From 80015776d7c6f7483f70ec772e382e8cfdf8d1f2 Mon Sep 17 00:00:00 2001 From: PCBender Date: Mon, 24 Mar 2008 01:43:20 +0000 Subject: [PATCH] --- Library/ConnectionFactory.XML | 8 + Library/ConnectionFactory.dll | Bin 0 -> 16384 bytes Library/Neo.XML | 2308 + Library/Neo.dll | Bin 0 -> 114688 bytes Library/log4net.dll | Bin 0 -> 270336 bytes Library/log4net.license.txt | 201 + Library/log4net.xml | 28655 +++++ .../Creshendo.Console.csproj | 67 + trunk/Creshendo.Console/Log4Net.config | 14 + trunk/Creshendo.Console/Program.cs | 88 + .../Properties/AssemblyInfo.cs | 33 + trunk/Creshendo.Shell/Creshendo.Shell.csproj | 56 + trunk/Creshendo.Shell/Program.cs | 14 + .../Properties/AssemblyInfo.cs | 33 + trunk/Creshendo.UnitTests/AssertObjectTest.cs | 387 + .../Creshendo.UnitTests/AssertRetractTest.cs | 214 + trunk/Creshendo.UnitTests/AssertWRules.cs | 145 + trunk/Creshendo.UnitTests/BasicTest.cs | 57 + trunk/Creshendo.UnitTests/Benchmarks.cs | 71 + trunk/Creshendo.UnitTests/BindingTest.cs | 158 + .../Creshendo.UnitTests/CompositeIndexTest.cs | 218 + .../Creshendo.UnitTests.csproj | 124 + trunk/Creshendo.UnitTests/Data/100K-load.dat | 100000 +++++++++++++++ trunk/Creshendo.UnitTests/Data/100K.dat | 100000 +++++++++++++++ trunk/Creshendo.UnitTests/Data/128guest.dat | 438 + trunk/Creshendo.UnitTests/Data/16guest.dat | 41 + trunk/Creshendo.UnitTests/Data/64guest.dat | 168 + trunk/Creshendo.UnitTests/Data/account_5.clp | 45 + .../Data/generate_facts_sample1.clp | 35 + .../Data/generate_facts_sample2.clp | 35 + .../Data/generate_facts_sample3.clp | 37 + .../Data/generate_facts_sample4.clp | 38 + .../Data/generated_file.clp | 5 + .../Data/join_sample13.clp | 52 + .../Data/manners128guestsd.clp | 115 + .../Data/manners16guestsd.clp | 115 + .../Data/manners64guests.clp | 120 + .../Data/random_5_w_50Kdata.clp | 50077 ++++++++ trunk/Creshendo.UnitTests/Data/run-100k.clp | 6 + .../Creshendo.UnitTests/Data/runload-100k.clp | 6 + .../Creshendo.UnitTests/Data/share_5nodes.clp | 300 + trunk/Creshendo.UnitTests/Data/templates.clp | 22 + trunk/Creshendo.UnitTests/Data/test.clp | 116 + trunk/Creshendo.UnitTests/DeclareClassTest.cs | 178 + trunk/Creshendo.UnitTests/DefclassTest.cs | 170 + trunk/Creshendo.UnitTests/DeffactTest.cs | 84 + trunk/Creshendo.UnitTests/DeftemplateTest.cs | 174 + trunk/Creshendo.UnitTests/EvaluateTest.cs | 266 + trunk/Creshendo.UnitTests/FileTestBase.cs | 81 + trunk/Creshendo.UnitTests/HashMapTest.cs | 89 + trunk/Creshendo.UnitTests/IndexTest.cs | 211 + trunk/Creshendo.UnitTests/LoadRulesetTest.cs | 36 + .../LoadRulesetWithJoinTest.cs | 30 + trunk/Creshendo.UnitTests/Log4Net.config | 14 + trunk/Creshendo.UnitTests/Logs/Current.Log | 1017 + trunk/Creshendo.UnitTests/MeasureDeffact.cs | 94 + trunk/Creshendo.UnitTests/MemoryBenchmark.cs | 85 + trunk/Creshendo.UnitTests/MemoryBenchmark2.cs | 154 + trunk/Creshendo.UnitTests/Model/Account.cs | 272 + trunk/Creshendo.UnitTests/Model/Account2.cs | 40 + trunk/Creshendo.UnitTests/Model/Account3.cs | 100 + trunk/Creshendo.UnitTests/Model/Account4.cs | 189 + trunk/Creshendo.UnitTests/Model/Address.cs | 129 + .../Model/BackupAccount.cs | 23 + trunk/Creshendo.UnitTests/Model/Basic.cs | 46 + .../Model/DeletedAccount.cs | 30 + .../Model/GenerateJoinRule.cs | 51 + .../Model/GroupTransaction.cs | 100 + trunk/Creshendo.UnitTests/Model/IAccount.cs | 36 + trunk/Creshendo.UnitTests/Model/Security.cs | 190 + .../Model/SubTransaction.cs | 38 + trunk/Creshendo.UnitTests/Model/TestBean.cs | 67 + trunk/Creshendo.UnitTests/Model/TestBean2.cs | 69 + trunk/Creshendo.UnitTests/Model/TestBean3.cs | 95 + .../Creshendo.UnitTests/Model/Transaction.cs | 113 + trunk/Creshendo.UnitTests/NotNodeTest.cs | 854 + .../Creshendo.UnitTests/ObjectTypeNodeTest.cs | 30 + .../Properties/AssemblyInfo.cs | 38 + .../PropertyChangedTest.cs | 89 + trunk/Creshendo.UnitTests/ReteInitTest.cs | 68 + .../Creshendo.UnitTests/RulesetBenchmark2.cs | 170 + .../SimpleDataGenerator.cs | 136 + trunk/Creshendo.UnitTests/SimpleJoinTest.cs | 79 + .../Support/HashMapBenchmark.cs | 27 + .../TestForObjectBindings.cs | 193 + trunk/Creshendo.nunit | 7 + trunk/Creshendo.profiler | Bin 0 -> 919 bytes trunk/Creshendo.resharper | 25 + trunk/Creshendo.resharper.user | 400 + trunk/Creshendo.sln | 40 + trunk/Creshendo/AbstractJamochaEditor.cs | 56 + trunk/Creshendo/AbstractJamochaPanel.cs | 102 + trunk/Creshendo/AbstractSettingsPanel.cs | 57 + trunk/Creshendo/AssemblyInfo.cs | 13 + trunk/Creshendo/BatchResultBrowser.cs | 224 + trunk/Creshendo/BeanFilter.cs | 41 + trunk/Creshendo/ClipboardUtil.cs | 122 + trunk/Creshendo/ConnectorLine.cs | 167 + trunk/Creshendo/Creshendo.XML | 11701 ++ trunk/Creshendo/Creshendo.csproj | 1067 + trunk/Creshendo/Creshendo.csproj.user | 5 + trunk/Creshendo/Creshendo.dll | Bin 0 -> 438272 bytes trunk/Creshendo/Ellipse.cs | 127 + trunk/Creshendo/EngineSettingsPanel.cs | 296 + trunk/Creshendo/FactEditor.cs | 622 + trunk/Creshendo/FactsPanel.cs | 361 + trunk/Creshendo/Functions/AnyEqFunction.cs | 86 + trunk/Creshendo/Functions/AssertFunction.cs | 140 + .../Functions/AssertTemporalFunction.cs | 139 + trunk/Creshendo/Functions/BatchFunction.cs | 188 + trunk/Creshendo/Functions/BindFunction.cs | 122 + trunk/Creshendo/Functions/BooleanFunctions.cs | 78 + .../Creshendo/Functions/ClassnameResolver.cs | 120 + trunk/Creshendo/Functions/ClearFunction.cs | 103 + trunk/Creshendo/Functions/Const.cs | 84 + trunk/Creshendo/Functions/DefclassFunction.cs | 115 + .../Functions/DeffunctionFunction.cs | 130 + trunk/Creshendo/Functions/DeffunctionGroup.cs | 83 + .../Creshendo/Functions/DefglobalFunction.cs | 101 + .../Functions/DefinstanceFunction.cs | 106 + .../Creshendo/Functions/DefmoduleFunction.cs | 93 + trunk/Creshendo/Functions/DefruleFunction.cs | 95 + .../Functions/DeftemplateFunction.cs | 96 + trunk/Creshendo/Functions/EchoFunction.cs | 109 + trunk/Creshendo/Functions/EqFunction.cs | 128 + trunk/Creshendo/Functions/EvalFunction.cs | 132 + trunk/Creshendo/Functions/ExitFunction.cs | 77 + trunk/Creshendo/Functions/FactsFunction.cs | 81 + trunk/Creshendo/Functions/FalseFunction.cs | 97 + trunk/Creshendo/Functions/FireFunction.cs | 91 + trunk/Creshendo/Functions/FocusFunction.cs | 74 + .../Functions/GarbageCollectFunction.cs | 66 + .../Functions/GenerateFactsFunction.cs | 153 + .../Functions/GetCurrentModuleFunction.cs | 67 + .../Creshendo/Functions/GetMembertFunction.cs | 173 + trunk/Creshendo/Functions/IFunction.cs | 87 + trunk/Creshendo/Functions/IFunctionGroup.cs | 50 + trunk/Creshendo/Functions/IOFunctions.cs | 78 + trunk/Creshendo/Functions/IfFunction.cs | 165 + .../Creshendo/Functions/InstanceofFunction.cs | 98 + .../Functions/InterpretedFunction.cs | 147 + trunk/Creshendo/Functions/JavaFunctions.cs | 57 + .../Creshendo/Functions/LazyAgendaFunction.cs | 90 + .../Functions/ListDirectoryFunction.cs | 111 + .../Functions/ListFunctionsFunction.cs | 101 + .../Functions/ListTemplatesFunction.cs | 93 + .../Creshendo/Functions/LoadFactsFunction.cs | 186 + .../Functions/LoadFunctionGroupFunction.cs | 81 + .../Functions/LoadFunctionsFunction.cs | 91 + .../Functions/LoadPackageFunction.cs | 157 + trunk/Creshendo/Functions/MatchesFunction.cs | 92 + trunk/Creshendo/Functions/Math/Abs.cs | 106 + trunk/Creshendo/Functions/Math/Acos.cs | 106 + trunk/Creshendo/Functions/Math/Add.cs | 108 + trunk/Creshendo/Functions/Math/Asin.cs | 106 + trunk/Creshendo/Functions/Math/Atan.cs | 106 + trunk/Creshendo/Functions/Math/Ceil.cs | 129 + trunk/Creshendo/Functions/Math/Cos.cs | 125 + trunk/Creshendo/Functions/Math/Degrees.cs | 122 + trunk/Creshendo/Functions/Math/Divide.cs | 123 + trunk/Creshendo/Functions/Math/Evenp.cs | 108 + trunk/Creshendo/Functions/Math/Exp.cs | 125 + trunk/Creshendo/Functions/Math/Floor.cs | 129 + trunk/Creshendo/Functions/Math/Greater.cs | 115 + .../Functions/Math/GreaterOrEqual.cs | 109 + trunk/Creshendo/Functions/Math/Less.cs | 109 + trunk/Creshendo/Functions/Math/LessOrEqual.cs | 109 + trunk/Creshendo/Functions/Math/Log.cs | 121 + .../Creshendo/Functions/Math/MathFunctions.cs | 169 + trunk/Creshendo/Functions/Math/Max.cs | 127 + trunk/Creshendo/Functions/Math/Min.cs | 127 + trunk/Creshendo/Functions/Math/Multiply.cs | 146 + trunk/Creshendo/Functions/Math/Oddp.cs | 108 + trunk/Creshendo/Functions/Math/Pow.cs | 130 + trunk/Creshendo/Functions/Math/Radians.cs | 122 + trunk/Creshendo/Functions/Math/Rint.cs | 122 + trunk/Creshendo/Functions/Math/Round.cs | 122 + trunk/Creshendo/Functions/Math/Sin.cs | 125 + trunk/Creshendo/Functions/Math/Sqrt.cs | 105 + trunk/Creshendo/Functions/Math/Tan.cs | 125 + trunk/Creshendo/Functions/MemberFunction.cs | 186 + .../Creshendo/Functions/MemberTestFunction.cs | 95 + .../Creshendo/Functions/MemoryFreeFunction.cs | 74 + .../Functions/MemoryTotalFunction.cs | 67 + .../Creshendo/Functions/MemoryUsedFunction.cs | 72 + trunk/Creshendo/Functions/MillisecondTime.cs | 78 + trunk/Creshendo/Functions/ModifyFunction.cs | 180 + trunk/Creshendo/Functions/ModulesFunction.cs | 79 + trunk/Creshendo/Functions/NeqFunction.cs | 85 + trunk/Creshendo/Functions/NewFunction.cs | 189 + trunk/Creshendo/Functions/NotFunction.cs | 123 + .../Creshendo/Functions/PPrintNodeFunction.cs | 83 + .../Creshendo/Functions/PPrintRuleFunction.cs | 82 + .../Functions/PPrintTemplateFunction.cs | 103 + trunk/Creshendo/Functions/PrintFunction.cs | 178 + .../Functions/PrintProfileFunction.cs | 78 + trunk/Creshendo/Functions/ProfileFunction.cs | 102 + trunk/Creshendo/Functions/Random.cs | 103 + .../Creshendo/Functions/ResetFactsFunction.cs | 77 + trunk/Creshendo/Functions/ResetFunction.cs | 78 + .../Functions/ResetObjectsFunction.cs | 73 + trunk/Creshendo/Functions/RetractFunction.cs | 108 + .../Functions/RightMatchesFunction.cs | 72 + .../Functions/RuleEngineFunctions.cs | 238 + trunk/Creshendo/Functions/RulesFunction.cs | 85 + .../Creshendo/Functions/SaveFactsFunction.cs | 110 + trunk/Creshendo/Functions/SetFocusFunction.cs | 80 + .../Creshendo/Functions/SetMembertFunction.cs | 118 + trunk/Creshendo/Functions/ShellFunction.cs | 118 + trunk/Creshendo/Functions/SpoolFunction.cs | 120 + .../Functions/StringCompareFunction.cs | 78 + trunk/Creshendo/Functions/StringFunctions.cs | 84 + .../Functions/StringIndexFunction.cs | 78 + .../Functions/StringLengthFunction.cs | 77 + .../Functions/StringLowerFunction.cs | 77 + .../Functions/StringReplaceFunction.cs | 82 + .../Creshendo/Functions/StringTrimFunction.cs | 77 + .../Functions/StringUpperFunction.cs | 77 + .../Creshendo/Functions/SubStringFunction.cs | 79 + trunk/Creshendo/Functions/Subtract.cs | 110 + .../Creshendo/Functions/TemplatesFunction.cs | 83 + trunk/Creshendo/Functions/TestRuleFunction.cs | 128 + trunk/Creshendo/Functions/TrueFunction.cs | 97 + .../Creshendo/Functions/UnDefruleFunction.cs | 100 + .../Functions/UnDeftemplateFunction.cs | 99 + .../Creshendo/Functions/UnProfileFunction.cs | 102 + trunk/Creshendo/Functions/UnWatchFunction.cs | 107 + trunk/Creshendo/Functions/UsageFunction.cs | 144 + .../Functions/ValidateRuleFunction.cs | 87 + trunk/Creshendo/Functions/VersionFunction.cs | 73 + trunk/Creshendo/Functions/WatchFunction.cs | 107 + trunk/Creshendo/FunctionsPanel.cs | 285 + trunk/Creshendo/IconLoader.cs | 49 + trunk/Creshendo/JMiniRadarShapeContainer.cs | 254 + trunk/Creshendo/JShapeContainer.cs | 197 + trunk/Creshendo/JZoomableShapeContainer.cs | 122 + trunk/Creshendo/Jamocha.cs | 163 + trunk/Creshendo/JamochaGui.cs | 325 + trunk/Creshendo/JamochaMenuBar.cs | 110 + trunk/Creshendo/LinkedHashMap.cs | 528 + trunk/Creshendo/LogPanel.cs | 576 + trunk/Creshendo/Multiply.cs | 160 + trunk/Creshendo/NTestNode.cs | 191 + trunk/Creshendo/ObjectFilter.cs | 35 + trunk/Creshendo/Oddp.cs | 122 + trunk/Creshendo/Primitive.cs | 21 + trunk/Creshendo/Rectangle.cs | 194 + .../Resources/CreshendoResource.Designer.cs | 87 + .../Resources/CreshendoResource.resx | 129 + trunk/Creshendo/RetePanel.cs | 90 + trunk/Creshendo/RoundedRectangle.cs | 160 + trunk/Creshendo/SettingsPanel.cs | 114 + trunk/Creshendo/Shape.cs | 281 + trunk/Creshendo/ShellPanel.cs | 1173 + trunk/Creshendo/ShellSettingsPanel.cs | 191 + trunk/Creshendo/SupportClass.cs | 921 + trunk/Creshendo/TableMap.cs | 102 + trunk/Creshendo/TableSorter.cs | 394 + trunk/Creshendo/TemplateEditor.cs | 451 + trunk/Creshendo/TemplatesPanel.cs | 400 + trunk/Creshendo/Trapezoid.cs | 146 + trunk/Creshendo/Util/AbstractMap.cs | 459 + trunk/Creshendo/Util/Arrays.cs | 57 + trunk/Creshendo/Util/BeanFilter.cs | 13 + trunk/Creshendo/Util/BeanInfo.cs | 25 + .../Util/Collections/CollectionFactory.cs | 112 + .../Util/Collections/GenericHashMap.cs | 1296 + trunk/Creshendo/Util/Collections/HashMap.cs | 1005 + .../Creshendo/Util/Collections/IGenericMap.cs | 21 + .../Util/Collections/IHashMapEntry.cs | 14 + trunk/Creshendo/Util/Collections/IMap.cs | 47 + .../Util/Collections/ProducerConsumerQueue.cs | 68 + trunk/Creshendo/Util/DeffactSort.cs | 57 + trunk/Creshendo/Util/EventCounter.cs | 133 + trunk/Creshendo/Util/EventsHelper.cs | 255 + trunk/Creshendo/Util/FactComparator.cs | 35 + .../Creshendo/Util/FactTemplateComparator.cs | 24 + trunk/Creshendo/Util/FactUtils.cs | 55 + trunk/Creshendo/Util/GenericEventHandler.cs | 18 + trunk/Creshendo/Util/GenericHashmap.cs | 58 + trunk/Creshendo/Util/HashMap.cs | 127 + trunk/Creshendo/Util/HashMapOptimized.cs | 234 + trunk/Creshendo/Util/IEntry.cs | 32 + trunk/Creshendo/Util/IOUtilities.cs | 54 + trunk/Creshendo/Util/IValue.cs | 27 + trunk/Creshendo/Util/Introspector.cs | 12 + trunk/Creshendo/Util/LinkedHashMap.cs | 565 + trunk/Creshendo/Util/ListIterator.cs | 6 + trunk/Creshendo/Util/Logging/ILogger.cs | 16 + trunk/Creshendo/Util/Logging/Log4netLogger.cs | 94 + trunk/Creshendo/Util/Logging/TraceLogger.cs | 67 + .../AbstractCommunicationChannel.cs | 71 + .../Util/Messagerouter/CLIPSInterpreter.cs | 41 + .../Messagerouter/CLIPSLanguageAdapter.cs | 69 + .../Util/Messagerouter/CommandEventArgs.cs | 26 + .../Messagerouter/DelegateImplementations.cs | 6 + .../Messagerouter/ICommunicationChannel.cs | 28 + .../Util/Messagerouter/ILanguageAdapter.cs | 55 + .../Util/Messagerouter/IStreamChannel.cs | 26 + .../Util/Messagerouter/IStringChannel.cs | 25 + .../Util/Messagerouter/InterestType.cs | 34 + .../LanguageNotSupportedException.cs | 43 + .../Util/Messagerouter/MessageEventArgs.cs | 72 + .../Util/Messagerouter/MessageRouter.cs | 357 + .../Util/Messagerouter/MessageRouterImp.cs | 173 + .../Util/Messagerouter/StreamChannelImpl.cs | 141 + .../Util/Messagerouter/StringChannelImpl.cs | 112 + trunk/Creshendo/Util/MethodDescriptor.cs | 18 + trunk/Creshendo/Util/NodeUtils.cs | 95 + trunk/Creshendo/Util/ObjectFilter.cs | 12 + .../Util/Parser/Clips/CLIPSParser.cs | 4789 + .../Util/Parser/Clips/CLIPSParserConstants.cs | 114 + .../Parser/Clips/CLIPSParserTokenManager.cs | 2840 + .../Util/Parser/Clips/ParseException.cs | 222 + .../Util/Parser/Clips/ParserUtils.cs | 81 + .../Util/Parser/Clips/SimpleCharStream.cs | 395 + trunk/Creshendo/Util/Parser/Clips/Token.cs | 99 + .../Util/Parser/Clips/TokenMgrError.cs | 144 + .../Util/Parser/Clips2/CLIPSParser.cs | 4535 + .../Parser/Clips2/CLIPSParserConstants.cs | 217 + .../Parser/Clips2/CLIPSParserTokenManager.cs | 2566 + trunk/Creshendo/Util/Parser/Clips2/Gen.bat | 1 + .../Util/Parser/Clips2/ParseException.cs | 196 + .../Util/Parser/Clips2/ParserUtils.cs | 81 + .../Util/Parser/Clips2/SimpleCharStream.cs | 455 + trunk/Creshendo/Util/Parser/Clips2/Token.cs | 84 + .../Util/Parser/Clips2/TokenMgrError.cs | 134 + trunk/Creshendo/Util/Parser/Clips2/clips.jj | 1788 + .../Util/Parser/Clips2/minossecc.class | Bin 0 -> 478 bytes .../Util/Parser/Clips2/minossecc.jar | Bin 0 -> 520945 bytes trunk/Creshendo/Util/Parser/IParser.cs | 48 + trunk/Creshendo/Util/ProfileStats.cs | 217 + trunk/Creshendo/Util/PropertyChangeEvent.cs | 17 + .../Creshendo/Util/PropertyChangeListener.cs | 10 + .../Creshendo/Util/PropertyChangedHandler.cs | 36 + trunk/Creshendo/Util/PropertyDescriptor.cs | 28 + .../Util/Rete/AbstractActivationList.cs | 65 + .../Creshendo/Util/Rete/AbstractCondition.cs | 244 + .../Util/Rete/AbstractMessageEventArgs.cs | 70 + trunk/Creshendo/Util/Rete/AbstractParam.cs | 213 + trunk/Creshendo/Util/Rete/AbstractSlot.cs | 157 + .../Util/Rete/AbstractTemporalNode.cs | 183 + trunk/Creshendo/Util/Rete/Agenda.cs | 181 + trunk/Creshendo/Util/Rete/AlphaMemoryImpl.cs | 80 + trunk/Creshendo/Util/Rete/AlphaNode.cs | 203 + trunk/Creshendo/Util/Rete/AlphaNodeAnd.cs | 222 + trunk/Creshendo/Util/Rete/AlphaNodeOr.cs | 206 + .../Util/Rete/AlphaNodePredConstr.cs | 148 + trunk/Creshendo/Util/Rete/BaseAlpha.cs | 265 + trunk/Creshendo/Util/Rete/BaseAlpha2.cs | 48 + trunk/Creshendo/Util/Rete/BaseJoin.cs | 265 + trunk/Creshendo/Util/Rete/BaseNode.cs | 218 + trunk/Creshendo/Util/Rete/BasicActivation.cs | 242 + trunk/Creshendo/Util/Rete/BetaMemoryImpl.cs | 152 + trunk/Creshendo/Util/Rete/BindValue.cs | 55 + trunk/Creshendo/Util/Rete/Binding.cs | 310 + trunk/Creshendo/Util/Rete/Binding2.cs | 142 + trunk/Creshendo/Util/Rete/BoundParam.cs | 300 + .../Util/Rete/CompileMessageEventArgs.cs | 72 + .../Compiler/AbstractConditionCompiler.cs | 159 + .../Util/Rete/Compiler/CompilerProvider.cs | 43 + .../Rete/Compiler/ExistConditionCompiler.cs | 128 + .../Util/Rete/Compiler/IConditionCompiler.cs | 72 + .../Rete/Compiler/ObjectConditionCompiler.cs | 305 + .../Compiler/TemporalConditionCompiler.cs | 226 + .../Rete/Compiler/TestConditionCompiler.cs | 99 + trunk/Creshendo/Util/Rete/CompositeIndex.cs | 86 + trunk/Creshendo/Util/Rete/Constants.cs | 137 + trunk/Creshendo/Util/Rete/ConversionUtils.cs | 582 + .../Creshendo/Util/Rete/DefaultReturnValue.cs | 44 + .../Util/Rete/DefaultReturnVector.cs | 101 + .../Util/Rete/DefaultRuleCompiler.cs | 783 + trunk/Creshendo/Util/Rete/DefaultWM.cs | 1206 + trunk/Creshendo/Util/Rete/Defclass.cs | 477 + trunk/Creshendo/Util/Rete/Deffact.cs | 427 + trunk/Creshendo/Util/Rete/DefglobalMap.cs | 95 + trunk/Creshendo/Util/Rete/Defmodule.cs | 388 + trunk/Creshendo/Util/Rete/Deftemplate.cs | 553 + trunk/Creshendo/Util/Rete/EngineEvent.cs | 88 + .../Util/Rete/EngineEventListener.cs | 29 + trunk/Creshendo/Util/Rete/EqHashIndex.cs | 105 + trunk/Creshendo/Util/Rete/EqualityIndex.cs | 76 + trunk/Creshendo/Util/Rete/Evaluate.cs | 1701 + .../Util/Rete/Exception/AssertException.cs | 62 + .../Rete/Exception/CompileRuleException.cs | 65 + .../Rete/Exception/ConversionException.cs | 56 + .../Util/Rete/Exception/ExecuteException.cs | 65 + .../Util/Rete/Exception/RetractException.cs | 66 + trunk/Creshendo/Util/Rete/ExistJoin.cs | 230 + trunk/Creshendo/Util/Rete/ExistJoinFrst.cs | 153 + trunk/Creshendo/Util/Rete/ExistNeqJoin.cs | 236 + trunk/Creshendo/Util/Rete/ExistPredJoin.cs | 248 + trunk/Creshendo/Util/Rete/FunctionParam.cs | 132 + trunk/Creshendo/Util/Rete/FunctionParam2.cs | 145 + .../Util/Rete/HashedAlphaMemoryImpl.cs | 185 + trunk/Creshendo/Util/Rete/HashedEqBNode.cs | 220 + trunk/Creshendo/Util/Rete/HashedEqNJoin.cs | 258 + .../Util/Rete/HashedNeqAlphaMemory.cs | 271 + trunk/Creshendo/Util/Rete/HashedNotEqBNode.cs | 238 + trunk/Creshendo/Util/Rete/HashedNotEqNJoin.cs | 242 + trunk/Creshendo/Util/Rete/IAction.cs | 61 + trunk/Creshendo/Util/Rete/IActivation.cs | 84 + trunk/Creshendo/Util/Rete/IActivationList.cs | 109 + trunk/Creshendo/Util/Rete/IAlphaMemory.cs | 59 + trunk/Creshendo/Util/Rete/IBetaMemory.cs | 95 + .../Creshendo/Util/Rete/ICompilerListener.cs | 32 + trunk/Creshendo/Util/Rete/IFLIANode.cs | 55 + trunk/Creshendo/Util/Rete/IFact.cs | 99 + trunk/Creshendo/Util/Rete/IHashIndex.cs | 34 + trunk/Creshendo/Util/Rete/IModule.cs | 220 + trunk/Creshendo/Util/Rete/IParameter.cs | 56 + trunk/Creshendo/Util/Rete/IPrettyPrint.cs | 30 + trunk/Creshendo/Util/Rete/IQuery.cs | 50 + trunk/Creshendo/Util/Rete/IReturnValue.cs | 42 + trunk/Creshendo/Util/Rete/IReturnVector.cs | 60 + trunk/Creshendo/Util/Rete/IRuleCompiler.cs | 74 + trunk/Creshendo/Util/Rete/IScope.cs | 30 + trunk/Creshendo/Util/Rete/IStrategy.cs | 72 + trunk/Creshendo/Util/Rete/ITemplate.cs | 136 + trunk/Creshendo/Util/Rete/ITemporalFact.cs | 50 + trunk/Creshendo/Util/Rete/IWorkingMemory.cs | 162 + trunk/Creshendo/Util/Rete/Index.cs | 215 + trunk/Creshendo/Util/Rete/InitialFact.cs | 34 + trunk/Creshendo/Util/Rete/LIANode.cs | 159 + trunk/Creshendo/Util/Rete/LinkedActivation.cs | 315 + .../Util/Rete/LinkedActivationList.cs | 397 + trunk/Creshendo/Util/Rete/Messages.cs | 60 + trunk/Creshendo/Util/Rete/MultiSlot.cs | 115 + trunk/Creshendo/Util/Rete/NSFact.cs | 183 + trunk/Creshendo/Util/Rete/NTestNode.cs | 190 + trunk/Creshendo/Util/Rete/NoAgendaTNode.cs | 117 + trunk/Creshendo/Util/Rete/NoAgendaTNode2.cs | 57 + trunk/Creshendo/Util/Rete/NoMemANode.cs | 194 + trunk/Creshendo/Util/Rete/NoMemAnd.cs | 225 + trunk/Creshendo/Util/Rete/NoMemOr.cs | 208 + trunk/Creshendo/Util/Rete/NotEqHashIndex.cs | 134 + trunk/Creshendo/Util/Rete/NotJoin.cs | 337 + trunk/Creshendo/Util/Rete/NotJoinFrst.cs | 337 + trunk/Creshendo/Util/Rete/ObjectTypeNode.cs | 423 + .../Util/Rete/OrderedFactTypeNode.cs | 84 + trunk/Creshendo/Util/Rete/ParameterUtils.cs | 70 + trunk/Creshendo/Util/Rete/PredicateBNode.cs | 247 + trunk/Creshendo/Util/Rete/Rete.cs | 1712 + trunk/Creshendo/Util/Rete/RootNode.cs | 197 + trunk/Creshendo/Util/Rete/Shell.cs | 93 + trunk/Creshendo/Util/Rete/ShellBoundParam.cs | 123 + trunk/Creshendo/Util/Rete/Slot.cs | 154 + trunk/Creshendo/Util/Rete/Slot2.cs | 167 + trunk/Creshendo/Util/Rete/SlotParam.cs | 98 + .../Util/Rete/Strategies/BreadthStrategy.cs | 113 + .../Util/Rete/Strategies/DepthStrategy.cs | 128 + .../Util/Rete/Strategies/RecencyStrategy.cs | 155 + .../Util/Rete/Strategies/Strategies.cs | 63 + trunk/Creshendo/Util/Rete/StringParam.cs | 80 + trunk/Creshendo/Util/Rete/TemporalDeffact.cs | 103 + trunk/Creshendo/Util/Rete/TemporalEqNode.cs | 160 + .../Util/Rete/TemporalHashedAlphaMem.cs | 236 + trunk/Creshendo/Util/Rete/TemporalTNode.cs | 123 + trunk/Creshendo/Util/Rete/TerminalNode.cs | 105 + trunk/Creshendo/Util/Rete/TerminalNode2.cs | 141 + trunk/Creshendo/Util/Rete/TerminalNode3.cs | 91 + trunk/Creshendo/Util/Rete/TestNode.cs | 182 + trunk/Creshendo/Util/Rete/ValueParam.cs | 101 + trunk/Creshendo/Util/Rete/ZJBetaNode.cs | 219 + trunk/Creshendo/Util/Rule/AndCondition.cs | 119 + .../Util/Rule/AndLiteralConstraint.cs | 150 + trunk/Creshendo/Util/Rule/BoundConstraint.cs | 235 + .../Creshendo/Util/Rule/DefaultComplexity.cs | 65 + trunk/Creshendo/Util/Rule/Defrule.cs | 628 + trunk/Creshendo/Util/Rule/ErrorSummary.cs | 75 + trunk/Creshendo/Util/Rule/ExistCondition.cs | 74 + trunk/Creshendo/Util/Rule/FunctionAction.cs | 193 + trunk/Creshendo/Util/Rule/IAnalysis.cs | 58 + trunk/Creshendo/Util/Rule/IComplexity.cs | 31 + trunk/Creshendo/Util/Rule/ICondition.cs | 92 + trunk/Creshendo/Util/Rule/IConstraint.cs | 68 + trunk/Creshendo/Util/Rule/IRule.cs | 352 + trunk/Creshendo/Util/Rule/ISummary.cs | 55 + .../Creshendo/Util/Rule/LiteralConstraint.cs | 106 + trunk/Creshendo/Util/Rule/MultiValue.cs | 65 + trunk/Creshendo/Util/Rule/ObjectCondition.cs | 131 + trunk/Creshendo/Util/Rule/OrCondition.cs | 131 + .../Util/Rule/OrLiteralConstraint.cs | 150 + .../Util/Rule/PredicateConstraint.cs | 195 + trunk/Creshendo/Util/Rule/RuleProperty.cs | 118 + .../Creshendo/Util/Rule/TemplateValidation.cs | 215 + .../Creshendo/Util/Rule/TemporalCondition.cs | 160 + trunk/Creshendo/Util/Rule/TestCondition.cs | 203 + .../Creshendo/Util/Rule/Util/GenerateFacts.cs | 224 + trunk/Creshendo/Util/Rule/WarningSummary.cs | 75 + trunk/Creshendo/Util/RuntimeException.cs | 19 + trunk/Creshendo/ViewFunction.cs | 109 + trunk/Creshendo/ViewGraphNode.cs | 351 + trunk/Creshendo/Visualiser.cs | 474 + 494 files changed, 382942 insertions(+) create mode 100644 Library/ConnectionFactory.XML create mode 100644 Library/ConnectionFactory.dll create mode 100644 Library/Neo.XML create mode 100644 Library/Neo.dll create mode 100644 Library/log4net.dll create mode 100644 Library/log4net.license.txt create mode 100644 Library/log4net.xml create mode 100644 trunk/Creshendo.Console/Creshendo.Console.csproj create mode 100644 trunk/Creshendo.Console/Log4Net.config create mode 100644 trunk/Creshendo.Console/Program.cs create mode 100644 trunk/Creshendo.Console/Properties/AssemblyInfo.cs create mode 100644 trunk/Creshendo.Shell/Creshendo.Shell.csproj create mode 100644 trunk/Creshendo.Shell/Program.cs create mode 100644 trunk/Creshendo.Shell/Properties/AssemblyInfo.cs create mode 100644 trunk/Creshendo.UnitTests/AssertObjectTest.cs create mode 100644 trunk/Creshendo.UnitTests/AssertRetractTest.cs create mode 100644 trunk/Creshendo.UnitTests/AssertWRules.cs create mode 100644 trunk/Creshendo.UnitTests/BasicTest.cs create mode 100644 trunk/Creshendo.UnitTests/Benchmarks.cs create mode 100644 trunk/Creshendo.UnitTests/BindingTest.cs create mode 100644 trunk/Creshendo.UnitTests/CompositeIndexTest.cs create mode 100644 trunk/Creshendo.UnitTests/Creshendo.UnitTests.csproj create mode 100644 trunk/Creshendo.UnitTests/Data/100K-load.dat create mode 100644 trunk/Creshendo.UnitTests/Data/100K.dat create mode 100644 trunk/Creshendo.UnitTests/Data/128guest.dat create mode 100644 trunk/Creshendo.UnitTests/Data/16guest.dat create mode 100644 trunk/Creshendo.UnitTests/Data/64guest.dat create mode 100644 trunk/Creshendo.UnitTests/Data/account_5.clp create mode 100644 trunk/Creshendo.UnitTests/Data/generate_facts_sample1.clp create mode 100644 trunk/Creshendo.UnitTests/Data/generate_facts_sample2.clp create mode 100644 trunk/Creshendo.UnitTests/Data/generate_facts_sample3.clp create mode 100644 trunk/Creshendo.UnitTests/Data/generate_facts_sample4.clp create mode 100644 trunk/Creshendo.UnitTests/Data/generated_file.clp create mode 100644 trunk/Creshendo.UnitTests/Data/join_sample13.clp create mode 100644 trunk/Creshendo.UnitTests/Data/manners128guestsd.clp create mode 100644 trunk/Creshendo.UnitTests/Data/manners16guestsd.clp create mode 100644 trunk/Creshendo.UnitTests/Data/manners64guests.clp create mode 100644 trunk/Creshendo.UnitTests/Data/random_5_w_50Kdata.clp create mode 100644 trunk/Creshendo.UnitTests/Data/run-100k.clp create mode 100644 trunk/Creshendo.UnitTests/Data/runload-100k.clp create mode 100644 trunk/Creshendo.UnitTests/Data/share_5nodes.clp create mode 100644 trunk/Creshendo.UnitTests/Data/templates.clp create mode 100644 trunk/Creshendo.UnitTests/Data/test.clp create mode 100644 trunk/Creshendo.UnitTests/DeclareClassTest.cs create mode 100644 trunk/Creshendo.UnitTests/DefclassTest.cs create mode 100644 trunk/Creshendo.UnitTests/DeffactTest.cs create mode 100644 trunk/Creshendo.UnitTests/DeftemplateTest.cs create mode 100644 trunk/Creshendo.UnitTests/EvaluateTest.cs create mode 100644 trunk/Creshendo.UnitTests/FileTestBase.cs create mode 100644 trunk/Creshendo.UnitTests/HashMapTest.cs create mode 100644 trunk/Creshendo.UnitTests/IndexTest.cs create mode 100644 trunk/Creshendo.UnitTests/LoadRulesetTest.cs create mode 100644 trunk/Creshendo.UnitTests/LoadRulesetWithJoinTest.cs create mode 100644 trunk/Creshendo.UnitTests/Log4Net.config create mode 100644 trunk/Creshendo.UnitTests/Logs/Current.Log create mode 100644 trunk/Creshendo.UnitTests/MeasureDeffact.cs create mode 100644 trunk/Creshendo.UnitTests/MemoryBenchmark.cs create mode 100644 trunk/Creshendo.UnitTests/MemoryBenchmark2.cs create mode 100644 trunk/Creshendo.UnitTests/Model/Account.cs create mode 100644 trunk/Creshendo.UnitTests/Model/Account2.cs create mode 100644 trunk/Creshendo.UnitTests/Model/Account3.cs create mode 100644 trunk/Creshendo.UnitTests/Model/Account4.cs create mode 100644 trunk/Creshendo.UnitTests/Model/Address.cs create mode 100644 trunk/Creshendo.UnitTests/Model/BackupAccount.cs create mode 100644 trunk/Creshendo.UnitTests/Model/Basic.cs create mode 100644 trunk/Creshendo.UnitTests/Model/DeletedAccount.cs create mode 100644 trunk/Creshendo.UnitTests/Model/GenerateJoinRule.cs create mode 100644 trunk/Creshendo.UnitTests/Model/GroupTransaction.cs create mode 100644 trunk/Creshendo.UnitTests/Model/IAccount.cs create mode 100644 trunk/Creshendo.UnitTests/Model/Security.cs create mode 100644 trunk/Creshendo.UnitTests/Model/SubTransaction.cs create mode 100644 trunk/Creshendo.UnitTests/Model/TestBean.cs create mode 100644 trunk/Creshendo.UnitTests/Model/TestBean2.cs create mode 100644 trunk/Creshendo.UnitTests/Model/TestBean3.cs create mode 100644 trunk/Creshendo.UnitTests/Model/Transaction.cs create mode 100644 trunk/Creshendo.UnitTests/NotNodeTest.cs create mode 100644 trunk/Creshendo.UnitTests/ObjectTypeNodeTest.cs create mode 100644 trunk/Creshendo.UnitTests/Properties/AssemblyInfo.cs create mode 100644 trunk/Creshendo.UnitTests/PropertyChangedTest.cs create mode 100644 trunk/Creshendo.UnitTests/ReteInitTest.cs create mode 100644 trunk/Creshendo.UnitTests/RulesetBenchmark2.cs create mode 100644 trunk/Creshendo.UnitTests/SimpleDataGenerator.cs create mode 100644 trunk/Creshendo.UnitTests/SimpleJoinTest.cs create mode 100644 trunk/Creshendo.UnitTests/Support/HashMapBenchmark.cs create mode 100644 trunk/Creshendo.UnitTests/TestForObjectBindings.cs create mode 100644 trunk/Creshendo.nunit create mode 100644 trunk/Creshendo.profiler create mode 100644 trunk/Creshendo.resharper create mode 100644 trunk/Creshendo.resharper.user create mode 100644 trunk/Creshendo.sln create mode 100644 trunk/Creshendo/AbstractJamochaEditor.cs create mode 100644 trunk/Creshendo/AbstractJamochaPanel.cs create mode 100644 trunk/Creshendo/AbstractSettingsPanel.cs create mode 100644 trunk/Creshendo/AssemblyInfo.cs create mode 100644 trunk/Creshendo/BatchResultBrowser.cs create mode 100644 trunk/Creshendo/BeanFilter.cs create mode 100644 trunk/Creshendo/ClipboardUtil.cs create mode 100644 trunk/Creshendo/ConnectorLine.cs create mode 100644 trunk/Creshendo/Creshendo.XML create mode 100644 trunk/Creshendo/Creshendo.csproj create mode 100644 trunk/Creshendo/Creshendo.csproj.user create mode 100644 trunk/Creshendo/Creshendo.dll create mode 100644 trunk/Creshendo/Ellipse.cs create mode 100644 trunk/Creshendo/EngineSettingsPanel.cs create mode 100644 trunk/Creshendo/FactEditor.cs create mode 100644 trunk/Creshendo/FactsPanel.cs create mode 100644 trunk/Creshendo/Functions/AnyEqFunction.cs create mode 100644 trunk/Creshendo/Functions/AssertFunction.cs create mode 100644 trunk/Creshendo/Functions/AssertTemporalFunction.cs create mode 100644 trunk/Creshendo/Functions/BatchFunction.cs create mode 100644 trunk/Creshendo/Functions/BindFunction.cs create mode 100644 trunk/Creshendo/Functions/BooleanFunctions.cs create mode 100644 trunk/Creshendo/Functions/ClassnameResolver.cs create mode 100644 trunk/Creshendo/Functions/ClearFunction.cs create mode 100644 trunk/Creshendo/Functions/Const.cs create mode 100644 trunk/Creshendo/Functions/DefclassFunction.cs create mode 100644 trunk/Creshendo/Functions/DeffunctionFunction.cs create mode 100644 trunk/Creshendo/Functions/DeffunctionGroup.cs create mode 100644 trunk/Creshendo/Functions/DefglobalFunction.cs create mode 100644 trunk/Creshendo/Functions/DefinstanceFunction.cs create mode 100644 trunk/Creshendo/Functions/DefmoduleFunction.cs create mode 100644 trunk/Creshendo/Functions/DefruleFunction.cs create mode 100644 trunk/Creshendo/Functions/DeftemplateFunction.cs create mode 100644 trunk/Creshendo/Functions/EchoFunction.cs create mode 100644 trunk/Creshendo/Functions/EqFunction.cs create mode 100644 trunk/Creshendo/Functions/EvalFunction.cs create mode 100644 trunk/Creshendo/Functions/ExitFunction.cs create mode 100644 trunk/Creshendo/Functions/FactsFunction.cs create mode 100644 trunk/Creshendo/Functions/FalseFunction.cs create mode 100644 trunk/Creshendo/Functions/FireFunction.cs create mode 100644 trunk/Creshendo/Functions/FocusFunction.cs create mode 100644 trunk/Creshendo/Functions/GarbageCollectFunction.cs create mode 100644 trunk/Creshendo/Functions/GenerateFactsFunction.cs create mode 100644 trunk/Creshendo/Functions/GetCurrentModuleFunction.cs create mode 100644 trunk/Creshendo/Functions/GetMembertFunction.cs create mode 100644 trunk/Creshendo/Functions/IFunction.cs create mode 100644 trunk/Creshendo/Functions/IFunctionGroup.cs create mode 100644 trunk/Creshendo/Functions/IOFunctions.cs create mode 100644 trunk/Creshendo/Functions/IfFunction.cs create mode 100644 trunk/Creshendo/Functions/InstanceofFunction.cs create mode 100644 trunk/Creshendo/Functions/InterpretedFunction.cs create mode 100644 trunk/Creshendo/Functions/JavaFunctions.cs create mode 100644 trunk/Creshendo/Functions/LazyAgendaFunction.cs create mode 100644 trunk/Creshendo/Functions/ListDirectoryFunction.cs create mode 100644 trunk/Creshendo/Functions/ListFunctionsFunction.cs create mode 100644 trunk/Creshendo/Functions/ListTemplatesFunction.cs create mode 100644 trunk/Creshendo/Functions/LoadFactsFunction.cs create mode 100644 trunk/Creshendo/Functions/LoadFunctionGroupFunction.cs create mode 100644 trunk/Creshendo/Functions/LoadFunctionsFunction.cs create mode 100644 trunk/Creshendo/Functions/LoadPackageFunction.cs create mode 100644 trunk/Creshendo/Functions/MatchesFunction.cs create mode 100644 trunk/Creshendo/Functions/Math/Abs.cs create mode 100644 trunk/Creshendo/Functions/Math/Acos.cs create mode 100644 trunk/Creshendo/Functions/Math/Add.cs create mode 100644 trunk/Creshendo/Functions/Math/Asin.cs create mode 100644 trunk/Creshendo/Functions/Math/Atan.cs create mode 100644 trunk/Creshendo/Functions/Math/Ceil.cs create mode 100644 trunk/Creshendo/Functions/Math/Cos.cs create mode 100644 trunk/Creshendo/Functions/Math/Degrees.cs create mode 100644 trunk/Creshendo/Functions/Math/Divide.cs create mode 100644 trunk/Creshendo/Functions/Math/Evenp.cs create mode 100644 trunk/Creshendo/Functions/Math/Exp.cs create mode 100644 trunk/Creshendo/Functions/Math/Floor.cs create mode 100644 trunk/Creshendo/Functions/Math/Greater.cs create mode 100644 trunk/Creshendo/Functions/Math/GreaterOrEqual.cs create mode 100644 trunk/Creshendo/Functions/Math/Less.cs create mode 100644 trunk/Creshendo/Functions/Math/LessOrEqual.cs create mode 100644 trunk/Creshendo/Functions/Math/Log.cs create mode 100644 trunk/Creshendo/Functions/Math/MathFunctions.cs create mode 100644 trunk/Creshendo/Functions/Math/Max.cs create mode 100644 trunk/Creshendo/Functions/Math/Min.cs create mode 100644 trunk/Creshendo/Functions/Math/Multiply.cs create mode 100644 trunk/Creshendo/Functions/Math/Oddp.cs create mode 100644 trunk/Creshendo/Functions/Math/Pow.cs create mode 100644 trunk/Creshendo/Functions/Math/Radians.cs create mode 100644 trunk/Creshendo/Functions/Math/Rint.cs create mode 100644 trunk/Creshendo/Functions/Math/Round.cs create mode 100644 trunk/Creshendo/Functions/Math/Sin.cs create mode 100644 trunk/Creshendo/Functions/Math/Sqrt.cs create mode 100644 trunk/Creshendo/Functions/Math/Tan.cs create mode 100644 trunk/Creshendo/Functions/MemberFunction.cs create mode 100644 trunk/Creshendo/Functions/MemberTestFunction.cs create mode 100644 trunk/Creshendo/Functions/MemoryFreeFunction.cs create mode 100644 trunk/Creshendo/Functions/MemoryTotalFunction.cs create mode 100644 trunk/Creshendo/Functions/MemoryUsedFunction.cs create mode 100644 trunk/Creshendo/Functions/MillisecondTime.cs create mode 100644 trunk/Creshendo/Functions/ModifyFunction.cs create mode 100644 trunk/Creshendo/Functions/ModulesFunction.cs create mode 100644 trunk/Creshendo/Functions/NeqFunction.cs create mode 100644 trunk/Creshendo/Functions/NewFunction.cs create mode 100644 trunk/Creshendo/Functions/NotFunction.cs create mode 100644 trunk/Creshendo/Functions/PPrintNodeFunction.cs create mode 100644 trunk/Creshendo/Functions/PPrintRuleFunction.cs create mode 100644 trunk/Creshendo/Functions/PPrintTemplateFunction.cs create mode 100644 trunk/Creshendo/Functions/PrintFunction.cs create mode 100644 trunk/Creshendo/Functions/PrintProfileFunction.cs create mode 100644 trunk/Creshendo/Functions/ProfileFunction.cs create mode 100644 trunk/Creshendo/Functions/Random.cs create mode 100644 trunk/Creshendo/Functions/ResetFactsFunction.cs create mode 100644 trunk/Creshendo/Functions/ResetFunction.cs create mode 100644 trunk/Creshendo/Functions/ResetObjectsFunction.cs create mode 100644 trunk/Creshendo/Functions/RetractFunction.cs create mode 100644 trunk/Creshendo/Functions/RightMatchesFunction.cs create mode 100644 trunk/Creshendo/Functions/RuleEngineFunctions.cs create mode 100644 trunk/Creshendo/Functions/RulesFunction.cs create mode 100644 trunk/Creshendo/Functions/SaveFactsFunction.cs create mode 100644 trunk/Creshendo/Functions/SetFocusFunction.cs create mode 100644 trunk/Creshendo/Functions/SetMembertFunction.cs create mode 100644 trunk/Creshendo/Functions/ShellFunction.cs create mode 100644 trunk/Creshendo/Functions/SpoolFunction.cs create mode 100644 trunk/Creshendo/Functions/StringCompareFunction.cs create mode 100644 trunk/Creshendo/Functions/StringFunctions.cs create mode 100644 trunk/Creshendo/Functions/StringIndexFunction.cs create mode 100644 trunk/Creshendo/Functions/StringLengthFunction.cs create mode 100644 trunk/Creshendo/Functions/StringLowerFunction.cs create mode 100644 trunk/Creshendo/Functions/StringReplaceFunction.cs create mode 100644 trunk/Creshendo/Functions/StringTrimFunction.cs create mode 100644 trunk/Creshendo/Functions/StringUpperFunction.cs create mode 100644 trunk/Creshendo/Functions/SubStringFunction.cs create mode 100644 trunk/Creshendo/Functions/Subtract.cs create mode 100644 trunk/Creshendo/Functions/TemplatesFunction.cs create mode 100644 trunk/Creshendo/Functions/TestRuleFunction.cs create mode 100644 trunk/Creshendo/Functions/TrueFunction.cs create mode 100644 trunk/Creshendo/Functions/UnDefruleFunction.cs create mode 100644 trunk/Creshendo/Functions/UnDeftemplateFunction.cs create mode 100644 trunk/Creshendo/Functions/UnProfileFunction.cs create mode 100644 trunk/Creshendo/Functions/UnWatchFunction.cs create mode 100644 trunk/Creshendo/Functions/UsageFunction.cs create mode 100644 trunk/Creshendo/Functions/ValidateRuleFunction.cs create mode 100644 trunk/Creshendo/Functions/VersionFunction.cs create mode 100644 trunk/Creshendo/Functions/WatchFunction.cs create mode 100644 trunk/Creshendo/FunctionsPanel.cs create mode 100644 trunk/Creshendo/IconLoader.cs create mode 100644 trunk/Creshendo/JMiniRadarShapeContainer.cs create mode 100644 trunk/Creshendo/JShapeContainer.cs create mode 100644 trunk/Creshendo/JZoomableShapeContainer.cs create mode 100644 trunk/Creshendo/Jamocha.cs create mode 100644 trunk/Creshendo/JamochaGui.cs create mode 100644 trunk/Creshendo/JamochaMenuBar.cs create mode 100644 trunk/Creshendo/LinkedHashMap.cs create mode 100644 trunk/Creshendo/LogPanel.cs create mode 100644 trunk/Creshendo/Multiply.cs create mode 100644 trunk/Creshendo/NTestNode.cs create mode 100644 trunk/Creshendo/ObjectFilter.cs create mode 100644 trunk/Creshendo/Oddp.cs create mode 100644 trunk/Creshendo/Primitive.cs create mode 100644 trunk/Creshendo/Rectangle.cs create mode 100644 trunk/Creshendo/Resources/CreshendoResource.Designer.cs create mode 100644 trunk/Creshendo/Resources/CreshendoResource.resx create mode 100644 trunk/Creshendo/RetePanel.cs create mode 100644 trunk/Creshendo/RoundedRectangle.cs create mode 100644 trunk/Creshendo/SettingsPanel.cs create mode 100644 trunk/Creshendo/Shape.cs create mode 100644 trunk/Creshendo/ShellPanel.cs create mode 100644 trunk/Creshendo/ShellSettingsPanel.cs create mode 100644 trunk/Creshendo/SupportClass.cs create mode 100644 trunk/Creshendo/TableMap.cs create mode 100644 trunk/Creshendo/TableSorter.cs create mode 100644 trunk/Creshendo/TemplateEditor.cs create mode 100644 trunk/Creshendo/TemplatesPanel.cs create mode 100644 trunk/Creshendo/Trapezoid.cs create mode 100644 trunk/Creshendo/Util/AbstractMap.cs create mode 100644 trunk/Creshendo/Util/Arrays.cs create mode 100644 trunk/Creshendo/Util/BeanFilter.cs create mode 100644 trunk/Creshendo/Util/BeanInfo.cs create mode 100644 trunk/Creshendo/Util/Collections/CollectionFactory.cs create mode 100644 trunk/Creshendo/Util/Collections/GenericHashMap.cs create mode 100644 trunk/Creshendo/Util/Collections/HashMap.cs create mode 100644 trunk/Creshendo/Util/Collections/IGenericMap.cs create mode 100644 trunk/Creshendo/Util/Collections/IHashMapEntry.cs create mode 100644 trunk/Creshendo/Util/Collections/IMap.cs create mode 100644 trunk/Creshendo/Util/Collections/ProducerConsumerQueue.cs create mode 100644 trunk/Creshendo/Util/DeffactSort.cs create mode 100644 trunk/Creshendo/Util/EventCounter.cs create mode 100644 trunk/Creshendo/Util/EventsHelper.cs create mode 100644 trunk/Creshendo/Util/FactComparator.cs create mode 100644 trunk/Creshendo/Util/FactTemplateComparator.cs create mode 100644 trunk/Creshendo/Util/FactUtils.cs create mode 100644 trunk/Creshendo/Util/GenericEventHandler.cs create mode 100644 trunk/Creshendo/Util/GenericHashmap.cs create mode 100644 trunk/Creshendo/Util/HashMap.cs create mode 100644 trunk/Creshendo/Util/HashMapOptimized.cs create mode 100644 trunk/Creshendo/Util/IEntry.cs create mode 100644 trunk/Creshendo/Util/IOUtilities.cs create mode 100644 trunk/Creshendo/Util/IValue.cs create mode 100644 trunk/Creshendo/Util/Introspector.cs create mode 100644 trunk/Creshendo/Util/LinkedHashMap.cs create mode 100644 trunk/Creshendo/Util/ListIterator.cs create mode 100644 trunk/Creshendo/Util/Logging/ILogger.cs create mode 100644 trunk/Creshendo/Util/Logging/Log4netLogger.cs create mode 100644 trunk/Creshendo/Util/Logging/TraceLogger.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/AbstractCommunicationChannel.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/CLIPSInterpreter.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/CLIPSLanguageAdapter.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/CommandEventArgs.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/DelegateImplementations.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/ICommunicationChannel.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/ILanguageAdapter.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/IStreamChannel.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/IStringChannel.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/InterestType.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/LanguageNotSupportedException.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/MessageEventArgs.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/MessageRouter.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/MessageRouterImp.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/StreamChannelImpl.cs create mode 100644 trunk/Creshendo/Util/Messagerouter/StringChannelImpl.cs create mode 100644 trunk/Creshendo/Util/MethodDescriptor.cs create mode 100644 trunk/Creshendo/Util/NodeUtils.cs create mode 100644 trunk/Creshendo/Util/ObjectFilter.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips/CLIPSParser.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips/CLIPSParserConstants.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips/CLIPSParserTokenManager.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips/ParseException.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips/ParserUtils.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips/SimpleCharStream.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips/Token.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips/TokenMgrError.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips2/CLIPSParser.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips2/CLIPSParserConstants.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips2/CLIPSParserTokenManager.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips2/Gen.bat create mode 100644 trunk/Creshendo/Util/Parser/Clips2/ParseException.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips2/ParserUtils.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips2/SimpleCharStream.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips2/Token.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips2/TokenMgrError.cs create mode 100644 trunk/Creshendo/Util/Parser/Clips2/clips.jj create mode 100644 trunk/Creshendo/Util/Parser/Clips2/minossecc.class create mode 100644 trunk/Creshendo/Util/Parser/Clips2/minossecc.jar create mode 100644 trunk/Creshendo/Util/Parser/IParser.cs create mode 100644 trunk/Creshendo/Util/ProfileStats.cs create mode 100644 trunk/Creshendo/Util/PropertyChangeEvent.cs create mode 100644 trunk/Creshendo/Util/PropertyChangeListener.cs create mode 100644 trunk/Creshendo/Util/PropertyChangedHandler.cs create mode 100644 trunk/Creshendo/Util/PropertyDescriptor.cs create mode 100644 trunk/Creshendo/Util/Rete/AbstractActivationList.cs create mode 100644 trunk/Creshendo/Util/Rete/AbstractCondition.cs create mode 100644 trunk/Creshendo/Util/Rete/AbstractMessageEventArgs.cs create mode 100644 trunk/Creshendo/Util/Rete/AbstractParam.cs create mode 100644 trunk/Creshendo/Util/Rete/AbstractSlot.cs create mode 100644 trunk/Creshendo/Util/Rete/AbstractTemporalNode.cs create mode 100644 trunk/Creshendo/Util/Rete/Agenda.cs create mode 100644 trunk/Creshendo/Util/Rete/AlphaMemoryImpl.cs create mode 100644 trunk/Creshendo/Util/Rete/AlphaNode.cs create mode 100644 trunk/Creshendo/Util/Rete/AlphaNodeAnd.cs create mode 100644 trunk/Creshendo/Util/Rete/AlphaNodeOr.cs create mode 100644 trunk/Creshendo/Util/Rete/AlphaNodePredConstr.cs create mode 100644 trunk/Creshendo/Util/Rete/BaseAlpha.cs create mode 100644 trunk/Creshendo/Util/Rete/BaseAlpha2.cs create mode 100644 trunk/Creshendo/Util/Rete/BaseJoin.cs create mode 100644 trunk/Creshendo/Util/Rete/BaseNode.cs create mode 100644 trunk/Creshendo/Util/Rete/BasicActivation.cs create mode 100644 trunk/Creshendo/Util/Rete/BetaMemoryImpl.cs create mode 100644 trunk/Creshendo/Util/Rete/BindValue.cs create mode 100644 trunk/Creshendo/Util/Rete/Binding.cs create mode 100644 trunk/Creshendo/Util/Rete/Binding2.cs create mode 100644 trunk/Creshendo/Util/Rete/BoundParam.cs create mode 100644 trunk/Creshendo/Util/Rete/CompileMessageEventArgs.cs create mode 100644 trunk/Creshendo/Util/Rete/Compiler/AbstractConditionCompiler.cs create mode 100644 trunk/Creshendo/Util/Rete/Compiler/CompilerProvider.cs create mode 100644 trunk/Creshendo/Util/Rete/Compiler/ExistConditionCompiler.cs create mode 100644 trunk/Creshendo/Util/Rete/Compiler/IConditionCompiler.cs create mode 100644 trunk/Creshendo/Util/Rete/Compiler/ObjectConditionCompiler.cs create mode 100644 trunk/Creshendo/Util/Rete/Compiler/TemporalConditionCompiler.cs create mode 100644 trunk/Creshendo/Util/Rete/Compiler/TestConditionCompiler.cs create mode 100644 trunk/Creshendo/Util/Rete/CompositeIndex.cs create mode 100644 trunk/Creshendo/Util/Rete/Constants.cs create mode 100644 trunk/Creshendo/Util/Rete/ConversionUtils.cs create mode 100644 trunk/Creshendo/Util/Rete/DefaultReturnValue.cs create mode 100644 trunk/Creshendo/Util/Rete/DefaultReturnVector.cs create mode 100644 trunk/Creshendo/Util/Rete/DefaultRuleCompiler.cs create mode 100644 trunk/Creshendo/Util/Rete/DefaultWM.cs create mode 100644 trunk/Creshendo/Util/Rete/Defclass.cs create mode 100644 trunk/Creshendo/Util/Rete/Deffact.cs create mode 100644 trunk/Creshendo/Util/Rete/DefglobalMap.cs create mode 100644 trunk/Creshendo/Util/Rete/Defmodule.cs create mode 100644 trunk/Creshendo/Util/Rete/Deftemplate.cs create mode 100644 trunk/Creshendo/Util/Rete/EngineEvent.cs create mode 100644 trunk/Creshendo/Util/Rete/EngineEventListener.cs create mode 100644 trunk/Creshendo/Util/Rete/EqHashIndex.cs create mode 100644 trunk/Creshendo/Util/Rete/EqualityIndex.cs create mode 100644 trunk/Creshendo/Util/Rete/Evaluate.cs create mode 100644 trunk/Creshendo/Util/Rete/Exception/AssertException.cs create mode 100644 trunk/Creshendo/Util/Rete/Exception/CompileRuleException.cs create mode 100644 trunk/Creshendo/Util/Rete/Exception/ConversionException.cs create mode 100644 trunk/Creshendo/Util/Rete/Exception/ExecuteException.cs create mode 100644 trunk/Creshendo/Util/Rete/Exception/RetractException.cs create mode 100644 trunk/Creshendo/Util/Rete/ExistJoin.cs create mode 100644 trunk/Creshendo/Util/Rete/ExistJoinFrst.cs create mode 100644 trunk/Creshendo/Util/Rete/ExistNeqJoin.cs create mode 100644 trunk/Creshendo/Util/Rete/ExistPredJoin.cs create mode 100644 trunk/Creshendo/Util/Rete/FunctionParam.cs create mode 100644 trunk/Creshendo/Util/Rete/FunctionParam2.cs create mode 100644 trunk/Creshendo/Util/Rete/HashedAlphaMemoryImpl.cs create mode 100644 trunk/Creshendo/Util/Rete/HashedEqBNode.cs create mode 100644 trunk/Creshendo/Util/Rete/HashedEqNJoin.cs create mode 100644 trunk/Creshendo/Util/Rete/HashedNeqAlphaMemory.cs create mode 100644 trunk/Creshendo/Util/Rete/HashedNotEqBNode.cs create mode 100644 trunk/Creshendo/Util/Rete/HashedNotEqNJoin.cs create mode 100644 trunk/Creshendo/Util/Rete/IAction.cs create mode 100644 trunk/Creshendo/Util/Rete/IActivation.cs create mode 100644 trunk/Creshendo/Util/Rete/IActivationList.cs create mode 100644 trunk/Creshendo/Util/Rete/IAlphaMemory.cs create mode 100644 trunk/Creshendo/Util/Rete/IBetaMemory.cs create mode 100644 trunk/Creshendo/Util/Rete/ICompilerListener.cs create mode 100644 trunk/Creshendo/Util/Rete/IFLIANode.cs create mode 100644 trunk/Creshendo/Util/Rete/IFact.cs create mode 100644 trunk/Creshendo/Util/Rete/IHashIndex.cs create mode 100644 trunk/Creshendo/Util/Rete/IModule.cs create mode 100644 trunk/Creshendo/Util/Rete/IParameter.cs create mode 100644 trunk/Creshendo/Util/Rete/IPrettyPrint.cs create mode 100644 trunk/Creshendo/Util/Rete/IQuery.cs create mode 100644 trunk/Creshendo/Util/Rete/IReturnValue.cs create mode 100644 trunk/Creshendo/Util/Rete/IReturnVector.cs create mode 100644 trunk/Creshendo/Util/Rete/IRuleCompiler.cs create mode 100644 trunk/Creshendo/Util/Rete/IScope.cs create mode 100644 trunk/Creshendo/Util/Rete/IStrategy.cs create mode 100644 trunk/Creshendo/Util/Rete/ITemplate.cs create mode 100644 trunk/Creshendo/Util/Rete/ITemporalFact.cs create mode 100644 trunk/Creshendo/Util/Rete/IWorkingMemory.cs create mode 100644 trunk/Creshendo/Util/Rete/Index.cs create mode 100644 trunk/Creshendo/Util/Rete/InitialFact.cs create mode 100644 trunk/Creshendo/Util/Rete/LIANode.cs create mode 100644 trunk/Creshendo/Util/Rete/LinkedActivation.cs create mode 100644 trunk/Creshendo/Util/Rete/LinkedActivationList.cs create mode 100644 trunk/Creshendo/Util/Rete/Messages.cs create mode 100644 trunk/Creshendo/Util/Rete/MultiSlot.cs create mode 100644 trunk/Creshendo/Util/Rete/NSFact.cs create mode 100644 trunk/Creshendo/Util/Rete/NTestNode.cs create mode 100644 trunk/Creshendo/Util/Rete/NoAgendaTNode.cs create mode 100644 trunk/Creshendo/Util/Rete/NoAgendaTNode2.cs create mode 100644 trunk/Creshendo/Util/Rete/NoMemANode.cs create mode 100644 trunk/Creshendo/Util/Rete/NoMemAnd.cs create mode 100644 trunk/Creshendo/Util/Rete/NoMemOr.cs create mode 100644 trunk/Creshendo/Util/Rete/NotEqHashIndex.cs create mode 100644 trunk/Creshendo/Util/Rete/NotJoin.cs create mode 100644 trunk/Creshendo/Util/Rete/NotJoinFrst.cs create mode 100644 trunk/Creshendo/Util/Rete/ObjectTypeNode.cs create mode 100644 trunk/Creshendo/Util/Rete/OrderedFactTypeNode.cs create mode 100644 trunk/Creshendo/Util/Rete/ParameterUtils.cs create mode 100644 trunk/Creshendo/Util/Rete/PredicateBNode.cs create mode 100644 trunk/Creshendo/Util/Rete/Rete.cs create mode 100644 trunk/Creshendo/Util/Rete/RootNode.cs create mode 100644 trunk/Creshendo/Util/Rete/Shell.cs create mode 100644 trunk/Creshendo/Util/Rete/ShellBoundParam.cs create mode 100644 trunk/Creshendo/Util/Rete/Slot.cs create mode 100644 trunk/Creshendo/Util/Rete/Slot2.cs create mode 100644 trunk/Creshendo/Util/Rete/SlotParam.cs create mode 100644 trunk/Creshendo/Util/Rete/Strategies/BreadthStrategy.cs create mode 100644 trunk/Creshendo/Util/Rete/Strategies/DepthStrategy.cs create mode 100644 trunk/Creshendo/Util/Rete/Strategies/RecencyStrategy.cs create mode 100644 trunk/Creshendo/Util/Rete/Strategies/Strategies.cs create mode 100644 trunk/Creshendo/Util/Rete/StringParam.cs create mode 100644 trunk/Creshendo/Util/Rete/TemporalDeffact.cs create mode 100644 trunk/Creshendo/Util/Rete/TemporalEqNode.cs create mode 100644 trunk/Creshendo/Util/Rete/TemporalHashedAlphaMem.cs create mode 100644 trunk/Creshendo/Util/Rete/TemporalTNode.cs create mode 100644 trunk/Creshendo/Util/Rete/TerminalNode.cs create mode 100644 trunk/Creshendo/Util/Rete/TerminalNode2.cs create mode 100644 trunk/Creshendo/Util/Rete/TerminalNode3.cs create mode 100644 trunk/Creshendo/Util/Rete/TestNode.cs create mode 100644 trunk/Creshendo/Util/Rete/ValueParam.cs create mode 100644 trunk/Creshendo/Util/Rete/ZJBetaNode.cs create mode 100644 trunk/Creshendo/Util/Rule/AndCondition.cs create mode 100644 trunk/Creshendo/Util/Rule/AndLiteralConstraint.cs create mode 100644 trunk/Creshendo/Util/Rule/BoundConstraint.cs create mode 100644 trunk/Creshendo/Util/Rule/DefaultComplexity.cs create mode 100644 trunk/Creshendo/Util/Rule/Defrule.cs create mode 100644 trunk/Creshendo/Util/Rule/ErrorSummary.cs create mode 100644 trunk/Creshendo/Util/Rule/ExistCondition.cs create mode 100644 trunk/Creshendo/Util/Rule/FunctionAction.cs create mode 100644 trunk/Creshendo/Util/Rule/IAnalysis.cs create mode 100644 trunk/Creshendo/Util/Rule/IComplexity.cs create mode 100644 trunk/Creshendo/Util/Rule/ICondition.cs create mode 100644 trunk/Creshendo/Util/Rule/IConstraint.cs create mode 100644 trunk/Creshendo/Util/Rule/IRule.cs create mode 100644 trunk/Creshendo/Util/Rule/ISummary.cs create mode 100644 trunk/Creshendo/Util/Rule/LiteralConstraint.cs create mode 100644 trunk/Creshendo/Util/Rule/MultiValue.cs create mode 100644 trunk/Creshendo/Util/Rule/ObjectCondition.cs create mode 100644 trunk/Creshendo/Util/Rule/OrCondition.cs create mode 100644 trunk/Creshendo/Util/Rule/OrLiteralConstraint.cs create mode 100644 trunk/Creshendo/Util/Rule/PredicateConstraint.cs create mode 100644 trunk/Creshendo/Util/Rule/RuleProperty.cs create mode 100644 trunk/Creshendo/Util/Rule/TemplateValidation.cs create mode 100644 trunk/Creshendo/Util/Rule/TemporalCondition.cs create mode 100644 trunk/Creshendo/Util/Rule/TestCondition.cs create mode 100644 trunk/Creshendo/Util/Rule/Util/GenerateFacts.cs create mode 100644 trunk/Creshendo/Util/Rule/WarningSummary.cs create mode 100644 trunk/Creshendo/Util/RuntimeException.cs create mode 100644 trunk/Creshendo/ViewFunction.cs create mode 100644 trunk/Creshendo/ViewGraphNode.cs create mode 100644 trunk/Creshendo/Visualiser.cs diff --git a/Library/ConnectionFactory.XML b/Library/ConnectionFactory.XML new file mode 100644 index 0000000..126e06c --- /dev/null +++ b/Library/ConnectionFactory.XML @@ -0,0 +1,8 @@ + + + + ConnectionFactory + + + + diff --git a/Library/ConnectionFactory.dll b/Library/ConnectionFactory.dll new file mode 100644 index 0000000000000000000000000000000000000000..d18a8c995dc45cc18b9faf3582147d414a22cda1 GIT binary patch literal 16384 zcmeHMd2AGA6n`__ZVR|YN8fc9$x6(An*<9h{w6W~Q_& zf)%625N|wC{t#j$@kl%nktkkh)LMg@C?1Iz6Cfrk5;YzuzV~KJw`{%sGvWK1`OUk& z_r32ov)g?$iX^ko=t4j+80%NCTQ@1q$G)o2W^t)3dL#yqBlFD&XF~G@a zQ9SF_)3b7z^$Bc8Kh;fR=nVa+p#7dtfcAxER4C7}b5U@_{KvK`>DndXX*T{9EoE-{4XV7-+1nOK{7zK(^@W>fqtUhRK zhJ}G#YbQD>E`&$U2m{pRs6rGB2nGZLf&syRU_dY+7!V8y1_T3wffI;A2*UsqgX!hTK;Z^5VE?E3f?^jPe1Oty=wdM8QpYAyIh5Zd{(|eZw_{u#09iMNP z23`veIESV!-SzR=4>Y|X-M(&2WZO4K*YsYuY5oJe>tFF;oE4uw+yxl--6XjVqcYuO{!7qOtO7iuPBR z;8Yhy>8!fwf;x$!aZpdaYF025oD-TmYc5#|!9YBM?y9u_-8iEYkE*C^>t@oSh_~>` z1NHw^i=(i|dkO(n7cXv#plu)NG`G&M;uMU77QL)Y_IUqQnhleTsy_Cp$U)NX`c@WU3A{qO}0BL2iUQ6hO3<3h$R#_Jg$WPFbCJ;oyW zfaHhij198RYtgDyiv*kTtiYVCCSlDNqgIF>8ILD%D-!I2$rO&`&BD95&OHigHxqvLv*29| zRB=eq$>))_UbZpJUu1Rl7}|wUZ<(f+aCOUUR1>acXM$aZ0Zoy3o+CdLBHD7b$8hsQ zQ%=IN4LuIgjN@u4XpOJHMY38jqPptHC7|BcR972L1hGt7gCJD|iDM;tcY2P2qr5eO z?b>p~+X>VSp+H}4XYgn!)du;Wu+^Mu`X7cB? z*~n5Q!>yGL=wY_&^EsrEJbvm%lnNJWnHDuQ%Dy@@+ZnN^A!d3^ zS5IlddMlOI4b6^f_9{K0Ie10Mz&mZn_4-(HhKp(UCQ=x>;<}-`xjV<(W|c};$h&$? zrsJw+LZch3K;heLMceNm_bq8_eQw#Vy+_J+pA5y%UwdW8zw^HA52c|TsIK-<<8habuK=3m#cB7=L@ktM6=o;OjF|UAUtW&aQ2zMzFAQ%t~2nGZLf&sz6|BV6a-2lq-T79n*#@EUHBP-_LSp4kZ@-V=r zoF-?JT!Wz<_-=g}Vgt0J)C8^2f_f8TBg!;h@_qM**F#CLcl|tUnZ5Hx?8RT4c+N@7 z)(E16SyiwxkB+^#hB-}G4i@{T@vInnRkS+jSHZ<+J9d=!aTHLP7CYl;rfne;g;&GC>J_{bMzZ=(d2pLz2nGZLf&syRU_dY+7!V8y1_T3wffJ7b#e2Wq$?vsK kyzPq}3kC!Of&syRU_dY+7!V8y1_T3w0l|P^;6z~HPmrK`Jpcdz literal 0 HcmV?d00001 diff --git a/Library/Neo.XML b/Library/Neo.XML new file mode 100644 index 0000000..f6afaf0 --- /dev/null +++ b/Library/Neo.XML @@ -0,0 +1,2308 @@ + + + + Neo + + + + + + + + + + + + + Callback interface for objects that can visit a Qualifier objects. + + + The value returned from the individual methods is returned from the + AcceptQualifier method. + + + + + Initializes a new instance of the class. + + A table. + A param factory. + + + + Creates a new object that is a copy of the current instance. + + + A new object that is a copy of this instance. + + + + + Writes the select. + + The fetch spec. + + + + Visits the column qualifier. + + The q. + + + + + Visits the property qualifier. + + The q. + + + + + Visits the and qualifier. + + The q. + + + + + Visits the or qualifier. + + The q. + + + + + Visits the path qualifier. + + The q. + + + + + Writes the insert. + + The row. + The column list. + + + + Writes the update. + + The row. + + + + Writes the delete. + + The row. + + + + Gets or sets a value indicating whether [uses delimited identifiers]. + + + true if [uses delimited identifiers]; otherwise, false. + + + + + Gets the command. + + The command. + + + + Gets the parameters. + + The parameters. + + + + Initializes a new instance of the class. + + A table. + A param factory. + + + + Writes the select. + + The fetch spec. + + + + Visits the column qualifier. + + The q. + + + + Generic Wrapper around the FactoryMethods + + An IEntityObject + + + + Initializes a new instance of the class. + + A context. + Type of the object. + + + + Finds the first. + + The qualifier format. + The parameters. + + + + + Finds the first. + + The q. + + + + + Creates the object. + + The pkvalues. + + + + + Finds the object. + + The pkvalues. + + + + + Finds all objects. + + + + + + Finds the specified fetch spec. + + The fetch spec. + + + + + Finds the specified qualifier. + + The qualifier. + + + + + Finds the specified qualifier format. + + The qualifier format. + The parameters. + + + + + Finds the with limit. + + The limit. + The qualifier format. + The parameters. + + + + + Finds the unique. + + The qualifier format. + The parameters. + + + + + Gets the current ObjectContext. + + The context. + + + + Gets the EntityMap for this EntityObject. + + The entity map. + + + + Describes the mapping from ADO.NET concepts, such as DataTable and DataColumn, to + the corresponding entity object concepts; and vice versa. + + + EntityMaps should never be instantiated directly. Use the following code to + retrieve an IEntityMap for a given type: + + IEntityMap map = context.EntityMapFactory.GetMap(typeof(TheType)); + + + + + + Gets an object to create primary keys + + An object to create primary keys for this entity + + + + Translates between Attribute name and column name + + attribute name + corresponding column name + + + + Translates between Relation name and relation info. + + relation name + corresponding relation info + + + + Translates between Relation name and relation info. + + corresponding relation name + + + + Creates an instance for this entity, a blank entity object + + The row that is represented by this object + The context with which the object is associated with + + + + + Adds or updates ADO.NET schema information for the entity to the data set. + + The dataset to work on + Flags specifying what kind of schema information to add/update + + + + Adds or updates ADO.NET schema information for the entity in the table. + + + The table passed must match the entity map's. + + The table to work on + Flags specifying what kind of schema information to add/update + + + + The IEntityMapFactory object used to generate an instance of this object + + + + + This object's type + + + + + The type that is really created. Should be a subclass of ObjectType + + + + + Table Name (usually a SQL table name, but may be other sort) + + + + + All primary key columns for this table + + + + + All columns within this table + + + + + All attributes within this type + + + The name Attribute refers to Entity-Relationship modelling terminology. An + attribute is usually implemented using a property in the corresponding type. + + + + + All relations withing this type + + + + + Describes a relation between two entities. + + + + + Provides the implementation for a transaction sink that uses the Remoting infrastructure. + + + The function of the transaction sink is to participate in the sink chain, intercepting and hosting transactional + methods in a transactional enviroment using the Enterprise Services infrastructure and delegate it's execution. + + + + + Initializes a new instance of the class. + + + The next sink in the channel sink chain. + + + + Synchronously processes the provided message. + + The message to process. + The response to the processed message. + + + + Asynchronously processes the provided message + + The message to process. + The sink that will receive the reply to the provided message. + An that provides a way to control the asynchronous message after it has been dispatched. + NOT SUPPORTED + + + + Gets the next message sink in the sink chain. + + + + + Invokes a method in the target environment. + + The object instance that owns the message. + The message (method and arguments) to be executed. + Whether to complete the transaction if invokation was successful. + Returns the invokation result. + + + + Base class for all EntityObject surrogates. A surrogate is a lightweight representation of an entity disconnected from the data source. + + + + + Initializes a new instance of the class. + + + + + Summary description for ObjectListBase. + + + + + Summary description for ObjectCollectionBase. + + + + + Makes the read only. + + + + + Sorts the specified comparer. + + The comparer. + + + + Sorts the specified prop name. + + Name of the prop. + The dir. + + + + Gets a value indicating whether this instance is read only. + + + true if this instance is read only; otherwise, false. + + + + + Interface required for objects that are managed by an ObjectContext + + + The object must also implement a constructor taking an ObjectContext and + a DataRow. + + + + + The ObjectContext object containing this IEntityObject + + + + + The Row object from which properties are derived. + + + Modifications to this Row via object properties are persisted back into the + underlying store. It is perfectly acceptable, while most of the time not + advisable, to modify the row directly; it is guaranteed to be in sync with + the object's properties. + + + + + Flags for specifying which aspects of the schema an EntityMap should write into + a DataTable. + + + + + Write the table definition + + + + + Write the constraints + + + + + Write all related table and the relations between this table and the others + + + + + Write everything + + + + + Predicate that returns true if the value is equal to the value stored in the + predicate. + + + + + Describes a predicate that can be applied to a value. + + + + + Predicate that returns true if the value is not equal to the value stored in the + predicate. + + + + + A qualifier that combines a number of qualifiers, evaluating to true if any of the + qualifiers evaluate to true. + + + Uses short-circuit evaluation, i.e. stops evaluating its qualifiers when the first one + returns true. + + + + + Abstract base class for qualifiers that combines a number of qualifiers. + + + + + Qualifiers define criteria for object selections. + + There is a class hierarchy of different qualifiers to express different types + of qualification but normally qualifiers are constructed using formats: + + q = Qualifier.Format("Name = {0}", input); + + Formats can use inlined values and comprise multiple clauses: + + q = Qualifier.Format("Name = 'Haruki'"); + q = Qualifier.Format("Name = {0} and locked = false", input); + + Formats can contain brackets and paths spanning multiple entities: + + q = Qualifier.Format("Publisher.Name = {0}", pubname); + q = Qualifier.Format("TitleAuthor.Title.(TheTitle like 'A%' or TheTitle like 'B%')"); + + Formats provide a shortcut for simple matches: + q = new Qualifier.Format("Name", input); + Qualifiers are used in conjunction with FetchSpecification or can be used to + evaluate whether an object matches their criteria: + if(q.EvaluateWithObject(anAuthor)) + doSomething(anAuthor); + + + + + Creates a Qualifier for the given query. + + string version of test + Qualifier object for the query + + + + Creates a Qualifier for the given query. + + string version of the query + positional parameters for the query string + Qualifier object for the query + + + + Creates a Qualifier which tests for the supplied property/value pairs. + + property/value pairs to be compared + Qualifier object for the query + + + + Returns whether the supplied IEntityObject matches the criteria of this qualifier. + + + + + Begins traversal of the qualifier. The visitor passed in will receive methods from + the IQualifierVisitor interface as subqualifiers are reached during + traversal. + + + This method is not normally used from applications. + + The visitor that receives the call-back methods + The object returned from the vistor for this qualifier + + + + Some qualifier classes can evaluate against regular objects, not only + against IEntityObjects. These qualifiers implement IObjectQualifier. + + + + + Performs this qualifier's action agains the supplied object + + object to be tested + true if the object meets this qualifier's requirements + + + + A qualifier that compares a value to the value stored in a given column of the + DataRow that underlies the EntityObject. + + + + + Internal class used by Tokenizer and QualifierParser. + + + + + The class wraps an ordinary to provide + a type-safe collection compile-time. + + The type of elements in the list. + + The class is a descendant of the class + and is the base class for the set of objects which are part of a relation. + + Paul Gielens + + + + This is to be subclassed to provide strongly typed representations of the set + of objects which are part of a relation. + + + + + Called when [row deleting]. + + The sender. + The instance containing the event data. + + + + Called when [column changing]. + + The sender. + The instance containing the event data. + + + + Forces a load of data from the database. + + + + + Invalidates the cache, losing all changes. + + + + + Initializes a new instance of the class. + + The eo. + A relation. + + + + Adds the specified new entity. + + The new entity. + + + + + Removes the specified existing entity. + + The existing entity. + + + + Determines whether [contains] [the specified existing entity]. + + The existing entity. + + true if [contains] [the specified existing entity]; otherwise, false. + + + + + Indexes the of. + + The existing entity. + + + + + Gets the read only list. + + + + + + Gets the sorted list. + + Name of the prop. + The dir. + + + + + Finds the specified qualifier format. + + The qualifier format. + The parameters. + + + + + Finds the unique. + + The qualifier format. + The parameters. + + + + + Finds the first. + + The qualifier format. + The parameters. + + + + + Gets the item at the specified index. + + + + + + Marks a method to be called after the creation of an IEntityObject. + + + + + Default constructor + + + + + Determines the direction of sorting, and case sensitivity. Used by + PropertyComparer. + + + + Ascending, case-sensitive alphabetic sort + + + Decending, case-sensitive alphabetic sort + + + Ascending, non case-sensitive alphabetic sort + + + Decending, non case-sensitive alphabetic sort + + + + Concrete IComparer used to compare properties between EntityObject instances + + + This comparer will only compare objects by a single property. + Multiple property comparisons are not supported + + + + + Constructor. Sets property name and sort direction to be used in subsequent sorts. + + Name of property value to compare + Sort direction and case matching + + + + Constructor. Sets property name and sort direction to be used in subsequent sorts. + + Name of property value to compare + Sort direction and case matching + Culture used when performing string comparisons + + + + Compares one IEntityObject instance with another using the value of Property + + First object to compare + Second object to compare + + 0, if the objects are the same, + 1, if x > y, + -1 if x > y + + + + + Uses ArrayList' QuickSort implementation to sort the supplied list. + + list to be sorted + + + + Name of property to compare when sorting. + + + + + Sort direction (Ascending, Descending). + + + + + Used to redistribute database generated keys. + + + When working with database generated (native) primary keys, Neo uses temporary (negative) + primary key values until an object is saved to the store. The data stores must provide a + mapping from these temporary keys to the actual db values by returning a + PkChangeTable from the SaveChangesInObjectContext method. + + table = new PkChangeTable("jobs"); + table.AddPkChange(row["job_id"], actualKeyVal); + When an ObjectContext is connected directly to an IDataStore it handles the + key mapping internally but in distributed environments it is possible to pass the change + table between different processes as follows. + + ds = clientContext.GetChanges(); + // now this ds is passed to the server, which could use another context + serverContext.ImportData(ds) + pkctArray = serverContext.SaveChanges(); + // the pkctArray is passed back to the client process which needs to apply them + clientContext.UpdatePrimaryKeys(pkctArray); + clientContext.AcceptChanges(); + + + + + + Default constructor. Creates a blank change table for a database table + + name of table whose primary keys are changing + + + + Returns an enumarator for the changes and thus allows the use of foreach + with the table. + + + + + + Adds a new entry to the table. + + original primary key value + new primary key value + + + + Name of table for this PkChangeTable object + + + + + Count of primary key changes for this table + + + + + Returns ChangeRecord struct at this index + + + + + A simple struct holding the old and new values for a change. + + + + + Original primary key value + + + + + New primary key value + + + + + Summary description for ObjectTable. + + + + + Abstract base class for predicates that compare values, i.e. determine the ordering + of two values. + + + + + Predicate that returns true if the value is less than the value stored in the + predicate. + + + + + Predicate that returns true if the value is greater than the value stored in the + predicate. + + + + + Predicate that returns true if the value is greater or equal to the value stored in + the predicate. + + + + + Predicate that returns true if the value is less or equal to the value stored in + the predicate. + + + + + Provides IEntityMap implementations for given types + and/or table names. + + + EntityMaps should never be instantiated directly. Use the following code to + retrieve an IEntityMap for a given type: + + IEntityMap map = context.EntityMapFactory.GetMap(typeof(TheType)); + + + + + + Gets a collection of all maps + + A collection of all Object Type Maps + + + + Gets a map to translate between a type and a table + + Type to map + IEntityMap object matching the supplied type + + + + Gets a map to translate between a table and a type + + Table Name to map + IEntityMap object matching the supplied table name + + + + Adds a custom mapping. Note that multiple types can be mapped to one + IEntityMap. + + + + + Specifies the type of a Token. + + + + + Internal class used by the QualifierParser. + + + + + The type of the token. + + + + + The value of the token. + + + + + Initializes a new instance of the Token class. + + Type of the token + Value of the token + + + + Contains a single method which must initialise a new database row. + If PK generation scheme involves PK values provided by the application they + are passed in. + + + + + Sets up primary key for the supplied row + + row requiring primary key + extra information needed to set primary key values + + + + Defines which objects should be fetched from a datastore. This class is a straight-forward + implementation of this interface which allows to set all aspects directly. + + + The Code Generator creates query templates for each entity that also implement + IFetchSpecification and provide a strongly typed API. + + + + + Defines which objects should be fetched from a context or datastore. + + + The FetchSpecification class is a straigh-forward implementation of this interface + which allows to set all aspects directly. The Code Generator creates query templates for + each entity that also implement IFetchSpecification and provide a strongly typed API. + + + + + Entity map used to specify the entity from which to fetch the objects. + + + + + The Qualifier to apply to the fetched objects. + + + + + The maximum number of objects to return, or -1 for no limit. + + + + + If true, objects in memory will be updated with the values returned by + the fetch. If false, in-memory values for objects that the context knew about + before the fetch are kept. + + + + + An array of PropertyComparer that describes how the returned objects are to + be sorted. First comparer has highest precedence. + + + + + An array of paths to entities from which related objects are fetched with this + query. + + + + + Creates an empty fetch specification. + + + + + Creates a fetch specification for the given entity without limit and qualifier. + + + + + Creates a fetch specification for the given entity with the given qualifier. + + + + + Creates a fetch specification for the given entity with the given qualifier and fetch limit. + + + + + Returns a textual description of the fetch specification. + + + Note that this is not parsable by a qualifier. + + + + + Creates a new PropertyComparer from the arguments and adds it to the end of + the list of SortOrderings. + + property to sort on + direction + + + + Adds the property path to the list of spans. + + path to be added + + See Spans property for details. + + + + + Adds the property paths to the list of spans. + + paths to be added + + See Spans property for details. + + + + + The EntityMap for the entity to fetch the objects from. + + + + + The Qualifier to apply to the fetched objects. + + + + + The maximum number of objects to return, or -1 for no limit. + + + + + If true, objects in memory will be updated with the values returned by + the fetch. If false, which is the default, in-memory values for objects + that the context knew about before the fetch are kept. + + + + + An array of PropertyComparer that describes how the returned objects are to + be sorted. First comparer has highest precedence. + + + + + An array of property paths to entities that should be fetch alongside the main + entity. + + + Specifying a path will fetch all entities along that path. So, specifying + "TitleAuthor.Author" for a query on the Title entity, will result in all title + author link objects and all corresponding authors to be fetched. + + + + + A qualifier that combines a number of qualifiers, evaluating to true if all of the + qualifiers evaluate to true. + + + Uses short-circuit evaluation, i.e. stops evaluating its qualifiers when the first one + returns false. + + + + + Internal class used to create a tree of qualifier objects from a format string. + + + + + Constructor. Creates a new parser. + + The format to parse + The position paramters for the format + + + + Parses the format and creates the qualifier objects. + + The top-level qualifier + + + + Concrete implementations of this interface can be used to persist objects. + + + + + Gets rows from the underlying store matching the supplied specification. + + An IFetchSpecification describing which rows to retrieve + A DataTable containing all matching rows. + + + + Analyses the supplied context and pushes the changed rows back into the + underlying store. + + + Note that only for the 'native' primary key generation scheme, which leaves + the key generation to the database, anything is returned. + + The context to save + A list of PkChangeTable objects containing new persistent keys + + + + A good base class for your query templates. CodeGen/Norque uses these. + + + + + Values for specifying which refresh strategy ObjectContext should use for known + objects retrieved by a fetch. + + + + + Keep what is in memory, ignore values from refetched objects. + + + + + Update object in memory, overwrite local changes with database contents. + + + + + Update object in memory, but keep local changes + + + + + Class containing several static methods that + + + + + Thrown when a property that was accessed using reflection does not exist on a type. + + + + + Initializes a new instance of the InvalidPropertyException class with serialized data. + + The SerializationInfo that holds the serialized object data about the exception being thrown. + The StreamingContext that contains contextual information about the source or destination. + + + + You can use this class to decorate any data store. It checks for queries + which have neither limit nor qualifier and throws an exception. + + + + + A regular expression string that specifies which types are allowed to have unqualified queries. + + + + + Delegate method used by ObjectContext to notify column change observers. + + + + + Delegate method used by ObjectContext to notify row change observers. + + + + + Represents the method that will handle the event. + + + + + Provides data for the . + + + + + Gets the object upon which an action has occurred. + + + + + Gets the action that has occurred on a . + + + + + Describes an action performed on an . + + A is returned as part of the + to indicate the action that was + taken on a to raise the event. + Use the members of this enumeration to determine the action that has + occurred on a with respect to the + to which it belongs. + + + + + Central class in the Neo core which manages IEntityObjects. + + + + ObjectContext uses an IDataStore implementation to retrieve objects and save + changes. It relies on its internal DataSet to track changes, i.e. creates, updates and + deletes. + + + Generated classes, such as subclasses of ObjectFactory, provide a strongly typed + API for much of the functionality in ObjectContext. + + + + + + Creates empty context which uses the DefaultEntityMapFactory. + + + + + Constructor. Takes data from the supplied data set into this context. + + data to be imported + + + + Constructor. Takes data from the supplied data set into this context + and uses a custom IEntityMapFactory to find maps. + + + + + Constructor. Uses the supplied data store for persistence. + + + Data from the store is usually loaded on demand. + + data to be imported + + + + Constructor. Takes data from the supplied parent context into this context. + + + Data from a parent context is normally copied to improve performace. If + the parent context is huge it might improve overall performance to enable + on-demand copying. + + data to be imported + whether to copy the parent intially or load data on + demand + + + + Clears and resets the this context. + + + This makes the context effectively forget all object and their changes. + + + + + Gets all changes made to the ObjectContext in the form of a diffgram DataSet. + + all changes made to the main DataSet + + + + Determines whether there are any changes to objects managed by this context. + + true if changes have been made + + + + Marks all changes as having been persisted. + + + Use this in conjunction with GetChanges() to implement alternative + persistence operations, in client/server scenarios for example. + + + + + Persists data changes in this context to the data store. + + list of primary keys that were changed during the operation (only for + native scheme) + + + + Persists data changes in this context to the data store. + + list of primary keys that were changed during the operation (only for + native scheme) + + This method will work with an existing Enterprise Services transaction, voting + commit if the save is successfull and abort if any problem occurs. + + + + + Sets up event handlers for the supplied DataTable + + DataTable object to which event handlers should be added + Adds event handlers for RowDeleting event and RowChanging event + + + + Raises events for primary key column changes + + row containing primary key + + + + Gets all values for primary key columns of the supplied row + + IEntityMap object holding entity definition + row holding primary key values + DataRowVersion to use for lookup + Array of primary key values + + + + Finds row in the existing DataSet and either returns the IEntityObject + representation of it, or creates the representation. + + row containing data to be found + IEntityObject instance representing the supplied row + + + + Raises the event. + + A that contains the event data. + + + + Registers an observer for column change events. + + delegate to be called + table name the observer is interested in + column the observer is inerested in + + + + Unregisters and observer for column change events. + + delegate that was registered before + table name the delegate wishes to stop observing + column name the delegate wishes to stop observing + + + + Registers an observer for row change events. Only sent for delete events! + + delgate to be called + table name the observer is interested in + + + + Unregisters an observer for row change events. + + delegate that was registered before + table name the delegate wishes to stop observing + + + + Adds a DataRow to the context. This creates a corresponding object if + necessary. + + row to import + IEntityObject representing the row + + + + Adds all rows for a table to the context. This creates the corresponding objects if + required. + + table to be added + how to manage objects already known to the context + + + + Merges the supplied DataSet with the data in the context. This creates, deletes and + changes objects as required. + + DataSet to be merged + List of IEntityObjects affected by merge. + + + + Updates the primary keys for the objects managed by this context. + + + This is used in client/server scenarios where a datastore in a different process + persisted the changes and returned the keys as generated by the database. + + list of tables describing the key changes + + + + Updates the primary keys for the objects managed by this context. + + + The context should not have any nested objects while the keys are updated. + + table describing the key changes for a DataTable + + + + + Creates a new IEntityObject with all of the required primary key values + + + It is usually better to use the strongly typed API on the factory for the + required entity or the untyped API on ObjectFactory. + + IEntityObject type to be created + array holding the correct number of primary key values + or null if the pk scheme generates its own keys, e.g. GUID and native schemes. + the newly created object + + + + Takes a row and nulls all non-PK values. + + DataRow to be recycled + + + + Marks object as deleted. This will delete the corresponding row from persistent + storage when the changes are saved. + + IEntityObject to be deleted + + + + Determines whether the change event is for a deletion, or rollback for an added row. + + DataRowChangeEventArgs giving row properties + true if the change event is for a deletion, or rollback for an added + row + + + + Gets all non-deleted objects that the context manages. + + all rows registered in the internal dataset + + + + Looks up the supplied IEntityObject in this context. Throws if the object is not + present in this context. + + + + Use this when you have a set of objects in a parent context and need references + to them in a child context; or vice versa. + + + This method does not trigger the lazy-loading functionality. + + + IEntityObject to find + instance of supplied IEntityObject in this context + + + + Creates a new list of EntityObjects based upon the supplied list, + but using its internal representation of those objects. + + + + + + + Gets all objects managed by this context that are marked for deletion. + + list of objects marked for deletion + + + + Retrieves an object based on table name and primary key values. + + name of table + primary keys identifying the object + object matching primary keys, if found + Any results are merged with this context. Tries to use cached version, if that is available + + + + Retrieves an object based on its ObjectId. + + the id of the object + object matching primary keys, if found + Any results are merged with this context. Tries to use cached version, if that is available + + + + Retrieves objects based on table name and value for a given column. + + table name + column containing values to test + value required for match + all matching objects + + + + Retrieves all objects matching the supplied specification + + IFetchSpecification object describing the objects + matching objects + + This method merges results from the data store, if present, and internal objects. + + + + + Gets all objects in other entities that have references to the object passed in. + + the object to start from + true to ignore reference from tables into + which the object's table cascades deletes. + related objects + + This method is useful to find out whether a given object can be deleted in + the data store. + + + + + Gets rows from the data store according to the specification + + IFetchSpecification object describing what rows to fetch + Always returns null + + Do not use this method directly. It may be removed in future releases. + + + + + Saves changes in the child context into this context. + + + Do not use this method directly. It may be removed in future releases. + + child context that is to be saved + Always returns null + + + + Serializes this instance. + + the SerializationInfo into which the context will be written + not used + + When serialising a connected context, i.e. a context that has a data store, care must be + taken that the data store is serialisable. By default many stores do not persist security + info, which means that connections attempts after deserialisation will fail. + + + + + Occurs when a has changed successfully. + + + + + The DataSet containing this ObjectContext's data. + + + + + The DataStore used for persistence. + + + + + If set to true the context will ignore its store when searching for objects. + + + + + The EntityMapFactory used to retrieve instances of IEntityMap which map + objects to DataTable and vice versa. + + + While settable it is not advisable to change the factory after objects have been + loaded/created. + + + + + A property collection instance that can be used to store application specific + information in the context. + + + The context completely ignores the contents of the property collection. It is + meant as convenience to avoid having to subclass ObjectContext just because + some extra properties are needed. + + + + + The ObjectTable used by this context. + + + The context uses an ObjectTable to maintain the mappings from ObjectId to + DataRow instances. It also keeps information about deleted objects. + + + + + Marks row as being processed and change events for it to be ignored. + + + This is used during object creation because for some objects the PK is also a FK + and when the PK is set in the row the context doesn't have the corresponding object + for that row in its tables and thus observers wouldn't be able to look it up. The + context resends the events after its data structures are okay. + + + + + If true the context will try to access its store when it looks for objects. + + + + + Exception thrown by the QualifierParser if the format contains errors. + + + + + General Neo exception and base class for other Neo exceptions. + + + All exception that are thrown as a part of the normal operation of Neo are subclasses + of this type. In case of internal errors, other exceptions might be thrown. + + + + + Initializes a new instance of the NeoException class with serialized data. + + The SerializationInfo that holds the serialized object data about the exception being thrown. + The StreamingContext that contains contextual information about the source or destination. + + + + Constructor. + + Reason for the error + Tokenizer positioned at the error + + + + Initializes a new instance of the QualifierParserException class with serialized data. + + The SerializationInfo that holds the serialized object data about the exception being thrown. + The StreamingContext that contains contextual information about the source or destination. + + + + Default implementation of IEntityMapFactory. + + + Caches entity maps in memory. + As a side effect it brings all assemblies that the current app depends on into memory. + To avoid loading certain assemblies that are known not to contain entity maps use + the AddAssemblyFilters method. + + + + + A useful base class for implementing custom entity map factories. + + + You do not have to use this base class, of course it is sufficient to + implement the IEntityMapFactory interface to be a valid factory. + + + + + Checks whether Maps are registered. If not, processes assemblies in the current + domain. + + + + + Abstract method that should be used to implement assembly discovery. + + + It is expected that this method calls RegisterEntityMapsInAssembly + which is defined in this baseclass. + + + + + Runs through all concrete classes in the assembly and adds all IEntityMap + classes to the list of registered types, if they are not already registered. + + Assembly to be examined + + When registered, an instance of each IEntityMap class is added to the + internal maps for rapid lookup as required. + + + + + Determines whether the supplied type is a concrete subclass of IEntityMap + + Class to be checked + Not used + true if this is a concrete class and a subclass of IEntityMap + + + + Gets all registered types, forcing a mapping check if necessary + + All registered types + + + + Adds a custom mapping from an object type to an EntityMap. + + + Most of the mappings are defined by the EntityMaps that are created by the factory. + Certain additional mappings, for mocks or stubs for example, may be required at + runtime. + + the type + the entity map + + + + Gets a collection of all Object Type Maps + + A collection of all Object Type Maps + + + + Gets the corresponding map for a type + + Type to map + IEntityMap object matching the supplied Type + + + + Gets the corresponding map for a table name + + Table Name to map + IEntityMap object matching the supplied table name + + + + Initialises a new instance of this class. + + + Only create new instances if the shared one cannot be used. + + + + + Adds a regular expression to the assembly filters. + + expression to add + + + + Gets the shared instance of this class. + + + It is possible to create further instances but unless there is a specific need for + one it is advisable to use the shared one because this avoids the overhead of + searching through the assemblies multiple times. + + + + + List of regular expressions that describe assemblies which should be ignored by + the discovery process because they are known to not contain EntityMaps. + + + + + A qualifier that compares a value to the value of a property of an EntityObject. + + + + + General DataStore exception, thrown when saves fail. + + + + + Initializes a new instance of the DataStoreSaveException class with serialized data. + + The SerializationInfo that holds the serialized object data about the exception being thrown. + The StreamingContext that contains contextual information about the source or destination. + + + + An array of ErrorInfo for rows that caused problems and the corresponding error message. + + + + + The ObjectId for the row that cause the problem, if there was exactly one error. + + + + + Thrown when a unique value is expected but none or more than one was found. + + + + + Initializes a new instance of the NotUniqueException class with serialized data. + + The SerializationInfo that holds the serialized object data about the exception being thrown. + The StreamingContext that contains contextual information about the source or destination. + + + + Thrown when a database null is not valid for a given attribute or column. + + + You can implement HandleNullValue on your entity objects to deal with null + values arriving from the database, e.g. convert null into zero for an + int. + + + + + Initializes a new instance of the InvalidDbNullException class with serialized data. + + The SerializationInfo that holds the serialized object data about the exception being thrown. + The StreamingContext that contains contextual information about the source or destination. + + + + Thrown when an object was not found when looking for it via a foreign key. + + + An exception is thrown because this condition indicates a data integrity problem. + + + + + Initializes a new instance of the ObjectNotFoundException class with serialized data. + + The SerializationInfo that holds the serialized object data about the exception being thrown. + The StreamingContext that contains contextual information about the source or destination. + + + + Thrown when a query is invalid. + + + + + Initializes a new instance of the InvalidQueryException class with serialized data. + + The SerializationInfo that holds the serialized object data about the exception being thrown. + The StreamingContext that contains contextual information about the source or destination. + + + + A qualifier that describes a path of relations to follow before evaluating another + qualifier. + + + + + A good base class for your entity objects. CodeGen/Norque uses these. + + + + + A unique identifier for an object comprising its table name and pk values. You should not + need to access instances of ObjectId directly. + + + + + Internal class used by the QualifierParser. + + + + + The class wraps an ordinary to provide + a type-safe collection compile-time. + + The type of elements in the list. + + The class is a descendant of the class + and is the base class of all generic lists. + + Paul Gielens + + + + This class is not used internally by NEO. + You should subclass this class, to provide an entityMapFactory restricted to a single assembly: + Useful when you are using more than one schema at a time and the table names clash. + For example when migrating data between two databases. + + + The minimal subclass is: + public class MyEntityMapFactory : SingleAssemblyEntityMapFactory + { + public override Assembly GetContainingAssembly() + { + return typeof(MyEntityMapFactory).Assembly; + } + } + then use... + context = new ObjectContext(); + context.Factory = new MyEntityMapFactory(); + + A more useful factory might be: + + public class SingletonEntityMapFactory : SingleAsssemblyEntityMapFactory + { + private static SingletonEntityMapFactory sharedInstance; + public SingletonEntityMapFactory() : base() + { + } + public static SingletonEntityMapFactory SharedInstance + { + get + { + if(sharedInstance == null) + sharedInstance = new SingletonEntityMapFactory(); + return sharedInstance; + } + } + public override Assembly GetContainingAssembly() + { + return typeof(SingletonEntityMapFactory).Assembly; + } + } + + and use: + context.Factory = SingletonEntityMapFactory.SharedInstance; + + + + + Abstract base class for predicates that work with string values. + + + + + Initializes a new instance of the class. + + A value. + + + + Sets the predicate value. + + A value. + + + + Gets the value. + + The value. + + + + + + + + Initializes a new instance of the class. + + A value. + + + + Sets the predicate value. + + A value. + + + + Gets the value. + + The value. + + + + Predicate that returns true if the string matches the pattern. + + + + + Initializes a new instance of the class. + + A value. + + + + Determines whether [is true for value] [the specified a value]. + + A value. + The null val. + + true if [is true for value] [the specified a value]; otherwise, false. + + + + + Returns a that represents the current . + + + A that represents the current . + + + + + Predicate that returns true if the string is equal to the string stored in the + predicate not taking case into account. + + + This predicate does not necessarily translate into SQL. + + + + + Initializes a new instance of the class. + + A value. + + + + Determines whether [is true for value] [the specified a value]. + + A value. + The null val. + + true if [is true for value] [the specified a value]; otherwise, false. + + + + + Returns a that represents the current . + + + A that represents the current . + + + + + Predicate that returns true if the string begins with the string stored in the + predicate. + + + + + Initializes a new instance of the class. + + A value. + + + + Determines whether [is true for value] [the specified a value]. + + A value. + The null val. + + true if [is true for value] [the specified a value]; otherwise, false. + + + + + Returns a that represents the current . + + + A that represents the current . + + + + + Predicate that returns true if the string ends with the string stored in the + predicate. + + + + + Initializes a new instance of the class. + + A value. + + + + Determines whether [is true for value] [the specified a value]. + + A value. + The null val. + + true if [is true for value] [the specified a value]; otherwise, false. + + + + + Returns a that represents the current . + + + A that represents the current . + + + + + Predicate that returns true if the string contains the string stored in the + predicate. + + + + + Initializes a new instance of the class. + + A value. + + + + Determines whether [is true for value] [the specified a value]. + + A value. + The null val. + + true if [is true for value] [the specified a value]; otherwise, false. + + + + + Returns a that represents the current . + + + A that represents the current . + + + + + + + + + Initializes a new instance of the class. + + A value. + + + + Determines whether [is true for value] [the specified a value]. + + A value. + The null val. + + true if [is true for value] [the specified a value]; otherwise, false. + + + + + Returns a that represents the current . + + + A that represents the current . + + + + + + + + + Initializes a new instance of the class. + + A value. + + + + Determines whether [is true for value] [the specified a value]. + + A value. + The null val. + + true if [is true for value] [the specified a value]; otherwise, false. + + + + + Returns a that represents the current . + + + A that represents the current . + + + + diff --git a/Library/Neo.dll b/Library/Neo.dll new file mode 100644 index 0000000000000000000000000000000000000000..55bd6827e92266312175b28ca0af8d719e1f898b GIT binary patch literal 114688 zcmeEvd7MeSK)9Dcblgb*hFfBm%(593XLQ~CMLkF|&{Yj~tgJP>(i;KSPf z&kUS*(vm{sioADX{+Lr5k2_}ha<8ND*y9`XE0;GeS>8B(_Q8#(c#Ds3jmMoKiu9Zr zLhP>@;$oqW-@jbl!G>w#xmtG1LMdD739JoD5o ze{Nq`Gb8f5zr8zl+w0RV-+B5;H{J59!(Q69`mLWY{pFsAUU1>xA3n1&{MUSP&B!lD zy|UoB{^hwXW5#^YxL@e^pWavTR@cE>7QT4*7mrLk<x zol{=b)BS~TbfXJ%UsE@`FsC>5!T^MI!5M(hdio6UX9IoO_-q-ar%^zs11NgSAf&b^ zv|jJz_b9!S(s~1dLV=XJMF?YrF78u8&<*cEO;}yzbCB41FtEZKge1+n-bvheg8@)J zmcnp%!5BgqO~5d`*&vr4pfJIyPfNyl2}U|7h%`KiL@{0!BhA5Qb!#*aSIde5h&!uW znho9CipXXZLnKBRVjrc}zpO-A@1!EyUOCa92@=e%?NtCy zwfPCYTTGC2BB}ZDNO;4NQFkG;#0XPNN1foG3z@y*6EM72@##H+$C_ra*mi;pS=kS` z*`(s*<|5g44HOhgO%Ua0C6w(bQ2sf{Zu`B|}8hW8AzBh7E_srio=QId|Ws1+6Z1x4qXB2txXPrCSb z@_MdF=3mU~aAjCz!Hs0P7KNa)TA~$N2{YxIA@4FsqRiar!M_TLbizYunr$hoGmej_ z)mesD%<3%1E1s#A@dzdu!4w-ul|XNuI&T(8lqr%MmZTQ6mFY&v4oA{;h{$R!dYG+& z63c7F@`Sw0!9>xV{H++FM}i3g_R#jGf+R=E#M!xuYRMG#;G{w~Y>7!7fR%v}XQsUo z;9OGkM$%`f%uLN^NhyL+-EXLDpDZyKdSXF#RZdmZWX@Nj)6lcE66hcx7G~S!gxPLI zt+G&h6sYII_DV8GIX&3|(Uh5X;bkfZv6Pa!VTe6IAH9yNd#D17`y2-bpG3^unp}3~ zmU}VF0GGtfs+`=LL@&E6$0cT>K@N*MWL@SVSm41ao1sYJ(>Fboop z)$%7r{nTJgpVHekEqJSg?KuSR2+YKumpip*CAW*6kz|h-I_&8)Xv_=BBCghX*AL}$eV~*hX7pxQOouwA&_l^Ep`A2 zmK6048FT{(knSmiJnZj^9&(rrGWqMMj8pKHFkLfO8TL5z(O~Gx1JO1TAvcswx*@U& zPX0xrwI{yDW3(BtsBcm_l)-6E`kmVc#UND~EJQby^9KbbL1y;z>HpcM-`CKgDgSpw z_vW;NxD1S_desU#Tr)q(@YxG{)4*l+C{@!liV-Scb}3-js;4IH*EZ2DRy}8OTq!AQ zd%k4CkPEE|%e7QGWT-88sPStgE^ ztA;hk7|BANaHQq!h0@D(mP+RsWCLj&lfxVRt;@3&$I72kED(AJuG}7Bayrti8)h1s zXtnTs1icOaA>-Z8M+{F+2}UcSqkHKgR~he3Cw)>VfhHNy^k7F4=)4ui5Ts|N`@c7t z=`nGkxx_7KpQsHt3H$phq_EOMQ_RH`uoOVnOgWhtB#UPN?@+>0W?Gv2P#*h5}0cQrX#IEl)zl$ zmJ$`7Yxr}t(p;l`Z3%^{rD#(E(~YBpHRW5TK>Sn{zbu$OV7dOy=}1&{g}a}QVAg>u zHSMrufM=#`EaFzSpWpIHfd5*EB46isi2S4liQy&qwtgM_K7##sM02(PZCXY5pttuMyrgJ}zg z&~R}eA`AOd2G2?Zmg{G%#Hdrxx<&`RRYnVdEK?hSG>|Rz<<)p&NC`VlOc{kkfs6rb z`T(NKI67~SfW>lQJf8$x6b?hWV>*^mI1GfKIX)r6MKcs|#khJ6 zD9r{1$MV*JV5-$sA3I^73u{oW)mGBOl-FVZk^|i$A*#2B%&nHz{9ULI>7uzYztj{f z^fbB;hgD4XFfYM`mM}RW4Oo@O5YQk2Zx7}a^AL|gNv6iKHyS)v$VPPUV1(KmTey$2 z;EVZP{z8z47YIBnau}H_r^umtC&of%E~e|=p@{DysD)*V(H+SbvOOFT63-y&PDcdQ z<5*eUYRL}{?Upvu)3|vR-pO8ch;_^}TI68%Hsq{1l_GrzLJb~!Wy=8~*x~*)x_zt~ zJU`pV;5C0TcnC^s7}816+E4;H=cp88_wmQIAps1L0#6O2otjHwjI~%eX>1Co%uV5_ z6qHqESEUal1|Vy_1%2-TZxQ4`b23BhKzj5Ku9;etZ8dl*Co7Goa!n3&IT$z}bZ8!R z3<#Jti?S*7Q8ZZ%q@f)>mRY-K+y;;iikw9i&&-JMl#E3ct<+dlTo17@&-3-xxco5s z@!UPklYS0`5i(V1L{33|yuB*I(=!^8W^LD$GqgUqI+ly9WVl4keS}m`h!d#bHt_ut z(KnT##o~5#CUD@+a}93+ikXec_l70Oky=YKrh8C8sOF`$RPPc>n8`#aGr=|8&_?v> zgOM!4?xdz@E|vcwY8a|b%_7ap+l2VlR=6oOKW1-oL#g>Rcy>*w`_Bx^gTj*CV*hZ< zl|^e8gCO81CVA+gt}=R+nO)_0w{-hR$^tT~5t8PR697}D2+0&Yjzg2;He#%lO@f^P zTp!ZA($=PPJxCW!Ta(US7U^q|4YpEe|BLj(a8OIKJG2Z1r$I~w1) z{lnRP6&B*O02YC9_j1@ zAqy523hS)CQBOk|oi&wUAlEOw7~kIU^caXo`UE`IQk1lFXyoKqr2gSV#5n1b@XXG% zyd`+&`h~I+m`;8_koT4%EPXN_nI;+fUkH_`9%Li^&5V^wp90uwIb2UK2Zs{-&pwTw z!F$_^bkE@1`VRg_-@!+PeIg5$mgIkopaNv&bfM#7J>fU4ddL7Hr>CHA&>M~Hp%}n* z!BT>7o#vFYJ%oAYcCvd^fAm*TAwn9|p^r4EivMw%mH$Q>bSeMid`|mkX%_08BovG? zfa#r%M;5NVR7)S_Jma6ya^L}^zOScD3#4P%o)0eJN7=qam22WrdsY3OYL-|&b>^gJX_!!wbCUK2>xvaSbV(}P(8 zVWUL2BuNWVCCDZSwJ(cb{HQIQg^1Pv?(0~+sWVBsnO+Mr9q9bDE`rff_z`FKj5u89 z1X;M<2oYjDhd8T)>|o?XgS2-~k`$^i;wkD?JTq7hG+5#>EA0IeIN35g8%gcA$1Kw-*mRIOrGPfP8VxfoaFKH>!N!>^tA8mN2SY zY?^osd~4O`CU)WGw#J_eqC*{Z~_NhP1{tH^60 z>n16@!E=OGS|pHpQiCl(-WU*;m`GTeM$96{P$e=OcKQeC5F!8kjW7TnwA?}b9(d(` zyS>`AuJ7H?gTvRRk6Ci_V=7o{EiK$qs zi$5^?Eg6lD42T)tg~+p~0eWIrEHix(&sH}8@@Xu^11o|B5~>9JULC6O6aq2& zg8emHF80A~7_Q49xwiqdXqm81qCj~Wm3$o|kpB>pBL`tRiDlXOG=e-v-w>~8rgEg8K@2U#S7RZbmPMtZPer%K zitFz0C0l3?PwA#3-OysXcoLPLi?}9It|V&|wR6$@Q^-Wk{0;9pkcUe+w!Iwl^!YSv ziGbgyljtS}!5tDMzA&LuRnmy!U_u4U&5f2ovK z4oGR;c-n39Hij;!tqIddFP=)X=dlZlV50Imp-5&9BiIjF_5`)e3?fe@sbf!=)9)jIYu9T;Gw-4dd-NMY8au5&0=w`E zOiFK-BxNrG8a-2dL@D0rBZU`bTpG-wD+qA9)B2Rsyp1&8`((YSt}ziH9~bJnSR^Ih zHfq%fbi7$WhM_1TSVkjFw>=#hVTVpJ-1{rB!ve8AY?!iQ;asCh`_=kJ!Bi3`v_@qL zh@bxyF3Hfl3YpipVgZ1Y7lTr58oEFhsOfzNIH~j>2;Iad%4CRgO_1&I%T!Fb8(Jn! zV1niIuouNbCZ=~aA{-UZRm?T&m$_F($E@sd41=j>%{J>YRgzi5-iB()am2F_owN0b z_b2ddXNTD;MWbzT(p;)X(uAp_FZvj`k{}DEwrx}?uUyZ(5+RurdMe5)8`kkf>E(O~ zJ``muNPtEkGa-qGX43-?MhRmwmU>^)Ag;sdvI?>6P0E)WBGJED35(N`wa6eaUm=|+ z((8Nb@~>v|0cw+VeYPr->HQu-HElDbu9_Ye?kzUTfo(E-lJEx0A}9=&fmJ;+uGa>q zfUWsiu=%nxc}yAiZ?Xs1fHEu@O)Og$2JvM-K+)1CFdqD7NRN5E9?g{7Jb-cFw={r+ zVGxf|KG^QsJVc3wv(UeGM7?f!Kjtb|<6m3U4Jyq$ru{GIVx!lCpuAi9lcmIbOAEVc ziti&o`cqM8y;ag4mh6K5&rP87KQMtY!VS6!)FgMe_K+!Fxvi` zjFtU!AMy8cJb7KxcjHrX$lyIi5QEF>NVmF+^N!&tEk-gJFPd0vz|zi|>w(ZUl7yhA zZzz60ySo%|Jyf`{hz8)MA^>3$c^VlJeSd6m2g;UZ+f1?fC(v@d?;}wbibEl(OIKk~ zO+NZ$L+cGNT{j~#7A|bUD=uFN(}<*hiYDt|pvE83%qT-9*Uv<^W$I^Q%w(n?W}Mwb zz=#uHsYSGBgGvnl!7a!HT?;|5#thMb>_Q4Yp(umVh*q=5G5DksQV@+72=;Cz^jQ)x zyxRcX2DQ?Q@wZbvjZ@LKX@7@XDRx#9Mx`*i#)3knFuTyQF;^pc)_RJQ(-M%CbH)P3 z)J_+gIti9&kxsOdT+MWUDmGdu+XyLlopjBQAHeZh8z|gm@|>m7k2lgXK9}HK@v!-n z3rx;=$dMX?gxN!|5Ap=BpJ)3(A}YTb~^S&nc!>0 zc5Ew*rJ1nJGrdu7wQTB9!f_-9Sy)&@|8s(0ZiCOyqaM-M6DlY|!N4;i8=a7}Dc2z( zY7L8RHGY{&@fN2*?|K0eHn-fa2zfu)EgjRl6LI9?WQU279*9EFV3If>r=(Lr8)Ow= zo+JlVqykv3k!%+3f`tl1K&;G?3}Ufjd`;z4MUwSs2xyvseqx_|dI+*bnHupq9G}=~ zo9{+*l5S~U%$I$VZeVF&vIz4)%#xWHN+F~>2CYx}G>H&8r*xLFtaKw`L9vMw52l11 zn363P5S5yvV1HDp{g57V;DQ8-3pvQL^_IgZJ--uWNZ&_UkzQjsF3^~@ofOkfwj*4ey7*(v|8Df^TsN%wNFMg6Ro2SbozyVF`V&|r+@JV1yAB}s{H4R{ zt~nH%?3zoVa7oMqBj_3rBychqqum)uG@IaQq*Ju10_&xetYuxkf0Ud^gv~QC8j+x7 z5;m{QayQGgU_kjz{Vo$j0KX}Ki6MaB6u{gdfZr5w5M_q|epA4~DuCapTbk$KTeOiL znT0sG1S5oweUGV2p<>v&owPQEB`F!jJ`;*UM?t8z^p{|}C_x*RSetZP;xqjO=%a1A zpog+xF%`Q6tTZ+yai1>dvmD<^T;;+(n>xdAzie1CU#65H*cWmcf_=SpEk2V+49L_;UJ_8kjjJ#U4S& z%4lZSp^yn2VfVu*cFn`L>{EV*G-x%hUf2#wU56kdgGmLwE$=M^VGCaX($gy-Zdk+* z^-dz_hICy&R zBHt`ry3EAe0Gb2eD!s?y?R6mAgJ7fEm;|ZDR1F?A^u^@HVIZmyWwDrJMV8B12d!1& zEMdeWYy!h=m64S|(8)Dsd(VQU%tYIdvWrm>88t9m!`{ZkKzCp=vdJBo!p@6<=?75p z9g<3a*DUN$&9MD&3_&CtHBusj+(D_j8{I)t3X_5?CW!+~Z+liw!g4J)#QxKS-QTqp zVXZge!S3K>>PB~PsvjPb`hEdgiEscQHZ@w$kV={u;tol=;Z5!kSqNstsdF8b*LN}0 zlBrc8n%pMJt0`5Bhs^7+0QuWs%(MgyOQ|HBVa$!G44d6%?42a7bE6wKxy^xm<8^La zbk=twzfEpBzlQGBvl3PP-73Y^uP`{3S*Qlu;fB z#^JlPPv(H%}&FubNAhNqMW_N9LVW9a@% zu?=yzUQ)MO?v)+Rn#0hPu=QSUolHXwkFUjemAoe@0grM8G?<4X?z8ei`8#Q>|Hbstq zwu^LtD*XrngP?@WgKp$^5OPINWCCTrz4Jo?Cx$8Yqr|{b#J~?gD~ z(hi9KLKwQtEqG+ww$uLX2O^U^Mup2u;9c!7*?Df%D)dhyDwXn z?gp8b4NB08v0ospi;Az@5l2#Gz_4Kqh)^+}bdJU2Jq1j7-58f^N$(_N4>M#ZnyHkI z#SZjq7`f8w8cs)IwBqD;^x<0s9hs3_TOT6or%B)9CYf0la-)psFnO;`{giS{J{&ww z0FQ-V0TCl+?`gcTaTv;wLt8M?7vL*XhA$bIUI&=R)3$)hiit>T@{txySxv?cCBn%> zr2T5dx?vaR)ooRAj_a^P$*G}Jy$)(CDNnz~BXSpJYgm3{tO&0j@hYIV4~9DAj57J? zec@8-F0c*4wRi)0!p0HyR9jRxTw5|*OP|W>McrsJoI>v%WyUd>m`_6r7ip#}l4s0J zu{SuKR4j)fkJHLMzp`lFRItFCg&`8}JCH!sHpz!#>F`)#_=hJtGi)?K6#0!!F%z+q zL6a5|5a@)m(?h%$3=5&Pkk}Xqpaa8C4I4c%mP1`*9N{!0hU@%|-K=>_-77V&ahHI1 z1}*Q`Ai$d$B}JK=mD%6lszSNN7`K*({RwPFN#;L-wr_&G!nBy|;HxH&850Hd3)7-3 z1*M<&N&DMc?ka6-3ANg!JwWzN(dmV_8O-rvJ=wpj40zlX&X2SDCaAaCVdlD3eW05-kC@dd+p z4wy2$kMS&A03E_vNXxqz5RTz(kgxR=SC720rRmPq9wSry!{+#a(&-Y+Q9>r zg*>Bj4I#pw%;dhTPbz*#Rq{duPffVMVqPD0{RG!0WJKhzfbc zu4W0Gi!yC*NZ1UV2LOu}uo8L}4Q4e)?FGWzj^p&yhrG`7#yw&1b?6v6TRz{4zEKJt zZ~B7|RG5(cVEm_Vv?Go1=^M+BVmkhV3;rWNS0lb4VVn!gRKh9dU5G4A?-Jw(BTOFC zSHbtF_qb1(3*4!|^;Nk8s{mkCBzD?uppg)wY(bqC(KB8D5|Rs0~*`=9)(z@Ax{az*wi4v2;<{*u(rK| zOqRh7tI$EZ3QKRMc53;FXdK?Pz-^Ix-KL7{GG9%v7E@mm6{MFWA9NwBFQU?TVNPOr+d&xa zv%?AhP5Hf$zTd*P8mYt(4uP#)}A?p2;@S)QMuJa(xl#r?;XA~Q+u2j0YcS4cmy@Rgu@ zgTJ5cPYdrrb6Rlh=UrqWZL}_+X#(q7@KvAky~<%ceot)DrnKV$$rv0cT;uCP`kUo#6&+4vYsGOLKQVhK*nBJ6#>W11hWGwchGBB3+2PBt>-beVH4>vKkn_9eO z6w?=?{ennujLZxjZok6owUePCC0O==Lmb$5ek=8iW1IG8#PsvPx@bGJ@jB;hC+5V{xoZ+y)GGLbupzW2)?nMvCz# z%eJVCOU3ZbBz}wq^iCET&EtL99ZRyJ0R8~Raee@QAYic{z#mwhBr#)k@-N6+*6%3L zjzh-gZuY$z!F{h-h}jGyF896qOHO9j2_OnCPNd98XQqQ@JJp-oE1mxfDd%U%lTrUw zXA0BXWN>P|lQL0G5Awz6ofKVih0r25g(yTDmD{pz%`$}S=7<A9MGwae#b zDT3F{?80U+w3_*mu9SWFJHG^oYIX&OLQ>M&1P6nGM~y5WzWPOy8#_={n)f%5L_qp; zyxG2(J)*enR^Yg=P%ooIME7AQDkL`l{36xU|A1)rh z5SjD$C!*mZeAkVz1+1$$faQikMnG;=rCj3MCq{QC4P3oMS!QeGdnG!0J!@9Qw?|~a z>hS7Fk%#(v(a-0heh)EtS01Xqk%v*0eb&hT1s>!*J_nM%v(z2SoYOia1oQZJaMTo^ z8_6Z42;}M3Dya*mH8(UzukyYEQf&KRY?CKpr+#qg&yuF>~Ds?BvL@NH!WVcxw*MjkHGa7{;?! zW((uy)k;MqW1%V_gjLXLJ~pDpnpx2_R}9;=exN=99WnnO>4?8OpSOj54HoFIx0!}A z!&zz+GL=4rp#3&E4XL(l{#sHc4&{!|kT)cGnANJ= zx-bt_2k=cSDSJ3i>7*?@BxV7&2}1{iFVLZZFRn84-~e&dx}zb+KvbaNt^pI~_)0*$ zn`SM69JZ|!Es&?}HR~snRoDwT%9zXjn1+hpQ7Dc~RNp)13O^>xyfuV_^8`Alp=1m8FJ}+lqCB>q##!(lHR9cA(npDV}*K z=FGHB{>>K1{F`VO^$E1M>`EK=CFIR&jMy>lbfi^@;j33}B)`hc*&egg7apgz4 zjQB6dBc@xp1i=Y6!g7g4&tLC@0`Q{x;{pK)S=3Nb3R&8S6kji2)KG)4d>HbHM+z9| zIBA!N!>Bk3JJX5dg~-|I_#XHsYoEUcm|hhHk=V(No-1=hYpM|FbQiZODo+E zc#Yd^Tn~~e)Z#l`hX-A_f&G`x5*!k=ddLl@jUmROWNQEw1>eu&jF3-Jr7>@x05emtX-sjW1mc@Z7FVjW|n05~9@st-AEQ={C@lHGV=rV>KJ?i6| zDnV9L1632%2X$O$;q9S1=}rI%G!n2-0oW#r+=xRjgG#}9a2tbo_QhikO)Q~dU5~nx z4NKPLCw^T@4Bey73Dsd^UY|gf_Dx%+ZA>XWc;iWd`49*8FHM^Aa}ZDWx8TZOu!gUi z{P$&0KbtSqKu~S|RvA=hdsq~}jXkT#@X&0iA$|j9LJba{as@Dng}IPiT%sw8T8x-s zcN_r~qJ5@0S^Thf8aR(^^j72L!8HiCu^)yZEAA3k4tK^whximm-EuX9`eo@eO^7+i zi6}jr%mj(VyN)6(v_6c&|0xq#FoJ@$MSllx^ru zJM9oi6u_NB2d^9sGK)dY9JJH2iy=dOB#VO5lx`Rvat&Yt@`n_H{U`}!2yMJIEV$Fh zLSO}G1DtEJAIB0T=oA+oULranzPs>9rn4soQPj(ZUeqD^H^t>TsCdNFL`*sF7xrQLGf(X*!h#cj8oJ8RqT9 zxY>a8IN}XQO4&M6Ddz|T$<(~)%BzF8brNhgRcO%pJE37x=Y1Zq zgGJIO^Ke=^S5y>O(fp`!2}LcB1z&5T0)!@!p}TIB}k z%^E+GzDS|+u*xLs>er~Ng^-incQ0)TA6?6V4Ul^6GH@YqNZ9{J?oRXs?vOd~oegk=|kon|MSxjD4O_*ydB8ft;&=_cp zbrYChv}@VEAqy;#`&mFO{>2jLozyYGlU0wLRTZJF^;vFj1aMH0RH^nbDd?o`3- zGSQBS_j|$n(abwlM5+xX-6fZC>wDHts&$R&5qd*KYsbG;N~yT&@Z~o6q2z+Bq`Lk_ z*dLy&q+5~6Z4`~0nj(Rs9IlEFZb?(ox_?KtG1)I+$UB;f7=RZO3<;>hVIUL)(TX7u zx@+q9DC#l0ZO<`mzN8Lm0N+R!XoHki35aRf=hiC7u83j2Am8RA(b31Ab2dLBby`>Co*SYhjOXi zqD`nWoT$E1tw$+p$&J`$f*ozF;n>4NxW(pxU{?4HNMlnvjm)sSJSbU(Tof<%_|S+A z*|P{%N)aTa2&&vFh@eVIsZyfUNRQteg)rCOp$`MmARhq^$aO-1j5TjD0nm-?xT zXT&&5t40*UH;C(o`QJBamt}Poezf-SZ23)l7~6q+0=K!*C|ER;P)4p9Bxo~S73&9U zSWQ&erl77fj%v(MBIod}vz*9~${Sjqx>d&0_~)<#D2!)iH zkld&Uc-J6arH^=+k)e|yVlW&unglmoc_+x4>C;T`{6mM2|K{gpJlexY;0%q_MisHd-Afe{SYv`6ZZCLmcZX4vwg0qSSe7Qo;3aeJ1MCK|IG%e0H!@vmQ=b9QYPC%UVF2(&~RGbnRf7JyQ1R-->zWE?ePggu#x z6k(6whhhvi!x5c&0XRH61n$ zgwwSk(qmuC_P+PE6!)Pth-P&U-Y7l&R|vtwsGSDaSUIQD!|4V*c&{SnEn*qVf&_-q zCGeVXCnYYIViDqJWDr8rUfufwU*kSTA(R1>XQXE#lx+{KIj7ocunuf={s)NpXWm|h zXkwYY5X)O67OOOjp0}V3N*=));%v-6c zzaN4E`5enKgRaXOJjzPdrksd(bXP9;MJoL5^dvEJK3} z*@SFw8W0gg18u(9h!0vRGjeMmW&|x(mZ85m`b@tcHpPL^Sr5GK+6N6mrS94XNzFzo z)k|I>;SnY$H`wK`hS-|*&=n5y(n@(Zi=$Qd95ALFj|F{jV^ zSj#DCDH7L$1~;plnK9^dSwt!1jG3#<&MSkO;s<|7u~e2*A-D9NfU|leibO1=Cm^K0 zZroFKi(|I|re}g_oW}|TRq^_@EGh0Z#nSk};4$4qZA8lE1TpOnUpAI_2W}^1K8p#^a3@(m} z{2b+WF{aE^s$D^JQpClUnke=<(*U%eP77lPLVO7v2~9@m5J`;7(Blxv=@|Ga-5P(G z90V%$>NzX3ROfx1^r3P-%XqDS{8M#5^ zpn|heyHlTox~d!UG4;Zn2sb`JqhF^DHgXT%U1FHp537r?);2-TduWb+6J%dt*>m@f zF_AJeVR(dgz&Q>>)x1=(uPcfIWk} z#)e`;W^y{}wEvN`-I2w=8T_N_`kKjN5=x0)MD{Xev>lzWz?_l=mn6NVGb+Siee3D! zE7iJOlEYM1+D+<1=rk20HdM5c^MgjVkhB??+=c>^TT4!E?H-d`gEQoVlVwp_XE5a_dMGTcS7;rAO<*z`;Lvu*Hx4SM&4@A=gla~N-7JlV#0nrgLvuiC>%hgk@f@I6wvH&f`-Z}H~Fd! zm{cUWT&M!5404^5kDrk?iQ3_}sqa|rXmV33*qn#x|<__aaL??nkr??-5a zyluwxeuz*0DV8+(qa`*R8dl&3buLD(&|-Q8e^BQVV&+&Gu6Gi|JB8#A==6%13j1pC ze1(>6nINYq{cKLlBhni0@{2i=@&X7%Cd7b?*pquuNQW!9PAUJ=Z{_SEQ854N^S5%^ zDVp@V9_i6mN_S{;Zh_y*QG^J05O7;5FI*a)9uEp|^U}C2IfC|MCwXMXV=d-Qo`YId z;w{C$zXNAbnrLFc+DwZAPKtJWi zKMLfQeiR53^5U-neUNOKh5c{)5#L*ZN^2!Lm;FeT{dCX?6lx{t>a>a8Xu&>3k7nw8 zq5;=R`}61C{Kg|mdsC#uEJp7n$*|lJexRY7g#&u#U8;slsT%MjdGg;ZRKhdhFg*+S zh3D~w9o)g7lc?cK9l%SRLA=W!mC@-}k*aZ{xV=&SkS~{V6AJ+-qu!G@6HfPb0brQu|`AD1BZ@pWYlwfwpCc z7r^6cs;8aSK?p2hv`*d~4AmSuZ`ghh;_1jC)E$FcXWTV_ZEqev$D?9}ZB==P0H7by zIZJY&TtBD!&;`(%W?R~S8#RaZH(H^9F(9`1MpAe}&I6X-N!-Z=T94-lwQDfXR3Uk* z!9UmjWiMozJa8Ct%D(7iTaGonL&00N%%H7PvL9o25AG0{P2yyU(TXB*0;@_)pgL6~ z1$u{p0M#SuG^V$7hb{I?%ha4o{@xf~zLvf@K%K3S7EG8Aj+ocHG-!(|? z?ghpsUC}}s8kgP!%LiABn;(RH@@YI|9()G@-{H+pm*7na1#~4&EPXhh-Vu1nS<-Bt zCBc*89Z3hLntcFK}RtZrFr|&h+yw%c2J2u z6`o(ylfTo+@y-djJbfhSRiM3Ll8>RBvAU;H%A#RDL1o+CoUmoCw-f&og>S}WsbE5L zEMZ}MjnmthD!ORdQ>LIXg}vhtk(~6Y{5evd-{G{KHgJj7JPBfnqJ6|sQ2K+lA|Y%y znsFEdFwKSOFA@<3;r6^(^1Gy2>}Rb6P8aF0nLY;T(bF2C^zry&9XCXyA8(|OrFaYX zMmC`0U^s{fHVaV$=6fRXLypqc4M2KK=+Te*>1ldmndy^24P6MJ;+~*Bc{!oP z3&rzT0xX`$%&6sR#jD##yb10|9@J*~7vp92C`_61rQ!ItEXP=wq$xTK9ZG}rIDQEg^=qBX5 zR@O0{^2b>yj38i|ld!bQz%1WT0DH!iZl@y^P+SYs8GRt8BQ}guVERI!#JrL)G3Uap zf)MpiN*_Q!0Z}9;Cc8nt>24B&VfR`|(HMX`b2agr_YawMT?Z5t?Rt7ub=`m$5u#9f z`!GfG=1&fQNbsXEYeA^@pr6Kz1<2rR$bgUU)1YIDX>ZIrcyN7XLiq}mA!g<2=RL#x zOk>#MI5zRRU^rsXNys~793Gy~Pbxf`uScr5o{i*};{!We?EHHEh!`+<^4B1-J+(JS z|5^~W3CtD+JY(p?;JwGb!t_$S3KyZ27^q*2S2H?i4wP5jcBH6jpHr0NO(a5jf$NR* zX?A^|q=tS*=ih!gmuPnqR%v4beknjXc!(G*38lnhBXY*g=~ns@WUE}NSh(8d?rXhM zW}*CDuE%;c47WuD21Nh0Kw_$%kh-<0kha-`YM1_AM*Z&b;uVhu9O`5g)JdOK>pwc z9C5H9WZ5a!+(`ZU-x1Ih#kqV)@+*8p1BW5_6bJ~LGNSPPF2^TA6ZxmWLZrvBHLU;Q zcOT##t%5m#L&B9m8HW2aBvXh%YuB;|A%Z@9AADm^{~w&Cev)h`m9Vyt_I-f#14w;2 z+>8)RL& zgabQJAA&8f(2BcZKfomYIp3g0=)*q~;~#r9x^4k+D8a3GQLPb3Z-%*#84o@#1RrZ| zLlg#_4G{KP`sM&#j(7)>%AyC>=_hs^M@IQQ7c#w`s~UA35}$$|93E%~l$TmAPpbRT zehlLIw!zBWz)BWz>Ratb@_A)KjpW%X-jl@$Z3yVG&2Bup#4!luZFcZt5*F5FCL&1P zEEzcL1E)Eg!k*`-f3}X^ow0j=Zjz z-!i{Cdy~mOMv~Bz-XOe+AP(viIMc`<;Oj@>Y=o?a3~2xQ-gwiWfn^!y%MARgfg$$| zFkx&ScnK8bj7p)(HO7$q*%SRX-+6q%kr&0-PP=WYW8hlN3`vCeN#7ewQLYW99M4g*-#_yJbY) zl9{Z4%E>^=2=^%~#;D<7c!a}}6mD;n;TR@O0wa`w2S0u>M!k&R&m=p&5`}={#m%=j zL1tK&M3pF(2O(jzm7j?SmF)N(Ad4Hbe}EU+ZvyGf@Imq|L+NOYgT~msOJG|pKNA_~{^i6>k|}rvYNi+C zCsT-CYCdPPOZuHOjNm?_73~CrMzotBLk)QUNBRMLMKiW8KWw_BgnlC?{UE|~A1Ih6 zU36ave)!LBScJXncKRoXciOjuGT%(XF*%NTm}9n3Ov9wsa=T$-t7A7zZbj08jPO%N zfSm!tP!4&7L*S}GNV=`EA)>Bdm25O;R@)835bX2{KF)490>RN&WP3eqx4h3r$=jbR;S?bKJ~G-1$=b<4L?pTj&7g}? zP<#V|@#Xf8tWzi)AzKT)(}9Asnh%l&J%mRroTux#(|h7O>(*==i#EY?8os8qCCtBh zR*W6cJN9|7s$x^rWA;q@dNB5s-m#wsW0&`iHJbyJz233(V}LT>a6c*CmZZF2nf<`~ zpaM~eMHy9;WV9-%R`2&Io_mKhC``%D05fseD#wplTsX!p)CTdIsh<+O zqKkR+Kc`EV{W!UgR3=@mvHUFX>{}Ma!R|7w-KBmeD;@_ZUBHME%57ot&u{q?IqG*Z z(V4Q__FN$J`KvkKrIf{A&AGYtaaN z-@$lag?x(sfIV%jH(;WV-&Z_`6bn7x8K^xuqG4~Qlj&#WuMNcU^hHJ$7c71X%`-3_ z*bDUO4JOF{_6n>;X4P`|f4h=ZH2*FV7S2Y@>ipES zUmN*3_~iQKDtU&ggk`n@d7~lrsAC#&C4)KYoutNc11QcdV%sM=x1J2f6;~0(RjWyt z{$WegeA*D{l4GG8eI?P^umpAcy!?hT%?D?S-$#gF86o@5ZQwKiR3EG}??MQ`#3Ua-NEBujt7+W?uo0pY5At`VG@`FOJ2ugJ)s)BnB4vi{byO zQLQ6d$Bfux)E*QPqCLE#eG%?6T_eP;cu${+?}Iz?OO~HlAdL4h-yea7IQWo*Ma{2y zjb04i`;dL7BQ6biaSCzMmU+h#GX5~Q*A8oVC>luu_)=>VcvJ2eme8Izfz~SC1Jb+r zKMvne6#D&Lx<{2{DGc==JtO(I#r61)ESPtq6UKiV|9w2z4pll!yc+&Z*b;B^vm)}R zup{<}42YD8MUj0YmN+Z24A1lVc?Cajh!FlJe%{R?5ApZgk)H$eQ+_r%VW(2eaM~P8 z9PSXl$Ir9*c?mynbe5sG&p3}eNpVs1abP|ay)$ZwPofn5X^cXyivK2@6k0idmlG$m zDu~+Zia+6b2cEU!)r#jUEU|+_{*Gsv81L4(W#TKB_@7!ysm`nX4Z^Rj-WTQiGe2)j zQS1l(C@-x)@zBiAqXy9Tnf&}NKOe%=5}ox+>Me0!{YE^sGAilD#?u-t@qQz5xbI-X zxq5II&pYre6RVmIYqG@MO;K;@Vf8&s8?Sy$Wo@fH&h})6lh=;Y~DEwM}J~oax|203q<`8E*NqEfoH^y3GKYm^@ zp6Y172}I|N36G;j&Z#4<`1yo7Hz|yXB=h4Y&Y74LtN8nAJnO}xNwX%EiL)jh)>JR9 z!uQAGMKm!>yfumFA2^wKIDYby`lNVt@@(6C5PBk=1jCib_(H- z;%7TQ55g07N=`Xy${=yelq>MujOP*hYg6dA)&I&N(WzHVu|(U{K~pU;cPi0*Vk&VP z-IJcv`FR;XZ{g=7cw*2pjksDjjc|U1rzO6aM!Bc=s^2Rq#_UBQd*a&?^Z0oThcDys zCz?sZ`%fpS9yFa&oj09Ae$3y)W-O^M6K~C^b1m`58KnP_ne=R#`5Q7T%8rn=yctj> z{hl?xB{Y&pHyUh@hJ8whAufck7(*vxwXy=1DUH>Z3V4k+AufznL85ZMcoa_ucg|DX z7LIdpTOUz*R=ftx7|u)*^nv&SPz6rk5N5gd1)TPk*jrC=&498Phpu2~hJsFI=tKqO z8Cs{H0z*GgP=`3Xu|hnh5oZbbEeP7qP!(2M2>J`4ePC&S$Xx3>aotb+L})O&6@Z!m z{gmSd=rqo&2lRcs(+YZ&^BWH+gt*NN%>r~ZZi0TCOLQctgaB<}=mf-_1n5^xa~0>; zD4s)p72*QKEfbC6d4{fH%trAt)4WB$R}VqMwlmj{>BRLA@t)97hUWmSMJ;^AG=HZL zA^wD|5zW6NhhczXfN+1YK_yCyIDiT<2oT*IA)z*gM&m{!2kG`iM>7(?2-S}<4>YL8 z+7+~rp>d*t zJaH1o9l})RiRGN`cuseiI8`H^SYeWuA0}|i9H2AJF7YnzM%c*dE;31%7KxiV?i$8C zLEO)LJ_IUFsNDyEDMYtPGFwIvsQd=d44j79%v3%CO}eY@F^2xmn9IeJ4246K!wRvL zp;`q!%}}d?o@Hpdg0?ZVKtazlbgF`0V9w4BJ&M_JUcAE4H41uzp*s}xHmCb9KnDQx zJ&t=5P!smgzRzX&6i^7B`}Z{ibxXd?xmed|!3L2Ek+8mio?RreI+b>W^(abvv1nyz zl69{>Rl8V>WXwY?D&NJTjiJRBNol>9tec>68fb=ad+KzC)&rWOZ4mo0bi0BM&`HlW zbGpmKY^L%Ypd+=b!~%vs;JELKMLM;BuPkbDSBs_0OPT$sn5u0Qr|LTRY{HN#B(4)@ zaNKZ?yHTuRXqtk~W@v$e&SmIS1)b0NU0}b4d&F);`z5*D$TV*h7jfpR5#9QO_|_ZN4HpK)nF0p^j~o#Gb^m4~T~-6^&* zG?<~g#4}7~BA{EfyI~WkR%S7Dk9dKhB?|g2LtP4bm7&WN^aevW1G+=IN4&+*LkfBa z^>9^mu`tE=q9@^bTl5q>w?t3H^XceHJbxQK1J5s`XToNk75@XC7sgM)^OADX`b`mOgjwEAFe>+_fL#X^N`K zlfc7Y`e6gB_(#7p;E!mo9c>)CwzYN-JV*2M>~i{^if>b_sy)Qe#II{R@ocW6Tyk|A z@qJ9)eR!T!H`*91F09*%=Z3mxf&Z6&E5YqGbkPGW+XUY}z&m)&tIQE_TlwpZ4>kq-xXdtd)4J4&i4UZ%3 zIsCi^PvZGa)6YFK&yMGIv*;&`i=>-~1X{1#YzO|=>$_e@w5 zwYfiFHHoy{6hm_)w>@%1VShYb@m%gp;QS>=wIH?S>DH1COYM@H_FU`Oh$jBlx&qI? z1LtfdfziW>{|Up1|Ea@MkjbILi5k`T5OMMFf;~iR82$(3bu}=X#X;rN9#0%`CvaAb zpuAR%7|rd7THmVLGf=;WjKuya{_74s==2ADA9~RlEc7Duwv$0g{J1{?3i(j{3uh#C zAN470x|;IX zS`iiYK!Uop>exl_s8unvE?gJ86wm+#wa2c+En!Uz?T8R(Wnz?qh_f;=k)dvlN?RuW z#?Th+kl59tT$qC>hb`LT*!8ftD;Vn5s0^<7ISs_b4vorCDc)BQah(wJnq(YtT_t{| zASz$Ac!8m_#c8oy;YO$!N|yC6n_Kb{Bs!EqK%6G4r}@sDrjFoBgEqj$$A(mo@S_9kObSr{czzU2SE}XEjBaM zEl6f##Ilhxj%bb*|4A~Z?c zQ&hCcbnnM!X?ux@3i>N@pUIq{R^pMeP<7do05q^{g|=@oZbT1g@3NJFxP@gS z`94%a?v5`j>(piy)1A`;+Ry{KAqa);DqCAh7usC*yAsXN^JVL_{d}6C-<7S`_Af%8 zmR+eGP=q4o*K4zjP(%5x+Fa4WW#18@@*OO?6hvj8=VQjHwDZLI9M>J8(#{i?Du_y3 z!lcq3QcOpsEkRV;5=5mfK~!2F+7h~_{K+EJ&1FACd{5>l9xJCDwn#oTlEfjRdNgHu zw)jQ)R_#!cWoU;+aye9VD2U{8m?QpSA5xQPGLhL_QVv>}O zqEGy73B6kWg0@JUz;Ro&KL9#foTQ*H0UaYgVdy;Q{8sH)@i{}(0^R^LfPI++{a!mk z%weco>{0QVcCxrjL6a-K(3XiUMa+=C4Bi^beMjV!inzX9yelE?+=@y-mt#SY%6@f4 zKiv~=GPFZ`uwtOTLi~Xt$xB{TksA|jrOchI=f!CfVm?=j4LzXSdO(|dK)>k$eb@ui zx#^x4p5e~cSK`10<#%5AaQ6^E35K?4p8J`$O7vIIDnO@+ISN_>=yY+Og4O{#Lp-dY z4S-gQj}&wbpia>^fpXZQ-3;hV(XOC70dUBPzFQYsKRXb!+=qo}#Z6&oZzt~fM;Pj0XovR8#8&MRagTz2ow!`TL_EdN z7R^k2S6?qaS5P`}oqnmvlB*liot?N@-yjZD(CLXg^vlJO3fhEpSBRwyy&ZWO`CTba zQBbOipcM+5$525**D$n7L7y{p21DJEy{jqRnJVrGhR#*coz?g1SBi@jWF{W~bcKYp zeUld<-L(o@oqPmwH!0}8Ys3Qz+BdaTyH-5PPzHu0No%ySI|505A>VFVt5>> z{XLcX6#k!+rb_7b)aUvw;&q0$gh>Z)6@O!>J52R=tN2<%TDW$rcB=^QN$D^`s_k#w zDq4%sAmcW%h#{%h|3PT@>yA@@TY_q9TZ|$Uno&Eu1jXmoUL<}XlVNe{Z6rpp&b#zyi2TAxf7MU#0N4?qjdL(Ph}k2>w86N8j+P$?iGy;bqh*&pU5eQ zEc*||K@43j*4EB9ekhJFLJN%_i4Fx_Pm?@Q!}YP&b!o zv&;Zi|=`f*Xs5YfERctT_(6yBq5B*tZJ3Yu1To3TYqQ0YjXTf}??Q4U)~ zr-F#)lj1y?j%C&@zAvFLS+{O+w}iyWbq^Zd;sph*sM~D(LVTs5j=GBkMyEVvS|_?V zu3bUr)I9;rwG5F)zGOTlo@YpE`Bw2hLuZG7fHG_qUn=M^hU~qm>}Q9cXQ+yyE!z8a zTQ#JUapI44Zx~y}3Lc`Z6E*$cHJ%om6*RT~N5-?_Wgen!(dPEQMBgUlkZFr{G@$3i zXdZ@jhpB}>FV0gCwea7F7Z^HEboBqsctH&3!POQ)cJL)JK|y3OUlu1Th%DwS;yejy z7x(|lcvZZvpj-Rv=4)ai56Zf=hx%{Twu}80w3(sL89FcgbpI8Iqn~=Ae)H}AD*;6q zqI!SHcvB=K6#j8#%zRrkO9(5@mFDlnXa%JcHRd~Fnu1PG)SK^$ISSeY%=g663K~D4 zR@))YRM4yeL(CoGdIh}`pQODneySiE8Gk6AQV@;OKO!da*Bv@}K)d-T2>`laz!dZ2 zB6RD383E|Y0s94@7Y7_-eky(|X|fLfMZ8&r1{r@5?tw&z%HCoAx0oTJ@T2u3@oS0) zDCo`Vv&_%Me1^KUr|QoK6yrheI#FGFf$^oNmJq1CA^t9gODIeu)vv@J3L>5VN=#SK zk1MY*zY>Q@NKoJZ53yK5f2zOM{D-(sLd^Bo;(ir3u;DiIYq3p1djQh3PZ&B|%x?Hx zH?;n9s6=OrV*r`j2!^EYhO{mTF-=>$L&e?MaF1zgUn%GTKoPBZF3Uwc&~Tj|)y633 z@rE&2HP~B0zixQQjA@4#p||z8R#4C@$h}-!r=WL1vqHO8LI2(Gm|3a4T!ij16WT`# z(iBTj3k*blK`psG(lXb z)vBddtxMgD)>f)*rPWp|qSD$*#a665b)i=Jv`@8atKZu8_kMpq_s+eOfThp(`TbtM zKNNHB`Fzg)IiKw;_l}JHNPDF~JI%x8Pv;zIx4Y1f%730yYM&M8E&EFOFLTQ5?o7G; zImg)7G)=5ixqaKsNh?!s*=Kt2@0b5q&Ir4>j?i0Tt47)j1yapE%F8L5eU!aQ(#V7R zb4J-M0_`xYOLZZu$vv&k?9%t_ls z?hWJ|Z{G;yoZ$9)XKumpckoU%M@QKlGW>%q=;NG;nY6OuPVOXoAk)H(Tzm`IEqDL$ z({k}87ln$rM#ra6Tx8R*j76YTU1bXD#QTP={z(J6M7LXlM?F3CN`w!0AfIn%Cpq0SLE0P1le_Ij4x z>_V50xYn6vuXiDi;Z%FGK$nNFAF(C(RC|{|Z$&tw+4cc9=e;9tF|+L>F2wPjW*>9Q zJv!p6fSz{CakO*n3z}wrJYqy>j-7H2NqD*W#fW`ouB~;US5U6f-l-5M(H*L?4`iS# zLe=&Wfz)T1XCD(teTI4VeSy?xINesA%NBMT+V?YTtw5yiH*;(3CWXvumn{QfHWZdFR;vF2sGlbL>zTdS>KD_FP-; zLa&Ux);ZUXb)i3w{A2DCJ5`{a_U|Ki*(G+4Ks#*FC_-CYXsAGcaG|3|O*KpG&A2}V zD%n|*_Jj*95a^@}HSGd{np}u{*im0eN3R8_H(21 z^OoBQjZE8VNx=*4o+gDhj~b8{vp7bVw9TWA%xkn4y3mcIM&`xswHauSU1@*nLiZtU zmHjXS?Xk^v`byTa!+v+vxV(g|U!~9!qsE)n_E8tw1*pZ2Y1Xtoqo(Dx+Vw8jlEf``CTBd$n00 z=DZ|#qy3KNjO;k}X?v-C+=ccC^t6_XP#0WkUvMEx|E2b|R<^J+LV3T`zU@NP1((`) zU5GNh$$sQQl=n>*+bmL!GJTot=R%bC%j`gbR8L%Pj}l0A$mMpFLgvk5znOc5oi5N0 zd)twp%iC;InuZa5A@3@Cr9euFtL@7IsjPg_+9X?l%dRfll6RdQB+zw3CmnY)ppyi; z!JKg1ZGhU_nezto>Jj(kZL#mWP{ncgvN!}fHoIu*oyX@0p4rpyAVCVd+oCV z^_UIEy_mPvMmpKvTbBOd{WdC)w*G)UG6TJq_kbO%Q26fSrkZcq6J6-xyK{?M}-Xx!*Q z`MWX@%l#~?+|M&<;nDAhc4we*qetYwn1NXCS9VjT*C*t^Y;RU5Tt9kt{wwxQ7mAOr z1av>3a&vij+vxKFJ>^2r0s6IlRda#|ciC6%y3cx)_!*!pGf+?dKKr!{^jh9;>~AyB z=ks5)Lob$c;V+N5KK~6{?m~Br`3j&hF7&N2*PA!&6c^et=4wDEyU<>|<^86e>q7rM zrqS-VXSz^m?5+9xZCs$s!bgt13s9>IjT<{IwBL3Lv?+Y@*sVz0AkdCT)!6IJe*1NS zcFGRje*174r|8!Apd~<`sbLo!wwj?KlFRMsaqkg zuK!>s_b9~G^?%zr0&Ox!Bj-Ez|F~%#r9aO9vn|=koR^#NMgBkRCO9hwYo`asy_#>F0hcMX9gyQZ zA`sSpzZnD9{N5rHl@vGG&F!<-ARW!fgQZv2?=QO-}VBecVQX?&?Eb>6<7P>7of{yVwHI89$x=!Nl*=axImzCuVf`*6H+N=PlxNarPiu){O<@!Vsb zeF}**9_Rcv1FZ-j=e(~___Grd;nB{=0?~HtGozjUH?dB&Bx9VB0%?2WoQVQa>vx7H zIA;gaCOPM2(%vysoE}ZXY2YQ{;E1!UN&CPUIHJX&##JP`J`5b)lCgd@o$(Y;vKuCOj3M=iI0e z>ik9c4Cg+9-jeg_8s~n2;J4y@`b_6RH;re|XE_hK5YMOQJ5RX~&#o6ZFALOTA`|z9 z7dpkadcFQdc#(62KsycVtaXmfq`eV7+c_bSR_D|Rg#ELLyKKF~I>2YS>jm22rfr${ zhj6{K>^7!dZnjN)FO0Jvfp*#-PJAb4iF2t7arL>xx!#4iYHe`7?m}F(HaKr*ppSDt zysi$XM#YN8*17$ z&gBYW?6-x|&MgYbK3J!7w+nIax6}ECK)Ooqbe?k|?)`Q;dj!&z;#w#FZnn2mR*LJK z0RpL{u6IUepjnYFXIciTj$G`_&p`7d8ytR=!P6T5;oK+CPQx``xARkhE)Tyv>D1W|K2fpi52v$zOFgIVUQF zS}uuP=FAgFHOiGvtw7hA(UUKWeBSwaCg(nLwexZy=QYk7fwXI#{|cmC=X?-I`;zmI zK-v~3e6RExt^ds4;7nEsJF{0uzT(Uki1fTEa--9vY1og@?ly z)pBR#tImcDbbsVl=UWPe8!`6VohMzWW%9-LcIP=4;>zZBXSYB)@3%V#T!{02yYs$4 zJvd|77WtYJmIEH;f;*k10x1{V<-`Q)L9cPr)%mLnT{fCf?l-i~4vt5;=CZxPQz3D?>ck7$#Qza|6S)H7vj0h_nfKUVj64N2k3N# z!k?Qm)jaAfa-q#rKC+KGO9a|vZkTdC(pp^TwkbLN9(8VWp$8>xhn6$npYm7;Z=P>s z3!BU{Q^LqO>e~wa3ea|Ey$kIJ^nK@yhc)dTKtFK4=0bT>!~Gs}hCZTc0|7mbmt_g5 zj{KoBB?I;E_d};fAvv4)k+V!8Ih%OGxyXfhHu0ph-i3HJ@nh$57vkB(Q_dC_;`zf4 zXPXQ0{9&i_gbVTf;aTVB3JJIFay}GDHTy1yy#(cRr%fH)Zm0yMdg0os#eQ2!T-tmcL zwazaUu!egOhNP_=^MRC7JoALi&}n%0(v&02HRBOl+@a1cb?E-Dm;4%bBkq_h5Qb#D zywOYy$L@{y4axsU2{j%ZV{mlZf7W1)=H%xy9TP!l%^->Y6#evQc#_~X4Av9OSs|r} z3E`%2?|PKN8lEn-oh{+dFr^*^u92~PM(SylRHc>14^_iOl2duWufdu_)x$b<7QAq; zwD=ankohyh9P_c%c~yVXB=-d32O!Lm)Lb|9NMLwxoq3uN^6o9ej|9&+z6p7vpNE)` zIZrS;mWCNj{hx)8psZsal^XoeFPXs!MKmHCLwjIeq)@s>3!NVekhFMvumIha?A#)N5i0&=*zu7 zmYhD`njq$rV5eFjVT$&x~Obj&f5Q|*Xq?3+X^D)Xr14k#Zr$W^zvw&c+WZn<4Vc>lFGPec{Q$l{%1*LTaIf7gK@3l zxKr7aDF{8=w?inPqh{!sha^?05gfbLp!t>Cbxwmc3C90~dK~k<)E3lxSBZ7|WIEHv zc{(ICo4xfhUi@={r#{4Z#l~F++04OPP|UCRO})x`v!GV;21&ggp=0ipxb~{ACQ*&5 zbUy7g)~_QC@{-a=x&8kpzC`NR@UwH+w;qI$cNuAKjU6&qA~nY_rzgMvUzVCPT4oBN zM-!zCy&%sQx=#A0bh{aG$9!EdL2gmnl5TugiFp_gnVA*DoF?JHDR3ytSl7Dwx;kXk zNBtxW-c=I4q#Um8HlTF}@2IgSYQsX2%b`t$$y-n*_Bf_DEV>B-k5RR2(|2{DfOrr?S3;-QHg%l1I2 z=OnH*YxwgcnMZSK&5S#EPmXxS{7Omgw_PD-g9EV5)#glRL$@6lE-_>SAOUm zk|(!HTdct=dnk-@wWex3C@Jbq1--mNJk%735TJ3_C4bp*8KfwFJ>$?L(MY$Ed{0>Zx~L*ZylVBHwKsCZz;aou@so4cuR08-VI!8PB1Uv zeZF?&cnyE2nwfxSnF{=!YUbc;%N4-SH9s|#_^ZNSHU8$|?{xevK-vQ2t4E)fm?z9< zP){TNnoKQzA9fl3mf|}L%kZ}pZ`dxw-%@-(WEuXJnk1e{JlpYX$8!yyYw(&`< zQ_X+kt(mFVRlFSG7`!Dj75B1%s_W=6;r-E$` z-!<9he0ln2v)%b~u~WF&$r)Huu-*J%`ozNRX4mv-g%R0r-|fUsIKA+7r~8E3!oB8> z6V5F>+x+l^^9%PnyHB_tlEC-nY>4wXT;^r3Gx5Zp!grn7C$`&2=+4Pk6z+DKPrRnE zBy{PCHx-uHubg;mVZ`2Z;#E#b=z$Y&&O2av22~Pz=ES=ShohdW%~%PiB3uzZ8R0HF z9P_>p-(rc+c(bq~)H>r22s>xIi|~>ee?fT7jK38Qw>QpsAbfUc>kOx;0j2g~PWcYm z$%gNaoox8d*x9HjQpDcwvWbv6X>d^@G-lx7qOrK+GrWj=b*=LpWZ}k~h&k${>LT*n zwN8VjTr|kLK{wgSCv_IBks8pGlP)gW>Rf%&#-cUOoda)0{>M(bv*=`bKaITfND*iA z2Swz8mm=Ft(aFCridmlZB)srsa?yWA{}I_NedcWLvezMARD8C??+86}a#``#(C23yLo1! zf5d)i=Joi-%)K*r*)^6oN!Qp1Q1fuR@u+0~cSAdodLZ*haaUX7eNr`+DZ%jOn5gRpegRI}MmkdS=Nxp=;RkDWd1 z#r`&D&8%1YZ#P%YdaeIW4&Oq++e)*p$M=kGpA{Og&1^-ft)dOKn|-q;0`s5II)tF- zfG+#jS-gFjf9kb}^X_by9dhbd5dUb@N4CpGj^%8gdg?wiET`ktpAQ(DBXW`RaP$qc z+dO+}yWI_H@3K|W^W8F2RnpdO%+#L>svw)cA28o6n)c5D_2$dd2bI*D`Xh&x%s139 zRnQN!OP;hJo%)8^Yl>#iE7@y~oV}#vIy-81J9Jm~kt<3L*b`<`zRs9^72ceA^@uMb zb=k}tN+y_VW)DJ0-q?)Rf0D-#H;AQ&4G4GHn1s7U%k4IA&i=?Ia{e;=dnIdtf4rnC zXW(g9o35M@r(NYVgw8ze&60-D5BqbDemD(003Q3WksbQ$m*-R_*z=FEtm9jcjgD#HGSl?XpG z=gjEdoWz`Sqc;h~BBJ+RH@w63y5WiD>%tEQEH(TA`|zBp=5@6DQQmgE`}eu%cJl`b zKSp@K#gD1DJet5PTpi_{-WiSLyjk?^Xw1e(KO3zvTW7q1Qj06bg(5jQ1IJ@FS5)K; z+-|PM-KE#fnByu3zHV+UUNA6{`%J~e!btAR71Ij#nu56x4Sd%bGWYuf_d4OxHo#MaEc3jCIy%No8qcjBO7x!;>RZBQh4=iG^fiJX_`ey^m# zzB>1eLC=}r&V3)2jx~(UB^PZ61sD!4oCd3uGjNZcD)`sU{K~z9Y7nPHbXERo&>cc6 z&hI`G1OB7D;m&K73kL5s2P&@z=X@YxPE{Q+qpN6lR1eIkY9E}Cde-DFtLhrOCbzBX zbAyLFw3~_C4OLe;iQH>uZ#Ki7>#8mv+?7lGaOdr#t{zN&y8&g%T?sqmsGko$AUDz} z^=}UD(K;c6|2254^lhsd5zUQkH-D-k9YWQl;k4?qA)9lT%}f>0YCH)JnK1y`Lq@U2 zxvZMj`P%ADL$-x(uHKCBJ_#R^@cRhYIJ>I9jBrmiHOb!UZ9`}gzB}Y5`%(3ehTN3< z?9opn96E0g!r>C$Iq>NrThX_D_?ktnS>fROh9>TW@tvZXp)kCtISAWLHNp;aCc?W- zEGLXF6EXE0lKPNY3Ctscc~meTN}i7eV=QaPvCI>;tf$cS&kdUab`ZirmURxb!w@gE zM2-d^}{5dCEi(|B0D`@I`a-5trIaL*FgD)LtBV2w@uGT@t^`jb9r2QQ=d9c?vn7 zMVxuwM0__wjk9dX(U6#sb7|<6!n>ThoSC7KIZx$;iW_rY%o$Ytl*B7@U(D$#ZpyE7 zW`?T54DXh3zl4`YSn8?B=OZ&iZ$@6s`RAaKg{3op1OGZOf6x(wP99V{Xyu@F zgT6fI+k<{P=%Yc$4W2Z3=HPjQmk(Y&__o1M4Ssg;p24pUesA#K2HPQpLxv6+HRO~b zl|yQVoHrysq-98Y$Y+OKGvup7?ih0KkZ%n6*^qrh_78byNE9p7a<1>NUNvUlurFuA zTSt$v4pMWFl81l!Sa(5Qu<{y;@5pe~btJwSGY(&hnSd|COagYYISOA{DKp38tAo?b zF<4)fV|_Io>neQf1z&iXja66$a#vy%R)rGPC@~LPLZ>6=0_3cNXIPKiOOWdVbC$Uf z*cE1xyO#P4)=uZinki*srW32JwODO+nU(nZ+bVqZF@fKayGXuMJE#ELBBrze8xv+_ z(eDrjF}4`Ll875|=OdiZ{~HLW_y0D+( zN;tNRR9aege2y_M98LV7&{c>l#kB0wvfF^swt}tnjVt|^IZJbK2Vn$h^4*-}hz}Ui zi16qUr2paM(VBIZryk3C<{W!|o-ywqdj&#s9K*i#1Y6N|e|#KA^i+OLK7M6w^g@KT z|D3Qf{~TY9FfxIZKXL-OW&DJ*fH^;OHp1BxNa30ZOAxP>JeN&KB0gaf7MW(|q!NTm zE2Z!|lNyQ1zbF%Gi^oi6>r2bN1pI}=8NXyQDWLSxdDJ-_HI=F3rgEe@7ykT);Vbi( zneRu48v>Bquz3gaJHWh)5TDNm4&OGldBDGo(80H&_zl%!ge(_9Sb{H9IgraDgj0}i zA-N@p&y?^~NW23%9t`|x2puyAyDkpobr{0AkbmriLj&-4vyMTy0Mc*q&A{P^FEk?& zuZ1pfAkz%b#&@0^vl#ml4rG5k!g^>12Vc9HjPN4thd7Y&X(+W0p<^zEo^Wtqbq2yK zper16CHjSLvtb_wCjt^)hkiNcdi2OKH={2OzNA=<@D^wp$J~l9PCEE1;#ml9NADc- zHT1q&qrv@1@;caFGPqh?b*8!Um;2T zn)@W&YPSRPbqVjc{ATR~5gzwmAkmt|v z%pLQtgzwv*0P`L~oE_We5&p&g9N}N>ZiFA&7ZHABUqU$1`4z$jtjiqSnf^7x)y_VI zEzWNcu5(^TxZZga;b)!SBD~o79l{OH0fbjN|Ap`x=Z^@#===%cwa&W;Z*<;6c$4!1 z!fno95q{hG2;q;MzajjI^LKmxoWZ0}-BNx!-w;Jp$n@OA9>59))nO<^E@tJqF=CI~?H|b|k_x?Xd{w+tCOY z+OY_0?Raqg{G2zO1!iH+e&^nT2MZo5xWDMc;$Ia<2E0DtF9QlnUMTrhNlv%ycSF-~ z2OD3J?sqKCu%U7?|5>vOdM+E+&y+!bW#h2xFZo!@N#U2TV){TctskG+^*t##3#>$t zKE?S3ZZKu%>u1iynQ?F2bvP9@&?d)0%PfEvse=sH;di>~u(Ns|e25s6v0wKG>C0UA z`7=DJksveBm9>(`%vz9a>THS6HVfm)Nlh&+rlx8|WwNz3*48w)Gttr%Pf1EutRuD} zmX4d6vpZugiIs_X>fA&+(UH{T%48}&DU*^mr^nmksYGMlnwFD~_o@MKkcx?INyOVa zyfTYcToiBYm=|kA-CY+>mDcB_Vy*FY$<%67Q{C2)=;&GyYnKGJYkbt=cuTA!k!-7J zTbazHPdcX~fsYQSVr^+uiqyJ9+iE{GkdO}Ms%~4GNG01^*|k8P#ql+riB!BPn7lB) z?qB4n>uhgNraIDrY*`f~JKP-crbA?@N~B{eS`L}4G*H^rb*56uRk4n^QMfYM(gKoV z`u1~Ixx7BsT8UvG78%w3ZnOcoE>w(dEDDV&X zxu&(fCC-Ty=5Sfd%ulS0H+D6)#4A&A46&jEzdW&`6T_~#uvvMlc^@NIJr*YxhZto>z`%}%xlFuROGkkbvD+Lp`8q6 zemtG7M^hQBIbC|1Iw*2csu%fLybscsACC+|-ukZgxRDqpeRWM+q9Xw*|15@3GcVrJ z*j(2hZ-mf;6~IO2AgGGACV$2<>Z;ZD~x6vLs!5g@=SlJwJ z9dcFG?3LX357JR4Wjq!XKsh4`P|i3YRiMvVTJNnd<6M)_U&<_xIa7IY`WNFE|6 z-s+d$LKPym~Z0m@x?=bGOF19wlBo%8X{ag(f)KxyO!bmXml=l1up{Z=52qUXG^I8r*>O%=Vohft(Pg))6$?9CTKqCf0w~3K z$8L zX;NVp3D%xa-$NV1_N{7(SESSN))g&XeW>Jetf%&cqKd0XrD9zfO{DrMu{vN6Dq&k{ z+S2hhcm)ug-sS-c9QJQXqN6!e3AnSV7l!N@OSA>diid%M@e6v$MJXTGnuZE)Nvtq+ zUFnW^t4j$}Q`wSii;Jp;pCn0>7I(slXpK)=9B)l_fFP3=Kvl+8A!cec8W$hI%?>KX zQ|+llI$jq~txYt>)5eW7(I}vLxCn0E3<7Rd9M06-L|YT;CH4I*-u$LbjU?0rr@XqY zvo)TQ4l`5PlcKGcXvA;@>y6Y#8B+FVPgoDm$VM;VMy41ntUnhYow zFWJ_nw$T%CaT$9fE85#zT!Z2B`2vV0km-)9cuQPd6kk`lU7kyM(VjsS#hMniwZQgz zBooG4l1g-7E+{1)Q7O41zR;XT(#eaE6^Xn4jKtY8EX=BS#|5A#{alH|RKdr@M3ZES z4xq%>RTbh3o*?@w5k+T-sGzb;q+o(x4+o%*LWj(KB4DZDk+pjRt*6#jk@Otv6|SES z_rx0lysb0_nrH=~nrfQBpyINp%^9(Dvo-+s?3+A^UN_t|@U%&TLNJR5uZQG2WTMd7 zr;~tGT%zS54QZW~Y&9miDpssW#n&ca)ti_K1>t7}(5p_JkW6iv(Q8#LSZ+|~r>Q!8 z(vZ-aU~1Cmv^B!PS`~MjSp-L+6{4DGoS$r5y&wk9$7QAr2`NxCV)e;PoeM#AAAJzA z)4Mo0882vb?eGPhB3;*rTq}F3jb}3ekaRMN5l9X~Pr=sC?&h z&IM9C=IIBK0Z*Pe^In{dYfZs^HKrgc0W?d1Ful<%EKDsVB2=47w8m0hXT>SgoE%pW z{dh)GX_Dt0b4}Ti?KlCUmCQ?~GNqW!DFNr%Bf|-eFWl=<=tg z?O<5rkt8tggN)f9Z{M+cW6tz84Hc(L*0fovOI|Ek65^?WOePgr&>L`Ft4Y-a zrZR?gTXvcV0n{Z{;j*SvM)vZ!LWBON;Y26eU@5@QU_xayENig#cjKCXDN`&XYTZd| zDwImtI7)IT-gjiv3L6K|=q{!fEVBDo7NKdO;lXkZQxE~|#3e5(% zApmi*D`Cq!w1zaNxfvTO@JZF;60ta$>@YeIE(z+B9@QZ!t`nS|Bu>&K)>lKvE)&VP zT)nfB^pZ6bIb_y~rY6I`LuR0lxHgX2md7Epx!#8RIAk`+oA|e)cIoIIy5X9(ruh0r zD=}~SlwqgmCDzBA>Oe!6s-A}gn;nmF?Z$3aWZa@`cXU$F9TkGYOeEJ;H^C&ZdLPOR zz;$oMn>|EvEPwsd1pb}EE?qON_onkFx9@GMDHmh0pcV(o(^*!W)l!_6mVrC15g69_n{86y6i&ITU6h7JF6<5ZcHU)H|5``+4FXl45&DR zIE+dlXJilead-uU`&mRIhf@gajxJKca0Q~V!zd)xEgRq>;ap7f4;!kT@e3|6;!e_bWt_%&>dw@s zI^*!dWnV%{YD`18*O_e^#lVYd(ijT0#;_nsC0o622i#wz!rPRbwXsCXRIf!x;019d z)L#WYn&eKG)3GcLk*XAGW;>tO{_d!;nWTE(#2dK|*i z>deb%Gs6RIxRSx4ftQm##)eV4-PCrbn@w#Jkz~6LzBV3T4ZoSI%th-UpD^FL7%*5D zdIGp;WoF^E5jY=k`*T*et(}ji3pw`#~%F+KLhhn{+#g17iqBHB0 zouHY!l?r~4<&Vq+dgJ!EnKa#aLINpX!P5?ImZx|=6~xGa3YKNM-Q#BH4ZGV|-Y!u^x-l+$k%p$< zjb@O&c5efDdZ&QuSONGBMa`-r($!s99D1AEp1jK{okb7uF<`-hz=>@(whm(1_g0q&8l(adQb)}B~LNoN{mheu`w%;}xp znMEzG3WA|gag-v;j?B#?Y+2?pPLauoNs~FJ4a>iS;K2kUoql-%dsmv2Gj2&T8pn!G zg+h_ooWll-yP=~f^xai?DpM|i7GVMv5R>oYJtRtsBzyH?a#_2Z@f@r#0wBf-!lKHo zBG^R|d=`=mzTO#Ynxqq1`TAl!OYLnpb40Qc&oipE?xwSvnNHaY$y%hRk;2XGMQ5=G zE(;{$X><{D=_WEsM<`nl?%ughYDu$4O+92rS}@uV)R>`ZqgTa_WP zYYqkHnFgA{i#pqM!;}^=hNZ5^Ab4DkXzJq7_1MK^k+!)h9AINx0(-0JxCbzyZjA>? zk`KacqGxDS&+Ys}S*mT!(FGZMC6FA->h>NJdmoV!NB!jQ!3w4ww<7dBSBqw6sgvY* zX76#0XI{-po(gM`RIkI>bXF^Ase)Qq`I~elpz{QKcb>THo(V>(#v}!kIBD#* z_e`4(-XD;YFw7Ay5u6_H@EczoZ|cM@ptKLVVm*$NKNVN((I^9X9Mzc7<=#%9kKr|g zzzM&>rkZ!%gldtSTk$4o02+~p4&2B|cFI<4BHf&sT;=`Dc?-|2McKhciN{*Oe_m%W z3hf>3f@}J+Dkg=%;K8;yoYz+?+XN0af?J#QpENv=@Pl3}S&^AK=zah{w~FZZDPLGEQLd zFTN->FA;BPGN`{Zjcgds8Mh*uRo3CQoRx zZf|IbCKJPUL9lWUpVDoEgC(`V_veK*oFKtUnpRNRlfNd)q0qZA*`DB`8_xg?)&`gZ zZaBNCJc0C-o;TgTM{Hn>;ZUNuas^vSCD+xuPG+3fQQXbtv}u$Tl6Kp@CWX9NFzMy> zFcX(v5>kgV&^a>1L6J%fSRAkGEPilg-vKbM&Y$uvVdw&HPz0$6UH+_$wQ-5Xg^tqm zbf`{oJmt*Qi|T6Cg95fDXm9^52S51l<1 z9xN|xp)>wrluADII5IFr2kF9#xG0qViLaA^ptJ(L2(*c*&T@vclLBSDdV3cL;Bh+( zz5~0JiKR(Vod7NaJzqU-L?QJ8Icis7`NO3PFW3B}-n5QZB~FM%62Ob~dg?jJ;soLp zIOh7+%oYG8*`-{jhZ$l9dJP=B8C>pZYXn8LgzIs+07s}%9jEvrfi&f(GZG!@jq#qY zT(|Xa)lKr;$u~jkk1}1vmrI?kgGlAhL493*#bNjS(B=<>s`3GLEN! zm1}Y-R|0WG3xt~+%y)un<8N>`+?!KQK?5T*>3u|wrv%E}0u zpH|bBNyJfM22Y;!>(rj%3>JG&aFFzPn^dmLM#bEA)SRmO;8pM8;4{=Gdn0?*(>vMg z2{cJS2~drooBo3MP}+hS(X5vdRNzro21FfNtB2t|9cn%wZin?Tao*L_LCLi}jp|h4 zTAYhZ;>ffW&Rq;n4N2r30K>D%W*j$$vIA_&* z-Nr*_6W?T5As7+R$J%Fgxbu*D1xlv8BcM*uN- zsot|YDB|fP@UmKFo=ZzT1=`mLiZOWIimpjlU>=&tIF-1}9&cmUQzFJZ=NABJjO(Rk?!>9r>cj8? zePB_$A3wV@i4pbA4vP3$I5SwjD?&S%=^Q(y$GBiwPYAG$yBa6*deN^v)&Z4*C8#fH zan}@QZhmAE51HVd(1A{UOVuYjaE;TyvYvghksBKc+#|+1QtvA&LKc^t(Df1nk-aPL z?nVr=A!$XT1(%KdR2UUq@N*60I&c&_yyfNIS&PZWhv#N3z~$0-Y8@_2>P@n>+ym!v z92}P5UUFuymhLxiPGISY4S5XMUpgdHxETvVr%lydxjO;!Q_~6S@bp3U_%I>3n~p<{ zRk)3SODvf?->bk@swX5Lu3g}|MWSiFbVCFTsostxGYc+_J1gs|q0dcAe5I>*Oe(Re z*^4LJ!M0d!pwk^)(iIg}X-+vd!>zo~lLp7j-jhb-E)j7q(7AGDVm)?5+OeAp7gy@4 z=gBxPk-G=h+59?r>X`TzSmSr<%OnZz z*#_=51+I$t3tK2(ti?%1-ZFA`13?w{8tuH67#M+o>vsE^Pd1eTAm~X(kgY3&qx;Nl zCQV@Vf@MTe!c~Hk7zlExZA!6C+^@{YmtGl?IdQKQdB)=Oc!!@zS5F}?nM3u{jVp)j zfU0GxKte3(VpO_hR|tu^LFrEnD}?&z`x-Ho4RR9&o0h=Omjd@MiNZxC?3jQULN%DG1+g}mRlKwwXxH0b@rLbkoxGW)J;r^dz?KYYE|j@U{(`PR4TAN~9Ng>PB1p;h%%q_PT=~z`qiYe`>vGm z$(og_TlC>>ILWMw28dBCWA6T|S?j)Om`=9(FOj7|KD{{>^H&OMsnFyEHs&9}cF1ND zHiA=Ky6$TNzlaLa>z{B?>hNlqnv^Vnju5u%-GibQnmqUY5*5P0urn(ZS`O7Z-ki8# zyQ*K)-bUZ7UG%4ayZ;>eqJDjuSiRh#OdE{HJzR_VXK$1T=(&{FE8GLkdI=+wPRhDH zH;wMZt;feC#FMJSMSa|tbQLlt3VU~I*TqyMy@N80OeYu9g=3ldu`Vo~G95Jvp9Rh| z*!YmwnAofo0r6@6WaLC*dbtzCdjxvGL&YH8I2ndZu8a@L?AbVOFS#Sbg+XOonPQ%$ z33t(Q$0P>oiAMlt(rLg_%(x6g9pxXG$XH`?bU;4S#WrJ*JWLoII(6mgs^H}axTG!} zacG@fhq~q_lemK?2M>#Rr<|%=>4iujQE?cOyY24to*(1=Pw2erHc|}-_wbxl_5!7- zbMZ!Cva?;1>N;@~BAtfV%4yb_$wZr|#cJ5yR3qLh@-J;*-IC6{j0>9#$09RG-@|Yl z)a`D}h`^bALasFCM&HB0d~jRbvzV+ByA-Xh@bR+`v$4W#5$6kn)~hXGl*HJ*ch_m4 zTwoQ43<4=LrA>SAO-wk5X!P7fd|gI_-B(1ivKd*=v*T`;>p3)qy%`ZOpzGnKfwpmM zaO(2Xvtlfj=~HIQzink=Rj0bKv;aQj8Ac4M&V9L*R1|&)kRq#$j@~zgo#{AqSl<^n zR-r2#zc78kwSu5Y{k%Too*Ed)glu2ATDKjFMR`*9v{ki{d)*l8_QX-@Cqk}s`2Es( zS&+cx=(bhr9r%f=!&tk%K;ygX$er!B4w!D& zaI2FmThj~mEl|U&*=7ZT%vnxVB8L5RzEzSr$Rc%JI||B*+zL@M0;Iem{=Xkpd20+`pHo4I4VJk*nD=}g(YWi7-OOMfP~&=dc03v zfkYNxOZ$QPJ#FS5?SK!6gt62mA&(;6ZTM7jT}>O(HGw_|stj}-yV@#1`o@M^A^YWd z7lA1bqE%IMk)wT7HCjo8w$%uW?7p!MyXyl+Mb%qOD1`G>n4gtAi!&X#vcGOooA(~8 ziOUTwX^$^0tW0_)N~(bLx(Ask=JW!ux1YR+w-2 z1UR8mb0hh((Tnl53aLYVxeN#a7JlIbl8|!hp@x`Dgeudh$h&UC!#2JQE=z2x8t)}> zSpa%m=kk8dBKQ3YZZl!lm$u@#AlAf7@rLHZMe~6qH?O>Zlah2diZqEyIf*fMDjrM2 zN_r~K>j(T5dNHaSvCY8sIGM`pTBC5P@A+ciCUC?X^Y)UV2&l4M*CmY)F~CLO3}B0G z1u2bJD0%f+gnA`*1mLM5KQw^B^>7G!BF4Cu$Yg?(;a(Mml=4#n;ti+{$2Lz@l4p!M z(YhJpV$d6RPmDfXb(?B?Z<|aiL6*$IqbZP?&bQvk!jZkV?q^aqFtEkDk}r_T zi>8=f(*)^(3OBNkBwbQQ@tKcfQ=BW8;`3#;Y2kU(WXRFBCno}MA*JG`@7lO-egG>k z+_>nKx?uvJWvwibWFyqI!0dr*o*0EjfUjATUeb&SfG&lSt4Ys~b5D_ynOFsHy)lDY zlu`_oE#{MosUGjxnQBNI_HwW(kGDwVm?h&h%P6EFT|NlxI@Dg)8oq+fohj@k=oS?> z-!e1f%L~6E)4vYioSKinN>gvjjVUU}ckUMBOH&I7^)JV_rOrU=V*CLfT#l5*_+l0@ z<@kzL1F4#dmxB`dbb_S?|67W^xB%XA`rCZLt*Z6{J$gUOwR?}(WYKIRj`PtyQm z44B;6jDceF(Z{ng6skl|7ox8fz%G=&oBVR*L`@40r*{doTaNwNPInY5(c3si(WhUb zF+!^fv{J>|Lu2vzH=Q9sLb-*&kHKHBS;o&lkgE04LwDwL%kgzHGfex;`6aap)nh!Q z0&6mZ$0B|%#x@`GP%Wbaw*NV%7JaBdUf~n;f-TnblT4tG&qHPyd58R_IRm^FLK_7a z2!GY!3uxw;`Iv)7e4mW;z!nl_3`SdKa21xnW|)`WCnZ8&S%@}B4W$leU<~^o@#e}@ z^qz~BtoF#a*)8^=Kk6hkOoTEa)EUURCv8ZXN`z=pDCY67@+s&X8i8`8Y%OaDEyLdh z_~TE-j5anj5r1<)kMr=w$SL?@V$ zX_WL15DRB(5HEJI0l7O7Yerpbfh|X#B*LUXDb$hx(<{CiaSAd;C@FPNfV+U{1YW15 z9QCjd#IUATKrUNO*N3Je5Q!ylp`o&NgI=GuEP>l3Wp!1zl1(P{; zUy}r-Ql+F(8o`=aDr2=ACy9R^SE;0@kdMPyj1t=E1oE`u z`+Vs5>AkW4vwoTCzV&bn9MdO_5GyKBgZheuH+A#S(*$}+o#ss*HH7La{PsAoWQi7x zx)oTzw@R@NlwTp`nL>)0>I%@W3wayCjhyO6)J~c%aG$uOh?w8YY>m#IKzFY@7bV$K zN^3c|pUj}TU0H9D%R-c4rLWos980=qf<-6R!Q?1a&tCM0c_5x6h2Tr!Zt>u9_khBxFDp+czsKuEVXb#N;Dy7IWV*? z#IQ#?H>PZPw4dpee3m=OVDO}yml};eM0>Qp*8I= z>8u>69Q<$A+I{;he01|Pi1}%#>=abji0MdxxjM`SnS6d~cLT`Z3W#0bfXVVT;s%Hu zo8kjHzI$yx)Y&eVV244X4OK}MQcFE zhayDxifW=sTB91sW|?vkX)-Bk*NF5WjmYTgM9~THL;^xSjEuidbhw(Oj1pOwJ!;a5 z)K!;{klGmv8eJ5BK6`GQ^hwQ-=ZvO}nXC%EEkpH#wc?p5 zxH}UoQEyUO;Y|LE+>FDLPn1WCJ#<_AXcv*I3z=(6Uhks9MPO^oC+kI9zFw9XLc4 zE0Uiq#|b8}RQZtos6Lv3A=9bD=UHWCP}WJCplvJBv_#+jP}z_Wtbq)`dV34sIw1i4 zFOHGwN_%NW_MVEqW1$)%tLg;l+Dc2Aqd1{Sj5ZD1-GX{KQnl0OoGQdQ**aRb&0Z?z zP^COZWnTIuMXsfsX%AiKF&R?Fao5f9chC z5oeOw-h^i%RS$dWFGwS=S4vxsJ-7hUg(1a}Wjyzjb3kf?Hfzqt7)dFdtBWe)#sgtr zwf5bRpG|R<;_g` z3v)p`F0(m$U*URw3Vm}`$|~kvfP_b<9jwnjr<{&WCknYg^O(ES{#6++;cz;K7CaHp zDj!;i&6TUOwaGX%;qOf?K?QC2uK)4SAq%Ce>oB+!hDWzFCIZ8OR?4)irJ!@+yUv^{ zwXU438cZ#x-(y4y108#IP+Z5s+`(vconEzda7nr!JeZ?Ed8SI&=2$%yl}9PgH)Y)4 zH}ce(Z~T})dsymk`vc2X@7{c?F*()^}KwJ$JY@w#Tmmkxz4SHQtsD5JvSG%t&)lMJX(z5 z6Y_JigPRf}bBk14dY(PUlC4pd5p)BG&IHFq=AvtnJucC;wDBy15Lb0?qElClds1 zRda7kjiE;n6%;O?l}!(JO5o+KL!J&S_4_gnr-8GV}NvAU+il%0KeJqWTJLfG`eB|#{!6Bts%vYq&SAE9R(5+{OVk>=4eZaszifT{ zLSZm}iO5;YUIlxWpGRMY+r+tI!s<&DtSzkWW` zeQR)Fm8e!V5LN%-$bi3U^qTRd6_?AoHv1 zbwggVuo>9o#_9m8F)_o)y6u=qYKvN=tEPiiID+mCjVJY)za3+aRnw+=K}&Hm=!#Lh zu_jpglMlTb%4SZs?^6u|vZ}YiWW7P-tFA$Ixom?(kyHlp78$-#Qc9zpqVr@$wFp}= zFibN%H*pL`LQSV8Umal2L1fu-Gs1PaM{wW1dvkVowOihLrMHpM3i|rsea(?4Bjn|5 z`{?-{*#w|wAz^q#tvszdj0~k47!%QT)l6%QC2w>Fy+>cv@ zpS2@p01rGh~LU{gWnRv~ReGc@Qmvi2c^kmZARK(#Wbv_{ra>WlfiZA@qTd@_v=F&W0J zrrFVjt`3Nc&VTJm`AesN;|OH%d8nDwOx>T%r)<$DK9ygi_VGQT3|8>Uh} z(YR;ts;Hs&=+4o#qjuTnXs7`c6c=htGB@2HHM!I$xGdh17$CK?htCK<<#M$Jm`Sw-lFr)W~IGR-$ug`yd`4+Z! zFr5OPC5}Lyp2joQtAIot{O37p9z2Ov&+sMHvP5D;fGGU;BzG}^*bee;$7pfS=Q++$Sb!t+WkU)xnrXZ z(P6m+8$#u#IH%l1hvD*Gan2Y-fG>@%N9NLKPqRM0Adl{sC8;Bn7hRr{7wx_hky8A{ z@HfoKbMT0VS^09Nm7CHWwBR7(NK?)E0L!A?TMEi^mmc6qg=lGUailz? z3C&WVEFW-jakK$FcA|-B1M5R)fkS5F=6KoJ| zBi@Q=S+OMk6o}|3#BFhORHWRA)`H$W(}nPBO6ujgyriCWq6UPm2+E2{(>1sjfBgcJkSS(D}ZpcMmW{Y`7?VRMqQyjw@L@oQ+>rP#%hQZ^n;mcVA8Nc3&sMxlYG=o%HuQCt;kV zVd|G9^(JYp`_?eJQ5w$0{D(R55?EmYAZ<8WE5oSGV+H|07F1BueTP(Yk2Z1-`iGI- z12pOlBgSb2=F9rn3T(6%6A~t`4CBmT^wBdA0s>ov@mHENhFuvWm6OQ#u)7aR2PU$+ z#Uk~j^dL4%VA%9YgTSYu3%!ytzNe#h8gI8JG)lUJH+Y_z#J-#7@tS%jjU1bdo` z*@e<*VNPC|FdKNBJcmA`MFRjGL5PW2%E1>$m$K=lYAnTMK%YzV#t6U;M|(yUtMG1#){;4Eqdi-M5ItMK17OnK(e9T7(ftxK zMvK6fMQm@cBKMN*!E`2C1_Z={VhGug%3GtQ?Cp-6T=q7PL6|{=K|cls3F(hK%L?JWgTv7S0wYvZVX{JWgl#77V|cZM-jY2#~^$S*QA8cbbJm`DA~Y z4-XOYo*Pki0}4oUU?&cLjc8^YErX&!as@}aoxwgG?v+BU?kl4eDj~0zbpKZ7X&=ci z#mkhStV!BlUK|}JnR_;Y7p44iM5Ml+O#(MWyKf{@L>oxM?#IbuVH6{$;Xwrqh9gbE zcu|TJI>fmwR-G>0JP^qn9PR$2BO_6XAh|k)5ZzZQQ*8&!;CHh_wiNPWAXLSLCI{hw zXzKv-5K*Y*T?-)#0Z*z>Sh_y|bxOKFf{p|+UQ=Sc=H&GQ{c^#KWw{Vdix9a>hZdFR zM7#eE;rLFp$GV#1?-}GaB0Z=F+7S9FucT*+kfIh5&bufjL@|O|PB^0cC0(@MGe$`_ zhCR6(leC7&TtpfeX(IY-QWvJ+2^oFQbcc09g@bUfG3-H45x-kPD%>(C^k_p#PlPi7 zL!oUw9J{%>nG3l&qtKJZ z!g9mZ834LgbV_s>*b~EEBh&mEL-ZCQddu)K5{vf4;(`7%B!R@<6i0h*lqRJEs1xQM z{lh$BB++5Cq1q$50nzo)o0MPh8#QTj0rK`V%m33kV4!GjLDl(e507v;^(y{Xj-HQX zO(_AdI?-0lWVGi(h&w}4_`%$;#MyHwVjGQ{=*mFy5!H;&lebu+uEPURcy5Z;tw#5E?21zSw-j<@fzLZ`NsNtsism5x*IIcWA-Gf1h^K!uE~nx2FGMSnKyU{-o%mYwO=` z`Q3-k#n&G(>CC$?d49!n7d^S_yEp#+*w+5LpL&cVjfvLinOKmY17_Yrg&QWVPk`pA#KL#|cGHK0iMMGaOyd5(6lp z%aN@#nm}t()lJc!8fiHZ?Pgq>3+JQiFw!xV$P0^Qq$3Vk^gRu{H7-}NzbQKWkh3pVHHlmEN-MDjg1HQ(f*5X>j|3eVhp z2dbWVN68q^Da_9)>1lujo`b#)FuAaWB|WidPaL|X`}s(I2vAvRS!w_LTqu&B29QFs zqI6j_0ak%%B?|K)1c_(@l3E-N8!%RDv_}+IPb>KgRdz;<6CE4v>4M*x4`p|?~L{TLJ#qu!F9d-SoDq786c7#YI_=td7L0{GL4Sj5sMS z^aiVh(J_$b)@W-8JPH~hlxbC-j&X98ZKBN%xwt_3*)DPLTNqpziefIIT%dZN4Cm*8 zG4LN|8N*@^BcP%DWPst!mh?OiqRtW0QGj;K1i6mY^T<(FTo$7JhUM*t{NTrZU`_PD zw6v^P@fwzeIK$nyXsy2`{|(EdAPo!4Ts}xl?O>fjYwDdyO&dOYi1!Ygtawp92Otfl z7)j58a1lnKVlCbk=s>A~>csH7pM?;Bn65E{Xg?2z-;h5=Qowu7(U#~^uzNGIM3;sc z6f>aMfaYJo|0whz|A1=7^JQY2=~l~MAX+MjVCZGy6B&z{0lE|ZP;0IM@3eB9a5h2y zcR`D2&j;W+NOf6pNq#=oOww}C2W271Q9le5J{G5irD(HB@9@z4LTDqH0V*YS`vqiX zi9C#dIUFrWO3&ZXoSIE=44iVTo1mvmbYpI5egqhL=luW43}-^#sjMK?4LP(?N28hU z2f_Sw08uY=1ngP&O-K(TCp<^Qii=A&Mko&5Hv)<_FcHcx6UW%0Y)g-TIG_?JKx#Vh z8Y@C2RKH;?)ZnK%rD15r-24!{e-0!Z9YAJ*Bdd>n!Y7X(nIA#^O!rv{`^3IeLv=r1 zN{LaTf#5=ujU~m93=lsIW)xQwC&GhEHV%Uh9caT61FaNUmO+-$3`4;WGz{!9`T1!1 zK~#?dlBR;`6~_?3`vdKO^1RYwRiO|y@Lxa78}uG=I@hH`^D)*~bmMU9R;t8}$5O?X zm5MTE0x&e-aBk^%K$=QvURsF;u80caIV|5xiGW!Mhr?XoV^K;(vG)MW{Or1gEfPIyoJJ`$4p)1&etM zo4O&|bCS&S#x?rr6d$$$%p!IbPC5D-CYykc5$G|9LTQ*JYAD0HEjNmJkB|+ZaMA6O zja~gfFirse$YzYzg8pEGVpb_I9P|O8<#Mnttg^BV>U2=o5QquHYq_fMVV)!wBRhNL z>dXEZi-0aH?%^5?{t}^G&nfvsRC;PrQ>iqx@iHmFWrnaRLyf3`@Zts3ayM$yU^F9R z}b{ z{BryWqAb5ywq?N0z;pwt`V1xnQeBEMH6vjS3M@x8ZYQJ8&x0P1Li!#((+wxy50+mXyFNX>pb-WyyWseA2keqG03G#hlYtDj&olP_AP`7rC9jAM5G9 ztRx?cJy@9sMc0d8fees1iYz(@q2~i2A3a;(>E=db4wK>Lgu-yiupx{jS%o-oDQOq5 zSqU|wT`fTrZY*qEaoB`lKub10Cmi`a^agU4Y}_rAN>EaFqdI7;=L_=l!g$c)!cgT& zlpb-RHTlO+n!$hmq<@5Lvu64=OYV|z%Nm6>A+#xdN zXnLge&X6UkSUWxsk@-3SK3aosO3@cB{F-{C%sq+ma>n}pS02dcr{Y^tsVe+TEWc_Y zzcU|?Pin$3E)N>hQ+zxwx;s z7_l1MRbMDy5m<;fdlpH)$8-Ml51!)Uv`t{|d72C51X5g-sY1k}R$h?h+j)H7ke6q9 zp_c!Rk~2BJ(ywnZ1;0op8O%dD@1seJKKYkR`_}Y=%Zx^CJh?kV@0^ADfjF7 zeJ)-a`Hn|#reyxS{G^t?W})w^{y**9u?>JQ3`9}GKvWcz z43J@H*oRTMi{&O1^zhRW5eL5x>5>Y5SKUPsQ^)H=5z$%oo9gNgVa+%odMJ$VBP@AH zH`GbQ*1yAXQO`Rj>$l6)Pww+sf9>lWG4&-+XAf+TU5q{CUK!EPOR6&V|F%xsGY~)k u0R#|0009ILKmdXN3S3k8RLSliTLuCMAbnOR_Bk7BV)n@xI|5$>0?)c){27$SiKR zFq^@6!7L%*ge78i2us)@kT~pXVhB5CfCQ32LSEj4tR&|9{m-epbkB@z^YOmV_dFkC ztM9FRXybL!No^`3sg-Ju#nsPXStzY5{QJoUHTe)s-!3(1SueROen|L~Xh`|!YN zU*7NBr(HcWbwfM7s(tCxr=EK0_1CAnrY^f;s(s`2Q&(R2)7i$1>ZjS>2F=P_SLWc{MUYX-~N?}7k~K2r=R!BQ~vowcTJ5y>ZER|{)j$Yiq0$kGW_{Cvp-sdMl@3g*wJ+o~*+kalavMlfjVRopJ zY!?0p!t?-R_zH1bw)pUW*`WhACMQmK2Zgs4>eCxSrP@`9vNITF00bkF3}*GAm2f1u zD4h89&Eyaj5~|}54oo~aFw)qxPte@J4arp^C$xrz(<%f>_2kef)j6wIw@rQtb{FdX?M;-`jSvdSBZU+SE)BeL`j6$+b8D;+pk^9Ns{^bO@x9T)Z2aanDww&|dZgoSJQy{`&! zR#D4U58wN^73a0B-gWiNVW>wlRF@4-EUUMYvB9zWJtLvgFg8$q%hn9_Mv54lkUdtP z+_9`aRv#O@>*@zj?o*JQjL%_{O# zcsaB%FNb@0dCY05MhNHg?+*U`HUB30=X~|}w-Wwu{uzULsy*5}1T^`F4%y!_+SjF? z2EVK6@zqdIS3)0h9}E*Ct&=P1B7)7)R7AL&AJ ztO^ zst1#g5JK^-Ia^~_p7rEmUU3Z5GcqySTG|-82Ys){W-&CmV|1t?ome!y=|@>Tk0%ej zQ#rC6o6wLcxZ>@K_K*GZmh_iYz2CliW1VQWYEB8bmSLZt#B;IZgoU--3@$~>j(~YH ze=m!!Budp|N~Uv4^-X_j7Tcq%$vQ}hFzHruT79jI+lw+pcU}fUI;Mh<9_vC3S(#DkT*uB##ws|q#jK-|Ev%riCrgVYyC zQe;xK?4~Q;Z|&p!7VZK@p%M%TBxgWNFbd6uL5E5(3K>i#KwH$ybQAPWod$;=9LVHS z2}zb-g{?FUIA<^^9WS+OEhelw$MAGkM~V<_;zU8eLetZj?36yTZZ=x||9&upB;ZT7 z7lo^BTvqAmnI4Q5<&u@1+x8>q0>5||jpnxd6eThZ;N1#UI;twlWKnl|lwn*C#%4X5 zuPMeToB4uwUcC)!B>YJ) z$73Ak+u~-2azl*B!ZFzK%&sniZOE3vT~DGkOBCx_ zH;SFAS{TPlTdNf5YL8{o=f$^H-4-b@IH$T^P#s!_?j7SidSmT-Fu;N^E*aEPQ~Bt` z(m$f*^~jdiDYOK*$p0ivW<)F+hIPXk%!UBa}dlq92jTu^fxNW ze#Y!doAt#Tx_Fy4oISidJy73TW#(wIb(iaPqPs7TklT&u+u{wB?1n;CAGeJWMu-dB zqR?CzJjfD^LM0dokZy{k0*^u^7;j4*QD49)RD!{Q6&@ZX7==nO5sxZc;8CaqgFhua zJW4PM8B8_oM3#;xIn3I2rK1{cT;k8H|3eMCh`i<$d6TE{E~B^pFfF5!{t3Tb(MQbb zhA4TW9u&iPtP-BXbA{28Y_a4HAz4v0w54{TV2Wqb#OEGshW0-q=X&xqvtqLVjCTbQ zt5V9Rx}=XU@?BT!&nF1?-H}5G6Jg1QFt)*}eMVSvk-w|Y7=RI|h4>{dZd~nr6ECck z?UXVpTQT9|iQ_{1Unng?O_reUxD52>jkE^auNuSv9z))2s9EMutdM%8av5%tXgD(f zNHx3}?Q}a}kjH|tS;3b*Rs5`{PjDV=q2qx)WW|it)8jmLkov;K%slUbq(nilUa1%l=x-bqg&*Sg0~fQqOn zYm2&9Q8F3Uq3sh>@z{;hQ1f1Mm-U(`gBO*aK;q(+xg`ovY-}Ip{yELa7C&60A1BGlV;i9nl zj(}=F9V4e}P8-18ao_q(o-|@)kwqcLP?Y{&!szC>pOBGdXWx+?%g0pa~G;M&{am4Or;}p zp3<=BCe_xkNFT%^Ey^TEPE=ub$*?z##&FKi+0E#_v!x9$98)2%*h(-zDot%@It<`P zX;a3MsmzX?6qfAp_eywMSn{E4_s2l^!WYA4wHfj5NOB=Cxt zK4v5+u^=JNO+2_tBTvo$fG&(J4I47NOhN<8|;FQ{e$Uo7K38cQp~Ihras}yz0*qT`eXkr}acrqP|HY>CI;(e}j z)XMCLqGXEPKGa$#j@1hLK${tgC@(}MAZkNS)CmnuRGdZh9HL-!0F5jOWW8&4^;pgA z$l%zZvu|i@u+X3V5yM^yhwd`ro1T;fQyQvRbzDx>??crBta|7&+-~0>S#JzW9+&Cn zePPM{VGtGI|Fz*6cZGALH;j%3#ts-T9jb)N!1+4{kdXeKGqB{gfe8OE;f2o{*x&Ph zZ(zyKviN%kmV9L3IN`Ym|7$-4kk86aboW-P+vUC( zLFw{T26L>&vI>D!WdWMQ5-nJjS@=K-mGDIv5mdk^RD!{!79LSsz$jFLp=`md?}1Us zU@GBm=%Q%mgQQr^CJw%8mYyv!S2`jcZ)YEjlhrLf$Hec%(_v<5qCP!0risi_nu6(h zF-_!^(iBY3x3p@Ck~QmTjo%IU!If|fw2@h~DJfF6gV$Y`BgSSWc`|JQ6UwBcKqjqJ8yY$RVOoBO%CDy9%1xx6)o{c> z2rz=Os|hx-PE8%eCIrs|?nZ{66{{lk+b1;AX8=|=2aPFGb9jAlIy$uNRw%?mtQw-f z#Dp|AEvdJsvH+yv3W8(>`7Pgyo$U=uy-2kQt&{5QLo;CId{h>gn{%=^=VA&Krbtz2 zZD-CPy%@CXnwytouZxU5PQ#L58M1mXhti9|MM1&PyCfu+fU2He$}ckn!}O|`*=yhY zl+W0mPnSxsqjA4jnVxUVp3Yi)G0v*E%pV6((S{W2TWg@nNH>n^fl~9orBR>|QC-Z#|O?dx>xNU!wpk?B?bl2ke> zE+%*>lNbAh5iM2xJvPS^saVmQeo}w>s^0W7`qTIAO+U9kech5?fD7gTO!Wd>G6!IL zFTj-rKz-fQz3%v~w9ICAyEvK2BerM7nQYIfnCoajl?3Kl`>V+QX?_p6xDA0-Bkk)b zB~FRY+zY5-cr}LP383R~oF3V--nu1sqDYnQu|$UHS1bTkEdzaKA)xdoN-H2)7r2Xv z4Vq`2zi<{)dca@i;0qUkVl{hm&qKaQEaGy(|Ias^G@yu`uD!q;zR%j{x zU@yzkpWc&RVdQM%4``_-uM~w|TJ;`7a%&O2z9WfF?r^~xN!8jOv(Fg%fcKfz$1$+r z5Dh)?PWj}H z0J6#uEe2I5cX)brrz=^e3^mC}8KX>kWnnsS1T-CDe6OZ263>|rkB$t={Ha2jd&O8! zsSM2m{?tPo9EUoNsEe`GohF|$@tB~Tcu{TS_Yps7Z5Tp4*;6OIW_>mAwuC)&zWN%D zwXeBx727Xxn9(`&W>r-SK5F~;Jt4Mz(R0_;u_3C>qbpvwzFNqM6la$VFxza^P{W~m zPtX#D)~I+tD7b0N6`3k2Q>;tf?N5t&mvXbPhOM%@lg?VpN|pK+Z*x5fQrO@0G6=7})?n2Ltx0hnBmp?j?lT$5;+285KPe#GLn*4&dI4 z)?C&LDVIsg%tlpH8TnGtxKJe?SYj+4Pqqo{qSnN)4MUMweOCn|mOc;RZwSLSswDpp zW>*dSppv;NdP<^(7;}!2nOz57D{I8Q-(y=i@FH`o13s^(rgvIn5TCX|@8Jc#uF4MO zY5{g8;9Wja@j@SP_GNOc*KzYeXCa(V%y?hhgeED&pMG!F06l&(E9 z9B!!Ifyf5h&njN={BB56YLyH$Lj5MUZSXdetLy&8(M+9JT+l) zT^S3-iARUIo~Vwdfc-oy^Z1U8M?DmH-R9$gbaB3ThL@0t8d!f{3$WH@l{^EUVlip& z&j=Ps@dcVGZ9ond(L1ri8tv~set>T8Bfi{D{C*|yYI-6NagHF}MPA&}bqfOE83N$6 z%;6oR?w65jYhAL(k2ap=`}``|s@G{S5$ds-TB%nk{hvXr=lpx-HXQ0p@#53I84o<8 zGeHX|LQ_ru13Zj8e7%iXoA4OX5Eo~uKkfA{DJ9Vi6iVCfB2CUcrp#yl4NP6d=D7dM zXe@1pqnNm_Z@;kliB6-|`4}??{5$N*yamt`4Ts$_Rn1wMYh%DKLEbFku7lkBy=FN0 z@B;UCa5FNUi+kg6tfkL|46;f#%W|Bv<-g}(&v3UMUErQiW`@9p#Ui@XYQkbl+PJg8 zKF3UE;>R&_X|8I5Uim@o3yCbXM`9l|VwaS+9kLev)%$$SFT%h_!7NN^4g3Of0IVi2&fAfs$9P}TLh!101dwC`q62d??gp^)5U zZ^?J5UPABP9I4bBQ!?Z;OmQ?_myC|dl-^eZ91)e!)6$L02U&p}j-=cbckaR{FhEvx{RLcfN&bgw`r`RAb^jtU zxfS+kl14e%#cYw4j_6EYOwtHzm`iOKOL}P-Ti-aw1`RPHVdh5OnXN}}IzOzv^T~)* zmTsc`3AnsxY>@t1W%0J6JuzxgD;tDXwGZ_WyK#hys5Q1^%S&<_Xnj{rXr0Q2?oB6z z)g{y?c+N8Fw@1`DvQ_gT8z1ds#6nfs-ph@bLQfteY9p6WUu;W1-$q00FcG~mPkI73eyTiT1-6*lW$*!$!H|YZIn1v z9Q29XPoX`tW7;QVh^I8|Wz!jkXN=|l35(Nm0o#el;0Fq-$Z^?Vk8TV_;f>Mj){~d1 z{$Y09cO0okr5#6M_UvV-fl(KQG(0vu(Y_f%_lymrrmo<_E7~9RsFhix7|zsm*mR!W zJwLCK$!j(&{}*k`)Zg8qGcs`Y2DPzy$9fgp_jioj5VtS3G`bGnG~@O$Er!;p??`J) zb@y?lp%i_*&0(*u`Up#>4iJGwuNZ07R{896(eEvD&1rQT_&%jx z^8{vPX6}ZY$*|fEUFWTRFqtK;)KWGr1Csj!u|E;Q!qzHOvb9Vci6%TehmpQQXE@H{ zi*Z}ZW@vW#`zT;Fis0g#8Q0>sa#zxoPT>6Gx6NC#@mnpt5&Xo2Dzg&6;VA;5CWO>GO_b;l>a~TEG2aTI{fU{55aSRE!IE(jw zG3P3+bcYtqt0q*cBn|_LoJl7PjAmat^_J0c+!+Ne_yEpRpL1c_DqUehPABwWA7w3^ z3=BSRrkk#JINp)fuW%u`B2&!Pt zrcs@7Q(?hqenDj~wz6#p;Kt>Sc;lj2xYUUroVu?E1CaIfXts-(!6-2#+gD&^|C)G@ z+ACfg8@O!Iw~SXsTNgXnGd|g62&5q^;}J~DD`8ES0f}N5eK4%0gQ|Bi{jxja2R5V% zAI{}Pf4>HTl2PIW3LG9x4zOpsMEVn^AA?<+O!keX6*e;ZhoZEohe9Qr744cTRlq1z zf;rLop=uT|3YB0c9ER~&2}Yq343om*tC&;ZQ3x3Mm*0Uu=nF8}cu)x3fMFZ@{7a=p zY&nP~nsNce#7er;xRq?+;a(`?Zzx<;mg9Rn|(hg?IyAAAga_fJ7eaSF>N+$ z3;c=llCGtvQ@oqaea-*a$H#i-&&=%VJCP;*=tTRRCHQKM$?BfQiuP6ZzOr@) z5**mmSk=DPBD9XytglL6hhKz9Or+5U4}?XF!|@vcH-7`9r>e~4>b#>q1&^RoQh&Ca zYi*I~l-VVkOTx|;yTRo`tO)JfD7M=EHotzN{TlC&N+;jki}6~>>z!yHFeaa~Mn%SI zE7~`DD67g?Eps<(R+)Hkq3VXT=4LfXU{c;-70|MqOig;O*vI*NMb2#H$L+0Yy4PV_ zSu2o*w*t>T^J?mwK1Mj^6J_Rb^&VmyNRS-+TSpRas})XjtXVr??WYnh3E$ePO9*wQ z7#Gf{EES`MTz2e|H7Y#!C*3wDgA6sy7Rt|2U#a$uDPXcnT?#7{T5h{VkBRQ{^hkb} zn)qP{*Zi^2z8zM#Kg-X|Ye>9_St@0WePvyHJ~&ZscJ(w7QRxVMwKll8wsJ~XB!1(lwjm)Cb0IAEIWdMsZRvTD=o!lx`+ zWTmeYF8IXxv^-x%aQb=`nC*9zJrHdspANz=7yc`zd-XZQ_aW~_!|51EriK3RgvmAI= z3F=JYcN?9}6Q5~xcAig7P2Q+jwX4wd(X?~D#8r0VZ9Tk<{AVc-3bO-rY2m#r!hFA* z(wg<;Jv{7WlD6CaF@X(C?N(Q`2G)#Js*M$sGw&s?`vR~t#iMg723$U=vXSGJUVw%& z?UhSq_IL6-l)jI=$@}?#JGOAc_GoAK`)=bsQ{hC_@~xRP8Te%mI9E>o{H7J`_3^&P^i zv0;A!Ui@$Lq;o6ruG8YgHYCX391brV1XP&z!skjyWn|2D@SNi+22WoQnz+#s5955# zA&P(}MXfLlvs@OfaQd^eIhx7voV&wenJgYh-4>RGXmnY?M+N2;iMNMk zVRG8#A*NgHBGYLfn7cY9xsQ4{Z}>euZL;%Xu)_kHpa$a#&AULIwY_x*XXD$R_34NO z?_3_PLe=!&S$nkg=|0;vAMBj9?DIwE!&u9X$lMU-YuSp;>3BqI*-vu*6nE4V1@y0F zDoHMZ?$=wHk3quJK7l^>NU*0P=0 zUu!M<5#WDBYuT@-iN6FoE4HZHeW_mk1k3Gu%^OB$!x|==&TS+XeSku=|58N&AWy6%T9D`dG~R7yNiEaXtBfdIlr8qhBV9RZ7w^ zQ|kWHA>h8CpeLKKehwhXP5doBe~f#XL~jVEN_AvhJ8r7N({5v2|O#+ z7?*qyQoM1=Jcyd)Lqu5zDx092BbrOYAa-ZLx#tf9^<<~jnPhX%8!_(L-18zj(cRE6 zvh^-ttGkbxXZrbB)!oPTM>G9=$vl(QE4ltBPFBb5KsH&;L^V^}C-fs(JvTreG^_vLyGdf>*2dR zFA^WwDB&yE>=qG3en>gFi^9CfO7c?PnbX=vDZ4+)&jrcv5W}4#(J^5sNy1TOOvC(+ zqNp|x=4ysU=xKf5VoB7G_OReL+5Q`>fkZ7l!s@siE&>_GLOv z{2Z@ZHzp@WmsXOGA(iCg{Ad>FHcMD(X!;UY*%pF54PU3W9ncy|h?uO-B^qfe1&w&L zk;aYVbIGKu{l7w~NGj$*PIP`t9)&GXsKoC}9fl@Sf>EdhbD6`?Z~6 zEM@9xl<1|05|j|7M8MtecqS6`uK1De7AZV+r1&N3=<`fGZQ8Dmh@N zt$}%av>j;apOLLuN!~<`IydrElDF`d-bd_)FnexxTHU7;u}kewiuj>PFWL?d?ipIq zUb|eeD@(lJGZb6IkWDK#Cg-0c-Ew$1cf(%%2Rwz$R83t|nE7N88)lEnri0suQ8kC?Y4O(F zZ4Qtn-Fs-M=Hj)x}w;hthuGM^N=Ve;-V(koMy3NG2}6{xh| zK*`CcMAh$GMDl69@9|24C$o)LcpJk=mD-p>rFM9w!>HV%Ju77Xt7s_vSMhH-?eZ$) zU-`C>j?o=ANW33Hk`M4RQeXGD^fS<=ljEPY=enakqS6r^>ZI8Jqe&$TbKl6Zx=>I1 z%y>VWogyj5q=|sr@1xQl;JzDQMD~u1Z90EIVMB%5E^_e?5BIC>h1$juw_Z?>0bPGN z(f){Zlueao)nzxO>+V>+M|sEUQG3VgroPOc&#%89_+YqD^3`nV+a#GvN6d@|rzN9` zeVgZL&VOgL`M{6r^MOAoPX2$?2d>)vmxov#Cbl#y>-^Nb9|*!ceAJ9GlRq;Rc(DHGJZHWLbT#>sA>TAj>V1~#i}_!toVYUiOI}NxGos()bVj^e z%=UFu->E}y_3_2atTtk-DQR`lFGrR#Q`3A%FG z=E-E;SFFtL*BuD-2Tj>X*~@3@g+HdY{uca|_R*m0{+(XOyMM38?yo{u_a}Ot3gM06 zn(ja9eWLp_fBcgk%e((ekCok@>oM8=-~RY#fBcIc$y%elGV>2StuWQKPoGq9p_dAk zVD@pHQ@I6a4e;3GtIng2CD)IyiTV7a=QX9=#@^lnbd7}*zU!fN zXcj+d@vW(h)ehHMl7(Y>;cL3?btH*`ZiUKgb!(__T&p_)3-B1DvGq^IVjeI>blK$?83fOIx++1gWK^`06A!?#Y)PRJ;R=c)XJae3Uu5yN0<3s z>HIx2XQpyyq@Lhcf|m`k6eVIuhis)}q+u&khCP&Zx0q=M?O zs4<*;8zOZw#g?n&rwQQrFtKcqJ43b4^&SJ22Q{3|0+%5f2}I@h*$#5YI3C^@hugVh zTsS@ff!W?zg-d&5+g#RtL&G_-36#!>I#>R2s~-$;eoTg!yusH`R&z#~r9tV5`gQ4u zj#Wj)uy(a=8|m6wU~-B&%|)#HTXd=Iu(snc->2YtH(L0hk-JOV--XOQ!;|t_d-ZJ( zyLN|HDRJfe3b`lS!|Pjky@GS`%%3^^0i>b9Ps{2vH=`-MHNy5v=%{qm8}>7l)3s)( z+RreMyb<)PAdJiAbdCv2&hj=Y9eW2UZR2_JE$MP4`K~|UDsxnR%Pnink)twN94aWc zn}*pbv3bsAd~qA`X)sr|2({vW%*(3K{t5Ip+J~&pOwi?KQCd@3$~SsbDvjiCMOUdF zj}0ToW%U>ge}NLrs2+@Qq{1w3*TdF7A(n_A5JAZvhX)TIbrvN3q4Z;UJzFm)19Npz z`y75fod`W*v%YhrYA=l)9+6?&Nd|IAPd9Qoo%9xErKHm-xYP?Rt1V?WO|OcXgfnW_ zg!YYV!VR_dpYiKv*?6+`-&JWmugM)L{Y{gJk+?^mJM$Q-*`0WjySd`Ty-jgk3LuVW zHKUVnozC{pavToakeR~JqGQXfDwLNJR_MY#%TytOULoedrrHiFKk>10tp;6#lYZFa z$sS^>d#;TnW*d+OOB;}&b9VKH(0(~N=4f`@Xys$UEyy@re!edb@O zAnHU|$wRfI4w1?+DTjDEXc#Q+|EJ*Y|pTgZv`5SNn!T zPWO8ow8w>Eulkj-u=`)(wIp0E`m5%|$kvwv5Gt11Fz2EVW^`?dixc}g7aP`#!Lk+Y zvps5M-57YKhgR#LM{#84Rn#dO*Nq&l7-sPN1ENqu*>iUGHx_ZLOk;A#NMp4hi6DC0 zm0X6pJT7I^KMn@gl;ZwR*JW(4l$G8BOpFq)m7&Ugs@!=ph5kOw?8ad+w2nNe z^i9z0mS^Db{{19;OA39)wj(vI|Jet31Vrr9kZBiFIN z3kNNBt=GLBFGenmk+MFK`q}1*mYba@q8O_SGkoBA^g68D8?;|>>&ZaQPYOdi5%1Lc zMRS>@wB-iOcAQ^P3-YG^3J{}ytXL|mDe0R%YNg|mrb=B)s|i~_Lo3Mc+?Nqawy46o zHVL2CJnHDhx$2t(#|?>B9?Q|$&ZXS_b@b>`bXl=5F0a@Lj8Mt zUs=<{sh!js@}&f`^koHQpAnd7$CuTb7Pw4G6QNjNI!-yXW0Y!*|tHE>$KAo5XD z^Aq`ei+3XZ^n~q=mk@?S#l)4bxkgqfoz z`(KFosYl@FDB=L|EQFswKKVyQY-JSou=0Tj&I+^TD+xw0=C#D&jHzx$ zb?efHBR4Yj@_!Cq<^mGt{BpcY!(@U++q{fz7dmC?y$!sV$r+r)<}Gsl%~lN99-^D2 zX9^}r}J7iO>r zMxnVd^&S|7A`IoYefPce+NPe*mv@~8)v2IUp%P4_bEpSKp}8=_JunKDVD|B{#J8d> zg-S5H9Y#zoU=#vIKHKk7m*)y*?w1i#9ZvL9>@stAYQ$jR{iMEBpX=WL4N}_c(^#$>Hd$n%`ScW4x!d1a{lLcdey>DsmCp< z#|&PmF0+xm^tBN^ZH6K@+PGMDH@T(!yH$vZYVj@o4~6gs|5HysYeyU(Lcx@iXN{(_ zB_+P!$nVU50h9jHvbVThS+FZISZ+;D{<}z@`5)d#8rAecfpb@clyc@*0-$Qdqys$o ztQyg2#bWrjodU#I21!h()J+Ja_+GR9v@+()6MgG7%=4Dytx!oPqW+Ebz$i2qW@!(M zLUUm-ilwp?D#1*+{*Cv*CWoaA!84NcIcR50@o|+fyE5M;&{mVonpD(UXc zxkXHN*V(w(!=K`BlM+kOkgoJ%zIllFE!(YO)!9B?n%`ddnQCtb#d)_=SljPTfVtQv zo!j+jYn5tt^w-{BcN^;R8`zDdg(wl@eUFbVVY|kbt9-qjT`b};(>~e=uTVNAbIba% z0%V+zHY+32gW(eL>o4vqUI`ib z)u1aT*UVt5o81+P?dW$mX1-aq{bDILRYqRXtJBdUP!940P~+Gt=i%PuXtHtp{ybo5il}5)j)gNf=e5>H1 zWU46!mrrKAPr8(1Wt+C|&NXloOpkNCGyB0^hF+?meN1w6Xx(_`^J5JgZBB6Cz>OTP zz()|UF_B9O>8x?-jOG&a$)M%ryc%GKi^61rVh~|4TQu8>bkfog9v7#WKFy~>w(TPf zBvguPVp#aK`kK+tw=Gh&7z8ED<-)VF|9gC57$51#7cdx z3!~4@zP+T;Hb@{Nz(Go@uRP#KI{d8G#XJ8R#cOX)+mI(&%YF0 zL5o6m6m{C*?HmM|z`>1jA%RKF zdq8O1Y&RR`UPIry59>WG=0%87(M%8Hcc_) z|6fkz*hpxb_CzY-exmhffO4v$OBVy*f1Cn7w~DG=CiSql;%g-@heal096;m~vrB zEiqNp1-ZPN0-G(CtZ>xAoewQ5yM&j1ckj}&>uWg~T-6jrZg> zOw|@~OJLYaADv(vB8oSu!_olE3J7p^-V&=sqK8Bby*nawqI*ZJZJZ#+9j>{hmBDyh6=41 z%lRtHTV+3{sr{H1)6~(-Cdrw3Q=Kc?Nw=Y@w}?rU-o|7z{nE^OxKtcJ(*mx%G0s;%*SX4 zOP2=C?5Jyi9$CKidgR@;#d_Bj-*s(mny&4ENuQHrl@OdP)ZEM`Am~=U|;(C(&&GNL*A)pE;8S zVO^$Z^ZWPA*5(DW61;C{pR!ptL!{_-ie@oRXtq|wMA1`@hvV14OTd|i zzC89HbhL`F_MGt|@=NgrFBFQr_HZ1B94!6&IIzxy4B;E zd57-(*bf1`TlHvPcPMnFQ}|8o`*?M-ZBah7|4R|-Knh+uwam+~dFlMaNOn-Is*g9@ zUrhRO?7?foAOk`@ro=uaysO&V?gC9gx)TV?R-;}BaMU#|)KZVQZO1OJ~Iw!J7^@HXCi zJrJX4`qe#5x#=;nh$yG3)7|Ic&gc1Vv zhtk=G$#>@C0{d`j6Ir}N!bW~eL;F5a>I~lc3F^%z(`>pv(PX82yqi9$d#cG{V8b_DgOBqKFvT4WDXN;OC)#PdF2J_!dCEr<-a;@xb~Cv9Ur z$$ca^U*_sdg{l2%(!K50%|4}%Bd-)CJ&Kp8^r8bBwfe{mHnh%&5PlZS)M9;TKLA8b z@M)&4k0XoZn%OpvZK8zf(I7V~nAthEMa;zoZs*=6&uPG42%wN7oD zZD?dl&Gs9!4GmP9%{L#1iam|Fw!s#{+W#sVqv_qM!JDfqFKx5Iv->fXd&f~~@YWFX z-8XS+*G3C*ykdKwqTgH#Z-vg^5uH(>SZ&0){^-2CtuF>5en8Xvf%g}Qt*3|f$&b(b zpS;*;YH$2lsUsvad#7I~==QhyEsyG1+Bbz6X*8;n>Eq#ix}Be0>V%{%7uu`REwHSPt&skf@dn}bVB3Hm(QHRvr9jj z`7Tx6L85iu%nmXY(LQK9Dp8;0E9OAo@j+Ozhtr@JS}Z%1txA&i9?pV_^LzX#XykoI z=%;=`Q(m6prE!$be6s%w<(!Q_X)-VpT~(PxsdV5ryNu6*m|Yj37+r-+31{~vNWO#l zx0Wh)2(n9kai$SI#-ry3rl-OdKZSokD&gL1)x1~6f%H;JueM)izdz>Jwa>0WKxODd zYwc$qBL~l3O_9wexOe2dW1?PXw(z6b9WS`#g$UK$OzX?8ApNzawnW=yEc5_qv+o=& z$}hW9MXKpJRQX2Hn|WGfnZ#`)OSL_IEM%6v?2*zflRAbH_Z{vR9(zHyE>H~@XEa3D z7KG@ZQM;tVE~H)x+FL1OUMjdM%MxqJi&RHu^m9ST=iYf{A#+NEKDrFu1iDZ;ifO8 z?sV((*8MTz^v{|7ZEy-ob*YC7el--qerFNdp+we*$eJxLC6ZeCb*BLFAJDa0j zf-$VlyaTqRZ#Ujd8yXy(o|dg}Ii)DTQoyaYO}`@tWh}OB{5S3#_&l}h;(TSVcvSx< zT0A~lt$h(XQt8<1+!pU+Shcg)ix1J-Fr1@Je~OH;O=Aj#Ah}!3#1HMM|CcRzLn+_h zY=J8No3;hwuh#vey{cJbo=jezQK|W_pTYb$mS{8=si$_a#ae>Qh-zwPWLZ78WRlf9 z)GN=nE+vHaPvKU{fA$V)aHKZ6*mhvbbz{P(x^#f^LBDHS70;HiCt{*~<#B4r*_P$^ zdMIvLe!xRIR?^6hm6V;RN=LkH%(ZYXLpF7=QC4WanfeLDeSOmzWR+)lYCv=@TAW*{~@TqB3ce zzv$D*D9reZ;J)t5WgirBr{4ye zjCA10m06$1QK*Tw_jz^I1>ey7yt?|l%qNWZgLs>pzt1z)7k%EVP0v~TLUC%D;?T38 zHzOlKH z5P{qAsG}ae;-oCPToYF~HdJZM3E&lUOeHNeSHcobj_Rh9Epp|u6ExdEt4oObGr8tr z23}|Yc4Ec9WE)z~&YDJ1?s+P=XfH*%k6obLPkFiQEyBss@tq5U2{0I4iVJLqR}P;Z>|iFp^c;Wr(>J8(!!W{ z1}6tTJ$M$;+w$lWLotZ)cpJ$$?$I#lac9}|+doi(hug=W+FKZG_f@ESNhqxjSzFeo zF8)^V??N~W~^cEZ*@mue2-Y%kJc&{)HELaW3#U|iHP%tgviD3P-5m*PbGt3p&`Ys8}A zjf;nS_bH2(ZGR=OadvC^8W`JT)W2(%_q5X#dvre}az#>a*94z3)Rj=8#(0Kb3 z1?o^5?v@Z!CF#k4>B;lMqL+mY8%#IG2S(QUTp?dx8`yYl_Wr?vMV}m4D;Tx)50Uq6 zB|YhH>xECyrz2enibWvWX6TME#GQvMJn(EY& z-*H9P;;MWNk1oW!*ZRD(RG+0cdwnz?Gw-OaNH`ml=@T_JXgk5~OQ&aGzJ!U_(*717 zV{{a0BOtBEpDo>iSJ`AuPyhM_B;wt!HonpLz1yA5qbY((FJ|$QCqqQ{OuY|w&$3eW z)uLMRF5}0XJvM@jH2A)feI&0+N7#De8y+u|^Tn6&_}%pPn%r-s=hR$H@-d2sZbo&w z{6g64_RD%-OM65TmH?Z!VG=%MYm;+nsp@;b;SU$W4W@eXaf%vgaYh#I@ae*{qK)^H z=r#`|erv2}rrN2gIyIG8w}sNPx>v&Fy!mZYnhk1I#{4ic-c}6t^gYgu9pL%Kx`xb{ zb%x9tlOkEb^QppWIiIH0o&IVPKjN3u{xs4KF`Q(fG!U|wp5#kZ?Fe|$M7%jDL&f~T#?v1w+_mVu0$>`eD-4_%0syvQ4>DtsStdg|fn#VCkU7NaL zjJWsbaZFOzrY`v@-O+t{9P`z+sWU%G+!yjVX02;e+nGgbe=Cn;65DTOYyWi~$1HY? z`=>mPY3$n66b88cA9);;*)gtmcE$tdwrf*M4gzjT9(P(EH*^lx?>hLx1ze3y=*jVb=h(eK0pqb=efC3) zFs^K-4Nat<1BvY5pdAX0Hb5|>T|JC7xTO#kL83DM{eT40LXBqW+L$ZF9qJ(Y82ziC3 zN6S!Ujf!G1-X2fA|EQp4=FcgRNdekj8E{*hG^C`G<`VLNO zDiUA6r<$to@Xp1)ZMrgWSXzr%!f2JJ+qvJj<6Aotp3M(|hl1zFv)p?rt);yLJkbVE zCf|3V&0#!RG?(#Af*Nsg6LVG>qQ#)<mAz8_!1`C9s})7-d+M(4~wsjBLD)fN|%Kl%=$=dP<`LsXkbSG;b0 zwa`qPIJ;zkOX;i{YB*Hy3A)ZieKzk01vibkB2y)0igl^G{b{ilRBjeFFi_cD%68dU zuButk$TW?vD1o)~$URSt4YiuJ7}ci?kaJOFM1*end*y2dMm8YhLER78L(5%P_Y%SZ zwpb1+85KPeYD%XpIRt*Q4_jnT@L28cnHanrev$>H)IS*^kmBxTwW_0(kmt zmZ;QssW(f%jPN&v{DP++?Dc{tuaz}oUz6Jw4!p?kdE#b!PffpVjlud0Z`fwjo|y5B zgToFuxw94ROw;bjt(&I!KInr&duA9H)OSrht9YGmMwc|Pf3VgyPAG6Yb1OOvs!cBeaUL-{>4&Y zz1>s`#^!CO!dd>@-g)}{8Nvnfn*ma*EEV`wD^MR1a2$VS;c3wqO%VL>{*s|Ibf@10 zVi)b-z2;YBBP7N=Oj7AO*qwS*z0t2OFJnW9B$+K51;6t@`Cl2gPT?lMPpjHgy32qK zg5gI;Z`Jg(#t#_g;acvmI8R(YmS%+(ZMw$?5w7&}S%J`y@ih7%mi~pFbeC`Bm(!9f z%$Cre8i5Tr(C%(B-l|?kODUljs?dq(7dg%abtcw7*O?w{3kPD|^8O(|KR@RzP|gGI zGn|J~u6`btdHk&`y@vv?+k8Bb-pv<(bY-`OLP<03Srr_H3wEcYEk-mlg|CAh~-}zqYC`LAmrxzGL}Ea*Y>wi zm)dx;RIF0E`YSZgeS)4{EJb;KVXIrOzWOlT|oa`s&4U>F|Y1>z`+&#;#l9(K&}&w%1FF*Gr4n%Zk^h@+zs@3i<27$Av62kksVbMYc#YgLx4F?n7KQl!CXJg0bl{ zADSfBa(Okh#&v^S;FukSG&#MY=ufujobv2Tdb2-7-p}NyP$DDkpF~+ix5z#MNg3O| zsn}s7OnWe6J#=R?yDB%LgI!gXcTt_Ca;agAv1LwU7j1qx1-98Wjt!^qrKu|dlMTDt+_^+~+0sB}~!Z!6a&b`>$Nt12B~LO3%lx-i?r{o*k43ZJ+CL`c9%!>T_H z#?4&8dwL~5dGwKa^i_(MUCrd~^YqF7K=jBl#vf3`SAxi~eNS=gulKjbVqUTp=t}x* z*>NAIE|jO(D;4uRtDHxD(FaUVolX7a^lZB-y2n!SED*EoV?xWe6>;8n*M?8_pgb{C=OlREwg--*P#Rd06EXym*Lm zo|9EcHdKB7hov(nu=M6~8Z$ULi@<%_GWlkW_K)3!>CRh8=Wr4CCR~nV)3hUSeE;-+ zs9AaiF%8@1Vz2E3cErdH^>!Ab34I-NKt;W|TqB|k&aR&jkB=Su3UKMrlagm|XX zZ_{J4`%*m$TrW~^@nDygG9B75*v0kkixs^2`TP!c>E7Zyo)n#04A@15-D?Pk>3@D$ z#YFUjUE!^OOeAsp1*5Y;t@G`ZY*(f6_*gm|uO`RDP!%7KwK4nKdqGBVwfzjS8_Jp` z+N-LzR@-mNW07AT`w_)nr((nfXIHiTWfg-; zm5WiZOMyAi-{lC&pU3`Z9?Q0$Ja*+y5dK>)LIt}wlzchPl~EwrBF zFgHFKr_+61D!wYOxbj{L}7Ld2fCj~d-K6mxing2Q#p=+Wj?M}5x!l$RHn(m z_dQ(}_Ip9tqH&1k#&k~OPfK-_$>^;k^D0*{%EKV|Cd>30ydgG*O(bzOoYlQ<(OqQ^ zEw+SMr0b%^h1n_UaNq^KbtnPM=4|XJgRfjdq&jAHvLE-AADk)r&!T#Zr z=X-tR<7|h}a+{Zx?XQov*|?JFYwcZu#E6dGbNg}%xc;mpPuX#VMg3UmGXxz)HCr1h zofmoft^_=N zCOi$^O~z;${VZA?V~n=;AEDJV#%OCdFRu>qfC18*CH8S;a_Zh$J6Y0qg*c91m;|A^N^7LwQ zo>*Av$o@q+mgjhq3$m>0A6`ekvaX2uIl7X9O}&u|{tQC0e;%6Gt_#@hy71|WF0YoO zal39Q{SCn*BM%g?3h-5S_qnWQ<|AuN=KUV(hEZlux--T=>{ggk7VUYd+IJTITs-6u zi944VYiZx5)r&cFZR?kO3Mv6_Xso&z#26&*i%Cuw$5;Uq?5a!LDQWCm0(fExVBZX2 z-I54F?UR#A5bKuYAX6ofGs_@TImq@Bh`uhH5wdQ31~PRE1V<=tEKJTSL0MW3D3+A~ zO%r0hrj%9y;!l+TF9xG_zlZ@-^0gwM?M;VC#Nf5dAHwlBeS9g;Pnf>4NgFHh0@88| zK@QxDP7#+@fWf*R&4k`W`V<0oKma(bjKS42kY^dlQhsd@eF>xyK|Dk9I6%^~LFLg9 zrat&V=wcUK-Uq8y_UgNB)BX-%v1HU7O|b3P`lic8Vns|!tD@A*921SUM9+uct{Q9D zBK=#AMny*ho$0f&DCST2)VTIuAEWr^5U;tu8=nM5&7)J66*R(aO6eOJGqO><*!|75 z9UQYsKV-b34h_3@)H2*LyLPPMH;=MmJwwB5%H*z2b9s|$m>;gOzpwva5T5pFgVu09sjA|e^`CVK@Wl1`L3zN zPtao=WfG~TZ-HMNo_{~VnRnt|riW{ugSB-fq_-QC*@26o8thF-b)OJ@-Uy zPoo!|a2+=vu17C~Yefmyl2?JZ zPhP_NQ1VivTu5G)wy?bZcp-Ty-@}wwfum1e1&)U;uL4(}yb4^8NL~fLK6w@Rel2+w zc>ClfybmQW+02FHWoZk`>%9xfOZgtAyb2tB@+xpVYA0$HSIafvZnm1+GUVuL576yb653 zmb?nQeex3CIr6gpuYB&tdOY_#(l_IE_-Ijn-el27%0a1gWMCf(MveNRV5CS71ta47 zU{*uV>&+i4?zh38Y-*opblZ--|2kY`n+(52{?v5#!J%wk__NBt`{g8AJ>l3b3Y70h zq@VUVp7|(TaPW`DOGREm-qOm$D;31I{0x9IZ^38mzKR$*S{hT_3;oRP z<@?Q81RUb-+pVu4zOsHa?Js50se~yzrLAY{oz&WK(VGstsZP` zqaL$E`IQs!)9Gr4eG}hDC4JqSeteq3HNPsj+bH)-DtDg&`x;oYzK-2axX$o)gl}vf znlkao#~--=^-8_e)@}0`;D1KMNMix`#$5QH0?#K2=Epze@Kne2<7+&>9O=3l22h+H zQ@6bOHQ|~IcQ$vw20rq2X2^U>*!@}ph0>JLws_h^+7%NkRf9}FCkFVd*7HUhw{YD; zt$vGe!rYSF`C5jO(n|q@8ynNl=mlc_-s^ICFRv^$%&DSB*M?GB99u?QUWbQcZ*)C6 zW#Squ+LkVFQC;$;$_C3Xn6xU%x5(T5Jy9qgX>Mj0&qE@Q{+ZNVb{K;BWjE!rV`wEr zRAV=6NuR49mart<41%;<6di>gqglyIjCryVPMGOYH9Q|$Hj5TvE$7^ntBcCYNn{RU zei93KRVi1me)wFy=1^8%N&S6e*YzT*(ow*;n0y<|E>iZ^s~z}U-=OHPbY2IXwM&MM z)viLhIH>ivO&n1MzGwI^l#kPoG-Z9-U=KOwz-hmjkFh#RFYqgbKrVZ+n zU@C!GkMNg*=~-AW_UU?7KR~;Y{d~&mdv~)vnyeY1A2LNMdQ){d5tt%BJ0tqvO!VI9 zS9(FeLUZYVOAm}fb79`v1EWx^qt-+AUPmF!4+&G7bxcbfk6&AqUFetg4 zLS2P^{v1k4KGd6o*~gA5mLY*bcH}im_-!PWIF!jQ%2%lce-tX!z2WkGdk>64vF^0D zhp4-NHy%*w=xNJX8z-viiB@@wnnk&x+r`XGY)2H7Dl!a5%9Xj7NgMCl%GQdsj7O9_#v8U(yUAb;c473m^uAZj@7)Es@gKhbGz@;>qPhcdW?5Jpofj4X8xWD*X{=`3~!t8 zh(~UZzv}Jvk4ZN%gF;qD0a%n8}_?LG1-PZVy0sir6E-5_DR-UZLx zYI&WhBf1KCD-`9uj53{;YFETmIyp(u$|s9xfcQ)qO%sPKtr%Ha(0Q)S#-sbFBX*x_ zT?TFCed{+sN+neJDS19q>Y~!0LYx}Aq9dpW(id6}p1z332tre3;sTH?a6LxRR+N(7 zsz!9Fv9xtPY2t&qOOWwIidFr+K~0g_7PuT79TjY2XENkF1ooBMmZN&Wxy)vtUId6x zJh_0{nSa#ch~Vz`fO7Rcv4nL~JC|^BbKO*SMs9Xhv$Z}{C+q9hU3{5ValDVTT=kfX z@q@mgoF9n^epHVv%`5Hy&eJSOiyxj;d_Qf^UcaAKY4b7mNRss0eb32o*>n61qx{H| z6fgSaQ()?s(wl0pNv)D?(b$-o5??h;{uLF;M9XTE?>dPQzHZ1mj=p0yw#F`TgK6y= zba35nd&r(E+KcVEvc1BdtJ>4{T-`p+p0`L`=1zTxmrC+0Yt+K+?ZxP=bd*@M7lo|7 zc%8nfI@NBx1|84t&eF$b_;Qk~)pTgzMPc^~!1s)8fWO71FYP}ib%q^8&6_xIN3%Iw z*3vXu#%B~P_PsXB33%tUy|hYPHabPkhqyWd9PE0v=cHMjcSL&x% zQbppLxrrv;v*yNICV7_Wd+`t##JFm1PH0!#x`QXf4Rm9o`w{r$D&ii)Go!-TH$Az2 z79pV*Iy;W)>kd9s_!SxjtLAy`CiQ@f4y zdi#5QP-Ytk?OZhrw$R13PEy)RN90k29i-sPK6wMbn2L+E5x!x-A!C6pYE6gwy3IqA zJJT1_WJZVF-Lb4Ac~%VS@Z?T?+uf0Vsaj{(cVlQL+0gT>bC^Cl+iqD0j7wEKN7UZCBto66h$a>-F2@%gCQ#CZ2l^qA~^OpmyE+4W!~qq}`4 zXpLg{)8jJ9~LIr{AdQ+}qD zm&}*ve=nF)y_7u6i_I-(*@7ttESPe*QeHJ5wj<_Ap?_|lOnh>-SwOdcCt-wS|Ki%u zCow>|t(iyuE4rg!pNYUq;(;4BOTz)OZ<@NT9|dQe_fVF?7Au6kmf!gmU}j}A zt24igeT)_^y%S@%sFnClFWEpVeJv1iK*d9Yr?|LN`b_Yb9^x~>^mnS<|G^UcE2!e< z8brcPgIiDYZwgn!GsD(*`MdfH#tq^7s(Xdexp^EKV$vU`IPem$NY_0tvX>Cfk+BSF_$+JJkeM@J%1CSM{@3Q2lfPm_ zep5ppE7_Z6!u$N8&-BowP%LjL9h_o4cRUe)#imu0gV*%+XjvdoSo z&)}Av8>CCQiihc0Mi!r?rj_xTAE=dlPVat=#OL+e=iOnk1T7|HJT>|%9Yq)RNTCu; zv{}Mfz$j!jbzFrX+oA>rMj6#`?f*mDmw?GtRBcz^-g}lzXJ&e`CzJIuJqaWsWC$dX z010H%u!OLg5FqT_q$gn;CJe|X`>r5}iKu`Is3?nqs0dL}gW`f{1d&}qL=Z&6|Gsb4 z?Y=!TA$*_TKTmS{o~lz-r%s(ZwO2s~&ryC(27N0Pd5#Cqf_<1GBAwVWfQ7U|a3%AN zUo6^l-9HhW&g`fBzp>(7EzjT@`6*nJjie3d1U$W;fuv!K`6OZYpAfHCnhDmrpV22f z9^KFCb3eNNS)Xj!yPwl1ds^Lp(dPjqc%Gky?icLOi~R8e6^C@H>dfN*$28+k2cl)@ z%7=NZln=2;8M<;N`xP2ueQB7t3Jo#Q#LYKCefIoy%(>UaMELkHetb5 zYj1QjYMflK^Bxe4UXsO;u+nqj(Ge&R_~8T%LusO>|4{5gIf5|M$6YA?Ru@7!t?6to z0uk6yu#l9vm4N4Wqc}y}!T~>5m^{A|ZvJ@8&tSHt-T0q|7_3)-Z3L{JxZK{q0iQMT zbQN_xxDl?1oKpt1nP3yDtIa->m@yElNDIxfwdrH7HwO_lW;-5&S3c6osUsnaJ1i>R z;4m<*Dde?>!MeJHCvacCa)xWvJ^$=5J3c~|mw*sXU8F1F8wrQ)^u?)R{`w_WhPf5L zkWaciBT&4wD~>*6@4eD>nI`x1m>1@B3f3mD2S01~;OFwX&ITS6Gx=P&2R{sFhtu4* z-##GUUom3x-s_@{J5l7rJgA7mXgq%na)%i;mF5Yc=4?n~8ev%zLNRiQq`V>!R2+*8{R+6vJ+Xf63lI>5W z&3FTKA#5`|GYVQDdlfIy!^c>H^T~D!;$67d`)4&bjh+4Gd9^R4HAkW8T19(;~<)5eoaR(?8rEi7dCgQ0T&WCTK7BjNJVPp*CsBC6DGM)dM_BBH+wV9vO>Ny!4ey(2{ILs;{j`^|cjlT_S2LQroo^2YYKaSz9rG)Hl$TX=&;FCn|go zb+EeQ&Na`eFbprK4YyTDC!Nr%egYg<4Wr~S&?F;kc^&VCh;DSj>tXWX=j<>c5=7=VR{z#+rGUat7yi5l-_axReBS7U~ z7uLYySuK_({mYn8vE*SRCRHqSI5M#gd5>|00U1-o^$3+ugamsg*3ANeJ!0sBBD9G4NDJF`9eY+&JG?boOv=Vh8&xXh*_?i^F;)8})>OGcekb-&dvC_6-vs zU{B;Z{*#e~X?n2^JFm9u-IUNP(9dvKX`TFAK-T>--0gUOXUO_R>8cL;N$0fB12ZDS zD|6yC&;?(21=v?cwE2Vm)fx!krKqm+2C+t1=E(AN$ID2>#48DCjcNe*vq~RL$73Ym zoCM3$zXpoJ9TK0S!k9na1~06XzJ&s|1ifxFb8DtLLth(judzhXP-;KfsmEHn6lFZ} zUW-}!V~)XFL6tRT%SHJfwRYX3ro9ljN6o!(jdl@%vZZGMwczJiPn6z=i$gFe#?iZd z5BwLV21N+*;NMa`^JC@BC%`zsHGTh;vqvk(@-UWu&)s}mw^722tCRN z)}%81!nfsE((b;_FF}&w`Zq`yn|KXW&cmC5kY`xHSUqmUl+@=Tk;o?Orz)GeGiLp( zh!cZa8+Z6BoSP|QK30LRSIL*xMTP2}e5giyq3nYVNXR~DGe(cUU=pmFAahjUZ$-whW{(mwA^vxzKJ6^|0}8HRp|f-fMo3MDGmy>J+B-+Aaa1m1Zlrw;P_Ecvz*I35+X zD#ZOZ#QJTp)a3FN&gl%WmptBod@eYu8Sp#yQWpJmZtjz4P#0TWF-U z*>r+OE$2kOvR4*7hM|g-`{F<_DlBbR=zKAO{*iYcqzroJfgUJ+B~(>nnp>X^x$kK8 zD7cd{NAHBG*!jk)cOIg}mzjyN*Apzv>c*Tqs$}PGV|nGZ1!TlMRgdA zSZ^na@*4pWHk|!Uhjr;Ayz}se`0V^Cv&!nkx?hj*uI`hcKJPpzZ@qHCHi#l^&^r${ zn55SGod;U5vLYi(4CL~Xvi8Tl^H4T*nr!d&&I3cmWkH?LqVGIJJY7YNhc$+bIq@oV zS&ES`{iucwQn5Ex?>s1|-g$7@=7SS@=OOe7xu`0^=sOP~;fE*9bv>-}hwnUCmTBZ8 zGC)UI?>t02UFvAybD*t$=Yc{F?m*%H58ioT)Y@uc_el17=YhV#w^bR`UihlmvS}X+ z>z3YmAfbKdfnWcJ?>yL2;5!fYYn$&pST6a_0}1;!Ol()`!1E5y9^4jIk~wGy6Kf^A z+m%zcVfLPXTW{jllY(_h6Z+dW&iQ|>uYXl|86eimNP>4MLA~=J2JRN##%`%ILFM)o z;|7?{;2u!)|IWidkZtV#ev?0O+i3g~-*)U|&vM!}wM&#;Bn-+@Ksr_LJTRyyN<|gg z%+E*Pd0-4MzDiNi*#N4G(RUt5AX`*hmcRdaC@sG8u#wqDrn}z)rG4jtU-95p$pZrG z5}qjcSE}B5pq~=0)aj~s9_0U}FhTG@yI5Z9vvCJsuJX6#@8o59DT}K5kpt=i^QE%> z=MK-SK$$zf}6jL-=;WKdAFnXTCVMW@mJwZznJwHyC0y+V0y4j30Kuys0`B zc}sv1=}qX)4b19Cc}w67#M7701?7PZ#){)=%ZFPnr#B#SdnQ-xdR-Og%4-Of=N~Y@ zK_iq!n9m}h)=4O;;6`HXb6eXz#!OlgzA0eep1_n@S$=kaRpBf82z4d-pbNuB9<@z} zk91e!Z#9MKHvZ_&zIR-qh2sq99>;xjmMUo<0WrIy;9Y)2&mUrc0_o{qp%)c);2Z)m z`mZX}rmf_aHUP&Js%ZI~D{RJl2&ukW)!s+CR^lUujIhn+9vF ztE?cnTP0xd{U4@h_k3dx&%70u6^a_RK3-d>E4F5`ygb^LKQFjqm{icN;+hJO^FI;bQtx@OIh&NZv#ybb=1EDu!duklV z-@VS~uwK`l;Ac2|j@xHcx7uvTrqTxdOS0|4o}P&Oi9!CMj<~TQW3H4DG0}L2`)=P+ zJh|dh znWMmmc&(bdxSWstKsWf>1Xy*T{jN;v z%!Hl)n{+<-AEy)Qu(PGCV$#o{n5S8cd=6rH@eo5EQQJCGkh}v>3ykAN7f# zKrzCWx8hjJqGKags{t3H(!m{}z$7a4-Oi!LOk2^~F_u=_?gm3Zqx)JvR!)~X0YQ#L zigwpSg$oQE<3Wo}_ai18ri<+a`SDVbm?_SzqH=P>_H-3;UQO{RlMXEe{PzSFsnb!fJl@A~D*7*EWLXYnI3OesD>HB!OvGd-mSqmZ ziDkH6ZN(EDjTk0osU-M^8h~pnAAm&7P#sajF_qGV(1eZI7B8p=>Bj7!(#vuf?D+%X zphxUCW`}6o}Ltju-ne{gE)GyEM zWOiC%&mnR|S~}b2fpa3Qh#$$YZxU8**hQeK*QnL5PPeTGg%>0s5L;}l@11*a<3=Ne z)b(27C&|SkHe<|bh)-Q&;`6dWa&@sM;kF{B;Z3)jbBK+$ka#Qu%Sxnj~#&V1tCCcuMi8(1%nWkst>x*YFT ztKZCki`VvlaThZCJ0lEubU)pw zBOUx0I28YdEiLv2QLSaeA)O63E_qGCGASUUZGg;8qZu(-*GQR1kvN$Ru1746kzjzd z(@D4xERv*~fn=BL8UfW*umteBc-La-k%eHW@;mUaMB`Ty{zh~I^w!>1d zs>9w<35#)^No+eT^(zcJ0O_tLN5P#oye0(?RmG6XH8ES({@zR5NZeKj>my~X_`o>+ z2NLjCDmK$L2g6=D994GE^~7;MbO5ikReR!>a)&u=L=tE(tbMJFbWjY-D)LTrH;_yh zl-a!xdEgbB>FP4$s?=p-C>z?Ol}HbZ_^dAj;cCZIFfwyd)9cFfC{+&*>E<)#p(_hS{pUgOj#7(A!co8%BIga#Ute~%E=+r8LNNX?disX zab+BBW?c3i4Q*7vAf(9LRTpIv@4Osr+Ib*0%SuWzVE-j;c_3l%W#~cYWb~Q1Fe8_x z)QlWl>Wbs+)>!sg7>nBr#BCU`-RWQoh{m(qG7lfxo$-t99R5jFItjrv1X_zGY^Vm; zR$gPxv_mTAb5Lydt+h&Bs?ICcmMBR7bY#|MQS&hDg=Uz?(po5w7wiG=$_^3t-h{u3 z5^4f)8Lv#G1@jmmI&FoPH#k{7<0psg}TF*vQ0>%JbLJ={nD!ulSn+YbzX&?Pks?p^nFO?_OV9x~Wo$ z!@HHr1s4w*7%lS5y1+V`V;(zUm9cfo%GF;Z?ra`ZEJGs2l1e-OzS4avwHYerPWegW zuz%NToK2557yF)I6XL;b(0thCG5nTp$JJF2?IvnS$|YoU$KYIqtz}p&nLUD157^Vk zDWkM{`XXN~zSCjH{`qb9Z^~s}Z$?hE{TkY3zf;0NuUusw4>H8PmU4&2mW4>Mk+3Ys zR`6D*e05$AXS`k>e7fI|prhP(Cw(8g5_w=ZScu?uLICp|!E9i0UGv4;uk2y~t{$}} zGX$6I)I*<%ulhTCxBoteMG{qB4J|)3%+dn150QIJ&Hjdl=4H+yRO%e$) zo7ZE!B&oxB1y{FBaf~Uwg2Kk>1I&=*N>fh6s3gEw=f`5`O`NEyMY26|5^lY)8Nt;T z++@MzX0+q9Lq-YXwjyVKm9&$Mz1uHO*QQcI48U@^tV4+H;94AsAq)ino)s z;GQJwr?}Dyn;o#xvW%4o<15^^3BtSBcTAYCf_s2&T7XKm4;*ZWpaI==6n=QgAP8^@^GpP`{-rx8t%;P@t^j8ub6@9$D(6u4 zRWZc_CKC_N0}KXo5TJg<0`LvhDf7)iV(EyJDtuoAdds)G&M13%{(*{+1o7ZvMyoCV z8a>+%qK5934kCx{{q`KeLpTn@#5DV5&D41=E{x}hm6+Ovs`Zyb6%DbzG%Zy$#6%M} z2QW>R*YL}beM~kMN;e~G8`CW|@k>vF>&En;()Z0x?_ za3eN8LjGd;R4kE`V@xkI41P%ICI@VNt;)wB_*U{tERqkcvv^&Dt7wS1e9R2YVb6>!uRG!Zq$aq)EzLpf#B;D%l5U5q&;h>73u0zVvaW#bRh&{nj4 z!YfTcZrp?t+|_M~@PSqy>G>(BqvONMy05#({pg|YhxH3O-egLXkwnz`6wzqJeV0_J zB9-o`6o|$l-BYYQ*w$T#zD2WaK|5|qB#o^=SmJ1e5yTZ`9qT|65AJ{1Lo13X>Z${l+xTlm>y; z&Lfq+Q2xwR#cv9A@zU_sE>5;QI6%_t=%yG$TAR^I*`8WH;a>&zzDNgb+a88Rg(Bj} zCnCLg`(!n&He?3B?4=~uM(^Gt$>Puf8x7`vFm#Ru6R0a&s#{aeI*R415Nq%?fW}-0 z=DG|{&DB5zYhm;8!aSeDxf7n1*k(M%GRY^`V*I2|f(lm0JN*|aJC`W>OZk+4BUICv zj$0WdWhpN=`-$ylOSWT3c1Q0-6F6{*x`P9L z5{-Y00x0|QkPB(w8(Vd>FlUbz*5qs0=u@DXd`&n*7ccFCEfiAD#&qesNG6|-6qqy& zT?ngHdHD6Gpa&bT^5!V|OJ4vpdUaGijc}DlNz;C?EYaoAz{eB^o6@k7lKnb<>|I`( z=d}H$*_ERSIKvg)OZlTcF9JE~Qk$!c`3 zL{sJB#eo~x)NF0Bp30R3PL6HF%TFw-49ig+jQG+PcB zx%mudT8mf&%lJ1y`1W8D$+^6#Jcr#tlmPAc&+zwy?rJ4)^h( zgEe1vm8cP_R49EC>2J)}w4?wAmHue4!D(P_aVTFCSsj82Yw@?zhG7C;QwX@mErnB` ztY6VuT-(8!(0pyB7DJlRI$W2po56~1vbGAtJlTr*1_ct%GElH4$cHH>&)m7*(rQPvgX0^eFj43X+)MDW35FAqX2)X z?3v=6szf$yH<7k=V#6k4jixEqqPizCm6~2_RfswLnXT!yR*UNM^&uabe0``z86Hsc z!oEM5%o)@|h#&t-w<5(p^DXG9Z`r#sTgCiV%bF|p6HXPQuGr7DnApx|?P#D0anLNW zFU7jdI@^u^Gf>L+;(u6Y;iP`v18~EnsosqmkGjM&PWQkM^_g{Oi{2J7cF|a6qfz--KkVCKz2kn`KVABb*aTs4p{EeJ$IraaJprs?7exQ!V9~ z%A-#R(9SOvO#RqOTl2%u%d@0)wV!=Ap1Q>0$TZGIeok^J^2Af3 zQhk!P`Y?A-+v=0F)yIvF838`S>Z9|WRg(*-J_%QSP&Tu*mW#Fsf@+7*vG!8dZR+sP z;Xc&r@S9-O>TtZ2Kckmzl`c+%D|Hbj2Woh}#aPKA8dzC*Pi_7Z3P-EBP5!m8v1^H! zr&-txpppF=Vu@B4nHB7;2s>AMK}w;K&e-J<^y1Lf9CKz>m(|s4z3l6B(wM8vh`S8B zd^}$lHyCr6VOA%(i6ECmrwU^STm;Kr5pUDrJbAQ9;l_jWkq$N_X^*9$1rE9EJN=L7FPvN=FX7ZI#8!fE^#WgO9klm22l3 z%BMAoxBe(zIG4xsNNKv$a`O9EL<)Yv;g}xjIY3%#}-b1%u`j zs2ofzxEnJ9D(B0sJ8l?|J7)?m)i^hw80K1`s2O5!X(-;YD`cQ|R?jN7(vDtApGTA$ zTuj6b67}H)5_Ts@p>aTd05&$bfey?`5%Q{Os%@%6*CL%7IW4#w{hhjOdrda@I=)b* z9H1~%4O-}Lz^T?0+i-T%OQ-ye$P07JhKMA2R+euv*p0zGA}#l7=sh>I9u4`1Lg}l@ zdIQzJ0e2*KQ$P(65XPuEe1-jshG_fPF)EE3h8a7jT;D<>VdA_=rL1un6m;AT(s=M~ zvSaz1@j19ucSQ2V<@tQYa5kpcX`|^JGKrUO@N2N!MPp^RBMdE4bTM+;43jLNLV|dR z8Z&Vg^=Bg&aD!dWTN6Y9T#HU%-rApm`GFzhnf$=e{@BPV%Naw_kkhLB_aS!wI#hT> zw}rd7Iv^@HDnz5(geyHNoj11p7{~R#7l9F?t}?=m>!LMgT|ZBSvBP?a-xbC>iw(w& z2jh`?-_p>CAp`Gm%sR8S7W0Q0|7x%qiY8|==qzQSE(f7v@QRj3CAGmNRf!zCk6eP( zg(0O6EH*R~rar8+=xp&9)dhpuZANdl?A4g7(yXsp;+A{{(e;kpPgP>d=PH*rqgM@K zb5O%hV!Q3;g}T42D*n12D=ZAKSbcOdUMbybJqDvw*xs)e+mTicMo-tUK=F{PhHEUI z-?Ml$9ZT$KmQ_@0-*9PW!uDq*Ec1j_e$k&WA zqo6`fI)WbDkHUmF4{NLqEm>o}u~2GLbd4=x(v5>kS6ipSiH-TjA*DMlhV+1jNj0kX zgf2e%dQmZV;Cuzlgj4<*&j72+=+7#@S?99g8d=%49WllxkR?aU_^>@uH(>6-)Ew)5U1l?DmAV8| zvzQM1Jd`)oSRCbF4NY&ve%x`OtB!%-8g!SLvJTe$-|8Tf+O7`%2E12va8vKB zSRHJv=pc$|`+4bC%g9cZmL0wgEi3E$wpHSzWDQwie{C6heCVC7{zhy#GlyF)V*~#Y zYxoYljG65HCLQ04{WxQGPYhX_IPBN@9-s6VCzsmqhf_m-pK|V(ru}=;htr*VHBLrs zBiQ$dj_7NPJKCooG$j{~KL$-g|D!SxL62Q~`CDqXv{znrck)|CN)ti|M z!uK3Jo$DA$UcBJDsKo6VFL)5Ys08T7wc~ok%g|wu1rNb3muhcF1>eKhL`+FMT&B|e zw_d(6X{^5_^j_a6^=osby`aDewdFPOkvj+9N2pph>ZK$Dcm zO>5ZKK+ki~3qtFoM|2fKV<%R97ADJTd$-u)wL#>vi%cc z#~57g6LwGNkTNZ>jf=vD9qX2b(v@IlV?NiCavhJ{pwcteX|QD%o<_gfZWUcjYxz7fv{iNtoXvhTkDN)ZhQ&J(1~{?lm9vJrNOqr1wNDB__qg_eA8d z{r5yH8FFUNlJtI01m@YC%RHk_lGJ|-a;bV&pwDw6vV9P%DYV!#3ZW2bk1=1(eWi>~ zLc}ec`mMei4Tcwox#i(wHl60MJT`RKg@FX4_VBhKbOcAE6VY%1N8!hy{NRvB4NPB% zTYW0sX5^6u3cT%qfXUnT1>e|XKs|`^d90|&r(XgC?W6P)bn?5Y@*S*&1N0R(97}(L zpgg1&nY^qTff=qn-3eywP$=&ItE^+3wFqS&GyCpmhLNw37urg!%$u>4S$y5&kXyL! zIULtiNJJ?ssM#o)Ab}c=F&+BW@85qk9J?0vX4JS*CRu=Z^=&=I%10#4%o zBNXS42p(gFw1Uhdk!=W)?Jmo=xzJmV33D-gFa*S&FvuvC^Jno9m*8-GhbQ;Y6-Wo3 z)W<(fz5@X@Z6$q6VPaLjDSvlf-MK#y>teGHO#mI#pb0xXX(NIdDBR0XxXTIdL7XmG z7E{E$s7>Ua0xShq>`Nb|N87ivseXTkQ;6NW(xz}r{vRNjRB7?WRm~Lji)$&jA%2XI zq0{R-5TNofEB3V4 zawh~hq>2R3&5T^;=8z7y8qDbz+4opkuGd~? z>*}P=$G~R~^MQNthe!hMH7f0?TZFt$P+psI{%VlIgw&*hHTbgC6+2<{IvHK6YU$r8 zJoWec)>3fb^lQ?N)%r#G_OX?l5Oj+CHc{Qw23E(8O<`pjE9kabP4v)+TI#>W+ghGP^f*~K(jVe zDCI9jKPA&*Z)Mw<8C04lhr#iUnIWaa^gYzum~n%pjK-K@JP=6q5HZg#+zvkYr_B{T zGgv<=a@hPUm{Cc@{~Z`Hn@5Kd+KjPQl@EL5qTKv+FQ3nb_-54EsxWVc_~ze-UoIW& z#&NNs9}x{B-JuTA))yt)_7t}|+J&oshbpvd8JZ^4T zfhmn_Lr&Xv&BF~pa}NyHhiuvtKRoT5w~=<){eP1-$4iGJ-;*TY&3_1spe6VTs*4Q7 z<;Pbpyv6_ry^vJl#&x8$>(_L{-j8(fPe`KB;=d1LUYn6{>oCLDR97@v$rp^89hHu) z2e91OmD345E?oi8c|WSbnVXp%X_u$I|HS6a6mG=D4!jU}C%UtzUbAH`4$BU^j2qH9 z-C4R8pIS%=_d2qJjx*^|nzut5w+zu_50iq>+Ozp4ccASTe-yieRSVOP-9h8&{}de2 zs) z)u*D*GR^E_ren|At{7#k#JT*V%`vzQakiO*n;!Qz`?t#T+J4{Bp7O-!HnFra&8 zvMmdmHdK^aFX6w;8XyA&_2eAN9jFU6#SD)8{0d%p663$j!>x)hzqxEq%Mq8Qw0&J- z|9MC7-;ci5qFZ7&fKXCpL*FNrx!BgYI||41u|SS4sKE}^Y8PxVC4p%>wU3AYZ{))H zhI<{cDulMPi$T~ z8V|5Ahs3dtY2rGw(#$g}?DxBpsyeQM%J>X=0o3~=5U1@wTK&MV4Z0J#8>C5!U`wn_ zf{|HE=QU* zbHJm1IphnI-;>;yCtZAweRC4RKzn<)o&>@78E9YJiw>ZMNwB9Oxf|1M1i}s=h*ABR z3>NQeLBidbc>j7F_6_Jv3;8VJOp8lGJyL6fJ=`>~$0c?PP}qdxk@o3`#NVu@4Gr0B zl!fev-S@tiZL8?2LRVWw3`)WF43h~4jIxaB8a#n`ocfggJFG0_|I2>-(~C#` zv|0OHbzYbB$g3?2<<;vV4-zrwq)~X`{A}FME7>hRjvFYY(%oPxekpsJc2gn;-#DXr zGdAwPX0c}5wg~ap8O?<=PIP_Cabh}sppA7=c;0{`o+?yA7BQJ#|PuV*~fA` zKGp@8=9qFU;;ph*vR8x=zQ!;rndb#N71B6y}}9IdqXHRR6}te?%_yx zSE(k7Y7j|q0|N;>sb`D2-Z-%nzd0TJ8p?ITG8;0yTS|9TKqv7k zfgMD`xb6cZfJ;&Q!F{;kRVlxTCQkX<#Cyw^`LgNNnYQT_`5ujYD!q7neY|=C9Z4@_ z(*BUX2?xK8Cd&ee!ITc#N~Sh`mQi_xI*EBU>NTZXu@A&#ACedaQ7dpZ-?a?! z7Fj8%`UF!-TuJpj2^6KK%I9Ky>Hwb~!yN0Guu1!|?BbW5fE;!2!|y`(T>CT6{_Kk% zJFoFP(wo7ucjrXWLR9yc%Uf@~E=ASFC~m|y{0bK5)!KA!S%x{%Zhqx);U2kAmlSd0 zN$-L@kas5Td})B;i{-9ya>mu8Vy#$&16j5)@~ht%>CtbDm|CdWQm5IK@x^NqVqWba$*$|y=I(`a4a4o7Q_6LgNihWHBlP;*aq*2OwthV z;;?)Sy*&SuGpC#$@|QB-27kL(^JlqJ3HRpo3U#XDdImF$;tl$M4R*87oG+ZpG7voubdQWMoE_!H$Hhd+_QyimwV`kbs<;n+) z$sjo658mJU9ow<~Rd-7!6<+_~>N?|})KQ6lU&KGl#$V&&j~AxY;N}A6dn;~KD?ssd z{atG`?{VDK%nTlJWA#;`tj|ni>dY_=&x}MGxY7mnxjfNm16Kzv=Reo9ov>tWJ7J^q zwzMfV;9*bluzo%RbDY2<;A%(FPq6KMuRCLP=Cjw`<7mT>58D$7nOg-|DbR&t8hB z7{;SCx8+W`OP=<=&M?hMol_`3%BSseoLOCn4{sEDo@aM2;%A|IF@MTKfuk)+br5Oey$ewL#l0~H!#5gONzB6k%UVr>_Do!>y7wl;Qu45-(M zK)LRZ^V3hk9r42jvf^vN;XU138@otshbD@T<4D>A++@VIk>M*9%8_?IPSNv0ULAVI zqWw232}f_sK!Uce4lp}J?7=d`zt4xnA00TM&)zH5U^8>mE77V{!!-9;T&d&CyRBC? zPh~?F6&hmcYs&_h{3sg_>lW9K=8AX6mZTQmxV(hoZtC7&QfC2x+RkUp#+NHQ62*gK zG4crxLfx_b|0W1K;?YHWTjdlFE~Oju!7@A$zw@jNnVKD+?!h2LHPteXQ!SctU|PDc z(Khj#alrnD=nXC~z?;!d7kN)3@5;kS#q4Y2CtJEB=Q2#n@I8Wx1GLt|uw4$=R*QER zIH$mFvYeK}Deat6X+B=r6&w#XrKuvE;f z(cJaY=h5KR>Qlkzig>t~SQ&H|6Uw;0knXvNuh6p;0x0wx42UykwO1kX1XubarutFB^#~7uMYh-%L|ed8$tp zepW^K*{j0O$=l$kLJxj=)A#1bM)E)6=lCc;%eT)@g&zF$rr#z%+`Ga)l>PJn1a0(! z-Bg$TXQZ0p%VCvqcgrCA9$2riD-h}g~rggtP5##1^gG# ze-zavHwv9iQ!@&iIZUm#de;q1Y;9f*T^g9QzueZPt)d?{smzM>ih<}r42+NZ0P*0Y z!#X6v^K*9mBDz+S9i)*w_X-w9*4>=Xwv5aH27d1OP`YELcb`{nZZF#Y+!iq{OE;7|bFRy|L`$hI{_m44d+gF^_c|M5`CvgcgI7i^4tgVu0_b1@QCAD6j zap%FZ!d%iM{7OEae;H!5#%`o3UBSxS#W+gW;4`kBstLD31>^kRhUFS-pL9oTBVD(; z9`-Lf5EdH9`o(;MXEcbI`YlKd=#UT7wH)nf|43xXPT1=Xtc11kQH5fkavtJ)Px0Yi zkm~s!bUmOEp7#CJY#EJ)>IMp?^gX~nn*;FnAG;{7-5O+aqbuhmvDj)p&ho=8eL6SB z4PZEehl>cFf|nN@26eYb1pY$f&~ides`MUG3EF^;tHnJ;>S{EZQEXu0Tgd3PsGKS8 zpDM+!>6a3Ap^DN^mC}7F2O>^m_KZ?$Hk>TZK>vZP|m*vZ|>GPyTt;AUus-OuAmSoX+3 z1}`IYe1XF9f6uj&RC{x(5-eDbrFk%i;zr!+Uaf#jZE-Dx`#fX_KPBqLTm0*x7qvyK zRg?m7(4zAJocu3T;={qr-~|K=w=j+~>84Rs+3@%fq*I7*gbk&!3wU~{wwM8TdP6Z2 z>gpMA*kAdM-lz{oaM+->xB~k}v2)V#1|6*}F2dyEQ_3C`1$50^op}ZhmVeRgfDN1! zLC9OP!HsGz|B4#%D1JTV2>Hj&kHNvT;$U6WzgW#IHq3Nl{3Pm z%jt_0`#i8i>RAxg6;F4JXeXz9hZ~%$aIDCo#^5*xOQNngKip3-`pIPMO8CBxG~No}(){fX-G8Bm{@rF>a;uf;F6NLjtA%g#6lI5fmr0|GF{=?LdEK1GQN~_6rYEm=!+69R z3~bTogkWQ;Hk6Tz?##{Z~L-?$4#obLgKfV_bz?$0mGZ_wG1cwhbb5 zil#K6Zm|qo4hij?q=Xk_Q9u6-5C0~zZi(=i^!bVb$AE(6@Ekd=q8XUCji=J7L*R9J zIb3=WUJ&TOEDCCbe4~E2FRybS+CkVC@?cjvsbzR99CerpOsphOZ!#^xLUO~K_R#;^ zpNF@Ax#dv?#9`k;urFy$#(Iv-9qQuJWAZeW{;SBm|6P9l6<^D207dFJ*|FY*@&5(_ z9*|<>SN7o(Hy}DbCsp_?^S2cI?FURVXBB_(I6vf(1RsS*1=v21ms(M#4&l5($B!U) zE=b%c`DV9z%*PDw76;>WFO)qCcD495JNG+et_%~BN*!NzZ>(DkNv0vm8INJ%Q zG;$pO{s$j$43IG6;Rh3kbt3uOaRo-bm_sUkVL3XI(m9&|2U1+moQMF2u#SwZxeT9L zhA)&pcAboJ3))y-jA60CIBN{+{8@_)#bQ1rj@x^puHau`L623jc5~%jZ}& z8iU&QS<5&VT{x58BNHn*WhsxUV;S4*gltf93Adb%CH;aI}+i|wMA?qrLk#D48+}B z{PKrF=h0qf+9q}0f~@t>ini(fh80i-{f!*Zc?qa`j)&KJg3?nf%<9dXAP?>7wbPH* z=WkH5&9LfyeOf*ZpP%&S^9E!4X@5Rc+0Bpl=krba{H#Bpkxb|3{rQ~8bbisF&s2ul z+@H_%BjNKze?D>gpfAujr;Xe68PktX+fsK`;z^KfIEXY@daxHLMqM!xasr8hFNaFl zYrccNYDY0QZfV;N_``F7Ki zw)UWI1vh|VV9Y-qp7_zO9!)&ET}$e3KE9nR&e7O2M;|=}^e)ldMJ`d_UJ8}{nXn#Q z(dbxc?@ag1sRkW0xY~Zs9{7DmdAHR_quA1kC?dDvrHf+9;YJZ0SqRd!5UBta7gBPy z3?ZJQ-L>;$hqI2VA?aLznw7(K*ta7H0Ng;=$d3{#WS_Gpzm-dU(!u zm(4~^(1-%I2KUyTflMSy_X29ifu&c^-HIP`+>&dRwdtix zCoA)qw2>|m1EV3$C6t@jbxIWtv9dN}6K6!5IaW9k`8xtKa*AC=U?0`3Df($0xs}Rs z2gm&o&_H8V&O}u%t$k#eANcvU?+k}z?Rw8pv&#~DXE^(}oHPH#Hu-oR`X)a9j*kcn zZvgfG0RVR1#E&}}f+G_^$Va&xi-_O$U&X#%AHg6#hB-Ipr@HHEd&JZs^w`}xl*nuo zsM?H!jk95)Ix(@BJ5%~bT9{|{wHakRK!V{0wXlp_-Dh4AeUm?@kQz14e2B4 z*?Dq>mOl1QZ-pMo`K@Di_c%m6e3))WGG$E? z_A@#eYo(L+^+WWb4>e_C(~HO?Qa`Za(ux7*I$Sf2SLR`D9}DFULyA>87JTU`mcF%~ zq5Q)I*D5_K?`g2_-1O0-ZN{gAX(|%hr}CWeN94tdt)dJ6jqa7}gw0E&aID6KWf75W z(4W5juk?veqNSbQw4tT+vqZR2W@*?j@;cu`v30M8O|!36^Q$@dkIIsJX^98#3x#S3 zZ4S0pdw(F5sV#siQ)OLUvitofs4fKOfr_iv-K0jtk8MTqtz6E5MSw#hh;gG)uMRuQ z?+(Pc0xE0oJ?ZHLN4j31=X7#idKTK0E4>a_Q>yt4T4=7*)@Iu4d*2s^(ICe=6G4-y zOmx{ZyctY|Ul<0)O>yaH zu+D@FgkA3kvR{uA8ClTv(A8|grBUVg3PspHP(Mx{c6?MoxSpz@LVOs%f&3X#U zre{edoEVHE*{dIEl9((~mB4+WdJ7RNji&x!lUyNpd>?MznJ>;j97&V5eqA|VcpUN) z#%3x{HTKZgUN$%82B?X>s|lTT1p~A6ug)d9A;S^H-%)LHDgS9Gw~Hi6AtCk;4I1WC z=~_~CPVC(hO{Q^zad#ITY?@E9`C%DSZ!n@qeyHFTy(#O{dTN>6xmSQld9Q%Bag_?mLh_>trk9 zQd;hG>Dz~4_Bg0Tv;mIO=d^HQIj7FrcY0Q`j6C`0QX|`gI#6TQP&NSLX^e;pY0c=- zJfMGPhtU-~?9!vYt1K$XCWEXBWmquHs#a+f`zLQldgTjHv z8?KQbddqmqgSv{kSchpozZvL(xNHj-^}AXa-lk>wz?@y1-7CSlIE)m-I8Qie+mRL! z=|TNPYU50r@x?GsPv;(vC7;G`K{ziM1X#1BfF|S=NG!7Lr+lo)$tY$9G}ygAv|E>h zx8o!WJ3dtrVT$dro5B&ZR=#saZ_rkjuv$&Ja~SjhPbLh<4`ic|SxgX*1&%hfESkRe z;fR#a`}k?l`oBjtt1D))1gVcmd5$vE4zhU;ZIZ@6{$ONQ<+;AxhlqEd0ULwuBxmv` z+1-U7G=i-6FrUs&bcv=*BweKNvuLNoI?S=uX`nq`a;9i0ZpDJBa{>C~_4cG_$4Q01f>HTBEi0mu~7V&WW_I6OX1-sG?pEIj#w=^Tq zbhTRzoFflFc`v>cT7^2qY+{s)$xMQ zJA$^eUy>x-+%H)UZ#&F!yF0htS`O)K zh1;cA2Ev6{Fa#{ODck3%9Az*{Jh^?Zw!cz~@aTb~owIpj1E_gF<{g!gHkCBCPvZ|p z3=&W1?#6o&_sUz#*!A2KkvJx%*Aq>2pN*f&tR@!M<07QahVk0;x){Kvm(YG8+b`^5 zyc4m@m@%R9+r373pwPM~qooAuo~Ibp%d<&%3aThE#*KHMg9yOUx%iPh_eNe(KPV5n z;Yf{{Q4QJR$4mF)kl(i#B1xZlgnVbs|7SE2pk4RNTL;5vFHiVafpeuoUGQ&=X zyT({sKg=!cIwjdz!>*4{SZr`QdXF-;emrm8hvNR`WO$dW-3Vfhv}FwS%pJvbeTD-~ z&2rlgNB4PgeDlMpiGa${zgeP`wibY&)T51GW7R?UAo2NE;?7nyrO$GMIVVj3#^t!xT zZ>z8b-9qZxW)N7;p!n>AaBf$6zy1O!1r`h@fN!ZP>tP(%ycx5aax7r~irs`#YnOZL zGSCC60(#UFQ^;eoIG>kDRy$2EvS!=OF6>^pp##Iju`0>MXh;Q{L(&=CYDVYHxb_@- z$&zhzOM{W&5uN8Cdp+b1yB`bP7m`hlt-C*^&&uY>upY0mwuO|+iEIlo)P<17)%A<2 zXo&TtVKS9?h*@iOF~4YE&xMR!{bedv2B?m!QB4`8?J2;argS!P6fXEMrij;d5idp^ z@w%(xWn=WZl=m*u`8z|OyDz~P>pJc8a`3aiwI>yR&@STksV>qXW?)zm78dv@@y-s` zkzyNOg7mr=$X*QsvPQH1RH&oBLxn0~_oX7Ol=%8Db;O|-%x8(;A96_ZAkr0B~hCigj4?0 z!}w>o_*0h4Z-Z4Tpj}B%`MZD)y}dDr)yAm(#+`~T(^*8Ub(#J`W?aY*jW+8xJw|Qr z6)FcdE`5$7{HC0CM4{h}sLdQ6(N zqPZ%hDZ8(e`_-ZQ37rQsS<r8_5i#9|4 znA9ALt;_z=6$0vC)PGzbe>=x_S~-4yUKpBnlWEHj2S*w7n9vjMz5FNi_4gD$%KQAP z@YTHeeR!+(-=QD>LYQ|e8*L)=BZ>6Re_KCsMCDVg@*i#db~u=}U99Z=C1Bss-1sn; z?rTyN#erpt9m^E3+n|-aIQ@XRO;?uwp`kcJJ19TTKV%#3RrDV*uF*(c>e4HXF%@@P zP8Gg9e`Uyk%6WVKwtwh&pHhi;TkanBkXt!GXLk+*xU@d1-!2~#uG-JeQ{E@JPcMg} zZj|+B{WYk3Uho6>u04@GD@_BT%o4h53;Q0>W?z2%W%9!;P9E2)dg&Wg*EZTAAG~#6 z)bnl^0^?`D8B3@L+j()A@F$wKrdC0|oe#pL^ZNijOuVY*GpvuWXR2QE-d0Z?#IVDs z=><&LpvTey8>_LvEF7XGA#PWKap7Gd77rTWDjlYGkQWxQUQBBU(z0{$r^CDS3dgo% zN!<(}S$qNu!_{5|pkW)w@ESw(CK?ikU)ei6#>-_qt<9%5`U!Imn2%%7=(XUFI&j6V-gV;}s%xA(~Afc!f)l@)=hzli^}__!VfXP`i^ zqZD`k;a*MPJSLzo`@zOc>piP77&6$GApg6<9McW;RL!|HGw>Q0WfDSYU^&p zv`+EwfMbf?Z7Fj``*H0l^ZX?8fBWPcCg;pwr~Do6mrd=OI?%i^^@XYE-A(;w<3RJy z&M!>OnT^vJ=QGoeYtNb2rjdtnyD%+(I&=4lJ?J}b4*9umPS2d2Id<=T_a0~-p2v7@ znNOO(9ngjE{SGAM`%C}0G-U=1Bo9x0f-WxzUcG|f_pTuQ)RlvAYV?8;C;t1o*&Bh ziDSsyU-Ug-73qtsdgegd`hEzo-fUjQayj5wexGqHOX^0!+W}MN3Am@sJA%36_&xYI z#(%WFuM*q{STH|4?!My+<`;k|Gvs(ut`R){cyjn-!KdZ&jK1Fn%$Zkx>OkxS@|ih- zZJo<#bdllXm& z;DaYI@9&?)v~njCP7s_SIA5^yWQH0b4SYl2d!9m!^LLw!u&#|RFd!JKxkW-6Be=1g|Y;>IE7vNiAF`)hzH^X3}n zI#Z&?HkBB|NWr}T2bz;hFF@PR5d5s*9e_FWH_;F4WT@Q)PX$bwJ3FcW59zypEz|Ya zk%#pI33p$|@;z@Ib!^i*`kp+W@NIpsIhFc+mEgUneio+-eqI%yd|cSqL^&SgU@vCOV@NHFv;M1u{YKbS zU`*i|^ADu3JN;{G#$pSAb(jUXJ)3;4LM%MP7+52G)a{cZbKATO3-&?YrwuM=Um~!5r@`#vQunqL1Xk56kV? z^>;2#pPh?vn4^GP&c&H6rf?&$Yt1LkVZv?`b{_VwFok=R-i28GB=(rFi!gu3@_QPT zS;V?t*ek-WBL>QMf$e1O1jcabIP-UxIY(GQ*w@XcgpC*WEpxrFJsozVu!X=LHs3K{ zjimQI^X*7_n~0UudlneeI}+grnLnHRV;fPbr8t0j!Tdme=fm$jU_VqWH^47z-Zn4C z63EdPg}n!i;qFqnc=EYhY%yMA0u@SL} zUJRwV7FZIRKgl}>ab6(G5wWQXcayM@v0W7IZeYV=t+Cw|?qP*%jm;9}W?+Nhx1T6q z2Ij}c#tsxOUXm${jUD7|fF#BxcSaX(Z0ulB?ghWez?KO+0N9||_}B`|nZiwo9qmyg z&qJsrUMeUlmYb8TW5w8MO5y9k@K9syY+*kYwqxuP#A3|zz_Pfh^k#*7UEyXr?0tuQ zUVe2c#yK;#L0GfHzNA>j0-FiHFDr%pfXxQ>6;Ylj%2~0mDG%oZOX3EqJ4Jbku>E7- z^EM)G99zTR(%7qB8k|}CvNZOZ^0y~kk~mprv2TO&^w?psHxf@HyM#O{o}FYJDYZ51y+%&?WYGxmY7Co`{R65hSB+Ju4Rz3i)*jCWrw zk2>05hB*vRNx^Tju=`^LVGA5KNZ4@>8zSs{hoPn;+~*uNLfAbH8VfD(re-OktX^yPV&2 z<#rRW2Keoopk_UjdkJI12V%P=sGt7=mISsZ3?_DD)V!2C+h!4JsLYw*i{ZYTG$taJr+Ao z*tZ>ag0RPd9qv6AJ4t*#<*-10F9N&N`$_B!VQ&a~DfUUFo~kWip#5^}Q)psQtAHhe zT`bC(4!c5>`_-S^-Q7o+v+nPusM?Qw#PkKpja54tYrowNgNqR$)EWgFTW&<0MWJ#~8I~}ws zZ&Z>ceF-oeF!!d*?^gLWc!vx7zQc}CEPp^OFL@2#Cm;`4H^hN6)?SaWH-ruHE<%S9 zJvnhU#JgNrw*K|nMP`_Hm11cD_M|t=yIR<2U|22mu1})kn%(NzPVek}QF&Nce|p_a zGu>fp9Co|>KJT!vDFrY4M18`W?tLBQ##(H#Z_4lOdSV^kw}qWAzYgy{Q4Snn{T`5C z8?c??9o|F2<~YBHh3%KKls^!5xbu5N*j@6Q;cZf!n}Cgt&+vXC?2G{`Ym#P$_jr=F z{9<4ef&D^xxWoDVT9n@vwww1yN&e@+AP?^u`90)?UPbV3GA%+$Gk*dk$vd1nhd9N0av!@cvB z`fB+d;aw!Z^Mx(fF+QmInKKU;f%RYe#d(oQx$u5viG$VOY>3r z1>QH5+vk8i8DH)FRO!6~tOwXLN@2i2=3%w>ocu-sJJPK2UV_V?CjSh_2jBx1PdmW1N&x-R3VB{>;xCh$zE4>+tWq`1&yqUtr3cJRe zEo?_&*LueZo9eKWg-v(ZspwY`F!#>zT_>-0o0DsZK@zm2T zq(916H>$a28akfQ+C4`J$832qd;d&seHe+Z#s zX0zZghmz*cL%#y|SBKL5UqkQ0cYGLO%`lsnZ^V}NOdEE!S=zHF;F6w2fHBiOjPzFz zOM9u*ZJ=D*bN8@XZ)wlHg5ME*RPb@ZCk3Ad4C!AUHWl=*3%)7%uAmuC_oQH*;6Om^ z7aUGW?yT=U1s4vlh5I4H$<@~3&qdfbhY`LmI8ZL{>ig=^ zbgz@k4fsx(FOR+e@OHtk2;MDtkKhA>-yi)c&}s}!G&@-7jRF(Lxx{a z#d*l5KZa%W*D)-ww*@m}`OQ)bb!Nuc?;)Olj*X!$xAeap$579XBjsPmv6p1E>tEyc z$F~`OFyN%|?AzGy-LNS*X66arGvRx1|JOMB{%Znb@OJwMi`Z^_T& zJE}!@`IC}Md+rzfp5P|Ip9}s*@Q;G80*3N`192|xc}MVlL2n1Tn*7`GS`M#>_Q4OiCuqPj^@vOBmMKnEBlf z%;uLxSH2E|RFKf6d7URwMazHip|?Zsc>oAO`M^Qv49_t8p0ZW92jCDxIm#0bA9 zxJmHmg1-^`qu{H66^V@o{X2+rY0vwD-VXfE2@Vn*DL6r}U2wACbiuiT^92_R-miEL z)c0Y6D+P}iTrGH-;CjLH1uq4p#5w?HwNpy_wtpPo`?pgj7q=gT@Bd8tG+-L{D&icE z;0`<91ea-oyY09E-}83-65v5QGSmrzXA54r4a9fIEy{4wI0Y<`CrLYXYw z>2^q9r(uLk^t}`?^j)#j2Dq;g>=wLG@Cw1t2yO(7ncq()pMMg3LGbT_?@j&_d~2uB zw?%OD6mq-6l)scy>6!8;q;kICC4l|K_Em+o`tyS+Z-M4<#IvO54~p&0DgTCxHrFe8tJ?*?w=-q6-!!@$IE}s+050jdcN#<8 zwDV1H`PH-yfG3sz`C*&f|-U}kAg zr(loZWr8;f-XVA&piOrd^X{(K!M5M!6TYwS`}O@j!T1ciZ_;;8-@noK0DZrz?{&&Va3^V@4a`J~NoRC4iMy=237`X=TD(G_;P-vNb7Yd$%uiu|0uPXN-nq z?pB=d3ewWHn&fVT0|iF{=FPsl{|&LN-u(j{Ej(lQt1+v6e(E~F^YneG;HP(o_F|?c zkxQ8ka=96HHD&J5_XC38-#v>9ByAi0`0iP>=9>l26TDRLg%sU4==%Y|n|-=mIDrr` z0QO8F+<6A!lXCe3;$PbHH^HrdF>~RpKjmWP@>zcYymeMK*J{2!YihdHJT>cOd_Onq zuW+}TW3A#_vu;HlT)U@qY)`iD*9hJs_!YtX0Q2UFJ@>9@HCNB37Hyb)1-|c_eQnLs zo6*L=;L>VtoAV6lAH;XeyfWt&>`u1Qcw^3Mh~aI) zt$;C;+>4suycapK-{z@MV&9CNPSzoD}KdSG)ZtgmOb#vB$-gR>p+-EMJURlkw za$*ZyoB>h@rFn<7394FWT7&FBKDQC(mtb@BA_-=k_&mMqQ^Cz2+ zA6PRGz4`;&pxbwY9wmMt``)%aT5u41?}r}5e*OsuQ9h?0#Fp-esiz~99cS6G)$0eb zKQMUdJ#Zhrlu~LFoGiFI;AC^y(#Hl8z66@Sbu)8tqOsKsKlo*&vd_Vk|NaM$Y7A@5 z;RiE!#{%ZfuMfTz@GpQdbMP{z_0%l(E)H9IZzJK)8+S3QmOh0+|8`S(IJ)d1h z_~m8KA!^@1@-5o6@P7-Y`(anxf$cr z6+@b7&*{E&VFz4xJCY@P%#lOzT{@C2=39#wH81Ho8}3VbJ_VRJ&m2kH__rf30!?fs z>1zdTFX&kRvgS}9-tjMLUfT1Ml@}qE*H%8-JlQ0V`kmnGfWwdaC*a;ktuN61%Ybxg zjD4Z|B6WDpe9?c%ryf@|xZgSY#=J~+> z>9F&gm!PGt9nCl&&0gDlFtD)>yQTREV3RBsBQI&Qv#=Mk%tP8NbQtrHHp?s)W8O37 zHit3q8FT3vrtm_H`OBLBj3xF+?2hK6v7hOral{^teY^QY>;Ze+VGkpJwHSL?%AYlt zfDIjQvFG52$x{72l6a{~zeE)|O|1t#H_m@GF?p9X1Dk1#_OTN3#dDoPo=DZgtq2|Ht0D z$5mCdjo&kCX7*m2jey8j@PMd@sAzZwMa45JnWh$+2UJv4Jm!fcgG5r((lW!slG4)B zGBeY%(jwB*QZv#!OHJd}G_$f&v-(}vHN#^2cz3_u&-=XZ=l93M=d&;7JJ&VW9M@X2 z)~rK~13*U&Evs=B)^9HvdaTApplh1=ni>Htg4yt>5w`9cNEg8dH6dcyn>E>IL?sN{ zvnD%f2-~wJ%b>Ab!k?}2Gs8Ow@vlT}tx+GIhWiKU3aFJLSx7U~71(LvJ{HOFp&_Kn z;SoTs4c!mAx-8YuW1y?c(hO|?T@;&UXb0$`SdO8S;gP%^TWRQ0cmtrdhFC;4tIu{A z3X3=ZRAMMLqA_p4jvGpfxCQ8}q5hB#24Hht&asd#ngtT&+lwOF@`fzh(BlyufZ~Zt zsm)?oA(3vg7?y+&-NV+1?GnQ>#O4x}@U1m^@mMBXk|lpP;$FA`G@U4q z9gcweiC9r9t-BmCfH!5AiSk%LP1McATmP7DYp~R0cc|q9-8MtF)`|eyZD?Grc|49C zH8j0eF3<%-IkgISGbZT{$pU*xttCJqh6+K~oL`yK*DB&ISUB8oi({~~)-${%8%v~X)SBgMoo85WAACJ| zlcDjoBY-YxOZbL0x7xtM7Wkd51IJ9a0L?xS{WGLhb6wqtXN3heMY z?Z9%mq55@TU4%WM)6w27fvq*V33d8g32cXT(*SX7r zUkJ{(ZrJ?3#=~ephK&z zuB>(^^jYfZ7Mabuvm`@zL>61!*)T(6BG&`WH8-Znb(bcW3g#vm*oG z-l8}|_koubmTPEXsQuli+jkPf}ukK}Q2usn#*VMgc-NiBuy;1j1YZzN(=s4(xv*!%`4(Ud)*A3N) zk|LdbV5nnM85_lp7#bPn5u@1;L@UCFb%<7@u^{kQTIIW_I-t{krRr)_HmfA7UI38j ziP{A)vT`lBPo1dTgXzYwR81VyjbYCi!gOQUCZbcGX7!4#F|340dl|z%Cn{w)A~RsV zi8&yxw#LHwB$95k@hq?x>1-Uy6Ih%f9IX>rsv#V$6IhlZ9IX@B5<@szC$d6K3`c7g z+hPbu>twj=mvUe@J}0x2hH!jNVSgCH@i~=wQ?wCTe ze=1t)+;iDXhlaCUmgmqQk;k?XmC{jW0XuF8k1`8b)UD(NjxxhUK8q*PEx3?%?}s|w zf(0y%Nbk!FPyzX@i0WK_lBlHH>reHgiS=iRMULgd`uB<@>>zp3Tik=}GEsp&q0S2N zAiie+{tE0lbyfj|8(Ijur7Ygiqo7;L+7s!rEMvon@VHVWma&=IlICa2SpE&P%Aw(G z8GF{DLE<4+LZn-1IlEv8TWL9q?~f(Z?E)V^(nLq!N7w=)-4Bnj#~d2Y9${NF*;a#W z_9)wH$k*Ti&=Df-b0rHLKsk`l$5>q=?ej5qmqWuDyw6yZozlR^RXHFAw0v}$cl(`-CtlYYvPNd z1K0~}x1ncP0!>${e3sk~d(3GN-;q`)jEZNY4n0w?tHqy|8F?sSsHrf!L(SF3{8d@2%NPff$ z4Xutj%sys23~i2CET0~L`Mw8H7W$%1)@Bb*eHONvG5G^ zS-^UNmoipp=yuZ4!(-;CR>r(z$r9Q#0xWAdv{`=6qKWW4=QVkZwQzJ1>NZLy| zi@Jg0i1aynImdV zVTN#4@-5rtP`o(LYEP;x*#*{JlkJW5u?uXNq43xUpiDyzW51E#v0OtfW6uLE(FDh% zALT_>M5Ol&-?J-3`Y7`~Yn_Gp>Dpdm%Qewa^b%XAiFb~@Dlf6j$!NKP^^LXE4;ZBR z%fi?&^^-%(V(X}199kJ0t*)|MN>^Y%)i@id(9nyG?*n>96CJCru@`Qj{Y0gFPvfQP z8oQ#2u4i3i;Zrb^QV(9wy2ers;q|QFScW0Ip7k4>LZoYZojs^^bWZs@dxA)hg5TK& zP4+L1ee8F(+YoOO0kq#xU=ttvgPk!{6Lf#DONL@W_b0q&4NF#Fw*uXtEX)w@%NdU| zg!^*F6Nq%LaK4gAmy`3Q)6k1P{=qT<{N=KhQJtDRsx1CA>2#^x`~_`E$6Ghw<(CdF zoSSr$niMIUf8v+U!_R86A8AsoJe*BO+X8!Cljnf~4Q+37m<8}?L+>{!1KMKf26CJa#7Lpj#=JAJjynHH4orI-FgE@Y=J;k`HQ%w1r5w89XsETbI)tdr^UthVczVC9vfLyTW)Dog%G* zEhpUNN*M%@_1ns@BKVXSMiA(&-kg%`@hq zvcP^h&IeD@1O ze>Bvh8C>nd--ug&o+ar zy}X zQ|?2`W94Akm>(xv!K~&fvN6AIbhVpjxtj0`x!ST>bGS~+)9**hXQ@Q73$$)X^BM3( zzp#axrZ%7JYQ~EUEo^?D>lU6_fI8jp@$f)8Qa)T|KEUGn%Eg-2gO?V3+Y(JLH7{_r z;@1uBYz|jSdC^j>D}mhG@Z4pZ4uP%>@BXl+i_IT&wdIemK+cTQ?rE5`C8NgOEcv?s|-Jp#4O59;S)fvpbJ7gzed#Cm6!^ z?7{mR!uIUJhZ(~5?8#>u!uIURa}6zT>4WcE7aDr1WdzVVLwHn6;kyjsQ7whVnw5;hK#)lB$ z*+dzB?}PqI)wos-+#~r+(v|a7t*%+4_(w##?xXn`ha%W$E{ic?fsLge!)qJDQjg)W zhSs(kz%zKVp;ucqb7$~Any3zA`Cx}4;0eD`M7nbx-8G92(@F#1A?&)Sbn@a45q)g_j#rt#5TtYmQkGgMnD_1!#H zlU<{=58iy0Y$&F61W>A>HlUlyGYs7dx|w{Mp|P#A;SDH@3{7o)0B9vqDfCeT_iTQd zD34{gZs4BFv({nmNR!?7@U?~>1YHh4`dnqn=JS&`&;_D$xOH`odp<`y*us^&O|CnS z|LIspusmM(dDLM~H*??5lQr34Z3gfKJk3y@HqG1%c!r^vHa?cma}2d=69Ke{sGMUC z3*nY4%8w<35^E{|DlUvxjsR~l;D_EmQ=|IN^lwo*Ln^xx#RZ@Sm{QHguKL-X2xK5$KJ!(yEazCVt^AThW$tbK!ZxkLl5OYluW7=Pz0MbD@?gnc=g%0z zlI`HTh)Vbe?c(g6{G6ZV8(eHBFCMgflSdKhQMZeiXdRXFEq>jh68GCY_jR2+mh&CH zmZ*TuYun1+!_V%l(3QF0=a=5pgr)v~x89`*OTCvbB`RR$?UL=i{N!7x)8+h-hrErH z$9`#-Vt>SsyrapJ(7^pMzrIIP9iW5!;Jca{10CjT->dA0BYdYJ?1#^s-rO5I#4hur z&GMKZ!F3{s_9qlu$18~LQF2Iqk&pq;9%J6PpZFpnh@EukM8XVMl{3037ZRr1UpwSV zyw{MReaK>mN_o}9hwU?DDd5h4@WjV$*dM_kQgmXT{FWbv8tJhVXP@V1G}+A)r`s1Q za!`X3GvK+>>yG7m`#V0gq$1rW`x4L8M8~5ad9I;xiHF&bywK3JL?6%=qEgx~{mAzk z%1!*!`jH2|k3LJ;1CZ_~9!;c=hClHvqE+^ziCf`m>ZOLB0s4h+GV~JA6@JiA3D7lu z+0f@e*Lhqi=CH~>4fF?3(Zqg8++{Os7m=Q`TUOLwvV{8t_S=@#k4PVjg*DTmGI$&I zYKK09=e0j_=(w${YYr{5TvpsZ^ojQgoUz?jDv`cVz_v0p!F>Y9;c4n=4xP6>)-Gd- zE3aPbxFKA5^;*{rjfuQ$d#%V1F^5u5R^)GXpp~o%?h_E6AnSQUxbhlo?Kgz?2?SeF zA5l8KFmeXyG7UWh=|Ze6hE{>ks#f>?+Hy@~M^?>RWC+(`!z}xN&K=ibeO7HlxDM;H z;x)m20s$VMm11-;W9*6`G@&Nx(Ng8p1mRVy(bKI(NJ?ps|Hv=rOn#pdE9F z?ggkMT$^ZYHKug9ivOA2*y>M&_X4zIO{|%k=w5&()`x~LT@&jFk-it8iFJWUdud|* zNrbEa$L*$8@L?(o5I&0^rHNMmn_J0-a11uL(hcDlY;NTm!ZFy~ddd)v!CS0Nnqc)` zcv@H`hHwnFw2m0UQP}VBe9rRxS>tq#aV%QR$tW74}n8NnbAC$*PT9p3Pav1%Kd*Y*w1 zSS!=fz2_NkqI!_a|5PZQ@+L=kX8iDv0ij&ZNNP1 zZHG1m%(wOv>D99PtmrekWWgO@4al>Si1a;zdDbvPbvo{J}T|bKSmiSRa?+1R=%=?i;zb8uZu^)N7pE$G}ayaBi;oeXEDAN0x zA2swI^`mCq;}uk;sB<vr^B%%!~lmp zUMZ#-!m;EM+Z+n_+JgP8(`9##^ahCj4mI>v5gQz8=B+BeF@$3&Oz>ZHy1lU;uTMl7 z!m(6CWH=P=jSyQLiuBeJ>{p#GAGWwik>*e{Z+-EYAskB$#VZbZyfNaSAskDwBJ7Ix zvK(5eiAZ-S(i0M<|JC(7yrgPL_F@N8!9$wvZK3Y zv!SBIP}^DG?jCC(Ze(yb%VWg_i!n7EU1r#**@EKTHdINYg9Ivafs7t0Mj z2|h=N4Td&=&kW z*l4lWkmwF80OAOd_BlrMq?;dfn`H=i6C%_|ukK`sMOsHWWQetfFoz5{R_glYboa5b zqQuZcki%GU(9l}YjT2`Ly#l&%;xduWeZ2TcRMsd{9Mxo>hIE+%-+_ncN9Q43rnpX| z(@hXURi>LLyf;vNB0VN1igcn<7(G|K6UAIZzjprvsMt_I4;eU7;5#;;?w&e5d~A|9 zX(+Zw1Q00TuSB)#;SJ0Z7qpId=n)z?MFhGi9q$IZsUiyAY=Cbe9nhn0;B>Lb(2^ca z1Me0obi>F>_C$}ifwM&sk>38YMLCf!b+))dRO;E>Bb#N55V(B=OZIM$13*|3U6y=y zkEl&L*is?)95KzId^TU?66wCp6^n?<=~ z3m-hAS&=SZG$GRI3PejkU4iK3r&}a$^V2O7BmHzs#CSj55|QJlTPpJXbW6o*KixxO z9g(ilLr%MRd)~_)5=rnxY(+UA7W;{G>#h*TjSekWh|5H}4v&cIe(4?&Zg>j5Vvo5} z1QTIf=d+appOCN6trBs5x>cf=pRQ2!_tO=MHGaA$#0Edz6XH103RbV@fWRUV08gn` z)`~cz!y2s>z5R5>Vt`+|Vlm23_pHeB(>*J8`RVWtviMi3x7L#svbBz$8{8yv3}IO|Rn!ma zepld2;w2~DaCn#QZfyzM`(1%s#APDA6~7{~!YX_06_Mjm1bams)MSVB^0BSrtf81* z5kQxTN_bMQYk{wdOFpVCm28_xtF8%4woSZ2RKWW8;#IbbgAUnMUKc4fDs$f{25F)z z>pMl3AzbO*Ddrl&mBKf~aznUM_=Z#Wsl9@$yy?*VUcM^3L=jn*bJV>hb{j(7+v2MB zLbD5aUsQNyS>6$WnrP4dj)*pdd-iukJW(mN=Wfx@FWnw7%ulyRWc%sf75RR;cg03O z-Fsq})=>+-Cw3dc7JN^HMqtVGheITAA(#OrcVv{BtNAg}#Vsx1MUelf>>cd_&t9&Su=q4~dBKM0e4jo|oMRYA{ zK|8Luj~x(6hT8Rx07@~`wRblASfm>o+WP=dmZ2G-`$Xg$S_ZmL#Bw5C&V!%;l?6COMp#$u&IH}1V+{ed06;}+6>JtGJ9aZV&h`8JUNpBDMHfj7TRkQkJ z1eFPQbY%|5L>N&yN8K?os3Gd|*!_K`1RWRG4L#H+JLrU%9HVtF_sI|XT0B9d+w2>$ zTNC@H&tpN~2-b*l0D2;*T(pkW^i!YWptB;wp$$Rj#C4)P_G_OFLEnmLjmgpu?z<)E zym&wpU12>h)){KhcRT2=5$XDUS5ZG&k8?;h>KkWQ($)^}H49-k!5r}E(T{>Iinc_$ z4&RGm4wbR*MV>=Pf-Z?y9r_~Z2l2H-%d8*a)0*fLSA|Xo{Ullw=~bc2B2^Qt3VjiD zS)@7iZP3qRow39#^1q4_LwH60S8>MBn8=@keig1b%mG)0t_58Yv6^62$O^tD9yWy6 zp??$G4B@KKZ^CXy>0njJ6a1U#Z|EUNcU=@3S_M9T7jezC<(kNl;6KGQLwJ3j$xE8( z=}|7_ExIgteV)s3O|U9dBbdv0qr>a-T&5br>+@XhHI|nn>jYbJ5ZuHEHR6{eql1Oq z?@*Z~WmXHV!&Mh6VmiGlvjt3ttYgCSfM3X!FTa8;(?qL6)#X-0n6A3qMWk1Ss>>rp+Dmo$ zPa<3u`XZ=?{MDgvgTkfVnp&4ug=)e#1vTLqtSM6r;TWtbGY#PwtSJi&;TWtXS89S4 z4lB5h+++yHV5Hn-2uEF{JZ=a_U0r$25RSSi>25>0GaPmGWtbrxbq!>+CR!DWmI;P% z)J4lwV~L|KT4os?j=E^M*bt7oXjy11anv=GTO5iGj*)wbaO;n=8_Bbp>@ktuf@5V$ zTP#_D-Mnv~;Kp*fCa7%)P;5KWQK_5AMMQWUgSQLFBBD}y^GBTAW(be=aq?|V9QRAj z=s!&fm+ZrrLT|0%hrbO=^Fu* ztchWME#x{wm|sh|he+4Gr947Z&hZZDRx&D4_sY|Ki>=lbBU$b2J36?vY(+X8XK)9t zOeQMlsB0sq6X}*{D~q%jPifx?!R_QWLx=iK1=?-scwboKlSd7m?|T5~jG=3N+p$C$ z-CozPO6u(3M44o$R%#AViXnVsL3^2Q2;W%HUS?^cCssPh3r2^}(I(0M9mpp=v63Wr z7{Vu3I?C`Qt-~i)I?7y!;zcKURulDYX9=(V$1R-WT_2t0T!(^KH+jhr-u2O4=5#{K zau2R>^pGowN_gYcAl5@hCu=Y5QUh2|dEC$!2@8UIN>3NmmGIQm47;~%>`)N9RdylL z$G?8^b|UN*xW|)vtm3NJZHDlw*v8-i4uvPa5RUM87 z4|8Y(=qd?E@^DA@@ePD`-#EG|pQmQC5fzqI%2N**ih>&boO&X7B0|l`)@sNjg^a_J)_`$u+V-dg2&2YLoq<( z{lKT%!$1>dBv8d1dXkKHsBXw4xrj*biL&Hc zL)c?ka+4wKhsmX|juN%ZBf|95M9vZ3lo(8v5e4 z3BeD@^c0=@ncMn?JRs*9`sKFvKE3&WmXEcY71o?ar? z_R%`*=_RszUrpH4OJu$wZ0iT*Wug_#?mr;pK^dQlmMd6z{~;mE#%Ad84 zd_F4!2U6XEBG|Jso=D&8w@#)Q!utT%$)%3v)Zq2)~XO*4TuOEz57{DE&*eMxQ@q3KD`y&_kR)U*+FTV=>7P1^?UtNNN;IsqwgzImBGL+WY~azVJ7gA79=kH|tExL?^dz0mJ?NiR-;~P@)fjZK>RYtER~(sl8^R-V zJMX&=g(v<|wZtJjGVi@1-9AT$={|A@(;aXK(;d1Y-C;+E>5e#r>B=0!bpMdMCu1G- z)$A|iCq#Pw`K3Hcq_6gVDfdsQwER+rO-0g{CuD6R?d62r<)=F(OZ;@FWXiP4bf;y1 zqEd#}^-s&k4B>VCGjctV_E|2s`lUN7cM<85os|jGD}A1o$wWHcS-IR#_pL1S(|s$O z&!|jyK_(DspBH2yk@j*y&b+(Q@}kTn(lfG)GM`9WUX+*oEHB9`e!5FCd1j@TA7u)W zzOwhD%rt~o_I{Gj`B`3;FWo>p9g1L=<@*k8mOsnGL^v;hP5vrR60L&IL4<@}mDe4L z2>ngYorPu5_k;Z*^NDng{*XztQMU@Ncs30EL#}ivE|jTthDHx+9crnlIofjSpiZGu z6%nmq^9S_|RZ7l9-3nF+-Wts=6~QjaB%f*|~rsy%~(t5nj*gHl5S zR5V#?FM+DNA@ov3b-t(4OOT2o(lrWFDMUJ5kjgZK>4H_UU%C*r$>=cm5OvTH=3Z3= z&chtEmuf1`5PAtyV~KPfd}^AXrB5yQv#hQ@^0Ta=KD~jyaVUb-P=7eo%pI<3=TQCZ z3xj+tLbWzz4UPcnq>1+4HC3u6)@1O&(3&dxUP=cvG_;m#O^>&%V9A3=ht^h$h|1~Q zDN^xoSF_HfW zsIN9?g0t(a&<1L^p~ZvW4~VYl_bO;vNm-HM-iB(!{pdwsL2jhBICN1oQhPPo_#T&7 zbAS$)->FvfUZ~=NLwO0(z32m(646PgNV~tgBLtCId8>=Cj=uI3=R3=dg z`#k0VYoeAK9lm>`se01TiJ1FCo2nNbdLT4Tz2y*`zpH~pI6@u^jaMQ0rd{AoF)dZB zA$(IzOEt*Qr-QRuE0sl5$}opkYPUlVgtk`pLaGtyB3L_>W(eOOlAtCK>HHE@u48$B zXnS?Vp$9@csLX;&FP+p`q5`;Tv|e^r>;YZQZw40v1!{siz;mA}M-x0z{8VTcmAi;6 z+4aHChjvv_i#56KSgN|J%ZBi(QCBr+iS{`rax+-&FjVD^!>pUSY$&V|Qv8ExsrORd zR1(oDyWbsqLc6JfMCEY3^{mxRrD>w~^Yu_!hVX4@JyfnCyw=r2tu*QOM|wmL^&*kp zPxMf)6Y2bVs1hQ~?{H`j^@T}?`SnmIHBo-O)MZ1MUoT}Z#Zs4hFuz`^Hqj}LR||Wo zR$2#FbdQGiQXLFoyYyDw4K0lP)9S6#4DFBnDzuN9YG_TQ6n)fOO>~{MuUcvdubA~! zYYk1k<8)|WwZqU{qJxIUMEa`qRi_PQL0MAOc_Q5s{nW2SdVkhW)mlb92L1kfXg@Vb zll?IC*Z`Gf==xp||ch0Q5GI-fIj}XNcfE zO0X{&q~t@Gd#R24g25_-r~t0X!84)is3B~@G!^wQS}tI*cLr8VQ|*a#9nw^qCfN6c zf^LJMPIrb^8=~yx)MK<#KU6(Oq{}i?Z6nfU8LGZEgk`x)T_)0H8Ln!tpjM*ujuEOm z(E^s;sbRGdYB7->StHd-BHh*_m3#!#t+MaFb56C9s+OU}cg_QfHuN;;(&2Li+Hy1K z(p7guMV;qV8>KQe!55^9)F@TxP;Rx+>bSAo1C|-;iqQqMFH#vQ_EGZ50@~+R8>_N3 z*`I>tc(usr_JYsxYKKF))iTv}q804TJB!prm9P@MtY9AiO;R(7u(q4*EVZ1dzz$41 z%%-RfhH9kwfOZqDVhz%kR-2;E7>ZAO1V}!nOO}|ny4qB=mPntkOrxVkF1%~5ciL0c zrm5dZr(1W9vRCO=>UYPB)#j)uBD~ICY|T-vHPLnUIjWZ-yv{yHr5elA-O)1L5S}~D zQ8NvVPkRM?K0u`VZ;pDDs3P~ZM7Y=33zj=fI-UD|O(ypfhIH;<6IJ-UNL1nTI#DUZ z`|IYY;K!-0=?#^0RV^Yt%IB&Cha%WqHHfI3<5O?hYPmz3WschKPz0N=>_YUJXU|E? zX7{O7P0)VkeXo+DeEaDtWgA8p`tXgotGPtw{D;JzVXM_?BHb%bs!KP}u=N$?3}8>H84g7N6>6e;4~ojkQpq5i#6!=6^@4%t=Ks-v2y4$r7F zn&?i1XVi5=c%9)HWp5y#^vv?JD#{SviSVpyqKUk$Q^^ixg|1V3iS)U}dKJ4-m+T0% z{PQZE2;Qs?`|Ib`d_%a8+@O{k%Y~8fRIS=Xly4u0{(DiCXiK{9{zaAb0{T3~zaR2d z=w`LpQ0<{oY*vMax(@x*dP!|3Dy4TGy{z6dx`{)NhQ6#0YVs@_3h$^>XAHeL)K}#d zRr5v4!E+icx2jk}-n&kRZc{0S+7M+L8h%$c+ol$3qW9BoQ-wyi6m;9w4x(~;hwyfF z)ac&6s~ElxdBvo|WB+#L+eB?ft-D=CIg}N;UBwaM_WqiDT_q9eW6n-B)DX7k8)}kH zN5{WiDu+n7*;{J0A#Ag^)FwmNW^bzxiAw3{^o}}ibl7I^sPN6YU9ipes5nE|W_who zA#AgE)jC7iW+ke`5Vl!~I%5ditVI2)iQ240*)QoFu+2(UtRZZrQk9~KW=N%KED>(~ z7e%R>t_fDQE{YFS4v~IC-d=T|V;R8qs>h6F=y0U_Y{g;ln)&_1}IKOQiP<`_)OJRrb2UUwiheD~28#juf^9)2*^! zBuX%}k7$sg)59l;{c4(_UrCqpicTj-pqKEinxaO$8n9o*8)`$kUWU4kC{p`Xe?zx{ z?tmI^Cjd&IJ^kJTAvKeip{kV-Z5!H6fq4y!DO z)`gX+r4DThJEo3r)9Jn%@p{;o>arngK-l6!7+GME1$RlCp>OCSHAI{*d7o1ZeuVcCu?C$hSVdvBqL%HeK!Y-)7 z9a?vPAL;vErS8-;t4|f*59%n9p7Z^r&JgMC?tFp?&FfeOFWw z(E|1{=&q{cn(Qyr8~U!Q%Z9#BZwkbAQK{+a?Q1HW=oE)nhgjECJQ3EmqwkuUrpd+` z*>$zZQ14MlUpSUMeAm?lBK>ZdKUC6Nm;-vb-S>y;PgDSN_94DMRqMA=r?(a6N+w#x zibvh;W3J41P`8S`J}Sp2T#JZSu!E!S_bHcqH|lhoxm^)NdT!%(C1|p{jef-EcJ((j zaC9NiFhlrMnC+TrXv}E%-h(UG(6rG$=5ZAox({?7*E5FjEk^;aO+@+{px2eO2g{;o zU0&A)q803+(NFsVU7%n%|9oil24Ap4g`;2f`5am|dWWyNYsp|I-Fu0n^}RgZD)a;S6lMy}%yrBrY1x@HKU?QH52@9X^DB&zCA5$I|;^r|P$ z)zHw#VA;&o%Aq2ljt;%*Y3@ofG_S+J>bJNu9Gc|0#g*gG3{SjkrJ>1f2Uc(4+Tze8 zPYc&xhh}(Mx=tE8)nQ2WRxY?<0Qw!Cqis8+dTUpdA$-oXjVr;?P4cvL^>=h{c-pzL z9Nin9MAsrm_nxPNYn`Ke&(qPh+Ymly+SzrKXa#FFW>odguIq*p#!Rf9>`M3m%d&#a zanGvW#noREoj-JSWfJL;)zvkVXchaZPm1j7+F)qFm<83lxpo*@6IrBsxIQqH9T}~9 zx;`V)UV6GtYMniJ%p}p%<=U%TLR&@|8aZZh^`5Sth9-`A7%1J)`{`eMdbt)E+Lykn zdN0?@hSorSDXwjXW{fGSp5hAJhdJond%MDkR>782T)np|-Vkmby<8^xy+&89#j}#^3UXf##&DAt*ww~W8D-}(T~s9M|&-GUU}pJrNtId_;He$dquwfHo7kUesuUr zviFb27WL1%l|5Abr`q1 zijkmgbdEP~-P-SC@nUW!V@Sw#fj$(TSM1Qu-O!^ zJ=`3BbBup0{na@1FOUCTMfY-K7UtdvBbznVo??=1}WG^kdofRt=Lw|MSJ)w|2KQSImdrrFMkhuo7E%XKi%i+k>=m#{-Y7Y z@b&r0D4!yE5TwP9`Gxru)P|9aBH0wA#adHXk70j5qewfQwEngDPs8RoH5GIJ_i44I zE{V3(^}R@Gbsu$_hJLivTgnKE(b}8$MS9Pvz4`A&U#3(jEvEOYINmsWgJSlP_8%nu zJ^1_49=;+Q?MH{pDdq>icpal{bi99z4&U4|{w47bW7(k0nQ z@elv?NUJduJ^%Oo==SmNDeWzheCkqRxS}MLVZl%^ zGA!sACmC8o+mh5})7vllvDih37wigYD`PnG&cakxNCtz1qv!u<_=VnY4QR=q>BNhApP^ z(%Y8~|6Lo4>HVQjtHb{_Eoc7uYAwo&ZPq`m{ph`re^|FniM5)?IIX=uNO% z5F_b)Q_+^_GFzg*O$^yIy(ulmbEc*L98Z_rf6nZ$Jx{4FljL*IgPWw@Gw6MV-W%W? z%wk^B>TvXb2@BTvU&ct*oZ?%7w3wdDX+Qs)%m1A%rbnh8Ise;7|9AG$|3CfWzrWJ6 zFTGDoqAl8gR-nfWN{eO!uqUT|yPgU3Ap1%i&h+T=_dk^O4|-3f!}`kDzmL~8xL1L% zuKRh=$0Pq^)6L<(iutQ}f1ldsX3Lvxutt_S_uo(L;2)#I7yaV(u|Rv)TK^dTc%9eH z-u&bLXTvvpyE#Ue=kLek%*0|p`?Y{h`}aNg=jh)rH@B7csm~B~xZPYFIoeW({k?T2 zt)9c&d=7OhY4Hq&Gykym=3k4O>yqY|@6F}(FT>52H{1K$_@{-BP(s`OgJu^P&)Hwa z;5AIa{B7_HJvYX{%blDU^vTJyWm4%F-AYT9q%FFjWE-cPSs;dW#(9sa95sy-{%Td@wKtQdRP+7)vc?f=}pl`(pS2v=0~ zYE*@#?xUalEOpwyZ-298mHCzVR;946slM){*GcvIuYcITE|s;bxEA5B#Z_I4MSy3) z>iFfQORi<5hl=*mF*tjvSk3<{n|?R>^dF7-O2~f}!`YMI(=yjuG0fRElBE>?F-XBa z2PxTUkcwRb>0(zwy4jx~Va`U^X+8I07<2!Bx}qBbme5LM?;pm!nZ=q@yxt=8816{+ zI;^k7r9zA_9!W*f@&Ob7qtln@%x#Bn!w=ujQ?z7`^wv>xUNGNGtgN zdhX5Hzn^tKOWypiV*OQb{%adOu5KI~=%FIUe`NmsyeiA^pZM2Xu9m)B>|ed*Mnl+Q z@f71fw#z8S%&~Qtq$>~YaX%wiH3&=7I~Ze8Ohtc1{e|TKiXRD5uL8h6Fc0qsm<%yD zhILK#3f;}u^lpwhOP>9&`{@?eXYP13w`eu?Uv2L?FTGXj?M}Cb-U@KFi?g8n(L)4C zJ-4awqxWyo5HDCW(qh;?tm`mvE#+C6E*Pkn6{*|R33EGbiYd@9o z6@K&#AGHKfFeWm*)4p(j+6 zfh>g&g5Pk68v*`CK-v+Ias>Dr1^z~{96p9k7IQ)NtWmr$KnbyXU%KaKk=Wnnx)?4fX{4QDhz~=$@9faSf;I|BZN8xu2 ze*a*@#6RHw7x4QM(w+hTXTbkAY%u()!p{e-5CUJ@9s<8Q>^t~<4_{FHkqu`*LHy59 zzn{VOXR!SlY<~g%1^5@>Ux0sS!}y=jeijd5k~e1c;N4?qE%=&YBf}>gH!}Q!Q9XulHLJ()iOb#=J~uRgV~tPjTys^MXsApVqf zZ0w{Or>qkoSA%64TTN}Un&A_or`RuJABK3l?&CFn0B;fOs?~1XF-VJF0OSH=j#>Bw zY%!ZW4zz6RxN6}Zibrn&><~Sfe2ASKcUL&(o8vpgz8yCz{22RfTmU=9tnmTt9IHKk zYWQl?&R3(dAtrA8VMv=aepdK7wj(@(?E!CTVG&~Z_@1GM*kp(~#Ih*urSJy)9DBPK z`dKo5UwC72Yb|&(T1>B%%j=0HwU&TzK7F@+Syi9Dg;ui(r|5gcsA(%U#5Ym?G61>Ik*tTAufXMI7Si zeYHr|j~GBLP>-jXfwa@bcTsC2ri2GhD|+VFPG+v7x~SpnYoM5zua!_z%jrt1M>tqG_kf&B;Rj>#AdG%`vz0N6 zAiO%}FoZY9EQj#cm_m^F)Oc@bfi)2RCT0om&3=o?h8TAvlwpn5LwsG5ag7S)4^;Od zI$x0Rb}*2eCCb<2IdR{l6nRxV+~LKVSH*@&vuk@Kv|;TQ9G@|u-l^SKo||;CcAhw$ z_$`EgpLD7AYI^a<+5>D4Sw@JTvewrb0R9)-L!@u= z);gnP%gJxlnINrt_&%yTChx8@U8aMaAP0=eW)t|t$wjVgiDj6;UrH>ilP9ruE5I8( zrO2^;j`5GPegJK9n_ugk6WNnfpdA*1#QJ(7uZkBZ2S*;WwoNW@<;iy@H-d0(B5o1i zOzr~VrzZ9U893$6NO%X-lm*pS$kZv5M4lWvr3l97=P+_6@Oe`XLrET-vN>`Bf0Dw_ zQTP>-yC~)Z3Lm8KF$$lbvJLF7QVgH^280uQAA{T+|7t)nv;d4QS$`_NF9^RzTr4|H z{W0*ZZqC>PJA&n$CoEhPrb8lHsqdNw>OWNwpV5Im}vzN({x%Hs|WFm z?QGt1+OoQ<8NStYH607Gd5>vZ!KQiBH$iUgupcD$xJThPiK{By?y4%>?jj)Oblp)j zCi8gFw4PC;#Hv=w5yjL;#r%(H+3;?M1m6So8mqAB_|}Iy)A4N&G1DKahc+ugo=z+R z*&MW|*y!oORZg+HA)LoiwouPZuU0=%l|cBI^-yG&$UJ^zde5jX3biYE*7yeXyC^&s z>=D+CqUy!`bMQ7mu{NFS?~!pcQtA&-14s7*dE1P^^+&0@W*m^C6xL+|lq!HtH}b(5 z@YZ=ql~sR&T0dhB$n7)c*UwXU?8s9e%~%LAWivL^U(HX=*jj%vrCP!NoZ(}OsYZ)c z)w|)irkdQnxBhC-F18n|+wcAaEJu)>2(sA3FS)x6;#b{$fNi9hjnEEX)_;W`y8FBO z8~Mq*f2zMzeKGY9kZU6UsK1BfQFsr>qwpTyZ04WV9*)Q2J@DSyKdn(Lf9A#pS6SiA z_Zs9;FC4SvtQ5J2p3~d|{$cA=t!531-luxax-0sSHDJ~NzDJFjb(rl_3n%+P&cLwP zK5Ko=Q&gUP;QTXk-Gh72)$!#t-s>*+x zJEa!x75`{7$|bX9>^WX78}^EzjgGy_Zpl6jvj{BDRn~d-_t0y-vu}?*#qP)+z)!I; z*}1V3T&E@-1zDPXI(7y1-9B+B8%92J-E(K-Jsij0YMPa;rkUPqKJp$IZ+!AS<6W!y zJ@>R}lBaM+x0*k8PlqO}`AhcjJXhm+FjG<~^G-Hd;kpCDi}|d1 z{{+i|dD(0=FPsNkkbG|5MX-N=-cL%c6L3gXO_WVfvERVv6m#dGjLGTK^pL{v zA=QRr`sLgOF+(7{LOzg_B6qrqbGA3#>3TH>-c4+M(=|DQ)0}MreJxIHe=Jnuj$fW;IDf;DgR@iI7DhI^%J$dxH2cA|V1BjwKe!&8zqDBw z@#y?N!mFyu1YE3WM3meRoElVlD5(`u3XjDa1b%S*K-Vstad>r`V6+e}GHn;ueat=solg*_wXL#`2O7$5}$nCCz5huD;C3ZOPYJ!Ga#JD7v=Vh%Hyjcyhl6-pP$_0dL#F1 z&kDJy!PlNVekvDBay9oL)vm009^W$d>*o7Ji@a}}N4W7Qa|-6z>%t-|e4ex(l&8uq z_1w`TYu+--wJ@&{$YpsgZ)u_S=C!+}g?mgS>=WGhlqk+2;W!1e$5FTJ5ew#Lf_!lP zRFGHl=G@YP>ea%+QQgAAXE$3|@23}AEiBLdDEFmHagKMtAGf&vAW!l1`(L;v(Rx35 zH_6glT9E%l@N?jnF4mw00dPhtSu>C}YYD%2winJu3*jNKAXdb_1i6-7;WpdCLM$83 z>wF-0u$mxuvAQ64vuKbd@a<3=QZ@&95Wbgbvm<1Gl5?1zzkI@xEC zeJ0swk^MBXpGo#}Eo_GztCg}@u9W~X-|7f*k<}ICQh1Y&&6ZoKAXi!gKo(k9-y-V{ z2(Pv70=dpg2f4u-3v!b+5#$zYD#&ftOpq6>b0C?(T1bJlum#p4P+%=W1lA%rwHM?i@B?*G)gb< z1#+glKghZ6Awe)E-Pl$oZfvV*HkM?j{b&ei?R6k??AJi%+8=|=w~v8bWPb~Csf}e= zZlj--_HPhVXb*vKku9sjzQx8;t+T5@c!M1Va+BQ{{HOSCycUe}#r!;P9{wKh zCgLNyStw6i7(d2-&;GXV0wd3J8TB57?}|E2Qh3hu8BxN6F%2O6LR2>jkAd(T^~O;6 zJ&@nlJx$@oUdjc&83(xpqFg|-K@}=P@Od6xw?VZhZduf*n-8_`kvvT@z2&C?Rn=V~gb)xy60&vnG)Z?B z0$~r8?&_qZxAc;L5t~YNb-GA(RZ~@+PRk%c#AOs2M;*q$;|MA^;x2y|+z`hZ*AacV z%zF;%45Fh9;|hq(jPLtB=ic8^Rh@1!&YOWxPT$|%@44rm?Jm^>IRD%=%bEH^iMeY9 zKAzHN`_-igl5$fk@(Ukftgk1)6a;0Zp{;s%F-VKeq(8(^@+&&>+Wi24L{uT zMCAKTW-norz$*n_C-Atyy99nt;12=UuQDmZFYJ3{-Wk#Me!?FK93Eu2VL#z34iK)r zn($rM5VpUF@Cyee=Ea0-Um`IA+plBzM*@crG2D&F z_g_=YIX%AD#Qmxn}A9r3aTDS~|LP#j>@_&RcfjvOUZC zm%Vt|b<1+g#+SWu*}EU&zC<-1nCZ{?Go!JbZ!{faNUMu8*bk4!3`hX@V6VjvEjQLez4)m4X15v-q^PB z;Kt0xv5l3DuiW@&8~(*7H|ET%7=ID8g&ucnw!+9;| zCCbWXK%VHW}H+^~2cQ!q`>9I{e z-Sn$X&u)ruUb=b1=Jw4m*<9Rw)8^N1zH{@tHh*aI=Qn?S^Y=IZ%jVy0KC@*}%c_=* zEv+p(S}tz6q9xhV)zaT`W6Phmyrt!ymit>CXnC;ZZ(6?6@@UJGEx&D<)4HT}W9ucY z2U~NkQ?18aU)}op)_Yn%*!t<#ue5%z^_Q)4ww%3X^OnoEv~TI&vVY4>TW;HO`<6Fu zxqHipwtRBS|Jw4{mY;6<`Ie`)Jhvsfb-~t!TbFKKy|oX!LjBl_8i1Dj0QRsx2^;$} zW&zg3Qx}d#j2YTVsNrDD|JQYP%$UFGS`7H9u4RDHZpK{R&6q#yW=w6KyY}%HaQ6d7 z(QYH!jYE>pfgC@@oP(B^VdrNB_D)tJW(|6=340TpvD?#X&cY7P*;uO!%}(UJ$SgIN zAou0i}{&a|1=qvkuz3-QuIw|SH4!RrrK zV-M&WSk4Er2Xw7@D{B5rGi2_?j?%l$A?|9xA{aIwHd%AO8G%J`7}&iY*gaytZ1U#o zX!Q{@4lCfO`8Hbpj(Ms1uDKB&{y#GRU~V$sH!p*Ibc^{X^K$I#{F(VNTKgGV`B&H+ zKR0hTzclYOzcTN_KF&Snx8|>4{lCZj4m(ZHnfF4rz8^Nj2TVNjK{G${A+sRzVc4`E zH7|(3E{Qwlo`Jvef55lF9 zf5MMsJZ7$lz%GeAZjzB7o9@U@;FbNU>5Kf#^hch6?eQ<>MUf}XP~_+E#QxG8iu~GS zBENwJ@{}3D59^LcerJwF{>{8R^6%!>$bXpIA|~>xNHp^5NMq!6k$B|x$lS;sky9go z0y=y8>=mHAH=px9z_*|C5y1DI^9jI@pYvHjP5taSUqJW;iwPGmJ{_gjEPerCi@?hy zeqixp#5{H`Yx|AB*iweSwfG3)7c6Djo;l+PuaxlCrAHBd!7}Co0joOobv>3 zUB*^Ee$M9r@0L8;huh-p=Qo#+fTq7E@bTqG5dOt-*7Le1mip5swsm*Y=~xf{B`Db5)_UDVM_?x*3gZ=#G^1BfKJ%PViehXnrNa!TIe!k9l4sa9Cil zx7w?ZZ2B%reQp!y;;RC+SKr?BDB}NN(_>!!Z`-&z&K9==exmt>fOl;1j0){pJa~Dm*s9rVyR=~E48P@pWOW4orFJbt@4e(jfahJxKI{;9xxl>w`vqQm*{_gC`yb!+%Tw{|Zn9eMyo_@+bs5W^vFjPc zuieG9wtd&XBdnv|y-P+XdF~dd)c8pWKXh4ao-xW{p4~+po^mDOIRe)TJYV36Q&%Of zMLl0hyan*_-Q;o#uWw^*$J&S`4L>a5zYoMLY-bNO_45+`hQMD7e0=wnry2A0Gdck8 zO)}@tlC1M39a2i*4FXRbf9)RT*Lhbu(fXB!7w%=M*16_|44?NxwsM8QF^Oq8?LnCL zT0=c**$hQvdVY95Qcqb$I6bx0ui?I?UX<#->Hwg&t~7k-RqW?&oo_?@>pI!nJ3EQz zf0+MH#3+R*|It!z6)?ZXTz=Yb5We%Y-vK@v$FT}4t?uYzZAu%OQz^DKe=z6$`&jC0 z`&j=s_uY=#bbVoLm4s^rUUxP7^9osUBl|y%_)|nC{<@ubP;A_A z_2&^kvi}h;^$l0Em5*J+HC0Q!+WOB9GWFSm%(>>p?B|{rv*%+1-|%9_e_Eho;Abyp zi&}Ozr8NIn2Y+z3G4~Gs*)*m51Y(-jilBT(DY)?3os7dkv# zlje-y*K{3X?mzT7K;=#k9%8)8k%umO6!8yT_AKD~%!pHUDjZQPYGH zXP6z0XCUT$z=&CkT)006cn03Re*xlm0!E?RpM})*fM=LX8qY@j#efm$`wNk}0q_)q zN9&M!8DJDPz#^oc2Y8C6H9izSHP3SdP?-08cS5X1-=-)#>q#(2yBy!5x!2~F!~iSqv%l-wh7_&=oij=0!Cq>BoH1G zSVWJauvZ9gz?rcqY?VELH{tY16n4s0fH#{i`aknDo8G+B5+Ys|xfxk1aLi}?A{{!QW;tU;OH1b-+ zH%4wpxIy5lkvkAGPvHE>8xVh*z!yZ`i1@Prqvq_$n*oRgZRBl;Uk4a9>mzSRc!R*^$lZw9D6k{)PK5VF?g88zc{gAx@*d>8D)L^0UkHd7 zVj}NH_-cXI!&;1(8(=F&VX=J};d11Dgi8XC!G6SCM?Q}Dn+3iCmLy(W6L?$XQ;2`1 zz}LdE#OwoN-eFyW1_Zu7@(^O~5cr13UnBlc1imTqHwgcE@-`-2&ek`6lAu1qfP-Jc97OfH-3w`8L8Ihcr9qj0+c~;nA^c*2>1YdL4grD^qFVs(iEabDH+nwc`=S>B zeki&V@WauI0Y4JG6!34Omjiw|x(o0t(FEXEqiv|?Yk=Sw(Int^qI&@UKAJ-O{{{rF zh+c*8V}McfM6?U==g}U(Uq$x;J{|1`d?q>w_}l0Kz-Ob^Aph?Gf%(`$z*y{B#KdDm z2sa9x7fU1NG(gDVSO)OySQc<`>@eVxSPt;q*b%^`u`$49u_E9_u^Uk8V!)`mB31@$ zk4*q3W0Qa#u_?eku^R#R#%=;k#cl?CVeA&bt75kTcExT3?1{nqg5As40Pc&u7O*dN zJ79n84#0uf8_>!iVAR|edn4d0V{Zn0RqRf{SK}NAIDG7_fFF##4e&#;w*!7Sb~oTh zV($dJKXwn`Ct~kLJr4jz@k{aV0emF(Uc`J0FlxRVdq2W|FYx=Z4>p;MW@F0zTX@5AczO`GDVQSOEC#hBJ}# zyA5X{{2hTmz-}{Sal<0Oe`;8Q)W-lZrwvO1|G8l~VxDYRiSWM&{6)hm#Qaj=Qw?hn z{~Lk7Z&-(T)3^>Xk;V-OM*%Tw*nfu1ZQO*IMuBr0TM!c$IJa>N!lyTG1AIZ_`G6}M zFF?*!*q4r)CV{IPFGhGx0 zJ&4&22zqEt0k$_@1(sz@5ip7uwTlSP1&rd&>>B{*#mj)F#U~IyA24bb#wQUz2QX?D z#isz9;x{5@6(Dr)IBkoK@tXmg32f@jC$%@wWi(j=vSHv;l(4#ovbTUO;fU_}dYFAt1P1{BDFh z0i&in{!WB@0HNW;??Lz)f!D>~jhG>U>G*pPe+V#YGV%8Uj>O*&n2Uc9uo(X^;CTFg zz{&VW0guH$4tQhy0l+_se+uxX_-6o*#~%c|CH@fL?eV_`d`tXq0Pl%^5%u2-2+cPB zWrRNn2%Z`LD#9NIjGB+d{|@1g14hjQ@rMCF7yl;UL-9ut|9L?0&-k|izYzZ};NRd} zanyV<{yo4i#UBOya{LE?UyuJI@;?lSwHAL2@VoKH5%c$e(1hbZ0sKGlp8|d_{siEo z@h1VlAOAVvlkr~y{%ic#fIp8v1^A2jGl0L0KMVM)_;Y~2j{iI0Z{oiPd@2sb!aNNK z*%yx?{98b*tT~McF8~Cc%$Wmt?wq-ZSqg}?HfJ7S)13K$Yv(Kg+%)G*q;3WTh0Hk% z;Z{IU$ee`;Zxy(0&LYHIHfIUo6?2vX?wYe4urOyO;N+ZDfXC*niQ(KwBnE4?m+0$_3jn{-$U8;?`OSdG<}U|)>HL*|FPpy#@c8^SfG?lF4)7K8 zHvk@;zZCG*^EUzh@%$FR*UiVxck}xBTLAxb{x-lj&F3wkcOd7}=3S`sX>%{?eA?WH zI-fT0L!D2X51`Jc&4*Cu)8->+{b}?6qt2(z$57|f<`by%Y4b_c`Ly{o>U`RK7Ipr+ zx#aXK8~;4FH9wlaUP{4W>X+WbIsN95y?U8`Z!MjnXt$=^>!u9v@`iQI<2Ch|=5 zwvE(RpN-y*zb5ir^iBACWn@$Aiu2%tiJTuhavsY+aa!tXaNfv~(_fEGg?MD_^gln; zi1^~^@51*lrtq#@wBa}kKu?Bi1%HkC$T_><+eWS4e~{Mj8&$`3*NOYm;@W&aKEFEd z&Ly81t&Mw5>f?=~dH6>!2`P}b+em{iz`sS<&s>auOYrYp{9B5DE3v1!+N^>HWHr15 ztKjQc1rNb0_%NE`5om_bq8X{(S)dJ_4)zV>re5Sy11D`1b|#*Vt$L zrTGmk;s3zA{vQ8gk!XZU!D*3sk^7@xUGwo+xdr3CtgARYk6;DQjG&{v+9Zwo)vZ-4i1t*;1}> zxF#hrT zWQAPtkvY;|NmsJrDC7n;X7jt#<*Y$cexjT^nq_9wl`G`N(s>EjK@Q^6`TnUgh}i3l ze)fX^&`JElp`>=CGr2rJWmH~bS9Yve@@CFpvid>)UR6C4mGOy+;0ePC&dT8MxRDggqNad`Nn4F;}RVR6CG1kQ>XI_UuS{B46>o z`^PGNPvm2wGK!hZWzs^*jOxv0j!cZV=lls9$mX%;y%F>S)!B+$&HB}r&!HLG9G^t{yt8XL(SHj=NsIF`;8{5+W6Tt+iY=t>HH`1$J9UtL#wPgk(8 zxq2)g{PruW%IGIxB6eWD{Zd%?{kr}gB2vBi2}~AfhlBOTsIf->_!Xk?1St+RR@*J^n-`8bz~kJM?dPMSc<5Vk}Q>qr8ZJh zN`hYf9l2wmyT0rV6S-1$*rZ65;IsDcfl?YQvBaf|SijyjENIe{umo4v2{R>1hs!24 zP|C3)v?wK$N7MNUVWhGaJznfFUx}{Ec^#{*%Ar+M)eGiNej`0j6-J77I9=&Nnq$>| z+o7h$#vv1QWlA5hywV0(>d2=tf?$du$&mt6q-@pPo2qX|3&ytRFzJwJquFIy>ELu@ z=?X<(-b!b#cRx092(kbYj~pSK;`l;1HdQWObm7)*;mH0RMqO1r1zr?v)_&?APoTGF z3sZ@FK9ty=&E(3IoiaCFBxjp05q;^x;jD`gx(a4d<{FFv#z2CVDO;p#IAcTIUZ__v zRKO|%r)Q^aL}z-cIKg#oqa6x0zSZWU*jJ`fQxDNp6X{8;niO=5vPuZ8HgO_P;Z;8| zHB3fbnW`xzD65Ul6{c^f8@kePZ4p6rO>|ebT*fM>6JHrE4o}-(;J&7ao2Z(EzHA<& zJ}NX?lQ=L6UQ*j#>K7bHP5!}hwp2f%lBqjgDV=R^{n$_a;}NnqsWv&)m!1se-0npr zhSTFUL`D{_R3;oIWj{Mg#WAmC>YJ?`n3uO~yjs0DMmbd49w3J68~W1NxF0oG$yCSc zLbh2TWHcnol=npesqy`p(d<|njBCgBCe?H3dWe@k(fI@1rYhQ#FfW-aSyu`-qQYLYioVdW`X0@iKA;S{Jfs}|k9Fl*hLgF0Wzj7~X~ z3MheKa3%E1iV06XWJ`{9*AarDBo%#Hi{Gk86@jSgJl>d7qA>Y6K`f##i0n*ZLZ?ac zM<#qkG3mImcXqN9jJGBph|7SDrfRtuWZiIaOdGE$wz~)`E*+3s+C7TS?qa2XVtl*^VK(e> zCZEOhWe?}dv}BWoOpzv{H!$NE&p;8&E-^e@LdX16+lMM_m=I42fB8DAGZ7F2V>LT0 zD}lNwEr6^gsvJyjG-tJ5%5B65{|VTNmVfS>$iX7^Oh}ZQfD9}gu8E(@ppe`;7+J8562Ls}w*(2SHCElMU(N>O`rTC^$YK?u^b?XSQ&-GAi0XS#M}A!HCuM z;Ln5KKeysB72(JVIDT8cSk4A!ffZ#-YSlyh!!*rKl{sRqUJT zFd2%6G(+tIJLujqiHSTb%sm))e6|wBdbry+;v$gec6^~_G`(fv$^SPHw zPfW`D{nu(acUF)g&**^N*HbEsLf7wb$mQ<(#a(;KC=vpd!&P_~Va4dum}GGjvpVsdP#;*EA} zC`vth@EMllH6J>*O0oPjttlp(trM(GlLBy{fWnSh&9BG?T(e}3OXXwo_bMYda2 zy=+f*BnCSNoU^k(^`fLAvsf-q$*gorhyx7FGLankl=<>}6Ea!e7t^E;-^n0T#A^L0 z<|3nq;{ZIof`uT6g@KZmUQCz9awsEt__qTN&{6mh3d6J{tPJF*4UP>R5|_HrDzJM9 zh|GF@#hl4#?O(rpV?!g(qrv=8g1RQkmEADQk705YMFD*H1*=9r-7wg74h5{FpbSLi zgN&;tGMrO598v1$lPJwKHU^c79Ku%Re_Qq=CIvMo@!acx~k)tuP>X?k@pmYex<^i$W;3we~eZ5vfXs(<9Y`nVd2s8M8QCJ&7LeZ zb;wPKWK5+=6>_9Fa3vz+5M1ejW(1eevWxknfoO@XS5EK*qM9f}#mho)aR0$YQjSQE z%E(a;J3SFI92}ku))i!m3tLP9@0LbD#va*7zZfC8W#0WS&ZhJ%fDHBotR;+nfB3cu zKSCOC5dV^Z36x%N$iKDa; z!ehWriq(5XMF0l8iIGlmCM+Uz1?<1s@VM77CQquzU#ZhgtCaS8qQjVb^m%4qct({?R~Did$_4>gA$>+bW$V7N*U?&I+EU%|QfCn}{U|r3=`cHitv=2{H)&r%ksLGebIN ztX>Y^)@cpTm{L_0DS2ch7)b?YKZOlQHG7RWL-pDdtV?MjiHQ=_{EF!UWp$I~i_gil z*=XzHlm+1C7auS-v&T*}8klG@v#y?c9r1~?)n&s(sxl6_&fd9?GR3<4a0?)xcQIub z<&J6i30T24606>K)$|Xv5A_TV^bQUT?M-yIcP0&El6`$WeJ-LrG>KutriP~r{4{IL zORJNUBRH;)y>J_gUi!iS(QUm@S6vhZw#RxnAe*&6Lk_GOruu2H-Ch}11H$x9l&~EI zCVqG{1;-5zcEH>^hD#rv*%53*7spMXh=AS2N(Juq;YnG)!;?U1xmbb-g8Bn~HR-hs zrdd*N0W!me%Z*Kp>9@~B#;|FU!?IV6TNYqA3M3GYNQFN+c~HYVHNb@#kI8X1xtCrY z$9!FwF5unE6Z{sRa#qZU{^CR_gV_-$Olx~CeYgO*o6EqhX^(CsdC*1VJdo~x&=Alb z3Xz2RG&VFAXx;U`x|hKo!F2GNVee}jCmL&Gnb%SeGuWW~>43PvMtNaa3|5;G3Z0mJFha&FZS|)|;GD=7#+^vw% z74#0iM>qvX!K~834%67nD@}36)MJcHW%V7ACIY>Yrb6Qjb(Y#S&e^!4_yAri={)LV zHL5115@m}1Y#H7nBjL7mK2J5t?1t+aPJZ|}BqZ|#Av-Kl_^T1}MX-Acnpl4}d!z?i zUk(}_g5)pi3w0|X;QqpDptBFBW9(n8P@q)C`D{yT7i?H6wPDT958DKT9!udwdLM~0 zMI^BUeJ7E*fhQ>V19#)qA!1zB4N@DIU=&qM2X+ujCS`~|QkQ~5z4*he1{<%>9?Bv>XC?(=O{1WlrhZn#M2#=-di(-XJS=^|sgqx#M8x17{ zXz`89VJ@v#qP12DG8P7}&BFx$OG`+NT0(+2H)W3ySbq^1B^IdE=9dLYvnMr&=-dKE zE&g_ukfHA7LOFs*Rc)SdjP{hL?Rv3GCd8^4$lL zHpoHRV5%3KNsr(8?Rrs)CU(V(@;xb91JL2w&R-S)n-*&rECvTasW}LlqR&WW#QSJMY3l9!*@J-{G2X>!jZue1pq_v z<|A~&M0NsZuVwnG)myyNvzz9gCDvYHB8{DEG%fUta+AfHYs$gwwV)%MEZJB9z7F^Ey^r>ajs?oLP zRnbnzAx=zZAqT2)gAxaF`QZ%w@OD$tDi^FPc?>2iri(Sf=m1K4u#{6H#QAOvZy39- zZ6&ywIi)T$=^wn;xgqJh?kVul7df(v4Nec760jYzvLVq6VNx9Sn&KH3`HGG>M^stHt3)GX+jjBJ ztq^ejda1Jrf&`Cnh_I`Onz;44R!frH*Ou1c(6I*tFyZjr<%U^OF$DvzX9TCYG2b-i zdPerboH2XTdC=69#(04P)c3RiRG(214c)*z|8cFr`NZXDeNb}Rir*4odjEtRYm!VZ zEb%xCy%#o20aPr_*S!#gNNLS+OAzXv##&w7kZbKLq_(X;%B;KbA*0Lxr^i2lDCw56x z>JsC7(>zRLMR^%VIqVmxH5q%C(jvo^JZrlo8a!mGi{2oL-{FL zKj{)wWUCFqrjc{@V$*ZJ{R2_foeu*zn5Qb;Hie^HJkFKO>rN4Qn^+iL_h5R<0d#3r zW0^_jA@E6L_@BvR;-!Jlg*~em&-_|1b7)BO!MjQ_l14%?gQXmBl@Yv2YVgBv(Z!-3 zukU^jEZ$k(FQUx@4RX*;{VK2{aHKtJPZF}b9;PMWVmx`wSowhaST2O1vlSPoK{-h! zd01MG*Fg>U>J3GZD)g3sq=(Xoi4bZyi4-rxa%J#P zMhPd`q3MX45yeI#tJ;`w)k#`%u@H%|==k zr|QXBdrE-E@)qv9pA&M%F;*6pqsfT_taT6(rt%QkdM)DUJ_e zixL!F8h~Vja|F()GS2g8IFQs+lG4E(fhb9%Uj`MV3b^8fslgXjGl&+`Gcsa2a6ljr zu?LkN(*oZKMvn_JIMoE*jF%N9h_h$e(jmBH7`_Cp3_!@)6XreF*e zULxNwC;qUuq_V?l=fJZq~d*a(uF=Tb_nc_X zE)ILCbd$;;AvwG{&}Y98`sNpb{^SbyO?u4*nhG@IHPM=pLt=VfS8hq_MH6ew?vaBV zAx@?yl#qk<*eP*Ij3v;1d#c*FK!A?LoOTRd6j{qxEy3~H3es5<;<0#KFXpt3w}1w`XIdsYNw$bq!^K=VlMK_?+L$j z4x~T&>6;7I(P)WI?$uaE#GGF5ZJh2b`v|gAL(f@u*dauG#So~WNa>WgQM_)rVMrx` zsSe;~Pqv~h!x~JJ|8peJ7K9dEoYzU97+q5bfW5P8u?_~izsL(ca$_uQ$;-3%0xh<2 z^D*$PtJ*_7x)4Yd`#TM;l5v(}C=nbAC-wcAM!qz5XG@r>%n|2@z|FIKnzswBlQ)Q{oN->$>RGG^$9K+heF;ZzbO6qn|RTYOTO_hTcLWuH! zr(ZHu5%xR44m{Q!mW3f+Y=w1#Bym#5ZPqo)zfc3q$kEd*bP&~ zX<{DIiAF0(yf|{a>Nr&+s}J;5=K|fjd$Fw8TfuVoLBuxp3TzIKLY$)EShl-i>y@4w z@{$7TJL?3kO0Bj^tDGacY~_H9@#1jpH|x=sEFlcn ziyV=@*t&T26nC6CEpoDhlPm!N>cE5FurP(~oQVqV_+a0T+zrS~OQ5G9S5NURR5wu6 zPgbZoT?W=1j$s~I1FjIWgd)QELrJzhc*R`PaKyiFR`#%z8HKD_)IKn&^@ zf$RDuWkWGiK`2J0oGSrR6BD=k8+uLln2WUY$ZhaeBus!4Cy(KbA#`?bu1Q|>r4%f~ zuISXcTG*9v4D*Bf%VA~b$BI|NsSAYn3ekvkv`E3tlFsLUv=(q54*i@UMw*=5CvA|Owf?=CSr$S;a z`&FEimYk0sTN*I?YU9g8hvn8+AH4TvPy;-IxEKZpOPcrSiT+WZKj4wBawUx+g)`c5 zVSi8CG{_ySXD=zOtCuB ztCQdivh<@9N#_ukyswvX>?Po`_OcgoAl~`vN~h^YZ(p(_b+t)$b`2%>C%XqE)RpY- zPwYubxVNvTH`zCk!ZKi{J)J$f6P-gp2b01yaMEbR-q5f?&KvJIUbsU}{A8W-&Pl5m zU!5O1i8ElTiv*H5iPAE5`SW9xCtxU| z)%zNtW~Ro1bB)k-^qYJRyqj0P$+-~EV}>OhRe|2bo?DjVmF~qccN`{!#URP>ML3_B z@5Zp6<3JkcQstvg3F4!AO*a;-jd({;}VuWL7JfhQ` z#cqptepQstOct+3&;>oNT>!WBuGd4$($3H%(=$iBc!tw7w!eYSRdr0180nsy6*^rx z0!6(0vRaQOfw}6lI=a^u_(VTEeOs53^|Cr8TqBvyl@e!)xL2HqxlT$=0cY{p>O)0b z+8+O)uN>!deGc~}R8;#BigLA4#S(u(i8#SLi2GKSApn^j~m~T@JC%8=Q*LB z(V*m!Ya+JGg194yD(xJd{NwqGP(CI$Ac+1BH5U5Nz0T3UH2| zf|~~2?(?t4>Kw=(pdaaGp)Z}2Yge@?BoSS-x`6BLT7*($nU3Y4ybO2S3$3^(Y0tTF zNhhaEWJ&J=hPH`wbn=1~%Y|d?Wn{O)p}NTFclTYc^I%2miQc8aH3+xm2_ccgaZqOi z`w4mbRD++^I{j-FfeNAH_(lBc;L*s*J#YFZ12~4#sFb5mRVcH;u`hYJqHPpLEtU*t zU6~*PR+Ld~9M)|ehdA&vnu{ggYk{1d4)xCH3e6;^zHWj?u|Npi!J$Hdakw3>X(wDJ zTMM}Ua-!A!&QRC|57iGF5*QIT9_SC_n}HpvJ%fFshz$)S_L#n8cYCrA4+rui(c3GZ z;SVT<649IJOLR#Hid=F}Pv12f-Iwa=gDxf?s@6%6%GD4RE;DdVuMLTsrICF-Jp)>V z>YjwykQ7L?x2FbD`&p@005!0GZ%=2te(ETO+LOBn_h?M2dw?onXE4s@8tjEWnjGrt zX}5jQ5vRKM4Eg=CSZEJKrMmYfF|1^}Di`+3g%r2ZBT3*`8OS~{iA#PybDh42CD=1&je(=T)dZ!4Y78q z66v0Wd?Ft#72LuQ|0#YtM0`%Fq0v%Nv%(4O-FW!2iwAKHPlHYJjDyj~PN00@g@$1{ za)N_Xc(H=&maQGf8T=2ifBa88xPxZAk$8S(?^z`^)=+;1!`hzlZ7k2CLiK(_V%Ma` zv6x{jm%*1ys@&Nex)Co1E*C~^Y;BCPLU^&qdkQ{V^wlD)B!?e+0@r=2ZVN*fesh?^ zI4@3L6m_S7&Wso4m?%n(nsP`~uQ3@poQm9S5~a+AtFpOhW*7a8m+YXXIrT^H^JRD_ zk!Rt{2G4Euz@vv9J%pgTO51QL*)wLKHJm0!Uq^B!=RF{GrEu!}FXm?+ zKgK$x+?y2KrNF*L$*Ry?BW^DPV*$m>^R0n7fg0p4G4A2fg_;byr-8!2R0)1pRj%xZ z!R;y-zhW~VNc45Pup)`hh;&{&-rR?g5sD!aie+B8p(0P2aJ>E(KyiEoXEvvJ5oh$6MltkEVOf~`zIKBCuUy#?)V4?oZ+a%=)QzXxCI-iFDVwB zLN?{?%>#czVstfOPF%O!lbxxqAz1!>1IC4Wdc7c`hdPtp-gi&0d=3=t%St#nD92rR zr`dPAkSPWjg?=e{;?_J4wNCl_yg1v2!><*bRNRk!C2ka9&5*0pKsCvJ+?q`ewe3yx zX{_2KT*W2lVeoKV6mR_4Kzo7kU7btZP>oo-1YjX}3?H#6y8)1%>h zc9@A+O}{UW6o^xg3YsW{MT2P7FTXzBSRR%;nmKTjD7 zk7gv_I+II}TtD82q!cTOqu^X*n0}7x$m(v28tNj$TM#a`ANRB5KnHFW>OooWB+eeZ zB?n$k9a42zvu7eV%xhcn7l#({YI}j=vS&o@{`>w=Rdr94W1xhWS^2O8S^=K=vlVU{ zITaOi1oK{drj0Q2OP-izG=5uz|G&{Y?HseZ{qLJe7nA;ueWy%eBwlD4&kn;1v((*{E+4^HV50_}9cmkLV?z`dT5?cvyJ1wP+Nq`V17EqC z=kfH=zgR->cF0TZ@?p8YI}Xu`6Z-{R4aBCoeRHkkGa<%m$+j=(|+)*UEoiPP&|aHLd1urpna02f{6B6I#g z5{=9h*KL{fB?qkehi5RX4etk;ZBk!Kr}_`>AQ-Xp%lA!m-cyB9-jihpSSgyU&~Y;y zxg5rmyrm-v_l%6k==i9JynItH2?sjy4tGr%GDo}PQkzJ2YtJ{O^V8;BR+c13}&IdN%YM)bXRCkDybeGw@e2Y4by=3LrT&U%z)QK4cJj5vbuKACPR zb^ZBZ`}du<5R}^CVKe( zJ+1-z2m}_qH|Jo^$x_7nLr6|^2i^+f?7?c5%Z2hd!MNvB!-HAyVu?u}ERZ~gN6so) zTv@^`RVZYtIj|bIyf{zVPy4PU=0G!e&JSRuU@|s4UPNn$kON^tGH|Liv;WN>00<<9 zKYhhjM(CBoy~y31J9*m3j6v6+rh)_PWuDbiRxQ3T;EAY{7?r#769+yb?Lt;M^P_pg z%0L+DE0`JlDp97GHx)Pp_2DQmOdO2?eGS4TT9Tug#u1fI2yi~)IUTqS$MAE&SeC^} zIjxRA_7NF~Am53(y} z3P83gWGA8FXoP*%Qb;%a4jDSqTPc|rWlKf466irxKOSch6veBr!-~0J3^Yt!WhDaS zGyt(roddVxiu$(9o;JhBo#~Z?4;CkF;GSs5nRHy3ECo1^K2vc1_E!EJQ${DtF4eSS zb!DSVLRKUi_GhU=7Qrr4zXHS6OA~&&eqV)Yu!pYwUqN8kRjLYYg!Dh5Z>&k&q~jAb z_9iYOD7;1YmUt26dOuf6*avIM`fd%@iDU@AHxtMv%K%)1)DKL-14Bi|szKsG0$Ffo zErEhj*c-Y!$?`1?I6n}aC8KaF@eiHu@Q1Pp5W}}~!GuS#bma*YQydw=WC7iDmGXqK z@CA@G*hf0>s0p5l09%42w{P5r1i%<(HVxN!j`nttpQc&FR%^oV=Eqnw4KpN9zW%5lcvlqC>kkFk088LgJDE7Q&nX;3`G1svBJ&slng zf`{s4y!I{NL_k6g7Qjz|!C?_}V`U|m5tw#TLTO$qRp+8w618GUVnEI6>?X-1`rA?| z;@loRIgrj(=)jk0R@=B2&$8o9AUr}qHS_>pBoO}wbK2#{Ag;6PV@rW}Q4UB+Ah1*+ zgH1gm31?Dm2uh#0LCE1Q+`(SZL=fU+7;~q?gFRXE5zJ+;`zb?5N&03*u!?DZ$QC!a zZ0=RVEGe>FJgukL@~2qXHglH2Eg0jDPro8bpit zlD@3U0o>3P8w4Y#WM)6Gz3Tr?m49dcFlIzg6Y5D}cmM;Ry2$MzVkBuucIV;fhZy!Y z3wVDHOB_NpknEW&pzuwJbJgeSGVaC!HXROQF0V_3STJIyua%koT(Giliy z=^^ifqwka>lEH=piUAZ8z6)s;ivij{a+BNU>`0I0aMf6ELCaEuc3vq$oXbZ7$D|>T z_0s-sN(%03L4naHLiFIY-kfGWJ>6_;^Uh4zd(d`FmgRb4Xpnr;`{EfZeLPd2{M1`e zSe;=1&O*Z38+VMrs5tRbpmzX^{<#2C#9JgFL0N_1yKtKc)oRdog?Oh&5!8%RSMGp2 zV`aq=*%Dw3k7e<%I3Xk!3L}@e*4SoQd)Yn!LJ=$rnvZgqaT=HIFv>_3t62Jy3d2*p zB!Y9);d}S+Knl;kzAFRfCw*UUCo|t}e$cyB$~@VB~r? zS#Jn>LRD(voC8DD$RQ7NBlef4w0psrKy9MFsCX#J4P}Tu{xFG#p=VI(NaOg2@5Cg??LE4bFn9ISO^a=#Nb)l1J+F+Fj zw*MjH_~t~```tP!W7!j3_sV)kCe}Tc3%EJ&eFBp_4Tm=6H99e5W#GesJGdgbanaV` zXVwfojrxke#etp*g2taYqQ(Tet3O$xLV!M44#A29QepUV6Jw-+%0(8(3ZxlqH%GC& zC#YQcD-d_1?DbY1hIAQ>(3N17)_ZGp^%@eyN}?tx4geuNaqYRgn`)cml^J;qKvs57 zzxDQr#{oElq7MF}*rGCybI)1GRJ}fk6-~7qgHfdh0VL@wJAvM*Ql&F2dH^2!@*IhQ ze12rg^D9~t&ta#vmroek`y?*XkMjr)YPq75b~uo z)#^Ms$!3q_U`;^T8!S+jDdVSaxbIGYyDM_v9A;MqhP0rMU63~(L%Nx5iYP!GV3s0E zR3r;0fg&ug8;>C4J|25Lo`!Rg(5;H-^mkQ~r0+hRqC)l`@Nw!$^{6!{jM4o3#_NwfH@4&=! zyV3bfMBt)!a(>V{Mj^@L1tZ)vDWkWQPwAI`=9~Bug-OU6nD8b`Ix1qBV!G_ayI_o^ z7%LyH9~>tWdM42gPmOS?ZnBhVxi6m6bYak=3+Bpl`c73w9=sr8ri4_f>4LE-qd-c8^mY^o7+U^m6!sQ# z0u@SGoL9;hB`Ra#leG)dPm#=JIqo8(gQ7}r3+9)KCPHu=6?I{w{Xmq>4W7-P&w=xg znzxJ+`BV%l3a|q&@01xUO0_SNvw~%yRf4Rnzs$2F-2lyaCLlV1eM&TKUAM6DBZzzp zjAz*3OXJFx%9Rf(N7RRWrTzNUGZ9V_%oRXe3E zy@FQ0;>N8P@7{V*+s=zxF1l#P_LdzTyDwEx9+?!+p^7A&agL|2kDmG zXGboZch6}1H%HWMNreY5L_ubYR^_x+44eKDRZTGG@EP0le>h2(_fFbbhU8n9W$cY& z9p*Cp#VC1Eq;%ajD+t}moND&fss;-CKphs-FU~M@L9_}`vHT_S;mtJQuslJAWN~ri z3g>TEe=7t8Ek_(<7{CMm;M926TNiA8ykDJ+c<9^9G>o6}EF7ND68UkvzfcelQoSLs!gi z%(C><*$^5E?%aR`;A&GJ6Zt6 zN%zw|F2&1=W^I^~l(Wm1k^H8|ofMFcftlhqtrAh08+!OvvI(MGReyQp5w#SdAYj)+ z{=zp{XSMZ@<8r&~7T{D1R3xd=Uygz|rV-EeEtJLbe+!ZeD1znckcx&XQI8$oiS zqL*(i297BN4k?gCWo72-Ul$dHDX2WPN$xS6QGntq*H}&2^W;yIol)T*HW*La#|G2G zM}0SOe!TordSMF~ui=Nabr|e*C9t}AXh4>k4SR$;KB^}Mj-ZZg-a4OQ5aab}@3B(J zq1@2)C))<)u0pB{_gMRTy7eN2-Z%}PLa-%5=P4XR!w=IGtuh6DUr(yI9e;B$VaD-4 zcA?BLAcVJpHVMNMga;F}U@kFDrUTnz1?;Wm@%NXx)!Zm1X0;NV#>rvFugw{)FN$X-ynhY2iV%aWRnm}*z2(iy4F_v4TG{?c-m(X_P z+5}3#a5valk-zMj))wr&i_4%S-ta_z<_qRveKq4-*MU4aX^r`bqbAdi8iFG>Tk7T7 zE&V@IFaM<@QYU-OHpkHhyf_#^6aG!0cf6usiOv|pqL zrg6MYCJEXg6;1$h7CFaFX2AB9Wk&G7;%!o}ND3(+hBU=-`8_J2hE>KK|7kxOBvMHv zt(ZPmokplfCbk_#g5fqaTaYR<$d{9^&8WD3Elk-jO_y!n%gr{_w-x`+$NyU;wAC;ZCrIPy$zZ*D*b9!a{)mD#_$;0)QyCR%t&6E~>7AC~C}yr5H7#QQaDWJqqLKWJ zoW(4yj!&X?6{e{KCy#cs#BR&aaNkwXQ-vCuns7 zo_z7Nur&bPL zPqMdR6pD2xB~&F+{!YF?t%I^(_~H`I^$21p&2{Bb)`OEQWQxyeZESjWec-~>-n(_| zdQJs2*oXem7ur3G?dp;vA7H!Yg4wiMQ`0uBiR*&>IV`iQTsLTJxK_~i0>7OUB%s+d zh!t3BZym;pb}49k^#YKBlLoLFRxdRljeTS!P)}7TE%gYUAY+zV-WQp z=|-DeW2EMBfy6U4O3njkR+W7YV%MX$B;FPSA?0Esb8NoL5tm>w*37490aF zlT-P*MpP#Vnq}k(1BgF{aU8%%l!fD=tE#%GN&OcYmD{-1t2G$EkK|5%zhu>%TeAQ_&)$DmLbeTF*?u!oXe@=fxZ}8{$WAolmImo%mOk7zbsx3!!qK6_WKhaHAS3n znCR$T9UQmWRgXF0bhROla+aQ436d_wo8Ovg1b-=Ybivp8|z&QS?s4_X%Loy@3 zPHI-Q%yI+fxw?i8$mtXff2maKc<=$OX)+s4FYrgv4=1_MML+5*S+Bt5#w?)$UfTvz z&SDC4JO3EsV$H_P^A#1-=Ema3k(E~W#ZeyVqgpXD=%upU!-89iNi_s2R&)cKS=Y|& za7Ke~SZZTyv&Pp-wn%De6^xJy*_U4FAC&itT`!2Q>eLgCak*c!(mL0gSMN?&Z*AHM zYrUo(rIKl?o=zG)EMmS^>F`Z@Hx7y)x;Ln3o3k8U)8#?IjkvLT%%3Y(O>pHNs#kKkTUKb;F}df-8)2r@FKB zn`SmwFZ-{`i>egFPS{W}XOgQ2^M-5UI-<&_;*pB?^fhq?gLw_;QcZW|$GSc`ZLU1b z%MQ!Q%{relm6uk_6ydkWZ>P2q6hlszBO!8$QO75F(u`|0`%ryW{tW_E9K->nl)$i4 zvOs)InL1@Pu~FnO)@LSk0Xugk#LU!mz41xeiB7Uh?FreXuOG4v3I-KDBt2g%Asf^7 zX|s?R)zOWXFXjY0QS5SYs-9fYoU3k-w_uy7pwA*ATJH@1~S=M+K5R4wrc`wdU~b z`>T?(AEmj6}m1 z{11b=$YyI>0X1F2agyZ`fnndBqStp~&~c-#BHbZUJ=8f+$t=}8r=Je`Z({a+bp7|u zS)r8+*f;7GoItM3u+FVIzywCeIZ%9KM8|KPeZxr<&Y%IUgeX%>nnQIwnhYsO#E!<4 zyE~-vZxg15-bi%f(%JW6zzXFi>_ACbcxotXN>Ep7CAYvAZqy)NM|WtfhSCjd(eKV&?_l2IvtaPD{ zqh7Dj)A=OE7IOt4e7Tn=G1Dj7>2rN^gsYcrKyhm>n&eu48CLDm2)M8Uf_=- zdkOpLxKF8z#-~>&u+4Jr(z+uGG)#iDY>waJnwhzKGoe9OZ!HpZwW`n^zisHgwzt; zoOfn|ql7G$JF!7}a!gD&N+>Jcwg~(qv2JW&hD`va@9;*bT58UX>@x(%4yzRu;A8Fp z`YhJ!{0Y$!Y ze5lDrMnvO=CH5kPMiA@PQ!#pShAoo*Rjd&DHao_B?M$uCjP2=rVGhhxdqU{M9plhZ zk=|-I(S7X*z20=9dTATz!4-Pb%r#RF|o)zYKxKO=Q_f-o+7-mT7&p;2&v& z*d&b>B(`23X`QirWOAL%5jP9ewo=}6&@kRN*D2=K$$YV2qDuH9DQ2wmS)QKo8HUX{@J8>M?i@n0X!Px1l?@VjUWwZd*Hv z-H9Aw_CafhiZ?YQ6^PZ^8W&g@_2 zCuI3PkdATx4n3nKX*LCO)XJcP z5ct|BY@i)~RX>WTE~|SAI=ifr%(@p9s{zYFb929*NUM#lzw4$fpUW-C%VeRR?`T4o zt~++wRMP|3dCdKde~7-<>YcjlNuyoIOnslbE1{`8{;5AiU6&U#A}9XRB#25Avw*2La?rSbulL}cnYR9R7Y?Xaq@j5%N(4!H}wT)xR=2eRFFaG zEC1o^=86oe2pn|*W(swcNkBaUa2V&kb;~gu^RauXQ)kW4H*ZmaL21!`oncE-r}*Icwi6lTDrBgfl4H_cASdFMR!@m4p*kVA&fLvE#Dolr zb}-F!jLqDKdeaehcpkuT4~b((&s(UE!-Gk30@ z^G|1*2Sijwq8(RHO$m$7nU-n-)T-`8yG&=H;m)T2;oeeRgNA$jR`P(EJFOa154eY( zF{S1~{;R@Qc`y}N?ed9vQOy8%vJbui?I^}AQD0Ed*Qyt#=;$-Y-#qio)-IHUFw6s( zHQ!$Ug9?%3ch20cdTfj1_RrtAi#Y1I>bZQpHZ8eGl(M0&OFX(%Zdwf_WKSeZpmCw z-FKelqyFG8hp@FEDqf?oicR!qj9~I<{osA`I-_;o6*Jh2e0olsmI`T-HO;;T9zEGF zgvKM1EKB;mgN#BqFr8pCH52f$x_y|qH2U!(drCM&EP6uS(fP3 zGamFv)GJ4Qnp!T?$ zKF@syC%FYZt|jV7k@MiQe&(U5=O#dP3-z|t+&&FCiGQj@z3Z&2x(<_W5A~|vi0k3G z);U*iG>T)6DCmE3M!BSBPp*9($7~jiw6d;V@2a44J&~Njnhm;GsPfeB0oaqMF+s0>wWFFEM|ek9 z4lVbbTz{wSN5A50`h(JBu0dL_UsDLDC%FO>;C=Wd1}JMzNY-x)*pp+HU`8k>DVj}+)KZ_9`xwy?>g?33QP$}$#f{&(?#9oW%a6@O zw>}rBSLgHW?U~ga&a7nnotO`QkIw17GQKp^YgI8iRrK%-?LSgRwGueH4KDg9zsM$7 zAoF$Y$8`2ykX_K~C<#eY2@9TO(@i4`iU$@Py%M5<3BJ4?}VE^v8~`eDMQ6Nqw^9(y`( zd2AnuT7Dv8H^;yEhwG*?LZ89b-!44ySsvXLqY~;L#Nrx0(IEW8A;MmS5&!27o7h7H z$KU#gLr&18=k{;he4co4zH@@*)GbdV?guB=xlRy9(4SbXnz0GrFQR*g!Vx3Mz z`zo8xeC;gO+W?{I=TyUxbNBdXPHup+SwSZ@?`K|DdYVb+A~*o`!V4MRd~&_7r%{Fd z@DyV1WQ*GB)j~(wKZ~MH4}E$z?jpL8ISKmMofqFy-_1~x8z(jHgGY>x?iJ8*_F4}>s#7XQY^3j4lfZf=Fy#`mvJHT59@UIhLLZ%PM4G#41)V7 zDU{|gIVHNMSKVK}p`k(@Pbvq-(FAhPTYw2nnBEp}2Y4Y&Z+U_h@%lXdTV2S&xzext zL$Ak;HiFK`^f+vu16Fp~j<8-(;9BYwbl~@?(UKksAI9-}D&66>z7}E>D`6g0*D~WVW9ip~JMDg@vZ>?#Cx3{!rUTJX`F5H=Dr_rcAM9&Uw zA~z8(m3}aiiJo+xzHiRb)yvDAS}MIh#Ve(|TD46*UdG2INJ6zOW3sD!diwlBwM|m( zFT<;j)1!$bQjZ{lYeCtF9uIdbq7NvTso^ReeCj{f3t!|szdk@Q*>~cWPhu=Ei0ccS z6qxqRm@#vmsc-7KfSv7P*5yHj{*f`-b756q1nV3%&&^Vf(>HN_?FTqmxe=;21q+?U zeIRcxb~?_vxR5@V79W?QSs28YCy?g_818~Dlwv=W(U^q;R@ks@uf$mcwtntLlcdKX zf>?JwE^W>nM15TRUip=^bjh0Bkwddk&!C2{2$=anre)4dp+|ajmUbsZ%JE0s@RW>v zDOjIdX6sl#!NpOJb_(e34C$!7qjuVTCq#%x6uP#qM&*=kSIR5B= z-=N5<$-22mOuI-=$0~KP+ho(TA0oXGDguJTd;Gs|cutSfIU|qeaP_Gq`lX)V@T!sH z>qD5uIo+U$HauQ*Bc706A%MlQyojNX?L)?ia44emB>Kx=~c*YOO&P1l$oD4_cn;F^wCx zT(C-0b#IbLbLVElUNkQIAoIuw&voUMA<;LcZGj~E9XI4NH#4_Pjz~?HrjWCkgO}#z zX5db$LCjIWnP9RddhvW&?j9*+Z#Yg>C2M0N%X};(MtJ{W3ou5LmHp$vZb}!@1bb~3a1(YCA*N=re32)XfvJ|qd^=U$ z#IV%o@%bN>=_UpfZLXVpb5^b3F)^5_bDi_W#L&{2tT8B0O$^4LJmae^04s`B6%N5URwRrpEayjOY% z`Q5y`;|@w2?s7mYSR(Z^3YeKzKA)f9P1(qqK6M_$SV152{HLcJZKbUvAV@VSV1n*s zGyf8dfc%JS-<)|#6~@e>OE6mUHb*0tBIaFUX9u+}WF6HmW3%)U^e0TKeybrGn8RDl z+re}FJqqQJK2Ose4s)b9&XdF7^$3@NVaAfOoTl#I%;)Izv|IR=FK5rJa`kWpRUlvX zqTi%)$BX?O*Gv6uNmsf@YqBn>w_lI;d8@)N<7%zZOl#V$(TEqho?VY#1?FjKFurQF z!|A3L1j|?j!)u9gb?0+ou$1y7%OM6b)e1dMOV#0+wC|X);aPDyBKCE9HcHW|p{C1~AGX*36mJcsBEc zj#|Ef!u6qVM|R?`{{|yn2=498UbOF=yO)3~QLEy*aGr5*3>{~!zh9VZLL$zNlPb*v}YWD*sDnlnne9pw5{oP zAVwHd)HrTIR3`qFi6(b6IkyjeyChn!sVS+dO`w}G?{=BMs_3FLvegD7jy{cAm z)CAJhXN7@lCNa#nnAu#wi;Vin)F+8xsvJ5L>SmF#7)HfadY}Y#Bu&mSnY9gA0XxH- zskt12DyQ+MSkatKt!0u-^D5>y9>Q5j4`P%CiEbVtq6i1i%eelV9GDVMw5b0{{->^t zFHS|f;bhohD6Oj|yQO9u!36YMEE*k!!-sxP2u9$~sCUz-Mfmj|Am*01_1_&u&mC93 zx2X2xM&^zX))2AtBl~-iz?jWcMu1dY=Xp(8n!4UMr!_J^HD;pm<6K&hyL&C+U->CWm+OwNT%Xs$Vx>>VDuTT6R>kS zZRE>zj4B z3>KK?>Bj_mZ_@CKY(D_DnVezpF4gq`K($NJ{Sss}Bu>~Z^AVb7q3sAh&l8Y^z)~ty z!c`Rk#NEvxTfO^G>c1q)Mag$%C{&4S3K=7}N8g(< zge7WU-nl+HG!l&_hJ2djaT6;LIqO(4-4-7fKOlEA3y43_9g1Ej} zHulfMggbd1D3n(z2+Nf`c98n%X2?kE6J;Oul|!dYMwcJW3Fb_*0Ep(*vyr~4vDGAM zud!Yq9(q6pjXOzOjfd+;n1YqB(vwk3ch$Dd*}wH5ZMe@m1S|wLw28W|a8*F$`|O%t zXG&)3CR3_$CMx3=cL;{v2Kju|5gb9GHCtv_5HIzDBjA<#4LGFE;D10tumP((oG$EjLnn#+MOMQSAXq!eO z1k#2!wJ#N1uaqm)*C^leeE^kj#a<*2QF~YWddH8Oz9|}I9+@j(#xNg3LrRZ|wx6Y7 zTlPc*!K?BBe-5FxPI3!{Gq_99iQH?-?Iphi{RJEs&Ci1-_!I^sj%Z62+PZd4d0@2F z_2L@kbD(`pDNo%T?pCNSY+&CHi;i}dyh z6*Wvvqlo|4Xk}AZF9VNNNYbQj#gBD*q=mXt#1i(@D0Yz-KAQ^o8m(!BVi1l>rv83&L?&T_Bs{ed7saA( z2pLlsPZ~`vaI`|XkLoah)lRgkRN|_saEXE!&1N^0{#oHT-2W7X2je!Ck!pnefC)p* z788z$HjV2Zz#wlLP7@ptH$%UA+|YDu)}7h&AZ^kRW5s61n=U~xRlqQ7zue3)jZhyC zQ{w22tNoBTjGNWOX^Z$%0MG7$_Jj}76oU{M;YS?f{>uhv;Rbs@{2w-hjx|t-|4F)I z9yk>Hz-gYUj%g6$YZTL=uR&yokE^ne`rk--Qgi`7&q2wjN$9O9QJ9%EU*z0CoQCi2 zaFY)6y;BoaAztt--aH}vn$-P575ScKX4#mbsaqMgj={;Nyb`BTN;ja3Xqc&+4usMD zU#>uhQ~e2Aaw<@&`YY{Bq$2rO>fQLSH9zgBOV!MVOooS35w7+p>cBxd{6DYX*YnRu z7sl{pulPPEs*>>67j(6sF2J>KVdnRgnRX6iRE^-M7=kf1TBE|KU;hl)Ti0Fmx3=iv zaw>YnepFOOUINl^#l?AFOOukivdhb zR;j}t<-K}$-i)rtlo=#28r*=%6D{=4u4O)r0{E!+MpUkWfeJkYXiQ0WtC?gV&apH} zzY^yqb2m5M?fE=VMdy3{vL+IwD`VlCAlHJ7FGjNk+*~g~pZ6UH^H{x^rcns?eb+m( z!4hle?8b~9zVt<=3EYBul84EK*i*97Q0Fj9!dICg*7lZopR_2wH3z`>zZcD0lLy0z zup#*6?wY~+)qoz18!QOBq5nWo@oxbQ8?Km;^{$6XY)_lEmE?~IsI)?eS{*x~FZ zXEKjxnx=UaEjV-L+^}u@jz$;?H#eyME&mzNT!zdKml19J_n*9p{gn~Z--LDQ1x zY9!v#w|4@-m0_p*GHN`4*F4`tlHtDgujXqG?5ZC_pWN@Qdp$XiV5?t1j{ERUNc|)M z?$v#agBZVs*R}4$aVhs_C&5H%S|-yKbuQv+heWF}T!ZkA_=@j3 zrPs(kTSKT1(o}E-(vRT@O7UEAsJwQ0igIl#reBwU(T*On%SqcEKr-lfVW z?Za)jL5d7>yeIBWhSUz!3aDQ*Jv8;Xr#J^v%EEP4fe1g<8oD5%BM__-5GTYWh;mCzF zD}l!-aLMQKqG?fGunIn)sdB5_5~NAgNou5pMW@-M{kO4J7!SM{cA0kaNf1_Rbm;E1@ZB%7fWJ!_cT=>bu3Cg4 zp0Ty1X`hdNDLX^l^K?t_LDwD_?;f~bt580O60gVJUT^*$uRYg`F=;f-(;F~0Wsc4e zwF$K;@x^o9(?ByxO&G{ceIM~?M4dUv&ElzJQ_81)lVlQ>!De8YzRxSb=KtB1hWh^- z7DiuN(-o2E>jt4{QeCY8JE^}IT~*d)J@eH^Kolx(5{J8UnAac)^+)|Qg3%Y+%sq5a z$c$lJzZPxzdIi}#6!qn(CDCR1{O&7Zh`mt|*s9JnNvX=Yya@`ze-=RRjt7`WBN8=u0irCYSE}Wu4Qi2wq(LUs{~%0T4E67 zw)!pXb?>n?{3Y#vP$BGdIvCA=Xawc8J#TK{?<7Pa##?ze@Xfory7pzl-~(Vdw3y8n z>etEjZ%+pwKhebx8}LJ5d_{*?4gKtEgEPM2F8pMq;@tTEb$S#xk044MH7VU(8j`?$ zP;EsGG61Q(`m2h|8nBWW^CZxDQ=_}6$4@nf>1%3=Fh(T8=@5Pk1Ytik>fxT!Ae5l% zAG8Z~GPNDp(*G_!Cd#|U39PQqVAFC>UG@z3HwUo?zlX!zbvOtq7JTHFshjBL)X*0J z7~)BWJ=W#v>}Sj~c(H5vzAw1mn)vHkbByGTxuW2%NEa=#N6%XS=^^`4>Pi69&4lK@A2B)jkKp;p;CSx zKwUva%6SS}9`z zG=OTMV}~b>Kr*7Ej^H9&KFkXoS~+0(h*y1y{jw;Jq*`zTJvq|z2ufV1@KiC)hfreh z8j*~(BA5XSqiz#$jl-`fy)Ei{yyQTBpfH_T= z(}K5t8Ku%M1B?rH#?dqS*lo3>(Ql=neeDLcY4%s?zfm=c{`xfo%Qaw|lDWCQdIdN| z-8bhJ=#6d&x(u>}csPUs=BGemlL9VHD#gNK(ZQm?;sF$BwvhKsD#;?vqJ@Rc0+U)O zlUm5r`Eoj+;4Wk_Kh=`=oEDStmU>Hpn58oOQcf84a*>rs9)9NH94G0Veu@1!gzULG?$*w!BX?l zkaajifjK|GE5hqJE{5>{1aB=R>Pl8iYwDMuefC-EG75rDM&?Akp=3)wi8g*2*mBaw zvN~;>Wk+^f$|O2l(e);)#l~SX{`X^)>?S^$-Gr&zMA{~RWlLu-w3uYVbzP^B$ok(E zA;A&zL`fX-0uT7#6{e|d^tytRb%cJMbb``&)xB(w1Hs?RiL4_lRrflDB!PFW+ALhQ z_Ft6N{)=+4UoZ9(kFL(L3sZ3^xBiPPzQwlj#$)Ga9N+2Qw9N-!Qdj3I?Hvb1%|BpG2fb3cv8lZLwh&nre zuMEByRayTiN2(n>|Cpfg2vFE+EC*PY&)(C!X?lVD%j#ks+D}6 zVKIwE8;f=pE{oYLvMf9nH?Ww)VlImtS=@v|U=p2(E~R%|fM1~wO&WuO$iQhr(f^ua z={1?#>w59JT)d$dZx9i$v5>RZW!|qzspoH`EC@9psSL>@l_7!PG%vEg96bMLf|d6s zv2r@=zsEVBM$dQvl$25`a7%i4PkVSz=783of0o6Ya`T+tJO^^Rm`cK1jS@tJ1d)`h zaXaf@ps}&sSp_TWpOAkS*u!6Qrj{F;%&Wn zn@?S4@wT+QEG25aGIW;bzsqJ`IVA`G-82v`+6fYH!7-HL3!bCgb`s|zK2+|b6qr${ zv4rQJ0s~1y|CCm|FWq!aR=*$g)FnNkOaFaHSuU6J{0{)FS2?T?o|$~)OzJW%Eg*a! zMMco@b89sfN$f*ku$x@XII?ZiM7&?Y830>Qd=@5$Z zD9YQUm&%2t0@J7K@fc~INSWG$b37fhZ zG-1ivb?V&8L+u#De>vxshg4OF9E#p{fh775H6GQoG^|Rwv@?i z`#_3ZI=E(Qj^*fW9t4;da1R%J6m|rU!Wf__XXFzH>>3ry#OMffbVNkUyGRZJOP_IN zTDz=o;JZdC>TDN82BKU-DP)5cz`R{f2uC2#wG9E>j2bzj3arBlZ!{A$3fN9=p*y`L z9rBitJ8gi`M}?`%k3xH4XtGWZXYgp+k(xm>u+j zkP9XV#zlClN}m&Vslnt)=#(5R5-vEkT~;WW9AA^^BQoWfg@eu%;Y#KTX) z&9L88v~yD;X|5SI(!jFVU&2F;9cyATP5@7?e! z`ZgRp<~Q2(J7QNGmNcsVl&&1)5n%%D(I^ONL4g5s5F6<5e<@h=svo&=S;#0DO?27NRJHf)F!w8jRbtWGPqkj>b%AuUM zjz+<&9P;*rr+IIk$av*Y*8i2aj+}M?_^0eq#MY5al>-n#9!MbY+X0FNwZ;KqzXMeN zmBXS~k9d_MO41{E1Zot9-p3)S zCM(oEa#`&p1Rw%c15_&xJ#qmrN9OR69!`sxRL^>q(*nh5+kiByJ*ReDi~E=ZT!dOn zXqFll{!x4QCypx)=0^h3=?<=Y2boyrHahC}u5{K{1n-t-n6l9wB^@d*;fD=6D3{R} zG@W2ulEaXgOExVWd8?VjTz~z`vkwoQ_WXcb!hTeGEWCQF1!RWID$nG^mi9$60+`s^#>p z6gMSUElF#SVdeqBI;^vs0X@kL7#lo7uTkh`n`90qFo#Rm^`77*8d+AC0S4g;0Hbam zsRw2t0PJ){NM=Jto00#g7 zi5xRh13%d!s*naDSZ;@-hYWGSkR^{qoMT-4rvu|(ghP{q=Yk>V!s*#T zoB{R74Z&F=F(4mwn#yxo%mXuc3)I1%CsRTdHRe3rt^T7;l+=!><0#b^6bn3f)yppJ z0S}t{PVvC>0vrp(!$dSog!>T3y=@#aPXh04V=p+!4D)D}F)eINZUAQ>hh&mgCoV{R zeeiaL?{?vYR|(3i!U?ZR#bK6v4Xa_ga3=Q-v)pUQa^<7s2OcyaIm&=U;)(K6TjG(U zwYY?LP=lsWF#1R>KH(iI1K6tzYynphEu>|6b4EL1fFpJEh&kb(00B%6;HmOFK!WD; zzyUxz1w`fh6TFa;7@c(S-eSP+ZAAkHm=3ct#I|BzsK5U;b zKU(zVRlhzz^;?@Cc=qpqXXPK<*4Fn&f3eW{!$19-2Y>!&zxHc)Y`E#aJ#fo?FYN!F zAO6Gncm96apX^-m{Qp{fYO+lE2KQChIZ z$=E3md2tKge2dL+`0Om!9Fdz=3RR*^%6o9?S{T6*5JpfUrnQ>rH1=aOul$OX2MIv=6)qZ-e_*4>@+&zD>I7nj`aRG|2-;zGl2Ee9dtyx2 zTLP>lkfTO1pUC$wLE-V>=piYSx@5H`OloDRh_}Q^$)y&$L4MLk{una{mXnT!5_dpp zoP*M^YNQBK&^G4D^Mtpo)lTOenMSLfL@jTSZ4hMge%?9ujc0#5`}53wA{KAUwBBXE zz334H@8z_X;)+KH$K?t0jg>ogmWqA-g>g`*w5?d^FK+D{A1W2L4CBVw_?FV}SfOu6 ze_>~_B==YK?H(R4MF_bjVg6&2oqVOx+c!3Vj%#c&Sj1*%&^e!U?bc4)8*;PT@xVIFO+Z}d8)H$sgJKFj^W zcMAmbIh9FRP8dL;+blZ`u3Ug*JSsWwm+=pz%Q!X?&z}E1az78!*Iv@Ul5i2rB;0JJ zHCt)VR*Z7c9_9&R9 z)1~+c=XBC|V$B6@{A0+wYojAAU^?icHfWgYQP;tMbaxmv-kz8%5WhysRk~0~?*SSE zEkvjKugm>6=n5bMPi>J;=ab-UE@vPePx;2O$H6?1MkQ~-OJPfw&mo&m{yXhL#rHX` zG_>HFu;tH?U|0CwtGQyL8sL{Rq~fdKWOG8%SJ=y;0(95SFq> z1xRJ;I&b8%6p`HQFCZ75_myw1D+OKLh-XpVkPg2@<)eO*2W!DpVc`X z3yVN57x4&1JG5c8qDu!SoHhXo)v`<=4m}Bj3Mns3`F6%m!>)iH2iXY-`vebO#l^klU9#9^}+G2TZ?0ZI|ft&i(?zURU9gohIfcf++Hkg z8}5hZ6B?IY*f`9jECYKB;IV>L%YX=QAQ=cSMzfXiY-P6&xu+GDjgs?94l+QSpYrm+ z2&D}dVsTbmjEVer(N3V(%9g0w`!Z^!`u4?cTC=g zEu>yMNjNJ*-UubL^1m%d2gItUokBp^sitrA>j`rgN4v^EQ^vSEVHWYZjoXJF8s4#W zaA16_j}|Qg-10T6qqp!yn}m6=!8413RG@|!QvZzVk~8$f!4GHf?*{lv{uvdDGhXHUkR5A9!aUFbrb((y1IlC@ zZ10BnA(3_%|3pQX-(p;vQ?W#1;RmkeB5hqsPpWCMW(BIP@>)J;NzUzcz$S8}i;@*%YfxB$Q$4-hir|z^w zG(JEp<$s<*^1aF@e8N9flj`@i-w*U~rj=_6m7nL3SD>;z1-P=64@Gf0bTp9U07Spg zf70ZFbb0}i3p~YDE~gq?K&gqVy$VjTmqkAC0{^2G*}c3?u!qN@9jv_(bdxn2nGXA0 zo6qH4IN;hZN~zYX?G-$=)Bb=Gl?7+ zg?Bn}hdT5O6sQBc$+{)ddh)WZb}9aG2|+g09ag%O39wqiN$sMchhZtv4teDls1k93 z45321kEWh0Zu>ZES^Sclr0PXSxZu(aHdy66{$G@TmnOEC7 z?2PH*3o_G3g`IyX<*&pVUjpXEWS2L0B@C6x&kNe~Ow7Rad`gs66Ksrh6PY+$ZS@Z?O89#>?1pc@ zebI*EmT|b7yBDo3j%^>@xpNS%{bXfWH!0u?3)^>Y86F!Nd~RXk$>JE>-+$MlZvI_Z zcnAhye5`o?j^cP}tZ!&xVeR;HLxWo$EAH+c{#J3v{m*^<>wWiZx#w$(@4b6Tv3u#g zw}&*9v&Xs-dBS6o1o5ugDpn4eCUpZxwS^l6}z?+N7!})tjUgn z0RQ-$iJi&I4jOw9$wer6f$43Lx6b%(G_!Ua+*@<~{VmK%CC&9&fIf^`7v+$utQdjDH>;qRU{OP9V?%Z;#_w z4yc@BEr;j8EYfszS-85x8eFQnJ|NA-M~8LN3sp$4RYIMkGVjCa^c^Cyas(%6$7?KB zdewWql@LL=$dq_=xGN_CD*y4tCSoSKITcIQ>-n{w#`YG(pU+FPBY z8WW!lrcll+6F?--97~K*c*(2*`Cv63mIMOZ5b(7G7$MNI0GPHLp@OSWFB3WZ_o{#u zqpPe`K7!QE0=L4?ubQ0RM9Im^q&W%E{}yZ%1)vJ2L^S(Jl-cV2opu`n1*|22#<0q# zxQ;JeBaKdYaOP#Hg3At?@wm;N4ci1?T$``OX$SZNNf1}&&iGG2#Ka_+1kjZUriV&*bc(H!)%6 z0QY#O4IIlT%z+>}4*VFe4RNbVC6S3ul_FhqG9_B0sPRU1A}3sxwaLsAqWiES11eC6 zxX^$#+9V?oumYEpaHRtvEXD}f<}1U=6)wQ=VQ!PxP=d^Qit4GpL{y_G>VYl{_>zb< z3=rnMpV^3~S!6}T&#GLUtzmkC;C6f6m{hlOLx+{7Zaw0eT>BmpClLbkV!uL+pKo zOAR!6&j3z{8jJ^Z2bS@mWs_X5!lSTv5UX~(7451ABy>+w#Y4YKUbh1dJsyV&Owm44 z{fJ@H{KBt9oTxsk$kjr}ltB%YxFna;IOW9Z$+Lh?ntqp7SI_;EOiCbQn_`>_^c)-t|dV^TtPdBfi3hsHz&^DTxyE)JU#||%~Mt`&!db~ zFVoUq28KyiP(l0&kfIg*FMnvgu=2yXmv5&$mT&LGv=f~jw%v&|RwtZG{6i1IBdDz+ChT*NH=ljO6IxsxGqhI_(ycS1SaQa5j3JK#ZUUb)@#c)dz6emm) zSH`p@j9v4IjJZEymQLSKq1Lv*K!L92!()Bhi_Z^_;TN-JB}~iuVySNsKlwq3f~H%M zKv?wnir%no0q!yUEXiG<#2>)JUGT=-%1XGvPmT4BJU+Z*(zET|Ha7hH&V<>UNl7~v z|Aps;$;;TuzDPS`o_%O|Z28d8YGhQ5IP1mYqW&Ski9erpnZg5dHdD-CUR)jCSl>IJFv+-*h|j)p9dyBzfJlNaKlY~{0&}i91M5kvRys&`i^x0 zuiiZl>i5d5>)|ipvxJKTqXxgJ+lqMv<2;FR_}icQg%|d(zYV+y$L`5zmYOy^L&`^A zT@Gg-hiMV;%?}2UeoOG&DvU7zj137TM}RlZY5+6F7dINz5nA%WV!UUoXJ5mtJ`aB3 z4Vry*uqfAZ$0R@dMJkiC{`uf}KybRIh70brB!&XI1e=-b=^f&>8@^!zAG+igQojGr zFRz3YsejJkb9jg!>e|;+UukdfDmrh`zzhavFffCG84S!|U + + + log4net + + + + + Appender that logs to a database. + + + + appends logging events to a table within a + database. The appender can be configured to specify the connection + string by setting the property. + The connection type (provider) can be specified by setting the + property. For more information on database connection strings for + your specific database see http://www.connectionstrings.com/. + + + Records are written into the database either using a prepared + statement or a stored procedure. The property + is set to (System.Data.CommandType.Text) to specify a prepared statement + or to (System.Data.CommandType.StoredProcedure) to specify a stored + procedure. + + + The prepared statement text or the name of the stored procedure + must be set in the property. + + + The prepared statement or stored procedure can take a number + of parameters. Parameters are added using the + method. This adds a single to the + ordered list of parameters. The + type may be subclassed if required to provide database specific + functionality. The specifies + the parameter name, database type, size, and how the value should + be generated using a . + + + + An example of a SQL Server table that could be logged to: + + CREATE TABLE [dbo].[Log] ( + [ID] [int] IDENTITY (1, 1) NOT NULL , + [Date] [datetime] NOT NULL , + [Thread] [varchar] (255) NOT NULL , + [Level] [varchar] (20) NOT NULL , + [Logger] [varchar] (255) NOT NULL , + [Message] [varchar] (4000) NOT NULL + ) ON [PRIMARY] + + + + An example configuration to log to the above table: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Julian Biddle + Nicko Cadell + Gert Driesen + Lance Nehring + + + + Abstract base class implementation of that + buffers events in a fixed size buffer. + + + + This base class should be used by appenders that need to buffer a + number of events before logging them. For example the + buffers events and then submits the entire contents of the buffer to + the underlying database in one go. + + + Subclasses should override the + method to deliver the buffered events. + + The BufferingAppenderSkeleton maintains a fixed size cyclic + buffer of events. The size of the buffer is set using + the property. + + A is used to inspect + each event as it arrives in the appender. If the + triggers, then the current buffer is sent immediately + (see ). Otherwise the event + is stored in the buffer. For example, an evaluator can be used to + deliver the events immediately when an ERROR event arrives. + + + The buffering appender can be configured in a mode. + By default the appender is NOT lossy. When the buffer is full all + the buffered events are sent with . + If the property is set to true then the + buffer will not be sent when it is full, and new events arriving + in the appender will overwrite the oldest event in the buffer. + In lossy mode the buffer will only be sent when the + triggers. This can be useful behavior when you need to know about + ERROR events but not about events with a lower level, configure an + evaluator that will trigger when an ERROR event arrives, the whole + buffer will be sent which gives a history of events leading up to + the ERROR event. + + + Nicko Cadell + Gert Driesen + + + + Abstract base class implementation of . + + + + This class provides the code for common functionality, such + as support for threshold filtering and support for general filters. + + + Appenders can also implement the interface. Therefore + they would require that the method + be called after the appenders properties have been configured. + + + Nicko Cadell + Gert Driesen + + + + Implement this interface for your own strategies for printing log statements. + + + + Implementors should consider extending the + class which provides a default implementation of this interface. + + + Appenders can also implement the interface. Therefore + they would require that the method + be called after the appenders properties have been configured. + + + Nicko Cadell + Gert Driesen + + + + Closes the appender and releases resources. + + + + Releases any resources allocated within the appender such as file handles, + network connections, etc. + + + It is a programming error to append to a closed appender. + + + + + + Log the logging event in Appender specific way. + + The event to log + + + This method is called to log a message into this appender. + + + + + + Gets or sets the name of this appender. + + The name of the appender. + + The name uniquely identifies the appender. + + + + + Interface for appenders that support bulk logging. + + + + This interface extends the interface to + support bulk logging of objects. Appenders + should only implement this interface if they can bulk log efficiently. + + + Nicko Cadell + + + + Log the array of logging events in Appender specific way. + + The events to log + + + This method is called to log an array of events into this appender. + + + + + + Interface used to delay activate a configured object. + + + + This allows an object to defer activation of its options until all + options have been set. This is required for components which have + related options that remain ambiguous until all are set. + + + If a component implements this interface then the method + must be called by the container after its all the configured properties have been set + and before the component can be used. + + + Nicko Cadell + + + + Activate the options that were previously set with calls to properties. + + + + This allows an object to defer activation of its options until all + options have been set. This is required for components which have + related options that remain ambiguous until all are set. + + + If a component implements this interface then this method must be called + after its properties have been set before the component can be used. + + + + + + Initial buffer size + + + + + Maximum buffer size before it is recycled + + + + + Default constructor + + + Empty default constructor + + + + + Finalizes this appender by calling the implementation's + method. + + + + If this appender has not been closed then the Finalize method + will call . + + + + + + Initialize the appender based on the options set + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Closes the appender and release resources. + + + + Release any resources allocated within the appender such as file handles, + network connections, etc. + + + It is a programming error to append to a closed appender. + + + This method cannot be overridden by subclasses. This method + delegates the closing of the appender to the + method which must be overridden in the subclass. + + + + + + Performs threshold checks and invokes filters before + delegating actual logging to the subclasses specific + method. + + The event to log. + + + This method cannot be overridden by derived classes. A + derived class should override the method + which is called by this method. + + + The implementation of this method is as follows: + + + + + + Checks that the severity of the + is greater than or equal to the of this + appender. + + + + Checks that the chain accepts the + . + + + + + Calls and checks that + it returns true. + + + + + If all of the above steps succeed then the + will be passed to the abstract method. + + + + + + Performs threshold checks and invokes filters before + delegating actual logging to the subclasses specific + method. + + The array of events to log. + + + This method cannot be overridden by derived classes. A + derived class should override the method + which is called by this method. + + + The implementation of this method is as follows: + + + + + + Checks that the severity of the + is greater than or equal to the of this + appender. + + + + Checks that the chain accepts the + . + + + + + Calls and checks that + it returns true. + + + + + If all of the above steps succeed then the + will be passed to the method. + + + + + + Test if the logging event should we output by this appender + + the event to test + true if the event should be output, false if the event should be ignored + + + This method checks the logging event against the threshold level set + on this appender and also against the filters specified on this + appender. + + + The implementation of this method is as follows: + + + + + + Checks that the severity of the + is greater than or equal to the of this + appender. + + + + Checks that the chain accepts the + . + + + + + + + + + Adds a filter to the end of the filter chain. + + the filter to add to this appender + + + The Filters are organized in a linked list. + + + Setting this property causes the new filter to be pushed onto the + back of the filter chain. + + + + + + Clears the filter list for this appender. + + + + Clears the filter list for this appender. + + + + + + Checks if the message level is below this appender's threshold. + + to test against. + + + If there is no threshold set, then the return value is always true. + + + + true if the meets the + requirements of this appender. + + + + + Is called when the appender is closed. Derived classes should override + this method if resources need to be released. + + + + Releases any resources allocated within the appender such as file handles, + network connections, etc. + + + It is a programming error to append to a closed appender. + + + + + + Subclasses of should implement this method + to perform actual logging. + + The event to append. + + + A subclass must implement this method to perform + logging of the . + + This method will be called by + if all the conditions listed for that method are met. + + + To restrict the logging of events in the appender + override the method. + + + + + + Append a bulk array of logging events. + + the array of logging events + + + This base class implementation calls the + method for each element in the bulk array. + + + A sub class that can better process a bulk array of events should + override this method in addition to . + + + + + + Called before as a precondition. + + + + This method is called by + before the call to the abstract method. + + + This method can be overridden in a subclass to extend the checks + made before the event is passed to the method. + + + A subclass should ensure that they delegate this call to + this base class if it is overridden. + + + true if the call to should proceed. + + + + Renders the to a string. + + The event to render. + The event rendered as a string. + + + Helper method to render a to + a string. This appender must have a + set to render the to + a string. + + If there is exception data in the logging event and + the layout does not process the exception, this method + will append the exception text to the rendered string. + + + Where possible use the alternative version of this method + . + That method streams the rendering onto an existing Writer + which can give better performance if the caller already has + a open and ready for writing. + + + + + + Renders the to a string. + + The event to render. + The TextWriter to write the formatted event to + + + Helper method to render a to + a string. This appender must have a + set to render the to + a string. + + If there is exception data in the logging event and + the layout does not process the exception, this method + will append the exception text to the rendered string. + + + Use this method in preference to + where possible. If, however, the caller needs to render the event + to a string then does + provide an efficient mechanism for doing so. + + + + + + The layout of this appender. + + + See for more information. + + + + + The name of this appender. + + + See for more information. + + + + + The level threshold of this appender. + + + + There is no level threshold filtering by default. + + + See for more information. + + + + + + It is assumed and enforced that errorHandler is never null. + + + + It is assumed and enforced that errorHandler is never null. + + + See for more information. + + + + + + The first filter in the filter chain. + + + + Set to null initially. + + + See for more information. + + + + + + The last filter in the filter chain. + + + See for more information. + + + + + Flag indicating if this appender is closed. + + + See for more information. + + + + + The guard prevents an appender from repeatedly calling its own DoAppend method + + + + + StringWriter used to render events + + + + + Gets or sets the threshold of this appender. + + + The threshold of the appender. + + + + All log events with lower level than the threshold level are ignored + by the appender. + + + In configuration files this option is specified by setting the + value of the option to a level + string, such as "DEBUG", "INFO" and so on. + + + + + + Gets or sets the for this appender. + + The of the appender + + + The provides a default + implementation for the property. + + + + + + The filter chain. + + The head of the filter chain filter chain. + + + Returns the head Filter. The Filters are organized in a linked list + and so all Filters on this Appender are available through the result. + + + + + + Gets or sets the for this appender. + + The layout of the appender. + + + See for more information. + + + + + + + Gets or sets the name of this appender. + + The name of the appender. + + + The name uniquely identifies the appender. + + + + + + Tests if this appender requires a to be set. + + + + In the rather exceptional case, where the appender + implementation admits a layout but can also work without it, + then the appender should return true. + + + This default implementation always returns true. + + + + true if the appender requires a layout object, otherwise false. + + + + + The default buffer size. + + + The default size of the cyclic buffer used to store events. + This is set to 512 by default. + + + + + Initializes a new instance of the class. + + + + Protected default constructor to allow subclassing. + + + + + + Initializes a new instance of the class. + + the events passed through this appender must be + fixed by the time that they arrive in the derived class' SendBuffer method. + + + Protected constructor to allow subclassing. + + + The should be set if the subclass + expects the events delivered to be fixed even if the + is set to zero, i.e. when no buffering occurs. + + + + + + Flush the currently buffered events + + + + Flushes any events that have been buffered. + + + If the appender is buffering in mode then the contents + of the buffer will NOT be flushed to the appender. + + + + + + Flush the currently buffered events + + set to true to flush the buffer of lossy events + + + Flushes events that have been buffered. If is + false then events will only be flushed if this buffer is non-lossy mode. + + + If the appender is buffering in mode then the contents + of the buffer will only be flushed if is true. + In this case the contents of the buffer will be tested against the + and if triggering will be output. All other buffered + events will be discarded. + + + If is true then the buffer will always + be emptied by calling this method. + + + + + + Initialize the appender based on the options set + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Close this appender instance. + + + + Close this appender instance. If this appender is marked + as not then the remaining events in + the buffer must be sent when the appender is closed. + + + + + + This method is called by the method. + + the event to log + + + Stores the in the cyclic buffer. + + + The buffer will be sent (i.e. passed to the + method) if one of the following conditions is met: + + + + The cyclic buffer is full and this appender is + marked as not lossy (see ) + + + An is set and + it is triggered for the + specified. + + + + Before the event is stored in the buffer it is fixed + (see ) to ensure that + any data referenced by the event will be valid when the buffer + is processed. + + + + + + Sends the contents of the buffer. + + The first logging event. + The buffer containing the events that need to be send. + + + The subclass must override . + + + + + + Sends the events. + + The events that need to be send. + + + The subclass must override this method to process the buffered events. + + + + + + The size of the cyclic buffer used to hold the logging events. + + + Set to by default. + + + + + The cyclic buffer used to store the logging events. + + + + + The triggering event evaluator that causes the buffer to be sent immediately. + + + The object that is used to determine if an event causes the entire + buffer to be sent immediately. This field can be null, which + indicates that event triggering is not to be done. The evaluator + can be set using the property. If this appender + has the ( property) set to + true then an must be set. + + + + + Indicates if the appender should overwrite events in the cyclic buffer + when it becomes full, or if the buffer should be flushed when the + buffer is full. + + + If this field is set to true then an must + be set. + + + + + The triggering event evaluator filters discarded events. + + + The object that is used to determine if an event that is discarded should + really be discarded or if it should be sent to the appenders. + This field can be null, which indicates that all discarded events will + be discarded. + + + + + Value indicating which fields in the event should be fixed + + + By default all fields are fixed + + + + + The events delivered to the subclass must be fixed. + + + + + Gets or sets a value that indicates whether the appender is lossy. + + + true if the appender is lossy, otherwise false. The default is false. + + + + This appender uses a buffer to store logging events before + delivering them. A triggering event causes the whole buffer + to be send to the remote sink. If the buffer overruns before + a triggering event then logging events could be lost. Set + to false to prevent logging events + from being lost. + + If is set to true then an + must be specified. + + + + + Gets or sets the size of the cyclic buffer used to hold the + logging events. + + + The size of the cyclic buffer used to hold the logging events. + + + + The option takes a positive integer + representing the maximum number of logging events to collect in + a cyclic buffer. When the is reached, + oldest events are deleted as new events are added to the + buffer. By default the size of the cyclic buffer is 512 events. + + + If the is set to a value less than + or equal to 1 then no buffering will occur. The logging event + will be delivered synchronously (depending on the + and properties). Otherwise the event will + be buffered. + + + + + + Gets or sets the that causes the + buffer to be sent immediately. + + + The that causes the buffer to be + sent immediately. + + + + The evaluator will be called for each event that is appended to this + appender. If the evaluator triggers then the current buffer will + immediately be sent (see ). + + If is set to true then an + must be specified. + + + + + Gets or sets the value of the to use. + + + The value of the to use. + + + + The evaluator will be called for each event that is discarded from this + appender. If the evaluator triggers then the current buffer will immediately + be sent (see ). + + + + + + Gets or sets a value indicating if only part of the logging event data + should be fixed. + + + true if the appender should only fix part of the logging event + data, otherwise false. The default is false. + + + + Setting this property to true will cause only part of the + event data to be fixed and serialized. This will improve performance. + + + See for more information. + + + + + + Gets or sets a the fields that will be fixed in the event + + + The event fields that will be fixed before the event is buffered + + + + The logging event needs to have certain thread specific values + captured before it can be buffered. See + for details. + + + + + + + Initializes a new instance of the class. + + + Public default constructor to initialize a new instance of this class. + + + + + Initialize the appender based on the options set + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Override the parent method to close the database + + + + Closes the database command and database connection. + + + + + + Inserts the events into the database. + + The events to insert into the database. + + + Insert all the events specified in the + array into the database. + + + + + + Adds a parameter to the command. + + The parameter to add to the command. + + + Adds a parameter to the ordered list of command parameters. + + + + + + Writes the events to the database using the transaction specified. + + The transaction that the events will be executed under. + The array of events to insert into the database. + + + The transaction argument can be null if the appender has been + configured not to use transactions. See + property for more information. + + + + + + Formats the log message into database statement text. + + The event being logged. + + This method can be overridden by subclasses to provide + more control over the format of the database statement. + + + Text that can be passed to a . + + + + + Connects to the database. + + + + + Retrieves the class type of the ADO.NET provider. + + + + Gets the Type of the ADO.NET provider to use to connect to the + database. This method resolves the type specified in the + property. + + + Subclasses can override this method to return a different type + if necessary. + + + The of the ADO.NET provider + + + + Prepares the database command and initialize the parameters. + + + + + Flag to indicate if we are using a command object + + + + Set to true when the appender is to use a prepared + statement or stored procedure to insert into the database. + + + + + + The list of objects. + + + + The list of objects. + + + + + + The security context to use for privileged calls + + + + + The that will be used + to insert logging events into a database. + + + + + The database command. + + + + + Database connection string. + + + + + String type name of the type name. + + + + + The text of the command. + + + + + The command type. + + + + + Indicates whether to use transactions when writing to the database. + + + + + Indicates whether to use transactions when writing to the database. + + + + + Gets or sets the database connection string that is used to connect to + the database. + + + The database connection string used to connect to the database. + + + + The connections string is specific to the connection type. + See for more information. + + + Connection string for MS Access via ODBC: + "DSN=MS Access Database;UID=admin;PWD=;SystemDB=C:\data\System.mdw;SafeTransactions = 0;FIL=MS Access;DriverID = 25;DBQ=C:\data\train33.mdb" + + Another connection string for MS Access via ODBC: + "Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\Work\cvs_root\log4net-1.2\access.mdb;UID=;PWD=;" + + Connection string for MS Access via OLE DB: + "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Work\cvs_root\log4net-1.2\access.mdb;User Id=;Password=;" + + + + + Gets or sets the type name of the connection + that should be created. + + + The type name of the connection. + + + + The type name of the ADO.NET provider to use. + + + The default is to use the OLE DB provider. + + + Use the OLE DB Provider. This is the default value. + System.Data.OleDb.OleDbConnection, System.Data, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Use the MS SQL Server Provider. + System.Data.SqlClient.SqlConnection, System.Data, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Use the ODBC Provider. + Microsoft.Data.Odbc.OdbcConnection,Microsoft.Data.Odbc,version=1.0.3300.0,publicKeyToken=b77a5c561934e089,culture=neutral + This is an optional package that you can download from + http://msdn.microsoft.com/downloads + search for ODBC .NET Data Provider. + + Use the Oracle Provider. + System.Data.OracleClient.OracleConnection, System.Data.OracleClient, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + This is an optional package that you can download from + http://msdn.microsoft.com/downloads + search for .NET Managed Provider for Oracle. + + + + + Gets or sets the command text that is used to insert logging events + into the database. + + + The command text used to insert logging events into the database. + + + + Either the text of the prepared statement or the + name of the stored procedure to execute to write into + the database. + + + The property determines if + this text is a prepared statement or a stored procedure. + + + + + + Gets or sets the command type to execute. + + + The command type to execute. + + + + This value may be either (System.Data.CommandType.Text) to specify + that the is a prepared statement to execute, + or (System.Data.CommandType.StoredProcedure) to specify that the + property is the name of a stored procedure + to execute. + + + The default value is (System.Data.CommandType.Text). + + + + + + Should transactions be used to insert logging events in the database. + + + true if transactions should be used to insert logging events in + the database, otherwise false. The default value is true. + + + + Gets or sets a value that indicates whether transactions should be used + to insert logging events in the database. + + + When set a single transaction will be used to insert the buffered events + into the database. Otherwise each event will be inserted without using + an explicit transaction. + + + + + + Gets or sets the used to call the NetSend method. + + + The used to call the NetSend method. + + + + Unless a specified here for this appender + the is queried for the + security context to use. The default behavior is to use the security context + of the current thread. + + + + + + Should this appender try to reconnect to the database on error. + + + true if the appender should try to reconnect to the database after an + error has occurred, otherwise false. The default value is false, + i.e. not to try to reconnect. + + + + The default behaviour is for the appender not to try to reconnect to the + database if an error occurs. Subsequent logging events are discarded. + + + To force the appender to attempt to reconnect to the database set this + property to true. + + + When the appender attempts to connect to the database there may be a + delay of up to the connection timeout specified in the connection string. + This delay will block the calling application's thread. + Until the connection can be reestablished this potential delay may occur multiple times. + + + + + + Gets or sets the underlying . + + + The underlying . + + + creates a to insert + logging events into a database. Classes deriving from + can use this property to get or set this . Use the + underlying returned from if + you require access beyond that which provides. + + + + + Parameter type used by the . + + + + This class provides the basic database parameter properties + as defined by the interface. + + This type can be subclassed to provide database specific + functionality. The two methods that are called externally are + and . + + + + + + Initializes a new instance of the class. + + + Default constructor for the AdoNetAppenderParameter class. + + + + + Prepare the specified database command object. + + The command to prepare. + + + Prepares the database command object by adding + this parameter to its collection of parameters. + + + + + + Renders the logging event and set the parameter value in the command. + + The command containing the parameter. + The event to be rendered. + + + Renders the logging event using this parameters layout + object. Sets the value of the parameter on the command object. + + + + + + The name of this parameter. + + + + + The database type for this parameter. + + + + + Flag to infer type rather than use the DbType + + + + + The precision for this parameter. + + + + + The scale for this parameter. + + + + + The size for this parameter. + + + + + The to use to render the + logging event into an object for this parameter. + + + + + Gets or sets the name of this parameter. + + + The name of this parameter. + + + + The name of this parameter. The parameter name + must match up to a named parameter to the SQL stored procedure + or prepared statement. + + + + + + Gets or sets the database type for this parameter. + + + The database type for this parameter. + + + + The database type for this parameter. This property should + be set to the database type from the + enumeration. See . + + + This property is optional. If not specified the ADO.NET provider + will attempt to infer the type from the value. + + + + + + + Gets or sets the precision for this parameter. + + + The precision for this parameter. + + + + The maximum number of digits used to represent the Value. + + + This property is optional. If not specified the ADO.NET provider + will attempt to infer the precision from the value. + + + + + + + Gets or sets the scale for this parameter. + + + The scale for this parameter. + + + + The number of decimal places to which Value is resolved. + + + This property is optional. If not specified the ADO.NET provider + will attempt to infer the scale from the value. + + + + + + + Gets or sets the size for this parameter. + + + The size for this parameter. + + + + The maximum size, in bytes, of the data within the column. + + + This property is optional. If not specified the ADO.NET provider + will attempt to infer the size from the value. + + + + + + + Gets or sets the to use to + render the logging event into an object for this + parameter. + + + The used to render the + logging event into an object for this parameter. + + + + The that renders the value for this + parameter. + + + The can be used to adapt + any into a + for use in the property. + + + + + + Appends logging events to the terminal using ANSI color escape sequences. + + + + AnsiColorTerminalAppender appends log events to the standard output stream + or the error output stream using a layout specified by the + user. It also allows the color of a specific level of message to be set. + + + This appender expects the terminal to understand the VT100 control set + in order to interpret the color codes. If the terminal or console does not + understand the control codes the behavior is not defined. + + + By default, all output is written to the console's standard output stream. + The property can be set to direct the output to the + error stream. + + + NOTE: This appender writes each message to the System.Console.Out or + System.Console.Error that is set at the time the event is appended. + Therefore it is possible to programmatically redirect the output of this appender + (for example NUnit does this to capture program output). While this is the desired + behavior of this appender it may have security implications in your application. + + + When configuring the ANSI colored terminal appender, a mapping should be + specified to map a logging level to a color. For example: + + + + + + + + + + + + + + + The Level is the standard log4net logging level and ForeColor and BackColor can be any + of the following values: + + Blue + Green + Red + White + Yellow + Purple + Cyan + + These color values cannot be combined together to make new colors. + + + The attributes can be any combination of the following: + + Brightforeground is brighter + Dimforeground is dimmer + Underscoremessage is underlined + Blinkforeground is blinking (does not work on all terminals) + Reverseforeground and background are reversed + Hiddenoutput is hidden + Strikethroughmessage has a line through it + + While any of these attributes may be combined together not all combinations + work well together, for example setting both Bright and Dim attributes makes + no sense. + + + Patrick Wagstrom + Nicko Cadell + + + + The to use when writing to the Console + standard output stream. + + + + The to use when writing to the Console + standard output stream. + + + + + + The to use when writing to the Console + standard error output stream. + + + + The to use when writing to the Console + standard error output stream. + + + + + + Ansi code to reset terminal + + + + + Initializes a new instance of the class. + + + The instance of the class is set up to write + to the standard output stream. + + + + + Add a mapping of level to color + + The mapping to add + + + Add a mapping to this appender. + Each mapping defines the foreground and background colours + for a level. + + + + + + This method is called by the method. + + The event to log. + + + Writes the event to the console. + + + The format of the output will depend on the appender's layout. + + + + + + Initialize the options for this appender + + + + Initialize the level to color mappings set on this appender. + + + + + + Flag to write output to the error stream rather than the standard output stream + + + + + Mapping from level object to color value + + + + + Target is the value of the console output stream. + + + Target is the value of the console output stream. + This is either "Console.Out" or "Console.Error". + + + + Target is the value of the console output stream. + This is either "Console.Out" or "Console.Error". + + + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + The enum of possible display attributes + + + + The following flags can be combined together to + form the ANSI color attributes. + + + + + + + text is bright + + + + + text is dim + + + + + text is underlined + + + + + text is blinking + + + Not all terminals support this attribute + + + + + text and background colors are reversed + + + + + text is hidden + + + + + text is displayed with a strikethrough + + + + + The enum of possible foreground or background color values for + use with the color mapping method + + + + The output can be in one for the following ANSI colors. + + + + + + + color is black + + + + + color is red + + + + + color is green + + + + + color is yellow + + + + + color is blue + + + + + color is magenta + + + + + color is cyan + + + + + color is white + + + + + A class to act as a mapping between the level that a logging call is made at and + the color it should be displayed as. + + + + Defines the mapping between a level and the color it should be displayed in. + + + + + + An entry in the + + + + This is an abstract base class for types that are stored in the + object. + + + Nicko Cadell + + + + Default protected constructor + + + + Default protected constructor + + + + + + Initialize any options defined on this entry + + + + Should be overridden by any classes that need to initialise based on their options + + + + + + The level that is the key for this mapping + + + The that is the key for this mapping + + + + Get or set the that is the key for this + mapping subclass. + + + + + + Initialize the options for the object + + + + Combine the and together + and append the attributes. + + + + + + The mapped foreground color for the specified level + + + + Required property. + The mapped foreground color for the specified level + + + + + + The mapped background color for the specified level + + + + Required property. + The mapped background color for the specified level + + + + + + The color attributes for the specified level + + + + Required property. + The color attributes for the specified level + + + + + + The combined , and + suitable for setting the ansi terminal color. + + + + + A strongly-typed collection of objects. + + Nicko Cadell + + + + Creates a read-only wrapper for a AppenderCollection instance. + + list to create a readonly wrapper arround + + An AppenderCollection wrapper that is read-only. + + + + + An empty readonly static AppenderCollection + + + + + Initializes a new instance of the AppenderCollection class + that is empty and has the default initial capacity. + + + + + Initializes a new instance of the AppenderCollection class + that has the specified initial capacity. + + + The number of elements that the new AppenderCollection is initially capable of storing. + + + + + Initializes a new instance of the AppenderCollection class + that contains elements copied from the specified AppenderCollection. + + The AppenderCollection whose elements are copied to the new collection. + + + + Initializes a new instance of the AppenderCollection class + that contains elements copied from the specified array. + + The array whose elements are copied to the new list. + + + + Initializes a new instance of the AppenderCollection class + that contains elements copied from the specified collection. + + The collection whose elements are copied to the new list. + + + + Allow subclasses to avoid our default constructors + + + + + + + Copies the entire AppenderCollection to a one-dimensional + array. + + The one-dimensional array to copy to. + + + + Copies the entire AppenderCollection to a one-dimensional + array, starting at the specified index of the target array. + + The one-dimensional array to copy to. + The zero-based index in at which copying begins. + + + + Adds a to the end of the AppenderCollection. + + The to be added to the end of the AppenderCollection. + The index at which the value has been added. + + + + Removes all elements from the AppenderCollection. + + + + + Creates a shallow copy of the . + + A new with a shallow copy of the collection data. + + + + Determines whether a given is in the AppenderCollection. + + The to check for. + true if is found in the AppenderCollection; otherwise, false. + + + + Returns the zero-based index of the first occurrence of a + in the AppenderCollection. + + The to locate in the AppenderCollection. + + The zero-based index of the first occurrence of + in the entire AppenderCollection, if found; otherwise, -1. + + + + + Inserts an element into the AppenderCollection at the specified index. + + The zero-based index at which should be inserted. + The to insert. + + is less than zero + -or- + is equal to or greater than . + + + + + Removes the first occurrence of a specific from the AppenderCollection. + + The to remove from the AppenderCollection. + + The specified was not found in the AppenderCollection. + + + + + Removes the element at the specified index of the AppenderCollection. + + The zero-based index of the element to remove. + + is less than zero + -or- + is equal to or greater than . + + + + + Returns an enumerator that can iterate through the AppenderCollection. + + An for the entire AppenderCollection. + + + + Adds the elements of another AppenderCollection to the current AppenderCollection. + + The AppenderCollection whose elements should be added to the end of the current AppenderCollection. + The new of the AppenderCollection. + + + + Adds the elements of a array to the current AppenderCollection. + + The array whose elements should be added to the end of the AppenderCollection. + The new of the AppenderCollection. + + + + Adds the elements of a collection to the current AppenderCollection. + + The collection whose elements should be added to the end of the AppenderCollection. + The new of the AppenderCollection. + + + + Sets the capacity to the actual number of elements. + + + + + Return the collection elements as an array + + the array + + + + is less than zero + -or- + is equal to or greater than . + + + + + is less than zero + -or- + is equal to or greater than . + + + + + Gets the number of elements actually contained in the AppenderCollection. + + + + + Gets a value indicating whether access to the collection is synchronized (thread-safe). + + true if access to the ICollection is synchronized (thread-safe); otherwise, false. + + + + Gets an object that can be used to synchronize access to the collection. + + + + + Gets or sets the at the specified index. + + The zero-based index of the element to get or set. + + is less than zero + -or- + is equal to or greater than . + + + + + Gets a value indicating whether the collection has a fixed size. + + true if the collection has a fixed size; otherwise, false. The default is false + + + + Gets a value indicating whether the IList is read-only. + + true if the collection is read-only; otherwise, false. The default is false + + + + Gets or sets the number of elements the AppenderCollection can contain. + + + + + Supports type-safe iteration over a . + + + + + + Advances the enumerator to the next element in the collection. + + + true if the enumerator was successfully advanced to the next element; + false if the enumerator has passed the end of the collection. + + + The collection was modified after the enumerator was created. + + + + + Sets the enumerator to its initial position, before the first element in the collection. + + + + + Gets the current element in the collection. + + + + + Type visible only to our subclasses + Used to access protected constructor + + + + + + A value + + + + + Supports simple iteration over a . + + + + + + Initializes a new instance of the Enumerator class. + + + + + + Advances the enumerator to the next element in the collection. + + + true if the enumerator was successfully advanced to the next element; + false if the enumerator has passed the end of the collection. + + + The collection was modified after the enumerator was created. + + + + + Sets the enumerator to its initial position, before the first element in the collection. + + + + + Gets the current element in the collection. + + + + + + + + + Appends log events to the ASP.NET system. + + + + + Diagnostic information and tracing messages that you specify are appended to the output + of the page that is sent to the requesting browser. Optionally, you can view this information + from a separate trace viewer (Trace.axd) that displays trace information for every page in a + given application. + + + Trace statements are processed and displayed only when tracing is enabled. You can control + whether tracing is displayed to a page, to the trace viewer, or both. + + + The logging event is passed to the or + method depending on the level of the logging event. + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + + Default constructor. + + + + + + Write the logging event to the ASP.NET trace + + the event to log + + + Write the logging event to the ASP.NET trace + HttpContext.Current.Trace + (). + + + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + Buffers events and then forwards them to attached appenders. + + + + The events are buffered in this appender until conditions are + met to allow the appender to deliver the events to the attached + appenders. See for the + conditions that cause the buffer to be sent. + + The forwarding appender can be used to specify different + thresholds and filters for the same appender at different locations + within the hierarchy. + + + Nicko Cadell + Gert Driesen + + + + Interface for attaching appenders to objects. + + + + Interface for attaching, removing and retrieving appenders. + + + Nicko Cadell + Gert Driesen + + + + Attaches an appender. + + The appender to add. + + + Add the specified appender. The implementation may + choose to allow or deny duplicate appenders. + + + + + + Gets an attached appender with the specified name. + + The name of the appender to get. + + The appender with the name specified, or null if no appender with the + specified name is found. + + + + Returns an attached appender with the specified. + If no appender with the specified name is found null will be + returned. + + + + + + Removes all attached appenders. + + + + Removes and closes all attached appenders + + + + + + Removes the specified appender from the list of attached appenders. + + The appender to remove. + The appender removed from the list + + + The appender removed is not closed. + If you are discarding the appender you must call + on the appender removed. + + + + + + Removes the appender with the specified name from the list of appenders. + + The name of the appender to remove. + The appender removed from the list + + + The appender removed is not closed. + If you are discarding the appender you must call + on the appender removed. + + + + + + Gets all attached appenders. + + + A collection of attached appenders. + + + + Gets a collection of attached appenders. + If there are no attached appenders the + implementation should return an empty + collection rather than null. + + + + + + Initializes a new instance of the class. + + + + Default constructor. + + + + + + Closes the appender and releases resources. + + + + Releases any resources allocated within the appender such as file handles, + network connections, etc. + + + It is a programming error to append to a closed appender. + + + + + + Send the events. + + The events that need to be send. + + + Forwards the events to the attached appenders. + + + + + + Adds an to the list of appenders of this + instance. + + The to add to this appender. + + + If the specified is already in the list of + appenders, then it won't be added again. + + + + + + Looks for the appender with the specified name. + + The name of the appender to lookup. + + The appender with the specified name, or null. + + + + Get the named appender attached to this buffering appender. + + + + + + Removes all previously added appenders from this appender. + + + + This is useful when re-reading configuration information. + + + + + + Removes the specified appender from the list of appenders. + + The appender to remove. + The appender removed from the list + + The appender removed is not closed. + If you are discarding the appender you must call + on the appender removed. + + + + + Removes the appender with the specified name from the list of appenders. + + The name of the appender to remove. + The appender removed from the list + + The appender removed is not closed. + If you are discarding the appender you must call + on the appender removed. + + + + + Implementation of the interface + + + + + Gets the appenders contained in this appender as an + . + + + If no appenders can be found, then an + is returned. + + + A collection of the appenders in this appender. + + + + + Appends logging events to the console. + + + + ColoredConsoleAppender appends log events to the standard output stream + or the error output stream using a layout specified by the + user. It also allows the color of a specific type of message to be set. + + + By default, all output is written to the console's standard output stream. + The property can be set to direct the output to the + error stream. + + + NOTE: This appender writes directly to the application's attached console + not to the System.Console.Out or System.Console.Error TextWriter. + The System.Console.Out and System.Console.Error streams can be + programmatically redirected (for example NUnit does this to capture program output). + This appender will ignore these redirections because it needs to use Win32 + API calls to colorize the output. To respect these redirections the + must be used. + + + When configuring the colored console appender, mapping should be + specified to map a logging level to a color. For example: + + + + + + + + + + + + + + The Level is the standard log4net logging level and ForeColor and BackColor can be any + combination of the following values: + + Blue + Green + Red + White + Yellow + Purple + Cyan + HighIntensity + + + + Rick Hobbs + Nicko Cadell + + + + The to use when writing to the Console + standard output stream. + + + + The to use when writing to the Console + standard output stream. + + + + + + The to use when writing to the Console + standard error output stream. + + + + The to use when writing to the Console + standard error output stream. + + + + + + Initializes a new instance of the class. + + + The instance of the class is set up to write + to the standard output stream. + + + + + Initializes a new instance of the class + with the specified layout. + + the layout to use for this appender + + The instance of the class is set up to write + to the standard output stream. + + + + + Initializes a new instance of the class + with the specified layout. + + the layout to use for this appender + flag set to true to write to the console error stream + + When is set to true, output is written to + the standard error output stream. Otherwise, output is written to the standard + output stream. + + + + + Add a mapping of level to color - done by the config file + + The mapping to add + + + Add a mapping to this appender. + Each mapping defines the foreground and background colors + for a level. + + + + + + This method is called by the method. + + The event to log. + + + Writes the event to the console. + + + The format of the output will depend on the appender's layout. + + + + + + Initialize the options for this appender + + + + Initialize the level to color mappings set on this appender. + + + + + + Flag to write output to the error stream rather than the standard output stream + + + + + Mapping from level object to color value + + + + + The console output stream writer to write to + + + + This writer is not thread safe. + + + + + + Target is the value of the console output stream. + This is either "Console.Out" or "Console.Error". + + + Target is the value of the console output stream. + This is either "Console.Out" or "Console.Error". + + + + Target is the value of the console output stream. + This is either "Console.Out" or "Console.Error". + + + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + The enum of possible color values for use with the color mapping method + + + + The following flags can be combined together to + form the colors. + + + + + + + color is blue + + + + + color is green + + + + + color is red + + + + + color is white + + + + + color is yellow + + + + + color is purple + + + + + color is cyan + + + + + color is intensified + + + + + A class to act as a mapping between the level that a logging call is made at and + the color it should be displayed as. + + + + Defines the mapping between a level and the color it should be displayed in. + + + + + + Initialize the options for the object + + + + Combine the and together. + + + + + + The mapped foreground color for the specified level + + + + Required property. + The mapped foreground color for the specified level. + + + + + + The mapped background color for the specified level + + + + Required property. + The mapped background color for the specified level. + + + + + + The combined and suitable for + setting the console color. + + + + + Appends logging events to the console. + + + + ConsoleAppender appends log events to the standard output stream + or the error output stream using a layout specified by the + user. + + + By default, all output is written to the console's standard output stream. + The property can be set to direct the output to the + error stream. + + + NOTE: This appender writes each message to the System.Console.Out or + System.Console.Error that is set at the time the event is appended. + Therefore it is possible to programmatically redirect the output of this appender + (for example NUnit does this to capture program output). While this is the desired + behavior of this appender it may have security implications in your application. + + + Nicko Cadell + Gert Driesen + + + + The to use when writing to the Console + standard output stream. + + + + The to use when writing to the Console + standard output stream. + + + + + + The to use when writing to the Console + standard error output stream. + + + + The to use when writing to the Console + standard error output stream. + + + + + + Initializes a new instance of the class. + + + The instance of the class is set up to write + to the standard output stream. + + + + + Initializes a new instance of the class + with the specified layout. + + the layout to use for this appender + + The instance of the class is set up to write + to the standard output stream. + + + + + Initializes a new instance of the class + with the specified layout. + + the layout to use for this appender + flag set to true to write to the console error stream + + When is set to true, output is written to + the standard error output stream. Otherwise, output is written to the standard + output stream. + + + + + This method is called by the method. + + The event to log. + + + Writes the event to the console. + + + The format of the output will depend on the appender's layout. + + + + + + Target is the value of the console output stream. + This is either "Console.Out" or "Console.Error". + + + Target is the value of the console output stream. + This is either "Console.Out" or "Console.Error". + + + + Target is the value of the console output stream. + This is either "Console.Out" or "Console.Error". + + + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + Appends log events to the system. + + + + The application configuration file can be used to control what listeners + are actually used. See the MSDN documentation for the + class for details on configuring the + debug system. + + + Events are written using the + method. The event's logger name is passed as the value for the category name to the Write method. + + + Nicko Cadell + + + + Initializes a new instance of the . + + + + Default constructor. + + + + + + Initializes a new instance of the + with a specified layout. + + The layout to use with this appender. + + + Obsolete constructor. + + + + + + Writes the logging event to the system. + + The event to log. + + + Writes the logging event to the system. + If is true then the + is called. + + + + + + Immediate flush means that the underlying writer or output stream + will be flushed at the end of each append operation. + + + + Immediate flush is slower but ensures that each append request is + actually written. If is set to + false, then there is a good chance that the last few + logs events are not actually written to persistent media if and + when the application crashes. + + + The default value is true. + + + + + Gets or sets a value that indicates whether the appender will + flush at the end of each write. + + + The default behavior is to flush at the end of each + write. If the option is set tofalse, then the underlying + stream can defer writing to physical medium to a later time. + + + Avoiding the flush operation at the end of each append results + in a performance gain of 10 to 20 percent. However, there is safety + trade-off involved in skipping flushing. Indeed, when flushing is + skipped, then it is likely that the last few log events will not + be recorded on disk when the application exits. This is a high + price to pay even for a 20% performance gain. + + + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + Writes events to the system event log. + + + + The EventID of the event log entry can be + set using the EventLogEventID property () + on the . + + + There is a limit of 32K characters for an event log message + + + When configuring the EventLogAppender a mapping can be + specified to map a logging level to an event log entry type. For example: + + + <mapping> + <level value="ERROR" /> + <eventLogEntryType value="Error" /> + </mapping> + <mapping> + <level value="DEBUG" /> + <eventLogEntryType value="Information" /> + </mapping> + + + The Level is the standard log4net logging level and eventLogEntryType can be any value + from the enum, i.e.: + + Erroran error event + Warninga warning event + Informationan informational event + + + + Aspi Havewala + Douglas de la Torre + Nicko Cadell + Gert Driesen + Thomas Voss + + + + Initializes a new instance of the class. + + + + Default constructor. + + + + + + Initializes a new instance of the class + with the specified . + + The to use with this appender. + + + Obsolete constructor. + + + + + + Add a mapping of level to - done by the config file + + The mapping to add + + + Add a mapping to this appender. + Each mapping defines the event log entry type for a level. + + + + + + Initialize the appender based on the options set + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Create an event log source + + + Uses different API calls under NET_2_0 + + + + + This method is called by the + method. + + the event to log + + Writes the event to the system event log using the + . + + If the event has an EventID property (see ) + set then this integer will be used as the event log event id. + + + There is a limit of 32K characters for an event log message + + + + + + Get the equivalent for a + + the Level to convert to an EventLogEntryType + The equivalent for a + + Because there are fewer applicable + values to use in logging levels than there are in the + this is a one way mapping. There is + a loss of information during the conversion. + + + + + The log name is the section in the event logs where the messages + are stored. + + + + + Name of the application to use when logging. This appears in the + application column of the event log named by . + + + + + The name of the machine which holds the event log. This is + currently only allowed to be '.' i.e. the current machine. + + + + + Mapping from level object to EventLogEntryType + + + + + The security context to use for privileged calls + + + + + The name of the log where messages will be stored. + + + The string name of the log where messages will be stored. + + + This is the name of the log as it appears in the Event Viewer + tree. The default value is to log into the Application + log, this is where most applications write their events. However + if you need a separate log for your application (or applications) + then you should set the appropriately. + This should not be used to distinguish your event log messages + from those of other applications, the + property should be used to distinguish events. This property should be + used to group together events into a single log. + + + + + + Property used to set the Application name. This appears in the + event logs when logging. + + + The string used to distinguish events from different sources. + + + Sets the event log source property. + + + + + This property is used to return the name of the computer to use + when accessing the event logs. Currently, this is the current + computer, denoted by a dot "." + + + The string name of the machine holding the event log that + will be logged into. + + + This property cannot be changed. It is currently set to '.' + i.e. the local machine. This may be changed in future. + + + + + Gets or sets the used to write to the EventLog. + + + The used to write to the EventLog. + + + + The system security context used to write to the EventLog. + + + Unless a specified here for this appender + the is queried for the + security context to use. The default behavior is to use the security context + of the current thread. + + + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + A class to act as a mapping between the level that a logging call is made at and + the color it should be displayed as. + + + + Defines the mapping between a level and its event log entry type. + + + + + + The for this entry + + + + Required property. + The for this entry + + + + + + Appends logging events to a file. + + + + Logging events are sent to the file specified by + the property. + + + The file can be opened in either append or overwrite mode + by specifying the property. + If the file path is relative it is taken as relative from + the application base directory. The file encoding can be + specified by setting the property. + + + The layout's and + values will be written each time the file is opened and closed + respectively. If the property is + then the file may contain multiple copies of the header and footer. + + + This appender will first try to open the file for writing when + is called. This will typically be during configuration. + If the file cannot be opened for writing the appender will attempt + to open the file again each time a message is logged to the appender. + If the file cannot be opened for writing when a message is logged then + the message will be discarded by this appender. + + + The supports pluggable file locking models via + the property. + The default behavior, implemented by + is to obtain an exclusive write lock on the file until this appender is closed. + The alternative model, , only holds a + write lock while the appender is writing a logging event. + + + Nicko Cadell + Gert Driesen + Rodrigo B. de Oliveira + Douglas de la Torre + Niall Daley + + + + Sends logging events to a . + + + + An Appender that writes to a . + + + This appender may be used stand alone if initialized with an appropriate + writer, however it is typically used as a base class for an appender that + can open a to write to. + + + Nicko Cadell + Gert Driesen + Douglas de la Torre + + + + Initializes a new instance of the class. + + + + Default constructor. + + + + + + Initializes a new instance of the class and + sets the output destination to a new initialized + with the specified . + + The layout to use with this appender. + The to output to. + + + Obsolete constructor. + + + + + + Initializes a new instance of the class and sets + the output destination to the specified . + + The layout to use with this appender + The to output to + + The must have been previously opened. + + + + Obsolete constructor. + + + + + + This method determines if there is a sense in attempting to append. + + + + This method checked if an output target has been set and if a + layout has been set. + + + false if any of the preconditions fail. + + + + This method is called by the + method. + + The event to log. + + + Writes a log statement to the output stream if the output stream exists + and is writable. + + + The format of the output will depend on the appender's layout. + + + + + + This method is called by the + method. + + The array of events to log. + + + This method writes all the bulk logged events to the output writer + before flushing the stream. + + + + + + Close this appender instance. The underlying stream or writer is also closed. + + + Closed appenders cannot be reused. + + + + + Writes the footer and closes the underlying . + + + + Writes the footer and closes the underlying . + + + + + + Closes the underlying . + + + + Closes the underlying . + + + + + + Clears internal references to the underlying + and other variables. + + + + Subclasses can override this method for an alternate closing behavior. + + + + + + Writes a footer as produced by the embedded layout's property. + + + + Writes a footer as produced by the embedded layout's property. + + + + + + Writes a header produced by the embedded layout's property. + + + + Writes a header produced by the embedded layout's property. + + + + + + Called to allow a subclass to lazily initialize the writer + + + + This method is called when an event is logged and the or + have not been set. This allows a subclass to + attempt to initialize the writer multiple times. + + + + + + This is the where logging events + will be written to. + + + + + Immediate flush means that the underlying + or output stream will be flushed at the end of each append operation. + + + + Immediate flush is slower but ensures that each append request is + actually written. If is set to + false, then there is a good chance that the last few + logging events are not actually persisted if and when the application + crashes. + + + The default value is true. + + + + + + Gets or set whether the appender will flush at the end + of each append operation. + + + + The default behavior is to flush at the end of each + append operation. + + + If this option is set to false, then the underlying + stream can defer persisting the logging event to a later + time. + + + + Avoiding the flush operation at the end of each append results in + a performance gain of 10 to 20 percent. However, there is safety + trade-off involved in skipping flushing. Indeed, when flushing is + skipped, then it is likely that the last few log events will not + be recorded on disk when the application exits. This is a high + price to pay even for a 20% performance gain. + + + + + Sets the where the log output will go. + + + + The specified must be open and writable. + + + The will be closed when the appender + instance is closed. + + + Note: Logging to an unopened will fail. + + + + + + Gets or set the and the underlying + , if any, for this appender. + + + The for this appender. + + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + Gets or sets the where logging events + will be written to. + + + The where logging events are written. + + + + This is the where logging events + will be written to. + + + + + + Default constructor + + + + Default constructor + + + + + + Construct a new appender using the layout, file and append mode. + + the layout to use with this appender + the full path to the file to write to + flag to indicate if the file should be appended to + + + Obsolete constructor. + + + + + + Construct a new appender using the layout and file specified. + The file will be appended to. + + the layout to use with this appender + the full path to the file to write to + + + Obsolete constructor. + + + + + + Activate the options on the file appender. + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + This will cause the file to be opened. + + + + + + Closes any previously opened file and calls the parent's . + + + + Resets the filename and the file stream. + + + + + + Called to initialize the file writer + + + + Will be called for each logged message until the file is + successfully opened. + + + + + + This method is called by the + method. + + The event to log. + + + Writes a log statement to the output stream if the output stream exists + and is writable. + + + The format of the output will depend on the appender's layout. + + + + + + This method is called by the + method. + + The array of events to log. + + + Acquires the output file locks once before writing all the events to + the stream. + + + + + + Writes a footer as produced by the embedded layout's property. + + + + Writes a footer as produced by the embedded layout's property. + + + + + + Writes a header produced by the embedded layout's property. + + + + Writes a header produced by the embedded layout's property. + + + + + + Closes the underlying . + + + + Closes the underlying . + + + + + + Closes the previously opened file. + + + + Writes the to the file and then + closes the file. + + + + + + Sets and opens the file where the log output will go. The specified file must be writable. + + The path to the log file. Must be a fully qualified path. + If true will append to fileName. Otherwise will truncate fileName + + + Calls but guarantees not to throw an exception. + Errors are passed to the . + + + + + + Sets and opens the file where the log output will go. The specified file must be writable. + + The path to the log file. Must be a fully qualified path. + If true will append to fileName. Otherwise will truncate fileName + + + If there was already an opened file, then the previous file + is closed first. + + + This method will ensure that the directory structure + for the specified exists. + + + + + + Sets the quiet writer used for file output + + the file stream that has been opened for writing + + + This implementation of creates a + over the and passes it to the + method. + + + This method can be overridden by sub classes that want to wrap the + in some way, for example to encrypt the output + data using a System.Security.Cryptography.CryptoStream. + + + + + + Sets the quiet writer being used. + + the writer over the file stream that has been opened for writing + + + This method can be overridden by sub classes that want to + wrap the in some way. + + + + + + Convert a path into a fully qualified path. + + The path to convert. + The fully qualified path. + + + Converts the path specified to a fully + qualified path. If the path is relative it is + taken as relative from the application base + directory. + + + + + + Flag to indicate if we should append to the file + or overwrite the file. The default is to append. + + + + + The name of the log file. + + + + + The encoding to use for the file stream. + + + + + The security context to use for privileged calls + + + + + The stream to log to. Has added locking semantics + + + + + The locking model to use + + + + + Gets or sets the path to the file that logging will be written to. + + + The path to the file that logging will be written to. + + + + If the path is relative it is taken as relative from + the application base directory. + + + + + + Gets or sets a flag that indicates whether the file should be + appended to or overwritten. + + + Indicates whether the file should be appended to or overwritten. + + + + If the value is set to false then the file will be overwritten, if + it is set to true then the file will be appended to. + + The default value is true. + + + + + Gets or sets used to write to the file. + + + The used to write to the file. + + + + The default encoding set is + which is the encoding for the system's current ANSI code page. + + + + + + Gets or sets the used to write to the file. + + + The used to write to the file. + + + + Unless a specified here for this appender + the is queried for the + security context to use. The default behavior is to use the security context + of the current thread. + + + + + + Gets or sets the used to handle locking of the file. + + + The used to lock the file. + + + + Gets or sets the used to handle locking of the file. + + + There are two built in locking models, and . + The former locks the file from the start of logging to the end and the + later lock only for the minimal amount of time when logging each message. + + + The default locking model is the . + + + + + + Write only that uses the + to manage access to an underlying resource. + + + + + True asynchronous writes are not supported, the implementation forces a synchronous write. + + + + + Exception base type for log4net. + + + + This type extends . It + does not add any new functionality but does differentiate the + type of exception being thrown. + + + Nicko Cadell + Gert Driesen + + + + Constructor + + + + Initializes a new instance of the class. + + + + + + Constructor + + A message to include with the exception. + + + Initializes a new instance of the class with + the specified message. + + + + + + Constructor + + A message to include with the exception. + A nested exception to include. + + + Initializes a new instance of the class + with the specified message and inner exception. + + + + + + Serialization constructor + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + + + Initializes a new instance of the class + with serialized data. + + + + + + Locking model base class + + + + Base class for the locking models available to the derived loggers. + + + + + + Open the output file + + The filename to use + Whether to append to the file, or overwrite + The encoding to use + + + Open the file specified and prepare for logging. + No writes will be made until is called. + Must be called before any calls to , + and . + + + + + + Close the file + + + + Close the file. No further writes will be made. + + + + + + Acquire the lock on the file + + A stream that is ready to be written to. + + + Acquire the lock on the file in preparation for writing to it. + Return a stream pointing to the file. + must be called to release the lock on the output file. + + + + + + Release the lock on the file + + + + Release the lock on the file. No further writes will be made to the + stream until is called again. + + + + + + Gets or sets the for this LockingModel + + + The for this LockingModel + + + + The file appender this locking model is attached to and working on + behalf of. + + + The file appender is used to locate the security context and the error handler to use. + + + The value of this property will be set before is + called. + + + + + + Hold an exclusive lock on the output file + + + + Open the file once for writing and hold it open until is called. + Maintains an exclusive lock on the file during this time. + + + + + + Open the file specified and prepare for logging. + + The filename to use + Whether to append to the file, or overwrite + The encoding to use + + + Open the file specified and prepare for logging. + No writes will be made until is called. + Must be called before any calls to , + and . + + + + + + Close the file + + + + Close the file. No further writes will be made. + + + + + + Acquire the lock on the file + + A stream that is ready to be written to. + + + Does nothing. The lock is already taken + + + + + + Release the lock on the file + + + + Does nothing. The lock will be released when the file is closed. + + + + + + Acquires the file lock for each write + + + + Opens the file once for each / cycle, + thus holding the lock for the minimal amount of time. This method of locking + is considerably slower than but allows + other processes to move/delete the log file whilst logging continues. + + + + + + Prepares to open the file when the first message is logged. + + The filename to use + Whether to append to the file, or overwrite + The encoding to use + + + Open the file specified and prepare for logging. + No writes will be made until is called. + Must be called before any calls to , + and . + + + + + + Close the file + + + + Close the file. No further writes will be made. + + + + + + Acquire the lock on the file + + A stream that is ready to be written to. + + + Acquire the lock on the file in preparation for writing to it. + Return a stream pointing to the file. + must be called to release the lock on the output file. + + + + + + Release the lock on the file + + + + Release the lock on the file. No further writes will be made to the + stream until is called again. + + + + + + This appender forwards logging events to attached appenders. + + + + The forwarding appender can be used to specify different thresholds + and filters for the same appender at different locations within the hierarchy. + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + + Default constructor. + + + + + + Closes the appender and releases resources. + + + + Releases any resources allocated within the appender such as file handles, + network connections, etc. + + + It is a programming error to append to a closed appender. + + + + + + Forward the logging event to the attached appenders + + The event to log. + + + Delivers the logging event to all the attached appenders. + + + + + + Forward the logging events to the attached appenders + + The array of events to log. + + + Delivers the logging events to all the attached appenders. + + + + + + Adds an to the list of appenders of this + instance. + + The to add to this appender. + + + If the specified is already in the list of + appenders, then it won't be added again. + + + + + + Looks for the appender with the specified name. + + The name of the appender to lookup. + + The appender with the specified name, or null. + + + + Get the named appender attached to this appender. + + + + + + Removes all previously added appenders from this appender. + + + + This is useful when re-reading configuration information. + + + + + + Removes the specified appender from the list of appenders. + + The appender to remove. + The appender removed from the list + + The appender removed is not closed. + If you are discarding the appender you must call + on the appender removed. + + + + + Removes the appender with the specified name from the list of appenders. + + The name of the appender to remove. + The appender removed from the list + + The appender removed is not closed. + If you are discarding the appender you must call + on the appender removed. + + + + + Implementation of the interface + + + + + Gets the appenders contained in this appender as an + . + + + If no appenders can be found, then an + is returned. + + + A collection of the appenders in this appender. + + + + + Logs events to a local syslog service. + + + + This appender uses the POSIX libc library functions openlog, syslog, and closelog. + If these functions are not available on the local system then this appender will not work! + + + The functions openlog, syslog, and closelog are specified in SUSv2 and + POSIX 1003.1-2001 standards. These are used to log messages to the local syslog service. + + + This appender talks to a local syslog service. If you need to log to a remote syslog + daemon and you cannot configure your local syslog service to do this you may be + able to use the to log via UDP. + + + Syslog messages must have a facility and and a severity. The severity + is derived from the Level of the logging event. + The facility must be chosen from the set of defined syslog + values. The facilities list is predefined + and cannot be extended. + + + An identifier is specified with each log message. This can be specified + by setting the property. The identity (also know + as the tag) must not contain white space. The default value for the + identity is the application name (from ). + + + Rob Lyon + Nicko Cadell + + + + Initializes a new instance of the class. + + + This instance of the class is set up to write + to a local syslog service. + + + + + Add a mapping of level to severity + + The mapping to add + + + Adds a to this appender. + + + + + + Initialize the appender based on the options set. + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + This method is called by the method. + + The event to log. + + + Writes the event to a remote syslog daemon. + + + The format of the output will depend on the appender's layout. + + + + + + Close the syslog when the appender is closed + + + + Close the syslog when the appender is closed + + + + + + Translates a log4net level to a syslog severity. + + A log4net level. + A syslog severity. + + + Translates a log4net level to a syslog severity. + + + + + + Generate a syslog priority. + + The syslog facility. + The syslog severity. + A syslog priority. + + + + The facility. The default facility is . + + + + + The message identity + + + + + Marshaled handle to the identity string. We have to hold on to the + string as the openlog and syslog APIs just hold the + pointer to the ident and dereference it for each log message. + + + + + Mapping from level object to syslog severity + + + + + Open connection to system logger. + + + + + Generate a log message. + + + + The libc syslog method takes a format string and a variable argument list similar + to the classic printf function. As this type of vararg list is not supported + by C# we need to specify the arguments explicitly. Here we have specified the + format string with a single message argument. The caller must set the format + string to "%s". + + + + + + Close descriptor used to write to system logger. + + + + + Message identity + + + + An identifier is specified with each log message. This can be specified + by setting the property. The identity (also know + as the tag) must not contain white space. The default value for the + identity is the application name (from ). + + + + + + Syslog facility + + + Set to one of the values. The list of + facilities is predefined and cannot be extended. The default value + is . + + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + syslog severities + + + + The log4net Level maps to a syslog severity using the + method and the + class. The severity is set on . + + + + + + system is unusable + + + + + action must be taken immediately + + + + + critical conditions + + + + + error conditions + + + + + warning conditions + + + + + normal but significant condition + + + + + informational + + + + + debug-level messages + + + + + syslog facilities + + + + The syslog facility defines which subsystem the logging comes from. + This is set on the property. + + + + + + kernel messages + + + + + random user-level messages + + + + + mail system + + + + + system daemons + + + + + security/authorization messages + + + + + messages generated internally by syslogd + + + + + line printer subsystem + + + + + network news subsystem + + + + + UUCP subsystem + + + + + clock (cron/at) daemon + + + + + security/authorization messages (private) + + + + + ftp daemon + + + + + NTP subsystem + + + + + log audit + + + + + log alert + + + + + clock daemon + + + + + reserved for local use + + + + + reserved for local use + + + + + reserved for local use + + + + + reserved for local use + + + + + reserved for local use + + + + + reserved for local use + + + + + reserved for local use + + + + + reserved for local use + + + + + A class to act as a mapping between the level that a logging call is made at and + the syslog severity that is should be logged at. + + + + A class to act as a mapping between the level that a logging call is made at and + the syslog severity that is should be logged at. + + + + + + The mapped syslog severity for the specified level + + + + Required property. + The mapped syslog severity for the specified level + + + + + + Stores logging events in an array. + + + + The memory appender stores all the logging events + that are appended in an in-memory array. + + + Use the method to get + the current list of events that have been appended. + + + Use the method to clear the + current list of events. + + + Julian Biddle + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + + Default constructor. + + + + + + Gets the events that have been logged. + + The events that have been logged + + + Gets the events that have been logged. + + + + + + This method is called by the method. + + the event to log + + Stores the in the events list. + + + + + Clear the list of events + + + Clear the list of events + + + + + The list of events that have been appended. + + + + + Value indicating which fields in the event should be fixed + + + By default all fields are fixed + + + + + Gets or sets a value indicating whether only part of the logging event + data should be fixed. + + + true if the appender should only fix part of the logging event + data, otherwise false. The default is false. + + + + Setting this property to true will cause only part of the event + data to be fixed and stored in the appender, hereby improving performance. + + + See for more information. + + + + + + Gets or sets the fields that will be fixed in the event + + + + The logging event needs to have certain thread specific values + captured before it can be buffered. See + for details. + + + + + + Logs entries by sending network messages using the + native function. + + + + You can send messages only to names that are active + on the network. If you send the message to a user name, + that user must be logged on and running the Messenger + service to receive the message. + + + The receiver will get a top most window displaying the + messages one at a time, therefore this appender should + not be used to deliver a high volume of messages. + + + The following table lists some possible uses for this appender : + + + + + Action + Property Value(s) + + + Send a message to a user account on the local machine + + + = <name of the local machine> + + + = <user name> + + + + + Send a message to a user account on a remote machine + + + = <name of the remote machine> + + + = <user name> + + + + + Send a message to a domain user account + + + = <name of a domain controller | uninitialized> + + + = <user name> + + + + + Send a message to all the names in a workgroup or domain + + + = <workgroup name | domain name>* + + + + + Send a message from the local machine to a remote machine + + + = <name of the local machine | uninitialized> + + + = <name of the remote machine> + + + + + + + Note : security restrictions apply for sending + network messages, see + for more information. + + + + + An example configuration section to log information + using this appender from the local machine, named + LOCAL_PC, to machine OPERATOR_PC : + + + + + + + + + + Nicko Cadell + Gert Driesen + + + + The DNS or NetBIOS name of the server on which the function is to execute. + + + + + The sender of the network message. + + + + + The message alias to which the message should be sent. + + + + + The security context to use for privileged calls + + + + + Initializes the appender. + + + The default constructor initializes all fields to their default values. + + + + + Initialize the appender based on the options set. + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + The appender will be ignored if no was specified. + + + The required property was not specified. + + + + This method is called by the method. + + The event to log. + + + Sends the event using a network message. + + + + + + Sends a buffer of information to a registered message alias. + + The DNS or NetBIOS name of the server on which the function is to execute. + The message alias to which the message buffer should be sent + The originator of the message. + The message text. + The length, in bytes, of the message text. + + + The following restrictions apply for sending network messages: + + + + + Platform + Requirements + + + Windows NT + + + No special group membership is required to send a network message. + + + Admin, Accounts, Print, or Server Operator group membership is required to + successfully send a network message on a remote server. + + + + + Windows 2000 or later + + + If you send a message on a domain controller that is running Active Directory, + access is allowed or denied based on the access control list (ACL) for the securable + object. The default ACL permits only Domain Admins and Account Operators to send a network message. + + + On a member server or workstation, only Administrators and Server Operators can send a network message. + + + + + + + For more information see Security Requirements for the Network Management Functions. + + + + + If the function succeeds, the return value is zero. + + + + + + Gets or sets the sender of the message. + + + The sender of the message. + + + If this property is not specified, the message is sent from the local computer. + + + + + Gets or sets the message alias to which the message should be sent. + + + The recipient of the message. + + + This property should always be specified in order to send a message. + + + + + Gets or sets the DNS or NetBIOS name of the remote server on which the function is to execute. + + + DNS or NetBIOS name of the remote server on which the function is to execute. + + + + For Windows NT 4.0 and earlier, the string should begin with \\. + + + If this property is not specified, the local computer is used. + + + + + + Gets or sets the used to call the NetSend method. + + + The used to call the NetSend method. + + + + Unless a specified here for this appender + the is queried for the + security context to use. The default behavior is to use the security context + of the current thread. + + + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + Appends log events to the OutputDebugString system. + + + + OutputDebugStringAppender appends log events to the + OutputDebugString system. + + + The string is passed to the native OutputDebugString + function. + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + + Default constructor. + + + + + + Write the logging event to the output debug string API + + the event to log + + + Write the logging event to the output debug string API + + + + + + Stub for OutputDebugString native method + + the string to output + + + Stub for OutputDebugString native method + + + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + Logs events to a remote syslog daemon. + + + + The BSD syslog protocol is used to remotely log to + a syslog daemon. The syslogd listens for for messages + on UDP port 514. + + + The syslog UDP protocol is not authenticated. Most syslog daemons + do not accept remote log messages because of the security implications. + You may be able to use the LocalSyslogAppender to talk to a local + syslog service. + + + There is an RFC 3164 that claims to document the BSD Syslog Protocol. + This RFC can be seen here: http://www.faqs.org/rfcs/rfc3164.html. + This appender generates what the RFC calls an "Original Device Message", + i.e. does not include the TIMESTAMP or HOSTNAME fields. By observation + this format of message will be accepted by all current syslog daemon + implementations. The daemon will attach the current time and the source + hostname or IP address to any messages received. + + + Syslog messages must have a facility and and a severity. The severity + is derived from the Level of the logging event. + The facility must be chosen from the set of defined syslog + values. The facilities list is predefined + and cannot be extended. + + + An identifier is specified with each log message. This can be specified + by setting the property. The identity (also know + as the tag) must not contain white space. The default value for the + identity is the application name (from ). + + + Rob Lyon + Nicko Cadell + + + + Sends logging events as connectionless UDP datagrams to a remote host or a + multicast group using an . + + + + UDP guarantees neither that messages arrive, nor that they arrive in the correct order. + + + To view the logging results, a custom application can be developed that listens for logging + events. + + + When decoding events send via this appender remember to use the same encoding + to decode the events as was used to send the events. See the + property to specify the encoding to use. + + + + This example shows how to log receive logging events that are sent + on IP address 244.0.0.1 and port 8080 to the console. The event is + encoded in the packet as a unicode string and it is decoded as such. + + IPEndPoint remoteEndPoint = new IPEndPoint(IPAddress.Any, 0); + UdpClient udpClient; + byte[] buffer; + string loggingEvent; + + try + { + udpClient = new UdpClient(8080); + + while(true) + { + buffer = udpClient.Receive(ref remoteEndPoint); + loggingEvent = System.Text.Encoding.Unicode.GetString(buffer); + Console.WriteLine(loggingEvent); + } + } + catch(Exception e) + { + Console.WriteLine(e.ToString()); + } + + + Dim remoteEndPoint as IPEndPoint + Dim udpClient as UdpClient + Dim buffer as Byte() + Dim loggingEvent as String + + Try + remoteEndPoint = new IPEndPoint(IPAddress.Any, 0) + udpClient = new UdpClient(8080) + + While True + buffer = udpClient.Receive(ByRef remoteEndPoint) + loggingEvent = System.Text.Encoding.Unicode.GetString(buffer) + Console.WriteLine(loggingEvent) + Wend + Catch e As Exception + Console.WriteLine(e.ToString()) + End Try + + + An example configuration section to log information using this appender to the + IP 224.0.0.1 on port 8080: + + + + + + + + + + Gert Driesen + Nicko Cadell + + + + Initializes a new instance of the class. + + + The default constructor initializes all fields to their default values. + + + + + Initialize the appender based on the options set. + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + The appender will be ignored if no was specified or + an invalid remote or local TCP port number was specified. + + + The required property was not specified. + The TCP port number assigned to or is less than or greater than . + + + + This method is called by the method. + + The event to log. + + + Sends the event using an UDP datagram. + + + Exceptions are passed to the . + + + + + + Closes the UDP connection and releases all resources associated with + this instance. + + + + Disables the underlying and releases all managed + and unmanaged resources associated with the . + + + + + + Initializes the underlying connection. + + + + The underlying is initialized and binds to the + port number from which you intend to communicate. + + + Exceptions are passed to the . + + + + + + The IP address of the remote host or multicast group to which + the logging event will be sent. + + + + + The TCP port number of the remote host or multicast group to + which the logging event will be sent. + + + + + The cached remote endpoint to which the logging events will be sent. + + + + + The TCP port number from which the will communicate. + + + + + The instance that will be used for sending the + logging events. + + + + + The encoding to use for the packet. + + + + + Gets or sets the IP address of the remote host or multicast group to which + the underlying should sent the logging event. + + + The IP address of the remote host or multicast group to which the logging event + will be sent. + + + + Multicast addresses are identified by IP class D addresses (in the range 224.0.0.0 to + 239.255.255.255). Multicast packets can pass across different networks through routers, so + it is possible to use multicasts in an Internet scenario as long as your network provider + supports multicasting. + + + Hosts that want to receive particular multicast messages must register their interest by joining + the multicast group. Multicast messages are not sent to networks where no host has joined + the multicast group. Class D IP addresses are used for multicast groups, to differentiate + them from normal host addresses, allowing nodes to easily detect if a message is of interest. + + + Static multicast addresses that are needed globally are assigned by IANA. A few examples are listed in the table below: + + + + + IP Address + Description + + + 224.0.0.1 + + + Sends a message to all system on the subnet. + + + + + 224.0.0.2 + + + Sends a message to all routers on the subnet. + + + + + 224.0.0.12 + + + The DHCP server answers messages on the IP address 224.0.0.12, but only on a subnet. + + + + + + + A complete list of actually reserved multicast addresses and their owners in the ranges + defined by RFC 3171 can be found at the IANA web site. + + + The address range 239.0.0.0 to 239.255.255.255 is reserved for administrative scope-relative + addresses. These addresses can be reused with other local groups. Routers are typically + configured with filters to prevent multicast traffic in this range from flowing outside + of the local network. + + + + + + Gets or sets the TCP port number of the remote host or multicast group to which + the underlying should sent the logging event. + + + An integer value in the range to + indicating the TCP port number of the remote host or multicast group to which the logging event + will be sent. + + + The underlying will send messages to this TCP port number + on the remote host or multicast group. + + The value specified is less than or greater than . + + + + Gets or sets the TCP port number from which the underlying will communicate. + + + An integer value in the range to + indicating the TCP port number from which the underlying will communicate. + + + + The underlying will bind to this port for sending messages. + + + Setting the value to 0 (the default) will cause the udp client not to bind to + a local port. + + + The value specified is less than or greater than . + + + + Gets or sets used to write the packets. + + + The used to write the packets. + + + + The used to write the packets. + + + + + + Gets or sets the underlying . + + + The underlying . + + + creates a to send logging events + over a network. Classes deriving from can use this + property to get or set this . Use the underlying + returned from if you require access beyond that which + provides. + + + + + Gets or sets the cached remote endpoint to which the logging events should be sent. + + + The cached remote endpoint to which the logging events will be sent. + + + The method will initialize the remote endpoint + with the values of the and + properties. + + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + Syslog port 514 + + + + + Initializes a new instance of the class. + + + This instance of the class is set up to write + to a remote syslog daemon. + + + + + Add a mapping of level to severity + + The mapping to add + + + Add a mapping to this appender. + + + + + + This method is called by the method. + + The event to log. + + + Writes the event to a remote syslog daemon. + + + The format of the output will depend on the appender's layout. + + + + + + Initialize the options for this appender + + + + Initialize the level to syslog severity mappings set on this appender. + + + + + + Translates a log4net level to a syslog severity. + + A log4net level. + A syslog severity. + + + Translates a log4net level to a syslog severity. + + + + + + Generate a syslog priority. + + The syslog facility. + The syslog severity. + A syslog priority. + + + Generate a syslog priority. + + + + + + The facility. The default facility is . + + + + + The message identity + + + + + Mapping from level object to syslog severity + + + + + Message identity + + + + An identifier is specified with each log message. This can be specified + by setting the property. The identity (also know + as the tag) must not contain white space. The default value for the + identity is the application name (from ). + + + + + + Syslog facility + + + Set to one of the values. The list of + facilities is predefined and cannot be extended. The default value + is . + + + + + syslog severities + + + + The syslog severities. + + + + + + system is unusable + + + + + action must be taken immediately + + + + + critical conditions + + + + + error conditions + + + + + warning conditions + + + + + normal but significant condition + + + + + informational + + + + + debug-level messages + + + + + syslog facilities + + + + The syslog facilities + + + + + + kernel messages + + + + + random user-level messages + + + + + mail system + + + + + system daemons + + + + + security/authorization messages + + + + + messages generated internally by syslogd + + + + + line printer subsystem + + + + + network news subsystem + + + + + UUCP subsystem + + + + + clock (cron/at) daemon + + + + + security/authorization messages (private) + + + + + ftp daemon + + + + + NTP subsystem + + + + + log audit + + + + + log alert + + + + + clock daemon + + + + + reserved for local use + + + + + reserved for local use + + + + + reserved for local use + + + + + reserved for local use + + + + + reserved for local use + + + + + reserved for local use + + + + + reserved for local use + + + + + reserved for local use + + + + + A class to act as a mapping between the level that a logging call is made at and + the syslog severity that is should be logged at. + + + + A class to act as a mapping between the level that a logging call is made at and + the syslog severity that is should be logged at. + + + + + + The mapped syslog severity for the specified level + + + + Required property. + The mapped syslog severity for the specified level + + + + + + Delivers logging events to a remote logging sink. + + + + This Appender is designed to deliver events to a remote sink. + That is any object that implements the + interface. It delivers the events using .NET remoting. The + object to deliver events to is specified by setting the + appenders property. + + The RemotingAppender buffers events before sending them. This allows it to + make more efficient use of the remoting infrastructure. + + Once the buffer is full the events are still not sent immediately. + They are scheduled to be sent using a pool thread. The effect is that + the send occurs asynchronously. This is very important for a + number of non obvious reasons. The remoting infrastructure will + flow thread local variables (stored in the ), + if they are marked as , across the + remoting boundary. If the server is not contactable then + the remoting infrastructure will clear the + objects from the . To prevent a logging failure from + having side effects on the calling application the remoting call must be made + from a separate thread to the one used by the application. A + thread is used for this. If no thread is available then + the events will block in the thread pool manager until a thread is available. + + Because the events are sent asynchronously using pool threads it is possible to close + this appender before all the queued events have been sent. + When closing the appender attempts to wait until all the queued events have been sent, but + this will timeout after 30 seconds regardless. + + If this appender is being closed because the + event has fired it may not be possible to send all the queued events. During process + exit the runtime limits the time that a + event handler is allowed to run for. If the runtime terminates the threads before + the queued events have been sent then they will be lost. To ensure that all events + are sent the appender must be closed before the application exits. See + for details on how to shutdown + log4net programmatically. + + + Nicko Cadell + Gert Driesen + Daniel Cazzulino + + + + Initializes a new instance of the class. + + + + Default constructor. + + + + + + Initialize the appender based on the options set + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Send the contents of the buffer to the remote sink. + + + The events are not sent immediately. They are scheduled to be sent + using a pool thread. The effect is that the send occurs asynchronously. + This is very important for a number of non obvious reasons. The remoting + infrastructure will flow thread local variables (stored in the ), + if they are marked as , across the + remoting boundary. If the server is not contactable then + the remoting infrastructure will clear the + objects from the . To prevent a logging failure from + having side effects on the calling application the remoting call must be made + from a separate thread to the one used by the application. A + thread is used for this. If no thread is available then + the events will block in the thread pool manager until a thread is available. + + The events to send. + + + + Override base class close. + + + + This method waits while there are queued work items. The events are + sent asynchronously using work items. These items + will be sent once a thread pool thread is available to send them, therefore + it is possible to close the appender before all the queued events have been + sent. + + This method attempts to wait until all the queued events have been sent, but this + method will timeout after 30 seconds regardless. + + If the appender is being closed because the + event has fired it may not be possible to send all the queued events. During process + exit the runtime limits the time that a + event handler is allowed to run for. + + + + + A work item is being queued into the thread pool + + + + + A work item from the thread pool has completed + + + + + Send the contents of the buffer to the remote sink. + + + This method is designed to be used with the . + This method expects to be passed an array of + objects in the state param. + + the logging events to send + + + + The URL of the remote sink. + + + + + The local proxy (.NET remoting) for the remote logging sink. + + + + + The number of queued callbacks currently waiting or executing + + + + + Event used to signal when there are no queued work items + + + This event is set when there are no queued work items. In this + state it is safe to close the appender. + + + + + Gets or sets the URL of the well-known object that will accept + the logging events. + + + The well-known URL of the remote sink. + + + + The URL of the remoting sink that will accept logging events. + The sink must implement the + interface. + + + + + + Interface used to deliver objects to a remote sink. + + + This interface must be implemented by a remoting sink + if the is to be used + to deliver logging events to the sink. + + + + + Delivers logging events to the remote sink + + Array of events to log. + + + Delivers logging events to the remote sink + + + + + + Appender that rolls log files based on size or date or both. + + + + RollingFileAppender can roll log files based on size or date or both + depending on the setting of the property. + When set to the log file will be rolled + once its size exceeds the . + When set to the log file will be rolled + once the date boundary specified in the property + is crossed. + When set to the log file will be + rolled once the date boundary specified in the property + is crossed, but within a date boundary the file will also be rolled + once its size exceeds the . + When set to the log file will be rolled when + the appender is configured. This effectively means that the log file can be + rolled once per program execution. + + + A of few additional optional features have been added: + + Attach date pattern for current log file + Backup number increments for newer files + Infinite number of backups by file size + + + + + + For large or infinite numbers of backup files a + greater than zero is highly recommended, otherwise all the backup files need + to be renamed each time a new backup is created. + + + When Date/Time based rolling is used setting + to will reduce the number of file renamings to few or none. + + + + + + Changing or without clearing + the log file directory of backup files will cause unexpected and unwanted side effects. + + + + + If Date/Time based rolling is enabled this appender will attempt to roll existing files + in the directory without a Date/Time tag based on the last write date of the base log file. + The appender only rolls the log file when a message is logged. If Date/Time based rolling + is enabled then the appender will not roll the log file at the Date/Time boundary but + at the point when the next message is logged after the boundary has been crossed. + + + + The extends the and + has the same behavior when opening the log file. + The appender will first try to open the file for writing when + is called. This will typically be during configuration. + If the file cannot be opened for writing the appender will attempt + to open the file again each time a message is logged to the appender. + If the file cannot be opened for writing when a message is logged then + the message will be discarded by this appender. + + + When rolling a backup file necessitates deleting an older backup file the + file to be deleted is moved to a temporary name before being deleted. + + + + + A maximum number of backup files when rolling on date/time boundaries is not supported. + + + + Nicko Cadell + Gert Driesen + Aspi Havewala + Douglas de la Torre + Edward Smit + + + + Initializes a new instance of the class. + + + + Default constructor. + + + + + + Sets the quiet writer being used. + + + This method can be overridden by sub classes. + + the writer to set + + + + Write out a logging event. + + the event to write to file. + + + Handles append time behavior for RollingFileAppender. This checks + if a roll over either by date (checked first) or time (checked second) + is need and then appends to the file last. + + + + + + Write out an array of logging events. + + the events to write to file. + + + Handles append time behavior for RollingFileAppender. This checks + if a roll over either by date (checked first) or time (checked second) + is need and then appends to the file last. + + + + + + Performs any required rolling before outputting the next event + + + + Handles append time behavior for RollingFileAppender. This checks + if a roll over either by date (checked first) or time (checked second) + is need and then appends to the file last. + + + + + + Creates and opens the file for logging. If + is false then the fully qualified name is determined and used. + + the name of the file to open + true to append to existing file + + This method will ensure that the directory structure + for the specified exists. + + + + + Get the current output file name + + the base file name + the output file name + + The output file name is based on the base fileName specified. + If is set then the output + file name is the same as the base file passed in. Otherwise + the output file depends on the date pattern, on the count + direction or both. + + + + + Determines curSizeRollBackups (only within the current roll point) + + + + + Generates a wildcard pattern that can be used to find all files + that are similar to the base file name. + + + + + + + Builds a list of filenames for all files matching the base filename plus a file + pattern. + + + + + + + Initiates a roll over if needed for crossing a date boundary since the last run. + + + + + Initializes based on existing conditions at time of . + + + + Initializes based on existing conditions at time of . + The following is done + + determine curSizeRollBackups (only within the current roll point) + initiates a roll over if needed for crossing a date boundary since the last run. + + + + + + + Does the work of bumping the 'current' file counter higher + to the highest count when an incremental file name is seen. + The highest count is either the first file (when count direction + is greater than 0) or the last file (when count direction less than 0). + In either case, we want to know the highest count that is present. + + + + + + + Takes a list of files and a base file name, and looks for + 'incremented' versions of the base file. Bumps the max + count up to the highest count seen. + + + + + + + Calculates the RollPoint for the datePattern supplied. + + the date pattern to calculate the check period for + The RollPoint that is most accurate for the date pattern supplied + + Essentially the date pattern is examined to determine what the + most suitable roll point is. The roll point chosen is the roll point + with the smallest period that can be detected using the date pattern + supplied. i.e. if the date pattern only outputs the year, month, day + and hour then the smallest roll point that can be detected would be + and hourly roll point as minutes could not be detected. + + + + + Initialize the appender based on the options set + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + Sets initial conditions including date/time roll over information, first check, + scheduledFilename, and calls to initialize + the current number of backups. + + + + + + Rollover the file(s) to date/time tagged file(s). + + set to true if the file to be rolled is currently open + + + Rollover the file(s) to date/time tagged file(s). + Resets curSizeRollBackups. + If fileIsOpen is set then the new file is opened (through SafeOpenFile). + + + + + + Renames file to file . + + Name of existing file to roll. + New name for file. + + + Renames file to file . It + also checks for existence of target file and deletes if it does. + + + + + + Test if a file exists at a specified path + + the path to the file + true if the file exists + + + Test if a file exists at a specified path + + + + + + Deletes the specified file if it exists. + + The file to delete. + + + Delete a file if is exists. + The file is first moved to a new filename then deleted. + This allows the file to be removed even when it cannot + be deleted, but it still can be moved. + + + + + + Implements file roll base on file size. + + + + If the maximum number of size based backups is reached + (curSizeRollBackups == maxSizeRollBackups) then the oldest + file is deleted -- its index determined by the sign of countDirection. + If countDirection < 0, then files + {File.1, ..., File.curSizeRollBackups -1} + are renamed to {File.2, ..., + File.curSizeRollBackups}. Moreover, File is + renamed File.1 and closed. + + + A new file is created to receive further log output. + + + If maxSizeRollBackups is equal to zero, then the + File is truncated with no backup files created. + + + If maxSizeRollBackups < 0, then File is + renamed if needed and no files are deleted. + + + + + + Implements file roll. + + the base name to rename + + + If the maximum number of size based backups is reached + (curSizeRollBackups == maxSizeRollBackups) then the oldest + file is deleted -- its index determined by the sign of countDirection. + If countDirection < 0, then files + {File.1, ..., File.curSizeRollBackups -1} + are renamed to {File.2, ..., + File.curSizeRollBackups}. + + + If maxSizeRollBackups is equal to zero, then the + File is truncated with no backup files created. + + + If maxSizeRollBackups < 0, then File is + renamed if needed and no files are deleted. + + + This is called by to rename the files. + + + + + + Get the start time of the next window for the current rollpoint + + the current date + the type of roll point we are working with + the start time for the next roll point an interval after the currentDateTime date + + + Returns the date of the next roll point after the currentDateTime date passed to the method. + + + The basic strategy is to subtract the time parts that are less significant + than the rollpoint from the current time. This should roll the time back to + the start of the time window for the current rollpoint. Then we add 1 window + worth of time and get the start time of the next window for the rollpoint. + + + + + + This object supplies the current date/time. Allows test code to plug in + a method to control this class when testing date/time based rolling. + + + + + The date pattern. By default, the pattern is set to ".yyyy-MM-dd" + meaning daily rollover. + + + + + The actual formatted filename that is currently being written to + or will be the file transferred to on roll over + (based on staticLogFileName). + + + + + The timestamp when we shall next recompute the filename. + + + + + Holds date of last roll over + + + + + The type of rolling done + + + + + The default maximum file size is 10MB + + + + + There is zero backup files by default + + + + + How many sized based backups have been made so far + + + + + The rolling file count direction. + + + + + The rolling mode used in this appender. + + + + + Cache flag set if we are rolling by date. + + + + + Cache flag set if we are rolling by size. + + + + + Value indicating whether to always log to the same file. + + + + + FileName provided in configuration. Used for rolling properly + + + + + The 1st of January 1970 in UTC + + + + + Gets or sets the date pattern to be used for generating file names + when rolling over on date. + + + The date pattern to be used for generating file names when rolling + over on date. + + + + Takes a string in the same format as expected by + . + + + This property determines the rollover schedule when rolling over + on date. + + + + + + Gets or sets the maximum number of backup files that are kept before + the oldest is erased. + + + The maximum number of backup files that are kept before the oldest is + erased. + + + + If set to zero, then there will be no backup files and the log file + will be truncated when it reaches . + + + If a negative number is supplied then no deletions will be made. Note + that this could result in very slow performance as a large number of + files are rolled over unless is used. + + + The maximum applies to each time based group of files and + not the total. + + + + + + Gets or sets the maximum size that the output file is allowed to reach + before being rolled over to backup files. + + + The maximum size in bytes that the output file is allowed to reach before being + rolled over to backup files. + + + + This property is equivalent to except + that it is required for differentiating the setter taking a + argument from the setter taking a + argument. + + + The default maximum file size is 10MB (10*1024*1024). + + + + + + Gets or sets the maximum size that the output file is allowed to reach + before being rolled over to backup files. + + + The maximum size that the output file is allowed to reach before being + rolled over to backup files. + + + + This property allows you to specify the maximum size with the + suffixes "KB", "MB" or "GB" so that the size is interpreted being + expressed respectively in kilobytes, megabytes or gigabytes. + + + For example, the value "10KB" will be interpreted as 10240 bytes. + + + The default maximum file size is 10MB. + + + If you have the option to set the maximum file size programmatically + consider using the property instead as this + allows you to set the size in bytes as a . + + + + + + Gets or sets the rolling file count direction. + + + The rolling file count direction. + + + + Indicates if the current file is the lowest numbered file or the + highest numbered file. + + + By default newer files have lower numbers ( < 0), + i.e. log.1 is most recent, log.5 is the 5th backup, etc... + + + >= 0 does the opposite i.e. + log.1 is the first backup made, log.5 is the 5th backup made, etc. + For infinite backups use >= 0 to reduce + rollover costs. + + The default file count direction is -1. + + + + + Gets or sets the rolling style. + + The rolling style. + + + The default rolling style is . + + + When set to this appender's + property is set to false, otherwise + the appender would append to a single file rather than rolling + the file each time it is opened. + + + + + + Gets or sets a value indicating whether to always log to + the same file. + + + true if always should be logged to the same file, otherwise false. + + + + By default file.log is always the current file. Optionally + file.log.yyyy-mm-dd for current formatted datePattern can by the currently + logging file (or file.log.curSizeRollBackup or even + file.log.yyyy-mm-dd.curSizeRollBackup). + + + This will make time based rollovers with a large number of backups + much faster as the appender it won't have to rename all the backups! + + + + + + Style of rolling to use + + + + Style of rolling to use + + + + + + Roll files once per program execution + + + + Roll files once per program execution. + Well really once each time this appender is + configured. + + + Setting this option also sets AppendToFile to + false on the RollingFileAppender, otherwise + this appender would just be a normal file appender. + + + + + + Roll files based only on the size of the file + + + + + Roll files based only on the date + + + + + Roll files based on both the size and date of the file + + + + + The code assumes that the following 'time' constants are in a increasing sequence. + + + + The code assumes that the following 'time' constants are in a increasing sequence. + + + + + + Roll the log not based on the date + + + + + Roll the log for each minute + + + + + Roll the log for each hour + + + + + Roll the log twice a day (midday and midnight) + + + + + Roll the log each day (midnight) + + + + + Roll the log each week + + + + + Roll the log each month + + + + + This interface is used to supply Date/Time information to the . + + + This interface is used to supply Date/Time information to the . + Used primarily to allow test classes to plug themselves in so they can + supply test date/times. + + + + + Gets the current time. + + The current time. + + + Gets the current time. + + + + + + Default implementation of that returns the current time. + + + + + Gets the current time. + + The current time. + + + Gets the current time. + + + + + + Send an e-mail when a specific logging event occurs, typically on errors + or fatal errors. + + + + The number of logging events delivered in this e-mail depend on + the value of option. The + keeps only the last + logging events in its + cyclic buffer. This keeps memory requirements at a reasonable level while + still delivering useful application context. + + + Authentication and setting the server Port are only available on the MS .NET 1.1 runtime. + For these features to be enabled you need to ensure that you are using a version of + the log4net assembly that is built against the MS .NET 1.1 framework and that you are + running the your application on the MS .NET 1.1 runtime. On all other platforms only sending + unauthenticated messages to a server listening on port 25 (the default) is supported. + + + Authentication is supported by setting the property to + either or . + If using authentication then the + and properties must also be set. + + + To set the SMTP server port use the property. The default port is 25. + + + Nicko Cadell + Gert Driesen + + + + Default constructor + + + + Default constructor + + + + + + Sends the contents of the cyclic buffer as an e-mail message. + + The logging events to send. + + + + Send the email message + + the body text to include in the mail + + + + Gets or sets a semicolon-delimited list of recipient e-mail addresses. + + + A semicolon-delimited list of e-mail addresses. + + + + A semicolon-delimited list of recipient e-mail addresses. + + + + + + Gets or sets the e-mail address of the sender. + + + The e-mail address of the sender. + + + + The e-mail address of the sender. + + + + + + Gets or sets the subject line of the e-mail message. + + + The subject line of the e-mail message. + + + + The subject line of the e-mail message. + + + + + + Gets or sets the name of the SMTP relay mail server to use to send + the e-mail messages. + + + The name of the e-mail relay server. If SmtpServer is not set, the + name of the local SMTP server is used. + + + + The name of the e-mail relay server. If SmtpServer is not set, the + name of the local SMTP server is used. + + + + + + Obsolete + + + Use the BufferingAppenderSkeleton Fix methods instead + + + + Obsolete property. + + + + + + The mode to use to authentication with the SMTP server + + + Authentication is only available on the MS .NET 1.1 runtime. + + Valid Authentication mode values are: , + , and . + The default value is . When using + you must specify the + and to use to authenticate. + When using the Windows credentials for the current + thread, if impersonating, or the process will be used to authenticate. + + + + + + The username to use to authenticate with the SMTP server + + + Authentication is only available on the MS .NET 1.1 runtime. + + A and must be specified when + is set to , + otherwise the username will be ignored. + + + + + + The password to use to authenticate with the SMTP server + + + Authentication is only available on the MS .NET 1.1 runtime. + + A and must be specified when + is set to , + otherwise the password will be ignored. + + + + + + The port on which the SMTP server is listening + + + Server Port is only available on the MS .NET 1.1 runtime. + + The port on which the SMTP server is listening. The default + port is 25. The Port can only be changed when running on + the MS .NET 1.1 runtime. + + + + + + Gets or sets the priority of the e-mail message + + + One of the values. + + + + Sets the priority of the e-mails generated by this + appender. The default priority is . + + + If you are using this appender to report errors then + you may want to set the priority to . + + + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + Values for the property. + + + + SMTP authentication modes. + + + + + + No authentication + + + + + Basic authentication. + + + Requires a username and password to be supplied + + + + + Integrated authentication + + + Uses the Windows credentials from the current thread or process to authenticate. + + + + + Send an email when a specific logging event occurs, typically on errors + or fatal errors. Rather than sending via smtp it writes a file into the + directory specified by . This allows services such + as the IIS SMTP agent to manage sending the messages. + + + + The configuration for this appender is identical to that of the SMTPAppender, + except that instead of specifying the SMTPAppender.SMTPHost you specify + . + + + The number of logging events delivered in this e-mail depend on + the value of option. The + keeps only the last + logging events in its + cyclic buffer. This keeps memory requirements at a reasonable level while + still delivering useful application context. + + + Niall Daley + Nicko Cadell + + + + Default constructor + + + + Default constructor + + + + + + Sends the contents of the cyclic buffer as an e-mail message. + + The logging events to send. + + + Sends the contents of the cyclic buffer as an e-mail message. + + + + + + Activate the options on this appender. + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Convert a path into a fully qualified path. + + The path to convert. + The fully qualified path. + + + Converts the path specified to a fully + qualified path. If the path is relative it is + taken as relative from the application base + directory. + + + + + + The security context to use for privileged calls + + + + + Gets or sets a semicolon-delimited list of recipient e-mail addresses. + + + A semicolon-delimited list of e-mail addresses. + + + + A semicolon-delimited list of e-mail addresses. + + + + + + Gets or sets the e-mail address of the sender. + + + The e-mail address of the sender. + + + + The e-mail address of the sender. + + + + + + Gets or sets the subject line of the e-mail message. + + + The subject line of the e-mail message. + + + + The subject line of the e-mail message. + + + + + + Gets or sets the path to write the messages to. + + + + Gets or sets the path to write the messages to. This should be the same + as that used by the agent sending the messages. + + + + + + Gets or sets the used to write to the pickup directory. + + + The used to write to the pickup directory. + + + + Unless a specified here for this appender + the is queried for the + security context to use. The default behavior is to use the security context + of the current thread. + + + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + Appender that allows clients to connect via Telnet to receive log messages + + + + The TelnetAppender accepts socket connections and streams logging messages + back to the client. + The output is provided in a telnet-friendly way so that a log can be monitored + over a TCP/IP socket. + This allows simple remote monitoring of application logging. + + + The default is 23 (the telnet port). + + + Keith Long + Nicko Cadell + + + + Default constructor + + + + Default constructor + + + + + + Overrides the parent method to close the socket handler + + + + Closes all the outstanding connections. + + + + + + Initialize the appender based on the options set. + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + Create the socket handler and wait for connections + + + + + + Writes the logging event to each connected client. + + The event to log. + + + Writes the logging event to each connected client. + + + + + + Gets or sets the TCP port number on which this will listen for connections. + + + An integer value in the range to + indicating the TCP port number on which this will listen for connections. + + + + The default value is 23 (the telnet port). + + + The value specified is less than + or greater than . + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + Helper class to manage connected clients + + + + The SocketHandler class is used to accept connections from + clients. It is threaded so that clients can connect/disconnect + asynchronously. + + + + + + Opens a new server port on + + the local port to listen on for connections + + + Creates a socket handler on the specified local server port. + + + + + + Sends a string message to each of the connected clients + + the text to send + + + Sends a string message to each of the connected clients + + + + + + Add a client to the internal clients list + + client to add + + + + Remove a client from the internal clients list + + client to remove + + + + Callback used to accept a connection on the server socket + + The result of the asynchronous operation + + + On connection adds to the list of connections + if there are two many open connections you will be disconnected + + + + + + Close all network connections + + + + Make sure we close all network connections + + + + + + Test if this handler has active connections + + + true if this handler has active connections + + + + This property will be true while this handler has + active connections, that is at least one connection that + the handler will attempt to send a message to. + + + + + + Class that represents a client connected to this handler + + + + Class that represents a client connected to this handler + + + + + + Create this for the specified + + the client's socket + + + Opens a stream writer on the socket. + + + + + + Write a string to the client + + string to send + + + Write a string to the client + + + + + + Cleanup the clients connection + + + + Close the socket connection. + + + + + + Appends log events to the system. + + + + The application configuration file can be used to control what listeners + are actually used. See the MSDN documentation for the + class for details on configuring the + trace system. + + + Events are written using the System.Diagnostics.Trace.Write(string,string) + method. The event's logger name is passed as the value for the category name to the Write method. + + + Compact Framework
+ The Compact Framework does not support the + class for any operation except Assert. When using the Compact Framework this + appender will write to the system rather than + the Trace system. This appender will therefore behave like the . +
+
+ Douglas de la Torre + Nicko Cadell + Gert Driesen +
+ + + Initializes a new instance of the . + + + + Default constructor. + + + + + + Initializes a new instance of the + with a specified layout. + + The layout to use with this appender. + + + Obsolete constructor. + + + + + + Writes the logging event to the system. + + The event to log. + + + Writes the logging event to the system. + + + + + + Immediate flush means that the underlying writer or output stream + will be flushed at the end of each append operation. + + + + Immediate flush is slower but ensures that each append request is + actually written. If is set to + false, then there is a good chance that the last few + logs events are not actually written to persistent media if and + when the application crashes. + + + The default value is true. + + + + + Gets or sets a value that indicates whether the appender will + flush at the end of each write. + + + The default behavior is to flush at the end of each + write. If the option is set tofalse, then the underlying + stream can defer writing to physical medium to a later time. + + + Avoiding the flush operation at the end of each append results + in a performance gain of 10 to 20 percent. However, there is safety + trade-off involved in skipping flushing. Indeed, when flushing is + skipped, then it is likely that the last few log events will not + be recorded on disk when the application exits. This is a high + price to pay even for a 20% performance gain. + + + + + + This appender requires a to be set. + + true + + + This appender requires a to be set. + + + + + + Assembly level attribute that specifies a domain to alias to this assembly's repository. + + + + AliasDomainAttribute is obsolete. Use AliasRepositoryAttribute instead of AliasDomainAttribute. + + + An assembly's logger repository is defined by its , + however this can be overridden by an assembly loaded before the target assembly. + + + An assembly can alias another assembly's domain to its repository by + specifying this attribute with the name of the target domain. + + + This attribute can only be specified on the assembly and may be used + as many times as necessary to alias all the required domains. + + + Nicko Cadell + Gert Driesen + + + + Assembly level attribute that specifies a repository to alias to this assembly's repository. + + + + An assembly's logger repository is defined by its , + however this can be overridden by an assembly loaded before the target assembly. + + + An assembly can alias another assembly's repository to its repository by + specifying this attribute with the name of the target repository. + + + This attribute can only be specified on the assembly and may be used + as many times as necessary to alias all the required repositories. + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class with + the specified repository to alias to this assembly's repository. + + The repository to alias to this assemby's repository. + + + Initializes a new instance of the class with + the specified repository to alias to this assembly's repository. + + + + + + Gets or sets the repository to alias to this assemby's repository. + + + The repository to alias to this assemby's repository. + + + + The name of the repository to alias to this assemby's repository. + + + + + + Initializes a new instance of the class with + the specified domain to alias to this assembly's repository. + + The domain to alias to this assemby's repository. + + + Obsolete. Use instead of . + + + + + + Use this class to quickly configure a . + + + + Allows very simple programmatic configuration of log4net. + + + Only one appender can be configured using this configurator. + The appender is set at the root of the hierarchy and all logging + events will be delivered to that appender. + + + Appenders can also implement the interface. Therefore + they would require that the method + be called after the appenders properties have been configured. + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + + Uses a private access modifier to prevent instantiation of this class. + + + + + + Initializes the log4net system with a default configuration. + + + + Initializes the log4net logging system using a + that will write to Console.Out. The log messages are + formatted using the layout object + with the + layout style. + + + + + + Initializes the log4net system using the specified appender. + + The appender to use to log all logging events. + + + Initializes the log4net system using the specified appender. + + + + + + Initializes the with a default configuration. + + The repository to configure. + + + Initializes the specified repository using a + that will write to Console.Out. The log messages are + formatted using the layout object + with the + layout style. + + + + + + Initializes the using the specified appender. + + The repository to configure. + The appender to use to log all logging events. + + + Initializes the using the specified appender. + + + + + + Base class for all log4net configuration attributes. + + + This is an abstract class that must be extended by + specific configurators. This attribute allows the + configurator to be parameterized by an assembly level + attribute. + + Nicko Cadell + Gert Driesen + + + + Constructor used by subclasses. + + the ordering priority for this configurator + + + The is used to order the configurator + attributes before they are invoked. Higher priority configurators are executed + before lower priority ones. + + + + + + Configures the for the specified assembly. + + The assembly that this attribute was defined on. + The repository to configure. + + + Abstract method implemented by a subclass. When this method is called + the subclass should configure the . + + + + + + Compare this instance to another ConfiguratorAttribute + + the object to compare to + see + + + Compares the priorities of the two instances. + Sorts by priority in descending order. Objects with the same priority are + randomly ordered. + + + + + + Assembly level attribute that specifies the logging domain for the assembly. + + + + DomainAttribute is obsolete. Use RepositoryAttribute instead of DomainAttribute. + + + Assemblies are mapped to logging domains. Each domain has its own + logging repository. This attribute specified on the assembly controls + the configuration of the domain. The property specifies the name + of the domain that this assembly is a part of. The + specifies the type of the repository objects to create for the domain. If + this attribute is not specified and a is not specified + then the assembly will be part of the default shared logging domain. + + + This attribute can only be specified on the assembly and may only be used + once per assembly. + + + Nicko Cadell + Gert Driesen + + + + Assembly level attribute that specifies the logging repository for the assembly. + + + + Assemblies are mapped to logging repository. This attribute specified + on the assembly controls + the configuration of the repository. The property specifies the name + of the repository that this assembly is a part of. The + specifies the type of the object + to create for the assembly. If this attribute is not specified or a + is not specified then the assembly will be part of the default shared logging repository. + + + This attribute can only be specified on the assembly and may only be used + once per assembly. + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + + Default constructor. + + + + + + Initialize a new instance of the class + with the name of the repository. + + The name of the repository. + + + Initialize the attribute with the name for the assembly's repository. + + + + + + Gets or sets the name of the logging repository. + + + The string name to use as the name of the repository associated with this + assembly. + + + + This value does not have to be unique. Several assemblies can share the + same repository. They will share the logging configuration of the repository. + + + + + + Gets or sets the type of repository to create for this assembly. + + + The type of repository to create for this assembly. + + + + The type of the repository to create for the assembly. + The type must implement the + interface. + + + This will be the type of repository created when + the repository is created. If multiple assemblies reference the + same repository then the repository is only created once using the + of the first assembly to call into the + repository. + + + + + + Initializes a new instance of the class. + + + + Obsolete. Use RepositoryAttribute instead of DomainAttribute. + + + + + + Initialize a new instance of the class + with the name of the domain. + + The name of the domain. + + + Obsolete. Use RepositoryAttribute instead of DomainAttribute. + + + + + + Use this class to initialize the log4net environment using an Xml tree. + + + + DOMConfigurator is obsolete. Use XmlConfigurator instead of DOMConfigurator. + + + Configures a using an Xml tree. + + + Nicko Cadell + Gert Driesen + + + + Private constructor + + + + + Automatically configures the log4net system based on the + application's configuration settings. + + + + DOMConfigurator is obsolete. Use XmlConfigurator instead of DOMConfigurator. + + Each application has a configuration file. This has the + same name as the application with '.config' appended. + This file is XML and calling this function prompts the + configurator to look in that file for a section called + log4net that contains the configuration data. + + + + + Automatically configures the using settings + stored in the application's configuration file. + + + + DOMConfigurator is obsolete. Use XmlConfigurator instead of DOMConfigurator. + + Each application has a configuration file. This has the + same name as the application with '.config' appended. + This file is XML and calling this function prompts the + configurator to look in that file for a section called + log4net that contains the configuration data. + + The repository to configure. + + + + Configures log4net using a log4net element + + + + DOMConfigurator is obsolete. Use XmlConfigurator instead of DOMConfigurator. + + Loads the log4net configuration from the XML element + supplied as . + + The element to parse. + + + + Configures the using the specified XML + element. + + + + DOMConfigurator is obsolete. Use XmlConfigurator instead of DOMConfigurator. + + Loads the log4net configuration from the XML element + supplied as . + + The repository to configure. + The element to parse. + + + + Configures log4net using the specified configuration file. + + The XML file to load the configuration from. + + + DOMConfigurator is obsolete. Use XmlConfigurator instead of DOMConfigurator. + + + The configuration file must be valid XML. It must contain + at least one element called log4net that holds + the log4net configuration data. + + + The log4net configuration file can possible be specified in the application's + configuration file (either MyAppName.exe.config for a + normal application on Web.config for an ASP.NET application). + + + The following example configures log4net using a configuration file, of which the + location is stored in the application's configuration file : + + + using log4net.Config; + using System.IO; + using System.Configuration; + + ... + + DOMConfigurator.Configure(new FileInfo(ConfigurationSettings.AppSettings["log4net-config-file"])); + + + In the .config file, the path to the log4net can be specified like this : + + + + + + + + + + + + + Configures log4net using the specified configuration file. + + A stream to load the XML configuration from. + + + DOMConfigurator is obsolete. Use XmlConfigurator instead of DOMConfigurator. + + + The configuration data must be valid XML. It must contain + at least one element called log4net that holds + the log4net configuration data. + + + Note that this method will NOT close the stream parameter. + + + + + + Configures the using the specified configuration + file. + + The repository to configure. + The XML file to load the configuration from. + + + DOMConfigurator is obsolete. Use XmlConfigurator instead of DOMConfigurator. + + + The configuration file must be valid XML. It must contain + at least one element called log4net that holds + the configuration data. + + + The log4net configuration file can possible be specified in the application's + configuration file (either MyAppName.exe.config for a + normal application on Web.config for an ASP.NET application). + + + The following example configures log4net using a configuration file, of which the + location is stored in the application's configuration file : + + + using log4net.Config; + using System.IO; + using System.Configuration; + + ... + + DOMConfigurator.Configure(new FileInfo(ConfigurationSettings.AppSettings["log4net-config-file"])); + + + In the .config file, the path to the log4net can be specified like this : + + + + + + + + + + + + + Configures the using the specified configuration + file. + + The repository to configure. + The stream to load the XML configuration from. + + + DOMConfigurator is obsolete. Use XmlConfigurator instead of DOMConfigurator. + + + The configuration data must be valid XML. It must contain + at least one element called log4net that holds + the configuration data. + + + Note that this method will NOT close the stream parameter. + + + + + + Configures log4net using the file specified, monitors the file for changes + and reloads the configuration if a change is detected. + + The XML file to load the configuration from. + + + DOMConfigurator is obsolete. Use XmlConfigurator instead of DOMConfigurator. + + + The configuration file must be valid XML. It must contain + at least one element called log4net that holds + the configuration data. + + + The configuration file will be monitored using a + and depends on the behavior of that class. + + + For more information on how to configure log4net using + a separate configuration file, see . + + + + + + + Configures the using the file specified, + monitors the file for changes and reloads the configuration if a change + is detected. + + The repository to configure. + The XML file to load the configuration from. + + + DOMConfigurator is obsolete. Use XmlConfigurator instead of DOMConfigurator. + + + The configuration file must be valid XML. It must contain + at least one element called log4net that holds + the configuration data. + + + The configuration file will be monitored using a + and depends on the behavior of that class. + + + For more information on how to configure log4net using + a separate configuration file, see . + + + + + + + Assembly level attribute to configure the . + + + + AliasDomainAttribute is obsolete. Use AliasRepositoryAttribute instead of AliasDomainAttribute. + + + This attribute may only be used at the assembly scope and can only + be used once per assembly. + + + Use this attribute to configure the + without calling one of the + methods. + + + Nicko Cadell + Gert Driesen + + + + Assembly level attribute to configure the . + + + + This attribute may only be used at the assembly scope and can only + be used once per assembly. + + + Use this attribute to configure the + without calling one of the + methods. + + + If neither of the or + properties are set the configuration is loaded from the application's .config file. + If set the property takes priority over the + property. The property + specifies a path to a file to load the config from. The path is relative to the + application's base directory; . + The property is used as a postfix to the assembly file name. + The config file must be located in the application's base directory; . + For example in a console application setting the to + config has the same effect as not specifying the or + properties. + + + The property can be set to cause the + to watch the configuration file for changes. + + + + Log4net will only look for assembly level configuration attributes once. + When using the log4net assembly level attributes to control the configuration + of log4net you must ensure that the first call to any of the + methods is made from the assembly with the configuration + attributes. + + + If you cannot guarantee the order in which log4net calls will be made from + different assemblies you must use programmatic configuration instead, i.e. + call the method directly. + + + + Nicko Cadell + Gert Driesen + + + + Default constructor + + + + Default constructor + + + + + + Configures the for the specified assembly. + + The assembly that this attribute was defined on. + The repository to configure. + + + Configure the repository using the . + The specified must extend the + class otherwise the will not be able to + configure it. + + + The does not extend . + + + + Attempt to load configuration from the local file system + + The assembly that this attribute was defined on. + The repository to configure. + + + + Configure the specified repository using a + + The repository to configure. + the FileInfo pointing to the config file + + + + Attempt to load configuration from a URI + + The assembly that this attribute was defined on. + The repository to configure. + + + + Gets or sets the filename of the configuration file. + + + The filename of the configuration file. + + + + If specified, this is the name of the configuration file to use with + the . This file path is relative to the + application base directory (). + + + The takes priority over the . + + + + + + Gets or sets the extension of the configuration file. + + + The extension of the configuration file. + + + + If specified this is the extension for the configuration file. + The path to the config file is built by using the application + base directory (), + the assembly file name and the config file extension. + + + If the is set to MyExt then + possible config file names would be: MyConsoleApp.exe.MyExt or + MyClassLibrary.dll.MyExt. + + + The takes priority over the . + + + + + + Gets or sets a value indicating whether to watch the configuration file. + + + true if the configuration should be watched, false otherwise. + + + + If this flag is specified and set to true then the framework + will watch the configuration file and will reload the config each time + the file is modified. + + + The config file can only be watched if it is loaded from local disk. + In a No-Touch (Smart Client) deployment where the application is downloaded + from a web server the config file may not reside on the local disk + and therefore it may not be able to watch it. + + + Watching configuration is not supported on the SSCLI. + + + + + + Class to register for the log4net section of the configuration file + + + The log4net section of the configuration file needs to have a section + handler registered. This is the section handler used. It simply returns + the XML element that is the root of the section. + + + Example of registering the log4net section handler : + + + +
+ + + log4net configuration XML goes here + + + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + + Default constructor. + + + + + + Parses the configuration section. + + The configuration settings in a corresponding parent configuration section. + The configuration context when called from the ASP.NET configuration system. Otherwise, this parameter is reserved and is a null reference. + The for the log4net section. + The for the log4net section. + + + Returns the containing the configuration data, + + + + + + Assembly level attribute that specifies a plugin to attach to + the repository. + + + + Specifies the type of a plugin to create and attach to the + assembly's repository. The plugin type must implement the + interface. + + + Nicko Cadell + Gert Driesen + + + + Interface used to create plugins. + + + + Interface used to create a plugin. + + + Nicko Cadell + Gert Driesen + + + + Creates the plugin object. + + the new plugin instance + + + Create and return a new plugin instance. + + + + + + Initializes a new instance of the class + with the specified type. + + The type name of plugin to create. + + + Create the attribute with the plugin type specified. + + + Where possible use the constructor that takes a . + + + + + + Initializes a new instance of the class + with the specified type. + + The type of plugin to create. + + + Create the attribute with the plugin type specified. + + + + + + Creates the plugin object defined by this attribute. + + + + Creates the instance of the object as + specified by this attribute. + + + The plugin object. + + + + Returns a representation of the properties of this object. + + + + Overrides base class method to + return a representation of the properties of this object. + + + A representation of the properties of this object + + + + Gets or sets the type for the plugin. + + + The type for the plugin. + + + + The type for the plugin. + + + + + + Gets or sets the type name for the plugin. + + + The type name for the plugin. + + + + The type name for the plugin. + + + Where possible use the property instead. + + + + + + Assembly level attribute to configure the . + + + + This attribute may only be used at the assembly scope and can only + be used once per assembly. + + + Use this attribute to configure the + without calling one of the + methods. + + + Nicko Cadell + + + + Construct provider attribute with type specified + + the type of the provider to use + + + The provider specified must subclass the + class. + + + + + + Configures the SecurityContextProvider + + The assembly that this attribute was defined on. + The repository to configure. + + + Creates a provider instance from the specified. + Sets this as the default security context provider . + + + + + + Gets or sets the type of the provider to use. + + + the type of the provider to use. + + + + The provider specified must subclass the + class. + + + + + + Use this class to initialize the log4net environment using an Xml tree. + + + + Configures a using an Xml tree. + + + Nicko Cadell + Gert Driesen + + + + Private constructor + + + + + Automatically configures the log4net system based on the + application's configuration settings. + + + + Each application has a configuration file. This has the + same name as the application with '.config' appended. + This file is XML and calling this function prompts the + configurator to look in that file for a section called + log4net that contains the configuration data. + + + To use this method to configure log4net you must specify + the section + handler for the log4net configuration section. See the + for an example. + + + + + + + Automatically configures the using settings + stored in the application's configuration file. + + + + Each application has a configuration file. This has the + same name as the application with '.config' appended. + This file is XML and calling this function prompts the + configurator to look in that file for a section called + log4net that contains the configuration data. + + + To use this method to configure log4net you must specify + the section + handler for the log4net configuration section. See the + for an example. + + + The repository to configure. + + + + Configures log4net using a log4net element + + + + Loads the log4net configuration from the XML element + supplied as . + + + The element to parse. + + + + Configures the using the specified XML + element. + + + Loads the log4net configuration from the XML element + supplied as . + + The repository to configure. + The element to parse. + + + + Configures log4net using the specified configuration file. + + The XML file to load the configuration from. + + + The configuration file must be valid XML. It must contain + at least one element called log4net that holds + the log4net configuration data. + + + The log4net configuration file can possible be specified in the application's + configuration file (either MyAppName.exe.config for a + normal application on Web.config for an ASP.NET application). + + + The first element matching <configuration> will be read as the + configuration. If this file is also a .NET .config file then you must specify + a configuration section for the log4net element otherwise .NET will + complain. Set the type for the section handler to , for example: + + +
+ + + + + The following example configures log4net using a configuration file, of which the + location is stored in the application's configuration file : + + + using log4net.Config; + using System.IO; + using System.Configuration; + + ... + + XmlConfigurator.Configure(new FileInfo(ConfigurationSettings.AppSettings["log4net-config-file"])); + + + In the .config file, the path to the log4net can be specified like this : + + + + + + + + + + + + + Configures log4net using the specified configuration URI. + + A URI to load the XML configuration from. + + + The configuration data must be valid XML. It must contain + at least one element called log4net that holds + the log4net configuration data. + + + The must support the URI scheme specified. + + + + + + Configures log4net using the specified configuration data stream. + + A stream to load the XML configuration from. + + + The configuration data must be valid XML. It must contain + at least one element called log4net that holds + the log4net configuration data. + + + Note that this method will NOT close the stream parameter. + + + + + + Configures the using the specified configuration + file. + + The repository to configure. + The XML file to load the configuration from. + + + The configuration file must be valid XML. It must contain + at least one element called log4net that holds + the configuration data. + + + The log4net configuration file can possible be specified in the application's + configuration file (either MyAppName.exe.config for a + normal application on Web.config for an ASP.NET application). + + + The first element matching <configuration> will be read as the + configuration. If this file is also a .NET .config file then you must specify + a configuration section for the log4net element otherwise .NET will + complain. Set the type for the section handler to , for example: + + +
+ + + + + The following example configures log4net using a configuration file, of which the + location is stored in the application's configuration file : + + + using log4net.Config; + using System.IO; + using System.Configuration; + + ... + + XmlConfigurator.Configure(new FileInfo(ConfigurationSettings.AppSettings["log4net-config-file"])); + + + In the .config file, the path to the log4net can be specified like this : + + + + + + + + + + + + + Configures the using the specified configuration + URI. + + The repository to configure. + A URI to load the XML configuration from. + + + The configuration data must be valid XML. It must contain + at least one element called log4net that holds + the configuration data. + + + The must support the URI scheme specified. + + + + + + Configures the using the specified configuration + file. + + The repository to configure. + The stream to load the XML configuration from. + + + The configuration data must be valid XML. It must contain + at least one element called log4net that holds + the configuration data. + + + Note that this method will NOT close the stream parameter. + + + + + + Configures log4net using the file specified, monitors the file for changes + and reloads the configuration if a change is detected. + + The XML file to load the configuration from. + + + The configuration file must be valid XML. It must contain + at least one element called log4net that holds + the configuration data. + + + The configuration file will be monitored using a + and depends on the behavior of that class. + + + For more information on how to configure log4net using + a separate configuration file, see . + + + + + + + Configures the using the file specified, + monitors the file for changes and reloads the configuration if a change + is detected. + + The repository to configure. + The XML file to load the configuration from. + + + The configuration file must be valid XML. It must contain + at least one element called log4net that holds + the configuration data. + + + The configuration file will be monitored using a + and depends on the behavior of that class. + + + For more information on how to configure log4net using + a separate configuration file, see . + + + + + + + Configures the specified repository using a log4net element. + + The hierarchy to configure. + The element to parse. + + + Loads the log4net configuration from the XML element + supplied as . + + + This method is ultimately called by one of the Configure methods + to load the configuration from an . + + + + + + Class used to watch config files. + + + + Uses the to monitor + changes to a specified file. Because multiple change notifications + may be raised when the file is modified, a timer is used to + compress the notifications into a single event. The timer + waits for time before delivering + the event notification. If any further + change notifications arrive while the timer is waiting it + is reset and waits again for to + elapse. + + + + + + The default amount of time to wait after receiving notification + before reloading the config file. + + + + + Watch a specified config file used to configure a repository + + The repository to configure. + The configuration file to watch. + + + Watch a specified config file used to configure a repository + + + + + + Holds the FileInfo used to configure the XmlConfigurator + + + + + Holds the repository being configured. + + + + + The timer used to compress the notification events. + + + + + Initializes a new instance of the class. + + The repository to configure. + The configuration file to watch. + + + Initializes a new instance of the class. + + + + + + Event handler used by . + + The firing the event. + The argument indicates the file that caused the event to be fired. + + + This handler reloads the configuration from the file when the event is fired. + + + + + + Event handler used by . + + The firing the event. + The argument indicates the file that caused the event to be fired. + + + This handler reloads the configuration from the file when the event is fired. + + + + + + Called by the timer when the configuration has been updated. + + null + + + + The implementation of the interface suitable + for use with the compact framework + + + + This implementation is a simple + mapping between repository name and + object. + + + The .NET Compact Framework 1.0 does not support retrieving assembly + level attributes therefore unlike the DefaultRepositorySelector + this selector does not examine the calling assembly for attributes. + + + Nicko Cadell + + + + Interface used by the to select the . + + + + The uses a + to specify the policy for selecting the correct + to return to the caller. + + + Nicko Cadell + Gert Driesen + + + + Gets the for the specified assembly. + + The assembly to use to lookup to the + The for the assembly. + + + Gets the for the specified assembly. + + + How the association between and + is made is not defined. The implementation may choose any method for + this association. The results of this method must be repeatable, i.e. + when called again with the same arguments the result must be the + save value. + + + + + + Gets the named . + + The name to use to lookup to the . + The named + + Lookup a named . This is the repository created by + calling . + + + + + Creates a new repository for the assembly specified. + + The assembly to use to create the domain to associate with the . + The type of repository to create, must implement . + The repository created. + + + The created will be associated with the domain + specified such that a call to with the + same assembly specified will return the same repository instance. + + + How the association between and + is made is not defined. The implementation may choose any method for + this association. + + + + + + Creates a new repository with the name specified. + + The name to associate with the . + The type of repository to create, must implement . + The repository created. + + + The created will be associated with the name + specified such that a call to with the + same name will return the same repository instance. + + + + + + Test if a named repository exists + + the named repository to check + true if the repository exists + + + Test if a named repository exists. Use + to create a new repository and to retrieve + a repository. + + + + + + Gets an array of all currently defined repositories. + + + An array of the instances created by + this . + + + Gets an array of all of the repositories created by this selector. + + + + + + Event to notify that a logger repository has been created. + + + Event to notify that a logger repository has been created. + + + + Event raised when a new repository is created. + The event source will be this selector. The event args will + be a which + holds the newly created . + + + + + + Create a new repository selector + + the type of the repositories to create, must implement + + + Create an new compact repository selector. + The default type for repositories must be specified, + an appropriate value would be . + + + throw if is null + throw if does not implement + + + + Get the for the specified assembly + + not used + The default + + + The argument is not used. This selector does not create a + separate repository for each assembly. + + + As a named repository is not specified the default repository is + returned. The default repository is named log4net-default-repository. + + + + + + Get the named + + the name of the repository to lookup + The named + + + Get the named . The default + repository is log4net-default-repository. Other repositories + must be created using the . + If the named repository does not exist an exception is thrown. + + + throw if is null + throw if the does not exist + + + + Create a new repository for the assembly specified + + not used + the type of repository to create, must implement + the repository created + + + The argument is not used. This selector does not create a + separate repository for each assembly. + + + If the is null then the + default repository type specified to the constructor is used. + + + As a named repository is not specified the default repository is + returned. The default repository is named log4net-default-repository. + + + + + + Create a new repository for the repository specified + + the repository to associate with the + the type of repository to create, must implement . + If this param is null then the default repository type is used. + the repository created + + + The created will be associated with the repository + specified such that a call to with the + same repository specified will return the same repository instance. + + + If the named repository already exists an exception will be thrown. + + + If is null then the default + repository type specified to the constructor is used. + + + throw if is null + throw if the already exists + + + + Test if a named repository exists + + the named repository to check + true if the repository exists + + + Test if a named repository exists. Use + to create a new repository and to retrieve + a repository. + + + + + + Gets a list of objects + + an array of all known objects + + + Gets an array of all of the repositories created by this selector. + + + + + + Notify the registered listeners that the repository has been created + + The repository that has been created + + + Raises the LoggerRepositoryCreatedEvent + event. + + + + + + Event to notify that a logger repository has been created. + + + Event to notify that a logger repository has been created. + + + + Event raised when a new repository is created. + The event source will be this selector. The event args will + be a which + holds the newly created . + + + + + + The default implementation of the interface. + + + + Uses attributes defined on the calling assembly to determine how to + configure the hierarchy for the repository. + + + Nicko Cadell + Gert Driesen + + + + Creates a new repository selector. + + The type of the repositories to create, must implement + + + Create an new repository selector. + The default type for repositories must be specified, + an appropriate value would be . + + + is . + does not implement . + + + + Gets the for the specified assembly. + + The assembly use to lookup the . + + + The type of the created and the repository + to create can be overridden by specifying the + attribute on the . + + + The default values are to use the + implementation of the interface and to use the + as the name of the repository. + + + The created will be automatically configured using + any attributes defined on + the . + + + The for the assembly + is . + + + + Gets the for the specified repository. + + The repository to use to lookup the . + The for the specified repository. + + + Returns the named repository. If is null + a is thrown. If the repository + does not exist a is thrown. + + + Use to create a repository. + + + is . + does not exist. + + + + Create a new repository for the assembly specified + + the assembly to use to create the repository to associate with the . + The type of repository to create, must implement . + The repository created. + + + The created will be associated with the repository + specified such that a call to with the + same assembly specified will return the same repository instance. + + + The type of the created and + the repository to create can be overridden by specifying the + attribute on the + . The default values are to use the + implementation of the + interface and to use the + as the name of the repository. + + + The created will be automatically + configured using any + attributes defined on the . + + + If a repository for the already exists + that repository will be returned. An error will not be raised and that + repository may be of a different type to that specified in . + Also the attribute on the + assembly may be used to override the repository type specified in + . + + + is . + + + + Creates a new repository for the assembly specified. + + the assembly to use to create the repository to associate with the . + The type of repository to create, must implement . + The name to assign to the created repository + Set to true to read and apply the assembly attributes + The repository created. + + + The created will be associated with the repository + specified such that a call to with the + same assembly specified will return the same repository instance. + + + The type of the created and + the repository to create can be overridden by specifying the + attribute on the + . The default values are to use the + implementation of the + interface and to use the + as the name of the repository. + + + The created will be automatically + configured using any + attributes defined on the . + + + If a repository for the already exists + that repository will be returned. An error will not be raised and that + repository may be of a different type to that specified in . + Also the attribute on the + assembly may be used to override the repository type specified in + . + + + is . + + + + Creates a new repository for the specified repository. + + The repository to associate with the . + The type of repository to create, must implement . + If this param is then the default repository type is used. + The new repository. + + + The created will be associated with the repository + specified such that a call to with the + same repository specified will return the same repository instance. + + + is . + already exists. + + + + Test if a named repository exists + + the named repository to check + true if the repository exists + + + Test if a named repository exists. Use + to create a new repository and to retrieve + a repository. + + + + + + Gets a list of objects + + an array of all known objects + + + Gets an array of all of the repositories created by this selector. + + + + + + Aliases a repository to an existing repository. + + The repository to alias. + The repository that the repository is aliased to. + + + The repository specified will be aliased to the repository when created. + The repository must not already exist. + + + When the repository is created it must utilize the same repository type as + the repository it is aliased to, otherwise the aliasing will fail. + + + + is . + -or- + is . + + + + + Notifies the registered listeners that the repository has been created. + + The repository that has been created. + + + Raises the event. + + + + + + Gets the repository name and repository type for the specified assembly. + + The assembly that has a . + in/out param to hold the repository name to use for the assembly, caller should set this to the default value before calling. + in/out param to hold the type of the repository to create for the assembly, caller should set this to the default value before calling. + is . + + + + Configures the repository using information from the assembly. + + The assembly containing + attributes which define the configuration for the repository. + The repository to configure. + + is . + -or- + is . + + + + + Loads the attribute defined plugins on the assembly. + + The assembly that contains the attributes. + The repository to add the plugins to. + + is . + -or- + is . + + + + + Loads the attribute defined aliases on the assembly. + + The assembly that contains the attributes. + The repository to alias to. + + is . + -or- + is . + + + + + Event to notify that a logger repository has been created. + + + Event to notify that a logger repository has been created. + + + + Event raised when a new repository is created. + The event source will be this selector. The event args will + be a which + holds the newly created . + + + + + + Defined error codes that can be passed to the method. + + + + Values passed to the method. + + + Nicko Cadell + + + + A general error + + + + + Error while writing output + + + + + Failed to flush file + + + + + Failed to close file + + + + + Unable to open output file + + + + + No layout specified + + + + + Failed to parse address + + + + + Appenders may delegate their error handling to an . + + + + Error handling is a particularly tedious to get right because by + definition errors are hard to predict and to reproduce. + + + Nicko Cadell + Gert Driesen + + + + Handles the error and information about the error condition is passed as + a parameter. + + The message associated with the error. + The that was thrown when the error occurred. + The error code associated with the error. + + + Handles the error and information about the error condition is passed as + a parameter. + + + + + + Prints the error message passed as a parameter. + + The message associated with the error. + The that was thrown when the error occurred. + + + See . + + + + + + Prints the error message passed as a parameter. + + The message associated with the error. + + + See . + + + + + + Interface for objects that require fixing. + + + + Interface that indicates that the object requires fixing before it + can be taken outside the context of the appender's + method. + + + When objects that implement this interface are stored + in the context properties maps + and + are fixed + (see ) the + method will be called. + + + Nicko Cadell + + + + Get a portable version of this object + + the portable instance of this object + + + Get a portable instance object that represents the current + state of this object. The portable object can be stored + and logged from any thread with identical results. + + + + + + Interface that all loggers implement + + + + This interface supports logging events and testing if a level + is enabled for logging. + + + These methods will not throw exceptions. Note to implementor, ensure + that the implementation of these methods cannot allow an exception + to be thrown to the caller. + + + Nicko Cadell + Gert Driesen + + + + This generic form is intended to be used by wrappers. + + The declaring type of the method that is + the stack boundary into the logging system for this call. + The level of the message to be logged. + The message object to log. + the exception to log, including its stack trace. Pass null to not log an exception. + + + Generates a logging event for the specified using + the and . + + + + + + This is the most generic printing method that is intended to be used + by wrappers. + + The event being logged. + + + Logs the specified logging event through this logger. + + + + + + Checks if this logger is enabled for a given passed as parameter. + + The level to check. + + true if this logger is enabled for level, otherwise false. + + + + Test if this logger is going to log events of the specified . + + + + + + Gets the name of the logger. + + + The name of the logger. + + + + The name of this logger + + + + + + Gets the where this + Logger instance is attached to. + + + The that this logger belongs to. + + + + Gets the where this + Logger instance is attached to. + + + + + + Base interface for all wrappers + + + + Base interface for all wrappers. + + + All wrappers must implement this interface. + + + Nicko Cadell + + + + Get the implementation behind this wrapper object. + + + The object that in implementing this object. + + + + The object that in implementing this + object. The Logger object may not + be the same object as this object because of logger decorators. + This gets the actual underlying objects that is used to process + the log events. + + + + + + Delegate used to handle logger repository creation event notifications + + The which created the repository. + The event args + that holds the instance that has been created. + + + Delegate used to handle logger repository creation event notifications. + + + + + + Provides data for the event. + + + + A + event is raised every time a is created. + + + + + + The created + + + + + Construct instance using specified + + the that has been created + + + Construct instance using specified + + + + + + The that has been created + + + The that has been created + + + + The that has been created + + + + + + Test if an triggers an action + + + + Implementations of this interface allow certain appenders to decide + when to perform an appender specific action. + + + The action or behavior triggered is defined by the implementation. + + + Nicko Cadell + + + + Test if this event triggers the action + + The event to check + true if this event triggers the action, otherwise false + + + Return true if this event triggers the action + + + + + + Defines the default set of levels recognized by the system. + + + + Each has an associated . + + + Levels have a numeric that defines the relative + ordering between levels. Two Levels with the same + are deemed to be equivalent. + + + The levels that are recognized by log4net are set for each + and each repository can have different levels defined. The levels are stored + in the on the repository. Levels are + looked up by name from the . + + + When logging at level INFO the actual level used is not but + the value of LoggerRepository.LevelMap["INFO"]. The default value for this is + , but this can be changed by reconfiguring the level map. + + + Each level has a in addition to its . The + is the string that is written into the output log. By default + the display name is the same as the level name, but this can be used to alias levels + or to localize the log output. + + + Some of the predefined levels recognized by the system are: + + + + . + + + . + + + . + + + . + + + . + + + . + + + . + + + + Nicko Cadell + Gert Driesen + + + + Constructor + + Integer value for this level, higher values represent more severe levels. + The string name of this level. + The display name for this level. This may be localized or otherwise different from the name + + + Initializes a new instance of the class with + the specified level name and value. + + + + + + Constructor + + Integer value for this level, higher values represent more severe levels. + The string name of this level. + + + Initializes a new instance of the class with + the specified level name and value. + + + + + + Returns the representation of the current + . + + + A representation of the current . + + + + Returns the level . + + + + + + Compares levels. + + The object to compare against. + true if the objects are equal. + + + Compares the levels of instances, and + defers to base class if the target object is not a + instance. + + + + + + Returns a hash code + + A hash code for the current . + + + Returns a hash code suitable for use in hashing algorithms and data + structures like a hash table. + + + Returns the hash code of the level . + + + + + + Compares this instance to a specified object and returns an + indication of their relative values. + + A instance or to compare with this instance. + + A 32-bit signed integer that indicates the relative order of the + values compared. The return value has these meanings: + + + Value + Meaning + + + Less than zero + This instance is less than . + + + Zero + This instance is equal to . + + + Greater than zero + + This instance is greater than . + -or- + is . + + + + + + + must be an instance of + or ; otherwise, an exception is thrown. + + + is not a . + + + + Returns a value indicating whether a specified + is greater than another specified . + + A + A + + true if is greater than + ; otherwise, false. + + + + Compares two levels. + + + + + + Returns a value indicating whether a specified + is less than another specified . + + A + A + + true if is less than + ; otherwise, false. + + + + Compares two levels. + + + + + + Returns a value indicating whether a specified + is greater than or equal to another specified . + + A + A + + true if is greater than or equal to + ; otherwise, false. + + + + Compares two levels. + + + + + + Returns a value indicating whether a specified + is less than or equal to another specified . + + A + A + + true if is less than or equal to + ; otherwise, false. + + + + Compares two levels. + + + + + + Returns a value indicating whether two specified + objects have the same value. + + A or . + A or . + + true if the value of is the same as the + value of ; otherwise, false. + + + + Compares two levels. + + + + + + Returns a value indicating whether two specified + objects have different values. + + A or . + A or . + + true if the value of is different from + the value of ; otherwise, false. + + + + Compares two levels. + + + + + + Compares two specified instances. + + The first to compare. + The second to compare. + + A 32-bit signed integer that indicates the relative order of the + two values compared. The return value has these meanings: + + + Value + Meaning + + + Less than zero + is less than . + + + Zero + is equal to . + + + Greater than zero + is greater than . + + + + + + Compares two levels. + + + + + + The level designates a higher level than all the rest. + + + + + The level designates very severe error events. + System unusable, emergencies. + + + + + The level designates very severe error events + that will presumably lead the application to abort. + + + + + The level designates very severe error events. + Take immediate action, alerts. + + + + + The level designates very severe error events. + Critical condition, critical. + + + + + The level designates very severe error events. + + + + + The level designates error events that might + still allow the application to continue running. + + + + + The level designates potentially harmful + situations. + + + + + The level designates informational messages + that highlight the progress of the application at the highest level. + + + + + The level designates informational messages that + highlight the progress of the application at coarse-grained level. + + + + + The level designates fine-grained informational + events that are most useful to debug an application. + + + + + The level designates fine-grained informational + events that are most useful to debug an application. + + + + + The level designates fine-grained informational + events that are most useful to debug an application. + + + + + The level designates fine-grained informational + events that are most useful to debug an application. + + + + + The level designates fine-grained informational + events that are most useful to debug an application. + + + + + The level designates fine-grained informational + events that are most useful to debug an application. + + + + + The level designates the lowest level possible. + + + + + Gets the name of this level. + + + The name of this level. + + + + Gets the name of this level. + + + + + + Gets the value of this level. + + + The value of this level. + + + + Gets the value of this level. + + + + + + Gets the display name of this level. + + + The display name of this level. + + + + Gets the display name of this level. + + + + + + A strongly-typed collection of objects. + + Nicko Cadell + + + + Creates a read-only wrapper for a LevelCollection instance. + + list to create a readonly wrapper arround + + A LevelCollection wrapper that is read-only. + + + + + Initializes a new instance of the LevelCollection class + that is empty and has the default initial capacity. + + + + + Initializes a new instance of the LevelCollection class + that has the specified initial capacity. + + + The number of elements that the new LevelCollection is initially capable of storing. + + + + + Initializes a new instance of the LevelCollection class + that contains elements copied from the specified LevelCollection. + + The LevelCollection whose elements are copied to the new collection. + + + + Initializes a new instance of the LevelCollection class + that contains elements copied from the specified array. + + The array whose elements are copied to the new list. + + + + Initializes a new instance of the LevelCollection class + that contains elements copied from the specified collection. + + The collection whose elements are copied to the new list. + + + + Allow subclasses to avoid our default constructors + + + + + + Copies the entire LevelCollection to a one-dimensional + array. + + The one-dimensional array to copy to. + + + + Copies the entire LevelCollection to a one-dimensional + array, starting at the specified index of the target array. + + The one-dimensional array to copy to. + The zero-based index in at which copying begins. + + + + Adds a to the end of the LevelCollection. + + The to be added to the end of the LevelCollection. + The index at which the value has been added. + + + + Removes all elements from the LevelCollection. + + + + + Creates a shallow copy of the . + + A new with a shallow copy of the collection data. + + + + Determines whether a given is in the LevelCollection. + + The to check for. + true if is found in the LevelCollection; otherwise, false. + + + + Returns the zero-based index of the first occurrence of a + in the LevelCollection. + + The to locate in the LevelCollection. + + The zero-based index of the first occurrence of + in the entire LevelCollection, if found; otherwise, -1. + + + + + Inserts an element into the LevelCollection at the specified index. + + The zero-based index at which should be inserted. + The to insert. + + is less than zero + -or- + is equal to or greater than . + + + + + Removes the first occurrence of a specific from the LevelCollection. + + The to remove from the LevelCollection. + + The specified was not found in the LevelCollection. + + + + + Removes the element at the specified index of the LevelCollection. + + The zero-based index of the element to remove. + + is less than zero + -or- + is equal to or greater than . + + + + + Returns an enumerator that can iterate through the LevelCollection. + + An for the entire LevelCollection. + + + + Adds the elements of another LevelCollection to the current LevelCollection. + + The LevelCollection whose elements should be added to the end of the current LevelCollection. + The new of the LevelCollection. + + + + Adds the elements of a array to the current LevelCollection. + + The array whose elements should be added to the end of the LevelCollection. + The new of the LevelCollection. + + + + Adds the elements of a collection to the current LevelCollection. + + The collection whose elements should be added to the end of the LevelCollection. + The new of the LevelCollection. + + + + Sets the capacity to the actual number of elements. + + + + + is less than zero + -or- + is equal to or greater than . + + + + + is less than zero + -or- + is equal to or greater than . + + + + + Gets the number of elements actually contained in the LevelCollection. + + + + + Gets a value indicating whether access to the collection is synchronized (thread-safe). + + true if access to the ICollection is synchronized (thread-safe); otherwise, false. + + + + Gets an object that can be used to synchronize access to the collection. + + + + + Gets or sets the at the specified index. + + The zero-based index of the element to get or set. + + is less than zero + -or- + is equal to or greater than . + + + + + Gets a value indicating whether the collection has a fixed size. + + true if the collection has a fixed size; otherwise, false. The default is false + + + + Gets a value indicating whether the IList is read-only. + + true if the collection is read-only; otherwise, false. The default is false + + + + Gets or sets the number of elements the LevelCollection can contain. + + + + + Supports type-safe iteration over a . + + + + + Advances the enumerator to the next element in the collection. + + + true if the enumerator was successfully advanced to the next element; + false if the enumerator has passed the end of the collection. + + + The collection was modified after the enumerator was created. + + + + + Sets the enumerator to its initial position, before the first element in the collection. + + + + + Gets the current element in the collection. + + + + + Type visible only to our subclasses + Used to access protected constructor + + + + + A value + + + + + Supports simple iteration over a . + + + + + Initializes a new instance of the Enumerator class. + + + + + + Advances the enumerator to the next element in the collection. + + + true if the enumerator was successfully advanced to the next element; + false if the enumerator has passed the end of the collection. + + + The collection was modified after the enumerator was created. + + + + + Sets the enumerator to its initial position, before the first element in the collection. + + + + + Gets the current element in the collection. + + + + + An evaluator that triggers at a threshold level + + + + This evaluator will trigger if the level of the event + passed to + is equal to or greater than the + level. + + + Nicko Cadell + + + + The threshold for triggering + + + + + Create a new evaluator using the threshold. + + + + Create a new evaluator using the threshold. + + + This evaluator will trigger if the level of the event + passed to + is equal to or greater than the + level. + + + + + + Create a new evaluator using the specified threshold. + + the threshold to trigger at + + + Create a new evaluator using the specified threshold. + + + This evaluator will trigger if the level of the event + passed to + is equal to or greater than the + level. + + + + + + Is this the triggering event? + + The event to check + This method returns true, if the event level + is equal or higher than the . + Otherwise it returns false + + + This evaluator will trigger if the level of the event + passed to + is equal to or greater than the + level. + + + + + + the threshold to trigger at + + + The that will cause this evaluator to trigger + + + + This evaluator will trigger if the level of the event + passed to + is equal to or greater than the + level. + + + + + + Mapping between string name and Level object + + + + Mapping between string name and object. + This mapping is held separately for each . + The level name is case insensitive. + + + Nicko Cadell + + + + Mapping from level name to Level object. The + level name is case insensitive + + + + + Construct the level map + + + + Construct the level map. + + + + + + Clear the internal maps of all levels + + + + Clear the internal maps of all levels + + + + + + Create a new Level and add it to the map + + the string to display for the Level + the level value to give to the Level + + + Create a new Level and add it to the map + + + + + + + Create a new Level and add it to the map + + the string to display for the Level + the level value to give to the Level + the display name to give to the Level + + + Create a new Level and add it to the map + + + + + + Add a Level to the map + + the Level to add + + + Add a Level to the map + + + + + + Lookup a named level from the map + + the name of the level to lookup is taken from this level. + If the level is not set on the map then this level is added + the level in the map with the name specified + + + Lookup a named level from the map. The name of the level to lookup is taken + from the property of the + argument. + + + If no level with the specified name is found then the + argument is added to the level map + and returned. + + + + + + Lookup a by name + + The name of the Level to lookup + a Level from the map with the name specified + + + Returns the from the + map with the name specified. If the no level is + found then null is returned. + + + + + + Return all possible levels as a list of Level objects. + + all possible levels as a list of Level objects + + + Return all possible levels as a list of Level objects. + + + + + + The internal representation of caller location information. + + + + This class uses the System.Diagnostics.StackTrace class to generate + a call stack. The caller's information is then extracted from this stack. + + + The System.Diagnostics.StackTrace class is not supported on the + .NET Compact Framework 1.0 therefore caller location information is not + available on that framework. + + + The System.Diagnostics.StackTrace class has this to say about Release builds: + + + "StackTrace information will be most informative with Debug build configurations. + By default, Debug builds include debug symbols, while Release builds do not. The + debug symbols contain most of the file, method name, line number, and column + information used in constructing StackFrame and StackTrace objects. StackTrace + might not report as many method calls as expected, due to code transformations + that occur during optimization." + + + This means that in a Release build the caller information may be incomplete or may + not exist at all! Therefore caller location information cannot be relied upon in a Release build. + + + Nicko Cadell + Gert Driesen + + + + When location information is not available the constant + NA is returned. Current value of this string + constant is ?. + + + + + Constructor + + The declaring type of the method that is + the stack boundary into the logging system for this call. + + + Initializes a new instance of the + class based on the current thread. + + + + + + Constructor + + The fully qualified class name. + The method name. + The file name. + The line number of the method within the file. + + + Initializes a new instance of the + class with the specified data. + + + + + + Gets the fully qualified class name of the caller making the logging + request. + + + The fully qualified class name of the caller making the logging + request. + + + + Gets the fully qualified class name of the caller making the logging + request. + + + + + + Gets the file name of the caller. + + + The file name of the caller. + + + + Gets the file name of the caller. + + + + + + Gets the line number of the caller. + + + The line number of the caller. + + + + Gets the line number of the caller. + + + + + + Gets the method name of the caller. + + + The method name of the caller. + + + + Gets the method name of the caller. + + + + + + Gets all available caller information + + + All available caller information, in the format + fully.qualified.classname.of.caller.methodName(Filename:line) + + + + Gets all available caller information, in the format + fully.qualified.classname.of.caller.methodName(Filename:line) + + + + + + Static manager that controls the creation of repositories + + + + Static manager that controls the creation of repositories + + + This class is used by the wrapper managers (e.g. ) + to provide access to the objects. + + + This manager also holds the that is used to + lookup and create repositories. The selector can be set either programmatically using + the property, or by setting the log4net.RepositorySelector + AppSetting in the applications config file to the fully qualified type name of the + selector to use. + + + Nicko Cadell + Gert Driesen + + + + Private constructor to prevent instances. Only static methods should be used. + + + + Private constructor to prevent instances. Only static methods should be used. + + + + + + Hook the shutdown event + + + + On the full .NET runtime, the static constructor hooks up the + AppDomain.ProcessExit and AppDomain.DomainUnload> events. + These are used to shutdown the log4net system as the application exits. + + + + + + Register for ProcessExit and DomainUnload events on the AppDomain + + + + This needs to be in a separate method because the events make + a LinkDemand for the ControlAppDomain SecurityPermission. Because + this is a LinkDemand it is demanded at JIT time. Therefore we cannot + catch the exception in the method itself, we have to catch it in the + caller. + + + + + + Return the default instance. + + the repository to lookup in + Return the default instance + + + Gets the for the repository specified + by the argument. + + + + + + Returns the default instance. + + The assembly to use to lookup the repository. + The default instance. + + + + Return the default instance. + + the repository to lookup in + Return the default instance + + + Gets the for the repository specified + by the argument. + + + + + + Returns the default instance. + + The assembly to use to lookup the repository. + The default instance. + + + Returns the default instance. + + + + + + Returns the named logger if it exists. + + The repository to lookup in. + The fully qualified logger name to look for. + + The logger found, or null if the named logger does not exist in the + specified repository. + + + + If the named logger exists (in the specified repository) then it + returns a reference to the logger, otherwise it returns + null. + + + + + + Returns the named logger if it exists. + + The assembly to use to lookup the repository. + The fully qualified logger name to look for. + + The logger found, or null if the named logger does not exist in the + specified assembly's repository. + + + + If the named logger exists (in the specified assembly's repository) then it + returns a reference to the logger, otherwise it returns + null. + + + + + + Returns all the currently defined loggers in the specified repository. + + The repository to lookup in. + All the defined loggers. + + + The root logger is not included in the returned array. + + + + + + Returns all the currently defined loggers in the specified assembly's repository. + + The assembly to use to lookup the repository. + All the defined loggers. + + + The root logger is not included in the returned array. + + + + + + Retrieves or creates a named logger. + + The repository to lookup in. + The name of the logger to retrieve. + The logger with the name specified. + + + Retrieves a logger named as the + parameter. If the named logger already exists, then the + existing instance will be returned. Otherwise, a new instance is + created. + + + By default, loggers do not have a set level but inherit + it from the hierarchy. This is one of the central features of + log4net. + + + + + + Retrieves or creates a named logger. + + The assembly to use to lookup the repository. + The name of the logger to retrieve. + The logger with the name specified. + + + Retrieves a logger named as the + parameter. If the named logger already exists, then the + existing instance will be returned. Otherwise, a new instance is + created. + + + By default, loggers do not have a set level but inherit + it from the hierarchy. This is one of the central features of + log4net. + + + + + + Shorthand for . + + The repository to lookup in. + The of which the fullname will be used as the name of the logger to retrieve. + The logger with the name specified. + + + Gets the logger for the fully qualified name of the type specified. + + + + + + Shorthand for . + + the assembly to use to lookup the repository + The of which the fullname will be used as the name of the logger to retrieve. + The logger with the name specified. + + + Gets the logger for the fully qualified name of the type specified. + + + + + + Shuts down the log4net system. + + + + Calling this method will safely close and remove all + appenders in all the loggers including root contained in all the + default repositories. + + + Some appenders need to be closed before the application exists. + Otherwise, pending logging events might be lost. + + + The shutdown method is careful to close nested + appenders before closing regular appenders. This is allows + configurations where a regular appender is attached to a logger + and again to a nested appender. + + + + + + Shuts down the repository for the repository specified. + + The repository to shutdown. + + + Calling this method will safely close and remove all + appenders in all the loggers including root contained in the + repository for the specified. + + + Some appenders need to be closed before the application exists. + Otherwise, pending logging events might be lost. + + + The shutdown method is careful to close nested + appenders before closing regular appenders. This is allows + configurations where a regular appender is attached to a logger + and again to a nested appender. + + + + + + Shuts down the repository for the repository specified. + + The assembly to use to lookup the repository. + + + Calling this method will safely close and remove all + appenders in all the loggers including root contained in the + repository for the repository. The repository is looked up using + the specified. + + + Some appenders need to be closed before the application exists. + Otherwise, pending logging events might be lost. + + + The shutdown method is careful to close nested + appenders before closing regular appenders. This is allows + configurations where a regular appender is attached to a logger + and again to a nested appender. + + + + + + Resets all values contained in this repository instance to their defaults. + + The repository to reset. + + + Resets all values contained in the repository instance to their + defaults. This removes all appenders from all loggers, sets + the level of all non-root loggers to null, + sets their additivity flag to true and sets the level + of the root logger to . Moreover, + message disabling is set its default "off" value. + + + + + + Resets all values contained in this repository instance to their defaults. + + The assembly to use to lookup the repository to reset. + + + Resets all values contained in the repository instance to their + defaults. This removes all appenders from all loggers, sets + the level of all non-root loggers to null, + sets their additivity flag to true and sets the level + of the root logger to . Moreover, + message disabling is set its default "off" value. + + + + + + Creates a repository with the specified name. + + The name of the repository, this must be unique amongst repositories. + The created for the repository. + + + CreateDomain is obsolete. Use CreateRepository instead of CreateDomain. + + + Creates the default type of which is a + object. + + + The name must be unique. Repositories cannot be redefined. + An will be thrown if the repository already exists. + + + The specified repository already exists. + + + + Creates a repository with the specified name. + + The name of the repository, this must be unique amongst repositories. + The created for the repository. + + + Creates the default type of which is a + object. + + + The name must be unique. Repositories cannot be redefined. + An will be thrown if the repository already exists. + + + The specified repository already exists. + + + + Creates a repository with the specified name and repository type. + + The name of the repository, this must be unique to the repository. + A that implements + and has a no arg constructor. An instance of this type will be created to act + as the for the repository specified. + The created for the repository. + + + CreateDomain is obsolete. Use CreateRepository instead of CreateDomain. + + + The name must be unique. Repositories cannot be redefined. + An Exception will be thrown if the repository already exists. + + + The specified repository already exists. + + + + Creates a repository with the specified name and repository type. + + The name of the repository, this must be unique to the repository. + A that implements + and has a no arg constructor. An instance of this type will be created to act + as the for the repository specified. + The created for the repository. + + + The name must be unique. Repositories cannot be redefined. + An Exception will be thrown if the repository already exists. + + + The specified repository already exists. + + + + Creates a repository for the specified assembly and repository type. + + The assembly to use to get the name of the repository. + A that implements + and has a no arg constructor. An instance of this type will be created to act + as the for the repository specified. + The created for the repository. + + + CreateDomain is obsolete. Use CreateRepository instead of CreateDomain. + + + The created will be associated with the repository + specified such that a call to with the + same assembly specified will return the same repository instance. + + + + + + Creates a repository for the specified assembly and repository type. + + The assembly to use to get the name of the repository. + A that implements + and has a no arg constructor. An instance of this type will be created to act + as the for the repository specified. + The created for the repository. + + + The created will be associated with the repository + specified such that a call to with the + same assembly specified will return the same repository instance. + + + + + + Gets an array of all currently defined repositories. + + An array of all the known objects. + + + Gets an array of all currently defined repositories. + + + + + + Internal method to get pertinent version info. + + A string of version info. + + + + Called when the event fires + + the that is exiting + null + + + Called when the event fires. + + + When the event is triggered the log4net system is . + + + + + + Called when the event fires + + the that is exiting + null + + + Called when the event fires. + + + When the event is triggered the log4net system is . + + + + + + Initialize the default repository selector + + + + + Gets or sets the repository selector used by the . + + + The repository selector used by the . + + + + The repository selector () is used by + the to create and select repositories + (). + + + The caller to supplies either a string name + or an assembly (if not supplied the assembly is inferred using + ). + + + This context is used by the selector to lookup a specific repository. + + + For the full .NET Framework, the default repository is DefaultRepositorySelector; + for the .NET Compact Framework CompactRepositorySelector is the default + repository. + + + + + + Implementation of the interface. + + + + This class should be used as the base for all wrapper implementations. + + + Nicko Cadell + Gert Driesen + + + + Constructs a new wrapper for the specified logger. + + The logger to wrap. + + + Constructs a new wrapper for the specified logger. + + + + + + The logger that this object is wrapping + + + + + Gets the implementation behind this wrapper object. + + + The object that this object is implementing. + + + + The Logger object may not be the same object as this object + because of logger decorators. + + + This gets the actual underlying objects that is used to process + the log events. + + + + + + Portable data structure used by + + + + Portable data structure used by + + + Nicko Cadell + + + + The logger name. + + + + The logger name. + + + + + + Level of logging event. + + + + Level of logging event. Level cannot be Serializable + because it is a flyweight. Due to its special serialization it + cannot be declared final either. + + + + + + The application supplied message. + + + + The application supplied message of logging event. + + + + + + The name of thread + + + + The name of thread in which this logging event was generated + + + + + + The time the event was logged + + + + The TimeStamp is stored in the local time zone for this computer. + + + + + + Location information for the caller. + + + + Location information for the caller. + + + + + + String representation of the user + + + + String representation of the user's windows name, + like DOMAIN\username + + + + + + String representation of the identity. + + + + String representation of the current thread's principal identity. + + + + + + The string representation of the exception + + + + The string representation of the exception + + + + + + String representation of the AppDomain. + + + + String representation of the AppDomain. + + + + + + Additional event specific properties + + + + A logger or an appender may attach additional + properties to specific events. These properties + have a string key and an object value. + + + + + + Flags passed to the property + + + + Flags passed to the property + + + Nicko Cadell + + + + Fix the MDC + + + + + Fix the NDC + + + + + Fix the rendered message + + + + + Fix the thread name + + + + + Fix the callers location information + + + CAUTION: Very slow to generate + + + + + Fix the callers windows user name + + + CAUTION: Slow to generate + + + + + Fix the domain friendly name + + + + + Fix the callers principal name + + + CAUTION: May be slow to generate + + + + + Fix the exception text + + + + + Fix the event properties + + + + + No fields fixed + + + + + All fields fixed + + + + + Partial fields fixed + + + + This set of partial fields gives good performance. The following fields are fixed: + + + + + + + + + + + + + The internal representation of logging events. + + + + When an affirmative decision is made to log then a + instance is created. This instance + is passed around to the different log4net components. + + + This class is of concern to those wishing to extend log4net. + + + Some of the values in instances of + are considered volatile, that is the values are correct at the + time the event is delivered to appenders, but will not be consistent + at any time afterwards. If an event is to be stored and then processed + at a later time these volatile values must be fixed by calling + . There is a performance penalty + for incurred by calling but it + is essential to maintaining data consistency. + + + Nicko Cadell + Gert Driesen + Douglas de la Torre + Daniel Cazzulino + + + + The key into the Properties map for the host name value. + + + + + The key into the Properties map for the thread identity value. + + + + + The key into the Properties map for the user name value. + + + + + Initializes a new instance of the class + from the supplied parameters. + + The declaring type of the method that is + the stack boundary into the logging system for this call. + The repository this event is logged in. + The name of the logger of this event. + The level of this event. + The message of this event. + The exception for this event. + + + Except , and , + all fields of LoggingEvent are filled when actually needed. Call + to cache all data locally + to prevent inconsistencies. + + This method is called by the log4net framework + to create a logging event. + + + + + + Initializes a new instance of the class + using specific data. + + The declaring type of the method that is + the stack boundary into the logging system for this call. + The repository this event is logged in. + Data used to initialize the logging event. + The fields in the struct that have already been fixed. + + + This constructor is provided to allow a + to be created independently of the log4net framework. This can + be useful if you require a custom serialization scheme. + + + Use the method to obtain an + instance of the class. + + + The parameter should be used to specify which fields in the + struct have been preset. Fields not specified in the + will be captured from the environment if requested or fixed. + + + + + + Initializes a new instance of the class + using specific data. + + The declaring type of the method that is + the stack boundary into the logging system for this call. + The repository this event is logged in. + Data used to initialize the logging event. + + + This constructor is provided to allow a + to be created independently of the log4net framework. This can + be useful if you require a custom serialization scheme. + + + Use the method to obtain an + instance of the class. + + + This constructor sets this objects flags to , + this assumes that all the data relating to this event is passed in via the + parameter and no other data should be captured from the environment. + + + + + + Initializes a new instance of the class + using specific data. + + Data used to initialize the logging event. + + + This constructor is provided to allow a + to be created independently of the log4net framework. This can + be useful if you require a custom serialization scheme. + + + Use the method to obtain an + instance of the class. + + + This constructor sets this objects flags to , + this assumes that all the data relating to this event is passed in via the + parameter and no other data should be captured from the environment. + + + + + + Serialization constructor + + The that holds the serialized object data. + The that contains contextual information about the source or destination. + + + Initializes a new instance of the class + with serialized data. + + + + + + Ensure that the repository is set. + + the value for the repository + + + + Write the rendered message to a TextWriter + + the writer to write the message to + + + Unlike the property this method + does store the message data in the internal cache. Therefore + if called only once this method should be faster than the + property, however if the message is + to be accessed multiple times then the property will be more efficient. + + + + + + Serializes this object into the provided. + + The to populate with data. + The destination for this serialization. + + + The data in this event must be fixed before it can be serialized. + + + The method must be called during the + method call if this event + is to be used outside that method. + + + + + + Gets the portable data for this . + + The for this event. + + + A new can be constructed using a + instance. + + + Does a fix of the data + in the logging event before returning the event data. + + + + + + Gets the portable data for this . + + The set of data to ensure is fixed in the LoggingEventData + The for this event. + + + A new can be constructed using a + instance. + + + + + + Returns this event's exception's rendered using the + . + + + This event's exception's rendered using the . + + + + Obsolete. Use instead. + + + + + + Returns this event's exception's rendered using the + . + + + This event's exception's rendered using the . + + + + Returns this event's exception's rendered using the + . + + + + + + Fix instance fields that hold volatile data. + + + + Some of the values in instances of + are considered volatile, that is the values are correct at the + time the event is delivered to appenders, but will not be consistent + at any time afterwards. If an event is to be stored and then processed + at a later time these volatile values must be fixed by calling + . There is a performance penalty + incurred by calling but it + is essential to maintaining data consistency. + + + Calling is equivalent to + calling passing the parameter + false. + + + See for more + information. + + + + + + Fixes instance fields that hold volatile data. + + Set to true to not fix data that takes a long time to fix. + + + Some of the values in instances of + are considered volatile, that is the values are correct at the + time the event is delivered to appenders, but will not be consistent + at any time afterwards. If an event is to be stored and then processed + at a later time these volatile values must be fixed by calling + . There is a performance penalty + for incurred by calling but it + is essential to maintaining data consistency. + + + The param controls the data that + is fixed. Some of the data that can be fixed takes a long time to + generate, therefore if you do not require those settings to be fixed + they can be ignored by setting the param + to true. This setting will ignore the + and settings. + + + Set to false to ensure that all + settings are fixed. + + + + + + Fix the fields specified by the parameter + + the fields to fix + + + Only fields specified in the will be fixed. + Fields will not be fixed if they have previously been fixed. + It is not possible to 'unfix' a field. + + + + + + Lookup a composite property in this event + + the key for the property to lookup + the value for the property + + + This event has composite properties that combine together properties from + several different contexts in the following order: + + + this events properties + + This event has that can be set. These + properties are specific to this event only. + + + + the thread properties + + The that are set on the current + thread. These properties are shared by all events logged on this thread. + + + + the global properties + + The that are set globally. These + properties are shared by all the threads in the AppDomain. + + + + + + + + + Get all the composite properties in this event + + the containing all the properties + + + See for details of the composite properties + stored by the event. + + + This method returns a single containing all the + properties defined for this event. + + + + + + The internal logging event data. + + + + + The internal logging event data. + + + + + The internal logging event data. + + + + + The fully qualified Type of the calling + logger class in the stack frame (i.e. the declaring type of the method). + + + + + The application supplied message of logging event. + + + + + The exception that was thrown. + + + This is not serialized. The string representation + is serialized instead. + + + + + The repository that generated the logging event + + + This is not serialized. + + + + + The fix state for this event + + + These flags indicate which fields have been fixed. + Not serialized. + + + + + Indicated that the internal cache is updateable (ie not fixed) + + + This is a seperate flag to m_fixFlags as it allows incrementel fixing and simpler + changes in the caching strategy. + + + + + Gets the time when the current process started. + + + This is the time when this process started. + + + + The TimeStamp is stored in the local time zone for this computer. + + + Tries to get the start time for the current process. + Failing that it returns the time of the first call to + this property. + + + Note that AppDomains may be loaded and unloaded within the + same process without the process terminating and therefore + without the process start time being reset. + + + + + + Gets the of the logging event. + + + The of the logging event. + + + + Gets the of the logging event. + + + + + + Gets the time of the logging event. + + + The time of the logging event. + + + + The TimeStamp is stored in the local time zone for this computer. + + + + + + Gets the name of the logger that logged the event. + + + The name of the logger that logged the event. + + + + Gets the name of the logger that logged the event. + + + + + + Gets the location information for this logging event. + + + The location information for this logging event. + + + + The collected information is cached for future use. + + + See the class for more information on + supported frameworks and the different behavior in Debug and + Release builds. + + + + + + Gets the message object used to initialize this event. + + + The message object used to initialize this event. + + + + Gets the message object used to initialize this event. + Note that this event may not have a valid message object. + If the event is serialized the message object will not + be transferred. To get the text of the message the + property must be used + not this property. + + + If there is no defined message object for this event then + null will be returned. + + + + + + Gets the exception object used to initialize this event. + + + The exception object used to initialize this event. + + + + Gets the exception object used to initialize this event. + Note that this event may not have a valid exception object. + If the event is serialized the exception object will not + be transferred. To get the text of the exception the + method must be used + not this property. + + + If there is no defined exception object for this event then + null will be returned. + + + + + + The that this event was created in. + + + + The that this event was created in. + + + + + + Gets the message, rendered through the . + + + The message rendered through the . + + + + The collected information is cached for future use. + + + + + + Gets the name of the current thread. + + + The name of the current thread, or the thread ID when + the name is not available. + + + + The collected information is cached for future use. + + + + + + Gets the name of the current user. + + + The name of the current user, or NOT AVAILABLE when the + underlying runtime has no support for retrieving the name of the + current user. + + + + Calls WindowsIdentity.GetCurrent().Name to get the name of + the current windows user. + + + To improve performance, we could cache the string representation of + the name, and reuse that as long as the identity stayed constant. + Once the identity changed, we would need to re-assign and re-render + the string. + + + However, the WindowsIdentity.GetCurrent() call seems to + return different objects every time, so the current implementation + doesn't do this type of caching. + + + Timing for these operations: + + + + Method + Results + + + WindowsIdentity.GetCurrent() + 10000 loops, 00:00:00.2031250 seconds + + + WindowsIdentity.GetCurrent().Name + 10000 loops, 00:00:08.0468750 seconds + + + + This means we could speed things up almost 40 times by caching the + value of the WindowsIdentity.GetCurrent().Name property, since + this takes (8.04-0.20) = 7.84375 seconds. + + + + + + Gets the identity of the current thread principal. + + + The string name of the identity of the current thread principal. + + + + Calls System.Threading.Thread.CurrentPrincipal.Identity.Name to get + the name of the current thread principal. + + + + + + Gets the AppDomain friendly name. + + + The AppDomain friendly name. + + + + Gets the AppDomain friendly name. + + + + + + Additional event specific properties. + + + Additional event specific properties. + + + + A logger or an appender may attach additional + properties to specific events. These properties + have a string key and an object value. + + + This property is for events that have been added directly to + this event. The aggregate properties (which include these + event properties) can be retrieved using + and . + + + Once the properties have been fixed this property + returns the combined cached properties. This ensures that updates to + this property are always reflected in the underlying storage. When + returning the combined properties there may be more keys in the + Dictionary than expected. + + + + + + The fixed fields in this event + + + The set of fields that are fixed in this event + + + + Fields will not be fixed if they have previously been fixed. + It is not possible to 'unfix' a field. + + + + + + Implementation of wrapper interface. + + + + This implementation of the interface + forwards to the held by the base class. + + + This logger has methods to allow the caller to log at the following + levels: + + + + DEBUG + + The and methods log messages + at the DEBUG level. That is the level with that name defined in the + repositories . The default value + for this level is . The + property tests if this level is enabled for logging. + + + + INFO + + The and methods log messages + at the INFO level. That is the level with that name defined in the + repositories . The default value + for this level is . The + property tests if this level is enabled for logging. + + + + WARN + + The and methods log messages + at the WARN level. That is the level with that name defined in the + repositories . The default value + for this level is . The + property tests if this level is enabled for logging. + + + + ERROR + + The and methods log messages + at the ERROR level. That is the level with that name defined in the + repositories . The default value + for this level is . The + property tests if this level is enabled for logging. + + + + FATAL + + The and methods log messages + at the FATAL level. That is the level with that name defined in the + repositories . The default value + for this level is . The + property tests if this level is enabled for logging. + + + + + The values for these levels and their semantic meanings can be changed by + configuring the for the repository. + + + Nicko Cadell + Gert Driesen + + + + The ILog interface is use by application to log messages into + the log4net framework. + + + + Use the to obtain logger instances + that implement this interface. The + static method is used to get logger instances. + + + This class contains methods for logging at different levels and also + has properties for determining if those logging levels are + enabled in the current configuration. + + + This interface can be implemented in different ways. This documentation + specifies reasonable behavior that a caller can expect from the actual + implementation, however different implementations reserve the right to + do things differently. + + + Simple example of logging messages + + ILog log = LogManager.GetLogger("application-log"); + + log.Info("Application Start"); + log.Debug("This is a debug message"); + + if (log.IsDebugEnabled) + { + log.Debug("This is another debug message"); + } + + + + + Nicko Cadell + Gert Driesen + + + Log a message object with the level. + + Log a message object with the level. + + The message object to log. + + + This method first checks if this logger is DEBUG + enabled by comparing the level of this logger with the + level. If this logger is + DEBUG enabled, then it converts the message object + (passed as parameter) to a string by invoking the appropriate + . It then + proceeds to call all the registered appenders in this logger + and also higher in the hierarchy depending on the value of + the additivity flag. + + WARNING Note that passing an + to this method will print the name of the + but no stack trace. To print a stack trace use the + form instead. + + + + + + + + Log a message object with the level including + the stack trace of the passed + as a parameter. + + The message object to log. + The exception to log, including its stack trace. + + + See the form for more detailed information. + + + + + + + Log a formatted string with the level. + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + An Object to format + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + An that supplies culture-specific formatting information + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + Log a message object with the level. + + Logs a message object with the level. + + + + This method first checks if this logger is INFO + enabled by comparing the level of this logger with the + level. If this logger is + INFO enabled, then it converts the message object + (passed as parameter) to a string by invoking the appropriate + . It then + proceeds to call all the registered appenders in this logger + and also higher in the hierarchy depending on the value of the + additivity flag. + + WARNING Note that passing an + to this method will print the name of the + but no stack trace. To print a stack trace use the + form instead. + + + The message object to log. + + + + + + Logs a message object with the INFO level including + the stack trace of the passed + as a parameter. + + The message object to log. + The exception to log, including its stack trace. + + + See the form for more detailed information. + + + + + + + Log a formatted message string with the level. + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + An Object to format + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + An that supplies culture-specific formatting information + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + Log a message object with the level. + + Log a message object with the level. + + + + This method first checks if this logger is WARN + enabled by comparing the level of this logger with the + level. If this logger is + WARN enabled, then it converts the message object + (passed as parameter) to a string by invoking the appropriate + . It then + proceeds to call all the registered appenders in this logger + and also higher in the hierarchy depending on the value of the + additivity flag. + + WARNING Note that passing an + to this method will print the name of the + but no stack trace. To print a stack trace use the + form instead. + + + The message object to log. + + + + + + Log a message object with the level including + the stack trace of the passed + as a parameter. + + The message object to log. + The exception to log, including its stack trace. + + + See the form for more detailed information. + + + + + + + Log a formatted message string with the level. + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + An Object to format + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + An that supplies culture-specific formatting information + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + Log a message object with the level. + + Logs a message object with the level. + + The message object to log. + + + This method first checks if this logger is ERROR + enabled by comparing the level of this logger with the + level. If this logger is + ERROR enabled, then it converts the message object + (passed as parameter) to a string by invoking the appropriate + . It then + proceeds to call all the registered appenders in this logger + and also higher in the hierarchy depending on the value of the + additivity flag. + + WARNING Note that passing an + to this method will print the name of the + but no stack trace. To print a stack trace use the + form instead. + + + + + + + + Log a message object with the level including + the stack trace of the passed + as a parameter. + + The message object to log. + The exception to log, including its stack trace. + + + See the form for more detailed information. + + + + + + + Log a formatted message string with the level. + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + An Object to format + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + An that supplies culture-specific formatting information + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + Log a message object with the level. + + Log a message object with the level. + + + + This method first checks if this logger is FATAL + enabled by comparing the level of this logger with the + level. If this logger is + FATAL enabled, then it converts the message object + (passed as parameter) to a string by invoking the appropriate + . It then + proceeds to call all the registered appenders in this logger + and also higher in the hierarchy depending on the value of the + additivity flag. + + WARNING Note that passing an + to this method will print the name of the + but no stack trace. To print a stack trace use the + form instead. + + + The message object to log. + + + + + + Log a message object with the level including + the stack trace of the passed + as a parameter. + + The message object to log. + The exception to log, including its stack trace. + + + See the form for more detailed information. + + + + + + + Log a formatted message string with the level. + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + A String containing zero or more format items + An Object to format + An Object to format + An Object to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Logs a formatted message string with the level. + + An that supplies culture-specific formatting information + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the String.Format method. See + for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + + + Checks if this logger is enabled for the level. + + + true if this logger is enabled for events, false otherwise. + + + + This function is intended to lessen the computational cost of + disabled log debug statements. + + For some ILog interface log, when you write: + + log.Debug("This is entry number: " + i ); + + + You incur the cost constructing the message, string construction and concatenation in + this case, regardless of whether the message is logged or not. + + + If you are worried about speed (who isn't), then you should write: + + + if (log.IsDebugEnabled) + { + log.Debug("This is entry number: " + i ); + } + + + This way you will not incur the cost of parameter + construction if debugging is disabled for log. On + the other hand, if the log is debug enabled, you + will incur the cost of evaluating whether the logger is debug + enabled twice. Once in and once in + the . This is an insignificant overhead + since evaluating a logger takes about 1% of the time it + takes to actually log. This is the preferred style of logging. + + Alternatively if your logger is available statically then the is debug + enabled state can be stored in a static variable like this: + + + private static readonly bool isDebugEnabled = log.IsDebugEnabled; + + + Then when you come to log you can write: + + + if (isDebugEnabled) + { + log.Debug("This is entry number: " + i ); + } + + + This way the debug enabled state is only queried once + when the class is loaded. Using a private static readonly + variable is the most efficient because it is a run time constant + and can be heavily optimized by the JIT compiler. + + + Of course if you use a static readonly variable to + hold the enabled state of the logger then you cannot + change the enabled state at runtime to vary the logging + that is produced. You have to decide if you need absolute + speed or runtime flexibility. + + + + + + + + Checks if this logger is enabled for the level. + + + true if this logger is enabled for events, false otherwise. + + + For more information see . + + + + + + + + Checks if this logger is enabled for the level. + + + true if this logger is enabled for events, false otherwise. + + + For more information see . + + + + + + + + Checks if this logger is enabled for the level. + + + true if this logger is enabled for events, false otherwise. + + + For more information see . + + + + + + + + Checks if this logger is enabled for the level. + + + true if this logger is enabled for events, false otherwise. + + + For more information see . + + + + + + + + Construct a new wrapper for the specified logger. + + The logger to wrap. + + + Construct a new wrapper for the specified logger. + + + + + + Virtual method called when the configuration of the repository changes + + the repository holding the levels + + + Virtual method called when the configuration of the repository changes + + + + + + Logs a message object with the DEBUG level. + + The message object to log. + + + This method first checks if this logger is DEBUG + enabled by comparing the level of this logger with the + DEBUG level. If this logger is + DEBUG enabled, then it converts the message object + (passed as parameter) to a string by invoking the appropriate + . It then + proceeds to call all the registered appenders in this logger + and also higher in the hierarchy depending on the value of the + additivity flag. + + + WARNING Note that passing an + to this method will print the name of the + but no stack trace. To print a stack trace use the + form instead. + + + + + + Logs a message object with the DEBUG level + + The message object to log. + The exception to log, including its stack trace. + + + Logs a message object with the DEBUG level including + the stack trace of the passed + as a parameter. + + + See the form for more detailed information. + + + + + + + Logs a formatted message string with the DEBUG level. + + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the DEBUG level. + + A String containing zero or more format items + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the DEBUG level. + + A String containing zero or more format items + An Object to format + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the DEBUG level. + + A String containing zero or more format items + An Object to format + An Object to format + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the DEBUG level. + + An that supplies culture-specific formatting information + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a message object with the INFO level. + + The message object to log. + + + This method first checks if this logger is INFO + enabled by comparing the level of this logger with the + INFO level. If this logger is + INFO enabled, then it converts the message object + (passed as parameter) to a string by invoking the appropriate + . It then + proceeds to call all the registered appenders in this logger + and also higher in the hierarchy depending on the value of + the additivity flag. + + + WARNING Note that passing an + to this method will print the name of the + but no stack trace. To print a stack trace use the + form instead. + + + + + + Logs a message object with the INFO level. + + The message object to log. + The exception to log, including its stack trace. + + + Logs a message object with the INFO level including + the stack trace of the + passed as a parameter. + + + See the form for more detailed information. + + + + + + + Logs a formatted message string with the INFO level. + + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the INFO level. + + A String containing zero or more format items + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the INFO level. + + A String containing zero or more format items + An Object to format + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the INFO level. + + A String containing zero or more format items + An Object to format + An Object to format + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the INFO level. + + An that supplies culture-specific formatting information + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a message object with the WARN level. + + the message object to log + + + This method first checks if this logger is WARN + enabled by comparing the level of this logger with the + WARN level. If this logger is + WARN enabled, then it converts the message object + (passed as parameter) to a string by invoking the appropriate + . It then + proceeds to call all the registered appenders in this logger and + also higher in the hierarchy depending on the value of the + additivity flag. + + + WARNING Note that passing an to this + method will print the name of the but no + stack trace. To print a stack trace use the + form instead. + + + + + + Logs a message object with the WARN level + + The message object to log. + The exception to log, including its stack trace. + + + Logs a message object with the WARN level including + the stack trace of the + passed as a parameter. + + + See the form for more detailed information. + + + + + + + Logs a formatted message string with the WARN level. + + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the WARN level. + + A String containing zero or more format items + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the WARN level. + + A String containing zero or more format items + An Object to format + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the WARN level. + + A String containing zero or more format items + An Object to format + An Object to format + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the WARN level. + + An that supplies culture-specific formatting information + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a message object with the ERROR level. + + The message object to log. + + + This method first checks if this logger is ERROR + enabled by comparing the level of this logger with the + ERROR level. If this logger is + ERROR enabled, then it converts the message object + (passed as parameter) to a string by invoking the appropriate + . It then + proceeds to call all the registered appenders in this logger and + also higher in the hierarchy depending on the value of the + additivity flag. + + + WARNING Note that passing an to this + method will print the name of the but no + stack trace. To print a stack trace use the + form instead. + + + + + + Logs a message object with the ERROR level + + The message object to log. + The exception to log, including its stack trace. + + + Logs a message object with the ERROR level including + the stack trace of the + passed as a parameter. + + + See the form for more detailed information. + + + + + + + Logs a formatted message string with the ERROR level. + + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the ERROR level. + + A String containing zero or more format items + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the ERROR level. + + A String containing zero or more format items + An Object to format + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the ERROR level. + + A String containing zero or more format items + An Object to format + An Object to format + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the ERROR level. + + An that supplies culture-specific formatting information + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a message object with the FATAL level. + + The message object to log. + + + This method first checks if this logger is FATAL + enabled by comparing the level of this logger with the + FATAL level. If this logger is + FATAL enabled, then it converts the message object + (passed as parameter) to a string by invoking the appropriate + . It then + proceeds to call all the registered appenders in this logger and + also higher in the hierarchy depending on the value of the + additivity flag. + + + WARNING Note that passing an to this + method will print the name of the but no + stack trace. To print a stack trace use the + form instead. + + + + + + Logs a message object with the FATAL level + + The message object to log. + The exception to log, including its stack trace. + + + Logs a message object with the FATAL level including + the stack trace of the + passed as a parameter. + + + See the form for more detailed information. + + + + + + + Logs a formatted message string with the FATAL level. + + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the FATAL level. + + A String containing zero or more format items + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the FATAL level. + + A String containing zero or more format items + An Object to format + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the FATAL level. + + A String containing zero or more format items + An Object to format + An Object to format + An Object to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + The string is formatted using the + format provider. To specify a localized provider use the + method. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Logs a formatted message string with the FATAL level. + + An that supplies culture-specific formatting information + A String containing zero or more format items + An Object array containing zero or more objects to format + + + The message is formatted using the method. See + String.Format for details of the syntax of the format string and the behavior + of the formatting. + + + This method does not take an object to include in the + log event. To pass an use one of the + methods instead. + + + + + + Event handler for the event + + the repository + Empty + + + + The fully qualified name of this declaring type not the type of any subclass. + + + + + Checks if this logger is enabled for the DEBUG + level. + + + true if this logger is enabled for DEBUG events, + false otherwise. + + + + This function is intended to lessen the computational cost of + disabled log debug statements. + + + For some log Logger object, when you write: + + + log.Debug("This is entry number: " + i ); + + + You incur the cost constructing the message, concatenation in + this case, regardless of whether the message is logged or not. + + + If you are worried about speed, then you should write: + + + if (log.IsDebugEnabled()) + { + log.Debug("This is entry number: " + i ); + } + + + This way you will not incur the cost of parameter + construction if debugging is disabled for log. On + the other hand, if the log is debug enabled, you + will incur the cost of evaluating whether the logger is debug + enabled twice. Once in IsDebugEnabled and once in + the Debug. This is an insignificant overhead + since evaluating a logger takes about 1% of the time it + takes to actually log. + + + + + + Checks if this logger is enabled for the INFO level. + + + true if this logger is enabled for INFO events, + false otherwise. + + + + See for more information and examples + of using this method. + + + + + + + Checks if this logger is enabled for the WARN level. + + + true if this logger is enabled for WARN events, + false otherwise. + + + + See for more information and examples + of using this method. + + + + + + + Checks if this logger is enabled for the ERROR level. + + + true if this logger is enabled for ERROR events, + false otherwise. + + + + See for more information and examples of using this method. + + + + + + + Checks if this logger is enabled for the FATAL level. + + + true if this logger is enabled for FATAL events, + false otherwise. + + + + See for more information and examples of using this method. + + + + + + + A SecurityContext used by log4net when interacting with protected resources + + + + A SecurityContext used by log4net when interacting with protected resources + for example with operating system services. This can be used to impersonate + a principal that has been granted privileges on the system resources. + + + Nicko Cadell + + + + Impersonate this SecurityContext + + State supplied by the caller + An instance that will + revoke the impersonation of this SecurityContext, or null + + + Impersonate this security context. Further calls on the current + thread should now be made in the security context provided + by this object. When the result + method is called the security + context of the thread should be reverted to the state it was in + before was called. + + + + + + The providers default instances. + + + + A configured component that interacts with potentially protected system + resources uses a to provide the elevated + privileges required. If the object has + been not been explicitly provided to the component then the component + will request one from this . + + + By default the is + an instance of which returns only + objects. This is a reasonable default + where the privileges required are not know by the system. + + + This default behavior can be overridden by subclassing the + and overriding the method to return + the desired objects. The default provider + can be replaced by programmatically setting the value of the + property. + + + An alternative is to use the log4net.Config.SecurityContextProviderAttribute + This attribute can be applied to an assembly in the same way as the + log4net.Config.XmlConfiguratorAttribute". The attribute takes + the type to use as the as an argument. + + + Nicko Cadell + + + + The default provider + + + + + Protected default constructor to allow subclassing + + + + Protected default constructor to allow subclassing + + + + + + Create a SecurityContext for a consumer + + The consumer requesting the SecurityContext + An impersonation context + + + The default implementation is to return a . + + + Subclasses should override this method to provide their own + behavior. + + + + + + Gets or sets the default SecurityContextProvider + + + The default SecurityContextProvider + + + + The default provider is used by configured components that + require a and have not had one + given to them. + + + By default this is an instance of + that returns objects. + + + The default provider can be set programmatically by setting + the value of this property to a sub class of + that has the desired behavior. + + + + + + Delegate used to handle creation of new wrappers. + + The logger to wrap in a wrapper. + + + Delegate used to handle creation of new wrappers. This delegate + is called from the + method to construct the wrapper for the specified logger. + + + The delegate to use is supplied to the + constructor. + + + + + + Maps between logger objects and wrapper objects. + + + + This class maintains a mapping between objects and + objects. Use the method to + lookup the for the specified . + + + New wrapper instances are created by the + method. The default behavior is for this method to delegate construction + of the wrapper to the delegate supplied + to the constructor. This allows specialization of the behavior without + requiring subclassing of this type. + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the + + The handler to use to create the wrapper objects. + + + Initializes a new instance of the class with + the specified handler to create the wrapper objects. + + + + + + Gets the wrapper object for the specified logger. + + The wrapper object for the specified logger + + + If the logger is null then the corresponding wrapper is null. + + + Looks up the wrapper it it has previously been requested and + returns it. If the wrapper has never been requested before then + the virtual method is + called. + + + + + + Creates the wrapper object for the specified logger. + + The logger to wrap in a wrapper. + The wrapper object for the logger. + + + This implementation uses the + passed to the constructor to create the wrapper. This method + can be overridden in a subclass. + + + + + + Called when a monitored repository shutdown event is received. + + The that is shutting down + + + This method is called when a that this + is holding loggers for has signaled its shutdown + event . The default + behavior of this method is to release the references to the loggers + and their wrappers generated for this repository. + + + + + + Event handler for repository shutdown event. + + The sender of the event. + The event args. + + + + Map of logger repositories to hashtables of ILogger to ILoggerWrapper mappings + + + + + The handler to use to create the extension wrapper objects. + + + + + Internal reference to the delegate used to register for repository shutdown events. + + + + + Gets the map of logger repositories. + + + Map of logger repositories. + + + + Gets the hashtable that is keyed on . The + values are hashtables keyed on with the + value being the corresponding . + + + + + + Formats a as "HH:mm:ss,fff". + + + + Formats a in the format "HH:mm:ss,fff" for example, "15:49:37,459". + + + Nicko Cadell + Gert Driesen + + + + Render a as a string. + + + + Interface to abstract the rendering of a + instance into a string. + + + The method is used to render the + date to a text writer. + + + Nicko Cadell + Gert Driesen + + + + Formats the specified date as a string. + + The date to format. + The writer to write to. + + + Format the as a string and write it + to the provided. + + + + + + String constant used to specify AbsoluteTimeDateFormat in layouts. Current value is ABSOLUTE. + + + + + String constant used to specify DateTimeDateFormat in layouts. Current value is DATE. + + + + + String constant used to specify ISO8601DateFormat in layouts. Current value is ISO8601. + + + + + Renders the date into a string. Format is "HH:mm:ss". + + The date to render into a string. + The string builder to write to. + + + Subclasses should override this method to render the date + into a string using a precision up to the second. This method + will be called at most once per second and the result will be + reused if it is needed again during the same second. + + + + + + Renders the date into a string. Format is "HH:mm:ss,fff". + + The date to render into a string. + The writer to write to. + + + Uses the method to generate the + time string up to the seconds and then appends the current + milliseconds. The results from are + cached and is called at most once + per second. + + + Sub classes should override + rather than . + + + + + + Last stored time with precision up to the second. + + + + + Last stored time with precision up to the second, formatted + as a string. + + + + + Last stored time with precision up to the second, formatted + as a string. + + + + + Formats a as "dd MMM yyyy HH:mm:ss,fff" + + + + Formats a in the format + "dd MMM yyyy HH:mm:ss,fff" for example, + "06 Nov 1994 15:49:37,459". + + + Nicko Cadell + Gert Driesen + Angelika Schnagl + + + + Default constructor. + + + + Initializes a new instance of the class. + + + + + + Formats the date without the milliseconds part + + The date to format. + The string builder to write to. + + + Formats a DateTime in the format "dd MMM yyyy HH:mm:ss" + for example, "06 Nov 1994 15:49:37". + + + The base class will append the ",fff" milliseconds section. + This method will only be called at most once per second. + + + + + + The format info for the invariant culture. + + + + + Formats the as "yyyy-MM-dd HH:mm:ss,fff". + + + + Formats the specified as a string: "yyyy-MM-dd HH:mm:ss,fff". + + + Nicko Cadell + Gert Driesen + + + + Default constructor + + + + Initializes a new instance of the class. + + + + + + Formats the date without the milliseconds part + + The date to format. + The string builder to write to. + + + Formats the date specified as a string: "yyyy-MM-dd HH:mm:ss". + + + The base class will append the ",fff" milliseconds section. + This method will only be called at most once per second. + + + + + + Formats the using the method. + + + + Formats the using the method. + + + Nicko Cadell + Gert Driesen + + + + Constructor + + The format string. + + + Initializes a new instance of the class + with the specified format string. + + + The format string must be compatible with the options + that can be supplied to . + + + + + + Formats the date using . + + The date to convert to a string. + The writer to write to. + + + Uses the date format string supplied to the constructor to call + the method to format the date. + + + + + + The format string used to format the . + + + + The format string must be compatible with the options + that can be supplied to . + + + + + + This filter drops all . + + + + You can add this filter to the end of a filter chain to + switch from the default "accept all unless instructed otherwise" + filtering behavior to a "deny all unless instructed otherwise" + behavior. + + + Nicko Cadell + Gert Driesen + + + + Subclass this type to implement customized logging event filtering + + + + Users should extend this class to implement customized logging + event filtering. Note that and + , the parent class of all standard + appenders, have built-in filtering rules. It is suggested that you + first use and understand the built-in rules before rushing to write + your own custom filters. + + + This abstract class assumes and also imposes that filters be + organized in a linear chain. The + method of each filter is called sequentially, in the order of their + addition to the chain. + + + The method must return one + of the integer constants , + or . + + + If the value is returned, then the log event is dropped + immediately without consulting with the remaining filters. + + + If the value is returned, then the next filter + in the chain is consulted. If there are no more filters in the + chain, then the log event is logged. Thus, in the presence of no + filters, the default behavior is to log all logging events. + + + If the value is returned, then the log + event is logged without consulting the remaining filters. + + + The philosophy of log4net filters is largely inspired from the + Linux ipchains. + + + Nicko Cadell + Gert Driesen + + + + Implement this interface to provide customized logging event filtering + + + + Users should implement this interface to implement customized logging + event filtering. Note that and + , the parent class of all standard + appenders, have built-in filtering rules. It is suggested that you + first use and understand the built-in rules before rushing to write + your own custom filters. + + + This abstract class assumes and also imposes that filters be + organized in a linear chain. The + method of each filter is called sequentially, in the order of their + addition to the chain. + + + The method must return one + of the integer constants , + or . + + + If the value is returned, then the log event is dropped + immediately without consulting with the remaining filters. + + + If the value is returned, then the next filter + in the chain is consulted. If there are no more filters in the + chain, then the log event is logged. Thus, in the presence of no + filters, the default behavior is to log all logging events. + + + If the value is returned, then the log + event is logged without consulting the remaining filters. + + + The philosophy of log4net filters is largely inspired from the + Linux ipchains. + + + Nicko Cadell + Gert Driesen + + + + Decide if the logging event should be logged through an appender. + + The LoggingEvent to decide upon + The decision of the filter + + + If the decision is , then the event will be + dropped. If the decision is , then the next + filter, if any, will be invoked. If the decision is then + the event will be logged without consulting with other filters in + the chain. + + + + + + Property to get and set the next filter + + + The next filter in the chain + + + + Filters are typically composed into chains. This property allows the next filter in + the chain to be accessed. + + + + + + Points to the next filter in the filter chain. + + + + See for more information. + + + + + + Initialize the filter with the options set + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + Typically filter's options become active immediately on set, + however this method must still be called. + + + + + + Decide if the should be logged through an appender. + + The to decide upon + The decision of the filter + + + If the decision is , then the event will be + dropped. If the decision is , then the next + filter, if any, will be invoked. If the decision is then + the event will be logged without consulting with other filters in + the chain. + + + This method is marked abstract and must be implemented + in a subclass. + + + + + + Property to get and set the next filter + + + The next filter in the chain + + + + Filters are typically composed into chains. This property allows the next filter in + the chain to be accessed. + + + + + + Default constructor + + + + + Always returns the integer constant + + the LoggingEvent to filter + Always returns + + + Ignores the event being logged and just returns + . This can be used to change the default filter + chain behavior from to . This filter + should only be used as the last filter in the chain + as any further filters will be ignored! + + + + + + The return result from + + + + The return result from + + + + + + The log event must be dropped immediately without + consulting with the remaining filters, if any, in the chain. + + + + + This filter is neutral with respect to the log event. + The remaining filters, if any, should be consulted for a final decision. + + + + + The log event must be logged immediately without + consulting with the remaining filters, if any, in the chain. + + + + + This is a very simple filter based on matching. + + + + The filter admits two options and + . If there is an exact match between the value + of the option and the of the + , then the method returns in + case the option value is set + to true, if it is false then + is returned. If the does not match then + the result will be . + + + Nicko Cadell + Gert Driesen + + + + flag to indicate if the filter should on a match + + + + + the to match against + + + + + Default constructor + + + + + Tests if the of the logging event matches that of the filter + + the event to filter + see remarks + + + If the of the event matches the level of the + filter then the result of the function depends on the + value of . If it is true then + the function will return , it it is false then it + will return . If the does not match then + the result will be . + + + + + + when matching + + + + The property is a flag that determines + the behavior when a matching is found. If the + flag is set to true then the filter will the + logging event, otherwise it will the event. + + + The default is true i.e. to the event. + + + + + + The that the filter will match + + + + The level that this filter will attempt to match against the + level. If a match is found then + the result depends on the value of . + + + + + + This is a simple filter based on matching. + + + + The filter admits three options and + that determine the range of priorities that are matched, and + . If there is a match between the range + of priorities and the of the , then the + method returns in case the + option value is set to true, if it is false + then is returned. If there is no match, is returned. + + + Nicko Cadell + Gert Driesen + + + + Flag to indicate the behavior when matching a + + + + + the minimum value to match + + + + + the maximum value to match + + + + + Default constructor + + + + + Check if the event should be logged. + + the logging event to check + see remarks + + + If the of the logging event is outside the range + matched by this filter then + is returned. If the is matched then the value of + is checked. If it is true then + is returned, otherwise + is returned. + + + + + + when matching and + + + + The property is a flag that determines + the behavior when a matching is found. If the + flag is set to true then the filter will the + logging event, otherwise it will the event. + + + The default is true i.e. to the event. + + + + + + Set the minimum matched + + + + The minimum level that this filter will attempt to match against the + level. If a match is found then + the result depends on the value of . + + + + + + Sets the maximum matched + + + + The maximum level that this filter will attempt to match against the + level. If a match is found then + the result depends on the value of . + + + + + + Simple filter to match a string in the event's logger name. + + + + The works very similar to the . It admits two + options and . If the + of the starts + with the value of the option, then the + method returns in + case the option value is set to true, + if it is false then is returned. + + + Daniel Cazzulino + + + + Flag to indicate the behavior when we have a match + + + + + The logger name string to substring match against the event + + + + + Default constructor + + + + + Check if this filter should allow the event to be logged + + the event being logged + see remarks + + + The rendered message is matched against the . + If the equals the beginning of + the incoming () + then a match will have occurred. If no match occurs + this function will return + allowing other filters to check the event. If a match occurs then + the value of is checked. If it is + true then is returned otherwise + is returned. + + + + + + when matching + + + + The property is a flag that determines + the behavior when a matching is found. If the + flag is set to true then the filter will the + logging event, otherwise it will the event. + + + The default is true i.e. to the event. + + + + + + The that the filter will match + + + + This filter will attempt to match this value against logger name in + the following way. The match will be done against the beginning of the + logger name (using ). The match is + case sensitive. If a match is found then + the result depends on the value of . + + + + + + Simple filter to match a keyed string in the + + + + Simple filter to match a keyed string in the + + + As the MDC has been replaced with layered properties the + should be used instead. + + + Nicko Cadell + Gert Driesen + + + + Simple filter to match a string an event property + + + + Simple filter to match a string in the value for a + specific event property + + + Nicko Cadell + + + + Simple filter to match a string in the rendered message + + + + Simple filter to match a string in the rendered message + + + Nicko Cadell + Gert Driesen + + + + Flag to indicate the behavior when we have a match + + + + + The string to substring match against the message + + + + + A string regex to match + + + + + A regex object to match (generated from m_stringRegexToMatch) + + + + + Default constructor + + + + + Initialize and precompile the Regex if required + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Check if this filter should allow the event to be logged + + the event being logged + see remarks + + + The rendered message is matched against the . + If the occurs as a substring within + the message then a match will have occurred. If no match occurs + this function will return + allowing other filters to check the event. If a match occurs then + the value of is checked. If it is + true then is returned otherwise + is returned. + + + + + + when matching or + + + + The property is a flag that determines + the behavior when a matching is found. If the + flag is set to true then the filter will the + logging event, otherwise it will the event. + + + The default is true i.e. to the event. + + + + + + Sets the static string to match + + + + The string that will be substring matched against + the rendered message. If the message contains this + string then the filter will match. If a match is found then + the result depends on the value of . + + + One of or + must be specified. + + + + + + Sets the regular expression to match + + + + The regular expression pattern that will be matched against + the rendered message. If the message matches this + pattern then the filter will match. If a match is found then + the result depends on the value of . + + + One of or + must be specified. + + + + + + The key to use to lookup the string from the event properties + + + + + Default constructor + + + + + Check if this filter should allow the event to be logged + + the event being logged + see remarks + + + The event property for the is matched against + the . + If the occurs as a substring within + the property value then a match will have occurred. If no match occurs + this function will return + allowing other filters to check the event. If a match occurs then + the value of is checked. If it is + true then is returned otherwise + is returned. + + + + + + The key to lookup in the event properties and then match against. + + + + The key name to use to lookup in the properties map of the + . The match will be performed against + the value of this property if it exists. + + + + + + Simple filter to match a string in the + + + + Simple filter to match a string in the + + + As the MDC has been replaced with named stacks stored in the + properties collections the should + be used instead. + + + Nicko Cadell + Gert Driesen + + + + Default constructor + + + + Sets the to "NDC". + + + + + + Write the event appdomain name to the output + + + + Writes the to the output writer. + + + Daniel Cazzulino + Nicko Cadell + + + + Abstract class that provides the formatting functionality that + derived classes need. + + + Conversion specifiers in a conversion patterns are parsed to + individual PatternConverters. Each of which is responsible for + converting a logging event in a converter specific manner. + + Nicko Cadell + + + + Abstract class that provides the formatting functionality that + derived classes need. + + + + Conversion specifiers in a conversion patterns are parsed to + individual PatternConverters. Each of which is responsible for + converting a logging event in a converter specific manner. + + + Nicko Cadell + Gert Driesen + + + + Initial buffer size + + + + + Maximum buffer size before it is recycled + + + + + Protected constructor + + + + Initializes a new instance of the class. + + + + + + Evaluate this pattern converter and write the output to a writer. + + that will receive the formatted result. + The state object on which the pattern converter should be executed. + + + Derived pattern converters must override this method in order to + convert conversion specifiers in the appropriate way. + + + + + + Set the next pattern converter in the chains + + the pattern converter that should follow this converter in the chain + the next converter + + + The PatternConverter can merge with its neighbor during this method (or a sub class). + Therefore the return value may or may not be the value of the argument passed in. + + + + + + Write the pattern converter to the writer with appropriate formatting + + that will receive the formatted result. + The state object on which the pattern converter should be executed. + + + This method calls to allow the subclass to perform + appropriate conversion of the pattern converter. If formatting options have + been specified via the then this method will + apply those formattings before writing the output. + + + + + + Fast space padding method. + + to which the spaces will be appended. + The number of spaces to be padded. + + + Fast space padding method. + + + + + + The option string to the converter + + + + + Write an dictionary to a + + the writer to write to + a to use for object conversion + the value to write to the writer + + + Writes the to a writer in the form: + + + {key1=value1, key2=value2, key3=value3} + + + If the specified + is not null then it is used to render the key and value to text, otherwise + the object's ToString method is called. + + + + + + Write an object to a + + the writer to write to + a to use for object conversion + the value to write to the writer + + + Writes the Object to a writer. If the specified + is not null then it is used to render the object to text, otherwise + the object's ToString method is called. + + + + + + Get the next pattern converter in the chain + + + the next pattern converter in the chain + + + + Get the next pattern converter in the chain + + + + + + Gets or sets the formatting info for this converter + + + The formatting info for this converter + + + + Gets or sets the formatting info for this converter + + + + + + Gets or sets the option value for this converter + + + The option for this converter + + + + Gets or sets the option value for this converter + + + + + + Initializes a new instance of the class. + + + + + Derived pattern converters must override this method in order to + convert conversion specifiers in the correct way. + + that will receive the formatted result. + The on which the pattern converter should be executed. + + + + Derived pattern converters must override this method in order to + convert conversion specifiers in the correct way. + + that will receive the formatted result. + The state object on which the pattern converter should be executed. + + + + Flag indicating if this converter handles exceptions + + + false if this converter handles exceptions + + + + + Flag indicating if this converter handles the logging event exception + + false if this converter handles the logging event exception + + + If this converter handles the exception object contained within + , then this property should be set to + false. Otherwise, if the layout ignores the exception + object, then the property should be set to true. + + + Set this value to override a this default setting. The default + value is true, this converter does not handle the exception. + + + + + + Write the event appdomain name to the output + + that will receive the formatted result. + the event being logged + + + Writes the to the output . + + + + + + Date pattern converter, uses a to format + the date of a . + + + + Render the to the writer as a string. + + + The value of the determines + the formatting of the date. The following values are allowed: + + + Option value + Output + + + ISO8601 + + Uses the formatter. + Formats using the "yyyy-MM-dd HH:mm:ss,fff" pattern. + + + + DATE + + Uses the formatter. + Formats using the "dd MMM yyyy HH:mm:ss,fff" for example, "06 Nov 1994 15:49:37,459". + + + + ABSOLUTE + + Uses the formatter. + Formats using the "HH:mm:ss,yyyy" for example, "15:49:37,459". + + + + other + + Any other pattern string uses the formatter. + This formatter passes the pattern string to the + method. + For details on valid patterns see + DateTimeFormatInfo Class. + + + + + + The is in the local time zone and is rendered in that zone. + To output the time in Universal time see . + + + Nicko Cadell + + + + The used to render the date to a string + + + + The used to render the date to a string + + + + + + Initialize the converter pattern based on the property. + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Convert the pattern into the rendered message + + that will receive the formatted result. + the event being logged + + + Pass the to the + for it to render it to the writer. + + + The passed is in the local time zone. + + + + + + Write the exception text to the output + + + + If an exception object is stored in the logging event + it will be rendered into the pattern output with a + trailing newline. + + + If there is no exception then nothing will be output + and no trailing newline will be appended. + It is typical to put a newline before the exception + and to have the exception as the last data in the pattern. + + + Nicko Cadell + + + + Default constructor + + + + + Write the exception text to the output + + that will receive the formatted result. + the event being logged + + + If an exception object is stored in the logging event + it will be rendered into the pattern output with a + trailing newline. + + + If there is no exception then nothing will be output + and no trailing newline will be appended. + It is typical to put a newline before the exception + and to have the exception as the last data in the pattern. + + + + + + Writes the caller location file name to the output + + + + Writes the value of the for + the event to the output writer. + + + Nicko Cadell + + + + Write the caller location file name to the output + + that will receive the formatted result. + the event being logged + + + Writes the value of the for + the to the output . + + + + + + Write the caller location info to the output + + + + Writes the to the output writer. + + + Nicko Cadell + + + + Write the caller location info to the output + + that will receive the formatted result. + the event being logged + + + Writes the to the output writer. + + + + + + Writes the event identity to the output + + + + Writes the value of the to + the output writer. + + + Daniel Cazzulino + Nicko Cadell + + + + Writes the event identity to the output + + that will receive the formatted result. + the event being logged + + + Writes the value of the + to + the output . + + + + + + Write the event level to the output + + + + Writes the display name of the event + to the writer. + + + Nicko Cadell + + + + Write the event level to the output + + that will receive the formatted result. + the event being logged + + + Writes the of the + to the . + + + + + + Write the caller location line number to the output + + + + Writes the value of the for + the event to the output writer. + + + Nicko Cadell + + + + Write the caller location line number to the output + + that will receive the formatted result. + the event being logged + + + Writes the value of the for + the to the output . + + + + + + Converter for logger name + + + + Outputs the of the event. + + + Nicko Cadell + + + + Converter to output and truncate '.' separated strings + + + + This abstract class supports truncating a '.' separated string + to show a specified number of elements from the right hand side. + This is used to truncate class names that are fully qualified. + + + Subclasses should override the method to + return the fully qualified string. + + + Nicko Cadell + + + + Initialize the converter + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Get the fully qualified string data + + the event being logged + the fully qualified name + + + Overridden by subclasses to get the fully qualified name before the + precision is applied to it. + + + Return the fully qualified '.' (dot/period) separated string. + + + + + + Convert the pattern to the rendered message + + that will receive the formatted result. + the event being logged + + Render the to the precision + specified by the property. + + + + + Gets the fully qualified name of the logger + + the event being logged + The fully qualified logger name + + + Returns the of the . + + + + + + Writes the event message to the output + + + + Uses the method + to write out the event message. + + + Nicko Cadell + + + + Writes the event message to the output + + that will receive the formatted result. + the event being logged + + + Uses the method + to write out the event message. + + + + + + Write the method name to the output + + + + Writes the caller location to + the output. + + + Nicko Cadell + + + + Write the method name to the output + + that will receive the formatted result. + the event being logged + + + Writes the caller location to + the output. + + + + + + Converter to include event NDC + + + + Outputs the value of the event property named NDC. + + + The should be used instead. + + + Nicko Cadell + + + + Write the event NDC to the output + + that will receive the formatted result. + the event being logged + + + As the thread context stacks are now stored in named event properties + this converter simply looks up the value of the NDC property. + + + The should be used instead. + + + + + + Property pattern converter + + + + Writes out the value of a named property. The property name + should be set in the + property. + + + If the is set to null + then all the properties are written as key value pairs. + + + Nicko Cadell + + + + Write the property value to the output + + that will receive the formatted result. + the event being logged + + + Writes out the value of a named property. The property name + should be set in the + property. + + + If the is set to null + then all the properties are written as key value pairs. + + + + + + Converter to output the relative time of the event + + + + Converter to output the time of the event relative to the start of the program. + + + Nicko Cadell + + + + Write the relative time to the output + + that will receive the formatted result. + the event being logged + + + Writes out the relative time of the event in milliseconds. + That is the number of milliseconds between the event + and the . + + + + + + Helper method to get the time difference between two DateTime objects + + start time (in the current local time zone) + end time (in the current local time zone) + the time difference in milliseconds + + + + Converter to include event thread name + + + + Writes the to the output. + + + Nicko Cadell + + + + Write the ThreadName to the output + + that will receive the formatted result. + the event being logged + + + Writes the to the . + + + + + + Pattern converter for the class name + + + + Outputs the of the event. + + + Nicko Cadell + + + + Gets the fully qualified name of the class + + the event being logged + The fully qualified type name for the caller location + + + Returns the of the . + + + + + + Converter to include event user name + + Douglas de la Torre + Nicko Cadell + + + + Convert the pattern to the rendered message + + that will receive the formatted result. + the event being logged + + + + Write the TimeStamp to the output + + + + Date pattern converter, uses a to format + the date of a . + + + Uses a to format the + in Universal time. + + + See the for details on the date pattern syntax. + + + + Nicko Cadell + + + + Write the TimeStamp to the output + + that will receive the formatted result. + the event being logged + + + Pass the to the + for it to render it to the writer. + + + The passed is in the local time zone, this is converted + to Universal time before it is rendered. + + + + + + + A Layout that renders only the Exception text from the logging event + + + + A Layout that renders only the Exception text from the logging event. + + + This Layout should only be used with appenders that utilize multiple + layouts (e.g. ). + + + Nicko Cadell + Gert Driesen + + + + Extend this abstract class to create your own log layout format. + + + + This is the base implementation of the + interface. Most layout objects should extend this class. + + + + + + Subclasses must implement the + method. + + + Subclasses should set the in their default + constructor. + + + + Nicko Cadell + Gert Driesen + + + + Interface implemented by layout objects + + + + An object is used to format a + as text. The method is called by an + appender to transform the into a string. + + + The layout can also supply and + text that is appender before any events and after all the events respectively. + + + Nicko Cadell + Gert Driesen + + + + Implement this method to create your own layout format. + + The TextWriter to write the formatted event to + The event to format + + + This method is called by an appender to format + the as text and output to a writer. + + + If the caller does not have a and prefers the + event to be formatted as a then the following + code can be used to format the event into a . + + + StringWriter writer = new StringWriter(); + Layout.Format(writer, loggingEvent); + string formattedEvent = writer.ToString(); + + + + + + The content type output by this layout. + + The content type + + + The content type output by this layout. + + + This is a MIME type e.g. "text/plain". + + + + + + The header for the layout format. + + the layout header + + + The Header text will be appended before any logging events + are formatted and appended. + + + + + + The footer for the layout format. + + the layout footer + + + The Footer text will be appended after all the logging events + have been formatted and appended. + + + + + + Flag indicating if this layout handle exceptions + + false if this layout handles exceptions + + + If this layout handles the exception object contained within + , then the layout should return + false. Otherwise, if the layout ignores the exception + object, then the layout should return true. + + + + + + The header text + + + + See for more information. + + + + + + The footer text + + + + See for more information. + + + + + + Flag indicating if this layout handles exceptions + + + + false if this layout handles exceptions + + + + + + Empty default constructor + + + + Empty default constructor + + + + + + Activate component options + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + This method must be implemented by the subclass. + + + + + + Implement this method to create your own layout format. + + The TextWriter to write the formatted event to + The event to format + + + This method is called by an appender to format + the as text. + + + + + + The content type output by this layout. + + The content type is "text/plain" + + + The content type output by this layout. + + + This base class uses the value "text/plain". + To change this value a subclass must override this + property. + + + + + + The header for the layout format. + + the layout header + + + The Header text will be appended before any logging events + are formatted and appended. + + + + + + The footer for the layout format. + + the layout footer + + + The Footer text will be appended after all the logging events + have been formatted and appended. + + + + + + Flag indicating if this layout handles exceptions + + false if this layout handles exceptions + + + If this layout handles the exception object contained within + , then the layout should return + false. Otherwise, if the layout ignores the exception + object, then the layout should return true. + + + Set this value to override a this default setting. The default + value is true, this layout does not handle the exception. + + + + + + Default constructor + + + + Constructs a ExceptionLayout + + + + + + Activate component options + + + + Part of the component activation + framework. + + + This method does nothing as options become effective immediately. + + + + + + Gets the exception text from the logging event + + The TextWriter to write the formatted event to + the event being logged + + + Write the exception string to the . + The exception string is retrieved from . + + + + + + Interface for raw layout objects + + + + Interface used to format a + to an object. + + + This interface should not be confused with the + interface. This interface is used in + only certain specialized situations where a raw object is + required rather than a formatted string. The + is not generally useful than this interface. + + + Nicko Cadell + Gert Driesen + + + + Implement this method to create your own layout format. + + The event to format + returns the formatted event + + + Implement this method to create your own layout format. + + + + + + Adapts any to a + + + + Where an is required this adapter + allows a to be specified. + + + Nicko Cadell + Gert Driesen + + + + The layout to adapt + + + + + Construct a new adapter + + the layout to adapt + + + Create the adapter for the specified . + + + + + + Format the logging event as an object. + + The event to format + returns the formatted event + + + Format the logging event as an object. + + + Uses the object supplied to + the constructor to perform the formatting. + + + + + + A flexible layout configurable with pattern string. + + + + The goal of this class is to a + as a string. The results + depend on the conversion pattern. + + + The conversion pattern is closely related to the conversion + pattern of the printf function in C. A conversion pattern is + composed of literal text and format control expressions called + conversion specifiers. + + + You are free to insert any literal text within the conversion + pattern. + + + Each conversion specifier starts with a percent sign (%) and is + followed by optional format modifiers and a conversion + pattern name. The conversion pattern name specifies the type of + data, e.g. logger, level, date, thread name. The format + modifiers control such things as field width, padding, left and + right justification. The following is a simple example. + + + Let the conversion pattern be "%-5level [%thread]: %message%newline" and assume + that the log4net environment was set to use a PatternLayout. Then the + statements + + + ILog log = LogManager.GetLogger(typeof(TestApp)); + log.Debug("Message 1"); + log.Warn("Message 2"); + + would yield the output + + DEBUG [main]: Message 1 + WARN [main]: Message 2 + + + Note that there is no explicit separator between text and + conversion specifiers. The pattern parser knows when it has reached + the end of a conversion specifier when it reads a conversion + character. In the example above the conversion specifier + %-5level means the level of the logging event should be left + justified to a width of five characters. + + + The recognized conversion pattern names are: + + + + Conversion Pattern Name + Effect + + + a + Equivalent to appdomain + + + appdomain + + Used to output the friendly name of the AppDomain where the + logging event was generated. + + + + c + Equivalent to logger + + + C + Equivalent to type + + + class + Equivalent to type + + + d + Equivalent to date + + + date + + + Used to output the date of the logging event in the local time zone. + To output the date in universal time use the %utcdate pattern. + The date conversion + specifier may be followed by a date format specifier enclosed + between braces. For example, %date{HH:mm:ss,fff} or + %date{dd MMM yyyy HH:mm:ss,fff}. If no date format specifier is + given then ISO8601 format is + assumed (). + + + The date format specifier admits the same syntax as the + time pattern string of the . + + + For better results it is recommended to use the log4net date + formatters. These can be specified using one of the strings + "ABSOLUTE", "DATE" and "ISO8601" for specifying + , + and respectively + . For example, + %date{ISO8601} or %date{ABSOLUTE}. + + + These dedicated date formatters perform significantly + better than . + + + + + exception + + + Used to output the exception passed in with the log message. + + + If an exception object is stored in the logging event + it will be rendered into the pattern output with a + trailing newline. + If there is no exception then nothing will be output + and no trailing newline will be appended. + It is typical to put a newline before the exception + and to have the exception as the last data in the pattern. + + + + + F + Equivalent to file + + + file + + + Used to output the file name where the logging request was + issued. + + + WARNING Generating caller location information is + extremely slow. Its use should be avoided unless execution speed + is not an issue. + + + See the note below on the availability of caller location information. + + + + + identity + + + Used to output the user name for the currently active user + (Principal.Identity.Name). + + + WARNING Generating caller information is + extremely slow. Its use should be avoided unless execution speed + is not an issue. + + + + + l + Equivalent to location + + + L + Equivalent to line + + + location + + + Used to output location information of the caller which generated + the logging event. + + + The location information depends on the CLI implementation but + usually consists of the fully qualified name of the calling + method followed by the callers source the file name and line + number between parentheses. + + + The location information can be very useful. However, its + generation is extremely slow. Its use should be avoided + unless execution speed is not an issue. + + + See the note below on the availability of caller location information. + + + + + level + + + Used to output the level of the logging event. + + + + + line + + + Used to output the line number from where the logging request + was issued. + + + WARNING Generating caller location information is + extremely slow. Its use should be avoided unless execution speed + is not an issue. + + + See the note below on the availability of caller location information. + + + + + logger + + + Used to output the logger of the logging event. The + logger conversion specifier can be optionally followed by + precision specifier, that is a decimal constant in + brackets. + + + If a precision specifier is given, then only the corresponding + number of right most components of the logger name will be + printed. By default the logger name is printed in full. + + + For example, for the logger name "a.b.c" the pattern + %logger{2} will output "b.c". + + + + + m + Equivalent to message + + + M + Equivalent to method + + + message + + + Used to output the application supplied message associated with + the logging event. + + + + + mdc + + + The MDC (old name for the ThreadContext.Properties) is now part of the + combined event properties. This pattern is supported for compatibility + but is equivalent to property. + + + + + method + + + Used to output the method name where the logging request was + issued. + + + WARNING Generating caller location information is + extremely slow. Its use should be avoided unless execution speed + is not an issue. + + + See the note below on the availability of caller location information. + + + + + n + Equivalent to newline + + + newline + + + Outputs the platform dependent line separator character or + characters. + + + This conversion pattern offers the same performance as using + non-portable line separator strings such as "\n", or "\r\n". + Thus, it is the preferred way of specifying a line separator. + + + + + ndc + + + Used to output the NDC (nested diagnostic context) associated + with the thread that generated the logging event. + + + + + p + Equivalent to level + + + P + Equivalent to property + + + properties + Equivalent to property + + + property + + + Used to output the an event specific property. The key to + lookup must be specified within braces and directly following the + pattern specifier, e.g. %property{user} would include the value + from the property that is keyed by the string 'user'. Each property value + that is to be included in the log must be specified separately. + Properties are added to events by loggers or appenders. By default + the log4net:HostName property is set to the name of machine on + which the event was originally logged. + + + If no key is specified, e.g. %property then all the keys and their + values are printed in a comma separated list. + + + The properties of an event are combined from a number of different + contexts. These are listed below in the order in which they are searched. + + + + the event properties + + The event has that can be set. These + properties are specific to this event only. + + + + the thread properties + + The that are set on the current + thread. These properties are shared by all events logged on this thread. + + + + the global properties + + The that are set globally. These + properties are shared by all the threads in the AppDomain. + + + + + + + + r + Equivalent to timestamp + + + t + Equivalent to thread + + + timestamp + + + Used to output the number of milliseconds elapsed since the start + of the application until the creation of the logging event. + + + + + thread + + + Used to output the name of the thread that generated the + logging event. Uses the thread number if no name is available. + + + + + type + + + Used to output the fully qualified type name of the caller + issuing the logging request. This conversion specifier + can be optionally followed by precision specifier, that + is a decimal constant in brackets. + + + If a precision specifier is given, then only the corresponding + number of right most components of the class name will be + printed. By default the class name is output in fully qualified form. + + + For example, for the class name "log4net.Layout.PatternLayout", the + pattern %type{1} will output "PatternLayout". + + + WARNING Generating the caller class information is + slow. Thus, its use should be avoided unless execution speed is + not an issue. + + + See the note below on the availability of caller location information. + + + + + u + Equivalent to identity + + + username + + + Used to output the WindowsIdentity for the currently + active user. + + + WARNING Generating caller WindowsIdentity information is + extremely slow. Its use should be avoided unless execution speed + is not an issue. + + + + + utcdate + + + Used to output the date of the logging event in universal time. + The date conversion + specifier may be followed by a date format specifier enclosed + between braces. For example, %utcdate{HH:mm:ss,fff} or + %utcdate{dd MMM yyyy HH:mm:ss,fff}. If no date format specifier is + given then ISO8601 format is + assumed (). + + + The date format specifier admits the same syntax as the + time pattern string of the . + + + For better results it is recommended to use the log4net date + formatters. These can be specified using one of the strings + "ABSOLUTE", "DATE" and "ISO8601" for specifying + , + and respectively + . For example, + %utcdate{ISO8601} or %utcdate{ABSOLUTE}. + + + These dedicated date formatters perform significantly + better than . + + + + + w + Equivalent to username + + + x + Equivalent to ndc + + + X + Equivalent to mdc + + + % + + + The sequence %% outputs a single percent sign. + + + + + + The single letter patterns are deprecated in favor of the + longer more descriptive pattern names. + + + By default the relevant information is output as is. However, + with the aid of format modifiers it is possible to change the + minimum field width, the maximum field width and justification. + + + The optional format modifier is placed between the percent sign + and the conversion pattern name. + + + The first optional format modifier is the left justification + flag which is just the minus (-) character. Then comes the + optional minimum field width modifier. This is a decimal + constant that represents the minimum number of characters to + output. If the data item requires fewer characters, it is padded on + either the left or the right until the minimum width is + reached. The default is to pad on the left (right justify) but you + can specify right padding with the left justification flag. The + padding character is space. If the data item is larger than the + minimum field width, the field is expanded to accommodate the + data. The value is never truncated. + + + This behavior can be changed using the maximum field + width modifier which is designated by a period followed by a + decimal constant. If the data item is longer than the maximum + field, then the extra characters are removed from the + beginning of the data item and not from the end. For + example, it the maximum field width is eight and the data item is + ten characters long, then the first two characters of the data item + are dropped. This behavior deviates from the printf function in C + where truncation is done from the end. + + + Below are various format modifier examples for the logger + conversion specifier. + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Format modifierleft justifyminimum widthmaximum widthcomment
%20loggerfalse20none + + Left pad with spaces if the logger name is less than 20 + characters long. + +
%-20loggertrue20none + + Right pad with spaces if the logger + name is less than 20 characters long. + +
%.30loggerNAnone30 + + Truncate from the beginning if the logger + name is longer than 30 characters. + +
%20.30loggerfalse2030 + + Left pad with spaces if the logger name is shorter than 20 + characters. However, if logger name is longer than 30 characters, + then truncate from the beginning. + +
%-20.30loggertrue2030 + + Right pad with spaces if the logger name is shorter than 20 + characters. However, if logger name is longer than 30 characters, + then truncate from the beginning. + +
+
+ + Note about caller location information.
+ The following patterns %type %file %line %method %location %class %C %F %L %l %M + all generate caller location information. + Location information uses the System.Diagnostics.StackTrace class to generate + a call stack. The caller's information is then extracted from this stack. +
+ + + The System.Diagnostics.StackTrace class is not supported on the + .NET Compact Framework 1.0 therefore caller location information is not + available on that framework. + + + + + The System.Diagnostics.StackTrace class has this to say about Release builds: + + + "StackTrace information will be most informative with Debug build configurations. + By default, Debug builds include debug symbols, while Release builds do not. The + debug symbols contain most of the file, method name, line number, and column + information used in constructing StackFrame and StackTrace objects. StackTrace + might not report as many method calls as expected, due to code transformations + that occur during optimization." + + + This means that in a Release build the caller information may be incomplete or may + not exist at all! Therefore caller location information cannot be relied upon in a Release build. + + + + Additional pattern converters may be registered with a specific + instance using the method. + +
+ + This is a more detailed pattern. + %timestamp [%thread] %level %logger %ndc - %message%newline + + + A similar pattern except that the relative time is + right padded if less than 6 digits, thread name is right padded if + less than 15 characters and truncated if longer and the logger + name is left padded if shorter than 30 characters and truncated if + longer. + %-6timestamp [%15.15thread] %-5level %30.30logger %ndc - %message%newline + + Nicko Cadell + Gert Driesen + Douglas de la Torre + Daniel Cazzulino +
+ + + Default pattern string for log output. + + + + Default pattern string for log output. + Currently set to the string "%message%newline" + which just prints the application supplied message. + + + + + + A detailed conversion pattern + + + + A conversion pattern which includes Time, Thread, Logger, and Nested Context. + Current value is %timestamp [%thread] %level %logger %ndc - %message%newline. + + + + + + Internal map of converter identifiers to converter types. + + + + This static map is overridden by the m_converterRegistry instance map + + + + + + the pattern + + + + + the head of the pattern converter chain + + + + + patterns defined on this PatternLayout only + + + + + Initialize the global registry + + + + Defines the builtin global rules. + + + + + + Constructs a PatternLayout using the DefaultConversionPattern + + + + The default pattern just produces the application supplied message. + + + Note to Inheritors: This constructor calls the virtual method + . If you override this method be + aware that it will be called before your is called constructor. + + + As per the contract the + method must be called after the properties on this object have been + configured. + + + + + + Constructs a PatternLayout using the supplied conversion pattern + + the pattern to use + + + Note to Inheritors: This constructor calls the virtual method + . If you override this method be + aware that it will be called before your is called constructor. + + + When using this constructor the method + need not be called. This may not be the case when using a subclass. + + + + + + Create the pattern parser instance + + the pattern to parse + The that will format the event + + + Creates the used to parse the conversion string. Sets the + global and instance rules on the . + + + + + + Initialize layout options + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Produces a formatted string as specified by the conversion pattern. + + the event being logged + The TextWriter to write the formatted event to + + + Parse the using the patter format + specified in the property. + + + + + + Add a converter to this PatternLayout + + the converter info + + + This version of the method is used by the configurator. + Programmatic users should use the alternative method. + + + + + + Add a converter to this PatternLayout + + the name of the conversion pattern for this converter + the type of the converter + + + Add a named pattern converter to this instance. This + converter will be used in the formatting of the event. + This method must be called before . + + + The specified must extend the + type. + + + + + + The pattern formatting string + + + + The ConversionPattern option. This is the string which + controls formatting and consists of a mix of literal content and + conversion specifiers. + + + + + + Wrapper class used to map converter names to converter types + + + + Pattern converter info class used during configuration to + pass to the + method. + + + + + + default constructor + + + + + Gets or sets the name of the conversion pattern + + + + The name of the pattern in the format string + + + + + + Gets or sets the type of the converter + + + + The value specified must extend the + type. + + + + + + Type converter for the interface + + + + Used to convert objects to the interface. + Supports converting from the interface to + the interface using the . + + + Nicko Cadell + Gert Driesen + + + + Interface supported by type converters + + + + This interface supports conversion from arbitrary types + to a single target type. See . + + + Nicko Cadell + Gert Driesen + + + + Can the source type be converted to the type supported by this object + + the type to convert + true if the conversion is possible + + + Test if the can be converted to the + type supported by this converter. + + + + + + Convert the source object to the type supported by this object + + the object to convert + the converted object + + + Converts the to the type supported + by this converter. + + + + + + Can the sourceType be converted to an + + the source to be to be converted + true if the source type can be converted to + + + Test if the can be converted to a + . Only is supported + as the . + + + + + + Convert the value to a object + + the value to convert + the object + + + Convert the object to a + object. If the object + is a then the + is used to adapt between the two interfaces, otherwise an + exception is thrown. + + + + + + Extract the value of a property from the + + + + Extract the value of a property from the + + + Nicko Cadell + + + + Constructs a RawPropertyLayout + + + + + Lookup the property for + + The event to format + returns property value + + + Looks up and returns the object value of the property + named . If there is no property defined + with than name then null will be returned. + + + + + + The name of the value to lookup in the LoggingEvent Properties collection. + + + Value to lookup in the LoggingEvent Properties collection + + + + String name of the property to lookup in the . + + + + + + Extract the date from the + + + + Extract the date from the + + + Nicko Cadell + Gert Driesen + + + + Constructs a RawTimeStampLayout + + + + + Gets the as a . + + The event to format + returns the time stamp + + + Gets the as a . + + + The time stamp is in local time. To format the time stamp + in universal time use . + + + + + + Extract the date from the + + + + Extract the date from the + + + Nicko Cadell + Gert Driesen + + + + Constructs a RawUtcTimeStampLayout + + + + + Gets the as a . + + The event to format + returns the time stamp + + + Gets the as a . + + + The time stamp is in universal time. To format the time stamp + in local time use . + + + + + + A very simple layout + + + + SimpleLayout consists of the level of the log statement, + followed by " - " and then the log message itself. For example, + + DEBUG - Hello world + + + + Nicko Cadell + Gert Driesen + + + + Constructs a SimpleLayout + + + + + Initialize layout options + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Produces a simple formatted output. + + the event being logged + The TextWriter to write the formatted event to + + + Formats the event as the level of the even, + followed by " - " and then the log message itself. The + output is terminated by a newline. + + + + + + Layout that formats the log events as XML elements. + + + + The output of the consists of a series of + log4net:event elements. It does not output a complete well-formed XML + file. The output is designed to be included as an external entity + in a separate file to form a correct XML file. + + + For example, if abc is the name of the file where + the output goes, then a well-formed XML file would + be: + + + <?xml version="1.0" ?> + + <!DOCTYPE log4net:events SYSTEM "log4net-events.dtd" [<!ENTITY data SYSTEM "abc">]> + + <log4net:events version="1.2" xmlns:log4net="http://logging.apache.org/log4net/schemas/log4net-events-1.2> + &data; + </log4net:events> + + + This approach enforces the independence of the + and the appender where it is embedded. + + + The version attribute helps components to correctly + interpret output generated by . The value of + this attribute should be "1.2" for release 1.2 and later. + + + Alternatively the Header and Footer properties can be + configured to output the correct XML header, open tag and close tag. + When setting the Header and Footer properties it is essential + that the underlying data store not be appendable otherwise the data + will become invalid XML. + + + Nicko Cadell + Gert Driesen + + + + Layout that formats the log events as XML elements. + + + + This is an abstract class that must be subclassed by an implementation + to conform to a specific schema. + + + Deriving classes must implement the method. + + + Nicko Cadell + Gert Driesen + + + + Protected constructor to support subclasses + + + + Initializes a new instance of the class + with no location info. + + + + + + Protected constructor to support subclasses + + + + The parameter determines whether + location information will be output by the layout. If + is set to true, then the + file name and line number of the statement at the origin of the log + statement will be output. + + + If you are embedding this layout within an SMTPAppender + then make sure to set the LocationInfo option of that + appender as well. + + + + + + Initialize layout options + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Produces a formatted string. + + The event being logged. + The TextWriter to write the formatted event to + + + Format the and write it to the . + + + This method creates an that writes to the + . The is passed + to the method. Subclasses should override the + method rather than this method. + + + + + + Does the actual writing of the XML. + + The writer to use to output the event to. + The event to write. + + + Subclasses should override this method to format + the as XML. + + + + + + Flag to indicate if location information should be included in + the XML events. + + + + + Writer adapter that ignores Close + + + + + The string to replace invalid chars with + + + + + Gets a value indicating whether to include location information in + the XML events. + + + true if location information should be included in the XML + events; otherwise, false. + + + + If is set to true, then the file + name and line number of the statement at the origin of the log + statement will be output. + + + If you are embedding this layout within an SMTPAppender + then make sure to set the LocationInfo option of that + appender as well. + + + + + + The string to replace characters that can not be expressed in XML with. + + + Not all characters may be expressed in XML. This property contains the + string to replace those that can not with. This defaults to a ?. Set it + to the empty string to simply remove offending characters. For more + details on the allowed character ranges see http://www.w3.org/TR/REC-xml/#charsets + Character replacement will occur in the log message, the property names + and the property values. + + + + + + + Gets the content type output by this layout. + + + As this is the XML layout, the value is always "text/xml". + + + + As this is the XML layout, the value is always "text/xml". + + + + + + Constructs an XmlLayout + + + + + Constructs an XmlLayout. + + + + The LocationInfo option takes a boolean value. By + default, it is set to false which means there will be no location + information output by this layout. If the the option is set to + true, then the file name and line number of the statement + at the origin of the log statement will be output. + + + If you are embedding this layout within an SmtpAppender + then make sure to set the LocationInfo option of that + appender as well. + + + + + + Initialize layout options + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + Builds a cache of the element names + + + + + + Does the actual writing of the XML. + + The writer to use to output the event to. + The event to write. + + + Override the base class method + to write the to the . + + + + + + The prefix to use for all generated element names + + + + + The prefix to use for all element names + + + + The default prefix is log4net. Set this property + to change the prefix. If the prefix is set to an empty string + then no prefix will be written. + + + + + + Set whether or not to base64 encode the message. + + + + By default the log message will be written as text to the xml + output. This can cause problems when the message contains binary + data. By setting this to true the contents of the message will be + base64 encoded. If this is set then invalid character replacement + (see ) will not be performed + on the log message. + + + + + + Set whether or not to base64 encode the property values. + + + + By default the properties will be written as text to the xml + output. This can cause problems when one or more properties contain + binary data. By setting this to true the values of the properties + will be base64 encoded. If this is set then invalid character replacement + (see ) will not be performed + on the property values. + + + + + + Layout that formats the log events as XML elements compatible with the log4j schema + + + + Formats the log events according to the http://logging.apache.org/log4j schema. + + + Nicko Cadell + + + + The 1st of January 1970 in UTC + + + + + Constructs an XMLLayoutSchemaLog4j + + + + + Constructs an XMLLayoutSchemaLog4j. + + + + The LocationInfo option takes a boolean value. By + default, it is set to false which means there will be no location + information output by this layout. If the the option is set to + true, then the file name and line number of the statement + at the origin of the log statement will be output. + + + If you are embedding this layout within an SMTPAppender + then make sure to set the LocationInfo option of that + appender as well. + + + + + + Actually do the writing of the xml + + the writer to use + the event to write + + + Generate XML that is compatible with the log4j schema. + + + + + + The version of the log4j schema to use. + + + + Only version 1.2 of the log4j schema is supported. + + + + + + The default object Renderer. + + + + The default renderer supports rendering objects and collections to strings. + + + See the method for details of the output. + + + Nicko Cadell + Gert Driesen + + + + Implement this interface in order to render objects as strings + + + + Certain types require special case conversion to + string form. This conversion is done by an object renderer. + Object renderers implement the + interface. + + + Nicko Cadell + Gert Driesen + + + + Render the object to a string + + The map used to lookup renderers + The object to render + The writer to render to + + + Render the object to a + string. + + + The parameter is + provided to lookup and render other objects. This is + very useful where contains + nested objects of unknown type. The + method can be used to render these objects. + + + + + + Default constructor + + + + Default constructor + + + + + + Render the object to a string + + The map used to lookup renderers + The object to render + The writer to render to + + + Render the object to a string. + + + The parameter is + provided to lookup and render other objects. This is + very useful where contains + nested objects of unknown type. The + method can be used to render these objects. + + + The default renderer supports rendering objects to strings as follows: + + + + Value + Rendered String + + + null + + "(null)" + + + + + + + For a one dimensional array this is the + array type name, an open brace, followed by a comma + separated list of the elements (using the appropriate + renderer), followed by a close brace. + + + For example: int[] {1, 2, 3}. + + + If the array is not one dimensional the + Array.ToString() is returned. + + + + + , & + + + Rendered as an open brace, followed by a comma + separated list of the elements (using the appropriate + renderer), followed by a close brace. + + + For example: {a, b, c}. + + + All collection classes that implement its subclasses, + or generic equivalents all implement the interface. + + + + + + + + Rendered as the key, an equals sign ('='), and the value (using the appropriate + renderer). + + + For example: key=value. + + + + + other + + Object.ToString() + + + + + + + + Render the array argument into a string + + The map used to lookup renderers + the array to render + The writer to render to + + + For a one dimensional array this is the + array type name, an open brace, followed by a comma + separated list of the elements (using the appropriate + renderer), followed by a close brace. For example: + int[] {1, 2, 3}. + + + If the array is not one dimensional the + Array.ToString() is returned. + + + + + + Render the enumerator argument into a string + + The map used to lookup renderers + the enumerator to render + The writer to render to + + + Rendered as an open brace, followed by a comma + separated list of the elements (using the appropriate + renderer), followed by a close brace. For example: + {a, b, c}. + + + + + + Render the DictionaryEntry argument into a string + + The map used to lookup renderers + the DictionaryEntry to render + The writer to render to + + + Render the key, an equals sign ('='), and the value (using the appropriate + renderer). For example: key=value. + + + + + + Map class objects to an . + + + + Maintains a mapping between types that require special + rendering and the that + is used to render them. + + + The method is used to render an + object using the appropriate renderers defined in this map. + + + Nicko Cadell + Gert Driesen + + + + Default Constructor + + + + Default constructor. + + + + + + Render using the appropriate renderer. + + the object to render to a string + the object rendered as a string + + + This is a convenience method used to render an object to a string. + The alternative method + should be used when streaming output to a . + + + + + + Render using the appropriate renderer. + + the object to render to a string + The writer to render to + + + Find the appropriate renderer for the type of the + parameter. This is accomplished by calling the + method. Once a renderer is found, it is + applied on the object and the result is returned + as a . + + + + + + Gets the renderer for the specified object type + + the object to lookup the renderer for + the renderer for + + + Gets the renderer for the specified object type. + + + Syntactic sugar method that calls + with the type of the object parameter. + + + + + + Gets the renderer for the specified type + + the type to lookup the renderer for + the renderer for the specified type + + + Returns the renderer for the specified type. + If no specific renderer has been defined the + will be returned. + + + + + + Internal function to recursively search interfaces + + the type to lookup the renderer for + the renderer for the specified type + + + + Clear the map of renderers + + + + Clear the custom renderers defined by using + . The + cannot be removed. + + + + + + Register an for . + + the type that will be rendered by + the renderer for + + + Register an object renderer for a specific source type. + This renderer will be returned from a call to + specifying the same as an argument. + + + + + + Get the default renderer instance + + the default renderer + + + Get the default renderer + + + + + + Interface implemented by logger repository plugins. + + + + Plugins define additional behavior that can be associated + with a . + The held by the + property is used to store the plugins for a repository. + + + The log4net.Config.PluginAttribute can be used to + attach plugins to repositories created using configuration + attributes. + + + Nicko Cadell + Gert Driesen + + + + Attaches the plugin to the specified . + + The that this plugin should be attached to. + + + A plugin may only be attached to a single repository. + + + This method is called when the plugin is attached to the repository. + + + + + + Is called when the plugin is to shutdown. + + + + This method is called to notify the plugin that + it should stop operating and should detach from + the repository. + + + + + + Gets the name of the plugin. + + + The name of the plugin. + + + + Plugins are stored in the + keyed by name. Each plugin instance attached to a + repository must be a unique name. + + + + + + A strongly-typed collection of objects. + + Nicko Cadell + + + + Creates a read-only wrapper for a PluginCollection instance. + + list to create a readonly wrapper arround + + A PluginCollection wrapper that is read-only. + + + + + Initializes a new instance of the PluginCollection class + that is empty and has the default initial capacity. + + + + + Initializes a new instance of the PluginCollection class + that has the specified initial capacity. + + + The number of elements that the new PluginCollection is initially capable of storing. + + + + + Initializes a new instance of the PluginCollection class + that contains elements copied from the specified PluginCollection. + + The PluginCollection whose elements are copied to the new collection. + + + + Initializes a new instance of the PluginCollection class + that contains elements copied from the specified array. + + The array whose elements are copied to the new list. + + + + Initializes a new instance of the PluginCollection class + that contains elements copied from the specified collection. + + The collection whose elements are copied to the new list. + + + + Allow subclasses to avoid our default constructors + + + + + + + Copies the entire PluginCollection to a one-dimensional + array. + + The one-dimensional array to copy to. + + + + Copies the entire PluginCollection to a one-dimensional + array, starting at the specified index of the target array. + + The one-dimensional array to copy to. + The zero-based index in at which copying begins. + + + + Adds a to the end of the PluginCollection. + + The to be added to the end of the PluginCollection. + The index at which the value has been added. + + + + Removes all elements from the PluginCollection. + + + + + Creates a shallow copy of the . + + A new with a shallow copy of the collection data. + + + + Determines whether a given is in the PluginCollection. + + The to check for. + true if is found in the PluginCollection; otherwise, false. + + + + Returns the zero-based index of the first occurrence of a + in the PluginCollection. + + The to locate in the PluginCollection. + + The zero-based index of the first occurrence of + in the entire PluginCollection, if found; otherwise, -1. + + + + + Inserts an element into the PluginCollection at the specified index. + + The zero-based index at which should be inserted. + The to insert. + + is less than zero + -or- + is equal to or greater than . + + + + + Removes the first occurrence of a specific from the PluginCollection. + + The to remove from the PluginCollection. + + The specified was not found in the PluginCollection. + + + + + Removes the element at the specified index of the PluginCollection. + + The zero-based index of the element to remove. + + is less than zero. + -or- + is equal to or greater than . + + + + + Returns an enumerator that can iterate through the PluginCollection. + + An for the entire PluginCollection. + + + + Adds the elements of another PluginCollection to the current PluginCollection. + + The PluginCollection whose elements should be added to the end of the current PluginCollection. + The new of the PluginCollection. + + + + Adds the elements of a array to the current PluginCollection. + + The array whose elements should be added to the end of the PluginCollection. + The new of the PluginCollection. + + + + Adds the elements of a collection to the current PluginCollection. + + The collection whose elements should be added to the end of the PluginCollection. + The new of the PluginCollection. + + + + Sets the capacity to the actual number of elements. + + + + + is less than zero. + -or- + is equal to or greater than . + + + + + is less than zero. + -or- + is equal to or greater than . + + + + + Gets the number of elements actually contained in the PluginCollection. + + + + + Gets a value indicating whether access to the collection is synchronized (thread-safe). + + true if access to the ICollection is synchronized (thread-safe); otherwise, false. + + + + Gets an object that can be used to synchronize access to the collection. + + + An object that can be used to synchronize access to the collection. + + + + + Gets or sets the at the specified index. + + + The at the specified index. + + The zero-based index of the element to get or set. + + is less than zero. + -or- + is equal to or greater than . + + + + + Gets a value indicating whether the collection has a fixed size. + + true if the collection has a fixed size; otherwise, false. The default is false. + + + + Gets a value indicating whether the IList is read-only. + + true if the collection is read-only; otherwise, false. The default is false. + + + + Gets or sets the number of elements the PluginCollection can contain. + + + The number of elements the PluginCollection can contain. + + + + + Supports type-safe iteration over a . + + + + + + Advances the enumerator to the next element in the collection. + + + true if the enumerator was successfully advanced to the next element; + false if the enumerator has passed the end of the collection. + + + The collection was modified after the enumerator was created. + + + + + Sets the enumerator to its initial position, before the first element in the collection. + + + + + Gets the current element in the collection. + + + + + Type visible only to our subclasses + Used to access protected constructor + + + + + + A value + + + + + Supports simple iteration over a . + + + + + + Initializes a new instance of the Enumerator class. + + + + + + Advances the enumerator to the next element in the collection. + + + true if the enumerator was successfully advanced to the next element; + false if the enumerator has passed the end of the collection. + + + The collection was modified after the enumerator was created. + + + + + Sets the enumerator to its initial position, before the first element in the collection. + + + + + Gets the current element in the collection. + + + The current element in the collection. + + + + + + + + Map of repository plugins. + + + + This class is a name keyed map of the plugins that are + attached to a repository. + + + Nicko Cadell + Gert Driesen + + + + Constructor + + The repository that the plugins should be attached to. + + + Initialize a new instance of the class with a + repository that the plugins should be attached to. + + + + + + Adds a to the map. + + The to add to the map. + + + The will be attached to the repository when added. + + + If there already exists a plugin with the same name + attached to the repository then the old plugin will + be and replaced with + the new plugin. + + + + + + Removes a from the map. + + The to remove from the map. + + + Remove a specific plugin from this map. + + + + + + Gets a by name. + + The name of the to lookup. + + The from the map with the name specified, or + null if no plugin is found. + + + + Lookup a plugin by name. If the plugin is not found null + will be returned. + + + + + + Gets all possible plugins as a list of objects. + + All possible plugins as a list of objects. + + + Get a collection of all the plugins defined in this map. + + + + + + Base implementation of + + + + Default abstract implementation of the + interface. This base class can be used by implementors + of the interface. + + + Nicko Cadell + Gert Driesen + + + + Constructor + + the name of the plugin + + Initializes a new Plugin with the specified name. + + + + + Attaches this plugin to a . + + The that this plugin should be attached to. + + + A plugin may only be attached to a single repository. + + + This method is called when the plugin is attached to the repository. + + + + + + Is called when the plugin is to shutdown. + + + + This method is called to notify the plugin that + it should stop operating and should detach from + the repository. + + + + + + The name of this plugin. + + + + + The repository this plugin is attached to. + + + + + Gets or sets the name of the plugin. + + + The name of the plugin. + + + + Plugins are stored in the + keyed by name. Each plugin instance attached to a + repository must be a unique name. + + + The name of the plugin must not change one the + plugin has been attached to a repository. + + + + + + The repository for this plugin + + + The that this plugin is attached to. + + + + Gets or sets the that this plugin is + attached to. + + + + + + Plugin that listens for events from the + + + + This plugin publishes an instance of + on a specified . This listens for logging events delivered from + a remote . + + + When an event is received it is relogged within the attached repository + as if it had been raised locally. + + + Nicko Cadell + Gert Driesen + + + + Default constructor + + + + Initializes a new instance of the class. + + + The property must be set. + + + + + + Construct with sink Uri. + + The name to publish the sink under in the remoting infrastructure. + See for more details. + + + Initializes a new instance of the class + with specified name. + + + + + + Attaches this plugin to a . + + The that this plugin should be attached to. + + + A plugin may only be attached to a single repository. + + + This method is called when the plugin is attached to the repository. + + + + + + Is called when the plugin is to shutdown. + + + + When the plugin is shutdown the remote logging + sink is disconnected. + + + + + + Gets or sets the URI of this sink. + + + The URI of this sink. + + + + This is the name under which the object is marshaled. + + + + + + + Delivers objects to a remote sink. + + + + Internal class used to listen for logging events + and deliver them to the local repository. + + + + + + Constructor + + The repository to log to. + + + Initializes a new instance of the for the + specified . + + + + + + Logs the events to the repository. + + The events to log. + + + The events passed are logged to the + + + + + + Obtains a lifetime service object to control the lifetime + policy for this instance. + + null to indicate that this instance should live forever. + + + Obtains a lifetime service object to control the lifetime + policy for this instance. This object should live forever + therefore this implementation returns null. + + + + + + The underlying that events should + be logged to. + + + + + Default implementation of + + + + This default implementation of the + interface is used to create the default subclass + of the object. + + + Nicko Cadell + Gert Driesen + + + + Interface abstracts creation of instances + + + + This interface is used by the to + create new objects. + + + The method is called + to create a named . + + + Implement this interface to create new subclasses of . + + + Nicko Cadell + Gert Driesen + + + + Create a new instance + + The name of the . + The instance for the specified name. + + + Create a new instance with the + specified name. + + + Called by the to create + new named instances. + + + If the is null then the root logger + must be returned. + + + + + + Default constructor + + + + Initializes a new instance of the class. + + + + + + Create a new instance + + The name of the . + The instance for the specified name. + + + Create a new instance with the + specified name. + + + Called by the to create + new named instances. + + + If the is null then the root logger + must be returned. + + + + + + Default internal subclass of + + + + This subclass has no additional behavior over the + class but does allow instances + to be created. + + + + + + Implementation of used by + + + + Internal class used to provide implementation of + interface. Applications should use to get + logger instances. + + + This is one of the central classes in the log4net implementation. One of the + distinctive features of log4net are hierarchical loggers and their + evaluation. The organizes the + instances into a rooted tree hierarchy. + + + The class is abstract. Only concrete subclasses of + can be created. The + is used to create instances of this type for the . + + + Nicko Cadell + Gert Driesen + Aspi Havewala + Douglas de la Torre + + + + This constructor created a new instance and + sets its name. + + The name of the . + + + This constructor is protected and designed to be used by + a subclass that is not abstract. + + + Loggers are constructed by + objects. See for the default + logger creator. + + + + + + Add to the list of appenders of this + Logger instance. + + An appender to add to this logger + + + Add to the list of appenders of this + Logger instance. + + + If is already in the list of + appenders, then it won't be added again. + + + + + + Look for the appender named as name + + The name of the appender to lookup + The appender with the name specified, or null. + + + Returns the named appender, or null if the appender is not found. + + + + + + Remove all previously added appenders from this Logger instance. + + + + Remove all previously added appenders from this Logger instance. + + + This is useful when re-reading configuration information. + + + + + + Remove the appender passed as parameter form the list of appenders. + + The appender to remove + The appender removed from the list + + + Remove the appender passed as parameter form the list of appenders. + The appender removed is not closed. + If you are discarding the appender you must call + on the appender removed. + + + + + + Remove the appender passed as parameter form the list of appenders. + + The name of the appender to remove + The appender removed from the list + + + Remove the named appender passed as parameter form the list of appenders. + The appender removed is not closed. + If you are discarding the appender you must call + on the appender removed. + + + + + + This generic form is intended to be used by wrappers. + + The declaring type of the method that is + the stack boundary into the logging system for this call. + The level of the message to be logged. + The message object to log. + The exception to log, including its stack trace. + + + Generate a logging event for the specified using + the and . + + + This method must not throw any exception to the caller. + + + + + + This is the most generic printing method that is intended to be used + by wrappers. + + The event being logged. + + + Logs the specified logging event through this logger. + + + This method must not throw any exception to the caller. + + + + + + Checks if this logger is enabled for a given passed as parameter. + + The level to check. + + true if this logger is enabled for level, otherwise false. + + + + Test if this logger is going to log events of the specified . + + + This method must not throw any exception to the caller. + + + + + + Deliver the to the attached appenders. + + The event to log. + + + Call the appenders in the hierarchy starting at + this. If no appenders could be found, emit a + warning. + + + This method calls all the appenders inherited from the + hierarchy circumventing any evaluation of whether to log or not + to log the particular log request. + + + + + + Closes all attached appenders implementing the interface. + + + + Used to ensure that the appenders are correctly shutdown. + + + + + + This is the most generic printing method. This generic form is intended to be used by wrappers + + The level of the message to be logged. + The message object to log. + The exception to log, including its stack trace. + + + Generate a logging event for the specified using + the . + + + + + + Creates a new logging event and logs the event without further checks. + + The declaring type of the method that is + the stack boundary into the logging system for this call. + The level of the message to be logged. + The message object to log. + The exception to log, including its stack trace. + + + Generates a logging event and delivers it to the attached + appenders. + + + + + + Creates a new logging event and logs the event without further checks. + + The event being logged. + + + Delivers the logging event to the attached appenders. + + + + + + The fully qualified type of the Logger class. + + + + + The name of this logger. + + + + + The assigned level of this logger. + + + + The level variable need not be + assigned a value in which case it is inherited + form the hierarchy. + + + + + + The parent of this logger. + + + + The parent of this logger. + All loggers have at least one ancestor which is the root logger. + + + + + + Loggers need to know what Hierarchy they are in. + + + + Loggers need to know what Hierarchy they are in. + The hierarchy that this logger is a member of is stored + here. + + + + + + Helper implementation of the interface + + + + + Flag indicating if child loggers inherit their parents appenders + + + + Additivity is set to true by default, that is children inherit + the appenders of their ancestors by default. If this variable is + set to false then the appenders found in the + ancestors of this logger are not used. However, the children + of this logger will inherit its appenders, unless the children + have their additivity flag set to false too. See + the user manual for more details. + + + + + + Lock to protect AppenderAttachedImpl variable m_appenderAttachedImpl + + + + + Gets or sets the parent logger in the hierarchy. + + + The parent logger in the hierarchy. + + + + Part of the Composite pattern that makes the hierarchy. + The hierarchy is parent linked rather than child linked. + + + + + + Gets or sets a value indicating if child loggers inherit their parent's appenders. + + + true if child loggers inherit their parent's appenders. + + + + Additivity is set to true by default, that is children inherit + the appenders of their ancestors by default. If this variable is + set to false then the appenders found in the + ancestors of this logger are not used. However, the children + of this logger will inherit its appenders, unless the children + have their additivity flag set to false too. See + the user manual for more details. + + + + + + Gets the effective level for this logger. + + The nearest level in the logger hierarchy. + + + Starting from this logger, searches the logger hierarchy for a + non-null level and returns it. Otherwise, returns the level of the + root logger. + + The Logger class is designed so that this method executes as + quickly as possible. + + + + + Gets or sets the where this + Logger instance is attached to. + + The hierarchy that this logger belongs to. + + + This logger must be attached to a single . + + + + + + Gets or sets the assigned , if any, for this Logger. + + + The of this logger. + + + + The assigned can be null. + + + + + + Get the appenders contained in this logger as an + . + + A collection of the appenders in this logger + + + Get the appenders contained in this logger as an + . If no appenders + can be found, then a is returned. + + + + + + Gets the logger name. + + + The name of the logger. + + + + The name of this logger + + + + + + Gets the where this + Logger instance is attached to. + + + The that this logger belongs to. + + + + Gets the where this + Logger instance is attached to. + + + + + + Construct a new Logger + + the name of the logger + + + Initializes a new instance of the class + with the specified name. + + + + + + Delegate used to handle logger creation event notifications. + + The in which the has been created. + The event args that hold the instance that has been created. + + + Delegate used to handle logger creation event notifications. + + + + + + Provides data for the event. + + + + A event is raised every time a + is created. + + + + + + The created + + + + + Constructor + + The that has been created. + + + Initializes a new instance of the event argument + class,with the specified . + + + + + + Gets the that has been created. + + + The that has been created. + + + + The that has been created. + + + + + + Hierarchical organization of loggers + + + + The casual user should not have to deal with this class + directly. + + + This class is specialized in retrieving loggers by name and + also maintaining the logger hierarchy. Implements the + interface. + + + The structure of the logger hierarchy is maintained by the + method. The hierarchy is such that children + link to their parent but parents do not have any references to their + children. Moreover, loggers can be instantiated in any order, in + particular descendant before ancestor. + + + In case a descendant is created before a particular ancestor, + then it creates a provision node for the ancestor and adds itself + to the provision node. Other descendants of the same ancestor add + themselves to the previously created provision node. + + + Nicko Cadell + Gert Driesen + + + + Base implementation of + + + + Default abstract implementation of the interface. + + + Skeleton implementation of the interface. + All types can extend this type. + + + Nicko Cadell + Gert Driesen + + + + Interface implemented by logger repositories. + + + + This interface is implemented by logger repositories. e.g. + . + + + This interface is used by the + to obtain interfaces. + + + Nicko Cadell + Gert Driesen + + + + Check if the named logger exists in the repository. If so return + its reference, otherwise returns null. + + The name of the logger to lookup + The Logger object with the name specified + + + If the names logger exists it is returned, otherwise + null is returned. + + + + + + Returns all the currently defined loggers as an Array. + + All the defined loggers + + + Returns all the currently defined loggers as an Array. + + + + + + Returns a named logger instance + + The name of the logger to retrieve + The logger object with the name specified + + + Returns a named logger instance. + + + If a logger of that name already exists, then it will be + returned. Otherwise, a new logger will be instantiated and + then linked with its existing ancestors as well as children. + + + + + Shutdown the repository + + + Shutting down a repository will safely close and remove + all appenders in all loggers including the root logger. + + + Some appenders need to be closed before the + application exists. Otherwise, pending logging events might be + lost. + + + The method is careful to close nested + appenders before closing regular appenders. This is allows + configurations where a regular appender is attached to a logger + and again to a nested appender. + + + + + + Reset the repositories configuration to a default state + + + + Reset all values contained in this instance to their + default state. + + + Existing loggers are not removed. They are just reset. + + + This method should be used sparingly and with care as it will + block all logging until it is completed. + + + + + + Log the through this repository. + + the event to log + + + This method should not normally be used to log. + The interface should be used + for routine logging. This interface can be obtained + using the method. + + + The logEvent is delivered to the appropriate logger and + that logger is then responsible for logging the event. + + + + + + Returns all the Appenders that are configured as an Array. + + All the Appenders + + + Returns all the Appenders that are configured as an Array. + + + + + + The name of the repository + + + The name of the repository + + + + The name of the repository. + + + + + + RendererMap accesses the object renderer map for this repository. + + + RendererMap accesses the object renderer map for this repository. + + + + RendererMap accesses the object renderer map for this repository. + + + The RendererMap holds a mapping between types and + objects. + + + + + + The plugin map for this repository. + + + The plugin map for this repository. + + + + The plugin map holds the instances + that have been attached to this repository. + + + + + + Get the level map for the Repository. + + + + Get the level map for the Repository. + + + The level map defines the mappings between + level names and objects in + this repository. + + + + + + The threshold for all events in this repository + + + The threshold for all events in this repository + + + + The threshold for all events in this repository. + + + + + + Flag indicates if this repository has been configured. + + + Flag indicates if this repository has been configured. + + + + Flag indicates if this repository has been configured. + + + + + + Event to notify that the repository has been shutdown. + + + Event to notify that the repository has been shutdown. + + + + Event raised when the repository has been shutdown. + + + + + + Event to notify that the repository has had its configuration reset. + + + Event to notify that the repository has had its configuration reset. + + + + Event raised when the repository's configuration has been + reset to default. + + + + + + Event to notify that the repository has had its configuration changed. + + + Event to notify that the repository has had its configuration changed. + + + + Event raised when the repository's configuration has been changed. + + + + + + Repository specific properties + + + Repository specific properties + + + + These properties can be specified on a repository specific basis. + + + + + + Default Constructor + + + + Initializes the repository with default (empty) properties. + + + + + + Construct the repository using specific properties + + the properties to set for this repository + + + Initializes the repository with specified properties. + + + + + + Test if logger exists + + The name of the logger to lookup + The Logger object with the name specified + + + Check if the named logger exists in the repository. If so return + its reference, otherwise returns null. + + + + + + Returns all the currently defined loggers in the repository + + All the defined loggers + + + Returns all the currently defined loggers in the repository as an Array. + + + + + + Return a new logger instance + + The name of the logger to retrieve + The logger object with the name specified + + + Return a new logger instance. + + + If a logger of that name already exists, then it will be + returned. Otherwise, a new logger will be instantiated and + then linked with its existing ancestors as well as children. + + + + + + Shutdown the repository + + + + Shutdown the repository. Can be overridden in a subclass. + This base class implementation notifies the + listeners and all attached plugins of the shutdown event. + + + + + + Reset the repositories configuration to a default state + + + + Reset all values contained in this instance to their + default state. + + + Existing loggers are not removed. They are just reset. + + + This method should be used sparingly and with care as it will + block all logging until it is completed. + + + + + + Log the logEvent through this repository. + + the event to log + + + This method should not normally be used to log. + The interface should be used + for routine logging. This interface can be obtained + using the method. + + + The logEvent is delivered to the appropriate logger and + that logger is then responsible for logging the event. + + + + + + Returns all the Appenders that are configured as an Array. + + All the Appenders + + + Returns all the Appenders that are configured as an Array. + + + + + + Adds an object renderer for a specific class. + + The type that will be rendered by the renderer supplied. + The object renderer used to render the object. + + + Adds an object renderer for a specific class. + + + + + + Notify the registered listeners that the repository is shutting down + + Empty EventArgs + + + Notify any listeners that this repository is shutting down. + + + + + + Notify the registered listeners that the repository has had its configuration reset + + Empty EventArgs + + + Notify any listeners that this repository's configuration has been reset. + + + + + + Notify the registered listeners that the repository has had its configuration changed + + Empty EventArgs + + + Notify any listeners that this repository's configuration has changed. + + + + + + Raise a configuration changed event on this repository + + EventArgs.Empty + + + Applications that programmatically change the configuration of the repository should + raise this event notification to notify listeners. + + + + + + The name of the repository + + + The string name of the repository + + + + The name of this repository. The name is + used to store and lookup the repositories + stored by the . + + + + + + The threshold for all events in this repository + + + The threshold for all events in this repository + + + + The threshold for all events in this repository + + + + + + RendererMap accesses the object renderer map for this repository. + + + RendererMap accesses the object renderer map for this repository. + + + + RendererMap accesses the object renderer map for this repository. + + + The RendererMap holds a mapping between types and + objects. + + + + + + The plugin map for this repository. + + + The plugin map for this repository. + + + + The plugin map holds the instances + that have been attached to this repository. + + + + + + Get the level map for the Repository. + + + + Get the level map for the Repository. + + + The level map defines the mappings between + level names and objects in + this repository. + + + + + + Flag indicates if this repository has been configured. + + + Flag indicates if this repository has been configured. + + + + Flag indicates if this repository has been configured. + + + + + + Event to notify that the repository has been shutdown. + + + Event to notify that the repository has been shutdown. + + + + Event raised when the repository has been shutdown. + + + + + + Event to notify that the repository has had its configuration reset. + + + Event to notify that the repository has had its configuration reset. + + + + Event raised when the repository's configuration has been + reset to default. + + + + + + Event to notify that the repository has had its configuration changed. + + + Event to notify that the repository has had its configuration changed. + + + + Event raised when the repository's configuration has been changed. + + + + + + Repository specific properties + + + Repository specific properties + + + These properties can be specified on a repository specific basis + + + + + Basic Configurator interface for repositories + + + + Interface used by basic configurator to configure a + with a default . + + + A should implement this interface to support + configuration by the . + + + Nicko Cadell + Gert Driesen + + + + Initialize the repository using the specified appender + + the appender to use to log all logging events + + + Configure the repository to route all logging events to the + specified appender. + + + + + + Configure repository using XML + + + + Interface used by Xml configurator to configure a . + + + A should implement this interface to support + configuration by the . + + + Nicko Cadell + Gert Driesen + + + + Initialize the repository using the specified config + + the element containing the root of the config + + + The schema for the XML configuration data is defined by + the implementation. + + + + + + Default constructor + + + + Initializes a new instance of the class. + + + + + + Construct with properties + + The properties to pass to this repository. + + + Initializes a new instance of the class. + + + + + + Construct with a logger factory + + The factory to use to create new logger instances. + + + Initializes a new instance of the class with + the specified . + + + + + + Construct with properties and a logger factory + + The properties to pass to this repository. + The factory to use to create new logger instances. + + + Initializes a new instance of the class with + the specified . + + + + + + Test if a logger exists + + The name of the logger to lookup + The Logger object with the name specified + + + Check if the named logger exists in the hierarchy. If so return + its reference, otherwise returns null. + + + + + + Returns all the currently defined loggers in the hierarchy as an Array + + All the defined loggers + + + Returns all the currently defined loggers in the hierarchy as an Array. + The root logger is not included in the returned + enumeration. + + + + + + Return a new logger instance named as the first parameter using + the default factory. + + + + Return a new logger instance named as the first parameter using + the default factory. + + + If a logger of that name already exists, then it will be + returned. Otherwise, a new logger will be instantiated and + then linked with its existing ancestors as well as children. + + + The name of the logger to retrieve + The logger object with the name specified + + + + Shutting down a hierarchy will safely close and remove + all appenders in all loggers including the root logger. + + + + Shutting down a hierarchy will safely close and remove + all appenders in all loggers including the root logger. + + + Some appenders need to be closed before the + application exists. Otherwise, pending logging events might be + lost. + + + The Shutdown method is careful to close nested + appenders before closing regular appenders. This is allows + configurations where a regular appender is attached to a logger + and again to a nested appender. + + + + + + Reset all values contained in this hierarchy instance to their default. + + + + Reset all values contained in this hierarchy instance to their + default. This removes all appenders from all loggers, sets + the level of all non-root loggers to null, + sets their additivity flag to true and sets the level + of the root logger to . Moreover, + message disabling is set its default "off" value. + + + Existing loggers are not removed. They are just reset. + + + This method should be used sparingly and with care as it will + block all logging until it is completed. + + + + + + Log the logEvent through this hierarchy. + + the event to log + + + This method should not normally be used to log. + The interface should be used + for routine logging. This interface can be obtained + using the method. + + + The logEvent is delivered to the appropriate logger and + that logger is then responsible for logging the event. + + + + + + Returns all the Appenders that are currently configured + + An array containing all the currently configured appenders + + + Returns all the instances that are currently configured. + All the loggers are searched for appenders. The appenders may also be containers + for appenders and these are also searched for additional loggers. + + + The list returned is unordered but does not contain duplicates. + + + + + + Collect the appenders from an . + The appender may also be a container. + + + + + + + Collect the appenders from an container + + + + + + + Initialize the log4net system using the specified appender + + the appender to use to log all logging events + + + + Initialize the log4net system using the specified appender + + the appender to use to log all logging events + + + This method provides the same functionality as the + method implemented + on this object, but it is protected and therefore can be called by subclasses. + + + + + + Initialize the log4net system using the specified config + + the element containing the root of the config + + + + Initialize the log4net system using the specified config + + the element containing the root of the config + + + This method provides the same functionality as the + method implemented + on this object, but it is protected and therefore can be called by subclasses. + + + + + + Test if this hierarchy is disabled for the specified . + + The level to check against. + + true if the repository is disabled for the level argument, false otherwise. + + + + If this hierarchy has not been configured then this method will + always return true. + + + This method will return true if this repository is + disabled for level object passed as parameter and + false otherwise. + + + See also the property. + + + + + + Clear all logger definitions from the internal hashtable + + + + This call will clear all logger definitions from the internal + hashtable. Invoking this method will irrevocably mess up the + logger hierarchy. + + + You should really know what you are doing before + invoking this method. + + + + + + Return a new logger instance named as the first parameter using + . + + The name of the logger to retrieve + The factory that will make the new logger instance + The logger object with the name specified + + + If a logger of that name already exists, then it will be + returned. Otherwise, a new logger will be instantiated by the + parameter and linked with its existing + ancestors as well as children. + + + + + + Sends a logger creation event to all registered listeners + + The newly created logger + + Raises the logger creation event. + + + + + Updates all the parents of the specified logger + + The logger to update the parents for + + + This method loops through all the potential parents of + . There 3 possible cases: + + + + No entry for the potential parent of exists + + We create a ProvisionNode for this potential + parent and insert in that provision node. + + + + The entry is of type Logger for the potential parent. + + The entry is 's nearest existing parent. We + update 's parent field with this entry. We also break from + he loop because updating our parent's parent is our parent's + responsibility. + + + + The entry is of type ProvisionNode for this potential parent. + + We add to the list of children for this + potential parent. + + + + + + + + Replace a with a in the hierarchy. + + + + + + We update the links for all the children that placed themselves + in the provision node 'pn'. The second argument 'log' is a + reference for the newly created Logger, parent of all the + children in 'pn'. + + + We loop on all the children 'c' in 'pn'. + + + If the child 'c' has been already linked to a child of + 'log' then there is no need to update 'c'. + + + Otherwise, we set log's parent field to c's parent and set + c's parent field to log. + + + + + + Define or redefine a Level using the values in the argument + + the level values + + + Define or redefine a Level using the values in the argument + + + Supports setting levels via the configuration file. + + + + + + Set a Property using the values in the argument + + the property value + + + Set a Property using the values in the argument. + + + Supports setting property values via the configuration file. + + + + + + Event used to notify that a logger has been created. + + + + Event raised when a logger is created. + + + + + + Has no appender warning been emitted + + + + Flag to indicate if we have already issued a warning + about not having an appender warning. + + + + + + Get the root of this hierarchy + + + + Get the root of this hierarchy. + + + + + + Gets or sets the default instance. + + The default + + + The logger factory is used to create logger instances. + + + + + + A class to hold the value, name and display name for a level + + + + A class to hold the value, name and display name for a level + + + + + + Override Object.ToString to return sensible debug info + + string info about this object + + + + Value of the level + + + + If the value is not set (defaults to -1) the value will be looked + up for the current level with the same name. + + + + + + Name of the level + + + The name of the level + + + + The name of the level. + + + + + + Display name for the level + + + The display name of the level + + + + The display name of the level. + + + + + + A class to hold the key and data for a property set in the config file + + + + A class to hold the key and data for a property set in the config file + + + + + + Override Object.ToString to return sensible debug info + + string info about this object + + + + Property Key + + + Property Key + + + + Property Key. + + + + + + Property Value + + + Property Value + + + + Property Value. + + + + + + Used internally to accelerate hash table searches. + + + + Internal class used to improve performance of + string keyed hashtables. + + + The hashcode of the string is cached for reuse. + The string is stored as an interned value. + When comparing two objects for equality + the reference equality of the interned strings is compared. + + + Nicko Cadell + Gert Driesen + + + + Construct key with string name + + + + Initializes a new instance of the class + with the specified name. + + + Stores the hashcode of the string and interns + the string key to optimize comparisons. + + + The Compact Framework 1.0 the + method does not work. On the Compact Framework + the string keys are not interned nor are they + compared by reference. + + + The name of the logger. + + + + Returns a hash code for the current instance. + + A hash code for the current instance. + + + Returns the cached hashcode. + + + + + + Determines whether two instances + are equal. + + The to compare with the current . + + true if the specified is equal to the current ; otherwise, false. + + + + Compares the references of the interned strings. + + + + + + Provision nodes are used where no logger instance has been specified + + + + instances are used in the + when there is no specified + for that node. + + + A provision node holds a list of child loggers on behalf of + a logger that does not exist. + + + Nicko Cadell + Gert Driesen + + + + Create a new provision node with child node + + A child logger to add to this node. + + + Initializes a new instance of the class + with the specified child logger. + + + + + + The sits at the root of the logger hierarchy tree. + + + + The is a regular except + that it provides several guarantees. + + + First, it cannot be assigned a null + level. Second, since the root logger cannot have a parent, the + property always returns the value of the + level field without walking the hierarchy. + + + Nicko Cadell + Gert Driesen + + + + Construct a + + The level to assign to the root logger. + + + Initializes a new instance of the class with + the specified logging level. + + + The root logger names itself as "root". However, the root + logger cannot be retrieved by name. + + + + + + Gets the assigned level value without walking the logger hierarchy. + + The assigned level value without walking the logger hierarchy. + + + Because the root logger cannot have a parent and its level + must not be null this property just returns the + value of . + + + + + + Gets or sets the assigned for the root logger. + + + The of the root logger. + + + + Setting the level of the root logger to a null reference + may have catastrophic results. We prevent this here. + + + + + + Initializes the log4net environment using an XML DOM. + + + + Configures a using an XML DOM. + + + Nicko Cadell + Gert Driesen + + + + Construct the configurator for a hierarchy + + The hierarchy to build. + + + Initializes a new instance of the class + with the specified . + + + + + + Configure the hierarchy by parsing a DOM tree of XML elements. + + The root element to parse. + + + Configure the hierarchy by parsing a DOM tree of XML elements. + + + + + + Parse appenders by IDREF. + + The appender ref element. + The instance of the appender that the ref refers to. + + + Parse an XML element that represents an appender and return + the appender. + + + + + + Parses an appender element. + + The appender element. + The appender instance or null when parsing failed. + + + Parse an XML element that represents an appender and return + the appender instance. + + + + + + Parses a logger element. + + The logger element. + + + Parse an XML element that represents a logger. + + + + + + Parses the root logger element. + + The root element. + + + Parse an XML element that represents the root logger. + + + + + + Parses the children of a logger element. + + The category element. + The logger instance. + Flag to indicate if the logger is the root logger. + + + Parse the child elements of a <logger> element. + + + + + + Parses an object renderer. + + The renderer element. + + + Parse an XML element that represents a renderer. + + + + + + Parses a level element. + + The level element. + The logger object to set the level on. + Flag to indicate if the logger is the root logger. + + + Parse an XML element that represents a level. + + + + + + Sets a parameter on an object. + + The parameter element. + The object to set the parameter on. + + The parameter name must correspond to a writable property + on the object. The value of the parameter is a string, + therefore this function will attempt to set a string + property first. If unable to set a string property it + will inspect the property and its argument type. It will + attempt to call a static method called Parse on the + type of the property. This method will take a single + string argument and return a value that can be used to + set the property. + + + + + Test if an element has no attributes or child elements + + the element to inspect + true if the element has any attributes or child elements, false otherwise + + + + Test if a is constructible with Activator.CreateInstance. + + the type to inspect + true if the type is creatable using a default constructor, false otherwise + + + + Look for a method on the that matches the supplied + + the type that has the method + the name of the method + the method info found + + + The method must be a public instance method on the . + The method must be named or "Add" followed by . + The method must take a single parameter. + + + + + + Converts a string value to a target type. + + The type of object to convert the string to. + The string value to use as the value of the object. + + + An object of type with value or + null when the conversion could not be performed. + + + + + + Creates an object as specified in XML. + + The XML element that contains the definition of the object. + The object type to use if not explicitly specified. + The type that the returned object must be or must inherit from. + The object or null + + + Parse an XML element and create an object instance based on the configuration + data. + + + The type of the instance may be specified in the XML. If not + specified then the is used + as the type. However the type is specified it must support the + type. + + + + + + key: appenderName, value: appender. + + + + + The Hierarchy being configured. + + + + + Delegate used to handle logger repository shutdown event notifications + + The that is shutting down. + Empty event args + + + Delegate used to handle logger repository shutdown event notifications. + + + + + + Delegate used to handle logger repository configuration reset event notifications + + The that has had its configuration reset. + Empty event args + + + Delegate used to handle logger repository configuration reset event notifications. + + + + + + Delegate used to handle event notifications for logger repository configuration changes. + + The that has had its configuration changed. + Empty event arguments. + + + Delegate used to handle event notifications for logger repository configuration changes. + + + + + + Write the name of the current AppDomain to the output + + + + Write the name of the current AppDomain to the output writer + + + Nicko Cadell + + + + Write the name of the current AppDomain to the output + + the writer to write to + null, state is not set + + + Writes name of the current AppDomain to the output . + + + + + + Write the current date to the output + + + + Date pattern converter, uses a to format + the current date and time to the writer as a string. + + + The value of the determines + the formatting of the date. The following values are allowed: + + + Option value + Output + + + ISO8601 + + Uses the formatter. + Formats using the "yyyy-MM-dd HH:mm:ss,fff" pattern. + + + + DATE + + Uses the formatter. + Formats using the "dd MMM yyyy HH:mm:ss,fff" for example, "06 Nov 1994 15:49:37,459". + + + + ABSOLUTE + + Uses the formatter. + Formats using the "HH:mm:ss,fff" for example, "15:49:37,459". + + + + other + + Any other pattern string uses the formatter. + This formatter passes the pattern string to the + method. + For details on valid patterns see + DateTimeFormatInfo Class. + + + + + + The date and time is in the local time zone and is rendered in that zone. + To output the time in Universal time see . + + + Nicko Cadell + + + + The used to render the date to a string + + + + The used to render the date to a string + + + + + + Initialize the converter options + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Write the current date to the output + + that will receive the formatted result. + null, state is not set + + + Pass the current date and time to the + for it to render it to the writer. + + + The date and time passed is in the local time zone. + + + + + + Write an environment variable to the output + + + + Write an environment variable to the output writer. + The value of the determines + the name of the variable to output. + + + Nicko Cadell + + + + Write an environment variable to the output + + the writer to write to + null, state is not set + + + Writes the environment variable to the output . + The name of the environment variable to output must be set + using the + property. + + + + + + Write the current thread identity to the output + + + + Write the current thread identity to the output writer + + + Nicko Cadell + + + + Write the current thread identity to the output + + the writer to write to + null, state is not set + + + Writes the current thread identity to the output . + + + + + + Pattern converter for literal string instances in the pattern + + + + Writes the literal string value specified in the + property to + the output. + + + Nicko Cadell + + + + Set the next converter in the chain + + The next pattern converter in the chain + The next pattern converter + + + Special case the building of the pattern converter chain + for instances. Two adjacent + literals in the pattern can be represented by a single combined + pattern converter. This implementation detects when a + is added to the chain + after this converter and combines its value with this converter's + literal value. + + + + + + Write the literal to the output + + the writer to write to + null, not set + + + Override the formatting behavior to ignore the FormattingInfo + because we have a literal instead. + + + Writes the value of + to the output . + + + + + + Convert this pattern into the rendered message + + that will receive the formatted result. + null, not set + + + This method is not used. + + + + + + Writes a newline to the output + + + + Writes the system dependent line terminator to the output. + This behavior can be overridden by setting the : + + + + Option Value + Output + + + DOS + DOS or Windows line terminator "\r\n" + + + UNIX + UNIX line terminator "\n" + + + + Nicko Cadell + + + + Initialize the converter + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Write the current process ID to the output + + + + Write the current process ID to the output writer + + + Nicko Cadell + + + + Write the current process ID to the output + + the writer to write to + null, state is not set + + + Write the current process ID to the output . + + + + + + Property pattern converter + + + + This pattern converter reads the thread and global properties. + The thread properties take priority over global properties. + See for details of the + thread properties. See for + details of the global properties. + + + If the is specified then that will be used to + lookup a single property. If no is specified + then all properties will be dumped as a list of key value pairs. + + + Nicko Cadell + + + + Write the property value to the output + + that will receive the formatted result. + null, state is not set + + + Writes out the value of a named property. The property name + should be set in the + property. + + + If the is set to null + then all the properties are written as key value pairs. + + + + + + A Pattern converter that generates a string of random characters + + + + The converter generates a string of random characters. By default + the string is length 4. This can be changed by setting the + to the string value of the length required. + + + The random characters in the string are limited to uppercase letters + and numbers only. + + + The random number generator used by this class is not cryptographically secure. + + + Nicko Cadell + + + + Shared random number generator + + + + + Length of random string to generate. Default length 4. + + + + + Initialize the converter options + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Write a randoim string to the output + + the writer to write to + null, state is not set + + + Write a randoim string to the output . + + + + + + Write the current threads username to the output + + + + Write the current threads username to the output writer + + + Nicko Cadell + + + + Write the current threads username to the output + + the writer to write to + null, state is not set + + + Write the current threads username to the output . + + + + + + Write the UTC date time to the output + + + + Date pattern converter, uses a to format + the current date and time in Universal time. + + + See the for details on the date pattern syntax. + + + + Nicko Cadell + + + + Write the current date and time to the output + + that will receive the formatted result. + null, state is not set + + + Pass the current date and time to the + for it to render it to the writer. + + + The date is in Universal time when it is rendered. + + + + + + + Type converter for Boolean. + + + + Supports conversion from string to bool type. + + + + + + Nicko Cadell + Gert Driesen + + + + Can the source type be converted to the type supported by this object + + the type to convert + true if the conversion is possible + + + Returns true if the is + the type. + + + + + + Convert the source object to the type supported by this object + + the object to convert + the converted object + + + Uses the method to convert the + argument to a . + + + + The object cannot be converted to the + target type. To check for this condition use the + method. + + + + + Exception base type for conversion errors. + + + + This type extends . It + does not add any new functionality but does differentiate the + type of exception being thrown. + + + Nicko Cadell + Gert Driesen + + + + Constructor + + + + Initializes a new instance of the class. + + + + + + Constructor + + A message to include with the exception. + + + Initializes a new instance of the class + with the specified message. + + + + + + Constructor + + A message to include with the exception. + A nested exception to include. + + + Initializes a new instance of the class + with the specified message and inner exception. + + + + + + Serialization constructor + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + + + Initializes a new instance of the class + with serialized data. + + + + + + Creates a new instance of the class. + + The conversion destination type. + The value to convert. + An instance of the . + + + Creates a new instance of the class. + + + + + + Creates a new instance of the class. + + The conversion destination type. + The value to convert. + A nested exception to include. + An instance of the . + + + Creates a new instance of the class. + + + + + + Register of type converters for specific types. + + + + Maintains a registry of type converters used to convert between + types. + + + Use the and + methods to register new converters. + The and methods + lookup appropriate converters to use. + + + + + Nicko Cadell + Gert Driesen + + + + Private constructor + + + Initializes a new instance of the class. + + + + + Static constructor. + + + + This constructor defines the intrinsic type converters. + + + + + + Adds a converter for a specific type. + + The type being converted to. + The type converter to use to convert to the destination type. + + + Adds a converter instance for a specific type. + + + + + + Adds a converter for a specific type. + + The type being converted to. + The type of the type converter to use to convert to the destination type. + + + Adds a converter for a specific type. + + + + + + Gets the type converter to use to convert values to the destination type. + + The type being converted from. + The type being converted to. + + The type converter instance to use for type conversions or null + if no type converter is found. + + + + Gets the type converter to use to convert values to the destination type. + + + + + + Gets the type converter to use to convert values to the destination type. + + The type being converted to. + + The type converter instance to use for type conversions or null + if no type converter is found. + + + + Gets the type converter to use to convert values to the destination type. + + + + + + Lookups the type converter to use as specified by the attributes on the + destination type. + + The type being converted to. + + The type converter instance to use for type conversions or null + if no type converter is found. + + + + + Creates the instance of the type converter. + + The type of the type converter. + + The type converter instance to use for type conversions or null + if no type converter is found. + + + + The type specified for the type converter must implement + the or interfaces + and must have a public default (no argument) constructor. + + + + + + Mapping from to type converter. + + + + + Supports conversion from string to type. + + + + Supports conversion from string to type. + + + + + + Nicko Cadell + Gert Driesen + + + + Can the source type be converted to the type supported by this object + + the type to convert + true if the conversion is possible + + + Returns true if the is + the type. + + + + + + Overrides the ConvertFrom method of IConvertFrom. + + the object to convert to an encoding + the encoding + + + Uses the method to + convert the argument to an . + + + + The object cannot be converted to the + target type. To check for this condition use the + method. + + + + + Interface supported by type converters + + + + This interface supports conversion from a single type to arbitrary types. + See . + + + Nicko Cadell + + + + Returns whether this converter can convert the object to the specified type + + A Type that represents the type you want to convert to + true if the conversion is possible + + + Test if the type supported by this converter can be converted to the + . + + + + + + Converts the given value object to the specified type, using the arguments + + the object to convert + The Type to convert the value parameter to + the converted object + + + Converts the (which must be of the type supported + by this converter) to the specified.. + + + + + + Supports conversion from string to type. + + + + Supports conversion from string to type. + + + + + Nicko Cadell + + + + Can the source type be converted to the type supported by this object + + the type to convert + true if the conversion is possible + + + Returns true if the is + the type. + + + + + + Overrides the ConvertFrom method of IConvertFrom. + + the object to convert to an IPAddress + the IPAddress + + + Uses the method to convert the + argument to an . + If that fails then the string is resolved as a DNS hostname. + + + + The object cannot be converted to the + target type. To check for this condition use the + method. + + + + + Valid characters in an IPv4 or IPv6 address string. (Does not support subnets) + + + + + Supports conversion from string to type. + + + + Supports conversion from string to type. + + + The string is used as the + of the . + + + + + + Nicko Cadell + + + + Can the source type be converted to the type supported by this object + + the type to convert + true if the conversion is possible + + + Returns true if the is + the type. + + + + + + Overrides the ConvertFrom method of IConvertFrom. + + the object to convert to a PatternLayout + the PatternLayout + + + Creates and returns a new using + the as the + . + + + + The object cannot be converted to the + target type. To check for this condition use the + method. + + + + + Convert between string and + + + + Supports conversion from string to type, + and from a type to a string. + + + The string is used as the + of the . + + + + + + Nicko Cadell + + + + Can the target type be converted to the type supported by this object + + A that represents the type you want to convert to + true if the conversion is possible + + + Returns true if the is + assignable from a type. + + + + + + Converts the given value object to the specified type, using the arguments + + the object to convert + The Type to convert the value parameter to + the converted object + + + Uses the method to convert the + argument to a . + + + + The object cannot be converted to the + . To check for this condition use the + method. + + + + + Can the source type be converted to the type supported by this object + + the type to convert + true if the conversion is possible + + + Returns true if the is + the type. + + + + + + Overrides the ConvertFrom method of IConvertFrom. + + the object to convert to a PatternString + the PatternString + + + Creates and returns a new using + the as the + . + + + + The object cannot be converted to the + target type. To check for this condition use the + method. + + + + + Supports conversion from string to type. + + + + Supports conversion from string to type. + + + + + + Nicko Cadell + + + + Can the source type be converted to the type supported by this object + + the type to convert + true if the conversion is possible + + + Returns true if the is + the type. + + + + + + Overrides the ConvertFrom method of IConvertFrom. + + the object to convert to a Type + the Type + + + Uses the method to convert the + argument to a . + Additional effort is made to locate partially specified types + by searching the loaded assemblies. + + + + The object cannot be converted to the + target type. To check for this condition use the + method. + + + + + Attribute used to associate a type converter + + + + Class and Interface level attribute that specifies a type converter + to use with the associated type. + + + To associate a type converter with a target type apply a + TypeConverterAttribute to the target type. Specify the + type of the type converter on the attribute. + + + Nicko Cadell + Gert Driesen + + + + The string type name of the type converter + + + + + Default constructor + + + + Default constructor + + + + + + Create a new type converter attribute for the specified type name + + The string type name of the type converter + + + The type specified must implement the + or the interfaces. + + + + + + Create a new type converter attribute for the specified type + + The type of the type converter + + + The type specified must implement the + or the interfaces. + + + + + + The string type name of the type converter + + + The string type name of the type converter + + + + The type specified must implement the + or the interfaces. + + + + + + A straightforward implementation of the interface. + + + + This is the default implementation of the + interface. Implementors of the interface + should aggregate an instance of this type. + + + Nicko Cadell + Gert Driesen + + + + Constructor + + + + Initializes a new instance of the class. + + + + + + Append on on all attached appenders. + + The event being logged. + The number of appenders called. + + + Calls the method on all + attached appenders. + + + + + + Append on on all attached appenders. + + The array of events being logged. + The number of appenders called. + + + Calls the method on all + attached appenders. + + + + + + Calls the DoAppende method on the with + the objects supplied. + + The appender + The events + + + If the supports the + interface then the will be passed + through using that interface. Otherwise the + objects in the array will be passed one at a time. + + + + + + Attaches an appender. + + The appender to add. + + + If the appender is already in the list it won't be added again. + + + + + + Gets an attached appender with the specified name. + + The name of the appender to get. + + The appender with the name specified, or null if no appender with the + specified name is found. + + + + Lookup an attached appender by name. + + + + + + Removes all attached appenders. + + + + Removes and closes all attached appenders + + + + + + Removes the specified appender from the list of attached appenders. + + The appender to remove. + The appender removed from the list + + + The appender removed is not closed. + If you are discarding the appender you must call + on the appender removed. + + + + + + Removes the appender with the specified name from the list of appenders. + + The name of the appender to remove. + The appender removed from the list + + + The appender removed is not closed. + If you are discarding the appender you must call + on the appender removed. + + + + + + List of appenders + + + + + Array of appenders, used to cache the m_appenderList + + + + + Gets all attached appenders. + + + A collection of attached appenders, or null if there + are no attached appenders. + + + + The read only collection of all currently attached appenders. + + + + + + This class aggregates several PropertiesDictionary collections together. + + + + Provides a dictionary style lookup over an ordered list of + collections. + + + Nicko Cadell + + + + Constructor + + + + Initializes a new instance of the class. + + + + + + Add a Properties Dictionary to this composite collection + + the properties to add + + + Properties dictionaries added first take precedence over dictionaries added + later. + + + + + + Flatten this composite collection into a single properties dictionary + + the flattened dictionary + + + Reduces the collection of ordered dictionaries to a single dictionary + containing the resultant values for the keys. + + + + + + Gets the value of a property + + + The value for the property with the specified key + + + + Looks up the value for the specified. + The collections are searched + in the order in which they were added to this collection. The value + returned is the value held by the first collection that contains + the specified key. + + + If none of the collections contain the specified key then + null is returned. + + + + + + Base class for Context Properties implementations + + + + This class defines a basic property get set accessor + + + Nicko Cadell + + + + Gets or sets the value of a property + + + The value for the property with the specified key + + + + Gets or sets the value of a property + + + + + + Subclass of that maintains a count of + the number of bytes written. + + + + This writer counts the number of bytes written. + + + Nicko Cadell + Gert Driesen + + + + that does not leak exceptions + + + + does not throw exceptions when things go wrong. + Instead, it delegates error handling to its . + + + Nicko Cadell + Gert Driesen + + + + Adapter that extends and forwards all + messages to an instance of . + + + + Adapter that extends and forwards all + messages to an instance of . + + + Nicko Cadell + + + + The writer to forward messages to + + + + + Create an instance of that forwards all + messages to a . + + The to forward to + + + Create an instance of that forwards all + messages to a . + + + + + + Closes the writer and releases any system resources associated with the writer + + + + + + + + + Dispose this writer + + flag indicating if we are being disposed + + + Dispose this writer + + + + + + Flushes any buffered output + + + + Clears all buffers for the writer and causes any buffered data to be written + to the underlying device + + + + + + Writes a character to the wrapped TextWriter + + the value to write to the TextWriter + + + Writes a character to the wrapped TextWriter + + + + + + Writes a character buffer to the wrapped TextWriter + + the data buffer + the start index + the number of characters to write + + + Writes a character buffer to the wrapped TextWriter + + + + + + Writes a string to the wrapped TextWriter + + the value to write to the TextWriter + + + Writes a string to the wrapped TextWriter + + + + + + Gets or sets the underlying . + + + The underlying . + + + + Gets or sets the underlying . + + + + + + The Encoding in which the output is written + + + The + + + + The Encoding in which the output is written + + + + + + Gets an object that controls formatting + + + The format provider + + + + Gets an object that controls formatting + + + + + + Gets or sets the line terminator string used by the TextWriter + + + The line terminator to use + + + + Gets or sets the line terminator string used by the TextWriter + + + + + + Constructor + + the writer to actually write to + the error handler to report error to + + + Create a new QuietTextWriter using a writer and error handler + + + + + + Writes a character to the underlying writer + + the char to write + + + Writes a character to the underlying writer + + + + + + Writes a buffer to the underlying writer + + the buffer to write + the start index to write from + the number of characters to write + + + Writes a buffer to the underlying writer + + + + + + Writes a string to the output. + + The string data to write to the output. + + + Writes a string to the output. + + + + + + Closes the underlying output writer. + + + + Closes the underlying output writer. + + + + + + The error handler instance to pass all errors to + + + + + Flag to indicate if this writer is closed + + + + + Gets or sets the error handler that all errors are passed to. + + + The error handler that all errors are passed to. + + + + Gets or sets the error handler that all errors are passed to. + + + + + + Gets a value indicating whether this writer is closed. + + + true if this writer is closed, otherwise false. + + + + Gets a value indicating whether this writer is closed. + + + + + + Constructor + + The to actually write to. + The to report errors to. + + + Creates a new instance of the class + with the specified and . + + + + + + Writes a character to the underlying writer and counts the number of bytes written. + + the char to write + + + Overrides implementation of . Counts + the number of bytes written. + + + + + + Writes a buffer to the underlying writer and counts the number of bytes written. + + the buffer to write + the start index to write from + the number of characters to write + + + Overrides implementation of . Counts + the number of bytes written. + + + + + + Writes a string to the output and counts the number of bytes written. + + The string data to write to the output. + + + Overrides implementation of . Counts + the number of bytes written. + + + + + + Total number of bytes written. + + + + + Gets or sets the total number of bytes written. + + + The total number of bytes written. + + + + Gets or sets the total number of bytes written. + + + + + + A fixed size rolling buffer of logging events. + + + + An array backed fixed size leaky bucket. + + + Nicko Cadell + Gert Driesen + + + + Constructor + + The maximum number of logging events in the buffer. + + + Initializes a new instance of the class with + the specified maximum number of buffered logging events. + + + The argument is not a positive integer. + + + + Appends a to the buffer. + + The event to append to the buffer. + The event discarded from the buffer, if the buffer is full, otherwise null. + + + Append an event to the buffer. If the buffer still contains free space then + null is returned. If the buffer is full then an event will be dropped + to make space for the new event, the event dropped is returned. + + + + + + Get and remove the oldest event in the buffer. + + The oldest logging event in the buffer + + + Gets the oldest (first) logging event in the buffer and removes it + from the buffer. + + + + + + Pops all the logging events from the buffer into an array. + + An array of all the logging events in the buffer. + + + Get all the events in the buffer and clear the buffer. + + + + + + Clear the buffer + + + + Clear the buffer of all events. The events in the buffer are lost. + + + + + + Gets the th oldest event currently in the buffer. + + The th oldest event currently in the buffer. + + + If is outside the range 0 to the number of events + currently in the buffer, then null is returned. + + + + + + Gets the maximum size of the buffer. + + The maximum size of the buffer. + + + Gets the maximum size of the buffer + + + + + + Gets the number of logging events in the buffer. + + The number of logging events in the buffer. + + + This number is guaranteed to be in the range 0 to + (inclusive). + + + + + + An always empty . + + + + A singleton implementation of the + interface that always represents an empty collection. + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + + Uses a private access modifier to enforce the singleton pattern. + + + + + + Copies the elements of the to an + , starting at a particular Array index. + + The one-dimensional + that is the destination of the elements copied from + . The Array must have zero-based + indexing. + The zero-based index in array at which + copying begins. + + + As the collection is empty no values are copied into the array. + + + + + + Returns an enumerator that can iterate through a collection. + + + An that can be used to + iterate through the collection. + + + + As the collection is empty a is returned. + + + + + + The singleton instance of the empty collection. + + + + + Gets the singleton instance of the empty collection. + + The singleton instance of the empty collection. + + + Gets the singleton instance of the empty collection. + + + + + + Gets a value indicating if access to the is synchronized (thread-safe). + + + true if access to the is synchronized (thread-safe); otherwise, false. + + + + For the this property is always true. + + + + + + Gets the number of elements contained in the . + + + The number of elements contained in the . + + + + As the collection is empty the is always 0. + + + + + + Gets an object that can be used to synchronize access to the . + + + An object that can be used to synchronize access to the . + + + + As the collection is empty and thread safe and synchronized this instance is also + the object. + + + + + + An always empty . + + + + A singleton implementation of the + interface that always represents an empty collection. + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + + Uses a private access modifier to enforce the singleton pattern. + + + + + + Copies the elements of the to an + , starting at a particular Array index. + + The one-dimensional + that is the destination of the elements copied from + . The Array must have zero-based + indexing. + The zero-based index in array at which + copying begins. + + + As the collection is empty no values are copied into the array. + + + + + + Returns an enumerator that can iterate through a collection. + + + An that can be used to + iterate through the collection. + + + + As the collection is empty a is returned. + + + + + + Adds an element with the provided key and value to the + . + + The to use as the key of the element to add. + The to use as the value of the element to add. + + + As the collection is empty no new values can be added. A + is thrown if this method is called. + + + This dictionary is always empty and cannot be modified. + + + + Removes all elements from the . + + + + As the collection is empty no values can be removed. A + is thrown if this method is called. + + + This dictionary is always empty and cannot be modified. + + + + Determines whether the contains an element + with the specified key. + + The key to locate in the . + false + + + As the collection is empty the method always returns false. + + + + + + Returns an enumerator that can iterate through a collection. + + + An that can be used to + iterate through the collection. + + + + As the collection is empty a is returned. + + + + + + Removes the element with the specified key from the . + + The key of the element to remove. + + + As the collection is empty no values can be removed. A + is thrown if this method is called. + + + This dictionary is always empty and cannot be modified. + + + + The singleton instance of the empty dictionary. + + + + + Gets the singleton instance of the . + + The singleton instance of the . + + + Gets the singleton instance of the . + + + + + + Gets a value indicating if access to the is synchronized (thread-safe). + + + true if access to the is synchronized (thread-safe); otherwise, false. + + + + For the this property is always true. + + + + + + Gets the number of elements contained in the + + + The number of elements contained in the . + + + + As the collection is empty the is always 0. + + + + + + Gets an object that can be used to synchronize access to the . + + + An object that can be used to synchronize access to the . + + + + As the collection is empty and thread safe and synchronized this instance is also + the object. + + + + + + Gets a value indicating whether the has a fixed size. + + true + + + As the collection is empty always returns true. + + + + + + Gets a value indicating whether the is read-only. + + true + + + As the collection is empty always returns true. + + + + + + Gets an containing the keys of the . + + An containing the keys of the . + + + As the collection is empty a is returned. + + + + + + Gets an containing the values of the . + + An containing the values of the . + + + As the collection is empty a is returned. + + + + + + Gets or sets the element with the specified key. + + The key of the element to get or set. + null + + + As the collection is empty no values can be looked up or stored. + If the index getter is called then null is returned. + A is thrown if the setter is called. + + + This dictionary is always empty and cannot be modified. + + + + Contain the information obtained when parsing formatting modifiers + in conversion modifiers. + + + + Holds the formatting information extracted from the format string by + the . This is used by the + objects when rendering the output. + + + Nicko Cadell + Gert Driesen + + + + Defaut Constructor + + + + Initializes a new instance of the class. + + + + + + Constructor + + + + Initializes a new instance of the class + with the specified parameters. + + + + + + Gets or sets the minimum value. + + + The minimum value. + + + + Gets or sets the minimum value. + + + + + + Gets or sets the maximum value. + + + The maximum value. + + + + Gets or sets the maximum value. + + + + + + Gets or sets a flag indicating whether left align is enabled + or not. + + + A flag indicating whether left align is enabled or not. + + + + Gets or sets a flag indicating whether left align is enabled or not. + + + + + + Implementation of Properties collection for the + + + + This class implements a properties collection that is thread safe and supports both + storing properties and capturing a read only copy of the current propertied. + + + This class is optimized to the scenario where the properties are read frequently + and are modified infrequently. + + + Nicko Cadell + + + + The read only copy of the properties. + + + + This variable is declared volatile to prevent the compiler and JIT from + reordering reads and writes of this thread performed on different threads. + + + + + + Lock object used to synchronize updates within this instance + + + + + Constructor + + + + Initializes a new instance of the class. + + + + + + Remove a property from the global context + + the key for the entry to remove + + + Removing an entry from the global context properties is relatively expensive compared + with reading a value. + + + + + + Clear the global context properties + + + + + Get a readonly immutable copy of the properties + + the current global context properties + + + This implementation is fast because the GlobalContextProperties class + stores a readonly copy of the properties. + + + + + + Gets or sets the value of a property + + + The value for the property with the specified key + + + + Reading the value for a key is faster than setting the value. + When the value is written a new read only copy of + the properties is created. + + + + + + Manages a mapping from levels to + + + + Manages an ordered mapping from instances + to subclasses. + + + Nicko Cadell + + + + Default constructor + + + + Initialise a new instance of . + + + + + + Add a to this mapping + + the entry to add + + + If a has previously been added + for the same then that entry will be + overwritten. + + + + + + Lookup the mapping for the specified level + + the level to lookup + the for the level or null if no mapping found + + + Lookup the value for the specified level. Finds the nearest + mapping value for the level that is equal to or less than the + specified. + + + If no mapping could be found then null is returned. + + + + + + Initialize options + + + + Caches the sorted list of in an array + + + + + + Implementation of Properties collection for the + + + + Class implements a collection of properties that is specific to each thread. + The class is not synchronized as each thread has its own . + + + Nicko Cadell + + + + Constructor + + + + Initializes a new instance of the class. + + + + + + Remove a property + + the key for the entry to remove + + + Remove the value for the specified from the context. + + + + + + Clear all the context properties + + + + Clear all the context properties + + + + + + Get the PropertiesDictionary stored in the LocalDataStoreSlot for this thread. + + create the dictionary if it does not exist, otherwise return null if is does not exist + the properties for this thread + + + The collection returned is only to be used on the calling thread. If the + caller needs to share the collection between different threads then the + caller must clone the collection before doings so. + + + + + + Gets or sets the value of a property + + + The value for the property with the specified key + + + + Get or set the property value for the specified. + + + + + + Outputs log statements from within the log4net assembly. + + + + Log4net components cannot make log4net logging calls. However, it is + sometimes useful for the user to learn about what log4net is + doing. + + + All log4net internal debug calls go to the standard output stream + whereas internal error messages are sent to the standard error output + stream. + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + + Uses a private access modifier to prevent instantiation of this class. + + + + + + Static constructor that initializes logging by reading + settings from the application configuration file. + + + + The log4net.Internal.Debug application setting + controls internal debugging. This setting should be set + to true to enable debugging. + + + The log4net.Internal.Quiet application setting + suppresses all internal logging including error messages. + This setting should be set to true to enable message + suppression. + + + + + + Writes log4net internal debug messages to the + standard output stream. + + The message to log. + + + All internal debug messages are prepended with + the string "log4net: ". + + + + + + Writes log4net internal debug messages to the + standard output stream. + + The message to log. + An exception to log. + + + All internal debug messages are prepended with + the string "log4net: ". + + + + + + Writes log4net internal warning messages to the + standard error stream. + + The message to log. + + + All internal warning messages are prepended with + the string "log4net:WARN ". + + + + + + Writes log4net internal warning messages to the + standard error stream. + + The message to log. + An exception to log. + + + All internal warning messages are prepended with + the string "log4net:WARN ". + + + + + + Writes log4net internal error messages to the + standard error stream. + + The message to log. + + + All internal error messages are prepended with + the string "log4net:ERROR ". + + + + + + Writes log4net internal error messages to the + standard error stream. + + The message to log. + An exception to log. + + + All internal debug messages are prepended with + the string "log4net:ERROR ". + + + + + + Writes output to the standard output stream. + + The message to log. + + + Writes to both Console.Out and System.Diagnostics.Trace. + Note that the System.Diagnostics.Trace is not supported + on the Compact Framework. + + + If the AppDomain is not configured with a config file then + the call to System.Diagnostics.Trace may fail. This is only + an issue if you are programmatically creating your own AppDomains. + + + + + + Writes output to the standard error stream. + + The message to log. + + + Writes to both Console.Error and System.Diagnostics.Trace. + Note that the System.Diagnostics.Trace is not supported + on the Compact Framework. + + + If the AppDomain is not configured with a config file then + the call to System.Diagnostics.Trace may fail. This is only + an issue if you are programmatically creating your own AppDomains. + + + + + + Default debug level + + + + + In quietMode not even errors generate any output. + + + + + Gets or sets a value indicating whether log4net internal logging + is enabled or disabled. + + + true if log4net internal logging is enabled, otherwise + false. + + + + When set to true, internal debug level logging will be + displayed. + + + This value can be set by setting the application setting + log4net.Internal.Debug in the application configuration + file. + + + The default value is false, i.e. debugging is + disabled. + + + + + The following example enables internal debugging using the + application configuration file : + + + + + + + + + + + + + Gets or sets a value indicating whether log4net should generate no output + from internal logging, not even for errors. + + + true if log4net should generate no output at all from internal + logging, otherwise false. + + + + When set to true will cause internal logging at all levels to be + suppressed. This means that no warning or error reports will be logged. + This option overrides the setting and + disables all debug also. + + This value can be set by setting the application setting + log4net.Internal.Quiet in the application configuration file. + + + The default value is false, i.e. internal logging is not + disabled. + + + + The following example disables internal logging using the + application configuration file : + + + + + + + + + + + + Test if LogLog.Debug is enabled for output. + + + true if Debug is enabled + + + + Test if LogLog.Debug is enabled for output. + + + + + + Test if LogLog.Warn is enabled for output. + + + true if Warn is enabled + + + + Test if LogLog.Warn is enabled for output. + + + + + + Test if LogLog.Error is enabled for output. + + + true if Error is enabled + + + + Test if LogLog.Error is enabled for output. + + + + + + Represents a native error code and message. + + + + Represents a Win32 platform native error. + + + Nicko Cadell + Gert Driesen + + + + Create an instance of the class with the specified + error number and message. + + The number of the native error. + The message of the native error. + + + Create an instance of the class with the specified + error number and message. + + + + + + Create a new instance of the class for the last Windows error. + + + An instance of the class for the last windows error. + + + + The message for the error number is lookup up using the + native Win32 FormatMessage function. + + + + + + Create a new instance of the class. + + the error number for the native error + + An instance of the class for the specified + error number. + + + + The message for the specified error number is lookup up using the + native Win32 FormatMessage function. + + + + + + Retrieves the message corresponding with a Win32 message identifier. + + Message identifier for the requested message. + + The message corresponding with the specified message identifier. + + + + The message will be searched for in system message-table resource(s) + using the native FormatMessage function. + + + + + + Return error information string + + error information string + + + Return error information string + + + + + + Formats a message string. + + Formatting options, and how to interpret the parameter. + Location of the message definition. + Message identifier for the requested message. + Language identifier for the requested message. + If includes FORMAT_MESSAGE_ALLOCATE_BUFFER, the function allocates a buffer using the LocalAlloc function, and places the pointer to the buffer at the address specified in . + If the FORMAT_MESSAGE_ALLOCATE_BUFFER flag is not set, this parameter specifies the maximum number of TCHARs that can be stored in the output buffer. If FORMAT_MESSAGE_ALLOCATE_BUFFER is set, this parameter specifies the minimum number of TCHARs to allocate for an output buffer. + Pointer to an array of values that are used as insert values in the formatted message. + + + The function requires a message definition as input. The message definition can come from a + buffer passed into the function. It can come from a message table resource in an + already-loaded module. Or the caller can ask the function to search the system's message + table resource(s) for the message definition. The function finds the message definition + in a message table resource based on a message identifier and a language identifier. + The function copies the formatted message text to an output buffer, processing any embedded + insert sequences if requested. + + + To prevent the usage of unsafe code, this stub does not support inserting values in the formatted message. + + + + + If the function succeeds, the return value is the number of TCHARs stored in the output + buffer, excluding the terminating null character. + + + If the function fails, the return value is zero. To get extended error information, + call . + + + + + + Gets the number of the native error. + + + The number of the native error. + + + + Gets the number of the native error. + + + + + + Gets the message of the native error. + + + The message of the native error. + + + + + Gets the message of the native error. + + + + + An always empty . + + + + A singleton implementation of the over a collection + that is empty and not modifiable. + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + + Uses a private access modifier to enforce the singleton pattern. + + + + + + Test if the enumerator can advance, if so advance. + + false as the cannot advance. + + + As the enumerator is over an empty collection its + value cannot be moved over a valid position, therefore + will always return false. + + + + + + Resets the enumerator back to the start. + + + + As the enumerator is over an empty collection does nothing. + + + + + + The singleton instance of the . + + + + + Gets the singleton instance of the . + + The singleton instance of the . + + + Gets the singleton instance of the . + + + + + + Gets the current object from the enumerator. + + + Throws an because the + never has a current value. + + + + As the enumerator is over an empty collection its + value cannot be moved over a valid position, therefore + will throw an . + + + The collection is empty and + cannot be positioned over a valid location. + + + + Gets the current key from the enumerator. + + + Throws an exception because the + never has a current value. + + + + As the enumerator is over an empty collection its + value cannot be moved over a valid position, therefore + will throw an . + + + The collection is empty and + cannot be positioned over a valid location. + + + + Gets the current value from the enumerator. + + The current value from the enumerator. + + Throws an because the + never has a current value. + + + + As the enumerator is over an empty collection its + value cannot be moved over a valid position, therefore + will throw an . + + + The collection is empty and + cannot be positioned over a valid location. + + + + Gets the current entry from the enumerator. + + + Throws an because the + never has a current entry. + + + + As the enumerator is over an empty collection its + value cannot be moved over a valid position, therefore + will throw an . + + + The collection is empty and + cannot be positioned over a valid location. + + + + An always empty . + + + + A singleton implementation of the over a collection + that is empty and not modifiable. + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + + Uses a private access modifier to enforce the singleton pattern. + + + + + + Test if the enumerator can advance, if so advance + + false as the cannot advance. + + + As the enumerator is over an empty collection its + value cannot be moved over a valid position, therefore + will always return false. + + + + + + Resets the enumerator back to the start. + + + + As the enumerator is over an empty collection does nothing. + + + + + + The singleton instance of the . + + + + + Get the singleton instance of the . + + The singleton instance of the . + + + Gets the singleton instance of the . + + + + + + Gets the current object from the enumerator. + + + Throws an because the + never has a current value. + + + + As the enumerator is over an empty collection its + value cannot be moved over a valid position, therefore + will throw an . + + + The collection is empty and + cannot be positioned over a valid location. + + + + A SecurityContext used when a SecurityContext is not required + + + + The is a no-op implementation of the + base class. It is used where a + is required but one has not been provided. + + + Nicko Cadell + + + + Singleton instance of + + + + Singleton instance of + + + + + + Private constructor + + + + Private constructor for singleton pattern. + + + + + + Impersonate this SecurityContext + + State supplied by the caller + null + + + No impersonation is done and null is always returned. + + + + + + Implements log4net's default error handling policy which consists + of emitting a message for the first error in an appender and + ignoring all subsequent errors. + + + + The error message is printed on the standard error output stream. + + + This policy aims at protecting an otherwise working application + from being flooded with error messages when logging fails. + + + Nicko Cadell + Gert Driesen + + + + Default Constructor + + + + Initializes a new instance of the class. + + + + + + Constructor + + The prefix to use for each message. + + + Initializes a new instance of the class + with the specified prefix. + + + + + + Log an Error + + The error message. + The exception. + The internal error code. + + + Prints the message and the stack trace of the exception on the standard + error output stream. + + + + + + Log an Error + + The error message. + The exception. + + + Prints the message and the stack trace of the exception on the standard + error output stream. + + + + + + Log an error + + The error message. + + + Print a the error message passed as parameter on the standard + error output stream. + + + + + + Flag to indicate if it is the first error + + + + + String to prefix each message with + + + + + Is error logging enabled + + + + Is error logging enabled. Logging is only enabled for the + first error delivered to the . + + + + + + A convenience class to convert property values to specific types. + + + + Utility functions for converting types and parsing values. + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + + Uses a private access modifier to prevent instantiation of this class. + + + + + + Converts a string to a value. + + String to convert. + The default value. + The value of . + + + If is "true", then true is returned. + If is "false", then false is returned. + Otherwise, is returned. + + + + + + Parses a file size into a number. + + String to parse. + The default value. + The value of . + + + Parses a file size of the form: number[KB|MB|GB] into a + long value. It is scaled with the appropriate multiplier. + + + is returned when + cannot be converted to a value. + + + + + + Converts a string to an object. + + The target type to convert to. + The string to convert to an object. + + The object converted from a string or null when the + conversion failed. + + + + Converts a string to an object. Uses the converter registry to try + to convert the string value into the specified target type. + + + + + + Checks if there is an appropriate type conversion from the source type to the target type. + + The type to convert from. + The type to convert to. + true if there is a conversion from the source type to the target type. + + Checks if there is an appropriate type conversion from the source type to the target type. + + + + + + + Converts an object to the target type. + + The object to convert to the target type. + The type to convert to. + The converted object. + + + Converts an object to the target type. + + + + + + Instantiates an object given a class name. + + The fully qualified class name of the object to instantiate. + The class to which the new object should belong. + The object to return in case of non-fulfillment. + + An instance of the or + if the object could not be instantiated. + + + + Checks that the is a subclass of + . If that test fails or the object could + not be instantiated, then is returned. + + + + + + Performs variable substitution in string from the + values of keys found in . + + The string on which variable substitution is performed. + The dictionary to use to lookup variables. + The result of the substitutions. + + + The variable substitution delimiters are ${ and }. + + + For example, if props contains key=value, then the call + + + + string s = OptionConverter.SubstituteVariables("Value of key is ${key}."); + + + + will set the variable s to "Value of key is value.". + + + If no value could be found for the specified key, then substitution + defaults to an empty string. + + + For example, if system properties contains no value for the key + "nonExistentKey", then the call + + + + string s = OptionConverter.SubstituteVariables("Value of nonExistentKey is [${nonExistentKey}]"); + + + + will set s to "Value of nonExistentKey is []". + + + An Exception is thrown if contains a start + delimiter "${" which is not balanced by a stop delimiter "}". + + + + + + Converts the string representation of the name or numeric value of one or + more enumerated constants to an equivalent enumerated object. + + The type to convert to. + The enum string value. + If true, ignore case; otherwise, regard case. + An object of type whose value is represented by . + + + + Most of the work of the class + is delegated to the PatternParser class. + + + + The PatternParser processes a pattern string and + returns a chain of objects. + + + Nicko Cadell + Gert Driesen + + + + Constructor + + The pattern to parse. + + + Initializes a new instance of the class + with the specified pattern string. + + + + + + Parses the pattern into a chain of pattern converters. + + The head of a chain of pattern converters. + + + Parses the pattern into a chain of pattern converters. + + + + + + Build the unified cache of converters from the static and instance maps + + the list of all the converter names + + + Build the unified cache of converters from the static and instance maps + + + + + + Internal method to parse the specified pattern to find specified matches + + the pattern to parse + the converter names to match in the pattern + + + The matches param must be sorted such that longer strings come before shorter ones. + + + + + + Process a parsed literal + + the literal text + + + + Process a parsed converter pattern + + the name of the converter + the optional option for the converter + the formatting info for the converter + + + + Resets the internal state of the parser and adds the specified pattern converter + to the chain. + + The pattern converter to add. + + + + The first pattern converter in the chain + + + + + the last pattern converter in the chain + + + + + The pattern + + + + + Internal map of converter identifiers to converter types + + + + This map overrides the static s_globalRulesRegistry map. + + + + + + Get the converter registry used by this parser + + + The converter registry used by this parser + + + + Get the converter registry used by this parser + + + + + + Sort strings by length + + + + that orders strings by string length. + The longest strings are placed first + + + + + + This class implements a patterned string. + + + + This string has embedded patterns that are resolved and expanded + when the string is formatted. + + + This class functions similarly to the + in that it accepts a pattern and renders it to a string. Unlike the + however the PatternString + does not render the properties of a specific but + of the process in general. + + + The recognized conversion pattern names are: + + + + Conversion Pattern Name + Effect + + + appdomain + + + Used to output the friendly name of the current AppDomain. + + + + + date + + + Used to output the date of the logging event in the local time zone. + To output the date in universal time use the %utcdate pattern. + The date conversion + specifier may be followed by a date format specifier enclosed + between braces. For example, %date{HH:mm:ss,fff} or + %date{dd MMM yyyy HH:mm:ss,fff}. If no date format specifier is + given then ISO8601 format is + assumed (). + + + The date format specifier admits the same syntax as the + time pattern string of the . + + + For better results it is recommended to use the log4net date + formatters. These can be specified using one of the strings + "ABSOLUTE", "DATE" and "ISO8601" for specifying + , + and respectively + . For example, + %date{ISO8601} or %date{ABSOLUTE}. + + + These dedicated date formatters perform significantly + better than . + + + + + env + + + Used to output the a specific environment variable. The key to + lookup must be specified within braces and directly following the + pattern specifier, e.g. %env{COMPUTERNAME} would include the value + of the COMPUTERNAME environment variable. + + + The env pattern is not supported on the .NET Compact Framework. + + + + + identity + + + Used to output the user name for the currently active user + (Principal.Identity.Name). + + + + + newline + + + Outputs the platform dependent line separator character or + characters. + + + This conversion pattern name offers the same performance as using + non-portable line separator strings such as "\n", or "\r\n". + Thus, it is the preferred way of specifying a line separator. + + + + + processid + + + Used to output the system process ID for the current process. + + + + + property + + + Used to output a specific context property. The key to + lookup must be specified within braces and directly following the + pattern specifier, e.g. %property{user} would include the value + from the property that is keyed by the string 'user'. Each property value + that is to be included in the log must be specified separately. + Properties are stored in logging contexts. By default + the log4net:HostName property is set to the name of machine on + which the event was originally logged. + + + If no key is specified, e.g. %property then all the keys and their + values are printed in a comma separated list. + + + The properties of an event are combined from a number of different + contexts. These are listed below in the order in which they are searched. + + + + the thread properties + + The that are set on the current + thread. These properties are shared by all events logged on this thread. + + + + the global properties + + The that are set globally. These + properties are shared by all the threads in the AppDomain. + + + + + + + random + + + Used to output a random string of characters. The string is made up of + uppercase letters and numbers. By default the string is 4 characters long. + The length of the string can be specified within braces directly following the + pattern specifier, e.g. %random{8} would output an 8 character string. + + + + + username + + + Used to output the WindowsIdentity for the currently + active user. + + + + + utcdate + + + Used to output the date of the logging event in universal time. + The date conversion + specifier may be followed by a date format specifier enclosed + between braces. For example, %utcdate{HH:mm:ss,fff} or + %utcdate{dd MMM yyyy HH:mm:ss,fff}. If no date format specifier is + given then ISO8601 format is + assumed (). + + + The date format specifier admits the same syntax as the + time pattern string of the . + + + For better results it is recommended to use the log4net date + formatters. These can be specified using one of the strings + "ABSOLUTE", "DATE" and "ISO8601" for specifying + , + and respectively + . For example, + %utcdate{ISO8601} or %utcdate{ABSOLUTE}. + + + These dedicated date formatters perform significantly + better than . + + + + + % + + + The sequence %% outputs a single percent sign. + + + + + + Additional pattern converters may be registered with a specific + instance using or + . + + + See the for details on the + format modifiers supported by the patterns. + + + Nicko Cadell + + + + Internal map of converter identifiers to converter types. + + + + + the pattern + + + + + the head of the pattern converter chain + + + + + patterns defined on this PatternString only + + + + + Initialize the global registry + + + + + Default constructor + + + + Initialize a new instance of + + + + + + Constructs a PatternString + + The pattern to use with this PatternString + + + Initialize a new instance of with the pattern specified. + + + + + + Initialize object options + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + + + + Create the used to parse the pattern + + the pattern to parse + The + + + Returns PatternParser used to parse the conversion string. Subclasses + may override this to return a subclass of PatternParser which recognize + custom conversion pattern name. + + + + + + Produces a formatted string as specified by the conversion pattern. + + The TextWriter to write the formatted event to + + + Format the pattern to the . + + + + + + Format the pattern as a string + + the pattern formatted as a string + + + Format the pattern to a string. + + + + + + Add a converter to this PatternString + + the converter info + + + This version of the method is used by the configurator. + Programmatic users should use the alternative method. + + + + + + Add a converter to this PatternString + + the name of the conversion pattern for this converter + the type of the converter + + + Add a converter to this PatternString + + + + + + Gets or sets the pattern formatting string + + + The pattern formatting string + + + + The ConversionPattern option. This is the string which + controls formatting and consists of a mix of literal content and + conversion specifiers. + + + + + + Wrapper class used to map converter names to converter types + + + + Wrapper class used to map converter names to converter types + + + + + + default constructor + + + + + Gets or sets the name of the conversion pattern + + + The name of the conversion pattern + + + + Gets or sets the name of the conversion pattern + + + + + + Gets or sets the type of the converter + + + The type of the converter + + + + Gets or sets the type of the converter + + + + + + String keyed object map. + + + + While this collection is serializable only member + objects that are serializable will + be serialized along with this collection. + + + Nicko Cadell + Gert Driesen + + + + String keyed object map that is read only. + + + + This collection is readonly and cannot be modified. + + + While this collection is serializable only member + objects that are serializable will + be serialized along with this collection. + + + Nicko Cadell + Gert Driesen + + + + The Hashtable used to store the properties data + + + + + Constructor + + + + Initializes a new instance of the class. + + + + + + Copy Constructor + + properties to copy + + + Initializes a new instance of the class. + + + + + + Deserialization constructor + + The that holds the serialized object data. + The that contains contextual information about the source or destination. + + + Initializes a new instance of the class + with serialized data. + + + + + + Gets the key names. + + An array of all the keys. + + + Gets the key names. + + + + + + Test if the dictionary contains a specified key + + the key to look for + true if the dictionary contains the specified key + + + Test if the dictionary contains a specified key + + + + + + Serializes this object into the provided. + + The to populate with data. + The destination for this serialization. + + + Serializes this object into the provided. + + + + + + See + + + + + See + + + + + + See + + + + + + + Remove all properties from the properties collection + + + + + See + + + + + + + See + + + + + + + See + + + + + Gets or sets the value of the property with the specified key. + + + The value of the property with the specified key. + + The key of the property to get or set. + + + The property value will only be serialized if it is serializable. + If it cannot be serialized it will be silently ignored if + a serialization operation is performed. + + + + + + The hashtable used to store the properties + + + The internal collection used to store the properties + + + + The hashtable used to store the properties + + + + + + See + + + + + See + + + + + See + + + + + See + + + + + See + + + + + See + + + + + The number of properties in this collection + + + + + See + + + + + Constructor + + + + Initializes a new instance of the class. + + + + + + Constructor + + properties to copy + + + Initializes a new instance of the class. + + + + + + Initializes a new instance of the class + with serialized data. + + The that holds the serialized object data. + The that contains contextual information about the source or destination. + + + Because this class is sealed the serialization constructor is private. + + + + + + Remove the entry with the specified key from this dictionary + + the key for the entry to remove + + + Remove the entry with the specified key from this dictionary + + + + + + See + + an enumerator + + + Returns a over the contest of this collection. + + + + + + See + + the key to remove + + + Remove the entry with the specified key from this dictionary + + + + + + See + + the key to lookup in the collection + true if the collection contains the specified key + + + Test if this collection contains a specified key. + + + + + + Remove all properties from the properties collection + + + + Remove all properties from the properties collection + + + + + + See + + the key + the value to store for the key + + + Store a value for the specified . + + + Thrown if the is not a string + + + + See + + + + + + + See + + + + + Gets or sets the value of the property with the specified key. + + + The value of the property with the specified key. + + The key of the property to get or set. + + + The property value will only be serialized if it is serializable. + If it cannot be serialized it will be silently ignored if + a serialization operation is performed. + + + + + + See + + + false + + + + This collection is modifiable. This property always + returns false. + + + + + + See + + + The value for the key specified. + + + + Get or set a value for the specified . + + + Thrown if the is not a string + + + + See + + + + + See + + + + + See + + + + + See + + + + + See + + + + + A that ignores the message + + + + This writer is used in special cases where it is necessary + to protect a writer from being closed by a client. + + + Nicko Cadell + + + + Constructor + + the writer to actually write to + + + Create a new ProtectCloseTextWriter using a writer + + + + + + Attach this instance to a different underlying + + the writer to attach to + + + Attach this instance to a different underlying + + + + + + Does not close the underlying output writer. + + + + Does not close the underlying output writer. + This method does nothing. + + + + + + Defines a lock that supports single writers and multiple readers + + + + ReaderWriterLock is used to synchronize access to a resource. + At any given time, it allows either concurrent read access for + multiple threads, or write access for a single thread. In a + situation where a resource is changed infrequently, a + ReaderWriterLock provides better throughput than a simple + one-at-a-time lock, such as . + + + If a platform does not support a System.Threading.ReaderWriterLock + implementation then all readers and writers are serialized. Therefore + the caller must not rely on multiple simultaneous readers. + + + Nicko Cadell + + + + Constructor + + + + Initializes a new instance of the class. + + + + + + Acquires a reader lock + + + + blocks if a different thread has the writer + lock, or if at least one thread is waiting for the writer lock. + + + + + + Decrements the lock count + + + + decrements the lock count. When the count + reaches zero, the lock is released. + + + + + + Acquires the writer lock + + + + This method blocks if another thread has a reader lock or writer lock. + + + + + + Decrements the lock count on the writer lock + + + + ReleaseWriterLock decrements the writer lock count. + When the count reaches zero, the writer lock is released. + + + + + + A that can be and reused + + + + A that can be and reused. + This uses a single buffer for string operations. + + + Nicko Cadell + + + + Create an instance of + + the format provider to use + + + Create an instance of + + + + + + Override Dispose to prevent closing of writer + + flag + + + Override Dispose to prevent closing of writer + + + + + + Reset this string writer so that it can be reused. + + the maximum buffer capacity before it is trimmed + the default size to make the buffer + + + Reset this string writer so that it can be reused. + The internal buffers are cleared and reset. + + + + + + Utility class for system specific information. + + + + Utility class of static methods for system specific information. + + + Nicko Cadell + Gert Driesen + Alexey Solofnenko + + + + Private constructor to prevent instances. + + + + Only static methods are exposed from this type. + + + + + + Initialize default values for private static fields. + + + + Only static methods are exposed from this type. + + + + + + Gets the assembly location path for the specified assembly. + + The assembly to get the location for. + The location of the assembly. + + + This method does not guarantee to return the correct path + to the assembly. If only tries to give an indication as to + where the assembly was loaded from. + + + + + + Gets the fully qualified name of the , including + the name of the assembly from which the was + loaded. + + The to get the fully qualified name for. + The fully qualified name for the . + + + This is equivalent to the Type.AssemblyQualifiedName property, + but this method works on the .NET Compact Framework 1.0 as well as + the full .NET runtime. + + + + + + Gets the short name of the . + + The to get the name for. + The short name of the . + + + The short name of the assembly is the + without the version, culture, or public key. i.e. it is just the + assembly's file name without the extension. + + + Use this rather than Assembly.GetName().Name because that + is not available on the Compact Framework. + + + Because of a FileIOPermission security demand we cannot do + the obvious Assembly.GetName().Name. We are allowed to get + the of the assembly so we + start from there and strip out just the assembly name. + + + + + + Gets the file name portion of the , including the extension. + + The to get the file name for. + The file name of the assembly. + + + Gets the file name portion of the , including the extension. + + + + + + Loads the type specified in the type string. + + A sibling type to use to load the type. + The name of the type to load. + Flag set to true to throw an exception if the type cannot be loaded. + true to ignore the case of the type name; otherwise, false + The type loaded or null if it could not be loaded. + + + If the type name is fully qualified, i.e. if contains an assembly name in + the type name, the type will be loaded from the system using + . + + + If the type name is not fully qualified, it will be loaded from the assembly + containing the specified relative type. If the type is not found in the assembly + then all the loaded assemblies will be searched for the type. + + + + + + Loads the type specified in the type string. + + The name of the type to load. + Flag set to true to throw an exception if the type cannot be loaded. + true to ignore the case of the type name; otherwise, false + The type loaded or null if it could not be loaded. + + + If the type name is fully qualified, i.e. if contains an assembly name in + the type name, the type will be loaded from the system using + . + + + If the type name is not fully qualified it will be loaded from the + assembly that is directly calling this method. If the type is not found + in the assembly then all the loaded assemblies will be searched for the type. + + + + + + Loads the type specified in the type string. + + An assembly to load the type from. + The name of the type to load. + Flag set to true to throw an exception if the type cannot be loaded. + true to ignore the case of the type name; otherwise, false + The type loaded or null if it could not be loaded. + + + If the type name is fully qualified, i.e. if contains an assembly name in + the type name, the type will be loaded from the system using + . + + + If the type name is not fully qualified it will be loaded from the specified + assembly. If the type is not found in the assembly then all the loaded assemblies + will be searched for the type. + + + + + + Generate a new guid + + A new Guid + + + Generate a new guid + + + + + + Create an + + The name of the parameter that caused the exception + The value of the argument that causes this exception + The message that describes the error + the ArgumentOutOfRangeException object + + + Create a new instance of the class + with a specified error message, the parameter name, and the value + of the argument. + + + The Compact Framework does not support the 3 parameter constructor for the + type. This method provides an + implementation that works for all platforms. + + + + + + Parse a string into an value + + the string to parse + out param where the parsed value is placed + true if the string was able to be parsed into an integer + + + Attempts to parse the string into an integer. If the string cannot + be parsed then this method returns false. The method does not throw an exception. + + + + + + Parse a string into an value + + the string to parse + out param where the parsed value is placed + true if the string was able to be parsed into an integer + + + Attempts to parse the string into an integer. If the string cannot + be parsed then this method returns false. The method does not throw an exception. + + + + + + Lookup an application setting + + the application settings key to lookup + the value for the key, or null + + + Configuration APIs are not supported under the Compact Framework + + + + + + Convert a path into a fully qualified local file path. + + The path to convert. + The fully qualified path. + + + Converts the path specified to a fully + qualified path. If the path is relative it is + taken as relative from the application base + directory. + + + The path specified must be a local file path, a URI is not supported. + + + + + + Creates a new case-insensitive instance of the class with the default initial capacity. + + A new case-insensitive instance of the class with the default initial capacity + + + The new Hashtable instance uses the default load factor, the CaseInsensitiveHashCodeProvider, and the CaseInsensitiveComparer. + + + + + + Gets an empty array of types. + + + + The Type.EmptyTypes field is not available on + the .NET Compact Framework 1.0. + + + + + + Cache the host name for the current machine + + + + + Cache the application friendly name + + + + + Text to output when a null is encountered. + + + + + Text to output when an unsupported feature is requested. + + + + + Start time for the current process. + + + + + Gets the system dependent line terminator. + + + The system dependent line terminator. + + + + Gets the system dependent line terminator. + + + + + + Gets the base directory for this . + + The base directory path for the current . + + + Gets the base directory for this . + + + The value returned may be either a local file path or a URI. + + + + + + Gets the path to the configuration file for the current . + + The path to the configuration file for the current . + + + The .NET Compact Framework 1.0 does not have a concept of a configuration + file. For this runtime, we use the entry assembly location as the root for + the configuration file name. + + + The value returned may be either a local file path or a URI. + + + + + + Gets the path to the file that first executed in the current . + + The path to the entry assembly. + + + Gets the path to the file that first executed in the current . + + + + + + Gets the ID of the current thread. + + The ID of the current thread. + + + On the .NET framework, the AppDomain.GetCurrentThreadId method + is used to obtain the thread ID for the current thread. This is the + operating system ID for the thread. + + + On the .NET Compact Framework 1.0 it is not possible to get the + operating system thread ID for the current thread. The native method + GetCurrentThreadId is implemented inline in a header file + and cannot be called. + + + On the .NET Framework 2.0 the Thread.ManagedThreadId is used as this + gives a stable id unrelated to the operating system thread ID which may + change if the runtime is using fibers. + + + + + + Get the host name or machine name for the current machine + + + The hostname or machine name + + + + Get the host name or machine name for the current machine + + + The host name () or + the machine name (Environment.MachineName) for + the current machine, or if neither of these are available + then NOT AVAILABLE is returned. + + + + + + Get this application's friendly name + + + The friendly name of this application as a string + + + + If available the name of the application is retrieved from + the AppDomain using AppDomain.CurrentDomain.FriendlyName. + + + Otherwise the file name of the entry assembly is used. + + + + + + Get the start time for the current process. + + + + This is the time at which the log4net library was loaded into the + AppDomain. Due to reports of a hang in the call to System.Diagnostics.Process.StartTime + this is not the start time for the current process. + + + The log4net library should be loaded by an application early during its + startup, therefore this start time should be a good approximation for + the actual start time. + + + Note that AppDomains may be loaded and unloaded within the + same process without the process terminating, however this start time + will be set per AppDomain. + + + + + + Text to output when a null is encountered. + + + + Use this value to indicate a null has been encountered while + outputting a string representation of an item. + + + The default value is (null). This value can be overridden by specifying + a value for the log4net.NullText appSetting in the application's + .config file. + + + + + + Text to output when an unsupported feature is requested. + + + + Use this value when an unsupported feature is requested. + + + The default value is NOT AVAILABLE. This value can be overridden by specifying + a value for the log4net.NotAvailableText appSetting in the application's + .config file. + + + + + + Utility class that represents a format string. + + + + Utility class that represents a format string. + + + Nicko Cadell + + + + Initialise the + + An that supplies culture-specific formatting information. + A containing zero or more format items. + An array containing zero or more objects to format. + + + + Format the string and arguments + + the formatted string + + + + Replaces the format item in a specified with the text equivalent + of the value of a corresponding instance in a specified array. + A specified parameter supplies culture-specific formatting information. + + An that supplies culture-specific formatting information. + A containing zero or more format items. + An array containing zero or more objects to format. + + A copy of format in which the format items have been replaced by the + equivalent of the corresponding instances of in args. + + + + This method does not throw exceptions. If an exception thrown while formatting the result the + exception and arguments are returned in the result string. + + + + + + Process an error during StringFormat + + + + + Dump the contents of an array into a string builder + + + + + Dump an object to a string + + + + + Implementation of Properties collection for the + + + + Class implements a collection of properties that is specific to each thread. + The class is not synchronized as each thread has its own . + + + Nicko Cadell + + + + The thread local data slot to use to store a PropertiesDictionary. + + + + + Internal constructor + + + + Initializes a new instance of the class. + + + + + + Remove a property + + the key for the entry to remove + + + Remove a property + + + + + + Clear all properties + + + + Clear all properties + + + + + + Get the PropertiesDictionary for this thread. + + create the dictionary if it does not exist, otherwise return null if is does not exist + the properties for this thread + + + The collection returned is only to be used on the calling thread. If the + caller needs to share the collection between different threads then the + caller must clone the collection before doing so. + + + + + + Gets or sets the value of a property + + + The value for the property with the specified key + + + + Gets or sets the value of a property + + + + + + Implementation of Stack for the + + + + Implementation of Stack for the + + + Nicko Cadell + + + + The stack store. + + + + + Internal constructor + + + + Initializes a new instance of the class. + + + + + + Clears all the contextual information held in this stack. + + + + Clears all the contextual information held in this stack. + Only call this if you think that this tread is being reused after + a previous call execution which may not have completed correctly. + You do not need to use this method if you always guarantee to call + the method of the + returned from even in exceptional circumstances, + for example by using the using(log4net.ThreadContext.Stacks["NDC"].Push("Stack_Message")) + syntax. + + + + + + Removes the top context from this stack. + + The message in the context that was removed from the top of this stack. + + + Remove the top context from this stack, and return + it to the caller. If this stack is empty then an + empty string (not ) is returned. + + + + + + Pushes a new context message into this stack. + + The new context message. + + An that can be used to clean up the context stack. + + + + Pushes a new context onto this stack. An + is returned that can be used to clean up this stack. This + can be easily combined with the using keyword to scope the + context. + + + Simple example of using the Push method with the using keyword. + + using(log4net.ThreadContext.Stacks["NDC"].Push("Stack_Message")) + { + log.Warn("This should have an ThreadContext Stack message"); + } + + + + + + Gets the current context information for this stack. + + The current context information. + + + + Gets the current context information for this stack. + + Gets the current context information + + + Gets the current context information for this stack. + + + + + + Get a portable version of this object + + the portable instance of this object + + + Get a cross thread portable version of this object + + + + + + The number of messages in the stack + + + The current number of messages in the stack + + + + The current number of messages in the stack. That is + the number of times has been called + minus the number of times has been called. + + + + + + Gets and sets the internal stack used by this + + The internal storage stack + + + This property is provided only to support backward compatability + of the . Tytpically the internal stack should not + be modified. + + + + + + Inner class used to represent a single context frame in the stack. + + + + Inner class used to represent a single context frame in the stack. + + + + + + Constructor + + The message for this context. + The parent context in the chain. + + + Initializes a new instance of the class + with the specified message and parent context. + + + + + + Get the message. + + The message. + + + Get the message. + + + + + + Gets the full text of the context down to the root level. + + + The full text of the context down to the root level. + + + + Gets the full text of the context down to the root level. + + + + + + Struct returned from the method. + + + + This struct implements the and is designed to be used + with the pattern to remove the stack frame at the end of the scope. + + + + + + The ThreadContextStack internal stack + + + + + The depth to trim the stack to when this instance is disposed + + + + + Constructor + + The internal stack used by the ThreadContextStack. + The depth to return the stack to when this object is disposed. + + + Initializes a new instance of the class with + the specified stack and return depth. + + + + + + Returns the stack to the correct depth. + + + + Returns the stack to the correct depth. + + + + + + Implementation of Stacks collection for the + + + + Implementation of Stacks collection for the + + + Nicko Cadell + + + + Internal constructor + + + + Initializes a new instance of the class. + + + + + + Gets the named thread context stack + + + The named stack + + + + Gets the named thread context stack + + + + + + Utility class for transforming strings. + + + + Utility class for transforming strings. + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + + Uses a private access modifier to prevent instantiation of this class. + + + + + + Write a string to an + + the writer to write to + the string to write + The string to replace non XML compliant chars with + + + The test is escaped either using XML escape entities + or using CDATA sections. + + + + + + Replace invalid XML characters in text string + + the XML text input string + the string to use in place of invalid characters + A string that does not contain invalid XML characters. + + + Certain Unicode code points are not allowed in the XML InfoSet, for + details see: http://www.w3.org/TR/REC-xml/#charsets. + + + This method replaces any illegal characters in the input string + with the mask string specified. + + + + + + Count the number of times that the substring occurs in the text + + the text to search + the substring to find + the number of times the substring occurs in the text + + + The substring is assumed to be non repeating within itself. + + + + + + Impersonate a Windows Account + + + + This impersonates a Windows account. + + + How the impersonation is done depends on the value of . + This allows the context to either impersonate a set of user credentials specified + using username, domain name and password or to revert to the process credentials. + + + + + + Default constructor + + + + Default constructor + + + + + + Initialize the SecurityContext based on the options set. + + + + This is part of the delayed object + activation scheme. The method must + be called on this object after the configuration properties have + been set. Until is called this + object is in an undefined state and must not be used. + + + If any of the configuration properties are modified then + must be called again. + + + The security context will try to Logon the specified user account and + capture a primary token for impersonation. + + + The required , + or properties were not specified. + + + + Impersonate the Windows account specified by the and properties. + + caller provided state + + An instance that will revoke the impersonation of this SecurityContext + + + + Depending on the property either + impersonate a user using credentials supplied or revert + to the process credentials. + + + + + + Create a given the userName, domainName and password. + + the user name + the domain name + the password + the for the account specified + + + Uses the Windows API call LogonUser to get a principal token for the account. This + token is used to initialize the WindowsIdentity. + + + + + + Gets or sets the impersonation mode for this security context + + + The impersonation mode for this security context + + + + Impersonate either a user with user credentials or + revert this thread to the credentials of the process. + The value is one of the + enum. + + + The default value is + + + When the mode is set to + the user's credentials are established using the + , and + values. + + + When the mode is set to + no other properties need to be set. If the calling thread is + impersonating then it will be reverted back to the process credentials. + + + + + + Gets or sets the Windows username for this security context + + + The Windows username for this security context + + + + This property must be set if + is set to (the default setting). + + + + + + Gets or sets the Windows domain name for this security context + + + The Windows domain name for this security context + + + + The default value for is the local machine name + taken from the property. + + + This property must be set if + is set to (the default setting). + + + + + + Sets the password for the Windows account specified by the and properties. + + + The password for the Windows account specified by the and properties. + + + + This property must be set if + is set to (the default setting). + + + + + + The impersonation modes for the + + + + See the property for + details. + + + + + + Impersonate a user using the credentials supplied + + + + + Revert this the thread to the credentials of the process + + + + + Adds to + + + + Helper class to expose the + through the interface. + + + + + + Constructor + + the impersonation context being wrapped + + + Constructor + + + + + + Revert the impersonation + + + + Revert the impersonation + + + + + + The log4net Global Context. + + + + The GlobalContext provides a location for global debugging + information to be stored. + + + The global context has a properties map and these properties can + be included in the output of log messages. The + supports selecting and outputing these properties. + + + By default the log4net:HostName property is set to the name of + the current machine. + + + + + GlobalContext.Properties["hostname"] = Environment.MachineName; + + + + Nicko Cadell + + + + Private Constructor. + + + Uses a private access modifier to prevent instantiation of this class. + + + + + The global context properties instance + + + + + The global properties map. + + + The global properties map. + + + + The global properties map. + + + + + + The log4net Logical Thread Context. + + + + The LogicalThreadContext provides a location for specific debugging + information to be stored. + The LogicalThreadContext properties override any or + properties with the same name. + + + The Logical Thread Context has a properties map and a stack. + The properties and stack can + be included in the output of log messages. The + supports selecting and outputting these properties. + + + The Logical Thread Context provides a diagnostic context for the current call context. + This is an instrument for distinguishing interleaved log + output from different sources. Log output is typically interleaved + when a server handles multiple clients near-simultaneously. + + + The Logical Thread Context is managed on a per basis. + + + Example of using the thread context properties to store a username. + + LogicalThreadContext.Properties["user"] = userName; + log.Info("This log message has a LogicalThreadContext Property called 'user'"); + + + Example of how to push a message into the context stack + + using(LogicalThreadContext.Stacks["LDC"].Push("my context message")) + { + log.Info("This log message has a LogicalThreadContext Stack message that includes 'my context message'"); + + } // at the end of the using block the message is automatically popped + + + + Nicko Cadell + + + + Private Constructor. + + + + Uses a private access modifier to prevent instantiation of this class. + + + + + + The thread context properties instance + + + + + The thread context stacks instance + + + + + The thread properties map + + + The thread properties map + + + + The LogicalThreadContext properties override any + or properties with the same name. + + + + + + The thread stacks + + + stack map + + + + The logical thread stacks. + + + + + + This class is used by client applications to request logger instances. + + + + This class has static methods that are used by a client to request + a logger instance. The method is + used to retrieve a logger. + + + See the interface for more details. + + + Simple example of logging messages + + ILog log = LogManager.GetLogger("application-log"); + + log.Info("Application Start"); + log.Debug("This is a debug message"); + + if (log.IsDebugEnabled) + { + log.Debug("This is another debug message"); + } + + + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + Uses a private access modifier to prevent instantiation of this class. + + + + Returns the named logger if it exists. + + Returns the named logger if it exists. + + + + If the named logger exists (in the default repository) then it + returns a reference to the logger, otherwise it returns null. + + + The fully qualified logger name to look for. + The logger found, or null if no logger could be found. + + + + Returns the named logger if it exists. + + + + If the named logger exists (in the specified repository) then it + returns a reference to the logger, otherwise it returns + null. + + + The repository to lookup in. + The fully qualified logger name to look for. + + The logger found, or null if the logger doesn't exist in the specified + repository. + + + + + Returns the named logger if it exists. + + + + If the named logger exists (in the repository for the specified assembly) then it + returns a reference to the logger, otherwise it returns + null. + + + The assembly to use to lookup the repository. + The fully qualified logger name to look for. + + The logger, or null if the logger doesn't exist in the specified + assembly's repository. + + + + Get the currently defined loggers. + + Returns all the currently defined loggers in the default repository. + + + The root logger is not included in the returned array. + + All the defined loggers. + + + + Returns all the currently defined loggers in the specified repository. + + The repository to lookup in. + + The root logger is not included in the returned array. + + All the defined loggers. + + + + Returns all the currently defined loggers in the specified assembly's repository. + + The assembly to use to lookup the repository. + + The root logger is not included in the returned array. + + All the defined loggers. + + + Get or create a logger. + + Retrieves or creates a named logger. + + + + Retrieves a logger named as the + parameter. If the named logger already exists, then the + existing instance will be returned. Otherwise, a new instance is + created. + + By default, loggers do not have a set level but inherit + it from the hierarchy. This is one of the central features of + log4net. + + + The name of the logger to retrieve. + The logger with the name specified. + + + + Retrieves or creates a named logger. + + + + Retrieve a logger named as the + parameter. If the named logger already exists, then the + existing instance will be returned. Otherwise, a new instance is + created. + + + By default, loggers do not have a set level but inherit + it from the hierarchy. This is one of the central features of + log4net. + + + The repository to lookup in. + The name of the logger to retrieve. + The logger with the name specified. + + + + Retrieves or creates a named logger. + + + + Retrieve a logger named as the + parameter. If the named logger already exists, then the + existing instance will be returned. Otherwise, a new instance is + created. + + + By default, loggers do not have a set level but inherit + it from the hierarchy. This is one of the central features of + log4net. + + + The assembly to use to lookup the repository. + The name of the logger to retrieve. + The logger with the name specified. + + + + Shorthand for . + + + Get the logger for the fully qualified name of the type specified. + + The full name of will be used as the name of the logger to retrieve. + The logger with the name specified. + + + + Shorthand for . + + + Gets the logger for the fully qualified name of the type specified. + + The repository to lookup in. + The full name of will be used as the name of the logger to retrieve. + The logger with the name specified. + + + + Shorthand for . + + + Gets the logger for the fully qualified name of the type specified. + + The assembly to use to lookup the repository. + The full name of will be used as the name of the logger to retrieve. + The logger with the name specified. + + + + Shuts down the log4net system. + + + + Calling this method will safely close and remove all + appenders in all the loggers including root contained in all the + default repositories. + + + Some appenders need to be closed before the application exists. + Otherwise, pending logging events might be lost. + + The shutdown method is careful to close nested + appenders before closing regular appenders. This is allows + configurations where a regular appender is attached to a logger + and again to a nested appender. + + + + + Shutdown a logger repository. + + Shuts down the default repository. + + + + Calling this method will safely close and remove all + appenders in all the loggers including root contained in the + default repository. + + Some appenders need to be closed before the application exists. + Otherwise, pending logging events might be lost. + + The shutdown method is careful to close nested + appenders before closing regular appenders. This is allows + configurations where a regular appender is attached to a logger + and again to a nested appender. + + + + + + Shuts down the repository for the repository specified. + + + + Calling this method will safely close and remove all + appenders in all the loggers including root contained in the + specified. + + + Some appenders need to be closed before the application exists. + Otherwise, pending logging events might be lost. + + The shutdown method is careful to close nested + appenders before closing regular appenders. This is allows + configurations where a regular appender is attached to a logger + and again to a nested appender. + + + The repository to shutdown. + + + + Shuts down the repository specified. + + + + Calling this method will safely close and remove all + appenders in all the loggers including root contained in the + repository. The repository is looked up using + the specified. + + + Some appenders need to be closed before the application exists. + Otherwise, pending logging events might be lost. + + + The shutdown method is careful to close nested + appenders before closing regular appenders. This is allows + configurations where a regular appender is attached to a logger + and again to a nested appender. + + + The assembly to use to lookup the repository. + + + Reset the configuration of a repository + + Resets all values contained in this repository instance to their defaults. + + + + Resets all values contained in the repository instance to their + defaults. This removes all appenders from all loggers, sets + the level of all non-root loggers to null, + sets their additivity flag to true and sets the level + of the root logger to . Moreover, + message disabling is set to its default "off" value. + + + + + + Resets all values contained in this repository instance to their defaults. + + + + Reset all values contained in the repository instance to their + defaults. This removes all appenders from all loggers, sets + the level of all non-root loggers to null, + sets their additivity flag to true and sets the level + of the root logger to . Moreover, + message disabling is set to its default "off" value. + + + The repository to reset. + + + + Resets all values contained in this repository instance to their defaults. + + + + Reset all values contained in the repository instance to their + defaults. This removes all appenders from all loggers, sets + the level of all non-root loggers to null, + sets their additivity flag to true and sets the level + of the root logger to . Moreover, + message disabling is set to its default "off" value. + + + The assembly to use to lookup the repository to reset. + + + Get the logger repository. + + Returns the default instance. + + + + Gets the for the repository specified + by the callers assembly (). + + + The instance for the default repository. + + + + Returns the default instance. + + The default instance. + + + Gets the for the repository specified + by the argument. + + + The repository to lookup in. + + + + Returns the default instance. + + The default instance. + + + Gets the for the repository specified + by the argument. + + + The assembly to use to lookup the repository. + + + Get a logger repository. + + Returns the default instance. + + + + Gets the for the repository specified + by the callers assembly (). + + + The instance for the default repository. + + + + Returns the default instance. + + The default instance. + + + Gets the for the repository specified + by the argument. + + + The repository to lookup in. + + + + Returns the default instance. + + The default instance. + + + Gets the for the repository specified + by the argument. + + + The assembly to use to lookup the repository. + + + Create a domain + + Creates a repository with the specified repository type. + + + + CreateDomain is obsolete. Use CreateRepository instead of CreateDomain. + + + The created will be associated with the repository + specified such that a call to will return + the same repository instance. + + + A that implements + and has a no arg constructor. An instance of this type will be created to act + as the for the repository specified. + The created for the repository. + + + Create a logger repository. + + Creates a repository with the specified repository type. + + A that implements + and has a no arg constructor. An instance of this type will be created to act + as the for the repository specified. + The created for the repository. + + + The created will be associated with the repository + specified such that a call to will return + the same repository instance. + + + + + + Creates a repository with the specified name. + + + + CreateDomain is obsolete. Use CreateRepository instead of CreateDomain. + + + Creates the default type of which is a + object. + + + The name must be unique. Repositories cannot be redefined. + An will be thrown if the repository already exists. + + + The name of the repository, this must be unique amongst repositories. + The created for the repository. + The specified repository already exists. + + + + Creates a repository with the specified name. + + + + Creates the default type of which is a + object. + + + The name must be unique. Repositories cannot be redefined. + An will be thrown if the repository already exists. + + + The name of the repository, this must be unique amongst repositories. + The created for the repository. + The specified repository already exists. + + + + Creates a repository with the specified name and repository type. + + + + CreateDomain is obsolete. Use CreateRepository instead of CreateDomain. + + + The name must be unique. Repositories cannot be redefined. + An will be thrown if the repository already exists. + + + The name of the repository, this must be unique to the repository. + A that implements + and has a no arg constructor. An instance of this type will be created to act + as the for the repository specified. + The created for the repository. + The specified repository already exists. + + + + Creates a repository with the specified name and repository type. + + + + The name must be unique. Repositories cannot be redefined. + An will be thrown if the repository already exists. + + + The name of the repository, this must be unique to the repository. + A that implements + and has a no arg constructor. An instance of this type will be created to act + as the for the repository specified. + The created for the repository. + The specified repository already exists. + + + + Creates a repository for the specified assembly and repository type. + + + + CreateDomain is obsolete. Use CreateRepository instead of CreateDomain. + + + The created will be associated with the repository + specified such that a call to with the + same assembly specified will return the same repository instance. + + + The assembly to use to get the name of the repository. + A that implements + and has a no arg constructor. An instance of this type will be created to act + as the for the repository specified. + The created for the repository. + + + + Creates a repository for the specified assembly and repository type. + + + + The created will be associated with the repository + specified such that a call to with the + same assembly specified will return the same repository instance. + + + The assembly to use to get the name of the repository. + A that implements + and has a no arg constructor. An instance of this type will be created to act + as the for the repository specified. + The created for the repository. + + + + Gets the list of currently defined repositories. + + + + Get an array of all the objects that have been created. + + + An array of all the known objects. + + + + Looks up the wrapper object for the logger specified. + + The logger to get the wrapper for. + The wrapper for the logger specified. + + + + Looks up the wrapper objects for the loggers specified. + + The loggers to get the wrappers for. + The wrapper objects for the loggers specified. + + + + Create the objects used by + this manager. + + The logger to wrap. + The wrapper for the logger specified. + + + + The wrapper map to use to hold the objects. + + + + + Implementation of Mapped Diagnostic Contexts. + + + + + The MDC is deprecated and has been replaced by the . + The current MDC implementation forwards to the ThreadContext.Properties. + + + + The MDC class is similar to the class except that it is + based on a map instead of a stack. It provides mapped + diagnostic contexts. A Mapped Diagnostic Context, or + MDC in short, is an instrument for distinguishing interleaved log + output from different sources. Log output is typically interleaved + when a server handles multiple clients near-simultaneously. + + + The MDC is managed on a per thread basis. + + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + Uses a private access modifier to prevent instantiation of this class. + + + + + Gets the context value identified by the parameter. + + The key to lookup in the MDC. + The string value held for the key, or a null reference if no corresponding value is found. + + + + The MDC is deprecated and has been replaced by the . + The current MDC implementation forwards to the ThreadContext.Properties. + + + + If the parameter does not look up to a + previously defined context then null will be returned. + + + + + + Add an entry to the MDC + + The key to store the value under. + The value to store. + + + + The MDC is deprecated and has been replaced by the . + The current MDC implementation forwards to the ThreadContext.Properties. + + + + Puts a context value (the parameter) as identified + with the parameter into the current thread's + context map. + + + If a value is already defined for the + specified then the value will be replaced. If the + is specified as null then the key value mapping will be removed. + + + + + + Removes the key value mapping for the key specified. + + The key to remove. + + + + The MDC is deprecated and has been replaced by the . + The current MDC implementation forwards to the ThreadContext.Properties. + + + + Remove the specified entry from this thread's MDC + + + + + + Clear all entries in the MDC + + + + + The MDC is deprecated and has been replaced by the . + The current MDC implementation forwards to the ThreadContext.Properties. + + + + Remove all the entries from this thread's MDC + + + + + + Implementation of Nested Diagnostic Contexts. + + + + + The NDC is deprecated and has been replaced by the . + The current NDC implementation forwards to the ThreadContext.Stacks["NDC"]. + + + + A Nested Diagnostic Context, or NDC in short, is an instrument + to distinguish interleaved log output from different sources. Log + output is typically interleaved when a server handles multiple + clients near-simultaneously. + + + Interleaved log output can still be meaningful if each log entry + from different contexts had a distinctive stamp. This is where NDCs + come into play. + + + Note that NDCs are managed on a per thread basis. The NDC class + is made up of static methods that operate on the context of the + calling thread. + + + How to push a message into the context + + using(NDC.Push("my context message")) + { + ... all log calls will have 'my context message' included ... + + } // at the end of the using block the message is automatically removed + + + + Nicko Cadell + Gert Driesen + + + + Initializes a new instance of the class. + + + Uses a private access modifier to prevent instantiation of this class. + + + + + Clears all the contextual information held on the current thread. + + + + + The NDC is deprecated and has been replaced by the . + The current NDC implementation forwards to the ThreadContext.Stacks["NDC"]. + + + + Clears the stack of NDC data held on the current thread. + + + + + + Creates a clone of the stack of context information. + + A clone of the context info for this thread. + + + + The NDC is deprecated and has been replaced by the . + The current NDC implementation forwards to the ThreadContext.Stacks["NDC"]. + + + + The results of this method can be passed to the + method to allow child threads to inherit the context of their + parent thread. + + + + + + Inherits the contextual information from another thread. + + The context stack to inherit. + + + + The NDC is deprecated and has been replaced by the . + The current NDC implementation forwards to the ThreadContext.Stacks["NDC"]. + + + + This thread will use the context information from the stack + supplied. This can be used to initialize child threads with + the same contextual information as their parent threads. These + contexts will NOT be shared. Any further contexts that + are pushed onto the stack will not be visible to the other. + Call to obtain a stack to pass to + this method. + + + + + + Removes the top context from the stack. + + + The message in the context that was removed from the top + of the stack. + + + + + The NDC is deprecated and has been replaced by the . + The current NDC implementation forwards to the ThreadContext.Stacks["NDC"]. + + + + Remove the top context from the stack, and return + it to the caller. If the stack is empty then an + empty string (not null) is returned. + + + + + + Pushes a new context message. + + The new context message. + + An that can be used to clean up + the context stack. + + + + + The NDC is deprecated and has been replaced by the . + The current NDC implementation forwards to the ThreadContext.Stacks["NDC"]. + + + + Pushes a new context onto the context stack. An + is returned that can be used to clean up the context stack. This + can be easily combined with the using keyword to scope the + context. + + + Simple example of using the Push method with the using keyword. + + using(log4net.NDC.Push("NDC_Message")) + { + log.Warn("This should have an NDC message"); + } + + + + + + Removes the context information for this thread. It is + not required to call this method. + + + + + The NDC is deprecated and has been replaced by the . + The current NDC implementation forwards to the ThreadContext.Stacks["NDC"]. + + + + This method is not implemented. + + + + + + Forces the stack depth to be at most . + + The maximum depth of the stack + + + + The NDC is deprecated and has been replaced by the . + The current NDC implementation forwards to the ThreadContext.Stacks["NDC"]. + + + + Forces the stack depth to be at most . + This may truncate the head of the stack. This only affects the + stack in the current thread. Also it does not prevent it from + growing, it only sets the maximum depth at the time of the + call. This can be used to return to a known context depth. + + + + + + Gets the current context depth. + + The current context depth. + + + + The NDC is deprecated and has been replaced by the . + The current NDC implementation forwards to the ThreadContext.Stacks["NDC"]. + + + + The number of context values pushed onto the context stack. + + + Used to record the current depth of the context. This can then + be restored using the method. + + + + + + + The log4net Thread Context. + + + + The ThreadContext provides a location for thread specific debugging + information to be stored. + The ThreadContext properties override any + properties with the same name. + + + The thread context has a properties map and a stack. + The properties and stack can + be included in the output of log messages. The + supports selecting and outputting these properties. + + + The Thread Context provides a diagnostic context for the current thread. + This is an instrument for distinguishing interleaved log + output from different sources. Log output is typically interleaved + when a server handles multiple clients near-simultaneously. + + + The Thread Context is managed on a per thread basis. + + + Example of using the thread context properties to store a username. + + ThreadContext.Properties["user"] = userName; + log.Info("This log message has a ThreadContext Property called 'user'"); + + + Example of how to push a message into the context stack + + using(ThreadContext.Stacks["NDC"].Push("my context message")) + { + log.Info("This log message has a ThreadContext Stack message that includes 'my context message'"); + + } // at the end of the using block the message is automatically popped + + + + Nicko Cadell + + + + Private Constructor. + + + + Uses a private access modifier to prevent instantiation of this class. + + + + + + The thread context properties instance + + + + + The thread context stacks instance + + + + + The thread properties map + + + The thread properties map + + + + The ThreadContext properties override any + properties with the same name. + + + + + + The thread stacks + + + stack map + + + + The thread local stacks. + + + + + diff --git a/trunk/Creshendo.Console/Creshendo.Console.csproj b/trunk/Creshendo.Console/Creshendo.Console.csproj new file mode 100644 index 0000000..92855ed --- /dev/null +++ b/trunk/Creshendo.Console/Creshendo.Console.csproj @@ -0,0 +1,67 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {E5323A73-CE55-4D7E-ACD1-2B11448EC4C5} + Exe + Properties + Creshendo.Console + Creshendo.Console + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + {864D02AA-1689-4E51-93B1-6CBAC7190F22} + Creshendo.UnitTests + + + {9D196D14-9007-49A1-91E4-6388B7953927} + Creshendo + + + + + + + PreserveNewest + + + + + + + + \ No newline at end of file diff --git a/trunk/Creshendo.Console/Log4Net.config b/trunk/Creshendo.Console/Log4Net.config new file mode 100644 index 0000000..1208ef3 --- /dev/null +++ b/trunk/Creshendo.Console/Log4Net.config @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/trunk/Creshendo.Console/Program.cs b/trunk/Creshendo.Console/Program.cs new file mode 100644 index 0000000..adb340a --- /dev/null +++ b/trunk/Creshendo.Console/Program.cs @@ -0,0 +1,88 @@ +using System; +using System.IO; +using Creshendo.UnitTests; +using Creshendo.UnitTests.Support; +using Creshendo.Util.Rete; + +namespace Creshendo.Console +{ + internal class Program + { + private static void Main(string[] args) + { + //Rete engine = new Rete(); + //Shell shell = new Shell(engine); + + //shell.Run(); + + //shell.run(); + + //TestForObjectBindings test2 = new TestForObjectBindings(); + + //test2.BasicObjectBindingTest1(); + //test2.ObjectBindingTest1(); + //test2.ObjectBindingTest2(); + + //AssertWRules test1 = new AssertWRules(); + //test1.MainTest(); + + //HashMapTest hashMapBenchmark = new HashMapTest(); + //hashMapBenchmark.GenericHashPerformance(); + //Benchmarks test = new Benchmarks(); + + + //test.manners64(); + + //test.manners16(); + + //test.manners128(); + System.Console.WriteLine("Working..."); + System.Console.WriteLine(); + double totTime = 0; +#if DEBUG + int loopCnt = 1; +#else + int loopCnt = 10; +#endif + for (int i = 0; i < loopCnt; i++) + { + double thisTime = manners64(); + System.Console.WriteLine("Completed iteration " + i + " in " + (thisTime / 10000000).ToString("0.000000") + " seconds."); + totTime += thisTime; + } + double endTime = totTime / loopCnt; + System.Console.WriteLine(); + System.Console.WriteLine(String.Format("Manners 64 completed {0} iterations in an average of {1} seconds.", loopCnt, (endTime / 10000000).ToString("0.000000"))); + + } + + public static double manners64() + { + long ts = DateTime.Now.Ticks; + long totTime = 0; + using (TextWriter writer = System.Console.Out) + { + Rete engine = new Rete(); + //engine.CurrentFocus.Lazy = true; + engine.addPrintWriter("Console", writer); + engine.loadRuleset(getRoot("manners64guests.clp")); + engine.printWorkingMemory(false, false); + totTime = DateTime.Now.Ticks - ts; + writer.Flush(); + writer.Close(); + engine.close(); + } + return totTime; + } + + protected static string getRoot(string fileName) + { + FileInfo file = new FileInfo(Path.Combine(@"D:\Src\Creshendo\trunk\Creshendo.UnitTests\Data", fileName)); + + if (file.Exists) + return file.FullName; + + throw new FileNotFoundException("File not found", file.FullName); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.Console/Properties/AssemblyInfo.cs b/trunk/Creshendo.Console/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..0043ef8 --- /dev/null +++ b/trunk/Creshendo.Console/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Creshendo.Console")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Webbness")] +[assembly: AssemblyProduct("Creshendo.Console")] +[assembly: AssemblyCopyright("Copyright © Webbness 2008")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("fdd8a372-cb4a-4eeb-b04e-9b1c2a880fe0")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/trunk/Creshendo.Shell/Creshendo.Shell.csproj b/trunk/Creshendo.Shell/Creshendo.Shell.csproj new file mode 100644 index 0000000..a02bc7f --- /dev/null +++ b/trunk/Creshendo.Shell/Creshendo.Shell.csproj @@ -0,0 +1,56 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {8BEC74CD-2D37-44AE-A3AC-E62658736C54} + Exe + Properties + Creshendo.Shell + Creshendo.Shell + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + {9D196D14-9007-49A1-91E4-6388B7953927} + Creshendo + + + + + + + + \ No newline at end of file diff --git a/trunk/Creshendo.Shell/Program.cs b/trunk/Creshendo.Shell/Program.cs new file mode 100644 index 0000000..46d631f --- /dev/null +++ b/trunk/Creshendo.Shell/Program.cs @@ -0,0 +1,14 @@ +using Creshendo.Util.Rete; + +namespace Creshendo.Shell +{ + internal class Program + { + private static void Main(string[] args) + { + Rete engine = new Rete(); + Util.Rete.Shell shell = new Util.Rete.Shell(engine); + shell.Run(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.Shell/Properties/AssemblyInfo.cs b/trunk/Creshendo.Shell/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..d6c0667 --- /dev/null +++ b/trunk/Creshendo.Shell/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Creshendo.Shell")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Webbness")] +[assembly: AssemblyProduct("Creshendo.Shell")] +[assembly: AssemblyCopyright("Copyright © Webbness 2008")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("508376a7-f8de-44d7-b4c8-8af612a3744d")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/trunk/Creshendo.UnitTests/AssertObjectTest.cs b/trunk/Creshendo.UnitTests/AssertObjectTest.cs new file mode 100644 index 0000000..7aeacf5 --- /dev/null +++ b/trunk/Creshendo.UnitTests/AssertObjectTest.cs @@ -0,0 +1,387 @@ +using System; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class AssertObjectTest + { + [Test] + public void testAssertTwoObjects() + { + Console.WriteLine("start testAssertTwoObjects"); + Rete engine = new Rete(); + engine.declareObject(typeof (Account)); + engine.declareObject(typeof (TestBean3)); + Assert.IsNotNull(engine); + // create instance of Account + Account acc1 = new Account(); + acc1.AccountId = "1234"; + acc1.AccountType = "new"; + acc1.First = "fName"; + acc1.Last = "lName"; + acc1.Middle = "m"; + acc1.OfficeCode = "MA"; + acc1.RegionCode = "NE"; + acc1.Status = "active"; + acc1.Title = "MR"; + acc1.Username = "user1"; + // create instance of TestBean3 + TestBean3 b = new TestBean3(); + b.Count = 3; + b.Float = 10000; + try + { + long start = DateTime.Now.Ticks; + engine.assertObject(acc1, null, false, true); + int count = engine.ObjectCount; + engine.assertObject(b, null, false, true); + int count2 = engine.ObjectCount; + long end = DateTime.Now.Ticks; + int fired = engine.fire(); + Assert.IsTrue(true); + Assert.IsTrue(true); + Assert.AreEqual(1, count); + Assert.AreEqual(2, count2); + Console.WriteLine("Number of facts: " + count); + Console.WriteLine("Number of facts: " + count2); + Console.WriteLine("ET: " + (end - start) + " ns"); + double el = ((double) end - (double) start)/100000; + Console.WriteLine("ET: " + el + " ms"); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + } + + [Test] + public void testAssertWithInterface() + { + Console.WriteLine("-----------------------------"); + Console.WriteLine("start testAssertWithInterface"); + Rete engine = new Rete(); + engine.declareObject(typeof (IAccount), "account"); + Assert.IsNotNull(engine); + Account acc1 = new Account(); + acc1.AccountId = "1234"; + acc1.AccountType = "new"; + acc1.First = "fName"; + acc1.Last = "lName"; + acc1.Middle = "m"; + acc1.OfficeCode = "MA"; + acc1.RegionCode = "NE"; + acc1.Status = "active"; + acc1.Title = "MR"; + acc1.Username = "user1"; + try + { + engine.assertObject(acc1, "account", false, true); + Assert.IsTrue(true); + Assert.AreEqual(1, engine.ObjectCount); + Console.WriteLine("Number of facts: " + engine.ObjectCount); + engine.printWorkingMemory(true, true); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + engine.close(); + } + + [Test] + public void testAssertWithSubclass() + { + Console.WriteLine("start testAssertWithSubclass"); + Rete engine = new Rete(); + engine.declareObject(typeof (IAccount), "account"); + Assert.IsNotNull(engine); + BackupAccount acc1 = new BackupAccount(); + acc1.AccountId = "1234"; + acc1.AccountType = "new"; + acc1.First = "fName"; + acc1.Last = "lName"; + acc1.Middle = "m"; + acc1.OfficeCode = "MA"; + acc1.RegionCode = "NE"; + acc1.Status = "active"; + acc1.Title = "MR"; + acc1.Username = "user1"; + try + { + engine.assertObject(acc1, "account", false, true); + Assert.IsTrue(true); + Assert.AreEqual(1, engine.ObjectCount); + Console.WriteLine("Number of facts: " + engine.ObjectCount); + engine.printWorkingMemory(true, true); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + engine.close(); + } + + [Test] + public void testAssertWithSubclass2() + { + Console.WriteLine("\nstart testAssertWithSubclass2"); + Rete engine = new Rete(); + engine.declareObject(typeof (IAccount), "account"); + engine.declareObject(typeof (BackupAccount), "backupAccount"); + Assert.IsNotNull(engine); + BackupAccount acc1 = new BackupAccount(); + acc1.AccountId = "1234"; + acc1.AccountType = "new"; + acc1.First = "fName"; + acc1.Last = "lName"; + acc1.Middle = "m"; + acc1.OfficeCode = "MA"; + acc1.RegionCode = "NE"; + acc1.Status = "active"; + acc1.Title = "MR"; + acc1.Username = "user1"; + try + { + engine.assertObject(acc1, "backupAccount", false, true); + Assert.IsTrue(true); + Assert.AreEqual(1, engine.ObjectCount); + Console.WriteLine("Number of facts: " + engine.ObjectCount); + engine.printWorkingMemory(true, true); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + engine.close(); + } + + [Test] + public void testAssertWithSubclass3() + { + Console.WriteLine("\nstart testAssertWithSubclass3"); + Rete engine = new Rete(); + engine.declareObject(typeof (IAccount), "account"); + engine.declareObject(typeof (BackupAccount), "backupAccount"); + Assert.IsNotNull(engine); + BackupAccount acc1 = new BackupAccount(); + acc1.AccountId = "1234"; + acc1.AccountType = "new"; + acc1.First = "fName"; + acc1.Last = "lName"; + acc1.Middle = "m"; + acc1.OfficeCode = "MA"; + acc1.RegionCode = "NE"; + acc1.Status = "active"; + acc1.Title = "MR"; + acc1.Username = "user1"; + try + { + engine.assertObject(acc1, "account", false, true); + Assert.IsTrue(true); + Assert.AreEqual(1, engine.ObjectCount); + Console.WriteLine("Number of facts: " + engine.ObjectCount); + engine.printWorkingMemory(true, true); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + engine.close(); + } + + [Test] + public void testAssertWithSubclassWithParent() + { + Console.WriteLine("\nstart testAssertWithSubclassWithParent"); + Rete engine = new Rete(); + engine.declareObject(typeof (IAccount), "account"); + engine.declareObject(typeof (BackupAccount), "backupAccount", "account"); + Assert.IsNotNull(engine); + BackupAccount acc1 = new BackupAccount(); + acc1.AccountId = "1234"; + acc1.AccountType = "new"; + acc1.First = "fName"; + acc1.Last = "lName"; + acc1.Middle = "m"; + acc1.OfficeCode = "MA"; + acc1.RegionCode = "NE"; + acc1.Status = "active"; + acc1.Title = "MR"; + acc1.Username = "user1"; + try + { + engine.assertObject(acc1, "backupAccount", false, true); + Assert.IsTrue(true); + Assert.AreEqual(1, engine.ObjectCount); + Console.WriteLine("Number of facts: " + engine.ObjectCount); + engine.printWorkingMemory(true, true); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + engine.close(); + } + + [Test] + public void testAssertWithSubclassWithParent2() + { + Console.WriteLine("\nstart testAssertWithSubclassWithParent2"); + Rete engine = new Rete(); + engine.declareObject(typeof (IAccount), "account"); + engine.declareObject(typeof (BackupAccount), null, "account"); + Assert.IsNotNull(engine); + BackupAccount acc1 = new BackupAccount(); + acc1.AccountId = "1234"; + acc1.AccountType = "new"; + acc1.First = "fName"; + acc1.Last = "lName"; + acc1.Middle = "m"; + acc1.OfficeCode = "MA"; + acc1.RegionCode = "NE"; + acc1.Status = "active"; + acc1.Title = "MR"; + acc1.Username = "user1"; + try + { + engine.assertObject(acc1, null, false, true); + Assert.IsTrue(true); + Assert.AreEqual(1, engine.ObjectCount); + Console.WriteLine("Number of facts: " + engine.ObjectCount); + engine.printWorkingMemory(true, true); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + engine.close(); + } + + [Test] + public void testAssertWithSubclassWithParent3() + { + Console.WriteLine("\nstart testAssertWithSubclassWithParent3"); + Rete engine = new Rete(); + engine.declareObject(typeof (IAccount), "account"); + engine.declareObject(typeof (BackupAccount), null, "account"); + engine.declareObject(typeof (DeletedAccount), null, typeof (BackupAccount)); + Assert.IsNotNull(engine); + DeletedAccount acc1 = new DeletedAccount(); + acc1.AccountId = "1234"; + acc1.AccountType = "new"; + acc1.First = "fName"; + acc1.Last = "lName"; + acc1.Middle = "m"; + acc1.OfficeCode = "MA"; + acc1.RegionCode = "NE"; + acc1.Status = "active"; + acc1.Title = "MR"; + acc1.Username = "user1"; + try + { + engine.assertObject(acc1, null, false, true); + Assert.IsTrue(true); + Assert.AreEqual(1, engine.ObjectCount); + Console.WriteLine("Number of facts: " + engine.ObjectCount); + engine.printWorkingMemory(true, true); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + engine.close(); + } + + [Test] + public void testRepeatedAssert() + { + Console.WriteLine("start testRepatedAssert"); + Rete engine = new Rete(); + engine.declareObject(typeof (Account)); + engine.declareObject(typeof (TestBean3)); + Assert.IsNotNull(engine); + // create instance of Account + Account acc1 = new Account(); + acc1.AccountId = "1234"; + acc1.AccountType = "new"; + acc1.First = "fName"; + acc1.Last = "lName"; + acc1.Middle = "m"; + acc1.OfficeCode = "MA"; + acc1.RegionCode = "NE"; + acc1.Status = "active"; + acc1.Title = "MR"; + acc1.Username = "user1"; + // create instance of TestBean3 + TestBean3 b = new TestBean3(); + b.Count = 3; + b.Float = 10000; + try + { + long start = DateTime.Now.Ticks; + for (int idx = 0; idx < 100; idx++) + { + engine.assertObject(acc1, null, false, true); + } + int count = engine.ObjectCount; + for (int idx = 0; idx < 100; idx++) + { + engine.assertObject(b, null, false, true); + } + int count2 = engine.ObjectCount; + long end = DateTime.Now.Ticks; + + Assert.IsTrue(true); + Assert.IsTrue(true); + Assert.AreEqual(1, count); + Assert.AreEqual(2, count2); + Console.WriteLine("Number of facts: " + count); + Console.WriteLine("Number of facts: " + count2); + Console.WriteLine("ET: " + (end - start) + " ns"); + double el = ((double) end - (double) start)/100000; + Console.WriteLine("ET: " + el + " ms"); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + engine.close(); + } + + [Test] + public void testSimpleAssert() + { + Console.WriteLine("start testSimpleAssert"); + Rete engine = new Rete(); + engine.declareObject(typeof (Account)); + Assert.IsNotNull(engine); + Account acc1 = new Account(); + acc1.AccountId = "1234"; + acc1.AccountType = "new"; + acc1.First = "fName"; + acc1.Last = "lName"; + acc1.Middle = "m"; + acc1.OfficeCode = "MA"; + acc1.RegionCode = "NE"; + acc1.Status = "active"; + acc1.Title = "MR"; + acc1.Username = "user1"; + try + { + engine.assertObject(acc1, null, false, true); + Assert.IsTrue(true); + Assert.AreEqual(1, engine.ObjectCount); + Console.WriteLine("Number of facts: " + engine.Defclasses.Count); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + engine.close(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/AssertRetractTest.cs b/trunk/Creshendo.UnitTests/AssertRetractTest.cs new file mode 100644 index 0000000..3fb3e5b --- /dev/null +++ b/trunk/Creshendo.UnitTests/AssertRetractTest.cs @@ -0,0 +1,214 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using System.Collections; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class AssertRetractTest + { + [Test] + public void testRetractNoShadow() + { + Console.WriteLine("testRetractNoShadow"); + Random ran = new Random(); + ArrayList objects = new ArrayList(); + // Runtime rt = Runtime.getRuntime(); + long total1 = GC.GetTotalMemory(true); + //long free1 = rt.freeMemory(); + //long used1 = total1 - free1; + int count = 50000; + Console.WriteLine("Used memory before creating objects " + total1 + " bytes " + + (total1/1024) + " Kb"); + for (int idx = 0; idx < count; idx++) + { + Account acc = new Account(); + acc.AccountId = Convert.ToString(ran.Next(100000)); + acc.AccountType = Convert.ToString(ran.Next(100000)); + acc.First = Convert.ToString(ran.Next(100000)); + acc.Last = Convert.ToString(ran.Next(100000)); + acc.Middle = Convert.ToString(ran.Next(100000)); + acc.OfficeCode = Convert.ToString(ran.Next(100000)); + acc.RegionCode = Convert.ToString(ran.Next(100000)); + acc.Status = Convert.ToString(ran.Next(100000)); + acc.Title = Convert.ToString(ran.Next(100000)); + acc.Username = Convert.ToString(ran.Next(100000)); + acc.AreaCode = Convert.ToString(ran.Next(999)); + acc.Exchange = Convert.ToString(ran.Next(999)); + acc.Number = Convert.ToString(ran.Next(999)); + acc.Ext = Convert.ToString(ran.Next(9999)); + objects.Add(acc); + } + long total2 = GC.GetTotalMemory(true); + //long free2 = rt.freeMemory(); + //long used2 = total2 - free2; + Console.WriteLine("Used memory after creating objects " + total2 + " bytes " + + (total2/1024) + " Kb " + (total2/1024/1024) + " Mb"); + Rete engine = new Rete(); + engine.declareObject(typeof (Account)); + IEnumerator itr = objects.GetEnumerator(); + long start = DateTime.Now.Ticks; + try + { + while (itr.MoveNext()) + { + engine.assertObject(itr.Current, null, false, false); + } + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + long end = DateTime.Now.Ticks; + long assertET = end - start; + long total3 = GC.GetTotalMemory(true); + //long free3 = rt.freeMemory(); + //long used3 = total3 - free3; + //rt.gc(); + Console.WriteLine("Used memory after asserting objects " + total3 + " bytes " + + (total3/1024) + " Kb " + (total3/1024/1024) + " Mb"); + Console.WriteLine("number of facts " + engine.ObjectCount); + Console.WriteLine("memory used by facts " + (total3 - total3)/1024/1024 + " Mb"); + Console.WriteLine("elapsed time is assert " + assertET + " ms"); + // now retract + IEnumerator itr2 = objects.GetEnumerator(); + long retstart = DateTime.Now.Ticks; + try + { + while (itr2.MoveNext()) + { + engine.retractObject(itr2.Current); + } + } + catch (RetractException e) + { + Console.WriteLine(e.Message); + } + long retend = DateTime.Now.Ticks; + long retractET = retend - retstart; + long total4 = GC.GetTotalMemory(true); + //long free4 = rt.freeMemory(); + //long used4 = total4 - free4; + objects.Clear(); + engine.clearAll(); + engine.close(); + //rt.gc(); + Console.WriteLine("elapsed time to retract " + retractET + " ms"); + // the retract should be atleast 3 times shorter than the assert +#if DEBUG + Assert.IsTrue(retractET > 0); +#else + Assert.IsTrue((assertET > (retractET*3))); +#endif + } + + [Test] + public void testRetractWithShadow() + { + Console.WriteLine("testRetractWithShadow"); + Random ran = new Random(); + ArrayList objects = new ArrayList(); + // Runtime rt = Runtime.getRuntime(); + long total1 = GC.GetTotalMemory(true); + //long free1 = rt.freeMemory(); + //long used1 = total1 - free1; + int count = 5000; + Console.WriteLine("Used memory before creating objects " + total1 + " bytes " + + (total1/1024) + " Kb"); + for (int idx = 0; idx < count; idx++) + { + Account acc = new Account(); + acc.AccountId = Convert.ToString(ran.Next(100000)); + acc.AccountType = Convert.ToString(ran.Next(100000)); + acc.First = Convert.ToString(ran.Next(100000)); + acc.Last = Convert.ToString(ran.Next(100000)); + acc.Middle = Convert.ToString(ran.Next(100000)); + acc.OfficeCode = Convert.ToString(ran.Next(100000)); + acc.RegionCode = Convert.ToString(ran.Next(100000)); + acc.Status = Convert.ToString(ran.Next(100000)); + acc.Title = Convert.ToString(ran.Next(100000)); + acc.Username = Convert.ToString(ran.Next(100000)); + acc.AreaCode = Convert.ToString(ran.Next(999)); + acc.Exchange = Convert.ToString(ran.Next(999)); + acc.Number = Convert.ToString(ran.Next(999)); + acc.Ext = Convert.ToString(ran.Next(9999)); + objects.Add(acc); + } + long total2 = GC.GetTotalMemory(true); + //long free2 = rt.freeMemory(); + //long used2 = total2 - free2; + Console.WriteLine("Used memory after creating objects " + total2 + " bytes " + + (total2/1024) + " Kb " + (total2/1024/1024) + " Mb"); + Rete engine = new Rete(); + engine.declareObject(typeof (Account)); + IEnumerator itr = objects.GetEnumerator(); + long start = DateTime.Now.Ticks; + try + { + while (itr.MoveNext()) + { + engine.assertObject(itr.Current, null, false, true); + } + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + long end = DateTime.Now.Ticks; + long assertET = end - start; + long total3 = GC.GetTotalMemory(true); + //long free3 = rt.freeMemory(); + //long used3 = total3 - free3; + //rt.gc(); + Console.WriteLine("Used memory after asserting objects " + total3 + " bytes " + + (total3/1024) + " Kb " + (total3/1024/1024) + " Mb"); + Console.WriteLine("number of facts " + engine.ObjectCount); + Console.WriteLine("memory used by facts " + (total3 - total3)/1024/1024 + " Mb"); + Console.WriteLine("elapsed time is assert " + assertET + " ms"); + // now retract + IEnumerator itr2 = objects.GetEnumerator(); + long retstart = DateTime.Now.Ticks; + try + { + while (itr2.MoveNext()) + { + engine.retractObject(itr2.Current); + } + } + catch (RetractException e) + { + Console.WriteLine(e.Message); + } + long retend = DateTime.Now.Ticks; + long retractET = retend - retstart; + long total4 = GC.GetTotalMemory(true); + //long free4 = rt.freeMemory(); + //long used4 = total4 - free4; + objects.Clear(); + //rt.gc(); + Console.WriteLine("elapsed time to retract " + retractET + " ms"); + // the retract should be atleast 3 times shorter than the assert + Assert.IsTrue((assertET > (retractET*4))); + engine.close(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/AssertWRules.cs b/trunk/Creshendo.UnitTests/AssertWRules.cs new file mode 100644 index 0000000..3d8229d --- /dev/null +++ b/trunk/Creshendo.UnitTests/AssertWRules.cs @@ -0,0 +1,145 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using System.Collections; +using System.IO; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Parser.Clips2; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class AssertWRules : FileTestBase + { + [Test] + public void MainTest() + { + String rulefile = getRoot("account_5.clp"); + + ArrayList objects = new ArrayList(); + //AssertWRules awr = new AssertWRules(); + + // Runtime rt = Runtime.getRuntime(); + long total1 = GC.GetTotalMemory(true); + //long free1 = rt.freeMemory(); + //long used1 = total1 - free1; + int count = 5000; + Console.WriteLine("loading file " + rulefile); + Console.WriteLine("Used memory before creating objects " + total1 + " bytes " + + (total1/1024) + " Kb"); + for (int idx = 0; idx < count; idx++) + { + Account acc = new Account(); + acc.AccountId = "acc" + idx; + // acc.setAccountId("acc" + ran.Next(4)); + acc.AccountType = "standard"; + acc.First = Convert.ToString(ran.Next(100000)); + acc.Last = Convert.ToString(ran.Next(100000)); + acc.Middle = Convert.ToString(ran.Next(100000)); + acc.OfficeCode = Convert.ToString(ran.Next(100000)); + acc.RegionCode = Convert.ToString(ran.Next(100000)); + acc.Status = "active"; + acc.Title = "mr"; + acc.Username = Convert.ToString(ran.Next(100000)); + acc.AreaCode = Convert.ToString(ran.Next(999)); + acc.Exchange = Convert.ToString(ran.Next(999)); + acc.Number = Convert.ToString(ran.Next(999)); + acc.Ext = Convert.ToString(ran.Next(9999)); + objects.Add(acc); + } + long total2 = GC.GetTotalMemory(true); + //long free2 = rt.freeMemory(); + //long used2 = total2 - free2; + Console.WriteLine("Used memory after creating objects " + total2 + " bytes " + + (total2/1024) + " Kb " + (total2/1024/1024) + " Mb"); + int loop = 5; + long ETTotal = 0; + for (int idx = 0; idx < loop; idx++) + { + Rete engine = new Rete(); + engine.declareObject(typeof (Account), "Account"); + + try + { + StreamReader freader = new StreamReader(rulefile); + CLIPSParser parser = new CLIPSParser(engine, freader); + //Object item = null; + ArrayList list = new ArrayList(); + long start = DateTime.Now.Ticks; + parse(engine, parser, list); + long end = DateTime.Now.Ticks; + long el = end - start; + // parser.close(); + //rt.gc(); + Console.WriteLine("time to parse rules " + el + " ms"); + } + catch (Exception e) + { + Console.WriteLine(e.Message); + } + + IEnumerator itr = objects.GetEnumerator(); + long start2 = DateTime.Now.Ticks; + try + { + while (itr.MoveNext()) + { + engine.assertObject(itr.Current, "Account", false, false); + } + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + long end2 = DateTime.Now.Ticks; + long start3 = DateTime.Now.Ticks; + int fired = 0; + try + { + fired = engine.fire(); + } + catch (Exception e) + { + Console.WriteLine(e.Message); + } + long end3 = DateTime.Now.Ticks; + long total3 = GC.GetTotalMemory(true); + //long free3 = rt.freeMemory(); + //long used3 = total3 - free3; + Console.WriteLine("Number of rules: " + + engine.CurrentFocus.RuleCount); + Console.WriteLine("rules fired " + fired); + Console.WriteLine("Used memory after asserting objects " + total3 + " bytes " + + (total3/1024) + " Kb " + (total3/1024/1024) + " Mb"); + Console.WriteLine("number of facts " + engine.ObjectCount); + Console.WriteLine("memory used by facts " + (total3 - total3)/1024/1024 + " Mb"); + Console.WriteLine("elapsed time to assert " + (end2 - start2) + " ms"); + Console.WriteLine("elapsed time to fire " + (end3 - start3) + " ms"); + ETTotal += (end2 - start2); + engine.printWorkingMemory(true, false); + //engine.close(); + engine.clearAll(); + engine.close(); + //rt.gc(); + } + Console.WriteLine("Average ET to assert " + (ETTotal/loop) + " ms"); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/BasicTest.cs b/trunk/Creshendo.UnitTests/BasicTest.cs new file mode 100644 index 0000000..b94ebc1 --- /dev/null +++ b/trunk/Creshendo.UnitTests/BasicTest.cs @@ -0,0 +1,57 @@ +using System; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Rete; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class BasicTest + { + [Test] + public void First() + { + } + + [Test] + public void testOneSlot() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + Slot[] slts = dtemp.AllSlots; + ObjectTypeNode otn = new ObjectTypeNode(1, dtemp); + AlphaNode an = new AlphaNode(1); + slts[0].Value = ConversionUtils.convert(110); + an.Operator = Constants.EQUAL; + an.Slot = (slts[0]); + Console.WriteLine("node::" + an.ToString()); + Assert.IsNotNull(an.ToString(), "Should have a value."); + } + + [Test] + public void testTwoSlots() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + Slot[] slts = dtemp.AllSlots; + ObjectTypeNode otn = new ObjectTypeNode(1, dtemp); + AlphaNode an1 = new AlphaNode(1); + AlphaNode an2 = new AlphaNode(1); + + slts[0].Value = ("testString"); + slts[1].Value = (ConversionUtils.convert(999)); + + an1.Slot = (slts[0]); + an1.Operator = (Constants.EQUAL); + Console.WriteLine("node::" + an1.toPPString()); + Assert.IsNotNull(an1.toPPString()); + + an2.Slot = (slts[1]); + an2.Operator = (Constants.GREATER); + Console.WriteLine("node::" + an2.toPPString()); + Assert.IsNotNull(an2.toPPString()); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Benchmarks.cs b/trunk/Creshendo.UnitTests/Benchmarks.cs new file mode 100644 index 0000000..c62f817 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Benchmarks.cs @@ -0,0 +1,71 @@ +using System; +using System.IO; +using Creshendo.Util.Rete; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class Benchmarks : FileTestBase + { + /* + [Test] + public void manners128() + { + long ts = DateTime.Now.Ticks; + using (TextWriter writer = Console.Out) + { + Rete engine = new Rete(); + engine.addPrintWriter("Console", writer); + engine.loadRuleset(getRoot("manners128guestsd.clp")); + engine.printWorkingMemory(false, false); + writer.Flush(); + writer.Close(); + engine.MessageRouter.ShutDown(); + } + double endTime = ts.TotalMilliseconds; + System.Console.WriteLine(String.Format("Manners 128 completed in {0} seconds.", (endTime / 10000000000000).ToString("0.000000"))); + } + */ + + [Test] + public void manners16() + { + long ts = DateTime.Now.Ticks; + using (TextWriter writer = Console.Out) + { + Rete engine = new Rete(); + engine.addPrintWriter("Console", writer); + engine.loadRuleset(getRoot("manners16guestsd.clp")); + engine.printWorkingMemory(false, false); + writer.Flush(); + writer.Close(); + engine.close(); + //engine.MessageRouter.ShutDown(); + } + double endTime = DateTime.Now.Ticks - ts; + Console.WriteLine(String.Format("Manners 16 completed in {0} seconds.", (endTime/10000000).ToString("0.000000"))); + //AppDomain.Unload(AppDomain.CurrentDomain); + } + + [Test] + public void manners64() + { + long ts = DateTime.Now.Ticks; + using (TextWriter writer = Console.Out) + { + Rete engine = new Rete(); + engine.addPrintWriter("Console", writer); + engine.loadRuleset(getRoot("manners64guests.clp")); + engine.printWorkingMemory(false, false); + writer.Flush(); + writer.Close(); + //engine.MessageRouter.ShutDown(); + engine.close(); + } + double endTime = DateTime.Now.Ticks - ts; + Console.WriteLine(String.Format("Manners 64 completed in {0} seconds.", (endTime/10000000).ToString("0.000000"))); + //AppDomain.Unload(AppDomain.CurrentDomain); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/BindingTest.cs b/trunk/Creshendo.UnitTests/BindingTest.cs new file mode 100644 index 0000000..6f99c4f --- /dev/null +++ b/trunk/Creshendo.UnitTests/BindingTest.cs @@ -0,0 +1,158 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Rete; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class BindingTest + { + [TestFixtureSetUp] + public void setUp() + { + Console.WriteLine("this test does not do any setup"); + } + + [TestFixtureTearDown] + public void tearDown() + { + Console.WriteLine("this test does not do any teardown"); + } + + [Test] + public void testSingleBinding() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + + Slot[] slts = dtemp.AllSlots; + + Binding bn = new Binding(); + bn.LeftRow = (0); + bn.LeftIndex = (0); + bn.RightIndex = (0); + + Binding[] binds = {bn}; + HashedEqBNode btnode = new HashedEqBNode(1); + btnode.Bindings = (binds); + + Console.WriteLine("betaNode::" + btnode.toPPString()); + Assert.IsNotNull(btnode.toPPString()); + } + + [Test] + public void testThreeBinding() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + + Defclass dc2 = new Defclass(typeof (TestBean3)); + Deftemplate dtemp2 = dc.createDeftemplate("testBean3"); + + + Slot[] slts = dtemp.AllSlots; + Slot[] slts2 = dtemp2.AllSlots; + + Binding bn = new Binding(); + bn.LeftRow = (0); + bn.LeftIndex = (0); + bn.RightIndex = (0); + + Binding bn2 = new Binding(); + bn2.LeftRow = (0); + bn2.LeftIndex = (2); + bn2.RightIndex = (2); + + Binding bn3 = new Binding(); + bn3.LeftRow = (1); + bn3.LeftIndex = (0); + bn3.RightIndex = (0); + + Binding[] binds = {bn, bn2, bn3}; + HashedEqBNode btnode = new HashedEqBNode(1); + btnode.Bindings = (binds); + + Console.WriteLine("betaNode::" + btnode.toPPString()); + Assert.IsNotNull(btnode.toPPString()); + } + + [Test] + public void testThreeBinding2() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + + Defclass dc2 = new Defclass(typeof (TestBean3)); + Deftemplate dtemp2 = dc.createDeftemplate("testBean3"); + + + Slot[] slts = dtemp.AllSlots; + Slot[] slts2 = dtemp2.AllSlots; + + Binding bn = new Binding(); + bn.LeftRow = (0); + bn.LeftIndex = (0); + bn.RightIndex = (0); + + Binding bn2 = new Binding(); + bn2.LeftRow = (0); + bn2.LeftIndex = (2); + bn2.RightIndex = (2); + + Binding bn3 = new Binding(); + bn3.LeftRow = (0); + bn3.LeftIndex = (0); + bn3.RightIndex = (0); + + Binding[] binds = {bn, bn2, bn3}; + HashedEqBNode btnode = new HashedEqBNode(1); + btnode.Bindings = (binds); + + Console.WriteLine("betaNode::" + btnode.toPPString()); + Assert.IsNotNull(btnode.toPPString()); + } + + [Test] + public void testTwoBinding() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + + Slot[] slts = dtemp.AllSlots; + + Binding bn = new Binding(); + bn.LeftRow = (0); + bn.LeftIndex = (0); + bn.RightIndex = (0); + + Binding bn2 = new Binding(); + bn2.LeftRow = (0); + bn2.LeftIndex = (2); + bn2.RightIndex = (2); + + Binding[] binds = {bn, bn2}; + HashedEqBNode btnode = new HashedEqBNode(1); + btnode.Bindings = (binds); + + Console.WriteLine("betaNode::" + btnode.toPPString()); + Assert.IsNotNull(btnode.toPPString()); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/CompositeIndexTest.cs b/trunk/Creshendo.UnitTests/CompositeIndexTest.cs new file mode 100644 index 0000000..56a5926 --- /dev/null +++ b/trunk/Creshendo.UnitTests/CompositeIndexTest.cs @@ -0,0 +1,218 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class CompositeIndexTest + { + [Test] + public void testEqual() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("testString"); + bean.Attr2 = (1); + short a3 = 3; + bean.Attr3 = (a3); + long a4 = 101; + bean.Attr4 = (a4); + float a5 = 10101; + bean.Attr5 = (a5); + double a6 = 101.101; + bean.Attr6 = (a6); + + IFact fact = dtemp.createFact(bean, dc, 1); + Assert.IsNotNull(fact); + Console.WriteLine(fact.toFactString()); + CompositeIndex ci = new CompositeIndex("attr1", Constants.EQUAL, fact.getSlotValue(0)); + Assert.IsNotNull(ci); + Console.WriteLine(ci.toPPString()); + } + + [Test] + public void testIndex() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("testString"); + bean.Attr2 = (1); + short a3 = 3; + bean.Attr3 = (a3); + long a4 = 101; + bean.Attr4 = (a4); + float a5 = 10101; + bean.Attr5 = (a5); + double a6 = 101.101; + bean.Attr6 = (a6); + + IFact fact = dtemp.createFact(bean, dc, 1); + Assert.IsNotNull(fact); + Console.WriteLine(fact.toFactString()); + CompositeIndex ci = + new CompositeIndex("attr1", Constants.EQUAL, fact.getSlotValue(0)); + Assert.IsNotNull(ci); + Console.WriteLine(ci.toPPString()); + GenericHashMap map = new GenericHashMap(); + map.Put(ci, bean); + + CompositeIndex ci2 = + new CompositeIndex("attr1", Constants.EQUAL, fact.getSlotValue(0)); + Assert.IsTrue(map.ContainsKey(ci2)); + + CompositeIndex ci3 = + new CompositeIndex("attr1", Constants.NOTEQUAL, fact.getSlotValue(0)); + Assert.IsFalse(map.ContainsKey(ci3)); + + CompositeIndex ci4 = + new CompositeIndex("attr1", Constants.NILL, fact.getSlotValue(0)); + Assert.IsFalse(map.ContainsKey(ci4)); + + CompositeIndex ci5 = + new CompositeIndex("attr1", Constants.NOTNILL, fact.getSlotValue(0)); + Assert.IsFalse(map.ContainsKey(ci5)); + } + + [Test] + public void testIndex2() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("testString"); + bean.Attr2 = (1); + short a3 = 3; + bean.Attr3 = (a3); + long a4 = 101; + bean.Attr4 = (a4); + float a5 = 10101; + bean.Attr5 = (a5); + double a6 = 101.101; + bean.Attr6 = (a6); + + IFact fact = dtemp.createFact(bean, dc, 1); + Assert.IsNotNull(fact); + Console.WriteLine(fact.toFactString()); + CompositeIndex ci = + new CompositeIndex("attr2", Constants.EQUAL, fact.getSlotValue(1)); + Assert.IsNotNull(ci); + Console.WriteLine(ci.toPPString()); + GenericHashMap map = new GenericHashMap(); + map.Put(ci, bean); + + CompositeIndex ci2 = + new CompositeIndex("attr2", Constants.EQUAL, fact.getSlotValue(1)); + Assert.IsTrue(map.ContainsKey(ci2)); + + CompositeIndex ci3 = + new CompositeIndex("attr2", Constants.NOTEQUAL, fact.getSlotValue(1)); + Assert.IsFalse(map.ContainsKey(ci3)); + + CompositeIndex ci4 = + new CompositeIndex("attr2", Constants.NILL, fact.getSlotValue(1)); + Assert.IsFalse(map.ContainsKey(ci4)); + + CompositeIndex ci5 = + new CompositeIndex("attr2", Constants.NOTNILL, fact.getSlotValue(1)); + Assert.IsFalse(map.ContainsKey(ci5)); + } + + [Test] + public void testNil() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + bean.Attr2 = (1); + short a3 = 3; + bean.Attr3 = (a3); + long a4 = 101; + bean.Attr4 = (a4); + float a5 = 10101; + bean.Attr5 = (a5); + double a6 = 101.101; + bean.Attr6 = (a6); + + IFact fact = dtemp.createFact(bean, dc, 1); + Assert.IsNotNull(fact); + Console.WriteLine(fact.toFactString()); + CompositeIndex ci = + new CompositeIndex("attr1", Constants.NILL, fact.getSlotValue(0)); + Assert.IsNotNull(ci); + Console.WriteLine(ci.toPPString()); + } + + [Test] + public void testNotEqual() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("testString"); + bean.Attr2 = (1); + short a3 = 3; + bean.Attr3 = (a3); + long a4 = 101; + bean.Attr4 = (a4); + float a5 = 10101; + bean.Attr5 = (a5); + double a6 = 101.101; + bean.Attr6 = (a6); + + IFact fact = dtemp.createFact(bean, dc, 1); + Assert.IsNotNull(fact); + Console.WriteLine(fact.toFactString()); + CompositeIndex ci = + new CompositeIndex("attr1", Constants.NOTEQUAL, fact.getSlotValue(0)); + Assert.IsNotNull(ci); + Console.WriteLine(ci.toPPString()); + } + + [Test] + public void testNotNil() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("testString"); + bean.Attr2 = (1); + short a3 = 3; + bean.Attr3 = (a3); + long a4 = 101; + bean.Attr4 = (a4); + float a5 = 10101; + bean.Attr5 = (a5); + double a6 = 101.101; + bean.Attr6 = (a6); + + IFact fact = dtemp.createFact(bean, dc, 1); + Assert.IsNotNull(fact); + Console.WriteLine(fact.toFactString()); + CompositeIndex ci = + new CompositeIndex("attr1", Constants.NOTNILL, fact.getSlotValue(0)); + Assert.IsNotNull(ci); + Console.WriteLine(ci.toPPString()); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Creshendo.UnitTests.csproj b/trunk/Creshendo.UnitTests/Creshendo.UnitTests.csproj new file mode 100644 index 0000000..ca0b2b4 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Creshendo.UnitTests.csproj @@ -0,0 +1,124 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {864D02AA-1689-4E51-93B1-6CBAC7190F22} + Library + Properties + Creshendo.UnitTests + Creshendo.UnitTests + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {9D196D14-9007-49A1-91E4-6388B7953927} + Creshendo + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + + + + + + \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Data/100K-load.dat b/trunk/Creshendo.UnitTests/Data/100K-load.dat new file mode 100644 index 0000000..5c98d00 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/100K-load.dat @@ -0,0 +1,100000 @@ +(myObject (attribute1 "attr0") ) +(myObject (attribute1 "attr1") ) +(myObject (attribute1 "attr2") ) +(myObject (attribute1 "attr3") ) +(myObject (attribute1 "attr4") ) +(myObject (attribute1 "attr5") ) +(myObject (attribute1 "attr6") ) +(myObject (attribute1 "attr7") ) +(myObject (attribute1 "attr8") ) +(myObject (attribute1 "attr9") ) +(myObject (attribute1 "attr10") ) +(myObject (attribute1 "attr11") ) +(myObject (attribute1 "attr12") ) +(myObject (attribute1 "attr13") ) +(myObject (attribute1 "attr14") ) +(myObject (attribute1 "attr15") ) +(myObject (attribute1 "attr16") ) +(myObject (attribute1 "attr17") ) +(myObject (attribute1 "attr18") ) +(myObject (attribute1 "attr19") ) +(myObject (attribute1 "attr20") ) +(myObject (attribute1 "attr21") ) +(myObject (attribute1 "attr22") ) +(myObject (attribute1 "attr23") ) +(myObject (attribute1 "attr24") ) +(myObject (attribute1 "attr25") ) +(myObject (attribute1 "attr26") ) +(myObject (attribute1 "attr27") ) +(myObject (attribute1 "attr28") ) +(myObject (attribute1 "attr29") ) +(myObject (attribute1 "attr30") ) +(myObject (attribute1 "attr31") ) +(myObject (attribute1 "attr32") ) +(myObject (attribute1 "attr33") ) +(myObject (attribute1 "attr34") ) +(myObject (attribute1 "attr35") ) +(myObject (attribute1 "attr36") ) +(myObject (attribute1 "attr37") ) +(myObject (attribute1 "attr38") ) +(myObject (attribute1 "attr39") ) +(myObject (attribute1 "attr40") ) +(myObject (attribute1 "attr41") ) +(myObject (attribute1 "attr42") ) +(myObject (attribute1 "attr43") ) +(myObject (attribute1 "attr44") ) +(myObject (attribute1 "attr45") ) +(myObject (attribute1 "attr46") ) +(myObject (attribute1 "attr47") ) +(myObject (attribute1 "attr48") ) +(myObject (attribute1 "attr49") ) +(myObject (attribute1 "attr50") ) +(myObject (attribute1 "attr51") ) +(myObject (attribute1 "attr52") ) +(myObject (attribute1 "attr53") ) +(myObject (attribute1 "attr54") ) +(myObject (attribute1 "attr55") ) +(myObject (attribute1 "attr56") ) +(myObject (attribute1 "attr57") ) +(myObject (attribute1 "attr58") ) +(myObject (attribute1 "attr59") ) +(myObject (attribute1 "attr60") ) +(myObject (attribute1 "attr61") ) +(myObject (attribute1 "attr62") ) +(myObject (attribute1 "attr63") ) +(myObject (attribute1 "attr64") ) +(myObject (attribute1 "attr65") ) +(myObject (attribute1 "attr66") ) +(myObject (attribute1 "attr67") ) +(myObject (attribute1 "attr68") ) +(myObject (attribute1 "attr69") ) +(myObject (attribute1 "attr70") ) +(myObject (attribute1 "attr71") ) +(myObject (attribute1 "attr72") ) +(myObject (attribute1 "attr73") ) +(myObject (attribute1 "attr74") ) +(myObject (attribute1 "attr75") ) +(myObject (attribute1 "attr76") ) +(myObject (attribute1 "attr77") ) +(myObject (attribute1 "attr78") ) +(myObject (attribute1 "attr79") ) +(myObject (attribute1 "attr80") ) +(myObject (attribute1 "attr81") ) +(myObject (attribute1 "attr82") ) +(myObject (attribute1 "attr83") ) +(myObject (attribute1 "attr84") ) +(myObject (attribute1 "attr85") ) +(myObject (attribute1 "attr86") ) +(myObject (attribute1 "attr87") ) +(myObject (attribute1 "attr88") ) +(myObject (attribute1 "attr89") ) +(myObject (attribute1 "attr90") ) +(myObject (attribute1 "attr91") ) +(myObject (attribute1 "attr92") ) +(myObject (attribute1 "attr93") ) +(myObject (attribute1 "attr94") ) +(myObject (attribute1 "attr95") ) +(myObject (attribute1 "attr96") ) +(myObject (attribute1 "attr97") ) +(myObject (attribute1 "attr98") ) +(myObject (attribute1 "attr99") ) +(myObject (attribute1 "attr100") ) +(myObject (attribute1 "attr101") ) +(myObject (attribute1 "attr102") ) +(myObject (attribute1 "attr103") ) +(myObject (attribute1 "attr104") ) +(myObject (attribute1 "attr105") ) +(myObject (attribute1 "attr106") ) +(myObject (attribute1 "attr107") ) +(myObject (attribute1 "attr108") ) +(myObject (attribute1 "attr109") ) +(myObject (attribute1 "attr110") ) +(myObject (attribute1 "attr111") ) +(myObject (attribute1 "attr112") ) +(myObject (attribute1 "attr113") ) +(myObject (attribute1 "attr114") ) +(myObject (attribute1 "attr115") ) +(myObject (attribute1 "attr116") ) +(myObject (attribute1 "attr117") ) +(myObject (attribute1 "attr118") ) +(myObject (attribute1 "attr119") ) +(myObject (attribute1 "attr120") ) +(myObject (attribute1 "attr121") ) +(myObject (attribute1 "attr122") ) +(myObject (attribute1 "attr123") ) +(myObject (attribute1 "attr124") ) +(myObject (attribute1 "attr125") ) +(myObject (attribute1 "attr126") ) +(myObject (attribute1 "attr127") ) +(myObject (attribute1 "attr128") ) +(myObject (attribute1 "attr129") ) +(myObject (attribute1 "attr130") ) +(myObject (attribute1 "attr131") ) +(myObject (attribute1 "attr132") ) +(myObject (attribute1 "attr133") ) +(myObject (attribute1 "attr134") ) +(myObject (attribute1 "attr135") ) +(myObject (attribute1 "attr136") ) +(myObject (attribute1 "attr137") ) +(myObject (attribute1 "attr138") ) +(myObject (attribute1 "attr139") ) +(myObject (attribute1 "attr140") ) +(myObject (attribute1 "attr141") ) +(myObject (attribute1 "attr142") ) +(myObject (attribute1 "attr143") ) +(myObject (attribute1 "attr144") ) +(myObject (attribute1 "attr145") ) +(myObject (attribute1 "attr146") ) +(myObject (attribute1 "attr147") ) +(myObject (attribute1 "attr148") ) +(myObject (attribute1 "attr149") ) +(myObject (attribute1 "attr150") ) +(myObject (attribute1 "attr151") ) +(myObject (attribute1 "attr152") ) +(myObject (attribute1 "attr153") ) +(myObject (attribute1 "attr154") ) +(myObject (attribute1 "attr155") ) +(myObject (attribute1 "attr156") ) +(myObject (attribute1 "attr157") ) +(myObject (attribute1 "attr158") ) +(myObject (attribute1 "attr159") ) +(myObject (attribute1 "attr160") ) +(myObject (attribute1 "attr161") ) +(myObject (attribute1 "attr162") ) +(myObject (attribute1 "attr163") ) +(myObject (attribute1 "attr164") ) +(myObject (attribute1 "attr165") ) +(myObject (attribute1 "attr166") ) +(myObject (attribute1 "attr167") ) +(myObject (attribute1 "attr168") ) +(myObject (attribute1 "attr169") ) +(myObject (attribute1 "attr170") ) +(myObject (attribute1 "attr171") ) +(myObject (attribute1 "attr172") ) +(myObject (attribute1 "attr173") ) +(myObject (attribute1 "attr174") ) +(myObject (attribute1 "attr175") ) +(myObject (attribute1 "attr176") ) +(myObject (attribute1 "attr177") ) +(myObject (attribute1 "attr178") ) +(myObject (attribute1 "attr179") ) +(myObject (attribute1 "attr180") ) +(myObject (attribute1 "attr181") ) +(myObject (attribute1 "attr182") ) +(myObject (attribute1 "attr183") ) +(myObject (attribute1 "attr184") ) +(myObject (attribute1 "attr185") ) +(myObject (attribute1 "attr186") ) +(myObject (attribute1 "attr187") ) +(myObject (attribute1 "attr188") ) +(myObject (attribute1 "attr189") ) +(myObject (attribute1 "attr190") ) +(myObject (attribute1 "attr191") ) +(myObject (attribute1 "attr192") ) +(myObject (attribute1 "attr193") ) +(myObject (attribute1 "attr194") ) +(myObject (attribute1 "attr195") ) +(myObject (attribute1 "attr196") ) +(myObject (attribute1 "attr197") ) +(myObject (attribute1 "attr198") ) +(myObject (attribute1 "attr199") ) +(myObject (attribute1 "attr200") ) +(myObject (attribute1 "attr201") ) +(myObject (attribute1 "attr202") ) +(myObject (attribute1 "attr203") ) +(myObject (attribute1 "attr204") ) +(myObject (attribute1 "attr205") ) +(myObject (attribute1 "attr206") ) +(myObject (attribute1 "attr207") ) +(myObject (attribute1 "attr208") ) +(myObject (attribute1 "attr209") ) +(myObject (attribute1 "attr210") ) +(myObject (attribute1 "attr211") ) +(myObject (attribute1 "attr212") ) +(myObject (attribute1 "attr213") ) +(myObject (attribute1 "attr214") ) +(myObject (attribute1 "attr215") ) +(myObject (attribute1 "attr216") ) +(myObject (attribute1 "attr217") ) +(myObject (attribute1 "attr218") ) +(myObject (attribute1 "attr219") ) +(myObject (attribute1 "attr220") ) +(myObject (attribute1 "attr221") ) +(myObject (attribute1 "attr222") ) +(myObject (attribute1 "attr223") ) +(myObject (attribute1 "attr224") ) +(myObject (attribute1 "attr225") ) +(myObject (attribute1 "attr226") ) +(myObject (attribute1 "attr227") ) +(myObject (attribute1 "attr228") ) +(myObject (attribute1 "attr229") ) +(myObject (attribute1 "attr230") ) +(myObject (attribute1 "attr231") ) +(myObject (attribute1 "attr232") ) +(myObject (attribute1 "attr233") ) +(myObject (attribute1 "attr234") ) +(myObject (attribute1 "attr235") ) +(myObject (attribute1 "attr236") ) +(myObject (attribute1 "attr237") ) +(myObject (attribute1 "attr238") ) +(myObject (attribute1 "attr239") ) +(myObject (attribute1 "attr240") ) +(myObject (attribute1 "attr241") ) +(myObject (attribute1 "attr242") ) +(myObject (attribute1 "attr243") ) +(myObject (attribute1 "attr244") ) +(myObject (attribute1 "attr245") ) +(myObject (attribute1 "attr246") ) +(myObject (attribute1 "attr247") ) +(myObject (attribute1 "attr248") ) +(myObject (attribute1 "attr249") ) +(myObject (attribute1 "attr250") ) +(myObject (attribute1 "attr251") ) +(myObject (attribute1 "attr252") ) +(myObject (attribute1 "attr253") ) +(myObject (attribute1 "attr254") ) +(myObject (attribute1 "attr255") ) +(myObject (attribute1 "attr256") ) +(myObject (attribute1 "attr257") ) +(myObject (attribute1 "attr258") ) +(myObject (attribute1 "attr259") ) +(myObject (attribute1 "attr260") ) +(myObject (attribute1 "attr261") ) +(myObject (attribute1 "attr262") ) +(myObject (attribute1 "attr263") ) +(myObject (attribute1 "attr264") ) +(myObject (attribute1 "attr265") ) +(myObject (attribute1 "attr266") ) +(myObject (attribute1 "attr267") ) +(myObject (attribute1 "attr268") ) +(myObject (attribute1 "attr269") ) +(myObject (attribute1 "attr270") ) +(myObject (attribute1 "attr271") ) +(myObject (attribute1 "attr272") ) +(myObject (attribute1 "attr273") ) +(myObject (attribute1 "attr274") ) +(myObject (attribute1 "attr275") ) +(myObject (attribute1 "attr276") ) +(myObject (attribute1 "attr277") ) +(myObject (attribute1 "attr278") ) +(myObject (attribute1 "attr279") ) +(myObject (attribute1 "attr280") ) +(myObject (attribute1 "attr281") ) +(myObject (attribute1 "attr282") ) +(myObject (attribute1 "attr283") ) +(myObject (attribute1 "attr284") ) +(myObject (attribute1 "attr285") ) +(myObject (attribute1 "attr286") ) +(myObject (attribute1 "attr287") ) +(myObject (attribute1 "attr288") ) +(myObject (attribute1 "attr289") ) +(myObject (attribute1 "attr290") ) +(myObject (attribute1 "attr291") ) +(myObject (attribute1 "attr292") ) +(myObject (attribute1 "attr293") ) +(myObject (attribute1 "attr294") ) +(myObject (attribute1 "attr295") ) +(myObject (attribute1 "attr296") ) +(myObject (attribute1 "attr297") ) +(myObject (attribute1 "attr298") ) +(myObject (attribute1 "attr299") ) +(myObject (attribute1 "attr300") ) +(myObject (attribute1 "attr301") ) +(myObject (attribute1 "attr302") ) +(myObject (attribute1 "attr303") ) +(myObject (attribute1 "attr304") ) +(myObject (attribute1 "attr305") ) +(myObject (attribute1 "attr306") ) +(myObject (attribute1 "attr307") ) +(myObject (attribute1 "attr308") ) +(myObject (attribute1 "attr309") ) +(myObject (attribute1 "attr310") ) +(myObject (attribute1 "attr311") ) +(myObject (attribute1 "attr312") ) +(myObject (attribute1 "attr313") ) +(myObject (attribute1 "attr314") ) +(myObject (attribute1 "attr315") ) +(myObject (attribute1 "attr316") ) +(myObject (attribute1 "attr317") ) +(myObject (attribute1 "attr318") ) +(myObject (attribute1 "attr319") ) +(myObject (attribute1 "attr320") ) +(myObject (attribute1 "attr321") ) +(myObject (attribute1 "attr322") ) +(myObject (attribute1 "attr323") ) +(myObject (attribute1 "attr324") ) +(myObject (attribute1 "attr325") ) +(myObject (attribute1 "attr326") ) +(myObject (attribute1 "attr327") ) +(myObject (attribute1 "attr328") ) +(myObject (attribute1 "attr329") ) +(myObject (attribute1 "attr330") ) +(myObject (attribute1 "attr331") ) +(myObject (attribute1 "attr332") ) +(myObject (attribute1 "attr333") ) +(myObject (attribute1 "attr334") ) +(myObject (attribute1 "attr335") ) +(myObject (attribute1 "attr336") ) +(myObject (attribute1 "attr337") ) +(myObject (attribute1 "attr338") ) +(myObject (attribute1 "attr339") ) +(myObject (attribute1 "attr340") ) +(myObject (attribute1 "attr341") ) +(myObject (attribute1 "attr342") ) +(myObject (attribute1 "attr343") ) +(myObject (attribute1 "attr344") ) +(myObject (attribute1 "attr345") ) +(myObject (attribute1 "attr346") ) +(myObject (attribute1 "attr347") ) +(myObject (attribute1 "attr348") ) +(myObject (attribute1 "attr349") ) +(myObject (attribute1 "attr350") ) +(myObject (attribute1 "attr351") ) +(myObject (attribute1 "attr352") ) +(myObject (attribute1 "attr353") ) +(myObject (attribute1 "attr354") ) +(myObject (attribute1 "attr355") ) +(myObject (attribute1 "attr356") ) +(myObject (attribute1 "attr357") ) +(myObject (attribute1 "attr358") ) +(myObject (attribute1 "attr359") ) +(myObject (attribute1 "attr360") ) +(myObject (attribute1 "attr361") ) +(myObject (attribute1 "attr362") ) +(myObject (attribute1 "attr363") ) +(myObject (attribute1 "attr364") ) +(myObject (attribute1 "attr365") ) +(myObject (attribute1 "attr366") ) +(myObject (attribute1 "attr367") ) +(myObject (attribute1 "attr368") ) +(myObject (attribute1 "attr369") ) +(myObject (attribute1 "attr370") ) +(myObject (attribute1 "attr371") ) +(myObject (attribute1 "attr372") ) +(myObject (attribute1 "attr373") ) +(myObject (attribute1 "attr374") ) +(myObject (attribute1 "attr375") ) +(myObject (attribute1 "attr376") ) +(myObject (attribute1 "attr377") ) +(myObject (attribute1 "attr378") ) +(myObject (attribute1 "attr379") ) +(myObject (attribute1 "attr380") ) +(myObject (attribute1 "attr381") ) +(myObject (attribute1 "attr382") ) +(myObject (attribute1 "attr383") ) +(myObject (attribute1 "attr384") ) +(myObject (attribute1 "attr385") ) +(myObject (attribute1 "attr386") ) +(myObject (attribute1 "attr387") ) +(myObject (attribute1 "attr388") ) +(myObject (attribute1 "attr389") ) +(myObject (attribute1 "attr390") ) +(myObject (attribute1 "attr391") ) +(myObject (attribute1 "attr392") ) +(myObject (attribute1 "attr393") ) +(myObject (attribute1 "attr394") ) +(myObject (attribute1 "attr395") ) +(myObject (attribute1 "attr396") ) +(myObject (attribute1 "attr397") ) +(myObject (attribute1 "attr398") ) +(myObject (attribute1 "attr399") ) +(myObject (attribute1 "attr400") ) +(myObject (attribute1 "attr401") ) +(myObject (attribute1 "attr402") ) +(myObject (attribute1 "attr403") ) +(myObject (attribute1 "attr404") ) +(myObject (attribute1 "attr405") ) +(myObject (attribute1 "attr406") ) +(myObject (attribute1 "attr407") ) +(myObject (attribute1 "attr408") ) +(myObject (attribute1 "attr409") ) +(myObject (attribute1 "attr410") ) +(myObject (attribute1 "attr411") ) +(myObject (attribute1 "attr412") ) +(myObject (attribute1 "attr413") ) +(myObject (attribute1 "attr414") ) +(myObject (attribute1 "attr415") ) +(myObject (attribute1 "attr416") ) +(myObject (attribute1 "attr417") ) +(myObject (attribute1 "attr418") ) +(myObject (attribute1 "attr419") ) +(myObject (attribute1 "attr420") ) +(myObject (attribute1 "attr421") ) +(myObject (attribute1 "attr422") ) +(myObject (attribute1 "attr423") ) +(myObject (attribute1 "attr424") ) +(myObject (attribute1 "attr425") ) +(myObject (attribute1 "attr426") ) +(myObject (attribute1 "attr427") ) +(myObject (attribute1 "attr428") ) +(myObject (attribute1 "attr429") ) +(myObject (attribute1 "attr430") ) +(myObject (attribute1 "attr431") ) +(myObject (attribute1 "attr432") ) +(myObject (attribute1 "attr433") ) +(myObject (attribute1 "attr434") ) +(myObject (attribute1 "attr435") ) +(myObject (attribute1 "attr436") ) +(myObject (attribute1 "attr437") ) +(myObject (attribute1 "attr438") ) +(myObject (attribute1 "attr439") ) +(myObject (attribute1 "attr440") ) +(myObject (attribute1 "attr441") ) +(myObject (attribute1 "attr442") ) +(myObject (attribute1 "attr443") ) +(myObject (attribute1 "attr444") ) +(myObject (attribute1 "attr445") ) +(myObject (attribute1 "attr446") ) +(myObject (attribute1 "attr447") ) +(myObject (attribute1 "attr448") ) +(myObject (attribute1 "attr449") ) +(myObject (attribute1 "attr450") ) +(myObject (attribute1 "attr451") ) +(myObject (attribute1 "attr452") ) +(myObject (attribute1 "attr453") ) +(myObject (attribute1 "attr454") ) +(myObject (attribute1 "attr455") ) +(myObject (attribute1 "attr456") ) +(myObject (attribute1 "attr457") ) +(myObject (attribute1 "attr458") ) +(myObject (attribute1 "attr459") ) +(myObject (attribute1 "attr460") ) +(myObject (attribute1 "attr461") ) +(myObject (attribute1 "attr462") ) +(myObject (attribute1 "attr463") ) +(myObject (attribute1 "attr464") ) +(myObject (attribute1 "attr465") ) +(myObject (attribute1 "attr466") ) +(myObject (attribute1 "attr467") ) +(myObject (attribute1 "attr468") ) +(myObject (attribute1 "attr469") ) +(myObject (attribute1 "attr470") ) +(myObject (attribute1 "attr471") ) +(myObject (attribute1 "attr472") ) +(myObject (attribute1 "attr473") ) +(myObject (attribute1 "attr474") ) +(myObject (attribute1 "attr475") ) +(myObject (attribute1 "attr476") ) +(myObject (attribute1 "attr477") ) +(myObject (attribute1 "attr478") ) +(myObject (attribute1 "attr479") ) +(myObject (attribute1 "attr480") ) +(myObject (attribute1 "attr481") ) +(myObject (attribute1 "attr482") ) +(myObject (attribute1 "attr483") ) +(myObject (attribute1 "attr484") ) +(myObject (attribute1 "attr485") ) +(myObject (attribute1 "attr486") ) +(myObject (attribute1 "attr487") ) +(myObject (attribute1 "attr488") ) +(myObject (attribute1 "attr489") ) +(myObject (attribute1 "attr490") ) +(myObject (attribute1 "attr491") ) +(myObject (attribute1 "attr492") ) +(myObject (attribute1 "attr493") ) +(myObject (attribute1 "attr494") ) +(myObject (attribute1 "attr495") ) +(myObject (attribute1 "attr496") ) +(myObject (attribute1 "attr497") ) +(myObject (attribute1 "attr498") ) +(myObject (attribute1 "attr499") ) +(myObject (attribute1 "attr500") ) +(myObject (attribute1 "attr501") ) +(myObject (attribute1 "attr502") ) +(myObject (attribute1 "attr503") ) +(myObject (attribute1 "attr504") ) +(myObject (attribute1 "attr505") ) +(myObject (attribute1 "attr506") ) +(myObject (attribute1 "attr507") ) +(myObject (attribute1 "attr508") ) +(myObject (attribute1 "attr509") ) +(myObject (attribute1 "attr510") ) +(myObject (attribute1 "attr511") ) +(myObject (attribute1 "attr512") ) +(myObject (attribute1 "attr513") ) +(myObject (attribute1 "attr514") ) +(myObject (attribute1 "attr515") ) +(myObject (attribute1 "attr516") ) +(myObject (attribute1 "attr517") ) +(myObject (attribute1 "attr518") ) +(myObject (attribute1 "attr519") ) +(myObject (attribute1 "attr520") ) +(myObject (attribute1 "attr521") ) +(myObject (attribute1 "attr522") ) +(myObject (attribute1 "attr523") ) +(myObject (attribute1 "attr524") ) +(myObject (attribute1 "attr525") ) +(myObject (attribute1 "attr526") ) +(myObject (attribute1 "attr527") ) +(myObject (attribute1 "attr528") ) +(myObject (attribute1 "attr529") ) +(myObject (attribute1 "attr530") ) +(myObject (attribute1 "attr531") ) +(myObject (attribute1 "attr532") ) +(myObject (attribute1 "attr533") ) +(myObject (attribute1 "attr534") ) +(myObject (attribute1 "attr535") ) +(myObject (attribute1 "attr536") ) +(myObject (attribute1 "attr537") ) +(myObject (attribute1 "attr538") ) +(myObject (attribute1 "attr539") ) +(myObject (attribute1 "attr540") ) +(myObject (attribute1 "attr541") ) +(myObject (attribute1 "attr542") ) +(myObject (attribute1 "attr543") ) +(myObject (attribute1 "attr544") ) +(myObject (attribute1 "attr545") ) +(myObject (attribute1 "attr546") ) +(myObject (attribute1 "attr547") ) +(myObject (attribute1 "attr548") ) +(myObject (attribute1 "attr549") ) +(myObject (attribute1 "attr550") ) +(myObject (attribute1 "attr551") ) +(myObject (attribute1 "attr552") ) +(myObject (attribute1 "attr553") ) +(myObject (attribute1 "attr554") ) +(myObject (attribute1 "attr555") ) +(myObject (attribute1 "attr556") ) +(myObject (attribute1 "attr557") ) +(myObject (attribute1 "attr558") ) +(myObject (attribute1 "attr559") ) +(myObject (attribute1 "attr560") ) +(myObject (attribute1 "attr561") ) +(myObject (attribute1 "attr562") ) +(myObject (attribute1 "attr563") ) +(myObject (attribute1 "attr564") ) +(myObject (attribute1 "attr565") ) +(myObject (attribute1 "attr566") ) +(myObject (attribute1 "attr567") ) +(myObject (attribute1 "attr568") ) +(myObject (attribute1 "attr569") ) +(myObject (attribute1 "attr570") ) +(myObject (attribute1 "attr571") ) +(myObject (attribute1 "attr572") ) +(myObject (attribute1 "attr573") ) +(myObject (attribute1 "attr574") ) +(myObject (attribute1 "attr575") ) +(myObject (attribute1 "attr576") ) +(myObject (attribute1 "attr577") ) +(myObject (attribute1 "attr578") ) +(myObject (attribute1 "attr579") ) +(myObject (attribute1 "attr580") ) +(myObject (attribute1 "attr581") ) +(myObject (attribute1 "attr582") ) +(myObject (attribute1 "attr583") ) +(myObject (attribute1 "attr584") ) +(myObject (attribute1 "attr585") ) +(myObject (attribute1 "attr586") ) +(myObject (attribute1 "attr587") ) +(myObject (attribute1 "attr588") ) +(myObject (attribute1 "attr589") ) +(myObject (attribute1 "attr590") ) +(myObject (attribute1 "attr591") ) +(myObject (attribute1 "attr592") ) +(myObject (attribute1 "attr593") ) +(myObject (attribute1 "attr594") ) +(myObject (attribute1 "attr595") ) +(myObject (attribute1 "attr596") ) +(myObject (attribute1 "attr597") ) +(myObject (attribute1 "attr598") ) +(myObject (attribute1 "attr599") ) +(myObject (attribute1 "attr600") ) +(myObject (attribute1 "attr601") ) +(myObject (attribute1 "attr602") ) +(myObject (attribute1 "attr603") ) +(myObject (attribute1 "attr604") ) +(myObject (attribute1 "attr605") ) +(myObject (attribute1 "attr606") ) +(myObject (attribute1 "attr607") ) +(myObject (attribute1 "attr608") ) +(myObject (attribute1 "attr609") ) +(myObject (attribute1 "attr610") ) +(myObject (attribute1 "attr611") ) +(myObject (attribute1 "attr612") ) +(myObject (attribute1 "attr613") ) +(myObject (attribute1 "attr614") ) +(myObject (attribute1 "attr615") ) +(myObject (attribute1 "attr616") ) +(myObject (attribute1 "attr617") ) +(myObject (attribute1 "attr618") ) +(myObject (attribute1 "attr619") ) +(myObject (attribute1 "attr620") ) +(myObject (attribute1 "attr621") ) +(myObject (attribute1 "attr622") ) +(myObject (attribute1 "attr623") ) +(myObject (attribute1 "attr624") ) +(myObject (attribute1 "attr625") ) +(myObject (attribute1 "attr626") ) +(myObject (attribute1 "attr627") ) +(myObject (attribute1 "attr628") ) +(myObject (attribute1 "attr629") ) +(myObject (attribute1 "attr630") ) +(myObject (attribute1 "attr631") ) +(myObject (attribute1 "attr632") ) +(myObject (attribute1 "attr633") ) +(myObject (attribute1 "attr634") ) +(myObject (attribute1 "attr635") ) +(myObject (attribute1 "attr636") ) +(myObject (attribute1 "attr637") ) +(myObject (attribute1 "attr638") ) +(myObject (attribute1 "attr639") ) +(myObject (attribute1 "attr640") ) +(myObject (attribute1 "attr641") ) +(myObject (attribute1 "attr642") ) +(myObject (attribute1 "attr643") ) +(myObject (attribute1 "attr644") ) +(myObject (attribute1 "attr645") ) +(myObject (attribute1 "attr646") ) +(myObject (attribute1 "attr647") ) +(myObject (attribute1 "attr648") ) +(myObject (attribute1 "attr649") ) +(myObject (attribute1 "attr650") ) +(myObject (attribute1 "attr651") ) +(myObject (attribute1 "attr652") ) +(myObject (attribute1 "attr653") ) +(myObject (attribute1 "attr654") ) +(myObject (attribute1 "attr655") ) +(myObject (attribute1 "attr656") ) +(myObject (attribute1 "attr657") ) +(myObject (attribute1 "attr658") ) +(myObject (attribute1 "attr659") ) +(myObject (attribute1 "attr660") ) +(myObject (attribute1 "attr661") ) +(myObject (attribute1 "attr662") ) +(myObject (attribute1 "attr663") ) +(myObject (attribute1 "attr664") ) +(myObject (attribute1 "attr665") ) +(myObject (attribute1 "attr666") ) +(myObject (attribute1 "attr667") ) +(myObject (attribute1 "attr668") ) +(myObject (attribute1 "attr669") ) +(myObject (attribute1 "attr670") ) +(myObject (attribute1 "attr671") ) +(myObject (attribute1 "attr672") ) +(myObject (attribute1 "attr673") ) +(myObject (attribute1 "attr674") ) +(myObject (attribute1 "attr675") ) +(myObject (attribute1 "attr676") ) +(myObject (attribute1 "attr677") ) +(myObject (attribute1 "attr678") ) +(myObject (attribute1 "attr679") ) +(myObject (attribute1 "attr680") ) +(myObject (attribute1 "attr681") ) +(myObject (attribute1 "attr682") ) +(myObject (attribute1 "attr683") ) +(myObject (attribute1 "attr684") ) +(myObject (attribute1 "attr685") ) +(myObject (attribute1 "attr686") ) +(myObject (attribute1 "attr687") ) +(myObject (attribute1 "attr688") ) +(myObject (attribute1 "attr689") ) +(myObject (attribute1 "attr690") ) +(myObject (attribute1 "attr691") ) +(myObject (attribute1 "attr692") ) +(myObject (attribute1 "attr693") ) +(myObject (attribute1 "attr694") ) +(myObject (attribute1 "attr695") ) +(myObject (attribute1 "attr696") ) +(myObject (attribute1 "attr697") ) +(myObject (attribute1 "attr698") ) +(myObject (attribute1 "attr699") ) +(myObject (attribute1 "attr700") ) +(myObject (attribute1 "attr701") ) +(myObject (attribute1 "attr702") ) +(myObject (attribute1 "attr703") ) +(myObject (attribute1 "attr704") ) +(myObject (attribute1 "attr705") ) +(myObject (attribute1 "attr706") ) +(myObject (attribute1 "attr707") ) +(myObject (attribute1 "attr708") ) +(myObject (attribute1 "attr709") ) +(myObject (attribute1 "attr710") ) +(myObject (attribute1 "attr711") ) +(myObject (attribute1 "attr712") ) +(myObject (attribute1 "attr713") ) +(myObject (attribute1 "attr714") ) +(myObject (attribute1 "attr715") ) +(myObject (attribute1 "attr716") ) +(myObject (attribute1 "attr717") ) +(myObject (attribute1 "attr718") ) +(myObject (attribute1 "attr719") ) +(myObject (attribute1 "attr720") ) +(myObject (attribute1 "attr721") ) +(myObject (attribute1 "attr722") ) +(myObject (attribute1 "attr723") ) +(myObject (attribute1 "attr724") ) +(myObject (attribute1 "attr725") ) +(myObject (attribute1 "attr726") ) +(myObject (attribute1 "attr727") ) +(myObject (attribute1 "attr728") ) +(myObject (attribute1 "attr729") ) +(myObject (attribute1 "attr730") ) +(myObject (attribute1 "attr731") ) +(myObject (attribute1 "attr732") ) +(myObject (attribute1 "attr733") ) +(myObject (attribute1 "attr734") ) +(myObject (attribute1 "attr735") ) +(myObject (attribute1 "attr736") ) +(myObject (attribute1 "attr737") ) +(myObject (attribute1 "attr738") ) +(myObject (attribute1 "attr739") ) +(myObject (attribute1 "attr740") ) +(myObject (attribute1 "attr741") ) +(myObject (attribute1 "attr742") ) +(myObject (attribute1 "attr743") ) +(myObject (attribute1 "attr744") ) +(myObject (attribute1 "attr745") ) +(myObject (attribute1 "attr746") ) +(myObject (attribute1 "attr747") ) +(myObject (attribute1 "attr748") ) +(myObject (attribute1 "attr749") ) +(myObject (attribute1 "attr750") ) +(myObject (attribute1 "attr751") ) +(myObject (attribute1 "attr752") ) +(myObject (attribute1 "attr753") ) +(myObject (attribute1 "attr754") ) +(myObject (attribute1 "attr755") ) +(myObject (attribute1 "attr756") ) +(myObject (attribute1 "attr757") ) +(myObject (attribute1 "attr758") ) +(myObject (attribute1 "attr759") ) +(myObject (attribute1 "attr760") ) +(myObject (attribute1 "attr761") ) +(myObject (attribute1 "attr762") ) +(myObject (attribute1 "attr763") ) +(myObject (attribute1 "attr764") ) +(myObject (attribute1 "attr765") ) +(myObject (attribute1 "attr766") ) +(myObject (attribute1 "attr767") ) +(myObject (attribute1 "attr768") ) +(myObject (attribute1 "attr769") ) +(myObject (attribute1 "attr770") ) +(myObject (attribute1 "attr771") ) +(myObject (attribute1 "attr772") ) +(myObject (attribute1 "attr773") ) +(myObject (attribute1 "attr774") ) +(myObject (attribute1 "attr775") ) +(myObject (attribute1 "attr776") ) +(myObject (attribute1 "attr777") ) +(myObject (attribute1 "attr778") ) +(myObject (attribute1 "attr779") ) +(myObject (attribute1 "attr780") ) +(myObject (attribute1 "attr781") ) +(myObject (attribute1 "attr782") ) +(myObject (attribute1 "attr783") ) +(myObject (attribute1 "attr784") ) +(myObject (attribute1 "attr785") ) +(myObject (attribute1 "attr786") ) +(myObject (attribute1 "attr787") ) +(myObject (attribute1 "attr788") ) +(myObject (attribute1 "attr789") ) +(myObject (attribute1 "attr790") ) +(myObject (attribute1 "attr791") ) +(myObject (attribute1 "attr792") ) +(myObject (attribute1 "attr793") ) +(myObject (attribute1 "attr794") ) +(myObject (attribute1 "attr795") ) +(myObject (attribute1 "attr796") ) +(myObject (attribute1 "attr797") ) +(myObject (attribute1 "attr798") ) +(myObject (attribute1 "attr799") ) +(myObject (attribute1 "attr800") ) +(myObject (attribute1 "attr801") ) +(myObject (attribute1 "attr802") ) +(myObject (attribute1 "attr803") ) +(myObject (attribute1 "attr804") ) +(myObject (attribute1 "attr805") ) +(myObject (attribute1 "attr806") ) +(myObject (attribute1 "attr807") ) +(myObject (attribute1 "attr808") ) +(myObject (attribute1 "attr809") ) +(myObject (attribute1 "attr810") ) +(myObject (attribute1 "attr811") ) +(myObject (attribute1 "attr812") ) +(myObject (attribute1 "attr813") ) +(myObject (attribute1 "attr814") ) +(myObject (attribute1 "attr815") ) +(myObject (attribute1 "attr816") ) +(myObject (attribute1 "attr817") ) +(myObject (attribute1 "attr818") ) +(myObject (attribute1 "attr819") ) +(myObject (attribute1 "attr820") ) +(myObject (attribute1 "attr821") ) +(myObject (attribute1 "attr822") ) +(myObject (attribute1 "attr823") ) +(myObject (attribute1 "attr824") ) +(myObject (attribute1 "attr825") ) +(myObject (attribute1 "attr826") ) +(myObject (attribute1 "attr827") ) +(myObject (attribute1 "attr828") ) +(myObject (attribute1 "attr829") ) +(myObject (attribute1 "attr830") ) +(myObject (attribute1 "attr831") ) +(myObject (attribute1 "attr832") ) +(myObject (attribute1 "attr833") ) +(myObject (attribute1 "attr834") ) +(myObject (attribute1 "attr835") ) +(myObject (attribute1 "attr836") ) +(myObject (attribute1 "attr837") ) +(myObject (attribute1 "attr838") ) +(myObject (attribute1 "attr839") ) +(myObject (attribute1 "attr840") ) +(myObject (attribute1 "attr841") ) +(myObject (attribute1 "attr842") ) +(myObject (attribute1 "attr843") ) +(myObject (attribute1 "attr844") ) +(myObject (attribute1 "attr845") ) +(myObject (attribute1 "attr846") ) +(myObject (attribute1 "attr847") ) +(myObject (attribute1 "attr848") ) +(myObject (attribute1 "attr849") ) +(myObject (attribute1 "attr850") ) +(myObject (attribute1 "attr851") ) +(myObject (attribute1 "attr852") ) +(myObject (attribute1 "attr853") ) +(myObject (attribute1 "attr854") ) +(myObject (attribute1 "attr855") ) +(myObject (attribute1 "attr856") ) +(myObject (attribute1 "attr857") ) +(myObject (attribute1 "attr858") ) +(myObject (attribute1 "attr859") ) +(myObject (attribute1 "attr860") ) +(myObject (attribute1 "attr861") ) +(myObject (attribute1 "attr862") ) +(myObject (attribute1 "attr863") ) +(myObject (attribute1 "attr864") ) +(myObject (attribute1 "attr865") ) +(myObject (attribute1 "attr866") ) +(myObject (attribute1 "attr867") ) +(myObject (attribute1 "attr868") ) +(myObject (attribute1 "attr869") ) +(myObject (attribute1 "attr870") ) +(myObject (attribute1 "attr871") ) +(myObject (attribute1 "attr872") ) +(myObject (attribute1 "attr873") ) +(myObject (attribute1 "attr874") ) +(myObject (attribute1 "attr875") ) +(myObject (attribute1 "attr876") ) +(myObject (attribute1 "attr877") ) +(myObject (attribute1 "attr878") ) +(myObject (attribute1 "attr879") ) +(myObject (attribute1 "attr880") ) +(myObject (attribute1 "attr881") ) +(myObject (attribute1 "attr882") ) +(myObject (attribute1 "attr883") ) +(myObject (attribute1 "attr884") ) +(myObject (attribute1 "attr885") ) +(myObject (attribute1 "attr886") ) +(myObject (attribute1 "attr887") ) +(myObject (attribute1 "attr888") ) +(myObject (attribute1 "attr889") ) +(myObject (attribute1 "attr890") ) +(myObject (attribute1 "attr891") ) +(myObject (attribute1 "attr892") ) +(myObject (attribute1 "attr893") ) +(myObject (attribute1 "attr894") ) +(myObject (attribute1 "attr895") ) +(myObject (attribute1 "attr896") ) +(myObject (attribute1 "attr897") ) +(myObject (attribute1 "attr898") ) +(myObject (attribute1 "attr899") ) +(myObject (attribute1 "attr900") ) +(myObject (attribute1 "attr901") ) +(myObject (attribute1 "attr902") ) +(myObject (attribute1 "attr903") ) +(myObject (attribute1 "attr904") ) +(myObject (attribute1 "attr905") ) +(myObject (attribute1 "attr906") ) +(myObject (attribute1 "attr907") ) +(myObject (attribute1 "attr908") ) +(myObject (attribute1 "attr909") ) +(myObject (attribute1 "attr910") ) +(myObject (attribute1 "attr911") ) +(myObject (attribute1 "attr912") ) +(myObject (attribute1 "attr913") ) +(myObject (attribute1 "attr914") ) +(myObject (attribute1 "attr915") ) +(myObject (attribute1 "attr916") ) +(myObject (attribute1 "attr917") ) +(myObject (attribute1 "attr918") ) +(myObject (attribute1 "attr919") ) +(myObject (attribute1 "attr920") ) +(myObject (attribute1 "attr921") ) +(myObject (attribute1 "attr922") ) +(myObject (attribute1 "attr923") ) +(myObject (attribute1 "attr924") ) +(myObject (attribute1 "attr925") ) +(myObject (attribute1 "attr926") ) +(myObject (attribute1 "attr927") ) +(myObject (attribute1 "attr928") ) +(myObject (attribute1 "attr929") ) +(myObject (attribute1 "attr930") ) +(myObject (attribute1 "attr931") ) +(myObject (attribute1 "attr932") ) +(myObject (attribute1 "attr933") ) +(myObject (attribute1 "attr934") ) +(myObject (attribute1 "attr935") ) +(myObject (attribute1 "attr936") ) +(myObject (attribute1 "attr937") ) +(myObject (attribute1 "attr938") ) +(myObject (attribute1 "attr939") ) +(myObject (attribute1 "attr940") ) +(myObject (attribute1 "attr941") ) +(myObject (attribute1 "attr942") ) +(myObject (attribute1 "attr943") ) +(myObject (attribute1 "attr944") ) +(myObject (attribute1 "attr945") ) +(myObject (attribute1 "attr946") ) +(myObject (attribute1 "attr947") ) +(myObject (attribute1 "attr948") ) +(myObject (attribute1 "attr949") ) +(myObject (attribute1 "attr950") ) +(myObject (attribute1 "attr951") ) +(myObject (attribute1 "attr952") ) +(myObject (attribute1 "attr953") ) +(myObject (attribute1 "attr954") ) +(myObject (attribute1 "attr955") ) +(myObject (attribute1 "attr956") ) +(myObject (attribute1 "attr957") ) +(myObject (attribute1 "attr958") ) +(myObject (attribute1 "attr959") ) +(myObject (attribute1 "attr960") ) +(myObject (attribute1 "attr961") ) +(myObject (attribute1 "attr962") ) +(myObject (attribute1 "attr963") ) +(myObject (attribute1 "attr964") ) +(myObject (attribute1 "attr965") ) +(myObject (attribute1 "attr966") ) +(myObject (attribute1 "attr967") ) +(myObject (attribute1 "attr968") ) +(myObject (attribute1 "attr969") ) +(myObject (attribute1 "attr970") ) +(myObject (attribute1 "attr971") ) +(myObject (attribute1 "attr972") ) +(myObject (attribute1 "attr973") ) +(myObject (attribute1 "attr974") ) +(myObject (attribute1 "attr975") ) +(myObject (attribute1 "attr976") ) +(myObject (attribute1 "attr977") ) +(myObject (attribute1 "attr978") ) +(myObject (attribute1 "attr979") ) +(myObject (attribute1 "attr980") ) +(myObject (attribute1 "attr981") ) +(myObject (attribute1 "attr982") ) +(myObject (attribute1 "attr983") ) +(myObject (attribute1 "attr984") ) +(myObject (attribute1 "attr985") ) +(myObject (attribute1 "attr986") ) +(myObject (attribute1 "attr987") ) +(myObject (attribute1 "attr988") ) +(myObject (attribute1 "attr989") ) +(myObject (attribute1 "attr990") ) +(myObject (attribute1 "attr991") ) +(myObject (attribute1 "attr992") ) +(myObject (attribute1 "attr993") ) +(myObject (attribute1 "attr994") ) +(myObject (attribute1 "attr995") ) +(myObject (attribute1 "attr996") ) +(myObject (attribute1 "attr997") ) +(myObject (attribute1 "attr998") ) +(myObject (attribute1 "attr999") ) +(myObject (attribute1 "attr1000") ) +(myObject (attribute1 "attr1001") ) +(myObject (attribute1 "attr1002") ) +(myObject (attribute1 "attr1003") ) +(myObject (attribute1 "attr1004") ) +(myObject (attribute1 "attr1005") ) +(myObject (attribute1 "attr1006") ) +(myObject (attribute1 "attr1007") ) +(myObject (attribute1 "attr1008") ) +(myObject (attribute1 "attr1009") ) +(myObject (attribute1 "attr1010") ) +(myObject (attribute1 "attr1011") ) +(myObject (attribute1 "attr1012") ) +(myObject (attribute1 "attr1013") ) +(myObject (attribute1 "attr1014") ) +(myObject (attribute1 "attr1015") ) +(myObject (attribute1 "attr1016") ) +(myObject (attribute1 "attr1017") ) +(myObject (attribute1 "attr1018") ) +(myObject (attribute1 "attr1019") ) +(myObject (attribute1 "attr1020") ) +(myObject (attribute1 "attr1021") ) +(myObject (attribute1 "attr1022") ) +(myObject (attribute1 "attr1023") ) +(myObject (attribute1 "attr1024") ) +(myObject (attribute1 "attr1025") ) +(myObject (attribute1 "attr1026") ) +(myObject (attribute1 "attr1027") ) +(myObject (attribute1 "attr1028") ) +(myObject (attribute1 "attr1029") ) +(myObject (attribute1 "attr1030") ) +(myObject (attribute1 "attr1031") ) +(myObject (attribute1 "attr1032") ) +(myObject (attribute1 "attr1033") ) +(myObject (attribute1 "attr1034") ) +(myObject (attribute1 "attr1035") ) +(myObject (attribute1 "attr1036") ) +(myObject (attribute1 "attr1037") ) +(myObject (attribute1 "attr1038") ) +(myObject (attribute1 "attr1039") ) +(myObject (attribute1 "attr1040") ) +(myObject (attribute1 "attr1041") ) +(myObject (attribute1 "attr1042") ) +(myObject (attribute1 "attr1043") ) +(myObject (attribute1 "attr1044") ) +(myObject (attribute1 "attr1045") ) +(myObject (attribute1 "attr1046") ) +(myObject (attribute1 "attr1047") ) +(myObject (attribute1 "attr1048") ) +(myObject (attribute1 "attr1049") ) +(myObject (attribute1 "attr1050") ) +(myObject (attribute1 "attr1051") ) +(myObject (attribute1 "attr1052") ) +(myObject (attribute1 "attr1053") ) +(myObject (attribute1 "attr1054") ) +(myObject (attribute1 "attr1055") ) +(myObject (attribute1 "attr1056") ) +(myObject (attribute1 "attr1057") ) +(myObject (attribute1 "attr1058") ) +(myObject (attribute1 "attr1059") ) +(myObject (attribute1 "attr1060") ) +(myObject (attribute1 "attr1061") ) +(myObject (attribute1 "attr1062") ) +(myObject (attribute1 "attr1063") ) +(myObject (attribute1 "attr1064") ) +(myObject (attribute1 "attr1065") ) +(myObject (attribute1 "attr1066") ) +(myObject (attribute1 "attr1067") ) +(myObject (attribute1 "attr1068") ) +(myObject (attribute1 "attr1069") ) +(myObject (attribute1 "attr1070") ) +(myObject (attribute1 "attr1071") ) +(myObject (attribute1 "attr1072") ) +(myObject (attribute1 "attr1073") ) +(myObject (attribute1 "attr1074") ) +(myObject (attribute1 "attr1075") ) +(myObject (attribute1 "attr1076") ) +(myObject (attribute1 "attr1077") ) +(myObject (attribute1 "attr1078") ) +(myObject (attribute1 "attr1079") ) +(myObject (attribute1 "attr1080") ) +(myObject (attribute1 "attr1081") ) +(myObject (attribute1 "attr1082") ) +(myObject (attribute1 "attr1083") ) +(myObject (attribute1 "attr1084") ) +(myObject (attribute1 "attr1085") ) +(myObject (attribute1 "attr1086") ) +(myObject (attribute1 "attr1087") ) +(myObject (attribute1 "attr1088") ) +(myObject (attribute1 "attr1089") ) +(myObject (attribute1 "attr1090") ) +(myObject (attribute1 "attr1091") ) +(myObject (attribute1 "attr1092") ) +(myObject (attribute1 "attr1093") ) +(myObject (attribute1 "attr1094") ) +(myObject (attribute1 "attr1095") ) +(myObject (attribute1 "attr1096") ) +(myObject (attribute1 "attr1097") ) +(myObject (attribute1 "attr1098") ) +(myObject (attribute1 "attr1099") ) +(myObject (attribute1 "attr1100") ) +(myObject (attribute1 "attr1101") ) +(myObject (attribute1 "attr1102") ) +(myObject (attribute1 "attr1103") ) +(myObject (attribute1 "attr1104") ) +(myObject (attribute1 "attr1105") ) +(myObject (attribute1 "attr1106") ) +(myObject (attribute1 "attr1107") ) +(myObject (attribute1 "attr1108") ) +(myObject (attribute1 "attr1109") ) +(myObject (attribute1 "attr1110") ) +(myObject (attribute1 "attr1111") ) +(myObject (attribute1 "attr1112") ) +(myObject (attribute1 "attr1113") ) +(myObject (attribute1 "attr1114") ) +(myObject (attribute1 "attr1115") ) +(myObject (attribute1 "attr1116") ) +(myObject (attribute1 "attr1117") ) +(myObject (attribute1 "attr1118") ) +(myObject (attribute1 "attr1119") ) +(myObject (attribute1 "attr1120") ) +(myObject (attribute1 "attr1121") ) +(myObject (attribute1 "attr1122") ) +(myObject (attribute1 "attr1123") ) +(myObject (attribute1 "attr1124") ) +(myObject (attribute1 "attr1125") ) +(myObject (attribute1 "attr1126") ) +(myObject (attribute1 "attr1127") ) +(myObject (attribute1 "attr1128") ) +(myObject (attribute1 "attr1129") ) +(myObject (attribute1 "attr1130") ) +(myObject (attribute1 "attr1131") ) +(myObject (attribute1 "attr1132") ) +(myObject (attribute1 "attr1133") ) +(myObject (attribute1 "attr1134") ) +(myObject (attribute1 "attr1135") ) +(myObject (attribute1 "attr1136") ) +(myObject (attribute1 "attr1137") ) +(myObject (attribute1 "attr1138") ) +(myObject (attribute1 "attr1139") ) +(myObject (attribute1 "attr1140") ) +(myObject (attribute1 "attr1141") ) +(myObject (attribute1 "attr1142") ) +(myObject (attribute1 "attr1143") ) +(myObject (attribute1 "attr1144") ) +(myObject (attribute1 "attr1145") ) +(myObject (attribute1 "attr1146") ) +(myObject (attribute1 "attr1147") ) +(myObject (attribute1 "attr1148") ) +(myObject (attribute1 "attr1149") ) +(myObject (attribute1 "attr1150") ) +(myObject (attribute1 "attr1151") ) +(myObject (attribute1 "attr1152") ) +(myObject (attribute1 "attr1153") ) +(myObject (attribute1 "attr1154") ) +(myObject (attribute1 "attr1155") ) +(myObject (attribute1 "attr1156") ) +(myObject (attribute1 "attr1157") ) +(myObject (attribute1 "attr1158") ) +(myObject (attribute1 "attr1159") ) +(myObject (attribute1 "attr1160") ) +(myObject (attribute1 "attr1161") ) +(myObject (attribute1 "attr1162") ) +(myObject (attribute1 "attr1163") ) +(myObject (attribute1 "attr1164") ) +(myObject (attribute1 "attr1165") ) +(myObject (attribute1 "attr1166") ) +(myObject (attribute1 "attr1167") ) +(myObject (attribute1 "attr1168") ) +(myObject (attribute1 "attr1169") ) +(myObject (attribute1 "attr1170") ) +(myObject (attribute1 "attr1171") ) +(myObject (attribute1 "attr1172") ) +(myObject (attribute1 "attr1173") ) +(myObject (attribute1 "attr1174") ) +(myObject (attribute1 "attr1175") ) +(myObject (attribute1 "attr1176") ) +(myObject (attribute1 "attr1177") ) +(myObject (attribute1 "attr1178") ) +(myObject (attribute1 "attr1179") ) +(myObject (attribute1 "attr1180") ) +(myObject (attribute1 "attr1181") ) +(myObject (attribute1 "attr1182") ) +(myObject (attribute1 "attr1183") ) +(myObject (attribute1 "attr1184") ) +(myObject (attribute1 "attr1185") ) +(myObject (attribute1 "attr1186") ) +(myObject (attribute1 "attr1187") ) +(myObject (attribute1 "attr1188") ) +(myObject (attribute1 "attr1189") ) +(myObject (attribute1 "attr1190") ) +(myObject (attribute1 "attr1191") ) +(myObject (attribute1 "attr1192") ) +(myObject (attribute1 "attr1193") ) +(myObject (attribute1 "attr1194") ) +(myObject (attribute1 "attr1195") ) +(myObject (attribute1 "attr1196") ) +(myObject (attribute1 "attr1197") ) +(myObject (attribute1 "attr1198") ) +(myObject (attribute1 "attr1199") ) +(myObject (attribute1 "attr1200") ) +(myObject (attribute1 "attr1201") ) +(myObject (attribute1 "attr1202") ) +(myObject (attribute1 "attr1203") ) +(myObject (attribute1 "attr1204") ) +(myObject (attribute1 "attr1205") ) +(myObject (attribute1 "attr1206") ) +(myObject (attribute1 "attr1207") ) +(myObject (attribute1 "attr1208") ) +(myObject (attribute1 "attr1209") ) +(myObject (attribute1 "attr1210") ) +(myObject (attribute1 "attr1211") ) +(myObject (attribute1 "attr1212") ) +(myObject (attribute1 "attr1213") ) +(myObject (attribute1 "attr1214") ) +(myObject (attribute1 "attr1215") ) +(myObject (attribute1 "attr1216") ) +(myObject (attribute1 "attr1217") ) +(myObject (attribute1 "attr1218") ) +(myObject (attribute1 "attr1219") ) +(myObject (attribute1 "attr1220") ) +(myObject (attribute1 "attr1221") ) +(myObject (attribute1 "attr1222") ) +(myObject (attribute1 "attr1223") ) +(myObject (attribute1 "attr1224") ) +(myObject (attribute1 "attr1225") ) +(myObject (attribute1 "attr1226") ) +(myObject (attribute1 "attr1227") ) +(myObject (attribute1 "attr1228") ) +(myObject (attribute1 "attr1229") ) +(myObject (attribute1 "attr1230") ) +(myObject (attribute1 "attr1231") ) +(myObject (attribute1 "attr1232") ) +(myObject (attribute1 "attr1233") ) +(myObject (attribute1 "attr1234") ) +(myObject (attribute1 "attr1235") ) +(myObject (attribute1 "attr1236") ) +(myObject (attribute1 "attr1237") ) +(myObject (attribute1 "attr1238") ) +(myObject (attribute1 "attr1239") ) +(myObject (attribute1 "attr1240") ) +(myObject (attribute1 "attr1241") ) +(myObject (attribute1 "attr1242") ) +(myObject (attribute1 "attr1243") ) +(myObject (attribute1 "attr1244") ) +(myObject (attribute1 "attr1245") ) +(myObject (attribute1 "attr1246") ) +(myObject (attribute1 "attr1247") ) +(myObject (attribute1 "attr1248") ) +(myObject (attribute1 "attr1249") ) +(myObject (attribute1 "attr1250") ) +(myObject (attribute1 "attr1251") ) +(myObject (attribute1 "attr1252") ) +(myObject (attribute1 "attr1253") ) +(myObject (attribute1 "attr1254") ) +(myObject (attribute1 "attr1255") ) +(myObject (attribute1 "attr1256") ) +(myObject (attribute1 "attr1257") ) +(myObject (attribute1 "attr1258") ) +(myObject (attribute1 "attr1259") ) +(myObject (attribute1 "attr1260") ) +(myObject (attribute1 "attr1261") ) +(myObject (attribute1 "attr1262") ) +(myObject (attribute1 "attr1263") ) +(myObject (attribute1 "attr1264") ) +(myObject (attribute1 "attr1265") ) +(myObject (attribute1 "attr1266") ) +(myObject (attribute1 "attr1267") ) +(myObject (attribute1 "attr1268") ) +(myObject (attribute1 "attr1269") ) +(myObject (attribute1 "attr1270") ) +(myObject (attribute1 "attr1271") ) +(myObject (attribute1 "attr1272") ) +(myObject (attribute1 "attr1273") ) +(myObject (attribute1 "attr1274") ) +(myObject (attribute1 "attr1275") ) +(myObject (attribute1 "attr1276") ) +(myObject (attribute1 "attr1277") ) +(myObject (attribute1 "attr1278") ) +(myObject (attribute1 "attr1279") ) +(myObject (attribute1 "attr1280") ) +(myObject (attribute1 "attr1281") ) +(myObject (attribute1 "attr1282") ) +(myObject (attribute1 "attr1283") ) +(myObject (attribute1 "attr1284") ) +(myObject (attribute1 "attr1285") ) +(myObject (attribute1 "attr1286") ) +(myObject (attribute1 "attr1287") ) +(myObject (attribute1 "attr1288") ) +(myObject (attribute1 "attr1289") ) +(myObject (attribute1 "attr1290") ) +(myObject (attribute1 "attr1291") ) +(myObject (attribute1 "attr1292") ) +(myObject (attribute1 "attr1293") ) +(myObject (attribute1 "attr1294") ) +(myObject (attribute1 "attr1295") ) +(myObject (attribute1 "attr1296") ) +(myObject (attribute1 "attr1297") ) +(myObject (attribute1 "attr1298") ) +(myObject (attribute1 "attr1299") ) +(myObject (attribute1 "attr1300") ) +(myObject (attribute1 "attr1301") ) +(myObject (attribute1 "attr1302") ) +(myObject (attribute1 "attr1303") ) +(myObject (attribute1 "attr1304") ) +(myObject (attribute1 "attr1305") ) +(myObject (attribute1 "attr1306") ) +(myObject (attribute1 "attr1307") ) +(myObject (attribute1 "attr1308") ) +(myObject (attribute1 "attr1309") ) +(myObject (attribute1 "attr1310") ) +(myObject (attribute1 "attr1311") ) +(myObject (attribute1 "attr1312") ) +(myObject (attribute1 "attr1313") ) +(myObject (attribute1 "attr1314") ) +(myObject (attribute1 "attr1315") ) +(myObject (attribute1 "attr1316") ) +(myObject (attribute1 "attr1317") ) +(myObject (attribute1 "attr1318") ) +(myObject (attribute1 "attr1319") ) +(myObject (attribute1 "attr1320") ) +(myObject (attribute1 "attr1321") ) +(myObject (attribute1 "attr1322") ) +(myObject (attribute1 "attr1323") ) +(myObject (attribute1 "attr1324") ) +(myObject (attribute1 "attr1325") ) +(myObject (attribute1 "attr1326") ) +(myObject (attribute1 "attr1327") ) +(myObject (attribute1 "attr1328") ) +(myObject (attribute1 "attr1329") ) +(myObject (attribute1 "attr1330") ) +(myObject (attribute1 "attr1331") ) +(myObject (attribute1 "attr1332") ) +(myObject (attribute1 "attr1333") ) +(myObject (attribute1 "attr1334") ) +(myObject (attribute1 "attr1335") ) +(myObject (attribute1 "attr1336") ) +(myObject (attribute1 "attr1337") ) +(myObject (attribute1 "attr1338") ) +(myObject (attribute1 "attr1339") ) +(myObject (attribute1 "attr1340") ) +(myObject (attribute1 "attr1341") ) +(myObject (attribute1 "attr1342") ) +(myObject (attribute1 "attr1343") ) +(myObject (attribute1 "attr1344") ) +(myObject (attribute1 "attr1345") ) +(myObject (attribute1 "attr1346") ) +(myObject (attribute1 "attr1347") ) +(myObject (attribute1 "attr1348") ) +(myObject (attribute1 "attr1349") ) +(myObject (attribute1 "attr1350") ) +(myObject (attribute1 "attr1351") ) +(myObject (attribute1 "attr1352") ) +(myObject (attribute1 "attr1353") ) +(myObject (attribute1 "attr1354") ) +(myObject (attribute1 "attr1355") ) +(myObject (attribute1 "attr1356") ) +(myObject (attribute1 "attr1357") ) +(myObject (attribute1 "attr1358") ) +(myObject (attribute1 "attr1359") ) +(myObject (attribute1 "attr1360") ) +(myObject (attribute1 "attr1361") ) +(myObject (attribute1 "attr1362") ) +(myObject (attribute1 "attr1363") ) +(myObject (attribute1 "attr1364") ) +(myObject (attribute1 "attr1365") ) +(myObject (attribute1 "attr1366") ) +(myObject (attribute1 "attr1367") ) +(myObject (attribute1 "attr1368") ) +(myObject (attribute1 "attr1369") ) +(myObject (attribute1 "attr1370") ) +(myObject (attribute1 "attr1371") ) +(myObject (attribute1 "attr1372") ) +(myObject (attribute1 "attr1373") ) +(myObject (attribute1 "attr1374") ) +(myObject (attribute1 "attr1375") ) +(myObject (attribute1 "attr1376") ) +(myObject (attribute1 "attr1377") ) +(myObject (attribute1 "attr1378") ) +(myObject (attribute1 "attr1379") ) +(myObject (attribute1 "attr1380") ) +(myObject (attribute1 "attr1381") ) +(myObject (attribute1 "attr1382") ) +(myObject (attribute1 "attr1383") ) +(myObject (attribute1 "attr1384") ) +(myObject (attribute1 "attr1385") ) +(myObject (attribute1 "attr1386") ) +(myObject (attribute1 "attr1387") ) +(myObject (attribute1 "attr1388") ) +(myObject (attribute1 "attr1389") ) +(myObject (attribute1 "attr1390") ) +(myObject (attribute1 "attr1391") ) +(myObject (attribute1 "attr1392") ) +(myObject (attribute1 "attr1393") ) +(myObject (attribute1 "attr1394") ) +(myObject (attribute1 "attr1395") ) +(myObject (attribute1 "attr1396") ) +(myObject (attribute1 "attr1397") ) +(myObject (attribute1 "attr1398") ) +(myObject (attribute1 "attr1399") ) +(myObject (attribute1 "attr1400") ) +(myObject (attribute1 "attr1401") ) +(myObject (attribute1 "attr1402") ) +(myObject (attribute1 "attr1403") ) +(myObject (attribute1 "attr1404") ) +(myObject (attribute1 "attr1405") ) +(myObject (attribute1 "attr1406") ) +(myObject (attribute1 "attr1407") ) +(myObject (attribute1 "attr1408") ) +(myObject (attribute1 "attr1409") ) +(myObject (attribute1 "attr1410") ) +(myObject (attribute1 "attr1411") ) +(myObject (attribute1 "attr1412") ) +(myObject (attribute1 "attr1413") ) +(myObject (attribute1 "attr1414") ) +(myObject (attribute1 "attr1415") ) +(myObject (attribute1 "attr1416") ) +(myObject (attribute1 "attr1417") ) +(myObject (attribute1 "attr1418") ) +(myObject (attribute1 "attr1419") ) +(myObject (attribute1 "attr1420") ) +(myObject (attribute1 "attr1421") ) +(myObject (attribute1 "attr1422") ) +(myObject (attribute1 "attr1423") ) +(myObject (attribute1 "attr1424") ) +(myObject (attribute1 "attr1425") ) +(myObject (attribute1 "attr1426") ) +(myObject (attribute1 "attr1427") ) +(myObject (attribute1 "attr1428") ) +(myObject (attribute1 "attr1429") ) +(myObject (attribute1 "attr1430") ) +(myObject (attribute1 "attr1431") ) +(myObject (attribute1 "attr1432") ) +(myObject (attribute1 "attr1433") ) +(myObject (attribute1 "attr1434") ) +(myObject (attribute1 "attr1435") ) +(myObject (attribute1 "attr1436") ) +(myObject (attribute1 "attr1437") ) +(myObject (attribute1 "attr1438") ) +(myObject (attribute1 "attr1439") ) +(myObject (attribute1 "attr1440") ) +(myObject (attribute1 "attr1441") ) +(myObject (attribute1 "attr1442") ) +(myObject (attribute1 "attr1443") ) +(myObject (attribute1 "attr1444") ) +(myObject (attribute1 "attr1445") ) +(myObject (attribute1 "attr1446") ) +(myObject (attribute1 "attr1447") ) +(myObject (attribute1 "attr1448") ) +(myObject (attribute1 "attr1449") ) +(myObject (attribute1 "attr1450") ) +(myObject (attribute1 "attr1451") ) +(myObject (attribute1 "attr1452") ) +(myObject (attribute1 "attr1453") ) +(myObject (attribute1 "attr1454") ) +(myObject (attribute1 "attr1455") ) +(myObject (attribute1 "attr1456") ) +(myObject (attribute1 "attr1457") ) +(myObject (attribute1 "attr1458") ) +(myObject (attribute1 "attr1459") ) +(myObject (attribute1 "attr1460") ) +(myObject (attribute1 "attr1461") ) +(myObject (attribute1 "attr1462") ) +(myObject (attribute1 "attr1463") ) +(myObject (attribute1 "attr1464") ) +(myObject (attribute1 "attr1465") ) +(myObject (attribute1 "attr1466") ) +(myObject (attribute1 "attr1467") ) +(myObject (attribute1 "attr1468") ) +(myObject (attribute1 "attr1469") ) +(myObject (attribute1 "attr1470") ) +(myObject (attribute1 "attr1471") ) +(myObject (attribute1 "attr1472") ) +(myObject (attribute1 "attr1473") ) +(myObject (attribute1 "attr1474") ) +(myObject (attribute1 "attr1475") ) +(myObject (attribute1 "attr1476") ) +(myObject (attribute1 "attr1477") ) +(myObject (attribute1 "attr1478") ) +(myObject (attribute1 "attr1479") ) +(myObject (attribute1 "attr1480") ) +(myObject (attribute1 "attr1481") ) +(myObject (attribute1 "attr1482") ) +(myObject (attribute1 "attr1483") ) +(myObject (attribute1 "attr1484") ) +(myObject (attribute1 "attr1485") ) +(myObject (attribute1 "attr1486") ) +(myObject (attribute1 "attr1487") ) +(myObject (attribute1 "attr1488") ) +(myObject (attribute1 "attr1489") ) +(myObject (attribute1 "attr1490") ) +(myObject (attribute1 "attr1491") ) +(myObject (attribute1 "attr1492") ) +(myObject (attribute1 "attr1493") ) +(myObject (attribute1 "attr1494") ) +(myObject (attribute1 "attr1495") ) +(myObject (attribute1 "attr1496") ) +(myObject (attribute1 "attr1497") ) +(myObject (attribute1 "attr1498") ) +(myObject (attribute1 "attr1499") ) +(myObject (attribute1 "attr1500") ) +(myObject (attribute1 "attr1501") ) +(myObject (attribute1 "attr1502") ) +(myObject (attribute1 "attr1503") ) +(myObject (attribute1 "attr1504") ) +(myObject (attribute1 "attr1505") ) +(myObject (attribute1 "attr1506") ) +(myObject (attribute1 "attr1507") ) +(myObject (attribute1 "attr1508") ) +(myObject (attribute1 "attr1509") ) +(myObject (attribute1 "attr1510") ) +(myObject (attribute1 "attr1511") ) +(myObject (attribute1 "attr1512") ) +(myObject (attribute1 "attr1513") ) +(myObject (attribute1 "attr1514") ) +(myObject (attribute1 "attr1515") ) +(myObject (attribute1 "attr1516") ) +(myObject (attribute1 "attr1517") ) +(myObject (attribute1 "attr1518") ) +(myObject (attribute1 "attr1519") ) +(myObject (attribute1 "attr1520") ) +(myObject (attribute1 "attr1521") ) +(myObject (attribute1 "attr1522") ) +(myObject (attribute1 "attr1523") ) +(myObject (attribute1 "attr1524") ) +(myObject (attribute1 "attr1525") ) +(myObject (attribute1 "attr1526") ) +(myObject (attribute1 "attr1527") ) +(myObject (attribute1 "attr1528") ) +(myObject (attribute1 "attr1529") ) +(myObject (attribute1 "attr1530") ) +(myObject (attribute1 "attr1531") ) +(myObject (attribute1 "attr1532") ) +(myObject (attribute1 "attr1533") ) +(myObject (attribute1 "attr1534") ) +(myObject (attribute1 "attr1535") ) +(myObject (attribute1 "attr1536") ) +(myObject (attribute1 "attr1537") ) +(myObject (attribute1 "attr1538") ) +(myObject (attribute1 "attr1539") ) +(myObject (attribute1 "attr1540") ) +(myObject (attribute1 "attr1541") ) +(myObject (attribute1 "attr1542") ) +(myObject (attribute1 "attr1543") ) +(myObject (attribute1 "attr1544") ) +(myObject (attribute1 "attr1545") ) +(myObject (attribute1 "attr1546") ) +(myObject (attribute1 "attr1547") ) +(myObject (attribute1 "attr1548") ) +(myObject (attribute1 "attr1549") ) +(myObject (attribute1 "attr1550") ) +(myObject (attribute1 "attr1551") ) +(myObject (attribute1 "attr1552") ) +(myObject (attribute1 "attr1553") ) +(myObject (attribute1 "attr1554") ) +(myObject (attribute1 "attr1555") ) +(myObject (attribute1 "attr1556") ) +(myObject (attribute1 "attr1557") ) +(myObject (attribute1 "attr1558") ) +(myObject (attribute1 "attr1559") ) +(myObject (attribute1 "attr1560") ) +(myObject (attribute1 "attr1561") ) +(myObject (attribute1 "attr1562") ) +(myObject (attribute1 "attr1563") ) +(myObject (attribute1 "attr1564") ) +(myObject (attribute1 "attr1565") ) +(myObject (attribute1 "attr1566") ) +(myObject (attribute1 "attr1567") ) +(myObject (attribute1 "attr1568") ) +(myObject (attribute1 "attr1569") ) +(myObject (attribute1 "attr1570") ) +(myObject (attribute1 "attr1571") ) +(myObject (attribute1 "attr1572") ) +(myObject (attribute1 "attr1573") ) +(myObject (attribute1 "attr1574") ) +(myObject (attribute1 "attr1575") ) +(myObject (attribute1 "attr1576") ) +(myObject (attribute1 "attr1577") ) +(myObject (attribute1 "attr1578") ) +(myObject (attribute1 "attr1579") ) +(myObject (attribute1 "attr1580") ) +(myObject (attribute1 "attr1581") ) +(myObject (attribute1 "attr1582") ) +(myObject (attribute1 "attr1583") ) +(myObject (attribute1 "attr1584") ) +(myObject (attribute1 "attr1585") ) +(myObject (attribute1 "attr1586") ) +(myObject (attribute1 "attr1587") ) +(myObject (attribute1 "attr1588") ) +(myObject (attribute1 "attr1589") ) +(myObject (attribute1 "attr1590") ) +(myObject (attribute1 "attr1591") ) +(myObject (attribute1 "attr1592") ) +(myObject (attribute1 "attr1593") ) +(myObject (attribute1 "attr1594") ) +(myObject (attribute1 "attr1595") ) +(myObject (attribute1 "attr1596") ) +(myObject (attribute1 "attr1597") ) +(myObject (attribute1 "attr1598") ) +(myObject (attribute1 "attr1599") ) +(myObject (attribute1 "attr1600") ) +(myObject (attribute1 "attr1601") ) +(myObject (attribute1 "attr1602") ) +(myObject (attribute1 "attr1603") ) +(myObject (attribute1 "attr1604") ) +(myObject (attribute1 "attr1605") ) +(myObject (attribute1 "attr1606") ) +(myObject (attribute1 "attr1607") ) +(myObject (attribute1 "attr1608") ) +(myObject (attribute1 "attr1609") ) +(myObject (attribute1 "attr1610") ) +(myObject (attribute1 "attr1611") ) +(myObject (attribute1 "attr1612") ) +(myObject (attribute1 "attr1613") ) +(myObject (attribute1 "attr1614") ) +(myObject (attribute1 "attr1615") ) +(myObject (attribute1 "attr1616") ) +(myObject (attribute1 "attr1617") ) +(myObject (attribute1 "attr1618") ) +(myObject (attribute1 "attr1619") ) +(myObject (attribute1 "attr1620") ) +(myObject (attribute1 "attr1621") ) +(myObject (attribute1 "attr1622") ) +(myObject (attribute1 "attr1623") ) +(myObject (attribute1 "attr1624") ) +(myObject (attribute1 "attr1625") ) +(myObject (attribute1 "attr1626") ) +(myObject (attribute1 "attr1627") ) +(myObject (attribute1 "attr1628") ) +(myObject (attribute1 "attr1629") ) +(myObject (attribute1 "attr1630") ) +(myObject (attribute1 "attr1631") ) +(myObject (attribute1 "attr1632") ) +(myObject (attribute1 "attr1633") ) +(myObject (attribute1 "attr1634") ) +(myObject (attribute1 "attr1635") ) +(myObject (attribute1 "attr1636") ) +(myObject (attribute1 "attr1637") ) +(myObject (attribute1 "attr1638") ) +(myObject (attribute1 "attr1639") ) +(myObject (attribute1 "attr1640") ) +(myObject (attribute1 "attr1641") ) +(myObject (attribute1 "attr1642") ) +(myObject (attribute1 "attr1643") ) +(myObject (attribute1 "attr1644") ) +(myObject (attribute1 "attr1645") ) +(myObject (attribute1 "attr1646") ) +(myObject (attribute1 "attr1647") ) +(myObject (attribute1 "attr1648") ) +(myObject (attribute1 "attr1649") ) +(myObject (attribute1 "attr1650") ) +(myObject (attribute1 "attr1651") ) +(myObject (attribute1 "attr1652") ) +(myObject (attribute1 "attr1653") ) +(myObject (attribute1 "attr1654") ) +(myObject (attribute1 "attr1655") ) +(myObject (attribute1 "attr1656") ) +(myObject (attribute1 "attr1657") ) +(myObject (attribute1 "attr1658") ) +(myObject (attribute1 "attr1659") ) +(myObject (attribute1 "attr1660") ) +(myObject (attribute1 "attr1661") ) +(myObject (attribute1 "attr1662") ) +(myObject (attribute1 "attr1663") ) +(myObject (attribute1 "attr1664") ) +(myObject (attribute1 "attr1665") ) +(myObject (attribute1 "attr1666") ) +(myObject (attribute1 "attr1667") ) +(myObject (attribute1 "attr1668") ) +(myObject (attribute1 "attr1669") ) +(myObject (attribute1 "attr1670") ) +(myObject (attribute1 "attr1671") ) +(myObject (attribute1 "attr1672") ) +(myObject (attribute1 "attr1673") ) +(myObject (attribute1 "attr1674") ) +(myObject (attribute1 "attr1675") ) +(myObject (attribute1 "attr1676") ) +(myObject (attribute1 "attr1677") ) +(myObject (attribute1 "attr1678") ) +(myObject (attribute1 "attr1679") ) +(myObject (attribute1 "attr1680") ) +(myObject (attribute1 "attr1681") ) +(myObject (attribute1 "attr1682") ) +(myObject (attribute1 "attr1683") ) +(myObject (attribute1 "attr1684") ) +(myObject (attribute1 "attr1685") ) +(myObject (attribute1 "attr1686") ) +(myObject (attribute1 "attr1687") ) +(myObject (attribute1 "attr1688") ) +(myObject (attribute1 "attr1689") ) +(myObject (attribute1 "attr1690") ) +(myObject (attribute1 "attr1691") ) +(myObject (attribute1 "attr1692") ) +(myObject (attribute1 "attr1693") ) +(myObject (attribute1 "attr1694") ) +(myObject (attribute1 "attr1695") ) +(myObject (attribute1 "attr1696") ) +(myObject (attribute1 "attr1697") ) +(myObject (attribute1 "attr1698") ) +(myObject (attribute1 "attr1699") ) +(myObject (attribute1 "attr1700") ) +(myObject (attribute1 "attr1701") ) +(myObject (attribute1 "attr1702") ) +(myObject (attribute1 "attr1703") ) +(myObject (attribute1 "attr1704") ) +(myObject (attribute1 "attr1705") ) +(myObject (attribute1 "attr1706") ) +(myObject (attribute1 "attr1707") ) +(myObject (attribute1 "attr1708") ) +(myObject (attribute1 "attr1709") ) +(myObject (attribute1 "attr1710") ) +(myObject (attribute1 "attr1711") ) +(myObject (attribute1 "attr1712") ) +(myObject (attribute1 "attr1713") ) +(myObject (attribute1 "attr1714") ) +(myObject (attribute1 "attr1715") ) +(myObject (attribute1 "attr1716") ) +(myObject (attribute1 "attr1717") ) +(myObject (attribute1 "attr1718") ) +(myObject (attribute1 "attr1719") ) +(myObject (attribute1 "attr1720") ) +(myObject (attribute1 "attr1721") ) +(myObject (attribute1 "attr1722") ) +(myObject (attribute1 "attr1723") ) +(myObject (attribute1 "attr1724") ) +(myObject (attribute1 "attr1725") ) +(myObject (attribute1 "attr1726") ) +(myObject (attribute1 "attr1727") ) +(myObject (attribute1 "attr1728") ) +(myObject (attribute1 "attr1729") ) +(myObject (attribute1 "attr1730") ) +(myObject (attribute1 "attr1731") ) +(myObject (attribute1 "attr1732") ) +(myObject (attribute1 "attr1733") ) +(myObject (attribute1 "attr1734") ) +(myObject (attribute1 "attr1735") ) +(myObject (attribute1 "attr1736") ) +(myObject (attribute1 "attr1737") ) +(myObject (attribute1 "attr1738") ) +(myObject (attribute1 "attr1739") ) +(myObject (attribute1 "attr1740") ) +(myObject (attribute1 "attr1741") ) +(myObject (attribute1 "attr1742") ) +(myObject (attribute1 "attr1743") ) +(myObject (attribute1 "attr1744") ) +(myObject (attribute1 "attr1745") ) +(myObject (attribute1 "attr1746") ) +(myObject (attribute1 "attr1747") ) +(myObject (attribute1 "attr1748") ) +(myObject (attribute1 "attr1749") ) +(myObject (attribute1 "attr1750") ) +(myObject (attribute1 "attr1751") ) +(myObject (attribute1 "attr1752") ) +(myObject (attribute1 "attr1753") ) +(myObject (attribute1 "attr1754") ) +(myObject (attribute1 "attr1755") ) +(myObject (attribute1 "attr1756") ) +(myObject (attribute1 "attr1757") ) +(myObject (attribute1 "attr1758") ) +(myObject (attribute1 "attr1759") ) +(myObject (attribute1 "attr1760") ) +(myObject (attribute1 "attr1761") ) +(myObject (attribute1 "attr1762") ) +(myObject (attribute1 "attr1763") ) +(myObject (attribute1 "attr1764") ) +(myObject (attribute1 "attr1765") ) +(myObject (attribute1 "attr1766") ) +(myObject (attribute1 "attr1767") ) +(myObject (attribute1 "attr1768") ) +(myObject (attribute1 "attr1769") ) +(myObject (attribute1 "attr1770") ) +(myObject (attribute1 "attr1771") ) +(myObject (attribute1 "attr1772") ) +(myObject (attribute1 "attr1773") ) +(myObject (attribute1 "attr1774") ) +(myObject (attribute1 "attr1775") ) +(myObject (attribute1 "attr1776") ) +(myObject (attribute1 "attr1777") ) +(myObject (attribute1 "attr1778") ) +(myObject (attribute1 "attr1779") ) +(myObject (attribute1 "attr1780") ) +(myObject (attribute1 "attr1781") ) +(myObject (attribute1 "attr1782") ) +(myObject (attribute1 "attr1783") ) +(myObject (attribute1 "attr1784") ) +(myObject (attribute1 "attr1785") ) +(myObject (attribute1 "attr1786") ) +(myObject (attribute1 "attr1787") ) +(myObject (attribute1 "attr1788") ) +(myObject (attribute1 "attr1789") ) +(myObject (attribute1 "attr1790") ) +(myObject (attribute1 "attr1791") ) +(myObject (attribute1 "attr1792") ) +(myObject (attribute1 "attr1793") ) +(myObject (attribute1 "attr1794") ) +(myObject (attribute1 "attr1795") ) +(myObject (attribute1 "attr1796") ) +(myObject (attribute1 "attr1797") ) +(myObject (attribute1 "attr1798") ) +(myObject (attribute1 "attr1799") ) +(myObject (attribute1 "attr1800") ) +(myObject (attribute1 "attr1801") ) +(myObject (attribute1 "attr1802") ) +(myObject (attribute1 "attr1803") ) +(myObject (attribute1 "attr1804") ) +(myObject (attribute1 "attr1805") ) +(myObject (attribute1 "attr1806") ) +(myObject (attribute1 "attr1807") ) +(myObject (attribute1 "attr1808") ) +(myObject (attribute1 "attr1809") ) +(myObject (attribute1 "attr1810") ) +(myObject (attribute1 "attr1811") ) +(myObject (attribute1 "attr1812") ) +(myObject (attribute1 "attr1813") ) +(myObject (attribute1 "attr1814") ) +(myObject (attribute1 "attr1815") ) +(myObject (attribute1 "attr1816") ) +(myObject (attribute1 "attr1817") ) +(myObject (attribute1 "attr1818") ) +(myObject (attribute1 "attr1819") ) +(myObject (attribute1 "attr1820") ) +(myObject (attribute1 "attr1821") ) +(myObject (attribute1 "attr1822") ) +(myObject (attribute1 "attr1823") ) +(myObject (attribute1 "attr1824") ) +(myObject (attribute1 "attr1825") ) +(myObject (attribute1 "attr1826") ) +(myObject (attribute1 "attr1827") ) +(myObject (attribute1 "attr1828") ) +(myObject (attribute1 "attr1829") ) +(myObject (attribute1 "attr1830") ) +(myObject (attribute1 "attr1831") ) +(myObject (attribute1 "attr1832") ) +(myObject (attribute1 "attr1833") ) +(myObject (attribute1 "attr1834") ) +(myObject (attribute1 "attr1835") ) +(myObject (attribute1 "attr1836") ) +(myObject (attribute1 "attr1837") ) +(myObject (attribute1 "attr1838") ) +(myObject (attribute1 "attr1839") ) +(myObject (attribute1 "attr1840") ) +(myObject (attribute1 "attr1841") ) +(myObject (attribute1 "attr1842") ) +(myObject (attribute1 "attr1843") ) +(myObject (attribute1 "attr1844") ) +(myObject (attribute1 "attr1845") ) +(myObject (attribute1 "attr1846") ) +(myObject (attribute1 "attr1847") ) +(myObject (attribute1 "attr1848") ) +(myObject (attribute1 "attr1849") ) +(myObject (attribute1 "attr1850") ) +(myObject (attribute1 "attr1851") ) +(myObject (attribute1 "attr1852") ) +(myObject (attribute1 "attr1853") ) +(myObject (attribute1 "attr1854") ) +(myObject (attribute1 "attr1855") ) +(myObject (attribute1 "attr1856") ) +(myObject (attribute1 "attr1857") ) +(myObject (attribute1 "attr1858") ) +(myObject (attribute1 "attr1859") ) +(myObject (attribute1 "attr1860") ) +(myObject (attribute1 "attr1861") ) +(myObject (attribute1 "attr1862") ) +(myObject (attribute1 "attr1863") ) +(myObject (attribute1 "attr1864") ) +(myObject (attribute1 "attr1865") ) +(myObject (attribute1 "attr1866") ) +(myObject (attribute1 "attr1867") ) +(myObject (attribute1 "attr1868") ) +(myObject (attribute1 "attr1869") ) +(myObject (attribute1 "attr1870") ) +(myObject (attribute1 "attr1871") ) +(myObject (attribute1 "attr1872") ) +(myObject (attribute1 "attr1873") ) +(myObject (attribute1 "attr1874") ) +(myObject (attribute1 "attr1875") ) +(myObject (attribute1 "attr1876") ) +(myObject (attribute1 "attr1877") ) +(myObject (attribute1 "attr1878") ) +(myObject (attribute1 "attr1879") ) +(myObject (attribute1 "attr1880") ) +(myObject (attribute1 "attr1881") ) +(myObject (attribute1 "attr1882") ) +(myObject (attribute1 "attr1883") ) +(myObject (attribute1 "attr1884") ) +(myObject (attribute1 "attr1885") ) +(myObject (attribute1 "attr1886") ) +(myObject (attribute1 "attr1887") ) +(myObject (attribute1 "attr1888") ) +(myObject (attribute1 "attr1889") ) +(myObject (attribute1 "attr1890") ) +(myObject (attribute1 "attr1891") ) +(myObject (attribute1 "attr1892") ) +(myObject (attribute1 "attr1893") ) +(myObject (attribute1 "attr1894") ) +(myObject (attribute1 "attr1895") ) +(myObject (attribute1 "attr1896") ) +(myObject (attribute1 "attr1897") ) +(myObject (attribute1 "attr1898") ) +(myObject (attribute1 "attr1899") ) +(myObject (attribute1 "attr1900") ) +(myObject (attribute1 "attr1901") ) +(myObject (attribute1 "attr1902") ) +(myObject (attribute1 "attr1903") ) +(myObject (attribute1 "attr1904") ) +(myObject (attribute1 "attr1905") ) +(myObject (attribute1 "attr1906") ) +(myObject (attribute1 "attr1907") ) +(myObject (attribute1 "attr1908") ) +(myObject (attribute1 "attr1909") ) +(myObject (attribute1 "attr1910") ) +(myObject (attribute1 "attr1911") ) +(myObject (attribute1 "attr1912") ) +(myObject (attribute1 "attr1913") ) +(myObject (attribute1 "attr1914") ) +(myObject (attribute1 "attr1915") ) +(myObject (attribute1 "attr1916") ) +(myObject (attribute1 "attr1917") ) +(myObject (attribute1 "attr1918") ) +(myObject (attribute1 "attr1919") ) +(myObject (attribute1 "attr1920") ) +(myObject (attribute1 "attr1921") ) +(myObject (attribute1 "attr1922") ) +(myObject (attribute1 "attr1923") ) +(myObject (attribute1 "attr1924") ) +(myObject (attribute1 "attr1925") ) +(myObject (attribute1 "attr1926") ) +(myObject (attribute1 "attr1927") ) +(myObject (attribute1 "attr1928") ) +(myObject (attribute1 "attr1929") ) +(myObject (attribute1 "attr1930") ) +(myObject (attribute1 "attr1931") ) +(myObject (attribute1 "attr1932") ) +(myObject (attribute1 "attr1933") ) +(myObject (attribute1 "attr1934") ) +(myObject (attribute1 "attr1935") ) +(myObject (attribute1 "attr1936") ) +(myObject (attribute1 "attr1937") ) +(myObject (attribute1 "attr1938") ) +(myObject (attribute1 "attr1939") ) +(myObject (attribute1 "attr1940") ) +(myObject (attribute1 "attr1941") ) +(myObject (attribute1 "attr1942") ) +(myObject (attribute1 "attr1943") ) +(myObject (attribute1 "attr1944") ) +(myObject (attribute1 "attr1945") ) +(myObject (attribute1 "attr1946") ) +(myObject (attribute1 "attr1947") ) +(myObject (attribute1 "attr1948") ) +(myObject (attribute1 "attr1949") ) +(myObject (attribute1 "attr1950") ) +(myObject (attribute1 "attr1951") ) +(myObject (attribute1 "attr1952") ) +(myObject (attribute1 "attr1953") ) +(myObject (attribute1 "attr1954") ) +(myObject (attribute1 "attr1955") ) +(myObject (attribute1 "attr1956") ) +(myObject (attribute1 "attr1957") ) +(myObject (attribute1 "attr1958") ) +(myObject (attribute1 "attr1959") ) +(myObject (attribute1 "attr1960") ) +(myObject (attribute1 "attr1961") ) +(myObject (attribute1 "attr1962") ) +(myObject (attribute1 "attr1963") ) +(myObject (attribute1 "attr1964") ) +(myObject (attribute1 "attr1965") ) +(myObject (attribute1 "attr1966") ) +(myObject (attribute1 "attr1967") ) +(myObject (attribute1 "attr1968") ) +(myObject (attribute1 "attr1969") ) +(myObject (attribute1 "attr1970") ) +(myObject (attribute1 "attr1971") ) +(myObject (attribute1 "attr1972") ) +(myObject (attribute1 "attr1973") ) +(myObject (attribute1 "attr1974") ) +(myObject (attribute1 "attr1975") ) +(myObject (attribute1 "attr1976") ) +(myObject (attribute1 "attr1977") ) +(myObject (attribute1 "attr1978") ) +(myObject (attribute1 "attr1979") ) +(myObject (attribute1 "attr1980") ) +(myObject (attribute1 "attr1981") ) +(myObject (attribute1 "attr1982") ) +(myObject (attribute1 "attr1983") ) +(myObject (attribute1 "attr1984") ) +(myObject (attribute1 "attr1985") ) +(myObject (attribute1 "attr1986") ) +(myObject (attribute1 "attr1987") ) +(myObject (attribute1 "attr1988") ) +(myObject (attribute1 "attr1989") ) +(myObject (attribute1 "attr1990") ) +(myObject (attribute1 "attr1991") ) +(myObject (attribute1 "attr1992") ) +(myObject (attribute1 "attr1993") ) +(myObject (attribute1 "attr1994") ) +(myObject (attribute1 "attr1995") ) +(myObject (attribute1 "attr1996") ) +(myObject (attribute1 "attr1997") ) +(myObject (attribute1 "attr1998") ) +(myObject (attribute1 "attr1999") ) +(myObject (attribute1 "attr2000") ) +(myObject (attribute1 "attr2001") ) +(myObject (attribute1 "attr2002") ) +(myObject (attribute1 "attr2003") ) +(myObject (attribute1 "attr2004") ) +(myObject (attribute1 "attr2005") ) +(myObject (attribute1 "attr2006") ) +(myObject (attribute1 "attr2007") ) +(myObject (attribute1 "attr2008") ) +(myObject (attribute1 "attr2009") ) +(myObject (attribute1 "attr2010") ) +(myObject (attribute1 "attr2011") ) +(myObject (attribute1 "attr2012") ) +(myObject (attribute1 "attr2013") ) +(myObject (attribute1 "attr2014") ) +(myObject (attribute1 "attr2015") ) +(myObject (attribute1 "attr2016") ) +(myObject (attribute1 "attr2017") ) +(myObject (attribute1 "attr2018") ) +(myObject (attribute1 "attr2019") ) +(myObject (attribute1 "attr2020") ) +(myObject (attribute1 "attr2021") ) +(myObject (attribute1 "attr2022") ) +(myObject (attribute1 "attr2023") ) +(myObject (attribute1 "attr2024") ) +(myObject (attribute1 "attr2025") ) +(myObject (attribute1 "attr2026") ) +(myObject (attribute1 "attr2027") ) +(myObject (attribute1 "attr2028") ) +(myObject (attribute1 "attr2029") ) +(myObject (attribute1 "attr2030") ) +(myObject (attribute1 "attr2031") ) +(myObject (attribute1 "attr2032") ) +(myObject (attribute1 "attr2033") ) +(myObject (attribute1 "attr2034") ) +(myObject (attribute1 "attr2035") ) +(myObject (attribute1 "attr2036") ) +(myObject (attribute1 "attr2037") ) +(myObject (attribute1 "attr2038") ) +(myObject (attribute1 "attr2039") ) +(myObject (attribute1 "attr2040") ) +(myObject (attribute1 "attr2041") ) +(myObject (attribute1 "attr2042") ) +(myObject (attribute1 "attr2043") ) +(myObject (attribute1 "attr2044") ) +(myObject (attribute1 "attr2045") ) +(myObject (attribute1 "attr2046") ) +(myObject (attribute1 "attr2047") ) +(myObject (attribute1 "attr2048") ) +(myObject (attribute1 "attr2049") ) +(myObject (attribute1 "attr2050") ) +(myObject (attribute1 "attr2051") ) +(myObject (attribute1 "attr2052") ) +(myObject (attribute1 "attr2053") ) +(myObject (attribute1 "attr2054") ) +(myObject (attribute1 "attr2055") ) +(myObject (attribute1 "attr2056") ) +(myObject (attribute1 "attr2057") ) +(myObject (attribute1 "attr2058") ) +(myObject (attribute1 "attr2059") ) +(myObject (attribute1 "attr2060") ) +(myObject (attribute1 "attr2061") ) +(myObject (attribute1 "attr2062") ) +(myObject (attribute1 "attr2063") ) +(myObject (attribute1 "attr2064") ) +(myObject (attribute1 "attr2065") ) +(myObject (attribute1 "attr2066") ) +(myObject (attribute1 "attr2067") ) +(myObject (attribute1 "attr2068") ) +(myObject (attribute1 "attr2069") ) +(myObject (attribute1 "attr2070") ) +(myObject (attribute1 "attr2071") ) +(myObject (attribute1 "attr2072") ) +(myObject (attribute1 "attr2073") ) +(myObject (attribute1 "attr2074") ) +(myObject (attribute1 "attr2075") ) +(myObject (attribute1 "attr2076") ) +(myObject (attribute1 "attr2077") ) +(myObject (attribute1 "attr2078") ) +(myObject (attribute1 "attr2079") ) +(myObject (attribute1 "attr2080") ) +(myObject (attribute1 "attr2081") ) +(myObject (attribute1 "attr2082") ) +(myObject (attribute1 "attr2083") ) +(myObject (attribute1 "attr2084") ) +(myObject (attribute1 "attr2085") ) +(myObject (attribute1 "attr2086") ) +(myObject (attribute1 "attr2087") ) +(myObject (attribute1 "attr2088") ) +(myObject (attribute1 "attr2089") ) +(myObject (attribute1 "attr2090") ) +(myObject (attribute1 "attr2091") ) +(myObject (attribute1 "attr2092") ) +(myObject (attribute1 "attr2093") ) +(myObject (attribute1 "attr2094") ) +(myObject (attribute1 "attr2095") ) +(myObject (attribute1 "attr2096") ) +(myObject (attribute1 "attr2097") ) +(myObject (attribute1 "attr2098") ) +(myObject (attribute1 "attr2099") ) +(myObject (attribute1 "attr2100") ) +(myObject (attribute1 "attr2101") ) +(myObject (attribute1 "attr2102") ) +(myObject (attribute1 "attr2103") ) +(myObject (attribute1 "attr2104") ) +(myObject (attribute1 "attr2105") ) +(myObject (attribute1 "attr2106") ) +(myObject (attribute1 "attr2107") ) +(myObject (attribute1 "attr2108") ) +(myObject (attribute1 "attr2109") ) +(myObject (attribute1 "attr2110") ) +(myObject (attribute1 "attr2111") ) +(myObject (attribute1 "attr2112") ) +(myObject (attribute1 "attr2113") ) +(myObject (attribute1 "attr2114") ) +(myObject (attribute1 "attr2115") ) +(myObject (attribute1 "attr2116") ) +(myObject (attribute1 "attr2117") ) +(myObject (attribute1 "attr2118") ) +(myObject (attribute1 "attr2119") ) +(myObject (attribute1 "attr2120") ) +(myObject (attribute1 "attr2121") ) +(myObject (attribute1 "attr2122") ) +(myObject (attribute1 "attr2123") ) +(myObject (attribute1 "attr2124") ) +(myObject (attribute1 "attr2125") ) +(myObject (attribute1 "attr2126") ) +(myObject (attribute1 "attr2127") ) +(myObject (attribute1 "attr2128") ) +(myObject (attribute1 "attr2129") ) +(myObject (attribute1 "attr2130") ) +(myObject (attribute1 "attr2131") ) +(myObject (attribute1 "attr2132") ) +(myObject (attribute1 "attr2133") ) +(myObject (attribute1 "attr2134") ) +(myObject (attribute1 "attr2135") ) +(myObject (attribute1 "attr2136") ) +(myObject (attribute1 "attr2137") ) +(myObject (attribute1 "attr2138") ) +(myObject (attribute1 "attr2139") ) +(myObject (attribute1 "attr2140") ) +(myObject (attribute1 "attr2141") ) +(myObject (attribute1 "attr2142") ) +(myObject (attribute1 "attr2143") ) +(myObject (attribute1 "attr2144") ) +(myObject (attribute1 "attr2145") ) +(myObject (attribute1 "attr2146") ) +(myObject (attribute1 "attr2147") ) +(myObject (attribute1 "attr2148") ) +(myObject (attribute1 "attr2149") ) +(myObject (attribute1 "attr2150") ) +(myObject (attribute1 "attr2151") ) +(myObject (attribute1 "attr2152") ) +(myObject (attribute1 "attr2153") ) +(myObject (attribute1 "attr2154") ) +(myObject (attribute1 "attr2155") ) +(myObject (attribute1 "attr2156") ) +(myObject (attribute1 "attr2157") ) +(myObject (attribute1 "attr2158") ) +(myObject (attribute1 "attr2159") ) +(myObject (attribute1 "attr2160") ) +(myObject (attribute1 "attr2161") ) +(myObject (attribute1 "attr2162") ) +(myObject (attribute1 "attr2163") ) +(myObject (attribute1 "attr2164") ) +(myObject (attribute1 "attr2165") ) +(myObject (attribute1 "attr2166") ) +(myObject (attribute1 "attr2167") ) +(myObject (attribute1 "attr2168") ) +(myObject (attribute1 "attr2169") ) +(myObject (attribute1 "attr2170") ) +(myObject (attribute1 "attr2171") ) +(myObject (attribute1 "attr2172") ) +(myObject (attribute1 "attr2173") ) +(myObject (attribute1 "attr2174") ) +(myObject (attribute1 "attr2175") ) +(myObject (attribute1 "attr2176") ) +(myObject (attribute1 "attr2177") ) +(myObject (attribute1 "attr2178") ) +(myObject (attribute1 "attr2179") ) +(myObject (attribute1 "attr2180") ) +(myObject (attribute1 "attr2181") ) +(myObject (attribute1 "attr2182") ) +(myObject (attribute1 "attr2183") ) +(myObject (attribute1 "attr2184") ) +(myObject (attribute1 "attr2185") ) +(myObject (attribute1 "attr2186") ) +(myObject (attribute1 "attr2187") ) +(myObject (attribute1 "attr2188") ) +(myObject (attribute1 "attr2189") ) +(myObject (attribute1 "attr2190") ) +(myObject (attribute1 "attr2191") ) +(myObject (attribute1 "attr2192") ) +(myObject (attribute1 "attr2193") ) +(myObject (attribute1 "attr2194") ) +(myObject (attribute1 "attr2195") ) +(myObject (attribute1 "attr2196") ) +(myObject (attribute1 "attr2197") ) +(myObject (attribute1 "attr2198") ) +(myObject (attribute1 "attr2199") ) +(myObject (attribute1 "attr2200") ) +(myObject (attribute1 "attr2201") ) +(myObject (attribute1 "attr2202") ) +(myObject (attribute1 "attr2203") ) +(myObject (attribute1 "attr2204") ) +(myObject (attribute1 "attr2205") ) +(myObject (attribute1 "attr2206") ) +(myObject (attribute1 "attr2207") ) +(myObject (attribute1 "attr2208") ) +(myObject (attribute1 "attr2209") ) +(myObject (attribute1 "attr2210") ) +(myObject (attribute1 "attr2211") ) +(myObject (attribute1 "attr2212") ) +(myObject (attribute1 "attr2213") ) +(myObject (attribute1 "attr2214") ) +(myObject (attribute1 "attr2215") ) +(myObject (attribute1 "attr2216") ) +(myObject (attribute1 "attr2217") ) +(myObject (attribute1 "attr2218") ) +(myObject (attribute1 "attr2219") ) +(myObject (attribute1 "attr2220") ) +(myObject (attribute1 "attr2221") ) +(myObject (attribute1 "attr2222") ) +(myObject (attribute1 "attr2223") ) +(myObject (attribute1 "attr2224") ) +(myObject (attribute1 "attr2225") ) +(myObject (attribute1 "attr2226") ) +(myObject (attribute1 "attr2227") ) +(myObject (attribute1 "attr2228") ) +(myObject (attribute1 "attr2229") ) +(myObject (attribute1 "attr2230") ) +(myObject (attribute1 "attr2231") ) +(myObject (attribute1 "attr2232") ) +(myObject (attribute1 "attr2233") ) +(myObject (attribute1 "attr2234") ) +(myObject (attribute1 "attr2235") ) +(myObject (attribute1 "attr2236") ) +(myObject (attribute1 "attr2237") ) +(myObject (attribute1 "attr2238") ) +(myObject (attribute1 "attr2239") ) +(myObject (attribute1 "attr2240") ) +(myObject (attribute1 "attr2241") ) +(myObject (attribute1 "attr2242") ) +(myObject (attribute1 "attr2243") ) +(myObject (attribute1 "attr2244") ) +(myObject (attribute1 "attr2245") ) +(myObject (attribute1 "attr2246") ) +(myObject (attribute1 "attr2247") ) +(myObject (attribute1 "attr2248") ) +(myObject (attribute1 "attr2249") ) +(myObject (attribute1 "attr2250") ) +(myObject (attribute1 "attr2251") ) +(myObject (attribute1 "attr2252") ) +(myObject (attribute1 "attr2253") ) +(myObject (attribute1 "attr2254") ) +(myObject (attribute1 "attr2255") ) +(myObject (attribute1 "attr2256") ) +(myObject (attribute1 "attr2257") ) +(myObject (attribute1 "attr2258") ) +(myObject (attribute1 "attr2259") ) +(myObject (attribute1 "attr2260") ) +(myObject (attribute1 "attr2261") ) +(myObject (attribute1 "attr2262") ) +(myObject (attribute1 "attr2263") ) +(myObject (attribute1 "attr2264") ) +(myObject (attribute1 "attr2265") ) +(myObject (attribute1 "attr2266") ) +(myObject (attribute1 "attr2267") ) +(myObject (attribute1 "attr2268") ) +(myObject (attribute1 "attr2269") ) +(myObject (attribute1 "attr2270") ) +(myObject (attribute1 "attr2271") ) +(myObject (attribute1 "attr2272") ) +(myObject (attribute1 "attr2273") ) +(myObject (attribute1 "attr2274") ) +(myObject (attribute1 "attr2275") ) +(myObject (attribute1 "attr2276") ) +(myObject (attribute1 "attr2277") ) +(myObject (attribute1 "attr2278") ) +(myObject (attribute1 "attr2279") ) +(myObject (attribute1 "attr2280") ) +(myObject (attribute1 "attr2281") ) +(myObject (attribute1 "attr2282") ) +(myObject (attribute1 "attr2283") ) +(myObject (attribute1 "attr2284") ) +(myObject (attribute1 "attr2285") ) +(myObject (attribute1 "attr2286") ) +(myObject (attribute1 "attr2287") ) +(myObject (attribute1 "attr2288") ) +(myObject (attribute1 "attr2289") ) +(myObject (attribute1 "attr2290") ) +(myObject (attribute1 "attr2291") ) +(myObject (attribute1 "attr2292") ) +(myObject (attribute1 "attr2293") ) +(myObject (attribute1 "attr2294") ) +(myObject (attribute1 "attr2295") ) +(myObject (attribute1 "attr2296") ) +(myObject (attribute1 "attr2297") ) +(myObject (attribute1 "attr2298") ) +(myObject (attribute1 "attr2299") ) +(myObject (attribute1 "attr2300") ) +(myObject (attribute1 "attr2301") ) +(myObject (attribute1 "attr2302") ) +(myObject (attribute1 "attr2303") ) +(myObject (attribute1 "attr2304") ) +(myObject (attribute1 "attr2305") ) +(myObject (attribute1 "attr2306") ) +(myObject (attribute1 "attr2307") ) +(myObject (attribute1 "attr2308") ) +(myObject (attribute1 "attr2309") ) +(myObject (attribute1 "attr2310") ) +(myObject (attribute1 "attr2311") ) +(myObject (attribute1 "attr2312") ) +(myObject (attribute1 "attr2313") ) +(myObject (attribute1 "attr2314") ) +(myObject (attribute1 "attr2315") ) +(myObject (attribute1 "attr2316") ) +(myObject (attribute1 "attr2317") ) +(myObject (attribute1 "attr2318") ) +(myObject (attribute1 "attr2319") ) +(myObject (attribute1 "attr2320") ) +(myObject (attribute1 "attr2321") ) +(myObject (attribute1 "attr2322") ) +(myObject (attribute1 "attr2323") ) +(myObject (attribute1 "attr2324") ) +(myObject (attribute1 "attr2325") ) +(myObject (attribute1 "attr2326") ) +(myObject (attribute1 "attr2327") ) +(myObject (attribute1 "attr2328") ) +(myObject (attribute1 "attr2329") ) +(myObject (attribute1 "attr2330") ) +(myObject (attribute1 "attr2331") ) +(myObject (attribute1 "attr2332") ) +(myObject (attribute1 "attr2333") ) +(myObject (attribute1 "attr2334") ) +(myObject (attribute1 "attr2335") ) +(myObject (attribute1 "attr2336") ) +(myObject (attribute1 "attr2337") ) +(myObject (attribute1 "attr2338") ) +(myObject (attribute1 "attr2339") ) +(myObject (attribute1 "attr2340") ) +(myObject (attribute1 "attr2341") ) +(myObject (attribute1 "attr2342") ) +(myObject (attribute1 "attr2343") ) +(myObject (attribute1 "attr2344") ) +(myObject (attribute1 "attr2345") ) +(myObject (attribute1 "attr2346") ) +(myObject (attribute1 "attr2347") ) +(myObject (attribute1 "attr2348") ) +(myObject (attribute1 "attr2349") ) +(myObject (attribute1 "attr2350") ) +(myObject (attribute1 "attr2351") ) +(myObject (attribute1 "attr2352") ) +(myObject (attribute1 "attr2353") ) +(myObject (attribute1 "attr2354") ) +(myObject (attribute1 "attr2355") ) +(myObject (attribute1 "attr2356") ) +(myObject (attribute1 "attr2357") ) +(myObject (attribute1 "attr2358") ) +(myObject (attribute1 "attr2359") ) +(myObject (attribute1 "attr2360") ) +(myObject (attribute1 "attr2361") ) +(myObject (attribute1 "attr2362") ) +(myObject (attribute1 "attr2363") ) +(myObject (attribute1 "attr2364") ) +(myObject (attribute1 "attr2365") ) +(myObject (attribute1 "attr2366") ) +(myObject (attribute1 "attr2367") ) +(myObject (attribute1 "attr2368") ) +(myObject (attribute1 "attr2369") ) +(myObject (attribute1 "attr2370") ) +(myObject (attribute1 "attr2371") ) +(myObject (attribute1 "attr2372") ) +(myObject (attribute1 "attr2373") ) +(myObject (attribute1 "attr2374") ) +(myObject (attribute1 "attr2375") ) +(myObject (attribute1 "attr2376") ) +(myObject (attribute1 "attr2377") ) +(myObject (attribute1 "attr2378") ) +(myObject (attribute1 "attr2379") ) +(myObject (attribute1 "attr2380") ) +(myObject (attribute1 "attr2381") ) +(myObject (attribute1 "attr2382") ) +(myObject (attribute1 "attr2383") ) +(myObject (attribute1 "attr2384") ) +(myObject (attribute1 "attr2385") ) +(myObject (attribute1 "attr2386") ) +(myObject (attribute1 "attr2387") ) +(myObject (attribute1 "attr2388") ) +(myObject (attribute1 "attr2389") ) +(myObject (attribute1 "attr2390") ) +(myObject (attribute1 "attr2391") ) +(myObject (attribute1 "attr2392") ) +(myObject (attribute1 "attr2393") ) +(myObject (attribute1 "attr2394") ) +(myObject (attribute1 "attr2395") ) +(myObject (attribute1 "attr2396") ) +(myObject (attribute1 "attr2397") ) +(myObject (attribute1 "attr2398") ) +(myObject (attribute1 "attr2399") ) +(myObject (attribute1 "attr2400") ) +(myObject (attribute1 "attr2401") ) +(myObject (attribute1 "attr2402") ) +(myObject (attribute1 "attr2403") ) +(myObject (attribute1 "attr2404") ) +(myObject (attribute1 "attr2405") ) +(myObject (attribute1 "attr2406") ) +(myObject (attribute1 "attr2407") ) +(myObject (attribute1 "attr2408") ) +(myObject (attribute1 "attr2409") ) +(myObject (attribute1 "attr2410") ) +(myObject (attribute1 "attr2411") ) +(myObject (attribute1 "attr2412") ) +(myObject (attribute1 "attr2413") ) +(myObject (attribute1 "attr2414") ) +(myObject (attribute1 "attr2415") ) +(myObject (attribute1 "attr2416") ) +(myObject (attribute1 "attr2417") ) +(myObject (attribute1 "attr2418") ) +(myObject (attribute1 "attr2419") ) +(myObject (attribute1 "attr2420") ) +(myObject (attribute1 "attr2421") ) +(myObject (attribute1 "attr2422") ) +(myObject (attribute1 "attr2423") ) +(myObject (attribute1 "attr2424") ) +(myObject (attribute1 "attr2425") ) +(myObject (attribute1 "attr2426") ) +(myObject (attribute1 "attr2427") ) +(myObject (attribute1 "attr2428") ) +(myObject (attribute1 "attr2429") ) +(myObject (attribute1 "attr2430") ) +(myObject (attribute1 "attr2431") ) +(myObject (attribute1 "attr2432") ) +(myObject (attribute1 "attr2433") ) +(myObject (attribute1 "attr2434") ) +(myObject (attribute1 "attr2435") ) +(myObject (attribute1 "attr2436") ) +(myObject (attribute1 "attr2437") ) +(myObject (attribute1 "attr2438") ) +(myObject (attribute1 "attr2439") ) +(myObject (attribute1 "attr2440") ) +(myObject (attribute1 "attr2441") ) +(myObject (attribute1 "attr2442") ) +(myObject (attribute1 "attr2443") ) +(myObject (attribute1 "attr2444") ) +(myObject (attribute1 "attr2445") ) +(myObject (attribute1 "attr2446") ) +(myObject (attribute1 "attr2447") ) +(myObject (attribute1 "attr2448") ) +(myObject (attribute1 "attr2449") ) +(myObject (attribute1 "attr2450") ) +(myObject (attribute1 "attr2451") ) +(myObject (attribute1 "attr2452") ) +(myObject (attribute1 "attr2453") ) +(myObject (attribute1 "attr2454") ) +(myObject (attribute1 "attr2455") ) +(myObject (attribute1 "attr2456") ) +(myObject (attribute1 "attr2457") ) +(myObject (attribute1 "attr2458") ) +(myObject (attribute1 "attr2459") ) +(myObject (attribute1 "attr2460") ) +(myObject (attribute1 "attr2461") ) +(myObject (attribute1 "attr2462") ) +(myObject (attribute1 "attr2463") ) +(myObject (attribute1 "attr2464") ) +(myObject (attribute1 "attr2465") ) +(myObject (attribute1 "attr2466") ) +(myObject (attribute1 "attr2467") ) +(myObject (attribute1 "attr2468") ) +(myObject (attribute1 "attr2469") ) +(myObject (attribute1 "attr2470") ) +(myObject (attribute1 "attr2471") ) +(myObject (attribute1 "attr2472") ) +(myObject (attribute1 "attr2473") ) +(myObject (attribute1 "attr2474") ) +(myObject (attribute1 "attr2475") ) +(myObject (attribute1 "attr2476") ) +(myObject (attribute1 "attr2477") ) +(myObject (attribute1 "attr2478") ) +(myObject (attribute1 "attr2479") ) +(myObject (attribute1 "attr2480") ) +(myObject (attribute1 "attr2481") ) +(myObject (attribute1 "attr2482") ) +(myObject (attribute1 "attr2483") ) +(myObject (attribute1 "attr2484") ) +(myObject (attribute1 "attr2485") ) +(myObject (attribute1 "attr2486") ) +(myObject (attribute1 "attr2487") ) +(myObject (attribute1 "attr2488") ) +(myObject (attribute1 "attr2489") ) +(myObject (attribute1 "attr2490") ) +(myObject (attribute1 "attr2491") ) +(myObject (attribute1 "attr2492") ) +(myObject (attribute1 "attr2493") ) +(myObject (attribute1 "attr2494") ) +(myObject (attribute1 "attr2495") ) +(myObject (attribute1 "attr2496") ) +(myObject (attribute1 "attr2497") ) +(myObject (attribute1 "attr2498") ) +(myObject (attribute1 "attr2499") ) +(myObject (attribute1 "attr2500") ) +(myObject (attribute1 "attr2501") ) +(myObject (attribute1 "attr2502") ) +(myObject (attribute1 "attr2503") ) +(myObject (attribute1 "attr2504") ) +(myObject (attribute1 "attr2505") ) +(myObject (attribute1 "attr2506") ) +(myObject (attribute1 "attr2507") ) +(myObject (attribute1 "attr2508") ) +(myObject (attribute1 "attr2509") ) +(myObject (attribute1 "attr2510") ) +(myObject (attribute1 "attr2511") ) +(myObject (attribute1 "attr2512") ) +(myObject (attribute1 "attr2513") ) +(myObject (attribute1 "attr2514") ) +(myObject (attribute1 "attr2515") ) +(myObject (attribute1 "attr2516") ) +(myObject (attribute1 "attr2517") ) +(myObject (attribute1 "attr2518") ) +(myObject (attribute1 "attr2519") ) +(myObject (attribute1 "attr2520") ) +(myObject (attribute1 "attr2521") ) +(myObject (attribute1 "attr2522") ) +(myObject (attribute1 "attr2523") ) +(myObject (attribute1 "attr2524") ) +(myObject (attribute1 "attr2525") ) +(myObject (attribute1 "attr2526") ) +(myObject (attribute1 "attr2527") ) +(myObject (attribute1 "attr2528") ) +(myObject (attribute1 "attr2529") ) +(myObject (attribute1 "attr2530") ) +(myObject (attribute1 "attr2531") ) +(myObject (attribute1 "attr2532") ) +(myObject (attribute1 "attr2533") ) +(myObject (attribute1 "attr2534") ) +(myObject (attribute1 "attr2535") ) +(myObject (attribute1 "attr2536") ) +(myObject (attribute1 "attr2537") ) +(myObject (attribute1 "attr2538") ) +(myObject (attribute1 "attr2539") ) +(myObject (attribute1 "attr2540") ) +(myObject (attribute1 "attr2541") ) +(myObject (attribute1 "attr2542") ) +(myObject (attribute1 "attr2543") ) +(myObject (attribute1 "attr2544") ) +(myObject (attribute1 "attr2545") ) +(myObject (attribute1 "attr2546") ) +(myObject (attribute1 "attr2547") ) +(myObject (attribute1 "attr2548") ) +(myObject (attribute1 "attr2549") ) +(myObject (attribute1 "attr2550") ) +(myObject (attribute1 "attr2551") ) +(myObject (attribute1 "attr2552") ) +(myObject (attribute1 "attr2553") ) +(myObject (attribute1 "attr2554") ) +(myObject (attribute1 "attr2555") ) +(myObject (attribute1 "attr2556") ) +(myObject (attribute1 "attr2557") ) +(myObject (attribute1 "attr2558") ) +(myObject (attribute1 "attr2559") ) +(myObject (attribute1 "attr2560") ) +(myObject (attribute1 "attr2561") ) +(myObject (attribute1 "attr2562") ) +(myObject (attribute1 "attr2563") ) +(myObject (attribute1 "attr2564") ) +(myObject (attribute1 "attr2565") ) +(myObject (attribute1 "attr2566") ) +(myObject (attribute1 "attr2567") ) +(myObject (attribute1 "attr2568") ) +(myObject (attribute1 "attr2569") ) +(myObject (attribute1 "attr2570") ) +(myObject (attribute1 "attr2571") ) +(myObject (attribute1 "attr2572") ) +(myObject (attribute1 "attr2573") ) +(myObject (attribute1 "attr2574") ) +(myObject (attribute1 "attr2575") ) +(myObject (attribute1 "attr2576") ) +(myObject (attribute1 "attr2577") ) +(myObject (attribute1 "attr2578") ) +(myObject (attribute1 "attr2579") ) +(myObject (attribute1 "attr2580") ) +(myObject (attribute1 "attr2581") ) +(myObject (attribute1 "attr2582") ) +(myObject (attribute1 "attr2583") ) +(myObject (attribute1 "attr2584") ) +(myObject (attribute1 "attr2585") ) +(myObject (attribute1 "attr2586") ) +(myObject (attribute1 "attr2587") ) +(myObject (attribute1 "attr2588") ) +(myObject (attribute1 "attr2589") ) +(myObject (attribute1 "attr2590") ) +(myObject (attribute1 "attr2591") ) +(myObject (attribute1 "attr2592") ) +(myObject (attribute1 "attr2593") ) +(myObject (attribute1 "attr2594") ) +(myObject (attribute1 "attr2595") ) +(myObject (attribute1 "attr2596") ) +(myObject (attribute1 "attr2597") ) +(myObject (attribute1 "attr2598") ) +(myObject (attribute1 "attr2599") ) +(myObject (attribute1 "attr2600") ) +(myObject (attribute1 "attr2601") ) +(myObject (attribute1 "attr2602") ) +(myObject (attribute1 "attr2603") ) +(myObject (attribute1 "attr2604") ) +(myObject (attribute1 "attr2605") ) +(myObject (attribute1 "attr2606") ) +(myObject (attribute1 "attr2607") ) +(myObject (attribute1 "attr2608") ) +(myObject (attribute1 "attr2609") ) +(myObject (attribute1 "attr2610") ) +(myObject (attribute1 "attr2611") ) +(myObject (attribute1 "attr2612") ) +(myObject (attribute1 "attr2613") ) +(myObject (attribute1 "attr2614") ) +(myObject (attribute1 "attr2615") ) +(myObject (attribute1 "attr2616") ) +(myObject (attribute1 "attr2617") ) +(myObject (attribute1 "attr2618") ) +(myObject (attribute1 "attr2619") ) +(myObject (attribute1 "attr2620") ) +(myObject (attribute1 "attr2621") ) +(myObject (attribute1 "attr2622") ) +(myObject (attribute1 "attr2623") ) +(myObject (attribute1 "attr2624") ) +(myObject (attribute1 "attr2625") ) +(myObject (attribute1 "attr2626") ) +(myObject (attribute1 "attr2627") ) +(myObject (attribute1 "attr2628") ) +(myObject (attribute1 "attr2629") ) +(myObject (attribute1 "attr2630") ) +(myObject (attribute1 "attr2631") ) +(myObject (attribute1 "attr2632") ) +(myObject (attribute1 "attr2633") ) +(myObject (attribute1 "attr2634") ) +(myObject (attribute1 "attr2635") ) +(myObject (attribute1 "attr2636") ) +(myObject (attribute1 "attr2637") ) +(myObject (attribute1 "attr2638") ) +(myObject (attribute1 "attr2639") ) +(myObject (attribute1 "attr2640") ) +(myObject (attribute1 "attr2641") ) +(myObject (attribute1 "attr2642") ) +(myObject (attribute1 "attr2643") ) +(myObject (attribute1 "attr2644") ) +(myObject (attribute1 "attr2645") ) +(myObject (attribute1 "attr2646") ) +(myObject (attribute1 "attr2647") ) +(myObject (attribute1 "attr2648") ) +(myObject (attribute1 "attr2649") ) +(myObject (attribute1 "attr2650") ) +(myObject (attribute1 "attr2651") ) +(myObject (attribute1 "attr2652") ) +(myObject (attribute1 "attr2653") ) +(myObject (attribute1 "attr2654") ) +(myObject (attribute1 "attr2655") ) +(myObject (attribute1 "attr2656") ) +(myObject (attribute1 "attr2657") ) +(myObject (attribute1 "attr2658") ) +(myObject (attribute1 "attr2659") ) +(myObject (attribute1 "attr2660") ) +(myObject (attribute1 "attr2661") ) +(myObject (attribute1 "attr2662") ) +(myObject (attribute1 "attr2663") ) +(myObject (attribute1 "attr2664") ) +(myObject (attribute1 "attr2665") ) +(myObject (attribute1 "attr2666") ) +(myObject (attribute1 "attr2667") ) +(myObject (attribute1 "attr2668") ) +(myObject (attribute1 "attr2669") ) +(myObject (attribute1 "attr2670") ) +(myObject (attribute1 "attr2671") ) +(myObject (attribute1 "attr2672") ) +(myObject (attribute1 "attr2673") ) +(myObject (attribute1 "attr2674") ) +(myObject (attribute1 "attr2675") ) +(myObject (attribute1 "attr2676") ) +(myObject (attribute1 "attr2677") ) +(myObject (attribute1 "attr2678") ) +(myObject (attribute1 "attr2679") ) +(myObject (attribute1 "attr2680") ) +(myObject (attribute1 "attr2681") ) +(myObject (attribute1 "attr2682") ) +(myObject (attribute1 "attr2683") ) +(myObject (attribute1 "attr2684") ) +(myObject (attribute1 "attr2685") ) +(myObject (attribute1 "attr2686") ) +(myObject (attribute1 "attr2687") ) +(myObject (attribute1 "attr2688") ) +(myObject (attribute1 "attr2689") ) +(myObject (attribute1 "attr2690") ) +(myObject (attribute1 "attr2691") ) +(myObject (attribute1 "attr2692") ) +(myObject (attribute1 "attr2693") ) +(myObject (attribute1 "attr2694") ) +(myObject (attribute1 "attr2695") ) +(myObject (attribute1 "attr2696") ) +(myObject (attribute1 "attr2697") ) +(myObject (attribute1 "attr2698") ) +(myObject (attribute1 "attr2699") ) +(myObject (attribute1 "attr2700") ) +(myObject (attribute1 "attr2701") ) +(myObject (attribute1 "attr2702") ) +(myObject (attribute1 "attr2703") ) +(myObject (attribute1 "attr2704") ) +(myObject (attribute1 "attr2705") ) +(myObject (attribute1 "attr2706") ) +(myObject (attribute1 "attr2707") ) +(myObject (attribute1 "attr2708") ) +(myObject (attribute1 "attr2709") ) +(myObject (attribute1 "attr2710") ) +(myObject (attribute1 "attr2711") ) +(myObject (attribute1 "attr2712") ) +(myObject (attribute1 "attr2713") ) +(myObject (attribute1 "attr2714") ) +(myObject (attribute1 "attr2715") ) +(myObject (attribute1 "attr2716") ) +(myObject (attribute1 "attr2717") ) +(myObject (attribute1 "attr2718") ) +(myObject (attribute1 "attr2719") ) +(myObject (attribute1 "attr2720") ) +(myObject (attribute1 "attr2721") ) +(myObject (attribute1 "attr2722") ) +(myObject (attribute1 "attr2723") ) +(myObject (attribute1 "attr2724") ) +(myObject (attribute1 "attr2725") ) +(myObject (attribute1 "attr2726") ) +(myObject (attribute1 "attr2727") ) +(myObject (attribute1 "attr2728") ) +(myObject (attribute1 "attr2729") ) +(myObject (attribute1 "attr2730") ) +(myObject (attribute1 "attr2731") ) +(myObject (attribute1 "attr2732") ) +(myObject (attribute1 "attr2733") ) +(myObject (attribute1 "attr2734") ) +(myObject (attribute1 "attr2735") ) +(myObject (attribute1 "attr2736") ) +(myObject (attribute1 "attr2737") ) +(myObject (attribute1 "attr2738") ) +(myObject (attribute1 "attr2739") ) +(myObject (attribute1 "attr2740") ) +(myObject (attribute1 "attr2741") ) +(myObject (attribute1 "attr2742") ) +(myObject (attribute1 "attr2743") ) +(myObject (attribute1 "attr2744") ) +(myObject (attribute1 "attr2745") ) +(myObject (attribute1 "attr2746") ) +(myObject (attribute1 "attr2747") ) +(myObject (attribute1 "attr2748") ) +(myObject (attribute1 "attr2749") ) +(myObject (attribute1 "attr2750") ) +(myObject (attribute1 "attr2751") ) +(myObject (attribute1 "attr2752") ) +(myObject (attribute1 "attr2753") ) +(myObject (attribute1 "attr2754") ) +(myObject (attribute1 "attr2755") ) +(myObject (attribute1 "attr2756") ) +(myObject (attribute1 "attr2757") ) +(myObject (attribute1 "attr2758") ) +(myObject (attribute1 "attr2759") ) +(myObject (attribute1 "attr2760") ) +(myObject (attribute1 "attr2761") ) +(myObject (attribute1 "attr2762") ) +(myObject (attribute1 "attr2763") ) +(myObject (attribute1 "attr2764") ) +(myObject (attribute1 "attr2765") ) +(myObject (attribute1 "attr2766") ) +(myObject (attribute1 "attr2767") ) +(myObject (attribute1 "attr2768") ) +(myObject (attribute1 "attr2769") ) +(myObject (attribute1 "attr2770") ) +(myObject (attribute1 "attr2771") ) +(myObject (attribute1 "attr2772") ) +(myObject (attribute1 "attr2773") ) +(myObject (attribute1 "attr2774") ) +(myObject (attribute1 "attr2775") ) +(myObject (attribute1 "attr2776") ) +(myObject (attribute1 "attr2777") ) +(myObject (attribute1 "attr2778") ) +(myObject (attribute1 "attr2779") ) +(myObject (attribute1 "attr2780") ) +(myObject (attribute1 "attr2781") ) +(myObject (attribute1 "attr2782") ) +(myObject (attribute1 "attr2783") ) +(myObject (attribute1 "attr2784") ) +(myObject (attribute1 "attr2785") ) +(myObject (attribute1 "attr2786") ) +(myObject (attribute1 "attr2787") ) +(myObject (attribute1 "attr2788") ) +(myObject (attribute1 "attr2789") ) +(myObject (attribute1 "attr2790") ) +(myObject (attribute1 "attr2791") ) +(myObject (attribute1 "attr2792") ) +(myObject (attribute1 "attr2793") ) +(myObject (attribute1 "attr2794") ) +(myObject (attribute1 "attr2795") ) +(myObject (attribute1 "attr2796") ) +(myObject (attribute1 "attr2797") ) +(myObject (attribute1 "attr2798") ) +(myObject (attribute1 "attr2799") ) +(myObject (attribute1 "attr2800") ) +(myObject (attribute1 "attr2801") ) +(myObject (attribute1 "attr2802") ) +(myObject (attribute1 "attr2803") ) +(myObject (attribute1 "attr2804") ) +(myObject (attribute1 "attr2805") ) +(myObject (attribute1 "attr2806") ) +(myObject (attribute1 "attr2807") ) +(myObject (attribute1 "attr2808") ) +(myObject (attribute1 "attr2809") ) +(myObject (attribute1 "attr2810") ) +(myObject (attribute1 "attr2811") ) +(myObject (attribute1 "attr2812") ) +(myObject (attribute1 "attr2813") ) +(myObject (attribute1 "attr2814") ) +(myObject (attribute1 "attr2815") ) +(myObject (attribute1 "attr2816") ) +(myObject (attribute1 "attr2817") ) +(myObject (attribute1 "attr2818") ) +(myObject (attribute1 "attr2819") ) +(myObject (attribute1 "attr2820") ) +(myObject (attribute1 "attr2821") ) +(myObject (attribute1 "attr2822") ) +(myObject (attribute1 "attr2823") ) +(myObject (attribute1 "attr2824") ) +(myObject (attribute1 "attr2825") ) +(myObject (attribute1 "attr2826") ) +(myObject (attribute1 "attr2827") ) +(myObject (attribute1 "attr2828") ) +(myObject (attribute1 "attr2829") ) +(myObject (attribute1 "attr2830") ) +(myObject (attribute1 "attr2831") ) +(myObject (attribute1 "attr2832") ) +(myObject (attribute1 "attr2833") ) +(myObject (attribute1 "attr2834") ) +(myObject (attribute1 "attr2835") ) +(myObject (attribute1 "attr2836") ) +(myObject (attribute1 "attr2837") ) +(myObject (attribute1 "attr2838") ) +(myObject (attribute1 "attr2839") ) +(myObject (attribute1 "attr2840") ) +(myObject (attribute1 "attr2841") ) +(myObject (attribute1 "attr2842") ) +(myObject (attribute1 "attr2843") ) +(myObject (attribute1 "attr2844") ) +(myObject (attribute1 "attr2845") ) +(myObject (attribute1 "attr2846") ) +(myObject (attribute1 "attr2847") ) +(myObject (attribute1 "attr2848") ) +(myObject (attribute1 "attr2849") ) +(myObject (attribute1 "attr2850") ) +(myObject (attribute1 "attr2851") ) +(myObject (attribute1 "attr2852") ) +(myObject (attribute1 "attr2853") ) +(myObject (attribute1 "attr2854") ) +(myObject (attribute1 "attr2855") ) +(myObject (attribute1 "attr2856") ) +(myObject (attribute1 "attr2857") ) +(myObject (attribute1 "attr2858") ) +(myObject (attribute1 "attr2859") ) +(myObject (attribute1 "attr2860") ) +(myObject (attribute1 "attr2861") ) +(myObject (attribute1 "attr2862") ) +(myObject (attribute1 "attr2863") ) +(myObject (attribute1 "attr2864") ) +(myObject (attribute1 "attr2865") ) +(myObject (attribute1 "attr2866") ) +(myObject (attribute1 "attr2867") ) +(myObject (attribute1 "attr2868") ) +(myObject (attribute1 "attr2869") ) +(myObject (attribute1 "attr2870") ) +(myObject (attribute1 "attr2871") ) +(myObject (attribute1 "attr2872") ) +(myObject (attribute1 "attr2873") ) +(myObject (attribute1 "attr2874") ) +(myObject (attribute1 "attr2875") ) +(myObject (attribute1 "attr2876") ) +(myObject (attribute1 "attr2877") ) +(myObject (attribute1 "attr2878") ) +(myObject (attribute1 "attr2879") ) +(myObject (attribute1 "attr2880") ) +(myObject (attribute1 "attr2881") ) +(myObject (attribute1 "attr2882") ) +(myObject (attribute1 "attr2883") ) +(myObject (attribute1 "attr2884") ) +(myObject (attribute1 "attr2885") ) +(myObject (attribute1 "attr2886") ) +(myObject (attribute1 "attr2887") ) +(myObject (attribute1 "attr2888") ) +(myObject (attribute1 "attr2889") ) +(myObject (attribute1 "attr2890") ) +(myObject (attribute1 "attr2891") ) +(myObject (attribute1 "attr2892") ) +(myObject (attribute1 "attr2893") ) +(myObject (attribute1 "attr2894") ) +(myObject (attribute1 "attr2895") ) +(myObject (attribute1 "attr2896") ) +(myObject (attribute1 "attr2897") ) +(myObject (attribute1 "attr2898") ) +(myObject (attribute1 "attr2899") ) +(myObject (attribute1 "attr2900") ) +(myObject (attribute1 "attr2901") ) +(myObject (attribute1 "attr2902") ) +(myObject (attribute1 "attr2903") ) +(myObject (attribute1 "attr2904") ) +(myObject (attribute1 "attr2905") ) +(myObject (attribute1 "attr2906") ) +(myObject (attribute1 "attr2907") ) +(myObject (attribute1 "attr2908") ) +(myObject (attribute1 "attr2909") ) +(myObject (attribute1 "attr2910") ) +(myObject (attribute1 "attr2911") ) +(myObject (attribute1 "attr2912") ) +(myObject (attribute1 "attr2913") ) +(myObject (attribute1 "attr2914") ) +(myObject (attribute1 "attr2915") ) +(myObject (attribute1 "attr2916") ) +(myObject (attribute1 "attr2917") ) +(myObject (attribute1 "attr2918") ) +(myObject (attribute1 "attr2919") ) +(myObject (attribute1 "attr2920") ) +(myObject (attribute1 "attr2921") ) +(myObject (attribute1 "attr2922") ) +(myObject (attribute1 "attr2923") ) +(myObject (attribute1 "attr2924") ) +(myObject (attribute1 "attr2925") ) +(myObject (attribute1 "attr2926") ) +(myObject (attribute1 "attr2927") ) +(myObject (attribute1 "attr2928") ) +(myObject (attribute1 "attr2929") ) +(myObject (attribute1 "attr2930") ) +(myObject (attribute1 "attr2931") ) +(myObject (attribute1 "attr2932") ) +(myObject (attribute1 "attr2933") ) +(myObject (attribute1 "attr2934") ) +(myObject (attribute1 "attr2935") ) +(myObject (attribute1 "attr2936") ) +(myObject (attribute1 "attr2937") ) +(myObject (attribute1 "attr2938") ) +(myObject (attribute1 "attr2939") ) +(myObject (attribute1 "attr2940") ) +(myObject (attribute1 "attr2941") ) +(myObject (attribute1 "attr2942") ) +(myObject (attribute1 "attr2943") ) +(myObject (attribute1 "attr2944") ) +(myObject (attribute1 "attr2945") ) +(myObject (attribute1 "attr2946") ) +(myObject (attribute1 "attr2947") ) +(myObject (attribute1 "attr2948") ) +(myObject (attribute1 "attr2949") ) +(myObject (attribute1 "attr2950") ) +(myObject (attribute1 "attr2951") ) +(myObject (attribute1 "attr2952") ) +(myObject (attribute1 "attr2953") ) +(myObject (attribute1 "attr2954") ) +(myObject (attribute1 "attr2955") ) +(myObject (attribute1 "attr2956") ) +(myObject (attribute1 "attr2957") ) +(myObject (attribute1 "attr2958") ) +(myObject (attribute1 "attr2959") ) +(myObject (attribute1 "attr2960") ) +(myObject (attribute1 "attr2961") ) +(myObject (attribute1 "attr2962") ) +(myObject (attribute1 "attr2963") ) +(myObject (attribute1 "attr2964") ) +(myObject (attribute1 "attr2965") ) +(myObject (attribute1 "attr2966") ) +(myObject (attribute1 "attr2967") ) +(myObject (attribute1 "attr2968") ) +(myObject (attribute1 "attr2969") ) +(myObject (attribute1 "attr2970") ) +(myObject (attribute1 "attr2971") ) +(myObject (attribute1 "attr2972") ) +(myObject (attribute1 "attr2973") ) +(myObject (attribute1 "attr2974") ) +(myObject (attribute1 "attr2975") ) +(myObject (attribute1 "attr2976") ) +(myObject (attribute1 "attr2977") ) +(myObject (attribute1 "attr2978") ) +(myObject (attribute1 "attr2979") ) +(myObject (attribute1 "attr2980") ) +(myObject (attribute1 "attr2981") ) +(myObject (attribute1 "attr2982") ) +(myObject (attribute1 "attr2983") ) +(myObject (attribute1 "attr2984") ) +(myObject (attribute1 "attr2985") ) +(myObject (attribute1 "attr2986") ) +(myObject (attribute1 "attr2987") ) +(myObject (attribute1 "attr2988") ) +(myObject (attribute1 "attr2989") ) +(myObject (attribute1 "attr2990") ) +(myObject (attribute1 "attr2991") ) +(myObject (attribute1 "attr2992") ) +(myObject (attribute1 "attr2993") ) +(myObject (attribute1 "attr2994") ) +(myObject (attribute1 "attr2995") ) +(myObject (attribute1 "attr2996") ) +(myObject (attribute1 "attr2997") ) +(myObject (attribute1 "attr2998") ) +(myObject (attribute1 "attr2999") ) +(myObject (attribute1 "attr3000") ) +(myObject (attribute1 "attr3001") ) +(myObject (attribute1 "attr3002") ) +(myObject (attribute1 "attr3003") ) +(myObject (attribute1 "attr3004") ) +(myObject (attribute1 "attr3005") ) +(myObject (attribute1 "attr3006") ) +(myObject (attribute1 "attr3007") ) +(myObject (attribute1 "attr3008") ) +(myObject (attribute1 "attr3009") ) +(myObject (attribute1 "attr3010") ) +(myObject (attribute1 "attr3011") ) +(myObject (attribute1 "attr3012") ) +(myObject (attribute1 "attr3013") ) +(myObject (attribute1 "attr3014") ) +(myObject (attribute1 "attr3015") ) +(myObject (attribute1 "attr3016") ) +(myObject (attribute1 "attr3017") ) +(myObject (attribute1 "attr3018") ) +(myObject (attribute1 "attr3019") ) +(myObject (attribute1 "attr3020") ) +(myObject (attribute1 "attr3021") ) +(myObject (attribute1 "attr3022") ) +(myObject (attribute1 "attr3023") ) +(myObject (attribute1 "attr3024") ) +(myObject (attribute1 "attr3025") ) +(myObject (attribute1 "attr3026") ) +(myObject (attribute1 "attr3027") ) +(myObject (attribute1 "attr3028") ) +(myObject (attribute1 "attr3029") ) +(myObject (attribute1 "attr3030") ) +(myObject (attribute1 "attr3031") ) +(myObject (attribute1 "attr3032") ) +(myObject (attribute1 "attr3033") ) +(myObject (attribute1 "attr3034") ) +(myObject (attribute1 "attr3035") ) +(myObject (attribute1 "attr3036") ) +(myObject (attribute1 "attr3037") ) +(myObject (attribute1 "attr3038") ) +(myObject (attribute1 "attr3039") ) +(myObject (attribute1 "attr3040") ) +(myObject (attribute1 "attr3041") ) +(myObject (attribute1 "attr3042") ) +(myObject (attribute1 "attr3043") ) +(myObject (attribute1 "attr3044") ) +(myObject (attribute1 "attr3045") ) +(myObject (attribute1 "attr3046") ) +(myObject (attribute1 "attr3047") ) +(myObject (attribute1 "attr3048") ) +(myObject (attribute1 "attr3049") ) +(myObject (attribute1 "attr3050") ) +(myObject (attribute1 "attr3051") ) +(myObject (attribute1 "attr3052") ) +(myObject (attribute1 "attr3053") ) +(myObject (attribute1 "attr3054") ) +(myObject (attribute1 "attr3055") ) +(myObject (attribute1 "attr3056") ) +(myObject (attribute1 "attr3057") ) +(myObject (attribute1 "attr3058") ) +(myObject (attribute1 "attr3059") ) +(myObject (attribute1 "attr3060") ) +(myObject (attribute1 "attr3061") ) +(myObject (attribute1 "attr3062") ) +(myObject (attribute1 "attr3063") ) +(myObject (attribute1 "attr3064") ) +(myObject (attribute1 "attr3065") ) +(myObject (attribute1 "attr3066") ) +(myObject (attribute1 "attr3067") ) +(myObject (attribute1 "attr3068") ) +(myObject (attribute1 "attr3069") ) +(myObject (attribute1 "attr3070") ) +(myObject (attribute1 "attr3071") ) +(myObject (attribute1 "attr3072") ) +(myObject (attribute1 "attr3073") ) +(myObject (attribute1 "attr3074") ) +(myObject (attribute1 "attr3075") ) +(myObject (attribute1 "attr3076") ) +(myObject (attribute1 "attr3077") ) +(myObject (attribute1 "attr3078") ) +(myObject (attribute1 "attr3079") ) +(myObject (attribute1 "attr3080") ) +(myObject (attribute1 "attr3081") ) +(myObject (attribute1 "attr3082") ) +(myObject (attribute1 "attr3083") ) +(myObject (attribute1 "attr3084") ) +(myObject (attribute1 "attr3085") ) +(myObject (attribute1 "attr3086") ) +(myObject (attribute1 "attr3087") ) +(myObject (attribute1 "attr3088") ) +(myObject (attribute1 "attr3089") ) +(myObject (attribute1 "attr3090") ) +(myObject (attribute1 "attr3091") ) +(myObject (attribute1 "attr3092") ) +(myObject (attribute1 "attr3093") ) +(myObject (attribute1 "attr3094") ) +(myObject (attribute1 "attr3095") ) +(myObject (attribute1 "attr3096") ) +(myObject (attribute1 "attr3097") ) +(myObject (attribute1 "attr3098") ) +(myObject (attribute1 "attr3099") ) +(myObject (attribute1 "attr3100") ) +(myObject (attribute1 "attr3101") ) +(myObject (attribute1 "attr3102") ) +(myObject (attribute1 "attr3103") ) +(myObject (attribute1 "attr3104") ) +(myObject (attribute1 "attr3105") ) +(myObject (attribute1 "attr3106") ) +(myObject (attribute1 "attr3107") ) +(myObject (attribute1 "attr3108") ) +(myObject (attribute1 "attr3109") ) +(myObject (attribute1 "attr3110") ) +(myObject (attribute1 "attr3111") ) +(myObject (attribute1 "attr3112") ) +(myObject (attribute1 "attr3113") ) +(myObject (attribute1 "attr3114") ) +(myObject (attribute1 "attr3115") ) +(myObject (attribute1 "attr3116") ) +(myObject (attribute1 "attr3117") ) +(myObject (attribute1 "attr3118") ) +(myObject (attribute1 "attr3119") ) +(myObject (attribute1 "attr3120") ) +(myObject (attribute1 "attr3121") ) +(myObject (attribute1 "attr3122") ) +(myObject (attribute1 "attr3123") ) +(myObject (attribute1 "attr3124") ) +(myObject (attribute1 "attr3125") ) +(myObject (attribute1 "attr3126") ) +(myObject (attribute1 "attr3127") ) +(myObject (attribute1 "attr3128") ) +(myObject (attribute1 "attr3129") ) +(myObject (attribute1 "attr3130") ) +(myObject (attribute1 "attr3131") ) +(myObject (attribute1 "attr3132") ) +(myObject (attribute1 "attr3133") ) +(myObject (attribute1 "attr3134") ) +(myObject (attribute1 "attr3135") ) +(myObject (attribute1 "attr3136") ) +(myObject (attribute1 "attr3137") ) +(myObject (attribute1 "attr3138") ) +(myObject (attribute1 "attr3139") ) +(myObject (attribute1 "attr3140") ) +(myObject (attribute1 "attr3141") ) +(myObject (attribute1 "attr3142") ) +(myObject (attribute1 "attr3143") ) +(myObject (attribute1 "attr3144") ) +(myObject (attribute1 "attr3145") ) +(myObject (attribute1 "attr3146") ) +(myObject (attribute1 "attr3147") ) +(myObject (attribute1 "attr3148") ) +(myObject (attribute1 "attr3149") ) +(myObject (attribute1 "attr3150") ) +(myObject (attribute1 "attr3151") ) +(myObject (attribute1 "attr3152") ) +(myObject (attribute1 "attr3153") ) +(myObject (attribute1 "attr3154") ) +(myObject (attribute1 "attr3155") ) +(myObject (attribute1 "attr3156") ) +(myObject (attribute1 "attr3157") ) +(myObject (attribute1 "attr3158") ) +(myObject (attribute1 "attr3159") ) +(myObject (attribute1 "attr3160") ) +(myObject (attribute1 "attr3161") ) +(myObject (attribute1 "attr3162") ) +(myObject (attribute1 "attr3163") ) +(myObject (attribute1 "attr3164") ) +(myObject (attribute1 "attr3165") ) +(myObject (attribute1 "attr3166") ) +(myObject (attribute1 "attr3167") ) +(myObject (attribute1 "attr3168") ) +(myObject (attribute1 "attr3169") ) +(myObject (attribute1 "attr3170") ) +(myObject (attribute1 "attr3171") ) +(myObject (attribute1 "attr3172") ) +(myObject (attribute1 "attr3173") ) +(myObject (attribute1 "attr3174") ) +(myObject (attribute1 "attr3175") ) +(myObject (attribute1 "attr3176") ) +(myObject (attribute1 "attr3177") ) +(myObject (attribute1 "attr3178") ) +(myObject (attribute1 "attr3179") ) +(myObject (attribute1 "attr3180") ) +(myObject (attribute1 "attr3181") ) +(myObject (attribute1 "attr3182") ) +(myObject (attribute1 "attr3183") ) +(myObject (attribute1 "attr3184") ) +(myObject (attribute1 "attr3185") ) +(myObject (attribute1 "attr3186") ) +(myObject (attribute1 "attr3187") ) +(myObject (attribute1 "attr3188") ) +(myObject (attribute1 "attr3189") ) +(myObject (attribute1 "attr3190") ) +(myObject (attribute1 "attr3191") ) +(myObject (attribute1 "attr3192") ) +(myObject (attribute1 "attr3193") ) +(myObject (attribute1 "attr3194") ) +(myObject (attribute1 "attr3195") ) +(myObject (attribute1 "attr3196") ) +(myObject (attribute1 "attr3197") ) +(myObject (attribute1 "attr3198") ) +(myObject (attribute1 "attr3199") ) +(myObject (attribute1 "attr3200") ) +(myObject (attribute1 "attr3201") ) +(myObject (attribute1 "attr3202") ) +(myObject (attribute1 "attr3203") ) +(myObject (attribute1 "attr3204") ) +(myObject (attribute1 "attr3205") ) +(myObject (attribute1 "attr3206") ) +(myObject (attribute1 "attr3207") ) +(myObject (attribute1 "attr3208") ) +(myObject (attribute1 "attr3209") ) +(myObject (attribute1 "attr3210") ) +(myObject (attribute1 "attr3211") ) +(myObject (attribute1 "attr3212") ) +(myObject (attribute1 "attr3213") ) +(myObject (attribute1 "attr3214") ) +(myObject (attribute1 "attr3215") ) +(myObject (attribute1 "attr3216") ) +(myObject (attribute1 "attr3217") ) +(myObject (attribute1 "attr3218") ) +(myObject (attribute1 "attr3219") ) +(myObject (attribute1 "attr3220") ) +(myObject (attribute1 "attr3221") ) +(myObject (attribute1 "attr3222") ) +(myObject (attribute1 "attr3223") ) +(myObject (attribute1 "attr3224") ) +(myObject (attribute1 "attr3225") ) +(myObject (attribute1 "attr3226") ) +(myObject (attribute1 "attr3227") ) +(myObject (attribute1 "attr3228") ) +(myObject (attribute1 "attr3229") ) +(myObject (attribute1 "attr3230") ) +(myObject (attribute1 "attr3231") ) +(myObject (attribute1 "attr3232") ) +(myObject (attribute1 "attr3233") ) +(myObject (attribute1 "attr3234") ) +(myObject (attribute1 "attr3235") ) +(myObject (attribute1 "attr3236") ) +(myObject (attribute1 "attr3237") ) +(myObject (attribute1 "attr3238") ) +(myObject (attribute1 "attr3239") ) +(myObject (attribute1 "attr3240") ) +(myObject (attribute1 "attr3241") ) +(myObject (attribute1 "attr3242") ) +(myObject (attribute1 "attr3243") ) +(myObject (attribute1 "attr3244") ) +(myObject (attribute1 "attr3245") ) +(myObject (attribute1 "attr3246") ) +(myObject (attribute1 "attr3247") ) +(myObject (attribute1 "attr3248") ) +(myObject (attribute1 "attr3249") ) +(myObject (attribute1 "attr3250") ) +(myObject (attribute1 "attr3251") ) +(myObject (attribute1 "attr3252") ) +(myObject (attribute1 "attr3253") ) +(myObject (attribute1 "attr3254") ) +(myObject (attribute1 "attr3255") ) +(myObject (attribute1 "attr3256") ) +(myObject (attribute1 "attr3257") ) +(myObject (attribute1 "attr3258") ) +(myObject (attribute1 "attr3259") ) +(myObject (attribute1 "attr3260") ) +(myObject (attribute1 "attr3261") ) +(myObject (attribute1 "attr3262") ) +(myObject (attribute1 "attr3263") ) +(myObject (attribute1 "attr3264") ) +(myObject (attribute1 "attr3265") ) +(myObject (attribute1 "attr3266") ) +(myObject (attribute1 "attr3267") ) +(myObject (attribute1 "attr3268") ) +(myObject (attribute1 "attr3269") ) +(myObject (attribute1 "attr3270") ) +(myObject (attribute1 "attr3271") ) +(myObject (attribute1 "attr3272") ) +(myObject (attribute1 "attr3273") ) +(myObject (attribute1 "attr3274") ) +(myObject (attribute1 "attr3275") ) +(myObject (attribute1 "attr3276") ) +(myObject (attribute1 "attr3277") ) +(myObject (attribute1 "attr3278") ) +(myObject (attribute1 "attr3279") ) +(myObject (attribute1 "attr3280") ) +(myObject (attribute1 "attr3281") ) +(myObject (attribute1 "attr3282") ) +(myObject (attribute1 "attr3283") ) +(myObject (attribute1 "attr3284") ) +(myObject (attribute1 "attr3285") ) +(myObject (attribute1 "attr3286") ) +(myObject (attribute1 "attr3287") ) +(myObject (attribute1 "attr3288") ) +(myObject (attribute1 "attr3289") ) +(myObject (attribute1 "attr3290") ) +(myObject (attribute1 "attr3291") ) +(myObject (attribute1 "attr3292") ) +(myObject (attribute1 "attr3293") ) +(myObject (attribute1 "attr3294") ) +(myObject (attribute1 "attr3295") ) +(myObject (attribute1 "attr3296") ) +(myObject (attribute1 "attr3297") ) +(myObject (attribute1 "attr3298") ) +(myObject (attribute1 "attr3299") ) +(myObject (attribute1 "attr3300") ) +(myObject (attribute1 "attr3301") ) +(myObject (attribute1 "attr3302") ) +(myObject (attribute1 "attr3303") ) +(myObject (attribute1 "attr3304") ) +(myObject (attribute1 "attr3305") ) +(myObject (attribute1 "attr3306") ) +(myObject (attribute1 "attr3307") ) +(myObject (attribute1 "attr3308") ) +(myObject (attribute1 "attr3309") ) +(myObject (attribute1 "attr3310") ) +(myObject (attribute1 "attr3311") ) +(myObject (attribute1 "attr3312") ) +(myObject (attribute1 "attr3313") ) +(myObject (attribute1 "attr3314") ) +(myObject (attribute1 "attr3315") ) +(myObject (attribute1 "attr3316") ) +(myObject (attribute1 "attr3317") ) +(myObject (attribute1 "attr3318") ) +(myObject (attribute1 "attr3319") ) +(myObject (attribute1 "attr3320") ) +(myObject (attribute1 "attr3321") ) +(myObject (attribute1 "attr3322") ) +(myObject (attribute1 "attr3323") ) +(myObject (attribute1 "attr3324") ) +(myObject (attribute1 "attr3325") ) +(myObject (attribute1 "attr3326") ) +(myObject (attribute1 "attr3327") ) +(myObject (attribute1 "attr3328") ) +(myObject (attribute1 "attr3329") ) +(myObject (attribute1 "attr3330") ) +(myObject (attribute1 "attr3331") ) +(myObject (attribute1 "attr3332") ) +(myObject (attribute1 "attr3333") ) +(myObject (attribute1 "attr3334") ) +(myObject (attribute1 "attr3335") ) +(myObject (attribute1 "attr3336") ) +(myObject (attribute1 "attr3337") ) +(myObject (attribute1 "attr3338") ) +(myObject (attribute1 "attr3339") ) +(myObject (attribute1 "attr3340") ) +(myObject (attribute1 "attr3341") ) +(myObject (attribute1 "attr3342") ) +(myObject (attribute1 "attr3343") ) +(myObject (attribute1 "attr3344") ) +(myObject (attribute1 "attr3345") ) +(myObject (attribute1 "attr3346") ) +(myObject (attribute1 "attr3347") ) +(myObject (attribute1 "attr3348") ) +(myObject (attribute1 "attr3349") ) +(myObject (attribute1 "attr3350") ) +(myObject (attribute1 "attr3351") ) +(myObject (attribute1 "attr3352") ) +(myObject (attribute1 "attr3353") ) +(myObject (attribute1 "attr3354") ) +(myObject (attribute1 "attr3355") ) +(myObject (attribute1 "attr3356") ) +(myObject (attribute1 "attr3357") ) +(myObject (attribute1 "attr3358") ) +(myObject (attribute1 "attr3359") ) +(myObject (attribute1 "attr3360") ) +(myObject (attribute1 "attr3361") ) +(myObject (attribute1 "attr3362") ) +(myObject (attribute1 "attr3363") ) +(myObject (attribute1 "attr3364") ) +(myObject (attribute1 "attr3365") ) +(myObject (attribute1 "attr3366") ) +(myObject (attribute1 "attr3367") ) +(myObject (attribute1 "attr3368") ) +(myObject (attribute1 "attr3369") ) +(myObject (attribute1 "attr3370") ) +(myObject (attribute1 "attr3371") ) +(myObject (attribute1 "attr3372") ) +(myObject (attribute1 "attr3373") ) +(myObject (attribute1 "attr3374") ) +(myObject (attribute1 "attr3375") ) +(myObject (attribute1 "attr3376") ) +(myObject (attribute1 "attr3377") ) +(myObject (attribute1 "attr3378") ) +(myObject (attribute1 "attr3379") ) +(myObject (attribute1 "attr3380") ) +(myObject (attribute1 "attr3381") ) +(myObject (attribute1 "attr3382") ) +(myObject (attribute1 "attr3383") ) +(myObject (attribute1 "attr3384") ) +(myObject (attribute1 "attr3385") ) +(myObject (attribute1 "attr3386") ) +(myObject (attribute1 "attr3387") ) +(myObject (attribute1 "attr3388") ) +(myObject (attribute1 "attr3389") ) +(myObject (attribute1 "attr3390") ) +(myObject (attribute1 "attr3391") ) +(myObject (attribute1 "attr3392") ) +(myObject (attribute1 "attr3393") ) +(myObject (attribute1 "attr3394") ) +(myObject (attribute1 "attr3395") ) +(myObject (attribute1 "attr3396") ) +(myObject (attribute1 "attr3397") ) +(myObject (attribute1 "attr3398") ) +(myObject (attribute1 "attr3399") ) +(myObject (attribute1 "attr3400") ) +(myObject (attribute1 "attr3401") ) +(myObject (attribute1 "attr3402") ) +(myObject (attribute1 "attr3403") ) +(myObject (attribute1 "attr3404") ) +(myObject (attribute1 "attr3405") ) +(myObject (attribute1 "attr3406") ) +(myObject (attribute1 "attr3407") ) +(myObject (attribute1 "attr3408") ) +(myObject (attribute1 "attr3409") ) +(myObject (attribute1 "attr3410") ) +(myObject (attribute1 "attr3411") ) +(myObject (attribute1 "attr3412") ) +(myObject (attribute1 "attr3413") ) +(myObject (attribute1 "attr3414") ) +(myObject (attribute1 "attr3415") ) +(myObject (attribute1 "attr3416") ) +(myObject (attribute1 "attr3417") ) +(myObject (attribute1 "attr3418") ) +(myObject (attribute1 "attr3419") ) +(myObject (attribute1 "attr3420") ) +(myObject (attribute1 "attr3421") ) +(myObject (attribute1 "attr3422") ) +(myObject (attribute1 "attr3423") ) +(myObject (attribute1 "attr3424") ) +(myObject (attribute1 "attr3425") ) +(myObject (attribute1 "attr3426") ) +(myObject (attribute1 "attr3427") ) +(myObject (attribute1 "attr3428") ) +(myObject (attribute1 "attr3429") ) +(myObject (attribute1 "attr3430") ) +(myObject (attribute1 "attr3431") ) +(myObject (attribute1 "attr3432") ) +(myObject (attribute1 "attr3433") ) +(myObject (attribute1 "attr3434") ) +(myObject (attribute1 "attr3435") ) +(myObject (attribute1 "attr3436") ) +(myObject (attribute1 "attr3437") ) +(myObject (attribute1 "attr3438") ) +(myObject (attribute1 "attr3439") ) +(myObject (attribute1 "attr3440") ) +(myObject (attribute1 "attr3441") ) +(myObject (attribute1 "attr3442") ) +(myObject (attribute1 "attr3443") ) +(myObject (attribute1 "attr3444") ) +(myObject (attribute1 "attr3445") ) +(myObject (attribute1 "attr3446") ) +(myObject (attribute1 "attr3447") ) +(myObject (attribute1 "attr3448") ) +(myObject (attribute1 "attr3449") ) +(myObject (attribute1 "attr3450") ) +(myObject (attribute1 "attr3451") ) +(myObject (attribute1 "attr3452") ) +(myObject (attribute1 "attr3453") ) +(myObject (attribute1 "attr3454") ) +(myObject (attribute1 "attr3455") ) +(myObject (attribute1 "attr3456") ) +(myObject (attribute1 "attr3457") ) +(myObject (attribute1 "attr3458") ) +(myObject (attribute1 "attr3459") ) +(myObject (attribute1 "attr3460") ) +(myObject (attribute1 "attr3461") ) +(myObject (attribute1 "attr3462") ) +(myObject (attribute1 "attr3463") ) +(myObject (attribute1 "attr3464") ) +(myObject (attribute1 "attr3465") ) +(myObject (attribute1 "attr3466") ) +(myObject (attribute1 "attr3467") ) +(myObject (attribute1 "attr3468") ) +(myObject (attribute1 "attr3469") ) +(myObject (attribute1 "attr3470") ) +(myObject (attribute1 "attr3471") ) +(myObject (attribute1 "attr3472") ) +(myObject (attribute1 "attr3473") ) +(myObject (attribute1 "attr3474") ) +(myObject (attribute1 "attr3475") ) +(myObject (attribute1 "attr3476") ) +(myObject (attribute1 "attr3477") ) +(myObject (attribute1 "attr3478") ) +(myObject (attribute1 "attr3479") ) +(myObject (attribute1 "attr3480") ) +(myObject (attribute1 "attr3481") ) +(myObject (attribute1 "attr3482") ) +(myObject (attribute1 "attr3483") ) +(myObject (attribute1 "attr3484") ) +(myObject (attribute1 "attr3485") ) +(myObject (attribute1 "attr3486") ) +(myObject (attribute1 "attr3487") ) +(myObject (attribute1 "attr3488") ) +(myObject (attribute1 "attr3489") ) +(myObject (attribute1 "attr3490") ) +(myObject (attribute1 "attr3491") ) +(myObject (attribute1 "attr3492") ) +(myObject (attribute1 "attr3493") ) +(myObject (attribute1 "attr3494") ) +(myObject (attribute1 "attr3495") ) +(myObject (attribute1 "attr3496") ) +(myObject (attribute1 "attr3497") ) +(myObject (attribute1 "attr3498") ) +(myObject (attribute1 "attr3499") ) +(myObject (attribute1 "attr3500") ) +(myObject (attribute1 "attr3501") ) +(myObject (attribute1 "attr3502") ) +(myObject (attribute1 "attr3503") ) +(myObject (attribute1 "attr3504") ) +(myObject (attribute1 "attr3505") ) +(myObject (attribute1 "attr3506") ) +(myObject (attribute1 "attr3507") ) +(myObject (attribute1 "attr3508") ) +(myObject (attribute1 "attr3509") ) +(myObject (attribute1 "attr3510") ) +(myObject (attribute1 "attr3511") ) +(myObject (attribute1 "attr3512") ) +(myObject (attribute1 "attr3513") ) +(myObject (attribute1 "attr3514") ) +(myObject (attribute1 "attr3515") ) +(myObject (attribute1 "attr3516") ) +(myObject (attribute1 "attr3517") ) +(myObject (attribute1 "attr3518") ) +(myObject (attribute1 "attr3519") ) +(myObject (attribute1 "attr3520") ) +(myObject (attribute1 "attr3521") ) +(myObject (attribute1 "attr3522") ) +(myObject (attribute1 "attr3523") ) +(myObject (attribute1 "attr3524") ) +(myObject (attribute1 "attr3525") ) +(myObject (attribute1 "attr3526") ) +(myObject (attribute1 "attr3527") ) +(myObject (attribute1 "attr3528") ) +(myObject (attribute1 "attr3529") ) +(myObject (attribute1 "attr3530") ) +(myObject (attribute1 "attr3531") ) +(myObject (attribute1 "attr3532") ) +(myObject (attribute1 "attr3533") ) +(myObject (attribute1 "attr3534") ) +(myObject (attribute1 "attr3535") ) +(myObject (attribute1 "attr3536") ) +(myObject (attribute1 "attr3537") ) +(myObject (attribute1 "attr3538") ) +(myObject (attribute1 "attr3539") ) +(myObject (attribute1 "attr3540") ) +(myObject (attribute1 "attr3541") ) +(myObject (attribute1 "attr3542") ) +(myObject (attribute1 "attr3543") ) +(myObject (attribute1 "attr3544") ) +(myObject (attribute1 "attr3545") ) +(myObject (attribute1 "attr3546") ) +(myObject (attribute1 "attr3547") ) +(myObject (attribute1 "attr3548") ) +(myObject (attribute1 "attr3549") ) +(myObject (attribute1 "attr3550") ) +(myObject (attribute1 "attr3551") ) +(myObject (attribute1 "attr3552") ) +(myObject (attribute1 "attr3553") ) +(myObject (attribute1 "attr3554") ) +(myObject (attribute1 "attr3555") ) +(myObject (attribute1 "attr3556") ) +(myObject (attribute1 "attr3557") ) +(myObject (attribute1 "attr3558") ) +(myObject (attribute1 "attr3559") ) +(myObject (attribute1 "attr3560") ) +(myObject (attribute1 "attr3561") ) +(myObject (attribute1 "attr3562") ) +(myObject (attribute1 "attr3563") ) +(myObject (attribute1 "attr3564") ) +(myObject (attribute1 "attr3565") ) +(myObject (attribute1 "attr3566") ) +(myObject (attribute1 "attr3567") ) +(myObject (attribute1 "attr3568") ) +(myObject (attribute1 "attr3569") ) +(myObject (attribute1 "attr3570") ) +(myObject (attribute1 "attr3571") ) +(myObject (attribute1 "attr3572") ) +(myObject (attribute1 "attr3573") ) +(myObject (attribute1 "attr3574") ) +(myObject (attribute1 "attr3575") ) +(myObject (attribute1 "attr3576") ) +(myObject (attribute1 "attr3577") ) +(myObject (attribute1 "attr3578") ) +(myObject (attribute1 "attr3579") ) +(myObject (attribute1 "attr3580") ) +(myObject (attribute1 "attr3581") ) +(myObject (attribute1 "attr3582") ) +(myObject (attribute1 "attr3583") ) +(myObject (attribute1 "attr3584") ) +(myObject (attribute1 "attr3585") ) +(myObject (attribute1 "attr3586") ) +(myObject (attribute1 "attr3587") ) +(myObject (attribute1 "attr3588") ) +(myObject (attribute1 "attr3589") ) +(myObject (attribute1 "attr3590") ) +(myObject (attribute1 "attr3591") ) +(myObject (attribute1 "attr3592") ) +(myObject (attribute1 "attr3593") ) +(myObject (attribute1 "attr3594") ) +(myObject (attribute1 "attr3595") ) +(myObject (attribute1 "attr3596") ) +(myObject (attribute1 "attr3597") ) +(myObject (attribute1 "attr3598") ) +(myObject (attribute1 "attr3599") ) +(myObject (attribute1 "attr3600") ) +(myObject (attribute1 "attr3601") ) +(myObject (attribute1 "attr3602") ) +(myObject (attribute1 "attr3603") ) +(myObject (attribute1 "attr3604") ) +(myObject (attribute1 "attr3605") ) +(myObject (attribute1 "attr3606") ) +(myObject (attribute1 "attr3607") ) +(myObject (attribute1 "attr3608") ) +(myObject (attribute1 "attr3609") ) +(myObject (attribute1 "attr3610") ) +(myObject (attribute1 "attr3611") ) +(myObject (attribute1 "attr3612") ) +(myObject (attribute1 "attr3613") ) +(myObject (attribute1 "attr3614") ) +(myObject (attribute1 "attr3615") ) +(myObject (attribute1 "attr3616") ) +(myObject (attribute1 "attr3617") ) +(myObject (attribute1 "attr3618") ) +(myObject (attribute1 "attr3619") ) +(myObject (attribute1 "attr3620") ) +(myObject (attribute1 "attr3621") ) +(myObject (attribute1 "attr3622") ) +(myObject (attribute1 "attr3623") ) +(myObject (attribute1 "attr3624") ) +(myObject (attribute1 "attr3625") ) +(myObject (attribute1 "attr3626") ) +(myObject (attribute1 "attr3627") ) +(myObject (attribute1 "attr3628") ) +(myObject (attribute1 "attr3629") ) +(myObject (attribute1 "attr3630") ) +(myObject (attribute1 "attr3631") ) +(myObject (attribute1 "attr3632") ) +(myObject (attribute1 "attr3633") ) +(myObject (attribute1 "attr3634") ) +(myObject (attribute1 "attr3635") ) +(myObject (attribute1 "attr3636") ) +(myObject (attribute1 "attr3637") ) +(myObject (attribute1 "attr3638") ) +(myObject (attribute1 "attr3639") ) +(myObject (attribute1 "attr3640") ) +(myObject (attribute1 "attr3641") ) +(myObject (attribute1 "attr3642") ) +(myObject (attribute1 "attr3643") ) +(myObject (attribute1 "attr3644") ) +(myObject (attribute1 "attr3645") ) +(myObject (attribute1 "attr3646") ) +(myObject (attribute1 "attr3647") ) +(myObject (attribute1 "attr3648") ) +(myObject (attribute1 "attr3649") ) +(myObject (attribute1 "attr3650") ) +(myObject (attribute1 "attr3651") ) +(myObject (attribute1 "attr3652") ) +(myObject (attribute1 "attr3653") ) +(myObject (attribute1 "attr3654") ) +(myObject (attribute1 "attr3655") ) +(myObject (attribute1 "attr3656") ) +(myObject (attribute1 "attr3657") ) +(myObject (attribute1 "attr3658") ) +(myObject (attribute1 "attr3659") ) +(myObject (attribute1 "attr3660") ) +(myObject (attribute1 "attr3661") ) +(myObject (attribute1 "attr3662") ) +(myObject (attribute1 "attr3663") ) +(myObject (attribute1 "attr3664") ) +(myObject (attribute1 "attr3665") ) +(myObject (attribute1 "attr3666") ) +(myObject (attribute1 "attr3667") ) +(myObject (attribute1 "attr3668") ) +(myObject (attribute1 "attr3669") ) +(myObject (attribute1 "attr3670") ) +(myObject (attribute1 "attr3671") ) +(myObject (attribute1 "attr3672") ) +(myObject (attribute1 "attr3673") ) +(myObject (attribute1 "attr3674") ) +(myObject (attribute1 "attr3675") ) +(myObject (attribute1 "attr3676") ) +(myObject (attribute1 "attr3677") ) +(myObject (attribute1 "attr3678") ) +(myObject (attribute1 "attr3679") ) +(myObject (attribute1 "attr3680") ) +(myObject (attribute1 "attr3681") ) +(myObject (attribute1 "attr3682") ) +(myObject (attribute1 "attr3683") ) +(myObject (attribute1 "attr3684") ) +(myObject (attribute1 "attr3685") ) +(myObject (attribute1 "attr3686") ) +(myObject (attribute1 "attr3687") ) +(myObject (attribute1 "attr3688") ) +(myObject (attribute1 "attr3689") ) +(myObject (attribute1 "attr3690") ) +(myObject (attribute1 "attr3691") ) +(myObject (attribute1 "attr3692") ) +(myObject (attribute1 "attr3693") ) +(myObject (attribute1 "attr3694") ) +(myObject (attribute1 "attr3695") ) +(myObject (attribute1 "attr3696") ) +(myObject (attribute1 "attr3697") ) +(myObject (attribute1 "attr3698") ) +(myObject (attribute1 "attr3699") ) +(myObject (attribute1 "attr3700") ) +(myObject (attribute1 "attr3701") ) +(myObject (attribute1 "attr3702") ) +(myObject (attribute1 "attr3703") ) +(myObject (attribute1 "attr3704") ) +(myObject (attribute1 "attr3705") ) +(myObject (attribute1 "attr3706") ) +(myObject (attribute1 "attr3707") ) +(myObject (attribute1 "attr3708") ) +(myObject (attribute1 "attr3709") ) +(myObject (attribute1 "attr3710") ) +(myObject (attribute1 "attr3711") ) +(myObject (attribute1 "attr3712") ) +(myObject (attribute1 "attr3713") ) +(myObject (attribute1 "attr3714") ) +(myObject (attribute1 "attr3715") ) +(myObject (attribute1 "attr3716") ) +(myObject (attribute1 "attr3717") ) +(myObject (attribute1 "attr3718") ) +(myObject (attribute1 "attr3719") ) +(myObject (attribute1 "attr3720") ) +(myObject (attribute1 "attr3721") ) +(myObject (attribute1 "attr3722") ) +(myObject (attribute1 "attr3723") ) +(myObject (attribute1 "attr3724") ) +(myObject (attribute1 "attr3725") ) +(myObject (attribute1 "attr3726") ) +(myObject (attribute1 "attr3727") ) +(myObject (attribute1 "attr3728") ) +(myObject (attribute1 "attr3729") ) +(myObject (attribute1 "attr3730") ) +(myObject (attribute1 "attr3731") ) +(myObject (attribute1 "attr3732") ) +(myObject (attribute1 "attr3733") ) +(myObject (attribute1 "attr3734") ) +(myObject (attribute1 "attr3735") ) +(myObject (attribute1 "attr3736") ) +(myObject (attribute1 "attr3737") ) +(myObject (attribute1 "attr3738") ) +(myObject (attribute1 "attr3739") ) +(myObject (attribute1 "attr3740") ) +(myObject (attribute1 "attr3741") ) +(myObject (attribute1 "attr3742") ) +(myObject (attribute1 "attr3743") ) +(myObject (attribute1 "attr3744") ) +(myObject (attribute1 "attr3745") ) +(myObject (attribute1 "attr3746") ) +(myObject (attribute1 "attr3747") ) +(myObject (attribute1 "attr3748") ) +(myObject (attribute1 "attr3749") ) +(myObject (attribute1 "attr3750") ) +(myObject (attribute1 "attr3751") ) +(myObject (attribute1 "attr3752") ) +(myObject (attribute1 "attr3753") ) +(myObject (attribute1 "attr3754") ) +(myObject (attribute1 "attr3755") ) +(myObject (attribute1 "attr3756") ) +(myObject (attribute1 "attr3757") ) +(myObject (attribute1 "attr3758") ) +(myObject (attribute1 "attr3759") ) +(myObject (attribute1 "attr3760") ) +(myObject (attribute1 "attr3761") ) +(myObject (attribute1 "attr3762") ) +(myObject (attribute1 "attr3763") ) +(myObject (attribute1 "attr3764") ) +(myObject (attribute1 "attr3765") ) +(myObject (attribute1 "attr3766") ) +(myObject (attribute1 "attr3767") ) +(myObject (attribute1 "attr3768") ) +(myObject (attribute1 "attr3769") ) +(myObject (attribute1 "attr3770") ) +(myObject (attribute1 "attr3771") ) +(myObject (attribute1 "attr3772") ) +(myObject (attribute1 "attr3773") ) +(myObject (attribute1 "attr3774") ) +(myObject (attribute1 "attr3775") ) +(myObject (attribute1 "attr3776") ) +(myObject (attribute1 "attr3777") ) +(myObject (attribute1 "attr3778") ) +(myObject (attribute1 "attr3779") ) +(myObject (attribute1 "attr3780") ) +(myObject (attribute1 "attr3781") ) +(myObject (attribute1 "attr3782") ) +(myObject (attribute1 "attr3783") ) +(myObject (attribute1 "attr3784") ) +(myObject (attribute1 "attr3785") ) +(myObject (attribute1 "attr3786") ) +(myObject (attribute1 "attr3787") ) +(myObject (attribute1 "attr3788") ) +(myObject (attribute1 "attr3789") ) +(myObject (attribute1 "attr3790") ) +(myObject (attribute1 "attr3791") ) +(myObject (attribute1 "attr3792") ) +(myObject (attribute1 "attr3793") ) +(myObject (attribute1 "attr3794") ) +(myObject (attribute1 "attr3795") ) +(myObject (attribute1 "attr3796") ) +(myObject (attribute1 "attr3797") ) +(myObject (attribute1 "attr3798") ) +(myObject (attribute1 "attr3799") ) +(myObject (attribute1 "attr3800") ) +(myObject (attribute1 "attr3801") ) +(myObject (attribute1 "attr3802") ) +(myObject (attribute1 "attr3803") ) +(myObject (attribute1 "attr3804") ) +(myObject (attribute1 "attr3805") ) +(myObject (attribute1 "attr3806") ) +(myObject (attribute1 "attr3807") ) +(myObject (attribute1 "attr3808") ) +(myObject (attribute1 "attr3809") ) +(myObject (attribute1 "attr3810") ) +(myObject (attribute1 "attr3811") ) +(myObject (attribute1 "attr3812") ) +(myObject (attribute1 "attr3813") ) +(myObject (attribute1 "attr3814") ) +(myObject (attribute1 "attr3815") ) +(myObject (attribute1 "attr3816") ) +(myObject (attribute1 "attr3817") ) +(myObject (attribute1 "attr3818") ) +(myObject (attribute1 "attr3819") ) +(myObject (attribute1 "attr3820") ) +(myObject (attribute1 "attr3821") ) +(myObject (attribute1 "attr3822") ) +(myObject (attribute1 "attr3823") ) +(myObject (attribute1 "attr3824") ) +(myObject (attribute1 "attr3825") ) +(myObject (attribute1 "attr3826") ) +(myObject (attribute1 "attr3827") ) +(myObject (attribute1 "attr3828") ) +(myObject (attribute1 "attr3829") ) +(myObject (attribute1 "attr3830") ) +(myObject (attribute1 "attr3831") ) +(myObject (attribute1 "attr3832") ) +(myObject (attribute1 "attr3833") ) +(myObject (attribute1 "attr3834") ) +(myObject (attribute1 "attr3835") ) +(myObject (attribute1 "attr3836") ) +(myObject (attribute1 "attr3837") ) +(myObject (attribute1 "attr3838") ) +(myObject (attribute1 "attr3839") ) +(myObject (attribute1 "attr3840") ) +(myObject (attribute1 "attr3841") ) +(myObject (attribute1 "attr3842") ) +(myObject (attribute1 "attr3843") ) +(myObject (attribute1 "attr3844") ) +(myObject (attribute1 "attr3845") ) +(myObject (attribute1 "attr3846") ) +(myObject (attribute1 "attr3847") ) +(myObject (attribute1 "attr3848") ) +(myObject (attribute1 "attr3849") ) +(myObject (attribute1 "attr3850") ) +(myObject (attribute1 "attr3851") ) +(myObject (attribute1 "attr3852") ) +(myObject (attribute1 "attr3853") ) +(myObject (attribute1 "attr3854") ) +(myObject (attribute1 "attr3855") ) +(myObject (attribute1 "attr3856") ) +(myObject (attribute1 "attr3857") ) +(myObject (attribute1 "attr3858") ) +(myObject (attribute1 "attr3859") ) +(myObject (attribute1 "attr3860") ) +(myObject (attribute1 "attr3861") ) +(myObject (attribute1 "attr3862") ) +(myObject (attribute1 "attr3863") ) +(myObject (attribute1 "attr3864") ) +(myObject (attribute1 "attr3865") ) +(myObject (attribute1 "attr3866") ) +(myObject (attribute1 "attr3867") ) +(myObject (attribute1 "attr3868") ) +(myObject (attribute1 "attr3869") ) +(myObject (attribute1 "attr3870") ) +(myObject (attribute1 "attr3871") ) +(myObject (attribute1 "attr3872") ) +(myObject (attribute1 "attr3873") ) +(myObject (attribute1 "attr3874") ) +(myObject (attribute1 "attr3875") ) +(myObject (attribute1 "attr3876") ) +(myObject (attribute1 "attr3877") ) +(myObject (attribute1 "attr3878") ) +(myObject (attribute1 "attr3879") ) +(myObject (attribute1 "attr3880") ) +(myObject (attribute1 "attr3881") ) +(myObject (attribute1 "attr3882") ) +(myObject (attribute1 "attr3883") ) +(myObject (attribute1 "attr3884") ) +(myObject (attribute1 "attr3885") ) +(myObject (attribute1 "attr3886") ) +(myObject (attribute1 "attr3887") ) +(myObject (attribute1 "attr3888") ) +(myObject (attribute1 "attr3889") ) +(myObject (attribute1 "attr3890") ) +(myObject (attribute1 "attr3891") ) +(myObject (attribute1 "attr3892") ) +(myObject (attribute1 "attr3893") ) +(myObject (attribute1 "attr3894") ) +(myObject (attribute1 "attr3895") ) +(myObject (attribute1 "attr3896") ) +(myObject (attribute1 "attr3897") ) +(myObject (attribute1 "attr3898") ) +(myObject (attribute1 "attr3899") ) +(myObject (attribute1 "attr3900") ) +(myObject (attribute1 "attr3901") ) +(myObject (attribute1 "attr3902") ) +(myObject (attribute1 "attr3903") ) +(myObject (attribute1 "attr3904") ) +(myObject (attribute1 "attr3905") ) +(myObject (attribute1 "attr3906") ) +(myObject (attribute1 "attr3907") ) +(myObject (attribute1 "attr3908") ) +(myObject (attribute1 "attr3909") ) +(myObject (attribute1 "attr3910") ) +(myObject (attribute1 "attr3911") ) +(myObject (attribute1 "attr3912") ) +(myObject (attribute1 "attr3913") ) +(myObject (attribute1 "attr3914") ) +(myObject (attribute1 "attr3915") ) +(myObject (attribute1 "attr3916") ) +(myObject (attribute1 "attr3917") ) +(myObject (attribute1 "attr3918") ) +(myObject (attribute1 "attr3919") ) +(myObject (attribute1 "attr3920") ) +(myObject (attribute1 "attr3921") ) +(myObject (attribute1 "attr3922") ) +(myObject (attribute1 "attr3923") ) +(myObject (attribute1 "attr3924") ) +(myObject (attribute1 "attr3925") ) +(myObject (attribute1 "attr3926") ) +(myObject (attribute1 "attr3927") ) +(myObject (attribute1 "attr3928") ) +(myObject (attribute1 "attr3929") ) +(myObject (attribute1 "attr3930") ) +(myObject (attribute1 "attr3931") ) +(myObject (attribute1 "attr3932") ) +(myObject (attribute1 "attr3933") ) +(myObject (attribute1 "attr3934") ) +(myObject (attribute1 "attr3935") ) +(myObject (attribute1 "attr3936") ) +(myObject (attribute1 "attr3937") ) +(myObject (attribute1 "attr3938") ) +(myObject (attribute1 "attr3939") ) +(myObject (attribute1 "attr3940") ) +(myObject (attribute1 "attr3941") ) +(myObject (attribute1 "attr3942") ) +(myObject (attribute1 "attr3943") ) +(myObject (attribute1 "attr3944") ) +(myObject (attribute1 "attr3945") ) +(myObject (attribute1 "attr3946") ) +(myObject (attribute1 "attr3947") ) +(myObject (attribute1 "attr3948") ) +(myObject (attribute1 "attr3949") ) +(myObject (attribute1 "attr3950") ) +(myObject (attribute1 "attr3951") ) +(myObject (attribute1 "attr3952") ) +(myObject (attribute1 "attr3953") ) +(myObject (attribute1 "attr3954") ) +(myObject (attribute1 "attr3955") ) +(myObject (attribute1 "attr3956") ) +(myObject (attribute1 "attr3957") ) +(myObject (attribute1 "attr3958") ) +(myObject (attribute1 "attr3959") ) +(myObject (attribute1 "attr3960") ) +(myObject (attribute1 "attr3961") ) +(myObject (attribute1 "attr3962") ) +(myObject (attribute1 "attr3963") ) +(myObject (attribute1 "attr3964") ) +(myObject (attribute1 "attr3965") ) +(myObject (attribute1 "attr3966") ) +(myObject (attribute1 "attr3967") ) +(myObject (attribute1 "attr3968") ) +(myObject (attribute1 "attr3969") ) +(myObject (attribute1 "attr3970") ) +(myObject (attribute1 "attr3971") ) +(myObject (attribute1 "attr3972") ) +(myObject (attribute1 "attr3973") ) +(myObject (attribute1 "attr3974") ) +(myObject (attribute1 "attr3975") ) +(myObject (attribute1 "attr3976") ) +(myObject (attribute1 "attr3977") ) +(myObject (attribute1 "attr3978") ) +(myObject (attribute1 "attr3979") ) +(myObject (attribute1 "attr3980") ) +(myObject (attribute1 "attr3981") ) +(myObject (attribute1 "attr3982") ) +(myObject (attribute1 "attr3983") ) +(myObject (attribute1 "attr3984") ) +(myObject (attribute1 "attr3985") ) +(myObject (attribute1 "attr3986") ) +(myObject (attribute1 "attr3987") ) +(myObject (attribute1 "attr3988") ) +(myObject (attribute1 "attr3989") ) +(myObject (attribute1 "attr3990") ) +(myObject (attribute1 "attr3991") ) +(myObject (attribute1 "attr3992") ) +(myObject (attribute1 "attr3993") ) +(myObject (attribute1 "attr3994") ) +(myObject (attribute1 "attr3995") ) +(myObject (attribute1 "attr3996") ) +(myObject (attribute1 "attr3997") ) +(myObject (attribute1 "attr3998") ) +(myObject (attribute1 "attr3999") ) +(myObject (attribute1 "attr4000") ) +(myObject (attribute1 "attr4001") ) +(myObject (attribute1 "attr4002") ) +(myObject (attribute1 "attr4003") ) +(myObject (attribute1 "attr4004") ) +(myObject (attribute1 "attr4005") ) +(myObject (attribute1 "attr4006") ) +(myObject (attribute1 "attr4007") ) +(myObject (attribute1 "attr4008") ) +(myObject (attribute1 "attr4009") ) +(myObject (attribute1 "attr4010") ) +(myObject (attribute1 "attr4011") ) +(myObject (attribute1 "attr4012") ) +(myObject (attribute1 "attr4013") ) +(myObject (attribute1 "attr4014") ) +(myObject (attribute1 "attr4015") ) +(myObject (attribute1 "attr4016") ) +(myObject (attribute1 "attr4017") ) +(myObject (attribute1 "attr4018") ) +(myObject (attribute1 "attr4019") ) +(myObject (attribute1 "attr4020") ) +(myObject (attribute1 "attr4021") ) +(myObject (attribute1 "attr4022") ) +(myObject (attribute1 "attr4023") ) +(myObject (attribute1 "attr4024") ) +(myObject (attribute1 "attr4025") ) +(myObject (attribute1 "attr4026") ) +(myObject (attribute1 "attr4027") ) +(myObject (attribute1 "attr4028") ) +(myObject (attribute1 "attr4029") ) +(myObject (attribute1 "attr4030") ) +(myObject (attribute1 "attr4031") ) +(myObject (attribute1 "attr4032") ) +(myObject (attribute1 "attr4033") ) +(myObject (attribute1 "attr4034") ) +(myObject (attribute1 "attr4035") ) +(myObject (attribute1 "attr4036") ) +(myObject (attribute1 "attr4037") ) +(myObject (attribute1 "attr4038") ) +(myObject (attribute1 "attr4039") ) +(myObject (attribute1 "attr4040") ) +(myObject (attribute1 "attr4041") ) +(myObject (attribute1 "attr4042") ) +(myObject (attribute1 "attr4043") ) +(myObject (attribute1 "attr4044") ) +(myObject (attribute1 "attr4045") ) +(myObject (attribute1 "attr4046") ) +(myObject (attribute1 "attr4047") ) +(myObject (attribute1 "attr4048") ) +(myObject (attribute1 "attr4049") ) +(myObject (attribute1 "attr4050") ) +(myObject (attribute1 "attr4051") ) +(myObject (attribute1 "attr4052") ) +(myObject (attribute1 "attr4053") ) +(myObject (attribute1 "attr4054") ) +(myObject (attribute1 "attr4055") ) +(myObject (attribute1 "attr4056") ) +(myObject (attribute1 "attr4057") ) +(myObject (attribute1 "attr4058") ) +(myObject (attribute1 "attr4059") ) +(myObject (attribute1 "attr4060") ) +(myObject (attribute1 "attr4061") ) +(myObject (attribute1 "attr4062") ) +(myObject (attribute1 "attr4063") ) +(myObject (attribute1 "attr4064") ) +(myObject (attribute1 "attr4065") ) +(myObject (attribute1 "attr4066") ) +(myObject (attribute1 "attr4067") ) +(myObject (attribute1 "attr4068") ) +(myObject (attribute1 "attr4069") ) +(myObject (attribute1 "attr4070") ) +(myObject (attribute1 "attr4071") ) +(myObject (attribute1 "attr4072") ) +(myObject (attribute1 "attr4073") ) +(myObject (attribute1 "attr4074") ) +(myObject (attribute1 "attr4075") ) +(myObject (attribute1 "attr4076") ) +(myObject (attribute1 "attr4077") ) +(myObject (attribute1 "attr4078") ) +(myObject (attribute1 "attr4079") ) +(myObject (attribute1 "attr4080") ) +(myObject (attribute1 "attr4081") ) +(myObject (attribute1 "attr4082") ) +(myObject (attribute1 "attr4083") ) +(myObject (attribute1 "attr4084") ) +(myObject (attribute1 "attr4085") ) +(myObject (attribute1 "attr4086") ) +(myObject (attribute1 "attr4087") ) +(myObject (attribute1 "attr4088") ) +(myObject (attribute1 "attr4089") ) +(myObject (attribute1 "attr4090") ) +(myObject (attribute1 "attr4091") ) +(myObject (attribute1 "attr4092") ) +(myObject (attribute1 "attr4093") ) +(myObject (attribute1 "attr4094") ) +(myObject (attribute1 "attr4095") ) +(myObject (attribute1 "attr4096") ) +(myObject (attribute1 "attr4097") ) +(myObject (attribute1 "attr4098") ) +(myObject (attribute1 "attr4099") ) +(myObject (attribute1 "attr4100") ) +(myObject (attribute1 "attr4101") ) +(myObject (attribute1 "attr4102") ) +(myObject (attribute1 "attr4103") ) +(myObject (attribute1 "attr4104") ) +(myObject (attribute1 "attr4105") ) +(myObject (attribute1 "attr4106") ) +(myObject (attribute1 "attr4107") ) +(myObject (attribute1 "attr4108") ) +(myObject (attribute1 "attr4109") ) +(myObject (attribute1 "attr4110") ) +(myObject (attribute1 "attr4111") ) +(myObject (attribute1 "attr4112") ) +(myObject (attribute1 "attr4113") ) +(myObject (attribute1 "attr4114") ) +(myObject (attribute1 "attr4115") ) +(myObject (attribute1 "attr4116") ) +(myObject (attribute1 "attr4117") ) +(myObject (attribute1 "attr4118") ) +(myObject (attribute1 "attr4119") ) +(myObject (attribute1 "attr4120") ) +(myObject (attribute1 "attr4121") ) +(myObject (attribute1 "attr4122") ) +(myObject (attribute1 "attr4123") ) +(myObject (attribute1 "attr4124") ) +(myObject (attribute1 "attr4125") ) +(myObject (attribute1 "attr4126") ) +(myObject (attribute1 "attr4127") ) +(myObject (attribute1 "attr4128") ) +(myObject (attribute1 "attr4129") ) +(myObject (attribute1 "attr4130") ) +(myObject (attribute1 "attr4131") ) +(myObject (attribute1 "attr4132") ) +(myObject (attribute1 "attr4133") ) +(myObject (attribute1 "attr4134") ) +(myObject (attribute1 "attr4135") ) +(myObject (attribute1 "attr4136") ) +(myObject (attribute1 "attr4137") ) +(myObject (attribute1 "attr4138") ) +(myObject (attribute1 "attr4139") ) +(myObject (attribute1 "attr4140") ) +(myObject (attribute1 "attr4141") ) +(myObject (attribute1 "attr4142") ) +(myObject (attribute1 "attr4143") ) +(myObject (attribute1 "attr4144") ) +(myObject (attribute1 "attr4145") ) +(myObject (attribute1 "attr4146") ) +(myObject (attribute1 "attr4147") ) +(myObject (attribute1 "attr4148") ) +(myObject (attribute1 "attr4149") ) +(myObject (attribute1 "attr4150") ) +(myObject (attribute1 "attr4151") ) +(myObject (attribute1 "attr4152") ) +(myObject (attribute1 "attr4153") ) +(myObject (attribute1 "attr4154") ) +(myObject (attribute1 "attr4155") ) +(myObject (attribute1 "attr4156") ) +(myObject (attribute1 "attr4157") ) +(myObject (attribute1 "attr4158") ) +(myObject (attribute1 "attr4159") ) +(myObject (attribute1 "attr4160") ) +(myObject (attribute1 "attr4161") ) +(myObject (attribute1 "attr4162") ) +(myObject (attribute1 "attr4163") ) +(myObject (attribute1 "attr4164") ) +(myObject (attribute1 "attr4165") ) +(myObject (attribute1 "attr4166") ) +(myObject (attribute1 "attr4167") ) +(myObject (attribute1 "attr4168") ) +(myObject (attribute1 "attr4169") ) +(myObject (attribute1 "attr4170") ) +(myObject (attribute1 "attr4171") ) +(myObject (attribute1 "attr4172") ) +(myObject (attribute1 "attr4173") ) +(myObject (attribute1 "attr4174") ) +(myObject (attribute1 "attr4175") ) +(myObject (attribute1 "attr4176") ) +(myObject (attribute1 "attr4177") ) +(myObject (attribute1 "attr4178") ) +(myObject (attribute1 "attr4179") ) +(myObject (attribute1 "attr4180") ) +(myObject (attribute1 "attr4181") ) +(myObject (attribute1 "attr4182") ) +(myObject (attribute1 "attr4183") ) +(myObject (attribute1 "attr4184") ) +(myObject (attribute1 "attr4185") ) +(myObject (attribute1 "attr4186") ) +(myObject (attribute1 "attr4187") ) +(myObject (attribute1 "attr4188") ) +(myObject (attribute1 "attr4189") ) +(myObject (attribute1 "attr4190") ) +(myObject (attribute1 "attr4191") ) +(myObject (attribute1 "attr4192") ) +(myObject (attribute1 "attr4193") ) +(myObject (attribute1 "attr4194") ) +(myObject (attribute1 "attr4195") ) +(myObject (attribute1 "attr4196") ) +(myObject (attribute1 "attr4197") ) +(myObject (attribute1 "attr4198") ) +(myObject (attribute1 "attr4199") ) +(myObject (attribute1 "attr4200") ) +(myObject (attribute1 "attr4201") ) +(myObject (attribute1 "attr4202") ) +(myObject (attribute1 "attr4203") ) +(myObject (attribute1 "attr4204") ) +(myObject (attribute1 "attr4205") ) +(myObject (attribute1 "attr4206") ) +(myObject (attribute1 "attr4207") ) +(myObject (attribute1 "attr4208") ) +(myObject (attribute1 "attr4209") ) +(myObject (attribute1 "attr4210") ) +(myObject (attribute1 "attr4211") ) +(myObject (attribute1 "attr4212") ) +(myObject (attribute1 "attr4213") ) +(myObject (attribute1 "attr4214") ) +(myObject (attribute1 "attr4215") ) +(myObject (attribute1 "attr4216") ) +(myObject (attribute1 "attr4217") ) +(myObject (attribute1 "attr4218") ) +(myObject (attribute1 "attr4219") ) +(myObject (attribute1 "attr4220") ) +(myObject (attribute1 "attr4221") ) +(myObject (attribute1 "attr4222") ) +(myObject (attribute1 "attr4223") ) +(myObject (attribute1 "attr4224") ) +(myObject (attribute1 "attr4225") ) +(myObject (attribute1 "attr4226") ) +(myObject (attribute1 "attr4227") ) +(myObject (attribute1 "attr4228") ) +(myObject (attribute1 "attr4229") ) +(myObject (attribute1 "attr4230") ) +(myObject (attribute1 "attr4231") ) +(myObject (attribute1 "attr4232") ) +(myObject (attribute1 "attr4233") ) +(myObject (attribute1 "attr4234") ) +(myObject (attribute1 "attr4235") ) +(myObject (attribute1 "attr4236") ) +(myObject (attribute1 "attr4237") ) +(myObject (attribute1 "attr4238") ) +(myObject (attribute1 "attr4239") ) +(myObject (attribute1 "attr4240") ) +(myObject (attribute1 "attr4241") ) +(myObject (attribute1 "attr4242") ) +(myObject (attribute1 "attr4243") ) +(myObject (attribute1 "attr4244") ) +(myObject (attribute1 "attr4245") ) +(myObject (attribute1 "attr4246") ) +(myObject (attribute1 "attr4247") ) +(myObject (attribute1 "attr4248") ) +(myObject (attribute1 "attr4249") ) +(myObject (attribute1 "attr4250") ) +(myObject (attribute1 "attr4251") ) +(myObject (attribute1 "attr4252") ) +(myObject (attribute1 "attr4253") ) +(myObject (attribute1 "attr4254") ) +(myObject (attribute1 "attr4255") ) +(myObject (attribute1 "attr4256") ) +(myObject (attribute1 "attr4257") ) +(myObject (attribute1 "attr4258") ) +(myObject (attribute1 "attr4259") ) +(myObject (attribute1 "attr4260") ) +(myObject (attribute1 "attr4261") ) +(myObject (attribute1 "attr4262") ) +(myObject (attribute1 "attr4263") ) +(myObject (attribute1 "attr4264") ) +(myObject (attribute1 "attr4265") ) +(myObject (attribute1 "attr4266") ) +(myObject (attribute1 "attr4267") ) +(myObject (attribute1 "attr4268") ) +(myObject (attribute1 "attr4269") ) +(myObject (attribute1 "attr4270") ) +(myObject (attribute1 "attr4271") ) +(myObject (attribute1 "attr4272") ) +(myObject (attribute1 "attr4273") ) +(myObject (attribute1 "attr4274") ) +(myObject (attribute1 "attr4275") ) +(myObject (attribute1 "attr4276") ) +(myObject (attribute1 "attr4277") ) +(myObject (attribute1 "attr4278") ) +(myObject (attribute1 "attr4279") ) +(myObject (attribute1 "attr4280") ) +(myObject (attribute1 "attr4281") ) +(myObject (attribute1 "attr4282") ) +(myObject (attribute1 "attr4283") ) +(myObject (attribute1 "attr4284") ) +(myObject (attribute1 "attr4285") ) +(myObject (attribute1 "attr4286") ) +(myObject (attribute1 "attr4287") ) +(myObject (attribute1 "attr4288") ) +(myObject (attribute1 "attr4289") ) +(myObject (attribute1 "attr4290") ) +(myObject (attribute1 "attr4291") ) +(myObject (attribute1 "attr4292") ) +(myObject (attribute1 "attr4293") ) +(myObject (attribute1 "attr4294") ) +(myObject (attribute1 "attr4295") ) +(myObject (attribute1 "attr4296") ) +(myObject (attribute1 "attr4297") ) +(myObject (attribute1 "attr4298") ) +(myObject (attribute1 "attr4299") ) +(myObject (attribute1 "attr4300") ) +(myObject (attribute1 "attr4301") ) +(myObject (attribute1 "attr4302") ) +(myObject (attribute1 "attr4303") ) +(myObject (attribute1 "attr4304") ) +(myObject (attribute1 "attr4305") ) +(myObject (attribute1 "attr4306") ) +(myObject (attribute1 "attr4307") ) +(myObject (attribute1 "attr4308") ) +(myObject (attribute1 "attr4309") ) +(myObject (attribute1 "attr4310") ) +(myObject (attribute1 "attr4311") ) +(myObject (attribute1 "attr4312") ) +(myObject (attribute1 "attr4313") ) +(myObject (attribute1 "attr4314") ) +(myObject (attribute1 "attr4315") ) +(myObject (attribute1 "attr4316") ) +(myObject (attribute1 "attr4317") ) +(myObject (attribute1 "attr4318") ) +(myObject (attribute1 "attr4319") ) +(myObject (attribute1 "attr4320") ) +(myObject (attribute1 "attr4321") ) +(myObject (attribute1 "attr4322") ) +(myObject (attribute1 "attr4323") ) +(myObject (attribute1 "attr4324") ) +(myObject (attribute1 "attr4325") ) +(myObject (attribute1 "attr4326") ) +(myObject (attribute1 "attr4327") ) +(myObject (attribute1 "attr4328") ) +(myObject (attribute1 "attr4329") ) +(myObject (attribute1 "attr4330") ) +(myObject (attribute1 "attr4331") ) +(myObject (attribute1 "attr4332") ) +(myObject (attribute1 "attr4333") ) +(myObject (attribute1 "attr4334") ) +(myObject (attribute1 "attr4335") ) +(myObject (attribute1 "attr4336") ) +(myObject (attribute1 "attr4337") ) +(myObject (attribute1 "attr4338") ) +(myObject (attribute1 "attr4339") ) +(myObject (attribute1 "attr4340") ) +(myObject (attribute1 "attr4341") ) +(myObject (attribute1 "attr4342") ) +(myObject (attribute1 "attr4343") ) +(myObject (attribute1 "attr4344") ) +(myObject (attribute1 "attr4345") ) +(myObject (attribute1 "attr4346") ) +(myObject (attribute1 "attr4347") ) +(myObject (attribute1 "attr4348") ) +(myObject (attribute1 "attr4349") ) +(myObject (attribute1 "attr4350") ) +(myObject (attribute1 "attr4351") ) +(myObject (attribute1 "attr4352") ) +(myObject (attribute1 "attr4353") ) +(myObject (attribute1 "attr4354") ) +(myObject (attribute1 "attr4355") ) +(myObject (attribute1 "attr4356") ) +(myObject (attribute1 "attr4357") ) +(myObject (attribute1 "attr4358") ) +(myObject (attribute1 "attr4359") ) +(myObject (attribute1 "attr4360") ) +(myObject (attribute1 "attr4361") ) +(myObject (attribute1 "attr4362") ) +(myObject (attribute1 "attr4363") ) +(myObject (attribute1 "attr4364") ) +(myObject (attribute1 "attr4365") ) +(myObject (attribute1 "attr4366") ) +(myObject (attribute1 "attr4367") ) +(myObject (attribute1 "attr4368") ) +(myObject (attribute1 "attr4369") ) +(myObject (attribute1 "attr4370") ) +(myObject (attribute1 "attr4371") ) +(myObject (attribute1 "attr4372") ) +(myObject (attribute1 "attr4373") ) +(myObject (attribute1 "attr4374") ) +(myObject (attribute1 "attr4375") ) +(myObject (attribute1 "attr4376") ) +(myObject (attribute1 "attr4377") ) +(myObject (attribute1 "attr4378") ) +(myObject (attribute1 "attr4379") ) +(myObject (attribute1 "attr4380") ) +(myObject (attribute1 "attr4381") ) +(myObject (attribute1 "attr4382") ) +(myObject (attribute1 "attr4383") ) +(myObject (attribute1 "attr4384") ) +(myObject (attribute1 "attr4385") ) +(myObject (attribute1 "attr4386") ) +(myObject (attribute1 "attr4387") ) +(myObject (attribute1 "attr4388") ) +(myObject (attribute1 "attr4389") ) +(myObject (attribute1 "attr4390") ) +(myObject (attribute1 "attr4391") ) +(myObject (attribute1 "attr4392") ) +(myObject (attribute1 "attr4393") ) +(myObject (attribute1 "attr4394") ) +(myObject (attribute1 "attr4395") ) +(myObject (attribute1 "attr4396") ) +(myObject (attribute1 "attr4397") ) +(myObject (attribute1 "attr4398") ) +(myObject (attribute1 "attr4399") ) +(myObject (attribute1 "attr4400") ) +(myObject (attribute1 "attr4401") ) +(myObject (attribute1 "attr4402") ) +(myObject (attribute1 "attr4403") ) +(myObject (attribute1 "attr4404") ) +(myObject (attribute1 "attr4405") ) +(myObject (attribute1 "attr4406") ) +(myObject (attribute1 "attr4407") ) +(myObject (attribute1 "attr4408") ) +(myObject (attribute1 "attr4409") ) +(myObject (attribute1 "attr4410") ) +(myObject (attribute1 "attr4411") ) +(myObject (attribute1 "attr4412") ) +(myObject (attribute1 "attr4413") ) +(myObject (attribute1 "attr4414") ) +(myObject (attribute1 "attr4415") ) +(myObject (attribute1 "attr4416") ) +(myObject (attribute1 "attr4417") ) +(myObject (attribute1 "attr4418") ) +(myObject (attribute1 "attr4419") ) +(myObject (attribute1 "attr4420") ) +(myObject (attribute1 "attr4421") ) +(myObject (attribute1 "attr4422") ) +(myObject (attribute1 "attr4423") ) +(myObject (attribute1 "attr4424") ) +(myObject (attribute1 "attr4425") ) +(myObject (attribute1 "attr4426") ) +(myObject (attribute1 "attr4427") ) +(myObject (attribute1 "attr4428") ) +(myObject (attribute1 "attr4429") ) +(myObject (attribute1 "attr4430") ) +(myObject (attribute1 "attr4431") ) +(myObject (attribute1 "attr4432") ) +(myObject (attribute1 "attr4433") ) +(myObject (attribute1 "attr4434") ) +(myObject (attribute1 "attr4435") ) +(myObject (attribute1 "attr4436") ) +(myObject (attribute1 "attr4437") ) +(myObject (attribute1 "attr4438") ) +(myObject (attribute1 "attr4439") ) +(myObject (attribute1 "attr4440") ) +(myObject (attribute1 "attr4441") ) +(myObject (attribute1 "attr4442") ) +(myObject (attribute1 "attr4443") ) +(myObject (attribute1 "attr4444") ) +(myObject (attribute1 "attr4445") ) +(myObject (attribute1 "attr4446") ) +(myObject (attribute1 "attr4447") ) +(myObject (attribute1 "attr4448") ) +(myObject (attribute1 "attr4449") ) +(myObject (attribute1 "attr4450") ) +(myObject (attribute1 "attr4451") ) +(myObject (attribute1 "attr4452") ) +(myObject (attribute1 "attr4453") ) +(myObject (attribute1 "attr4454") ) +(myObject (attribute1 "attr4455") ) +(myObject (attribute1 "attr4456") ) +(myObject (attribute1 "attr4457") ) +(myObject (attribute1 "attr4458") ) +(myObject (attribute1 "attr4459") ) +(myObject (attribute1 "attr4460") ) +(myObject (attribute1 "attr4461") ) +(myObject (attribute1 "attr4462") ) +(myObject (attribute1 "attr4463") ) +(myObject (attribute1 "attr4464") ) +(myObject (attribute1 "attr4465") ) +(myObject (attribute1 "attr4466") ) +(myObject (attribute1 "attr4467") ) +(myObject (attribute1 "attr4468") ) +(myObject (attribute1 "attr4469") ) +(myObject (attribute1 "attr4470") ) +(myObject (attribute1 "attr4471") ) +(myObject (attribute1 "attr4472") ) +(myObject (attribute1 "attr4473") ) +(myObject (attribute1 "attr4474") ) +(myObject (attribute1 "attr4475") ) +(myObject (attribute1 "attr4476") ) +(myObject (attribute1 "attr4477") ) +(myObject (attribute1 "attr4478") ) +(myObject (attribute1 "attr4479") ) +(myObject (attribute1 "attr4480") ) +(myObject (attribute1 "attr4481") ) +(myObject (attribute1 "attr4482") ) +(myObject (attribute1 "attr4483") ) +(myObject (attribute1 "attr4484") ) +(myObject (attribute1 "attr4485") ) +(myObject (attribute1 "attr4486") ) +(myObject (attribute1 "attr4487") ) +(myObject (attribute1 "attr4488") ) +(myObject (attribute1 "attr4489") ) +(myObject (attribute1 "attr4490") ) +(myObject (attribute1 "attr4491") ) +(myObject (attribute1 "attr4492") ) +(myObject (attribute1 "attr4493") ) +(myObject (attribute1 "attr4494") ) +(myObject (attribute1 "attr4495") ) +(myObject (attribute1 "attr4496") ) +(myObject (attribute1 "attr4497") ) +(myObject (attribute1 "attr4498") ) +(myObject (attribute1 "attr4499") ) +(myObject (attribute1 "attr4500") ) +(myObject (attribute1 "attr4501") ) +(myObject (attribute1 "attr4502") ) +(myObject (attribute1 "attr4503") ) +(myObject (attribute1 "attr4504") ) +(myObject (attribute1 "attr4505") ) +(myObject (attribute1 "attr4506") ) +(myObject (attribute1 "attr4507") ) +(myObject (attribute1 "attr4508") ) +(myObject (attribute1 "attr4509") ) +(myObject (attribute1 "attr4510") ) +(myObject (attribute1 "attr4511") ) +(myObject (attribute1 "attr4512") ) +(myObject (attribute1 "attr4513") ) +(myObject (attribute1 "attr4514") ) +(myObject (attribute1 "attr4515") ) +(myObject (attribute1 "attr4516") ) +(myObject (attribute1 "attr4517") ) +(myObject (attribute1 "attr4518") ) +(myObject (attribute1 "attr4519") ) +(myObject (attribute1 "attr4520") ) +(myObject (attribute1 "attr4521") ) +(myObject (attribute1 "attr4522") ) +(myObject (attribute1 "attr4523") ) +(myObject (attribute1 "attr4524") ) +(myObject (attribute1 "attr4525") ) +(myObject (attribute1 "attr4526") ) +(myObject (attribute1 "attr4527") ) +(myObject (attribute1 "attr4528") ) +(myObject (attribute1 "attr4529") ) +(myObject (attribute1 "attr4530") ) +(myObject (attribute1 "attr4531") ) +(myObject (attribute1 "attr4532") ) +(myObject (attribute1 "attr4533") ) +(myObject (attribute1 "attr4534") ) +(myObject (attribute1 "attr4535") ) +(myObject (attribute1 "attr4536") ) +(myObject (attribute1 "attr4537") ) +(myObject (attribute1 "attr4538") ) +(myObject (attribute1 "attr4539") ) +(myObject (attribute1 "attr4540") ) +(myObject (attribute1 "attr4541") ) +(myObject (attribute1 "attr4542") ) +(myObject (attribute1 "attr4543") ) +(myObject (attribute1 "attr4544") ) +(myObject (attribute1 "attr4545") ) +(myObject (attribute1 "attr4546") ) +(myObject (attribute1 "attr4547") ) +(myObject (attribute1 "attr4548") ) +(myObject (attribute1 "attr4549") ) +(myObject (attribute1 "attr4550") ) +(myObject (attribute1 "attr4551") ) +(myObject (attribute1 "attr4552") ) +(myObject (attribute1 "attr4553") ) +(myObject (attribute1 "attr4554") ) +(myObject (attribute1 "attr4555") ) +(myObject (attribute1 "attr4556") ) +(myObject (attribute1 "attr4557") ) +(myObject (attribute1 "attr4558") ) +(myObject (attribute1 "attr4559") ) +(myObject (attribute1 "attr4560") ) +(myObject (attribute1 "attr4561") ) +(myObject (attribute1 "attr4562") ) +(myObject (attribute1 "attr4563") ) +(myObject (attribute1 "attr4564") ) +(myObject (attribute1 "attr4565") ) +(myObject (attribute1 "attr4566") ) +(myObject (attribute1 "attr4567") ) +(myObject (attribute1 "attr4568") ) +(myObject (attribute1 "attr4569") ) +(myObject (attribute1 "attr4570") ) +(myObject (attribute1 "attr4571") ) +(myObject (attribute1 "attr4572") ) +(myObject (attribute1 "attr4573") ) +(myObject (attribute1 "attr4574") ) +(myObject (attribute1 "attr4575") ) +(myObject (attribute1 "attr4576") ) +(myObject (attribute1 "attr4577") ) +(myObject (attribute1 "attr4578") ) +(myObject (attribute1 "attr4579") ) +(myObject (attribute1 "attr4580") ) +(myObject (attribute1 "attr4581") ) +(myObject (attribute1 "attr4582") ) +(myObject (attribute1 "attr4583") ) +(myObject (attribute1 "attr4584") ) +(myObject (attribute1 "attr4585") ) +(myObject (attribute1 "attr4586") ) +(myObject (attribute1 "attr4587") ) +(myObject (attribute1 "attr4588") ) +(myObject (attribute1 "attr4589") ) +(myObject (attribute1 "attr4590") ) +(myObject (attribute1 "attr4591") ) +(myObject (attribute1 "attr4592") ) +(myObject (attribute1 "attr4593") ) +(myObject (attribute1 "attr4594") ) +(myObject (attribute1 "attr4595") ) +(myObject (attribute1 "attr4596") ) +(myObject (attribute1 "attr4597") ) +(myObject (attribute1 "attr4598") ) +(myObject (attribute1 "attr4599") ) +(myObject (attribute1 "attr4600") ) +(myObject (attribute1 "attr4601") ) +(myObject (attribute1 "attr4602") ) +(myObject (attribute1 "attr4603") ) +(myObject (attribute1 "attr4604") ) +(myObject (attribute1 "attr4605") ) +(myObject (attribute1 "attr4606") ) +(myObject (attribute1 "attr4607") ) +(myObject (attribute1 "attr4608") ) +(myObject (attribute1 "attr4609") ) +(myObject (attribute1 "attr4610") ) +(myObject (attribute1 "attr4611") ) +(myObject (attribute1 "attr4612") ) +(myObject (attribute1 "attr4613") ) +(myObject (attribute1 "attr4614") ) +(myObject (attribute1 "attr4615") ) +(myObject (attribute1 "attr4616") ) +(myObject (attribute1 "attr4617") ) +(myObject (attribute1 "attr4618") ) +(myObject (attribute1 "attr4619") ) +(myObject (attribute1 "attr4620") ) +(myObject (attribute1 "attr4621") ) +(myObject (attribute1 "attr4622") ) +(myObject (attribute1 "attr4623") ) +(myObject (attribute1 "attr4624") ) +(myObject (attribute1 "attr4625") ) +(myObject (attribute1 "attr4626") ) +(myObject (attribute1 "attr4627") ) +(myObject (attribute1 "attr4628") ) +(myObject (attribute1 "attr4629") ) +(myObject (attribute1 "attr4630") ) +(myObject (attribute1 "attr4631") ) +(myObject (attribute1 "attr4632") ) +(myObject (attribute1 "attr4633") ) +(myObject (attribute1 "attr4634") ) +(myObject (attribute1 "attr4635") ) +(myObject (attribute1 "attr4636") ) +(myObject (attribute1 "attr4637") ) +(myObject (attribute1 "attr4638") ) +(myObject (attribute1 "attr4639") ) +(myObject (attribute1 "attr4640") ) +(myObject (attribute1 "attr4641") ) +(myObject (attribute1 "attr4642") ) +(myObject (attribute1 "attr4643") ) +(myObject (attribute1 "attr4644") ) +(myObject (attribute1 "attr4645") ) +(myObject (attribute1 "attr4646") ) +(myObject (attribute1 "attr4647") ) +(myObject (attribute1 "attr4648") ) +(myObject (attribute1 "attr4649") ) +(myObject (attribute1 "attr4650") ) +(myObject (attribute1 "attr4651") ) +(myObject (attribute1 "attr4652") ) +(myObject (attribute1 "attr4653") ) +(myObject (attribute1 "attr4654") ) +(myObject (attribute1 "attr4655") ) +(myObject (attribute1 "attr4656") ) +(myObject (attribute1 "attr4657") ) +(myObject (attribute1 "attr4658") ) +(myObject (attribute1 "attr4659") ) +(myObject (attribute1 "attr4660") ) +(myObject (attribute1 "attr4661") ) +(myObject (attribute1 "attr4662") ) +(myObject (attribute1 "attr4663") ) +(myObject (attribute1 "attr4664") ) +(myObject (attribute1 "attr4665") ) +(myObject (attribute1 "attr4666") ) +(myObject (attribute1 "attr4667") ) +(myObject (attribute1 "attr4668") ) +(myObject (attribute1 "attr4669") ) +(myObject (attribute1 "attr4670") ) +(myObject (attribute1 "attr4671") ) +(myObject (attribute1 "attr4672") ) +(myObject (attribute1 "attr4673") ) +(myObject (attribute1 "attr4674") ) +(myObject (attribute1 "attr4675") ) +(myObject (attribute1 "attr4676") ) +(myObject (attribute1 "attr4677") ) +(myObject (attribute1 "attr4678") ) +(myObject (attribute1 "attr4679") ) +(myObject (attribute1 "attr4680") ) +(myObject (attribute1 "attr4681") ) +(myObject (attribute1 "attr4682") ) +(myObject (attribute1 "attr4683") ) +(myObject (attribute1 "attr4684") ) +(myObject (attribute1 "attr4685") ) +(myObject (attribute1 "attr4686") ) +(myObject (attribute1 "attr4687") ) +(myObject (attribute1 "attr4688") ) +(myObject (attribute1 "attr4689") ) +(myObject (attribute1 "attr4690") ) +(myObject (attribute1 "attr4691") ) +(myObject (attribute1 "attr4692") ) +(myObject (attribute1 "attr4693") ) +(myObject (attribute1 "attr4694") ) +(myObject (attribute1 "attr4695") ) +(myObject (attribute1 "attr4696") ) +(myObject (attribute1 "attr4697") ) +(myObject (attribute1 "attr4698") ) +(myObject (attribute1 "attr4699") ) +(myObject (attribute1 "attr4700") ) +(myObject (attribute1 "attr4701") ) +(myObject (attribute1 "attr4702") ) +(myObject (attribute1 "attr4703") ) +(myObject (attribute1 "attr4704") ) +(myObject (attribute1 "attr4705") ) +(myObject (attribute1 "attr4706") ) +(myObject (attribute1 "attr4707") ) +(myObject (attribute1 "attr4708") ) +(myObject (attribute1 "attr4709") ) +(myObject (attribute1 "attr4710") ) +(myObject (attribute1 "attr4711") ) +(myObject (attribute1 "attr4712") ) +(myObject (attribute1 "attr4713") ) +(myObject (attribute1 "attr4714") ) +(myObject (attribute1 "attr4715") ) +(myObject (attribute1 "attr4716") ) +(myObject (attribute1 "attr4717") ) +(myObject (attribute1 "attr4718") ) +(myObject (attribute1 "attr4719") ) +(myObject (attribute1 "attr4720") ) +(myObject (attribute1 "attr4721") ) +(myObject (attribute1 "attr4722") ) +(myObject (attribute1 "attr4723") ) +(myObject (attribute1 "attr4724") ) +(myObject (attribute1 "attr4725") ) +(myObject (attribute1 "attr4726") ) +(myObject (attribute1 "attr4727") ) +(myObject (attribute1 "attr4728") ) +(myObject (attribute1 "attr4729") ) +(myObject (attribute1 "attr4730") ) +(myObject (attribute1 "attr4731") ) +(myObject (attribute1 "attr4732") ) +(myObject (attribute1 "attr4733") ) +(myObject (attribute1 "attr4734") ) +(myObject (attribute1 "attr4735") ) +(myObject (attribute1 "attr4736") ) +(myObject (attribute1 "attr4737") ) +(myObject (attribute1 "attr4738") ) +(myObject (attribute1 "attr4739") ) +(myObject (attribute1 "attr4740") ) +(myObject (attribute1 "attr4741") ) +(myObject (attribute1 "attr4742") ) +(myObject (attribute1 "attr4743") ) +(myObject (attribute1 "attr4744") ) +(myObject (attribute1 "attr4745") ) +(myObject (attribute1 "attr4746") ) +(myObject (attribute1 "attr4747") ) +(myObject (attribute1 "attr4748") ) +(myObject (attribute1 "attr4749") ) +(myObject (attribute1 "attr4750") ) +(myObject (attribute1 "attr4751") ) +(myObject (attribute1 "attr4752") ) +(myObject (attribute1 "attr4753") ) +(myObject (attribute1 "attr4754") ) +(myObject (attribute1 "attr4755") ) +(myObject (attribute1 "attr4756") ) +(myObject (attribute1 "attr4757") ) +(myObject (attribute1 "attr4758") ) +(myObject (attribute1 "attr4759") ) +(myObject (attribute1 "attr4760") ) +(myObject (attribute1 "attr4761") ) +(myObject (attribute1 "attr4762") ) +(myObject (attribute1 "attr4763") ) +(myObject (attribute1 "attr4764") ) +(myObject (attribute1 "attr4765") ) +(myObject (attribute1 "attr4766") ) +(myObject (attribute1 "attr4767") ) +(myObject (attribute1 "attr4768") ) +(myObject (attribute1 "attr4769") ) +(myObject (attribute1 "attr4770") ) +(myObject (attribute1 "attr4771") ) +(myObject (attribute1 "attr4772") ) +(myObject (attribute1 "attr4773") ) +(myObject (attribute1 "attr4774") ) +(myObject (attribute1 "attr4775") ) +(myObject (attribute1 "attr4776") ) +(myObject (attribute1 "attr4777") ) +(myObject (attribute1 "attr4778") ) +(myObject (attribute1 "attr4779") ) +(myObject (attribute1 "attr4780") ) +(myObject (attribute1 "attr4781") ) +(myObject (attribute1 "attr4782") ) +(myObject (attribute1 "attr4783") ) +(myObject (attribute1 "attr4784") ) +(myObject (attribute1 "attr4785") ) +(myObject (attribute1 "attr4786") ) +(myObject (attribute1 "attr4787") ) +(myObject (attribute1 "attr4788") ) +(myObject (attribute1 "attr4789") ) +(myObject (attribute1 "attr4790") ) +(myObject (attribute1 "attr4791") ) +(myObject (attribute1 "attr4792") ) +(myObject (attribute1 "attr4793") ) +(myObject (attribute1 "attr4794") ) +(myObject (attribute1 "attr4795") ) +(myObject (attribute1 "attr4796") ) +(myObject (attribute1 "attr4797") ) +(myObject (attribute1 "attr4798") ) +(myObject (attribute1 "attr4799") ) +(myObject (attribute1 "attr4800") ) +(myObject (attribute1 "attr4801") ) +(myObject (attribute1 "attr4802") ) +(myObject (attribute1 "attr4803") ) +(myObject (attribute1 "attr4804") ) +(myObject (attribute1 "attr4805") ) +(myObject (attribute1 "attr4806") ) +(myObject (attribute1 "attr4807") ) +(myObject (attribute1 "attr4808") ) +(myObject (attribute1 "attr4809") ) +(myObject (attribute1 "attr4810") ) +(myObject (attribute1 "attr4811") ) +(myObject (attribute1 "attr4812") ) +(myObject (attribute1 "attr4813") ) +(myObject (attribute1 "attr4814") ) +(myObject (attribute1 "attr4815") ) +(myObject (attribute1 "attr4816") ) +(myObject (attribute1 "attr4817") ) +(myObject (attribute1 "attr4818") ) +(myObject (attribute1 "attr4819") ) +(myObject (attribute1 "attr4820") ) +(myObject (attribute1 "attr4821") ) +(myObject (attribute1 "attr4822") ) +(myObject (attribute1 "attr4823") ) +(myObject (attribute1 "attr4824") ) +(myObject (attribute1 "attr4825") ) +(myObject (attribute1 "attr4826") ) +(myObject (attribute1 "attr4827") ) +(myObject (attribute1 "attr4828") ) +(myObject (attribute1 "attr4829") ) +(myObject (attribute1 "attr4830") ) +(myObject (attribute1 "attr4831") ) +(myObject (attribute1 "attr4832") ) +(myObject (attribute1 "attr4833") ) +(myObject (attribute1 "attr4834") ) +(myObject (attribute1 "attr4835") ) +(myObject (attribute1 "attr4836") ) +(myObject (attribute1 "attr4837") ) +(myObject (attribute1 "attr4838") ) +(myObject (attribute1 "attr4839") ) +(myObject (attribute1 "attr4840") ) +(myObject (attribute1 "attr4841") ) +(myObject (attribute1 "attr4842") ) +(myObject (attribute1 "attr4843") ) +(myObject (attribute1 "attr4844") ) +(myObject (attribute1 "attr4845") ) +(myObject (attribute1 "attr4846") ) +(myObject (attribute1 "attr4847") ) +(myObject (attribute1 "attr4848") ) +(myObject (attribute1 "attr4849") ) +(myObject (attribute1 "attr4850") ) +(myObject (attribute1 "attr4851") ) +(myObject (attribute1 "attr4852") ) +(myObject (attribute1 "attr4853") ) +(myObject (attribute1 "attr4854") ) +(myObject (attribute1 "attr4855") ) +(myObject (attribute1 "attr4856") ) +(myObject (attribute1 "attr4857") ) +(myObject (attribute1 "attr4858") ) +(myObject (attribute1 "attr4859") ) +(myObject (attribute1 "attr4860") ) +(myObject (attribute1 "attr4861") ) +(myObject (attribute1 "attr4862") ) +(myObject (attribute1 "attr4863") ) +(myObject (attribute1 "attr4864") ) +(myObject (attribute1 "attr4865") ) +(myObject (attribute1 "attr4866") ) +(myObject (attribute1 "attr4867") ) +(myObject (attribute1 "attr4868") ) +(myObject (attribute1 "attr4869") ) +(myObject (attribute1 "attr4870") ) +(myObject (attribute1 "attr4871") ) +(myObject (attribute1 "attr4872") ) +(myObject (attribute1 "attr4873") ) +(myObject (attribute1 "attr4874") ) +(myObject (attribute1 "attr4875") ) +(myObject (attribute1 "attr4876") ) +(myObject (attribute1 "attr4877") ) +(myObject (attribute1 "attr4878") ) +(myObject (attribute1 "attr4879") ) +(myObject (attribute1 "attr4880") ) +(myObject (attribute1 "attr4881") ) +(myObject (attribute1 "attr4882") ) +(myObject (attribute1 "attr4883") ) +(myObject (attribute1 "attr4884") ) +(myObject (attribute1 "attr4885") ) +(myObject (attribute1 "attr4886") ) +(myObject (attribute1 "attr4887") ) +(myObject (attribute1 "attr4888") ) +(myObject (attribute1 "attr4889") ) +(myObject (attribute1 "attr4890") ) +(myObject (attribute1 "attr4891") ) +(myObject (attribute1 "attr4892") ) +(myObject (attribute1 "attr4893") ) +(myObject (attribute1 "attr4894") ) +(myObject (attribute1 "attr4895") ) +(myObject (attribute1 "attr4896") ) +(myObject (attribute1 "attr4897") ) +(myObject (attribute1 "attr4898") ) +(myObject (attribute1 "attr4899") ) +(myObject (attribute1 "attr4900") ) +(myObject (attribute1 "attr4901") ) +(myObject (attribute1 "attr4902") ) +(myObject (attribute1 "attr4903") ) +(myObject (attribute1 "attr4904") ) +(myObject (attribute1 "attr4905") ) +(myObject (attribute1 "attr4906") ) +(myObject (attribute1 "attr4907") ) +(myObject (attribute1 "attr4908") ) +(myObject (attribute1 "attr4909") ) +(myObject (attribute1 "attr4910") ) +(myObject (attribute1 "attr4911") ) +(myObject (attribute1 "attr4912") ) +(myObject (attribute1 "attr4913") ) +(myObject (attribute1 "attr4914") ) +(myObject (attribute1 "attr4915") ) +(myObject (attribute1 "attr4916") ) +(myObject (attribute1 "attr4917") ) +(myObject (attribute1 "attr4918") ) +(myObject (attribute1 "attr4919") ) +(myObject (attribute1 "attr4920") ) +(myObject (attribute1 "attr4921") ) +(myObject (attribute1 "attr4922") ) +(myObject (attribute1 "attr4923") ) +(myObject (attribute1 "attr4924") ) +(myObject (attribute1 "attr4925") ) +(myObject (attribute1 "attr4926") ) +(myObject (attribute1 "attr4927") ) +(myObject (attribute1 "attr4928") ) +(myObject (attribute1 "attr4929") ) +(myObject (attribute1 "attr4930") ) +(myObject (attribute1 "attr4931") ) +(myObject (attribute1 "attr4932") ) +(myObject (attribute1 "attr4933") ) +(myObject (attribute1 "attr4934") ) +(myObject (attribute1 "attr4935") ) +(myObject (attribute1 "attr4936") ) +(myObject (attribute1 "attr4937") ) +(myObject (attribute1 "attr4938") ) +(myObject (attribute1 "attr4939") ) +(myObject (attribute1 "attr4940") ) +(myObject (attribute1 "attr4941") ) +(myObject (attribute1 "attr4942") ) +(myObject (attribute1 "attr4943") ) +(myObject (attribute1 "attr4944") ) +(myObject (attribute1 "attr4945") ) +(myObject (attribute1 "attr4946") ) +(myObject (attribute1 "attr4947") ) +(myObject (attribute1 "attr4948") ) +(myObject (attribute1 "attr4949") ) +(myObject (attribute1 "attr4950") ) +(myObject (attribute1 "attr4951") ) +(myObject (attribute1 "attr4952") ) +(myObject (attribute1 "attr4953") ) +(myObject (attribute1 "attr4954") ) +(myObject (attribute1 "attr4955") ) +(myObject (attribute1 "attr4956") ) +(myObject (attribute1 "attr4957") ) +(myObject (attribute1 "attr4958") ) +(myObject (attribute1 "attr4959") ) +(myObject (attribute1 "attr4960") ) +(myObject (attribute1 "attr4961") ) +(myObject (attribute1 "attr4962") ) +(myObject (attribute1 "attr4963") ) +(myObject (attribute1 "attr4964") ) +(myObject (attribute1 "attr4965") ) +(myObject (attribute1 "attr4966") ) +(myObject (attribute1 "attr4967") ) +(myObject (attribute1 "attr4968") ) +(myObject (attribute1 "attr4969") ) +(myObject (attribute1 "attr4970") ) +(myObject (attribute1 "attr4971") ) +(myObject (attribute1 "attr4972") ) +(myObject (attribute1 "attr4973") ) +(myObject (attribute1 "attr4974") ) +(myObject (attribute1 "attr4975") ) +(myObject (attribute1 "attr4976") ) +(myObject (attribute1 "attr4977") ) +(myObject (attribute1 "attr4978") ) +(myObject (attribute1 "attr4979") ) +(myObject (attribute1 "attr4980") ) +(myObject (attribute1 "attr4981") ) +(myObject (attribute1 "attr4982") ) +(myObject (attribute1 "attr4983") ) +(myObject (attribute1 "attr4984") ) +(myObject (attribute1 "attr4985") ) +(myObject (attribute1 "attr4986") ) +(myObject (attribute1 "attr4987") ) +(myObject (attribute1 "attr4988") ) +(myObject (attribute1 "attr4989") ) +(myObject (attribute1 "attr4990") ) +(myObject (attribute1 "attr4991") ) +(myObject (attribute1 "attr4992") ) +(myObject (attribute1 "attr4993") ) +(myObject (attribute1 "attr4994") ) +(myObject (attribute1 "attr4995") ) +(myObject (attribute1 "attr4996") ) +(myObject (attribute1 "attr4997") ) +(myObject (attribute1 "attr4998") ) +(myObject (attribute1 "attr4999") ) +(myObject (attribute1 "attr5000") ) +(myObject (attribute1 "attr5001") ) +(myObject (attribute1 "attr5002") ) +(myObject (attribute1 "attr5003") ) +(myObject (attribute1 "attr5004") ) +(myObject (attribute1 "attr5005") ) +(myObject (attribute1 "attr5006") ) +(myObject (attribute1 "attr5007") ) +(myObject (attribute1 "attr5008") ) +(myObject (attribute1 "attr5009") ) +(myObject (attribute1 "attr5010") ) +(myObject (attribute1 "attr5011") ) +(myObject (attribute1 "attr5012") ) +(myObject (attribute1 "attr5013") ) +(myObject (attribute1 "attr5014") ) +(myObject (attribute1 "attr5015") ) +(myObject (attribute1 "attr5016") ) +(myObject (attribute1 "attr5017") ) +(myObject (attribute1 "attr5018") ) +(myObject (attribute1 "attr5019") ) +(myObject (attribute1 "attr5020") ) +(myObject (attribute1 "attr5021") ) +(myObject (attribute1 "attr5022") ) +(myObject (attribute1 "attr5023") ) +(myObject (attribute1 "attr5024") ) +(myObject (attribute1 "attr5025") ) +(myObject (attribute1 "attr5026") ) +(myObject (attribute1 "attr5027") ) +(myObject (attribute1 "attr5028") ) +(myObject (attribute1 "attr5029") ) +(myObject (attribute1 "attr5030") ) +(myObject (attribute1 "attr5031") ) +(myObject (attribute1 "attr5032") ) +(myObject (attribute1 "attr5033") ) +(myObject (attribute1 "attr5034") ) +(myObject (attribute1 "attr5035") ) +(myObject (attribute1 "attr5036") ) +(myObject (attribute1 "attr5037") ) +(myObject (attribute1 "attr5038") ) +(myObject (attribute1 "attr5039") ) +(myObject (attribute1 "attr5040") ) +(myObject (attribute1 "attr5041") ) +(myObject (attribute1 "attr5042") ) +(myObject (attribute1 "attr5043") ) +(myObject (attribute1 "attr5044") ) +(myObject (attribute1 "attr5045") ) +(myObject (attribute1 "attr5046") ) +(myObject (attribute1 "attr5047") ) +(myObject (attribute1 "attr5048") ) +(myObject (attribute1 "attr5049") ) +(myObject (attribute1 "attr5050") ) +(myObject (attribute1 "attr5051") ) +(myObject (attribute1 "attr5052") ) +(myObject (attribute1 "attr5053") ) +(myObject (attribute1 "attr5054") ) +(myObject (attribute1 "attr5055") ) +(myObject (attribute1 "attr5056") ) +(myObject (attribute1 "attr5057") ) +(myObject (attribute1 "attr5058") ) +(myObject (attribute1 "attr5059") ) +(myObject (attribute1 "attr5060") ) +(myObject (attribute1 "attr5061") ) +(myObject (attribute1 "attr5062") ) +(myObject (attribute1 "attr5063") ) +(myObject (attribute1 "attr5064") ) +(myObject (attribute1 "attr5065") ) +(myObject (attribute1 "attr5066") ) +(myObject (attribute1 "attr5067") ) +(myObject (attribute1 "attr5068") ) +(myObject (attribute1 "attr5069") ) +(myObject (attribute1 "attr5070") ) +(myObject (attribute1 "attr5071") ) +(myObject (attribute1 "attr5072") ) +(myObject (attribute1 "attr5073") ) +(myObject (attribute1 "attr5074") ) +(myObject (attribute1 "attr5075") ) +(myObject (attribute1 "attr5076") ) +(myObject (attribute1 "attr5077") ) +(myObject (attribute1 "attr5078") ) +(myObject (attribute1 "attr5079") ) +(myObject (attribute1 "attr5080") ) +(myObject (attribute1 "attr5081") ) +(myObject (attribute1 "attr5082") ) +(myObject (attribute1 "attr5083") ) +(myObject (attribute1 "attr5084") ) +(myObject (attribute1 "attr5085") ) +(myObject (attribute1 "attr5086") ) +(myObject (attribute1 "attr5087") ) +(myObject (attribute1 "attr5088") ) +(myObject (attribute1 "attr5089") ) +(myObject (attribute1 "attr5090") ) +(myObject (attribute1 "attr5091") ) +(myObject (attribute1 "attr5092") ) +(myObject (attribute1 "attr5093") ) +(myObject (attribute1 "attr5094") ) +(myObject (attribute1 "attr5095") ) +(myObject (attribute1 "attr5096") ) +(myObject (attribute1 "attr5097") ) +(myObject (attribute1 "attr5098") ) +(myObject (attribute1 "attr5099") ) +(myObject (attribute1 "attr5100") ) +(myObject (attribute1 "attr5101") ) +(myObject (attribute1 "attr5102") ) +(myObject (attribute1 "attr5103") ) +(myObject (attribute1 "attr5104") ) +(myObject (attribute1 "attr5105") ) +(myObject (attribute1 "attr5106") ) +(myObject (attribute1 "attr5107") ) +(myObject (attribute1 "attr5108") ) +(myObject (attribute1 "attr5109") ) +(myObject (attribute1 "attr5110") ) +(myObject (attribute1 "attr5111") ) +(myObject (attribute1 "attr5112") ) +(myObject (attribute1 "attr5113") ) +(myObject (attribute1 "attr5114") ) +(myObject (attribute1 "attr5115") ) +(myObject (attribute1 "attr5116") ) +(myObject (attribute1 "attr5117") ) +(myObject (attribute1 "attr5118") ) +(myObject (attribute1 "attr5119") ) +(myObject (attribute1 "attr5120") ) +(myObject (attribute1 "attr5121") ) +(myObject (attribute1 "attr5122") ) +(myObject (attribute1 "attr5123") ) +(myObject (attribute1 "attr5124") ) +(myObject (attribute1 "attr5125") ) +(myObject (attribute1 "attr5126") ) +(myObject (attribute1 "attr5127") ) +(myObject (attribute1 "attr5128") ) +(myObject (attribute1 "attr5129") ) +(myObject (attribute1 "attr5130") ) +(myObject (attribute1 "attr5131") ) +(myObject (attribute1 "attr5132") ) +(myObject (attribute1 "attr5133") ) +(myObject (attribute1 "attr5134") ) +(myObject (attribute1 "attr5135") ) +(myObject (attribute1 "attr5136") ) +(myObject (attribute1 "attr5137") ) +(myObject (attribute1 "attr5138") ) +(myObject (attribute1 "attr5139") ) +(myObject (attribute1 "attr5140") ) +(myObject (attribute1 "attr5141") ) +(myObject (attribute1 "attr5142") ) +(myObject (attribute1 "attr5143") ) +(myObject (attribute1 "attr5144") ) +(myObject (attribute1 "attr5145") ) +(myObject (attribute1 "attr5146") ) +(myObject (attribute1 "attr5147") ) +(myObject (attribute1 "attr5148") ) +(myObject (attribute1 "attr5149") ) +(myObject (attribute1 "attr5150") ) +(myObject (attribute1 "attr5151") ) +(myObject (attribute1 "attr5152") ) +(myObject (attribute1 "attr5153") ) +(myObject (attribute1 "attr5154") ) +(myObject (attribute1 "attr5155") ) +(myObject (attribute1 "attr5156") ) +(myObject (attribute1 "attr5157") ) +(myObject (attribute1 "attr5158") ) +(myObject (attribute1 "attr5159") ) +(myObject (attribute1 "attr5160") ) +(myObject (attribute1 "attr5161") ) +(myObject (attribute1 "attr5162") ) +(myObject (attribute1 "attr5163") ) +(myObject (attribute1 "attr5164") ) +(myObject (attribute1 "attr5165") ) +(myObject (attribute1 "attr5166") ) +(myObject (attribute1 "attr5167") ) +(myObject (attribute1 "attr5168") ) +(myObject (attribute1 "attr5169") ) +(myObject (attribute1 "attr5170") ) +(myObject (attribute1 "attr5171") ) +(myObject (attribute1 "attr5172") ) +(myObject (attribute1 "attr5173") ) +(myObject (attribute1 "attr5174") ) +(myObject (attribute1 "attr5175") ) +(myObject (attribute1 "attr5176") ) +(myObject (attribute1 "attr5177") ) +(myObject (attribute1 "attr5178") ) +(myObject (attribute1 "attr5179") ) +(myObject (attribute1 "attr5180") ) +(myObject (attribute1 "attr5181") ) +(myObject (attribute1 "attr5182") ) +(myObject (attribute1 "attr5183") ) +(myObject (attribute1 "attr5184") ) +(myObject (attribute1 "attr5185") ) +(myObject (attribute1 "attr5186") ) +(myObject (attribute1 "attr5187") ) +(myObject (attribute1 "attr5188") ) +(myObject (attribute1 "attr5189") ) +(myObject (attribute1 "attr5190") ) +(myObject (attribute1 "attr5191") ) +(myObject (attribute1 "attr5192") ) +(myObject (attribute1 "attr5193") ) +(myObject (attribute1 "attr5194") ) +(myObject (attribute1 "attr5195") ) +(myObject (attribute1 "attr5196") ) +(myObject (attribute1 "attr5197") ) +(myObject (attribute1 "attr5198") ) +(myObject (attribute1 "attr5199") ) +(myObject (attribute1 "attr5200") ) +(myObject (attribute1 "attr5201") ) +(myObject (attribute1 "attr5202") ) +(myObject (attribute1 "attr5203") ) +(myObject (attribute1 "attr5204") ) +(myObject (attribute1 "attr5205") ) +(myObject (attribute1 "attr5206") ) +(myObject (attribute1 "attr5207") ) +(myObject (attribute1 "attr5208") ) +(myObject (attribute1 "attr5209") ) +(myObject (attribute1 "attr5210") ) +(myObject (attribute1 "attr5211") ) +(myObject (attribute1 "attr5212") ) +(myObject (attribute1 "attr5213") ) +(myObject (attribute1 "attr5214") ) +(myObject (attribute1 "attr5215") ) +(myObject (attribute1 "attr5216") ) +(myObject (attribute1 "attr5217") ) +(myObject (attribute1 "attr5218") ) +(myObject (attribute1 "attr5219") ) +(myObject (attribute1 "attr5220") ) +(myObject (attribute1 "attr5221") ) +(myObject (attribute1 "attr5222") ) +(myObject (attribute1 "attr5223") ) +(myObject (attribute1 "attr5224") ) +(myObject (attribute1 "attr5225") ) +(myObject (attribute1 "attr5226") ) +(myObject (attribute1 "attr5227") ) +(myObject (attribute1 "attr5228") ) +(myObject (attribute1 "attr5229") ) +(myObject (attribute1 "attr5230") ) +(myObject (attribute1 "attr5231") ) +(myObject (attribute1 "attr5232") ) +(myObject (attribute1 "attr5233") ) +(myObject (attribute1 "attr5234") ) +(myObject (attribute1 "attr5235") ) +(myObject (attribute1 "attr5236") ) +(myObject (attribute1 "attr5237") ) +(myObject (attribute1 "attr5238") ) +(myObject (attribute1 "attr5239") ) +(myObject (attribute1 "attr5240") ) +(myObject (attribute1 "attr5241") ) +(myObject (attribute1 "attr5242") ) +(myObject (attribute1 "attr5243") ) +(myObject (attribute1 "attr5244") ) +(myObject (attribute1 "attr5245") ) +(myObject (attribute1 "attr5246") ) +(myObject (attribute1 "attr5247") ) +(myObject (attribute1 "attr5248") ) +(myObject (attribute1 "attr5249") ) +(myObject (attribute1 "attr5250") ) +(myObject (attribute1 "attr5251") ) +(myObject (attribute1 "attr5252") ) +(myObject (attribute1 "attr5253") ) +(myObject (attribute1 "attr5254") ) +(myObject (attribute1 "attr5255") ) +(myObject (attribute1 "attr5256") ) +(myObject (attribute1 "attr5257") ) +(myObject (attribute1 "attr5258") ) +(myObject (attribute1 "attr5259") ) +(myObject (attribute1 "attr5260") ) +(myObject (attribute1 "attr5261") ) +(myObject (attribute1 "attr5262") ) +(myObject (attribute1 "attr5263") ) +(myObject (attribute1 "attr5264") ) +(myObject (attribute1 "attr5265") ) +(myObject (attribute1 "attr5266") ) +(myObject (attribute1 "attr5267") ) +(myObject (attribute1 "attr5268") ) +(myObject (attribute1 "attr5269") ) +(myObject (attribute1 "attr5270") ) +(myObject (attribute1 "attr5271") ) +(myObject (attribute1 "attr5272") ) +(myObject (attribute1 "attr5273") ) +(myObject (attribute1 "attr5274") ) +(myObject (attribute1 "attr5275") ) +(myObject (attribute1 "attr5276") ) +(myObject (attribute1 "attr5277") ) +(myObject (attribute1 "attr5278") ) +(myObject (attribute1 "attr5279") ) +(myObject (attribute1 "attr5280") ) +(myObject (attribute1 "attr5281") ) +(myObject (attribute1 "attr5282") ) +(myObject (attribute1 "attr5283") ) +(myObject (attribute1 "attr5284") ) +(myObject (attribute1 "attr5285") ) +(myObject (attribute1 "attr5286") ) +(myObject (attribute1 "attr5287") ) +(myObject (attribute1 "attr5288") ) +(myObject (attribute1 "attr5289") ) +(myObject (attribute1 "attr5290") ) +(myObject (attribute1 "attr5291") ) +(myObject (attribute1 "attr5292") ) +(myObject (attribute1 "attr5293") ) +(myObject (attribute1 "attr5294") ) +(myObject (attribute1 "attr5295") ) +(myObject (attribute1 "attr5296") ) +(myObject (attribute1 "attr5297") ) +(myObject (attribute1 "attr5298") ) +(myObject (attribute1 "attr5299") ) +(myObject (attribute1 "attr5300") ) +(myObject (attribute1 "attr5301") ) +(myObject (attribute1 "attr5302") ) +(myObject (attribute1 "attr5303") ) +(myObject (attribute1 "attr5304") ) +(myObject (attribute1 "attr5305") ) +(myObject (attribute1 "attr5306") ) +(myObject (attribute1 "attr5307") ) +(myObject (attribute1 "attr5308") ) +(myObject (attribute1 "attr5309") ) +(myObject (attribute1 "attr5310") ) +(myObject (attribute1 "attr5311") ) +(myObject (attribute1 "attr5312") ) +(myObject (attribute1 "attr5313") ) +(myObject (attribute1 "attr5314") ) +(myObject (attribute1 "attr5315") ) +(myObject (attribute1 "attr5316") ) +(myObject (attribute1 "attr5317") ) +(myObject (attribute1 "attr5318") ) +(myObject (attribute1 "attr5319") ) +(myObject (attribute1 "attr5320") ) +(myObject (attribute1 "attr5321") ) +(myObject (attribute1 "attr5322") ) +(myObject (attribute1 "attr5323") ) +(myObject (attribute1 "attr5324") ) +(myObject (attribute1 "attr5325") ) +(myObject (attribute1 "attr5326") ) +(myObject (attribute1 "attr5327") ) +(myObject (attribute1 "attr5328") ) +(myObject (attribute1 "attr5329") ) +(myObject (attribute1 "attr5330") ) +(myObject (attribute1 "attr5331") ) +(myObject (attribute1 "attr5332") ) +(myObject (attribute1 "attr5333") ) +(myObject (attribute1 "attr5334") ) +(myObject (attribute1 "attr5335") ) +(myObject (attribute1 "attr5336") ) +(myObject (attribute1 "attr5337") ) +(myObject (attribute1 "attr5338") ) +(myObject (attribute1 "attr5339") ) +(myObject (attribute1 "attr5340") ) +(myObject (attribute1 "attr5341") ) +(myObject (attribute1 "attr5342") ) +(myObject (attribute1 "attr5343") ) +(myObject (attribute1 "attr5344") ) +(myObject (attribute1 "attr5345") ) +(myObject (attribute1 "attr5346") ) +(myObject (attribute1 "attr5347") ) +(myObject (attribute1 "attr5348") ) +(myObject (attribute1 "attr5349") ) +(myObject (attribute1 "attr5350") ) +(myObject (attribute1 "attr5351") ) +(myObject (attribute1 "attr5352") ) +(myObject (attribute1 "attr5353") ) +(myObject (attribute1 "attr5354") ) +(myObject (attribute1 "attr5355") ) +(myObject (attribute1 "attr5356") ) +(myObject (attribute1 "attr5357") ) +(myObject (attribute1 "attr5358") ) +(myObject (attribute1 "attr5359") ) +(myObject (attribute1 "attr5360") ) +(myObject (attribute1 "attr5361") ) +(myObject (attribute1 "attr5362") ) +(myObject (attribute1 "attr5363") ) +(myObject (attribute1 "attr5364") ) +(myObject (attribute1 "attr5365") ) +(myObject (attribute1 "attr5366") ) +(myObject (attribute1 "attr5367") ) +(myObject (attribute1 "attr5368") ) +(myObject (attribute1 "attr5369") ) +(myObject (attribute1 "attr5370") ) +(myObject (attribute1 "attr5371") ) +(myObject (attribute1 "attr5372") ) +(myObject (attribute1 "attr5373") ) +(myObject (attribute1 "attr5374") ) +(myObject (attribute1 "attr5375") ) +(myObject (attribute1 "attr5376") ) +(myObject (attribute1 "attr5377") ) +(myObject (attribute1 "attr5378") ) +(myObject (attribute1 "attr5379") ) +(myObject (attribute1 "attr5380") ) +(myObject (attribute1 "attr5381") ) +(myObject (attribute1 "attr5382") ) +(myObject (attribute1 "attr5383") ) +(myObject (attribute1 "attr5384") ) +(myObject (attribute1 "attr5385") ) +(myObject (attribute1 "attr5386") ) +(myObject (attribute1 "attr5387") ) +(myObject (attribute1 "attr5388") ) +(myObject (attribute1 "attr5389") ) +(myObject (attribute1 "attr5390") ) +(myObject (attribute1 "attr5391") ) +(myObject (attribute1 "attr5392") ) +(myObject (attribute1 "attr5393") ) +(myObject (attribute1 "attr5394") ) +(myObject (attribute1 "attr5395") ) +(myObject (attribute1 "attr5396") ) +(myObject (attribute1 "attr5397") ) +(myObject (attribute1 "attr5398") ) +(myObject (attribute1 "attr5399") ) +(myObject (attribute1 "attr5400") ) +(myObject (attribute1 "attr5401") ) +(myObject (attribute1 "attr5402") ) +(myObject (attribute1 "attr5403") ) +(myObject (attribute1 "attr5404") ) +(myObject (attribute1 "attr5405") ) +(myObject (attribute1 "attr5406") ) +(myObject (attribute1 "attr5407") ) +(myObject (attribute1 "attr5408") ) +(myObject (attribute1 "attr5409") ) +(myObject (attribute1 "attr5410") ) +(myObject (attribute1 "attr5411") ) +(myObject (attribute1 "attr5412") ) +(myObject (attribute1 "attr5413") ) +(myObject (attribute1 "attr5414") ) +(myObject (attribute1 "attr5415") ) +(myObject (attribute1 "attr5416") ) +(myObject (attribute1 "attr5417") ) +(myObject (attribute1 "attr5418") ) +(myObject (attribute1 "attr5419") ) +(myObject (attribute1 "attr5420") ) +(myObject (attribute1 "attr5421") ) +(myObject (attribute1 "attr5422") ) +(myObject (attribute1 "attr5423") ) +(myObject (attribute1 "attr5424") ) +(myObject (attribute1 "attr5425") ) +(myObject (attribute1 "attr5426") ) +(myObject (attribute1 "attr5427") ) +(myObject (attribute1 "attr5428") ) +(myObject (attribute1 "attr5429") ) +(myObject (attribute1 "attr5430") ) +(myObject (attribute1 "attr5431") ) +(myObject (attribute1 "attr5432") ) +(myObject (attribute1 "attr5433") ) +(myObject (attribute1 "attr5434") ) +(myObject (attribute1 "attr5435") ) +(myObject (attribute1 "attr5436") ) +(myObject (attribute1 "attr5437") ) +(myObject (attribute1 "attr5438") ) +(myObject (attribute1 "attr5439") ) +(myObject (attribute1 "attr5440") ) +(myObject (attribute1 "attr5441") ) +(myObject (attribute1 "attr5442") ) +(myObject (attribute1 "attr5443") ) +(myObject (attribute1 "attr5444") ) +(myObject (attribute1 "attr5445") ) +(myObject (attribute1 "attr5446") ) +(myObject (attribute1 "attr5447") ) +(myObject (attribute1 "attr5448") ) +(myObject (attribute1 "attr5449") ) +(myObject (attribute1 "attr5450") ) +(myObject (attribute1 "attr5451") ) +(myObject (attribute1 "attr5452") ) +(myObject (attribute1 "attr5453") ) +(myObject (attribute1 "attr5454") ) +(myObject (attribute1 "attr5455") ) +(myObject (attribute1 "attr5456") ) +(myObject (attribute1 "attr5457") ) +(myObject (attribute1 "attr5458") ) +(myObject (attribute1 "attr5459") ) +(myObject (attribute1 "attr5460") ) +(myObject (attribute1 "attr5461") ) +(myObject (attribute1 "attr5462") ) +(myObject (attribute1 "attr5463") ) +(myObject (attribute1 "attr5464") ) +(myObject (attribute1 "attr5465") ) +(myObject (attribute1 "attr5466") ) +(myObject (attribute1 "attr5467") ) +(myObject (attribute1 "attr5468") ) +(myObject (attribute1 "attr5469") ) +(myObject (attribute1 "attr5470") ) +(myObject (attribute1 "attr5471") ) +(myObject (attribute1 "attr5472") ) +(myObject (attribute1 "attr5473") ) +(myObject (attribute1 "attr5474") ) +(myObject (attribute1 "attr5475") ) +(myObject (attribute1 "attr5476") ) +(myObject (attribute1 "attr5477") ) +(myObject (attribute1 "attr5478") ) +(myObject (attribute1 "attr5479") ) +(myObject (attribute1 "attr5480") ) +(myObject (attribute1 "attr5481") ) +(myObject (attribute1 "attr5482") ) +(myObject (attribute1 "attr5483") ) +(myObject (attribute1 "attr5484") ) +(myObject (attribute1 "attr5485") ) +(myObject (attribute1 "attr5486") ) +(myObject (attribute1 "attr5487") ) +(myObject (attribute1 "attr5488") ) +(myObject (attribute1 "attr5489") ) +(myObject (attribute1 "attr5490") ) +(myObject (attribute1 "attr5491") ) +(myObject (attribute1 "attr5492") ) +(myObject (attribute1 "attr5493") ) +(myObject (attribute1 "attr5494") ) +(myObject (attribute1 "attr5495") ) +(myObject (attribute1 "attr5496") ) +(myObject (attribute1 "attr5497") ) +(myObject (attribute1 "attr5498") ) +(myObject (attribute1 "attr5499") ) +(myObject (attribute1 "attr5500") ) +(myObject (attribute1 "attr5501") ) +(myObject (attribute1 "attr5502") ) +(myObject (attribute1 "attr5503") ) +(myObject (attribute1 "attr5504") ) +(myObject (attribute1 "attr5505") ) +(myObject (attribute1 "attr5506") ) +(myObject (attribute1 "attr5507") ) +(myObject (attribute1 "attr5508") ) +(myObject (attribute1 "attr5509") ) +(myObject (attribute1 "attr5510") ) +(myObject (attribute1 "attr5511") ) +(myObject (attribute1 "attr5512") ) +(myObject (attribute1 "attr5513") ) +(myObject (attribute1 "attr5514") ) +(myObject (attribute1 "attr5515") ) +(myObject (attribute1 "attr5516") ) +(myObject (attribute1 "attr5517") ) +(myObject (attribute1 "attr5518") ) +(myObject (attribute1 "attr5519") ) +(myObject (attribute1 "attr5520") ) +(myObject (attribute1 "attr5521") ) +(myObject (attribute1 "attr5522") ) +(myObject (attribute1 "attr5523") ) +(myObject (attribute1 "attr5524") ) +(myObject (attribute1 "attr5525") ) +(myObject (attribute1 "attr5526") ) +(myObject (attribute1 "attr5527") ) +(myObject (attribute1 "attr5528") ) +(myObject (attribute1 "attr5529") ) +(myObject (attribute1 "attr5530") ) +(myObject (attribute1 "attr5531") ) +(myObject (attribute1 "attr5532") ) +(myObject (attribute1 "attr5533") ) +(myObject (attribute1 "attr5534") ) +(myObject (attribute1 "attr5535") ) +(myObject (attribute1 "attr5536") ) +(myObject (attribute1 "attr5537") ) +(myObject (attribute1 "attr5538") ) +(myObject (attribute1 "attr5539") ) +(myObject (attribute1 "attr5540") ) +(myObject (attribute1 "attr5541") ) +(myObject (attribute1 "attr5542") ) +(myObject (attribute1 "attr5543") ) +(myObject (attribute1 "attr5544") ) +(myObject (attribute1 "attr5545") ) +(myObject (attribute1 "attr5546") ) +(myObject (attribute1 "attr5547") ) +(myObject (attribute1 "attr5548") ) +(myObject (attribute1 "attr5549") ) +(myObject (attribute1 "attr5550") ) +(myObject (attribute1 "attr5551") ) +(myObject (attribute1 "attr5552") ) +(myObject (attribute1 "attr5553") ) +(myObject (attribute1 "attr5554") ) +(myObject (attribute1 "attr5555") ) +(myObject (attribute1 "attr5556") ) +(myObject (attribute1 "attr5557") ) +(myObject (attribute1 "attr5558") ) +(myObject (attribute1 "attr5559") ) +(myObject (attribute1 "attr5560") ) +(myObject (attribute1 "attr5561") ) +(myObject (attribute1 "attr5562") ) +(myObject (attribute1 "attr5563") ) +(myObject (attribute1 "attr5564") ) +(myObject (attribute1 "attr5565") ) +(myObject (attribute1 "attr5566") ) +(myObject (attribute1 "attr5567") ) +(myObject (attribute1 "attr5568") ) +(myObject (attribute1 "attr5569") ) +(myObject (attribute1 "attr5570") ) +(myObject (attribute1 "attr5571") ) +(myObject (attribute1 "attr5572") ) +(myObject (attribute1 "attr5573") ) +(myObject (attribute1 "attr5574") ) +(myObject (attribute1 "attr5575") ) +(myObject (attribute1 "attr5576") ) +(myObject (attribute1 "attr5577") ) +(myObject (attribute1 "attr5578") ) +(myObject (attribute1 "attr5579") ) +(myObject (attribute1 "attr5580") ) +(myObject (attribute1 "attr5581") ) +(myObject (attribute1 "attr5582") ) +(myObject (attribute1 "attr5583") ) +(myObject (attribute1 "attr5584") ) +(myObject (attribute1 "attr5585") ) +(myObject (attribute1 "attr5586") ) +(myObject (attribute1 "attr5587") ) +(myObject (attribute1 "attr5588") ) +(myObject (attribute1 "attr5589") ) +(myObject (attribute1 "attr5590") ) +(myObject (attribute1 "attr5591") ) +(myObject (attribute1 "attr5592") ) +(myObject (attribute1 "attr5593") ) +(myObject (attribute1 "attr5594") ) +(myObject (attribute1 "attr5595") ) +(myObject (attribute1 "attr5596") ) +(myObject (attribute1 "attr5597") ) +(myObject (attribute1 "attr5598") ) +(myObject (attribute1 "attr5599") ) +(myObject (attribute1 "attr5600") ) +(myObject (attribute1 "attr5601") ) +(myObject (attribute1 "attr5602") ) +(myObject (attribute1 "attr5603") ) +(myObject (attribute1 "attr5604") ) +(myObject (attribute1 "attr5605") ) +(myObject (attribute1 "attr5606") ) +(myObject (attribute1 "attr5607") ) +(myObject (attribute1 "attr5608") ) +(myObject (attribute1 "attr5609") ) +(myObject (attribute1 "attr5610") ) +(myObject (attribute1 "attr5611") ) +(myObject (attribute1 "attr5612") ) +(myObject (attribute1 "attr5613") ) +(myObject (attribute1 "attr5614") ) +(myObject (attribute1 "attr5615") ) +(myObject (attribute1 "attr5616") ) +(myObject (attribute1 "attr5617") ) +(myObject (attribute1 "attr5618") ) +(myObject (attribute1 "attr5619") ) +(myObject (attribute1 "attr5620") ) +(myObject (attribute1 "attr5621") ) +(myObject (attribute1 "attr5622") ) +(myObject (attribute1 "attr5623") ) +(myObject (attribute1 "attr5624") ) +(myObject (attribute1 "attr5625") ) +(myObject (attribute1 "attr5626") ) +(myObject (attribute1 "attr5627") ) +(myObject (attribute1 "attr5628") ) +(myObject (attribute1 "attr5629") ) +(myObject (attribute1 "attr5630") ) +(myObject (attribute1 "attr5631") ) +(myObject (attribute1 "attr5632") ) +(myObject (attribute1 "attr5633") ) +(myObject (attribute1 "attr5634") ) +(myObject (attribute1 "attr5635") ) +(myObject (attribute1 "attr5636") ) +(myObject (attribute1 "attr5637") ) +(myObject (attribute1 "attr5638") ) +(myObject (attribute1 "attr5639") ) +(myObject (attribute1 "attr5640") ) +(myObject (attribute1 "attr5641") ) +(myObject (attribute1 "attr5642") ) +(myObject (attribute1 "attr5643") ) +(myObject (attribute1 "attr5644") ) +(myObject (attribute1 "attr5645") ) +(myObject (attribute1 "attr5646") ) +(myObject (attribute1 "attr5647") ) +(myObject (attribute1 "attr5648") ) +(myObject (attribute1 "attr5649") ) +(myObject (attribute1 "attr5650") ) +(myObject (attribute1 "attr5651") ) +(myObject (attribute1 "attr5652") ) +(myObject (attribute1 "attr5653") ) +(myObject (attribute1 "attr5654") ) +(myObject (attribute1 "attr5655") ) +(myObject (attribute1 "attr5656") ) +(myObject (attribute1 "attr5657") ) +(myObject (attribute1 "attr5658") ) +(myObject (attribute1 "attr5659") ) +(myObject (attribute1 "attr5660") ) +(myObject (attribute1 "attr5661") ) +(myObject (attribute1 "attr5662") ) +(myObject (attribute1 "attr5663") ) +(myObject (attribute1 "attr5664") ) +(myObject (attribute1 "attr5665") ) +(myObject (attribute1 "attr5666") ) +(myObject (attribute1 "attr5667") ) +(myObject (attribute1 "attr5668") ) +(myObject (attribute1 "attr5669") ) +(myObject (attribute1 "attr5670") ) +(myObject (attribute1 "attr5671") ) +(myObject (attribute1 "attr5672") ) +(myObject (attribute1 "attr5673") ) +(myObject (attribute1 "attr5674") ) +(myObject (attribute1 "attr5675") ) +(myObject (attribute1 "attr5676") ) +(myObject (attribute1 "attr5677") ) +(myObject (attribute1 "attr5678") ) +(myObject (attribute1 "attr5679") ) +(myObject (attribute1 "attr5680") ) +(myObject (attribute1 "attr5681") ) +(myObject (attribute1 "attr5682") ) +(myObject (attribute1 "attr5683") ) +(myObject (attribute1 "attr5684") ) +(myObject (attribute1 "attr5685") ) +(myObject (attribute1 "attr5686") ) +(myObject (attribute1 "attr5687") ) +(myObject (attribute1 "attr5688") ) +(myObject (attribute1 "attr5689") ) +(myObject (attribute1 "attr5690") ) +(myObject (attribute1 "attr5691") ) +(myObject (attribute1 "attr5692") ) +(myObject (attribute1 "attr5693") ) +(myObject (attribute1 "attr5694") ) +(myObject (attribute1 "attr5695") ) +(myObject (attribute1 "attr5696") ) +(myObject (attribute1 "attr5697") ) +(myObject (attribute1 "attr5698") ) +(myObject (attribute1 "attr5699") ) +(myObject (attribute1 "attr5700") ) +(myObject (attribute1 "attr5701") ) +(myObject (attribute1 "attr5702") ) +(myObject (attribute1 "attr5703") ) +(myObject (attribute1 "attr5704") ) +(myObject (attribute1 "attr5705") ) +(myObject (attribute1 "attr5706") ) +(myObject (attribute1 "attr5707") ) +(myObject (attribute1 "attr5708") ) +(myObject (attribute1 "attr5709") ) +(myObject (attribute1 "attr5710") ) +(myObject (attribute1 "attr5711") ) +(myObject (attribute1 "attr5712") ) +(myObject (attribute1 "attr5713") ) +(myObject (attribute1 "attr5714") ) +(myObject (attribute1 "attr5715") ) +(myObject (attribute1 "attr5716") ) +(myObject (attribute1 "attr5717") ) +(myObject (attribute1 "attr5718") ) +(myObject (attribute1 "attr5719") ) +(myObject (attribute1 "attr5720") ) +(myObject (attribute1 "attr5721") ) +(myObject (attribute1 "attr5722") ) +(myObject (attribute1 "attr5723") ) +(myObject (attribute1 "attr5724") ) +(myObject (attribute1 "attr5725") ) +(myObject (attribute1 "attr5726") ) +(myObject (attribute1 "attr5727") ) +(myObject (attribute1 "attr5728") ) +(myObject (attribute1 "attr5729") ) +(myObject (attribute1 "attr5730") ) +(myObject (attribute1 "attr5731") ) +(myObject (attribute1 "attr5732") ) +(myObject (attribute1 "attr5733") ) +(myObject (attribute1 "attr5734") ) +(myObject (attribute1 "attr5735") ) +(myObject (attribute1 "attr5736") ) +(myObject (attribute1 "attr5737") ) +(myObject (attribute1 "attr5738") ) +(myObject (attribute1 "attr5739") ) +(myObject (attribute1 "attr5740") ) +(myObject (attribute1 "attr5741") ) +(myObject (attribute1 "attr5742") ) +(myObject (attribute1 "attr5743") ) +(myObject (attribute1 "attr5744") ) +(myObject (attribute1 "attr5745") ) +(myObject (attribute1 "attr5746") ) +(myObject (attribute1 "attr5747") ) +(myObject (attribute1 "attr5748") ) +(myObject (attribute1 "attr5749") ) +(myObject (attribute1 "attr5750") ) +(myObject (attribute1 "attr5751") ) +(myObject (attribute1 "attr5752") ) +(myObject (attribute1 "attr5753") ) +(myObject (attribute1 "attr5754") ) +(myObject (attribute1 "attr5755") ) +(myObject (attribute1 "attr5756") ) +(myObject (attribute1 "attr5757") ) +(myObject (attribute1 "attr5758") ) +(myObject (attribute1 "attr5759") ) +(myObject (attribute1 "attr5760") ) +(myObject (attribute1 "attr5761") ) +(myObject (attribute1 "attr5762") ) +(myObject (attribute1 "attr5763") ) +(myObject (attribute1 "attr5764") ) +(myObject (attribute1 "attr5765") ) +(myObject (attribute1 "attr5766") ) +(myObject (attribute1 "attr5767") ) +(myObject (attribute1 "attr5768") ) +(myObject (attribute1 "attr5769") ) +(myObject (attribute1 "attr5770") ) +(myObject (attribute1 "attr5771") ) +(myObject (attribute1 "attr5772") ) +(myObject (attribute1 "attr5773") ) +(myObject (attribute1 "attr5774") ) +(myObject (attribute1 "attr5775") ) +(myObject (attribute1 "attr5776") ) +(myObject (attribute1 "attr5777") ) +(myObject (attribute1 "attr5778") ) +(myObject (attribute1 "attr5779") ) +(myObject (attribute1 "attr5780") ) +(myObject (attribute1 "attr5781") ) +(myObject (attribute1 "attr5782") ) +(myObject (attribute1 "attr5783") ) +(myObject (attribute1 "attr5784") ) +(myObject (attribute1 "attr5785") ) +(myObject (attribute1 "attr5786") ) +(myObject (attribute1 "attr5787") ) +(myObject (attribute1 "attr5788") ) +(myObject (attribute1 "attr5789") ) +(myObject (attribute1 "attr5790") ) +(myObject (attribute1 "attr5791") ) +(myObject (attribute1 "attr5792") ) +(myObject (attribute1 "attr5793") ) +(myObject (attribute1 "attr5794") ) +(myObject (attribute1 "attr5795") ) +(myObject (attribute1 "attr5796") ) +(myObject (attribute1 "attr5797") ) +(myObject (attribute1 "attr5798") ) +(myObject (attribute1 "attr5799") ) +(myObject (attribute1 "attr5800") ) +(myObject (attribute1 "attr5801") ) +(myObject (attribute1 "attr5802") ) +(myObject (attribute1 "attr5803") ) +(myObject (attribute1 "attr5804") ) +(myObject (attribute1 "attr5805") ) +(myObject (attribute1 "attr5806") ) +(myObject (attribute1 "attr5807") ) +(myObject (attribute1 "attr5808") ) +(myObject (attribute1 "attr5809") ) +(myObject (attribute1 "attr5810") ) +(myObject (attribute1 "attr5811") ) +(myObject (attribute1 "attr5812") ) +(myObject (attribute1 "attr5813") ) +(myObject (attribute1 "attr5814") ) +(myObject (attribute1 "attr5815") ) +(myObject (attribute1 "attr5816") ) +(myObject (attribute1 "attr5817") ) +(myObject (attribute1 "attr5818") ) +(myObject (attribute1 "attr5819") ) +(myObject (attribute1 "attr5820") ) +(myObject (attribute1 "attr5821") ) +(myObject (attribute1 "attr5822") ) +(myObject (attribute1 "attr5823") ) +(myObject (attribute1 "attr5824") ) +(myObject (attribute1 "attr5825") ) +(myObject (attribute1 "attr5826") ) +(myObject (attribute1 "attr5827") ) +(myObject (attribute1 "attr5828") ) +(myObject (attribute1 "attr5829") ) +(myObject (attribute1 "attr5830") ) +(myObject (attribute1 "attr5831") ) +(myObject (attribute1 "attr5832") ) +(myObject (attribute1 "attr5833") ) +(myObject (attribute1 "attr5834") ) +(myObject (attribute1 "attr5835") ) +(myObject (attribute1 "attr5836") ) +(myObject (attribute1 "attr5837") ) +(myObject (attribute1 "attr5838") ) +(myObject (attribute1 "attr5839") ) +(myObject (attribute1 "attr5840") ) +(myObject (attribute1 "attr5841") ) +(myObject (attribute1 "attr5842") ) +(myObject (attribute1 "attr5843") ) +(myObject (attribute1 "attr5844") ) +(myObject (attribute1 "attr5845") ) +(myObject (attribute1 "attr5846") ) +(myObject (attribute1 "attr5847") ) +(myObject (attribute1 "attr5848") ) +(myObject (attribute1 "attr5849") ) +(myObject (attribute1 "attr5850") ) +(myObject (attribute1 "attr5851") ) +(myObject (attribute1 "attr5852") ) +(myObject (attribute1 "attr5853") ) +(myObject (attribute1 "attr5854") ) +(myObject (attribute1 "attr5855") ) +(myObject (attribute1 "attr5856") ) +(myObject (attribute1 "attr5857") ) +(myObject (attribute1 "attr5858") ) +(myObject (attribute1 "attr5859") ) +(myObject (attribute1 "attr5860") ) +(myObject (attribute1 "attr5861") ) +(myObject (attribute1 "attr5862") ) +(myObject (attribute1 "attr5863") ) +(myObject (attribute1 "attr5864") ) +(myObject (attribute1 "attr5865") ) +(myObject (attribute1 "attr5866") ) +(myObject (attribute1 "attr5867") ) +(myObject (attribute1 "attr5868") ) +(myObject (attribute1 "attr5869") ) +(myObject (attribute1 "attr5870") ) +(myObject (attribute1 "attr5871") ) +(myObject (attribute1 "attr5872") ) +(myObject (attribute1 "attr5873") ) +(myObject (attribute1 "attr5874") ) +(myObject (attribute1 "attr5875") ) +(myObject (attribute1 "attr5876") ) +(myObject (attribute1 "attr5877") ) +(myObject (attribute1 "attr5878") ) +(myObject (attribute1 "attr5879") ) +(myObject (attribute1 "attr5880") ) +(myObject (attribute1 "attr5881") ) +(myObject (attribute1 "attr5882") ) +(myObject (attribute1 "attr5883") ) +(myObject (attribute1 "attr5884") ) +(myObject (attribute1 "attr5885") ) +(myObject (attribute1 "attr5886") ) +(myObject (attribute1 "attr5887") ) +(myObject (attribute1 "attr5888") ) +(myObject (attribute1 "attr5889") ) +(myObject (attribute1 "attr5890") ) +(myObject (attribute1 "attr5891") ) +(myObject (attribute1 "attr5892") ) +(myObject (attribute1 "attr5893") ) +(myObject (attribute1 "attr5894") ) +(myObject (attribute1 "attr5895") ) +(myObject (attribute1 "attr5896") ) +(myObject (attribute1 "attr5897") ) +(myObject (attribute1 "attr5898") ) +(myObject (attribute1 "attr5899") ) +(myObject (attribute1 "attr5900") ) +(myObject (attribute1 "attr5901") ) +(myObject (attribute1 "attr5902") ) +(myObject (attribute1 "attr5903") ) +(myObject (attribute1 "attr5904") ) +(myObject (attribute1 "attr5905") ) +(myObject (attribute1 "attr5906") ) +(myObject (attribute1 "attr5907") ) +(myObject (attribute1 "attr5908") ) +(myObject (attribute1 "attr5909") ) +(myObject (attribute1 "attr5910") ) +(myObject (attribute1 "attr5911") ) +(myObject (attribute1 "attr5912") ) +(myObject (attribute1 "attr5913") ) +(myObject (attribute1 "attr5914") ) +(myObject (attribute1 "attr5915") ) +(myObject (attribute1 "attr5916") ) +(myObject (attribute1 "attr5917") ) +(myObject (attribute1 "attr5918") ) +(myObject (attribute1 "attr5919") ) +(myObject (attribute1 "attr5920") ) +(myObject (attribute1 "attr5921") ) +(myObject (attribute1 "attr5922") ) +(myObject (attribute1 "attr5923") ) +(myObject (attribute1 "attr5924") ) +(myObject (attribute1 "attr5925") ) +(myObject (attribute1 "attr5926") ) +(myObject (attribute1 "attr5927") ) +(myObject (attribute1 "attr5928") ) +(myObject (attribute1 "attr5929") ) +(myObject (attribute1 "attr5930") ) +(myObject (attribute1 "attr5931") ) +(myObject (attribute1 "attr5932") ) +(myObject (attribute1 "attr5933") ) +(myObject (attribute1 "attr5934") ) +(myObject (attribute1 "attr5935") ) +(myObject (attribute1 "attr5936") ) +(myObject (attribute1 "attr5937") ) +(myObject (attribute1 "attr5938") ) +(myObject (attribute1 "attr5939") ) +(myObject (attribute1 "attr5940") ) +(myObject (attribute1 "attr5941") ) +(myObject (attribute1 "attr5942") ) +(myObject (attribute1 "attr5943") ) +(myObject (attribute1 "attr5944") ) +(myObject (attribute1 "attr5945") ) +(myObject (attribute1 "attr5946") ) +(myObject (attribute1 "attr5947") ) +(myObject (attribute1 "attr5948") ) +(myObject (attribute1 "attr5949") ) +(myObject (attribute1 "attr5950") ) +(myObject (attribute1 "attr5951") ) +(myObject (attribute1 "attr5952") ) +(myObject (attribute1 "attr5953") ) +(myObject (attribute1 "attr5954") ) +(myObject (attribute1 "attr5955") ) +(myObject (attribute1 "attr5956") ) +(myObject (attribute1 "attr5957") ) +(myObject (attribute1 "attr5958") ) +(myObject (attribute1 "attr5959") ) +(myObject (attribute1 "attr5960") ) +(myObject (attribute1 "attr5961") ) +(myObject (attribute1 "attr5962") ) +(myObject (attribute1 "attr5963") ) +(myObject (attribute1 "attr5964") ) +(myObject (attribute1 "attr5965") ) +(myObject (attribute1 "attr5966") ) +(myObject (attribute1 "attr5967") ) +(myObject (attribute1 "attr5968") ) +(myObject (attribute1 "attr5969") ) +(myObject (attribute1 "attr5970") ) +(myObject (attribute1 "attr5971") ) +(myObject (attribute1 "attr5972") ) +(myObject (attribute1 "attr5973") ) +(myObject (attribute1 "attr5974") ) +(myObject (attribute1 "attr5975") ) +(myObject (attribute1 "attr5976") ) +(myObject (attribute1 "attr5977") ) +(myObject (attribute1 "attr5978") ) +(myObject (attribute1 "attr5979") ) +(myObject (attribute1 "attr5980") ) +(myObject (attribute1 "attr5981") ) +(myObject (attribute1 "attr5982") ) +(myObject (attribute1 "attr5983") ) +(myObject (attribute1 "attr5984") ) +(myObject (attribute1 "attr5985") ) +(myObject (attribute1 "attr5986") ) +(myObject (attribute1 "attr5987") ) +(myObject (attribute1 "attr5988") ) +(myObject (attribute1 "attr5989") ) +(myObject (attribute1 "attr5990") ) +(myObject (attribute1 "attr5991") ) +(myObject (attribute1 "attr5992") ) +(myObject (attribute1 "attr5993") ) +(myObject (attribute1 "attr5994") ) +(myObject (attribute1 "attr5995") ) +(myObject (attribute1 "attr5996") ) +(myObject (attribute1 "attr5997") ) +(myObject (attribute1 "attr5998") ) +(myObject (attribute1 "attr5999") ) +(myObject (attribute1 "attr6000") ) +(myObject (attribute1 "attr6001") ) +(myObject (attribute1 "attr6002") ) +(myObject (attribute1 "attr6003") ) +(myObject (attribute1 "attr6004") ) +(myObject (attribute1 "attr6005") ) +(myObject (attribute1 "attr6006") ) +(myObject (attribute1 "attr6007") ) +(myObject (attribute1 "attr6008") ) +(myObject (attribute1 "attr6009") ) +(myObject (attribute1 "attr6010") ) +(myObject (attribute1 "attr6011") ) +(myObject (attribute1 "attr6012") ) +(myObject (attribute1 "attr6013") ) +(myObject (attribute1 "attr6014") ) +(myObject (attribute1 "attr6015") ) +(myObject (attribute1 "attr6016") ) +(myObject (attribute1 "attr6017") ) +(myObject (attribute1 "attr6018") ) +(myObject (attribute1 "attr6019") ) +(myObject (attribute1 "attr6020") ) +(myObject (attribute1 "attr6021") ) +(myObject (attribute1 "attr6022") ) +(myObject (attribute1 "attr6023") ) +(myObject (attribute1 "attr6024") ) +(myObject (attribute1 "attr6025") ) +(myObject (attribute1 "attr6026") ) +(myObject (attribute1 "attr6027") ) +(myObject (attribute1 "attr6028") ) +(myObject (attribute1 "attr6029") ) +(myObject (attribute1 "attr6030") ) +(myObject (attribute1 "attr6031") ) +(myObject (attribute1 "attr6032") ) +(myObject (attribute1 "attr6033") ) +(myObject (attribute1 "attr6034") ) +(myObject (attribute1 "attr6035") ) +(myObject (attribute1 "attr6036") ) +(myObject (attribute1 "attr6037") ) +(myObject (attribute1 "attr6038") ) +(myObject (attribute1 "attr6039") ) +(myObject (attribute1 "attr6040") ) +(myObject (attribute1 "attr6041") ) +(myObject (attribute1 "attr6042") ) +(myObject (attribute1 "attr6043") ) +(myObject (attribute1 "attr6044") ) +(myObject (attribute1 "attr6045") ) +(myObject (attribute1 "attr6046") ) +(myObject (attribute1 "attr6047") ) +(myObject (attribute1 "attr6048") ) +(myObject (attribute1 "attr6049") ) +(myObject (attribute1 "attr6050") ) +(myObject (attribute1 "attr6051") ) +(myObject (attribute1 "attr6052") ) +(myObject (attribute1 "attr6053") ) +(myObject (attribute1 "attr6054") ) +(myObject (attribute1 "attr6055") ) +(myObject (attribute1 "attr6056") ) +(myObject (attribute1 "attr6057") ) +(myObject (attribute1 "attr6058") ) +(myObject (attribute1 "attr6059") ) +(myObject (attribute1 "attr6060") ) +(myObject (attribute1 "attr6061") ) +(myObject (attribute1 "attr6062") ) +(myObject (attribute1 "attr6063") ) +(myObject (attribute1 "attr6064") ) +(myObject (attribute1 "attr6065") ) +(myObject (attribute1 "attr6066") ) +(myObject (attribute1 "attr6067") ) +(myObject (attribute1 "attr6068") ) +(myObject (attribute1 "attr6069") ) +(myObject (attribute1 "attr6070") ) +(myObject (attribute1 "attr6071") ) +(myObject (attribute1 "attr6072") ) +(myObject (attribute1 "attr6073") ) +(myObject (attribute1 "attr6074") ) +(myObject (attribute1 "attr6075") ) +(myObject (attribute1 "attr6076") ) +(myObject (attribute1 "attr6077") ) +(myObject (attribute1 "attr6078") ) +(myObject (attribute1 "attr6079") ) +(myObject (attribute1 "attr6080") ) +(myObject (attribute1 "attr6081") ) +(myObject (attribute1 "attr6082") ) +(myObject (attribute1 "attr6083") ) +(myObject (attribute1 "attr6084") ) +(myObject (attribute1 "attr6085") ) +(myObject (attribute1 "attr6086") ) +(myObject (attribute1 "attr6087") ) +(myObject (attribute1 "attr6088") ) +(myObject (attribute1 "attr6089") ) +(myObject (attribute1 "attr6090") ) +(myObject (attribute1 "attr6091") ) +(myObject (attribute1 "attr6092") ) +(myObject (attribute1 "attr6093") ) +(myObject (attribute1 "attr6094") ) +(myObject (attribute1 "attr6095") ) +(myObject (attribute1 "attr6096") ) +(myObject (attribute1 "attr6097") ) +(myObject (attribute1 "attr6098") ) +(myObject (attribute1 "attr6099") ) +(myObject (attribute1 "attr6100") ) +(myObject (attribute1 "attr6101") ) +(myObject (attribute1 "attr6102") ) +(myObject (attribute1 "attr6103") ) +(myObject (attribute1 "attr6104") ) +(myObject (attribute1 "attr6105") ) +(myObject (attribute1 "attr6106") ) +(myObject (attribute1 "attr6107") ) +(myObject (attribute1 "attr6108") ) +(myObject (attribute1 "attr6109") ) +(myObject (attribute1 "attr6110") ) +(myObject (attribute1 "attr6111") ) +(myObject (attribute1 "attr6112") ) +(myObject (attribute1 "attr6113") ) +(myObject (attribute1 "attr6114") ) +(myObject (attribute1 "attr6115") ) +(myObject (attribute1 "attr6116") ) +(myObject (attribute1 "attr6117") ) +(myObject (attribute1 "attr6118") ) +(myObject (attribute1 "attr6119") ) +(myObject (attribute1 "attr6120") ) +(myObject (attribute1 "attr6121") ) +(myObject (attribute1 "attr6122") ) +(myObject (attribute1 "attr6123") ) +(myObject (attribute1 "attr6124") ) +(myObject (attribute1 "attr6125") ) +(myObject (attribute1 "attr6126") ) +(myObject (attribute1 "attr6127") ) +(myObject (attribute1 "attr6128") ) +(myObject (attribute1 "attr6129") ) +(myObject (attribute1 "attr6130") ) +(myObject (attribute1 "attr6131") ) +(myObject (attribute1 "attr6132") ) +(myObject (attribute1 "attr6133") ) +(myObject (attribute1 "attr6134") ) +(myObject (attribute1 "attr6135") ) +(myObject (attribute1 "attr6136") ) +(myObject (attribute1 "attr6137") ) +(myObject (attribute1 "attr6138") ) +(myObject (attribute1 "attr6139") ) +(myObject (attribute1 "attr6140") ) +(myObject (attribute1 "attr6141") ) +(myObject (attribute1 "attr6142") ) +(myObject (attribute1 "attr6143") ) +(myObject (attribute1 "attr6144") ) +(myObject (attribute1 "attr6145") ) +(myObject (attribute1 "attr6146") ) +(myObject (attribute1 "attr6147") ) +(myObject (attribute1 "attr6148") ) +(myObject (attribute1 "attr6149") ) +(myObject (attribute1 "attr6150") ) +(myObject (attribute1 "attr6151") ) +(myObject (attribute1 "attr6152") ) +(myObject (attribute1 "attr6153") ) +(myObject (attribute1 "attr6154") ) +(myObject (attribute1 "attr6155") ) +(myObject (attribute1 "attr6156") ) +(myObject (attribute1 "attr6157") ) +(myObject (attribute1 "attr6158") ) +(myObject (attribute1 "attr6159") ) +(myObject (attribute1 "attr6160") ) +(myObject (attribute1 "attr6161") ) +(myObject (attribute1 "attr6162") ) +(myObject (attribute1 "attr6163") ) +(myObject (attribute1 "attr6164") ) +(myObject (attribute1 "attr6165") ) +(myObject (attribute1 "attr6166") ) +(myObject (attribute1 "attr6167") ) +(myObject (attribute1 "attr6168") ) +(myObject (attribute1 "attr6169") ) +(myObject (attribute1 "attr6170") ) +(myObject (attribute1 "attr6171") ) +(myObject (attribute1 "attr6172") ) +(myObject (attribute1 "attr6173") ) +(myObject (attribute1 "attr6174") ) +(myObject (attribute1 "attr6175") ) +(myObject (attribute1 "attr6176") ) +(myObject (attribute1 "attr6177") ) +(myObject (attribute1 "attr6178") ) +(myObject (attribute1 "attr6179") ) +(myObject (attribute1 "attr6180") ) +(myObject (attribute1 "attr6181") ) +(myObject (attribute1 "attr6182") ) +(myObject (attribute1 "attr6183") ) +(myObject (attribute1 "attr6184") ) +(myObject (attribute1 "attr6185") ) +(myObject (attribute1 "attr6186") ) +(myObject (attribute1 "attr6187") ) +(myObject (attribute1 "attr6188") ) +(myObject (attribute1 "attr6189") ) +(myObject (attribute1 "attr6190") ) +(myObject (attribute1 "attr6191") ) +(myObject (attribute1 "attr6192") ) +(myObject (attribute1 "attr6193") ) +(myObject (attribute1 "attr6194") ) +(myObject (attribute1 "attr6195") ) +(myObject (attribute1 "attr6196") ) +(myObject (attribute1 "attr6197") ) +(myObject (attribute1 "attr6198") ) +(myObject (attribute1 "attr6199") ) +(myObject (attribute1 "attr6200") ) +(myObject (attribute1 "attr6201") ) +(myObject (attribute1 "attr6202") ) +(myObject (attribute1 "attr6203") ) +(myObject (attribute1 "attr6204") ) +(myObject (attribute1 "attr6205") ) +(myObject (attribute1 "attr6206") ) +(myObject (attribute1 "attr6207") ) +(myObject (attribute1 "attr6208") ) +(myObject (attribute1 "attr6209") ) +(myObject (attribute1 "attr6210") ) +(myObject (attribute1 "attr6211") ) +(myObject (attribute1 "attr6212") ) +(myObject (attribute1 "attr6213") ) +(myObject (attribute1 "attr6214") ) +(myObject (attribute1 "attr6215") ) +(myObject (attribute1 "attr6216") ) +(myObject (attribute1 "attr6217") ) +(myObject (attribute1 "attr6218") ) +(myObject (attribute1 "attr6219") ) +(myObject (attribute1 "attr6220") ) +(myObject (attribute1 "attr6221") ) +(myObject (attribute1 "attr6222") ) +(myObject (attribute1 "attr6223") ) +(myObject (attribute1 "attr6224") ) +(myObject (attribute1 "attr6225") ) +(myObject (attribute1 "attr6226") ) +(myObject (attribute1 "attr6227") ) +(myObject (attribute1 "attr6228") ) +(myObject (attribute1 "attr6229") ) +(myObject (attribute1 "attr6230") ) +(myObject (attribute1 "attr6231") ) +(myObject (attribute1 "attr6232") ) +(myObject (attribute1 "attr6233") ) +(myObject (attribute1 "attr6234") ) +(myObject (attribute1 "attr6235") ) +(myObject (attribute1 "attr6236") ) +(myObject (attribute1 "attr6237") ) +(myObject (attribute1 "attr6238") ) +(myObject (attribute1 "attr6239") ) +(myObject (attribute1 "attr6240") ) +(myObject (attribute1 "attr6241") ) +(myObject (attribute1 "attr6242") ) +(myObject (attribute1 "attr6243") ) +(myObject (attribute1 "attr6244") ) +(myObject (attribute1 "attr6245") ) +(myObject (attribute1 "attr6246") ) +(myObject (attribute1 "attr6247") ) +(myObject (attribute1 "attr6248") ) +(myObject (attribute1 "attr6249") ) +(myObject (attribute1 "attr6250") ) +(myObject (attribute1 "attr6251") ) +(myObject (attribute1 "attr6252") ) +(myObject (attribute1 "attr6253") ) +(myObject (attribute1 "attr6254") ) +(myObject (attribute1 "attr6255") ) +(myObject (attribute1 "attr6256") ) +(myObject (attribute1 "attr6257") ) +(myObject (attribute1 "attr6258") ) +(myObject (attribute1 "attr6259") ) +(myObject (attribute1 "attr6260") ) +(myObject (attribute1 "attr6261") ) +(myObject (attribute1 "attr6262") ) +(myObject (attribute1 "attr6263") ) +(myObject (attribute1 "attr6264") ) +(myObject (attribute1 "attr6265") ) +(myObject (attribute1 "attr6266") ) +(myObject (attribute1 "attr6267") ) +(myObject (attribute1 "attr6268") ) +(myObject (attribute1 "attr6269") ) +(myObject (attribute1 "attr6270") ) +(myObject (attribute1 "attr6271") ) +(myObject (attribute1 "attr6272") ) +(myObject (attribute1 "attr6273") ) +(myObject (attribute1 "attr6274") ) +(myObject (attribute1 "attr6275") ) +(myObject (attribute1 "attr6276") ) +(myObject (attribute1 "attr6277") ) +(myObject (attribute1 "attr6278") ) +(myObject (attribute1 "attr6279") ) +(myObject (attribute1 "attr6280") ) +(myObject (attribute1 "attr6281") ) +(myObject (attribute1 "attr6282") ) +(myObject (attribute1 "attr6283") ) +(myObject (attribute1 "attr6284") ) +(myObject (attribute1 "attr6285") ) +(myObject (attribute1 "attr6286") ) +(myObject (attribute1 "attr6287") ) +(myObject (attribute1 "attr6288") ) +(myObject (attribute1 "attr6289") ) +(myObject (attribute1 "attr6290") ) +(myObject (attribute1 "attr6291") ) +(myObject (attribute1 "attr6292") ) +(myObject (attribute1 "attr6293") ) +(myObject (attribute1 "attr6294") ) +(myObject (attribute1 "attr6295") ) +(myObject (attribute1 "attr6296") ) +(myObject (attribute1 "attr6297") ) +(myObject (attribute1 "attr6298") ) +(myObject (attribute1 "attr6299") ) +(myObject (attribute1 "attr6300") ) +(myObject (attribute1 "attr6301") ) +(myObject (attribute1 "attr6302") ) +(myObject (attribute1 "attr6303") ) +(myObject (attribute1 "attr6304") ) +(myObject (attribute1 "attr6305") ) +(myObject (attribute1 "attr6306") ) +(myObject (attribute1 "attr6307") ) +(myObject (attribute1 "attr6308") ) +(myObject (attribute1 "attr6309") ) +(myObject (attribute1 "attr6310") ) +(myObject (attribute1 "attr6311") ) +(myObject (attribute1 "attr6312") ) +(myObject (attribute1 "attr6313") ) +(myObject (attribute1 "attr6314") ) +(myObject (attribute1 "attr6315") ) +(myObject (attribute1 "attr6316") ) +(myObject (attribute1 "attr6317") ) +(myObject (attribute1 "attr6318") ) +(myObject (attribute1 "attr6319") ) +(myObject (attribute1 "attr6320") ) +(myObject (attribute1 "attr6321") ) +(myObject (attribute1 "attr6322") ) +(myObject (attribute1 "attr6323") ) +(myObject (attribute1 "attr6324") ) +(myObject (attribute1 "attr6325") ) +(myObject (attribute1 "attr6326") ) +(myObject (attribute1 "attr6327") ) +(myObject (attribute1 "attr6328") ) +(myObject (attribute1 "attr6329") ) +(myObject (attribute1 "attr6330") ) +(myObject (attribute1 "attr6331") ) +(myObject (attribute1 "attr6332") ) +(myObject (attribute1 "attr6333") ) +(myObject (attribute1 "attr6334") ) +(myObject (attribute1 "attr6335") ) +(myObject (attribute1 "attr6336") ) +(myObject (attribute1 "attr6337") ) +(myObject (attribute1 "attr6338") ) +(myObject (attribute1 "attr6339") ) +(myObject (attribute1 "attr6340") ) +(myObject (attribute1 "attr6341") ) +(myObject (attribute1 "attr6342") ) +(myObject (attribute1 "attr6343") ) +(myObject (attribute1 "attr6344") ) +(myObject (attribute1 "attr6345") ) +(myObject (attribute1 "attr6346") ) +(myObject (attribute1 "attr6347") ) +(myObject (attribute1 "attr6348") ) +(myObject (attribute1 "attr6349") ) +(myObject (attribute1 "attr6350") ) +(myObject (attribute1 "attr6351") ) +(myObject (attribute1 "attr6352") ) +(myObject (attribute1 "attr6353") ) +(myObject (attribute1 "attr6354") ) +(myObject (attribute1 "attr6355") ) +(myObject (attribute1 "attr6356") ) +(myObject (attribute1 "attr6357") ) +(myObject (attribute1 "attr6358") ) +(myObject (attribute1 "attr6359") ) +(myObject (attribute1 "attr6360") ) +(myObject (attribute1 "attr6361") ) +(myObject (attribute1 "attr6362") ) +(myObject (attribute1 "attr6363") ) +(myObject (attribute1 "attr6364") ) +(myObject (attribute1 "attr6365") ) +(myObject (attribute1 "attr6366") ) +(myObject (attribute1 "attr6367") ) +(myObject (attribute1 "attr6368") ) +(myObject (attribute1 "attr6369") ) +(myObject (attribute1 "attr6370") ) +(myObject (attribute1 "attr6371") ) +(myObject (attribute1 "attr6372") ) +(myObject (attribute1 "attr6373") ) +(myObject (attribute1 "attr6374") ) +(myObject (attribute1 "attr6375") ) +(myObject (attribute1 "attr6376") ) +(myObject (attribute1 "attr6377") ) +(myObject (attribute1 "attr6378") ) +(myObject (attribute1 "attr6379") ) +(myObject (attribute1 "attr6380") ) +(myObject (attribute1 "attr6381") ) +(myObject (attribute1 "attr6382") ) +(myObject (attribute1 "attr6383") ) +(myObject (attribute1 "attr6384") ) +(myObject (attribute1 "attr6385") ) +(myObject (attribute1 "attr6386") ) +(myObject (attribute1 "attr6387") ) +(myObject (attribute1 "attr6388") ) +(myObject (attribute1 "attr6389") ) +(myObject (attribute1 "attr6390") ) +(myObject (attribute1 "attr6391") ) +(myObject (attribute1 "attr6392") ) +(myObject (attribute1 "attr6393") ) +(myObject (attribute1 "attr6394") ) +(myObject (attribute1 "attr6395") ) +(myObject (attribute1 "attr6396") ) +(myObject (attribute1 "attr6397") ) +(myObject (attribute1 "attr6398") ) +(myObject (attribute1 "attr6399") ) +(myObject (attribute1 "attr6400") ) +(myObject (attribute1 "attr6401") ) +(myObject (attribute1 "attr6402") ) +(myObject (attribute1 "attr6403") ) +(myObject (attribute1 "attr6404") ) +(myObject (attribute1 "attr6405") ) +(myObject (attribute1 "attr6406") ) +(myObject (attribute1 "attr6407") ) +(myObject (attribute1 "attr6408") ) +(myObject (attribute1 "attr6409") ) +(myObject (attribute1 "attr6410") ) +(myObject (attribute1 "attr6411") ) +(myObject (attribute1 "attr6412") ) +(myObject (attribute1 "attr6413") ) +(myObject (attribute1 "attr6414") ) +(myObject (attribute1 "attr6415") ) +(myObject (attribute1 "attr6416") ) +(myObject (attribute1 "attr6417") ) +(myObject (attribute1 "attr6418") ) +(myObject (attribute1 "attr6419") ) +(myObject (attribute1 "attr6420") ) +(myObject (attribute1 "attr6421") ) +(myObject (attribute1 "attr6422") ) +(myObject (attribute1 "attr6423") ) +(myObject (attribute1 "attr6424") ) +(myObject (attribute1 "attr6425") ) +(myObject (attribute1 "attr6426") ) +(myObject (attribute1 "attr6427") ) +(myObject (attribute1 "attr6428") ) +(myObject (attribute1 "attr6429") ) +(myObject (attribute1 "attr6430") ) +(myObject (attribute1 "attr6431") ) +(myObject (attribute1 "attr6432") ) +(myObject (attribute1 "attr6433") ) +(myObject (attribute1 "attr6434") ) +(myObject (attribute1 "attr6435") ) +(myObject (attribute1 "attr6436") ) +(myObject (attribute1 "attr6437") ) +(myObject (attribute1 "attr6438") ) +(myObject (attribute1 "attr6439") ) +(myObject (attribute1 "attr6440") ) +(myObject (attribute1 "attr6441") ) +(myObject (attribute1 "attr6442") ) +(myObject (attribute1 "attr6443") ) +(myObject (attribute1 "attr6444") ) +(myObject (attribute1 "attr6445") ) +(myObject (attribute1 "attr6446") ) +(myObject (attribute1 "attr6447") ) +(myObject (attribute1 "attr6448") ) +(myObject (attribute1 "attr6449") ) +(myObject (attribute1 "attr6450") ) +(myObject (attribute1 "attr6451") ) +(myObject (attribute1 "attr6452") ) +(myObject (attribute1 "attr6453") ) +(myObject (attribute1 "attr6454") ) +(myObject (attribute1 "attr6455") ) +(myObject (attribute1 "attr6456") ) +(myObject (attribute1 "attr6457") ) +(myObject (attribute1 "attr6458") ) +(myObject (attribute1 "attr6459") ) +(myObject (attribute1 "attr6460") ) +(myObject (attribute1 "attr6461") ) +(myObject (attribute1 "attr6462") ) +(myObject (attribute1 "attr6463") ) +(myObject (attribute1 "attr6464") ) +(myObject (attribute1 "attr6465") ) +(myObject (attribute1 "attr6466") ) +(myObject (attribute1 "attr6467") ) +(myObject (attribute1 "attr6468") ) +(myObject (attribute1 "attr6469") ) +(myObject (attribute1 "attr6470") ) +(myObject (attribute1 "attr6471") ) +(myObject (attribute1 "attr6472") ) +(myObject (attribute1 "attr6473") ) +(myObject (attribute1 "attr6474") ) +(myObject (attribute1 "attr6475") ) +(myObject (attribute1 "attr6476") ) +(myObject (attribute1 "attr6477") ) +(myObject (attribute1 "attr6478") ) +(myObject (attribute1 "attr6479") ) +(myObject (attribute1 "attr6480") ) +(myObject (attribute1 "attr6481") ) +(myObject (attribute1 "attr6482") ) +(myObject (attribute1 "attr6483") ) +(myObject (attribute1 "attr6484") ) +(myObject (attribute1 "attr6485") ) +(myObject (attribute1 "attr6486") ) +(myObject (attribute1 "attr6487") ) +(myObject (attribute1 "attr6488") ) +(myObject (attribute1 "attr6489") ) +(myObject (attribute1 "attr6490") ) +(myObject (attribute1 "attr6491") ) +(myObject (attribute1 "attr6492") ) +(myObject (attribute1 "attr6493") ) +(myObject (attribute1 "attr6494") ) +(myObject (attribute1 "attr6495") ) +(myObject (attribute1 "attr6496") ) +(myObject (attribute1 "attr6497") ) +(myObject (attribute1 "attr6498") ) +(myObject (attribute1 "attr6499") ) +(myObject (attribute1 "attr6500") ) +(myObject (attribute1 "attr6501") ) +(myObject (attribute1 "attr6502") ) +(myObject (attribute1 "attr6503") ) +(myObject (attribute1 "attr6504") ) +(myObject (attribute1 "attr6505") ) +(myObject (attribute1 "attr6506") ) +(myObject (attribute1 "attr6507") ) +(myObject (attribute1 "attr6508") ) +(myObject (attribute1 "attr6509") ) +(myObject (attribute1 "attr6510") ) +(myObject (attribute1 "attr6511") ) +(myObject (attribute1 "attr6512") ) +(myObject (attribute1 "attr6513") ) +(myObject (attribute1 "attr6514") ) +(myObject (attribute1 "attr6515") ) +(myObject (attribute1 "attr6516") ) +(myObject (attribute1 "attr6517") ) +(myObject (attribute1 "attr6518") ) +(myObject (attribute1 "attr6519") ) +(myObject (attribute1 "attr6520") ) +(myObject (attribute1 "attr6521") ) +(myObject (attribute1 "attr6522") ) +(myObject (attribute1 "attr6523") ) +(myObject (attribute1 "attr6524") ) +(myObject (attribute1 "attr6525") ) +(myObject (attribute1 "attr6526") ) +(myObject (attribute1 "attr6527") ) +(myObject (attribute1 "attr6528") ) +(myObject (attribute1 "attr6529") ) +(myObject (attribute1 "attr6530") ) +(myObject (attribute1 "attr6531") ) +(myObject (attribute1 "attr6532") ) +(myObject (attribute1 "attr6533") ) +(myObject (attribute1 "attr6534") ) +(myObject (attribute1 "attr6535") ) +(myObject (attribute1 "attr6536") ) +(myObject (attribute1 "attr6537") ) +(myObject (attribute1 "attr6538") ) +(myObject (attribute1 "attr6539") ) +(myObject (attribute1 "attr6540") ) +(myObject (attribute1 "attr6541") ) +(myObject (attribute1 "attr6542") ) +(myObject (attribute1 "attr6543") ) +(myObject (attribute1 "attr6544") ) +(myObject (attribute1 "attr6545") ) +(myObject (attribute1 "attr6546") ) +(myObject (attribute1 "attr6547") ) +(myObject (attribute1 "attr6548") ) +(myObject (attribute1 "attr6549") ) +(myObject (attribute1 "attr6550") ) +(myObject (attribute1 "attr6551") ) +(myObject (attribute1 "attr6552") ) +(myObject (attribute1 "attr6553") ) +(myObject (attribute1 "attr6554") ) +(myObject (attribute1 "attr6555") ) +(myObject (attribute1 "attr6556") ) +(myObject (attribute1 "attr6557") ) +(myObject (attribute1 "attr6558") ) +(myObject (attribute1 "attr6559") ) +(myObject (attribute1 "attr6560") ) +(myObject (attribute1 "attr6561") ) +(myObject (attribute1 "attr6562") ) +(myObject (attribute1 "attr6563") ) +(myObject (attribute1 "attr6564") ) +(myObject (attribute1 "attr6565") ) +(myObject (attribute1 "attr6566") ) +(myObject (attribute1 "attr6567") ) +(myObject (attribute1 "attr6568") ) +(myObject (attribute1 "attr6569") ) +(myObject (attribute1 "attr6570") ) +(myObject (attribute1 "attr6571") ) +(myObject (attribute1 "attr6572") ) +(myObject (attribute1 "attr6573") ) +(myObject (attribute1 "attr6574") ) +(myObject (attribute1 "attr6575") ) +(myObject (attribute1 "attr6576") ) +(myObject (attribute1 "attr6577") ) +(myObject (attribute1 "attr6578") ) +(myObject (attribute1 "attr6579") ) +(myObject (attribute1 "attr6580") ) +(myObject (attribute1 "attr6581") ) +(myObject (attribute1 "attr6582") ) +(myObject (attribute1 "attr6583") ) +(myObject (attribute1 "attr6584") ) +(myObject (attribute1 "attr6585") ) +(myObject (attribute1 "attr6586") ) +(myObject (attribute1 "attr6587") ) +(myObject (attribute1 "attr6588") ) +(myObject (attribute1 "attr6589") ) +(myObject (attribute1 "attr6590") ) +(myObject (attribute1 "attr6591") ) +(myObject (attribute1 "attr6592") ) +(myObject (attribute1 "attr6593") ) +(myObject (attribute1 "attr6594") ) +(myObject (attribute1 "attr6595") ) +(myObject (attribute1 "attr6596") ) +(myObject (attribute1 "attr6597") ) +(myObject (attribute1 "attr6598") ) +(myObject (attribute1 "attr6599") ) +(myObject (attribute1 "attr6600") ) +(myObject (attribute1 "attr6601") ) +(myObject (attribute1 "attr6602") ) +(myObject (attribute1 "attr6603") ) +(myObject (attribute1 "attr6604") ) +(myObject (attribute1 "attr6605") ) +(myObject (attribute1 "attr6606") ) +(myObject (attribute1 "attr6607") ) +(myObject (attribute1 "attr6608") ) +(myObject (attribute1 "attr6609") ) +(myObject (attribute1 "attr6610") ) +(myObject (attribute1 "attr6611") ) +(myObject (attribute1 "attr6612") ) +(myObject (attribute1 "attr6613") ) +(myObject (attribute1 "attr6614") ) +(myObject (attribute1 "attr6615") ) +(myObject (attribute1 "attr6616") ) +(myObject (attribute1 "attr6617") ) +(myObject (attribute1 "attr6618") ) +(myObject (attribute1 "attr6619") ) +(myObject (attribute1 "attr6620") ) +(myObject (attribute1 "attr6621") ) +(myObject (attribute1 "attr6622") ) +(myObject (attribute1 "attr6623") ) +(myObject (attribute1 "attr6624") ) +(myObject (attribute1 "attr6625") ) +(myObject (attribute1 "attr6626") ) +(myObject (attribute1 "attr6627") ) +(myObject (attribute1 "attr6628") ) +(myObject (attribute1 "attr6629") ) +(myObject (attribute1 "attr6630") ) +(myObject (attribute1 "attr6631") ) +(myObject (attribute1 "attr6632") ) +(myObject (attribute1 "attr6633") ) +(myObject (attribute1 "attr6634") ) +(myObject (attribute1 "attr6635") ) +(myObject (attribute1 "attr6636") ) +(myObject (attribute1 "attr6637") ) +(myObject (attribute1 "attr6638") ) +(myObject (attribute1 "attr6639") ) +(myObject (attribute1 "attr6640") ) +(myObject (attribute1 "attr6641") ) +(myObject (attribute1 "attr6642") ) +(myObject (attribute1 "attr6643") ) +(myObject (attribute1 "attr6644") ) +(myObject (attribute1 "attr6645") ) +(myObject (attribute1 "attr6646") ) +(myObject (attribute1 "attr6647") ) +(myObject (attribute1 "attr6648") ) +(myObject (attribute1 "attr6649") ) +(myObject (attribute1 "attr6650") ) +(myObject (attribute1 "attr6651") ) +(myObject (attribute1 "attr6652") ) +(myObject (attribute1 "attr6653") ) +(myObject (attribute1 "attr6654") ) +(myObject (attribute1 "attr6655") ) +(myObject (attribute1 "attr6656") ) +(myObject (attribute1 "attr6657") ) +(myObject (attribute1 "attr6658") ) +(myObject (attribute1 "attr6659") ) +(myObject (attribute1 "attr6660") ) +(myObject (attribute1 "attr6661") ) +(myObject (attribute1 "attr6662") ) +(myObject (attribute1 "attr6663") ) +(myObject (attribute1 "attr6664") ) +(myObject (attribute1 "attr6665") ) +(myObject (attribute1 "attr6666") ) +(myObject (attribute1 "attr6667") ) +(myObject (attribute1 "attr6668") ) +(myObject (attribute1 "attr6669") ) +(myObject (attribute1 "attr6670") ) +(myObject (attribute1 "attr6671") ) +(myObject (attribute1 "attr6672") ) +(myObject (attribute1 "attr6673") ) +(myObject (attribute1 "attr6674") ) +(myObject (attribute1 "attr6675") ) +(myObject (attribute1 "attr6676") ) +(myObject (attribute1 "attr6677") ) +(myObject (attribute1 "attr6678") ) +(myObject (attribute1 "attr6679") ) +(myObject (attribute1 "attr6680") ) +(myObject (attribute1 "attr6681") ) +(myObject (attribute1 "attr6682") ) +(myObject (attribute1 "attr6683") ) +(myObject (attribute1 "attr6684") ) +(myObject (attribute1 "attr6685") ) +(myObject (attribute1 "attr6686") ) +(myObject (attribute1 "attr6687") ) +(myObject (attribute1 "attr6688") ) +(myObject (attribute1 "attr6689") ) +(myObject (attribute1 "attr6690") ) +(myObject (attribute1 "attr6691") ) +(myObject (attribute1 "attr6692") ) +(myObject (attribute1 "attr6693") ) +(myObject (attribute1 "attr6694") ) +(myObject (attribute1 "attr6695") ) +(myObject (attribute1 "attr6696") ) +(myObject (attribute1 "attr6697") ) +(myObject (attribute1 "attr6698") ) +(myObject (attribute1 "attr6699") ) +(myObject (attribute1 "attr6700") ) +(myObject (attribute1 "attr6701") ) +(myObject (attribute1 "attr6702") ) +(myObject (attribute1 "attr6703") ) +(myObject (attribute1 "attr6704") ) +(myObject (attribute1 "attr6705") ) +(myObject (attribute1 "attr6706") ) +(myObject (attribute1 "attr6707") ) +(myObject (attribute1 "attr6708") ) +(myObject (attribute1 "attr6709") ) +(myObject (attribute1 "attr6710") ) +(myObject (attribute1 "attr6711") ) +(myObject (attribute1 "attr6712") ) +(myObject (attribute1 "attr6713") ) +(myObject (attribute1 "attr6714") ) +(myObject (attribute1 "attr6715") ) +(myObject (attribute1 "attr6716") ) +(myObject (attribute1 "attr6717") ) +(myObject (attribute1 "attr6718") ) +(myObject (attribute1 "attr6719") ) +(myObject (attribute1 "attr6720") ) +(myObject (attribute1 "attr6721") ) +(myObject (attribute1 "attr6722") ) +(myObject (attribute1 "attr6723") ) +(myObject (attribute1 "attr6724") ) +(myObject (attribute1 "attr6725") ) +(myObject (attribute1 "attr6726") ) +(myObject (attribute1 "attr6727") ) +(myObject (attribute1 "attr6728") ) +(myObject (attribute1 "attr6729") ) +(myObject (attribute1 "attr6730") ) +(myObject (attribute1 "attr6731") ) +(myObject (attribute1 "attr6732") ) +(myObject (attribute1 "attr6733") ) +(myObject (attribute1 "attr6734") ) +(myObject (attribute1 "attr6735") ) +(myObject (attribute1 "attr6736") ) +(myObject (attribute1 "attr6737") ) +(myObject (attribute1 "attr6738") ) +(myObject (attribute1 "attr6739") ) +(myObject (attribute1 "attr6740") ) +(myObject (attribute1 "attr6741") ) +(myObject (attribute1 "attr6742") ) +(myObject (attribute1 "attr6743") ) +(myObject (attribute1 "attr6744") ) +(myObject (attribute1 "attr6745") ) +(myObject (attribute1 "attr6746") ) +(myObject (attribute1 "attr6747") ) +(myObject (attribute1 "attr6748") ) +(myObject (attribute1 "attr6749") ) +(myObject (attribute1 "attr6750") ) +(myObject (attribute1 "attr6751") ) +(myObject (attribute1 "attr6752") ) +(myObject (attribute1 "attr6753") ) +(myObject (attribute1 "attr6754") ) +(myObject (attribute1 "attr6755") ) +(myObject (attribute1 "attr6756") ) +(myObject (attribute1 "attr6757") ) +(myObject (attribute1 "attr6758") ) +(myObject (attribute1 "attr6759") ) +(myObject (attribute1 "attr6760") ) +(myObject (attribute1 "attr6761") ) +(myObject (attribute1 "attr6762") ) +(myObject (attribute1 "attr6763") ) +(myObject (attribute1 "attr6764") ) +(myObject (attribute1 "attr6765") ) +(myObject (attribute1 "attr6766") ) +(myObject (attribute1 "attr6767") ) +(myObject (attribute1 "attr6768") ) +(myObject (attribute1 "attr6769") ) +(myObject (attribute1 "attr6770") ) +(myObject (attribute1 "attr6771") ) +(myObject (attribute1 "attr6772") ) +(myObject (attribute1 "attr6773") ) +(myObject (attribute1 "attr6774") ) +(myObject (attribute1 "attr6775") ) +(myObject (attribute1 "attr6776") ) +(myObject (attribute1 "attr6777") ) +(myObject (attribute1 "attr6778") ) +(myObject (attribute1 "attr6779") ) +(myObject (attribute1 "attr6780") ) +(myObject (attribute1 "attr6781") ) +(myObject (attribute1 "attr6782") ) +(myObject (attribute1 "attr6783") ) +(myObject (attribute1 "attr6784") ) +(myObject (attribute1 "attr6785") ) +(myObject (attribute1 "attr6786") ) +(myObject (attribute1 "attr6787") ) +(myObject (attribute1 "attr6788") ) +(myObject (attribute1 "attr6789") ) +(myObject (attribute1 "attr6790") ) +(myObject (attribute1 "attr6791") ) +(myObject (attribute1 "attr6792") ) +(myObject (attribute1 "attr6793") ) +(myObject (attribute1 "attr6794") ) +(myObject (attribute1 "attr6795") ) +(myObject (attribute1 "attr6796") ) +(myObject (attribute1 "attr6797") ) +(myObject (attribute1 "attr6798") ) +(myObject (attribute1 "attr6799") ) +(myObject (attribute1 "attr6800") ) +(myObject (attribute1 "attr6801") ) +(myObject (attribute1 "attr6802") ) +(myObject (attribute1 "attr6803") ) +(myObject (attribute1 "attr6804") ) +(myObject (attribute1 "attr6805") ) +(myObject (attribute1 "attr6806") ) +(myObject (attribute1 "attr6807") ) +(myObject (attribute1 "attr6808") ) +(myObject (attribute1 "attr6809") ) +(myObject (attribute1 "attr6810") ) +(myObject (attribute1 "attr6811") ) +(myObject (attribute1 "attr6812") ) +(myObject (attribute1 "attr6813") ) +(myObject (attribute1 "attr6814") ) +(myObject (attribute1 "attr6815") ) +(myObject (attribute1 "attr6816") ) +(myObject (attribute1 "attr6817") ) +(myObject (attribute1 "attr6818") ) +(myObject (attribute1 "attr6819") ) +(myObject (attribute1 "attr6820") ) +(myObject (attribute1 "attr6821") ) +(myObject (attribute1 "attr6822") ) +(myObject (attribute1 "attr6823") ) +(myObject (attribute1 "attr6824") ) +(myObject (attribute1 "attr6825") ) +(myObject (attribute1 "attr6826") ) +(myObject (attribute1 "attr6827") ) +(myObject (attribute1 "attr6828") ) +(myObject (attribute1 "attr6829") ) +(myObject (attribute1 "attr6830") ) +(myObject (attribute1 "attr6831") ) +(myObject (attribute1 "attr6832") ) +(myObject (attribute1 "attr6833") ) +(myObject (attribute1 "attr6834") ) +(myObject (attribute1 "attr6835") ) +(myObject (attribute1 "attr6836") ) +(myObject (attribute1 "attr6837") ) +(myObject (attribute1 "attr6838") ) +(myObject (attribute1 "attr6839") ) +(myObject (attribute1 "attr6840") ) +(myObject (attribute1 "attr6841") ) +(myObject (attribute1 "attr6842") ) +(myObject (attribute1 "attr6843") ) +(myObject (attribute1 "attr6844") ) +(myObject (attribute1 "attr6845") ) +(myObject (attribute1 "attr6846") ) +(myObject (attribute1 "attr6847") ) +(myObject (attribute1 "attr6848") ) +(myObject (attribute1 "attr6849") ) +(myObject (attribute1 "attr6850") ) +(myObject (attribute1 "attr6851") ) +(myObject (attribute1 "attr6852") ) +(myObject (attribute1 "attr6853") ) +(myObject (attribute1 "attr6854") ) +(myObject (attribute1 "attr6855") ) +(myObject (attribute1 "attr6856") ) +(myObject (attribute1 "attr6857") ) +(myObject (attribute1 "attr6858") ) +(myObject (attribute1 "attr6859") ) +(myObject (attribute1 "attr6860") ) +(myObject (attribute1 "attr6861") ) +(myObject (attribute1 "attr6862") ) +(myObject (attribute1 "attr6863") ) +(myObject (attribute1 "attr6864") ) +(myObject (attribute1 "attr6865") ) +(myObject (attribute1 "attr6866") ) +(myObject (attribute1 "attr6867") ) +(myObject (attribute1 "attr6868") ) +(myObject (attribute1 "attr6869") ) +(myObject (attribute1 "attr6870") ) +(myObject (attribute1 "attr6871") ) +(myObject (attribute1 "attr6872") ) +(myObject (attribute1 "attr6873") ) +(myObject (attribute1 "attr6874") ) +(myObject (attribute1 "attr6875") ) +(myObject (attribute1 "attr6876") ) +(myObject (attribute1 "attr6877") ) +(myObject (attribute1 "attr6878") ) +(myObject (attribute1 "attr6879") ) +(myObject (attribute1 "attr6880") ) +(myObject (attribute1 "attr6881") ) +(myObject (attribute1 "attr6882") ) +(myObject (attribute1 "attr6883") ) +(myObject (attribute1 "attr6884") ) +(myObject (attribute1 "attr6885") ) +(myObject (attribute1 "attr6886") ) +(myObject (attribute1 "attr6887") ) +(myObject (attribute1 "attr6888") ) +(myObject (attribute1 "attr6889") ) +(myObject (attribute1 "attr6890") ) +(myObject (attribute1 "attr6891") ) +(myObject (attribute1 "attr6892") ) +(myObject (attribute1 "attr6893") ) +(myObject (attribute1 "attr6894") ) +(myObject (attribute1 "attr6895") ) +(myObject (attribute1 "attr6896") ) +(myObject (attribute1 "attr6897") ) +(myObject (attribute1 "attr6898") ) +(myObject (attribute1 "attr6899") ) +(myObject (attribute1 "attr6900") ) +(myObject (attribute1 "attr6901") ) +(myObject (attribute1 "attr6902") ) +(myObject (attribute1 "attr6903") ) +(myObject (attribute1 "attr6904") ) +(myObject (attribute1 "attr6905") ) +(myObject (attribute1 "attr6906") ) +(myObject (attribute1 "attr6907") ) +(myObject (attribute1 "attr6908") ) +(myObject (attribute1 "attr6909") ) +(myObject (attribute1 "attr6910") ) +(myObject (attribute1 "attr6911") ) +(myObject (attribute1 "attr6912") ) +(myObject (attribute1 "attr6913") ) +(myObject (attribute1 "attr6914") ) +(myObject (attribute1 "attr6915") ) +(myObject (attribute1 "attr6916") ) +(myObject (attribute1 "attr6917") ) +(myObject (attribute1 "attr6918") ) +(myObject (attribute1 "attr6919") ) +(myObject (attribute1 "attr6920") ) +(myObject (attribute1 "attr6921") ) +(myObject (attribute1 "attr6922") ) +(myObject (attribute1 "attr6923") ) +(myObject (attribute1 "attr6924") ) +(myObject (attribute1 "attr6925") ) +(myObject (attribute1 "attr6926") ) +(myObject (attribute1 "attr6927") ) +(myObject (attribute1 "attr6928") ) +(myObject (attribute1 "attr6929") ) +(myObject (attribute1 "attr6930") ) +(myObject (attribute1 "attr6931") ) +(myObject (attribute1 "attr6932") ) +(myObject (attribute1 "attr6933") ) +(myObject (attribute1 "attr6934") ) +(myObject (attribute1 "attr6935") ) +(myObject (attribute1 "attr6936") ) +(myObject (attribute1 "attr6937") ) +(myObject (attribute1 "attr6938") ) +(myObject (attribute1 "attr6939") ) +(myObject (attribute1 "attr6940") ) +(myObject (attribute1 "attr6941") ) +(myObject (attribute1 "attr6942") ) +(myObject (attribute1 "attr6943") ) +(myObject (attribute1 "attr6944") ) +(myObject (attribute1 "attr6945") ) +(myObject (attribute1 "attr6946") ) +(myObject (attribute1 "attr6947") ) +(myObject (attribute1 "attr6948") ) +(myObject (attribute1 "attr6949") ) +(myObject (attribute1 "attr6950") ) +(myObject (attribute1 "attr6951") ) +(myObject (attribute1 "attr6952") ) +(myObject (attribute1 "attr6953") ) +(myObject (attribute1 "attr6954") ) +(myObject (attribute1 "attr6955") ) +(myObject (attribute1 "attr6956") ) +(myObject (attribute1 "attr6957") ) +(myObject (attribute1 "attr6958") ) +(myObject (attribute1 "attr6959") ) +(myObject (attribute1 "attr6960") ) +(myObject (attribute1 "attr6961") ) +(myObject (attribute1 "attr6962") ) +(myObject (attribute1 "attr6963") ) +(myObject (attribute1 "attr6964") ) +(myObject (attribute1 "attr6965") ) +(myObject (attribute1 "attr6966") ) +(myObject (attribute1 "attr6967") ) +(myObject (attribute1 "attr6968") ) +(myObject (attribute1 "attr6969") ) +(myObject (attribute1 "attr6970") ) +(myObject (attribute1 "attr6971") ) +(myObject (attribute1 "attr6972") ) +(myObject (attribute1 "attr6973") ) +(myObject (attribute1 "attr6974") ) +(myObject (attribute1 "attr6975") ) +(myObject (attribute1 "attr6976") ) +(myObject (attribute1 "attr6977") ) +(myObject (attribute1 "attr6978") ) +(myObject (attribute1 "attr6979") ) +(myObject (attribute1 "attr6980") ) +(myObject (attribute1 "attr6981") ) +(myObject (attribute1 "attr6982") ) +(myObject (attribute1 "attr6983") ) +(myObject (attribute1 "attr6984") ) +(myObject (attribute1 "attr6985") ) +(myObject (attribute1 "attr6986") ) +(myObject (attribute1 "attr6987") ) +(myObject (attribute1 "attr6988") ) +(myObject (attribute1 "attr6989") ) +(myObject (attribute1 "attr6990") ) +(myObject (attribute1 "attr6991") ) +(myObject (attribute1 "attr6992") ) +(myObject (attribute1 "attr6993") ) +(myObject (attribute1 "attr6994") ) +(myObject (attribute1 "attr6995") ) +(myObject (attribute1 "attr6996") ) +(myObject (attribute1 "attr6997") ) +(myObject (attribute1 "attr6998") ) +(myObject (attribute1 "attr6999") ) +(myObject (attribute1 "attr7000") ) +(myObject (attribute1 "attr7001") ) +(myObject (attribute1 "attr7002") ) +(myObject (attribute1 "attr7003") ) +(myObject (attribute1 "attr7004") ) +(myObject (attribute1 "attr7005") ) +(myObject (attribute1 "attr7006") ) +(myObject (attribute1 "attr7007") ) +(myObject (attribute1 "attr7008") ) +(myObject (attribute1 "attr7009") ) +(myObject (attribute1 "attr7010") ) +(myObject (attribute1 "attr7011") ) +(myObject (attribute1 "attr7012") ) +(myObject (attribute1 "attr7013") ) +(myObject (attribute1 "attr7014") ) +(myObject (attribute1 "attr7015") ) +(myObject (attribute1 "attr7016") ) +(myObject (attribute1 "attr7017") ) +(myObject (attribute1 "attr7018") ) +(myObject (attribute1 "attr7019") ) +(myObject (attribute1 "attr7020") ) +(myObject (attribute1 "attr7021") ) +(myObject (attribute1 "attr7022") ) +(myObject (attribute1 "attr7023") ) +(myObject (attribute1 "attr7024") ) +(myObject (attribute1 "attr7025") ) +(myObject (attribute1 "attr7026") ) +(myObject (attribute1 "attr7027") ) +(myObject (attribute1 "attr7028") ) +(myObject (attribute1 "attr7029") ) +(myObject (attribute1 "attr7030") ) +(myObject (attribute1 "attr7031") ) +(myObject (attribute1 "attr7032") ) +(myObject (attribute1 "attr7033") ) +(myObject (attribute1 "attr7034") ) +(myObject (attribute1 "attr7035") ) +(myObject (attribute1 "attr7036") ) +(myObject (attribute1 "attr7037") ) +(myObject (attribute1 "attr7038") ) +(myObject (attribute1 "attr7039") ) +(myObject (attribute1 "attr7040") ) +(myObject (attribute1 "attr7041") ) +(myObject (attribute1 "attr7042") ) +(myObject (attribute1 "attr7043") ) +(myObject (attribute1 "attr7044") ) +(myObject (attribute1 "attr7045") ) +(myObject (attribute1 "attr7046") ) +(myObject (attribute1 "attr7047") ) +(myObject (attribute1 "attr7048") ) +(myObject (attribute1 "attr7049") ) +(myObject (attribute1 "attr7050") ) +(myObject (attribute1 "attr7051") ) +(myObject (attribute1 "attr7052") ) +(myObject (attribute1 "attr7053") ) +(myObject (attribute1 "attr7054") ) +(myObject (attribute1 "attr7055") ) +(myObject (attribute1 "attr7056") ) +(myObject (attribute1 "attr7057") ) +(myObject (attribute1 "attr7058") ) +(myObject (attribute1 "attr7059") ) +(myObject (attribute1 "attr7060") ) +(myObject (attribute1 "attr7061") ) +(myObject (attribute1 "attr7062") ) +(myObject (attribute1 "attr7063") ) +(myObject (attribute1 "attr7064") ) +(myObject (attribute1 "attr7065") ) +(myObject (attribute1 "attr7066") ) +(myObject (attribute1 "attr7067") ) +(myObject (attribute1 "attr7068") ) +(myObject (attribute1 "attr7069") ) +(myObject (attribute1 "attr7070") ) +(myObject (attribute1 "attr7071") ) +(myObject (attribute1 "attr7072") ) +(myObject (attribute1 "attr7073") ) +(myObject (attribute1 "attr7074") ) +(myObject (attribute1 "attr7075") ) +(myObject (attribute1 "attr7076") ) +(myObject (attribute1 "attr7077") ) +(myObject (attribute1 "attr7078") ) +(myObject (attribute1 "attr7079") ) +(myObject (attribute1 "attr7080") ) +(myObject (attribute1 "attr7081") ) +(myObject (attribute1 "attr7082") ) +(myObject (attribute1 "attr7083") ) +(myObject (attribute1 "attr7084") ) +(myObject (attribute1 "attr7085") ) +(myObject (attribute1 "attr7086") ) +(myObject (attribute1 "attr7087") ) +(myObject (attribute1 "attr7088") ) +(myObject (attribute1 "attr7089") ) +(myObject (attribute1 "attr7090") ) +(myObject (attribute1 "attr7091") ) +(myObject (attribute1 "attr7092") ) +(myObject (attribute1 "attr7093") ) +(myObject (attribute1 "attr7094") ) +(myObject (attribute1 "attr7095") ) +(myObject (attribute1 "attr7096") ) +(myObject (attribute1 "attr7097") ) +(myObject (attribute1 "attr7098") ) +(myObject (attribute1 "attr7099") ) +(myObject (attribute1 "attr7100") ) +(myObject (attribute1 "attr7101") ) +(myObject (attribute1 "attr7102") ) +(myObject (attribute1 "attr7103") ) +(myObject (attribute1 "attr7104") ) +(myObject (attribute1 "attr7105") ) +(myObject (attribute1 "attr7106") ) +(myObject (attribute1 "attr7107") ) +(myObject (attribute1 "attr7108") ) +(myObject (attribute1 "attr7109") ) +(myObject (attribute1 "attr7110") ) +(myObject (attribute1 "attr7111") ) +(myObject (attribute1 "attr7112") ) +(myObject (attribute1 "attr7113") ) +(myObject (attribute1 "attr7114") ) +(myObject (attribute1 "attr7115") ) +(myObject (attribute1 "attr7116") ) +(myObject (attribute1 "attr7117") ) +(myObject (attribute1 "attr7118") ) +(myObject (attribute1 "attr7119") ) +(myObject (attribute1 "attr7120") ) +(myObject (attribute1 "attr7121") ) +(myObject (attribute1 "attr7122") ) +(myObject (attribute1 "attr7123") ) +(myObject (attribute1 "attr7124") ) +(myObject (attribute1 "attr7125") ) +(myObject (attribute1 "attr7126") ) +(myObject (attribute1 "attr7127") ) +(myObject (attribute1 "attr7128") ) +(myObject (attribute1 "attr7129") ) +(myObject (attribute1 "attr7130") ) +(myObject (attribute1 "attr7131") ) +(myObject (attribute1 "attr7132") ) +(myObject (attribute1 "attr7133") ) +(myObject (attribute1 "attr7134") ) +(myObject (attribute1 "attr7135") ) +(myObject (attribute1 "attr7136") ) +(myObject (attribute1 "attr7137") ) +(myObject (attribute1 "attr7138") ) +(myObject (attribute1 "attr7139") ) +(myObject (attribute1 "attr7140") ) +(myObject (attribute1 "attr7141") ) +(myObject (attribute1 "attr7142") ) +(myObject (attribute1 "attr7143") ) +(myObject (attribute1 "attr7144") ) +(myObject (attribute1 "attr7145") ) +(myObject (attribute1 "attr7146") ) +(myObject (attribute1 "attr7147") ) +(myObject (attribute1 "attr7148") ) +(myObject (attribute1 "attr7149") ) +(myObject (attribute1 "attr7150") ) +(myObject (attribute1 "attr7151") ) +(myObject (attribute1 "attr7152") ) +(myObject (attribute1 "attr7153") ) +(myObject (attribute1 "attr7154") ) +(myObject (attribute1 "attr7155") ) +(myObject (attribute1 "attr7156") ) +(myObject (attribute1 "attr7157") ) +(myObject (attribute1 "attr7158") ) +(myObject (attribute1 "attr7159") ) +(myObject (attribute1 "attr7160") ) +(myObject (attribute1 "attr7161") ) +(myObject (attribute1 "attr7162") ) +(myObject (attribute1 "attr7163") ) +(myObject (attribute1 "attr7164") ) +(myObject (attribute1 "attr7165") ) +(myObject (attribute1 "attr7166") ) +(myObject (attribute1 "attr7167") ) +(myObject (attribute1 "attr7168") ) +(myObject (attribute1 "attr7169") ) +(myObject (attribute1 "attr7170") ) +(myObject (attribute1 "attr7171") ) +(myObject (attribute1 "attr7172") ) +(myObject (attribute1 "attr7173") ) +(myObject (attribute1 "attr7174") ) +(myObject (attribute1 "attr7175") ) +(myObject (attribute1 "attr7176") ) +(myObject (attribute1 "attr7177") ) +(myObject (attribute1 "attr7178") ) +(myObject (attribute1 "attr7179") ) +(myObject (attribute1 "attr7180") ) +(myObject (attribute1 "attr7181") ) +(myObject (attribute1 "attr7182") ) +(myObject (attribute1 "attr7183") ) +(myObject (attribute1 "attr7184") ) +(myObject (attribute1 "attr7185") ) +(myObject (attribute1 "attr7186") ) +(myObject (attribute1 "attr7187") ) +(myObject (attribute1 "attr7188") ) +(myObject (attribute1 "attr7189") ) +(myObject (attribute1 "attr7190") ) +(myObject (attribute1 "attr7191") ) +(myObject (attribute1 "attr7192") ) +(myObject (attribute1 "attr7193") ) +(myObject (attribute1 "attr7194") ) +(myObject (attribute1 "attr7195") ) +(myObject (attribute1 "attr7196") ) +(myObject (attribute1 "attr7197") ) +(myObject (attribute1 "attr7198") ) +(myObject (attribute1 "attr7199") ) +(myObject (attribute1 "attr7200") ) +(myObject (attribute1 "attr7201") ) +(myObject (attribute1 "attr7202") ) +(myObject (attribute1 "attr7203") ) +(myObject (attribute1 "attr7204") ) +(myObject (attribute1 "attr7205") ) +(myObject (attribute1 "attr7206") ) +(myObject (attribute1 "attr7207") ) +(myObject (attribute1 "attr7208") ) +(myObject (attribute1 "attr7209") ) +(myObject (attribute1 "attr7210") ) +(myObject (attribute1 "attr7211") ) +(myObject (attribute1 "attr7212") ) +(myObject (attribute1 "attr7213") ) +(myObject (attribute1 "attr7214") ) +(myObject (attribute1 "attr7215") ) +(myObject (attribute1 "attr7216") ) +(myObject (attribute1 "attr7217") ) +(myObject (attribute1 "attr7218") ) +(myObject (attribute1 "attr7219") ) +(myObject (attribute1 "attr7220") ) +(myObject (attribute1 "attr7221") ) +(myObject (attribute1 "attr7222") ) +(myObject (attribute1 "attr7223") ) +(myObject (attribute1 "attr7224") ) +(myObject (attribute1 "attr7225") ) +(myObject (attribute1 "attr7226") ) +(myObject (attribute1 "attr7227") ) +(myObject (attribute1 "attr7228") ) +(myObject (attribute1 "attr7229") ) +(myObject (attribute1 "attr7230") ) +(myObject (attribute1 "attr7231") ) +(myObject (attribute1 "attr7232") ) +(myObject (attribute1 "attr7233") ) +(myObject (attribute1 "attr7234") ) +(myObject (attribute1 "attr7235") ) +(myObject (attribute1 "attr7236") ) +(myObject (attribute1 "attr7237") ) +(myObject (attribute1 "attr7238") ) +(myObject (attribute1 "attr7239") ) +(myObject (attribute1 "attr7240") ) +(myObject (attribute1 "attr7241") ) +(myObject (attribute1 "attr7242") ) +(myObject (attribute1 "attr7243") ) +(myObject (attribute1 "attr7244") ) +(myObject (attribute1 "attr7245") ) +(myObject (attribute1 "attr7246") ) +(myObject (attribute1 "attr7247") ) +(myObject (attribute1 "attr7248") ) +(myObject (attribute1 "attr7249") ) +(myObject (attribute1 "attr7250") ) +(myObject (attribute1 "attr7251") ) +(myObject (attribute1 "attr7252") ) +(myObject (attribute1 "attr7253") ) +(myObject (attribute1 "attr7254") ) +(myObject (attribute1 "attr7255") ) +(myObject (attribute1 "attr7256") ) +(myObject (attribute1 "attr7257") ) +(myObject (attribute1 "attr7258") ) +(myObject (attribute1 "attr7259") ) +(myObject (attribute1 "attr7260") ) +(myObject (attribute1 "attr7261") ) +(myObject (attribute1 "attr7262") ) +(myObject (attribute1 "attr7263") ) +(myObject (attribute1 "attr7264") ) +(myObject (attribute1 "attr7265") ) +(myObject (attribute1 "attr7266") ) +(myObject (attribute1 "attr7267") ) +(myObject (attribute1 "attr7268") ) +(myObject (attribute1 "attr7269") ) +(myObject (attribute1 "attr7270") ) +(myObject (attribute1 "attr7271") ) +(myObject (attribute1 "attr7272") ) +(myObject (attribute1 "attr7273") ) +(myObject (attribute1 "attr7274") ) +(myObject (attribute1 "attr7275") ) +(myObject (attribute1 "attr7276") ) +(myObject (attribute1 "attr7277") ) +(myObject (attribute1 "attr7278") ) +(myObject (attribute1 "attr7279") ) +(myObject (attribute1 "attr7280") ) +(myObject (attribute1 "attr7281") ) +(myObject (attribute1 "attr7282") ) +(myObject (attribute1 "attr7283") ) +(myObject (attribute1 "attr7284") ) +(myObject (attribute1 "attr7285") ) +(myObject (attribute1 "attr7286") ) +(myObject (attribute1 "attr7287") ) +(myObject (attribute1 "attr7288") ) +(myObject (attribute1 "attr7289") ) +(myObject (attribute1 "attr7290") ) +(myObject (attribute1 "attr7291") ) +(myObject (attribute1 "attr7292") ) +(myObject (attribute1 "attr7293") ) +(myObject (attribute1 "attr7294") ) +(myObject (attribute1 "attr7295") ) +(myObject (attribute1 "attr7296") ) +(myObject (attribute1 "attr7297") ) +(myObject (attribute1 "attr7298") ) +(myObject (attribute1 "attr7299") ) +(myObject (attribute1 "attr7300") ) +(myObject (attribute1 "attr7301") ) +(myObject (attribute1 "attr7302") ) +(myObject (attribute1 "attr7303") ) +(myObject (attribute1 "attr7304") ) +(myObject (attribute1 "attr7305") ) +(myObject (attribute1 "attr7306") ) +(myObject (attribute1 "attr7307") ) +(myObject (attribute1 "attr7308") ) +(myObject (attribute1 "attr7309") ) +(myObject (attribute1 "attr7310") ) +(myObject (attribute1 "attr7311") ) +(myObject (attribute1 "attr7312") ) +(myObject (attribute1 "attr7313") ) +(myObject (attribute1 "attr7314") ) +(myObject (attribute1 "attr7315") ) +(myObject (attribute1 "attr7316") ) +(myObject (attribute1 "attr7317") ) +(myObject (attribute1 "attr7318") ) +(myObject (attribute1 "attr7319") ) +(myObject (attribute1 "attr7320") ) +(myObject (attribute1 "attr7321") ) +(myObject (attribute1 "attr7322") ) +(myObject (attribute1 "attr7323") ) +(myObject (attribute1 "attr7324") ) +(myObject (attribute1 "attr7325") ) +(myObject (attribute1 "attr7326") ) +(myObject (attribute1 "attr7327") ) +(myObject (attribute1 "attr7328") ) +(myObject (attribute1 "attr7329") ) +(myObject (attribute1 "attr7330") ) +(myObject (attribute1 "attr7331") ) +(myObject (attribute1 "attr7332") ) +(myObject (attribute1 "attr7333") ) +(myObject (attribute1 "attr7334") ) +(myObject (attribute1 "attr7335") ) +(myObject (attribute1 "attr7336") ) +(myObject (attribute1 "attr7337") ) +(myObject (attribute1 "attr7338") ) +(myObject (attribute1 "attr7339") ) +(myObject (attribute1 "attr7340") ) +(myObject (attribute1 "attr7341") ) +(myObject (attribute1 "attr7342") ) +(myObject (attribute1 "attr7343") ) +(myObject (attribute1 "attr7344") ) +(myObject (attribute1 "attr7345") ) +(myObject (attribute1 "attr7346") ) +(myObject (attribute1 "attr7347") ) +(myObject (attribute1 "attr7348") ) +(myObject (attribute1 "attr7349") ) +(myObject (attribute1 "attr7350") ) +(myObject (attribute1 "attr7351") ) +(myObject (attribute1 "attr7352") ) +(myObject (attribute1 "attr7353") ) +(myObject (attribute1 "attr7354") ) +(myObject (attribute1 "attr7355") ) +(myObject (attribute1 "attr7356") ) +(myObject (attribute1 "attr7357") ) +(myObject (attribute1 "attr7358") ) +(myObject (attribute1 "attr7359") ) +(myObject (attribute1 "attr7360") ) +(myObject (attribute1 "attr7361") ) +(myObject (attribute1 "attr7362") ) +(myObject (attribute1 "attr7363") ) +(myObject (attribute1 "attr7364") ) +(myObject (attribute1 "attr7365") ) +(myObject (attribute1 "attr7366") ) +(myObject (attribute1 "attr7367") ) +(myObject (attribute1 "attr7368") ) +(myObject (attribute1 "attr7369") ) +(myObject (attribute1 "attr7370") ) +(myObject (attribute1 "attr7371") ) +(myObject (attribute1 "attr7372") ) +(myObject (attribute1 "attr7373") ) +(myObject (attribute1 "attr7374") ) +(myObject (attribute1 "attr7375") ) +(myObject (attribute1 "attr7376") ) +(myObject (attribute1 "attr7377") ) +(myObject (attribute1 "attr7378") ) +(myObject (attribute1 "attr7379") ) +(myObject (attribute1 "attr7380") ) +(myObject (attribute1 "attr7381") ) +(myObject (attribute1 "attr7382") ) +(myObject (attribute1 "attr7383") ) +(myObject (attribute1 "attr7384") ) +(myObject (attribute1 "attr7385") ) +(myObject (attribute1 "attr7386") ) +(myObject (attribute1 "attr7387") ) +(myObject (attribute1 "attr7388") ) +(myObject (attribute1 "attr7389") ) +(myObject (attribute1 "attr7390") ) +(myObject (attribute1 "attr7391") ) +(myObject (attribute1 "attr7392") ) +(myObject (attribute1 "attr7393") ) +(myObject (attribute1 "attr7394") ) +(myObject (attribute1 "attr7395") ) +(myObject (attribute1 "attr7396") ) +(myObject (attribute1 "attr7397") ) +(myObject (attribute1 "attr7398") ) +(myObject (attribute1 "attr7399") ) +(myObject (attribute1 "attr7400") ) +(myObject (attribute1 "attr7401") ) +(myObject (attribute1 "attr7402") ) +(myObject (attribute1 "attr7403") ) +(myObject (attribute1 "attr7404") ) +(myObject (attribute1 "attr7405") ) +(myObject (attribute1 "attr7406") ) +(myObject (attribute1 "attr7407") ) +(myObject (attribute1 "attr7408") ) +(myObject (attribute1 "attr7409") ) +(myObject (attribute1 "attr7410") ) +(myObject (attribute1 "attr7411") ) +(myObject (attribute1 "attr7412") ) +(myObject (attribute1 "attr7413") ) +(myObject (attribute1 "attr7414") ) +(myObject (attribute1 "attr7415") ) +(myObject (attribute1 "attr7416") ) +(myObject (attribute1 "attr7417") ) +(myObject (attribute1 "attr7418") ) +(myObject (attribute1 "attr7419") ) +(myObject (attribute1 "attr7420") ) +(myObject (attribute1 "attr7421") ) +(myObject (attribute1 "attr7422") ) +(myObject (attribute1 "attr7423") ) +(myObject (attribute1 "attr7424") ) +(myObject (attribute1 "attr7425") ) +(myObject (attribute1 "attr7426") ) +(myObject (attribute1 "attr7427") ) +(myObject (attribute1 "attr7428") ) +(myObject (attribute1 "attr7429") ) +(myObject (attribute1 "attr7430") ) +(myObject (attribute1 "attr7431") ) +(myObject (attribute1 "attr7432") ) +(myObject (attribute1 "attr7433") ) +(myObject (attribute1 "attr7434") ) +(myObject (attribute1 "attr7435") ) +(myObject (attribute1 "attr7436") ) +(myObject (attribute1 "attr7437") ) +(myObject (attribute1 "attr7438") ) +(myObject (attribute1 "attr7439") ) +(myObject (attribute1 "attr7440") ) +(myObject (attribute1 "attr7441") ) +(myObject (attribute1 "attr7442") ) +(myObject (attribute1 "attr7443") ) +(myObject (attribute1 "attr7444") ) +(myObject (attribute1 "attr7445") ) +(myObject (attribute1 "attr7446") ) +(myObject (attribute1 "attr7447") ) +(myObject (attribute1 "attr7448") ) +(myObject (attribute1 "attr7449") ) +(myObject (attribute1 "attr7450") ) +(myObject (attribute1 "attr7451") ) +(myObject (attribute1 "attr7452") ) +(myObject (attribute1 "attr7453") ) +(myObject (attribute1 "attr7454") ) +(myObject (attribute1 "attr7455") ) +(myObject (attribute1 "attr7456") ) +(myObject (attribute1 "attr7457") ) +(myObject (attribute1 "attr7458") ) +(myObject (attribute1 "attr7459") ) +(myObject (attribute1 "attr7460") ) +(myObject (attribute1 "attr7461") ) +(myObject (attribute1 "attr7462") ) +(myObject (attribute1 "attr7463") ) +(myObject (attribute1 "attr7464") ) +(myObject (attribute1 "attr7465") ) +(myObject (attribute1 "attr7466") ) +(myObject (attribute1 "attr7467") ) +(myObject (attribute1 "attr7468") ) +(myObject (attribute1 "attr7469") ) +(myObject (attribute1 "attr7470") ) +(myObject (attribute1 "attr7471") ) +(myObject (attribute1 "attr7472") ) +(myObject (attribute1 "attr7473") ) +(myObject (attribute1 "attr7474") ) +(myObject (attribute1 "attr7475") ) +(myObject (attribute1 "attr7476") ) +(myObject (attribute1 "attr7477") ) +(myObject (attribute1 "attr7478") ) +(myObject (attribute1 "attr7479") ) +(myObject (attribute1 "attr7480") ) +(myObject (attribute1 "attr7481") ) +(myObject (attribute1 "attr7482") ) +(myObject (attribute1 "attr7483") ) +(myObject (attribute1 "attr7484") ) +(myObject (attribute1 "attr7485") ) +(myObject (attribute1 "attr7486") ) +(myObject (attribute1 "attr7487") ) +(myObject (attribute1 "attr7488") ) +(myObject (attribute1 "attr7489") ) +(myObject (attribute1 "attr7490") ) +(myObject (attribute1 "attr7491") ) +(myObject (attribute1 "attr7492") ) +(myObject (attribute1 "attr7493") ) +(myObject (attribute1 "attr7494") ) +(myObject (attribute1 "attr7495") ) +(myObject (attribute1 "attr7496") ) +(myObject (attribute1 "attr7497") ) +(myObject (attribute1 "attr7498") ) +(myObject (attribute1 "attr7499") ) +(myObject (attribute1 "attr7500") ) +(myObject (attribute1 "attr7501") ) +(myObject (attribute1 "attr7502") ) +(myObject (attribute1 "attr7503") ) +(myObject (attribute1 "attr7504") ) +(myObject (attribute1 "attr7505") ) +(myObject (attribute1 "attr7506") ) +(myObject (attribute1 "attr7507") ) +(myObject (attribute1 "attr7508") ) +(myObject (attribute1 "attr7509") ) +(myObject (attribute1 "attr7510") ) +(myObject (attribute1 "attr7511") ) +(myObject (attribute1 "attr7512") ) +(myObject (attribute1 "attr7513") ) +(myObject (attribute1 "attr7514") ) +(myObject (attribute1 "attr7515") ) +(myObject (attribute1 "attr7516") ) +(myObject (attribute1 "attr7517") ) +(myObject (attribute1 "attr7518") ) +(myObject (attribute1 "attr7519") ) +(myObject (attribute1 "attr7520") ) +(myObject (attribute1 "attr7521") ) +(myObject (attribute1 "attr7522") ) +(myObject (attribute1 "attr7523") ) +(myObject (attribute1 "attr7524") ) +(myObject (attribute1 "attr7525") ) +(myObject (attribute1 "attr7526") ) +(myObject (attribute1 "attr7527") ) +(myObject (attribute1 "attr7528") ) +(myObject (attribute1 "attr7529") ) +(myObject (attribute1 "attr7530") ) +(myObject (attribute1 "attr7531") ) +(myObject (attribute1 "attr7532") ) +(myObject (attribute1 "attr7533") ) +(myObject (attribute1 "attr7534") ) +(myObject (attribute1 "attr7535") ) +(myObject (attribute1 "attr7536") ) +(myObject (attribute1 "attr7537") ) +(myObject (attribute1 "attr7538") ) +(myObject (attribute1 "attr7539") ) +(myObject (attribute1 "attr7540") ) +(myObject (attribute1 "attr7541") ) +(myObject (attribute1 "attr7542") ) +(myObject (attribute1 "attr7543") ) +(myObject (attribute1 "attr7544") ) +(myObject (attribute1 "attr7545") ) +(myObject (attribute1 "attr7546") ) +(myObject (attribute1 "attr7547") ) +(myObject (attribute1 "attr7548") ) +(myObject (attribute1 "attr7549") ) +(myObject (attribute1 "attr7550") ) +(myObject (attribute1 "attr7551") ) +(myObject (attribute1 "attr7552") ) +(myObject (attribute1 "attr7553") ) +(myObject (attribute1 "attr7554") ) +(myObject (attribute1 "attr7555") ) +(myObject (attribute1 "attr7556") ) +(myObject (attribute1 "attr7557") ) +(myObject (attribute1 "attr7558") ) +(myObject (attribute1 "attr7559") ) +(myObject (attribute1 "attr7560") ) +(myObject (attribute1 "attr7561") ) +(myObject (attribute1 "attr7562") ) +(myObject (attribute1 "attr7563") ) +(myObject (attribute1 "attr7564") ) +(myObject (attribute1 "attr7565") ) +(myObject (attribute1 "attr7566") ) +(myObject (attribute1 "attr7567") ) +(myObject (attribute1 "attr7568") ) +(myObject (attribute1 "attr7569") ) +(myObject (attribute1 "attr7570") ) +(myObject (attribute1 "attr7571") ) +(myObject (attribute1 "attr7572") ) +(myObject (attribute1 "attr7573") ) +(myObject (attribute1 "attr7574") ) +(myObject (attribute1 "attr7575") ) +(myObject (attribute1 "attr7576") ) +(myObject (attribute1 "attr7577") ) +(myObject (attribute1 "attr7578") ) +(myObject (attribute1 "attr7579") ) +(myObject (attribute1 "attr7580") ) +(myObject (attribute1 "attr7581") ) +(myObject (attribute1 "attr7582") ) +(myObject (attribute1 "attr7583") ) +(myObject (attribute1 "attr7584") ) +(myObject (attribute1 "attr7585") ) +(myObject (attribute1 "attr7586") ) +(myObject (attribute1 "attr7587") ) +(myObject (attribute1 "attr7588") ) +(myObject (attribute1 "attr7589") ) +(myObject (attribute1 "attr7590") ) +(myObject (attribute1 "attr7591") ) +(myObject (attribute1 "attr7592") ) +(myObject (attribute1 "attr7593") ) +(myObject (attribute1 "attr7594") ) +(myObject (attribute1 "attr7595") ) +(myObject (attribute1 "attr7596") ) +(myObject (attribute1 "attr7597") ) +(myObject (attribute1 "attr7598") ) +(myObject (attribute1 "attr7599") ) +(myObject (attribute1 "attr7600") ) +(myObject (attribute1 "attr7601") ) +(myObject (attribute1 "attr7602") ) +(myObject (attribute1 "attr7603") ) +(myObject (attribute1 "attr7604") ) +(myObject (attribute1 "attr7605") ) +(myObject (attribute1 "attr7606") ) +(myObject (attribute1 "attr7607") ) +(myObject (attribute1 "attr7608") ) +(myObject (attribute1 "attr7609") ) +(myObject (attribute1 "attr7610") ) +(myObject (attribute1 "attr7611") ) +(myObject (attribute1 "attr7612") ) +(myObject (attribute1 "attr7613") ) +(myObject (attribute1 "attr7614") ) +(myObject (attribute1 "attr7615") ) +(myObject (attribute1 "attr7616") ) +(myObject (attribute1 "attr7617") ) +(myObject (attribute1 "attr7618") ) +(myObject (attribute1 "attr7619") ) +(myObject (attribute1 "attr7620") ) +(myObject (attribute1 "attr7621") ) +(myObject (attribute1 "attr7622") ) +(myObject (attribute1 "attr7623") ) +(myObject (attribute1 "attr7624") ) +(myObject (attribute1 "attr7625") ) +(myObject (attribute1 "attr7626") ) +(myObject (attribute1 "attr7627") ) +(myObject (attribute1 "attr7628") ) +(myObject (attribute1 "attr7629") ) +(myObject (attribute1 "attr7630") ) +(myObject (attribute1 "attr7631") ) +(myObject (attribute1 "attr7632") ) +(myObject (attribute1 "attr7633") ) +(myObject (attribute1 "attr7634") ) +(myObject (attribute1 "attr7635") ) +(myObject (attribute1 "attr7636") ) +(myObject (attribute1 "attr7637") ) +(myObject (attribute1 "attr7638") ) +(myObject (attribute1 "attr7639") ) +(myObject (attribute1 "attr7640") ) +(myObject (attribute1 "attr7641") ) +(myObject (attribute1 "attr7642") ) +(myObject (attribute1 "attr7643") ) +(myObject (attribute1 "attr7644") ) +(myObject (attribute1 "attr7645") ) +(myObject (attribute1 "attr7646") ) +(myObject (attribute1 "attr7647") ) +(myObject (attribute1 "attr7648") ) +(myObject (attribute1 "attr7649") ) +(myObject (attribute1 "attr7650") ) +(myObject (attribute1 "attr7651") ) +(myObject (attribute1 "attr7652") ) +(myObject (attribute1 "attr7653") ) +(myObject (attribute1 "attr7654") ) +(myObject (attribute1 "attr7655") ) +(myObject (attribute1 "attr7656") ) +(myObject (attribute1 "attr7657") ) +(myObject (attribute1 "attr7658") ) +(myObject (attribute1 "attr7659") ) +(myObject (attribute1 "attr7660") ) +(myObject (attribute1 "attr7661") ) +(myObject (attribute1 "attr7662") ) +(myObject (attribute1 "attr7663") ) +(myObject (attribute1 "attr7664") ) +(myObject (attribute1 "attr7665") ) +(myObject (attribute1 "attr7666") ) +(myObject (attribute1 "attr7667") ) +(myObject (attribute1 "attr7668") ) +(myObject (attribute1 "attr7669") ) +(myObject (attribute1 "attr7670") ) +(myObject (attribute1 "attr7671") ) +(myObject (attribute1 "attr7672") ) +(myObject (attribute1 "attr7673") ) +(myObject (attribute1 "attr7674") ) +(myObject (attribute1 "attr7675") ) +(myObject (attribute1 "attr7676") ) +(myObject (attribute1 "attr7677") ) +(myObject (attribute1 "attr7678") ) +(myObject (attribute1 "attr7679") ) +(myObject (attribute1 "attr7680") ) +(myObject (attribute1 "attr7681") ) +(myObject (attribute1 "attr7682") ) +(myObject (attribute1 "attr7683") ) +(myObject (attribute1 "attr7684") ) +(myObject (attribute1 "attr7685") ) +(myObject (attribute1 "attr7686") ) +(myObject (attribute1 "attr7687") ) +(myObject (attribute1 "attr7688") ) +(myObject (attribute1 "attr7689") ) +(myObject (attribute1 "attr7690") ) +(myObject (attribute1 "attr7691") ) +(myObject (attribute1 "attr7692") ) +(myObject (attribute1 "attr7693") ) +(myObject (attribute1 "attr7694") ) +(myObject (attribute1 "attr7695") ) +(myObject (attribute1 "attr7696") ) +(myObject (attribute1 "attr7697") ) +(myObject (attribute1 "attr7698") ) +(myObject (attribute1 "attr7699") ) +(myObject (attribute1 "attr7700") ) +(myObject (attribute1 "attr7701") ) +(myObject (attribute1 "attr7702") ) +(myObject (attribute1 "attr7703") ) +(myObject (attribute1 "attr7704") ) +(myObject (attribute1 "attr7705") ) +(myObject (attribute1 "attr7706") ) +(myObject (attribute1 "attr7707") ) +(myObject (attribute1 "attr7708") ) +(myObject (attribute1 "attr7709") ) +(myObject (attribute1 "attr7710") ) +(myObject (attribute1 "attr7711") ) +(myObject (attribute1 "attr7712") ) +(myObject (attribute1 "attr7713") ) +(myObject (attribute1 "attr7714") ) +(myObject (attribute1 "attr7715") ) +(myObject (attribute1 "attr7716") ) +(myObject (attribute1 "attr7717") ) +(myObject (attribute1 "attr7718") ) +(myObject (attribute1 "attr7719") ) +(myObject (attribute1 "attr7720") ) +(myObject (attribute1 "attr7721") ) +(myObject (attribute1 "attr7722") ) +(myObject (attribute1 "attr7723") ) +(myObject (attribute1 "attr7724") ) +(myObject (attribute1 "attr7725") ) +(myObject (attribute1 "attr7726") ) +(myObject (attribute1 "attr7727") ) +(myObject (attribute1 "attr7728") ) +(myObject (attribute1 "attr7729") ) +(myObject (attribute1 "attr7730") ) +(myObject (attribute1 "attr7731") ) +(myObject (attribute1 "attr7732") ) +(myObject (attribute1 "attr7733") ) +(myObject (attribute1 "attr7734") ) +(myObject (attribute1 "attr7735") ) +(myObject (attribute1 "attr7736") ) +(myObject (attribute1 "attr7737") ) +(myObject (attribute1 "attr7738") ) +(myObject (attribute1 "attr7739") ) +(myObject (attribute1 "attr7740") ) +(myObject (attribute1 "attr7741") ) +(myObject (attribute1 "attr7742") ) +(myObject (attribute1 "attr7743") ) +(myObject (attribute1 "attr7744") ) +(myObject (attribute1 "attr7745") ) +(myObject (attribute1 "attr7746") ) +(myObject (attribute1 "attr7747") ) +(myObject (attribute1 "attr7748") ) +(myObject (attribute1 "attr7749") ) +(myObject (attribute1 "attr7750") ) +(myObject (attribute1 "attr7751") ) +(myObject (attribute1 "attr7752") ) +(myObject (attribute1 "attr7753") ) +(myObject (attribute1 "attr7754") ) +(myObject (attribute1 "attr7755") ) +(myObject (attribute1 "attr7756") ) +(myObject (attribute1 "attr7757") ) +(myObject (attribute1 "attr7758") ) +(myObject (attribute1 "attr7759") ) +(myObject (attribute1 "attr7760") ) +(myObject (attribute1 "attr7761") ) +(myObject (attribute1 "attr7762") ) +(myObject (attribute1 "attr7763") ) +(myObject (attribute1 "attr7764") ) +(myObject (attribute1 "attr7765") ) +(myObject (attribute1 "attr7766") ) +(myObject (attribute1 "attr7767") ) +(myObject (attribute1 "attr7768") ) +(myObject (attribute1 "attr7769") ) +(myObject (attribute1 "attr7770") ) +(myObject (attribute1 "attr7771") ) +(myObject (attribute1 "attr7772") ) +(myObject (attribute1 "attr7773") ) +(myObject (attribute1 "attr7774") ) +(myObject (attribute1 "attr7775") ) +(myObject (attribute1 "attr7776") ) +(myObject (attribute1 "attr7777") ) +(myObject (attribute1 "attr7778") ) +(myObject (attribute1 "attr7779") ) +(myObject (attribute1 "attr7780") ) +(myObject (attribute1 "attr7781") ) +(myObject (attribute1 "attr7782") ) +(myObject (attribute1 "attr7783") ) +(myObject (attribute1 "attr7784") ) +(myObject (attribute1 "attr7785") ) +(myObject (attribute1 "attr7786") ) +(myObject (attribute1 "attr7787") ) +(myObject (attribute1 "attr7788") ) +(myObject (attribute1 "attr7789") ) +(myObject (attribute1 "attr7790") ) +(myObject (attribute1 "attr7791") ) +(myObject (attribute1 "attr7792") ) +(myObject (attribute1 "attr7793") ) +(myObject (attribute1 "attr7794") ) +(myObject (attribute1 "attr7795") ) +(myObject (attribute1 "attr7796") ) +(myObject (attribute1 "attr7797") ) +(myObject (attribute1 "attr7798") ) +(myObject (attribute1 "attr7799") ) +(myObject (attribute1 "attr7800") ) +(myObject (attribute1 "attr7801") ) +(myObject (attribute1 "attr7802") ) +(myObject (attribute1 "attr7803") ) +(myObject (attribute1 "attr7804") ) +(myObject (attribute1 "attr7805") ) +(myObject (attribute1 "attr7806") ) +(myObject (attribute1 "attr7807") ) +(myObject (attribute1 "attr7808") ) +(myObject (attribute1 "attr7809") ) +(myObject (attribute1 "attr7810") ) +(myObject (attribute1 "attr7811") ) +(myObject (attribute1 "attr7812") ) +(myObject (attribute1 "attr7813") ) +(myObject (attribute1 "attr7814") ) +(myObject (attribute1 "attr7815") ) +(myObject (attribute1 "attr7816") ) +(myObject (attribute1 "attr7817") ) +(myObject (attribute1 "attr7818") ) +(myObject (attribute1 "attr7819") ) +(myObject (attribute1 "attr7820") ) +(myObject (attribute1 "attr7821") ) +(myObject (attribute1 "attr7822") ) +(myObject (attribute1 "attr7823") ) +(myObject (attribute1 "attr7824") ) +(myObject (attribute1 "attr7825") ) +(myObject (attribute1 "attr7826") ) +(myObject (attribute1 "attr7827") ) +(myObject (attribute1 "attr7828") ) +(myObject (attribute1 "attr7829") ) +(myObject (attribute1 "attr7830") ) +(myObject (attribute1 "attr7831") ) +(myObject (attribute1 "attr7832") ) +(myObject (attribute1 "attr7833") ) +(myObject (attribute1 "attr7834") ) +(myObject (attribute1 "attr7835") ) +(myObject (attribute1 "attr7836") ) +(myObject (attribute1 "attr7837") ) +(myObject (attribute1 "attr7838") ) +(myObject (attribute1 "attr7839") ) +(myObject (attribute1 "attr7840") ) +(myObject (attribute1 "attr7841") ) +(myObject (attribute1 "attr7842") ) +(myObject (attribute1 "attr7843") ) +(myObject (attribute1 "attr7844") ) +(myObject (attribute1 "attr7845") ) +(myObject (attribute1 "attr7846") ) +(myObject (attribute1 "attr7847") ) +(myObject (attribute1 "attr7848") ) +(myObject (attribute1 "attr7849") ) +(myObject (attribute1 "attr7850") ) +(myObject (attribute1 "attr7851") ) +(myObject (attribute1 "attr7852") ) +(myObject (attribute1 "attr7853") ) +(myObject (attribute1 "attr7854") ) +(myObject (attribute1 "attr7855") ) +(myObject (attribute1 "attr7856") ) +(myObject (attribute1 "attr7857") ) +(myObject (attribute1 "attr7858") ) +(myObject (attribute1 "attr7859") ) +(myObject (attribute1 "attr7860") ) +(myObject (attribute1 "attr7861") ) +(myObject (attribute1 "attr7862") ) +(myObject (attribute1 "attr7863") ) +(myObject (attribute1 "attr7864") ) +(myObject (attribute1 "attr7865") ) +(myObject (attribute1 "attr7866") ) +(myObject (attribute1 "attr7867") ) +(myObject (attribute1 "attr7868") ) +(myObject (attribute1 "attr7869") ) +(myObject (attribute1 "attr7870") ) +(myObject (attribute1 "attr7871") ) +(myObject (attribute1 "attr7872") ) +(myObject (attribute1 "attr7873") ) +(myObject (attribute1 "attr7874") ) +(myObject (attribute1 "attr7875") ) +(myObject (attribute1 "attr7876") ) +(myObject (attribute1 "attr7877") ) +(myObject (attribute1 "attr7878") ) +(myObject (attribute1 "attr7879") ) +(myObject (attribute1 "attr7880") ) +(myObject (attribute1 "attr7881") ) +(myObject (attribute1 "attr7882") ) +(myObject (attribute1 "attr7883") ) +(myObject (attribute1 "attr7884") ) +(myObject (attribute1 "attr7885") ) +(myObject (attribute1 "attr7886") ) +(myObject (attribute1 "attr7887") ) +(myObject (attribute1 "attr7888") ) +(myObject (attribute1 "attr7889") ) +(myObject (attribute1 "attr7890") ) +(myObject (attribute1 "attr7891") ) +(myObject (attribute1 "attr7892") ) +(myObject (attribute1 "attr7893") ) +(myObject (attribute1 "attr7894") ) +(myObject (attribute1 "attr7895") ) +(myObject (attribute1 "attr7896") ) +(myObject (attribute1 "attr7897") ) +(myObject (attribute1 "attr7898") ) +(myObject (attribute1 "attr7899") ) +(myObject (attribute1 "attr7900") ) +(myObject (attribute1 "attr7901") ) +(myObject (attribute1 "attr7902") ) +(myObject (attribute1 "attr7903") ) +(myObject (attribute1 "attr7904") ) +(myObject (attribute1 "attr7905") ) +(myObject (attribute1 "attr7906") ) +(myObject (attribute1 "attr7907") ) +(myObject (attribute1 "attr7908") ) +(myObject (attribute1 "attr7909") ) +(myObject (attribute1 "attr7910") ) +(myObject (attribute1 "attr7911") ) +(myObject (attribute1 "attr7912") ) +(myObject (attribute1 "attr7913") ) +(myObject (attribute1 "attr7914") ) +(myObject (attribute1 "attr7915") ) +(myObject (attribute1 "attr7916") ) +(myObject (attribute1 "attr7917") ) +(myObject (attribute1 "attr7918") ) +(myObject (attribute1 "attr7919") ) +(myObject (attribute1 "attr7920") ) +(myObject (attribute1 "attr7921") ) +(myObject (attribute1 "attr7922") ) +(myObject (attribute1 "attr7923") ) +(myObject (attribute1 "attr7924") ) +(myObject (attribute1 "attr7925") ) +(myObject (attribute1 "attr7926") ) +(myObject (attribute1 "attr7927") ) +(myObject (attribute1 "attr7928") ) +(myObject (attribute1 "attr7929") ) +(myObject (attribute1 "attr7930") ) +(myObject (attribute1 "attr7931") ) +(myObject (attribute1 "attr7932") ) +(myObject (attribute1 "attr7933") ) +(myObject (attribute1 "attr7934") ) +(myObject (attribute1 "attr7935") ) +(myObject (attribute1 "attr7936") ) +(myObject (attribute1 "attr7937") ) +(myObject (attribute1 "attr7938") ) +(myObject (attribute1 "attr7939") ) +(myObject (attribute1 "attr7940") ) +(myObject (attribute1 "attr7941") ) +(myObject (attribute1 "attr7942") ) +(myObject (attribute1 "attr7943") ) +(myObject (attribute1 "attr7944") ) +(myObject (attribute1 "attr7945") ) +(myObject (attribute1 "attr7946") ) +(myObject (attribute1 "attr7947") ) +(myObject (attribute1 "attr7948") ) +(myObject (attribute1 "attr7949") ) +(myObject (attribute1 "attr7950") ) +(myObject (attribute1 "attr7951") ) +(myObject (attribute1 "attr7952") ) +(myObject (attribute1 "attr7953") ) +(myObject (attribute1 "attr7954") ) +(myObject (attribute1 "attr7955") ) +(myObject (attribute1 "attr7956") ) +(myObject (attribute1 "attr7957") ) +(myObject (attribute1 "attr7958") ) +(myObject (attribute1 "attr7959") ) +(myObject (attribute1 "attr7960") ) +(myObject (attribute1 "attr7961") ) +(myObject (attribute1 "attr7962") ) +(myObject (attribute1 "attr7963") ) +(myObject (attribute1 "attr7964") ) +(myObject (attribute1 "attr7965") ) +(myObject (attribute1 "attr7966") ) +(myObject (attribute1 "attr7967") ) +(myObject (attribute1 "attr7968") ) +(myObject (attribute1 "attr7969") ) +(myObject (attribute1 "attr7970") ) +(myObject (attribute1 "attr7971") ) +(myObject (attribute1 "attr7972") ) +(myObject (attribute1 "attr7973") ) +(myObject (attribute1 "attr7974") ) +(myObject (attribute1 "attr7975") ) +(myObject (attribute1 "attr7976") ) +(myObject (attribute1 "attr7977") ) +(myObject (attribute1 "attr7978") ) +(myObject (attribute1 "attr7979") ) +(myObject (attribute1 "attr7980") ) +(myObject (attribute1 "attr7981") ) +(myObject (attribute1 "attr7982") ) +(myObject (attribute1 "attr7983") ) +(myObject (attribute1 "attr7984") ) +(myObject (attribute1 "attr7985") ) +(myObject (attribute1 "attr7986") ) +(myObject (attribute1 "attr7987") ) +(myObject (attribute1 "attr7988") ) +(myObject (attribute1 "attr7989") ) +(myObject (attribute1 "attr7990") ) +(myObject (attribute1 "attr7991") ) +(myObject (attribute1 "attr7992") ) +(myObject (attribute1 "attr7993") ) +(myObject (attribute1 "attr7994") ) +(myObject (attribute1 "attr7995") ) +(myObject (attribute1 "attr7996") ) +(myObject (attribute1 "attr7997") ) +(myObject (attribute1 "attr7998") ) +(myObject (attribute1 "attr7999") ) +(myObject (attribute1 "attr8000") ) +(myObject (attribute1 "attr8001") ) +(myObject (attribute1 "attr8002") ) +(myObject (attribute1 "attr8003") ) +(myObject (attribute1 "attr8004") ) +(myObject (attribute1 "attr8005") ) +(myObject (attribute1 "attr8006") ) +(myObject (attribute1 "attr8007") ) +(myObject (attribute1 "attr8008") ) +(myObject (attribute1 "attr8009") ) +(myObject (attribute1 "attr8010") ) +(myObject (attribute1 "attr8011") ) +(myObject (attribute1 "attr8012") ) +(myObject (attribute1 "attr8013") ) +(myObject (attribute1 "attr8014") ) +(myObject (attribute1 "attr8015") ) +(myObject (attribute1 "attr8016") ) +(myObject (attribute1 "attr8017") ) +(myObject (attribute1 "attr8018") ) +(myObject (attribute1 "attr8019") ) +(myObject (attribute1 "attr8020") ) +(myObject (attribute1 "attr8021") ) +(myObject (attribute1 "attr8022") ) +(myObject (attribute1 "attr8023") ) +(myObject (attribute1 "attr8024") ) +(myObject (attribute1 "attr8025") ) +(myObject (attribute1 "attr8026") ) +(myObject (attribute1 "attr8027") ) +(myObject (attribute1 "attr8028") ) +(myObject (attribute1 "attr8029") ) +(myObject (attribute1 "attr8030") ) +(myObject (attribute1 "attr8031") ) +(myObject (attribute1 "attr8032") ) +(myObject (attribute1 "attr8033") ) +(myObject (attribute1 "attr8034") ) +(myObject (attribute1 "attr8035") ) +(myObject (attribute1 "attr8036") ) +(myObject (attribute1 "attr8037") ) +(myObject (attribute1 "attr8038") ) +(myObject (attribute1 "attr8039") ) +(myObject (attribute1 "attr8040") ) +(myObject (attribute1 "attr8041") ) +(myObject (attribute1 "attr8042") ) +(myObject (attribute1 "attr8043") ) +(myObject (attribute1 "attr8044") ) +(myObject (attribute1 "attr8045") ) +(myObject (attribute1 "attr8046") ) +(myObject (attribute1 "attr8047") ) +(myObject (attribute1 "attr8048") ) +(myObject (attribute1 "attr8049") ) +(myObject (attribute1 "attr8050") ) +(myObject (attribute1 "attr8051") ) +(myObject (attribute1 "attr8052") ) +(myObject (attribute1 "attr8053") ) +(myObject (attribute1 "attr8054") ) +(myObject (attribute1 "attr8055") ) +(myObject (attribute1 "attr8056") ) +(myObject (attribute1 "attr8057") ) +(myObject (attribute1 "attr8058") ) +(myObject (attribute1 "attr8059") ) +(myObject (attribute1 "attr8060") ) +(myObject (attribute1 "attr8061") ) +(myObject (attribute1 "attr8062") ) +(myObject (attribute1 "attr8063") ) +(myObject (attribute1 "attr8064") ) +(myObject (attribute1 "attr8065") ) +(myObject (attribute1 "attr8066") ) +(myObject (attribute1 "attr8067") ) +(myObject (attribute1 "attr8068") ) +(myObject (attribute1 "attr8069") ) +(myObject (attribute1 "attr8070") ) +(myObject (attribute1 "attr8071") ) +(myObject (attribute1 "attr8072") ) +(myObject (attribute1 "attr8073") ) +(myObject (attribute1 "attr8074") ) +(myObject (attribute1 "attr8075") ) +(myObject (attribute1 "attr8076") ) +(myObject (attribute1 "attr8077") ) +(myObject (attribute1 "attr8078") ) +(myObject (attribute1 "attr8079") ) +(myObject (attribute1 "attr8080") ) +(myObject (attribute1 "attr8081") ) +(myObject (attribute1 "attr8082") ) +(myObject (attribute1 "attr8083") ) +(myObject (attribute1 "attr8084") ) +(myObject (attribute1 "attr8085") ) +(myObject (attribute1 "attr8086") ) +(myObject (attribute1 "attr8087") ) +(myObject (attribute1 "attr8088") ) +(myObject (attribute1 "attr8089") ) +(myObject (attribute1 "attr8090") ) +(myObject (attribute1 "attr8091") ) +(myObject (attribute1 "attr8092") ) +(myObject (attribute1 "attr8093") ) +(myObject (attribute1 "attr8094") ) +(myObject (attribute1 "attr8095") ) +(myObject (attribute1 "attr8096") ) +(myObject (attribute1 "attr8097") ) +(myObject (attribute1 "attr8098") ) +(myObject (attribute1 "attr8099") ) +(myObject (attribute1 "attr8100") ) +(myObject (attribute1 "attr8101") ) +(myObject (attribute1 "attr8102") ) +(myObject (attribute1 "attr8103") ) +(myObject (attribute1 "attr8104") ) +(myObject (attribute1 "attr8105") ) +(myObject (attribute1 "attr8106") ) +(myObject (attribute1 "attr8107") ) +(myObject (attribute1 "attr8108") ) +(myObject (attribute1 "attr8109") ) +(myObject (attribute1 "attr8110") ) +(myObject (attribute1 "attr8111") ) +(myObject (attribute1 "attr8112") ) +(myObject (attribute1 "attr8113") ) +(myObject (attribute1 "attr8114") ) +(myObject (attribute1 "attr8115") ) +(myObject (attribute1 "attr8116") ) +(myObject (attribute1 "attr8117") ) +(myObject (attribute1 "attr8118") ) +(myObject (attribute1 "attr8119") ) +(myObject (attribute1 "attr8120") ) +(myObject (attribute1 "attr8121") ) +(myObject (attribute1 "attr8122") ) +(myObject (attribute1 "attr8123") ) +(myObject (attribute1 "attr8124") ) +(myObject (attribute1 "attr8125") ) +(myObject (attribute1 "attr8126") ) +(myObject (attribute1 "attr8127") ) +(myObject (attribute1 "attr8128") ) +(myObject (attribute1 "attr8129") ) +(myObject (attribute1 "attr8130") ) +(myObject (attribute1 "attr8131") ) +(myObject (attribute1 "attr8132") ) +(myObject (attribute1 "attr8133") ) +(myObject (attribute1 "attr8134") ) +(myObject (attribute1 "attr8135") ) +(myObject (attribute1 "attr8136") ) +(myObject (attribute1 "attr8137") ) +(myObject (attribute1 "attr8138") ) +(myObject (attribute1 "attr8139") ) +(myObject (attribute1 "attr8140") ) +(myObject (attribute1 "attr8141") ) +(myObject (attribute1 "attr8142") ) +(myObject (attribute1 "attr8143") ) +(myObject (attribute1 "attr8144") ) +(myObject (attribute1 "attr8145") ) +(myObject (attribute1 "attr8146") ) +(myObject (attribute1 "attr8147") ) +(myObject (attribute1 "attr8148") ) +(myObject (attribute1 "attr8149") ) +(myObject (attribute1 "attr8150") ) +(myObject (attribute1 "attr8151") ) +(myObject (attribute1 "attr8152") ) +(myObject (attribute1 "attr8153") ) +(myObject (attribute1 "attr8154") ) +(myObject (attribute1 "attr8155") ) +(myObject (attribute1 "attr8156") ) +(myObject (attribute1 "attr8157") ) +(myObject (attribute1 "attr8158") ) +(myObject (attribute1 "attr8159") ) +(myObject (attribute1 "attr8160") ) +(myObject (attribute1 "attr8161") ) +(myObject (attribute1 "attr8162") ) +(myObject (attribute1 "attr8163") ) +(myObject (attribute1 "attr8164") ) +(myObject (attribute1 "attr8165") ) +(myObject (attribute1 "attr8166") ) +(myObject (attribute1 "attr8167") ) +(myObject (attribute1 "attr8168") ) +(myObject (attribute1 "attr8169") ) +(myObject (attribute1 "attr8170") ) +(myObject (attribute1 "attr8171") ) +(myObject (attribute1 "attr8172") ) +(myObject (attribute1 "attr8173") ) +(myObject (attribute1 "attr8174") ) +(myObject (attribute1 "attr8175") ) +(myObject (attribute1 "attr8176") ) +(myObject (attribute1 "attr8177") ) +(myObject (attribute1 "attr8178") ) +(myObject (attribute1 "attr8179") ) +(myObject (attribute1 "attr8180") ) +(myObject (attribute1 "attr8181") ) +(myObject (attribute1 "attr8182") ) +(myObject (attribute1 "attr8183") ) +(myObject (attribute1 "attr8184") ) +(myObject (attribute1 "attr8185") ) +(myObject (attribute1 "attr8186") ) +(myObject (attribute1 "attr8187") ) +(myObject (attribute1 "attr8188") ) +(myObject (attribute1 "attr8189") ) +(myObject (attribute1 "attr8190") ) +(myObject (attribute1 "attr8191") ) +(myObject (attribute1 "attr8192") ) +(myObject (attribute1 "attr8193") ) +(myObject (attribute1 "attr8194") ) +(myObject (attribute1 "attr8195") ) +(myObject (attribute1 "attr8196") ) +(myObject (attribute1 "attr8197") ) +(myObject (attribute1 "attr8198") ) +(myObject (attribute1 "attr8199") ) +(myObject (attribute1 "attr8200") ) +(myObject (attribute1 "attr8201") ) +(myObject (attribute1 "attr8202") ) +(myObject (attribute1 "attr8203") ) +(myObject (attribute1 "attr8204") ) +(myObject (attribute1 "attr8205") ) +(myObject (attribute1 "attr8206") ) +(myObject (attribute1 "attr8207") ) +(myObject (attribute1 "attr8208") ) +(myObject (attribute1 "attr8209") ) +(myObject (attribute1 "attr8210") ) +(myObject (attribute1 "attr8211") ) +(myObject (attribute1 "attr8212") ) +(myObject (attribute1 "attr8213") ) +(myObject (attribute1 "attr8214") ) +(myObject (attribute1 "attr8215") ) +(myObject (attribute1 "attr8216") ) +(myObject (attribute1 "attr8217") ) +(myObject (attribute1 "attr8218") ) +(myObject (attribute1 "attr8219") ) +(myObject (attribute1 "attr8220") ) +(myObject (attribute1 "attr8221") ) +(myObject (attribute1 "attr8222") ) +(myObject (attribute1 "attr8223") ) +(myObject (attribute1 "attr8224") ) +(myObject (attribute1 "attr8225") ) +(myObject (attribute1 "attr8226") ) +(myObject (attribute1 "attr8227") ) +(myObject (attribute1 "attr8228") ) +(myObject (attribute1 "attr8229") ) +(myObject (attribute1 "attr8230") ) +(myObject (attribute1 "attr8231") ) +(myObject (attribute1 "attr8232") ) +(myObject (attribute1 "attr8233") ) +(myObject (attribute1 "attr8234") ) +(myObject (attribute1 "attr8235") ) +(myObject (attribute1 "attr8236") ) +(myObject (attribute1 "attr8237") ) +(myObject (attribute1 "attr8238") ) +(myObject (attribute1 "attr8239") ) +(myObject (attribute1 "attr8240") ) +(myObject (attribute1 "attr8241") ) +(myObject (attribute1 "attr8242") ) +(myObject (attribute1 "attr8243") ) +(myObject (attribute1 "attr8244") ) +(myObject (attribute1 "attr8245") ) +(myObject (attribute1 "attr8246") ) +(myObject (attribute1 "attr8247") ) +(myObject (attribute1 "attr8248") ) +(myObject (attribute1 "attr8249") ) +(myObject (attribute1 "attr8250") ) +(myObject (attribute1 "attr8251") ) +(myObject (attribute1 "attr8252") ) +(myObject (attribute1 "attr8253") ) +(myObject (attribute1 "attr8254") ) +(myObject (attribute1 "attr8255") ) +(myObject (attribute1 "attr8256") ) +(myObject (attribute1 "attr8257") ) +(myObject (attribute1 "attr8258") ) +(myObject (attribute1 "attr8259") ) +(myObject (attribute1 "attr8260") ) +(myObject (attribute1 "attr8261") ) +(myObject (attribute1 "attr8262") ) +(myObject (attribute1 "attr8263") ) +(myObject (attribute1 "attr8264") ) +(myObject (attribute1 "attr8265") ) +(myObject (attribute1 "attr8266") ) +(myObject (attribute1 "attr8267") ) +(myObject (attribute1 "attr8268") ) +(myObject (attribute1 "attr8269") ) +(myObject (attribute1 "attr8270") ) +(myObject (attribute1 "attr8271") ) +(myObject (attribute1 "attr8272") ) +(myObject (attribute1 "attr8273") ) +(myObject (attribute1 "attr8274") ) +(myObject (attribute1 "attr8275") ) +(myObject (attribute1 "attr8276") ) +(myObject (attribute1 "attr8277") ) +(myObject (attribute1 "attr8278") ) +(myObject (attribute1 "attr8279") ) +(myObject (attribute1 "attr8280") ) +(myObject (attribute1 "attr8281") ) +(myObject (attribute1 "attr8282") ) +(myObject (attribute1 "attr8283") ) +(myObject (attribute1 "attr8284") ) +(myObject (attribute1 "attr8285") ) +(myObject (attribute1 "attr8286") ) +(myObject (attribute1 "attr8287") ) +(myObject (attribute1 "attr8288") ) +(myObject (attribute1 "attr8289") ) +(myObject (attribute1 "attr8290") ) +(myObject (attribute1 "attr8291") ) +(myObject (attribute1 "attr8292") ) +(myObject (attribute1 "attr8293") ) +(myObject (attribute1 "attr8294") ) +(myObject (attribute1 "attr8295") ) +(myObject (attribute1 "attr8296") ) +(myObject (attribute1 "attr8297") ) +(myObject (attribute1 "attr8298") ) +(myObject (attribute1 "attr8299") ) +(myObject (attribute1 "attr8300") ) +(myObject (attribute1 "attr8301") ) +(myObject (attribute1 "attr8302") ) +(myObject (attribute1 "attr8303") ) +(myObject (attribute1 "attr8304") ) +(myObject (attribute1 "attr8305") ) +(myObject (attribute1 "attr8306") ) +(myObject (attribute1 "attr8307") ) +(myObject (attribute1 "attr8308") ) +(myObject (attribute1 "attr8309") ) +(myObject (attribute1 "attr8310") ) +(myObject (attribute1 "attr8311") ) +(myObject (attribute1 "attr8312") ) +(myObject (attribute1 "attr8313") ) +(myObject (attribute1 "attr8314") ) +(myObject (attribute1 "attr8315") ) +(myObject (attribute1 "attr8316") ) +(myObject (attribute1 "attr8317") ) +(myObject (attribute1 "attr8318") ) +(myObject (attribute1 "attr8319") ) +(myObject (attribute1 "attr8320") ) +(myObject (attribute1 "attr8321") ) +(myObject (attribute1 "attr8322") ) +(myObject (attribute1 "attr8323") ) +(myObject (attribute1 "attr8324") ) +(myObject (attribute1 "attr8325") ) +(myObject (attribute1 "attr8326") ) +(myObject (attribute1 "attr8327") ) +(myObject (attribute1 "attr8328") ) +(myObject (attribute1 "attr8329") ) +(myObject (attribute1 "attr8330") ) +(myObject (attribute1 "attr8331") ) +(myObject (attribute1 "attr8332") ) +(myObject (attribute1 "attr8333") ) +(myObject (attribute1 "attr8334") ) +(myObject (attribute1 "attr8335") ) +(myObject (attribute1 "attr8336") ) +(myObject (attribute1 "attr8337") ) +(myObject (attribute1 "attr8338") ) +(myObject (attribute1 "attr8339") ) +(myObject (attribute1 "attr8340") ) +(myObject (attribute1 "attr8341") ) +(myObject (attribute1 "attr8342") ) +(myObject (attribute1 "attr8343") ) +(myObject (attribute1 "attr8344") ) +(myObject (attribute1 "attr8345") ) +(myObject (attribute1 "attr8346") ) +(myObject (attribute1 "attr8347") ) +(myObject (attribute1 "attr8348") ) +(myObject (attribute1 "attr8349") ) +(myObject (attribute1 "attr8350") ) +(myObject (attribute1 "attr8351") ) +(myObject (attribute1 "attr8352") ) +(myObject (attribute1 "attr8353") ) +(myObject (attribute1 "attr8354") ) +(myObject (attribute1 "attr8355") ) +(myObject (attribute1 "attr8356") ) +(myObject (attribute1 "attr8357") ) +(myObject (attribute1 "attr8358") ) +(myObject (attribute1 "attr8359") ) +(myObject (attribute1 "attr8360") ) +(myObject (attribute1 "attr8361") ) +(myObject (attribute1 "attr8362") ) +(myObject (attribute1 "attr8363") ) +(myObject (attribute1 "attr8364") ) +(myObject (attribute1 "attr8365") ) +(myObject (attribute1 "attr8366") ) +(myObject (attribute1 "attr8367") ) +(myObject (attribute1 "attr8368") ) +(myObject (attribute1 "attr8369") ) +(myObject (attribute1 "attr8370") ) +(myObject (attribute1 "attr8371") ) +(myObject (attribute1 "attr8372") ) +(myObject (attribute1 "attr8373") ) +(myObject (attribute1 "attr8374") ) +(myObject (attribute1 "attr8375") ) +(myObject (attribute1 "attr8376") ) +(myObject (attribute1 "attr8377") ) +(myObject (attribute1 "attr8378") ) +(myObject (attribute1 "attr8379") ) +(myObject (attribute1 "attr8380") ) +(myObject (attribute1 "attr8381") ) +(myObject (attribute1 "attr8382") ) +(myObject (attribute1 "attr8383") ) +(myObject (attribute1 "attr8384") ) +(myObject (attribute1 "attr8385") ) +(myObject (attribute1 "attr8386") ) +(myObject (attribute1 "attr8387") ) +(myObject (attribute1 "attr8388") ) +(myObject (attribute1 "attr8389") ) +(myObject (attribute1 "attr8390") ) +(myObject (attribute1 "attr8391") ) +(myObject (attribute1 "attr8392") ) +(myObject (attribute1 "attr8393") ) +(myObject (attribute1 "attr8394") ) +(myObject (attribute1 "attr8395") ) +(myObject (attribute1 "attr8396") ) +(myObject (attribute1 "attr8397") ) +(myObject (attribute1 "attr8398") ) +(myObject (attribute1 "attr8399") ) +(myObject (attribute1 "attr8400") ) +(myObject (attribute1 "attr8401") ) +(myObject (attribute1 "attr8402") ) +(myObject (attribute1 "attr8403") ) +(myObject (attribute1 "attr8404") ) +(myObject (attribute1 "attr8405") ) +(myObject (attribute1 "attr8406") ) +(myObject (attribute1 "attr8407") ) +(myObject (attribute1 "attr8408") ) +(myObject (attribute1 "attr8409") ) +(myObject (attribute1 "attr8410") ) +(myObject (attribute1 "attr8411") ) +(myObject (attribute1 "attr8412") ) +(myObject (attribute1 "attr8413") ) +(myObject (attribute1 "attr8414") ) +(myObject (attribute1 "attr8415") ) +(myObject (attribute1 "attr8416") ) +(myObject (attribute1 "attr8417") ) +(myObject (attribute1 "attr8418") ) +(myObject (attribute1 "attr8419") ) +(myObject (attribute1 "attr8420") ) +(myObject (attribute1 "attr8421") ) +(myObject (attribute1 "attr8422") ) +(myObject (attribute1 "attr8423") ) +(myObject (attribute1 "attr8424") ) +(myObject (attribute1 "attr8425") ) +(myObject (attribute1 "attr8426") ) +(myObject (attribute1 "attr8427") ) +(myObject (attribute1 "attr8428") ) +(myObject (attribute1 "attr8429") ) +(myObject (attribute1 "attr8430") ) +(myObject (attribute1 "attr8431") ) +(myObject (attribute1 "attr8432") ) +(myObject (attribute1 "attr8433") ) +(myObject (attribute1 "attr8434") ) +(myObject (attribute1 "attr8435") ) +(myObject (attribute1 "attr8436") ) +(myObject (attribute1 "attr8437") ) +(myObject (attribute1 "attr8438") ) +(myObject (attribute1 "attr8439") ) +(myObject (attribute1 "attr8440") ) +(myObject (attribute1 "attr8441") ) +(myObject (attribute1 "attr8442") ) +(myObject (attribute1 "attr8443") ) +(myObject (attribute1 "attr8444") ) +(myObject (attribute1 "attr8445") ) +(myObject (attribute1 "attr8446") ) +(myObject (attribute1 "attr8447") ) +(myObject (attribute1 "attr8448") ) +(myObject (attribute1 "attr8449") ) +(myObject (attribute1 "attr8450") ) +(myObject (attribute1 "attr8451") ) +(myObject (attribute1 "attr8452") ) +(myObject (attribute1 "attr8453") ) +(myObject (attribute1 "attr8454") ) +(myObject (attribute1 "attr8455") ) +(myObject (attribute1 "attr8456") ) +(myObject (attribute1 "attr8457") ) +(myObject (attribute1 "attr8458") ) +(myObject (attribute1 "attr8459") ) +(myObject (attribute1 "attr8460") ) +(myObject (attribute1 "attr8461") ) +(myObject (attribute1 "attr8462") ) +(myObject (attribute1 "attr8463") ) +(myObject (attribute1 "attr8464") ) +(myObject (attribute1 "attr8465") ) +(myObject (attribute1 "attr8466") ) +(myObject (attribute1 "attr8467") ) +(myObject (attribute1 "attr8468") ) +(myObject (attribute1 "attr8469") ) +(myObject (attribute1 "attr8470") ) +(myObject (attribute1 "attr8471") ) +(myObject (attribute1 "attr8472") ) +(myObject (attribute1 "attr8473") ) +(myObject (attribute1 "attr8474") ) +(myObject (attribute1 "attr8475") ) +(myObject (attribute1 "attr8476") ) +(myObject (attribute1 "attr8477") ) +(myObject (attribute1 "attr8478") ) +(myObject (attribute1 "attr8479") ) +(myObject (attribute1 "attr8480") ) +(myObject (attribute1 "attr8481") ) +(myObject (attribute1 "attr8482") ) +(myObject (attribute1 "attr8483") ) +(myObject (attribute1 "attr8484") ) +(myObject (attribute1 "attr8485") ) +(myObject (attribute1 "attr8486") ) +(myObject (attribute1 "attr8487") ) +(myObject (attribute1 "attr8488") ) +(myObject (attribute1 "attr8489") ) +(myObject (attribute1 "attr8490") ) +(myObject (attribute1 "attr8491") ) +(myObject (attribute1 "attr8492") ) +(myObject (attribute1 "attr8493") ) +(myObject (attribute1 "attr8494") ) +(myObject (attribute1 "attr8495") ) +(myObject (attribute1 "attr8496") ) +(myObject (attribute1 "attr8497") ) +(myObject (attribute1 "attr8498") ) +(myObject (attribute1 "attr8499") ) +(myObject (attribute1 "attr8500") ) +(myObject (attribute1 "attr8501") ) +(myObject (attribute1 "attr8502") ) +(myObject (attribute1 "attr8503") ) +(myObject (attribute1 "attr8504") ) +(myObject (attribute1 "attr8505") ) +(myObject (attribute1 "attr8506") ) +(myObject (attribute1 "attr8507") ) +(myObject (attribute1 "attr8508") ) +(myObject (attribute1 "attr8509") ) +(myObject (attribute1 "attr8510") ) +(myObject (attribute1 "attr8511") ) +(myObject (attribute1 "attr8512") ) +(myObject (attribute1 "attr8513") ) +(myObject (attribute1 "attr8514") ) +(myObject (attribute1 "attr8515") ) +(myObject (attribute1 "attr8516") ) +(myObject (attribute1 "attr8517") ) +(myObject (attribute1 "attr8518") ) +(myObject (attribute1 "attr8519") ) +(myObject (attribute1 "attr8520") ) +(myObject (attribute1 "attr8521") ) +(myObject (attribute1 "attr8522") ) +(myObject (attribute1 "attr8523") ) +(myObject (attribute1 "attr8524") ) +(myObject (attribute1 "attr8525") ) +(myObject (attribute1 "attr8526") ) +(myObject (attribute1 "attr8527") ) +(myObject (attribute1 "attr8528") ) +(myObject (attribute1 "attr8529") ) +(myObject (attribute1 "attr8530") ) +(myObject (attribute1 "attr8531") ) +(myObject (attribute1 "attr8532") ) +(myObject (attribute1 "attr8533") ) +(myObject (attribute1 "attr8534") ) +(myObject (attribute1 "attr8535") ) +(myObject (attribute1 "attr8536") ) +(myObject (attribute1 "attr8537") ) +(myObject (attribute1 "attr8538") ) +(myObject (attribute1 "attr8539") ) +(myObject (attribute1 "attr8540") ) +(myObject (attribute1 "attr8541") ) +(myObject (attribute1 "attr8542") ) +(myObject (attribute1 "attr8543") ) +(myObject (attribute1 "attr8544") ) +(myObject (attribute1 "attr8545") ) +(myObject (attribute1 "attr8546") ) +(myObject (attribute1 "attr8547") ) +(myObject (attribute1 "attr8548") ) +(myObject (attribute1 "attr8549") ) +(myObject (attribute1 "attr8550") ) +(myObject (attribute1 "attr8551") ) +(myObject (attribute1 "attr8552") ) +(myObject (attribute1 "attr8553") ) +(myObject (attribute1 "attr8554") ) +(myObject (attribute1 "attr8555") ) +(myObject (attribute1 "attr8556") ) +(myObject (attribute1 "attr8557") ) +(myObject (attribute1 "attr8558") ) +(myObject (attribute1 "attr8559") ) +(myObject (attribute1 "attr8560") ) +(myObject (attribute1 "attr8561") ) +(myObject (attribute1 "attr8562") ) +(myObject (attribute1 "attr8563") ) +(myObject (attribute1 "attr8564") ) +(myObject (attribute1 "attr8565") ) +(myObject (attribute1 "attr8566") ) +(myObject (attribute1 "attr8567") ) +(myObject (attribute1 "attr8568") ) +(myObject (attribute1 "attr8569") ) +(myObject (attribute1 "attr8570") ) +(myObject (attribute1 "attr8571") ) +(myObject (attribute1 "attr8572") ) +(myObject (attribute1 "attr8573") ) +(myObject (attribute1 "attr8574") ) +(myObject (attribute1 "attr8575") ) +(myObject (attribute1 "attr8576") ) +(myObject (attribute1 "attr8577") ) +(myObject (attribute1 "attr8578") ) +(myObject (attribute1 "attr8579") ) +(myObject (attribute1 "attr8580") ) +(myObject (attribute1 "attr8581") ) +(myObject (attribute1 "attr8582") ) +(myObject (attribute1 "attr8583") ) +(myObject (attribute1 "attr8584") ) +(myObject (attribute1 "attr8585") ) +(myObject (attribute1 "attr8586") ) +(myObject (attribute1 "attr8587") ) +(myObject (attribute1 "attr8588") ) +(myObject (attribute1 "attr8589") ) +(myObject (attribute1 "attr8590") ) +(myObject (attribute1 "attr8591") ) +(myObject (attribute1 "attr8592") ) +(myObject (attribute1 "attr8593") ) +(myObject (attribute1 "attr8594") ) +(myObject (attribute1 "attr8595") ) +(myObject (attribute1 "attr8596") ) +(myObject (attribute1 "attr8597") ) +(myObject (attribute1 "attr8598") ) +(myObject (attribute1 "attr8599") ) +(myObject (attribute1 "attr8600") ) +(myObject (attribute1 "attr8601") ) +(myObject (attribute1 "attr8602") ) +(myObject (attribute1 "attr8603") ) +(myObject (attribute1 "attr8604") ) +(myObject (attribute1 "attr8605") ) +(myObject (attribute1 "attr8606") ) +(myObject (attribute1 "attr8607") ) +(myObject (attribute1 "attr8608") ) +(myObject (attribute1 "attr8609") ) +(myObject (attribute1 "attr8610") ) +(myObject (attribute1 "attr8611") ) +(myObject (attribute1 "attr8612") ) +(myObject (attribute1 "attr8613") ) +(myObject (attribute1 "attr8614") ) +(myObject (attribute1 "attr8615") ) +(myObject (attribute1 "attr8616") ) +(myObject (attribute1 "attr8617") ) +(myObject (attribute1 "attr8618") ) +(myObject (attribute1 "attr8619") ) +(myObject (attribute1 "attr8620") ) +(myObject (attribute1 "attr8621") ) +(myObject (attribute1 "attr8622") ) +(myObject (attribute1 "attr8623") ) +(myObject (attribute1 "attr8624") ) +(myObject (attribute1 "attr8625") ) +(myObject (attribute1 "attr8626") ) +(myObject (attribute1 "attr8627") ) +(myObject (attribute1 "attr8628") ) +(myObject (attribute1 "attr8629") ) +(myObject (attribute1 "attr8630") ) +(myObject (attribute1 "attr8631") ) +(myObject (attribute1 "attr8632") ) +(myObject (attribute1 "attr8633") ) +(myObject (attribute1 "attr8634") ) +(myObject (attribute1 "attr8635") ) +(myObject (attribute1 "attr8636") ) +(myObject (attribute1 "attr8637") ) +(myObject (attribute1 "attr8638") ) +(myObject (attribute1 "attr8639") ) +(myObject (attribute1 "attr8640") ) +(myObject (attribute1 "attr8641") ) +(myObject (attribute1 "attr8642") ) +(myObject (attribute1 "attr8643") ) +(myObject (attribute1 "attr8644") ) +(myObject (attribute1 "attr8645") ) +(myObject (attribute1 "attr8646") ) +(myObject (attribute1 "attr8647") ) +(myObject (attribute1 "attr8648") ) +(myObject (attribute1 "attr8649") ) +(myObject (attribute1 "attr8650") ) +(myObject (attribute1 "attr8651") ) +(myObject (attribute1 "attr8652") ) +(myObject (attribute1 "attr8653") ) +(myObject (attribute1 "attr8654") ) +(myObject (attribute1 "attr8655") ) +(myObject (attribute1 "attr8656") ) +(myObject (attribute1 "attr8657") ) +(myObject (attribute1 "attr8658") ) +(myObject (attribute1 "attr8659") ) +(myObject (attribute1 "attr8660") ) +(myObject (attribute1 "attr8661") ) +(myObject (attribute1 "attr8662") ) +(myObject (attribute1 "attr8663") ) +(myObject (attribute1 "attr8664") ) +(myObject (attribute1 "attr8665") ) +(myObject (attribute1 "attr8666") ) +(myObject (attribute1 "attr8667") ) +(myObject (attribute1 "attr8668") ) +(myObject (attribute1 "attr8669") ) +(myObject (attribute1 "attr8670") ) +(myObject (attribute1 "attr8671") ) +(myObject (attribute1 "attr8672") ) +(myObject (attribute1 "attr8673") ) +(myObject (attribute1 "attr8674") ) +(myObject (attribute1 "attr8675") ) +(myObject (attribute1 "attr8676") ) +(myObject (attribute1 "attr8677") ) +(myObject (attribute1 "attr8678") ) +(myObject (attribute1 "attr8679") ) +(myObject (attribute1 "attr8680") ) +(myObject (attribute1 "attr8681") ) +(myObject (attribute1 "attr8682") ) +(myObject (attribute1 "attr8683") ) +(myObject (attribute1 "attr8684") ) +(myObject (attribute1 "attr8685") ) +(myObject (attribute1 "attr8686") ) +(myObject (attribute1 "attr8687") ) +(myObject (attribute1 "attr8688") ) +(myObject (attribute1 "attr8689") ) +(myObject (attribute1 "attr8690") ) +(myObject (attribute1 "attr8691") ) +(myObject (attribute1 "attr8692") ) +(myObject (attribute1 "attr8693") ) +(myObject (attribute1 "attr8694") ) +(myObject (attribute1 "attr8695") ) +(myObject (attribute1 "attr8696") ) +(myObject (attribute1 "attr8697") ) +(myObject (attribute1 "attr8698") ) +(myObject (attribute1 "attr8699") ) +(myObject (attribute1 "attr8700") ) +(myObject (attribute1 "attr8701") ) +(myObject (attribute1 "attr8702") ) +(myObject (attribute1 "attr8703") ) +(myObject (attribute1 "attr8704") ) +(myObject (attribute1 "attr8705") ) +(myObject (attribute1 "attr8706") ) +(myObject (attribute1 "attr8707") ) +(myObject (attribute1 "attr8708") ) +(myObject (attribute1 "attr8709") ) +(myObject (attribute1 "attr8710") ) +(myObject (attribute1 "attr8711") ) +(myObject (attribute1 "attr8712") ) +(myObject (attribute1 "attr8713") ) +(myObject (attribute1 "attr8714") ) +(myObject (attribute1 "attr8715") ) +(myObject (attribute1 "attr8716") ) +(myObject (attribute1 "attr8717") ) +(myObject (attribute1 "attr8718") ) +(myObject (attribute1 "attr8719") ) +(myObject (attribute1 "attr8720") ) +(myObject (attribute1 "attr8721") ) +(myObject (attribute1 "attr8722") ) +(myObject (attribute1 "attr8723") ) +(myObject (attribute1 "attr8724") ) +(myObject (attribute1 "attr8725") ) +(myObject (attribute1 "attr8726") ) +(myObject (attribute1 "attr8727") ) +(myObject (attribute1 "attr8728") ) +(myObject (attribute1 "attr8729") ) +(myObject (attribute1 "attr8730") ) +(myObject (attribute1 "attr8731") ) +(myObject (attribute1 "attr8732") ) +(myObject (attribute1 "attr8733") ) +(myObject (attribute1 "attr8734") ) +(myObject (attribute1 "attr8735") ) +(myObject (attribute1 "attr8736") ) +(myObject (attribute1 "attr8737") ) +(myObject (attribute1 "attr8738") ) +(myObject (attribute1 "attr8739") ) +(myObject (attribute1 "attr8740") ) +(myObject (attribute1 "attr8741") ) +(myObject (attribute1 "attr8742") ) +(myObject (attribute1 "attr8743") ) +(myObject (attribute1 "attr8744") ) +(myObject (attribute1 "attr8745") ) +(myObject (attribute1 "attr8746") ) +(myObject (attribute1 "attr8747") ) +(myObject (attribute1 "attr8748") ) +(myObject (attribute1 "attr8749") ) +(myObject (attribute1 "attr8750") ) +(myObject (attribute1 "attr8751") ) +(myObject (attribute1 "attr8752") ) +(myObject (attribute1 "attr8753") ) +(myObject (attribute1 "attr8754") ) +(myObject (attribute1 "attr8755") ) +(myObject (attribute1 "attr8756") ) +(myObject (attribute1 "attr8757") ) +(myObject (attribute1 "attr8758") ) +(myObject (attribute1 "attr8759") ) +(myObject (attribute1 "attr8760") ) +(myObject (attribute1 "attr8761") ) +(myObject (attribute1 "attr8762") ) +(myObject (attribute1 "attr8763") ) +(myObject (attribute1 "attr8764") ) +(myObject (attribute1 "attr8765") ) +(myObject (attribute1 "attr8766") ) +(myObject (attribute1 "attr8767") ) +(myObject (attribute1 "attr8768") ) +(myObject (attribute1 "attr8769") ) +(myObject (attribute1 "attr8770") ) +(myObject (attribute1 "attr8771") ) +(myObject (attribute1 "attr8772") ) +(myObject (attribute1 "attr8773") ) +(myObject (attribute1 "attr8774") ) +(myObject (attribute1 "attr8775") ) +(myObject (attribute1 "attr8776") ) +(myObject (attribute1 "attr8777") ) +(myObject (attribute1 "attr8778") ) +(myObject (attribute1 "attr8779") ) +(myObject (attribute1 "attr8780") ) +(myObject (attribute1 "attr8781") ) +(myObject (attribute1 "attr8782") ) +(myObject (attribute1 "attr8783") ) +(myObject (attribute1 "attr8784") ) +(myObject (attribute1 "attr8785") ) +(myObject (attribute1 "attr8786") ) +(myObject (attribute1 "attr8787") ) +(myObject (attribute1 "attr8788") ) +(myObject (attribute1 "attr8789") ) +(myObject (attribute1 "attr8790") ) +(myObject (attribute1 "attr8791") ) +(myObject (attribute1 "attr8792") ) +(myObject (attribute1 "attr8793") ) +(myObject (attribute1 "attr8794") ) +(myObject (attribute1 "attr8795") ) +(myObject (attribute1 "attr8796") ) +(myObject (attribute1 "attr8797") ) +(myObject (attribute1 "attr8798") ) +(myObject (attribute1 "attr8799") ) +(myObject (attribute1 "attr8800") ) +(myObject (attribute1 "attr8801") ) +(myObject (attribute1 "attr8802") ) +(myObject (attribute1 "attr8803") ) +(myObject (attribute1 "attr8804") ) +(myObject (attribute1 "attr8805") ) +(myObject (attribute1 "attr8806") ) +(myObject (attribute1 "attr8807") ) +(myObject (attribute1 "attr8808") ) +(myObject (attribute1 "attr8809") ) +(myObject (attribute1 "attr8810") ) +(myObject (attribute1 "attr8811") ) +(myObject (attribute1 "attr8812") ) +(myObject (attribute1 "attr8813") ) +(myObject (attribute1 "attr8814") ) +(myObject (attribute1 "attr8815") ) +(myObject (attribute1 "attr8816") ) +(myObject (attribute1 "attr8817") ) +(myObject (attribute1 "attr8818") ) +(myObject (attribute1 "attr8819") ) +(myObject (attribute1 "attr8820") ) +(myObject (attribute1 "attr8821") ) +(myObject (attribute1 "attr8822") ) +(myObject (attribute1 "attr8823") ) +(myObject (attribute1 "attr8824") ) +(myObject (attribute1 "attr8825") ) +(myObject (attribute1 "attr8826") ) +(myObject (attribute1 "attr8827") ) +(myObject (attribute1 "attr8828") ) +(myObject (attribute1 "attr8829") ) +(myObject (attribute1 "attr8830") ) +(myObject (attribute1 "attr8831") ) +(myObject (attribute1 "attr8832") ) +(myObject (attribute1 "attr8833") ) +(myObject (attribute1 "attr8834") ) +(myObject (attribute1 "attr8835") ) +(myObject (attribute1 "attr8836") ) +(myObject (attribute1 "attr8837") ) +(myObject (attribute1 "attr8838") ) +(myObject (attribute1 "attr8839") ) +(myObject (attribute1 "attr8840") ) +(myObject (attribute1 "attr8841") ) +(myObject (attribute1 "attr8842") ) +(myObject (attribute1 "attr8843") ) +(myObject (attribute1 "attr8844") ) +(myObject (attribute1 "attr8845") ) +(myObject (attribute1 "attr8846") ) +(myObject (attribute1 "attr8847") ) +(myObject (attribute1 "attr8848") ) +(myObject (attribute1 "attr8849") ) +(myObject (attribute1 "attr8850") ) +(myObject (attribute1 "attr8851") ) +(myObject (attribute1 "attr8852") ) +(myObject (attribute1 "attr8853") ) +(myObject (attribute1 "attr8854") ) +(myObject (attribute1 "attr8855") ) +(myObject (attribute1 "attr8856") ) +(myObject (attribute1 "attr8857") ) +(myObject (attribute1 "attr8858") ) +(myObject (attribute1 "attr8859") ) +(myObject (attribute1 "attr8860") ) +(myObject (attribute1 "attr8861") ) +(myObject (attribute1 "attr8862") ) +(myObject (attribute1 "attr8863") ) +(myObject (attribute1 "attr8864") ) +(myObject (attribute1 "attr8865") ) +(myObject (attribute1 "attr8866") ) +(myObject (attribute1 "attr8867") ) +(myObject (attribute1 "attr8868") ) +(myObject (attribute1 "attr8869") ) +(myObject (attribute1 "attr8870") ) +(myObject (attribute1 "attr8871") ) +(myObject (attribute1 "attr8872") ) +(myObject (attribute1 "attr8873") ) +(myObject (attribute1 "attr8874") ) +(myObject (attribute1 "attr8875") ) +(myObject (attribute1 "attr8876") ) +(myObject (attribute1 "attr8877") ) +(myObject (attribute1 "attr8878") ) +(myObject (attribute1 "attr8879") ) +(myObject (attribute1 "attr8880") ) +(myObject (attribute1 "attr8881") ) +(myObject (attribute1 "attr8882") ) +(myObject (attribute1 "attr8883") ) +(myObject (attribute1 "attr8884") ) +(myObject (attribute1 "attr8885") ) +(myObject (attribute1 "attr8886") ) +(myObject (attribute1 "attr8887") ) +(myObject (attribute1 "attr8888") ) +(myObject (attribute1 "attr8889") ) +(myObject (attribute1 "attr8890") ) +(myObject (attribute1 "attr8891") ) +(myObject (attribute1 "attr8892") ) +(myObject (attribute1 "attr8893") ) +(myObject (attribute1 "attr8894") ) +(myObject (attribute1 "attr8895") ) +(myObject (attribute1 "attr8896") ) +(myObject (attribute1 "attr8897") ) +(myObject (attribute1 "attr8898") ) +(myObject (attribute1 "attr8899") ) +(myObject (attribute1 "attr8900") ) +(myObject (attribute1 "attr8901") ) +(myObject (attribute1 "attr8902") ) +(myObject (attribute1 "attr8903") ) +(myObject (attribute1 "attr8904") ) +(myObject (attribute1 "attr8905") ) +(myObject (attribute1 "attr8906") ) +(myObject (attribute1 "attr8907") ) +(myObject (attribute1 "attr8908") ) +(myObject (attribute1 "attr8909") ) +(myObject (attribute1 "attr8910") ) +(myObject (attribute1 "attr8911") ) +(myObject (attribute1 "attr8912") ) +(myObject (attribute1 "attr8913") ) +(myObject (attribute1 "attr8914") ) +(myObject (attribute1 "attr8915") ) +(myObject (attribute1 "attr8916") ) +(myObject (attribute1 "attr8917") ) +(myObject (attribute1 "attr8918") ) +(myObject (attribute1 "attr8919") ) +(myObject (attribute1 "attr8920") ) +(myObject (attribute1 "attr8921") ) +(myObject (attribute1 "attr8922") ) +(myObject (attribute1 "attr8923") ) +(myObject (attribute1 "attr8924") ) +(myObject (attribute1 "attr8925") ) +(myObject (attribute1 "attr8926") ) +(myObject (attribute1 "attr8927") ) +(myObject (attribute1 "attr8928") ) +(myObject (attribute1 "attr8929") ) +(myObject (attribute1 "attr8930") ) +(myObject (attribute1 "attr8931") ) +(myObject (attribute1 "attr8932") ) +(myObject (attribute1 "attr8933") ) +(myObject (attribute1 "attr8934") ) +(myObject (attribute1 "attr8935") ) +(myObject (attribute1 "attr8936") ) +(myObject (attribute1 "attr8937") ) +(myObject (attribute1 "attr8938") ) +(myObject (attribute1 "attr8939") ) +(myObject (attribute1 "attr8940") ) +(myObject (attribute1 "attr8941") ) +(myObject (attribute1 "attr8942") ) +(myObject (attribute1 "attr8943") ) +(myObject (attribute1 "attr8944") ) +(myObject (attribute1 "attr8945") ) +(myObject (attribute1 "attr8946") ) +(myObject (attribute1 "attr8947") ) +(myObject (attribute1 "attr8948") ) +(myObject (attribute1 "attr8949") ) +(myObject (attribute1 "attr8950") ) +(myObject (attribute1 "attr8951") ) +(myObject (attribute1 "attr8952") ) +(myObject (attribute1 "attr8953") ) +(myObject (attribute1 "attr8954") ) +(myObject (attribute1 "attr8955") ) +(myObject (attribute1 "attr8956") ) +(myObject (attribute1 "attr8957") ) +(myObject (attribute1 "attr8958") ) +(myObject (attribute1 "attr8959") ) +(myObject (attribute1 "attr8960") ) +(myObject (attribute1 "attr8961") ) +(myObject (attribute1 "attr8962") ) +(myObject (attribute1 "attr8963") ) +(myObject (attribute1 "attr8964") ) +(myObject (attribute1 "attr8965") ) +(myObject (attribute1 "attr8966") ) +(myObject (attribute1 "attr8967") ) +(myObject (attribute1 "attr8968") ) +(myObject (attribute1 "attr8969") ) +(myObject (attribute1 "attr8970") ) +(myObject (attribute1 "attr8971") ) +(myObject (attribute1 "attr8972") ) +(myObject (attribute1 "attr8973") ) +(myObject (attribute1 "attr8974") ) +(myObject (attribute1 "attr8975") ) +(myObject (attribute1 "attr8976") ) +(myObject (attribute1 "attr8977") ) +(myObject (attribute1 "attr8978") ) +(myObject (attribute1 "attr8979") ) +(myObject (attribute1 "attr8980") ) +(myObject (attribute1 "attr8981") ) +(myObject (attribute1 "attr8982") ) +(myObject (attribute1 "attr8983") ) +(myObject (attribute1 "attr8984") ) +(myObject (attribute1 "attr8985") ) +(myObject (attribute1 "attr8986") ) +(myObject (attribute1 "attr8987") ) +(myObject (attribute1 "attr8988") ) +(myObject (attribute1 "attr8989") ) +(myObject (attribute1 "attr8990") ) +(myObject (attribute1 "attr8991") ) +(myObject (attribute1 "attr8992") ) +(myObject (attribute1 "attr8993") ) +(myObject (attribute1 "attr8994") ) +(myObject (attribute1 "attr8995") ) +(myObject (attribute1 "attr8996") ) +(myObject (attribute1 "attr8997") ) +(myObject (attribute1 "attr8998") ) +(myObject (attribute1 "attr8999") ) +(myObject (attribute1 "attr9000") ) +(myObject (attribute1 "attr9001") ) +(myObject (attribute1 "attr9002") ) +(myObject (attribute1 "attr9003") ) +(myObject (attribute1 "attr9004") ) +(myObject (attribute1 "attr9005") ) +(myObject (attribute1 "attr9006") ) +(myObject (attribute1 "attr9007") ) +(myObject (attribute1 "attr9008") ) +(myObject (attribute1 "attr9009") ) +(myObject (attribute1 "attr9010") ) +(myObject (attribute1 "attr9011") ) +(myObject (attribute1 "attr9012") ) +(myObject (attribute1 "attr9013") ) +(myObject (attribute1 "attr9014") ) +(myObject (attribute1 "attr9015") ) +(myObject (attribute1 "attr9016") ) +(myObject (attribute1 "attr9017") ) +(myObject (attribute1 "attr9018") ) +(myObject (attribute1 "attr9019") ) +(myObject (attribute1 "attr9020") ) +(myObject (attribute1 "attr9021") ) +(myObject (attribute1 "attr9022") ) +(myObject (attribute1 "attr9023") ) +(myObject (attribute1 "attr9024") ) +(myObject (attribute1 "attr9025") ) +(myObject (attribute1 "attr9026") ) +(myObject (attribute1 "attr9027") ) +(myObject (attribute1 "attr9028") ) +(myObject (attribute1 "attr9029") ) +(myObject (attribute1 "attr9030") ) +(myObject (attribute1 "attr9031") ) +(myObject (attribute1 "attr9032") ) +(myObject (attribute1 "attr9033") ) +(myObject (attribute1 "attr9034") ) +(myObject (attribute1 "attr9035") ) +(myObject (attribute1 "attr9036") ) +(myObject (attribute1 "attr9037") ) +(myObject (attribute1 "attr9038") ) +(myObject (attribute1 "attr9039") ) +(myObject (attribute1 "attr9040") ) +(myObject (attribute1 "attr9041") ) +(myObject (attribute1 "attr9042") ) +(myObject (attribute1 "attr9043") ) +(myObject (attribute1 "attr9044") ) +(myObject (attribute1 "attr9045") ) +(myObject (attribute1 "attr9046") ) +(myObject (attribute1 "attr9047") ) +(myObject (attribute1 "attr9048") ) +(myObject (attribute1 "attr9049") ) +(myObject (attribute1 "attr9050") ) +(myObject (attribute1 "attr9051") ) +(myObject (attribute1 "attr9052") ) +(myObject (attribute1 "attr9053") ) +(myObject (attribute1 "attr9054") ) +(myObject (attribute1 "attr9055") ) +(myObject (attribute1 "attr9056") ) +(myObject (attribute1 "attr9057") ) +(myObject (attribute1 "attr9058") ) +(myObject (attribute1 "attr9059") ) +(myObject (attribute1 "attr9060") ) +(myObject (attribute1 "attr9061") ) +(myObject (attribute1 "attr9062") ) +(myObject (attribute1 "attr9063") ) +(myObject (attribute1 "attr9064") ) +(myObject (attribute1 "attr9065") ) +(myObject (attribute1 "attr9066") ) +(myObject (attribute1 "attr9067") ) +(myObject (attribute1 "attr9068") ) +(myObject (attribute1 "attr9069") ) +(myObject (attribute1 "attr9070") ) +(myObject (attribute1 "attr9071") ) +(myObject (attribute1 "attr9072") ) +(myObject (attribute1 "attr9073") ) +(myObject (attribute1 "attr9074") ) +(myObject (attribute1 "attr9075") ) +(myObject (attribute1 "attr9076") ) +(myObject (attribute1 "attr9077") ) +(myObject (attribute1 "attr9078") ) +(myObject (attribute1 "attr9079") ) +(myObject (attribute1 "attr9080") ) +(myObject (attribute1 "attr9081") ) +(myObject (attribute1 "attr9082") ) +(myObject (attribute1 "attr9083") ) +(myObject (attribute1 "attr9084") ) +(myObject (attribute1 "attr9085") ) +(myObject (attribute1 "attr9086") ) +(myObject (attribute1 "attr9087") ) +(myObject (attribute1 "attr9088") ) +(myObject (attribute1 "attr9089") ) +(myObject (attribute1 "attr9090") ) +(myObject (attribute1 "attr9091") ) +(myObject (attribute1 "attr9092") ) +(myObject (attribute1 "attr9093") ) +(myObject (attribute1 "attr9094") ) +(myObject (attribute1 "attr9095") ) +(myObject (attribute1 "attr9096") ) +(myObject (attribute1 "attr9097") ) +(myObject (attribute1 "attr9098") ) +(myObject (attribute1 "attr9099") ) +(myObject (attribute1 "attr9100") ) +(myObject (attribute1 "attr9101") ) +(myObject (attribute1 "attr9102") ) +(myObject (attribute1 "attr9103") ) +(myObject (attribute1 "attr9104") ) +(myObject (attribute1 "attr9105") ) +(myObject (attribute1 "attr9106") ) +(myObject (attribute1 "attr9107") ) +(myObject (attribute1 "attr9108") ) +(myObject (attribute1 "attr9109") ) +(myObject (attribute1 "attr9110") ) +(myObject (attribute1 "attr9111") ) +(myObject (attribute1 "attr9112") ) +(myObject (attribute1 "attr9113") ) +(myObject (attribute1 "attr9114") ) +(myObject (attribute1 "attr9115") ) +(myObject (attribute1 "attr9116") ) +(myObject (attribute1 "attr9117") ) +(myObject (attribute1 "attr9118") ) +(myObject (attribute1 "attr9119") ) +(myObject (attribute1 "attr9120") ) +(myObject (attribute1 "attr9121") ) +(myObject (attribute1 "attr9122") ) +(myObject (attribute1 "attr9123") ) +(myObject (attribute1 "attr9124") ) +(myObject (attribute1 "attr9125") ) +(myObject (attribute1 "attr9126") ) +(myObject (attribute1 "attr9127") ) +(myObject (attribute1 "attr9128") ) +(myObject (attribute1 "attr9129") ) +(myObject (attribute1 "attr9130") ) +(myObject (attribute1 "attr9131") ) +(myObject (attribute1 "attr9132") ) +(myObject (attribute1 "attr9133") ) +(myObject (attribute1 "attr9134") ) +(myObject (attribute1 "attr9135") ) +(myObject (attribute1 "attr9136") ) +(myObject (attribute1 "attr9137") ) +(myObject (attribute1 "attr9138") ) +(myObject (attribute1 "attr9139") ) +(myObject (attribute1 "attr9140") ) +(myObject (attribute1 "attr9141") ) +(myObject (attribute1 "attr9142") ) +(myObject (attribute1 "attr9143") ) +(myObject (attribute1 "attr9144") ) +(myObject (attribute1 "attr9145") ) +(myObject (attribute1 "attr9146") ) +(myObject (attribute1 "attr9147") ) +(myObject (attribute1 "attr9148") ) +(myObject (attribute1 "attr9149") ) +(myObject (attribute1 "attr9150") ) +(myObject (attribute1 "attr9151") ) +(myObject (attribute1 "attr9152") ) +(myObject (attribute1 "attr9153") ) +(myObject (attribute1 "attr9154") ) +(myObject (attribute1 "attr9155") ) +(myObject (attribute1 "attr9156") ) +(myObject (attribute1 "attr9157") ) +(myObject (attribute1 "attr9158") ) +(myObject (attribute1 "attr9159") ) +(myObject (attribute1 "attr9160") ) +(myObject (attribute1 "attr9161") ) +(myObject (attribute1 "attr9162") ) +(myObject (attribute1 "attr9163") ) +(myObject (attribute1 "attr9164") ) +(myObject (attribute1 "attr9165") ) +(myObject (attribute1 "attr9166") ) +(myObject (attribute1 "attr9167") ) +(myObject (attribute1 "attr9168") ) +(myObject (attribute1 "attr9169") ) +(myObject (attribute1 "attr9170") ) +(myObject (attribute1 "attr9171") ) +(myObject (attribute1 "attr9172") ) +(myObject (attribute1 "attr9173") ) +(myObject (attribute1 "attr9174") ) +(myObject (attribute1 "attr9175") ) +(myObject (attribute1 "attr9176") ) +(myObject (attribute1 "attr9177") ) +(myObject (attribute1 "attr9178") ) +(myObject (attribute1 "attr9179") ) +(myObject (attribute1 "attr9180") ) +(myObject (attribute1 "attr9181") ) +(myObject (attribute1 "attr9182") ) +(myObject (attribute1 "attr9183") ) +(myObject (attribute1 "attr9184") ) +(myObject (attribute1 "attr9185") ) +(myObject (attribute1 "attr9186") ) +(myObject (attribute1 "attr9187") ) +(myObject (attribute1 "attr9188") ) +(myObject (attribute1 "attr9189") ) +(myObject (attribute1 "attr9190") ) +(myObject (attribute1 "attr9191") ) +(myObject (attribute1 "attr9192") ) +(myObject (attribute1 "attr9193") ) +(myObject (attribute1 "attr9194") ) +(myObject (attribute1 "attr9195") ) +(myObject (attribute1 "attr9196") ) +(myObject (attribute1 "attr9197") ) +(myObject (attribute1 "attr9198") ) +(myObject (attribute1 "attr9199") ) +(myObject (attribute1 "attr9200") ) +(myObject (attribute1 "attr9201") ) +(myObject (attribute1 "attr9202") ) +(myObject (attribute1 "attr9203") ) +(myObject (attribute1 "attr9204") ) +(myObject (attribute1 "attr9205") ) +(myObject (attribute1 "attr9206") ) +(myObject (attribute1 "attr9207") ) +(myObject (attribute1 "attr9208") ) +(myObject (attribute1 "attr9209") ) +(myObject (attribute1 "attr9210") ) +(myObject (attribute1 "attr9211") ) +(myObject (attribute1 "attr9212") ) +(myObject (attribute1 "attr9213") ) +(myObject (attribute1 "attr9214") ) +(myObject (attribute1 "attr9215") ) +(myObject (attribute1 "attr9216") ) +(myObject (attribute1 "attr9217") ) +(myObject (attribute1 "attr9218") ) +(myObject (attribute1 "attr9219") ) +(myObject (attribute1 "attr9220") ) +(myObject (attribute1 "attr9221") ) +(myObject (attribute1 "attr9222") ) +(myObject (attribute1 "attr9223") ) +(myObject (attribute1 "attr9224") ) +(myObject (attribute1 "attr9225") ) +(myObject (attribute1 "attr9226") ) +(myObject (attribute1 "attr9227") ) +(myObject (attribute1 "attr9228") ) +(myObject (attribute1 "attr9229") ) +(myObject (attribute1 "attr9230") ) +(myObject (attribute1 "attr9231") ) +(myObject (attribute1 "attr9232") ) +(myObject (attribute1 "attr9233") ) +(myObject (attribute1 "attr9234") ) +(myObject (attribute1 "attr9235") ) +(myObject (attribute1 "attr9236") ) +(myObject (attribute1 "attr9237") ) +(myObject (attribute1 "attr9238") ) +(myObject (attribute1 "attr9239") ) +(myObject (attribute1 "attr9240") ) +(myObject (attribute1 "attr9241") ) +(myObject (attribute1 "attr9242") ) +(myObject (attribute1 "attr9243") ) +(myObject (attribute1 "attr9244") ) +(myObject (attribute1 "attr9245") ) +(myObject (attribute1 "attr9246") ) +(myObject (attribute1 "attr9247") ) +(myObject (attribute1 "attr9248") ) +(myObject (attribute1 "attr9249") ) +(myObject (attribute1 "attr9250") ) +(myObject (attribute1 "attr9251") ) +(myObject (attribute1 "attr9252") ) +(myObject (attribute1 "attr9253") ) +(myObject (attribute1 "attr9254") ) +(myObject (attribute1 "attr9255") ) +(myObject (attribute1 "attr9256") ) +(myObject (attribute1 "attr9257") ) +(myObject (attribute1 "attr9258") ) +(myObject (attribute1 "attr9259") ) +(myObject (attribute1 "attr9260") ) +(myObject (attribute1 "attr9261") ) +(myObject (attribute1 "attr9262") ) +(myObject (attribute1 "attr9263") ) +(myObject (attribute1 "attr9264") ) +(myObject (attribute1 "attr9265") ) +(myObject (attribute1 "attr9266") ) +(myObject (attribute1 "attr9267") ) +(myObject (attribute1 "attr9268") ) +(myObject (attribute1 "attr9269") ) +(myObject (attribute1 "attr9270") ) +(myObject (attribute1 "attr9271") ) +(myObject (attribute1 "attr9272") ) +(myObject (attribute1 "attr9273") ) +(myObject (attribute1 "attr9274") ) +(myObject (attribute1 "attr9275") ) +(myObject (attribute1 "attr9276") ) +(myObject (attribute1 "attr9277") ) +(myObject (attribute1 "attr9278") ) +(myObject (attribute1 "attr9279") ) +(myObject (attribute1 "attr9280") ) +(myObject (attribute1 "attr9281") ) +(myObject (attribute1 "attr9282") ) +(myObject (attribute1 "attr9283") ) +(myObject (attribute1 "attr9284") ) +(myObject (attribute1 "attr9285") ) +(myObject (attribute1 "attr9286") ) +(myObject (attribute1 "attr9287") ) +(myObject (attribute1 "attr9288") ) +(myObject (attribute1 "attr9289") ) +(myObject (attribute1 "attr9290") ) +(myObject (attribute1 "attr9291") ) +(myObject (attribute1 "attr9292") ) +(myObject (attribute1 "attr9293") ) +(myObject (attribute1 "attr9294") ) +(myObject (attribute1 "attr9295") ) +(myObject (attribute1 "attr9296") ) +(myObject (attribute1 "attr9297") ) +(myObject (attribute1 "attr9298") ) +(myObject (attribute1 "attr9299") ) +(myObject (attribute1 "attr9300") ) +(myObject (attribute1 "attr9301") ) +(myObject (attribute1 "attr9302") ) +(myObject (attribute1 "attr9303") ) +(myObject (attribute1 "attr9304") ) +(myObject (attribute1 "attr9305") ) +(myObject (attribute1 "attr9306") ) +(myObject (attribute1 "attr9307") ) +(myObject (attribute1 "attr9308") ) +(myObject (attribute1 "attr9309") ) +(myObject (attribute1 "attr9310") ) +(myObject (attribute1 "attr9311") ) +(myObject (attribute1 "attr9312") ) +(myObject (attribute1 "attr9313") ) +(myObject (attribute1 "attr9314") ) +(myObject (attribute1 "attr9315") ) +(myObject (attribute1 "attr9316") ) +(myObject (attribute1 "attr9317") ) +(myObject (attribute1 "attr9318") ) +(myObject (attribute1 "attr9319") ) +(myObject (attribute1 "attr9320") ) +(myObject (attribute1 "attr9321") ) +(myObject (attribute1 "attr9322") ) +(myObject (attribute1 "attr9323") ) +(myObject (attribute1 "attr9324") ) +(myObject (attribute1 "attr9325") ) +(myObject (attribute1 "attr9326") ) +(myObject (attribute1 "attr9327") ) +(myObject (attribute1 "attr9328") ) +(myObject (attribute1 "attr9329") ) +(myObject (attribute1 "attr9330") ) +(myObject (attribute1 "attr9331") ) +(myObject (attribute1 "attr9332") ) +(myObject (attribute1 "attr9333") ) +(myObject (attribute1 "attr9334") ) +(myObject (attribute1 "attr9335") ) +(myObject (attribute1 "attr9336") ) +(myObject (attribute1 "attr9337") ) +(myObject (attribute1 "attr9338") ) +(myObject (attribute1 "attr9339") ) +(myObject (attribute1 "attr9340") ) +(myObject (attribute1 "attr9341") ) +(myObject (attribute1 "attr9342") ) +(myObject (attribute1 "attr9343") ) +(myObject (attribute1 "attr9344") ) +(myObject (attribute1 "attr9345") ) +(myObject (attribute1 "attr9346") ) +(myObject (attribute1 "attr9347") ) +(myObject (attribute1 "attr9348") ) +(myObject (attribute1 "attr9349") ) +(myObject (attribute1 "attr9350") ) +(myObject (attribute1 "attr9351") ) +(myObject (attribute1 "attr9352") ) +(myObject (attribute1 "attr9353") ) +(myObject (attribute1 "attr9354") ) +(myObject (attribute1 "attr9355") ) +(myObject (attribute1 "attr9356") ) +(myObject (attribute1 "attr9357") ) +(myObject (attribute1 "attr9358") ) +(myObject (attribute1 "attr9359") ) +(myObject (attribute1 "attr9360") ) +(myObject (attribute1 "attr9361") ) +(myObject (attribute1 "attr9362") ) +(myObject (attribute1 "attr9363") ) +(myObject (attribute1 "attr9364") ) +(myObject (attribute1 "attr9365") ) +(myObject (attribute1 "attr9366") ) +(myObject (attribute1 "attr9367") ) +(myObject (attribute1 "attr9368") ) +(myObject (attribute1 "attr9369") ) +(myObject (attribute1 "attr9370") ) +(myObject (attribute1 "attr9371") ) +(myObject (attribute1 "attr9372") ) +(myObject (attribute1 "attr9373") ) +(myObject (attribute1 "attr9374") ) +(myObject (attribute1 "attr9375") ) +(myObject (attribute1 "attr9376") ) +(myObject (attribute1 "attr9377") ) +(myObject (attribute1 "attr9378") ) +(myObject (attribute1 "attr9379") ) +(myObject (attribute1 "attr9380") ) +(myObject (attribute1 "attr9381") ) +(myObject (attribute1 "attr9382") ) +(myObject (attribute1 "attr9383") ) +(myObject (attribute1 "attr9384") ) +(myObject (attribute1 "attr9385") ) +(myObject (attribute1 "attr9386") ) +(myObject (attribute1 "attr9387") ) +(myObject (attribute1 "attr9388") ) +(myObject (attribute1 "attr9389") ) +(myObject (attribute1 "attr9390") ) +(myObject (attribute1 "attr9391") ) +(myObject (attribute1 "attr9392") ) +(myObject (attribute1 "attr9393") ) +(myObject (attribute1 "attr9394") ) +(myObject (attribute1 "attr9395") ) +(myObject (attribute1 "attr9396") ) +(myObject (attribute1 "attr9397") ) +(myObject (attribute1 "attr9398") ) +(myObject (attribute1 "attr9399") ) +(myObject (attribute1 "attr9400") ) +(myObject (attribute1 "attr9401") ) +(myObject (attribute1 "attr9402") ) +(myObject (attribute1 "attr9403") ) +(myObject (attribute1 "attr9404") ) +(myObject (attribute1 "attr9405") ) +(myObject (attribute1 "attr9406") ) +(myObject (attribute1 "attr9407") ) +(myObject (attribute1 "attr9408") ) +(myObject (attribute1 "attr9409") ) +(myObject (attribute1 "attr9410") ) +(myObject (attribute1 "attr9411") ) +(myObject (attribute1 "attr9412") ) +(myObject (attribute1 "attr9413") ) +(myObject (attribute1 "attr9414") ) +(myObject (attribute1 "attr9415") ) +(myObject (attribute1 "attr9416") ) +(myObject (attribute1 "attr9417") ) +(myObject (attribute1 "attr9418") ) +(myObject (attribute1 "attr9419") ) +(myObject (attribute1 "attr9420") ) +(myObject (attribute1 "attr9421") ) +(myObject (attribute1 "attr9422") ) +(myObject (attribute1 "attr9423") ) +(myObject (attribute1 "attr9424") ) +(myObject (attribute1 "attr9425") ) +(myObject (attribute1 "attr9426") ) +(myObject (attribute1 "attr9427") ) +(myObject (attribute1 "attr9428") ) +(myObject (attribute1 "attr9429") ) +(myObject (attribute1 "attr9430") ) +(myObject (attribute1 "attr9431") ) +(myObject (attribute1 "attr9432") ) +(myObject (attribute1 "attr9433") ) +(myObject (attribute1 "attr9434") ) +(myObject (attribute1 "attr9435") ) +(myObject (attribute1 "attr9436") ) +(myObject (attribute1 "attr9437") ) +(myObject (attribute1 "attr9438") ) +(myObject (attribute1 "attr9439") ) +(myObject (attribute1 "attr9440") ) +(myObject (attribute1 "attr9441") ) +(myObject (attribute1 "attr9442") ) +(myObject (attribute1 "attr9443") ) +(myObject (attribute1 "attr9444") ) +(myObject (attribute1 "attr9445") ) +(myObject (attribute1 "attr9446") ) +(myObject (attribute1 "attr9447") ) +(myObject (attribute1 "attr9448") ) +(myObject (attribute1 "attr9449") ) +(myObject (attribute1 "attr9450") ) +(myObject (attribute1 "attr9451") ) +(myObject (attribute1 "attr9452") ) +(myObject (attribute1 "attr9453") ) +(myObject (attribute1 "attr9454") ) +(myObject (attribute1 "attr9455") ) +(myObject (attribute1 "attr9456") ) +(myObject (attribute1 "attr9457") ) +(myObject (attribute1 "attr9458") ) +(myObject (attribute1 "attr9459") ) +(myObject (attribute1 "attr9460") ) +(myObject (attribute1 "attr9461") ) +(myObject (attribute1 "attr9462") ) +(myObject (attribute1 "attr9463") ) +(myObject (attribute1 "attr9464") ) +(myObject (attribute1 "attr9465") ) +(myObject (attribute1 "attr9466") ) +(myObject (attribute1 "attr9467") ) +(myObject (attribute1 "attr9468") ) +(myObject (attribute1 "attr9469") ) +(myObject (attribute1 "attr9470") ) +(myObject (attribute1 "attr9471") ) +(myObject (attribute1 "attr9472") ) +(myObject (attribute1 "attr9473") ) +(myObject (attribute1 "attr9474") ) +(myObject (attribute1 "attr9475") ) +(myObject (attribute1 "attr9476") ) +(myObject (attribute1 "attr9477") ) +(myObject (attribute1 "attr9478") ) +(myObject (attribute1 "attr9479") ) +(myObject (attribute1 "attr9480") ) +(myObject (attribute1 "attr9481") ) +(myObject (attribute1 "attr9482") ) +(myObject (attribute1 "attr9483") ) +(myObject (attribute1 "attr9484") ) +(myObject (attribute1 "attr9485") ) +(myObject (attribute1 "attr9486") ) +(myObject (attribute1 "attr9487") ) +(myObject (attribute1 "attr9488") ) +(myObject (attribute1 "attr9489") ) +(myObject (attribute1 "attr9490") ) +(myObject (attribute1 "attr9491") ) +(myObject (attribute1 "attr9492") ) +(myObject (attribute1 "attr9493") ) +(myObject (attribute1 "attr9494") ) +(myObject (attribute1 "attr9495") ) +(myObject (attribute1 "attr9496") ) +(myObject (attribute1 "attr9497") ) +(myObject (attribute1 "attr9498") ) +(myObject (attribute1 "attr9499") ) +(myObject (attribute1 "attr9500") ) +(myObject (attribute1 "attr9501") ) +(myObject (attribute1 "attr9502") ) +(myObject (attribute1 "attr9503") ) +(myObject (attribute1 "attr9504") ) +(myObject (attribute1 "attr9505") ) +(myObject (attribute1 "attr9506") ) +(myObject (attribute1 "attr9507") ) +(myObject (attribute1 "attr9508") ) +(myObject (attribute1 "attr9509") ) +(myObject (attribute1 "attr9510") ) +(myObject (attribute1 "attr9511") ) +(myObject (attribute1 "attr9512") ) +(myObject (attribute1 "attr9513") ) +(myObject (attribute1 "attr9514") ) +(myObject (attribute1 "attr9515") ) +(myObject (attribute1 "attr9516") ) +(myObject (attribute1 "attr9517") ) +(myObject (attribute1 "attr9518") ) +(myObject (attribute1 "attr9519") ) +(myObject (attribute1 "attr9520") ) +(myObject (attribute1 "attr9521") ) +(myObject (attribute1 "attr9522") ) +(myObject (attribute1 "attr9523") ) +(myObject (attribute1 "attr9524") ) +(myObject (attribute1 "attr9525") ) +(myObject (attribute1 "attr9526") ) +(myObject (attribute1 "attr9527") ) +(myObject (attribute1 "attr9528") ) +(myObject (attribute1 "attr9529") ) +(myObject (attribute1 "attr9530") ) +(myObject (attribute1 "attr9531") ) +(myObject (attribute1 "attr9532") ) +(myObject (attribute1 "attr9533") ) +(myObject (attribute1 "attr9534") ) +(myObject (attribute1 "attr9535") ) +(myObject (attribute1 "attr9536") ) +(myObject (attribute1 "attr9537") ) +(myObject (attribute1 "attr9538") ) +(myObject (attribute1 "attr9539") ) +(myObject (attribute1 "attr9540") ) +(myObject (attribute1 "attr9541") ) +(myObject (attribute1 "attr9542") ) +(myObject (attribute1 "attr9543") ) +(myObject (attribute1 "attr9544") ) +(myObject (attribute1 "attr9545") ) +(myObject (attribute1 "attr9546") ) +(myObject (attribute1 "attr9547") ) +(myObject (attribute1 "attr9548") ) +(myObject (attribute1 "attr9549") ) +(myObject (attribute1 "attr9550") ) +(myObject (attribute1 "attr9551") ) +(myObject (attribute1 "attr9552") ) +(myObject (attribute1 "attr9553") ) +(myObject (attribute1 "attr9554") ) +(myObject (attribute1 "attr9555") ) +(myObject (attribute1 "attr9556") ) +(myObject (attribute1 "attr9557") ) +(myObject (attribute1 "attr9558") ) +(myObject (attribute1 "attr9559") ) +(myObject (attribute1 "attr9560") ) +(myObject (attribute1 "attr9561") ) +(myObject (attribute1 "attr9562") ) +(myObject (attribute1 "attr9563") ) +(myObject (attribute1 "attr9564") ) +(myObject (attribute1 "attr9565") ) +(myObject (attribute1 "attr9566") ) +(myObject (attribute1 "attr9567") ) +(myObject (attribute1 "attr9568") ) +(myObject (attribute1 "attr9569") ) +(myObject (attribute1 "attr9570") ) +(myObject (attribute1 "attr9571") ) +(myObject (attribute1 "attr9572") ) +(myObject (attribute1 "attr9573") ) +(myObject (attribute1 "attr9574") ) +(myObject (attribute1 "attr9575") ) +(myObject (attribute1 "attr9576") ) +(myObject (attribute1 "attr9577") ) +(myObject (attribute1 "attr9578") ) +(myObject (attribute1 "attr9579") ) +(myObject (attribute1 "attr9580") ) +(myObject (attribute1 "attr9581") ) +(myObject (attribute1 "attr9582") ) +(myObject (attribute1 "attr9583") ) +(myObject (attribute1 "attr9584") ) +(myObject (attribute1 "attr9585") ) +(myObject (attribute1 "attr9586") ) +(myObject (attribute1 "attr9587") ) +(myObject (attribute1 "attr9588") ) +(myObject (attribute1 "attr9589") ) +(myObject (attribute1 "attr9590") ) +(myObject (attribute1 "attr9591") ) +(myObject (attribute1 "attr9592") ) +(myObject (attribute1 "attr9593") ) +(myObject (attribute1 "attr9594") ) +(myObject (attribute1 "attr9595") ) +(myObject (attribute1 "attr9596") ) +(myObject (attribute1 "attr9597") ) +(myObject (attribute1 "attr9598") ) +(myObject (attribute1 "attr9599") ) +(myObject (attribute1 "attr9600") ) +(myObject (attribute1 "attr9601") ) +(myObject (attribute1 "attr9602") ) +(myObject (attribute1 "attr9603") ) +(myObject (attribute1 "attr9604") ) +(myObject (attribute1 "attr9605") ) +(myObject (attribute1 "attr9606") ) +(myObject (attribute1 "attr9607") ) +(myObject (attribute1 "attr9608") ) +(myObject (attribute1 "attr9609") ) +(myObject (attribute1 "attr9610") ) +(myObject (attribute1 "attr9611") ) +(myObject (attribute1 "attr9612") ) +(myObject (attribute1 "attr9613") ) +(myObject (attribute1 "attr9614") ) +(myObject (attribute1 "attr9615") ) +(myObject (attribute1 "attr9616") ) +(myObject (attribute1 "attr9617") ) +(myObject (attribute1 "attr9618") ) +(myObject (attribute1 "attr9619") ) +(myObject (attribute1 "attr9620") ) +(myObject (attribute1 "attr9621") ) +(myObject (attribute1 "attr9622") ) +(myObject (attribute1 "attr9623") ) +(myObject (attribute1 "attr9624") ) +(myObject (attribute1 "attr9625") ) +(myObject (attribute1 "attr9626") ) +(myObject (attribute1 "attr9627") ) +(myObject (attribute1 "attr9628") ) +(myObject (attribute1 "attr9629") ) +(myObject (attribute1 "attr9630") ) +(myObject (attribute1 "attr9631") ) +(myObject (attribute1 "attr9632") ) +(myObject (attribute1 "attr9633") ) +(myObject (attribute1 "attr9634") ) +(myObject (attribute1 "attr9635") ) +(myObject (attribute1 "attr9636") ) +(myObject (attribute1 "attr9637") ) +(myObject (attribute1 "attr9638") ) +(myObject (attribute1 "attr9639") ) +(myObject (attribute1 "attr9640") ) +(myObject (attribute1 "attr9641") ) +(myObject (attribute1 "attr9642") ) +(myObject (attribute1 "attr9643") ) +(myObject (attribute1 "attr9644") ) +(myObject (attribute1 "attr9645") ) +(myObject (attribute1 "attr9646") ) +(myObject (attribute1 "attr9647") ) +(myObject (attribute1 "attr9648") ) +(myObject (attribute1 "attr9649") ) +(myObject (attribute1 "attr9650") ) +(myObject (attribute1 "attr9651") ) +(myObject (attribute1 "attr9652") ) +(myObject (attribute1 "attr9653") ) +(myObject (attribute1 "attr9654") ) +(myObject (attribute1 "attr9655") ) +(myObject (attribute1 "attr9656") ) +(myObject (attribute1 "attr9657") ) +(myObject (attribute1 "attr9658") ) +(myObject (attribute1 "attr9659") ) +(myObject (attribute1 "attr9660") ) +(myObject (attribute1 "attr9661") ) +(myObject (attribute1 "attr9662") ) +(myObject (attribute1 "attr9663") ) +(myObject (attribute1 "attr9664") ) +(myObject (attribute1 "attr9665") ) +(myObject (attribute1 "attr9666") ) +(myObject (attribute1 "attr9667") ) +(myObject (attribute1 "attr9668") ) +(myObject (attribute1 "attr9669") ) +(myObject (attribute1 "attr9670") ) +(myObject (attribute1 "attr9671") ) +(myObject (attribute1 "attr9672") ) +(myObject (attribute1 "attr9673") ) +(myObject (attribute1 "attr9674") ) +(myObject (attribute1 "attr9675") ) +(myObject (attribute1 "attr9676") ) +(myObject (attribute1 "attr9677") ) +(myObject (attribute1 "attr9678") ) +(myObject (attribute1 "attr9679") ) +(myObject (attribute1 "attr9680") ) +(myObject (attribute1 "attr9681") ) +(myObject (attribute1 "attr9682") ) +(myObject (attribute1 "attr9683") ) +(myObject (attribute1 "attr9684") ) +(myObject (attribute1 "attr9685") ) +(myObject (attribute1 "attr9686") ) +(myObject (attribute1 "attr9687") ) +(myObject (attribute1 "attr9688") ) +(myObject (attribute1 "attr9689") ) +(myObject (attribute1 "attr9690") ) +(myObject (attribute1 "attr9691") ) +(myObject (attribute1 "attr9692") ) +(myObject (attribute1 "attr9693") ) +(myObject (attribute1 "attr9694") ) +(myObject (attribute1 "attr9695") ) +(myObject (attribute1 "attr9696") ) +(myObject (attribute1 "attr9697") ) +(myObject (attribute1 "attr9698") ) +(myObject (attribute1 "attr9699") ) +(myObject (attribute1 "attr9700") ) +(myObject (attribute1 "attr9701") ) +(myObject (attribute1 "attr9702") ) +(myObject (attribute1 "attr9703") ) +(myObject (attribute1 "attr9704") ) +(myObject (attribute1 "attr9705") ) +(myObject (attribute1 "attr9706") ) +(myObject (attribute1 "attr9707") ) +(myObject (attribute1 "attr9708") ) +(myObject (attribute1 "attr9709") ) +(myObject (attribute1 "attr9710") ) +(myObject (attribute1 "attr9711") ) +(myObject (attribute1 "attr9712") ) +(myObject (attribute1 "attr9713") ) +(myObject (attribute1 "attr9714") ) +(myObject (attribute1 "attr9715") ) +(myObject (attribute1 "attr9716") ) +(myObject (attribute1 "attr9717") ) +(myObject (attribute1 "attr9718") ) +(myObject (attribute1 "attr9719") ) +(myObject (attribute1 "attr9720") ) +(myObject (attribute1 "attr9721") ) +(myObject (attribute1 "attr9722") ) +(myObject (attribute1 "attr9723") ) +(myObject (attribute1 "attr9724") ) +(myObject (attribute1 "attr9725") ) +(myObject (attribute1 "attr9726") ) +(myObject (attribute1 "attr9727") ) +(myObject (attribute1 "attr9728") ) +(myObject (attribute1 "attr9729") ) +(myObject (attribute1 "attr9730") ) +(myObject (attribute1 "attr9731") ) +(myObject (attribute1 "attr9732") ) +(myObject (attribute1 "attr9733") ) +(myObject (attribute1 "attr9734") ) +(myObject (attribute1 "attr9735") ) +(myObject (attribute1 "attr9736") ) +(myObject (attribute1 "attr9737") ) +(myObject (attribute1 "attr9738") ) +(myObject (attribute1 "attr9739") ) +(myObject (attribute1 "attr9740") ) +(myObject (attribute1 "attr9741") ) +(myObject (attribute1 "attr9742") ) +(myObject (attribute1 "attr9743") ) +(myObject (attribute1 "attr9744") ) +(myObject (attribute1 "attr9745") ) +(myObject (attribute1 "attr9746") ) +(myObject (attribute1 "attr9747") ) +(myObject (attribute1 "attr9748") ) +(myObject (attribute1 "attr9749") ) +(myObject (attribute1 "attr9750") ) +(myObject (attribute1 "attr9751") ) +(myObject (attribute1 "attr9752") ) +(myObject (attribute1 "attr9753") ) +(myObject (attribute1 "attr9754") ) +(myObject (attribute1 "attr9755") ) +(myObject (attribute1 "attr9756") ) +(myObject (attribute1 "attr9757") ) +(myObject (attribute1 "attr9758") ) +(myObject (attribute1 "attr9759") ) +(myObject (attribute1 "attr9760") ) +(myObject (attribute1 "attr9761") ) +(myObject (attribute1 "attr9762") ) +(myObject (attribute1 "attr9763") ) +(myObject (attribute1 "attr9764") ) +(myObject (attribute1 "attr9765") ) +(myObject (attribute1 "attr9766") ) +(myObject (attribute1 "attr9767") ) +(myObject (attribute1 "attr9768") ) +(myObject (attribute1 "attr9769") ) +(myObject (attribute1 "attr9770") ) +(myObject (attribute1 "attr9771") ) +(myObject (attribute1 "attr9772") ) +(myObject (attribute1 "attr9773") ) +(myObject (attribute1 "attr9774") ) +(myObject (attribute1 "attr9775") ) +(myObject (attribute1 "attr9776") ) +(myObject (attribute1 "attr9777") ) +(myObject (attribute1 "attr9778") ) +(myObject (attribute1 "attr9779") ) +(myObject (attribute1 "attr9780") ) +(myObject (attribute1 "attr9781") ) +(myObject (attribute1 "attr9782") ) +(myObject (attribute1 "attr9783") ) +(myObject (attribute1 "attr9784") ) +(myObject (attribute1 "attr9785") ) +(myObject (attribute1 "attr9786") ) +(myObject (attribute1 "attr9787") ) +(myObject (attribute1 "attr9788") ) +(myObject (attribute1 "attr9789") ) +(myObject (attribute1 "attr9790") ) +(myObject (attribute1 "attr9791") ) +(myObject (attribute1 "attr9792") ) +(myObject (attribute1 "attr9793") ) +(myObject (attribute1 "attr9794") ) +(myObject (attribute1 "attr9795") ) +(myObject (attribute1 "attr9796") ) +(myObject (attribute1 "attr9797") ) +(myObject (attribute1 "attr9798") ) +(myObject (attribute1 "attr9799") ) +(myObject (attribute1 "attr9800") ) +(myObject (attribute1 "attr9801") ) +(myObject (attribute1 "attr9802") ) +(myObject (attribute1 "attr9803") ) +(myObject (attribute1 "attr9804") ) +(myObject (attribute1 "attr9805") ) +(myObject (attribute1 "attr9806") ) +(myObject (attribute1 "attr9807") ) +(myObject (attribute1 "attr9808") ) +(myObject (attribute1 "attr9809") ) +(myObject (attribute1 "attr9810") ) +(myObject (attribute1 "attr9811") ) +(myObject (attribute1 "attr9812") ) +(myObject (attribute1 "attr9813") ) +(myObject (attribute1 "attr9814") ) +(myObject (attribute1 "attr9815") ) +(myObject (attribute1 "attr9816") ) +(myObject (attribute1 "attr9817") ) +(myObject (attribute1 "attr9818") ) +(myObject (attribute1 "attr9819") ) +(myObject (attribute1 "attr9820") ) +(myObject (attribute1 "attr9821") ) +(myObject (attribute1 "attr9822") ) +(myObject (attribute1 "attr9823") ) +(myObject (attribute1 "attr9824") ) +(myObject (attribute1 "attr9825") ) +(myObject (attribute1 "attr9826") ) +(myObject (attribute1 "attr9827") ) +(myObject (attribute1 "attr9828") ) +(myObject (attribute1 "attr9829") ) +(myObject (attribute1 "attr9830") ) +(myObject (attribute1 "attr9831") ) +(myObject (attribute1 "attr9832") ) +(myObject (attribute1 "attr9833") ) +(myObject (attribute1 "attr9834") ) +(myObject (attribute1 "attr9835") ) +(myObject (attribute1 "attr9836") ) +(myObject (attribute1 "attr9837") ) +(myObject (attribute1 "attr9838") ) +(myObject (attribute1 "attr9839") ) +(myObject (attribute1 "attr9840") ) +(myObject (attribute1 "attr9841") ) +(myObject (attribute1 "attr9842") ) +(myObject (attribute1 "attr9843") ) +(myObject (attribute1 "attr9844") ) +(myObject (attribute1 "attr9845") ) +(myObject (attribute1 "attr9846") ) +(myObject (attribute1 "attr9847") ) +(myObject (attribute1 "attr9848") ) +(myObject (attribute1 "attr9849") ) +(myObject (attribute1 "attr9850") ) +(myObject (attribute1 "attr9851") ) +(myObject (attribute1 "attr9852") ) +(myObject (attribute1 "attr9853") ) +(myObject (attribute1 "attr9854") ) +(myObject (attribute1 "attr9855") ) +(myObject (attribute1 "attr9856") ) +(myObject (attribute1 "attr9857") ) +(myObject (attribute1 "attr9858") ) +(myObject (attribute1 "attr9859") ) +(myObject (attribute1 "attr9860") ) +(myObject (attribute1 "attr9861") ) +(myObject (attribute1 "attr9862") ) +(myObject (attribute1 "attr9863") ) +(myObject (attribute1 "attr9864") ) +(myObject (attribute1 "attr9865") ) +(myObject (attribute1 "attr9866") ) +(myObject (attribute1 "attr9867") ) +(myObject (attribute1 "attr9868") ) +(myObject (attribute1 "attr9869") ) +(myObject (attribute1 "attr9870") ) +(myObject (attribute1 "attr9871") ) +(myObject (attribute1 "attr9872") ) +(myObject (attribute1 "attr9873") ) +(myObject (attribute1 "attr9874") ) +(myObject (attribute1 "attr9875") ) +(myObject (attribute1 "attr9876") ) +(myObject (attribute1 "attr9877") ) +(myObject (attribute1 "attr9878") ) +(myObject (attribute1 "attr9879") ) +(myObject (attribute1 "attr9880") ) +(myObject (attribute1 "attr9881") ) +(myObject (attribute1 "attr9882") ) +(myObject (attribute1 "attr9883") ) +(myObject (attribute1 "attr9884") ) +(myObject (attribute1 "attr9885") ) +(myObject (attribute1 "attr9886") ) +(myObject (attribute1 "attr9887") ) +(myObject (attribute1 "attr9888") ) +(myObject (attribute1 "attr9889") ) +(myObject (attribute1 "attr9890") ) +(myObject (attribute1 "attr9891") ) +(myObject (attribute1 "attr9892") ) +(myObject (attribute1 "attr9893") ) +(myObject (attribute1 "attr9894") ) +(myObject (attribute1 "attr9895") ) +(myObject (attribute1 "attr9896") ) +(myObject (attribute1 "attr9897") ) +(myObject (attribute1 "attr9898") ) +(myObject (attribute1 "attr9899") ) +(myObject (attribute1 "attr9900") ) +(myObject (attribute1 "attr9901") ) +(myObject (attribute1 "attr9902") ) +(myObject (attribute1 "attr9903") ) +(myObject (attribute1 "attr9904") ) +(myObject (attribute1 "attr9905") ) +(myObject (attribute1 "attr9906") ) +(myObject (attribute1 "attr9907") ) +(myObject (attribute1 "attr9908") ) +(myObject (attribute1 "attr9909") ) +(myObject (attribute1 "attr9910") ) +(myObject (attribute1 "attr9911") ) +(myObject (attribute1 "attr9912") ) +(myObject (attribute1 "attr9913") ) +(myObject (attribute1 "attr9914") ) +(myObject (attribute1 "attr9915") ) +(myObject (attribute1 "attr9916") ) +(myObject (attribute1 "attr9917") ) +(myObject (attribute1 "attr9918") ) +(myObject (attribute1 "attr9919") ) +(myObject (attribute1 "attr9920") ) +(myObject (attribute1 "attr9921") ) +(myObject (attribute1 "attr9922") ) +(myObject (attribute1 "attr9923") ) +(myObject (attribute1 "attr9924") ) +(myObject (attribute1 "attr9925") ) +(myObject (attribute1 "attr9926") ) +(myObject (attribute1 "attr9927") ) +(myObject (attribute1 "attr9928") ) +(myObject (attribute1 "attr9929") ) +(myObject (attribute1 "attr9930") ) +(myObject (attribute1 "attr9931") ) +(myObject (attribute1 "attr9932") ) +(myObject (attribute1 "attr9933") ) +(myObject (attribute1 "attr9934") ) +(myObject (attribute1 "attr9935") ) +(myObject (attribute1 "attr9936") ) +(myObject (attribute1 "attr9937") ) +(myObject (attribute1 "attr9938") ) +(myObject (attribute1 "attr9939") ) +(myObject (attribute1 "attr9940") ) +(myObject (attribute1 "attr9941") ) +(myObject (attribute1 "attr9942") ) +(myObject (attribute1 "attr9943") ) +(myObject (attribute1 "attr9944") ) +(myObject (attribute1 "attr9945") ) +(myObject (attribute1 "attr9946") ) +(myObject (attribute1 "attr9947") ) +(myObject (attribute1 "attr9948") ) +(myObject (attribute1 "attr9949") ) +(myObject (attribute1 "attr9950") ) +(myObject (attribute1 "attr9951") ) +(myObject (attribute1 "attr9952") ) +(myObject (attribute1 "attr9953") ) +(myObject (attribute1 "attr9954") ) +(myObject (attribute1 "attr9955") ) +(myObject (attribute1 "attr9956") ) +(myObject (attribute1 "attr9957") ) +(myObject (attribute1 "attr9958") ) +(myObject (attribute1 "attr9959") ) +(myObject (attribute1 "attr9960") ) +(myObject (attribute1 "attr9961") ) +(myObject (attribute1 "attr9962") ) +(myObject (attribute1 "attr9963") ) +(myObject (attribute1 "attr9964") ) +(myObject (attribute1 "attr9965") ) +(myObject (attribute1 "attr9966") ) +(myObject (attribute1 "attr9967") ) +(myObject (attribute1 "attr9968") ) +(myObject (attribute1 "attr9969") ) +(myObject (attribute1 "attr9970") ) +(myObject (attribute1 "attr9971") ) +(myObject (attribute1 "attr9972") ) +(myObject (attribute1 "attr9973") ) +(myObject (attribute1 "attr9974") ) +(myObject (attribute1 "attr9975") ) +(myObject (attribute1 "attr9976") ) +(myObject (attribute1 "attr9977") ) +(myObject (attribute1 "attr9978") ) +(myObject (attribute1 "attr9979") ) +(myObject (attribute1 "attr9980") ) +(myObject (attribute1 "attr9981") ) +(myObject (attribute1 "attr9982") ) +(myObject (attribute1 "attr9983") ) +(myObject (attribute1 "attr9984") ) +(myObject (attribute1 "attr9985") ) +(myObject (attribute1 "attr9986") ) +(myObject (attribute1 "attr9987") ) +(myObject (attribute1 "attr9988") ) +(myObject (attribute1 "attr9989") ) +(myObject (attribute1 "attr9990") ) +(myObject (attribute1 "attr9991") ) +(myObject (attribute1 "attr9992") ) +(myObject (attribute1 "attr9993") ) +(myObject (attribute1 "attr9994") ) +(myObject (attribute1 "attr9995") ) +(myObject (attribute1 "attr9996") ) +(myObject (attribute1 "attr9997") ) +(myObject (attribute1 "attr9998") ) +(myObject (attribute1 "attr9999") ) +(myObject (attribute1 "attr10000") ) +(myObject (attribute1 "attr10001") ) +(myObject (attribute1 "attr10002") ) +(myObject (attribute1 "attr10003") ) +(myObject (attribute1 "attr10004") ) +(myObject (attribute1 "attr10005") ) +(myObject (attribute1 "attr10006") ) +(myObject (attribute1 "attr10007") ) +(myObject (attribute1 "attr10008") ) +(myObject (attribute1 "attr10009") ) +(myObject (attribute1 "attr10010") ) +(myObject (attribute1 "attr10011") ) +(myObject (attribute1 "attr10012") ) +(myObject (attribute1 "attr10013") ) +(myObject (attribute1 "attr10014") ) +(myObject (attribute1 "attr10015") ) +(myObject (attribute1 "attr10016") ) +(myObject (attribute1 "attr10017") ) +(myObject (attribute1 "attr10018") ) +(myObject (attribute1 "attr10019") ) +(myObject (attribute1 "attr10020") ) +(myObject (attribute1 "attr10021") ) +(myObject (attribute1 "attr10022") ) +(myObject (attribute1 "attr10023") ) +(myObject (attribute1 "attr10024") ) +(myObject (attribute1 "attr10025") ) +(myObject (attribute1 "attr10026") ) +(myObject (attribute1 "attr10027") ) +(myObject (attribute1 "attr10028") ) +(myObject (attribute1 "attr10029") ) +(myObject (attribute1 "attr10030") ) +(myObject (attribute1 "attr10031") ) +(myObject (attribute1 "attr10032") ) +(myObject (attribute1 "attr10033") ) +(myObject (attribute1 "attr10034") ) +(myObject (attribute1 "attr10035") ) +(myObject (attribute1 "attr10036") ) +(myObject (attribute1 "attr10037") ) +(myObject (attribute1 "attr10038") ) +(myObject (attribute1 "attr10039") ) +(myObject (attribute1 "attr10040") ) +(myObject (attribute1 "attr10041") ) +(myObject (attribute1 "attr10042") ) +(myObject (attribute1 "attr10043") ) +(myObject (attribute1 "attr10044") ) +(myObject (attribute1 "attr10045") ) +(myObject (attribute1 "attr10046") ) +(myObject (attribute1 "attr10047") ) +(myObject (attribute1 "attr10048") ) +(myObject (attribute1 "attr10049") ) +(myObject (attribute1 "attr10050") ) +(myObject (attribute1 "attr10051") ) +(myObject (attribute1 "attr10052") ) +(myObject (attribute1 "attr10053") ) +(myObject (attribute1 "attr10054") ) +(myObject (attribute1 "attr10055") ) +(myObject (attribute1 "attr10056") ) +(myObject (attribute1 "attr10057") ) +(myObject (attribute1 "attr10058") ) +(myObject (attribute1 "attr10059") ) +(myObject (attribute1 "attr10060") ) +(myObject (attribute1 "attr10061") ) +(myObject (attribute1 "attr10062") ) +(myObject (attribute1 "attr10063") ) +(myObject (attribute1 "attr10064") ) +(myObject (attribute1 "attr10065") ) +(myObject (attribute1 "attr10066") ) +(myObject (attribute1 "attr10067") ) +(myObject (attribute1 "attr10068") ) +(myObject (attribute1 "attr10069") ) +(myObject (attribute1 "attr10070") ) +(myObject (attribute1 "attr10071") ) +(myObject (attribute1 "attr10072") ) +(myObject (attribute1 "attr10073") ) +(myObject (attribute1 "attr10074") ) +(myObject (attribute1 "attr10075") ) +(myObject (attribute1 "attr10076") ) +(myObject (attribute1 "attr10077") ) +(myObject (attribute1 "attr10078") ) +(myObject (attribute1 "attr10079") ) +(myObject (attribute1 "attr10080") ) +(myObject (attribute1 "attr10081") ) +(myObject (attribute1 "attr10082") ) +(myObject (attribute1 "attr10083") ) +(myObject (attribute1 "attr10084") ) +(myObject (attribute1 "attr10085") ) +(myObject (attribute1 "attr10086") ) +(myObject (attribute1 "attr10087") ) +(myObject (attribute1 "attr10088") ) +(myObject (attribute1 "attr10089") ) +(myObject (attribute1 "attr10090") ) +(myObject (attribute1 "attr10091") ) +(myObject (attribute1 "attr10092") ) +(myObject (attribute1 "attr10093") ) +(myObject (attribute1 "attr10094") ) +(myObject (attribute1 "attr10095") ) +(myObject (attribute1 "attr10096") ) +(myObject (attribute1 "attr10097") ) +(myObject (attribute1 "attr10098") ) +(myObject (attribute1 "attr10099") ) +(myObject (attribute1 "attr10100") ) +(myObject (attribute1 "attr10101") ) +(myObject (attribute1 "attr10102") ) +(myObject (attribute1 "attr10103") ) +(myObject (attribute1 "attr10104") ) +(myObject (attribute1 "attr10105") ) +(myObject (attribute1 "attr10106") ) +(myObject (attribute1 "attr10107") ) +(myObject (attribute1 "attr10108") ) +(myObject (attribute1 "attr10109") ) +(myObject (attribute1 "attr10110") ) +(myObject (attribute1 "attr10111") ) +(myObject (attribute1 "attr10112") ) +(myObject (attribute1 "attr10113") ) +(myObject (attribute1 "attr10114") ) +(myObject (attribute1 "attr10115") ) +(myObject (attribute1 "attr10116") ) +(myObject (attribute1 "attr10117") ) +(myObject (attribute1 "attr10118") ) +(myObject (attribute1 "attr10119") ) +(myObject (attribute1 "attr10120") ) +(myObject (attribute1 "attr10121") ) +(myObject (attribute1 "attr10122") ) +(myObject (attribute1 "attr10123") ) +(myObject (attribute1 "attr10124") ) +(myObject (attribute1 "attr10125") ) +(myObject (attribute1 "attr10126") ) +(myObject (attribute1 "attr10127") ) +(myObject (attribute1 "attr10128") ) +(myObject (attribute1 "attr10129") ) +(myObject (attribute1 "attr10130") ) +(myObject (attribute1 "attr10131") ) +(myObject (attribute1 "attr10132") ) +(myObject (attribute1 "attr10133") ) +(myObject (attribute1 "attr10134") ) +(myObject (attribute1 "attr10135") ) +(myObject (attribute1 "attr10136") ) +(myObject (attribute1 "attr10137") ) +(myObject (attribute1 "attr10138") ) +(myObject (attribute1 "attr10139") ) +(myObject (attribute1 "attr10140") ) +(myObject (attribute1 "attr10141") ) +(myObject (attribute1 "attr10142") ) +(myObject (attribute1 "attr10143") ) +(myObject (attribute1 "attr10144") ) +(myObject (attribute1 "attr10145") ) +(myObject (attribute1 "attr10146") ) +(myObject (attribute1 "attr10147") ) +(myObject (attribute1 "attr10148") ) +(myObject (attribute1 "attr10149") ) +(myObject (attribute1 "attr10150") ) +(myObject (attribute1 "attr10151") ) +(myObject (attribute1 "attr10152") ) +(myObject (attribute1 "attr10153") ) +(myObject (attribute1 "attr10154") ) +(myObject (attribute1 "attr10155") ) +(myObject (attribute1 "attr10156") ) +(myObject (attribute1 "attr10157") ) +(myObject (attribute1 "attr10158") ) +(myObject (attribute1 "attr10159") ) +(myObject (attribute1 "attr10160") ) +(myObject (attribute1 "attr10161") ) +(myObject (attribute1 "attr10162") ) +(myObject (attribute1 "attr10163") ) +(myObject (attribute1 "attr10164") ) +(myObject (attribute1 "attr10165") ) +(myObject (attribute1 "attr10166") ) +(myObject (attribute1 "attr10167") ) +(myObject (attribute1 "attr10168") ) +(myObject (attribute1 "attr10169") ) +(myObject (attribute1 "attr10170") ) +(myObject (attribute1 "attr10171") ) +(myObject (attribute1 "attr10172") ) +(myObject (attribute1 "attr10173") ) +(myObject (attribute1 "attr10174") ) +(myObject (attribute1 "attr10175") ) +(myObject (attribute1 "attr10176") ) +(myObject (attribute1 "attr10177") ) +(myObject (attribute1 "attr10178") ) +(myObject (attribute1 "attr10179") ) +(myObject (attribute1 "attr10180") ) +(myObject (attribute1 "attr10181") ) +(myObject (attribute1 "attr10182") ) +(myObject (attribute1 "attr10183") ) +(myObject (attribute1 "attr10184") ) +(myObject (attribute1 "attr10185") ) +(myObject (attribute1 "attr10186") ) +(myObject (attribute1 "attr10187") ) +(myObject (attribute1 "attr10188") ) +(myObject (attribute1 "attr10189") ) +(myObject (attribute1 "attr10190") ) +(myObject (attribute1 "attr10191") ) +(myObject (attribute1 "attr10192") ) +(myObject (attribute1 "attr10193") ) +(myObject (attribute1 "attr10194") ) +(myObject (attribute1 "attr10195") ) +(myObject (attribute1 "attr10196") ) +(myObject (attribute1 "attr10197") ) +(myObject (attribute1 "attr10198") ) +(myObject (attribute1 "attr10199") ) +(myObject (attribute1 "attr10200") ) +(myObject (attribute1 "attr10201") ) +(myObject (attribute1 "attr10202") ) +(myObject (attribute1 "attr10203") ) +(myObject (attribute1 "attr10204") ) +(myObject (attribute1 "attr10205") ) +(myObject (attribute1 "attr10206") ) +(myObject (attribute1 "attr10207") ) +(myObject (attribute1 "attr10208") ) +(myObject (attribute1 "attr10209") ) +(myObject (attribute1 "attr10210") ) +(myObject (attribute1 "attr10211") ) +(myObject (attribute1 "attr10212") ) +(myObject (attribute1 "attr10213") ) +(myObject (attribute1 "attr10214") ) +(myObject (attribute1 "attr10215") ) +(myObject (attribute1 "attr10216") ) +(myObject (attribute1 "attr10217") ) +(myObject (attribute1 "attr10218") ) +(myObject (attribute1 "attr10219") ) +(myObject (attribute1 "attr10220") ) +(myObject (attribute1 "attr10221") ) +(myObject (attribute1 "attr10222") ) +(myObject (attribute1 "attr10223") ) +(myObject (attribute1 "attr10224") ) +(myObject (attribute1 "attr10225") ) +(myObject (attribute1 "attr10226") ) +(myObject (attribute1 "attr10227") ) +(myObject (attribute1 "attr10228") ) +(myObject (attribute1 "attr10229") ) +(myObject (attribute1 "attr10230") ) +(myObject (attribute1 "attr10231") ) +(myObject (attribute1 "attr10232") ) +(myObject (attribute1 "attr10233") ) +(myObject (attribute1 "attr10234") ) +(myObject (attribute1 "attr10235") ) +(myObject (attribute1 "attr10236") ) +(myObject (attribute1 "attr10237") ) +(myObject (attribute1 "attr10238") ) +(myObject (attribute1 "attr10239") ) +(myObject (attribute1 "attr10240") ) +(myObject (attribute1 "attr10241") ) +(myObject (attribute1 "attr10242") ) +(myObject (attribute1 "attr10243") ) +(myObject (attribute1 "attr10244") ) +(myObject (attribute1 "attr10245") ) +(myObject (attribute1 "attr10246") ) +(myObject (attribute1 "attr10247") ) +(myObject (attribute1 "attr10248") ) +(myObject (attribute1 "attr10249") ) +(myObject (attribute1 "attr10250") ) +(myObject (attribute1 "attr10251") ) +(myObject (attribute1 "attr10252") ) +(myObject (attribute1 "attr10253") ) +(myObject (attribute1 "attr10254") ) +(myObject (attribute1 "attr10255") ) +(myObject (attribute1 "attr10256") ) +(myObject (attribute1 "attr10257") ) +(myObject (attribute1 "attr10258") ) +(myObject (attribute1 "attr10259") ) +(myObject (attribute1 "attr10260") ) +(myObject (attribute1 "attr10261") ) +(myObject (attribute1 "attr10262") ) +(myObject (attribute1 "attr10263") ) +(myObject (attribute1 "attr10264") ) +(myObject (attribute1 "attr10265") ) +(myObject (attribute1 "attr10266") ) +(myObject (attribute1 "attr10267") ) +(myObject (attribute1 "attr10268") ) +(myObject (attribute1 "attr10269") ) +(myObject (attribute1 "attr10270") ) +(myObject (attribute1 "attr10271") ) +(myObject (attribute1 "attr10272") ) +(myObject (attribute1 "attr10273") ) +(myObject (attribute1 "attr10274") ) +(myObject (attribute1 "attr10275") ) +(myObject (attribute1 "attr10276") ) +(myObject (attribute1 "attr10277") ) +(myObject (attribute1 "attr10278") ) +(myObject (attribute1 "attr10279") ) +(myObject (attribute1 "attr10280") ) +(myObject (attribute1 "attr10281") ) +(myObject (attribute1 "attr10282") ) +(myObject (attribute1 "attr10283") ) +(myObject (attribute1 "attr10284") ) +(myObject (attribute1 "attr10285") ) +(myObject (attribute1 "attr10286") ) +(myObject (attribute1 "attr10287") ) +(myObject (attribute1 "attr10288") ) +(myObject (attribute1 "attr10289") ) +(myObject (attribute1 "attr10290") ) +(myObject (attribute1 "attr10291") ) +(myObject (attribute1 "attr10292") ) +(myObject (attribute1 "attr10293") ) +(myObject (attribute1 "attr10294") ) +(myObject (attribute1 "attr10295") ) +(myObject (attribute1 "attr10296") ) +(myObject (attribute1 "attr10297") ) +(myObject (attribute1 "attr10298") ) +(myObject (attribute1 "attr10299") ) +(myObject (attribute1 "attr10300") ) +(myObject (attribute1 "attr10301") ) +(myObject (attribute1 "attr10302") ) +(myObject (attribute1 "attr10303") ) +(myObject (attribute1 "attr10304") ) +(myObject (attribute1 "attr10305") ) +(myObject (attribute1 "attr10306") ) +(myObject (attribute1 "attr10307") ) +(myObject (attribute1 "attr10308") ) +(myObject (attribute1 "attr10309") ) +(myObject (attribute1 "attr10310") ) +(myObject (attribute1 "attr10311") ) +(myObject (attribute1 "attr10312") ) +(myObject (attribute1 "attr10313") ) +(myObject (attribute1 "attr10314") ) +(myObject (attribute1 "attr10315") ) +(myObject (attribute1 "attr10316") ) +(myObject (attribute1 "attr10317") ) +(myObject (attribute1 "attr10318") ) +(myObject (attribute1 "attr10319") ) +(myObject (attribute1 "attr10320") ) +(myObject (attribute1 "attr10321") ) +(myObject (attribute1 "attr10322") ) +(myObject (attribute1 "attr10323") ) +(myObject (attribute1 "attr10324") ) +(myObject (attribute1 "attr10325") ) +(myObject (attribute1 "attr10326") ) +(myObject (attribute1 "attr10327") ) +(myObject (attribute1 "attr10328") ) +(myObject (attribute1 "attr10329") ) +(myObject (attribute1 "attr10330") ) +(myObject (attribute1 "attr10331") ) +(myObject (attribute1 "attr10332") ) +(myObject (attribute1 "attr10333") ) +(myObject (attribute1 "attr10334") ) +(myObject (attribute1 "attr10335") ) +(myObject (attribute1 "attr10336") ) +(myObject (attribute1 "attr10337") ) +(myObject (attribute1 "attr10338") ) +(myObject (attribute1 "attr10339") ) +(myObject (attribute1 "attr10340") ) +(myObject (attribute1 "attr10341") ) +(myObject (attribute1 "attr10342") ) +(myObject (attribute1 "attr10343") ) +(myObject (attribute1 "attr10344") ) +(myObject (attribute1 "attr10345") ) +(myObject (attribute1 "attr10346") ) +(myObject (attribute1 "attr10347") ) +(myObject (attribute1 "attr10348") ) +(myObject (attribute1 "attr10349") ) +(myObject (attribute1 "attr10350") ) +(myObject (attribute1 "attr10351") ) +(myObject (attribute1 "attr10352") ) +(myObject (attribute1 "attr10353") ) +(myObject (attribute1 "attr10354") ) +(myObject (attribute1 "attr10355") ) +(myObject (attribute1 "attr10356") ) +(myObject (attribute1 "attr10357") ) +(myObject (attribute1 "attr10358") ) +(myObject (attribute1 "attr10359") ) +(myObject (attribute1 "attr10360") ) +(myObject (attribute1 "attr10361") ) +(myObject (attribute1 "attr10362") ) +(myObject (attribute1 "attr10363") ) +(myObject (attribute1 "attr10364") ) +(myObject (attribute1 "attr10365") ) +(myObject (attribute1 "attr10366") ) +(myObject (attribute1 "attr10367") ) +(myObject (attribute1 "attr10368") ) +(myObject (attribute1 "attr10369") ) +(myObject (attribute1 "attr10370") ) +(myObject (attribute1 "attr10371") ) +(myObject (attribute1 "attr10372") ) +(myObject (attribute1 "attr10373") ) +(myObject (attribute1 "attr10374") ) +(myObject (attribute1 "attr10375") ) +(myObject (attribute1 "attr10376") ) +(myObject (attribute1 "attr10377") ) +(myObject (attribute1 "attr10378") ) +(myObject (attribute1 "attr10379") ) +(myObject (attribute1 "attr10380") ) +(myObject (attribute1 "attr10381") ) +(myObject (attribute1 "attr10382") ) +(myObject (attribute1 "attr10383") ) +(myObject (attribute1 "attr10384") ) +(myObject (attribute1 "attr10385") ) +(myObject (attribute1 "attr10386") ) +(myObject (attribute1 "attr10387") ) +(myObject (attribute1 "attr10388") ) +(myObject (attribute1 "attr10389") ) +(myObject (attribute1 "attr10390") ) +(myObject (attribute1 "attr10391") ) +(myObject (attribute1 "attr10392") ) +(myObject (attribute1 "attr10393") ) +(myObject (attribute1 "attr10394") ) +(myObject (attribute1 "attr10395") ) +(myObject (attribute1 "attr10396") ) +(myObject (attribute1 "attr10397") ) +(myObject (attribute1 "attr10398") ) +(myObject (attribute1 "attr10399") ) +(myObject (attribute1 "attr10400") ) +(myObject (attribute1 "attr10401") ) +(myObject (attribute1 "attr10402") ) +(myObject (attribute1 "attr10403") ) +(myObject (attribute1 "attr10404") ) +(myObject (attribute1 "attr10405") ) +(myObject (attribute1 "attr10406") ) +(myObject (attribute1 "attr10407") ) +(myObject (attribute1 "attr10408") ) +(myObject (attribute1 "attr10409") ) +(myObject (attribute1 "attr10410") ) +(myObject (attribute1 "attr10411") ) +(myObject (attribute1 "attr10412") ) +(myObject (attribute1 "attr10413") ) +(myObject (attribute1 "attr10414") ) +(myObject (attribute1 "attr10415") ) +(myObject (attribute1 "attr10416") ) +(myObject (attribute1 "attr10417") ) +(myObject (attribute1 "attr10418") ) +(myObject (attribute1 "attr10419") ) +(myObject (attribute1 "attr10420") ) +(myObject (attribute1 "attr10421") ) +(myObject (attribute1 "attr10422") ) +(myObject (attribute1 "attr10423") ) +(myObject (attribute1 "attr10424") ) +(myObject (attribute1 "attr10425") ) +(myObject (attribute1 "attr10426") ) +(myObject (attribute1 "attr10427") ) +(myObject (attribute1 "attr10428") ) +(myObject (attribute1 "attr10429") ) +(myObject (attribute1 "attr10430") ) +(myObject (attribute1 "attr10431") ) +(myObject (attribute1 "attr10432") ) +(myObject (attribute1 "attr10433") ) +(myObject (attribute1 "attr10434") ) +(myObject (attribute1 "attr10435") ) +(myObject (attribute1 "attr10436") ) +(myObject (attribute1 "attr10437") ) +(myObject (attribute1 "attr10438") ) +(myObject (attribute1 "attr10439") ) +(myObject (attribute1 "attr10440") ) +(myObject (attribute1 "attr10441") ) +(myObject (attribute1 "attr10442") ) +(myObject (attribute1 "attr10443") ) +(myObject (attribute1 "attr10444") ) +(myObject (attribute1 "attr10445") ) +(myObject (attribute1 "attr10446") ) +(myObject (attribute1 "attr10447") ) +(myObject (attribute1 "attr10448") ) +(myObject (attribute1 "attr10449") ) +(myObject (attribute1 "attr10450") ) +(myObject (attribute1 "attr10451") ) +(myObject (attribute1 "attr10452") ) +(myObject (attribute1 "attr10453") ) +(myObject (attribute1 "attr10454") ) +(myObject (attribute1 "attr10455") ) +(myObject (attribute1 "attr10456") ) +(myObject (attribute1 "attr10457") ) +(myObject (attribute1 "attr10458") ) +(myObject (attribute1 "attr10459") ) +(myObject (attribute1 "attr10460") ) +(myObject (attribute1 "attr10461") ) +(myObject (attribute1 "attr10462") ) +(myObject (attribute1 "attr10463") ) +(myObject (attribute1 "attr10464") ) +(myObject (attribute1 "attr10465") ) +(myObject (attribute1 "attr10466") ) +(myObject (attribute1 "attr10467") ) +(myObject (attribute1 "attr10468") ) +(myObject (attribute1 "attr10469") ) +(myObject (attribute1 "attr10470") ) +(myObject (attribute1 "attr10471") ) +(myObject (attribute1 "attr10472") ) +(myObject (attribute1 "attr10473") ) +(myObject (attribute1 "attr10474") ) +(myObject (attribute1 "attr10475") ) +(myObject (attribute1 "attr10476") ) +(myObject (attribute1 "attr10477") ) +(myObject (attribute1 "attr10478") ) +(myObject (attribute1 "attr10479") ) +(myObject (attribute1 "attr10480") ) +(myObject (attribute1 "attr10481") ) +(myObject (attribute1 "attr10482") ) +(myObject (attribute1 "attr10483") ) +(myObject (attribute1 "attr10484") ) +(myObject (attribute1 "attr10485") ) +(myObject (attribute1 "attr10486") ) +(myObject (attribute1 "attr10487") ) +(myObject (attribute1 "attr10488") ) +(myObject (attribute1 "attr10489") ) +(myObject (attribute1 "attr10490") ) +(myObject (attribute1 "attr10491") ) +(myObject (attribute1 "attr10492") ) +(myObject (attribute1 "attr10493") ) +(myObject (attribute1 "attr10494") ) +(myObject (attribute1 "attr10495") ) +(myObject (attribute1 "attr10496") ) +(myObject (attribute1 "attr10497") ) +(myObject (attribute1 "attr10498") ) +(myObject (attribute1 "attr10499") ) +(myObject (attribute1 "attr10500") ) +(myObject (attribute1 "attr10501") ) +(myObject (attribute1 "attr10502") ) +(myObject (attribute1 "attr10503") ) +(myObject (attribute1 "attr10504") ) +(myObject (attribute1 "attr10505") ) +(myObject (attribute1 "attr10506") ) +(myObject (attribute1 "attr10507") ) +(myObject (attribute1 "attr10508") ) +(myObject (attribute1 "attr10509") ) +(myObject (attribute1 "attr10510") ) +(myObject (attribute1 "attr10511") ) +(myObject (attribute1 "attr10512") ) +(myObject (attribute1 "attr10513") ) +(myObject (attribute1 "attr10514") ) +(myObject (attribute1 "attr10515") ) +(myObject (attribute1 "attr10516") ) +(myObject (attribute1 "attr10517") ) +(myObject (attribute1 "attr10518") ) +(myObject (attribute1 "attr10519") ) +(myObject (attribute1 "attr10520") ) +(myObject (attribute1 "attr10521") ) +(myObject (attribute1 "attr10522") ) +(myObject (attribute1 "attr10523") ) +(myObject (attribute1 "attr10524") ) +(myObject (attribute1 "attr10525") ) +(myObject (attribute1 "attr10526") ) +(myObject (attribute1 "attr10527") ) +(myObject (attribute1 "attr10528") ) +(myObject (attribute1 "attr10529") ) +(myObject (attribute1 "attr10530") ) +(myObject (attribute1 "attr10531") ) +(myObject (attribute1 "attr10532") ) +(myObject (attribute1 "attr10533") ) +(myObject (attribute1 "attr10534") ) +(myObject (attribute1 "attr10535") ) +(myObject (attribute1 "attr10536") ) +(myObject (attribute1 "attr10537") ) +(myObject (attribute1 "attr10538") ) +(myObject (attribute1 "attr10539") ) +(myObject (attribute1 "attr10540") ) +(myObject (attribute1 "attr10541") ) +(myObject (attribute1 "attr10542") ) +(myObject (attribute1 "attr10543") ) +(myObject (attribute1 "attr10544") ) +(myObject (attribute1 "attr10545") ) +(myObject (attribute1 "attr10546") ) +(myObject (attribute1 "attr10547") ) +(myObject (attribute1 "attr10548") ) +(myObject (attribute1 "attr10549") ) +(myObject (attribute1 "attr10550") ) +(myObject (attribute1 "attr10551") ) +(myObject (attribute1 "attr10552") ) +(myObject (attribute1 "attr10553") ) +(myObject (attribute1 "attr10554") ) +(myObject (attribute1 "attr10555") ) +(myObject (attribute1 "attr10556") ) +(myObject (attribute1 "attr10557") ) +(myObject (attribute1 "attr10558") ) +(myObject (attribute1 "attr10559") ) +(myObject (attribute1 "attr10560") ) +(myObject (attribute1 "attr10561") ) +(myObject (attribute1 "attr10562") ) +(myObject (attribute1 "attr10563") ) +(myObject (attribute1 "attr10564") ) +(myObject (attribute1 "attr10565") ) +(myObject (attribute1 "attr10566") ) +(myObject (attribute1 "attr10567") ) +(myObject (attribute1 "attr10568") ) +(myObject (attribute1 "attr10569") ) +(myObject (attribute1 "attr10570") ) +(myObject (attribute1 "attr10571") ) +(myObject (attribute1 "attr10572") ) +(myObject (attribute1 "attr10573") ) +(myObject (attribute1 "attr10574") ) +(myObject (attribute1 "attr10575") ) +(myObject (attribute1 "attr10576") ) +(myObject (attribute1 "attr10577") ) +(myObject (attribute1 "attr10578") ) +(myObject (attribute1 "attr10579") ) +(myObject (attribute1 "attr10580") ) +(myObject (attribute1 "attr10581") ) +(myObject (attribute1 "attr10582") ) +(myObject (attribute1 "attr10583") ) +(myObject (attribute1 "attr10584") ) +(myObject (attribute1 "attr10585") ) +(myObject (attribute1 "attr10586") ) +(myObject (attribute1 "attr10587") ) +(myObject (attribute1 "attr10588") ) +(myObject (attribute1 "attr10589") ) +(myObject (attribute1 "attr10590") ) +(myObject (attribute1 "attr10591") ) +(myObject (attribute1 "attr10592") ) +(myObject (attribute1 "attr10593") ) +(myObject (attribute1 "attr10594") ) +(myObject (attribute1 "attr10595") ) +(myObject (attribute1 "attr10596") ) +(myObject (attribute1 "attr10597") ) +(myObject (attribute1 "attr10598") ) +(myObject (attribute1 "attr10599") ) +(myObject (attribute1 "attr10600") ) +(myObject (attribute1 "attr10601") ) +(myObject (attribute1 "attr10602") ) +(myObject (attribute1 "attr10603") ) +(myObject (attribute1 "attr10604") ) +(myObject (attribute1 "attr10605") ) +(myObject (attribute1 "attr10606") ) +(myObject (attribute1 "attr10607") ) +(myObject (attribute1 "attr10608") ) +(myObject (attribute1 "attr10609") ) +(myObject (attribute1 "attr10610") ) +(myObject (attribute1 "attr10611") ) +(myObject (attribute1 "attr10612") ) +(myObject (attribute1 "attr10613") ) +(myObject (attribute1 "attr10614") ) +(myObject (attribute1 "attr10615") ) +(myObject (attribute1 "attr10616") ) +(myObject (attribute1 "attr10617") ) +(myObject (attribute1 "attr10618") ) +(myObject (attribute1 "attr10619") ) +(myObject (attribute1 "attr10620") ) +(myObject (attribute1 "attr10621") ) +(myObject (attribute1 "attr10622") ) +(myObject (attribute1 "attr10623") ) +(myObject (attribute1 "attr10624") ) +(myObject (attribute1 "attr10625") ) +(myObject (attribute1 "attr10626") ) +(myObject (attribute1 "attr10627") ) +(myObject (attribute1 "attr10628") ) +(myObject (attribute1 "attr10629") ) +(myObject (attribute1 "attr10630") ) +(myObject (attribute1 "attr10631") ) +(myObject (attribute1 "attr10632") ) +(myObject (attribute1 "attr10633") ) +(myObject (attribute1 "attr10634") ) +(myObject (attribute1 "attr10635") ) +(myObject (attribute1 "attr10636") ) +(myObject (attribute1 "attr10637") ) +(myObject (attribute1 "attr10638") ) +(myObject (attribute1 "attr10639") ) +(myObject (attribute1 "attr10640") ) +(myObject (attribute1 "attr10641") ) +(myObject (attribute1 "attr10642") ) +(myObject (attribute1 "attr10643") ) +(myObject (attribute1 "attr10644") ) +(myObject (attribute1 "attr10645") ) +(myObject (attribute1 "attr10646") ) +(myObject (attribute1 "attr10647") ) +(myObject (attribute1 "attr10648") ) +(myObject (attribute1 "attr10649") ) +(myObject (attribute1 "attr10650") ) +(myObject (attribute1 "attr10651") ) +(myObject (attribute1 "attr10652") ) +(myObject (attribute1 "attr10653") ) +(myObject (attribute1 "attr10654") ) +(myObject (attribute1 "attr10655") ) +(myObject (attribute1 "attr10656") ) +(myObject (attribute1 "attr10657") ) +(myObject (attribute1 "attr10658") ) +(myObject (attribute1 "attr10659") ) +(myObject (attribute1 "attr10660") ) +(myObject (attribute1 "attr10661") ) +(myObject (attribute1 "attr10662") ) +(myObject (attribute1 "attr10663") ) +(myObject (attribute1 "attr10664") ) +(myObject (attribute1 "attr10665") ) +(myObject (attribute1 "attr10666") ) +(myObject (attribute1 "attr10667") ) +(myObject (attribute1 "attr10668") ) +(myObject (attribute1 "attr10669") ) +(myObject (attribute1 "attr10670") ) +(myObject (attribute1 "attr10671") ) +(myObject (attribute1 "attr10672") ) +(myObject (attribute1 "attr10673") ) +(myObject (attribute1 "attr10674") ) +(myObject (attribute1 "attr10675") ) +(myObject (attribute1 "attr10676") ) +(myObject (attribute1 "attr10677") ) +(myObject (attribute1 "attr10678") ) +(myObject (attribute1 "attr10679") ) +(myObject (attribute1 "attr10680") ) +(myObject (attribute1 "attr10681") ) +(myObject (attribute1 "attr10682") ) +(myObject (attribute1 "attr10683") ) +(myObject (attribute1 "attr10684") ) +(myObject (attribute1 "attr10685") ) +(myObject (attribute1 "attr10686") ) +(myObject (attribute1 "attr10687") ) +(myObject (attribute1 "attr10688") ) +(myObject (attribute1 "attr10689") ) +(myObject (attribute1 "attr10690") ) +(myObject (attribute1 "attr10691") ) +(myObject (attribute1 "attr10692") ) +(myObject (attribute1 "attr10693") ) +(myObject (attribute1 "attr10694") ) +(myObject (attribute1 "attr10695") ) +(myObject (attribute1 "attr10696") ) +(myObject (attribute1 "attr10697") ) +(myObject (attribute1 "attr10698") ) +(myObject (attribute1 "attr10699") ) +(myObject (attribute1 "attr10700") ) +(myObject (attribute1 "attr10701") ) +(myObject (attribute1 "attr10702") ) +(myObject (attribute1 "attr10703") ) +(myObject (attribute1 "attr10704") ) +(myObject (attribute1 "attr10705") ) +(myObject (attribute1 "attr10706") ) +(myObject (attribute1 "attr10707") ) +(myObject (attribute1 "attr10708") ) +(myObject (attribute1 "attr10709") ) +(myObject (attribute1 "attr10710") ) +(myObject (attribute1 "attr10711") ) +(myObject (attribute1 "attr10712") ) +(myObject (attribute1 "attr10713") ) +(myObject (attribute1 "attr10714") ) +(myObject (attribute1 "attr10715") ) +(myObject (attribute1 "attr10716") ) +(myObject (attribute1 "attr10717") ) +(myObject (attribute1 "attr10718") ) +(myObject (attribute1 "attr10719") ) +(myObject (attribute1 "attr10720") ) +(myObject (attribute1 "attr10721") ) +(myObject (attribute1 "attr10722") ) +(myObject (attribute1 "attr10723") ) +(myObject (attribute1 "attr10724") ) +(myObject (attribute1 "attr10725") ) +(myObject (attribute1 "attr10726") ) +(myObject (attribute1 "attr10727") ) +(myObject (attribute1 "attr10728") ) +(myObject (attribute1 "attr10729") ) +(myObject (attribute1 "attr10730") ) +(myObject (attribute1 "attr10731") ) +(myObject (attribute1 "attr10732") ) +(myObject (attribute1 "attr10733") ) +(myObject (attribute1 "attr10734") ) +(myObject (attribute1 "attr10735") ) +(myObject (attribute1 "attr10736") ) +(myObject (attribute1 "attr10737") ) +(myObject (attribute1 "attr10738") ) +(myObject (attribute1 "attr10739") ) +(myObject (attribute1 "attr10740") ) +(myObject (attribute1 "attr10741") ) +(myObject (attribute1 "attr10742") ) +(myObject (attribute1 "attr10743") ) +(myObject (attribute1 "attr10744") ) +(myObject (attribute1 "attr10745") ) +(myObject (attribute1 "attr10746") ) +(myObject (attribute1 "attr10747") ) +(myObject (attribute1 "attr10748") ) +(myObject (attribute1 "attr10749") ) +(myObject (attribute1 "attr10750") ) +(myObject (attribute1 "attr10751") ) +(myObject (attribute1 "attr10752") ) +(myObject (attribute1 "attr10753") ) +(myObject (attribute1 "attr10754") ) +(myObject (attribute1 "attr10755") ) +(myObject (attribute1 "attr10756") ) +(myObject (attribute1 "attr10757") ) +(myObject (attribute1 "attr10758") ) +(myObject (attribute1 "attr10759") ) +(myObject (attribute1 "attr10760") ) +(myObject (attribute1 "attr10761") ) +(myObject (attribute1 "attr10762") ) +(myObject (attribute1 "attr10763") ) +(myObject (attribute1 "attr10764") ) +(myObject (attribute1 "attr10765") ) +(myObject (attribute1 "attr10766") ) +(myObject (attribute1 "attr10767") ) +(myObject (attribute1 "attr10768") ) +(myObject (attribute1 "attr10769") ) +(myObject (attribute1 "attr10770") ) +(myObject (attribute1 "attr10771") ) +(myObject (attribute1 "attr10772") ) +(myObject (attribute1 "attr10773") ) +(myObject (attribute1 "attr10774") ) +(myObject (attribute1 "attr10775") ) +(myObject (attribute1 "attr10776") ) +(myObject (attribute1 "attr10777") ) +(myObject (attribute1 "attr10778") ) +(myObject (attribute1 "attr10779") ) +(myObject (attribute1 "attr10780") ) +(myObject (attribute1 "attr10781") ) +(myObject (attribute1 "attr10782") ) +(myObject (attribute1 "attr10783") ) +(myObject (attribute1 "attr10784") ) +(myObject (attribute1 "attr10785") ) +(myObject (attribute1 "attr10786") ) +(myObject (attribute1 "attr10787") ) +(myObject (attribute1 "attr10788") ) +(myObject (attribute1 "attr10789") ) +(myObject (attribute1 "attr10790") ) +(myObject (attribute1 "attr10791") ) +(myObject (attribute1 "attr10792") ) +(myObject (attribute1 "attr10793") ) +(myObject (attribute1 "attr10794") ) +(myObject (attribute1 "attr10795") ) +(myObject (attribute1 "attr10796") ) +(myObject (attribute1 "attr10797") ) +(myObject (attribute1 "attr10798") ) +(myObject (attribute1 "attr10799") ) +(myObject (attribute1 "attr10800") ) +(myObject (attribute1 "attr10801") ) +(myObject (attribute1 "attr10802") ) +(myObject (attribute1 "attr10803") ) +(myObject (attribute1 "attr10804") ) +(myObject (attribute1 "attr10805") ) +(myObject (attribute1 "attr10806") ) +(myObject (attribute1 "attr10807") ) +(myObject (attribute1 "attr10808") ) +(myObject (attribute1 "attr10809") ) +(myObject (attribute1 "attr10810") ) +(myObject (attribute1 "attr10811") ) +(myObject (attribute1 "attr10812") ) +(myObject (attribute1 "attr10813") ) +(myObject (attribute1 "attr10814") ) +(myObject (attribute1 "attr10815") ) +(myObject (attribute1 "attr10816") ) +(myObject (attribute1 "attr10817") ) +(myObject (attribute1 "attr10818") ) +(myObject (attribute1 "attr10819") ) +(myObject (attribute1 "attr10820") ) +(myObject (attribute1 "attr10821") ) +(myObject (attribute1 "attr10822") ) +(myObject (attribute1 "attr10823") ) +(myObject (attribute1 "attr10824") ) +(myObject (attribute1 "attr10825") ) +(myObject (attribute1 "attr10826") ) +(myObject (attribute1 "attr10827") ) +(myObject (attribute1 "attr10828") ) +(myObject (attribute1 "attr10829") ) +(myObject (attribute1 "attr10830") ) +(myObject (attribute1 "attr10831") ) +(myObject (attribute1 "attr10832") ) +(myObject (attribute1 "attr10833") ) +(myObject (attribute1 "attr10834") ) +(myObject (attribute1 "attr10835") ) +(myObject (attribute1 "attr10836") ) +(myObject (attribute1 "attr10837") ) +(myObject (attribute1 "attr10838") ) +(myObject (attribute1 "attr10839") ) +(myObject (attribute1 "attr10840") ) +(myObject (attribute1 "attr10841") ) +(myObject (attribute1 "attr10842") ) +(myObject (attribute1 "attr10843") ) +(myObject (attribute1 "attr10844") ) +(myObject (attribute1 "attr10845") ) +(myObject (attribute1 "attr10846") ) +(myObject (attribute1 "attr10847") ) +(myObject (attribute1 "attr10848") ) +(myObject (attribute1 "attr10849") ) +(myObject (attribute1 "attr10850") ) +(myObject (attribute1 "attr10851") ) +(myObject (attribute1 "attr10852") ) +(myObject (attribute1 "attr10853") ) +(myObject (attribute1 "attr10854") ) +(myObject (attribute1 "attr10855") ) +(myObject (attribute1 "attr10856") ) +(myObject (attribute1 "attr10857") ) +(myObject (attribute1 "attr10858") ) +(myObject (attribute1 "attr10859") ) +(myObject (attribute1 "attr10860") ) +(myObject (attribute1 "attr10861") ) +(myObject (attribute1 "attr10862") ) +(myObject (attribute1 "attr10863") ) +(myObject (attribute1 "attr10864") ) +(myObject (attribute1 "attr10865") ) +(myObject (attribute1 "attr10866") ) +(myObject (attribute1 "attr10867") ) +(myObject (attribute1 "attr10868") ) +(myObject (attribute1 "attr10869") ) +(myObject (attribute1 "attr10870") ) +(myObject (attribute1 "attr10871") ) +(myObject (attribute1 "attr10872") ) +(myObject (attribute1 "attr10873") ) +(myObject (attribute1 "attr10874") ) +(myObject (attribute1 "attr10875") ) +(myObject (attribute1 "attr10876") ) +(myObject (attribute1 "attr10877") ) +(myObject (attribute1 "attr10878") ) +(myObject (attribute1 "attr10879") ) +(myObject (attribute1 "attr10880") ) +(myObject (attribute1 "attr10881") ) +(myObject (attribute1 "attr10882") ) +(myObject (attribute1 "attr10883") ) +(myObject (attribute1 "attr10884") ) +(myObject (attribute1 "attr10885") ) +(myObject (attribute1 "attr10886") ) +(myObject (attribute1 "attr10887") ) +(myObject (attribute1 "attr10888") ) +(myObject (attribute1 "attr10889") ) +(myObject (attribute1 "attr10890") ) +(myObject (attribute1 "attr10891") ) +(myObject (attribute1 "attr10892") ) +(myObject (attribute1 "attr10893") ) +(myObject (attribute1 "attr10894") ) +(myObject (attribute1 "attr10895") ) +(myObject (attribute1 "attr10896") ) +(myObject (attribute1 "attr10897") ) +(myObject (attribute1 "attr10898") ) +(myObject (attribute1 "attr10899") ) +(myObject (attribute1 "attr10900") ) +(myObject (attribute1 "attr10901") ) +(myObject (attribute1 "attr10902") ) +(myObject (attribute1 "attr10903") ) +(myObject (attribute1 "attr10904") ) +(myObject (attribute1 "attr10905") ) +(myObject (attribute1 "attr10906") ) +(myObject (attribute1 "attr10907") ) +(myObject (attribute1 "attr10908") ) +(myObject (attribute1 "attr10909") ) +(myObject (attribute1 "attr10910") ) +(myObject (attribute1 "attr10911") ) +(myObject (attribute1 "attr10912") ) +(myObject (attribute1 "attr10913") ) +(myObject (attribute1 "attr10914") ) +(myObject (attribute1 "attr10915") ) +(myObject (attribute1 "attr10916") ) +(myObject (attribute1 "attr10917") ) +(myObject (attribute1 "attr10918") ) +(myObject (attribute1 "attr10919") ) +(myObject (attribute1 "attr10920") ) +(myObject (attribute1 "attr10921") ) +(myObject (attribute1 "attr10922") ) +(myObject (attribute1 "attr10923") ) +(myObject (attribute1 "attr10924") ) +(myObject (attribute1 "attr10925") ) +(myObject (attribute1 "attr10926") ) +(myObject (attribute1 "attr10927") ) +(myObject (attribute1 "attr10928") ) +(myObject (attribute1 "attr10929") ) +(myObject (attribute1 "attr10930") ) +(myObject (attribute1 "attr10931") ) +(myObject (attribute1 "attr10932") ) +(myObject (attribute1 "attr10933") ) +(myObject (attribute1 "attr10934") ) +(myObject (attribute1 "attr10935") ) +(myObject (attribute1 "attr10936") ) +(myObject (attribute1 "attr10937") ) +(myObject (attribute1 "attr10938") ) +(myObject (attribute1 "attr10939") ) +(myObject (attribute1 "attr10940") ) +(myObject (attribute1 "attr10941") ) +(myObject (attribute1 "attr10942") ) +(myObject (attribute1 "attr10943") ) +(myObject (attribute1 "attr10944") ) +(myObject (attribute1 "attr10945") ) +(myObject (attribute1 "attr10946") ) +(myObject (attribute1 "attr10947") ) +(myObject (attribute1 "attr10948") ) +(myObject (attribute1 "attr10949") ) +(myObject (attribute1 "attr10950") ) +(myObject (attribute1 "attr10951") ) +(myObject (attribute1 "attr10952") ) +(myObject (attribute1 "attr10953") ) +(myObject (attribute1 "attr10954") ) +(myObject (attribute1 "attr10955") ) +(myObject (attribute1 "attr10956") ) +(myObject (attribute1 "attr10957") ) +(myObject (attribute1 "attr10958") ) +(myObject (attribute1 "attr10959") ) +(myObject (attribute1 "attr10960") ) +(myObject (attribute1 "attr10961") ) +(myObject (attribute1 "attr10962") ) +(myObject (attribute1 "attr10963") ) +(myObject (attribute1 "attr10964") ) +(myObject (attribute1 "attr10965") ) +(myObject (attribute1 "attr10966") ) +(myObject (attribute1 "attr10967") ) +(myObject (attribute1 "attr10968") ) +(myObject (attribute1 "attr10969") ) +(myObject (attribute1 "attr10970") ) +(myObject (attribute1 "attr10971") ) +(myObject (attribute1 "attr10972") ) +(myObject (attribute1 "attr10973") ) +(myObject (attribute1 "attr10974") ) +(myObject (attribute1 "attr10975") ) +(myObject (attribute1 "attr10976") ) +(myObject (attribute1 "attr10977") ) +(myObject (attribute1 "attr10978") ) +(myObject (attribute1 "attr10979") ) +(myObject (attribute1 "attr10980") ) +(myObject (attribute1 "attr10981") ) +(myObject (attribute1 "attr10982") ) +(myObject (attribute1 "attr10983") ) +(myObject (attribute1 "attr10984") ) +(myObject (attribute1 "attr10985") ) +(myObject (attribute1 "attr10986") ) +(myObject (attribute1 "attr10987") ) +(myObject (attribute1 "attr10988") ) +(myObject (attribute1 "attr10989") ) +(myObject (attribute1 "attr10990") ) +(myObject (attribute1 "attr10991") ) +(myObject (attribute1 "attr10992") ) +(myObject (attribute1 "attr10993") ) +(myObject (attribute1 "attr10994") ) +(myObject (attribute1 "attr10995") ) +(myObject (attribute1 "attr10996") ) +(myObject (attribute1 "attr10997") ) +(myObject (attribute1 "attr10998") ) +(myObject (attribute1 "attr10999") ) +(myObject (attribute1 "attr11000") ) +(myObject (attribute1 "attr11001") ) +(myObject (attribute1 "attr11002") ) +(myObject (attribute1 "attr11003") ) +(myObject (attribute1 "attr11004") ) +(myObject (attribute1 "attr11005") ) +(myObject (attribute1 "attr11006") ) +(myObject (attribute1 "attr11007") ) +(myObject (attribute1 "attr11008") ) +(myObject (attribute1 "attr11009") ) +(myObject (attribute1 "attr11010") ) +(myObject (attribute1 "attr11011") ) +(myObject (attribute1 "attr11012") ) +(myObject (attribute1 "attr11013") ) +(myObject (attribute1 "attr11014") ) +(myObject (attribute1 "attr11015") ) +(myObject (attribute1 "attr11016") ) +(myObject (attribute1 "attr11017") ) +(myObject (attribute1 "attr11018") ) +(myObject (attribute1 "attr11019") ) +(myObject (attribute1 "attr11020") ) +(myObject (attribute1 "attr11021") ) +(myObject (attribute1 "attr11022") ) +(myObject (attribute1 "attr11023") ) +(myObject (attribute1 "attr11024") ) +(myObject (attribute1 "attr11025") ) +(myObject (attribute1 "attr11026") ) +(myObject (attribute1 "attr11027") ) +(myObject (attribute1 "attr11028") ) +(myObject (attribute1 "attr11029") ) +(myObject (attribute1 "attr11030") ) +(myObject (attribute1 "attr11031") ) +(myObject (attribute1 "attr11032") ) +(myObject (attribute1 "attr11033") ) +(myObject (attribute1 "attr11034") ) +(myObject (attribute1 "attr11035") ) +(myObject (attribute1 "attr11036") ) +(myObject (attribute1 "attr11037") ) +(myObject (attribute1 "attr11038") ) +(myObject (attribute1 "attr11039") ) +(myObject (attribute1 "attr11040") ) +(myObject (attribute1 "attr11041") ) +(myObject (attribute1 "attr11042") ) +(myObject (attribute1 "attr11043") ) +(myObject (attribute1 "attr11044") ) +(myObject (attribute1 "attr11045") ) +(myObject (attribute1 "attr11046") ) +(myObject (attribute1 "attr11047") ) +(myObject (attribute1 "attr11048") ) +(myObject (attribute1 "attr11049") ) +(myObject (attribute1 "attr11050") ) +(myObject (attribute1 "attr11051") ) +(myObject (attribute1 "attr11052") ) +(myObject (attribute1 "attr11053") ) +(myObject (attribute1 "attr11054") ) +(myObject (attribute1 "attr11055") ) +(myObject (attribute1 "attr11056") ) +(myObject (attribute1 "attr11057") ) +(myObject (attribute1 "attr11058") ) +(myObject (attribute1 "attr11059") ) +(myObject (attribute1 "attr11060") ) +(myObject (attribute1 "attr11061") ) +(myObject (attribute1 "attr11062") ) +(myObject (attribute1 "attr11063") ) +(myObject (attribute1 "attr11064") ) +(myObject (attribute1 "attr11065") ) +(myObject (attribute1 "attr11066") ) +(myObject (attribute1 "attr11067") ) +(myObject (attribute1 "attr11068") ) +(myObject (attribute1 "attr11069") ) +(myObject (attribute1 "attr11070") ) +(myObject (attribute1 "attr11071") ) +(myObject (attribute1 "attr11072") ) +(myObject (attribute1 "attr11073") ) +(myObject (attribute1 "attr11074") ) +(myObject (attribute1 "attr11075") ) +(myObject (attribute1 "attr11076") ) +(myObject (attribute1 "attr11077") ) +(myObject (attribute1 "attr11078") ) +(myObject (attribute1 "attr11079") ) +(myObject (attribute1 "attr11080") ) +(myObject (attribute1 "attr11081") ) +(myObject (attribute1 "attr11082") ) +(myObject (attribute1 "attr11083") ) +(myObject (attribute1 "attr11084") ) +(myObject (attribute1 "attr11085") ) +(myObject (attribute1 "attr11086") ) +(myObject (attribute1 "attr11087") ) +(myObject (attribute1 "attr11088") ) +(myObject (attribute1 "attr11089") ) +(myObject (attribute1 "attr11090") ) +(myObject (attribute1 "attr11091") ) +(myObject (attribute1 "attr11092") ) +(myObject (attribute1 "attr11093") ) +(myObject (attribute1 "attr11094") ) +(myObject (attribute1 "attr11095") ) +(myObject (attribute1 "attr11096") ) +(myObject (attribute1 "attr11097") ) +(myObject (attribute1 "attr11098") ) +(myObject (attribute1 "attr11099") ) +(myObject (attribute1 "attr11100") ) +(myObject (attribute1 "attr11101") ) +(myObject (attribute1 "attr11102") ) +(myObject (attribute1 "attr11103") ) +(myObject (attribute1 "attr11104") ) +(myObject (attribute1 "attr11105") ) +(myObject (attribute1 "attr11106") ) +(myObject (attribute1 "attr11107") ) +(myObject (attribute1 "attr11108") ) +(myObject (attribute1 "attr11109") ) +(myObject (attribute1 "attr11110") ) +(myObject (attribute1 "attr11111") ) +(myObject (attribute1 "attr11112") ) +(myObject (attribute1 "attr11113") ) +(myObject (attribute1 "attr11114") ) +(myObject (attribute1 "attr11115") ) +(myObject (attribute1 "attr11116") ) +(myObject (attribute1 "attr11117") ) +(myObject (attribute1 "attr11118") ) +(myObject (attribute1 "attr11119") ) +(myObject (attribute1 "attr11120") ) +(myObject (attribute1 "attr11121") ) +(myObject (attribute1 "attr11122") ) +(myObject (attribute1 "attr11123") ) +(myObject (attribute1 "attr11124") ) +(myObject (attribute1 "attr11125") ) +(myObject (attribute1 "attr11126") ) +(myObject (attribute1 "attr11127") ) +(myObject (attribute1 "attr11128") ) +(myObject (attribute1 "attr11129") ) +(myObject (attribute1 "attr11130") ) +(myObject (attribute1 "attr11131") ) +(myObject (attribute1 "attr11132") ) +(myObject (attribute1 "attr11133") ) +(myObject (attribute1 "attr11134") ) +(myObject (attribute1 "attr11135") ) +(myObject (attribute1 "attr11136") ) +(myObject (attribute1 "attr11137") ) +(myObject (attribute1 "attr11138") ) +(myObject (attribute1 "attr11139") ) +(myObject (attribute1 "attr11140") ) +(myObject (attribute1 "attr11141") ) +(myObject (attribute1 "attr11142") ) +(myObject (attribute1 "attr11143") ) +(myObject (attribute1 "attr11144") ) +(myObject (attribute1 "attr11145") ) +(myObject (attribute1 "attr11146") ) +(myObject (attribute1 "attr11147") ) +(myObject (attribute1 "attr11148") ) +(myObject (attribute1 "attr11149") ) +(myObject (attribute1 "attr11150") ) +(myObject (attribute1 "attr11151") ) +(myObject (attribute1 "attr11152") ) +(myObject (attribute1 "attr11153") ) +(myObject (attribute1 "attr11154") ) +(myObject (attribute1 "attr11155") ) +(myObject (attribute1 "attr11156") ) +(myObject (attribute1 "attr11157") ) +(myObject (attribute1 "attr11158") ) +(myObject (attribute1 "attr11159") ) +(myObject (attribute1 "attr11160") ) +(myObject (attribute1 "attr11161") ) +(myObject (attribute1 "attr11162") ) +(myObject (attribute1 "attr11163") ) +(myObject (attribute1 "attr11164") ) +(myObject (attribute1 "attr11165") ) +(myObject (attribute1 "attr11166") ) +(myObject (attribute1 "attr11167") ) +(myObject (attribute1 "attr11168") ) +(myObject (attribute1 "attr11169") ) +(myObject (attribute1 "attr11170") ) +(myObject (attribute1 "attr11171") ) +(myObject (attribute1 "attr11172") ) +(myObject (attribute1 "attr11173") ) +(myObject (attribute1 "attr11174") ) +(myObject (attribute1 "attr11175") ) +(myObject (attribute1 "attr11176") ) +(myObject (attribute1 "attr11177") ) +(myObject (attribute1 "attr11178") ) +(myObject (attribute1 "attr11179") ) +(myObject (attribute1 "attr11180") ) +(myObject (attribute1 "attr11181") ) +(myObject (attribute1 "attr11182") ) +(myObject (attribute1 "attr11183") ) +(myObject (attribute1 "attr11184") ) +(myObject (attribute1 "attr11185") ) +(myObject (attribute1 "attr11186") ) +(myObject (attribute1 "attr11187") ) +(myObject (attribute1 "attr11188") ) +(myObject (attribute1 "attr11189") ) +(myObject (attribute1 "attr11190") ) +(myObject (attribute1 "attr11191") ) +(myObject (attribute1 "attr11192") ) +(myObject (attribute1 "attr11193") ) +(myObject (attribute1 "attr11194") ) +(myObject (attribute1 "attr11195") ) +(myObject (attribute1 "attr11196") ) +(myObject (attribute1 "attr11197") ) +(myObject (attribute1 "attr11198") ) +(myObject (attribute1 "attr11199") ) +(myObject (attribute1 "attr11200") ) +(myObject (attribute1 "attr11201") ) +(myObject (attribute1 "attr11202") ) +(myObject (attribute1 "attr11203") ) +(myObject (attribute1 "attr11204") ) +(myObject (attribute1 "attr11205") ) +(myObject (attribute1 "attr11206") ) +(myObject (attribute1 "attr11207") ) +(myObject (attribute1 "attr11208") ) +(myObject (attribute1 "attr11209") ) +(myObject (attribute1 "attr11210") ) +(myObject (attribute1 "attr11211") ) +(myObject (attribute1 "attr11212") ) +(myObject (attribute1 "attr11213") ) +(myObject (attribute1 "attr11214") ) +(myObject (attribute1 "attr11215") ) +(myObject (attribute1 "attr11216") ) +(myObject (attribute1 "attr11217") ) +(myObject (attribute1 "attr11218") ) +(myObject (attribute1 "attr11219") ) +(myObject (attribute1 "attr11220") ) +(myObject (attribute1 "attr11221") ) +(myObject (attribute1 "attr11222") ) +(myObject (attribute1 "attr11223") ) +(myObject (attribute1 "attr11224") ) +(myObject (attribute1 "attr11225") ) +(myObject (attribute1 "attr11226") ) +(myObject (attribute1 "attr11227") ) +(myObject (attribute1 "attr11228") ) +(myObject (attribute1 "attr11229") ) +(myObject (attribute1 "attr11230") ) +(myObject (attribute1 "attr11231") ) +(myObject (attribute1 "attr11232") ) +(myObject (attribute1 "attr11233") ) +(myObject (attribute1 "attr11234") ) +(myObject (attribute1 "attr11235") ) +(myObject (attribute1 "attr11236") ) +(myObject (attribute1 "attr11237") ) +(myObject (attribute1 "attr11238") ) +(myObject (attribute1 "attr11239") ) +(myObject (attribute1 "attr11240") ) +(myObject (attribute1 "attr11241") ) +(myObject (attribute1 "attr11242") ) +(myObject (attribute1 "attr11243") ) +(myObject (attribute1 "attr11244") ) +(myObject (attribute1 "attr11245") ) +(myObject (attribute1 "attr11246") ) +(myObject (attribute1 "attr11247") ) +(myObject (attribute1 "attr11248") ) +(myObject (attribute1 "attr11249") ) +(myObject (attribute1 "attr11250") ) +(myObject (attribute1 "attr11251") ) +(myObject (attribute1 "attr11252") ) +(myObject (attribute1 "attr11253") ) +(myObject (attribute1 "attr11254") ) +(myObject (attribute1 "attr11255") ) +(myObject (attribute1 "attr11256") ) +(myObject (attribute1 "attr11257") ) +(myObject (attribute1 "attr11258") ) +(myObject (attribute1 "attr11259") ) +(myObject (attribute1 "attr11260") ) +(myObject (attribute1 "attr11261") ) +(myObject (attribute1 "attr11262") ) +(myObject (attribute1 "attr11263") ) +(myObject (attribute1 "attr11264") ) +(myObject (attribute1 "attr11265") ) +(myObject (attribute1 "attr11266") ) +(myObject (attribute1 "attr11267") ) +(myObject (attribute1 "attr11268") ) +(myObject (attribute1 "attr11269") ) +(myObject (attribute1 "attr11270") ) +(myObject (attribute1 "attr11271") ) +(myObject (attribute1 "attr11272") ) +(myObject (attribute1 "attr11273") ) +(myObject (attribute1 "attr11274") ) +(myObject (attribute1 "attr11275") ) +(myObject (attribute1 "attr11276") ) +(myObject (attribute1 "attr11277") ) +(myObject (attribute1 "attr11278") ) +(myObject (attribute1 "attr11279") ) +(myObject (attribute1 "attr11280") ) +(myObject (attribute1 "attr11281") ) +(myObject (attribute1 "attr11282") ) +(myObject (attribute1 "attr11283") ) +(myObject (attribute1 "attr11284") ) +(myObject (attribute1 "attr11285") ) +(myObject (attribute1 "attr11286") ) +(myObject (attribute1 "attr11287") ) +(myObject (attribute1 "attr11288") ) +(myObject (attribute1 "attr11289") ) +(myObject (attribute1 "attr11290") ) +(myObject (attribute1 "attr11291") ) +(myObject (attribute1 "attr11292") ) +(myObject (attribute1 "attr11293") ) +(myObject (attribute1 "attr11294") ) +(myObject (attribute1 "attr11295") ) +(myObject (attribute1 "attr11296") ) +(myObject (attribute1 "attr11297") ) +(myObject (attribute1 "attr11298") ) +(myObject (attribute1 "attr11299") ) +(myObject (attribute1 "attr11300") ) +(myObject (attribute1 "attr11301") ) +(myObject (attribute1 "attr11302") ) +(myObject (attribute1 "attr11303") ) +(myObject (attribute1 "attr11304") ) +(myObject (attribute1 "attr11305") ) +(myObject (attribute1 "attr11306") ) +(myObject (attribute1 "attr11307") ) +(myObject (attribute1 "attr11308") ) +(myObject (attribute1 "attr11309") ) +(myObject (attribute1 "attr11310") ) +(myObject (attribute1 "attr11311") ) +(myObject (attribute1 "attr11312") ) +(myObject (attribute1 "attr11313") ) +(myObject (attribute1 "attr11314") ) +(myObject (attribute1 "attr11315") ) +(myObject (attribute1 "attr11316") ) +(myObject (attribute1 "attr11317") ) +(myObject (attribute1 "attr11318") ) +(myObject (attribute1 "attr11319") ) +(myObject (attribute1 "attr11320") ) +(myObject (attribute1 "attr11321") ) +(myObject (attribute1 "attr11322") ) +(myObject (attribute1 "attr11323") ) +(myObject (attribute1 "attr11324") ) +(myObject (attribute1 "attr11325") ) +(myObject (attribute1 "attr11326") ) +(myObject (attribute1 "attr11327") ) +(myObject (attribute1 "attr11328") ) +(myObject (attribute1 "attr11329") ) +(myObject (attribute1 "attr11330") ) +(myObject (attribute1 "attr11331") ) +(myObject (attribute1 "attr11332") ) +(myObject (attribute1 "attr11333") ) +(myObject (attribute1 "attr11334") ) +(myObject (attribute1 "attr11335") ) +(myObject (attribute1 "attr11336") ) +(myObject (attribute1 "attr11337") ) +(myObject (attribute1 "attr11338") ) +(myObject (attribute1 "attr11339") ) +(myObject (attribute1 "attr11340") ) +(myObject (attribute1 "attr11341") ) +(myObject (attribute1 "attr11342") ) +(myObject (attribute1 "attr11343") ) +(myObject (attribute1 "attr11344") ) +(myObject (attribute1 "attr11345") ) +(myObject (attribute1 "attr11346") ) +(myObject (attribute1 "attr11347") ) +(myObject (attribute1 "attr11348") ) +(myObject (attribute1 "attr11349") ) +(myObject (attribute1 "attr11350") ) +(myObject (attribute1 "attr11351") ) +(myObject (attribute1 "attr11352") ) +(myObject (attribute1 "attr11353") ) +(myObject (attribute1 "attr11354") ) +(myObject (attribute1 "attr11355") ) +(myObject (attribute1 "attr11356") ) +(myObject (attribute1 "attr11357") ) +(myObject (attribute1 "attr11358") ) +(myObject (attribute1 "attr11359") ) +(myObject (attribute1 "attr11360") ) +(myObject (attribute1 "attr11361") ) +(myObject (attribute1 "attr11362") ) +(myObject (attribute1 "attr11363") ) +(myObject (attribute1 "attr11364") ) +(myObject (attribute1 "attr11365") ) +(myObject (attribute1 "attr11366") ) +(myObject (attribute1 "attr11367") ) +(myObject (attribute1 "attr11368") ) +(myObject (attribute1 "attr11369") ) +(myObject (attribute1 "attr11370") ) +(myObject (attribute1 "attr11371") ) +(myObject (attribute1 "attr11372") ) +(myObject (attribute1 "attr11373") ) +(myObject (attribute1 "attr11374") ) +(myObject (attribute1 "attr11375") ) +(myObject (attribute1 "attr11376") ) +(myObject (attribute1 "attr11377") ) +(myObject (attribute1 "attr11378") ) +(myObject (attribute1 "attr11379") ) +(myObject (attribute1 "attr11380") ) +(myObject (attribute1 "attr11381") ) +(myObject (attribute1 "attr11382") ) +(myObject (attribute1 "attr11383") ) +(myObject (attribute1 "attr11384") ) +(myObject (attribute1 "attr11385") ) +(myObject (attribute1 "attr11386") ) +(myObject (attribute1 "attr11387") ) +(myObject (attribute1 "attr11388") ) +(myObject (attribute1 "attr11389") ) +(myObject (attribute1 "attr11390") ) +(myObject (attribute1 "attr11391") ) +(myObject (attribute1 "attr11392") ) +(myObject (attribute1 "attr11393") ) +(myObject (attribute1 "attr11394") ) +(myObject (attribute1 "attr11395") ) +(myObject (attribute1 "attr11396") ) +(myObject (attribute1 "attr11397") ) +(myObject (attribute1 "attr11398") ) +(myObject (attribute1 "attr11399") ) +(myObject (attribute1 "attr11400") ) +(myObject (attribute1 "attr11401") ) +(myObject (attribute1 "attr11402") ) +(myObject (attribute1 "attr11403") ) +(myObject (attribute1 "attr11404") ) +(myObject (attribute1 "attr11405") ) +(myObject (attribute1 "attr11406") ) +(myObject (attribute1 "attr11407") ) +(myObject (attribute1 "attr11408") ) +(myObject (attribute1 "attr11409") ) +(myObject (attribute1 "attr11410") ) +(myObject (attribute1 "attr11411") ) +(myObject (attribute1 "attr11412") ) +(myObject (attribute1 "attr11413") ) +(myObject (attribute1 "attr11414") ) +(myObject (attribute1 "attr11415") ) +(myObject (attribute1 "attr11416") ) +(myObject (attribute1 "attr11417") ) +(myObject (attribute1 "attr11418") ) +(myObject (attribute1 "attr11419") ) +(myObject (attribute1 "attr11420") ) +(myObject (attribute1 "attr11421") ) +(myObject (attribute1 "attr11422") ) +(myObject (attribute1 "attr11423") ) +(myObject (attribute1 "attr11424") ) +(myObject (attribute1 "attr11425") ) +(myObject (attribute1 "attr11426") ) +(myObject (attribute1 "attr11427") ) +(myObject (attribute1 "attr11428") ) +(myObject (attribute1 "attr11429") ) +(myObject (attribute1 "attr11430") ) +(myObject (attribute1 "attr11431") ) +(myObject (attribute1 "attr11432") ) +(myObject (attribute1 "attr11433") ) +(myObject (attribute1 "attr11434") ) +(myObject (attribute1 "attr11435") ) +(myObject (attribute1 "attr11436") ) +(myObject (attribute1 "attr11437") ) +(myObject (attribute1 "attr11438") ) +(myObject (attribute1 "attr11439") ) +(myObject (attribute1 "attr11440") ) +(myObject (attribute1 "attr11441") ) +(myObject (attribute1 "attr11442") ) +(myObject (attribute1 "attr11443") ) +(myObject (attribute1 "attr11444") ) +(myObject (attribute1 "attr11445") ) +(myObject (attribute1 "attr11446") ) +(myObject (attribute1 "attr11447") ) +(myObject (attribute1 "attr11448") ) +(myObject (attribute1 "attr11449") ) +(myObject (attribute1 "attr11450") ) +(myObject (attribute1 "attr11451") ) +(myObject (attribute1 "attr11452") ) +(myObject (attribute1 "attr11453") ) +(myObject (attribute1 "attr11454") ) +(myObject (attribute1 "attr11455") ) +(myObject (attribute1 "attr11456") ) +(myObject (attribute1 "attr11457") ) +(myObject (attribute1 "attr11458") ) +(myObject (attribute1 "attr11459") ) +(myObject (attribute1 "attr11460") ) +(myObject (attribute1 "attr11461") ) +(myObject (attribute1 "attr11462") ) +(myObject (attribute1 "attr11463") ) +(myObject (attribute1 "attr11464") ) +(myObject (attribute1 "attr11465") ) +(myObject (attribute1 "attr11466") ) +(myObject (attribute1 "attr11467") ) +(myObject (attribute1 "attr11468") ) +(myObject (attribute1 "attr11469") ) +(myObject (attribute1 "attr11470") ) +(myObject (attribute1 "attr11471") ) +(myObject (attribute1 "attr11472") ) +(myObject (attribute1 "attr11473") ) +(myObject (attribute1 "attr11474") ) +(myObject (attribute1 "attr11475") ) +(myObject (attribute1 "attr11476") ) +(myObject (attribute1 "attr11477") ) +(myObject (attribute1 "attr11478") ) +(myObject (attribute1 "attr11479") ) +(myObject (attribute1 "attr11480") ) +(myObject (attribute1 "attr11481") ) +(myObject (attribute1 "attr11482") ) +(myObject (attribute1 "attr11483") ) +(myObject (attribute1 "attr11484") ) +(myObject (attribute1 "attr11485") ) +(myObject (attribute1 "attr11486") ) +(myObject (attribute1 "attr11487") ) +(myObject (attribute1 "attr11488") ) +(myObject (attribute1 "attr11489") ) +(myObject (attribute1 "attr11490") ) +(myObject (attribute1 "attr11491") ) +(myObject (attribute1 "attr11492") ) +(myObject (attribute1 "attr11493") ) +(myObject (attribute1 "attr11494") ) +(myObject (attribute1 "attr11495") ) +(myObject (attribute1 "attr11496") ) +(myObject (attribute1 "attr11497") ) +(myObject (attribute1 "attr11498") ) +(myObject (attribute1 "attr11499") ) +(myObject (attribute1 "attr11500") ) +(myObject (attribute1 "attr11501") ) +(myObject (attribute1 "attr11502") ) +(myObject (attribute1 "attr11503") ) +(myObject (attribute1 "attr11504") ) +(myObject (attribute1 "attr11505") ) +(myObject (attribute1 "attr11506") ) +(myObject (attribute1 "attr11507") ) +(myObject (attribute1 "attr11508") ) +(myObject (attribute1 "attr11509") ) +(myObject (attribute1 "attr11510") ) +(myObject (attribute1 "attr11511") ) +(myObject (attribute1 "attr11512") ) +(myObject (attribute1 "attr11513") ) +(myObject (attribute1 "attr11514") ) +(myObject (attribute1 "attr11515") ) +(myObject (attribute1 "attr11516") ) +(myObject (attribute1 "attr11517") ) +(myObject (attribute1 "attr11518") ) +(myObject (attribute1 "attr11519") ) +(myObject (attribute1 "attr11520") ) +(myObject (attribute1 "attr11521") ) +(myObject (attribute1 "attr11522") ) +(myObject (attribute1 "attr11523") ) +(myObject (attribute1 "attr11524") ) +(myObject (attribute1 "attr11525") ) +(myObject (attribute1 "attr11526") ) +(myObject (attribute1 "attr11527") ) +(myObject (attribute1 "attr11528") ) +(myObject (attribute1 "attr11529") ) +(myObject (attribute1 "attr11530") ) +(myObject (attribute1 "attr11531") ) +(myObject (attribute1 "attr11532") ) +(myObject (attribute1 "attr11533") ) +(myObject (attribute1 "attr11534") ) +(myObject (attribute1 "attr11535") ) +(myObject (attribute1 "attr11536") ) +(myObject (attribute1 "attr11537") ) +(myObject (attribute1 "attr11538") ) +(myObject (attribute1 "attr11539") ) +(myObject (attribute1 "attr11540") ) +(myObject (attribute1 "attr11541") ) +(myObject (attribute1 "attr11542") ) +(myObject (attribute1 "attr11543") ) +(myObject (attribute1 "attr11544") ) +(myObject (attribute1 "attr11545") ) +(myObject (attribute1 "attr11546") ) +(myObject (attribute1 "attr11547") ) +(myObject (attribute1 "attr11548") ) +(myObject (attribute1 "attr11549") ) +(myObject (attribute1 "attr11550") ) +(myObject (attribute1 "attr11551") ) +(myObject (attribute1 "attr11552") ) +(myObject (attribute1 "attr11553") ) +(myObject (attribute1 "attr11554") ) +(myObject (attribute1 "attr11555") ) +(myObject (attribute1 "attr11556") ) +(myObject (attribute1 "attr11557") ) +(myObject (attribute1 "attr11558") ) +(myObject (attribute1 "attr11559") ) +(myObject (attribute1 "attr11560") ) +(myObject (attribute1 "attr11561") ) +(myObject (attribute1 "attr11562") ) +(myObject (attribute1 "attr11563") ) +(myObject (attribute1 "attr11564") ) +(myObject (attribute1 "attr11565") ) +(myObject (attribute1 "attr11566") ) +(myObject (attribute1 "attr11567") ) +(myObject (attribute1 "attr11568") ) +(myObject (attribute1 "attr11569") ) +(myObject (attribute1 "attr11570") ) +(myObject (attribute1 "attr11571") ) +(myObject (attribute1 "attr11572") ) +(myObject (attribute1 "attr11573") ) +(myObject (attribute1 "attr11574") ) +(myObject (attribute1 "attr11575") ) +(myObject (attribute1 "attr11576") ) +(myObject (attribute1 "attr11577") ) +(myObject (attribute1 "attr11578") ) +(myObject (attribute1 "attr11579") ) +(myObject (attribute1 "attr11580") ) +(myObject (attribute1 "attr11581") ) +(myObject (attribute1 "attr11582") ) +(myObject (attribute1 "attr11583") ) +(myObject (attribute1 "attr11584") ) +(myObject (attribute1 "attr11585") ) +(myObject (attribute1 "attr11586") ) +(myObject (attribute1 "attr11587") ) +(myObject (attribute1 "attr11588") ) +(myObject (attribute1 "attr11589") ) +(myObject (attribute1 "attr11590") ) +(myObject (attribute1 "attr11591") ) +(myObject (attribute1 "attr11592") ) +(myObject (attribute1 "attr11593") ) +(myObject (attribute1 "attr11594") ) +(myObject (attribute1 "attr11595") ) +(myObject (attribute1 "attr11596") ) +(myObject (attribute1 "attr11597") ) +(myObject (attribute1 "attr11598") ) +(myObject (attribute1 "attr11599") ) +(myObject (attribute1 "attr11600") ) +(myObject (attribute1 "attr11601") ) +(myObject (attribute1 "attr11602") ) +(myObject (attribute1 "attr11603") ) +(myObject (attribute1 "attr11604") ) +(myObject (attribute1 "attr11605") ) +(myObject (attribute1 "attr11606") ) +(myObject (attribute1 "attr11607") ) +(myObject (attribute1 "attr11608") ) +(myObject (attribute1 "attr11609") ) +(myObject (attribute1 "attr11610") ) +(myObject (attribute1 "attr11611") ) +(myObject (attribute1 "attr11612") ) +(myObject (attribute1 "attr11613") ) +(myObject (attribute1 "attr11614") ) +(myObject (attribute1 "attr11615") ) +(myObject (attribute1 "attr11616") ) +(myObject (attribute1 "attr11617") ) +(myObject (attribute1 "attr11618") ) +(myObject (attribute1 "attr11619") ) +(myObject (attribute1 "attr11620") ) +(myObject (attribute1 "attr11621") ) +(myObject (attribute1 "attr11622") ) +(myObject (attribute1 "attr11623") ) +(myObject (attribute1 "attr11624") ) +(myObject (attribute1 "attr11625") ) +(myObject (attribute1 "attr11626") ) +(myObject (attribute1 "attr11627") ) +(myObject (attribute1 "attr11628") ) +(myObject (attribute1 "attr11629") ) +(myObject (attribute1 "attr11630") ) +(myObject (attribute1 "attr11631") ) +(myObject (attribute1 "attr11632") ) +(myObject (attribute1 "attr11633") ) +(myObject (attribute1 "attr11634") ) +(myObject (attribute1 "attr11635") ) +(myObject (attribute1 "attr11636") ) +(myObject (attribute1 "attr11637") ) +(myObject (attribute1 "attr11638") ) +(myObject (attribute1 "attr11639") ) +(myObject (attribute1 "attr11640") ) +(myObject (attribute1 "attr11641") ) +(myObject (attribute1 "attr11642") ) +(myObject (attribute1 "attr11643") ) +(myObject (attribute1 "attr11644") ) +(myObject (attribute1 "attr11645") ) +(myObject (attribute1 "attr11646") ) +(myObject (attribute1 "attr11647") ) +(myObject (attribute1 "attr11648") ) +(myObject (attribute1 "attr11649") ) +(myObject (attribute1 "attr11650") ) +(myObject (attribute1 "attr11651") ) +(myObject (attribute1 "attr11652") ) +(myObject (attribute1 "attr11653") ) +(myObject (attribute1 "attr11654") ) +(myObject (attribute1 "attr11655") ) +(myObject (attribute1 "attr11656") ) +(myObject (attribute1 "attr11657") ) +(myObject (attribute1 "attr11658") ) +(myObject (attribute1 "attr11659") ) +(myObject (attribute1 "attr11660") ) +(myObject (attribute1 "attr11661") ) +(myObject (attribute1 "attr11662") ) +(myObject (attribute1 "attr11663") ) +(myObject (attribute1 "attr11664") ) +(myObject (attribute1 "attr11665") ) +(myObject (attribute1 "attr11666") ) +(myObject (attribute1 "attr11667") ) +(myObject (attribute1 "attr11668") ) +(myObject (attribute1 "attr11669") ) +(myObject (attribute1 "attr11670") ) +(myObject (attribute1 "attr11671") ) +(myObject (attribute1 "attr11672") ) +(myObject (attribute1 "attr11673") ) +(myObject (attribute1 "attr11674") ) +(myObject (attribute1 "attr11675") ) +(myObject (attribute1 "attr11676") ) +(myObject (attribute1 "attr11677") ) +(myObject (attribute1 "attr11678") ) +(myObject (attribute1 "attr11679") ) +(myObject (attribute1 "attr11680") ) +(myObject (attribute1 "attr11681") ) +(myObject (attribute1 "attr11682") ) +(myObject (attribute1 "attr11683") ) +(myObject (attribute1 "attr11684") ) +(myObject (attribute1 "attr11685") ) +(myObject (attribute1 "attr11686") ) +(myObject (attribute1 "attr11687") ) +(myObject (attribute1 "attr11688") ) +(myObject (attribute1 "attr11689") ) +(myObject (attribute1 "attr11690") ) +(myObject (attribute1 "attr11691") ) +(myObject (attribute1 "attr11692") ) +(myObject (attribute1 "attr11693") ) +(myObject (attribute1 "attr11694") ) +(myObject (attribute1 "attr11695") ) +(myObject (attribute1 "attr11696") ) +(myObject (attribute1 "attr11697") ) +(myObject (attribute1 "attr11698") ) +(myObject (attribute1 "attr11699") ) +(myObject (attribute1 "attr11700") ) +(myObject (attribute1 "attr11701") ) +(myObject (attribute1 "attr11702") ) +(myObject (attribute1 "attr11703") ) +(myObject (attribute1 "attr11704") ) +(myObject (attribute1 "attr11705") ) +(myObject (attribute1 "attr11706") ) +(myObject (attribute1 "attr11707") ) +(myObject (attribute1 "attr11708") ) +(myObject (attribute1 "attr11709") ) +(myObject (attribute1 "attr11710") ) +(myObject (attribute1 "attr11711") ) +(myObject (attribute1 "attr11712") ) +(myObject (attribute1 "attr11713") ) +(myObject (attribute1 "attr11714") ) +(myObject (attribute1 "attr11715") ) +(myObject (attribute1 "attr11716") ) +(myObject (attribute1 "attr11717") ) +(myObject (attribute1 "attr11718") ) +(myObject (attribute1 "attr11719") ) +(myObject (attribute1 "attr11720") ) +(myObject (attribute1 "attr11721") ) +(myObject (attribute1 "attr11722") ) +(myObject (attribute1 "attr11723") ) +(myObject (attribute1 "attr11724") ) +(myObject (attribute1 "attr11725") ) +(myObject (attribute1 "attr11726") ) +(myObject (attribute1 "attr11727") ) +(myObject (attribute1 "attr11728") ) +(myObject (attribute1 "attr11729") ) +(myObject (attribute1 "attr11730") ) +(myObject (attribute1 "attr11731") ) +(myObject (attribute1 "attr11732") ) +(myObject (attribute1 "attr11733") ) +(myObject (attribute1 "attr11734") ) +(myObject (attribute1 "attr11735") ) +(myObject (attribute1 "attr11736") ) +(myObject (attribute1 "attr11737") ) +(myObject (attribute1 "attr11738") ) +(myObject (attribute1 "attr11739") ) +(myObject (attribute1 "attr11740") ) +(myObject (attribute1 "attr11741") ) +(myObject (attribute1 "attr11742") ) +(myObject (attribute1 "attr11743") ) +(myObject (attribute1 "attr11744") ) +(myObject (attribute1 "attr11745") ) +(myObject (attribute1 "attr11746") ) +(myObject (attribute1 "attr11747") ) +(myObject (attribute1 "attr11748") ) +(myObject (attribute1 "attr11749") ) +(myObject (attribute1 "attr11750") ) +(myObject (attribute1 "attr11751") ) +(myObject (attribute1 "attr11752") ) +(myObject (attribute1 "attr11753") ) +(myObject (attribute1 "attr11754") ) +(myObject (attribute1 "attr11755") ) +(myObject (attribute1 "attr11756") ) +(myObject (attribute1 "attr11757") ) +(myObject (attribute1 "attr11758") ) +(myObject (attribute1 "attr11759") ) +(myObject (attribute1 "attr11760") ) +(myObject (attribute1 "attr11761") ) +(myObject (attribute1 "attr11762") ) +(myObject (attribute1 "attr11763") ) +(myObject (attribute1 "attr11764") ) +(myObject (attribute1 "attr11765") ) +(myObject (attribute1 "attr11766") ) +(myObject (attribute1 "attr11767") ) +(myObject (attribute1 "attr11768") ) +(myObject (attribute1 "attr11769") ) +(myObject (attribute1 "attr11770") ) +(myObject (attribute1 "attr11771") ) +(myObject (attribute1 "attr11772") ) +(myObject (attribute1 "attr11773") ) +(myObject (attribute1 "attr11774") ) +(myObject (attribute1 "attr11775") ) +(myObject (attribute1 "attr11776") ) +(myObject (attribute1 "attr11777") ) +(myObject (attribute1 "attr11778") ) +(myObject (attribute1 "attr11779") ) +(myObject (attribute1 "attr11780") ) +(myObject (attribute1 "attr11781") ) +(myObject (attribute1 "attr11782") ) +(myObject (attribute1 "attr11783") ) +(myObject (attribute1 "attr11784") ) +(myObject (attribute1 "attr11785") ) +(myObject (attribute1 "attr11786") ) +(myObject (attribute1 "attr11787") ) +(myObject (attribute1 "attr11788") ) +(myObject (attribute1 "attr11789") ) +(myObject (attribute1 "attr11790") ) +(myObject (attribute1 "attr11791") ) +(myObject (attribute1 "attr11792") ) +(myObject (attribute1 "attr11793") ) +(myObject (attribute1 "attr11794") ) +(myObject (attribute1 "attr11795") ) +(myObject (attribute1 "attr11796") ) +(myObject (attribute1 "attr11797") ) +(myObject (attribute1 "attr11798") ) +(myObject (attribute1 "attr11799") ) +(myObject (attribute1 "attr11800") ) +(myObject (attribute1 "attr11801") ) +(myObject (attribute1 "attr11802") ) +(myObject (attribute1 "attr11803") ) +(myObject (attribute1 "attr11804") ) +(myObject (attribute1 "attr11805") ) +(myObject (attribute1 "attr11806") ) +(myObject (attribute1 "attr11807") ) +(myObject (attribute1 "attr11808") ) +(myObject (attribute1 "attr11809") ) +(myObject (attribute1 "attr11810") ) +(myObject (attribute1 "attr11811") ) +(myObject (attribute1 "attr11812") ) +(myObject (attribute1 "attr11813") ) +(myObject (attribute1 "attr11814") ) +(myObject (attribute1 "attr11815") ) +(myObject (attribute1 "attr11816") ) +(myObject (attribute1 "attr11817") ) +(myObject (attribute1 "attr11818") ) +(myObject (attribute1 "attr11819") ) +(myObject (attribute1 "attr11820") ) +(myObject (attribute1 "attr11821") ) +(myObject (attribute1 "attr11822") ) +(myObject (attribute1 "attr11823") ) +(myObject (attribute1 "attr11824") ) +(myObject (attribute1 "attr11825") ) +(myObject (attribute1 "attr11826") ) +(myObject (attribute1 "attr11827") ) +(myObject (attribute1 "attr11828") ) +(myObject (attribute1 "attr11829") ) +(myObject (attribute1 "attr11830") ) +(myObject (attribute1 "attr11831") ) +(myObject (attribute1 "attr11832") ) +(myObject (attribute1 "attr11833") ) +(myObject (attribute1 "attr11834") ) +(myObject (attribute1 "attr11835") ) +(myObject (attribute1 "attr11836") ) +(myObject (attribute1 "attr11837") ) +(myObject (attribute1 "attr11838") ) +(myObject (attribute1 "attr11839") ) +(myObject (attribute1 "attr11840") ) +(myObject (attribute1 "attr11841") ) +(myObject (attribute1 "attr11842") ) +(myObject (attribute1 "attr11843") ) +(myObject (attribute1 "attr11844") ) +(myObject (attribute1 "attr11845") ) +(myObject (attribute1 "attr11846") ) +(myObject (attribute1 "attr11847") ) +(myObject (attribute1 "attr11848") ) +(myObject (attribute1 "attr11849") ) +(myObject (attribute1 "attr11850") ) +(myObject (attribute1 "attr11851") ) +(myObject (attribute1 "attr11852") ) +(myObject (attribute1 "attr11853") ) +(myObject (attribute1 "attr11854") ) +(myObject (attribute1 "attr11855") ) +(myObject (attribute1 "attr11856") ) +(myObject (attribute1 "attr11857") ) +(myObject (attribute1 "attr11858") ) +(myObject (attribute1 "attr11859") ) +(myObject (attribute1 "attr11860") ) +(myObject (attribute1 "attr11861") ) +(myObject (attribute1 "attr11862") ) +(myObject (attribute1 "attr11863") ) +(myObject (attribute1 "attr11864") ) +(myObject (attribute1 "attr11865") ) +(myObject (attribute1 "attr11866") ) +(myObject (attribute1 "attr11867") ) +(myObject (attribute1 "attr11868") ) +(myObject (attribute1 "attr11869") ) +(myObject (attribute1 "attr11870") ) +(myObject (attribute1 "attr11871") ) +(myObject (attribute1 "attr11872") ) +(myObject (attribute1 "attr11873") ) +(myObject (attribute1 "attr11874") ) +(myObject (attribute1 "attr11875") ) +(myObject (attribute1 "attr11876") ) +(myObject (attribute1 "attr11877") ) +(myObject (attribute1 "attr11878") ) +(myObject (attribute1 "attr11879") ) +(myObject (attribute1 "attr11880") ) +(myObject (attribute1 "attr11881") ) +(myObject (attribute1 "attr11882") ) +(myObject (attribute1 "attr11883") ) +(myObject (attribute1 "attr11884") ) +(myObject (attribute1 "attr11885") ) +(myObject (attribute1 "attr11886") ) +(myObject (attribute1 "attr11887") ) +(myObject (attribute1 "attr11888") ) +(myObject (attribute1 "attr11889") ) +(myObject (attribute1 "attr11890") ) +(myObject (attribute1 "attr11891") ) +(myObject (attribute1 "attr11892") ) +(myObject (attribute1 "attr11893") ) +(myObject (attribute1 "attr11894") ) +(myObject (attribute1 "attr11895") ) +(myObject (attribute1 "attr11896") ) +(myObject (attribute1 "attr11897") ) +(myObject (attribute1 "attr11898") ) +(myObject (attribute1 "attr11899") ) +(myObject (attribute1 "attr11900") ) +(myObject (attribute1 "attr11901") ) +(myObject (attribute1 "attr11902") ) +(myObject (attribute1 "attr11903") ) +(myObject (attribute1 "attr11904") ) +(myObject (attribute1 "attr11905") ) +(myObject (attribute1 "attr11906") ) +(myObject (attribute1 "attr11907") ) +(myObject (attribute1 "attr11908") ) +(myObject (attribute1 "attr11909") ) +(myObject (attribute1 "attr11910") ) +(myObject (attribute1 "attr11911") ) +(myObject (attribute1 "attr11912") ) +(myObject (attribute1 "attr11913") ) +(myObject (attribute1 "attr11914") ) +(myObject (attribute1 "attr11915") ) +(myObject (attribute1 "attr11916") ) +(myObject (attribute1 "attr11917") ) +(myObject (attribute1 "attr11918") ) +(myObject (attribute1 "attr11919") ) +(myObject (attribute1 "attr11920") ) +(myObject (attribute1 "attr11921") ) +(myObject (attribute1 "attr11922") ) +(myObject (attribute1 "attr11923") ) +(myObject (attribute1 "attr11924") ) +(myObject (attribute1 "attr11925") ) +(myObject (attribute1 "attr11926") ) +(myObject (attribute1 "attr11927") ) +(myObject (attribute1 "attr11928") ) +(myObject (attribute1 "attr11929") ) +(myObject (attribute1 "attr11930") ) +(myObject (attribute1 "attr11931") ) +(myObject (attribute1 "attr11932") ) +(myObject (attribute1 "attr11933") ) +(myObject (attribute1 "attr11934") ) +(myObject (attribute1 "attr11935") ) +(myObject (attribute1 "attr11936") ) +(myObject (attribute1 "attr11937") ) +(myObject (attribute1 "attr11938") ) +(myObject (attribute1 "attr11939") ) +(myObject (attribute1 "attr11940") ) +(myObject (attribute1 "attr11941") ) +(myObject (attribute1 "attr11942") ) +(myObject (attribute1 "attr11943") ) +(myObject (attribute1 "attr11944") ) +(myObject (attribute1 "attr11945") ) +(myObject (attribute1 "attr11946") ) +(myObject (attribute1 "attr11947") ) +(myObject (attribute1 "attr11948") ) +(myObject (attribute1 "attr11949") ) +(myObject (attribute1 "attr11950") ) +(myObject (attribute1 "attr11951") ) +(myObject (attribute1 "attr11952") ) +(myObject (attribute1 "attr11953") ) +(myObject (attribute1 "attr11954") ) +(myObject (attribute1 "attr11955") ) +(myObject (attribute1 "attr11956") ) +(myObject (attribute1 "attr11957") ) +(myObject (attribute1 "attr11958") ) +(myObject (attribute1 "attr11959") ) +(myObject (attribute1 "attr11960") ) +(myObject (attribute1 "attr11961") ) +(myObject (attribute1 "attr11962") ) +(myObject (attribute1 "attr11963") ) +(myObject (attribute1 "attr11964") ) +(myObject (attribute1 "attr11965") ) +(myObject (attribute1 "attr11966") ) +(myObject (attribute1 "attr11967") ) +(myObject (attribute1 "attr11968") ) +(myObject (attribute1 "attr11969") ) +(myObject (attribute1 "attr11970") ) +(myObject (attribute1 "attr11971") ) +(myObject (attribute1 "attr11972") ) +(myObject (attribute1 "attr11973") ) +(myObject (attribute1 "attr11974") ) +(myObject (attribute1 "attr11975") ) +(myObject (attribute1 "attr11976") ) +(myObject (attribute1 "attr11977") ) +(myObject (attribute1 "attr11978") ) +(myObject (attribute1 "attr11979") ) +(myObject (attribute1 "attr11980") ) +(myObject (attribute1 "attr11981") ) +(myObject (attribute1 "attr11982") ) +(myObject (attribute1 "attr11983") ) +(myObject (attribute1 "attr11984") ) +(myObject (attribute1 "attr11985") ) +(myObject (attribute1 "attr11986") ) +(myObject (attribute1 "attr11987") ) +(myObject (attribute1 "attr11988") ) +(myObject (attribute1 "attr11989") ) +(myObject (attribute1 "attr11990") ) +(myObject (attribute1 "attr11991") ) +(myObject (attribute1 "attr11992") ) +(myObject (attribute1 "attr11993") ) +(myObject (attribute1 "attr11994") ) +(myObject (attribute1 "attr11995") ) +(myObject (attribute1 "attr11996") ) +(myObject (attribute1 "attr11997") ) +(myObject (attribute1 "attr11998") ) +(myObject (attribute1 "attr11999") ) +(myObject (attribute1 "attr12000") ) +(myObject (attribute1 "attr12001") ) +(myObject (attribute1 "attr12002") ) +(myObject (attribute1 "attr12003") ) +(myObject (attribute1 "attr12004") ) +(myObject (attribute1 "attr12005") ) +(myObject (attribute1 "attr12006") ) +(myObject (attribute1 "attr12007") ) +(myObject (attribute1 "attr12008") ) +(myObject (attribute1 "attr12009") ) +(myObject (attribute1 "attr12010") ) +(myObject (attribute1 "attr12011") ) +(myObject (attribute1 "attr12012") ) +(myObject (attribute1 "attr12013") ) +(myObject (attribute1 "attr12014") ) +(myObject (attribute1 "attr12015") ) +(myObject (attribute1 "attr12016") ) +(myObject (attribute1 "attr12017") ) +(myObject (attribute1 "attr12018") ) +(myObject (attribute1 "attr12019") ) +(myObject (attribute1 "attr12020") ) +(myObject (attribute1 "attr12021") ) +(myObject (attribute1 "attr12022") ) +(myObject (attribute1 "attr12023") ) +(myObject (attribute1 "attr12024") ) +(myObject (attribute1 "attr12025") ) +(myObject (attribute1 "attr12026") ) +(myObject (attribute1 "attr12027") ) +(myObject (attribute1 "attr12028") ) +(myObject (attribute1 "attr12029") ) +(myObject (attribute1 "attr12030") ) +(myObject (attribute1 "attr12031") ) +(myObject (attribute1 "attr12032") ) +(myObject (attribute1 "attr12033") ) +(myObject (attribute1 "attr12034") ) +(myObject (attribute1 "attr12035") ) +(myObject (attribute1 "attr12036") ) +(myObject (attribute1 "attr12037") ) +(myObject (attribute1 "attr12038") ) +(myObject (attribute1 "attr12039") ) +(myObject (attribute1 "attr12040") ) +(myObject (attribute1 "attr12041") ) +(myObject (attribute1 "attr12042") ) +(myObject (attribute1 "attr12043") ) +(myObject (attribute1 "attr12044") ) +(myObject (attribute1 "attr12045") ) +(myObject (attribute1 "attr12046") ) +(myObject (attribute1 "attr12047") ) +(myObject (attribute1 "attr12048") ) +(myObject (attribute1 "attr12049") ) +(myObject (attribute1 "attr12050") ) +(myObject (attribute1 "attr12051") ) +(myObject (attribute1 "attr12052") ) +(myObject (attribute1 "attr12053") ) +(myObject (attribute1 "attr12054") ) +(myObject (attribute1 "attr12055") ) +(myObject (attribute1 "attr12056") ) +(myObject (attribute1 "attr12057") ) +(myObject (attribute1 "attr12058") ) +(myObject (attribute1 "attr12059") ) +(myObject (attribute1 "attr12060") ) +(myObject (attribute1 "attr12061") ) +(myObject (attribute1 "attr12062") ) +(myObject (attribute1 "attr12063") ) +(myObject (attribute1 "attr12064") ) +(myObject (attribute1 "attr12065") ) +(myObject (attribute1 "attr12066") ) +(myObject (attribute1 "attr12067") ) +(myObject (attribute1 "attr12068") ) +(myObject (attribute1 "attr12069") ) +(myObject (attribute1 "attr12070") ) +(myObject (attribute1 "attr12071") ) +(myObject (attribute1 "attr12072") ) +(myObject (attribute1 "attr12073") ) +(myObject (attribute1 "attr12074") ) +(myObject (attribute1 "attr12075") ) +(myObject (attribute1 "attr12076") ) +(myObject (attribute1 "attr12077") ) +(myObject (attribute1 "attr12078") ) +(myObject (attribute1 "attr12079") ) +(myObject (attribute1 "attr12080") ) +(myObject (attribute1 "attr12081") ) +(myObject (attribute1 "attr12082") ) +(myObject (attribute1 "attr12083") ) +(myObject (attribute1 "attr12084") ) +(myObject (attribute1 "attr12085") ) +(myObject (attribute1 "attr12086") ) +(myObject (attribute1 "attr12087") ) +(myObject (attribute1 "attr12088") ) +(myObject (attribute1 "attr12089") ) +(myObject (attribute1 "attr12090") ) +(myObject (attribute1 "attr12091") ) +(myObject (attribute1 "attr12092") ) +(myObject (attribute1 "attr12093") ) +(myObject (attribute1 "attr12094") ) +(myObject (attribute1 "attr12095") ) +(myObject (attribute1 "attr12096") ) +(myObject (attribute1 "attr12097") ) +(myObject (attribute1 "attr12098") ) +(myObject (attribute1 "attr12099") ) +(myObject (attribute1 "attr12100") ) +(myObject (attribute1 "attr12101") ) +(myObject (attribute1 "attr12102") ) +(myObject (attribute1 "attr12103") ) +(myObject (attribute1 "attr12104") ) +(myObject (attribute1 "attr12105") ) +(myObject (attribute1 "attr12106") ) +(myObject (attribute1 "attr12107") ) +(myObject (attribute1 "attr12108") ) +(myObject (attribute1 "attr12109") ) +(myObject (attribute1 "attr12110") ) +(myObject (attribute1 "attr12111") ) +(myObject (attribute1 "attr12112") ) +(myObject (attribute1 "attr12113") ) +(myObject (attribute1 "attr12114") ) +(myObject (attribute1 "attr12115") ) +(myObject (attribute1 "attr12116") ) +(myObject (attribute1 "attr12117") ) +(myObject (attribute1 "attr12118") ) +(myObject (attribute1 "attr12119") ) +(myObject (attribute1 "attr12120") ) +(myObject (attribute1 "attr12121") ) +(myObject (attribute1 "attr12122") ) +(myObject (attribute1 "attr12123") ) +(myObject (attribute1 "attr12124") ) +(myObject (attribute1 "attr12125") ) +(myObject (attribute1 "attr12126") ) +(myObject (attribute1 "attr12127") ) +(myObject (attribute1 "attr12128") ) +(myObject (attribute1 "attr12129") ) +(myObject (attribute1 "attr12130") ) +(myObject (attribute1 "attr12131") ) +(myObject (attribute1 "attr12132") ) +(myObject (attribute1 "attr12133") ) +(myObject (attribute1 "attr12134") ) +(myObject (attribute1 "attr12135") ) +(myObject (attribute1 "attr12136") ) +(myObject (attribute1 "attr12137") ) +(myObject (attribute1 "attr12138") ) +(myObject (attribute1 "attr12139") ) +(myObject (attribute1 "attr12140") ) +(myObject (attribute1 "attr12141") ) +(myObject (attribute1 "attr12142") ) +(myObject (attribute1 "attr12143") ) +(myObject (attribute1 "attr12144") ) +(myObject (attribute1 "attr12145") ) +(myObject (attribute1 "attr12146") ) +(myObject (attribute1 "attr12147") ) +(myObject (attribute1 "attr12148") ) +(myObject (attribute1 "attr12149") ) +(myObject (attribute1 "attr12150") ) +(myObject (attribute1 "attr12151") ) +(myObject (attribute1 "attr12152") ) +(myObject (attribute1 "attr12153") ) +(myObject (attribute1 "attr12154") ) +(myObject (attribute1 "attr12155") ) +(myObject (attribute1 "attr12156") ) +(myObject (attribute1 "attr12157") ) +(myObject (attribute1 "attr12158") ) +(myObject (attribute1 "attr12159") ) +(myObject (attribute1 "attr12160") ) +(myObject (attribute1 "attr12161") ) +(myObject (attribute1 "attr12162") ) +(myObject (attribute1 "attr12163") ) +(myObject (attribute1 "attr12164") ) +(myObject (attribute1 "attr12165") ) +(myObject (attribute1 "attr12166") ) +(myObject (attribute1 "attr12167") ) +(myObject (attribute1 "attr12168") ) +(myObject (attribute1 "attr12169") ) +(myObject (attribute1 "attr12170") ) +(myObject (attribute1 "attr12171") ) +(myObject (attribute1 "attr12172") ) +(myObject (attribute1 "attr12173") ) +(myObject (attribute1 "attr12174") ) +(myObject (attribute1 "attr12175") ) +(myObject (attribute1 "attr12176") ) +(myObject (attribute1 "attr12177") ) +(myObject (attribute1 "attr12178") ) +(myObject (attribute1 "attr12179") ) +(myObject (attribute1 "attr12180") ) +(myObject (attribute1 "attr12181") ) +(myObject (attribute1 "attr12182") ) +(myObject (attribute1 "attr12183") ) +(myObject (attribute1 "attr12184") ) +(myObject (attribute1 "attr12185") ) +(myObject (attribute1 "attr12186") ) +(myObject (attribute1 "attr12187") ) +(myObject (attribute1 "attr12188") ) +(myObject (attribute1 "attr12189") ) +(myObject (attribute1 "attr12190") ) +(myObject (attribute1 "attr12191") ) +(myObject (attribute1 "attr12192") ) +(myObject (attribute1 "attr12193") ) +(myObject (attribute1 "attr12194") ) +(myObject (attribute1 "attr12195") ) +(myObject (attribute1 "attr12196") ) +(myObject (attribute1 "attr12197") ) +(myObject (attribute1 "attr12198") ) +(myObject (attribute1 "attr12199") ) +(myObject (attribute1 "attr12200") ) +(myObject (attribute1 "attr12201") ) +(myObject (attribute1 "attr12202") ) +(myObject (attribute1 "attr12203") ) +(myObject (attribute1 "attr12204") ) +(myObject (attribute1 "attr12205") ) +(myObject (attribute1 "attr12206") ) +(myObject (attribute1 "attr12207") ) +(myObject (attribute1 "attr12208") ) +(myObject (attribute1 "attr12209") ) +(myObject (attribute1 "attr12210") ) +(myObject (attribute1 "attr12211") ) +(myObject (attribute1 "attr12212") ) +(myObject (attribute1 "attr12213") ) +(myObject (attribute1 "attr12214") ) +(myObject (attribute1 "attr12215") ) +(myObject (attribute1 "attr12216") ) +(myObject (attribute1 "attr12217") ) +(myObject (attribute1 "attr12218") ) +(myObject (attribute1 "attr12219") ) +(myObject (attribute1 "attr12220") ) +(myObject (attribute1 "attr12221") ) +(myObject (attribute1 "attr12222") ) +(myObject (attribute1 "attr12223") ) +(myObject (attribute1 "attr12224") ) +(myObject (attribute1 "attr12225") ) +(myObject (attribute1 "attr12226") ) +(myObject (attribute1 "attr12227") ) +(myObject (attribute1 "attr12228") ) +(myObject (attribute1 "attr12229") ) +(myObject (attribute1 "attr12230") ) +(myObject (attribute1 "attr12231") ) +(myObject (attribute1 "attr12232") ) +(myObject (attribute1 "attr12233") ) +(myObject (attribute1 "attr12234") ) +(myObject (attribute1 "attr12235") ) +(myObject (attribute1 "attr12236") ) +(myObject (attribute1 "attr12237") ) +(myObject (attribute1 "attr12238") ) +(myObject (attribute1 "attr12239") ) +(myObject (attribute1 "attr12240") ) +(myObject (attribute1 "attr12241") ) +(myObject (attribute1 "attr12242") ) +(myObject (attribute1 "attr12243") ) +(myObject (attribute1 "attr12244") ) +(myObject (attribute1 "attr12245") ) +(myObject (attribute1 "attr12246") ) +(myObject (attribute1 "attr12247") ) +(myObject (attribute1 "attr12248") ) +(myObject (attribute1 "attr12249") ) +(myObject (attribute1 "attr12250") ) +(myObject (attribute1 "attr12251") ) +(myObject (attribute1 "attr12252") ) +(myObject (attribute1 "attr12253") ) +(myObject (attribute1 "attr12254") ) +(myObject (attribute1 "attr12255") ) +(myObject (attribute1 "attr12256") ) +(myObject (attribute1 "attr12257") ) +(myObject (attribute1 "attr12258") ) +(myObject (attribute1 "attr12259") ) +(myObject (attribute1 "attr12260") ) +(myObject (attribute1 "attr12261") ) +(myObject (attribute1 "attr12262") ) +(myObject (attribute1 "attr12263") ) +(myObject (attribute1 "attr12264") ) +(myObject (attribute1 "attr12265") ) +(myObject (attribute1 "attr12266") ) +(myObject (attribute1 "attr12267") ) +(myObject (attribute1 "attr12268") ) +(myObject (attribute1 "attr12269") ) +(myObject (attribute1 "attr12270") ) +(myObject (attribute1 "attr12271") ) +(myObject (attribute1 "attr12272") ) +(myObject (attribute1 "attr12273") ) +(myObject (attribute1 "attr12274") ) +(myObject (attribute1 "attr12275") ) +(myObject (attribute1 "attr12276") ) +(myObject (attribute1 "attr12277") ) +(myObject (attribute1 "attr12278") ) +(myObject (attribute1 "attr12279") ) +(myObject (attribute1 "attr12280") ) +(myObject (attribute1 "attr12281") ) +(myObject (attribute1 "attr12282") ) +(myObject (attribute1 "attr12283") ) +(myObject (attribute1 "attr12284") ) +(myObject (attribute1 "attr12285") ) +(myObject (attribute1 "attr12286") ) +(myObject (attribute1 "attr12287") ) +(myObject (attribute1 "attr12288") ) +(myObject (attribute1 "attr12289") ) +(myObject (attribute1 "attr12290") ) +(myObject (attribute1 "attr12291") ) +(myObject (attribute1 "attr12292") ) +(myObject (attribute1 "attr12293") ) +(myObject (attribute1 "attr12294") ) +(myObject (attribute1 "attr12295") ) +(myObject (attribute1 "attr12296") ) +(myObject (attribute1 "attr12297") ) +(myObject (attribute1 "attr12298") ) +(myObject (attribute1 "attr12299") ) +(myObject (attribute1 "attr12300") ) +(myObject (attribute1 "attr12301") ) +(myObject (attribute1 "attr12302") ) +(myObject (attribute1 "attr12303") ) +(myObject (attribute1 "attr12304") ) +(myObject (attribute1 "attr12305") ) +(myObject (attribute1 "attr12306") ) +(myObject (attribute1 "attr12307") ) +(myObject (attribute1 "attr12308") ) +(myObject (attribute1 "attr12309") ) +(myObject (attribute1 "attr12310") ) +(myObject (attribute1 "attr12311") ) +(myObject (attribute1 "attr12312") ) +(myObject (attribute1 "attr12313") ) +(myObject (attribute1 "attr12314") ) +(myObject (attribute1 "attr12315") ) +(myObject (attribute1 "attr12316") ) +(myObject (attribute1 "attr12317") ) +(myObject (attribute1 "attr12318") ) +(myObject (attribute1 "attr12319") ) +(myObject (attribute1 "attr12320") ) +(myObject (attribute1 "attr12321") ) +(myObject (attribute1 "attr12322") ) +(myObject (attribute1 "attr12323") ) +(myObject (attribute1 "attr12324") ) +(myObject (attribute1 "attr12325") ) +(myObject (attribute1 "attr12326") ) +(myObject (attribute1 "attr12327") ) +(myObject (attribute1 "attr12328") ) +(myObject (attribute1 "attr12329") ) +(myObject (attribute1 "attr12330") ) +(myObject (attribute1 "attr12331") ) +(myObject (attribute1 "attr12332") ) +(myObject (attribute1 "attr12333") ) +(myObject (attribute1 "attr12334") ) +(myObject (attribute1 "attr12335") ) +(myObject (attribute1 "attr12336") ) +(myObject (attribute1 "attr12337") ) +(myObject (attribute1 "attr12338") ) +(myObject (attribute1 "attr12339") ) +(myObject (attribute1 "attr12340") ) +(myObject (attribute1 "attr12341") ) +(myObject (attribute1 "attr12342") ) +(myObject (attribute1 "attr12343") ) +(myObject (attribute1 "attr12344") ) +(myObject (attribute1 "attr12345") ) +(myObject (attribute1 "attr12346") ) +(myObject (attribute1 "attr12347") ) +(myObject (attribute1 "attr12348") ) +(myObject (attribute1 "attr12349") ) +(myObject (attribute1 "attr12350") ) +(myObject (attribute1 "attr12351") ) +(myObject (attribute1 "attr12352") ) +(myObject (attribute1 "attr12353") ) +(myObject (attribute1 "attr12354") ) +(myObject (attribute1 "attr12355") ) +(myObject (attribute1 "attr12356") ) +(myObject (attribute1 "attr12357") ) +(myObject (attribute1 "attr12358") ) +(myObject (attribute1 "attr12359") ) +(myObject (attribute1 "attr12360") ) +(myObject (attribute1 "attr12361") ) +(myObject (attribute1 "attr12362") ) +(myObject (attribute1 "attr12363") ) +(myObject (attribute1 "attr12364") ) +(myObject (attribute1 "attr12365") ) +(myObject (attribute1 "attr12366") ) +(myObject (attribute1 "attr12367") ) +(myObject (attribute1 "attr12368") ) +(myObject (attribute1 "attr12369") ) +(myObject (attribute1 "attr12370") ) +(myObject (attribute1 "attr12371") ) +(myObject (attribute1 "attr12372") ) +(myObject (attribute1 "attr12373") ) +(myObject (attribute1 "attr12374") ) +(myObject (attribute1 "attr12375") ) +(myObject (attribute1 "attr12376") ) +(myObject (attribute1 "attr12377") ) +(myObject (attribute1 "attr12378") ) +(myObject (attribute1 "attr12379") ) +(myObject (attribute1 "attr12380") ) +(myObject (attribute1 "attr12381") ) +(myObject (attribute1 "attr12382") ) +(myObject (attribute1 "attr12383") ) +(myObject (attribute1 "attr12384") ) +(myObject (attribute1 "attr12385") ) +(myObject (attribute1 "attr12386") ) +(myObject (attribute1 "attr12387") ) +(myObject (attribute1 "attr12388") ) +(myObject (attribute1 "attr12389") ) +(myObject (attribute1 "attr12390") ) +(myObject (attribute1 "attr12391") ) +(myObject (attribute1 "attr12392") ) +(myObject (attribute1 "attr12393") ) +(myObject (attribute1 "attr12394") ) +(myObject (attribute1 "attr12395") ) +(myObject (attribute1 "attr12396") ) +(myObject (attribute1 "attr12397") ) +(myObject (attribute1 "attr12398") ) +(myObject (attribute1 "attr12399") ) +(myObject (attribute1 "attr12400") ) +(myObject (attribute1 "attr12401") ) +(myObject (attribute1 "attr12402") ) +(myObject (attribute1 "attr12403") ) +(myObject (attribute1 "attr12404") ) +(myObject (attribute1 "attr12405") ) +(myObject (attribute1 "attr12406") ) +(myObject (attribute1 "attr12407") ) +(myObject (attribute1 "attr12408") ) +(myObject (attribute1 "attr12409") ) +(myObject (attribute1 "attr12410") ) +(myObject (attribute1 "attr12411") ) +(myObject (attribute1 "attr12412") ) +(myObject (attribute1 "attr12413") ) +(myObject (attribute1 "attr12414") ) +(myObject (attribute1 "attr12415") ) +(myObject (attribute1 "attr12416") ) +(myObject (attribute1 "attr12417") ) +(myObject (attribute1 "attr12418") ) +(myObject (attribute1 "attr12419") ) +(myObject (attribute1 "attr12420") ) +(myObject (attribute1 "attr12421") ) +(myObject (attribute1 "attr12422") ) +(myObject (attribute1 "attr12423") ) +(myObject (attribute1 "attr12424") ) +(myObject (attribute1 "attr12425") ) +(myObject (attribute1 "attr12426") ) +(myObject (attribute1 "attr12427") ) +(myObject (attribute1 "attr12428") ) +(myObject (attribute1 "attr12429") ) +(myObject (attribute1 "attr12430") ) +(myObject (attribute1 "attr12431") ) +(myObject (attribute1 "attr12432") ) +(myObject (attribute1 "attr12433") ) +(myObject (attribute1 "attr12434") ) +(myObject (attribute1 "attr12435") ) +(myObject (attribute1 "attr12436") ) +(myObject (attribute1 "attr12437") ) +(myObject (attribute1 "attr12438") ) +(myObject (attribute1 "attr12439") ) +(myObject (attribute1 "attr12440") ) +(myObject (attribute1 "attr12441") ) +(myObject (attribute1 "attr12442") ) +(myObject (attribute1 "attr12443") ) +(myObject (attribute1 "attr12444") ) +(myObject (attribute1 "attr12445") ) +(myObject (attribute1 "attr12446") ) +(myObject (attribute1 "attr12447") ) +(myObject (attribute1 "attr12448") ) +(myObject (attribute1 "attr12449") ) +(myObject (attribute1 "attr12450") ) +(myObject (attribute1 "attr12451") ) +(myObject (attribute1 "attr12452") ) +(myObject (attribute1 "attr12453") ) +(myObject (attribute1 "attr12454") ) +(myObject (attribute1 "attr12455") ) +(myObject (attribute1 "attr12456") ) +(myObject (attribute1 "attr12457") ) +(myObject (attribute1 "attr12458") ) +(myObject (attribute1 "attr12459") ) +(myObject (attribute1 "attr12460") ) +(myObject (attribute1 "attr12461") ) +(myObject (attribute1 "attr12462") ) +(myObject (attribute1 "attr12463") ) +(myObject (attribute1 "attr12464") ) +(myObject (attribute1 "attr12465") ) +(myObject (attribute1 "attr12466") ) +(myObject (attribute1 "attr12467") ) +(myObject (attribute1 "attr12468") ) +(myObject (attribute1 "attr12469") ) +(myObject (attribute1 "attr12470") ) +(myObject (attribute1 "attr12471") ) +(myObject (attribute1 "attr12472") ) +(myObject (attribute1 "attr12473") ) +(myObject (attribute1 "attr12474") ) +(myObject (attribute1 "attr12475") ) +(myObject (attribute1 "attr12476") ) +(myObject (attribute1 "attr12477") ) +(myObject (attribute1 "attr12478") ) +(myObject (attribute1 "attr12479") ) +(myObject (attribute1 "attr12480") ) +(myObject (attribute1 "attr12481") ) +(myObject (attribute1 "attr12482") ) +(myObject (attribute1 "attr12483") ) +(myObject (attribute1 "attr12484") ) +(myObject (attribute1 "attr12485") ) +(myObject (attribute1 "attr12486") ) +(myObject (attribute1 "attr12487") ) +(myObject (attribute1 "attr12488") ) +(myObject (attribute1 "attr12489") ) +(myObject (attribute1 "attr12490") ) +(myObject (attribute1 "attr12491") ) +(myObject (attribute1 "attr12492") ) +(myObject (attribute1 "attr12493") ) +(myObject (attribute1 "attr12494") ) +(myObject (attribute1 "attr12495") ) +(myObject (attribute1 "attr12496") ) +(myObject (attribute1 "attr12497") ) +(myObject (attribute1 "attr12498") ) +(myObject (attribute1 "attr12499") ) +(myObject (attribute1 "attr12500") ) +(myObject (attribute1 "attr12501") ) +(myObject (attribute1 "attr12502") ) +(myObject (attribute1 "attr12503") ) +(myObject (attribute1 "attr12504") ) +(myObject (attribute1 "attr12505") ) +(myObject (attribute1 "attr12506") ) +(myObject (attribute1 "attr12507") ) +(myObject (attribute1 "attr12508") ) +(myObject (attribute1 "attr12509") ) +(myObject (attribute1 "attr12510") ) +(myObject (attribute1 "attr12511") ) +(myObject (attribute1 "attr12512") ) +(myObject (attribute1 "attr12513") ) +(myObject (attribute1 "attr12514") ) +(myObject (attribute1 "attr12515") ) +(myObject (attribute1 "attr12516") ) +(myObject (attribute1 "attr12517") ) +(myObject (attribute1 "attr12518") ) +(myObject (attribute1 "attr12519") ) +(myObject (attribute1 "attr12520") ) +(myObject (attribute1 "attr12521") ) +(myObject (attribute1 "attr12522") ) +(myObject (attribute1 "attr12523") ) +(myObject (attribute1 "attr12524") ) +(myObject (attribute1 "attr12525") ) +(myObject (attribute1 "attr12526") ) +(myObject (attribute1 "attr12527") ) +(myObject (attribute1 "attr12528") ) +(myObject (attribute1 "attr12529") ) +(myObject (attribute1 "attr12530") ) +(myObject (attribute1 "attr12531") ) +(myObject (attribute1 "attr12532") ) +(myObject (attribute1 "attr12533") ) +(myObject (attribute1 "attr12534") ) +(myObject (attribute1 "attr12535") ) +(myObject (attribute1 "attr12536") ) +(myObject (attribute1 "attr12537") ) +(myObject (attribute1 "attr12538") ) +(myObject (attribute1 "attr12539") ) +(myObject (attribute1 "attr12540") ) +(myObject (attribute1 "attr12541") ) +(myObject (attribute1 "attr12542") ) +(myObject (attribute1 "attr12543") ) +(myObject (attribute1 "attr12544") ) +(myObject (attribute1 "attr12545") ) +(myObject (attribute1 "attr12546") ) +(myObject (attribute1 "attr12547") ) +(myObject (attribute1 "attr12548") ) +(myObject (attribute1 "attr12549") ) +(myObject (attribute1 "attr12550") ) +(myObject (attribute1 "attr12551") ) +(myObject (attribute1 "attr12552") ) +(myObject (attribute1 "attr12553") ) +(myObject (attribute1 "attr12554") ) +(myObject (attribute1 "attr12555") ) +(myObject (attribute1 "attr12556") ) +(myObject (attribute1 "attr12557") ) +(myObject (attribute1 "attr12558") ) +(myObject (attribute1 "attr12559") ) +(myObject (attribute1 "attr12560") ) +(myObject (attribute1 "attr12561") ) +(myObject (attribute1 "attr12562") ) +(myObject (attribute1 "attr12563") ) +(myObject (attribute1 "attr12564") ) +(myObject (attribute1 "attr12565") ) +(myObject (attribute1 "attr12566") ) +(myObject (attribute1 "attr12567") ) +(myObject (attribute1 "attr12568") ) +(myObject (attribute1 "attr12569") ) +(myObject (attribute1 "attr12570") ) +(myObject (attribute1 "attr12571") ) +(myObject (attribute1 "attr12572") ) +(myObject (attribute1 "attr12573") ) +(myObject (attribute1 "attr12574") ) +(myObject (attribute1 "attr12575") ) +(myObject (attribute1 "attr12576") ) +(myObject (attribute1 "attr12577") ) +(myObject (attribute1 "attr12578") ) +(myObject (attribute1 "attr12579") ) +(myObject (attribute1 "attr12580") ) +(myObject (attribute1 "attr12581") ) +(myObject (attribute1 "attr12582") ) +(myObject (attribute1 "attr12583") ) +(myObject (attribute1 "attr12584") ) +(myObject (attribute1 "attr12585") ) +(myObject (attribute1 "attr12586") ) +(myObject (attribute1 "attr12587") ) +(myObject (attribute1 "attr12588") ) +(myObject (attribute1 "attr12589") ) +(myObject (attribute1 "attr12590") ) +(myObject (attribute1 "attr12591") ) +(myObject (attribute1 "attr12592") ) +(myObject (attribute1 "attr12593") ) +(myObject (attribute1 "attr12594") ) +(myObject (attribute1 "attr12595") ) +(myObject (attribute1 "attr12596") ) +(myObject (attribute1 "attr12597") ) +(myObject (attribute1 "attr12598") ) +(myObject (attribute1 "attr12599") ) +(myObject (attribute1 "attr12600") ) +(myObject (attribute1 "attr12601") ) +(myObject (attribute1 "attr12602") ) +(myObject (attribute1 "attr12603") ) +(myObject (attribute1 "attr12604") ) +(myObject (attribute1 "attr12605") ) +(myObject (attribute1 "attr12606") ) +(myObject (attribute1 "attr12607") ) +(myObject (attribute1 "attr12608") ) +(myObject (attribute1 "attr12609") ) +(myObject (attribute1 "attr12610") ) +(myObject (attribute1 "attr12611") ) +(myObject (attribute1 "attr12612") ) +(myObject (attribute1 "attr12613") ) +(myObject (attribute1 "attr12614") ) +(myObject (attribute1 "attr12615") ) +(myObject (attribute1 "attr12616") ) +(myObject (attribute1 "attr12617") ) +(myObject (attribute1 "attr12618") ) +(myObject (attribute1 "attr12619") ) +(myObject (attribute1 "attr12620") ) +(myObject (attribute1 "attr12621") ) +(myObject (attribute1 "attr12622") ) +(myObject (attribute1 "attr12623") ) +(myObject (attribute1 "attr12624") ) +(myObject (attribute1 "attr12625") ) +(myObject (attribute1 "attr12626") ) +(myObject (attribute1 "attr12627") ) +(myObject (attribute1 "attr12628") ) +(myObject (attribute1 "attr12629") ) +(myObject (attribute1 "attr12630") ) +(myObject (attribute1 "attr12631") ) +(myObject (attribute1 "attr12632") ) +(myObject (attribute1 "attr12633") ) +(myObject (attribute1 "attr12634") ) +(myObject (attribute1 "attr12635") ) +(myObject (attribute1 "attr12636") ) +(myObject (attribute1 "attr12637") ) +(myObject (attribute1 "attr12638") ) +(myObject (attribute1 "attr12639") ) +(myObject (attribute1 "attr12640") ) +(myObject (attribute1 "attr12641") ) +(myObject (attribute1 "attr12642") ) +(myObject (attribute1 "attr12643") ) +(myObject (attribute1 "attr12644") ) +(myObject (attribute1 "attr12645") ) +(myObject (attribute1 "attr12646") ) +(myObject (attribute1 "attr12647") ) +(myObject (attribute1 "attr12648") ) +(myObject (attribute1 "attr12649") ) +(myObject (attribute1 "attr12650") ) +(myObject (attribute1 "attr12651") ) +(myObject (attribute1 "attr12652") ) +(myObject (attribute1 "attr12653") ) +(myObject (attribute1 "attr12654") ) +(myObject (attribute1 "attr12655") ) +(myObject (attribute1 "attr12656") ) +(myObject (attribute1 "attr12657") ) +(myObject (attribute1 "attr12658") ) +(myObject (attribute1 "attr12659") ) +(myObject (attribute1 "attr12660") ) +(myObject (attribute1 "attr12661") ) +(myObject (attribute1 "attr12662") ) +(myObject (attribute1 "attr12663") ) +(myObject (attribute1 "attr12664") ) +(myObject (attribute1 "attr12665") ) +(myObject (attribute1 "attr12666") ) +(myObject (attribute1 "attr12667") ) +(myObject (attribute1 "attr12668") ) +(myObject (attribute1 "attr12669") ) +(myObject (attribute1 "attr12670") ) +(myObject (attribute1 "attr12671") ) +(myObject (attribute1 "attr12672") ) +(myObject (attribute1 "attr12673") ) +(myObject (attribute1 "attr12674") ) +(myObject (attribute1 "attr12675") ) +(myObject (attribute1 "attr12676") ) +(myObject (attribute1 "attr12677") ) +(myObject (attribute1 "attr12678") ) +(myObject (attribute1 "attr12679") ) +(myObject (attribute1 "attr12680") ) +(myObject (attribute1 "attr12681") ) +(myObject (attribute1 "attr12682") ) +(myObject (attribute1 "attr12683") ) +(myObject (attribute1 "attr12684") ) +(myObject (attribute1 "attr12685") ) +(myObject (attribute1 "attr12686") ) +(myObject (attribute1 "attr12687") ) +(myObject (attribute1 "attr12688") ) +(myObject (attribute1 "attr12689") ) +(myObject (attribute1 "attr12690") ) +(myObject (attribute1 "attr12691") ) +(myObject (attribute1 "attr12692") ) +(myObject (attribute1 "attr12693") ) +(myObject (attribute1 "attr12694") ) +(myObject (attribute1 "attr12695") ) +(myObject (attribute1 "attr12696") ) +(myObject (attribute1 "attr12697") ) +(myObject (attribute1 "attr12698") ) +(myObject (attribute1 "attr12699") ) +(myObject (attribute1 "attr12700") ) +(myObject (attribute1 "attr12701") ) +(myObject (attribute1 "attr12702") ) +(myObject (attribute1 "attr12703") ) +(myObject (attribute1 "attr12704") ) +(myObject (attribute1 "attr12705") ) +(myObject (attribute1 "attr12706") ) +(myObject (attribute1 "attr12707") ) +(myObject (attribute1 "attr12708") ) +(myObject (attribute1 "attr12709") ) +(myObject (attribute1 "attr12710") ) +(myObject (attribute1 "attr12711") ) +(myObject (attribute1 "attr12712") ) +(myObject (attribute1 "attr12713") ) +(myObject (attribute1 "attr12714") ) +(myObject (attribute1 "attr12715") ) +(myObject (attribute1 "attr12716") ) +(myObject (attribute1 "attr12717") ) +(myObject (attribute1 "attr12718") ) +(myObject (attribute1 "attr12719") ) +(myObject (attribute1 "attr12720") ) +(myObject (attribute1 "attr12721") ) +(myObject (attribute1 "attr12722") ) +(myObject (attribute1 "attr12723") ) +(myObject (attribute1 "attr12724") ) +(myObject (attribute1 "attr12725") ) +(myObject (attribute1 "attr12726") ) +(myObject (attribute1 "attr12727") ) +(myObject (attribute1 "attr12728") ) +(myObject (attribute1 "attr12729") ) +(myObject (attribute1 "attr12730") ) +(myObject (attribute1 "attr12731") ) +(myObject (attribute1 "attr12732") ) +(myObject (attribute1 "attr12733") ) +(myObject (attribute1 "attr12734") ) +(myObject (attribute1 "attr12735") ) +(myObject (attribute1 "attr12736") ) +(myObject (attribute1 "attr12737") ) +(myObject (attribute1 "attr12738") ) +(myObject (attribute1 "attr12739") ) +(myObject (attribute1 "attr12740") ) +(myObject (attribute1 "attr12741") ) +(myObject (attribute1 "attr12742") ) +(myObject (attribute1 "attr12743") ) +(myObject (attribute1 "attr12744") ) +(myObject (attribute1 "attr12745") ) +(myObject (attribute1 "attr12746") ) +(myObject (attribute1 "attr12747") ) +(myObject (attribute1 "attr12748") ) +(myObject (attribute1 "attr12749") ) +(myObject (attribute1 "attr12750") ) +(myObject (attribute1 "attr12751") ) +(myObject (attribute1 "attr12752") ) +(myObject (attribute1 "attr12753") ) +(myObject (attribute1 "attr12754") ) +(myObject (attribute1 "attr12755") ) +(myObject (attribute1 "attr12756") ) +(myObject (attribute1 "attr12757") ) +(myObject (attribute1 "attr12758") ) +(myObject (attribute1 "attr12759") ) +(myObject (attribute1 "attr12760") ) +(myObject (attribute1 "attr12761") ) +(myObject (attribute1 "attr12762") ) +(myObject (attribute1 "attr12763") ) +(myObject (attribute1 "attr12764") ) +(myObject (attribute1 "attr12765") ) +(myObject (attribute1 "attr12766") ) +(myObject (attribute1 "attr12767") ) +(myObject (attribute1 "attr12768") ) +(myObject (attribute1 "attr12769") ) +(myObject (attribute1 "attr12770") ) +(myObject (attribute1 "attr12771") ) +(myObject (attribute1 "attr12772") ) +(myObject (attribute1 "attr12773") ) +(myObject (attribute1 "attr12774") ) +(myObject (attribute1 "attr12775") ) +(myObject (attribute1 "attr12776") ) +(myObject (attribute1 "attr12777") ) +(myObject (attribute1 "attr12778") ) +(myObject (attribute1 "attr12779") ) +(myObject (attribute1 "attr12780") ) +(myObject (attribute1 "attr12781") ) +(myObject (attribute1 "attr12782") ) +(myObject (attribute1 "attr12783") ) +(myObject (attribute1 "attr12784") ) +(myObject (attribute1 "attr12785") ) +(myObject (attribute1 "attr12786") ) +(myObject (attribute1 "attr12787") ) +(myObject (attribute1 "attr12788") ) +(myObject (attribute1 "attr12789") ) +(myObject (attribute1 "attr12790") ) +(myObject (attribute1 "attr12791") ) +(myObject (attribute1 "attr12792") ) +(myObject (attribute1 "attr12793") ) +(myObject (attribute1 "attr12794") ) +(myObject (attribute1 "attr12795") ) +(myObject (attribute1 "attr12796") ) +(myObject (attribute1 "attr12797") ) +(myObject (attribute1 "attr12798") ) +(myObject (attribute1 "attr12799") ) +(myObject (attribute1 "attr12800") ) +(myObject (attribute1 "attr12801") ) +(myObject (attribute1 "attr12802") ) +(myObject (attribute1 "attr12803") ) +(myObject (attribute1 "attr12804") ) +(myObject (attribute1 "attr12805") ) +(myObject (attribute1 "attr12806") ) +(myObject (attribute1 "attr12807") ) +(myObject (attribute1 "attr12808") ) +(myObject (attribute1 "attr12809") ) +(myObject (attribute1 "attr12810") ) +(myObject (attribute1 "attr12811") ) +(myObject (attribute1 "attr12812") ) +(myObject (attribute1 "attr12813") ) +(myObject (attribute1 "attr12814") ) +(myObject (attribute1 "attr12815") ) +(myObject (attribute1 "attr12816") ) +(myObject (attribute1 "attr12817") ) +(myObject (attribute1 "attr12818") ) +(myObject (attribute1 "attr12819") ) +(myObject (attribute1 "attr12820") ) +(myObject (attribute1 "attr12821") ) +(myObject (attribute1 "attr12822") ) +(myObject (attribute1 "attr12823") ) +(myObject (attribute1 "attr12824") ) +(myObject (attribute1 "attr12825") ) +(myObject (attribute1 "attr12826") ) +(myObject (attribute1 "attr12827") ) +(myObject (attribute1 "attr12828") ) +(myObject (attribute1 "attr12829") ) +(myObject (attribute1 "attr12830") ) +(myObject (attribute1 "attr12831") ) +(myObject (attribute1 "attr12832") ) +(myObject (attribute1 "attr12833") ) +(myObject (attribute1 "attr12834") ) +(myObject (attribute1 "attr12835") ) +(myObject (attribute1 "attr12836") ) +(myObject (attribute1 "attr12837") ) +(myObject (attribute1 "attr12838") ) +(myObject (attribute1 "attr12839") ) +(myObject (attribute1 "attr12840") ) +(myObject (attribute1 "attr12841") ) +(myObject (attribute1 "attr12842") ) +(myObject (attribute1 "attr12843") ) +(myObject (attribute1 "attr12844") ) +(myObject (attribute1 "attr12845") ) +(myObject (attribute1 "attr12846") ) +(myObject (attribute1 "attr12847") ) +(myObject (attribute1 "attr12848") ) +(myObject (attribute1 "attr12849") ) +(myObject (attribute1 "attr12850") ) +(myObject (attribute1 "attr12851") ) +(myObject (attribute1 "attr12852") ) +(myObject (attribute1 "attr12853") ) +(myObject (attribute1 "attr12854") ) +(myObject (attribute1 "attr12855") ) +(myObject (attribute1 "attr12856") ) +(myObject (attribute1 "attr12857") ) +(myObject (attribute1 "attr12858") ) +(myObject (attribute1 "attr12859") ) +(myObject (attribute1 "attr12860") ) +(myObject (attribute1 "attr12861") ) +(myObject (attribute1 "attr12862") ) +(myObject (attribute1 "attr12863") ) +(myObject (attribute1 "attr12864") ) +(myObject (attribute1 "attr12865") ) +(myObject (attribute1 "attr12866") ) +(myObject (attribute1 "attr12867") ) +(myObject (attribute1 "attr12868") ) +(myObject (attribute1 "attr12869") ) +(myObject (attribute1 "attr12870") ) +(myObject (attribute1 "attr12871") ) +(myObject (attribute1 "attr12872") ) +(myObject (attribute1 "attr12873") ) +(myObject (attribute1 "attr12874") ) +(myObject (attribute1 "attr12875") ) +(myObject (attribute1 "attr12876") ) +(myObject (attribute1 "attr12877") ) +(myObject (attribute1 "attr12878") ) +(myObject (attribute1 "attr12879") ) +(myObject (attribute1 "attr12880") ) +(myObject (attribute1 "attr12881") ) +(myObject (attribute1 "attr12882") ) +(myObject (attribute1 "attr12883") ) +(myObject (attribute1 "attr12884") ) +(myObject (attribute1 "attr12885") ) +(myObject (attribute1 "attr12886") ) +(myObject (attribute1 "attr12887") ) +(myObject (attribute1 "attr12888") ) +(myObject (attribute1 "attr12889") ) +(myObject (attribute1 "attr12890") ) +(myObject (attribute1 "attr12891") ) +(myObject (attribute1 "attr12892") ) +(myObject (attribute1 "attr12893") ) +(myObject (attribute1 "attr12894") ) +(myObject (attribute1 "attr12895") ) +(myObject (attribute1 "attr12896") ) +(myObject (attribute1 "attr12897") ) +(myObject (attribute1 "attr12898") ) +(myObject (attribute1 "attr12899") ) +(myObject (attribute1 "attr12900") ) +(myObject (attribute1 "attr12901") ) +(myObject (attribute1 "attr12902") ) +(myObject (attribute1 "attr12903") ) +(myObject (attribute1 "attr12904") ) +(myObject (attribute1 "attr12905") ) +(myObject (attribute1 "attr12906") ) +(myObject (attribute1 "attr12907") ) +(myObject (attribute1 "attr12908") ) +(myObject (attribute1 "attr12909") ) +(myObject (attribute1 "attr12910") ) +(myObject (attribute1 "attr12911") ) +(myObject (attribute1 "attr12912") ) +(myObject (attribute1 "attr12913") ) +(myObject (attribute1 "attr12914") ) +(myObject (attribute1 "attr12915") ) +(myObject (attribute1 "attr12916") ) +(myObject (attribute1 "attr12917") ) +(myObject (attribute1 "attr12918") ) +(myObject (attribute1 "attr12919") ) +(myObject (attribute1 "attr12920") ) +(myObject (attribute1 "attr12921") ) +(myObject (attribute1 "attr12922") ) +(myObject (attribute1 "attr12923") ) +(myObject (attribute1 "attr12924") ) +(myObject (attribute1 "attr12925") ) +(myObject (attribute1 "attr12926") ) +(myObject (attribute1 "attr12927") ) +(myObject (attribute1 "attr12928") ) +(myObject (attribute1 "attr12929") ) +(myObject (attribute1 "attr12930") ) +(myObject (attribute1 "attr12931") ) +(myObject (attribute1 "attr12932") ) +(myObject (attribute1 "attr12933") ) +(myObject (attribute1 "attr12934") ) +(myObject (attribute1 "attr12935") ) +(myObject (attribute1 "attr12936") ) +(myObject (attribute1 "attr12937") ) +(myObject (attribute1 "attr12938") ) +(myObject (attribute1 "attr12939") ) +(myObject (attribute1 "attr12940") ) +(myObject (attribute1 "attr12941") ) +(myObject (attribute1 "attr12942") ) +(myObject (attribute1 "attr12943") ) +(myObject (attribute1 "attr12944") ) +(myObject (attribute1 "attr12945") ) +(myObject (attribute1 "attr12946") ) +(myObject (attribute1 "attr12947") ) +(myObject (attribute1 "attr12948") ) +(myObject (attribute1 "attr12949") ) +(myObject (attribute1 "attr12950") ) +(myObject (attribute1 "attr12951") ) +(myObject (attribute1 "attr12952") ) +(myObject (attribute1 "attr12953") ) +(myObject (attribute1 "attr12954") ) +(myObject (attribute1 "attr12955") ) +(myObject (attribute1 "attr12956") ) +(myObject (attribute1 "attr12957") ) +(myObject (attribute1 "attr12958") ) +(myObject (attribute1 "attr12959") ) +(myObject (attribute1 "attr12960") ) +(myObject (attribute1 "attr12961") ) +(myObject (attribute1 "attr12962") ) +(myObject (attribute1 "attr12963") ) +(myObject (attribute1 "attr12964") ) +(myObject (attribute1 "attr12965") ) +(myObject (attribute1 "attr12966") ) +(myObject (attribute1 "attr12967") ) +(myObject (attribute1 "attr12968") ) +(myObject (attribute1 "attr12969") ) +(myObject (attribute1 "attr12970") ) +(myObject (attribute1 "attr12971") ) +(myObject (attribute1 "attr12972") ) +(myObject (attribute1 "attr12973") ) +(myObject (attribute1 "attr12974") ) +(myObject (attribute1 "attr12975") ) +(myObject (attribute1 "attr12976") ) +(myObject (attribute1 "attr12977") ) +(myObject (attribute1 "attr12978") ) +(myObject (attribute1 "attr12979") ) +(myObject (attribute1 "attr12980") ) +(myObject (attribute1 "attr12981") ) +(myObject (attribute1 "attr12982") ) +(myObject (attribute1 "attr12983") ) +(myObject (attribute1 "attr12984") ) +(myObject (attribute1 "attr12985") ) +(myObject (attribute1 "attr12986") ) +(myObject (attribute1 "attr12987") ) +(myObject (attribute1 "attr12988") ) +(myObject (attribute1 "attr12989") ) +(myObject (attribute1 "attr12990") ) +(myObject (attribute1 "attr12991") ) +(myObject (attribute1 "attr12992") ) +(myObject (attribute1 "attr12993") ) +(myObject (attribute1 "attr12994") ) +(myObject (attribute1 "attr12995") ) +(myObject (attribute1 "attr12996") ) +(myObject (attribute1 "attr12997") ) +(myObject (attribute1 "attr12998") ) +(myObject (attribute1 "attr12999") ) +(myObject (attribute1 "attr13000") ) +(myObject (attribute1 "attr13001") ) +(myObject (attribute1 "attr13002") ) +(myObject (attribute1 "attr13003") ) +(myObject (attribute1 "attr13004") ) +(myObject (attribute1 "attr13005") ) +(myObject (attribute1 "attr13006") ) +(myObject (attribute1 "attr13007") ) +(myObject (attribute1 "attr13008") ) +(myObject (attribute1 "attr13009") ) +(myObject (attribute1 "attr13010") ) +(myObject (attribute1 "attr13011") ) +(myObject (attribute1 "attr13012") ) +(myObject (attribute1 "attr13013") ) +(myObject (attribute1 "attr13014") ) +(myObject (attribute1 "attr13015") ) +(myObject (attribute1 "attr13016") ) +(myObject (attribute1 "attr13017") ) +(myObject (attribute1 "attr13018") ) +(myObject (attribute1 "attr13019") ) +(myObject (attribute1 "attr13020") ) +(myObject (attribute1 "attr13021") ) +(myObject (attribute1 "attr13022") ) +(myObject (attribute1 "attr13023") ) +(myObject (attribute1 "attr13024") ) +(myObject (attribute1 "attr13025") ) +(myObject (attribute1 "attr13026") ) +(myObject (attribute1 "attr13027") ) +(myObject (attribute1 "attr13028") ) +(myObject (attribute1 "attr13029") ) +(myObject (attribute1 "attr13030") ) +(myObject (attribute1 "attr13031") ) +(myObject (attribute1 "attr13032") ) +(myObject (attribute1 "attr13033") ) +(myObject (attribute1 "attr13034") ) +(myObject (attribute1 "attr13035") ) +(myObject (attribute1 "attr13036") ) +(myObject (attribute1 "attr13037") ) +(myObject (attribute1 "attr13038") ) +(myObject (attribute1 "attr13039") ) +(myObject (attribute1 "attr13040") ) +(myObject (attribute1 "attr13041") ) +(myObject (attribute1 "attr13042") ) +(myObject (attribute1 "attr13043") ) +(myObject (attribute1 "attr13044") ) +(myObject (attribute1 "attr13045") ) +(myObject (attribute1 "attr13046") ) +(myObject (attribute1 "attr13047") ) +(myObject (attribute1 "attr13048") ) +(myObject (attribute1 "attr13049") ) +(myObject (attribute1 "attr13050") ) +(myObject (attribute1 "attr13051") ) +(myObject (attribute1 "attr13052") ) +(myObject (attribute1 "attr13053") ) +(myObject (attribute1 "attr13054") ) +(myObject (attribute1 "attr13055") ) +(myObject (attribute1 "attr13056") ) +(myObject (attribute1 "attr13057") ) +(myObject (attribute1 "attr13058") ) +(myObject (attribute1 "attr13059") ) +(myObject (attribute1 "attr13060") ) +(myObject (attribute1 "attr13061") ) +(myObject (attribute1 "attr13062") ) +(myObject (attribute1 "attr13063") ) +(myObject (attribute1 "attr13064") ) +(myObject (attribute1 "attr13065") ) +(myObject (attribute1 "attr13066") ) +(myObject (attribute1 "attr13067") ) +(myObject (attribute1 "attr13068") ) +(myObject (attribute1 "attr13069") ) +(myObject (attribute1 "attr13070") ) +(myObject (attribute1 "attr13071") ) +(myObject (attribute1 "attr13072") ) +(myObject (attribute1 "attr13073") ) +(myObject (attribute1 "attr13074") ) +(myObject (attribute1 "attr13075") ) +(myObject (attribute1 "attr13076") ) +(myObject (attribute1 "attr13077") ) +(myObject (attribute1 "attr13078") ) +(myObject (attribute1 "attr13079") ) +(myObject (attribute1 "attr13080") ) +(myObject (attribute1 "attr13081") ) +(myObject (attribute1 "attr13082") ) +(myObject (attribute1 "attr13083") ) +(myObject (attribute1 "attr13084") ) +(myObject (attribute1 "attr13085") ) +(myObject (attribute1 "attr13086") ) +(myObject (attribute1 "attr13087") ) +(myObject (attribute1 "attr13088") ) +(myObject (attribute1 "attr13089") ) +(myObject (attribute1 "attr13090") ) +(myObject (attribute1 "attr13091") ) +(myObject (attribute1 "attr13092") ) +(myObject (attribute1 "attr13093") ) +(myObject (attribute1 "attr13094") ) +(myObject (attribute1 "attr13095") ) +(myObject (attribute1 "attr13096") ) +(myObject (attribute1 "attr13097") ) +(myObject (attribute1 "attr13098") ) +(myObject (attribute1 "attr13099") ) +(myObject (attribute1 "attr13100") ) +(myObject (attribute1 "attr13101") ) +(myObject (attribute1 "attr13102") ) +(myObject (attribute1 "attr13103") ) +(myObject (attribute1 "attr13104") ) +(myObject (attribute1 "attr13105") ) +(myObject (attribute1 "attr13106") ) +(myObject (attribute1 "attr13107") ) +(myObject (attribute1 "attr13108") ) +(myObject (attribute1 "attr13109") ) +(myObject (attribute1 "attr13110") ) +(myObject (attribute1 "attr13111") ) +(myObject (attribute1 "attr13112") ) +(myObject (attribute1 "attr13113") ) +(myObject (attribute1 "attr13114") ) +(myObject (attribute1 "attr13115") ) +(myObject (attribute1 "attr13116") ) +(myObject (attribute1 "attr13117") ) +(myObject (attribute1 "attr13118") ) +(myObject (attribute1 "attr13119") ) +(myObject (attribute1 "attr13120") ) +(myObject (attribute1 "attr13121") ) +(myObject (attribute1 "attr13122") ) +(myObject (attribute1 "attr13123") ) +(myObject (attribute1 "attr13124") ) +(myObject (attribute1 "attr13125") ) +(myObject (attribute1 "attr13126") ) +(myObject (attribute1 "attr13127") ) +(myObject (attribute1 "attr13128") ) +(myObject (attribute1 "attr13129") ) +(myObject (attribute1 "attr13130") ) +(myObject (attribute1 "attr13131") ) +(myObject (attribute1 "attr13132") ) +(myObject (attribute1 "attr13133") ) +(myObject (attribute1 "attr13134") ) +(myObject (attribute1 "attr13135") ) +(myObject (attribute1 "attr13136") ) +(myObject (attribute1 "attr13137") ) +(myObject (attribute1 "attr13138") ) +(myObject (attribute1 "attr13139") ) +(myObject (attribute1 "attr13140") ) +(myObject (attribute1 "attr13141") ) +(myObject (attribute1 "attr13142") ) +(myObject (attribute1 "attr13143") ) +(myObject (attribute1 "attr13144") ) +(myObject (attribute1 "attr13145") ) +(myObject (attribute1 "attr13146") ) +(myObject (attribute1 "attr13147") ) +(myObject (attribute1 "attr13148") ) +(myObject (attribute1 "attr13149") ) +(myObject (attribute1 "attr13150") ) +(myObject (attribute1 "attr13151") ) +(myObject (attribute1 "attr13152") ) +(myObject (attribute1 "attr13153") ) +(myObject (attribute1 "attr13154") ) +(myObject (attribute1 "attr13155") ) +(myObject (attribute1 "attr13156") ) +(myObject (attribute1 "attr13157") ) +(myObject (attribute1 "attr13158") ) +(myObject (attribute1 "attr13159") ) +(myObject (attribute1 "attr13160") ) +(myObject (attribute1 "attr13161") ) +(myObject (attribute1 "attr13162") ) +(myObject (attribute1 "attr13163") ) +(myObject (attribute1 "attr13164") ) +(myObject (attribute1 "attr13165") ) +(myObject (attribute1 "attr13166") ) +(myObject (attribute1 "attr13167") ) +(myObject (attribute1 "attr13168") ) +(myObject (attribute1 "attr13169") ) +(myObject (attribute1 "attr13170") ) +(myObject (attribute1 "attr13171") ) +(myObject (attribute1 "attr13172") ) +(myObject (attribute1 "attr13173") ) +(myObject (attribute1 "attr13174") ) +(myObject (attribute1 "attr13175") ) +(myObject (attribute1 "attr13176") ) +(myObject (attribute1 "attr13177") ) +(myObject (attribute1 "attr13178") ) +(myObject (attribute1 "attr13179") ) +(myObject (attribute1 "attr13180") ) +(myObject (attribute1 "attr13181") ) +(myObject (attribute1 "attr13182") ) +(myObject (attribute1 "attr13183") ) +(myObject (attribute1 "attr13184") ) +(myObject (attribute1 "attr13185") ) +(myObject (attribute1 "attr13186") ) +(myObject (attribute1 "attr13187") ) +(myObject (attribute1 "attr13188") ) +(myObject (attribute1 "attr13189") ) +(myObject (attribute1 "attr13190") ) +(myObject (attribute1 "attr13191") ) +(myObject (attribute1 "attr13192") ) +(myObject (attribute1 "attr13193") ) +(myObject (attribute1 "attr13194") ) +(myObject (attribute1 "attr13195") ) +(myObject (attribute1 "attr13196") ) +(myObject (attribute1 "attr13197") ) +(myObject (attribute1 "attr13198") ) +(myObject (attribute1 "attr13199") ) +(myObject (attribute1 "attr13200") ) +(myObject (attribute1 "attr13201") ) +(myObject (attribute1 "attr13202") ) +(myObject (attribute1 "attr13203") ) +(myObject (attribute1 "attr13204") ) +(myObject (attribute1 "attr13205") ) +(myObject (attribute1 "attr13206") ) +(myObject (attribute1 "attr13207") ) +(myObject (attribute1 "attr13208") ) +(myObject (attribute1 "attr13209") ) +(myObject (attribute1 "attr13210") ) +(myObject (attribute1 "attr13211") ) +(myObject (attribute1 "attr13212") ) +(myObject (attribute1 "attr13213") ) +(myObject (attribute1 "attr13214") ) +(myObject (attribute1 "attr13215") ) +(myObject (attribute1 "attr13216") ) +(myObject (attribute1 "attr13217") ) +(myObject (attribute1 "attr13218") ) +(myObject (attribute1 "attr13219") ) +(myObject (attribute1 "attr13220") ) +(myObject (attribute1 "attr13221") ) +(myObject (attribute1 "attr13222") ) +(myObject (attribute1 "attr13223") ) +(myObject (attribute1 "attr13224") ) +(myObject (attribute1 "attr13225") ) +(myObject (attribute1 "attr13226") ) +(myObject (attribute1 "attr13227") ) +(myObject (attribute1 "attr13228") ) +(myObject (attribute1 "attr13229") ) +(myObject (attribute1 "attr13230") ) +(myObject (attribute1 "attr13231") ) +(myObject (attribute1 "attr13232") ) +(myObject (attribute1 "attr13233") ) +(myObject (attribute1 "attr13234") ) +(myObject (attribute1 "attr13235") ) +(myObject (attribute1 "attr13236") ) +(myObject (attribute1 "attr13237") ) +(myObject (attribute1 "attr13238") ) +(myObject (attribute1 "attr13239") ) +(myObject (attribute1 "attr13240") ) +(myObject (attribute1 "attr13241") ) +(myObject (attribute1 "attr13242") ) +(myObject (attribute1 "attr13243") ) +(myObject (attribute1 "attr13244") ) +(myObject (attribute1 "attr13245") ) +(myObject (attribute1 "attr13246") ) +(myObject (attribute1 "attr13247") ) +(myObject (attribute1 "attr13248") ) +(myObject (attribute1 "attr13249") ) +(myObject (attribute1 "attr13250") ) +(myObject (attribute1 "attr13251") ) +(myObject (attribute1 "attr13252") ) +(myObject (attribute1 "attr13253") ) +(myObject (attribute1 "attr13254") ) +(myObject (attribute1 "attr13255") ) +(myObject (attribute1 "attr13256") ) +(myObject (attribute1 "attr13257") ) +(myObject (attribute1 "attr13258") ) +(myObject (attribute1 "attr13259") ) +(myObject (attribute1 "attr13260") ) +(myObject (attribute1 "attr13261") ) +(myObject (attribute1 "attr13262") ) +(myObject (attribute1 "attr13263") ) +(myObject (attribute1 "attr13264") ) +(myObject (attribute1 "attr13265") ) +(myObject (attribute1 "attr13266") ) +(myObject (attribute1 "attr13267") ) +(myObject (attribute1 "attr13268") ) +(myObject (attribute1 "attr13269") ) +(myObject (attribute1 "attr13270") ) +(myObject (attribute1 "attr13271") ) +(myObject (attribute1 "attr13272") ) +(myObject (attribute1 "attr13273") ) +(myObject (attribute1 "attr13274") ) +(myObject (attribute1 "attr13275") ) +(myObject (attribute1 "attr13276") ) +(myObject (attribute1 "attr13277") ) +(myObject (attribute1 "attr13278") ) +(myObject (attribute1 "attr13279") ) +(myObject (attribute1 "attr13280") ) +(myObject (attribute1 "attr13281") ) +(myObject (attribute1 "attr13282") ) +(myObject (attribute1 "attr13283") ) +(myObject (attribute1 "attr13284") ) +(myObject (attribute1 "attr13285") ) +(myObject (attribute1 "attr13286") ) +(myObject (attribute1 "attr13287") ) +(myObject (attribute1 "attr13288") ) +(myObject (attribute1 "attr13289") ) +(myObject (attribute1 "attr13290") ) +(myObject (attribute1 "attr13291") ) +(myObject (attribute1 "attr13292") ) +(myObject (attribute1 "attr13293") ) +(myObject (attribute1 "attr13294") ) +(myObject (attribute1 "attr13295") ) +(myObject (attribute1 "attr13296") ) +(myObject (attribute1 "attr13297") ) +(myObject (attribute1 "attr13298") ) +(myObject (attribute1 "attr13299") ) +(myObject (attribute1 "attr13300") ) +(myObject (attribute1 "attr13301") ) +(myObject (attribute1 "attr13302") ) +(myObject (attribute1 "attr13303") ) +(myObject (attribute1 "attr13304") ) +(myObject (attribute1 "attr13305") ) +(myObject (attribute1 "attr13306") ) +(myObject (attribute1 "attr13307") ) +(myObject (attribute1 "attr13308") ) +(myObject (attribute1 "attr13309") ) +(myObject (attribute1 "attr13310") ) +(myObject (attribute1 "attr13311") ) +(myObject (attribute1 "attr13312") ) +(myObject (attribute1 "attr13313") ) +(myObject (attribute1 "attr13314") ) +(myObject (attribute1 "attr13315") ) +(myObject (attribute1 "attr13316") ) +(myObject (attribute1 "attr13317") ) +(myObject (attribute1 "attr13318") ) +(myObject (attribute1 "attr13319") ) +(myObject (attribute1 "attr13320") ) +(myObject (attribute1 "attr13321") ) +(myObject (attribute1 "attr13322") ) +(myObject (attribute1 "attr13323") ) +(myObject (attribute1 "attr13324") ) +(myObject (attribute1 "attr13325") ) +(myObject (attribute1 "attr13326") ) +(myObject (attribute1 "attr13327") ) +(myObject (attribute1 "attr13328") ) +(myObject (attribute1 "attr13329") ) +(myObject (attribute1 "attr13330") ) +(myObject (attribute1 "attr13331") ) +(myObject (attribute1 "attr13332") ) +(myObject (attribute1 "attr13333") ) +(myObject (attribute1 "attr13334") ) +(myObject (attribute1 "attr13335") ) +(myObject (attribute1 "attr13336") ) +(myObject (attribute1 "attr13337") ) +(myObject (attribute1 "attr13338") ) +(myObject (attribute1 "attr13339") ) +(myObject (attribute1 "attr13340") ) +(myObject (attribute1 "attr13341") ) +(myObject (attribute1 "attr13342") ) +(myObject (attribute1 "attr13343") ) +(myObject (attribute1 "attr13344") ) +(myObject (attribute1 "attr13345") ) +(myObject (attribute1 "attr13346") ) +(myObject (attribute1 "attr13347") ) +(myObject (attribute1 "attr13348") ) +(myObject (attribute1 "attr13349") ) +(myObject (attribute1 "attr13350") ) +(myObject (attribute1 "attr13351") ) +(myObject (attribute1 "attr13352") ) +(myObject (attribute1 "attr13353") ) +(myObject (attribute1 "attr13354") ) +(myObject (attribute1 "attr13355") ) +(myObject (attribute1 "attr13356") ) +(myObject (attribute1 "attr13357") ) +(myObject (attribute1 "attr13358") ) +(myObject (attribute1 "attr13359") ) +(myObject (attribute1 "attr13360") ) +(myObject (attribute1 "attr13361") ) +(myObject (attribute1 "attr13362") ) +(myObject (attribute1 "attr13363") ) +(myObject (attribute1 "attr13364") ) +(myObject (attribute1 "attr13365") ) +(myObject (attribute1 "attr13366") ) +(myObject (attribute1 "attr13367") ) +(myObject (attribute1 "attr13368") ) +(myObject (attribute1 "attr13369") ) +(myObject (attribute1 "attr13370") ) +(myObject (attribute1 "attr13371") ) +(myObject (attribute1 "attr13372") ) +(myObject (attribute1 "attr13373") ) +(myObject (attribute1 "attr13374") ) +(myObject (attribute1 "attr13375") ) +(myObject (attribute1 "attr13376") ) +(myObject (attribute1 "attr13377") ) +(myObject (attribute1 "attr13378") ) +(myObject (attribute1 "attr13379") ) +(myObject (attribute1 "attr13380") ) +(myObject (attribute1 "attr13381") ) +(myObject (attribute1 "attr13382") ) +(myObject (attribute1 "attr13383") ) +(myObject (attribute1 "attr13384") ) +(myObject (attribute1 "attr13385") ) +(myObject (attribute1 "attr13386") ) +(myObject (attribute1 "attr13387") ) +(myObject (attribute1 "attr13388") ) +(myObject (attribute1 "attr13389") ) +(myObject (attribute1 "attr13390") ) +(myObject (attribute1 "attr13391") ) +(myObject (attribute1 "attr13392") ) +(myObject (attribute1 "attr13393") ) +(myObject (attribute1 "attr13394") ) +(myObject (attribute1 "attr13395") ) +(myObject (attribute1 "attr13396") ) +(myObject (attribute1 "attr13397") ) +(myObject (attribute1 "attr13398") ) +(myObject (attribute1 "attr13399") ) +(myObject (attribute1 "attr13400") ) +(myObject (attribute1 "attr13401") ) +(myObject (attribute1 "attr13402") ) +(myObject (attribute1 "attr13403") ) +(myObject (attribute1 "attr13404") ) +(myObject (attribute1 "attr13405") ) +(myObject (attribute1 "attr13406") ) +(myObject (attribute1 "attr13407") ) +(myObject (attribute1 "attr13408") ) +(myObject (attribute1 "attr13409") ) +(myObject (attribute1 "attr13410") ) +(myObject (attribute1 "attr13411") ) +(myObject (attribute1 "attr13412") ) +(myObject (attribute1 "attr13413") ) +(myObject (attribute1 "attr13414") ) +(myObject (attribute1 "attr13415") ) +(myObject (attribute1 "attr13416") ) +(myObject (attribute1 "attr13417") ) +(myObject (attribute1 "attr13418") ) +(myObject (attribute1 "attr13419") ) +(myObject (attribute1 "attr13420") ) +(myObject (attribute1 "attr13421") ) +(myObject (attribute1 "attr13422") ) +(myObject (attribute1 "attr13423") ) +(myObject (attribute1 "attr13424") ) +(myObject (attribute1 "attr13425") ) +(myObject (attribute1 "attr13426") ) +(myObject (attribute1 "attr13427") ) +(myObject (attribute1 "attr13428") ) +(myObject (attribute1 "attr13429") ) +(myObject (attribute1 "attr13430") ) +(myObject (attribute1 "attr13431") ) +(myObject (attribute1 "attr13432") ) +(myObject (attribute1 "attr13433") ) +(myObject (attribute1 "attr13434") ) +(myObject (attribute1 "attr13435") ) +(myObject (attribute1 "attr13436") ) +(myObject (attribute1 "attr13437") ) +(myObject (attribute1 "attr13438") ) +(myObject (attribute1 "attr13439") ) +(myObject (attribute1 "attr13440") ) +(myObject (attribute1 "attr13441") ) +(myObject (attribute1 "attr13442") ) +(myObject (attribute1 "attr13443") ) +(myObject (attribute1 "attr13444") ) +(myObject (attribute1 "attr13445") ) +(myObject (attribute1 "attr13446") ) +(myObject (attribute1 "attr13447") ) +(myObject (attribute1 "attr13448") ) +(myObject (attribute1 "attr13449") ) +(myObject (attribute1 "attr13450") ) +(myObject (attribute1 "attr13451") ) +(myObject (attribute1 "attr13452") ) +(myObject (attribute1 "attr13453") ) +(myObject (attribute1 "attr13454") ) +(myObject (attribute1 "attr13455") ) +(myObject (attribute1 "attr13456") ) +(myObject (attribute1 "attr13457") ) +(myObject (attribute1 "attr13458") ) +(myObject (attribute1 "attr13459") ) +(myObject (attribute1 "attr13460") ) +(myObject (attribute1 "attr13461") ) +(myObject (attribute1 "attr13462") ) +(myObject (attribute1 "attr13463") ) +(myObject (attribute1 "attr13464") ) +(myObject (attribute1 "attr13465") ) +(myObject (attribute1 "attr13466") ) +(myObject (attribute1 "attr13467") ) +(myObject (attribute1 "attr13468") ) +(myObject (attribute1 "attr13469") ) +(myObject (attribute1 "attr13470") ) +(myObject (attribute1 "attr13471") ) +(myObject (attribute1 "attr13472") ) +(myObject (attribute1 "attr13473") ) +(myObject (attribute1 "attr13474") ) +(myObject (attribute1 "attr13475") ) +(myObject (attribute1 "attr13476") ) +(myObject (attribute1 "attr13477") ) +(myObject (attribute1 "attr13478") ) +(myObject (attribute1 "attr13479") ) +(myObject (attribute1 "attr13480") ) +(myObject (attribute1 "attr13481") ) +(myObject (attribute1 "attr13482") ) +(myObject (attribute1 "attr13483") ) +(myObject (attribute1 "attr13484") ) +(myObject (attribute1 "attr13485") ) +(myObject (attribute1 "attr13486") ) +(myObject (attribute1 "attr13487") ) +(myObject (attribute1 "attr13488") ) +(myObject (attribute1 "attr13489") ) +(myObject (attribute1 "attr13490") ) +(myObject (attribute1 "attr13491") ) +(myObject (attribute1 "attr13492") ) +(myObject (attribute1 "attr13493") ) +(myObject (attribute1 "attr13494") ) +(myObject (attribute1 "attr13495") ) +(myObject (attribute1 "attr13496") ) +(myObject (attribute1 "attr13497") ) +(myObject (attribute1 "attr13498") ) +(myObject (attribute1 "attr13499") ) +(myObject (attribute1 "attr13500") ) +(myObject (attribute1 "attr13501") ) +(myObject (attribute1 "attr13502") ) +(myObject (attribute1 "attr13503") ) +(myObject (attribute1 "attr13504") ) +(myObject (attribute1 "attr13505") ) +(myObject (attribute1 "attr13506") ) +(myObject (attribute1 "attr13507") ) +(myObject (attribute1 "attr13508") ) +(myObject (attribute1 "attr13509") ) +(myObject (attribute1 "attr13510") ) +(myObject (attribute1 "attr13511") ) +(myObject (attribute1 "attr13512") ) +(myObject (attribute1 "attr13513") ) +(myObject (attribute1 "attr13514") ) +(myObject (attribute1 "attr13515") ) +(myObject (attribute1 "attr13516") ) +(myObject (attribute1 "attr13517") ) +(myObject (attribute1 "attr13518") ) +(myObject (attribute1 "attr13519") ) +(myObject (attribute1 "attr13520") ) +(myObject (attribute1 "attr13521") ) +(myObject (attribute1 "attr13522") ) +(myObject (attribute1 "attr13523") ) +(myObject (attribute1 "attr13524") ) +(myObject (attribute1 "attr13525") ) +(myObject (attribute1 "attr13526") ) +(myObject (attribute1 "attr13527") ) +(myObject (attribute1 "attr13528") ) +(myObject (attribute1 "attr13529") ) +(myObject (attribute1 "attr13530") ) +(myObject (attribute1 "attr13531") ) +(myObject (attribute1 "attr13532") ) +(myObject (attribute1 "attr13533") ) +(myObject (attribute1 "attr13534") ) +(myObject (attribute1 "attr13535") ) +(myObject (attribute1 "attr13536") ) +(myObject (attribute1 "attr13537") ) +(myObject (attribute1 "attr13538") ) +(myObject (attribute1 "attr13539") ) +(myObject (attribute1 "attr13540") ) +(myObject (attribute1 "attr13541") ) +(myObject (attribute1 "attr13542") ) +(myObject (attribute1 "attr13543") ) +(myObject (attribute1 "attr13544") ) +(myObject (attribute1 "attr13545") ) +(myObject (attribute1 "attr13546") ) +(myObject (attribute1 "attr13547") ) +(myObject (attribute1 "attr13548") ) +(myObject (attribute1 "attr13549") ) +(myObject (attribute1 "attr13550") ) +(myObject (attribute1 "attr13551") ) +(myObject (attribute1 "attr13552") ) +(myObject (attribute1 "attr13553") ) +(myObject (attribute1 "attr13554") ) +(myObject (attribute1 "attr13555") ) +(myObject (attribute1 "attr13556") ) +(myObject (attribute1 "attr13557") ) +(myObject (attribute1 "attr13558") ) +(myObject (attribute1 "attr13559") ) +(myObject (attribute1 "attr13560") ) +(myObject (attribute1 "attr13561") ) +(myObject (attribute1 "attr13562") ) +(myObject (attribute1 "attr13563") ) +(myObject (attribute1 "attr13564") ) +(myObject (attribute1 "attr13565") ) +(myObject (attribute1 "attr13566") ) +(myObject (attribute1 "attr13567") ) +(myObject (attribute1 "attr13568") ) +(myObject (attribute1 "attr13569") ) +(myObject (attribute1 "attr13570") ) +(myObject (attribute1 "attr13571") ) +(myObject (attribute1 "attr13572") ) +(myObject (attribute1 "attr13573") ) +(myObject (attribute1 "attr13574") ) +(myObject (attribute1 "attr13575") ) +(myObject (attribute1 "attr13576") ) +(myObject (attribute1 "attr13577") ) +(myObject (attribute1 "attr13578") ) +(myObject (attribute1 "attr13579") ) +(myObject (attribute1 "attr13580") ) +(myObject (attribute1 "attr13581") ) +(myObject (attribute1 "attr13582") ) +(myObject (attribute1 "attr13583") ) +(myObject (attribute1 "attr13584") ) +(myObject (attribute1 "attr13585") ) +(myObject (attribute1 "attr13586") ) +(myObject (attribute1 "attr13587") ) +(myObject (attribute1 "attr13588") ) +(myObject (attribute1 "attr13589") ) +(myObject (attribute1 "attr13590") ) +(myObject (attribute1 "attr13591") ) +(myObject (attribute1 "attr13592") ) +(myObject (attribute1 "attr13593") ) +(myObject (attribute1 "attr13594") ) +(myObject (attribute1 "attr13595") ) +(myObject (attribute1 "attr13596") ) +(myObject (attribute1 "attr13597") ) +(myObject (attribute1 "attr13598") ) +(myObject (attribute1 "attr13599") ) +(myObject (attribute1 "attr13600") ) +(myObject (attribute1 "attr13601") ) +(myObject (attribute1 "attr13602") ) +(myObject (attribute1 "attr13603") ) +(myObject (attribute1 "attr13604") ) +(myObject (attribute1 "attr13605") ) +(myObject (attribute1 "attr13606") ) +(myObject (attribute1 "attr13607") ) +(myObject (attribute1 "attr13608") ) +(myObject (attribute1 "attr13609") ) +(myObject (attribute1 "attr13610") ) +(myObject (attribute1 "attr13611") ) +(myObject (attribute1 "attr13612") ) +(myObject (attribute1 "attr13613") ) +(myObject (attribute1 "attr13614") ) +(myObject (attribute1 "attr13615") ) +(myObject (attribute1 "attr13616") ) +(myObject (attribute1 "attr13617") ) +(myObject (attribute1 "attr13618") ) +(myObject (attribute1 "attr13619") ) +(myObject (attribute1 "attr13620") ) +(myObject (attribute1 "attr13621") ) +(myObject (attribute1 "attr13622") ) +(myObject (attribute1 "attr13623") ) +(myObject (attribute1 "attr13624") ) +(myObject (attribute1 "attr13625") ) +(myObject (attribute1 "attr13626") ) +(myObject (attribute1 "attr13627") ) +(myObject (attribute1 "attr13628") ) +(myObject (attribute1 "attr13629") ) +(myObject (attribute1 "attr13630") ) +(myObject (attribute1 "attr13631") ) +(myObject (attribute1 "attr13632") ) +(myObject (attribute1 "attr13633") ) +(myObject (attribute1 "attr13634") ) +(myObject (attribute1 "attr13635") ) +(myObject (attribute1 "attr13636") ) +(myObject (attribute1 "attr13637") ) +(myObject (attribute1 "attr13638") ) +(myObject (attribute1 "attr13639") ) +(myObject (attribute1 "attr13640") ) +(myObject (attribute1 "attr13641") ) +(myObject (attribute1 "attr13642") ) +(myObject (attribute1 "attr13643") ) +(myObject (attribute1 "attr13644") ) +(myObject (attribute1 "attr13645") ) +(myObject (attribute1 "attr13646") ) +(myObject (attribute1 "attr13647") ) +(myObject (attribute1 "attr13648") ) +(myObject (attribute1 "attr13649") ) +(myObject (attribute1 "attr13650") ) +(myObject (attribute1 "attr13651") ) +(myObject (attribute1 "attr13652") ) +(myObject (attribute1 "attr13653") ) +(myObject (attribute1 "attr13654") ) +(myObject (attribute1 "attr13655") ) +(myObject (attribute1 "attr13656") ) +(myObject (attribute1 "attr13657") ) +(myObject (attribute1 "attr13658") ) +(myObject (attribute1 "attr13659") ) +(myObject (attribute1 "attr13660") ) +(myObject (attribute1 "attr13661") ) +(myObject (attribute1 "attr13662") ) +(myObject (attribute1 "attr13663") ) +(myObject (attribute1 "attr13664") ) +(myObject (attribute1 "attr13665") ) +(myObject (attribute1 "attr13666") ) +(myObject (attribute1 "attr13667") ) +(myObject (attribute1 "attr13668") ) +(myObject (attribute1 "attr13669") ) +(myObject (attribute1 "attr13670") ) +(myObject (attribute1 "attr13671") ) +(myObject (attribute1 "attr13672") ) +(myObject (attribute1 "attr13673") ) +(myObject (attribute1 "attr13674") ) +(myObject (attribute1 "attr13675") ) +(myObject (attribute1 "attr13676") ) +(myObject (attribute1 "attr13677") ) +(myObject (attribute1 "attr13678") ) +(myObject (attribute1 "attr13679") ) +(myObject (attribute1 "attr13680") ) +(myObject (attribute1 "attr13681") ) +(myObject (attribute1 "attr13682") ) +(myObject (attribute1 "attr13683") ) +(myObject (attribute1 "attr13684") ) +(myObject (attribute1 "attr13685") ) +(myObject (attribute1 "attr13686") ) +(myObject (attribute1 "attr13687") ) +(myObject (attribute1 "attr13688") ) +(myObject (attribute1 "attr13689") ) +(myObject (attribute1 "attr13690") ) +(myObject (attribute1 "attr13691") ) +(myObject (attribute1 "attr13692") ) +(myObject (attribute1 "attr13693") ) +(myObject (attribute1 "attr13694") ) +(myObject (attribute1 "attr13695") ) +(myObject (attribute1 "attr13696") ) +(myObject (attribute1 "attr13697") ) +(myObject (attribute1 "attr13698") ) +(myObject (attribute1 "attr13699") ) +(myObject (attribute1 "attr13700") ) +(myObject (attribute1 "attr13701") ) +(myObject (attribute1 "attr13702") ) +(myObject (attribute1 "attr13703") ) +(myObject (attribute1 "attr13704") ) +(myObject (attribute1 "attr13705") ) +(myObject (attribute1 "attr13706") ) +(myObject (attribute1 "attr13707") ) +(myObject (attribute1 "attr13708") ) +(myObject (attribute1 "attr13709") ) +(myObject (attribute1 "attr13710") ) +(myObject (attribute1 "attr13711") ) +(myObject (attribute1 "attr13712") ) +(myObject (attribute1 "attr13713") ) +(myObject (attribute1 "attr13714") ) +(myObject (attribute1 "attr13715") ) +(myObject (attribute1 "attr13716") ) +(myObject (attribute1 "attr13717") ) +(myObject (attribute1 "attr13718") ) +(myObject (attribute1 "attr13719") ) +(myObject (attribute1 "attr13720") ) +(myObject (attribute1 "attr13721") ) +(myObject (attribute1 "attr13722") ) +(myObject (attribute1 "attr13723") ) +(myObject (attribute1 "attr13724") ) +(myObject (attribute1 "attr13725") ) +(myObject (attribute1 "attr13726") ) +(myObject (attribute1 "attr13727") ) +(myObject (attribute1 "attr13728") ) +(myObject (attribute1 "attr13729") ) +(myObject (attribute1 "attr13730") ) +(myObject (attribute1 "attr13731") ) +(myObject (attribute1 "attr13732") ) +(myObject (attribute1 "attr13733") ) +(myObject (attribute1 "attr13734") ) +(myObject (attribute1 "attr13735") ) +(myObject (attribute1 "attr13736") ) +(myObject (attribute1 "attr13737") ) +(myObject (attribute1 "attr13738") ) +(myObject (attribute1 "attr13739") ) +(myObject (attribute1 "attr13740") ) +(myObject (attribute1 "attr13741") ) +(myObject (attribute1 "attr13742") ) +(myObject (attribute1 "attr13743") ) +(myObject (attribute1 "attr13744") ) +(myObject (attribute1 "attr13745") ) +(myObject (attribute1 "attr13746") ) +(myObject (attribute1 "attr13747") ) +(myObject (attribute1 "attr13748") ) +(myObject (attribute1 "attr13749") ) +(myObject (attribute1 "attr13750") ) +(myObject (attribute1 "attr13751") ) +(myObject (attribute1 "attr13752") ) +(myObject (attribute1 "attr13753") ) +(myObject (attribute1 "attr13754") ) +(myObject (attribute1 "attr13755") ) +(myObject (attribute1 "attr13756") ) +(myObject (attribute1 "attr13757") ) +(myObject (attribute1 "attr13758") ) +(myObject (attribute1 "attr13759") ) +(myObject (attribute1 "attr13760") ) +(myObject (attribute1 "attr13761") ) +(myObject (attribute1 "attr13762") ) +(myObject (attribute1 "attr13763") ) +(myObject (attribute1 "attr13764") ) +(myObject (attribute1 "attr13765") ) +(myObject (attribute1 "attr13766") ) +(myObject (attribute1 "attr13767") ) +(myObject (attribute1 "attr13768") ) +(myObject (attribute1 "attr13769") ) +(myObject (attribute1 "attr13770") ) +(myObject (attribute1 "attr13771") ) +(myObject (attribute1 "attr13772") ) +(myObject (attribute1 "attr13773") ) +(myObject (attribute1 "attr13774") ) +(myObject (attribute1 "attr13775") ) +(myObject (attribute1 "attr13776") ) +(myObject (attribute1 "attr13777") ) +(myObject (attribute1 "attr13778") ) +(myObject (attribute1 "attr13779") ) +(myObject (attribute1 "attr13780") ) +(myObject (attribute1 "attr13781") ) +(myObject (attribute1 "attr13782") ) +(myObject (attribute1 "attr13783") ) +(myObject (attribute1 "attr13784") ) +(myObject (attribute1 "attr13785") ) +(myObject (attribute1 "attr13786") ) +(myObject (attribute1 "attr13787") ) +(myObject (attribute1 "attr13788") ) +(myObject (attribute1 "attr13789") ) +(myObject (attribute1 "attr13790") ) +(myObject (attribute1 "attr13791") ) +(myObject (attribute1 "attr13792") ) +(myObject (attribute1 "attr13793") ) +(myObject (attribute1 "attr13794") ) +(myObject (attribute1 "attr13795") ) +(myObject (attribute1 "attr13796") ) +(myObject (attribute1 "attr13797") ) +(myObject (attribute1 "attr13798") ) +(myObject (attribute1 "attr13799") ) +(myObject (attribute1 "attr13800") ) +(myObject (attribute1 "attr13801") ) +(myObject (attribute1 "attr13802") ) +(myObject (attribute1 "attr13803") ) +(myObject (attribute1 "attr13804") ) +(myObject (attribute1 "attr13805") ) +(myObject (attribute1 "attr13806") ) +(myObject (attribute1 "attr13807") ) +(myObject (attribute1 "attr13808") ) +(myObject (attribute1 "attr13809") ) +(myObject (attribute1 "attr13810") ) +(myObject (attribute1 "attr13811") ) +(myObject (attribute1 "attr13812") ) +(myObject (attribute1 "attr13813") ) +(myObject (attribute1 "attr13814") ) +(myObject (attribute1 "attr13815") ) +(myObject (attribute1 "attr13816") ) +(myObject (attribute1 "attr13817") ) +(myObject (attribute1 "attr13818") ) +(myObject (attribute1 "attr13819") ) +(myObject (attribute1 "attr13820") ) +(myObject (attribute1 "attr13821") ) +(myObject (attribute1 "attr13822") ) +(myObject (attribute1 "attr13823") ) +(myObject (attribute1 "attr13824") ) +(myObject (attribute1 "attr13825") ) +(myObject (attribute1 "attr13826") ) +(myObject (attribute1 "attr13827") ) +(myObject (attribute1 "attr13828") ) +(myObject (attribute1 "attr13829") ) +(myObject (attribute1 "attr13830") ) +(myObject (attribute1 "attr13831") ) +(myObject (attribute1 "attr13832") ) +(myObject (attribute1 "attr13833") ) +(myObject (attribute1 "attr13834") ) +(myObject (attribute1 "attr13835") ) +(myObject (attribute1 "attr13836") ) +(myObject (attribute1 "attr13837") ) +(myObject (attribute1 "attr13838") ) +(myObject (attribute1 "attr13839") ) +(myObject (attribute1 "attr13840") ) +(myObject (attribute1 "attr13841") ) +(myObject (attribute1 "attr13842") ) +(myObject (attribute1 "attr13843") ) +(myObject (attribute1 "attr13844") ) +(myObject (attribute1 "attr13845") ) +(myObject (attribute1 "attr13846") ) +(myObject (attribute1 "attr13847") ) +(myObject (attribute1 "attr13848") ) +(myObject (attribute1 "attr13849") ) +(myObject (attribute1 "attr13850") ) +(myObject (attribute1 "attr13851") ) +(myObject (attribute1 "attr13852") ) +(myObject (attribute1 "attr13853") ) +(myObject (attribute1 "attr13854") ) +(myObject (attribute1 "attr13855") ) +(myObject (attribute1 "attr13856") ) +(myObject (attribute1 "attr13857") ) +(myObject (attribute1 "attr13858") ) +(myObject (attribute1 "attr13859") ) +(myObject (attribute1 "attr13860") ) +(myObject (attribute1 "attr13861") ) +(myObject (attribute1 "attr13862") ) +(myObject (attribute1 "attr13863") ) +(myObject (attribute1 "attr13864") ) +(myObject (attribute1 "attr13865") ) +(myObject (attribute1 "attr13866") ) +(myObject (attribute1 "attr13867") ) +(myObject (attribute1 "attr13868") ) +(myObject (attribute1 "attr13869") ) +(myObject (attribute1 "attr13870") ) +(myObject (attribute1 "attr13871") ) +(myObject (attribute1 "attr13872") ) +(myObject (attribute1 "attr13873") ) +(myObject (attribute1 "attr13874") ) +(myObject (attribute1 "attr13875") ) +(myObject (attribute1 "attr13876") ) +(myObject (attribute1 "attr13877") ) +(myObject (attribute1 "attr13878") ) +(myObject (attribute1 "attr13879") ) +(myObject (attribute1 "attr13880") ) +(myObject (attribute1 "attr13881") ) +(myObject (attribute1 "attr13882") ) +(myObject (attribute1 "attr13883") ) +(myObject (attribute1 "attr13884") ) +(myObject (attribute1 "attr13885") ) +(myObject (attribute1 "attr13886") ) +(myObject (attribute1 "attr13887") ) +(myObject (attribute1 "attr13888") ) +(myObject (attribute1 "attr13889") ) +(myObject (attribute1 "attr13890") ) +(myObject (attribute1 "attr13891") ) +(myObject (attribute1 "attr13892") ) +(myObject (attribute1 "attr13893") ) +(myObject (attribute1 "attr13894") ) +(myObject (attribute1 "attr13895") ) +(myObject (attribute1 "attr13896") ) +(myObject (attribute1 "attr13897") ) +(myObject (attribute1 "attr13898") ) +(myObject (attribute1 "attr13899") ) +(myObject (attribute1 "attr13900") ) +(myObject (attribute1 "attr13901") ) +(myObject (attribute1 "attr13902") ) +(myObject (attribute1 "attr13903") ) +(myObject (attribute1 "attr13904") ) +(myObject (attribute1 "attr13905") ) +(myObject (attribute1 "attr13906") ) +(myObject (attribute1 "attr13907") ) +(myObject (attribute1 "attr13908") ) +(myObject (attribute1 "attr13909") ) +(myObject (attribute1 "attr13910") ) +(myObject (attribute1 "attr13911") ) +(myObject (attribute1 "attr13912") ) +(myObject (attribute1 "attr13913") ) +(myObject (attribute1 "attr13914") ) +(myObject (attribute1 "attr13915") ) +(myObject (attribute1 "attr13916") ) +(myObject (attribute1 "attr13917") ) +(myObject (attribute1 "attr13918") ) +(myObject (attribute1 "attr13919") ) +(myObject (attribute1 "attr13920") ) +(myObject (attribute1 "attr13921") ) +(myObject (attribute1 "attr13922") ) +(myObject (attribute1 "attr13923") ) +(myObject (attribute1 "attr13924") ) +(myObject (attribute1 "attr13925") ) +(myObject (attribute1 "attr13926") ) +(myObject (attribute1 "attr13927") ) +(myObject (attribute1 "attr13928") ) +(myObject (attribute1 "attr13929") ) +(myObject (attribute1 "attr13930") ) +(myObject (attribute1 "attr13931") ) +(myObject (attribute1 "attr13932") ) +(myObject (attribute1 "attr13933") ) +(myObject (attribute1 "attr13934") ) +(myObject (attribute1 "attr13935") ) +(myObject (attribute1 "attr13936") ) +(myObject (attribute1 "attr13937") ) +(myObject (attribute1 "attr13938") ) +(myObject (attribute1 "attr13939") ) +(myObject (attribute1 "attr13940") ) +(myObject (attribute1 "attr13941") ) +(myObject (attribute1 "attr13942") ) +(myObject (attribute1 "attr13943") ) +(myObject (attribute1 "attr13944") ) +(myObject (attribute1 "attr13945") ) +(myObject (attribute1 "attr13946") ) +(myObject (attribute1 "attr13947") ) +(myObject (attribute1 "attr13948") ) +(myObject (attribute1 "attr13949") ) +(myObject (attribute1 "attr13950") ) +(myObject (attribute1 "attr13951") ) +(myObject (attribute1 "attr13952") ) +(myObject (attribute1 "attr13953") ) +(myObject (attribute1 "attr13954") ) +(myObject (attribute1 "attr13955") ) +(myObject (attribute1 "attr13956") ) +(myObject (attribute1 "attr13957") ) +(myObject (attribute1 "attr13958") ) +(myObject (attribute1 "attr13959") ) +(myObject (attribute1 "attr13960") ) +(myObject (attribute1 "attr13961") ) +(myObject (attribute1 "attr13962") ) +(myObject (attribute1 "attr13963") ) +(myObject (attribute1 "attr13964") ) +(myObject (attribute1 "attr13965") ) +(myObject (attribute1 "attr13966") ) +(myObject (attribute1 "attr13967") ) +(myObject (attribute1 "attr13968") ) +(myObject (attribute1 "attr13969") ) +(myObject (attribute1 "attr13970") ) +(myObject (attribute1 "attr13971") ) +(myObject (attribute1 "attr13972") ) +(myObject (attribute1 "attr13973") ) +(myObject (attribute1 "attr13974") ) +(myObject (attribute1 "attr13975") ) +(myObject (attribute1 "attr13976") ) +(myObject (attribute1 "attr13977") ) +(myObject (attribute1 "attr13978") ) +(myObject (attribute1 "attr13979") ) +(myObject (attribute1 "attr13980") ) +(myObject (attribute1 "attr13981") ) +(myObject (attribute1 "attr13982") ) +(myObject (attribute1 "attr13983") ) +(myObject (attribute1 "attr13984") ) +(myObject (attribute1 "attr13985") ) +(myObject (attribute1 "attr13986") ) +(myObject (attribute1 "attr13987") ) +(myObject (attribute1 "attr13988") ) +(myObject (attribute1 "attr13989") ) +(myObject (attribute1 "attr13990") ) +(myObject (attribute1 "attr13991") ) +(myObject (attribute1 "attr13992") ) +(myObject (attribute1 "attr13993") ) +(myObject (attribute1 "attr13994") ) +(myObject (attribute1 "attr13995") ) +(myObject (attribute1 "attr13996") ) +(myObject (attribute1 "attr13997") ) +(myObject (attribute1 "attr13998") ) +(myObject (attribute1 "attr13999") ) +(myObject (attribute1 "attr14000") ) +(myObject (attribute1 "attr14001") ) +(myObject (attribute1 "attr14002") ) +(myObject (attribute1 "attr14003") ) +(myObject (attribute1 "attr14004") ) +(myObject (attribute1 "attr14005") ) +(myObject (attribute1 "attr14006") ) +(myObject (attribute1 "attr14007") ) +(myObject (attribute1 "attr14008") ) +(myObject (attribute1 "attr14009") ) +(myObject (attribute1 "attr14010") ) +(myObject (attribute1 "attr14011") ) +(myObject (attribute1 "attr14012") ) +(myObject (attribute1 "attr14013") ) +(myObject (attribute1 "attr14014") ) +(myObject (attribute1 "attr14015") ) +(myObject (attribute1 "attr14016") ) +(myObject (attribute1 "attr14017") ) +(myObject (attribute1 "attr14018") ) +(myObject (attribute1 "attr14019") ) +(myObject (attribute1 "attr14020") ) +(myObject (attribute1 "attr14021") ) +(myObject (attribute1 "attr14022") ) +(myObject (attribute1 "attr14023") ) +(myObject (attribute1 "attr14024") ) +(myObject (attribute1 "attr14025") ) +(myObject (attribute1 "attr14026") ) +(myObject (attribute1 "attr14027") ) +(myObject (attribute1 "attr14028") ) +(myObject (attribute1 "attr14029") ) +(myObject (attribute1 "attr14030") ) +(myObject (attribute1 "attr14031") ) +(myObject (attribute1 "attr14032") ) +(myObject (attribute1 "attr14033") ) +(myObject (attribute1 "attr14034") ) +(myObject (attribute1 "attr14035") ) +(myObject (attribute1 "attr14036") ) +(myObject (attribute1 "attr14037") ) +(myObject (attribute1 "attr14038") ) +(myObject (attribute1 "attr14039") ) +(myObject (attribute1 "attr14040") ) +(myObject (attribute1 "attr14041") ) +(myObject (attribute1 "attr14042") ) +(myObject (attribute1 "attr14043") ) +(myObject (attribute1 "attr14044") ) +(myObject (attribute1 "attr14045") ) +(myObject (attribute1 "attr14046") ) +(myObject (attribute1 "attr14047") ) +(myObject (attribute1 "attr14048") ) +(myObject (attribute1 "attr14049") ) +(myObject (attribute1 "attr14050") ) +(myObject (attribute1 "attr14051") ) +(myObject (attribute1 "attr14052") ) +(myObject (attribute1 "attr14053") ) +(myObject (attribute1 "attr14054") ) +(myObject (attribute1 "attr14055") ) +(myObject (attribute1 "attr14056") ) +(myObject (attribute1 "attr14057") ) +(myObject (attribute1 "attr14058") ) +(myObject (attribute1 "attr14059") ) +(myObject (attribute1 "attr14060") ) +(myObject (attribute1 "attr14061") ) +(myObject (attribute1 "attr14062") ) +(myObject (attribute1 "attr14063") ) +(myObject (attribute1 "attr14064") ) +(myObject (attribute1 "attr14065") ) +(myObject (attribute1 "attr14066") ) +(myObject (attribute1 "attr14067") ) +(myObject (attribute1 "attr14068") ) +(myObject (attribute1 "attr14069") ) +(myObject (attribute1 "attr14070") ) +(myObject (attribute1 "attr14071") ) +(myObject (attribute1 "attr14072") ) +(myObject (attribute1 "attr14073") ) +(myObject (attribute1 "attr14074") ) +(myObject (attribute1 "attr14075") ) +(myObject (attribute1 "attr14076") ) +(myObject (attribute1 "attr14077") ) +(myObject (attribute1 "attr14078") ) +(myObject (attribute1 "attr14079") ) +(myObject (attribute1 "attr14080") ) +(myObject (attribute1 "attr14081") ) +(myObject (attribute1 "attr14082") ) +(myObject (attribute1 "attr14083") ) +(myObject (attribute1 "attr14084") ) +(myObject (attribute1 "attr14085") ) +(myObject (attribute1 "attr14086") ) +(myObject (attribute1 "attr14087") ) +(myObject (attribute1 "attr14088") ) +(myObject (attribute1 "attr14089") ) +(myObject (attribute1 "attr14090") ) +(myObject (attribute1 "attr14091") ) +(myObject (attribute1 "attr14092") ) +(myObject (attribute1 "attr14093") ) +(myObject (attribute1 "attr14094") ) +(myObject (attribute1 "attr14095") ) +(myObject (attribute1 "attr14096") ) +(myObject (attribute1 "attr14097") ) +(myObject (attribute1 "attr14098") ) +(myObject (attribute1 "attr14099") ) +(myObject (attribute1 "attr14100") ) +(myObject (attribute1 "attr14101") ) +(myObject (attribute1 "attr14102") ) +(myObject (attribute1 "attr14103") ) +(myObject (attribute1 "attr14104") ) +(myObject (attribute1 "attr14105") ) +(myObject (attribute1 "attr14106") ) +(myObject (attribute1 "attr14107") ) +(myObject (attribute1 "attr14108") ) +(myObject (attribute1 "attr14109") ) +(myObject (attribute1 "attr14110") ) +(myObject (attribute1 "attr14111") ) +(myObject (attribute1 "attr14112") ) +(myObject (attribute1 "attr14113") ) +(myObject (attribute1 "attr14114") ) +(myObject (attribute1 "attr14115") ) +(myObject (attribute1 "attr14116") ) +(myObject (attribute1 "attr14117") ) +(myObject (attribute1 "attr14118") ) +(myObject (attribute1 "attr14119") ) +(myObject (attribute1 "attr14120") ) +(myObject (attribute1 "attr14121") ) +(myObject (attribute1 "attr14122") ) +(myObject (attribute1 "attr14123") ) +(myObject (attribute1 "attr14124") ) +(myObject (attribute1 "attr14125") ) +(myObject (attribute1 "attr14126") ) +(myObject (attribute1 "attr14127") ) +(myObject (attribute1 "attr14128") ) +(myObject (attribute1 "attr14129") ) +(myObject (attribute1 "attr14130") ) +(myObject (attribute1 "attr14131") ) +(myObject (attribute1 "attr14132") ) +(myObject (attribute1 "attr14133") ) +(myObject (attribute1 "attr14134") ) +(myObject (attribute1 "attr14135") ) +(myObject (attribute1 "attr14136") ) +(myObject (attribute1 "attr14137") ) +(myObject (attribute1 "attr14138") ) +(myObject (attribute1 "attr14139") ) +(myObject (attribute1 "attr14140") ) +(myObject (attribute1 "attr14141") ) +(myObject (attribute1 "attr14142") ) +(myObject (attribute1 "attr14143") ) +(myObject (attribute1 "attr14144") ) +(myObject (attribute1 "attr14145") ) +(myObject (attribute1 "attr14146") ) +(myObject (attribute1 "attr14147") ) +(myObject (attribute1 "attr14148") ) +(myObject (attribute1 "attr14149") ) +(myObject (attribute1 "attr14150") ) +(myObject (attribute1 "attr14151") ) +(myObject (attribute1 "attr14152") ) +(myObject (attribute1 "attr14153") ) +(myObject (attribute1 "attr14154") ) +(myObject (attribute1 "attr14155") ) +(myObject (attribute1 "attr14156") ) +(myObject (attribute1 "attr14157") ) +(myObject (attribute1 "attr14158") ) +(myObject (attribute1 "attr14159") ) +(myObject (attribute1 "attr14160") ) +(myObject (attribute1 "attr14161") ) +(myObject (attribute1 "attr14162") ) +(myObject (attribute1 "attr14163") ) +(myObject (attribute1 "attr14164") ) +(myObject (attribute1 "attr14165") ) +(myObject (attribute1 "attr14166") ) +(myObject (attribute1 "attr14167") ) +(myObject (attribute1 "attr14168") ) +(myObject (attribute1 "attr14169") ) +(myObject (attribute1 "attr14170") ) +(myObject (attribute1 "attr14171") ) +(myObject (attribute1 "attr14172") ) +(myObject (attribute1 "attr14173") ) +(myObject (attribute1 "attr14174") ) +(myObject (attribute1 "attr14175") ) +(myObject (attribute1 "attr14176") ) +(myObject (attribute1 "attr14177") ) +(myObject (attribute1 "attr14178") ) +(myObject (attribute1 "attr14179") ) +(myObject (attribute1 "attr14180") ) +(myObject (attribute1 "attr14181") ) +(myObject (attribute1 "attr14182") ) +(myObject (attribute1 "attr14183") ) +(myObject (attribute1 "attr14184") ) +(myObject (attribute1 "attr14185") ) +(myObject (attribute1 "attr14186") ) +(myObject (attribute1 "attr14187") ) +(myObject (attribute1 "attr14188") ) +(myObject (attribute1 "attr14189") ) +(myObject (attribute1 "attr14190") ) +(myObject (attribute1 "attr14191") ) +(myObject (attribute1 "attr14192") ) +(myObject (attribute1 "attr14193") ) +(myObject (attribute1 "attr14194") ) +(myObject (attribute1 "attr14195") ) +(myObject (attribute1 "attr14196") ) +(myObject (attribute1 "attr14197") ) +(myObject (attribute1 "attr14198") ) +(myObject (attribute1 "attr14199") ) +(myObject (attribute1 "attr14200") ) +(myObject (attribute1 "attr14201") ) +(myObject (attribute1 "attr14202") ) +(myObject (attribute1 "attr14203") ) +(myObject (attribute1 "attr14204") ) +(myObject (attribute1 "attr14205") ) +(myObject (attribute1 "attr14206") ) +(myObject (attribute1 "attr14207") ) +(myObject (attribute1 "attr14208") ) +(myObject (attribute1 "attr14209") ) +(myObject (attribute1 "attr14210") ) +(myObject (attribute1 "attr14211") ) +(myObject (attribute1 "attr14212") ) +(myObject (attribute1 "attr14213") ) +(myObject (attribute1 "attr14214") ) +(myObject (attribute1 "attr14215") ) +(myObject (attribute1 "attr14216") ) +(myObject (attribute1 "attr14217") ) +(myObject (attribute1 "attr14218") ) +(myObject (attribute1 "attr14219") ) +(myObject (attribute1 "attr14220") ) +(myObject (attribute1 "attr14221") ) +(myObject (attribute1 "attr14222") ) +(myObject (attribute1 "attr14223") ) +(myObject (attribute1 "attr14224") ) +(myObject (attribute1 "attr14225") ) +(myObject (attribute1 "attr14226") ) +(myObject (attribute1 "attr14227") ) +(myObject (attribute1 "attr14228") ) +(myObject (attribute1 "attr14229") ) +(myObject (attribute1 "attr14230") ) +(myObject (attribute1 "attr14231") ) +(myObject (attribute1 "attr14232") ) +(myObject (attribute1 "attr14233") ) +(myObject (attribute1 "attr14234") ) +(myObject (attribute1 "attr14235") ) +(myObject (attribute1 "attr14236") ) +(myObject (attribute1 "attr14237") ) +(myObject (attribute1 "attr14238") ) +(myObject (attribute1 "attr14239") ) +(myObject (attribute1 "attr14240") ) +(myObject (attribute1 "attr14241") ) +(myObject (attribute1 "attr14242") ) +(myObject (attribute1 "attr14243") ) +(myObject (attribute1 "attr14244") ) +(myObject (attribute1 "attr14245") ) +(myObject (attribute1 "attr14246") ) +(myObject (attribute1 "attr14247") ) +(myObject (attribute1 "attr14248") ) +(myObject (attribute1 "attr14249") ) +(myObject (attribute1 "attr14250") ) +(myObject (attribute1 "attr14251") ) +(myObject (attribute1 "attr14252") ) +(myObject (attribute1 "attr14253") ) +(myObject (attribute1 "attr14254") ) +(myObject (attribute1 "attr14255") ) +(myObject (attribute1 "attr14256") ) +(myObject (attribute1 "attr14257") ) +(myObject (attribute1 "attr14258") ) +(myObject (attribute1 "attr14259") ) +(myObject (attribute1 "attr14260") ) +(myObject (attribute1 "attr14261") ) +(myObject (attribute1 "attr14262") ) +(myObject (attribute1 "attr14263") ) +(myObject (attribute1 "attr14264") ) +(myObject (attribute1 "attr14265") ) +(myObject (attribute1 "attr14266") ) +(myObject (attribute1 "attr14267") ) +(myObject (attribute1 "attr14268") ) +(myObject (attribute1 "attr14269") ) +(myObject (attribute1 "attr14270") ) +(myObject (attribute1 "attr14271") ) +(myObject (attribute1 "attr14272") ) +(myObject (attribute1 "attr14273") ) +(myObject (attribute1 "attr14274") ) +(myObject (attribute1 "attr14275") ) +(myObject (attribute1 "attr14276") ) +(myObject (attribute1 "attr14277") ) +(myObject (attribute1 "attr14278") ) +(myObject (attribute1 "attr14279") ) +(myObject (attribute1 "attr14280") ) +(myObject (attribute1 "attr14281") ) +(myObject (attribute1 "attr14282") ) +(myObject (attribute1 "attr14283") ) +(myObject (attribute1 "attr14284") ) +(myObject (attribute1 "attr14285") ) +(myObject (attribute1 "attr14286") ) +(myObject (attribute1 "attr14287") ) +(myObject (attribute1 "attr14288") ) +(myObject (attribute1 "attr14289") ) +(myObject (attribute1 "attr14290") ) +(myObject (attribute1 "attr14291") ) +(myObject (attribute1 "attr14292") ) +(myObject (attribute1 "attr14293") ) +(myObject (attribute1 "attr14294") ) +(myObject (attribute1 "attr14295") ) +(myObject (attribute1 "attr14296") ) +(myObject (attribute1 "attr14297") ) +(myObject (attribute1 "attr14298") ) +(myObject (attribute1 "attr14299") ) +(myObject (attribute1 "attr14300") ) +(myObject (attribute1 "attr14301") ) +(myObject (attribute1 "attr14302") ) +(myObject (attribute1 "attr14303") ) +(myObject (attribute1 "attr14304") ) +(myObject (attribute1 "attr14305") ) +(myObject (attribute1 "attr14306") ) +(myObject (attribute1 "attr14307") ) +(myObject (attribute1 "attr14308") ) +(myObject (attribute1 "attr14309") ) +(myObject (attribute1 "attr14310") ) +(myObject (attribute1 "attr14311") ) +(myObject (attribute1 "attr14312") ) +(myObject (attribute1 "attr14313") ) +(myObject (attribute1 "attr14314") ) +(myObject (attribute1 "attr14315") ) +(myObject (attribute1 "attr14316") ) +(myObject (attribute1 "attr14317") ) +(myObject (attribute1 "attr14318") ) +(myObject (attribute1 "attr14319") ) +(myObject (attribute1 "attr14320") ) +(myObject (attribute1 "attr14321") ) +(myObject (attribute1 "attr14322") ) +(myObject (attribute1 "attr14323") ) +(myObject (attribute1 "attr14324") ) +(myObject (attribute1 "attr14325") ) +(myObject (attribute1 "attr14326") ) +(myObject (attribute1 "attr14327") ) +(myObject (attribute1 "attr14328") ) +(myObject (attribute1 "attr14329") ) +(myObject (attribute1 "attr14330") ) +(myObject (attribute1 "attr14331") ) +(myObject (attribute1 "attr14332") ) +(myObject (attribute1 "attr14333") ) +(myObject (attribute1 "attr14334") ) +(myObject (attribute1 "attr14335") ) +(myObject (attribute1 "attr14336") ) +(myObject (attribute1 "attr14337") ) +(myObject (attribute1 "attr14338") ) +(myObject (attribute1 "attr14339") ) +(myObject (attribute1 "attr14340") ) +(myObject (attribute1 "attr14341") ) +(myObject (attribute1 "attr14342") ) +(myObject (attribute1 "attr14343") ) +(myObject (attribute1 "attr14344") ) +(myObject (attribute1 "attr14345") ) +(myObject (attribute1 "attr14346") ) +(myObject (attribute1 "attr14347") ) +(myObject (attribute1 "attr14348") ) +(myObject (attribute1 "attr14349") ) +(myObject (attribute1 "attr14350") ) +(myObject (attribute1 "attr14351") ) +(myObject (attribute1 "attr14352") ) +(myObject (attribute1 "attr14353") ) +(myObject (attribute1 "attr14354") ) +(myObject (attribute1 "attr14355") ) +(myObject (attribute1 "attr14356") ) +(myObject (attribute1 "attr14357") ) +(myObject (attribute1 "attr14358") ) +(myObject (attribute1 "attr14359") ) +(myObject (attribute1 "attr14360") ) +(myObject (attribute1 "attr14361") ) +(myObject (attribute1 "attr14362") ) +(myObject (attribute1 "attr14363") ) +(myObject (attribute1 "attr14364") ) +(myObject (attribute1 "attr14365") ) +(myObject (attribute1 "attr14366") ) +(myObject (attribute1 "attr14367") ) +(myObject (attribute1 "attr14368") ) +(myObject (attribute1 "attr14369") ) +(myObject (attribute1 "attr14370") ) +(myObject (attribute1 "attr14371") ) +(myObject (attribute1 "attr14372") ) +(myObject (attribute1 "attr14373") ) +(myObject (attribute1 "attr14374") ) +(myObject (attribute1 "attr14375") ) +(myObject (attribute1 "attr14376") ) +(myObject (attribute1 "attr14377") ) +(myObject (attribute1 "attr14378") ) +(myObject (attribute1 "attr14379") ) +(myObject (attribute1 "attr14380") ) +(myObject (attribute1 "attr14381") ) +(myObject (attribute1 "attr14382") ) +(myObject (attribute1 "attr14383") ) +(myObject (attribute1 "attr14384") ) +(myObject (attribute1 "attr14385") ) +(myObject (attribute1 "attr14386") ) +(myObject (attribute1 "attr14387") ) +(myObject (attribute1 "attr14388") ) +(myObject (attribute1 "attr14389") ) +(myObject (attribute1 "attr14390") ) +(myObject (attribute1 "attr14391") ) +(myObject (attribute1 "attr14392") ) +(myObject (attribute1 "attr14393") ) +(myObject (attribute1 "attr14394") ) +(myObject (attribute1 "attr14395") ) +(myObject (attribute1 "attr14396") ) +(myObject (attribute1 "attr14397") ) +(myObject (attribute1 "attr14398") ) +(myObject (attribute1 "attr14399") ) +(myObject (attribute1 "attr14400") ) +(myObject (attribute1 "attr14401") ) +(myObject (attribute1 "attr14402") ) +(myObject (attribute1 "attr14403") ) +(myObject (attribute1 "attr14404") ) +(myObject (attribute1 "attr14405") ) +(myObject (attribute1 "attr14406") ) +(myObject (attribute1 "attr14407") ) +(myObject (attribute1 "attr14408") ) +(myObject (attribute1 "attr14409") ) +(myObject (attribute1 "attr14410") ) +(myObject (attribute1 "attr14411") ) +(myObject (attribute1 "attr14412") ) +(myObject (attribute1 "attr14413") ) +(myObject (attribute1 "attr14414") ) +(myObject (attribute1 "attr14415") ) +(myObject (attribute1 "attr14416") ) +(myObject (attribute1 "attr14417") ) +(myObject (attribute1 "attr14418") ) +(myObject (attribute1 "attr14419") ) +(myObject (attribute1 "attr14420") ) +(myObject (attribute1 "attr14421") ) +(myObject (attribute1 "attr14422") ) +(myObject (attribute1 "attr14423") ) +(myObject (attribute1 "attr14424") ) +(myObject (attribute1 "attr14425") ) +(myObject (attribute1 "attr14426") ) +(myObject (attribute1 "attr14427") ) +(myObject (attribute1 "attr14428") ) +(myObject (attribute1 "attr14429") ) +(myObject (attribute1 "attr14430") ) +(myObject (attribute1 "attr14431") ) +(myObject (attribute1 "attr14432") ) +(myObject (attribute1 "attr14433") ) +(myObject (attribute1 "attr14434") ) +(myObject (attribute1 "attr14435") ) +(myObject (attribute1 "attr14436") ) +(myObject (attribute1 "attr14437") ) +(myObject (attribute1 "attr14438") ) +(myObject (attribute1 "attr14439") ) +(myObject (attribute1 "attr14440") ) +(myObject (attribute1 "attr14441") ) +(myObject (attribute1 "attr14442") ) +(myObject (attribute1 "attr14443") ) +(myObject (attribute1 "attr14444") ) +(myObject (attribute1 "attr14445") ) +(myObject (attribute1 "attr14446") ) +(myObject (attribute1 "attr14447") ) +(myObject (attribute1 "attr14448") ) +(myObject (attribute1 "attr14449") ) +(myObject (attribute1 "attr14450") ) +(myObject (attribute1 "attr14451") ) +(myObject (attribute1 "attr14452") ) +(myObject (attribute1 "attr14453") ) +(myObject (attribute1 "attr14454") ) +(myObject (attribute1 "attr14455") ) +(myObject (attribute1 "attr14456") ) +(myObject (attribute1 "attr14457") ) +(myObject (attribute1 "attr14458") ) +(myObject (attribute1 "attr14459") ) +(myObject (attribute1 "attr14460") ) +(myObject (attribute1 "attr14461") ) +(myObject (attribute1 "attr14462") ) +(myObject (attribute1 "attr14463") ) +(myObject (attribute1 "attr14464") ) +(myObject (attribute1 "attr14465") ) +(myObject (attribute1 "attr14466") ) +(myObject (attribute1 "attr14467") ) +(myObject (attribute1 "attr14468") ) +(myObject (attribute1 "attr14469") ) +(myObject (attribute1 "attr14470") ) +(myObject (attribute1 "attr14471") ) +(myObject (attribute1 "attr14472") ) +(myObject (attribute1 "attr14473") ) +(myObject (attribute1 "attr14474") ) +(myObject (attribute1 "attr14475") ) +(myObject (attribute1 "attr14476") ) +(myObject (attribute1 "attr14477") ) +(myObject (attribute1 "attr14478") ) +(myObject (attribute1 "attr14479") ) +(myObject (attribute1 "attr14480") ) +(myObject (attribute1 "attr14481") ) +(myObject (attribute1 "attr14482") ) +(myObject (attribute1 "attr14483") ) +(myObject (attribute1 "attr14484") ) +(myObject (attribute1 "attr14485") ) +(myObject (attribute1 "attr14486") ) +(myObject (attribute1 "attr14487") ) +(myObject (attribute1 "attr14488") ) +(myObject (attribute1 "attr14489") ) +(myObject (attribute1 "attr14490") ) +(myObject (attribute1 "attr14491") ) +(myObject (attribute1 "attr14492") ) +(myObject (attribute1 "attr14493") ) +(myObject (attribute1 "attr14494") ) +(myObject (attribute1 "attr14495") ) +(myObject (attribute1 "attr14496") ) +(myObject (attribute1 "attr14497") ) +(myObject (attribute1 "attr14498") ) +(myObject (attribute1 "attr14499") ) +(myObject (attribute1 "attr14500") ) +(myObject (attribute1 "attr14501") ) +(myObject (attribute1 "attr14502") ) +(myObject (attribute1 "attr14503") ) +(myObject (attribute1 "attr14504") ) +(myObject (attribute1 "attr14505") ) +(myObject (attribute1 "attr14506") ) +(myObject (attribute1 "attr14507") ) +(myObject (attribute1 "attr14508") ) +(myObject (attribute1 "attr14509") ) +(myObject (attribute1 "attr14510") ) +(myObject (attribute1 "attr14511") ) +(myObject (attribute1 "attr14512") ) +(myObject (attribute1 "attr14513") ) +(myObject (attribute1 "attr14514") ) +(myObject (attribute1 "attr14515") ) +(myObject (attribute1 "attr14516") ) +(myObject (attribute1 "attr14517") ) +(myObject (attribute1 "attr14518") ) +(myObject (attribute1 "attr14519") ) +(myObject (attribute1 "attr14520") ) +(myObject (attribute1 "attr14521") ) +(myObject (attribute1 "attr14522") ) +(myObject (attribute1 "attr14523") ) +(myObject (attribute1 "attr14524") ) +(myObject (attribute1 "attr14525") ) +(myObject (attribute1 "attr14526") ) +(myObject (attribute1 "attr14527") ) +(myObject (attribute1 "attr14528") ) +(myObject (attribute1 "attr14529") ) +(myObject (attribute1 "attr14530") ) +(myObject (attribute1 "attr14531") ) +(myObject (attribute1 "attr14532") ) +(myObject (attribute1 "attr14533") ) +(myObject (attribute1 "attr14534") ) +(myObject (attribute1 "attr14535") ) +(myObject (attribute1 "attr14536") ) +(myObject (attribute1 "attr14537") ) +(myObject (attribute1 "attr14538") ) +(myObject (attribute1 "attr14539") ) +(myObject (attribute1 "attr14540") ) +(myObject (attribute1 "attr14541") ) +(myObject (attribute1 "attr14542") ) +(myObject (attribute1 "attr14543") ) +(myObject (attribute1 "attr14544") ) +(myObject (attribute1 "attr14545") ) +(myObject (attribute1 "attr14546") ) +(myObject (attribute1 "attr14547") ) +(myObject (attribute1 "attr14548") ) +(myObject (attribute1 "attr14549") ) +(myObject (attribute1 "attr14550") ) +(myObject (attribute1 "attr14551") ) +(myObject (attribute1 "attr14552") ) +(myObject (attribute1 "attr14553") ) +(myObject (attribute1 "attr14554") ) +(myObject (attribute1 "attr14555") ) +(myObject (attribute1 "attr14556") ) +(myObject (attribute1 "attr14557") ) +(myObject (attribute1 "attr14558") ) +(myObject (attribute1 "attr14559") ) +(myObject (attribute1 "attr14560") ) +(myObject (attribute1 "attr14561") ) +(myObject (attribute1 "attr14562") ) +(myObject (attribute1 "attr14563") ) +(myObject (attribute1 "attr14564") ) +(myObject (attribute1 "attr14565") ) +(myObject (attribute1 "attr14566") ) +(myObject (attribute1 "attr14567") ) +(myObject (attribute1 "attr14568") ) +(myObject (attribute1 "attr14569") ) +(myObject (attribute1 "attr14570") ) +(myObject (attribute1 "attr14571") ) +(myObject (attribute1 "attr14572") ) +(myObject (attribute1 "attr14573") ) +(myObject (attribute1 "attr14574") ) +(myObject (attribute1 "attr14575") ) +(myObject (attribute1 "attr14576") ) +(myObject (attribute1 "attr14577") ) +(myObject (attribute1 "attr14578") ) +(myObject (attribute1 "attr14579") ) +(myObject (attribute1 "attr14580") ) +(myObject (attribute1 "attr14581") ) +(myObject (attribute1 "attr14582") ) +(myObject (attribute1 "attr14583") ) +(myObject (attribute1 "attr14584") ) +(myObject (attribute1 "attr14585") ) +(myObject (attribute1 "attr14586") ) +(myObject (attribute1 "attr14587") ) +(myObject (attribute1 "attr14588") ) +(myObject (attribute1 "attr14589") ) +(myObject (attribute1 "attr14590") ) +(myObject (attribute1 "attr14591") ) +(myObject (attribute1 "attr14592") ) +(myObject (attribute1 "attr14593") ) +(myObject (attribute1 "attr14594") ) +(myObject (attribute1 "attr14595") ) +(myObject (attribute1 "attr14596") ) +(myObject (attribute1 "attr14597") ) +(myObject (attribute1 "attr14598") ) +(myObject (attribute1 "attr14599") ) +(myObject (attribute1 "attr14600") ) +(myObject (attribute1 "attr14601") ) +(myObject (attribute1 "attr14602") ) +(myObject (attribute1 "attr14603") ) +(myObject (attribute1 "attr14604") ) +(myObject (attribute1 "attr14605") ) +(myObject (attribute1 "attr14606") ) +(myObject (attribute1 "attr14607") ) +(myObject (attribute1 "attr14608") ) +(myObject (attribute1 "attr14609") ) +(myObject (attribute1 "attr14610") ) +(myObject (attribute1 "attr14611") ) +(myObject (attribute1 "attr14612") ) +(myObject (attribute1 "attr14613") ) +(myObject (attribute1 "attr14614") ) +(myObject (attribute1 "attr14615") ) +(myObject (attribute1 "attr14616") ) +(myObject (attribute1 "attr14617") ) +(myObject (attribute1 "attr14618") ) +(myObject (attribute1 "attr14619") ) +(myObject (attribute1 "attr14620") ) +(myObject (attribute1 "attr14621") ) +(myObject (attribute1 "attr14622") ) +(myObject (attribute1 "attr14623") ) +(myObject (attribute1 "attr14624") ) +(myObject (attribute1 "attr14625") ) +(myObject (attribute1 "attr14626") ) +(myObject (attribute1 "attr14627") ) +(myObject (attribute1 "attr14628") ) +(myObject (attribute1 "attr14629") ) +(myObject (attribute1 "attr14630") ) +(myObject (attribute1 "attr14631") ) +(myObject (attribute1 "attr14632") ) +(myObject (attribute1 "attr14633") ) +(myObject (attribute1 "attr14634") ) +(myObject (attribute1 "attr14635") ) +(myObject (attribute1 "attr14636") ) +(myObject (attribute1 "attr14637") ) +(myObject (attribute1 "attr14638") ) +(myObject (attribute1 "attr14639") ) +(myObject (attribute1 "attr14640") ) +(myObject (attribute1 "attr14641") ) +(myObject (attribute1 "attr14642") ) +(myObject (attribute1 "attr14643") ) +(myObject (attribute1 "attr14644") ) +(myObject (attribute1 "attr14645") ) +(myObject (attribute1 "attr14646") ) +(myObject (attribute1 "attr14647") ) +(myObject (attribute1 "attr14648") ) +(myObject (attribute1 "attr14649") ) +(myObject (attribute1 "attr14650") ) +(myObject (attribute1 "attr14651") ) +(myObject (attribute1 "attr14652") ) +(myObject (attribute1 "attr14653") ) +(myObject (attribute1 "attr14654") ) +(myObject (attribute1 "attr14655") ) +(myObject (attribute1 "attr14656") ) +(myObject (attribute1 "attr14657") ) +(myObject (attribute1 "attr14658") ) +(myObject (attribute1 "attr14659") ) +(myObject (attribute1 "attr14660") ) +(myObject (attribute1 "attr14661") ) +(myObject (attribute1 "attr14662") ) +(myObject (attribute1 "attr14663") ) +(myObject (attribute1 "attr14664") ) +(myObject (attribute1 "attr14665") ) +(myObject (attribute1 "attr14666") ) +(myObject (attribute1 "attr14667") ) +(myObject (attribute1 "attr14668") ) +(myObject (attribute1 "attr14669") ) +(myObject (attribute1 "attr14670") ) +(myObject (attribute1 "attr14671") ) +(myObject (attribute1 "attr14672") ) +(myObject (attribute1 "attr14673") ) +(myObject (attribute1 "attr14674") ) +(myObject (attribute1 "attr14675") ) +(myObject (attribute1 "attr14676") ) +(myObject (attribute1 "attr14677") ) +(myObject (attribute1 "attr14678") ) +(myObject (attribute1 "attr14679") ) +(myObject (attribute1 "attr14680") ) +(myObject (attribute1 "attr14681") ) +(myObject (attribute1 "attr14682") ) +(myObject (attribute1 "attr14683") ) +(myObject (attribute1 "attr14684") ) +(myObject (attribute1 "attr14685") ) +(myObject (attribute1 "attr14686") ) +(myObject (attribute1 "attr14687") ) +(myObject (attribute1 "attr14688") ) +(myObject (attribute1 "attr14689") ) +(myObject (attribute1 "attr14690") ) +(myObject (attribute1 "attr14691") ) +(myObject (attribute1 "attr14692") ) +(myObject (attribute1 "attr14693") ) +(myObject (attribute1 "attr14694") ) +(myObject (attribute1 "attr14695") ) +(myObject (attribute1 "attr14696") ) +(myObject (attribute1 "attr14697") ) +(myObject (attribute1 "attr14698") ) +(myObject (attribute1 "attr14699") ) +(myObject (attribute1 "attr14700") ) +(myObject (attribute1 "attr14701") ) +(myObject (attribute1 "attr14702") ) +(myObject (attribute1 "attr14703") ) +(myObject (attribute1 "attr14704") ) +(myObject (attribute1 "attr14705") ) +(myObject (attribute1 "attr14706") ) +(myObject (attribute1 "attr14707") ) +(myObject (attribute1 "attr14708") ) +(myObject (attribute1 "attr14709") ) +(myObject (attribute1 "attr14710") ) +(myObject (attribute1 "attr14711") ) +(myObject (attribute1 "attr14712") ) +(myObject (attribute1 "attr14713") ) +(myObject (attribute1 "attr14714") ) +(myObject (attribute1 "attr14715") ) +(myObject (attribute1 "attr14716") ) +(myObject (attribute1 "attr14717") ) +(myObject (attribute1 "attr14718") ) +(myObject (attribute1 "attr14719") ) +(myObject (attribute1 "attr14720") ) +(myObject (attribute1 "attr14721") ) +(myObject (attribute1 "attr14722") ) +(myObject (attribute1 "attr14723") ) +(myObject (attribute1 "attr14724") ) +(myObject (attribute1 "attr14725") ) +(myObject (attribute1 "attr14726") ) +(myObject (attribute1 "attr14727") ) +(myObject (attribute1 "attr14728") ) +(myObject (attribute1 "attr14729") ) +(myObject (attribute1 "attr14730") ) +(myObject (attribute1 "attr14731") ) +(myObject (attribute1 "attr14732") ) +(myObject (attribute1 "attr14733") ) +(myObject (attribute1 "attr14734") ) +(myObject (attribute1 "attr14735") ) +(myObject (attribute1 "attr14736") ) +(myObject (attribute1 "attr14737") ) +(myObject (attribute1 "attr14738") ) +(myObject (attribute1 "attr14739") ) +(myObject (attribute1 "attr14740") ) +(myObject (attribute1 "attr14741") ) +(myObject (attribute1 "attr14742") ) +(myObject (attribute1 "attr14743") ) +(myObject (attribute1 "attr14744") ) +(myObject (attribute1 "attr14745") ) +(myObject (attribute1 "attr14746") ) +(myObject (attribute1 "attr14747") ) +(myObject (attribute1 "attr14748") ) +(myObject (attribute1 "attr14749") ) +(myObject (attribute1 "attr14750") ) +(myObject (attribute1 "attr14751") ) +(myObject (attribute1 "attr14752") ) +(myObject (attribute1 "attr14753") ) +(myObject (attribute1 "attr14754") ) +(myObject (attribute1 "attr14755") ) +(myObject (attribute1 "attr14756") ) +(myObject (attribute1 "attr14757") ) +(myObject (attribute1 "attr14758") ) +(myObject (attribute1 "attr14759") ) +(myObject (attribute1 "attr14760") ) +(myObject (attribute1 "attr14761") ) +(myObject (attribute1 "attr14762") ) +(myObject (attribute1 "attr14763") ) +(myObject (attribute1 "attr14764") ) +(myObject (attribute1 "attr14765") ) +(myObject (attribute1 "attr14766") ) +(myObject (attribute1 "attr14767") ) +(myObject (attribute1 "attr14768") ) +(myObject (attribute1 "attr14769") ) +(myObject (attribute1 "attr14770") ) +(myObject (attribute1 "attr14771") ) +(myObject (attribute1 "attr14772") ) +(myObject (attribute1 "attr14773") ) +(myObject (attribute1 "attr14774") ) +(myObject (attribute1 "attr14775") ) +(myObject (attribute1 "attr14776") ) +(myObject (attribute1 "attr14777") ) +(myObject (attribute1 "attr14778") ) +(myObject (attribute1 "attr14779") ) +(myObject (attribute1 "attr14780") ) +(myObject (attribute1 "attr14781") ) +(myObject (attribute1 "attr14782") ) +(myObject (attribute1 "attr14783") ) +(myObject (attribute1 "attr14784") ) +(myObject (attribute1 "attr14785") ) +(myObject (attribute1 "attr14786") ) +(myObject (attribute1 "attr14787") ) +(myObject (attribute1 "attr14788") ) +(myObject (attribute1 "attr14789") ) +(myObject (attribute1 "attr14790") ) +(myObject (attribute1 "attr14791") ) +(myObject (attribute1 "attr14792") ) +(myObject (attribute1 "attr14793") ) +(myObject (attribute1 "attr14794") ) +(myObject (attribute1 "attr14795") ) +(myObject (attribute1 "attr14796") ) +(myObject (attribute1 "attr14797") ) +(myObject (attribute1 "attr14798") ) +(myObject (attribute1 "attr14799") ) +(myObject (attribute1 "attr14800") ) +(myObject (attribute1 "attr14801") ) +(myObject (attribute1 "attr14802") ) +(myObject (attribute1 "attr14803") ) +(myObject (attribute1 "attr14804") ) +(myObject (attribute1 "attr14805") ) +(myObject (attribute1 "attr14806") ) +(myObject (attribute1 "attr14807") ) +(myObject (attribute1 "attr14808") ) +(myObject (attribute1 "attr14809") ) +(myObject (attribute1 "attr14810") ) +(myObject (attribute1 "attr14811") ) +(myObject (attribute1 "attr14812") ) +(myObject (attribute1 "attr14813") ) +(myObject (attribute1 "attr14814") ) +(myObject (attribute1 "attr14815") ) +(myObject (attribute1 "attr14816") ) +(myObject (attribute1 "attr14817") ) +(myObject (attribute1 "attr14818") ) +(myObject (attribute1 "attr14819") ) +(myObject (attribute1 "attr14820") ) +(myObject (attribute1 "attr14821") ) +(myObject (attribute1 "attr14822") ) +(myObject (attribute1 "attr14823") ) +(myObject (attribute1 "attr14824") ) +(myObject (attribute1 "attr14825") ) +(myObject (attribute1 "attr14826") ) +(myObject (attribute1 "attr14827") ) +(myObject (attribute1 "attr14828") ) +(myObject (attribute1 "attr14829") ) +(myObject (attribute1 "attr14830") ) +(myObject (attribute1 "attr14831") ) +(myObject (attribute1 "attr14832") ) +(myObject (attribute1 "attr14833") ) +(myObject (attribute1 "attr14834") ) +(myObject (attribute1 "attr14835") ) +(myObject (attribute1 "attr14836") ) +(myObject (attribute1 "attr14837") ) +(myObject (attribute1 "attr14838") ) +(myObject (attribute1 "attr14839") ) +(myObject (attribute1 "attr14840") ) +(myObject (attribute1 "attr14841") ) +(myObject (attribute1 "attr14842") ) +(myObject (attribute1 "attr14843") ) +(myObject (attribute1 "attr14844") ) +(myObject (attribute1 "attr14845") ) +(myObject (attribute1 "attr14846") ) +(myObject (attribute1 "attr14847") ) +(myObject (attribute1 "attr14848") ) +(myObject (attribute1 "attr14849") ) +(myObject (attribute1 "attr14850") ) +(myObject (attribute1 "attr14851") ) +(myObject (attribute1 "attr14852") ) +(myObject (attribute1 "attr14853") ) +(myObject (attribute1 "attr14854") ) +(myObject (attribute1 "attr14855") ) +(myObject (attribute1 "attr14856") ) +(myObject (attribute1 "attr14857") ) +(myObject (attribute1 "attr14858") ) +(myObject (attribute1 "attr14859") ) +(myObject (attribute1 "attr14860") ) +(myObject (attribute1 "attr14861") ) +(myObject (attribute1 "attr14862") ) +(myObject (attribute1 "attr14863") ) +(myObject (attribute1 "attr14864") ) +(myObject (attribute1 "attr14865") ) +(myObject (attribute1 "attr14866") ) +(myObject (attribute1 "attr14867") ) +(myObject (attribute1 "attr14868") ) +(myObject (attribute1 "attr14869") ) +(myObject (attribute1 "attr14870") ) +(myObject (attribute1 "attr14871") ) +(myObject (attribute1 "attr14872") ) +(myObject (attribute1 "attr14873") ) +(myObject (attribute1 "attr14874") ) +(myObject (attribute1 "attr14875") ) +(myObject (attribute1 "attr14876") ) +(myObject (attribute1 "attr14877") ) +(myObject (attribute1 "attr14878") ) +(myObject (attribute1 "attr14879") ) +(myObject (attribute1 "attr14880") ) +(myObject (attribute1 "attr14881") ) +(myObject (attribute1 "attr14882") ) +(myObject (attribute1 "attr14883") ) +(myObject (attribute1 "attr14884") ) +(myObject (attribute1 "attr14885") ) +(myObject (attribute1 "attr14886") ) +(myObject (attribute1 "attr14887") ) +(myObject (attribute1 "attr14888") ) +(myObject (attribute1 "attr14889") ) +(myObject (attribute1 "attr14890") ) +(myObject (attribute1 "attr14891") ) +(myObject (attribute1 "attr14892") ) +(myObject (attribute1 "attr14893") ) +(myObject (attribute1 "attr14894") ) +(myObject (attribute1 "attr14895") ) +(myObject (attribute1 "attr14896") ) +(myObject (attribute1 "attr14897") ) +(myObject (attribute1 "attr14898") ) +(myObject (attribute1 "attr14899") ) +(myObject (attribute1 "attr14900") ) +(myObject (attribute1 "attr14901") ) +(myObject (attribute1 "attr14902") ) +(myObject (attribute1 "attr14903") ) +(myObject (attribute1 "attr14904") ) +(myObject (attribute1 "attr14905") ) +(myObject (attribute1 "attr14906") ) +(myObject (attribute1 "attr14907") ) +(myObject (attribute1 "attr14908") ) +(myObject (attribute1 "attr14909") ) +(myObject (attribute1 "attr14910") ) +(myObject (attribute1 "attr14911") ) +(myObject (attribute1 "attr14912") ) +(myObject (attribute1 "attr14913") ) +(myObject (attribute1 "attr14914") ) +(myObject (attribute1 "attr14915") ) +(myObject (attribute1 "attr14916") ) +(myObject (attribute1 "attr14917") ) +(myObject (attribute1 "attr14918") ) +(myObject (attribute1 "attr14919") ) +(myObject (attribute1 "attr14920") ) +(myObject (attribute1 "attr14921") ) +(myObject (attribute1 "attr14922") ) +(myObject (attribute1 "attr14923") ) +(myObject (attribute1 "attr14924") ) +(myObject (attribute1 "attr14925") ) +(myObject (attribute1 "attr14926") ) +(myObject (attribute1 "attr14927") ) +(myObject (attribute1 "attr14928") ) +(myObject (attribute1 "attr14929") ) +(myObject (attribute1 "attr14930") ) +(myObject (attribute1 "attr14931") ) +(myObject (attribute1 "attr14932") ) +(myObject (attribute1 "attr14933") ) +(myObject (attribute1 "attr14934") ) +(myObject (attribute1 "attr14935") ) +(myObject (attribute1 "attr14936") ) +(myObject (attribute1 "attr14937") ) +(myObject (attribute1 "attr14938") ) +(myObject (attribute1 "attr14939") ) +(myObject (attribute1 "attr14940") ) +(myObject (attribute1 "attr14941") ) +(myObject (attribute1 "attr14942") ) +(myObject (attribute1 "attr14943") ) +(myObject (attribute1 "attr14944") ) +(myObject (attribute1 "attr14945") ) +(myObject (attribute1 "attr14946") ) +(myObject (attribute1 "attr14947") ) +(myObject (attribute1 "attr14948") ) +(myObject (attribute1 "attr14949") ) +(myObject (attribute1 "attr14950") ) +(myObject (attribute1 "attr14951") ) +(myObject (attribute1 "attr14952") ) +(myObject (attribute1 "attr14953") ) +(myObject (attribute1 "attr14954") ) +(myObject (attribute1 "attr14955") ) +(myObject (attribute1 "attr14956") ) +(myObject (attribute1 "attr14957") ) +(myObject (attribute1 "attr14958") ) +(myObject (attribute1 "attr14959") ) +(myObject (attribute1 "attr14960") ) +(myObject (attribute1 "attr14961") ) +(myObject (attribute1 "attr14962") ) +(myObject (attribute1 "attr14963") ) +(myObject (attribute1 "attr14964") ) +(myObject (attribute1 "attr14965") ) +(myObject (attribute1 "attr14966") ) +(myObject (attribute1 "attr14967") ) +(myObject (attribute1 "attr14968") ) +(myObject (attribute1 "attr14969") ) +(myObject (attribute1 "attr14970") ) +(myObject (attribute1 "attr14971") ) +(myObject (attribute1 "attr14972") ) +(myObject (attribute1 "attr14973") ) +(myObject (attribute1 "attr14974") ) +(myObject (attribute1 "attr14975") ) +(myObject (attribute1 "attr14976") ) +(myObject (attribute1 "attr14977") ) +(myObject (attribute1 "attr14978") ) +(myObject (attribute1 "attr14979") ) +(myObject (attribute1 "attr14980") ) +(myObject (attribute1 "attr14981") ) +(myObject (attribute1 "attr14982") ) +(myObject (attribute1 "attr14983") ) +(myObject (attribute1 "attr14984") ) +(myObject (attribute1 "attr14985") ) +(myObject (attribute1 "attr14986") ) +(myObject (attribute1 "attr14987") ) +(myObject (attribute1 "attr14988") ) +(myObject (attribute1 "attr14989") ) +(myObject (attribute1 "attr14990") ) +(myObject (attribute1 "attr14991") ) +(myObject (attribute1 "attr14992") ) +(myObject (attribute1 "attr14993") ) +(myObject (attribute1 "attr14994") ) +(myObject (attribute1 "attr14995") ) +(myObject (attribute1 "attr14996") ) +(myObject (attribute1 "attr14997") ) +(myObject (attribute1 "attr14998") ) +(myObject (attribute1 "attr14999") ) +(myObject (attribute1 "attr15000") ) +(myObject (attribute1 "attr15001") ) +(myObject (attribute1 "attr15002") ) +(myObject (attribute1 "attr15003") ) +(myObject (attribute1 "attr15004") ) +(myObject (attribute1 "attr15005") ) +(myObject (attribute1 "attr15006") ) +(myObject (attribute1 "attr15007") ) +(myObject (attribute1 "attr15008") ) +(myObject (attribute1 "attr15009") ) +(myObject (attribute1 "attr15010") ) +(myObject (attribute1 "attr15011") ) +(myObject (attribute1 "attr15012") ) +(myObject (attribute1 "attr15013") ) +(myObject (attribute1 "attr15014") ) +(myObject (attribute1 "attr15015") ) +(myObject (attribute1 "attr15016") ) +(myObject (attribute1 "attr15017") ) +(myObject (attribute1 "attr15018") ) +(myObject (attribute1 "attr15019") ) +(myObject (attribute1 "attr15020") ) +(myObject (attribute1 "attr15021") ) +(myObject (attribute1 "attr15022") ) +(myObject (attribute1 "attr15023") ) +(myObject (attribute1 "attr15024") ) +(myObject (attribute1 "attr15025") ) +(myObject (attribute1 "attr15026") ) +(myObject (attribute1 "attr15027") ) +(myObject (attribute1 "attr15028") ) +(myObject (attribute1 "attr15029") ) +(myObject (attribute1 "attr15030") ) +(myObject (attribute1 "attr15031") ) +(myObject (attribute1 "attr15032") ) +(myObject (attribute1 "attr15033") ) +(myObject (attribute1 "attr15034") ) +(myObject (attribute1 "attr15035") ) +(myObject (attribute1 "attr15036") ) +(myObject (attribute1 "attr15037") ) +(myObject (attribute1 "attr15038") ) +(myObject (attribute1 "attr15039") ) +(myObject (attribute1 "attr15040") ) +(myObject (attribute1 "attr15041") ) +(myObject (attribute1 "attr15042") ) +(myObject (attribute1 "attr15043") ) +(myObject (attribute1 "attr15044") ) +(myObject (attribute1 "attr15045") ) +(myObject (attribute1 "attr15046") ) +(myObject (attribute1 "attr15047") ) +(myObject (attribute1 "attr15048") ) +(myObject (attribute1 "attr15049") ) +(myObject (attribute1 "attr15050") ) +(myObject (attribute1 "attr15051") ) +(myObject (attribute1 "attr15052") ) +(myObject (attribute1 "attr15053") ) +(myObject (attribute1 "attr15054") ) +(myObject (attribute1 "attr15055") ) +(myObject (attribute1 "attr15056") ) +(myObject (attribute1 "attr15057") ) +(myObject (attribute1 "attr15058") ) +(myObject (attribute1 "attr15059") ) +(myObject (attribute1 "attr15060") ) +(myObject (attribute1 "attr15061") ) +(myObject (attribute1 "attr15062") ) +(myObject (attribute1 "attr15063") ) +(myObject (attribute1 "attr15064") ) +(myObject (attribute1 "attr15065") ) +(myObject (attribute1 "attr15066") ) +(myObject (attribute1 "attr15067") ) +(myObject (attribute1 "attr15068") ) +(myObject (attribute1 "attr15069") ) +(myObject (attribute1 "attr15070") ) +(myObject (attribute1 "attr15071") ) +(myObject (attribute1 "attr15072") ) +(myObject (attribute1 "attr15073") ) +(myObject (attribute1 "attr15074") ) +(myObject (attribute1 "attr15075") ) +(myObject (attribute1 "attr15076") ) +(myObject (attribute1 "attr15077") ) +(myObject (attribute1 "attr15078") ) +(myObject (attribute1 "attr15079") ) +(myObject (attribute1 "attr15080") ) +(myObject (attribute1 "attr15081") ) +(myObject (attribute1 "attr15082") ) +(myObject (attribute1 "attr15083") ) +(myObject (attribute1 "attr15084") ) +(myObject (attribute1 "attr15085") ) +(myObject (attribute1 "attr15086") ) +(myObject (attribute1 "attr15087") ) +(myObject (attribute1 "attr15088") ) +(myObject (attribute1 "attr15089") ) +(myObject (attribute1 "attr15090") ) +(myObject (attribute1 "attr15091") ) +(myObject (attribute1 "attr15092") ) +(myObject (attribute1 "attr15093") ) +(myObject (attribute1 "attr15094") ) +(myObject (attribute1 "attr15095") ) +(myObject (attribute1 "attr15096") ) +(myObject (attribute1 "attr15097") ) +(myObject (attribute1 "attr15098") ) +(myObject (attribute1 "attr15099") ) +(myObject (attribute1 "attr15100") ) +(myObject (attribute1 "attr15101") ) +(myObject (attribute1 "attr15102") ) +(myObject (attribute1 "attr15103") ) +(myObject (attribute1 "attr15104") ) +(myObject (attribute1 "attr15105") ) +(myObject (attribute1 "attr15106") ) +(myObject (attribute1 "attr15107") ) +(myObject (attribute1 "attr15108") ) +(myObject (attribute1 "attr15109") ) +(myObject (attribute1 "attr15110") ) +(myObject (attribute1 "attr15111") ) +(myObject (attribute1 "attr15112") ) +(myObject (attribute1 "attr15113") ) +(myObject (attribute1 "attr15114") ) +(myObject (attribute1 "attr15115") ) +(myObject (attribute1 "attr15116") ) +(myObject (attribute1 "attr15117") ) +(myObject (attribute1 "attr15118") ) +(myObject (attribute1 "attr15119") ) +(myObject (attribute1 "attr15120") ) +(myObject (attribute1 "attr15121") ) +(myObject (attribute1 "attr15122") ) +(myObject (attribute1 "attr15123") ) +(myObject (attribute1 "attr15124") ) +(myObject (attribute1 "attr15125") ) +(myObject (attribute1 "attr15126") ) +(myObject (attribute1 "attr15127") ) +(myObject (attribute1 "attr15128") ) +(myObject (attribute1 "attr15129") ) +(myObject (attribute1 "attr15130") ) +(myObject (attribute1 "attr15131") ) +(myObject (attribute1 "attr15132") ) +(myObject (attribute1 "attr15133") ) +(myObject (attribute1 "attr15134") ) +(myObject (attribute1 "attr15135") ) +(myObject (attribute1 "attr15136") ) +(myObject (attribute1 "attr15137") ) +(myObject (attribute1 "attr15138") ) +(myObject (attribute1 "attr15139") ) +(myObject (attribute1 "attr15140") ) +(myObject (attribute1 "attr15141") ) +(myObject (attribute1 "attr15142") ) +(myObject (attribute1 "attr15143") ) +(myObject (attribute1 "attr15144") ) +(myObject (attribute1 "attr15145") ) +(myObject (attribute1 "attr15146") ) +(myObject (attribute1 "attr15147") ) +(myObject (attribute1 "attr15148") ) +(myObject (attribute1 "attr15149") ) +(myObject (attribute1 "attr15150") ) +(myObject (attribute1 "attr15151") ) +(myObject (attribute1 "attr15152") ) +(myObject (attribute1 "attr15153") ) +(myObject (attribute1 "attr15154") ) +(myObject (attribute1 "attr15155") ) +(myObject (attribute1 "attr15156") ) +(myObject (attribute1 "attr15157") ) +(myObject (attribute1 "attr15158") ) +(myObject (attribute1 "attr15159") ) +(myObject (attribute1 "attr15160") ) +(myObject (attribute1 "attr15161") ) +(myObject (attribute1 "attr15162") ) +(myObject (attribute1 "attr15163") ) +(myObject (attribute1 "attr15164") ) +(myObject (attribute1 "attr15165") ) +(myObject (attribute1 "attr15166") ) +(myObject (attribute1 "attr15167") ) +(myObject (attribute1 "attr15168") ) +(myObject (attribute1 "attr15169") ) +(myObject (attribute1 "attr15170") ) +(myObject (attribute1 "attr15171") ) +(myObject (attribute1 "attr15172") ) +(myObject (attribute1 "attr15173") ) +(myObject (attribute1 "attr15174") ) +(myObject (attribute1 "attr15175") ) +(myObject (attribute1 "attr15176") ) +(myObject (attribute1 "attr15177") ) +(myObject (attribute1 "attr15178") ) +(myObject (attribute1 "attr15179") ) +(myObject (attribute1 "attr15180") ) +(myObject (attribute1 "attr15181") ) +(myObject (attribute1 "attr15182") ) +(myObject (attribute1 "attr15183") ) +(myObject (attribute1 "attr15184") ) +(myObject (attribute1 "attr15185") ) +(myObject (attribute1 "attr15186") ) +(myObject (attribute1 "attr15187") ) +(myObject (attribute1 "attr15188") ) +(myObject (attribute1 "attr15189") ) +(myObject (attribute1 "attr15190") ) +(myObject (attribute1 "attr15191") ) +(myObject (attribute1 "attr15192") ) +(myObject (attribute1 "attr15193") ) +(myObject (attribute1 "attr15194") ) +(myObject (attribute1 "attr15195") ) +(myObject (attribute1 "attr15196") ) +(myObject (attribute1 "attr15197") ) +(myObject (attribute1 "attr15198") ) +(myObject (attribute1 "attr15199") ) +(myObject (attribute1 "attr15200") ) +(myObject (attribute1 "attr15201") ) +(myObject (attribute1 "attr15202") ) +(myObject (attribute1 "attr15203") ) +(myObject (attribute1 "attr15204") ) +(myObject (attribute1 "attr15205") ) +(myObject (attribute1 "attr15206") ) +(myObject (attribute1 "attr15207") ) +(myObject (attribute1 "attr15208") ) +(myObject (attribute1 "attr15209") ) +(myObject (attribute1 "attr15210") ) +(myObject (attribute1 "attr15211") ) +(myObject (attribute1 "attr15212") ) +(myObject (attribute1 "attr15213") ) +(myObject (attribute1 "attr15214") ) +(myObject (attribute1 "attr15215") ) +(myObject (attribute1 "attr15216") ) +(myObject (attribute1 "attr15217") ) +(myObject (attribute1 "attr15218") ) +(myObject (attribute1 "attr15219") ) +(myObject (attribute1 "attr15220") ) +(myObject (attribute1 "attr15221") ) +(myObject (attribute1 "attr15222") ) +(myObject (attribute1 "attr15223") ) +(myObject (attribute1 "attr15224") ) +(myObject (attribute1 "attr15225") ) +(myObject (attribute1 "attr15226") ) +(myObject (attribute1 "attr15227") ) +(myObject (attribute1 "attr15228") ) +(myObject (attribute1 "attr15229") ) +(myObject (attribute1 "attr15230") ) +(myObject (attribute1 "attr15231") ) +(myObject (attribute1 "attr15232") ) +(myObject (attribute1 "attr15233") ) +(myObject (attribute1 "attr15234") ) +(myObject (attribute1 "attr15235") ) +(myObject (attribute1 "attr15236") ) +(myObject (attribute1 "attr15237") ) +(myObject (attribute1 "attr15238") ) +(myObject (attribute1 "attr15239") ) +(myObject (attribute1 "attr15240") ) +(myObject (attribute1 "attr15241") ) +(myObject (attribute1 "attr15242") ) +(myObject (attribute1 "attr15243") ) +(myObject (attribute1 "attr15244") ) +(myObject (attribute1 "attr15245") ) +(myObject (attribute1 "attr15246") ) +(myObject (attribute1 "attr15247") ) +(myObject (attribute1 "attr15248") ) +(myObject (attribute1 "attr15249") ) +(myObject (attribute1 "attr15250") ) +(myObject (attribute1 "attr15251") ) +(myObject (attribute1 "attr15252") ) +(myObject (attribute1 "attr15253") ) +(myObject (attribute1 "attr15254") ) +(myObject (attribute1 "attr15255") ) +(myObject (attribute1 "attr15256") ) +(myObject (attribute1 "attr15257") ) +(myObject (attribute1 "attr15258") ) +(myObject (attribute1 "attr15259") ) +(myObject (attribute1 "attr15260") ) +(myObject (attribute1 "attr15261") ) +(myObject (attribute1 "attr15262") ) +(myObject (attribute1 "attr15263") ) +(myObject (attribute1 "attr15264") ) +(myObject (attribute1 "attr15265") ) +(myObject (attribute1 "attr15266") ) +(myObject (attribute1 "attr15267") ) +(myObject (attribute1 "attr15268") ) +(myObject (attribute1 "attr15269") ) +(myObject (attribute1 "attr15270") ) +(myObject (attribute1 "attr15271") ) +(myObject (attribute1 "attr15272") ) +(myObject (attribute1 "attr15273") ) +(myObject (attribute1 "attr15274") ) +(myObject (attribute1 "attr15275") ) +(myObject (attribute1 "attr15276") ) +(myObject (attribute1 "attr15277") ) +(myObject (attribute1 "attr15278") ) +(myObject (attribute1 "attr15279") ) +(myObject (attribute1 "attr15280") ) +(myObject (attribute1 "attr15281") ) +(myObject (attribute1 "attr15282") ) +(myObject (attribute1 "attr15283") ) +(myObject (attribute1 "attr15284") ) +(myObject (attribute1 "attr15285") ) +(myObject (attribute1 "attr15286") ) +(myObject (attribute1 "attr15287") ) +(myObject (attribute1 "attr15288") ) +(myObject (attribute1 "attr15289") ) +(myObject (attribute1 "attr15290") ) +(myObject (attribute1 "attr15291") ) +(myObject (attribute1 "attr15292") ) +(myObject (attribute1 "attr15293") ) +(myObject (attribute1 "attr15294") ) +(myObject (attribute1 "attr15295") ) +(myObject (attribute1 "attr15296") ) +(myObject (attribute1 "attr15297") ) +(myObject (attribute1 "attr15298") ) +(myObject (attribute1 "attr15299") ) +(myObject (attribute1 "attr15300") ) +(myObject (attribute1 "attr15301") ) +(myObject (attribute1 "attr15302") ) +(myObject (attribute1 "attr15303") ) +(myObject (attribute1 "attr15304") ) +(myObject (attribute1 "attr15305") ) +(myObject (attribute1 "attr15306") ) +(myObject (attribute1 "attr15307") ) +(myObject (attribute1 "attr15308") ) +(myObject (attribute1 "attr15309") ) +(myObject (attribute1 "attr15310") ) +(myObject (attribute1 "attr15311") ) +(myObject (attribute1 "attr15312") ) +(myObject (attribute1 "attr15313") ) +(myObject (attribute1 "attr15314") ) +(myObject (attribute1 "attr15315") ) +(myObject (attribute1 "attr15316") ) +(myObject (attribute1 "attr15317") ) +(myObject (attribute1 "attr15318") ) +(myObject (attribute1 "attr15319") ) +(myObject (attribute1 "attr15320") ) +(myObject (attribute1 "attr15321") ) +(myObject (attribute1 "attr15322") ) +(myObject (attribute1 "attr15323") ) +(myObject (attribute1 "attr15324") ) +(myObject (attribute1 "attr15325") ) +(myObject (attribute1 "attr15326") ) +(myObject (attribute1 "attr15327") ) +(myObject (attribute1 "attr15328") ) +(myObject (attribute1 "attr15329") ) +(myObject (attribute1 "attr15330") ) +(myObject (attribute1 "attr15331") ) +(myObject (attribute1 "attr15332") ) +(myObject (attribute1 "attr15333") ) +(myObject (attribute1 "attr15334") ) +(myObject (attribute1 "attr15335") ) +(myObject (attribute1 "attr15336") ) +(myObject (attribute1 "attr15337") ) +(myObject (attribute1 "attr15338") ) +(myObject (attribute1 "attr15339") ) +(myObject (attribute1 "attr15340") ) +(myObject (attribute1 "attr15341") ) +(myObject (attribute1 "attr15342") ) +(myObject (attribute1 "attr15343") ) +(myObject (attribute1 "attr15344") ) +(myObject (attribute1 "attr15345") ) +(myObject (attribute1 "attr15346") ) +(myObject (attribute1 "attr15347") ) +(myObject (attribute1 "attr15348") ) +(myObject (attribute1 "attr15349") ) +(myObject (attribute1 "attr15350") ) +(myObject (attribute1 "attr15351") ) +(myObject (attribute1 "attr15352") ) +(myObject (attribute1 "attr15353") ) +(myObject (attribute1 "attr15354") ) +(myObject (attribute1 "attr15355") ) +(myObject (attribute1 "attr15356") ) +(myObject (attribute1 "attr15357") ) +(myObject (attribute1 "attr15358") ) +(myObject (attribute1 "attr15359") ) +(myObject (attribute1 "attr15360") ) +(myObject (attribute1 "attr15361") ) +(myObject (attribute1 "attr15362") ) +(myObject (attribute1 "attr15363") ) +(myObject (attribute1 "attr15364") ) +(myObject (attribute1 "attr15365") ) +(myObject (attribute1 "attr15366") ) +(myObject (attribute1 "attr15367") ) +(myObject (attribute1 "attr15368") ) +(myObject (attribute1 "attr15369") ) +(myObject (attribute1 "attr15370") ) +(myObject (attribute1 "attr15371") ) +(myObject (attribute1 "attr15372") ) +(myObject (attribute1 "attr15373") ) +(myObject (attribute1 "attr15374") ) +(myObject (attribute1 "attr15375") ) +(myObject (attribute1 "attr15376") ) +(myObject (attribute1 "attr15377") ) +(myObject (attribute1 "attr15378") ) +(myObject (attribute1 "attr15379") ) +(myObject (attribute1 "attr15380") ) +(myObject (attribute1 "attr15381") ) +(myObject (attribute1 "attr15382") ) +(myObject (attribute1 "attr15383") ) +(myObject (attribute1 "attr15384") ) +(myObject (attribute1 "attr15385") ) +(myObject (attribute1 "attr15386") ) +(myObject (attribute1 "attr15387") ) +(myObject (attribute1 "attr15388") ) +(myObject (attribute1 "attr15389") ) +(myObject (attribute1 "attr15390") ) +(myObject (attribute1 "attr15391") ) +(myObject (attribute1 "attr15392") ) +(myObject (attribute1 "attr15393") ) +(myObject (attribute1 "attr15394") ) +(myObject (attribute1 "attr15395") ) +(myObject (attribute1 "attr15396") ) +(myObject (attribute1 "attr15397") ) +(myObject (attribute1 "attr15398") ) +(myObject (attribute1 "attr15399") ) +(myObject (attribute1 "attr15400") ) +(myObject (attribute1 "attr15401") ) +(myObject (attribute1 "attr15402") ) +(myObject (attribute1 "attr15403") ) +(myObject (attribute1 "attr15404") ) +(myObject (attribute1 "attr15405") ) +(myObject (attribute1 "attr15406") ) +(myObject (attribute1 "attr15407") ) +(myObject (attribute1 "attr15408") ) +(myObject (attribute1 "attr15409") ) +(myObject (attribute1 "attr15410") ) +(myObject (attribute1 "attr15411") ) +(myObject (attribute1 "attr15412") ) +(myObject (attribute1 "attr15413") ) +(myObject (attribute1 "attr15414") ) +(myObject (attribute1 "attr15415") ) +(myObject (attribute1 "attr15416") ) +(myObject (attribute1 "attr15417") ) +(myObject (attribute1 "attr15418") ) +(myObject (attribute1 "attr15419") ) +(myObject (attribute1 "attr15420") ) +(myObject (attribute1 "attr15421") ) +(myObject (attribute1 "attr15422") ) +(myObject (attribute1 "attr15423") ) +(myObject (attribute1 "attr15424") ) +(myObject (attribute1 "attr15425") ) +(myObject (attribute1 "attr15426") ) +(myObject (attribute1 "attr15427") ) +(myObject (attribute1 "attr15428") ) +(myObject (attribute1 "attr15429") ) +(myObject (attribute1 "attr15430") ) +(myObject (attribute1 "attr15431") ) +(myObject (attribute1 "attr15432") ) +(myObject (attribute1 "attr15433") ) +(myObject (attribute1 "attr15434") ) +(myObject (attribute1 "attr15435") ) +(myObject (attribute1 "attr15436") ) +(myObject (attribute1 "attr15437") ) +(myObject (attribute1 "attr15438") ) +(myObject (attribute1 "attr15439") ) +(myObject (attribute1 "attr15440") ) +(myObject (attribute1 "attr15441") ) +(myObject (attribute1 "attr15442") ) +(myObject (attribute1 "attr15443") ) +(myObject (attribute1 "attr15444") ) +(myObject (attribute1 "attr15445") ) +(myObject (attribute1 "attr15446") ) +(myObject (attribute1 "attr15447") ) +(myObject (attribute1 "attr15448") ) +(myObject (attribute1 "attr15449") ) +(myObject (attribute1 "attr15450") ) +(myObject (attribute1 "attr15451") ) +(myObject (attribute1 "attr15452") ) +(myObject (attribute1 "attr15453") ) +(myObject (attribute1 "attr15454") ) +(myObject (attribute1 "attr15455") ) +(myObject (attribute1 "attr15456") ) +(myObject (attribute1 "attr15457") ) +(myObject (attribute1 "attr15458") ) +(myObject (attribute1 "attr15459") ) +(myObject (attribute1 "attr15460") ) +(myObject (attribute1 "attr15461") ) +(myObject (attribute1 "attr15462") ) +(myObject (attribute1 "attr15463") ) +(myObject (attribute1 "attr15464") ) +(myObject (attribute1 "attr15465") ) +(myObject (attribute1 "attr15466") ) +(myObject (attribute1 "attr15467") ) +(myObject (attribute1 "attr15468") ) +(myObject (attribute1 "attr15469") ) +(myObject (attribute1 "attr15470") ) +(myObject (attribute1 "attr15471") ) +(myObject (attribute1 "attr15472") ) +(myObject (attribute1 "attr15473") ) +(myObject (attribute1 "attr15474") ) +(myObject (attribute1 "attr15475") ) +(myObject (attribute1 "attr15476") ) +(myObject (attribute1 "attr15477") ) +(myObject (attribute1 "attr15478") ) +(myObject (attribute1 "attr15479") ) +(myObject (attribute1 "attr15480") ) +(myObject (attribute1 "attr15481") ) +(myObject (attribute1 "attr15482") ) +(myObject (attribute1 "attr15483") ) +(myObject (attribute1 "attr15484") ) +(myObject (attribute1 "attr15485") ) +(myObject (attribute1 "attr15486") ) +(myObject (attribute1 "attr15487") ) +(myObject (attribute1 "attr15488") ) +(myObject (attribute1 "attr15489") ) +(myObject (attribute1 "attr15490") ) +(myObject (attribute1 "attr15491") ) +(myObject (attribute1 "attr15492") ) +(myObject (attribute1 "attr15493") ) +(myObject (attribute1 "attr15494") ) +(myObject (attribute1 "attr15495") ) +(myObject (attribute1 "attr15496") ) +(myObject (attribute1 "attr15497") ) +(myObject (attribute1 "attr15498") ) +(myObject (attribute1 "attr15499") ) +(myObject (attribute1 "attr15500") ) +(myObject (attribute1 "attr15501") ) +(myObject (attribute1 "attr15502") ) +(myObject (attribute1 "attr15503") ) +(myObject (attribute1 "attr15504") ) +(myObject (attribute1 "attr15505") ) +(myObject (attribute1 "attr15506") ) +(myObject (attribute1 "attr15507") ) +(myObject (attribute1 "attr15508") ) +(myObject (attribute1 "attr15509") ) +(myObject (attribute1 "attr15510") ) +(myObject (attribute1 "attr15511") ) +(myObject (attribute1 "attr15512") ) +(myObject (attribute1 "attr15513") ) +(myObject (attribute1 "attr15514") ) +(myObject (attribute1 "attr15515") ) +(myObject (attribute1 "attr15516") ) +(myObject (attribute1 "attr15517") ) +(myObject (attribute1 "attr15518") ) +(myObject (attribute1 "attr15519") ) +(myObject (attribute1 "attr15520") ) +(myObject (attribute1 "attr15521") ) +(myObject (attribute1 "attr15522") ) +(myObject (attribute1 "attr15523") ) +(myObject (attribute1 "attr15524") ) +(myObject (attribute1 "attr15525") ) +(myObject (attribute1 "attr15526") ) +(myObject (attribute1 "attr15527") ) +(myObject (attribute1 "attr15528") ) +(myObject (attribute1 "attr15529") ) +(myObject (attribute1 "attr15530") ) +(myObject (attribute1 "attr15531") ) +(myObject (attribute1 "attr15532") ) +(myObject (attribute1 "attr15533") ) +(myObject (attribute1 "attr15534") ) +(myObject (attribute1 "attr15535") ) +(myObject (attribute1 "attr15536") ) +(myObject (attribute1 "attr15537") ) +(myObject (attribute1 "attr15538") ) +(myObject (attribute1 "attr15539") ) +(myObject (attribute1 "attr15540") ) +(myObject (attribute1 "attr15541") ) +(myObject (attribute1 "attr15542") ) +(myObject (attribute1 "attr15543") ) +(myObject (attribute1 "attr15544") ) +(myObject (attribute1 "attr15545") ) +(myObject (attribute1 "attr15546") ) +(myObject (attribute1 "attr15547") ) +(myObject (attribute1 "attr15548") ) +(myObject (attribute1 "attr15549") ) +(myObject (attribute1 "attr15550") ) +(myObject (attribute1 "attr15551") ) +(myObject (attribute1 "attr15552") ) +(myObject (attribute1 "attr15553") ) +(myObject (attribute1 "attr15554") ) +(myObject (attribute1 "attr15555") ) +(myObject (attribute1 "attr15556") ) +(myObject (attribute1 "attr15557") ) +(myObject (attribute1 "attr15558") ) +(myObject (attribute1 "attr15559") ) +(myObject (attribute1 "attr15560") ) +(myObject (attribute1 "attr15561") ) +(myObject (attribute1 "attr15562") ) +(myObject (attribute1 "attr15563") ) +(myObject (attribute1 "attr15564") ) +(myObject (attribute1 "attr15565") ) +(myObject (attribute1 "attr15566") ) +(myObject (attribute1 "attr15567") ) +(myObject (attribute1 "attr15568") ) +(myObject (attribute1 "attr15569") ) +(myObject (attribute1 "attr15570") ) +(myObject (attribute1 "attr15571") ) +(myObject (attribute1 "attr15572") ) +(myObject (attribute1 "attr15573") ) +(myObject (attribute1 "attr15574") ) +(myObject (attribute1 "attr15575") ) +(myObject (attribute1 "attr15576") ) +(myObject (attribute1 "attr15577") ) +(myObject (attribute1 "attr15578") ) +(myObject (attribute1 "attr15579") ) +(myObject (attribute1 "attr15580") ) +(myObject (attribute1 "attr15581") ) +(myObject (attribute1 "attr15582") ) +(myObject (attribute1 "attr15583") ) +(myObject (attribute1 "attr15584") ) +(myObject (attribute1 "attr15585") ) +(myObject (attribute1 "attr15586") ) +(myObject (attribute1 "attr15587") ) +(myObject (attribute1 "attr15588") ) +(myObject (attribute1 "attr15589") ) +(myObject (attribute1 "attr15590") ) +(myObject (attribute1 "attr15591") ) +(myObject (attribute1 "attr15592") ) +(myObject (attribute1 "attr15593") ) +(myObject (attribute1 "attr15594") ) +(myObject (attribute1 "attr15595") ) +(myObject (attribute1 "attr15596") ) +(myObject (attribute1 "attr15597") ) +(myObject (attribute1 "attr15598") ) +(myObject (attribute1 "attr15599") ) +(myObject (attribute1 "attr15600") ) +(myObject (attribute1 "attr15601") ) +(myObject (attribute1 "attr15602") ) +(myObject (attribute1 "attr15603") ) +(myObject (attribute1 "attr15604") ) +(myObject (attribute1 "attr15605") ) +(myObject (attribute1 "attr15606") ) +(myObject (attribute1 "attr15607") ) +(myObject (attribute1 "attr15608") ) +(myObject (attribute1 "attr15609") ) +(myObject (attribute1 "attr15610") ) +(myObject (attribute1 "attr15611") ) +(myObject (attribute1 "attr15612") ) +(myObject (attribute1 "attr15613") ) +(myObject (attribute1 "attr15614") ) +(myObject (attribute1 "attr15615") ) +(myObject (attribute1 "attr15616") ) +(myObject (attribute1 "attr15617") ) +(myObject (attribute1 "attr15618") ) +(myObject (attribute1 "attr15619") ) +(myObject (attribute1 "attr15620") ) +(myObject (attribute1 "attr15621") ) +(myObject (attribute1 "attr15622") ) +(myObject (attribute1 "attr15623") ) +(myObject (attribute1 "attr15624") ) +(myObject (attribute1 "attr15625") ) +(myObject (attribute1 "attr15626") ) +(myObject (attribute1 "attr15627") ) +(myObject (attribute1 "attr15628") ) +(myObject (attribute1 "attr15629") ) +(myObject (attribute1 "attr15630") ) +(myObject (attribute1 "attr15631") ) +(myObject (attribute1 "attr15632") ) +(myObject (attribute1 "attr15633") ) +(myObject (attribute1 "attr15634") ) +(myObject (attribute1 "attr15635") ) +(myObject (attribute1 "attr15636") ) +(myObject (attribute1 "attr15637") ) +(myObject (attribute1 "attr15638") ) +(myObject (attribute1 "attr15639") ) +(myObject (attribute1 "attr15640") ) +(myObject (attribute1 "attr15641") ) +(myObject (attribute1 "attr15642") ) +(myObject (attribute1 "attr15643") ) +(myObject (attribute1 "attr15644") ) +(myObject (attribute1 "attr15645") ) +(myObject (attribute1 "attr15646") ) +(myObject (attribute1 "attr15647") ) +(myObject (attribute1 "attr15648") ) +(myObject (attribute1 "attr15649") ) +(myObject (attribute1 "attr15650") ) +(myObject (attribute1 "attr15651") ) +(myObject (attribute1 "attr15652") ) +(myObject (attribute1 "attr15653") ) +(myObject (attribute1 "attr15654") ) +(myObject (attribute1 "attr15655") ) +(myObject (attribute1 "attr15656") ) +(myObject (attribute1 "attr15657") ) +(myObject (attribute1 "attr15658") ) +(myObject (attribute1 "attr15659") ) +(myObject (attribute1 "attr15660") ) +(myObject (attribute1 "attr15661") ) +(myObject (attribute1 "attr15662") ) +(myObject (attribute1 "attr15663") ) +(myObject (attribute1 "attr15664") ) +(myObject (attribute1 "attr15665") ) +(myObject (attribute1 "attr15666") ) +(myObject (attribute1 "attr15667") ) +(myObject (attribute1 "attr15668") ) +(myObject (attribute1 "attr15669") ) +(myObject (attribute1 "attr15670") ) +(myObject (attribute1 "attr15671") ) +(myObject (attribute1 "attr15672") ) +(myObject (attribute1 "attr15673") ) +(myObject (attribute1 "attr15674") ) +(myObject (attribute1 "attr15675") ) +(myObject (attribute1 "attr15676") ) +(myObject (attribute1 "attr15677") ) +(myObject (attribute1 "attr15678") ) +(myObject (attribute1 "attr15679") ) +(myObject (attribute1 "attr15680") ) +(myObject (attribute1 "attr15681") ) +(myObject (attribute1 "attr15682") ) +(myObject (attribute1 "attr15683") ) +(myObject (attribute1 "attr15684") ) +(myObject (attribute1 "attr15685") ) +(myObject (attribute1 "attr15686") ) +(myObject (attribute1 "attr15687") ) +(myObject (attribute1 "attr15688") ) +(myObject (attribute1 "attr15689") ) +(myObject (attribute1 "attr15690") ) +(myObject (attribute1 "attr15691") ) +(myObject (attribute1 "attr15692") ) +(myObject (attribute1 "attr15693") ) +(myObject (attribute1 "attr15694") ) +(myObject (attribute1 "attr15695") ) +(myObject (attribute1 "attr15696") ) +(myObject (attribute1 "attr15697") ) +(myObject (attribute1 "attr15698") ) +(myObject (attribute1 "attr15699") ) +(myObject (attribute1 "attr15700") ) +(myObject (attribute1 "attr15701") ) +(myObject (attribute1 "attr15702") ) +(myObject (attribute1 "attr15703") ) +(myObject (attribute1 "attr15704") ) +(myObject (attribute1 "attr15705") ) +(myObject (attribute1 "attr15706") ) +(myObject (attribute1 "attr15707") ) +(myObject (attribute1 "attr15708") ) +(myObject (attribute1 "attr15709") ) +(myObject (attribute1 "attr15710") ) +(myObject (attribute1 "attr15711") ) +(myObject (attribute1 "attr15712") ) +(myObject (attribute1 "attr15713") ) +(myObject (attribute1 "attr15714") ) +(myObject (attribute1 "attr15715") ) +(myObject (attribute1 "attr15716") ) +(myObject (attribute1 "attr15717") ) +(myObject (attribute1 "attr15718") ) +(myObject (attribute1 "attr15719") ) +(myObject (attribute1 "attr15720") ) +(myObject (attribute1 "attr15721") ) +(myObject (attribute1 "attr15722") ) +(myObject (attribute1 "attr15723") ) +(myObject (attribute1 "attr15724") ) +(myObject (attribute1 "attr15725") ) +(myObject (attribute1 "attr15726") ) +(myObject (attribute1 "attr15727") ) +(myObject (attribute1 "attr15728") ) +(myObject (attribute1 "attr15729") ) +(myObject (attribute1 "attr15730") ) +(myObject (attribute1 "attr15731") ) +(myObject (attribute1 "attr15732") ) +(myObject (attribute1 "attr15733") ) +(myObject (attribute1 "attr15734") ) +(myObject (attribute1 "attr15735") ) +(myObject (attribute1 "attr15736") ) +(myObject (attribute1 "attr15737") ) +(myObject (attribute1 "attr15738") ) +(myObject (attribute1 "attr15739") ) +(myObject (attribute1 "attr15740") ) +(myObject (attribute1 "attr15741") ) +(myObject (attribute1 "attr15742") ) +(myObject (attribute1 "attr15743") ) +(myObject (attribute1 "attr15744") ) +(myObject (attribute1 "attr15745") ) +(myObject (attribute1 "attr15746") ) +(myObject (attribute1 "attr15747") ) +(myObject (attribute1 "attr15748") ) +(myObject (attribute1 "attr15749") ) +(myObject (attribute1 "attr15750") ) +(myObject (attribute1 "attr15751") ) +(myObject (attribute1 "attr15752") ) +(myObject (attribute1 "attr15753") ) +(myObject (attribute1 "attr15754") ) +(myObject (attribute1 "attr15755") ) +(myObject (attribute1 "attr15756") ) +(myObject (attribute1 "attr15757") ) +(myObject (attribute1 "attr15758") ) +(myObject (attribute1 "attr15759") ) +(myObject (attribute1 "attr15760") ) +(myObject (attribute1 "attr15761") ) +(myObject (attribute1 "attr15762") ) +(myObject (attribute1 "attr15763") ) +(myObject (attribute1 "attr15764") ) +(myObject (attribute1 "attr15765") ) +(myObject (attribute1 "attr15766") ) +(myObject (attribute1 "attr15767") ) +(myObject (attribute1 "attr15768") ) +(myObject (attribute1 "attr15769") ) +(myObject (attribute1 "attr15770") ) +(myObject (attribute1 "attr15771") ) +(myObject (attribute1 "attr15772") ) +(myObject (attribute1 "attr15773") ) +(myObject (attribute1 "attr15774") ) +(myObject (attribute1 "attr15775") ) +(myObject (attribute1 "attr15776") ) +(myObject (attribute1 "attr15777") ) +(myObject (attribute1 "attr15778") ) +(myObject (attribute1 "attr15779") ) +(myObject (attribute1 "attr15780") ) +(myObject (attribute1 "attr15781") ) +(myObject (attribute1 "attr15782") ) +(myObject (attribute1 "attr15783") ) +(myObject (attribute1 "attr15784") ) +(myObject (attribute1 "attr15785") ) +(myObject (attribute1 "attr15786") ) +(myObject (attribute1 "attr15787") ) +(myObject (attribute1 "attr15788") ) +(myObject (attribute1 "attr15789") ) +(myObject (attribute1 "attr15790") ) +(myObject (attribute1 "attr15791") ) +(myObject (attribute1 "attr15792") ) +(myObject (attribute1 "attr15793") ) +(myObject (attribute1 "attr15794") ) +(myObject (attribute1 "attr15795") ) +(myObject (attribute1 "attr15796") ) +(myObject (attribute1 "attr15797") ) +(myObject (attribute1 "attr15798") ) +(myObject (attribute1 "attr15799") ) +(myObject (attribute1 "attr15800") ) +(myObject (attribute1 "attr15801") ) +(myObject (attribute1 "attr15802") ) +(myObject (attribute1 "attr15803") ) +(myObject (attribute1 "attr15804") ) +(myObject (attribute1 "attr15805") ) +(myObject (attribute1 "attr15806") ) +(myObject (attribute1 "attr15807") ) +(myObject (attribute1 "attr15808") ) +(myObject (attribute1 "attr15809") ) +(myObject (attribute1 "attr15810") ) +(myObject (attribute1 "attr15811") ) +(myObject (attribute1 "attr15812") ) +(myObject (attribute1 "attr15813") ) +(myObject (attribute1 "attr15814") ) +(myObject (attribute1 "attr15815") ) +(myObject (attribute1 "attr15816") ) +(myObject (attribute1 "attr15817") ) +(myObject (attribute1 "attr15818") ) +(myObject (attribute1 "attr15819") ) +(myObject (attribute1 "attr15820") ) +(myObject (attribute1 "attr15821") ) +(myObject (attribute1 "attr15822") ) +(myObject (attribute1 "attr15823") ) +(myObject (attribute1 "attr15824") ) +(myObject (attribute1 "attr15825") ) +(myObject (attribute1 "attr15826") ) +(myObject (attribute1 "attr15827") ) +(myObject (attribute1 "attr15828") ) +(myObject (attribute1 "attr15829") ) +(myObject (attribute1 "attr15830") ) +(myObject (attribute1 "attr15831") ) +(myObject (attribute1 "attr15832") ) +(myObject (attribute1 "attr15833") ) +(myObject (attribute1 "attr15834") ) +(myObject (attribute1 "attr15835") ) +(myObject (attribute1 "attr15836") ) +(myObject (attribute1 "attr15837") ) +(myObject (attribute1 "attr15838") ) +(myObject (attribute1 "attr15839") ) +(myObject (attribute1 "attr15840") ) +(myObject (attribute1 "attr15841") ) +(myObject (attribute1 "attr15842") ) +(myObject (attribute1 "attr15843") ) +(myObject (attribute1 "attr15844") ) +(myObject (attribute1 "attr15845") ) +(myObject (attribute1 "attr15846") ) +(myObject (attribute1 "attr15847") ) +(myObject (attribute1 "attr15848") ) +(myObject (attribute1 "attr15849") ) +(myObject (attribute1 "attr15850") ) +(myObject (attribute1 "attr15851") ) +(myObject (attribute1 "attr15852") ) +(myObject (attribute1 "attr15853") ) +(myObject (attribute1 "attr15854") ) +(myObject (attribute1 "attr15855") ) +(myObject (attribute1 "attr15856") ) +(myObject (attribute1 "attr15857") ) +(myObject (attribute1 "attr15858") ) +(myObject (attribute1 "attr15859") ) +(myObject (attribute1 "attr15860") ) +(myObject (attribute1 "attr15861") ) +(myObject (attribute1 "attr15862") ) +(myObject (attribute1 "attr15863") ) +(myObject (attribute1 "attr15864") ) +(myObject (attribute1 "attr15865") ) +(myObject (attribute1 "attr15866") ) +(myObject (attribute1 "attr15867") ) +(myObject (attribute1 "attr15868") ) +(myObject (attribute1 "attr15869") ) +(myObject (attribute1 "attr15870") ) +(myObject (attribute1 "attr15871") ) +(myObject (attribute1 "attr15872") ) +(myObject (attribute1 "attr15873") ) +(myObject (attribute1 "attr15874") ) +(myObject (attribute1 "attr15875") ) +(myObject (attribute1 "attr15876") ) +(myObject (attribute1 "attr15877") ) +(myObject (attribute1 "attr15878") ) +(myObject (attribute1 "attr15879") ) +(myObject (attribute1 "attr15880") ) +(myObject (attribute1 "attr15881") ) +(myObject (attribute1 "attr15882") ) +(myObject (attribute1 "attr15883") ) +(myObject (attribute1 "attr15884") ) +(myObject (attribute1 "attr15885") ) +(myObject (attribute1 "attr15886") ) +(myObject (attribute1 "attr15887") ) +(myObject (attribute1 "attr15888") ) +(myObject (attribute1 "attr15889") ) +(myObject (attribute1 "attr15890") ) +(myObject (attribute1 "attr15891") ) +(myObject (attribute1 "attr15892") ) +(myObject (attribute1 "attr15893") ) +(myObject (attribute1 "attr15894") ) +(myObject (attribute1 "attr15895") ) +(myObject (attribute1 "attr15896") ) +(myObject (attribute1 "attr15897") ) +(myObject (attribute1 "attr15898") ) +(myObject (attribute1 "attr15899") ) +(myObject (attribute1 "attr15900") ) +(myObject (attribute1 "attr15901") ) +(myObject (attribute1 "attr15902") ) +(myObject (attribute1 "attr15903") ) +(myObject (attribute1 "attr15904") ) +(myObject (attribute1 "attr15905") ) +(myObject (attribute1 "attr15906") ) +(myObject (attribute1 "attr15907") ) +(myObject (attribute1 "attr15908") ) +(myObject (attribute1 "attr15909") ) +(myObject (attribute1 "attr15910") ) +(myObject (attribute1 "attr15911") ) +(myObject (attribute1 "attr15912") ) +(myObject (attribute1 "attr15913") ) +(myObject (attribute1 "attr15914") ) +(myObject (attribute1 "attr15915") ) +(myObject (attribute1 "attr15916") ) +(myObject (attribute1 "attr15917") ) +(myObject (attribute1 "attr15918") ) +(myObject (attribute1 "attr15919") ) +(myObject (attribute1 "attr15920") ) +(myObject (attribute1 "attr15921") ) +(myObject (attribute1 "attr15922") ) +(myObject (attribute1 "attr15923") ) +(myObject (attribute1 "attr15924") ) +(myObject (attribute1 "attr15925") ) +(myObject (attribute1 "attr15926") ) +(myObject (attribute1 "attr15927") ) +(myObject (attribute1 "attr15928") ) +(myObject (attribute1 "attr15929") ) +(myObject (attribute1 "attr15930") ) +(myObject (attribute1 "attr15931") ) +(myObject (attribute1 "attr15932") ) +(myObject (attribute1 "attr15933") ) +(myObject (attribute1 "attr15934") ) +(myObject (attribute1 "attr15935") ) +(myObject (attribute1 "attr15936") ) +(myObject (attribute1 "attr15937") ) +(myObject (attribute1 "attr15938") ) +(myObject (attribute1 "attr15939") ) +(myObject (attribute1 "attr15940") ) +(myObject (attribute1 "attr15941") ) +(myObject (attribute1 "attr15942") ) +(myObject (attribute1 "attr15943") ) +(myObject (attribute1 "attr15944") ) +(myObject (attribute1 "attr15945") ) +(myObject (attribute1 "attr15946") ) +(myObject (attribute1 "attr15947") ) +(myObject (attribute1 "attr15948") ) +(myObject (attribute1 "attr15949") ) +(myObject (attribute1 "attr15950") ) +(myObject (attribute1 "attr15951") ) +(myObject (attribute1 "attr15952") ) +(myObject (attribute1 "attr15953") ) +(myObject (attribute1 "attr15954") ) +(myObject (attribute1 "attr15955") ) +(myObject (attribute1 "attr15956") ) +(myObject (attribute1 "attr15957") ) +(myObject (attribute1 "attr15958") ) +(myObject (attribute1 "attr15959") ) +(myObject (attribute1 "attr15960") ) +(myObject (attribute1 "attr15961") ) +(myObject (attribute1 "attr15962") ) +(myObject (attribute1 "attr15963") ) +(myObject (attribute1 "attr15964") ) +(myObject (attribute1 "attr15965") ) +(myObject (attribute1 "attr15966") ) +(myObject (attribute1 "attr15967") ) +(myObject (attribute1 "attr15968") ) +(myObject (attribute1 "attr15969") ) +(myObject (attribute1 "attr15970") ) +(myObject (attribute1 "attr15971") ) +(myObject (attribute1 "attr15972") ) +(myObject (attribute1 "attr15973") ) +(myObject (attribute1 "attr15974") ) +(myObject (attribute1 "attr15975") ) +(myObject (attribute1 "attr15976") ) +(myObject (attribute1 "attr15977") ) +(myObject (attribute1 "attr15978") ) +(myObject (attribute1 "attr15979") ) +(myObject (attribute1 "attr15980") ) +(myObject (attribute1 "attr15981") ) +(myObject (attribute1 "attr15982") ) +(myObject (attribute1 "attr15983") ) +(myObject (attribute1 "attr15984") ) +(myObject (attribute1 "attr15985") ) +(myObject (attribute1 "attr15986") ) +(myObject (attribute1 "attr15987") ) +(myObject (attribute1 "attr15988") ) +(myObject (attribute1 "attr15989") ) +(myObject (attribute1 "attr15990") ) +(myObject (attribute1 "attr15991") ) +(myObject (attribute1 "attr15992") ) +(myObject (attribute1 "attr15993") ) +(myObject (attribute1 "attr15994") ) +(myObject (attribute1 "attr15995") ) +(myObject (attribute1 "attr15996") ) +(myObject (attribute1 "attr15997") ) +(myObject (attribute1 "attr15998") ) +(myObject (attribute1 "attr15999") ) +(myObject (attribute1 "attr16000") ) +(myObject (attribute1 "attr16001") ) +(myObject (attribute1 "attr16002") ) +(myObject (attribute1 "attr16003") ) +(myObject (attribute1 "attr16004") ) +(myObject (attribute1 "attr16005") ) +(myObject (attribute1 "attr16006") ) +(myObject (attribute1 "attr16007") ) +(myObject (attribute1 "attr16008") ) +(myObject (attribute1 "attr16009") ) +(myObject (attribute1 "attr16010") ) +(myObject (attribute1 "attr16011") ) +(myObject (attribute1 "attr16012") ) +(myObject (attribute1 "attr16013") ) +(myObject (attribute1 "attr16014") ) +(myObject (attribute1 "attr16015") ) +(myObject (attribute1 "attr16016") ) +(myObject (attribute1 "attr16017") ) +(myObject (attribute1 "attr16018") ) +(myObject (attribute1 "attr16019") ) +(myObject (attribute1 "attr16020") ) +(myObject (attribute1 "attr16021") ) +(myObject (attribute1 "attr16022") ) +(myObject (attribute1 "attr16023") ) +(myObject (attribute1 "attr16024") ) +(myObject (attribute1 "attr16025") ) +(myObject (attribute1 "attr16026") ) +(myObject (attribute1 "attr16027") ) +(myObject (attribute1 "attr16028") ) +(myObject (attribute1 "attr16029") ) +(myObject (attribute1 "attr16030") ) +(myObject (attribute1 "attr16031") ) +(myObject (attribute1 "attr16032") ) +(myObject (attribute1 "attr16033") ) +(myObject (attribute1 "attr16034") ) +(myObject (attribute1 "attr16035") ) +(myObject (attribute1 "attr16036") ) +(myObject (attribute1 "attr16037") ) +(myObject (attribute1 "attr16038") ) +(myObject (attribute1 "attr16039") ) +(myObject (attribute1 "attr16040") ) +(myObject (attribute1 "attr16041") ) +(myObject (attribute1 "attr16042") ) +(myObject (attribute1 "attr16043") ) +(myObject (attribute1 "attr16044") ) +(myObject (attribute1 "attr16045") ) +(myObject (attribute1 "attr16046") ) +(myObject (attribute1 "attr16047") ) +(myObject (attribute1 "attr16048") ) +(myObject (attribute1 "attr16049") ) +(myObject (attribute1 "attr16050") ) +(myObject (attribute1 "attr16051") ) +(myObject (attribute1 "attr16052") ) +(myObject (attribute1 "attr16053") ) +(myObject (attribute1 "attr16054") ) +(myObject (attribute1 "attr16055") ) +(myObject (attribute1 "attr16056") ) +(myObject (attribute1 "attr16057") ) +(myObject (attribute1 "attr16058") ) +(myObject (attribute1 "attr16059") ) +(myObject (attribute1 "attr16060") ) +(myObject (attribute1 "attr16061") ) +(myObject (attribute1 "attr16062") ) +(myObject (attribute1 "attr16063") ) +(myObject (attribute1 "attr16064") ) +(myObject (attribute1 "attr16065") ) +(myObject (attribute1 "attr16066") ) +(myObject (attribute1 "attr16067") ) +(myObject (attribute1 "attr16068") ) +(myObject (attribute1 "attr16069") ) +(myObject (attribute1 "attr16070") ) +(myObject (attribute1 "attr16071") ) +(myObject (attribute1 "attr16072") ) +(myObject (attribute1 "attr16073") ) +(myObject (attribute1 "attr16074") ) +(myObject (attribute1 "attr16075") ) +(myObject (attribute1 "attr16076") ) +(myObject (attribute1 "attr16077") ) +(myObject (attribute1 "attr16078") ) +(myObject (attribute1 "attr16079") ) +(myObject (attribute1 "attr16080") ) +(myObject (attribute1 "attr16081") ) +(myObject (attribute1 "attr16082") ) +(myObject (attribute1 "attr16083") ) +(myObject (attribute1 "attr16084") ) +(myObject (attribute1 "attr16085") ) +(myObject (attribute1 "attr16086") ) +(myObject (attribute1 "attr16087") ) +(myObject (attribute1 "attr16088") ) +(myObject (attribute1 "attr16089") ) +(myObject (attribute1 "attr16090") ) +(myObject (attribute1 "attr16091") ) +(myObject (attribute1 "attr16092") ) +(myObject (attribute1 "attr16093") ) +(myObject (attribute1 "attr16094") ) +(myObject (attribute1 "attr16095") ) +(myObject (attribute1 "attr16096") ) +(myObject (attribute1 "attr16097") ) +(myObject (attribute1 "attr16098") ) +(myObject (attribute1 "attr16099") ) +(myObject (attribute1 "attr16100") ) +(myObject (attribute1 "attr16101") ) +(myObject (attribute1 "attr16102") ) +(myObject (attribute1 "attr16103") ) +(myObject (attribute1 "attr16104") ) +(myObject (attribute1 "attr16105") ) +(myObject (attribute1 "attr16106") ) +(myObject (attribute1 "attr16107") ) +(myObject (attribute1 "attr16108") ) +(myObject (attribute1 "attr16109") ) +(myObject (attribute1 "attr16110") ) +(myObject (attribute1 "attr16111") ) +(myObject (attribute1 "attr16112") ) +(myObject (attribute1 "attr16113") ) +(myObject (attribute1 "attr16114") ) +(myObject (attribute1 "attr16115") ) +(myObject (attribute1 "attr16116") ) +(myObject (attribute1 "attr16117") ) +(myObject (attribute1 "attr16118") ) +(myObject (attribute1 "attr16119") ) +(myObject (attribute1 "attr16120") ) +(myObject (attribute1 "attr16121") ) +(myObject (attribute1 "attr16122") ) +(myObject (attribute1 "attr16123") ) +(myObject (attribute1 "attr16124") ) +(myObject (attribute1 "attr16125") ) +(myObject (attribute1 "attr16126") ) +(myObject (attribute1 "attr16127") ) +(myObject (attribute1 "attr16128") ) +(myObject (attribute1 "attr16129") ) +(myObject (attribute1 "attr16130") ) +(myObject (attribute1 "attr16131") ) +(myObject (attribute1 "attr16132") ) +(myObject (attribute1 "attr16133") ) +(myObject (attribute1 "attr16134") ) +(myObject (attribute1 "attr16135") ) +(myObject (attribute1 "attr16136") ) +(myObject (attribute1 "attr16137") ) +(myObject (attribute1 "attr16138") ) +(myObject (attribute1 "attr16139") ) +(myObject (attribute1 "attr16140") ) +(myObject (attribute1 "attr16141") ) +(myObject (attribute1 "attr16142") ) +(myObject (attribute1 "attr16143") ) +(myObject (attribute1 "attr16144") ) +(myObject (attribute1 "attr16145") ) +(myObject (attribute1 "attr16146") ) +(myObject (attribute1 "attr16147") ) +(myObject (attribute1 "attr16148") ) +(myObject (attribute1 "attr16149") ) +(myObject (attribute1 "attr16150") ) +(myObject (attribute1 "attr16151") ) +(myObject (attribute1 "attr16152") ) +(myObject (attribute1 "attr16153") ) +(myObject (attribute1 "attr16154") ) +(myObject (attribute1 "attr16155") ) +(myObject (attribute1 "attr16156") ) +(myObject (attribute1 "attr16157") ) +(myObject (attribute1 "attr16158") ) +(myObject (attribute1 "attr16159") ) +(myObject (attribute1 "attr16160") ) +(myObject (attribute1 "attr16161") ) +(myObject (attribute1 "attr16162") ) +(myObject (attribute1 "attr16163") ) +(myObject (attribute1 "attr16164") ) +(myObject (attribute1 "attr16165") ) +(myObject (attribute1 "attr16166") ) +(myObject (attribute1 "attr16167") ) +(myObject (attribute1 "attr16168") ) +(myObject (attribute1 "attr16169") ) +(myObject (attribute1 "attr16170") ) +(myObject (attribute1 "attr16171") ) +(myObject (attribute1 "attr16172") ) +(myObject (attribute1 "attr16173") ) +(myObject (attribute1 "attr16174") ) +(myObject (attribute1 "attr16175") ) +(myObject (attribute1 "attr16176") ) +(myObject (attribute1 "attr16177") ) +(myObject (attribute1 "attr16178") ) +(myObject (attribute1 "attr16179") ) +(myObject (attribute1 "attr16180") ) +(myObject (attribute1 "attr16181") ) +(myObject (attribute1 "attr16182") ) +(myObject (attribute1 "attr16183") ) +(myObject (attribute1 "attr16184") ) +(myObject (attribute1 "attr16185") ) +(myObject (attribute1 "attr16186") ) +(myObject (attribute1 "attr16187") ) +(myObject (attribute1 "attr16188") ) +(myObject (attribute1 "attr16189") ) +(myObject (attribute1 "attr16190") ) +(myObject (attribute1 "attr16191") ) +(myObject (attribute1 "attr16192") ) +(myObject (attribute1 "attr16193") ) +(myObject (attribute1 "attr16194") ) +(myObject (attribute1 "attr16195") ) +(myObject (attribute1 "attr16196") ) +(myObject (attribute1 "attr16197") ) +(myObject (attribute1 "attr16198") ) +(myObject (attribute1 "attr16199") ) +(myObject (attribute1 "attr16200") ) +(myObject (attribute1 "attr16201") ) +(myObject (attribute1 "attr16202") ) +(myObject (attribute1 "attr16203") ) +(myObject (attribute1 "attr16204") ) +(myObject (attribute1 "attr16205") ) +(myObject (attribute1 "attr16206") ) +(myObject (attribute1 "attr16207") ) +(myObject (attribute1 "attr16208") ) +(myObject (attribute1 "attr16209") ) +(myObject (attribute1 "attr16210") ) +(myObject (attribute1 "attr16211") ) +(myObject (attribute1 "attr16212") ) +(myObject (attribute1 "attr16213") ) +(myObject (attribute1 "attr16214") ) +(myObject (attribute1 "attr16215") ) +(myObject (attribute1 "attr16216") ) +(myObject (attribute1 "attr16217") ) +(myObject (attribute1 "attr16218") ) +(myObject (attribute1 "attr16219") ) +(myObject (attribute1 "attr16220") ) +(myObject (attribute1 "attr16221") ) +(myObject (attribute1 "attr16222") ) +(myObject (attribute1 "attr16223") ) +(myObject (attribute1 "attr16224") ) +(myObject (attribute1 "attr16225") ) +(myObject (attribute1 "attr16226") ) +(myObject (attribute1 "attr16227") ) +(myObject (attribute1 "attr16228") ) +(myObject (attribute1 "attr16229") ) +(myObject (attribute1 "attr16230") ) +(myObject (attribute1 "attr16231") ) +(myObject (attribute1 "attr16232") ) +(myObject (attribute1 "attr16233") ) +(myObject (attribute1 "attr16234") ) +(myObject (attribute1 "attr16235") ) +(myObject (attribute1 "attr16236") ) +(myObject (attribute1 "attr16237") ) +(myObject (attribute1 "attr16238") ) +(myObject (attribute1 "attr16239") ) +(myObject (attribute1 "attr16240") ) +(myObject (attribute1 "attr16241") ) +(myObject (attribute1 "attr16242") ) +(myObject (attribute1 "attr16243") ) +(myObject (attribute1 "attr16244") ) +(myObject (attribute1 "attr16245") ) +(myObject (attribute1 "attr16246") ) +(myObject (attribute1 "attr16247") ) +(myObject (attribute1 "attr16248") ) +(myObject (attribute1 "attr16249") ) +(myObject (attribute1 "attr16250") ) +(myObject (attribute1 "attr16251") ) +(myObject (attribute1 "attr16252") ) +(myObject (attribute1 "attr16253") ) +(myObject (attribute1 "attr16254") ) +(myObject (attribute1 "attr16255") ) +(myObject (attribute1 "attr16256") ) +(myObject (attribute1 "attr16257") ) +(myObject (attribute1 "attr16258") ) +(myObject (attribute1 "attr16259") ) +(myObject (attribute1 "attr16260") ) +(myObject (attribute1 "attr16261") ) +(myObject (attribute1 "attr16262") ) +(myObject (attribute1 "attr16263") ) +(myObject (attribute1 "attr16264") ) +(myObject (attribute1 "attr16265") ) +(myObject (attribute1 "attr16266") ) +(myObject (attribute1 "attr16267") ) +(myObject (attribute1 "attr16268") ) +(myObject (attribute1 "attr16269") ) +(myObject (attribute1 "attr16270") ) +(myObject (attribute1 "attr16271") ) +(myObject (attribute1 "attr16272") ) +(myObject (attribute1 "attr16273") ) +(myObject (attribute1 "attr16274") ) +(myObject (attribute1 "attr16275") ) +(myObject (attribute1 "attr16276") ) +(myObject (attribute1 "attr16277") ) +(myObject (attribute1 "attr16278") ) +(myObject (attribute1 "attr16279") ) +(myObject (attribute1 "attr16280") ) +(myObject (attribute1 "attr16281") ) +(myObject (attribute1 "attr16282") ) +(myObject (attribute1 "attr16283") ) +(myObject (attribute1 "attr16284") ) +(myObject (attribute1 "attr16285") ) +(myObject (attribute1 "attr16286") ) +(myObject (attribute1 "attr16287") ) +(myObject (attribute1 "attr16288") ) +(myObject (attribute1 "attr16289") ) +(myObject (attribute1 "attr16290") ) +(myObject (attribute1 "attr16291") ) +(myObject (attribute1 "attr16292") ) +(myObject (attribute1 "attr16293") ) +(myObject (attribute1 "attr16294") ) +(myObject (attribute1 "attr16295") ) +(myObject (attribute1 "attr16296") ) +(myObject (attribute1 "attr16297") ) +(myObject (attribute1 "attr16298") ) +(myObject (attribute1 "attr16299") ) +(myObject (attribute1 "attr16300") ) +(myObject (attribute1 "attr16301") ) +(myObject (attribute1 "attr16302") ) +(myObject (attribute1 "attr16303") ) +(myObject (attribute1 "attr16304") ) +(myObject (attribute1 "attr16305") ) +(myObject (attribute1 "attr16306") ) +(myObject (attribute1 "attr16307") ) +(myObject (attribute1 "attr16308") ) +(myObject (attribute1 "attr16309") ) +(myObject (attribute1 "attr16310") ) +(myObject (attribute1 "attr16311") ) +(myObject (attribute1 "attr16312") ) +(myObject (attribute1 "attr16313") ) +(myObject (attribute1 "attr16314") ) +(myObject (attribute1 "attr16315") ) +(myObject (attribute1 "attr16316") ) +(myObject (attribute1 "attr16317") ) +(myObject (attribute1 "attr16318") ) +(myObject (attribute1 "attr16319") ) +(myObject (attribute1 "attr16320") ) +(myObject (attribute1 "attr16321") ) +(myObject (attribute1 "attr16322") ) +(myObject (attribute1 "attr16323") ) +(myObject (attribute1 "attr16324") ) +(myObject (attribute1 "attr16325") ) +(myObject (attribute1 "attr16326") ) +(myObject (attribute1 "attr16327") ) +(myObject (attribute1 "attr16328") ) +(myObject (attribute1 "attr16329") ) +(myObject (attribute1 "attr16330") ) +(myObject (attribute1 "attr16331") ) +(myObject (attribute1 "attr16332") ) +(myObject (attribute1 "attr16333") ) +(myObject (attribute1 "attr16334") ) +(myObject (attribute1 "attr16335") ) +(myObject (attribute1 "attr16336") ) +(myObject (attribute1 "attr16337") ) +(myObject (attribute1 "attr16338") ) +(myObject (attribute1 "attr16339") ) +(myObject (attribute1 "attr16340") ) +(myObject (attribute1 "attr16341") ) +(myObject (attribute1 "attr16342") ) +(myObject (attribute1 "attr16343") ) +(myObject (attribute1 "attr16344") ) +(myObject (attribute1 "attr16345") ) +(myObject (attribute1 "attr16346") ) +(myObject (attribute1 "attr16347") ) +(myObject (attribute1 "attr16348") ) +(myObject (attribute1 "attr16349") ) +(myObject (attribute1 "attr16350") ) +(myObject (attribute1 "attr16351") ) +(myObject (attribute1 "attr16352") ) +(myObject (attribute1 "attr16353") ) +(myObject (attribute1 "attr16354") ) +(myObject (attribute1 "attr16355") ) +(myObject (attribute1 "attr16356") ) +(myObject (attribute1 "attr16357") ) +(myObject (attribute1 "attr16358") ) +(myObject (attribute1 "attr16359") ) +(myObject (attribute1 "attr16360") ) +(myObject (attribute1 "attr16361") ) +(myObject (attribute1 "attr16362") ) +(myObject (attribute1 "attr16363") ) +(myObject (attribute1 "attr16364") ) +(myObject (attribute1 "attr16365") ) +(myObject (attribute1 "attr16366") ) +(myObject (attribute1 "attr16367") ) +(myObject (attribute1 "attr16368") ) +(myObject (attribute1 "attr16369") ) +(myObject (attribute1 "attr16370") ) +(myObject (attribute1 "attr16371") ) +(myObject (attribute1 "attr16372") ) +(myObject (attribute1 "attr16373") ) +(myObject (attribute1 "attr16374") ) +(myObject (attribute1 "attr16375") ) +(myObject (attribute1 "attr16376") ) +(myObject (attribute1 "attr16377") ) +(myObject (attribute1 "attr16378") ) +(myObject (attribute1 "attr16379") ) +(myObject (attribute1 "attr16380") ) +(myObject (attribute1 "attr16381") ) +(myObject (attribute1 "attr16382") ) +(myObject (attribute1 "attr16383") ) +(myObject (attribute1 "attr16384") ) +(myObject (attribute1 "attr16385") ) +(myObject (attribute1 "attr16386") ) +(myObject (attribute1 "attr16387") ) +(myObject (attribute1 "attr16388") ) +(myObject (attribute1 "attr16389") ) +(myObject (attribute1 "attr16390") ) +(myObject (attribute1 "attr16391") ) +(myObject (attribute1 "attr16392") ) +(myObject (attribute1 "attr16393") ) +(myObject (attribute1 "attr16394") ) +(myObject (attribute1 "attr16395") ) +(myObject (attribute1 "attr16396") ) +(myObject (attribute1 "attr16397") ) +(myObject (attribute1 "attr16398") ) +(myObject (attribute1 "attr16399") ) +(myObject (attribute1 "attr16400") ) +(myObject (attribute1 "attr16401") ) +(myObject (attribute1 "attr16402") ) +(myObject (attribute1 "attr16403") ) +(myObject (attribute1 "attr16404") ) +(myObject (attribute1 "attr16405") ) +(myObject (attribute1 "attr16406") ) +(myObject (attribute1 "attr16407") ) +(myObject (attribute1 "attr16408") ) +(myObject (attribute1 "attr16409") ) +(myObject (attribute1 "attr16410") ) +(myObject (attribute1 "attr16411") ) +(myObject (attribute1 "attr16412") ) +(myObject (attribute1 "attr16413") ) +(myObject (attribute1 "attr16414") ) +(myObject (attribute1 "attr16415") ) +(myObject (attribute1 "attr16416") ) +(myObject (attribute1 "attr16417") ) +(myObject (attribute1 "attr16418") ) +(myObject (attribute1 "attr16419") ) +(myObject (attribute1 "attr16420") ) +(myObject (attribute1 "attr16421") ) +(myObject (attribute1 "attr16422") ) +(myObject (attribute1 "attr16423") ) +(myObject (attribute1 "attr16424") ) +(myObject (attribute1 "attr16425") ) +(myObject (attribute1 "attr16426") ) +(myObject (attribute1 "attr16427") ) +(myObject (attribute1 "attr16428") ) +(myObject (attribute1 "attr16429") ) +(myObject (attribute1 "attr16430") ) +(myObject (attribute1 "attr16431") ) +(myObject (attribute1 "attr16432") ) +(myObject (attribute1 "attr16433") ) +(myObject (attribute1 "attr16434") ) +(myObject (attribute1 "attr16435") ) +(myObject (attribute1 "attr16436") ) +(myObject (attribute1 "attr16437") ) +(myObject (attribute1 "attr16438") ) +(myObject (attribute1 "attr16439") ) +(myObject (attribute1 "attr16440") ) +(myObject (attribute1 "attr16441") ) +(myObject (attribute1 "attr16442") ) +(myObject (attribute1 "attr16443") ) +(myObject (attribute1 "attr16444") ) +(myObject (attribute1 "attr16445") ) +(myObject (attribute1 "attr16446") ) +(myObject (attribute1 "attr16447") ) +(myObject (attribute1 "attr16448") ) +(myObject (attribute1 "attr16449") ) +(myObject (attribute1 "attr16450") ) +(myObject (attribute1 "attr16451") ) +(myObject (attribute1 "attr16452") ) +(myObject (attribute1 "attr16453") ) +(myObject (attribute1 "attr16454") ) +(myObject (attribute1 "attr16455") ) +(myObject (attribute1 "attr16456") ) +(myObject (attribute1 "attr16457") ) +(myObject (attribute1 "attr16458") ) +(myObject (attribute1 "attr16459") ) +(myObject (attribute1 "attr16460") ) +(myObject (attribute1 "attr16461") ) +(myObject (attribute1 "attr16462") ) +(myObject (attribute1 "attr16463") ) +(myObject (attribute1 "attr16464") ) +(myObject (attribute1 "attr16465") ) +(myObject (attribute1 "attr16466") ) +(myObject (attribute1 "attr16467") ) +(myObject (attribute1 "attr16468") ) +(myObject (attribute1 "attr16469") ) +(myObject (attribute1 "attr16470") ) +(myObject (attribute1 "attr16471") ) +(myObject (attribute1 "attr16472") ) +(myObject (attribute1 "attr16473") ) +(myObject (attribute1 "attr16474") ) +(myObject (attribute1 "attr16475") ) +(myObject (attribute1 "attr16476") ) +(myObject (attribute1 "attr16477") ) +(myObject (attribute1 "attr16478") ) +(myObject (attribute1 "attr16479") ) +(myObject (attribute1 "attr16480") ) +(myObject (attribute1 "attr16481") ) +(myObject (attribute1 "attr16482") ) +(myObject (attribute1 "attr16483") ) +(myObject (attribute1 "attr16484") ) +(myObject (attribute1 "attr16485") ) +(myObject (attribute1 "attr16486") ) +(myObject (attribute1 "attr16487") ) +(myObject (attribute1 "attr16488") ) +(myObject (attribute1 "attr16489") ) +(myObject (attribute1 "attr16490") ) +(myObject (attribute1 "attr16491") ) +(myObject (attribute1 "attr16492") ) +(myObject (attribute1 "attr16493") ) +(myObject (attribute1 "attr16494") ) +(myObject (attribute1 "attr16495") ) +(myObject (attribute1 "attr16496") ) +(myObject (attribute1 "attr16497") ) +(myObject (attribute1 "attr16498") ) +(myObject (attribute1 "attr16499") ) +(myObject (attribute1 "attr16500") ) +(myObject (attribute1 "attr16501") ) +(myObject (attribute1 "attr16502") ) +(myObject (attribute1 "attr16503") ) +(myObject (attribute1 "attr16504") ) +(myObject (attribute1 "attr16505") ) +(myObject (attribute1 "attr16506") ) +(myObject (attribute1 "attr16507") ) +(myObject (attribute1 "attr16508") ) +(myObject (attribute1 "attr16509") ) +(myObject (attribute1 "attr16510") ) +(myObject (attribute1 "attr16511") ) +(myObject (attribute1 "attr16512") ) +(myObject (attribute1 "attr16513") ) +(myObject (attribute1 "attr16514") ) +(myObject (attribute1 "attr16515") ) +(myObject (attribute1 "attr16516") ) +(myObject (attribute1 "attr16517") ) +(myObject (attribute1 "attr16518") ) +(myObject (attribute1 "attr16519") ) +(myObject (attribute1 "attr16520") ) +(myObject (attribute1 "attr16521") ) +(myObject (attribute1 "attr16522") ) +(myObject (attribute1 "attr16523") ) +(myObject (attribute1 "attr16524") ) +(myObject (attribute1 "attr16525") ) +(myObject (attribute1 "attr16526") ) +(myObject (attribute1 "attr16527") ) +(myObject (attribute1 "attr16528") ) +(myObject (attribute1 "attr16529") ) +(myObject (attribute1 "attr16530") ) +(myObject (attribute1 "attr16531") ) +(myObject (attribute1 "attr16532") ) +(myObject (attribute1 "attr16533") ) +(myObject (attribute1 "attr16534") ) +(myObject (attribute1 "attr16535") ) +(myObject (attribute1 "attr16536") ) +(myObject (attribute1 "attr16537") ) +(myObject (attribute1 "attr16538") ) +(myObject (attribute1 "attr16539") ) +(myObject (attribute1 "attr16540") ) +(myObject (attribute1 "attr16541") ) +(myObject (attribute1 "attr16542") ) +(myObject (attribute1 "attr16543") ) +(myObject (attribute1 "attr16544") ) +(myObject (attribute1 "attr16545") ) +(myObject (attribute1 "attr16546") ) +(myObject (attribute1 "attr16547") ) +(myObject (attribute1 "attr16548") ) +(myObject (attribute1 "attr16549") ) +(myObject (attribute1 "attr16550") ) +(myObject (attribute1 "attr16551") ) +(myObject (attribute1 "attr16552") ) +(myObject (attribute1 "attr16553") ) +(myObject (attribute1 "attr16554") ) +(myObject (attribute1 "attr16555") ) +(myObject (attribute1 "attr16556") ) +(myObject (attribute1 "attr16557") ) +(myObject (attribute1 "attr16558") ) +(myObject (attribute1 "attr16559") ) +(myObject (attribute1 "attr16560") ) +(myObject (attribute1 "attr16561") ) +(myObject (attribute1 "attr16562") ) +(myObject (attribute1 "attr16563") ) +(myObject (attribute1 "attr16564") ) +(myObject (attribute1 "attr16565") ) +(myObject (attribute1 "attr16566") ) +(myObject (attribute1 "attr16567") ) +(myObject (attribute1 "attr16568") ) +(myObject (attribute1 "attr16569") ) +(myObject (attribute1 "attr16570") ) +(myObject (attribute1 "attr16571") ) +(myObject (attribute1 "attr16572") ) +(myObject (attribute1 "attr16573") ) +(myObject (attribute1 "attr16574") ) +(myObject (attribute1 "attr16575") ) +(myObject (attribute1 "attr16576") ) +(myObject (attribute1 "attr16577") ) +(myObject (attribute1 "attr16578") ) +(myObject (attribute1 "attr16579") ) +(myObject (attribute1 "attr16580") ) +(myObject (attribute1 "attr16581") ) +(myObject (attribute1 "attr16582") ) +(myObject (attribute1 "attr16583") ) +(myObject (attribute1 "attr16584") ) +(myObject (attribute1 "attr16585") ) +(myObject (attribute1 "attr16586") ) +(myObject (attribute1 "attr16587") ) +(myObject (attribute1 "attr16588") ) +(myObject (attribute1 "attr16589") ) +(myObject (attribute1 "attr16590") ) +(myObject (attribute1 "attr16591") ) +(myObject (attribute1 "attr16592") ) +(myObject (attribute1 "attr16593") ) +(myObject (attribute1 "attr16594") ) +(myObject (attribute1 "attr16595") ) +(myObject (attribute1 "attr16596") ) +(myObject (attribute1 "attr16597") ) +(myObject (attribute1 "attr16598") ) +(myObject (attribute1 "attr16599") ) +(myObject (attribute1 "attr16600") ) +(myObject (attribute1 "attr16601") ) +(myObject (attribute1 "attr16602") ) +(myObject (attribute1 "attr16603") ) +(myObject (attribute1 "attr16604") ) +(myObject (attribute1 "attr16605") ) +(myObject (attribute1 "attr16606") ) +(myObject (attribute1 "attr16607") ) +(myObject (attribute1 "attr16608") ) +(myObject (attribute1 "attr16609") ) +(myObject (attribute1 "attr16610") ) +(myObject (attribute1 "attr16611") ) +(myObject (attribute1 "attr16612") ) +(myObject (attribute1 "attr16613") ) +(myObject (attribute1 "attr16614") ) +(myObject (attribute1 "attr16615") ) +(myObject (attribute1 "attr16616") ) +(myObject (attribute1 "attr16617") ) +(myObject (attribute1 "attr16618") ) +(myObject (attribute1 "attr16619") ) +(myObject (attribute1 "attr16620") ) +(myObject (attribute1 "attr16621") ) +(myObject (attribute1 "attr16622") ) +(myObject (attribute1 "attr16623") ) +(myObject (attribute1 "attr16624") ) +(myObject (attribute1 "attr16625") ) +(myObject (attribute1 "attr16626") ) +(myObject (attribute1 "attr16627") ) +(myObject (attribute1 "attr16628") ) +(myObject (attribute1 "attr16629") ) +(myObject (attribute1 "attr16630") ) +(myObject (attribute1 "attr16631") ) +(myObject (attribute1 "attr16632") ) +(myObject (attribute1 "attr16633") ) +(myObject (attribute1 "attr16634") ) +(myObject (attribute1 "attr16635") ) +(myObject (attribute1 "attr16636") ) +(myObject (attribute1 "attr16637") ) +(myObject (attribute1 "attr16638") ) +(myObject (attribute1 "attr16639") ) +(myObject (attribute1 "attr16640") ) +(myObject (attribute1 "attr16641") ) +(myObject (attribute1 "attr16642") ) +(myObject (attribute1 "attr16643") ) +(myObject (attribute1 "attr16644") ) +(myObject (attribute1 "attr16645") ) +(myObject (attribute1 "attr16646") ) +(myObject (attribute1 "attr16647") ) +(myObject (attribute1 "attr16648") ) +(myObject (attribute1 "attr16649") ) +(myObject (attribute1 "attr16650") ) +(myObject (attribute1 "attr16651") ) +(myObject (attribute1 "attr16652") ) +(myObject (attribute1 "attr16653") ) +(myObject (attribute1 "attr16654") ) +(myObject (attribute1 "attr16655") ) +(myObject (attribute1 "attr16656") ) +(myObject (attribute1 "attr16657") ) +(myObject (attribute1 "attr16658") ) +(myObject (attribute1 "attr16659") ) +(myObject (attribute1 "attr16660") ) +(myObject (attribute1 "attr16661") ) +(myObject (attribute1 "attr16662") ) +(myObject (attribute1 "attr16663") ) +(myObject (attribute1 "attr16664") ) +(myObject (attribute1 "attr16665") ) +(myObject (attribute1 "attr16666") ) +(myObject (attribute1 "attr16667") ) +(myObject (attribute1 "attr16668") ) +(myObject (attribute1 "attr16669") ) +(myObject (attribute1 "attr16670") ) +(myObject (attribute1 "attr16671") ) +(myObject (attribute1 "attr16672") ) +(myObject (attribute1 "attr16673") ) +(myObject (attribute1 "attr16674") ) +(myObject (attribute1 "attr16675") ) +(myObject (attribute1 "attr16676") ) +(myObject (attribute1 "attr16677") ) +(myObject (attribute1 "attr16678") ) +(myObject (attribute1 "attr16679") ) +(myObject (attribute1 "attr16680") ) +(myObject (attribute1 "attr16681") ) +(myObject (attribute1 "attr16682") ) +(myObject (attribute1 "attr16683") ) +(myObject (attribute1 "attr16684") ) +(myObject (attribute1 "attr16685") ) +(myObject (attribute1 "attr16686") ) +(myObject (attribute1 "attr16687") ) +(myObject (attribute1 "attr16688") ) +(myObject (attribute1 "attr16689") ) +(myObject (attribute1 "attr16690") ) +(myObject (attribute1 "attr16691") ) +(myObject (attribute1 "attr16692") ) +(myObject (attribute1 "attr16693") ) +(myObject (attribute1 "attr16694") ) +(myObject (attribute1 "attr16695") ) +(myObject (attribute1 "attr16696") ) +(myObject (attribute1 "attr16697") ) +(myObject (attribute1 "attr16698") ) +(myObject (attribute1 "attr16699") ) +(myObject (attribute1 "attr16700") ) +(myObject (attribute1 "attr16701") ) +(myObject (attribute1 "attr16702") ) +(myObject (attribute1 "attr16703") ) +(myObject (attribute1 "attr16704") ) +(myObject (attribute1 "attr16705") ) +(myObject (attribute1 "attr16706") ) +(myObject (attribute1 "attr16707") ) +(myObject (attribute1 "attr16708") ) +(myObject (attribute1 "attr16709") ) +(myObject (attribute1 "attr16710") ) +(myObject (attribute1 "attr16711") ) +(myObject (attribute1 "attr16712") ) +(myObject (attribute1 "attr16713") ) +(myObject (attribute1 "attr16714") ) +(myObject (attribute1 "attr16715") ) +(myObject (attribute1 "attr16716") ) +(myObject (attribute1 "attr16717") ) +(myObject (attribute1 "attr16718") ) +(myObject (attribute1 "attr16719") ) +(myObject (attribute1 "attr16720") ) +(myObject (attribute1 "attr16721") ) +(myObject (attribute1 "attr16722") ) +(myObject (attribute1 "attr16723") ) +(myObject (attribute1 "attr16724") ) +(myObject (attribute1 "attr16725") ) +(myObject (attribute1 "attr16726") ) +(myObject (attribute1 "attr16727") ) +(myObject (attribute1 "attr16728") ) +(myObject (attribute1 "attr16729") ) +(myObject (attribute1 "attr16730") ) +(myObject (attribute1 "attr16731") ) +(myObject (attribute1 "attr16732") ) +(myObject (attribute1 "attr16733") ) +(myObject (attribute1 "attr16734") ) +(myObject (attribute1 "attr16735") ) +(myObject (attribute1 "attr16736") ) +(myObject (attribute1 "attr16737") ) +(myObject (attribute1 "attr16738") ) +(myObject (attribute1 "attr16739") ) +(myObject (attribute1 "attr16740") ) +(myObject (attribute1 "attr16741") ) +(myObject (attribute1 "attr16742") ) +(myObject (attribute1 "attr16743") ) +(myObject (attribute1 "attr16744") ) +(myObject (attribute1 "attr16745") ) +(myObject (attribute1 "attr16746") ) +(myObject (attribute1 "attr16747") ) +(myObject (attribute1 "attr16748") ) +(myObject (attribute1 "attr16749") ) +(myObject (attribute1 "attr16750") ) +(myObject (attribute1 "attr16751") ) +(myObject (attribute1 "attr16752") ) +(myObject (attribute1 "attr16753") ) +(myObject (attribute1 "attr16754") ) +(myObject (attribute1 "attr16755") ) +(myObject (attribute1 "attr16756") ) +(myObject (attribute1 "attr16757") ) +(myObject (attribute1 "attr16758") ) +(myObject (attribute1 "attr16759") ) +(myObject (attribute1 "attr16760") ) +(myObject (attribute1 "attr16761") ) +(myObject (attribute1 "attr16762") ) +(myObject (attribute1 "attr16763") ) +(myObject (attribute1 "attr16764") ) +(myObject (attribute1 "attr16765") ) +(myObject (attribute1 "attr16766") ) +(myObject (attribute1 "attr16767") ) +(myObject (attribute1 "attr16768") ) +(myObject (attribute1 "attr16769") ) +(myObject (attribute1 "attr16770") ) +(myObject (attribute1 "attr16771") ) +(myObject (attribute1 "attr16772") ) +(myObject (attribute1 "attr16773") ) +(myObject (attribute1 "attr16774") ) +(myObject (attribute1 "attr16775") ) +(myObject (attribute1 "attr16776") ) +(myObject (attribute1 "attr16777") ) +(myObject (attribute1 "attr16778") ) +(myObject (attribute1 "attr16779") ) +(myObject (attribute1 "attr16780") ) +(myObject (attribute1 "attr16781") ) +(myObject (attribute1 "attr16782") ) +(myObject (attribute1 "attr16783") ) +(myObject (attribute1 "attr16784") ) +(myObject (attribute1 "attr16785") ) +(myObject (attribute1 "attr16786") ) +(myObject (attribute1 "attr16787") ) +(myObject (attribute1 "attr16788") ) +(myObject (attribute1 "attr16789") ) +(myObject (attribute1 "attr16790") ) +(myObject (attribute1 "attr16791") ) +(myObject (attribute1 "attr16792") ) +(myObject (attribute1 "attr16793") ) +(myObject (attribute1 "attr16794") ) +(myObject (attribute1 "attr16795") ) +(myObject (attribute1 "attr16796") ) +(myObject (attribute1 "attr16797") ) +(myObject (attribute1 "attr16798") ) +(myObject (attribute1 "attr16799") ) +(myObject (attribute1 "attr16800") ) +(myObject (attribute1 "attr16801") ) +(myObject (attribute1 "attr16802") ) +(myObject (attribute1 "attr16803") ) +(myObject (attribute1 "attr16804") ) +(myObject (attribute1 "attr16805") ) +(myObject (attribute1 "attr16806") ) +(myObject (attribute1 "attr16807") ) +(myObject (attribute1 "attr16808") ) +(myObject (attribute1 "attr16809") ) +(myObject (attribute1 "attr16810") ) +(myObject (attribute1 "attr16811") ) +(myObject (attribute1 "attr16812") ) +(myObject (attribute1 "attr16813") ) +(myObject (attribute1 "attr16814") ) +(myObject (attribute1 "attr16815") ) +(myObject (attribute1 "attr16816") ) +(myObject (attribute1 "attr16817") ) +(myObject (attribute1 "attr16818") ) +(myObject (attribute1 "attr16819") ) +(myObject (attribute1 "attr16820") ) +(myObject (attribute1 "attr16821") ) +(myObject (attribute1 "attr16822") ) +(myObject (attribute1 "attr16823") ) +(myObject (attribute1 "attr16824") ) +(myObject (attribute1 "attr16825") ) +(myObject (attribute1 "attr16826") ) +(myObject (attribute1 "attr16827") ) +(myObject (attribute1 "attr16828") ) +(myObject (attribute1 "attr16829") ) +(myObject (attribute1 "attr16830") ) +(myObject (attribute1 "attr16831") ) +(myObject (attribute1 "attr16832") ) +(myObject (attribute1 "attr16833") ) +(myObject (attribute1 "attr16834") ) +(myObject (attribute1 "attr16835") ) +(myObject (attribute1 "attr16836") ) +(myObject (attribute1 "attr16837") ) +(myObject (attribute1 "attr16838") ) +(myObject (attribute1 "attr16839") ) +(myObject (attribute1 "attr16840") ) +(myObject (attribute1 "attr16841") ) +(myObject (attribute1 "attr16842") ) +(myObject (attribute1 "attr16843") ) +(myObject (attribute1 "attr16844") ) +(myObject (attribute1 "attr16845") ) +(myObject (attribute1 "attr16846") ) +(myObject (attribute1 "attr16847") ) +(myObject (attribute1 "attr16848") ) +(myObject (attribute1 "attr16849") ) +(myObject (attribute1 "attr16850") ) +(myObject (attribute1 "attr16851") ) +(myObject (attribute1 "attr16852") ) +(myObject (attribute1 "attr16853") ) +(myObject (attribute1 "attr16854") ) +(myObject (attribute1 "attr16855") ) +(myObject (attribute1 "attr16856") ) +(myObject (attribute1 "attr16857") ) +(myObject (attribute1 "attr16858") ) +(myObject (attribute1 "attr16859") ) +(myObject (attribute1 "attr16860") ) +(myObject (attribute1 "attr16861") ) +(myObject (attribute1 "attr16862") ) +(myObject (attribute1 "attr16863") ) +(myObject (attribute1 "attr16864") ) +(myObject (attribute1 "attr16865") ) +(myObject (attribute1 "attr16866") ) +(myObject (attribute1 "attr16867") ) +(myObject (attribute1 "attr16868") ) +(myObject (attribute1 "attr16869") ) +(myObject (attribute1 "attr16870") ) +(myObject (attribute1 "attr16871") ) +(myObject (attribute1 "attr16872") ) +(myObject (attribute1 "attr16873") ) +(myObject (attribute1 "attr16874") ) +(myObject (attribute1 "attr16875") ) +(myObject (attribute1 "attr16876") ) +(myObject (attribute1 "attr16877") ) +(myObject (attribute1 "attr16878") ) +(myObject (attribute1 "attr16879") ) +(myObject (attribute1 "attr16880") ) +(myObject (attribute1 "attr16881") ) +(myObject (attribute1 "attr16882") ) +(myObject (attribute1 "attr16883") ) +(myObject (attribute1 "attr16884") ) +(myObject (attribute1 "attr16885") ) +(myObject (attribute1 "attr16886") ) +(myObject (attribute1 "attr16887") ) +(myObject (attribute1 "attr16888") ) +(myObject (attribute1 "attr16889") ) +(myObject (attribute1 "attr16890") ) +(myObject (attribute1 "attr16891") ) +(myObject (attribute1 "attr16892") ) +(myObject (attribute1 "attr16893") ) +(myObject (attribute1 "attr16894") ) +(myObject (attribute1 "attr16895") ) +(myObject (attribute1 "attr16896") ) +(myObject (attribute1 "attr16897") ) +(myObject (attribute1 "attr16898") ) +(myObject (attribute1 "attr16899") ) +(myObject (attribute1 "attr16900") ) +(myObject (attribute1 "attr16901") ) +(myObject (attribute1 "attr16902") ) +(myObject (attribute1 "attr16903") ) +(myObject (attribute1 "attr16904") ) +(myObject (attribute1 "attr16905") ) +(myObject (attribute1 "attr16906") ) +(myObject (attribute1 "attr16907") ) +(myObject (attribute1 "attr16908") ) +(myObject (attribute1 "attr16909") ) +(myObject (attribute1 "attr16910") ) +(myObject (attribute1 "attr16911") ) +(myObject (attribute1 "attr16912") ) +(myObject (attribute1 "attr16913") ) +(myObject (attribute1 "attr16914") ) +(myObject (attribute1 "attr16915") ) +(myObject (attribute1 "attr16916") ) +(myObject (attribute1 "attr16917") ) +(myObject (attribute1 "attr16918") ) +(myObject (attribute1 "attr16919") ) +(myObject (attribute1 "attr16920") ) +(myObject (attribute1 "attr16921") ) +(myObject (attribute1 "attr16922") ) +(myObject (attribute1 "attr16923") ) +(myObject (attribute1 "attr16924") ) +(myObject (attribute1 "attr16925") ) +(myObject (attribute1 "attr16926") ) +(myObject (attribute1 "attr16927") ) +(myObject (attribute1 "attr16928") ) +(myObject (attribute1 "attr16929") ) +(myObject (attribute1 "attr16930") ) +(myObject (attribute1 "attr16931") ) +(myObject (attribute1 "attr16932") ) +(myObject (attribute1 "attr16933") ) +(myObject (attribute1 "attr16934") ) +(myObject (attribute1 "attr16935") ) +(myObject (attribute1 "attr16936") ) +(myObject (attribute1 "attr16937") ) +(myObject (attribute1 "attr16938") ) +(myObject (attribute1 "attr16939") ) +(myObject (attribute1 "attr16940") ) +(myObject (attribute1 "attr16941") ) +(myObject (attribute1 "attr16942") ) +(myObject (attribute1 "attr16943") ) +(myObject (attribute1 "attr16944") ) +(myObject (attribute1 "attr16945") ) +(myObject (attribute1 "attr16946") ) +(myObject (attribute1 "attr16947") ) +(myObject (attribute1 "attr16948") ) +(myObject (attribute1 "attr16949") ) +(myObject (attribute1 "attr16950") ) +(myObject (attribute1 "attr16951") ) +(myObject (attribute1 "attr16952") ) +(myObject (attribute1 "attr16953") ) +(myObject (attribute1 "attr16954") ) +(myObject (attribute1 "attr16955") ) +(myObject (attribute1 "attr16956") ) +(myObject (attribute1 "attr16957") ) +(myObject (attribute1 "attr16958") ) +(myObject (attribute1 "attr16959") ) +(myObject (attribute1 "attr16960") ) +(myObject (attribute1 "attr16961") ) +(myObject (attribute1 "attr16962") ) +(myObject (attribute1 "attr16963") ) +(myObject (attribute1 "attr16964") ) +(myObject (attribute1 "attr16965") ) +(myObject (attribute1 "attr16966") ) +(myObject (attribute1 "attr16967") ) +(myObject (attribute1 "attr16968") ) +(myObject (attribute1 "attr16969") ) +(myObject (attribute1 "attr16970") ) +(myObject (attribute1 "attr16971") ) +(myObject (attribute1 "attr16972") ) +(myObject (attribute1 "attr16973") ) +(myObject (attribute1 "attr16974") ) +(myObject (attribute1 "attr16975") ) +(myObject (attribute1 "attr16976") ) +(myObject (attribute1 "attr16977") ) +(myObject (attribute1 "attr16978") ) +(myObject (attribute1 "attr16979") ) +(myObject (attribute1 "attr16980") ) +(myObject (attribute1 "attr16981") ) +(myObject (attribute1 "attr16982") ) +(myObject (attribute1 "attr16983") ) +(myObject (attribute1 "attr16984") ) +(myObject (attribute1 "attr16985") ) +(myObject (attribute1 "attr16986") ) +(myObject (attribute1 "attr16987") ) +(myObject (attribute1 "attr16988") ) +(myObject (attribute1 "attr16989") ) +(myObject (attribute1 "attr16990") ) +(myObject (attribute1 "attr16991") ) +(myObject (attribute1 "attr16992") ) +(myObject (attribute1 "attr16993") ) +(myObject (attribute1 "attr16994") ) +(myObject (attribute1 "attr16995") ) +(myObject (attribute1 "attr16996") ) +(myObject (attribute1 "attr16997") ) +(myObject (attribute1 "attr16998") ) +(myObject (attribute1 "attr16999") ) +(myObject (attribute1 "attr17000") ) +(myObject (attribute1 "attr17001") ) +(myObject (attribute1 "attr17002") ) +(myObject (attribute1 "attr17003") ) +(myObject (attribute1 "attr17004") ) +(myObject (attribute1 "attr17005") ) +(myObject (attribute1 "attr17006") ) +(myObject (attribute1 "attr17007") ) +(myObject (attribute1 "attr17008") ) +(myObject (attribute1 "attr17009") ) +(myObject (attribute1 "attr17010") ) +(myObject (attribute1 "attr17011") ) +(myObject (attribute1 "attr17012") ) +(myObject (attribute1 "attr17013") ) +(myObject (attribute1 "attr17014") ) +(myObject (attribute1 "attr17015") ) +(myObject (attribute1 "attr17016") ) +(myObject (attribute1 "attr17017") ) +(myObject (attribute1 "attr17018") ) +(myObject (attribute1 "attr17019") ) +(myObject (attribute1 "attr17020") ) +(myObject (attribute1 "attr17021") ) +(myObject (attribute1 "attr17022") ) +(myObject (attribute1 "attr17023") ) +(myObject (attribute1 "attr17024") ) +(myObject (attribute1 "attr17025") ) +(myObject (attribute1 "attr17026") ) +(myObject (attribute1 "attr17027") ) +(myObject (attribute1 "attr17028") ) +(myObject (attribute1 "attr17029") ) +(myObject (attribute1 "attr17030") ) +(myObject (attribute1 "attr17031") ) +(myObject (attribute1 "attr17032") ) +(myObject (attribute1 "attr17033") ) +(myObject (attribute1 "attr17034") ) +(myObject (attribute1 "attr17035") ) +(myObject (attribute1 "attr17036") ) +(myObject (attribute1 "attr17037") ) +(myObject (attribute1 "attr17038") ) +(myObject (attribute1 "attr17039") ) +(myObject (attribute1 "attr17040") ) +(myObject (attribute1 "attr17041") ) +(myObject (attribute1 "attr17042") ) +(myObject (attribute1 "attr17043") ) +(myObject (attribute1 "attr17044") ) +(myObject (attribute1 "attr17045") ) +(myObject (attribute1 "attr17046") ) +(myObject (attribute1 "attr17047") ) +(myObject (attribute1 "attr17048") ) +(myObject (attribute1 "attr17049") ) +(myObject (attribute1 "attr17050") ) +(myObject (attribute1 "attr17051") ) +(myObject (attribute1 "attr17052") ) +(myObject (attribute1 "attr17053") ) +(myObject (attribute1 "attr17054") ) +(myObject (attribute1 "attr17055") ) +(myObject (attribute1 "attr17056") ) +(myObject (attribute1 "attr17057") ) +(myObject (attribute1 "attr17058") ) +(myObject (attribute1 "attr17059") ) +(myObject (attribute1 "attr17060") ) +(myObject (attribute1 "attr17061") ) +(myObject (attribute1 "attr17062") ) +(myObject (attribute1 "attr17063") ) +(myObject (attribute1 "attr17064") ) +(myObject (attribute1 "attr17065") ) +(myObject (attribute1 "attr17066") ) +(myObject (attribute1 "attr17067") ) +(myObject (attribute1 "attr17068") ) +(myObject (attribute1 "attr17069") ) +(myObject (attribute1 "attr17070") ) +(myObject (attribute1 "attr17071") ) +(myObject (attribute1 "attr17072") ) +(myObject (attribute1 "attr17073") ) +(myObject (attribute1 "attr17074") ) +(myObject (attribute1 "attr17075") ) +(myObject (attribute1 "attr17076") ) +(myObject (attribute1 "attr17077") ) +(myObject (attribute1 "attr17078") ) +(myObject (attribute1 "attr17079") ) +(myObject (attribute1 "attr17080") ) +(myObject (attribute1 "attr17081") ) +(myObject (attribute1 "attr17082") ) +(myObject (attribute1 "attr17083") ) +(myObject (attribute1 "attr17084") ) +(myObject (attribute1 "attr17085") ) +(myObject (attribute1 "attr17086") ) +(myObject (attribute1 "attr17087") ) +(myObject (attribute1 "attr17088") ) +(myObject (attribute1 "attr17089") ) +(myObject (attribute1 "attr17090") ) +(myObject (attribute1 "attr17091") ) +(myObject (attribute1 "attr17092") ) +(myObject (attribute1 "attr17093") ) +(myObject (attribute1 "attr17094") ) +(myObject (attribute1 "attr17095") ) +(myObject (attribute1 "attr17096") ) +(myObject (attribute1 "attr17097") ) +(myObject (attribute1 "attr17098") ) +(myObject (attribute1 "attr17099") ) +(myObject (attribute1 "attr17100") ) +(myObject (attribute1 "attr17101") ) +(myObject (attribute1 "attr17102") ) +(myObject (attribute1 "attr17103") ) +(myObject (attribute1 "attr17104") ) +(myObject (attribute1 "attr17105") ) +(myObject (attribute1 "attr17106") ) +(myObject (attribute1 "attr17107") ) +(myObject (attribute1 "attr17108") ) +(myObject (attribute1 "attr17109") ) +(myObject (attribute1 "attr17110") ) +(myObject (attribute1 "attr17111") ) +(myObject (attribute1 "attr17112") ) +(myObject (attribute1 "attr17113") ) +(myObject (attribute1 "attr17114") ) +(myObject (attribute1 "attr17115") ) +(myObject (attribute1 "attr17116") ) +(myObject (attribute1 "attr17117") ) +(myObject (attribute1 "attr17118") ) +(myObject (attribute1 "attr17119") ) +(myObject (attribute1 "attr17120") ) +(myObject (attribute1 "attr17121") ) +(myObject (attribute1 "attr17122") ) +(myObject (attribute1 "attr17123") ) +(myObject (attribute1 "attr17124") ) +(myObject (attribute1 "attr17125") ) +(myObject (attribute1 "attr17126") ) +(myObject (attribute1 "attr17127") ) +(myObject (attribute1 "attr17128") ) +(myObject (attribute1 "attr17129") ) +(myObject (attribute1 "attr17130") ) +(myObject (attribute1 "attr17131") ) +(myObject (attribute1 "attr17132") ) +(myObject (attribute1 "attr17133") ) +(myObject (attribute1 "attr17134") ) +(myObject (attribute1 "attr17135") ) +(myObject (attribute1 "attr17136") ) +(myObject (attribute1 "attr17137") ) +(myObject (attribute1 "attr17138") ) +(myObject (attribute1 "attr17139") ) +(myObject (attribute1 "attr17140") ) +(myObject (attribute1 "attr17141") ) +(myObject (attribute1 "attr17142") ) +(myObject (attribute1 "attr17143") ) +(myObject (attribute1 "attr17144") ) +(myObject (attribute1 "attr17145") ) +(myObject (attribute1 "attr17146") ) +(myObject (attribute1 "attr17147") ) +(myObject (attribute1 "attr17148") ) +(myObject (attribute1 "attr17149") ) +(myObject (attribute1 "attr17150") ) +(myObject (attribute1 "attr17151") ) +(myObject (attribute1 "attr17152") ) +(myObject (attribute1 "attr17153") ) +(myObject (attribute1 "attr17154") ) +(myObject (attribute1 "attr17155") ) +(myObject (attribute1 "attr17156") ) +(myObject (attribute1 "attr17157") ) +(myObject (attribute1 "attr17158") ) +(myObject (attribute1 "attr17159") ) +(myObject (attribute1 "attr17160") ) +(myObject (attribute1 "attr17161") ) +(myObject (attribute1 "attr17162") ) +(myObject (attribute1 "attr17163") ) +(myObject (attribute1 "attr17164") ) +(myObject (attribute1 "attr17165") ) +(myObject (attribute1 "attr17166") ) +(myObject (attribute1 "attr17167") ) +(myObject (attribute1 "attr17168") ) +(myObject (attribute1 "attr17169") ) +(myObject (attribute1 "attr17170") ) +(myObject (attribute1 "attr17171") ) +(myObject (attribute1 "attr17172") ) +(myObject (attribute1 "attr17173") ) +(myObject (attribute1 "attr17174") ) +(myObject (attribute1 "attr17175") ) +(myObject (attribute1 "attr17176") ) +(myObject (attribute1 "attr17177") ) +(myObject (attribute1 "attr17178") ) +(myObject (attribute1 "attr17179") ) +(myObject (attribute1 "attr17180") ) +(myObject (attribute1 "attr17181") ) +(myObject (attribute1 "attr17182") ) +(myObject (attribute1 "attr17183") ) +(myObject (attribute1 "attr17184") ) +(myObject (attribute1 "attr17185") ) +(myObject (attribute1 "attr17186") ) +(myObject (attribute1 "attr17187") ) +(myObject (attribute1 "attr17188") ) +(myObject (attribute1 "attr17189") ) +(myObject (attribute1 "attr17190") ) +(myObject (attribute1 "attr17191") ) +(myObject (attribute1 "attr17192") ) +(myObject (attribute1 "attr17193") ) +(myObject (attribute1 "attr17194") ) +(myObject (attribute1 "attr17195") ) +(myObject (attribute1 "attr17196") ) +(myObject (attribute1 "attr17197") ) +(myObject (attribute1 "attr17198") ) +(myObject (attribute1 "attr17199") ) +(myObject (attribute1 "attr17200") ) +(myObject (attribute1 "attr17201") ) +(myObject (attribute1 "attr17202") ) +(myObject (attribute1 "attr17203") ) +(myObject (attribute1 "attr17204") ) +(myObject (attribute1 "attr17205") ) +(myObject (attribute1 "attr17206") ) +(myObject (attribute1 "attr17207") ) +(myObject (attribute1 "attr17208") ) +(myObject (attribute1 "attr17209") ) +(myObject (attribute1 "attr17210") ) +(myObject (attribute1 "attr17211") ) +(myObject (attribute1 "attr17212") ) +(myObject (attribute1 "attr17213") ) +(myObject (attribute1 "attr17214") ) +(myObject (attribute1 "attr17215") ) +(myObject (attribute1 "attr17216") ) +(myObject (attribute1 "attr17217") ) +(myObject (attribute1 "attr17218") ) +(myObject (attribute1 "attr17219") ) +(myObject (attribute1 "attr17220") ) +(myObject (attribute1 "attr17221") ) +(myObject (attribute1 "attr17222") ) +(myObject (attribute1 "attr17223") ) +(myObject (attribute1 "attr17224") ) +(myObject (attribute1 "attr17225") ) +(myObject (attribute1 "attr17226") ) +(myObject (attribute1 "attr17227") ) +(myObject (attribute1 "attr17228") ) +(myObject (attribute1 "attr17229") ) +(myObject (attribute1 "attr17230") ) +(myObject (attribute1 "attr17231") ) +(myObject (attribute1 "attr17232") ) +(myObject (attribute1 "attr17233") ) +(myObject (attribute1 "attr17234") ) +(myObject (attribute1 "attr17235") ) +(myObject (attribute1 "attr17236") ) +(myObject (attribute1 "attr17237") ) +(myObject (attribute1 "attr17238") ) +(myObject (attribute1 "attr17239") ) +(myObject (attribute1 "attr17240") ) +(myObject (attribute1 "attr17241") ) +(myObject (attribute1 "attr17242") ) +(myObject (attribute1 "attr17243") ) +(myObject (attribute1 "attr17244") ) +(myObject (attribute1 "attr17245") ) +(myObject (attribute1 "attr17246") ) +(myObject (attribute1 "attr17247") ) +(myObject (attribute1 "attr17248") ) +(myObject (attribute1 "attr17249") ) +(myObject (attribute1 "attr17250") ) +(myObject (attribute1 "attr17251") ) +(myObject (attribute1 "attr17252") ) +(myObject (attribute1 "attr17253") ) +(myObject (attribute1 "attr17254") ) +(myObject (attribute1 "attr17255") ) +(myObject (attribute1 "attr17256") ) +(myObject (attribute1 "attr17257") ) +(myObject (attribute1 "attr17258") ) +(myObject (attribute1 "attr17259") ) +(myObject (attribute1 "attr17260") ) +(myObject (attribute1 "attr17261") ) +(myObject (attribute1 "attr17262") ) +(myObject (attribute1 "attr17263") ) +(myObject (attribute1 "attr17264") ) +(myObject (attribute1 "attr17265") ) +(myObject (attribute1 "attr17266") ) +(myObject (attribute1 "attr17267") ) +(myObject (attribute1 "attr17268") ) +(myObject (attribute1 "attr17269") ) +(myObject (attribute1 "attr17270") ) +(myObject (attribute1 "attr17271") ) +(myObject (attribute1 "attr17272") ) +(myObject (attribute1 "attr17273") ) +(myObject (attribute1 "attr17274") ) +(myObject (attribute1 "attr17275") ) +(myObject (attribute1 "attr17276") ) +(myObject (attribute1 "attr17277") ) +(myObject (attribute1 "attr17278") ) +(myObject (attribute1 "attr17279") ) +(myObject (attribute1 "attr17280") ) +(myObject (attribute1 "attr17281") ) +(myObject (attribute1 "attr17282") ) +(myObject (attribute1 "attr17283") ) +(myObject (attribute1 "attr17284") ) +(myObject (attribute1 "attr17285") ) +(myObject (attribute1 "attr17286") ) +(myObject (attribute1 "attr17287") ) +(myObject (attribute1 "attr17288") ) +(myObject (attribute1 "attr17289") ) +(myObject (attribute1 "attr17290") ) +(myObject (attribute1 "attr17291") ) +(myObject (attribute1 "attr17292") ) +(myObject (attribute1 "attr17293") ) +(myObject (attribute1 "attr17294") ) +(myObject (attribute1 "attr17295") ) +(myObject (attribute1 "attr17296") ) +(myObject (attribute1 "attr17297") ) +(myObject (attribute1 "attr17298") ) +(myObject (attribute1 "attr17299") ) +(myObject (attribute1 "attr17300") ) +(myObject (attribute1 "attr17301") ) +(myObject (attribute1 "attr17302") ) +(myObject (attribute1 "attr17303") ) +(myObject (attribute1 "attr17304") ) +(myObject (attribute1 "attr17305") ) +(myObject (attribute1 "attr17306") ) +(myObject (attribute1 "attr17307") ) +(myObject (attribute1 "attr17308") ) +(myObject (attribute1 "attr17309") ) +(myObject (attribute1 "attr17310") ) +(myObject (attribute1 "attr17311") ) +(myObject (attribute1 "attr17312") ) +(myObject (attribute1 "attr17313") ) +(myObject (attribute1 "attr17314") ) +(myObject (attribute1 "attr17315") ) +(myObject (attribute1 "attr17316") ) +(myObject (attribute1 "attr17317") ) +(myObject (attribute1 "attr17318") ) +(myObject (attribute1 "attr17319") ) +(myObject (attribute1 "attr17320") ) +(myObject (attribute1 "attr17321") ) +(myObject (attribute1 "attr17322") ) +(myObject (attribute1 "attr17323") ) +(myObject (attribute1 "attr17324") ) +(myObject (attribute1 "attr17325") ) +(myObject (attribute1 "attr17326") ) +(myObject (attribute1 "attr17327") ) +(myObject (attribute1 "attr17328") ) +(myObject (attribute1 "attr17329") ) +(myObject (attribute1 "attr17330") ) +(myObject (attribute1 "attr17331") ) +(myObject (attribute1 "attr17332") ) +(myObject (attribute1 "attr17333") ) +(myObject (attribute1 "attr17334") ) +(myObject (attribute1 "attr17335") ) +(myObject (attribute1 "attr17336") ) +(myObject (attribute1 "attr17337") ) +(myObject (attribute1 "attr17338") ) +(myObject (attribute1 "attr17339") ) +(myObject (attribute1 "attr17340") ) +(myObject (attribute1 "attr17341") ) +(myObject (attribute1 "attr17342") ) +(myObject (attribute1 "attr17343") ) +(myObject (attribute1 "attr17344") ) +(myObject (attribute1 "attr17345") ) +(myObject (attribute1 "attr17346") ) +(myObject (attribute1 "attr17347") ) +(myObject (attribute1 "attr17348") ) +(myObject (attribute1 "attr17349") ) +(myObject (attribute1 "attr17350") ) +(myObject (attribute1 "attr17351") ) +(myObject (attribute1 "attr17352") ) +(myObject (attribute1 "attr17353") ) +(myObject (attribute1 "attr17354") ) +(myObject (attribute1 "attr17355") ) +(myObject (attribute1 "attr17356") ) +(myObject (attribute1 "attr17357") ) +(myObject (attribute1 "attr17358") ) +(myObject (attribute1 "attr17359") ) +(myObject (attribute1 "attr17360") ) +(myObject (attribute1 "attr17361") ) +(myObject (attribute1 "attr17362") ) +(myObject (attribute1 "attr17363") ) +(myObject (attribute1 "attr17364") ) +(myObject (attribute1 "attr17365") ) +(myObject (attribute1 "attr17366") ) +(myObject (attribute1 "attr17367") ) +(myObject (attribute1 "attr17368") ) +(myObject (attribute1 "attr17369") ) +(myObject (attribute1 "attr17370") ) +(myObject (attribute1 "attr17371") ) +(myObject (attribute1 "attr17372") ) +(myObject (attribute1 "attr17373") ) +(myObject (attribute1 "attr17374") ) +(myObject (attribute1 "attr17375") ) +(myObject (attribute1 "attr17376") ) +(myObject (attribute1 "attr17377") ) +(myObject (attribute1 "attr17378") ) +(myObject (attribute1 "attr17379") ) +(myObject (attribute1 "attr17380") ) +(myObject (attribute1 "attr17381") ) +(myObject (attribute1 "attr17382") ) +(myObject (attribute1 "attr17383") ) +(myObject (attribute1 "attr17384") ) +(myObject (attribute1 "attr17385") ) +(myObject (attribute1 "attr17386") ) +(myObject (attribute1 "attr17387") ) +(myObject (attribute1 "attr17388") ) +(myObject (attribute1 "attr17389") ) +(myObject (attribute1 "attr17390") ) +(myObject (attribute1 "attr17391") ) +(myObject (attribute1 "attr17392") ) +(myObject (attribute1 "attr17393") ) +(myObject (attribute1 "attr17394") ) +(myObject (attribute1 "attr17395") ) +(myObject (attribute1 "attr17396") ) +(myObject (attribute1 "attr17397") ) +(myObject (attribute1 "attr17398") ) +(myObject (attribute1 "attr17399") ) +(myObject (attribute1 "attr17400") ) +(myObject (attribute1 "attr17401") ) +(myObject (attribute1 "attr17402") ) +(myObject (attribute1 "attr17403") ) +(myObject (attribute1 "attr17404") ) +(myObject (attribute1 "attr17405") ) +(myObject (attribute1 "attr17406") ) +(myObject (attribute1 "attr17407") ) +(myObject (attribute1 "attr17408") ) +(myObject (attribute1 "attr17409") ) +(myObject (attribute1 "attr17410") ) +(myObject (attribute1 "attr17411") ) +(myObject (attribute1 "attr17412") ) +(myObject (attribute1 "attr17413") ) +(myObject (attribute1 "attr17414") ) +(myObject (attribute1 "attr17415") ) +(myObject (attribute1 "attr17416") ) +(myObject (attribute1 "attr17417") ) +(myObject (attribute1 "attr17418") ) +(myObject (attribute1 "attr17419") ) +(myObject (attribute1 "attr17420") ) +(myObject (attribute1 "attr17421") ) +(myObject (attribute1 "attr17422") ) +(myObject (attribute1 "attr17423") ) +(myObject (attribute1 "attr17424") ) +(myObject (attribute1 "attr17425") ) +(myObject (attribute1 "attr17426") ) +(myObject (attribute1 "attr17427") ) +(myObject (attribute1 "attr17428") ) +(myObject (attribute1 "attr17429") ) +(myObject (attribute1 "attr17430") ) +(myObject (attribute1 "attr17431") ) +(myObject (attribute1 "attr17432") ) +(myObject (attribute1 "attr17433") ) +(myObject (attribute1 "attr17434") ) +(myObject (attribute1 "attr17435") ) +(myObject (attribute1 "attr17436") ) +(myObject (attribute1 "attr17437") ) +(myObject (attribute1 "attr17438") ) +(myObject (attribute1 "attr17439") ) +(myObject (attribute1 "attr17440") ) +(myObject (attribute1 "attr17441") ) +(myObject (attribute1 "attr17442") ) +(myObject (attribute1 "attr17443") ) +(myObject (attribute1 "attr17444") ) +(myObject (attribute1 "attr17445") ) +(myObject (attribute1 "attr17446") ) +(myObject (attribute1 "attr17447") ) +(myObject (attribute1 "attr17448") ) +(myObject (attribute1 "attr17449") ) +(myObject (attribute1 "attr17450") ) +(myObject (attribute1 "attr17451") ) +(myObject (attribute1 "attr17452") ) +(myObject (attribute1 "attr17453") ) +(myObject (attribute1 "attr17454") ) +(myObject (attribute1 "attr17455") ) +(myObject (attribute1 "attr17456") ) +(myObject (attribute1 "attr17457") ) +(myObject (attribute1 "attr17458") ) +(myObject (attribute1 "attr17459") ) +(myObject (attribute1 "attr17460") ) +(myObject (attribute1 "attr17461") ) +(myObject (attribute1 "attr17462") ) +(myObject (attribute1 "attr17463") ) +(myObject (attribute1 "attr17464") ) +(myObject (attribute1 "attr17465") ) +(myObject (attribute1 "attr17466") ) +(myObject (attribute1 "attr17467") ) +(myObject (attribute1 "attr17468") ) +(myObject (attribute1 "attr17469") ) +(myObject (attribute1 "attr17470") ) +(myObject (attribute1 "attr17471") ) +(myObject (attribute1 "attr17472") ) +(myObject (attribute1 "attr17473") ) +(myObject (attribute1 "attr17474") ) +(myObject (attribute1 "attr17475") ) +(myObject (attribute1 "attr17476") ) +(myObject (attribute1 "attr17477") ) +(myObject (attribute1 "attr17478") ) +(myObject (attribute1 "attr17479") ) +(myObject (attribute1 "attr17480") ) +(myObject (attribute1 "attr17481") ) +(myObject (attribute1 "attr17482") ) +(myObject (attribute1 "attr17483") ) +(myObject (attribute1 "attr17484") ) +(myObject (attribute1 "attr17485") ) +(myObject (attribute1 "attr17486") ) +(myObject (attribute1 "attr17487") ) +(myObject (attribute1 "attr17488") ) +(myObject (attribute1 "attr17489") ) +(myObject (attribute1 "attr17490") ) +(myObject (attribute1 "attr17491") ) +(myObject (attribute1 "attr17492") ) +(myObject (attribute1 "attr17493") ) +(myObject (attribute1 "attr17494") ) +(myObject (attribute1 "attr17495") ) +(myObject (attribute1 "attr17496") ) +(myObject (attribute1 "attr17497") ) +(myObject (attribute1 "attr17498") ) +(myObject (attribute1 "attr17499") ) +(myObject (attribute1 "attr17500") ) +(myObject (attribute1 "attr17501") ) +(myObject (attribute1 "attr17502") ) +(myObject (attribute1 "attr17503") ) +(myObject (attribute1 "attr17504") ) +(myObject (attribute1 "attr17505") ) +(myObject (attribute1 "attr17506") ) +(myObject (attribute1 "attr17507") ) +(myObject (attribute1 "attr17508") ) +(myObject (attribute1 "attr17509") ) +(myObject (attribute1 "attr17510") ) +(myObject (attribute1 "attr17511") ) +(myObject (attribute1 "attr17512") ) +(myObject (attribute1 "attr17513") ) +(myObject (attribute1 "attr17514") ) +(myObject (attribute1 "attr17515") ) +(myObject (attribute1 "attr17516") ) +(myObject (attribute1 "attr17517") ) +(myObject (attribute1 "attr17518") ) +(myObject (attribute1 "attr17519") ) +(myObject (attribute1 "attr17520") ) +(myObject (attribute1 "attr17521") ) +(myObject (attribute1 "attr17522") ) +(myObject (attribute1 "attr17523") ) +(myObject (attribute1 "attr17524") ) +(myObject (attribute1 "attr17525") ) +(myObject (attribute1 "attr17526") ) +(myObject (attribute1 "attr17527") ) +(myObject (attribute1 "attr17528") ) +(myObject (attribute1 "attr17529") ) +(myObject (attribute1 "attr17530") ) +(myObject (attribute1 "attr17531") ) +(myObject (attribute1 "attr17532") ) +(myObject (attribute1 "attr17533") ) +(myObject (attribute1 "attr17534") ) +(myObject (attribute1 "attr17535") ) +(myObject (attribute1 "attr17536") ) +(myObject (attribute1 "attr17537") ) +(myObject (attribute1 "attr17538") ) +(myObject (attribute1 "attr17539") ) +(myObject (attribute1 "attr17540") ) +(myObject (attribute1 "attr17541") ) +(myObject (attribute1 "attr17542") ) +(myObject (attribute1 "attr17543") ) +(myObject (attribute1 "attr17544") ) +(myObject (attribute1 "attr17545") ) +(myObject (attribute1 "attr17546") ) +(myObject (attribute1 "attr17547") ) +(myObject (attribute1 "attr17548") ) +(myObject (attribute1 "attr17549") ) +(myObject (attribute1 "attr17550") ) +(myObject (attribute1 "attr17551") ) +(myObject (attribute1 "attr17552") ) +(myObject (attribute1 "attr17553") ) +(myObject (attribute1 "attr17554") ) +(myObject (attribute1 "attr17555") ) +(myObject (attribute1 "attr17556") ) +(myObject (attribute1 "attr17557") ) +(myObject (attribute1 "attr17558") ) +(myObject (attribute1 "attr17559") ) +(myObject (attribute1 "attr17560") ) +(myObject (attribute1 "attr17561") ) +(myObject (attribute1 "attr17562") ) +(myObject (attribute1 "attr17563") ) +(myObject (attribute1 "attr17564") ) +(myObject (attribute1 "attr17565") ) +(myObject (attribute1 "attr17566") ) +(myObject (attribute1 "attr17567") ) +(myObject (attribute1 "attr17568") ) +(myObject (attribute1 "attr17569") ) +(myObject (attribute1 "attr17570") ) +(myObject (attribute1 "attr17571") ) +(myObject (attribute1 "attr17572") ) +(myObject (attribute1 "attr17573") ) +(myObject (attribute1 "attr17574") ) +(myObject (attribute1 "attr17575") ) +(myObject (attribute1 "attr17576") ) +(myObject (attribute1 "attr17577") ) +(myObject (attribute1 "attr17578") ) +(myObject (attribute1 "attr17579") ) +(myObject (attribute1 "attr17580") ) +(myObject (attribute1 "attr17581") ) +(myObject (attribute1 "attr17582") ) +(myObject (attribute1 "attr17583") ) +(myObject (attribute1 "attr17584") ) +(myObject (attribute1 "attr17585") ) +(myObject (attribute1 "attr17586") ) +(myObject (attribute1 "attr17587") ) +(myObject (attribute1 "attr17588") ) +(myObject (attribute1 "attr17589") ) +(myObject (attribute1 "attr17590") ) +(myObject (attribute1 "attr17591") ) +(myObject (attribute1 "attr17592") ) +(myObject (attribute1 "attr17593") ) +(myObject (attribute1 "attr17594") ) +(myObject (attribute1 "attr17595") ) +(myObject (attribute1 "attr17596") ) +(myObject (attribute1 "attr17597") ) +(myObject (attribute1 "attr17598") ) +(myObject (attribute1 "attr17599") ) +(myObject (attribute1 "attr17600") ) +(myObject (attribute1 "attr17601") ) +(myObject (attribute1 "attr17602") ) +(myObject (attribute1 "attr17603") ) +(myObject (attribute1 "attr17604") ) +(myObject (attribute1 "attr17605") ) +(myObject (attribute1 "attr17606") ) +(myObject (attribute1 "attr17607") ) +(myObject (attribute1 "attr17608") ) +(myObject (attribute1 "attr17609") ) +(myObject (attribute1 "attr17610") ) +(myObject (attribute1 "attr17611") ) +(myObject (attribute1 "attr17612") ) +(myObject (attribute1 "attr17613") ) +(myObject (attribute1 "attr17614") ) +(myObject (attribute1 "attr17615") ) +(myObject (attribute1 "attr17616") ) +(myObject (attribute1 "attr17617") ) +(myObject (attribute1 "attr17618") ) +(myObject (attribute1 "attr17619") ) +(myObject (attribute1 "attr17620") ) +(myObject (attribute1 "attr17621") ) +(myObject (attribute1 "attr17622") ) +(myObject (attribute1 "attr17623") ) +(myObject (attribute1 "attr17624") ) +(myObject (attribute1 "attr17625") ) +(myObject (attribute1 "attr17626") ) +(myObject (attribute1 "attr17627") ) +(myObject (attribute1 "attr17628") ) +(myObject (attribute1 "attr17629") ) +(myObject (attribute1 "attr17630") ) +(myObject (attribute1 "attr17631") ) +(myObject (attribute1 "attr17632") ) +(myObject (attribute1 "attr17633") ) +(myObject (attribute1 "attr17634") ) +(myObject (attribute1 "attr17635") ) +(myObject (attribute1 "attr17636") ) +(myObject (attribute1 "attr17637") ) +(myObject (attribute1 "attr17638") ) +(myObject (attribute1 "attr17639") ) +(myObject (attribute1 "attr17640") ) +(myObject (attribute1 "attr17641") ) +(myObject (attribute1 "attr17642") ) +(myObject (attribute1 "attr17643") ) +(myObject (attribute1 "attr17644") ) +(myObject (attribute1 "attr17645") ) +(myObject (attribute1 "attr17646") ) +(myObject (attribute1 "attr17647") ) +(myObject (attribute1 "attr17648") ) +(myObject (attribute1 "attr17649") ) +(myObject (attribute1 "attr17650") ) +(myObject (attribute1 "attr17651") ) +(myObject (attribute1 "attr17652") ) +(myObject (attribute1 "attr17653") ) +(myObject (attribute1 "attr17654") ) +(myObject (attribute1 "attr17655") ) +(myObject (attribute1 "attr17656") ) +(myObject (attribute1 "attr17657") ) +(myObject (attribute1 "attr17658") ) +(myObject (attribute1 "attr17659") ) +(myObject (attribute1 "attr17660") ) +(myObject (attribute1 "attr17661") ) +(myObject (attribute1 "attr17662") ) +(myObject (attribute1 "attr17663") ) +(myObject (attribute1 "attr17664") ) +(myObject (attribute1 "attr17665") ) +(myObject (attribute1 "attr17666") ) +(myObject (attribute1 "attr17667") ) +(myObject (attribute1 "attr17668") ) +(myObject (attribute1 "attr17669") ) +(myObject (attribute1 "attr17670") ) +(myObject (attribute1 "attr17671") ) +(myObject (attribute1 "attr17672") ) +(myObject (attribute1 "attr17673") ) +(myObject (attribute1 "attr17674") ) +(myObject (attribute1 "attr17675") ) +(myObject (attribute1 "attr17676") ) +(myObject (attribute1 "attr17677") ) +(myObject (attribute1 "attr17678") ) +(myObject (attribute1 "attr17679") ) +(myObject (attribute1 "attr17680") ) +(myObject (attribute1 "attr17681") ) +(myObject (attribute1 "attr17682") ) +(myObject (attribute1 "attr17683") ) +(myObject (attribute1 "attr17684") ) +(myObject (attribute1 "attr17685") ) +(myObject (attribute1 "attr17686") ) +(myObject (attribute1 "attr17687") ) +(myObject (attribute1 "attr17688") ) +(myObject (attribute1 "attr17689") ) +(myObject (attribute1 "attr17690") ) +(myObject (attribute1 "attr17691") ) +(myObject (attribute1 "attr17692") ) +(myObject (attribute1 "attr17693") ) +(myObject (attribute1 "attr17694") ) +(myObject (attribute1 "attr17695") ) +(myObject (attribute1 "attr17696") ) +(myObject (attribute1 "attr17697") ) +(myObject (attribute1 "attr17698") ) +(myObject (attribute1 "attr17699") ) +(myObject (attribute1 "attr17700") ) +(myObject (attribute1 "attr17701") ) +(myObject (attribute1 "attr17702") ) +(myObject (attribute1 "attr17703") ) +(myObject (attribute1 "attr17704") ) +(myObject (attribute1 "attr17705") ) +(myObject (attribute1 "attr17706") ) +(myObject (attribute1 "attr17707") ) +(myObject (attribute1 "attr17708") ) +(myObject (attribute1 "attr17709") ) +(myObject (attribute1 "attr17710") ) +(myObject (attribute1 "attr17711") ) +(myObject (attribute1 "attr17712") ) +(myObject (attribute1 "attr17713") ) +(myObject (attribute1 "attr17714") ) +(myObject (attribute1 "attr17715") ) +(myObject (attribute1 "attr17716") ) +(myObject (attribute1 "attr17717") ) +(myObject (attribute1 "attr17718") ) +(myObject (attribute1 "attr17719") ) +(myObject (attribute1 "attr17720") ) +(myObject (attribute1 "attr17721") ) +(myObject (attribute1 "attr17722") ) +(myObject (attribute1 "attr17723") ) +(myObject (attribute1 "attr17724") ) +(myObject (attribute1 "attr17725") ) +(myObject (attribute1 "attr17726") ) +(myObject (attribute1 "attr17727") ) +(myObject (attribute1 "attr17728") ) +(myObject (attribute1 "attr17729") ) +(myObject (attribute1 "attr17730") ) +(myObject (attribute1 "attr17731") ) +(myObject (attribute1 "attr17732") ) +(myObject (attribute1 "attr17733") ) +(myObject (attribute1 "attr17734") ) +(myObject (attribute1 "attr17735") ) +(myObject (attribute1 "attr17736") ) +(myObject (attribute1 "attr17737") ) +(myObject (attribute1 "attr17738") ) +(myObject (attribute1 "attr17739") ) +(myObject (attribute1 "attr17740") ) +(myObject (attribute1 "attr17741") ) +(myObject (attribute1 "attr17742") ) +(myObject (attribute1 "attr17743") ) +(myObject (attribute1 "attr17744") ) +(myObject (attribute1 "attr17745") ) +(myObject (attribute1 "attr17746") ) +(myObject (attribute1 "attr17747") ) +(myObject (attribute1 "attr17748") ) +(myObject (attribute1 "attr17749") ) +(myObject (attribute1 "attr17750") ) +(myObject (attribute1 "attr17751") ) +(myObject (attribute1 "attr17752") ) +(myObject (attribute1 "attr17753") ) +(myObject (attribute1 "attr17754") ) +(myObject (attribute1 "attr17755") ) +(myObject (attribute1 "attr17756") ) +(myObject (attribute1 "attr17757") ) +(myObject (attribute1 "attr17758") ) +(myObject (attribute1 "attr17759") ) +(myObject (attribute1 "attr17760") ) +(myObject (attribute1 "attr17761") ) +(myObject (attribute1 "attr17762") ) +(myObject (attribute1 "attr17763") ) +(myObject (attribute1 "attr17764") ) +(myObject (attribute1 "attr17765") ) +(myObject (attribute1 "attr17766") ) +(myObject (attribute1 "attr17767") ) +(myObject (attribute1 "attr17768") ) +(myObject (attribute1 "attr17769") ) +(myObject (attribute1 "attr17770") ) +(myObject (attribute1 "attr17771") ) +(myObject (attribute1 "attr17772") ) +(myObject (attribute1 "attr17773") ) +(myObject (attribute1 "attr17774") ) +(myObject (attribute1 "attr17775") ) +(myObject (attribute1 "attr17776") ) +(myObject (attribute1 "attr17777") ) +(myObject (attribute1 "attr17778") ) +(myObject (attribute1 "attr17779") ) +(myObject (attribute1 "attr17780") ) +(myObject (attribute1 "attr17781") ) +(myObject (attribute1 "attr17782") ) +(myObject (attribute1 "attr17783") ) +(myObject (attribute1 "attr17784") ) +(myObject (attribute1 "attr17785") ) +(myObject (attribute1 "attr17786") ) +(myObject (attribute1 "attr17787") ) +(myObject (attribute1 "attr17788") ) +(myObject (attribute1 "attr17789") ) +(myObject (attribute1 "attr17790") ) +(myObject (attribute1 "attr17791") ) +(myObject (attribute1 "attr17792") ) +(myObject (attribute1 "attr17793") ) +(myObject (attribute1 "attr17794") ) +(myObject (attribute1 "attr17795") ) +(myObject (attribute1 "attr17796") ) +(myObject (attribute1 "attr17797") ) +(myObject (attribute1 "attr17798") ) +(myObject (attribute1 "attr17799") ) +(myObject (attribute1 "attr17800") ) +(myObject (attribute1 "attr17801") ) +(myObject (attribute1 "attr17802") ) +(myObject (attribute1 "attr17803") ) +(myObject (attribute1 "attr17804") ) +(myObject (attribute1 "attr17805") ) +(myObject (attribute1 "attr17806") ) +(myObject (attribute1 "attr17807") ) +(myObject (attribute1 "attr17808") ) +(myObject (attribute1 "attr17809") ) +(myObject (attribute1 "attr17810") ) +(myObject (attribute1 "attr17811") ) +(myObject (attribute1 "attr17812") ) +(myObject (attribute1 "attr17813") ) +(myObject (attribute1 "attr17814") ) +(myObject (attribute1 "attr17815") ) +(myObject (attribute1 "attr17816") ) +(myObject (attribute1 "attr17817") ) +(myObject (attribute1 "attr17818") ) +(myObject (attribute1 "attr17819") ) +(myObject (attribute1 "attr17820") ) +(myObject (attribute1 "attr17821") ) +(myObject (attribute1 "attr17822") ) +(myObject (attribute1 "attr17823") ) +(myObject (attribute1 "attr17824") ) +(myObject (attribute1 "attr17825") ) +(myObject (attribute1 "attr17826") ) +(myObject (attribute1 "attr17827") ) +(myObject (attribute1 "attr17828") ) +(myObject (attribute1 "attr17829") ) +(myObject (attribute1 "attr17830") ) +(myObject (attribute1 "attr17831") ) +(myObject (attribute1 "attr17832") ) +(myObject (attribute1 "attr17833") ) +(myObject (attribute1 "attr17834") ) +(myObject (attribute1 "attr17835") ) +(myObject (attribute1 "attr17836") ) +(myObject (attribute1 "attr17837") ) +(myObject (attribute1 "attr17838") ) +(myObject (attribute1 "attr17839") ) +(myObject (attribute1 "attr17840") ) +(myObject (attribute1 "attr17841") ) +(myObject (attribute1 "attr17842") ) +(myObject (attribute1 "attr17843") ) +(myObject (attribute1 "attr17844") ) +(myObject (attribute1 "attr17845") ) +(myObject (attribute1 "attr17846") ) +(myObject (attribute1 "attr17847") ) +(myObject (attribute1 "attr17848") ) +(myObject (attribute1 "attr17849") ) +(myObject (attribute1 "attr17850") ) +(myObject (attribute1 "attr17851") ) +(myObject (attribute1 "attr17852") ) +(myObject (attribute1 "attr17853") ) +(myObject (attribute1 "attr17854") ) +(myObject (attribute1 "attr17855") ) +(myObject (attribute1 "attr17856") ) +(myObject (attribute1 "attr17857") ) +(myObject (attribute1 "attr17858") ) +(myObject (attribute1 "attr17859") ) +(myObject (attribute1 "attr17860") ) +(myObject (attribute1 "attr17861") ) +(myObject (attribute1 "attr17862") ) +(myObject (attribute1 "attr17863") ) +(myObject (attribute1 "attr17864") ) +(myObject (attribute1 "attr17865") ) +(myObject (attribute1 "attr17866") ) +(myObject (attribute1 "attr17867") ) +(myObject (attribute1 "attr17868") ) +(myObject (attribute1 "attr17869") ) +(myObject (attribute1 "attr17870") ) +(myObject (attribute1 "attr17871") ) +(myObject (attribute1 "attr17872") ) +(myObject (attribute1 "attr17873") ) +(myObject (attribute1 "attr17874") ) +(myObject (attribute1 "attr17875") ) +(myObject (attribute1 "attr17876") ) +(myObject (attribute1 "attr17877") ) +(myObject (attribute1 "attr17878") ) +(myObject (attribute1 "attr17879") ) +(myObject (attribute1 "attr17880") ) +(myObject (attribute1 "attr17881") ) +(myObject (attribute1 "attr17882") ) +(myObject (attribute1 "attr17883") ) +(myObject (attribute1 "attr17884") ) +(myObject (attribute1 "attr17885") ) +(myObject (attribute1 "attr17886") ) +(myObject (attribute1 "attr17887") ) +(myObject (attribute1 "attr17888") ) +(myObject (attribute1 "attr17889") ) +(myObject (attribute1 "attr17890") ) +(myObject (attribute1 "attr17891") ) +(myObject (attribute1 "attr17892") ) +(myObject (attribute1 "attr17893") ) +(myObject (attribute1 "attr17894") ) +(myObject (attribute1 "attr17895") ) +(myObject (attribute1 "attr17896") ) +(myObject (attribute1 "attr17897") ) +(myObject (attribute1 "attr17898") ) +(myObject (attribute1 "attr17899") ) +(myObject (attribute1 "attr17900") ) +(myObject (attribute1 "attr17901") ) +(myObject (attribute1 "attr17902") ) +(myObject (attribute1 "attr17903") ) +(myObject (attribute1 "attr17904") ) +(myObject (attribute1 "attr17905") ) +(myObject (attribute1 "attr17906") ) +(myObject (attribute1 "attr17907") ) +(myObject (attribute1 "attr17908") ) +(myObject (attribute1 "attr17909") ) +(myObject (attribute1 "attr17910") ) +(myObject (attribute1 "attr17911") ) +(myObject (attribute1 "attr17912") ) +(myObject (attribute1 "attr17913") ) +(myObject (attribute1 "attr17914") ) +(myObject (attribute1 "attr17915") ) +(myObject (attribute1 "attr17916") ) +(myObject (attribute1 "attr17917") ) +(myObject (attribute1 "attr17918") ) +(myObject (attribute1 "attr17919") ) +(myObject (attribute1 "attr17920") ) +(myObject (attribute1 "attr17921") ) +(myObject (attribute1 "attr17922") ) +(myObject (attribute1 "attr17923") ) +(myObject (attribute1 "attr17924") ) +(myObject (attribute1 "attr17925") ) +(myObject (attribute1 "attr17926") ) +(myObject (attribute1 "attr17927") ) +(myObject (attribute1 "attr17928") ) +(myObject (attribute1 "attr17929") ) +(myObject (attribute1 "attr17930") ) +(myObject (attribute1 "attr17931") ) +(myObject (attribute1 "attr17932") ) +(myObject (attribute1 "attr17933") ) +(myObject (attribute1 "attr17934") ) +(myObject (attribute1 "attr17935") ) +(myObject (attribute1 "attr17936") ) +(myObject (attribute1 "attr17937") ) +(myObject (attribute1 "attr17938") ) +(myObject (attribute1 "attr17939") ) +(myObject (attribute1 "attr17940") ) +(myObject (attribute1 "attr17941") ) +(myObject (attribute1 "attr17942") ) +(myObject (attribute1 "attr17943") ) +(myObject (attribute1 "attr17944") ) +(myObject (attribute1 "attr17945") ) +(myObject (attribute1 "attr17946") ) +(myObject (attribute1 "attr17947") ) +(myObject (attribute1 "attr17948") ) +(myObject (attribute1 "attr17949") ) +(myObject (attribute1 "attr17950") ) +(myObject (attribute1 "attr17951") ) +(myObject (attribute1 "attr17952") ) +(myObject (attribute1 "attr17953") ) +(myObject (attribute1 "attr17954") ) +(myObject (attribute1 "attr17955") ) +(myObject (attribute1 "attr17956") ) +(myObject (attribute1 "attr17957") ) +(myObject (attribute1 "attr17958") ) +(myObject (attribute1 "attr17959") ) +(myObject (attribute1 "attr17960") ) +(myObject (attribute1 "attr17961") ) +(myObject (attribute1 "attr17962") ) +(myObject (attribute1 "attr17963") ) +(myObject (attribute1 "attr17964") ) +(myObject (attribute1 "attr17965") ) +(myObject (attribute1 "attr17966") ) +(myObject (attribute1 "attr17967") ) +(myObject (attribute1 "attr17968") ) +(myObject (attribute1 "attr17969") ) +(myObject (attribute1 "attr17970") ) +(myObject (attribute1 "attr17971") ) +(myObject (attribute1 "attr17972") ) +(myObject (attribute1 "attr17973") ) +(myObject (attribute1 "attr17974") ) +(myObject (attribute1 "attr17975") ) +(myObject (attribute1 "attr17976") ) +(myObject (attribute1 "attr17977") ) +(myObject (attribute1 "attr17978") ) +(myObject (attribute1 "attr17979") ) +(myObject (attribute1 "attr17980") ) +(myObject (attribute1 "attr17981") ) +(myObject (attribute1 "attr17982") ) +(myObject (attribute1 "attr17983") ) +(myObject (attribute1 "attr17984") ) +(myObject (attribute1 "attr17985") ) +(myObject (attribute1 "attr17986") ) +(myObject (attribute1 "attr17987") ) +(myObject (attribute1 "attr17988") ) +(myObject (attribute1 "attr17989") ) +(myObject (attribute1 "attr17990") ) +(myObject (attribute1 "attr17991") ) +(myObject (attribute1 "attr17992") ) +(myObject (attribute1 "attr17993") ) +(myObject (attribute1 "attr17994") ) +(myObject (attribute1 "attr17995") ) +(myObject (attribute1 "attr17996") ) +(myObject (attribute1 "attr17997") ) +(myObject (attribute1 "attr17998") ) +(myObject (attribute1 "attr17999") ) +(myObject (attribute1 "attr18000") ) +(myObject (attribute1 "attr18001") ) +(myObject (attribute1 "attr18002") ) +(myObject (attribute1 "attr18003") ) +(myObject (attribute1 "attr18004") ) +(myObject (attribute1 "attr18005") ) +(myObject (attribute1 "attr18006") ) +(myObject (attribute1 "attr18007") ) +(myObject (attribute1 "attr18008") ) +(myObject (attribute1 "attr18009") ) +(myObject (attribute1 "attr18010") ) +(myObject (attribute1 "attr18011") ) +(myObject (attribute1 "attr18012") ) +(myObject (attribute1 "attr18013") ) +(myObject (attribute1 "attr18014") ) +(myObject (attribute1 "attr18015") ) +(myObject (attribute1 "attr18016") ) +(myObject (attribute1 "attr18017") ) +(myObject (attribute1 "attr18018") ) +(myObject (attribute1 "attr18019") ) +(myObject (attribute1 "attr18020") ) +(myObject (attribute1 "attr18021") ) +(myObject (attribute1 "attr18022") ) +(myObject (attribute1 "attr18023") ) +(myObject (attribute1 "attr18024") ) +(myObject (attribute1 "attr18025") ) +(myObject (attribute1 "attr18026") ) +(myObject (attribute1 "attr18027") ) +(myObject (attribute1 "attr18028") ) +(myObject (attribute1 "attr18029") ) +(myObject (attribute1 "attr18030") ) +(myObject (attribute1 "attr18031") ) +(myObject (attribute1 "attr18032") ) +(myObject (attribute1 "attr18033") ) +(myObject (attribute1 "attr18034") ) +(myObject (attribute1 "attr18035") ) +(myObject (attribute1 "attr18036") ) +(myObject (attribute1 "attr18037") ) +(myObject (attribute1 "attr18038") ) +(myObject (attribute1 "attr18039") ) +(myObject (attribute1 "attr18040") ) +(myObject (attribute1 "attr18041") ) +(myObject (attribute1 "attr18042") ) +(myObject (attribute1 "attr18043") ) +(myObject (attribute1 "attr18044") ) +(myObject (attribute1 "attr18045") ) +(myObject (attribute1 "attr18046") ) +(myObject (attribute1 "attr18047") ) +(myObject (attribute1 "attr18048") ) +(myObject (attribute1 "attr18049") ) +(myObject (attribute1 "attr18050") ) +(myObject (attribute1 "attr18051") ) +(myObject (attribute1 "attr18052") ) +(myObject (attribute1 "attr18053") ) +(myObject (attribute1 "attr18054") ) +(myObject (attribute1 "attr18055") ) +(myObject (attribute1 "attr18056") ) +(myObject (attribute1 "attr18057") ) +(myObject (attribute1 "attr18058") ) +(myObject (attribute1 "attr18059") ) +(myObject (attribute1 "attr18060") ) +(myObject (attribute1 "attr18061") ) +(myObject (attribute1 "attr18062") ) +(myObject (attribute1 "attr18063") ) +(myObject (attribute1 "attr18064") ) +(myObject (attribute1 "attr18065") ) +(myObject (attribute1 "attr18066") ) +(myObject (attribute1 "attr18067") ) +(myObject (attribute1 "attr18068") ) +(myObject (attribute1 "attr18069") ) +(myObject (attribute1 "attr18070") ) +(myObject (attribute1 "attr18071") ) +(myObject (attribute1 "attr18072") ) +(myObject (attribute1 "attr18073") ) +(myObject (attribute1 "attr18074") ) +(myObject (attribute1 "attr18075") ) +(myObject (attribute1 "attr18076") ) +(myObject (attribute1 "attr18077") ) +(myObject (attribute1 "attr18078") ) +(myObject (attribute1 "attr18079") ) +(myObject (attribute1 "attr18080") ) +(myObject (attribute1 "attr18081") ) +(myObject (attribute1 "attr18082") ) +(myObject (attribute1 "attr18083") ) +(myObject (attribute1 "attr18084") ) +(myObject (attribute1 "attr18085") ) +(myObject (attribute1 "attr18086") ) +(myObject (attribute1 "attr18087") ) +(myObject (attribute1 "attr18088") ) +(myObject (attribute1 "attr18089") ) +(myObject (attribute1 "attr18090") ) +(myObject (attribute1 "attr18091") ) +(myObject (attribute1 "attr18092") ) +(myObject (attribute1 "attr18093") ) +(myObject (attribute1 "attr18094") ) +(myObject (attribute1 "attr18095") ) +(myObject (attribute1 "attr18096") ) +(myObject (attribute1 "attr18097") ) +(myObject (attribute1 "attr18098") ) +(myObject (attribute1 "attr18099") ) +(myObject (attribute1 "attr18100") ) +(myObject (attribute1 "attr18101") ) +(myObject (attribute1 "attr18102") ) +(myObject (attribute1 "attr18103") ) +(myObject (attribute1 "attr18104") ) +(myObject (attribute1 "attr18105") ) +(myObject (attribute1 "attr18106") ) +(myObject (attribute1 "attr18107") ) +(myObject (attribute1 "attr18108") ) +(myObject (attribute1 "attr18109") ) +(myObject (attribute1 "attr18110") ) +(myObject (attribute1 "attr18111") ) +(myObject (attribute1 "attr18112") ) +(myObject (attribute1 "attr18113") ) +(myObject (attribute1 "attr18114") ) +(myObject (attribute1 "attr18115") ) +(myObject (attribute1 "attr18116") ) +(myObject (attribute1 "attr18117") ) +(myObject (attribute1 "attr18118") ) +(myObject (attribute1 "attr18119") ) +(myObject (attribute1 "attr18120") ) +(myObject (attribute1 "attr18121") ) +(myObject (attribute1 "attr18122") ) +(myObject (attribute1 "attr18123") ) +(myObject (attribute1 "attr18124") ) +(myObject (attribute1 "attr18125") ) +(myObject (attribute1 "attr18126") ) +(myObject (attribute1 "attr18127") ) +(myObject (attribute1 "attr18128") ) +(myObject (attribute1 "attr18129") ) +(myObject (attribute1 "attr18130") ) +(myObject (attribute1 "attr18131") ) +(myObject (attribute1 "attr18132") ) +(myObject (attribute1 "attr18133") ) +(myObject (attribute1 "attr18134") ) +(myObject (attribute1 "attr18135") ) +(myObject (attribute1 "attr18136") ) +(myObject (attribute1 "attr18137") ) +(myObject (attribute1 "attr18138") ) +(myObject (attribute1 "attr18139") ) +(myObject (attribute1 "attr18140") ) +(myObject (attribute1 "attr18141") ) +(myObject (attribute1 "attr18142") ) +(myObject (attribute1 "attr18143") ) +(myObject (attribute1 "attr18144") ) +(myObject (attribute1 "attr18145") ) +(myObject (attribute1 "attr18146") ) +(myObject (attribute1 "attr18147") ) +(myObject (attribute1 "attr18148") ) +(myObject (attribute1 "attr18149") ) +(myObject (attribute1 "attr18150") ) +(myObject (attribute1 "attr18151") ) +(myObject (attribute1 "attr18152") ) +(myObject (attribute1 "attr18153") ) +(myObject (attribute1 "attr18154") ) +(myObject (attribute1 "attr18155") ) +(myObject (attribute1 "attr18156") ) +(myObject (attribute1 "attr18157") ) +(myObject (attribute1 "attr18158") ) +(myObject (attribute1 "attr18159") ) +(myObject (attribute1 "attr18160") ) +(myObject (attribute1 "attr18161") ) +(myObject (attribute1 "attr18162") ) +(myObject (attribute1 "attr18163") ) +(myObject (attribute1 "attr18164") ) +(myObject (attribute1 "attr18165") ) +(myObject (attribute1 "attr18166") ) +(myObject (attribute1 "attr18167") ) +(myObject (attribute1 "attr18168") ) +(myObject (attribute1 "attr18169") ) +(myObject (attribute1 "attr18170") ) +(myObject (attribute1 "attr18171") ) +(myObject (attribute1 "attr18172") ) +(myObject (attribute1 "attr18173") ) +(myObject (attribute1 "attr18174") ) +(myObject (attribute1 "attr18175") ) +(myObject (attribute1 "attr18176") ) +(myObject (attribute1 "attr18177") ) +(myObject (attribute1 "attr18178") ) +(myObject (attribute1 "attr18179") ) +(myObject (attribute1 "attr18180") ) +(myObject (attribute1 "attr18181") ) +(myObject (attribute1 "attr18182") ) +(myObject (attribute1 "attr18183") ) +(myObject (attribute1 "attr18184") ) +(myObject (attribute1 "attr18185") ) +(myObject (attribute1 "attr18186") ) +(myObject (attribute1 "attr18187") ) +(myObject (attribute1 "attr18188") ) +(myObject (attribute1 "attr18189") ) +(myObject (attribute1 "attr18190") ) +(myObject (attribute1 "attr18191") ) +(myObject (attribute1 "attr18192") ) +(myObject (attribute1 "attr18193") ) +(myObject (attribute1 "attr18194") ) +(myObject (attribute1 "attr18195") ) +(myObject (attribute1 "attr18196") ) +(myObject (attribute1 "attr18197") ) +(myObject (attribute1 "attr18198") ) +(myObject (attribute1 "attr18199") ) +(myObject (attribute1 "attr18200") ) +(myObject (attribute1 "attr18201") ) +(myObject (attribute1 "attr18202") ) +(myObject (attribute1 "attr18203") ) +(myObject (attribute1 "attr18204") ) +(myObject (attribute1 "attr18205") ) +(myObject (attribute1 "attr18206") ) +(myObject (attribute1 "attr18207") ) +(myObject (attribute1 "attr18208") ) +(myObject (attribute1 "attr18209") ) +(myObject (attribute1 "attr18210") ) +(myObject (attribute1 "attr18211") ) +(myObject (attribute1 "attr18212") ) +(myObject (attribute1 "attr18213") ) +(myObject (attribute1 "attr18214") ) +(myObject (attribute1 "attr18215") ) +(myObject (attribute1 "attr18216") ) +(myObject (attribute1 "attr18217") ) +(myObject (attribute1 "attr18218") ) +(myObject (attribute1 "attr18219") ) +(myObject (attribute1 "attr18220") ) +(myObject (attribute1 "attr18221") ) +(myObject (attribute1 "attr18222") ) +(myObject (attribute1 "attr18223") ) +(myObject (attribute1 "attr18224") ) +(myObject (attribute1 "attr18225") ) +(myObject (attribute1 "attr18226") ) +(myObject (attribute1 "attr18227") ) +(myObject (attribute1 "attr18228") ) +(myObject (attribute1 "attr18229") ) +(myObject (attribute1 "attr18230") ) +(myObject (attribute1 "attr18231") ) +(myObject (attribute1 "attr18232") ) +(myObject (attribute1 "attr18233") ) +(myObject (attribute1 "attr18234") ) +(myObject (attribute1 "attr18235") ) +(myObject (attribute1 "attr18236") ) +(myObject (attribute1 "attr18237") ) +(myObject (attribute1 "attr18238") ) +(myObject (attribute1 "attr18239") ) +(myObject (attribute1 "attr18240") ) +(myObject (attribute1 "attr18241") ) +(myObject (attribute1 "attr18242") ) +(myObject (attribute1 "attr18243") ) +(myObject (attribute1 "attr18244") ) +(myObject (attribute1 "attr18245") ) +(myObject (attribute1 "attr18246") ) +(myObject (attribute1 "attr18247") ) +(myObject (attribute1 "attr18248") ) +(myObject (attribute1 "attr18249") ) +(myObject (attribute1 "attr18250") ) +(myObject (attribute1 "attr18251") ) +(myObject (attribute1 "attr18252") ) +(myObject (attribute1 "attr18253") ) +(myObject (attribute1 "attr18254") ) +(myObject (attribute1 "attr18255") ) +(myObject (attribute1 "attr18256") ) +(myObject (attribute1 "attr18257") ) +(myObject (attribute1 "attr18258") ) +(myObject (attribute1 "attr18259") ) +(myObject (attribute1 "attr18260") ) +(myObject (attribute1 "attr18261") ) +(myObject (attribute1 "attr18262") ) +(myObject (attribute1 "attr18263") ) +(myObject (attribute1 "attr18264") ) +(myObject (attribute1 "attr18265") ) +(myObject (attribute1 "attr18266") ) +(myObject (attribute1 "attr18267") ) +(myObject (attribute1 "attr18268") ) +(myObject (attribute1 "attr18269") ) +(myObject (attribute1 "attr18270") ) +(myObject (attribute1 "attr18271") ) +(myObject (attribute1 "attr18272") ) +(myObject (attribute1 "attr18273") ) +(myObject (attribute1 "attr18274") ) +(myObject (attribute1 "attr18275") ) +(myObject (attribute1 "attr18276") ) +(myObject (attribute1 "attr18277") ) +(myObject (attribute1 "attr18278") ) +(myObject (attribute1 "attr18279") ) +(myObject (attribute1 "attr18280") ) +(myObject (attribute1 "attr18281") ) +(myObject (attribute1 "attr18282") ) +(myObject (attribute1 "attr18283") ) +(myObject (attribute1 "attr18284") ) +(myObject (attribute1 "attr18285") ) +(myObject (attribute1 "attr18286") ) +(myObject (attribute1 "attr18287") ) +(myObject (attribute1 "attr18288") ) +(myObject (attribute1 "attr18289") ) +(myObject (attribute1 "attr18290") ) +(myObject (attribute1 "attr18291") ) +(myObject (attribute1 "attr18292") ) +(myObject (attribute1 "attr18293") ) +(myObject (attribute1 "attr18294") ) +(myObject (attribute1 "attr18295") ) +(myObject (attribute1 "attr18296") ) +(myObject (attribute1 "attr18297") ) +(myObject (attribute1 "attr18298") ) +(myObject (attribute1 "attr18299") ) +(myObject (attribute1 "attr18300") ) +(myObject (attribute1 "attr18301") ) +(myObject (attribute1 "attr18302") ) +(myObject (attribute1 "attr18303") ) +(myObject (attribute1 "attr18304") ) +(myObject (attribute1 "attr18305") ) +(myObject (attribute1 "attr18306") ) +(myObject (attribute1 "attr18307") ) +(myObject (attribute1 "attr18308") ) +(myObject (attribute1 "attr18309") ) +(myObject (attribute1 "attr18310") ) +(myObject (attribute1 "attr18311") ) +(myObject (attribute1 "attr18312") ) +(myObject (attribute1 "attr18313") ) +(myObject (attribute1 "attr18314") ) +(myObject (attribute1 "attr18315") ) +(myObject (attribute1 "attr18316") ) +(myObject (attribute1 "attr18317") ) +(myObject (attribute1 "attr18318") ) +(myObject (attribute1 "attr18319") ) +(myObject (attribute1 "attr18320") ) +(myObject (attribute1 "attr18321") ) +(myObject (attribute1 "attr18322") ) +(myObject (attribute1 "attr18323") ) +(myObject (attribute1 "attr18324") ) +(myObject (attribute1 "attr18325") ) +(myObject (attribute1 "attr18326") ) +(myObject (attribute1 "attr18327") ) +(myObject (attribute1 "attr18328") ) +(myObject (attribute1 "attr18329") ) +(myObject (attribute1 "attr18330") ) +(myObject (attribute1 "attr18331") ) +(myObject (attribute1 "attr18332") ) +(myObject (attribute1 "attr18333") ) +(myObject (attribute1 "attr18334") ) +(myObject (attribute1 "attr18335") ) +(myObject (attribute1 "attr18336") ) +(myObject (attribute1 "attr18337") ) +(myObject (attribute1 "attr18338") ) +(myObject (attribute1 "attr18339") ) +(myObject (attribute1 "attr18340") ) +(myObject (attribute1 "attr18341") ) +(myObject (attribute1 "attr18342") ) +(myObject (attribute1 "attr18343") ) +(myObject (attribute1 "attr18344") ) +(myObject (attribute1 "attr18345") ) +(myObject (attribute1 "attr18346") ) +(myObject (attribute1 "attr18347") ) +(myObject (attribute1 "attr18348") ) +(myObject (attribute1 "attr18349") ) +(myObject (attribute1 "attr18350") ) +(myObject (attribute1 "attr18351") ) +(myObject (attribute1 "attr18352") ) +(myObject (attribute1 "attr18353") ) +(myObject (attribute1 "attr18354") ) +(myObject (attribute1 "attr18355") ) +(myObject (attribute1 "attr18356") ) +(myObject (attribute1 "attr18357") ) +(myObject (attribute1 "attr18358") ) +(myObject (attribute1 "attr18359") ) +(myObject (attribute1 "attr18360") ) +(myObject (attribute1 "attr18361") ) +(myObject (attribute1 "attr18362") ) +(myObject (attribute1 "attr18363") ) +(myObject (attribute1 "attr18364") ) +(myObject (attribute1 "attr18365") ) +(myObject (attribute1 "attr18366") ) +(myObject (attribute1 "attr18367") ) +(myObject (attribute1 "attr18368") ) +(myObject (attribute1 "attr18369") ) +(myObject (attribute1 "attr18370") ) +(myObject (attribute1 "attr18371") ) +(myObject (attribute1 "attr18372") ) +(myObject (attribute1 "attr18373") ) +(myObject (attribute1 "attr18374") ) +(myObject (attribute1 "attr18375") ) +(myObject (attribute1 "attr18376") ) +(myObject (attribute1 "attr18377") ) +(myObject (attribute1 "attr18378") ) +(myObject (attribute1 "attr18379") ) +(myObject (attribute1 "attr18380") ) +(myObject (attribute1 "attr18381") ) +(myObject (attribute1 "attr18382") ) +(myObject (attribute1 "attr18383") ) +(myObject (attribute1 "attr18384") ) +(myObject (attribute1 "attr18385") ) +(myObject (attribute1 "attr18386") ) +(myObject (attribute1 "attr18387") ) +(myObject (attribute1 "attr18388") ) +(myObject (attribute1 "attr18389") ) +(myObject (attribute1 "attr18390") ) +(myObject (attribute1 "attr18391") ) +(myObject (attribute1 "attr18392") ) +(myObject (attribute1 "attr18393") ) +(myObject (attribute1 "attr18394") ) +(myObject (attribute1 "attr18395") ) +(myObject (attribute1 "attr18396") ) +(myObject (attribute1 "attr18397") ) +(myObject (attribute1 "attr18398") ) +(myObject (attribute1 "attr18399") ) +(myObject (attribute1 "attr18400") ) +(myObject (attribute1 "attr18401") ) +(myObject (attribute1 "attr18402") ) +(myObject (attribute1 "attr18403") ) +(myObject (attribute1 "attr18404") ) +(myObject (attribute1 "attr18405") ) +(myObject (attribute1 "attr18406") ) +(myObject (attribute1 "attr18407") ) +(myObject (attribute1 "attr18408") ) +(myObject (attribute1 "attr18409") ) +(myObject (attribute1 "attr18410") ) +(myObject (attribute1 "attr18411") ) +(myObject (attribute1 "attr18412") ) +(myObject (attribute1 "attr18413") ) +(myObject (attribute1 "attr18414") ) +(myObject (attribute1 "attr18415") ) +(myObject (attribute1 "attr18416") ) +(myObject (attribute1 "attr18417") ) +(myObject (attribute1 "attr18418") ) +(myObject (attribute1 "attr18419") ) +(myObject (attribute1 "attr18420") ) +(myObject (attribute1 "attr18421") ) +(myObject (attribute1 "attr18422") ) +(myObject (attribute1 "attr18423") ) +(myObject (attribute1 "attr18424") ) +(myObject (attribute1 "attr18425") ) +(myObject (attribute1 "attr18426") ) +(myObject (attribute1 "attr18427") ) +(myObject (attribute1 "attr18428") ) +(myObject (attribute1 "attr18429") ) +(myObject (attribute1 "attr18430") ) +(myObject (attribute1 "attr18431") ) +(myObject (attribute1 "attr18432") ) +(myObject (attribute1 "attr18433") ) +(myObject (attribute1 "attr18434") ) +(myObject (attribute1 "attr18435") ) +(myObject (attribute1 "attr18436") ) +(myObject (attribute1 "attr18437") ) +(myObject (attribute1 "attr18438") ) +(myObject (attribute1 "attr18439") ) +(myObject (attribute1 "attr18440") ) +(myObject (attribute1 "attr18441") ) +(myObject (attribute1 "attr18442") ) +(myObject (attribute1 "attr18443") ) +(myObject (attribute1 "attr18444") ) +(myObject (attribute1 "attr18445") ) +(myObject (attribute1 "attr18446") ) +(myObject (attribute1 "attr18447") ) +(myObject (attribute1 "attr18448") ) +(myObject (attribute1 "attr18449") ) +(myObject (attribute1 "attr18450") ) +(myObject (attribute1 "attr18451") ) +(myObject (attribute1 "attr18452") ) +(myObject (attribute1 "attr18453") ) +(myObject (attribute1 "attr18454") ) +(myObject (attribute1 "attr18455") ) +(myObject (attribute1 "attr18456") ) +(myObject (attribute1 "attr18457") ) +(myObject (attribute1 "attr18458") ) +(myObject (attribute1 "attr18459") ) +(myObject (attribute1 "attr18460") ) +(myObject (attribute1 "attr18461") ) +(myObject (attribute1 "attr18462") ) +(myObject (attribute1 "attr18463") ) +(myObject (attribute1 "attr18464") ) +(myObject (attribute1 "attr18465") ) +(myObject (attribute1 "attr18466") ) +(myObject (attribute1 "attr18467") ) +(myObject (attribute1 "attr18468") ) +(myObject (attribute1 "attr18469") ) +(myObject (attribute1 "attr18470") ) +(myObject (attribute1 "attr18471") ) +(myObject (attribute1 "attr18472") ) +(myObject (attribute1 "attr18473") ) +(myObject (attribute1 "attr18474") ) +(myObject (attribute1 "attr18475") ) +(myObject (attribute1 "attr18476") ) +(myObject (attribute1 "attr18477") ) +(myObject (attribute1 "attr18478") ) +(myObject (attribute1 "attr18479") ) +(myObject (attribute1 "attr18480") ) +(myObject (attribute1 "attr18481") ) +(myObject (attribute1 "attr18482") ) +(myObject (attribute1 "attr18483") ) +(myObject (attribute1 "attr18484") ) +(myObject (attribute1 "attr18485") ) +(myObject (attribute1 "attr18486") ) +(myObject (attribute1 "attr18487") ) +(myObject (attribute1 "attr18488") ) +(myObject (attribute1 "attr18489") ) +(myObject (attribute1 "attr18490") ) +(myObject (attribute1 "attr18491") ) +(myObject (attribute1 "attr18492") ) +(myObject (attribute1 "attr18493") ) +(myObject (attribute1 "attr18494") ) +(myObject (attribute1 "attr18495") ) +(myObject (attribute1 "attr18496") ) +(myObject (attribute1 "attr18497") ) +(myObject (attribute1 "attr18498") ) +(myObject (attribute1 "attr18499") ) +(myObject (attribute1 "attr18500") ) +(myObject (attribute1 "attr18501") ) +(myObject (attribute1 "attr18502") ) +(myObject (attribute1 "attr18503") ) +(myObject (attribute1 "attr18504") ) +(myObject (attribute1 "attr18505") ) +(myObject (attribute1 "attr18506") ) +(myObject (attribute1 "attr18507") ) +(myObject (attribute1 "attr18508") ) +(myObject (attribute1 "attr18509") ) +(myObject (attribute1 "attr18510") ) +(myObject (attribute1 "attr18511") ) +(myObject (attribute1 "attr18512") ) +(myObject (attribute1 "attr18513") ) +(myObject (attribute1 "attr18514") ) +(myObject (attribute1 "attr18515") ) +(myObject (attribute1 "attr18516") ) +(myObject (attribute1 "attr18517") ) +(myObject (attribute1 "attr18518") ) +(myObject (attribute1 "attr18519") ) +(myObject (attribute1 "attr18520") ) +(myObject (attribute1 "attr18521") ) +(myObject (attribute1 "attr18522") ) +(myObject (attribute1 "attr18523") ) +(myObject (attribute1 "attr18524") ) +(myObject (attribute1 "attr18525") ) +(myObject (attribute1 "attr18526") ) +(myObject (attribute1 "attr18527") ) +(myObject (attribute1 "attr18528") ) +(myObject (attribute1 "attr18529") ) +(myObject (attribute1 "attr18530") ) +(myObject (attribute1 "attr18531") ) +(myObject (attribute1 "attr18532") ) +(myObject (attribute1 "attr18533") ) +(myObject (attribute1 "attr18534") ) +(myObject (attribute1 "attr18535") ) +(myObject (attribute1 "attr18536") ) +(myObject (attribute1 "attr18537") ) +(myObject (attribute1 "attr18538") ) +(myObject (attribute1 "attr18539") ) +(myObject (attribute1 "attr18540") ) +(myObject (attribute1 "attr18541") ) +(myObject (attribute1 "attr18542") ) +(myObject (attribute1 "attr18543") ) +(myObject (attribute1 "attr18544") ) +(myObject (attribute1 "attr18545") ) +(myObject (attribute1 "attr18546") ) +(myObject (attribute1 "attr18547") ) +(myObject (attribute1 "attr18548") ) +(myObject (attribute1 "attr18549") ) +(myObject (attribute1 "attr18550") ) +(myObject (attribute1 "attr18551") ) +(myObject (attribute1 "attr18552") ) +(myObject (attribute1 "attr18553") ) +(myObject (attribute1 "attr18554") ) +(myObject (attribute1 "attr18555") ) +(myObject (attribute1 "attr18556") ) +(myObject (attribute1 "attr18557") ) +(myObject (attribute1 "attr18558") ) +(myObject (attribute1 "attr18559") ) +(myObject (attribute1 "attr18560") ) +(myObject (attribute1 "attr18561") ) +(myObject (attribute1 "attr18562") ) +(myObject (attribute1 "attr18563") ) +(myObject (attribute1 "attr18564") ) +(myObject (attribute1 "attr18565") ) +(myObject (attribute1 "attr18566") ) +(myObject (attribute1 "attr18567") ) +(myObject (attribute1 "attr18568") ) +(myObject (attribute1 "attr18569") ) +(myObject (attribute1 "attr18570") ) +(myObject (attribute1 "attr18571") ) +(myObject (attribute1 "attr18572") ) +(myObject (attribute1 "attr18573") ) +(myObject (attribute1 "attr18574") ) +(myObject (attribute1 "attr18575") ) +(myObject (attribute1 "attr18576") ) +(myObject (attribute1 "attr18577") ) +(myObject (attribute1 "attr18578") ) +(myObject (attribute1 "attr18579") ) +(myObject (attribute1 "attr18580") ) +(myObject (attribute1 "attr18581") ) +(myObject (attribute1 "attr18582") ) +(myObject (attribute1 "attr18583") ) +(myObject (attribute1 "attr18584") ) +(myObject (attribute1 "attr18585") ) +(myObject (attribute1 "attr18586") ) +(myObject (attribute1 "attr18587") ) +(myObject (attribute1 "attr18588") ) +(myObject (attribute1 "attr18589") ) +(myObject (attribute1 "attr18590") ) +(myObject (attribute1 "attr18591") ) +(myObject (attribute1 "attr18592") ) +(myObject (attribute1 "attr18593") ) +(myObject (attribute1 "attr18594") ) +(myObject (attribute1 "attr18595") ) +(myObject (attribute1 "attr18596") ) +(myObject (attribute1 "attr18597") ) +(myObject (attribute1 "attr18598") ) +(myObject (attribute1 "attr18599") ) +(myObject (attribute1 "attr18600") ) +(myObject (attribute1 "attr18601") ) +(myObject (attribute1 "attr18602") ) +(myObject (attribute1 "attr18603") ) +(myObject (attribute1 "attr18604") ) +(myObject (attribute1 "attr18605") ) +(myObject (attribute1 "attr18606") ) +(myObject (attribute1 "attr18607") ) +(myObject (attribute1 "attr18608") ) +(myObject (attribute1 "attr18609") ) +(myObject (attribute1 "attr18610") ) +(myObject (attribute1 "attr18611") ) +(myObject (attribute1 "attr18612") ) +(myObject (attribute1 "attr18613") ) +(myObject (attribute1 "attr18614") ) +(myObject (attribute1 "attr18615") ) +(myObject (attribute1 "attr18616") ) +(myObject (attribute1 "attr18617") ) +(myObject (attribute1 "attr18618") ) +(myObject (attribute1 "attr18619") ) +(myObject (attribute1 "attr18620") ) +(myObject (attribute1 "attr18621") ) +(myObject (attribute1 "attr18622") ) +(myObject (attribute1 "attr18623") ) +(myObject (attribute1 "attr18624") ) +(myObject (attribute1 "attr18625") ) +(myObject (attribute1 "attr18626") ) +(myObject (attribute1 "attr18627") ) +(myObject (attribute1 "attr18628") ) +(myObject (attribute1 "attr18629") ) +(myObject (attribute1 "attr18630") ) +(myObject (attribute1 "attr18631") ) +(myObject (attribute1 "attr18632") ) +(myObject (attribute1 "attr18633") ) +(myObject (attribute1 "attr18634") ) +(myObject (attribute1 "attr18635") ) +(myObject (attribute1 "attr18636") ) +(myObject (attribute1 "attr18637") ) +(myObject (attribute1 "attr18638") ) +(myObject (attribute1 "attr18639") ) +(myObject (attribute1 "attr18640") ) +(myObject (attribute1 "attr18641") ) +(myObject (attribute1 "attr18642") ) +(myObject (attribute1 "attr18643") ) +(myObject (attribute1 "attr18644") ) +(myObject (attribute1 "attr18645") ) +(myObject (attribute1 "attr18646") ) +(myObject (attribute1 "attr18647") ) +(myObject (attribute1 "attr18648") ) +(myObject (attribute1 "attr18649") ) +(myObject (attribute1 "attr18650") ) +(myObject (attribute1 "attr18651") ) +(myObject (attribute1 "attr18652") ) +(myObject (attribute1 "attr18653") ) +(myObject (attribute1 "attr18654") ) +(myObject (attribute1 "attr18655") ) +(myObject (attribute1 "attr18656") ) +(myObject (attribute1 "attr18657") ) +(myObject (attribute1 "attr18658") ) +(myObject (attribute1 "attr18659") ) +(myObject (attribute1 "attr18660") ) +(myObject (attribute1 "attr18661") ) +(myObject (attribute1 "attr18662") ) +(myObject (attribute1 "attr18663") ) +(myObject (attribute1 "attr18664") ) +(myObject (attribute1 "attr18665") ) +(myObject (attribute1 "attr18666") ) +(myObject (attribute1 "attr18667") ) +(myObject (attribute1 "attr18668") ) +(myObject (attribute1 "attr18669") ) +(myObject (attribute1 "attr18670") ) +(myObject (attribute1 "attr18671") ) +(myObject (attribute1 "attr18672") ) +(myObject (attribute1 "attr18673") ) +(myObject (attribute1 "attr18674") ) +(myObject (attribute1 "attr18675") ) +(myObject (attribute1 "attr18676") ) +(myObject (attribute1 "attr18677") ) +(myObject (attribute1 "attr18678") ) +(myObject (attribute1 "attr18679") ) +(myObject (attribute1 "attr18680") ) +(myObject (attribute1 "attr18681") ) +(myObject (attribute1 "attr18682") ) +(myObject (attribute1 "attr18683") ) +(myObject (attribute1 "attr18684") ) +(myObject (attribute1 "attr18685") ) +(myObject (attribute1 "attr18686") ) +(myObject (attribute1 "attr18687") ) +(myObject (attribute1 "attr18688") ) +(myObject (attribute1 "attr18689") ) +(myObject (attribute1 "attr18690") ) +(myObject (attribute1 "attr18691") ) +(myObject (attribute1 "attr18692") ) +(myObject (attribute1 "attr18693") ) +(myObject (attribute1 "attr18694") ) +(myObject (attribute1 "attr18695") ) +(myObject (attribute1 "attr18696") ) +(myObject (attribute1 "attr18697") ) +(myObject (attribute1 "attr18698") ) +(myObject (attribute1 "attr18699") ) +(myObject (attribute1 "attr18700") ) +(myObject (attribute1 "attr18701") ) +(myObject (attribute1 "attr18702") ) +(myObject (attribute1 "attr18703") ) +(myObject (attribute1 "attr18704") ) +(myObject (attribute1 "attr18705") ) +(myObject (attribute1 "attr18706") ) +(myObject (attribute1 "attr18707") ) +(myObject (attribute1 "attr18708") ) +(myObject (attribute1 "attr18709") ) +(myObject (attribute1 "attr18710") ) +(myObject (attribute1 "attr18711") ) +(myObject (attribute1 "attr18712") ) +(myObject (attribute1 "attr18713") ) +(myObject (attribute1 "attr18714") ) +(myObject (attribute1 "attr18715") ) +(myObject (attribute1 "attr18716") ) +(myObject (attribute1 "attr18717") ) +(myObject (attribute1 "attr18718") ) +(myObject (attribute1 "attr18719") ) +(myObject (attribute1 "attr18720") ) +(myObject (attribute1 "attr18721") ) +(myObject (attribute1 "attr18722") ) +(myObject (attribute1 "attr18723") ) +(myObject (attribute1 "attr18724") ) +(myObject (attribute1 "attr18725") ) +(myObject (attribute1 "attr18726") ) +(myObject (attribute1 "attr18727") ) +(myObject (attribute1 "attr18728") ) +(myObject (attribute1 "attr18729") ) +(myObject (attribute1 "attr18730") ) +(myObject (attribute1 "attr18731") ) +(myObject (attribute1 "attr18732") ) +(myObject (attribute1 "attr18733") ) +(myObject (attribute1 "attr18734") ) +(myObject (attribute1 "attr18735") ) +(myObject (attribute1 "attr18736") ) +(myObject (attribute1 "attr18737") ) +(myObject (attribute1 "attr18738") ) +(myObject (attribute1 "attr18739") ) +(myObject (attribute1 "attr18740") ) +(myObject (attribute1 "attr18741") ) +(myObject (attribute1 "attr18742") ) +(myObject (attribute1 "attr18743") ) +(myObject (attribute1 "attr18744") ) +(myObject (attribute1 "attr18745") ) +(myObject (attribute1 "attr18746") ) +(myObject (attribute1 "attr18747") ) +(myObject (attribute1 "attr18748") ) +(myObject (attribute1 "attr18749") ) +(myObject (attribute1 "attr18750") ) +(myObject (attribute1 "attr18751") ) +(myObject (attribute1 "attr18752") ) +(myObject (attribute1 "attr18753") ) +(myObject (attribute1 "attr18754") ) +(myObject (attribute1 "attr18755") ) +(myObject (attribute1 "attr18756") ) +(myObject (attribute1 "attr18757") ) +(myObject (attribute1 "attr18758") ) +(myObject (attribute1 "attr18759") ) +(myObject (attribute1 "attr18760") ) +(myObject (attribute1 "attr18761") ) +(myObject (attribute1 "attr18762") ) +(myObject (attribute1 "attr18763") ) +(myObject (attribute1 "attr18764") ) +(myObject (attribute1 "attr18765") ) +(myObject (attribute1 "attr18766") ) +(myObject (attribute1 "attr18767") ) +(myObject (attribute1 "attr18768") ) +(myObject (attribute1 "attr18769") ) +(myObject (attribute1 "attr18770") ) +(myObject (attribute1 "attr18771") ) +(myObject (attribute1 "attr18772") ) +(myObject (attribute1 "attr18773") ) +(myObject (attribute1 "attr18774") ) +(myObject (attribute1 "attr18775") ) +(myObject (attribute1 "attr18776") ) +(myObject (attribute1 "attr18777") ) +(myObject (attribute1 "attr18778") ) +(myObject (attribute1 "attr18779") ) +(myObject (attribute1 "attr18780") ) +(myObject (attribute1 "attr18781") ) +(myObject (attribute1 "attr18782") ) +(myObject (attribute1 "attr18783") ) +(myObject (attribute1 "attr18784") ) +(myObject (attribute1 "attr18785") ) +(myObject (attribute1 "attr18786") ) +(myObject (attribute1 "attr18787") ) +(myObject (attribute1 "attr18788") ) +(myObject (attribute1 "attr18789") ) +(myObject (attribute1 "attr18790") ) +(myObject (attribute1 "attr18791") ) +(myObject (attribute1 "attr18792") ) +(myObject (attribute1 "attr18793") ) +(myObject (attribute1 "attr18794") ) +(myObject (attribute1 "attr18795") ) +(myObject (attribute1 "attr18796") ) +(myObject (attribute1 "attr18797") ) +(myObject (attribute1 "attr18798") ) +(myObject (attribute1 "attr18799") ) +(myObject (attribute1 "attr18800") ) +(myObject (attribute1 "attr18801") ) +(myObject (attribute1 "attr18802") ) +(myObject (attribute1 "attr18803") ) +(myObject (attribute1 "attr18804") ) +(myObject (attribute1 "attr18805") ) +(myObject (attribute1 "attr18806") ) +(myObject (attribute1 "attr18807") ) +(myObject (attribute1 "attr18808") ) +(myObject (attribute1 "attr18809") ) +(myObject (attribute1 "attr18810") ) +(myObject (attribute1 "attr18811") ) +(myObject (attribute1 "attr18812") ) +(myObject (attribute1 "attr18813") ) +(myObject (attribute1 "attr18814") ) +(myObject (attribute1 "attr18815") ) +(myObject (attribute1 "attr18816") ) +(myObject (attribute1 "attr18817") ) +(myObject (attribute1 "attr18818") ) +(myObject (attribute1 "attr18819") ) +(myObject (attribute1 "attr18820") ) +(myObject (attribute1 "attr18821") ) +(myObject (attribute1 "attr18822") ) +(myObject (attribute1 "attr18823") ) +(myObject (attribute1 "attr18824") ) +(myObject (attribute1 "attr18825") ) +(myObject (attribute1 "attr18826") ) +(myObject (attribute1 "attr18827") ) +(myObject (attribute1 "attr18828") ) +(myObject (attribute1 "attr18829") ) +(myObject (attribute1 "attr18830") ) +(myObject (attribute1 "attr18831") ) +(myObject (attribute1 "attr18832") ) +(myObject (attribute1 "attr18833") ) +(myObject (attribute1 "attr18834") ) +(myObject (attribute1 "attr18835") ) +(myObject (attribute1 "attr18836") ) +(myObject (attribute1 "attr18837") ) +(myObject (attribute1 "attr18838") ) +(myObject (attribute1 "attr18839") ) +(myObject (attribute1 "attr18840") ) +(myObject (attribute1 "attr18841") ) +(myObject (attribute1 "attr18842") ) +(myObject (attribute1 "attr18843") ) +(myObject (attribute1 "attr18844") ) +(myObject (attribute1 "attr18845") ) +(myObject (attribute1 "attr18846") ) +(myObject (attribute1 "attr18847") ) +(myObject (attribute1 "attr18848") ) +(myObject (attribute1 "attr18849") ) +(myObject (attribute1 "attr18850") ) +(myObject (attribute1 "attr18851") ) +(myObject (attribute1 "attr18852") ) +(myObject (attribute1 "attr18853") ) +(myObject (attribute1 "attr18854") ) +(myObject (attribute1 "attr18855") ) +(myObject (attribute1 "attr18856") ) +(myObject (attribute1 "attr18857") ) +(myObject (attribute1 "attr18858") ) +(myObject (attribute1 "attr18859") ) +(myObject (attribute1 "attr18860") ) +(myObject (attribute1 "attr18861") ) +(myObject (attribute1 "attr18862") ) +(myObject (attribute1 "attr18863") ) +(myObject (attribute1 "attr18864") ) +(myObject (attribute1 "attr18865") ) +(myObject (attribute1 "attr18866") ) +(myObject (attribute1 "attr18867") ) +(myObject (attribute1 "attr18868") ) +(myObject (attribute1 "attr18869") ) +(myObject (attribute1 "attr18870") ) +(myObject (attribute1 "attr18871") ) +(myObject (attribute1 "attr18872") ) +(myObject (attribute1 "attr18873") ) +(myObject (attribute1 "attr18874") ) +(myObject (attribute1 "attr18875") ) +(myObject (attribute1 "attr18876") ) +(myObject (attribute1 "attr18877") ) +(myObject (attribute1 "attr18878") ) +(myObject (attribute1 "attr18879") ) +(myObject (attribute1 "attr18880") ) +(myObject (attribute1 "attr18881") ) +(myObject (attribute1 "attr18882") ) +(myObject (attribute1 "attr18883") ) +(myObject (attribute1 "attr18884") ) +(myObject (attribute1 "attr18885") ) +(myObject (attribute1 "attr18886") ) +(myObject (attribute1 "attr18887") ) +(myObject (attribute1 "attr18888") ) +(myObject (attribute1 "attr18889") ) +(myObject (attribute1 "attr18890") ) +(myObject (attribute1 "attr18891") ) +(myObject (attribute1 "attr18892") ) +(myObject (attribute1 "attr18893") ) +(myObject (attribute1 "attr18894") ) +(myObject (attribute1 "attr18895") ) +(myObject (attribute1 "attr18896") ) +(myObject (attribute1 "attr18897") ) +(myObject (attribute1 "attr18898") ) +(myObject (attribute1 "attr18899") ) +(myObject (attribute1 "attr18900") ) +(myObject (attribute1 "attr18901") ) +(myObject (attribute1 "attr18902") ) +(myObject (attribute1 "attr18903") ) +(myObject (attribute1 "attr18904") ) +(myObject (attribute1 "attr18905") ) +(myObject (attribute1 "attr18906") ) +(myObject (attribute1 "attr18907") ) +(myObject (attribute1 "attr18908") ) +(myObject (attribute1 "attr18909") ) +(myObject (attribute1 "attr18910") ) +(myObject (attribute1 "attr18911") ) +(myObject (attribute1 "attr18912") ) +(myObject (attribute1 "attr18913") ) +(myObject (attribute1 "attr18914") ) +(myObject (attribute1 "attr18915") ) +(myObject (attribute1 "attr18916") ) +(myObject (attribute1 "attr18917") ) +(myObject (attribute1 "attr18918") ) +(myObject (attribute1 "attr18919") ) +(myObject (attribute1 "attr18920") ) +(myObject (attribute1 "attr18921") ) +(myObject (attribute1 "attr18922") ) +(myObject (attribute1 "attr18923") ) +(myObject (attribute1 "attr18924") ) +(myObject (attribute1 "attr18925") ) +(myObject (attribute1 "attr18926") ) +(myObject (attribute1 "attr18927") ) +(myObject (attribute1 "attr18928") ) +(myObject (attribute1 "attr18929") ) +(myObject (attribute1 "attr18930") ) +(myObject (attribute1 "attr18931") ) +(myObject (attribute1 "attr18932") ) +(myObject (attribute1 "attr18933") ) +(myObject (attribute1 "attr18934") ) +(myObject (attribute1 "attr18935") ) +(myObject (attribute1 "attr18936") ) +(myObject (attribute1 "attr18937") ) +(myObject (attribute1 "attr18938") ) +(myObject (attribute1 "attr18939") ) +(myObject (attribute1 "attr18940") ) +(myObject (attribute1 "attr18941") ) +(myObject (attribute1 "attr18942") ) +(myObject (attribute1 "attr18943") ) +(myObject (attribute1 "attr18944") ) +(myObject (attribute1 "attr18945") ) +(myObject (attribute1 "attr18946") ) +(myObject (attribute1 "attr18947") ) +(myObject (attribute1 "attr18948") ) +(myObject (attribute1 "attr18949") ) +(myObject (attribute1 "attr18950") ) +(myObject (attribute1 "attr18951") ) +(myObject (attribute1 "attr18952") ) +(myObject (attribute1 "attr18953") ) +(myObject (attribute1 "attr18954") ) +(myObject (attribute1 "attr18955") ) +(myObject (attribute1 "attr18956") ) +(myObject (attribute1 "attr18957") ) +(myObject (attribute1 "attr18958") ) +(myObject (attribute1 "attr18959") ) +(myObject (attribute1 "attr18960") ) +(myObject (attribute1 "attr18961") ) +(myObject (attribute1 "attr18962") ) +(myObject (attribute1 "attr18963") ) +(myObject (attribute1 "attr18964") ) +(myObject (attribute1 "attr18965") ) +(myObject (attribute1 "attr18966") ) +(myObject (attribute1 "attr18967") ) +(myObject (attribute1 "attr18968") ) +(myObject (attribute1 "attr18969") ) +(myObject (attribute1 "attr18970") ) +(myObject (attribute1 "attr18971") ) +(myObject (attribute1 "attr18972") ) +(myObject (attribute1 "attr18973") ) +(myObject (attribute1 "attr18974") ) +(myObject (attribute1 "attr18975") ) +(myObject (attribute1 "attr18976") ) +(myObject (attribute1 "attr18977") ) +(myObject (attribute1 "attr18978") ) +(myObject (attribute1 "attr18979") ) +(myObject (attribute1 "attr18980") ) +(myObject (attribute1 "attr18981") ) +(myObject (attribute1 "attr18982") ) +(myObject (attribute1 "attr18983") ) +(myObject (attribute1 "attr18984") ) +(myObject (attribute1 "attr18985") ) +(myObject (attribute1 "attr18986") ) +(myObject (attribute1 "attr18987") ) +(myObject (attribute1 "attr18988") ) +(myObject (attribute1 "attr18989") ) +(myObject (attribute1 "attr18990") ) +(myObject (attribute1 "attr18991") ) +(myObject (attribute1 "attr18992") ) +(myObject (attribute1 "attr18993") ) +(myObject (attribute1 "attr18994") ) +(myObject (attribute1 "attr18995") ) +(myObject (attribute1 "attr18996") ) +(myObject (attribute1 "attr18997") ) +(myObject (attribute1 "attr18998") ) +(myObject (attribute1 "attr18999") ) +(myObject (attribute1 "attr19000") ) +(myObject (attribute1 "attr19001") ) +(myObject (attribute1 "attr19002") ) +(myObject (attribute1 "attr19003") ) +(myObject (attribute1 "attr19004") ) +(myObject (attribute1 "attr19005") ) +(myObject (attribute1 "attr19006") ) +(myObject (attribute1 "attr19007") ) +(myObject (attribute1 "attr19008") ) +(myObject (attribute1 "attr19009") ) +(myObject (attribute1 "attr19010") ) +(myObject (attribute1 "attr19011") ) +(myObject (attribute1 "attr19012") ) +(myObject (attribute1 "attr19013") ) +(myObject (attribute1 "attr19014") ) +(myObject (attribute1 "attr19015") ) +(myObject (attribute1 "attr19016") ) +(myObject (attribute1 "attr19017") ) +(myObject (attribute1 "attr19018") ) +(myObject (attribute1 "attr19019") ) +(myObject (attribute1 "attr19020") ) +(myObject (attribute1 "attr19021") ) +(myObject (attribute1 "attr19022") ) +(myObject (attribute1 "attr19023") ) +(myObject (attribute1 "attr19024") ) +(myObject (attribute1 "attr19025") ) +(myObject (attribute1 "attr19026") ) +(myObject (attribute1 "attr19027") ) +(myObject (attribute1 "attr19028") ) +(myObject (attribute1 "attr19029") ) +(myObject (attribute1 "attr19030") ) +(myObject (attribute1 "attr19031") ) +(myObject (attribute1 "attr19032") ) +(myObject (attribute1 "attr19033") ) +(myObject (attribute1 "attr19034") ) +(myObject (attribute1 "attr19035") ) +(myObject (attribute1 "attr19036") ) +(myObject (attribute1 "attr19037") ) +(myObject (attribute1 "attr19038") ) +(myObject (attribute1 "attr19039") ) +(myObject (attribute1 "attr19040") ) +(myObject (attribute1 "attr19041") ) +(myObject (attribute1 "attr19042") ) +(myObject (attribute1 "attr19043") ) +(myObject (attribute1 "attr19044") ) +(myObject (attribute1 "attr19045") ) +(myObject (attribute1 "attr19046") ) +(myObject (attribute1 "attr19047") ) +(myObject (attribute1 "attr19048") ) +(myObject (attribute1 "attr19049") ) +(myObject (attribute1 "attr19050") ) +(myObject (attribute1 "attr19051") ) +(myObject (attribute1 "attr19052") ) +(myObject (attribute1 "attr19053") ) +(myObject (attribute1 "attr19054") ) +(myObject (attribute1 "attr19055") ) +(myObject (attribute1 "attr19056") ) +(myObject (attribute1 "attr19057") ) +(myObject (attribute1 "attr19058") ) +(myObject (attribute1 "attr19059") ) +(myObject (attribute1 "attr19060") ) +(myObject (attribute1 "attr19061") ) +(myObject (attribute1 "attr19062") ) +(myObject (attribute1 "attr19063") ) +(myObject (attribute1 "attr19064") ) +(myObject (attribute1 "attr19065") ) +(myObject (attribute1 "attr19066") ) +(myObject (attribute1 "attr19067") ) +(myObject (attribute1 "attr19068") ) +(myObject (attribute1 "attr19069") ) +(myObject (attribute1 "attr19070") ) +(myObject (attribute1 "attr19071") ) +(myObject (attribute1 "attr19072") ) +(myObject (attribute1 "attr19073") ) +(myObject (attribute1 "attr19074") ) +(myObject (attribute1 "attr19075") ) +(myObject (attribute1 "attr19076") ) +(myObject (attribute1 "attr19077") ) +(myObject (attribute1 "attr19078") ) +(myObject (attribute1 "attr19079") ) +(myObject (attribute1 "attr19080") ) +(myObject (attribute1 "attr19081") ) +(myObject (attribute1 "attr19082") ) +(myObject (attribute1 "attr19083") ) +(myObject (attribute1 "attr19084") ) +(myObject (attribute1 "attr19085") ) +(myObject (attribute1 "attr19086") ) +(myObject (attribute1 "attr19087") ) +(myObject (attribute1 "attr19088") ) +(myObject (attribute1 "attr19089") ) +(myObject (attribute1 "attr19090") ) +(myObject (attribute1 "attr19091") ) +(myObject (attribute1 "attr19092") ) +(myObject (attribute1 "attr19093") ) +(myObject (attribute1 "attr19094") ) +(myObject (attribute1 "attr19095") ) +(myObject (attribute1 "attr19096") ) +(myObject (attribute1 "attr19097") ) +(myObject (attribute1 "attr19098") ) +(myObject (attribute1 "attr19099") ) +(myObject (attribute1 "attr19100") ) +(myObject (attribute1 "attr19101") ) +(myObject (attribute1 "attr19102") ) +(myObject (attribute1 "attr19103") ) +(myObject (attribute1 "attr19104") ) +(myObject (attribute1 "attr19105") ) +(myObject (attribute1 "attr19106") ) +(myObject (attribute1 "attr19107") ) +(myObject (attribute1 "attr19108") ) +(myObject (attribute1 "attr19109") ) +(myObject (attribute1 "attr19110") ) +(myObject (attribute1 "attr19111") ) +(myObject (attribute1 "attr19112") ) +(myObject (attribute1 "attr19113") ) +(myObject (attribute1 "attr19114") ) +(myObject (attribute1 "attr19115") ) +(myObject (attribute1 "attr19116") ) +(myObject (attribute1 "attr19117") ) +(myObject (attribute1 "attr19118") ) +(myObject (attribute1 "attr19119") ) +(myObject (attribute1 "attr19120") ) +(myObject (attribute1 "attr19121") ) +(myObject (attribute1 "attr19122") ) +(myObject (attribute1 "attr19123") ) +(myObject (attribute1 "attr19124") ) +(myObject (attribute1 "attr19125") ) +(myObject (attribute1 "attr19126") ) +(myObject (attribute1 "attr19127") ) +(myObject (attribute1 "attr19128") ) +(myObject (attribute1 "attr19129") ) +(myObject (attribute1 "attr19130") ) +(myObject (attribute1 "attr19131") ) +(myObject (attribute1 "attr19132") ) +(myObject (attribute1 "attr19133") ) +(myObject (attribute1 "attr19134") ) +(myObject (attribute1 "attr19135") ) +(myObject (attribute1 "attr19136") ) +(myObject (attribute1 "attr19137") ) +(myObject (attribute1 "attr19138") ) +(myObject (attribute1 "attr19139") ) +(myObject (attribute1 "attr19140") ) +(myObject (attribute1 "attr19141") ) +(myObject (attribute1 "attr19142") ) +(myObject (attribute1 "attr19143") ) +(myObject (attribute1 "attr19144") ) +(myObject (attribute1 "attr19145") ) +(myObject (attribute1 "attr19146") ) +(myObject (attribute1 "attr19147") ) +(myObject (attribute1 "attr19148") ) +(myObject (attribute1 "attr19149") ) +(myObject (attribute1 "attr19150") ) +(myObject (attribute1 "attr19151") ) +(myObject (attribute1 "attr19152") ) +(myObject (attribute1 "attr19153") ) +(myObject (attribute1 "attr19154") ) +(myObject (attribute1 "attr19155") ) +(myObject (attribute1 "attr19156") ) +(myObject (attribute1 "attr19157") ) +(myObject (attribute1 "attr19158") ) +(myObject (attribute1 "attr19159") ) +(myObject (attribute1 "attr19160") ) +(myObject (attribute1 "attr19161") ) +(myObject (attribute1 "attr19162") ) +(myObject (attribute1 "attr19163") ) +(myObject (attribute1 "attr19164") ) +(myObject (attribute1 "attr19165") ) +(myObject (attribute1 "attr19166") ) +(myObject (attribute1 "attr19167") ) +(myObject (attribute1 "attr19168") ) +(myObject (attribute1 "attr19169") ) +(myObject (attribute1 "attr19170") ) +(myObject (attribute1 "attr19171") ) +(myObject (attribute1 "attr19172") ) +(myObject (attribute1 "attr19173") ) +(myObject (attribute1 "attr19174") ) +(myObject (attribute1 "attr19175") ) +(myObject (attribute1 "attr19176") ) +(myObject (attribute1 "attr19177") ) +(myObject (attribute1 "attr19178") ) +(myObject (attribute1 "attr19179") ) +(myObject (attribute1 "attr19180") ) +(myObject (attribute1 "attr19181") ) +(myObject (attribute1 "attr19182") ) +(myObject (attribute1 "attr19183") ) +(myObject (attribute1 "attr19184") ) +(myObject (attribute1 "attr19185") ) +(myObject (attribute1 "attr19186") ) +(myObject (attribute1 "attr19187") ) +(myObject (attribute1 "attr19188") ) +(myObject (attribute1 "attr19189") ) +(myObject (attribute1 "attr19190") ) +(myObject (attribute1 "attr19191") ) +(myObject (attribute1 "attr19192") ) +(myObject (attribute1 "attr19193") ) +(myObject (attribute1 "attr19194") ) +(myObject (attribute1 "attr19195") ) +(myObject (attribute1 "attr19196") ) +(myObject (attribute1 "attr19197") ) +(myObject (attribute1 "attr19198") ) +(myObject (attribute1 "attr19199") ) +(myObject (attribute1 "attr19200") ) +(myObject (attribute1 "attr19201") ) +(myObject (attribute1 "attr19202") ) +(myObject (attribute1 "attr19203") ) +(myObject (attribute1 "attr19204") ) +(myObject (attribute1 "attr19205") ) +(myObject (attribute1 "attr19206") ) +(myObject (attribute1 "attr19207") ) +(myObject (attribute1 "attr19208") ) +(myObject (attribute1 "attr19209") ) +(myObject (attribute1 "attr19210") ) +(myObject (attribute1 "attr19211") ) +(myObject (attribute1 "attr19212") ) +(myObject (attribute1 "attr19213") ) +(myObject (attribute1 "attr19214") ) +(myObject (attribute1 "attr19215") ) +(myObject (attribute1 "attr19216") ) +(myObject (attribute1 "attr19217") ) +(myObject (attribute1 "attr19218") ) +(myObject (attribute1 "attr19219") ) +(myObject (attribute1 "attr19220") ) +(myObject (attribute1 "attr19221") ) +(myObject (attribute1 "attr19222") ) +(myObject (attribute1 "attr19223") ) +(myObject (attribute1 "attr19224") ) +(myObject (attribute1 "attr19225") ) +(myObject (attribute1 "attr19226") ) +(myObject (attribute1 "attr19227") ) +(myObject (attribute1 "attr19228") ) +(myObject (attribute1 "attr19229") ) +(myObject (attribute1 "attr19230") ) +(myObject (attribute1 "attr19231") ) +(myObject (attribute1 "attr19232") ) +(myObject (attribute1 "attr19233") ) +(myObject (attribute1 "attr19234") ) +(myObject (attribute1 "attr19235") ) +(myObject (attribute1 "attr19236") ) +(myObject (attribute1 "attr19237") ) +(myObject (attribute1 "attr19238") ) +(myObject (attribute1 "attr19239") ) +(myObject (attribute1 "attr19240") ) +(myObject (attribute1 "attr19241") ) +(myObject (attribute1 "attr19242") ) +(myObject (attribute1 "attr19243") ) +(myObject (attribute1 "attr19244") ) +(myObject (attribute1 "attr19245") ) +(myObject (attribute1 "attr19246") ) +(myObject (attribute1 "attr19247") ) +(myObject (attribute1 "attr19248") ) +(myObject (attribute1 "attr19249") ) +(myObject (attribute1 "attr19250") ) +(myObject (attribute1 "attr19251") ) +(myObject (attribute1 "attr19252") ) +(myObject (attribute1 "attr19253") ) +(myObject (attribute1 "attr19254") ) +(myObject (attribute1 "attr19255") ) +(myObject (attribute1 "attr19256") ) +(myObject (attribute1 "attr19257") ) +(myObject (attribute1 "attr19258") ) +(myObject (attribute1 "attr19259") ) +(myObject (attribute1 "attr19260") ) +(myObject (attribute1 "attr19261") ) +(myObject (attribute1 "attr19262") ) +(myObject (attribute1 "attr19263") ) +(myObject (attribute1 "attr19264") ) +(myObject (attribute1 "attr19265") ) +(myObject (attribute1 "attr19266") ) +(myObject (attribute1 "attr19267") ) +(myObject (attribute1 "attr19268") ) +(myObject (attribute1 "attr19269") ) +(myObject (attribute1 "attr19270") ) +(myObject (attribute1 "attr19271") ) +(myObject (attribute1 "attr19272") ) +(myObject (attribute1 "attr19273") ) +(myObject (attribute1 "attr19274") ) +(myObject (attribute1 "attr19275") ) +(myObject (attribute1 "attr19276") ) +(myObject (attribute1 "attr19277") ) +(myObject (attribute1 "attr19278") ) +(myObject (attribute1 "attr19279") ) +(myObject (attribute1 "attr19280") ) +(myObject (attribute1 "attr19281") ) +(myObject (attribute1 "attr19282") ) +(myObject (attribute1 "attr19283") ) +(myObject (attribute1 "attr19284") ) +(myObject (attribute1 "attr19285") ) +(myObject (attribute1 "attr19286") ) +(myObject (attribute1 "attr19287") ) +(myObject (attribute1 "attr19288") ) +(myObject (attribute1 "attr19289") ) +(myObject (attribute1 "attr19290") ) +(myObject (attribute1 "attr19291") ) +(myObject (attribute1 "attr19292") ) +(myObject (attribute1 "attr19293") ) +(myObject (attribute1 "attr19294") ) +(myObject (attribute1 "attr19295") ) +(myObject (attribute1 "attr19296") ) +(myObject (attribute1 "attr19297") ) +(myObject (attribute1 "attr19298") ) +(myObject (attribute1 "attr19299") ) +(myObject (attribute1 "attr19300") ) +(myObject (attribute1 "attr19301") ) +(myObject (attribute1 "attr19302") ) +(myObject (attribute1 "attr19303") ) +(myObject (attribute1 "attr19304") ) +(myObject (attribute1 "attr19305") ) +(myObject (attribute1 "attr19306") ) +(myObject (attribute1 "attr19307") ) +(myObject (attribute1 "attr19308") ) +(myObject (attribute1 "attr19309") ) +(myObject (attribute1 "attr19310") ) +(myObject (attribute1 "attr19311") ) +(myObject (attribute1 "attr19312") ) +(myObject (attribute1 "attr19313") ) +(myObject (attribute1 "attr19314") ) +(myObject (attribute1 "attr19315") ) +(myObject (attribute1 "attr19316") ) +(myObject (attribute1 "attr19317") ) +(myObject (attribute1 "attr19318") ) +(myObject (attribute1 "attr19319") ) +(myObject (attribute1 "attr19320") ) +(myObject (attribute1 "attr19321") ) +(myObject (attribute1 "attr19322") ) +(myObject (attribute1 "attr19323") ) +(myObject (attribute1 "attr19324") ) +(myObject (attribute1 "attr19325") ) +(myObject (attribute1 "attr19326") ) +(myObject (attribute1 "attr19327") ) +(myObject (attribute1 "attr19328") ) +(myObject (attribute1 "attr19329") ) +(myObject (attribute1 "attr19330") ) +(myObject (attribute1 "attr19331") ) +(myObject (attribute1 "attr19332") ) +(myObject (attribute1 "attr19333") ) +(myObject (attribute1 "attr19334") ) +(myObject (attribute1 "attr19335") ) +(myObject (attribute1 "attr19336") ) +(myObject (attribute1 "attr19337") ) +(myObject (attribute1 "attr19338") ) +(myObject (attribute1 "attr19339") ) +(myObject (attribute1 "attr19340") ) +(myObject (attribute1 "attr19341") ) +(myObject (attribute1 "attr19342") ) +(myObject (attribute1 "attr19343") ) +(myObject (attribute1 "attr19344") ) +(myObject (attribute1 "attr19345") ) +(myObject (attribute1 "attr19346") ) +(myObject (attribute1 "attr19347") ) +(myObject (attribute1 "attr19348") ) +(myObject (attribute1 "attr19349") ) +(myObject (attribute1 "attr19350") ) +(myObject (attribute1 "attr19351") ) +(myObject (attribute1 "attr19352") ) +(myObject (attribute1 "attr19353") ) +(myObject (attribute1 "attr19354") ) +(myObject (attribute1 "attr19355") ) +(myObject (attribute1 "attr19356") ) +(myObject (attribute1 "attr19357") ) +(myObject (attribute1 "attr19358") ) +(myObject (attribute1 "attr19359") ) +(myObject (attribute1 "attr19360") ) +(myObject (attribute1 "attr19361") ) +(myObject (attribute1 "attr19362") ) +(myObject (attribute1 "attr19363") ) +(myObject (attribute1 "attr19364") ) +(myObject (attribute1 "attr19365") ) +(myObject (attribute1 "attr19366") ) +(myObject (attribute1 "attr19367") ) +(myObject (attribute1 "attr19368") ) +(myObject (attribute1 "attr19369") ) +(myObject (attribute1 "attr19370") ) +(myObject (attribute1 "attr19371") ) +(myObject (attribute1 "attr19372") ) +(myObject (attribute1 "attr19373") ) +(myObject (attribute1 "attr19374") ) +(myObject (attribute1 "attr19375") ) +(myObject (attribute1 "attr19376") ) +(myObject (attribute1 "attr19377") ) +(myObject (attribute1 "attr19378") ) +(myObject (attribute1 "attr19379") ) +(myObject (attribute1 "attr19380") ) +(myObject (attribute1 "attr19381") ) +(myObject (attribute1 "attr19382") ) +(myObject (attribute1 "attr19383") ) +(myObject (attribute1 "attr19384") ) +(myObject (attribute1 "attr19385") ) +(myObject (attribute1 "attr19386") ) +(myObject (attribute1 "attr19387") ) +(myObject (attribute1 "attr19388") ) +(myObject (attribute1 "attr19389") ) +(myObject (attribute1 "attr19390") ) +(myObject (attribute1 "attr19391") ) +(myObject (attribute1 "attr19392") ) +(myObject (attribute1 "attr19393") ) +(myObject (attribute1 "attr19394") ) +(myObject (attribute1 "attr19395") ) +(myObject (attribute1 "attr19396") ) +(myObject (attribute1 "attr19397") ) +(myObject (attribute1 "attr19398") ) +(myObject (attribute1 "attr19399") ) +(myObject (attribute1 "attr19400") ) +(myObject (attribute1 "attr19401") ) +(myObject (attribute1 "attr19402") ) +(myObject (attribute1 "attr19403") ) +(myObject (attribute1 "attr19404") ) +(myObject (attribute1 "attr19405") ) +(myObject (attribute1 "attr19406") ) +(myObject (attribute1 "attr19407") ) +(myObject (attribute1 "attr19408") ) +(myObject (attribute1 "attr19409") ) +(myObject (attribute1 "attr19410") ) +(myObject (attribute1 "attr19411") ) +(myObject (attribute1 "attr19412") ) +(myObject (attribute1 "attr19413") ) +(myObject (attribute1 "attr19414") ) +(myObject (attribute1 "attr19415") ) +(myObject (attribute1 "attr19416") ) +(myObject (attribute1 "attr19417") ) +(myObject (attribute1 "attr19418") ) +(myObject (attribute1 "attr19419") ) +(myObject (attribute1 "attr19420") ) +(myObject (attribute1 "attr19421") ) +(myObject (attribute1 "attr19422") ) +(myObject (attribute1 "attr19423") ) +(myObject (attribute1 "attr19424") ) +(myObject (attribute1 "attr19425") ) +(myObject (attribute1 "attr19426") ) +(myObject (attribute1 "attr19427") ) +(myObject (attribute1 "attr19428") ) +(myObject (attribute1 "attr19429") ) +(myObject (attribute1 "attr19430") ) +(myObject (attribute1 "attr19431") ) +(myObject (attribute1 "attr19432") ) +(myObject (attribute1 "attr19433") ) +(myObject (attribute1 "attr19434") ) +(myObject (attribute1 "attr19435") ) +(myObject (attribute1 "attr19436") ) +(myObject (attribute1 "attr19437") ) +(myObject (attribute1 "attr19438") ) +(myObject (attribute1 "attr19439") ) +(myObject (attribute1 "attr19440") ) +(myObject (attribute1 "attr19441") ) +(myObject (attribute1 "attr19442") ) +(myObject (attribute1 "attr19443") ) +(myObject (attribute1 "attr19444") ) +(myObject (attribute1 "attr19445") ) +(myObject (attribute1 "attr19446") ) +(myObject (attribute1 "attr19447") ) +(myObject (attribute1 "attr19448") ) +(myObject (attribute1 "attr19449") ) +(myObject (attribute1 "attr19450") ) +(myObject (attribute1 "attr19451") ) +(myObject (attribute1 "attr19452") ) +(myObject (attribute1 "attr19453") ) +(myObject (attribute1 "attr19454") ) +(myObject (attribute1 "attr19455") ) +(myObject (attribute1 "attr19456") ) +(myObject (attribute1 "attr19457") ) +(myObject (attribute1 "attr19458") ) +(myObject (attribute1 "attr19459") ) +(myObject (attribute1 "attr19460") ) +(myObject (attribute1 "attr19461") ) +(myObject (attribute1 "attr19462") ) +(myObject (attribute1 "attr19463") ) +(myObject (attribute1 "attr19464") ) +(myObject (attribute1 "attr19465") ) +(myObject (attribute1 "attr19466") ) +(myObject (attribute1 "attr19467") ) +(myObject (attribute1 "attr19468") ) +(myObject (attribute1 "attr19469") ) +(myObject (attribute1 "attr19470") ) +(myObject (attribute1 "attr19471") ) +(myObject (attribute1 "attr19472") ) +(myObject (attribute1 "attr19473") ) +(myObject (attribute1 "attr19474") ) +(myObject (attribute1 "attr19475") ) +(myObject (attribute1 "attr19476") ) +(myObject (attribute1 "attr19477") ) +(myObject (attribute1 "attr19478") ) +(myObject (attribute1 "attr19479") ) +(myObject (attribute1 "attr19480") ) +(myObject (attribute1 "attr19481") ) +(myObject (attribute1 "attr19482") ) +(myObject (attribute1 "attr19483") ) +(myObject (attribute1 "attr19484") ) +(myObject (attribute1 "attr19485") ) +(myObject (attribute1 "attr19486") ) +(myObject (attribute1 "attr19487") ) +(myObject (attribute1 "attr19488") ) +(myObject (attribute1 "attr19489") ) +(myObject (attribute1 "attr19490") ) +(myObject (attribute1 "attr19491") ) +(myObject (attribute1 "attr19492") ) +(myObject (attribute1 "attr19493") ) +(myObject (attribute1 "attr19494") ) +(myObject (attribute1 "attr19495") ) +(myObject (attribute1 "attr19496") ) +(myObject (attribute1 "attr19497") ) +(myObject (attribute1 "attr19498") ) +(myObject (attribute1 "attr19499") ) +(myObject (attribute1 "attr19500") ) +(myObject (attribute1 "attr19501") ) +(myObject (attribute1 "attr19502") ) +(myObject (attribute1 "attr19503") ) +(myObject (attribute1 "attr19504") ) +(myObject (attribute1 "attr19505") ) +(myObject (attribute1 "attr19506") ) +(myObject (attribute1 "attr19507") ) +(myObject (attribute1 "attr19508") ) +(myObject (attribute1 "attr19509") ) +(myObject (attribute1 "attr19510") ) +(myObject (attribute1 "attr19511") ) +(myObject (attribute1 "attr19512") ) +(myObject (attribute1 "attr19513") ) +(myObject (attribute1 "attr19514") ) +(myObject (attribute1 "attr19515") ) +(myObject (attribute1 "attr19516") ) +(myObject (attribute1 "attr19517") ) +(myObject (attribute1 "attr19518") ) +(myObject (attribute1 "attr19519") ) +(myObject (attribute1 "attr19520") ) +(myObject (attribute1 "attr19521") ) +(myObject (attribute1 "attr19522") ) +(myObject (attribute1 "attr19523") ) +(myObject (attribute1 "attr19524") ) +(myObject (attribute1 "attr19525") ) +(myObject (attribute1 "attr19526") ) +(myObject (attribute1 "attr19527") ) +(myObject (attribute1 "attr19528") ) +(myObject (attribute1 "attr19529") ) +(myObject (attribute1 "attr19530") ) +(myObject (attribute1 "attr19531") ) +(myObject (attribute1 "attr19532") ) +(myObject (attribute1 "attr19533") ) +(myObject (attribute1 "attr19534") ) +(myObject (attribute1 "attr19535") ) +(myObject (attribute1 "attr19536") ) +(myObject (attribute1 "attr19537") ) +(myObject (attribute1 "attr19538") ) +(myObject (attribute1 "attr19539") ) +(myObject (attribute1 "attr19540") ) +(myObject (attribute1 "attr19541") ) +(myObject (attribute1 "attr19542") ) +(myObject (attribute1 "attr19543") ) +(myObject (attribute1 "attr19544") ) +(myObject (attribute1 "attr19545") ) +(myObject (attribute1 "attr19546") ) +(myObject (attribute1 "attr19547") ) +(myObject (attribute1 "attr19548") ) +(myObject (attribute1 "attr19549") ) +(myObject (attribute1 "attr19550") ) +(myObject (attribute1 "attr19551") ) +(myObject (attribute1 "attr19552") ) +(myObject (attribute1 "attr19553") ) +(myObject (attribute1 "attr19554") ) +(myObject (attribute1 "attr19555") ) +(myObject (attribute1 "attr19556") ) +(myObject (attribute1 "attr19557") ) +(myObject (attribute1 "attr19558") ) +(myObject (attribute1 "attr19559") ) +(myObject (attribute1 "attr19560") ) +(myObject (attribute1 "attr19561") ) +(myObject (attribute1 "attr19562") ) +(myObject (attribute1 "attr19563") ) +(myObject (attribute1 "attr19564") ) +(myObject (attribute1 "attr19565") ) +(myObject (attribute1 "attr19566") ) +(myObject (attribute1 "attr19567") ) +(myObject (attribute1 "attr19568") ) +(myObject (attribute1 "attr19569") ) +(myObject (attribute1 "attr19570") ) +(myObject (attribute1 "attr19571") ) +(myObject (attribute1 "attr19572") ) +(myObject (attribute1 "attr19573") ) +(myObject (attribute1 "attr19574") ) +(myObject (attribute1 "attr19575") ) +(myObject (attribute1 "attr19576") ) +(myObject (attribute1 "attr19577") ) +(myObject (attribute1 "attr19578") ) +(myObject (attribute1 "attr19579") ) +(myObject (attribute1 "attr19580") ) +(myObject (attribute1 "attr19581") ) +(myObject (attribute1 "attr19582") ) +(myObject (attribute1 "attr19583") ) +(myObject (attribute1 "attr19584") ) +(myObject (attribute1 "attr19585") ) +(myObject (attribute1 "attr19586") ) +(myObject (attribute1 "attr19587") ) +(myObject (attribute1 "attr19588") ) +(myObject (attribute1 "attr19589") ) +(myObject (attribute1 "attr19590") ) +(myObject (attribute1 "attr19591") ) +(myObject (attribute1 "attr19592") ) +(myObject (attribute1 "attr19593") ) +(myObject (attribute1 "attr19594") ) +(myObject (attribute1 "attr19595") ) +(myObject (attribute1 "attr19596") ) +(myObject (attribute1 "attr19597") ) +(myObject (attribute1 "attr19598") ) +(myObject (attribute1 "attr19599") ) +(myObject (attribute1 "attr19600") ) +(myObject (attribute1 "attr19601") ) +(myObject (attribute1 "attr19602") ) +(myObject (attribute1 "attr19603") ) +(myObject (attribute1 "attr19604") ) +(myObject (attribute1 "attr19605") ) +(myObject (attribute1 "attr19606") ) +(myObject (attribute1 "attr19607") ) +(myObject (attribute1 "attr19608") ) +(myObject (attribute1 "attr19609") ) +(myObject (attribute1 "attr19610") ) +(myObject (attribute1 "attr19611") ) +(myObject (attribute1 "attr19612") ) +(myObject (attribute1 "attr19613") ) +(myObject (attribute1 "attr19614") ) +(myObject (attribute1 "attr19615") ) +(myObject (attribute1 "attr19616") ) +(myObject (attribute1 "attr19617") ) +(myObject (attribute1 "attr19618") ) +(myObject (attribute1 "attr19619") ) +(myObject (attribute1 "attr19620") ) +(myObject (attribute1 "attr19621") ) +(myObject (attribute1 "attr19622") ) +(myObject (attribute1 "attr19623") ) +(myObject (attribute1 "attr19624") ) +(myObject (attribute1 "attr19625") ) +(myObject (attribute1 "attr19626") ) +(myObject (attribute1 "attr19627") ) +(myObject (attribute1 "attr19628") ) +(myObject (attribute1 "attr19629") ) +(myObject (attribute1 "attr19630") ) +(myObject (attribute1 "attr19631") ) +(myObject (attribute1 "attr19632") ) +(myObject (attribute1 "attr19633") ) +(myObject (attribute1 "attr19634") ) +(myObject (attribute1 "attr19635") ) +(myObject (attribute1 "attr19636") ) +(myObject (attribute1 "attr19637") ) +(myObject (attribute1 "attr19638") ) +(myObject (attribute1 "attr19639") ) +(myObject (attribute1 "attr19640") ) +(myObject (attribute1 "attr19641") ) +(myObject (attribute1 "attr19642") ) +(myObject (attribute1 "attr19643") ) +(myObject (attribute1 "attr19644") ) +(myObject (attribute1 "attr19645") ) +(myObject (attribute1 "attr19646") ) +(myObject (attribute1 "attr19647") ) +(myObject (attribute1 "attr19648") ) +(myObject (attribute1 "attr19649") ) +(myObject (attribute1 "attr19650") ) +(myObject (attribute1 "attr19651") ) +(myObject (attribute1 "attr19652") ) +(myObject (attribute1 "attr19653") ) +(myObject (attribute1 "attr19654") ) +(myObject (attribute1 "attr19655") ) +(myObject (attribute1 "attr19656") ) +(myObject (attribute1 "attr19657") ) +(myObject (attribute1 "attr19658") ) +(myObject (attribute1 "attr19659") ) +(myObject (attribute1 "attr19660") ) +(myObject (attribute1 "attr19661") ) +(myObject (attribute1 "attr19662") ) +(myObject (attribute1 "attr19663") ) +(myObject (attribute1 "attr19664") ) +(myObject (attribute1 "attr19665") ) +(myObject (attribute1 "attr19666") ) +(myObject (attribute1 "attr19667") ) +(myObject (attribute1 "attr19668") ) +(myObject (attribute1 "attr19669") ) +(myObject (attribute1 "attr19670") ) +(myObject (attribute1 "attr19671") ) +(myObject (attribute1 "attr19672") ) +(myObject (attribute1 "attr19673") ) +(myObject (attribute1 "attr19674") ) +(myObject (attribute1 "attr19675") ) +(myObject (attribute1 "attr19676") ) +(myObject (attribute1 "attr19677") ) +(myObject (attribute1 "attr19678") ) +(myObject (attribute1 "attr19679") ) +(myObject (attribute1 "attr19680") ) +(myObject (attribute1 "attr19681") ) +(myObject (attribute1 "attr19682") ) +(myObject (attribute1 "attr19683") ) +(myObject (attribute1 "attr19684") ) +(myObject (attribute1 "attr19685") ) +(myObject (attribute1 "attr19686") ) +(myObject (attribute1 "attr19687") ) +(myObject (attribute1 "attr19688") ) +(myObject (attribute1 "attr19689") ) +(myObject (attribute1 "attr19690") ) +(myObject (attribute1 "attr19691") ) +(myObject (attribute1 "attr19692") ) +(myObject (attribute1 "attr19693") ) +(myObject (attribute1 "attr19694") ) +(myObject (attribute1 "attr19695") ) +(myObject (attribute1 "attr19696") ) +(myObject (attribute1 "attr19697") ) +(myObject (attribute1 "attr19698") ) +(myObject (attribute1 "attr19699") ) +(myObject (attribute1 "attr19700") ) +(myObject (attribute1 "attr19701") ) +(myObject (attribute1 "attr19702") ) +(myObject (attribute1 "attr19703") ) +(myObject (attribute1 "attr19704") ) +(myObject (attribute1 "attr19705") ) +(myObject (attribute1 "attr19706") ) +(myObject (attribute1 "attr19707") ) +(myObject (attribute1 "attr19708") ) +(myObject (attribute1 "attr19709") ) +(myObject (attribute1 "attr19710") ) +(myObject (attribute1 "attr19711") ) +(myObject (attribute1 "attr19712") ) +(myObject (attribute1 "attr19713") ) +(myObject (attribute1 "attr19714") ) +(myObject (attribute1 "attr19715") ) +(myObject (attribute1 "attr19716") ) +(myObject (attribute1 "attr19717") ) +(myObject (attribute1 "attr19718") ) +(myObject (attribute1 "attr19719") ) +(myObject (attribute1 "attr19720") ) +(myObject (attribute1 "attr19721") ) +(myObject (attribute1 "attr19722") ) +(myObject (attribute1 "attr19723") ) +(myObject (attribute1 "attr19724") ) +(myObject (attribute1 "attr19725") ) +(myObject (attribute1 "attr19726") ) +(myObject (attribute1 "attr19727") ) +(myObject (attribute1 "attr19728") ) +(myObject (attribute1 "attr19729") ) +(myObject (attribute1 "attr19730") ) +(myObject (attribute1 "attr19731") ) +(myObject (attribute1 "attr19732") ) +(myObject (attribute1 "attr19733") ) +(myObject (attribute1 "attr19734") ) +(myObject (attribute1 "attr19735") ) +(myObject (attribute1 "attr19736") ) +(myObject (attribute1 "attr19737") ) +(myObject (attribute1 "attr19738") ) +(myObject (attribute1 "attr19739") ) +(myObject (attribute1 "attr19740") ) +(myObject (attribute1 "attr19741") ) +(myObject (attribute1 "attr19742") ) +(myObject (attribute1 "attr19743") ) +(myObject (attribute1 "attr19744") ) +(myObject (attribute1 "attr19745") ) +(myObject (attribute1 "attr19746") ) +(myObject (attribute1 "attr19747") ) +(myObject (attribute1 "attr19748") ) +(myObject (attribute1 "attr19749") ) +(myObject (attribute1 "attr19750") ) +(myObject (attribute1 "attr19751") ) +(myObject (attribute1 "attr19752") ) +(myObject (attribute1 "attr19753") ) +(myObject (attribute1 "attr19754") ) +(myObject (attribute1 "attr19755") ) +(myObject (attribute1 "attr19756") ) +(myObject (attribute1 "attr19757") ) +(myObject (attribute1 "attr19758") ) +(myObject (attribute1 "attr19759") ) +(myObject (attribute1 "attr19760") ) +(myObject (attribute1 "attr19761") ) +(myObject (attribute1 "attr19762") ) +(myObject (attribute1 "attr19763") ) +(myObject (attribute1 "attr19764") ) +(myObject (attribute1 "attr19765") ) +(myObject (attribute1 "attr19766") ) +(myObject (attribute1 "attr19767") ) +(myObject (attribute1 "attr19768") ) +(myObject (attribute1 "attr19769") ) +(myObject (attribute1 "attr19770") ) +(myObject (attribute1 "attr19771") ) +(myObject (attribute1 "attr19772") ) +(myObject (attribute1 "attr19773") ) +(myObject (attribute1 "attr19774") ) +(myObject (attribute1 "attr19775") ) +(myObject (attribute1 "attr19776") ) +(myObject (attribute1 "attr19777") ) +(myObject (attribute1 "attr19778") ) +(myObject (attribute1 "attr19779") ) +(myObject (attribute1 "attr19780") ) +(myObject (attribute1 "attr19781") ) +(myObject (attribute1 "attr19782") ) +(myObject (attribute1 "attr19783") ) +(myObject (attribute1 "attr19784") ) +(myObject (attribute1 "attr19785") ) +(myObject (attribute1 "attr19786") ) +(myObject (attribute1 "attr19787") ) +(myObject (attribute1 "attr19788") ) +(myObject (attribute1 "attr19789") ) +(myObject (attribute1 "attr19790") ) +(myObject (attribute1 "attr19791") ) +(myObject (attribute1 "attr19792") ) +(myObject (attribute1 "attr19793") ) +(myObject (attribute1 "attr19794") ) +(myObject (attribute1 "attr19795") ) +(myObject (attribute1 "attr19796") ) +(myObject (attribute1 "attr19797") ) +(myObject (attribute1 "attr19798") ) +(myObject (attribute1 "attr19799") ) +(myObject (attribute1 "attr19800") ) +(myObject (attribute1 "attr19801") ) +(myObject (attribute1 "attr19802") ) +(myObject (attribute1 "attr19803") ) +(myObject (attribute1 "attr19804") ) +(myObject (attribute1 "attr19805") ) +(myObject (attribute1 "attr19806") ) +(myObject (attribute1 "attr19807") ) +(myObject (attribute1 "attr19808") ) +(myObject (attribute1 "attr19809") ) +(myObject (attribute1 "attr19810") ) +(myObject (attribute1 "attr19811") ) +(myObject (attribute1 "attr19812") ) +(myObject (attribute1 "attr19813") ) +(myObject (attribute1 "attr19814") ) +(myObject (attribute1 "attr19815") ) +(myObject (attribute1 "attr19816") ) +(myObject (attribute1 "attr19817") ) +(myObject (attribute1 "attr19818") ) +(myObject (attribute1 "attr19819") ) +(myObject (attribute1 "attr19820") ) +(myObject (attribute1 "attr19821") ) +(myObject (attribute1 "attr19822") ) +(myObject (attribute1 "attr19823") ) +(myObject (attribute1 "attr19824") ) +(myObject (attribute1 "attr19825") ) +(myObject (attribute1 "attr19826") ) +(myObject (attribute1 "attr19827") ) +(myObject (attribute1 "attr19828") ) +(myObject (attribute1 "attr19829") ) +(myObject (attribute1 "attr19830") ) +(myObject (attribute1 "attr19831") ) +(myObject (attribute1 "attr19832") ) +(myObject (attribute1 "attr19833") ) +(myObject (attribute1 "attr19834") ) +(myObject (attribute1 "attr19835") ) +(myObject (attribute1 "attr19836") ) +(myObject (attribute1 "attr19837") ) +(myObject (attribute1 "attr19838") ) +(myObject (attribute1 "attr19839") ) +(myObject (attribute1 "attr19840") ) +(myObject (attribute1 "attr19841") ) +(myObject (attribute1 "attr19842") ) +(myObject (attribute1 "attr19843") ) +(myObject (attribute1 "attr19844") ) +(myObject (attribute1 "attr19845") ) +(myObject (attribute1 "attr19846") ) +(myObject (attribute1 "attr19847") ) +(myObject (attribute1 "attr19848") ) +(myObject (attribute1 "attr19849") ) +(myObject (attribute1 "attr19850") ) +(myObject (attribute1 "attr19851") ) +(myObject (attribute1 "attr19852") ) +(myObject (attribute1 "attr19853") ) +(myObject (attribute1 "attr19854") ) +(myObject (attribute1 "attr19855") ) +(myObject (attribute1 "attr19856") ) +(myObject (attribute1 "attr19857") ) +(myObject (attribute1 "attr19858") ) +(myObject (attribute1 "attr19859") ) +(myObject (attribute1 "attr19860") ) +(myObject (attribute1 "attr19861") ) +(myObject (attribute1 "attr19862") ) +(myObject (attribute1 "attr19863") ) +(myObject (attribute1 "attr19864") ) +(myObject (attribute1 "attr19865") ) +(myObject (attribute1 "attr19866") ) +(myObject (attribute1 "attr19867") ) +(myObject (attribute1 "attr19868") ) +(myObject (attribute1 "attr19869") ) +(myObject (attribute1 "attr19870") ) +(myObject (attribute1 "attr19871") ) +(myObject (attribute1 "attr19872") ) +(myObject (attribute1 "attr19873") ) +(myObject (attribute1 "attr19874") ) +(myObject (attribute1 "attr19875") ) +(myObject (attribute1 "attr19876") ) +(myObject (attribute1 "attr19877") ) +(myObject (attribute1 "attr19878") ) +(myObject (attribute1 "attr19879") ) +(myObject (attribute1 "attr19880") ) +(myObject (attribute1 "attr19881") ) +(myObject (attribute1 "attr19882") ) +(myObject (attribute1 "attr19883") ) +(myObject (attribute1 "attr19884") ) +(myObject (attribute1 "attr19885") ) +(myObject (attribute1 "attr19886") ) +(myObject (attribute1 "attr19887") ) +(myObject (attribute1 "attr19888") ) +(myObject (attribute1 "attr19889") ) +(myObject (attribute1 "attr19890") ) +(myObject (attribute1 "attr19891") ) +(myObject (attribute1 "attr19892") ) +(myObject (attribute1 "attr19893") ) +(myObject (attribute1 "attr19894") ) +(myObject (attribute1 "attr19895") ) +(myObject (attribute1 "attr19896") ) +(myObject (attribute1 "attr19897") ) +(myObject (attribute1 "attr19898") ) +(myObject (attribute1 "attr19899") ) +(myObject (attribute1 "attr19900") ) +(myObject (attribute1 "attr19901") ) +(myObject (attribute1 "attr19902") ) +(myObject (attribute1 "attr19903") ) +(myObject (attribute1 "attr19904") ) +(myObject (attribute1 "attr19905") ) +(myObject (attribute1 "attr19906") ) +(myObject (attribute1 "attr19907") ) +(myObject (attribute1 "attr19908") ) +(myObject (attribute1 "attr19909") ) +(myObject (attribute1 "attr19910") ) +(myObject (attribute1 "attr19911") ) +(myObject (attribute1 "attr19912") ) +(myObject (attribute1 "attr19913") ) +(myObject (attribute1 "attr19914") ) +(myObject (attribute1 "attr19915") ) +(myObject (attribute1 "attr19916") ) +(myObject (attribute1 "attr19917") ) +(myObject (attribute1 "attr19918") ) +(myObject (attribute1 "attr19919") ) +(myObject (attribute1 "attr19920") ) +(myObject (attribute1 "attr19921") ) +(myObject (attribute1 "attr19922") ) +(myObject (attribute1 "attr19923") ) +(myObject (attribute1 "attr19924") ) +(myObject (attribute1 "attr19925") ) +(myObject (attribute1 "attr19926") ) +(myObject (attribute1 "attr19927") ) +(myObject (attribute1 "attr19928") ) +(myObject (attribute1 "attr19929") ) +(myObject (attribute1 "attr19930") ) +(myObject (attribute1 "attr19931") ) +(myObject (attribute1 "attr19932") ) +(myObject (attribute1 "attr19933") ) +(myObject (attribute1 "attr19934") ) +(myObject (attribute1 "attr19935") ) +(myObject (attribute1 "attr19936") ) +(myObject (attribute1 "attr19937") ) +(myObject (attribute1 "attr19938") ) +(myObject (attribute1 "attr19939") ) +(myObject (attribute1 "attr19940") ) +(myObject (attribute1 "attr19941") ) +(myObject (attribute1 "attr19942") ) +(myObject (attribute1 "attr19943") ) +(myObject (attribute1 "attr19944") ) +(myObject (attribute1 "attr19945") ) +(myObject (attribute1 "attr19946") ) +(myObject (attribute1 "attr19947") ) +(myObject (attribute1 "attr19948") ) +(myObject (attribute1 "attr19949") ) +(myObject (attribute1 "attr19950") ) +(myObject (attribute1 "attr19951") ) +(myObject (attribute1 "attr19952") ) +(myObject (attribute1 "attr19953") ) +(myObject (attribute1 "attr19954") ) +(myObject (attribute1 "attr19955") ) +(myObject (attribute1 "attr19956") ) +(myObject (attribute1 "attr19957") ) +(myObject (attribute1 "attr19958") ) +(myObject (attribute1 "attr19959") ) +(myObject (attribute1 "attr19960") ) +(myObject (attribute1 "attr19961") ) +(myObject (attribute1 "attr19962") ) +(myObject (attribute1 "attr19963") ) +(myObject (attribute1 "attr19964") ) +(myObject (attribute1 "attr19965") ) +(myObject (attribute1 "attr19966") ) +(myObject (attribute1 "attr19967") ) +(myObject (attribute1 "attr19968") ) +(myObject (attribute1 "attr19969") ) +(myObject (attribute1 "attr19970") ) +(myObject (attribute1 "attr19971") ) +(myObject (attribute1 "attr19972") ) +(myObject (attribute1 "attr19973") ) +(myObject (attribute1 "attr19974") ) +(myObject (attribute1 "attr19975") ) +(myObject (attribute1 "attr19976") ) +(myObject (attribute1 "attr19977") ) +(myObject (attribute1 "attr19978") ) +(myObject (attribute1 "attr19979") ) +(myObject (attribute1 "attr19980") ) +(myObject (attribute1 "attr19981") ) +(myObject (attribute1 "attr19982") ) +(myObject (attribute1 "attr19983") ) +(myObject (attribute1 "attr19984") ) +(myObject (attribute1 "attr19985") ) +(myObject (attribute1 "attr19986") ) +(myObject (attribute1 "attr19987") ) +(myObject (attribute1 "attr19988") ) +(myObject (attribute1 "attr19989") ) +(myObject (attribute1 "attr19990") ) +(myObject (attribute1 "attr19991") ) +(myObject (attribute1 "attr19992") ) +(myObject (attribute1 "attr19993") ) +(myObject (attribute1 "attr19994") ) +(myObject (attribute1 "attr19995") ) +(myObject (attribute1 "attr19996") ) +(myObject (attribute1 "attr19997") ) +(myObject (attribute1 "attr19998") ) +(myObject (attribute1 "attr19999") ) +(myObject (attribute1 "attr20000") ) +(myObject (attribute1 "attr20001") ) +(myObject (attribute1 "attr20002") ) +(myObject (attribute1 "attr20003") ) +(myObject (attribute1 "attr20004") ) +(myObject (attribute1 "attr20005") ) +(myObject (attribute1 "attr20006") ) +(myObject (attribute1 "attr20007") ) +(myObject (attribute1 "attr20008") ) +(myObject (attribute1 "attr20009") ) +(myObject (attribute1 "attr20010") ) +(myObject (attribute1 "attr20011") ) +(myObject (attribute1 "attr20012") ) +(myObject (attribute1 "attr20013") ) +(myObject (attribute1 "attr20014") ) +(myObject (attribute1 "attr20015") ) +(myObject (attribute1 "attr20016") ) +(myObject (attribute1 "attr20017") ) +(myObject (attribute1 "attr20018") ) +(myObject (attribute1 "attr20019") ) +(myObject (attribute1 "attr20020") ) +(myObject (attribute1 "attr20021") ) +(myObject (attribute1 "attr20022") ) +(myObject (attribute1 "attr20023") ) +(myObject (attribute1 "attr20024") ) +(myObject (attribute1 "attr20025") ) +(myObject (attribute1 "attr20026") ) +(myObject (attribute1 "attr20027") ) +(myObject (attribute1 "attr20028") ) +(myObject (attribute1 "attr20029") ) +(myObject (attribute1 "attr20030") ) +(myObject (attribute1 "attr20031") ) +(myObject (attribute1 "attr20032") ) +(myObject (attribute1 "attr20033") ) +(myObject (attribute1 "attr20034") ) +(myObject (attribute1 "attr20035") ) +(myObject (attribute1 "attr20036") ) +(myObject (attribute1 "attr20037") ) +(myObject (attribute1 "attr20038") ) +(myObject (attribute1 "attr20039") ) +(myObject (attribute1 "attr20040") ) +(myObject (attribute1 "attr20041") ) +(myObject (attribute1 "attr20042") ) +(myObject (attribute1 "attr20043") ) +(myObject (attribute1 "attr20044") ) +(myObject (attribute1 "attr20045") ) +(myObject (attribute1 "attr20046") ) +(myObject (attribute1 "attr20047") ) +(myObject (attribute1 "attr20048") ) +(myObject (attribute1 "attr20049") ) +(myObject (attribute1 "attr20050") ) +(myObject (attribute1 "attr20051") ) +(myObject (attribute1 "attr20052") ) +(myObject (attribute1 "attr20053") ) +(myObject (attribute1 "attr20054") ) +(myObject (attribute1 "attr20055") ) +(myObject (attribute1 "attr20056") ) +(myObject (attribute1 "attr20057") ) +(myObject (attribute1 "attr20058") ) +(myObject (attribute1 "attr20059") ) +(myObject (attribute1 "attr20060") ) +(myObject (attribute1 "attr20061") ) +(myObject (attribute1 "attr20062") ) +(myObject (attribute1 "attr20063") ) +(myObject (attribute1 "attr20064") ) +(myObject (attribute1 "attr20065") ) +(myObject (attribute1 "attr20066") ) +(myObject (attribute1 "attr20067") ) +(myObject (attribute1 "attr20068") ) +(myObject (attribute1 "attr20069") ) +(myObject (attribute1 "attr20070") ) +(myObject (attribute1 "attr20071") ) +(myObject (attribute1 "attr20072") ) +(myObject (attribute1 "attr20073") ) +(myObject (attribute1 "attr20074") ) +(myObject (attribute1 "attr20075") ) +(myObject (attribute1 "attr20076") ) +(myObject (attribute1 "attr20077") ) +(myObject (attribute1 "attr20078") ) +(myObject (attribute1 "attr20079") ) +(myObject (attribute1 "attr20080") ) +(myObject (attribute1 "attr20081") ) +(myObject (attribute1 "attr20082") ) +(myObject (attribute1 "attr20083") ) +(myObject (attribute1 "attr20084") ) +(myObject (attribute1 "attr20085") ) +(myObject (attribute1 "attr20086") ) +(myObject (attribute1 "attr20087") ) +(myObject (attribute1 "attr20088") ) +(myObject (attribute1 "attr20089") ) +(myObject (attribute1 "attr20090") ) +(myObject (attribute1 "attr20091") ) +(myObject (attribute1 "attr20092") ) +(myObject (attribute1 "attr20093") ) +(myObject (attribute1 "attr20094") ) +(myObject (attribute1 "attr20095") ) +(myObject (attribute1 "attr20096") ) +(myObject (attribute1 "attr20097") ) +(myObject (attribute1 "attr20098") ) +(myObject (attribute1 "attr20099") ) +(myObject (attribute1 "attr20100") ) +(myObject (attribute1 "attr20101") ) +(myObject (attribute1 "attr20102") ) +(myObject (attribute1 "attr20103") ) +(myObject (attribute1 "attr20104") ) +(myObject (attribute1 "attr20105") ) +(myObject (attribute1 "attr20106") ) +(myObject (attribute1 "attr20107") ) +(myObject (attribute1 "attr20108") ) +(myObject (attribute1 "attr20109") ) +(myObject (attribute1 "attr20110") ) +(myObject (attribute1 "attr20111") ) +(myObject (attribute1 "attr20112") ) +(myObject (attribute1 "attr20113") ) +(myObject (attribute1 "attr20114") ) +(myObject (attribute1 "attr20115") ) +(myObject (attribute1 "attr20116") ) +(myObject (attribute1 "attr20117") ) +(myObject (attribute1 "attr20118") ) +(myObject (attribute1 "attr20119") ) +(myObject (attribute1 "attr20120") ) +(myObject (attribute1 "attr20121") ) +(myObject (attribute1 "attr20122") ) +(myObject (attribute1 "attr20123") ) +(myObject (attribute1 "attr20124") ) +(myObject (attribute1 "attr20125") ) +(myObject (attribute1 "attr20126") ) +(myObject (attribute1 "attr20127") ) +(myObject (attribute1 "attr20128") ) +(myObject (attribute1 "attr20129") ) +(myObject (attribute1 "attr20130") ) +(myObject (attribute1 "attr20131") ) +(myObject (attribute1 "attr20132") ) +(myObject (attribute1 "attr20133") ) +(myObject (attribute1 "attr20134") ) +(myObject (attribute1 "attr20135") ) +(myObject (attribute1 "attr20136") ) +(myObject (attribute1 "attr20137") ) +(myObject (attribute1 "attr20138") ) +(myObject (attribute1 "attr20139") ) +(myObject (attribute1 "attr20140") ) +(myObject (attribute1 "attr20141") ) +(myObject (attribute1 "attr20142") ) +(myObject (attribute1 "attr20143") ) +(myObject (attribute1 "attr20144") ) +(myObject (attribute1 "attr20145") ) +(myObject (attribute1 "attr20146") ) +(myObject (attribute1 "attr20147") ) +(myObject (attribute1 "attr20148") ) +(myObject (attribute1 "attr20149") ) +(myObject (attribute1 "attr20150") ) +(myObject (attribute1 "attr20151") ) +(myObject (attribute1 "attr20152") ) +(myObject (attribute1 "attr20153") ) +(myObject (attribute1 "attr20154") ) +(myObject (attribute1 "attr20155") ) +(myObject (attribute1 "attr20156") ) +(myObject (attribute1 "attr20157") ) +(myObject (attribute1 "attr20158") ) +(myObject (attribute1 "attr20159") ) +(myObject (attribute1 "attr20160") ) +(myObject (attribute1 "attr20161") ) +(myObject (attribute1 "attr20162") ) +(myObject (attribute1 "attr20163") ) +(myObject (attribute1 "attr20164") ) +(myObject (attribute1 "attr20165") ) +(myObject (attribute1 "attr20166") ) +(myObject (attribute1 "attr20167") ) +(myObject (attribute1 "attr20168") ) +(myObject (attribute1 "attr20169") ) +(myObject (attribute1 "attr20170") ) +(myObject (attribute1 "attr20171") ) +(myObject (attribute1 "attr20172") ) +(myObject (attribute1 "attr20173") ) +(myObject (attribute1 "attr20174") ) +(myObject (attribute1 "attr20175") ) +(myObject (attribute1 "attr20176") ) +(myObject (attribute1 "attr20177") ) +(myObject (attribute1 "attr20178") ) +(myObject (attribute1 "attr20179") ) +(myObject (attribute1 "attr20180") ) +(myObject (attribute1 "attr20181") ) +(myObject (attribute1 "attr20182") ) +(myObject (attribute1 "attr20183") ) +(myObject (attribute1 "attr20184") ) +(myObject (attribute1 "attr20185") ) +(myObject (attribute1 "attr20186") ) +(myObject (attribute1 "attr20187") ) +(myObject (attribute1 "attr20188") ) +(myObject (attribute1 "attr20189") ) +(myObject (attribute1 "attr20190") ) +(myObject (attribute1 "attr20191") ) +(myObject (attribute1 "attr20192") ) +(myObject (attribute1 "attr20193") ) +(myObject (attribute1 "attr20194") ) +(myObject (attribute1 "attr20195") ) +(myObject (attribute1 "attr20196") ) +(myObject (attribute1 "attr20197") ) +(myObject (attribute1 "attr20198") ) +(myObject (attribute1 "attr20199") ) +(myObject (attribute1 "attr20200") ) +(myObject (attribute1 "attr20201") ) +(myObject (attribute1 "attr20202") ) +(myObject (attribute1 "attr20203") ) +(myObject (attribute1 "attr20204") ) +(myObject (attribute1 "attr20205") ) +(myObject (attribute1 "attr20206") ) +(myObject (attribute1 "attr20207") ) +(myObject (attribute1 "attr20208") ) +(myObject (attribute1 "attr20209") ) +(myObject (attribute1 "attr20210") ) +(myObject (attribute1 "attr20211") ) +(myObject (attribute1 "attr20212") ) +(myObject (attribute1 "attr20213") ) +(myObject (attribute1 "attr20214") ) +(myObject (attribute1 "attr20215") ) +(myObject (attribute1 "attr20216") ) +(myObject (attribute1 "attr20217") ) +(myObject (attribute1 "attr20218") ) +(myObject (attribute1 "attr20219") ) +(myObject (attribute1 "attr20220") ) +(myObject (attribute1 "attr20221") ) +(myObject (attribute1 "attr20222") ) +(myObject (attribute1 "attr20223") ) +(myObject (attribute1 "attr20224") ) +(myObject (attribute1 "attr20225") ) +(myObject (attribute1 "attr20226") ) +(myObject (attribute1 "attr20227") ) +(myObject (attribute1 "attr20228") ) +(myObject (attribute1 "attr20229") ) +(myObject (attribute1 "attr20230") ) +(myObject (attribute1 "attr20231") ) +(myObject (attribute1 "attr20232") ) +(myObject (attribute1 "attr20233") ) +(myObject (attribute1 "attr20234") ) +(myObject (attribute1 "attr20235") ) +(myObject (attribute1 "attr20236") ) +(myObject (attribute1 "attr20237") ) +(myObject (attribute1 "attr20238") ) +(myObject (attribute1 "attr20239") ) +(myObject (attribute1 "attr20240") ) +(myObject (attribute1 "attr20241") ) +(myObject (attribute1 "attr20242") ) +(myObject (attribute1 "attr20243") ) +(myObject (attribute1 "attr20244") ) +(myObject (attribute1 "attr20245") ) +(myObject (attribute1 "attr20246") ) +(myObject (attribute1 "attr20247") ) +(myObject (attribute1 "attr20248") ) +(myObject (attribute1 "attr20249") ) +(myObject (attribute1 "attr20250") ) +(myObject (attribute1 "attr20251") ) +(myObject (attribute1 "attr20252") ) +(myObject (attribute1 "attr20253") ) +(myObject (attribute1 "attr20254") ) +(myObject (attribute1 "attr20255") ) +(myObject (attribute1 "attr20256") ) +(myObject (attribute1 "attr20257") ) +(myObject (attribute1 "attr20258") ) +(myObject (attribute1 "attr20259") ) +(myObject (attribute1 "attr20260") ) +(myObject (attribute1 "attr20261") ) +(myObject (attribute1 "attr20262") ) +(myObject (attribute1 "attr20263") ) +(myObject (attribute1 "attr20264") ) +(myObject (attribute1 "attr20265") ) +(myObject (attribute1 "attr20266") ) +(myObject (attribute1 "attr20267") ) +(myObject (attribute1 "attr20268") ) +(myObject (attribute1 "attr20269") ) +(myObject (attribute1 "attr20270") ) +(myObject (attribute1 "attr20271") ) +(myObject (attribute1 "attr20272") ) +(myObject (attribute1 "attr20273") ) +(myObject (attribute1 "attr20274") ) +(myObject (attribute1 "attr20275") ) +(myObject (attribute1 "attr20276") ) +(myObject (attribute1 "attr20277") ) +(myObject (attribute1 "attr20278") ) +(myObject (attribute1 "attr20279") ) +(myObject (attribute1 "attr20280") ) +(myObject (attribute1 "attr20281") ) +(myObject (attribute1 "attr20282") ) +(myObject (attribute1 "attr20283") ) +(myObject (attribute1 "attr20284") ) +(myObject (attribute1 "attr20285") ) +(myObject (attribute1 "attr20286") ) +(myObject (attribute1 "attr20287") ) +(myObject (attribute1 "attr20288") ) +(myObject (attribute1 "attr20289") ) +(myObject (attribute1 "attr20290") ) +(myObject (attribute1 "attr20291") ) +(myObject (attribute1 "attr20292") ) +(myObject (attribute1 "attr20293") ) +(myObject (attribute1 "attr20294") ) +(myObject (attribute1 "attr20295") ) +(myObject (attribute1 "attr20296") ) +(myObject (attribute1 "attr20297") ) +(myObject (attribute1 "attr20298") ) +(myObject (attribute1 "attr20299") ) +(myObject (attribute1 "attr20300") ) +(myObject (attribute1 "attr20301") ) +(myObject (attribute1 "attr20302") ) +(myObject (attribute1 "attr20303") ) +(myObject (attribute1 "attr20304") ) +(myObject (attribute1 "attr20305") ) +(myObject (attribute1 "attr20306") ) +(myObject (attribute1 "attr20307") ) +(myObject (attribute1 "attr20308") ) +(myObject (attribute1 "attr20309") ) +(myObject (attribute1 "attr20310") ) +(myObject (attribute1 "attr20311") ) +(myObject (attribute1 "attr20312") ) +(myObject (attribute1 "attr20313") ) +(myObject (attribute1 "attr20314") ) +(myObject (attribute1 "attr20315") ) +(myObject (attribute1 "attr20316") ) +(myObject (attribute1 "attr20317") ) +(myObject (attribute1 "attr20318") ) +(myObject (attribute1 "attr20319") ) +(myObject (attribute1 "attr20320") ) +(myObject (attribute1 "attr20321") ) +(myObject (attribute1 "attr20322") ) +(myObject (attribute1 "attr20323") ) +(myObject (attribute1 "attr20324") ) +(myObject (attribute1 "attr20325") ) +(myObject (attribute1 "attr20326") ) +(myObject (attribute1 "attr20327") ) +(myObject (attribute1 "attr20328") ) +(myObject (attribute1 "attr20329") ) +(myObject (attribute1 "attr20330") ) +(myObject (attribute1 "attr20331") ) +(myObject (attribute1 "attr20332") ) +(myObject (attribute1 "attr20333") ) +(myObject (attribute1 "attr20334") ) +(myObject (attribute1 "attr20335") ) +(myObject (attribute1 "attr20336") ) +(myObject (attribute1 "attr20337") ) +(myObject (attribute1 "attr20338") ) +(myObject (attribute1 "attr20339") ) +(myObject (attribute1 "attr20340") ) +(myObject (attribute1 "attr20341") ) +(myObject (attribute1 "attr20342") ) +(myObject (attribute1 "attr20343") ) +(myObject (attribute1 "attr20344") ) +(myObject (attribute1 "attr20345") ) +(myObject (attribute1 "attr20346") ) +(myObject (attribute1 "attr20347") ) +(myObject (attribute1 "attr20348") ) +(myObject (attribute1 "attr20349") ) +(myObject (attribute1 "attr20350") ) +(myObject (attribute1 "attr20351") ) +(myObject (attribute1 "attr20352") ) +(myObject (attribute1 "attr20353") ) +(myObject (attribute1 "attr20354") ) +(myObject (attribute1 "attr20355") ) +(myObject (attribute1 "attr20356") ) +(myObject (attribute1 "attr20357") ) +(myObject (attribute1 "attr20358") ) +(myObject (attribute1 "attr20359") ) +(myObject (attribute1 "attr20360") ) +(myObject (attribute1 "attr20361") ) +(myObject (attribute1 "attr20362") ) +(myObject (attribute1 "attr20363") ) +(myObject (attribute1 "attr20364") ) +(myObject (attribute1 "attr20365") ) +(myObject (attribute1 "attr20366") ) +(myObject (attribute1 "attr20367") ) +(myObject (attribute1 "attr20368") ) +(myObject (attribute1 "attr20369") ) +(myObject (attribute1 "attr20370") ) +(myObject (attribute1 "attr20371") ) +(myObject (attribute1 "attr20372") ) +(myObject (attribute1 "attr20373") ) +(myObject (attribute1 "attr20374") ) +(myObject (attribute1 "attr20375") ) +(myObject (attribute1 "attr20376") ) +(myObject (attribute1 "attr20377") ) +(myObject (attribute1 "attr20378") ) +(myObject (attribute1 "attr20379") ) +(myObject (attribute1 "attr20380") ) +(myObject (attribute1 "attr20381") ) +(myObject (attribute1 "attr20382") ) +(myObject (attribute1 "attr20383") ) +(myObject (attribute1 "attr20384") ) +(myObject (attribute1 "attr20385") ) +(myObject (attribute1 "attr20386") ) +(myObject (attribute1 "attr20387") ) +(myObject (attribute1 "attr20388") ) +(myObject (attribute1 "attr20389") ) +(myObject (attribute1 "attr20390") ) +(myObject (attribute1 "attr20391") ) +(myObject (attribute1 "attr20392") ) +(myObject (attribute1 "attr20393") ) +(myObject (attribute1 "attr20394") ) +(myObject (attribute1 "attr20395") ) +(myObject (attribute1 "attr20396") ) +(myObject (attribute1 "attr20397") ) +(myObject (attribute1 "attr20398") ) +(myObject (attribute1 "attr20399") ) +(myObject (attribute1 "attr20400") ) +(myObject (attribute1 "attr20401") ) +(myObject (attribute1 "attr20402") ) +(myObject (attribute1 "attr20403") ) +(myObject (attribute1 "attr20404") ) +(myObject (attribute1 "attr20405") ) +(myObject (attribute1 "attr20406") ) +(myObject (attribute1 "attr20407") ) +(myObject (attribute1 "attr20408") ) +(myObject (attribute1 "attr20409") ) +(myObject (attribute1 "attr20410") ) +(myObject (attribute1 "attr20411") ) +(myObject (attribute1 "attr20412") ) +(myObject (attribute1 "attr20413") ) +(myObject (attribute1 "attr20414") ) +(myObject (attribute1 "attr20415") ) +(myObject (attribute1 "attr20416") ) +(myObject (attribute1 "attr20417") ) +(myObject (attribute1 "attr20418") ) +(myObject (attribute1 "attr20419") ) +(myObject (attribute1 "attr20420") ) +(myObject (attribute1 "attr20421") ) +(myObject (attribute1 "attr20422") ) +(myObject (attribute1 "attr20423") ) +(myObject (attribute1 "attr20424") ) +(myObject (attribute1 "attr20425") ) +(myObject (attribute1 "attr20426") ) +(myObject (attribute1 "attr20427") ) +(myObject (attribute1 "attr20428") ) +(myObject (attribute1 "attr20429") ) +(myObject (attribute1 "attr20430") ) +(myObject (attribute1 "attr20431") ) +(myObject (attribute1 "attr20432") ) +(myObject (attribute1 "attr20433") ) +(myObject (attribute1 "attr20434") ) +(myObject (attribute1 "attr20435") ) +(myObject (attribute1 "attr20436") ) +(myObject (attribute1 "attr20437") ) +(myObject (attribute1 "attr20438") ) +(myObject (attribute1 "attr20439") ) +(myObject (attribute1 "attr20440") ) +(myObject (attribute1 "attr20441") ) +(myObject (attribute1 "attr20442") ) +(myObject (attribute1 "attr20443") ) +(myObject (attribute1 "attr20444") ) +(myObject (attribute1 "attr20445") ) +(myObject (attribute1 "attr20446") ) +(myObject (attribute1 "attr20447") ) +(myObject (attribute1 "attr20448") ) +(myObject (attribute1 "attr20449") ) +(myObject (attribute1 "attr20450") ) +(myObject (attribute1 "attr20451") ) +(myObject (attribute1 "attr20452") ) +(myObject (attribute1 "attr20453") ) +(myObject (attribute1 "attr20454") ) +(myObject (attribute1 "attr20455") ) +(myObject (attribute1 "attr20456") ) +(myObject (attribute1 "attr20457") ) +(myObject (attribute1 "attr20458") ) +(myObject (attribute1 "attr20459") ) +(myObject (attribute1 "attr20460") ) +(myObject (attribute1 "attr20461") ) +(myObject (attribute1 "attr20462") ) +(myObject (attribute1 "attr20463") ) +(myObject (attribute1 "attr20464") ) +(myObject (attribute1 "attr20465") ) +(myObject (attribute1 "attr20466") ) +(myObject (attribute1 "attr20467") ) +(myObject (attribute1 "attr20468") ) +(myObject (attribute1 "attr20469") ) +(myObject (attribute1 "attr20470") ) +(myObject (attribute1 "attr20471") ) +(myObject (attribute1 "attr20472") ) +(myObject (attribute1 "attr20473") ) +(myObject (attribute1 "attr20474") ) +(myObject (attribute1 "attr20475") ) +(myObject (attribute1 "attr20476") ) +(myObject (attribute1 "attr20477") ) +(myObject (attribute1 "attr20478") ) +(myObject (attribute1 "attr20479") ) +(myObject (attribute1 "attr20480") ) +(myObject (attribute1 "attr20481") ) +(myObject (attribute1 "attr20482") ) +(myObject (attribute1 "attr20483") ) +(myObject (attribute1 "attr20484") ) +(myObject (attribute1 "attr20485") ) +(myObject (attribute1 "attr20486") ) +(myObject (attribute1 "attr20487") ) +(myObject (attribute1 "attr20488") ) +(myObject (attribute1 "attr20489") ) +(myObject (attribute1 "attr20490") ) +(myObject (attribute1 "attr20491") ) +(myObject (attribute1 "attr20492") ) +(myObject (attribute1 "attr20493") ) +(myObject (attribute1 "attr20494") ) +(myObject (attribute1 "attr20495") ) +(myObject (attribute1 "attr20496") ) +(myObject (attribute1 "attr20497") ) +(myObject (attribute1 "attr20498") ) +(myObject (attribute1 "attr20499") ) +(myObject (attribute1 "attr20500") ) +(myObject (attribute1 "attr20501") ) +(myObject (attribute1 "attr20502") ) +(myObject (attribute1 "attr20503") ) +(myObject (attribute1 "attr20504") ) +(myObject (attribute1 "attr20505") ) +(myObject (attribute1 "attr20506") ) +(myObject (attribute1 "attr20507") ) +(myObject (attribute1 "attr20508") ) +(myObject (attribute1 "attr20509") ) +(myObject (attribute1 "attr20510") ) +(myObject (attribute1 "attr20511") ) +(myObject (attribute1 "attr20512") ) +(myObject (attribute1 "attr20513") ) +(myObject (attribute1 "attr20514") ) +(myObject (attribute1 "attr20515") ) +(myObject (attribute1 "attr20516") ) +(myObject (attribute1 "attr20517") ) +(myObject (attribute1 "attr20518") ) +(myObject (attribute1 "attr20519") ) +(myObject (attribute1 "attr20520") ) +(myObject (attribute1 "attr20521") ) +(myObject (attribute1 "attr20522") ) +(myObject (attribute1 "attr20523") ) +(myObject (attribute1 "attr20524") ) +(myObject (attribute1 "attr20525") ) +(myObject (attribute1 "attr20526") ) +(myObject (attribute1 "attr20527") ) +(myObject (attribute1 "attr20528") ) +(myObject (attribute1 "attr20529") ) +(myObject (attribute1 "attr20530") ) +(myObject (attribute1 "attr20531") ) +(myObject (attribute1 "attr20532") ) +(myObject (attribute1 "attr20533") ) +(myObject (attribute1 "attr20534") ) +(myObject (attribute1 "attr20535") ) +(myObject (attribute1 "attr20536") ) +(myObject (attribute1 "attr20537") ) +(myObject (attribute1 "attr20538") ) +(myObject (attribute1 "attr20539") ) +(myObject (attribute1 "attr20540") ) +(myObject (attribute1 "attr20541") ) +(myObject (attribute1 "attr20542") ) +(myObject (attribute1 "attr20543") ) +(myObject (attribute1 "attr20544") ) +(myObject (attribute1 "attr20545") ) +(myObject (attribute1 "attr20546") ) +(myObject (attribute1 "attr20547") ) +(myObject (attribute1 "attr20548") ) +(myObject (attribute1 "attr20549") ) +(myObject (attribute1 "attr20550") ) +(myObject (attribute1 "attr20551") ) +(myObject (attribute1 "attr20552") ) +(myObject (attribute1 "attr20553") ) +(myObject (attribute1 "attr20554") ) +(myObject (attribute1 "attr20555") ) +(myObject (attribute1 "attr20556") ) +(myObject (attribute1 "attr20557") ) +(myObject (attribute1 "attr20558") ) +(myObject (attribute1 "attr20559") ) +(myObject (attribute1 "attr20560") ) +(myObject (attribute1 "attr20561") ) +(myObject (attribute1 "attr20562") ) +(myObject (attribute1 "attr20563") ) +(myObject (attribute1 "attr20564") ) +(myObject (attribute1 "attr20565") ) +(myObject (attribute1 "attr20566") ) +(myObject (attribute1 "attr20567") ) +(myObject (attribute1 "attr20568") ) +(myObject (attribute1 "attr20569") ) +(myObject (attribute1 "attr20570") ) +(myObject (attribute1 "attr20571") ) +(myObject (attribute1 "attr20572") ) +(myObject (attribute1 "attr20573") ) +(myObject (attribute1 "attr20574") ) +(myObject (attribute1 "attr20575") ) +(myObject (attribute1 "attr20576") ) +(myObject (attribute1 "attr20577") ) +(myObject (attribute1 "attr20578") ) +(myObject (attribute1 "attr20579") ) +(myObject (attribute1 "attr20580") ) +(myObject (attribute1 "attr20581") ) +(myObject (attribute1 "attr20582") ) +(myObject (attribute1 "attr20583") ) +(myObject (attribute1 "attr20584") ) +(myObject (attribute1 "attr20585") ) +(myObject (attribute1 "attr20586") ) +(myObject (attribute1 "attr20587") ) +(myObject (attribute1 "attr20588") ) +(myObject (attribute1 "attr20589") ) +(myObject (attribute1 "attr20590") ) +(myObject (attribute1 "attr20591") ) +(myObject (attribute1 "attr20592") ) +(myObject (attribute1 "attr20593") ) +(myObject (attribute1 "attr20594") ) +(myObject (attribute1 "attr20595") ) +(myObject (attribute1 "attr20596") ) +(myObject (attribute1 "attr20597") ) +(myObject (attribute1 "attr20598") ) +(myObject (attribute1 "attr20599") ) +(myObject (attribute1 "attr20600") ) +(myObject (attribute1 "attr20601") ) +(myObject (attribute1 "attr20602") ) +(myObject (attribute1 "attr20603") ) +(myObject (attribute1 "attr20604") ) +(myObject (attribute1 "attr20605") ) +(myObject (attribute1 "attr20606") ) +(myObject (attribute1 "attr20607") ) +(myObject (attribute1 "attr20608") ) +(myObject (attribute1 "attr20609") ) +(myObject (attribute1 "attr20610") ) +(myObject (attribute1 "attr20611") ) +(myObject (attribute1 "attr20612") ) +(myObject (attribute1 "attr20613") ) +(myObject (attribute1 "attr20614") ) +(myObject (attribute1 "attr20615") ) +(myObject (attribute1 "attr20616") ) +(myObject (attribute1 "attr20617") ) +(myObject (attribute1 "attr20618") ) +(myObject (attribute1 "attr20619") ) +(myObject (attribute1 "attr20620") ) +(myObject (attribute1 "attr20621") ) +(myObject (attribute1 "attr20622") ) +(myObject (attribute1 "attr20623") ) +(myObject (attribute1 "attr20624") ) +(myObject (attribute1 "attr20625") ) +(myObject (attribute1 "attr20626") ) +(myObject (attribute1 "attr20627") ) +(myObject (attribute1 "attr20628") ) +(myObject (attribute1 "attr20629") ) +(myObject (attribute1 "attr20630") ) +(myObject (attribute1 "attr20631") ) +(myObject (attribute1 "attr20632") ) +(myObject (attribute1 "attr20633") ) +(myObject (attribute1 "attr20634") ) +(myObject (attribute1 "attr20635") ) +(myObject (attribute1 "attr20636") ) +(myObject (attribute1 "attr20637") ) +(myObject (attribute1 "attr20638") ) +(myObject (attribute1 "attr20639") ) +(myObject (attribute1 "attr20640") ) +(myObject (attribute1 "attr20641") ) +(myObject (attribute1 "attr20642") ) +(myObject (attribute1 "attr20643") ) +(myObject (attribute1 "attr20644") ) +(myObject (attribute1 "attr20645") ) +(myObject (attribute1 "attr20646") ) +(myObject (attribute1 "attr20647") ) +(myObject (attribute1 "attr20648") ) +(myObject (attribute1 "attr20649") ) +(myObject (attribute1 "attr20650") ) +(myObject (attribute1 "attr20651") ) +(myObject (attribute1 "attr20652") ) +(myObject (attribute1 "attr20653") ) +(myObject (attribute1 "attr20654") ) +(myObject (attribute1 "attr20655") ) +(myObject (attribute1 "attr20656") ) +(myObject (attribute1 "attr20657") ) +(myObject (attribute1 "attr20658") ) +(myObject (attribute1 "attr20659") ) +(myObject (attribute1 "attr20660") ) +(myObject (attribute1 "attr20661") ) +(myObject (attribute1 "attr20662") ) +(myObject (attribute1 "attr20663") ) +(myObject (attribute1 "attr20664") ) +(myObject (attribute1 "attr20665") ) +(myObject (attribute1 "attr20666") ) +(myObject (attribute1 "attr20667") ) +(myObject (attribute1 "attr20668") ) +(myObject (attribute1 "attr20669") ) +(myObject (attribute1 "attr20670") ) +(myObject (attribute1 "attr20671") ) +(myObject (attribute1 "attr20672") ) +(myObject (attribute1 "attr20673") ) +(myObject (attribute1 "attr20674") ) +(myObject (attribute1 "attr20675") ) +(myObject (attribute1 "attr20676") ) +(myObject (attribute1 "attr20677") ) +(myObject (attribute1 "attr20678") ) +(myObject (attribute1 "attr20679") ) +(myObject (attribute1 "attr20680") ) +(myObject (attribute1 "attr20681") ) +(myObject (attribute1 "attr20682") ) +(myObject (attribute1 "attr20683") ) +(myObject (attribute1 "attr20684") ) +(myObject (attribute1 "attr20685") ) +(myObject (attribute1 "attr20686") ) +(myObject (attribute1 "attr20687") ) +(myObject (attribute1 "attr20688") ) +(myObject (attribute1 "attr20689") ) +(myObject (attribute1 "attr20690") ) +(myObject (attribute1 "attr20691") ) +(myObject (attribute1 "attr20692") ) +(myObject (attribute1 "attr20693") ) +(myObject (attribute1 "attr20694") ) +(myObject (attribute1 "attr20695") ) +(myObject (attribute1 "attr20696") ) +(myObject (attribute1 "attr20697") ) +(myObject (attribute1 "attr20698") ) +(myObject (attribute1 "attr20699") ) +(myObject (attribute1 "attr20700") ) +(myObject (attribute1 "attr20701") ) +(myObject (attribute1 "attr20702") ) +(myObject (attribute1 "attr20703") ) +(myObject (attribute1 "attr20704") ) +(myObject (attribute1 "attr20705") ) +(myObject (attribute1 "attr20706") ) +(myObject (attribute1 "attr20707") ) +(myObject (attribute1 "attr20708") ) +(myObject (attribute1 "attr20709") ) +(myObject (attribute1 "attr20710") ) +(myObject (attribute1 "attr20711") ) +(myObject (attribute1 "attr20712") ) +(myObject (attribute1 "attr20713") ) +(myObject (attribute1 "attr20714") ) +(myObject (attribute1 "attr20715") ) +(myObject (attribute1 "attr20716") ) +(myObject (attribute1 "attr20717") ) +(myObject (attribute1 "attr20718") ) +(myObject (attribute1 "attr20719") ) +(myObject (attribute1 "attr20720") ) +(myObject (attribute1 "attr20721") ) +(myObject (attribute1 "attr20722") ) +(myObject (attribute1 "attr20723") ) +(myObject (attribute1 "attr20724") ) +(myObject (attribute1 "attr20725") ) +(myObject (attribute1 "attr20726") ) +(myObject (attribute1 "attr20727") ) +(myObject (attribute1 "attr20728") ) +(myObject (attribute1 "attr20729") ) +(myObject (attribute1 "attr20730") ) +(myObject (attribute1 "attr20731") ) +(myObject (attribute1 "attr20732") ) +(myObject (attribute1 "attr20733") ) +(myObject (attribute1 "attr20734") ) +(myObject (attribute1 "attr20735") ) +(myObject (attribute1 "attr20736") ) +(myObject (attribute1 "attr20737") ) +(myObject (attribute1 "attr20738") ) +(myObject (attribute1 "attr20739") ) +(myObject (attribute1 "attr20740") ) +(myObject (attribute1 "attr20741") ) +(myObject (attribute1 "attr20742") ) +(myObject (attribute1 "attr20743") ) +(myObject (attribute1 "attr20744") ) +(myObject (attribute1 "attr20745") ) +(myObject (attribute1 "attr20746") ) +(myObject (attribute1 "attr20747") ) +(myObject (attribute1 "attr20748") ) +(myObject (attribute1 "attr20749") ) +(myObject (attribute1 "attr20750") ) +(myObject (attribute1 "attr20751") ) +(myObject (attribute1 "attr20752") ) +(myObject (attribute1 "attr20753") ) +(myObject (attribute1 "attr20754") ) +(myObject (attribute1 "attr20755") ) +(myObject (attribute1 "attr20756") ) +(myObject (attribute1 "attr20757") ) +(myObject (attribute1 "attr20758") ) +(myObject (attribute1 "attr20759") ) +(myObject (attribute1 "attr20760") ) +(myObject (attribute1 "attr20761") ) +(myObject (attribute1 "attr20762") ) +(myObject (attribute1 "attr20763") ) +(myObject (attribute1 "attr20764") ) +(myObject (attribute1 "attr20765") ) +(myObject (attribute1 "attr20766") ) +(myObject (attribute1 "attr20767") ) +(myObject (attribute1 "attr20768") ) +(myObject (attribute1 "attr20769") ) +(myObject (attribute1 "attr20770") ) +(myObject (attribute1 "attr20771") ) +(myObject (attribute1 "attr20772") ) +(myObject (attribute1 "attr20773") ) +(myObject (attribute1 "attr20774") ) +(myObject (attribute1 "attr20775") ) +(myObject (attribute1 "attr20776") ) +(myObject (attribute1 "attr20777") ) +(myObject (attribute1 "attr20778") ) +(myObject (attribute1 "attr20779") ) +(myObject (attribute1 "attr20780") ) +(myObject (attribute1 "attr20781") ) +(myObject (attribute1 "attr20782") ) +(myObject (attribute1 "attr20783") ) +(myObject (attribute1 "attr20784") ) +(myObject (attribute1 "attr20785") ) +(myObject (attribute1 "attr20786") ) +(myObject (attribute1 "attr20787") ) +(myObject (attribute1 "attr20788") ) +(myObject (attribute1 "attr20789") ) +(myObject (attribute1 "attr20790") ) +(myObject (attribute1 "attr20791") ) +(myObject (attribute1 "attr20792") ) +(myObject (attribute1 "attr20793") ) +(myObject (attribute1 "attr20794") ) +(myObject (attribute1 "attr20795") ) +(myObject (attribute1 "attr20796") ) +(myObject (attribute1 "attr20797") ) +(myObject (attribute1 "attr20798") ) +(myObject (attribute1 "attr20799") ) +(myObject (attribute1 "attr20800") ) +(myObject (attribute1 "attr20801") ) +(myObject (attribute1 "attr20802") ) +(myObject (attribute1 "attr20803") ) +(myObject (attribute1 "attr20804") ) +(myObject (attribute1 "attr20805") ) +(myObject (attribute1 "attr20806") ) +(myObject (attribute1 "attr20807") ) +(myObject (attribute1 "attr20808") ) +(myObject (attribute1 "attr20809") ) +(myObject (attribute1 "attr20810") ) +(myObject (attribute1 "attr20811") ) +(myObject (attribute1 "attr20812") ) +(myObject (attribute1 "attr20813") ) +(myObject (attribute1 "attr20814") ) +(myObject (attribute1 "attr20815") ) +(myObject (attribute1 "attr20816") ) +(myObject (attribute1 "attr20817") ) +(myObject (attribute1 "attr20818") ) +(myObject (attribute1 "attr20819") ) +(myObject (attribute1 "attr20820") ) +(myObject (attribute1 "attr20821") ) +(myObject (attribute1 "attr20822") ) +(myObject (attribute1 "attr20823") ) +(myObject (attribute1 "attr20824") ) +(myObject (attribute1 "attr20825") ) +(myObject (attribute1 "attr20826") ) +(myObject (attribute1 "attr20827") ) +(myObject (attribute1 "attr20828") ) +(myObject (attribute1 "attr20829") ) +(myObject (attribute1 "attr20830") ) +(myObject (attribute1 "attr20831") ) +(myObject (attribute1 "attr20832") ) +(myObject (attribute1 "attr20833") ) +(myObject (attribute1 "attr20834") ) +(myObject (attribute1 "attr20835") ) +(myObject (attribute1 "attr20836") ) +(myObject (attribute1 "attr20837") ) +(myObject (attribute1 "attr20838") ) +(myObject (attribute1 "attr20839") ) +(myObject (attribute1 "attr20840") ) +(myObject (attribute1 "attr20841") ) +(myObject (attribute1 "attr20842") ) +(myObject (attribute1 "attr20843") ) +(myObject (attribute1 "attr20844") ) +(myObject (attribute1 "attr20845") ) +(myObject (attribute1 "attr20846") ) +(myObject (attribute1 "attr20847") ) +(myObject (attribute1 "attr20848") ) +(myObject (attribute1 "attr20849") ) +(myObject (attribute1 "attr20850") ) +(myObject (attribute1 "attr20851") ) +(myObject (attribute1 "attr20852") ) +(myObject (attribute1 "attr20853") ) +(myObject (attribute1 "attr20854") ) +(myObject (attribute1 "attr20855") ) +(myObject (attribute1 "attr20856") ) +(myObject (attribute1 "attr20857") ) +(myObject (attribute1 "attr20858") ) +(myObject (attribute1 "attr20859") ) +(myObject (attribute1 "attr20860") ) +(myObject (attribute1 "attr20861") ) +(myObject (attribute1 "attr20862") ) +(myObject (attribute1 "attr20863") ) +(myObject (attribute1 "attr20864") ) +(myObject (attribute1 "attr20865") ) +(myObject (attribute1 "attr20866") ) +(myObject (attribute1 "attr20867") ) +(myObject (attribute1 "attr20868") ) +(myObject (attribute1 "attr20869") ) +(myObject (attribute1 "attr20870") ) +(myObject (attribute1 "attr20871") ) +(myObject (attribute1 "attr20872") ) +(myObject (attribute1 "attr20873") ) +(myObject (attribute1 "attr20874") ) +(myObject (attribute1 "attr20875") ) +(myObject (attribute1 "attr20876") ) +(myObject (attribute1 "attr20877") ) +(myObject (attribute1 "attr20878") ) +(myObject (attribute1 "attr20879") ) +(myObject (attribute1 "attr20880") ) +(myObject (attribute1 "attr20881") ) +(myObject (attribute1 "attr20882") ) +(myObject (attribute1 "attr20883") ) +(myObject (attribute1 "attr20884") ) +(myObject (attribute1 "attr20885") ) +(myObject (attribute1 "attr20886") ) +(myObject (attribute1 "attr20887") ) +(myObject (attribute1 "attr20888") ) +(myObject (attribute1 "attr20889") ) +(myObject (attribute1 "attr20890") ) +(myObject (attribute1 "attr20891") ) +(myObject (attribute1 "attr20892") ) +(myObject (attribute1 "attr20893") ) +(myObject (attribute1 "attr20894") ) +(myObject (attribute1 "attr20895") ) +(myObject (attribute1 "attr20896") ) +(myObject (attribute1 "attr20897") ) +(myObject (attribute1 "attr20898") ) +(myObject (attribute1 "attr20899") ) +(myObject (attribute1 "attr20900") ) +(myObject (attribute1 "attr20901") ) +(myObject (attribute1 "attr20902") ) +(myObject (attribute1 "attr20903") ) +(myObject (attribute1 "attr20904") ) +(myObject (attribute1 "attr20905") ) +(myObject (attribute1 "attr20906") ) +(myObject (attribute1 "attr20907") ) +(myObject (attribute1 "attr20908") ) +(myObject (attribute1 "attr20909") ) +(myObject (attribute1 "attr20910") ) +(myObject (attribute1 "attr20911") ) +(myObject (attribute1 "attr20912") ) +(myObject (attribute1 "attr20913") ) +(myObject (attribute1 "attr20914") ) +(myObject (attribute1 "attr20915") ) +(myObject (attribute1 "attr20916") ) +(myObject (attribute1 "attr20917") ) +(myObject (attribute1 "attr20918") ) +(myObject (attribute1 "attr20919") ) +(myObject (attribute1 "attr20920") ) +(myObject (attribute1 "attr20921") ) +(myObject (attribute1 "attr20922") ) +(myObject (attribute1 "attr20923") ) +(myObject (attribute1 "attr20924") ) +(myObject (attribute1 "attr20925") ) +(myObject (attribute1 "attr20926") ) +(myObject (attribute1 "attr20927") ) +(myObject (attribute1 "attr20928") ) +(myObject (attribute1 "attr20929") ) +(myObject (attribute1 "attr20930") ) +(myObject (attribute1 "attr20931") ) +(myObject (attribute1 "attr20932") ) +(myObject (attribute1 "attr20933") ) +(myObject (attribute1 "attr20934") ) +(myObject (attribute1 "attr20935") ) +(myObject (attribute1 "attr20936") ) +(myObject (attribute1 "attr20937") ) +(myObject (attribute1 "attr20938") ) +(myObject (attribute1 "attr20939") ) +(myObject (attribute1 "attr20940") ) +(myObject (attribute1 "attr20941") ) +(myObject (attribute1 "attr20942") ) +(myObject (attribute1 "attr20943") ) +(myObject (attribute1 "attr20944") ) +(myObject (attribute1 "attr20945") ) +(myObject (attribute1 "attr20946") ) +(myObject (attribute1 "attr20947") ) +(myObject (attribute1 "attr20948") ) +(myObject (attribute1 "attr20949") ) +(myObject (attribute1 "attr20950") ) +(myObject (attribute1 "attr20951") ) +(myObject (attribute1 "attr20952") ) +(myObject (attribute1 "attr20953") ) +(myObject (attribute1 "attr20954") ) +(myObject (attribute1 "attr20955") ) +(myObject (attribute1 "attr20956") ) +(myObject (attribute1 "attr20957") ) +(myObject (attribute1 "attr20958") ) +(myObject (attribute1 "attr20959") ) +(myObject (attribute1 "attr20960") ) +(myObject (attribute1 "attr20961") ) +(myObject (attribute1 "attr20962") ) +(myObject (attribute1 "attr20963") ) +(myObject (attribute1 "attr20964") ) +(myObject (attribute1 "attr20965") ) +(myObject (attribute1 "attr20966") ) +(myObject (attribute1 "attr20967") ) +(myObject (attribute1 "attr20968") ) +(myObject (attribute1 "attr20969") ) +(myObject (attribute1 "attr20970") ) +(myObject (attribute1 "attr20971") ) +(myObject (attribute1 "attr20972") ) +(myObject (attribute1 "attr20973") ) +(myObject (attribute1 "attr20974") ) +(myObject (attribute1 "attr20975") ) +(myObject (attribute1 "attr20976") ) +(myObject (attribute1 "attr20977") ) +(myObject (attribute1 "attr20978") ) +(myObject (attribute1 "attr20979") ) +(myObject (attribute1 "attr20980") ) +(myObject (attribute1 "attr20981") ) +(myObject (attribute1 "attr20982") ) +(myObject (attribute1 "attr20983") ) +(myObject (attribute1 "attr20984") ) +(myObject (attribute1 "attr20985") ) +(myObject (attribute1 "attr20986") ) +(myObject (attribute1 "attr20987") ) +(myObject (attribute1 "attr20988") ) +(myObject (attribute1 "attr20989") ) +(myObject (attribute1 "attr20990") ) +(myObject (attribute1 "attr20991") ) +(myObject (attribute1 "attr20992") ) +(myObject (attribute1 "attr20993") ) +(myObject (attribute1 "attr20994") ) +(myObject (attribute1 "attr20995") ) +(myObject (attribute1 "attr20996") ) +(myObject (attribute1 "attr20997") ) +(myObject (attribute1 "attr20998") ) +(myObject (attribute1 "attr20999") ) +(myObject (attribute1 "attr21000") ) +(myObject (attribute1 "attr21001") ) +(myObject (attribute1 "attr21002") ) +(myObject (attribute1 "attr21003") ) +(myObject (attribute1 "attr21004") ) +(myObject (attribute1 "attr21005") ) +(myObject (attribute1 "attr21006") ) +(myObject (attribute1 "attr21007") ) +(myObject (attribute1 "attr21008") ) +(myObject (attribute1 "attr21009") ) +(myObject (attribute1 "attr21010") ) +(myObject (attribute1 "attr21011") ) +(myObject (attribute1 "attr21012") ) +(myObject (attribute1 "attr21013") ) +(myObject (attribute1 "attr21014") ) +(myObject (attribute1 "attr21015") ) +(myObject (attribute1 "attr21016") ) +(myObject (attribute1 "attr21017") ) +(myObject (attribute1 "attr21018") ) +(myObject (attribute1 "attr21019") ) +(myObject (attribute1 "attr21020") ) +(myObject (attribute1 "attr21021") ) +(myObject (attribute1 "attr21022") ) +(myObject (attribute1 "attr21023") ) +(myObject (attribute1 "attr21024") ) +(myObject (attribute1 "attr21025") ) +(myObject (attribute1 "attr21026") ) +(myObject (attribute1 "attr21027") ) +(myObject (attribute1 "attr21028") ) +(myObject (attribute1 "attr21029") ) +(myObject (attribute1 "attr21030") ) +(myObject (attribute1 "attr21031") ) +(myObject (attribute1 "attr21032") ) +(myObject (attribute1 "attr21033") ) +(myObject (attribute1 "attr21034") ) +(myObject (attribute1 "attr21035") ) +(myObject (attribute1 "attr21036") ) +(myObject (attribute1 "attr21037") ) +(myObject (attribute1 "attr21038") ) +(myObject (attribute1 "attr21039") ) +(myObject (attribute1 "attr21040") ) +(myObject (attribute1 "attr21041") ) +(myObject (attribute1 "attr21042") ) +(myObject (attribute1 "attr21043") ) +(myObject (attribute1 "attr21044") ) +(myObject (attribute1 "attr21045") ) +(myObject (attribute1 "attr21046") ) +(myObject (attribute1 "attr21047") ) +(myObject (attribute1 "attr21048") ) +(myObject (attribute1 "attr21049") ) +(myObject (attribute1 "attr21050") ) +(myObject (attribute1 "attr21051") ) +(myObject (attribute1 "attr21052") ) +(myObject (attribute1 "attr21053") ) +(myObject (attribute1 "attr21054") ) +(myObject (attribute1 "attr21055") ) +(myObject (attribute1 "attr21056") ) +(myObject (attribute1 "attr21057") ) +(myObject (attribute1 "attr21058") ) +(myObject (attribute1 "attr21059") ) +(myObject (attribute1 "attr21060") ) +(myObject (attribute1 "attr21061") ) +(myObject (attribute1 "attr21062") ) +(myObject (attribute1 "attr21063") ) +(myObject (attribute1 "attr21064") ) +(myObject (attribute1 "attr21065") ) +(myObject (attribute1 "attr21066") ) +(myObject (attribute1 "attr21067") ) +(myObject (attribute1 "attr21068") ) +(myObject (attribute1 "attr21069") ) +(myObject (attribute1 "attr21070") ) +(myObject (attribute1 "attr21071") ) +(myObject (attribute1 "attr21072") ) +(myObject (attribute1 "attr21073") ) +(myObject (attribute1 "attr21074") ) +(myObject (attribute1 "attr21075") ) +(myObject (attribute1 "attr21076") ) +(myObject (attribute1 "attr21077") ) +(myObject (attribute1 "attr21078") ) +(myObject (attribute1 "attr21079") ) +(myObject (attribute1 "attr21080") ) +(myObject (attribute1 "attr21081") ) +(myObject (attribute1 "attr21082") ) +(myObject (attribute1 "attr21083") ) +(myObject (attribute1 "attr21084") ) +(myObject (attribute1 "attr21085") ) +(myObject (attribute1 "attr21086") ) +(myObject (attribute1 "attr21087") ) +(myObject (attribute1 "attr21088") ) +(myObject (attribute1 "attr21089") ) +(myObject (attribute1 "attr21090") ) +(myObject (attribute1 "attr21091") ) +(myObject (attribute1 "attr21092") ) +(myObject (attribute1 "attr21093") ) +(myObject (attribute1 "attr21094") ) +(myObject (attribute1 "attr21095") ) +(myObject (attribute1 "attr21096") ) +(myObject (attribute1 "attr21097") ) +(myObject (attribute1 "attr21098") ) +(myObject (attribute1 "attr21099") ) +(myObject (attribute1 "attr21100") ) +(myObject (attribute1 "attr21101") ) +(myObject (attribute1 "attr21102") ) +(myObject (attribute1 "attr21103") ) +(myObject (attribute1 "attr21104") ) +(myObject (attribute1 "attr21105") ) +(myObject (attribute1 "attr21106") ) +(myObject (attribute1 "attr21107") ) +(myObject (attribute1 "attr21108") ) +(myObject (attribute1 "attr21109") ) +(myObject (attribute1 "attr21110") ) +(myObject (attribute1 "attr21111") ) +(myObject (attribute1 "attr21112") ) +(myObject (attribute1 "attr21113") ) +(myObject (attribute1 "attr21114") ) +(myObject (attribute1 "attr21115") ) +(myObject (attribute1 "attr21116") ) +(myObject (attribute1 "attr21117") ) +(myObject (attribute1 "attr21118") ) +(myObject (attribute1 "attr21119") ) +(myObject (attribute1 "attr21120") ) +(myObject (attribute1 "attr21121") ) +(myObject (attribute1 "attr21122") ) +(myObject (attribute1 "attr21123") ) +(myObject (attribute1 "attr21124") ) +(myObject (attribute1 "attr21125") ) +(myObject (attribute1 "attr21126") ) +(myObject (attribute1 "attr21127") ) +(myObject (attribute1 "attr21128") ) +(myObject (attribute1 "attr21129") ) +(myObject (attribute1 "attr21130") ) +(myObject (attribute1 "attr21131") ) +(myObject (attribute1 "attr21132") ) +(myObject (attribute1 "attr21133") ) +(myObject (attribute1 "attr21134") ) +(myObject (attribute1 "attr21135") ) +(myObject (attribute1 "attr21136") ) +(myObject (attribute1 "attr21137") ) +(myObject (attribute1 "attr21138") ) +(myObject (attribute1 "attr21139") ) +(myObject (attribute1 "attr21140") ) +(myObject (attribute1 "attr21141") ) +(myObject (attribute1 "attr21142") ) +(myObject (attribute1 "attr21143") ) +(myObject (attribute1 "attr21144") ) +(myObject (attribute1 "attr21145") ) +(myObject (attribute1 "attr21146") ) +(myObject (attribute1 "attr21147") ) +(myObject (attribute1 "attr21148") ) +(myObject (attribute1 "attr21149") ) +(myObject (attribute1 "attr21150") ) +(myObject (attribute1 "attr21151") ) +(myObject (attribute1 "attr21152") ) +(myObject (attribute1 "attr21153") ) +(myObject (attribute1 "attr21154") ) +(myObject (attribute1 "attr21155") ) +(myObject (attribute1 "attr21156") ) +(myObject (attribute1 "attr21157") ) +(myObject (attribute1 "attr21158") ) +(myObject (attribute1 "attr21159") ) +(myObject (attribute1 "attr21160") ) +(myObject (attribute1 "attr21161") ) +(myObject (attribute1 "attr21162") ) +(myObject (attribute1 "attr21163") ) +(myObject (attribute1 "attr21164") ) +(myObject (attribute1 "attr21165") ) +(myObject (attribute1 "attr21166") ) +(myObject (attribute1 "attr21167") ) +(myObject (attribute1 "attr21168") ) +(myObject (attribute1 "attr21169") ) +(myObject (attribute1 "attr21170") ) +(myObject (attribute1 "attr21171") ) +(myObject (attribute1 "attr21172") ) +(myObject (attribute1 "attr21173") ) +(myObject (attribute1 "attr21174") ) +(myObject (attribute1 "attr21175") ) +(myObject (attribute1 "attr21176") ) +(myObject (attribute1 "attr21177") ) +(myObject (attribute1 "attr21178") ) +(myObject (attribute1 "attr21179") ) +(myObject (attribute1 "attr21180") ) +(myObject (attribute1 "attr21181") ) +(myObject (attribute1 "attr21182") ) +(myObject (attribute1 "attr21183") ) +(myObject (attribute1 "attr21184") ) +(myObject (attribute1 "attr21185") ) +(myObject (attribute1 "attr21186") ) +(myObject (attribute1 "attr21187") ) +(myObject (attribute1 "attr21188") ) +(myObject (attribute1 "attr21189") ) +(myObject (attribute1 "attr21190") ) +(myObject (attribute1 "attr21191") ) +(myObject (attribute1 "attr21192") ) +(myObject (attribute1 "attr21193") ) +(myObject (attribute1 "attr21194") ) +(myObject (attribute1 "attr21195") ) +(myObject (attribute1 "attr21196") ) +(myObject (attribute1 "attr21197") ) +(myObject (attribute1 "attr21198") ) +(myObject (attribute1 "attr21199") ) +(myObject (attribute1 "attr21200") ) +(myObject (attribute1 "attr21201") ) +(myObject (attribute1 "attr21202") ) +(myObject (attribute1 "attr21203") ) +(myObject (attribute1 "attr21204") ) +(myObject (attribute1 "attr21205") ) +(myObject (attribute1 "attr21206") ) +(myObject (attribute1 "attr21207") ) +(myObject (attribute1 "attr21208") ) +(myObject (attribute1 "attr21209") ) +(myObject (attribute1 "attr21210") ) +(myObject (attribute1 "attr21211") ) +(myObject (attribute1 "attr21212") ) +(myObject (attribute1 "attr21213") ) +(myObject (attribute1 "attr21214") ) +(myObject (attribute1 "attr21215") ) +(myObject (attribute1 "attr21216") ) +(myObject (attribute1 "attr21217") ) +(myObject (attribute1 "attr21218") ) +(myObject (attribute1 "attr21219") ) +(myObject (attribute1 "attr21220") ) +(myObject (attribute1 "attr21221") ) +(myObject (attribute1 "attr21222") ) +(myObject (attribute1 "attr21223") ) +(myObject (attribute1 "attr21224") ) +(myObject (attribute1 "attr21225") ) +(myObject (attribute1 "attr21226") ) +(myObject (attribute1 "attr21227") ) +(myObject (attribute1 "attr21228") ) +(myObject (attribute1 "attr21229") ) +(myObject (attribute1 "attr21230") ) +(myObject (attribute1 "attr21231") ) +(myObject (attribute1 "attr21232") ) +(myObject (attribute1 "attr21233") ) +(myObject (attribute1 "attr21234") ) +(myObject (attribute1 "attr21235") ) +(myObject (attribute1 "attr21236") ) +(myObject (attribute1 "attr21237") ) +(myObject (attribute1 "attr21238") ) +(myObject (attribute1 "attr21239") ) +(myObject (attribute1 "attr21240") ) +(myObject (attribute1 "attr21241") ) +(myObject (attribute1 "attr21242") ) +(myObject (attribute1 "attr21243") ) +(myObject (attribute1 "attr21244") ) +(myObject (attribute1 "attr21245") ) +(myObject (attribute1 "attr21246") ) +(myObject (attribute1 "attr21247") ) +(myObject (attribute1 "attr21248") ) +(myObject (attribute1 "attr21249") ) +(myObject (attribute1 "attr21250") ) +(myObject (attribute1 "attr21251") ) +(myObject (attribute1 "attr21252") ) +(myObject (attribute1 "attr21253") ) +(myObject (attribute1 "attr21254") ) +(myObject (attribute1 "attr21255") ) +(myObject (attribute1 "attr21256") ) +(myObject (attribute1 "attr21257") ) +(myObject (attribute1 "attr21258") ) +(myObject (attribute1 "attr21259") ) +(myObject (attribute1 "attr21260") ) +(myObject (attribute1 "attr21261") ) +(myObject (attribute1 "attr21262") ) +(myObject (attribute1 "attr21263") ) +(myObject (attribute1 "attr21264") ) +(myObject (attribute1 "attr21265") ) +(myObject (attribute1 "attr21266") ) +(myObject (attribute1 "attr21267") ) +(myObject (attribute1 "attr21268") ) +(myObject (attribute1 "attr21269") ) +(myObject (attribute1 "attr21270") ) +(myObject (attribute1 "attr21271") ) +(myObject (attribute1 "attr21272") ) +(myObject (attribute1 "attr21273") ) +(myObject (attribute1 "attr21274") ) +(myObject (attribute1 "attr21275") ) +(myObject (attribute1 "attr21276") ) +(myObject (attribute1 "attr21277") ) +(myObject (attribute1 "attr21278") ) +(myObject (attribute1 "attr21279") ) +(myObject (attribute1 "attr21280") ) +(myObject (attribute1 "attr21281") ) +(myObject (attribute1 "attr21282") ) +(myObject (attribute1 "attr21283") ) +(myObject (attribute1 "attr21284") ) +(myObject (attribute1 "attr21285") ) +(myObject (attribute1 "attr21286") ) +(myObject (attribute1 "attr21287") ) +(myObject (attribute1 "attr21288") ) +(myObject (attribute1 "attr21289") ) +(myObject (attribute1 "attr21290") ) +(myObject (attribute1 "attr21291") ) +(myObject (attribute1 "attr21292") ) +(myObject (attribute1 "attr21293") ) +(myObject (attribute1 "attr21294") ) +(myObject (attribute1 "attr21295") ) +(myObject (attribute1 "attr21296") ) +(myObject (attribute1 "attr21297") ) +(myObject (attribute1 "attr21298") ) +(myObject (attribute1 "attr21299") ) +(myObject (attribute1 "attr21300") ) +(myObject (attribute1 "attr21301") ) +(myObject (attribute1 "attr21302") ) +(myObject (attribute1 "attr21303") ) +(myObject (attribute1 "attr21304") ) +(myObject (attribute1 "attr21305") ) +(myObject (attribute1 "attr21306") ) +(myObject (attribute1 "attr21307") ) +(myObject (attribute1 "attr21308") ) +(myObject (attribute1 "attr21309") ) +(myObject (attribute1 "attr21310") ) +(myObject (attribute1 "attr21311") ) +(myObject (attribute1 "attr21312") ) +(myObject (attribute1 "attr21313") ) +(myObject (attribute1 "attr21314") ) +(myObject (attribute1 "attr21315") ) +(myObject (attribute1 "attr21316") ) +(myObject (attribute1 "attr21317") ) +(myObject (attribute1 "attr21318") ) +(myObject (attribute1 "attr21319") ) +(myObject (attribute1 "attr21320") ) +(myObject (attribute1 "attr21321") ) +(myObject (attribute1 "attr21322") ) +(myObject (attribute1 "attr21323") ) +(myObject (attribute1 "attr21324") ) +(myObject (attribute1 "attr21325") ) +(myObject (attribute1 "attr21326") ) +(myObject (attribute1 "attr21327") ) +(myObject (attribute1 "attr21328") ) +(myObject (attribute1 "attr21329") ) +(myObject (attribute1 "attr21330") ) +(myObject (attribute1 "attr21331") ) +(myObject (attribute1 "attr21332") ) +(myObject (attribute1 "attr21333") ) +(myObject (attribute1 "attr21334") ) +(myObject (attribute1 "attr21335") ) +(myObject (attribute1 "attr21336") ) +(myObject (attribute1 "attr21337") ) +(myObject (attribute1 "attr21338") ) +(myObject (attribute1 "attr21339") ) +(myObject (attribute1 "attr21340") ) +(myObject (attribute1 "attr21341") ) +(myObject (attribute1 "attr21342") ) +(myObject (attribute1 "attr21343") ) +(myObject (attribute1 "attr21344") ) +(myObject (attribute1 "attr21345") ) +(myObject (attribute1 "attr21346") ) +(myObject (attribute1 "attr21347") ) +(myObject (attribute1 "attr21348") ) +(myObject (attribute1 "attr21349") ) +(myObject (attribute1 "attr21350") ) +(myObject (attribute1 "attr21351") ) +(myObject (attribute1 "attr21352") ) +(myObject (attribute1 "attr21353") ) +(myObject (attribute1 "attr21354") ) +(myObject (attribute1 "attr21355") ) +(myObject (attribute1 "attr21356") ) +(myObject (attribute1 "attr21357") ) +(myObject (attribute1 "attr21358") ) +(myObject (attribute1 "attr21359") ) +(myObject (attribute1 "attr21360") ) +(myObject (attribute1 "attr21361") ) +(myObject (attribute1 "attr21362") ) +(myObject (attribute1 "attr21363") ) +(myObject (attribute1 "attr21364") ) +(myObject (attribute1 "attr21365") ) +(myObject (attribute1 "attr21366") ) +(myObject (attribute1 "attr21367") ) +(myObject (attribute1 "attr21368") ) +(myObject (attribute1 "attr21369") ) +(myObject (attribute1 "attr21370") ) +(myObject (attribute1 "attr21371") ) +(myObject (attribute1 "attr21372") ) +(myObject (attribute1 "attr21373") ) +(myObject (attribute1 "attr21374") ) +(myObject (attribute1 "attr21375") ) +(myObject (attribute1 "attr21376") ) +(myObject (attribute1 "attr21377") ) +(myObject (attribute1 "attr21378") ) +(myObject (attribute1 "attr21379") ) +(myObject (attribute1 "attr21380") ) +(myObject (attribute1 "attr21381") ) +(myObject (attribute1 "attr21382") ) +(myObject (attribute1 "attr21383") ) +(myObject (attribute1 "attr21384") ) +(myObject (attribute1 "attr21385") ) +(myObject (attribute1 "attr21386") ) +(myObject (attribute1 "attr21387") ) +(myObject (attribute1 "attr21388") ) +(myObject (attribute1 "attr21389") ) +(myObject (attribute1 "attr21390") ) +(myObject (attribute1 "attr21391") ) +(myObject (attribute1 "attr21392") ) +(myObject (attribute1 "attr21393") ) +(myObject (attribute1 "attr21394") ) +(myObject (attribute1 "attr21395") ) +(myObject (attribute1 "attr21396") ) +(myObject (attribute1 "attr21397") ) +(myObject (attribute1 "attr21398") ) +(myObject (attribute1 "attr21399") ) +(myObject (attribute1 "attr21400") ) +(myObject (attribute1 "attr21401") ) +(myObject (attribute1 "attr21402") ) +(myObject (attribute1 "attr21403") ) +(myObject (attribute1 "attr21404") ) +(myObject (attribute1 "attr21405") ) +(myObject (attribute1 "attr21406") ) +(myObject (attribute1 "attr21407") ) +(myObject (attribute1 "attr21408") ) +(myObject (attribute1 "attr21409") ) +(myObject (attribute1 "attr21410") ) +(myObject (attribute1 "attr21411") ) +(myObject (attribute1 "attr21412") ) +(myObject (attribute1 "attr21413") ) +(myObject (attribute1 "attr21414") ) +(myObject (attribute1 "attr21415") ) +(myObject (attribute1 "attr21416") ) +(myObject (attribute1 "attr21417") ) +(myObject (attribute1 "attr21418") ) +(myObject (attribute1 "attr21419") ) +(myObject (attribute1 "attr21420") ) +(myObject (attribute1 "attr21421") ) +(myObject (attribute1 "attr21422") ) +(myObject (attribute1 "attr21423") ) +(myObject (attribute1 "attr21424") ) +(myObject (attribute1 "attr21425") ) +(myObject (attribute1 "attr21426") ) +(myObject (attribute1 "attr21427") ) +(myObject (attribute1 "attr21428") ) +(myObject (attribute1 "attr21429") ) +(myObject (attribute1 "attr21430") ) +(myObject (attribute1 "attr21431") ) +(myObject (attribute1 "attr21432") ) +(myObject (attribute1 "attr21433") ) +(myObject (attribute1 "attr21434") ) +(myObject (attribute1 "attr21435") ) +(myObject (attribute1 "attr21436") ) +(myObject (attribute1 "attr21437") ) +(myObject (attribute1 "attr21438") ) +(myObject (attribute1 "attr21439") ) +(myObject (attribute1 "attr21440") ) +(myObject (attribute1 "attr21441") ) +(myObject (attribute1 "attr21442") ) +(myObject (attribute1 "attr21443") ) +(myObject (attribute1 "attr21444") ) +(myObject (attribute1 "attr21445") ) +(myObject (attribute1 "attr21446") ) +(myObject (attribute1 "attr21447") ) +(myObject (attribute1 "attr21448") ) +(myObject (attribute1 "attr21449") ) +(myObject (attribute1 "attr21450") ) +(myObject (attribute1 "attr21451") ) +(myObject (attribute1 "attr21452") ) +(myObject (attribute1 "attr21453") ) +(myObject (attribute1 "attr21454") ) +(myObject (attribute1 "attr21455") ) +(myObject (attribute1 "attr21456") ) +(myObject (attribute1 "attr21457") ) +(myObject (attribute1 "attr21458") ) +(myObject (attribute1 "attr21459") ) +(myObject (attribute1 "attr21460") ) +(myObject (attribute1 "attr21461") ) +(myObject (attribute1 "attr21462") ) +(myObject (attribute1 "attr21463") ) +(myObject (attribute1 "attr21464") ) +(myObject (attribute1 "attr21465") ) +(myObject (attribute1 "attr21466") ) +(myObject (attribute1 "attr21467") ) +(myObject (attribute1 "attr21468") ) +(myObject (attribute1 "attr21469") ) +(myObject (attribute1 "attr21470") ) +(myObject (attribute1 "attr21471") ) +(myObject (attribute1 "attr21472") ) +(myObject (attribute1 "attr21473") ) +(myObject (attribute1 "attr21474") ) +(myObject (attribute1 "attr21475") ) +(myObject (attribute1 "attr21476") ) +(myObject (attribute1 "attr21477") ) +(myObject (attribute1 "attr21478") ) +(myObject (attribute1 "attr21479") ) +(myObject (attribute1 "attr21480") ) +(myObject (attribute1 "attr21481") ) +(myObject (attribute1 "attr21482") ) +(myObject (attribute1 "attr21483") ) +(myObject (attribute1 "attr21484") ) +(myObject (attribute1 "attr21485") ) +(myObject (attribute1 "attr21486") ) +(myObject (attribute1 "attr21487") ) +(myObject (attribute1 "attr21488") ) +(myObject (attribute1 "attr21489") ) +(myObject (attribute1 "attr21490") ) +(myObject (attribute1 "attr21491") ) +(myObject (attribute1 "attr21492") ) +(myObject (attribute1 "attr21493") ) +(myObject (attribute1 "attr21494") ) +(myObject (attribute1 "attr21495") ) +(myObject (attribute1 "attr21496") ) +(myObject (attribute1 "attr21497") ) +(myObject (attribute1 "attr21498") ) +(myObject (attribute1 "attr21499") ) +(myObject (attribute1 "attr21500") ) +(myObject (attribute1 "attr21501") ) +(myObject (attribute1 "attr21502") ) +(myObject (attribute1 "attr21503") ) +(myObject (attribute1 "attr21504") ) +(myObject (attribute1 "attr21505") ) +(myObject (attribute1 "attr21506") ) +(myObject (attribute1 "attr21507") ) +(myObject (attribute1 "attr21508") ) +(myObject (attribute1 "attr21509") ) +(myObject (attribute1 "attr21510") ) +(myObject (attribute1 "attr21511") ) +(myObject (attribute1 "attr21512") ) +(myObject (attribute1 "attr21513") ) +(myObject (attribute1 "attr21514") ) +(myObject (attribute1 "attr21515") ) +(myObject (attribute1 "attr21516") ) +(myObject (attribute1 "attr21517") ) +(myObject (attribute1 "attr21518") ) +(myObject (attribute1 "attr21519") ) +(myObject (attribute1 "attr21520") ) +(myObject (attribute1 "attr21521") ) +(myObject (attribute1 "attr21522") ) +(myObject (attribute1 "attr21523") ) +(myObject (attribute1 "attr21524") ) +(myObject (attribute1 "attr21525") ) +(myObject (attribute1 "attr21526") ) +(myObject (attribute1 "attr21527") ) +(myObject (attribute1 "attr21528") ) +(myObject (attribute1 "attr21529") ) +(myObject (attribute1 "attr21530") ) +(myObject (attribute1 "attr21531") ) +(myObject (attribute1 "attr21532") ) +(myObject (attribute1 "attr21533") ) +(myObject (attribute1 "attr21534") ) +(myObject (attribute1 "attr21535") ) +(myObject (attribute1 "attr21536") ) +(myObject (attribute1 "attr21537") ) +(myObject (attribute1 "attr21538") ) +(myObject (attribute1 "attr21539") ) +(myObject (attribute1 "attr21540") ) +(myObject (attribute1 "attr21541") ) +(myObject (attribute1 "attr21542") ) +(myObject (attribute1 "attr21543") ) +(myObject (attribute1 "attr21544") ) +(myObject (attribute1 "attr21545") ) +(myObject (attribute1 "attr21546") ) +(myObject (attribute1 "attr21547") ) +(myObject (attribute1 "attr21548") ) +(myObject (attribute1 "attr21549") ) +(myObject (attribute1 "attr21550") ) +(myObject (attribute1 "attr21551") ) +(myObject (attribute1 "attr21552") ) +(myObject (attribute1 "attr21553") ) +(myObject (attribute1 "attr21554") ) +(myObject (attribute1 "attr21555") ) +(myObject (attribute1 "attr21556") ) +(myObject (attribute1 "attr21557") ) +(myObject (attribute1 "attr21558") ) +(myObject (attribute1 "attr21559") ) +(myObject (attribute1 "attr21560") ) +(myObject (attribute1 "attr21561") ) +(myObject (attribute1 "attr21562") ) +(myObject (attribute1 "attr21563") ) +(myObject (attribute1 "attr21564") ) +(myObject (attribute1 "attr21565") ) +(myObject (attribute1 "attr21566") ) +(myObject (attribute1 "attr21567") ) +(myObject (attribute1 "attr21568") ) +(myObject (attribute1 "attr21569") ) +(myObject (attribute1 "attr21570") ) +(myObject (attribute1 "attr21571") ) +(myObject (attribute1 "attr21572") ) +(myObject (attribute1 "attr21573") ) +(myObject (attribute1 "attr21574") ) +(myObject (attribute1 "attr21575") ) +(myObject (attribute1 "attr21576") ) +(myObject (attribute1 "attr21577") ) +(myObject (attribute1 "attr21578") ) +(myObject (attribute1 "attr21579") ) +(myObject (attribute1 "attr21580") ) +(myObject (attribute1 "attr21581") ) +(myObject (attribute1 "attr21582") ) +(myObject (attribute1 "attr21583") ) +(myObject (attribute1 "attr21584") ) +(myObject (attribute1 "attr21585") ) +(myObject (attribute1 "attr21586") ) +(myObject (attribute1 "attr21587") ) +(myObject (attribute1 "attr21588") ) +(myObject (attribute1 "attr21589") ) +(myObject (attribute1 "attr21590") ) +(myObject (attribute1 "attr21591") ) +(myObject (attribute1 "attr21592") ) +(myObject (attribute1 "attr21593") ) +(myObject (attribute1 "attr21594") ) +(myObject (attribute1 "attr21595") ) +(myObject (attribute1 "attr21596") ) +(myObject (attribute1 "attr21597") ) +(myObject (attribute1 "attr21598") ) +(myObject (attribute1 "attr21599") ) +(myObject (attribute1 "attr21600") ) +(myObject (attribute1 "attr21601") ) +(myObject (attribute1 "attr21602") ) +(myObject (attribute1 "attr21603") ) +(myObject (attribute1 "attr21604") ) +(myObject (attribute1 "attr21605") ) +(myObject (attribute1 "attr21606") ) +(myObject (attribute1 "attr21607") ) +(myObject (attribute1 "attr21608") ) +(myObject (attribute1 "attr21609") ) +(myObject (attribute1 "attr21610") ) +(myObject (attribute1 "attr21611") ) +(myObject (attribute1 "attr21612") ) +(myObject (attribute1 "attr21613") ) +(myObject (attribute1 "attr21614") ) +(myObject (attribute1 "attr21615") ) +(myObject (attribute1 "attr21616") ) +(myObject (attribute1 "attr21617") ) +(myObject (attribute1 "attr21618") ) +(myObject (attribute1 "attr21619") ) +(myObject (attribute1 "attr21620") ) +(myObject (attribute1 "attr21621") ) +(myObject (attribute1 "attr21622") ) +(myObject (attribute1 "attr21623") ) +(myObject (attribute1 "attr21624") ) +(myObject (attribute1 "attr21625") ) +(myObject (attribute1 "attr21626") ) +(myObject (attribute1 "attr21627") ) +(myObject (attribute1 "attr21628") ) +(myObject (attribute1 "attr21629") ) +(myObject (attribute1 "attr21630") ) +(myObject (attribute1 "attr21631") ) +(myObject (attribute1 "attr21632") ) +(myObject (attribute1 "attr21633") ) +(myObject (attribute1 "attr21634") ) +(myObject (attribute1 "attr21635") ) +(myObject (attribute1 "attr21636") ) +(myObject (attribute1 "attr21637") ) +(myObject (attribute1 "attr21638") ) +(myObject (attribute1 "attr21639") ) +(myObject (attribute1 "attr21640") ) +(myObject (attribute1 "attr21641") ) +(myObject (attribute1 "attr21642") ) +(myObject (attribute1 "attr21643") ) +(myObject (attribute1 "attr21644") ) +(myObject (attribute1 "attr21645") ) +(myObject (attribute1 "attr21646") ) +(myObject (attribute1 "attr21647") ) +(myObject (attribute1 "attr21648") ) +(myObject (attribute1 "attr21649") ) +(myObject (attribute1 "attr21650") ) +(myObject (attribute1 "attr21651") ) +(myObject (attribute1 "attr21652") ) +(myObject (attribute1 "attr21653") ) +(myObject (attribute1 "attr21654") ) +(myObject (attribute1 "attr21655") ) +(myObject (attribute1 "attr21656") ) +(myObject (attribute1 "attr21657") ) +(myObject (attribute1 "attr21658") ) +(myObject (attribute1 "attr21659") ) +(myObject (attribute1 "attr21660") ) +(myObject (attribute1 "attr21661") ) +(myObject (attribute1 "attr21662") ) +(myObject (attribute1 "attr21663") ) +(myObject (attribute1 "attr21664") ) +(myObject (attribute1 "attr21665") ) +(myObject (attribute1 "attr21666") ) +(myObject (attribute1 "attr21667") ) +(myObject (attribute1 "attr21668") ) +(myObject (attribute1 "attr21669") ) +(myObject (attribute1 "attr21670") ) +(myObject (attribute1 "attr21671") ) +(myObject (attribute1 "attr21672") ) +(myObject (attribute1 "attr21673") ) +(myObject (attribute1 "attr21674") ) +(myObject (attribute1 "attr21675") ) +(myObject (attribute1 "attr21676") ) +(myObject (attribute1 "attr21677") ) +(myObject (attribute1 "attr21678") ) +(myObject (attribute1 "attr21679") ) +(myObject (attribute1 "attr21680") ) +(myObject (attribute1 "attr21681") ) +(myObject (attribute1 "attr21682") ) +(myObject (attribute1 "attr21683") ) +(myObject (attribute1 "attr21684") ) +(myObject (attribute1 "attr21685") ) +(myObject (attribute1 "attr21686") ) +(myObject (attribute1 "attr21687") ) +(myObject (attribute1 "attr21688") ) +(myObject (attribute1 "attr21689") ) +(myObject (attribute1 "attr21690") ) +(myObject (attribute1 "attr21691") ) +(myObject (attribute1 "attr21692") ) +(myObject (attribute1 "attr21693") ) +(myObject (attribute1 "attr21694") ) +(myObject (attribute1 "attr21695") ) +(myObject (attribute1 "attr21696") ) +(myObject (attribute1 "attr21697") ) +(myObject (attribute1 "attr21698") ) +(myObject (attribute1 "attr21699") ) +(myObject (attribute1 "attr21700") ) +(myObject (attribute1 "attr21701") ) +(myObject (attribute1 "attr21702") ) +(myObject (attribute1 "attr21703") ) +(myObject (attribute1 "attr21704") ) +(myObject (attribute1 "attr21705") ) +(myObject (attribute1 "attr21706") ) +(myObject (attribute1 "attr21707") ) +(myObject (attribute1 "attr21708") ) +(myObject (attribute1 "attr21709") ) +(myObject (attribute1 "attr21710") ) +(myObject (attribute1 "attr21711") ) +(myObject (attribute1 "attr21712") ) +(myObject (attribute1 "attr21713") ) +(myObject (attribute1 "attr21714") ) +(myObject (attribute1 "attr21715") ) +(myObject (attribute1 "attr21716") ) +(myObject (attribute1 "attr21717") ) +(myObject (attribute1 "attr21718") ) +(myObject (attribute1 "attr21719") ) +(myObject (attribute1 "attr21720") ) +(myObject (attribute1 "attr21721") ) +(myObject (attribute1 "attr21722") ) +(myObject (attribute1 "attr21723") ) +(myObject (attribute1 "attr21724") ) +(myObject (attribute1 "attr21725") ) +(myObject (attribute1 "attr21726") ) +(myObject (attribute1 "attr21727") ) +(myObject (attribute1 "attr21728") ) +(myObject (attribute1 "attr21729") ) +(myObject (attribute1 "attr21730") ) +(myObject (attribute1 "attr21731") ) +(myObject (attribute1 "attr21732") ) +(myObject (attribute1 "attr21733") ) +(myObject (attribute1 "attr21734") ) +(myObject (attribute1 "attr21735") ) +(myObject (attribute1 "attr21736") ) +(myObject (attribute1 "attr21737") ) +(myObject (attribute1 "attr21738") ) +(myObject (attribute1 "attr21739") ) +(myObject (attribute1 "attr21740") ) +(myObject (attribute1 "attr21741") ) +(myObject (attribute1 "attr21742") ) +(myObject (attribute1 "attr21743") ) +(myObject (attribute1 "attr21744") ) +(myObject (attribute1 "attr21745") ) +(myObject (attribute1 "attr21746") ) +(myObject (attribute1 "attr21747") ) +(myObject (attribute1 "attr21748") ) +(myObject (attribute1 "attr21749") ) +(myObject (attribute1 "attr21750") ) +(myObject (attribute1 "attr21751") ) +(myObject (attribute1 "attr21752") ) +(myObject (attribute1 "attr21753") ) +(myObject (attribute1 "attr21754") ) +(myObject (attribute1 "attr21755") ) +(myObject (attribute1 "attr21756") ) +(myObject (attribute1 "attr21757") ) +(myObject (attribute1 "attr21758") ) +(myObject (attribute1 "attr21759") ) +(myObject (attribute1 "attr21760") ) +(myObject (attribute1 "attr21761") ) +(myObject (attribute1 "attr21762") ) +(myObject (attribute1 "attr21763") ) +(myObject (attribute1 "attr21764") ) +(myObject (attribute1 "attr21765") ) +(myObject (attribute1 "attr21766") ) +(myObject (attribute1 "attr21767") ) +(myObject (attribute1 "attr21768") ) +(myObject (attribute1 "attr21769") ) +(myObject (attribute1 "attr21770") ) +(myObject (attribute1 "attr21771") ) +(myObject (attribute1 "attr21772") ) +(myObject (attribute1 "attr21773") ) +(myObject (attribute1 "attr21774") ) +(myObject (attribute1 "attr21775") ) +(myObject (attribute1 "attr21776") ) +(myObject (attribute1 "attr21777") ) +(myObject (attribute1 "attr21778") ) +(myObject (attribute1 "attr21779") ) +(myObject (attribute1 "attr21780") ) +(myObject (attribute1 "attr21781") ) +(myObject (attribute1 "attr21782") ) +(myObject (attribute1 "attr21783") ) +(myObject (attribute1 "attr21784") ) +(myObject (attribute1 "attr21785") ) +(myObject (attribute1 "attr21786") ) +(myObject (attribute1 "attr21787") ) +(myObject (attribute1 "attr21788") ) +(myObject (attribute1 "attr21789") ) +(myObject (attribute1 "attr21790") ) +(myObject (attribute1 "attr21791") ) +(myObject (attribute1 "attr21792") ) +(myObject (attribute1 "attr21793") ) +(myObject (attribute1 "attr21794") ) +(myObject (attribute1 "attr21795") ) +(myObject (attribute1 "attr21796") ) +(myObject (attribute1 "attr21797") ) +(myObject (attribute1 "attr21798") ) +(myObject (attribute1 "attr21799") ) +(myObject (attribute1 "attr21800") ) +(myObject (attribute1 "attr21801") ) +(myObject (attribute1 "attr21802") ) +(myObject (attribute1 "attr21803") ) +(myObject (attribute1 "attr21804") ) +(myObject (attribute1 "attr21805") ) +(myObject (attribute1 "attr21806") ) +(myObject (attribute1 "attr21807") ) +(myObject (attribute1 "attr21808") ) +(myObject (attribute1 "attr21809") ) +(myObject (attribute1 "attr21810") ) +(myObject (attribute1 "attr21811") ) +(myObject (attribute1 "attr21812") ) +(myObject (attribute1 "attr21813") ) +(myObject (attribute1 "attr21814") ) +(myObject (attribute1 "attr21815") ) +(myObject (attribute1 "attr21816") ) +(myObject (attribute1 "attr21817") ) +(myObject (attribute1 "attr21818") ) +(myObject (attribute1 "attr21819") ) +(myObject (attribute1 "attr21820") ) +(myObject (attribute1 "attr21821") ) +(myObject (attribute1 "attr21822") ) +(myObject (attribute1 "attr21823") ) +(myObject (attribute1 "attr21824") ) +(myObject (attribute1 "attr21825") ) +(myObject (attribute1 "attr21826") ) +(myObject (attribute1 "attr21827") ) +(myObject (attribute1 "attr21828") ) +(myObject (attribute1 "attr21829") ) +(myObject (attribute1 "attr21830") ) +(myObject (attribute1 "attr21831") ) +(myObject (attribute1 "attr21832") ) +(myObject (attribute1 "attr21833") ) +(myObject (attribute1 "attr21834") ) +(myObject (attribute1 "attr21835") ) +(myObject (attribute1 "attr21836") ) +(myObject (attribute1 "attr21837") ) +(myObject (attribute1 "attr21838") ) +(myObject (attribute1 "attr21839") ) +(myObject (attribute1 "attr21840") ) +(myObject (attribute1 "attr21841") ) +(myObject (attribute1 "attr21842") ) +(myObject (attribute1 "attr21843") ) +(myObject (attribute1 "attr21844") ) +(myObject (attribute1 "attr21845") ) +(myObject (attribute1 "attr21846") ) +(myObject (attribute1 "attr21847") ) +(myObject (attribute1 "attr21848") ) +(myObject (attribute1 "attr21849") ) +(myObject (attribute1 "attr21850") ) +(myObject (attribute1 "attr21851") ) +(myObject (attribute1 "attr21852") ) +(myObject (attribute1 "attr21853") ) +(myObject (attribute1 "attr21854") ) +(myObject (attribute1 "attr21855") ) +(myObject (attribute1 "attr21856") ) +(myObject (attribute1 "attr21857") ) +(myObject (attribute1 "attr21858") ) +(myObject (attribute1 "attr21859") ) +(myObject (attribute1 "attr21860") ) +(myObject (attribute1 "attr21861") ) +(myObject (attribute1 "attr21862") ) +(myObject (attribute1 "attr21863") ) +(myObject (attribute1 "attr21864") ) +(myObject (attribute1 "attr21865") ) +(myObject (attribute1 "attr21866") ) +(myObject (attribute1 "attr21867") ) +(myObject (attribute1 "attr21868") ) +(myObject (attribute1 "attr21869") ) +(myObject (attribute1 "attr21870") ) +(myObject (attribute1 "attr21871") ) +(myObject (attribute1 "attr21872") ) +(myObject (attribute1 "attr21873") ) +(myObject (attribute1 "attr21874") ) +(myObject (attribute1 "attr21875") ) +(myObject (attribute1 "attr21876") ) +(myObject (attribute1 "attr21877") ) +(myObject (attribute1 "attr21878") ) +(myObject (attribute1 "attr21879") ) +(myObject (attribute1 "attr21880") ) +(myObject (attribute1 "attr21881") ) +(myObject (attribute1 "attr21882") ) +(myObject (attribute1 "attr21883") ) +(myObject (attribute1 "attr21884") ) +(myObject (attribute1 "attr21885") ) +(myObject (attribute1 "attr21886") ) +(myObject (attribute1 "attr21887") ) +(myObject (attribute1 "attr21888") ) +(myObject (attribute1 "attr21889") ) +(myObject (attribute1 "attr21890") ) +(myObject (attribute1 "attr21891") ) +(myObject (attribute1 "attr21892") ) +(myObject (attribute1 "attr21893") ) +(myObject (attribute1 "attr21894") ) +(myObject (attribute1 "attr21895") ) +(myObject (attribute1 "attr21896") ) +(myObject (attribute1 "attr21897") ) +(myObject (attribute1 "attr21898") ) +(myObject (attribute1 "attr21899") ) +(myObject (attribute1 "attr21900") ) +(myObject (attribute1 "attr21901") ) +(myObject (attribute1 "attr21902") ) +(myObject (attribute1 "attr21903") ) +(myObject (attribute1 "attr21904") ) +(myObject (attribute1 "attr21905") ) +(myObject (attribute1 "attr21906") ) +(myObject (attribute1 "attr21907") ) +(myObject (attribute1 "attr21908") ) +(myObject (attribute1 "attr21909") ) +(myObject (attribute1 "attr21910") ) +(myObject (attribute1 "attr21911") ) +(myObject (attribute1 "attr21912") ) +(myObject (attribute1 "attr21913") ) +(myObject (attribute1 "attr21914") ) +(myObject (attribute1 "attr21915") ) +(myObject (attribute1 "attr21916") ) +(myObject (attribute1 "attr21917") ) +(myObject (attribute1 "attr21918") ) +(myObject (attribute1 "attr21919") ) +(myObject (attribute1 "attr21920") ) +(myObject (attribute1 "attr21921") ) +(myObject (attribute1 "attr21922") ) +(myObject (attribute1 "attr21923") ) +(myObject (attribute1 "attr21924") ) +(myObject (attribute1 "attr21925") ) +(myObject (attribute1 "attr21926") ) +(myObject (attribute1 "attr21927") ) +(myObject (attribute1 "attr21928") ) +(myObject (attribute1 "attr21929") ) +(myObject (attribute1 "attr21930") ) +(myObject (attribute1 "attr21931") ) +(myObject (attribute1 "attr21932") ) +(myObject (attribute1 "attr21933") ) +(myObject (attribute1 "attr21934") ) +(myObject (attribute1 "attr21935") ) +(myObject (attribute1 "attr21936") ) +(myObject (attribute1 "attr21937") ) +(myObject (attribute1 "attr21938") ) +(myObject (attribute1 "attr21939") ) +(myObject (attribute1 "attr21940") ) +(myObject (attribute1 "attr21941") ) +(myObject (attribute1 "attr21942") ) +(myObject (attribute1 "attr21943") ) +(myObject (attribute1 "attr21944") ) +(myObject (attribute1 "attr21945") ) +(myObject (attribute1 "attr21946") ) +(myObject (attribute1 "attr21947") ) +(myObject (attribute1 "attr21948") ) +(myObject (attribute1 "attr21949") ) +(myObject (attribute1 "attr21950") ) +(myObject (attribute1 "attr21951") ) +(myObject (attribute1 "attr21952") ) +(myObject (attribute1 "attr21953") ) +(myObject (attribute1 "attr21954") ) +(myObject (attribute1 "attr21955") ) +(myObject (attribute1 "attr21956") ) +(myObject (attribute1 "attr21957") ) +(myObject (attribute1 "attr21958") ) +(myObject (attribute1 "attr21959") ) +(myObject (attribute1 "attr21960") ) +(myObject (attribute1 "attr21961") ) +(myObject (attribute1 "attr21962") ) +(myObject (attribute1 "attr21963") ) +(myObject (attribute1 "attr21964") ) +(myObject (attribute1 "attr21965") ) +(myObject (attribute1 "attr21966") ) +(myObject (attribute1 "attr21967") ) +(myObject (attribute1 "attr21968") ) +(myObject (attribute1 "attr21969") ) +(myObject (attribute1 "attr21970") ) +(myObject (attribute1 "attr21971") ) +(myObject (attribute1 "attr21972") ) +(myObject (attribute1 "attr21973") ) +(myObject (attribute1 "attr21974") ) +(myObject (attribute1 "attr21975") ) +(myObject (attribute1 "attr21976") ) +(myObject (attribute1 "attr21977") ) +(myObject (attribute1 "attr21978") ) +(myObject (attribute1 "attr21979") ) +(myObject (attribute1 "attr21980") ) +(myObject (attribute1 "attr21981") ) +(myObject (attribute1 "attr21982") ) +(myObject (attribute1 "attr21983") ) +(myObject (attribute1 "attr21984") ) +(myObject (attribute1 "attr21985") ) +(myObject (attribute1 "attr21986") ) +(myObject (attribute1 "attr21987") ) +(myObject (attribute1 "attr21988") ) +(myObject (attribute1 "attr21989") ) +(myObject (attribute1 "attr21990") ) +(myObject (attribute1 "attr21991") ) +(myObject (attribute1 "attr21992") ) +(myObject (attribute1 "attr21993") ) +(myObject (attribute1 "attr21994") ) +(myObject (attribute1 "attr21995") ) +(myObject (attribute1 "attr21996") ) +(myObject (attribute1 "attr21997") ) +(myObject (attribute1 "attr21998") ) +(myObject (attribute1 "attr21999") ) +(myObject (attribute1 "attr22000") ) +(myObject (attribute1 "attr22001") ) +(myObject (attribute1 "attr22002") ) +(myObject (attribute1 "attr22003") ) +(myObject (attribute1 "attr22004") ) +(myObject (attribute1 "attr22005") ) +(myObject (attribute1 "attr22006") ) +(myObject (attribute1 "attr22007") ) +(myObject (attribute1 "attr22008") ) +(myObject (attribute1 "attr22009") ) +(myObject (attribute1 "attr22010") ) +(myObject (attribute1 "attr22011") ) +(myObject (attribute1 "attr22012") ) +(myObject (attribute1 "attr22013") ) +(myObject (attribute1 "attr22014") ) +(myObject (attribute1 "attr22015") ) +(myObject (attribute1 "attr22016") ) +(myObject (attribute1 "attr22017") ) +(myObject (attribute1 "attr22018") ) +(myObject (attribute1 "attr22019") ) +(myObject (attribute1 "attr22020") ) +(myObject (attribute1 "attr22021") ) +(myObject (attribute1 "attr22022") ) +(myObject (attribute1 "attr22023") ) +(myObject (attribute1 "attr22024") ) +(myObject (attribute1 "attr22025") ) +(myObject (attribute1 "attr22026") ) +(myObject (attribute1 "attr22027") ) +(myObject (attribute1 "attr22028") ) +(myObject (attribute1 "attr22029") ) +(myObject (attribute1 "attr22030") ) +(myObject (attribute1 "attr22031") ) +(myObject (attribute1 "attr22032") ) +(myObject (attribute1 "attr22033") ) +(myObject (attribute1 "attr22034") ) +(myObject (attribute1 "attr22035") ) +(myObject (attribute1 "attr22036") ) +(myObject (attribute1 "attr22037") ) +(myObject (attribute1 "attr22038") ) +(myObject (attribute1 "attr22039") ) +(myObject (attribute1 "attr22040") ) +(myObject (attribute1 "attr22041") ) +(myObject (attribute1 "attr22042") ) +(myObject (attribute1 "attr22043") ) +(myObject (attribute1 "attr22044") ) +(myObject (attribute1 "attr22045") ) +(myObject (attribute1 "attr22046") ) +(myObject (attribute1 "attr22047") ) +(myObject (attribute1 "attr22048") ) +(myObject (attribute1 "attr22049") ) +(myObject (attribute1 "attr22050") ) +(myObject (attribute1 "attr22051") ) +(myObject (attribute1 "attr22052") ) +(myObject (attribute1 "attr22053") ) +(myObject (attribute1 "attr22054") ) +(myObject (attribute1 "attr22055") ) +(myObject (attribute1 "attr22056") ) +(myObject (attribute1 "attr22057") ) +(myObject (attribute1 "attr22058") ) +(myObject (attribute1 "attr22059") ) +(myObject (attribute1 "attr22060") ) +(myObject (attribute1 "attr22061") ) +(myObject (attribute1 "attr22062") ) +(myObject (attribute1 "attr22063") ) +(myObject (attribute1 "attr22064") ) +(myObject (attribute1 "attr22065") ) +(myObject (attribute1 "attr22066") ) +(myObject (attribute1 "attr22067") ) +(myObject (attribute1 "attr22068") ) +(myObject (attribute1 "attr22069") ) +(myObject (attribute1 "attr22070") ) +(myObject (attribute1 "attr22071") ) +(myObject (attribute1 "attr22072") ) +(myObject (attribute1 "attr22073") ) +(myObject (attribute1 "attr22074") ) +(myObject (attribute1 "attr22075") ) +(myObject (attribute1 "attr22076") ) +(myObject (attribute1 "attr22077") ) +(myObject (attribute1 "attr22078") ) +(myObject (attribute1 "attr22079") ) +(myObject (attribute1 "attr22080") ) +(myObject (attribute1 "attr22081") ) +(myObject (attribute1 "attr22082") ) +(myObject (attribute1 "attr22083") ) +(myObject (attribute1 "attr22084") ) +(myObject (attribute1 "attr22085") ) +(myObject (attribute1 "attr22086") ) +(myObject (attribute1 "attr22087") ) +(myObject (attribute1 "attr22088") ) +(myObject (attribute1 "attr22089") ) +(myObject (attribute1 "attr22090") ) +(myObject (attribute1 "attr22091") ) +(myObject (attribute1 "attr22092") ) +(myObject (attribute1 "attr22093") ) +(myObject (attribute1 "attr22094") ) +(myObject (attribute1 "attr22095") ) +(myObject (attribute1 "attr22096") ) +(myObject (attribute1 "attr22097") ) +(myObject (attribute1 "attr22098") ) +(myObject (attribute1 "attr22099") ) +(myObject (attribute1 "attr22100") ) +(myObject (attribute1 "attr22101") ) +(myObject (attribute1 "attr22102") ) +(myObject (attribute1 "attr22103") ) +(myObject (attribute1 "attr22104") ) +(myObject (attribute1 "attr22105") ) +(myObject (attribute1 "attr22106") ) +(myObject (attribute1 "attr22107") ) +(myObject (attribute1 "attr22108") ) +(myObject (attribute1 "attr22109") ) +(myObject (attribute1 "attr22110") ) +(myObject (attribute1 "attr22111") ) +(myObject (attribute1 "attr22112") ) +(myObject (attribute1 "attr22113") ) +(myObject (attribute1 "attr22114") ) +(myObject (attribute1 "attr22115") ) +(myObject (attribute1 "attr22116") ) +(myObject (attribute1 "attr22117") ) +(myObject (attribute1 "attr22118") ) +(myObject (attribute1 "attr22119") ) +(myObject (attribute1 "attr22120") ) +(myObject (attribute1 "attr22121") ) +(myObject (attribute1 "attr22122") ) +(myObject (attribute1 "attr22123") ) +(myObject (attribute1 "attr22124") ) +(myObject (attribute1 "attr22125") ) +(myObject (attribute1 "attr22126") ) +(myObject (attribute1 "attr22127") ) +(myObject (attribute1 "attr22128") ) +(myObject (attribute1 "attr22129") ) +(myObject (attribute1 "attr22130") ) +(myObject (attribute1 "attr22131") ) +(myObject (attribute1 "attr22132") ) +(myObject (attribute1 "attr22133") ) +(myObject (attribute1 "attr22134") ) +(myObject (attribute1 "attr22135") ) +(myObject (attribute1 "attr22136") ) +(myObject (attribute1 "attr22137") ) +(myObject (attribute1 "attr22138") ) +(myObject (attribute1 "attr22139") ) +(myObject (attribute1 "attr22140") ) +(myObject (attribute1 "attr22141") ) +(myObject (attribute1 "attr22142") ) +(myObject (attribute1 "attr22143") ) +(myObject (attribute1 "attr22144") ) +(myObject (attribute1 "attr22145") ) +(myObject (attribute1 "attr22146") ) +(myObject (attribute1 "attr22147") ) +(myObject (attribute1 "attr22148") ) +(myObject (attribute1 "attr22149") ) +(myObject (attribute1 "attr22150") ) +(myObject (attribute1 "attr22151") ) +(myObject (attribute1 "attr22152") ) +(myObject (attribute1 "attr22153") ) +(myObject (attribute1 "attr22154") ) +(myObject (attribute1 "attr22155") ) +(myObject (attribute1 "attr22156") ) +(myObject (attribute1 "attr22157") ) +(myObject (attribute1 "attr22158") ) +(myObject (attribute1 "attr22159") ) +(myObject (attribute1 "attr22160") ) +(myObject (attribute1 "attr22161") ) +(myObject (attribute1 "attr22162") ) +(myObject (attribute1 "attr22163") ) +(myObject (attribute1 "attr22164") ) +(myObject (attribute1 "attr22165") ) +(myObject (attribute1 "attr22166") ) +(myObject (attribute1 "attr22167") ) +(myObject (attribute1 "attr22168") ) +(myObject (attribute1 "attr22169") ) +(myObject (attribute1 "attr22170") ) +(myObject (attribute1 "attr22171") ) +(myObject (attribute1 "attr22172") ) +(myObject (attribute1 "attr22173") ) +(myObject (attribute1 "attr22174") ) +(myObject (attribute1 "attr22175") ) +(myObject (attribute1 "attr22176") ) +(myObject (attribute1 "attr22177") ) +(myObject (attribute1 "attr22178") ) +(myObject (attribute1 "attr22179") ) +(myObject (attribute1 "attr22180") ) +(myObject (attribute1 "attr22181") ) +(myObject (attribute1 "attr22182") ) +(myObject (attribute1 "attr22183") ) +(myObject (attribute1 "attr22184") ) +(myObject (attribute1 "attr22185") ) +(myObject (attribute1 "attr22186") ) +(myObject (attribute1 "attr22187") ) +(myObject (attribute1 "attr22188") ) +(myObject (attribute1 "attr22189") ) +(myObject (attribute1 "attr22190") ) +(myObject (attribute1 "attr22191") ) +(myObject (attribute1 "attr22192") ) +(myObject (attribute1 "attr22193") ) +(myObject (attribute1 "attr22194") ) +(myObject (attribute1 "attr22195") ) +(myObject (attribute1 "attr22196") ) +(myObject (attribute1 "attr22197") ) +(myObject (attribute1 "attr22198") ) +(myObject (attribute1 "attr22199") ) +(myObject (attribute1 "attr22200") ) +(myObject (attribute1 "attr22201") ) +(myObject (attribute1 "attr22202") ) +(myObject (attribute1 "attr22203") ) +(myObject (attribute1 "attr22204") ) +(myObject (attribute1 "attr22205") ) +(myObject (attribute1 "attr22206") ) +(myObject (attribute1 "attr22207") ) +(myObject (attribute1 "attr22208") ) +(myObject (attribute1 "attr22209") ) +(myObject (attribute1 "attr22210") ) +(myObject (attribute1 "attr22211") ) +(myObject (attribute1 "attr22212") ) +(myObject (attribute1 "attr22213") ) +(myObject (attribute1 "attr22214") ) +(myObject (attribute1 "attr22215") ) +(myObject (attribute1 "attr22216") ) +(myObject (attribute1 "attr22217") ) +(myObject (attribute1 "attr22218") ) +(myObject (attribute1 "attr22219") ) +(myObject (attribute1 "attr22220") ) +(myObject (attribute1 "attr22221") ) +(myObject (attribute1 "attr22222") ) +(myObject (attribute1 "attr22223") ) +(myObject (attribute1 "attr22224") ) +(myObject (attribute1 "attr22225") ) +(myObject (attribute1 "attr22226") ) +(myObject (attribute1 "attr22227") ) +(myObject (attribute1 "attr22228") ) +(myObject (attribute1 "attr22229") ) +(myObject (attribute1 "attr22230") ) +(myObject (attribute1 "attr22231") ) +(myObject (attribute1 "attr22232") ) +(myObject (attribute1 "attr22233") ) +(myObject (attribute1 "attr22234") ) +(myObject (attribute1 "attr22235") ) +(myObject (attribute1 "attr22236") ) +(myObject (attribute1 "attr22237") ) +(myObject (attribute1 "attr22238") ) +(myObject (attribute1 "attr22239") ) +(myObject (attribute1 "attr22240") ) +(myObject (attribute1 "attr22241") ) +(myObject (attribute1 "attr22242") ) +(myObject (attribute1 "attr22243") ) +(myObject (attribute1 "attr22244") ) +(myObject (attribute1 "attr22245") ) +(myObject (attribute1 "attr22246") ) +(myObject (attribute1 "attr22247") ) +(myObject (attribute1 "attr22248") ) +(myObject (attribute1 "attr22249") ) +(myObject (attribute1 "attr22250") ) +(myObject (attribute1 "attr22251") ) +(myObject (attribute1 "attr22252") ) +(myObject (attribute1 "attr22253") ) +(myObject (attribute1 "attr22254") ) +(myObject (attribute1 "attr22255") ) +(myObject (attribute1 "attr22256") ) +(myObject (attribute1 "attr22257") ) +(myObject (attribute1 "attr22258") ) +(myObject (attribute1 "attr22259") ) +(myObject (attribute1 "attr22260") ) +(myObject (attribute1 "attr22261") ) +(myObject (attribute1 "attr22262") ) +(myObject (attribute1 "attr22263") ) +(myObject (attribute1 "attr22264") ) +(myObject (attribute1 "attr22265") ) +(myObject (attribute1 "attr22266") ) +(myObject (attribute1 "attr22267") ) +(myObject (attribute1 "attr22268") ) +(myObject (attribute1 "attr22269") ) +(myObject (attribute1 "attr22270") ) +(myObject (attribute1 "attr22271") ) +(myObject (attribute1 "attr22272") ) +(myObject (attribute1 "attr22273") ) +(myObject (attribute1 "attr22274") ) +(myObject (attribute1 "attr22275") ) +(myObject (attribute1 "attr22276") ) +(myObject (attribute1 "attr22277") ) +(myObject (attribute1 "attr22278") ) +(myObject (attribute1 "attr22279") ) +(myObject (attribute1 "attr22280") ) +(myObject (attribute1 "attr22281") ) +(myObject (attribute1 "attr22282") ) +(myObject (attribute1 "attr22283") ) +(myObject (attribute1 "attr22284") ) +(myObject (attribute1 "attr22285") ) +(myObject (attribute1 "attr22286") ) +(myObject (attribute1 "attr22287") ) +(myObject (attribute1 "attr22288") ) +(myObject (attribute1 "attr22289") ) +(myObject (attribute1 "attr22290") ) +(myObject (attribute1 "attr22291") ) +(myObject (attribute1 "attr22292") ) +(myObject (attribute1 "attr22293") ) +(myObject (attribute1 "attr22294") ) +(myObject (attribute1 "attr22295") ) +(myObject (attribute1 "attr22296") ) +(myObject (attribute1 "attr22297") ) +(myObject (attribute1 "attr22298") ) +(myObject (attribute1 "attr22299") ) +(myObject (attribute1 "attr22300") ) +(myObject (attribute1 "attr22301") ) +(myObject (attribute1 "attr22302") ) +(myObject (attribute1 "attr22303") ) +(myObject (attribute1 "attr22304") ) +(myObject (attribute1 "attr22305") ) +(myObject (attribute1 "attr22306") ) +(myObject (attribute1 "attr22307") ) +(myObject (attribute1 "attr22308") ) +(myObject (attribute1 "attr22309") ) +(myObject (attribute1 "attr22310") ) +(myObject (attribute1 "attr22311") ) +(myObject (attribute1 "attr22312") ) +(myObject (attribute1 "attr22313") ) +(myObject (attribute1 "attr22314") ) +(myObject (attribute1 "attr22315") ) +(myObject (attribute1 "attr22316") ) +(myObject (attribute1 "attr22317") ) +(myObject (attribute1 "attr22318") ) +(myObject (attribute1 "attr22319") ) +(myObject (attribute1 "attr22320") ) +(myObject (attribute1 "attr22321") ) +(myObject (attribute1 "attr22322") ) +(myObject (attribute1 "attr22323") ) +(myObject (attribute1 "attr22324") ) +(myObject (attribute1 "attr22325") ) +(myObject (attribute1 "attr22326") ) +(myObject (attribute1 "attr22327") ) +(myObject (attribute1 "attr22328") ) +(myObject (attribute1 "attr22329") ) +(myObject (attribute1 "attr22330") ) +(myObject (attribute1 "attr22331") ) +(myObject (attribute1 "attr22332") ) +(myObject (attribute1 "attr22333") ) +(myObject (attribute1 "attr22334") ) +(myObject (attribute1 "attr22335") ) +(myObject (attribute1 "attr22336") ) +(myObject (attribute1 "attr22337") ) +(myObject (attribute1 "attr22338") ) +(myObject (attribute1 "attr22339") ) +(myObject (attribute1 "attr22340") ) +(myObject (attribute1 "attr22341") ) +(myObject (attribute1 "attr22342") ) +(myObject (attribute1 "attr22343") ) +(myObject (attribute1 "attr22344") ) +(myObject (attribute1 "attr22345") ) +(myObject (attribute1 "attr22346") ) +(myObject (attribute1 "attr22347") ) +(myObject (attribute1 "attr22348") ) +(myObject (attribute1 "attr22349") ) +(myObject (attribute1 "attr22350") ) +(myObject (attribute1 "attr22351") ) +(myObject (attribute1 "attr22352") ) +(myObject (attribute1 "attr22353") ) +(myObject (attribute1 "attr22354") ) +(myObject (attribute1 "attr22355") ) +(myObject (attribute1 "attr22356") ) +(myObject (attribute1 "attr22357") ) +(myObject (attribute1 "attr22358") ) +(myObject (attribute1 "attr22359") ) +(myObject (attribute1 "attr22360") ) +(myObject (attribute1 "attr22361") ) +(myObject (attribute1 "attr22362") ) +(myObject (attribute1 "attr22363") ) +(myObject (attribute1 "attr22364") ) +(myObject (attribute1 "attr22365") ) +(myObject (attribute1 "attr22366") ) +(myObject (attribute1 "attr22367") ) +(myObject (attribute1 "attr22368") ) +(myObject (attribute1 "attr22369") ) +(myObject (attribute1 "attr22370") ) +(myObject (attribute1 "attr22371") ) +(myObject (attribute1 "attr22372") ) +(myObject (attribute1 "attr22373") ) +(myObject (attribute1 "attr22374") ) +(myObject (attribute1 "attr22375") ) +(myObject (attribute1 "attr22376") ) +(myObject (attribute1 "attr22377") ) +(myObject (attribute1 "attr22378") ) +(myObject (attribute1 "attr22379") ) +(myObject (attribute1 "attr22380") ) +(myObject (attribute1 "attr22381") ) +(myObject (attribute1 "attr22382") ) +(myObject (attribute1 "attr22383") ) +(myObject (attribute1 "attr22384") ) +(myObject (attribute1 "attr22385") ) +(myObject (attribute1 "attr22386") ) +(myObject (attribute1 "attr22387") ) +(myObject (attribute1 "attr22388") ) +(myObject (attribute1 "attr22389") ) +(myObject (attribute1 "attr22390") ) +(myObject (attribute1 "attr22391") ) +(myObject (attribute1 "attr22392") ) +(myObject (attribute1 "attr22393") ) +(myObject (attribute1 "attr22394") ) +(myObject (attribute1 "attr22395") ) +(myObject (attribute1 "attr22396") ) +(myObject (attribute1 "attr22397") ) +(myObject (attribute1 "attr22398") ) +(myObject (attribute1 "attr22399") ) +(myObject (attribute1 "attr22400") ) +(myObject (attribute1 "attr22401") ) +(myObject (attribute1 "attr22402") ) +(myObject (attribute1 "attr22403") ) +(myObject (attribute1 "attr22404") ) +(myObject (attribute1 "attr22405") ) +(myObject (attribute1 "attr22406") ) +(myObject (attribute1 "attr22407") ) +(myObject (attribute1 "attr22408") ) +(myObject (attribute1 "attr22409") ) +(myObject (attribute1 "attr22410") ) +(myObject (attribute1 "attr22411") ) +(myObject (attribute1 "attr22412") ) +(myObject (attribute1 "attr22413") ) +(myObject (attribute1 "attr22414") ) +(myObject (attribute1 "attr22415") ) +(myObject (attribute1 "attr22416") ) +(myObject (attribute1 "attr22417") ) +(myObject (attribute1 "attr22418") ) +(myObject (attribute1 "attr22419") ) +(myObject (attribute1 "attr22420") ) +(myObject (attribute1 "attr22421") ) +(myObject (attribute1 "attr22422") ) +(myObject (attribute1 "attr22423") ) +(myObject (attribute1 "attr22424") ) +(myObject (attribute1 "attr22425") ) +(myObject (attribute1 "attr22426") ) +(myObject (attribute1 "attr22427") ) +(myObject (attribute1 "attr22428") ) +(myObject (attribute1 "attr22429") ) +(myObject (attribute1 "attr22430") ) +(myObject (attribute1 "attr22431") ) +(myObject (attribute1 "attr22432") ) +(myObject (attribute1 "attr22433") ) +(myObject (attribute1 "attr22434") ) +(myObject (attribute1 "attr22435") ) +(myObject (attribute1 "attr22436") ) +(myObject (attribute1 "attr22437") ) +(myObject (attribute1 "attr22438") ) +(myObject (attribute1 "attr22439") ) +(myObject (attribute1 "attr22440") ) +(myObject (attribute1 "attr22441") ) +(myObject (attribute1 "attr22442") ) +(myObject (attribute1 "attr22443") ) +(myObject (attribute1 "attr22444") ) +(myObject (attribute1 "attr22445") ) +(myObject (attribute1 "attr22446") ) +(myObject (attribute1 "attr22447") ) +(myObject (attribute1 "attr22448") ) +(myObject (attribute1 "attr22449") ) +(myObject (attribute1 "attr22450") ) +(myObject (attribute1 "attr22451") ) +(myObject (attribute1 "attr22452") ) +(myObject (attribute1 "attr22453") ) +(myObject (attribute1 "attr22454") ) +(myObject (attribute1 "attr22455") ) +(myObject (attribute1 "attr22456") ) +(myObject (attribute1 "attr22457") ) +(myObject (attribute1 "attr22458") ) +(myObject (attribute1 "attr22459") ) +(myObject (attribute1 "attr22460") ) +(myObject (attribute1 "attr22461") ) +(myObject (attribute1 "attr22462") ) +(myObject (attribute1 "attr22463") ) +(myObject (attribute1 "attr22464") ) +(myObject (attribute1 "attr22465") ) +(myObject (attribute1 "attr22466") ) +(myObject (attribute1 "attr22467") ) +(myObject (attribute1 "attr22468") ) +(myObject (attribute1 "attr22469") ) +(myObject (attribute1 "attr22470") ) +(myObject (attribute1 "attr22471") ) +(myObject (attribute1 "attr22472") ) +(myObject (attribute1 "attr22473") ) +(myObject (attribute1 "attr22474") ) +(myObject (attribute1 "attr22475") ) +(myObject (attribute1 "attr22476") ) +(myObject (attribute1 "attr22477") ) +(myObject (attribute1 "attr22478") ) +(myObject (attribute1 "attr22479") ) +(myObject (attribute1 "attr22480") ) +(myObject (attribute1 "attr22481") ) +(myObject (attribute1 "attr22482") ) +(myObject (attribute1 "attr22483") ) +(myObject (attribute1 "attr22484") ) +(myObject (attribute1 "attr22485") ) +(myObject (attribute1 "attr22486") ) +(myObject (attribute1 "attr22487") ) +(myObject (attribute1 "attr22488") ) +(myObject (attribute1 "attr22489") ) +(myObject (attribute1 "attr22490") ) +(myObject (attribute1 "attr22491") ) +(myObject (attribute1 "attr22492") ) +(myObject (attribute1 "attr22493") ) +(myObject (attribute1 "attr22494") ) +(myObject (attribute1 "attr22495") ) +(myObject (attribute1 "attr22496") ) +(myObject (attribute1 "attr22497") ) +(myObject (attribute1 "attr22498") ) +(myObject (attribute1 "attr22499") ) +(myObject (attribute1 "attr22500") ) +(myObject (attribute1 "attr22501") ) +(myObject (attribute1 "attr22502") ) +(myObject (attribute1 "attr22503") ) +(myObject (attribute1 "attr22504") ) +(myObject (attribute1 "attr22505") ) +(myObject (attribute1 "attr22506") ) +(myObject (attribute1 "attr22507") ) +(myObject (attribute1 "attr22508") ) +(myObject (attribute1 "attr22509") ) +(myObject (attribute1 "attr22510") ) +(myObject (attribute1 "attr22511") ) +(myObject (attribute1 "attr22512") ) +(myObject (attribute1 "attr22513") ) +(myObject (attribute1 "attr22514") ) +(myObject (attribute1 "attr22515") ) +(myObject (attribute1 "attr22516") ) +(myObject (attribute1 "attr22517") ) +(myObject (attribute1 "attr22518") ) +(myObject (attribute1 "attr22519") ) +(myObject (attribute1 "attr22520") ) +(myObject (attribute1 "attr22521") ) +(myObject (attribute1 "attr22522") ) +(myObject (attribute1 "attr22523") ) +(myObject (attribute1 "attr22524") ) +(myObject (attribute1 "attr22525") ) +(myObject (attribute1 "attr22526") ) +(myObject (attribute1 "attr22527") ) +(myObject (attribute1 "attr22528") ) +(myObject (attribute1 "attr22529") ) +(myObject (attribute1 "attr22530") ) +(myObject (attribute1 "attr22531") ) +(myObject (attribute1 "attr22532") ) +(myObject (attribute1 "attr22533") ) +(myObject (attribute1 "attr22534") ) +(myObject (attribute1 "attr22535") ) +(myObject (attribute1 "attr22536") ) +(myObject (attribute1 "attr22537") ) +(myObject (attribute1 "attr22538") ) +(myObject (attribute1 "attr22539") ) +(myObject (attribute1 "attr22540") ) +(myObject (attribute1 "attr22541") ) +(myObject (attribute1 "attr22542") ) +(myObject (attribute1 "attr22543") ) +(myObject (attribute1 "attr22544") ) +(myObject (attribute1 "attr22545") ) +(myObject (attribute1 "attr22546") ) +(myObject (attribute1 "attr22547") ) +(myObject (attribute1 "attr22548") ) +(myObject (attribute1 "attr22549") ) +(myObject (attribute1 "attr22550") ) +(myObject (attribute1 "attr22551") ) +(myObject (attribute1 "attr22552") ) +(myObject (attribute1 "attr22553") ) +(myObject (attribute1 "attr22554") ) +(myObject (attribute1 "attr22555") ) +(myObject (attribute1 "attr22556") ) +(myObject (attribute1 "attr22557") ) +(myObject (attribute1 "attr22558") ) +(myObject (attribute1 "attr22559") ) +(myObject (attribute1 "attr22560") ) +(myObject (attribute1 "attr22561") ) +(myObject (attribute1 "attr22562") ) +(myObject (attribute1 "attr22563") ) +(myObject (attribute1 "attr22564") ) +(myObject (attribute1 "attr22565") ) +(myObject (attribute1 "attr22566") ) +(myObject (attribute1 "attr22567") ) +(myObject (attribute1 "attr22568") ) +(myObject (attribute1 "attr22569") ) +(myObject (attribute1 "attr22570") ) +(myObject (attribute1 "attr22571") ) +(myObject (attribute1 "attr22572") ) +(myObject (attribute1 "attr22573") ) +(myObject (attribute1 "attr22574") ) +(myObject (attribute1 "attr22575") ) +(myObject (attribute1 "attr22576") ) +(myObject (attribute1 "attr22577") ) +(myObject (attribute1 "attr22578") ) +(myObject (attribute1 "attr22579") ) +(myObject (attribute1 "attr22580") ) +(myObject (attribute1 "attr22581") ) +(myObject (attribute1 "attr22582") ) +(myObject (attribute1 "attr22583") ) +(myObject (attribute1 "attr22584") ) +(myObject (attribute1 "attr22585") ) +(myObject (attribute1 "attr22586") ) +(myObject (attribute1 "attr22587") ) +(myObject (attribute1 "attr22588") ) +(myObject (attribute1 "attr22589") ) +(myObject (attribute1 "attr22590") ) +(myObject (attribute1 "attr22591") ) +(myObject (attribute1 "attr22592") ) +(myObject (attribute1 "attr22593") ) +(myObject (attribute1 "attr22594") ) +(myObject (attribute1 "attr22595") ) +(myObject (attribute1 "attr22596") ) +(myObject (attribute1 "attr22597") ) +(myObject (attribute1 "attr22598") ) +(myObject (attribute1 "attr22599") ) +(myObject (attribute1 "attr22600") ) +(myObject (attribute1 "attr22601") ) +(myObject (attribute1 "attr22602") ) +(myObject (attribute1 "attr22603") ) +(myObject (attribute1 "attr22604") ) +(myObject (attribute1 "attr22605") ) +(myObject (attribute1 "attr22606") ) +(myObject (attribute1 "attr22607") ) +(myObject (attribute1 "attr22608") ) +(myObject (attribute1 "attr22609") ) +(myObject (attribute1 "attr22610") ) +(myObject (attribute1 "attr22611") ) +(myObject (attribute1 "attr22612") ) +(myObject (attribute1 "attr22613") ) +(myObject (attribute1 "attr22614") ) +(myObject (attribute1 "attr22615") ) +(myObject (attribute1 "attr22616") ) +(myObject (attribute1 "attr22617") ) +(myObject (attribute1 "attr22618") ) +(myObject (attribute1 "attr22619") ) +(myObject (attribute1 "attr22620") ) +(myObject (attribute1 "attr22621") ) +(myObject (attribute1 "attr22622") ) +(myObject (attribute1 "attr22623") ) +(myObject (attribute1 "attr22624") ) +(myObject (attribute1 "attr22625") ) +(myObject (attribute1 "attr22626") ) +(myObject (attribute1 "attr22627") ) +(myObject (attribute1 "attr22628") ) +(myObject (attribute1 "attr22629") ) +(myObject (attribute1 "attr22630") ) +(myObject (attribute1 "attr22631") ) +(myObject (attribute1 "attr22632") ) +(myObject (attribute1 "attr22633") ) +(myObject (attribute1 "attr22634") ) +(myObject (attribute1 "attr22635") ) +(myObject (attribute1 "attr22636") ) +(myObject (attribute1 "attr22637") ) +(myObject (attribute1 "attr22638") ) +(myObject (attribute1 "attr22639") ) +(myObject (attribute1 "attr22640") ) +(myObject (attribute1 "attr22641") ) +(myObject (attribute1 "attr22642") ) +(myObject (attribute1 "attr22643") ) +(myObject (attribute1 "attr22644") ) +(myObject (attribute1 "attr22645") ) +(myObject (attribute1 "attr22646") ) +(myObject (attribute1 "attr22647") ) +(myObject (attribute1 "attr22648") ) +(myObject (attribute1 "attr22649") ) +(myObject (attribute1 "attr22650") ) +(myObject (attribute1 "attr22651") ) +(myObject (attribute1 "attr22652") ) +(myObject (attribute1 "attr22653") ) +(myObject (attribute1 "attr22654") ) +(myObject (attribute1 "attr22655") ) +(myObject (attribute1 "attr22656") ) +(myObject (attribute1 "attr22657") ) +(myObject (attribute1 "attr22658") ) +(myObject (attribute1 "attr22659") ) +(myObject (attribute1 "attr22660") ) +(myObject (attribute1 "attr22661") ) +(myObject (attribute1 "attr22662") ) +(myObject (attribute1 "attr22663") ) +(myObject (attribute1 "attr22664") ) +(myObject (attribute1 "attr22665") ) +(myObject (attribute1 "attr22666") ) +(myObject (attribute1 "attr22667") ) +(myObject (attribute1 "attr22668") ) +(myObject (attribute1 "attr22669") ) +(myObject (attribute1 "attr22670") ) +(myObject (attribute1 "attr22671") ) +(myObject (attribute1 "attr22672") ) +(myObject (attribute1 "attr22673") ) +(myObject (attribute1 "attr22674") ) +(myObject (attribute1 "attr22675") ) +(myObject (attribute1 "attr22676") ) +(myObject (attribute1 "attr22677") ) +(myObject (attribute1 "attr22678") ) +(myObject (attribute1 "attr22679") ) +(myObject (attribute1 "attr22680") ) +(myObject (attribute1 "attr22681") ) +(myObject (attribute1 "attr22682") ) +(myObject (attribute1 "attr22683") ) +(myObject (attribute1 "attr22684") ) +(myObject (attribute1 "attr22685") ) +(myObject (attribute1 "attr22686") ) +(myObject (attribute1 "attr22687") ) +(myObject (attribute1 "attr22688") ) +(myObject (attribute1 "attr22689") ) +(myObject (attribute1 "attr22690") ) +(myObject (attribute1 "attr22691") ) +(myObject (attribute1 "attr22692") ) +(myObject (attribute1 "attr22693") ) +(myObject (attribute1 "attr22694") ) +(myObject (attribute1 "attr22695") ) +(myObject (attribute1 "attr22696") ) +(myObject (attribute1 "attr22697") ) +(myObject (attribute1 "attr22698") ) +(myObject (attribute1 "attr22699") ) +(myObject (attribute1 "attr22700") ) +(myObject (attribute1 "attr22701") ) +(myObject (attribute1 "attr22702") ) +(myObject (attribute1 "attr22703") ) +(myObject (attribute1 "attr22704") ) +(myObject (attribute1 "attr22705") ) +(myObject (attribute1 "attr22706") ) +(myObject (attribute1 "attr22707") ) +(myObject (attribute1 "attr22708") ) +(myObject (attribute1 "attr22709") ) +(myObject (attribute1 "attr22710") ) +(myObject (attribute1 "attr22711") ) +(myObject (attribute1 "attr22712") ) +(myObject (attribute1 "attr22713") ) +(myObject (attribute1 "attr22714") ) +(myObject (attribute1 "attr22715") ) +(myObject (attribute1 "attr22716") ) +(myObject (attribute1 "attr22717") ) +(myObject (attribute1 "attr22718") ) +(myObject (attribute1 "attr22719") ) +(myObject (attribute1 "attr22720") ) +(myObject (attribute1 "attr22721") ) +(myObject (attribute1 "attr22722") ) +(myObject (attribute1 "attr22723") ) +(myObject (attribute1 "attr22724") ) +(myObject (attribute1 "attr22725") ) +(myObject (attribute1 "attr22726") ) +(myObject (attribute1 "attr22727") ) +(myObject (attribute1 "attr22728") ) +(myObject (attribute1 "attr22729") ) +(myObject (attribute1 "attr22730") ) +(myObject (attribute1 "attr22731") ) +(myObject (attribute1 "attr22732") ) +(myObject (attribute1 "attr22733") ) +(myObject (attribute1 "attr22734") ) +(myObject (attribute1 "attr22735") ) +(myObject (attribute1 "attr22736") ) +(myObject (attribute1 "attr22737") ) +(myObject (attribute1 "attr22738") ) +(myObject (attribute1 "attr22739") ) +(myObject (attribute1 "attr22740") ) +(myObject (attribute1 "attr22741") ) +(myObject (attribute1 "attr22742") ) +(myObject (attribute1 "attr22743") ) +(myObject (attribute1 "attr22744") ) +(myObject (attribute1 "attr22745") ) +(myObject (attribute1 "attr22746") ) +(myObject (attribute1 "attr22747") ) +(myObject (attribute1 "attr22748") ) +(myObject (attribute1 "attr22749") ) +(myObject (attribute1 "attr22750") ) +(myObject (attribute1 "attr22751") ) +(myObject (attribute1 "attr22752") ) +(myObject (attribute1 "attr22753") ) +(myObject (attribute1 "attr22754") ) +(myObject (attribute1 "attr22755") ) +(myObject (attribute1 "attr22756") ) +(myObject (attribute1 "attr22757") ) +(myObject (attribute1 "attr22758") ) +(myObject (attribute1 "attr22759") ) +(myObject (attribute1 "attr22760") ) +(myObject (attribute1 "attr22761") ) +(myObject (attribute1 "attr22762") ) +(myObject (attribute1 "attr22763") ) +(myObject (attribute1 "attr22764") ) +(myObject (attribute1 "attr22765") ) +(myObject (attribute1 "attr22766") ) +(myObject (attribute1 "attr22767") ) +(myObject (attribute1 "attr22768") ) +(myObject (attribute1 "attr22769") ) +(myObject (attribute1 "attr22770") ) +(myObject (attribute1 "attr22771") ) +(myObject (attribute1 "attr22772") ) +(myObject (attribute1 "attr22773") ) +(myObject (attribute1 "attr22774") ) +(myObject (attribute1 "attr22775") ) +(myObject (attribute1 "attr22776") ) +(myObject (attribute1 "attr22777") ) +(myObject (attribute1 "attr22778") ) +(myObject (attribute1 "attr22779") ) +(myObject (attribute1 "attr22780") ) +(myObject (attribute1 "attr22781") ) +(myObject (attribute1 "attr22782") ) +(myObject (attribute1 "attr22783") ) +(myObject (attribute1 "attr22784") ) +(myObject (attribute1 "attr22785") ) +(myObject (attribute1 "attr22786") ) +(myObject (attribute1 "attr22787") ) +(myObject (attribute1 "attr22788") ) +(myObject (attribute1 "attr22789") ) +(myObject (attribute1 "attr22790") ) +(myObject (attribute1 "attr22791") ) +(myObject (attribute1 "attr22792") ) +(myObject (attribute1 "attr22793") ) +(myObject (attribute1 "attr22794") ) +(myObject (attribute1 "attr22795") ) +(myObject (attribute1 "attr22796") ) +(myObject (attribute1 "attr22797") ) +(myObject (attribute1 "attr22798") ) +(myObject (attribute1 "attr22799") ) +(myObject (attribute1 "attr22800") ) +(myObject (attribute1 "attr22801") ) +(myObject (attribute1 "attr22802") ) +(myObject (attribute1 "attr22803") ) +(myObject (attribute1 "attr22804") ) +(myObject (attribute1 "attr22805") ) +(myObject (attribute1 "attr22806") ) +(myObject (attribute1 "attr22807") ) +(myObject (attribute1 "attr22808") ) +(myObject (attribute1 "attr22809") ) +(myObject (attribute1 "attr22810") ) +(myObject (attribute1 "attr22811") ) +(myObject (attribute1 "attr22812") ) +(myObject (attribute1 "attr22813") ) +(myObject (attribute1 "attr22814") ) +(myObject (attribute1 "attr22815") ) +(myObject (attribute1 "attr22816") ) +(myObject (attribute1 "attr22817") ) +(myObject (attribute1 "attr22818") ) +(myObject (attribute1 "attr22819") ) +(myObject (attribute1 "attr22820") ) +(myObject (attribute1 "attr22821") ) +(myObject (attribute1 "attr22822") ) +(myObject (attribute1 "attr22823") ) +(myObject (attribute1 "attr22824") ) +(myObject (attribute1 "attr22825") ) +(myObject (attribute1 "attr22826") ) +(myObject (attribute1 "attr22827") ) +(myObject (attribute1 "attr22828") ) +(myObject (attribute1 "attr22829") ) +(myObject (attribute1 "attr22830") ) +(myObject (attribute1 "attr22831") ) +(myObject (attribute1 "attr22832") ) +(myObject (attribute1 "attr22833") ) +(myObject (attribute1 "attr22834") ) +(myObject (attribute1 "attr22835") ) +(myObject (attribute1 "attr22836") ) +(myObject (attribute1 "attr22837") ) +(myObject (attribute1 "attr22838") ) +(myObject (attribute1 "attr22839") ) +(myObject (attribute1 "attr22840") ) +(myObject (attribute1 "attr22841") ) +(myObject (attribute1 "attr22842") ) +(myObject (attribute1 "attr22843") ) +(myObject (attribute1 "attr22844") ) +(myObject (attribute1 "attr22845") ) +(myObject (attribute1 "attr22846") ) +(myObject (attribute1 "attr22847") ) +(myObject (attribute1 "attr22848") ) +(myObject (attribute1 "attr22849") ) +(myObject (attribute1 "attr22850") ) +(myObject (attribute1 "attr22851") ) +(myObject (attribute1 "attr22852") ) +(myObject (attribute1 "attr22853") ) +(myObject (attribute1 "attr22854") ) +(myObject (attribute1 "attr22855") ) +(myObject (attribute1 "attr22856") ) +(myObject (attribute1 "attr22857") ) +(myObject (attribute1 "attr22858") ) +(myObject (attribute1 "attr22859") ) +(myObject (attribute1 "attr22860") ) +(myObject (attribute1 "attr22861") ) +(myObject (attribute1 "attr22862") ) +(myObject (attribute1 "attr22863") ) +(myObject (attribute1 "attr22864") ) +(myObject (attribute1 "attr22865") ) +(myObject (attribute1 "attr22866") ) +(myObject (attribute1 "attr22867") ) +(myObject (attribute1 "attr22868") ) +(myObject (attribute1 "attr22869") ) +(myObject (attribute1 "attr22870") ) +(myObject (attribute1 "attr22871") ) +(myObject (attribute1 "attr22872") ) +(myObject (attribute1 "attr22873") ) +(myObject (attribute1 "attr22874") ) +(myObject (attribute1 "attr22875") ) +(myObject (attribute1 "attr22876") ) +(myObject (attribute1 "attr22877") ) +(myObject (attribute1 "attr22878") ) +(myObject (attribute1 "attr22879") ) +(myObject (attribute1 "attr22880") ) +(myObject (attribute1 "attr22881") ) +(myObject (attribute1 "attr22882") ) +(myObject (attribute1 "attr22883") ) +(myObject (attribute1 "attr22884") ) +(myObject (attribute1 "attr22885") ) +(myObject (attribute1 "attr22886") ) +(myObject (attribute1 "attr22887") ) +(myObject (attribute1 "attr22888") ) +(myObject (attribute1 "attr22889") ) +(myObject (attribute1 "attr22890") ) +(myObject (attribute1 "attr22891") ) +(myObject (attribute1 "attr22892") ) +(myObject (attribute1 "attr22893") ) +(myObject (attribute1 "attr22894") ) +(myObject (attribute1 "attr22895") ) +(myObject (attribute1 "attr22896") ) +(myObject (attribute1 "attr22897") ) +(myObject (attribute1 "attr22898") ) +(myObject (attribute1 "attr22899") ) +(myObject (attribute1 "attr22900") ) +(myObject (attribute1 "attr22901") ) +(myObject (attribute1 "attr22902") ) +(myObject (attribute1 "attr22903") ) +(myObject (attribute1 "attr22904") ) +(myObject (attribute1 "attr22905") ) +(myObject (attribute1 "attr22906") ) +(myObject (attribute1 "attr22907") ) +(myObject (attribute1 "attr22908") ) +(myObject (attribute1 "attr22909") ) +(myObject (attribute1 "attr22910") ) +(myObject (attribute1 "attr22911") ) +(myObject (attribute1 "attr22912") ) +(myObject (attribute1 "attr22913") ) +(myObject (attribute1 "attr22914") ) +(myObject (attribute1 "attr22915") ) +(myObject (attribute1 "attr22916") ) +(myObject (attribute1 "attr22917") ) +(myObject (attribute1 "attr22918") ) +(myObject (attribute1 "attr22919") ) +(myObject (attribute1 "attr22920") ) +(myObject (attribute1 "attr22921") ) +(myObject (attribute1 "attr22922") ) +(myObject (attribute1 "attr22923") ) +(myObject (attribute1 "attr22924") ) +(myObject (attribute1 "attr22925") ) +(myObject (attribute1 "attr22926") ) +(myObject (attribute1 "attr22927") ) +(myObject (attribute1 "attr22928") ) +(myObject (attribute1 "attr22929") ) +(myObject (attribute1 "attr22930") ) +(myObject (attribute1 "attr22931") ) +(myObject (attribute1 "attr22932") ) +(myObject (attribute1 "attr22933") ) +(myObject (attribute1 "attr22934") ) +(myObject (attribute1 "attr22935") ) +(myObject (attribute1 "attr22936") ) +(myObject (attribute1 "attr22937") ) +(myObject (attribute1 "attr22938") ) +(myObject (attribute1 "attr22939") ) +(myObject (attribute1 "attr22940") ) +(myObject (attribute1 "attr22941") ) +(myObject (attribute1 "attr22942") ) +(myObject (attribute1 "attr22943") ) +(myObject (attribute1 "attr22944") ) +(myObject (attribute1 "attr22945") ) +(myObject (attribute1 "attr22946") ) +(myObject (attribute1 "attr22947") ) +(myObject (attribute1 "attr22948") ) +(myObject (attribute1 "attr22949") ) +(myObject (attribute1 "attr22950") ) +(myObject (attribute1 "attr22951") ) +(myObject (attribute1 "attr22952") ) +(myObject (attribute1 "attr22953") ) +(myObject (attribute1 "attr22954") ) +(myObject (attribute1 "attr22955") ) +(myObject (attribute1 "attr22956") ) +(myObject (attribute1 "attr22957") ) +(myObject (attribute1 "attr22958") ) +(myObject (attribute1 "attr22959") ) +(myObject (attribute1 "attr22960") ) +(myObject (attribute1 "attr22961") ) +(myObject (attribute1 "attr22962") ) +(myObject (attribute1 "attr22963") ) +(myObject (attribute1 "attr22964") ) +(myObject (attribute1 "attr22965") ) +(myObject (attribute1 "attr22966") ) +(myObject (attribute1 "attr22967") ) +(myObject (attribute1 "attr22968") ) +(myObject (attribute1 "attr22969") ) +(myObject (attribute1 "attr22970") ) +(myObject (attribute1 "attr22971") ) +(myObject (attribute1 "attr22972") ) +(myObject (attribute1 "attr22973") ) +(myObject (attribute1 "attr22974") ) +(myObject (attribute1 "attr22975") ) +(myObject (attribute1 "attr22976") ) +(myObject (attribute1 "attr22977") ) +(myObject (attribute1 "attr22978") ) +(myObject (attribute1 "attr22979") ) +(myObject (attribute1 "attr22980") ) +(myObject (attribute1 "attr22981") ) +(myObject (attribute1 "attr22982") ) +(myObject (attribute1 "attr22983") ) +(myObject (attribute1 "attr22984") ) +(myObject (attribute1 "attr22985") ) +(myObject (attribute1 "attr22986") ) +(myObject (attribute1 "attr22987") ) +(myObject (attribute1 "attr22988") ) +(myObject (attribute1 "attr22989") ) +(myObject (attribute1 "attr22990") ) +(myObject (attribute1 "attr22991") ) +(myObject (attribute1 "attr22992") ) +(myObject (attribute1 "attr22993") ) +(myObject (attribute1 "attr22994") ) +(myObject (attribute1 "attr22995") ) +(myObject (attribute1 "attr22996") ) +(myObject (attribute1 "attr22997") ) +(myObject (attribute1 "attr22998") ) +(myObject (attribute1 "attr22999") ) +(myObject (attribute1 "attr23000") ) +(myObject (attribute1 "attr23001") ) +(myObject (attribute1 "attr23002") ) +(myObject (attribute1 "attr23003") ) +(myObject (attribute1 "attr23004") ) +(myObject (attribute1 "attr23005") ) +(myObject (attribute1 "attr23006") ) +(myObject (attribute1 "attr23007") ) +(myObject (attribute1 "attr23008") ) +(myObject (attribute1 "attr23009") ) +(myObject (attribute1 "attr23010") ) +(myObject (attribute1 "attr23011") ) +(myObject (attribute1 "attr23012") ) +(myObject (attribute1 "attr23013") ) +(myObject (attribute1 "attr23014") ) +(myObject (attribute1 "attr23015") ) +(myObject (attribute1 "attr23016") ) +(myObject (attribute1 "attr23017") ) +(myObject (attribute1 "attr23018") ) +(myObject (attribute1 "attr23019") ) +(myObject (attribute1 "attr23020") ) +(myObject (attribute1 "attr23021") ) +(myObject (attribute1 "attr23022") ) +(myObject (attribute1 "attr23023") ) +(myObject (attribute1 "attr23024") ) +(myObject (attribute1 "attr23025") ) +(myObject (attribute1 "attr23026") ) +(myObject (attribute1 "attr23027") ) +(myObject (attribute1 "attr23028") ) +(myObject (attribute1 "attr23029") ) +(myObject (attribute1 "attr23030") ) +(myObject (attribute1 "attr23031") ) +(myObject (attribute1 "attr23032") ) +(myObject (attribute1 "attr23033") ) +(myObject (attribute1 "attr23034") ) +(myObject (attribute1 "attr23035") ) +(myObject (attribute1 "attr23036") ) +(myObject (attribute1 "attr23037") ) +(myObject (attribute1 "attr23038") ) +(myObject (attribute1 "attr23039") ) +(myObject (attribute1 "attr23040") ) +(myObject (attribute1 "attr23041") ) +(myObject (attribute1 "attr23042") ) +(myObject (attribute1 "attr23043") ) +(myObject (attribute1 "attr23044") ) +(myObject (attribute1 "attr23045") ) +(myObject (attribute1 "attr23046") ) +(myObject (attribute1 "attr23047") ) +(myObject (attribute1 "attr23048") ) +(myObject (attribute1 "attr23049") ) +(myObject (attribute1 "attr23050") ) +(myObject (attribute1 "attr23051") ) +(myObject (attribute1 "attr23052") ) +(myObject (attribute1 "attr23053") ) +(myObject (attribute1 "attr23054") ) +(myObject (attribute1 "attr23055") ) +(myObject (attribute1 "attr23056") ) +(myObject (attribute1 "attr23057") ) +(myObject (attribute1 "attr23058") ) +(myObject (attribute1 "attr23059") ) +(myObject (attribute1 "attr23060") ) +(myObject (attribute1 "attr23061") ) +(myObject (attribute1 "attr23062") ) +(myObject (attribute1 "attr23063") ) +(myObject (attribute1 "attr23064") ) +(myObject (attribute1 "attr23065") ) +(myObject (attribute1 "attr23066") ) +(myObject (attribute1 "attr23067") ) +(myObject (attribute1 "attr23068") ) +(myObject (attribute1 "attr23069") ) +(myObject (attribute1 "attr23070") ) +(myObject (attribute1 "attr23071") ) +(myObject (attribute1 "attr23072") ) +(myObject (attribute1 "attr23073") ) +(myObject (attribute1 "attr23074") ) +(myObject (attribute1 "attr23075") ) +(myObject (attribute1 "attr23076") ) +(myObject (attribute1 "attr23077") ) +(myObject (attribute1 "attr23078") ) +(myObject (attribute1 "attr23079") ) +(myObject (attribute1 "attr23080") ) +(myObject (attribute1 "attr23081") ) +(myObject (attribute1 "attr23082") ) +(myObject (attribute1 "attr23083") ) +(myObject (attribute1 "attr23084") ) +(myObject (attribute1 "attr23085") ) +(myObject (attribute1 "attr23086") ) +(myObject (attribute1 "attr23087") ) +(myObject (attribute1 "attr23088") ) +(myObject (attribute1 "attr23089") ) +(myObject (attribute1 "attr23090") ) +(myObject (attribute1 "attr23091") ) +(myObject (attribute1 "attr23092") ) +(myObject (attribute1 "attr23093") ) +(myObject (attribute1 "attr23094") ) +(myObject (attribute1 "attr23095") ) +(myObject (attribute1 "attr23096") ) +(myObject (attribute1 "attr23097") ) +(myObject (attribute1 "attr23098") ) +(myObject (attribute1 "attr23099") ) +(myObject (attribute1 "attr23100") ) +(myObject (attribute1 "attr23101") ) +(myObject (attribute1 "attr23102") ) +(myObject (attribute1 "attr23103") ) +(myObject (attribute1 "attr23104") ) +(myObject (attribute1 "attr23105") ) +(myObject (attribute1 "attr23106") ) +(myObject (attribute1 "attr23107") ) +(myObject (attribute1 "attr23108") ) +(myObject (attribute1 "attr23109") ) +(myObject (attribute1 "attr23110") ) +(myObject (attribute1 "attr23111") ) +(myObject (attribute1 "attr23112") ) +(myObject (attribute1 "attr23113") ) +(myObject (attribute1 "attr23114") ) +(myObject (attribute1 "attr23115") ) +(myObject (attribute1 "attr23116") ) +(myObject (attribute1 "attr23117") ) +(myObject (attribute1 "attr23118") ) +(myObject (attribute1 "attr23119") ) +(myObject (attribute1 "attr23120") ) +(myObject (attribute1 "attr23121") ) +(myObject (attribute1 "attr23122") ) +(myObject (attribute1 "attr23123") ) +(myObject (attribute1 "attr23124") ) +(myObject (attribute1 "attr23125") ) +(myObject (attribute1 "attr23126") ) +(myObject (attribute1 "attr23127") ) +(myObject (attribute1 "attr23128") ) +(myObject (attribute1 "attr23129") ) +(myObject (attribute1 "attr23130") ) +(myObject (attribute1 "attr23131") ) +(myObject (attribute1 "attr23132") ) +(myObject (attribute1 "attr23133") ) +(myObject (attribute1 "attr23134") ) +(myObject (attribute1 "attr23135") ) +(myObject (attribute1 "attr23136") ) +(myObject (attribute1 "attr23137") ) +(myObject (attribute1 "attr23138") ) +(myObject (attribute1 "attr23139") ) +(myObject (attribute1 "attr23140") ) +(myObject (attribute1 "attr23141") ) +(myObject (attribute1 "attr23142") ) +(myObject (attribute1 "attr23143") ) +(myObject (attribute1 "attr23144") ) +(myObject (attribute1 "attr23145") ) +(myObject (attribute1 "attr23146") ) +(myObject (attribute1 "attr23147") ) +(myObject (attribute1 "attr23148") ) +(myObject (attribute1 "attr23149") ) +(myObject (attribute1 "attr23150") ) +(myObject (attribute1 "attr23151") ) +(myObject (attribute1 "attr23152") ) +(myObject (attribute1 "attr23153") ) +(myObject (attribute1 "attr23154") ) +(myObject (attribute1 "attr23155") ) +(myObject (attribute1 "attr23156") ) +(myObject (attribute1 "attr23157") ) +(myObject (attribute1 "attr23158") ) +(myObject (attribute1 "attr23159") ) +(myObject (attribute1 "attr23160") ) +(myObject (attribute1 "attr23161") ) +(myObject (attribute1 "attr23162") ) +(myObject (attribute1 "attr23163") ) +(myObject (attribute1 "attr23164") ) +(myObject (attribute1 "attr23165") ) +(myObject (attribute1 "attr23166") ) +(myObject (attribute1 "attr23167") ) +(myObject (attribute1 "attr23168") ) +(myObject (attribute1 "attr23169") ) +(myObject (attribute1 "attr23170") ) +(myObject (attribute1 "attr23171") ) +(myObject (attribute1 "attr23172") ) +(myObject (attribute1 "attr23173") ) +(myObject (attribute1 "attr23174") ) +(myObject (attribute1 "attr23175") ) +(myObject (attribute1 "attr23176") ) +(myObject (attribute1 "attr23177") ) +(myObject (attribute1 "attr23178") ) +(myObject (attribute1 "attr23179") ) +(myObject (attribute1 "attr23180") ) +(myObject (attribute1 "attr23181") ) +(myObject (attribute1 "attr23182") ) +(myObject (attribute1 "attr23183") ) +(myObject (attribute1 "attr23184") ) +(myObject (attribute1 "attr23185") ) +(myObject (attribute1 "attr23186") ) +(myObject (attribute1 "attr23187") ) +(myObject (attribute1 "attr23188") ) +(myObject (attribute1 "attr23189") ) +(myObject (attribute1 "attr23190") ) +(myObject (attribute1 "attr23191") ) +(myObject (attribute1 "attr23192") ) +(myObject (attribute1 "attr23193") ) +(myObject (attribute1 "attr23194") ) +(myObject (attribute1 "attr23195") ) +(myObject (attribute1 "attr23196") ) +(myObject (attribute1 "attr23197") ) +(myObject (attribute1 "attr23198") ) +(myObject (attribute1 "attr23199") ) +(myObject (attribute1 "attr23200") ) +(myObject (attribute1 "attr23201") ) +(myObject (attribute1 "attr23202") ) +(myObject (attribute1 "attr23203") ) +(myObject (attribute1 "attr23204") ) +(myObject (attribute1 "attr23205") ) +(myObject (attribute1 "attr23206") ) +(myObject (attribute1 "attr23207") ) +(myObject (attribute1 "attr23208") ) +(myObject (attribute1 "attr23209") ) +(myObject (attribute1 "attr23210") ) +(myObject (attribute1 "attr23211") ) +(myObject (attribute1 "attr23212") ) +(myObject (attribute1 "attr23213") ) +(myObject (attribute1 "attr23214") ) +(myObject (attribute1 "attr23215") ) +(myObject (attribute1 "attr23216") ) +(myObject (attribute1 "attr23217") ) +(myObject (attribute1 "attr23218") ) +(myObject (attribute1 "attr23219") ) +(myObject (attribute1 "attr23220") ) +(myObject (attribute1 "attr23221") ) +(myObject (attribute1 "attr23222") ) +(myObject (attribute1 "attr23223") ) +(myObject (attribute1 "attr23224") ) +(myObject (attribute1 "attr23225") ) +(myObject (attribute1 "attr23226") ) +(myObject (attribute1 "attr23227") ) +(myObject (attribute1 "attr23228") ) +(myObject (attribute1 "attr23229") ) +(myObject (attribute1 "attr23230") ) +(myObject (attribute1 "attr23231") ) +(myObject (attribute1 "attr23232") ) +(myObject (attribute1 "attr23233") ) +(myObject (attribute1 "attr23234") ) +(myObject (attribute1 "attr23235") ) +(myObject (attribute1 "attr23236") ) +(myObject (attribute1 "attr23237") ) +(myObject (attribute1 "attr23238") ) +(myObject (attribute1 "attr23239") ) +(myObject (attribute1 "attr23240") ) +(myObject (attribute1 "attr23241") ) +(myObject (attribute1 "attr23242") ) +(myObject (attribute1 "attr23243") ) +(myObject (attribute1 "attr23244") ) +(myObject (attribute1 "attr23245") ) +(myObject (attribute1 "attr23246") ) +(myObject (attribute1 "attr23247") ) +(myObject (attribute1 "attr23248") ) +(myObject (attribute1 "attr23249") ) +(myObject (attribute1 "attr23250") ) +(myObject (attribute1 "attr23251") ) +(myObject (attribute1 "attr23252") ) +(myObject (attribute1 "attr23253") ) +(myObject (attribute1 "attr23254") ) +(myObject (attribute1 "attr23255") ) +(myObject (attribute1 "attr23256") ) +(myObject (attribute1 "attr23257") ) +(myObject (attribute1 "attr23258") ) +(myObject (attribute1 "attr23259") ) +(myObject (attribute1 "attr23260") ) +(myObject (attribute1 "attr23261") ) +(myObject (attribute1 "attr23262") ) +(myObject (attribute1 "attr23263") ) +(myObject (attribute1 "attr23264") ) +(myObject (attribute1 "attr23265") ) +(myObject (attribute1 "attr23266") ) +(myObject (attribute1 "attr23267") ) +(myObject (attribute1 "attr23268") ) +(myObject (attribute1 "attr23269") ) +(myObject (attribute1 "attr23270") ) +(myObject (attribute1 "attr23271") ) +(myObject (attribute1 "attr23272") ) +(myObject (attribute1 "attr23273") ) +(myObject (attribute1 "attr23274") ) +(myObject (attribute1 "attr23275") ) +(myObject (attribute1 "attr23276") ) +(myObject (attribute1 "attr23277") ) +(myObject (attribute1 "attr23278") ) +(myObject (attribute1 "attr23279") ) +(myObject (attribute1 "attr23280") ) +(myObject (attribute1 "attr23281") ) +(myObject (attribute1 "attr23282") ) +(myObject (attribute1 "attr23283") ) +(myObject (attribute1 "attr23284") ) +(myObject (attribute1 "attr23285") ) +(myObject (attribute1 "attr23286") ) +(myObject (attribute1 "attr23287") ) +(myObject (attribute1 "attr23288") ) +(myObject (attribute1 "attr23289") ) +(myObject (attribute1 "attr23290") ) +(myObject (attribute1 "attr23291") ) +(myObject (attribute1 "attr23292") ) +(myObject (attribute1 "attr23293") ) +(myObject (attribute1 "attr23294") ) +(myObject (attribute1 "attr23295") ) +(myObject (attribute1 "attr23296") ) +(myObject (attribute1 "attr23297") ) +(myObject (attribute1 "attr23298") ) +(myObject (attribute1 "attr23299") ) +(myObject (attribute1 "attr23300") ) +(myObject (attribute1 "attr23301") ) +(myObject (attribute1 "attr23302") ) +(myObject (attribute1 "attr23303") ) +(myObject (attribute1 "attr23304") ) +(myObject (attribute1 "attr23305") ) +(myObject (attribute1 "attr23306") ) +(myObject (attribute1 "attr23307") ) +(myObject (attribute1 "attr23308") ) +(myObject (attribute1 "attr23309") ) +(myObject (attribute1 "attr23310") ) +(myObject (attribute1 "attr23311") ) +(myObject (attribute1 "attr23312") ) +(myObject (attribute1 "attr23313") ) +(myObject (attribute1 "attr23314") ) +(myObject (attribute1 "attr23315") ) +(myObject (attribute1 "attr23316") ) +(myObject (attribute1 "attr23317") ) +(myObject (attribute1 "attr23318") ) +(myObject (attribute1 "attr23319") ) +(myObject (attribute1 "attr23320") ) +(myObject (attribute1 "attr23321") ) +(myObject (attribute1 "attr23322") ) +(myObject (attribute1 "attr23323") ) +(myObject (attribute1 "attr23324") ) +(myObject (attribute1 "attr23325") ) +(myObject (attribute1 "attr23326") ) +(myObject (attribute1 "attr23327") ) +(myObject (attribute1 "attr23328") ) +(myObject (attribute1 "attr23329") ) +(myObject (attribute1 "attr23330") ) +(myObject (attribute1 "attr23331") ) +(myObject (attribute1 "attr23332") ) +(myObject (attribute1 "attr23333") ) +(myObject (attribute1 "attr23334") ) +(myObject (attribute1 "attr23335") ) +(myObject (attribute1 "attr23336") ) +(myObject (attribute1 "attr23337") ) +(myObject (attribute1 "attr23338") ) +(myObject (attribute1 "attr23339") ) +(myObject (attribute1 "attr23340") ) +(myObject (attribute1 "attr23341") ) +(myObject (attribute1 "attr23342") ) +(myObject (attribute1 "attr23343") ) +(myObject (attribute1 "attr23344") ) +(myObject (attribute1 "attr23345") ) +(myObject (attribute1 "attr23346") ) +(myObject (attribute1 "attr23347") ) +(myObject (attribute1 "attr23348") ) +(myObject (attribute1 "attr23349") ) +(myObject (attribute1 "attr23350") ) +(myObject (attribute1 "attr23351") ) +(myObject (attribute1 "attr23352") ) +(myObject (attribute1 "attr23353") ) +(myObject (attribute1 "attr23354") ) +(myObject (attribute1 "attr23355") ) +(myObject (attribute1 "attr23356") ) +(myObject (attribute1 "attr23357") ) +(myObject (attribute1 "attr23358") ) +(myObject (attribute1 "attr23359") ) +(myObject (attribute1 "attr23360") ) +(myObject (attribute1 "attr23361") ) +(myObject (attribute1 "attr23362") ) +(myObject (attribute1 "attr23363") ) +(myObject (attribute1 "attr23364") ) +(myObject (attribute1 "attr23365") ) +(myObject (attribute1 "attr23366") ) +(myObject (attribute1 "attr23367") ) +(myObject (attribute1 "attr23368") ) +(myObject (attribute1 "attr23369") ) +(myObject (attribute1 "attr23370") ) +(myObject (attribute1 "attr23371") ) +(myObject (attribute1 "attr23372") ) +(myObject (attribute1 "attr23373") ) +(myObject (attribute1 "attr23374") ) +(myObject (attribute1 "attr23375") ) +(myObject (attribute1 "attr23376") ) +(myObject (attribute1 "attr23377") ) +(myObject (attribute1 "attr23378") ) +(myObject (attribute1 "attr23379") ) +(myObject (attribute1 "attr23380") ) +(myObject (attribute1 "attr23381") ) +(myObject (attribute1 "attr23382") ) +(myObject (attribute1 "attr23383") ) +(myObject (attribute1 "attr23384") ) +(myObject (attribute1 "attr23385") ) +(myObject (attribute1 "attr23386") ) +(myObject (attribute1 "attr23387") ) +(myObject (attribute1 "attr23388") ) +(myObject (attribute1 "attr23389") ) +(myObject (attribute1 "attr23390") ) +(myObject (attribute1 "attr23391") ) +(myObject (attribute1 "attr23392") ) +(myObject (attribute1 "attr23393") ) +(myObject (attribute1 "attr23394") ) +(myObject (attribute1 "attr23395") ) +(myObject (attribute1 "attr23396") ) +(myObject (attribute1 "attr23397") ) +(myObject (attribute1 "attr23398") ) +(myObject (attribute1 "attr23399") ) +(myObject (attribute1 "attr23400") ) +(myObject (attribute1 "attr23401") ) +(myObject (attribute1 "attr23402") ) +(myObject (attribute1 "attr23403") ) +(myObject (attribute1 "attr23404") ) +(myObject (attribute1 "attr23405") ) +(myObject (attribute1 "attr23406") ) +(myObject (attribute1 "attr23407") ) +(myObject (attribute1 "attr23408") ) +(myObject (attribute1 "attr23409") ) +(myObject (attribute1 "attr23410") ) +(myObject (attribute1 "attr23411") ) +(myObject (attribute1 "attr23412") ) +(myObject (attribute1 "attr23413") ) +(myObject (attribute1 "attr23414") ) +(myObject (attribute1 "attr23415") ) +(myObject (attribute1 "attr23416") ) +(myObject (attribute1 "attr23417") ) +(myObject (attribute1 "attr23418") ) +(myObject (attribute1 "attr23419") ) +(myObject (attribute1 "attr23420") ) +(myObject (attribute1 "attr23421") ) +(myObject (attribute1 "attr23422") ) +(myObject (attribute1 "attr23423") ) +(myObject (attribute1 "attr23424") ) +(myObject (attribute1 "attr23425") ) +(myObject (attribute1 "attr23426") ) +(myObject (attribute1 "attr23427") ) +(myObject (attribute1 "attr23428") ) +(myObject (attribute1 "attr23429") ) +(myObject (attribute1 "attr23430") ) +(myObject (attribute1 "attr23431") ) +(myObject (attribute1 "attr23432") ) +(myObject (attribute1 "attr23433") ) +(myObject (attribute1 "attr23434") ) +(myObject (attribute1 "attr23435") ) +(myObject (attribute1 "attr23436") ) +(myObject (attribute1 "attr23437") ) +(myObject (attribute1 "attr23438") ) +(myObject (attribute1 "attr23439") ) +(myObject (attribute1 "attr23440") ) +(myObject (attribute1 "attr23441") ) +(myObject (attribute1 "attr23442") ) +(myObject (attribute1 "attr23443") ) +(myObject (attribute1 "attr23444") ) +(myObject (attribute1 "attr23445") ) +(myObject (attribute1 "attr23446") ) +(myObject (attribute1 "attr23447") ) +(myObject (attribute1 "attr23448") ) +(myObject (attribute1 "attr23449") ) +(myObject (attribute1 "attr23450") ) +(myObject (attribute1 "attr23451") ) +(myObject (attribute1 "attr23452") ) +(myObject (attribute1 "attr23453") ) +(myObject (attribute1 "attr23454") ) +(myObject (attribute1 "attr23455") ) +(myObject (attribute1 "attr23456") ) +(myObject (attribute1 "attr23457") ) +(myObject (attribute1 "attr23458") ) +(myObject (attribute1 "attr23459") ) +(myObject (attribute1 "attr23460") ) +(myObject (attribute1 "attr23461") ) +(myObject (attribute1 "attr23462") ) +(myObject (attribute1 "attr23463") ) +(myObject (attribute1 "attr23464") ) +(myObject (attribute1 "attr23465") ) +(myObject (attribute1 "attr23466") ) +(myObject (attribute1 "attr23467") ) +(myObject (attribute1 "attr23468") ) +(myObject (attribute1 "attr23469") ) +(myObject (attribute1 "attr23470") ) +(myObject (attribute1 "attr23471") ) +(myObject (attribute1 "attr23472") ) +(myObject (attribute1 "attr23473") ) +(myObject (attribute1 "attr23474") ) +(myObject (attribute1 "attr23475") ) +(myObject (attribute1 "attr23476") ) +(myObject (attribute1 "attr23477") ) +(myObject (attribute1 "attr23478") ) +(myObject (attribute1 "attr23479") ) +(myObject (attribute1 "attr23480") ) +(myObject (attribute1 "attr23481") ) +(myObject (attribute1 "attr23482") ) +(myObject (attribute1 "attr23483") ) +(myObject (attribute1 "attr23484") ) +(myObject (attribute1 "attr23485") ) +(myObject (attribute1 "attr23486") ) +(myObject (attribute1 "attr23487") ) +(myObject (attribute1 "attr23488") ) +(myObject (attribute1 "attr23489") ) +(myObject (attribute1 "attr23490") ) +(myObject (attribute1 "attr23491") ) +(myObject (attribute1 "attr23492") ) +(myObject (attribute1 "attr23493") ) +(myObject (attribute1 "attr23494") ) +(myObject (attribute1 "attr23495") ) +(myObject (attribute1 "attr23496") ) +(myObject (attribute1 "attr23497") ) +(myObject (attribute1 "attr23498") ) +(myObject (attribute1 "attr23499") ) +(myObject (attribute1 "attr23500") ) +(myObject (attribute1 "attr23501") ) +(myObject (attribute1 "attr23502") ) +(myObject (attribute1 "attr23503") ) +(myObject (attribute1 "attr23504") ) +(myObject (attribute1 "attr23505") ) +(myObject (attribute1 "attr23506") ) +(myObject (attribute1 "attr23507") ) +(myObject (attribute1 "attr23508") ) +(myObject (attribute1 "attr23509") ) +(myObject (attribute1 "attr23510") ) +(myObject (attribute1 "attr23511") ) +(myObject (attribute1 "attr23512") ) +(myObject (attribute1 "attr23513") ) +(myObject (attribute1 "attr23514") ) +(myObject (attribute1 "attr23515") ) +(myObject (attribute1 "attr23516") ) +(myObject (attribute1 "attr23517") ) +(myObject (attribute1 "attr23518") ) +(myObject (attribute1 "attr23519") ) +(myObject (attribute1 "attr23520") ) +(myObject (attribute1 "attr23521") ) +(myObject (attribute1 "attr23522") ) +(myObject (attribute1 "attr23523") ) +(myObject (attribute1 "attr23524") ) +(myObject (attribute1 "attr23525") ) +(myObject (attribute1 "attr23526") ) +(myObject (attribute1 "attr23527") ) +(myObject (attribute1 "attr23528") ) +(myObject (attribute1 "attr23529") ) +(myObject (attribute1 "attr23530") ) +(myObject (attribute1 "attr23531") ) +(myObject (attribute1 "attr23532") ) +(myObject (attribute1 "attr23533") ) +(myObject (attribute1 "attr23534") ) +(myObject (attribute1 "attr23535") ) +(myObject (attribute1 "attr23536") ) +(myObject (attribute1 "attr23537") ) +(myObject (attribute1 "attr23538") ) +(myObject (attribute1 "attr23539") ) +(myObject (attribute1 "attr23540") ) +(myObject (attribute1 "attr23541") ) +(myObject (attribute1 "attr23542") ) +(myObject (attribute1 "attr23543") ) +(myObject (attribute1 "attr23544") ) +(myObject (attribute1 "attr23545") ) +(myObject (attribute1 "attr23546") ) +(myObject (attribute1 "attr23547") ) +(myObject (attribute1 "attr23548") ) +(myObject (attribute1 "attr23549") ) +(myObject (attribute1 "attr23550") ) +(myObject (attribute1 "attr23551") ) +(myObject (attribute1 "attr23552") ) +(myObject (attribute1 "attr23553") ) +(myObject (attribute1 "attr23554") ) +(myObject (attribute1 "attr23555") ) +(myObject (attribute1 "attr23556") ) +(myObject (attribute1 "attr23557") ) +(myObject (attribute1 "attr23558") ) +(myObject (attribute1 "attr23559") ) +(myObject (attribute1 "attr23560") ) +(myObject (attribute1 "attr23561") ) +(myObject (attribute1 "attr23562") ) +(myObject (attribute1 "attr23563") ) +(myObject (attribute1 "attr23564") ) +(myObject (attribute1 "attr23565") ) +(myObject (attribute1 "attr23566") ) +(myObject (attribute1 "attr23567") ) +(myObject (attribute1 "attr23568") ) +(myObject (attribute1 "attr23569") ) +(myObject (attribute1 "attr23570") ) +(myObject (attribute1 "attr23571") ) +(myObject (attribute1 "attr23572") ) +(myObject (attribute1 "attr23573") ) +(myObject (attribute1 "attr23574") ) +(myObject (attribute1 "attr23575") ) +(myObject (attribute1 "attr23576") ) +(myObject (attribute1 "attr23577") ) +(myObject (attribute1 "attr23578") ) +(myObject (attribute1 "attr23579") ) +(myObject (attribute1 "attr23580") ) +(myObject (attribute1 "attr23581") ) +(myObject (attribute1 "attr23582") ) +(myObject (attribute1 "attr23583") ) +(myObject (attribute1 "attr23584") ) +(myObject (attribute1 "attr23585") ) +(myObject (attribute1 "attr23586") ) +(myObject (attribute1 "attr23587") ) +(myObject (attribute1 "attr23588") ) +(myObject (attribute1 "attr23589") ) +(myObject (attribute1 "attr23590") ) +(myObject (attribute1 "attr23591") ) +(myObject (attribute1 "attr23592") ) +(myObject (attribute1 "attr23593") ) +(myObject (attribute1 "attr23594") ) +(myObject (attribute1 "attr23595") ) +(myObject (attribute1 "attr23596") ) +(myObject (attribute1 "attr23597") ) +(myObject (attribute1 "attr23598") ) +(myObject (attribute1 "attr23599") ) +(myObject (attribute1 "attr23600") ) +(myObject (attribute1 "attr23601") ) +(myObject (attribute1 "attr23602") ) +(myObject (attribute1 "attr23603") ) +(myObject (attribute1 "attr23604") ) +(myObject (attribute1 "attr23605") ) +(myObject (attribute1 "attr23606") ) +(myObject (attribute1 "attr23607") ) +(myObject (attribute1 "attr23608") ) +(myObject (attribute1 "attr23609") ) +(myObject (attribute1 "attr23610") ) +(myObject (attribute1 "attr23611") ) +(myObject (attribute1 "attr23612") ) +(myObject (attribute1 "attr23613") ) +(myObject (attribute1 "attr23614") ) +(myObject (attribute1 "attr23615") ) +(myObject (attribute1 "attr23616") ) +(myObject (attribute1 "attr23617") ) +(myObject (attribute1 "attr23618") ) +(myObject (attribute1 "attr23619") ) +(myObject (attribute1 "attr23620") ) +(myObject (attribute1 "attr23621") ) +(myObject (attribute1 "attr23622") ) +(myObject (attribute1 "attr23623") ) +(myObject (attribute1 "attr23624") ) +(myObject (attribute1 "attr23625") ) +(myObject (attribute1 "attr23626") ) +(myObject (attribute1 "attr23627") ) +(myObject (attribute1 "attr23628") ) +(myObject (attribute1 "attr23629") ) +(myObject (attribute1 "attr23630") ) +(myObject (attribute1 "attr23631") ) +(myObject (attribute1 "attr23632") ) +(myObject (attribute1 "attr23633") ) +(myObject (attribute1 "attr23634") ) +(myObject (attribute1 "attr23635") ) +(myObject (attribute1 "attr23636") ) +(myObject (attribute1 "attr23637") ) +(myObject (attribute1 "attr23638") ) +(myObject (attribute1 "attr23639") ) +(myObject (attribute1 "attr23640") ) +(myObject (attribute1 "attr23641") ) +(myObject (attribute1 "attr23642") ) +(myObject (attribute1 "attr23643") ) +(myObject (attribute1 "attr23644") ) +(myObject (attribute1 "attr23645") ) +(myObject (attribute1 "attr23646") ) +(myObject (attribute1 "attr23647") ) +(myObject (attribute1 "attr23648") ) +(myObject (attribute1 "attr23649") ) +(myObject (attribute1 "attr23650") ) +(myObject (attribute1 "attr23651") ) +(myObject (attribute1 "attr23652") ) +(myObject (attribute1 "attr23653") ) +(myObject (attribute1 "attr23654") ) +(myObject (attribute1 "attr23655") ) +(myObject (attribute1 "attr23656") ) +(myObject (attribute1 "attr23657") ) +(myObject (attribute1 "attr23658") ) +(myObject (attribute1 "attr23659") ) +(myObject (attribute1 "attr23660") ) +(myObject (attribute1 "attr23661") ) +(myObject (attribute1 "attr23662") ) +(myObject (attribute1 "attr23663") ) +(myObject (attribute1 "attr23664") ) +(myObject (attribute1 "attr23665") ) +(myObject (attribute1 "attr23666") ) +(myObject (attribute1 "attr23667") ) +(myObject (attribute1 "attr23668") ) +(myObject (attribute1 "attr23669") ) +(myObject (attribute1 "attr23670") ) +(myObject (attribute1 "attr23671") ) +(myObject (attribute1 "attr23672") ) +(myObject (attribute1 "attr23673") ) +(myObject (attribute1 "attr23674") ) +(myObject (attribute1 "attr23675") ) +(myObject (attribute1 "attr23676") ) +(myObject (attribute1 "attr23677") ) +(myObject (attribute1 "attr23678") ) +(myObject (attribute1 "attr23679") ) +(myObject (attribute1 "attr23680") ) +(myObject (attribute1 "attr23681") ) +(myObject (attribute1 "attr23682") ) +(myObject (attribute1 "attr23683") ) +(myObject (attribute1 "attr23684") ) +(myObject (attribute1 "attr23685") ) +(myObject (attribute1 "attr23686") ) +(myObject (attribute1 "attr23687") ) +(myObject (attribute1 "attr23688") ) +(myObject (attribute1 "attr23689") ) +(myObject (attribute1 "attr23690") ) +(myObject (attribute1 "attr23691") ) +(myObject (attribute1 "attr23692") ) +(myObject (attribute1 "attr23693") ) +(myObject (attribute1 "attr23694") ) +(myObject (attribute1 "attr23695") ) +(myObject (attribute1 "attr23696") ) +(myObject (attribute1 "attr23697") ) +(myObject (attribute1 "attr23698") ) +(myObject (attribute1 "attr23699") ) +(myObject (attribute1 "attr23700") ) +(myObject (attribute1 "attr23701") ) +(myObject (attribute1 "attr23702") ) +(myObject (attribute1 "attr23703") ) +(myObject (attribute1 "attr23704") ) +(myObject (attribute1 "attr23705") ) +(myObject (attribute1 "attr23706") ) +(myObject (attribute1 "attr23707") ) +(myObject (attribute1 "attr23708") ) +(myObject (attribute1 "attr23709") ) +(myObject (attribute1 "attr23710") ) +(myObject (attribute1 "attr23711") ) +(myObject (attribute1 "attr23712") ) +(myObject (attribute1 "attr23713") ) +(myObject (attribute1 "attr23714") ) +(myObject (attribute1 "attr23715") ) +(myObject (attribute1 "attr23716") ) +(myObject (attribute1 "attr23717") ) +(myObject (attribute1 "attr23718") ) +(myObject (attribute1 "attr23719") ) +(myObject (attribute1 "attr23720") ) +(myObject (attribute1 "attr23721") ) +(myObject (attribute1 "attr23722") ) +(myObject (attribute1 "attr23723") ) +(myObject (attribute1 "attr23724") ) +(myObject (attribute1 "attr23725") ) +(myObject (attribute1 "attr23726") ) +(myObject (attribute1 "attr23727") ) +(myObject (attribute1 "attr23728") ) +(myObject (attribute1 "attr23729") ) +(myObject (attribute1 "attr23730") ) +(myObject (attribute1 "attr23731") ) +(myObject (attribute1 "attr23732") ) +(myObject (attribute1 "attr23733") ) +(myObject (attribute1 "attr23734") ) +(myObject (attribute1 "attr23735") ) +(myObject (attribute1 "attr23736") ) +(myObject (attribute1 "attr23737") ) +(myObject (attribute1 "attr23738") ) +(myObject (attribute1 "attr23739") ) +(myObject (attribute1 "attr23740") ) +(myObject (attribute1 "attr23741") ) +(myObject (attribute1 "attr23742") ) +(myObject (attribute1 "attr23743") ) +(myObject (attribute1 "attr23744") ) +(myObject (attribute1 "attr23745") ) +(myObject (attribute1 "attr23746") ) +(myObject (attribute1 "attr23747") ) +(myObject (attribute1 "attr23748") ) +(myObject (attribute1 "attr23749") ) +(myObject (attribute1 "attr23750") ) +(myObject (attribute1 "attr23751") ) +(myObject (attribute1 "attr23752") ) +(myObject (attribute1 "attr23753") ) +(myObject (attribute1 "attr23754") ) +(myObject (attribute1 "attr23755") ) +(myObject (attribute1 "attr23756") ) +(myObject (attribute1 "attr23757") ) +(myObject (attribute1 "attr23758") ) +(myObject (attribute1 "attr23759") ) +(myObject (attribute1 "attr23760") ) +(myObject (attribute1 "attr23761") ) +(myObject (attribute1 "attr23762") ) +(myObject (attribute1 "attr23763") ) +(myObject (attribute1 "attr23764") ) +(myObject (attribute1 "attr23765") ) +(myObject (attribute1 "attr23766") ) +(myObject (attribute1 "attr23767") ) +(myObject (attribute1 "attr23768") ) +(myObject (attribute1 "attr23769") ) +(myObject (attribute1 "attr23770") ) +(myObject (attribute1 "attr23771") ) +(myObject (attribute1 "attr23772") ) +(myObject (attribute1 "attr23773") ) +(myObject (attribute1 "attr23774") ) +(myObject (attribute1 "attr23775") ) +(myObject (attribute1 "attr23776") ) +(myObject (attribute1 "attr23777") ) +(myObject (attribute1 "attr23778") ) +(myObject (attribute1 "attr23779") ) +(myObject (attribute1 "attr23780") ) +(myObject (attribute1 "attr23781") ) +(myObject (attribute1 "attr23782") ) +(myObject (attribute1 "attr23783") ) +(myObject (attribute1 "attr23784") ) +(myObject (attribute1 "attr23785") ) +(myObject (attribute1 "attr23786") ) +(myObject (attribute1 "attr23787") ) +(myObject (attribute1 "attr23788") ) +(myObject (attribute1 "attr23789") ) +(myObject (attribute1 "attr23790") ) +(myObject (attribute1 "attr23791") ) +(myObject (attribute1 "attr23792") ) +(myObject (attribute1 "attr23793") ) +(myObject (attribute1 "attr23794") ) +(myObject (attribute1 "attr23795") ) +(myObject (attribute1 "attr23796") ) +(myObject (attribute1 "attr23797") ) +(myObject (attribute1 "attr23798") ) +(myObject (attribute1 "attr23799") ) +(myObject (attribute1 "attr23800") ) +(myObject (attribute1 "attr23801") ) +(myObject (attribute1 "attr23802") ) +(myObject (attribute1 "attr23803") ) +(myObject (attribute1 "attr23804") ) +(myObject (attribute1 "attr23805") ) +(myObject (attribute1 "attr23806") ) +(myObject (attribute1 "attr23807") ) +(myObject (attribute1 "attr23808") ) +(myObject (attribute1 "attr23809") ) +(myObject (attribute1 "attr23810") ) +(myObject (attribute1 "attr23811") ) +(myObject (attribute1 "attr23812") ) +(myObject (attribute1 "attr23813") ) +(myObject (attribute1 "attr23814") ) +(myObject (attribute1 "attr23815") ) +(myObject (attribute1 "attr23816") ) +(myObject (attribute1 "attr23817") ) +(myObject (attribute1 "attr23818") ) +(myObject (attribute1 "attr23819") ) +(myObject (attribute1 "attr23820") ) +(myObject (attribute1 "attr23821") ) +(myObject (attribute1 "attr23822") ) +(myObject (attribute1 "attr23823") ) +(myObject (attribute1 "attr23824") ) +(myObject (attribute1 "attr23825") ) +(myObject (attribute1 "attr23826") ) +(myObject (attribute1 "attr23827") ) +(myObject (attribute1 "attr23828") ) +(myObject (attribute1 "attr23829") ) +(myObject (attribute1 "attr23830") ) +(myObject (attribute1 "attr23831") ) +(myObject (attribute1 "attr23832") ) +(myObject (attribute1 "attr23833") ) +(myObject (attribute1 "attr23834") ) +(myObject (attribute1 "attr23835") ) +(myObject (attribute1 "attr23836") ) +(myObject (attribute1 "attr23837") ) +(myObject (attribute1 "attr23838") ) +(myObject (attribute1 "attr23839") ) +(myObject (attribute1 "attr23840") ) +(myObject (attribute1 "attr23841") ) +(myObject (attribute1 "attr23842") ) +(myObject (attribute1 "attr23843") ) +(myObject (attribute1 "attr23844") ) +(myObject (attribute1 "attr23845") ) +(myObject (attribute1 "attr23846") ) +(myObject (attribute1 "attr23847") ) +(myObject (attribute1 "attr23848") ) +(myObject (attribute1 "attr23849") ) +(myObject (attribute1 "attr23850") ) +(myObject (attribute1 "attr23851") ) +(myObject (attribute1 "attr23852") ) +(myObject (attribute1 "attr23853") ) +(myObject (attribute1 "attr23854") ) +(myObject (attribute1 "attr23855") ) +(myObject (attribute1 "attr23856") ) +(myObject (attribute1 "attr23857") ) +(myObject (attribute1 "attr23858") ) +(myObject (attribute1 "attr23859") ) +(myObject (attribute1 "attr23860") ) +(myObject (attribute1 "attr23861") ) +(myObject (attribute1 "attr23862") ) +(myObject (attribute1 "attr23863") ) +(myObject (attribute1 "attr23864") ) +(myObject (attribute1 "attr23865") ) +(myObject (attribute1 "attr23866") ) +(myObject (attribute1 "attr23867") ) +(myObject (attribute1 "attr23868") ) +(myObject (attribute1 "attr23869") ) +(myObject (attribute1 "attr23870") ) +(myObject (attribute1 "attr23871") ) +(myObject (attribute1 "attr23872") ) +(myObject (attribute1 "attr23873") ) +(myObject (attribute1 "attr23874") ) +(myObject (attribute1 "attr23875") ) +(myObject (attribute1 "attr23876") ) +(myObject (attribute1 "attr23877") ) +(myObject (attribute1 "attr23878") ) +(myObject (attribute1 "attr23879") ) +(myObject (attribute1 "attr23880") ) +(myObject (attribute1 "attr23881") ) +(myObject (attribute1 "attr23882") ) +(myObject (attribute1 "attr23883") ) +(myObject (attribute1 "attr23884") ) +(myObject (attribute1 "attr23885") ) +(myObject (attribute1 "attr23886") ) +(myObject (attribute1 "attr23887") ) +(myObject (attribute1 "attr23888") ) +(myObject (attribute1 "attr23889") ) +(myObject (attribute1 "attr23890") ) +(myObject (attribute1 "attr23891") ) +(myObject (attribute1 "attr23892") ) +(myObject (attribute1 "attr23893") ) +(myObject (attribute1 "attr23894") ) +(myObject (attribute1 "attr23895") ) +(myObject (attribute1 "attr23896") ) +(myObject (attribute1 "attr23897") ) +(myObject (attribute1 "attr23898") ) +(myObject (attribute1 "attr23899") ) +(myObject (attribute1 "attr23900") ) +(myObject (attribute1 "attr23901") ) +(myObject (attribute1 "attr23902") ) +(myObject (attribute1 "attr23903") ) +(myObject (attribute1 "attr23904") ) +(myObject (attribute1 "attr23905") ) +(myObject (attribute1 "attr23906") ) +(myObject (attribute1 "attr23907") ) +(myObject (attribute1 "attr23908") ) +(myObject (attribute1 "attr23909") ) +(myObject (attribute1 "attr23910") ) +(myObject (attribute1 "attr23911") ) +(myObject (attribute1 "attr23912") ) +(myObject (attribute1 "attr23913") ) +(myObject (attribute1 "attr23914") ) +(myObject (attribute1 "attr23915") ) +(myObject (attribute1 "attr23916") ) +(myObject (attribute1 "attr23917") ) +(myObject (attribute1 "attr23918") ) +(myObject (attribute1 "attr23919") ) +(myObject (attribute1 "attr23920") ) +(myObject (attribute1 "attr23921") ) +(myObject (attribute1 "attr23922") ) +(myObject (attribute1 "attr23923") ) +(myObject (attribute1 "attr23924") ) +(myObject (attribute1 "attr23925") ) +(myObject (attribute1 "attr23926") ) +(myObject (attribute1 "attr23927") ) +(myObject (attribute1 "attr23928") ) +(myObject (attribute1 "attr23929") ) +(myObject (attribute1 "attr23930") ) +(myObject (attribute1 "attr23931") ) +(myObject (attribute1 "attr23932") ) +(myObject (attribute1 "attr23933") ) +(myObject (attribute1 "attr23934") ) +(myObject (attribute1 "attr23935") ) +(myObject (attribute1 "attr23936") ) +(myObject (attribute1 "attr23937") ) +(myObject (attribute1 "attr23938") ) +(myObject (attribute1 "attr23939") ) +(myObject (attribute1 "attr23940") ) +(myObject (attribute1 "attr23941") ) +(myObject (attribute1 "attr23942") ) +(myObject (attribute1 "attr23943") ) +(myObject (attribute1 "attr23944") ) +(myObject (attribute1 "attr23945") ) +(myObject (attribute1 "attr23946") ) +(myObject (attribute1 "attr23947") ) +(myObject (attribute1 "attr23948") ) +(myObject (attribute1 "attr23949") ) +(myObject (attribute1 "attr23950") ) +(myObject (attribute1 "attr23951") ) +(myObject (attribute1 "attr23952") ) +(myObject (attribute1 "attr23953") ) +(myObject (attribute1 "attr23954") ) +(myObject (attribute1 "attr23955") ) +(myObject (attribute1 "attr23956") ) +(myObject (attribute1 "attr23957") ) +(myObject (attribute1 "attr23958") ) +(myObject (attribute1 "attr23959") ) +(myObject (attribute1 "attr23960") ) +(myObject (attribute1 "attr23961") ) +(myObject (attribute1 "attr23962") ) +(myObject (attribute1 "attr23963") ) +(myObject (attribute1 "attr23964") ) +(myObject (attribute1 "attr23965") ) +(myObject (attribute1 "attr23966") ) +(myObject (attribute1 "attr23967") ) +(myObject (attribute1 "attr23968") ) +(myObject (attribute1 "attr23969") ) +(myObject (attribute1 "attr23970") ) +(myObject (attribute1 "attr23971") ) +(myObject (attribute1 "attr23972") ) +(myObject (attribute1 "attr23973") ) +(myObject (attribute1 "attr23974") ) +(myObject (attribute1 "attr23975") ) +(myObject (attribute1 "attr23976") ) +(myObject (attribute1 "attr23977") ) +(myObject (attribute1 "attr23978") ) +(myObject (attribute1 "attr23979") ) +(myObject (attribute1 "attr23980") ) +(myObject (attribute1 "attr23981") ) +(myObject (attribute1 "attr23982") ) +(myObject (attribute1 "attr23983") ) +(myObject (attribute1 "attr23984") ) +(myObject (attribute1 "attr23985") ) +(myObject (attribute1 "attr23986") ) +(myObject (attribute1 "attr23987") ) +(myObject (attribute1 "attr23988") ) +(myObject (attribute1 "attr23989") ) +(myObject (attribute1 "attr23990") ) +(myObject (attribute1 "attr23991") ) +(myObject (attribute1 "attr23992") ) +(myObject (attribute1 "attr23993") ) +(myObject (attribute1 "attr23994") ) +(myObject (attribute1 "attr23995") ) +(myObject (attribute1 "attr23996") ) +(myObject (attribute1 "attr23997") ) +(myObject (attribute1 "attr23998") ) +(myObject (attribute1 "attr23999") ) +(myObject (attribute1 "attr24000") ) +(myObject (attribute1 "attr24001") ) +(myObject (attribute1 "attr24002") ) +(myObject (attribute1 "attr24003") ) +(myObject (attribute1 "attr24004") ) +(myObject (attribute1 "attr24005") ) +(myObject (attribute1 "attr24006") ) +(myObject (attribute1 "attr24007") ) +(myObject (attribute1 "attr24008") ) +(myObject (attribute1 "attr24009") ) +(myObject (attribute1 "attr24010") ) +(myObject (attribute1 "attr24011") ) +(myObject (attribute1 "attr24012") ) +(myObject (attribute1 "attr24013") ) +(myObject (attribute1 "attr24014") ) +(myObject (attribute1 "attr24015") ) +(myObject (attribute1 "attr24016") ) +(myObject (attribute1 "attr24017") ) +(myObject (attribute1 "attr24018") ) +(myObject (attribute1 "attr24019") ) +(myObject (attribute1 "attr24020") ) +(myObject (attribute1 "attr24021") ) +(myObject (attribute1 "attr24022") ) +(myObject (attribute1 "attr24023") ) +(myObject (attribute1 "attr24024") ) +(myObject (attribute1 "attr24025") ) +(myObject (attribute1 "attr24026") ) +(myObject (attribute1 "attr24027") ) +(myObject (attribute1 "attr24028") ) +(myObject (attribute1 "attr24029") ) +(myObject (attribute1 "attr24030") ) +(myObject (attribute1 "attr24031") ) +(myObject (attribute1 "attr24032") ) +(myObject (attribute1 "attr24033") ) +(myObject (attribute1 "attr24034") ) +(myObject (attribute1 "attr24035") ) +(myObject (attribute1 "attr24036") ) +(myObject (attribute1 "attr24037") ) +(myObject (attribute1 "attr24038") ) +(myObject (attribute1 "attr24039") ) +(myObject (attribute1 "attr24040") ) +(myObject (attribute1 "attr24041") ) +(myObject (attribute1 "attr24042") ) +(myObject (attribute1 "attr24043") ) +(myObject (attribute1 "attr24044") ) +(myObject (attribute1 "attr24045") ) +(myObject (attribute1 "attr24046") ) +(myObject (attribute1 "attr24047") ) +(myObject (attribute1 "attr24048") ) +(myObject (attribute1 "attr24049") ) +(myObject (attribute1 "attr24050") ) +(myObject (attribute1 "attr24051") ) +(myObject (attribute1 "attr24052") ) +(myObject (attribute1 "attr24053") ) +(myObject (attribute1 "attr24054") ) +(myObject (attribute1 "attr24055") ) +(myObject (attribute1 "attr24056") ) +(myObject (attribute1 "attr24057") ) +(myObject (attribute1 "attr24058") ) +(myObject (attribute1 "attr24059") ) +(myObject (attribute1 "attr24060") ) +(myObject (attribute1 "attr24061") ) +(myObject (attribute1 "attr24062") ) +(myObject (attribute1 "attr24063") ) +(myObject (attribute1 "attr24064") ) +(myObject (attribute1 "attr24065") ) +(myObject (attribute1 "attr24066") ) +(myObject (attribute1 "attr24067") ) +(myObject (attribute1 "attr24068") ) +(myObject (attribute1 "attr24069") ) +(myObject (attribute1 "attr24070") ) +(myObject (attribute1 "attr24071") ) +(myObject (attribute1 "attr24072") ) +(myObject (attribute1 "attr24073") ) +(myObject (attribute1 "attr24074") ) +(myObject (attribute1 "attr24075") ) +(myObject (attribute1 "attr24076") ) +(myObject (attribute1 "attr24077") ) +(myObject (attribute1 "attr24078") ) +(myObject (attribute1 "attr24079") ) +(myObject (attribute1 "attr24080") ) +(myObject (attribute1 "attr24081") ) +(myObject (attribute1 "attr24082") ) +(myObject (attribute1 "attr24083") ) +(myObject (attribute1 "attr24084") ) +(myObject (attribute1 "attr24085") ) +(myObject (attribute1 "attr24086") ) +(myObject (attribute1 "attr24087") ) +(myObject (attribute1 "attr24088") ) +(myObject (attribute1 "attr24089") ) +(myObject (attribute1 "attr24090") ) +(myObject (attribute1 "attr24091") ) +(myObject (attribute1 "attr24092") ) +(myObject (attribute1 "attr24093") ) +(myObject (attribute1 "attr24094") ) +(myObject (attribute1 "attr24095") ) +(myObject (attribute1 "attr24096") ) +(myObject (attribute1 "attr24097") ) +(myObject (attribute1 "attr24098") ) +(myObject (attribute1 "attr24099") ) +(myObject (attribute1 "attr24100") ) +(myObject (attribute1 "attr24101") ) +(myObject (attribute1 "attr24102") ) +(myObject (attribute1 "attr24103") ) +(myObject (attribute1 "attr24104") ) +(myObject (attribute1 "attr24105") ) +(myObject (attribute1 "attr24106") ) +(myObject (attribute1 "attr24107") ) +(myObject (attribute1 "attr24108") ) +(myObject (attribute1 "attr24109") ) +(myObject (attribute1 "attr24110") ) +(myObject (attribute1 "attr24111") ) +(myObject (attribute1 "attr24112") ) +(myObject (attribute1 "attr24113") ) +(myObject (attribute1 "attr24114") ) +(myObject (attribute1 "attr24115") ) +(myObject (attribute1 "attr24116") ) +(myObject (attribute1 "attr24117") ) +(myObject (attribute1 "attr24118") ) +(myObject (attribute1 "attr24119") ) +(myObject (attribute1 "attr24120") ) +(myObject (attribute1 "attr24121") ) +(myObject (attribute1 "attr24122") ) +(myObject (attribute1 "attr24123") ) +(myObject (attribute1 "attr24124") ) +(myObject (attribute1 "attr24125") ) +(myObject (attribute1 "attr24126") ) +(myObject (attribute1 "attr24127") ) +(myObject (attribute1 "attr24128") ) +(myObject (attribute1 "attr24129") ) +(myObject (attribute1 "attr24130") ) +(myObject (attribute1 "attr24131") ) +(myObject (attribute1 "attr24132") ) +(myObject (attribute1 "attr24133") ) +(myObject (attribute1 "attr24134") ) +(myObject (attribute1 "attr24135") ) +(myObject (attribute1 "attr24136") ) +(myObject (attribute1 "attr24137") ) +(myObject (attribute1 "attr24138") ) +(myObject (attribute1 "attr24139") ) +(myObject (attribute1 "attr24140") ) +(myObject (attribute1 "attr24141") ) +(myObject (attribute1 "attr24142") ) +(myObject (attribute1 "attr24143") ) +(myObject (attribute1 "attr24144") ) +(myObject (attribute1 "attr24145") ) +(myObject (attribute1 "attr24146") ) +(myObject (attribute1 "attr24147") ) +(myObject (attribute1 "attr24148") ) +(myObject (attribute1 "attr24149") ) +(myObject (attribute1 "attr24150") ) +(myObject (attribute1 "attr24151") ) +(myObject (attribute1 "attr24152") ) +(myObject (attribute1 "attr24153") ) +(myObject (attribute1 "attr24154") ) +(myObject (attribute1 "attr24155") ) +(myObject (attribute1 "attr24156") ) +(myObject (attribute1 "attr24157") ) +(myObject (attribute1 "attr24158") ) +(myObject (attribute1 "attr24159") ) +(myObject (attribute1 "attr24160") ) +(myObject (attribute1 "attr24161") ) +(myObject (attribute1 "attr24162") ) +(myObject (attribute1 "attr24163") ) +(myObject (attribute1 "attr24164") ) +(myObject (attribute1 "attr24165") ) +(myObject (attribute1 "attr24166") ) +(myObject (attribute1 "attr24167") ) +(myObject (attribute1 "attr24168") ) +(myObject (attribute1 "attr24169") ) +(myObject (attribute1 "attr24170") ) +(myObject (attribute1 "attr24171") ) +(myObject (attribute1 "attr24172") ) +(myObject (attribute1 "attr24173") ) +(myObject (attribute1 "attr24174") ) +(myObject (attribute1 "attr24175") ) +(myObject (attribute1 "attr24176") ) +(myObject (attribute1 "attr24177") ) +(myObject (attribute1 "attr24178") ) +(myObject (attribute1 "attr24179") ) +(myObject (attribute1 "attr24180") ) +(myObject (attribute1 "attr24181") ) +(myObject (attribute1 "attr24182") ) +(myObject (attribute1 "attr24183") ) +(myObject (attribute1 "attr24184") ) +(myObject (attribute1 "attr24185") ) +(myObject (attribute1 "attr24186") ) +(myObject (attribute1 "attr24187") ) +(myObject (attribute1 "attr24188") ) +(myObject (attribute1 "attr24189") ) +(myObject (attribute1 "attr24190") ) +(myObject (attribute1 "attr24191") ) +(myObject (attribute1 "attr24192") ) +(myObject (attribute1 "attr24193") ) +(myObject (attribute1 "attr24194") ) +(myObject (attribute1 "attr24195") ) +(myObject (attribute1 "attr24196") ) +(myObject (attribute1 "attr24197") ) +(myObject (attribute1 "attr24198") ) +(myObject (attribute1 "attr24199") ) +(myObject (attribute1 "attr24200") ) +(myObject (attribute1 "attr24201") ) +(myObject (attribute1 "attr24202") ) +(myObject (attribute1 "attr24203") ) +(myObject (attribute1 "attr24204") ) +(myObject (attribute1 "attr24205") ) +(myObject (attribute1 "attr24206") ) +(myObject (attribute1 "attr24207") ) +(myObject (attribute1 "attr24208") ) +(myObject (attribute1 "attr24209") ) +(myObject (attribute1 "attr24210") ) +(myObject (attribute1 "attr24211") ) +(myObject (attribute1 "attr24212") ) +(myObject (attribute1 "attr24213") ) +(myObject (attribute1 "attr24214") ) +(myObject (attribute1 "attr24215") ) +(myObject (attribute1 "attr24216") ) +(myObject (attribute1 "attr24217") ) +(myObject (attribute1 "attr24218") ) +(myObject (attribute1 "attr24219") ) +(myObject (attribute1 "attr24220") ) +(myObject (attribute1 "attr24221") ) +(myObject (attribute1 "attr24222") ) +(myObject (attribute1 "attr24223") ) +(myObject (attribute1 "attr24224") ) +(myObject (attribute1 "attr24225") ) +(myObject (attribute1 "attr24226") ) +(myObject (attribute1 "attr24227") ) +(myObject (attribute1 "attr24228") ) +(myObject (attribute1 "attr24229") ) +(myObject (attribute1 "attr24230") ) +(myObject (attribute1 "attr24231") ) +(myObject (attribute1 "attr24232") ) +(myObject (attribute1 "attr24233") ) +(myObject (attribute1 "attr24234") ) +(myObject (attribute1 "attr24235") ) +(myObject (attribute1 "attr24236") ) +(myObject (attribute1 "attr24237") ) +(myObject (attribute1 "attr24238") ) +(myObject (attribute1 "attr24239") ) +(myObject (attribute1 "attr24240") ) +(myObject (attribute1 "attr24241") ) +(myObject (attribute1 "attr24242") ) +(myObject (attribute1 "attr24243") ) +(myObject (attribute1 "attr24244") ) +(myObject (attribute1 "attr24245") ) +(myObject (attribute1 "attr24246") ) +(myObject (attribute1 "attr24247") ) +(myObject (attribute1 "attr24248") ) +(myObject (attribute1 "attr24249") ) +(myObject (attribute1 "attr24250") ) +(myObject (attribute1 "attr24251") ) +(myObject (attribute1 "attr24252") ) +(myObject (attribute1 "attr24253") ) +(myObject (attribute1 "attr24254") ) +(myObject (attribute1 "attr24255") ) +(myObject (attribute1 "attr24256") ) +(myObject (attribute1 "attr24257") ) +(myObject (attribute1 "attr24258") ) +(myObject (attribute1 "attr24259") ) +(myObject (attribute1 "attr24260") ) +(myObject (attribute1 "attr24261") ) +(myObject (attribute1 "attr24262") ) +(myObject (attribute1 "attr24263") ) +(myObject (attribute1 "attr24264") ) +(myObject (attribute1 "attr24265") ) +(myObject (attribute1 "attr24266") ) +(myObject (attribute1 "attr24267") ) +(myObject (attribute1 "attr24268") ) +(myObject (attribute1 "attr24269") ) +(myObject (attribute1 "attr24270") ) +(myObject (attribute1 "attr24271") ) +(myObject (attribute1 "attr24272") ) +(myObject (attribute1 "attr24273") ) +(myObject (attribute1 "attr24274") ) +(myObject (attribute1 "attr24275") ) +(myObject (attribute1 "attr24276") ) +(myObject (attribute1 "attr24277") ) +(myObject (attribute1 "attr24278") ) +(myObject (attribute1 "attr24279") ) +(myObject (attribute1 "attr24280") ) +(myObject (attribute1 "attr24281") ) +(myObject (attribute1 "attr24282") ) +(myObject (attribute1 "attr24283") ) +(myObject (attribute1 "attr24284") ) +(myObject (attribute1 "attr24285") ) +(myObject (attribute1 "attr24286") ) +(myObject (attribute1 "attr24287") ) +(myObject (attribute1 "attr24288") ) +(myObject (attribute1 "attr24289") ) +(myObject (attribute1 "attr24290") ) +(myObject (attribute1 "attr24291") ) +(myObject (attribute1 "attr24292") ) +(myObject (attribute1 "attr24293") ) +(myObject (attribute1 "attr24294") ) +(myObject (attribute1 "attr24295") ) +(myObject (attribute1 "attr24296") ) +(myObject (attribute1 "attr24297") ) +(myObject (attribute1 "attr24298") ) +(myObject (attribute1 "attr24299") ) +(myObject (attribute1 "attr24300") ) +(myObject (attribute1 "attr24301") ) +(myObject (attribute1 "attr24302") ) +(myObject (attribute1 "attr24303") ) +(myObject (attribute1 "attr24304") ) +(myObject (attribute1 "attr24305") ) +(myObject (attribute1 "attr24306") ) +(myObject (attribute1 "attr24307") ) +(myObject (attribute1 "attr24308") ) +(myObject (attribute1 "attr24309") ) +(myObject (attribute1 "attr24310") ) +(myObject (attribute1 "attr24311") ) +(myObject (attribute1 "attr24312") ) +(myObject (attribute1 "attr24313") ) +(myObject (attribute1 "attr24314") ) +(myObject (attribute1 "attr24315") ) +(myObject (attribute1 "attr24316") ) +(myObject (attribute1 "attr24317") ) +(myObject (attribute1 "attr24318") ) +(myObject (attribute1 "attr24319") ) +(myObject (attribute1 "attr24320") ) +(myObject (attribute1 "attr24321") ) +(myObject (attribute1 "attr24322") ) +(myObject (attribute1 "attr24323") ) +(myObject (attribute1 "attr24324") ) +(myObject (attribute1 "attr24325") ) +(myObject (attribute1 "attr24326") ) +(myObject (attribute1 "attr24327") ) +(myObject (attribute1 "attr24328") ) +(myObject (attribute1 "attr24329") ) +(myObject (attribute1 "attr24330") ) +(myObject (attribute1 "attr24331") ) +(myObject (attribute1 "attr24332") ) +(myObject (attribute1 "attr24333") ) +(myObject (attribute1 "attr24334") ) +(myObject (attribute1 "attr24335") ) +(myObject (attribute1 "attr24336") ) +(myObject (attribute1 "attr24337") ) +(myObject (attribute1 "attr24338") ) +(myObject (attribute1 "attr24339") ) +(myObject (attribute1 "attr24340") ) +(myObject (attribute1 "attr24341") ) +(myObject (attribute1 "attr24342") ) +(myObject (attribute1 "attr24343") ) +(myObject (attribute1 "attr24344") ) +(myObject (attribute1 "attr24345") ) +(myObject (attribute1 "attr24346") ) +(myObject (attribute1 "attr24347") ) +(myObject (attribute1 "attr24348") ) +(myObject (attribute1 "attr24349") ) +(myObject (attribute1 "attr24350") ) +(myObject (attribute1 "attr24351") ) +(myObject (attribute1 "attr24352") ) +(myObject (attribute1 "attr24353") ) +(myObject (attribute1 "attr24354") ) +(myObject (attribute1 "attr24355") ) +(myObject (attribute1 "attr24356") ) +(myObject (attribute1 "attr24357") ) +(myObject (attribute1 "attr24358") ) +(myObject (attribute1 "attr24359") ) +(myObject (attribute1 "attr24360") ) +(myObject (attribute1 "attr24361") ) +(myObject (attribute1 "attr24362") ) +(myObject (attribute1 "attr24363") ) +(myObject (attribute1 "attr24364") ) +(myObject (attribute1 "attr24365") ) +(myObject (attribute1 "attr24366") ) +(myObject (attribute1 "attr24367") ) +(myObject (attribute1 "attr24368") ) +(myObject (attribute1 "attr24369") ) +(myObject (attribute1 "attr24370") ) +(myObject (attribute1 "attr24371") ) +(myObject (attribute1 "attr24372") ) +(myObject (attribute1 "attr24373") ) +(myObject (attribute1 "attr24374") ) +(myObject (attribute1 "attr24375") ) +(myObject (attribute1 "attr24376") ) +(myObject (attribute1 "attr24377") ) +(myObject (attribute1 "attr24378") ) +(myObject (attribute1 "attr24379") ) +(myObject (attribute1 "attr24380") ) +(myObject (attribute1 "attr24381") ) +(myObject (attribute1 "attr24382") ) +(myObject (attribute1 "attr24383") ) +(myObject (attribute1 "attr24384") ) +(myObject (attribute1 "attr24385") ) +(myObject (attribute1 "attr24386") ) +(myObject (attribute1 "attr24387") ) +(myObject (attribute1 "attr24388") ) +(myObject (attribute1 "attr24389") ) +(myObject (attribute1 "attr24390") ) +(myObject (attribute1 "attr24391") ) +(myObject (attribute1 "attr24392") ) +(myObject (attribute1 "attr24393") ) +(myObject (attribute1 "attr24394") ) +(myObject (attribute1 "attr24395") ) +(myObject (attribute1 "attr24396") ) +(myObject (attribute1 "attr24397") ) +(myObject (attribute1 "attr24398") ) +(myObject (attribute1 "attr24399") ) +(myObject (attribute1 "attr24400") ) +(myObject (attribute1 "attr24401") ) +(myObject (attribute1 "attr24402") ) +(myObject (attribute1 "attr24403") ) +(myObject (attribute1 "attr24404") ) +(myObject (attribute1 "attr24405") ) +(myObject (attribute1 "attr24406") ) +(myObject (attribute1 "attr24407") ) +(myObject (attribute1 "attr24408") ) +(myObject (attribute1 "attr24409") ) +(myObject (attribute1 "attr24410") ) +(myObject (attribute1 "attr24411") ) +(myObject (attribute1 "attr24412") ) +(myObject (attribute1 "attr24413") ) +(myObject (attribute1 "attr24414") ) +(myObject (attribute1 "attr24415") ) +(myObject (attribute1 "attr24416") ) +(myObject (attribute1 "attr24417") ) +(myObject (attribute1 "attr24418") ) +(myObject (attribute1 "attr24419") ) +(myObject (attribute1 "attr24420") ) +(myObject (attribute1 "attr24421") ) +(myObject (attribute1 "attr24422") ) +(myObject (attribute1 "attr24423") ) +(myObject (attribute1 "attr24424") ) +(myObject (attribute1 "attr24425") ) +(myObject (attribute1 "attr24426") ) +(myObject (attribute1 "attr24427") ) +(myObject (attribute1 "attr24428") ) +(myObject (attribute1 "attr24429") ) +(myObject (attribute1 "attr24430") ) +(myObject (attribute1 "attr24431") ) +(myObject (attribute1 "attr24432") ) +(myObject (attribute1 "attr24433") ) +(myObject (attribute1 "attr24434") ) +(myObject (attribute1 "attr24435") ) +(myObject (attribute1 "attr24436") ) +(myObject (attribute1 "attr24437") ) +(myObject (attribute1 "attr24438") ) +(myObject (attribute1 "attr24439") ) +(myObject (attribute1 "attr24440") ) +(myObject (attribute1 "attr24441") ) +(myObject (attribute1 "attr24442") ) +(myObject (attribute1 "attr24443") ) +(myObject (attribute1 "attr24444") ) +(myObject (attribute1 "attr24445") ) +(myObject (attribute1 "attr24446") ) +(myObject (attribute1 "attr24447") ) +(myObject (attribute1 "attr24448") ) +(myObject (attribute1 "attr24449") ) +(myObject (attribute1 "attr24450") ) +(myObject (attribute1 "attr24451") ) +(myObject (attribute1 "attr24452") ) +(myObject (attribute1 "attr24453") ) +(myObject (attribute1 "attr24454") ) +(myObject (attribute1 "attr24455") ) +(myObject (attribute1 "attr24456") ) +(myObject (attribute1 "attr24457") ) +(myObject (attribute1 "attr24458") ) +(myObject (attribute1 "attr24459") ) +(myObject (attribute1 "attr24460") ) +(myObject (attribute1 "attr24461") ) +(myObject (attribute1 "attr24462") ) +(myObject (attribute1 "attr24463") ) +(myObject (attribute1 "attr24464") ) +(myObject (attribute1 "attr24465") ) +(myObject (attribute1 "attr24466") ) +(myObject (attribute1 "attr24467") ) +(myObject (attribute1 "attr24468") ) +(myObject (attribute1 "attr24469") ) +(myObject (attribute1 "attr24470") ) +(myObject (attribute1 "attr24471") ) +(myObject (attribute1 "attr24472") ) +(myObject (attribute1 "attr24473") ) +(myObject (attribute1 "attr24474") ) +(myObject (attribute1 "attr24475") ) +(myObject (attribute1 "attr24476") ) +(myObject (attribute1 "attr24477") ) +(myObject (attribute1 "attr24478") ) +(myObject (attribute1 "attr24479") ) +(myObject (attribute1 "attr24480") ) +(myObject (attribute1 "attr24481") ) +(myObject (attribute1 "attr24482") ) +(myObject (attribute1 "attr24483") ) +(myObject (attribute1 "attr24484") ) +(myObject (attribute1 "attr24485") ) +(myObject (attribute1 "attr24486") ) +(myObject (attribute1 "attr24487") ) +(myObject (attribute1 "attr24488") ) +(myObject (attribute1 "attr24489") ) +(myObject (attribute1 "attr24490") ) +(myObject (attribute1 "attr24491") ) +(myObject (attribute1 "attr24492") ) +(myObject (attribute1 "attr24493") ) +(myObject (attribute1 "attr24494") ) +(myObject (attribute1 "attr24495") ) +(myObject (attribute1 "attr24496") ) +(myObject (attribute1 "attr24497") ) +(myObject (attribute1 "attr24498") ) +(myObject (attribute1 "attr24499") ) +(myObject (attribute1 "attr24500") ) +(myObject (attribute1 "attr24501") ) +(myObject (attribute1 "attr24502") ) +(myObject (attribute1 "attr24503") ) +(myObject (attribute1 "attr24504") ) +(myObject (attribute1 "attr24505") ) +(myObject (attribute1 "attr24506") ) +(myObject (attribute1 "attr24507") ) +(myObject (attribute1 "attr24508") ) +(myObject (attribute1 "attr24509") ) +(myObject (attribute1 "attr24510") ) +(myObject (attribute1 "attr24511") ) +(myObject (attribute1 "attr24512") ) +(myObject (attribute1 "attr24513") ) +(myObject (attribute1 "attr24514") ) +(myObject (attribute1 "attr24515") ) +(myObject (attribute1 "attr24516") ) +(myObject (attribute1 "attr24517") ) +(myObject (attribute1 "attr24518") ) +(myObject (attribute1 "attr24519") ) +(myObject (attribute1 "attr24520") ) +(myObject (attribute1 "attr24521") ) +(myObject (attribute1 "attr24522") ) +(myObject (attribute1 "attr24523") ) +(myObject (attribute1 "attr24524") ) +(myObject (attribute1 "attr24525") ) +(myObject (attribute1 "attr24526") ) +(myObject (attribute1 "attr24527") ) +(myObject (attribute1 "attr24528") ) +(myObject (attribute1 "attr24529") ) +(myObject (attribute1 "attr24530") ) +(myObject (attribute1 "attr24531") ) +(myObject (attribute1 "attr24532") ) +(myObject (attribute1 "attr24533") ) +(myObject (attribute1 "attr24534") ) +(myObject (attribute1 "attr24535") ) +(myObject (attribute1 "attr24536") ) +(myObject (attribute1 "attr24537") ) +(myObject (attribute1 "attr24538") ) +(myObject (attribute1 "attr24539") ) +(myObject (attribute1 "attr24540") ) +(myObject (attribute1 "attr24541") ) +(myObject (attribute1 "attr24542") ) +(myObject (attribute1 "attr24543") ) +(myObject (attribute1 "attr24544") ) +(myObject (attribute1 "attr24545") ) +(myObject (attribute1 "attr24546") ) +(myObject (attribute1 "attr24547") ) +(myObject (attribute1 "attr24548") ) +(myObject (attribute1 "attr24549") ) +(myObject (attribute1 "attr24550") ) +(myObject (attribute1 "attr24551") ) +(myObject (attribute1 "attr24552") ) +(myObject (attribute1 "attr24553") ) +(myObject (attribute1 "attr24554") ) +(myObject (attribute1 "attr24555") ) +(myObject (attribute1 "attr24556") ) +(myObject (attribute1 "attr24557") ) +(myObject (attribute1 "attr24558") ) +(myObject (attribute1 "attr24559") ) +(myObject (attribute1 "attr24560") ) +(myObject (attribute1 "attr24561") ) +(myObject (attribute1 "attr24562") ) +(myObject (attribute1 "attr24563") ) +(myObject (attribute1 "attr24564") ) +(myObject (attribute1 "attr24565") ) +(myObject (attribute1 "attr24566") ) +(myObject (attribute1 "attr24567") ) +(myObject (attribute1 "attr24568") ) +(myObject (attribute1 "attr24569") ) +(myObject (attribute1 "attr24570") ) +(myObject (attribute1 "attr24571") ) +(myObject (attribute1 "attr24572") ) +(myObject (attribute1 "attr24573") ) +(myObject (attribute1 "attr24574") ) +(myObject (attribute1 "attr24575") ) +(myObject (attribute1 "attr24576") ) +(myObject (attribute1 "attr24577") ) +(myObject (attribute1 "attr24578") ) +(myObject (attribute1 "attr24579") ) +(myObject (attribute1 "attr24580") ) +(myObject (attribute1 "attr24581") ) +(myObject (attribute1 "attr24582") ) +(myObject (attribute1 "attr24583") ) +(myObject (attribute1 "attr24584") ) +(myObject (attribute1 "attr24585") ) +(myObject (attribute1 "attr24586") ) +(myObject (attribute1 "attr24587") ) +(myObject (attribute1 "attr24588") ) +(myObject (attribute1 "attr24589") ) +(myObject (attribute1 "attr24590") ) +(myObject (attribute1 "attr24591") ) +(myObject (attribute1 "attr24592") ) +(myObject (attribute1 "attr24593") ) +(myObject (attribute1 "attr24594") ) +(myObject (attribute1 "attr24595") ) +(myObject (attribute1 "attr24596") ) +(myObject (attribute1 "attr24597") ) +(myObject (attribute1 "attr24598") ) +(myObject (attribute1 "attr24599") ) +(myObject (attribute1 "attr24600") ) +(myObject (attribute1 "attr24601") ) +(myObject (attribute1 "attr24602") ) +(myObject (attribute1 "attr24603") ) +(myObject (attribute1 "attr24604") ) +(myObject (attribute1 "attr24605") ) +(myObject (attribute1 "attr24606") ) +(myObject (attribute1 "attr24607") ) +(myObject (attribute1 "attr24608") ) +(myObject (attribute1 "attr24609") ) +(myObject (attribute1 "attr24610") ) +(myObject (attribute1 "attr24611") ) +(myObject (attribute1 "attr24612") ) +(myObject (attribute1 "attr24613") ) +(myObject (attribute1 "attr24614") ) +(myObject (attribute1 "attr24615") ) +(myObject (attribute1 "attr24616") ) +(myObject (attribute1 "attr24617") ) +(myObject (attribute1 "attr24618") ) +(myObject (attribute1 "attr24619") ) +(myObject (attribute1 "attr24620") ) +(myObject (attribute1 "attr24621") ) +(myObject (attribute1 "attr24622") ) +(myObject (attribute1 "attr24623") ) +(myObject (attribute1 "attr24624") ) +(myObject (attribute1 "attr24625") ) +(myObject (attribute1 "attr24626") ) +(myObject (attribute1 "attr24627") ) +(myObject (attribute1 "attr24628") ) +(myObject (attribute1 "attr24629") ) +(myObject (attribute1 "attr24630") ) +(myObject (attribute1 "attr24631") ) +(myObject (attribute1 "attr24632") ) +(myObject (attribute1 "attr24633") ) +(myObject (attribute1 "attr24634") ) +(myObject (attribute1 "attr24635") ) +(myObject (attribute1 "attr24636") ) +(myObject (attribute1 "attr24637") ) +(myObject (attribute1 "attr24638") ) +(myObject (attribute1 "attr24639") ) +(myObject (attribute1 "attr24640") ) +(myObject (attribute1 "attr24641") ) +(myObject (attribute1 "attr24642") ) +(myObject (attribute1 "attr24643") ) +(myObject (attribute1 "attr24644") ) +(myObject (attribute1 "attr24645") ) +(myObject (attribute1 "attr24646") ) +(myObject (attribute1 "attr24647") ) +(myObject (attribute1 "attr24648") ) +(myObject (attribute1 "attr24649") ) +(myObject (attribute1 "attr24650") ) +(myObject (attribute1 "attr24651") ) +(myObject (attribute1 "attr24652") ) +(myObject (attribute1 "attr24653") ) +(myObject (attribute1 "attr24654") ) +(myObject (attribute1 "attr24655") ) +(myObject (attribute1 "attr24656") ) +(myObject (attribute1 "attr24657") ) +(myObject (attribute1 "attr24658") ) +(myObject (attribute1 "attr24659") ) +(myObject (attribute1 "attr24660") ) +(myObject (attribute1 "attr24661") ) +(myObject (attribute1 "attr24662") ) +(myObject (attribute1 "attr24663") ) +(myObject (attribute1 "attr24664") ) +(myObject (attribute1 "attr24665") ) +(myObject (attribute1 "attr24666") ) +(myObject (attribute1 "attr24667") ) +(myObject (attribute1 "attr24668") ) +(myObject (attribute1 "attr24669") ) +(myObject (attribute1 "attr24670") ) +(myObject (attribute1 "attr24671") ) +(myObject (attribute1 "attr24672") ) +(myObject (attribute1 "attr24673") ) +(myObject (attribute1 "attr24674") ) +(myObject (attribute1 "attr24675") ) +(myObject (attribute1 "attr24676") ) +(myObject (attribute1 "attr24677") ) +(myObject (attribute1 "attr24678") ) +(myObject (attribute1 "attr24679") ) +(myObject (attribute1 "attr24680") ) +(myObject (attribute1 "attr24681") ) +(myObject (attribute1 "attr24682") ) +(myObject (attribute1 "attr24683") ) +(myObject (attribute1 "attr24684") ) +(myObject (attribute1 "attr24685") ) +(myObject (attribute1 "attr24686") ) +(myObject (attribute1 "attr24687") ) +(myObject (attribute1 "attr24688") ) +(myObject (attribute1 "attr24689") ) +(myObject (attribute1 "attr24690") ) +(myObject (attribute1 "attr24691") ) +(myObject (attribute1 "attr24692") ) +(myObject (attribute1 "attr24693") ) +(myObject (attribute1 "attr24694") ) +(myObject (attribute1 "attr24695") ) +(myObject (attribute1 "attr24696") ) +(myObject (attribute1 "attr24697") ) +(myObject (attribute1 "attr24698") ) +(myObject (attribute1 "attr24699") ) +(myObject (attribute1 "attr24700") ) +(myObject (attribute1 "attr24701") ) +(myObject (attribute1 "attr24702") ) +(myObject (attribute1 "attr24703") ) +(myObject (attribute1 "attr24704") ) +(myObject (attribute1 "attr24705") ) +(myObject (attribute1 "attr24706") ) +(myObject (attribute1 "attr24707") ) +(myObject (attribute1 "attr24708") ) +(myObject (attribute1 "attr24709") ) +(myObject (attribute1 "attr24710") ) +(myObject (attribute1 "attr24711") ) +(myObject (attribute1 "attr24712") ) +(myObject (attribute1 "attr24713") ) +(myObject (attribute1 "attr24714") ) +(myObject (attribute1 "attr24715") ) +(myObject (attribute1 "attr24716") ) +(myObject (attribute1 "attr24717") ) +(myObject (attribute1 "attr24718") ) +(myObject (attribute1 "attr24719") ) +(myObject (attribute1 "attr24720") ) +(myObject (attribute1 "attr24721") ) +(myObject (attribute1 "attr24722") ) +(myObject (attribute1 "attr24723") ) +(myObject (attribute1 "attr24724") ) +(myObject (attribute1 "attr24725") ) +(myObject (attribute1 "attr24726") ) +(myObject (attribute1 "attr24727") ) +(myObject (attribute1 "attr24728") ) +(myObject (attribute1 "attr24729") ) +(myObject (attribute1 "attr24730") ) +(myObject (attribute1 "attr24731") ) +(myObject (attribute1 "attr24732") ) +(myObject (attribute1 "attr24733") ) +(myObject (attribute1 "attr24734") ) +(myObject (attribute1 "attr24735") ) +(myObject (attribute1 "attr24736") ) +(myObject (attribute1 "attr24737") ) +(myObject (attribute1 "attr24738") ) +(myObject (attribute1 "attr24739") ) +(myObject (attribute1 "attr24740") ) +(myObject (attribute1 "attr24741") ) +(myObject (attribute1 "attr24742") ) +(myObject (attribute1 "attr24743") ) +(myObject (attribute1 "attr24744") ) +(myObject (attribute1 "attr24745") ) +(myObject (attribute1 "attr24746") ) +(myObject (attribute1 "attr24747") ) +(myObject (attribute1 "attr24748") ) +(myObject (attribute1 "attr24749") ) +(myObject (attribute1 "attr24750") ) +(myObject (attribute1 "attr24751") ) +(myObject (attribute1 "attr24752") ) +(myObject (attribute1 "attr24753") ) +(myObject (attribute1 "attr24754") ) +(myObject (attribute1 "attr24755") ) +(myObject (attribute1 "attr24756") ) +(myObject (attribute1 "attr24757") ) +(myObject (attribute1 "attr24758") ) +(myObject (attribute1 "attr24759") ) +(myObject (attribute1 "attr24760") ) +(myObject (attribute1 "attr24761") ) +(myObject (attribute1 "attr24762") ) +(myObject (attribute1 "attr24763") ) +(myObject (attribute1 "attr24764") ) +(myObject (attribute1 "attr24765") ) +(myObject (attribute1 "attr24766") ) +(myObject (attribute1 "attr24767") ) +(myObject (attribute1 "attr24768") ) +(myObject (attribute1 "attr24769") ) +(myObject (attribute1 "attr24770") ) +(myObject (attribute1 "attr24771") ) +(myObject (attribute1 "attr24772") ) +(myObject (attribute1 "attr24773") ) +(myObject (attribute1 "attr24774") ) +(myObject (attribute1 "attr24775") ) +(myObject (attribute1 "attr24776") ) +(myObject (attribute1 "attr24777") ) +(myObject (attribute1 "attr24778") ) +(myObject (attribute1 "attr24779") ) +(myObject (attribute1 "attr24780") ) +(myObject (attribute1 "attr24781") ) +(myObject (attribute1 "attr24782") ) +(myObject (attribute1 "attr24783") ) +(myObject (attribute1 "attr24784") ) +(myObject (attribute1 "attr24785") ) +(myObject (attribute1 "attr24786") ) +(myObject (attribute1 "attr24787") ) +(myObject (attribute1 "attr24788") ) +(myObject (attribute1 "attr24789") ) +(myObject (attribute1 "attr24790") ) +(myObject (attribute1 "attr24791") ) +(myObject (attribute1 "attr24792") ) +(myObject (attribute1 "attr24793") ) +(myObject (attribute1 "attr24794") ) +(myObject (attribute1 "attr24795") ) +(myObject (attribute1 "attr24796") ) +(myObject (attribute1 "attr24797") ) +(myObject (attribute1 "attr24798") ) +(myObject (attribute1 "attr24799") ) +(myObject (attribute1 "attr24800") ) +(myObject (attribute1 "attr24801") ) +(myObject (attribute1 "attr24802") ) +(myObject (attribute1 "attr24803") ) +(myObject (attribute1 "attr24804") ) +(myObject (attribute1 "attr24805") ) +(myObject (attribute1 "attr24806") ) +(myObject (attribute1 "attr24807") ) +(myObject (attribute1 "attr24808") ) +(myObject (attribute1 "attr24809") ) +(myObject (attribute1 "attr24810") ) +(myObject (attribute1 "attr24811") ) +(myObject (attribute1 "attr24812") ) +(myObject (attribute1 "attr24813") ) +(myObject (attribute1 "attr24814") ) +(myObject (attribute1 "attr24815") ) +(myObject (attribute1 "attr24816") ) +(myObject (attribute1 "attr24817") ) +(myObject (attribute1 "attr24818") ) +(myObject (attribute1 "attr24819") ) +(myObject (attribute1 "attr24820") ) +(myObject (attribute1 "attr24821") ) +(myObject (attribute1 "attr24822") ) +(myObject (attribute1 "attr24823") ) +(myObject (attribute1 "attr24824") ) +(myObject (attribute1 "attr24825") ) +(myObject (attribute1 "attr24826") ) +(myObject (attribute1 "attr24827") ) +(myObject (attribute1 "attr24828") ) +(myObject (attribute1 "attr24829") ) +(myObject (attribute1 "attr24830") ) +(myObject (attribute1 "attr24831") ) +(myObject (attribute1 "attr24832") ) +(myObject (attribute1 "attr24833") ) +(myObject (attribute1 "attr24834") ) +(myObject (attribute1 "attr24835") ) +(myObject (attribute1 "attr24836") ) +(myObject (attribute1 "attr24837") ) +(myObject (attribute1 "attr24838") ) +(myObject (attribute1 "attr24839") ) +(myObject (attribute1 "attr24840") ) +(myObject (attribute1 "attr24841") ) +(myObject (attribute1 "attr24842") ) +(myObject (attribute1 "attr24843") ) +(myObject (attribute1 "attr24844") ) +(myObject (attribute1 "attr24845") ) +(myObject (attribute1 "attr24846") ) +(myObject (attribute1 "attr24847") ) +(myObject (attribute1 "attr24848") ) +(myObject (attribute1 "attr24849") ) +(myObject (attribute1 "attr24850") ) +(myObject (attribute1 "attr24851") ) +(myObject (attribute1 "attr24852") ) +(myObject (attribute1 "attr24853") ) +(myObject (attribute1 "attr24854") ) +(myObject (attribute1 "attr24855") ) +(myObject (attribute1 "attr24856") ) +(myObject (attribute1 "attr24857") ) +(myObject (attribute1 "attr24858") ) +(myObject (attribute1 "attr24859") ) +(myObject (attribute1 "attr24860") ) +(myObject (attribute1 "attr24861") ) +(myObject (attribute1 "attr24862") ) +(myObject (attribute1 "attr24863") ) +(myObject (attribute1 "attr24864") ) +(myObject (attribute1 "attr24865") ) +(myObject (attribute1 "attr24866") ) +(myObject (attribute1 "attr24867") ) +(myObject (attribute1 "attr24868") ) +(myObject (attribute1 "attr24869") ) +(myObject (attribute1 "attr24870") ) +(myObject (attribute1 "attr24871") ) +(myObject (attribute1 "attr24872") ) +(myObject (attribute1 "attr24873") ) +(myObject (attribute1 "attr24874") ) +(myObject (attribute1 "attr24875") ) +(myObject (attribute1 "attr24876") ) +(myObject (attribute1 "attr24877") ) +(myObject (attribute1 "attr24878") ) +(myObject (attribute1 "attr24879") ) +(myObject (attribute1 "attr24880") ) +(myObject (attribute1 "attr24881") ) +(myObject (attribute1 "attr24882") ) +(myObject (attribute1 "attr24883") ) +(myObject (attribute1 "attr24884") ) +(myObject (attribute1 "attr24885") ) +(myObject (attribute1 "attr24886") ) +(myObject (attribute1 "attr24887") ) +(myObject (attribute1 "attr24888") ) +(myObject (attribute1 "attr24889") ) +(myObject (attribute1 "attr24890") ) +(myObject (attribute1 "attr24891") ) +(myObject (attribute1 "attr24892") ) +(myObject (attribute1 "attr24893") ) +(myObject (attribute1 "attr24894") ) +(myObject (attribute1 "attr24895") ) +(myObject (attribute1 "attr24896") ) +(myObject (attribute1 "attr24897") ) +(myObject (attribute1 "attr24898") ) +(myObject (attribute1 "attr24899") ) +(myObject (attribute1 "attr24900") ) +(myObject (attribute1 "attr24901") ) +(myObject (attribute1 "attr24902") ) +(myObject (attribute1 "attr24903") ) +(myObject (attribute1 "attr24904") ) +(myObject (attribute1 "attr24905") ) +(myObject (attribute1 "attr24906") ) +(myObject (attribute1 "attr24907") ) +(myObject (attribute1 "attr24908") ) +(myObject (attribute1 "attr24909") ) +(myObject (attribute1 "attr24910") ) +(myObject (attribute1 "attr24911") ) +(myObject (attribute1 "attr24912") ) +(myObject (attribute1 "attr24913") ) +(myObject (attribute1 "attr24914") ) +(myObject (attribute1 "attr24915") ) +(myObject (attribute1 "attr24916") ) +(myObject (attribute1 "attr24917") ) +(myObject (attribute1 "attr24918") ) +(myObject (attribute1 "attr24919") ) +(myObject (attribute1 "attr24920") ) +(myObject (attribute1 "attr24921") ) +(myObject (attribute1 "attr24922") ) +(myObject (attribute1 "attr24923") ) +(myObject (attribute1 "attr24924") ) +(myObject (attribute1 "attr24925") ) +(myObject (attribute1 "attr24926") ) +(myObject (attribute1 "attr24927") ) +(myObject (attribute1 "attr24928") ) +(myObject (attribute1 "attr24929") ) +(myObject (attribute1 "attr24930") ) +(myObject (attribute1 "attr24931") ) +(myObject (attribute1 "attr24932") ) +(myObject (attribute1 "attr24933") ) +(myObject (attribute1 "attr24934") ) +(myObject (attribute1 "attr24935") ) +(myObject (attribute1 "attr24936") ) +(myObject (attribute1 "attr24937") ) +(myObject (attribute1 "attr24938") ) +(myObject (attribute1 "attr24939") ) +(myObject (attribute1 "attr24940") ) +(myObject (attribute1 "attr24941") ) +(myObject (attribute1 "attr24942") ) +(myObject (attribute1 "attr24943") ) +(myObject (attribute1 "attr24944") ) +(myObject (attribute1 "attr24945") ) +(myObject (attribute1 "attr24946") ) +(myObject (attribute1 "attr24947") ) +(myObject (attribute1 "attr24948") ) +(myObject (attribute1 "attr24949") ) +(myObject (attribute1 "attr24950") ) +(myObject (attribute1 "attr24951") ) +(myObject (attribute1 "attr24952") ) +(myObject (attribute1 "attr24953") ) +(myObject (attribute1 "attr24954") ) +(myObject (attribute1 "attr24955") ) +(myObject (attribute1 "attr24956") ) +(myObject (attribute1 "attr24957") ) +(myObject (attribute1 "attr24958") ) +(myObject (attribute1 "attr24959") ) +(myObject (attribute1 "attr24960") ) +(myObject (attribute1 "attr24961") ) +(myObject (attribute1 "attr24962") ) +(myObject (attribute1 "attr24963") ) +(myObject (attribute1 "attr24964") ) +(myObject (attribute1 "attr24965") ) +(myObject (attribute1 "attr24966") ) +(myObject (attribute1 "attr24967") ) +(myObject (attribute1 "attr24968") ) +(myObject (attribute1 "attr24969") ) +(myObject (attribute1 "attr24970") ) +(myObject (attribute1 "attr24971") ) +(myObject (attribute1 "attr24972") ) +(myObject (attribute1 "attr24973") ) +(myObject (attribute1 "attr24974") ) +(myObject (attribute1 "attr24975") ) +(myObject (attribute1 "attr24976") ) +(myObject (attribute1 "attr24977") ) +(myObject (attribute1 "attr24978") ) +(myObject (attribute1 "attr24979") ) +(myObject (attribute1 "attr24980") ) +(myObject (attribute1 "attr24981") ) +(myObject (attribute1 "attr24982") ) +(myObject (attribute1 "attr24983") ) +(myObject (attribute1 "attr24984") ) +(myObject (attribute1 "attr24985") ) +(myObject (attribute1 "attr24986") ) +(myObject (attribute1 "attr24987") ) +(myObject (attribute1 "attr24988") ) +(myObject (attribute1 "attr24989") ) +(myObject (attribute1 "attr24990") ) +(myObject (attribute1 "attr24991") ) +(myObject (attribute1 "attr24992") ) +(myObject (attribute1 "attr24993") ) +(myObject (attribute1 "attr24994") ) +(myObject (attribute1 "attr24995") ) +(myObject (attribute1 "attr24996") ) +(myObject (attribute1 "attr24997") ) +(myObject (attribute1 "attr24998") ) +(myObject (attribute1 "attr24999") ) +(myObject (attribute1 "attr25000") ) +(myObject (attribute1 "attr25001") ) +(myObject (attribute1 "attr25002") ) +(myObject (attribute1 "attr25003") ) +(myObject (attribute1 "attr25004") ) +(myObject (attribute1 "attr25005") ) +(myObject (attribute1 "attr25006") ) +(myObject (attribute1 "attr25007") ) +(myObject (attribute1 "attr25008") ) +(myObject (attribute1 "attr25009") ) +(myObject (attribute1 "attr25010") ) +(myObject (attribute1 "attr25011") ) +(myObject (attribute1 "attr25012") ) +(myObject (attribute1 "attr25013") ) +(myObject (attribute1 "attr25014") ) +(myObject (attribute1 "attr25015") ) +(myObject (attribute1 "attr25016") ) +(myObject (attribute1 "attr25017") ) +(myObject (attribute1 "attr25018") ) +(myObject (attribute1 "attr25019") ) +(myObject (attribute1 "attr25020") ) +(myObject (attribute1 "attr25021") ) +(myObject (attribute1 "attr25022") ) +(myObject (attribute1 "attr25023") ) +(myObject (attribute1 "attr25024") ) +(myObject (attribute1 "attr25025") ) +(myObject (attribute1 "attr25026") ) +(myObject (attribute1 "attr25027") ) +(myObject (attribute1 "attr25028") ) +(myObject (attribute1 "attr25029") ) +(myObject (attribute1 "attr25030") ) +(myObject (attribute1 "attr25031") ) +(myObject (attribute1 "attr25032") ) +(myObject (attribute1 "attr25033") ) +(myObject (attribute1 "attr25034") ) +(myObject (attribute1 "attr25035") ) +(myObject (attribute1 "attr25036") ) +(myObject (attribute1 "attr25037") ) +(myObject (attribute1 "attr25038") ) +(myObject (attribute1 "attr25039") ) +(myObject (attribute1 "attr25040") ) +(myObject (attribute1 "attr25041") ) +(myObject (attribute1 "attr25042") ) +(myObject (attribute1 "attr25043") ) +(myObject (attribute1 "attr25044") ) +(myObject (attribute1 "attr25045") ) +(myObject (attribute1 "attr25046") ) +(myObject (attribute1 "attr25047") ) +(myObject (attribute1 "attr25048") ) +(myObject (attribute1 "attr25049") ) +(myObject (attribute1 "attr25050") ) +(myObject (attribute1 "attr25051") ) +(myObject (attribute1 "attr25052") ) +(myObject (attribute1 "attr25053") ) +(myObject (attribute1 "attr25054") ) +(myObject (attribute1 "attr25055") ) +(myObject (attribute1 "attr25056") ) +(myObject (attribute1 "attr25057") ) +(myObject (attribute1 "attr25058") ) +(myObject (attribute1 "attr25059") ) +(myObject (attribute1 "attr25060") ) +(myObject (attribute1 "attr25061") ) +(myObject (attribute1 "attr25062") ) +(myObject (attribute1 "attr25063") ) +(myObject (attribute1 "attr25064") ) +(myObject (attribute1 "attr25065") ) +(myObject (attribute1 "attr25066") ) +(myObject (attribute1 "attr25067") ) +(myObject (attribute1 "attr25068") ) +(myObject (attribute1 "attr25069") ) +(myObject (attribute1 "attr25070") ) +(myObject (attribute1 "attr25071") ) +(myObject (attribute1 "attr25072") ) +(myObject (attribute1 "attr25073") ) +(myObject (attribute1 "attr25074") ) +(myObject (attribute1 "attr25075") ) +(myObject (attribute1 "attr25076") ) +(myObject (attribute1 "attr25077") ) +(myObject (attribute1 "attr25078") ) +(myObject (attribute1 "attr25079") ) +(myObject (attribute1 "attr25080") ) +(myObject (attribute1 "attr25081") ) +(myObject (attribute1 "attr25082") ) +(myObject (attribute1 "attr25083") ) +(myObject (attribute1 "attr25084") ) +(myObject (attribute1 "attr25085") ) +(myObject (attribute1 "attr25086") ) +(myObject (attribute1 "attr25087") ) +(myObject (attribute1 "attr25088") ) +(myObject (attribute1 "attr25089") ) +(myObject (attribute1 "attr25090") ) +(myObject (attribute1 "attr25091") ) +(myObject (attribute1 "attr25092") ) +(myObject (attribute1 "attr25093") ) +(myObject (attribute1 "attr25094") ) +(myObject (attribute1 "attr25095") ) +(myObject (attribute1 "attr25096") ) +(myObject (attribute1 "attr25097") ) +(myObject (attribute1 "attr25098") ) +(myObject (attribute1 "attr25099") ) +(myObject (attribute1 "attr25100") ) +(myObject (attribute1 "attr25101") ) +(myObject (attribute1 "attr25102") ) +(myObject (attribute1 "attr25103") ) +(myObject (attribute1 "attr25104") ) +(myObject (attribute1 "attr25105") ) +(myObject (attribute1 "attr25106") ) +(myObject (attribute1 "attr25107") ) +(myObject (attribute1 "attr25108") ) +(myObject (attribute1 "attr25109") ) +(myObject (attribute1 "attr25110") ) +(myObject (attribute1 "attr25111") ) +(myObject (attribute1 "attr25112") ) +(myObject (attribute1 "attr25113") ) +(myObject (attribute1 "attr25114") ) +(myObject (attribute1 "attr25115") ) +(myObject (attribute1 "attr25116") ) +(myObject (attribute1 "attr25117") ) +(myObject (attribute1 "attr25118") ) +(myObject (attribute1 "attr25119") ) +(myObject (attribute1 "attr25120") ) +(myObject (attribute1 "attr25121") ) +(myObject (attribute1 "attr25122") ) +(myObject (attribute1 "attr25123") ) +(myObject (attribute1 "attr25124") ) +(myObject (attribute1 "attr25125") ) +(myObject (attribute1 "attr25126") ) +(myObject (attribute1 "attr25127") ) +(myObject (attribute1 "attr25128") ) +(myObject (attribute1 "attr25129") ) +(myObject (attribute1 "attr25130") ) +(myObject (attribute1 "attr25131") ) +(myObject (attribute1 "attr25132") ) +(myObject (attribute1 "attr25133") ) +(myObject (attribute1 "attr25134") ) +(myObject (attribute1 "attr25135") ) +(myObject (attribute1 "attr25136") ) +(myObject (attribute1 "attr25137") ) +(myObject (attribute1 "attr25138") ) +(myObject (attribute1 "attr25139") ) +(myObject (attribute1 "attr25140") ) +(myObject (attribute1 "attr25141") ) +(myObject (attribute1 "attr25142") ) +(myObject (attribute1 "attr25143") ) +(myObject (attribute1 "attr25144") ) +(myObject (attribute1 "attr25145") ) +(myObject (attribute1 "attr25146") ) +(myObject (attribute1 "attr25147") ) +(myObject (attribute1 "attr25148") ) +(myObject (attribute1 "attr25149") ) +(myObject (attribute1 "attr25150") ) +(myObject (attribute1 "attr25151") ) +(myObject (attribute1 "attr25152") ) +(myObject (attribute1 "attr25153") ) +(myObject (attribute1 "attr25154") ) +(myObject (attribute1 "attr25155") ) +(myObject (attribute1 "attr25156") ) +(myObject (attribute1 "attr25157") ) +(myObject (attribute1 "attr25158") ) +(myObject (attribute1 "attr25159") ) +(myObject (attribute1 "attr25160") ) +(myObject (attribute1 "attr25161") ) +(myObject (attribute1 "attr25162") ) +(myObject (attribute1 "attr25163") ) +(myObject (attribute1 "attr25164") ) +(myObject (attribute1 "attr25165") ) +(myObject (attribute1 "attr25166") ) +(myObject (attribute1 "attr25167") ) +(myObject (attribute1 "attr25168") ) +(myObject (attribute1 "attr25169") ) +(myObject (attribute1 "attr25170") ) +(myObject (attribute1 "attr25171") ) +(myObject (attribute1 "attr25172") ) +(myObject (attribute1 "attr25173") ) +(myObject (attribute1 "attr25174") ) +(myObject (attribute1 "attr25175") ) +(myObject (attribute1 "attr25176") ) +(myObject (attribute1 "attr25177") ) +(myObject (attribute1 "attr25178") ) +(myObject (attribute1 "attr25179") ) +(myObject (attribute1 "attr25180") ) +(myObject (attribute1 "attr25181") ) +(myObject (attribute1 "attr25182") ) +(myObject (attribute1 "attr25183") ) +(myObject (attribute1 "attr25184") ) +(myObject (attribute1 "attr25185") ) +(myObject (attribute1 "attr25186") ) +(myObject (attribute1 "attr25187") ) +(myObject (attribute1 "attr25188") ) +(myObject (attribute1 "attr25189") ) +(myObject (attribute1 "attr25190") ) +(myObject (attribute1 "attr25191") ) +(myObject (attribute1 "attr25192") ) +(myObject (attribute1 "attr25193") ) +(myObject (attribute1 "attr25194") ) +(myObject (attribute1 "attr25195") ) +(myObject (attribute1 "attr25196") ) +(myObject (attribute1 "attr25197") ) +(myObject (attribute1 "attr25198") ) +(myObject (attribute1 "attr25199") ) +(myObject (attribute1 "attr25200") ) +(myObject (attribute1 "attr25201") ) +(myObject (attribute1 "attr25202") ) +(myObject (attribute1 "attr25203") ) +(myObject (attribute1 "attr25204") ) +(myObject (attribute1 "attr25205") ) +(myObject (attribute1 "attr25206") ) +(myObject (attribute1 "attr25207") ) +(myObject (attribute1 "attr25208") ) +(myObject (attribute1 "attr25209") ) +(myObject (attribute1 "attr25210") ) +(myObject (attribute1 "attr25211") ) +(myObject (attribute1 "attr25212") ) +(myObject (attribute1 "attr25213") ) +(myObject (attribute1 "attr25214") ) +(myObject (attribute1 "attr25215") ) +(myObject (attribute1 "attr25216") ) +(myObject (attribute1 "attr25217") ) +(myObject (attribute1 "attr25218") ) +(myObject (attribute1 "attr25219") ) +(myObject (attribute1 "attr25220") ) +(myObject (attribute1 "attr25221") ) +(myObject (attribute1 "attr25222") ) +(myObject (attribute1 "attr25223") ) +(myObject (attribute1 "attr25224") ) +(myObject (attribute1 "attr25225") ) +(myObject (attribute1 "attr25226") ) +(myObject (attribute1 "attr25227") ) +(myObject (attribute1 "attr25228") ) +(myObject (attribute1 "attr25229") ) +(myObject (attribute1 "attr25230") ) +(myObject (attribute1 "attr25231") ) +(myObject (attribute1 "attr25232") ) +(myObject (attribute1 "attr25233") ) +(myObject (attribute1 "attr25234") ) +(myObject (attribute1 "attr25235") ) +(myObject (attribute1 "attr25236") ) +(myObject (attribute1 "attr25237") ) +(myObject (attribute1 "attr25238") ) +(myObject (attribute1 "attr25239") ) +(myObject (attribute1 "attr25240") ) +(myObject (attribute1 "attr25241") ) +(myObject (attribute1 "attr25242") ) +(myObject (attribute1 "attr25243") ) +(myObject (attribute1 "attr25244") ) +(myObject (attribute1 "attr25245") ) +(myObject (attribute1 "attr25246") ) +(myObject (attribute1 "attr25247") ) +(myObject (attribute1 "attr25248") ) +(myObject (attribute1 "attr25249") ) +(myObject (attribute1 "attr25250") ) +(myObject (attribute1 "attr25251") ) +(myObject (attribute1 "attr25252") ) +(myObject (attribute1 "attr25253") ) +(myObject (attribute1 "attr25254") ) +(myObject (attribute1 "attr25255") ) +(myObject (attribute1 "attr25256") ) +(myObject (attribute1 "attr25257") ) +(myObject (attribute1 "attr25258") ) +(myObject (attribute1 "attr25259") ) +(myObject (attribute1 "attr25260") ) +(myObject (attribute1 "attr25261") ) +(myObject (attribute1 "attr25262") ) +(myObject (attribute1 "attr25263") ) +(myObject (attribute1 "attr25264") ) +(myObject (attribute1 "attr25265") ) +(myObject (attribute1 "attr25266") ) +(myObject (attribute1 "attr25267") ) +(myObject (attribute1 "attr25268") ) +(myObject (attribute1 "attr25269") ) +(myObject (attribute1 "attr25270") ) +(myObject (attribute1 "attr25271") ) +(myObject (attribute1 "attr25272") ) +(myObject (attribute1 "attr25273") ) +(myObject (attribute1 "attr25274") ) +(myObject (attribute1 "attr25275") ) +(myObject (attribute1 "attr25276") ) +(myObject (attribute1 "attr25277") ) +(myObject (attribute1 "attr25278") ) +(myObject (attribute1 "attr25279") ) +(myObject (attribute1 "attr25280") ) +(myObject (attribute1 "attr25281") ) +(myObject (attribute1 "attr25282") ) +(myObject (attribute1 "attr25283") ) +(myObject (attribute1 "attr25284") ) +(myObject (attribute1 "attr25285") ) +(myObject (attribute1 "attr25286") ) +(myObject (attribute1 "attr25287") ) +(myObject (attribute1 "attr25288") ) +(myObject (attribute1 "attr25289") ) +(myObject (attribute1 "attr25290") ) +(myObject (attribute1 "attr25291") ) +(myObject (attribute1 "attr25292") ) +(myObject (attribute1 "attr25293") ) +(myObject (attribute1 "attr25294") ) +(myObject (attribute1 "attr25295") ) +(myObject (attribute1 "attr25296") ) +(myObject (attribute1 "attr25297") ) +(myObject (attribute1 "attr25298") ) +(myObject (attribute1 "attr25299") ) +(myObject (attribute1 "attr25300") ) +(myObject (attribute1 "attr25301") ) +(myObject (attribute1 "attr25302") ) +(myObject (attribute1 "attr25303") ) +(myObject (attribute1 "attr25304") ) +(myObject (attribute1 "attr25305") ) +(myObject (attribute1 "attr25306") ) +(myObject (attribute1 "attr25307") ) +(myObject (attribute1 "attr25308") ) +(myObject (attribute1 "attr25309") ) +(myObject (attribute1 "attr25310") ) +(myObject (attribute1 "attr25311") ) +(myObject (attribute1 "attr25312") ) +(myObject (attribute1 "attr25313") ) +(myObject (attribute1 "attr25314") ) +(myObject (attribute1 "attr25315") ) +(myObject (attribute1 "attr25316") ) +(myObject (attribute1 "attr25317") ) +(myObject (attribute1 "attr25318") ) +(myObject (attribute1 "attr25319") ) +(myObject (attribute1 "attr25320") ) +(myObject (attribute1 "attr25321") ) +(myObject (attribute1 "attr25322") ) +(myObject (attribute1 "attr25323") ) +(myObject (attribute1 "attr25324") ) +(myObject (attribute1 "attr25325") ) +(myObject (attribute1 "attr25326") ) +(myObject (attribute1 "attr25327") ) +(myObject (attribute1 "attr25328") ) +(myObject (attribute1 "attr25329") ) +(myObject (attribute1 "attr25330") ) +(myObject (attribute1 "attr25331") ) +(myObject (attribute1 "attr25332") ) +(myObject (attribute1 "attr25333") ) +(myObject (attribute1 "attr25334") ) +(myObject (attribute1 "attr25335") ) +(myObject (attribute1 "attr25336") ) +(myObject (attribute1 "attr25337") ) +(myObject (attribute1 "attr25338") ) +(myObject (attribute1 "attr25339") ) +(myObject (attribute1 "attr25340") ) +(myObject (attribute1 "attr25341") ) +(myObject (attribute1 "attr25342") ) +(myObject (attribute1 "attr25343") ) +(myObject (attribute1 "attr25344") ) +(myObject (attribute1 "attr25345") ) +(myObject (attribute1 "attr25346") ) +(myObject (attribute1 "attr25347") ) +(myObject (attribute1 "attr25348") ) +(myObject (attribute1 "attr25349") ) +(myObject (attribute1 "attr25350") ) +(myObject (attribute1 "attr25351") ) +(myObject (attribute1 "attr25352") ) +(myObject (attribute1 "attr25353") ) +(myObject (attribute1 "attr25354") ) +(myObject (attribute1 "attr25355") ) +(myObject (attribute1 "attr25356") ) +(myObject (attribute1 "attr25357") ) +(myObject (attribute1 "attr25358") ) +(myObject (attribute1 "attr25359") ) +(myObject (attribute1 "attr25360") ) +(myObject (attribute1 "attr25361") ) +(myObject (attribute1 "attr25362") ) +(myObject (attribute1 "attr25363") ) +(myObject (attribute1 "attr25364") ) +(myObject (attribute1 "attr25365") ) +(myObject (attribute1 "attr25366") ) +(myObject (attribute1 "attr25367") ) +(myObject (attribute1 "attr25368") ) +(myObject (attribute1 "attr25369") ) +(myObject (attribute1 "attr25370") ) +(myObject (attribute1 "attr25371") ) +(myObject (attribute1 "attr25372") ) +(myObject (attribute1 "attr25373") ) +(myObject (attribute1 "attr25374") ) +(myObject (attribute1 "attr25375") ) +(myObject (attribute1 "attr25376") ) +(myObject (attribute1 "attr25377") ) +(myObject (attribute1 "attr25378") ) +(myObject (attribute1 "attr25379") ) +(myObject (attribute1 "attr25380") ) +(myObject (attribute1 "attr25381") ) +(myObject (attribute1 "attr25382") ) +(myObject (attribute1 "attr25383") ) +(myObject (attribute1 "attr25384") ) +(myObject (attribute1 "attr25385") ) +(myObject (attribute1 "attr25386") ) +(myObject (attribute1 "attr25387") ) +(myObject (attribute1 "attr25388") ) +(myObject (attribute1 "attr25389") ) +(myObject (attribute1 "attr25390") ) +(myObject (attribute1 "attr25391") ) +(myObject (attribute1 "attr25392") ) +(myObject (attribute1 "attr25393") ) +(myObject (attribute1 "attr25394") ) +(myObject (attribute1 "attr25395") ) +(myObject (attribute1 "attr25396") ) +(myObject (attribute1 "attr25397") ) +(myObject (attribute1 "attr25398") ) +(myObject (attribute1 "attr25399") ) +(myObject (attribute1 "attr25400") ) +(myObject (attribute1 "attr25401") ) +(myObject (attribute1 "attr25402") ) +(myObject (attribute1 "attr25403") ) +(myObject (attribute1 "attr25404") ) +(myObject (attribute1 "attr25405") ) +(myObject (attribute1 "attr25406") ) +(myObject (attribute1 "attr25407") ) +(myObject (attribute1 "attr25408") ) +(myObject (attribute1 "attr25409") ) +(myObject (attribute1 "attr25410") ) +(myObject (attribute1 "attr25411") ) +(myObject (attribute1 "attr25412") ) +(myObject (attribute1 "attr25413") ) +(myObject (attribute1 "attr25414") ) +(myObject (attribute1 "attr25415") ) +(myObject (attribute1 "attr25416") ) +(myObject (attribute1 "attr25417") ) +(myObject (attribute1 "attr25418") ) +(myObject (attribute1 "attr25419") ) +(myObject (attribute1 "attr25420") ) +(myObject (attribute1 "attr25421") ) +(myObject (attribute1 "attr25422") ) +(myObject (attribute1 "attr25423") ) +(myObject (attribute1 "attr25424") ) +(myObject (attribute1 "attr25425") ) +(myObject (attribute1 "attr25426") ) +(myObject (attribute1 "attr25427") ) +(myObject (attribute1 "attr25428") ) +(myObject (attribute1 "attr25429") ) +(myObject (attribute1 "attr25430") ) +(myObject (attribute1 "attr25431") ) +(myObject (attribute1 "attr25432") ) +(myObject (attribute1 "attr25433") ) +(myObject (attribute1 "attr25434") ) +(myObject (attribute1 "attr25435") ) +(myObject (attribute1 "attr25436") ) +(myObject (attribute1 "attr25437") ) +(myObject (attribute1 "attr25438") ) +(myObject (attribute1 "attr25439") ) +(myObject (attribute1 "attr25440") ) +(myObject (attribute1 "attr25441") ) +(myObject (attribute1 "attr25442") ) +(myObject (attribute1 "attr25443") ) +(myObject (attribute1 "attr25444") ) +(myObject (attribute1 "attr25445") ) +(myObject (attribute1 "attr25446") ) +(myObject (attribute1 "attr25447") ) +(myObject (attribute1 "attr25448") ) +(myObject (attribute1 "attr25449") ) +(myObject (attribute1 "attr25450") ) +(myObject (attribute1 "attr25451") ) +(myObject (attribute1 "attr25452") ) +(myObject (attribute1 "attr25453") ) +(myObject (attribute1 "attr25454") ) +(myObject (attribute1 "attr25455") ) +(myObject (attribute1 "attr25456") ) +(myObject (attribute1 "attr25457") ) +(myObject (attribute1 "attr25458") ) +(myObject (attribute1 "attr25459") ) +(myObject (attribute1 "attr25460") ) +(myObject (attribute1 "attr25461") ) +(myObject (attribute1 "attr25462") ) +(myObject (attribute1 "attr25463") ) +(myObject (attribute1 "attr25464") ) +(myObject (attribute1 "attr25465") ) +(myObject (attribute1 "attr25466") ) +(myObject (attribute1 "attr25467") ) +(myObject (attribute1 "attr25468") ) +(myObject (attribute1 "attr25469") ) +(myObject (attribute1 "attr25470") ) +(myObject (attribute1 "attr25471") ) +(myObject (attribute1 "attr25472") ) +(myObject (attribute1 "attr25473") ) +(myObject (attribute1 "attr25474") ) +(myObject (attribute1 "attr25475") ) +(myObject (attribute1 "attr25476") ) +(myObject (attribute1 "attr25477") ) +(myObject (attribute1 "attr25478") ) +(myObject (attribute1 "attr25479") ) +(myObject (attribute1 "attr25480") ) +(myObject (attribute1 "attr25481") ) +(myObject (attribute1 "attr25482") ) +(myObject (attribute1 "attr25483") ) +(myObject (attribute1 "attr25484") ) +(myObject (attribute1 "attr25485") ) +(myObject (attribute1 "attr25486") ) +(myObject (attribute1 "attr25487") ) +(myObject (attribute1 "attr25488") ) +(myObject (attribute1 "attr25489") ) +(myObject (attribute1 "attr25490") ) +(myObject (attribute1 "attr25491") ) +(myObject (attribute1 "attr25492") ) +(myObject (attribute1 "attr25493") ) +(myObject (attribute1 "attr25494") ) +(myObject (attribute1 "attr25495") ) +(myObject (attribute1 "attr25496") ) +(myObject (attribute1 "attr25497") ) +(myObject (attribute1 "attr25498") ) +(myObject (attribute1 "attr25499") ) +(myObject (attribute1 "attr25500") ) +(myObject (attribute1 "attr25501") ) +(myObject (attribute1 "attr25502") ) +(myObject (attribute1 "attr25503") ) +(myObject (attribute1 "attr25504") ) +(myObject (attribute1 "attr25505") ) +(myObject (attribute1 "attr25506") ) +(myObject (attribute1 "attr25507") ) +(myObject (attribute1 "attr25508") ) +(myObject (attribute1 "attr25509") ) +(myObject (attribute1 "attr25510") ) +(myObject (attribute1 "attr25511") ) +(myObject (attribute1 "attr25512") ) +(myObject (attribute1 "attr25513") ) +(myObject (attribute1 "attr25514") ) +(myObject (attribute1 "attr25515") ) +(myObject (attribute1 "attr25516") ) +(myObject (attribute1 "attr25517") ) +(myObject (attribute1 "attr25518") ) +(myObject (attribute1 "attr25519") ) +(myObject (attribute1 "attr25520") ) +(myObject (attribute1 "attr25521") ) +(myObject (attribute1 "attr25522") ) +(myObject (attribute1 "attr25523") ) +(myObject (attribute1 "attr25524") ) +(myObject (attribute1 "attr25525") ) +(myObject (attribute1 "attr25526") ) +(myObject (attribute1 "attr25527") ) +(myObject (attribute1 "attr25528") ) +(myObject (attribute1 "attr25529") ) +(myObject (attribute1 "attr25530") ) +(myObject (attribute1 "attr25531") ) +(myObject (attribute1 "attr25532") ) +(myObject (attribute1 "attr25533") ) +(myObject (attribute1 "attr25534") ) +(myObject (attribute1 "attr25535") ) +(myObject (attribute1 "attr25536") ) +(myObject (attribute1 "attr25537") ) +(myObject (attribute1 "attr25538") ) +(myObject (attribute1 "attr25539") ) +(myObject (attribute1 "attr25540") ) +(myObject (attribute1 "attr25541") ) +(myObject (attribute1 "attr25542") ) +(myObject (attribute1 "attr25543") ) +(myObject (attribute1 "attr25544") ) +(myObject (attribute1 "attr25545") ) +(myObject (attribute1 "attr25546") ) +(myObject (attribute1 "attr25547") ) +(myObject (attribute1 "attr25548") ) +(myObject (attribute1 "attr25549") ) +(myObject (attribute1 "attr25550") ) +(myObject (attribute1 "attr25551") ) +(myObject (attribute1 "attr25552") ) +(myObject (attribute1 "attr25553") ) +(myObject (attribute1 "attr25554") ) +(myObject (attribute1 "attr25555") ) +(myObject (attribute1 "attr25556") ) +(myObject (attribute1 "attr25557") ) +(myObject (attribute1 "attr25558") ) +(myObject (attribute1 "attr25559") ) +(myObject (attribute1 "attr25560") ) +(myObject (attribute1 "attr25561") ) +(myObject (attribute1 "attr25562") ) +(myObject (attribute1 "attr25563") ) +(myObject (attribute1 "attr25564") ) +(myObject (attribute1 "attr25565") ) +(myObject (attribute1 "attr25566") ) +(myObject (attribute1 "attr25567") ) +(myObject (attribute1 "attr25568") ) +(myObject (attribute1 "attr25569") ) +(myObject (attribute1 "attr25570") ) +(myObject (attribute1 "attr25571") ) +(myObject (attribute1 "attr25572") ) +(myObject (attribute1 "attr25573") ) +(myObject (attribute1 "attr25574") ) +(myObject (attribute1 "attr25575") ) +(myObject (attribute1 "attr25576") ) +(myObject (attribute1 "attr25577") ) +(myObject (attribute1 "attr25578") ) +(myObject (attribute1 "attr25579") ) +(myObject (attribute1 "attr25580") ) +(myObject (attribute1 "attr25581") ) +(myObject (attribute1 "attr25582") ) +(myObject (attribute1 "attr25583") ) +(myObject (attribute1 "attr25584") ) +(myObject (attribute1 "attr25585") ) +(myObject (attribute1 "attr25586") ) +(myObject (attribute1 "attr25587") ) +(myObject (attribute1 "attr25588") ) +(myObject (attribute1 "attr25589") ) +(myObject (attribute1 "attr25590") ) +(myObject (attribute1 "attr25591") ) +(myObject (attribute1 "attr25592") ) +(myObject (attribute1 "attr25593") ) +(myObject (attribute1 "attr25594") ) +(myObject (attribute1 "attr25595") ) +(myObject (attribute1 "attr25596") ) +(myObject (attribute1 "attr25597") ) +(myObject (attribute1 "attr25598") ) +(myObject (attribute1 "attr25599") ) +(myObject (attribute1 "attr25600") ) +(myObject (attribute1 "attr25601") ) +(myObject (attribute1 "attr25602") ) +(myObject (attribute1 "attr25603") ) +(myObject (attribute1 "attr25604") ) +(myObject (attribute1 "attr25605") ) +(myObject (attribute1 "attr25606") ) +(myObject (attribute1 "attr25607") ) +(myObject (attribute1 "attr25608") ) +(myObject (attribute1 "attr25609") ) +(myObject (attribute1 "attr25610") ) +(myObject (attribute1 "attr25611") ) +(myObject (attribute1 "attr25612") ) +(myObject (attribute1 "attr25613") ) +(myObject (attribute1 "attr25614") ) +(myObject (attribute1 "attr25615") ) +(myObject (attribute1 "attr25616") ) +(myObject (attribute1 "attr25617") ) +(myObject (attribute1 "attr25618") ) +(myObject (attribute1 "attr25619") ) +(myObject (attribute1 "attr25620") ) +(myObject (attribute1 "attr25621") ) +(myObject (attribute1 "attr25622") ) +(myObject (attribute1 "attr25623") ) +(myObject (attribute1 "attr25624") ) +(myObject (attribute1 "attr25625") ) +(myObject (attribute1 "attr25626") ) +(myObject (attribute1 "attr25627") ) +(myObject (attribute1 "attr25628") ) +(myObject (attribute1 "attr25629") ) +(myObject (attribute1 "attr25630") ) +(myObject (attribute1 "attr25631") ) +(myObject (attribute1 "attr25632") ) +(myObject (attribute1 "attr25633") ) +(myObject (attribute1 "attr25634") ) +(myObject (attribute1 "attr25635") ) +(myObject (attribute1 "attr25636") ) +(myObject (attribute1 "attr25637") ) +(myObject (attribute1 "attr25638") ) +(myObject (attribute1 "attr25639") ) +(myObject (attribute1 "attr25640") ) +(myObject (attribute1 "attr25641") ) +(myObject (attribute1 "attr25642") ) +(myObject (attribute1 "attr25643") ) +(myObject (attribute1 "attr25644") ) +(myObject (attribute1 "attr25645") ) +(myObject (attribute1 "attr25646") ) +(myObject (attribute1 "attr25647") ) +(myObject (attribute1 "attr25648") ) +(myObject (attribute1 "attr25649") ) +(myObject (attribute1 "attr25650") ) +(myObject (attribute1 "attr25651") ) +(myObject (attribute1 "attr25652") ) +(myObject (attribute1 "attr25653") ) +(myObject (attribute1 "attr25654") ) +(myObject (attribute1 "attr25655") ) +(myObject (attribute1 "attr25656") ) +(myObject (attribute1 "attr25657") ) +(myObject (attribute1 "attr25658") ) +(myObject (attribute1 "attr25659") ) +(myObject (attribute1 "attr25660") ) +(myObject (attribute1 "attr25661") ) +(myObject (attribute1 "attr25662") ) +(myObject (attribute1 "attr25663") ) +(myObject (attribute1 "attr25664") ) +(myObject (attribute1 "attr25665") ) +(myObject (attribute1 "attr25666") ) +(myObject (attribute1 "attr25667") ) +(myObject (attribute1 "attr25668") ) +(myObject (attribute1 "attr25669") ) +(myObject (attribute1 "attr25670") ) +(myObject (attribute1 "attr25671") ) +(myObject (attribute1 "attr25672") ) +(myObject (attribute1 "attr25673") ) +(myObject (attribute1 "attr25674") ) +(myObject (attribute1 "attr25675") ) +(myObject (attribute1 "attr25676") ) +(myObject (attribute1 "attr25677") ) +(myObject (attribute1 "attr25678") ) +(myObject (attribute1 "attr25679") ) +(myObject (attribute1 "attr25680") ) +(myObject (attribute1 "attr25681") ) +(myObject (attribute1 "attr25682") ) +(myObject (attribute1 "attr25683") ) +(myObject (attribute1 "attr25684") ) +(myObject (attribute1 "attr25685") ) +(myObject (attribute1 "attr25686") ) +(myObject (attribute1 "attr25687") ) +(myObject (attribute1 "attr25688") ) +(myObject (attribute1 "attr25689") ) +(myObject (attribute1 "attr25690") ) +(myObject (attribute1 "attr25691") ) +(myObject (attribute1 "attr25692") ) +(myObject (attribute1 "attr25693") ) +(myObject (attribute1 "attr25694") ) +(myObject (attribute1 "attr25695") ) +(myObject (attribute1 "attr25696") ) +(myObject (attribute1 "attr25697") ) +(myObject (attribute1 "attr25698") ) +(myObject (attribute1 "attr25699") ) +(myObject (attribute1 "attr25700") ) +(myObject (attribute1 "attr25701") ) +(myObject (attribute1 "attr25702") ) +(myObject (attribute1 "attr25703") ) +(myObject (attribute1 "attr25704") ) +(myObject (attribute1 "attr25705") ) +(myObject (attribute1 "attr25706") ) +(myObject (attribute1 "attr25707") ) +(myObject (attribute1 "attr25708") ) +(myObject (attribute1 "attr25709") ) +(myObject (attribute1 "attr25710") ) +(myObject (attribute1 "attr25711") ) +(myObject (attribute1 "attr25712") ) +(myObject (attribute1 "attr25713") ) +(myObject (attribute1 "attr25714") ) +(myObject (attribute1 "attr25715") ) +(myObject (attribute1 "attr25716") ) +(myObject (attribute1 "attr25717") ) +(myObject (attribute1 "attr25718") ) +(myObject (attribute1 "attr25719") ) +(myObject (attribute1 "attr25720") ) +(myObject (attribute1 "attr25721") ) +(myObject (attribute1 "attr25722") ) +(myObject (attribute1 "attr25723") ) +(myObject (attribute1 "attr25724") ) +(myObject (attribute1 "attr25725") ) +(myObject (attribute1 "attr25726") ) +(myObject (attribute1 "attr25727") ) +(myObject (attribute1 "attr25728") ) +(myObject (attribute1 "attr25729") ) +(myObject (attribute1 "attr25730") ) +(myObject (attribute1 "attr25731") ) +(myObject (attribute1 "attr25732") ) +(myObject (attribute1 "attr25733") ) +(myObject (attribute1 "attr25734") ) +(myObject (attribute1 "attr25735") ) +(myObject (attribute1 "attr25736") ) +(myObject (attribute1 "attr25737") ) +(myObject (attribute1 "attr25738") ) +(myObject (attribute1 "attr25739") ) +(myObject (attribute1 "attr25740") ) +(myObject (attribute1 "attr25741") ) +(myObject (attribute1 "attr25742") ) +(myObject (attribute1 "attr25743") ) +(myObject (attribute1 "attr25744") ) +(myObject (attribute1 "attr25745") ) +(myObject (attribute1 "attr25746") ) +(myObject (attribute1 "attr25747") ) +(myObject (attribute1 "attr25748") ) +(myObject (attribute1 "attr25749") ) +(myObject (attribute1 "attr25750") ) +(myObject (attribute1 "attr25751") ) +(myObject (attribute1 "attr25752") ) +(myObject (attribute1 "attr25753") ) +(myObject (attribute1 "attr25754") ) +(myObject (attribute1 "attr25755") ) +(myObject (attribute1 "attr25756") ) +(myObject (attribute1 "attr25757") ) +(myObject (attribute1 "attr25758") ) +(myObject (attribute1 "attr25759") ) +(myObject (attribute1 "attr25760") ) +(myObject (attribute1 "attr25761") ) +(myObject (attribute1 "attr25762") ) +(myObject (attribute1 "attr25763") ) +(myObject (attribute1 "attr25764") ) +(myObject (attribute1 "attr25765") ) +(myObject (attribute1 "attr25766") ) +(myObject (attribute1 "attr25767") ) +(myObject (attribute1 "attr25768") ) +(myObject (attribute1 "attr25769") ) +(myObject (attribute1 "attr25770") ) +(myObject (attribute1 "attr25771") ) +(myObject (attribute1 "attr25772") ) +(myObject (attribute1 "attr25773") ) +(myObject (attribute1 "attr25774") ) +(myObject (attribute1 "attr25775") ) +(myObject (attribute1 "attr25776") ) +(myObject (attribute1 "attr25777") ) +(myObject (attribute1 "attr25778") ) +(myObject (attribute1 "attr25779") ) +(myObject (attribute1 "attr25780") ) +(myObject (attribute1 "attr25781") ) +(myObject (attribute1 "attr25782") ) +(myObject (attribute1 "attr25783") ) +(myObject (attribute1 "attr25784") ) +(myObject (attribute1 "attr25785") ) +(myObject (attribute1 "attr25786") ) +(myObject (attribute1 "attr25787") ) +(myObject (attribute1 "attr25788") ) +(myObject (attribute1 "attr25789") ) +(myObject (attribute1 "attr25790") ) +(myObject (attribute1 "attr25791") ) +(myObject (attribute1 "attr25792") ) +(myObject (attribute1 "attr25793") ) +(myObject (attribute1 "attr25794") ) +(myObject (attribute1 "attr25795") ) +(myObject (attribute1 "attr25796") ) +(myObject (attribute1 "attr25797") ) +(myObject (attribute1 "attr25798") ) +(myObject (attribute1 "attr25799") ) +(myObject (attribute1 "attr25800") ) +(myObject (attribute1 "attr25801") ) +(myObject (attribute1 "attr25802") ) +(myObject (attribute1 "attr25803") ) +(myObject (attribute1 "attr25804") ) +(myObject (attribute1 "attr25805") ) +(myObject (attribute1 "attr25806") ) +(myObject (attribute1 "attr25807") ) +(myObject (attribute1 "attr25808") ) +(myObject (attribute1 "attr25809") ) +(myObject (attribute1 "attr25810") ) +(myObject (attribute1 "attr25811") ) +(myObject (attribute1 "attr25812") ) +(myObject (attribute1 "attr25813") ) +(myObject (attribute1 "attr25814") ) +(myObject (attribute1 "attr25815") ) +(myObject (attribute1 "attr25816") ) +(myObject (attribute1 "attr25817") ) +(myObject (attribute1 "attr25818") ) +(myObject (attribute1 "attr25819") ) +(myObject (attribute1 "attr25820") ) +(myObject (attribute1 "attr25821") ) +(myObject (attribute1 "attr25822") ) +(myObject (attribute1 "attr25823") ) +(myObject (attribute1 "attr25824") ) +(myObject (attribute1 "attr25825") ) +(myObject (attribute1 "attr25826") ) +(myObject (attribute1 "attr25827") ) +(myObject (attribute1 "attr25828") ) +(myObject (attribute1 "attr25829") ) +(myObject (attribute1 "attr25830") ) +(myObject (attribute1 "attr25831") ) +(myObject (attribute1 "attr25832") ) +(myObject (attribute1 "attr25833") ) +(myObject (attribute1 "attr25834") ) +(myObject (attribute1 "attr25835") ) +(myObject (attribute1 "attr25836") ) +(myObject (attribute1 "attr25837") ) +(myObject (attribute1 "attr25838") ) +(myObject (attribute1 "attr25839") ) +(myObject (attribute1 "attr25840") ) +(myObject (attribute1 "attr25841") ) +(myObject (attribute1 "attr25842") ) +(myObject (attribute1 "attr25843") ) +(myObject (attribute1 "attr25844") ) +(myObject (attribute1 "attr25845") ) +(myObject (attribute1 "attr25846") ) +(myObject (attribute1 "attr25847") ) +(myObject (attribute1 "attr25848") ) +(myObject (attribute1 "attr25849") ) +(myObject (attribute1 "attr25850") ) +(myObject (attribute1 "attr25851") ) +(myObject (attribute1 "attr25852") ) +(myObject (attribute1 "attr25853") ) +(myObject (attribute1 "attr25854") ) +(myObject (attribute1 "attr25855") ) +(myObject (attribute1 "attr25856") ) +(myObject (attribute1 "attr25857") ) +(myObject (attribute1 "attr25858") ) +(myObject (attribute1 "attr25859") ) +(myObject (attribute1 "attr25860") ) +(myObject (attribute1 "attr25861") ) +(myObject (attribute1 "attr25862") ) +(myObject (attribute1 "attr25863") ) +(myObject (attribute1 "attr25864") ) +(myObject (attribute1 "attr25865") ) +(myObject (attribute1 "attr25866") ) +(myObject (attribute1 "attr25867") ) +(myObject (attribute1 "attr25868") ) +(myObject (attribute1 "attr25869") ) +(myObject (attribute1 "attr25870") ) +(myObject (attribute1 "attr25871") ) +(myObject (attribute1 "attr25872") ) +(myObject (attribute1 "attr25873") ) +(myObject (attribute1 "attr25874") ) +(myObject (attribute1 "attr25875") ) +(myObject (attribute1 "attr25876") ) +(myObject (attribute1 "attr25877") ) +(myObject (attribute1 "attr25878") ) +(myObject (attribute1 "attr25879") ) +(myObject (attribute1 "attr25880") ) +(myObject (attribute1 "attr25881") ) +(myObject (attribute1 "attr25882") ) +(myObject (attribute1 "attr25883") ) +(myObject (attribute1 "attr25884") ) +(myObject (attribute1 "attr25885") ) +(myObject (attribute1 "attr25886") ) +(myObject (attribute1 "attr25887") ) +(myObject (attribute1 "attr25888") ) +(myObject (attribute1 "attr25889") ) +(myObject (attribute1 "attr25890") ) +(myObject (attribute1 "attr25891") ) +(myObject (attribute1 "attr25892") ) +(myObject (attribute1 "attr25893") ) +(myObject (attribute1 "attr25894") ) +(myObject (attribute1 "attr25895") ) +(myObject (attribute1 "attr25896") ) +(myObject (attribute1 "attr25897") ) +(myObject (attribute1 "attr25898") ) +(myObject (attribute1 "attr25899") ) +(myObject (attribute1 "attr25900") ) +(myObject (attribute1 "attr25901") ) +(myObject (attribute1 "attr25902") ) +(myObject (attribute1 "attr25903") ) +(myObject (attribute1 "attr25904") ) +(myObject (attribute1 "attr25905") ) +(myObject (attribute1 "attr25906") ) +(myObject (attribute1 "attr25907") ) +(myObject (attribute1 "attr25908") ) +(myObject (attribute1 "attr25909") ) +(myObject (attribute1 "attr25910") ) +(myObject (attribute1 "attr25911") ) +(myObject (attribute1 "attr25912") ) +(myObject (attribute1 "attr25913") ) +(myObject (attribute1 "attr25914") ) +(myObject (attribute1 "attr25915") ) +(myObject (attribute1 "attr25916") ) +(myObject (attribute1 "attr25917") ) +(myObject (attribute1 "attr25918") ) +(myObject (attribute1 "attr25919") ) +(myObject (attribute1 "attr25920") ) +(myObject (attribute1 "attr25921") ) +(myObject (attribute1 "attr25922") ) +(myObject (attribute1 "attr25923") ) +(myObject (attribute1 "attr25924") ) +(myObject (attribute1 "attr25925") ) +(myObject (attribute1 "attr25926") ) +(myObject (attribute1 "attr25927") ) +(myObject (attribute1 "attr25928") ) +(myObject (attribute1 "attr25929") ) +(myObject (attribute1 "attr25930") ) +(myObject (attribute1 "attr25931") ) +(myObject (attribute1 "attr25932") ) +(myObject (attribute1 "attr25933") ) +(myObject (attribute1 "attr25934") ) +(myObject (attribute1 "attr25935") ) +(myObject (attribute1 "attr25936") ) +(myObject (attribute1 "attr25937") ) +(myObject (attribute1 "attr25938") ) +(myObject (attribute1 "attr25939") ) +(myObject (attribute1 "attr25940") ) +(myObject (attribute1 "attr25941") ) +(myObject (attribute1 "attr25942") ) +(myObject (attribute1 "attr25943") ) +(myObject (attribute1 "attr25944") ) +(myObject (attribute1 "attr25945") ) +(myObject (attribute1 "attr25946") ) +(myObject (attribute1 "attr25947") ) +(myObject (attribute1 "attr25948") ) +(myObject (attribute1 "attr25949") ) +(myObject (attribute1 "attr25950") ) +(myObject (attribute1 "attr25951") ) +(myObject (attribute1 "attr25952") ) +(myObject (attribute1 "attr25953") ) +(myObject (attribute1 "attr25954") ) +(myObject (attribute1 "attr25955") ) +(myObject (attribute1 "attr25956") ) +(myObject (attribute1 "attr25957") ) +(myObject (attribute1 "attr25958") ) +(myObject (attribute1 "attr25959") ) +(myObject (attribute1 "attr25960") ) +(myObject (attribute1 "attr25961") ) +(myObject (attribute1 "attr25962") ) +(myObject (attribute1 "attr25963") ) +(myObject (attribute1 "attr25964") ) +(myObject (attribute1 "attr25965") ) +(myObject (attribute1 "attr25966") ) +(myObject (attribute1 "attr25967") ) +(myObject (attribute1 "attr25968") ) +(myObject (attribute1 "attr25969") ) +(myObject (attribute1 "attr25970") ) +(myObject (attribute1 "attr25971") ) +(myObject (attribute1 "attr25972") ) +(myObject (attribute1 "attr25973") ) +(myObject (attribute1 "attr25974") ) +(myObject (attribute1 "attr25975") ) +(myObject (attribute1 "attr25976") ) +(myObject (attribute1 "attr25977") ) +(myObject (attribute1 "attr25978") ) +(myObject (attribute1 "attr25979") ) +(myObject (attribute1 "attr25980") ) +(myObject (attribute1 "attr25981") ) +(myObject (attribute1 "attr25982") ) +(myObject (attribute1 "attr25983") ) +(myObject (attribute1 "attr25984") ) +(myObject (attribute1 "attr25985") ) +(myObject (attribute1 "attr25986") ) +(myObject (attribute1 "attr25987") ) +(myObject (attribute1 "attr25988") ) +(myObject (attribute1 "attr25989") ) +(myObject (attribute1 "attr25990") ) +(myObject (attribute1 "attr25991") ) +(myObject (attribute1 "attr25992") ) +(myObject (attribute1 "attr25993") ) +(myObject (attribute1 "attr25994") ) +(myObject (attribute1 "attr25995") ) +(myObject (attribute1 "attr25996") ) +(myObject (attribute1 "attr25997") ) +(myObject (attribute1 "attr25998") ) +(myObject (attribute1 "attr25999") ) +(myObject (attribute1 "attr26000") ) +(myObject (attribute1 "attr26001") ) +(myObject (attribute1 "attr26002") ) +(myObject (attribute1 "attr26003") ) +(myObject (attribute1 "attr26004") ) +(myObject (attribute1 "attr26005") ) +(myObject (attribute1 "attr26006") ) +(myObject (attribute1 "attr26007") ) +(myObject (attribute1 "attr26008") ) +(myObject (attribute1 "attr26009") ) +(myObject (attribute1 "attr26010") ) +(myObject (attribute1 "attr26011") ) +(myObject (attribute1 "attr26012") ) +(myObject (attribute1 "attr26013") ) +(myObject (attribute1 "attr26014") ) +(myObject (attribute1 "attr26015") ) +(myObject (attribute1 "attr26016") ) +(myObject (attribute1 "attr26017") ) +(myObject (attribute1 "attr26018") ) +(myObject (attribute1 "attr26019") ) +(myObject (attribute1 "attr26020") ) +(myObject (attribute1 "attr26021") ) +(myObject (attribute1 "attr26022") ) +(myObject (attribute1 "attr26023") ) +(myObject (attribute1 "attr26024") ) +(myObject (attribute1 "attr26025") ) +(myObject (attribute1 "attr26026") ) +(myObject (attribute1 "attr26027") ) +(myObject (attribute1 "attr26028") ) +(myObject (attribute1 "attr26029") ) +(myObject (attribute1 "attr26030") ) +(myObject (attribute1 "attr26031") ) +(myObject (attribute1 "attr26032") ) +(myObject (attribute1 "attr26033") ) +(myObject (attribute1 "attr26034") ) +(myObject (attribute1 "attr26035") ) +(myObject (attribute1 "attr26036") ) +(myObject (attribute1 "attr26037") ) +(myObject (attribute1 "attr26038") ) +(myObject (attribute1 "attr26039") ) +(myObject (attribute1 "attr26040") ) +(myObject (attribute1 "attr26041") ) +(myObject (attribute1 "attr26042") ) +(myObject (attribute1 "attr26043") ) +(myObject (attribute1 "attr26044") ) +(myObject (attribute1 "attr26045") ) +(myObject (attribute1 "attr26046") ) +(myObject (attribute1 "attr26047") ) +(myObject (attribute1 "attr26048") ) +(myObject (attribute1 "attr26049") ) +(myObject (attribute1 "attr26050") ) +(myObject (attribute1 "attr26051") ) +(myObject (attribute1 "attr26052") ) +(myObject (attribute1 "attr26053") ) +(myObject (attribute1 "attr26054") ) +(myObject (attribute1 "attr26055") ) +(myObject (attribute1 "attr26056") ) +(myObject (attribute1 "attr26057") ) +(myObject (attribute1 "attr26058") ) +(myObject (attribute1 "attr26059") ) +(myObject (attribute1 "attr26060") ) +(myObject (attribute1 "attr26061") ) +(myObject (attribute1 "attr26062") ) +(myObject (attribute1 "attr26063") ) +(myObject (attribute1 "attr26064") ) +(myObject (attribute1 "attr26065") ) +(myObject (attribute1 "attr26066") ) +(myObject (attribute1 "attr26067") ) +(myObject (attribute1 "attr26068") ) +(myObject (attribute1 "attr26069") ) +(myObject (attribute1 "attr26070") ) +(myObject (attribute1 "attr26071") ) +(myObject (attribute1 "attr26072") ) +(myObject (attribute1 "attr26073") ) +(myObject (attribute1 "attr26074") ) +(myObject (attribute1 "attr26075") ) +(myObject (attribute1 "attr26076") ) +(myObject (attribute1 "attr26077") ) +(myObject (attribute1 "attr26078") ) +(myObject (attribute1 "attr26079") ) +(myObject (attribute1 "attr26080") ) +(myObject (attribute1 "attr26081") ) +(myObject (attribute1 "attr26082") ) +(myObject (attribute1 "attr26083") ) +(myObject (attribute1 "attr26084") ) +(myObject (attribute1 "attr26085") ) +(myObject (attribute1 "attr26086") ) +(myObject (attribute1 "attr26087") ) +(myObject (attribute1 "attr26088") ) +(myObject (attribute1 "attr26089") ) +(myObject (attribute1 "attr26090") ) +(myObject (attribute1 "attr26091") ) +(myObject (attribute1 "attr26092") ) +(myObject (attribute1 "attr26093") ) +(myObject (attribute1 "attr26094") ) +(myObject (attribute1 "attr26095") ) +(myObject (attribute1 "attr26096") ) +(myObject (attribute1 "attr26097") ) +(myObject (attribute1 "attr26098") ) +(myObject (attribute1 "attr26099") ) +(myObject (attribute1 "attr26100") ) +(myObject (attribute1 "attr26101") ) +(myObject (attribute1 "attr26102") ) +(myObject (attribute1 "attr26103") ) +(myObject (attribute1 "attr26104") ) +(myObject (attribute1 "attr26105") ) +(myObject (attribute1 "attr26106") ) +(myObject (attribute1 "attr26107") ) +(myObject (attribute1 "attr26108") ) +(myObject (attribute1 "attr26109") ) +(myObject (attribute1 "attr26110") ) +(myObject (attribute1 "attr26111") ) +(myObject (attribute1 "attr26112") ) +(myObject (attribute1 "attr26113") ) +(myObject (attribute1 "attr26114") ) +(myObject (attribute1 "attr26115") ) +(myObject (attribute1 "attr26116") ) +(myObject (attribute1 "attr26117") ) +(myObject (attribute1 "attr26118") ) +(myObject (attribute1 "attr26119") ) +(myObject (attribute1 "attr26120") ) +(myObject (attribute1 "attr26121") ) +(myObject (attribute1 "attr26122") ) +(myObject (attribute1 "attr26123") ) +(myObject (attribute1 "attr26124") ) +(myObject (attribute1 "attr26125") ) +(myObject (attribute1 "attr26126") ) +(myObject (attribute1 "attr26127") ) +(myObject (attribute1 "attr26128") ) +(myObject (attribute1 "attr26129") ) +(myObject (attribute1 "attr26130") ) +(myObject (attribute1 "attr26131") ) +(myObject (attribute1 "attr26132") ) +(myObject (attribute1 "attr26133") ) +(myObject (attribute1 "attr26134") ) +(myObject (attribute1 "attr26135") ) +(myObject (attribute1 "attr26136") ) +(myObject (attribute1 "attr26137") ) +(myObject (attribute1 "attr26138") ) +(myObject (attribute1 "attr26139") ) +(myObject (attribute1 "attr26140") ) +(myObject (attribute1 "attr26141") ) +(myObject (attribute1 "attr26142") ) +(myObject (attribute1 "attr26143") ) +(myObject (attribute1 "attr26144") ) +(myObject (attribute1 "attr26145") ) +(myObject (attribute1 "attr26146") ) +(myObject (attribute1 "attr26147") ) +(myObject (attribute1 "attr26148") ) +(myObject (attribute1 "attr26149") ) +(myObject (attribute1 "attr26150") ) +(myObject (attribute1 "attr26151") ) +(myObject (attribute1 "attr26152") ) +(myObject (attribute1 "attr26153") ) +(myObject (attribute1 "attr26154") ) +(myObject (attribute1 "attr26155") ) +(myObject (attribute1 "attr26156") ) +(myObject (attribute1 "attr26157") ) +(myObject (attribute1 "attr26158") ) +(myObject (attribute1 "attr26159") ) +(myObject (attribute1 "attr26160") ) +(myObject (attribute1 "attr26161") ) +(myObject (attribute1 "attr26162") ) +(myObject (attribute1 "attr26163") ) +(myObject (attribute1 "attr26164") ) +(myObject (attribute1 "attr26165") ) +(myObject (attribute1 "attr26166") ) +(myObject (attribute1 "attr26167") ) +(myObject (attribute1 "attr26168") ) +(myObject (attribute1 "attr26169") ) +(myObject (attribute1 "attr26170") ) +(myObject (attribute1 "attr26171") ) +(myObject (attribute1 "attr26172") ) +(myObject (attribute1 "attr26173") ) +(myObject (attribute1 "attr26174") ) +(myObject (attribute1 "attr26175") ) +(myObject (attribute1 "attr26176") ) +(myObject (attribute1 "attr26177") ) +(myObject (attribute1 "attr26178") ) +(myObject (attribute1 "attr26179") ) +(myObject (attribute1 "attr26180") ) +(myObject (attribute1 "attr26181") ) +(myObject (attribute1 "attr26182") ) +(myObject (attribute1 "attr26183") ) +(myObject (attribute1 "attr26184") ) +(myObject (attribute1 "attr26185") ) +(myObject (attribute1 "attr26186") ) +(myObject (attribute1 "attr26187") ) +(myObject (attribute1 "attr26188") ) +(myObject (attribute1 "attr26189") ) +(myObject (attribute1 "attr26190") ) +(myObject (attribute1 "attr26191") ) +(myObject (attribute1 "attr26192") ) +(myObject (attribute1 "attr26193") ) +(myObject (attribute1 "attr26194") ) +(myObject (attribute1 "attr26195") ) +(myObject (attribute1 "attr26196") ) +(myObject (attribute1 "attr26197") ) +(myObject (attribute1 "attr26198") ) +(myObject (attribute1 "attr26199") ) +(myObject (attribute1 "attr26200") ) +(myObject (attribute1 "attr26201") ) +(myObject (attribute1 "attr26202") ) +(myObject (attribute1 "attr26203") ) +(myObject (attribute1 "attr26204") ) +(myObject (attribute1 "attr26205") ) +(myObject (attribute1 "attr26206") ) +(myObject (attribute1 "attr26207") ) +(myObject (attribute1 "attr26208") ) +(myObject (attribute1 "attr26209") ) +(myObject (attribute1 "attr26210") ) +(myObject (attribute1 "attr26211") ) +(myObject (attribute1 "attr26212") ) +(myObject (attribute1 "attr26213") ) +(myObject (attribute1 "attr26214") ) +(myObject (attribute1 "attr26215") ) +(myObject (attribute1 "attr26216") ) +(myObject (attribute1 "attr26217") ) +(myObject (attribute1 "attr26218") ) +(myObject (attribute1 "attr26219") ) +(myObject (attribute1 "attr26220") ) +(myObject (attribute1 "attr26221") ) +(myObject (attribute1 "attr26222") ) +(myObject (attribute1 "attr26223") ) +(myObject (attribute1 "attr26224") ) +(myObject (attribute1 "attr26225") ) +(myObject (attribute1 "attr26226") ) +(myObject (attribute1 "attr26227") ) +(myObject (attribute1 "attr26228") ) +(myObject (attribute1 "attr26229") ) +(myObject (attribute1 "attr26230") ) +(myObject (attribute1 "attr26231") ) +(myObject (attribute1 "attr26232") ) +(myObject (attribute1 "attr26233") ) +(myObject (attribute1 "attr26234") ) +(myObject (attribute1 "attr26235") ) +(myObject (attribute1 "attr26236") ) +(myObject (attribute1 "attr26237") ) +(myObject (attribute1 "attr26238") ) +(myObject (attribute1 "attr26239") ) +(myObject (attribute1 "attr26240") ) +(myObject (attribute1 "attr26241") ) +(myObject (attribute1 "attr26242") ) +(myObject (attribute1 "attr26243") ) +(myObject (attribute1 "attr26244") ) +(myObject (attribute1 "attr26245") ) +(myObject (attribute1 "attr26246") ) +(myObject (attribute1 "attr26247") ) +(myObject (attribute1 "attr26248") ) +(myObject (attribute1 "attr26249") ) +(myObject (attribute1 "attr26250") ) +(myObject (attribute1 "attr26251") ) +(myObject (attribute1 "attr26252") ) +(myObject (attribute1 "attr26253") ) +(myObject (attribute1 "attr26254") ) +(myObject (attribute1 "attr26255") ) +(myObject (attribute1 "attr26256") ) +(myObject (attribute1 "attr26257") ) +(myObject (attribute1 "attr26258") ) +(myObject (attribute1 "attr26259") ) +(myObject (attribute1 "attr26260") ) +(myObject (attribute1 "attr26261") ) +(myObject (attribute1 "attr26262") ) +(myObject (attribute1 "attr26263") ) +(myObject (attribute1 "attr26264") ) +(myObject (attribute1 "attr26265") ) +(myObject (attribute1 "attr26266") ) +(myObject (attribute1 "attr26267") ) +(myObject (attribute1 "attr26268") ) +(myObject (attribute1 "attr26269") ) +(myObject (attribute1 "attr26270") ) +(myObject (attribute1 "attr26271") ) +(myObject (attribute1 "attr26272") ) +(myObject (attribute1 "attr26273") ) +(myObject (attribute1 "attr26274") ) +(myObject (attribute1 "attr26275") ) +(myObject (attribute1 "attr26276") ) +(myObject (attribute1 "attr26277") ) +(myObject (attribute1 "attr26278") ) +(myObject (attribute1 "attr26279") ) +(myObject (attribute1 "attr26280") ) +(myObject (attribute1 "attr26281") ) +(myObject (attribute1 "attr26282") ) +(myObject (attribute1 "attr26283") ) +(myObject (attribute1 "attr26284") ) +(myObject (attribute1 "attr26285") ) +(myObject (attribute1 "attr26286") ) +(myObject (attribute1 "attr26287") ) +(myObject (attribute1 "attr26288") ) +(myObject (attribute1 "attr26289") ) +(myObject (attribute1 "attr26290") ) +(myObject (attribute1 "attr26291") ) +(myObject (attribute1 "attr26292") ) +(myObject (attribute1 "attr26293") ) +(myObject (attribute1 "attr26294") ) +(myObject (attribute1 "attr26295") ) +(myObject (attribute1 "attr26296") ) +(myObject (attribute1 "attr26297") ) +(myObject (attribute1 "attr26298") ) +(myObject (attribute1 "attr26299") ) +(myObject (attribute1 "attr26300") ) +(myObject (attribute1 "attr26301") ) +(myObject (attribute1 "attr26302") ) +(myObject (attribute1 "attr26303") ) +(myObject (attribute1 "attr26304") ) +(myObject (attribute1 "attr26305") ) +(myObject (attribute1 "attr26306") ) +(myObject (attribute1 "attr26307") ) +(myObject (attribute1 "attr26308") ) +(myObject (attribute1 "attr26309") ) +(myObject (attribute1 "attr26310") ) +(myObject (attribute1 "attr26311") ) +(myObject (attribute1 "attr26312") ) +(myObject (attribute1 "attr26313") ) +(myObject (attribute1 "attr26314") ) +(myObject (attribute1 "attr26315") ) +(myObject (attribute1 "attr26316") ) +(myObject (attribute1 "attr26317") ) +(myObject (attribute1 "attr26318") ) +(myObject (attribute1 "attr26319") ) +(myObject (attribute1 "attr26320") ) +(myObject (attribute1 "attr26321") ) +(myObject (attribute1 "attr26322") ) +(myObject (attribute1 "attr26323") ) +(myObject (attribute1 "attr26324") ) +(myObject (attribute1 "attr26325") ) +(myObject (attribute1 "attr26326") ) +(myObject (attribute1 "attr26327") ) +(myObject (attribute1 "attr26328") ) +(myObject (attribute1 "attr26329") ) +(myObject (attribute1 "attr26330") ) +(myObject (attribute1 "attr26331") ) +(myObject (attribute1 "attr26332") ) +(myObject (attribute1 "attr26333") ) +(myObject (attribute1 "attr26334") ) +(myObject (attribute1 "attr26335") ) +(myObject (attribute1 "attr26336") ) +(myObject (attribute1 "attr26337") ) +(myObject (attribute1 "attr26338") ) +(myObject (attribute1 "attr26339") ) +(myObject (attribute1 "attr26340") ) +(myObject (attribute1 "attr26341") ) +(myObject (attribute1 "attr26342") ) +(myObject (attribute1 "attr26343") ) +(myObject (attribute1 "attr26344") ) +(myObject (attribute1 "attr26345") ) +(myObject (attribute1 "attr26346") ) +(myObject (attribute1 "attr26347") ) +(myObject (attribute1 "attr26348") ) +(myObject (attribute1 "attr26349") ) +(myObject (attribute1 "attr26350") ) +(myObject (attribute1 "attr26351") ) +(myObject (attribute1 "attr26352") ) +(myObject (attribute1 "attr26353") ) +(myObject (attribute1 "attr26354") ) +(myObject (attribute1 "attr26355") ) +(myObject (attribute1 "attr26356") ) +(myObject (attribute1 "attr26357") ) +(myObject (attribute1 "attr26358") ) +(myObject (attribute1 "attr26359") ) +(myObject (attribute1 "attr26360") ) +(myObject (attribute1 "attr26361") ) +(myObject (attribute1 "attr26362") ) +(myObject (attribute1 "attr26363") ) +(myObject (attribute1 "attr26364") ) +(myObject (attribute1 "attr26365") ) +(myObject (attribute1 "attr26366") ) +(myObject (attribute1 "attr26367") ) +(myObject (attribute1 "attr26368") ) +(myObject (attribute1 "attr26369") ) +(myObject (attribute1 "attr26370") ) +(myObject (attribute1 "attr26371") ) +(myObject (attribute1 "attr26372") ) +(myObject (attribute1 "attr26373") ) +(myObject (attribute1 "attr26374") ) +(myObject (attribute1 "attr26375") ) +(myObject (attribute1 "attr26376") ) +(myObject (attribute1 "attr26377") ) +(myObject (attribute1 "attr26378") ) +(myObject (attribute1 "attr26379") ) +(myObject (attribute1 "attr26380") ) +(myObject (attribute1 "attr26381") ) +(myObject (attribute1 "attr26382") ) +(myObject (attribute1 "attr26383") ) +(myObject (attribute1 "attr26384") ) +(myObject (attribute1 "attr26385") ) +(myObject (attribute1 "attr26386") ) +(myObject (attribute1 "attr26387") ) +(myObject (attribute1 "attr26388") ) +(myObject (attribute1 "attr26389") ) +(myObject (attribute1 "attr26390") ) +(myObject (attribute1 "attr26391") ) +(myObject (attribute1 "attr26392") ) +(myObject (attribute1 "attr26393") ) +(myObject (attribute1 "attr26394") ) +(myObject (attribute1 "attr26395") ) +(myObject (attribute1 "attr26396") ) +(myObject (attribute1 "attr26397") ) +(myObject (attribute1 "attr26398") ) +(myObject (attribute1 "attr26399") ) +(myObject (attribute1 "attr26400") ) +(myObject (attribute1 "attr26401") ) +(myObject (attribute1 "attr26402") ) +(myObject (attribute1 "attr26403") ) +(myObject (attribute1 "attr26404") ) +(myObject (attribute1 "attr26405") ) +(myObject (attribute1 "attr26406") ) +(myObject (attribute1 "attr26407") ) +(myObject (attribute1 "attr26408") ) +(myObject (attribute1 "attr26409") ) +(myObject (attribute1 "attr26410") ) +(myObject (attribute1 "attr26411") ) +(myObject (attribute1 "attr26412") ) +(myObject (attribute1 "attr26413") ) +(myObject (attribute1 "attr26414") ) +(myObject (attribute1 "attr26415") ) +(myObject (attribute1 "attr26416") ) +(myObject (attribute1 "attr26417") ) +(myObject (attribute1 "attr26418") ) +(myObject (attribute1 "attr26419") ) +(myObject (attribute1 "attr26420") ) +(myObject (attribute1 "attr26421") ) +(myObject (attribute1 "attr26422") ) +(myObject (attribute1 "attr26423") ) +(myObject (attribute1 "attr26424") ) +(myObject (attribute1 "attr26425") ) +(myObject (attribute1 "attr26426") ) +(myObject (attribute1 "attr26427") ) +(myObject (attribute1 "attr26428") ) +(myObject (attribute1 "attr26429") ) +(myObject (attribute1 "attr26430") ) +(myObject (attribute1 "attr26431") ) +(myObject (attribute1 "attr26432") ) +(myObject (attribute1 "attr26433") ) +(myObject (attribute1 "attr26434") ) +(myObject (attribute1 "attr26435") ) +(myObject (attribute1 "attr26436") ) +(myObject (attribute1 "attr26437") ) +(myObject (attribute1 "attr26438") ) +(myObject (attribute1 "attr26439") ) +(myObject (attribute1 "attr26440") ) +(myObject (attribute1 "attr26441") ) +(myObject (attribute1 "attr26442") ) +(myObject (attribute1 "attr26443") ) +(myObject (attribute1 "attr26444") ) +(myObject (attribute1 "attr26445") ) +(myObject (attribute1 "attr26446") ) +(myObject (attribute1 "attr26447") ) +(myObject (attribute1 "attr26448") ) +(myObject (attribute1 "attr26449") ) +(myObject (attribute1 "attr26450") ) +(myObject (attribute1 "attr26451") ) +(myObject (attribute1 "attr26452") ) +(myObject (attribute1 "attr26453") ) +(myObject (attribute1 "attr26454") ) +(myObject (attribute1 "attr26455") ) +(myObject (attribute1 "attr26456") ) +(myObject (attribute1 "attr26457") ) +(myObject (attribute1 "attr26458") ) +(myObject (attribute1 "attr26459") ) +(myObject (attribute1 "attr26460") ) +(myObject (attribute1 "attr26461") ) +(myObject (attribute1 "attr26462") ) +(myObject (attribute1 "attr26463") ) +(myObject (attribute1 "attr26464") ) +(myObject (attribute1 "attr26465") ) +(myObject (attribute1 "attr26466") ) +(myObject (attribute1 "attr26467") ) +(myObject (attribute1 "attr26468") ) +(myObject (attribute1 "attr26469") ) +(myObject (attribute1 "attr26470") ) +(myObject (attribute1 "attr26471") ) +(myObject (attribute1 "attr26472") ) +(myObject (attribute1 "attr26473") ) +(myObject (attribute1 "attr26474") ) +(myObject (attribute1 "attr26475") ) +(myObject (attribute1 "attr26476") ) +(myObject (attribute1 "attr26477") ) +(myObject (attribute1 "attr26478") ) +(myObject (attribute1 "attr26479") ) +(myObject (attribute1 "attr26480") ) +(myObject (attribute1 "attr26481") ) +(myObject (attribute1 "attr26482") ) +(myObject (attribute1 "attr26483") ) +(myObject (attribute1 "attr26484") ) +(myObject (attribute1 "attr26485") ) +(myObject (attribute1 "attr26486") ) +(myObject (attribute1 "attr26487") ) +(myObject (attribute1 "attr26488") ) +(myObject (attribute1 "attr26489") ) +(myObject (attribute1 "attr26490") ) +(myObject (attribute1 "attr26491") ) +(myObject (attribute1 "attr26492") ) +(myObject (attribute1 "attr26493") ) +(myObject (attribute1 "attr26494") ) +(myObject (attribute1 "attr26495") ) +(myObject (attribute1 "attr26496") ) +(myObject (attribute1 "attr26497") ) +(myObject (attribute1 "attr26498") ) +(myObject (attribute1 "attr26499") ) +(myObject (attribute1 "attr26500") ) +(myObject (attribute1 "attr26501") ) +(myObject (attribute1 "attr26502") ) +(myObject (attribute1 "attr26503") ) +(myObject (attribute1 "attr26504") ) +(myObject (attribute1 "attr26505") ) +(myObject (attribute1 "attr26506") ) +(myObject (attribute1 "attr26507") ) +(myObject (attribute1 "attr26508") ) +(myObject (attribute1 "attr26509") ) +(myObject (attribute1 "attr26510") ) +(myObject (attribute1 "attr26511") ) +(myObject (attribute1 "attr26512") ) +(myObject (attribute1 "attr26513") ) +(myObject (attribute1 "attr26514") ) +(myObject (attribute1 "attr26515") ) +(myObject (attribute1 "attr26516") ) +(myObject (attribute1 "attr26517") ) +(myObject (attribute1 "attr26518") ) +(myObject (attribute1 "attr26519") ) +(myObject (attribute1 "attr26520") ) +(myObject (attribute1 "attr26521") ) +(myObject (attribute1 "attr26522") ) +(myObject (attribute1 "attr26523") ) +(myObject (attribute1 "attr26524") ) +(myObject (attribute1 "attr26525") ) +(myObject (attribute1 "attr26526") ) +(myObject (attribute1 "attr26527") ) +(myObject (attribute1 "attr26528") ) +(myObject (attribute1 "attr26529") ) +(myObject (attribute1 "attr26530") ) +(myObject (attribute1 "attr26531") ) +(myObject (attribute1 "attr26532") ) +(myObject (attribute1 "attr26533") ) +(myObject (attribute1 "attr26534") ) +(myObject (attribute1 "attr26535") ) +(myObject (attribute1 "attr26536") ) +(myObject (attribute1 "attr26537") ) +(myObject (attribute1 "attr26538") ) +(myObject (attribute1 "attr26539") ) +(myObject (attribute1 "attr26540") ) +(myObject (attribute1 "attr26541") ) +(myObject (attribute1 "attr26542") ) +(myObject (attribute1 "attr26543") ) +(myObject (attribute1 "attr26544") ) +(myObject (attribute1 "attr26545") ) +(myObject (attribute1 "attr26546") ) +(myObject (attribute1 "attr26547") ) +(myObject (attribute1 "attr26548") ) +(myObject (attribute1 "attr26549") ) +(myObject (attribute1 "attr26550") ) +(myObject (attribute1 "attr26551") ) +(myObject (attribute1 "attr26552") ) +(myObject (attribute1 "attr26553") ) +(myObject (attribute1 "attr26554") ) +(myObject (attribute1 "attr26555") ) +(myObject (attribute1 "attr26556") ) +(myObject (attribute1 "attr26557") ) +(myObject (attribute1 "attr26558") ) +(myObject (attribute1 "attr26559") ) +(myObject (attribute1 "attr26560") ) +(myObject (attribute1 "attr26561") ) +(myObject (attribute1 "attr26562") ) +(myObject (attribute1 "attr26563") ) +(myObject (attribute1 "attr26564") ) +(myObject (attribute1 "attr26565") ) +(myObject (attribute1 "attr26566") ) +(myObject (attribute1 "attr26567") ) +(myObject (attribute1 "attr26568") ) +(myObject (attribute1 "attr26569") ) +(myObject (attribute1 "attr26570") ) +(myObject (attribute1 "attr26571") ) +(myObject (attribute1 "attr26572") ) +(myObject (attribute1 "attr26573") ) +(myObject (attribute1 "attr26574") ) +(myObject (attribute1 "attr26575") ) +(myObject (attribute1 "attr26576") ) +(myObject (attribute1 "attr26577") ) +(myObject (attribute1 "attr26578") ) +(myObject (attribute1 "attr26579") ) +(myObject (attribute1 "attr26580") ) +(myObject (attribute1 "attr26581") ) +(myObject (attribute1 "attr26582") ) +(myObject (attribute1 "attr26583") ) +(myObject (attribute1 "attr26584") ) +(myObject (attribute1 "attr26585") ) +(myObject (attribute1 "attr26586") ) +(myObject (attribute1 "attr26587") ) +(myObject (attribute1 "attr26588") ) +(myObject (attribute1 "attr26589") ) +(myObject (attribute1 "attr26590") ) +(myObject (attribute1 "attr26591") ) +(myObject (attribute1 "attr26592") ) +(myObject (attribute1 "attr26593") ) +(myObject (attribute1 "attr26594") ) +(myObject (attribute1 "attr26595") ) +(myObject (attribute1 "attr26596") ) +(myObject (attribute1 "attr26597") ) +(myObject (attribute1 "attr26598") ) +(myObject (attribute1 "attr26599") ) +(myObject (attribute1 "attr26600") ) +(myObject (attribute1 "attr26601") ) +(myObject (attribute1 "attr26602") ) +(myObject (attribute1 "attr26603") ) +(myObject (attribute1 "attr26604") ) +(myObject (attribute1 "attr26605") ) +(myObject (attribute1 "attr26606") ) +(myObject (attribute1 "attr26607") ) +(myObject (attribute1 "attr26608") ) +(myObject (attribute1 "attr26609") ) +(myObject (attribute1 "attr26610") ) +(myObject (attribute1 "attr26611") ) +(myObject (attribute1 "attr26612") ) +(myObject (attribute1 "attr26613") ) +(myObject (attribute1 "attr26614") ) +(myObject (attribute1 "attr26615") ) +(myObject (attribute1 "attr26616") ) +(myObject (attribute1 "attr26617") ) +(myObject (attribute1 "attr26618") ) +(myObject (attribute1 "attr26619") ) +(myObject (attribute1 "attr26620") ) +(myObject (attribute1 "attr26621") ) +(myObject (attribute1 "attr26622") ) +(myObject (attribute1 "attr26623") ) +(myObject (attribute1 "attr26624") ) +(myObject (attribute1 "attr26625") ) +(myObject (attribute1 "attr26626") ) +(myObject (attribute1 "attr26627") ) +(myObject (attribute1 "attr26628") ) +(myObject (attribute1 "attr26629") ) +(myObject (attribute1 "attr26630") ) +(myObject (attribute1 "attr26631") ) +(myObject (attribute1 "attr26632") ) +(myObject (attribute1 "attr26633") ) +(myObject (attribute1 "attr26634") ) +(myObject (attribute1 "attr26635") ) +(myObject (attribute1 "attr26636") ) +(myObject (attribute1 "attr26637") ) +(myObject (attribute1 "attr26638") ) +(myObject (attribute1 "attr26639") ) +(myObject (attribute1 "attr26640") ) +(myObject (attribute1 "attr26641") ) +(myObject (attribute1 "attr26642") ) +(myObject (attribute1 "attr26643") ) +(myObject (attribute1 "attr26644") ) +(myObject (attribute1 "attr26645") ) +(myObject (attribute1 "attr26646") ) +(myObject (attribute1 "attr26647") ) +(myObject (attribute1 "attr26648") ) +(myObject (attribute1 "attr26649") ) +(myObject (attribute1 "attr26650") ) +(myObject (attribute1 "attr26651") ) +(myObject (attribute1 "attr26652") ) +(myObject (attribute1 "attr26653") ) +(myObject (attribute1 "attr26654") ) +(myObject (attribute1 "attr26655") ) +(myObject (attribute1 "attr26656") ) +(myObject (attribute1 "attr26657") ) +(myObject (attribute1 "attr26658") ) +(myObject (attribute1 "attr26659") ) +(myObject (attribute1 "attr26660") ) +(myObject (attribute1 "attr26661") ) +(myObject (attribute1 "attr26662") ) +(myObject (attribute1 "attr26663") ) +(myObject (attribute1 "attr26664") ) +(myObject (attribute1 "attr26665") ) +(myObject (attribute1 "attr26666") ) +(myObject (attribute1 "attr26667") ) +(myObject (attribute1 "attr26668") ) +(myObject (attribute1 "attr26669") ) +(myObject (attribute1 "attr26670") ) +(myObject (attribute1 "attr26671") ) +(myObject (attribute1 "attr26672") ) +(myObject (attribute1 "attr26673") ) +(myObject (attribute1 "attr26674") ) +(myObject (attribute1 "attr26675") ) +(myObject (attribute1 "attr26676") ) +(myObject (attribute1 "attr26677") ) +(myObject (attribute1 "attr26678") ) +(myObject (attribute1 "attr26679") ) +(myObject (attribute1 "attr26680") ) +(myObject (attribute1 "attr26681") ) +(myObject (attribute1 "attr26682") ) +(myObject (attribute1 "attr26683") ) +(myObject (attribute1 "attr26684") ) +(myObject (attribute1 "attr26685") ) +(myObject (attribute1 "attr26686") ) +(myObject (attribute1 "attr26687") ) +(myObject (attribute1 "attr26688") ) +(myObject (attribute1 "attr26689") ) +(myObject (attribute1 "attr26690") ) +(myObject (attribute1 "attr26691") ) +(myObject (attribute1 "attr26692") ) +(myObject (attribute1 "attr26693") ) +(myObject (attribute1 "attr26694") ) +(myObject (attribute1 "attr26695") ) +(myObject (attribute1 "attr26696") ) +(myObject (attribute1 "attr26697") ) +(myObject (attribute1 "attr26698") ) +(myObject (attribute1 "attr26699") ) +(myObject (attribute1 "attr26700") ) +(myObject (attribute1 "attr26701") ) +(myObject (attribute1 "attr26702") ) +(myObject (attribute1 "attr26703") ) +(myObject (attribute1 "attr26704") ) +(myObject (attribute1 "attr26705") ) +(myObject (attribute1 "attr26706") ) +(myObject (attribute1 "attr26707") ) +(myObject (attribute1 "attr26708") ) +(myObject (attribute1 "attr26709") ) +(myObject (attribute1 "attr26710") ) +(myObject (attribute1 "attr26711") ) +(myObject (attribute1 "attr26712") ) +(myObject (attribute1 "attr26713") ) +(myObject (attribute1 "attr26714") ) +(myObject (attribute1 "attr26715") ) +(myObject (attribute1 "attr26716") ) +(myObject (attribute1 "attr26717") ) +(myObject (attribute1 "attr26718") ) +(myObject (attribute1 "attr26719") ) +(myObject (attribute1 "attr26720") ) +(myObject (attribute1 "attr26721") ) +(myObject (attribute1 "attr26722") ) +(myObject (attribute1 "attr26723") ) +(myObject (attribute1 "attr26724") ) +(myObject (attribute1 "attr26725") ) +(myObject (attribute1 "attr26726") ) +(myObject (attribute1 "attr26727") ) +(myObject (attribute1 "attr26728") ) +(myObject (attribute1 "attr26729") ) +(myObject (attribute1 "attr26730") ) +(myObject (attribute1 "attr26731") ) +(myObject (attribute1 "attr26732") ) +(myObject (attribute1 "attr26733") ) +(myObject (attribute1 "attr26734") ) +(myObject (attribute1 "attr26735") ) +(myObject (attribute1 "attr26736") ) +(myObject (attribute1 "attr26737") ) +(myObject (attribute1 "attr26738") ) +(myObject (attribute1 "attr26739") ) +(myObject (attribute1 "attr26740") ) +(myObject (attribute1 "attr26741") ) +(myObject (attribute1 "attr26742") ) +(myObject (attribute1 "attr26743") ) +(myObject (attribute1 "attr26744") ) +(myObject (attribute1 "attr26745") ) +(myObject (attribute1 "attr26746") ) +(myObject (attribute1 "attr26747") ) +(myObject (attribute1 "attr26748") ) +(myObject (attribute1 "attr26749") ) +(myObject (attribute1 "attr26750") ) +(myObject (attribute1 "attr26751") ) +(myObject (attribute1 "attr26752") ) +(myObject (attribute1 "attr26753") ) +(myObject (attribute1 "attr26754") ) +(myObject (attribute1 "attr26755") ) +(myObject (attribute1 "attr26756") ) +(myObject (attribute1 "attr26757") ) +(myObject (attribute1 "attr26758") ) +(myObject (attribute1 "attr26759") ) +(myObject (attribute1 "attr26760") ) +(myObject (attribute1 "attr26761") ) +(myObject (attribute1 "attr26762") ) +(myObject (attribute1 "attr26763") ) +(myObject (attribute1 "attr26764") ) +(myObject (attribute1 "attr26765") ) +(myObject (attribute1 "attr26766") ) +(myObject (attribute1 "attr26767") ) +(myObject (attribute1 "attr26768") ) +(myObject (attribute1 "attr26769") ) +(myObject (attribute1 "attr26770") ) +(myObject (attribute1 "attr26771") ) +(myObject (attribute1 "attr26772") ) +(myObject (attribute1 "attr26773") ) +(myObject (attribute1 "attr26774") ) +(myObject (attribute1 "attr26775") ) +(myObject (attribute1 "attr26776") ) +(myObject (attribute1 "attr26777") ) +(myObject (attribute1 "attr26778") ) +(myObject (attribute1 "attr26779") ) +(myObject (attribute1 "attr26780") ) +(myObject (attribute1 "attr26781") ) +(myObject (attribute1 "attr26782") ) +(myObject (attribute1 "attr26783") ) +(myObject (attribute1 "attr26784") ) +(myObject (attribute1 "attr26785") ) +(myObject (attribute1 "attr26786") ) +(myObject (attribute1 "attr26787") ) +(myObject (attribute1 "attr26788") ) +(myObject (attribute1 "attr26789") ) +(myObject (attribute1 "attr26790") ) +(myObject (attribute1 "attr26791") ) +(myObject (attribute1 "attr26792") ) +(myObject (attribute1 "attr26793") ) +(myObject (attribute1 "attr26794") ) +(myObject (attribute1 "attr26795") ) +(myObject (attribute1 "attr26796") ) +(myObject (attribute1 "attr26797") ) +(myObject (attribute1 "attr26798") ) +(myObject (attribute1 "attr26799") ) +(myObject (attribute1 "attr26800") ) +(myObject (attribute1 "attr26801") ) +(myObject (attribute1 "attr26802") ) +(myObject (attribute1 "attr26803") ) +(myObject (attribute1 "attr26804") ) +(myObject (attribute1 "attr26805") ) +(myObject (attribute1 "attr26806") ) +(myObject (attribute1 "attr26807") ) +(myObject (attribute1 "attr26808") ) +(myObject (attribute1 "attr26809") ) +(myObject (attribute1 "attr26810") ) +(myObject (attribute1 "attr26811") ) +(myObject (attribute1 "attr26812") ) +(myObject (attribute1 "attr26813") ) +(myObject (attribute1 "attr26814") ) +(myObject (attribute1 "attr26815") ) +(myObject (attribute1 "attr26816") ) +(myObject (attribute1 "attr26817") ) +(myObject (attribute1 "attr26818") ) +(myObject (attribute1 "attr26819") ) +(myObject (attribute1 "attr26820") ) +(myObject (attribute1 "attr26821") ) +(myObject (attribute1 "attr26822") ) +(myObject (attribute1 "attr26823") ) +(myObject (attribute1 "attr26824") ) +(myObject (attribute1 "attr26825") ) +(myObject (attribute1 "attr26826") ) +(myObject (attribute1 "attr26827") ) +(myObject (attribute1 "attr26828") ) +(myObject (attribute1 "attr26829") ) +(myObject (attribute1 "attr26830") ) +(myObject (attribute1 "attr26831") ) +(myObject (attribute1 "attr26832") ) +(myObject (attribute1 "attr26833") ) +(myObject (attribute1 "attr26834") ) +(myObject (attribute1 "attr26835") ) +(myObject (attribute1 "attr26836") ) +(myObject (attribute1 "attr26837") ) +(myObject (attribute1 "attr26838") ) +(myObject (attribute1 "attr26839") ) +(myObject (attribute1 "attr26840") ) +(myObject (attribute1 "attr26841") ) +(myObject (attribute1 "attr26842") ) +(myObject (attribute1 "attr26843") ) +(myObject (attribute1 "attr26844") ) +(myObject (attribute1 "attr26845") ) +(myObject (attribute1 "attr26846") ) +(myObject (attribute1 "attr26847") ) +(myObject (attribute1 "attr26848") ) +(myObject (attribute1 "attr26849") ) +(myObject (attribute1 "attr26850") ) +(myObject (attribute1 "attr26851") ) +(myObject (attribute1 "attr26852") ) +(myObject (attribute1 "attr26853") ) +(myObject (attribute1 "attr26854") ) +(myObject (attribute1 "attr26855") ) +(myObject (attribute1 "attr26856") ) +(myObject (attribute1 "attr26857") ) +(myObject (attribute1 "attr26858") ) +(myObject (attribute1 "attr26859") ) +(myObject (attribute1 "attr26860") ) +(myObject (attribute1 "attr26861") ) +(myObject (attribute1 "attr26862") ) +(myObject (attribute1 "attr26863") ) +(myObject (attribute1 "attr26864") ) +(myObject (attribute1 "attr26865") ) +(myObject (attribute1 "attr26866") ) +(myObject (attribute1 "attr26867") ) +(myObject (attribute1 "attr26868") ) +(myObject (attribute1 "attr26869") ) +(myObject (attribute1 "attr26870") ) +(myObject (attribute1 "attr26871") ) +(myObject (attribute1 "attr26872") ) +(myObject (attribute1 "attr26873") ) +(myObject (attribute1 "attr26874") ) +(myObject (attribute1 "attr26875") ) +(myObject (attribute1 "attr26876") ) +(myObject (attribute1 "attr26877") ) +(myObject (attribute1 "attr26878") ) +(myObject (attribute1 "attr26879") ) +(myObject (attribute1 "attr26880") ) +(myObject (attribute1 "attr26881") ) +(myObject (attribute1 "attr26882") ) +(myObject (attribute1 "attr26883") ) +(myObject (attribute1 "attr26884") ) +(myObject (attribute1 "attr26885") ) +(myObject (attribute1 "attr26886") ) +(myObject (attribute1 "attr26887") ) +(myObject (attribute1 "attr26888") ) +(myObject (attribute1 "attr26889") ) +(myObject (attribute1 "attr26890") ) +(myObject (attribute1 "attr26891") ) +(myObject (attribute1 "attr26892") ) +(myObject (attribute1 "attr26893") ) +(myObject (attribute1 "attr26894") ) +(myObject (attribute1 "attr26895") ) +(myObject (attribute1 "attr26896") ) +(myObject (attribute1 "attr26897") ) +(myObject (attribute1 "attr26898") ) +(myObject (attribute1 "attr26899") ) +(myObject (attribute1 "attr26900") ) +(myObject (attribute1 "attr26901") ) +(myObject (attribute1 "attr26902") ) +(myObject (attribute1 "attr26903") ) +(myObject (attribute1 "attr26904") ) +(myObject (attribute1 "attr26905") ) +(myObject (attribute1 "attr26906") ) +(myObject (attribute1 "attr26907") ) +(myObject (attribute1 "attr26908") ) +(myObject (attribute1 "attr26909") ) +(myObject (attribute1 "attr26910") ) +(myObject (attribute1 "attr26911") ) +(myObject (attribute1 "attr26912") ) +(myObject (attribute1 "attr26913") ) +(myObject (attribute1 "attr26914") ) +(myObject (attribute1 "attr26915") ) +(myObject (attribute1 "attr26916") ) +(myObject (attribute1 "attr26917") ) +(myObject (attribute1 "attr26918") ) +(myObject (attribute1 "attr26919") ) +(myObject (attribute1 "attr26920") ) +(myObject (attribute1 "attr26921") ) +(myObject (attribute1 "attr26922") ) +(myObject (attribute1 "attr26923") ) +(myObject (attribute1 "attr26924") ) +(myObject (attribute1 "attr26925") ) +(myObject (attribute1 "attr26926") ) +(myObject (attribute1 "attr26927") ) +(myObject (attribute1 "attr26928") ) +(myObject (attribute1 "attr26929") ) +(myObject (attribute1 "attr26930") ) +(myObject (attribute1 "attr26931") ) +(myObject (attribute1 "attr26932") ) +(myObject (attribute1 "attr26933") ) +(myObject (attribute1 "attr26934") ) +(myObject (attribute1 "attr26935") ) +(myObject (attribute1 "attr26936") ) +(myObject (attribute1 "attr26937") ) +(myObject (attribute1 "attr26938") ) +(myObject (attribute1 "attr26939") ) +(myObject (attribute1 "attr26940") ) +(myObject (attribute1 "attr26941") ) +(myObject (attribute1 "attr26942") ) +(myObject (attribute1 "attr26943") ) +(myObject (attribute1 "attr26944") ) +(myObject (attribute1 "attr26945") ) +(myObject (attribute1 "attr26946") ) +(myObject (attribute1 "attr26947") ) +(myObject (attribute1 "attr26948") ) +(myObject (attribute1 "attr26949") ) +(myObject (attribute1 "attr26950") ) +(myObject (attribute1 "attr26951") ) +(myObject (attribute1 "attr26952") ) +(myObject (attribute1 "attr26953") ) +(myObject (attribute1 "attr26954") ) +(myObject (attribute1 "attr26955") ) +(myObject (attribute1 "attr26956") ) +(myObject (attribute1 "attr26957") ) +(myObject (attribute1 "attr26958") ) +(myObject (attribute1 "attr26959") ) +(myObject (attribute1 "attr26960") ) +(myObject (attribute1 "attr26961") ) +(myObject (attribute1 "attr26962") ) +(myObject (attribute1 "attr26963") ) +(myObject (attribute1 "attr26964") ) +(myObject (attribute1 "attr26965") ) +(myObject (attribute1 "attr26966") ) +(myObject (attribute1 "attr26967") ) +(myObject (attribute1 "attr26968") ) +(myObject (attribute1 "attr26969") ) +(myObject (attribute1 "attr26970") ) +(myObject (attribute1 "attr26971") ) +(myObject (attribute1 "attr26972") ) +(myObject (attribute1 "attr26973") ) +(myObject (attribute1 "attr26974") ) +(myObject (attribute1 "attr26975") ) +(myObject (attribute1 "attr26976") ) +(myObject (attribute1 "attr26977") ) +(myObject (attribute1 "attr26978") ) +(myObject (attribute1 "attr26979") ) +(myObject (attribute1 "attr26980") ) +(myObject (attribute1 "attr26981") ) +(myObject (attribute1 "attr26982") ) +(myObject (attribute1 "attr26983") ) +(myObject (attribute1 "attr26984") ) +(myObject (attribute1 "attr26985") ) +(myObject (attribute1 "attr26986") ) +(myObject (attribute1 "attr26987") ) +(myObject (attribute1 "attr26988") ) +(myObject (attribute1 "attr26989") ) +(myObject (attribute1 "attr26990") ) +(myObject (attribute1 "attr26991") ) +(myObject (attribute1 "attr26992") ) +(myObject (attribute1 "attr26993") ) +(myObject (attribute1 "attr26994") ) +(myObject (attribute1 "attr26995") ) +(myObject (attribute1 "attr26996") ) +(myObject (attribute1 "attr26997") ) +(myObject (attribute1 "attr26998") ) +(myObject (attribute1 "attr26999") ) +(myObject (attribute1 "attr27000") ) +(myObject (attribute1 "attr27001") ) +(myObject (attribute1 "attr27002") ) +(myObject (attribute1 "attr27003") ) +(myObject (attribute1 "attr27004") ) +(myObject (attribute1 "attr27005") ) +(myObject (attribute1 "attr27006") ) +(myObject (attribute1 "attr27007") ) +(myObject (attribute1 "attr27008") ) +(myObject (attribute1 "attr27009") ) +(myObject (attribute1 "attr27010") ) +(myObject (attribute1 "attr27011") ) +(myObject (attribute1 "attr27012") ) +(myObject (attribute1 "attr27013") ) +(myObject (attribute1 "attr27014") ) +(myObject (attribute1 "attr27015") ) +(myObject (attribute1 "attr27016") ) +(myObject (attribute1 "attr27017") ) +(myObject (attribute1 "attr27018") ) +(myObject (attribute1 "attr27019") ) +(myObject (attribute1 "attr27020") ) +(myObject (attribute1 "attr27021") ) +(myObject (attribute1 "attr27022") ) +(myObject (attribute1 "attr27023") ) +(myObject (attribute1 "attr27024") ) +(myObject (attribute1 "attr27025") ) +(myObject (attribute1 "attr27026") ) +(myObject (attribute1 "attr27027") ) +(myObject (attribute1 "attr27028") ) +(myObject (attribute1 "attr27029") ) +(myObject (attribute1 "attr27030") ) +(myObject (attribute1 "attr27031") ) +(myObject (attribute1 "attr27032") ) +(myObject (attribute1 "attr27033") ) +(myObject (attribute1 "attr27034") ) +(myObject (attribute1 "attr27035") ) +(myObject (attribute1 "attr27036") ) +(myObject (attribute1 "attr27037") ) +(myObject (attribute1 "attr27038") ) +(myObject (attribute1 "attr27039") ) +(myObject (attribute1 "attr27040") ) +(myObject (attribute1 "attr27041") ) +(myObject (attribute1 "attr27042") ) +(myObject (attribute1 "attr27043") ) +(myObject (attribute1 "attr27044") ) +(myObject (attribute1 "attr27045") ) +(myObject (attribute1 "attr27046") ) +(myObject (attribute1 "attr27047") ) +(myObject (attribute1 "attr27048") ) +(myObject (attribute1 "attr27049") ) +(myObject (attribute1 "attr27050") ) +(myObject (attribute1 "attr27051") ) +(myObject (attribute1 "attr27052") ) +(myObject (attribute1 "attr27053") ) +(myObject (attribute1 "attr27054") ) +(myObject (attribute1 "attr27055") ) +(myObject (attribute1 "attr27056") ) +(myObject (attribute1 "attr27057") ) +(myObject (attribute1 "attr27058") ) +(myObject (attribute1 "attr27059") ) +(myObject (attribute1 "attr27060") ) +(myObject (attribute1 "attr27061") ) +(myObject (attribute1 "attr27062") ) +(myObject (attribute1 "attr27063") ) +(myObject (attribute1 "attr27064") ) +(myObject (attribute1 "attr27065") ) +(myObject (attribute1 "attr27066") ) +(myObject (attribute1 "attr27067") ) +(myObject (attribute1 "attr27068") ) +(myObject (attribute1 "attr27069") ) +(myObject (attribute1 "attr27070") ) +(myObject (attribute1 "attr27071") ) +(myObject (attribute1 "attr27072") ) +(myObject (attribute1 "attr27073") ) +(myObject (attribute1 "attr27074") ) +(myObject (attribute1 "attr27075") ) +(myObject (attribute1 "attr27076") ) +(myObject (attribute1 "attr27077") ) +(myObject (attribute1 "attr27078") ) +(myObject (attribute1 "attr27079") ) +(myObject (attribute1 "attr27080") ) +(myObject (attribute1 "attr27081") ) +(myObject (attribute1 "attr27082") ) +(myObject (attribute1 "attr27083") ) +(myObject (attribute1 "attr27084") ) +(myObject (attribute1 "attr27085") ) +(myObject (attribute1 "attr27086") ) +(myObject (attribute1 "attr27087") ) +(myObject (attribute1 "attr27088") ) +(myObject (attribute1 "attr27089") ) +(myObject (attribute1 "attr27090") ) +(myObject (attribute1 "attr27091") ) +(myObject (attribute1 "attr27092") ) +(myObject (attribute1 "attr27093") ) +(myObject (attribute1 "attr27094") ) +(myObject (attribute1 "attr27095") ) +(myObject (attribute1 "attr27096") ) +(myObject (attribute1 "attr27097") ) +(myObject (attribute1 "attr27098") ) +(myObject (attribute1 "attr27099") ) +(myObject (attribute1 "attr27100") ) +(myObject (attribute1 "attr27101") ) +(myObject (attribute1 "attr27102") ) +(myObject (attribute1 "attr27103") ) +(myObject (attribute1 "attr27104") ) +(myObject (attribute1 "attr27105") ) +(myObject (attribute1 "attr27106") ) +(myObject (attribute1 "attr27107") ) +(myObject (attribute1 "attr27108") ) +(myObject (attribute1 "attr27109") ) +(myObject (attribute1 "attr27110") ) +(myObject (attribute1 "attr27111") ) +(myObject (attribute1 "attr27112") ) +(myObject (attribute1 "attr27113") ) +(myObject (attribute1 "attr27114") ) +(myObject (attribute1 "attr27115") ) +(myObject (attribute1 "attr27116") ) +(myObject (attribute1 "attr27117") ) +(myObject (attribute1 "attr27118") ) +(myObject (attribute1 "attr27119") ) +(myObject (attribute1 "attr27120") ) +(myObject (attribute1 "attr27121") ) +(myObject (attribute1 "attr27122") ) +(myObject (attribute1 "attr27123") ) +(myObject (attribute1 "attr27124") ) +(myObject (attribute1 "attr27125") ) +(myObject (attribute1 "attr27126") ) +(myObject (attribute1 "attr27127") ) +(myObject (attribute1 "attr27128") ) +(myObject (attribute1 "attr27129") ) +(myObject (attribute1 "attr27130") ) +(myObject (attribute1 "attr27131") ) +(myObject (attribute1 "attr27132") ) +(myObject (attribute1 "attr27133") ) +(myObject (attribute1 "attr27134") ) +(myObject (attribute1 "attr27135") ) +(myObject (attribute1 "attr27136") ) +(myObject (attribute1 "attr27137") ) +(myObject (attribute1 "attr27138") ) +(myObject (attribute1 "attr27139") ) +(myObject (attribute1 "attr27140") ) +(myObject (attribute1 "attr27141") ) +(myObject (attribute1 "attr27142") ) +(myObject (attribute1 "attr27143") ) +(myObject (attribute1 "attr27144") ) +(myObject (attribute1 "attr27145") ) +(myObject (attribute1 "attr27146") ) +(myObject (attribute1 "attr27147") ) +(myObject (attribute1 "attr27148") ) +(myObject (attribute1 "attr27149") ) +(myObject (attribute1 "attr27150") ) +(myObject (attribute1 "attr27151") ) +(myObject (attribute1 "attr27152") ) +(myObject (attribute1 "attr27153") ) +(myObject (attribute1 "attr27154") ) +(myObject (attribute1 "attr27155") ) +(myObject (attribute1 "attr27156") ) +(myObject (attribute1 "attr27157") ) +(myObject (attribute1 "attr27158") ) +(myObject (attribute1 "attr27159") ) +(myObject (attribute1 "attr27160") ) +(myObject (attribute1 "attr27161") ) +(myObject (attribute1 "attr27162") ) +(myObject (attribute1 "attr27163") ) +(myObject (attribute1 "attr27164") ) +(myObject (attribute1 "attr27165") ) +(myObject (attribute1 "attr27166") ) +(myObject (attribute1 "attr27167") ) +(myObject (attribute1 "attr27168") ) +(myObject (attribute1 "attr27169") ) +(myObject (attribute1 "attr27170") ) +(myObject (attribute1 "attr27171") ) +(myObject (attribute1 "attr27172") ) +(myObject (attribute1 "attr27173") ) +(myObject (attribute1 "attr27174") ) +(myObject (attribute1 "attr27175") ) +(myObject (attribute1 "attr27176") ) +(myObject (attribute1 "attr27177") ) +(myObject (attribute1 "attr27178") ) +(myObject (attribute1 "attr27179") ) +(myObject (attribute1 "attr27180") ) +(myObject (attribute1 "attr27181") ) +(myObject (attribute1 "attr27182") ) +(myObject (attribute1 "attr27183") ) +(myObject (attribute1 "attr27184") ) +(myObject (attribute1 "attr27185") ) +(myObject (attribute1 "attr27186") ) +(myObject (attribute1 "attr27187") ) +(myObject (attribute1 "attr27188") ) +(myObject (attribute1 "attr27189") ) +(myObject (attribute1 "attr27190") ) +(myObject (attribute1 "attr27191") ) +(myObject (attribute1 "attr27192") ) +(myObject (attribute1 "attr27193") ) +(myObject (attribute1 "attr27194") ) +(myObject (attribute1 "attr27195") ) +(myObject (attribute1 "attr27196") ) +(myObject (attribute1 "attr27197") ) +(myObject (attribute1 "attr27198") ) +(myObject (attribute1 "attr27199") ) +(myObject (attribute1 "attr27200") ) +(myObject (attribute1 "attr27201") ) +(myObject (attribute1 "attr27202") ) +(myObject (attribute1 "attr27203") ) +(myObject (attribute1 "attr27204") ) +(myObject (attribute1 "attr27205") ) +(myObject (attribute1 "attr27206") ) +(myObject (attribute1 "attr27207") ) +(myObject (attribute1 "attr27208") ) +(myObject (attribute1 "attr27209") ) +(myObject (attribute1 "attr27210") ) +(myObject (attribute1 "attr27211") ) +(myObject (attribute1 "attr27212") ) +(myObject (attribute1 "attr27213") ) +(myObject (attribute1 "attr27214") ) +(myObject (attribute1 "attr27215") ) +(myObject (attribute1 "attr27216") ) +(myObject (attribute1 "attr27217") ) +(myObject (attribute1 "attr27218") ) +(myObject (attribute1 "attr27219") ) +(myObject (attribute1 "attr27220") ) +(myObject (attribute1 "attr27221") ) +(myObject (attribute1 "attr27222") ) +(myObject (attribute1 "attr27223") ) +(myObject (attribute1 "attr27224") ) +(myObject (attribute1 "attr27225") ) +(myObject (attribute1 "attr27226") ) +(myObject (attribute1 "attr27227") ) +(myObject (attribute1 "attr27228") ) +(myObject (attribute1 "attr27229") ) +(myObject (attribute1 "attr27230") ) +(myObject (attribute1 "attr27231") ) +(myObject (attribute1 "attr27232") ) +(myObject (attribute1 "attr27233") ) +(myObject (attribute1 "attr27234") ) +(myObject (attribute1 "attr27235") ) +(myObject (attribute1 "attr27236") ) +(myObject (attribute1 "attr27237") ) +(myObject (attribute1 "attr27238") ) +(myObject (attribute1 "attr27239") ) +(myObject (attribute1 "attr27240") ) +(myObject (attribute1 "attr27241") ) +(myObject (attribute1 "attr27242") ) +(myObject (attribute1 "attr27243") ) +(myObject (attribute1 "attr27244") ) +(myObject (attribute1 "attr27245") ) +(myObject (attribute1 "attr27246") ) +(myObject (attribute1 "attr27247") ) +(myObject (attribute1 "attr27248") ) +(myObject (attribute1 "attr27249") ) +(myObject (attribute1 "attr27250") ) +(myObject (attribute1 "attr27251") ) +(myObject (attribute1 "attr27252") ) +(myObject (attribute1 "attr27253") ) +(myObject (attribute1 "attr27254") ) +(myObject (attribute1 "attr27255") ) +(myObject (attribute1 "attr27256") ) +(myObject (attribute1 "attr27257") ) +(myObject (attribute1 "attr27258") ) +(myObject (attribute1 "attr27259") ) +(myObject (attribute1 "attr27260") ) +(myObject (attribute1 "attr27261") ) +(myObject (attribute1 "attr27262") ) +(myObject (attribute1 "attr27263") ) +(myObject (attribute1 "attr27264") ) +(myObject (attribute1 "attr27265") ) +(myObject (attribute1 "attr27266") ) +(myObject (attribute1 "attr27267") ) +(myObject (attribute1 "attr27268") ) +(myObject (attribute1 "attr27269") ) +(myObject (attribute1 "attr27270") ) +(myObject (attribute1 "attr27271") ) +(myObject (attribute1 "attr27272") ) +(myObject (attribute1 "attr27273") ) +(myObject (attribute1 "attr27274") ) +(myObject (attribute1 "attr27275") ) +(myObject (attribute1 "attr27276") ) +(myObject (attribute1 "attr27277") ) +(myObject (attribute1 "attr27278") ) +(myObject (attribute1 "attr27279") ) +(myObject (attribute1 "attr27280") ) +(myObject (attribute1 "attr27281") ) +(myObject (attribute1 "attr27282") ) +(myObject (attribute1 "attr27283") ) +(myObject (attribute1 "attr27284") ) +(myObject (attribute1 "attr27285") ) +(myObject (attribute1 "attr27286") ) +(myObject (attribute1 "attr27287") ) +(myObject (attribute1 "attr27288") ) +(myObject (attribute1 "attr27289") ) +(myObject (attribute1 "attr27290") ) +(myObject (attribute1 "attr27291") ) +(myObject (attribute1 "attr27292") ) +(myObject (attribute1 "attr27293") ) +(myObject (attribute1 "attr27294") ) +(myObject (attribute1 "attr27295") ) +(myObject (attribute1 "attr27296") ) +(myObject (attribute1 "attr27297") ) +(myObject (attribute1 "attr27298") ) +(myObject (attribute1 "attr27299") ) +(myObject (attribute1 "attr27300") ) +(myObject (attribute1 "attr27301") ) +(myObject (attribute1 "attr27302") ) +(myObject (attribute1 "attr27303") ) +(myObject (attribute1 "attr27304") ) +(myObject (attribute1 "attr27305") ) +(myObject (attribute1 "attr27306") ) +(myObject (attribute1 "attr27307") ) +(myObject (attribute1 "attr27308") ) +(myObject (attribute1 "attr27309") ) +(myObject (attribute1 "attr27310") ) +(myObject (attribute1 "attr27311") ) +(myObject (attribute1 "attr27312") ) +(myObject (attribute1 "attr27313") ) +(myObject (attribute1 "attr27314") ) +(myObject (attribute1 "attr27315") ) +(myObject (attribute1 "attr27316") ) +(myObject (attribute1 "attr27317") ) +(myObject (attribute1 "attr27318") ) +(myObject (attribute1 "attr27319") ) +(myObject (attribute1 "attr27320") ) +(myObject (attribute1 "attr27321") ) +(myObject (attribute1 "attr27322") ) +(myObject (attribute1 "attr27323") ) +(myObject (attribute1 "attr27324") ) +(myObject (attribute1 "attr27325") ) +(myObject (attribute1 "attr27326") ) +(myObject (attribute1 "attr27327") ) +(myObject (attribute1 "attr27328") ) +(myObject (attribute1 "attr27329") ) +(myObject (attribute1 "attr27330") ) +(myObject (attribute1 "attr27331") ) +(myObject (attribute1 "attr27332") ) +(myObject (attribute1 "attr27333") ) +(myObject (attribute1 "attr27334") ) +(myObject (attribute1 "attr27335") ) +(myObject (attribute1 "attr27336") ) +(myObject (attribute1 "attr27337") ) +(myObject (attribute1 "attr27338") ) +(myObject (attribute1 "attr27339") ) +(myObject (attribute1 "attr27340") ) +(myObject (attribute1 "attr27341") ) +(myObject (attribute1 "attr27342") ) +(myObject (attribute1 "attr27343") ) +(myObject (attribute1 "attr27344") ) +(myObject (attribute1 "attr27345") ) +(myObject (attribute1 "attr27346") ) +(myObject (attribute1 "attr27347") ) +(myObject (attribute1 "attr27348") ) +(myObject (attribute1 "attr27349") ) +(myObject (attribute1 "attr27350") ) +(myObject (attribute1 "attr27351") ) +(myObject (attribute1 "attr27352") ) +(myObject (attribute1 "attr27353") ) +(myObject (attribute1 "attr27354") ) +(myObject (attribute1 "attr27355") ) +(myObject (attribute1 "attr27356") ) +(myObject (attribute1 "attr27357") ) +(myObject (attribute1 "attr27358") ) +(myObject (attribute1 "attr27359") ) +(myObject (attribute1 "attr27360") ) +(myObject (attribute1 "attr27361") ) +(myObject (attribute1 "attr27362") ) +(myObject (attribute1 "attr27363") ) +(myObject (attribute1 "attr27364") ) +(myObject (attribute1 "attr27365") ) +(myObject (attribute1 "attr27366") ) +(myObject (attribute1 "attr27367") ) +(myObject (attribute1 "attr27368") ) +(myObject (attribute1 "attr27369") ) +(myObject (attribute1 "attr27370") ) +(myObject (attribute1 "attr27371") ) +(myObject (attribute1 "attr27372") ) +(myObject (attribute1 "attr27373") ) +(myObject (attribute1 "attr27374") ) +(myObject (attribute1 "attr27375") ) +(myObject (attribute1 "attr27376") ) +(myObject (attribute1 "attr27377") ) +(myObject (attribute1 "attr27378") ) +(myObject (attribute1 "attr27379") ) +(myObject (attribute1 "attr27380") ) +(myObject (attribute1 "attr27381") ) +(myObject (attribute1 "attr27382") ) +(myObject (attribute1 "attr27383") ) +(myObject (attribute1 "attr27384") ) +(myObject (attribute1 "attr27385") ) +(myObject (attribute1 "attr27386") ) +(myObject (attribute1 "attr27387") ) +(myObject (attribute1 "attr27388") ) +(myObject (attribute1 "attr27389") ) +(myObject (attribute1 "attr27390") ) +(myObject (attribute1 "attr27391") ) +(myObject (attribute1 "attr27392") ) +(myObject (attribute1 "attr27393") ) +(myObject (attribute1 "attr27394") ) +(myObject (attribute1 "attr27395") ) +(myObject (attribute1 "attr27396") ) +(myObject (attribute1 "attr27397") ) +(myObject (attribute1 "attr27398") ) +(myObject (attribute1 "attr27399") ) +(myObject (attribute1 "attr27400") ) +(myObject (attribute1 "attr27401") ) +(myObject (attribute1 "attr27402") ) +(myObject (attribute1 "attr27403") ) +(myObject (attribute1 "attr27404") ) +(myObject (attribute1 "attr27405") ) +(myObject (attribute1 "attr27406") ) +(myObject (attribute1 "attr27407") ) +(myObject (attribute1 "attr27408") ) +(myObject (attribute1 "attr27409") ) +(myObject (attribute1 "attr27410") ) +(myObject (attribute1 "attr27411") ) +(myObject (attribute1 "attr27412") ) +(myObject (attribute1 "attr27413") ) +(myObject (attribute1 "attr27414") ) +(myObject (attribute1 "attr27415") ) +(myObject (attribute1 "attr27416") ) +(myObject (attribute1 "attr27417") ) +(myObject (attribute1 "attr27418") ) +(myObject (attribute1 "attr27419") ) +(myObject (attribute1 "attr27420") ) +(myObject (attribute1 "attr27421") ) +(myObject (attribute1 "attr27422") ) +(myObject (attribute1 "attr27423") ) +(myObject (attribute1 "attr27424") ) +(myObject (attribute1 "attr27425") ) +(myObject (attribute1 "attr27426") ) +(myObject (attribute1 "attr27427") ) +(myObject (attribute1 "attr27428") ) +(myObject (attribute1 "attr27429") ) +(myObject (attribute1 "attr27430") ) +(myObject (attribute1 "attr27431") ) +(myObject (attribute1 "attr27432") ) +(myObject (attribute1 "attr27433") ) +(myObject (attribute1 "attr27434") ) +(myObject (attribute1 "attr27435") ) +(myObject (attribute1 "attr27436") ) +(myObject (attribute1 "attr27437") ) +(myObject (attribute1 "attr27438") ) +(myObject (attribute1 "attr27439") ) +(myObject (attribute1 "attr27440") ) +(myObject (attribute1 "attr27441") ) +(myObject (attribute1 "attr27442") ) +(myObject (attribute1 "attr27443") ) +(myObject (attribute1 "attr27444") ) +(myObject (attribute1 "attr27445") ) +(myObject (attribute1 "attr27446") ) +(myObject (attribute1 "attr27447") ) +(myObject (attribute1 "attr27448") ) +(myObject (attribute1 "attr27449") ) +(myObject (attribute1 "attr27450") ) +(myObject (attribute1 "attr27451") ) +(myObject (attribute1 "attr27452") ) +(myObject (attribute1 "attr27453") ) +(myObject (attribute1 "attr27454") ) +(myObject (attribute1 "attr27455") ) +(myObject (attribute1 "attr27456") ) +(myObject (attribute1 "attr27457") ) +(myObject (attribute1 "attr27458") ) +(myObject (attribute1 "attr27459") ) +(myObject (attribute1 "attr27460") ) +(myObject (attribute1 "attr27461") ) +(myObject (attribute1 "attr27462") ) +(myObject (attribute1 "attr27463") ) +(myObject (attribute1 "attr27464") ) +(myObject (attribute1 "attr27465") ) +(myObject (attribute1 "attr27466") ) +(myObject (attribute1 "attr27467") ) +(myObject (attribute1 "attr27468") ) +(myObject (attribute1 "attr27469") ) +(myObject (attribute1 "attr27470") ) +(myObject (attribute1 "attr27471") ) +(myObject (attribute1 "attr27472") ) +(myObject (attribute1 "attr27473") ) +(myObject (attribute1 "attr27474") ) +(myObject (attribute1 "attr27475") ) +(myObject (attribute1 "attr27476") ) +(myObject (attribute1 "attr27477") ) +(myObject (attribute1 "attr27478") ) +(myObject (attribute1 "attr27479") ) +(myObject (attribute1 "attr27480") ) +(myObject (attribute1 "attr27481") ) +(myObject (attribute1 "attr27482") ) +(myObject (attribute1 "attr27483") ) +(myObject (attribute1 "attr27484") ) +(myObject (attribute1 "attr27485") ) +(myObject (attribute1 "attr27486") ) +(myObject (attribute1 "attr27487") ) +(myObject (attribute1 "attr27488") ) +(myObject (attribute1 "attr27489") ) +(myObject (attribute1 "attr27490") ) +(myObject (attribute1 "attr27491") ) +(myObject (attribute1 "attr27492") ) +(myObject (attribute1 "attr27493") ) +(myObject (attribute1 "attr27494") ) +(myObject (attribute1 "attr27495") ) +(myObject (attribute1 "attr27496") ) +(myObject (attribute1 "attr27497") ) +(myObject (attribute1 "attr27498") ) +(myObject (attribute1 "attr27499") ) +(myObject (attribute1 "attr27500") ) +(myObject (attribute1 "attr27501") ) +(myObject (attribute1 "attr27502") ) +(myObject (attribute1 "attr27503") ) +(myObject (attribute1 "attr27504") ) +(myObject (attribute1 "attr27505") ) +(myObject (attribute1 "attr27506") ) +(myObject (attribute1 "attr27507") ) +(myObject (attribute1 "attr27508") ) +(myObject (attribute1 "attr27509") ) +(myObject (attribute1 "attr27510") ) +(myObject (attribute1 "attr27511") ) +(myObject (attribute1 "attr27512") ) +(myObject (attribute1 "attr27513") ) +(myObject (attribute1 "attr27514") ) +(myObject (attribute1 "attr27515") ) +(myObject (attribute1 "attr27516") ) +(myObject (attribute1 "attr27517") ) +(myObject (attribute1 "attr27518") ) +(myObject (attribute1 "attr27519") ) +(myObject (attribute1 "attr27520") ) +(myObject (attribute1 "attr27521") ) +(myObject (attribute1 "attr27522") ) +(myObject (attribute1 "attr27523") ) +(myObject (attribute1 "attr27524") ) +(myObject (attribute1 "attr27525") ) +(myObject (attribute1 "attr27526") ) +(myObject (attribute1 "attr27527") ) +(myObject (attribute1 "attr27528") ) +(myObject (attribute1 "attr27529") ) +(myObject (attribute1 "attr27530") ) +(myObject (attribute1 "attr27531") ) +(myObject (attribute1 "attr27532") ) +(myObject (attribute1 "attr27533") ) +(myObject (attribute1 "attr27534") ) +(myObject (attribute1 "attr27535") ) +(myObject (attribute1 "attr27536") ) +(myObject (attribute1 "attr27537") ) +(myObject (attribute1 "attr27538") ) +(myObject (attribute1 "attr27539") ) +(myObject (attribute1 "attr27540") ) +(myObject (attribute1 "attr27541") ) +(myObject (attribute1 "attr27542") ) +(myObject (attribute1 "attr27543") ) +(myObject (attribute1 "attr27544") ) +(myObject (attribute1 "attr27545") ) +(myObject (attribute1 "attr27546") ) +(myObject (attribute1 "attr27547") ) +(myObject (attribute1 "attr27548") ) +(myObject (attribute1 "attr27549") ) +(myObject (attribute1 "attr27550") ) +(myObject (attribute1 "attr27551") ) +(myObject (attribute1 "attr27552") ) +(myObject (attribute1 "attr27553") ) +(myObject (attribute1 "attr27554") ) +(myObject (attribute1 "attr27555") ) +(myObject (attribute1 "attr27556") ) +(myObject (attribute1 "attr27557") ) +(myObject (attribute1 "attr27558") ) +(myObject (attribute1 "attr27559") ) +(myObject (attribute1 "attr27560") ) +(myObject (attribute1 "attr27561") ) +(myObject (attribute1 "attr27562") ) +(myObject (attribute1 "attr27563") ) +(myObject (attribute1 "attr27564") ) +(myObject (attribute1 "attr27565") ) +(myObject (attribute1 "attr27566") ) +(myObject (attribute1 "attr27567") ) +(myObject (attribute1 "attr27568") ) +(myObject (attribute1 "attr27569") ) +(myObject (attribute1 "attr27570") ) +(myObject (attribute1 "attr27571") ) +(myObject (attribute1 "attr27572") ) +(myObject (attribute1 "attr27573") ) +(myObject (attribute1 "attr27574") ) +(myObject (attribute1 "attr27575") ) +(myObject (attribute1 "attr27576") ) +(myObject (attribute1 "attr27577") ) +(myObject (attribute1 "attr27578") ) +(myObject (attribute1 "attr27579") ) +(myObject (attribute1 "attr27580") ) +(myObject (attribute1 "attr27581") ) +(myObject (attribute1 "attr27582") ) +(myObject (attribute1 "attr27583") ) +(myObject (attribute1 "attr27584") ) +(myObject (attribute1 "attr27585") ) +(myObject (attribute1 "attr27586") ) +(myObject (attribute1 "attr27587") ) +(myObject (attribute1 "attr27588") ) +(myObject (attribute1 "attr27589") ) +(myObject (attribute1 "attr27590") ) +(myObject (attribute1 "attr27591") ) +(myObject (attribute1 "attr27592") ) +(myObject (attribute1 "attr27593") ) +(myObject (attribute1 "attr27594") ) +(myObject (attribute1 "attr27595") ) +(myObject (attribute1 "attr27596") ) +(myObject (attribute1 "attr27597") ) +(myObject (attribute1 "attr27598") ) +(myObject (attribute1 "attr27599") ) +(myObject (attribute1 "attr27600") ) +(myObject (attribute1 "attr27601") ) +(myObject (attribute1 "attr27602") ) +(myObject (attribute1 "attr27603") ) +(myObject (attribute1 "attr27604") ) +(myObject (attribute1 "attr27605") ) +(myObject (attribute1 "attr27606") ) +(myObject (attribute1 "attr27607") ) +(myObject (attribute1 "attr27608") ) +(myObject (attribute1 "attr27609") ) +(myObject (attribute1 "attr27610") ) +(myObject (attribute1 "attr27611") ) +(myObject (attribute1 "attr27612") ) +(myObject (attribute1 "attr27613") ) +(myObject (attribute1 "attr27614") ) +(myObject (attribute1 "attr27615") ) +(myObject (attribute1 "attr27616") ) +(myObject (attribute1 "attr27617") ) +(myObject (attribute1 "attr27618") ) +(myObject (attribute1 "attr27619") ) +(myObject (attribute1 "attr27620") ) +(myObject (attribute1 "attr27621") ) +(myObject (attribute1 "attr27622") ) +(myObject (attribute1 "attr27623") ) +(myObject (attribute1 "attr27624") ) +(myObject (attribute1 "attr27625") ) +(myObject (attribute1 "attr27626") ) +(myObject (attribute1 "attr27627") ) +(myObject (attribute1 "attr27628") ) +(myObject (attribute1 "attr27629") ) +(myObject (attribute1 "attr27630") ) +(myObject (attribute1 "attr27631") ) +(myObject (attribute1 "attr27632") ) +(myObject (attribute1 "attr27633") ) +(myObject (attribute1 "attr27634") ) +(myObject (attribute1 "attr27635") ) +(myObject (attribute1 "attr27636") ) +(myObject (attribute1 "attr27637") ) +(myObject (attribute1 "attr27638") ) +(myObject (attribute1 "attr27639") ) +(myObject (attribute1 "attr27640") ) +(myObject (attribute1 "attr27641") ) +(myObject (attribute1 "attr27642") ) +(myObject (attribute1 "attr27643") ) +(myObject (attribute1 "attr27644") ) +(myObject (attribute1 "attr27645") ) +(myObject (attribute1 "attr27646") ) +(myObject (attribute1 "attr27647") ) +(myObject (attribute1 "attr27648") ) +(myObject (attribute1 "attr27649") ) +(myObject (attribute1 "attr27650") ) +(myObject (attribute1 "attr27651") ) +(myObject (attribute1 "attr27652") ) +(myObject (attribute1 "attr27653") ) +(myObject (attribute1 "attr27654") ) +(myObject (attribute1 "attr27655") ) +(myObject (attribute1 "attr27656") ) +(myObject (attribute1 "attr27657") ) +(myObject (attribute1 "attr27658") ) +(myObject (attribute1 "attr27659") ) +(myObject (attribute1 "attr27660") ) +(myObject (attribute1 "attr27661") ) +(myObject (attribute1 "attr27662") ) +(myObject (attribute1 "attr27663") ) +(myObject (attribute1 "attr27664") ) +(myObject (attribute1 "attr27665") ) +(myObject (attribute1 "attr27666") ) +(myObject (attribute1 "attr27667") ) +(myObject (attribute1 "attr27668") ) +(myObject (attribute1 "attr27669") ) +(myObject (attribute1 "attr27670") ) +(myObject (attribute1 "attr27671") ) +(myObject (attribute1 "attr27672") ) +(myObject (attribute1 "attr27673") ) +(myObject (attribute1 "attr27674") ) +(myObject (attribute1 "attr27675") ) +(myObject (attribute1 "attr27676") ) +(myObject (attribute1 "attr27677") ) +(myObject (attribute1 "attr27678") ) +(myObject (attribute1 "attr27679") ) +(myObject (attribute1 "attr27680") ) +(myObject (attribute1 "attr27681") ) +(myObject (attribute1 "attr27682") ) +(myObject (attribute1 "attr27683") ) +(myObject (attribute1 "attr27684") ) +(myObject (attribute1 "attr27685") ) +(myObject (attribute1 "attr27686") ) +(myObject (attribute1 "attr27687") ) +(myObject (attribute1 "attr27688") ) +(myObject (attribute1 "attr27689") ) +(myObject (attribute1 "attr27690") ) +(myObject (attribute1 "attr27691") ) +(myObject (attribute1 "attr27692") ) +(myObject (attribute1 "attr27693") ) +(myObject (attribute1 "attr27694") ) +(myObject (attribute1 "attr27695") ) +(myObject (attribute1 "attr27696") ) +(myObject (attribute1 "attr27697") ) +(myObject (attribute1 "attr27698") ) +(myObject (attribute1 "attr27699") ) +(myObject (attribute1 "attr27700") ) +(myObject (attribute1 "attr27701") ) +(myObject (attribute1 "attr27702") ) +(myObject (attribute1 "attr27703") ) +(myObject (attribute1 "attr27704") ) +(myObject (attribute1 "attr27705") ) +(myObject (attribute1 "attr27706") ) +(myObject (attribute1 "attr27707") ) +(myObject (attribute1 "attr27708") ) +(myObject (attribute1 "attr27709") ) +(myObject (attribute1 "attr27710") ) +(myObject (attribute1 "attr27711") ) +(myObject (attribute1 "attr27712") ) +(myObject (attribute1 "attr27713") ) +(myObject (attribute1 "attr27714") ) +(myObject (attribute1 "attr27715") ) +(myObject (attribute1 "attr27716") ) +(myObject (attribute1 "attr27717") ) +(myObject (attribute1 "attr27718") ) +(myObject (attribute1 "attr27719") ) +(myObject (attribute1 "attr27720") ) +(myObject (attribute1 "attr27721") ) +(myObject (attribute1 "attr27722") ) +(myObject (attribute1 "attr27723") ) +(myObject (attribute1 "attr27724") ) +(myObject (attribute1 "attr27725") ) +(myObject (attribute1 "attr27726") ) +(myObject (attribute1 "attr27727") ) +(myObject (attribute1 "attr27728") ) +(myObject (attribute1 "attr27729") ) +(myObject (attribute1 "attr27730") ) +(myObject (attribute1 "attr27731") ) +(myObject (attribute1 "attr27732") ) +(myObject (attribute1 "attr27733") ) +(myObject (attribute1 "attr27734") ) +(myObject (attribute1 "attr27735") ) +(myObject (attribute1 "attr27736") ) +(myObject (attribute1 "attr27737") ) +(myObject (attribute1 "attr27738") ) +(myObject (attribute1 "attr27739") ) +(myObject (attribute1 "attr27740") ) +(myObject (attribute1 "attr27741") ) +(myObject (attribute1 "attr27742") ) +(myObject (attribute1 "attr27743") ) +(myObject (attribute1 "attr27744") ) +(myObject (attribute1 "attr27745") ) +(myObject (attribute1 "attr27746") ) +(myObject (attribute1 "attr27747") ) +(myObject (attribute1 "attr27748") ) +(myObject (attribute1 "attr27749") ) +(myObject (attribute1 "attr27750") ) +(myObject (attribute1 "attr27751") ) +(myObject (attribute1 "attr27752") ) +(myObject (attribute1 "attr27753") ) +(myObject (attribute1 "attr27754") ) +(myObject (attribute1 "attr27755") ) +(myObject (attribute1 "attr27756") ) +(myObject (attribute1 "attr27757") ) +(myObject (attribute1 "attr27758") ) +(myObject (attribute1 "attr27759") ) +(myObject (attribute1 "attr27760") ) +(myObject (attribute1 "attr27761") ) +(myObject (attribute1 "attr27762") ) +(myObject (attribute1 "attr27763") ) +(myObject (attribute1 "attr27764") ) +(myObject (attribute1 "attr27765") ) +(myObject (attribute1 "attr27766") ) +(myObject (attribute1 "attr27767") ) +(myObject (attribute1 "attr27768") ) +(myObject (attribute1 "attr27769") ) +(myObject (attribute1 "attr27770") ) +(myObject (attribute1 "attr27771") ) +(myObject (attribute1 "attr27772") ) +(myObject (attribute1 "attr27773") ) +(myObject (attribute1 "attr27774") ) +(myObject (attribute1 "attr27775") ) +(myObject (attribute1 "attr27776") ) +(myObject (attribute1 "attr27777") ) +(myObject (attribute1 "attr27778") ) +(myObject (attribute1 "attr27779") ) +(myObject (attribute1 "attr27780") ) +(myObject (attribute1 "attr27781") ) +(myObject (attribute1 "attr27782") ) +(myObject (attribute1 "attr27783") ) +(myObject (attribute1 "attr27784") ) +(myObject (attribute1 "attr27785") ) +(myObject (attribute1 "attr27786") ) +(myObject (attribute1 "attr27787") ) +(myObject (attribute1 "attr27788") ) +(myObject (attribute1 "attr27789") ) +(myObject (attribute1 "attr27790") ) +(myObject (attribute1 "attr27791") ) +(myObject (attribute1 "attr27792") ) +(myObject (attribute1 "attr27793") ) +(myObject (attribute1 "attr27794") ) +(myObject (attribute1 "attr27795") ) +(myObject (attribute1 "attr27796") ) +(myObject (attribute1 "attr27797") ) +(myObject (attribute1 "attr27798") ) +(myObject (attribute1 "attr27799") ) +(myObject (attribute1 "attr27800") ) +(myObject (attribute1 "attr27801") ) +(myObject (attribute1 "attr27802") ) +(myObject (attribute1 "attr27803") ) +(myObject (attribute1 "attr27804") ) +(myObject (attribute1 "attr27805") ) +(myObject (attribute1 "attr27806") ) +(myObject (attribute1 "attr27807") ) +(myObject (attribute1 "attr27808") ) +(myObject (attribute1 "attr27809") ) +(myObject (attribute1 "attr27810") ) +(myObject (attribute1 "attr27811") ) +(myObject (attribute1 "attr27812") ) +(myObject (attribute1 "attr27813") ) +(myObject (attribute1 "attr27814") ) +(myObject (attribute1 "attr27815") ) +(myObject (attribute1 "attr27816") ) +(myObject (attribute1 "attr27817") ) +(myObject (attribute1 "attr27818") ) +(myObject (attribute1 "attr27819") ) +(myObject (attribute1 "attr27820") ) +(myObject (attribute1 "attr27821") ) +(myObject (attribute1 "attr27822") ) +(myObject (attribute1 "attr27823") ) +(myObject (attribute1 "attr27824") ) +(myObject (attribute1 "attr27825") ) +(myObject (attribute1 "attr27826") ) +(myObject (attribute1 "attr27827") ) +(myObject (attribute1 "attr27828") ) +(myObject (attribute1 "attr27829") ) +(myObject (attribute1 "attr27830") ) +(myObject (attribute1 "attr27831") ) +(myObject (attribute1 "attr27832") ) +(myObject (attribute1 "attr27833") ) +(myObject (attribute1 "attr27834") ) +(myObject (attribute1 "attr27835") ) +(myObject (attribute1 "attr27836") ) +(myObject (attribute1 "attr27837") ) +(myObject (attribute1 "attr27838") ) +(myObject (attribute1 "attr27839") ) +(myObject (attribute1 "attr27840") ) +(myObject (attribute1 "attr27841") ) +(myObject (attribute1 "attr27842") ) +(myObject (attribute1 "attr27843") ) +(myObject (attribute1 "attr27844") ) +(myObject (attribute1 "attr27845") ) +(myObject (attribute1 "attr27846") ) +(myObject (attribute1 "attr27847") ) +(myObject (attribute1 "attr27848") ) +(myObject (attribute1 "attr27849") ) +(myObject (attribute1 "attr27850") ) +(myObject (attribute1 "attr27851") ) +(myObject (attribute1 "attr27852") ) +(myObject (attribute1 "attr27853") ) +(myObject (attribute1 "attr27854") ) +(myObject (attribute1 "attr27855") ) +(myObject (attribute1 "attr27856") ) +(myObject (attribute1 "attr27857") ) +(myObject (attribute1 "attr27858") ) +(myObject (attribute1 "attr27859") ) +(myObject (attribute1 "attr27860") ) +(myObject (attribute1 "attr27861") ) +(myObject (attribute1 "attr27862") ) +(myObject (attribute1 "attr27863") ) +(myObject (attribute1 "attr27864") ) +(myObject (attribute1 "attr27865") ) +(myObject (attribute1 "attr27866") ) +(myObject (attribute1 "attr27867") ) +(myObject (attribute1 "attr27868") ) +(myObject (attribute1 "attr27869") ) +(myObject (attribute1 "attr27870") ) +(myObject (attribute1 "attr27871") ) +(myObject (attribute1 "attr27872") ) +(myObject (attribute1 "attr27873") ) +(myObject (attribute1 "attr27874") ) +(myObject (attribute1 "attr27875") ) +(myObject (attribute1 "attr27876") ) +(myObject (attribute1 "attr27877") ) +(myObject (attribute1 "attr27878") ) +(myObject (attribute1 "attr27879") ) +(myObject (attribute1 "attr27880") ) +(myObject (attribute1 "attr27881") ) +(myObject (attribute1 "attr27882") ) +(myObject (attribute1 "attr27883") ) +(myObject (attribute1 "attr27884") ) +(myObject (attribute1 "attr27885") ) +(myObject (attribute1 "attr27886") ) +(myObject (attribute1 "attr27887") ) +(myObject (attribute1 "attr27888") ) +(myObject (attribute1 "attr27889") ) +(myObject (attribute1 "attr27890") ) +(myObject (attribute1 "attr27891") ) +(myObject (attribute1 "attr27892") ) +(myObject (attribute1 "attr27893") ) +(myObject (attribute1 "attr27894") ) +(myObject (attribute1 "attr27895") ) +(myObject (attribute1 "attr27896") ) +(myObject (attribute1 "attr27897") ) +(myObject (attribute1 "attr27898") ) +(myObject (attribute1 "attr27899") ) +(myObject (attribute1 "attr27900") ) +(myObject (attribute1 "attr27901") ) +(myObject (attribute1 "attr27902") ) +(myObject (attribute1 "attr27903") ) +(myObject (attribute1 "attr27904") ) +(myObject (attribute1 "attr27905") ) +(myObject (attribute1 "attr27906") ) +(myObject (attribute1 "attr27907") ) +(myObject (attribute1 "attr27908") ) +(myObject (attribute1 "attr27909") ) +(myObject (attribute1 "attr27910") ) +(myObject (attribute1 "attr27911") ) +(myObject (attribute1 "attr27912") ) +(myObject (attribute1 "attr27913") ) +(myObject (attribute1 "attr27914") ) +(myObject (attribute1 "attr27915") ) +(myObject (attribute1 "attr27916") ) +(myObject (attribute1 "attr27917") ) +(myObject (attribute1 "attr27918") ) +(myObject (attribute1 "attr27919") ) +(myObject (attribute1 "attr27920") ) +(myObject (attribute1 "attr27921") ) +(myObject (attribute1 "attr27922") ) +(myObject (attribute1 "attr27923") ) +(myObject (attribute1 "attr27924") ) +(myObject (attribute1 "attr27925") ) +(myObject (attribute1 "attr27926") ) +(myObject (attribute1 "attr27927") ) +(myObject (attribute1 "attr27928") ) +(myObject (attribute1 "attr27929") ) +(myObject (attribute1 "attr27930") ) +(myObject (attribute1 "attr27931") ) +(myObject (attribute1 "attr27932") ) +(myObject (attribute1 "attr27933") ) +(myObject (attribute1 "attr27934") ) +(myObject (attribute1 "attr27935") ) +(myObject (attribute1 "attr27936") ) +(myObject (attribute1 "attr27937") ) +(myObject (attribute1 "attr27938") ) +(myObject (attribute1 "attr27939") ) +(myObject (attribute1 "attr27940") ) +(myObject (attribute1 "attr27941") ) +(myObject (attribute1 "attr27942") ) +(myObject (attribute1 "attr27943") ) +(myObject (attribute1 "attr27944") ) +(myObject (attribute1 "attr27945") ) +(myObject (attribute1 "attr27946") ) +(myObject (attribute1 "attr27947") ) +(myObject (attribute1 "attr27948") ) +(myObject (attribute1 "attr27949") ) +(myObject (attribute1 "attr27950") ) +(myObject (attribute1 "attr27951") ) +(myObject (attribute1 "attr27952") ) +(myObject (attribute1 "attr27953") ) +(myObject (attribute1 "attr27954") ) +(myObject (attribute1 "attr27955") ) +(myObject (attribute1 "attr27956") ) +(myObject (attribute1 "attr27957") ) +(myObject (attribute1 "attr27958") ) +(myObject (attribute1 "attr27959") ) +(myObject (attribute1 "attr27960") ) +(myObject (attribute1 "attr27961") ) +(myObject (attribute1 "attr27962") ) +(myObject (attribute1 "attr27963") ) +(myObject (attribute1 "attr27964") ) +(myObject (attribute1 "attr27965") ) +(myObject (attribute1 "attr27966") ) +(myObject (attribute1 "attr27967") ) +(myObject (attribute1 "attr27968") ) +(myObject (attribute1 "attr27969") ) +(myObject (attribute1 "attr27970") ) +(myObject (attribute1 "attr27971") ) +(myObject (attribute1 "attr27972") ) +(myObject (attribute1 "attr27973") ) +(myObject (attribute1 "attr27974") ) +(myObject (attribute1 "attr27975") ) +(myObject (attribute1 "attr27976") ) +(myObject (attribute1 "attr27977") ) +(myObject (attribute1 "attr27978") ) +(myObject (attribute1 "attr27979") ) +(myObject (attribute1 "attr27980") ) +(myObject (attribute1 "attr27981") ) +(myObject (attribute1 "attr27982") ) +(myObject (attribute1 "attr27983") ) +(myObject (attribute1 "attr27984") ) +(myObject (attribute1 "attr27985") ) +(myObject (attribute1 "attr27986") ) +(myObject (attribute1 "attr27987") ) +(myObject (attribute1 "attr27988") ) +(myObject (attribute1 "attr27989") ) +(myObject (attribute1 "attr27990") ) +(myObject (attribute1 "attr27991") ) +(myObject (attribute1 "attr27992") ) +(myObject (attribute1 "attr27993") ) +(myObject (attribute1 "attr27994") ) +(myObject (attribute1 "attr27995") ) +(myObject (attribute1 "attr27996") ) +(myObject (attribute1 "attr27997") ) +(myObject (attribute1 "attr27998") ) +(myObject (attribute1 "attr27999") ) +(myObject (attribute1 "attr28000") ) +(myObject (attribute1 "attr28001") ) +(myObject (attribute1 "attr28002") ) +(myObject (attribute1 "attr28003") ) +(myObject (attribute1 "attr28004") ) +(myObject (attribute1 "attr28005") ) +(myObject (attribute1 "attr28006") ) +(myObject (attribute1 "attr28007") ) +(myObject (attribute1 "attr28008") ) +(myObject (attribute1 "attr28009") ) +(myObject (attribute1 "attr28010") ) +(myObject (attribute1 "attr28011") ) +(myObject (attribute1 "attr28012") ) +(myObject (attribute1 "attr28013") ) +(myObject (attribute1 "attr28014") ) +(myObject (attribute1 "attr28015") ) +(myObject (attribute1 "attr28016") ) +(myObject (attribute1 "attr28017") ) +(myObject (attribute1 "attr28018") ) +(myObject (attribute1 "attr28019") ) +(myObject (attribute1 "attr28020") ) +(myObject (attribute1 "attr28021") ) +(myObject (attribute1 "attr28022") ) +(myObject (attribute1 "attr28023") ) +(myObject (attribute1 "attr28024") ) +(myObject (attribute1 "attr28025") ) +(myObject (attribute1 "attr28026") ) +(myObject (attribute1 "attr28027") ) +(myObject (attribute1 "attr28028") ) +(myObject (attribute1 "attr28029") ) +(myObject (attribute1 "attr28030") ) +(myObject (attribute1 "attr28031") ) +(myObject (attribute1 "attr28032") ) +(myObject (attribute1 "attr28033") ) +(myObject (attribute1 "attr28034") ) +(myObject (attribute1 "attr28035") ) +(myObject (attribute1 "attr28036") ) +(myObject (attribute1 "attr28037") ) +(myObject (attribute1 "attr28038") ) +(myObject (attribute1 "attr28039") ) +(myObject (attribute1 "attr28040") ) +(myObject (attribute1 "attr28041") ) +(myObject (attribute1 "attr28042") ) +(myObject (attribute1 "attr28043") ) +(myObject (attribute1 "attr28044") ) +(myObject (attribute1 "attr28045") ) +(myObject (attribute1 "attr28046") ) +(myObject (attribute1 "attr28047") ) +(myObject (attribute1 "attr28048") ) +(myObject (attribute1 "attr28049") ) +(myObject (attribute1 "attr28050") ) +(myObject (attribute1 "attr28051") ) +(myObject (attribute1 "attr28052") ) +(myObject (attribute1 "attr28053") ) +(myObject (attribute1 "attr28054") ) +(myObject (attribute1 "attr28055") ) +(myObject (attribute1 "attr28056") ) +(myObject (attribute1 "attr28057") ) +(myObject (attribute1 "attr28058") ) +(myObject (attribute1 "attr28059") ) +(myObject (attribute1 "attr28060") ) +(myObject (attribute1 "attr28061") ) +(myObject (attribute1 "attr28062") ) +(myObject (attribute1 "attr28063") ) +(myObject (attribute1 "attr28064") ) +(myObject (attribute1 "attr28065") ) +(myObject (attribute1 "attr28066") ) +(myObject (attribute1 "attr28067") ) +(myObject (attribute1 "attr28068") ) +(myObject (attribute1 "attr28069") ) +(myObject (attribute1 "attr28070") ) +(myObject (attribute1 "attr28071") ) +(myObject (attribute1 "attr28072") ) +(myObject (attribute1 "attr28073") ) +(myObject (attribute1 "attr28074") ) +(myObject (attribute1 "attr28075") ) +(myObject (attribute1 "attr28076") ) +(myObject (attribute1 "attr28077") ) +(myObject (attribute1 "attr28078") ) +(myObject (attribute1 "attr28079") ) +(myObject (attribute1 "attr28080") ) +(myObject (attribute1 "attr28081") ) +(myObject (attribute1 "attr28082") ) +(myObject (attribute1 "attr28083") ) +(myObject (attribute1 "attr28084") ) +(myObject (attribute1 "attr28085") ) +(myObject (attribute1 "attr28086") ) +(myObject (attribute1 "attr28087") ) +(myObject (attribute1 "attr28088") ) +(myObject (attribute1 "attr28089") ) +(myObject (attribute1 "attr28090") ) +(myObject (attribute1 "attr28091") ) +(myObject (attribute1 "attr28092") ) +(myObject (attribute1 "attr28093") ) +(myObject (attribute1 "attr28094") ) +(myObject (attribute1 "attr28095") ) +(myObject (attribute1 "attr28096") ) +(myObject (attribute1 "attr28097") ) +(myObject (attribute1 "attr28098") ) +(myObject (attribute1 "attr28099") ) +(myObject (attribute1 "attr28100") ) +(myObject (attribute1 "attr28101") ) +(myObject (attribute1 "attr28102") ) +(myObject (attribute1 "attr28103") ) +(myObject (attribute1 "attr28104") ) +(myObject (attribute1 "attr28105") ) +(myObject (attribute1 "attr28106") ) +(myObject (attribute1 "attr28107") ) +(myObject (attribute1 "attr28108") ) +(myObject (attribute1 "attr28109") ) +(myObject (attribute1 "attr28110") ) +(myObject (attribute1 "attr28111") ) +(myObject (attribute1 "attr28112") ) +(myObject (attribute1 "attr28113") ) +(myObject (attribute1 "attr28114") ) +(myObject (attribute1 "attr28115") ) +(myObject (attribute1 "attr28116") ) +(myObject (attribute1 "attr28117") ) +(myObject (attribute1 "attr28118") ) +(myObject (attribute1 "attr28119") ) +(myObject (attribute1 "attr28120") ) +(myObject (attribute1 "attr28121") ) +(myObject (attribute1 "attr28122") ) +(myObject (attribute1 "attr28123") ) +(myObject (attribute1 "attr28124") ) +(myObject (attribute1 "attr28125") ) +(myObject (attribute1 "attr28126") ) +(myObject (attribute1 "attr28127") ) +(myObject (attribute1 "attr28128") ) +(myObject (attribute1 "attr28129") ) +(myObject (attribute1 "attr28130") ) +(myObject (attribute1 "attr28131") ) +(myObject (attribute1 "attr28132") ) +(myObject (attribute1 "attr28133") ) +(myObject (attribute1 "attr28134") ) +(myObject (attribute1 "attr28135") ) +(myObject (attribute1 "attr28136") ) +(myObject (attribute1 "attr28137") ) +(myObject (attribute1 "attr28138") ) +(myObject (attribute1 "attr28139") ) +(myObject (attribute1 "attr28140") ) +(myObject (attribute1 "attr28141") ) +(myObject (attribute1 "attr28142") ) +(myObject (attribute1 "attr28143") ) +(myObject (attribute1 "attr28144") ) +(myObject (attribute1 "attr28145") ) +(myObject (attribute1 "attr28146") ) +(myObject (attribute1 "attr28147") ) +(myObject (attribute1 "attr28148") ) +(myObject (attribute1 "attr28149") ) +(myObject (attribute1 "attr28150") ) +(myObject (attribute1 "attr28151") ) +(myObject (attribute1 "attr28152") ) +(myObject (attribute1 "attr28153") ) +(myObject (attribute1 "attr28154") ) +(myObject (attribute1 "attr28155") ) +(myObject (attribute1 "attr28156") ) +(myObject (attribute1 "attr28157") ) +(myObject (attribute1 "attr28158") ) +(myObject (attribute1 "attr28159") ) +(myObject (attribute1 "attr28160") ) +(myObject (attribute1 "attr28161") ) +(myObject (attribute1 "attr28162") ) +(myObject (attribute1 "attr28163") ) +(myObject (attribute1 "attr28164") ) +(myObject (attribute1 "attr28165") ) +(myObject (attribute1 "attr28166") ) +(myObject (attribute1 "attr28167") ) +(myObject (attribute1 "attr28168") ) +(myObject (attribute1 "attr28169") ) +(myObject (attribute1 "attr28170") ) +(myObject (attribute1 "attr28171") ) +(myObject (attribute1 "attr28172") ) +(myObject (attribute1 "attr28173") ) +(myObject (attribute1 "attr28174") ) +(myObject (attribute1 "attr28175") ) +(myObject (attribute1 "attr28176") ) +(myObject (attribute1 "attr28177") ) +(myObject (attribute1 "attr28178") ) +(myObject (attribute1 "attr28179") ) +(myObject (attribute1 "attr28180") ) +(myObject (attribute1 "attr28181") ) +(myObject (attribute1 "attr28182") ) +(myObject (attribute1 "attr28183") ) +(myObject (attribute1 "attr28184") ) +(myObject (attribute1 "attr28185") ) +(myObject (attribute1 "attr28186") ) +(myObject (attribute1 "attr28187") ) +(myObject (attribute1 "attr28188") ) +(myObject (attribute1 "attr28189") ) +(myObject (attribute1 "attr28190") ) +(myObject (attribute1 "attr28191") ) +(myObject (attribute1 "attr28192") ) +(myObject (attribute1 "attr28193") ) +(myObject (attribute1 "attr28194") ) +(myObject (attribute1 "attr28195") ) +(myObject (attribute1 "attr28196") ) +(myObject (attribute1 "attr28197") ) +(myObject (attribute1 "attr28198") ) +(myObject (attribute1 "attr28199") ) +(myObject (attribute1 "attr28200") ) +(myObject (attribute1 "attr28201") ) +(myObject (attribute1 "attr28202") ) +(myObject (attribute1 "attr28203") ) +(myObject (attribute1 "attr28204") ) +(myObject (attribute1 "attr28205") ) +(myObject (attribute1 "attr28206") ) +(myObject (attribute1 "attr28207") ) +(myObject (attribute1 "attr28208") ) +(myObject (attribute1 "attr28209") ) +(myObject (attribute1 "attr28210") ) +(myObject (attribute1 "attr28211") ) +(myObject (attribute1 "attr28212") ) +(myObject (attribute1 "attr28213") ) +(myObject (attribute1 "attr28214") ) +(myObject (attribute1 "attr28215") ) +(myObject (attribute1 "attr28216") ) +(myObject (attribute1 "attr28217") ) +(myObject (attribute1 "attr28218") ) +(myObject (attribute1 "attr28219") ) +(myObject (attribute1 "attr28220") ) +(myObject (attribute1 "attr28221") ) +(myObject (attribute1 "attr28222") ) +(myObject (attribute1 "attr28223") ) +(myObject (attribute1 "attr28224") ) +(myObject (attribute1 "attr28225") ) +(myObject (attribute1 "attr28226") ) +(myObject (attribute1 "attr28227") ) +(myObject (attribute1 "attr28228") ) +(myObject (attribute1 "attr28229") ) +(myObject (attribute1 "attr28230") ) +(myObject (attribute1 "attr28231") ) +(myObject (attribute1 "attr28232") ) +(myObject (attribute1 "attr28233") ) +(myObject (attribute1 "attr28234") ) +(myObject (attribute1 "attr28235") ) +(myObject (attribute1 "attr28236") ) +(myObject (attribute1 "attr28237") ) +(myObject (attribute1 "attr28238") ) +(myObject (attribute1 "attr28239") ) +(myObject (attribute1 "attr28240") ) +(myObject (attribute1 "attr28241") ) +(myObject (attribute1 "attr28242") ) +(myObject (attribute1 "attr28243") ) +(myObject (attribute1 "attr28244") ) +(myObject (attribute1 "attr28245") ) +(myObject (attribute1 "attr28246") ) +(myObject (attribute1 "attr28247") ) +(myObject (attribute1 "attr28248") ) +(myObject (attribute1 "attr28249") ) +(myObject (attribute1 "attr28250") ) +(myObject (attribute1 "attr28251") ) +(myObject (attribute1 "attr28252") ) +(myObject (attribute1 "attr28253") ) +(myObject (attribute1 "attr28254") ) +(myObject (attribute1 "attr28255") ) +(myObject (attribute1 "attr28256") ) +(myObject (attribute1 "attr28257") ) +(myObject (attribute1 "attr28258") ) +(myObject (attribute1 "attr28259") ) +(myObject (attribute1 "attr28260") ) +(myObject (attribute1 "attr28261") ) +(myObject (attribute1 "attr28262") ) +(myObject (attribute1 "attr28263") ) +(myObject (attribute1 "attr28264") ) +(myObject (attribute1 "attr28265") ) +(myObject (attribute1 "attr28266") ) +(myObject (attribute1 "attr28267") ) +(myObject (attribute1 "attr28268") ) +(myObject (attribute1 "attr28269") ) +(myObject (attribute1 "attr28270") ) +(myObject (attribute1 "attr28271") ) +(myObject (attribute1 "attr28272") ) +(myObject (attribute1 "attr28273") ) +(myObject (attribute1 "attr28274") ) +(myObject (attribute1 "attr28275") ) +(myObject (attribute1 "attr28276") ) +(myObject (attribute1 "attr28277") ) +(myObject (attribute1 "attr28278") ) +(myObject (attribute1 "attr28279") ) +(myObject (attribute1 "attr28280") ) +(myObject (attribute1 "attr28281") ) +(myObject (attribute1 "attr28282") ) +(myObject (attribute1 "attr28283") ) +(myObject (attribute1 "attr28284") ) +(myObject (attribute1 "attr28285") ) +(myObject (attribute1 "attr28286") ) +(myObject (attribute1 "attr28287") ) +(myObject (attribute1 "attr28288") ) +(myObject (attribute1 "attr28289") ) +(myObject (attribute1 "attr28290") ) +(myObject (attribute1 "attr28291") ) +(myObject (attribute1 "attr28292") ) +(myObject (attribute1 "attr28293") ) +(myObject (attribute1 "attr28294") ) +(myObject (attribute1 "attr28295") ) +(myObject (attribute1 "attr28296") ) +(myObject (attribute1 "attr28297") ) +(myObject (attribute1 "attr28298") ) +(myObject (attribute1 "attr28299") ) +(myObject (attribute1 "attr28300") ) +(myObject (attribute1 "attr28301") ) +(myObject (attribute1 "attr28302") ) +(myObject (attribute1 "attr28303") ) +(myObject (attribute1 "attr28304") ) +(myObject (attribute1 "attr28305") ) +(myObject (attribute1 "attr28306") ) +(myObject (attribute1 "attr28307") ) +(myObject (attribute1 "attr28308") ) +(myObject (attribute1 "attr28309") ) +(myObject (attribute1 "attr28310") ) +(myObject (attribute1 "attr28311") ) +(myObject (attribute1 "attr28312") ) +(myObject (attribute1 "attr28313") ) +(myObject (attribute1 "attr28314") ) +(myObject (attribute1 "attr28315") ) +(myObject (attribute1 "attr28316") ) +(myObject (attribute1 "attr28317") ) +(myObject (attribute1 "attr28318") ) +(myObject (attribute1 "attr28319") ) +(myObject (attribute1 "attr28320") ) +(myObject (attribute1 "attr28321") ) +(myObject (attribute1 "attr28322") ) +(myObject (attribute1 "attr28323") ) +(myObject (attribute1 "attr28324") ) +(myObject (attribute1 "attr28325") ) +(myObject (attribute1 "attr28326") ) +(myObject (attribute1 "attr28327") ) +(myObject (attribute1 "attr28328") ) +(myObject (attribute1 "attr28329") ) +(myObject (attribute1 "attr28330") ) +(myObject (attribute1 "attr28331") ) +(myObject (attribute1 "attr28332") ) +(myObject (attribute1 "attr28333") ) +(myObject (attribute1 "attr28334") ) +(myObject (attribute1 "attr28335") ) +(myObject (attribute1 "attr28336") ) +(myObject (attribute1 "attr28337") ) +(myObject (attribute1 "attr28338") ) +(myObject (attribute1 "attr28339") ) +(myObject (attribute1 "attr28340") ) +(myObject (attribute1 "attr28341") ) +(myObject (attribute1 "attr28342") ) +(myObject (attribute1 "attr28343") ) +(myObject (attribute1 "attr28344") ) +(myObject (attribute1 "attr28345") ) +(myObject (attribute1 "attr28346") ) +(myObject (attribute1 "attr28347") ) +(myObject (attribute1 "attr28348") ) +(myObject (attribute1 "attr28349") ) +(myObject (attribute1 "attr28350") ) +(myObject (attribute1 "attr28351") ) +(myObject (attribute1 "attr28352") ) +(myObject (attribute1 "attr28353") ) +(myObject (attribute1 "attr28354") ) +(myObject (attribute1 "attr28355") ) +(myObject (attribute1 "attr28356") ) +(myObject (attribute1 "attr28357") ) +(myObject (attribute1 "attr28358") ) +(myObject (attribute1 "attr28359") ) +(myObject (attribute1 "attr28360") ) +(myObject (attribute1 "attr28361") ) +(myObject (attribute1 "attr28362") ) +(myObject (attribute1 "attr28363") ) +(myObject (attribute1 "attr28364") ) +(myObject (attribute1 "attr28365") ) +(myObject (attribute1 "attr28366") ) +(myObject (attribute1 "attr28367") ) +(myObject (attribute1 "attr28368") ) +(myObject (attribute1 "attr28369") ) +(myObject (attribute1 "attr28370") ) +(myObject (attribute1 "attr28371") ) +(myObject (attribute1 "attr28372") ) +(myObject (attribute1 "attr28373") ) +(myObject (attribute1 "attr28374") ) +(myObject (attribute1 "attr28375") ) +(myObject (attribute1 "attr28376") ) +(myObject (attribute1 "attr28377") ) +(myObject (attribute1 "attr28378") ) +(myObject (attribute1 "attr28379") ) +(myObject (attribute1 "attr28380") ) +(myObject (attribute1 "attr28381") ) +(myObject (attribute1 "attr28382") ) +(myObject (attribute1 "attr28383") ) +(myObject (attribute1 "attr28384") ) +(myObject (attribute1 "attr28385") ) +(myObject (attribute1 "attr28386") ) +(myObject (attribute1 "attr28387") ) +(myObject (attribute1 "attr28388") ) +(myObject (attribute1 "attr28389") ) +(myObject (attribute1 "attr28390") ) +(myObject (attribute1 "attr28391") ) +(myObject (attribute1 "attr28392") ) +(myObject (attribute1 "attr28393") ) +(myObject (attribute1 "attr28394") ) +(myObject (attribute1 "attr28395") ) +(myObject (attribute1 "attr28396") ) +(myObject (attribute1 "attr28397") ) +(myObject (attribute1 "attr28398") ) +(myObject (attribute1 "attr28399") ) +(myObject (attribute1 "attr28400") ) +(myObject (attribute1 "attr28401") ) +(myObject (attribute1 "attr28402") ) +(myObject (attribute1 "attr28403") ) +(myObject (attribute1 "attr28404") ) +(myObject (attribute1 "attr28405") ) +(myObject (attribute1 "attr28406") ) +(myObject (attribute1 "attr28407") ) +(myObject (attribute1 "attr28408") ) +(myObject (attribute1 "attr28409") ) +(myObject (attribute1 "attr28410") ) +(myObject (attribute1 "attr28411") ) +(myObject (attribute1 "attr28412") ) +(myObject (attribute1 "attr28413") ) +(myObject (attribute1 "attr28414") ) +(myObject (attribute1 "attr28415") ) +(myObject (attribute1 "attr28416") ) +(myObject (attribute1 "attr28417") ) +(myObject (attribute1 "attr28418") ) +(myObject (attribute1 "attr28419") ) +(myObject (attribute1 "attr28420") ) +(myObject (attribute1 "attr28421") ) +(myObject (attribute1 "attr28422") ) +(myObject (attribute1 "attr28423") ) +(myObject (attribute1 "attr28424") ) +(myObject (attribute1 "attr28425") ) +(myObject (attribute1 "attr28426") ) +(myObject (attribute1 "attr28427") ) +(myObject (attribute1 "attr28428") ) +(myObject (attribute1 "attr28429") ) +(myObject (attribute1 "attr28430") ) +(myObject (attribute1 "attr28431") ) +(myObject (attribute1 "attr28432") ) +(myObject (attribute1 "attr28433") ) +(myObject (attribute1 "attr28434") ) +(myObject (attribute1 "attr28435") ) +(myObject (attribute1 "attr28436") ) +(myObject (attribute1 "attr28437") ) +(myObject (attribute1 "attr28438") ) +(myObject (attribute1 "attr28439") ) +(myObject (attribute1 "attr28440") ) +(myObject (attribute1 "attr28441") ) +(myObject (attribute1 "attr28442") ) +(myObject (attribute1 "attr28443") ) +(myObject (attribute1 "attr28444") ) +(myObject (attribute1 "attr28445") ) +(myObject (attribute1 "attr28446") ) +(myObject (attribute1 "attr28447") ) +(myObject (attribute1 "attr28448") ) +(myObject (attribute1 "attr28449") ) +(myObject (attribute1 "attr28450") ) +(myObject (attribute1 "attr28451") ) +(myObject (attribute1 "attr28452") ) +(myObject (attribute1 "attr28453") ) +(myObject (attribute1 "attr28454") ) +(myObject (attribute1 "attr28455") ) +(myObject (attribute1 "attr28456") ) +(myObject (attribute1 "attr28457") ) +(myObject (attribute1 "attr28458") ) +(myObject (attribute1 "attr28459") ) +(myObject (attribute1 "attr28460") ) +(myObject (attribute1 "attr28461") ) +(myObject (attribute1 "attr28462") ) +(myObject (attribute1 "attr28463") ) +(myObject (attribute1 "attr28464") ) +(myObject (attribute1 "attr28465") ) +(myObject (attribute1 "attr28466") ) +(myObject (attribute1 "attr28467") ) +(myObject (attribute1 "attr28468") ) +(myObject (attribute1 "attr28469") ) +(myObject (attribute1 "attr28470") ) +(myObject (attribute1 "attr28471") ) +(myObject (attribute1 "attr28472") ) +(myObject (attribute1 "attr28473") ) +(myObject (attribute1 "attr28474") ) +(myObject (attribute1 "attr28475") ) +(myObject (attribute1 "attr28476") ) +(myObject (attribute1 "attr28477") ) +(myObject (attribute1 "attr28478") ) +(myObject (attribute1 "attr28479") ) +(myObject (attribute1 "attr28480") ) +(myObject (attribute1 "attr28481") ) +(myObject (attribute1 "attr28482") ) +(myObject (attribute1 "attr28483") ) +(myObject (attribute1 "attr28484") ) +(myObject (attribute1 "attr28485") ) +(myObject (attribute1 "attr28486") ) +(myObject (attribute1 "attr28487") ) +(myObject (attribute1 "attr28488") ) +(myObject (attribute1 "attr28489") ) +(myObject (attribute1 "attr28490") ) +(myObject (attribute1 "attr28491") ) +(myObject (attribute1 "attr28492") ) +(myObject (attribute1 "attr28493") ) +(myObject (attribute1 "attr28494") ) +(myObject (attribute1 "attr28495") ) +(myObject (attribute1 "attr28496") ) +(myObject (attribute1 "attr28497") ) +(myObject (attribute1 "attr28498") ) +(myObject (attribute1 "attr28499") ) +(myObject (attribute1 "attr28500") ) +(myObject (attribute1 "attr28501") ) +(myObject (attribute1 "attr28502") ) +(myObject (attribute1 "attr28503") ) +(myObject (attribute1 "attr28504") ) +(myObject (attribute1 "attr28505") ) +(myObject (attribute1 "attr28506") ) +(myObject (attribute1 "attr28507") ) +(myObject (attribute1 "attr28508") ) +(myObject (attribute1 "attr28509") ) +(myObject (attribute1 "attr28510") ) +(myObject (attribute1 "attr28511") ) +(myObject (attribute1 "attr28512") ) +(myObject (attribute1 "attr28513") ) +(myObject (attribute1 "attr28514") ) +(myObject (attribute1 "attr28515") ) +(myObject (attribute1 "attr28516") ) +(myObject (attribute1 "attr28517") ) +(myObject (attribute1 "attr28518") ) +(myObject (attribute1 "attr28519") ) +(myObject (attribute1 "attr28520") ) +(myObject (attribute1 "attr28521") ) +(myObject (attribute1 "attr28522") ) +(myObject (attribute1 "attr28523") ) +(myObject (attribute1 "attr28524") ) +(myObject (attribute1 "attr28525") ) +(myObject (attribute1 "attr28526") ) +(myObject (attribute1 "attr28527") ) +(myObject (attribute1 "attr28528") ) +(myObject (attribute1 "attr28529") ) +(myObject (attribute1 "attr28530") ) +(myObject (attribute1 "attr28531") ) +(myObject (attribute1 "attr28532") ) +(myObject (attribute1 "attr28533") ) +(myObject (attribute1 "attr28534") ) +(myObject (attribute1 "attr28535") ) +(myObject (attribute1 "attr28536") ) +(myObject (attribute1 "attr28537") ) +(myObject (attribute1 "attr28538") ) +(myObject (attribute1 "attr28539") ) +(myObject (attribute1 "attr28540") ) +(myObject (attribute1 "attr28541") ) +(myObject (attribute1 "attr28542") ) +(myObject (attribute1 "attr28543") ) +(myObject (attribute1 "attr28544") ) +(myObject (attribute1 "attr28545") ) +(myObject (attribute1 "attr28546") ) +(myObject (attribute1 "attr28547") ) +(myObject (attribute1 "attr28548") ) +(myObject (attribute1 "attr28549") ) +(myObject (attribute1 "attr28550") ) +(myObject (attribute1 "attr28551") ) +(myObject (attribute1 "attr28552") ) +(myObject (attribute1 "attr28553") ) +(myObject (attribute1 "attr28554") ) +(myObject (attribute1 "attr28555") ) +(myObject (attribute1 "attr28556") ) +(myObject (attribute1 "attr28557") ) +(myObject (attribute1 "attr28558") ) +(myObject (attribute1 "attr28559") ) +(myObject (attribute1 "attr28560") ) +(myObject (attribute1 "attr28561") ) +(myObject (attribute1 "attr28562") ) +(myObject (attribute1 "attr28563") ) +(myObject (attribute1 "attr28564") ) +(myObject (attribute1 "attr28565") ) +(myObject (attribute1 "attr28566") ) +(myObject (attribute1 "attr28567") ) +(myObject (attribute1 "attr28568") ) +(myObject (attribute1 "attr28569") ) +(myObject (attribute1 "attr28570") ) +(myObject (attribute1 "attr28571") ) +(myObject (attribute1 "attr28572") ) +(myObject (attribute1 "attr28573") ) +(myObject (attribute1 "attr28574") ) +(myObject (attribute1 "attr28575") ) +(myObject (attribute1 "attr28576") ) +(myObject (attribute1 "attr28577") ) +(myObject (attribute1 "attr28578") ) +(myObject (attribute1 "attr28579") ) +(myObject (attribute1 "attr28580") ) +(myObject (attribute1 "attr28581") ) +(myObject (attribute1 "attr28582") ) +(myObject (attribute1 "attr28583") ) +(myObject (attribute1 "attr28584") ) +(myObject (attribute1 "attr28585") ) +(myObject (attribute1 "attr28586") ) +(myObject (attribute1 "attr28587") ) +(myObject (attribute1 "attr28588") ) +(myObject (attribute1 "attr28589") ) +(myObject (attribute1 "attr28590") ) +(myObject (attribute1 "attr28591") ) +(myObject (attribute1 "attr28592") ) +(myObject (attribute1 "attr28593") ) +(myObject (attribute1 "attr28594") ) +(myObject (attribute1 "attr28595") ) +(myObject (attribute1 "attr28596") ) +(myObject (attribute1 "attr28597") ) +(myObject (attribute1 "attr28598") ) +(myObject (attribute1 "attr28599") ) +(myObject (attribute1 "attr28600") ) +(myObject (attribute1 "attr28601") ) +(myObject (attribute1 "attr28602") ) +(myObject (attribute1 "attr28603") ) +(myObject (attribute1 "attr28604") ) +(myObject (attribute1 "attr28605") ) +(myObject (attribute1 "attr28606") ) +(myObject (attribute1 "attr28607") ) +(myObject (attribute1 "attr28608") ) +(myObject (attribute1 "attr28609") ) +(myObject (attribute1 "attr28610") ) +(myObject (attribute1 "attr28611") ) +(myObject (attribute1 "attr28612") ) +(myObject (attribute1 "attr28613") ) +(myObject (attribute1 "attr28614") ) +(myObject (attribute1 "attr28615") ) +(myObject (attribute1 "attr28616") ) +(myObject (attribute1 "attr28617") ) +(myObject (attribute1 "attr28618") ) +(myObject (attribute1 "attr28619") ) +(myObject (attribute1 "attr28620") ) +(myObject (attribute1 "attr28621") ) +(myObject (attribute1 "attr28622") ) +(myObject (attribute1 "attr28623") ) +(myObject (attribute1 "attr28624") ) +(myObject (attribute1 "attr28625") ) +(myObject (attribute1 "attr28626") ) +(myObject (attribute1 "attr28627") ) +(myObject (attribute1 "attr28628") ) +(myObject (attribute1 "attr28629") ) +(myObject (attribute1 "attr28630") ) +(myObject (attribute1 "attr28631") ) +(myObject (attribute1 "attr28632") ) +(myObject (attribute1 "attr28633") ) +(myObject (attribute1 "attr28634") ) +(myObject (attribute1 "attr28635") ) +(myObject (attribute1 "attr28636") ) +(myObject (attribute1 "attr28637") ) +(myObject (attribute1 "attr28638") ) +(myObject (attribute1 "attr28639") ) +(myObject (attribute1 "attr28640") ) +(myObject (attribute1 "attr28641") ) +(myObject (attribute1 "attr28642") ) +(myObject (attribute1 "attr28643") ) +(myObject (attribute1 "attr28644") ) +(myObject (attribute1 "attr28645") ) +(myObject (attribute1 "attr28646") ) +(myObject (attribute1 "attr28647") ) +(myObject (attribute1 "attr28648") ) +(myObject (attribute1 "attr28649") ) +(myObject (attribute1 "attr28650") ) +(myObject (attribute1 "attr28651") ) +(myObject (attribute1 "attr28652") ) +(myObject (attribute1 "attr28653") ) +(myObject (attribute1 "attr28654") ) +(myObject (attribute1 "attr28655") ) +(myObject (attribute1 "attr28656") ) +(myObject (attribute1 "attr28657") ) +(myObject (attribute1 "attr28658") ) +(myObject (attribute1 "attr28659") ) +(myObject (attribute1 "attr28660") ) +(myObject (attribute1 "attr28661") ) +(myObject (attribute1 "attr28662") ) +(myObject (attribute1 "attr28663") ) +(myObject (attribute1 "attr28664") ) +(myObject (attribute1 "attr28665") ) +(myObject (attribute1 "attr28666") ) +(myObject (attribute1 "attr28667") ) +(myObject (attribute1 "attr28668") ) +(myObject (attribute1 "attr28669") ) +(myObject (attribute1 "attr28670") ) +(myObject (attribute1 "attr28671") ) +(myObject (attribute1 "attr28672") ) +(myObject (attribute1 "attr28673") ) +(myObject (attribute1 "attr28674") ) +(myObject (attribute1 "attr28675") ) +(myObject (attribute1 "attr28676") ) +(myObject (attribute1 "attr28677") ) +(myObject (attribute1 "attr28678") ) +(myObject (attribute1 "attr28679") ) +(myObject (attribute1 "attr28680") ) +(myObject (attribute1 "attr28681") ) +(myObject (attribute1 "attr28682") ) +(myObject (attribute1 "attr28683") ) +(myObject (attribute1 "attr28684") ) +(myObject (attribute1 "attr28685") ) +(myObject (attribute1 "attr28686") ) +(myObject (attribute1 "attr28687") ) +(myObject (attribute1 "attr28688") ) +(myObject (attribute1 "attr28689") ) +(myObject (attribute1 "attr28690") ) +(myObject (attribute1 "attr28691") ) +(myObject (attribute1 "attr28692") ) +(myObject (attribute1 "attr28693") ) +(myObject (attribute1 "attr28694") ) +(myObject (attribute1 "attr28695") ) +(myObject (attribute1 "attr28696") ) +(myObject (attribute1 "attr28697") ) +(myObject (attribute1 "attr28698") ) +(myObject (attribute1 "attr28699") ) +(myObject (attribute1 "attr28700") ) +(myObject (attribute1 "attr28701") ) +(myObject (attribute1 "attr28702") ) +(myObject (attribute1 "attr28703") ) +(myObject (attribute1 "attr28704") ) +(myObject (attribute1 "attr28705") ) +(myObject (attribute1 "attr28706") ) +(myObject (attribute1 "attr28707") ) +(myObject (attribute1 "attr28708") ) +(myObject (attribute1 "attr28709") ) +(myObject (attribute1 "attr28710") ) +(myObject (attribute1 "attr28711") ) +(myObject (attribute1 "attr28712") ) +(myObject (attribute1 "attr28713") ) +(myObject (attribute1 "attr28714") ) +(myObject (attribute1 "attr28715") ) +(myObject (attribute1 "attr28716") ) +(myObject (attribute1 "attr28717") ) +(myObject (attribute1 "attr28718") ) +(myObject (attribute1 "attr28719") ) +(myObject (attribute1 "attr28720") ) +(myObject (attribute1 "attr28721") ) +(myObject (attribute1 "attr28722") ) +(myObject (attribute1 "attr28723") ) +(myObject (attribute1 "attr28724") ) +(myObject (attribute1 "attr28725") ) +(myObject (attribute1 "attr28726") ) +(myObject (attribute1 "attr28727") ) +(myObject (attribute1 "attr28728") ) +(myObject (attribute1 "attr28729") ) +(myObject (attribute1 "attr28730") ) +(myObject (attribute1 "attr28731") ) +(myObject (attribute1 "attr28732") ) +(myObject (attribute1 "attr28733") ) +(myObject (attribute1 "attr28734") ) +(myObject (attribute1 "attr28735") ) +(myObject (attribute1 "attr28736") ) +(myObject (attribute1 "attr28737") ) +(myObject (attribute1 "attr28738") ) +(myObject (attribute1 "attr28739") ) +(myObject (attribute1 "attr28740") ) +(myObject (attribute1 "attr28741") ) +(myObject (attribute1 "attr28742") ) +(myObject (attribute1 "attr28743") ) +(myObject (attribute1 "attr28744") ) +(myObject (attribute1 "attr28745") ) +(myObject (attribute1 "attr28746") ) +(myObject (attribute1 "attr28747") ) +(myObject (attribute1 "attr28748") ) +(myObject (attribute1 "attr28749") ) +(myObject (attribute1 "attr28750") ) +(myObject (attribute1 "attr28751") ) +(myObject (attribute1 "attr28752") ) +(myObject (attribute1 "attr28753") ) +(myObject (attribute1 "attr28754") ) +(myObject (attribute1 "attr28755") ) +(myObject (attribute1 "attr28756") ) +(myObject (attribute1 "attr28757") ) +(myObject (attribute1 "attr28758") ) +(myObject (attribute1 "attr28759") ) +(myObject (attribute1 "attr28760") ) +(myObject (attribute1 "attr28761") ) +(myObject (attribute1 "attr28762") ) +(myObject (attribute1 "attr28763") ) +(myObject (attribute1 "attr28764") ) +(myObject (attribute1 "attr28765") ) +(myObject (attribute1 "attr28766") ) +(myObject (attribute1 "attr28767") ) +(myObject (attribute1 "attr28768") ) +(myObject (attribute1 "attr28769") ) +(myObject (attribute1 "attr28770") ) +(myObject (attribute1 "attr28771") ) +(myObject (attribute1 "attr28772") ) +(myObject (attribute1 "attr28773") ) +(myObject (attribute1 "attr28774") ) +(myObject (attribute1 "attr28775") ) +(myObject (attribute1 "attr28776") ) +(myObject (attribute1 "attr28777") ) +(myObject (attribute1 "attr28778") ) +(myObject (attribute1 "attr28779") ) +(myObject (attribute1 "attr28780") ) +(myObject (attribute1 "attr28781") ) +(myObject (attribute1 "attr28782") ) +(myObject (attribute1 "attr28783") ) +(myObject (attribute1 "attr28784") ) +(myObject (attribute1 "attr28785") ) +(myObject (attribute1 "attr28786") ) +(myObject (attribute1 "attr28787") ) +(myObject (attribute1 "attr28788") ) +(myObject (attribute1 "attr28789") ) +(myObject (attribute1 "attr28790") ) +(myObject (attribute1 "attr28791") ) +(myObject (attribute1 "attr28792") ) +(myObject (attribute1 "attr28793") ) +(myObject (attribute1 "attr28794") ) +(myObject (attribute1 "attr28795") ) +(myObject (attribute1 "attr28796") ) +(myObject (attribute1 "attr28797") ) +(myObject (attribute1 "attr28798") ) +(myObject (attribute1 "attr28799") ) +(myObject (attribute1 "attr28800") ) +(myObject (attribute1 "attr28801") ) +(myObject (attribute1 "attr28802") ) +(myObject (attribute1 "attr28803") ) +(myObject (attribute1 "attr28804") ) +(myObject (attribute1 "attr28805") ) +(myObject (attribute1 "attr28806") ) +(myObject (attribute1 "attr28807") ) +(myObject (attribute1 "attr28808") ) +(myObject (attribute1 "attr28809") ) +(myObject (attribute1 "attr28810") ) +(myObject (attribute1 "attr28811") ) +(myObject (attribute1 "attr28812") ) +(myObject (attribute1 "attr28813") ) +(myObject (attribute1 "attr28814") ) +(myObject (attribute1 "attr28815") ) +(myObject (attribute1 "attr28816") ) +(myObject (attribute1 "attr28817") ) +(myObject (attribute1 "attr28818") ) +(myObject (attribute1 "attr28819") ) +(myObject (attribute1 "attr28820") ) +(myObject (attribute1 "attr28821") ) +(myObject (attribute1 "attr28822") ) +(myObject (attribute1 "attr28823") ) +(myObject (attribute1 "attr28824") ) +(myObject (attribute1 "attr28825") ) +(myObject (attribute1 "attr28826") ) +(myObject (attribute1 "attr28827") ) +(myObject (attribute1 "attr28828") ) +(myObject (attribute1 "attr28829") ) +(myObject (attribute1 "attr28830") ) +(myObject (attribute1 "attr28831") ) +(myObject (attribute1 "attr28832") ) +(myObject (attribute1 "attr28833") ) +(myObject (attribute1 "attr28834") ) +(myObject (attribute1 "attr28835") ) +(myObject (attribute1 "attr28836") ) +(myObject (attribute1 "attr28837") ) +(myObject (attribute1 "attr28838") ) +(myObject (attribute1 "attr28839") ) +(myObject (attribute1 "attr28840") ) +(myObject (attribute1 "attr28841") ) +(myObject (attribute1 "attr28842") ) +(myObject (attribute1 "attr28843") ) +(myObject (attribute1 "attr28844") ) +(myObject (attribute1 "attr28845") ) +(myObject (attribute1 "attr28846") ) +(myObject (attribute1 "attr28847") ) +(myObject (attribute1 "attr28848") ) +(myObject (attribute1 "attr28849") ) +(myObject (attribute1 "attr28850") ) +(myObject (attribute1 "attr28851") ) +(myObject (attribute1 "attr28852") ) +(myObject (attribute1 "attr28853") ) +(myObject (attribute1 "attr28854") ) +(myObject (attribute1 "attr28855") ) +(myObject (attribute1 "attr28856") ) +(myObject (attribute1 "attr28857") ) +(myObject (attribute1 "attr28858") ) +(myObject (attribute1 "attr28859") ) +(myObject (attribute1 "attr28860") ) +(myObject (attribute1 "attr28861") ) +(myObject (attribute1 "attr28862") ) +(myObject (attribute1 "attr28863") ) +(myObject (attribute1 "attr28864") ) +(myObject (attribute1 "attr28865") ) +(myObject (attribute1 "attr28866") ) +(myObject (attribute1 "attr28867") ) +(myObject (attribute1 "attr28868") ) +(myObject (attribute1 "attr28869") ) +(myObject (attribute1 "attr28870") ) +(myObject (attribute1 "attr28871") ) +(myObject (attribute1 "attr28872") ) +(myObject (attribute1 "attr28873") ) +(myObject (attribute1 "attr28874") ) +(myObject (attribute1 "attr28875") ) +(myObject (attribute1 "attr28876") ) +(myObject (attribute1 "attr28877") ) +(myObject (attribute1 "attr28878") ) +(myObject (attribute1 "attr28879") ) +(myObject (attribute1 "attr28880") ) +(myObject (attribute1 "attr28881") ) +(myObject (attribute1 "attr28882") ) +(myObject (attribute1 "attr28883") ) +(myObject (attribute1 "attr28884") ) +(myObject (attribute1 "attr28885") ) +(myObject (attribute1 "attr28886") ) +(myObject (attribute1 "attr28887") ) +(myObject (attribute1 "attr28888") ) +(myObject (attribute1 "attr28889") ) +(myObject (attribute1 "attr28890") ) +(myObject (attribute1 "attr28891") ) +(myObject (attribute1 "attr28892") ) +(myObject (attribute1 "attr28893") ) +(myObject (attribute1 "attr28894") ) +(myObject (attribute1 "attr28895") ) +(myObject (attribute1 "attr28896") ) +(myObject (attribute1 "attr28897") ) +(myObject (attribute1 "attr28898") ) +(myObject (attribute1 "attr28899") ) +(myObject (attribute1 "attr28900") ) +(myObject (attribute1 "attr28901") ) +(myObject (attribute1 "attr28902") ) +(myObject (attribute1 "attr28903") ) +(myObject (attribute1 "attr28904") ) +(myObject (attribute1 "attr28905") ) +(myObject (attribute1 "attr28906") ) +(myObject (attribute1 "attr28907") ) +(myObject (attribute1 "attr28908") ) +(myObject (attribute1 "attr28909") ) +(myObject (attribute1 "attr28910") ) +(myObject (attribute1 "attr28911") ) +(myObject (attribute1 "attr28912") ) +(myObject (attribute1 "attr28913") ) +(myObject (attribute1 "attr28914") ) +(myObject (attribute1 "attr28915") ) +(myObject (attribute1 "attr28916") ) +(myObject (attribute1 "attr28917") ) +(myObject (attribute1 "attr28918") ) +(myObject (attribute1 "attr28919") ) +(myObject (attribute1 "attr28920") ) +(myObject (attribute1 "attr28921") ) +(myObject (attribute1 "attr28922") ) +(myObject (attribute1 "attr28923") ) +(myObject (attribute1 "attr28924") ) +(myObject (attribute1 "attr28925") ) +(myObject (attribute1 "attr28926") ) +(myObject (attribute1 "attr28927") ) +(myObject (attribute1 "attr28928") ) +(myObject (attribute1 "attr28929") ) +(myObject (attribute1 "attr28930") ) +(myObject (attribute1 "attr28931") ) +(myObject (attribute1 "attr28932") ) +(myObject (attribute1 "attr28933") ) +(myObject (attribute1 "attr28934") ) +(myObject (attribute1 "attr28935") ) +(myObject (attribute1 "attr28936") ) +(myObject (attribute1 "attr28937") ) +(myObject (attribute1 "attr28938") ) +(myObject (attribute1 "attr28939") ) +(myObject (attribute1 "attr28940") ) +(myObject (attribute1 "attr28941") ) +(myObject (attribute1 "attr28942") ) +(myObject (attribute1 "attr28943") ) +(myObject (attribute1 "attr28944") ) +(myObject (attribute1 "attr28945") ) +(myObject (attribute1 "attr28946") ) +(myObject (attribute1 "attr28947") ) +(myObject (attribute1 "attr28948") ) +(myObject (attribute1 "attr28949") ) +(myObject (attribute1 "attr28950") ) +(myObject (attribute1 "attr28951") ) +(myObject (attribute1 "attr28952") ) +(myObject (attribute1 "attr28953") ) +(myObject (attribute1 "attr28954") ) +(myObject (attribute1 "attr28955") ) +(myObject (attribute1 "attr28956") ) +(myObject (attribute1 "attr28957") ) +(myObject (attribute1 "attr28958") ) +(myObject (attribute1 "attr28959") ) +(myObject (attribute1 "attr28960") ) +(myObject (attribute1 "attr28961") ) +(myObject (attribute1 "attr28962") ) +(myObject (attribute1 "attr28963") ) +(myObject (attribute1 "attr28964") ) +(myObject (attribute1 "attr28965") ) +(myObject (attribute1 "attr28966") ) +(myObject (attribute1 "attr28967") ) +(myObject (attribute1 "attr28968") ) +(myObject (attribute1 "attr28969") ) +(myObject (attribute1 "attr28970") ) +(myObject (attribute1 "attr28971") ) +(myObject (attribute1 "attr28972") ) +(myObject (attribute1 "attr28973") ) +(myObject (attribute1 "attr28974") ) +(myObject (attribute1 "attr28975") ) +(myObject (attribute1 "attr28976") ) +(myObject (attribute1 "attr28977") ) +(myObject (attribute1 "attr28978") ) +(myObject (attribute1 "attr28979") ) +(myObject (attribute1 "attr28980") ) +(myObject (attribute1 "attr28981") ) +(myObject (attribute1 "attr28982") ) +(myObject (attribute1 "attr28983") ) +(myObject (attribute1 "attr28984") ) +(myObject (attribute1 "attr28985") ) +(myObject (attribute1 "attr28986") ) +(myObject (attribute1 "attr28987") ) +(myObject (attribute1 "attr28988") ) +(myObject (attribute1 "attr28989") ) +(myObject (attribute1 "attr28990") ) +(myObject (attribute1 "attr28991") ) +(myObject (attribute1 "attr28992") ) +(myObject (attribute1 "attr28993") ) +(myObject (attribute1 "attr28994") ) +(myObject (attribute1 "attr28995") ) +(myObject (attribute1 "attr28996") ) +(myObject (attribute1 "attr28997") ) +(myObject (attribute1 "attr28998") ) +(myObject (attribute1 "attr28999") ) +(myObject (attribute1 "attr29000") ) +(myObject (attribute1 "attr29001") ) +(myObject (attribute1 "attr29002") ) +(myObject (attribute1 "attr29003") ) +(myObject (attribute1 "attr29004") ) +(myObject (attribute1 "attr29005") ) +(myObject (attribute1 "attr29006") ) +(myObject (attribute1 "attr29007") ) +(myObject (attribute1 "attr29008") ) +(myObject (attribute1 "attr29009") ) +(myObject (attribute1 "attr29010") ) +(myObject (attribute1 "attr29011") ) +(myObject (attribute1 "attr29012") ) +(myObject (attribute1 "attr29013") ) +(myObject (attribute1 "attr29014") ) +(myObject (attribute1 "attr29015") ) +(myObject (attribute1 "attr29016") ) +(myObject (attribute1 "attr29017") ) +(myObject (attribute1 "attr29018") ) +(myObject (attribute1 "attr29019") ) +(myObject (attribute1 "attr29020") ) +(myObject (attribute1 "attr29021") ) +(myObject (attribute1 "attr29022") ) +(myObject (attribute1 "attr29023") ) +(myObject (attribute1 "attr29024") ) +(myObject (attribute1 "attr29025") ) +(myObject (attribute1 "attr29026") ) +(myObject (attribute1 "attr29027") ) +(myObject (attribute1 "attr29028") ) +(myObject (attribute1 "attr29029") ) +(myObject (attribute1 "attr29030") ) +(myObject (attribute1 "attr29031") ) +(myObject (attribute1 "attr29032") ) +(myObject (attribute1 "attr29033") ) +(myObject (attribute1 "attr29034") ) +(myObject (attribute1 "attr29035") ) +(myObject (attribute1 "attr29036") ) +(myObject (attribute1 "attr29037") ) +(myObject (attribute1 "attr29038") ) +(myObject (attribute1 "attr29039") ) +(myObject (attribute1 "attr29040") ) +(myObject (attribute1 "attr29041") ) +(myObject (attribute1 "attr29042") ) +(myObject (attribute1 "attr29043") ) +(myObject (attribute1 "attr29044") ) +(myObject (attribute1 "attr29045") ) +(myObject (attribute1 "attr29046") ) +(myObject (attribute1 "attr29047") ) +(myObject (attribute1 "attr29048") ) +(myObject (attribute1 "attr29049") ) +(myObject (attribute1 "attr29050") ) +(myObject (attribute1 "attr29051") ) +(myObject (attribute1 "attr29052") ) +(myObject (attribute1 "attr29053") ) +(myObject (attribute1 "attr29054") ) +(myObject (attribute1 "attr29055") ) +(myObject (attribute1 "attr29056") ) +(myObject (attribute1 "attr29057") ) +(myObject (attribute1 "attr29058") ) +(myObject (attribute1 "attr29059") ) +(myObject (attribute1 "attr29060") ) +(myObject (attribute1 "attr29061") ) +(myObject (attribute1 "attr29062") ) +(myObject (attribute1 "attr29063") ) +(myObject (attribute1 "attr29064") ) +(myObject (attribute1 "attr29065") ) +(myObject (attribute1 "attr29066") ) +(myObject (attribute1 "attr29067") ) +(myObject (attribute1 "attr29068") ) +(myObject (attribute1 "attr29069") ) +(myObject (attribute1 "attr29070") ) +(myObject (attribute1 "attr29071") ) +(myObject (attribute1 "attr29072") ) +(myObject (attribute1 "attr29073") ) +(myObject (attribute1 "attr29074") ) +(myObject (attribute1 "attr29075") ) +(myObject (attribute1 "attr29076") ) +(myObject (attribute1 "attr29077") ) +(myObject (attribute1 "attr29078") ) +(myObject (attribute1 "attr29079") ) +(myObject (attribute1 "attr29080") ) +(myObject (attribute1 "attr29081") ) +(myObject (attribute1 "attr29082") ) +(myObject (attribute1 "attr29083") ) +(myObject (attribute1 "attr29084") ) +(myObject (attribute1 "attr29085") ) +(myObject (attribute1 "attr29086") ) +(myObject (attribute1 "attr29087") ) +(myObject (attribute1 "attr29088") ) +(myObject (attribute1 "attr29089") ) +(myObject (attribute1 "attr29090") ) +(myObject (attribute1 "attr29091") ) +(myObject (attribute1 "attr29092") ) +(myObject (attribute1 "attr29093") ) +(myObject (attribute1 "attr29094") ) +(myObject (attribute1 "attr29095") ) +(myObject (attribute1 "attr29096") ) +(myObject (attribute1 "attr29097") ) +(myObject (attribute1 "attr29098") ) +(myObject (attribute1 "attr29099") ) +(myObject (attribute1 "attr29100") ) +(myObject (attribute1 "attr29101") ) +(myObject (attribute1 "attr29102") ) +(myObject (attribute1 "attr29103") ) +(myObject (attribute1 "attr29104") ) +(myObject (attribute1 "attr29105") ) +(myObject (attribute1 "attr29106") ) +(myObject (attribute1 "attr29107") ) +(myObject (attribute1 "attr29108") ) +(myObject (attribute1 "attr29109") ) +(myObject (attribute1 "attr29110") ) +(myObject (attribute1 "attr29111") ) +(myObject (attribute1 "attr29112") ) +(myObject (attribute1 "attr29113") ) +(myObject (attribute1 "attr29114") ) +(myObject (attribute1 "attr29115") ) +(myObject (attribute1 "attr29116") ) +(myObject (attribute1 "attr29117") ) +(myObject (attribute1 "attr29118") ) +(myObject (attribute1 "attr29119") ) +(myObject (attribute1 "attr29120") ) +(myObject (attribute1 "attr29121") ) +(myObject (attribute1 "attr29122") ) +(myObject (attribute1 "attr29123") ) +(myObject (attribute1 "attr29124") ) +(myObject (attribute1 "attr29125") ) +(myObject (attribute1 "attr29126") ) +(myObject (attribute1 "attr29127") ) +(myObject (attribute1 "attr29128") ) +(myObject (attribute1 "attr29129") ) +(myObject (attribute1 "attr29130") ) +(myObject (attribute1 "attr29131") ) +(myObject (attribute1 "attr29132") ) +(myObject (attribute1 "attr29133") ) +(myObject (attribute1 "attr29134") ) +(myObject (attribute1 "attr29135") ) +(myObject (attribute1 "attr29136") ) +(myObject (attribute1 "attr29137") ) +(myObject (attribute1 "attr29138") ) +(myObject (attribute1 "attr29139") ) +(myObject (attribute1 "attr29140") ) +(myObject (attribute1 "attr29141") ) +(myObject (attribute1 "attr29142") ) +(myObject (attribute1 "attr29143") ) +(myObject (attribute1 "attr29144") ) +(myObject (attribute1 "attr29145") ) +(myObject (attribute1 "attr29146") ) +(myObject (attribute1 "attr29147") ) +(myObject (attribute1 "attr29148") ) +(myObject (attribute1 "attr29149") ) +(myObject (attribute1 "attr29150") ) +(myObject (attribute1 "attr29151") ) +(myObject (attribute1 "attr29152") ) +(myObject (attribute1 "attr29153") ) +(myObject (attribute1 "attr29154") ) +(myObject (attribute1 "attr29155") ) +(myObject (attribute1 "attr29156") ) +(myObject (attribute1 "attr29157") ) +(myObject (attribute1 "attr29158") ) +(myObject (attribute1 "attr29159") ) +(myObject (attribute1 "attr29160") ) +(myObject (attribute1 "attr29161") ) +(myObject (attribute1 "attr29162") ) +(myObject (attribute1 "attr29163") ) +(myObject (attribute1 "attr29164") ) +(myObject (attribute1 "attr29165") ) +(myObject (attribute1 "attr29166") ) +(myObject (attribute1 "attr29167") ) +(myObject (attribute1 "attr29168") ) +(myObject (attribute1 "attr29169") ) +(myObject (attribute1 "attr29170") ) +(myObject (attribute1 "attr29171") ) +(myObject (attribute1 "attr29172") ) +(myObject (attribute1 "attr29173") ) +(myObject (attribute1 "attr29174") ) +(myObject (attribute1 "attr29175") ) +(myObject (attribute1 "attr29176") ) +(myObject (attribute1 "attr29177") ) +(myObject (attribute1 "attr29178") ) +(myObject (attribute1 "attr29179") ) +(myObject (attribute1 "attr29180") ) +(myObject (attribute1 "attr29181") ) +(myObject (attribute1 "attr29182") ) +(myObject (attribute1 "attr29183") ) +(myObject (attribute1 "attr29184") ) +(myObject (attribute1 "attr29185") ) +(myObject (attribute1 "attr29186") ) +(myObject (attribute1 "attr29187") ) +(myObject (attribute1 "attr29188") ) +(myObject (attribute1 "attr29189") ) +(myObject (attribute1 "attr29190") ) +(myObject (attribute1 "attr29191") ) +(myObject (attribute1 "attr29192") ) +(myObject (attribute1 "attr29193") ) +(myObject (attribute1 "attr29194") ) +(myObject (attribute1 "attr29195") ) +(myObject (attribute1 "attr29196") ) +(myObject (attribute1 "attr29197") ) +(myObject (attribute1 "attr29198") ) +(myObject (attribute1 "attr29199") ) +(myObject (attribute1 "attr29200") ) +(myObject (attribute1 "attr29201") ) +(myObject (attribute1 "attr29202") ) +(myObject (attribute1 "attr29203") ) +(myObject (attribute1 "attr29204") ) +(myObject (attribute1 "attr29205") ) +(myObject (attribute1 "attr29206") ) +(myObject (attribute1 "attr29207") ) +(myObject (attribute1 "attr29208") ) +(myObject (attribute1 "attr29209") ) +(myObject (attribute1 "attr29210") ) +(myObject (attribute1 "attr29211") ) +(myObject (attribute1 "attr29212") ) +(myObject (attribute1 "attr29213") ) +(myObject (attribute1 "attr29214") ) +(myObject (attribute1 "attr29215") ) +(myObject (attribute1 "attr29216") ) +(myObject (attribute1 "attr29217") ) +(myObject (attribute1 "attr29218") ) +(myObject (attribute1 "attr29219") ) +(myObject (attribute1 "attr29220") ) +(myObject (attribute1 "attr29221") ) +(myObject (attribute1 "attr29222") ) +(myObject (attribute1 "attr29223") ) +(myObject (attribute1 "attr29224") ) +(myObject (attribute1 "attr29225") ) +(myObject (attribute1 "attr29226") ) +(myObject (attribute1 "attr29227") ) +(myObject (attribute1 "attr29228") ) +(myObject (attribute1 "attr29229") ) +(myObject (attribute1 "attr29230") ) +(myObject (attribute1 "attr29231") ) +(myObject (attribute1 "attr29232") ) +(myObject (attribute1 "attr29233") ) +(myObject (attribute1 "attr29234") ) +(myObject (attribute1 "attr29235") ) +(myObject (attribute1 "attr29236") ) +(myObject (attribute1 "attr29237") ) +(myObject (attribute1 "attr29238") ) +(myObject (attribute1 "attr29239") ) +(myObject (attribute1 "attr29240") ) +(myObject (attribute1 "attr29241") ) +(myObject (attribute1 "attr29242") ) +(myObject (attribute1 "attr29243") ) +(myObject (attribute1 "attr29244") ) +(myObject (attribute1 "attr29245") ) +(myObject (attribute1 "attr29246") ) +(myObject (attribute1 "attr29247") ) +(myObject (attribute1 "attr29248") ) +(myObject (attribute1 "attr29249") ) +(myObject (attribute1 "attr29250") ) +(myObject (attribute1 "attr29251") ) +(myObject (attribute1 "attr29252") ) +(myObject (attribute1 "attr29253") ) +(myObject (attribute1 "attr29254") ) +(myObject (attribute1 "attr29255") ) +(myObject (attribute1 "attr29256") ) +(myObject (attribute1 "attr29257") ) +(myObject (attribute1 "attr29258") ) +(myObject (attribute1 "attr29259") ) +(myObject (attribute1 "attr29260") ) +(myObject (attribute1 "attr29261") ) +(myObject (attribute1 "attr29262") ) +(myObject (attribute1 "attr29263") ) +(myObject (attribute1 "attr29264") ) +(myObject (attribute1 "attr29265") ) +(myObject (attribute1 "attr29266") ) +(myObject (attribute1 "attr29267") ) +(myObject (attribute1 "attr29268") ) +(myObject (attribute1 "attr29269") ) +(myObject (attribute1 "attr29270") ) +(myObject (attribute1 "attr29271") ) +(myObject (attribute1 "attr29272") ) +(myObject (attribute1 "attr29273") ) +(myObject (attribute1 "attr29274") ) +(myObject (attribute1 "attr29275") ) +(myObject (attribute1 "attr29276") ) +(myObject (attribute1 "attr29277") ) +(myObject (attribute1 "attr29278") ) +(myObject (attribute1 "attr29279") ) +(myObject (attribute1 "attr29280") ) +(myObject (attribute1 "attr29281") ) +(myObject (attribute1 "attr29282") ) +(myObject (attribute1 "attr29283") ) +(myObject (attribute1 "attr29284") ) +(myObject (attribute1 "attr29285") ) +(myObject (attribute1 "attr29286") ) +(myObject (attribute1 "attr29287") ) +(myObject (attribute1 "attr29288") ) +(myObject (attribute1 "attr29289") ) +(myObject (attribute1 "attr29290") ) +(myObject (attribute1 "attr29291") ) +(myObject (attribute1 "attr29292") ) +(myObject (attribute1 "attr29293") ) +(myObject (attribute1 "attr29294") ) +(myObject (attribute1 "attr29295") ) +(myObject (attribute1 "attr29296") ) +(myObject (attribute1 "attr29297") ) +(myObject (attribute1 "attr29298") ) +(myObject (attribute1 "attr29299") ) +(myObject (attribute1 "attr29300") ) +(myObject (attribute1 "attr29301") ) +(myObject (attribute1 "attr29302") ) +(myObject (attribute1 "attr29303") ) +(myObject (attribute1 "attr29304") ) +(myObject (attribute1 "attr29305") ) +(myObject (attribute1 "attr29306") ) +(myObject (attribute1 "attr29307") ) +(myObject (attribute1 "attr29308") ) +(myObject (attribute1 "attr29309") ) +(myObject (attribute1 "attr29310") ) +(myObject (attribute1 "attr29311") ) +(myObject (attribute1 "attr29312") ) +(myObject (attribute1 "attr29313") ) +(myObject (attribute1 "attr29314") ) +(myObject (attribute1 "attr29315") ) +(myObject (attribute1 "attr29316") ) +(myObject (attribute1 "attr29317") ) +(myObject (attribute1 "attr29318") ) +(myObject (attribute1 "attr29319") ) +(myObject (attribute1 "attr29320") ) +(myObject (attribute1 "attr29321") ) +(myObject (attribute1 "attr29322") ) +(myObject (attribute1 "attr29323") ) +(myObject (attribute1 "attr29324") ) +(myObject (attribute1 "attr29325") ) +(myObject (attribute1 "attr29326") ) +(myObject (attribute1 "attr29327") ) +(myObject (attribute1 "attr29328") ) +(myObject (attribute1 "attr29329") ) +(myObject (attribute1 "attr29330") ) +(myObject (attribute1 "attr29331") ) +(myObject (attribute1 "attr29332") ) +(myObject (attribute1 "attr29333") ) +(myObject (attribute1 "attr29334") ) +(myObject (attribute1 "attr29335") ) +(myObject (attribute1 "attr29336") ) +(myObject (attribute1 "attr29337") ) +(myObject (attribute1 "attr29338") ) +(myObject (attribute1 "attr29339") ) +(myObject (attribute1 "attr29340") ) +(myObject (attribute1 "attr29341") ) +(myObject (attribute1 "attr29342") ) +(myObject (attribute1 "attr29343") ) +(myObject (attribute1 "attr29344") ) +(myObject (attribute1 "attr29345") ) +(myObject (attribute1 "attr29346") ) +(myObject (attribute1 "attr29347") ) +(myObject (attribute1 "attr29348") ) +(myObject (attribute1 "attr29349") ) +(myObject (attribute1 "attr29350") ) +(myObject (attribute1 "attr29351") ) +(myObject (attribute1 "attr29352") ) +(myObject (attribute1 "attr29353") ) +(myObject (attribute1 "attr29354") ) +(myObject (attribute1 "attr29355") ) +(myObject (attribute1 "attr29356") ) +(myObject (attribute1 "attr29357") ) +(myObject (attribute1 "attr29358") ) +(myObject (attribute1 "attr29359") ) +(myObject (attribute1 "attr29360") ) +(myObject (attribute1 "attr29361") ) +(myObject (attribute1 "attr29362") ) +(myObject (attribute1 "attr29363") ) +(myObject (attribute1 "attr29364") ) +(myObject (attribute1 "attr29365") ) +(myObject (attribute1 "attr29366") ) +(myObject (attribute1 "attr29367") ) +(myObject (attribute1 "attr29368") ) +(myObject (attribute1 "attr29369") ) +(myObject (attribute1 "attr29370") ) +(myObject (attribute1 "attr29371") ) +(myObject (attribute1 "attr29372") ) +(myObject (attribute1 "attr29373") ) +(myObject (attribute1 "attr29374") ) +(myObject (attribute1 "attr29375") ) +(myObject (attribute1 "attr29376") ) +(myObject (attribute1 "attr29377") ) +(myObject (attribute1 "attr29378") ) +(myObject (attribute1 "attr29379") ) +(myObject (attribute1 "attr29380") ) +(myObject (attribute1 "attr29381") ) +(myObject (attribute1 "attr29382") ) +(myObject (attribute1 "attr29383") ) +(myObject (attribute1 "attr29384") ) +(myObject (attribute1 "attr29385") ) +(myObject (attribute1 "attr29386") ) +(myObject (attribute1 "attr29387") ) +(myObject (attribute1 "attr29388") ) +(myObject (attribute1 "attr29389") ) +(myObject (attribute1 "attr29390") ) +(myObject (attribute1 "attr29391") ) +(myObject (attribute1 "attr29392") ) +(myObject (attribute1 "attr29393") ) +(myObject (attribute1 "attr29394") ) +(myObject (attribute1 "attr29395") ) +(myObject (attribute1 "attr29396") ) +(myObject (attribute1 "attr29397") ) +(myObject (attribute1 "attr29398") ) +(myObject (attribute1 "attr29399") ) +(myObject (attribute1 "attr29400") ) +(myObject (attribute1 "attr29401") ) +(myObject (attribute1 "attr29402") ) +(myObject (attribute1 "attr29403") ) +(myObject (attribute1 "attr29404") ) +(myObject (attribute1 "attr29405") ) +(myObject (attribute1 "attr29406") ) +(myObject (attribute1 "attr29407") ) +(myObject (attribute1 "attr29408") ) +(myObject (attribute1 "attr29409") ) +(myObject (attribute1 "attr29410") ) +(myObject (attribute1 "attr29411") ) +(myObject (attribute1 "attr29412") ) +(myObject (attribute1 "attr29413") ) +(myObject (attribute1 "attr29414") ) +(myObject (attribute1 "attr29415") ) +(myObject (attribute1 "attr29416") ) +(myObject (attribute1 "attr29417") ) +(myObject (attribute1 "attr29418") ) +(myObject (attribute1 "attr29419") ) +(myObject (attribute1 "attr29420") ) +(myObject (attribute1 "attr29421") ) +(myObject (attribute1 "attr29422") ) +(myObject (attribute1 "attr29423") ) +(myObject (attribute1 "attr29424") ) +(myObject (attribute1 "attr29425") ) +(myObject (attribute1 "attr29426") ) +(myObject (attribute1 "attr29427") ) +(myObject (attribute1 "attr29428") ) +(myObject (attribute1 "attr29429") ) +(myObject (attribute1 "attr29430") ) +(myObject (attribute1 "attr29431") ) +(myObject (attribute1 "attr29432") ) +(myObject (attribute1 "attr29433") ) +(myObject (attribute1 "attr29434") ) +(myObject (attribute1 "attr29435") ) +(myObject (attribute1 "attr29436") ) +(myObject (attribute1 "attr29437") ) +(myObject (attribute1 "attr29438") ) +(myObject (attribute1 "attr29439") ) +(myObject (attribute1 "attr29440") ) +(myObject (attribute1 "attr29441") ) +(myObject (attribute1 "attr29442") ) +(myObject (attribute1 "attr29443") ) +(myObject (attribute1 "attr29444") ) +(myObject (attribute1 "attr29445") ) +(myObject (attribute1 "attr29446") ) +(myObject (attribute1 "attr29447") ) +(myObject (attribute1 "attr29448") ) +(myObject (attribute1 "attr29449") ) +(myObject (attribute1 "attr29450") ) +(myObject (attribute1 "attr29451") ) +(myObject (attribute1 "attr29452") ) +(myObject (attribute1 "attr29453") ) +(myObject (attribute1 "attr29454") ) +(myObject (attribute1 "attr29455") ) +(myObject (attribute1 "attr29456") ) +(myObject (attribute1 "attr29457") ) +(myObject (attribute1 "attr29458") ) +(myObject (attribute1 "attr29459") ) +(myObject (attribute1 "attr29460") ) +(myObject (attribute1 "attr29461") ) +(myObject (attribute1 "attr29462") ) +(myObject (attribute1 "attr29463") ) +(myObject (attribute1 "attr29464") ) +(myObject (attribute1 "attr29465") ) +(myObject (attribute1 "attr29466") ) +(myObject (attribute1 "attr29467") ) +(myObject (attribute1 "attr29468") ) +(myObject (attribute1 "attr29469") ) +(myObject (attribute1 "attr29470") ) +(myObject (attribute1 "attr29471") ) +(myObject (attribute1 "attr29472") ) +(myObject (attribute1 "attr29473") ) +(myObject (attribute1 "attr29474") ) +(myObject (attribute1 "attr29475") ) +(myObject (attribute1 "attr29476") ) +(myObject (attribute1 "attr29477") ) +(myObject (attribute1 "attr29478") ) +(myObject (attribute1 "attr29479") ) +(myObject (attribute1 "attr29480") ) +(myObject (attribute1 "attr29481") ) +(myObject (attribute1 "attr29482") ) +(myObject (attribute1 "attr29483") ) +(myObject (attribute1 "attr29484") ) +(myObject (attribute1 "attr29485") ) +(myObject (attribute1 "attr29486") ) +(myObject (attribute1 "attr29487") ) +(myObject (attribute1 "attr29488") ) +(myObject (attribute1 "attr29489") ) +(myObject (attribute1 "attr29490") ) +(myObject (attribute1 "attr29491") ) +(myObject (attribute1 "attr29492") ) +(myObject (attribute1 "attr29493") ) +(myObject (attribute1 "attr29494") ) +(myObject (attribute1 "attr29495") ) +(myObject (attribute1 "attr29496") ) +(myObject (attribute1 "attr29497") ) +(myObject (attribute1 "attr29498") ) +(myObject (attribute1 "attr29499") ) +(myObject (attribute1 "attr29500") ) +(myObject (attribute1 "attr29501") ) +(myObject (attribute1 "attr29502") ) +(myObject (attribute1 "attr29503") ) +(myObject (attribute1 "attr29504") ) +(myObject (attribute1 "attr29505") ) +(myObject (attribute1 "attr29506") ) +(myObject (attribute1 "attr29507") ) +(myObject (attribute1 "attr29508") ) +(myObject (attribute1 "attr29509") ) +(myObject (attribute1 "attr29510") ) +(myObject (attribute1 "attr29511") ) +(myObject (attribute1 "attr29512") ) +(myObject (attribute1 "attr29513") ) +(myObject (attribute1 "attr29514") ) +(myObject (attribute1 "attr29515") ) +(myObject (attribute1 "attr29516") ) +(myObject (attribute1 "attr29517") ) +(myObject (attribute1 "attr29518") ) +(myObject (attribute1 "attr29519") ) +(myObject (attribute1 "attr29520") ) +(myObject (attribute1 "attr29521") ) +(myObject (attribute1 "attr29522") ) +(myObject (attribute1 "attr29523") ) +(myObject (attribute1 "attr29524") ) +(myObject (attribute1 "attr29525") ) +(myObject (attribute1 "attr29526") ) +(myObject (attribute1 "attr29527") ) +(myObject (attribute1 "attr29528") ) +(myObject (attribute1 "attr29529") ) +(myObject (attribute1 "attr29530") ) +(myObject (attribute1 "attr29531") ) +(myObject (attribute1 "attr29532") ) +(myObject (attribute1 "attr29533") ) +(myObject (attribute1 "attr29534") ) +(myObject (attribute1 "attr29535") ) +(myObject (attribute1 "attr29536") ) +(myObject (attribute1 "attr29537") ) +(myObject (attribute1 "attr29538") ) +(myObject (attribute1 "attr29539") ) +(myObject (attribute1 "attr29540") ) +(myObject (attribute1 "attr29541") ) +(myObject (attribute1 "attr29542") ) +(myObject (attribute1 "attr29543") ) +(myObject (attribute1 "attr29544") ) +(myObject (attribute1 "attr29545") ) +(myObject (attribute1 "attr29546") ) +(myObject (attribute1 "attr29547") ) +(myObject (attribute1 "attr29548") ) +(myObject (attribute1 "attr29549") ) +(myObject (attribute1 "attr29550") ) +(myObject (attribute1 "attr29551") ) +(myObject (attribute1 "attr29552") ) +(myObject (attribute1 "attr29553") ) +(myObject (attribute1 "attr29554") ) +(myObject (attribute1 "attr29555") ) +(myObject (attribute1 "attr29556") ) +(myObject (attribute1 "attr29557") ) +(myObject (attribute1 "attr29558") ) +(myObject (attribute1 "attr29559") ) +(myObject (attribute1 "attr29560") ) +(myObject (attribute1 "attr29561") ) +(myObject (attribute1 "attr29562") ) +(myObject (attribute1 "attr29563") ) +(myObject (attribute1 "attr29564") ) +(myObject (attribute1 "attr29565") ) +(myObject (attribute1 "attr29566") ) +(myObject (attribute1 "attr29567") ) +(myObject (attribute1 "attr29568") ) +(myObject (attribute1 "attr29569") ) +(myObject (attribute1 "attr29570") ) +(myObject (attribute1 "attr29571") ) +(myObject (attribute1 "attr29572") ) +(myObject (attribute1 "attr29573") ) +(myObject (attribute1 "attr29574") ) +(myObject (attribute1 "attr29575") ) +(myObject (attribute1 "attr29576") ) +(myObject (attribute1 "attr29577") ) +(myObject (attribute1 "attr29578") ) +(myObject (attribute1 "attr29579") ) +(myObject (attribute1 "attr29580") ) +(myObject (attribute1 "attr29581") ) +(myObject (attribute1 "attr29582") ) +(myObject (attribute1 "attr29583") ) +(myObject (attribute1 "attr29584") ) +(myObject (attribute1 "attr29585") ) +(myObject (attribute1 "attr29586") ) +(myObject (attribute1 "attr29587") ) +(myObject (attribute1 "attr29588") ) +(myObject (attribute1 "attr29589") ) +(myObject (attribute1 "attr29590") ) +(myObject (attribute1 "attr29591") ) +(myObject (attribute1 "attr29592") ) +(myObject (attribute1 "attr29593") ) +(myObject (attribute1 "attr29594") ) +(myObject (attribute1 "attr29595") ) +(myObject (attribute1 "attr29596") ) +(myObject (attribute1 "attr29597") ) +(myObject (attribute1 "attr29598") ) +(myObject (attribute1 "attr29599") ) +(myObject (attribute1 "attr29600") ) +(myObject (attribute1 "attr29601") ) +(myObject (attribute1 "attr29602") ) +(myObject (attribute1 "attr29603") ) +(myObject (attribute1 "attr29604") ) +(myObject (attribute1 "attr29605") ) +(myObject (attribute1 "attr29606") ) +(myObject (attribute1 "attr29607") ) +(myObject (attribute1 "attr29608") ) +(myObject (attribute1 "attr29609") ) +(myObject (attribute1 "attr29610") ) +(myObject (attribute1 "attr29611") ) +(myObject (attribute1 "attr29612") ) +(myObject (attribute1 "attr29613") ) +(myObject (attribute1 "attr29614") ) +(myObject (attribute1 "attr29615") ) +(myObject (attribute1 "attr29616") ) +(myObject (attribute1 "attr29617") ) +(myObject (attribute1 "attr29618") ) +(myObject (attribute1 "attr29619") ) +(myObject (attribute1 "attr29620") ) +(myObject (attribute1 "attr29621") ) +(myObject (attribute1 "attr29622") ) +(myObject (attribute1 "attr29623") ) +(myObject (attribute1 "attr29624") ) +(myObject (attribute1 "attr29625") ) +(myObject (attribute1 "attr29626") ) +(myObject (attribute1 "attr29627") ) +(myObject (attribute1 "attr29628") ) +(myObject (attribute1 "attr29629") ) +(myObject (attribute1 "attr29630") ) +(myObject (attribute1 "attr29631") ) +(myObject (attribute1 "attr29632") ) +(myObject (attribute1 "attr29633") ) +(myObject (attribute1 "attr29634") ) +(myObject (attribute1 "attr29635") ) +(myObject (attribute1 "attr29636") ) +(myObject (attribute1 "attr29637") ) +(myObject (attribute1 "attr29638") ) +(myObject (attribute1 "attr29639") ) +(myObject (attribute1 "attr29640") ) +(myObject (attribute1 "attr29641") ) +(myObject (attribute1 "attr29642") ) +(myObject (attribute1 "attr29643") ) +(myObject (attribute1 "attr29644") ) +(myObject (attribute1 "attr29645") ) +(myObject (attribute1 "attr29646") ) +(myObject (attribute1 "attr29647") ) +(myObject (attribute1 "attr29648") ) +(myObject (attribute1 "attr29649") ) +(myObject (attribute1 "attr29650") ) +(myObject (attribute1 "attr29651") ) +(myObject (attribute1 "attr29652") ) +(myObject (attribute1 "attr29653") ) +(myObject (attribute1 "attr29654") ) +(myObject (attribute1 "attr29655") ) +(myObject (attribute1 "attr29656") ) +(myObject (attribute1 "attr29657") ) +(myObject (attribute1 "attr29658") ) +(myObject (attribute1 "attr29659") ) +(myObject (attribute1 "attr29660") ) +(myObject (attribute1 "attr29661") ) +(myObject (attribute1 "attr29662") ) +(myObject (attribute1 "attr29663") ) +(myObject (attribute1 "attr29664") ) +(myObject (attribute1 "attr29665") ) +(myObject (attribute1 "attr29666") ) +(myObject (attribute1 "attr29667") ) +(myObject (attribute1 "attr29668") ) +(myObject (attribute1 "attr29669") ) +(myObject (attribute1 "attr29670") ) +(myObject (attribute1 "attr29671") ) +(myObject (attribute1 "attr29672") ) +(myObject (attribute1 "attr29673") ) +(myObject (attribute1 "attr29674") ) +(myObject (attribute1 "attr29675") ) +(myObject (attribute1 "attr29676") ) +(myObject (attribute1 "attr29677") ) +(myObject (attribute1 "attr29678") ) +(myObject (attribute1 "attr29679") ) +(myObject (attribute1 "attr29680") ) +(myObject (attribute1 "attr29681") ) +(myObject (attribute1 "attr29682") ) +(myObject (attribute1 "attr29683") ) +(myObject (attribute1 "attr29684") ) +(myObject (attribute1 "attr29685") ) +(myObject (attribute1 "attr29686") ) +(myObject (attribute1 "attr29687") ) +(myObject (attribute1 "attr29688") ) +(myObject (attribute1 "attr29689") ) +(myObject (attribute1 "attr29690") ) +(myObject (attribute1 "attr29691") ) +(myObject (attribute1 "attr29692") ) +(myObject (attribute1 "attr29693") ) +(myObject (attribute1 "attr29694") ) +(myObject (attribute1 "attr29695") ) +(myObject (attribute1 "attr29696") ) +(myObject (attribute1 "attr29697") ) +(myObject (attribute1 "attr29698") ) +(myObject (attribute1 "attr29699") ) +(myObject (attribute1 "attr29700") ) +(myObject (attribute1 "attr29701") ) +(myObject (attribute1 "attr29702") ) +(myObject (attribute1 "attr29703") ) +(myObject (attribute1 "attr29704") ) +(myObject (attribute1 "attr29705") ) +(myObject (attribute1 "attr29706") ) +(myObject (attribute1 "attr29707") ) +(myObject (attribute1 "attr29708") ) +(myObject (attribute1 "attr29709") ) +(myObject (attribute1 "attr29710") ) +(myObject (attribute1 "attr29711") ) +(myObject (attribute1 "attr29712") ) +(myObject (attribute1 "attr29713") ) +(myObject (attribute1 "attr29714") ) +(myObject (attribute1 "attr29715") ) +(myObject (attribute1 "attr29716") ) +(myObject (attribute1 "attr29717") ) +(myObject (attribute1 "attr29718") ) +(myObject (attribute1 "attr29719") ) +(myObject (attribute1 "attr29720") ) +(myObject (attribute1 "attr29721") ) +(myObject (attribute1 "attr29722") ) +(myObject (attribute1 "attr29723") ) +(myObject (attribute1 "attr29724") ) +(myObject (attribute1 "attr29725") ) +(myObject (attribute1 "attr29726") ) +(myObject (attribute1 "attr29727") ) +(myObject (attribute1 "attr29728") ) +(myObject (attribute1 "attr29729") ) +(myObject (attribute1 "attr29730") ) +(myObject (attribute1 "attr29731") ) +(myObject (attribute1 "attr29732") ) +(myObject (attribute1 "attr29733") ) +(myObject (attribute1 "attr29734") ) +(myObject (attribute1 "attr29735") ) +(myObject (attribute1 "attr29736") ) +(myObject (attribute1 "attr29737") ) +(myObject (attribute1 "attr29738") ) +(myObject (attribute1 "attr29739") ) +(myObject (attribute1 "attr29740") ) +(myObject (attribute1 "attr29741") ) +(myObject (attribute1 "attr29742") ) +(myObject (attribute1 "attr29743") ) +(myObject (attribute1 "attr29744") ) +(myObject (attribute1 "attr29745") ) +(myObject (attribute1 "attr29746") ) +(myObject (attribute1 "attr29747") ) +(myObject (attribute1 "attr29748") ) +(myObject (attribute1 "attr29749") ) +(myObject (attribute1 "attr29750") ) +(myObject (attribute1 "attr29751") ) +(myObject (attribute1 "attr29752") ) +(myObject (attribute1 "attr29753") ) +(myObject (attribute1 "attr29754") ) +(myObject (attribute1 "attr29755") ) +(myObject (attribute1 "attr29756") ) +(myObject (attribute1 "attr29757") ) +(myObject (attribute1 "attr29758") ) +(myObject (attribute1 "attr29759") ) +(myObject (attribute1 "attr29760") ) +(myObject (attribute1 "attr29761") ) +(myObject (attribute1 "attr29762") ) +(myObject (attribute1 "attr29763") ) +(myObject (attribute1 "attr29764") ) +(myObject (attribute1 "attr29765") ) +(myObject (attribute1 "attr29766") ) +(myObject (attribute1 "attr29767") ) +(myObject (attribute1 "attr29768") ) +(myObject (attribute1 "attr29769") ) +(myObject (attribute1 "attr29770") ) +(myObject (attribute1 "attr29771") ) +(myObject (attribute1 "attr29772") ) +(myObject (attribute1 "attr29773") ) +(myObject (attribute1 "attr29774") ) +(myObject (attribute1 "attr29775") ) +(myObject (attribute1 "attr29776") ) +(myObject (attribute1 "attr29777") ) +(myObject (attribute1 "attr29778") ) +(myObject (attribute1 "attr29779") ) +(myObject (attribute1 "attr29780") ) +(myObject (attribute1 "attr29781") ) +(myObject (attribute1 "attr29782") ) +(myObject (attribute1 "attr29783") ) +(myObject (attribute1 "attr29784") ) +(myObject (attribute1 "attr29785") ) +(myObject (attribute1 "attr29786") ) +(myObject (attribute1 "attr29787") ) +(myObject (attribute1 "attr29788") ) +(myObject (attribute1 "attr29789") ) +(myObject (attribute1 "attr29790") ) +(myObject (attribute1 "attr29791") ) +(myObject (attribute1 "attr29792") ) +(myObject (attribute1 "attr29793") ) +(myObject (attribute1 "attr29794") ) +(myObject (attribute1 "attr29795") ) +(myObject (attribute1 "attr29796") ) +(myObject (attribute1 "attr29797") ) +(myObject (attribute1 "attr29798") ) +(myObject (attribute1 "attr29799") ) +(myObject (attribute1 "attr29800") ) +(myObject (attribute1 "attr29801") ) +(myObject (attribute1 "attr29802") ) +(myObject (attribute1 "attr29803") ) +(myObject (attribute1 "attr29804") ) +(myObject (attribute1 "attr29805") ) +(myObject (attribute1 "attr29806") ) +(myObject (attribute1 "attr29807") ) +(myObject (attribute1 "attr29808") ) +(myObject (attribute1 "attr29809") ) +(myObject (attribute1 "attr29810") ) +(myObject (attribute1 "attr29811") ) +(myObject (attribute1 "attr29812") ) +(myObject (attribute1 "attr29813") ) +(myObject (attribute1 "attr29814") ) +(myObject (attribute1 "attr29815") ) +(myObject (attribute1 "attr29816") ) +(myObject (attribute1 "attr29817") ) +(myObject (attribute1 "attr29818") ) +(myObject (attribute1 "attr29819") ) +(myObject (attribute1 "attr29820") ) +(myObject (attribute1 "attr29821") ) +(myObject (attribute1 "attr29822") ) +(myObject (attribute1 "attr29823") ) +(myObject (attribute1 "attr29824") ) +(myObject (attribute1 "attr29825") ) +(myObject (attribute1 "attr29826") ) +(myObject (attribute1 "attr29827") ) +(myObject (attribute1 "attr29828") ) +(myObject (attribute1 "attr29829") ) +(myObject (attribute1 "attr29830") ) +(myObject (attribute1 "attr29831") ) +(myObject (attribute1 "attr29832") ) +(myObject (attribute1 "attr29833") ) +(myObject (attribute1 "attr29834") ) +(myObject (attribute1 "attr29835") ) +(myObject (attribute1 "attr29836") ) +(myObject (attribute1 "attr29837") ) +(myObject (attribute1 "attr29838") ) +(myObject (attribute1 "attr29839") ) +(myObject (attribute1 "attr29840") ) +(myObject (attribute1 "attr29841") ) +(myObject (attribute1 "attr29842") ) +(myObject (attribute1 "attr29843") ) +(myObject (attribute1 "attr29844") ) +(myObject (attribute1 "attr29845") ) +(myObject (attribute1 "attr29846") ) +(myObject (attribute1 "attr29847") ) +(myObject (attribute1 "attr29848") ) +(myObject (attribute1 "attr29849") ) +(myObject (attribute1 "attr29850") ) +(myObject (attribute1 "attr29851") ) +(myObject (attribute1 "attr29852") ) +(myObject (attribute1 "attr29853") ) +(myObject (attribute1 "attr29854") ) +(myObject (attribute1 "attr29855") ) +(myObject (attribute1 "attr29856") ) +(myObject (attribute1 "attr29857") ) +(myObject (attribute1 "attr29858") ) +(myObject (attribute1 "attr29859") ) +(myObject (attribute1 "attr29860") ) +(myObject (attribute1 "attr29861") ) +(myObject (attribute1 "attr29862") ) +(myObject (attribute1 "attr29863") ) +(myObject (attribute1 "attr29864") ) +(myObject (attribute1 "attr29865") ) +(myObject (attribute1 "attr29866") ) +(myObject (attribute1 "attr29867") ) +(myObject (attribute1 "attr29868") ) +(myObject (attribute1 "attr29869") ) +(myObject (attribute1 "attr29870") ) +(myObject (attribute1 "attr29871") ) +(myObject (attribute1 "attr29872") ) +(myObject (attribute1 "attr29873") ) +(myObject (attribute1 "attr29874") ) +(myObject (attribute1 "attr29875") ) +(myObject (attribute1 "attr29876") ) +(myObject (attribute1 "attr29877") ) +(myObject (attribute1 "attr29878") ) +(myObject (attribute1 "attr29879") ) +(myObject (attribute1 "attr29880") ) +(myObject (attribute1 "attr29881") ) +(myObject (attribute1 "attr29882") ) +(myObject (attribute1 "attr29883") ) +(myObject (attribute1 "attr29884") ) +(myObject (attribute1 "attr29885") ) +(myObject (attribute1 "attr29886") ) +(myObject (attribute1 "attr29887") ) +(myObject (attribute1 "attr29888") ) +(myObject (attribute1 "attr29889") ) +(myObject (attribute1 "attr29890") ) +(myObject (attribute1 "attr29891") ) +(myObject (attribute1 "attr29892") ) +(myObject (attribute1 "attr29893") ) +(myObject (attribute1 "attr29894") ) +(myObject (attribute1 "attr29895") ) +(myObject (attribute1 "attr29896") ) +(myObject (attribute1 "attr29897") ) +(myObject (attribute1 "attr29898") ) +(myObject (attribute1 "attr29899") ) +(myObject (attribute1 "attr29900") ) +(myObject (attribute1 "attr29901") ) +(myObject (attribute1 "attr29902") ) +(myObject (attribute1 "attr29903") ) +(myObject (attribute1 "attr29904") ) +(myObject (attribute1 "attr29905") ) +(myObject (attribute1 "attr29906") ) +(myObject (attribute1 "attr29907") ) +(myObject (attribute1 "attr29908") ) +(myObject (attribute1 "attr29909") ) +(myObject (attribute1 "attr29910") ) +(myObject (attribute1 "attr29911") ) +(myObject (attribute1 "attr29912") ) +(myObject (attribute1 "attr29913") ) +(myObject (attribute1 "attr29914") ) +(myObject (attribute1 "attr29915") ) +(myObject (attribute1 "attr29916") ) +(myObject (attribute1 "attr29917") ) +(myObject (attribute1 "attr29918") ) +(myObject (attribute1 "attr29919") ) +(myObject (attribute1 "attr29920") ) +(myObject (attribute1 "attr29921") ) +(myObject (attribute1 "attr29922") ) +(myObject (attribute1 "attr29923") ) +(myObject (attribute1 "attr29924") ) +(myObject (attribute1 "attr29925") ) +(myObject (attribute1 "attr29926") ) +(myObject (attribute1 "attr29927") ) +(myObject (attribute1 "attr29928") ) +(myObject (attribute1 "attr29929") ) +(myObject (attribute1 "attr29930") ) +(myObject (attribute1 "attr29931") ) +(myObject (attribute1 "attr29932") ) +(myObject (attribute1 "attr29933") ) +(myObject (attribute1 "attr29934") ) +(myObject (attribute1 "attr29935") ) +(myObject (attribute1 "attr29936") ) +(myObject (attribute1 "attr29937") ) +(myObject (attribute1 "attr29938") ) +(myObject (attribute1 "attr29939") ) +(myObject (attribute1 "attr29940") ) +(myObject (attribute1 "attr29941") ) +(myObject (attribute1 "attr29942") ) +(myObject (attribute1 "attr29943") ) +(myObject (attribute1 "attr29944") ) +(myObject (attribute1 "attr29945") ) +(myObject (attribute1 "attr29946") ) +(myObject (attribute1 "attr29947") ) +(myObject (attribute1 "attr29948") ) +(myObject (attribute1 "attr29949") ) +(myObject (attribute1 "attr29950") ) +(myObject (attribute1 "attr29951") ) +(myObject (attribute1 "attr29952") ) +(myObject (attribute1 "attr29953") ) +(myObject (attribute1 "attr29954") ) +(myObject (attribute1 "attr29955") ) +(myObject (attribute1 "attr29956") ) +(myObject (attribute1 "attr29957") ) +(myObject (attribute1 "attr29958") ) +(myObject (attribute1 "attr29959") ) +(myObject (attribute1 "attr29960") ) +(myObject (attribute1 "attr29961") ) +(myObject (attribute1 "attr29962") ) +(myObject (attribute1 "attr29963") ) +(myObject (attribute1 "attr29964") ) +(myObject (attribute1 "attr29965") ) +(myObject (attribute1 "attr29966") ) +(myObject (attribute1 "attr29967") ) +(myObject (attribute1 "attr29968") ) +(myObject (attribute1 "attr29969") ) +(myObject (attribute1 "attr29970") ) +(myObject (attribute1 "attr29971") ) +(myObject (attribute1 "attr29972") ) +(myObject (attribute1 "attr29973") ) +(myObject (attribute1 "attr29974") ) +(myObject (attribute1 "attr29975") ) +(myObject (attribute1 "attr29976") ) +(myObject (attribute1 "attr29977") ) +(myObject (attribute1 "attr29978") ) +(myObject (attribute1 "attr29979") ) +(myObject (attribute1 "attr29980") ) +(myObject (attribute1 "attr29981") ) +(myObject (attribute1 "attr29982") ) +(myObject (attribute1 "attr29983") ) +(myObject (attribute1 "attr29984") ) +(myObject (attribute1 "attr29985") ) +(myObject (attribute1 "attr29986") ) +(myObject (attribute1 "attr29987") ) +(myObject (attribute1 "attr29988") ) +(myObject (attribute1 "attr29989") ) +(myObject (attribute1 "attr29990") ) +(myObject (attribute1 "attr29991") ) +(myObject (attribute1 "attr29992") ) +(myObject (attribute1 "attr29993") ) +(myObject (attribute1 "attr29994") ) +(myObject (attribute1 "attr29995") ) +(myObject (attribute1 "attr29996") ) +(myObject (attribute1 "attr29997") ) +(myObject (attribute1 "attr29998") ) +(myObject (attribute1 "attr29999") ) +(myObject (attribute1 "attr30000") ) +(myObject (attribute1 "attr30001") ) +(myObject (attribute1 "attr30002") ) +(myObject (attribute1 "attr30003") ) +(myObject (attribute1 "attr30004") ) +(myObject (attribute1 "attr30005") ) +(myObject (attribute1 "attr30006") ) +(myObject (attribute1 "attr30007") ) +(myObject (attribute1 "attr30008") ) +(myObject (attribute1 "attr30009") ) +(myObject (attribute1 "attr30010") ) +(myObject (attribute1 "attr30011") ) +(myObject (attribute1 "attr30012") ) +(myObject (attribute1 "attr30013") ) +(myObject (attribute1 "attr30014") ) +(myObject (attribute1 "attr30015") ) +(myObject (attribute1 "attr30016") ) +(myObject (attribute1 "attr30017") ) +(myObject (attribute1 "attr30018") ) +(myObject (attribute1 "attr30019") ) +(myObject (attribute1 "attr30020") ) +(myObject (attribute1 "attr30021") ) +(myObject (attribute1 "attr30022") ) +(myObject (attribute1 "attr30023") ) +(myObject (attribute1 "attr30024") ) +(myObject (attribute1 "attr30025") ) +(myObject (attribute1 "attr30026") ) +(myObject (attribute1 "attr30027") ) +(myObject (attribute1 "attr30028") ) +(myObject (attribute1 "attr30029") ) +(myObject (attribute1 "attr30030") ) +(myObject (attribute1 "attr30031") ) +(myObject (attribute1 "attr30032") ) +(myObject (attribute1 "attr30033") ) +(myObject (attribute1 "attr30034") ) +(myObject (attribute1 "attr30035") ) +(myObject (attribute1 "attr30036") ) +(myObject (attribute1 "attr30037") ) +(myObject (attribute1 "attr30038") ) +(myObject (attribute1 "attr30039") ) +(myObject (attribute1 "attr30040") ) +(myObject (attribute1 "attr30041") ) +(myObject (attribute1 "attr30042") ) +(myObject (attribute1 "attr30043") ) +(myObject (attribute1 "attr30044") ) +(myObject (attribute1 "attr30045") ) +(myObject (attribute1 "attr30046") ) +(myObject (attribute1 "attr30047") ) +(myObject (attribute1 "attr30048") ) +(myObject (attribute1 "attr30049") ) +(myObject (attribute1 "attr30050") ) +(myObject (attribute1 "attr30051") ) +(myObject (attribute1 "attr30052") ) +(myObject (attribute1 "attr30053") ) +(myObject (attribute1 "attr30054") ) +(myObject (attribute1 "attr30055") ) +(myObject (attribute1 "attr30056") ) +(myObject (attribute1 "attr30057") ) +(myObject (attribute1 "attr30058") ) +(myObject (attribute1 "attr30059") ) +(myObject (attribute1 "attr30060") ) +(myObject (attribute1 "attr30061") ) +(myObject (attribute1 "attr30062") ) +(myObject (attribute1 "attr30063") ) +(myObject (attribute1 "attr30064") ) +(myObject (attribute1 "attr30065") ) +(myObject (attribute1 "attr30066") ) +(myObject (attribute1 "attr30067") ) +(myObject (attribute1 "attr30068") ) +(myObject (attribute1 "attr30069") ) +(myObject (attribute1 "attr30070") ) +(myObject (attribute1 "attr30071") ) +(myObject (attribute1 "attr30072") ) +(myObject (attribute1 "attr30073") ) +(myObject (attribute1 "attr30074") ) +(myObject (attribute1 "attr30075") ) +(myObject (attribute1 "attr30076") ) +(myObject (attribute1 "attr30077") ) +(myObject (attribute1 "attr30078") ) +(myObject (attribute1 "attr30079") ) +(myObject (attribute1 "attr30080") ) +(myObject (attribute1 "attr30081") ) +(myObject (attribute1 "attr30082") ) +(myObject (attribute1 "attr30083") ) +(myObject (attribute1 "attr30084") ) +(myObject (attribute1 "attr30085") ) +(myObject (attribute1 "attr30086") ) +(myObject (attribute1 "attr30087") ) +(myObject (attribute1 "attr30088") ) +(myObject (attribute1 "attr30089") ) +(myObject (attribute1 "attr30090") ) +(myObject (attribute1 "attr30091") ) +(myObject (attribute1 "attr30092") ) +(myObject (attribute1 "attr30093") ) +(myObject (attribute1 "attr30094") ) +(myObject (attribute1 "attr30095") ) +(myObject (attribute1 "attr30096") ) +(myObject (attribute1 "attr30097") ) +(myObject (attribute1 "attr30098") ) +(myObject (attribute1 "attr30099") ) +(myObject (attribute1 "attr30100") ) +(myObject (attribute1 "attr30101") ) +(myObject (attribute1 "attr30102") ) +(myObject (attribute1 "attr30103") ) +(myObject (attribute1 "attr30104") ) +(myObject (attribute1 "attr30105") ) +(myObject (attribute1 "attr30106") ) +(myObject (attribute1 "attr30107") ) +(myObject (attribute1 "attr30108") ) +(myObject (attribute1 "attr30109") ) +(myObject (attribute1 "attr30110") ) +(myObject (attribute1 "attr30111") ) +(myObject (attribute1 "attr30112") ) +(myObject (attribute1 "attr30113") ) +(myObject (attribute1 "attr30114") ) +(myObject (attribute1 "attr30115") ) +(myObject (attribute1 "attr30116") ) +(myObject (attribute1 "attr30117") ) +(myObject (attribute1 "attr30118") ) +(myObject (attribute1 "attr30119") ) +(myObject (attribute1 "attr30120") ) +(myObject (attribute1 "attr30121") ) +(myObject (attribute1 "attr30122") ) +(myObject (attribute1 "attr30123") ) +(myObject (attribute1 "attr30124") ) +(myObject (attribute1 "attr30125") ) +(myObject (attribute1 "attr30126") ) +(myObject (attribute1 "attr30127") ) +(myObject (attribute1 "attr30128") ) +(myObject (attribute1 "attr30129") ) +(myObject (attribute1 "attr30130") ) +(myObject (attribute1 "attr30131") ) +(myObject (attribute1 "attr30132") ) +(myObject (attribute1 "attr30133") ) +(myObject (attribute1 "attr30134") ) +(myObject (attribute1 "attr30135") ) +(myObject (attribute1 "attr30136") ) +(myObject (attribute1 "attr30137") ) +(myObject (attribute1 "attr30138") ) +(myObject (attribute1 "attr30139") ) +(myObject (attribute1 "attr30140") ) +(myObject (attribute1 "attr30141") ) +(myObject (attribute1 "attr30142") ) +(myObject (attribute1 "attr30143") ) +(myObject (attribute1 "attr30144") ) +(myObject (attribute1 "attr30145") ) +(myObject (attribute1 "attr30146") ) +(myObject (attribute1 "attr30147") ) +(myObject (attribute1 "attr30148") ) +(myObject (attribute1 "attr30149") ) +(myObject (attribute1 "attr30150") ) +(myObject (attribute1 "attr30151") ) +(myObject (attribute1 "attr30152") ) +(myObject (attribute1 "attr30153") ) +(myObject (attribute1 "attr30154") ) +(myObject (attribute1 "attr30155") ) +(myObject (attribute1 "attr30156") ) +(myObject (attribute1 "attr30157") ) +(myObject (attribute1 "attr30158") ) +(myObject (attribute1 "attr30159") ) +(myObject (attribute1 "attr30160") ) +(myObject (attribute1 "attr30161") ) +(myObject (attribute1 "attr30162") ) +(myObject (attribute1 "attr30163") ) +(myObject (attribute1 "attr30164") ) +(myObject (attribute1 "attr30165") ) +(myObject (attribute1 "attr30166") ) +(myObject (attribute1 "attr30167") ) +(myObject (attribute1 "attr30168") ) +(myObject (attribute1 "attr30169") ) +(myObject (attribute1 "attr30170") ) +(myObject (attribute1 "attr30171") ) +(myObject (attribute1 "attr30172") ) +(myObject (attribute1 "attr30173") ) +(myObject (attribute1 "attr30174") ) +(myObject (attribute1 "attr30175") ) +(myObject (attribute1 "attr30176") ) +(myObject (attribute1 "attr30177") ) +(myObject (attribute1 "attr30178") ) +(myObject (attribute1 "attr30179") ) +(myObject (attribute1 "attr30180") ) +(myObject (attribute1 "attr30181") ) +(myObject (attribute1 "attr30182") ) +(myObject (attribute1 "attr30183") ) +(myObject (attribute1 "attr30184") ) +(myObject (attribute1 "attr30185") ) +(myObject (attribute1 "attr30186") ) +(myObject (attribute1 "attr30187") ) +(myObject (attribute1 "attr30188") ) +(myObject (attribute1 "attr30189") ) +(myObject (attribute1 "attr30190") ) +(myObject (attribute1 "attr30191") ) +(myObject (attribute1 "attr30192") ) +(myObject (attribute1 "attr30193") ) +(myObject (attribute1 "attr30194") ) +(myObject (attribute1 "attr30195") ) +(myObject (attribute1 "attr30196") ) +(myObject (attribute1 "attr30197") ) +(myObject (attribute1 "attr30198") ) +(myObject (attribute1 "attr30199") ) +(myObject (attribute1 "attr30200") ) +(myObject (attribute1 "attr30201") ) +(myObject (attribute1 "attr30202") ) +(myObject (attribute1 "attr30203") ) +(myObject (attribute1 "attr30204") ) +(myObject (attribute1 "attr30205") ) +(myObject (attribute1 "attr30206") ) +(myObject (attribute1 "attr30207") ) +(myObject (attribute1 "attr30208") ) +(myObject (attribute1 "attr30209") ) +(myObject (attribute1 "attr30210") ) +(myObject (attribute1 "attr30211") ) +(myObject (attribute1 "attr30212") ) +(myObject (attribute1 "attr30213") ) +(myObject (attribute1 "attr30214") ) +(myObject (attribute1 "attr30215") ) +(myObject (attribute1 "attr30216") ) +(myObject (attribute1 "attr30217") ) +(myObject (attribute1 "attr30218") ) +(myObject (attribute1 "attr30219") ) +(myObject (attribute1 "attr30220") ) +(myObject (attribute1 "attr30221") ) +(myObject (attribute1 "attr30222") ) +(myObject (attribute1 "attr30223") ) +(myObject (attribute1 "attr30224") ) +(myObject (attribute1 "attr30225") ) +(myObject (attribute1 "attr30226") ) +(myObject (attribute1 "attr30227") ) +(myObject (attribute1 "attr30228") ) +(myObject (attribute1 "attr30229") ) +(myObject (attribute1 "attr30230") ) +(myObject (attribute1 "attr30231") ) +(myObject (attribute1 "attr30232") ) +(myObject (attribute1 "attr30233") ) +(myObject (attribute1 "attr30234") ) +(myObject (attribute1 "attr30235") ) +(myObject (attribute1 "attr30236") ) +(myObject (attribute1 "attr30237") ) +(myObject (attribute1 "attr30238") ) +(myObject (attribute1 "attr30239") ) +(myObject (attribute1 "attr30240") ) +(myObject (attribute1 "attr30241") ) +(myObject (attribute1 "attr30242") ) +(myObject (attribute1 "attr30243") ) +(myObject (attribute1 "attr30244") ) +(myObject (attribute1 "attr30245") ) +(myObject (attribute1 "attr30246") ) +(myObject (attribute1 "attr30247") ) +(myObject (attribute1 "attr30248") ) +(myObject (attribute1 "attr30249") ) +(myObject (attribute1 "attr30250") ) +(myObject (attribute1 "attr30251") ) +(myObject (attribute1 "attr30252") ) +(myObject (attribute1 "attr30253") ) +(myObject (attribute1 "attr30254") ) +(myObject (attribute1 "attr30255") ) +(myObject (attribute1 "attr30256") ) +(myObject (attribute1 "attr30257") ) +(myObject (attribute1 "attr30258") ) +(myObject (attribute1 "attr30259") ) +(myObject (attribute1 "attr30260") ) +(myObject (attribute1 "attr30261") ) +(myObject (attribute1 "attr30262") ) +(myObject (attribute1 "attr30263") ) +(myObject (attribute1 "attr30264") ) +(myObject (attribute1 "attr30265") ) +(myObject (attribute1 "attr30266") ) +(myObject (attribute1 "attr30267") ) +(myObject (attribute1 "attr30268") ) +(myObject (attribute1 "attr30269") ) +(myObject (attribute1 "attr30270") ) +(myObject (attribute1 "attr30271") ) +(myObject (attribute1 "attr30272") ) +(myObject (attribute1 "attr30273") ) +(myObject (attribute1 "attr30274") ) +(myObject (attribute1 "attr30275") ) +(myObject (attribute1 "attr30276") ) +(myObject (attribute1 "attr30277") ) +(myObject (attribute1 "attr30278") ) +(myObject (attribute1 "attr30279") ) +(myObject (attribute1 "attr30280") ) +(myObject (attribute1 "attr30281") ) +(myObject (attribute1 "attr30282") ) +(myObject (attribute1 "attr30283") ) +(myObject (attribute1 "attr30284") ) +(myObject (attribute1 "attr30285") ) +(myObject (attribute1 "attr30286") ) +(myObject (attribute1 "attr30287") ) +(myObject (attribute1 "attr30288") ) +(myObject (attribute1 "attr30289") ) +(myObject (attribute1 "attr30290") ) +(myObject (attribute1 "attr30291") ) +(myObject (attribute1 "attr30292") ) +(myObject (attribute1 "attr30293") ) +(myObject (attribute1 "attr30294") ) +(myObject (attribute1 "attr30295") ) +(myObject (attribute1 "attr30296") ) +(myObject (attribute1 "attr30297") ) +(myObject (attribute1 "attr30298") ) +(myObject (attribute1 "attr30299") ) +(myObject (attribute1 "attr30300") ) +(myObject (attribute1 "attr30301") ) +(myObject (attribute1 "attr30302") ) +(myObject (attribute1 "attr30303") ) +(myObject (attribute1 "attr30304") ) +(myObject (attribute1 "attr30305") ) +(myObject (attribute1 "attr30306") ) +(myObject (attribute1 "attr30307") ) +(myObject (attribute1 "attr30308") ) +(myObject (attribute1 "attr30309") ) +(myObject (attribute1 "attr30310") ) +(myObject (attribute1 "attr30311") ) +(myObject (attribute1 "attr30312") ) +(myObject (attribute1 "attr30313") ) +(myObject (attribute1 "attr30314") ) +(myObject (attribute1 "attr30315") ) +(myObject (attribute1 "attr30316") ) +(myObject (attribute1 "attr30317") ) +(myObject (attribute1 "attr30318") ) +(myObject (attribute1 "attr30319") ) +(myObject (attribute1 "attr30320") ) +(myObject (attribute1 "attr30321") ) +(myObject (attribute1 "attr30322") ) +(myObject (attribute1 "attr30323") ) +(myObject (attribute1 "attr30324") ) +(myObject (attribute1 "attr30325") ) +(myObject (attribute1 "attr30326") ) +(myObject (attribute1 "attr30327") ) +(myObject (attribute1 "attr30328") ) +(myObject (attribute1 "attr30329") ) +(myObject (attribute1 "attr30330") ) +(myObject (attribute1 "attr30331") ) +(myObject (attribute1 "attr30332") ) +(myObject (attribute1 "attr30333") ) +(myObject (attribute1 "attr30334") ) +(myObject (attribute1 "attr30335") ) +(myObject (attribute1 "attr30336") ) +(myObject (attribute1 "attr30337") ) +(myObject (attribute1 "attr30338") ) +(myObject (attribute1 "attr30339") ) +(myObject (attribute1 "attr30340") ) +(myObject (attribute1 "attr30341") ) +(myObject (attribute1 "attr30342") ) +(myObject (attribute1 "attr30343") ) +(myObject (attribute1 "attr30344") ) +(myObject (attribute1 "attr30345") ) +(myObject (attribute1 "attr30346") ) +(myObject (attribute1 "attr30347") ) +(myObject (attribute1 "attr30348") ) +(myObject (attribute1 "attr30349") ) +(myObject (attribute1 "attr30350") ) +(myObject (attribute1 "attr30351") ) +(myObject (attribute1 "attr30352") ) +(myObject (attribute1 "attr30353") ) +(myObject (attribute1 "attr30354") ) +(myObject (attribute1 "attr30355") ) +(myObject (attribute1 "attr30356") ) +(myObject (attribute1 "attr30357") ) +(myObject (attribute1 "attr30358") ) +(myObject (attribute1 "attr30359") ) +(myObject (attribute1 "attr30360") ) +(myObject (attribute1 "attr30361") ) +(myObject (attribute1 "attr30362") ) +(myObject (attribute1 "attr30363") ) +(myObject (attribute1 "attr30364") ) +(myObject (attribute1 "attr30365") ) +(myObject (attribute1 "attr30366") ) +(myObject (attribute1 "attr30367") ) +(myObject (attribute1 "attr30368") ) +(myObject (attribute1 "attr30369") ) +(myObject (attribute1 "attr30370") ) +(myObject (attribute1 "attr30371") ) +(myObject (attribute1 "attr30372") ) +(myObject (attribute1 "attr30373") ) +(myObject (attribute1 "attr30374") ) +(myObject (attribute1 "attr30375") ) +(myObject (attribute1 "attr30376") ) +(myObject (attribute1 "attr30377") ) +(myObject (attribute1 "attr30378") ) +(myObject (attribute1 "attr30379") ) +(myObject (attribute1 "attr30380") ) +(myObject (attribute1 "attr30381") ) +(myObject (attribute1 "attr30382") ) +(myObject (attribute1 "attr30383") ) +(myObject (attribute1 "attr30384") ) +(myObject (attribute1 "attr30385") ) +(myObject (attribute1 "attr30386") ) +(myObject (attribute1 "attr30387") ) +(myObject (attribute1 "attr30388") ) +(myObject (attribute1 "attr30389") ) +(myObject (attribute1 "attr30390") ) +(myObject (attribute1 "attr30391") ) +(myObject (attribute1 "attr30392") ) +(myObject (attribute1 "attr30393") ) +(myObject (attribute1 "attr30394") ) +(myObject (attribute1 "attr30395") ) +(myObject (attribute1 "attr30396") ) +(myObject (attribute1 "attr30397") ) +(myObject (attribute1 "attr30398") ) +(myObject (attribute1 "attr30399") ) +(myObject (attribute1 "attr30400") ) +(myObject (attribute1 "attr30401") ) +(myObject (attribute1 "attr30402") ) +(myObject (attribute1 "attr30403") ) +(myObject (attribute1 "attr30404") ) +(myObject (attribute1 "attr30405") ) +(myObject (attribute1 "attr30406") ) +(myObject (attribute1 "attr30407") ) +(myObject (attribute1 "attr30408") ) +(myObject (attribute1 "attr30409") ) +(myObject (attribute1 "attr30410") ) +(myObject (attribute1 "attr30411") ) +(myObject (attribute1 "attr30412") ) +(myObject (attribute1 "attr30413") ) +(myObject (attribute1 "attr30414") ) +(myObject (attribute1 "attr30415") ) +(myObject (attribute1 "attr30416") ) +(myObject (attribute1 "attr30417") ) +(myObject (attribute1 "attr30418") ) +(myObject (attribute1 "attr30419") ) +(myObject (attribute1 "attr30420") ) +(myObject (attribute1 "attr30421") ) +(myObject (attribute1 "attr30422") ) +(myObject (attribute1 "attr30423") ) +(myObject (attribute1 "attr30424") ) +(myObject (attribute1 "attr30425") ) +(myObject (attribute1 "attr30426") ) +(myObject (attribute1 "attr30427") ) +(myObject (attribute1 "attr30428") ) +(myObject (attribute1 "attr30429") ) +(myObject (attribute1 "attr30430") ) +(myObject (attribute1 "attr30431") ) +(myObject (attribute1 "attr30432") ) +(myObject (attribute1 "attr30433") ) +(myObject (attribute1 "attr30434") ) +(myObject (attribute1 "attr30435") ) +(myObject (attribute1 "attr30436") ) +(myObject (attribute1 "attr30437") ) +(myObject (attribute1 "attr30438") ) +(myObject (attribute1 "attr30439") ) +(myObject (attribute1 "attr30440") ) +(myObject (attribute1 "attr30441") ) +(myObject (attribute1 "attr30442") ) +(myObject (attribute1 "attr30443") ) +(myObject (attribute1 "attr30444") ) +(myObject (attribute1 "attr30445") ) +(myObject (attribute1 "attr30446") ) +(myObject (attribute1 "attr30447") ) +(myObject (attribute1 "attr30448") ) +(myObject (attribute1 "attr30449") ) +(myObject (attribute1 "attr30450") ) +(myObject (attribute1 "attr30451") ) +(myObject (attribute1 "attr30452") ) +(myObject (attribute1 "attr30453") ) +(myObject (attribute1 "attr30454") ) +(myObject (attribute1 "attr30455") ) +(myObject (attribute1 "attr30456") ) +(myObject (attribute1 "attr30457") ) +(myObject (attribute1 "attr30458") ) +(myObject (attribute1 "attr30459") ) +(myObject (attribute1 "attr30460") ) +(myObject (attribute1 "attr30461") ) +(myObject (attribute1 "attr30462") ) +(myObject (attribute1 "attr30463") ) +(myObject (attribute1 "attr30464") ) +(myObject (attribute1 "attr30465") ) +(myObject (attribute1 "attr30466") ) +(myObject (attribute1 "attr30467") ) +(myObject (attribute1 "attr30468") ) +(myObject (attribute1 "attr30469") ) +(myObject (attribute1 "attr30470") ) +(myObject (attribute1 "attr30471") ) +(myObject (attribute1 "attr30472") ) +(myObject (attribute1 "attr30473") ) +(myObject (attribute1 "attr30474") ) +(myObject (attribute1 "attr30475") ) +(myObject (attribute1 "attr30476") ) +(myObject (attribute1 "attr30477") ) +(myObject (attribute1 "attr30478") ) +(myObject (attribute1 "attr30479") ) +(myObject (attribute1 "attr30480") ) +(myObject (attribute1 "attr30481") ) +(myObject (attribute1 "attr30482") ) +(myObject (attribute1 "attr30483") ) +(myObject (attribute1 "attr30484") ) +(myObject (attribute1 "attr30485") ) +(myObject (attribute1 "attr30486") ) +(myObject (attribute1 "attr30487") ) +(myObject (attribute1 "attr30488") ) +(myObject (attribute1 "attr30489") ) +(myObject (attribute1 "attr30490") ) +(myObject (attribute1 "attr30491") ) +(myObject (attribute1 "attr30492") ) +(myObject (attribute1 "attr30493") ) +(myObject (attribute1 "attr30494") ) +(myObject (attribute1 "attr30495") ) +(myObject (attribute1 "attr30496") ) +(myObject (attribute1 "attr30497") ) +(myObject (attribute1 "attr30498") ) +(myObject (attribute1 "attr30499") ) +(myObject (attribute1 "attr30500") ) +(myObject (attribute1 "attr30501") ) +(myObject (attribute1 "attr30502") ) +(myObject (attribute1 "attr30503") ) +(myObject (attribute1 "attr30504") ) +(myObject (attribute1 "attr30505") ) +(myObject (attribute1 "attr30506") ) +(myObject (attribute1 "attr30507") ) +(myObject (attribute1 "attr30508") ) +(myObject (attribute1 "attr30509") ) +(myObject (attribute1 "attr30510") ) +(myObject (attribute1 "attr30511") ) +(myObject (attribute1 "attr30512") ) +(myObject (attribute1 "attr30513") ) +(myObject (attribute1 "attr30514") ) +(myObject (attribute1 "attr30515") ) +(myObject (attribute1 "attr30516") ) +(myObject (attribute1 "attr30517") ) +(myObject (attribute1 "attr30518") ) +(myObject (attribute1 "attr30519") ) +(myObject (attribute1 "attr30520") ) +(myObject (attribute1 "attr30521") ) +(myObject (attribute1 "attr30522") ) +(myObject (attribute1 "attr30523") ) +(myObject (attribute1 "attr30524") ) +(myObject (attribute1 "attr30525") ) +(myObject (attribute1 "attr30526") ) +(myObject (attribute1 "attr30527") ) +(myObject (attribute1 "attr30528") ) +(myObject (attribute1 "attr30529") ) +(myObject (attribute1 "attr30530") ) +(myObject (attribute1 "attr30531") ) +(myObject (attribute1 "attr30532") ) +(myObject (attribute1 "attr30533") ) +(myObject (attribute1 "attr30534") ) +(myObject (attribute1 "attr30535") ) +(myObject (attribute1 "attr30536") ) +(myObject (attribute1 "attr30537") ) +(myObject (attribute1 "attr30538") ) +(myObject (attribute1 "attr30539") ) +(myObject (attribute1 "attr30540") ) +(myObject (attribute1 "attr30541") ) +(myObject (attribute1 "attr30542") ) +(myObject (attribute1 "attr30543") ) +(myObject (attribute1 "attr30544") ) +(myObject (attribute1 "attr30545") ) +(myObject (attribute1 "attr30546") ) +(myObject (attribute1 "attr30547") ) +(myObject (attribute1 "attr30548") ) +(myObject (attribute1 "attr30549") ) +(myObject (attribute1 "attr30550") ) +(myObject (attribute1 "attr30551") ) +(myObject (attribute1 "attr30552") ) +(myObject (attribute1 "attr30553") ) +(myObject (attribute1 "attr30554") ) +(myObject (attribute1 "attr30555") ) +(myObject (attribute1 "attr30556") ) +(myObject (attribute1 "attr30557") ) +(myObject (attribute1 "attr30558") ) +(myObject (attribute1 "attr30559") ) +(myObject (attribute1 "attr30560") ) +(myObject (attribute1 "attr30561") ) +(myObject (attribute1 "attr30562") ) +(myObject (attribute1 "attr30563") ) +(myObject (attribute1 "attr30564") ) +(myObject (attribute1 "attr30565") ) +(myObject (attribute1 "attr30566") ) +(myObject (attribute1 "attr30567") ) +(myObject (attribute1 "attr30568") ) +(myObject (attribute1 "attr30569") ) +(myObject (attribute1 "attr30570") ) +(myObject (attribute1 "attr30571") ) +(myObject (attribute1 "attr30572") ) +(myObject (attribute1 "attr30573") ) +(myObject (attribute1 "attr30574") ) +(myObject (attribute1 "attr30575") ) +(myObject (attribute1 "attr30576") ) +(myObject (attribute1 "attr30577") ) +(myObject (attribute1 "attr30578") ) +(myObject (attribute1 "attr30579") ) +(myObject (attribute1 "attr30580") ) +(myObject (attribute1 "attr30581") ) +(myObject (attribute1 "attr30582") ) +(myObject (attribute1 "attr30583") ) +(myObject (attribute1 "attr30584") ) +(myObject (attribute1 "attr30585") ) +(myObject (attribute1 "attr30586") ) +(myObject (attribute1 "attr30587") ) +(myObject (attribute1 "attr30588") ) +(myObject (attribute1 "attr30589") ) +(myObject (attribute1 "attr30590") ) +(myObject (attribute1 "attr30591") ) +(myObject (attribute1 "attr30592") ) +(myObject (attribute1 "attr30593") ) +(myObject (attribute1 "attr30594") ) +(myObject (attribute1 "attr30595") ) +(myObject (attribute1 "attr30596") ) +(myObject (attribute1 "attr30597") ) +(myObject (attribute1 "attr30598") ) +(myObject (attribute1 "attr30599") ) +(myObject (attribute1 "attr30600") ) +(myObject (attribute1 "attr30601") ) +(myObject (attribute1 "attr30602") ) +(myObject (attribute1 "attr30603") ) +(myObject (attribute1 "attr30604") ) +(myObject (attribute1 "attr30605") ) +(myObject (attribute1 "attr30606") ) +(myObject (attribute1 "attr30607") ) +(myObject (attribute1 "attr30608") ) +(myObject (attribute1 "attr30609") ) +(myObject (attribute1 "attr30610") ) +(myObject (attribute1 "attr30611") ) +(myObject (attribute1 "attr30612") ) +(myObject (attribute1 "attr30613") ) +(myObject (attribute1 "attr30614") ) +(myObject (attribute1 "attr30615") ) +(myObject (attribute1 "attr30616") ) +(myObject (attribute1 "attr30617") ) +(myObject (attribute1 "attr30618") ) +(myObject (attribute1 "attr30619") ) +(myObject (attribute1 "attr30620") ) +(myObject (attribute1 "attr30621") ) +(myObject (attribute1 "attr30622") ) +(myObject (attribute1 "attr30623") ) +(myObject (attribute1 "attr30624") ) +(myObject (attribute1 "attr30625") ) +(myObject (attribute1 "attr30626") ) +(myObject (attribute1 "attr30627") ) +(myObject (attribute1 "attr30628") ) +(myObject (attribute1 "attr30629") ) +(myObject (attribute1 "attr30630") ) +(myObject (attribute1 "attr30631") ) +(myObject (attribute1 "attr30632") ) +(myObject (attribute1 "attr30633") ) +(myObject (attribute1 "attr30634") ) +(myObject (attribute1 "attr30635") ) +(myObject (attribute1 "attr30636") ) +(myObject (attribute1 "attr30637") ) +(myObject (attribute1 "attr30638") ) +(myObject (attribute1 "attr30639") ) +(myObject (attribute1 "attr30640") ) +(myObject (attribute1 "attr30641") ) +(myObject (attribute1 "attr30642") ) +(myObject (attribute1 "attr30643") ) +(myObject (attribute1 "attr30644") ) +(myObject (attribute1 "attr30645") ) +(myObject (attribute1 "attr30646") ) +(myObject (attribute1 "attr30647") ) +(myObject (attribute1 "attr30648") ) +(myObject (attribute1 "attr30649") ) +(myObject (attribute1 "attr30650") ) +(myObject (attribute1 "attr30651") ) +(myObject (attribute1 "attr30652") ) +(myObject (attribute1 "attr30653") ) +(myObject (attribute1 "attr30654") ) +(myObject (attribute1 "attr30655") ) +(myObject (attribute1 "attr30656") ) +(myObject (attribute1 "attr30657") ) +(myObject (attribute1 "attr30658") ) +(myObject (attribute1 "attr30659") ) +(myObject (attribute1 "attr30660") ) +(myObject (attribute1 "attr30661") ) +(myObject (attribute1 "attr30662") ) +(myObject (attribute1 "attr30663") ) +(myObject (attribute1 "attr30664") ) +(myObject (attribute1 "attr30665") ) +(myObject (attribute1 "attr30666") ) +(myObject (attribute1 "attr30667") ) +(myObject (attribute1 "attr30668") ) +(myObject (attribute1 "attr30669") ) +(myObject (attribute1 "attr30670") ) +(myObject (attribute1 "attr30671") ) +(myObject (attribute1 "attr30672") ) +(myObject (attribute1 "attr30673") ) +(myObject (attribute1 "attr30674") ) +(myObject (attribute1 "attr30675") ) +(myObject (attribute1 "attr30676") ) +(myObject (attribute1 "attr30677") ) +(myObject (attribute1 "attr30678") ) +(myObject (attribute1 "attr30679") ) +(myObject (attribute1 "attr30680") ) +(myObject (attribute1 "attr30681") ) +(myObject (attribute1 "attr30682") ) +(myObject (attribute1 "attr30683") ) +(myObject (attribute1 "attr30684") ) +(myObject (attribute1 "attr30685") ) +(myObject (attribute1 "attr30686") ) +(myObject (attribute1 "attr30687") ) +(myObject (attribute1 "attr30688") ) +(myObject (attribute1 "attr30689") ) +(myObject (attribute1 "attr30690") ) +(myObject (attribute1 "attr30691") ) +(myObject (attribute1 "attr30692") ) +(myObject (attribute1 "attr30693") ) +(myObject (attribute1 "attr30694") ) +(myObject (attribute1 "attr30695") ) +(myObject (attribute1 "attr30696") ) +(myObject (attribute1 "attr30697") ) +(myObject (attribute1 "attr30698") ) +(myObject (attribute1 "attr30699") ) +(myObject (attribute1 "attr30700") ) +(myObject (attribute1 "attr30701") ) +(myObject (attribute1 "attr30702") ) +(myObject (attribute1 "attr30703") ) +(myObject (attribute1 "attr30704") ) +(myObject (attribute1 "attr30705") ) +(myObject (attribute1 "attr30706") ) +(myObject (attribute1 "attr30707") ) +(myObject (attribute1 "attr30708") ) +(myObject (attribute1 "attr30709") ) +(myObject (attribute1 "attr30710") ) +(myObject (attribute1 "attr30711") ) +(myObject (attribute1 "attr30712") ) +(myObject (attribute1 "attr30713") ) +(myObject (attribute1 "attr30714") ) +(myObject (attribute1 "attr30715") ) +(myObject (attribute1 "attr30716") ) +(myObject (attribute1 "attr30717") ) +(myObject (attribute1 "attr30718") ) +(myObject (attribute1 "attr30719") ) +(myObject (attribute1 "attr30720") ) +(myObject (attribute1 "attr30721") ) +(myObject (attribute1 "attr30722") ) +(myObject (attribute1 "attr30723") ) +(myObject (attribute1 "attr30724") ) +(myObject (attribute1 "attr30725") ) +(myObject (attribute1 "attr30726") ) +(myObject (attribute1 "attr30727") ) +(myObject (attribute1 "attr30728") ) +(myObject (attribute1 "attr30729") ) +(myObject (attribute1 "attr30730") ) +(myObject (attribute1 "attr30731") ) +(myObject (attribute1 "attr30732") ) +(myObject (attribute1 "attr30733") ) +(myObject (attribute1 "attr30734") ) +(myObject (attribute1 "attr30735") ) +(myObject (attribute1 "attr30736") ) +(myObject (attribute1 "attr30737") ) +(myObject (attribute1 "attr30738") ) +(myObject (attribute1 "attr30739") ) +(myObject (attribute1 "attr30740") ) +(myObject (attribute1 "attr30741") ) +(myObject (attribute1 "attr30742") ) +(myObject (attribute1 "attr30743") ) +(myObject (attribute1 "attr30744") ) +(myObject (attribute1 "attr30745") ) +(myObject (attribute1 "attr30746") ) +(myObject (attribute1 "attr30747") ) +(myObject (attribute1 "attr30748") ) +(myObject (attribute1 "attr30749") ) +(myObject (attribute1 "attr30750") ) +(myObject (attribute1 "attr30751") ) +(myObject (attribute1 "attr30752") ) +(myObject (attribute1 "attr30753") ) +(myObject (attribute1 "attr30754") ) +(myObject (attribute1 "attr30755") ) +(myObject (attribute1 "attr30756") ) +(myObject (attribute1 "attr30757") ) +(myObject (attribute1 "attr30758") ) +(myObject (attribute1 "attr30759") ) +(myObject (attribute1 "attr30760") ) +(myObject (attribute1 "attr30761") ) +(myObject (attribute1 "attr30762") ) +(myObject (attribute1 "attr30763") ) +(myObject (attribute1 "attr30764") ) +(myObject (attribute1 "attr30765") ) +(myObject (attribute1 "attr30766") ) +(myObject (attribute1 "attr30767") ) +(myObject (attribute1 "attr30768") ) +(myObject (attribute1 "attr30769") ) +(myObject (attribute1 "attr30770") ) +(myObject (attribute1 "attr30771") ) +(myObject (attribute1 "attr30772") ) +(myObject (attribute1 "attr30773") ) +(myObject (attribute1 "attr30774") ) +(myObject (attribute1 "attr30775") ) +(myObject (attribute1 "attr30776") ) +(myObject (attribute1 "attr30777") ) +(myObject (attribute1 "attr30778") ) +(myObject (attribute1 "attr30779") ) +(myObject (attribute1 "attr30780") ) +(myObject (attribute1 "attr30781") ) +(myObject (attribute1 "attr30782") ) +(myObject (attribute1 "attr30783") ) +(myObject (attribute1 "attr30784") ) +(myObject (attribute1 "attr30785") ) +(myObject (attribute1 "attr30786") ) +(myObject (attribute1 "attr30787") ) +(myObject (attribute1 "attr30788") ) +(myObject (attribute1 "attr30789") ) +(myObject (attribute1 "attr30790") ) +(myObject (attribute1 "attr30791") ) +(myObject (attribute1 "attr30792") ) +(myObject (attribute1 "attr30793") ) +(myObject (attribute1 "attr30794") ) +(myObject (attribute1 "attr30795") ) +(myObject (attribute1 "attr30796") ) +(myObject (attribute1 "attr30797") ) +(myObject (attribute1 "attr30798") ) +(myObject (attribute1 "attr30799") ) +(myObject (attribute1 "attr30800") ) +(myObject (attribute1 "attr30801") ) +(myObject (attribute1 "attr30802") ) +(myObject (attribute1 "attr30803") ) +(myObject (attribute1 "attr30804") ) +(myObject (attribute1 "attr30805") ) +(myObject (attribute1 "attr30806") ) +(myObject (attribute1 "attr30807") ) +(myObject (attribute1 "attr30808") ) +(myObject (attribute1 "attr30809") ) +(myObject (attribute1 "attr30810") ) +(myObject (attribute1 "attr30811") ) +(myObject (attribute1 "attr30812") ) +(myObject (attribute1 "attr30813") ) +(myObject (attribute1 "attr30814") ) +(myObject (attribute1 "attr30815") ) +(myObject (attribute1 "attr30816") ) +(myObject (attribute1 "attr30817") ) +(myObject (attribute1 "attr30818") ) +(myObject (attribute1 "attr30819") ) +(myObject (attribute1 "attr30820") ) +(myObject (attribute1 "attr30821") ) +(myObject (attribute1 "attr30822") ) +(myObject (attribute1 "attr30823") ) +(myObject (attribute1 "attr30824") ) +(myObject (attribute1 "attr30825") ) +(myObject (attribute1 "attr30826") ) +(myObject (attribute1 "attr30827") ) +(myObject (attribute1 "attr30828") ) +(myObject (attribute1 "attr30829") ) +(myObject (attribute1 "attr30830") ) +(myObject (attribute1 "attr30831") ) +(myObject (attribute1 "attr30832") ) +(myObject (attribute1 "attr30833") ) +(myObject (attribute1 "attr30834") ) +(myObject (attribute1 "attr30835") ) +(myObject (attribute1 "attr30836") ) +(myObject (attribute1 "attr30837") ) +(myObject (attribute1 "attr30838") ) +(myObject (attribute1 "attr30839") ) +(myObject (attribute1 "attr30840") ) +(myObject (attribute1 "attr30841") ) +(myObject (attribute1 "attr30842") ) +(myObject (attribute1 "attr30843") ) +(myObject (attribute1 "attr30844") ) +(myObject (attribute1 "attr30845") ) +(myObject (attribute1 "attr30846") ) +(myObject (attribute1 "attr30847") ) +(myObject (attribute1 "attr30848") ) +(myObject (attribute1 "attr30849") ) +(myObject (attribute1 "attr30850") ) +(myObject (attribute1 "attr30851") ) +(myObject (attribute1 "attr30852") ) +(myObject (attribute1 "attr30853") ) +(myObject (attribute1 "attr30854") ) +(myObject (attribute1 "attr30855") ) +(myObject (attribute1 "attr30856") ) +(myObject (attribute1 "attr30857") ) +(myObject (attribute1 "attr30858") ) +(myObject (attribute1 "attr30859") ) +(myObject (attribute1 "attr30860") ) +(myObject (attribute1 "attr30861") ) +(myObject (attribute1 "attr30862") ) +(myObject (attribute1 "attr30863") ) +(myObject (attribute1 "attr30864") ) +(myObject (attribute1 "attr30865") ) +(myObject (attribute1 "attr30866") ) +(myObject (attribute1 "attr30867") ) +(myObject (attribute1 "attr30868") ) +(myObject (attribute1 "attr30869") ) +(myObject (attribute1 "attr30870") ) +(myObject (attribute1 "attr30871") ) +(myObject (attribute1 "attr30872") ) +(myObject (attribute1 "attr30873") ) +(myObject (attribute1 "attr30874") ) +(myObject (attribute1 "attr30875") ) +(myObject (attribute1 "attr30876") ) +(myObject (attribute1 "attr30877") ) +(myObject (attribute1 "attr30878") ) +(myObject (attribute1 "attr30879") ) +(myObject (attribute1 "attr30880") ) +(myObject (attribute1 "attr30881") ) +(myObject (attribute1 "attr30882") ) +(myObject (attribute1 "attr30883") ) +(myObject (attribute1 "attr30884") ) +(myObject (attribute1 "attr30885") ) +(myObject (attribute1 "attr30886") ) +(myObject (attribute1 "attr30887") ) +(myObject (attribute1 "attr30888") ) +(myObject (attribute1 "attr30889") ) +(myObject (attribute1 "attr30890") ) +(myObject (attribute1 "attr30891") ) +(myObject (attribute1 "attr30892") ) +(myObject (attribute1 "attr30893") ) +(myObject (attribute1 "attr30894") ) +(myObject (attribute1 "attr30895") ) +(myObject (attribute1 "attr30896") ) +(myObject (attribute1 "attr30897") ) +(myObject (attribute1 "attr30898") ) +(myObject (attribute1 "attr30899") ) +(myObject (attribute1 "attr30900") ) +(myObject (attribute1 "attr30901") ) +(myObject (attribute1 "attr30902") ) +(myObject (attribute1 "attr30903") ) +(myObject (attribute1 "attr30904") ) +(myObject (attribute1 "attr30905") ) +(myObject (attribute1 "attr30906") ) +(myObject (attribute1 "attr30907") ) +(myObject (attribute1 "attr30908") ) +(myObject (attribute1 "attr30909") ) +(myObject (attribute1 "attr30910") ) +(myObject (attribute1 "attr30911") ) +(myObject (attribute1 "attr30912") ) +(myObject (attribute1 "attr30913") ) +(myObject (attribute1 "attr30914") ) +(myObject (attribute1 "attr30915") ) +(myObject (attribute1 "attr30916") ) +(myObject (attribute1 "attr30917") ) +(myObject (attribute1 "attr30918") ) +(myObject (attribute1 "attr30919") ) +(myObject (attribute1 "attr30920") ) +(myObject (attribute1 "attr30921") ) +(myObject (attribute1 "attr30922") ) +(myObject (attribute1 "attr30923") ) +(myObject (attribute1 "attr30924") ) +(myObject (attribute1 "attr30925") ) +(myObject (attribute1 "attr30926") ) +(myObject (attribute1 "attr30927") ) +(myObject (attribute1 "attr30928") ) +(myObject (attribute1 "attr30929") ) +(myObject (attribute1 "attr30930") ) +(myObject (attribute1 "attr30931") ) +(myObject (attribute1 "attr30932") ) +(myObject (attribute1 "attr30933") ) +(myObject (attribute1 "attr30934") ) +(myObject (attribute1 "attr30935") ) +(myObject (attribute1 "attr30936") ) +(myObject (attribute1 "attr30937") ) +(myObject (attribute1 "attr30938") ) +(myObject (attribute1 "attr30939") ) +(myObject (attribute1 "attr30940") ) +(myObject (attribute1 "attr30941") ) +(myObject (attribute1 "attr30942") ) +(myObject (attribute1 "attr30943") ) +(myObject (attribute1 "attr30944") ) +(myObject (attribute1 "attr30945") ) +(myObject (attribute1 "attr30946") ) +(myObject (attribute1 "attr30947") ) +(myObject (attribute1 "attr30948") ) +(myObject (attribute1 "attr30949") ) +(myObject (attribute1 "attr30950") ) +(myObject (attribute1 "attr30951") ) +(myObject (attribute1 "attr30952") ) +(myObject (attribute1 "attr30953") ) +(myObject (attribute1 "attr30954") ) +(myObject (attribute1 "attr30955") ) +(myObject (attribute1 "attr30956") ) +(myObject (attribute1 "attr30957") ) +(myObject (attribute1 "attr30958") ) +(myObject (attribute1 "attr30959") ) +(myObject (attribute1 "attr30960") ) +(myObject (attribute1 "attr30961") ) +(myObject (attribute1 "attr30962") ) +(myObject (attribute1 "attr30963") ) +(myObject (attribute1 "attr30964") ) +(myObject (attribute1 "attr30965") ) +(myObject (attribute1 "attr30966") ) +(myObject (attribute1 "attr30967") ) +(myObject (attribute1 "attr30968") ) +(myObject (attribute1 "attr30969") ) +(myObject (attribute1 "attr30970") ) +(myObject (attribute1 "attr30971") ) +(myObject (attribute1 "attr30972") ) +(myObject (attribute1 "attr30973") ) +(myObject (attribute1 "attr30974") ) +(myObject (attribute1 "attr30975") ) +(myObject (attribute1 "attr30976") ) +(myObject (attribute1 "attr30977") ) +(myObject (attribute1 "attr30978") ) +(myObject (attribute1 "attr30979") ) +(myObject (attribute1 "attr30980") ) +(myObject (attribute1 "attr30981") ) +(myObject (attribute1 "attr30982") ) +(myObject (attribute1 "attr30983") ) +(myObject (attribute1 "attr30984") ) +(myObject (attribute1 "attr30985") ) +(myObject (attribute1 "attr30986") ) +(myObject (attribute1 "attr30987") ) +(myObject (attribute1 "attr30988") ) +(myObject (attribute1 "attr30989") ) +(myObject (attribute1 "attr30990") ) +(myObject (attribute1 "attr30991") ) +(myObject (attribute1 "attr30992") ) +(myObject (attribute1 "attr30993") ) +(myObject (attribute1 "attr30994") ) +(myObject (attribute1 "attr30995") ) +(myObject (attribute1 "attr30996") ) +(myObject (attribute1 "attr30997") ) +(myObject (attribute1 "attr30998") ) +(myObject (attribute1 "attr30999") ) +(myObject (attribute1 "attr31000") ) +(myObject (attribute1 "attr31001") ) +(myObject (attribute1 "attr31002") ) +(myObject (attribute1 "attr31003") ) +(myObject (attribute1 "attr31004") ) +(myObject (attribute1 "attr31005") ) +(myObject (attribute1 "attr31006") ) +(myObject (attribute1 "attr31007") ) +(myObject (attribute1 "attr31008") ) +(myObject (attribute1 "attr31009") ) +(myObject (attribute1 "attr31010") ) +(myObject (attribute1 "attr31011") ) +(myObject (attribute1 "attr31012") ) +(myObject (attribute1 "attr31013") ) +(myObject (attribute1 "attr31014") ) +(myObject (attribute1 "attr31015") ) +(myObject (attribute1 "attr31016") ) +(myObject (attribute1 "attr31017") ) +(myObject (attribute1 "attr31018") ) +(myObject (attribute1 "attr31019") ) +(myObject (attribute1 "attr31020") ) +(myObject (attribute1 "attr31021") ) +(myObject (attribute1 "attr31022") ) +(myObject (attribute1 "attr31023") ) +(myObject (attribute1 "attr31024") ) +(myObject (attribute1 "attr31025") ) +(myObject (attribute1 "attr31026") ) +(myObject (attribute1 "attr31027") ) +(myObject (attribute1 "attr31028") ) +(myObject (attribute1 "attr31029") ) +(myObject (attribute1 "attr31030") ) +(myObject (attribute1 "attr31031") ) +(myObject (attribute1 "attr31032") ) +(myObject (attribute1 "attr31033") ) +(myObject (attribute1 "attr31034") ) +(myObject (attribute1 "attr31035") ) +(myObject (attribute1 "attr31036") ) +(myObject (attribute1 "attr31037") ) +(myObject (attribute1 "attr31038") ) +(myObject (attribute1 "attr31039") ) +(myObject (attribute1 "attr31040") ) +(myObject (attribute1 "attr31041") ) +(myObject (attribute1 "attr31042") ) +(myObject (attribute1 "attr31043") ) +(myObject (attribute1 "attr31044") ) +(myObject (attribute1 "attr31045") ) +(myObject (attribute1 "attr31046") ) +(myObject (attribute1 "attr31047") ) +(myObject (attribute1 "attr31048") ) +(myObject (attribute1 "attr31049") ) +(myObject (attribute1 "attr31050") ) +(myObject (attribute1 "attr31051") ) +(myObject (attribute1 "attr31052") ) +(myObject (attribute1 "attr31053") ) +(myObject (attribute1 "attr31054") ) +(myObject (attribute1 "attr31055") ) +(myObject (attribute1 "attr31056") ) +(myObject (attribute1 "attr31057") ) +(myObject (attribute1 "attr31058") ) +(myObject (attribute1 "attr31059") ) +(myObject (attribute1 "attr31060") ) +(myObject (attribute1 "attr31061") ) +(myObject (attribute1 "attr31062") ) +(myObject (attribute1 "attr31063") ) +(myObject (attribute1 "attr31064") ) +(myObject (attribute1 "attr31065") ) +(myObject (attribute1 "attr31066") ) +(myObject (attribute1 "attr31067") ) +(myObject (attribute1 "attr31068") ) +(myObject (attribute1 "attr31069") ) +(myObject (attribute1 "attr31070") ) +(myObject (attribute1 "attr31071") ) +(myObject (attribute1 "attr31072") ) +(myObject (attribute1 "attr31073") ) +(myObject (attribute1 "attr31074") ) +(myObject (attribute1 "attr31075") ) +(myObject (attribute1 "attr31076") ) +(myObject (attribute1 "attr31077") ) +(myObject (attribute1 "attr31078") ) +(myObject (attribute1 "attr31079") ) +(myObject (attribute1 "attr31080") ) +(myObject (attribute1 "attr31081") ) +(myObject (attribute1 "attr31082") ) +(myObject (attribute1 "attr31083") ) +(myObject (attribute1 "attr31084") ) +(myObject (attribute1 "attr31085") ) +(myObject (attribute1 "attr31086") ) +(myObject (attribute1 "attr31087") ) +(myObject (attribute1 "attr31088") ) +(myObject (attribute1 "attr31089") ) +(myObject (attribute1 "attr31090") ) +(myObject (attribute1 "attr31091") ) +(myObject (attribute1 "attr31092") ) +(myObject (attribute1 "attr31093") ) +(myObject (attribute1 "attr31094") ) +(myObject (attribute1 "attr31095") ) +(myObject (attribute1 "attr31096") ) +(myObject (attribute1 "attr31097") ) +(myObject (attribute1 "attr31098") ) +(myObject (attribute1 "attr31099") ) +(myObject (attribute1 "attr31100") ) +(myObject (attribute1 "attr31101") ) +(myObject (attribute1 "attr31102") ) +(myObject (attribute1 "attr31103") ) +(myObject (attribute1 "attr31104") ) +(myObject (attribute1 "attr31105") ) +(myObject (attribute1 "attr31106") ) +(myObject (attribute1 "attr31107") ) +(myObject (attribute1 "attr31108") ) +(myObject (attribute1 "attr31109") ) +(myObject (attribute1 "attr31110") ) +(myObject (attribute1 "attr31111") ) +(myObject (attribute1 "attr31112") ) +(myObject (attribute1 "attr31113") ) +(myObject (attribute1 "attr31114") ) +(myObject (attribute1 "attr31115") ) +(myObject (attribute1 "attr31116") ) +(myObject (attribute1 "attr31117") ) +(myObject (attribute1 "attr31118") ) +(myObject (attribute1 "attr31119") ) +(myObject (attribute1 "attr31120") ) +(myObject (attribute1 "attr31121") ) +(myObject (attribute1 "attr31122") ) +(myObject (attribute1 "attr31123") ) +(myObject (attribute1 "attr31124") ) +(myObject (attribute1 "attr31125") ) +(myObject (attribute1 "attr31126") ) +(myObject (attribute1 "attr31127") ) +(myObject (attribute1 "attr31128") ) +(myObject (attribute1 "attr31129") ) +(myObject (attribute1 "attr31130") ) +(myObject (attribute1 "attr31131") ) +(myObject (attribute1 "attr31132") ) +(myObject (attribute1 "attr31133") ) +(myObject (attribute1 "attr31134") ) +(myObject (attribute1 "attr31135") ) +(myObject (attribute1 "attr31136") ) +(myObject (attribute1 "attr31137") ) +(myObject (attribute1 "attr31138") ) +(myObject (attribute1 "attr31139") ) +(myObject (attribute1 "attr31140") ) +(myObject (attribute1 "attr31141") ) +(myObject (attribute1 "attr31142") ) +(myObject (attribute1 "attr31143") ) +(myObject (attribute1 "attr31144") ) +(myObject (attribute1 "attr31145") ) +(myObject (attribute1 "attr31146") ) +(myObject (attribute1 "attr31147") ) +(myObject (attribute1 "attr31148") ) +(myObject (attribute1 "attr31149") ) +(myObject (attribute1 "attr31150") ) +(myObject (attribute1 "attr31151") ) +(myObject (attribute1 "attr31152") ) +(myObject (attribute1 "attr31153") ) +(myObject (attribute1 "attr31154") ) +(myObject (attribute1 "attr31155") ) +(myObject (attribute1 "attr31156") ) +(myObject (attribute1 "attr31157") ) +(myObject (attribute1 "attr31158") ) +(myObject (attribute1 "attr31159") ) +(myObject (attribute1 "attr31160") ) +(myObject (attribute1 "attr31161") ) +(myObject (attribute1 "attr31162") ) +(myObject (attribute1 "attr31163") ) +(myObject (attribute1 "attr31164") ) +(myObject (attribute1 "attr31165") ) +(myObject (attribute1 "attr31166") ) +(myObject (attribute1 "attr31167") ) +(myObject (attribute1 "attr31168") ) +(myObject (attribute1 "attr31169") ) +(myObject (attribute1 "attr31170") ) +(myObject (attribute1 "attr31171") ) +(myObject (attribute1 "attr31172") ) +(myObject (attribute1 "attr31173") ) +(myObject (attribute1 "attr31174") ) +(myObject (attribute1 "attr31175") ) +(myObject (attribute1 "attr31176") ) +(myObject (attribute1 "attr31177") ) +(myObject (attribute1 "attr31178") ) +(myObject (attribute1 "attr31179") ) +(myObject (attribute1 "attr31180") ) +(myObject (attribute1 "attr31181") ) +(myObject (attribute1 "attr31182") ) +(myObject (attribute1 "attr31183") ) +(myObject (attribute1 "attr31184") ) +(myObject (attribute1 "attr31185") ) +(myObject (attribute1 "attr31186") ) +(myObject (attribute1 "attr31187") ) +(myObject (attribute1 "attr31188") ) +(myObject (attribute1 "attr31189") ) +(myObject (attribute1 "attr31190") ) +(myObject (attribute1 "attr31191") ) +(myObject (attribute1 "attr31192") ) +(myObject (attribute1 "attr31193") ) +(myObject (attribute1 "attr31194") ) +(myObject (attribute1 "attr31195") ) +(myObject (attribute1 "attr31196") ) +(myObject (attribute1 "attr31197") ) +(myObject (attribute1 "attr31198") ) +(myObject (attribute1 "attr31199") ) +(myObject (attribute1 "attr31200") ) +(myObject (attribute1 "attr31201") ) +(myObject (attribute1 "attr31202") ) +(myObject (attribute1 "attr31203") ) +(myObject (attribute1 "attr31204") ) +(myObject (attribute1 "attr31205") ) +(myObject (attribute1 "attr31206") ) +(myObject (attribute1 "attr31207") ) +(myObject (attribute1 "attr31208") ) +(myObject (attribute1 "attr31209") ) +(myObject (attribute1 "attr31210") ) +(myObject (attribute1 "attr31211") ) +(myObject (attribute1 "attr31212") ) +(myObject (attribute1 "attr31213") ) +(myObject (attribute1 "attr31214") ) +(myObject (attribute1 "attr31215") ) +(myObject (attribute1 "attr31216") ) +(myObject (attribute1 "attr31217") ) +(myObject (attribute1 "attr31218") ) +(myObject (attribute1 "attr31219") ) +(myObject (attribute1 "attr31220") ) +(myObject (attribute1 "attr31221") ) +(myObject (attribute1 "attr31222") ) +(myObject (attribute1 "attr31223") ) +(myObject (attribute1 "attr31224") ) +(myObject (attribute1 "attr31225") ) +(myObject (attribute1 "attr31226") ) +(myObject (attribute1 "attr31227") ) +(myObject (attribute1 "attr31228") ) +(myObject (attribute1 "attr31229") ) +(myObject (attribute1 "attr31230") ) +(myObject (attribute1 "attr31231") ) +(myObject (attribute1 "attr31232") ) +(myObject (attribute1 "attr31233") ) +(myObject (attribute1 "attr31234") ) +(myObject (attribute1 "attr31235") ) +(myObject (attribute1 "attr31236") ) +(myObject (attribute1 "attr31237") ) +(myObject (attribute1 "attr31238") ) +(myObject (attribute1 "attr31239") ) +(myObject (attribute1 "attr31240") ) +(myObject (attribute1 "attr31241") ) +(myObject (attribute1 "attr31242") ) +(myObject (attribute1 "attr31243") ) +(myObject (attribute1 "attr31244") ) +(myObject (attribute1 "attr31245") ) +(myObject (attribute1 "attr31246") ) +(myObject (attribute1 "attr31247") ) +(myObject (attribute1 "attr31248") ) +(myObject (attribute1 "attr31249") ) +(myObject (attribute1 "attr31250") ) +(myObject (attribute1 "attr31251") ) +(myObject (attribute1 "attr31252") ) +(myObject (attribute1 "attr31253") ) +(myObject (attribute1 "attr31254") ) +(myObject (attribute1 "attr31255") ) +(myObject (attribute1 "attr31256") ) +(myObject (attribute1 "attr31257") ) +(myObject (attribute1 "attr31258") ) +(myObject (attribute1 "attr31259") ) +(myObject (attribute1 "attr31260") ) +(myObject (attribute1 "attr31261") ) +(myObject (attribute1 "attr31262") ) +(myObject (attribute1 "attr31263") ) +(myObject (attribute1 "attr31264") ) +(myObject (attribute1 "attr31265") ) +(myObject (attribute1 "attr31266") ) +(myObject (attribute1 "attr31267") ) +(myObject (attribute1 "attr31268") ) +(myObject (attribute1 "attr31269") ) +(myObject (attribute1 "attr31270") ) +(myObject (attribute1 "attr31271") ) +(myObject (attribute1 "attr31272") ) +(myObject (attribute1 "attr31273") ) +(myObject (attribute1 "attr31274") ) +(myObject (attribute1 "attr31275") ) +(myObject (attribute1 "attr31276") ) +(myObject (attribute1 "attr31277") ) +(myObject (attribute1 "attr31278") ) +(myObject (attribute1 "attr31279") ) +(myObject (attribute1 "attr31280") ) +(myObject (attribute1 "attr31281") ) +(myObject (attribute1 "attr31282") ) +(myObject (attribute1 "attr31283") ) +(myObject (attribute1 "attr31284") ) +(myObject (attribute1 "attr31285") ) +(myObject (attribute1 "attr31286") ) +(myObject (attribute1 "attr31287") ) +(myObject (attribute1 "attr31288") ) +(myObject (attribute1 "attr31289") ) +(myObject (attribute1 "attr31290") ) +(myObject (attribute1 "attr31291") ) +(myObject (attribute1 "attr31292") ) +(myObject (attribute1 "attr31293") ) +(myObject (attribute1 "attr31294") ) +(myObject (attribute1 "attr31295") ) +(myObject (attribute1 "attr31296") ) +(myObject (attribute1 "attr31297") ) +(myObject (attribute1 "attr31298") ) +(myObject (attribute1 "attr31299") ) +(myObject (attribute1 "attr31300") ) +(myObject (attribute1 "attr31301") ) +(myObject (attribute1 "attr31302") ) +(myObject (attribute1 "attr31303") ) +(myObject (attribute1 "attr31304") ) +(myObject (attribute1 "attr31305") ) +(myObject (attribute1 "attr31306") ) +(myObject (attribute1 "attr31307") ) +(myObject (attribute1 "attr31308") ) +(myObject (attribute1 "attr31309") ) +(myObject (attribute1 "attr31310") ) +(myObject (attribute1 "attr31311") ) +(myObject (attribute1 "attr31312") ) +(myObject (attribute1 "attr31313") ) +(myObject (attribute1 "attr31314") ) +(myObject (attribute1 "attr31315") ) +(myObject (attribute1 "attr31316") ) +(myObject (attribute1 "attr31317") ) +(myObject (attribute1 "attr31318") ) +(myObject (attribute1 "attr31319") ) +(myObject (attribute1 "attr31320") ) +(myObject (attribute1 "attr31321") ) +(myObject (attribute1 "attr31322") ) +(myObject (attribute1 "attr31323") ) +(myObject (attribute1 "attr31324") ) +(myObject (attribute1 "attr31325") ) +(myObject (attribute1 "attr31326") ) +(myObject (attribute1 "attr31327") ) +(myObject (attribute1 "attr31328") ) +(myObject (attribute1 "attr31329") ) +(myObject (attribute1 "attr31330") ) +(myObject (attribute1 "attr31331") ) +(myObject (attribute1 "attr31332") ) +(myObject (attribute1 "attr31333") ) +(myObject (attribute1 "attr31334") ) +(myObject (attribute1 "attr31335") ) +(myObject (attribute1 "attr31336") ) +(myObject (attribute1 "attr31337") ) +(myObject (attribute1 "attr31338") ) +(myObject (attribute1 "attr31339") ) +(myObject (attribute1 "attr31340") ) +(myObject (attribute1 "attr31341") ) +(myObject (attribute1 "attr31342") ) +(myObject (attribute1 "attr31343") ) +(myObject (attribute1 "attr31344") ) +(myObject (attribute1 "attr31345") ) +(myObject (attribute1 "attr31346") ) +(myObject (attribute1 "attr31347") ) +(myObject (attribute1 "attr31348") ) +(myObject (attribute1 "attr31349") ) +(myObject (attribute1 "attr31350") ) +(myObject (attribute1 "attr31351") ) +(myObject (attribute1 "attr31352") ) +(myObject (attribute1 "attr31353") ) +(myObject (attribute1 "attr31354") ) +(myObject (attribute1 "attr31355") ) +(myObject (attribute1 "attr31356") ) +(myObject (attribute1 "attr31357") ) +(myObject (attribute1 "attr31358") ) +(myObject (attribute1 "attr31359") ) +(myObject (attribute1 "attr31360") ) +(myObject (attribute1 "attr31361") ) +(myObject (attribute1 "attr31362") ) +(myObject (attribute1 "attr31363") ) +(myObject (attribute1 "attr31364") ) +(myObject (attribute1 "attr31365") ) +(myObject (attribute1 "attr31366") ) +(myObject (attribute1 "attr31367") ) +(myObject (attribute1 "attr31368") ) +(myObject (attribute1 "attr31369") ) +(myObject (attribute1 "attr31370") ) +(myObject (attribute1 "attr31371") ) +(myObject (attribute1 "attr31372") ) +(myObject (attribute1 "attr31373") ) +(myObject (attribute1 "attr31374") ) +(myObject (attribute1 "attr31375") ) +(myObject (attribute1 "attr31376") ) +(myObject (attribute1 "attr31377") ) +(myObject (attribute1 "attr31378") ) +(myObject (attribute1 "attr31379") ) +(myObject (attribute1 "attr31380") ) +(myObject (attribute1 "attr31381") ) +(myObject (attribute1 "attr31382") ) +(myObject (attribute1 "attr31383") ) +(myObject (attribute1 "attr31384") ) +(myObject (attribute1 "attr31385") ) +(myObject (attribute1 "attr31386") ) +(myObject (attribute1 "attr31387") ) +(myObject (attribute1 "attr31388") ) +(myObject (attribute1 "attr31389") ) +(myObject (attribute1 "attr31390") ) +(myObject (attribute1 "attr31391") ) +(myObject (attribute1 "attr31392") ) +(myObject (attribute1 "attr31393") ) +(myObject (attribute1 "attr31394") ) +(myObject (attribute1 "attr31395") ) +(myObject (attribute1 "attr31396") ) +(myObject (attribute1 "attr31397") ) +(myObject (attribute1 "attr31398") ) +(myObject (attribute1 "attr31399") ) +(myObject (attribute1 "attr31400") ) +(myObject (attribute1 "attr31401") ) +(myObject (attribute1 "attr31402") ) +(myObject (attribute1 "attr31403") ) +(myObject (attribute1 "attr31404") ) +(myObject (attribute1 "attr31405") ) +(myObject (attribute1 "attr31406") ) +(myObject (attribute1 "attr31407") ) +(myObject (attribute1 "attr31408") ) +(myObject (attribute1 "attr31409") ) +(myObject (attribute1 "attr31410") ) +(myObject (attribute1 "attr31411") ) +(myObject (attribute1 "attr31412") ) +(myObject (attribute1 "attr31413") ) +(myObject (attribute1 "attr31414") ) +(myObject (attribute1 "attr31415") ) +(myObject (attribute1 "attr31416") ) +(myObject (attribute1 "attr31417") ) +(myObject (attribute1 "attr31418") ) +(myObject (attribute1 "attr31419") ) +(myObject (attribute1 "attr31420") ) +(myObject (attribute1 "attr31421") ) +(myObject (attribute1 "attr31422") ) +(myObject (attribute1 "attr31423") ) +(myObject (attribute1 "attr31424") ) +(myObject (attribute1 "attr31425") ) +(myObject (attribute1 "attr31426") ) +(myObject (attribute1 "attr31427") ) +(myObject (attribute1 "attr31428") ) +(myObject (attribute1 "attr31429") ) +(myObject (attribute1 "attr31430") ) +(myObject (attribute1 "attr31431") ) +(myObject (attribute1 "attr31432") ) +(myObject (attribute1 "attr31433") ) +(myObject (attribute1 "attr31434") ) +(myObject (attribute1 "attr31435") ) +(myObject (attribute1 "attr31436") ) +(myObject (attribute1 "attr31437") ) +(myObject (attribute1 "attr31438") ) +(myObject (attribute1 "attr31439") ) +(myObject (attribute1 "attr31440") ) +(myObject (attribute1 "attr31441") ) +(myObject (attribute1 "attr31442") ) +(myObject (attribute1 "attr31443") ) +(myObject (attribute1 "attr31444") ) +(myObject (attribute1 "attr31445") ) +(myObject (attribute1 "attr31446") ) +(myObject (attribute1 "attr31447") ) +(myObject (attribute1 "attr31448") ) +(myObject (attribute1 "attr31449") ) +(myObject (attribute1 "attr31450") ) +(myObject (attribute1 "attr31451") ) +(myObject (attribute1 "attr31452") ) +(myObject (attribute1 "attr31453") ) +(myObject (attribute1 "attr31454") ) +(myObject (attribute1 "attr31455") ) +(myObject (attribute1 "attr31456") ) +(myObject (attribute1 "attr31457") ) +(myObject (attribute1 "attr31458") ) +(myObject (attribute1 "attr31459") ) +(myObject (attribute1 "attr31460") ) +(myObject (attribute1 "attr31461") ) +(myObject (attribute1 "attr31462") ) +(myObject (attribute1 "attr31463") ) +(myObject (attribute1 "attr31464") ) +(myObject (attribute1 "attr31465") ) +(myObject (attribute1 "attr31466") ) +(myObject (attribute1 "attr31467") ) +(myObject (attribute1 "attr31468") ) +(myObject (attribute1 "attr31469") ) +(myObject (attribute1 "attr31470") ) +(myObject (attribute1 "attr31471") ) +(myObject (attribute1 "attr31472") ) +(myObject (attribute1 "attr31473") ) +(myObject (attribute1 "attr31474") ) +(myObject (attribute1 "attr31475") ) +(myObject (attribute1 "attr31476") ) +(myObject (attribute1 "attr31477") ) +(myObject (attribute1 "attr31478") ) +(myObject (attribute1 "attr31479") ) +(myObject (attribute1 "attr31480") ) +(myObject (attribute1 "attr31481") ) +(myObject (attribute1 "attr31482") ) +(myObject (attribute1 "attr31483") ) +(myObject (attribute1 "attr31484") ) +(myObject (attribute1 "attr31485") ) +(myObject (attribute1 "attr31486") ) +(myObject (attribute1 "attr31487") ) +(myObject (attribute1 "attr31488") ) +(myObject (attribute1 "attr31489") ) +(myObject (attribute1 "attr31490") ) +(myObject (attribute1 "attr31491") ) +(myObject (attribute1 "attr31492") ) +(myObject (attribute1 "attr31493") ) +(myObject (attribute1 "attr31494") ) +(myObject (attribute1 "attr31495") ) +(myObject (attribute1 "attr31496") ) +(myObject (attribute1 "attr31497") ) +(myObject (attribute1 "attr31498") ) +(myObject (attribute1 "attr31499") ) +(myObject (attribute1 "attr31500") ) +(myObject (attribute1 "attr31501") ) +(myObject (attribute1 "attr31502") ) +(myObject (attribute1 "attr31503") ) +(myObject (attribute1 "attr31504") ) +(myObject (attribute1 "attr31505") ) +(myObject (attribute1 "attr31506") ) +(myObject (attribute1 "attr31507") ) +(myObject (attribute1 "attr31508") ) +(myObject (attribute1 "attr31509") ) +(myObject (attribute1 "attr31510") ) +(myObject (attribute1 "attr31511") ) +(myObject (attribute1 "attr31512") ) +(myObject (attribute1 "attr31513") ) +(myObject (attribute1 "attr31514") ) +(myObject (attribute1 "attr31515") ) +(myObject (attribute1 "attr31516") ) +(myObject (attribute1 "attr31517") ) +(myObject (attribute1 "attr31518") ) +(myObject (attribute1 "attr31519") ) +(myObject (attribute1 "attr31520") ) +(myObject (attribute1 "attr31521") ) +(myObject (attribute1 "attr31522") ) +(myObject (attribute1 "attr31523") ) +(myObject (attribute1 "attr31524") ) +(myObject (attribute1 "attr31525") ) +(myObject (attribute1 "attr31526") ) +(myObject (attribute1 "attr31527") ) +(myObject (attribute1 "attr31528") ) +(myObject (attribute1 "attr31529") ) +(myObject (attribute1 "attr31530") ) +(myObject (attribute1 "attr31531") ) +(myObject (attribute1 "attr31532") ) +(myObject (attribute1 "attr31533") ) +(myObject (attribute1 "attr31534") ) +(myObject (attribute1 "attr31535") ) +(myObject (attribute1 "attr31536") ) +(myObject (attribute1 "attr31537") ) +(myObject (attribute1 "attr31538") ) +(myObject (attribute1 "attr31539") ) +(myObject (attribute1 "attr31540") ) +(myObject (attribute1 "attr31541") ) +(myObject (attribute1 "attr31542") ) +(myObject (attribute1 "attr31543") ) +(myObject (attribute1 "attr31544") ) +(myObject (attribute1 "attr31545") ) +(myObject (attribute1 "attr31546") ) +(myObject (attribute1 "attr31547") ) +(myObject (attribute1 "attr31548") ) +(myObject (attribute1 "attr31549") ) +(myObject (attribute1 "attr31550") ) +(myObject (attribute1 "attr31551") ) +(myObject (attribute1 "attr31552") ) +(myObject (attribute1 "attr31553") ) +(myObject (attribute1 "attr31554") ) +(myObject (attribute1 "attr31555") ) +(myObject (attribute1 "attr31556") ) +(myObject (attribute1 "attr31557") ) +(myObject (attribute1 "attr31558") ) +(myObject (attribute1 "attr31559") ) +(myObject (attribute1 "attr31560") ) +(myObject (attribute1 "attr31561") ) +(myObject (attribute1 "attr31562") ) +(myObject (attribute1 "attr31563") ) +(myObject (attribute1 "attr31564") ) +(myObject (attribute1 "attr31565") ) +(myObject (attribute1 "attr31566") ) +(myObject (attribute1 "attr31567") ) +(myObject (attribute1 "attr31568") ) +(myObject (attribute1 "attr31569") ) +(myObject (attribute1 "attr31570") ) +(myObject (attribute1 "attr31571") ) +(myObject (attribute1 "attr31572") ) +(myObject (attribute1 "attr31573") ) +(myObject (attribute1 "attr31574") ) +(myObject (attribute1 "attr31575") ) +(myObject (attribute1 "attr31576") ) +(myObject (attribute1 "attr31577") ) +(myObject (attribute1 "attr31578") ) +(myObject (attribute1 "attr31579") ) +(myObject (attribute1 "attr31580") ) +(myObject (attribute1 "attr31581") ) +(myObject (attribute1 "attr31582") ) +(myObject (attribute1 "attr31583") ) +(myObject (attribute1 "attr31584") ) +(myObject (attribute1 "attr31585") ) +(myObject (attribute1 "attr31586") ) +(myObject (attribute1 "attr31587") ) +(myObject (attribute1 "attr31588") ) +(myObject (attribute1 "attr31589") ) +(myObject (attribute1 "attr31590") ) +(myObject (attribute1 "attr31591") ) +(myObject (attribute1 "attr31592") ) +(myObject (attribute1 "attr31593") ) +(myObject (attribute1 "attr31594") ) +(myObject (attribute1 "attr31595") ) +(myObject (attribute1 "attr31596") ) +(myObject (attribute1 "attr31597") ) +(myObject (attribute1 "attr31598") ) +(myObject (attribute1 "attr31599") ) +(myObject (attribute1 "attr31600") ) +(myObject (attribute1 "attr31601") ) +(myObject (attribute1 "attr31602") ) +(myObject (attribute1 "attr31603") ) +(myObject (attribute1 "attr31604") ) +(myObject (attribute1 "attr31605") ) +(myObject (attribute1 "attr31606") ) +(myObject (attribute1 "attr31607") ) +(myObject (attribute1 "attr31608") ) +(myObject (attribute1 "attr31609") ) +(myObject (attribute1 "attr31610") ) +(myObject (attribute1 "attr31611") ) +(myObject (attribute1 "attr31612") ) +(myObject (attribute1 "attr31613") ) +(myObject (attribute1 "attr31614") ) +(myObject (attribute1 "attr31615") ) +(myObject (attribute1 "attr31616") ) +(myObject (attribute1 "attr31617") ) +(myObject (attribute1 "attr31618") ) +(myObject (attribute1 "attr31619") ) +(myObject (attribute1 "attr31620") ) +(myObject (attribute1 "attr31621") ) +(myObject (attribute1 "attr31622") ) +(myObject (attribute1 "attr31623") ) +(myObject (attribute1 "attr31624") ) +(myObject (attribute1 "attr31625") ) +(myObject (attribute1 "attr31626") ) +(myObject (attribute1 "attr31627") ) +(myObject (attribute1 "attr31628") ) +(myObject (attribute1 "attr31629") ) +(myObject (attribute1 "attr31630") ) +(myObject (attribute1 "attr31631") ) +(myObject (attribute1 "attr31632") ) +(myObject (attribute1 "attr31633") ) +(myObject (attribute1 "attr31634") ) +(myObject (attribute1 "attr31635") ) +(myObject (attribute1 "attr31636") ) +(myObject (attribute1 "attr31637") ) +(myObject (attribute1 "attr31638") ) +(myObject (attribute1 "attr31639") ) +(myObject (attribute1 "attr31640") ) +(myObject (attribute1 "attr31641") ) +(myObject (attribute1 "attr31642") ) +(myObject (attribute1 "attr31643") ) +(myObject (attribute1 "attr31644") ) +(myObject (attribute1 "attr31645") ) +(myObject (attribute1 "attr31646") ) +(myObject (attribute1 "attr31647") ) +(myObject (attribute1 "attr31648") ) +(myObject (attribute1 "attr31649") ) +(myObject (attribute1 "attr31650") ) +(myObject (attribute1 "attr31651") ) +(myObject (attribute1 "attr31652") ) +(myObject (attribute1 "attr31653") ) +(myObject (attribute1 "attr31654") ) +(myObject (attribute1 "attr31655") ) +(myObject (attribute1 "attr31656") ) +(myObject (attribute1 "attr31657") ) +(myObject (attribute1 "attr31658") ) +(myObject (attribute1 "attr31659") ) +(myObject (attribute1 "attr31660") ) +(myObject (attribute1 "attr31661") ) +(myObject (attribute1 "attr31662") ) +(myObject (attribute1 "attr31663") ) +(myObject (attribute1 "attr31664") ) +(myObject (attribute1 "attr31665") ) +(myObject (attribute1 "attr31666") ) +(myObject (attribute1 "attr31667") ) +(myObject (attribute1 "attr31668") ) +(myObject (attribute1 "attr31669") ) +(myObject (attribute1 "attr31670") ) +(myObject (attribute1 "attr31671") ) +(myObject (attribute1 "attr31672") ) +(myObject (attribute1 "attr31673") ) +(myObject (attribute1 "attr31674") ) +(myObject (attribute1 "attr31675") ) +(myObject (attribute1 "attr31676") ) +(myObject (attribute1 "attr31677") ) +(myObject (attribute1 "attr31678") ) +(myObject (attribute1 "attr31679") ) +(myObject (attribute1 "attr31680") ) +(myObject (attribute1 "attr31681") ) +(myObject (attribute1 "attr31682") ) +(myObject (attribute1 "attr31683") ) +(myObject (attribute1 "attr31684") ) +(myObject (attribute1 "attr31685") ) +(myObject (attribute1 "attr31686") ) +(myObject (attribute1 "attr31687") ) +(myObject (attribute1 "attr31688") ) +(myObject (attribute1 "attr31689") ) +(myObject (attribute1 "attr31690") ) +(myObject (attribute1 "attr31691") ) +(myObject (attribute1 "attr31692") ) +(myObject (attribute1 "attr31693") ) +(myObject (attribute1 "attr31694") ) +(myObject (attribute1 "attr31695") ) +(myObject (attribute1 "attr31696") ) +(myObject (attribute1 "attr31697") ) +(myObject (attribute1 "attr31698") ) +(myObject (attribute1 "attr31699") ) +(myObject (attribute1 "attr31700") ) +(myObject (attribute1 "attr31701") ) +(myObject (attribute1 "attr31702") ) +(myObject (attribute1 "attr31703") ) +(myObject (attribute1 "attr31704") ) +(myObject (attribute1 "attr31705") ) +(myObject (attribute1 "attr31706") ) +(myObject (attribute1 "attr31707") ) +(myObject (attribute1 "attr31708") ) +(myObject (attribute1 "attr31709") ) +(myObject (attribute1 "attr31710") ) +(myObject (attribute1 "attr31711") ) +(myObject (attribute1 "attr31712") ) +(myObject (attribute1 "attr31713") ) +(myObject (attribute1 "attr31714") ) +(myObject (attribute1 "attr31715") ) +(myObject (attribute1 "attr31716") ) +(myObject (attribute1 "attr31717") ) +(myObject (attribute1 "attr31718") ) +(myObject (attribute1 "attr31719") ) +(myObject (attribute1 "attr31720") ) +(myObject (attribute1 "attr31721") ) +(myObject (attribute1 "attr31722") ) +(myObject (attribute1 "attr31723") ) +(myObject (attribute1 "attr31724") ) +(myObject (attribute1 "attr31725") ) +(myObject (attribute1 "attr31726") ) +(myObject (attribute1 "attr31727") ) +(myObject (attribute1 "attr31728") ) +(myObject (attribute1 "attr31729") ) +(myObject (attribute1 "attr31730") ) +(myObject (attribute1 "attr31731") ) +(myObject (attribute1 "attr31732") ) +(myObject (attribute1 "attr31733") ) +(myObject (attribute1 "attr31734") ) +(myObject (attribute1 "attr31735") ) +(myObject (attribute1 "attr31736") ) +(myObject (attribute1 "attr31737") ) +(myObject (attribute1 "attr31738") ) +(myObject (attribute1 "attr31739") ) +(myObject (attribute1 "attr31740") ) +(myObject (attribute1 "attr31741") ) +(myObject (attribute1 "attr31742") ) +(myObject (attribute1 "attr31743") ) +(myObject (attribute1 "attr31744") ) +(myObject (attribute1 "attr31745") ) +(myObject (attribute1 "attr31746") ) +(myObject (attribute1 "attr31747") ) +(myObject (attribute1 "attr31748") ) +(myObject (attribute1 "attr31749") ) +(myObject (attribute1 "attr31750") ) +(myObject (attribute1 "attr31751") ) +(myObject (attribute1 "attr31752") ) +(myObject (attribute1 "attr31753") ) +(myObject (attribute1 "attr31754") ) +(myObject (attribute1 "attr31755") ) +(myObject (attribute1 "attr31756") ) +(myObject (attribute1 "attr31757") ) +(myObject (attribute1 "attr31758") ) +(myObject (attribute1 "attr31759") ) +(myObject (attribute1 "attr31760") ) +(myObject (attribute1 "attr31761") ) +(myObject (attribute1 "attr31762") ) +(myObject (attribute1 "attr31763") ) +(myObject (attribute1 "attr31764") ) +(myObject (attribute1 "attr31765") ) +(myObject (attribute1 "attr31766") ) +(myObject (attribute1 "attr31767") ) +(myObject (attribute1 "attr31768") ) +(myObject (attribute1 "attr31769") ) +(myObject (attribute1 "attr31770") ) +(myObject (attribute1 "attr31771") ) +(myObject (attribute1 "attr31772") ) +(myObject (attribute1 "attr31773") ) +(myObject (attribute1 "attr31774") ) +(myObject (attribute1 "attr31775") ) +(myObject (attribute1 "attr31776") ) +(myObject (attribute1 "attr31777") ) +(myObject (attribute1 "attr31778") ) +(myObject (attribute1 "attr31779") ) +(myObject (attribute1 "attr31780") ) +(myObject (attribute1 "attr31781") ) +(myObject (attribute1 "attr31782") ) +(myObject (attribute1 "attr31783") ) +(myObject (attribute1 "attr31784") ) +(myObject (attribute1 "attr31785") ) +(myObject (attribute1 "attr31786") ) +(myObject (attribute1 "attr31787") ) +(myObject (attribute1 "attr31788") ) +(myObject (attribute1 "attr31789") ) +(myObject (attribute1 "attr31790") ) +(myObject (attribute1 "attr31791") ) +(myObject (attribute1 "attr31792") ) +(myObject (attribute1 "attr31793") ) +(myObject (attribute1 "attr31794") ) +(myObject (attribute1 "attr31795") ) +(myObject (attribute1 "attr31796") ) +(myObject (attribute1 "attr31797") ) +(myObject (attribute1 "attr31798") ) +(myObject (attribute1 "attr31799") ) +(myObject (attribute1 "attr31800") ) +(myObject (attribute1 "attr31801") ) +(myObject (attribute1 "attr31802") ) +(myObject (attribute1 "attr31803") ) +(myObject (attribute1 "attr31804") ) +(myObject (attribute1 "attr31805") ) +(myObject (attribute1 "attr31806") ) +(myObject (attribute1 "attr31807") ) +(myObject (attribute1 "attr31808") ) +(myObject (attribute1 "attr31809") ) +(myObject (attribute1 "attr31810") ) +(myObject (attribute1 "attr31811") ) +(myObject (attribute1 "attr31812") ) +(myObject (attribute1 "attr31813") ) +(myObject (attribute1 "attr31814") ) +(myObject (attribute1 "attr31815") ) +(myObject (attribute1 "attr31816") ) +(myObject (attribute1 "attr31817") ) +(myObject (attribute1 "attr31818") ) +(myObject (attribute1 "attr31819") ) +(myObject (attribute1 "attr31820") ) +(myObject (attribute1 "attr31821") ) +(myObject (attribute1 "attr31822") ) +(myObject (attribute1 "attr31823") ) +(myObject (attribute1 "attr31824") ) +(myObject (attribute1 "attr31825") ) +(myObject (attribute1 "attr31826") ) +(myObject (attribute1 "attr31827") ) +(myObject (attribute1 "attr31828") ) +(myObject (attribute1 "attr31829") ) +(myObject (attribute1 "attr31830") ) +(myObject (attribute1 "attr31831") ) +(myObject (attribute1 "attr31832") ) +(myObject (attribute1 "attr31833") ) +(myObject (attribute1 "attr31834") ) +(myObject (attribute1 "attr31835") ) +(myObject (attribute1 "attr31836") ) +(myObject (attribute1 "attr31837") ) +(myObject (attribute1 "attr31838") ) +(myObject (attribute1 "attr31839") ) +(myObject (attribute1 "attr31840") ) +(myObject (attribute1 "attr31841") ) +(myObject (attribute1 "attr31842") ) +(myObject (attribute1 "attr31843") ) +(myObject (attribute1 "attr31844") ) +(myObject (attribute1 "attr31845") ) +(myObject (attribute1 "attr31846") ) +(myObject (attribute1 "attr31847") ) +(myObject (attribute1 "attr31848") ) +(myObject (attribute1 "attr31849") ) +(myObject (attribute1 "attr31850") ) +(myObject (attribute1 "attr31851") ) +(myObject (attribute1 "attr31852") ) +(myObject (attribute1 "attr31853") ) +(myObject (attribute1 "attr31854") ) +(myObject (attribute1 "attr31855") ) +(myObject (attribute1 "attr31856") ) +(myObject (attribute1 "attr31857") ) +(myObject (attribute1 "attr31858") ) +(myObject (attribute1 "attr31859") ) +(myObject (attribute1 "attr31860") ) +(myObject (attribute1 "attr31861") ) +(myObject (attribute1 "attr31862") ) +(myObject (attribute1 "attr31863") ) +(myObject (attribute1 "attr31864") ) +(myObject (attribute1 "attr31865") ) +(myObject (attribute1 "attr31866") ) +(myObject (attribute1 "attr31867") ) +(myObject (attribute1 "attr31868") ) +(myObject (attribute1 "attr31869") ) +(myObject (attribute1 "attr31870") ) +(myObject (attribute1 "attr31871") ) +(myObject (attribute1 "attr31872") ) +(myObject (attribute1 "attr31873") ) +(myObject (attribute1 "attr31874") ) +(myObject (attribute1 "attr31875") ) +(myObject (attribute1 "attr31876") ) +(myObject (attribute1 "attr31877") ) +(myObject (attribute1 "attr31878") ) +(myObject (attribute1 "attr31879") ) +(myObject (attribute1 "attr31880") ) +(myObject (attribute1 "attr31881") ) +(myObject (attribute1 "attr31882") ) +(myObject (attribute1 "attr31883") ) +(myObject (attribute1 "attr31884") ) +(myObject (attribute1 "attr31885") ) +(myObject (attribute1 "attr31886") ) +(myObject (attribute1 "attr31887") ) +(myObject (attribute1 "attr31888") ) +(myObject (attribute1 "attr31889") ) +(myObject (attribute1 "attr31890") ) +(myObject (attribute1 "attr31891") ) +(myObject (attribute1 "attr31892") ) +(myObject (attribute1 "attr31893") ) +(myObject (attribute1 "attr31894") ) +(myObject (attribute1 "attr31895") ) +(myObject (attribute1 "attr31896") ) +(myObject (attribute1 "attr31897") ) +(myObject (attribute1 "attr31898") ) +(myObject (attribute1 "attr31899") ) +(myObject (attribute1 "attr31900") ) +(myObject (attribute1 "attr31901") ) +(myObject (attribute1 "attr31902") ) +(myObject (attribute1 "attr31903") ) +(myObject (attribute1 "attr31904") ) +(myObject (attribute1 "attr31905") ) +(myObject (attribute1 "attr31906") ) +(myObject (attribute1 "attr31907") ) +(myObject (attribute1 "attr31908") ) +(myObject (attribute1 "attr31909") ) +(myObject (attribute1 "attr31910") ) +(myObject (attribute1 "attr31911") ) +(myObject (attribute1 "attr31912") ) +(myObject (attribute1 "attr31913") ) +(myObject (attribute1 "attr31914") ) +(myObject (attribute1 "attr31915") ) +(myObject (attribute1 "attr31916") ) +(myObject (attribute1 "attr31917") ) +(myObject (attribute1 "attr31918") ) +(myObject (attribute1 "attr31919") ) +(myObject (attribute1 "attr31920") ) +(myObject (attribute1 "attr31921") ) +(myObject (attribute1 "attr31922") ) +(myObject (attribute1 "attr31923") ) +(myObject (attribute1 "attr31924") ) +(myObject (attribute1 "attr31925") ) +(myObject (attribute1 "attr31926") ) +(myObject (attribute1 "attr31927") ) +(myObject (attribute1 "attr31928") ) +(myObject (attribute1 "attr31929") ) +(myObject (attribute1 "attr31930") ) +(myObject (attribute1 "attr31931") ) +(myObject (attribute1 "attr31932") ) +(myObject (attribute1 "attr31933") ) +(myObject (attribute1 "attr31934") ) +(myObject (attribute1 "attr31935") ) +(myObject (attribute1 "attr31936") ) +(myObject (attribute1 "attr31937") ) +(myObject (attribute1 "attr31938") ) +(myObject (attribute1 "attr31939") ) +(myObject (attribute1 "attr31940") ) +(myObject (attribute1 "attr31941") ) +(myObject (attribute1 "attr31942") ) +(myObject (attribute1 "attr31943") ) +(myObject (attribute1 "attr31944") ) +(myObject (attribute1 "attr31945") ) +(myObject (attribute1 "attr31946") ) +(myObject (attribute1 "attr31947") ) +(myObject (attribute1 "attr31948") ) +(myObject (attribute1 "attr31949") ) +(myObject (attribute1 "attr31950") ) +(myObject (attribute1 "attr31951") ) +(myObject (attribute1 "attr31952") ) +(myObject (attribute1 "attr31953") ) +(myObject (attribute1 "attr31954") ) +(myObject (attribute1 "attr31955") ) +(myObject (attribute1 "attr31956") ) +(myObject (attribute1 "attr31957") ) +(myObject (attribute1 "attr31958") ) +(myObject (attribute1 "attr31959") ) +(myObject (attribute1 "attr31960") ) +(myObject (attribute1 "attr31961") ) +(myObject (attribute1 "attr31962") ) +(myObject (attribute1 "attr31963") ) +(myObject (attribute1 "attr31964") ) +(myObject (attribute1 "attr31965") ) +(myObject (attribute1 "attr31966") ) +(myObject (attribute1 "attr31967") ) +(myObject (attribute1 "attr31968") ) +(myObject (attribute1 "attr31969") ) +(myObject (attribute1 "attr31970") ) +(myObject (attribute1 "attr31971") ) +(myObject (attribute1 "attr31972") ) +(myObject (attribute1 "attr31973") ) +(myObject (attribute1 "attr31974") ) +(myObject (attribute1 "attr31975") ) +(myObject (attribute1 "attr31976") ) +(myObject (attribute1 "attr31977") ) +(myObject (attribute1 "attr31978") ) +(myObject (attribute1 "attr31979") ) +(myObject (attribute1 "attr31980") ) +(myObject (attribute1 "attr31981") ) +(myObject (attribute1 "attr31982") ) +(myObject (attribute1 "attr31983") ) +(myObject (attribute1 "attr31984") ) +(myObject (attribute1 "attr31985") ) +(myObject (attribute1 "attr31986") ) +(myObject (attribute1 "attr31987") ) +(myObject (attribute1 "attr31988") ) +(myObject (attribute1 "attr31989") ) +(myObject (attribute1 "attr31990") ) +(myObject (attribute1 "attr31991") ) +(myObject (attribute1 "attr31992") ) +(myObject (attribute1 "attr31993") ) +(myObject (attribute1 "attr31994") ) +(myObject (attribute1 "attr31995") ) +(myObject (attribute1 "attr31996") ) +(myObject (attribute1 "attr31997") ) +(myObject (attribute1 "attr31998") ) +(myObject (attribute1 "attr31999") ) +(myObject (attribute1 "attr32000") ) +(myObject (attribute1 "attr32001") ) +(myObject (attribute1 "attr32002") ) +(myObject (attribute1 "attr32003") ) +(myObject (attribute1 "attr32004") ) +(myObject (attribute1 "attr32005") ) +(myObject (attribute1 "attr32006") ) +(myObject (attribute1 "attr32007") ) +(myObject (attribute1 "attr32008") ) +(myObject (attribute1 "attr32009") ) +(myObject (attribute1 "attr32010") ) +(myObject (attribute1 "attr32011") ) +(myObject (attribute1 "attr32012") ) +(myObject (attribute1 "attr32013") ) +(myObject (attribute1 "attr32014") ) +(myObject (attribute1 "attr32015") ) +(myObject (attribute1 "attr32016") ) +(myObject (attribute1 "attr32017") ) +(myObject (attribute1 "attr32018") ) +(myObject (attribute1 "attr32019") ) +(myObject (attribute1 "attr32020") ) +(myObject (attribute1 "attr32021") ) +(myObject (attribute1 "attr32022") ) +(myObject (attribute1 "attr32023") ) +(myObject (attribute1 "attr32024") ) +(myObject (attribute1 "attr32025") ) +(myObject (attribute1 "attr32026") ) +(myObject (attribute1 "attr32027") ) +(myObject (attribute1 "attr32028") ) +(myObject (attribute1 "attr32029") ) +(myObject (attribute1 "attr32030") ) +(myObject (attribute1 "attr32031") ) +(myObject (attribute1 "attr32032") ) +(myObject (attribute1 "attr32033") ) +(myObject (attribute1 "attr32034") ) +(myObject (attribute1 "attr32035") ) +(myObject (attribute1 "attr32036") ) +(myObject (attribute1 "attr32037") ) +(myObject (attribute1 "attr32038") ) +(myObject (attribute1 "attr32039") ) +(myObject (attribute1 "attr32040") ) +(myObject (attribute1 "attr32041") ) +(myObject (attribute1 "attr32042") ) +(myObject (attribute1 "attr32043") ) +(myObject (attribute1 "attr32044") ) +(myObject (attribute1 "attr32045") ) +(myObject (attribute1 "attr32046") ) +(myObject (attribute1 "attr32047") ) +(myObject (attribute1 "attr32048") ) +(myObject (attribute1 "attr32049") ) +(myObject (attribute1 "attr32050") ) +(myObject (attribute1 "attr32051") ) +(myObject (attribute1 "attr32052") ) +(myObject (attribute1 "attr32053") ) +(myObject (attribute1 "attr32054") ) +(myObject (attribute1 "attr32055") ) +(myObject (attribute1 "attr32056") ) +(myObject (attribute1 "attr32057") ) +(myObject (attribute1 "attr32058") ) +(myObject (attribute1 "attr32059") ) +(myObject (attribute1 "attr32060") ) +(myObject (attribute1 "attr32061") ) +(myObject (attribute1 "attr32062") ) +(myObject (attribute1 "attr32063") ) +(myObject (attribute1 "attr32064") ) +(myObject (attribute1 "attr32065") ) +(myObject (attribute1 "attr32066") ) +(myObject (attribute1 "attr32067") ) +(myObject (attribute1 "attr32068") ) +(myObject (attribute1 "attr32069") ) +(myObject (attribute1 "attr32070") ) +(myObject (attribute1 "attr32071") ) +(myObject (attribute1 "attr32072") ) +(myObject (attribute1 "attr32073") ) +(myObject (attribute1 "attr32074") ) +(myObject (attribute1 "attr32075") ) +(myObject (attribute1 "attr32076") ) +(myObject (attribute1 "attr32077") ) +(myObject (attribute1 "attr32078") ) +(myObject (attribute1 "attr32079") ) +(myObject (attribute1 "attr32080") ) +(myObject (attribute1 "attr32081") ) +(myObject (attribute1 "attr32082") ) +(myObject (attribute1 "attr32083") ) +(myObject (attribute1 "attr32084") ) +(myObject (attribute1 "attr32085") ) +(myObject (attribute1 "attr32086") ) +(myObject (attribute1 "attr32087") ) +(myObject (attribute1 "attr32088") ) +(myObject (attribute1 "attr32089") ) +(myObject (attribute1 "attr32090") ) +(myObject (attribute1 "attr32091") ) +(myObject (attribute1 "attr32092") ) +(myObject (attribute1 "attr32093") ) +(myObject (attribute1 "attr32094") ) +(myObject (attribute1 "attr32095") ) +(myObject (attribute1 "attr32096") ) +(myObject (attribute1 "attr32097") ) +(myObject (attribute1 "attr32098") ) +(myObject (attribute1 "attr32099") ) +(myObject (attribute1 "attr32100") ) +(myObject (attribute1 "attr32101") ) +(myObject (attribute1 "attr32102") ) +(myObject (attribute1 "attr32103") ) +(myObject (attribute1 "attr32104") ) +(myObject (attribute1 "attr32105") ) +(myObject (attribute1 "attr32106") ) +(myObject (attribute1 "attr32107") ) +(myObject (attribute1 "attr32108") ) +(myObject (attribute1 "attr32109") ) +(myObject (attribute1 "attr32110") ) +(myObject (attribute1 "attr32111") ) +(myObject (attribute1 "attr32112") ) +(myObject (attribute1 "attr32113") ) +(myObject (attribute1 "attr32114") ) +(myObject (attribute1 "attr32115") ) +(myObject (attribute1 "attr32116") ) +(myObject (attribute1 "attr32117") ) +(myObject (attribute1 "attr32118") ) +(myObject (attribute1 "attr32119") ) +(myObject (attribute1 "attr32120") ) +(myObject (attribute1 "attr32121") ) +(myObject (attribute1 "attr32122") ) +(myObject (attribute1 "attr32123") ) +(myObject (attribute1 "attr32124") ) +(myObject (attribute1 "attr32125") ) +(myObject (attribute1 "attr32126") ) +(myObject (attribute1 "attr32127") ) +(myObject (attribute1 "attr32128") ) +(myObject (attribute1 "attr32129") ) +(myObject (attribute1 "attr32130") ) +(myObject (attribute1 "attr32131") ) +(myObject (attribute1 "attr32132") ) +(myObject (attribute1 "attr32133") ) +(myObject (attribute1 "attr32134") ) +(myObject (attribute1 "attr32135") ) +(myObject (attribute1 "attr32136") ) +(myObject (attribute1 "attr32137") ) +(myObject (attribute1 "attr32138") ) +(myObject (attribute1 "attr32139") ) +(myObject (attribute1 "attr32140") ) +(myObject (attribute1 "attr32141") ) +(myObject (attribute1 "attr32142") ) +(myObject (attribute1 "attr32143") ) +(myObject (attribute1 "attr32144") ) +(myObject (attribute1 "attr32145") ) +(myObject (attribute1 "attr32146") ) +(myObject (attribute1 "attr32147") ) +(myObject (attribute1 "attr32148") ) +(myObject (attribute1 "attr32149") ) +(myObject (attribute1 "attr32150") ) +(myObject (attribute1 "attr32151") ) +(myObject (attribute1 "attr32152") ) +(myObject (attribute1 "attr32153") ) +(myObject (attribute1 "attr32154") ) +(myObject (attribute1 "attr32155") ) +(myObject (attribute1 "attr32156") ) +(myObject (attribute1 "attr32157") ) +(myObject (attribute1 "attr32158") ) +(myObject (attribute1 "attr32159") ) +(myObject (attribute1 "attr32160") ) +(myObject (attribute1 "attr32161") ) +(myObject (attribute1 "attr32162") ) +(myObject (attribute1 "attr32163") ) +(myObject (attribute1 "attr32164") ) +(myObject (attribute1 "attr32165") ) +(myObject (attribute1 "attr32166") ) +(myObject (attribute1 "attr32167") ) +(myObject (attribute1 "attr32168") ) +(myObject (attribute1 "attr32169") ) +(myObject (attribute1 "attr32170") ) +(myObject (attribute1 "attr32171") ) +(myObject (attribute1 "attr32172") ) +(myObject (attribute1 "attr32173") ) +(myObject (attribute1 "attr32174") ) +(myObject (attribute1 "attr32175") ) +(myObject (attribute1 "attr32176") ) +(myObject (attribute1 "attr32177") ) +(myObject (attribute1 "attr32178") ) +(myObject (attribute1 "attr32179") ) +(myObject (attribute1 "attr32180") ) +(myObject (attribute1 "attr32181") ) +(myObject (attribute1 "attr32182") ) +(myObject (attribute1 "attr32183") ) +(myObject (attribute1 "attr32184") ) +(myObject (attribute1 "attr32185") ) +(myObject (attribute1 "attr32186") ) +(myObject (attribute1 "attr32187") ) +(myObject (attribute1 "attr32188") ) +(myObject (attribute1 "attr32189") ) +(myObject (attribute1 "attr32190") ) +(myObject (attribute1 "attr32191") ) +(myObject (attribute1 "attr32192") ) +(myObject (attribute1 "attr32193") ) +(myObject (attribute1 "attr32194") ) +(myObject (attribute1 "attr32195") ) +(myObject (attribute1 "attr32196") ) +(myObject (attribute1 "attr32197") ) +(myObject (attribute1 "attr32198") ) +(myObject (attribute1 "attr32199") ) +(myObject (attribute1 "attr32200") ) +(myObject (attribute1 "attr32201") ) +(myObject (attribute1 "attr32202") ) +(myObject (attribute1 "attr32203") ) +(myObject (attribute1 "attr32204") ) +(myObject (attribute1 "attr32205") ) +(myObject (attribute1 "attr32206") ) +(myObject (attribute1 "attr32207") ) +(myObject (attribute1 "attr32208") ) +(myObject (attribute1 "attr32209") ) +(myObject (attribute1 "attr32210") ) +(myObject (attribute1 "attr32211") ) +(myObject (attribute1 "attr32212") ) +(myObject (attribute1 "attr32213") ) +(myObject (attribute1 "attr32214") ) +(myObject (attribute1 "attr32215") ) +(myObject (attribute1 "attr32216") ) +(myObject (attribute1 "attr32217") ) +(myObject (attribute1 "attr32218") ) +(myObject (attribute1 "attr32219") ) +(myObject (attribute1 "attr32220") ) +(myObject (attribute1 "attr32221") ) +(myObject (attribute1 "attr32222") ) +(myObject (attribute1 "attr32223") ) +(myObject (attribute1 "attr32224") ) +(myObject (attribute1 "attr32225") ) +(myObject (attribute1 "attr32226") ) +(myObject (attribute1 "attr32227") ) +(myObject (attribute1 "attr32228") ) +(myObject (attribute1 "attr32229") ) +(myObject (attribute1 "attr32230") ) +(myObject (attribute1 "attr32231") ) +(myObject (attribute1 "attr32232") ) +(myObject (attribute1 "attr32233") ) +(myObject (attribute1 "attr32234") ) +(myObject (attribute1 "attr32235") ) +(myObject (attribute1 "attr32236") ) +(myObject (attribute1 "attr32237") ) +(myObject (attribute1 "attr32238") ) +(myObject (attribute1 "attr32239") ) +(myObject (attribute1 "attr32240") ) +(myObject (attribute1 "attr32241") ) +(myObject (attribute1 "attr32242") ) +(myObject (attribute1 "attr32243") ) +(myObject (attribute1 "attr32244") ) +(myObject (attribute1 "attr32245") ) +(myObject (attribute1 "attr32246") ) +(myObject (attribute1 "attr32247") ) +(myObject (attribute1 "attr32248") ) +(myObject (attribute1 "attr32249") ) +(myObject (attribute1 "attr32250") ) +(myObject (attribute1 "attr32251") ) +(myObject (attribute1 "attr32252") ) +(myObject (attribute1 "attr32253") ) +(myObject (attribute1 "attr32254") ) +(myObject (attribute1 "attr32255") ) +(myObject (attribute1 "attr32256") ) +(myObject (attribute1 "attr32257") ) +(myObject (attribute1 "attr32258") ) +(myObject (attribute1 "attr32259") ) +(myObject (attribute1 "attr32260") ) +(myObject (attribute1 "attr32261") ) +(myObject (attribute1 "attr32262") ) +(myObject (attribute1 "attr32263") ) +(myObject (attribute1 "attr32264") ) +(myObject (attribute1 "attr32265") ) +(myObject (attribute1 "attr32266") ) +(myObject (attribute1 "attr32267") ) +(myObject (attribute1 "attr32268") ) +(myObject (attribute1 "attr32269") ) +(myObject (attribute1 "attr32270") ) +(myObject (attribute1 "attr32271") ) +(myObject (attribute1 "attr32272") ) +(myObject (attribute1 "attr32273") ) +(myObject (attribute1 "attr32274") ) +(myObject (attribute1 "attr32275") ) +(myObject (attribute1 "attr32276") ) +(myObject (attribute1 "attr32277") ) +(myObject (attribute1 "attr32278") ) +(myObject (attribute1 "attr32279") ) +(myObject (attribute1 "attr32280") ) +(myObject (attribute1 "attr32281") ) +(myObject (attribute1 "attr32282") ) +(myObject (attribute1 "attr32283") ) +(myObject (attribute1 "attr32284") ) +(myObject (attribute1 "attr32285") ) +(myObject (attribute1 "attr32286") ) +(myObject (attribute1 "attr32287") ) +(myObject (attribute1 "attr32288") ) +(myObject (attribute1 "attr32289") ) +(myObject (attribute1 "attr32290") ) +(myObject (attribute1 "attr32291") ) +(myObject (attribute1 "attr32292") ) +(myObject (attribute1 "attr32293") ) +(myObject (attribute1 "attr32294") ) +(myObject (attribute1 "attr32295") ) +(myObject (attribute1 "attr32296") ) +(myObject (attribute1 "attr32297") ) +(myObject (attribute1 "attr32298") ) +(myObject (attribute1 "attr32299") ) +(myObject (attribute1 "attr32300") ) +(myObject (attribute1 "attr32301") ) +(myObject (attribute1 "attr32302") ) +(myObject (attribute1 "attr32303") ) +(myObject (attribute1 "attr32304") ) +(myObject (attribute1 "attr32305") ) +(myObject (attribute1 "attr32306") ) +(myObject (attribute1 "attr32307") ) +(myObject (attribute1 "attr32308") ) +(myObject (attribute1 "attr32309") ) +(myObject (attribute1 "attr32310") ) +(myObject (attribute1 "attr32311") ) +(myObject (attribute1 "attr32312") ) +(myObject (attribute1 "attr32313") ) +(myObject (attribute1 "attr32314") ) +(myObject (attribute1 "attr32315") ) +(myObject (attribute1 "attr32316") ) +(myObject (attribute1 "attr32317") ) +(myObject (attribute1 "attr32318") ) +(myObject (attribute1 "attr32319") ) +(myObject (attribute1 "attr32320") ) +(myObject (attribute1 "attr32321") ) +(myObject (attribute1 "attr32322") ) +(myObject (attribute1 "attr32323") ) +(myObject (attribute1 "attr32324") ) +(myObject (attribute1 "attr32325") ) +(myObject (attribute1 "attr32326") ) +(myObject (attribute1 "attr32327") ) +(myObject (attribute1 "attr32328") ) +(myObject (attribute1 "attr32329") ) +(myObject (attribute1 "attr32330") ) +(myObject (attribute1 "attr32331") ) +(myObject (attribute1 "attr32332") ) +(myObject (attribute1 "attr32333") ) +(myObject (attribute1 "attr32334") ) +(myObject (attribute1 "attr32335") ) +(myObject (attribute1 "attr32336") ) +(myObject (attribute1 "attr32337") ) +(myObject (attribute1 "attr32338") ) +(myObject (attribute1 "attr32339") ) +(myObject (attribute1 "attr32340") ) +(myObject (attribute1 "attr32341") ) +(myObject (attribute1 "attr32342") ) +(myObject (attribute1 "attr32343") ) +(myObject (attribute1 "attr32344") ) +(myObject (attribute1 "attr32345") ) +(myObject (attribute1 "attr32346") ) +(myObject (attribute1 "attr32347") ) +(myObject (attribute1 "attr32348") ) +(myObject (attribute1 "attr32349") ) +(myObject (attribute1 "attr32350") ) +(myObject (attribute1 "attr32351") ) +(myObject (attribute1 "attr32352") ) +(myObject (attribute1 "attr32353") ) +(myObject (attribute1 "attr32354") ) +(myObject (attribute1 "attr32355") ) +(myObject (attribute1 "attr32356") ) +(myObject (attribute1 "attr32357") ) +(myObject (attribute1 "attr32358") ) +(myObject (attribute1 "attr32359") ) +(myObject (attribute1 "attr32360") ) +(myObject (attribute1 "attr32361") ) +(myObject (attribute1 "attr32362") ) +(myObject (attribute1 "attr32363") ) +(myObject (attribute1 "attr32364") ) +(myObject (attribute1 "attr32365") ) +(myObject (attribute1 "attr32366") ) +(myObject (attribute1 "attr32367") ) +(myObject (attribute1 "attr32368") ) +(myObject (attribute1 "attr32369") ) +(myObject (attribute1 "attr32370") ) +(myObject (attribute1 "attr32371") ) +(myObject (attribute1 "attr32372") ) +(myObject (attribute1 "attr32373") ) +(myObject (attribute1 "attr32374") ) +(myObject (attribute1 "attr32375") ) +(myObject (attribute1 "attr32376") ) +(myObject (attribute1 "attr32377") ) +(myObject (attribute1 "attr32378") ) +(myObject (attribute1 "attr32379") ) +(myObject (attribute1 "attr32380") ) +(myObject (attribute1 "attr32381") ) +(myObject (attribute1 "attr32382") ) +(myObject (attribute1 "attr32383") ) +(myObject (attribute1 "attr32384") ) +(myObject (attribute1 "attr32385") ) +(myObject (attribute1 "attr32386") ) +(myObject (attribute1 "attr32387") ) +(myObject (attribute1 "attr32388") ) +(myObject (attribute1 "attr32389") ) +(myObject (attribute1 "attr32390") ) +(myObject (attribute1 "attr32391") ) +(myObject (attribute1 "attr32392") ) +(myObject (attribute1 "attr32393") ) +(myObject (attribute1 "attr32394") ) +(myObject (attribute1 "attr32395") ) +(myObject (attribute1 "attr32396") ) +(myObject (attribute1 "attr32397") ) +(myObject (attribute1 "attr32398") ) +(myObject (attribute1 "attr32399") ) +(myObject (attribute1 "attr32400") ) +(myObject (attribute1 "attr32401") ) +(myObject (attribute1 "attr32402") ) +(myObject (attribute1 "attr32403") ) +(myObject (attribute1 "attr32404") ) +(myObject (attribute1 "attr32405") ) +(myObject (attribute1 "attr32406") ) +(myObject (attribute1 "attr32407") ) +(myObject (attribute1 "attr32408") ) +(myObject (attribute1 "attr32409") ) +(myObject (attribute1 "attr32410") ) +(myObject (attribute1 "attr32411") ) +(myObject (attribute1 "attr32412") ) +(myObject (attribute1 "attr32413") ) +(myObject (attribute1 "attr32414") ) +(myObject (attribute1 "attr32415") ) +(myObject (attribute1 "attr32416") ) +(myObject (attribute1 "attr32417") ) +(myObject (attribute1 "attr32418") ) +(myObject (attribute1 "attr32419") ) +(myObject (attribute1 "attr32420") ) +(myObject (attribute1 "attr32421") ) +(myObject (attribute1 "attr32422") ) +(myObject (attribute1 "attr32423") ) +(myObject (attribute1 "attr32424") ) +(myObject (attribute1 "attr32425") ) +(myObject (attribute1 "attr32426") ) +(myObject (attribute1 "attr32427") ) +(myObject (attribute1 "attr32428") ) +(myObject (attribute1 "attr32429") ) +(myObject (attribute1 "attr32430") ) +(myObject (attribute1 "attr32431") ) +(myObject (attribute1 "attr32432") ) +(myObject (attribute1 "attr32433") ) +(myObject (attribute1 "attr32434") ) +(myObject (attribute1 "attr32435") ) +(myObject (attribute1 "attr32436") ) +(myObject (attribute1 "attr32437") ) +(myObject (attribute1 "attr32438") ) +(myObject (attribute1 "attr32439") ) +(myObject (attribute1 "attr32440") ) +(myObject (attribute1 "attr32441") ) +(myObject (attribute1 "attr32442") ) +(myObject (attribute1 "attr32443") ) +(myObject (attribute1 "attr32444") ) +(myObject (attribute1 "attr32445") ) +(myObject (attribute1 "attr32446") ) +(myObject (attribute1 "attr32447") ) +(myObject (attribute1 "attr32448") ) +(myObject (attribute1 "attr32449") ) +(myObject (attribute1 "attr32450") ) +(myObject (attribute1 "attr32451") ) +(myObject (attribute1 "attr32452") ) +(myObject (attribute1 "attr32453") ) +(myObject (attribute1 "attr32454") ) +(myObject (attribute1 "attr32455") ) +(myObject (attribute1 "attr32456") ) +(myObject (attribute1 "attr32457") ) +(myObject (attribute1 "attr32458") ) +(myObject (attribute1 "attr32459") ) +(myObject (attribute1 "attr32460") ) +(myObject (attribute1 "attr32461") ) +(myObject (attribute1 "attr32462") ) +(myObject (attribute1 "attr32463") ) +(myObject (attribute1 "attr32464") ) +(myObject (attribute1 "attr32465") ) +(myObject (attribute1 "attr32466") ) +(myObject (attribute1 "attr32467") ) +(myObject (attribute1 "attr32468") ) +(myObject (attribute1 "attr32469") ) +(myObject (attribute1 "attr32470") ) +(myObject (attribute1 "attr32471") ) +(myObject (attribute1 "attr32472") ) +(myObject (attribute1 "attr32473") ) +(myObject (attribute1 "attr32474") ) +(myObject (attribute1 "attr32475") ) +(myObject (attribute1 "attr32476") ) +(myObject (attribute1 "attr32477") ) +(myObject (attribute1 "attr32478") ) +(myObject (attribute1 "attr32479") ) +(myObject (attribute1 "attr32480") ) +(myObject (attribute1 "attr32481") ) +(myObject (attribute1 "attr32482") ) +(myObject (attribute1 "attr32483") ) +(myObject (attribute1 "attr32484") ) +(myObject (attribute1 "attr32485") ) +(myObject (attribute1 "attr32486") ) +(myObject (attribute1 "attr32487") ) +(myObject (attribute1 "attr32488") ) +(myObject (attribute1 "attr32489") ) +(myObject (attribute1 "attr32490") ) +(myObject (attribute1 "attr32491") ) +(myObject (attribute1 "attr32492") ) +(myObject (attribute1 "attr32493") ) +(myObject (attribute1 "attr32494") ) +(myObject (attribute1 "attr32495") ) +(myObject (attribute1 "attr32496") ) +(myObject (attribute1 "attr32497") ) +(myObject (attribute1 "attr32498") ) +(myObject (attribute1 "attr32499") ) +(myObject (attribute1 "attr32500") ) +(myObject (attribute1 "attr32501") ) +(myObject (attribute1 "attr32502") ) +(myObject (attribute1 "attr32503") ) +(myObject (attribute1 "attr32504") ) +(myObject (attribute1 "attr32505") ) +(myObject (attribute1 "attr32506") ) +(myObject (attribute1 "attr32507") ) +(myObject (attribute1 "attr32508") ) +(myObject (attribute1 "attr32509") ) +(myObject (attribute1 "attr32510") ) +(myObject (attribute1 "attr32511") ) +(myObject (attribute1 "attr32512") ) +(myObject (attribute1 "attr32513") ) +(myObject (attribute1 "attr32514") ) +(myObject (attribute1 "attr32515") ) +(myObject (attribute1 "attr32516") ) +(myObject (attribute1 "attr32517") ) +(myObject (attribute1 "attr32518") ) +(myObject (attribute1 "attr32519") ) +(myObject (attribute1 "attr32520") ) +(myObject (attribute1 "attr32521") ) +(myObject (attribute1 "attr32522") ) +(myObject (attribute1 "attr32523") ) +(myObject (attribute1 "attr32524") ) +(myObject (attribute1 "attr32525") ) +(myObject (attribute1 "attr32526") ) +(myObject (attribute1 "attr32527") ) +(myObject (attribute1 "attr32528") ) +(myObject (attribute1 "attr32529") ) +(myObject (attribute1 "attr32530") ) +(myObject (attribute1 "attr32531") ) +(myObject (attribute1 "attr32532") ) +(myObject (attribute1 "attr32533") ) +(myObject (attribute1 "attr32534") ) +(myObject (attribute1 "attr32535") ) +(myObject (attribute1 "attr32536") ) +(myObject (attribute1 "attr32537") ) +(myObject (attribute1 "attr32538") ) +(myObject (attribute1 "attr32539") ) +(myObject (attribute1 "attr32540") ) +(myObject (attribute1 "attr32541") ) +(myObject (attribute1 "attr32542") ) +(myObject (attribute1 "attr32543") ) +(myObject (attribute1 "attr32544") ) +(myObject (attribute1 "attr32545") ) +(myObject (attribute1 "attr32546") ) +(myObject (attribute1 "attr32547") ) +(myObject (attribute1 "attr32548") ) +(myObject (attribute1 "attr32549") ) +(myObject (attribute1 "attr32550") ) +(myObject (attribute1 "attr32551") ) +(myObject (attribute1 "attr32552") ) +(myObject (attribute1 "attr32553") ) +(myObject (attribute1 "attr32554") ) +(myObject (attribute1 "attr32555") ) +(myObject (attribute1 "attr32556") ) +(myObject (attribute1 "attr32557") ) +(myObject (attribute1 "attr32558") ) +(myObject (attribute1 "attr32559") ) +(myObject (attribute1 "attr32560") ) +(myObject (attribute1 "attr32561") ) +(myObject (attribute1 "attr32562") ) +(myObject (attribute1 "attr32563") ) +(myObject (attribute1 "attr32564") ) +(myObject (attribute1 "attr32565") ) +(myObject (attribute1 "attr32566") ) +(myObject (attribute1 "attr32567") ) +(myObject (attribute1 "attr32568") ) +(myObject (attribute1 "attr32569") ) +(myObject (attribute1 "attr32570") ) +(myObject (attribute1 "attr32571") ) +(myObject (attribute1 "attr32572") ) +(myObject (attribute1 "attr32573") ) +(myObject (attribute1 "attr32574") ) +(myObject (attribute1 "attr32575") ) +(myObject (attribute1 "attr32576") ) +(myObject (attribute1 "attr32577") ) +(myObject (attribute1 "attr32578") ) +(myObject (attribute1 "attr32579") ) +(myObject (attribute1 "attr32580") ) +(myObject (attribute1 "attr32581") ) +(myObject (attribute1 "attr32582") ) +(myObject (attribute1 "attr32583") ) +(myObject (attribute1 "attr32584") ) +(myObject (attribute1 "attr32585") ) +(myObject (attribute1 "attr32586") ) +(myObject (attribute1 "attr32587") ) +(myObject (attribute1 "attr32588") ) +(myObject (attribute1 "attr32589") ) +(myObject (attribute1 "attr32590") ) +(myObject (attribute1 "attr32591") ) +(myObject (attribute1 "attr32592") ) +(myObject (attribute1 "attr32593") ) +(myObject (attribute1 "attr32594") ) +(myObject (attribute1 "attr32595") ) +(myObject (attribute1 "attr32596") ) +(myObject (attribute1 "attr32597") ) +(myObject (attribute1 "attr32598") ) +(myObject (attribute1 "attr32599") ) +(myObject (attribute1 "attr32600") ) +(myObject (attribute1 "attr32601") ) +(myObject (attribute1 "attr32602") ) +(myObject (attribute1 "attr32603") ) +(myObject (attribute1 "attr32604") ) +(myObject (attribute1 "attr32605") ) +(myObject (attribute1 "attr32606") ) +(myObject (attribute1 "attr32607") ) +(myObject (attribute1 "attr32608") ) +(myObject (attribute1 "attr32609") ) +(myObject (attribute1 "attr32610") ) +(myObject (attribute1 "attr32611") ) +(myObject (attribute1 "attr32612") ) +(myObject (attribute1 "attr32613") ) +(myObject (attribute1 "attr32614") ) +(myObject (attribute1 "attr32615") ) +(myObject (attribute1 "attr32616") ) +(myObject (attribute1 "attr32617") ) +(myObject (attribute1 "attr32618") ) +(myObject (attribute1 "attr32619") ) +(myObject (attribute1 "attr32620") ) +(myObject (attribute1 "attr32621") ) +(myObject (attribute1 "attr32622") ) +(myObject (attribute1 "attr32623") ) +(myObject (attribute1 "attr32624") ) +(myObject (attribute1 "attr32625") ) +(myObject (attribute1 "attr32626") ) +(myObject (attribute1 "attr32627") ) +(myObject (attribute1 "attr32628") ) +(myObject (attribute1 "attr32629") ) +(myObject (attribute1 "attr32630") ) +(myObject (attribute1 "attr32631") ) +(myObject (attribute1 "attr32632") ) +(myObject (attribute1 "attr32633") ) +(myObject (attribute1 "attr32634") ) +(myObject (attribute1 "attr32635") ) +(myObject (attribute1 "attr32636") ) +(myObject (attribute1 "attr32637") ) +(myObject (attribute1 "attr32638") ) +(myObject (attribute1 "attr32639") ) +(myObject (attribute1 "attr32640") ) +(myObject (attribute1 "attr32641") ) +(myObject (attribute1 "attr32642") ) +(myObject (attribute1 "attr32643") ) +(myObject (attribute1 "attr32644") ) +(myObject (attribute1 "attr32645") ) +(myObject (attribute1 "attr32646") ) +(myObject (attribute1 "attr32647") ) +(myObject (attribute1 "attr32648") ) +(myObject (attribute1 "attr32649") ) +(myObject (attribute1 "attr32650") ) +(myObject (attribute1 "attr32651") ) +(myObject (attribute1 "attr32652") ) +(myObject (attribute1 "attr32653") ) +(myObject (attribute1 "attr32654") ) +(myObject (attribute1 "attr32655") ) +(myObject (attribute1 "attr32656") ) +(myObject (attribute1 "attr32657") ) +(myObject (attribute1 "attr32658") ) +(myObject (attribute1 "attr32659") ) +(myObject (attribute1 "attr32660") ) +(myObject (attribute1 "attr32661") ) +(myObject (attribute1 "attr32662") ) +(myObject (attribute1 "attr32663") ) +(myObject (attribute1 "attr32664") ) +(myObject (attribute1 "attr32665") ) +(myObject (attribute1 "attr32666") ) +(myObject (attribute1 "attr32667") ) +(myObject (attribute1 "attr32668") ) +(myObject (attribute1 "attr32669") ) +(myObject (attribute1 "attr32670") ) +(myObject (attribute1 "attr32671") ) +(myObject (attribute1 "attr32672") ) +(myObject (attribute1 "attr32673") ) +(myObject (attribute1 "attr32674") ) +(myObject (attribute1 "attr32675") ) +(myObject (attribute1 "attr32676") ) +(myObject (attribute1 "attr32677") ) +(myObject (attribute1 "attr32678") ) +(myObject (attribute1 "attr32679") ) +(myObject (attribute1 "attr32680") ) +(myObject (attribute1 "attr32681") ) +(myObject (attribute1 "attr32682") ) +(myObject (attribute1 "attr32683") ) +(myObject (attribute1 "attr32684") ) +(myObject (attribute1 "attr32685") ) +(myObject (attribute1 "attr32686") ) +(myObject (attribute1 "attr32687") ) +(myObject (attribute1 "attr32688") ) +(myObject (attribute1 "attr32689") ) +(myObject (attribute1 "attr32690") ) +(myObject (attribute1 "attr32691") ) +(myObject (attribute1 "attr32692") ) +(myObject (attribute1 "attr32693") ) +(myObject (attribute1 "attr32694") ) +(myObject (attribute1 "attr32695") ) +(myObject (attribute1 "attr32696") ) +(myObject (attribute1 "attr32697") ) +(myObject (attribute1 "attr32698") ) +(myObject (attribute1 "attr32699") ) +(myObject (attribute1 "attr32700") ) +(myObject (attribute1 "attr32701") ) +(myObject (attribute1 "attr32702") ) +(myObject (attribute1 "attr32703") ) +(myObject (attribute1 "attr32704") ) +(myObject (attribute1 "attr32705") ) +(myObject (attribute1 "attr32706") ) +(myObject (attribute1 "attr32707") ) +(myObject (attribute1 "attr32708") ) +(myObject (attribute1 "attr32709") ) +(myObject (attribute1 "attr32710") ) +(myObject (attribute1 "attr32711") ) +(myObject (attribute1 "attr32712") ) +(myObject (attribute1 "attr32713") ) +(myObject (attribute1 "attr32714") ) +(myObject (attribute1 "attr32715") ) +(myObject (attribute1 "attr32716") ) +(myObject (attribute1 "attr32717") ) +(myObject (attribute1 "attr32718") ) +(myObject (attribute1 "attr32719") ) +(myObject (attribute1 "attr32720") ) +(myObject (attribute1 "attr32721") ) +(myObject (attribute1 "attr32722") ) +(myObject (attribute1 "attr32723") ) +(myObject (attribute1 "attr32724") ) +(myObject (attribute1 "attr32725") ) +(myObject (attribute1 "attr32726") ) +(myObject (attribute1 "attr32727") ) +(myObject (attribute1 "attr32728") ) +(myObject (attribute1 "attr32729") ) +(myObject (attribute1 "attr32730") ) +(myObject (attribute1 "attr32731") ) +(myObject (attribute1 "attr32732") ) +(myObject (attribute1 "attr32733") ) +(myObject (attribute1 "attr32734") ) +(myObject (attribute1 "attr32735") ) +(myObject (attribute1 "attr32736") ) +(myObject (attribute1 "attr32737") ) +(myObject (attribute1 "attr32738") ) +(myObject (attribute1 "attr32739") ) +(myObject (attribute1 "attr32740") ) +(myObject (attribute1 "attr32741") ) +(myObject (attribute1 "attr32742") ) +(myObject (attribute1 "attr32743") ) +(myObject (attribute1 "attr32744") ) +(myObject (attribute1 "attr32745") ) +(myObject (attribute1 "attr32746") ) +(myObject (attribute1 "attr32747") ) +(myObject (attribute1 "attr32748") ) +(myObject (attribute1 "attr32749") ) +(myObject (attribute1 "attr32750") ) +(myObject (attribute1 "attr32751") ) +(myObject (attribute1 "attr32752") ) +(myObject (attribute1 "attr32753") ) +(myObject (attribute1 "attr32754") ) +(myObject (attribute1 "attr32755") ) +(myObject (attribute1 "attr32756") ) +(myObject (attribute1 "attr32757") ) +(myObject (attribute1 "attr32758") ) +(myObject (attribute1 "attr32759") ) +(myObject (attribute1 "attr32760") ) +(myObject (attribute1 "attr32761") ) +(myObject (attribute1 "attr32762") ) +(myObject (attribute1 "attr32763") ) +(myObject (attribute1 "attr32764") ) +(myObject (attribute1 "attr32765") ) +(myObject (attribute1 "attr32766") ) +(myObject (attribute1 "attr32767") ) +(myObject (attribute1 "attr32768") ) +(myObject (attribute1 "attr32769") ) +(myObject (attribute1 "attr32770") ) +(myObject (attribute1 "attr32771") ) +(myObject (attribute1 "attr32772") ) +(myObject (attribute1 "attr32773") ) +(myObject (attribute1 "attr32774") ) +(myObject (attribute1 "attr32775") ) +(myObject (attribute1 "attr32776") ) +(myObject (attribute1 "attr32777") ) +(myObject (attribute1 "attr32778") ) +(myObject (attribute1 "attr32779") ) +(myObject (attribute1 "attr32780") ) +(myObject (attribute1 "attr32781") ) +(myObject (attribute1 "attr32782") ) +(myObject (attribute1 "attr32783") ) +(myObject (attribute1 "attr32784") ) +(myObject (attribute1 "attr32785") ) +(myObject (attribute1 "attr32786") ) +(myObject (attribute1 "attr32787") ) +(myObject (attribute1 "attr32788") ) +(myObject (attribute1 "attr32789") ) +(myObject (attribute1 "attr32790") ) +(myObject (attribute1 "attr32791") ) +(myObject (attribute1 "attr32792") ) +(myObject (attribute1 "attr32793") ) +(myObject (attribute1 "attr32794") ) +(myObject (attribute1 "attr32795") ) +(myObject (attribute1 "attr32796") ) +(myObject (attribute1 "attr32797") ) +(myObject (attribute1 "attr32798") ) +(myObject (attribute1 "attr32799") ) +(myObject (attribute1 "attr32800") ) +(myObject (attribute1 "attr32801") ) +(myObject (attribute1 "attr32802") ) +(myObject (attribute1 "attr32803") ) +(myObject (attribute1 "attr32804") ) +(myObject (attribute1 "attr32805") ) +(myObject (attribute1 "attr32806") ) +(myObject (attribute1 "attr32807") ) +(myObject (attribute1 "attr32808") ) +(myObject (attribute1 "attr32809") ) +(myObject (attribute1 "attr32810") ) +(myObject (attribute1 "attr32811") ) +(myObject (attribute1 "attr32812") ) +(myObject (attribute1 "attr32813") ) +(myObject (attribute1 "attr32814") ) +(myObject (attribute1 "attr32815") ) +(myObject (attribute1 "attr32816") ) +(myObject (attribute1 "attr32817") ) +(myObject (attribute1 "attr32818") ) +(myObject (attribute1 "attr32819") ) +(myObject (attribute1 "attr32820") ) +(myObject (attribute1 "attr32821") ) +(myObject (attribute1 "attr32822") ) +(myObject (attribute1 "attr32823") ) +(myObject (attribute1 "attr32824") ) +(myObject (attribute1 "attr32825") ) +(myObject (attribute1 "attr32826") ) +(myObject (attribute1 "attr32827") ) +(myObject (attribute1 "attr32828") ) +(myObject (attribute1 "attr32829") ) +(myObject (attribute1 "attr32830") ) +(myObject (attribute1 "attr32831") ) +(myObject (attribute1 "attr32832") ) +(myObject (attribute1 "attr32833") ) +(myObject (attribute1 "attr32834") ) +(myObject (attribute1 "attr32835") ) +(myObject (attribute1 "attr32836") ) +(myObject (attribute1 "attr32837") ) +(myObject (attribute1 "attr32838") ) +(myObject (attribute1 "attr32839") ) +(myObject (attribute1 "attr32840") ) +(myObject (attribute1 "attr32841") ) +(myObject (attribute1 "attr32842") ) +(myObject (attribute1 "attr32843") ) +(myObject (attribute1 "attr32844") ) +(myObject (attribute1 "attr32845") ) +(myObject (attribute1 "attr32846") ) +(myObject (attribute1 "attr32847") ) +(myObject (attribute1 "attr32848") ) +(myObject (attribute1 "attr32849") ) +(myObject (attribute1 "attr32850") ) +(myObject (attribute1 "attr32851") ) +(myObject (attribute1 "attr32852") ) +(myObject (attribute1 "attr32853") ) +(myObject (attribute1 "attr32854") ) +(myObject (attribute1 "attr32855") ) +(myObject (attribute1 "attr32856") ) +(myObject (attribute1 "attr32857") ) +(myObject (attribute1 "attr32858") ) +(myObject (attribute1 "attr32859") ) +(myObject (attribute1 "attr32860") ) +(myObject (attribute1 "attr32861") ) +(myObject (attribute1 "attr32862") ) +(myObject (attribute1 "attr32863") ) +(myObject (attribute1 "attr32864") ) +(myObject (attribute1 "attr32865") ) +(myObject (attribute1 "attr32866") ) +(myObject (attribute1 "attr32867") ) +(myObject (attribute1 "attr32868") ) +(myObject (attribute1 "attr32869") ) +(myObject (attribute1 "attr32870") ) +(myObject (attribute1 "attr32871") ) +(myObject (attribute1 "attr32872") ) +(myObject (attribute1 "attr32873") ) +(myObject (attribute1 "attr32874") ) +(myObject (attribute1 "attr32875") ) +(myObject (attribute1 "attr32876") ) +(myObject (attribute1 "attr32877") ) +(myObject (attribute1 "attr32878") ) +(myObject (attribute1 "attr32879") ) +(myObject (attribute1 "attr32880") ) +(myObject (attribute1 "attr32881") ) +(myObject (attribute1 "attr32882") ) +(myObject (attribute1 "attr32883") ) +(myObject (attribute1 "attr32884") ) +(myObject (attribute1 "attr32885") ) +(myObject (attribute1 "attr32886") ) +(myObject (attribute1 "attr32887") ) +(myObject (attribute1 "attr32888") ) +(myObject (attribute1 "attr32889") ) +(myObject (attribute1 "attr32890") ) +(myObject (attribute1 "attr32891") ) +(myObject (attribute1 "attr32892") ) +(myObject (attribute1 "attr32893") ) +(myObject (attribute1 "attr32894") ) +(myObject (attribute1 "attr32895") ) +(myObject (attribute1 "attr32896") ) +(myObject (attribute1 "attr32897") ) +(myObject (attribute1 "attr32898") ) +(myObject (attribute1 "attr32899") ) +(myObject (attribute1 "attr32900") ) +(myObject (attribute1 "attr32901") ) +(myObject (attribute1 "attr32902") ) +(myObject (attribute1 "attr32903") ) +(myObject (attribute1 "attr32904") ) +(myObject (attribute1 "attr32905") ) +(myObject (attribute1 "attr32906") ) +(myObject (attribute1 "attr32907") ) +(myObject (attribute1 "attr32908") ) +(myObject (attribute1 "attr32909") ) +(myObject (attribute1 "attr32910") ) +(myObject (attribute1 "attr32911") ) +(myObject (attribute1 "attr32912") ) +(myObject (attribute1 "attr32913") ) +(myObject (attribute1 "attr32914") ) +(myObject (attribute1 "attr32915") ) +(myObject (attribute1 "attr32916") ) +(myObject (attribute1 "attr32917") ) +(myObject (attribute1 "attr32918") ) +(myObject (attribute1 "attr32919") ) +(myObject (attribute1 "attr32920") ) +(myObject (attribute1 "attr32921") ) +(myObject (attribute1 "attr32922") ) +(myObject (attribute1 "attr32923") ) +(myObject (attribute1 "attr32924") ) +(myObject (attribute1 "attr32925") ) +(myObject (attribute1 "attr32926") ) +(myObject (attribute1 "attr32927") ) +(myObject (attribute1 "attr32928") ) +(myObject (attribute1 "attr32929") ) +(myObject (attribute1 "attr32930") ) +(myObject (attribute1 "attr32931") ) +(myObject (attribute1 "attr32932") ) +(myObject (attribute1 "attr32933") ) +(myObject (attribute1 "attr32934") ) +(myObject (attribute1 "attr32935") ) +(myObject (attribute1 "attr32936") ) +(myObject (attribute1 "attr32937") ) +(myObject (attribute1 "attr32938") ) +(myObject (attribute1 "attr32939") ) +(myObject (attribute1 "attr32940") ) +(myObject (attribute1 "attr32941") ) +(myObject (attribute1 "attr32942") ) +(myObject (attribute1 "attr32943") ) +(myObject (attribute1 "attr32944") ) +(myObject (attribute1 "attr32945") ) +(myObject (attribute1 "attr32946") ) +(myObject (attribute1 "attr32947") ) +(myObject (attribute1 "attr32948") ) +(myObject (attribute1 "attr32949") ) +(myObject (attribute1 "attr32950") ) +(myObject (attribute1 "attr32951") ) +(myObject (attribute1 "attr32952") ) +(myObject (attribute1 "attr32953") ) +(myObject (attribute1 "attr32954") ) +(myObject (attribute1 "attr32955") ) +(myObject (attribute1 "attr32956") ) +(myObject (attribute1 "attr32957") ) +(myObject (attribute1 "attr32958") ) +(myObject (attribute1 "attr32959") ) +(myObject (attribute1 "attr32960") ) +(myObject (attribute1 "attr32961") ) +(myObject (attribute1 "attr32962") ) +(myObject (attribute1 "attr32963") ) +(myObject (attribute1 "attr32964") ) +(myObject (attribute1 "attr32965") ) +(myObject (attribute1 "attr32966") ) +(myObject (attribute1 "attr32967") ) +(myObject (attribute1 "attr32968") ) +(myObject (attribute1 "attr32969") ) +(myObject (attribute1 "attr32970") ) +(myObject (attribute1 "attr32971") ) +(myObject (attribute1 "attr32972") ) +(myObject (attribute1 "attr32973") ) +(myObject (attribute1 "attr32974") ) +(myObject (attribute1 "attr32975") ) +(myObject (attribute1 "attr32976") ) +(myObject (attribute1 "attr32977") ) +(myObject (attribute1 "attr32978") ) +(myObject (attribute1 "attr32979") ) +(myObject (attribute1 "attr32980") ) +(myObject (attribute1 "attr32981") ) +(myObject (attribute1 "attr32982") ) +(myObject (attribute1 "attr32983") ) +(myObject (attribute1 "attr32984") ) +(myObject (attribute1 "attr32985") ) +(myObject (attribute1 "attr32986") ) +(myObject (attribute1 "attr32987") ) +(myObject (attribute1 "attr32988") ) +(myObject (attribute1 "attr32989") ) +(myObject (attribute1 "attr32990") ) +(myObject (attribute1 "attr32991") ) +(myObject (attribute1 "attr32992") ) +(myObject (attribute1 "attr32993") ) +(myObject (attribute1 "attr32994") ) +(myObject (attribute1 "attr32995") ) +(myObject (attribute1 "attr32996") ) +(myObject (attribute1 "attr32997") ) +(myObject (attribute1 "attr32998") ) +(myObject (attribute1 "attr32999") ) +(myObject (attribute1 "attr33000") ) +(myObject (attribute1 "attr33001") ) +(myObject (attribute1 "attr33002") ) +(myObject (attribute1 "attr33003") ) +(myObject (attribute1 "attr33004") ) +(myObject (attribute1 "attr33005") ) +(myObject (attribute1 "attr33006") ) +(myObject (attribute1 "attr33007") ) +(myObject (attribute1 "attr33008") ) +(myObject (attribute1 "attr33009") ) +(myObject (attribute1 "attr33010") ) +(myObject (attribute1 "attr33011") ) +(myObject (attribute1 "attr33012") ) +(myObject (attribute1 "attr33013") ) +(myObject (attribute1 "attr33014") ) +(myObject (attribute1 "attr33015") ) +(myObject (attribute1 "attr33016") ) +(myObject (attribute1 "attr33017") ) +(myObject (attribute1 "attr33018") ) +(myObject (attribute1 "attr33019") ) +(myObject (attribute1 "attr33020") ) +(myObject (attribute1 "attr33021") ) +(myObject (attribute1 "attr33022") ) +(myObject (attribute1 "attr33023") ) +(myObject (attribute1 "attr33024") ) +(myObject (attribute1 "attr33025") ) +(myObject (attribute1 "attr33026") ) +(myObject (attribute1 "attr33027") ) +(myObject (attribute1 "attr33028") ) +(myObject (attribute1 "attr33029") ) +(myObject (attribute1 "attr33030") ) +(myObject (attribute1 "attr33031") ) +(myObject (attribute1 "attr33032") ) +(myObject (attribute1 "attr33033") ) +(myObject (attribute1 "attr33034") ) +(myObject (attribute1 "attr33035") ) +(myObject (attribute1 "attr33036") ) +(myObject (attribute1 "attr33037") ) +(myObject (attribute1 "attr33038") ) +(myObject (attribute1 "attr33039") ) +(myObject (attribute1 "attr33040") ) +(myObject (attribute1 "attr33041") ) +(myObject (attribute1 "attr33042") ) +(myObject (attribute1 "attr33043") ) +(myObject (attribute1 "attr33044") ) +(myObject (attribute1 "attr33045") ) +(myObject (attribute1 "attr33046") ) +(myObject (attribute1 "attr33047") ) +(myObject (attribute1 "attr33048") ) +(myObject (attribute1 "attr33049") ) +(myObject (attribute1 "attr33050") ) +(myObject (attribute1 "attr33051") ) +(myObject (attribute1 "attr33052") ) +(myObject (attribute1 "attr33053") ) +(myObject (attribute1 "attr33054") ) +(myObject (attribute1 "attr33055") ) +(myObject (attribute1 "attr33056") ) +(myObject (attribute1 "attr33057") ) +(myObject (attribute1 "attr33058") ) +(myObject (attribute1 "attr33059") ) +(myObject (attribute1 "attr33060") ) +(myObject (attribute1 "attr33061") ) +(myObject (attribute1 "attr33062") ) +(myObject (attribute1 "attr33063") ) +(myObject (attribute1 "attr33064") ) +(myObject (attribute1 "attr33065") ) +(myObject (attribute1 "attr33066") ) +(myObject (attribute1 "attr33067") ) +(myObject (attribute1 "attr33068") ) +(myObject (attribute1 "attr33069") ) +(myObject (attribute1 "attr33070") ) +(myObject (attribute1 "attr33071") ) +(myObject (attribute1 "attr33072") ) +(myObject (attribute1 "attr33073") ) +(myObject (attribute1 "attr33074") ) +(myObject (attribute1 "attr33075") ) +(myObject (attribute1 "attr33076") ) +(myObject (attribute1 "attr33077") ) +(myObject (attribute1 "attr33078") ) +(myObject (attribute1 "attr33079") ) +(myObject (attribute1 "attr33080") ) +(myObject (attribute1 "attr33081") ) +(myObject (attribute1 "attr33082") ) +(myObject (attribute1 "attr33083") ) +(myObject (attribute1 "attr33084") ) +(myObject (attribute1 "attr33085") ) +(myObject (attribute1 "attr33086") ) +(myObject (attribute1 "attr33087") ) +(myObject (attribute1 "attr33088") ) +(myObject (attribute1 "attr33089") ) +(myObject (attribute1 "attr33090") ) +(myObject (attribute1 "attr33091") ) +(myObject (attribute1 "attr33092") ) +(myObject (attribute1 "attr33093") ) +(myObject (attribute1 "attr33094") ) +(myObject (attribute1 "attr33095") ) +(myObject (attribute1 "attr33096") ) +(myObject (attribute1 "attr33097") ) +(myObject (attribute1 "attr33098") ) +(myObject (attribute1 "attr33099") ) +(myObject (attribute1 "attr33100") ) +(myObject (attribute1 "attr33101") ) +(myObject (attribute1 "attr33102") ) +(myObject (attribute1 "attr33103") ) +(myObject (attribute1 "attr33104") ) +(myObject (attribute1 "attr33105") ) +(myObject (attribute1 "attr33106") ) +(myObject (attribute1 "attr33107") ) +(myObject (attribute1 "attr33108") ) +(myObject (attribute1 "attr33109") ) +(myObject (attribute1 "attr33110") ) +(myObject (attribute1 "attr33111") ) +(myObject (attribute1 "attr33112") ) +(myObject (attribute1 "attr33113") ) +(myObject (attribute1 "attr33114") ) +(myObject (attribute1 "attr33115") ) +(myObject (attribute1 "attr33116") ) +(myObject (attribute1 "attr33117") ) +(myObject (attribute1 "attr33118") ) +(myObject (attribute1 "attr33119") ) +(myObject (attribute1 "attr33120") ) +(myObject (attribute1 "attr33121") ) +(myObject (attribute1 "attr33122") ) +(myObject (attribute1 "attr33123") ) +(myObject (attribute1 "attr33124") ) +(myObject (attribute1 "attr33125") ) +(myObject (attribute1 "attr33126") ) +(myObject (attribute1 "attr33127") ) +(myObject (attribute1 "attr33128") ) +(myObject (attribute1 "attr33129") ) +(myObject (attribute1 "attr33130") ) +(myObject (attribute1 "attr33131") ) +(myObject (attribute1 "attr33132") ) +(myObject (attribute1 "attr33133") ) +(myObject (attribute1 "attr33134") ) +(myObject (attribute1 "attr33135") ) +(myObject (attribute1 "attr33136") ) +(myObject (attribute1 "attr33137") ) +(myObject (attribute1 "attr33138") ) +(myObject (attribute1 "attr33139") ) +(myObject (attribute1 "attr33140") ) +(myObject (attribute1 "attr33141") ) +(myObject (attribute1 "attr33142") ) +(myObject (attribute1 "attr33143") ) +(myObject (attribute1 "attr33144") ) +(myObject (attribute1 "attr33145") ) +(myObject (attribute1 "attr33146") ) +(myObject (attribute1 "attr33147") ) +(myObject (attribute1 "attr33148") ) +(myObject (attribute1 "attr33149") ) +(myObject (attribute1 "attr33150") ) +(myObject (attribute1 "attr33151") ) +(myObject (attribute1 "attr33152") ) +(myObject (attribute1 "attr33153") ) +(myObject (attribute1 "attr33154") ) +(myObject (attribute1 "attr33155") ) +(myObject (attribute1 "attr33156") ) +(myObject (attribute1 "attr33157") ) +(myObject (attribute1 "attr33158") ) +(myObject (attribute1 "attr33159") ) +(myObject (attribute1 "attr33160") ) +(myObject (attribute1 "attr33161") ) +(myObject (attribute1 "attr33162") ) +(myObject (attribute1 "attr33163") ) +(myObject (attribute1 "attr33164") ) +(myObject (attribute1 "attr33165") ) +(myObject (attribute1 "attr33166") ) +(myObject (attribute1 "attr33167") ) +(myObject (attribute1 "attr33168") ) +(myObject (attribute1 "attr33169") ) +(myObject (attribute1 "attr33170") ) +(myObject (attribute1 "attr33171") ) +(myObject (attribute1 "attr33172") ) +(myObject (attribute1 "attr33173") ) +(myObject (attribute1 "attr33174") ) +(myObject (attribute1 "attr33175") ) +(myObject (attribute1 "attr33176") ) +(myObject (attribute1 "attr33177") ) +(myObject (attribute1 "attr33178") ) +(myObject (attribute1 "attr33179") ) +(myObject (attribute1 "attr33180") ) +(myObject (attribute1 "attr33181") ) +(myObject (attribute1 "attr33182") ) +(myObject (attribute1 "attr33183") ) +(myObject (attribute1 "attr33184") ) +(myObject (attribute1 "attr33185") ) +(myObject (attribute1 "attr33186") ) +(myObject (attribute1 "attr33187") ) +(myObject (attribute1 "attr33188") ) +(myObject (attribute1 "attr33189") ) +(myObject (attribute1 "attr33190") ) +(myObject (attribute1 "attr33191") ) +(myObject (attribute1 "attr33192") ) +(myObject (attribute1 "attr33193") ) +(myObject (attribute1 "attr33194") ) +(myObject (attribute1 "attr33195") ) +(myObject (attribute1 "attr33196") ) +(myObject (attribute1 "attr33197") ) +(myObject (attribute1 "attr33198") ) +(myObject (attribute1 "attr33199") ) +(myObject (attribute1 "attr33200") ) +(myObject (attribute1 "attr33201") ) +(myObject (attribute1 "attr33202") ) +(myObject (attribute1 "attr33203") ) +(myObject (attribute1 "attr33204") ) +(myObject (attribute1 "attr33205") ) +(myObject (attribute1 "attr33206") ) +(myObject (attribute1 "attr33207") ) +(myObject (attribute1 "attr33208") ) +(myObject (attribute1 "attr33209") ) +(myObject (attribute1 "attr33210") ) +(myObject (attribute1 "attr33211") ) +(myObject (attribute1 "attr33212") ) +(myObject (attribute1 "attr33213") ) +(myObject (attribute1 "attr33214") ) +(myObject (attribute1 "attr33215") ) +(myObject (attribute1 "attr33216") ) +(myObject (attribute1 "attr33217") ) +(myObject (attribute1 "attr33218") ) +(myObject (attribute1 "attr33219") ) +(myObject (attribute1 "attr33220") ) +(myObject (attribute1 "attr33221") ) +(myObject (attribute1 "attr33222") ) +(myObject (attribute1 "attr33223") ) +(myObject (attribute1 "attr33224") ) +(myObject (attribute1 "attr33225") ) +(myObject (attribute1 "attr33226") ) +(myObject (attribute1 "attr33227") ) +(myObject (attribute1 "attr33228") ) +(myObject (attribute1 "attr33229") ) +(myObject (attribute1 "attr33230") ) +(myObject (attribute1 "attr33231") ) +(myObject (attribute1 "attr33232") ) +(myObject (attribute1 "attr33233") ) +(myObject (attribute1 "attr33234") ) +(myObject (attribute1 "attr33235") ) +(myObject (attribute1 "attr33236") ) +(myObject (attribute1 "attr33237") ) +(myObject (attribute1 "attr33238") ) +(myObject (attribute1 "attr33239") ) +(myObject (attribute1 "attr33240") ) +(myObject (attribute1 "attr33241") ) +(myObject (attribute1 "attr33242") ) +(myObject (attribute1 "attr33243") ) +(myObject (attribute1 "attr33244") ) +(myObject (attribute1 "attr33245") ) +(myObject (attribute1 "attr33246") ) +(myObject (attribute1 "attr33247") ) +(myObject (attribute1 "attr33248") ) +(myObject (attribute1 "attr33249") ) +(myObject (attribute1 "attr33250") ) +(myObject (attribute1 "attr33251") ) +(myObject (attribute1 "attr33252") ) +(myObject (attribute1 "attr33253") ) +(myObject (attribute1 "attr33254") ) +(myObject (attribute1 "attr33255") ) +(myObject (attribute1 "attr33256") ) +(myObject (attribute1 "attr33257") ) +(myObject (attribute1 "attr33258") ) +(myObject (attribute1 "attr33259") ) +(myObject (attribute1 "attr33260") ) +(myObject (attribute1 "attr33261") ) +(myObject (attribute1 "attr33262") ) +(myObject (attribute1 "attr33263") ) +(myObject (attribute1 "attr33264") ) +(myObject (attribute1 "attr33265") ) +(myObject (attribute1 "attr33266") ) +(myObject (attribute1 "attr33267") ) +(myObject (attribute1 "attr33268") ) +(myObject (attribute1 "attr33269") ) +(myObject (attribute1 "attr33270") ) +(myObject (attribute1 "attr33271") ) +(myObject (attribute1 "attr33272") ) +(myObject (attribute1 "attr33273") ) +(myObject (attribute1 "attr33274") ) +(myObject (attribute1 "attr33275") ) +(myObject (attribute1 "attr33276") ) +(myObject (attribute1 "attr33277") ) +(myObject (attribute1 "attr33278") ) +(myObject (attribute1 "attr33279") ) +(myObject (attribute1 "attr33280") ) +(myObject (attribute1 "attr33281") ) +(myObject (attribute1 "attr33282") ) +(myObject (attribute1 "attr33283") ) +(myObject (attribute1 "attr33284") ) +(myObject (attribute1 "attr33285") ) +(myObject (attribute1 "attr33286") ) +(myObject (attribute1 "attr33287") ) +(myObject (attribute1 "attr33288") ) +(myObject (attribute1 "attr33289") ) +(myObject (attribute1 "attr33290") ) +(myObject (attribute1 "attr33291") ) +(myObject (attribute1 "attr33292") ) +(myObject (attribute1 "attr33293") ) +(myObject (attribute1 "attr33294") ) +(myObject (attribute1 "attr33295") ) +(myObject (attribute1 "attr33296") ) +(myObject (attribute1 "attr33297") ) +(myObject (attribute1 "attr33298") ) +(myObject (attribute1 "attr33299") ) +(myObject (attribute1 "attr33300") ) +(myObject (attribute1 "attr33301") ) +(myObject (attribute1 "attr33302") ) +(myObject (attribute1 "attr33303") ) +(myObject (attribute1 "attr33304") ) +(myObject (attribute1 "attr33305") ) +(myObject (attribute1 "attr33306") ) +(myObject (attribute1 "attr33307") ) +(myObject (attribute1 "attr33308") ) +(myObject (attribute1 "attr33309") ) +(myObject (attribute1 "attr33310") ) +(myObject (attribute1 "attr33311") ) +(myObject (attribute1 "attr33312") ) +(myObject (attribute1 "attr33313") ) +(myObject (attribute1 "attr33314") ) +(myObject (attribute1 "attr33315") ) +(myObject (attribute1 "attr33316") ) +(myObject (attribute1 "attr33317") ) +(myObject (attribute1 "attr33318") ) +(myObject (attribute1 "attr33319") ) +(myObject (attribute1 "attr33320") ) +(myObject (attribute1 "attr33321") ) +(myObject (attribute1 "attr33322") ) +(myObject (attribute1 "attr33323") ) +(myObject (attribute1 "attr33324") ) +(myObject (attribute1 "attr33325") ) +(myObject (attribute1 "attr33326") ) +(myObject (attribute1 "attr33327") ) +(myObject (attribute1 "attr33328") ) +(myObject (attribute1 "attr33329") ) +(myObject (attribute1 "attr33330") ) +(myObject (attribute1 "attr33331") ) +(myObject (attribute1 "attr33332") ) +(myObject (attribute1 "attr33333") ) +(myObject (attribute1 "attr33334") ) +(myObject (attribute1 "attr33335") ) +(myObject (attribute1 "attr33336") ) +(myObject (attribute1 "attr33337") ) +(myObject (attribute1 "attr33338") ) +(myObject (attribute1 "attr33339") ) +(myObject (attribute1 "attr33340") ) +(myObject (attribute1 "attr33341") ) +(myObject (attribute1 "attr33342") ) +(myObject (attribute1 "attr33343") ) +(myObject (attribute1 "attr33344") ) +(myObject (attribute1 "attr33345") ) +(myObject (attribute1 "attr33346") ) +(myObject (attribute1 "attr33347") ) +(myObject (attribute1 "attr33348") ) +(myObject (attribute1 "attr33349") ) +(myObject (attribute1 "attr33350") ) +(myObject (attribute1 "attr33351") ) +(myObject (attribute1 "attr33352") ) +(myObject (attribute1 "attr33353") ) +(myObject (attribute1 "attr33354") ) +(myObject (attribute1 "attr33355") ) +(myObject (attribute1 "attr33356") ) +(myObject (attribute1 "attr33357") ) +(myObject (attribute1 "attr33358") ) +(myObject (attribute1 "attr33359") ) +(myObject (attribute1 "attr33360") ) +(myObject (attribute1 "attr33361") ) +(myObject (attribute1 "attr33362") ) +(myObject (attribute1 "attr33363") ) +(myObject (attribute1 "attr33364") ) +(myObject (attribute1 "attr33365") ) +(myObject (attribute1 "attr33366") ) +(myObject (attribute1 "attr33367") ) +(myObject (attribute1 "attr33368") ) +(myObject (attribute1 "attr33369") ) +(myObject (attribute1 "attr33370") ) +(myObject (attribute1 "attr33371") ) +(myObject (attribute1 "attr33372") ) +(myObject (attribute1 "attr33373") ) +(myObject (attribute1 "attr33374") ) +(myObject (attribute1 "attr33375") ) +(myObject (attribute1 "attr33376") ) +(myObject (attribute1 "attr33377") ) +(myObject (attribute1 "attr33378") ) +(myObject (attribute1 "attr33379") ) +(myObject (attribute1 "attr33380") ) +(myObject (attribute1 "attr33381") ) +(myObject (attribute1 "attr33382") ) +(myObject (attribute1 "attr33383") ) +(myObject (attribute1 "attr33384") ) +(myObject (attribute1 "attr33385") ) +(myObject (attribute1 "attr33386") ) +(myObject (attribute1 "attr33387") ) +(myObject (attribute1 "attr33388") ) +(myObject (attribute1 "attr33389") ) +(myObject (attribute1 "attr33390") ) +(myObject (attribute1 "attr33391") ) +(myObject (attribute1 "attr33392") ) +(myObject (attribute1 "attr33393") ) +(myObject (attribute1 "attr33394") ) +(myObject (attribute1 "attr33395") ) +(myObject (attribute1 "attr33396") ) +(myObject (attribute1 "attr33397") ) +(myObject (attribute1 "attr33398") ) +(myObject (attribute1 "attr33399") ) +(myObject (attribute1 "attr33400") ) +(myObject (attribute1 "attr33401") ) +(myObject (attribute1 "attr33402") ) +(myObject (attribute1 "attr33403") ) +(myObject (attribute1 "attr33404") ) +(myObject (attribute1 "attr33405") ) +(myObject (attribute1 "attr33406") ) +(myObject (attribute1 "attr33407") ) +(myObject (attribute1 "attr33408") ) +(myObject (attribute1 "attr33409") ) +(myObject (attribute1 "attr33410") ) +(myObject (attribute1 "attr33411") ) +(myObject (attribute1 "attr33412") ) +(myObject (attribute1 "attr33413") ) +(myObject (attribute1 "attr33414") ) +(myObject (attribute1 "attr33415") ) +(myObject (attribute1 "attr33416") ) +(myObject (attribute1 "attr33417") ) +(myObject (attribute1 "attr33418") ) +(myObject (attribute1 "attr33419") ) +(myObject (attribute1 "attr33420") ) +(myObject (attribute1 "attr33421") ) +(myObject (attribute1 "attr33422") ) +(myObject (attribute1 "attr33423") ) +(myObject (attribute1 "attr33424") ) +(myObject (attribute1 "attr33425") ) +(myObject (attribute1 "attr33426") ) +(myObject (attribute1 "attr33427") ) +(myObject (attribute1 "attr33428") ) +(myObject (attribute1 "attr33429") ) +(myObject (attribute1 "attr33430") ) +(myObject (attribute1 "attr33431") ) +(myObject (attribute1 "attr33432") ) +(myObject (attribute1 "attr33433") ) +(myObject (attribute1 "attr33434") ) +(myObject (attribute1 "attr33435") ) +(myObject (attribute1 "attr33436") ) +(myObject (attribute1 "attr33437") ) +(myObject (attribute1 "attr33438") ) +(myObject (attribute1 "attr33439") ) +(myObject (attribute1 "attr33440") ) +(myObject (attribute1 "attr33441") ) +(myObject (attribute1 "attr33442") ) +(myObject (attribute1 "attr33443") ) +(myObject (attribute1 "attr33444") ) +(myObject (attribute1 "attr33445") ) +(myObject (attribute1 "attr33446") ) +(myObject (attribute1 "attr33447") ) +(myObject (attribute1 "attr33448") ) +(myObject (attribute1 "attr33449") ) +(myObject (attribute1 "attr33450") ) +(myObject (attribute1 "attr33451") ) +(myObject (attribute1 "attr33452") ) +(myObject (attribute1 "attr33453") ) +(myObject (attribute1 "attr33454") ) +(myObject (attribute1 "attr33455") ) +(myObject (attribute1 "attr33456") ) +(myObject (attribute1 "attr33457") ) +(myObject (attribute1 "attr33458") ) +(myObject (attribute1 "attr33459") ) +(myObject (attribute1 "attr33460") ) +(myObject (attribute1 "attr33461") ) +(myObject (attribute1 "attr33462") ) +(myObject (attribute1 "attr33463") ) +(myObject (attribute1 "attr33464") ) +(myObject (attribute1 "attr33465") ) +(myObject (attribute1 "attr33466") ) +(myObject (attribute1 "attr33467") ) +(myObject (attribute1 "attr33468") ) +(myObject (attribute1 "attr33469") ) +(myObject (attribute1 "attr33470") ) +(myObject (attribute1 "attr33471") ) +(myObject (attribute1 "attr33472") ) +(myObject (attribute1 "attr33473") ) +(myObject (attribute1 "attr33474") ) +(myObject (attribute1 "attr33475") ) +(myObject (attribute1 "attr33476") ) +(myObject (attribute1 "attr33477") ) +(myObject (attribute1 "attr33478") ) +(myObject (attribute1 "attr33479") ) +(myObject (attribute1 "attr33480") ) +(myObject (attribute1 "attr33481") ) +(myObject (attribute1 "attr33482") ) +(myObject (attribute1 "attr33483") ) +(myObject (attribute1 "attr33484") ) +(myObject (attribute1 "attr33485") ) +(myObject (attribute1 "attr33486") ) +(myObject (attribute1 "attr33487") ) +(myObject (attribute1 "attr33488") ) +(myObject (attribute1 "attr33489") ) +(myObject (attribute1 "attr33490") ) +(myObject (attribute1 "attr33491") ) +(myObject (attribute1 "attr33492") ) +(myObject (attribute1 "attr33493") ) +(myObject (attribute1 "attr33494") ) +(myObject (attribute1 "attr33495") ) +(myObject (attribute1 "attr33496") ) +(myObject (attribute1 "attr33497") ) +(myObject (attribute1 "attr33498") ) +(myObject (attribute1 "attr33499") ) +(myObject (attribute1 "attr33500") ) +(myObject (attribute1 "attr33501") ) +(myObject (attribute1 "attr33502") ) +(myObject (attribute1 "attr33503") ) +(myObject (attribute1 "attr33504") ) +(myObject (attribute1 "attr33505") ) +(myObject (attribute1 "attr33506") ) +(myObject (attribute1 "attr33507") ) +(myObject (attribute1 "attr33508") ) +(myObject (attribute1 "attr33509") ) +(myObject (attribute1 "attr33510") ) +(myObject (attribute1 "attr33511") ) +(myObject (attribute1 "attr33512") ) +(myObject (attribute1 "attr33513") ) +(myObject (attribute1 "attr33514") ) +(myObject (attribute1 "attr33515") ) +(myObject (attribute1 "attr33516") ) +(myObject (attribute1 "attr33517") ) +(myObject (attribute1 "attr33518") ) +(myObject (attribute1 "attr33519") ) +(myObject (attribute1 "attr33520") ) +(myObject (attribute1 "attr33521") ) +(myObject (attribute1 "attr33522") ) +(myObject (attribute1 "attr33523") ) +(myObject (attribute1 "attr33524") ) +(myObject (attribute1 "attr33525") ) +(myObject (attribute1 "attr33526") ) +(myObject (attribute1 "attr33527") ) +(myObject (attribute1 "attr33528") ) +(myObject (attribute1 "attr33529") ) +(myObject (attribute1 "attr33530") ) +(myObject (attribute1 "attr33531") ) +(myObject (attribute1 "attr33532") ) +(myObject (attribute1 "attr33533") ) +(myObject (attribute1 "attr33534") ) +(myObject (attribute1 "attr33535") ) +(myObject (attribute1 "attr33536") ) +(myObject (attribute1 "attr33537") ) +(myObject (attribute1 "attr33538") ) +(myObject (attribute1 "attr33539") ) +(myObject (attribute1 "attr33540") ) +(myObject (attribute1 "attr33541") ) +(myObject (attribute1 "attr33542") ) +(myObject (attribute1 "attr33543") ) +(myObject (attribute1 "attr33544") ) +(myObject (attribute1 "attr33545") ) +(myObject (attribute1 "attr33546") ) +(myObject (attribute1 "attr33547") ) +(myObject (attribute1 "attr33548") ) +(myObject (attribute1 "attr33549") ) +(myObject (attribute1 "attr33550") ) +(myObject (attribute1 "attr33551") ) +(myObject (attribute1 "attr33552") ) +(myObject (attribute1 "attr33553") ) +(myObject (attribute1 "attr33554") ) +(myObject (attribute1 "attr33555") ) +(myObject (attribute1 "attr33556") ) +(myObject (attribute1 "attr33557") ) +(myObject (attribute1 "attr33558") ) +(myObject (attribute1 "attr33559") ) +(myObject (attribute1 "attr33560") ) +(myObject (attribute1 "attr33561") ) +(myObject (attribute1 "attr33562") ) +(myObject (attribute1 "attr33563") ) +(myObject (attribute1 "attr33564") ) +(myObject (attribute1 "attr33565") ) +(myObject (attribute1 "attr33566") ) +(myObject (attribute1 "attr33567") ) +(myObject (attribute1 "attr33568") ) +(myObject (attribute1 "attr33569") ) +(myObject (attribute1 "attr33570") ) +(myObject (attribute1 "attr33571") ) +(myObject (attribute1 "attr33572") ) +(myObject (attribute1 "attr33573") ) +(myObject (attribute1 "attr33574") ) +(myObject (attribute1 "attr33575") ) +(myObject (attribute1 "attr33576") ) +(myObject (attribute1 "attr33577") ) +(myObject (attribute1 "attr33578") ) +(myObject (attribute1 "attr33579") ) +(myObject (attribute1 "attr33580") ) +(myObject (attribute1 "attr33581") ) +(myObject (attribute1 "attr33582") ) +(myObject (attribute1 "attr33583") ) +(myObject (attribute1 "attr33584") ) +(myObject (attribute1 "attr33585") ) +(myObject (attribute1 "attr33586") ) +(myObject (attribute1 "attr33587") ) +(myObject (attribute1 "attr33588") ) +(myObject (attribute1 "attr33589") ) +(myObject (attribute1 "attr33590") ) +(myObject (attribute1 "attr33591") ) +(myObject (attribute1 "attr33592") ) +(myObject (attribute1 "attr33593") ) +(myObject (attribute1 "attr33594") ) +(myObject (attribute1 "attr33595") ) +(myObject (attribute1 "attr33596") ) +(myObject (attribute1 "attr33597") ) +(myObject (attribute1 "attr33598") ) +(myObject (attribute1 "attr33599") ) +(myObject (attribute1 "attr33600") ) +(myObject (attribute1 "attr33601") ) +(myObject (attribute1 "attr33602") ) +(myObject (attribute1 "attr33603") ) +(myObject (attribute1 "attr33604") ) +(myObject (attribute1 "attr33605") ) +(myObject (attribute1 "attr33606") ) +(myObject (attribute1 "attr33607") ) +(myObject (attribute1 "attr33608") ) +(myObject (attribute1 "attr33609") ) +(myObject (attribute1 "attr33610") ) +(myObject (attribute1 "attr33611") ) +(myObject (attribute1 "attr33612") ) +(myObject (attribute1 "attr33613") ) +(myObject (attribute1 "attr33614") ) +(myObject (attribute1 "attr33615") ) +(myObject (attribute1 "attr33616") ) +(myObject (attribute1 "attr33617") ) +(myObject (attribute1 "attr33618") ) +(myObject (attribute1 "attr33619") ) +(myObject (attribute1 "attr33620") ) +(myObject (attribute1 "attr33621") ) +(myObject (attribute1 "attr33622") ) +(myObject (attribute1 "attr33623") ) +(myObject (attribute1 "attr33624") ) +(myObject (attribute1 "attr33625") ) +(myObject (attribute1 "attr33626") ) +(myObject (attribute1 "attr33627") ) +(myObject (attribute1 "attr33628") ) +(myObject (attribute1 "attr33629") ) +(myObject (attribute1 "attr33630") ) +(myObject (attribute1 "attr33631") ) +(myObject (attribute1 "attr33632") ) +(myObject (attribute1 "attr33633") ) +(myObject (attribute1 "attr33634") ) +(myObject (attribute1 "attr33635") ) +(myObject (attribute1 "attr33636") ) +(myObject (attribute1 "attr33637") ) +(myObject (attribute1 "attr33638") ) +(myObject (attribute1 "attr33639") ) +(myObject (attribute1 "attr33640") ) +(myObject (attribute1 "attr33641") ) +(myObject (attribute1 "attr33642") ) +(myObject (attribute1 "attr33643") ) +(myObject (attribute1 "attr33644") ) +(myObject (attribute1 "attr33645") ) +(myObject (attribute1 "attr33646") ) +(myObject (attribute1 "attr33647") ) +(myObject (attribute1 "attr33648") ) +(myObject (attribute1 "attr33649") ) +(myObject (attribute1 "attr33650") ) +(myObject (attribute1 "attr33651") ) +(myObject (attribute1 "attr33652") ) +(myObject (attribute1 "attr33653") ) +(myObject (attribute1 "attr33654") ) +(myObject (attribute1 "attr33655") ) +(myObject (attribute1 "attr33656") ) +(myObject (attribute1 "attr33657") ) +(myObject (attribute1 "attr33658") ) +(myObject (attribute1 "attr33659") ) +(myObject (attribute1 "attr33660") ) +(myObject (attribute1 "attr33661") ) +(myObject (attribute1 "attr33662") ) +(myObject (attribute1 "attr33663") ) +(myObject (attribute1 "attr33664") ) +(myObject (attribute1 "attr33665") ) +(myObject (attribute1 "attr33666") ) +(myObject (attribute1 "attr33667") ) +(myObject (attribute1 "attr33668") ) +(myObject (attribute1 "attr33669") ) +(myObject (attribute1 "attr33670") ) +(myObject (attribute1 "attr33671") ) +(myObject (attribute1 "attr33672") ) +(myObject (attribute1 "attr33673") ) +(myObject (attribute1 "attr33674") ) +(myObject (attribute1 "attr33675") ) +(myObject (attribute1 "attr33676") ) +(myObject (attribute1 "attr33677") ) +(myObject (attribute1 "attr33678") ) +(myObject (attribute1 "attr33679") ) +(myObject (attribute1 "attr33680") ) +(myObject (attribute1 "attr33681") ) +(myObject (attribute1 "attr33682") ) +(myObject (attribute1 "attr33683") ) +(myObject (attribute1 "attr33684") ) +(myObject (attribute1 "attr33685") ) +(myObject (attribute1 "attr33686") ) +(myObject (attribute1 "attr33687") ) +(myObject (attribute1 "attr33688") ) +(myObject (attribute1 "attr33689") ) +(myObject (attribute1 "attr33690") ) +(myObject (attribute1 "attr33691") ) +(myObject (attribute1 "attr33692") ) +(myObject (attribute1 "attr33693") ) +(myObject (attribute1 "attr33694") ) +(myObject (attribute1 "attr33695") ) +(myObject (attribute1 "attr33696") ) +(myObject (attribute1 "attr33697") ) +(myObject (attribute1 "attr33698") ) +(myObject (attribute1 "attr33699") ) +(myObject (attribute1 "attr33700") ) +(myObject (attribute1 "attr33701") ) +(myObject (attribute1 "attr33702") ) +(myObject (attribute1 "attr33703") ) +(myObject (attribute1 "attr33704") ) +(myObject (attribute1 "attr33705") ) +(myObject (attribute1 "attr33706") ) +(myObject (attribute1 "attr33707") ) +(myObject (attribute1 "attr33708") ) +(myObject (attribute1 "attr33709") ) +(myObject (attribute1 "attr33710") ) +(myObject (attribute1 "attr33711") ) +(myObject (attribute1 "attr33712") ) +(myObject (attribute1 "attr33713") ) +(myObject (attribute1 "attr33714") ) +(myObject (attribute1 "attr33715") ) +(myObject (attribute1 "attr33716") ) +(myObject (attribute1 "attr33717") ) +(myObject (attribute1 "attr33718") ) +(myObject (attribute1 "attr33719") ) +(myObject (attribute1 "attr33720") ) +(myObject (attribute1 "attr33721") ) +(myObject (attribute1 "attr33722") ) +(myObject (attribute1 "attr33723") ) +(myObject (attribute1 "attr33724") ) +(myObject (attribute1 "attr33725") ) +(myObject (attribute1 "attr33726") ) +(myObject (attribute1 "attr33727") ) +(myObject (attribute1 "attr33728") ) +(myObject (attribute1 "attr33729") ) +(myObject (attribute1 "attr33730") ) +(myObject (attribute1 "attr33731") ) +(myObject (attribute1 "attr33732") ) +(myObject (attribute1 "attr33733") ) +(myObject (attribute1 "attr33734") ) +(myObject (attribute1 "attr33735") ) +(myObject (attribute1 "attr33736") ) +(myObject (attribute1 "attr33737") ) +(myObject (attribute1 "attr33738") ) +(myObject (attribute1 "attr33739") ) +(myObject (attribute1 "attr33740") ) +(myObject (attribute1 "attr33741") ) +(myObject (attribute1 "attr33742") ) +(myObject (attribute1 "attr33743") ) +(myObject (attribute1 "attr33744") ) +(myObject (attribute1 "attr33745") ) +(myObject (attribute1 "attr33746") ) +(myObject (attribute1 "attr33747") ) +(myObject (attribute1 "attr33748") ) +(myObject (attribute1 "attr33749") ) +(myObject (attribute1 "attr33750") ) +(myObject (attribute1 "attr33751") ) +(myObject (attribute1 "attr33752") ) +(myObject (attribute1 "attr33753") ) +(myObject (attribute1 "attr33754") ) +(myObject (attribute1 "attr33755") ) +(myObject (attribute1 "attr33756") ) +(myObject (attribute1 "attr33757") ) +(myObject (attribute1 "attr33758") ) +(myObject (attribute1 "attr33759") ) +(myObject (attribute1 "attr33760") ) +(myObject (attribute1 "attr33761") ) +(myObject (attribute1 "attr33762") ) +(myObject (attribute1 "attr33763") ) +(myObject (attribute1 "attr33764") ) +(myObject (attribute1 "attr33765") ) +(myObject (attribute1 "attr33766") ) +(myObject (attribute1 "attr33767") ) +(myObject (attribute1 "attr33768") ) +(myObject (attribute1 "attr33769") ) +(myObject (attribute1 "attr33770") ) +(myObject (attribute1 "attr33771") ) +(myObject (attribute1 "attr33772") ) +(myObject (attribute1 "attr33773") ) +(myObject (attribute1 "attr33774") ) +(myObject (attribute1 "attr33775") ) +(myObject (attribute1 "attr33776") ) +(myObject (attribute1 "attr33777") ) +(myObject (attribute1 "attr33778") ) +(myObject (attribute1 "attr33779") ) +(myObject (attribute1 "attr33780") ) +(myObject (attribute1 "attr33781") ) +(myObject (attribute1 "attr33782") ) +(myObject (attribute1 "attr33783") ) +(myObject (attribute1 "attr33784") ) +(myObject (attribute1 "attr33785") ) +(myObject (attribute1 "attr33786") ) +(myObject (attribute1 "attr33787") ) +(myObject (attribute1 "attr33788") ) +(myObject (attribute1 "attr33789") ) +(myObject (attribute1 "attr33790") ) +(myObject (attribute1 "attr33791") ) +(myObject (attribute1 "attr33792") ) +(myObject (attribute1 "attr33793") ) +(myObject (attribute1 "attr33794") ) +(myObject (attribute1 "attr33795") ) +(myObject (attribute1 "attr33796") ) +(myObject (attribute1 "attr33797") ) +(myObject (attribute1 "attr33798") ) +(myObject (attribute1 "attr33799") ) +(myObject (attribute1 "attr33800") ) +(myObject (attribute1 "attr33801") ) +(myObject (attribute1 "attr33802") ) +(myObject (attribute1 "attr33803") ) +(myObject (attribute1 "attr33804") ) +(myObject (attribute1 "attr33805") ) +(myObject (attribute1 "attr33806") ) +(myObject (attribute1 "attr33807") ) +(myObject (attribute1 "attr33808") ) +(myObject (attribute1 "attr33809") ) +(myObject (attribute1 "attr33810") ) +(myObject (attribute1 "attr33811") ) +(myObject (attribute1 "attr33812") ) +(myObject (attribute1 "attr33813") ) +(myObject (attribute1 "attr33814") ) +(myObject (attribute1 "attr33815") ) +(myObject (attribute1 "attr33816") ) +(myObject (attribute1 "attr33817") ) +(myObject (attribute1 "attr33818") ) +(myObject (attribute1 "attr33819") ) +(myObject (attribute1 "attr33820") ) +(myObject (attribute1 "attr33821") ) +(myObject (attribute1 "attr33822") ) +(myObject (attribute1 "attr33823") ) +(myObject (attribute1 "attr33824") ) +(myObject (attribute1 "attr33825") ) +(myObject (attribute1 "attr33826") ) +(myObject (attribute1 "attr33827") ) +(myObject (attribute1 "attr33828") ) +(myObject (attribute1 "attr33829") ) +(myObject (attribute1 "attr33830") ) +(myObject (attribute1 "attr33831") ) +(myObject (attribute1 "attr33832") ) +(myObject (attribute1 "attr33833") ) +(myObject (attribute1 "attr33834") ) +(myObject (attribute1 "attr33835") ) +(myObject (attribute1 "attr33836") ) +(myObject (attribute1 "attr33837") ) +(myObject (attribute1 "attr33838") ) +(myObject (attribute1 "attr33839") ) +(myObject (attribute1 "attr33840") ) +(myObject (attribute1 "attr33841") ) +(myObject (attribute1 "attr33842") ) +(myObject (attribute1 "attr33843") ) +(myObject (attribute1 "attr33844") ) +(myObject (attribute1 "attr33845") ) +(myObject (attribute1 "attr33846") ) +(myObject (attribute1 "attr33847") ) +(myObject (attribute1 "attr33848") ) +(myObject (attribute1 "attr33849") ) +(myObject (attribute1 "attr33850") ) +(myObject (attribute1 "attr33851") ) +(myObject (attribute1 "attr33852") ) +(myObject (attribute1 "attr33853") ) +(myObject (attribute1 "attr33854") ) +(myObject (attribute1 "attr33855") ) +(myObject (attribute1 "attr33856") ) +(myObject (attribute1 "attr33857") ) +(myObject (attribute1 "attr33858") ) +(myObject (attribute1 "attr33859") ) +(myObject (attribute1 "attr33860") ) +(myObject (attribute1 "attr33861") ) +(myObject (attribute1 "attr33862") ) +(myObject (attribute1 "attr33863") ) +(myObject (attribute1 "attr33864") ) +(myObject (attribute1 "attr33865") ) +(myObject (attribute1 "attr33866") ) +(myObject (attribute1 "attr33867") ) +(myObject (attribute1 "attr33868") ) +(myObject (attribute1 "attr33869") ) +(myObject (attribute1 "attr33870") ) +(myObject (attribute1 "attr33871") ) +(myObject (attribute1 "attr33872") ) +(myObject (attribute1 "attr33873") ) +(myObject (attribute1 "attr33874") ) +(myObject (attribute1 "attr33875") ) +(myObject (attribute1 "attr33876") ) +(myObject (attribute1 "attr33877") ) +(myObject (attribute1 "attr33878") ) +(myObject (attribute1 "attr33879") ) +(myObject (attribute1 "attr33880") ) +(myObject (attribute1 "attr33881") ) +(myObject (attribute1 "attr33882") ) +(myObject (attribute1 "attr33883") ) +(myObject (attribute1 "attr33884") ) +(myObject (attribute1 "attr33885") ) +(myObject (attribute1 "attr33886") ) +(myObject (attribute1 "attr33887") ) +(myObject (attribute1 "attr33888") ) +(myObject (attribute1 "attr33889") ) +(myObject (attribute1 "attr33890") ) +(myObject (attribute1 "attr33891") ) +(myObject (attribute1 "attr33892") ) +(myObject (attribute1 "attr33893") ) +(myObject (attribute1 "attr33894") ) +(myObject (attribute1 "attr33895") ) +(myObject (attribute1 "attr33896") ) +(myObject (attribute1 "attr33897") ) +(myObject (attribute1 "attr33898") ) +(myObject (attribute1 "attr33899") ) +(myObject (attribute1 "attr33900") ) +(myObject (attribute1 "attr33901") ) +(myObject (attribute1 "attr33902") ) +(myObject (attribute1 "attr33903") ) +(myObject (attribute1 "attr33904") ) +(myObject (attribute1 "attr33905") ) +(myObject (attribute1 "attr33906") ) +(myObject (attribute1 "attr33907") ) +(myObject (attribute1 "attr33908") ) +(myObject (attribute1 "attr33909") ) +(myObject (attribute1 "attr33910") ) +(myObject (attribute1 "attr33911") ) +(myObject (attribute1 "attr33912") ) +(myObject (attribute1 "attr33913") ) +(myObject (attribute1 "attr33914") ) +(myObject (attribute1 "attr33915") ) +(myObject (attribute1 "attr33916") ) +(myObject (attribute1 "attr33917") ) +(myObject (attribute1 "attr33918") ) +(myObject (attribute1 "attr33919") ) +(myObject (attribute1 "attr33920") ) +(myObject (attribute1 "attr33921") ) +(myObject (attribute1 "attr33922") ) +(myObject (attribute1 "attr33923") ) +(myObject (attribute1 "attr33924") ) +(myObject (attribute1 "attr33925") ) +(myObject (attribute1 "attr33926") ) +(myObject (attribute1 "attr33927") ) +(myObject (attribute1 "attr33928") ) +(myObject (attribute1 "attr33929") ) +(myObject (attribute1 "attr33930") ) +(myObject (attribute1 "attr33931") ) +(myObject (attribute1 "attr33932") ) +(myObject (attribute1 "attr33933") ) +(myObject (attribute1 "attr33934") ) +(myObject (attribute1 "attr33935") ) +(myObject (attribute1 "attr33936") ) +(myObject (attribute1 "attr33937") ) +(myObject (attribute1 "attr33938") ) +(myObject (attribute1 "attr33939") ) +(myObject (attribute1 "attr33940") ) +(myObject (attribute1 "attr33941") ) +(myObject (attribute1 "attr33942") ) +(myObject (attribute1 "attr33943") ) +(myObject (attribute1 "attr33944") ) +(myObject (attribute1 "attr33945") ) +(myObject (attribute1 "attr33946") ) +(myObject (attribute1 "attr33947") ) +(myObject (attribute1 "attr33948") ) +(myObject (attribute1 "attr33949") ) +(myObject (attribute1 "attr33950") ) +(myObject (attribute1 "attr33951") ) +(myObject (attribute1 "attr33952") ) +(myObject (attribute1 "attr33953") ) +(myObject (attribute1 "attr33954") ) +(myObject (attribute1 "attr33955") ) +(myObject (attribute1 "attr33956") ) +(myObject (attribute1 "attr33957") ) +(myObject (attribute1 "attr33958") ) +(myObject (attribute1 "attr33959") ) +(myObject (attribute1 "attr33960") ) +(myObject (attribute1 "attr33961") ) +(myObject (attribute1 "attr33962") ) +(myObject (attribute1 "attr33963") ) +(myObject (attribute1 "attr33964") ) +(myObject (attribute1 "attr33965") ) +(myObject (attribute1 "attr33966") ) +(myObject (attribute1 "attr33967") ) +(myObject (attribute1 "attr33968") ) +(myObject (attribute1 "attr33969") ) +(myObject (attribute1 "attr33970") ) +(myObject (attribute1 "attr33971") ) +(myObject (attribute1 "attr33972") ) +(myObject (attribute1 "attr33973") ) +(myObject (attribute1 "attr33974") ) +(myObject (attribute1 "attr33975") ) +(myObject (attribute1 "attr33976") ) +(myObject (attribute1 "attr33977") ) +(myObject (attribute1 "attr33978") ) +(myObject (attribute1 "attr33979") ) +(myObject (attribute1 "attr33980") ) +(myObject (attribute1 "attr33981") ) +(myObject (attribute1 "attr33982") ) +(myObject (attribute1 "attr33983") ) +(myObject (attribute1 "attr33984") ) +(myObject (attribute1 "attr33985") ) +(myObject (attribute1 "attr33986") ) +(myObject (attribute1 "attr33987") ) +(myObject (attribute1 "attr33988") ) +(myObject (attribute1 "attr33989") ) +(myObject (attribute1 "attr33990") ) +(myObject (attribute1 "attr33991") ) +(myObject (attribute1 "attr33992") ) +(myObject (attribute1 "attr33993") ) +(myObject (attribute1 "attr33994") ) +(myObject (attribute1 "attr33995") ) +(myObject (attribute1 "attr33996") ) +(myObject (attribute1 "attr33997") ) +(myObject (attribute1 "attr33998") ) +(myObject (attribute1 "attr33999") ) +(myObject (attribute1 "attr34000") ) +(myObject (attribute1 "attr34001") ) +(myObject (attribute1 "attr34002") ) +(myObject (attribute1 "attr34003") ) +(myObject (attribute1 "attr34004") ) +(myObject (attribute1 "attr34005") ) +(myObject (attribute1 "attr34006") ) +(myObject (attribute1 "attr34007") ) +(myObject (attribute1 "attr34008") ) +(myObject (attribute1 "attr34009") ) +(myObject (attribute1 "attr34010") ) +(myObject (attribute1 "attr34011") ) +(myObject (attribute1 "attr34012") ) +(myObject (attribute1 "attr34013") ) +(myObject (attribute1 "attr34014") ) +(myObject (attribute1 "attr34015") ) +(myObject (attribute1 "attr34016") ) +(myObject (attribute1 "attr34017") ) +(myObject (attribute1 "attr34018") ) +(myObject (attribute1 "attr34019") ) +(myObject (attribute1 "attr34020") ) +(myObject (attribute1 "attr34021") ) +(myObject (attribute1 "attr34022") ) +(myObject (attribute1 "attr34023") ) +(myObject (attribute1 "attr34024") ) +(myObject (attribute1 "attr34025") ) +(myObject (attribute1 "attr34026") ) +(myObject (attribute1 "attr34027") ) +(myObject (attribute1 "attr34028") ) +(myObject (attribute1 "attr34029") ) +(myObject (attribute1 "attr34030") ) +(myObject (attribute1 "attr34031") ) +(myObject (attribute1 "attr34032") ) +(myObject (attribute1 "attr34033") ) +(myObject (attribute1 "attr34034") ) +(myObject (attribute1 "attr34035") ) +(myObject (attribute1 "attr34036") ) +(myObject (attribute1 "attr34037") ) +(myObject (attribute1 "attr34038") ) +(myObject (attribute1 "attr34039") ) +(myObject (attribute1 "attr34040") ) +(myObject (attribute1 "attr34041") ) +(myObject (attribute1 "attr34042") ) +(myObject (attribute1 "attr34043") ) +(myObject (attribute1 "attr34044") ) +(myObject (attribute1 "attr34045") ) +(myObject (attribute1 "attr34046") ) +(myObject (attribute1 "attr34047") ) +(myObject (attribute1 "attr34048") ) +(myObject (attribute1 "attr34049") ) +(myObject (attribute1 "attr34050") ) +(myObject (attribute1 "attr34051") ) +(myObject (attribute1 "attr34052") ) +(myObject (attribute1 "attr34053") ) +(myObject (attribute1 "attr34054") ) +(myObject (attribute1 "attr34055") ) +(myObject (attribute1 "attr34056") ) +(myObject (attribute1 "attr34057") ) +(myObject (attribute1 "attr34058") ) +(myObject (attribute1 "attr34059") ) +(myObject (attribute1 "attr34060") ) +(myObject (attribute1 "attr34061") ) +(myObject (attribute1 "attr34062") ) +(myObject (attribute1 "attr34063") ) +(myObject (attribute1 "attr34064") ) +(myObject (attribute1 "attr34065") ) +(myObject (attribute1 "attr34066") ) +(myObject (attribute1 "attr34067") ) +(myObject (attribute1 "attr34068") ) +(myObject (attribute1 "attr34069") ) +(myObject (attribute1 "attr34070") ) +(myObject (attribute1 "attr34071") ) +(myObject (attribute1 "attr34072") ) +(myObject (attribute1 "attr34073") ) +(myObject (attribute1 "attr34074") ) +(myObject (attribute1 "attr34075") ) +(myObject (attribute1 "attr34076") ) +(myObject (attribute1 "attr34077") ) +(myObject (attribute1 "attr34078") ) +(myObject (attribute1 "attr34079") ) +(myObject (attribute1 "attr34080") ) +(myObject (attribute1 "attr34081") ) +(myObject (attribute1 "attr34082") ) +(myObject (attribute1 "attr34083") ) +(myObject (attribute1 "attr34084") ) +(myObject (attribute1 "attr34085") ) +(myObject (attribute1 "attr34086") ) +(myObject (attribute1 "attr34087") ) +(myObject (attribute1 "attr34088") ) +(myObject (attribute1 "attr34089") ) +(myObject (attribute1 "attr34090") ) +(myObject (attribute1 "attr34091") ) +(myObject (attribute1 "attr34092") ) +(myObject (attribute1 "attr34093") ) +(myObject (attribute1 "attr34094") ) +(myObject (attribute1 "attr34095") ) +(myObject (attribute1 "attr34096") ) +(myObject (attribute1 "attr34097") ) +(myObject (attribute1 "attr34098") ) +(myObject (attribute1 "attr34099") ) +(myObject (attribute1 "attr34100") ) +(myObject (attribute1 "attr34101") ) +(myObject (attribute1 "attr34102") ) +(myObject (attribute1 "attr34103") ) +(myObject (attribute1 "attr34104") ) +(myObject (attribute1 "attr34105") ) +(myObject (attribute1 "attr34106") ) +(myObject (attribute1 "attr34107") ) +(myObject (attribute1 "attr34108") ) +(myObject (attribute1 "attr34109") ) +(myObject (attribute1 "attr34110") ) +(myObject (attribute1 "attr34111") ) +(myObject (attribute1 "attr34112") ) +(myObject (attribute1 "attr34113") ) +(myObject (attribute1 "attr34114") ) +(myObject (attribute1 "attr34115") ) +(myObject (attribute1 "attr34116") ) +(myObject (attribute1 "attr34117") ) +(myObject (attribute1 "attr34118") ) +(myObject (attribute1 "attr34119") ) +(myObject (attribute1 "attr34120") ) +(myObject (attribute1 "attr34121") ) +(myObject (attribute1 "attr34122") ) +(myObject (attribute1 "attr34123") ) +(myObject (attribute1 "attr34124") ) +(myObject (attribute1 "attr34125") ) +(myObject (attribute1 "attr34126") ) +(myObject (attribute1 "attr34127") ) +(myObject (attribute1 "attr34128") ) +(myObject (attribute1 "attr34129") ) +(myObject (attribute1 "attr34130") ) +(myObject (attribute1 "attr34131") ) +(myObject (attribute1 "attr34132") ) +(myObject (attribute1 "attr34133") ) +(myObject (attribute1 "attr34134") ) +(myObject (attribute1 "attr34135") ) +(myObject (attribute1 "attr34136") ) +(myObject (attribute1 "attr34137") ) +(myObject (attribute1 "attr34138") ) +(myObject (attribute1 "attr34139") ) +(myObject (attribute1 "attr34140") ) +(myObject (attribute1 "attr34141") ) +(myObject (attribute1 "attr34142") ) +(myObject (attribute1 "attr34143") ) +(myObject (attribute1 "attr34144") ) +(myObject (attribute1 "attr34145") ) +(myObject (attribute1 "attr34146") ) +(myObject (attribute1 "attr34147") ) +(myObject (attribute1 "attr34148") ) +(myObject (attribute1 "attr34149") ) +(myObject (attribute1 "attr34150") ) +(myObject (attribute1 "attr34151") ) +(myObject (attribute1 "attr34152") ) +(myObject (attribute1 "attr34153") ) +(myObject (attribute1 "attr34154") ) +(myObject (attribute1 "attr34155") ) +(myObject (attribute1 "attr34156") ) +(myObject (attribute1 "attr34157") ) +(myObject (attribute1 "attr34158") ) +(myObject (attribute1 "attr34159") ) +(myObject (attribute1 "attr34160") ) +(myObject (attribute1 "attr34161") ) +(myObject (attribute1 "attr34162") ) +(myObject (attribute1 "attr34163") ) +(myObject (attribute1 "attr34164") ) +(myObject (attribute1 "attr34165") ) +(myObject (attribute1 "attr34166") ) +(myObject (attribute1 "attr34167") ) +(myObject (attribute1 "attr34168") ) +(myObject (attribute1 "attr34169") ) +(myObject (attribute1 "attr34170") ) +(myObject (attribute1 "attr34171") ) +(myObject (attribute1 "attr34172") ) +(myObject (attribute1 "attr34173") ) +(myObject (attribute1 "attr34174") ) +(myObject (attribute1 "attr34175") ) +(myObject (attribute1 "attr34176") ) +(myObject (attribute1 "attr34177") ) +(myObject (attribute1 "attr34178") ) +(myObject (attribute1 "attr34179") ) +(myObject (attribute1 "attr34180") ) +(myObject (attribute1 "attr34181") ) +(myObject (attribute1 "attr34182") ) +(myObject (attribute1 "attr34183") ) +(myObject (attribute1 "attr34184") ) +(myObject (attribute1 "attr34185") ) +(myObject (attribute1 "attr34186") ) +(myObject (attribute1 "attr34187") ) +(myObject (attribute1 "attr34188") ) +(myObject (attribute1 "attr34189") ) +(myObject (attribute1 "attr34190") ) +(myObject (attribute1 "attr34191") ) +(myObject (attribute1 "attr34192") ) +(myObject (attribute1 "attr34193") ) +(myObject (attribute1 "attr34194") ) +(myObject (attribute1 "attr34195") ) +(myObject (attribute1 "attr34196") ) +(myObject (attribute1 "attr34197") ) +(myObject (attribute1 "attr34198") ) +(myObject (attribute1 "attr34199") ) +(myObject (attribute1 "attr34200") ) +(myObject (attribute1 "attr34201") ) +(myObject (attribute1 "attr34202") ) +(myObject (attribute1 "attr34203") ) +(myObject (attribute1 "attr34204") ) +(myObject (attribute1 "attr34205") ) +(myObject (attribute1 "attr34206") ) +(myObject (attribute1 "attr34207") ) +(myObject (attribute1 "attr34208") ) +(myObject (attribute1 "attr34209") ) +(myObject (attribute1 "attr34210") ) +(myObject (attribute1 "attr34211") ) +(myObject (attribute1 "attr34212") ) +(myObject (attribute1 "attr34213") ) +(myObject (attribute1 "attr34214") ) +(myObject (attribute1 "attr34215") ) +(myObject (attribute1 "attr34216") ) +(myObject (attribute1 "attr34217") ) +(myObject (attribute1 "attr34218") ) +(myObject (attribute1 "attr34219") ) +(myObject (attribute1 "attr34220") ) +(myObject (attribute1 "attr34221") ) +(myObject (attribute1 "attr34222") ) +(myObject (attribute1 "attr34223") ) +(myObject (attribute1 "attr34224") ) +(myObject (attribute1 "attr34225") ) +(myObject (attribute1 "attr34226") ) +(myObject (attribute1 "attr34227") ) +(myObject (attribute1 "attr34228") ) +(myObject (attribute1 "attr34229") ) +(myObject (attribute1 "attr34230") ) +(myObject (attribute1 "attr34231") ) +(myObject (attribute1 "attr34232") ) +(myObject (attribute1 "attr34233") ) +(myObject (attribute1 "attr34234") ) +(myObject (attribute1 "attr34235") ) +(myObject (attribute1 "attr34236") ) +(myObject (attribute1 "attr34237") ) +(myObject (attribute1 "attr34238") ) +(myObject (attribute1 "attr34239") ) +(myObject (attribute1 "attr34240") ) +(myObject (attribute1 "attr34241") ) +(myObject (attribute1 "attr34242") ) +(myObject (attribute1 "attr34243") ) +(myObject (attribute1 "attr34244") ) +(myObject (attribute1 "attr34245") ) +(myObject (attribute1 "attr34246") ) +(myObject (attribute1 "attr34247") ) +(myObject (attribute1 "attr34248") ) +(myObject (attribute1 "attr34249") ) +(myObject (attribute1 "attr34250") ) +(myObject (attribute1 "attr34251") ) +(myObject (attribute1 "attr34252") ) +(myObject (attribute1 "attr34253") ) +(myObject (attribute1 "attr34254") ) +(myObject (attribute1 "attr34255") ) +(myObject (attribute1 "attr34256") ) +(myObject (attribute1 "attr34257") ) +(myObject (attribute1 "attr34258") ) +(myObject (attribute1 "attr34259") ) +(myObject (attribute1 "attr34260") ) +(myObject (attribute1 "attr34261") ) +(myObject (attribute1 "attr34262") ) +(myObject (attribute1 "attr34263") ) +(myObject (attribute1 "attr34264") ) +(myObject (attribute1 "attr34265") ) +(myObject (attribute1 "attr34266") ) +(myObject (attribute1 "attr34267") ) +(myObject (attribute1 "attr34268") ) +(myObject (attribute1 "attr34269") ) +(myObject (attribute1 "attr34270") ) +(myObject (attribute1 "attr34271") ) +(myObject (attribute1 "attr34272") ) +(myObject (attribute1 "attr34273") ) +(myObject (attribute1 "attr34274") ) +(myObject (attribute1 "attr34275") ) +(myObject (attribute1 "attr34276") ) +(myObject (attribute1 "attr34277") ) +(myObject (attribute1 "attr34278") ) +(myObject (attribute1 "attr34279") ) +(myObject (attribute1 "attr34280") ) +(myObject (attribute1 "attr34281") ) +(myObject (attribute1 "attr34282") ) +(myObject (attribute1 "attr34283") ) +(myObject (attribute1 "attr34284") ) +(myObject (attribute1 "attr34285") ) +(myObject (attribute1 "attr34286") ) +(myObject (attribute1 "attr34287") ) +(myObject (attribute1 "attr34288") ) +(myObject (attribute1 "attr34289") ) +(myObject (attribute1 "attr34290") ) +(myObject (attribute1 "attr34291") ) +(myObject (attribute1 "attr34292") ) +(myObject (attribute1 "attr34293") ) +(myObject (attribute1 "attr34294") ) +(myObject (attribute1 "attr34295") ) +(myObject (attribute1 "attr34296") ) +(myObject (attribute1 "attr34297") ) +(myObject (attribute1 "attr34298") ) +(myObject (attribute1 "attr34299") ) +(myObject (attribute1 "attr34300") ) +(myObject (attribute1 "attr34301") ) +(myObject (attribute1 "attr34302") ) +(myObject (attribute1 "attr34303") ) +(myObject (attribute1 "attr34304") ) +(myObject (attribute1 "attr34305") ) +(myObject (attribute1 "attr34306") ) +(myObject (attribute1 "attr34307") ) +(myObject (attribute1 "attr34308") ) +(myObject (attribute1 "attr34309") ) +(myObject (attribute1 "attr34310") ) +(myObject (attribute1 "attr34311") ) +(myObject (attribute1 "attr34312") ) +(myObject (attribute1 "attr34313") ) +(myObject (attribute1 "attr34314") ) +(myObject (attribute1 "attr34315") ) +(myObject (attribute1 "attr34316") ) +(myObject (attribute1 "attr34317") ) +(myObject (attribute1 "attr34318") ) +(myObject (attribute1 "attr34319") ) +(myObject (attribute1 "attr34320") ) +(myObject (attribute1 "attr34321") ) +(myObject (attribute1 "attr34322") ) +(myObject (attribute1 "attr34323") ) +(myObject (attribute1 "attr34324") ) +(myObject (attribute1 "attr34325") ) +(myObject (attribute1 "attr34326") ) +(myObject (attribute1 "attr34327") ) +(myObject (attribute1 "attr34328") ) +(myObject (attribute1 "attr34329") ) +(myObject (attribute1 "attr34330") ) +(myObject (attribute1 "attr34331") ) +(myObject (attribute1 "attr34332") ) +(myObject (attribute1 "attr34333") ) +(myObject (attribute1 "attr34334") ) +(myObject (attribute1 "attr34335") ) +(myObject (attribute1 "attr34336") ) +(myObject (attribute1 "attr34337") ) +(myObject (attribute1 "attr34338") ) +(myObject (attribute1 "attr34339") ) +(myObject (attribute1 "attr34340") ) +(myObject (attribute1 "attr34341") ) +(myObject (attribute1 "attr34342") ) +(myObject (attribute1 "attr34343") ) +(myObject (attribute1 "attr34344") ) +(myObject (attribute1 "attr34345") ) +(myObject (attribute1 "attr34346") ) +(myObject (attribute1 "attr34347") ) +(myObject (attribute1 "attr34348") ) +(myObject (attribute1 "attr34349") ) +(myObject (attribute1 "attr34350") ) +(myObject (attribute1 "attr34351") ) +(myObject (attribute1 "attr34352") ) +(myObject (attribute1 "attr34353") ) +(myObject (attribute1 "attr34354") ) +(myObject (attribute1 "attr34355") ) +(myObject (attribute1 "attr34356") ) +(myObject (attribute1 "attr34357") ) +(myObject (attribute1 "attr34358") ) +(myObject (attribute1 "attr34359") ) +(myObject (attribute1 "attr34360") ) +(myObject (attribute1 "attr34361") ) +(myObject (attribute1 "attr34362") ) +(myObject (attribute1 "attr34363") ) +(myObject (attribute1 "attr34364") ) +(myObject (attribute1 "attr34365") ) +(myObject (attribute1 "attr34366") ) +(myObject (attribute1 "attr34367") ) +(myObject (attribute1 "attr34368") ) +(myObject (attribute1 "attr34369") ) +(myObject (attribute1 "attr34370") ) +(myObject (attribute1 "attr34371") ) +(myObject (attribute1 "attr34372") ) +(myObject (attribute1 "attr34373") ) +(myObject (attribute1 "attr34374") ) +(myObject (attribute1 "attr34375") ) +(myObject (attribute1 "attr34376") ) +(myObject (attribute1 "attr34377") ) +(myObject (attribute1 "attr34378") ) +(myObject (attribute1 "attr34379") ) +(myObject (attribute1 "attr34380") ) +(myObject (attribute1 "attr34381") ) +(myObject (attribute1 "attr34382") ) +(myObject (attribute1 "attr34383") ) +(myObject (attribute1 "attr34384") ) +(myObject (attribute1 "attr34385") ) +(myObject (attribute1 "attr34386") ) +(myObject (attribute1 "attr34387") ) +(myObject (attribute1 "attr34388") ) +(myObject (attribute1 "attr34389") ) +(myObject (attribute1 "attr34390") ) +(myObject (attribute1 "attr34391") ) +(myObject (attribute1 "attr34392") ) +(myObject (attribute1 "attr34393") ) +(myObject (attribute1 "attr34394") ) +(myObject (attribute1 "attr34395") ) +(myObject (attribute1 "attr34396") ) +(myObject (attribute1 "attr34397") ) +(myObject (attribute1 "attr34398") ) +(myObject (attribute1 "attr34399") ) +(myObject (attribute1 "attr34400") ) +(myObject (attribute1 "attr34401") ) +(myObject (attribute1 "attr34402") ) +(myObject (attribute1 "attr34403") ) +(myObject (attribute1 "attr34404") ) +(myObject (attribute1 "attr34405") ) +(myObject (attribute1 "attr34406") ) +(myObject (attribute1 "attr34407") ) +(myObject (attribute1 "attr34408") ) +(myObject (attribute1 "attr34409") ) +(myObject (attribute1 "attr34410") ) +(myObject (attribute1 "attr34411") ) +(myObject (attribute1 "attr34412") ) +(myObject (attribute1 "attr34413") ) +(myObject (attribute1 "attr34414") ) +(myObject (attribute1 "attr34415") ) +(myObject (attribute1 "attr34416") ) +(myObject (attribute1 "attr34417") ) +(myObject (attribute1 "attr34418") ) +(myObject (attribute1 "attr34419") ) +(myObject (attribute1 "attr34420") ) +(myObject (attribute1 "attr34421") ) +(myObject (attribute1 "attr34422") ) +(myObject (attribute1 "attr34423") ) +(myObject (attribute1 "attr34424") ) +(myObject (attribute1 "attr34425") ) +(myObject (attribute1 "attr34426") ) +(myObject (attribute1 "attr34427") ) +(myObject (attribute1 "attr34428") ) +(myObject (attribute1 "attr34429") ) +(myObject (attribute1 "attr34430") ) +(myObject (attribute1 "attr34431") ) +(myObject (attribute1 "attr34432") ) +(myObject (attribute1 "attr34433") ) +(myObject (attribute1 "attr34434") ) +(myObject (attribute1 "attr34435") ) +(myObject (attribute1 "attr34436") ) +(myObject (attribute1 "attr34437") ) +(myObject (attribute1 "attr34438") ) +(myObject (attribute1 "attr34439") ) +(myObject (attribute1 "attr34440") ) +(myObject (attribute1 "attr34441") ) +(myObject (attribute1 "attr34442") ) +(myObject (attribute1 "attr34443") ) +(myObject (attribute1 "attr34444") ) +(myObject (attribute1 "attr34445") ) +(myObject (attribute1 "attr34446") ) +(myObject (attribute1 "attr34447") ) +(myObject (attribute1 "attr34448") ) +(myObject (attribute1 "attr34449") ) +(myObject (attribute1 "attr34450") ) +(myObject (attribute1 "attr34451") ) +(myObject (attribute1 "attr34452") ) +(myObject (attribute1 "attr34453") ) +(myObject (attribute1 "attr34454") ) +(myObject (attribute1 "attr34455") ) +(myObject (attribute1 "attr34456") ) +(myObject (attribute1 "attr34457") ) +(myObject (attribute1 "attr34458") ) +(myObject (attribute1 "attr34459") ) +(myObject (attribute1 "attr34460") ) +(myObject (attribute1 "attr34461") ) +(myObject (attribute1 "attr34462") ) +(myObject (attribute1 "attr34463") ) +(myObject (attribute1 "attr34464") ) +(myObject (attribute1 "attr34465") ) +(myObject (attribute1 "attr34466") ) +(myObject (attribute1 "attr34467") ) +(myObject (attribute1 "attr34468") ) +(myObject (attribute1 "attr34469") ) +(myObject (attribute1 "attr34470") ) +(myObject (attribute1 "attr34471") ) +(myObject (attribute1 "attr34472") ) +(myObject (attribute1 "attr34473") ) +(myObject (attribute1 "attr34474") ) +(myObject (attribute1 "attr34475") ) +(myObject (attribute1 "attr34476") ) +(myObject (attribute1 "attr34477") ) +(myObject (attribute1 "attr34478") ) +(myObject (attribute1 "attr34479") ) +(myObject (attribute1 "attr34480") ) +(myObject (attribute1 "attr34481") ) +(myObject (attribute1 "attr34482") ) +(myObject (attribute1 "attr34483") ) +(myObject (attribute1 "attr34484") ) +(myObject (attribute1 "attr34485") ) +(myObject (attribute1 "attr34486") ) +(myObject (attribute1 "attr34487") ) +(myObject (attribute1 "attr34488") ) +(myObject (attribute1 "attr34489") ) +(myObject (attribute1 "attr34490") ) +(myObject (attribute1 "attr34491") ) +(myObject (attribute1 "attr34492") ) +(myObject (attribute1 "attr34493") ) +(myObject (attribute1 "attr34494") ) +(myObject (attribute1 "attr34495") ) +(myObject (attribute1 "attr34496") ) +(myObject (attribute1 "attr34497") ) +(myObject (attribute1 "attr34498") ) +(myObject (attribute1 "attr34499") ) +(myObject (attribute1 "attr34500") ) +(myObject (attribute1 "attr34501") ) +(myObject (attribute1 "attr34502") ) +(myObject (attribute1 "attr34503") ) +(myObject (attribute1 "attr34504") ) +(myObject (attribute1 "attr34505") ) +(myObject (attribute1 "attr34506") ) +(myObject (attribute1 "attr34507") ) +(myObject (attribute1 "attr34508") ) +(myObject (attribute1 "attr34509") ) +(myObject (attribute1 "attr34510") ) +(myObject (attribute1 "attr34511") ) +(myObject (attribute1 "attr34512") ) +(myObject (attribute1 "attr34513") ) +(myObject (attribute1 "attr34514") ) +(myObject (attribute1 "attr34515") ) +(myObject (attribute1 "attr34516") ) +(myObject (attribute1 "attr34517") ) +(myObject (attribute1 "attr34518") ) +(myObject (attribute1 "attr34519") ) +(myObject (attribute1 "attr34520") ) +(myObject (attribute1 "attr34521") ) +(myObject (attribute1 "attr34522") ) +(myObject (attribute1 "attr34523") ) +(myObject (attribute1 "attr34524") ) +(myObject (attribute1 "attr34525") ) +(myObject (attribute1 "attr34526") ) +(myObject (attribute1 "attr34527") ) +(myObject (attribute1 "attr34528") ) +(myObject (attribute1 "attr34529") ) +(myObject (attribute1 "attr34530") ) +(myObject (attribute1 "attr34531") ) +(myObject (attribute1 "attr34532") ) +(myObject (attribute1 "attr34533") ) +(myObject (attribute1 "attr34534") ) +(myObject (attribute1 "attr34535") ) +(myObject (attribute1 "attr34536") ) +(myObject (attribute1 "attr34537") ) +(myObject (attribute1 "attr34538") ) +(myObject (attribute1 "attr34539") ) +(myObject (attribute1 "attr34540") ) +(myObject (attribute1 "attr34541") ) +(myObject (attribute1 "attr34542") ) +(myObject (attribute1 "attr34543") ) +(myObject (attribute1 "attr34544") ) +(myObject (attribute1 "attr34545") ) +(myObject (attribute1 "attr34546") ) +(myObject (attribute1 "attr34547") ) +(myObject (attribute1 "attr34548") ) +(myObject (attribute1 "attr34549") ) +(myObject (attribute1 "attr34550") ) +(myObject (attribute1 "attr34551") ) +(myObject (attribute1 "attr34552") ) +(myObject (attribute1 "attr34553") ) +(myObject (attribute1 "attr34554") ) +(myObject (attribute1 "attr34555") ) +(myObject (attribute1 "attr34556") ) +(myObject (attribute1 "attr34557") ) +(myObject (attribute1 "attr34558") ) +(myObject (attribute1 "attr34559") ) +(myObject (attribute1 "attr34560") ) +(myObject (attribute1 "attr34561") ) +(myObject (attribute1 "attr34562") ) +(myObject (attribute1 "attr34563") ) +(myObject (attribute1 "attr34564") ) +(myObject (attribute1 "attr34565") ) +(myObject (attribute1 "attr34566") ) +(myObject (attribute1 "attr34567") ) +(myObject (attribute1 "attr34568") ) +(myObject (attribute1 "attr34569") ) +(myObject (attribute1 "attr34570") ) +(myObject (attribute1 "attr34571") ) +(myObject (attribute1 "attr34572") ) +(myObject (attribute1 "attr34573") ) +(myObject (attribute1 "attr34574") ) +(myObject (attribute1 "attr34575") ) +(myObject (attribute1 "attr34576") ) +(myObject (attribute1 "attr34577") ) +(myObject (attribute1 "attr34578") ) +(myObject (attribute1 "attr34579") ) +(myObject (attribute1 "attr34580") ) +(myObject (attribute1 "attr34581") ) +(myObject (attribute1 "attr34582") ) +(myObject (attribute1 "attr34583") ) +(myObject (attribute1 "attr34584") ) +(myObject (attribute1 "attr34585") ) +(myObject (attribute1 "attr34586") ) +(myObject (attribute1 "attr34587") ) +(myObject (attribute1 "attr34588") ) +(myObject (attribute1 "attr34589") ) +(myObject (attribute1 "attr34590") ) +(myObject (attribute1 "attr34591") ) +(myObject (attribute1 "attr34592") ) +(myObject (attribute1 "attr34593") ) +(myObject (attribute1 "attr34594") ) +(myObject (attribute1 "attr34595") ) +(myObject (attribute1 "attr34596") ) +(myObject (attribute1 "attr34597") ) +(myObject (attribute1 "attr34598") ) +(myObject (attribute1 "attr34599") ) +(myObject (attribute1 "attr34600") ) +(myObject (attribute1 "attr34601") ) +(myObject (attribute1 "attr34602") ) +(myObject (attribute1 "attr34603") ) +(myObject (attribute1 "attr34604") ) +(myObject (attribute1 "attr34605") ) +(myObject (attribute1 "attr34606") ) +(myObject (attribute1 "attr34607") ) +(myObject (attribute1 "attr34608") ) +(myObject (attribute1 "attr34609") ) +(myObject (attribute1 "attr34610") ) +(myObject (attribute1 "attr34611") ) +(myObject (attribute1 "attr34612") ) +(myObject (attribute1 "attr34613") ) +(myObject (attribute1 "attr34614") ) +(myObject (attribute1 "attr34615") ) +(myObject (attribute1 "attr34616") ) +(myObject (attribute1 "attr34617") ) +(myObject (attribute1 "attr34618") ) +(myObject (attribute1 "attr34619") ) +(myObject (attribute1 "attr34620") ) +(myObject (attribute1 "attr34621") ) +(myObject (attribute1 "attr34622") ) +(myObject (attribute1 "attr34623") ) +(myObject (attribute1 "attr34624") ) +(myObject (attribute1 "attr34625") ) +(myObject (attribute1 "attr34626") ) +(myObject (attribute1 "attr34627") ) +(myObject (attribute1 "attr34628") ) +(myObject (attribute1 "attr34629") ) +(myObject (attribute1 "attr34630") ) +(myObject (attribute1 "attr34631") ) +(myObject (attribute1 "attr34632") ) +(myObject (attribute1 "attr34633") ) +(myObject (attribute1 "attr34634") ) +(myObject (attribute1 "attr34635") ) +(myObject (attribute1 "attr34636") ) +(myObject (attribute1 "attr34637") ) +(myObject (attribute1 "attr34638") ) +(myObject (attribute1 "attr34639") ) +(myObject (attribute1 "attr34640") ) +(myObject (attribute1 "attr34641") ) +(myObject (attribute1 "attr34642") ) +(myObject (attribute1 "attr34643") ) +(myObject (attribute1 "attr34644") ) +(myObject (attribute1 "attr34645") ) +(myObject (attribute1 "attr34646") ) +(myObject (attribute1 "attr34647") ) +(myObject (attribute1 "attr34648") ) +(myObject (attribute1 "attr34649") ) +(myObject (attribute1 "attr34650") ) +(myObject (attribute1 "attr34651") ) +(myObject (attribute1 "attr34652") ) +(myObject (attribute1 "attr34653") ) +(myObject (attribute1 "attr34654") ) +(myObject (attribute1 "attr34655") ) +(myObject (attribute1 "attr34656") ) +(myObject (attribute1 "attr34657") ) +(myObject (attribute1 "attr34658") ) +(myObject (attribute1 "attr34659") ) +(myObject (attribute1 "attr34660") ) +(myObject (attribute1 "attr34661") ) +(myObject (attribute1 "attr34662") ) +(myObject (attribute1 "attr34663") ) +(myObject (attribute1 "attr34664") ) +(myObject (attribute1 "attr34665") ) +(myObject (attribute1 "attr34666") ) +(myObject (attribute1 "attr34667") ) +(myObject (attribute1 "attr34668") ) +(myObject (attribute1 "attr34669") ) +(myObject (attribute1 "attr34670") ) +(myObject (attribute1 "attr34671") ) +(myObject (attribute1 "attr34672") ) +(myObject (attribute1 "attr34673") ) +(myObject (attribute1 "attr34674") ) +(myObject (attribute1 "attr34675") ) +(myObject (attribute1 "attr34676") ) +(myObject (attribute1 "attr34677") ) +(myObject (attribute1 "attr34678") ) +(myObject (attribute1 "attr34679") ) +(myObject (attribute1 "attr34680") ) +(myObject (attribute1 "attr34681") ) +(myObject (attribute1 "attr34682") ) +(myObject (attribute1 "attr34683") ) +(myObject (attribute1 "attr34684") ) +(myObject (attribute1 "attr34685") ) +(myObject (attribute1 "attr34686") ) +(myObject (attribute1 "attr34687") ) +(myObject (attribute1 "attr34688") ) +(myObject (attribute1 "attr34689") ) +(myObject (attribute1 "attr34690") ) +(myObject (attribute1 "attr34691") ) +(myObject (attribute1 "attr34692") ) +(myObject (attribute1 "attr34693") ) +(myObject (attribute1 "attr34694") ) +(myObject (attribute1 "attr34695") ) +(myObject (attribute1 "attr34696") ) +(myObject (attribute1 "attr34697") ) +(myObject (attribute1 "attr34698") ) +(myObject (attribute1 "attr34699") ) +(myObject (attribute1 "attr34700") ) +(myObject (attribute1 "attr34701") ) +(myObject (attribute1 "attr34702") ) +(myObject (attribute1 "attr34703") ) +(myObject (attribute1 "attr34704") ) +(myObject (attribute1 "attr34705") ) +(myObject (attribute1 "attr34706") ) +(myObject (attribute1 "attr34707") ) +(myObject (attribute1 "attr34708") ) +(myObject (attribute1 "attr34709") ) +(myObject (attribute1 "attr34710") ) +(myObject (attribute1 "attr34711") ) +(myObject (attribute1 "attr34712") ) +(myObject (attribute1 "attr34713") ) +(myObject (attribute1 "attr34714") ) +(myObject (attribute1 "attr34715") ) +(myObject (attribute1 "attr34716") ) +(myObject (attribute1 "attr34717") ) +(myObject (attribute1 "attr34718") ) +(myObject (attribute1 "attr34719") ) +(myObject (attribute1 "attr34720") ) +(myObject (attribute1 "attr34721") ) +(myObject (attribute1 "attr34722") ) +(myObject (attribute1 "attr34723") ) +(myObject (attribute1 "attr34724") ) +(myObject (attribute1 "attr34725") ) +(myObject (attribute1 "attr34726") ) +(myObject (attribute1 "attr34727") ) +(myObject (attribute1 "attr34728") ) +(myObject (attribute1 "attr34729") ) +(myObject (attribute1 "attr34730") ) +(myObject (attribute1 "attr34731") ) +(myObject (attribute1 "attr34732") ) +(myObject (attribute1 "attr34733") ) +(myObject (attribute1 "attr34734") ) +(myObject (attribute1 "attr34735") ) +(myObject (attribute1 "attr34736") ) +(myObject (attribute1 "attr34737") ) +(myObject (attribute1 "attr34738") ) +(myObject (attribute1 "attr34739") ) +(myObject (attribute1 "attr34740") ) +(myObject (attribute1 "attr34741") ) +(myObject (attribute1 "attr34742") ) +(myObject (attribute1 "attr34743") ) +(myObject (attribute1 "attr34744") ) +(myObject (attribute1 "attr34745") ) +(myObject (attribute1 "attr34746") ) +(myObject (attribute1 "attr34747") ) +(myObject (attribute1 "attr34748") ) +(myObject (attribute1 "attr34749") ) +(myObject (attribute1 "attr34750") ) +(myObject (attribute1 "attr34751") ) +(myObject (attribute1 "attr34752") ) +(myObject (attribute1 "attr34753") ) +(myObject (attribute1 "attr34754") ) +(myObject (attribute1 "attr34755") ) +(myObject (attribute1 "attr34756") ) +(myObject (attribute1 "attr34757") ) +(myObject (attribute1 "attr34758") ) +(myObject (attribute1 "attr34759") ) +(myObject (attribute1 "attr34760") ) +(myObject (attribute1 "attr34761") ) +(myObject (attribute1 "attr34762") ) +(myObject (attribute1 "attr34763") ) +(myObject (attribute1 "attr34764") ) +(myObject (attribute1 "attr34765") ) +(myObject (attribute1 "attr34766") ) +(myObject (attribute1 "attr34767") ) +(myObject (attribute1 "attr34768") ) +(myObject (attribute1 "attr34769") ) +(myObject (attribute1 "attr34770") ) +(myObject (attribute1 "attr34771") ) +(myObject (attribute1 "attr34772") ) +(myObject (attribute1 "attr34773") ) +(myObject (attribute1 "attr34774") ) +(myObject (attribute1 "attr34775") ) +(myObject (attribute1 "attr34776") ) +(myObject (attribute1 "attr34777") ) +(myObject (attribute1 "attr34778") ) +(myObject (attribute1 "attr34779") ) +(myObject (attribute1 "attr34780") ) +(myObject (attribute1 "attr34781") ) +(myObject (attribute1 "attr34782") ) +(myObject (attribute1 "attr34783") ) +(myObject (attribute1 "attr34784") ) +(myObject (attribute1 "attr34785") ) +(myObject (attribute1 "attr34786") ) +(myObject (attribute1 "attr34787") ) +(myObject (attribute1 "attr34788") ) +(myObject (attribute1 "attr34789") ) +(myObject (attribute1 "attr34790") ) +(myObject (attribute1 "attr34791") ) +(myObject (attribute1 "attr34792") ) +(myObject (attribute1 "attr34793") ) +(myObject (attribute1 "attr34794") ) +(myObject (attribute1 "attr34795") ) +(myObject (attribute1 "attr34796") ) +(myObject (attribute1 "attr34797") ) +(myObject (attribute1 "attr34798") ) +(myObject (attribute1 "attr34799") ) +(myObject (attribute1 "attr34800") ) +(myObject (attribute1 "attr34801") ) +(myObject (attribute1 "attr34802") ) +(myObject (attribute1 "attr34803") ) +(myObject (attribute1 "attr34804") ) +(myObject (attribute1 "attr34805") ) +(myObject (attribute1 "attr34806") ) +(myObject (attribute1 "attr34807") ) +(myObject (attribute1 "attr34808") ) +(myObject (attribute1 "attr34809") ) +(myObject (attribute1 "attr34810") ) +(myObject (attribute1 "attr34811") ) +(myObject (attribute1 "attr34812") ) +(myObject (attribute1 "attr34813") ) +(myObject (attribute1 "attr34814") ) +(myObject (attribute1 "attr34815") ) +(myObject (attribute1 "attr34816") ) +(myObject (attribute1 "attr34817") ) +(myObject (attribute1 "attr34818") ) +(myObject (attribute1 "attr34819") ) +(myObject (attribute1 "attr34820") ) +(myObject (attribute1 "attr34821") ) +(myObject (attribute1 "attr34822") ) +(myObject (attribute1 "attr34823") ) +(myObject (attribute1 "attr34824") ) +(myObject (attribute1 "attr34825") ) +(myObject (attribute1 "attr34826") ) +(myObject (attribute1 "attr34827") ) +(myObject (attribute1 "attr34828") ) +(myObject (attribute1 "attr34829") ) +(myObject (attribute1 "attr34830") ) +(myObject (attribute1 "attr34831") ) +(myObject (attribute1 "attr34832") ) +(myObject (attribute1 "attr34833") ) +(myObject (attribute1 "attr34834") ) +(myObject (attribute1 "attr34835") ) +(myObject (attribute1 "attr34836") ) +(myObject (attribute1 "attr34837") ) +(myObject (attribute1 "attr34838") ) +(myObject (attribute1 "attr34839") ) +(myObject (attribute1 "attr34840") ) +(myObject (attribute1 "attr34841") ) +(myObject (attribute1 "attr34842") ) +(myObject (attribute1 "attr34843") ) +(myObject (attribute1 "attr34844") ) +(myObject (attribute1 "attr34845") ) +(myObject (attribute1 "attr34846") ) +(myObject (attribute1 "attr34847") ) +(myObject (attribute1 "attr34848") ) +(myObject (attribute1 "attr34849") ) +(myObject (attribute1 "attr34850") ) +(myObject (attribute1 "attr34851") ) +(myObject (attribute1 "attr34852") ) +(myObject (attribute1 "attr34853") ) +(myObject (attribute1 "attr34854") ) +(myObject (attribute1 "attr34855") ) +(myObject (attribute1 "attr34856") ) +(myObject (attribute1 "attr34857") ) +(myObject (attribute1 "attr34858") ) +(myObject (attribute1 "attr34859") ) +(myObject (attribute1 "attr34860") ) +(myObject (attribute1 "attr34861") ) +(myObject (attribute1 "attr34862") ) +(myObject (attribute1 "attr34863") ) +(myObject (attribute1 "attr34864") ) +(myObject (attribute1 "attr34865") ) +(myObject (attribute1 "attr34866") ) +(myObject (attribute1 "attr34867") ) +(myObject (attribute1 "attr34868") ) +(myObject (attribute1 "attr34869") ) +(myObject (attribute1 "attr34870") ) +(myObject (attribute1 "attr34871") ) +(myObject (attribute1 "attr34872") ) +(myObject (attribute1 "attr34873") ) +(myObject (attribute1 "attr34874") ) +(myObject (attribute1 "attr34875") ) +(myObject (attribute1 "attr34876") ) +(myObject (attribute1 "attr34877") ) +(myObject (attribute1 "attr34878") ) +(myObject (attribute1 "attr34879") ) +(myObject (attribute1 "attr34880") ) +(myObject (attribute1 "attr34881") ) +(myObject (attribute1 "attr34882") ) +(myObject (attribute1 "attr34883") ) +(myObject (attribute1 "attr34884") ) +(myObject (attribute1 "attr34885") ) +(myObject (attribute1 "attr34886") ) +(myObject (attribute1 "attr34887") ) +(myObject (attribute1 "attr34888") ) +(myObject (attribute1 "attr34889") ) +(myObject (attribute1 "attr34890") ) +(myObject (attribute1 "attr34891") ) +(myObject (attribute1 "attr34892") ) +(myObject (attribute1 "attr34893") ) +(myObject (attribute1 "attr34894") ) +(myObject (attribute1 "attr34895") ) +(myObject (attribute1 "attr34896") ) +(myObject (attribute1 "attr34897") ) +(myObject (attribute1 "attr34898") ) +(myObject (attribute1 "attr34899") ) +(myObject (attribute1 "attr34900") ) +(myObject (attribute1 "attr34901") ) +(myObject (attribute1 "attr34902") ) +(myObject (attribute1 "attr34903") ) +(myObject (attribute1 "attr34904") ) +(myObject (attribute1 "attr34905") ) +(myObject (attribute1 "attr34906") ) +(myObject (attribute1 "attr34907") ) +(myObject (attribute1 "attr34908") ) +(myObject (attribute1 "attr34909") ) +(myObject (attribute1 "attr34910") ) +(myObject (attribute1 "attr34911") ) +(myObject (attribute1 "attr34912") ) +(myObject (attribute1 "attr34913") ) +(myObject (attribute1 "attr34914") ) +(myObject (attribute1 "attr34915") ) +(myObject (attribute1 "attr34916") ) +(myObject (attribute1 "attr34917") ) +(myObject (attribute1 "attr34918") ) +(myObject (attribute1 "attr34919") ) +(myObject (attribute1 "attr34920") ) +(myObject (attribute1 "attr34921") ) +(myObject (attribute1 "attr34922") ) +(myObject (attribute1 "attr34923") ) +(myObject (attribute1 "attr34924") ) +(myObject (attribute1 "attr34925") ) +(myObject (attribute1 "attr34926") ) +(myObject (attribute1 "attr34927") ) +(myObject (attribute1 "attr34928") ) +(myObject (attribute1 "attr34929") ) +(myObject (attribute1 "attr34930") ) +(myObject (attribute1 "attr34931") ) +(myObject (attribute1 "attr34932") ) +(myObject (attribute1 "attr34933") ) +(myObject (attribute1 "attr34934") ) +(myObject (attribute1 "attr34935") ) +(myObject (attribute1 "attr34936") ) +(myObject (attribute1 "attr34937") ) +(myObject (attribute1 "attr34938") ) +(myObject (attribute1 "attr34939") ) +(myObject (attribute1 "attr34940") ) +(myObject (attribute1 "attr34941") ) +(myObject (attribute1 "attr34942") ) +(myObject (attribute1 "attr34943") ) +(myObject (attribute1 "attr34944") ) +(myObject (attribute1 "attr34945") ) +(myObject (attribute1 "attr34946") ) +(myObject (attribute1 "attr34947") ) +(myObject (attribute1 "attr34948") ) +(myObject (attribute1 "attr34949") ) +(myObject (attribute1 "attr34950") ) +(myObject (attribute1 "attr34951") ) +(myObject (attribute1 "attr34952") ) +(myObject (attribute1 "attr34953") ) +(myObject (attribute1 "attr34954") ) +(myObject (attribute1 "attr34955") ) +(myObject (attribute1 "attr34956") ) +(myObject (attribute1 "attr34957") ) +(myObject (attribute1 "attr34958") ) +(myObject (attribute1 "attr34959") ) +(myObject (attribute1 "attr34960") ) +(myObject (attribute1 "attr34961") ) +(myObject (attribute1 "attr34962") ) +(myObject (attribute1 "attr34963") ) +(myObject (attribute1 "attr34964") ) +(myObject (attribute1 "attr34965") ) +(myObject (attribute1 "attr34966") ) +(myObject (attribute1 "attr34967") ) +(myObject (attribute1 "attr34968") ) +(myObject (attribute1 "attr34969") ) +(myObject (attribute1 "attr34970") ) +(myObject (attribute1 "attr34971") ) +(myObject (attribute1 "attr34972") ) +(myObject (attribute1 "attr34973") ) +(myObject (attribute1 "attr34974") ) +(myObject (attribute1 "attr34975") ) +(myObject (attribute1 "attr34976") ) +(myObject (attribute1 "attr34977") ) +(myObject (attribute1 "attr34978") ) +(myObject (attribute1 "attr34979") ) +(myObject (attribute1 "attr34980") ) +(myObject (attribute1 "attr34981") ) +(myObject (attribute1 "attr34982") ) +(myObject (attribute1 "attr34983") ) +(myObject (attribute1 "attr34984") ) +(myObject (attribute1 "attr34985") ) +(myObject (attribute1 "attr34986") ) +(myObject (attribute1 "attr34987") ) +(myObject (attribute1 "attr34988") ) +(myObject (attribute1 "attr34989") ) +(myObject (attribute1 "attr34990") ) +(myObject (attribute1 "attr34991") ) +(myObject (attribute1 "attr34992") ) +(myObject (attribute1 "attr34993") ) +(myObject (attribute1 "attr34994") ) +(myObject (attribute1 "attr34995") ) +(myObject (attribute1 "attr34996") ) +(myObject (attribute1 "attr34997") ) +(myObject (attribute1 "attr34998") ) +(myObject (attribute1 "attr34999") ) +(myObject (attribute1 "attr35000") ) +(myObject (attribute1 "attr35001") ) +(myObject (attribute1 "attr35002") ) +(myObject (attribute1 "attr35003") ) +(myObject (attribute1 "attr35004") ) +(myObject (attribute1 "attr35005") ) +(myObject (attribute1 "attr35006") ) +(myObject (attribute1 "attr35007") ) +(myObject (attribute1 "attr35008") ) +(myObject (attribute1 "attr35009") ) +(myObject (attribute1 "attr35010") ) +(myObject (attribute1 "attr35011") ) +(myObject (attribute1 "attr35012") ) +(myObject (attribute1 "attr35013") ) +(myObject (attribute1 "attr35014") ) +(myObject (attribute1 "attr35015") ) +(myObject (attribute1 "attr35016") ) +(myObject (attribute1 "attr35017") ) +(myObject (attribute1 "attr35018") ) +(myObject (attribute1 "attr35019") ) +(myObject (attribute1 "attr35020") ) +(myObject (attribute1 "attr35021") ) +(myObject (attribute1 "attr35022") ) +(myObject (attribute1 "attr35023") ) +(myObject (attribute1 "attr35024") ) +(myObject (attribute1 "attr35025") ) +(myObject (attribute1 "attr35026") ) +(myObject (attribute1 "attr35027") ) +(myObject (attribute1 "attr35028") ) +(myObject (attribute1 "attr35029") ) +(myObject (attribute1 "attr35030") ) +(myObject (attribute1 "attr35031") ) +(myObject (attribute1 "attr35032") ) +(myObject (attribute1 "attr35033") ) +(myObject (attribute1 "attr35034") ) +(myObject (attribute1 "attr35035") ) +(myObject (attribute1 "attr35036") ) +(myObject (attribute1 "attr35037") ) +(myObject (attribute1 "attr35038") ) +(myObject (attribute1 "attr35039") ) +(myObject (attribute1 "attr35040") ) +(myObject (attribute1 "attr35041") ) +(myObject (attribute1 "attr35042") ) +(myObject (attribute1 "attr35043") ) +(myObject (attribute1 "attr35044") ) +(myObject (attribute1 "attr35045") ) +(myObject (attribute1 "attr35046") ) +(myObject (attribute1 "attr35047") ) +(myObject (attribute1 "attr35048") ) +(myObject (attribute1 "attr35049") ) +(myObject (attribute1 "attr35050") ) +(myObject (attribute1 "attr35051") ) +(myObject (attribute1 "attr35052") ) +(myObject (attribute1 "attr35053") ) +(myObject (attribute1 "attr35054") ) +(myObject (attribute1 "attr35055") ) +(myObject (attribute1 "attr35056") ) +(myObject (attribute1 "attr35057") ) +(myObject (attribute1 "attr35058") ) +(myObject (attribute1 "attr35059") ) +(myObject (attribute1 "attr35060") ) +(myObject (attribute1 "attr35061") ) +(myObject (attribute1 "attr35062") ) +(myObject (attribute1 "attr35063") ) +(myObject (attribute1 "attr35064") ) +(myObject (attribute1 "attr35065") ) +(myObject (attribute1 "attr35066") ) +(myObject (attribute1 "attr35067") ) +(myObject (attribute1 "attr35068") ) +(myObject (attribute1 "attr35069") ) +(myObject (attribute1 "attr35070") ) +(myObject (attribute1 "attr35071") ) +(myObject (attribute1 "attr35072") ) +(myObject (attribute1 "attr35073") ) +(myObject (attribute1 "attr35074") ) +(myObject (attribute1 "attr35075") ) +(myObject (attribute1 "attr35076") ) +(myObject (attribute1 "attr35077") ) +(myObject (attribute1 "attr35078") ) +(myObject (attribute1 "attr35079") ) +(myObject (attribute1 "attr35080") ) +(myObject (attribute1 "attr35081") ) +(myObject (attribute1 "attr35082") ) +(myObject (attribute1 "attr35083") ) +(myObject (attribute1 "attr35084") ) +(myObject (attribute1 "attr35085") ) +(myObject (attribute1 "attr35086") ) +(myObject (attribute1 "attr35087") ) +(myObject (attribute1 "attr35088") ) +(myObject (attribute1 "attr35089") ) +(myObject (attribute1 "attr35090") ) +(myObject (attribute1 "attr35091") ) +(myObject (attribute1 "attr35092") ) +(myObject (attribute1 "attr35093") ) +(myObject (attribute1 "attr35094") ) +(myObject (attribute1 "attr35095") ) +(myObject (attribute1 "attr35096") ) +(myObject (attribute1 "attr35097") ) +(myObject (attribute1 "attr35098") ) +(myObject (attribute1 "attr35099") ) +(myObject (attribute1 "attr35100") ) +(myObject (attribute1 "attr35101") ) +(myObject (attribute1 "attr35102") ) +(myObject (attribute1 "attr35103") ) +(myObject (attribute1 "attr35104") ) +(myObject (attribute1 "attr35105") ) +(myObject (attribute1 "attr35106") ) +(myObject (attribute1 "attr35107") ) +(myObject (attribute1 "attr35108") ) +(myObject (attribute1 "attr35109") ) +(myObject (attribute1 "attr35110") ) +(myObject (attribute1 "attr35111") ) +(myObject (attribute1 "attr35112") ) +(myObject (attribute1 "attr35113") ) +(myObject (attribute1 "attr35114") ) +(myObject (attribute1 "attr35115") ) +(myObject (attribute1 "attr35116") ) +(myObject (attribute1 "attr35117") ) +(myObject (attribute1 "attr35118") ) +(myObject (attribute1 "attr35119") ) +(myObject (attribute1 "attr35120") ) +(myObject (attribute1 "attr35121") ) +(myObject (attribute1 "attr35122") ) +(myObject (attribute1 "attr35123") ) +(myObject (attribute1 "attr35124") ) +(myObject (attribute1 "attr35125") ) +(myObject (attribute1 "attr35126") ) +(myObject (attribute1 "attr35127") ) +(myObject (attribute1 "attr35128") ) +(myObject (attribute1 "attr35129") ) +(myObject (attribute1 "attr35130") ) +(myObject (attribute1 "attr35131") ) +(myObject (attribute1 "attr35132") ) +(myObject (attribute1 "attr35133") ) +(myObject (attribute1 "attr35134") ) +(myObject (attribute1 "attr35135") ) +(myObject (attribute1 "attr35136") ) +(myObject (attribute1 "attr35137") ) +(myObject (attribute1 "attr35138") ) +(myObject (attribute1 "attr35139") ) +(myObject (attribute1 "attr35140") ) +(myObject (attribute1 "attr35141") ) +(myObject (attribute1 "attr35142") ) +(myObject (attribute1 "attr35143") ) +(myObject (attribute1 "attr35144") ) +(myObject (attribute1 "attr35145") ) +(myObject (attribute1 "attr35146") ) +(myObject (attribute1 "attr35147") ) +(myObject (attribute1 "attr35148") ) +(myObject (attribute1 "attr35149") ) +(myObject (attribute1 "attr35150") ) +(myObject (attribute1 "attr35151") ) +(myObject (attribute1 "attr35152") ) +(myObject (attribute1 "attr35153") ) +(myObject (attribute1 "attr35154") ) +(myObject (attribute1 "attr35155") ) +(myObject (attribute1 "attr35156") ) +(myObject (attribute1 "attr35157") ) +(myObject (attribute1 "attr35158") ) +(myObject (attribute1 "attr35159") ) +(myObject (attribute1 "attr35160") ) +(myObject (attribute1 "attr35161") ) +(myObject (attribute1 "attr35162") ) +(myObject (attribute1 "attr35163") ) +(myObject (attribute1 "attr35164") ) +(myObject (attribute1 "attr35165") ) +(myObject (attribute1 "attr35166") ) +(myObject (attribute1 "attr35167") ) +(myObject (attribute1 "attr35168") ) +(myObject (attribute1 "attr35169") ) +(myObject (attribute1 "attr35170") ) +(myObject (attribute1 "attr35171") ) +(myObject (attribute1 "attr35172") ) +(myObject (attribute1 "attr35173") ) +(myObject (attribute1 "attr35174") ) +(myObject (attribute1 "attr35175") ) +(myObject (attribute1 "attr35176") ) +(myObject (attribute1 "attr35177") ) +(myObject (attribute1 "attr35178") ) +(myObject (attribute1 "attr35179") ) +(myObject (attribute1 "attr35180") ) +(myObject (attribute1 "attr35181") ) +(myObject (attribute1 "attr35182") ) +(myObject (attribute1 "attr35183") ) +(myObject (attribute1 "attr35184") ) +(myObject (attribute1 "attr35185") ) +(myObject (attribute1 "attr35186") ) +(myObject (attribute1 "attr35187") ) +(myObject (attribute1 "attr35188") ) +(myObject (attribute1 "attr35189") ) +(myObject (attribute1 "attr35190") ) +(myObject (attribute1 "attr35191") ) +(myObject (attribute1 "attr35192") ) +(myObject (attribute1 "attr35193") ) +(myObject (attribute1 "attr35194") ) +(myObject (attribute1 "attr35195") ) +(myObject (attribute1 "attr35196") ) +(myObject (attribute1 "attr35197") ) +(myObject (attribute1 "attr35198") ) +(myObject (attribute1 "attr35199") ) +(myObject (attribute1 "attr35200") ) +(myObject (attribute1 "attr35201") ) +(myObject (attribute1 "attr35202") ) +(myObject (attribute1 "attr35203") ) +(myObject (attribute1 "attr35204") ) +(myObject (attribute1 "attr35205") ) +(myObject (attribute1 "attr35206") ) +(myObject (attribute1 "attr35207") ) +(myObject (attribute1 "attr35208") ) +(myObject (attribute1 "attr35209") ) +(myObject (attribute1 "attr35210") ) +(myObject (attribute1 "attr35211") ) +(myObject (attribute1 "attr35212") ) +(myObject (attribute1 "attr35213") ) +(myObject (attribute1 "attr35214") ) +(myObject (attribute1 "attr35215") ) +(myObject (attribute1 "attr35216") ) +(myObject (attribute1 "attr35217") ) +(myObject (attribute1 "attr35218") ) +(myObject (attribute1 "attr35219") ) +(myObject (attribute1 "attr35220") ) +(myObject (attribute1 "attr35221") ) +(myObject (attribute1 "attr35222") ) +(myObject (attribute1 "attr35223") ) +(myObject (attribute1 "attr35224") ) +(myObject (attribute1 "attr35225") ) +(myObject (attribute1 "attr35226") ) +(myObject (attribute1 "attr35227") ) +(myObject (attribute1 "attr35228") ) +(myObject (attribute1 "attr35229") ) +(myObject (attribute1 "attr35230") ) +(myObject (attribute1 "attr35231") ) +(myObject (attribute1 "attr35232") ) +(myObject (attribute1 "attr35233") ) +(myObject (attribute1 "attr35234") ) +(myObject (attribute1 "attr35235") ) +(myObject (attribute1 "attr35236") ) +(myObject (attribute1 "attr35237") ) +(myObject (attribute1 "attr35238") ) +(myObject (attribute1 "attr35239") ) +(myObject (attribute1 "attr35240") ) +(myObject (attribute1 "attr35241") ) +(myObject (attribute1 "attr35242") ) +(myObject (attribute1 "attr35243") ) +(myObject (attribute1 "attr35244") ) +(myObject (attribute1 "attr35245") ) +(myObject (attribute1 "attr35246") ) +(myObject (attribute1 "attr35247") ) +(myObject (attribute1 "attr35248") ) +(myObject (attribute1 "attr35249") ) +(myObject (attribute1 "attr35250") ) +(myObject (attribute1 "attr35251") ) +(myObject (attribute1 "attr35252") ) +(myObject (attribute1 "attr35253") ) +(myObject (attribute1 "attr35254") ) +(myObject (attribute1 "attr35255") ) +(myObject (attribute1 "attr35256") ) +(myObject (attribute1 "attr35257") ) +(myObject (attribute1 "attr35258") ) +(myObject (attribute1 "attr35259") ) +(myObject (attribute1 "attr35260") ) +(myObject (attribute1 "attr35261") ) +(myObject (attribute1 "attr35262") ) +(myObject (attribute1 "attr35263") ) +(myObject (attribute1 "attr35264") ) +(myObject (attribute1 "attr35265") ) +(myObject (attribute1 "attr35266") ) +(myObject (attribute1 "attr35267") ) +(myObject (attribute1 "attr35268") ) +(myObject (attribute1 "attr35269") ) +(myObject (attribute1 "attr35270") ) +(myObject (attribute1 "attr35271") ) +(myObject (attribute1 "attr35272") ) +(myObject (attribute1 "attr35273") ) +(myObject (attribute1 "attr35274") ) +(myObject (attribute1 "attr35275") ) +(myObject (attribute1 "attr35276") ) +(myObject (attribute1 "attr35277") ) +(myObject (attribute1 "attr35278") ) +(myObject (attribute1 "attr35279") ) +(myObject (attribute1 "attr35280") ) +(myObject (attribute1 "attr35281") ) +(myObject (attribute1 "attr35282") ) +(myObject (attribute1 "attr35283") ) +(myObject (attribute1 "attr35284") ) +(myObject (attribute1 "attr35285") ) +(myObject (attribute1 "attr35286") ) +(myObject (attribute1 "attr35287") ) +(myObject (attribute1 "attr35288") ) +(myObject (attribute1 "attr35289") ) +(myObject (attribute1 "attr35290") ) +(myObject (attribute1 "attr35291") ) +(myObject (attribute1 "attr35292") ) +(myObject (attribute1 "attr35293") ) +(myObject (attribute1 "attr35294") ) +(myObject (attribute1 "attr35295") ) +(myObject (attribute1 "attr35296") ) +(myObject (attribute1 "attr35297") ) +(myObject (attribute1 "attr35298") ) +(myObject (attribute1 "attr35299") ) +(myObject (attribute1 "attr35300") ) +(myObject (attribute1 "attr35301") ) +(myObject (attribute1 "attr35302") ) +(myObject (attribute1 "attr35303") ) +(myObject (attribute1 "attr35304") ) +(myObject (attribute1 "attr35305") ) +(myObject (attribute1 "attr35306") ) +(myObject (attribute1 "attr35307") ) +(myObject (attribute1 "attr35308") ) +(myObject (attribute1 "attr35309") ) +(myObject (attribute1 "attr35310") ) +(myObject (attribute1 "attr35311") ) +(myObject (attribute1 "attr35312") ) +(myObject (attribute1 "attr35313") ) +(myObject (attribute1 "attr35314") ) +(myObject (attribute1 "attr35315") ) +(myObject (attribute1 "attr35316") ) +(myObject (attribute1 "attr35317") ) +(myObject (attribute1 "attr35318") ) +(myObject (attribute1 "attr35319") ) +(myObject (attribute1 "attr35320") ) +(myObject (attribute1 "attr35321") ) +(myObject (attribute1 "attr35322") ) +(myObject (attribute1 "attr35323") ) +(myObject (attribute1 "attr35324") ) +(myObject (attribute1 "attr35325") ) +(myObject (attribute1 "attr35326") ) +(myObject (attribute1 "attr35327") ) +(myObject (attribute1 "attr35328") ) +(myObject (attribute1 "attr35329") ) +(myObject (attribute1 "attr35330") ) +(myObject (attribute1 "attr35331") ) +(myObject (attribute1 "attr35332") ) +(myObject (attribute1 "attr35333") ) +(myObject (attribute1 "attr35334") ) +(myObject (attribute1 "attr35335") ) +(myObject (attribute1 "attr35336") ) +(myObject (attribute1 "attr35337") ) +(myObject (attribute1 "attr35338") ) +(myObject (attribute1 "attr35339") ) +(myObject (attribute1 "attr35340") ) +(myObject (attribute1 "attr35341") ) +(myObject (attribute1 "attr35342") ) +(myObject (attribute1 "attr35343") ) +(myObject (attribute1 "attr35344") ) +(myObject (attribute1 "attr35345") ) +(myObject (attribute1 "attr35346") ) +(myObject (attribute1 "attr35347") ) +(myObject (attribute1 "attr35348") ) +(myObject (attribute1 "attr35349") ) +(myObject (attribute1 "attr35350") ) +(myObject (attribute1 "attr35351") ) +(myObject (attribute1 "attr35352") ) +(myObject (attribute1 "attr35353") ) +(myObject (attribute1 "attr35354") ) +(myObject (attribute1 "attr35355") ) +(myObject (attribute1 "attr35356") ) +(myObject (attribute1 "attr35357") ) +(myObject (attribute1 "attr35358") ) +(myObject (attribute1 "attr35359") ) +(myObject (attribute1 "attr35360") ) +(myObject (attribute1 "attr35361") ) +(myObject (attribute1 "attr35362") ) +(myObject (attribute1 "attr35363") ) +(myObject (attribute1 "attr35364") ) +(myObject (attribute1 "attr35365") ) +(myObject (attribute1 "attr35366") ) +(myObject (attribute1 "attr35367") ) +(myObject (attribute1 "attr35368") ) +(myObject (attribute1 "attr35369") ) +(myObject (attribute1 "attr35370") ) +(myObject (attribute1 "attr35371") ) +(myObject (attribute1 "attr35372") ) +(myObject (attribute1 "attr35373") ) +(myObject (attribute1 "attr35374") ) +(myObject (attribute1 "attr35375") ) +(myObject (attribute1 "attr35376") ) +(myObject (attribute1 "attr35377") ) +(myObject (attribute1 "attr35378") ) +(myObject (attribute1 "attr35379") ) +(myObject (attribute1 "attr35380") ) +(myObject (attribute1 "attr35381") ) +(myObject (attribute1 "attr35382") ) +(myObject (attribute1 "attr35383") ) +(myObject (attribute1 "attr35384") ) +(myObject (attribute1 "attr35385") ) +(myObject (attribute1 "attr35386") ) +(myObject (attribute1 "attr35387") ) +(myObject (attribute1 "attr35388") ) +(myObject (attribute1 "attr35389") ) +(myObject (attribute1 "attr35390") ) +(myObject (attribute1 "attr35391") ) +(myObject (attribute1 "attr35392") ) +(myObject (attribute1 "attr35393") ) +(myObject (attribute1 "attr35394") ) +(myObject (attribute1 "attr35395") ) +(myObject (attribute1 "attr35396") ) +(myObject (attribute1 "attr35397") ) +(myObject (attribute1 "attr35398") ) +(myObject (attribute1 "attr35399") ) +(myObject (attribute1 "attr35400") ) +(myObject (attribute1 "attr35401") ) +(myObject (attribute1 "attr35402") ) +(myObject (attribute1 "attr35403") ) +(myObject (attribute1 "attr35404") ) +(myObject (attribute1 "attr35405") ) +(myObject (attribute1 "attr35406") ) +(myObject (attribute1 "attr35407") ) +(myObject (attribute1 "attr35408") ) +(myObject (attribute1 "attr35409") ) +(myObject (attribute1 "attr35410") ) +(myObject (attribute1 "attr35411") ) +(myObject (attribute1 "attr35412") ) +(myObject (attribute1 "attr35413") ) +(myObject (attribute1 "attr35414") ) +(myObject (attribute1 "attr35415") ) +(myObject (attribute1 "attr35416") ) +(myObject (attribute1 "attr35417") ) +(myObject (attribute1 "attr35418") ) +(myObject (attribute1 "attr35419") ) +(myObject (attribute1 "attr35420") ) +(myObject (attribute1 "attr35421") ) +(myObject (attribute1 "attr35422") ) +(myObject (attribute1 "attr35423") ) +(myObject (attribute1 "attr35424") ) +(myObject (attribute1 "attr35425") ) +(myObject (attribute1 "attr35426") ) +(myObject (attribute1 "attr35427") ) +(myObject (attribute1 "attr35428") ) +(myObject (attribute1 "attr35429") ) +(myObject (attribute1 "attr35430") ) +(myObject (attribute1 "attr35431") ) +(myObject (attribute1 "attr35432") ) +(myObject (attribute1 "attr35433") ) +(myObject (attribute1 "attr35434") ) +(myObject (attribute1 "attr35435") ) +(myObject (attribute1 "attr35436") ) +(myObject (attribute1 "attr35437") ) +(myObject (attribute1 "attr35438") ) +(myObject (attribute1 "attr35439") ) +(myObject (attribute1 "attr35440") ) +(myObject (attribute1 "attr35441") ) +(myObject (attribute1 "attr35442") ) +(myObject (attribute1 "attr35443") ) +(myObject (attribute1 "attr35444") ) +(myObject (attribute1 "attr35445") ) +(myObject (attribute1 "attr35446") ) +(myObject (attribute1 "attr35447") ) +(myObject (attribute1 "attr35448") ) +(myObject (attribute1 "attr35449") ) +(myObject (attribute1 "attr35450") ) +(myObject (attribute1 "attr35451") ) +(myObject (attribute1 "attr35452") ) +(myObject (attribute1 "attr35453") ) +(myObject (attribute1 "attr35454") ) +(myObject (attribute1 "attr35455") ) +(myObject (attribute1 "attr35456") ) +(myObject (attribute1 "attr35457") ) +(myObject (attribute1 "attr35458") ) +(myObject (attribute1 "attr35459") ) +(myObject (attribute1 "attr35460") ) +(myObject (attribute1 "attr35461") ) +(myObject (attribute1 "attr35462") ) +(myObject (attribute1 "attr35463") ) +(myObject (attribute1 "attr35464") ) +(myObject (attribute1 "attr35465") ) +(myObject (attribute1 "attr35466") ) +(myObject (attribute1 "attr35467") ) +(myObject (attribute1 "attr35468") ) +(myObject (attribute1 "attr35469") ) +(myObject (attribute1 "attr35470") ) +(myObject (attribute1 "attr35471") ) +(myObject (attribute1 "attr35472") ) +(myObject (attribute1 "attr35473") ) +(myObject (attribute1 "attr35474") ) +(myObject (attribute1 "attr35475") ) +(myObject (attribute1 "attr35476") ) +(myObject (attribute1 "attr35477") ) +(myObject (attribute1 "attr35478") ) +(myObject (attribute1 "attr35479") ) +(myObject (attribute1 "attr35480") ) +(myObject (attribute1 "attr35481") ) +(myObject (attribute1 "attr35482") ) +(myObject (attribute1 "attr35483") ) +(myObject (attribute1 "attr35484") ) +(myObject (attribute1 "attr35485") ) +(myObject (attribute1 "attr35486") ) +(myObject (attribute1 "attr35487") ) +(myObject (attribute1 "attr35488") ) +(myObject (attribute1 "attr35489") ) +(myObject (attribute1 "attr35490") ) +(myObject (attribute1 "attr35491") ) +(myObject (attribute1 "attr35492") ) +(myObject (attribute1 "attr35493") ) +(myObject (attribute1 "attr35494") ) +(myObject (attribute1 "attr35495") ) +(myObject (attribute1 "attr35496") ) +(myObject (attribute1 "attr35497") ) +(myObject (attribute1 "attr35498") ) +(myObject (attribute1 "attr35499") ) +(myObject (attribute1 "attr35500") ) +(myObject (attribute1 "attr35501") ) +(myObject (attribute1 "attr35502") ) +(myObject (attribute1 "attr35503") ) +(myObject (attribute1 "attr35504") ) +(myObject (attribute1 "attr35505") ) +(myObject (attribute1 "attr35506") ) +(myObject (attribute1 "attr35507") ) +(myObject (attribute1 "attr35508") ) +(myObject (attribute1 "attr35509") ) +(myObject (attribute1 "attr35510") ) +(myObject (attribute1 "attr35511") ) +(myObject (attribute1 "attr35512") ) +(myObject (attribute1 "attr35513") ) +(myObject (attribute1 "attr35514") ) +(myObject (attribute1 "attr35515") ) +(myObject (attribute1 "attr35516") ) +(myObject (attribute1 "attr35517") ) +(myObject (attribute1 "attr35518") ) +(myObject (attribute1 "attr35519") ) +(myObject (attribute1 "attr35520") ) +(myObject (attribute1 "attr35521") ) +(myObject (attribute1 "attr35522") ) +(myObject (attribute1 "attr35523") ) +(myObject (attribute1 "attr35524") ) +(myObject (attribute1 "attr35525") ) +(myObject (attribute1 "attr35526") ) +(myObject (attribute1 "attr35527") ) +(myObject (attribute1 "attr35528") ) +(myObject (attribute1 "attr35529") ) +(myObject (attribute1 "attr35530") ) +(myObject (attribute1 "attr35531") ) +(myObject (attribute1 "attr35532") ) +(myObject (attribute1 "attr35533") ) +(myObject (attribute1 "attr35534") ) +(myObject (attribute1 "attr35535") ) +(myObject (attribute1 "attr35536") ) +(myObject (attribute1 "attr35537") ) +(myObject (attribute1 "attr35538") ) +(myObject (attribute1 "attr35539") ) +(myObject (attribute1 "attr35540") ) +(myObject (attribute1 "attr35541") ) +(myObject (attribute1 "attr35542") ) +(myObject (attribute1 "attr35543") ) +(myObject (attribute1 "attr35544") ) +(myObject (attribute1 "attr35545") ) +(myObject (attribute1 "attr35546") ) +(myObject (attribute1 "attr35547") ) +(myObject (attribute1 "attr35548") ) +(myObject (attribute1 "attr35549") ) +(myObject (attribute1 "attr35550") ) +(myObject (attribute1 "attr35551") ) +(myObject (attribute1 "attr35552") ) +(myObject (attribute1 "attr35553") ) +(myObject (attribute1 "attr35554") ) +(myObject (attribute1 "attr35555") ) +(myObject (attribute1 "attr35556") ) +(myObject (attribute1 "attr35557") ) +(myObject (attribute1 "attr35558") ) +(myObject (attribute1 "attr35559") ) +(myObject (attribute1 "attr35560") ) +(myObject (attribute1 "attr35561") ) +(myObject (attribute1 "attr35562") ) +(myObject (attribute1 "attr35563") ) +(myObject (attribute1 "attr35564") ) +(myObject (attribute1 "attr35565") ) +(myObject (attribute1 "attr35566") ) +(myObject (attribute1 "attr35567") ) +(myObject (attribute1 "attr35568") ) +(myObject (attribute1 "attr35569") ) +(myObject (attribute1 "attr35570") ) +(myObject (attribute1 "attr35571") ) +(myObject (attribute1 "attr35572") ) +(myObject (attribute1 "attr35573") ) +(myObject (attribute1 "attr35574") ) +(myObject (attribute1 "attr35575") ) +(myObject (attribute1 "attr35576") ) +(myObject (attribute1 "attr35577") ) +(myObject (attribute1 "attr35578") ) +(myObject (attribute1 "attr35579") ) +(myObject (attribute1 "attr35580") ) +(myObject (attribute1 "attr35581") ) +(myObject (attribute1 "attr35582") ) +(myObject (attribute1 "attr35583") ) +(myObject (attribute1 "attr35584") ) +(myObject (attribute1 "attr35585") ) +(myObject (attribute1 "attr35586") ) +(myObject (attribute1 "attr35587") ) +(myObject (attribute1 "attr35588") ) +(myObject (attribute1 "attr35589") ) +(myObject (attribute1 "attr35590") ) +(myObject (attribute1 "attr35591") ) +(myObject (attribute1 "attr35592") ) +(myObject (attribute1 "attr35593") ) +(myObject (attribute1 "attr35594") ) +(myObject (attribute1 "attr35595") ) +(myObject (attribute1 "attr35596") ) +(myObject (attribute1 "attr35597") ) +(myObject (attribute1 "attr35598") ) +(myObject (attribute1 "attr35599") ) +(myObject (attribute1 "attr35600") ) +(myObject (attribute1 "attr35601") ) +(myObject (attribute1 "attr35602") ) +(myObject (attribute1 "attr35603") ) +(myObject (attribute1 "attr35604") ) +(myObject (attribute1 "attr35605") ) +(myObject (attribute1 "attr35606") ) +(myObject (attribute1 "attr35607") ) +(myObject (attribute1 "attr35608") ) +(myObject (attribute1 "attr35609") ) +(myObject (attribute1 "attr35610") ) +(myObject (attribute1 "attr35611") ) +(myObject (attribute1 "attr35612") ) +(myObject (attribute1 "attr35613") ) +(myObject (attribute1 "attr35614") ) +(myObject (attribute1 "attr35615") ) +(myObject (attribute1 "attr35616") ) +(myObject (attribute1 "attr35617") ) +(myObject (attribute1 "attr35618") ) +(myObject (attribute1 "attr35619") ) +(myObject (attribute1 "attr35620") ) +(myObject (attribute1 "attr35621") ) +(myObject (attribute1 "attr35622") ) +(myObject (attribute1 "attr35623") ) +(myObject (attribute1 "attr35624") ) +(myObject (attribute1 "attr35625") ) +(myObject (attribute1 "attr35626") ) +(myObject (attribute1 "attr35627") ) +(myObject (attribute1 "attr35628") ) +(myObject (attribute1 "attr35629") ) +(myObject (attribute1 "attr35630") ) +(myObject (attribute1 "attr35631") ) +(myObject (attribute1 "attr35632") ) +(myObject (attribute1 "attr35633") ) +(myObject (attribute1 "attr35634") ) +(myObject (attribute1 "attr35635") ) +(myObject (attribute1 "attr35636") ) +(myObject (attribute1 "attr35637") ) +(myObject (attribute1 "attr35638") ) +(myObject (attribute1 "attr35639") ) +(myObject (attribute1 "attr35640") ) +(myObject (attribute1 "attr35641") ) +(myObject (attribute1 "attr35642") ) +(myObject (attribute1 "attr35643") ) +(myObject (attribute1 "attr35644") ) +(myObject (attribute1 "attr35645") ) +(myObject (attribute1 "attr35646") ) +(myObject (attribute1 "attr35647") ) +(myObject (attribute1 "attr35648") ) +(myObject (attribute1 "attr35649") ) +(myObject (attribute1 "attr35650") ) +(myObject (attribute1 "attr35651") ) +(myObject (attribute1 "attr35652") ) +(myObject (attribute1 "attr35653") ) +(myObject (attribute1 "attr35654") ) +(myObject (attribute1 "attr35655") ) +(myObject (attribute1 "attr35656") ) +(myObject (attribute1 "attr35657") ) +(myObject (attribute1 "attr35658") ) +(myObject (attribute1 "attr35659") ) +(myObject (attribute1 "attr35660") ) +(myObject (attribute1 "attr35661") ) +(myObject (attribute1 "attr35662") ) +(myObject (attribute1 "attr35663") ) +(myObject (attribute1 "attr35664") ) +(myObject (attribute1 "attr35665") ) +(myObject (attribute1 "attr35666") ) +(myObject (attribute1 "attr35667") ) +(myObject (attribute1 "attr35668") ) +(myObject (attribute1 "attr35669") ) +(myObject (attribute1 "attr35670") ) +(myObject (attribute1 "attr35671") ) +(myObject (attribute1 "attr35672") ) +(myObject (attribute1 "attr35673") ) +(myObject (attribute1 "attr35674") ) +(myObject (attribute1 "attr35675") ) +(myObject (attribute1 "attr35676") ) +(myObject (attribute1 "attr35677") ) +(myObject (attribute1 "attr35678") ) +(myObject (attribute1 "attr35679") ) +(myObject (attribute1 "attr35680") ) +(myObject (attribute1 "attr35681") ) +(myObject (attribute1 "attr35682") ) +(myObject (attribute1 "attr35683") ) +(myObject (attribute1 "attr35684") ) +(myObject (attribute1 "attr35685") ) +(myObject (attribute1 "attr35686") ) +(myObject (attribute1 "attr35687") ) +(myObject (attribute1 "attr35688") ) +(myObject (attribute1 "attr35689") ) +(myObject (attribute1 "attr35690") ) +(myObject (attribute1 "attr35691") ) +(myObject (attribute1 "attr35692") ) +(myObject (attribute1 "attr35693") ) +(myObject (attribute1 "attr35694") ) +(myObject (attribute1 "attr35695") ) +(myObject (attribute1 "attr35696") ) +(myObject (attribute1 "attr35697") ) +(myObject (attribute1 "attr35698") ) +(myObject (attribute1 "attr35699") ) +(myObject (attribute1 "attr35700") ) +(myObject (attribute1 "attr35701") ) +(myObject (attribute1 "attr35702") ) +(myObject (attribute1 "attr35703") ) +(myObject (attribute1 "attr35704") ) +(myObject (attribute1 "attr35705") ) +(myObject (attribute1 "attr35706") ) +(myObject (attribute1 "attr35707") ) +(myObject (attribute1 "attr35708") ) +(myObject (attribute1 "attr35709") ) +(myObject (attribute1 "attr35710") ) +(myObject (attribute1 "attr35711") ) +(myObject (attribute1 "attr35712") ) +(myObject (attribute1 "attr35713") ) +(myObject (attribute1 "attr35714") ) +(myObject (attribute1 "attr35715") ) +(myObject (attribute1 "attr35716") ) +(myObject (attribute1 "attr35717") ) +(myObject (attribute1 "attr35718") ) +(myObject (attribute1 "attr35719") ) +(myObject (attribute1 "attr35720") ) +(myObject (attribute1 "attr35721") ) +(myObject (attribute1 "attr35722") ) +(myObject (attribute1 "attr35723") ) +(myObject (attribute1 "attr35724") ) +(myObject (attribute1 "attr35725") ) +(myObject (attribute1 "attr35726") ) +(myObject (attribute1 "attr35727") ) +(myObject (attribute1 "attr35728") ) +(myObject (attribute1 "attr35729") ) +(myObject (attribute1 "attr35730") ) +(myObject (attribute1 "attr35731") ) +(myObject (attribute1 "attr35732") ) +(myObject (attribute1 "attr35733") ) +(myObject (attribute1 "attr35734") ) +(myObject (attribute1 "attr35735") ) +(myObject (attribute1 "attr35736") ) +(myObject (attribute1 "attr35737") ) +(myObject (attribute1 "attr35738") ) +(myObject (attribute1 "attr35739") ) +(myObject (attribute1 "attr35740") ) +(myObject (attribute1 "attr35741") ) +(myObject (attribute1 "attr35742") ) +(myObject (attribute1 "attr35743") ) +(myObject (attribute1 "attr35744") ) +(myObject (attribute1 "attr35745") ) +(myObject (attribute1 "attr35746") ) +(myObject (attribute1 "attr35747") ) +(myObject (attribute1 "attr35748") ) +(myObject (attribute1 "attr35749") ) +(myObject (attribute1 "attr35750") ) +(myObject (attribute1 "attr35751") ) +(myObject (attribute1 "attr35752") ) +(myObject (attribute1 "attr35753") ) +(myObject (attribute1 "attr35754") ) +(myObject (attribute1 "attr35755") ) +(myObject (attribute1 "attr35756") ) +(myObject (attribute1 "attr35757") ) +(myObject (attribute1 "attr35758") ) +(myObject (attribute1 "attr35759") ) +(myObject (attribute1 "attr35760") ) +(myObject (attribute1 "attr35761") ) +(myObject (attribute1 "attr35762") ) +(myObject (attribute1 "attr35763") ) +(myObject (attribute1 "attr35764") ) +(myObject (attribute1 "attr35765") ) +(myObject (attribute1 "attr35766") ) +(myObject (attribute1 "attr35767") ) +(myObject (attribute1 "attr35768") ) +(myObject (attribute1 "attr35769") ) +(myObject (attribute1 "attr35770") ) +(myObject (attribute1 "attr35771") ) +(myObject (attribute1 "attr35772") ) +(myObject (attribute1 "attr35773") ) +(myObject (attribute1 "attr35774") ) +(myObject (attribute1 "attr35775") ) +(myObject (attribute1 "attr35776") ) +(myObject (attribute1 "attr35777") ) +(myObject (attribute1 "attr35778") ) +(myObject (attribute1 "attr35779") ) +(myObject (attribute1 "attr35780") ) +(myObject (attribute1 "attr35781") ) +(myObject (attribute1 "attr35782") ) +(myObject (attribute1 "attr35783") ) +(myObject (attribute1 "attr35784") ) +(myObject (attribute1 "attr35785") ) +(myObject (attribute1 "attr35786") ) +(myObject (attribute1 "attr35787") ) +(myObject (attribute1 "attr35788") ) +(myObject (attribute1 "attr35789") ) +(myObject (attribute1 "attr35790") ) +(myObject (attribute1 "attr35791") ) +(myObject (attribute1 "attr35792") ) +(myObject (attribute1 "attr35793") ) +(myObject (attribute1 "attr35794") ) +(myObject (attribute1 "attr35795") ) +(myObject (attribute1 "attr35796") ) +(myObject (attribute1 "attr35797") ) +(myObject (attribute1 "attr35798") ) +(myObject (attribute1 "attr35799") ) +(myObject (attribute1 "attr35800") ) +(myObject (attribute1 "attr35801") ) +(myObject (attribute1 "attr35802") ) +(myObject (attribute1 "attr35803") ) +(myObject (attribute1 "attr35804") ) +(myObject (attribute1 "attr35805") ) +(myObject (attribute1 "attr35806") ) +(myObject (attribute1 "attr35807") ) +(myObject (attribute1 "attr35808") ) +(myObject (attribute1 "attr35809") ) +(myObject (attribute1 "attr35810") ) +(myObject (attribute1 "attr35811") ) +(myObject (attribute1 "attr35812") ) +(myObject (attribute1 "attr35813") ) +(myObject (attribute1 "attr35814") ) +(myObject (attribute1 "attr35815") ) +(myObject (attribute1 "attr35816") ) +(myObject (attribute1 "attr35817") ) +(myObject (attribute1 "attr35818") ) +(myObject (attribute1 "attr35819") ) +(myObject (attribute1 "attr35820") ) +(myObject (attribute1 "attr35821") ) +(myObject (attribute1 "attr35822") ) +(myObject (attribute1 "attr35823") ) +(myObject (attribute1 "attr35824") ) +(myObject (attribute1 "attr35825") ) +(myObject (attribute1 "attr35826") ) +(myObject (attribute1 "attr35827") ) +(myObject (attribute1 "attr35828") ) +(myObject (attribute1 "attr35829") ) +(myObject (attribute1 "attr35830") ) +(myObject (attribute1 "attr35831") ) +(myObject (attribute1 "attr35832") ) +(myObject (attribute1 "attr35833") ) +(myObject (attribute1 "attr35834") ) +(myObject (attribute1 "attr35835") ) +(myObject (attribute1 "attr35836") ) +(myObject (attribute1 "attr35837") ) +(myObject (attribute1 "attr35838") ) +(myObject (attribute1 "attr35839") ) +(myObject (attribute1 "attr35840") ) +(myObject (attribute1 "attr35841") ) +(myObject (attribute1 "attr35842") ) +(myObject (attribute1 "attr35843") ) +(myObject (attribute1 "attr35844") ) +(myObject (attribute1 "attr35845") ) +(myObject (attribute1 "attr35846") ) +(myObject (attribute1 "attr35847") ) +(myObject (attribute1 "attr35848") ) +(myObject (attribute1 "attr35849") ) +(myObject (attribute1 "attr35850") ) +(myObject (attribute1 "attr35851") ) +(myObject (attribute1 "attr35852") ) +(myObject (attribute1 "attr35853") ) +(myObject (attribute1 "attr35854") ) +(myObject (attribute1 "attr35855") ) +(myObject (attribute1 "attr35856") ) +(myObject (attribute1 "attr35857") ) +(myObject (attribute1 "attr35858") ) +(myObject (attribute1 "attr35859") ) +(myObject (attribute1 "attr35860") ) +(myObject (attribute1 "attr35861") ) +(myObject (attribute1 "attr35862") ) +(myObject (attribute1 "attr35863") ) +(myObject (attribute1 "attr35864") ) +(myObject (attribute1 "attr35865") ) +(myObject (attribute1 "attr35866") ) +(myObject (attribute1 "attr35867") ) +(myObject (attribute1 "attr35868") ) +(myObject (attribute1 "attr35869") ) +(myObject (attribute1 "attr35870") ) +(myObject (attribute1 "attr35871") ) +(myObject (attribute1 "attr35872") ) +(myObject (attribute1 "attr35873") ) +(myObject (attribute1 "attr35874") ) +(myObject (attribute1 "attr35875") ) +(myObject (attribute1 "attr35876") ) +(myObject (attribute1 "attr35877") ) +(myObject (attribute1 "attr35878") ) +(myObject (attribute1 "attr35879") ) +(myObject (attribute1 "attr35880") ) +(myObject (attribute1 "attr35881") ) +(myObject (attribute1 "attr35882") ) +(myObject (attribute1 "attr35883") ) +(myObject (attribute1 "attr35884") ) +(myObject (attribute1 "attr35885") ) +(myObject (attribute1 "attr35886") ) +(myObject (attribute1 "attr35887") ) +(myObject (attribute1 "attr35888") ) +(myObject (attribute1 "attr35889") ) +(myObject (attribute1 "attr35890") ) +(myObject (attribute1 "attr35891") ) +(myObject (attribute1 "attr35892") ) +(myObject (attribute1 "attr35893") ) +(myObject (attribute1 "attr35894") ) +(myObject (attribute1 "attr35895") ) +(myObject (attribute1 "attr35896") ) +(myObject (attribute1 "attr35897") ) +(myObject (attribute1 "attr35898") ) +(myObject (attribute1 "attr35899") ) +(myObject (attribute1 "attr35900") ) +(myObject (attribute1 "attr35901") ) +(myObject (attribute1 "attr35902") ) +(myObject (attribute1 "attr35903") ) +(myObject (attribute1 "attr35904") ) +(myObject (attribute1 "attr35905") ) +(myObject (attribute1 "attr35906") ) +(myObject (attribute1 "attr35907") ) +(myObject (attribute1 "attr35908") ) +(myObject (attribute1 "attr35909") ) +(myObject (attribute1 "attr35910") ) +(myObject (attribute1 "attr35911") ) +(myObject (attribute1 "attr35912") ) +(myObject (attribute1 "attr35913") ) +(myObject (attribute1 "attr35914") ) +(myObject (attribute1 "attr35915") ) +(myObject (attribute1 "attr35916") ) +(myObject (attribute1 "attr35917") ) +(myObject (attribute1 "attr35918") ) +(myObject (attribute1 "attr35919") ) +(myObject (attribute1 "attr35920") ) +(myObject (attribute1 "attr35921") ) +(myObject (attribute1 "attr35922") ) +(myObject (attribute1 "attr35923") ) +(myObject (attribute1 "attr35924") ) +(myObject (attribute1 "attr35925") ) +(myObject (attribute1 "attr35926") ) +(myObject (attribute1 "attr35927") ) +(myObject (attribute1 "attr35928") ) +(myObject (attribute1 "attr35929") ) +(myObject (attribute1 "attr35930") ) +(myObject (attribute1 "attr35931") ) +(myObject (attribute1 "attr35932") ) +(myObject (attribute1 "attr35933") ) +(myObject (attribute1 "attr35934") ) +(myObject (attribute1 "attr35935") ) +(myObject (attribute1 "attr35936") ) +(myObject (attribute1 "attr35937") ) +(myObject (attribute1 "attr35938") ) +(myObject (attribute1 "attr35939") ) +(myObject (attribute1 "attr35940") ) +(myObject (attribute1 "attr35941") ) +(myObject (attribute1 "attr35942") ) +(myObject (attribute1 "attr35943") ) +(myObject (attribute1 "attr35944") ) +(myObject (attribute1 "attr35945") ) +(myObject (attribute1 "attr35946") ) +(myObject (attribute1 "attr35947") ) +(myObject (attribute1 "attr35948") ) +(myObject (attribute1 "attr35949") ) +(myObject (attribute1 "attr35950") ) +(myObject (attribute1 "attr35951") ) +(myObject (attribute1 "attr35952") ) +(myObject (attribute1 "attr35953") ) +(myObject (attribute1 "attr35954") ) +(myObject (attribute1 "attr35955") ) +(myObject (attribute1 "attr35956") ) +(myObject (attribute1 "attr35957") ) +(myObject (attribute1 "attr35958") ) +(myObject (attribute1 "attr35959") ) +(myObject (attribute1 "attr35960") ) +(myObject (attribute1 "attr35961") ) +(myObject (attribute1 "attr35962") ) +(myObject (attribute1 "attr35963") ) +(myObject (attribute1 "attr35964") ) +(myObject (attribute1 "attr35965") ) +(myObject (attribute1 "attr35966") ) +(myObject (attribute1 "attr35967") ) +(myObject (attribute1 "attr35968") ) +(myObject (attribute1 "attr35969") ) +(myObject (attribute1 "attr35970") ) +(myObject (attribute1 "attr35971") ) +(myObject (attribute1 "attr35972") ) +(myObject (attribute1 "attr35973") ) +(myObject (attribute1 "attr35974") ) +(myObject (attribute1 "attr35975") ) +(myObject (attribute1 "attr35976") ) +(myObject (attribute1 "attr35977") ) +(myObject (attribute1 "attr35978") ) +(myObject (attribute1 "attr35979") ) +(myObject (attribute1 "attr35980") ) +(myObject (attribute1 "attr35981") ) +(myObject (attribute1 "attr35982") ) +(myObject (attribute1 "attr35983") ) +(myObject (attribute1 "attr35984") ) +(myObject (attribute1 "attr35985") ) +(myObject (attribute1 "attr35986") ) +(myObject (attribute1 "attr35987") ) +(myObject (attribute1 "attr35988") ) +(myObject (attribute1 "attr35989") ) +(myObject (attribute1 "attr35990") ) +(myObject (attribute1 "attr35991") ) +(myObject (attribute1 "attr35992") ) +(myObject (attribute1 "attr35993") ) +(myObject (attribute1 "attr35994") ) +(myObject (attribute1 "attr35995") ) +(myObject (attribute1 "attr35996") ) +(myObject (attribute1 "attr35997") ) +(myObject (attribute1 "attr35998") ) +(myObject (attribute1 "attr35999") ) +(myObject (attribute1 "attr36000") ) +(myObject (attribute1 "attr36001") ) +(myObject (attribute1 "attr36002") ) +(myObject (attribute1 "attr36003") ) +(myObject (attribute1 "attr36004") ) +(myObject (attribute1 "attr36005") ) +(myObject (attribute1 "attr36006") ) +(myObject (attribute1 "attr36007") ) +(myObject (attribute1 "attr36008") ) +(myObject (attribute1 "attr36009") ) +(myObject (attribute1 "attr36010") ) +(myObject (attribute1 "attr36011") ) +(myObject (attribute1 "attr36012") ) +(myObject (attribute1 "attr36013") ) +(myObject (attribute1 "attr36014") ) +(myObject (attribute1 "attr36015") ) +(myObject (attribute1 "attr36016") ) +(myObject (attribute1 "attr36017") ) +(myObject (attribute1 "attr36018") ) +(myObject (attribute1 "attr36019") ) +(myObject (attribute1 "attr36020") ) +(myObject (attribute1 "attr36021") ) +(myObject (attribute1 "attr36022") ) +(myObject (attribute1 "attr36023") ) +(myObject (attribute1 "attr36024") ) +(myObject (attribute1 "attr36025") ) +(myObject (attribute1 "attr36026") ) +(myObject (attribute1 "attr36027") ) +(myObject (attribute1 "attr36028") ) +(myObject (attribute1 "attr36029") ) +(myObject (attribute1 "attr36030") ) +(myObject (attribute1 "attr36031") ) +(myObject (attribute1 "attr36032") ) +(myObject (attribute1 "attr36033") ) +(myObject (attribute1 "attr36034") ) +(myObject (attribute1 "attr36035") ) +(myObject (attribute1 "attr36036") ) +(myObject (attribute1 "attr36037") ) +(myObject (attribute1 "attr36038") ) +(myObject (attribute1 "attr36039") ) +(myObject (attribute1 "attr36040") ) +(myObject (attribute1 "attr36041") ) +(myObject (attribute1 "attr36042") ) +(myObject (attribute1 "attr36043") ) +(myObject (attribute1 "attr36044") ) +(myObject (attribute1 "attr36045") ) +(myObject (attribute1 "attr36046") ) +(myObject (attribute1 "attr36047") ) +(myObject (attribute1 "attr36048") ) +(myObject (attribute1 "attr36049") ) +(myObject (attribute1 "attr36050") ) +(myObject (attribute1 "attr36051") ) +(myObject (attribute1 "attr36052") ) +(myObject (attribute1 "attr36053") ) +(myObject (attribute1 "attr36054") ) +(myObject (attribute1 "attr36055") ) +(myObject (attribute1 "attr36056") ) +(myObject (attribute1 "attr36057") ) +(myObject (attribute1 "attr36058") ) +(myObject (attribute1 "attr36059") ) +(myObject (attribute1 "attr36060") ) +(myObject (attribute1 "attr36061") ) +(myObject (attribute1 "attr36062") ) +(myObject (attribute1 "attr36063") ) +(myObject (attribute1 "attr36064") ) +(myObject (attribute1 "attr36065") ) +(myObject (attribute1 "attr36066") ) +(myObject (attribute1 "attr36067") ) +(myObject (attribute1 "attr36068") ) +(myObject (attribute1 "attr36069") ) +(myObject (attribute1 "attr36070") ) +(myObject (attribute1 "attr36071") ) +(myObject (attribute1 "attr36072") ) +(myObject (attribute1 "attr36073") ) +(myObject (attribute1 "attr36074") ) +(myObject (attribute1 "attr36075") ) +(myObject (attribute1 "attr36076") ) +(myObject (attribute1 "attr36077") ) +(myObject (attribute1 "attr36078") ) +(myObject (attribute1 "attr36079") ) +(myObject (attribute1 "attr36080") ) +(myObject (attribute1 "attr36081") ) +(myObject (attribute1 "attr36082") ) +(myObject (attribute1 "attr36083") ) +(myObject (attribute1 "attr36084") ) +(myObject (attribute1 "attr36085") ) +(myObject (attribute1 "attr36086") ) +(myObject (attribute1 "attr36087") ) +(myObject (attribute1 "attr36088") ) +(myObject (attribute1 "attr36089") ) +(myObject (attribute1 "attr36090") ) +(myObject (attribute1 "attr36091") ) +(myObject (attribute1 "attr36092") ) +(myObject (attribute1 "attr36093") ) +(myObject (attribute1 "attr36094") ) +(myObject (attribute1 "attr36095") ) +(myObject (attribute1 "attr36096") ) +(myObject (attribute1 "attr36097") ) +(myObject (attribute1 "attr36098") ) +(myObject (attribute1 "attr36099") ) +(myObject (attribute1 "attr36100") ) +(myObject (attribute1 "attr36101") ) +(myObject (attribute1 "attr36102") ) +(myObject (attribute1 "attr36103") ) +(myObject (attribute1 "attr36104") ) +(myObject (attribute1 "attr36105") ) +(myObject (attribute1 "attr36106") ) +(myObject (attribute1 "attr36107") ) +(myObject (attribute1 "attr36108") ) +(myObject (attribute1 "attr36109") ) +(myObject (attribute1 "attr36110") ) +(myObject (attribute1 "attr36111") ) +(myObject (attribute1 "attr36112") ) +(myObject (attribute1 "attr36113") ) +(myObject (attribute1 "attr36114") ) +(myObject (attribute1 "attr36115") ) +(myObject (attribute1 "attr36116") ) +(myObject (attribute1 "attr36117") ) +(myObject (attribute1 "attr36118") ) +(myObject (attribute1 "attr36119") ) +(myObject (attribute1 "attr36120") ) +(myObject (attribute1 "attr36121") ) +(myObject (attribute1 "attr36122") ) +(myObject (attribute1 "attr36123") ) +(myObject (attribute1 "attr36124") ) +(myObject (attribute1 "attr36125") ) +(myObject (attribute1 "attr36126") ) +(myObject (attribute1 "attr36127") ) +(myObject (attribute1 "attr36128") ) +(myObject (attribute1 "attr36129") ) +(myObject (attribute1 "attr36130") ) +(myObject (attribute1 "attr36131") ) +(myObject (attribute1 "attr36132") ) +(myObject (attribute1 "attr36133") ) +(myObject (attribute1 "attr36134") ) +(myObject (attribute1 "attr36135") ) +(myObject (attribute1 "attr36136") ) +(myObject (attribute1 "attr36137") ) +(myObject (attribute1 "attr36138") ) +(myObject (attribute1 "attr36139") ) +(myObject (attribute1 "attr36140") ) +(myObject (attribute1 "attr36141") ) +(myObject (attribute1 "attr36142") ) +(myObject (attribute1 "attr36143") ) +(myObject (attribute1 "attr36144") ) +(myObject (attribute1 "attr36145") ) +(myObject (attribute1 "attr36146") ) +(myObject (attribute1 "attr36147") ) +(myObject (attribute1 "attr36148") ) +(myObject (attribute1 "attr36149") ) +(myObject (attribute1 "attr36150") ) +(myObject (attribute1 "attr36151") ) +(myObject (attribute1 "attr36152") ) +(myObject (attribute1 "attr36153") ) +(myObject (attribute1 "attr36154") ) +(myObject (attribute1 "attr36155") ) +(myObject (attribute1 "attr36156") ) +(myObject (attribute1 "attr36157") ) +(myObject (attribute1 "attr36158") ) +(myObject (attribute1 "attr36159") ) +(myObject (attribute1 "attr36160") ) +(myObject (attribute1 "attr36161") ) +(myObject (attribute1 "attr36162") ) +(myObject (attribute1 "attr36163") ) +(myObject (attribute1 "attr36164") ) +(myObject (attribute1 "attr36165") ) +(myObject (attribute1 "attr36166") ) +(myObject (attribute1 "attr36167") ) +(myObject (attribute1 "attr36168") ) +(myObject (attribute1 "attr36169") ) +(myObject (attribute1 "attr36170") ) +(myObject (attribute1 "attr36171") ) +(myObject (attribute1 "attr36172") ) +(myObject (attribute1 "attr36173") ) +(myObject (attribute1 "attr36174") ) +(myObject (attribute1 "attr36175") ) +(myObject (attribute1 "attr36176") ) +(myObject (attribute1 "attr36177") ) +(myObject (attribute1 "attr36178") ) +(myObject (attribute1 "attr36179") ) +(myObject (attribute1 "attr36180") ) +(myObject (attribute1 "attr36181") ) +(myObject (attribute1 "attr36182") ) +(myObject (attribute1 "attr36183") ) +(myObject (attribute1 "attr36184") ) +(myObject (attribute1 "attr36185") ) +(myObject (attribute1 "attr36186") ) +(myObject (attribute1 "attr36187") ) +(myObject (attribute1 "attr36188") ) +(myObject (attribute1 "attr36189") ) +(myObject (attribute1 "attr36190") ) +(myObject (attribute1 "attr36191") ) +(myObject (attribute1 "attr36192") ) +(myObject (attribute1 "attr36193") ) +(myObject (attribute1 "attr36194") ) +(myObject (attribute1 "attr36195") ) +(myObject (attribute1 "attr36196") ) +(myObject (attribute1 "attr36197") ) +(myObject (attribute1 "attr36198") ) +(myObject (attribute1 "attr36199") ) +(myObject (attribute1 "attr36200") ) +(myObject (attribute1 "attr36201") ) +(myObject (attribute1 "attr36202") ) +(myObject (attribute1 "attr36203") ) +(myObject (attribute1 "attr36204") ) +(myObject (attribute1 "attr36205") ) +(myObject (attribute1 "attr36206") ) +(myObject (attribute1 "attr36207") ) +(myObject (attribute1 "attr36208") ) +(myObject (attribute1 "attr36209") ) +(myObject (attribute1 "attr36210") ) +(myObject (attribute1 "attr36211") ) +(myObject (attribute1 "attr36212") ) +(myObject (attribute1 "attr36213") ) +(myObject (attribute1 "attr36214") ) +(myObject (attribute1 "attr36215") ) +(myObject (attribute1 "attr36216") ) +(myObject (attribute1 "attr36217") ) +(myObject (attribute1 "attr36218") ) +(myObject (attribute1 "attr36219") ) +(myObject (attribute1 "attr36220") ) +(myObject (attribute1 "attr36221") ) +(myObject (attribute1 "attr36222") ) +(myObject (attribute1 "attr36223") ) +(myObject (attribute1 "attr36224") ) +(myObject (attribute1 "attr36225") ) +(myObject (attribute1 "attr36226") ) +(myObject (attribute1 "attr36227") ) +(myObject (attribute1 "attr36228") ) +(myObject (attribute1 "attr36229") ) +(myObject (attribute1 "attr36230") ) +(myObject (attribute1 "attr36231") ) +(myObject (attribute1 "attr36232") ) +(myObject (attribute1 "attr36233") ) +(myObject (attribute1 "attr36234") ) +(myObject (attribute1 "attr36235") ) +(myObject (attribute1 "attr36236") ) +(myObject (attribute1 "attr36237") ) +(myObject (attribute1 "attr36238") ) +(myObject (attribute1 "attr36239") ) +(myObject (attribute1 "attr36240") ) +(myObject (attribute1 "attr36241") ) +(myObject (attribute1 "attr36242") ) +(myObject (attribute1 "attr36243") ) +(myObject (attribute1 "attr36244") ) +(myObject (attribute1 "attr36245") ) +(myObject (attribute1 "attr36246") ) +(myObject (attribute1 "attr36247") ) +(myObject (attribute1 "attr36248") ) +(myObject (attribute1 "attr36249") ) +(myObject (attribute1 "attr36250") ) +(myObject (attribute1 "attr36251") ) +(myObject (attribute1 "attr36252") ) +(myObject (attribute1 "attr36253") ) +(myObject (attribute1 "attr36254") ) +(myObject (attribute1 "attr36255") ) +(myObject (attribute1 "attr36256") ) +(myObject (attribute1 "attr36257") ) +(myObject (attribute1 "attr36258") ) +(myObject (attribute1 "attr36259") ) +(myObject (attribute1 "attr36260") ) +(myObject (attribute1 "attr36261") ) +(myObject (attribute1 "attr36262") ) +(myObject (attribute1 "attr36263") ) +(myObject (attribute1 "attr36264") ) +(myObject (attribute1 "attr36265") ) +(myObject (attribute1 "attr36266") ) +(myObject (attribute1 "attr36267") ) +(myObject (attribute1 "attr36268") ) +(myObject (attribute1 "attr36269") ) +(myObject (attribute1 "attr36270") ) +(myObject (attribute1 "attr36271") ) +(myObject (attribute1 "attr36272") ) +(myObject (attribute1 "attr36273") ) +(myObject (attribute1 "attr36274") ) +(myObject (attribute1 "attr36275") ) +(myObject (attribute1 "attr36276") ) +(myObject (attribute1 "attr36277") ) +(myObject (attribute1 "attr36278") ) +(myObject (attribute1 "attr36279") ) +(myObject (attribute1 "attr36280") ) +(myObject (attribute1 "attr36281") ) +(myObject (attribute1 "attr36282") ) +(myObject (attribute1 "attr36283") ) +(myObject (attribute1 "attr36284") ) +(myObject (attribute1 "attr36285") ) +(myObject (attribute1 "attr36286") ) +(myObject (attribute1 "attr36287") ) +(myObject (attribute1 "attr36288") ) +(myObject (attribute1 "attr36289") ) +(myObject (attribute1 "attr36290") ) +(myObject (attribute1 "attr36291") ) +(myObject (attribute1 "attr36292") ) +(myObject (attribute1 "attr36293") ) +(myObject (attribute1 "attr36294") ) +(myObject (attribute1 "attr36295") ) +(myObject (attribute1 "attr36296") ) +(myObject (attribute1 "attr36297") ) +(myObject (attribute1 "attr36298") ) +(myObject (attribute1 "attr36299") ) +(myObject (attribute1 "attr36300") ) +(myObject (attribute1 "attr36301") ) +(myObject (attribute1 "attr36302") ) +(myObject (attribute1 "attr36303") ) +(myObject (attribute1 "attr36304") ) +(myObject (attribute1 "attr36305") ) +(myObject (attribute1 "attr36306") ) +(myObject (attribute1 "attr36307") ) +(myObject (attribute1 "attr36308") ) +(myObject (attribute1 "attr36309") ) +(myObject (attribute1 "attr36310") ) +(myObject (attribute1 "attr36311") ) +(myObject (attribute1 "attr36312") ) +(myObject (attribute1 "attr36313") ) +(myObject (attribute1 "attr36314") ) +(myObject (attribute1 "attr36315") ) +(myObject (attribute1 "attr36316") ) +(myObject (attribute1 "attr36317") ) +(myObject (attribute1 "attr36318") ) +(myObject (attribute1 "attr36319") ) +(myObject (attribute1 "attr36320") ) +(myObject (attribute1 "attr36321") ) +(myObject (attribute1 "attr36322") ) +(myObject (attribute1 "attr36323") ) +(myObject (attribute1 "attr36324") ) +(myObject (attribute1 "attr36325") ) +(myObject (attribute1 "attr36326") ) +(myObject (attribute1 "attr36327") ) +(myObject (attribute1 "attr36328") ) +(myObject (attribute1 "attr36329") ) +(myObject (attribute1 "attr36330") ) +(myObject (attribute1 "attr36331") ) +(myObject (attribute1 "attr36332") ) +(myObject (attribute1 "attr36333") ) +(myObject (attribute1 "attr36334") ) +(myObject (attribute1 "attr36335") ) +(myObject (attribute1 "attr36336") ) +(myObject (attribute1 "attr36337") ) +(myObject (attribute1 "attr36338") ) +(myObject (attribute1 "attr36339") ) +(myObject (attribute1 "attr36340") ) +(myObject (attribute1 "attr36341") ) +(myObject (attribute1 "attr36342") ) +(myObject (attribute1 "attr36343") ) +(myObject (attribute1 "attr36344") ) +(myObject (attribute1 "attr36345") ) +(myObject (attribute1 "attr36346") ) +(myObject (attribute1 "attr36347") ) +(myObject (attribute1 "attr36348") ) +(myObject (attribute1 "attr36349") ) +(myObject (attribute1 "attr36350") ) +(myObject (attribute1 "attr36351") ) +(myObject (attribute1 "attr36352") ) +(myObject (attribute1 "attr36353") ) +(myObject (attribute1 "attr36354") ) +(myObject (attribute1 "attr36355") ) +(myObject (attribute1 "attr36356") ) +(myObject (attribute1 "attr36357") ) +(myObject (attribute1 "attr36358") ) +(myObject (attribute1 "attr36359") ) +(myObject (attribute1 "attr36360") ) +(myObject (attribute1 "attr36361") ) +(myObject (attribute1 "attr36362") ) +(myObject (attribute1 "attr36363") ) +(myObject (attribute1 "attr36364") ) +(myObject (attribute1 "attr36365") ) +(myObject (attribute1 "attr36366") ) +(myObject (attribute1 "attr36367") ) +(myObject (attribute1 "attr36368") ) +(myObject (attribute1 "attr36369") ) +(myObject (attribute1 "attr36370") ) +(myObject (attribute1 "attr36371") ) +(myObject (attribute1 "attr36372") ) +(myObject (attribute1 "attr36373") ) +(myObject (attribute1 "attr36374") ) +(myObject (attribute1 "attr36375") ) +(myObject (attribute1 "attr36376") ) +(myObject (attribute1 "attr36377") ) +(myObject (attribute1 "attr36378") ) +(myObject (attribute1 "attr36379") ) +(myObject (attribute1 "attr36380") ) +(myObject (attribute1 "attr36381") ) +(myObject (attribute1 "attr36382") ) +(myObject (attribute1 "attr36383") ) +(myObject (attribute1 "attr36384") ) +(myObject (attribute1 "attr36385") ) +(myObject (attribute1 "attr36386") ) +(myObject (attribute1 "attr36387") ) +(myObject (attribute1 "attr36388") ) +(myObject (attribute1 "attr36389") ) +(myObject (attribute1 "attr36390") ) +(myObject (attribute1 "attr36391") ) +(myObject (attribute1 "attr36392") ) +(myObject (attribute1 "attr36393") ) +(myObject (attribute1 "attr36394") ) +(myObject (attribute1 "attr36395") ) +(myObject (attribute1 "attr36396") ) +(myObject (attribute1 "attr36397") ) +(myObject (attribute1 "attr36398") ) +(myObject (attribute1 "attr36399") ) +(myObject (attribute1 "attr36400") ) +(myObject (attribute1 "attr36401") ) +(myObject (attribute1 "attr36402") ) +(myObject (attribute1 "attr36403") ) +(myObject (attribute1 "attr36404") ) +(myObject (attribute1 "attr36405") ) +(myObject (attribute1 "attr36406") ) +(myObject (attribute1 "attr36407") ) +(myObject (attribute1 "attr36408") ) +(myObject (attribute1 "attr36409") ) +(myObject (attribute1 "attr36410") ) +(myObject (attribute1 "attr36411") ) +(myObject (attribute1 "attr36412") ) +(myObject (attribute1 "attr36413") ) +(myObject (attribute1 "attr36414") ) +(myObject (attribute1 "attr36415") ) +(myObject (attribute1 "attr36416") ) +(myObject (attribute1 "attr36417") ) +(myObject (attribute1 "attr36418") ) +(myObject (attribute1 "attr36419") ) +(myObject (attribute1 "attr36420") ) +(myObject (attribute1 "attr36421") ) +(myObject (attribute1 "attr36422") ) +(myObject (attribute1 "attr36423") ) +(myObject (attribute1 "attr36424") ) +(myObject (attribute1 "attr36425") ) +(myObject (attribute1 "attr36426") ) +(myObject (attribute1 "attr36427") ) +(myObject (attribute1 "attr36428") ) +(myObject (attribute1 "attr36429") ) +(myObject (attribute1 "attr36430") ) +(myObject (attribute1 "attr36431") ) +(myObject (attribute1 "attr36432") ) +(myObject (attribute1 "attr36433") ) +(myObject (attribute1 "attr36434") ) +(myObject (attribute1 "attr36435") ) +(myObject (attribute1 "attr36436") ) +(myObject (attribute1 "attr36437") ) +(myObject (attribute1 "attr36438") ) +(myObject (attribute1 "attr36439") ) +(myObject (attribute1 "attr36440") ) +(myObject (attribute1 "attr36441") ) +(myObject (attribute1 "attr36442") ) +(myObject (attribute1 "attr36443") ) +(myObject (attribute1 "attr36444") ) +(myObject (attribute1 "attr36445") ) +(myObject (attribute1 "attr36446") ) +(myObject (attribute1 "attr36447") ) +(myObject (attribute1 "attr36448") ) +(myObject (attribute1 "attr36449") ) +(myObject (attribute1 "attr36450") ) +(myObject (attribute1 "attr36451") ) +(myObject (attribute1 "attr36452") ) +(myObject (attribute1 "attr36453") ) +(myObject (attribute1 "attr36454") ) +(myObject (attribute1 "attr36455") ) +(myObject (attribute1 "attr36456") ) +(myObject (attribute1 "attr36457") ) +(myObject (attribute1 "attr36458") ) +(myObject (attribute1 "attr36459") ) +(myObject (attribute1 "attr36460") ) +(myObject (attribute1 "attr36461") ) +(myObject (attribute1 "attr36462") ) +(myObject (attribute1 "attr36463") ) +(myObject (attribute1 "attr36464") ) +(myObject (attribute1 "attr36465") ) +(myObject (attribute1 "attr36466") ) +(myObject (attribute1 "attr36467") ) +(myObject (attribute1 "attr36468") ) +(myObject (attribute1 "attr36469") ) +(myObject (attribute1 "attr36470") ) +(myObject (attribute1 "attr36471") ) +(myObject (attribute1 "attr36472") ) +(myObject (attribute1 "attr36473") ) +(myObject (attribute1 "attr36474") ) +(myObject (attribute1 "attr36475") ) +(myObject (attribute1 "attr36476") ) +(myObject (attribute1 "attr36477") ) +(myObject (attribute1 "attr36478") ) +(myObject (attribute1 "attr36479") ) +(myObject (attribute1 "attr36480") ) +(myObject (attribute1 "attr36481") ) +(myObject (attribute1 "attr36482") ) +(myObject (attribute1 "attr36483") ) +(myObject (attribute1 "attr36484") ) +(myObject (attribute1 "attr36485") ) +(myObject (attribute1 "attr36486") ) +(myObject (attribute1 "attr36487") ) +(myObject (attribute1 "attr36488") ) +(myObject (attribute1 "attr36489") ) +(myObject (attribute1 "attr36490") ) +(myObject (attribute1 "attr36491") ) +(myObject (attribute1 "attr36492") ) +(myObject (attribute1 "attr36493") ) +(myObject (attribute1 "attr36494") ) +(myObject (attribute1 "attr36495") ) +(myObject (attribute1 "attr36496") ) +(myObject (attribute1 "attr36497") ) +(myObject (attribute1 "attr36498") ) +(myObject (attribute1 "attr36499") ) +(myObject (attribute1 "attr36500") ) +(myObject (attribute1 "attr36501") ) +(myObject (attribute1 "attr36502") ) +(myObject (attribute1 "attr36503") ) +(myObject (attribute1 "attr36504") ) +(myObject (attribute1 "attr36505") ) +(myObject (attribute1 "attr36506") ) +(myObject (attribute1 "attr36507") ) +(myObject (attribute1 "attr36508") ) +(myObject (attribute1 "attr36509") ) +(myObject (attribute1 "attr36510") ) +(myObject (attribute1 "attr36511") ) +(myObject (attribute1 "attr36512") ) +(myObject (attribute1 "attr36513") ) +(myObject (attribute1 "attr36514") ) +(myObject (attribute1 "attr36515") ) +(myObject (attribute1 "attr36516") ) +(myObject (attribute1 "attr36517") ) +(myObject (attribute1 "attr36518") ) +(myObject (attribute1 "attr36519") ) +(myObject (attribute1 "attr36520") ) +(myObject (attribute1 "attr36521") ) +(myObject (attribute1 "attr36522") ) +(myObject (attribute1 "attr36523") ) +(myObject (attribute1 "attr36524") ) +(myObject (attribute1 "attr36525") ) +(myObject (attribute1 "attr36526") ) +(myObject (attribute1 "attr36527") ) +(myObject (attribute1 "attr36528") ) +(myObject (attribute1 "attr36529") ) +(myObject (attribute1 "attr36530") ) +(myObject (attribute1 "attr36531") ) +(myObject (attribute1 "attr36532") ) +(myObject (attribute1 "attr36533") ) +(myObject (attribute1 "attr36534") ) +(myObject (attribute1 "attr36535") ) +(myObject (attribute1 "attr36536") ) +(myObject (attribute1 "attr36537") ) +(myObject (attribute1 "attr36538") ) +(myObject (attribute1 "attr36539") ) +(myObject (attribute1 "attr36540") ) +(myObject (attribute1 "attr36541") ) +(myObject (attribute1 "attr36542") ) +(myObject (attribute1 "attr36543") ) +(myObject (attribute1 "attr36544") ) +(myObject (attribute1 "attr36545") ) +(myObject (attribute1 "attr36546") ) +(myObject (attribute1 "attr36547") ) +(myObject (attribute1 "attr36548") ) +(myObject (attribute1 "attr36549") ) +(myObject (attribute1 "attr36550") ) +(myObject (attribute1 "attr36551") ) +(myObject (attribute1 "attr36552") ) +(myObject (attribute1 "attr36553") ) +(myObject (attribute1 "attr36554") ) +(myObject (attribute1 "attr36555") ) +(myObject (attribute1 "attr36556") ) +(myObject (attribute1 "attr36557") ) +(myObject (attribute1 "attr36558") ) +(myObject (attribute1 "attr36559") ) +(myObject (attribute1 "attr36560") ) +(myObject (attribute1 "attr36561") ) +(myObject (attribute1 "attr36562") ) +(myObject (attribute1 "attr36563") ) +(myObject (attribute1 "attr36564") ) +(myObject (attribute1 "attr36565") ) +(myObject (attribute1 "attr36566") ) +(myObject (attribute1 "attr36567") ) +(myObject (attribute1 "attr36568") ) +(myObject (attribute1 "attr36569") ) +(myObject (attribute1 "attr36570") ) +(myObject (attribute1 "attr36571") ) +(myObject (attribute1 "attr36572") ) +(myObject (attribute1 "attr36573") ) +(myObject (attribute1 "attr36574") ) +(myObject (attribute1 "attr36575") ) +(myObject (attribute1 "attr36576") ) +(myObject (attribute1 "attr36577") ) +(myObject (attribute1 "attr36578") ) +(myObject (attribute1 "attr36579") ) +(myObject (attribute1 "attr36580") ) +(myObject (attribute1 "attr36581") ) +(myObject (attribute1 "attr36582") ) +(myObject (attribute1 "attr36583") ) +(myObject (attribute1 "attr36584") ) +(myObject (attribute1 "attr36585") ) +(myObject (attribute1 "attr36586") ) +(myObject (attribute1 "attr36587") ) +(myObject (attribute1 "attr36588") ) +(myObject (attribute1 "attr36589") ) +(myObject (attribute1 "attr36590") ) +(myObject (attribute1 "attr36591") ) +(myObject (attribute1 "attr36592") ) +(myObject (attribute1 "attr36593") ) +(myObject (attribute1 "attr36594") ) +(myObject (attribute1 "attr36595") ) +(myObject (attribute1 "attr36596") ) +(myObject (attribute1 "attr36597") ) +(myObject (attribute1 "attr36598") ) +(myObject (attribute1 "attr36599") ) +(myObject (attribute1 "attr36600") ) +(myObject (attribute1 "attr36601") ) +(myObject (attribute1 "attr36602") ) +(myObject (attribute1 "attr36603") ) +(myObject (attribute1 "attr36604") ) +(myObject (attribute1 "attr36605") ) +(myObject (attribute1 "attr36606") ) +(myObject (attribute1 "attr36607") ) +(myObject (attribute1 "attr36608") ) +(myObject (attribute1 "attr36609") ) +(myObject (attribute1 "attr36610") ) +(myObject (attribute1 "attr36611") ) +(myObject (attribute1 "attr36612") ) +(myObject (attribute1 "attr36613") ) +(myObject (attribute1 "attr36614") ) +(myObject (attribute1 "attr36615") ) +(myObject (attribute1 "attr36616") ) +(myObject (attribute1 "attr36617") ) +(myObject (attribute1 "attr36618") ) +(myObject (attribute1 "attr36619") ) +(myObject (attribute1 "attr36620") ) +(myObject (attribute1 "attr36621") ) +(myObject (attribute1 "attr36622") ) +(myObject (attribute1 "attr36623") ) +(myObject (attribute1 "attr36624") ) +(myObject (attribute1 "attr36625") ) +(myObject (attribute1 "attr36626") ) +(myObject (attribute1 "attr36627") ) +(myObject (attribute1 "attr36628") ) +(myObject (attribute1 "attr36629") ) +(myObject (attribute1 "attr36630") ) +(myObject (attribute1 "attr36631") ) +(myObject (attribute1 "attr36632") ) +(myObject (attribute1 "attr36633") ) +(myObject (attribute1 "attr36634") ) +(myObject (attribute1 "attr36635") ) +(myObject (attribute1 "attr36636") ) +(myObject (attribute1 "attr36637") ) +(myObject (attribute1 "attr36638") ) +(myObject (attribute1 "attr36639") ) +(myObject (attribute1 "attr36640") ) +(myObject (attribute1 "attr36641") ) +(myObject (attribute1 "attr36642") ) +(myObject (attribute1 "attr36643") ) +(myObject (attribute1 "attr36644") ) +(myObject (attribute1 "attr36645") ) +(myObject (attribute1 "attr36646") ) +(myObject (attribute1 "attr36647") ) +(myObject (attribute1 "attr36648") ) +(myObject (attribute1 "attr36649") ) +(myObject (attribute1 "attr36650") ) +(myObject (attribute1 "attr36651") ) +(myObject (attribute1 "attr36652") ) +(myObject (attribute1 "attr36653") ) +(myObject (attribute1 "attr36654") ) +(myObject (attribute1 "attr36655") ) +(myObject (attribute1 "attr36656") ) +(myObject (attribute1 "attr36657") ) +(myObject (attribute1 "attr36658") ) +(myObject (attribute1 "attr36659") ) +(myObject (attribute1 "attr36660") ) +(myObject (attribute1 "attr36661") ) +(myObject (attribute1 "attr36662") ) +(myObject (attribute1 "attr36663") ) +(myObject (attribute1 "attr36664") ) +(myObject (attribute1 "attr36665") ) +(myObject (attribute1 "attr36666") ) +(myObject (attribute1 "attr36667") ) +(myObject (attribute1 "attr36668") ) +(myObject (attribute1 "attr36669") ) +(myObject (attribute1 "attr36670") ) +(myObject (attribute1 "attr36671") ) +(myObject (attribute1 "attr36672") ) +(myObject (attribute1 "attr36673") ) +(myObject (attribute1 "attr36674") ) +(myObject (attribute1 "attr36675") ) +(myObject (attribute1 "attr36676") ) +(myObject (attribute1 "attr36677") ) +(myObject (attribute1 "attr36678") ) +(myObject (attribute1 "attr36679") ) +(myObject (attribute1 "attr36680") ) +(myObject (attribute1 "attr36681") ) +(myObject (attribute1 "attr36682") ) +(myObject (attribute1 "attr36683") ) +(myObject (attribute1 "attr36684") ) +(myObject (attribute1 "attr36685") ) +(myObject (attribute1 "attr36686") ) +(myObject (attribute1 "attr36687") ) +(myObject (attribute1 "attr36688") ) +(myObject (attribute1 "attr36689") ) +(myObject (attribute1 "attr36690") ) +(myObject (attribute1 "attr36691") ) +(myObject (attribute1 "attr36692") ) +(myObject (attribute1 "attr36693") ) +(myObject (attribute1 "attr36694") ) +(myObject (attribute1 "attr36695") ) +(myObject (attribute1 "attr36696") ) +(myObject (attribute1 "attr36697") ) +(myObject (attribute1 "attr36698") ) +(myObject (attribute1 "attr36699") ) +(myObject (attribute1 "attr36700") ) +(myObject (attribute1 "attr36701") ) +(myObject (attribute1 "attr36702") ) +(myObject (attribute1 "attr36703") ) +(myObject (attribute1 "attr36704") ) +(myObject (attribute1 "attr36705") ) +(myObject (attribute1 "attr36706") ) +(myObject (attribute1 "attr36707") ) +(myObject (attribute1 "attr36708") ) +(myObject (attribute1 "attr36709") ) +(myObject (attribute1 "attr36710") ) +(myObject (attribute1 "attr36711") ) +(myObject (attribute1 "attr36712") ) +(myObject (attribute1 "attr36713") ) +(myObject (attribute1 "attr36714") ) +(myObject (attribute1 "attr36715") ) +(myObject (attribute1 "attr36716") ) +(myObject (attribute1 "attr36717") ) +(myObject (attribute1 "attr36718") ) +(myObject (attribute1 "attr36719") ) +(myObject (attribute1 "attr36720") ) +(myObject (attribute1 "attr36721") ) +(myObject (attribute1 "attr36722") ) +(myObject (attribute1 "attr36723") ) +(myObject (attribute1 "attr36724") ) +(myObject (attribute1 "attr36725") ) +(myObject (attribute1 "attr36726") ) +(myObject (attribute1 "attr36727") ) +(myObject (attribute1 "attr36728") ) +(myObject (attribute1 "attr36729") ) +(myObject (attribute1 "attr36730") ) +(myObject (attribute1 "attr36731") ) +(myObject (attribute1 "attr36732") ) +(myObject (attribute1 "attr36733") ) +(myObject (attribute1 "attr36734") ) +(myObject (attribute1 "attr36735") ) +(myObject (attribute1 "attr36736") ) +(myObject (attribute1 "attr36737") ) +(myObject (attribute1 "attr36738") ) +(myObject (attribute1 "attr36739") ) +(myObject (attribute1 "attr36740") ) +(myObject (attribute1 "attr36741") ) +(myObject (attribute1 "attr36742") ) +(myObject (attribute1 "attr36743") ) +(myObject (attribute1 "attr36744") ) +(myObject (attribute1 "attr36745") ) +(myObject (attribute1 "attr36746") ) +(myObject (attribute1 "attr36747") ) +(myObject (attribute1 "attr36748") ) +(myObject (attribute1 "attr36749") ) +(myObject (attribute1 "attr36750") ) +(myObject (attribute1 "attr36751") ) +(myObject (attribute1 "attr36752") ) +(myObject (attribute1 "attr36753") ) +(myObject (attribute1 "attr36754") ) +(myObject (attribute1 "attr36755") ) +(myObject (attribute1 "attr36756") ) +(myObject (attribute1 "attr36757") ) +(myObject (attribute1 "attr36758") ) +(myObject (attribute1 "attr36759") ) +(myObject (attribute1 "attr36760") ) +(myObject (attribute1 "attr36761") ) +(myObject (attribute1 "attr36762") ) +(myObject (attribute1 "attr36763") ) +(myObject (attribute1 "attr36764") ) +(myObject (attribute1 "attr36765") ) +(myObject (attribute1 "attr36766") ) +(myObject (attribute1 "attr36767") ) +(myObject (attribute1 "attr36768") ) +(myObject (attribute1 "attr36769") ) +(myObject (attribute1 "attr36770") ) +(myObject (attribute1 "attr36771") ) +(myObject (attribute1 "attr36772") ) +(myObject (attribute1 "attr36773") ) +(myObject (attribute1 "attr36774") ) +(myObject (attribute1 "attr36775") ) +(myObject (attribute1 "attr36776") ) +(myObject (attribute1 "attr36777") ) +(myObject (attribute1 "attr36778") ) +(myObject (attribute1 "attr36779") ) +(myObject (attribute1 "attr36780") ) +(myObject (attribute1 "attr36781") ) +(myObject (attribute1 "attr36782") ) +(myObject (attribute1 "attr36783") ) +(myObject (attribute1 "attr36784") ) +(myObject (attribute1 "attr36785") ) +(myObject (attribute1 "attr36786") ) +(myObject (attribute1 "attr36787") ) +(myObject (attribute1 "attr36788") ) +(myObject (attribute1 "attr36789") ) +(myObject (attribute1 "attr36790") ) +(myObject (attribute1 "attr36791") ) +(myObject (attribute1 "attr36792") ) +(myObject (attribute1 "attr36793") ) +(myObject (attribute1 "attr36794") ) +(myObject (attribute1 "attr36795") ) +(myObject (attribute1 "attr36796") ) +(myObject (attribute1 "attr36797") ) +(myObject (attribute1 "attr36798") ) +(myObject (attribute1 "attr36799") ) +(myObject (attribute1 "attr36800") ) +(myObject (attribute1 "attr36801") ) +(myObject (attribute1 "attr36802") ) +(myObject (attribute1 "attr36803") ) +(myObject (attribute1 "attr36804") ) +(myObject (attribute1 "attr36805") ) +(myObject (attribute1 "attr36806") ) +(myObject (attribute1 "attr36807") ) +(myObject (attribute1 "attr36808") ) +(myObject (attribute1 "attr36809") ) +(myObject (attribute1 "attr36810") ) +(myObject (attribute1 "attr36811") ) +(myObject (attribute1 "attr36812") ) +(myObject (attribute1 "attr36813") ) +(myObject (attribute1 "attr36814") ) +(myObject (attribute1 "attr36815") ) +(myObject (attribute1 "attr36816") ) +(myObject (attribute1 "attr36817") ) +(myObject (attribute1 "attr36818") ) +(myObject (attribute1 "attr36819") ) +(myObject (attribute1 "attr36820") ) +(myObject (attribute1 "attr36821") ) +(myObject (attribute1 "attr36822") ) +(myObject (attribute1 "attr36823") ) +(myObject (attribute1 "attr36824") ) +(myObject (attribute1 "attr36825") ) +(myObject (attribute1 "attr36826") ) +(myObject (attribute1 "attr36827") ) +(myObject (attribute1 "attr36828") ) +(myObject (attribute1 "attr36829") ) +(myObject (attribute1 "attr36830") ) +(myObject (attribute1 "attr36831") ) +(myObject (attribute1 "attr36832") ) +(myObject (attribute1 "attr36833") ) +(myObject (attribute1 "attr36834") ) +(myObject (attribute1 "attr36835") ) +(myObject (attribute1 "attr36836") ) +(myObject (attribute1 "attr36837") ) +(myObject (attribute1 "attr36838") ) +(myObject (attribute1 "attr36839") ) +(myObject (attribute1 "attr36840") ) +(myObject (attribute1 "attr36841") ) +(myObject (attribute1 "attr36842") ) +(myObject (attribute1 "attr36843") ) +(myObject (attribute1 "attr36844") ) +(myObject (attribute1 "attr36845") ) +(myObject (attribute1 "attr36846") ) +(myObject (attribute1 "attr36847") ) +(myObject (attribute1 "attr36848") ) +(myObject (attribute1 "attr36849") ) +(myObject (attribute1 "attr36850") ) +(myObject (attribute1 "attr36851") ) +(myObject (attribute1 "attr36852") ) +(myObject (attribute1 "attr36853") ) +(myObject (attribute1 "attr36854") ) +(myObject (attribute1 "attr36855") ) +(myObject (attribute1 "attr36856") ) +(myObject (attribute1 "attr36857") ) +(myObject (attribute1 "attr36858") ) +(myObject (attribute1 "attr36859") ) +(myObject (attribute1 "attr36860") ) +(myObject (attribute1 "attr36861") ) +(myObject (attribute1 "attr36862") ) +(myObject (attribute1 "attr36863") ) +(myObject (attribute1 "attr36864") ) +(myObject (attribute1 "attr36865") ) +(myObject (attribute1 "attr36866") ) +(myObject (attribute1 "attr36867") ) +(myObject (attribute1 "attr36868") ) +(myObject (attribute1 "attr36869") ) +(myObject (attribute1 "attr36870") ) +(myObject (attribute1 "attr36871") ) +(myObject (attribute1 "attr36872") ) +(myObject (attribute1 "attr36873") ) +(myObject (attribute1 "attr36874") ) +(myObject (attribute1 "attr36875") ) +(myObject (attribute1 "attr36876") ) +(myObject (attribute1 "attr36877") ) +(myObject (attribute1 "attr36878") ) +(myObject (attribute1 "attr36879") ) +(myObject (attribute1 "attr36880") ) +(myObject (attribute1 "attr36881") ) +(myObject (attribute1 "attr36882") ) +(myObject (attribute1 "attr36883") ) +(myObject (attribute1 "attr36884") ) +(myObject (attribute1 "attr36885") ) +(myObject (attribute1 "attr36886") ) +(myObject (attribute1 "attr36887") ) +(myObject (attribute1 "attr36888") ) +(myObject (attribute1 "attr36889") ) +(myObject (attribute1 "attr36890") ) +(myObject (attribute1 "attr36891") ) +(myObject (attribute1 "attr36892") ) +(myObject (attribute1 "attr36893") ) +(myObject (attribute1 "attr36894") ) +(myObject (attribute1 "attr36895") ) +(myObject (attribute1 "attr36896") ) +(myObject (attribute1 "attr36897") ) +(myObject (attribute1 "attr36898") ) +(myObject (attribute1 "attr36899") ) +(myObject (attribute1 "attr36900") ) +(myObject (attribute1 "attr36901") ) +(myObject (attribute1 "attr36902") ) +(myObject (attribute1 "attr36903") ) +(myObject (attribute1 "attr36904") ) +(myObject (attribute1 "attr36905") ) +(myObject (attribute1 "attr36906") ) +(myObject (attribute1 "attr36907") ) +(myObject (attribute1 "attr36908") ) +(myObject (attribute1 "attr36909") ) +(myObject (attribute1 "attr36910") ) +(myObject (attribute1 "attr36911") ) +(myObject (attribute1 "attr36912") ) +(myObject (attribute1 "attr36913") ) +(myObject (attribute1 "attr36914") ) +(myObject (attribute1 "attr36915") ) +(myObject (attribute1 "attr36916") ) +(myObject (attribute1 "attr36917") ) +(myObject (attribute1 "attr36918") ) +(myObject (attribute1 "attr36919") ) +(myObject (attribute1 "attr36920") ) +(myObject (attribute1 "attr36921") ) +(myObject (attribute1 "attr36922") ) +(myObject (attribute1 "attr36923") ) +(myObject (attribute1 "attr36924") ) +(myObject (attribute1 "attr36925") ) +(myObject (attribute1 "attr36926") ) +(myObject (attribute1 "attr36927") ) +(myObject (attribute1 "attr36928") ) +(myObject (attribute1 "attr36929") ) +(myObject (attribute1 "attr36930") ) +(myObject (attribute1 "attr36931") ) +(myObject (attribute1 "attr36932") ) +(myObject (attribute1 "attr36933") ) +(myObject (attribute1 "attr36934") ) +(myObject (attribute1 "attr36935") ) +(myObject (attribute1 "attr36936") ) +(myObject (attribute1 "attr36937") ) +(myObject (attribute1 "attr36938") ) +(myObject (attribute1 "attr36939") ) +(myObject (attribute1 "attr36940") ) +(myObject (attribute1 "attr36941") ) +(myObject (attribute1 "attr36942") ) +(myObject (attribute1 "attr36943") ) +(myObject (attribute1 "attr36944") ) +(myObject (attribute1 "attr36945") ) +(myObject (attribute1 "attr36946") ) +(myObject (attribute1 "attr36947") ) +(myObject (attribute1 "attr36948") ) +(myObject (attribute1 "attr36949") ) +(myObject (attribute1 "attr36950") ) +(myObject (attribute1 "attr36951") ) +(myObject (attribute1 "attr36952") ) +(myObject (attribute1 "attr36953") ) +(myObject (attribute1 "attr36954") ) +(myObject (attribute1 "attr36955") ) +(myObject (attribute1 "attr36956") ) +(myObject (attribute1 "attr36957") ) +(myObject (attribute1 "attr36958") ) +(myObject (attribute1 "attr36959") ) +(myObject (attribute1 "attr36960") ) +(myObject (attribute1 "attr36961") ) +(myObject (attribute1 "attr36962") ) +(myObject (attribute1 "attr36963") ) +(myObject (attribute1 "attr36964") ) +(myObject (attribute1 "attr36965") ) +(myObject (attribute1 "attr36966") ) +(myObject (attribute1 "attr36967") ) +(myObject (attribute1 "attr36968") ) +(myObject (attribute1 "attr36969") ) +(myObject (attribute1 "attr36970") ) +(myObject (attribute1 "attr36971") ) +(myObject (attribute1 "attr36972") ) +(myObject (attribute1 "attr36973") ) +(myObject (attribute1 "attr36974") ) +(myObject (attribute1 "attr36975") ) +(myObject (attribute1 "attr36976") ) +(myObject (attribute1 "attr36977") ) +(myObject (attribute1 "attr36978") ) +(myObject (attribute1 "attr36979") ) +(myObject (attribute1 "attr36980") ) +(myObject (attribute1 "attr36981") ) +(myObject (attribute1 "attr36982") ) +(myObject (attribute1 "attr36983") ) +(myObject (attribute1 "attr36984") ) +(myObject (attribute1 "attr36985") ) +(myObject (attribute1 "attr36986") ) +(myObject (attribute1 "attr36987") ) +(myObject (attribute1 "attr36988") ) +(myObject (attribute1 "attr36989") ) +(myObject (attribute1 "attr36990") ) +(myObject (attribute1 "attr36991") ) +(myObject (attribute1 "attr36992") ) +(myObject (attribute1 "attr36993") ) +(myObject (attribute1 "attr36994") ) +(myObject (attribute1 "attr36995") ) +(myObject (attribute1 "attr36996") ) +(myObject (attribute1 "attr36997") ) +(myObject (attribute1 "attr36998") ) +(myObject (attribute1 "attr36999") ) +(myObject (attribute1 "attr37000") ) +(myObject (attribute1 "attr37001") ) +(myObject (attribute1 "attr37002") ) +(myObject (attribute1 "attr37003") ) +(myObject (attribute1 "attr37004") ) +(myObject (attribute1 "attr37005") ) +(myObject (attribute1 "attr37006") ) +(myObject (attribute1 "attr37007") ) +(myObject (attribute1 "attr37008") ) +(myObject (attribute1 "attr37009") ) +(myObject (attribute1 "attr37010") ) +(myObject (attribute1 "attr37011") ) +(myObject (attribute1 "attr37012") ) +(myObject (attribute1 "attr37013") ) +(myObject (attribute1 "attr37014") ) +(myObject (attribute1 "attr37015") ) +(myObject (attribute1 "attr37016") ) +(myObject (attribute1 "attr37017") ) +(myObject (attribute1 "attr37018") ) +(myObject (attribute1 "attr37019") ) +(myObject (attribute1 "attr37020") ) +(myObject (attribute1 "attr37021") ) +(myObject (attribute1 "attr37022") ) +(myObject (attribute1 "attr37023") ) +(myObject (attribute1 "attr37024") ) +(myObject (attribute1 "attr37025") ) +(myObject (attribute1 "attr37026") ) +(myObject (attribute1 "attr37027") ) +(myObject (attribute1 "attr37028") ) +(myObject (attribute1 "attr37029") ) +(myObject (attribute1 "attr37030") ) +(myObject (attribute1 "attr37031") ) +(myObject (attribute1 "attr37032") ) +(myObject (attribute1 "attr37033") ) +(myObject (attribute1 "attr37034") ) +(myObject (attribute1 "attr37035") ) +(myObject (attribute1 "attr37036") ) +(myObject (attribute1 "attr37037") ) +(myObject (attribute1 "attr37038") ) +(myObject (attribute1 "attr37039") ) +(myObject (attribute1 "attr37040") ) +(myObject (attribute1 "attr37041") ) +(myObject (attribute1 "attr37042") ) +(myObject (attribute1 "attr37043") ) +(myObject (attribute1 "attr37044") ) +(myObject (attribute1 "attr37045") ) +(myObject (attribute1 "attr37046") ) +(myObject (attribute1 "attr37047") ) +(myObject (attribute1 "attr37048") ) +(myObject (attribute1 "attr37049") ) +(myObject (attribute1 "attr37050") ) +(myObject (attribute1 "attr37051") ) +(myObject (attribute1 "attr37052") ) +(myObject (attribute1 "attr37053") ) +(myObject (attribute1 "attr37054") ) +(myObject (attribute1 "attr37055") ) +(myObject (attribute1 "attr37056") ) +(myObject (attribute1 "attr37057") ) +(myObject (attribute1 "attr37058") ) +(myObject (attribute1 "attr37059") ) +(myObject (attribute1 "attr37060") ) +(myObject (attribute1 "attr37061") ) +(myObject (attribute1 "attr37062") ) +(myObject (attribute1 "attr37063") ) +(myObject (attribute1 "attr37064") ) +(myObject (attribute1 "attr37065") ) +(myObject (attribute1 "attr37066") ) +(myObject (attribute1 "attr37067") ) +(myObject (attribute1 "attr37068") ) +(myObject (attribute1 "attr37069") ) +(myObject (attribute1 "attr37070") ) +(myObject (attribute1 "attr37071") ) +(myObject (attribute1 "attr37072") ) +(myObject (attribute1 "attr37073") ) +(myObject (attribute1 "attr37074") ) +(myObject (attribute1 "attr37075") ) +(myObject (attribute1 "attr37076") ) +(myObject (attribute1 "attr37077") ) +(myObject (attribute1 "attr37078") ) +(myObject (attribute1 "attr37079") ) +(myObject (attribute1 "attr37080") ) +(myObject (attribute1 "attr37081") ) +(myObject (attribute1 "attr37082") ) +(myObject (attribute1 "attr37083") ) +(myObject (attribute1 "attr37084") ) +(myObject (attribute1 "attr37085") ) +(myObject (attribute1 "attr37086") ) +(myObject (attribute1 "attr37087") ) +(myObject (attribute1 "attr37088") ) +(myObject (attribute1 "attr37089") ) +(myObject (attribute1 "attr37090") ) +(myObject (attribute1 "attr37091") ) +(myObject (attribute1 "attr37092") ) +(myObject (attribute1 "attr37093") ) +(myObject (attribute1 "attr37094") ) +(myObject (attribute1 "attr37095") ) +(myObject (attribute1 "attr37096") ) +(myObject (attribute1 "attr37097") ) +(myObject (attribute1 "attr37098") ) +(myObject (attribute1 "attr37099") ) +(myObject (attribute1 "attr37100") ) +(myObject (attribute1 "attr37101") ) +(myObject (attribute1 "attr37102") ) +(myObject (attribute1 "attr37103") ) +(myObject (attribute1 "attr37104") ) +(myObject (attribute1 "attr37105") ) +(myObject (attribute1 "attr37106") ) +(myObject (attribute1 "attr37107") ) +(myObject (attribute1 "attr37108") ) +(myObject (attribute1 "attr37109") ) +(myObject (attribute1 "attr37110") ) +(myObject (attribute1 "attr37111") ) +(myObject (attribute1 "attr37112") ) +(myObject (attribute1 "attr37113") ) +(myObject (attribute1 "attr37114") ) +(myObject (attribute1 "attr37115") ) +(myObject (attribute1 "attr37116") ) +(myObject (attribute1 "attr37117") ) +(myObject (attribute1 "attr37118") ) +(myObject (attribute1 "attr37119") ) +(myObject (attribute1 "attr37120") ) +(myObject (attribute1 "attr37121") ) +(myObject (attribute1 "attr37122") ) +(myObject (attribute1 "attr37123") ) +(myObject (attribute1 "attr37124") ) +(myObject (attribute1 "attr37125") ) +(myObject (attribute1 "attr37126") ) +(myObject (attribute1 "attr37127") ) +(myObject (attribute1 "attr37128") ) +(myObject (attribute1 "attr37129") ) +(myObject (attribute1 "attr37130") ) +(myObject (attribute1 "attr37131") ) +(myObject (attribute1 "attr37132") ) +(myObject (attribute1 "attr37133") ) +(myObject (attribute1 "attr37134") ) +(myObject (attribute1 "attr37135") ) +(myObject (attribute1 "attr37136") ) +(myObject (attribute1 "attr37137") ) +(myObject (attribute1 "attr37138") ) +(myObject (attribute1 "attr37139") ) +(myObject (attribute1 "attr37140") ) +(myObject (attribute1 "attr37141") ) +(myObject (attribute1 "attr37142") ) +(myObject (attribute1 "attr37143") ) +(myObject (attribute1 "attr37144") ) +(myObject (attribute1 "attr37145") ) +(myObject (attribute1 "attr37146") ) +(myObject (attribute1 "attr37147") ) +(myObject (attribute1 "attr37148") ) +(myObject (attribute1 "attr37149") ) +(myObject (attribute1 "attr37150") ) +(myObject (attribute1 "attr37151") ) +(myObject (attribute1 "attr37152") ) +(myObject (attribute1 "attr37153") ) +(myObject (attribute1 "attr37154") ) +(myObject (attribute1 "attr37155") ) +(myObject (attribute1 "attr37156") ) +(myObject (attribute1 "attr37157") ) +(myObject (attribute1 "attr37158") ) +(myObject (attribute1 "attr37159") ) +(myObject (attribute1 "attr37160") ) +(myObject (attribute1 "attr37161") ) +(myObject (attribute1 "attr37162") ) +(myObject (attribute1 "attr37163") ) +(myObject (attribute1 "attr37164") ) +(myObject (attribute1 "attr37165") ) +(myObject (attribute1 "attr37166") ) +(myObject (attribute1 "attr37167") ) +(myObject (attribute1 "attr37168") ) +(myObject (attribute1 "attr37169") ) +(myObject (attribute1 "attr37170") ) +(myObject (attribute1 "attr37171") ) +(myObject (attribute1 "attr37172") ) +(myObject (attribute1 "attr37173") ) +(myObject (attribute1 "attr37174") ) +(myObject (attribute1 "attr37175") ) +(myObject (attribute1 "attr37176") ) +(myObject (attribute1 "attr37177") ) +(myObject (attribute1 "attr37178") ) +(myObject (attribute1 "attr37179") ) +(myObject (attribute1 "attr37180") ) +(myObject (attribute1 "attr37181") ) +(myObject (attribute1 "attr37182") ) +(myObject (attribute1 "attr37183") ) +(myObject (attribute1 "attr37184") ) +(myObject (attribute1 "attr37185") ) +(myObject (attribute1 "attr37186") ) +(myObject (attribute1 "attr37187") ) +(myObject (attribute1 "attr37188") ) +(myObject (attribute1 "attr37189") ) +(myObject (attribute1 "attr37190") ) +(myObject (attribute1 "attr37191") ) +(myObject (attribute1 "attr37192") ) +(myObject (attribute1 "attr37193") ) +(myObject (attribute1 "attr37194") ) +(myObject (attribute1 "attr37195") ) +(myObject (attribute1 "attr37196") ) +(myObject (attribute1 "attr37197") ) +(myObject (attribute1 "attr37198") ) +(myObject (attribute1 "attr37199") ) +(myObject (attribute1 "attr37200") ) +(myObject (attribute1 "attr37201") ) +(myObject (attribute1 "attr37202") ) +(myObject (attribute1 "attr37203") ) +(myObject (attribute1 "attr37204") ) +(myObject (attribute1 "attr37205") ) +(myObject (attribute1 "attr37206") ) +(myObject (attribute1 "attr37207") ) +(myObject (attribute1 "attr37208") ) +(myObject (attribute1 "attr37209") ) +(myObject (attribute1 "attr37210") ) +(myObject (attribute1 "attr37211") ) +(myObject (attribute1 "attr37212") ) +(myObject (attribute1 "attr37213") ) +(myObject (attribute1 "attr37214") ) +(myObject (attribute1 "attr37215") ) +(myObject (attribute1 "attr37216") ) +(myObject (attribute1 "attr37217") ) +(myObject (attribute1 "attr37218") ) +(myObject (attribute1 "attr37219") ) +(myObject (attribute1 "attr37220") ) +(myObject (attribute1 "attr37221") ) +(myObject (attribute1 "attr37222") ) +(myObject (attribute1 "attr37223") ) +(myObject (attribute1 "attr37224") ) +(myObject (attribute1 "attr37225") ) +(myObject (attribute1 "attr37226") ) +(myObject (attribute1 "attr37227") ) +(myObject (attribute1 "attr37228") ) +(myObject (attribute1 "attr37229") ) +(myObject (attribute1 "attr37230") ) +(myObject (attribute1 "attr37231") ) +(myObject (attribute1 "attr37232") ) +(myObject (attribute1 "attr37233") ) +(myObject (attribute1 "attr37234") ) +(myObject (attribute1 "attr37235") ) +(myObject (attribute1 "attr37236") ) +(myObject (attribute1 "attr37237") ) +(myObject (attribute1 "attr37238") ) +(myObject (attribute1 "attr37239") ) +(myObject (attribute1 "attr37240") ) +(myObject (attribute1 "attr37241") ) +(myObject (attribute1 "attr37242") ) +(myObject (attribute1 "attr37243") ) +(myObject (attribute1 "attr37244") ) +(myObject (attribute1 "attr37245") ) +(myObject (attribute1 "attr37246") ) +(myObject (attribute1 "attr37247") ) +(myObject (attribute1 "attr37248") ) +(myObject (attribute1 "attr37249") ) +(myObject (attribute1 "attr37250") ) +(myObject (attribute1 "attr37251") ) +(myObject (attribute1 "attr37252") ) +(myObject (attribute1 "attr37253") ) +(myObject (attribute1 "attr37254") ) +(myObject (attribute1 "attr37255") ) +(myObject (attribute1 "attr37256") ) +(myObject (attribute1 "attr37257") ) +(myObject (attribute1 "attr37258") ) +(myObject (attribute1 "attr37259") ) +(myObject (attribute1 "attr37260") ) +(myObject (attribute1 "attr37261") ) +(myObject (attribute1 "attr37262") ) +(myObject (attribute1 "attr37263") ) +(myObject (attribute1 "attr37264") ) +(myObject (attribute1 "attr37265") ) +(myObject (attribute1 "attr37266") ) +(myObject (attribute1 "attr37267") ) +(myObject (attribute1 "attr37268") ) +(myObject (attribute1 "attr37269") ) +(myObject (attribute1 "attr37270") ) +(myObject (attribute1 "attr37271") ) +(myObject (attribute1 "attr37272") ) +(myObject (attribute1 "attr37273") ) +(myObject (attribute1 "attr37274") ) +(myObject (attribute1 "attr37275") ) +(myObject (attribute1 "attr37276") ) +(myObject (attribute1 "attr37277") ) +(myObject (attribute1 "attr37278") ) +(myObject (attribute1 "attr37279") ) +(myObject (attribute1 "attr37280") ) +(myObject (attribute1 "attr37281") ) +(myObject (attribute1 "attr37282") ) +(myObject (attribute1 "attr37283") ) +(myObject (attribute1 "attr37284") ) +(myObject (attribute1 "attr37285") ) +(myObject (attribute1 "attr37286") ) +(myObject (attribute1 "attr37287") ) +(myObject (attribute1 "attr37288") ) +(myObject (attribute1 "attr37289") ) +(myObject (attribute1 "attr37290") ) +(myObject (attribute1 "attr37291") ) +(myObject (attribute1 "attr37292") ) +(myObject (attribute1 "attr37293") ) +(myObject (attribute1 "attr37294") ) +(myObject (attribute1 "attr37295") ) +(myObject (attribute1 "attr37296") ) +(myObject (attribute1 "attr37297") ) +(myObject (attribute1 "attr37298") ) +(myObject (attribute1 "attr37299") ) +(myObject (attribute1 "attr37300") ) +(myObject (attribute1 "attr37301") ) +(myObject (attribute1 "attr37302") ) +(myObject (attribute1 "attr37303") ) +(myObject (attribute1 "attr37304") ) +(myObject (attribute1 "attr37305") ) +(myObject (attribute1 "attr37306") ) +(myObject (attribute1 "attr37307") ) +(myObject (attribute1 "attr37308") ) +(myObject (attribute1 "attr37309") ) +(myObject (attribute1 "attr37310") ) +(myObject (attribute1 "attr37311") ) +(myObject (attribute1 "attr37312") ) +(myObject (attribute1 "attr37313") ) +(myObject (attribute1 "attr37314") ) +(myObject (attribute1 "attr37315") ) +(myObject (attribute1 "attr37316") ) +(myObject (attribute1 "attr37317") ) +(myObject (attribute1 "attr37318") ) +(myObject (attribute1 "attr37319") ) +(myObject (attribute1 "attr37320") ) +(myObject (attribute1 "attr37321") ) +(myObject (attribute1 "attr37322") ) +(myObject (attribute1 "attr37323") ) +(myObject (attribute1 "attr37324") ) +(myObject (attribute1 "attr37325") ) +(myObject (attribute1 "attr37326") ) +(myObject (attribute1 "attr37327") ) +(myObject (attribute1 "attr37328") ) +(myObject (attribute1 "attr37329") ) +(myObject (attribute1 "attr37330") ) +(myObject (attribute1 "attr37331") ) +(myObject (attribute1 "attr37332") ) +(myObject (attribute1 "attr37333") ) +(myObject (attribute1 "attr37334") ) +(myObject (attribute1 "attr37335") ) +(myObject (attribute1 "attr37336") ) +(myObject (attribute1 "attr37337") ) +(myObject (attribute1 "attr37338") ) +(myObject (attribute1 "attr37339") ) +(myObject (attribute1 "attr37340") ) +(myObject (attribute1 "attr37341") ) +(myObject (attribute1 "attr37342") ) +(myObject (attribute1 "attr37343") ) +(myObject (attribute1 "attr37344") ) +(myObject (attribute1 "attr37345") ) +(myObject (attribute1 "attr37346") ) +(myObject (attribute1 "attr37347") ) +(myObject (attribute1 "attr37348") ) +(myObject (attribute1 "attr37349") ) +(myObject (attribute1 "attr37350") ) +(myObject (attribute1 "attr37351") ) +(myObject (attribute1 "attr37352") ) +(myObject (attribute1 "attr37353") ) +(myObject (attribute1 "attr37354") ) +(myObject (attribute1 "attr37355") ) +(myObject (attribute1 "attr37356") ) +(myObject (attribute1 "attr37357") ) +(myObject (attribute1 "attr37358") ) +(myObject (attribute1 "attr37359") ) +(myObject (attribute1 "attr37360") ) +(myObject (attribute1 "attr37361") ) +(myObject (attribute1 "attr37362") ) +(myObject (attribute1 "attr37363") ) +(myObject (attribute1 "attr37364") ) +(myObject (attribute1 "attr37365") ) +(myObject (attribute1 "attr37366") ) +(myObject (attribute1 "attr37367") ) +(myObject (attribute1 "attr37368") ) +(myObject (attribute1 "attr37369") ) +(myObject (attribute1 "attr37370") ) +(myObject (attribute1 "attr37371") ) +(myObject (attribute1 "attr37372") ) +(myObject (attribute1 "attr37373") ) +(myObject (attribute1 "attr37374") ) +(myObject (attribute1 "attr37375") ) +(myObject (attribute1 "attr37376") ) +(myObject (attribute1 "attr37377") ) +(myObject (attribute1 "attr37378") ) +(myObject (attribute1 "attr37379") ) +(myObject (attribute1 "attr37380") ) +(myObject (attribute1 "attr37381") ) +(myObject (attribute1 "attr37382") ) +(myObject (attribute1 "attr37383") ) +(myObject (attribute1 "attr37384") ) +(myObject (attribute1 "attr37385") ) +(myObject (attribute1 "attr37386") ) +(myObject (attribute1 "attr37387") ) +(myObject (attribute1 "attr37388") ) +(myObject (attribute1 "attr37389") ) +(myObject (attribute1 "attr37390") ) +(myObject (attribute1 "attr37391") ) +(myObject (attribute1 "attr37392") ) +(myObject (attribute1 "attr37393") ) +(myObject (attribute1 "attr37394") ) +(myObject (attribute1 "attr37395") ) +(myObject (attribute1 "attr37396") ) +(myObject (attribute1 "attr37397") ) +(myObject (attribute1 "attr37398") ) +(myObject (attribute1 "attr37399") ) +(myObject (attribute1 "attr37400") ) +(myObject (attribute1 "attr37401") ) +(myObject (attribute1 "attr37402") ) +(myObject (attribute1 "attr37403") ) +(myObject (attribute1 "attr37404") ) +(myObject (attribute1 "attr37405") ) +(myObject (attribute1 "attr37406") ) +(myObject (attribute1 "attr37407") ) +(myObject (attribute1 "attr37408") ) +(myObject (attribute1 "attr37409") ) +(myObject (attribute1 "attr37410") ) +(myObject (attribute1 "attr37411") ) +(myObject (attribute1 "attr37412") ) +(myObject (attribute1 "attr37413") ) +(myObject (attribute1 "attr37414") ) +(myObject (attribute1 "attr37415") ) +(myObject (attribute1 "attr37416") ) +(myObject (attribute1 "attr37417") ) +(myObject (attribute1 "attr37418") ) +(myObject (attribute1 "attr37419") ) +(myObject (attribute1 "attr37420") ) +(myObject (attribute1 "attr37421") ) +(myObject (attribute1 "attr37422") ) +(myObject (attribute1 "attr37423") ) +(myObject (attribute1 "attr37424") ) +(myObject (attribute1 "attr37425") ) +(myObject (attribute1 "attr37426") ) +(myObject (attribute1 "attr37427") ) +(myObject (attribute1 "attr37428") ) +(myObject (attribute1 "attr37429") ) +(myObject (attribute1 "attr37430") ) +(myObject (attribute1 "attr37431") ) +(myObject (attribute1 "attr37432") ) +(myObject (attribute1 "attr37433") ) +(myObject (attribute1 "attr37434") ) +(myObject (attribute1 "attr37435") ) +(myObject (attribute1 "attr37436") ) +(myObject (attribute1 "attr37437") ) +(myObject (attribute1 "attr37438") ) +(myObject (attribute1 "attr37439") ) +(myObject (attribute1 "attr37440") ) +(myObject (attribute1 "attr37441") ) +(myObject (attribute1 "attr37442") ) +(myObject (attribute1 "attr37443") ) +(myObject (attribute1 "attr37444") ) +(myObject (attribute1 "attr37445") ) +(myObject (attribute1 "attr37446") ) +(myObject (attribute1 "attr37447") ) +(myObject (attribute1 "attr37448") ) +(myObject (attribute1 "attr37449") ) +(myObject (attribute1 "attr37450") ) +(myObject (attribute1 "attr37451") ) +(myObject (attribute1 "attr37452") ) +(myObject (attribute1 "attr37453") ) +(myObject (attribute1 "attr37454") ) +(myObject (attribute1 "attr37455") ) +(myObject (attribute1 "attr37456") ) +(myObject (attribute1 "attr37457") ) +(myObject (attribute1 "attr37458") ) +(myObject (attribute1 "attr37459") ) +(myObject (attribute1 "attr37460") ) +(myObject (attribute1 "attr37461") ) +(myObject (attribute1 "attr37462") ) +(myObject (attribute1 "attr37463") ) +(myObject (attribute1 "attr37464") ) +(myObject (attribute1 "attr37465") ) +(myObject (attribute1 "attr37466") ) +(myObject (attribute1 "attr37467") ) +(myObject (attribute1 "attr37468") ) +(myObject (attribute1 "attr37469") ) +(myObject (attribute1 "attr37470") ) +(myObject (attribute1 "attr37471") ) +(myObject (attribute1 "attr37472") ) +(myObject (attribute1 "attr37473") ) +(myObject (attribute1 "attr37474") ) +(myObject (attribute1 "attr37475") ) +(myObject (attribute1 "attr37476") ) +(myObject (attribute1 "attr37477") ) +(myObject (attribute1 "attr37478") ) +(myObject (attribute1 "attr37479") ) +(myObject (attribute1 "attr37480") ) +(myObject (attribute1 "attr37481") ) +(myObject (attribute1 "attr37482") ) +(myObject (attribute1 "attr37483") ) +(myObject (attribute1 "attr37484") ) +(myObject (attribute1 "attr37485") ) +(myObject (attribute1 "attr37486") ) +(myObject (attribute1 "attr37487") ) +(myObject (attribute1 "attr37488") ) +(myObject (attribute1 "attr37489") ) +(myObject (attribute1 "attr37490") ) +(myObject (attribute1 "attr37491") ) +(myObject (attribute1 "attr37492") ) +(myObject (attribute1 "attr37493") ) +(myObject (attribute1 "attr37494") ) +(myObject (attribute1 "attr37495") ) +(myObject (attribute1 "attr37496") ) +(myObject (attribute1 "attr37497") ) +(myObject (attribute1 "attr37498") ) +(myObject (attribute1 "attr37499") ) +(myObject (attribute1 "attr37500") ) +(myObject (attribute1 "attr37501") ) +(myObject (attribute1 "attr37502") ) +(myObject (attribute1 "attr37503") ) +(myObject (attribute1 "attr37504") ) +(myObject (attribute1 "attr37505") ) +(myObject (attribute1 "attr37506") ) +(myObject (attribute1 "attr37507") ) +(myObject (attribute1 "attr37508") ) +(myObject (attribute1 "attr37509") ) +(myObject (attribute1 "attr37510") ) +(myObject (attribute1 "attr37511") ) +(myObject (attribute1 "attr37512") ) +(myObject (attribute1 "attr37513") ) +(myObject (attribute1 "attr37514") ) +(myObject (attribute1 "attr37515") ) +(myObject (attribute1 "attr37516") ) +(myObject (attribute1 "attr37517") ) +(myObject (attribute1 "attr37518") ) +(myObject (attribute1 "attr37519") ) +(myObject (attribute1 "attr37520") ) +(myObject (attribute1 "attr37521") ) +(myObject (attribute1 "attr37522") ) +(myObject (attribute1 "attr37523") ) +(myObject (attribute1 "attr37524") ) +(myObject (attribute1 "attr37525") ) +(myObject (attribute1 "attr37526") ) +(myObject (attribute1 "attr37527") ) +(myObject (attribute1 "attr37528") ) +(myObject (attribute1 "attr37529") ) +(myObject (attribute1 "attr37530") ) +(myObject (attribute1 "attr37531") ) +(myObject (attribute1 "attr37532") ) +(myObject (attribute1 "attr37533") ) +(myObject (attribute1 "attr37534") ) +(myObject (attribute1 "attr37535") ) +(myObject (attribute1 "attr37536") ) +(myObject (attribute1 "attr37537") ) +(myObject (attribute1 "attr37538") ) +(myObject (attribute1 "attr37539") ) +(myObject (attribute1 "attr37540") ) +(myObject (attribute1 "attr37541") ) +(myObject (attribute1 "attr37542") ) +(myObject (attribute1 "attr37543") ) +(myObject (attribute1 "attr37544") ) +(myObject (attribute1 "attr37545") ) +(myObject (attribute1 "attr37546") ) +(myObject (attribute1 "attr37547") ) +(myObject (attribute1 "attr37548") ) +(myObject (attribute1 "attr37549") ) +(myObject (attribute1 "attr37550") ) +(myObject (attribute1 "attr37551") ) +(myObject (attribute1 "attr37552") ) +(myObject (attribute1 "attr37553") ) +(myObject (attribute1 "attr37554") ) +(myObject (attribute1 "attr37555") ) +(myObject (attribute1 "attr37556") ) +(myObject (attribute1 "attr37557") ) +(myObject (attribute1 "attr37558") ) +(myObject (attribute1 "attr37559") ) +(myObject (attribute1 "attr37560") ) +(myObject (attribute1 "attr37561") ) +(myObject (attribute1 "attr37562") ) +(myObject (attribute1 "attr37563") ) +(myObject (attribute1 "attr37564") ) +(myObject (attribute1 "attr37565") ) +(myObject (attribute1 "attr37566") ) +(myObject (attribute1 "attr37567") ) +(myObject (attribute1 "attr37568") ) +(myObject (attribute1 "attr37569") ) +(myObject (attribute1 "attr37570") ) +(myObject (attribute1 "attr37571") ) +(myObject (attribute1 "attr37572") ) +(myObject (attribute1 "attr37573") ) +(myObject (attribute1 "attr37574") ) +(myObject (attribute1 "attr37575") ) +(myObject (attribute1 "attr37576") ) +(myObject (attribute1 "attr37577") ) +(myObject (attribute1 "attr37578") ) +(myObject (attribute1 "attr37579") ) +(myObject (attribute1 "attr37580") ) +(myObject (attribute1 "attr37581") ) +(myObject (attribute1 "attr37582") ) +(myObject (attribute1 "attr37583") ) +(myObject (attribute1 "attr37584") ) +(myObject (attribute1 "attr37585") ) +(myObject (attribute1 "attr37586") ) +(myObject (attribute1 "attr37587") ) +(myObject (attribute1 "attr37588") ) +(myObject (attribute1 "attr37589") ) +(myObject (attribute1 "attr37590") ) +(myObject (attribute1 "attr37591") ) +(myObject (attribute1 "attr37592") ) +(myObject (attribute1 "attr37593") ) +(myObject (attribute1 "attr37594") ) +(myObject (attribute1 "attr37595") ) +(myObject (attribute1 "attr37596") ) +(myObject (attribute1 "attr37597") ) +(myObject (attribute1 "attr37598") ) +(myObject (attribute1 "attr37599") ) +(myObject (attribute1 "attr37600") ) +(myObject (attribute1 "attr37601") ) +(myObject (attribute1 "attr37602") ) +(myObject (attribute1 "attr37603") ) +(myObject (attribute1 "attr37604") ) +(myObject (attribute1 "attr37605") ) +(myObject (attribute1 "attr37606") ) +(myObject (attribute1 "attr37607") ) +(myObject (attribute1 "attr37608") ) +(myObject (attribute1 "attr37609") ) +(myObject (attribute1 "attr37610") ) +(myObject (attribute1 "attr37611") ) +(myObject (attribute1 "attr37612") ) +(myObject (attribute1 "attr37613") ) +(myObject (attribute1 "attr37614") ) +(myObject (attribute1 "attr37615") ) +(myObject (attribute1 "attr37616") ) +(myObject (attribute1 "attr37617") ) +(myObject (attribute1 "attr37618") ) +(myObject (attribute1 "attr37619") ) +(myObject (attribute1 "attr37620") ) +(myObject (attribute1 "attr37621") ) +(myObject (attribute1 "attr37622") ) +(myObject (attribute1 "attr37623") ) +(myObject (attribute1 "attr37624") ) +(myObject (attribute1 "attr37625") ) +(myObject (attribute1 "attr37626") ) +(myObject (attribute1 "attr37627") ) +(myObject (attribute1 "attr37628") ) +(myObject (attribute1 "attr37629") ) +(myObject (attribute1 "attr37630") ) +(myObject (attribute1 "attr37631") ) +(myObject (attribute1 "attr37632") ) +(myObject (attribute1 "attr37633") ) +(myObject (attribute1 "attr37634") ) +(myObject (attribute1 "attr37635") ) +(myObject (attribute1 "attr37636") ) +(myObject (attribute1 "attr37637") ) +(myObject (attribute1 "attr37638") ) +(myObject (attribute1 "attr37639") ) +(myObject (attribute1 "attr37640") ) +(myObject (attribute1 "attr37641") ) +(myObject (attribute1 "attr37642") ) +(myObject (attribute1 "attr37643") ) +(myObject (attribute1 "attr37644") ) +(myObject (attribute1 "attr37645") ) +(myObject (attribute1 "attr37646") ) +(myObject (attribute1 "attr37647") ) +(myObject (attribute1 "attr37648") ) +(myObject (attribute1 "attr37649") ) +(myObject (attribute1 "attr37650") ) +(myObject (attribute1 "attr37651") ) +(myObject (attribute1 "attr37652") ) +(myObject (attribute1 "attr37653") ) +(myObject (attribute1 "attr37654") ) +(myObject (attribute1 "attr37655") ) +(myObject (attribute1 "attr37656") ) +(myObject (attribute1 "attr37657") ) +(myObject (attribute1 "attr37658") ) +(myObject (attribute1 "attr37659") ) +(myObject (attribute1 "attr37660") ) +(myObject (attribute1 "attr37661") ) +(myObject (attribute1 "attr37662") ) +(myObject (attribute1 "attr37663") ) +(myObject (attribute1 "attr37664") ) +(myObject (attribute1 "attr37665") ) +(myObject (attribute1 "attr37666") ) +(myObject (attribute1 "attr37667") ) +(myObject (attribute1 "attr37668") ) +(myObject (attribute1 "attr37669") ) +(myObject (attribute1 "attr37670") ) +(myObject (attribute1 "attr37671") ) +(myObject (attribute1 "attr37672") ) +(myObject (attribute1 "attr37673") ) +(myObject (attribute1 "attr37674") ) +(myObject (attribute1 "attr37675") ) +(myObject (attribute1 "attr37676") ) +(myObject (attribute1 "attr37677") ) +(myObject (attribute1 "attr37678") ) +(myObject (attribute1 "attr37679") ) +(myObject (attribute1 "attr37680") ) +(myObject (attribute1 "attr37681") ) +(myObject (attribute1 "attr37682") ) +(myObject (attribute1 "attr37683") ) +(myObject (attribute1 "attr37684") ) +(myObject (attribute1 "attr37685") ) +(myObject (attribute1 "attr37686") ) +(myObject (attribute1 "attr37687") ) +(myObject (attribute1 "attr37688") ) +(myObject (attribute1 "attr37689") ) +(myObject (attribute1 "attr37690") ) +(myObject (attribute1 "attr37691") ) +(myObject (attribute1 "attr37692") ) +(myObject (attribute1 "attr37693") ) +(myObject (attribute1 "attr37694") ) +(myObject (attribute1 "attr37695") ) +(myObject (attribute1 "attr37696") ) +(myObject (attribute1 "attr37697") ) +(myObject (attribute1 "attr37698") ) +(myObject (attribute1 "attr37699") ) +(myObject (attribute1 "attr37700") ) +(myObject (attribute1 "attr37701") ) +(myObject (attribute1 "attr37702") ) +(myObject (attribute1 "attr37703") ) +(myObject (attribute1 "attr37704") ) +(myObject (attribute1 "attr37705") ) +(myObject (attribute1 "attr37706") ) +(myObject (attribute1 "attr37707") ) +(myObject (attribute1 "attr37708") ) +(myObject (attribute1 "attr37709") ) +(myObject (attribute1 "attr37710") ) +(myObject (attribute1 "attr37711") ) +(myObject (attribute1 "attr37712") ) +(myObject (attribute1 "attr37713") ) +(myObject (attribute1 "attr37714") ) +(myObject (attribute1 "attr37715") ) +(myObject (attribute1 "attr37716") ) +(myObject (attribute1 "attr37717") ) +(myObject (attribute1 "attr37718") ) +(myObject (attribute1 "attr37719") ) +(myObject (attribute1 "attr37720") ) +(myObject (attribute1 "attr37721") ) +(myObject (attribute1 "attr37722") ) +(myObject (attribute1 "attr37723") ) +(myObject (attribute1 "attr37724") ) +(myObject (attribute1 "attr37725") ) +(myObject (attribute1 "attr37726") ) +(myObject (attribute1 "attr37727") ) +(myObject (attribute1 "attr37728") ) +(myObject (attribute1 "attr37729") ) +(myObject (attribute1 "attr37730") ) +(myObject (attribute1 "attr37731") ) +(myObject (attribute1 "attr37732") ) +(myObject (attribute1 "attr37733") ) +(myObject (attribute1 "attr37734") ) +(myObject (attribute1 "attr37735") ) +(myObject (attribute1 "attr37736") ) +(myObject (attribute1 "attr37737") ) +(myObject (attribute1 "attr37738") ) +(myObject (attribute1 "attr37739") ) +(myObject (attribute1 "attr37740") ) +(myObject (attribute1 "attr37741") ) +(myObject (attribute1 "attr37742") ) +(myObject (attribute1 "attr37743") ) +(myObject (attribute1 "attr37744") ) +(myObject (attribute1 "attr37745") ) +(myObject (attribute1 "attr37746") ) +(myObject (attribute1 "attr37747") ) +(myObject (attribute1 "attr37748") ) +(myObject (attribute1 "attr37749") ) +(myObject (attribute1 "attr37750") ) +(myObject (attribute1 "attr37751") ) +(myObject (attribute1 "attr37752") ) +(myObject (attribute1 "attr37753") ) +(myObject (attribute1 "attr37754") ) +(myObject (attribute1 "attr37755") ) +(myObject (attribute1 "attr37756") ) +(myObject (attribute1 "attr37757") ) +(myObject (attribute1 "attr37758") ) +(myObject (attribute1 "attr37759") ) +(myObject (attribute1 "attr37760") ) +(myObject (attribute1 "attr37761") ) +(myObject (attribute1 "attr37762") ) +(myObject (attribute1 "attr37763") ) +(myObject (attribute1 "attr37764") ) +(myObject (attribute1 "attr37765") ) +(myObject (attribute1 "attr37766") ) +(myObject (attribute1 "attr37767") ) +(myObject (attribute1 "attr37768") ) +(myObject (attribute1 "attr37769") ) +(myObject (attribute1 "attr37770") ) +(myObject (attribute1 "attr37771") ) +(myObject (attribute1 "attr37772") ) +(myObject (attribute1 "attr37773") ) +(myObject (attribute1 "attr37774") ) +(myObject (attribute1 "attr37775") ) +(myObject (attribute1 "attr37776") ) +(myObject (attribute1 "attr37777") ) +(myObject (attribute1 "attr37778") ) +(myObject (attribute1 "attr37779") ) +(myObject (attribute1 "attr37780") ) +(myObject (attribute1 "attr37781") ) +(myObject (attribute1 "attr37782") ) +(myObject (attribute1 "attr37783") ) +(myObject (attribute1 "attr37784") ) +(myObject (attribute1 "attr37785") ) +(myObject (attribute1 "attr37786") ) +(myObject (attribute1 "attr37787") ) +(myObject (attribute1 "attr37788") ) +(myObject (attribute1 "attr37789") ) +(myObject (attribute1 "attr37790") ) +(myObject (attribute1 "attr37791") ) +(myObject (attribute1 "attr37792") ) +(myObject (attribute1 "attr37793") ) +(myObject (attribute1 "attr37794") ) +(myObject (attribute1 "attr37795") ) +(myObject (attribute1 "attr37796") ) +(myObject (attribute1 "attr37797") ) +(myObject (attribute1 "attr37798") ) +(myObject (attribute1 "attr37799") ) +(myObject (attribute1 "attr37800") ) +(myObject (attribute1 "attr37801") ) +(myObject (attribute1 "attr37802") ) +(myObject (attribute1 "attr37803") ) +(myObject (attribute1 "attr37804") ) +(myObject (attribute1 "attr37805") ) +(myObject (attribute1 "attr37806") ) +(myObject (attribute1 "attr37807") ) +(myObject (attribute1 "attr37808") ) +(myObject (attribute1 "attr37809") ) +(myObject (attribute1 "attr37810") ) +(myObject (attribute1 "attr37811") ) +(myObject (attribute1 "attr37812") ) +(myObject (attribute1 "attr37813") ) +(myObject (attribute1 "attr37814") ) +(myObject (attribute1 "attr37815") ) +(myObject (attribute1 "attr37816") ) +(myObject (attribute1 "attr37817") ) +(myObject (attribute1 "attr37818") ) +(myObject (attribute1 "attr37819") ) +(myObject (attribute1 "attr37820") ) +(myObject (attribute1 "attr37821") ) +(myObject (attribute1 "attr37822") ) +(myObject (attribute1 "attr37823") ) +(myObject (attribute1 "attr37824") ) +(myObject (attribute1 "attr37825") ) +(myObject (attribute1 "attr37826") ) +(myObject (attribute1 "attr37827") ) +(myObject (attribute1 "attr37828") ) +(myObject (attribute1 "attr37829") ) +(myObject (attribute1 "attr37830") ) +(myObject (attribute1 "attr37831") ) +(myObject (attribute1 "attr37832") ) +(myObject (attribute1 "attr37833") ) +(myObject (attribute1 "attr37834") ) +(myObject (attribute1 "attr37835") ) +(myObject (attribute1 "attr37836") ) +(myObject (attribute1 "attr37837") ) +(myObject (attribute1 "attr37838") ) +(myObject (attribute1 "attr37839") ) +(myObject (attribute1 "attr37840") ) +(myObject (attribute1 "attr37841") ) +(myObject (attribute1 "attr37842") ) +(myObject (attribute1 "attr37843") ) +(myObject (attribute1 "attr37844") ) +(myObject (attribute1 "attr37845") ) +(myObject (attribute1 "attr37846") ) +(myObject (attribute1 "attr37847") ) +(myObject (attribute1 "attr37848") ) +(myObject (attribute1 "attr37849") ) +(myObject (attribute1 "attr37850") ) +(myObject (attribute1 "attr37851") ) +(myObject (attribute1 "attr37852") ) +(myObject (attribute1 "attr37853") ) +(myObject (attribute1 "attr37854") ) +(myObject (attribute1 "attr37855") ) +(myObject (attribute1 "attr37856") ) +(myObject (attribute1 "attr37857") ) +(myObject (attribute1 "attr37858") ) +(myObject (attribute1 "attr37859") ) +(myObject (attribute1 "attr37860") ) +(myObject (attribute1 "attr37861") ) +(myObject (attribute1 "attr37862") ) +(myObject (attribute1 "attr37863") ) +(myObject (attribute1 "attr37864") ) +(myObject (attribute1 "attr37865") ) +(myObject (attribute1 "attr37866") ) +(myObject (attribute1 "attr37867") ) +(myObject (attribute1 "attr37868") ) +(myObject (attribute1 "attr37869") ) +(myObject (attribute1 "attr37870") ) +(myObject (attribute1 "attr37871") ) +(myObject (attribute1 "attr37872") ) +(myObject (attribute1 "attr37873") ) +(myObject (attribute1 "attr37874") ) +(myObject (attribute1 "attr37875") ) +(myObject (attribute1 "attr37876") ) +(myObject (attribute1 "attr37877") ) +(myObject (attribute1 "attr37878") ) +(myObject (attribute1 "attr37879") ) +(myObject (attribute1 "attr37880") ) +(myObject (attribute1 "attr37881") ) +(myObject (attribute1 "attr37882") ) +(myObject (attribute1 "attr37883") ) +(myObject (attribute1 "attr37884") ) +(myObject (attribute1 "attr37885") ) +(myObject (attribute1 "attr37886") ) +(myObject (attribute1 "attr37887") ) +(myObject (attribute1 "attr37888") ) +(myObject (attribute1 "attr37889") ) +(myObject (attribute1 "attr37890") ) +(myObject (attribute1 "attr37891") ) +(myObject (attribute1 "attr37892") ) +(myObject (attribute1 "attr37893") ) +(myObject (attribute1 "attr37894") ) +(myObject (attribute1 "attr37895") ) +(myObject (attribute1 "attr37896") ) +(myObject (attribute1 "attr37897") ) +(myObject (attribute1 "attr37898") ) +(myObject (attribute1 "attr37899") ) +(myObject (attribute1 "attr37900") ) +(myObject (attribute1 "attr37901") ) +(myObject (attribute1 "attr37902") ) +(myObject (attribute1 "attr37903") ) +(myObject (attribute1 "attr37904") ) +(myObject (attribute1 "attr37905") ) +(myObject (attribute1 "attr37906") ) +(myObject (attribute1 "attr37907") ) +(myObject (attribute1 "attr37908") ) +(myObject (attribute1 "attr37909") ) +(myObject (attribute1 "attr37910") ) +(myObject (attribute1 "attr37911") ) +(myObject (attribute1 "attr37912") ) +(myObject (attribute1 "attr37913") ) +(myObject (attribute1 "attr37914") ) +(myObject (attribute1 "attr37915") ) +(myObject (attribute1 "attr37916") ) +(myObject (attribute1 "attr37917") ) +(myObject (attribute1 "attr37918") ) +(myObject (attribute1 "attr37919") ) +(myObject (attribute1 "attr37920") ) +(myObject (attribute1 "attr37921") ) +(myObject (attribute1 "attr37922") ) +(myObject (attribute1 "attr37923") ) +(myObject (attribute1 "attr37924") ) +(myObject (attribute1 "attr37925") ) +(myObject (attribute1 "attr37926") ) +(myObject (attribute1 "attr37927") ) +(myObject (attribute1 "attr37928") ) +(myObject (attribute1 "attr37929") ) +(myObject (attribute1 "attr37930") ) +(myObject (attribute1 "attr37931") ) +(myObject (attribute1 "attr37932") ) +(myObject (attribute1 "attr37933") ) +(myObject (attribute1 "attr37934") ) +(myObject (attribute1 "attr37935") ) +(myObject (attribute1 "attr37936") ) +(myObject (attribute1 "attr37937") ) +(myObject (attribute1 "attr37938") ) +(myObject (attribute1 "attr37939") ) +(myObject (attribute1 "attr37940") ) +(myObject (attribute1 "attr37941") ) +(myObject (attribute1 "attr37942") ) +(myObject (attribute1 "attr37943") ) +(myObject (attribute1 "attr37944") ) +(myObject (attribute1 "attr37945") ) +(myObject (attribute1 "attr37946") ) +(myObject (attribute1 "attr37947") ) +(myObject (attribute1 "attr37948") ) +(myObject (attribute1 "attr37949") ) +(myObject (attribute1 "attr37950") ) +(myObject (attribute1 "attr37951") ) +(myObject (attribute1 "attr37952") ) +(myObject (attribute1 "attr37953") ) +(myObject (attribute1 "attr37954") ) +(myObject (attribute1 "attr37955") ) +(myObject (attribute1 "attr37956") ) +(myObject (attribute1 "attr37957") ) +(myObject (attribute1 "attr37958") ) +(myObject (attribute1 "attr37959") ) +(myObject (attribute1 "attr37960") ) +(myObject (attribute1 "attr37961") ) +(myObject (attribute1 "attr37962") ) +(myObject (attribute1 "attr37963") ) +(myObject (attribute1 "attr37964") ) +(myObject (attribute1 "attr37965") ) +(myObject (attribute1 "attr37966") ) +(myObject (attribute1 "attr37967") ) +(myObject (attribute1 "attr37968") ) +(myObject (attribute1 "attr37969") ) +(myObject (attribute1 "attr37970") ) +(myObject (attribute1 "attr37971") ) +(myObject (attribute1 "attr37972") ) +(myObject (attribute1 "attr37973") ) +(myObject (attribute1 "attr37974") ) +(myObject (attribute1 "attr37975") ) +(myObject (attribute1 "attr37976") ) +(myObject (attribute1 "attr37977") ) +(myObject (attribute1 "attr37978") ) +(myObject (attribute1 "attr37979") ) +(myObject (attribute1 "attr37980") ) +(myObject (attribute1 "attr37981") ) +(myObject (attribute1 "attr37982") ) +(myObject (attribute1 "attr37983") ) +(myObject (attribute1 "attr37984") ) +(myObject (attribute1 "attr37985") ) +(myObject (attribute1 "attr37986") ) +(myObject (attribute1 "attr37987") ) +(myObject (attribute1 "attr37988") ) +(myObject (attribute1 "attr37989") ) +(myObject (attribute1 "attr37990") ) +(myObject (attribute1 "attr37991") ) +(myObject (attribute1 "attr37992") ) +(myObject (attribute1 "attr37993") ) +(myObject (attribute1 "attr37994") ) +(myObject (attribute1 "attr37995") ) +(myObject (attribute1 "attr37996") ) +(myObject (attribute1 "attr37997") ) +(myObject (attribute1 "attr37998") ) +(myObject (attribute1 "attr37999") ) +(myObject (attribute1 "attr38000") ) +(myObject (attribute1 "attr38001") ) +(myObject (attribute1 "attr38002") ) +(myObject (attribute1 "attr38003") ) +(myObject (attribute1 "attr38004") ) +(myObject (attribute1 "attr38005") ) +(myObject (attribute1 "attr38006") ) +(myObject (attribute1 "attr38007") ) +(myObject (attribute1 "attr38008") ) +(myObject (attribute1 "attr38009") ) +(myObject (attribute1 "attr38010") ) +(myObject (attribute1 "attr38011") ) +(myObject (attribute1 "attr38012") ) +(myObject (attribute1 "attr38013") ) +(myObject (attribute1 "attr38014") ) +(myObject (attribute1 "attr38015") ) +(myObject (attribute1 "attr38016") ) +(myObject (attribute1 "attr38017") ) +(myObject (attribute1 "attr38018") ) +(myObject (attribute1 "attr38019") ) +(myObject (attribute1 "attr38020") ) +(myObject (attribute1 "attr38021") ) +(myObject (attribute1 "attr38022") ) +(myObject (attribute1 "attr38023") ) +(myObject (attribute1 "attr38024") ) +(myObject (attribute1 "attr38025") ) +(myObject (attribute1 "attr38026") ) +(myObject (attribute1 "attr38027") ) +(myObject (attribute1 "attr38028") ) +(myObject (attribute1 "attr38029") ) +(myObject (attribute1 "attr38030") ) +(myObject (attribute1 "attr38031") ) +(myObject (attribute1 "attr38032") ) +(myObject (attribute1 "attr38033") ) +(myObject (attribute1 "attr38034") ) +(myObject (attribute1 "attr38035") ) +(myObject (attribute1 "attr38036") ) +(myObject (attribute1 "attr38037") ) +(myObject (attribute1 "attr38038") ) +(myObject (attribute1 "attr38039") ) +(myObject (attribute1 "attr38040") ) +(myObject (attribute1 "attr38041") ) +(myObject (attribute1 "attr38042") ) +(myObject (attribute1 "attr38043") ) +(myObject (attribute1 "attr38044") ) +(myObject (attribute1 "attr38045") ) +(myObject (attribute1 "attr38046") ) +(myObject (attribute1 "attr38047") ) +(myObject (attribute1 "attr38048") ) +(myObject (attribute1 "attr38049") ) +(myObject (attribute1 "attr38050") ) +(myObject (attribute1 "attr38051") ) +(myObject (attribute1 "attr38052") ) +(myObject (attribute1 "attr38053") ) +(myObject (attribute1 "attr38054") ) +(myObject (attribute1 "attr38055") ) +(myObject (attribute1 "attr38056") ) +(myObject (attribute1 "attr38057") ) +(myObject (attribute1 "attr38058") ) +(myObject (attribute1 "attr38059") ) +(myObject (attribute1 "attr38060") ) +(myObject (attribute1 "attr38061") ) +(myObject (attribute1 "attr38062") ) +(myObject (attribute1 "attr38063") ) +(myObject (attribute1 "attr38064") ) +(myObject (attribute1 "attr38065") ) +(myObject (attribute1 "attr38066") ) +(myObject (attribute1 "attr38067") ) +(myObject (attribute1 "attr38068") ) +(myObject (attribute1 "attr38069") ) +(myObject (attribute1 "attr38070") ) +(myObject (attribute1 "attr38071") ) +(myObject (attribute1 "attr38072") ) +(myObject (attribute1 "attr38073") ) +(myObject (attribute1 "attr38074") ) +(myObject (attribute1 "attr38075") ) +(myObject (attribute1 "attr38076") ) +(myObject (attribute1 "attr38077") ) +(myObject (attribute1 "attr38078") ) +(myObject (attribute1 "attr38079") ) +(myObject (attribute1 "attr38080") ) +(myObject (attribute1 "attr38081") ) +(myObject (attribute1 "attr38082") ) +(myObject (attribute1 "attr38083") ) +(myObject (attribute1 "attr38084") ) +(myObject (attribute1 "attr38085") ) +(myObject (attribute1 "attr38086") ) +(myObject (attribute1 "attr38087") ) +(myObject (attribute1 "attr38088") ) +(myObject (attribute1 "attr38089") ) +(myObject (attribute1 "attr38090") ) +(myObject (attribute1 "attr38091") ) +(myObject (attribute1 "attr38092") ) +(myObject (attribute1 "attr38093") ) +(myObject (attribute1 "attr38094") ) +(myObject (attribute1 "attr38095") ) +(myObject (attribute1 "attr38096") ) +(myObject (attribute1 "attr38097") ) +(myObject (attribute1 "attr38098") ) +(myObject (attribute1 "attr38099") ) +(myObject (attribute1 "attr38100") ) +(myObject (attribute1 "attr38101") ) +(myObject (attribute1 "attr38102") ) +(myObject (attribute1 "attr38103") ) +(myObject (attribute1 "attr38104") ) +(myObject (attribute1 "attr38105") ) +(myObject (attribute1 "attr38106") ) +(myObject (attribute1 "attr38107") ) +(myObject (attribute1 "attr38108") ) +(myObject (attribute1 "attr38109") ) +(myObject (attribute1 "attr38110") ) +(myObject (attribute1 "attr38111") ) +(myObject (attribute1 "attr38112") ) +(myObject (attribute1 "attr38113") ) +(myObject (attribute1 "attr38114") ) +(myObject (attribute1 "attr38115") ) +(myObject (attribute1 "attr38116") ) +(myObject (attribute1 "attr38117") ) +(myObject (attribute1 "attr38118") ) +(myObject (attribute1 "attr38119") ) +(myObject (attribute1 "attr38120") ) +(myObject (attribute1 "attr38121") ) +(myObject (attribute1 "attr38122") ) +(myObject (attribute1 "attr38123") ) +(myObject (attribute1 "attr38124") ) +(myObject (attribute1 "attr38125") ) +(myObject (attribute1 "attr38126") ) +(myObject (attribute1 "attr38127") ) +(myObject (attribute1 "attr38128") ) +(myObject (attribute1 "attr38129") ) +(myObject (attribute1 "attr38130") ) +(myObject (attribute1 "attr38131") ) +(myObject (attribute1 "attr38132") ) +(myObject (attribute1 "attr38133") ) +(myObject (attribute1 "attr38134") ) +(myObject (attribute1 "attr38135") ) +(myObject (attribute1 "attr38136") ) +(myObject (attribute1 "attr38137") ) +(myObject (attribute1 "attr38138") ) +(myObject (attribute1 "attr38139") ) +(myObject (attribute1 "attr38140") ) +(myObject (attribute1 "attr38141") ) +(myObject (attribute1 "attr38142") ) +(myObject (attribute1 "attr38143") ) +(myObject (attribute1 "attr38144") ) +(myObject (attribute1 "attr38145") ) +(myObject (attribute1 "attr38146") ) +(myObject (attribute1 "attr38147") ) +(myObject (attribute1 "attr38148") ) +(myObject (attribute1 "attr38149") ) +(myObject (attribute1 "attr38150") ) +(myObject (attribute1 "attr38151") ) +(myObject (attribute1 "attr38152") ) +(myObject (attribute1 "attr38153") ) +(myObject (attribute1 "attr38154") ) +(myObject (attribute1 "attr38155") ) +(myObject (attribute1 "attr38156") ) +(myObject (attribute1 "attr38157") ) +(myObject (attribute1 "attr38158") ) +(myObject (attribute1 "attr38159") ) +(myObject (attribute1 "attr38160") ) +(myObject (attribute1 "attr38161") ) +(myObject (attribute1 "attr38162") ) +(myObject (attribute1 "attr38163") ) +(myObject (attribute1 "attr38164") ) +(myObject (attribute1 "attr38165") ) +(myObject (attribute1 "attr38166") ) +(myObject (attribute1 "attr38167") ) +(myObject (attribute1 "attr38168") ) +(myObject (attribute1 "attr38169") ) +(myObject (attribute1 "attr38170") ) +(myObject (attribute1 "attr38171") ) +(myObject (attribute1 "attr38172") ) +(myObject (attribute1 "attr38173") ) +(myObject (attribute1 "attr38174") ) +(myObject (attribute1 "attr38175") ) +(myObject (attribute1 "attr38176") ) +(myObject (attribute1 "attr38177") ) +(myObject (attribute1 "attr38178") ) +(myObject (attribute1 "attr38179") ) +(myObject (attribute1 "attr38180") ) +(myObject (attribute1 "attr38181") ) +(myObject (attribute1 "attr38182") ) +(myObject (attribute1 "attr38183") ) +(myObject (attribute1 "attr38184") ) +(myObject (attribute1 "attr38185") ) +(myObject (attribute1 "attr38186") ) +(myObject (attribute1 "attr38187") ) +(myObject (attribute1 "attr38188") ) +(myObject (attribute1 "attr38189") ) +(myObject (attribute1 "attr38190") ) +(myObject (attribute1 "attr38191") ) +(myObject (attribute1 "attr38192") ) +(myObject (attribute1 "attr38193") ) +(myObject (attribute1 "attr38194") ) +(myObject (attribute1 "attr38195") ) +(myObject (attribute1 "attr38196") ) +(myObject (attribute1 "attr38197") ) +(myObject (attribute1 "attr38198") ) +(myObject (attribute1 "attr38199") ) +(myObject (attribute1 "attr38200") ) +(myObject (attribute1 "attr38201") ) +(myObject (attribute1 "attr38202") ) +(myObject (attribute1 "attr38203") ) +(myObject (attribute1 "attr38204") ) +(myObject (attribute1 "attr38205") ) +(myObject (attribute1 "attr38206") ) +(myObject (attribute1 "attr38207") ) +(myObject (attribute1 "attr38208") ) +(myObject (attribute1 "attr38209") ) +(myObject (attribute1 "attr38210") ) +(myObject (attribute1 "attr38211") ) +(myObject (attribute1 "attr38212") ) +(myObject (attribute1 "attr38213") ) +(myObject (attribute1 "attr38214") ) +(myObject (attribute1 "attr38215") ) +(myObject (attribute1 "attr38216") ) +(myObject (attribute1 "attr38217") ) +(myObject (attribute1 "attr38218") ) +(myObject (attribute1 "attr38219") ) +(myObject (attribute1 "attr38220") ) +(myObject (attribute1 "attr38221") ) +(myObject (attribute1 "attr38222") ) +(myObject (attribute1 "attr38223") ) +(myObject (attribute1 "attr38224") ) +(myObject (attribute1 "attr38225") ) +(myObject (attribute1 "attr38226") ) +(myObject (attribute1 "attr38227") ) +(myObject (attribute1 "attr38228") ) +(myObject (attribute1 "attr38229") ) +(myObject (attribute1 "attr38230") ) +(myObject (attribute1 "attr38231") ) +(myObject (attribute1 "attr38232") ) +(myObject (attribute1 "attr38233") ) +(myObject (attribute1 "attr38234") ) +(myObject (attribute1 "attr38235") ) +(myObject (attribute1 "attr38236") ) +(myObject (attribute1 "attr38237") ) +(myObject (attribute1 "attr38238") ) +(myObject (attribute1 "attr38239") ) +(myObject (attribute1 "attr38240") ) +(myObject (attribute1 "attr38241") ) +(myObject (attribute1 "attr38242") ) +(myObject (attribute1 "attr38243") ) +(myObject (attribute1 "attr38244") ) +(myObject (attribute1 "attr38245") ) +(myObject (attribute1 "attr38246") ) +(myObject (attribute1 "attr38247") ) +(myObject (attribute1 "attr38248") ) +(myObject (attribute1 "attr38249") ) +(myObject (attribute1 "attr38250") ) +(myObject (attribute1 "attr38251") ) +(myObject (attribute1 "attr38252") ) +(myObject (attribute1 "attr38253") ) +(myObject (attribute1 "attr38254") ) +(myObject (attribute1 "attr38255") ) +(myObject (attribute1 "attr38256") ) +(myObject (attribute1 "attr38257") ) +(myObject (attribute1 "attr38258") ) +(myObject (attribute1 "attr38259") ) +(myObject (attribute1 "attr38260") ) +(myObject (attribute1 "attr38261") ) +(myObject (attribute1 "attr38262") ) +(myObject (attribute1 "attr38263") ) +(myObject (attribute1 "attr38264") ) +(myObject (attribute1 "attr38265") ) +(myObject (attribute1 "attr38266") ) +(myObject (attribute1 "attr38267") ) +(myObject (attribute1 "attr38268") ) +(myObject (attribute1 "attr38269") ) +(myObject (attribute1 "attr38270") ) +(myObject (attribute1 "attr38271") ) +(myObject (attribute1 "attr38272") ) +(myObject (attribute1 "attr38273") ) +(myObject (attribute1 "attr38274") ) +(myObject (attribute1 "attr38275") ) +(myObject (attribute1 "attr38276") ) +(myObject (attribute1 "attr38277") ) +(myObject (attribute1 "attr38278") ) +(myObject (attribute1 "attr38279") ) +(myObject (attribute1 "attr38280") ) +(myObject (attribute1 "attr38281") ) +(myObject (attribute1 "attr38282") ) +(myObject (attribute1 "attr38283") ) +(myObject (attribute1 "attr38284") ) +(myObject (attribute1 "attr38285") ) +(myObject (attribute1 "attr38286") ) +(myObject (attribute1 "attr38287") ) +(myObject (attribute1 "attr38288") ) +(myObject (attribute1 "attr38289") ) +(myObject (attribute1 "attr38290") ) +(myObject (attribute1 "attr38291") ) +(myObject (attribute1 "attr38292") ) +(myObject (attribute1 "attr38293") ) +(myObject (attribute1 "attr38294") ) +(myObject (attribute1 "attr38295") ) +(myObject (attribute1 "attr38296") ) +(myObject (attribute1 "attr38297") ) +(myObject (attribute1 "attr38298") ) +(myObject (attribute1 "attr38299") ) +(myObject (attribute1 "attr38300") ) +(myObject (attribute1 "attr38301") ) +(myObject (attribute1 "attr38302") ) +(myObject (attribute1 "attr38303") ) +(myObject (attribute1 "attr38304") ) +(myObject (attribute1 "attr38305") ) +(myObject (attribute1 "attr38306") ) +(myObject (attribute1 "attr38307") ) +(myObject (attribute1 "attr38308") ) +(myObject (attribute1 "attr38309") ) +(myObject (attribute1 "attr38310") ) +(myObject (attribute1 "attr38311") ) +(myObject (attribute1 "attr38312") ) +(myObject (attribute1 "attr38313") ) +(myObject (attribute1 "attr38314") ) +(myObject (attribute1 "attr38315") ) +(myObject (attribute1 "attr38316") ) +(myObject (attribute1 "attr38317") ) +(myObject (attribute1 "attr38318") ) +(myObject (attribute1 "attr38319") ) +(myObject (attribute1 "attr38320") ) +(myObject (attribute1 "attr38321") ) +(myObject (attribute1 "attr38322") ) +(myObject (attribute1 "attr38323") ) +(myObject (attribute1 "attr38324") ) +(myObject (attribute1 "attr38325") ) +(myObject (attribute1 "attr38326") ) +(myObject (attribute1 "attr38327") ) +(myObject (attribute1 "attr38328") ) +(myObject (attribute1 "attr38329") ) +(myObject (attribute1 "attr38330") ) +(myObject (attribute1 "attr38331") ) +(myObject (attribute1 "attr38332") ) +(myObject (attribute1 "attr38333") ) +(myObject (attribute1 "attr38334") ) +(myObject (attribute1 "attr38335") ) +(myObject (attribute1 "attr38336") ) +(myObject (attribute1 "attr38337") ) +(myObject (attribute1 "attr38338") ) +(myObject (attribute1 "attr38339") ) +(myObject (attribute1 "attr38340") ) +(myObject (attribute1 "attr38341") ) +(myObject (attribute1 "attr38342") ) +(myObject (attribute1 "attr38343") ) +(myObject (attribute1 "attr38344") ) +(myObject (attribute1 "attr38345") ) +(myObject (attribute1 "attr38346") ) +(myObject (attribute1 "attr38347") ) +(myObject (attribute1 "attr38348") ) +(myObject (attribute1 "attr38349") ) +(myObject (attribute1 "attr38350") ) +(myObject (attribute1 "attr38351") ) +(myObject (attribute1 "attr38352") ) +(myObject (attribute1 "attr38353") ) +(myObject (attribute1 "attr38354") ) +(myObject (attribute1 "attr38355") ) +(myObject (attribute1 "attr38356") ) +(myObject (attribute1 "attr38357") ) +(myObject (attribute1 "attr38358") ) +(myObject (attribute1 "attr38359") ) +(myObject (attribute1 "attr38360") ) +(myObject (attribute1 "attr38361") ) +(myObject (attribute1 "attr38362") ) +(myObject (attribute1 "attr38363") ) +(myObject (attribute1 "attr38364") ) +(myObject (attribute1 "attr38365") ) +(myObject (attribute1 "attr38366") ) +(myObject (attribute1 "attr38367") ) +(myObject (attribute1 "attr38368") ) +(myObject (attribute1 "attr38369") ) +(myObject (attribute1 "attr38370") ) +(myObject (attribute1 "attr38371") ) +(myObject (attribute1 "attr38372") ) +(myObject (attribute1 "attr38373") ) +(myObject (attribute1 "attr38374") ) +(myObject (attribute1 "attr38375") ) +(myObject (attribute1 "attr38376") ) +(myObject (attribute1 "attr38377") ) +(myObject (attribute1 "attr38378") ) +(myObject (attribute1 "attr38379") ) +(myObject (attribute1 "attr38380") ) +(myObject (attribute1 "attr38381") ) +(myObject (attribute1 "attr38382") ) +(myObject (attribute1 "attr38383") ) +(myObject (attribute1 "attr38384") ) +(myObject (attribute1 "attr38385") ) +(myObject (attribute1 "attr38386") ) +(myObject (attribute1 "attr38387") ) +(myObject (attribute1 "attr38388") ) +(myObject (attribute1 "attr38389") ) +(myObject (attribute1 "attr38390") ) +(myObject (attribute1 "attr38391") ) +(myObject (attribute1 "attr38392") ) +(myObject (attribute1 "attr38393") ) +(myObject (attribute1 "attr38394") ) +(myObject (attribute1 "attr38395") ) +(myObject (attribute1 "attr38396") ) +(myObject (attribute1 "attr38397") ) +(myObject (attribute1 "attr38398") ) +(myObject (attribute1 "attr38399") ) +(myObject (attribute1 "attr38400") ) +(myObject (attribute1 "attr38401") ) +(myObject (attribute1 "attr38402") ) +(myObject (attribute1 "attr38403") ) +(myObject (attribute1 "attr38404") ) +(myObject (attribute1 "attr38405") ) +(myObject (attribute1 "attr38406") ) +(myObject (attribute1 "attr38407") ) +(myObject (attribute1 "attr38408") ) +(myObject (attribute1 "attr38409") ) +(myObject (attribute1 "attr38410") ) +(myObject (attribute1 "attr38411") ) +(myObject (attribute1 "attr38412") ) +(myObject (attribute1 "attr38413") ) +(myObject (attribute1 "attr38414") ) +(myObject (attribute1 "attr38415") ) +(myObject (attribute1 "attr38416") ) +(myObject (attribute1 "attr38417") ) +(myObject (attribute1 "attr38418") ) +(myObject (attribute1 "attr38419") ) +(myObject (attribute1 "attr38420") ) +(myObject (attribute1 "attr38421") ) +(myObject (attribute1 "attr38422") ) +(myObject (attribute1 "attr38423") ) +(myObject (attribute1 "attr38424") ) +(myObject (attribute1 "attr38425") ) +(myObject (attribute1 "attr38426") ) +(myObject (attribute1 "attr38427") ) +(myObject (attribute1 "attr38428") ) +(myObject (attribute1 "attr38429") ) +(myObject (attribute1 "attr38430") ) +(myObject (attribute1 "attr38431") ) +(myObject (attribute1 "attr38432") ) +(myObject (attribute1 "attr38433") ) +(myObject (attribute1 "attr38434") ) +(myObject (attribute1 "attr38435") ) +(myObject (attribute1 "attr38436") ) +(myObject (attribute1 "attr38437") ) +(myObject (attribute1 "attr38438") ) +(myObject (attribute1 "attr38439") ) +(myObject (attribute1 "attr38440") ) +(myObject (attribute1 "attr38441") ) +(myObject (attribute1 "attr38442") ) +(myObject (attribute1 "attr38443") ) +(myObject (attribute1 "attr38444") ) +(myObject (attribute1 "attr38445") ) +(myObject (attribute1 "attr38446") ) +(myObject (attribute1 "attr38447") ) +(myObject (attribute1 "attr38448") ) +(myObject (attribute1 "attr38449") ) +(myObject (attribute1 "attr38450") ) +(myObject (attribute1 "attr38451") ) +(myObject (attribute1 "attr38452") ) +(myObject (attribute1 "attr38453") ) +(myObject (attribute1 "attr38454") ) +(myObject (attribute1 "attr38455") ) +(myObject (attribute1 "attr38456") ) +(myObject (attribute1 "attr38457") ) +(myObject (attribute1 "attr38458") ) +(myObject (attribute1 "attr38459") ) +(myObject (attribute1 "attr38460") ) +(myObject (attribute1 "attr38461") ) +(myObject (attribute1 "attr38462") ) +(myObject (attribute1 "attr38463") ) +(myObject (attribute1 "attr38464") ) +(myObject (attribute1 "attr38465") ) +(myObject (attribute1 "attr38466") ) +(myObject (attribute1 "attr38467") ) +(myObject (attribute1 "attr38468") ) +(myObject (attribute1 "attr38469") ) +(myObject (attribute1 "attr38470") ) +(myObject (attribute1 "attr38471") ) +(myObject (attribute1 "attr38472") ) +(myObject (attribute1 "attr38473") ) +(myObject (attribute1 "attr38474") ) +(myObject (attribute1 "attr38475") ) +(myObject (attribute1 "attr38476") ) +(myObject (attribute1 "attr38477") ) +(myObject (attribute1 "attr38478") ) +(myObject (attribute1 "attr38479") ) +(myObject (attribute1 "attr38480") ) +(myObject (attribute1 "attr38481") ) +(myObject (attribute1 "attr38482") ) +(myObject (attribute1 "attr38483") ) +(myObject (attribute1 "attr38484") ) +(myObject (attribute1 "attr38485") ) +(myObject (attribute1 "attr38486") ) +(myObject (attribute1 "attr38487") ) +(myObject (attribute1 "attr38488") ) +(myObject (attribute1 "attr38489") ) +(myObject (attribute1 "attr38490") ) +(myObject (attribute1 "attr38491") ) +(myObject (attribute1 "attr38492") ) +(myObject (attribute1 "attr38493") ) +(myObject (attribute1 "attr38494") ) +(myObject (attribute1 "attr38495") ) +(myObject (attribute1 "attr38496") ) +(myObject (attribute1 "attr38497") ) +(myObject (attribute1 "attr38498") ) +(myObject (attribute1 "attr38499") ) +(myObject (attribute1 "attr38500") ) +(myObject (attribute1 "attr38501") ) +(myObject (attribute1 "attr38502") ) +(myObject (attribute1 "attr38503") ) +(myObject (attribute1 "attr38504") ) +(myObject (attribute1 "attr38505") ) +(myObject (attribute1 "attr38506") ) +(myObject (attribute1 "attr38507") ) +(myObject (attribute1 "attr38508") ) +(myObject (attribute1 "attr38509") ) +(myObject (attribute1 "attr38510") ) +(myObject (attribute1 "attr38511") ) +(myObject (attribute1 "attr38512") ) +(myObject (attribute1 "attr38513") ) +(myObject (attribute1 "attr38514") ) +(myObject (attribute1 "attr38515") ) +(myObject (attribute1 "attr38516") ) +(myObject (attribute1 "attr38517") ) +(myObject (attribute1 "attr38518") ) +(myObject (attribute1 "attr38519") ) +(myObject (attribute1 "attr38520") ) +(myObject (attribute1 "attr38521") ) +(myObject (attribute1 "attr38522") ) +(myObject (attribute1 "attr38523") ) +(myObject (attribute1 "attr38524") ) +(myObject (attribute1 "attr38525") ) +(myObject (attribute1 "attr38526") ) +(myObject (attribute1 "attr38527") ) +(myObject (attribute1 "attr38528") ) +(myObject (attribute1 "attr38529") ) +(myObject (attribute1 "attr38530") ) +(myObject (attribute1 "attr38531") ) +(myObject (attribute1 "attr38532") ) +(myObject (attribute1 "attr38533") ) +(myObject (attribute1 "attr38534") ) +(myObject (attribute1 "attr38535") ) +(myObject (attribute1 "attr38536") ) +(myObject (attribute1 "attr38537") ) +(myObject (attribute1 "attr38538") ) +(myObject (attribute1 "attr38539") ) +(myObject (attribute1 "attr38540") ) +(myObject (attribute1 "attr38541") ) +(myObject (attribute1 "attr38542") ) +(myObject (attribute1 "attr38543") ) +(myObject (attribute1 "attr38544") ) +(myObject (attribute1 "attr38545") ) +(myObject (attribute1 "attr38546") ) +(myObject (attribute1 "attr38547") ) +(myObject (attribute1 "attr38548") ) +(myObject (attribute1 "attr38549") ) +(myObject (attribute1 "attr38550") ) +(myObject (attribute1 "attr38551") ) +(myObject (attribute1 "attr38552") ) +(myObject (attribute1 "attr38553") ) +(myObject (attribute1 "attr38554") ) +(myObject (attribute1 "attr38555") ) +(myObject (attribute1 "attr38556") ) +(myObject (attribute1 "attr38557") ) +(myObject (attribute1 "attr38558") ) +(myObject (attribute1 "attr38559") ) +(myObject (attribute1 "attr38560") ) +(myObject (attribute1 "attr38561") ) +(myObject (attribute1 "attr38562") ) +(myObject (attribute1 "attr38563") ) +(myObject (attribute1 "attr38564") ) +(myObject (attribute1 "attr38565") ) +(myObject (attribute1 "attr38566") ) +(myObject (attribute1 "attr38567") ) +(myObject (attribute1 "attr38568") ) +(myObject (attribute1 "attr38569") ) +(myObject (attribute1 "attr38570") ) +(myObject (attribute1 "attr38571") ) +(myObject (attribute1 "attr38572") ) +(myObject (attribute1 "attr38573") ) +(myObject (attribute1 "attr38574") ) +(myObject (attribute1 "attr38575") ) +(myObject (attribute1 "attr38576") ) +(myObject (attribute1 "attr38577") ) +(myObject (attribute1 "attr38578") ) +(myObject (attribute1 "attr38579") ) +(myObject (attribute1 "attr38580") ) +(myObject (attribute1 "attr38581") ) +(myObject (attribute1 "attr38582") ) +(myObject (attribute1 "attr38583") ) +(myObject (attribute1 "attr38584") ) +(myObject (attribute1 "attr38585") ) +(myObject (attribute1 "attr38586") ) +(myObject (attribute1 "attr38587") ) +(myObject (attribute1 "attr38588") ) +(myObject (attribute1 "attr38589") ) +(myObject (attribute1 "attr38590") ) +(myObject (attribute1 "attr38591") ) +(myObject (attribute1 "attr38592") ) +(myObject (attribute1 "attr38593") ) +(myObject (attribute1 "attr38594") ) +(myObject (attribute1 "attr38595") ) +(myObject (attribute1 "attr38596") ) +(myObject (attribute1 "attr38597") ) +(myObject (attribute1 "attr38598") ) +(myObject (attribute1 "attr38599") ) +(myObject (attribute1 "attr38600") ) +(myObject (attribute1 "attr38601") ) +(myObject (attribute1 "attr38602") ) +(myObject (attribute1 "attr38603") ) +(myObject (attribute1 "attr38604") ) +(myObject (attribute1 "attr38605") ) +(myObject (attribute1 "attr38606") ) +(myObject (attribute1 "attr38607") ) +(myObject (attribute1 "attr38608") ) +(myObject (attribute1 "attr38609") ) +(myObject (attribute1 "attr38610") ) +(myObject (attribute1 "attr38611") ) +(myObject (attribute1 "attr38612") ) +(myObject (attribute1 "attr38613") ) +(myObject (attribute1 "attr38614") ) +(myObject (attribute1 "attr38615") ) +(myObject (attribute1 "attr38616") ) +(myObject (attribute1 "attr38617") ) +(myObject (attribute1 "attr38618") ) +(myObject (attribute1 "attr38619") ) +(myObject (attribute1 "attr38620") ) +(myObject (attribute1 "attr38621") ) +(myObject (attribute1 "attr38622") ) +(myObject (attribute1 "attr38623") ) +(myObject (attribute1 "attr38624") ) +(myObject (attribute1 "attr38625") ) +(myObject (attribute1 "attr38626") ) +(myObject (attribute1 "attr38627") ) +(myObject (attribute1 "attr38628") ) +(myObject (attribute1 "attr38629") ) +(myObject (attribute1 "attr38630") ) +(myObject (attribute1 "attr38631") ) +(myObject (attribute1 "attr38632") ) +(myObject (attribute1 "attr38633") ) +(myObject (attribute1 "attr38634") ) +(myObject (attribute1 "attr38635") ) +(myObject (attribute1 "attr38636") ) +(myObject (attribute1 "attr38637") ) +(myObject (attribute1 "attr38638") ) +(myObject (attribute1 "attr38639") ) +(myObject (attribute1 "attr38640") ) +(myObject (attribute1 "attr38641") ) +(myObject (attribute1 "attr38642") ) +(myObject (attribute1 "attr38643") ) +(myObject (attribute1 "attr38644") ) +(myObject (attribute1 "attr38645") ) +(myObject (attribute1 "attr38646") ) +(myObject (attribute1 "attr38647") ) +(myObject (attribute1 "attr38648") ) +(myObject (attribute1 "attr38649") ) +(myObject (attribute1 "attr38650") ) +(myObject (attribute1 "attr38651") ) +(myObject (attribute1 "attr38652") ) +(myObject (attribute1 "attr38653") ) +(myObject (attribute1 "attr38654") ) +(myObject (attribute1 "attr38655") ) +(myObject (attribute1 "attr38656") ) +(myObject (attribute1 "attr38657") ) +(myObject (attribute1 "attr38658") ) +(myObject (attribute1 "attr38659") ) +(myObject (attribute1 "attr38660") ) +(myObject (attribute1 "attr38661") ) +(myObject (attribute1 "attr38662") ) +(myObject (attribute1 "attr38663") ) +(myObject (attribute1 "attr38664") ) +(myObject (attribute1 "attr38665") ) +(myObject (attribute1 "attr38666") ) +(myObject (attribute1 "attr38667") ) +(myObject (attribute1 "attr38668") ) +(myObject (attribute1 "attr38669") ) +(myObject (attribute1 "attr38670") ) +(myObject (attribute1 "attr38671") ) +(myObject (attribute1 "attr38672") ) +(myObject (attribute1 "attr38673") ) +(myObject (attribute1 "attr38674") ) +(myObject (attribute1 "attr38675") ) +(myObject (attribute1 "attr38676") ) +(myObject (attribute1 "attr38677") ) +(myObject (attribute1 "attr38678") ) +(myObject (attribute1 "attr38679") ) +(myObject (attribute1 "attr38680") ) +(myObject (attribute1 "attr38681") ) +(myObject (attribute1 "attr38682") ) +(myObject (attribute1 "attr38683") ) +(myObject (attribute1 "attr38684") ) +(myObject (attribute1 "attr38685") ) +(myObject (attribute1 "attr38686") ) +(myObject (attribute1 "attr38687") ) +(myObject (attribute1 "attr38688") ) +(myObject (attribute1 "attr38689") ) +(myObject (attribute1 "attr38690") ) +(myObject (attribute1 "attr38691") ) +(myObject (attribute1 "attr38692") ) +(myObject (attribute1 "attr38693") ) +(myObject (attribute1 "attr38694") ) +(myObject (attribute1 "attr38695") ) +(myObject (attribute1 "attr38696") ) +(myObject (attribute1 "attr38697") ) +(myObject (attribute1 "attr38698") ) +(myObject (attribute1 "attr38699") ) +(myObject (attribute1 "attr38700") ) +(myObject (attribute1 "attr38701") ) +(myObject (attribute1 "attr38702") ) +(myObject (attribute1 "attr38703") ) +(myObject (attribute1 "attr38704") ) +(myObject (attribute1 "attr38705") ) +(myObject (attribute1 "attr38706") ) +(myObject (attribute1 "attr38707") ) +(myObject (attribute1 "attr38708") ) +(myObject (attribute1 "attr38709") ) +(myObject (attribute1 "attr38710") ) +(myObject (attribute1 "attr38711") ) +(myObject (attribute1 "attr38712") ) +(myObject (attribute1 "attr38713") ) +(myObject (attribute1 "attr38714") ) +(myObject (attribute1 "attr38715") ) +(myObject (attribute1 "attr38716") ) +(myObject (attribute1 "attr38717") ) +(myObject (attribute1 "attr38718") ) +(myObject (attribute1 "attr38719") ) +(myObject (attribute1 "attr38720") ) +(myObject (attribute1 "attr38721") ) +(myObject (attribute1 "attr38722") ) +(myObject (attribute1 "attr38723") ) +(myObject (attribute1 "attr38724") ) +(myObject (attribute1 "attr38725") ) +(myObject (attribute1 "attr38726") ) +(myObject (attribute1 "attr38727") ) +(myObject (attribute1 "attr38728") ) +(myObject (attribute1 "attr38729") ) +(myObject (attribute1 "attr38730") ) +(myObject (attribute1 "attr38731") ) +(myObject (attribute1 "attr38732") ) +(myObject (attribute1 "attr38733") ) +(myObject (attribute1 "attr38734") ) +(myObject (attribute1 "attr38735") ) +(myObject (attribute1 "attr38736") ) +(myObject (attribute1 "attr38737") ) +(myObject (attribute1 "attr38738") ) +(myObject (attribute1 "attr38739") ) +(myObject (attribute1 "attr38740") ) +(myObject (attribute1 "attr38741") ) +(myObject (attribute1 "attr38742") ) +(myObject (attribute1 "attr38743") ) +(myObject (attribute1 "attr38744") ) +(myObject (attribute1 "attr38745") ) +(myObject (attribute1 "attr38746") ) +(myObject (attribute1 "attr38747") ) +(myObject (attribute1 "attr38748") ) +(myObject (attribute1 "attr38749") ) +(myObject (attribute1 "attr38750") ) +(myObject (attribute1 "attr38751") ) +(myObject (attribute1 "attr38752") ) +(myObject (attribute1 "attr38753") ) +(myObject (attribute1 "attr38754") ) +(myObject (attribute1 "attr38755") ) +(myObject (attribute1 "attr38756") ) +(myObject (attribute1 "attr38757") ) +(myObject (attribute1 "attr38758") ) +(myObject (attribute1 "attr38759") ) +(myObject (attribute1 "attr38760") ) +(myObject (attribute1 "attr38761") ) +(myObject (attribute1 "attr38762") ) +(myObject (attribute1 "attr38763") ) +(myObject (attribute1 "attr38764") ) +(myObject (attribute1 "attr38765") ) +(myObject (attribute1 "attr38766") ) +(myObject (attribute1 "attr38767") ) +(myObject (attribute1 "attr38768") ) +(myObject (attribute1 "attr38769") ) +(myObject (attribute1 "attr38770") ) +(myObject (attribute1 "attr38771") ) +(myObject (attribute1 "attr38772") ) +(myObject (attribute1 "attr38773") ) +(myObject (attribute1 "attr38774") ) +(myObject (attribute1 "attr38775") ) +(myObject (attribute1 "attr38776") ) +(myObject (attribute1 "attr38777") ) +(myObject (attribute1 "attr38778") ) +(myObject (attribute1 "attr38779") ) +(myObject (attribute1 "attr38780") ) +(myObject (attribute1 "attr38781") ) +(myObject (attribute1 "attr38782") ) +(myObject (attribute1 "attr38783") ) +(myObject (attribute1 "attr38784") ) +(myObject (attribute1 "attr38785") ) +(myObject (attribute1 "attr38786") ) +(myObject (attribute1 "attr38787") ) +(myObject (attribute1 "attr38788") ) +(myObject (attribute1 "attr38789") ) +(myObject (attribute1 "attr38790") ) +(myObject (attribute1 "attr38791") ) +(myObject (attribute1 "attr38792") ) +(myObject (attribute1 "attr38793") ) +(myObject (attribute1 "attr38794") ) +(myObject (attribute1 "attr38795") ) +(myObject (attribute1 "attr38796") ) +(myObject (attribute1 "attr38797") ) +(myObject (attribute1 "attr38798") ) +(myObject (attribute1 "attr38799") ) +(myObject (attribute1 "attr38800") ) +(myObject (attribute1 "attr38801") ) +(myObject (attribute1 "attr38802") ) +(myObject (attribute1 "attr38803") ) +(myObject (attribute1 "attr38804") ) +(myObject (attribute1 "attr38805") ) +(myObject (attribute1 "attr38806") ) +(myObject (attribute1 "attr38807") ) +(myObject (attribute1 "attr38808") ) +(myObject (attribute1 "attr38809") ) +(myObject (attribute1 "attr38810") ) +(myObject (attribute1 "attr38811") ) +(myObject (attribute1 "attr38812") ) +(myObject (attribute1 "attr38813") ) +(myObject (attribute1 "attr38814") ) +(myObject (attribute1 "attr38815") ) +(myObject (attribute1 "attr38816") ) +(myObject (attribute1 "attr38817") ) +(myObject (attribute1 "attr38818") ) +(myObject (attribute1 "attr38819") ) +(myObject (attribute1 "attr38820") ) +(myObject (attribute1 "attr38821") ) +(myObject (attribute1 "attr38822") ) +(myObject (attribute1 "attr38823") ) +(myObject (attribute1 "attr38824") ) +(myObject (attribute1 "attr38825") ) +(myObject (attribute1 "attr38826") ) +(myObject (attribute1 "attr38827") ) +(myObject (attribute1 "attr38828") ) +(myObject (attribute1 "attr38829") ) +(myObject (attribute1 "attr38830") ) +(myObject (attribute1 "attr38831") ) +(myObject (attribute1 "attr38832") ) +(myObject (attribute1 "attr38833") ) +(myObject (attribute1 "attr38834") ) +(myObject (attribute1 "attr38835") ) +(myObject (attribute1 "attr38836") ) +(myObject (attribute1 "attr38837") ) +(myObject (attribute1 "attr38838") ) +(myObject (attribute1 "attr38839") ) +(myObject (attribute1 "attr38840") ) +(myObject (attribute1 "attr38841") ) +(myObject (attribute1 "attr38842") ) +(myObject (attribute1 "attr38843") ) +(myObject (attribute1 "attr38844") ) +(myObject (attribute1 "attr38845") ) +(myObject (attribute1 "attr38846") ) +(myObject (attribute1 "attr38847") ) +(myObject (attribute1 "attr38848") ) +(myObject (attribute1 "attr38849") ) +(myObject (attribute1 "attr38850") ) +(myObject (attribute1 "attr38851") ) +(myObject (attribute1 "attr38852") ) +(myObject (attribute1 "attr38853") ) +(myObject (attribute1 "attr38854") ) +(myObject (attribute1 "attr38855") ) +(myObject (attribute1 "attr38856") ) +(myObject (attribute1 "attr38857") ) +(myObject (attribute1 "attr38858") ) +(myObject (attribute1 "attr38859") ) +(myObject (attribute1 "attr38860") ) +(myObject (attribute1 "attr38861") ) +(myObject (attribute1 "attr38862") ) +(myObject (attribute1 "attr38863") ) +(myObject (attribute1 "attr38864") ) +(myObject (attribute1 "attr38865") ) +(myObject (attribute1 "attr38866") ) +(myObject (attribute1 "attr38867") ) +(myObject (attribute1 "attr38868") ) +(myObject (attribute1 "attr38869") ) +(myObject (attribute1 "attr38870") ) +(myObject (attribute1 "attr38871") ) +(myObject (attribute1 "attr38872") ) +(myObject (attribute1 "attr38873") ) +(myObject (attribute1 "attr38874") ) +(myObject (attribute1 "attr38875") ) +(myObject (attribute1 "attr38876") ) +(myObject (attribute1 "attr38877") ) +(myObject (attribute1 "attr38878") ) +(myObject (attribute1 "attr38879") ) +(myObject (attribute1 "attr38880") ) +(myObject (attribute1 "attr38881") ) +(myObject (attribute1 "attr38882") ) +(myObject (attribute1 "attr38883") ) +(myObject (attribute1 "attr38884") ) +(myObject (attribute1 "attr38885") ) +(myObject (attribute1 "attr38886") ) +(myObject (attribute1 "attr38887") ) +(myObject (attribute1 "attr38888") ) +(myObject (attribute1 "attr38889") ) +(myObject (attribute1 "attr38890") ) +(myObject (attribute1 "attr38891") ) +(myObject (attribute1 "attr38892") ) +(myObject (attribute1 "attr38893") ) +(myObject (attribute1 "attr38894") ) +(myObject (attribute1 "attr38895") ) +(myObject (attribute1 "attr38896") ) +(myObject (attribute1 "attr38897") ) +(myObject (attribute1 "attr38898") ) +(myObject (attribute1 "attr38899") ) +(myObject (attribute1 "attr38900") ) +(myObject (attribute1 "attr38901") ) +(myObject (attribute1 "attr38902") ) +(myObject (attribute1 "attr38903") ) +(myObject (attribute1 "attr38904") ) +(myObject (attribute1 "attr38905") ) +(myObject (attribute1 "attr38906") ) +(myObject (attribute1 "attr38907") ) +(myObject (attribute1 "attr38908") ) +(myObject (attribute1 "attr38909") ) +(myObject (attribute1 "attr38910") ) +(myObject (attribute1 "attr38911") ) +(myObject (attribute1 "attr38912") ) +(myObject (attribute1 "attr38913") ) +(myObject (attribute1 "attr38914") ) +(myObject (attribute1 "attr38915") ) +(myObject (attribute1 "attr38916") ) +(myObject (attribute1 "attr38917") ) +(myObject (attribute1 "attr38918") ) +(myObject (attribute1 "attr38919") ) +(myObject (attribute1 "attr38920") ) +(myObject (attribute1 "attr38921") ) +(myObject (attribute1 "attr38922") ) +(myObject (attribute1 "attr38923") ) +(myObject (attribute1 "attr38924") ) +(myObject (attribute1 "attr38925") ) +(myObject (attribute1 "attr38926") ) +(myObject (attribute1 "attr38927") ) +(myObject (attribute1 "attr38928") ) +(myObject (attribute1 "attr38929") ) +(myObject (attribute1 "attr38930") ) +(myObject (attribute1 "attr38931") ) +(myObject (attribute1 "attr38932") ) +(myObject (attribute1 "attr38933") ) +(myObject (attribute1 "attr38934") ) +(myObject (attribute1 "attr38935") ) +(myObject (attribute1 "attr38936") ) +(myObject (attribute1 "attr38937") ) +(myObject (attribute1 "attr38938") ) +(myObject (attribute1 "attr38939") ) +(myObject (attribute1 "attr38940") ) +(myObject (attribute1 "attr38941") ) +(myObject (attribute1 "attr38942") ) +(myObject (attribute1 "attr38943") ) +(myObject (attribute1 "attr38944") ) +(myObject (attribute1 "attr38945") ) +(myObject (attribute1 "attr38946") ) +(myObject (attribute1 "attr38947") ) +(myObject (attribute1 "attr38948") ) +(myObject (attribute1 "attr38949") ) +(myObject (attribute1 "attr38950") ) +(myObject (attribute1 "attr38951") ) +(myObject (attribute1 "attr38952") ) +(myObject (attribute1 "attr38953") ) +(myObject (attribute1 "attr38954") ) +(myObject (attribute1 "attr38955") ) +(myObject (attribute1 "attr38956") ) +(myObject (attribute1 "attr38957") ) +(myObject (attribute1 "attr38958") ) +(myObject (attribute1 "attr38959") ) +(myObject (attribute1 "attr38960") ) +(myObject (attribute1 "attr38961") ) +(myObject (attribute1 "attr38962") ) +(myObject (attribute1 "attr38963") ) +(myObject (attribute1 "attr38964") ) +(myObject (attribute1 "attr38965") ) +(myObject (attribute1 "attr38966") ) +(myObject (attribute1 "attr38967") ) +(myObject (attribute1 "attr38968") ) +(myObject (attribute1 "attr38969") ) +(myObject (attribute1 "attr38970") ) +(myObject (attribute1 "attr38971") ) +(myObject (attribute1 "attr38972") ) +(myObject (attribute1 "attr38973") ) +(myObject (attribute1 "attr38974") ) +(myObject (attribute1 "attr38975") ) +(myObject (attribute1 "attr38976") ) +(myObject (attribute1 "attr38977") ) +(myObject (attribute1 "attr38978") ) +(myObject (attribute1 "attr38979") ) +(myObject (attribute1 "attr38980") ) +(myObject (attribute1 "attr38981") ) +(myObject (attribute1 "attr38982") ) +(myObject (attribute1 "attr38983") ) +(myObject (attribute1 "attr38984") ) +(myObject (attribute1 "attr38985") ) +(myObject (attribute1 "attr38986") ) +(myObject (attribute1 "attr38987") ) +(myObject (attribute1 "attr38988") ) +(myObject (attribute1 "attr38989") ) +(myObject (attribute1 "attr38990") ) +(myObject (attribute1 "attr38991") ) +(myObject (attribute1 "attr38992") ) +(myObject (attribute1 "attr38993") ) +(myObject (attribute1 "attr38994") ) +(myObject (attribute1 "attr38995") ) +(myObject (attribute1 "attr38996") ) +(myObject (attribute1 "attr38997") ) +(myObject (attribute1 "attr38998") ) +(myObject (attribute1 "attr38999") ) +(myObject (attribute1 "attr39000") ) +(myObject (attribute1 "attr39001") ) +(myObject (attribute1 "attr39002") ) +(myObject (attribute1 "attr39003") ) +(myObject (attribute1 "attr39004") ) +(myObject (attribute1 "attr39005") ) +(myObject (attribute1 "attr39006") ) +(myObject (attribute1 "attr39007") ) +(myObject (attribute1 "attr39008") ) +(myObject (attribute1 "attr39009") ) +(myObject (attribute1 "attr39010") ) +(myObject (attribute1 "attr39011") ) +(myObject (attribute1 "attr39012") ) +(myObject (attribute1 "attr39013") ) +(myObject (attribute1 "attr39014") ) +(myObject (attribute1 "attr39015") ) +(myObject (attribute1 "attr39016") ) +(myObject (attribute1 "attr39017") ) +(myObject (attribute1 "attr39018") ) +(myObject (attribute1 "attr39019") ) +(myObject (attribute1 "attr39020") ) +(myObject (attribute1 "attr39021") ) +(myObject (attribute1 "attr39022") ) +(myObject (attribute1 "attr39023") ) +(myObject (attribute1 "attr39024") ) +(myObject (attribute1 "attr39025") ) +(myObject (attribute1 "attr39026") ) +(myObject (attribute1 "attr39027") ) +(myObject (attribute1 "attr39028") ) +(myObject (attribute1 "attr39029") ) +(myObject (attribute1 "attr39030") ) +(myObject (attribute1 "attr39031") ) +(myObject (attribute1 "attr39032") ) +(myObject (attribute1 "attr39033") ) +(myObject (attribute1 "attr39034") ) +(myObject (attribute1 "attr39035") ) +(myObject (attribute1 "attr39036") ) +(myObject (attribute1 "attr39037") ) +(myObject (attribute1 "attr39038") ) +(myObject (attribute1 "attr39039") ) +(myObject (attribute1 "attr39040") ) +(myObject (attribute1 "attr39041") ) +(myObject (attribute1 "attr39042") ) +(myObject (attribute1 "attr39043") ) +(myObject (attribute1 "attr39044") ) +(myObject (attribute1 "attr39045") ) +(myObject (attribute1 "attr39046") ) +(myObject (attribute1 "attr39047") ) +(myObject (attribute1 "attr39048") ) +(myObject (attribute1 "attr39049") ) +(myObject (attribute1 "attr39050") ) +(myObject (attribute1 "attr39051") ) +(myObject (attribute1 "attr39052") ) +(myObject (attribute1 "attr39053") ) +(myObject (attribute1 "attr39054") ) +(myObject (attribute1 "attr39055") ) +(myObject (attribute1 "attr39056") ) +(myObject (attribute1 "attr39057") ) +(myObject (attribute1 "attr39058") ) +(myObject (attribute1 "attr39059") ) +(myObject (attribute1 "attr39060") ) +(myObject (attribute1 "attr39061") ) +(myObject (attribute1 "attr39062") ) +(myObject (attribute1 "attr39063") ) +(myObject (attribute1 "attr39064") ) +(myObject (attribute1 "attr39065") ) +(myObject (attribute1 "attr39066") ) +(myObject (attribute1 "attr39067") ) +(myObject (attribute1 "attr39068") ) +(myObject (attribute1 "attr39069") ) +(myObject (attribute1 "attr39070") ) +(myObject (attribute1 "attr39071") ) +(myObject (attribute1 "attr39072") ) +(myObject (attribute1 "attr39073") ) +(myObject (attribute1 "attr39074") ) +(myObject (attribute1 "attr39075") ) +(myObject (attribute1 "attr39076") ) +(myObject (attribute1 "attr39077") ) +(myObject (attribute1 "attr39078") ) +(myObject (attribute1 "attr39079") ) +(myObject (attribute1 "attr39080") ) +(myObject (attribute1 "attr39081") ) +(myObject (attribute1 "attr39082") ) +(myObject (attribute1 "attr39083") ) +(myObject (attribute1 "attr39084") ) +(myObject (attribute1 "attr39085") ) +(myObject (attribute1 "attr39086") ) +(myObject (attribute1 "attr39087") ) +(myObject (attribute1 "attr39088") ) +(myObject (attribute1 "attr39089") ) +(myObject (attribute1 "attr39090") ) +(myObject (attribute1 "attr39091") ) +(myObject (attribute1 "attr39092") ) +(myObject (attribute1 "attr39093") ) +(myObject (attribute1 "attr39094") ) +(myObject (attribute1 "attr39095") ) +(myObject (attribute1 "attr39096") ) +(myObject (attribute1 "attr39097") ) +(myObject (attribute1 "attr39098") ) +(myObject (attribute1 "attr39099") ) +(myObject (attribute1 "attr39100") ) +(myObject (attribute1 "attr39101") ) +(myObject (attribute1 "attr39102") ) +(myObject (attribute1 "attr39103") ) +(myObject (attribute1 "attr39104") ) +(myObject (attribute1 "attr39105") ) +(myObject (attribute1 "attr39106") ) +(myObject (attribute1 "attr39107") ) +(myObject (attribute1 "attr39108") ) +(myObject (attribute1 "attr39109") ) +(myObject (attribute1 "attr39110") ) +(myObject (attribute1 "attr39111") ) +(myObject (attribute1 "attr39112") ) +(myObject (attribute1 "attr39113") ) +(myObject (attribute1 "attr39114") ) +(myObject (attribute1 "attr39115") ) +(myObject (attribute1 "attr39116") ) +(myObject (attribute1 "attr39117") ) +(myObject (attribute1 "attr39118") ) +(myObject (attribute1 "attr39119") ) +(myObject (attribute1 "attr39120") ) +(myObject (attribute1 "attr39121") ) +(myObject (attribute1 "attr39122") ) +(myObject (attribute1 "attr39123") ) +(myObject (attribute1 "attr39124") ) +(myObject (attribute1 "attr39125") ) +(myObject (attribute1 "attr39126") ) +(myObject (attribute1 "attr39127") ) +(myObject (attribute1 "attr39128") ) +(myObject (attribute1 "attr39129") ) +(myObject (attribute1 "attr39130") ) +(myObject (attribute1 "attr39131") ) +(myObject (attribute1 "attr39132") ) +(myObject (attribute1 "attr39133") ) +(myObject (attribute1 "attr39134") ) +(myObject (attribute1 "attr39135") ) +(myObject (attribute1 "attr39136") ) +(myObject (attribute1 "attr39137") ) +(myObject (attribute1 "attr39138") ) +(myObject (attribute1 "attr39139") ) +(myObject (attribute1 "attr39140") ) +(myObject (attribute1 "attr39141") ) +(myObject (attribute1 "attr39142") ) +(myObject (attribute1 "attr39143") ) +(myObject (attribute1 "attr39144") ) +(myObject (attribute1 "attr39145") ) +(myObject (attribute1 "attr39146") ) +(myObject (attribute1 "attr39147") ) +(myObject (attribute1 "attr39148") ) +(myObject (attribute1 "attr39149") ) +(myObject (attribute1 "attr39150") ) +(myObject (attribute1 "attr39151") ) +(myObject (attribute1 "attr39152") ) +(myObject (attribute1 "attr39153") ) +(myObject (attribute1 "attr39154") ) +(myObject (attribute1 "attr39155") ) +(myObject (attribute1 "attr39156") ) +(myObject (attribute1 "attr39157") ) +(myObject (attribute1 "attr39158") ) +(myObject (attribute1 "attr39159") ) +(myObject (attribute1 "attr39160") ) +(myObject (attribute1 "attr39161") ) +(myObject (attribute1 "attr39162") ) +(myObject (attribute1 "attr39163") ) +(myObject (attribute1 "attr39164") ) +(myObject (attribute1 "attr39165") ) +(myObject (attribute1 "attr39166") ) +(myObject (attribute1 "attr39167") ) +(myObject (attribute1 "attr39168") ) +(myObject (attribute1 "attr39169") ) +(myObject (attribute1 "attr39170") ) +(myObject (attribute1 "attr39171") ) +(myObject (attribute1 "attr39172") ) +(myObject (attribute1 "attr39173") ) +(myObject (attribute1 "attr39174") ) +(myObject (attribute1 "attr39175") ) +(myObject (attribute1 "attr39176") ) +(myObject (attribute1 "attr39177") ) +(myObject (attribute1 "attr39178") ) +(myObject (attribute1 "attr39179") ) +(myObject (attribute1 "attr39180") ) +(myObject (attribute1 "attr39181") ) +(myObject (attribute1 "attr39182") ) +(myObject (attribute1 "attr39183") ) +(myObject (attribute1 "attr39184") ) +(myObject (attribute1 "attr39185") ) +(myObject (attribute1 "attr39186") ) +(myObject (attribute1 "attr39187") ) +(myObject (attribute1 "attr39188") ) +(myObject (attribute1 "attr39189") ) +(myObject (attribute1 "attr39190") ) +(myObject (attribute1 "attr39191") ) +(myObject (attribute1 "attr39192") ) +(myObject (attribute1 "attr39193") ) +(myObject (attribute1 "attr39194") ) +(myObject (attribute1 "attr39195") ) +(myObject (attribute1 "attr39196") ) +(myObject (attribute1 "attr39197") ) +(myObject (attribute1 "attr39198") ) +(myObject (attribute1 "attr39199") ) +(myObject (attribute1 "attr39200") ) +(myObject (attribute1 "attr39201") ) +(myObject (attribute1 "attr39202") ) +(myObject (attribute1 "attr39203") ) +(myObject (attribute1 "attr39204") ) +(myObject (attribute1 "attr39205") ) +(myObject (attribute1 "attr39206") ) +(myObject (attribute1 "attr39207") ) +(myObject (attribute1 "attr39208") ) +(myObject (attribute1 "attr39209") ) +(myObject (attribute1 "attr39210") ) +(myObject (attribute1 "attr39211") ) +(myObject (attribute1 "attr39212") ) +(myObject (attribute1 "attr39213") ) +(myObject (attribute1 "attr39214") ) +(myObject (attribute1 "attr39215") ) +(myObject (attribute1 "attr39216") ) +(myObject (attribute1 "attr39217") ) +(myObject (attribute1 "attr39218") ) +(myObject (attribute1 "attr39219") ) +(myObject (attribute1 "attr39220") ) +(myObject (attribute1 "attr39221") ) +(myObject (attribute1 "attr39222") ) +(myObject (attribute1 "attr39223") ) +(myObject (attribute1 "attr39224") ) +(myObject (attribute1 "attr39225") ) +(myObject (attribute1 "attr39226") ) +(myObject (attribute1 "attr39227") ) +(myObject (attribute1 "attr39228") ) +(myObject (attribute1 "attr39229") ) +(myObject (attribute1 "attr39230") ) +(myObject (attribute1 "attr39231") ) +(myObject (attribute1 "attr39232") ) +(myObject (attribute1 "attr39233") ) +(myObject (attribute1 "attr39234") ) +(myObject (attribute1 "attr39235") ) +(myObject (attribute1 "attr39236") ) +(myObject (attribute1 "attr39237") ) +(myObject (attribute1 "attr39238") ) +(myObject (attribute1 "attr39239") ) +(myObject (attribute1 "attr39240") ) +(myObject (attribute1 "attr39241") ) +(myObject (attribute1 "attr39242") ) +(myObject (attribute1 "attr39243") ) +(myObject (attribute1 "attr39244") ) +(myObject (attribute1 "attr39245") ) +(myObject (attribute1 "attr39246") ) +(myObject (attribute1 "attr39247") ) +(myObject (attribute1 "attr39248") ) +(myObject (attribute1 "attr39249") ) +(myObject (attribute1 "attr39250") ) +(myObject (attribute1 "attr39251") ) +(myObject (attribute1 "attr39252") ) +(myObject (attribute1 "attr39253") ) +(myObject (attribute1 "attr39254") ) +(myObject (attribute1 "attr39255") ) +(myObject (attribute1 "attr39256") ) +(myObject (attribute1 "attr39257") ) +(myObject (attribute1 "attr39258") ) +(myObject (attribute1 "attr39259") ) +(myObject (attribute1 "attr39260") ) +(myObject (attribute1 "attr39261") ) +(myObject (attribute1 "attr39262") ) +(myObject (attribute1 "attr39263") ) +(myObject (attribute1 "attr39264") ) +(myObject (attribute1 "attr39265") ) +(myObject (attribute1 "attr39266") ) +(myObject (attribute1 "attr39267") ) +(myObject (attribute1 "attr39268") ) +(myObject (attribute1 "attr39269") ) +(myObject (attribute1 "attr39270") ) +(myObject (attribute1 "attr39271") ) +(myObject (attribute1 "attr39272") ) +(myObject (attribute1 "attr39273") ) +(myObject (attribute1 "attr39274") ) +(myObject (attribute1 "attr39275") ) +(myObject (attribute1 "attr39276") ) +(myObject (attribute1 "attr39277") ) +(myObject (attribute1 "attr39278") ) +(myObject (attribute1 "attr39279") ) +(myObject (attribute1 "attr39280") ) +(myObject (attribute1 "attr39281") ) +(myObject (attribute1 "attr39282") ) +(myObject (attribute1 "attr39283") ) +(myObject (attribute1 "attr39284") ) +(myObject (attribute1 "attr39285") ) +(myObject (attribute1 "attr39286") ) +(myObject (attribute1 "attr39287") ) +(myObject (attribute1 "attr39288") ) +(myObject (attribute1 "attr39289") ) +(myObject (attribute1 "attr39290") ) +(myObject (attribute1 "attr39291") ) +(myObject (attribute1 "attr39292") ) +(myObject (attribute1 "attr39293") ) +(myObject (attribute1 "attr39294") ) +(myObject (attribute1 "attr39295") ) +(myObject (attribute1 "attr39296") ) +(myObject (attribute1 "attr39297") ) +(myObject (attribute1 "attr39298") ) +(myObject (attribute1 "attr39299") ) +(myObject (attribute1 "attr39300") ) +(myObject (attribute1 "attr39301") ) +(myObject (attribute1 "attr39302") ) +(myObject (attribute1 "attr39303") ) +(myObject (attribute1 "attr39304") ) +(myObject (attribute1 "attr39305") ) +(myObject (attribute1 "attr39306") ) +(myObject (attribute1 "attr39307") ) +(myObject (attribute1 "attr39308") ) +(myObject (attribute1 "attr39309") ) +(myObject (attribute1 "attr39310") ) +(myObject (attribute1 "attr39311") ) +(myObject (attribute1 "attr39312") ) +(myObject (attribute1 "attr39313") ) +(myObject (attribute1 "attr39314") ) +(myObject (attribute1 "attr39315") ) +(myObject (attribute1 "attr39316") ) +(myObject (attribute1 "attr39317") ) +(myObject (attribute1 "attr39318") ) +(myObject (attribute1 "attr39319") ) +(myObject (attribute1 "attr39320") ) +(myObject (attribute1 "attr39321") ) +(myObject (attribute1 "attr39322") ) +(myObject (attribute1 "attr39323") ) +(myObject (attribute1 "attr39324") ) +(myObject (attribute1 "attr39325") ) +(myObject (attribute1 "attr39326") ) +(myObject (attribute1 "attr39327") ) +(myObject (attribute1 "attr39328") ) +(myObject (attribute1 "attr39329") ) +(myObject (attribute1 "attr39330") ) +(myObject (attribute1 "attr39331") ) +(myObject (attribute1 "attr39332") ) +(myObject (attribute1 "attr39333") ) +(myObject (attribute1 "attr39334") ) +(myObject (attribute1 "attr39335") ) +(myObject (attribute1 "attr39336") ) +(myObject (attribute1 "attr39337") ) +(myObject (attribute1 "attr39338") ) +(myObject (attribute1 "attr39339") ) +(myObject (attribute1 "attr39340") ) +(myObject (attribute1 "attr39341") ) +(myObject (attribute1 "attr39342") ) +(myObject (attribute1 "attr39343") ) +(myObject (attribute1 "attr39344") ) +(myObject (attribute1 "attr39345") ) +(myObject (attribute1 "attr39346") ) +(myObject (attribute1 "attr39347") ) +(myObject (attribute1 "attr39348") ) +(myObject (attribute1 "attr39349") ) +(myObject (attribute1 "attr39350") ) +(myObject (attribute1 "attr39351") ) +(myObject (attribute1 "attr39352") ) +(myObject (attribute1 "attr39353") ) +(myObject (attribute1 "attr39354") ) +(myObject (attribute1 "attr39355") ) +(myObject (attribute1 "attr39356") ) +(myObject (attribute1 "attr39357") ) +(myObject (attribute1 "attr39358") ) +(myObject (attribute1 "attr39359") ) +(myObject (attribute1 "attr39360") ) +(myObject (attribute1 "attr39361") ) +(myObject (attribute1 "attr39362") ) +(myObject (attribute1 "attr39363") ) +(myObject (attribute1 "attr39364") ) +(myObject (attribute1 "attr39365") ) +(myObject (attribute1 "attr39366") ) +(myObject (attribute1 "attr39367") ) +(myObject (attribute1 "attr39368") ) +(myObject (attribute1 "attr39369") ) +(myObject (attribute1 "attr39370") ) +(myObject (attribute1 "attr39371") ) +(myObject (attribute1 "attr39372") ) +(myObject (attribute1 "attr39373") ) +(myObject (attribute1 "attr39374") ) +(myObject (attribute1 "attr39375") ) +(myObject (attribute1 "attr39376") ) +(myObject (attribute1 "attr39377") ) +(myObject (attribute1 "attr39378") ) +(myObject (attribute1 "attr39379") ) +(myObject (attribute1 "attr39380") ) +(myObject (attribute1 "attr39381") ) +(myObject (attribute1 "attr39382") ) +(myObject (attribute1 "attr39383") ) +(myObject (attribute1 "attr39384") ) +(myObject (attribute1 "attr39385") ) +(myObject (attribute1 "attr39386") ) +(myObject (attribute1 "attr39387") ) +(myObject (attribute1 "attr39388") ) +(myObject (attribute1 "attr39389") ) +(myObject (attribute1 "attr39390") ) +(myObject (attribute1 "attr39391") ) +(myObject (attribute1 "attr39392") ) +(myObject (attribute1 "attr39393") ) +(myObject (attribute1 "attr39394") ) +(myObject (attribute1 "attr39395") ) +(myObject (attribute1 "attr39396") ) +(myObject (attribute1 "attr39397") ) +(myObject (attribute1 "attr39398") ) +(myObject (attribute1 "attr39399") ) +(myObject (attribute1 "attr39400") ) +(myObject (attribute1 "attr39401") ) +(myObject (attribute1 "attr39402") ) +(myObject (attribute1 "attr39403") ) +(myObject (attribute1 "attr39404") ) +(myObject (attribute1 "attr39405") ) +(myObject (attribute1 "attr39406") ) +(myObject (attribute1 "attr39407") ) +(myObject (attribute1 "attr39408") ) +(myObject (attribute1 "attr39409") ) +(myObject (attribute1 "attr39410") ) +(myObject (attribute1 "attr39411") ) +(myObject (attribute1 "attr39412") ) +(myObject (attribute1 "attr39413") ) +(myObject (attribute1 "attr39414") ) +(myObject (attribute1 "attr39415") ) +(myObject (attribute1 "attr39416") ) +(myObject (attribute1 "attr39417") ) +(myObject (attribute1 "attr39418") ) +(myObject (attribute1 "attr39419") ) +(myObject (attribute1 "attr39420") ) +(myObject (attribute1 "attr39421") ) +(myObject (attribute1 "attr39422") ) +(myObject (attribute1 "attr39423") ) +(myObject (attribute1 "attr39424") ) +(myObject (attribute1 "attr39425") ) +(myObject (attribute1 "attr39426") ) +(myObject (attribute1 "attr39427") ) +(myObject (attribute1 "attr39428") ) +(myObject (attribute1 "attr39429") ) +(myObject (attribute1 "attr39430") ) +(myObject (attribute1 "attr39431") ) +(myObject (attribute1 "attr39432") ) +(myObject (attribute1 "attr39433") ) +(myObject (attribute1 "attr39434") ) +(myObject (attribute1 "attr39435") ) +(myObject (attribute1 "attr39436") ) +(myObject (attribute1 "attr39437") ) +(myObject (attribute1 "attr39438") ) +(myObject (attribute1 "attr39439") ) +(myObject (attribute1 "attr39440") ) +(myObject (attribute1 "attr39441") ) +(myObject (attribute1 "attr39442") ) +(myObject (attribute1 "attr39443") ) +(myObject (attribute1 "attr39444") ) +(myObject (attribute1 "attr39445") ) +(myObject (attribute1 "attr39446") ) +(myObject (attribute1 "attr39447") ) +(myObject (attribute1 "attr39448") ) +(myObject (attribute1 "attr39449") ) +(myObject (attribute1 "attr39450") ) +(myObject (attribute1 "attr39451") ) +(myObject (attribute1 "attr39452") ) +(myObject (attribute1 "attr39453") ) +(myObject (attribute1 "attr39454") ) +(myObject (attribute1 "attr39455") ) +(myObject (attribute1 "attr39456") ) +(myObject (attribute1 "attr39457") ) +(myObject (attribute1 "attr39458") ) +(myObject (attribute1 "attr39459") ) +(myObject (attribute1 "attr39460") ) +(myObject (attribute1 "attr39461") ) +(myObject (attribute1 "attr39462") ) +(myObject (attribute1 "attr39463") ) +(myObject (attribute1 "attr39464") ) +(myObject (attribute1 "attr39465") ) +(myObject (attribute1 "attr39466") ) +(myObject (attribute1 "attr39467") ) +(myObject (attribute1 "attr39468") ) +(myObject (attribute1 "attr39469") ) +(myObject (attribute1 "attr39470") ) +(myObject (attribute1 "attr39471") ) +(myObject (attribute1 "attr39472") ) +(myObject (attribute1 "attr39473") ) +(myObject (attribute1 "attr39474") ) +(myObject (attribute1 "attr39475") ) +(myObject (attribute1 "attr39476") ) +(myObject (attribute1 "attr39477") ) +(myObject (attribute1 "attr39478") ) +(myObject (attribute1 "attr39479") ) +(myObject (attribute1 "attr39480") ) +(myObject (attribute1 "attr39481") ) +(myObject (attribute1 "attr39482") ) +(myObject (attribute1 "attr39483") ) +(myObject (attribute1 "attr39484") ) +(myObject (attribute1 "attr39485") ) +(myObject (attribute1 "attr39486") ) +(myObject (attribute1 "attr39487") ) +(myObject (attribute1 "attr39488") ) +(myObject (attribute1 "attr39489") ) +(myObject (attribute1 "attr39490") ) +(myObject (attribute1 "attr39491") ) +(myObject (attribute1 "attr39492") ) +(myObject (attribute1 "attr39493") ) +(myObject (attribute1 "attr39494") ) +(myObject (attribute1 "attr39495") ) +(myObject (attribute1 "attr39496") ) +(myObject (attribute1 "attr39497") ) +(myObject (attribute1 "attr39498") ) +(myObject (attribute1 "attr39499") ) +(myObject (attribute1 "attr39500") ) +(myObject (attribute1 "attr39501") ) +(myObject (attribute1 "attr39502") ) +(myObject (attribute1 "attr39503") ) +(myObject (attribute1 "attr39504") ) +(myObject (attribute1 "attr39505") ) +(myObject (attribute1 "attr39506") ) +(myObject (attribute1 "attr39507") ) +(myObject (attribute1 "attr39508") ) +(myObject (attribute1 "attr39509") ) +(myObject (attribute1 "attr39510") ) +(myObject (attribute1 "attr39511") ) +(myObject (attribute1 "attr39512") ) +(myObject (attribute1 "attr39513") ) +(myObject (attribute1 "attr39514") ) +(myObject (attribute1 "attr39515") ) +(myObject (attribute1 "attr39516") ) +(myObject (attribute1 "attr39517") ) +(myObject (attribute1 "attr39518") ) +(myObject (attribute1 "attr39519") ) +(myObject (attribute1 "attr39520") ) +(myObject (attribute1 "attr39521") ) +(myObject (attribute1 "attr39522") ) +(myObject (attribute1 "attr39523") ) +(myObject (attribute1 "attr39524") ) +(myObject (attribute1 "attr39525") ) +(myObject (attribute1 "attr39526") ) +(myObject (attribute1 "attr39527") ) +(myObject (attribute1 "attr39528") ) +(myObject (attribute1 "attr39529") ) +(myObject (attribute1 "attr39530") ) +(myObject (attribute1 "attr39531") ) +(myObject (attribute1 "attr39532") ) +(myObject (attribute1 "attr39533") ) +(myObject (attribute1 "attr39534") ) +(myObject (attribute1 "attr39535") ) +(myObject (attribute1 "attr39536") ) +(myObject (attribute1 "attr39537") ) +(myObject (attribute1 "attr39538") ) +(myObject (attribute1 "attr39539") ) +(myObject (attribute1 "attr39540") ) +(myObject (attribute1 "attr39541") ) +(myObject (attribute1 "attr39542") ) +(myObject (attribute1 "attr39543") ) +(myObject (attribute1 "attr39544") ) +(myObject (attribute1 "attr39545") ) +(myObject (attribute1 "attr39546") ) +(myObject (attribute1 "attr39547") ) +(myObject (attribute1 "attr39548") ) +(myObject (attribute1 "attr39549") ) +(myObject (attribute1 "attr39550") ) +(myObject (attribute1 "attr39551") ) +(myObject (attribute1 "attr39552") ) +(myObject (attribute1 "attr39553") ) +(myObject (attribute1 "attr39554") ) +(myObject (attribute1 "attr39555") ) +(myObject (attribute1 "attr39556") ) +(myObject (attribute1 "attr39557") ) +(myObject (attribute1 "attr39558") ) +(myObject (attribute1 "attr39559") ) +(myObject (attribute1 "attr39560") ) +(myObject (attribute1 "attr39561") ) +(myObject (attribute1 "attr39562") ) +(myObject (attribute1 "attr39563") ) +(myObject (attribute1 "attr39564") ) +(myObject (attribute1 "attr39565") ) +(myObject (attribute1 "attr39566") ) +(myObject (attribute1 "attr39567") ) +(myObject (attribute1 "attr39568") ) +(myObject (attribute1 "attr39569") ) +(myObject (attribute1 "attr39570") ) +(myObject (attribute1 "attr39571") ) +(myObject (attribute1 "attr39572") ) +(myObject (attribute1 "attr39573") ) +(myObject (attribute1 "attr39574") ) +(myObject (attribute1 "attr39575") ) +(myObject (attribute1 "attr39576") ) +(myObject (attribute1 "attr39577") ) +(myObject (attribute1 "attr39578") ) +(myObject (attribute1 "attr39579") ) +(myObject (attribute1 "attr39580") ) +(myObject (attribute1 "attr39581") ) +(myObject (attribute1 "attr39582") ) +(myObject (attribute1 "attr39583") ) +(myObject (attribute1 "attr39584") ) +(myObject (attribute1 "attr39585") ) +(myObject (attribute1 "attr39586") ) +(myObject (attribute1 "attr39587") ) +(myObject (attribute1 "attr39588") ) +(myObject (attribute1 "attr39589") ) +(myObject (attribute1 "attr39590") ) +(myObject (attribute1 "attr39591") ) +(myObject (attribute1 "attr39592") ) +(myObject (attribute1 "attr39593") ) +(myObject (attribute1 "attr39594") ) +(myObject (attribute1 "attr39595") ) +(myObject (attribute1 "attr39596") ) +(myObject (attribute1 "attr39597") ) +(myObject (attribute1 "attr39598") ) +(myObject (attribute1 "attr39599") ) +(myObject (attribute1 "attr39600") ) +(myObject (attribute1 "attr39601") ) +(myObject (attribute1 "attr39602") ) +(myObject (attribute1 "attr39603") ) +(myObject (attribute1 "attr39604") ) +(myObject (attribute1 "attr39605") ) +(myObject (attribute1 "attr39606") ) +(myObject (attribute1 "attr39607") ) +(myObject (attribute1 "attr39608") ) +(myObject (attribute1 "attr39609") ) +(myObject (attribute1 "attr39610") ) +(myObject (attribute1 "attr39611") ) +(myObject (attribute1 "attr39612") ) +(myObject (attribute1 "attr39613") ) +(myObject (attribute1 "attr39614") ) +(myObject (attribute1 "attr39615") ) +(myObject (attribute1 "attr39616") ) +(myObject (attribute1 "attr39617") ) +(myObject (attribute1 "attr39618") ) +(myObject (attribute1 "attr39619") ) +(myObject (attribute1 "attr39620") ) +(myObject (attribute1 "attr39621") ) +(myObject (attribute1 "attr39622") ) +(myObject (attribute1 "attr39623") ) +(myObject (attribute1 "attr39624") ) +(myObject (attribute1 "attr39625") ) +(myObject (attribute1 "attr39626") ) +(myObject (attribute1 "attr39627") ) +(myObject (attribute1 "attr39628") ) +(myObject (attribute1 "attr39629") ) +(myObject (attribute1 "attr39630") ) +(myObject (attribute1 "attr39631") ) +(myObject (attribute1 "attr39632") ) +(myObject (attribute1 "attr39633") ) +(myObject (attribute1 "attr39634") ) +(myObject (attribute1 "attr39635") ) +(myObject (attribute1 "attr39636") ) +(myObject (attribute1 "attr39637") ) +(myObject (attribute1 "attr39638") ) +(myObject (attribute1 "attr39639") ) +(myObject (attribute1 "attr39640") ) +(myObject (attribute1 "attr39641") ) +(myObject (attribute1 "attr39642") ) +(myObject (attribute1 "attr39643") ) +(myObject (attribute1 "attr39644") ) +(myObject (attribute1 "attr39645") ) +(myObject (attribute1 "attr39646") ) +(myObject (attribute1 "attr39647") ) +(myObject (attribute1 "attr39648") ) +(myObject (attribute1 "attr39649") ) +(myObject (attribute1 "attr39650") ) +(myObject (attribute1 "attr39651") ) +(myObject (attribute1 "attr39652") ) +(myObject (attribute1 "attr39653") ) +(myObject (attribute1 "attr39654") ) +(myObject (attribute1 "attr39655") ) +(myObject (attribute1 "attr39656") ) +(myObject (attribute1 "attr39657") ) +(myObject (attribute1 "attr39658") ) +(myObject (attribute1 "attr39659") ) +(myObject (attribute1 "attr39660") ) +(myObject (attribute1 "attr39661") ) +(myObject (attribute1 "attr39662") ) +(myObject (attribute1 "attr39663") ) +(myObject (attribute1 "attr39664") ) +(myObject (attribute1 "attr39665") ) +(myObject (attribute1 "attr39666") ) +(myObject (attribute1 "attr39667") ) +(myObject (attribute1 "attr39668") ) +(myObject (attribute1 "attr39669") ) +(myObject (attribute1 "attr39670") ) +(myObject (attribute1 "attr39671") ) +(myObject (attribute1 "attr39672") ) +(myObject (attribute1 "attr39673") ) +(myObject (attribute1 "attr39674") ) +(myObject (attribute1 "attr39675") ) +(myObject (attribute1 "attr39676") ) +(myObject (attribute1 "attr39677") ) +(myObject (attribute1 "attr39678") ) +(myObject (attribute1 "attr39679") ) +(myObject (attribute1 "attr39680") ) +(myObject (attribute1 "attr39681") ) +(myObject (attribute1 "attr39682") ) +(myObject (attribute1 "attr39683") ) +(myObject (attribute1 "attr39684") ) +(myObject (attribute1 "attr39685") ) +(myObject (attribute1 "attr39686") ) +(myObject (attribute1 "attr39687") ) +(myObject (attribute1 "attr39688") ) +(myObject (attribute1 "attr39689") ) +(myObject (attribute1 "attr39690") ) +(myObject (attribute1 "attr39691") ) +(myObject (attribute1 "attr39692") ) +(myObject (attribute1 "attr39693") ) +(myObject (attribute1 "attr39694") ) +(myObject (attribute1 "attr39695") ) +(myObject (attribute1 "attr39696") ) +(myObject (attribute1 "attr39697") ) +(myObject (attribute1 "attr39698") ) +(myObject (attribute1 "attr39699") ) +(myObject (attribute1 "attr39700") ) +(myObject (attribute1 "attr39701") ) +(myObject (attribute1 "attr39702") ) +(myObject (attribute1 "attr39703") ) +(myObject (attribute1 "attr39704") ) +(myObject (attribute1 "attr39705") ) +(myObject (attribute1 "attr39706") ) +(myObject (attribute1 "attr39707") ) +(myObject (attribute1 "attr39708") ) +(myObject (attribute1 "attr39709") ) +(myObject (attribute1 "attr39710") ) +(myObject (attribute1 "attr39711") ) +(myObject (attribute1 "attr39712") ) +(myObject (attribute1 "attr39713") ) +(myObject (attribute1 "attr39714") ) +(myObject (attribute1 "attr39715") ) +(myObject (attribute1 "attr39716") ) +(myObject (attribute1 "attr39717") ) +(myObject (attribute1 "attr39718") ) +(myObject (attribute1 "attr39719") ) +(myObject (attribute1 "attr39720") ) +(myObject (attribute1 "attr39721") ) +(myObject (attribute1 "attr39722") ) +(myObject (attribute1 "attr39723") ) +(myObject (attribute1 "attr39724") ) +(myObject (attribute1 "attr39725") ) +(myObject (attribute1 "attr39726") ) +(myObject (attribute1 "attr39727") ) +(myObject (attribute1 "attr39728") ) +(myObject (attribute1 "attr39729") ) +(myObject (attribute1 "attr39730") ) +(myObject (attribute1 "attr39731") ) +(myObject (attribute1 "attr39732") ) +(myObject (attribute1 "attr39733") ) +(myObject (attribute1 "attr39734") ) +(myObject (attribute1 "attr39735") ) +(myObject (attribute1 "attr39736") ) +(myObject (attribute1 "attr39737") ) +(myObject (attribute1 "attr39738") ) +(myObject (attribute1 "attr39739") ) +(myObject (attribute1 "attr39740") ) +(myObject (attribute1 "attr39741") ) +(myObject (attribute1 "attr39742") ) +(myObject (attribute1 "attr39743") ) +(myObject (attribute1 "attr39744") ) +(myObject (attribute1 "attr39745") ) +(myObject (attribute1 "attr39746") ) +(myObject (attribute1 "attr39747") ) +(myObject (attribute1 "attr39748") ) +(myObject (attribute1 "attr39749") ) +(myObject (attribute1 "attr39750") ) +(myObject (attribute1 "attr39751") ) +(myObject (attribute1 "attr39752") ) +(myObject (attribute1 "attr39753") ) +(myObject (attribute1 "attr39754") ) +(myObject (attribute1 "attr39755") ) +(myObject (attribute1 "attr39756") ) +(myObject (attribute1 "attr39757") ) +(myObject (attribute1 "attr39758") ) +(myObject (attribute1 "attr39759") ) +(myObject (attribute1 "attr39760") ) +(myObject (attribute1 "attr39761") ) +(myObject (attribute1 "attr39762") ) +(myObject (attribute1 "attr39763") ) +(myObject (attribute1 "attr39764") ) +(myObject (attribute1 "attr39765") ) +(myObject (attribute1 "attr39766") ) +(myObject (attribute1 "attr39767") ) +(myObject (attribute1 "attr39768") ) +(myObject (attribute1 "attr39769") ) +(myObject (attribute1 "attr39770") ) +(myObject (attribute1 "attr39771") ) +(myObject (attribute1 "attr39772") ) +(myObject (attribute1 "attr39773") ) +(myObject (attribute1 "attr39774") ) +(myObject (attribute1 "attr39775") ) +(myObject (attribute1 "attr39776") ) +(myObject (attribute1 "attr39777") ) +(myObject (attribute1 "attr39778") ) +(myObject (attribute1 "attr39779") ) +(myObject (attribute1 "attr39780") ) +(myObject (attribute1 "attr39781") ) +(myObject (attribute1 "attr39782") ) +(myObject (attribute1 "attr39783") ) +(myObject (attribute1 "attr39784") ) +(myObject (attribute1 "attr39785") ) +(myObject (attribute1 "attr39786") ) +(myObject (attribute1 "attr39787") ) +(myObject (attribute1 "attr39788") ) +(myObject (attribute1 "attr39789") ) +(myObject (attribute1 "attr39790") ) +(myObject (attribute1 "attr39791") ) +(myObject (attribute1 "attr39792") ) +(myObject (attribute1 "attr39793") ) +(myObject (attribute1 "attr39794") ) +(myObject (attribute1 "attr39795") ) +(myObject (attribute1 "attr39796") ) +(myObject (attribute1 "attr39797") ) +(myObject (attribute1 "attr39798") ) +(myObject (attribute1 "attr39799") ) +(myObject (attribute1 "attr39800") ) +(myObject (attribute1 "attr39801") ) +(myObject (attribute1 "attr39802") ) +(myObject (attribute1 "attr39803") ) +(myObject (attribute1 "attr39804") ) +(myObject (attribute1 "attr39805") ) +(myObject (attribute1 "attr39806") ) +(myObject (attribute1 "attr39807") ) +(myObject (attribute1 "attr39808") ) +(myObject (attribute1 "attr39809") ) +(myObject (attribute1 "attr39810") ) +(myObject (attribute1 "attr39811") ) +(myObject (attribute1 "attr39812") ) +(myObject (attribute1 "attr39813") ) +(myObject (attribute1 "attr39814") ) +(myObject (attribute1 "attr39815") ) +(myObject (attribute1 "attr39816") ) +(myObject (attribute1 "attr39817") ) +(myObject (attribute1 "attr39818") ) +(myObject (attribute1 "attr39819") ) +(myObject (attribute1 "attr39820") ) +(myObject (attribute1 "attr39821") ) +(myObject (attribute1 "attr39822") ) +(myObject (attribute1 "attr39823") ) +(myObject (attribute1 "attr39824") ) +(myObject (attribute1 "attr39825") ) +(myObject (attribute1 "attr39826") ) +(myObject (attribute1 "attr39827") ) +(myObject (attribute1 "attr39828") ) +(myObject (attribute1 "attr39829") ) +(myObject (attribute1 "attr39830") ) +(myObject (attribute1 "attr39831") ) +(myObject (attribute1 "attr39832") ) +(myObject (attribute1 "attr39833") ) +(myObject (attribute1 "attr39834") ) +(myObject (attribute1 "attr39835") ) +(myObject (attribute1 "attr39836") ) +(myObject (attribute1 "attr39837") ) +(myObject (attribute1 "attr39838") ) +(myObject (attribute1 "attr39839") ) +(myObject (attribute1 "attr39840") ) +(myObject (attribute1 "attr39841") ) +(myObject (attribute1 "attr39842") ) +(myObject (attribute1 "attr39843") ) +(myObject (attribute1 "attr39844") ) +(myObject (attribute1 "attr39845") ) +(myObject (attribute1 "attr39846") ) +(myObject (attribute1 "attr39847") ) +(myObject (attribute1 "attr39848") ) +(myObject (attribute1 "attr39849") ) +(myObject (attribute1 "attr39850") ) +(myObject (attribute1 "attr39851") ) +(myObject (attribute1 "attr39852") ) +(myObject (attribute1 "attr39853") ) +(myObject (attribute1 "attr39854") ) +(myObject (attribute1 "attr39855") ) +(myObject (attribute1 "attr39856") ) +(myObject (attribute1 "attr39857") ) +(myObject (attribute1 "attr39858") ) +(myObject (attribute1 "attr39859") ) +(myObject (attribute1 "attr39860") ) +(myObject (attribute1 "attr39861") ) +(myObject (attribute1 "attr39862") ) +(myObject (attribute1 "attr39863") ) +(myObject (attribute1 "attr39864") ) +(myObject (attribute1 "attr39865") ) +(myObject (attribute1 "attr39866") ) +(myObject (attribute1 "attr39867") ) +(myObject (attribute1 "attr39868") ) +(myObject (attribute1 "attr39869") ) +(myObject (attribute1 "attr39870") ) +(myObject (attribute1 "attr39871") ) +(myObject (attribute1 "attr39872") ) +(myObject (attribute1 "attr39873") ) +(myObject (attribute1 "attr39874") ) +(myObject (attribute1 "attr39875") ) +(myObject (attribute1 "attr39876") ) +(myObject (attribute1 "attr39877") ) +(myObject (attribute1 "attr39878") ) +(myObject (attribute1 "attr39879") ) +(myObject (attribute1 "attr39880") ) +(myObject (attribute1 "attr39881") ) +(myObject (attribute1 "attr39882") ) +(myObject (attribute1 "attr39883") ) +(myObject (attribute1 "attr39884") ) +(myObject (attribute1 "attr39885") ) +(myObject (attribute1 "attr39886") ) +(myObject (attribute1 "attr39887") ) +(myObject (attribute1 "attr39888") ) +(myObject (attribute1 "attr39889") ) +(myObject (attribute1 "attr39890") ) +(myObject (attribute1 "attr39891") ) +(myObject (attribute1 "attr39892") ) +(myObject (attribute1 "attr39893") ) +(myObject (attribute1 "attr39894") ) +(myObject (attribute1 "attr39895") ) +(myObject (attribute1 "attr39896") ) +(myObject (attribute1 "attr39897") ) +(myObject (attribute1 "attr39898") ) +(myObject (attribute1 "attr39899") ) +(myObject (attribute1 "attr39900") ) +(myObject (attribute1 "attr39901") ) +(myObject (attribute1 "attr39902") ) +(myObject (attribute1 "attr39903") ) +(myObject (attribute1 "attr39904") ) +(myObject (attribute1 "attr39905") ) +(myObject (attribute1 "attr39906") ) +(myObject (attribute1 "attr39907") ) +(myObject (attribute1 "attr39908") ) +(myObject (attribute1 "attr39909") ) +(myObject (attribute1 "attr39910") ) +(myObject (attribute1 "attr39911") ) +(myObject (attribute1 "attr39912") ) +(myObject (attribute1 "attr39913") ) +(myObject (attribute1 "attr39914") ) +(myObject (attribute1 "attr39915") ) +(myObject (attribute1 "attr39916") ) +(myObject (attribute1 "attr39917") ) +(myObject (attribute1 "attr39918") ) +(myObject (attribute1 "attr39919") ) +(myObject (attribute1 "attr39920") ) +(myObject (attribute1 "attr39921") ) +(myObject (attribute1 "attr39922") ) +(myObject (attribute1 "attr39923") ) +(myObject (attribute1 "attr39924") ) +(myObject (attribute1 "attr39925") ) +(myObject (attribute1 "attr39926") ) +(myObject (attribute1 "attr39927") ) +(myObject (attribute1 "attr39928") ) +(myObject (attribute1 "attr39929") ) +(myObject (attribute1 "attr39930") ) +(myObject (attribute1 "attr39931") ) +(myObject (attribute1 "attr39932") ) +(myObject (attribute1 "attr39933") ) +(myObject (attribute1 "attr39934") ) +(myObject (attribute1 "attr39935") ) +(myObject (attribute1 "attr39936") ) +(myObject (attribute1 "attr39937") ) +(myObject (attribute1 "attr39938") ) +(myObject (attribute1 "attr39939") ) +(myObject (attribute1 "attr39940") ) +(myObject (attribute1 "attr39941") ) +(myObject (attribute1 "attr39942") ) +(myObject (attribute1 "attr39943") ) +(myObject (attribute1 "attr39944") ) +(myObject (attribute1 "attr39945") ) +(myObject (attribute1 "attr39946") ) +(myObject (attribute1 "attr39947") ) +(myObject (attribute1 "attr39948") ) +(myObject (attribute1 "attr39949") ) +(myObject (attribute1 "attr39950") ) +(myObject (attribute1 "attr39951") ) +(myObject (attribute1 "attr39952") ) +(myObject (attribute1 "attr39953") ) +(myObject (attribute1 "attr39954") ) +(myObject (attribute1 "attr39955") ) +(myObject (attribute1 "attr39956") ) +(myObject (attribute1 "attr39957") ) +(myObject (attribute1 "attr39958") ) +(myObject (attribute1 "attr39959") ) +(myObject (attribute1 "attr39960") ) +(myObject (attribute1 "attr39961") ) +(myObject (attribute1 "attr39962") ) +(myObject (attribute1 "attr39963") ) +(myObject (attribute1 "attr39964") ) +(myObject (attribute1 "attr39965") ) +(myObject (attribute1 "attr39966") ) +(myObject (attribute1 "attr39967") ) +(myObject (attribute1 "attr39968") ) +(myObject (attribute1 "attr39969") ) +(myObject (attribute1 "attr39970") ) +(myObject (attribute1 "attr39971") ) +(myObject (attribute1 "attr39972") ) +(myObject (attribute1 "attr39973") ) +(myObject (attribute1 "attr39974") ) +(myObject (attribute1 "attr39975") ) +(myObject (attribute1 "attr39976") ) +(myObject (attribute1 "attr39977") ) +(myObject (attribute1 "attr39978") ) +(myObject (attribute1 "attr39979") ) +(myObject (attribute1 "attr39980") ) +(myObject (attribute1 "attr39981") ) +(myObject (attribute1 "attr39982") ) +(myObject (attribute1 "attr39983") ) +(myObject (attribute1 "attr39984") ) +(myObject (attribute1 "attr39985") ) +(myObject (attribute1 "attr39986") ) +(myObject (attribute1 "attr39987") ) +(myObject (attribute1 "attr39988") ) +(myObject (attribute1 "attr39989") ) +(myObject (attribute1 "attr39990") ) +(myObject (attribute1 "attr39991") ) +(myObject (attribute1 "attr39992") ) +(myObject (attribute1 "attr39993") ) +(myObject (attribute1 "attr39994") ) +(myObject (attribute1 "attr39995") ) +(myObject (attribute1 "attr39996") ) +(myObject (attribute1 "attr39997") ) +(myObject (attribute1 "attr39998") ) +(myObject (attribute1 "attr39999") ) +(myObject (attribute1 "attr40000") ) +(myObject (attribute1 "attr40001") ) +(myObject (attribute1 "attr40002") ) +(myObject (attribute1 "attr40003") ) +(myObject (attribute1 "attr40004") ) +(myObject (attribute1 "attr40005") ) +(myObject (attribute1 "attr40006") ) +(myObject (attribute1 "attr40007") ) +(myObject (attribute1 "attr40008") ) +(myObject (attribute1 "attr40009") ) +(myObject (attribute1 "attr40010") ) +(myObject (attribute1 "attr40011") ) +(myObject (attribute1 "attr40012") ) +(myObject (attribute1 "attr40013") ) +(myObject (attribute1 "attr40014") ) +(myObject (attribute1 "attr40015") ) +(myObject (attribute1 "attr40016") ) +(myObject (attribute1 "attr40017") ) +(myObject (attribute1 "attr40018") ) +(myObject (attribute1 "attr40019") ) +(myObject (attribute1 "attr40020") ) +(myObject (attribute1 "attr40021") ) +(myObject (attribute1 "attr40022") ) +(myObject (attribute1 "attr40023") ) +(myObject (attribute1 "attr40024") ) +(myObject (attribute1 "attr40025") ) +(myObject (attribute1 "attr40026") ) +(myObject (attribute1 "attr40027") ) +(myObject (attribute1 "attr40028") ) +(myObject (attribute1 "attr40029") ) +(myObject (attribute1 "attr40030") ) +(myObject (attribute1 "attr40031") ) +(myObject (attribute1 "attr40032") ) +(myObject (attribute1 "attr40033") ) +(myObject (attribute1 "attr40034") ) +(myObject (attribute1 "attr40035") ) +(myObject (attribute1 "attr40036") ) +(myObject (attribute1 "attr40037") ) +(myObject (attribute1 "attr40038") ) +(myObject (attribute1 "attr40039") ) +(myObject (attribute1 "attr40040") ) +(myObject (attribute1 "attr40041") ) +(myObject (attribute1 "attr40042") ) +(myObject (attribute1 "attr40043") ) +(myObject (attribute1 "attr40044") ) +(myObject (attribute1 "attr40045") ) +(myObject (attribute1 "attr40046") ) +(myObject (attribute1 "attr40047") ) +(myObject (attribute1 "attr40048") ) +(myObject (attribute1 "attr40049") ) +(myObject (attribute1 "attr40050") ) +(myObject (attribute1 "attr40051") ) +(myObject (attribute1 "attr40052") ) +(myObject (attribute1 "attr40053") ) +(myObject (attribute1 "attr40054") ) +(myObject (attribute1 "attr40055") ) +(myObject (attribute1 "attr40056") ) +(myObject (attribute1 "attr40057") ) +(myObject (attribute1 "attr40058") ) +(myObject (attribute1 "attr40059") ) +(myObject (attribute1 "attr40060") ) +(myObject (attribute1 "attr40061") ) +(myObject (attribute1 "attr40062") ) +(myObject (attribute1 "attr40063") ) +(myObject (attribute1 "attr40064") ) +(myObject (attribute1 "attr40065") ) +(myObject (attribute1 "attr40066") ) +(myObject (attribute1 "attr40067") ) +(myObject (attribute1 "attr40068") ) +(myObject (attribute1 "attr40069") ) +(myObject (attribute1 "attr40070") ) +(myObject (attribute1 "attr40071") ) +(myObject (attribute1 "attr40072") ) +(myObject (attribute1 "attr40073") ) +(myObject (attribute1 "attr40074") ) +(myObject (attribute1 "attr40075") ) +(myObject (attribute1 "attr40076") ) +(myObject (attribute1 "attr40077") ) +(myObject (attribute1 "attr40078") ) +(myObject (attribute1 "attr40079") ) +(myObject (attribute1 "attr40080") ) +(myObject (attribute1 "attr40081") ) +(myObject (attribute1 "attr40082") ) +(myObject (attribute1 "attr40083") ) +(myObject (attribute1 "attr40084") ) +(myObject (attribute1 "attr40085") ) +(myObject (attribute1 "attr40086") ) +(myObject (attribute1 "attr40087") ) +(myObject (attribute1 "attr40088") ) +(myObject (attribute1 "attr40089") ) +(myObject (attribute1 "attr40090") ) +(myObject (attribute1 "attr40091") ) +(myObject (attribute1 "attr40092") ) +(myObject (attribute1 "attr40093") ) +(myObject (attribute1 "attr40094") ) +(myObject (attribute1 "attr40095") ) +(myObject (attribute1 "attr40096") ) +(myObject (attribute1 "attr40097") ) +(myObject (attribute1 "attr40098") ) +(myObject (attribute1 "attr40099") ) +(myObject (attribute1 "attr40100") ) +(myObject (attribute1 "attr40101") ) +(myObject (attribute1 "attr40102") ) +(myObject (attribute1 "attr40103") ) +(myObject (attribute1 "attr40104") ) +(myObject (attribute1 "attr40105") ) +(myObject (attribute1 "attr40106") ) +(myObject (attribute1 "attr40107") ) +(myObject (attribute1 "attr40108") ) +(myObject (attribute1 "attr40109") ) +(myObject (attribute1 "attr40110") ) +(myObject (attribute1 "attr40111") ) +(myObject (attribute1 "attr40112") ) +(myObject (attribute1 "attr40113") ) +(myObject (attribute1 "attr40114") ) +(myObject (attribute1 "attr40115") ) +(myObject (attribute1 "attr40116") ) +(myObject (attribute1 "attr40117") ) +(myObject (attribute1 "attr40118") ) +(myObject (attribute1 "attr40119") ) +(myObject (attribute1 "attr40120") ) +(myObject (attribute1 "attr40121") ) +(myObject (attribute1 "attr40122") ) +(myObject (attribute1 "attr40123") ) +(myObject (attribute1 "attr40124") ) +(myObject (attribute1 "attr40125") ) +(myObject (attribute1 "attr40126") ) +(myObject (attribute1 "attr40127") ) +(myObject (attribute1 "attr40128") ) +(myObject (attribute1 "attr40129") ) +(myObject (attribute1 "attr40130") ) +(myObject (attribute1 "attr40131") ) +(myObject (attribute1 "attr40132") ) +(myObject (attribute1 "attr40133") ) +(myObject (attribute1 "attr40134") ) +(myObject (attribute1 "attr40135") ) +(myObject (attribute1 "attr40136") ) +(myObject (attribute1 "attr40137") ) +(myObject (attribute1 "attr40138") ) +(myObject (attribute1 "attr40139") ) +(myObject (attribute1 "attr40140") ) +(myObject (attribute1 "attr40141") ) +(myObject (attribute1 "attr40142") ) +(myObject (attribute1 "attr40143") ) +(myObject (attribute1 "attr40144") ) +(myObject (attribute1 "attr40145") ) +(myObject (attribute1 "attr40146") ) +(myObject (attribute1 "attr40147") ) +(myObject (attribute1 "attr40148") ) +(myObject (attribute1 "attr40149") ) +(myObject (attribute1 "attr40150") ) +(myObject (attribute1 "attr40151") ) +(myObject (attribute1 "attr40152") ) +(myObject (attribute1 "attr40153") ) +(myObject (attribute1 "attr40154") ) +(myObject (attribute1 "attr40155") ) +(myObject (attribute1 "attr40156") ) +(myObject (attribute1 "attr40157") ) +(myObject (attribute1 "attr40158") ) +(myObject (attribute1 "attr40159") ) +(myObject (attribute1 "attr40160") ) +(myObject (attribute1 "attr40161") ) +(myObject (attribute1 "attr40162") ) +(myObject (attribute1 "attr40163") ) +(myObject (attribute1 "attr40164") ) +(myObject (attribute1 "attr40165") ) +(myObject (attribute1 "attr40166") ) +(myObject (attribute1 "attr40167") ) +(myObject (attribute1 "attr40168") ) +(myObject (attribute1 "attr40169") ) +(myObject (attribute1 "attr40170") ) +(myObject (attribute1 "attr40171") ) +(myObject (attribute1 "attr40172") ) +(myObject (attribute1 "attr40173") ) +(myObject (attribute1 "attr40174") ) +(myObject (attribute1 "attr40175") ) +(myObject (attribute1 "attr40176") ) +(myObject (attribute1 "attr40177") ) +(myObject (attribute1 "attr40178") ) +(myObject (attribute1 "attr40179") ) +(myObject (attribute1 "attr40180") ) +(myObject (attribute1 "attr40181") ) +(myObject (attribute1 "attr40182") ) +(myObject (attribute1 "attr40183") ) +(myObject (attribute1 "attr40184") ) +(myObject (attribute1 "attr40185") ) +(myObject (attribute1 "attr40186") ) +(myObject (attribute1 "attr40187") ) +(myObject (attribute1 "attr40188") ) +(myObject (attribute1 "attr40189") ) +(myObject (attribute1 "attr40190") ) +(myObject (attribute1 "attr40191") ) +(myObject (attribute1 "attr40192") ) +(myObject (attribute1 "attr40193") ) +(myObject (attribute1 "attr40194") ) +(myObject (attribute1 "attr40195") ) +(myObject (attribute1 "attr40196") ) +(myObject (attribute1 "attr40197") ) +(myObject (attribute1 "attr40198") ) +(myObject (attribute1 "attr40199") ) +(myObject (attribute1 "attr40200") ) +(myObject (attribute1 "attr40201") ) +(myObject (attribute1 "attr40202") ) +(myObject (attribute1 "attr40203") ) +(myObject (attribute1 "attr40204") ) +(myObject (attribute1 "attr40205") ) +(myObject (attribute1 "attr40206") ) +(myObject (attribute1 "attr40207") ) +(myObject (attribute1 "attr40208") ) +(myObject (attribute1 "attr40209") ) +(myObject (attribute1 "attr40210") ) +(myObject (attribute1 "attr40211") ) +(myObject (attribute1 "attr40212") ) +(myObject (attribute1 "attr40213") ) +(myObject (attribute1 "attr40214") ) +(myObject (attribute1 "attr40215") ) +(myObject (attribute1 "attr40216") ) +(myObject (attribute1 "attr40217") ) +(myObject (attribute1 "attr40218") ) +(myObject (attribute1 "attr40219") ) +(myObject (attribute1 "attr40220") ) +(myObject (attribute1 "attr40221") ) +(myObject (attribute1 "attr40222") ) +(myObject (attribute1 "attr40223") ) +(myObject (attribute1 "attr40224") ) +(myObject (attribute1 "attr40225") ) +(myObject (attribute1 "attr40226") ) +(myObject (attribute1 "attr40227") ) +(myObject (attribute1 "attr40228") ) +(myObject (attribute1 "attr40229") ) +(myObject (attribute1 "attr40230") ) +(myObject (attribute1 "attr40231") ) +(myObject (attribute1 "attr40232") ) +(myObject (attribute1 "attr40233") ) +(myObject (attribute1 "attr40234") ) +(myObject (attribute1 "attr40235") ) +(myObject (attribute1 "attr40236") ) +(myObject (attribute1 "attr40237") ) +(myObject (attribute1 "attr40238") ) +(myObject (attribute1 "attr40239") ) +(myObject (attribute1 "attr40240") ) +(myObject (attribute1 "attr40241") ) +(myObject (attribute1 "attr40242") ) +(myObject (attribute1 "attr40243") ) +(myObject (attribute1 "attr40244") ) +(myObject (attribute1 "attr40245") ) +(myObject (attribute1 "attr40246") ) +(myObject (attribute1 "attr40247") ) +(myObject (attribute1 "attr40248") ) +(myObject (attribute1 "attr40249") ) +(myObject (attribute1 "attr40250") ) +(myObject (attribute1 "attr40251") ) +(myObject (attribute1 "attr40252") ) +(myObject (attribute1 "attr40253") ) +(myObject (attribute1 "attr40254") ) +(myObject (attribute1 "attr40255") ) +(myObject (attribute1 "attr40256") ) +(myObject (attribute1 "attr40257") ) +(myObject (attribute1 "attr40258") ) +(myObject (attribute1 "attr40259") ) +(myObject (attribute1 "attr40260") ) +(myObject (attribute1 "attr40261") ) +(myObject (attribute1 "attr40262") ) +(myObject (attribute1 "attr40263") ) +(myObject (attribute1 "attr40264") ) +(myObject (attribute1 "attr40265") ) +(myObject (attribute1 "attr40266") ) +(myObject (attribute1 "attr40267") ) +(myObject (attribute1 "attr40268") ) +(myObject (attribute1 "attr40269") ) +(myObject (attribute1 "attr40270") ) +(myObject (attribute1 "attr40271") ) +(myObject (attribute1 "attr40272") ) +(myObject (attribute1 "attr40273") ) +(myObject (attribute1 "attr40274") ) +(myObject (attribute1 "attr40275") ) +(myObject (attribute1 "attr40276") ) +(myObject (attribute1 "attr40277") ) +(myObject (attribute1 "attr40278") ) +(myObject (attribute1 "attr40279") ) +(myObject (attribute1 "attr40280") ) +(myObject (attribute1 "attr40281") ) +(myObject (attribute1 "attr40282") ) +(myObject (attribute1 "attr40283") ) +(myObject (attribute1 "attr40284") ) +(myObject (attribute1 "attr40285") ) +(myObject (attribute1 "attr40286") ) +(myObject (attribute1 "attr40287") ) +(myObject (attribute1 "attr40288") ) +(myObject (attribute1 "attr40289") ) +(myObject (attribute1 "attr40290") ) +(myObject (attribute1 "attr40291") ) +(myObject (attribute1 "attr40292") ) +(myObject (attribute1 "attr40293") ) +(myObject (attribute1 "attr40294") ) +(myObject (attribute1 "attr40295") ) +(myObject (attribute1 "attr40296") ) +(myObject (attribute1 "attr40297") ) +(myObject (attribute1 "attr40298") ) +(myObject (attribute1 "attr40299") ) +(myObject (attribute1 "attr40300") ) +(myObject (attribute1 "attr40301") ) +(myObject (attribute1 "attr40302") ) +(myObject (attribute1 "attr40303") ) +(myObject (attribute1 "attr40304") ) +(myObject (attribute1 "attr40305") ) +(myObject (attribute1 "attr40306") ) +(myObject (attribute1 "attr40307") ) +(myObject (attribute1 "attr40308") ) +(myObject (attribute1 "attr40309") ) +(myObject (attribute1 "attr40310") ) +(myObject (attribute1 "attr40311") ) +(myObject (attribute1 "attr40312") ) +(myObject (attribute1 "attr40313") ) +(myObject (attribute1 "attr40314") ) +(myObject (attribute1 "attr40315") ) +(myObject (attribute1 "attr40316") ) +(myObject (attribute1 "attr40317") ) +(myObject (attribute1 "attr40318") ) +(myObject (attribute1 "attr40319") ) +(myObject (attribute1 "attr40320") ) +(myObject (attribute1 "attr40321") ) +(myObject (attribute1 "attr40322") ) +(myObject (attribute1 "attr40323") ) +(myObject (attribute1 "attr40324") ) +(myObject (attribute1 "attr40325") ) +(myObject (attribute1 "attr40326") ) +(myObject (attribute1 "attr40327") ) +(myObject (attribute1 "attr40328") ) +(myObject (attribute1 "attr40329") ) +(myObject (attribute1 "attr40330") ) +(myObject (attribute1 "attr40331") ) +(myObject (attribute1 "attr40332") ) +(myObject (attribute1 "attr40333") ) +(myObject (attribute1 "attr40334") ) +(myObject (attribute1 "attr40335") ) +(myObject (attribute1 "attr40336") ) +(myObject (attribute1 "attr40337") ) +(myObject (attribute1 "attr40338") ) +(myObject (attribute1 "attr40339") ) +(myObject (attribute1 "attr40340") ) +(myObject (attribute1 "attr40341") ) +(myObject (attribute1 "attr40342") ) +(myObject (attribute1 "attr40343") ) +(myObject (attribute1 "attr40344") ) +(myObject (attribute1 "attr40345") ) +(myObject (attribute1 "attr40346") ) +(myObject (attribute1 "attr40347") ) +(myObject (attribute1 "attr40348") ) +(myObject (attribute1 "attr40349") ) +(myObject (attribute1 "attr40350") ) +(myObject (attribute1 "attr40351") ) +(myObject (attribute1 "attr40352") ) +(myObject (attribute1 "attr40353") ) +(myObject (attribute1 "attr40354") ) +(myObject (attribute1 "attr40355") ) +(myObject (attribute1 "attr40356") ) +(myObject (attribute1 "attr40357") ) +(myObject (attribute1 "attr40358") ) +(myObject (attribute1 "attr40359") ) +(myObject (attribute1 "attr40360") ) +(myObject (attribute1 "attr40361") ) +(myObject (attribute1 "attr40362") ) +(myObject (attribute1 "attr40363") ) +(myObject (attribute1 "attr40364") ) +(myObject (attribute1 "attr40365") ) +(myObject (attribute1 "attr40366") ) +(myObject (attribute1 "attr40367") ) +(myObject (attribute1 "attr40368") ) +(myObject (attribute1 "attr40369") ) +(myObject (attribute1 "attr40370") ) +(myObject (attribute1 "attr40371") ) +(myObject (attribute1 "attr40372") ) +(myObject (attribute1 "attr40373") ) +(myObject (attribute1 "attr40374") ) +(myObject (attribute1 "attr40375") ) +(myObject (attribute1 "attr40376") ) +(myObject (attribute1 "attr40377") ) +(myObject (attribute1 "attr40378") ) +(myObject (attribute1 "attr40379") ) +(myObject (attribute1 "attr40380") ) +(myObject (attribute1 "attr40381") ) +(myObject (attribute1 "attr40382") ) +(myObject (attribute1 "attr40383") ) +(myObject (attribute1 "attr40384") ) +(myObject (attribute1 "attr40385") ) +(myObject (attribute1 "attr40386") ) +(myObject (attribute1 "attr40387") ) +(myObject (attribute1 "attr40388") ) +(myObject (attribute1 "attr40389") ) +(myObject (attribute1 "attr40390") ) +(myObject (attribute1 "attr40391") ) +(myObject (attribute1 "attr40392") ) +(myObject (attribute1 "attr40393") ) +(myObject (attribute1 "attr40394") ) +(myObject (attribute1 "attr40395") ) +(myObject (attribute1 "attr40396") ) +(myObject (attribute1 "attr40397") ) +(myObject (attribute1 "attr40398") ) +(myObject (attribute1 "attr40399") ) +(myObject (attribute1 "attr40400") ) +(myObject (attribute1 "attr40401") ) +(myObject (attribute1 "attr40402") ) +(myObject (attribute1 "attr40403") ) +(myObject (attribute1 "attr40404") ) +(myObject (attribute1 "attr40405") ) +(myObject (attribute1 "attr40406") ) +(myObject (attribute1 "attr40407") ) +(myObject (attribute1 "attr40408") ) +(myObject (attribute1 "attr40409") ) +(myObject (attribute1 "attr40410") ) +(myObject (attribute1 "attr40411") ) +(myObject (attribute1 "attr40412") ) +(myObject (attribute1 "attr40413") ) +(myObject (attribute1 "attr40414") ) +(myObject (attribute1 "attr40415") ) +(myObject (attribute1 "attr40416") ) +(myObject (attribute1 "attr40417") ) +(myObject (attribute1 "attr40418") ) +(myObject (attribute1 "attr40419") ) +(myObject (attribute1 "attr40420") ) +(myObject (attribute1 "attr40421") ) +(myObject (attribute1 "attr40422") ) +(myObject (attribute1 "attr40423") ) +(myObject (attribute1 "attr40424") ) +(myObject (attribute1 "attr40425") ) +(myObject (attribute1 "attr40426") ) +(myObject (attribute1 "attr40427") ) +(myObject (attribute1 "attr40428") ) +(myObject (attribute1 "attr40429") ) +(myObject (attribute1 "attr40430") ) +(myObject (attribute1 "attr40431") ) +(myObject (attribute1 "attr40432") ) +(myObject (attribute1 "attr40433") ) +(myObject (attribute1 "attr40434") ) +(myObject (attribute1 "attr40435") ) +(myObject (attribute1 "attr40436") ) +(myObject (attribute1 "attr40437") ) +(myObject (attribute1 "attr40438") ) +(myObject (attribute1 "attr40439") ) +(myObject (attribute1 "attr40440") ) +(myObject (attribute1 "attr40441") ) +(myObject (attribute1 "attr40442") ) +(myObject (attribute1 "attr40443") ) +(myObject (attribute1 "attr40444") ) +(myObject (attribute1 "attr40445") ) +(myObject (attribute1 "attr40446") ) +(myObject (attribute1 "attr40447") ) +(myObject (attribute1 "attr40448") ) +(myObject (attribute1 "attr40449") ) +(myObject (attribute1 "attr40450") ) +(myObject (attribute1 "attr40451") ) +(myObject (attribute1 "attr40452") ) +(myObject (attribute1 "attr40453") ) +(myObject (attribute1 "attr40454") ) +(myObject (attribute1 "attr40455") ) +(myObject (attribute1 "attr40456") ) +(myObject (attribute1 "attr40457") ) +(myObject (attribute1 "attr40458") ) +(myObject (attribute1 "attr40459") ) +(myObject (attribute1 "attr40460") ) +(myObject (attribute1 "attr40461") ) +(myObject (attribute1 "attr40462") ) +(myObject (attribute1 "attr40463") ) +(myObject (attribute1 "attr40464") ) +(myObject (attribute1 "attr40465") ) +(myObject (attribute1 "attr40466") ) +(myObject (attribute1 "attr40467") ) +(myObject (attribute1 "attr40468") ) +(myObject (attribute1 "attr40469") ) +(myObject (attribute1 "attr40470") ) +(myObject (attribute1 "attr40471") ) +(myObject (attribute1 "attr40472") ) +(myObject (attribute1 "attr40473") ) +(myObject (attribute1 "attr40474") ) +(myObject (attribute1 "attr40475") ) +(myObject (attribute1 "attr40476") ) +(myObject (attribute1 "attr40477") ) +(myObject (attribute1 "attr40478") ) +(myObject (attribute1 "attr40479") ) +(myObject (attribute1 "attr40480") ) +(myObject (attribute1 "attr40481") ) +(myObject (attribute1 "attr40482") ) +(myObject (attribute1 "attr40483") ) +(myObject (attribute1 "attr40484") ) +(myObject (attribute1 "attr40485") ) +(myObject (attribute1 "attr40486") ) +(myObject (attribute1 "attr40487") ) +(myObject (attribute1 "attr40488") ) +(myObject (attribute1 "attr40489") ) +(myObject (attribute1 "attr40490") ) +(myObject (attribute1 "attr40491") ) +(myObject (attribute1 "attr40492") ) +(myObject (attribute1 "attr40493") ) +(myObject (attribute1 "attr40494") ) +(myObject (attribute1 "attr40495") ) +(myObject (attribute1 "attr40496") ) +(myObject (attribute1 "attr40497") ) +(myObject (attribute1 "attr40498") ) +(myObject (attribute1 "attr40499") ) +(myObject (attribute1 "attr40500") ) +(myObject (attribute1 "attr40501") ) +(myObject (attribute1 "attr40502") ) +(myObject (attribute1 "attr40503") ) +(myObject (attribute1 "attr40504") ) +(myObject (attribute1 "attr40505") ) +(myObject (attribute1 "attr40506") ) +(myObject (attribute1 "attr40507") ) +(myObject (attribute1 "attr40508") ) +(myObject (attribute1 "attr40509") ) +(myObject (attribute1 "attr40510") ) +(myObject (attribute1 "attr40511") ) +(myObject (attribute1 "attr40512") ) +(myObject (attribute1 "attr40513") ) +(myObject (attribute1 "attr40514") ) +(myObject (attribute1 "attr40515") ) +(myObject (attribute1 "attr40516") ) +(myObject (attribute1 "attr40517") ) +(myObject (attribute1 "attr40518") ) +(myObject (attribute1 "attr40519") ) +(myObject (attribute1 "attr40520") ) +(myObject (attribute1 "attr40521") ) +(myObject (attribute1 "attr40522") ) +(myObject (attribute1 "attr40523") ) +(myObject (attribute1 "attr40524") ) +(myObject (attribute1 "attr40525") ) +(myObject (attribute1 "attr40526") ) +(myObject (attribute1 "attr40527") ) +(myObject (attribute1 "attr40528") ) +(myObject (attribute1 "attr40529") ) +(myObject (attribute1 "attr40530") ) +(myObject (attribute1 "attr40531") ) +(myObject (attribute1 "attr40532") ) +(myObject (attribute1 "attr40533") ) +(myObject (attribute1 "attr40534") ) +(myObject (attribute1 "attr40535") ) +(myObject (attribute1 "attr40536") ) +(myObject (attribute1 "attr40537") ) +(myObject (attribute1 "attr40538") ) +(myObject (attribute1 "attr40539") ) +(myObject (attribute1 "attr40540") ) +(myObject (attribute1 "attr40541") ) +(myObject (attribute1 "attr40542") ) +(myObject (attribute1 "attr40543") ) +(myObject (attribute1 "attr40544") ) +(myObject (attribute1 "attr40545") ) +(myObject (attribute1 "attr40546") ) +(myObject (attribute1 "attr40547") ) +(myObject (attribute1 "attr40548") ) +(myObject (attribute1 "attr40549") ) +(myObject (attribute1 "attr40550") ) +(myObject (attribute1 "attr40551") ) +(myObject (attribute1 "attr40552") ) +(myObject (attribute1 "attr40553") ) +(myObject (attribute1 "attr40554") ) +(myObject (attribute1 "attr40555") ) +(myObject (attribute1 "attr40556") ) +(myObject (attribute1 "attr40557") ) +(myObject (attribute1 "attr40558") ) +(myObject (attribute1 "attr40559") ) +(myObject (attribute1 "attr40560") ) +(myObject (attribute1 "attr40561") ) +(myObject (attribute1 "attr40562") ) +(myObject (attribute1 "attr40563") ) +(myObject (attribute1 "attr40564") ) +(myObject (attribute1 "attr40565") ) +(myObject (attribute1 "attr40566") ) +(myObject (attribute1 "attr40567") ) +(myObject (attribute1 "attr40568") ) +(myObject (attribute1 "attr40569") ) +(myObject (attribute1 "attr40570") ) +(myObject (attribute1 "attr40571") ) +(myObject (attribute1 "attr40572") ) +(myObject (attribute1 "attr40573") ) +(myObject (attribute1 "attr40574") ) +(myObject (attribute1 "attr40575") ) +(myObject (attribute1 "attr40576") ) +(myObject (attribute1 "attr40577") ) +(myObject (attribute1 "attr40578") ) +(myObject (attribute1 "attr40579") ) +(myObject (attribute1 "attr40580") ) +(myObject (attribute1 "attr40581") ) +(myObject (attribute1 "attr40582") ) +(myObject (attribute1 "attr40583") ) +(myObject (attribute1 "attr40584") ) +(myObject (attribute1 "attr40585") ) +(myObject (attribute1 "attr40586") ) +(myObject (attribute1 "attr40587") ) +(myObject (attribute1 "attr40588") ) +(myObject (attribute1 "attr40589") ) +(myObject (attribute1 "attr40590") ) +(myObject (attribute1 "attr40591") ) +(myObject (attribute1 "attr40592") ) +(myObject (attribute1 "attr40593") ) +(myObject (attribute1 "attr40594") ) +(myObject (attribute1 "attr40595") ) +(myObject (attribute1 "attr40596") ) +(myObject (attribute1 "attr40597") ) +(myObject (attribute1 "attr40598") ) +(myObject (attribute1 "attr40599") ) +(myObject (attribute1 "attr40600") ) +(myObject (attribute1 "attr40601") ) +(myObject (attribute1 "attr40602") ) +(myObject (attribute1 "attr40603") ) +(myObject (attribute1 "attr40604") ) +(myObject (attribute1 "attr40605") ) +(myObject (attribute1 "attr40606") ) +(myObject (attribute1 "attr40607") ) +(myObject (attribute1 "attr40608") ) +(myObject (attribute1 "attr40609") ) +(myObject (attribute1 "attr40610") ) +(myObject (attribute1 "attr40611") ) +(myObject (attribute1 "attr40612") ) +(myObject (attribute1 "attr40613") ) +(myObject (attribute1 "attr40614") ) +(myObject (attribute1 "attr40615") ) +(myObject (attribute1 "attr40616") ) +(myObject (attribute1 "attr40617") ) +(myObject (attribute1 "attr40618") ) +(myObject (attribute1 "attr40619") ) +(myObject (attribute1 "attr40620") ) +(myObject (attribute1 "attr40621") ) +(myObject (attribute1 "attr40622") ) +(myObject (attribute1 "attr40623") ) +(myObject (attribute1 "attr40624") ) +(myObject (attribute1 "attr40625") ) +(myObject (attribute1 "attr40626") ) +(myObject (attribute1 "attr40627") ) +(myObject (attribute1 "attr40628") ) +(myObject (attribute1 "attr40629") ) +(myObject (attribute1 "attr40630") ) +(myObject (attribute1 "attr40631") ) +(myObject (attribute1 "attr40632") ) +(myObject (attribute1 "attr40633") ) +(myObject (attribute1 "attr40634") ) +(myObject (attribute1 "attr40635") ) +(myObject (attribute1 "attr40636") ) +(myObject (attribute1 "attr40637") ) +(myObject (attribute1 "attr40638") ) +(myObject (attribute1 "attr40639") ) +(myObject (attribute1 "attr40640") ) +(myObject (attribute1 "attr40641") ) +(myObject (attribute1 "attr40642") ) +(myObject (attribute1 "attr40643") ) +(myObject (attribute1 "attr40644") ) +(myObject (attribute1 "attr40645") ) +(myObject (attribute1 "attr40646") ) +(myObject (attribute1 "attr40647") ) +(myObject (attribute1 "attr40648") ) +(myObject (attribute1 "attr40649") ) +(myObject (attribute1 "attr40650") ) +(myObject (attribute1 "attr40651") ) +(myObject (attribute1 "attr40652") ) +(myObject (attribute1 "attr40653") ) +(myObject (attribute1 "attr40654") ) +(myObject (attribute1 "attr40655") ) +(myObject (attribute1 "attr40656") ) +(myObject (attribute1 "attr40657") ) +(myObject (attribute1 "attr40658") ) +(myObject (attribute1 "attr40659") ) +(myObject (attribute1 "attr40660") ) +(myObject (attribute1 "attr40661") ) +(myObject (attribute1 "attr40662") ) +(myObject (attribute1 "attr40663") ) +(myObject (attribute1 "attr40664") ) +(myObject (attribute1 "attr40665") ) +(myObject (attribute1 "attr40666") ) +(myObject (attribute1 "attr40667") ) +(myObject (attribute1 "attr40668") ) +(myObject (attribute1 "attr40669") ) +(myObject (attribute1 "attr40670") ) +(myObject (attribute1 "attr40671") ) +(myObject (attribute1 "attr40672") ) +(myObject (attribute1 "attr40673") ) +(myObject (attribute1 "attr40674") ) +(myObject (attribute1 "attr40675") ) +(myObject (attribute1 "attr40676") ) +(myObject (attribute1 "attr40677") ) +(myObject (attribute1 "attr40678") ) +(myObject (attribute1 "attr40679") ) +(myObject (attribute1 "attr40680") ) +(myObject (attribute1 "attr40681") ) +(myObject (attribute1 "attr40682") ) +(myObject (attribute1 "attr40683") ) +(myObject (attribute1 "attr40684") ) +(myObject (attribute1 "attr40685") ) +(myObject (attribute1 "attr40686") ) +(myObject (attribute1 "attr40687") ) +(myObject (attribute1 "attr40688") ) +(myObject (attribute1 "attr40689") ) +(myObject (attribute1 "attr40690") ) +(myObject (attribute1 "attr40691") ) +(myObject (attribute1 "attr40692") ) +(myObject (attribute1 "attr40693") ) +(myObject (attribute1 "attr40694") ) +(myObject (attribute1 "attr40695") ) +(myObject (attribute1 "attr40696") ) +(myObject (attribute1 "attr40697") ) +(myObject (attribute1 "attr40698") ) +(myObject (attribute1 "attr40699") ) +(myObject (attribute1 "attr40700") ) +(myObject (attribute1 "attr40701") ) +(myObject (attribute1 "attr40702") ) +(myObject (attribute1 "attr40703") ) +(myObject (attribute1 "attr40704") ) +(myObject (attribute1 "attr40705") ) +(myObject (attribute1 "attr40706") ) +(myObject (attribute1 "attr40707") ) +(myObject (attribute1 "attr40708") ) +(myObject (attribute1 "attr40709") ) +(myObject (attribute1 "attr40710") ) +(myObject (attribute1 "attr40711") ) +(myObject (attribute1 "attr40712") ) +(myObject (attribute1 "attr40713") ) +(myObject (attribute1 "attr40714") ) +(myObject (attribute1 "attr40715") ) +(myObject (attribute1 "attr40716") ) +(myObject (attribute1 "attr40717") ) +(myObject (attribute1 "attr40718") ) +(myObject (attribute1 "attr40719") ) +(myObject (attribute1 "attr40720") ) +(myObject (attribute1 "attr40721") ) +(myObject (attribute1 "attr40722") ) +(myObject (attribute1 "attr40723") ) +(myObject (attribute1 "attr40724") ) +(myObject (attribute1 "attr40725") ) +(myObject (attribute1 "attr40726") ) +(myObject (attribute1 "attr40727") ) +(myObject (attribute1 "attr40728") ) +(myObject (attribute1 "attr40729") ) +(myObject (attribute1 "attr40730") ) +(myObject (attribute1 "attr40731") ) +(myObject (attribute1 "attr40732") ) +(myObject (attribute1 "attr40733") ) +(myObject (attribute1 "attr40734") ) +(myObject (attribute1 "attr40735") ) +(myObject (attribute1 "attr40736") ) +(myObject (attribute1 "attr40737") ) +(myObject (attribute1 "attr40738") ) +(myObject (attribute1 "attr40739") ) +(myObject (attribute1 "attr40740") ) +(myObject (attribute1 "attr40741") ) +(myObject (attribute1 "attr40742") ) +(myObject (attribute1 "attr40743") ) +(myObject (attribute1 "attr40744") ) +(myObject (attribute1 "attr40745") ) +(myObject (attribute1 "attr40746") ) +(myObject (attribute1 "attr40747") ) +(myObject (attribute1 "attr40748") ) +(myObject (attribute1 "attr40749") ) +(myObject (attribute1 "attr40750") ) +(myObject (attribute1 "attr40751") ) +(myObject (attribute1 "attr40752") ) +(myObject (attribute1 "attr40753") ) +(myObject (attribute1 "attr40754") ) +(myObject (attribute1 "attr40755") ) +(myObject (attribute1 "attr40756") ) +(myObject (attribute1 "attr40757") ) +(myObject (attribute1 "attr40758") ) +(myObject (attribute1 "attr40759") ) +(myObject (attribute1 "attr40760") ) +(myObject (attribute1 "attr40761") ) +(myObject (attribute1 "attr40762") ) +(myObject (attribute1 "attr40763") ) +(myObject (attribute1 "attr40764") ) +(myObject (attribute1 "attr40765") ) +(myObject (attribute1 "attr40766") ) +(myObject (attribute1 "attr40767") ) +(myObject (attribute1 "attr40768") ) +(myObject (attribute1 "attr40769") ) +(myObject (attribute1 "attr40770") ) +(myObject (attribute1 "attr40771") ) +(myObject (attribute1 "attr40772") ) +(myObject (attribute1 "attr40773") ) +(myObject (attribute1 "attr40774") ) +(myObject (attribute1 "attr40775") ) +(myObject (attribute1 "attr40776") ) +(myObject (attribute1 "attr40777") ) +(myObject (attribute1 "attr40778") ) +(myObject (attribute1 "attr40779") ) +(myObject (attribute1 "attr40780") ) +(myObject (attribute1 "attr40781") ) +(myObject (attribute1 "attr40782") ) +(myObject (attribute1 "attr40783") ) +(myObject (attribute1 "attr40784") ) +(myObject (attribute1 "attr40785") ) +(myObject (attribute1 "attr40786") ) +(myObject (attribute1 "attr40787") ) +(myObject (attribute1 "attr40788") ) +(myObject (attribute1 "attr40789") ) +(myObject (attribute1 "attr40790") ) +(myObject (attribute1 "attr40791") ) +(myObject (attribute1 "attr40792") ) +(myObject (attribute1 "attr40793") ) +(myObject (attribute1 "attr40794") ) +(myObject (attribute1 "attr40795") ) +(myObject (attribute1 "attr40796") ) +(myObject (attribute1 "attr40797") ) +(myObject (attribute1 "attr40798") ) +(myObject (attribute1 "attr40799") ) +(myObject (attribute1 "attr40800") ) +(myObject (attribute1 "attr40801") ) +(myObject (attribute1 "attr40802") ) +(myObject (attribute1 "attr40803") ) +(myObject (attribute1 "attr40804") ) +(myObject (attribute1 "attr40805") ) +(myObject (attribute1 "attr40806") ) +(myObject (attribute1 "attr40807") ) +(myObject (attribute1 "attr40808") ) +(myObject (attribute1 "attr40809") ) +(myObject (attribute1 "attr40810") ) +(myObject (attribute1 "attr40811") ) +(myObject (attribute1 "attr40812") ) +(myObject (attribute1 "attr40813") ) +(myObject (attribute1 "attr40814") ) +(myObject (attribute1 "attr40815") ) +(myObject (attribute1 "attr40816") ) +(myObject (attribute1 "attr40817") ) +(myObject (attribute1 "attr40818") ) +(myObject (attribute1 "attr40819") ) +(myObject (attribute1 "attr40820") ) +(myObject (attribute1 "attr40821") ) +(myObject (attribute1 "attr40822") ) +(myObject (attribute1 "attr40823") ) +(myObject (attribute1 "attr40824") ) +(myObject (attribute1 "attr40825") ) +(myObject (attribute1 "attr40826") ) +(myObject (attribute1 "attr40827") ) +(myObject (attribute1 "attr40828") ) +(myObject (attribute1 "attr40829") ) +(myObject (attribute1 "attr40830") ) +(myObject (attribute1 "attr40831") ) +(myObject (attribute1 "attr40832") ) +(myObject (attribute1 "attr40833") ) +(myObject (attribute1 "attr40834") ) +(myObject (attribute1 "attr40835") ) +(myObject (attribute1 "attr40836") ) +(myObject (attribute1 "attr40837") ) +(myObject (attribute1 "attr40838") ) +(myObject (attribute1 "attr40839") ) +(myObject (attribute1 "attr40840") ) +(myObject (attribute1 "attr40841") ) +(myObject (attribute1 "attr40842") ) +(myObject (attribute1 "attr40843") ) +(myObject (attribute1 "attr40844") ) +(myObject (attribute1 "attr40845") ) +(myObject (attribute1 "attr40846") ) +(myObject (attribute1 "attr40847") ) +(myObject (attribute1 "attr40848") ) +(myObject (attribute1 "attr40849") ) +(myObject (attribute1 "attr40850") ) +(myObject (attribute1 "attr40851") ) +(myObject (attribute1 "attr40852") ) +(myObject (attribute1 "attr40853") ) +(myObject (attribute1 "attr40854") ) +(myObject (attribute1 "attr40855") ) +(myObject (attribute1 "attr40856") ) +(myObject (attribute1 "attr40857") ) +(myObject (attribute1 "attr40858") ) +(myObject (attribute1 "attr40859") ) +(myObject (attribute1 "attr40860") ) +(myObject (attribute1 "attr40861") ) +(myObject (attribute1 "attr40862") ) +(myObject (attribute1 "attr40863") ) +(myObject (attribute1 "attr40864") ) +(myObject (attribute1 "attr40865") ) +(myObject (attribute1 "attr40866") ) +(myObject (attribute1 "attr40867") ) +(myObject (attribute1 "attr40868") ) +(myObject (attribute1 "attr40869") ) +(myObject (attribute1 "attr40870") ) +(myObject (attribute1 "attr40871") ) +(myObject (attribute1 "attr40872") ) +(myObject (attribute1 "attr40873") ) +(myObject (attribute1 "attr40874") ) +(myObject (attribute1 "attr40875") ) +(myObject (attribute1 "attr40876") ) +(myObject (attribute1 "attr40877") ) +(myObject (attribute1 "attr40878") ) +(myObject (attribute1 "attr40879") ) +(myObject (attribute1 "attr40880") ) +(myObject (attribute1 "attr40881") ) +(myObject (attribute1 "attr40882") ) +(myObject (attribute1 "attr40883") ) +(myObject (attribute1 "attr40884") ) +(myObject (attribute1 "attr40885") ) +(myObject (attribute1 "attr40886") ) +(myObject (attribute1 "attr40887") ) +(myObject (attribute1 "attr40888") ) +(myObject (attribute1 "attr40889") ) +(myObject (attribute1 "attr40890") ) +(myObject (attribute1 "attr40891") ) +(myObject (attribute1 "attr40892") ) +(myObject (attribute1 "attr40893") ) +(myObject (attribute1 "attr40894") ) +(myObject (attribute1 "attr40895") ) +(myObject (attribute1 "attr40896") ) +(myObject (attribute1 "attr40897") ) +(myObject (attribute1 "attr40898") ) +(myObject (attribute1 "attr40899") ) +(myObject (attribute1 "attr40900") ) +(myObject (attribute1 "attr40901") ) +(myObject (attribute1 "attr40902") ) +(myObject (attribute1 "attr40903") ) +(myObject (attribute1 "attr40904") ) +(myObject (attribute1 "attr40905") ) +(myObject (attribute1 "attr40906") ) +(myObject (attribute1 "attr40907") ) +(myObject (attribute1 "attr40908") ) +(myObject (attribute1 "attr40909") ) +(myObject (attribute1 "attr40910") ) +(myObject (attribute1 "attr40911") ) +(myObject (attribute1 "attr40912") ) +(myObject (attribute1 "attr40913") ) +(myObject (attribute1 "attr40914") ) +(myObject (attribute1 "attr40915") ) +(myObject (attribute1 "attr40916") ) +(myObject (attribute1 "attr40917") ) +(myObject (attribute1 "attr40918") ) +(myObject (attribute1 "attr40919") ) +(myObject (attribute1 "attr40920") ) +(myObject (attribute1 "attr40921") ) +(myObject (attribute1 "attr40922") ) +(myObject (attribute1 "attr40923") ) +(myObject (attribute1 "attr40924") ) +(myObject (attribute1 "attr40925") ) +(myObject (attribute1 "attr40926") ) +(myObject (attribute1 "attr40927") ) +(myObject (attribute1 "attr40928") ) +(myObject (attribute1 "attr40929") ) +(myObject (attribute1 "attr40930") ) +(myObject (attribute1 "attr40931") ) +(myObject (attribute1 "attr40932") ) +(myObject (attribute1 "attr40933") ) +(myObject (attribute1 "attr40934") ) +(myObject (attribute1 "attr40935") ) +(myObject (attribute1 "attr40936") ) +(myObject (attribute1 "attr40937") ) +(myObject (attribute1 "attr40938") ) +(myObject (attribute1 "attr40939") ) +(myObject (attribute1 "attr40940") ) +(myObject (attribute1 "attr40941") ) +(myObject (attribute1 "attr40942") ) +(myObject (attribute1 "attr40943") ) +(myObject (attribute1 "attr40944") ) +(myObject (attribute1 "attr40945") ) +(myObject (attribute1 "attr40946") ) +(myObject (attribute1 "attr40947") ) +(myObject (attribute1 "attr40948") ) +(myObject (attribute1 "attr40949") ) +(myObject (attribute1 "attr40950") ) +(myObject (attribute1 "attr40951") ) +(myObject (attribute1 "attr40952") ) +(myObject (attribute1 "attr40953") ) +(myObject (attribute1 "attr40954") ) +(myObject (attribute1 "attr40955") ) +(myObject (attribute1 "attr40956") ) +(myObject (attribute1 "attr40957") ) +(myObject (attribute1 "attr40958") ) +(myObject (attribute1 "attr40959") ) +(myObject (attribute1 "attr40960") ) +(myObject (attribute1 "attr40961") ) +(myObject (attribute1 "attr40962") ) +(myObject (attribute1 "attr40963") ) +(myObject (attribute1 "attr40964") ) +(myObject (attribute1 "attr40965") ) +(myObject (attribute1 "attr40966") ) +(myObject (attribute1 "attr40967") ) +(myObject (attribute1 "attr40968") ) +(myObject (attribute1 "attr40969") ) +(myObject (attribute1 "attr40970") ) +(myObject (attribute1 "attr40971") ) +(myObject (attribute1 "attr40972") ) +(myObject (attribute1 "attr40973") ) +(myObject (attribute1 "attr40974") ) +(myObject (attribute1 "attr40975") ) +(myObject (attribute1 "attr40976") ) +(myObject (attribute1 "attr40977") ) +(myObject (attribute1 "attr40978") ) +(myObject (attribute1 "attr40979") ) +(myObject (attribute1 "attr40980") ) +(myObject (attribute1 "attr40981") ) +(myObject (attribute1 "attr40982") ) +(myObject (attribute1 "attr40983") ) +(myObject (attribute1 "attr40984") ) +(myObject (attribute1 "attr40985") ) +(myObject (attribute1 "attr40986") ) +(myObject (attribute1 "attr40987") ) +(myObject (attribute1 "attr40988") ) +(myObject (attribute1 "attr40989") ) +(myObject (attribute1 "attr40990") ) +(myObject (attribute1 "attr40991") ) +(myObject (attribute1 "attr40992") ) +(myObject (attribute1 "attr40993") ) +(myObject (attribute1 "attr40994") ) +(myObject (attribute1 "attr40995") ) +(myObject (attribute1 "attr40996") ) +(myObject (attribute1 "attr40997") ) +(myObject (attribute1 "attr40998") ) +(myObject (attribute1 "attr40999") ) +(myObject (attribute1 "attr41000") ) +(myObject (attribute1 "attr41001") ) +(myObject (attribute1 "attr41002") ) +(myObject (attribute1 "attr41003") ) +(myObject (attribute1 "attr41004") ) +(myObject (attribute1 "attr41005") ) +(myObject (attribute1 "attr41006") ) +(myObject (attribute1 "attr41007") ) +(myObject (attribute1 "attr41008") ) +(myObject (attribute1 "attr41009") ) +(myObject (attribute1 "attr41010") ) +(myObject (attribute1 "attr41011") ) +(myObject (attribute1 "attr41012") ) +(myObject (attribute1 "attr41013") ) +(myObject (attribute1 "attr41014") ) +(myObject (attribute1 "attr41015") ) +(myObject (attribute1 "attr41016") ) +(myObject (attribute1 "attr41017") ) +(myObject (attribute1 "attr41018") ) +(myObject (attribute1 "attr41019") ) +(myObject (attribute1 "attr41020") ) +(myObject (attribute1 "attr41021") ) +(myObject (attribute1 "attr41022") ) +(myObject (attribute1 "attr41023") ) +(myObject (attribute1 "attr41024") ) +(myObject (attribute1 "attr41025") ) +(myObject (attribute1 "attr41026") ) +(myObject (attribute1 "attr41027") ) +(myObject (attribute1 "attr41028") ) +(myObject (attribute1 "attr41029") ) +(myObject (attribute1 "attr41030") ) +(myObject (attribute1 "attr41031") ) +(myObject (attribute1 "attr41032") ) +(myObject (attribute1 "attr41033") ) +(myObject (attribute1 "attr41034") ) +(myObject (attribute1 "attr41035") ) +(myObject (attribute1 "attr41036") ) +(myObject (attribute1 "attr41037") ) +(myObject (attribute1 "attr41038") ) +(myObject (attribute1 "attr41039") ) +(myObject (attribute1 "attr41040") ) +(myObject (attribute1 "attr41041") ) +(myObject (attribute1 "attr41042") ) +(myObject (attribute1 "attr41043") ) +(myObject (attribute1 "attr41044") ) +(myObject (attribute1 "attr41045") ) +(myObject (attribute1 "attr41046") ) +(myObject (attribute1 "attr41047") ) +(myObject (attribute1 "attr41048") ) +(myObject (attribute1 "attr41049") ) +(myObject (attribute1 "attr41050") ) +(myObject (attribute1 "attr41051") ) +(myObject (attribute1 "attr41052") ) +(myObject (attribute1 "attr41053") ) +(myObject (attribute1 "attr41054") ) +(myObject (attribute1 "attr41055") ) +(myObject (attribute1 "attr41056") ) +(myObject (attribute1 "attr41057") ) +(myObject (attribute1 "attr41058") ) +(myObject (attribute1 "attr41059") ) +(myObject (attribute1 "attr41060") ) +(myObject (attribute1 "attr41061") ) +(myObject (attribute1 "attr41062") ) +(myObject (attribute1 "attr41063") ) +(myObject (attribute1 "attr41064") ) +(myObject (attribute1 "attr41065") ) +(myObject (attribute1 "attr41066") ) +(myObject (attribute1 "attr41067") ) +(myObject (attribute1 "attr41068") ) +(myObject (attribute1 "attr41069") ) +(myObject (attribute1 "attr41070") ) +(myObject (attribute1 "attr41071") ) +(myObject (attribute1 "attr41072") ) +(myObject (attribute1 "attr41073") ) +(myObject (attribute1 "attr41074") ) +(myObject (attribute1 "attr41075") ) +(myObject (attribute1 "attr41076") ) +(myObject (attribute1 "attr41077") ) +(myObject (attribute1 "attr41078") ) +(myObject (attribute1 "attr41079") ) +(myObject (attribute1 "attr41080") ) +(myObject (attribute1 "attr41081") ) +(myObject (attribute1 "attr41082") ) +(myObject (attribute1 "attr41083") ) +(myObject (attribute1 "attr41084") ) +(myObject (attribute1 "attr41085") ) +(myObject (attribute1 "attr41086") ) +(myObject (attribute1 "attr41087") ) +(myObject (attribute1 "attr41088") ) +(myObject (attribute1 "attr41089") ) +(myObject (attribute1 "attr41090") ) +(myObject (attribute1 "attr41091") ) +(myObject (attribute1 "attr41092") ) +(myObject (attribute1 "attr41093") ) +(myObject (attribute1 "attr41094") ) +(myObject (attribute1 "attr41095") ) +(myObject (attribute1 "attr41096") ) +(myObject (attribute1 "attr41097") ) +(myObject (attribute1 "attr41098") ) +(myObject (attribute1 "attr41099") ) +(myObject (attribute1 "attr41100") ) +(myObject (attribute1 "attr41101") ) +(myObject (attribute1 "attr41102") ) +(myObject (attribute1 "attr41103") ) +(myObject (attribute1 "attr41104") ) +(myObject (attribute1 "attr41105") ) +(myObject (attribute1 "attr41106") ) +(myObject (attribute1 "attr41107") ) +(myObject (attribute1 "attr41108") ) +(myObject (attribute1 "attr41109") ) +(myObject (attribute1 "attr41110") ) +(myObject (attribute1 "attr41111") ) +(myObject (attribute1 "attr41112") ) +(myObject (attribute1 "attr41113") ) +(myObject (attribute1 "attr41114") ) +(myObject (attribute1 "attr41115") ) +(myObject (attribute1 "attr41116") ) +(myObject (attribute1 "attr41117") ) +(myObject (attribute1 "attr41118") ) +(myObject (attribute1 "attr41119") ) +(myObject (attribute1 "attr41120") ) +(myObject (attribute1 "attr41121") ) +(myObject (attribute1 "attr41122") ) +(myObject (attribute1 "attr41123") ) +(myObject (attribute1 "attr41124") ) +(myObject (attribute1 "attr41125") ) +(myObject (attribute1 "attr41126") ) +(myObject (attribute1 "attr41127") ) +(myObject (attribute1 "attr41128") ) +(myObject (attribute1 "attr41129") ) +(myObject (attribute1 "attr41130") ) +(myObject (attribute1 "attr41131") ) +(myObject (attribute1 "attr41132") ) +(myObject (attribute1 "attr41133") ) +(myObject (attribute1 "attr41134") ) +(myObject (attribute1 "attr41135") ) +(myObject (attribute1 "attr41136") ) +(myObject (attribute1 "attr41137") ) +(myObject (attribute1 "attr41138") ) +(myObject (attribute1 "attr41139") ) +(myObject (attribute1 "attr41140") ) +(myObject (attribute1 "attr41141") ) +(myObject (attribute1 "attr41142") ) +(myObject (attribute1 "attr41143") ) +(myObject (attribute1 "attr41144") ) +(myObject (attribute1 "attr41145") ) +(myObject (attribute1 "attr41146") ) +(myObject (attribute1 "attr41147") ) +(myObject (attribute1 "attr41148") ) +(myObject (attribute1 "attr41149") ) +(myObject (attribute1 "attr41150") ) +(myObject (attribute1 "attr41151") ) +(myObject (attribute1 "attr41152") ) +(myObject (attribute1 "attr41153") ) +(myObject (attribute1 "attr41154") ) +(myObject (attribute1 "attr41155") ) +(myObject (attribute1 "attr41156") ) +(myObject (attribute1 "attr41157") ) +(myObject (attribute1 "attr41158") ) +(myObject (attribute1 "attr41159") ) +(myObject (attribute1 "attr41160") ) +(myObject (attribute1 "attr41161") ) +(myObject (attribute1 "attr41162") ) +(myObject (attribute1 "attr41163") ) +(myObject (attribute1 "attr41164") ) +(myObject (attribute1 "attr41165") ) +(myObject (attribute1 "attr41166") ) +(myObject (attribute1 "attr41167") ) +(myObject (attribute1 "attr41168") ) +(myObject (attribute1 "attr41169") ) +(myObject (attribute1 "attr41170") ) +(myObject (attribute1 "attr41171") ) +(myObject (attribute1 "attr41172") ) +(myObject (attribute1 "attr41173") ) +(myObject (attribute1 "attr41174") ) +(myObject (attribute1 "attr41175") ) +(myObject (attribute1 "attr41176") ) +(myObject (attribute1 "attr41177") ) +(myObject (attribute1 "attr41178") ) +(myObject (attribute1 "attr41179") ) +(myObject (attribute1 "attr41180") ) +(myObject (attribute1 "attr41181") ) +(myObject (attribute1 "attr41182") ) +(myObject (attribute1 "attr41183") ) +(myObject (attribute1 "attr41184") ) +(myObject (attribute1 "attr41185") ) +(myObject (attribute1 "attr41186") ) +(myObject (attribute1 "attr41187") ) +(myObject (attribute1 "attr41188") ) +(myObject (attribute1 "attr41189") ) +(myObject (attribute1 "attr41190") ) +(myObject (attribute1 "attr41191") ) +(myObject (attribute1 "attr41192") ) +(myObject (attribute1 "attr41193") ) +(myObject (attribute1 "attr41194") ) +(myObject (attribute1 "attr41195") ) +(myObject (attribute1 "attr41196") ) +(myObject (attribute1 "attr41197") ) +(myObject (attribute1 "attr41198") ) +(myObject (attribute1 "attr41199") ) +(myObject (attribute1 "attr41200") ) +(myObject (attribute1 "attr41201") ) +(myObject (attribute1 "attr41202") ) +(myObject (attribute1 "attr41203") ) +(myObject (attribute1 "attr41204") ) +(myObject (attribute1 "attr41205") ) +(myObject (attribute1 "attr41206") ) +(myObject (attribute1 "attr41207") ) +(myObject (attribute1 "attr41208") ) +(myObject (attribute1 "attr41209") ) +(myObject (attribute1 "attr41210") ) +(myObject (attribute1 "attr41211") ) +(myObject (attribute1 "attr41212") ) +(myObject (attribute1 "attr41213") ) +(myObject (attribute1 "attr41214") ) +(myObject (attribute1 "attr41215") ) +(myObject (attribute1 "attr41216") ) +(myObject (attribute1 "attr41217") ) +(myObject (attribute1 "attr41218") ) +(myObject (attribute1 "attr41219") ) +(myObject (attribute1 "attr41220") ) +(myObject (attribute1 "attr41221") ) +(myObject (attribute1 "attr41222") ) +(myObject (attribute1 "attr41223") ) +(myObject (attribute1 "attr41224") ) +(myObject (attribute1 "attr41225") ) +(myObject (attribute1 "attr41226") ) +(myObject (attribute1 "attr41227") ) +(myObject (attribute1 "attr41228") ) +(myObject (attribute1 "attr41229") ) +(myObject (attribute1 "attr41230") ) +(myObject (attribute1 "attr41231") ) +(myObject (attribute1 "attr41232") ) +(myObject (attribute1 "attr41233") ) +(myObject (attribute1 "attr41234") ) +(myObject (attribute1 "attr41235") ) +(myObject (attribute1 "attr41236") ) +(myObject (attribute1 "attr41237") ) +(myObject (attribute1 "attr41238") ) +(myObject (attribute1 "attr41239") ) +(myObject (attribute1 "attr41240") ) +(myObject (attribute1 "attr41241") ) +(myObject (attribute1 "attr41242") ) +(myObject (attribute1 "attr41243") ) +(myObject (attribute1 "attr41244") ) +(myObject (attribute1 "attr41245") ) +(myObject (attribute1 "attr41246") ) +(myObject (attribute1 "attr41247") ) +(myObject (attribute1 "attr41248") ) +(myObject (attribute1 "attr41249") ) +(myObject (attribute1 "attr41250") ) +(myObject (attribute1 "attr41251") ) +(myObject (attribute1 "attr41252") ) +(myObject (attribute1 "attr41253") ) +(myObject (attribute1 "attr41254") ) +(myObject (attribute1 "attr41255") ) +(myObject (attribute1 "attr41256") ) +(myObject (attribute1 "attr41257") ) +(myObject (attribute1 "attr41258") ) +(myObject (attribute1 "attr41259") ) +(myObject (attribute1 "attr41260") ) +(myObject (attribute1 "attr41261") ) +(myObject (attribute1 "attr41262") ) +(myObject (attribute1 "attr41263") ) +(myObject (attribute1 "attr41264") ) +(myObject (attribute1 "attr41265") ) +(myObject (attribute1 "attr41266") ) +(myObject (attribute1 "attr41267") ) +(myObject (attribute1 "attr41268") ) +(myObject (attribute1 "attr41269") ) +(myObject (attribute1 "attr41270") ) +(myObject (attribute1 "attr41271") ) +(myObject (attribute1 "attr41272") ) +(myObject (attribute1 "attr41273") ) +(myObject (attribute1 "attr41274") ) +(myObject (attribute1 "attr41275") ) +(myObject (attribute1 "attr41276") ) +(myObject (attribute1 "attr41277") ) +(myObject (attribute1 "attr41278") ) +(myObject (attribute1 "attr41279") ) +(myObject (attribute1 "attr41280") ) +(myObject (attribute1 "attr41281") ) +(myObject (attribute1 "attr41282") ) +(myObject (attribute1 "attr41283") ) +(myObject (attribute1 "attr41284") ) +(myObject (attribute1 "attr41285") ) +(myObject (attribute1 "attr41286") ) +(myObject (attribute1 "attr41287") ) +(myObject (attribute1 "attr41288") ) +(myObject (attribute1 "attr41289") ) +(myObject (attribute1 "attr41290") ) +(myObject (attribute1 "attr41291") ) +(myObject (attribute1 "attr41292") ) +(myObject (attribute1 "attr41293") ) +(myObject (attribute1 "attr41294") ) +(myObject (attribute1 "attr41295") ) +(myObject (attribute1 "attr41296") ) +(myObject (attribute1 "attr41297") ) +(myObject (attribute1 "attr41298") ) +(myObject (attribute1 "attr41299") ) +(myObject (attribute1 "attr41300") ) +(myObject (attribute1 "attr41301") ) +(myObject (attribute1 "attr41302") ) +(myObject (attribute1 "attr41303") ) +(myObject (attribute1 "attr41304") ) +(myObject (attribute1 "attr41305") ) +(myObject (attribute1 "attr41306") ) +(myObject (attribute1 "attr41307") ) +(myObject (attribute1 "attr41308") ) +(myObject (attribute1 "attr41309") ) +(myObject (attribute1 "attr41310") ) +(myObject (attribute1 "attr41311") ) +(myObject (attribute1 "attr41312") ) +(myObject (attribute1 "attr41313") ) +(myObject (attribute1 "attr41314") ) +(myObject (attribute1 "attr41315") ) +(myObject (attribute1 "attr41316") ) +(myObject (attribute1 "attr41317") ) +(myObject (attribute1 "attr41318") ) +(myObject (attribute1 "attr41319") ) +(myObject (attribute1 "attr41320") ) +(myObject (attribute1 "attr41321") ) +(myObject (attribute1 "attr41322") ) +(myObject (attribute1 "attr41323") ) +(myObject (attribute1 "attr41324") ) +(myObject (attribute1 "attr41325") ) +(myObject (attribute1 "attr41326") ) +(myObject (attribute1 "attr41327") ) +(myObject (attribute1 "attr41328") ) +(myObject (attribute1 "attr41329") ) +(myObject (attribute1 "attr41330") ) +(myObject (attribute1 "attr41331") ) +(myObject (attribute1 "attr41332") ) +(myObject (attribute1 "attr41333") ) +(myObject (attribute1 "attr41334") ) +(myObject (attribute1 "attr41335") ) +(myObject (attribute1 "attr41336") ) +(myObject (attribute1 "attr41337") ) +(myObject (attribute1 "attr41338") ) +(myObject (attribute1 "attr41339") ) +(myObject (attribute1 "attr41340") ) +(myObject (attribute1 "attr41341") ) +(myObject (attribute1 "attr41342") ) +(myObject (attribute1 "attr41343") ) +(myObject (attribute1 "attr41344") ) +(myObject (attribute1 "attr41345") ) +(myObject (attribute1 "attr41346") ) +(myObject (attribute1 "attr41347") ) +(myObject (attribute1 "attr41348") ) +(myObject (attribute1 "attr41349") ) +(myObject (attribute1 "attr41350") ) +(myObject (attribute1 "attr41351") ) +(myObject (attribute1 "attr41352") ) +(myObject (attribute1 "attr41353") ) +(myObject (attribute1 "attr41354") ) +(myObject (attribute1 "attr41355") ) +(myObject (attribute1 "attr41356") ) +(myObject (attribute1 "attr41357") ) +(myObject (attribute1 "attr41358") ) +(myObject (attribute1 "attr41359") ) +(myObject (attribute1 "attr41360") ) +(myObject (attribute1 "attr41361") ) +(myObject (attribute1 "attr41362") ) +(myObject (attribute1 "attr41363") ) +(myObject (attribute1 "attr41364") ) +(myObject (attribute1 "attr41365") ) +(myObject (attribute1 "attr41366") ) +(myObject (attribute1 "attr41367") ) +(myObject (attribute1 "attr41368") ) +(myObject (attribute1 "attr41369") ) +(myObject (attribute1 "attr41370") ) +(myObject (attribute1 "attr41371") ) +(myObject (attribute1 "attr41372") ) +(myObject (attribute1 "attr41373") ) +(myObject (attribute1 "attr41374") ) +(myObject (attribute1 "attr41375") ) +(myObject (attribute1 "attr41376") ) +(myObject (attribute1 "attr41377") ) +(myObject (attribute1 "attr41378") ) +(myObject (attribute1 "attr41379") ) +(myObject (attribute1 "attr41380") ) +(myObject (attribute1 "attr41381") ) +(myObject (attribute1 "attr41382") ) +(myObject (attribute1 "attr41383") ) +(myObject (attribute1 "attr41384") ) +(myObject (attribute1 "attr41385") ) +(myObject (attribute1 "attr41386") ) +(myObject (attribute1 "attr41387") ) +(myObject (attribute1 "attr41388") ) +(myObject (attribute1 "attr41389") ) +(myObject (attribute1 "attr41390") ) +(myObject (attribute1 "attr41391") ) +(myObject (attribute1 "attr41392") ) +(myObject (attribute1 "attr41393") ) +(myObject (attribute1 "attr41394") ) +(myObject (attribute1 "attr41395") ) +(myObject (attribute1 "attr41396") ) +(myObject (attribute1 "attr41397") ) +(myObject (attribute1 "attr41398") ) +(myObject (attribute1 "attr41399") ) +(myObject (attribute1 "attr41400") ) +(myObject (attribute1 "attr41401") ) +(myObject (attribute1 "attr41402") ) +(myObject (attribute1 "attr41403") ) +(myObject (attribute1 "attr41404") ) +(myObject (attribute1 "attr41405") ) +(myObject (attribute1 "attr41406") ) +(myObject (attribute1 "attr41407") ) +(myObject (attribute1 "attr41408") ) +(myObject (attribute1 "attr41409") ) +(myObject (attribute1 "attr41410") ) +(myObject (attribute1 "attr41411") ) +(myObject (attribute1 "attr41412") ) +(myObject (attribute1 "attr41413") ) +(myObject (attribute1 "attr41414") ) +(myObject (attribute1 "attr41415") ) +(myObject (attribute1 "attr41416") ) +(myObject (attribute1 "attr41417") ) +(myObject (attribute1 "attr41418") ) +(myObject (attribute1 "attr41419") ) +(myObject (attribute1 "attr41420") ) +(myObject (attribute1 "attr41421") ) +(myObject (attribute1 "attr41422") ) +(myObject (attribute1 "attr41423") ) +(myObject (attribute1 "attr41424") ) +(myObject (attribute1 "attr41425") ) +(myObject (attribute1 "attr41426") ) +(myObject (attribute1 "attr41427") ) +(myObject (attribute1 "attr41428") ) +(myObject (attribute1 "attr41429") ) +(myObject (attribute1 "attr41430") ) +(myObject (attribute1 "attr41431") ) +(myObject (attribute1 "attr41432") ) +(myObject (attribute1 "attr41433") ) +(myObject (attribute1 "attr41434") ) +(myObject (attribute1 "attr41435") ) +(myObject (attribute1 "attr41436") ) +(myObject (attribute1 "attr41437") ) +(myObject (attribute1 "attr41438") ) +(myObject (attribute1 "attr41439") ) +(myObject (attribute1 "attr41440") ) +(myObject (attribute1 "attr41441") ) +(myObject (attribute1 "attr41442") ) +(myObject (attribute1 "attr41443") ) +(myObject (attribute1 "attr41444") ) +(myObject (attribute1 "attr41445") ) +(myObject (attribute1 "attr41446") ) +(myObject (attribute1 "attr41447") ) +(myObject (attribute1 "attr41448") ) +(myObject (attribute1 "attr41449") ) +(myObject (attribute1 "attr41450") ) +(myObject (attribute1 "attr41451") ) +(myObject (attribute1 "attr41452") ) +(myObject (attribute1 "attr41453") ) +(myObject (attribute1 "attr41454") ) +(myObject (attribute1 "attr41455") ) +(myObject (attribute1 "attr41456") ) +(myObject (attribute1 "attr41457") ) +(myObject (attribute1 "attr41458") ) +(myObject (attribute1 "attr41459") ) +(myObject (attribute1 "attr41460") ) +(myObject (attribute1 "attr41461") ) +(myObject (attribute1 "attr41462") ) +(myObject (attribute1 "attr41463") ) +(myObject (attribute1 "attr41464") ) +(myObject (attribute1 "attr41465") ) +(myObject (attribute1 "attr41466") ) +(myObject (attribute1 "attr41467") ) +(myObject (attribute1 "attr41468") ) +(myObject (attribute1 "attr41469") ) +(myObject (attribute1 "attr41470") ) +(myObject (attribute1 "attr41471") ) +(myObject (attribute1 "attr41472") ) +(myObject (attribute1 "attr41473") ) +(myObject (attribute1 "attr41474") ) +(myObject (attribute1 "attr41475") ) +(myObject (attribute1 "attr41476") ) +(myObject (attribute1 "attr41477") ) +(myObject (attribute1 "attr41478") ) +(myObject (attribute1 "attr41479") ) +(myObject (attribute1 "attr41480") ) +(myObject (attribute1 "attr41481") ) +(myObject (attribute1 "attr41482") ) +(myObject (attribute1 "attr41483") ) +(myObject (attribute1 "attr41484") ) +(myObject (attribute1 "attr41485") ) +(myObject (attribute1 "attr41486") ) +(myObject (attribute1 "attr41487") ) +(myObject (attribute1 "attr41488") ) +(myObject (attribute1 "attr41489") ) +(myObject (attribute1 "attr41490") ) +(myObject (attribute1 "attr41491") ) +(myObject (attribute1 "attr41492") ) +(myObject (attribute1 "attr41493") ) +(myObject (attribute1 "attr41494") ) +(myObject (attribute1 "attr41495") ) +(myObject (attribute1 "attr41496") ) +(myObject (attribute1 "attr41497") ) +(myObject (attribute1 "attr41498") ) +(myObject (attribute1 "attr41499") ) +(myObject (attribute1 "attr41500") ) +(myObject (attribute1 "attr41501") ) +(myObject (attribute1 "attr41502") ) +(myObject (attribute1 "attr41503") ) +(myObject (attribute1 "attr41504") ) +(myObject (attribute1 "attr41505") ) +(myObject (attribute1 "attr41506") ) +(myObject (attribute1 "attr41507") ) +(myObject (attribute1 "attr41508") ) +(myObject (attribute1 "attr41509") ) +(myObject (attribute1 "attr41510") ) +(myObject (attribute1 "attr41511") ) +(myObject (attribute1 "attr41512") ) +(myObject (attribute1 "attr41513") ) +(myObject (attribute1 "attr41514") ) +(myObject (attribute1 "attr41515") ) +(myObject (attribute1 "attr41516") ) +(myObject (attribute1 "attr41517") ) +(myObject (attribute1 "attr41518") ) +(myObject (attribute1 "attr41519") ) +(myObject (attribute1 "attr41520") ) +(myObject (attribute1 "attr41521") ) +(myObject (attribute1 "attr41522") ) +(myObject (attribute1 "attr41523") ) +(myObject (attribute1 "attr41524") ) +(myObject (attribute1 "attr41525") ) +(myObject (attribute1 "attr41526") ) +(myObject (attribute1 "attr41527") ) +(myObject (attribute1 "attr41528") ) +(myObject (attribute1 "attr41529") ) +(myObject (attribute1 "attr41530") ) +(myObject (attribute1 "attr41531") ) +(myObject (attribute1 "attr41532") ) +(myObject (attribute1 "attr41533") ) +(myObject (attribute1 "attr41534") ) +(myObject (attribute1 "attr41535") ) +(myObject (attribute1 "attr41536") ) +(myObject (attribute1 "attr41537") ) +(myObject (attribute1 "attr41538") ) +(myObject (attribute1 "attr41539") ) +(myObject (attribute1 "attr41540") ) +(myObject (attribute1 "attr41541") ) +(myObject (attribute1 "attr41542") ) +(myObject (attribute1 "attr41543") ) +(myObject (attribute1 "attr41544") ) +(myObject (attribute1 "attr41545") ) +(myObject (attribute1 "attr41546") ) +(myObject (attribute1 "attr41547") ) +(myObject (attribute1 "attr41548") ) +(myObject (attribute1 "attr41549") ) +(myObject (attribute1 "attr41550") ) +(myObject (attribute1 "attr41551") ) +(myObject (attribute1 "attr41552") ) +(myObject (attribute1 "attr41553") ) +(myObject (attribute1 "attr41554") ) +(myObject (attribute1 "attr41555") ) +(myObject (attribute1 "attr41556") ) +(myObject (attribute1 "attr41557") ) +(myObject (attribute1 "attr41558") ) +(myObject (attribute1 "attr41559") ) +(myObject (attribute1 "attr41560") ) +(myObject (attribute1 "attr41561") ) +(myObject (attribute1 "attr41562") ) +(myObject (attribute1 "attr41563") ) +(myObject (attribute1 "attr41564") ) +(myObject (attribute1 "attr41565") ) +(myObject (attribute1 "attr41566") ) +(myObject (attribute1 "attr41567") ) +(myObject (attribute1 "attr41568") ) +(myObject (attribute1 "attr41569") ) +(myObject (attribute1 "attr41570") ) +(myObject (attribute1 "attr41571") ) +(myObject (attribute1 "attr41572") ) +(myObject (attribute1 "attr41573") ) +(myObject (attribute1 "attr41574") ) +(myObject (attribute1 "attr41575") ) +(myObject (attribute1 "attr41576") ) +(myObject (attribute1 "attr41577") ) +(myObject (attribute1 "attr41578") ) +(myObject (attribute1 "attr41579") ) +(myObject (attribute1 "attr41580") ) +(myObject (attribute1 "attr41581") ) +(myObject (attribute1 "attr41582") ) +(myObject (attribute1 "attr41583") ) +(myObject (attribute1 "attr41584") ) +(myObject (attribute1 "attr41585") ) +(myObject (attribute1 "attr41586") ) +(myObject (attribute1 "attr41587") ) +(myObject (attribute1 "attr41588") ) +(myObject (attribute1 "attr41589") ) +(myObject (attribute1 "attr41590") ) +(myObject (attribute1 "attr41591") ) +(myObject (attribute1 "attr41592") ) +(myObject (attribute1 "attr41593") ) +(myObject (attribute1 "attr41594") ) +(myObject (attribute1 "attr41595") ) +(myObject (attribute1 "attr41596") ) +(myObject (attribute1 "attr41597") ) +(myObject (attribute1 "attr41598") ) +(myObject (attribute1 "attr41599") ) +(myObject (attribute1 "attr41600") ) +(myObject (attribute1 "attr41601") ) +(myObject (attribute1 "attr41602") ) +(myObject (attribute1 "attr41603") ) +(myObject (attribute1 "attr41604") ) +(myObject (attribute1 "attr41605") ) +(myObject (attribute1 "attr41606") ) +(myObject (attribute1 "attr41607") ) +(myObject (attribute1 "attr41608") ) +(myObject (attribute1 "attr41609") ) +(myObject (attribute1 "attr41610") ) +(myObject (attribute1 "attr41611") ) +(myObject (attribute1 "attr41612") ) +(myObject (attribute1 "attr41613") ) +(myObject (attribute1 "attr41614") ) +(myObject (attribute1 "attr41615") ) +(myObject (attribute1 "attr41616") ) +(myObject (attribute1 "attr41617") ) +(myObject (attribute1 "attr41618") ) +(myObject (attribute1 "attr41619") ) +(myObject (attribute1 "attr41620") ) +(myObject (attribute1 "attr41621") ) +(myObject (attribute1 "attr41622") ) +(myObject (attribute1 "attr41623") ) +(myObject (attribute1 "attr41624") ) +(myObject (attribute1 "attr41625") ) +(myObject (attribute1 "attr41626") ) +(myObject (attribute1 "attr41627") ) +(myObject (attribute1 "attr41628") ) +(myObject (attribute1 "attr41629") ) +(myObject (attribute1 "attr41630") ) +(myObject (attribute1 "attr41631") ) +(myObject (attribute1 "attr41632") ) +(myObject (attribute1 "attr41633") ) +(myObject (attribute1 "attr41634") ) +(myObject (attribute1 "attr41635") ) +(myObject (attribute1 "attr41636") ) +(myObject (attribute1 "attr41637") ) +(myObject (attribute1 "attr41638") ) +(myObject (attribute1 "attr41639") ) +(myObject (attribute1 "attr41640") ) +(myObject (attribute1 "attr41641") ) +(myObject (attribute1 "attr41642") ) +(myObject (attribute1 "attr41643") ) +(myObject (attribute1 "attr41644") ) +(myObject (attribute1 "attr41645") ) +(myObject (attribute1 "attr41646") ) +(myObject (attribute1 "attr41647") ) +(myObject (attribute1 "attr41648") ) +(myObject (attribute1 "attr41649") ) +(myObject (attribute1 "attr41650") ) +(myObject (attribute1 "attr41651") ) +(myObject (attribute1 "attr41652") ) +(myObject (attribute1 "attr41653") ) +(myObject (attribute1 "attr41654") ) +(myObject (attribute1 "attr41655") ) +(myObject (attribute1 "attr41656") ) +(myObject (attribute1 "attr41657") ) +(myObject (attribute1 "attr41658") ) +(myObject (attribute1 "attr41659") ) +(myObject (attribute1 "attr41660") ) +(myObject (attribute1 "attr41661") ) +(myObject (attribute1 "attr41662") ) +(myObject (attribute1 "attr41663") ) +(myObject (attribute1 "attr41664") ) +(myObject (attribute1 "attr41665") ) +(myObject (attribute1 "attr41666") ) +(myObject (attribute1 "attr41667") ) +(myObject (attribute1 "attr41668") ) +(myObject (attribute1 "attr41669") ) +(myObject (attribute1 "attr41670") ) +(myObject (attribute1 "attr41671") ) +(myObject (attribute1 "attr41672") ) +(myObject (attribute1 "attr41673") ) +(myObject (attribute1 "attr41674") ) +(myObject (attribute1 "attr41675") ) +(myObject (attribute1 "attr41676") ) +(myObject (attribute1 "attr41677") ) +(myObject (attribute1 "attr41678") ) +(myObject (attribute1 "attr41679") ) +(myObject (attribute1 "attr41680") ) +(myObject (attribute1 "attr41681") ) +(myObject (attribute1 "attr41682") ) +(myObject (attribute1 "attr41683") ) +(myObject (attribute1 "attr41684") ) +(myObject (attribute1 "attr41685") ) +(myObject (attribute1 "attr41686") ) +(myObject (attribute1 "attr41687") ) +(myObject (attribute1 "attr41688") ) +(myObject (attribute1 "attr41689") ) +(myObject (attribute1 "attr41690") ) +(myObject (attribute1 "attr41691") ) +(myObject (attribute1 "attr41692") ) +(myObject (attribute1 "attr41693") ) +(myObject (attribute1 "attr41694") ) +(myObject (attribute1 "attr41695") ) +(myObject (attribute1 "attr41696") ) +(myObject (attribute1 "attr41697") ) +(myObject (attribute1 "attr41698") ) +(myObject (attribute1 "attr41699") ) +(myObject (attribute1 "attr41700") ) +(myObject (attribute1 "attr41701") ) +(myObject (attribute1 "attr41702") ) +(myObject (attribute1 "attr41703") ) +(myObject (attribute1 "attr41704") ) +(myObject (attribute1 "attr41705") ) +(myObject (attribute1 "attr41706") ) +(myObject (attribute1 "attr41707") ) +(myObject (attribute1 "attr41708") ) +(myObject (attribute1 "attr41709") ) +(myObject (attribute1 "attr41710") ) +(myObject (attribute1 "attr41711") ) +(myObject (attribute1 "attr41712") ) +(myObject (attribute1 "attr41713") ) +(myObject (attribute1 "attr41714") ) +(myObject (attribute1 "attr41715") ) +(myObject (attribute1 "attr41716") ) +(myObject (attribute1 "attr41717") ) +(myObject (attribute1 "attr41718") ) +(myObject (attribute1 "attr41719") ) +(myObject (attribute1 "attr41720") ) +(myObject (attribute1 "attr41721") ) +(myObject (attribute1 "attr41722") ) +(myObject (attribute1 "attr41723") ) +(myObject (attribute1 "attr41724") ) +(myObject (attribute1 "attr41725") ) +(myObject (attribute1 "attr41726") ) +(myObject (attribute1 "attr41727") ) +(myObject (attribute1 "attr41728") ) +(myObject (attribute1 "attr41729") ) +(myObject (attribute1 "attr41730") ) +(myObject (attribute1 "attr41731") ) +(myObject (attribute1 "attr41732") ) +(myObject (attribute1 "attr41733") ) +(myObject (attribute1 "attr41734") ) +(myObject (attribute1 "attr41735") ) +(myObject (attribute1 "attr41736") ) +(myObject (attribute1 "attr41737") ) +(myObject (attribute1 "attr41738") ) +(myObject (attribute1 "attr41739") ) +(myObject (attribute1 "attr41740") ) +(myObject (attribute1 "attr41741") ) +(myObject (attribute1 "attr41742") ) +(myObject (attribute1 "attr41743") ) +(myObject (attribute1 "attr41744") ) +(myObject (attribute1 "attr41745") ) +(myObject (attribute1 "attr41746") ) +(myObject (attribute1 "attr41747") ) +(myObject (attribute1 "attr41748") ) +(myObject (attribute1 "attr41749") ) +(myObject (attribute1 "attr41750") ) +(myObject (attribute1 "attr41751") ) +(myObject (attribute1 "attr41752") ) +(myObject (attribute1 "attr41753") ) +(myObject (attribute1 "attr41754") ) +(myObject (attribute1 "attr41755") ) +(myObject (attribute1 "attr41756") ) +(myObject (attribute1 "attr41757") ) +(myObject (attribute1 "attr41758") ) +(myObject (attribute1 "attr41759") ) +(myObject (attribute1 "attr41760") ) +(myObject (attribute1 "attr41761") ) +(myObject (attribute1 "attr41762") ) +(myObject (attribute1 "attr41763") ) +(myObject (attribute1 "attr41764") ) +(myObject (attribute1 "attr41765") ) +(myObject (attribute1 "attr41766") ) +(myObject (attribute1 "attr41767") ) +(myObject (attribute1 "attr41768") ) +(myObject (attribute1 "attr41769") ) +(myObject (attribute1 "attr41770") ) +(myObject (attribute1 "attr41771") ) +(myObject (attribute1 "attr41772") ) +(myObject (attribute1 "attr41773") ) +(myObject (attribute1 "attr41774") ) +(myObject (attribute1 "attr41775") ) +(myObject (attribute1 "attr41776") ) +(myObject (attribute1 "attr41777") ) +(myObject (attribute1 "attr41778") ) +(myObject (attribute1 "attr41779") ) +(myObject (attribute1 "attr41780") ) +(myObject (attribute1 "attr41781") ) +(myObject (attribute1 "attr41782") ) +(myObject (attribute1 "attr41783") ) +(myObject (attribute1 "attr41784") ) +(myObject (attribute1 "attr41785") ) +(myObject (attribute1 "attr41786") ) +(myObject (attribute1 "attr41787") ) +(myObject (attribute1 "attr41788") ) +(myObject (attribute1 "attr41789") ) +(myObject (attribute1 "attr41790") ) +(myObject (attribute1 "attr41791") ) +(myObject (attribute1 "attr41792") ) +(myObject (attribute1 "attr41793") ) +(myObject (attribute1 "attr41794") ) +(myObject (attribute1 "attr41795") ) +(myObject (attribute1 "attr41796") ) +(myObject (attribute1 "attr41797") ) +(myObject (attribute1 "attr41798") ) +(myObject (attribute1 "attr41799") ) +(myObject (attribute1 "attr41800") ) +(myObject (attribute1 "attr41801") ) +(myObject (attribute1 "attr41802") ) +(myObject (attribute1 "attr41803") ) +(myObject (attribute1 "attr41804") ) +(myObject (attribute1 "attr41805") ) +(myObject (attribute1 "attr41806") ) +(myObject (attribute1 "attr41807") ) +(myObject (attribute1 "attr41808") ) +(myObject (attribute1 "attr41809") ) +(myObject (attribute1 "attr41810") ) +(myObject (attribute1 "attr41811") ) +(myObject (attribute1 "attr41812") ) +(myObject (attribute1 "attr41813") ) +(myObject (attribute1 "attr41814") ) +(myObject (attribute1 "attr41815") ) +(myObject (attribute1 "attr41816") ) +(myObject (attribute1 "attr41817") ) +(myObject (attribute1 "attr41818") ) +(myObject (attribute1 "attr41819") ) +(myObject (attribute1 "attr41820") ) +(myObject (attribute1 "attr41821") ) +(myObject (attribute1 "attr41822") ) +(myObject (attribute1 "attr41823") ) +(myObject (attribute1 "attr41824") ) +(myObject (attribute1 "attr41825") ) +(myObject (attribute1 "attr41826") ) +(myObject (attribute1 "attr41827") ) +(myObject (attribute1 "attr41828") ) +(myObject (attribute1 "attr41829") ) +(myObject (attribute1 "attr41830") ) +(myObject (attribute1 "attr41831") ) +(myObject (attribute1 "attr41832") ) +(myObject (attribute1 "attr41833") ) +(myObject (attribute1 "attr41834") ) +(myObject (attribute1 "attr41835") ) +(myObject (attribute1 "attr41836") ) +(myObject (attribute1 "attr41837") ) +(myObject (attribute1 "attr41838") ) +(myObject (attribute1 "attr41839") ) +(myObject (attribute1 "attr41840") ) +(myObject (attribute1 "attr41841") ) +(myObject (attribute1 "attr41842") ) +(myObject (attribute1 "attr41843") ) +(myObject (attribute1 "attr41844") ) +(myObject (attribute1 "attr41845") ) +(myObject (attribute1 "attr41846") ) +(myObject (attribute1 "attr41847") ) +(myObject (attribute1 "attr41848") ) +(myObject (attribute1 "attr41849") ) +(myObject (attribute1 "attr41850") ) +(myObject (attribute1 "attr41851") ) +(myObject (attribute1 "attr41852") ) +(myObject (attribute1 "attr41853") ) +(myObject (attribute1 "attr41854") ) +(myObject (attribute1 "attr41855") ) +(myObject (attribute1 "attr41856") ) +(myObject (attribute1 "attr41857") ) +(myObject (attribute1 "attr41858") ) +(myObject (attribute1 "attr41859") ) +(myObject (attribute1 "attr41860") ) +(myObject (attribute1 "attr41861") ) +(myObject (attribute1 "attr41862") ) +(myObject (attribute1 "attr41863") ) +(myObject (attribute1 "attr41864") ) +(myObject (attribute1 "attr41865") ) +(myObject (attribute1 "attr41866") ) +(myObject (attribute1 "attr41867") ) +(myObject (attribute1 "attr41868") ) +(myObject (attribute1 "attr41869") ) +(myObject (attribute1 "attr41870") ) +(myObject (attribute1 "attr41871") ) +(myObject (attribute1 "attr41872") ) +(myObject (attribute1 "attr41873") ) +(myObject (attribute1 "attr41874") ) +(myObject (attribute1 "attr41875") ) +(myObject (attribute1 "attr41876") ) +(myObject (attribute1 "attr41877") ) +(myObject (attribute1 "attr41878") ) +(myObject (attribute1 "attr41879") ) +(myObject (attribute1 "attr41880") ) +(myObject (attribute1 "attr41881") ) +(myObject (attribute1 "attr41882") ) +(myObject (attribute1 "attr41883") ) +(myObject (attribute1 "attr41884") ) +(myObject (attribute1 "attr41885") ) +(myObject (attribute1 "attr41886") ) +(myObject (attribute1 "attr41887") ) +(myObject (attribute1 "attr41888") ) +(myObject (attribute1 "attr41889") ) +(myObject (attribute1 "attr41890") ) +(myObject (attribute1 "attr41891") ) +(myObject (attribute1 "attr41892") ) +(myObject (attribute1 "attr41893") ) +(myObject (attribute1 "attr41894") ) +(myObject (attribute1 "attr41895") ) +(myObject (attribute1 "attr41896") ) +(myObject (attribute1 "attr41897") ) +(myObject (attribute1 "attr41898") ) +(myObject (attribute1 "attr41899") ) +(myObject (attribute1 "attr41900") ) +(myObject (attribute1 "attr41901") ) +(myObject (attribute1 "attr41902") ) +(myObject (attribute1 "attr41903") ) +(myObject (attribute1 "attr41904") ) +(myObject (attribute1 "attr41905") ) +(myObject (attribute1 "attr41906") ) +(myObject (attribute1 "attr41907") ) +(myObject (attribute1 "attr41908") ) +(myObject (attribute1 "attr41909") ) +(myObject (attribute1 "attr41910") ) +(myObject (attribute1 "attr41911") ) +(myObject (attribute1 "attr41912") ) +(myObject (attribute1 "attr41913") ) +(myObject (attribute1 "attr41914") ) +(myObject (attribute1 "attr41915") ) +(myObject (attribute1 "attr41916") ) +(myObject (attribute1 "attr41917") ) +(myObject (attribute1 "attr41918") ) +(myObject (attribute1 "attr41919") ) +(myObject (attribute1 "attr41920") ) +(myObject (attribute1 "attr41921") ) +(myObject (attribute1 "attr41922") ) +(myObject (attribute1 "attr41923") ) +(myObject (attribute1 "attr41924") ) +(myObject (attribute1 "attr41925") ) +(myObject (attribute1 "attr41926") ) +(myObject (attribute1 "attr41927") ) +(myObject (attribute1 "attr41928") ) +(myObject (attribute1 "attr41929") ) +(myObject (attribute1 "attr41930") ) +(myObject (attribute1 "attr41931") ) +(myObject (attribute1 "attr41932") ) +(myObject (attribute1 "attr41933") ) +(myObject (attribute1 "attr41934") ) +(myObject (attribute1 "attr41935") ) +(myObject (attribute1 "attr41936") ) +(myObject (attribute1 "attr41937") ) +(myObject (attribute1 "attr41938") ) +(myObject (attribute1 "attr41939") ) +(myObject (attribute1 "attr41940") ) +(myObject (attribute1 "attr41941") ) +(myObject (attribute1 "attr41942") ) +(myObject (attribute1 "attr41943") ) +(myObject (attribute1 "attr41944") ) +(myObject (attribute1 "attr41945") ) +(myObject (attribute1 "attr41946") ) +(myObject (attribute1 "attr41947") ) +(myObject (attribute1 "attr41948") ) +(myObject (attribute1 "attr41949") ) +(myObject (attribute1 "attr41950") ) +(myObject (attribute1 "attr41951") ) +(myObject (attribute1 "attr41952") ) +(myObject (attribute1 "attr41953") ) +(myObject (attribute1 "attr41954") ) +(myObject (attribute1 "attr41955") ) +(myObject (attribute1 "attr41956") ) +(myObject (attribute1 "attr41957") ) +(myObject (attribute1 "attr41958") ) +(myObject (attribute1 "attr41959") ) +(myObject (attribute1 "attr41960") ) +(myObject (attribute1 "attr41961") ) +(myObject (attribute1 "attr41962") ) +(myObject (attribute1 "attr41963") ) +(myObject (attribute1 "attr41964") ) +(myObject (attribute1 "attr41965") ) +(myObject (attribute1 "attr41966") ) +(myObject (attribute1 "attr41967") ) +(myObject (attribute1 "attr41968") ) +(myObject (attribute1 "attr41969") ) +(myObject (attribute1 "attr41970") ) +(myObject (attribute1 "attr41971") ) +(myObject (attribute1 "attr41972") ) +(myObject (attribute1 "attr41973") ) +(myObject (attribute1 "attr41974") ) +(myObject (attribute1 "attr41975") ) +(myObject (attribute1 "attr41976") ) +(myObject (attribute1 "attr41977") ) +(myObject (attribute1 "attr41978") ) +(myObject (attribute1 "attr41979") ) +(myObject (attribute1 "attr41980") ) +(myObject (attribute1 "attr41981") ) +(myObject (attribute1 "attr41982") ) +(myObject (attribute1 "attr41983") ) +(myObject (attribute1 "attr41984") ) +(myObject (attribute1 "attr41985") ) +(myObject (attribute1 "attr41986") ) +(myObject (attribute1 "attr41987") ) +(myObject (attribute1 "attr41988") ) +(myObject (attribute1 "attr41989") ) +(myObject (attribute1 "attr41990") ) +(myObject (attribute1 "attr41991") ) +(myObject (attribute1 "attr41992") ) +(myObject (attribute1 "attr41993") ) +(myObject (attribute1 "attr41994") ) +(myObject (attribute1 "attr41995") ) +(myObject (attribute1 "attr41996") ) +(myObject (attribute1 "attr41997") ) +(myObject (attribute1 "attr41998") ) +(myObject (attribute1 "attr41999") ) +(myObject (attribute1 "attr42000") ) +(myObject (attribute1 "attr42001") ) +(myObject (attribute1 "attr42002") ) +(myObject (attribute1 "attr42003") ) +(myObject (attribute1 "attr42004") ) +(myObject (attribute1 "attr42005") ) +(myObject (attribute1 "attr42006") ) +(myObject (attribute1 "attr42007") ) +(myObject (attribute1 "attr42008") ) +(myObject (attribute1 "attr42009") ) +(myObject (attribute1 "attr42010") ) +(myObject (attribute1 "attr42011") ) +(myObject (attribute1 "attr42012") ) +(myObject (attribute1 "attr42013") ) +(myObject (attribute1 "attr42014") ) +(myObject (attribute1 "attr42015") ) +(myObject (attribute1 "attr42016") ) +(myObject (attribute1 "attr42017") ) +(myObject (attribute1 "attr42018") ) +(myObject (attribute1 "attr42019") ) +(myObject (attribute1 "attr42020") ) +(myObject (attribute1 "attr42021") ) +(myObject (attribute1 "attr42022") ) +(myObject (attribute1 "attr42023") ) +(myObject (attribute1 "attr42024") ) +(myObject (attribute1 "attr42025") ) +(myObject (attribute1 "attr42026") ) +(myObject (attribute1 "attr42027") ) +(myObject (attribute1 "attr42028") ) +(myObject (attribute1 "attr42029") ) +(myObject (attribute1 "attr42030") ) +(myObject (attribute1 "attr42031") ) +(myObject (attribute1 "attr42032") ) +(myObject (attribute1 "attr42033") ) +(myObject (attribute1 "attr42034") ) +(myObject (attribute1 "attr42035") ) +(myObject (attribute1 "attr42036") ) +(myObject (attribute1 "attr42037") ) +(myObject (attribute1 "attr42038") ) +(myObject (attribute1 "attr42039") ) +(myObject (attribute1 "attr42040") ) +(myObject (attribute1 "attr42041") ) +(myObject (attribute1 "attr42042") ) +(myObject (attribute1 "attr42043") ) +(myObject (attribute1 "attr42044") ) +(myObject (attribute1 "attr42045") ) +(myObject (attribute1 "attr42046") ) +(myObject (attribute1 "attr42047") ) +(myObject (attribute1 "attr42048") ) +(myObject (attribute1 "attr42049") ) +(myObject (attribute1 "attr42050") ) +(myObject (attribute1 "attr42051") ) +(myObject (attribute1 "attr42052") ) +(myObject (attribute1 "attr42053") ) +(myObject (attribute1 "attr42054") ) +(myObject (attribute1 "attr42055") ) +(myObject (attribute1 "attr42056") ) +(myObject (attribute1 "attr42057") ) +(myObject (attribute1 "attr42058") ) +(myObject (attribute1 "attr42059") ) +(myObject (attribute1 "attr42060") ) +(myObject (attribute1 "attr42061") ) +(myObject (attribute1 "attr42062") ) +(myObject (attribute1 "attr42063") ) +(myObject (attribute1 "attr42064") ) +(myObject (attribute1 "attr42065") ) +(myObject (attribute1 "attr42066") ) +(myObject (attribute1 "attr42067") ) +(myObject (attribute1 "attr42068") ) +(myObject (attribute1 "attr42069") ) +(myObject (attribute1 "attr42070") ) +(myObject (attribute1 "attr42071") ) +(myObject (attribute1 "attr42072") ) +(myObject (attribute1 "attr42073") ) +(myObject (attribute1 "attr42074") ) +(myObject (attribute1 "attr42075") ) +(myObject (attribute1 "attr42076") ) +(myObject (attribute1 "attr42077") ) +(myObject (attribute1 "attr42078") ) +(myObject (attribute1 "attr42079") ) +(myObject (attribute1 "attr42080") ) +(myObject (attribute1 "attr42081") ) +(myObject (attribute1 "attr42082") ) +(myObject (attribute1 "attr42083") ) +(myObject (attribute1 "attr42084") ) +(myObject (attribute1 "attr42085") ) +(myObject (attribute1 "attr42086") ) +(myObject (attribute1 "attr42087") ) +(myObject (attribute1 "attr42088") ) +(myObject (attribute1 "attr42089") ) +(myObject (attribute1 "attr42090") ) +(myObject (attribute1 "attr42091") ) +(myObject (attribute1 "attr42092") ) +(myObject (attribute1 "attr42093") ) +(myObject (attribute1 "attr42094") ) +(myObject (attribute1 "attr42095") ) +(myObject (attribute1 "attr42096") ) +(myObject (attribute1 "attr42097") ) +(myObject (attribute1 "attr42098") ) +(myObject (attribute1 "attr42099") ) +(myObject (attribute1 "attr42100") ) +(myObject (attribute1 "attr42101") ) +(myObject (attribute1 "attr42102") ) +(myObject (attribute1 "attr42103") ) +(myObject (attribute1 "attr42104") ) +(myObject (attribute1 "attr42105") ) +(myObject (attribute1 "attr42106") ) +(myObject (attribute1 "attr42107") ) +(myObject (attribute1 "attr42108") ) +(myObject (attribute1 "attr42109") ) +(myObject (attribute1 "attr42110") ) +(myObject (attribute1 "attr42111") ) +(myObject (attribute1 "attr42112") ) +(myObject (attribute1 "attr42113") ) +(myObject (attribute1 "attr42114") ) +(myObject (attribute1 "attr42115") ) +(myObject (attribute1 "attr42116") ) +(myObject (attribute1 "attr42117") ) +(myObject (attribute1 "attr42118") ) +(myObject (attribute1 "attr42119") ) +(myObject (attribute1 "attr42120") ) +(myObject (attribute1 "attr42121") ) +(myObject (attribute1 "attr42122") ) +(myObject (attribute1 "attr42123") ) +(myObject (attribute1 "attr42124") ) +(myObject (attribute1 "attr42125") ) +(myObject (attribute1 "attr42126") ) +(myObject (attribute1 "attr42127") ) +(myObject (attribute1 "attr42128") ) +(myObject (attribute1 "attr42129") ) +(myObject (attribute1 "attr42130") ) +(myObject (attribute1 "attr42131") ) +(myObject (attribute1 "attr42132") ) +(myObject (attribute1 "attr42133") ) +(myObject (attribute1 "attr42134") ) +(myObject (attribute1 "attr42135") ) +(myObject (attribute1 "attr42136") ) +(myObject (attribute1 "attr42137") ) +(myObject (attribute1 "attr42138") ) +(myObject (attribute1 "attr42139") ) +(myObject (attribute1 "attr42140") ) +(myObject (attribute1 "attr42141") ) +(myObject (attribute1 "attr42142") ) +(myObject (attribute1 "attr42143") ) +(myObject (attribute1 "attr42144") ) +(myObject (attribute1 "attr42145") ) +(myObject (attribute1 "attr42146") ) +(myObject (attribute1 "attr42147") ) +(myObject (attribute1 "attr42148") ) +(myObject (attribute1 "attr42149") ) +(myObject (attribute1 "attr42150") ) +(myObject (attribute1 "attr42151") ) +(myObject (attribute1 "attr42152") ) +(myObject (attribute1 "attr42153") ) +(myObject (attribute1 "attr42154") ) +(myObject (attribute1 "attr42155") ) +(myObject (attribute1 "attr42156") ) +(myObject (attribute1 "attr42157") ) +(myObject (attribute1 "attr42158") ) +(myObject (attribute1 "attr42159") ) +(myObject (attribute1 "attr42160") ) +(myObject (attribute1 "attr42161") ) +(myObject (attribute1 "attr42162") ) +(myObject (attribute1 "attr42163") ) +(myObject (attribute1 "attr42164") ) +(myObject (attribute1 "attr42165") ) +(myObject (attribute1 "attr42166") ) +(myObject (attribute1 "attr42167") ) +(myObject (attribute1 "attr42168") ) +(myObject (attribute1 "attr42169") ) +(myObject (attribute1 "attr42170") ) +(myObject (attribute1 "attr42171") ) +(myObject (attribute1 "attr42172") ) +(myObject (attribute1 "attr42173") ) +(myObject (attribute1 "attr42174") ) +(myObject (attribute1 "attr42175") ) +(myObject (attribute1 "attr42176") ) +(myObject (attribute1 "attr42177") ) +(myObject (attribute1 "attr42178") ) +(myObject (attribute1 "attr42179") ) +(myObject (attribute1 "attr42180") ) +(myObject (attribute1 "attr42181") ) +(myObject (attribute1 "attr42182") ) +(myObject (attribute1 "attr42183") ) +(myObject (attribute1 "attr42184") ) +(myObject (attribute1 "attr42185") ) +(myObject (attribute1 "attr42186") ) +(myObject (attribute1 "attr42187") ) +(myObject (attribute1 "attr42188") ) +(myObject (attribute1 "attr42189") ) +(myObject (attribute1 "attr42190") ) +(myObject (attribute1 "attr42191") ) +(myObject (attribute1 "attr42192") ) +(myObject (attribute1 "attr42193") ) +(myObject (attribute1 "attr42194") ) +(myObject (attribute1 "attr42195") ) +(myObject (attribute1 "attr42196") ) +(myObject (attribute1 "attr42197") ) +(myObject (attribute1 "attr42198") ) +(myObject (attribute1 "attr42199") ) +(myObject (attribute1 "attr42200") ) +(myObject (attribute1 "attr42201") ) +(myObject (attribute1 "attr42202") ) +(myObject (attribute1 "attr42203") ) +(myObject (attribute1 "attr42204") ) +(myObject (attribute1 "attr42205") ) +(myObject (attribute1 "attr42206") ) +(myObject (attribute1 "attr42207") ) +(myObject (attribute1 "attr42208") ) +(myObject (attribute1 "attr42209") ) +(myObject (attribute1 "attr42210") ) +(myObject (attribute1 "attr42211") ) +(myObject (attribute1 "attr42212") ) +(myObject (attribute1 "attr42213") ) +(myObject (attribute1 "attr42214") ) +(myObject (attribute1 "attr42215") ) +(myObject (attribute1 "attr42216") ) +(myObject (attribute1 "attr42217") ) +(myObject (attribute1 "attr42218") ) +(myObject (attribute1 "attr42219") ) +(myObject (attribute1 "attr42220") ) +(myObject (attribute1 "attr42221") ) +(myObject (attribute1 "attr42222") ) +(myObject (attribute1 "attr42223") ) +(myObject (attribute1 "attr42224") ) +(myObject (attribute1 "attr42225") ) +(myObject (attribute1 "attr42226") ) +(myObject (attribute1 "attr42227") ) +(myObject (attribute1 "attr42228") ) +(myObject (attribute1 "attr42229") ) +(myObject (attribute1 "attr42230") ) +(myObject (attribute1 "attr42231") ) +(myObject (attribute1 "attr42232") ) +(myObject (attribute1 "attr42233") ) +(myObject (attribute1 "attr42234") ) +(myObject (attribute1 "attr42235") ) +(myObject (attribute1 "attr42236") ) +(myObject (attribute1 "attr42237") ) +(myObject (attribute1 "attr42238") ) +(myObject (attribute1 "attr42239") ) +(myObject (attribute1 "attr42240") ) +(myObject (attribute1 "attr42241") ) +(myObject (attribute1 "attr42242") ) +(myObject (attribute1 "attr42243") ) +(myObject (attribute1 "attr42244") ) +(myObject (attribute1 "attr42245") ) +(myObject (attribute1 "attr42246") ) +(myObject (attribute1 "attr42247") ) +(myObject (attribute1 "attr42248") ) +(myObject (attribute1 "attr42249") ) +(myObject (attribute1 "attr42250") ) +(myObject (attribute1 "attr42251") ) +(myObject (attribute1 "attr42252") ) +(myObject (attribute1 "attr42253") ) +(myObject (attribute1 "attr42254") ) +(myObject (attribute1 "attr42255") ) +(myObject (attribute1 "attr42256") ) +(myObject (attribute1 "attr42257") ) +(myObject (attribute1 "attr42258") ) +(myObject (attribute1 "attr42259") ) +(myObject (attribute1 "attr42260") ) +(myObject (attribute1 "attr42261") ) +(myObject (attribute1 "attr42262") ) +(myObject (attribute1 "attr42263") ) +(myObject (attribute1 "attr42264") ) +(myObject (attribute1 "attr42265") ) +(myObject (attribute1 "attr42266") ) +(myObject (attribute1 "attr42267") ) +(myObject (attribute1 "attr42268") ) +(myObject (attribute1 "attr42269") ) +(myObject (attribute1 "attr42270") ) +(myObject (attribute1 "attr42271") ) +(myObject (attribute1 "attr42272") ) +(myObject (attribute1 "attr42273") ) +(myObject (attribute1 "attr42274") ) +(myObject (attribute1 "attr42275") ) +(myObject (attribute1 "attr42276") ) +(myObject (attribute1 "attr42277") ) +(myObject (attribute1 "attr42278") ) +(myObject (attribute1 "attr42279") ) +(myObject (attribute1 "attr42280") ) +(myObject (attribute1 "attr42281") ) +(myObject (attribute1 "attr42282") ) +(myObject (attribute1 "attr42283") ) +(myObject (attribute1 "attr42284") ) +(myObject (attribute1 "attr42285") ) +(myObject (attribute1 "attr42286") ) +(myObject (attribute1 "attr42287") ) +(myObject (attribute1 "attr42288") ) +(myObject (attribute1 "attr42289") ) +(myObject (attribute1 "attr42290") ) +(myObject (attribute1 "attr42291") ) +(myObject (attribute1 "attr42292") ) +(myObject (attribute1 "attr42293") ) +(myObject (attribute1 "attr42294") ) +(myObject (attribute1 "attr42295") ) +(myObject (attribute1 "attr42296") ) +(myObject (attribute1 "attr42297") ) +(myObject (attribute1 "attr42298") ) +(myObject (attribute1 "attr42299") ) +(myObject (attribute1 "attr42300") ) +(myObject (attribute1 "attr42301") ) +(myObject (attribute1 "attr42302") ) +(myObject (attribute1 "attr42303") ) +(myObject (attribute1 "attr42304") ) +(myObject (attribute1 "attr42305") ) +(myObject (attribute1 "attr42306") ) +(myObject (attribute1 "attr42307") ) +(myObject (attribute1 "attr42308") ) +(myObject (attribute1 "attr42309") ) +(myObject (attribute1 "attr42310") ) +(myObject (attribute1 "attr42311") ) +(myObject (attribute1 "attr42312") ) +(myObject (attribute1 "attr42313") ) +(myObject (attribute1 "attr42314") ) +(myObject (attribute1 "attr42315") ) +(myObject (attribute1 "attr42316") ) +(myObject (attribute1 "attr42317") ) +(myObject (attribute1 "attr42318") ) +(myObject (attribute1 "attr42319") ) +(myObject (attribute1 "attr42320") ) +(myObject (attribute1 "attr42321") ) +(myObject (attribute1 "attr42322") ) +(myObject (attribute1 "attr42323") ) +(myObject (attribute1 "attr42324") ) +(myObject (attribute1 "attr42325") ) +(myObject (attribute1 "attr42326") ) +(myObject (attribute1 "attr42327") ) +(myObject (attribute1 "attr42328") ) +(myObject (attribute1 "attr42329") ) +(myObject (attribute1 "attr42330") ) +(myObject (attribute1 "attr42331") ) +(myObject (attribute1 "attr42332") ) +(myObject (attribute1 "attr42333") ) +(myObject (attribute1 "attr42334") ) +(myObject (attribute1 "attr42335") ) +(myObject (attribute1 "attr42336") ) +(myObject (attribute1 "attr42337") ) +(myObject (attribute1 "attr42338") ) +(myObject (attribute1 "attr42339") ) +(myObject (attribute1 "attr42340") ) +(myObject (attribute1 "attr42341") ) +(myObject (attribute1 "attr42342") ) +(myObject (attribute1 "attr42343") ) +(myObject (attribute1 "attr42344") ) +(myObject (attribute1 "attr42345") ) +(myObject (attribute1 "attr42346") ) +(myObject (attribute1 "attr42347") ) +(myObject (attribute1 "attr42348") ) +(myObject (attribute1 "attr42349") ) +(myObject (attribute1 "attr42350") ) +(myObject (attribute1 "attr42351") ) +(myObject (attribute1 "attr42352") ) +(myObject (attribute1 "attr42353") ) +(myObject (attribute1 "attr42354") ) +(myObject (attribute1 "attr42355") ) +(myObject (attribute1 "attr42356") ) +(myObject (attribute1 "attr42357") ) +(myObject (attribute1 "attr42358") ) +(myObject (attribute1 "attr42359") ) +(myObject (attribute1 "attr42360") ) +(myObject (attribute1 "attr42361") ) +(myObject (attribute1 "attr42362") ) +(myObject (attribute1 "attr42363") ) +(myObject (attribute1 "attr42364") ) +(myObject (attribute1 "attr42365") ) +(myObject (attribute1 "attr42366") ) +(myObject (attribute1 "attr42367") ) +(myObject (attribute1 "attr42368") ) +(myObject (attribute1 "attr42369") ) +(myObject (attribute1 "attr42370") ) +(myObject (attribute1 "attr42371") ) +(myObject (attribute1 "attr42372") ) +(myObject (attribute1 "attr42373") ) +(myObject (attribute1 "attr42374") ) +(myObject (attribute1 "attr42375") ) +(myObject (attribute1 "attr42376") ) +(myObject (attribute1 "attr42377") ) +(myObject (attribute1 "attr42378") ) +(myObject (attribute1 "attr42379") ) +(myObject (attribute1 "attr42380") ) +(myObject (attribute1 "attr42381") ) +(myObject (attribute1 "attr42382") ) +(myObject (attribute1 "attr42383") ) +(myObject (attribute1 "attr42384") ) +(myObject (attribute1 "attr42385") ) +(myObject (attribute1 "attr42386") ) +(myObject (attribute1 "attr42387") ) +(myObject (attribute1 "attr42388") ) +(myObject (attribute1 "attr42389") ) +(myObject (attribute1 "attr42390") ) +(myObject (attribute1 "attr42391") ) +(myObject (attribute1 "attr42392") ) +(myObject (attribute1 "attr42393") ) +(myObject (attribute1 "attr42394") ) +(myObject (attribute1 "attr42395") ) +(myObject (attribute1 "attr42396") ) +(myObject (attribute1 "attr42397") ) +(myObject (attribute1 "attr42398") ) +(myObject (attribute1 "attr42399") ) +(myObject (attribute1 "attr42400") ) +(myObject (attribute1 "attr42401") ) +(myObject (attribute1 "attr42402") ) +(myObject (attribute1 "attr42403") ) +(myObject (attribute1 "attr42404") ) +(myObject (attribute1 "attr42405") ) +(myObject (attribute1 "attr42406") ) +(myObject (attribute1 "attr42407") ) +(myObject (attribute1 "attr42408") ) +(myObject (attribute1 "attr42409") ) +(myObject (attribute1 "attr42410") ) +(myObject (attribute1 "attr42411") ) +(myObject (attribute1 "attr42412") ) +(myObject (attribute1 "attr42413") ) +(myObject (attribute1 "attr42414") ) +(myObject (attribute1 "attr42415") ) +(myObject (attribute1 "attr42416") ) +(myObject (attribute1 "attr42417") ) +(myObject (attribute1 "attr42418") ) +(myObject (attribute1 "attr42419") ) +(myObject (attribute1 "attr42420") ) +(myObject (attribute1 "attr42421") ) +(myObject (attribute1 "attr42422") ) +(myObject (attribute1 "attr42423") ) +(myObject (attribute1 "attr42424") ) +(myObject (attribute1 "attr42425") ) +(myObject (attribute1 "attr42426") ) +(myObject (attribute1 "attr42427") ) +(myObject (attribute1 "attr42428") ) +(myObject (attribute1 "attr42429") ) +(myObject (attribute1 "attr42430") ) +(myObject (attribute1 "attr42431") ) +(myObject (attribute1 "attr42432") ) +(myObject (attribute1 "attr42433") ) +(myObject (attribute1 "attr42434") ) +(myObject (attribute1 "attr42435") ) +(myObject (attribute1 "attr42436") ) +(myObject (attribute1 "attr42437") ) +(myObject (attribute1 "attr42438") ) +(myObject (attribute1 "attr42439") ) +(myObject (attribute1 "attr42440") ) +(myObject (attribute1 "attr42441") ) +(myObject (attribute1 "attr42442") ) +(myObject (attribute1 "attr42443") ) +(myObject (attribute1 "attr42444") ) +(myObject (attribute1 "attr42445") ) +(myObject (attribute1 "attr42446") ) +(myObject (attribute1 "attr42447") ) +(myObject (attribute1 "attr42448") ) +(myObject (attribute1 "attr42449") ) +(myObject (attribute1 "attr42450") ) +(myObject (attribute1 "attr42451") ) +(myObject (attribute1 "attr42452") ) +(myObject (attribute1 "attr42453") ) +(myObject (attribute1 "attr42454") ) +(myObject (attribute1 "attr42455") ) +(myObject (attribute1 "attr42456") ) +(myObject (attribute1 "attr42457") ) +(myObject (attribute1 "attr42458") ) +(myObject (attribute1 "attr42459") ) +(myObject (attribute1 "attr42460") ) +(myObject (attribute1 "attr42461") ) +(myObject (attribute1 "attr42462") ) +(myObject (attribute1 "attr42463") ) +(myObject (attribute1 "attr42464") ) +(myObject (attribute1 "attr42465") ) +(myObject (attribute1 "attr42466") ) +(myObject (attribute1 "attr42467") ) +(myObject (attribute1 "attr42468") ) +(myObject (attribute1 "attr42469") ) +(myObject (attribute1 "attr42470") ) +(myObject (attribute1 "attr42471") ) +(myObject (attribute1 "attr42472") ) +(myObject (attribute1 "attr42473") ) +(myObject (attribute1 "attr42474") ) +(myObject (attribute1 "attr42475") ) +(myObject (attribute1 "attr42476") ) +(myObject (attribute1 "attr42477") ) +(myObject (attribute1 "attr42478") ) +(myObject (attribute1 "attr42479") ) +(myObject (attribute1 "attr42480") ) +(myObject (attribute1 "attr42481") ) +(myObject (attribute1 "attr42482") ) +(myObject (attribute1 "attr42483") ) +(myObject (attribute1 "attr42484") ) +(myObject (attribute1 "attr42485") ) +(myObject (attribute1 "attr42486") ) +(myObject (attribute1 "attr42487") ) +(myObject (attribute1 "attr42488") ) +(myObject (attribute1 "attr42489") ) +(myObject (attribute1 "attr42490") ) +(myObject (attribute1 "attr42491") ) +(myObject (attribute1 "attr42492") ) +(myObject (attribute1 "attr42493") ) +(myObject (attribute1 "attr42494") ) +(myObject (attribute1 "attr42495") ) +(myObject (attribute1 "attr42496") ) +(myObject (attribute1 "attr42497") ) +(myObject (attribute1 "attr42498") ) +(myObject (attribute1 "attr42499") ) +(myObject (attribute1 "attr42500") ) +(myObject (attribute1 "attr42501") ) +(myObject (attribute1 "attr42502") ) +(myObject (attribute1 "attr42503") ) +(myObject (attribute1 "attr42504") ) +(myObject (attribute1 "attr42505") ) +(myObject (attribute1 "attr42506") ) +(myObject (attribute1 "attr42507") ) +(myObject (attribute1 "attr42508") ) +(myObject (attribute1 "attr42509") ) +(myObject (attribute1 "attr42510") ) +(myObject (attribute1 "attr42511") ) +(myObject (attribute1 "attr42512") ) +(myObject (attribute1 "attr42513") ) +(myObject (attribute1 "attr42514") ) +(myObject (attribute1 "attr42515") ) +(myObject (attribute1 "attr42516") ) +(myObject (attribute1 "attr42517") ) +(myObject (attribute1 "attr42518") ) +(myObject (attribute1 "attr42519") ) +(myObject (attribute1 "attr42520") ) +(myObject (attribute1 "attr42521") ) +(myObject (attribute1 "attr42522") ) +(myObject (attribute1 "attr42523") ) +(myObject (attribute1 "attr42524") ) +(myObject (attribute1 "attr42525") ) +(myObject (attribute1 "attr42526") ) +(myObject (attribute1 "attr42527") ) +(myObject (attribute1 "attr42528") ) +(myObject (attribute1 "attr42529") ) +(myObject (attribute1 "attr42530") ) +(myObject (attribute1 "attr42531") ) +(myObject (attribute1 "attr42532") ) +(myObject (attribute1 "attr42533") ) +(myObject (attribute1 "attr42534") ) +(myObject (attribute1 "attr42535") ) +(myObject (attribute1 "attr42536") ) +(myObject (attribute1 "attr42537") ) +(myObject (attribute1 "attr42538") ) +(myObject (attribute1 "attr42539") ) +(myObject (attribute1 "attr42540") ) +(myObject (attribute1 "attr42541") ) +(myObject (attribute1 "attr42542") ) +(myObject (attribute1 "attr42543") ) +(myObject (attribute1 "attr42544") ) +(myObject (attribute1 "attr42545") ) +(myObject (attribute1 "attr42546") ) +(myObject (attribute1 "attr42547") ) +(myObject (attribute1 "attr42548") ) +(myObject (attribute1 "attr42549") ) +(myObject (attribute1 "attr42550") ) +(myObject (attribute1 "attr42551") ) +(myObject (attribute1 "attr42552") ) +(myObject (attribute1 "attr42553") ) +(myObject (attribute1 "attr42554") ) +(myObject (attribute1 "attr42555") ) +(myObject (attribute1 "attr42556") ) +(myObject (attribute1 "attr42557") ) +(myObject (attribute1 "attr42558") ) +(myObject (attribute1 "attr42559") ) +(myObject (attribute1 "attr42560") ) +(myObject (attribute1 "attr42561") ) +(myObject (attribute1 "attr42562") ) +(myObject (attribute1 "attr42563") ) +(myObject (attribute1 "attr42564") ) +(myObject (attribute1 "attr42565") ) +(myObject (attribute1 "attr42566") ) +(myObject (attribute1 "attr42567") ) +(myObject (attribute1 "attr42568") ) +(myObject (attribute1 "attr42569") ) +(myObject (attribute1 "attr42570") ) +(myObject (attribute1 "attr42571") ) +(myObject (attribute1 "attr42572") ) +(myObject (attribute1 "attr42573") ) +(myObject (attribute1 "attr42574") ) +(myObject (attribute1 "attr42575") ) +(myObject (attribute1 "attr42576") ) +(myObject (attribute1 "attr42577") ) +(myObject (attribute1 "attr42578") ) +(myObject (attribute1 "attr42579") ) +(myObject (attribute1 "attr42580") ) +(myObject (attribute1 "attr42581") ) +(myObject (attribute1 "attr42582") ) +(myObject (attribute1 "attr42583") ) +(myObject (attribute1 "attr42584") ) +(myObject (attribute1 "attr42585") ) +(myObject (attribute1 "attr42586") ) +(myObject (attribute1 "attr42587") ) +(myObject (attribute1 "attr42588") ) +(myObject (attribute1 "attr42589") ) +(myObject (attribute1 "attr42590") ) +(myObject (attribute1 "attr42591") ) +(myObject (attribute1 "attr42592") ) +(myObject (attribute1 "attr42593") ) +(myObject (attribute1 "attr42594") ) +(myObject (attribute1 "attr42595") ) +(myObject (attribute1 "attr42596") ) +(myObject (attribute1 "attr42597") ) +(myObject (attribute1 "attr42598") ) +(myObject (attribute1 "attr42599") ) +(myObject (attribute1 "attr42600") ) +(myObject (attribute1 "attr42601") ) +(myObject (attribute1 "attr42602") ) +(myObject (attribute1 "attr42603") ) +(myObject (attribute1 "attr42604") ) +(myObject (attribute1 "attr42605") ) +(myObject (attribute1 "attr42606") ) +(myObject (attribute1 "attr42607") ) +(myObject (attribute1 "attr42608") ) +(myObject (attribute1 "attr42609") ) +(myObject (attribute1 "attr42610") ) +(myObject (attribute1 "attr42611") ) +(myObject (attribute1 "attr42612") ) +(myObject (attribute1 "attr42613") ) +(myObject (attribute1 "attr42614") ) +(myObject (attribute1 "attr42615") ) +(myObject (attribute1 "attr42616") ) +(myObject (attribute1 "attr42617") ) +(myObject (attribute1 "attr42618") ) +(myObject (attribute1 "attr42619") ) +(myObject (attribute1 "attr42620") ) +(myObject (attribute1 "attr42621") ) +(myObject (attribute1 "attr42622") ) +(myObject (attribute1 "attr42623") ) +(myObject (attribute1 "attr42624") ) +(myObject (attribute1 "attr42625") ) +(myObject (attribute1 "attr42626") ) +(myObject (attribute1 "attr42627") ) +(myObject (attribute1 "attr42628") ) +(myObject (attribute1 "attr42629") ) +(myObject (attribute1 "attr42630") ) +(myObject (attribute1 "attr42631") ) +(myObject (attribute1 "attr42632") ) +(myObject (attribute1 "attr42633") ) +(myObject (attribute1 "attr42634") ) +(myObject (attribute1 "attr42635") ) +(myObject (attribute1 "attr42636") ) +(myObject (attribute1 "attr42637") ) +(myObject (attribute1 "attr42638") ) +(myObject (attribute1 "attr42639") ) +(myObject (attribute1 "attr42640") ) +(myObject (attribute1 "attr42641") ) +(myObject (attribute1 "attr42642") ) +(myObject (attribute1 "attr42643") ) +(myObject (attribute1 "attr42644") ) +(myObject (attribute1 "attr42645") ) +(myObject (attribute1 "attr42646") ) +(myObject (attribute1 "attr42647") ) +(myObject (attribute1 "attr42648") ) +(myObject (attribute1 "attr42649") ) +(myObject (attribute1 "attr42650") ) +(myObject (attribute1 "attr42651") ) +(myObject (attribute1 "attr42652") ) +(myObject (attribute1 "attr42653") ) +(myObject (attribute1 "attr42654") ) +(myObject (attribute1 "attr42655") ) +(myObject (attribute1 "attr42656") ) +(myObject (attribute1 "attr42657") ) +(myObject (attribute1 "attr42658") ) +(myObject (attribute1 "attr42659") ) +(myObject (attribute1 "attr42660") ) +(myObject (attribute1 "attr42661") ) +(myObject (attribute1 "attr42662") ) +(myObject (attribute1 "attr42663") ) +(myObject (attribute1 "attr42664") ) +(myObject (attribute1 "attr42665") ) +(myObject (attribute1 "attr42666") ) +(myObject (attribute1 "attr42667") ) +(myObject (attribute1 "attr42668") ) +(myObject (attribute1 "attr42669") ) +(myObject (attribute1 "attr42670") ) +(myObject (attribute1 "attr42671") ) +(myObject (attribute1 "attr42672") ) +(myObject (attribute1 "attr42673") ) +(myObject (attribute1 "attr42674") ) +(myObject (attribute1 "attr42675") ) +(myObject (attribute1 "attr42676") ) +(myObject (attribute1 "attr42677") ) +(myObject (attribute1 "attr42678") ) +(myObject (attribute1 "attr42679") ) +(myObject (attribute1 "attr42680") ) +(myObject (attribute1 "attr42681") ) +(myObject (attribute1 "attr42682") ) +(myObject (attribute1 "attr42683") ) +(myObject (attribute1 "attr42684") ) +(myObject (attribute1 "attr42685") ) +(myObject (attribute1 "attr42686") ) +(myObject (attribute1 "attr42687") ) +(myObject (attribute1 "attr42688") ) +(myObject (attribute1 "attr42689") ) +(myObject (attribute1 "attr42690") ) +(myObject (attribute1 "attr42691") ) +(myObject (attribute1 "attr42692") ) +(myObject (attribute1 "attr42693") ) +(myObject (attribute1 "attr42694") ) +(myObject (attribute1 "attr42695") ) +(myObject (attribute1 "attr42696") ) +(myObject (attribute1 "attr42697") ) +(myObject (attribute1 "attr42698") ) +(myObject (attribute1 "attr42699") ) +(myObject (attribute1 "attr42700") ) +(myObject (attribute1 "attr42701") ) +(myObject (attribute1 "attr42702") ) +(myObject (attribute1 "attr42703") ) +(myObject (attribute1 "attr42704") ) +(myObject (attribute1 "attr42705") ) +(myObject (attribute1 "attr42706") ) +(myObject (attribute1 "attr42707") ) +(myObject (attribute1 "attr42708") ) +(myObject (attribute1 "attr42709") ) +(myObject (attribute1 "attr42710") ) +(myObject (attribute1 "attr42711") ) +(myObject (attribute1 "attr42712") ) +(myObject (attribute1 "attr42713") ) +(myObject (attribute1 "attr42714") ) +(myObject (attribute1 "attr42715") ) +(myObject (attribute1 "attr42716") ) +(myObject (attribute1 "attr42717") ) +(myObject (attribute1 "attr42718") ) +(myObject (attribute1 "attr42719") ) +(myObject (attribute1 "attr42720") ) +(myObject (attribute1 "attr42721") ) +(myObject (attribute1 "attr42722") ) +(myObject (attribute1 "attr42723") ) +(myObject (attribute1 "attr42724") ) +(myObject (attribute1 "attr42725") ) +(myObject (attribute1 "attr42726") ) +(myObject (attribute1 "attr42727") ) +(myObject (attribute1 "attr42728") ) +(myObject (attribute1 "attr42729") ) +(myObject (attribute1 "attr42730") ) +(myObject (attribute1 "attr42731") ) +(myObject (attribute1 "attr42732") ) +(myObject (attribute1 "attr42733") ) +(myObject (attribute1 "attr42734") ) +(myObject (attribute1 "attr42735") ) +(myObject (attribute1 "attr42736") ) +(myObject (attribute1 "attr42737") ) +(myObject (attribute1 "attr42738") ) +(myObject (attribute1 "attr42739") ) +(myObject (attribute1 "attr42740") ) +(myObject (attribute1 "attr42741") ) +(myObject (attribute1 "attr42742") ) +(myObject (attribute1 "attr42743") ) +(myObject (attribute1 "attr42744") ) +(myObject (attribute1 "attr42745") ) +(myObject (attribute1 "attr42746") ) +(myObject (attribute1 "attr42747") ) +(myObject (attribute1 "attr42748") ) +(myObject (attribute1 "attr42749") ) +(myObject (attribute1 "attr42750") ) +(myObject (attribute1 "attr42751") ) +(myObject (attribute1 "attr42752") ) +(myObject (attribute1 "attr42753") ) +(myObject (attribute1 "attr42754") ) +(myObject (attribute1 "attr42755") ) +(myObject (attribute1 "attr42756") ) +(myObject (attribute1 "attr42757") ) +(myObject (attribute1 "attr42758") ) +(myObject (attribute1 "attr42759") ) +(myObject (attribute1 "attr42760") ) +(myObject (attribute1 "attr42761") ) +(myObject (attribute1 "attr42762") ) +(myObject (attribute1 "attr42763") ) +(myObject (attribute1 "attr42764") ) +(myObject (attribute1 "attr42765") ) +(myObject (attribute1 "attr42766") ) +(myObject (attribute1 "attr42767") ) +(myObject (attribute1 "attr42768") ) +(myObject (attribute1 "attr42769") ) +(myObject (attribute1 "attr42770") ) +(myObject (attribute1 "attr42771") ) +(myObject (attribute1 "attr42772") ) +(myObject (attribute1 "attr42773") ) +(myObject (attribute1 "attr42774") ) +(myObject (attribute1 "attr42775") ) +(myObject (attribute1 "attr42776") ) +(myObject (attribute1 "attr42777") ) +(myObject (attribute1 "attr42778") ) +(myObject (attribute1 "attr42779") ) +(myObject (attribute1 "attr42780") ) +(myObject (attribute1 "attr42781") ) +(myObject (attribute1 "attr42782") ) +(myObject (attribute1 "attr42783") ) +(myObject (attribute1 "attr42784") ) +(myObject (attribute1 "attr42785") ) +(myObject (attribute1 "attr42786") ) +(myObject (attribute1 "attr42787") ) +(myObject (attribute1 "attr42788") ) +(myObject (attribute1 "attr42789") ) +(myObject (attribute1 "attr42790") ) +(myObject (attribute1 "attr42791") ) +(myObject (attribute1 "attr42792") ) +(myObject (attribute1 "attr42793") ) +(myObject (attribute1 "attr42794") ) +(myObject (attribute1 "attr42795") ) +(myObject (attribute1 "attr42796") ) +(myObject (attribute1 "attr42797") ) +(myObject (attribute1 "attr42798") ) +(myObject (attribute1 "attr42799") ) +(myObject (attribute1 "attr42800") ) +(myObject (attribute1 "attr42801") ) +(myObject (attribute1 "attr42802") ) +(myObject (attribute1 "attr42803") ) +(myObject (attribute1 "attr42804") ) +(myObject (attribute1 "attr42805") ) +(myObject (attribute1 "attr42806") ) +(myObject (attribute1 "attr42807") ) +(myObject (attribute1 "attr42808") ) +(myObject (attribute1 "attr42809") ) +(myObject (attribute1 "attr42810") ) +(myObject (attribute1 "attr42811") ) +(myObject (attribute1 "attr42812") ) +(myObject (attribute1 "attr42813") ) +(myObject (attribute1 "attr42814") ) +(myObject (attribute1 "attr42815") ) +(myObject (attribute1 "attr42816") ) +(myObject (attribute1 "attr42817") ) +(myObject (attribute1 "attr42818") ) +(myObject (attribute1 "attr42819") ) +(myObject (attribute1 "attr42820") ) +(myObject (attribute1 "attr42821") ) +(myObject (attribute1 "attr42822") ) +(myObject (attribute1 "attr42823") ) +(myObject (attribute1 "attr42824") ) +(myObject (attribute1 "attr42825") ) +(myObject (attribute1 "attr42826") ) +(myObject (attribute1 "attr42827") ) +(myObject (attribute1 "attr42828") ) +(myObject (attribute1 "attr42829") ) +(myObject (attribute1 "attr42830") ) +(myObject (attribute1 "attr42831") ) +(myObject (attribute1 "attr42832") ) +(myObject (attribute1 "attr42833") ) +(myObject (attribute1 "attr42834") ) +(myObject (attribute1 "attr42835") ) +(myObject (attribute1 "attr42836") ) +(myObject (attribute1 "attr42837") ) +(myObject (attribute1 "attr42838") ) +(myObject (attribute1 "attr42839") ) +(myObject (attribute1 "attr42840") ) +(myObject (attribute1 "attr42841") ) +(myObject (attribute1 "attr42842") ) +(myObject (attribute1 "attr42843") ) +(myObject (attribute1 "attr42844") ) +(myObject (attribute1 "attr42845") ) +(myObject (attribute1 "attr42846") ) +(myObject (attribute1 "attr42847") ) +(myObject (attribute1 "attr42848") ) +(myObject (attribute1 "attr42849") ) +(myObject (attribute1 "attr42850") ) +(myObject (attribute1 "attr42851") ) +(myObject (attribute1 "attr42852") ) +(myObject (attribute1 "attr42853") ) +(myObject (attribute1 "attr42854") ) +(myObject (attribute1 "attr42855") ) +(myObject (attribute1 "attr42856") ) +(myObject (attribute1 "attr42857") ) +(myObject (attribute1 "attr42858") ) +(myObject (attribute1 "attr42859") ) +(myObject (attribute1 "attr42860") ) +(myObject (attribute1 "attr42861") ) +(myObject (attribute1 "attr42862") ) +(myObject (attribute1 "attr42863") ) +(myObject (attribute1 "attr42864") ) +(myObject (attribute1 "attr42865") ) +(myObject (attribute1 "attr42866") ) +(myObject (attribute1 "attr42867") ) +(myObject (attribute1 "attr42868") ) +(myObject (attribute1 "attr42869") ) +(myObject (attribute1 "attr42870") ) +(myObject (attribute1 "attr42871") ) +(myObject (attribute1 "attr42872") ) +(myObject (attribute1 "attr42873") ) +(myObject (attribute1 "attr42874") ) +(myObject (attribute1 "attr42875") ) +(myObject (attribute1 "attr42876") ) +(myObject (attribute1 "attr42877") ) +(myObject (attribute1 "attr42878") ) +(myObject (attribute1 "attr42879") ) +(myObject (attribute1 "attr42880") ) +(myObject (attribute1 "attr42881") ) +(myObject (attribute1 "attr42882") ) +(myObject (attribute1 "attr42883") ) +(myObject (attribute1 "attr42884") ) +(myObject (attribute1 "attr42885") ) +(myObject (attribute1 "attr42886") ) +(myObject (attribute1 "attr42887") ) +(myObject (attribute1 "attr42888") ) +(myObject (attribute1 "attr42889") ) +(myObject (attribute1 "attr42890") ) +(myObject (attribute1 "attr42891") ) +(myObject (attribute1 "attr42892") ) +(myObject (attribute1 "attr42893") ) +(myObject (attribute1 "attr42894") ) +(myObject (attribute1 "attr42895") ) +(myObject (attribute1 "attr42896") ) +(myObject (attribute1 "attr42897") ) +(myObject (attribute1 "attr42898") ) +(myObject (attribute1 "attr42899") ) +(myObject (attribute1 "attr42900") ) +(myObject (attribute1 "attr42901") ) +(myObject (attribute1 "attr42902") ) +(myObject (attribute1 "attr42903") ) +(myObject (attribute1 "attr42904") ) +(myObject (attribute1 "attr42905") ) +(myObject (attribute1 "attr42906") ) +(myObject (attribute1 "attr42907") ) +(myObject (attribute1 "attr42908") ) +(myObject (attribute1 "attr42909") ) +(myObject (attribute1 "attr42910") ) +(myObject (attribute1 "attr42911") ) +(myObject (attribute1 "attr42912") ) +(myObject (attribute1 "attr42913") ) +(myObject (attribute1 "attr42914") ) +(myObject (attribute1 "attr42915") ) +(myObject (attribute1 "attr42916") ) +(myObject (attribute1 "attr42917") ) +(myObject (attribute1 "attr42918") ) +(myObject (attribute1 "attr42919") ) +(myObject (attribute1 "attr42920") ) +(myObject (attribute1 "attr42921") ) +(myObject (attribute1 "attr42922") ) +(myObject (attribute1 "attr42923") ) +(myObject (attribute1 "attr42924") ) +(myObject (attribute1 "attr42925") ) +(myObject (attribute1 "attr42926") ) +(myObject (attribute1 "attr42927") ) +(myObject (attribute1 "attr42928") ) +(myObject (attribute1 "attr42929") ) +(myObject (attribute1 "attr42930") ) +(myObject (attribute1 "attr42931") ) +(myObject (attribute1 "attr42932") ) +(myObject (attribute1 "attr42933") ) +(myObject (attribute1 "attr42934") ) +(myObject (attribute1 "attr42935") ) +(myObject (attribute1 "attr42936") ) +(myObject (attribute1 "attr42937") ) +(myObject (attribute1 "attr42938") ) +(myObject (attribute1 "attr42939") ) +(myObject (attribute1 "attr42940") ) +(myObject (attribute1 "attr42941") ) +(myObject (attribute1 "attr42942") ) +(myObject (attribute1 "attr42943") ) +(myObject (attribute1 "attr42944") ) +(myObject (attribute1 "attr42945") ) +(myObject (attribute1 "attr42946") ) +(myObject (attribute1 "attr42947") ) +(myObject (attribute1 "attr42948") ) +(myObject (attribute1 "attr42949") ) +(myObject (attribute1 "attr42950") ) +(myObject (attribute1 "attr42951") ) +(myObject (attribute1 "attr42952") ) +(myObject (attribute1 "attr42953") ) +(myObject (attribute1 "attr42954") ) +(myObject (attribute1 "attr42955") ) +(myObject (attribute1 "attr42956") ) +(myObject (attribute1 "attr42957") ) +(myObject (attribute1 "attr42958") ) +(myObject (attribute1 "attr42959") ) +(myObject (attribute1 "attr42960") ) +(myObject (attribute1 "attr42961") ) +(myObject (attribute1 "attr42962") ) +(myObject (attribute1 "attr42963") ) +(myObject (attribute1 "attr42964") ) +(myObject (attribute1 "attr42965") ) +(myObject (attribute1 "attr42966") ) +(myObject (attribute1 "attr42967") ) +(myObject (attribute1 "attr42968") ) +(myObject (attribute1 "attr42969") ) +(myObject (attribute1 "attr42970") ) +(myObject (attribute1 "attr42971") ) +(myObject (attribute1 "attr42972") ) +(myObject (attribute1 "attr42973") ) +(myObject (attribute1 "attr42974") ) +(myObject (attribute1 "attr42975") ) +(myObject (attribute1 "attr42976") ) +(myObject (attribute1 "attr42977") ) +(myObject (attribute1 "attr42978") ) +(myObject (attribute1 "attr42979") ) +(myObject (attribute1 "attr42980") ) +(myObject (attribute1 "attr42981") ) +(myObject (attribute1 "attr42982") ) +(myObject (attribute1 "attr42983") ) +(myObject (attribute1 "attr42984") ) +(myObject (attribute1 "attr42985") ) +(myObject (attribute1 "attr42986") ) +(myObject (attribute1 "attr42987") ) +(myObject (attribute1 "attr42988") ) +(myObject (attribute1 "attr42989") ) +(myObject (attribute1 "attr42990") ) +(myObject (attribute1 "attr42991") ) +(myObject (attribute1 "attr42992") ) +(myObject (attribute1 "attr42993") ) +(myObject (attribute1 "attr42994") ) +(myObject (attribute1 "attr42995") ) +(myObject (attribute1 "attr42996") ) +(myObject (attribute1 "attr42997") ) +(myObject (attribute1 "attr42998") ) +(myObject (attribute1 "attr42999") ) +(myObject (attribute1 "attr43000") ) +(myObject (attribute1 "attr43001") ) +(myObject (attribute1 "attr43002") ) +(myObject (attribute1 "attr43003") ) +(myObject (attribute1 "attr43004") ) +(myObject (attribute1 "attr43005") ) +(myObject (attribute1 "attr43006") ) +(myObject (attribute1 "attr43007") ) +(myObject (attribute1 "attr43008") ) +(myObject (attribute1 "attr43009") ) +(myObject (attribute1 "attr43010") ) +(myObject (attribute1 "attr43011") ) +(myObject (attribute1 "attr43012") ) +(myObject (attribute1 "attr43013") ) +(myObject (attribute1 "attr43014") ) +(myObject (attribute1 "attr43015") ) +(myObject (attribute1 "attr43016") ) +(myObject (attribute1 "attr43017") ) +(myObject (attribute1 "attr43018") ) +(myObject (attribute1 "attr43019") ) +(myObject (attribute1 "attr43020") ) +(myObject (attribute1 "attr43021") ) +(myObject (attribute1 "attr43022") ) +(myObject (attribute1 "attr43023") ) +(myObject (attribute1 "attr43024") ) +(myObject (attribute1 "attr43025") ) +(myObject (attribute1 "attr43026") ) +(myObject (attribute1 "attr43027") ) +(myObject (attribute1 "attr43028") ) +(myObject (attribute1 "attr43029") ) +(myObject (attribute1 "attr43030") ) +(myObject (attribute1 "attr43031") ) +(myObject (attribute1 "attr43032") ) +(myObject (attribute1 "attr43033") ) +(myObject (attribute1 "attr43034") ) +(myObject (attribute1 "attr43035") ) +(myObject (attribute1 "attr43036") ) +(myObject (attribute1 "attr43037") ) +(myObject (attribute1 "attr43038") ) +(myObject (attribute1 "attr43039") ) +(myObject (attribute1 "attr43040") ) +(myObject (attribute1 "attr43041") ) +(myObject (attribute1 "attr43042") ) +(myObject (attribute1 "attr43043") ) +(myObject (attribute1 "attr43044") ) +(myObject (attribute1 "attr43045") ) +(myObject (attribute1 "attr43046") ) +(myObject (attribute1 "attr43047") ) +(myObject (attribute1 "attr43048") ) +(myObject (attribute1 "attr43049") ) +(myObject (attribute1 "attr43050") ) +(myObject (attribute1 "attr43051") ) +(myObject (attribute1 "attr43052") ) +(myObject (attribute1 "attr43053") ) +(myObject (attribute1 "attr43054") ) +(myObject (attribute1 "attr43055") ) +(myObject (attribute1 "attr43056") ) +(myObject (attribute1 "attr43057") ) +(myObject (attribute1 "attr43058") ) +(myObject (attribute1 "attr43059") ) +(myObject (attribute1 "attr43060") ) +(myObject (attribute1 "attr43061") ) +(myObject (attribute1 "attr43062") ) +(myObject (attribute1 "attr43063") ) +(myObject (attribute1 "attr43064") ) +(myObject (attribute1 "attr43065") ) +(myObject (attribute1 "attr43066") ) +(myObject (attribute1 "attr43067") ) +(myObject (attribute1 "attr43068") ) +(myObject (attribute1 "attr43069") ) +(myObject (attribute1 "attr43070") ) +(myObject (attribute1 "attr43071") ) +(myObject (attribute1 "attr43072") ) +(myObject (attribute1 "attr43073") ) +(myObject (attribute1 "attr43074") ) +(myObject (attribute1 "attr43075") ) +(myObject (attribute1 "attr43076") ) +(myObject (attribute1 "attr43077") ) +(myObject (attribute1 "attr43078") ) +(myObject (attribute1 "attr43079") ) +(myObject (attribute1 "attr43080") ) +(myObject (attribute1 "attr43081") ) +(myObject (attribute1 "attr43082") ) +(myObject (attribute1 "attr43083") ) +(myObject (attribute1 "attr43084") ) +(myObject (attribute1 "attr43085") ) +(myObject (attribute1 "attr43086") ) +(myObject (attribute1 "attr43087") ) +(myObject (attribute1 "attr43088") ) +(myObject (attribute1 "attr43089") ) +(myObject (attribute1 "attr43090") ) +(myObject (attribute1 "attr43091") ) +(myObject (attribute1 "attr43092") ) +(myObject (attribute1 "attr43093") ) +(myObject (attribute1 "attr43094") ) +(myObject (attribute1 "attr43095") ) +(myObject (attribute1 "attr43096") ) +(myObject (attribute1 "attr43097") ) +(myObject (attribute1 "attr43098") ) +(myObject (attribute1 "attr43099") ) +(myObject (attribute1 "attr43100") ) +(myObject (attribute1 "attr43101") ) +(myObject (attribute1 "attr43102") ) +(myObject (attribute1 "attr43103") ) +(myObject (attribute1 "attr43104") ) +(myObject (attribute1 "attr43105") ) +(myObject (attribute1 "attr43106") ) +(myObject (attribute1 "attr43107") ) +(myObject (attribute1 "attr43108") ) +(myObject (attribute1 "attr43109") ) +(myObject (attribute1 "attr43110") ) +(myObject (attribute1 "attr43111") ) +(myObject (attribute1 "attr43112") ) +(myObject (attribute1 "attr43113") ) +(myObject (attribute1 "attr43114") ) +(myObject (attribute1 "attr43115") ) +(myObject (attribute1 "attr43116") ) +(myObject (attribute1 "attr43117") ) +(myObject (attribute1 "attr43118") ) +(myObject (attribute1 "attr43119") ) +(myObject (attribute1 "attr43120") ) +(myObject (attribute1 "attr43121") ) +(myObject (attribute1 "attr43122") ) +(myObject (attribute1 "attr43123") ) +(myObject (attribute1 "attr43124") ) +(myObject (attribute1 "attr43125") ) +(myObject (attribute1 "attr43126") ) +(myObject (attribute1 "attr43127") ) +(myObject (attribute1 "attr43128") ) +(myObject (attribute1 "attr43129") ) +(myObject (attribute1 "attr43130") ) +(myObject (attribute1 "attr43131") ) +(myObject (attribute1 "attr43132") ) +(myObject (attribute1 "attr43133") ) +(myObject (attribute1 "attr43134") ) +(myObject (attribute1 "attr43135") ) +(myObject (attribute1 "attr43136") ) +(myObject (attribute1 "attr43137") ) +(myObject (attribute1 "attr43138") ) +(myObject (attribute1 "attr43139") ) +(myObject (attribute1 "attr43140") ) +(myObject (attribute1 "attr43141") ) +(myObject (attribute1 "attr43142") ) +(myObject (attribute1 "attr43143") ) +(myObject (attribute1 "attr43144") ) +(myObject (attribute1 "attr43145") ) +(myObject (attribute1 "attr43146") ) +(myObject (attribute1 "attr43147") ) +(myObject (attribute1 "attr43148") ) +(myObject (attribute1 "attr43149") ) +(myObject (attribute1 "attr43150") ) +(myObject (attribute1 "attr43151") ) +(myObject (attribute1 "attr43152") ) +(myObject (attribute1 "attr43153") ) +(myObject (attribute1 "attr43154") ) +(myObject (attribute1 "attr43155") ) +(myObject (attribute1 "attr43156") ) +(myObject (attribute1 "attr43157") ) +(myObject (attribute1 "attr43158") ) +(myObject (attribute1 "attr43159") ) +(myObject (attribute1 "attr43160") ) +(myObject (attribute1 "attr43161") ) +(myObject (attribute1 "attr43162") ) +(myObject (attribute1 "attr43163") ) +(myObject (attribute1 "attr43164") ) +(myObject (attribute1 "attr43165") ) +(myObject (attribute1 "attr43166") ) +(myObject (attribute1 "attr43167") ) +(myObject (attribute1 "attr43168") ) +(myObject (attribute1 "attr43169") ) +(myObject (attribute1 "attr43170") ) +(myObject (attribute1 "attr43171") ) +(myObject (attribute1 "attr43172") ) +(myObject (attribute1 "attr43173") ) +(myObject (attribute1 "attr43174") ) +(myObject (attribute1 "attr43175") ) +(myObject (attribute1 "attr43176") ) +(myObject (attribute1 "attr43177") ) +(myObject (attribute1 "attr43178") ) +(myObject (attribute1 "attr43179") ) +(myObject (attribute1 "attr43180") ) +(myObject (attribute1 "attr43181") ) +(myObject (attribute1 "attr43182") ) +(myObject (attribute1 "attr43183") ) +(myObject (attribute1 "attr43184") ) +(myObject (attribute1 "attr43185") ) +(myObject (attribute1 "attr43186") ) +(myObject (attribute1 "attr43187") ) +(myObject (attribute1 "attr43188") ) +(myObject (attribute1 "attr43189") ) +(myObject (attribute1 "attr43190") ) +(myObject (attribute1 "attr43191") ) +(myObject (attribute1 "attr43192") ) +(myObject (attribute1 "attr43193") ) +(myObject (attribute1 "attr43194") ) +(myObject (attribute1 "attr43195") ) +(myObject (attribute1 "attr43196") ) +(myObject (attribute1 "attr43197") ) +(myObject (attribute1 "attr43198") ) +(myObject (attribute1 "attr43199") ) +(myObject (attribute1 "attr43200") ) +(myObject (attribute1 "attr43201") ) +(myObject (attribute1 "attr43202") ) +(myObject (attribute1 "attr43203") ) +(myObject (attribute1 "attr43204") ) +(myObject (attribute1 "attr43205") ) +(myObject (attribute1 "attr43206") ) +(myObject (attribute1 "attr43207") ) +(myObject (attribute1 "attr43208") ) +(myObject (attribute1 "attr43209") ) +(myObject (attribute1 "attr43210") ) +(myObject (attribute1 "attr43211") ) +(myObject (attribute1 "attr43212") ) +(myObject (attribute1 "attr43213") ) +(myObject (attribute1 "attr43214") ) +(myObject (attribute1 "attr43215") ) +(myObject (attribute1 "attr43216") ) +(myObject (attribute1 "attr43217") ) +(myObject (attribute1 "attr43218") ) +(myObject (attribute1 "attr43219") ) +(myObject (attribute1 "attr43220") ) +(myObject (attribute1 "attr43221") ) +(myObject (attribute1 "attr43222") ) +(myObject (attribute1 "attr43223") ) +(myObject (attribute1 "attr43224") ) +(myObject (attribute1 "attr43225") ) +(myObject (attribute1 "attr43226") ) +(myObject (attribute1 "attr43227") ) +(myObject (attribute1 "attr43228") ) +(myObject (attribute1 "attr43229") ) +(myObject (attribute1 "attr43230") ) +(myObject (attribute1 "attr43231") ) +(myObject (attribute1 "attr43232") ) +(myObject (attribute1 "attr43233") ) +(myObject (attribute1 "attr43234") ) +(myObject (attribute1 "attr43235") ) +(myObject (attribute1 "attr43236") ) +(myObject (attribute1 "attr43237") ) +(myObject (attribute1 "attr43238") ) +(myObject (attribute1 "attr43239") ) +(myObject (attribute1 "attr43240") ) +(myObject (attribute1 "attr43241") ) +(myObject (attribute1 "attr43242") ) +(myObject (attribute1 "attr43243") ) +(myObject (attribute1 "attr43244") ) +(myObject (attribute1 "attr43245") ) +(myObject (attribute1 "attr43246") ) +(myObject (attribute1 "attr43247") ) +(myObject (attribute1 "attr43248") ) +(myObject (attribute1 "attr43249") ) +(myObject (attribute1 "attr43250") ) +(myObject (attribute1 "attr43251") ) +(myObject (attribute1 "attr43252") ) +(myObject (attribute1 "attr43253") ) +(myObject (attribute1 "attr43254") ) +(myObject (attribute1 "attr43255") ) +(myObject (attribute1 "attr43256") ) +(myObject (attribute1 "attr43257") ) +(myObject (attribute1 "attr43258") ) +(myObject (attribute1 "attr43259") ) +(myObject (attribute1 "attr43260") ) +(myObject (attribute1 "attr43261") ) +(myObject (attribute1 "attr43262") ) +(myObject (attribute1 "attr43263") ) +(myObject (attribute1 "attr43264") ) +(myObject (attribute1 "attr43265") ) +(myObject (attribute1 "attr43266") ) +(myObject (attribute1 "attr43267") ) +(myObject (attribute1 "attr43268") ) +(myObject (attribute1 "attr43269") ) +(myObject (attribute1 "attr43270") ) +(myObject (attribute1 "attr43271") ) +(myObject (attribute1 "attr43272") ) +(myObject (attribute1 "attr43273") ) +(myObject (attribute1 "attr43274") ) +(myObject (attribute1 "attr43275") ) +(myObject (attribute1 "attr43276") ) +(myObject (attribute1 "attr43277") ) +(myObject (attribute1 "attr43278") ) +(myObject (attribute1 "attr43279") ) +(myObject (attribute1 "attr43280") ) +(myObject (attribute1 "attr43281") ) +(myObject (attribute1 "attr43282") ) +(myObject (attribute1 "attr43283") ) +(myObject (attribute1 "attr43284") ) +(myObject (attribute1 "attr43285") ) +(myObject (attribute1 "attr43286") ) +(myObject (attribute1 "attr43287") ) +(myObject (attribute1 "attr43288") ) +(myObject (attribute1 "attr43289") ) +(myObject (attribute1 "attr43290") ) +(myObject (attribute1 "attr43291") ) +(myObject (attribute1 "attr43292") ) +(myObject (attribute1 "attr43293") ) +(myObject (attribute1 "attr43294") ) +(myObject (attribute1 "attr43295") ) +(myObject (attribute1 "attr43296") ) +(myObject (attribute1 "attr43297") ) +(myObject (attribute1 "attr43298") ) +(myObject (attribute1 "attr43299") ) +(myObject (attribute1 "attr43300") ) +(myObject (attribute1 "attr43301") ) +(myObject (attribute1 "attr43302") ) +(myObject (attribute1 "attr43303") ) +(myObject (attribute1 "attr43304") ) +(myObject (attribute1 "attr43305") ) +(myObject (attribute1 "attr43306") ) +(myObject (attribute1 "attr43307") ) +(myObject (attribute1 "attr43308") ) +(myObject (attribute1 "attr43309") ) +(myObject (attribute1 "attr43310") ) +(myObject (attribute1 "attr43311") ) +(myObject (attribute1 "attr43312") ) +(myObject (attribute1 "attr43313") ) +(myObject (attribute1 "attr43314") ) +(myObject (attribute1 "attr43315") ) +(myObject (attribute1 "attr43316") ) +(myObject (attribute1 "attr43317") ) +(myObject (attribute1 "attr43318") ) +(myObject (attribute1 "attr43319") ) +(myObject (attribute1 "attr43320") ) +(myObject (attribute1 "attr43321") ) +(myObject (attribute1 "attr43322") ) +(myObject (attribute1 "attr43323") ) +(myObject (attribute1 "attr43324") ) +(myObject (attribute1 "attr43325") ) +(myObject (attribute1 "attr43326") ) +(myObject (attribute1 "attr43327") ) +(myObject (attribute1 "attr43328") ) +(myObject (attribute1 "attr43329") ) +(myObject (attribute1 "attr43330") ) +(myObject (attribute1 "attr43331") ) +(myObject (attribute1 "attr43332") ) +(myObject (attribute1 "attr43333") ) +(myObject (attribute1 "attr43334") ) +(myObject (attribute1 "attr43335") ) +(myObject (attribute1 "attr43336") ) +(myObject (attribute1 "attr43337") ) +(myObject (attribute1 "attr43338") ) +(myObject (attribute1 "attr43339") ) +(myObject (attribute1 "attr43340") ) +(myObject (attribute1 "attr43341") ) +(myObject (attribute1 "attr43342") ) +(myObject (attribute1 "attr43343") ) +(myObject (attribute1 "attr43344") ) +(myObject (attribute1 "attr43345") ) +(myObject (attribute1 "attr43346") ) +(myObject (attribute1 "attr43347") ) +(myObject (attribute1 "attr43348") ) +(myObject (attribute1 "attr43349") ) +(myObject (attribute1 "attr43350") ) +(myObject (attribute1 "attr43351") ) +(myObject (attribute1 "attr43352") ) +(myObject (attribute1 "attr43353") ) +(myObject (attribute1 "attr43354") ) +(myObject (attribute1 "attr43355") ) +(myObject (attribute1 "attr43356") ) +(myObject (attribute1 "attr43357") ) +(myObject (attribute1 "attr43358") ) +(myObject (attribute1 "attr43359") ) +(myObject (attribute1 "attr43360") ) +(myObject (attribute1 "attr43361") ) +(myObject (attribute1 "attr43362") ) +(myObject (attribute1 "attr43363") ) +(myObject (attribute1 "attr43364") ) +(myObject (attribute1 "attr43365") ) +(myObject (attribute1 "attr43366") ) +(myObject (attribute1 "attr43367") ) +(myObject (attribute1 "attr43368") ) +(myObject (attribute1 "attr43369") ) +(myObject (attribute1 "attr43370") ) +(myObject (attribute1 "attr43371") ) +(myObject (attribute1 "attr43372") ) +(myObject (attribute1 "attr43373") ) +(myObject (attribute1 "attr43374") ) +(myObject (attribute1 "attr43375") ) +(myObject (attribute1 "attr43376") ) +(myObject (attribute1 "attr43377") ) +(myObject (attribute1 "attr43378") ) +(myObject (attribute1 "attr43379") ) +(myObject (attribute1 "attr43380") ) +(myObject (attribute1 "attr43381") ) +(myObject (attribute1 "attr43382") ) +(myObject (attribute1 "attr43383") ) +(myObject (attribute1 "attr43384") ) +(myObject (attribute1 "attr43385") ) +(myObject (attribute1 "attr43386") ) +(myObject (attribute1 "attr43387") ) +(myObject (attribute1 "attr43388") ) +(myObject (attribute1 "attr43389") ) +(myObject (attribute1 "attr43390") ) +(myObject (attribute1 "attr43391") ) +(myObject (attribute1 "attr43392") ) +(myObject (attribute1 "attr43393") ) +(myObject (attribute1 "attr43394") ) +(myObject (attribute1 "attr43395") ) +(myObject (attribute1 "attr43396") ) +(myObject (attribute1 "attr43397") ) +(myObject (attribute1 "attr43398") ) +(myObject (attribute1 "attr43399") ) +(myObject (attribute1 "attr43400") ) +(myObject (attribute1 "attr43401") ) +(myObject (attribute1 "attr43402") ) +(myObject (attribute1 "attr43403") ) +(myObject (attribute1 "attr43404") ) +(myObject (attribute1 "attr43405") ) +(myObject (attribute1 "attr43406") ) +(myObject (attribute1 "attr43407") ) +(myObject (attribute1 "attr43408") ) +(myObject (attribute1 "attr43409") ) +(myObject (attribute1 "attr43410") ) +(myObject (attribute1 "attr43411") ) +(myObject (attribute1 "attr43412") ) +(myObject (attribute1 "attr43413") ) +(myObject (attribute1 "attr43414") ) +(myObject (attribute1 "attr43415") ) +(myObject (attribute1 "attr43416") ) +(myObject (attribute1 "attr43417") ) +(myObject (attribute1 "attr43418") ) +(myObject (attribute1 "attr43419") ) +(myObject (attribute1 "attr43420") ) +(myObject (attribute1 "attr43421") ) +(myObject (attribute1 "attr43422") ) +(myObject (attribute1 "attr43423") ) +(myObject (attribute1 "attr43424") ) +(myObject (attribute1 "attr43425") ) +(myObject (attribute1 "attr43426") ) +(myObject (attribute1 "attr43427") ) +(myObject (attribute1 "attr43428") ) +(myObject (attribute1 "attr43429") ) +(myObject (attribute1 "attr43430") ) +(myObject (attribute1 "attr43431") ) +(myObject (attribute1 "attr43432") ) +(myObject (attribute1 "attr43433") ) +(myObject (attribute1 "attr43434") ) +(myObject (attribute1 "attr43435") ) +(myObject (attribute1 "attr43436") ) +(myObject (attribute1 "attr43437") ) +(myObject (attribute1 "attr43438") ) +(myObject (attribute1 "attr43439") ) +(myObject (attribute1 "attr43440") ) +(myObject (attribute1 "attr43441") ) +(myObject (attribute1 "attr43442") ) +(myObject (attribute1 "attr43443") ) +(myObject (attribute1 "attr43444") ) +(myObject (attribute1 "attr43445") ) +(myObject (attribute1 "attr43446") ) +(myObject (attribute1 "attr43447") ) +(myObject (attribute1 "attr43448") ) +(myObject (attribute1 "attr43449") ) +(myObject (attribute1 "attr43450") ) +(myObject (attribute1 "attr43451") ) +(myObject (attribute1 "attr43452") ) +(myObject (attribute1 "attr43453") ) +(myObject (attribute1 "attr43454") ) +(myObject (attribute1 "attr43455") ) +(myObject (attribute1 "attr43456") ) +(myObject (attribute1 "attr43457") ) +(myObject (attribute1 "attr43458") ) +(myObject (attribute1 "attr43459") ) +(myObject (attribute1 "attr43460") ) +(myObject (attribute1 "attr43461") ) +(myObject (attribute1 "attr43462") ) +(myObject (attribute1 "attr43463") ) +(myObject (attribute1 "attr43464") ) +(myObject (attribute1 "attr43465") ) +(myObject (attribute1 "attr43466") ) +(myObject (attribute1 "attr43467") ) +(myObject (attribute1 "attr43468") ) +(myObject (attribute1 "attr43469") ) +(myObject (attribute1 "attr43470") ) +(myObject (attribute1 "attr43471") ) +(myObject (attribute1 "attr43472") ) +(myObject (attribute1 "attr43473") ) +(myObject (attribute1 "attr43474") ) +(myObject (attribute1 "attr43475") ) +(myObject (attribute1 "attr43476") ) +(myObject (attribute1 "attr43477") ) +(myObject (attribute1 "attr43478") ) +(myObject (attribute1 "attr43479") ) +(myObject (attribute1 "attr43480") ) +(myObject (attribute1 "attr43481") ) +(myObject (attribute1 "attr43482") ) +(myObject (attribute1 "attr43483") ) +(myObject (attribute1 "attr43484") ) +(myObject (attribute1 "attr43485") ) +(myObject (attribute1 "attr43486") ) +(myObject (attribute1 "attr43487") ) +(myObject (attribute1 "attr43488") ) +(myObject (attribute1 "attr43489") ) +(myObject (attribute1 "attr43490") ) +(myObject (attribute1 "attr43491") ) +(myObject (attribute1 "attr43492") ) +(myObject (attribute1 "attr43493") ) +(myObject (attribute1 "attr43494") ) +(myObject (attribute1 "attr43495") ) +(myObject (attribute1 "attr43496") ) +(myObject (attribute1 "attr43497") ) +(myObject (attribute1 "attr43498") ) +(myObject (attribute1 "attr43499") ) +(myObject (attribute1 "attr43500") ) +(myObject (attribute1 "attr43501") ) +(myObject (attribute1 "attr43502") ) +(myObject (attribute1 "attr43503") ) +(myObject (attribute1 "attr43504") ) +(myObject (attribute1 "attr43505") ) +(myObject (attribute1 "attr43506") ) +(myObject (attribute1 "attr43507") ) +(myObject (attribute1 "attr43508") ) +(myObject (attribute1 "attr43509") ) +(myObject (attribute1 "attr43510") ) +(myObject (attribute1 "attr43511") ) +(myObject (attribute1 "attr43512") ) +(myObject (attribute1 "attr43513") ) +(myObject (attribute1 "attr43514") ) +(myObject (attribute1 "attr43515") ) +(myObject (attribute1 "attr43516") ) +(myObject (attribute1 "attr43517") ) +(myObject (attribute1 "attr43518") ) +(myObject (attribute1 "attr43519") ) +(myObject (attribute1 "attr43520") ) +(myObject (attribute1 "attr43521") ) +(myObject (attribute1 "attr43522") ) +(myObject (attribute1 "attr43523") ) +(myObject (attribute1 "attr43524") ) +(myObject (attribute1 "attr43525") ) +(myObject (attribute1 "attr43526") ) +(myObject (attribute1 "attr43527") ) +(myObject (attribute1 "attr43528") ) +(myObject (attribute1 "attr43529") ) +(myObject (attribute1 "attr43530") ) +(myObject (attribute1 "attr43531") ) +(myObject (attribute1 "attr43532") ) +(myObject (attribute1 "attr43533") ) +(myObject (attribute1 "attr43534") ) +(myObject (attribute1 "attr43535") ) +(myObject (attribute1 "attr43536") ) +(myObject (attribute1 "attr43537") ) +(myObject (attribute1 "attr43538") ) +(myObject (attribute1 "attr43539") ) +(myObject (attribute1 "attr43540") ) +(myObject (attribute1 "attr43541") ) +(myObject (attribute1 "attr43542") ) +(myObject (attribute1 "attr43543") ) +(myObject (attribute1 "attr43544") ) +(myObject (attribute1 "attr43545") ) +(myObject (attribute1 "attr43546") ) +(myObject (attribute1 "attr43547") ) +(myObject (attribute1 "attr43548") ) +(myObject (attribute1 "attr43549") ) +(myObject (attribute1 "attr43550") ) +(myObject (attribute1 "attr43551") ) +(myObject (attribute1 "attr43552") ) +(myObject (attribute1 "attr43553") ) +(myObject (attribute1 "attr43554") ) +(myObject (attribute1 "attr43555") ) +(myObject (attribute1 "attr43556") ) +(myObject (attribute1 "attr43557") ) +(myObject (attribute1 "attr43558") ) +(myObject (attribute1 "attr43559") ) +(myObject (attribute1 "attr43560") ) +(myObject (attribute1 "attr43561") ) +(myObject (attribute1 "attr43562") ) +(myObject (attribute1 "attr43563") ) +(myObject (attribute1 "attr43564") ) +(myObject (attribute1 "attr43565") ) +(myObject (attribute1 "attr43566") ) +(myObject (attribute1 "attr43567") ) +(myObject (attribute1 "attr43568") ) +(myObject (attribute1 "attr43569") ) +(myObject (attribute1 "attr43570") ) +(myObject (attribute1 "attr43571") ) +(myObject (attribute1 "attr43572") ) +(myObject (attribute1 "attr43573") ) +(myObject (attribute1 "attr43574") ) +(myObject (attribute1 "attr43575") ) +(myObject (attribute1 "attr43576") ) +(myObject (attribute1 "attr43577") ) +(myObject (attribute1 "attr43578") ) +(myObject (attribute1 "attr43579") ) +(myObject (attribute1 "attr43580") ) +(myObject (attribute1 "attr43581") ) +(myObject (attribute1 "attr43582") ) +(myObject (attribute1 "attr43583") ) +(myObject (attribute1 "attr43584") ) +(myObject (attribute1 "attr43585") ) +(myObject (attribute1 "attr43586") ) +(myObject (attribute1 "attr43587") ) +(myObject (attribute1 "attr43588") ) +(myObject (attribute1 "attr43589") ) +(myObject (attribute1 "attr43590") ) +(myObject (attribute1 "attr43591") ) +(myObject (attribute1 "attr43592") ) +(myObject (attribute1 "attr43593") ) +(myObject (attribute1 "attr43594") ) +(myObject (attribute1 "attr43595") ) +(myObject (attribute1 "attr43596") ) +(myObject (attribute1 "attr43597") ) +(myObject (attribute1 "attr43598") ) +(myObject (attribute1 "attr43599") ) +(myObject (attribute1 "attr43600") ) +(myObject (attribute1 "attr43601") ) +(myObject (attribute1 "attr43602") ) +(myObject (attribute1 "attr43603") ) +(myObject (attribute1 "attr43604") ) +(myObject (attribute1 "attr43605") ) +(myObject (attribute1 "attr43606") ) +(myObject (attribute1 "attr43607") ) +(myObject (attribute1 "attr43608") ) +(myObject (attribute1 "attr43609") ) +(myObject (attribute1 "attr43610") ) +(myObject (attribute1 "attr43611") ) +(myObject (attribute1 "attr43612") ) +(myObject (attribute1 "attr43613") ) +(myObject (attribute1 "attr43614") ) +(myObject (attribute1 "attr43615") ) +(myObject (attribute1 "attr43616") ) +(myObject (attribute1 "attr43617") ) +(myObject (attribute1 "attr43618") ) +(myObject (attribute1 "attr43619") ) +(myObject (attribute1 "attr43620") ) +(myObject (attribute1 "attr43621") ) +(myObject (attribute1 "attr43622") ) +(myObject (attribute1 "attr43623") ) +(myObject (attribute1 "attr43624") ) +(myObject (attribute1 "attr43625") ) +(myObject (attribute1 "attr43626") ) +(myObject (attribute1 "attr43627") ) +(myObject (attribute1 "attr43628") ) +(myObject (attribute1 "attr43629") ) +(myObject (attribute1 "attr43630") ) +(myObject (attribute1 "attr43631") ) +(myObject (attribute1 "attr43632") ) +(myObject (attribute1 "attr43633") ) +(myObject (attribute1 "attr43634") ) +(myObject (attribute1 "attr43635") ) +(myObject (attribute1 "attr43636") ) +(myObject (attribute1 "attr43637") ) +(myObject (attribute1 "attr43638") ) +(myObject (attribute1 "attr43639") ) +(myObject (attribute1 "attr43640") ) +(myObject (attribute1 "attr43641") ) +(myObject (attribute1 "attr43642") ) +(myObject (attribute1 "attr43643") ) +(myObject (attribute1 "attr43644") ) +(myObject (attribute1 "attr43645") ) +(myObject (attribute1 "attr43646") ) +(myObject (attribute1 "attr43647") ) +(myObject (attribute1 "attr43648") ) +(myObject (attribute1 "attr43649") ) +(myObject (attribute1 "attr43650") ) +(myObject (attribute1 "attr43651") ) +(myObject (attribute1 "attr43652") ) +(myObject (attribute1 "attr43653") ) +(myObject (attribute1 "attr43654") ) +(myObject (attribute1 "attr43655") ) +(myObject (attribute1 "attr43656") ) +(myObject (attribute1 "attr43657") ) +(myObject (attribute1 "attr43658") ) +(myObject (attribute1 "attr43659") ) +(myObject (attribute1 "attr43660") ) +(myObject (attribute1 "attr43661") ) +(myObject (attribute1 "attr43662") ) +(myObject (attribute1 "attr43663") ) +(myObject (attribute1 "attr43664") ) +(myObject (attribute1 "attr43665") ) +(myObject (attribute1 "attr43666") ) +(myObject (attribute1 "attr43667") ) +(myObject (attribute1 "attr43668") ) +(myObject (attribute1 "attr43669") ) +(myObject (attribute1 "attr43670") ) +(myObject (attribute1 "attr43671") ) +(myObject (attribute1 "attr43672") ) +(myObject (attribute1 "attr43673") ) +(myObject (attribute1 "attr43674") ) +(myObject (attribute1 "attr43675") ) +(myObject (attribute1 "attr43676") ) +(myObject (attribute1 "attr43677") ) +(myObject (attribute1 "attr43678") ) +(myObject (attribute1 "attr43679") ) +(myObject (attribute1 "attr43680") ) +(myObject (attribute1 "attr43681") ) +(myObject (attribute1 "attr43682") ) +(myObject (attribute1 "attr43683") ) +(myObject (attribute1 "attr43684") ) +(myObject (attribute1 "attr43685") ) +(myObject (attribute1 "attr43686") ) +(myObject (attribute1 "attr43687") ) +(myObject (attribute1 "attr43688") ) +(myObject (attribute1 "attr43689") ) +(myObject (attribute1 "attr43690") ) +(myObject (attribute1 "attr43691") ) +(myObject (attribute1 "attr43692") ) +(myObject (attribute1 "attr43693") ) +(myObject (attribute1 "attr43694") ) +(myObject (attribute1 "attr43695") ) +(myObject (attribute1 "attr43696") ) +(myObject (attribute1 "attr43697") ) +(myObject (attribute1 "attr43698") ) +(myObject (attribute1 "attr43699") ) +(myObject (attribute1 "attr43700") ) +(myObject (attribute1 "attr43701") ) +(myObject (attribute1 "attr43702") ) +(myObject (attribute1 "attr43703") ) +(myObject (attribute1 "attr43704") ) +(myObject (attribute1 "attr43705") ) +(myObject (attribute1 "attr43706") ) +(myObject (attribute1 "attr43707") ) +(myObject (attribute1 "attr43708") ) +(myObject (attribute1 "attr43709") ) +(myObject (attribute1 "attr43710") ) +(myObject (attribute1 "attr43711") ) +(myObject (attribute1 "attr43712") ) +(myObject (attribute1 "attr43713") ) +(myObject (attribute1 "attr43714") ) +(myObject (attribute1 "attr43715") ) +(myObject (attribute1 "attr43716") ) +(myObject (attribute1 "attr43717") ) +(myObject (attribute1 "attr43718") ) +(myObject (attribute1 "attr43719") ) +(myObject (attribute1 "attr43720") ) +(myObject (attribute1 "attr43721") ) +(myObject (attribute1 "attr43722") ) +(myObject (attribute1 "attr43723") ) +(myObject (attribute1 "attr43724") ) +(myObject (attribute1 "attr43725") ) +(myObject (attribute1 "attr43726") ) +(myObject (attribute1 "attr43727") ) +(myObject (attribute1 "attr43728") ) +(myObject (attribute1 "attr43729") ) +(myObject (attribute1 "attr43730") ) +(myObject (attribute1 "attr43731") ) +(myObject (attribute1 "attr43732") ) +(myObject (attribute1 "attr43733") ) +(myObject (attribute1 "attr43734") ) +(myObject (attribute1 "attr43735") ) +(myObject (attribute1 "attr43736") ) +(myObject (attribute1 "attr43737") ) +(myObject (attribute1 "attr43738") ) +(myObject (attribute1 "attr43739") ) +(myObject (attribute1 "attr43740") ) +(myObject (attribute1 "attr43741") ) +(myObject (attribute1 "attr43742") ) +(myObject (attribute1 "attr43743") ) +(myObject (attribute1 "attr43744") ) +(myObject (attribute1 "attr43745") ) +(myObject (attribute1 "attr43746") ) +(myObject (attribute1 "attr43747") ) +(myObject (attribute1 "attr43748") ) +(myObject (attribute1 "attr43749") ) +(myObject (attribute1 "attr43750") ) +(myObject (attribute1 "attr43751") ) +(myObject (attribute1 "attr43752") ) +(myObject (attribute1 "attr43753") ) +(myObject (attribute1 "attr43754") ) +(myObject (attribute1 "attr43755") ) +(myObject (attribute1 "attr43756") ) +(myObject (attribute1 "attr43757") ) +(myObject (attribute1 "attr43758") ) +(myObject (attribute1 "attr43759") ) +(myObject (attribute1 "attr43760") ) +(myObject (attribute1 "attr43761") ) +(myObject (attribute1 "attr43762") ) +(myObject (attribute1 "attr43763") ) +(myObject (attribute1 "attr43764") ) +(myObject (attribute1 "attr43765") ) +(myObject (attribute1 "attr43766") ) +(myObject (attribute1 "attr43767") ) +(myObject (attribute1 "attr43768") ) +(myObject (attribute1 "attr43769") ) +(myObject (attribute1 "attr43770") ) +(myObject (attribute1 "attr43771") ) +(myObject (attribute1 "attr43772") ) +(myObject (attribute1 "attr43773") ) +(myObject (attribute1 "attr43774") ) +(myObject (attribute1 "attr43775") ) +(myObject (attribute1 "attr43776") ) +(myObject (attribute1 "attr43777") ) +(myObject (attribute1 "attr43778") ) +(myObject (attribute1 "attr43779") ) +(myObject (attribute1 "attr43780") ) +(myObject (attribute1 "attr43781") ) +(myObject (attribute1 "attr43782") ) +(myObject (attribute1 "attr43783") ) +(myObject (attribute1 "attr43784") ) +(myObject (attribute1 "attr43785") ) +(myObject (attribute1 "attr43786") ) +(myObject (attribute1 "attr43787") ) +(myObject (attribute1 "attr43788") ) +(myObject (attribute1 "attr43789") ) +(myObject (attribute1 "attr43790") ) +(myObject (attribute1 "attr43791") ) +(myObject (attribute1 "attr43792") ) +(myObject (attribute1 "attr43793") ) +(myObject (attribute1 "attr43794") ) +(myObject (attribute1 "attr43795") ) +(myObject (attribute1 "attr43796") ) +(myObject (attribute1 "attr43797") ) +(myObject (attribute1 "attr43798") ) +(myObject (attribute1 "attr43799") ) +(myObject (attribute1 "attr43800") ) +(myObject (attribute1 "attr43801") ) +(myObject (attribute1 "attr43802") ) +(myObject (attribute1 "attr43803") ) +(myObject (attribute1 "attr43804") ) +(myObject (attribute1 "attr43805") ) +(myObject (attribute1 "attr43806") ) +(myObject (attribute1 "attr43807") ) +(myObject (attribute1 "attr43808") ) +(myObject (attribute1 "attr43809") ) +(myObject (attribute1 "attr43810") ) +(myObject (attribute1 "attr43811") ) +(myObject (attribute1 "attr43812") ) +(myObject (attribute1 "attr43813") ) +(myObject (attribute1 "attr43814") ) +(myObject (attribute1 "attr43815") ) +(myObject (attribute1 "attr43816") ) +(myObject (attribute1 "attr43817") ) +(myObject (attribute1 "attr43818") ) +(myObject (attribute1 "attr43819") ) +(myObject (attribute1 "attr43820") ) +(myObject (attribute1 "attr43821") ) +(myObject (attribute1 "attr43822") ) +(myObject (attribute1 "attr43823") ) +(myObject (attribute1 "attr43824") ) +(myObject (attribute1 "attr43825") ) +(myObject (attribute1 "attr43826") ) +(myObject (attribute1 "attr43827") ) +(myObject (attribute1 "attr43828") ) +(myObject (attribute1 "attr43829") ) +(myObject (attribute1 "attr43830") ) +(myObject (attribute1 "attr43831") ) +(myObject (attribute1 "attr43832") ) +(myObject (attribute1 "attr43833") ) +(myObject (attribute1 "attr43834") ) +(myObject (attribute1 "attr43835") ) +(myObject (attribute1 "attr43836") ) +(myObject (attribute1 "attr43837") ) +(myObject (attribute1 "attr43838") ) +(myObject (attribute1 "attr43839") ) +(myObject (attribute1 "attr43840") ) +(myObject (attribute1 "attr43841") ) +(myObject (attribute1 "attr43842") ) +(myObject (attribute1 "attr43843") ) +(myObject (attribute1 "attr43844") ) +(myObject (attribute1 "attr43845") ) +(myObject (attribute1 "attr43846") ) +(myObject (attribute1 "attr43847") ) +(myObject (attribute1 "attr43848") ) +(myObject (attribute1 "attr43849") ) +(myObject (attribute1 "attr43850") ) +(myObject (attribute1 "attr43851") ) +(myObject (attribute1 "attr43852") ) +(myObject (attribute1 "attr43853") ) +(myObject (attribute1 "attr43854") ) +(myObject (attribute1 "attr43855") ) +(myObject (attribute1 "attr43856") ) +(myObject (attribute1 "attr43857") ) +(myObject (attribute1 "attr43858") ) +(myObject (attribute1 "attr43859") ) +(myObject (attribute1 "attr43860") ) +(myObject (attribute1 "attr43861") ) +(myObject (attribute1 "attr43862") ) +(myObject (attribute1 "attr43863") ) +(myObject (attribute1 "attr43864") ) +(myObject (attribute1 "attr43865") ) +(myObject (attribute1 "attr43866") ) +(myObject (attribute1 "attr43867") ) +(myObject (attribute1 "attr43868") ) +(myObject (attribute1 "attr43869") ) +(myObject (attribute1 "attr43870") ) +(myObject (attribute1 "attr43871") ) +(myObject (attribute1 "attr43872") ) +(myObject (attribute1 "attr43873") ) +(myObject (attribute1 "attr43874") ) +(myObject (attribute1 "attr43875") ) +(myObject (attribute1 "attr43876") ) +(myObject (attribute1 "attr43877") ) +(myObject (attribute1 "attr43878") ) +(myObject (attribute1 "attr43879") ) +(myObject (attribute1 "attr43880") ) +(myObject (attribute1 "attr43881") ) +(myObject (attribute1 "attr43882") ) +(myObject (attribute1 "attr43883") ) +(myObject (attribute1 "attr43884") ) +(myObject (attribute1 "attr43885") ) +(myObject (attribute1 "attr43886") ) +(myObject (attribute1 "attr43887") ) +(myObject (attribute1 "attr43888") ) +(myObject (attribute1 "attr43889") ) +(myObject (attribute1 "attr43890") ) +(myObject (attribute1 "attr43891") ) +(myObject (attribute1 "attr43892") ) +(myObject (attribute1 "attr43893") ) +(myObject (attribute1 "attr43894") ) +(myObject (attribute1 "attr43895") ) +(myObject (attribute1 "attr43896") ) +(myObject (attribute1 "attr43897") ) +(myObject (attribute1 "attr43898") ) +(myObject (attribute1 "attr43899") ) +(myObject (attribute1 "attr43900") ) +(myObject (attribute1 "attr43901") ) +(myObject (attribute1 "attr43902") ) +(myObject (attribute1 "attr43903") ) +(myObject (attribute1 "attr43904") ) +(myObject (attribute1 "attr43905") ) +(myObject (attribute1 "attr43906") ) +(myObject (attribute1 "attr43907") ) +(myObject (attribute1 "attr43908") ) +(myObject (attribute1 "attr43909") ) +(myObject (attribute1 "attr43910") ) +(myObject (attribute1 "attr43911") ) +(myObject (attribute1 "attr43912") ) +(myObject (attribute1 "attr43913") ) +(myObject (attribute1 "attr43914") ) +(myObject (attribute1 "attr43915") ) +(myObject (attribute1 "attr43916") ) +(myObject (attribute1 "attr43917") ) +(myObject (attribute1 "attr43918") ) +(myObject (attribute1 "attr43919") ) +(myObject (attribute1 "attr43920") ) +(myObject (attribute1 "attr43921") ) +(myObject (attribute1 "attr43922") ) +(myObject (attribute1 "attr43923") ) +(myObject (attribute1 "attr43924") ) +(myObject (attribute1 "attr43925") ) +(myObject (attribute1 "attr43926") ) +(myObject (attribute1 "attr43927") ) +(myObject (attribute1 "attr43928") ) +(myObject (attribute1 "attr43929") ) +(myObject (attribute1 "attr43930") ) +(myObject (attribute1 "attr43931") ) +(myObject (attribute1 "attr43932") ) +(myObject (attribute1 "attr43933") ) +(myObject (attribute1 "attr43934") ) +(myObject (attribute1 "attr43935") ) +(myObject (attribute1 "attr43936") ) +(myObject (attribute1 "attr43937") ) +(myObject (attribute1 "attr43938") ) +(myObject (attribute1 "attr43939") ) +(myObject (attribute1 "attr43940") ) +(myObject (attribute1 "attr43941") ) +(myObject (attribute1 "attr43942") ) +(myObject (attribute1 "attr43943") ) +(myObject (attribute1 "attr43944") ) +(myObject (attribute1 "attr43945") ) +(myObject (attribute1 "attr43946") ) +(myObject (attribute1 "attr43947") ) +(myObject (attribute1 "attr43948") ) +(myObject (attribute1 "attr43949") ) +(myObject (attribute1 "attr43950") ) +(myObject (attribute1 "attr43951") ) +(myObject (attribute1 "attr43952") ) +(myObject (attribute1 "attr43953") ) +(myObject (attribute1 "attr43954") ) +(myObject (attribute1 "attr43955") ) +(myObject (attribute1 "attr43956") ) +(myObject (attribute1 "attr43957") ) +(myObject (attribute1 "attr43958") ) +(myObject (attribute1 "attr43959") ) +(myObject (attribute1 "attr43960") ) +(myObject (attribute1 "attr43961") ) +(myObject (attribute1 "attr43962") ) +(myObject (attribute1 "attr43963") ) +(myObject (attribute1 "attr43964") ) +(myObject (attribute1 "attr43965") ) +(myObject (attribute1 "attr43966") ) +(myObject (attribute1 "attr43967") ) +(myObject (attribute1 "attr43968") ) +(myObject (attribute1 "attr43969") ) +(myObject (attribute1 "attr43970") ) +(myObject (attribute1 "attr43971") ) +(myObject (attribute1 "attr43972") ) +(myObject (attribute1 "attr43973") ) +(myObject (attribute1 "attr43974") ) +(myObject (attribute1 "attr43975") ) +(myObject (attribute1 "attr43976") ) +(myObject (attribute1 "attr43977") ) +(myObject (attribute1 "attr43978") ) +(myObject (attribute1 "attr43979") ) +(myObject (attribute1 "attr43980") ) +(myObject (attribute1 "attr43981") ) +(myObject (attribute1 "attr43982") ) +(myObject (attribute1 "attr43983") ) +(myObject (attribute1 "attr43984") ) +(myObject (attribute1 "attr43985") ) +(myObject (attribute1 "attr43986") ) +(myObject (attribute1 "attr43987") ) +(myObject (attribute1 "attr43988") ) +(myObject (attribute1 "attr43989") ) +(myObject (attribute1 "attr43990") ) +(myObject (attribute1 "attr43991") ) +(myObject (attribute1 "attr43992") ) +(myObject (attribute1 "attr43993") ) +(myObject (attribute1 "attr43994") ) +(myObject (attribute1 "attr43995") ) +(myObject (attribute1 "attr43996") ) +(myObject (attribute1 "attr43997") ) +(myObject (attribute1 "attr43998") ) +(myObject (attribute1 "attr43999") ) +(myObject (attribute1 "attr44000") ) +(myObject (attribute1 "attr44001") ) +(myObject (attribute1 "attr44002") ) +(myObject (attribute1 "attr44003") ) +(myObject (attribute1 "attr44004") ) +(myObject (attribute1 "attr44005") ) +(myObject (attribute1 "attr44006") ) +(myObject (attribute1 "attr44007") ) +(myObject (attribute1 "attr44008") ) +(myObject (attribute1 "attr44009") ) +(myObject (attribute1 "attr44010") ) +(myObject (attribute1 "attr44011") ) +(myObject (attribute1 "attr44012") ) +(myObject (attribute1 "attr44013") ) +(myObject (attribute1 "attr44014") ) +(myObject (attribute1 "attr44015") ) +(myObject (attribute1 "attr44016") ) +(myObject (attribute1 "attr44017") ) +(myObject (attribute1 "attr44018") ) +(myObject (attribute1 "attr44019") ) +(myObject (attribute1 "attr44020") ) +(myObject (attribute1 "attr44021") ) +(myObject (attribute1 "attr44022") ) +(myObject (attribute1 "attr44023") ) +(myObject (attribute1 "attr44024") ) +(myObject (attribute1 "attr44025") ) +(myObject (attribute1 "attr44026") ) +(myObject (attribute1 "attr44027") ) +(myObject (attribute1 "attr44028") ) +(myObject (attribute1 "attr44029") ) +(myObject (attribute1 "attr44030") ) +(myObject (attribute1 "attr44031") ) +(myObject (attribute1 "attr44032") ) +(myObject (attribute1 "attr44033") ) +(myObject (attribute1 "attr44034") ) +(myObject (attribute1 "attr44035") ) +(myObject (attribute1 "attr44036") ) +(myObject (attribute1 "attr44037") ) +(myObject (attribute1 "attr44038") ) +(myObject (attribute1 "attr44039") ) +(myObject (attribute1 "attr44040") ) +(myObject (attribute1 "attr44041") ) +(myObject (attribute1 "attr44042") ) +(myObject (attribute1 "attr44043") ) +(myObject (attribute1 "attr44044") ) +(myObject (attribute1 "attr44045") ) +(myObject (attribute1 "attr44046") ) +(myObject (attribute1 "attr44047") ) +(myObject (attribute1 "attr44048") ) +(myObject (attribute1 "attr44049") ) +(myObject (attribute1 "attr44050") ) +(myObject (attribute1 "attr44051") ) +(myObject (attribute1 "attr44052") ) +(myObject (attribute1 "attr44053") ) +(myObject (attribute1 "attr44054") ) +(myObject (attribute1 "attr44055") ) +(myObject (attribute1 "attr44056") ) +(myObject (attribute1 "attr44057") ) +(myObject (attribute1 "attr44058") ) +(myObject (attribute1 "attr44059") ) +(myObject (attribute1 "attr44060") ) +(myObject (attribute1 "attr44061") ) +(myObject (attribute1 "attr44062") ) +(myObject (attribute1 "attr44063") ) +(myObject (attribute1 "attr44064") ) +(myObject (attribute1 "attr44065") ) +(myObject (attribute1 "attr44066") ) +(myObject (attribute1 "attr44067") ) +(myObject (attribute1 "attr44068") ) +(myObject (attribute1 "attr44069") ) +(myObject (attribute1 "attr44070") ) +(myObject (attribute1 "attr44071") ) +(myObject (attribute1 "attr44072") ) +(myObject (attribute1 "attr44073") ) +(myObject (attribute1 "attr44074") ) +(myObject (attribute1 "attr44075") ) +(myObject (attribute1 "attr44076") ) +(myObject (attribute1 "attr44077") ) +(myObject (attribute1 "attr44078") ) +(myObject (attribute1 "attr44079") ) +(myObject (attribute1 "attr44080") ) +(myObject (attribute1 "attr44081") ) +(myObject (attribute1 "attr44082") ) +(myObject (attribute1 "attr44083") ) +(myObject (attribute1 "attr44084") ) +(myObject (attribute1 "attr44085") ) +(myObject (attribute1 "attr44086") ) +(myObject (attribute1 "attr44087") ) +(myObject (attribute1 "attr44088") ) +(myObject (attribute1 "attr44089") ) +(myObject (attribute1 "attr44090") ) +(myObject (attribute1 "attr44091") ) +(myObject (attribute1 "attr44092") ) +(myObject (attribute1 "attr44093") ) +(myObject (attribute1 "attr44094") ) +(myObject (attribute1 "attr44095") ) +(myObject (attribute1 "attr44096") ) +(myObject (attribute1 "attr44097") ) +(myObject (attribute1 "attr44098") ) +(myObject (attribute1 "attr44099") ) +(myObject (attribute1 "attr44100") ) +(myObject (attribute1 "attr44101") ) +(myObject (attribute1 "attr44102") ) +(myObject (attribute1 "attr44103") ) +(myObject (attribute1 "attr44104") ) +(myObject (attribute1 "attr44105") ) +(myObject (attribute1 "attr44106") ) +(myObject (attribute1 "attr44107") ) +(myObject (attribute1 "attr44108") ) +(myObject (attribute1 "attr44109") ) +(myObject (attribute1 "attr44110") ) +(myObject (attribute1 "attr44111") ) +(myObject (attribute1 "attr44112") ) +(myObject (attribute1 "attr44113") ) +(myObject (attribute1 "attr44114") ) +(myObject (attribute1 "attr44115") ) +(myObject (attribute1 "attr44116") ) +(myObject (attribute1 "attr44117") ) +(myObject (attribute1 "attr44118") ) +(myObject (attribute1 "attr44119") ) +(myObject (attribute1 "attr44120") ) +(myObject (attribute1 "attr44121") ) +(myObject (attribute1 "attr44122") ) +(myObject (attribute1 "attr44123") ) +(myObject (attribute1 "attr44124") ) +(myObject (attribute1 "attr44125") ) +(myObject (attribute1 "attr44126") ) +(myObject (attribute1 "attr44127") ) +(myObject (attribute1 "attr44128") ) +(myObject (attribute1 "attr44129") ) +(myObject (attribute1 "attr44130") ) +(myObject (attribute1 "attr44131") ) +(myObject (attribute1 "attr44132") ) +(myObject (attribute1 "attr44133") ) +(myObject (attribute1 "attr44134") ) +(myObject (attribute1 "attr44135") ) +(myObject (attribute1 "attr44136") ) +(myObject (attribute1 "attr44137") ) +(myObject (attribute1 "attr44138") ) +(myObject (attribute1 "attr44139") ) +(myObject (attribute1 "attr44140") ) +(myObject (attribute1 "attr44141") ) +(myObject (attribute1 "attr44142") ) +(myObject (attribute1 "attr44143") ) +(myObject (attribute1 "attr44144") ) +(myObject (attribute1 "attr44145") ) +(myObject (attribute1 "attr44146") ) +(myObject (attribute1 "attr44147") ) +(myObject (attribute1 "attr44148") ) +(myObject (attribute1 "attr44149") ) +(myObject (attribute1 "attr44150") ) +(myObject (attribute1 "attr44151") ) +(myObject (attribute1 "attr44152") ) +(myObject (attribute1 "attr44153") ) +(myObject (attribute1 "attr44154") ) +(myObject (attribute1 "attr44155") ) +(myObject (attribute1 "attr44156") ) +(myObject (attribute1 "attr44157") ) +(myObject (attribute1 "attr44158") ) +(myObject (attribute1 "attr44159") ) +(myObject (attribute1 "attr44160") ) +(myObject (attribute1 "attr44161") ) +(myObject (attribute1 "attr44162") ) +(myObject (attribute1 "attr44163") ) +(myObject (attribute1 "attr44164") ) +(myObject (attribute1 "attr44165") ) +(myObject (attribute1 "attr44166") ) +(myObject (attribute1 "attr44167") ) +(myObject (attribute1 "attr44168") ) +(myObject (attribute1 "attr44169") ) +(myObject (attribute1 "attr44170") ) +(myObject (attribute1 "attr44171") ) +(myObject (attribute1 "attr44172") ) +(myObject (attribute1 "attr44173") ) +(myObject (attribute1 "attr44174") ) +(myObject (attribute1 "attr44175") ) +(myObject (attribute1 "attr44176") ) +(myObject (attribute1 "attr44177") ) +(myObject (attribute1 "attr44178") ) +(myObject (attribute1 "attr44179") ) +(myObject (attribute1 "attr44180") ) +(myObject (attribute1 "attr44181") ) +(myObject (attribute1 "attr44182") ) +(myObject (attribute1 "attr44183") ) +(myObject (attribute1 "attr44184") ) +(myObject (attribute1 "attr44185") ) +(myObject (attribute1 "attr44186") ) +(myObject (attribute1 "attr44187") ) +(myObject (attribute1 "attr44188") ) +(myObject (attribute1 "attr44189") ) +(myObject (attribute1 "attr44190") ) +(myObject (attribute1 "attr44191") ) +(myObject (attribute1 "attr44192") ) +(myObject (attribute1 "attr44193") ) +(myObject (attribute1 "attr44194") ) +(myObject (attribute1 "attr44195") ) +(myObject (attribute1 "attr44196") ) +(myObject (attribute1 "attr44197") ) +(myObject (attribute1 "attr44198") ) +(myObject (attribute1 "attr44199") ) +(myObject (attribute1 "attr44200") ) +(myObject (attribute1 "attr44201") ) +(myObject (attribute1 "attr44202") ) +(myObject (attribute1 "attr44203") ) +(myObject (attribute1 "attr44204") ) +(myObject (attribute1 "attr44205") ) +(myObject (attribute1 "attr44206") ) +(myObject (attribute1 "attr44207") ) +(myObject (attribute1 "attr44208") ) +(myObject (attribute1 "attr44209") ) +(myObject (attribute1 "attr44210") ) +(myObject (attribute1 "attr44211") ) +(myObject (attribute1 "attr44212") ) +(myObject (attribute1 "attr44213") ) +(myObject (attribute1 "attr44214") ) +(myObject (attribute1 "attr44215") ) +(myObject (attribute1 "attr44216") ) +(myObject (attribute1 "attr44217") ) +(myObject (attribute1 "attr44218") ) +(myObject (attribute1 "attr44219") ) +(myObject (attribute1 "attr44220") ) +(myObject (attribute1 "attr44221") ) +(myObject (attribute1 "attr44222") ) +(myObject (attribute1 "attr44223") ) +(myObject (attribute1 "attr44224") ) +(myObject (attribute1 "attr44225") ) +(myObject (attribute1 "attr44226") ) +(myObject (attribute1 "attr44227") ) +(myObject (attribute1 "attr44228") ) +(myObject (attribute1 "attr44229") ) +(myObject (attribute1 "attr44230") ) +(myObject (attribute1 "attr44231") ) +(myObject (attribute1 "attr44232") ) +(myObject (attribute1 "attr44233") ) +(myObject (attribute1 "attr44234") ) +(myObject (attribute1 "attr44235") ) +(myObject (attribute1 "attr44236") ) +(myObject (attribute1 "attr44237") ) +(myObject (attribute1 "attr44238") ) +(myObject (attribute1 "attr44239") ) +(myObject (attribute1 "attr44240") ) +(myObject (attribute1 "attr44241") ) +(myObject (attribute1 "attr44242") ) +(myObject (attribute1 "attr44243") ) +(myObject (attribute1 "attr44244") ) +(myObject (attribute1 "attr44245") ) +(myObject (attribute1 "attr44246") ) +(myObject (attribute1 "attr44247") ) +(myObject (attribute1 "attr44248") ) +(myObject (attribute1 "attr44249") ) +(myObject (attribute1 "attr44250") ) +(myObject (attribute1 "attr44251") ) +(myObject (attribute1 "attr44252") ) +(myObject (attribute1 "attr44253") ) +(myObject (attribute1 "attr44254") ) +(myObject (attribute1 "attr44255") ) +(myObject (attribute1 "attr44256") ) +(myObject (attribute1 "attr44257") ) +(myObject (attribute1 "attr44258") ) +(myObject (attribute1 "attr44259") ) +(myObject (attribute1 "attr44260") ) +(myObject (attribute1 "attr44261") ) +(myObject (attribute1 "attr44262") ) +(myObject (attribute1 "attr44263") ) +(myObject (attribute1 "attr44264") ) +(myObject (attribute1 "attr44265") ) +(myObject (attribute1 "attr44266") ) +(myObject (attribute1 "attr44267") ) +(myObject (attribute1 "attr44268") ) +(myObject (attribute1 "attr44269") ) +(myObject (attribute1 "attr44270") ) +(myObject (attribute1 "attr44271") ) +(myObject (attribute1 "attr44272") ) +(myObject (attribute1 "attr44273") ) +(myObject (attribute1 "attr44274") ) +(myObject (attribute1 "attr44275") ) +(myObject (attribute1 "attr44276") ) +(myObject (attribute1 "attr44277") ) +(myObject (attribute1 "attr44278") ) +(myObject (attribute1 "attr44279") ) +(myObject (attribute1 "attr44280") ) +(myObject (attribute1 "attr44281") ) +(myObject (attribute1 "attr44282") ) +(myObject (attribute1 "attr44283") ) +(myObject (attribute1 "attr44284") ) +(myObject (attribute1 "attr44285") ) +(myObject (attribute1 "attr44286") ) +(myObject (attribute1 "attr44287") ) +(myObject (attribute1 "attr44288") ) +(myObject (attribute1 "attr44289") ) +(myObject (attribute1 "attr44290") ) +(myObject (attribute1 "attr44291") ) +(myObject (attribute1 "attr44292") ) +(myObject (attribute1 "attr44293") ) +(myObject (attribute1 "attr44294") ) +(myObject (attribute1 "attr44295") ) +(myObject (attribute1 "attr44296") ) +(myObject (attribute1 "attr44297") ) +(myObject (attribute1 "attr44298") ) +(myObject (attribute1 "attr44299") ) +(myObject (attribute1 "attr44300") ) +(myObject (attribute1 "attr44301") ) +(myObject (attribute1 "attr44302") ) +(myObject (attribute1 "attr44303") ) +(myObject (attribute1 "attr44304") ) +(myObject (attribute1 "attr44305") ) +(myObject (attribute1 "attr44306") ) +(myObject (attribute1 "attr44307") ) +(myObject (attribute1 "attr44308") ) +(myObject (attribute1 "attr44309") ) +(myObject (attribute1 "attr44310") ) +(myObject (attribute1 "attr44311") ) +(myObject (attribute1 "attr44312") ) +(myObject (attribute1 "attr44313") ) +(myObject (attribute1 "attr44314") ) +(myObject (attribute1 "attr44315") ) +(myObject (attribute1 "attr44316") ) +(myObject (attribute1 "attr44317") ) +(myObject (attribute1 "attr44318") ) +(myObject (attribute1 "attr44319") ) +(myObject (attribute1 "attr44320") ) +(myObject (attribute1 "attr44321") ) +(myObject (attribute1 "attr44322") ) +(myObject (attribute1 "attr44323") ) +(myObject (attribute1 "attr44324") ) +(myObject (attribute1 "attr44325") ) +(myObject (attribute1 "attr44326") ) +(myObject (attribute1 "attr44327") ) +(myObject (attribute1 "attr44328") ) +(myObject (attribute1 "attr44329") ) +(myObject (attribute1 "attr44330") ) +(myObject (attribute1 "attr44331") ) +(myObject (attribute1 "attr44332") ) +(myObject (attribute1 "attr44333") ) +(myObject (attribute1 "attr44334") ) +(myObject (attribute1 "attr44335") ) +(myObject (attribute1 "attr44336") ) +(myObject (attribute1 "attr44337") ) +(myObject (attribute1 "attr44338") ) +(myObject (attribute1 "attr44339") ) +(myObject (attribute1 "attr44340") ) +(myObject (attribute1 "attr44341") ) +(myObject (attribute1 "attr44342") ) +(myObject (attribute1 "attr44343") ) +(myObject (attribute1 "attr44344") ) +(myObject (attribute1 "attr44345") ) +(myObject (attribute1 "attr44346") ) +(myObject (attribute1 "attr44347") ) +(myObject (attribute1 "attr44348") ) +(myObject (attribute1 "attr44349") ) +(myObject (attribute1 "attr44350") ) +(myObject (attribute1 "attr44351") ) +(myObject (attribute1 "attr44352") ) +(myObject (attribute1 "attr44353") ) +(myObject (attribute1 "attr44354") ) +(myObject (attribute1 "attr44355") ) +(myObject (attribute1 "attr44356") ) +(myObject (attribute1 "attr44357") ) +(myObject (attribute1 "attr44358") ) +(myObject (attribute1 "attr44359") ) +(myObject (attribute1 "attr44360") ) +(myObject (attribute1 "attr44361") ) +(myObject (attribute1 "attr44362") ) +(myObject (attribute1 "attr44363") ) +(myObject (attribute1 "attr44364") ) +(myObject (attribute1 "attr44365") ) +(myObject (attribute1 "attr44366") ) +(myObject (attribute1 "attr44367") ) +(myObject (attribute1 "attr44368") ) +(myObject (attribute1 "attr44369") ) +(myObject (attribute1 "attr44370") ) +(myObject (attribute1 "attr44371") ) +(myObject (attribute1 "attr44372") ) +(myObject (attribute1 "attr44373") ) +(myObject (attribute1 "attr44374") ) +(myObject (attribute1 "attr44375") ) +(myObject (attribute1 "attr44376") ) +(myObject (attribute1 "attr44377") ) +(myObject (attribute1 "attr44378") ) +(myObject (attribute1 "attr44379") ) +(myObject (attribute1 "attr44380") ) +(myObject (attribute1 "attr44381") ) +(myObject (attribute1 "attr44382") ) +(myObject (attribute1 "attr44383") ) +(myObject (attribute1 "attr44384") ) +(myObject (attribute1 "attr44385") ) +(myObject (attribute1 "attr44386") ) +(myObject (attribute1 "attr44387") ) +(myObject (attribute1 "attr44388") ) +(myObject (attribute1 "attr44389") ) +(myObject (attribute1 "attr44390") ) +(myObject (attribute1 "attr44391") ) +(myObject (attribute1 "attr44392") ) +(myObject (attribute1 "attr44393") ) +(myObject (attribute1 "attr44394") ) +(myObject (attribute1 "attr44395") ) +(myObject (attribute1 "attr44396") ) +(myObject (attribute1 "attr44397") ) +(myObject (attribute1 "attr44398") ) +(myObject (attribute1 "attr44399") ) +(myObject (attribute1 "attr44400") ) +(myObject (attribute1 "attr44401") ) +(myObject (attribute1 "attr44402") ) +(myObject (attribute1 "attr44403") ) +(myObject (attribute1 "attr44404") ) +(myObject (attribute1 "attr44405") ) +(myObject (attribute1 "attr44406") ) +(myObject (attribute1 "attr44407") ) +(myObject (attribute1 "attr44408") ) +(myObject (attribute1 "attr44409") ) +(myObject (attribute1 "attr44410") ) +(myObject (attribute1 "attr44411") ) +(myObject (attribute1 "attr44412") ) +(myObject (attribute1 "attr44413") ) +(myObject (attribute1 "attr44414") ) +(myObject (attribute1 "attr44415") ) +(myObject (attribute1 "attr44416") ) +(myObject (attribute1 "attr44417") ) +(myObject (attribute1 "attr44418") ) +(myObject (attribute1 "attr44419") ) +(myObject (attribute1 "attr44420") ) +(myObject (attribute1 "attr44421") ) +(myObject (attribute1 "attr44422") ) +(myObject (attribute1 "attr44423") ) +(myObject (attribute1 "attr44424") ) +(myObject (attribute1 "attr44425") ) +(myObject (attribute1 "attr44426") ) +(myObject (attribute1 "attr44427") ) +(myObject (attribute1 "attr44428") ) +(myObject (attribute1 "attr44429") ) +(myObject (attribute1 "attr44430") ) +(myObject (attribute1 "attr44431") ) +(myObject (attribute1 "attr44432") ) +(myObject (attribute1 "attr44433") ) +(myObject (attribute1 "attr44434") ) +(myObject (attribute1 "attr44435") ) +(myObject (attribute1 "attr44436") ) +(myObject (attribute1 "attr44437") ) +(myObject (attribute1 "attr44438") ) +(myObject (attribute1 "attr44439") ) +(myObject (attribute1 "attr44440") ) +(myObject (attribute1 "attr44441") ) +(myObject (attribute1 "attr44442") ) +(myObject (attribute1 "attr44443") ) +(myObject (attribute1 "attr44444") ) +(myObject (attribute1 "attr44445") ) +(myObject (attribute1 "attr44446") ) +(myObject (attribute1 "attr44447") ) +(myObject (attribute1 "attr44448") ) +(myObject (attribute1 "attr44449") ) +(myObject (attribute1 "attr44450") ) +(myObject (attribute1 "attr44451") ) +(myObject (attribute1 "attr44452") ) +(myObject (attribute1 "attr44453") ) +(myObject (attribute1 "attr44454") ) +(myObject (attribute1 "attr44455") ) +(myObject (attribute1 "attr44456") ) +(myObject (attribute1 "attr44457") ) +(myObject (attribute1 "attr44458") ) +(myObject (attribute1 "attr44459") ) +(myObject (attribute1 "attr44460") ) +(myObject (attribute1 "attr44461") ) +(myObject (attribute1 "attr44462") ) +(myObject (attribute1 "attr44463") ) +(myObject (attribute1 "attr44464") ) +(myObject (attribute1 "attr44465") ) +(myObject (attribute1 "attr44466") ) +(myObject (attribute1 "attr44467") ) +(myObject (attribute1 "attr44468") ) +(myObject (attribute1 "attr44469") ) +(myObject (attribute1 "attr44470") ) +(myObject (attribute1 "attr44471") ) +(myObject (attribute1 "attr44472") ) +(myObject (attribute1 "attr44473") ) +(myObject (attribute1 "attr44474") ) +(myObject (attribute1 "attr44475") ) +(myObject (attribute1 "attr44476") ) +(myObject (attribute1 "attr44477") ) +(myObject (attribute1 "attr44478") ) +(myObject (attribute1 "attr44479") ) +(myObject (attribute1 "attr44480") ) +(myObject (attribute1 "attr44481") ) +(myObject (attribute1 "attr44482") ) +(myObject (attribute1 "attr44483") ) +(myObject (attribute1 "attr44484") ) +(myObject (attribute1 "attr44485") ) +(myObject (attribute1 "attr44486") ) +(myObject (attribute1 "attr44487") ) +(myObject (attribute1 "attr44488") ) +(myObject (attribute1 "attr44489") ) +(myObject (attribute1 "attr44490") ) +(myObject (attribute1 "attr44491") ) +(myObject (attribute1 "attr44492") ) +(myObject (attribute1 "attr44493") ) +(myObject (attribute1 "attr44494") ) +(myObject (attribute1 "attr44495") ) +(myObject (attribute1 "attr44496") ) +(myObject (attribute1 "attr44497") ) +(myObject (attribute1 "attr44498") ) +(myObject (attribute1 "attr44499") ) +(myObject (attribute1 "attr44500") ) +(myObject (attribute1 "attr44501") ) +(myObject (attribute1 "attr44502") ) +(myObject (attribute1 "attr44503") ) +(myObject (attribute1 "attr44504") ) +(myObject (attribute1 "attr44505") ) +(myObject (attribute1 "attr44506") ) +(myObject (attribute1 "attr44507") ) +(myObject (attribute1 "attr44508") ) +(myObject (attribute1 "attr44509") ) +(myObject (attribute1 "attr44510") ) +(myObject (attribute1 "attr44511") ) +(myObject (attribute1 "attr44512") ) +(myObject (attribute1 "attr44513") ) +(myObject (attribute1 "attr44514") ) +(myObject (attribute1 "attr44515") ) +(myObject (attribute1 "attr44516") ) +(myObject (attribute1 "attr44517") ) +(myObject (attribute1 "attr44518") ) +(myObject (attribute1 "attr44519") ) +(myObject (attribute1 "attr44520") ) +(myObject (attribute1 "attr44521") ) +(myObject (attribute1 "attr44522") ) +(myObject (attribute1 "attr44523") ) +(myObject (attribute1 "attr44524") ) +(myObject (attribute1 "attr44525") ) +(myObject (attribute1 "attr44526") ) +(myObject (attribute1 "attr44527") ) +(myObject (attribute1 "attr44528") ) +(myObject (attribute1 "attr44529") ) +(myObject (attribute1 "attr44530") ) +(myObject (attribute1 "attr44531") ) +(myObject (attribute1 "attr44532") ) +(myObject (attribute1 "attr44533") ) +(myObject (attribute1 "attr44534") ) +(myObject (attribute1 "attr44535") ) +(myObject (attribute1 "attr44536") ) +(myObject (attribute1 "attr44537") ) +(myObject (attribute1 "attr44538") ) +(myObject (attribute1 "attr44539") ) +(myObject (attribute1 "attr44540") ) +(myObject (attribute1 "attr44541") ) +(myObject (attribute1 "attr44542") ) +(myObject (attribute1 "attr44543") ) +(myObject (attribute1 "attr44544") ) +(myObject (attribute1 "attr44545") ) +(myObject (attribute1 "attr44546") ) +(myObject (attribute1 "attr44547") ) +(myObject (attribute1 "attr44548") ) +(myObject (attribute1 "attr44549") ) +(myObject (attribute1 "attr44550") ) +(myObject (attribute1 "attr44551") ) +(myObject (attribute1 "attr44552") ) +(myObject (attribute1 "attr44553") ) +(myObject (attribute1 "attr44554") ) +(myObject (attribute1 "attr44555") ) +(myObject (attribute1 "attr44556") ) +(myObject (attribute1 "attr44557") ) +(myObject (attribute1 "attr44558") ) +(myObject (attribute1 "attr44559") ) +(myObject (attribute1 "attr44560") ) +(myObject (attribute1 "attr44561") ) +(myObject (attribute1 "attr44562") ) +(myObject (attribute1 "attr44563") ) +(myObject (attribute1 "attr44564") ) +(myObject (attribute1 "attr44565") ) +(myObject (attribute1 "attr44566") ) +(myObject (attribute1 "attr44567") ) +(myObject (attribute1 "attr44568") ) +(myObject (attribute1 "attr44569") ) +(myObject (attribute1 "attr44570") ) +(myObject (attribute1 "attr44571") ) +(myObject (attribute1 "attr44572") ) +(myObject (attribute1 "attr44573") ) +(myObject (attribute1 "attr44574") ) +(myObject (attribute1 "attr44575") ) +(myObject (attribute1 "attr44576") ) +(myObject (attribute1 "attr44577") ) +(myObject (attribute1 "attr44578") ) +(myObject (attribute1 "attr44579") ) +(myObject (attribute1 "attr44580") ) +(myObject (attribute1 "attr44581") ) +(myObject (attribute1 "attr44582") ) +(myObject (attribute1 "attr44583") ) +(myObject (attribute1 "attr44584") ) +(myObject (attribute1 "attr44585") ) +(myObject (attribute1 "attr44586") ) +(myObject (attribute1 "attr44587") ) +(myObject (attribute1 "attr44588") ) +(myObject (attribute1 "attr44589") ) +(myObject (attribute1 "attr44590") ) +(myObject (attribute1 "attr44591") ) +(myObject (attribute1 "attr44592") ) +(myObject (attribute1 "attr44593") ) +(myObject (attribute1 "attr44594") ) +(myObject (attribute1 "attr44595") ) +(myObject (attribute1 "attr44596") ) +(myObject (attribute1 "attr44597") ) +(myObject (attribute1 "attr44598") ) +(myObject (attribute1 "attr44599") ) +(myObject (attribute1 "attr44600") ) +(myObject (attribute1 "attr44601") ) +(myObject (attribute1 "attr44602") ) +(myObject (attribute1 "attr44603") ) +(myObject (attribute1 "attr44604") ) +(myObject (attribute1 "attr44605") ) +(myObject (attribute1 "attr44606") ) +(myObject (attribute1 "attr44607") ) +(myObject (attribute1 "attr44608") ) +(myObject (attribute1 "attr44609") ) +(myObject (attribute1 "attr44610") ) +(myObject (attribute1 "attr44611") ) +(myObject (attribute1 "attr44612") ) +(myObject (attribute1 "attr44613") ) +(myObject (attribute1 "attr44614") ) +(myObject (attribute1 "attr44615") ) +(myObject (attribute1 "attr44616") ) +(myObject (attribute1 "attr44617") ) +(myObject (attribute1 "attr44618") ) +(myObject (attribute1 "attr44619") ) +(myObject (attribute1 "attr44620") ) +(myObject (attribute1 "attr44621") ) +(myObject (attribute1 "attr44622") ) +(myObject (attribute1 "attr44623") ) +(myObject (attribute1 "attr44624") ) +(myObject (attribute1 "attr44625") ) +(myObject (attribute1 "attr44626") ) +(myObject (attribute1 "attr44627") ) +(myObject (attribute1 "attr44628") ) +(myObject (attribute1 "attr44629") ) +(myObject (attribute1 "attr44630") ) +(myObject (attribute1 "attr44631") ) +(myObject (attribute1 "attr44632") ) +(myObject (attribute1 "attr44633") ) +(myObject (attribute1 "attr44634") ) +(myObject (attribute1 "attr44635") ) +(myObject (attribute1 "attr44636") ) +(myObject (attribute1 "attr44637") ) +(myObject (attribute1 "attr44638") ) +(myObject (attribute1 "attr44639") ) +(myObject (attribute1 "attr44640") ) +(myObject (attribute1 "attr44641") ) +(myObject (attribute1 "attr44642") ) +(myObject (attribute1 "attr44643") ) +(myObject (attribute1 "attr44644") ) +(myObject (attribute1 "attr44645") ) +(myObject (attribute1 "attr44646") ) +(myObject (attribute1 "attr44647") ) +(myObject (attribute1 "attr44648") ) +(myObject (attribute1 "attr44649") ) +(myObject (attribute1 "attr44650") ) +(myObject (attribute1 "attr44651") ) +(myObject (attribute1 "attr44652") ) +(myObject (attribute1 "attr44653") ) +(myObject (attribute1 "attr44654") ) +(myObject (attribute1 "attr44655") ) +(myObject (attribute1 "attr44656") ) +(myObject (attribute1 "attr44657") ) +(myObject (attribute1 "attr44658") ) +(myObject (attribute1 "attr44659") ) +(myObject (attribute1 "attr44660") ) +(myObject (attribute1 "attr44661") ) +(myObject (attribute1 "attr44662") ) +(myObject (attribute1 "attr44663") ) +(myObject (attribute1 "attr44664") ) +(myObject (attribute1 "attr44665") ) +(myObject (attribute1 "attr44666") ) +(myObject (attribute1 "attr44667") ) +(myObject (attribute1 "attr44668") ) +(myObject (attribute1 "attr44669") ) +(myObject (attribute1 "attr44670") ) +(myObject (attribute1 "attr44671") ) +(myObject (attribute1 "attr44672") ) +(myObject (attribute1 "attr44673") ) +(myObject (attribute1 "attr44674") ) +(myObject (attribute1 "attr44675") ) +(myObject (attribute1 "attr44676") ) +(myObject (attribute1 "attr44677") ) +(myObject (attribute1 "attr44678") ) +(myObject (attribute1 "attr44679") ) +(myObject (attribute1 "attr44680") ) +(myObject (attribute1 "attr44681") ) +(myObject (attribute1 "attr44682") ) +(myObject (attribute1 "attr44683") ) +(myObject (attribute1 "attr44684") ) +(myObject (attribute1 "attr44685") ) +(myObject (attribute1 "attr44686") ) +(myObject (attribute1 "attr44687") ) +(myObject (attribute1 "attr44688") ) +(myObject (attribute1 "attr44689") ) +(myObject (attribute1 "attr44690") ) +(myObject (attribute1 "attr44691") ) +(myObject (attribute1 "attr44692") ) +(myObject (attribute1 "attr44693") ) +(myObject (attribute1 "attr44694") ) +(myObject (attribute1 "attr44695") ) +(myObject (attribute1 "attr44696") ) +(myObject (attribute1 "attr44697") ) +(myObject (attribute1 "attr44698") ) +(myObject (attribute1 "attr44699") ) +(myObject (attribute1 "attr44700") ) +(myObject (attribute1 "attr44701") ) +(myObject (attribute1 "attr44702") ) +(myObject (attribute1 "attr44703") ) +(myObject (attribute1 "attr44704") ) +(myObject (attribute1 "attr44705") ) +(myObject (attribute1 "attr44706") ) +(myObject (attribute1 "attr44707") ) +(myObject (attribute1 "attr44708") ) +(myObject (attribute1 "attr44709") ) +(myObject (attribute1 "attr44710") ) +(myObject (attribute1 "attr44711") ) +(myObject (attribute1 "attr44712") ) +(myObject (attribute1 "attr44713") ) +(myObject (attribute1 "attr44714") ) +(myObject (attribute1 "attr44715") ) +(myObject (attribute1 "attr44716") ) +(myObject (attribute1 "attr44717") ) +(myObject (attribute1 "attr44718") ) +(myObject (attribute1 "attr44719") ) +(myObject (attribute1 "attr44720") ) +(myObject (attribute1 "attr44721") ) +(myObject (attribute1 "attr44722") ) +(myObject (attribute1 "attr44723") ) +(myObject (attribute1 "attr44724") ) +(myObject (attribute1 "attr44725") ) +(myObject (attribute1 "attr44726") ) +(myObject (attribute1 "attr44727") ) +(myObject (attribute1 "attr44728") ) +(myObject (attribute1 "attr44729") ) +(myObject (attribute1 "attr44730") ) +(myObject (attribute1 "attr44731") ) +(myObject (attribute1 "attr44732") ) +(myObject (attribute1 "attr44733") ) +(myObject (attribute1 "attr44734") ) +(myObject (attribute1 "attr44735") ) +(myObject (attribute1 "attr44736") ) +(myObject (attribute1 "attr44737") ) +(myObject (attribute1 "attr44738") ) +(myObject (attribute1 "attr44739") ) +(myObject (attribute1 "attr44740") ) +(myObject (attribute1 "attr44741") ) +(myObject (attribute1 "attr44742") ) +(myObject (attribute1 "attr44743") ) +(myObject (attribute1 "attr44744") ) +(myObject (attribute1 "attr44745") ) +(myObject (attribute1 "attr44746") ) +(myObject (attribute1 "attr44747") ) +(myObject (attribute1 "attr44748") ) +(myObject (attribute1 "attr44749") ) +(myObject (attribute1 "attr44750") ) +(myObject (attribute1 "attr44751") ) +(myObject (attribute1 "attr44752") ) +(myObject (attribute1 "attr44753") ) +(myObject (attribute1 "attr44754") ) +(myObject (attribute1 "attr44755") ) +(myObject (attribute1 "attr44756") ) +(myObject (attribute1 "attr44757") ) +(myObject (attribute1 "attr44758") ) +(myObject (attribute1 "attr44759") ) +(myObject (attribute1 "attr44760") ) +(myObject (attribute1 "attr44761") ) +(myObject (attribute1 "attr44762") ) +(myObject (attribute1 "attr44763") ) +(myObject (attribute1 "attr44764") ) +(myObject (attribute1 "attr44765") ) +(myObject (attribute1 "attr44766") ) +(myObject (attribute1 "attr44767") ) +(myObject (attribute1 "attr44768") ) +(myObject (attribute1 "attr44769") ) +(myObject (attribute1 "attr44770") ) +(myObject (attribute1 "attr44771") ) +(myObject (attribute1 "attr44772") ) +(myObject (attribute1 "attr44773") ) +(myObject (attribute1 "attr44774") ) +(myObject (attribute1 "attr44775") ) +(myObject (attribute1 "attr44776") ) +(myObject (attribute1 "attr44777") ) +(myObject (attribute1 "attr44778") ) +(myObject (attribute1 "attr44779") ) +(myObject (attribute1 "attr44780") ) +(myObject (attribute1 "attr44781") ) +(myObject (attribute1 "attr44782") ) +(myObject (attribute1 "attr44783") ) +(myObject (attribute1 "attr44784") ) +(myObject (attribute1 "attr44785") ) +(myObject (attribute1 "attr44786") ) +(myObject (attribute1 "attr44787") ) +(myObject (attribute1 "attr44788") ) +(myObject (attribute1 "attr44789") ) +(myObject (attribute1 "attr44790") ) +(myObject (attribute1 "attr44791") ) +(myObject (attribute1 "attr44792") ) +(myObject (attribute1 "attr44793") ) +(myObject (attribute1 "attr44794") ) +(myObject (attribute1 "attr44795") ) +(myObject (attribute1 "attr44796") ) +(myObject (attribute1 "attr44797") ) +(myObject (attribute1 "attr44798") ) +(myObject (attribute1 "attr44799") ) +(myObject (attribute1 "attr44800") ) +(myObject (attribute1 "attr44801") ) +(myObject (attribute1 "attr44802") ) +(myObject (attribute1 "attr44803") ) +(myObject (attribute1 "attr44804") ) +(myObject (attribute1 "attr44805") ) +(myObject (attribute1 "attr44806") ) +(myObject (attribute1 "attr44807") ) +(myObject (attribute1 "attr44808") ) +(myObject (attribute1 "attr44809") ) +(myObject (attribute1 "attr44810") ) +(myObject (attribute1 "attr44811") ) +(myObject (attribute1 "attr44812") ) +(myObject (attribute1 "attr44813") ) +(myObject (attribute1 "attr44814") ) +(myObject (attribute1 "attr44815") ) +(myObject (attribute1 "attr44816") ) +(myObject (attribute1 "attr44817") ) +(myObject (attribute1 "attr44818") ) +(myObject (attribute1 "attr44819") ) +(myObject (attribute1 "attr44820") ) +(myObject (attribute1 "attr44821") ) +(myObject (attribute1 "attr44822") ) +(myObject (attribute1 "attr44823") ) +(myObject (attribute1 "attr44824") ) +(myObject (attribute1 "attr44825") ) +(myObject (attribute1 "attr44826") ) +(myObject (attribute1 "attr44827") ) +(myObject (attribute1 "attr44828") ) +(myObject (attribute1 "attr44829") ) +(myObject (attribute1 "attr44830") ) +(myObject (attribute1 "attr44831") ) +(myObject (attribute1 "attr44832") ) +(myObject (attribute1 "attr44833") ) +(myObject (attribute1 "attr44834") ) +(myObject (attribute1 "attr44835") ) +(myObject (attribute1 "attr44836") ) +(myObject (attribute1 "attr44837") ) +(myObject (attribute1 "attr44838") ) +(myObject (attribute1 "attr44839") ) +(myObject (attribute1 "attr44840") ) +(myObject (attribute1 "attr44841") ) +(myObject (attribute1 "attr44842") ) +(myObject (attribute1 "attr44843") ) +(myObject (attribute1 "attr44844") ) +(myObject (attribute1 "attr44845") ) +(myObject (attribute1 "attr44846") ) +(myObject (attribute1 "attr44847") ) +(myObject (attribute1 "attr44848") ) +(myObject (attribute1 "attr44849") ) +(myObject (attribute1 "attr44850") ) +(myObject (attribute1 "attr44851") ) +(myObject (attribute1 "attr44852") ) +(myObject (attribute1 "attr44853") ) +(myObject (attribute1 "attr44854") ) +(myObject (attribute1 "attr44855") ) +(myObject (attribute1 "attr44856") ) +(myObject (attribute1 "attr44857") ) +(myObject (attribute1 "attr44858") ) +(myObject (attribute1 "attr44859") ) +(myObject (attribute1 "attr44860") ) +(myObject (attribute1 "attr44861") ) +(myObject (attribute1 "attr44862") ) +(myObject (attribute1 "attr44863") ) +(myObject (attribute1 "attr44864") ) +(myObject (attribute1 "attr44865") ) +(myObject (attribute1 "attr44866") ) +(myObject (attribute1 "attr44867") ) +(myObject (attribute1 "attr44868") ) +(myObject (attribute1 "attr44869") ) +(myObject (attribute1 "attr44870") ) +(myObject (attribute1 "attr44871") ) +(myObject (attribute1 "attr44872") ) +(myObject (attribute1 "attr44873") ) +(myObject (attribute1 "attr44874") ) +(myObject (attribute1 "attr44875") ) +(myObject (attribute1 "attr44876") ) +(myObject (attribute1 "attr44877") ) +(myObject (attribute1 "attr44878") ) +(myObject (attribute1 "attr44879") ) +(myObject (attribute1 "attr44880") ) +(myObject (attribute1 "attr44881") ) +(myObject (attribute1 "attr44882") ) +(myObject (attribute1 "attr44883") ) +(myObject (attribute1 "attr44884") ) +(myObject (attribute1 "attr44885") ) +(myObject (attribute1 "attr44886") ) +(myObject (attribute1 "attr44887") ) +(myObject (attribute1 "attr44888") ) +(myObject (attribute1 "attr44889") ) +(myObject (attribute1 "attr44890") ) +(myObject (attribute1 "attr44891") ) +(myObject (attribute1 "attr44892") ) +(myObject (attribute1 "attr44893") ) +(myObject (attribute1 "attr44894") ) +(myObject (attribute1 "attr44895") ) +(myObject (attribute1 "attr44896") ) +(myObject (attribute1 "attr44897") ) +(myObject (attribute1 "attr44898") ) +(myObject (attribute1 "attr44899") ) +(myObject (attribute1 "attr44900") ) +(myObject (attribute1 "attr44901") ) +(myObject (attribute1 "attr44902") ) +(myObject (attribute1 "attr44903") ) +(myObject (attribute1 "attr44904") ) +(myObject (attribute1 "attr44905") ) +(myObject (attribute1 "attr44906") ) +(myObject (attribute1 "attr44907") ) +(myObject (attribute1 "attr44908") ) +(myObject (attribute1 "attr44909") ) +(myObject (attribute1 "attr44910") ) +(myObject (attribute1 "attr44911") ) +(myObject (attribute1 "attr44912") ) +(myObject (attribute1 "attr44913") ) +(myObject (attribute1 "attr44914") ) +(myObject (attribute1 "attr44915") ) +(myObject (attribute1 "attr44916") ) +(myObject (attribute1 "attr44917") ) +(myObject (attribute1 "attr44918") ) +(myObject (attribute1 "attr44919") ) +(myObject (attribute1 "attr44920") ) +(myObject (attribute1 "attr44921") ) +(myObject (attribute1 "attr44922") ) +(myObject (attribute1 "attr44923") ) +(myObject (attribute1 "attr44924") ) +(myObject (attribute1 "attr44925") ) +(myObject (attribute1 "attr44926") ) +(myObject (attribute1 "attr44927") ) +(myObject (attribute1 "attr44928") ) +(myObject (attribute1 "attr44929") ) +(myObject (attribute1 "attr44930") ) +(myObject (attribute1 "attr44931") ) +(myObject (attribute1 "attr44932") ) +(myObject (attribute1 "attr44933") ) +(myObject (attribute1 "attr44934") ) +(myObject (attribute1 "attr44935") ) +(myObject (attribute1 "attr44936") ) +(myObject (attribute1 "attr44937") ) +(myObject (attribute1 "attr44938") ) +(myObject (attribute1 "attr44939") ) +(myObject (attribute1 "attr44940") ) +(myObject (attribute1 "attr44941") ) +(myObject (attribute1 "attr44942") ) +(myObject (attribute1 "attr44943") ) +(myObject (attribute1 "attr44944") ) +(myObject (attribute1 "attr44945") ) +(myObject (attribute1 "attr44946") ) +(myObject (attribute1 "attr44947") ) +(myObject (attribute1 "attr44948") ) +(myObject (attribute1 "attr44949") ) +(myObject (attribute1 "attr44950") ) +(myObject (attribute1 "attr44951") ) +(myObject (attribute1 "attr44952") ) +(myObject (attribute1 "attr44953") ) +(myObject (attribute1 "attr44954") ) +(myObject (attribute1 "attr44955") ) +(myObject (attribute1 "attr44956") ) +(myObject (attribute1 "attr44957") ) +(myObject (attribute1 "attr44958") ) +(myObject (attribute1 "attr44959") ) +(myObject (attribute1 "attr44960") ) +(myObject (attribute1 "attr44961") ) +(myObject (attribute1 "attr44962") ) +(myObject (attribute1 "attr44963") ) +(myObject (attribute1 "attr44964") ) +(myObject (attribute1 "attr44965") ) +(myObject (attribute1 "attr44966") ) +(myObject (attribute1 "attr44967") ) +(myObject (attribute1 "attr44968") ) +(myObject (attribute1 "attr44969") ) +(myObject (attribute1 "attr44970") ) +(myObject (attribute1 "attr44971") ) +(myObject (attribute1 "attr44972") ) +(myObject (attribute1 "attr44973") ) +(myObject (attribute1 "attr44974") ) +(myObject (attribute1 "attr44975") ) +(myObject (attribute1 "attr44976") ) +(myObject (attribute1 "attr44977") ) +(myObject (attribute1 "attr44978") ) +(myObject (attribute1 "attr44979") ) +(myObject (attribute1 "attr44980") ) +(myObject (attribute1 "attr44981") ) +(myObject (attribute1 "attr44982") ) +(myObject (attribute1 "attr44983") ) +(myObject (attribute1 "attr44984") ) +(myObject (attribute1 "attr44985") ) +(myObject (attribute1 "attr44986") ) +(myObject (attribute1 "attr44987") ) +(myObject (attribute1 "attr44988") ) +(myObject (attribute1 "attr44989") ) +(myObject (attribute1 "attr44990") ) +(myObject (attribute1 "attr44991") ) +(myObject (attribute1 "attr44992") ) +(myObject (attribute1 "attr44993") ) +(myObject (attribute1 "attr44994") ) +(myObject (attribute1 "attr44995") ) +(myObject (attribute1 "attr44996") ) +(myObject (attribute1 "attr44997") ) +(myObject (attribute1 "attr44998") ) +(myObject (attribute1 "attr44999") ) +(myObject (attribute1 "attr45000") ) +(myObject (attribute1 "attr45001") ) +(myObject (attribute1 "attr45002") ) +(myObject (attribute1 "attr45003") ) +(myObject (attribute1 "attr45004") ) +(myObject (attribute1 "attr45005") ) +(myObject (attribute1 "attr45006") ) +(myObject (attribute1 "attr45007") ) +(myObject (attribute1 "attr45008") ) +(myObject (attribute1 "attr45009") ) +(myObject (attribute1 "attr45010") ) +(myObject (attribute1 "attr45011") ) +(myObject (attribute1 "attr45012") ) +(myObject (attribute1 "attr45013") ) +(myObject (attribute1 "attr45014") ) +(myObject (attribute1 "attr45015") ) +(myObject (attribute1 "attr45016") ) +(myObject (attribute1 "attr45017") ) +(myObject (attribute1 "attr45018") ) +(myObject (attribute1 "attr45019") ) +(myObject (attribute1 "attr45020") ) +(myObject (attribute1 "attr45021") ) +(myObject (attribute1 "attr45022") ) +(myObject (attribute1 "attr45023") ) +(myObject (attribute1 "attr45024") ) +(myObject (attribute1 "attr45025") ) +(myObject (attribute1 "attr45026") ) +(myObject (attribute1 "attr45027") ) +(myObject (attribute1 "attr45028") ) +(myObject (attribute1 "attr45029") ) +(myObject (attribute1 "attr45030") ) +(myObject (attribute1 "attr45031") ) +(myObject (attribute1 "attr45032") ) +(myObject (attribute1 "attr45033") ) +(myObject (attribute1 "attr45034") ) +(myObject (attribute1 "attr45035") ) +(myObject (attribute1 "attr45036") ) +(myObject (attribute1 "attr45037") ) +(myObject (attribute1 "attr45038") ) +(myObject (attribute1 "attr45039") ) +(myObject (attribute1 "attr45040") ) +(myObject (attribute1 "attr45041") ) +(myObject (attribute1 "attr45042") ) +(myObject (attribute1 "attr45043") ) +(myObject (attribute1 "attr45044") ) +(myObject (attribute1 "attr45045") ) +(myObject (attribute1 "attr45046") ) +(myObject (attribute1 "attr45047") ) +(myObject (attribute1 "attr45048") ) +(myObject (attribute1 "attr45049") ) +(myObject (attribute1 "attr45050") ) +(myObject (attribute1 "attr45051") ) +(myObject (attribute1 "attr45052") ) +(myObject (attribute1 "attr45053") ) +(myObject (attribute1 "attr45054") ) +(myObject (attribute1 "attr45055") ) +(myObject (attribute1 "attr45056") ) +(myObject (attribute1 "attr45057") ) +(myObject (attribute1 "attr45058") ) +(myObject (attribute1 "attr45059") ) +(myObject (attribute1 "attr45060") ) +(myObject (attribute1 "attr45061") ) +(myObject (attribute1 "attr45062") ) +(myObject (attribute1 "attr45063") ) +(myObject (attribute1 "attr45064") ) +(myObject (attribute1 "attr45065") ) +(myObject (attribute1 "attr45066") ) +(myObject (attribute1 "attr45067") ) +(myObject (attribute1 "attr45068") ) +(myObject (attribute1 "attr45069") ) +(myObject (attribute1 "attr45070") ) +(myObject (attribute1 "attr45071") ) +(myObject (attribute1 "attr45072") ) +(myObject (attribute1 "attr45073") ) +(myObject (attribute1 "attr45074") ) +(myObject (attribute1 "attr45075") ) +(myObject (attribute1 "attr45076") ) +(myObject (attribute1 "attr45077") ) +(myObject (attribute1 "attr45078") ) +(myObject (attribute1 "attr45079") ) +(myObject (attribute1 "attr45080") ) +(myObject (attribute1 "attr45081") ) +(myObject (attribute1 "attr45082") ) +(myObject (attribute1 "attr45083") ) +(myObject (attribute1 "attr45084") ) +(myObject (attribute1 "attr45085") ) +(myObject (attribute1 "attr45086") ) +(myObject (attribute1 "attr45087") ) +(myObject (attribute1 "attr45088") ) +(myObject (attribute1 "attr45089") ) +(myObject (attribute1 "attr45090") ) +(myObject (attribute1 "attr45091") ) +(myObject (attribute1 "attr45092") ) +(myObject (attribute1 "attr45093") ) +(myObject (attribute1 "attr45094") ) +(myObject (attribute1 "attr45095") ) +(myObject (attribute1 "attr45096") ) +(myObject (attribute1 "attr45097") ) +(myObject (attribute1 "attr45098") ) +(myObject (attribute1 "attr45099") ) +(myObject (attribute1 "attr45100") ) +(myObject (attribute1 "attr45101") ) +(myObject (attribute1 "attr45102") ) +(myObject (attribute1 "attr45103") ) +(myObject (attribute1 "attr45104") ) +(myObject (attribute1 "attr45105") ) +(myObject (attribute1 "attr45106") ) +(myObject (attribute1 "attr45107") ) +(myObject (attribute1 "attr45108") ) +(myObject (attribute1 "attr45109") ) +(myObject (attribute1 "attr45110") ) +(myObject (attribute1 "attr45111") ) +(myObject (attribute1 "attr45112") ) +(myObject (attribute1 "attr45113") ) +(myObject (attribute1 "attr45114") ) +(myObject (attribute1 "attr45115") ) +(myObject (attribute1 "attr45116") ) +(myObject (attribute1 "attr45117") ) +(myObject (attribute1 "attr45118") ) +(myObject (attribute1 "attr45119") ) +(myObject (attribute1 "attr45120") ) +(myObject (attribute1 "attr45121") ) +(myObject (attribute1 "attr45122") ) +(myObject (attribute1 "attr45123") ) +(myObject (attribute1 "attr45124") ) +(myObject (attribute1 "attr45125") ) +(myObject (attribute1 "attr45126") ) +(myObject (attribute1 "attr45127") ) +(myObject (attribute1 "attr45128") ) +(myObject (attribute1 "attr45129") ) +(myObject (attribute1 "attr45130") ) +(myObject (attribute1 "attr45131") ) +(myObject (attribute1 "attr45132") ) +(myObject (attribute1 "attr45133") ) +(myObject (attribute1 "attr45134") ) +(myObject (attribute1 "attr45135") ) +(myObject (attribute1 "attr45136") ) +(myObject (attribute1 "attr45137") ) +(myObject (attribute1 "attr45138") ) +(myObject (attribute1 "attr45139") ) +(myObject (attribute1 "attr45140") ) +(myObject (attribute1 "attr45141") ) +(myObject (attribute1 "attr45142") ) +(myObject (attribute1 "attr45143") ) +(myObject (attribute1 "attr45144") ) +(myObject (attribute1 "attr45145") ) +(myObject (attribute1 "attr45146") ) +(myObject (attribute1 "attr45147") ) +(myObject (attribute1 "attr45148") ) +(myObject (attribute1 "attr45149") ) +(myObject (attribute1 "attr45150") ) +(myObject (attribute1 "attr45151") ) +(myObject (attribute1 "attr45152") ) +(myObject (attribute1 "attr45153") ) +(myObject (attribute1 "attr45154") ) +(myObject (attribute1 "attr45155") ) +(myObject (attribute1 "attr45156") ) +(myObject (attribute1 "attr45157") ) +(myObject (attribute1 "attr45158") ) +(myObject (attribute1 "attr45159") ) +(myObject (attribute1 "attr45160") ) +(myObject (attribute1 "attr45161") ) +(myObject (attribute1 "attr45162") ) +(myObject (attribute1 "attr45163") ) +(myObject (attribute1 "attr45164") ) +(myObject (attribute1 "attr45165") ) +(myObject (attribute1 "attr45166") ) +(myObject (attribute1 "attr45167") ) +(myObject (attribute1 "attr45168") ) +(myObject (attribute1 "attr45169") ) +(myObject (attribute1 "attr45170") ) +(myObject (attribute1 "attr45171") ) +(myObject (attribute1 "attr45172") ) +(myObject (attribute1 "attr45173") ) +(myObject (attribute1 "attr45174") ) +(myObject (attribute1 "attr45175") ) +(myObject (attribute1 "attr45176") ) +(myObject (attribute1 "attr45177") ) +(myObject (attribute1 "attr45178") ) +(myObject (attribute1 "attr45179") ) +(myObject (attribute1 "attr45180") ) +(myObject (attribute1 "attr45181") ) +(myObject (attribute1 "attr45182") ) +(myObject (attribute1 "attr45183") ) +(myObject (attribute1 "attr45184") ) +(myObject (attribute1 "attr45185") ) +(myObject (attribute1 "attr45186") ) +(myObject (attribute1 "attr45187") ) +(myObject (attribute1 "attr45188") ) +(myObject (attribute1 "attr45189") ) +(myObject (attribute1 "attr45190") ) +(myObject (attribute1 "attr45191") ) +(myObject (attribute1 "attr45192") ) +(myObject (attribute1 "attr45193") ) +(myObject (attribute1 "attr45194") ) +(myObject (attribute1 "attr45195") ) +(myObject (attribute1 "attr45196") ) +(myObject (attribute1 "attr45197") ) +(myObject (attribute1 "attr45198") ) +(myObject (attribute1 "attr45199") ) +(myObject (attribute1 "attr45200") ) +(myObject (attribute1 "attr45201") ) +(myObject (attribute1 "attr45202") ) +(myObject (attribute1 "attr45203") ) +(myObject (attribute1 "attr45204") ) +(myObject (attribute1 "attr45205") ) +(myObject (attribute1 "attr45206") ) +(myObject (attribute1 "attr45207") ) +(myObject (attribute1 "attr45208") ) +(myObject (attribute1 "attr45209") ) +(myObject (attribute1 "attr45210") ) +(myObject (attribute1 "attr45211") ) +(myObject (attribute1 "attr45212") ) +(myObject (attribute1 "attr45213") ) +(myObject (attribute1 "attr45214") ) +(myObject (attribute1 "attr45215") ) +(myObject (attribute1 "attr45216") ) +(myObject (attribute1 "attr45217") ) +(myObject (attribute1 "attr45218") ) +(myObject (attribute1 "attr45219") ) +(myObject (attribute1 "attr45220") ) +(myObject (attribute1 "attr45221") ) +(myObject (attribute1 "attr45222") ) +(myObject (attribute1 "attr45223") ) +(myObject (attribute1 "attr45224") ) +(myObject (attribute1 "attr45225") ) +(myObject (attribute1 "attr45226") ) +(myObject (attribute1 "attr45227") ) +(myObject (attribute1 "attr45228") ) +(myObject (attribute1 "attr45229") ) +(myObject (attribute1 "attr45230") ) +(myObject (attribute1 "attr45231") ) +(myObject (attribute1 "attr45232") ) +(myObject (attribute1 "attr45233") ) +(myObject (attribute1 "attr45234") ) +(myObject (attribute1 "attr45235") ) +(myObject (attribute1 "attr45236") ) +(myObject (attribute1 "attr45237") ) +(myObject (attribute1 "attr45238") ) +(myObject (attribute1 "attr45239") ) +(myObject (attribute1 "attr45240") ) +(myObject (attribute1 "attr45241") ) +(myObject (attribute1 "attr45242") ) +(myObject (attribute1 "attr45243") ) +(myObject (attribute1 "attr45244") ) +(myObject (attribute1 "attr45245") ) +(myObject (attribute1 "attr45246") ) +(myObject (attribute1 "attr45247") ) +(myObject (attribute1 "attr45248") ) +(myObject (attribute1 "attr45249") ) +(myObject (attribute1 "attr45250") ) +(myObject (attribute1 "attr45251") ) +(myObject (attribute1 "attr45252") ) +(myObject (attribute1 "attr45253") ) +(myObject (attribute1 "attr45254") ) +(myObject (attribute1 "attr45255") ) +(myObject (attribute1 "attr45256") ) +(myObject (attribute1 "attr45257") ) +(myObject (attribute1 "attr45258") ) +(myObject (attribute1 "attr45259") ) +(myObject (attribute1 "attr45260") ) +(myObject (attribute1 "attr45261") ) +(myObject (attribute1 "attr45262") ) +(myObject (attribute1 "attr45263") ) +(myObject (attribute1 "attr45264") ) +(myObject (attribute1 "attr45265") ) +(myObject (attribute1 "attr45266") ) +(myObject (attribute1 "attr45267") ) +(myObject (attribute1 "attr45268") ) +(myObject (attribute1 "attr45269") ) +(myObject (attribute1 "attr45270") ) +(myObject (attribute1 "attr45271") ) +(myObject (attribute1 "attr45272") ) +(myObject (attribute1 "attr45273") ) +(myObject (attribute1 "attr45274") ) +(myObject (attribute1 "attr45275") ) +(myObject (attribute1 "attr45276") ) +(myObject (attribute1 "attr45277") ) +(myObject (attribute1 "attr45278") ) +(myObject (attribute1 "attr45279") ) +(myObject (attribute1 "attr45280") ) +(myObject (attribute1 "attr45281") ) +(myObject (attribute1 "attr45282") ) +(myObject (attribute1 "attr45283") ) +(myObject (attribute1 "attr45284") ) +(myObject (attribute1 "attr45285") ) +(myObject (attribute1 "attr45286") ) +(myObject (attribute1 "attr45287") ) +(myObject (attribute1 "attr45288") ) +(myObject (attribute1 "attr45289") ) +(myObject (attribute1 "attr45290") ) +(myObject (attribute1 "attr45291") ) +(myObject (attribute1 "attr45292") ) +(myObject (attribute1 "attr45293") ) +(myObject (attribute1 "attr45294") ) +(myObject (attribute1 "attr45295") ) +(myObject (attribute1 "attr45296") ) +(myObject (attribute1 "attr45297") ) +(myObject (attribute1 "attr45298") ) +(myObject (attribute1 "attr45299") ) +(myObject (attribute1 "attr45300") ) +(myObject (attribute1 "attr45301") ) +(myObject (attribute1 "attr45302") ) +(myObject (attribute1 "attr45303") ) +(myObject (attribute1 "attr45304") ) +(myObject (attribute1 "attr45305") ) +(myObject (attribute1 "attr45306") ) +(myObject (attribute1 "attr45307") ) +(myObject (attribute1 "attr45308") ) +(myObject (attribute1 "attr45309") ) +(myObject (attribute1 "attr45310") ) +(myObject (attribute1 "attr45311") ) +(myObject (attribute1 "attr45312") ) +(myObject (attribute1 "attr45313") ) +(myObject (attribute1 "attr45314") ) +(myObject (attribute1 "attr45315") ) +(myObject (attribute1 "attr45316") ) +(myObject (attribute1 "attr45317") ) +(myObject (attribute1 "attr45318") ) +(myObject (attribute1 "attr45319") ) +(myObject (attribute1 "attr45320") ) +(myObject (attribute1 "attr45321") ) +(myObject (attribute1 "attr45322") ) +(myObject (attribute1 "attr45323") ) +(myObject (attribute1 "attr45324") ) +(myObject (attribute1 "attr45325") ) +(myObject (attribute1 "attr45326") ) +(myObject (attribute1 "attr45327") ) +(myObject (attribute1 "attr45328") ) +(myObject (attribute1 "attr45329") ) +(myObject (attribute1 "attr45330") ) +(myObject (attribute1 "attr45331") ) +(myObject (attribute1 "attr45332") ) +(myObject (attribute1 "attr45333") ) +(myObject (attribute1 "attr45334") ) +(myObject (attribute1 "attr45335") ) +(myObject (attribute1 "attr45336") ) +(myObject (attribute1 "attr45337") ) +(myObject (attribute1 "attr45338") ) +(myObject (attribute1 "attr45339") ) +(myObject (attribute1 "attr45340") ) +(myObject (attribute1 "attr45341") ) +(myObject (attribute1 "attr45342") ) +(myObject (attribute1 "attr45343") ) +(myObject (attribute1 "attr45344") ) +(myObject (attribute1 "attr45345") ) +(myObject (attribute1 "attr45346") ) +(myObject (attribute1 "attr45347") ) +(myObject (attribute1 "attr45348") ) +(myObject (attribute1 "attr45349") ) +(myObject (attribute1 "attr45350") ) +(myObject (attribute1 "attr45351") ) +(myObject (attribute1 "attr45352") ) +(myObject (attribute1 "attr45353") ) +(myObject (attribute1 "attr45354") ) +(myObject (attribute1 "attr45355") ) +(myObject (attribute1 "attr45356") ) +(myObject (attribute1 "attr45357") ) +(myObject (attribute1 "attr45358") ) +(myObject (attribute1 "attr45359") ) +(myObject (attribute1 "attr45360") ) +(myObject (attribute1 "attr45361") ) +(myObject (attribute1 "attr45362") ) +(myObject (attribute1 "attr45363") ) +(myObject (attribute1 "attr45364") ) +(myObject (attribute1 "attr45365") ) +(myObject (attribute1 "attr45366") ) +(myObject (attribute1 "attr45367") ) +(myObject (attribute1 "attr45368") ) +(myObject (attribute1 "attr45369") ) +(myObject (attribute1 "attr45370") ) +(myObject (attribute1 "attr45371") ) +(myObject (attribute1 "attr45372") ) +(myObject (attribute1 "attr45373") ) +(myObject (attribute1 "attr45374") ) +(myObject (attribute1 "attr45375") ) +(myObject (attribute1 "attr45376") ) +(myObject (attribute1 "attr45377") ) +(myObject (attribute1 "attr45378") ) +(myObject (attribute1 "attr45379") ) +(myObject (attribute1 "attr45380") ) +(myObject (attribute1 "attr45381") ) +(myObject (attribute1 "attr45382") ) +(myObject (attribute1 "attr45383") ) +(myObject (attribute1 "attr45384") ) +(myObject (attribute1 "attr45385") ) +(myObject (attribute1 "attr45386") ) +(myObject (attribute1 "attr45387") ) +(myObject (attribute1 "attr45388") ) +(myObject (attribute1 "attr45389") ) +(myObject (attribute1 "attr45390") ) +(myObject (attribute1 "attr45391") ) +(myObject (attribute1 "attr45392") ) +(myObject (attribute1 "attr45393") ) +(myObject (attribute1 "attr45394") ) +(myObject (attribute1 "attr45395") ) +(myObject (attribute1 "attr45396") ) +(myObject (attribute1 "attr45397") ) +(myObject (attribute1 "attr45398") ) +(myObject (attribute1 "attr45399") ) +(myObject (attribute1 "attr45400") ) +(myObject (attribute1 "attr45401") ) +(myObject (attribute1 "attr45402") ) +(myObject (attribute1 "attr45403") ) +(myObject (attribute1 "attr45404") ) +(myObject (attribute1 "attr45405") ) +(myObject (attribute1 "attr45406") ) +(myObject (attribute1 "attr45407") ) +(myObject (attribute1 "attr45408") ) +(myObject (attribute1 "attr45409") ) +(myObject (attribute1 "attr45410") ) +(myObject (attribute1 "attr45411") ) +(myObject (attribute1 "attr45412") ) +(myObject (attribute1 "attr45413") ) +(myObject (attribute1 "attr45414") ) +(myObject (attribute1 "attr45415") ) +(myObject (attribute1 "attr45416") ) +(myObject (attribute1 "attr45417") ) +(myObject (attribute1 "attr45418") ) +(myObject (attribute1 "attr45419") ) +(myObject (attribute1 "attr45420") ) +(myObject (attribute1 "attr45421") ) +(myObject (attribute1 "attr45422") ) +(myObject (attribute1 "attr45423") ) +(myObject (attribute1 "attr45424") ) +(myObject (attribute1 "attr45425") ) +(myObject (attribute1 "attr45426") ) +(myObject (attribute1 "attr45427") ) +(myObject (attribute1 "attr45428") ) +(myObject (attribute1 "attr45429") ) +(myObject (attribute1 "attr45430") ) +(myObject (attribute1 "attr45431") ) +(myObject (attribute1 "attr45432") ) +(myObject (attribute1 "attr45433") ) +(myObject (attribute1 "attr45434") ) +(myObject (attribute1 "attr45435") ) +(myObject (attribute1 "attr45436") ) +(myObject (attribute1 "attr45437") ) +(myObject (attribute1 "attr45438") ) +(myObject (attribute1 "attr45439") ) +(myObject (attribute1 "attr45440") ) +(myObject (attribute1 "attr45441") ) +(myObject (attribute1 "attr45442") ) +(myObject (attribute1 "attr45443") ) +(myObject (attribute1 "attr45444") ) +(myObject (attribute1 "attr45445") ) +(myObject (attribute1 "attr45446") ) +(myObject (attribute1 "attr45447") ) +(myObject (attribute1 "attr45448") ) +(myObject (attribute1 "attr45449") ) +(myObject (attribute1 "attr45450") ) +(myObject (attribute1 "attr45451") ) +(myObject (attribute1 "attr45452") ) +(myObject (attribute1 "attr45453") ) +(myObject (attribute1 "attr45454") ) +(myObject (attribute1 "attr45455") ) +(myObject (attribute1 "attr45456") ) +(myObject (attribute1 "attr45457") ) +(myObject (attribute1 "attr45458") ) +(myObject (attribute1 "attr45459") ) +(myObject (attribute1 "attr45460") ) +(myObject (attribute1 "attr45461") ) +(myObject (attribute1 "attr45462") ) +(myObject (attribute1 "attr45463") ) +(myObject (attribute1 "attr45464") ) +(myObject (attribute1 "attr45465") ) +(myObject (attribute1 "attr45466") ) +(myObject (attribute1 "attr45467") ) +(myObject (attribute1 "attr45468") ) +(myObject (attribute1 "attr45469") ) +(myObject (attribute1 "attr45470") ) +(myObject (attribute1 "attr45471") ) +(myObject (attribute1 "attr45472") ) +(myObject (attribute1 "attr45473") ) +(myObject (attribute1 "attr45474") ) +(myObject (attribute1 "attr45475") ) +(myObject (attribute1 "attr45476") ) +(myObject (attribute1 "attr45477") ) +(myObject (attribute1 "attr45478") ) +(myObject (attribute1 "attr45479") ) +(myObject (attribute1 "attr45480") ) +(myObject (attribute1 "attr45481") ) +(myObject (attribute1 "attr45482") ) +(myObject (attribute1 "attr45483") ) +(myObject (attribute1 "attr45484") ) +(myObject (attribute1 "attr45485") ) +(myObject (attribute1 "attr45486") ) +(myObject (attribute1 "attr45487") ) +(myObject (attribute1 "attr45488") ) +(myObject (attribute1 "attr45489") ) +(myObject (attribute1 "attr45490") ) +(myObject (attribute1 "attr45491") ) +(myObject (attribute1 "attr45492") ) +(myObject (attribute1 "attr45493") ) +(myObject (attribute1 "attr45494") ) +(myObject (attribute1 "attr45495") ) +(myObject (attribute1 "attr45496") ) +(myObject (attribute1 "attr45497") ) +(myObject (attribute1 "attr45498") ) +(myObject (attribute1 "attr45499") ) +(myObject (attribute1 "attr45500") ) +(myObject (attribute1 "attr45501") ) +(myObject (attribute1 "attr45502") ) +(myObject (attribute1 "attr45503") ) +(myObject (attribute1 "attr45504") ) +(myObject (attribute1 "attr45505") ) +(myObject (attribute1 "attr45506") ) +(myObject (attribute1 "attr45507") ) +(myObject (attribute1 "attr45508") ) +(myObject (attribute1 "attr45509") ) +(myObject (attribute1 "attr45510") ) +(myObject (attribute1 "attr45511") ) +(myObject (attribute1 "attr45512") ) +(myObject (attribute1 "attr45513") ) +(myObject (attribute1 "attr45514") ) +(myObject (attribute1 "attr45515") ) +(myObject (attribute1 "attr45516") ) +(myObject (attribute1 "attr45517") ) +(myObject (attribute1 "attr45518") ) +(myObject (attribute1 "attr45519") ) +(myObject (attribute1 "attr45520") ) +(myObject (attribute1 "attr45521") ) +(myObject (attribute1 "attr45522") ) +(myObject (attribute1 "attr45523") ) +(myObject (attribute1 "attr45524") ) +(myObject (attribute1 "attr45525") ) +(myObject (attribute1 "attr45526") ) +(myObject (attribute1 "attr45527") ) +(myObject (attribute1 "attr45528") ) +(myObject (attribute1 "attr45529") ) +(myObject (attribute1 "attr45530") ) +(myObject (attribute1 "attr45531") ) +(myObject (attribute1 "attr45532") ) +(myObject (attribute1 "attr45533") ) +(myObject (attribute1 "attr45534") ) +(myObject (attribute1 "attr45535") ) +(myObject (attribute1 "attr45536") ) +(myObject (attribute1 "attr45537") ) +(myObject (attribute1 "attr45538") ) +(myObject (attribute1 "attr45539") ) +(myObject (attribute1 "attr45540") ) +(myObject (attribute1 "attr45541") ) +(myObject (attribute1 "attr45542") ) +(myObject (attribute1 "attr45543") ) +(myObject (attribute1 "attr45544") ) +(myObject (attribute1 "attr45545") ) +(myObject (attribute1 "attr45546") ) +(myObject (attribute1 "attr45547") ) +(myObject (attribute1 "attr45548") ) +(myObject (attribute1 "attr45549") ) +(myObject (attribute1 "attr45550") ) +(myObject (attribute1 "attr45551") ) +(myObject (attribute1 "attr45552") ) +(myObject (attribute1 "attr45553") ) +(myObject (attribute1 "attr45554") ) +(myObject (attribute1 "attr45555") ) +(myObject (attribute1 "attr45556") ) +(myObject (attribute1 "attr45557") ) +(myObject (attribute1 "attr45558") ) +(myObject (attribute1 "attr45559") ) +(myObject (attribute1 "attr45560") ) +(myObject (attribute1 "attr45561") ) +(myObject (attribute1 "attr45562") ) +(myObject (attribute1 "attr45563") ) +(myObject (attribute1 "attr45564") ) +(myObject (attribute1 "attr45565") ) +(myObject (attribute1 "attr45566") ) +(myObject (attribute1 "attr45567") ) +(myObject (attribute1 "attr45568") ) +(myObject (attribute1 "attr45569") ) +(myObject (attribute1 "attr45570") ) +(myObject (attribute1 "attr45571") ) +(myObject (attribute1 "attr45572") ) +(myObject (attribute1 "attr45573") ) +(myObject (attribute1 "attr45574") ) +(myObject (attribute1 "attr45575") ) +(myObject (attribute1 "attr45576") ) +(myObject (attribute1 "attr45577") ) +(myObject (attribute1 "attr45578") ) +(myObject (attribute1 "attr45579") ) +(myObject (attribute1 "attr45580") ) +(myObject (attribute1 "attr45581") ) +(myObject (attribute1 "attr45582") ) +(myObject (attribute1 "attr45583") ) +(myObject (attribute1 "attr45584") ) +(myObject (attribute1 "attr45585") ) +(myObject (attribute1 "attr45586") ) +(myObject (attribute1 "attr45587") ) +(myObject (attribute1 "attr45588") ) +(myObject (attribute1 "attr45589") ) +(myObject (attribute1 "attr45590") ) +(myObject (attribute1 "attr45591") ) +(myObject (attribute1 "attr45592") ) +(myObject (attribute1 "attr45593") ) +(myObject (attribute1 "attr45594") ) +(myObject (attribute1 "attr45595") ) +(myObject (attribute1 "attr45596") ) +(myObject (attribute1 "attr45597") ) +(myObject (attribute1 "attr45598") ) +(myObject (attribute1 "attr45599") ) +(myObject (attribute1 "attr45600") ) +(myObject (attribute1 "attr45601") ) +(myObject (attribute1 "attr45602") ) +(myObject (attribute1 "attr45603") ) +(myObject (attribute1 "attr45604") ) +(myObject (attribute1 "attr45605") ) +(myObject (attribute1 "attr45606") ) +(myObject (attribute1 "attr45607") ) +(myObject (attribute1 "attr45608") ) +(myObject (attribute1 "attr45609") ) +(myObject (attribute1 "attr45610") ) +(myObject (attribute1 "attr45611") ) +(myObject (attribute1 "attr45612") ) +(myObject (attribute1 "attr45613") ) +(myObject (attribute1 "attr45614") ) +(myObject (attribute1 "attr45615") ) +(myObject (attribute1 "attr45616") ) +(myObject (attribute1 "attr45617") ) +(myObject (attribute1 "attr45618") ) +(myObject (attribute1 "attr45619") ) +(myObject (attribute1 "attr45620") ) +(myObject (attribute1 "attr45621") ) +(myObject (attribute1 "attr45622") ) +(myObject (attribute1 "attr45623") ) +(myObject (attribute1 "attr45624") ) +(myObject (attribute1 "attr45625") ) +(myObject (attribute1 "attr45626") ) +(myObject (attribute1 "attr45627") ) +(myObject (attribute1 "attr45628") ) +(myObject (attribute1 "attr45629") ) +(myObject (attribute1 "attr45630") ) +(myObject (attribute1 "attr45631") ) +(myObject (attribute1 "attr45632") ) +(myObject (attribute1 "attr45633") ) +(myObject (attribute1 "attr45634") ) +(myObject (attribute1 "attr45635") ) +(myObject (attribute1 "attr45636") ) +(myObject (attribute1 "attr45637") ) +(myObject (attribute1 "attr45638") ) +(myObject (attribute1 "attr45639") ) +(myObject (attribute1 "attr45640") ) +(myObject (attribute1 "attr45641") ) +(myObject (attribute1 "attr45642") ) +(myObject (attribute1 "attr45643") ) +(myObject (attribute1 "attr45644") ) +(myObject (attribute1 "attr45645") ) +(myObject (attribute1 "attr45646") ) +(myObject (attribute1 "attr45647") ) +(myObject (attribute1 "attr45648") ) +(myObject (attribute1 "attr45649") ) +(myObject (attribute1 "attr45650") ) +(myObject (attribute1 "attr45651") ) +(myObject (attribute1 "attr45652") ) +(myObject (attribute1 "attr45653") ) +(myObject (attribute1 "attr45654") ) +(myObject (attribute1 "attr45655") ) +(myObject (attribute1 "attr45656") ) +(myObject (attribute1 "attr45657") ) +(myObject (attribute1 "attr45658") ) +(myObject (attribute1 "attr45659") ) +(myObject (attribute1 "attr45660") ) +(myObject (attribute1 "attr45661") ) +(myObject (attribute1 "attr45662") ) +(myObject (attribute1 "attr45663") ) +(myObject (attribute1 "attr45664") ) +(myObject (attribute1 "attr45665") ) +(myObject (attribute1 "attr45666") ) +(myObject (attribute1 "attr45667") ) +(myObject (attribute1 "attr45668") ) +(myObject (attribute1 "attr45669") ) +(myObject (attribute1 "attr45670") ) +(myObject (attribute1 "attr45671") ) +(myObject (attribute1 "attr45672") ) +(myObject (attribute1 "attr45673") ) +(myObject (attribute1 "attr45674") ) +(myObject (attribute1 "attr45675") ) +(myObject (attribute1 "attr45676") ) +(myObject (attribute1 "attr45677") ) +(myObject (attribute1 "attr45678") ) +(myObject (attribute1 "attr45679") ) +(myObject (attribute1 "attr45680") ) +(myObject (attribute1 "attr45681") ) +(myObject (attribute1 "attr45682") ) +(myObject (attribute1 "attr45683") ) +(myObject (attribute1 "attr45684") ) +(myObject (attribute1 "attr45685") ) +(myObject (attribute1 "attr45686") ) +(myObject (attribute1 "attr45687") ) +(myObject (attribute1 "attr45688") ) +(myObject (attribute1 "attr45689") ) +(myObject (attribute1 "attr45690") ) +(myObject (attribute1 "attr45691") ) +(myObject (attribute1 "attr45692") ) +(myObject (attribute1 "attr45693") ) +(myObject (attribute1 "attr45694") ) +(myObject (attribute1 "attr45695") ) +(myObject (attribute1 "attr45696") ) +(myObject (attribute1 "attr45697") ) +(myObject (attribute1 "attr45698") ) +(myObject (attribute1 "attr45699") ) +(myObject (attribute1 "attr45700") ) +(myObject (attribute1 "attr45701") ) +(myObject (attribute1 "attr45702") ) +(myObject (attribute1 "attr45703") ) +(myObject (attribute1 "attr45704") ) +(myObject (attribute1 "attr45705") ) +(myObject (attribute1 "attr45706") ) +(myObject (attribute1 "attr45707") ) +(myObject (attribute1 "attr45708") ) +(myObject (attribute1 "attr45709") ) +(myObject (attribute1 "attr45710") ) +(myObject (attribute1 "attr45711") ) +(myObject (attribute1 "attr45712") ) +(myObject (attribute1 "attr45713") ) +(myObject (attribute1 "attr45714") ) +(myObject (attribute1 "attr45715") ) +(myObject (attribute1 "attr45716") ) +(myObject (attribute1 "attr45717") ) +(myObject (attribute1 "attr45718") ) +(myObject (attribute1 "attr45719") ) +(myObject (attribute1 "attr45720") ) +(myObject (attribute1 "attr45721") ) +(myObject (attribute1 "attr45722") ) +(myObject (attribute1 "attr45723") ) +(myObject (attribute1 "attr45724") ) +(myObject (attribute1 "attr45725") ) +(myObject (attribute1 "attr45726") ) +(myObject (attribute1 "attr45727") ) +(myObject (attribute1 "attr45728") ) +(myObject (attribute1 "attr45729") ) +(myObject (attribute1 "attr45730") ) +(myObject (attribute1 "attr45731") ) +(myObject (attribute1 "attr45732") ) +(myObject (attribute1 "attr45733") ) +(myObject (attribute1 "attr45734") ) +(myObject (attribute1 "attr45735") ) +(myObject (attribute1 "attr45736") ) +(myObject (attribute1 "attr45737") ) +(myObject (attribute1 "attr45738") ) +(myObject (attribute1 "attr45739") ) +(myObject (attribute1 "attr45740") ) +(myObject (attribute1 "attr45741") ) +(myObject (attribute1 "attr45742") ) +(myObject (attribute1 "attr45743") ) +(myObject (attribute1 "attr45744") ) +(myObject (attribute1 "attr45745") ) +(myObject (attribute1 "attr45746") ) +(myObject (attribute1 "attr45747") ) +(myObject (attribute1 "attr45748") ) +(myObject (attribute1 "attr45749") ) +(myObject (attribute1 "attr45750") ) +(myObject (attribute1 "attr45751") ) +(myObject (attribute1 "attr45752") ) +(myObject (attribute1 "attr45753") ) +(myObject (attribute1 "attr45754") ) +(myObject (attribute1 "attr45755") ) +(myObject (attribute1 "attr45756") ) +(myObject (attribute1 "attr45757") ) +(myObject (attribute1 "attr45758") ) +(myObject (attribute1 "attr45759") ) +(myObject (attribute1 "attr45760") ) +(myObject (attribute1 "attr45761") ) +(myObject (attribute1 "attr45762") ) +(myObject (attribute1 "attr45763") ) +(myObject (attribute1 "attr45764") ) +(myObject (attribute1 "attr45765") ) +(myObject (attribute1 "attr45766") ) +(myObject (attribute1 "attr45767") ) +(myObject (attribute1 "attr45768") ) +(myObject (attribute1 "attr45769") ) +(myObject (attribute1 "attr45770") ) +(myObject (attribute1 "attr45771") ) +(myObject (attribute1 "attr45772") ) +(myObject (attribute1 "attr45773") ) +(myObject (attribute1 "attr45774") ) +(myObject (attribute1 "attr45775") ) +(myObject (attribute1 "attr45776") ) +(myObject (attribute1 "attr45777") ) +(myObject (attribute1 "attr45778") ) +(myObject (attribute1 "attr45779") ) +(myObject (attribute1 "attr45780") ) +(myObject (attribute1 "attr45781") ) +(myObject (attribute1 "attr45782") ) +(myObject (attribute1 "attr45783") ) +(myObject (attribute1 "attr45784") ) +(myObject (attribute1 "attr45785") ) +(myObject (attribute1 "attr45786") ) +(myObject (attribute1 "attr45787") ) +(myObject (attribute1 "attr45788") ) +(myObject (attribute1 "attr45789") ) +(myObject (attribute1 "attr45790") ) +(myObject (attribute1 "attr45791") ) +(myObject (attribute1 "attr45792") ) +(myObject (attribute1 "attr45793") ) +(myObject (attribute1 "attr45794") ) +(myObject (attribute1 "attr45795") ) +(myObject (attribute1 "attr45796") ) +(myObject (attribute1 "attr45797") ) +(myObject (attribute1 "attr45798") ) +(myObject (attribute1 "attr45799") ) +(myObject (attribute1 "attr45800") ) +(myObject (attribute1 "attr45801") ) +(myObject (attribute1 "attr45802") ) +(myObject (attribute1 "attr45803") ) +(myObject (attribute1 "attr45804") ) +(myObject (attribute1 "attr45805") ) +(myObject (attribute1 "attr45806") ) +(myObject (attribute1 "attr45807") ) +(myObject (attribute1 "attr45808") ) +(myObject (attribute1 "attr45809") ) +(myObject (attribute1 "attr45810") ) +(myObject (attribute1 "attr45811") ) +(myObject (attribute1 "attr45812") ) +(myObject (attribute1 "attr45813") ) +(myObject (attribute1 "attr45814") ) +(myObject (attribute1 "attr45815") ) +(myObject (attribute1 "attr45816") ) +(myObject (attribute1 "attr45817") ) +(myObject (attribute1 "attr45818") ) +(myObject (attribute1 "attr45819") ) +(myObject (attribute1 "attr45820") ) +(myObject (attribute1 "attr45821") ) +(myObject (attribute1 "attr45822") ) +(myObject (attribute1 "attr45823") ) +(myObject (attribute1 "attr45824") ) +(myObject (attribute1 "attr45825") ) +(myObject (attribute1 "attr45826") ) +(myObject (attribute1 "attr45827") ) +(myObject (attribute1 "attr45828") ) +(myObject (attribute1 "attr45829") ) +(myObject (attribute1 "attr45830") ) +(myObject (attribute1 "attr45831") ) +(myObject (attribute1 "attr45832") ) +(myObject (attribute1 "attr45833") ) +(myObject (attribute1 "attr45834") ) +(myObject (attribute1 "attr45835") ) +(myObject (attribute1 "attr45836") ) +(myObject (attribute1 "attr45837") ) +(myObject (attribute1 "attr45838") ) +(myObject (attribute1 "attr45839") ) +(myObject (attribute1 "attr45840") ) +(myObject (attribute1 "attr45841") ) +(myObject (attribute1 "attr45842") ) +(myObject (attribute1 "attr45843") ) +(myObject (attribute1 "attr45844") ) +(myObject (attribute1 "attr45845") ) +(myObject (attribute1 "attr45846") ) +(myObject (attribute1 "attr45847") ) +(myObject (attribute1 "attr45848") ) +(myObject (attribute1 "attr45849") ) +(myObject (attribute1 "attr45850") ) +(myObject (attribute1 "attr45851") ) +(myObject (attribute1 "attr45852") ) +(myObject (attribute1 "attr45853") ) +(myObject (attribute1 "attr45854") ) +(myObject (attribute1 "attr45855") ) +(myObject (attribute1 "attr45856") ) +(myObject (attribute1 "attr45857") ) +(myObject (attribute1 "attr45858") ) +(myObject (attribute1 "attr45859") ) +(myObject (attribute1 "attr45860") ) +(myObject (attribute1 "attr45861") ) +(myObject (attribute1 "attr45862") ) +(myObject (attribute1 "attr45863") ) +(myObject (attribute1 "attr45864") ) +(myObject (attribute1 "attr45865") ) +(myObject (attribute1 "attr45866") ) +(myObject (attribute1 "attr45867") ) +(myObject (attribute1 "attr45868") ) +(myObject (attribute1 "attr45869") ) +(myObject (attribute1 "attr45870") ) +(myObject (attribute1 "attr45871") ) +(myObject (attribute1 "attr45872") ) +(myObject (attribute1 "attr45873") ) +(myObject (attribute1 "attr45874") ) +(myObject (attribute1 "attr45875") ) +(myObject (attribute1 "attr45876") ) +(myObject (attribute1 "attr45877") ) +(myObject (attribute1 "attr45878") ) +(myObject (attribute1 "attr45879") ) +(myObject (attribute1 "attr45880") ) +(myObject (attribute1 "attr45881") ) +(myObject (attribute1 "attr45882") ) +(myObject (attribute1 "attr45883") ) +(myObject (attribute1 "attr45884") ) +(myObject (attribute1 "attr45885") ) +(myObject (attribute1 "attr45886") ) +(myObject (attribute1 "attr45887") ) +(myObject (attribute1 "attr45888") ) +(myObject (attribute1 "attr45889") ) +(myObject (attribute1 "attr45890") ) +(myObject (attribute1 "attr45891") ) +(myObject (attribute1 "attr45892") ) +(myObject (attribute1 "attr45893") ) +(myObject (attribute1 "attr45894") ) +(myObject (attribute1 "attr45895") ) +(myObject (attribute1 "attr45896") ) +(myObject (attribute1 "attr45897") ) +(myObject (attribute1 "attr45898") ) +(myObject (attribute1 "attr45899") ) +(myObject (attribute1 "attr45900") ) +(myObject (attribute1 "attr45901") ) +(myObject (attribute1 "attr45902") ) +(myObject (attribute1 "attr45903") ) +(myObject (attribute1 "attr45904") ) +(myObject (attribute1 "attr45905") ) +(myObject (attribute1 "attr45906") ) +(myObject (attribute1 "attr45907") ) +(myObject (attribute1 "attr45908") ) +(myObject (attribute1 "attr45909") ) +(myObject (attribute1 "attr45910") ) +(myObject (attribute1 "attr45911") ) +(myObject (attribute1 "attr45912") ) +(myObject (attribute1 "attr45913") ) +(myObject (attribute1 "attr45914") ) +(myObject (attribute1 "attr45915") ) +(myObject (attribute1 "attr45916") ) +(myObject (attribute1 "attr45917") ) +(myObject (attribute1 "attr45918") ) +(myObject (attribute1 "attr45919") ) +(myObject (attribute1 "attr45920") ) +(myObject (attribute1 "attr45921") ) +(myObject (attribute1 "attr45922") ) +(myObject (attribute1 "attr45923") ) +(myObject (attribute1 "attr45924") ) +(myObject (attribute1 "attr45925") ) +(myObject (attribute1 "attr45926") ) +(myObject (attribute1 "attr45927") ) +(myObject (attribute1 "attr45928") ) +(myObject (attribute1 "attr45929") ) +(myObject (attribute1 "attr45930") ) +(myObject (attribute1 "attr45931") ) +(myObject (attribute1 "attr45932") ) +(myObject (attribute1 "attr45933") ) +(myObject (attribute1 "attr45934") ) +(myObject (attribute1 "attr45935") ) +(myObject (attribute1 "attr45936") ) +(myObject (attribute1 "attr45937") ) +(myObject (attribute1 "attr45938") ) +(myObject (attribute1 "attr45939") ) +(myObject (attribute1 "attr45940") ) +(myObject (attribute1 "attr45941") ) +(myObject (attribute1 "attr45942") ) +(myObject (attribute1 "attr45943") ) +(myObject (attribute1 "attr45944") ) +(myObject (attribute1 "attr45945") ) +(myObject (attribute1 "attr45946") ) +(myObject (attribute1 "attr45947") ) +(myObject (attribute1 "attr45948") ) +(myObject (attribute1 "attr45949") ) +(myObject (attribute1 "attr45950") ) +(myObject (attribute1 "attr45951") ) +(myObject (attribute1 "attr45952") ) +(myObject (attribute1 "attr45953") ) +(myObject (attribute1 "attr45954") ) +(myObject (attribute1 "attr45955") ) +(myObject (attribute1 "attr45956") ) +(myObject (attribute1 "attr45957") ) +(myObject (attribute1 "attr45958") ) +(myObject (attribute1 "attr45959") ) +(myObject (attribute1 "attr45960") ) +(myObject (attribute1 "attr45961") ) +(myObject (attribute1 "attr45962") ) +(myObject (attribute1 "attr45963") ) +(myObject (attribute1 "attr45964") ) +(myObject (attribute1 "attr45965") ) +(myObject (attribute1 "attr45966") ) +(myObject (attribute1 "attr45967") ) +(myObject (attribute1 "attr45968") ) +(myObject (attribute1 "attr45969") ) +(myObject (attribute1 "attr45970") ) +(myObject (attribute1 "attr45971") ) +(myObject (attribute1 "attr45972") ) +(myObject (attribute1 "attr45973") ) +(myObject (attribute1 "attr45974") ) +(myObject (attribute1 "attr45975") ) +(myObject (attribute1 "attr45976") ) +(myObject (attribute1 "attr45977") ) +(myObject (attribute1 "attr45978") ) +(myObject (attribute1 "attr45979") ) +(myObject (attribute1 "attr45980") ) +(myObject (attribute1 "attr45981") ) +(myObject (attribute1 "attr45982") ) +(myObject (attribute1 "attr45983") ) +(myObject (attribute1 "attr45984") ) +(myObject (attribute1 "attr45985") ) +(myObject (attribute1 "attr45986") ) +(myObject (attribute1 "attr45987") ) +(myObject (attribute1 "attr45988") ) +(myObject (attribute1 "attr45989") ) +(myObject (attribute1 "attr45990") ) +(myObject (attribute1 "attr45991") ) +(myObject (attribute1 "attr45992") ) +(myObject (attribute1 "attr45993") ) +(myObject (attribute1 "attr45994") ) +(myObject (attribute1 "attr45995") ) +(myObject (attribute1 "attr45996") ) +(myObject (attribute1 "attr45997") ) +(myObject (attribute1 "attr45998") ) +(myObject (attribute1 "attr45999") ) +(myObject (attribute1 "attr46000") ) +(myObject (attribute1 "attr46001") ) +(myObject (attribute1 "attr46002") ) +(myObject (attribute1 "attr46003") ) +(myObject (attribute1 "attr46004") ) +(myObject (attribute1 "attr46005") ) +(myObject (attribute1 "attr46006") ) +(myObject (attribute1 "attr46007") ) +(myObject (attribute1 "attr46008") ) +(myObject (attribute1 "attr46009") ) +(myObject (attribute1 "attr46010") ) +(myObject (attribute1 "attr46011") ) +(myObject (attribute1 "attr46012") ) +(myObject (attribute1 "attr46013") ) +(myObject (attribute1 "attr46014") ) +(myObject (attribute1 "attr46015") ) +(myObject (attribute1 "attr46016") ) +(myObject (attribute1 "attr46017") ) +(myObject (attribute1 "attr46018") ) +(myObject (attribute1 "attr46019") ) +(myObject (attribute1 "attr46020") ) +(myObject (attribute1 "attr46021") ) +(myObject (attribute1 "attr46022") ) +(myObject (attribute1 "attr46023") ) +(myObject (attribute1 "attr46024") ) +(myObject (attribute1 "attr46025") ) +(myObject (attribute1 "attr46026") ) +(myObject (attribute1 "attr46027") ) +(myObject (attribute1 "attr46028") ) +(myObject (attribute1 "attr46029") ) +(myObject (attribute1 "attr46030") ) +(myObject (attribute1 "attr46031") ) +(myObject (attribute1 "attr46032") ) +(myObject (attribute1 "attr46033") ) +(myObject (attribute1 "attr46034") ) +(myObject (attribute1 "attr46035") ) +(myObject (attribute1 "attr46036") ) +(myObject (attribute1 "attr46037") ) +(myObject (attribute1 "attr46038") ) +(myObject (attribute1 "attr46039") ) +(myObject (attribute1 "attr46040") ) +(myObject (attribute1 "attr46041") ) +(myObject (attribute1 "attr46042") ) +(myObject (attribute1 "attr46043") ) +(myObject (attribute1 "attr46044") ) +(myObject (attribute1 "attr46045") ) +(myObject (attribute1 "attr46046") ) +(myObject (attribute1 "attr46047") ) +(myObject (attribute1 "attr46048") ) +(myObject (attribute1 "attr46049") ) +(myObject (attribute1 "attr46050") ) +(myObject (attribute1 "attr46051") ) +(myObject (attribute1 "attr46052") ) +(myObject (attribute1 "attr46053") ) +(myObject (attribute1 "attr46054") ) +(myObject (attribute1 "attr46055") ) +(myObject (attribute1 "attr46056") ) +(myObject (attribute1 "attr46057") ) +(myObject (attribute1 "attr46058") ) +(myObject (attribute1 "attr46059") ) +(myObject (attribute1 "attr46060") ) +(myObject (attribute1 "attr46061") ) +(myObject (attribute1 "attr46062") ) +(myObject (attribute1 "attr46063") ) +(myObject (attribute1 "attr46064") ) +(myObject (attribute1 "attr46065") ) +(myObject (attribute1 "attr46066") ) +(myObject (attribute1 "attr46067") ) +(myObject (attribute1 "attr46068") ) +(myObject (attribute1 "attr46069") ) +(myObject (attribute1 "attr46070") ) +(myObject (attribute1 "attr46071") ) +(myObject (attribute1 "attr46072") ) +(myObject (attribute1 "attr46073") ) +(myObject (attribute1 "attr46074") ) +(myObject (attribute1 "attr46075") ) +(myObject (attribute1 "attr46076") ) +(myObject (attribute1 "attr46077") ) +(myObject (attribute1 "attr46078") ) +(myObject (attribute1 "attr46079") ) +(myObject (attribute1 "attr46080") ) +(myObject (attribute1 "attr46081") ) +(myObject (attribute1 "attr46082") ) +(myObject (attribute1 "attr46083") ) +(myObject (attribute1 "attr46084") ) +(myObject (attribute1 "attr46085") ) +(myObject (attribute1 "attr46086") ) +(myObject (attribute1 "attr46087") ) +(myObject (attribute1 "attr46088") ) +(myObject (attribute1 "attr46089") ) +(myObject (attribute1 "attr46090") ) +(myObject (attribute1 "attr46091") ) +(myObject (attribute1 "attr46092") ) +(myObject (attribute1 "attr46093") ) +(myObject (attribute1 "attr46094") ) +(myObject (attribute1 "attr46095") ) +(myObject (attribute1 "attr46096") ) +(myObject (attribute1 "attr46097") ) +(myObject (attribute1 "attr46098") ) +(myObject (attribute1 "attr46099") ) +(myObject (attribute1 "attr46100") ) +(myObject (attribute1 "attr46101") ) +(myObject (attribute1 "attr46102") ) +(myObject (attribute1 "attr46103") ) +(myObject (attribute1 "attr46104") ) +(myObject (attribute1 "attr46105") ) +(myObject (attribute1 "attr46106") ) +(myObject (attribute1 "attr46107") ) +(myObject (attribute1 "attr46108") ) +(myObject (attribute1 "attr46109") ) +(myObject (attribute1 "attr46110") ) +(myObject (attribute1 "attr46111") ) +(myObject (attribute1 "attr46112") ) +(myObject (attribute1 "attr46113") ) +(myObject (attribute1 "attr46114") ) +(myObject (attribute1 "attr46115") ) +(myObject (attribute1 "attr46116") ) +(myObject (attribute1 "attr46117") ) +(myObject (attribute1 "attr46118") ) +(myObject (attribute1 "attr46119") ) +(myObject (attribute1 "attr46120") ) +(myObject (attribute1 "attr46121") ) +(myObject (attribute1 "attr46122") ) +(myObject (attribute1 "attr46123") ) +(myObject (attribute1 "attr46124") ) +(myObject (attribute1 "attr46125") ) +(myObject (attribute1 "attr46126") ) +(myObject (attribute1 "attr46127") ) +(myObject (attribute1 "attr46128") ) +(myObject (attribute1 "attr46129") ) +(myObject (attribute1 "attr46130") ) +(myObject (attribute1 "attr46131") ) +(myObject (attribute1 "attr46132") ) +(myObject (attribute1 "attr46133") ) +(myObject (attribute1 "attr46134") ) +(myObject (attribute1 "attr46135") ) +(myObject (attribute1 "attr46136") ) +(myObject (attribute1 "attr46137") ) +(myObject (attribute1 "attr46138") ) +(myObject (attribute1 "attr46139") ) +(myObject (attribute1 "attr46140") ) +(myObject (attribute1 "attr46141") ) +(myObject (attribute1 "attr46142") ) +(myObject (attribute1 "attr46143") ) +(myObject (attribute1 "attr46144") ) +(myObject (attribute1 "attr46145") ) +(myObject (attribute1 "attr46146") ) +(myObject (attribute1 "attr46147") ) +(myObject (attribute1 "attr46148") ) +(myObject (attribute1 "attr46149") ) +(myObject (attribute1 "attr46150") ) +(myObject (attribute1 "attr46151") ) +(myObject (attribute1 "attr46152") ) +(myObject (attribute1 "attr46153") ) +(myObject (attribute1 "attr46154") ) +(myObject (attribute1 "attr46155") ) +(myObject (attribute1 "attr46156") ) +(myObject (attribute1 "attr46157") ) +(myObject (attribute1 "attr46158") ) +(myObject (attribute1 "attr46159") ) +(myObject (attribute1 "attr46160") ) +(myObject (attribute1 "attr46161") ) +(myObject (attribute1 "attr46162") ) +(myObject (attribute1 "attr46163") ) +(myObject (attribute1 "attr46164") ) +(myObject (attribute1 "attr46165") ) +(myObject (attribute1 "attr46166") ) +(myObject (attribute1 "attr46167") ) +(myObject (attribute1 "attr46168") ) +(myObject (attribute1 "attr46169") ) +(myObject (attribute1 "attr46170") ) +(myObject (attribute1 "attr46171") ) +(myObject (attribute1 "attr46172") ) +(myObject (attribute1 "attr46173") ) +(myObject (attribute1 "attr46174") ) +(myObject (attribute1 "attr46175") ) +(myObject (attribute1 "attr46176") ) +(myObject (attribute1 "attr46177") ) +(myObject (attribute1 "attr46178") ) +(myObject (attribute1 "attr46179") ) +(myObject (attribute1 "attr46180") ) +(myObject (attribute1 "attr46181") ) +(myObject (attribute1 "attr46182") ) +(myObject (attribute1 "attr46183") ) +(myObject (attribute1 "attr46184") ) +(myObject (attribute1 "attr46185") ) +(myObject (attribute1 "attr46186") ) +(myObject (attribute1 "attr46187") ) +(myObject (attribute1 "attr46188") ) +(myObject (attribute1 "attr46189") ) +(myObject (attribute1 "attr46190") ) +(myObject (attribute1 "attr46191") ) +(myObject (attribute1 "attr46192") ) +(myObject (attribute1 "attr46193") ) +(myObject (attribute1 "attr46194") ) +(myObject (attribute1 "attr46195") ) +(myObject (attribute1 "attr46196") ) +(myObject (attribute1 "attr46197") ) +(myObject (attribute1 "attr46198") ) +(myObject (attribute1 "attr46199") ) +(myObject (attribute1 "attr46200") ) +(myObject (attribute1 "attr46201") ) +(myObject (attribute1 "attr46202") ) +(myObject (attribute1 "attr46203") ) +(myObject (attribute1 "attr46204") ) +(myObject (attribute1 "attr46205") ) +(myObject (attribute1 "attr46206") ) +(myObject (attribute1 "attr46207") ) +(myObject (attribute1 "attr46208") ) +(myObject (attribute1 "attr46209") ) +(myObject (attribute1 "attr46210") ) +(myObject (attribute1 "attr46211") ) +(myObject (attribute1 "attr46212") ) +(myObject (attribute1 "attr46213") ) +(myObject (attribute1 "attr46214") ) +(myObject (attribute1 "attr46215") ) +(myObject (attribute1 "attr46216") ) +(myObject (attribute1 "attr46217") ) +(myObject (attribute1 "attr46218") ) +(myObject (attribute1 "attr46219") ) +(myObject (attribute1 "attr46220") ) +(myObject (attribute1 "attr46221") ) +(myObject (attribute1 "attr46222") ) +(myObject (attribute1 "attr46223") ) +(myObject (attribute1 "attr46224") ) +(myObject (attribute1 "attr46225") ) +(myObject (attribute1 "attr46226") ) +(myObject (attribute1 "attr46227") ) +(myObject (attribute1 "attr46228") ) +(myObject (attribute1 "attr46229") ) +(myObject (attribute1 "attr46230") ) +(myObject (attribute1 "attr46231") ) +(myObject (attribute1 "attr46232") ) +(myObject (attribute1 "attr46233") ) +(myObject (attribute1 "attr46234") ) +(myObject (attribute1 "attr46235") ) +(myObject (attribute1 "attr46236") ) +(myObject (attribute1 "attr46237") ) +(myObject (attribute1 "attr46238") ) +(myObject (attribute1 "attr46239") ) +(myObject (attribute1 "attr46240") ) +(myObject (attribute1 "attr46241") ) +(myObject (attribute1 "attr46242") ) +(myObject (attribute1 "attr46243") ) +(myObject (attribute1 "attr46244") ) +(myObject (attribute1 "attr46245") ) +(myObject (attribute1 "attr46246") ) +(myObject (attribute1 "attr46247") ) +(myObject (attribute1 "attr46248") ) +(myObject (attribute1 "attr46249") ) +(myObject (attribute1 "attr46250") ) +(myObject (attribute1 "attr46251") ) +(myObject (attribute1 "attr46252") ) +(myObject (attribute1 "attr46253") ) +(myObject (attribute1 "attr46254") ) +(myObject (attribute1 "attr46255") ) +(myObject (attribute1 "attr46256") ) +(myObject (attribute1 "attr46257") ) +(myObject (attribute1 "attr46258") ) +(myObject (attribute1 "attr46259") ) +(myObject (attribute1 "attr46260") ) +(myObject (attribute1 "attr46261") ) +(myObject (attribute1 "attr46262") ) +(myObject (attribute1 "attr46263") ) +(myObject (attribute1 "attr46264") ) +(myObject (attribute1 "attr46265") ) +(myObject (attribute1 "attr46266") ) +(myObject (attribute1 "attr46267") ) +(myObject (attribute1 "attr46268") ) +(myObject (attribute1 "attr46269") ) +(myObject (attribute1 "attr46270") ) +(myObject (attribute1 "attr46271") ) +(myObject (attribute1 "attr46272") ) +(myObject (attribute1 "attr46273") ) +(myObject (attribute1 "attr46274") ) +(myObject (attribute1 "attr46275") ) +(myObject (attribute1 "attr46276") ) +(myObject (attribute1 "attr46277") ) +(myObject (attribute1 "attr46278") ) +(myObject (attribute1 "attr46279") ) +(myObject (attribute1 "attr46280") ) +(myObject (attribute1 "attr46281") ) +(myObject (attribute1 "attr46282") ) +(myObject (attribute1 "attr46283") ) +(myObject (attribute1 "attr46284") ) +(myObject (attribute1 "attr46285") ) +(myObject (attribute1 "attr46286") ) +(myObject (attribute1 "attr46287") ) +(myObject (attribute1 "attr46288") ) +(myObject (attribute1 "attr46289") ) +(myObject (attribute1 "attr46290") ) +(myObject (attribute1 "attr46291") ) +(myObject (attribute1 "attr46292") ) +(myObject (attribute1 "attr46293") ) +(myObject (attribute1 "attr46294") ) +(myObject (attribute1 "attr46295") ) +(myObject (attribute1 "attr46296") ) +(myObject (attribute1 "attr46297") ) +(myObject (attribute1 "attr46298") ) +(myObject (attribute1 "attr46299") ) +(myObject (attribute1 "attr46300") ) +(myObject (attribute1 "attr46301") ) +(myObject (attribute1 "attr46302") ) +(myObject (attribute1 "attr46303") ) +(myObject (attribute1 "attr46304") ) +(myObject (attribute1 "attr46305") ) +(myObject (attribute1 "attr46306") ) +(myObject (attribute1 "attr46307") ) +(myObject (attribute1 "attr46308") ) +(myObject (attribute1 "attr46309") ) +(myObject (attribute1 "attr46310") ) +(myObject (attribute1 "attr46311") ) +(myObject (attribute1 "attr46312") ) +(myObject (attribute1 "attr46313") ) +(myObject (attribute1 "attr46314") ) +(myObject (attribute1 "attr46315") ) +(myObject (attribute1 "attr46316") ) +(myObject (attribute1 "attr46317") ) +(myObject (attribute1 "attr46318") ) +(myObject (attribute1 "attr46319") ) +(myObject (attribute1 "attr46320") ) +(myObject (attribute1 "attr46321") ) +(myObject (attribute1 "attr46322") ) +(myObject (attribute1 "attr46323") ) +(myObject (attribute1 "attr46324") ) +(myObject (attribute1 "attr46325") ) +(myObject (attribute1 "attr46326") ) +(myObject (attribute1 "attr46327") ) +(myObject (attribute1 "attr46328") ) +(myObject (attribute1 "attr46329") ) +(myObject (attribute1 "attr46330") ) +(myObject (attribute1 "attr46331") ) +(myObject (attribute1 "attr46332") ) +(myObject (attribute1 "attr46333") ) +(myObject (attribute1 "attr46334") ) +(myObject (attribute1 "attr46335") ) +(myObject (attribute1 "attr46336") ) +(myObject (attribute1 "attr46337") ) +(myObject (attribute1 "attr46338") ) +(myObject (attribute1 "attr46339") ) +(myObject (attribute1 "attr46340") ) +(myObject (attribute1 "attr46341") ) +(myObject (attribute1 "attr46342") ) +(myObject (attribute1 "attr46343") ) +(myObject (attribute1 "attr46344") ) +(myObject (attribute1 "attr46345") ) +(myObject (attribute1 "attr46346") ) +(myObject (attribute1 "attr46347") ) +(myObject (attribute1 "attr46348") ) +(myObject (attribute1 "attr46349") ) +(myObject (attribute1 "attr46350") ) +(myObject (attribute1 "attr46351") ) +(myObject (attribute1 "attr46352") ) +(myObject (attribute1 "attr46353") ) +(myObject (attribute1 "attr46354") ) +(myObject (attribute1 "attr46355") ) +(myObject (attribute1 "attr46356") ) +(myObject (attribute1 "attr46357") ) +(myObject (attribute1 "attr46358") ) +(myObject (attribute1 "attr46359") ) +(myObject (attribute1 "attr46360") ) +(myObject (attribute1 "attr46361") ) +(myObject (attribute1 "attr46362") ) +(myObject (attribute1 "attr46363") ) +(myObject (attribute1 "attr46364") ) +(myObject (attribute1 "attr46365") ) +(myObject (attribute1 "attr46366") ) +(myObject (attribute1 "attr46367") ) +(myObject (attribute1 "attr46368") ) +(myObject (attribute1 "attr46369") ) +(myObject (attribute1 "attr46370") ) +(myObject (attribute1 "attr46371") ) +(myObject (attribute1 "attr46372") ) +(myObject (attribute1 "attr46373") ) +(myObject (attribute1 "attr46374") ) +(myObject (attribute1 "attr46375") ) +(myObject (attribute1 "attr46376") ) +(myObject (attribute1 "attr46377") ) +(myObject (attribute1 "attr46378") ) +(myObject (attribute1 "attr46379") ) +(myObject (attribute1 "attr46380") ) +(myObject (attribute1 "attr46381") ) +(myObject (attribute1 "attr46382") ) +(myObject (attribute1 "attr46383") ) +(myObject (attribute1 "attr46384") ) +(myObject (attribute1 "attr46385") ) +(myObject (attribute1 "attr46386") ) +(myObject (attribute1 "attr46387") ) +(myObject (attribute1 "attr46388") ) +(myObject (attribute1 "attr46389") ) +(myObject (attribute1 "attr46390") ) +(myObject (attribute1 "attr46391") ) +(myObject (attribute1 "attr46392") ) +(myObject (attribute1 "attr46393") ) +(myObject (attribute1 "attr46394") ) +(myObject (attribute1 "attr46395") ) +(myObject (attribute1 "attr46396") ) +(myObject (attribute1 "attr46397") ) +(myObject (attribute1 "attr46398") ) +(myObject (attribute1 "attr46399") ) +(myObject (attribute1 "attr46400") ) +(myObject (attribute1 "attr46401") ) +(myObject (attribute1 "attr46402") ) +(myObject (attribute1 "attr46403") ) +(myObject (attribute1 "attr46404") ) +(myObject (attribute1 "attr46405") ) +(myObject (attribute1 "attr46406") ) +(myObject (attribute1 "attr46407") ) +(myObject (attribute1 "attr46408") ) +(myObject (attribute1 "attr46409") ) +(myObject (attribute1 "attr46410") ) +(myObject (attribute1 "attr46411") ) +(myObject (attribute1 "attr46412") ) +(myObject (attribute1 "attr46413") ) +(myObject (attribute1 "attr46414") ) +(myObject (attribute1 "attr46415") ) +(myObject (attribute1 "attr46416") ) +(myObject (attribute1 "attr46417") ) +(myObject (attribute1 "attr46418") ) +(myObject (attribute1 "attr46419") ) +(myObject (attribute1 "attr46420") ) +(myObject (attribute1 "attr46421") ) +(myObject (attribute1 "attr46422") ) +(myObject (attribute1 "attr46423") ) +(myObject (attribute1 "attr46424") ) +(myObject (attribute1 "attr46425") ) +(myObject (attribute1 "attr46426") ) +(myObject (attribute1 "attr46427") ) +(myObject (attribute1 "attr46428") ) +(myObject (attribute1 "attr46429") ) +(myObject (attribute1 "attr46430") ) +(myObject (attribute1 "attr46431") ) +(myObject (attribute1 "attr46432") ) +(myObject (attribute1 "attr46433") ) +(myObject (attribute1 "attr46434") ) +(myObject (attribute1 "attr46435") ) +(myObject (attribute1 "attr46436") ) +(myObject (attribute1 "attr46437") ) +(myObject (attribute1 "attr46438") ) +(myObject (attribute1 "attr46439") ) +(myObject (attribute1 "attr46440") ) +(myObject (attribute1 "attr46441") ) +(myObject (attribute1 "attr46442") ) +(myObject (attribute1 "attr46443") ) +(myObject (attribute1 "attr46444") ) +(myObject (attribute1 "attr46445") ) +(myObject (attribute1 "attr46446") ) +(myObject (attribute1 "attr46447") ) +(myObject (attribute1 "attr46448") ) +(myObject (attribute1 "attr46449") ) +(myObject (attribute1 "attr46450") ) +(myObject (attribute1 "attr46451") ) +(myObject (attribute1 "attr46452") ) +(myObject (attribute1 "attr46453") ) +(myObject (attribute1 "attr46454") ) +(myObject (attribute1 "attr46455") ) +(myObject (attribute1 "attr46456") ) +(myObject (attribute1 "attr46457") ) +(myObject (attribute1 "attr46458") ) +(myObject (attribute1 "attr46459") ) +(myObject (attribute1 "attr46460") ) +(myObject (attribute1 "attr46461") ) +(myObject (attribute1 "attr46462") ) +(myObject (attribute1 "attr46463") ) +(myObject (attribute1 "attr46464") ) +(myObject (attribute1 "attr46465") ) +(myObject (attribute1 "attr46466") ) +(myObject (attribute1 "attr46467") ) +(myObject (attribute1 "attr46468") ) +(myObject (attribute1 "attr46469") ) +(myObject (attribute1 "attr46470") ) +(myObject (attribute1 "attr46471") ) +(myObject (attribute1 "attr46472") ) +(myObject (attribute1 "attr46473") ) +(myObject (attribute1 "attr46474") ) +(myObject (attribute1 "attr46475") ) +(myObject (attribute1 "attr46476") ) +(myObject (attribute1 "attr46477") ) +(myObject (attribute1 "attr46478") ) +(myObject (attribute1 "attr46479") ) +(myObject (attribute1 "attr46480") ) +(myObject (attribute1 "attr46481") ) +(myObject (attribute1 "attr46482") ) +(myObject (attribute1 "attr46483") ) +(myObject (attribute1 "attr46484") ) +(myObject (attribute1 "attr46485") ) +(myObject (attribute1 "attr46486") ) +(myObject (attribute1 "attr46487") ) +(myObject (attribute1 "attr46488") ) +(myObject (attribute1 "attr46489") ) +(myObject (attribute1 "attr46490") ) +(myObject (attribute1 "attr46491") ) +(myObject (attribute1 "attr46492") ) +(myObject (attribute1 "attr46493") ) +(myObject (attribute1 "attr46494") ) +(myObject (attribute1 "attr46495") ) +(myObject (attribute1 "attr46496") ) +(myObject (attribute1 "attr46497") ) +(myObject (attribute1 "attr46498") ) +(myObject (attribute1 "attr46499") ) +(myObject (attribute1 "attr46500") ) +(myObject (attribute1 "attr46501") ) +(myObject (attribute1 "attr46502") ) +(myObject (attribute1 "attr46503") ) +(myObject (attribute1 "attr46504") ) +(myObject (attribute1 "attr46505") ) +(myObject (attribute1 "attr46506") ) +(myObject (attribute1 "attr46507") ) +(myObject (attribute1 "attr46508") ) +(myObject (attribute1 "attr46509") ) +(myObject (attribute1 "attr46510") ) +(myObject (attribute1 "attr46511") ) +(myObject (attribute1 "attr46512") ) +(myObject (attribute1 "attr46513") ) +(myObject (attribute1 "attr46514") ) +(myObject (attribute1 "attr46515") ) +(myObject (attribute1 "attr46516") ) +(myObject (attribute1 "attr46517") ) +(myObject (attribute1 "attr46518") ) +(myObject (attribute1 "attr46519") ) +(myObject (attribute1 "attr46520") ) +(myObject (attribute1 "attr46521") ) +(myObject (attribute1 "attr46522") ) +(myObject (attribute1 "attr46523") ) +(myObject (attribute1 "attr46524") ) +(myObject (attribute1 "attr46525") ) +(myObject (attribute1 "attr46526") ) +(myObject (attribute1 "attr46527") ) +(myObject (attribute1 "attr46528") ) +(myObject (attribute1 "attr46529") ) +(myObject (attribute1 "attr46530") ) +(myObject (attribute1 "attr46531") ) +(myObject (attribute1 "attr46532") ) +(myObject (attribute1 "attr46533") ) +(myObject (attribute1 "attr46534") ) +(myObject (attribute1 "attr46535") ) +(myObject (attribute1 "attr46536") ) +(myObject (attribute1 "attr46537") ) +(myObject (attribute1 "attr46538") ) +(myObject (attribute1 "attr46539") ) +(myObject (attribute1 "attr46540") ) +(myObject (attribute1 "attr46541") ) +(myObject (attribute1 "attr46542") ) +(myObject (attribute1 "attr46543") ) +(myObject (attribute1 "attr46544") ) +(myObject (attribute1 "attr46545") ) +(myObject (attribute1 "attr46546") ) +(myObject (attribute1 "attr46547") ) +(myObject (attribute1 "attr46548") ) +(myObject (attribute1 "attr46549") ) +(myObject (attribute1 "attr46550") ) +(myObject (attribute1 "attr46551") ) +(myObject (attribute1 "attr46552") ) +(myObject (attribute1 "attr46553") ) +(myObject (attribute1 "attr46554") ) +(myObject (attribute1 "attr46555") ) +(myObject (attribute1 "attr46556") ) +(myObject (attribute1 "attr46557") ) +(myObject (attribute1 "attr46558") ) +(myObject (attribute1 "attr46559") ) +(myObject (attribute1 "attr46560") ) +(myObject (attribute1 "attr46561") ) +(myObject (attribute1 "attr46562") ) +(myObject (attribute1 "attr46563") ) +(myObject (attribute1 "attr46564") ) +(myObject (attribute1 "attr46565") ) +(myObject (attribute1 "attr46566") ) +(myObject (attribute1 "attr46567") ) +(myObject (attribute1 "attr46568") ) +(myObject (attribute1 "attr46569") ) +(myObject (attribute1 "attr46570") ) +(myObject (attribute1 "attr46571") ) +(myObject (attribute1 "attr46572") ) +(myObject (attribute1 "attr46573") ) +(myObject (attribute1 "attr46574") ) +(myObject (attribute1 "attr46575") ) +(myObject (attribute1 "attr46576") ) +(myObject (attribute1 "attr46577") ) +(myObject (attribute1 "attr46578") ) +(myObject (attribute1 "attr46579") ) +(myObject (attribute1 "attr46580") ) +(myObject (attribute1 "attr46581") ) +(myObject (attribute1 "attr46582") ) +(myObject (attribute1 "attr46583") ) +(myObject (attribute1 "attr46584") ) +(myObject (attribute1 "attr46585") ) +(myObject (attribute1 "attr46586") ) +(myObject (attribute1 "attr46587") ) +(myObject (attribute1 "attr46588") ) +(myObject (attribute1 "attr46589") ) +(myObject (attribute1 "attr46590") ) +(myObject (attribute1 "attr46591") ) +(myObject (attribute1 "attr46592") ) +(myObject (attribute1 "attr46593") ) +(myObject (attribute1 "attr46594") ) +(myObject (attribute1 "attr46595") ) +(myObject (attribute1 "attr46596") ) +(myObject (attribute1 "attr46597") ) +(myObject (attribute1 "attr46598") ) +(myObject (attribute1 "attr46599") ) +(myObject (attribute1 "attr46600") ) +(myObject (attribute1 "attr46601") ) +(myObject (attribute1 "attr46602") ) +(myObject (attribute1 "attr46603") ) +(myObject (attribute1 "attr46604") ) +(myObject (attribute1 "attr46605") ) +(myObject (attribute1 "attr46606") ) +(myObject (attribute1 "attr46607") ) +(myObject (attribute1 "attr46608") ) +(myObject (attribute1 "attr46609") ) +(myObject (attribute1 "attr46610") ) +(myObject (attribute1 "attr46611") ) +(myObject (attribute1 "attr46612") ) +(myObject (attribute1 "attr46613") ) +(myObject (attribute1 "attr46614") ) +(myObject (attribute1 "attr46615") ) +(myObject (attribute1 "attr46616") ) +(myObject (attribute1 "attr46617") ) +(myObject (attribute1 "attr46618") ) +(myObject (attribute1 "attr46619") ) +(myObject (attribute1 "attr46620") ) +(myObject (attribute1 "attr46621") ) +(myObject (attribute1 "attr46622") ) +(myObject (attribute1 "attr46623") ) +(myObject (attribute1 "attr46624") ) +(myObject (attribute1 "attr46625") ) +(myObject (attribute1 "attr46626") ) +(myObject (attribute1 "attr46627") ) +(myObject (attribute1 "attr46628") ) +(myObject (attribute1 "attr46629") ) +(myObject (attribute1 "attr46630") ) +(myObject (attribute1 "attr46631") ) +(myObject (attribute1 "attr46632") ) +(myObject (attribute1 "attr46633") ) +(myObject (attribute1 "attr46634") ) +(myObject (attribute1 "attr46635") ) +(myObject (attribute1 "attr46636") ) +(myObject (attribute1 "attr46637") ) +(myObject (attribute1 "attr46638") ) +(myObject (attribute1 "attr46639") ) +(myObject (attribute1 "attr46640") ) +(myObject (attribute1 "attr46641") ) +(myObject (attribute1 "attr46642") ) +(myObject (attribute1 "attr46643") ) +(myObject (attribute1 "attr46644") ) +(myObject (attribute1 "attr46645") ) +(myObject (attribute1 "attr46646") ) +(myObject (attribute1 "attr46647") ) +(myObject (attribute1 "attr46648") ) +(myObject (attribute1 "attr46649") ) +(myObject (attribute1 "attr46650") ) +(myObject (attribute1 "attr46651") ) +(myObject (attribute1 "attr46652") ) +(myObject (attribute1 "attr46653") ) +(myObject (attribute1 "attr46654") ) +(myObject (attribute1 "attr46655") ) +(myObject (attribute1 "attr46656") ) +(myObject (attribute1 "attr46657") ) +(myObject (attribute1 "attr46658") ) +(myObject (attribute1 "attr46659") ) +(myObject (attribute1 "attr46660") ) +(myObject (attribute1 "attr46661") ) +(myObject (attribute1 "attr46662") ) +(myObject (attribute1 "attr46663") ) +(myObject (attribute1 "attr46664") ) +(myObject (attribute1 "attr46665") ) +(myObject (attribute1 "attr46666") ) +(myObject (attribute1 "attr46667") ) +(myObject (attribute1 "attr46668") ) +(myObject (attribute1 "attr46669") ) +(myObject (attribute1 "attr46670") ) +(myObject (attribute1 "attr46671") ) +(myObject (attribute1 "attr46672") ) +(myObject (attribute1 "attr46673") ) +(myObject (attribute1 "attr46674") ) +(myObject (attribute1 "attr46675") ) +(myObject (attribute1 "attr46676") ) +(myObject (attribute1 "attr46677") ) +(myObject (attribute1 "attr46678") ) +(myObject (attribute1 "attr46679") ) +(myObject (attribute1 "attr46680") ) +(myObject (attribute1 "attr46681") ) +(myObject (attribute1 "attr46682") ) +(myObject (attribute1 "attr46683") ) +(myObject (attribute1 "attr46684") ) +(myObject (attribute1 "attr46685") ) +(myObject (attribute1 "attr46686") ) +(myObject (attribute1 "attr46687") ) +(myObject (attribute1 "attr46688") ) +(myObject (attribute1 "attr46689") ) +(myObject (attribute1 "attr46690") ) +(myObject (attribute1 "attr46691") ) +(myObject (attribute1 "attr46692") ) +(myObject (attribute1 "attr46693") ) +(myObject (attribute1 "attr46694") ) +(myObject (attribute1 "attr46695") ) +(myObject (attribute1 "attr46696") ) +(myObject (attribute1 "attr46697") ) +(myObject (attribute1 "attr46698") ) +(myObject (attribute1 "attr46699") ) +(myObject (attribute1 "attr46700") ) +(myObject (attribute1 "attr46701") ) +(myObject (attribute1 "attr46702") ) +(myObject (attribute1 "attr46703") ) +(myObject (attribute1 "attr46704") ) +(myObject (attribute1 "attr46705") ) +(myObject (attribute1 "attr46706") ) +(myObject (attribute1 "attr46707") ) +(myObject (attribute1 "attr46708") ) +(myObject (attribute1 "attr46709") ) +(myObject (attribute1 "attr46710") ) +(myObject (attribute1 "attr46711") ) +(myObject (attribute1 "attr46712") ) +(myObject (attribute1 "attr46713") ) +(myObject (attribute1 "attr46714") ) +(myObject (attribute1 "attr46715") ) +(myObject (attribute1 "attr46716") ) +(myObject (attribute1 "attr46717") ) +(myObject (attribute1 "attr46718") ) +(myObject (attribute1 "attr46719") ) +(myObject (attribute1 "attr46720") ) +(myObject (attribute1 "attr46721") ) +(myObject (attribute1 "attr46722") ) +(myObject (attribute1 "attr46723") ) +(myObject (attribute1 "attr46724") ) +(myObject (attribute1 "attr46725") ) +(myObject (attribute1 "attr46726") ) +(myObject (attribute1 "attr46727") ) +(myObject (attribute1 "attr46728") ) +(myObject (attribute1 "attr46729") ) +(myObject (attribute1 "attr46730") ) +(myObject (attribute1 "attr46731") ) +(myObject (attribute1 "attr46732") ) +(myObject (attribute1 "attr46733") ) +(myObject (attribute1 "attr46734") ) +(myObject (attribute1 "attr46735") ) +(myObject (attribute1 "attr46736") ) +(myObject (attribute1 "attr46737") ) +(myObject (attribute1 "attr46738") ) +(myObject (attribute1 "attr46739") ) +(myObject (attribute1 "attr46740") ) +(myObject (attribute1 "attr46741") ) +(myObject (attribute1 "attr46742") ) +(myObject (attribute1 "attr46743") ) +(myObject (attribute1 "attr46744") ) +(myObject (attribute1 "attr46745") ) +(myObject (attribute1 "attr46746") ) +(myObject (attribute1 "attr46747") ) +(myObject (attribute1 "attr46748") ) +(myObject (attribute1 "attr46749") ) +(myObject (attribute1 "attr46750") ) +(myObject (attribute1 "attr46751") ) +(myObject (attribute1 "attr46752") ) +(myObject (attribute1 "attr46753") ) +(myObject (attribute1 "attr46754") ) +(myObject (attribute1 "attr46755") ) +(myObject (attribute1 "attr46756") ) +(myObject (attribute1 "attr46757") ) +(myObject (attribute1 "attr46758") ) +(myObject (attribute1 "attr46759") ) +(myObject (attribute1 "attr46760") ) +(myObject (attribute1 "attr46761") ) +(myObject (attribute1 "attr46762") ) +(myObject (attribute1 "attr46763") ) +(myObject (attribute1 "attr46764") ) +(myObject (attribute1 "attr46765") ) +(myObject (attribute1 "attr46766") ) +(myObject (attribute1 "attr46767") ) +(myObject (attribute1 "attr46768") ) +(myObject (attribute1 "attr46769") ) +(myObject (attribute1 "attr46770") ) +(myObject (attribute1 "attr46771") ) +(myObject (attribute1 "attr46772") ) +(myObject (attribute1 "attr46773") ) +(myObject (attribute1 "attr46774") ) +(myObject (attribute1 "attr46775") ) +(myObject (attribute1 "attr46776") ) +(myObject (attribute1 "attr46777") ) +(myObject (attribute1 "attr46778") ) +(myObject (attribute1 "attr46779") ) +(myObject (attribute1 "attr46780") ) +(myObject (attribute1 "attr46781") ) +(myObject (attribute1 "attr46782") ) +(myObject (attribute1 "attr46783") ) +(myObject (attribute1 "attr46784") ) +(myObject (attribute1 "attr46785") ) +(myObject (attribute1 "attr46786") ) +(myObject (attribute1 "attr46787") ) +(myObject (attribute1 "attr46788") ) +(myObject (attribute1 "attr46789") ) +(myObject (attribute1 "attr46790") ) +(myObject (attribute1 "attr46791") ) +(myObject (attribute1 "attr46792") ) +(myObject (attribute1 "attr46793") ) +(myObject (attribute1 "attr46794") ) +(myObject (attribute1 "attr46795") ) +(myObject (attribute1 "attr46796") ) +(myObject (attribute1 "attr46797") ) +(myObject (attribute1 "attr46798") ) +(myObject (attribute1 "attr46799") ) +(myObject (attribute1 "attr46800") ) +(myObject (attribute1 "attr46801") ) +(myObject (attribute1 "attr46802") ) +(myObject (attribute1 "attr46803") ) +(myObject (attribute1 "attr46804") ) +(myObject (attribute1 "attr46805") ) +(myObject (attribute1 "attr46806") ) +(myObject (attribute1 "attr46807") ) +(myObject (attribute1 "attr46808") ) +(myObject (attribute1 "attr46809") ) +(myObject (attribute1 "attr46810") ) +(myObject (attribute1 "attr46811") ) +(myObject (attribute1 "attr46812") ) +(myObject (attribute1 "attr46813") ) +(myObject (attribute1 "attr46814") ) +(myObject (attribute1 "attr46815") ) +(myObject (attribute1 "attr46816") ) +(myObject (attribute1 "attr46817") ) +(myObject (attribute1 "attr46818") ) +(myObject (attribute1 "attr46819") ) +(myObject (attribute1 "attr46820") ) +(myObject (attribute1 "attr46821") ) +(myObject (attribute1 "attr46822") ) +(myObject (attribute1 "attr46823") ) +(myObject (attribute1 "attr46824") ) +(myObject (attribute1 "attr46825") ) +(myObject (attribute1 "attr46826") ) +(myObject (attribute1 "attr46827") ) +(myObject (attribute1 "attr46828") ) +(myObject (attribute1 "attr46829") ) +(myObject (attribute1 "attr46830") ) +(myObject (attribute1 "attr46831") ) +(myObject (attribute1 "attr46832") ) +(myObject (attribute1 "attr46833") ) +(myObject (attribute1 "attr46834") ) +(myObject (attribute1 "attr46835") ) +(myObject (attribute1 "attr46836") ) +(myObject (attribute1 "attr46837") ) +(myObject (attribute1 "attr46838") ) +(myObject (attribute1 "attr46839") ) +(myObject (attribute1 "attr46840") ) +(myObject (attribute1 "attr46841") ) +(myObject (attribute1 "attr46842") ) +(myObject (attribute1 "attr46843") ) +(myObject (attribute1 "attr46844") ) +(myObject (attribute1 "attr46845") ) +(myObject (attribute1 "attr46846") ) +(myObject (attribute1 "attr46847") ) +(myObject (attribute1 "attr46848") ) +(myObject (attribute1 "attr46849") ) +(myObject (attribute1 "attr46850") ) +(myObject (attribute1 "attr46851") ) +(myObject (attribute1 "attr46852") ) +(myObject (attribute1 "attr46853") ) +(myObject (attribute1 "attr46854") ) +(myObject (attribute1 "attr46855") ) +(myObject (attribute1 "attr46856") ) +(myObject (attribute1 "attr46857") ) +(myObject (attribute1 "attr46858") ) +(myObject (attribute1 "attr46859") ) +(myObject (attribute1 "attr46860") ) +(myObject (attribute1 "attr46861") ) +(myObject (attribute1 "attr46862") ) +(myObject (attribute1 "attr46863") ) +(myObject (attribute1 "attr46864") ) +(myObject (attribute1 "attr46865") ) +(myObject (attribute1 "attr46866") ) +(myObject (attribute1 "attr46867") ) +(myObject (attribute1 "attr46868") ) +(myObject (attribute1 "attr46869") ) +(myObject (attribute1 "attr46870") ) +(myObject (attribute1 "attr46871") ) +(myObject (attribute1 "attr46872") ) +(myObject (attribute1 "attr46873") ) +(myObject (attribute1 "attr46874") ) +(myObject (attribute1 "attr46875") ) +(myObject (attribute1 "attr46876") ) +(myObject (attribute1 "attr46877") ) +(myObject (attribute1 "attr46878") ) +(myObject (attribute1 "attr46879") ) +(myObject (attribute1 "attr46880") ) +(myObject (attribute1 "attr46881") ) +(myObject (attribute1 "attr46882") ) +(myObject (attribute1 "attr46883") ) +(myObject (attribute1 "attr46884") ) +(myObject (attribute1 "attr46885") ) +(myObject (attribute1 "attr46886") ) +(myObject (attribute1 "attr46887") ) +(myObject (attribute1 "attr46888") ) +(myObject (attribute1 "attr46889") ) +(myObject (attribute1 "attr46890") ) +(myObject (attribute1 "attr46891") ) +(myObject (attribute1 "attr46892") ) +(myObject (attribute1 "attr46893") ) +(myObject (attribute1 "attr46894") ) +(myObject (attribute1 "attr46895") ) +(myObject (attribute1 "attr46896") ) +(myObject (attribute1 "attr46897") ) +(myObject (attribute1 "attr46898") ) +(myObject (attribute1 "attr46899") ) +(myObject (attribute1 "attr46900") ) +(myObject (attribute1 "attr46901") ) +(myObject (attribute1 "attr46902") ) +(myObject (attribute1 "attr46903") ) +(myObject (attribute1 "attr46904") ) +(myObject (attribute1 "attr46905") ) +(myObject (attribute1 "attr46906") ) +(myObject (attribute1 "attr46907") ) +(myObject (attribute1 "attr46908") ) +(myObject (attribute1 "attr46909") ) +(myObject (attribute1 "attr46910") ) +(myObject (attribute1 "attr46911") ) +(myObject (attribute1 "attr46912") ) +(myObject (attribute1 "attr46913") ) +(myObject (attribute1 "attr46914") ) +(myObject (attribute1 "attr46915") ) +(myObject (attribute1 "attr46916") ) +(myObject (attribute1 "attr46917") ) +(myObject (attribute1 "attr46918") ) +(myObject (attribute1 "attr46919") ) +(myObject (attribute1 "attr46920") ) +(myObject (attribute1 "attr46921") ) +(myObject (attribute1 "attr46922") ) +(myObject (attribute1 "attr46923") ) +(myObject (attribute1 "attr46924") ) +(myObject (attribute1 "attr46925") ) +(myObject (attribute1 "attr46926") ) +(myObject (attribute1 "attr46927") ) +(myObject (attribute1 "attr46928") ) +(myObject (attribute1 "attr46929") ) +(myObject (attribute1 "attr46930") ) +(myObject (attribute1 "attr46931") ) +(myObject (attribute1 "attr46932") ) +(myObject (attribute1 "attr46933") ) +(myObject (attribute1 "attr46934") ) +(myObject (attribute1 "attr46935") ) +(myObject (attribute1 "attr46936") ) +(myObject (attribute1 "attr46937") ) +(myObject (attribute1 "attr46938") ) +(myObject (attribute1 "attr46939") ) +(myObject (attribute1 "attr46940") ) +(myObject (attribute1 "attr46941") ) +(myObject (attribute1 "attr46942") ) +(myObject (attribute1 "attr46943") ) +(myObject (attribute1 "attr46944") ) +(myObject (attribute1 "attr46945") ) +(myObject (attribute1 "attr46946") ) +(myObject (attribute1 "attr46947") ) +(myObject (attribute1 "attr46948") ) +(myObject (attribute1 "attr46949") ) +(myObject (attribute1 "attr46950") ) +(myObject (attribute1 "attr46951") ) +(myObject (attribute1 "attr46952") ) +(myObject (attribute1 "attr46953") ) +(myObject (attribute1 "attr46954") ) +(myObject (attribute1 "attr46955") ) +(myObject (attribute1 "attr46956") ) +(myObject (attribute1 "attr46957") ) +(myObject (attribute1 "attr46958") ) +(myObject (attribute1 "attr46959") ) +(myObject (attribute1 "attr46960") ) +(myObject (attribute1 "attr46961") ) +(myObject (attribute1 "attr46962") ) +(myObject (attribute1 "attr46963") ) +(myObject (attribute1 "attr46964") ) +(myObject (attribute1 "attr46965") ) +(myObject (attribute1 "attr46966") ) +(myObject (attribute1 "attr46967") ) +(myObject (attribute1 "attr46968") ) +(myObject (attribute1 "attr46969") ) +(myObject (attribute1 "attr46970") ) +(myObject (attribute1 "attr46971") ) +(myObject (attribute1 "attr46972") ) +(myObject (attribute1 "attr46973") ) +(myObject (attribute1 "attr46974") ) +(myObject (attribute1 "attr46975") ) +(myObject (attribute1 "attr46976") ) +(myObject (attribute1 "attr46977") ) +(myObject (attribute1 "attr46978") ) +(myObject (attribute1 "attr46979") ) +(myObject (attribute1 "attr46980") ) +(myObject (attribute1 "attr46981") ) +(myObject (attribute1 "attr46982") ) +(myObject (attribute1 "attr46983") ) +(myObject (attribute1 "attr46984") ) +(myObject (attribute1 "attr46985") ) +(myObject (attribute1 "attr46986") ) +(myObject (attribute1 "attr46987") ) +(myObject (attribute1 "attr46988") ) +(myObject (attribute1 "attr46989") ) +(myObject (attribute1 "attr46990") ) +(myObject (attribute1 "attr46991") ) +(myObject (attribute1 "attr46992") ) +(myObject (attribute1 "attr46993") ) +(myObject (attribute1 "attr46994") ) +(myObject (attribute1 "attr46995") ) +(myObject (attribute1 "attr46996") ) +(myObject (attribute1 "attr46997") ) +(myObject (attribute1 "attr46998") ) +(myObject (attribute1 "attr46999") ) +(myObject (attribute1 "attr47000") ) +(myObject (attribute1 "attr47001") ) +(myObject (attribute1 "attr47002") ) +(myObject (attribute1 "attr47003") ) +(myObject (attribute1 "attr47004") ) +(myObject (attribute1 "attr47005") ) +(myObject (attribute1 "attr47006") ) +(myObject (attribute1 "attr47007") ) +(myObject (attribute1 "attr47008") ) +(myObject (attribute1 "attr47009") ) +(myObject (attribute1 "attr47010") ) +(myObject (attribute1 "attr47011") ) +(myObject (attribute1 "attr47012") ) +(myObject (attribute1 "attr47013") ) +(myObject (attribute1 "attr47014") ) +(myObject (attribute1 "attr47015") ) +(myObject (attribute1 "attr47016") ) +(myObject (attribute1 "attr47017") ) +(myObject (attribute1 "attr47018") ) +(myObject (attribute1 "attr47019") ) +(myObject (attribute1 "attr47020") ) +(myObject (attribute1 "attr47021") ) +(myObject (attribute1 "attr47022") ) +(myObject (attribute1 "attr47023") ) +(myObject (attribute1 "attr47024") ) +(myObject (attribute1 "attr47025") ) +(myObject (attribute1 "attr47026") ) +(myObject (attribute1 "attr47027") ) +(myObject (attribute1 "attr47028") ) +(myObject (attribute1 "attr47029") ) +(myObject (attribute1 "attr47030") ) +(myObject (attribute1 "attr47031") ) +(myObject (attribute1 "attr47032") ) +(myObject (attribute1 "attr47033") ) +(myObject (attribute1 "attr47034") ) +(myObject (attribute1 "attr47035") ) +(myObject (attribute1 "attr47036") ) +(myObject (attribute1 "attr47037") ) +(myObject (attribute1 "attr47038") ) +(myObject (attribute1 "attr47039") ) +(myObject (attribute1 "attr47040") ) +(myObject (attribute1 "attr47041") ) +(myObject (attribute1 "attr47042") ) +(myObject (attribute1 "attr47043") ) +(myObject (attribute1 "attr47044") ) +(myObject (attribute1 "attr47045") ) +(myObject (attribute1 "attr47046") ) +(myObject (attribute1 "attr47047") ) +(myObject (attribute1 "attr47048") ) +(myObject (attribute1 "attr47049") ) +(myObject (attribute1 "attr47050") ) +(myObject (attribute1 "attr47051") ) +(myObject (attribute1 "attr47052") ) +(myObject (attribute1 "attr47053") ) +(myObject (attribute1 "attr47054") ) +(myObject (attribute1 "attr47055") ) +(myObject (attribute1 "attr47056") ) +(myObject (attribute1 "attr47057") ) +(myObject (attribute1 "attr47058") ) +(myObject (attribute1 "attr47059") ) +(myObject (attribute1 "attr47060") ) +(myObject (attribute1 "attr47061") ) +(myObject (attribute1 "attr47062") ) +(myObject (attribute1 "attr47063") ) +(myObject (attribute1 "attr47064") ) +(myObject (attribute1 "attr47065") ) +(myObject (attribute1 "attr47066") ) +(myObject (attribute1 "attr47067") ) +(myObject (attribute1 "attr47068") ) +(myObject (attribute1 "attr47069") ) +(myObject (attribute1 "attr47070") ) +(myObject (attribute1 "attr47071") ) +(myObject (attribute1 "attr47072") ) +(myObject (attribute1 "attr47073") ) +(myObject (attribute1 "attr47074") ) +(myObject (attribute1 "attr47075") ) +(myObject (attribute1 "attr47076") ) +(myObject (attribute1 "attr47077") ) +(myObject (attribute1 "attr47078") ) +(myObject (attribute1 "attr47079") ) +(myObject (attribute1 "attr47080") ) +(myObject (attribute1 "attr47081") ) +(myObject (attribute1 "attr47082") ) +(myObject (attribute1 "attr47083") ) +(myObject (attribute1 "attr47084") ) +(myObject (attribute1 "attr47085") ) +(myObject (attribute1 "attr47086") ) +(myObject (attribute1 "attr47087") ) +(myObject (attribute1 "attr47088") ) +(myObject (attribute1 "attr47089") ) +(myObject (attribute1 "attr47090") ) +(myObject (attribute1 "attr47091") ) +(myObject (attribute1 "attr47092") ) +(myObject (attribute1 "attr47093") ) +(myObject (attribute1 "attr47094") ) +(myObject (attribute1 "attr47095") ) +(myObject (attribute1 "attr47096") ) +(myObject (attribute1 "attr47097") ) +(myObject (attribute1 "attr47098") ) +(myObject (attribute1 "attr47099") ) +(myObject (attribute1 "attr47100") ) +(myObject (attribute1 "attr47101") ) +(myObject (attribute1 "attr47102") ) +(myObject (attribute1 "attr47103") ) +(myObject (attribute1 "attr47104") ) +(myObject (attribute1 "attr47105") ) +(myObject (attribute1 "attr47106") ) +(myObject (attribute1 "attr47107") ) +(myObject (attribute1 "attr47108") ) +(myObject (attribute1 "attr47109") ) +(myObject (attribute1 "attr47110") ) +(myObject (attribute1 "attr47111") ) +(myObject (attribute1 "attr47112") ) +(myObject (attribute1 "attr47113") ) +(myObject (attribute1 "attr47114") ) +(myObject (attribute1 "attr47115") ) +(myObject (attribute1 "attr47116") ) +(myObject (attribute1 "attr47117") ) +(myObject (attribute1 "attr47118") ) +(myObject (attribute1 "attr47119") ) +(myObject (attribute1 "attr47120") ) +(myObject (attribute1 "attr47121") ) +(myObject (attribute1 "attr47122") ) +(myObject (attribute1 "attr47123") ) +(myObject (attribute1 "attr47124") ) +(myObject (attribute1 "attr47125") ) +(myObject (attribute1 "attr47126") ) +(myObject (attribute1 "attr47127") ) +(myObject (attribute1 "attr47128") ) +(myObject (attribute1 "attr47129") ) +(myObject (attribute1 "attr47130") ) +(myObject (attribute1 "attr47131") ) +(myObject (attribute1 "attr47132") ) +(myObject (attribute1 "attr47133") ) +(myObject (attribute1 "attr47134") ) +(myObject (attribute1 "attr47135") ) +(myObject (attribute1 "attr47136") ) +(myObject (attribute1 "attr47137") ) +(myObject (attribute1 "attr47138") ) +(myObject (attribute1 "attr47139") ) +(myObject (attribute1 "attr47140") ) +(myObject (attribute1 "attr47141") ) +(myObject (attribute1 "attr47142") ) +(myObject (attribute1 "attr47143") ) +(myObject (attribute1 "attr47144") ) +(myObject (attribute1 "attr47145") ) +(myObject (attribute1 "attr47146") ) +(myObject (attribute1 "attr47147") ) +(myObject (attribute1 "attr47148") ) +(myObject (attribute1 "attr47149") ) +(myObject (attribute1 "attr47150") ) +(myObject (attribute1 "attr47151") ) +(myObject (attribute1 "attr47152") ) +(myObject (attribute1 "attr47153") ) +(myObject (attribute1 "attr47154") ) +(myObject (attribute1 "attr47155") ) +(myObject (attribute1 "attr47156") ) +(myObject (attribute1 "attr47157") ) +(myObject (attribute1 "attr47158") ) +(myObject (attribute1 "attr47159") ) +(myObject (attribute1 "attr47160") ) +(myObject (attribute1 "attr47161") ) +(myObject (attribute1 "attr47162") ) +(myObject (attribute1 "attr47163") ) +(myObject (attribute1 "attr47164") ) +(myObject (attribute1 "attr47165") ) +(myObject (attribute1 "attr47166") ) +(myObject (attribute1 "attr47167") ) +(myObject (attribute1 "attr47168") ) +(myObject (attribute1 "attr47169") ) +(myObject (attribute1 "attr47170") ) +(myObject (attribute1 "attr47171") ) +(myObject (attribute1 "attr47172") ) +(myObject (attribute1 "attr47173") ) +(myObject (attribute1 "attr47174") ) +(myObject (attribute1 "attr47175") ) +(myObject (attribute1 "attr47176") ) +(myObject (attribute1 "attr47177") ) +(myObject (attribute1 "attr47178") ) +(myObject (attribute1 "attr47179") ) +(myObject (attribute1 "attr47180") ) +(myObject (attribute1 "attr47181") ) +(myObject (attribute1 "attr47182") ) +(myObject (attribute1 "attr47183") ) +(myObject (attribute1 "attr47184") ) +(myObject (attribute1 "attr47185") ) +(myObject (attribute1 "attr47186") ) +(myObject (attribute1 "attr47187") ) +(myObject (attribute1 "attr47188") ) +(myObject (attribute1 "attr47189") ) +(myObject (attribute1 "attr47190") ) +(myObject (attribute1 "attr47191") ) +(myObject (attribute1 "attr47192") ) +(myObject (attribute1 "attr47193") ) +(myObject (attribute1 "attr47194") ) +(myObject (attribute1 "attr47195") ) +(myObject (attribute1 "attr47196") ) +(myObject (attribute1 "attr47197") ) +(myObject (attribute1 "attr47198") ) +(myObject (attribute1 "attr47199") ) +(myObject (attribute1 "attr47200") ) +(myObject (attribute1 "attr47201") ) +(myObject (attribute1 "attr47202") ) +(myObject (attribute1 "attr47203") ) +(myObject (attribute1 "attr47204") ) +(myObject (attribute1 "attr47205") ) +(myObject (attribute1 "attr47206") ) +(myObject (attribute1 "attr47207") ) +(myObject (attribute1 "attr47208") ) +(myObject (attribute1 "attr47209") ) +(myObject (attribute1 "attr47210") ) +(myObject (attribute1 "attr47211") ) +(myObject (attribute1 "attr47212") ) +(myObject (attribute1 "attr47213") ) +(myObject (attribute1 "attr47214") ) +(myObject (attribute1 "attr47215") ) +(myObject (attribute1 "attr47216") ) +(myObject (attribute1 "attr47217") ) +(myObject (attribute1 "attr47218") ) +(myObject (attribute1 "attr47219") ) +(myObject (attribute1 "attr47220") ) +(myObject (attribute1 "attr47221") ) +(myObject (attribute1 "attr47222") ) +(myObject (attribute1 "attr47223") ) +(myObject (attribute1 "attr47224") ) +(myObject (attribute1 "attr47225") ) +(myObject (attribute1 "attr47226") ) +(myObject (attribute1 "attr47227") ) +(myObject (attribute1 "attr47228") ) +(myObject (attribute1 "attr47229") ) +(myObject (attribute1 "attr47230") ) +(myObject (attribute1 "attr47231") ) +(myObject (attribute1 "attr47232") ) +(myObject (attribute1 "attr47233") ) +(myObject (attribute1 "attr47234") ) +(myObject (attribute1 "attr47235") ) +(myObject (attribute1 "attr47236") ) +(myObject (attribute1 "attr47237") ) +(myObject (attribute1 "attr47238") ) +(myObject (attribute1 "attr47239") ) +(myObject (attribute1 "attr47240") ) +(myObject (attribute1 "attr47241") ) +(myObject (attribute1 "attr47242") ) +(myObject (attribute1 "attr47243") ) +(myObject (attribute1 "attr47244") ) +(myObject (attribute1 "attr47245") ) +(myObject (attribute1 "attr47246") ) +(myObject (attribute1 "attr47247") ) +(myObject (attribute1 "attr47248") ) +(myObject (attribute1 "attr47249") ) +(myObject (attribute1 "attr47250") ) +(myObject (attribute1 "attr47251") ) +(myObject (attribute1 "attr47252") ) +(myObject (attribute1 "attr47253") ) +(myObject (attribute1 "attr47254") ) +(myObject (attribute1 "attr47255") ) +(myObject (attribute1 "attr47256") ) +(myObject (attribute1 "attr47257") ) +(myObject (attribute1 "attr47258") ) +(myObject (attribute1 "attr47259") ) +(myObject (attribute1 "attr47260") ) +(myObject (attribute1 "attr47261") ) +(myObject (attribute1 "attr47262") ) +(myObject (attribute1 "attr47263") ) +(myObject (attribute1 "attr47264") ) +(myObject (attribute1 "attr47265") ) +(myObject (attribute1 "attr47266") ) +(myObject (attribute1 "attr47267") ) +(myObject (attribute1 "attr47268") ) +(myObject (attribute1 "attr47269") ) +(myObject (attribute1 "attr47270") ) +(myObject (attribute1 "attr47271") ) +(myObject (attribute1 "attr47272") ) +(myObject (attribute1 "attr47273") ) +(myObject (attribute1 "attr47274") ) +(myObject (attribute1 "attr47275") ) +(myObject (attribute1 "attr47276") ) +(myObject (attribute1 "attr47277") ) +(myObject (attribute1 "attr47278") ) +(myObject (attribute1 "attr47279") ) +(myObject (attribute1 "attr47280") ) +(myObject (attribute1 "attr47281") ) +(myObject (attribute1 "attr47282") ) +(myObject (attribute1 "attr47283") ) +(myObject (attribute1 "attr47284") ) +(myObject (attribute1 "attr47285") ) +(myObject (attribute1 "attr47286") ) +(myObject (attribute1 "attr47287") ) +(myObject (attribute1 "attr47288") ) +(myObject (attribute1 "attr47289") ) +(myObject (attribute1 "attr47290") ) +(myObject (attribute1 "attr47291") ) +(myObject (attribute1 "attr47292") ) +(myObject (attribute1 "attr47293") ) +(myObject (attribute1 "attr47294") ) +(myObject (attribute1 "attr47295") ) +(myObject (attribute1 "attr47296") ) +(myObject (attribute1 "attr47297") ) +(myObject (attribute1 "attr47298") ) +(myObject (attribute1 "attr47299") ) +(myObject (attribute1 "attr47300") ) +(myObject (attribute1 "attr47301") ) +(myObject (attribute1 "attr47302") ) +(myObject (attribute1 "attr47303") ) +(myObject (attribute1 "attr47304") ) +(myObject (attribute1 "attr47305") ) +(myObject (attribute1 "attr47306") ) +(myObject (attribute1 "attr47307") ) +(myObject (attribute1 "attr47308") ) +(myObject (attribute1 "attr47309") ) +(myObject (attribute1 "attr47310") ) +(myObject (attribute1 "attr47311") ) +(myObject (attribute1 "attr47312") ) +(myObject (attribute1 "attr47313") ) +(myObject (attribute1 "attr47314") ) +(myObject (attribute1 "attr47315") ) +(myObject (attribute1 "attr47316") ) +(myObject (attribute1 "attr47317") ) +(myObject (attribute1 "attr47318") ) +(myObject (attribute1 "attr47319") ) +(myObject (attribute1 "attr47320") ) +(myObject (attribute1 "attr47321") ) +(myObject (attribute1 "attr47322") ) +(myObject (attribute1 "attr47323") ) +(myObject (attribute1 "attr47324") ) +(myObject (attribute1 "attr47325") ) +(myObject (attribute1 "attr47326") ) +(myObject (attribute1 "attr47327") ) +(myObject (attribute1 "attr47328") ) +(myObject (attribute1 "attr47329") ) +(myObject (attribute1 "attr47330") ) +(myObject (attribute1 "attr47331") ) +(myObject (attribute1 "attr47332") ) +(myObject (attribute1 "attr47333") ) +(myObject (attribute1 "attr47334") ) +(myObject (attribute1 "attr47335") ) +(myObject (attribute1 "attr47336") ) +(myObject (attribute1 "attr47337") ) +(myObject (attribute1 "attr47338") ) +(myObject (attribute1 "attr47339") ) +(myObject (attribute1 "attr47340") ) +(myObject (attribute1 "attr47341") ) +(myObject (attribute1 "attr47342") ) +(myObject (attribute1 "attr47343") ) +(myObject (attribute1 "attr47344") ) +(myObject (attribute1 "attr47345") ) +(myObject (attribute1 "attr47346") ) +(myObject (attribute1 "attr47347") ) +(myObject (attribute1 "attr47348") ) +(myObject (attribute1 "attr47349") ) +(myObject (attribute1 "attr47350") ) +(myObject (attribute1 "attr47351") ) +(myObject (attribute1 "attr47352") ) +(myObject (attribute1 "attr47353") ) +(myObject (attribute1 "attr47354") ) +(myObject (attribute1 "attr47355") ) +(myObject (attribute1 "attr47356") ) +(myObject (attribute1 "attr47357") ) +(myObject (attribute1 "attr47358") ) +(myObject (attribute1 "attr47359") ) +(myObject (attribute1 "attr47360") ) +(myObject (attribute1 "attr47361") ) +(myObject (attribute1 "attr47362") ) +(myObject (attribute1 "attr47363") ) +(myObject (attribute1 "attr47364") ) +(myObject (attribute1 "attr47365") ) +(myObject (attribute1 "attr47366") ) +(myObject (attribute1 "attr47367") ) +(myObject (attribute1 "attr47368") ) +(myObject (attribute1 "attr47369") ) +(myObject (attribute1 "attr47370") ) +(myObject (attribute1 "attr47371") ) +(myObject (attribute1 "attr47372") ) +(myObject (attribute1 "attr47373") ) +(myObject (attribute1 "attr47374") ) +(myObject (attribute1 "attr47375") ) +(myObject (attribute1 "attr47376") ) +(myObject (attribute1 "attr47377") ) +(myObject (attribute1 "attr47378") ) +(myObject (attribute1 "attr47379") ) +(myObject (attribute1 "attr47380") ) +(myObject (attribute1 "attr47381") ) +(myObject (attribute1 "attr47382") ) +(myObject (attribute1 "attr47383") ) +(myObject (attribute1 "attr47384") ) +(myObject (attribute1 "attr47385") ) +(myObject (attribute1 "attr47386") ) +(myObject (attribute1 "attr47387") ) +(myObject (attribute1 "attr47388") ) +(myObject (attribute1 "attr47389") ) +(myObject (attribute1 "attr47390") ) +(myObject (attribute1 "attr47391") ) +(myObject (attribute1 "attr47392") ) +(myObject (attribute1 "attr47393") ) +(myObject (attribute1 "attr47394") ) +(myObject (attribute1 "attr47395") ) +(myObject (attribute1 "attr47396") ) +(myObject (attribute1 "attr47397") ) +(myObject (attribute1 "attr47398") ) +(myObject (attribute1 "attr47399") ) +(myObject (attribute1 "attr47400") ) +(myObject (attribute1 "attr47401") ) +(myObject (attribute1 "attr47402") ) +(myObject (attribute1 "attr47403") ) +(myObject (attribute1 "attr47404") ) +(myObject (attribute1 "attr47405") ) +(myObject (attribute1 "attr47406") ) +(myObject (attribute1 "attr47407") ) +(myObject (attribute1 "attr47408") ) +(myObject (attribute1 "attr47409") ) +(myObject (attribute1 "attr47410") ) +(myObject (attribute1 "attr47411") ) +(myObject (attribute1 "attr47412") ) +(myObject (attribute1 "attr47413") ) +(myObject (attribute1 "attr47414") ) +(myObject (attribute1 "attr47415") ) +(myObject (attribute1 "attr47416") ) +(myObject (attribute1 "attr47417") ) +(myObject (attribute1 "attr47418") ) +(myObject (attribute1 "attr47419") ) +(myObject (attribute1 "attr47420") ) +(myObject (attribute1 "attr47421") ) +(myObject (attribute1 "attr47422") ) +(myObject (attribute1 "attr47423") ) +(myObject (attribute1 "attr47424") ) +(myObject (attribute1 "attr47425") ) +(myObject (attribute1 "attr47426") ) +(myObject (attribute1 "attr47427") ) +(myObject (attribute1 "attr47428") ) +(myObject (attribute1 "attr47429") ) +(myObject (attribute1 "attr47430") ) +(myObject (attribute1 "attr47431") ) +(myObject (attribute1 "attr47432") ) +(myObject (attribute1 "attr47433") ) +(myObject (attribute1 "attr47434") ) +(myObject (attribute1 "attr47435") ) +(myObject (attribute1 "attr47436") ) +(myObject (attribute1 "attr47437") ) +(myObject (attribute1 "attr47438") ) +(myObject (attribute1 "attr47439") ) +(myObject (attribute1 "attr47440") ) +(myObject (attribute1 "attr47441") ) +(myObject (attribute1 "attr47442") ) +(myObject (attribute1 "attr47443") ) +(myObject (attribute1 "attr47444") ) +(myObject (attribute1 "attr47445") ) +(myObject (attribute1 "attr47446") ) +(myObject (attribute1 "attr47447") ) +(myObject (attribute1 "attr47448") ) +(myObject (attribute1 "attr47449") ) +(myObject (attribute1 "attr47450") ) +(myObject (attribute1 "attr47451") ) +(myObject (attribute1 "attr47452") ) +(myObject (attribute1 "attr47453") ) +(myObject (attribute1 "attr47454") ) +(myObject (attribute1 "attr47455") ) +(myObject (attribute1 "attr47456") ) +(myObject (attribute1 "attr47457") ) +(myObject (attribute1 "attr47458") ) +(myObject (attribute1 "attr47459") ) +(myObject (attribute1 "attr47460") ) +(myObject (attribute1 "attr47461") ) +(myObject (attribute1 "attr47462") ) +(myObject (attribute1 "attr47463") ) +(myObject (attribute1 "attr47464") ) +(myObject (attribute1 "attr47465") ) +(myObject (attribute1 "attr47466") ) +(myObject (attribute1 "attr47467") ) +(myObject (attribute1 "attr47468") ) +(myObject (attribute1 "attr47469") ) +(myObject (attribute1 "attr47470") ) +(myObject (attribute1 "attr47471") ) +(myObject (attribute1 "attr47472") ) +(myObject (attribute1 "attr47473") ) +(myObject (attribute1 "attr47474") ) +(myObject (attribute1 "attr47475") ) +(myObject (attribute1 "attr47476") ) +(myObject (attribute1 "attr47477") ) +(myObject (attribute1 "attr47478") ) +(myObject (attribute1 "attr47479") ) +(myObject (attribute1 "attr47480") ) +(myObject (attribute1 "attr47481") ) +(myObject (attribute1 "attr47482") ) +(myObject (attribute1 "attr47483") ) +(myObject (attribute1 "attr47484") ) +(myObject (attribute1 "attr47485") ) +(myObject (attribute1 "attr47486") ) +(myObject (attribute1 "attr47487") ) +(myObject (attribute1 "attr47488") ) +(myObject (attribute1 "attr47489") ) +(myObject (attribute1 "attr47490") ) +(myObject (attribute1 "attr47491") ) +(myObject (attribute1 "attr47492") ) +(myObject (attribute1 "attr47493") ) +(myObject (attribute1 "attr47494") ) +(myObject (attribute1 "attr47495") ) +(myObject (attribute1 "attr47496") ) +(myObject (attribute1 "attr47497") ) +(myObject (attribute1 "attr47498") ) +(myObject (attribute1 "attr47499") ) +(myObject (attribute1 "attr47500") ) +(myObject (attribute1 "attr47501") ) +(myObject (attribute1 "attr47502") ) +(myObject (attribute1 "attr47503") ) +(myObject (attribute1 "attr47504") ) +(myObject (attribute1 "attr47505") ) +(myObject (attribute1 "attr47506") ) +(myObject (attribute1 "attr47507") ) +(myObject (attribute1 "attr47508") ) +(myObject (attribute1 "attr47509") ) +(myObject (attribute1 "attr47510") ) +(myObject (attribute1 "attr47511") ) +(myObject (attribute1 "attr47512") ) +(myObject (attribute1 "attr47513") ) +(myObject (attribute1 "attr47514") ) +(myObject (attribute1 "attr47515") ) +(myObject (attribute1 "attr47516") ) +(myObject (attribute1 "attr47517") ) +(myObject (attribute1 "attr47518") ) +(myObject (attribute1 "attr47519") ) +(myObject (attribute1 "attr47520") ) +(myObject (attribute1 "attr47521") ) +(myObject (attribute1 "attr47522") ) +(myObject (attribute1 "attr47523") ) +(myObject (attribute1 "attr47524") ) +(myObject (attribute1 "attr47525") ) +(myObject (attribute1 "attr47526") ) +(myObject (attribute1 "attr47527") ) +(myObject (attribute1 "attr47528") ) +(myObject (attribute1 "attr47529") ) +(myObject (attribute1 "attr47530") ) +(myObject (attribute1 "attr47531") ) +(myObject (attribute1 "attr47532") ) +(myObject (attribute1 "attr47533") ) +(myObject (attribute1 "attr47534") ) +(myObject (attribute1 "attr47535") ) +(myObject (attribute1 "attr47536") ) +(myObject (attribute1 "attr47537") ) +(myObject (attribute1 "attr47538") ) +(myObject (attribute1 "attr47539") ) +(myObject (attribute1 "attr47540") ) +(myObject (attribute1 "attr47541") ) +(myObject (attribute1 "attr47542") ) +(myObject (attribute1 "attr47543") ) +(myObject (attribute1 "attr47544") ) +(myObject (attribute1 "attr47545") ) +(myObject (attribute1 "attr47546") ) +(myObject (attribute1 "attr47547") ) +(myObject (attribute1 "attr47548") ) +(myObject (attribute1 "attr47549") ) +(myObject (attribute1 "attr47550") ) +(myObject (attribute1 "attr47551") ) +(myObject (attribute1 "attr47552") ) +(myObject (attribute1 "attr47553") ) +(myObject (attribute1 "attr47554") ) +(myObject (attribute1 "attr47555") ) +(myObject (attribute1 "attr47556") ) +(myObject (attribute1 "attr47557") ) +(myObject (attribute1 "attr47558") ) +(myObject (attribute1 "attr47559") ) +(myObject (attribute1 "attr47560") ) +(myObject (attribute1 "attr47561") ) +(myObject (attribute1 "attr47562") ) +(myObject (attribute1 "attr47563") ) +(myObject (attribute1 "attr47564") ) +(myObject (attribute1 "attr47565") ) +(myObject (attribute1 "attr47566") ) +(myObject (attribute1 "attr47567") ) +(myObject (attribute1 "attr47568") ) +(myObject (attribute1 "attr47569") ) +(myObject (attribute1 "attr47570") ) +(myObject (attribute1 "attr47571") ) +(myObject (attribute1 "attr47572") ) +(myObject (attribute1 "attr47573") ) +(myObject (attribute1 "attr47574") ) +(myObject (attribute1 "attr47575") ) +(myObject (attribute1 "attr47576") ) +(myObject (attribute1 "attr47577") ) +(myObject (attribute1 "attr47578") ) +(myObject (attribute1 "attr47579") ) +(myObject (attribute1 "attr47580") ) +(myObject (attribute1 "attr47581") ) +(myObject (attribute1 "attr47582") ) +(myObject (attribute1 "attr47583") ) +(myObject (attribute1 "attr47584") ) +(myObject (attribute1 "attr47585") ) +(myObject (attribute1 "attr47586") ) +(myObject (attribute1 "attr47587") ) +(myObject (attribute1 "attr47588") ) +(myObject (attribute1 "attr47589") ) +(myObject (attribute1 "attr47590") ) +(myObject (attribute1 "attr47591") ) +(myObject (attribute1 "attr47592") ) +(myObject (attribute1 "attr47593") ) +(myObject (attribute1 "attr47594") ) +(myObject (attribute1 "attr47595") ) +(myObject (attribute1 "attr47596") ) +(myObject (attribute1 "attr47597") ) +(myObject (attribute1 "attr47598") ) +(myObject (attribute1 "attr47599") ) +(myObject (attribute1 "attr47600") ) +(myObject (attribute1 "attr47601") ) +(myObject (attribute1 "attr47602") ) +(myObject (attribute1 "attr47603") ) +(myObject (attribute1 "attr47604") ) +(myObject (attribute1 "attr47605") ) +(myObject (attribute1 "attr47606") ) +(myObject (attribute1 "attr47607") ) +(myObject (attribute1 "attr47608") ) +(myObject (attribute1 "attr47609") ) +(myObject (attribute1 "attr47610") ) +(myObject (attribute1 "attr47611") ) +(myObject (attribute1 "attr47612") ) +(myObject (attribute1 "attr47613") ) +(myObject (attribute1 "attr47614") ) +(myObject (attribute1 "attr47615") ) +(myObject (attribute1 "attr47616") ) +(myObject (attribute1 "attr47617") ) +(myObject (attribute1 "attr47618") ) +(myObject (attribute1 "attr47619") ) +(myObject (attribute1 "attr47620") ) +(myObject (attribute1 "attr47621") ) +(myObject (attribute1 "attr47622") ) +(myObject (attribute1 "attr47623") ) +(myObject (attribute1 "attr47624") ) +(myObject (attribute1 "attr47625") ) +(myObject (attribute1 "attr47626") ) +(myObject (attribute1 "attr47627") ) +(myObject (attribute1 "attr47628") ) +(myObject (attribute1 "attr47629") ) +(myObject (attribute1 "attr47630") ) +(myObject (attribute1 "attr47631") ) +(myObject (attribute1 "attr47632") ) +(myObject (attribute1 "attr47633") ) +(myObject (attribute1 "attr47634") ) +(myObject (attribute1 "attr47635") ) +(myObject (attribute1 "attr47636") ) +(myObject (attribute1 "attr47637") ) +(myObject (attribute1 "attr47638") ) +(myObject (attribute1 "attr47639") ) +(myObject (attribute1 "attr47640") ) +(myObject (attribute1 "attr47641") ) +(myObject (attribute1 "attr47642") ) +(myObject (attribute1 "attr47643") ) +(myObject (attribute1 "attr47644") ) +(myObject (attribute1 "attr47645") ) +(myObject (attribute1 "attr47646") ) +(myObject (attribute1 "attr47647") ) +(myObject (attribute1 "attr47648") ) +(myObject (attribute1 "attr47649") ) +(myObject (attribute1 "attr47650") ) +(myObject (attribute1 "attr47651") ) +(myObject (attribute1 "attr47652") ) +(myObject (attribute1 "attr47653") ) +(myObject (attribute1 "attr47654") ) +(myObject (attribute1 "attr47655") ) +(myObject (attribute1 "attr47656") ) +(myObject (attribute1 "attr47657") ) +(myObject (attribute1 "attr47658") ) +(myObject (attribute1 "attr47659") ) +(myObject (attribute1 "attr47660") ) +(myObject (attribute1 "attr47661") ) +(myObject (attribute1 "attr47662") ) +(myObject (attribute1 "attr47663") ) +(myObject (attribute1 "attr47664") ) +(myObject (attribute1 "attr47665") ) +(myObject (attribute1 "attr47666") ) +(myObject (attribute1 "attr47667") ) +(myObject (attribute1 "attr47668") ) +(myObject (attribute1 "attr47669") ) +(myObject (attribute1 "attr47670") ) +(myObject (attribute1 "attr47671") ) +(myObject (attribute1 "attr47672") ) +(myObject (attribute1 "attr47673") ) +(myObject (attribute1 "attr47674") ) +(myObject (attribute1 "attr47675") ) +(myObject (attribute1 "attr47676") ) +(myObject (attribute1 "attr47677") ) +(myObject (attribute1 "attr47678") ) +(myObject (attribute1 "attr47679") ) +(myObject (attribute1 "attr47680") ) +(myObject (attribute1 "attr47681") ) +(myObject (attribute1 "attr47682") ) +(myObject (attribute1 "attr47683") ) +(myObject (attribute1 "attr47684") ) +(myObject (attribute1 "attr47685") ) +(myObject (attribute1 "attr47686") ) +(myObject (attribute1 "attr47687") ) +(myObject (attribute1 "attr47688") ) +(myObject (attribute1 "attr47689") ) +(myObject (attribute1 "attr47690") ) +(myObject (attribute1 "attr47691") ) +(myObject (attribute1 "attr47692") ) +(myObject (attribute1 "attr47693") ) +(myObject (attribute1 "attr47694") ) +(myObject (attribute1 "attr47695") ) +(myObject (attribute1 "attr47696") ) +(myObject (attribute1 "attr47697") ) +(myObject (attribute1 "attr47698") ) +(myObject (attribute1 "attr47699") ) +(myObject (attribute1 "attr47700") ) +(myObject (attribute1 "attr47701") ) +(myObject (attribute1 "attr47702") ) +(myObject (attribute1 "attr47703") ) +(myObject (attribute1 "attr47704") ) +(myObject (attribute1 "attr47705") ) +(myObject (attribute1 "attr47706") ) +(myObject (attribute1 "attr47707") ) +(myObject (attribute1 "attr47708") ) +(myObject (attribute1 "attr47709") ) +(myObject (attribute1 "attr47710") ) +(myObject (attribute1 "attr47711") ) +(myObject (attribute1 "attr47712") ) +(myObject (attribute1 "attr47713") ) +(myObject (attribute1 "attr47714") ) +(myObject (attribute1 "attr47715") ) +(myObject (attribute1 "attr47716") ) +(myObject (attribute1 "attr47717") ) +(myObject (attribute1 "attr47718") ) +(myObject (attribute1 "attr47719") ) +(myObject (attribute1 "attr47720") ) +(myObject (attribute1 "attr47721") ) +(myObject (attribute1 "attr47722") ) +(myObject (attribute1 "attr47723") ) +(myObject (attribute1 "attr47724") ) +(myObject (attribute1 "attr47725") ) +(myObject (attribute1 "attr47726") ) +(myObject (attribute1 "attr47727") ) +(myObject (attribute1 "attr47728") ) +(myObject (attribute1 "attr47729") ) +(myObject (attribute1 "attr47730") ) +(myObject (attribute1 "attr47731") ) +(myObject (attribute1 "attr47732") ) +(myObject (attribute1 "attr47733") ) +(myObject (attribute1 "attr47734") ) +(myObject (attribute1 "attr47735") ) +(myObject (attribute1 "attr47736") ) +(myObject (attribute1 "attr47737") ) +(myObject (attribute1 "attr47738") ) +(myObject (attribute1 "attr47739") ) +(myObject (attribute1 "attr47740") ) +(myObject (attribute1 "attr47741") ) +(myObject (attribute1 "attr47742") ) +(myObject (attribute1 "attr47743") ) +(myObject (attribute1 "attr47744") ) +(myObject (attribute1 "attr47745") ) +(myObject (attribute1 "attr47746") ) +(myObject (attribute1 "attr47747") ) +(myObject (attribute1 "attr47748") ) +(myObject (attribute1 "attr47749") ) +(myObject (attribute1 "attr47750") ) +(myObject (attribute1 "attr47751") ) +(myObject (attribute1 "attr47752") ) +(myObject (attribute1 "attr47753") ) +(myObject (attribute1 "attr47754") ) +(myObject (attribute1 "attr47755") ) +(myObject (attribute1 "attr47756") ) +(myObject (attribute1 "attr47757") ) +(myObject (attribute1 "attr47758") ) +(myObject (attribute1 "attr47759") ) +(myObject (attribute1 "attr47760") ) +(myObject (attribute1 "attr47761") ) +(myObject (attribute1 "attr47762") ) +(myObject (attribute1 "attr47763") ) +(myObject (attribute1 "attr47764") ) +(myObject (attribute1 "attr47765") ) +(myObject (attribute1 "attr47766") ) +(myObject (attribute1 "attr47767") ) +(myObject (attribute1 "attr47768") ) +(myObject (attribute1 "attr47769") ) +(myObject (attribute1 "attr47770") ) +(myObject (attribute1 "attr47771") ) +(myObject (attribute1 "attr47772") ) +(myObject (attribute1 "attr47773") ) +(myObject (attribute1 "attr47774") ) +(myObject (attribute1 "attr47775") ) +(myObject (attribute1 "attr47776") ) +(myObject (attribute1 "attr47777") ) +(myObject (attribute1 "attr47778") ) +(myObject (attribute1 "attr47779") ) +(myObject (attribute1 "attr47780") ) +(myObject (attribute1 "attr47781") ) +(myObject (attribute1 "attr47782") ) +(myObject (attribute1 "attr47783") ) +(myObject (attribute1 "attr47784") ) +(myObject (attribute1 "attr47785") ) +(myObject (attribute1 "attr47786") ) +(myObject (attribute1 "attr47787") ) +(myObject (attribute1 "attr47788") ) +(myObject (attribute1 "attr47789") ) +(myObject (attribute1 "attr47790") ) +(myObject (attribute1 "attr47791") ) +(myObject (attribute1 "attr47792") ) +(myObject (attribute1 "attr47793") ) +(myObject (attribute1 "attr47794") ) +(myObject (attribute1 "attr47795") ) +(myObject (attribute1 "attr47796") ) +(myObject (attribute1 "attr47797") ) +(myObject (attribute1 "attr47798") ) +(myObject (attribute1 "attr47799") ) +(myObject (attribute1 "attr47800") ) +(myObject (attribute1 "attr47801") ) +(myObject (attribute1 "attr47802") ) +(myObject (attribute1 "attr47803") ) +(myObject (attribute1 "attr47804") ) +(myObject (attribute1 "attr47805") ) +(myObject (attribute1 "attr47806") ) +(myObject (attribute1 "attr47807") ) +(myObject (attribute1 "attr47808") ) +(myObject (attribute1 "attr47809") ) +(myObject (attribute1 "attr47810") ) +(myObject (attribute1 "attr47811") ) +(myObject (attribute1 "attr47812") ) +(myObject (attribute1 "attr47813") ) +(myObject (attribute1 "attr47814") ) +(myObject (attribute1 "attr47815") ) +(myObject (attribute1 "attr47816") ) +(myObject (attribute1 "attr47817") ) +(myObject (attribute1 "attr47818") ) +(myObject (attribute1 "attr47819") ) +(myObject (attribute1 "attr47820") ) +(myObject (attribute1 "attr47821") ) +(myObject (attribute1 "attr47822") ) +(myObject (attribute1 "attr47823") ) +(myObject (attribute1 "attr47824") ) +(myObject (attribute1 "attr47825") ) +(myObject (attribute1 "attr47826") ) +(myObject (attribute1 "attr47827") ) +(myObject (attribute1 "attr47828") ) +(myObject (attribute1 "attr47829") ) +(myObject (attribute1 "attr47830") ) +(myObject (attribute1 "attr47831") ) +(myObject (attribute1 "attr47832") ) +(myObject (attribute1 "attr47833") ) +(myObject (attribute1 "attr47834") ) +(myObject (attribute1 "attr47835") ) +(myObject (attribute1 "attr47836") ) +(myObject (attribute1 "attr47837") ) +(myObject (attribute1 "attr47838") ) +(myObject (attribute1 "attr47839") ) +(myObject (attribute1 "attr47840") ) +(myObject (attribute1 "attr47841") ) +(myObject (attribute1 "attr47842") ) +(myObject (attribute1 "attr47843") ) +(myObject (attribute1 "attr47844") ) +(myObject (attribute1 "attr47845") ) +(myObject (attribute1 "attr47846") ) +(myObject (attribute1 "attr47847") ) +(myObject (attribute1 "attr47848") ) +(myObject (attribute1 "attr47849") ) +(myObject (attribute1 "attr47850") ) +(myObject (attribute1 "attr47851") ) +(myObject (attribute1 "attr47852") ) +(myObject (attribute1 "attr47853") ) +(myObject (attribute1 "attr47854") ) +(myObject (attribute1 "attr47855") ) +(myObject (attribute1 "attr47856") ) +(myObject (attribute1 "attr47857") ) +(myObject (attribute1 "attr47858") ) +(myObject (attribute1 "attr47859") ) +(myObject (attribute1 "attr47860") ) +(myObject (attribute1 "attr47861") ) +(myObject (attribute1 "attr47862") ) +(myObject (attribute1 "attr47863") ) +(myObject (attribute1 "attr47864") ) +(myObject (attribute1 "attr47865") ) +(myObject (attribute1 "attr47866") ) +(myObject (attribute1 "attr47867") ) +(myObject (attribute1 "attr47868") ) +(myObject (attribute1 "attr47869") ) +(myObject (attribute1 "attr47870") ) +(myObject (attribute1 "attr47871") ) +(myObject (attribute1 "attr47872") ) +(myObject (attribute1 "attr47873") ) +(myObject (attribute1 "attr47874") ) +(myObject (attribute1 "attr47875") ) +(myObject (attribute1 "attr47876") ) +(myObject (attribute1 "attr47877") ) +(myObject (attribute1 "attr47878") ) +(myObject (attribute1 "attr47879") ) +(myObject (attribute1 "attr47880") ) +(myObject (attribute1 "attr47881") ) +(myObject (attribute1 "attr47882") ) +(myObject (attribute1 "attr47883") ) +(myObject (attribute1 "attr47884") ) +(myObject (attribute1 "attr47885") ) +(myObject (attribute1 "attr47886") ) +(myObject (attribute1 "attr47887") ) +(myObject (attribute1 "attr47888") ) +(myObject (attribute1 "attr47889") ) +(myObject (attribute1 "attr47890") ) +(myObject (attribute1 "attr47891") ) +(myObject (attribute1 "attr47892") ) +(myObject (attribute1 "attr47893") ) +(myObject (attribute1 "attr47894") ) +(myObject (attribute1 "attr47895") ) +(myObject (attribute1 "attr47896") ) +(myObject (attribute1 "attr47897") ) +(myObject (attribute1 "attr47898") ) +(myObject (attribute1 "attr47899") ) +(myObject (attribute1 "attr47900") ) +(myObject (attribute1 "attr47901") ) +(myObject (attribute1 "attr47902") ) +(myObject (attribute1 "attr47903") ) +(myObject (attribute1 "attr47904") ) +(myObject (attribute1 "attr47905") ) +(myObject (attribute1 "attr47906") ) +(myObject (attribute1 "attr47907") ) +(myObject (attribute1 "attr47908") ) +(myObject (attribute1 "attr47909") ) +(myObject (attribute1 "attr47910") ) +(myObject (attribute1 "attr47911") ) +(myObject (attribute1 "attr47912") ) +(myObject (attribute1 "attr47913") ) +(myObject (attribute1 "attr47914") ) +(myObject (attribute1 "attr47915") ) +(myObject (attribute1 "attr47916") ) +(myObject (attribute1 "attr47917") ) +(myObject (attribute1 "attr47918") ) +(myObject (attribute1 "attr47919") ) +(myObject (attribute1 "attr47920") ) +(myObject (attribute1 "attr47921") ) +(myObject (attribute1 "attr47922") ) +(myObject (attribute1 "attr47923") ) +(myObject (attribute1 "attr47924") ) +(myObject (attribute1 "attr47925") ) +(myObject (attribute1 "attr47926") ) +(myObject (attribute1 "attr47927") ) +(myObject (attribute1 "attr47928") ) +(myObject (attribute1 "attr47929") ) +(myObject (attribute1 "attr47930") ) +(myObject (attribute1 "attr47931") ) +(myObject (attribute1 "attr47932") ) +(myObject (attribute1 "attr47933") ) +(myObject (attribute1 "attr47934") ) +(myObject (attribute1 "attr47935") ) +(myObject (attribute1 "attr47936") ) +(myObject (attribute1 "attr47937") ) +(myObject (attribute1 "attr47938") ) +(myObject (attribute1 "attr47939") ) +(myObject (attribute1 "attr47940") ) +(myObject (attribute1 "attr47941") ) +(myObject (attribute1 "attr47942") ) +(myObject (attribute1 "attr47943") ) +(myObject (attribute1 "attr47944") ) +(myObject (attribute1 "attr47945") ) +(myObject (attribute1 "attr47946") ) +(myObject (attribute1 "attr47947") ) +(myObject (attribute1 "attr47948") ) +(myObject (attribute1 "attr47949") ) +(myObject (attribute1 "attr47950") ) +(myObject (attribute1 "attr47951") ) +(myObject (attribute1 "attr47952") ) +(myObject (attribute1 "attr47953") ) +(myObject (attribute1 "attr47954") ) +(myObject (attribute1 "attr47955") ) +(myObject (attribute1 "attr47956") ) +(myObject (attribute1 "attr47957") ) +(myObject (attribute1 "attr47958") ) +(myObject (attribute1 "attr47959") ) +(myObject (attribute1 "attr47960") ) +(myObject (attribute1 "attr47961") ) +(myObject (attribute1 "attr47962") ) +(myObject (attribute1 "attr47963") ) +(myObject (attribute1 "attr47964") ) +(myObject (attribute1 "attr47965") ) +(myObject (attribute1 "attr47966") ) +(myObject (attribute1 "attr47967") ) +(myObject (attribute1 "attr47968") ) +(myObject (attribute1 "attr47969") ) +(myObject (attribute1 "attr47970") ) +(myObject (attribute1 "attr47971") ) +(myObject (attribute1 "attr47972") ) +(myObject (attribute1 "attr47973") ) +(myObject (attribute1 "attr47974") ) +(myObject (attribute1 "attr47975") ) +(myObject (attribute1 "attr47976") ) +(myObject (attribute1 "attr47977") ) +(myObject (attribute1 "attr47978") ) +(myObject (attribute1 "attr47979") ) +(myObject (attribute1 "attr47980") ) +(myObject (attribute1 "attr47981") ) +(myObject (attribute1 "attr47982") ) +(myObject (attribute1 "attr47983") ) +(myObject (attribute1 "attr47984") ) +(myObject (attribute1 "attr47985") ) +(myObject (attribute1 "attr47986") ) +(myObject (attribute1 "attr47987") ) +(myObject (attribute1 "attr47988") ) +(myObject (attribute1 "attr47989") ) +(myObject (attribute1 "attr47990") ) +(myObject (attribute1 "attr47991") ) +(myObject (attribute1 "attr47992") ) +(myObject (attribute1 "attr47993") ) +(myObject (attribute1 "attr47994") ) +(myObject (attribute1 "attr47995") ) +(myObject (attribute1 "attr47996") ) +(myObject (attribute1 "attr47997") ) +(myObject (attribute1 "attr47998") ) +(myObject (attribute1 "attr47999") ) +(myObject (attribute1 "attr48000") ) +(myObject (attribute1 "attr48001") ) +(myObject (attribute1 "attr48002") ) +(myObject (attribute1 "attr48003") ) +(myObject (attribute1 "attr48004") ) +(myObject (attribute1 "attr48005") ) +(myObject (attribute1 "attr48006") ) +(myObject (attribute1 "attr48007") ) +(myObject (attribute1 "attr48008") ) +(myObject (attribute1 "attr48009") ) +(myObject (attribute1 "attr48010") ) +(myObject (attribute1 "attr48011") ) +(myObject (attribute1 "attr48012") ) +(myObject (attribute1 "attr48013") ) +(myObject (attribute1 "attr48014") ) +(myObject (attribute1 "attr48015") ) +(myObject (attribute1 "attr48016") ) +(myObject (attribute1 "attr48017") ) +(myObject (attribute1 "attr48018") ) +(myObject (attribute1 "attr48019") ) +(myObject (attribute1 "attr48020") ) +(myObject (attribute1 "attr48021") ) +(myObject (attribute1 "attr48022") ) +(myObject (attribute1 "attr48023") ) +(myObject (attribute1 "attr48024") ) +(myObject (attribute1 "attr48025") ) +(myObject (attribute1 "attr48026") ) +(myObject (attribute1 "attr48027") ) +(myObject (attribute1 "attr48028") ) +(myObject (attribute1 "attr48029") ) +(myObject (attribute1 "attr48030") ) +(myObject (attribute1 "attr48031") ) +(myObject (attribute1 "attr48032") ) +(myObject (attribute1 "attr48033") ) +(myObject (attribute1 "attr48034") ) +(myObject (attribute1 "attr48035") ) +(myObject (attribute1 "attr48036") ) +(myObject (attribute1 "attr48037") ) +(myObject (attribute1 "attr48038") ) +(myObject (attribute1 "attr48039") ) +(myObject (attribute1 "attr48040") ) +(myObject (attribute1 "attr48041") ) +(myObject (attribute1 "attr48042") ) +(myObject (attribute1 "attr48043") ) +(myObject (attribute1 "attr48044") ) +(myObject (attribute1 "attr48045") ) +(myObject (attribute1 "attr48046") ) +(myObject (attribute1 "attr48047") ) +(myObject (attribute1 "attr48048") ) +(myObject (attribute1 "attr48049") ) +(myObject (attribute1 "attr48050") ) +(myObject (attribute1 "attr48051") ) +(myObject (attribute1 "attr48052") ) +(myObject (attribute1 "attr48053") ) +(myObject (attribute1 "attr48054") ) +(myObject (attribute1 "attr48055") ) +(myObject (attribute1 "attr48056") ) +(myObject (attribute1 "attr48057") ) +(myObject (attribute1 "attr48058") ) +(myObject (attribute1 "attr48059") ) +(myObject (attribute1 "attr48060") ) +(myObject (attribute1 "attr48061") ) +(myObject (attribute1 "attr48062") ) +(myObject (attribute1 "attr48063") ) +(myObject (attribute1 "attr48064") ) +(myObject (attribute1 "attr48065") ) +(myObject (attribute1 "attr48066") ) +(myObject (attribute1 "attr48067") ) +(myObject (attribute1 "attr48068") ) +(myObject (attribute1 "attr48069") ) +(myObject (attribute1 "attr48070") ) +(myObject (attribute1 "attr48071") ) +(myObject (attribute1 "attr48072") ) +(myObject (attribute1 "attr48073") ) +(myObject (attribute1 "attr48074") ) +(myObject (attribute1 "attr48075") ) +(myObject (attribute1 "attr48076") ) +(myObject (attribute1 "attr48077") ) +(myObject (attribute1 "attr48078") ) +(myObject (attribute1 "attr48079") ) +(myObject (attribute1 "attr48080") ) +(myObject (attribute1 "attr48081") ) +(myObject (attribute1 "attr48082") ) +(myObject (attribute1 "attr48083") ) +(myObject (attribute1 "attr48084") ) +(myObject (attribute1 "attr48085") ) +(myObject (attribute1 "attr48086") ) +(myObject (attribute1 "attr48087") ) +(myObject (attribute1 "attr48088") ) +(myObject (attribute1 "attr48089") ) +(myObject (attribute1 "attr48090") ) +(myObject (attribute1 "attr48091") ) +(myObject (attribute1 "attr48092") ) +(myObject (attribute1 "attr48093") ) +(myObject (attribute1 "attr48094") ) +(myObject (attribute1 "attr48095") ) +(myObject (attribute1 "attr48096") ) +(myObject (attribute1 "attr48097") ) +(myObject (attribute1 "attr48098") ) +(myObject (attribute1 "attr48099") ) +(myObject (attribute1 "attr48100") ) +(myObject (attribute1 "attr48101") ) +(myObject (attribute1 "attr48102") ) +(myObject (attribute1 "attr48103") ) +(myObject (attribute1 "attr48104") ) +(myObject (attribute1 "attr48105") ) +(myObject (attribute1 "attr48106") ) +(myObject (attribute1 "attr48107") ) +(myObject (attribute1 "attr48108") ) +(myObject (attribute1 "attr48109") ) +(myObject (attribute1 "attr48110") ) +(myObject (attribute1 "attr48111") ) +(myObject (attribute1 "attr48112") ) +(myObject (attribute1 "attr48113") ) +(myObject (attribute1 "attr48114") ) +(myObject (attribute1 "attr48115") ) +(myObject (attribute1 "attr48116") ) +(myObject (attribute1 "attr48117") ) +(myObject (attribute1 "attr48118") ) +(myObject (attribute1 "attr48119") ) +(myObject (attribute1 "attr48120") ) +(myObject (attribute1 "attr48121") ) +(myObject (attribute1 "attr48122") ) +(myObject (attribute1 "attr48123") ) +(myObject (attribute1 "attr48124") ) +(myObject (attribute1 "attr48125") ) +(myObject (attribute1 "attr48126") ) +(myObject (attribute1 "attr48127") ) +(myObject (attribute1 "attr48128") ) +(myObject (attribute1 "attr48129") ) +(myObject (attribute1 "attr48130") ) +(myObject (attribute1 "attr48131") ) +(myObject (attribute1 "attr48132") ) +(myObject (attribute1 "attr48133") ) +(myObject (attribute1 "attr48134") ) +(myObject (attribute1 "attr48135") ) +(myObject (attribute1 "attr48136") ) +(myObject (attribute1 "attr48137") ) +(myObject (attribute1 "attr48138") ) +(myObject (attribute1 "attr48139") ) +(myObject (attribute1 "attr48140") ) +(myObject (attribute1 "attr48141") ) +(myObject (attribute1 "attr48142") ) +(myObject (attribute1 "attr48143") ) +(myObject (attribute1 "attr48144") ) +(myObject (attribute1 "attr48145") ) +(myObject (attribute1 "attr48146") ) +(myObject (attribute1 "attr48147") ) +(myObject (attribute1 "attr48148") ) +(myObject (attribute1 "attr48149") ) +(myObject (attribute1 "attr48150") ) +(myObject (attribute1 "attr48151") ) +(myObject (attribute1 "attr48152") ) +(myObject (attribute1 "attr48153") ) +(myObject (attribute1 "attr48154") ) +(myObject (attribute1 "attr48155") ) +(myObject (attribute1 "attr48156") ) +(myObject (attribute1 "attr48157") ) +(myObject (attribute1 "attr48158") ) +(myObject (attribute1 "attr48159") ) +(myObject (attribute1 "attr48160") ) +(myObject (attribute1 "attr48161") ) +(myObject (attribute1 "attr48162") ) +(myObject (attribute1 "attr48163") ) +(myObject (attribute1 "attr48164") ) +(myObject (attribute1 "attr48165") ) +(myObject (attribute1 "attr48166") ) +(myObject (attribute1 "attr48167") ) +(myObject (attribute1 "attr48168") ) +(myObject (attribute1 "attr48169") ) +(myObject (attribute1 "attr48170") ) +(myObject (attribute1 "attr48171") ) +(myObject (attribute1 "attr48172") ) +(myObject (attribute1 "attr48173") ) +(myObject (attribute1 "attr48174") ) +(myObject (attribute1 "attr48175") ) +(myObject (attribute1 "attr48176") ) +(myObject (attribute1 "attr48177") ) +(myObject (attribute1 "attr48178") ) +(myObject (attribute1 "attr48179") ) +(myObject (attribute1 "attr48180") ) +(myObject (attribute1 "attr48181") ) +(myObject (attribute1 "attr48182") ) +(myObject (attribute1 "attr48183") ) +(myObject (attribute1 "attr48184") ) +(myObject (attribute1 "attr48185") ) +(myObject (attribute1 "attr48186") ) +(myObject (attribute1 "attr48187") ) +(myObject (attribute1 "attr48188") ) +(myObject (attribute1 "attr48189") ) +(myObject (attribute1 "attr48190") ) +(myObject (attribute1 "attr48191") ) +(myObject (attribute1 "attr48192") ) +(myObject (attribute1 "attr48193") ) +(myObject (attribute1 "attr48194") ) +(myObject (attribute1 "attr48195") ) +(myObject (attribute1 "attr48196") ) +(myObject (attribute1 "attr48197") ) +(myObject (attribute1 "attr48198") ) +(myObject (attribute1 "attr48199") ) +(myObject (attribute1 "attr48200") ) +(myObject (attribute1 "attr48201") ) +(myObject (attribute1 "attr48202") ) +(myObject (attribute1 "attr48203") ) +(myObject (attribute1 "attr48204") ) +(myObject (attribute1 "attr48205") ) +(myObject (attribute1 "attr48206") ) +(myObject (attribute1 "attr48207") ) +(myObject (attribute1 "attr48208") ) +(myObject (attribute1 "attr48209") ) +(myObject (attribute1 "attr48210") ) +(myObject (attribute1 "attr48211") ) +(myObject (attribute1 "attr48212") ) +(myObject (attribute1 "attr48213") ) +(myObject (attribute1 "attr48214") ) +(myObject (attribute1 "attr48215") ) +(myObject (attribute1 "attr48216") ) +(myObject (attribute1 "attr48217") ) +(myObject (attribute1 "attr48218") ) +(myObject (attribute1 "attr48219") ) +(myObject (attribute1 "attr48220") ) +(myObject (attribute1 "attr48221") ) +(myObject (attribute1 "attr48222") ) +(myObject (attribute1 "attr48223") ) +(myObject (attribute1 "attr48224") ) +(myObject (attribute1 "attr48225") ) +(myObject (attribute1 "attr48226") ) +(myObject (attribute1 "attr48227") ) +(myObject (attribute1 "attr48228") ) +(myObject (attribute1 "attr48229") ) +(myObject (attribute1 "attr48230") ) +(myObject (attribute1 "attr48231") ) +(myObject (attribute1 "attr48232") ) +(myObject (attribute1 "attr48233") ) +(myObject (attribute1 "attr48234") ) +(myObject (attribute1 "attr48235") ) +(myObject (attribute1 "attr48236") ) +(myObject (attribute1 "attr48237") ) +(myObject (attribute1 "attr48238") ) +(myObject (attribute1 "attr48239") ) +(myObject (attribute1 "attr48240") ) +(myObject (attribute1 "attr48241") ) +(myObject (attribute1 "attr48242") ) +(myObject (attribute1 "attr48243") ) +(myObject (attribute1 "attr48244") ) +(myObject (attribute1 "attr48245") ) +(myObject (attribute1 "attr48246") ) +(myObject (attribute1 "attr48247") ) +(myObject (attribute1 "attr48248") ) +(myObject (attribute1 "attr48249") ) +(myObject (attribute1 "attr48250") ) +(myObject (attribute1 "attr48251") ) +(myObject (attribute1 "attr48252") ) +(myObject (attribute1 "attr48253") ) +(myObject (attribute1 "attr48254") ) +(myObject (attribute1 "attr48255") ) +(myObject (attribute1 "attr48256") ) +(myObject (attribute1 "attr48257") ) +(myObject (attribute1 "attr48258") ) +(myObject (attribute1 "attr48259") ) +(myObject (attribute1 "attr48260") ) +(myObject (attribute1 "attr48261") ) +(myObject (attribute1 "attr48262") ) +(myObject (attribute1 "attr48263") ) +(myObject (attribute1 "attr48264") ) +(myObject (attribute1 "attr48265") ) +(myObject (attribute1 "attr48266") ) +(myObject (attribute1 "attr48267") ) +(myObject (attribute1 "attr48268") ) +(myObject (attribute1 "attr48269") ) +(myObject (attribute1 "attr48270") ) +(myObject (attribute1 "attr48271") ) +(myObject (attribute1 "attr48272") ) +(myObject (attribute1 "attr48273") ) +(myObject (attribute1 "attr48274") ) +(myObject (attribute1 "attr48275") ) +(myObject (attribute1 "attr48276") ) +(myObject (attribute1 "attr48277") ) +(myObject (attribute1 "attr48278") ) +(myObject (attribute1 "attr48279") ) +(myObject (attribute1 "attr48280") ) +(myObject (attribute1 "attr48281") ) +(myObject (attribute1 "attr48282") ) +(myObject (attribute1 "attr48283") ) +(myObject (attribute1 "attr48284") ) +(myObject (attribute1 "attr48285") ) +(myObject (attribute1 "attr48286") ) +(myObject (attribute1 "attr48287") ) +(myObject (attribute1 "attr48288") ) +(myObject (attribute1 "attr48289") ) +(myObject (attribute1 "attr48290") ) +(myObject (attribute1 "attr48291") ) +(myObject (attribute1 "attr48292") ) +(myObject (attribute1 "attr48293") ) +(myObject (attribute1 "attr48294") ) +(myObject (attribute1 "attr48295") ) +(myObject (attribute1 "attr48296") ) +(myObject (attribute1 "attr48297") ) +(myObject (attribute1 "attr48298") ) +(myObject (attribute1 "attr48299") ) +(myObject (attribute1 "attr48300") ) +(myObject (attribute1 "attr48301") ) +(myObject (attribute1 "attr48302") ) +(myObject (attribute1 "attr48303") ) +(myObject (attribute1 "attr48304") ) +(myObject (attribute1 "attr48305") ) +(myObject (attribute1 "attr48306") ) +(myObject (attribute1 "attr48307") ) +(myObject (attribute1 "attr48308") ) +(myObject (attribute1 "attr48309") ) +(myObject (attribute1 "attr48310") ) +(myObject (attribute1 "attr48311") ) +(myObject (attribute1 "attr48312") ) +(myObject (attribute1 "attr48313") ) +(myObject (attribute1 "attr48314") ) +(myObject (attribute1 "attr48315") ) +(myObject (attribute1 "attr48316") ) +(myObject (attribute1 "attr48317") ) +(myObject (attribute1 "attr48318") ) +(myObject (attribute1 "attr48319") ) +(myObject (attribute1 "attr48320") ) +(myObject (attribute1 "attr48321") ) +(myObject (attribute1 "attr48322") ) +(myObject (attribute1 "attr48323") ) +(myObject (attribute1 "attr48324") ) +(myObject (attribute1 "attr48325") ) +(myObject (attribute1 "attr48326") ) +(myObject (attribute1 "attr48327") ) +(myObject (attribute1 "attr48328") ) +(myObject (attribute1 "attr48329") ) +(myObject (attribute1 "attr48330") ) +(myObject (attribute1 "attr48331") ) +(myObject (attribute1 "attr48332") ) +(myObject (attribute1 "attr48333") ) +(myObject (attribute1 "attr48334") ) +(myObject (attribute1 "attr48335") ) +(myObject (attribute1 "attr48336") ) +(myObject (attribute1 "attr48337") ) +(myObject (attribute1 "attr48338") ) +(myObject (attribute1 "attr48339") ) +(myObject (attribute1 "attr48340") ) +(myObject (attribute1 "attr48341") ) +(myObject (attribute1 "attr48342") ) +(myObject (attribute1 "attr48343") ) +(myObject (attribute1 "attr48344") ) +(myObject (attribute1 "attr48345") ) +(myObject (attribute1 "attr48346") ) +(myObject (attribute1 "attr48347") ) +(myObject (attribute1 "attr48348") ) +(myObject (attribute1 "attr48349") ) +(myObject (attribute1 "attr48350") ) +(myObject (attribute1 "attr48351") ) +(myObject (attribute1 "attr48352") ) +(myObject (attribute1 "attr48353") ) +(myObject (attribute1 "attr48354") ) +(myObject (attribute1 "attr48355") ) +(myObject (attribute1 "attr48356") ) +(myObject (attribute1 "attr48357") ) +(myObject (attribute1 "attr48358") ) +(myObject (attribute1 "attr48359") ) +(myObject (attribute1 "attr48360") ) +(myObject (attribute1 "attr48361") ) +(myObject (attribute1 "attr48362") ) +(myObject (attribute1 "attr48363") ) +(myObject (attribute1 "attr48364") ) +(myObject (attribute1 "attr48365") ) +(myObject (attribute1 "attr48366") ) +(myObject (attribute1 "attr48367") ) +(myObject (attribute1 "attr48368") ) +(myObject (attribute1 "attr48369") ) +(myObject (attribute1 "attr48370") ) +(myObject (attribute1 "attr48371") ) +(myObject (attribute1 "attr48372") ) +(myObject (attribute1 "attr48373") ) +(myObject (attribute1 "attr48374") ) +(myObject (attribute1 "attr48375") ) +(myObject (attribute1 "attr48376") ) +(myObject (attribute1 "attr48377") ) +(myObject (attribute1 "attr48378") ) +(myObject (attribute1 "attr48379") ) +(myObject (attribute1 "attr48380") ) +(myObject (attribute1 "attr48381") ) +(myObject (attribute1 "attr48382") ) +(myObject (attribute1 "attr48383") ) +(myObject (attribute1 "attr48384") ) +(myObject (attribute1 "attr48385") ) +(myObject (attribute1 "attr48386") ) +(myObject (attribute1 "attr48387") ) +(myObject (attribute1 "attr48388") ) +(myObject (attribute1 "attr48389") ) +(myObject (attribute1 "attr48390") ) +(myObject (attribute1 "attr48391") ) +(myObject (attribute1 "attr48392") ) +(myObject (attribute1 "attr48393") ) +(myObject (attribute1 "attr48394") ) +(myObject (attribute1 "attr48395") ) +(myObject (attribute1 "attr48396") ) +(myObject (attribute1 "attr48397") ) +(myObject (attribute1 "attr48398") ) +(myObject (attribute1 "attr48399") ) +(myObject (attribute1 "attr48400") ) +(myObject (attribute1 "attr48401") ) +(myObject (attribute1 "attr48402") ) +(myObject (attribute1 "attr48403") ) +(myObject (attribute1 "attr48404") ) +(myObject (attribute1 "attr48405") ) +(myObject (attribute1 "attr48406") ) +(myObject (attribute1 "attr48407") ) +(myObject (attribute1 "attr48408") ) +(myObject (attribute1 "attr48409") ) +(myObject (attribute1 "attr48410") ) +(myObject (attribute1 "attr48411") ) +(myObject (attribute1 "attr48412") ) +(myObject (attribute1 "attr48413") ) +(myObject (attribute1 "attr48414") ) +(myObject (attribute1 "attr48415") ) +(myObject (attribute1 "attr48416") ) +(myObject (attribute1 "attr48417") ) +(myObject (attribute1 "attr48418") ) +(myObject (attribute1 "attr48419") ) +(myObject (attribute1 "attr48420") ) +(myObject (attribute1 "attr48421") ) +(myObject (attribute1 "attr48422") ) +(myObject (attribute1 "attr48423") ) +(myObject (attribute1 "attr48424") ) +(myObject (attribute1 "attr48425") ) +(myObject (attribute1 "attr48426") ) +(myObject (attribute1 "attr48427") ) +(myObject (attribute1 "attr48428") ) +(myObject (attribute1 "attr48429") ) +(myObject (attribute1 "attr48430") ) +(myObject (attribute1 "attr48431") ) +(myObject (attribute1 "attr48432") ) +(myObject (attribute1 "attr48433") ) +(myObject (attribute1 "attr48434") ) +(myObject (attribute1 "attr48435") ) +(myObject (attribute1 "attr48436") ) +(myObject (attribute1 "attr48437") ) +(myObject (attribute1 "attr48438") ) +(myObject (attribute1 "attr48439") ) +(myObject (attribute1 "attr48440") ) +(myObject (attribute1 "attr48441") ) +(myObject (attribute1 "attr48442") ) +(myObject (attribute1 "attr48443") ) +(myObject (attribute1 "attr48444") ) +(myObject (attribute1 "attr48445") ) +(myObject (attribute1 "attr48446") ) +(myObject (attribute1 "attr48447") ) +(myObject (attribute1 "attr48448") ) +(myObject (attribute1 "attr48449") ) +(myObject (attribute1 "attr48450") ) +(myObject (attribute1 "attr48451") ) +(myObject (attribute1 "attr48452") ) +(myObject (attribute1 "attr48453") ) +(myObject (attribute1 "attr48454") ) +(myObject (attribute1 "attr48455") ) +(myObject (attribute1 "attr48456") ) +(myObject (attribute1 "attr48457") ) +(myObject (attribute1 "attr48458") ) +(myObject (attribute1 "attr48459") ) +(myObject (attribute1 "attr48460") ) +(myObject (attribute1 "attr48461") ) +(myObject (attribute1 "attr48462") ) +(myObject (attribute1 "attr48463") ) +(myObject (attribute1 "attr48464") ) +(myObject (attribute1 "attr48465") ) +(myObject (attribute1 "attr48466") ) +(myObject (attribute1 "attr48467") ) +(myObject (attribute1 "attr48468") ) +(myObject (attribute1 "attr48469") ) +(myObject (attribute1 "attr48470") ) +(myObject (attribute1 "attr48471") ) +(myObject (attribute1 "attr48472") ) +(myObject (attribute1 "attr48473") ) +(myObject (attribute1 "attr48474") ) +(myObject (attribute1 "attr48475") ) +(myObject (attribute1 "attr48476") ) +(myObject (attribute1 "attr48477") ) +(myObject (attribute1 "attr48478") ) +(myObject (attribute1 "attr48479") ) +(myObject (attribute1 "attr48480") ) +(myObject (attribute1 "attr48481") ) +(myObject (attribute1 "attr48482") ) +(myObject (attribute1 "attr48483") ) +(myObject (attribute1 "attr48484") ) +(myObject (attribute1 "attr48485") ) +(myObject (attribute1 "attr48486") ) +(myObject (attribute1 "attr48487") ) +(myObject (attribute1 "attr48488") ) +(myObject (attribute1 "attr48489") ) +(myObject (attribute1 "attr48490") ) +(myObject (attribute1 "attr48491") ) +(myObject (attribute1 "attr48492") ) +(myObject (attribute1 "attr48493") ) +(myObject (attribute1 "attr48494") ) +(myObject (attribute1 "attr48495") ) +(myObject (attribute1 "attr48496") ) +(myObject (attribute1 "attr48497") ) +(myObject (attribute1 "attr48498") ) +(myObject (attribute1 "attr48499") ) +(myObject (attribute1 "attr48500") ) +(myObject (attribute1 "attr48501") ) +(myObject (attribute1 "attr48502") ) +(myObject (attribute1 "attr48503") ) +(myObject (attribute1 "attr48504") ) +(myObject (attribute1 "attr48505") ) +(myObject (attribute1 "attr48506") ) +(myObject (attribute1 "attr48507") ) +(myObject (attribute1 "attr48508") ) +(myObject (attribute1 "attr48509") ) +(myObject (attribute1 "attr48510") ) +(myObject (attribute1 "attr48511") ) +(myObject (attribute1 "attr48512") ) +(myObject (attribute1 "attr48513") ) +(myObject (attribute1 "attr48514") ) +(myObject (attribute1 "attr48515") ) +(myObject (attribute1 "attr48516") ) +(myObject (attribute1 "attr48517") ) +(myObject (attribute1 "attr48518") ) +(myObject (attribute1 "attr48519") ) +(myObject (attribute1 "attr48520") ) +(myObject (attribute1 "attr48521") ) +(myObject (attribute1 "attr48522") ) +(myObject (attribute1 "attr48523") ) +(myObject (attribute1 "attr48524") ) +(myObject (attribute1 "attr48525") ) +(myObject (attribute1 "attr48526") ) +(myObject (attribute1 "attr48527") ) +(myObject (attribute1 "attr48528") ) +(myObject (attribute1 "attr48529") ) +(myObject (attribute1 "attr48530") ) +(myObject (attribute1 "attr48531") ) +(myObject (attribute1 "attr48532") ) +(myObject (attribute1 "attr48533") ) +(myObject (attribute1 "attr48534") ) +(myObject (attribute1 "attr48535") ) +(myObject (attribute1 "attr48536") ) +(myObject (attribute1 "attr48537") ) +(myObject (attribute1 "attr48538") ) +(myObject (attribute1 "attr48539") ) +(myObject (attribute1 "attr48540") ) +(myObject (attribute1 "attr48541") ) +(myObject (attribute1 "attr48542") ) +(myObject (attribute1 "attr48543") ) +(myObject (attribute1 "attr48544") ) +(myObject (attribute1 "attr48545") ) +(myObject (attribute1 "attr48546") ) +(myObject (attribute1 "attr48547") ) +(myObject (attribute1 "attr48548") ) +(myObject (attribute1 "attr48549") ) +(myObject (attribute1 "attr48550") ) +(myObject (attribute1 "attr48551") ) +(myObject (attribute1 "attr48552") ) +(myObject (attribute1 "attr48553") ) +(myObject (attribute1 "attr48554") ) +(myObject (attribute1 "attr48555") ) +(myObject (attribute1 "attr48556") ) +(myObject (attribute1 "attr48557") ) +(myObject (attribute1 "attr48558") ) +(myObject (attribute1 "attr48559") ) +(myObject (attribute1 "attr48560") ) +(myObject (attribute1 "attr48561") ) +(myObject (attribute1 "attr48562") ) +(myObject (attribute1 "attr48563") ) +(myObject (attribute1 "attr48564") ) +(myObject (attribute1 "attr48565") ) +(myObject (attribute1 "attr48566") ) +(myObject (attribute1 "attr48567") ) +(myObject (attribute1 "attr48568") ) +(myObject (attribute1 "attr48569") ) +(myObject (attribute1 "attr48570") ) +(myObject (attribute1 "attr48571") ) +(myObject (attribute1 "attr48572") ) +(myObject (attribute1 "attr48573") ) +(myObject (attribute1 "attr48574") ) +(myObject (attribute1 "attr48575") ) +(myObject (attribute1 "attr48576") ) +(myObject (attribute1 "attr48577") ) +(myObject (attribute1 "attr48578") ) +(myObject (attribute1 "attr48579") ) +(myObject (attribute1 "attr48580") ) +(myObject (attribute1 "attr48581") ) +(myObject (attribute1 "attr48582") ) +(myObject (attribute1 "attr48583") ) +(myObject (attribute1 "attr48584") ) +(myObject (attribute1 "attr48585") ) +(myObject (attribute1 "attr48586") ) +(myObject (attribute1 "attr48587") ) +(myObject (attribute1 "attr48588") ) +(myObject (attribute1 "attr48589") ) +(myObject (attribute1 "attr48590") ) +(myObject (attribute1 "attr48591") ) +(myObject (attribute1 "attr48592") ) +(myObject (attribute1 "attr48593") ) +(myObject (attribute1 "attr48594") ) +(myObject (attribute1 "attr48595") ) +(myObject (attribute1 "attr48596") ) +(myObject (attribute1 "attr48597") ) +(myObject (attribute1 "attr48598") ) +(myObject (attribute1 "attr48599") ) +(myObject (attribute1 "attr48600") ) +(myObject (attribute1 "attr48601") ) +(myObject (attribute1 "attr48602") ) +(myObject (attribute1 "attr48603") ) +(myObject (attribute1 "attr48604") ) +(myObject (attribute1 "attr48605") ) +(myObject (attribute1 "attr48606") ) +(myObject (attribute1 "attr48607") ) +(myObject (attribute1 "attr48608") ) +(myObject (attribute1 "attr48609") ) +(myObject (attribute1 "attr48610") ) +(myObject (attribute1 "attr48611") ) +(myObject (attribute1 "attr48612") ) +(myObject (attribute1 "attr48613") ) +(myObject (attribute1 "attr48614") ) +(myObject (attribute1 "attr48615") ) +(myObject (attribute1 "attr48616") ) +(myObject (attribute1 "attr48617") ) +(myObject (attribute1 "attr48618") ) +(myObject (attribute1 "attr48619") ) +(myObject (attribute1 "attr48620") ) +(myObject (attribute1 "attr48621") ) +(myObject (attribute1 "attr48622") ) +(myObject (attribute1 "attr48623") ) +(myObject (attribute1 "attr48624") ) +(myObject (attribute1 "attr48625") ) +(myObject (attribute1 "attr48626") ) +(myObject (attribute1 "attr48627") ) +(myObject (attribute1 "attr48628") ) +(myObject (attribute1 "attr48629") ) +(myObject (attribute1 "attr48630") ) +(myObject (attribute1 "attr48631") ) +(myObject (attribute1 "attr48632") ) +(myObject (attribute1 "attr48633") ) +(myObject (attribute1 "attr48634") ) +(myObject (attribute1 "attr48635") ) +(myObject (attribute1 "attr48636") ) +(myObject (attribute1 "attr48637") ) +(myObject (attribute1 "attr48638") ) +(myObject (attribute1 "attr48639") ) +(myObject (attribute1 "attr48640") ) +(myObject (attribute1 "attr48641") ) +(myObject (attribute1 "attr48642") ) +(myObject (attribute1 "attr48643") ) +(myObject (attribute1 "attr48644") ) +(myObject (attribute1 "attr48645") ) +(myObject (attribute1 "attr48646") ) +(myObject (attribute1 "attr48647") ) +(myObject (attribute1 "attr48648") ) +(myObject (attribute1 "attr48649") ) +(myObject (attribute1 "attr48650") ) +(myObject (attribute1 "attr48651") ) +(myObject (attribute1 "attr48652") ) +(myObject (attribute1 "attr48653") ) +(myObject (attribute1 "attr48654") ) +(myObject (attribute1 "attr48655") ) +(myObject (attribute1 "attr48656") ) +(myObject (attribute1 "attr48657") ) +(myObject (attribute1 "attr48658") ) +(myObject (attribute1 "attr48659") ) +(myObject (attribute1 "attr48660") ) +(myObject (attribute1 "attr48661") ) +(myObject (attribute1 "attr48662") ) +(myObject (attribute1 "attr48663") ) +(myObject (attribute1 "attr48664") ) +(myObject (attribute1 "attr48665") ) +(myObject (attribute1 "attr48666") ) +(myObject (attribute1 "attr48667") ) +(myObject (attribute1 "attr48668") ) +(myObject (attribute1 "attr48669") ) +(myObject (attribute1 "attr48670") ) +(myObject (attribute1 "attr48671") ) +(myObject (attribute1 "attr48672") ) +(myObject (attribute1 "attr48673") ) +(myObject (attribute1 "attr48674") ) +(myObject (attribute1 "attr48675") ) +(myObject (attribute1 "attr48676") ) +(myObject (attribute1 "attr48677") ) +(myObject (attribute1 "attr48678") ) +(myObject (attribute1 "attr48679") ) +(myObject (attribute1 "attr48680") ) +(myObject (attribute1 "attr48681") ) +(myObject (attribute1 "attr48682") ) +(myObject (attribute1 "attr48683") ) +(myObject (attribute1 "attr48684") ) +(myObject (attribute1 "attr48685") ) +(myObject (attribute1 "attr48686") ) +(myObject (attribute1 "attr48687") ) +(myObject (attribute1 "attr48688") ) +(myObject (attribute1 "attr48689") ) +(myObject (attribute1 "attr48690") ) +(myObject (attribute1 "attr48691") ) +(myObject (attribute1 "attr48692") ) +(myObject (attribute1 "attr48693") ) +(myObject (attribute1 "attr48694") ) +(myObject (attribute1 "attr48695") ) +(myObject (attribute1 "attr48696") ) +(myObject (attribute1 "attr48697") ) +(myObject (attribute1 "attr48698") ) +(myObject (attribute1 "attr48699") ) +(myObject (attribute1 "attr48700") ) +(myObject (attribute1 "attr48701") ) +(myObject (attribute1 "attr48702") ) +(myObject (attribute1 "attr48703") ) +(myObject (attribute1 "attr48704") ) +(myObject (attribute1 "attr48705") ) +(myObject (attribute1 "attr48706") ) +(myObject (attribute1 "attr48707") ) +(myObject (attribute1 "attr48708") ) +(myObject (attribute1 "attr48709") ) +(myObject (attribute1 "attr48710") ) +(myObject (attribute1 "attr48711") ) +(myObject (attribute1 "attr48712") ) +(myObject (attribute1 "attr48713") ) +(myObject (attribute1 "attr48714") ) +(myObject (attribute1 "attr48715") ) +(myObject (attribute1 "attr48716") ) +(myObject (attribute1 "attr48717") ) +(myObject (attribute1 "attr48718") ) +(myObject (attribute1 "attr48719") ) +(myObject (attribute1 "attr48720") ) +(myObject (attribute1 "attr48721") ) +(myObject (attribute1 "attr48722") ) +(myObject (attribute1 "attr48723") ) +(myObject (attribute1 "attr48724") ) +(myObject (attribute1 "attr48725") ) +(myObject (attribute1 "attr48726") ) +(myObject (attribute1 "attr48727") ) +(myObject (attribute1 "attr48728") ) +(myObject (attribute1 "attr48729") ) +(myObject (attribute1 "attr48730") ) +(myObject (attribute1 "attr48731") ) +(myObject (attribute1 "attr48732") ) +(myObject (attribute1 "attr48733") ) +(myObject (attribute1 "attr48734") ) +(myObject (attribute1 "attr48735") ) +(myObject (attribute1 "attr48736") ) +(myObject (attribute1 "attr48737") ) +(myObject (attribute1 "attr48738") ) +(myObject (attribute1 "attr48739") ) +(myObject (attribute1 "attr48740") ) +(myObject (attribute1 "attr48741") ) +(myObject (attribute1 "attr48742") ) +(myObject (attribute1 "attr48743") ) +(myObject (attribute1 "attr48744") ) +(myObject (attribute1 "attr48745") ) +(myObject (attribute1 "attr48746") ) +(myObject (attribute1 "attr48747") ) +(myObject (attribute1 "attr48748") ) +(myObject (attribute1 "attr48749") ) +(myObject (attribute1 "attr48750") ) +(myObject (attribute1 "attr48751") ) +(myObject (attribute1 "attr48752") ) +(myObject (attribute1 "attr48753") ) +(myObject (attribute1 "attr48754") ) +(myObject (attribute1 "attr48755") ) +(myObject (attribute1 "attr48756") ) +(myObject (attribute1 "attr48757") ) +(myObject (attribute1 "attr48758") ) +(myObject (attribute1 "attr48759") ) +(myObject (attribute1 "attr48760") ) +(myObject (attribute1 "attr48761") ) +(myObject (attribute1 "attr48762") ) +(myObject (attribute1 "attr48763") ) +(myObject (attribute1 "attr48764") ) +(myObject (attribute1 "attr48765") ) +(myObject (attribute1 "attr48766") ) +(myObject (attribute1 "attr48767") ) +(myObject (attribute1 "attr48768") ) +(myObject (attribute1 "attr48769") ) +(myObject (attribute1 "attr48770") ) +(myObject (attribute1 "attr48771") ) +(myObject (attribute1 "attr48772") ) +(myObject (attribute1 "attr48773") ) +(myObject (attribute1 "attr48774") ) +(myObject (attribute1 "attr48775") ) +(myObject (attribute1 "attr48776") ) +(myObject (attribute1 "attr48777") ) +(myObject (attribute1 "attr48778") ) +(myObject (attribute1 "attr48779") ) +(myObject (attribute1 "attr48780") ) +(myObject (attribute1 "attr48781") ) +(myObject (attribute1 "attr48782") ) +(myObject (attribute1 "attr48783") ) +(myObject (attribute1 "attr48784") ) +(myObject (attribute1 "attr48785") ) +(myObject (attribute1 "attr48786") ) +(myObject (attribute1 "attr48787") ) +(myObject (attribute1 "attr48788") ) +(myObject (attribute1 "attr48789") ) +(myObject (attribute1 "attr48790") ) +(myObject (attribute1 "attr48791") ) +(myObject (attribute1 "attr48792") ) +(myObject (attribute1 "attr48793") ) +(myObject (attribute1 "attr48794") ) +(myObject (attribute1 "attr48795") ) +(myObject (attribute1 "attr48796") ) +(myObject (attribute1 "attr48797") ) +(myObject (attribute1 "attr48798") ) +(myObject (attribute1 "attr48799") ) +(myObject (attribute1 "attr48800") ) +(myObject (attribute1 "attr48801") ) +(myObject (attribute1 "attr48802") ) +(myObject (attribute1 "attr48803") ) +(myObject (attribute1 "attr48804") ) +(myObject (attribute1 "attr48805") ) +(myObject (attribute1 "attr48806") ) +(myObject (attribute1 "attr48807") ) +(myObject (attribute1 "attr48808") ) +(myObject (attribute1 "attr48809") ) +(myObject (attribute1 "attr48810") ) +(myObject (attribute1 "attr48811") ) +(myObject (attribute1 "attr48812") ) +(myObject (attribute1 "attr48813") ) +(myObject (attribute1 "attr48814") ) +(myObject (attribute1 "attr48815") ) +(myObject (attribute1 "attr48816") ) +(myObject (attribute1 "attr48817") ) +(myObject (attribute1 "attr48818") ) +(myObject (attribute1 "attr48819") ) +(myObject (attribute1 "attr48820") ) +(myObject (attribute1 "attr48821") ) +(myObject (attribute1 "attr48822") ) +(myObject (attribute1 "attr48823") ) +(myObject (attribute1 "attr48824") ) +(myObject (attribute1 "attr48825") ) +(myObject (attribute1 "attr48826") ) +(myObject (attribute1 "attr48827") ) +(myObject (attribute1 "attr48828") ) +(myObject (attribute1 "attr48829") ) +(myObject (attribute1 "attr48830") ) +(myObject (attribute1 "attr48831") ) +(myObject (attribute1 "attr48832") ) +(myObject (attribute1 "attr48833") ) +(myObject (attribute1 "attr48834") ) +(myObject (attribute1 "attr48835") ) +(myObject (attribute1 "attr48836") ) +(myObject (attribute1 "attr48837") ) +(myObject (attribute1 "attr48838") ) +(myObject (attribute1 "attr48839") ) +(myObject (attribute1 "attr48840") ) +(myObject (attribute1 "attr48841") ) +(myObject (attribute1 "attr48842") ) +(myObject (attribute1 "attr48843") ) +(myObject (attribute1 "attr48844") ) +(myObject (attribute1 "attr48845") ) +(myObject (attribute1 "attr48846") ) +(myObject (attribute1 "attr48847") ) +(myObject (attribute1 "attr48848") ) +(myObject (attribute1 "attr48849") ) +(myObject (attribute1 "attr48850") ) +(myObject (attribute1 "attr48851") ) +(myObject (attribute1 "attr48852") ) +(myObject (attribute1 "attr48853") ) +(myObject (attribute1 "attr48854") ) +(myObject (attribute1 "attr48855") ) +(myObject (attribute1 "attr48856") ) +(myObject (attribute1 "attr48857") ) +(myObject (attribute1 "attr48858") ) +(myObject (attribute1 "attr48859") ) +(myObject (attribute1 "attr48860") ) +(myObject (attribute1 "attr48861") ) +(myObject (attribute1 "attr48862") ) +(myObject (attribute1 "attr48863") ) +(myObject (attribute1 "attr48864") ) +(myObject (attribute1 "attr48865") ) +(myObject (attribute1 "attr48866") ) +(myObject (attribute1 "attr48867") ) +(myObject (attribute1 "attr48868") ) +(myObject (attribute1 "attr48869") ) +(myObject (attribute1 "attr48870") ) +(myObject (attribute1 "attr48871") ) +(myObject (attribute1 "attr48872") ) +(myObject (attribute1 "attr48873") ) +(myObject (attribute1 "attr48874") ) +(myObject (attribute1 "attr48875") ) +(myObject (attribute1 "attr48876") ) +(myObject (attribute1 "attr48877") ) +(myObject (attribute1 "attr48878") ) +(myObject (attribute1 "attr48879") ) +(myObject (attribute1 "attr48880") ) +(myObject (attribute1 "attr48881") ) +(myObject (attribute1 "attr48882") ) +(myObject (attribute1 "attr48883") ) +(myObject (attribute1 "attr48884") ) +(myObject (attribute1 "attr48885") ) +(myObject (attribute1 "attr48886") ) +(myObject (attribute1 "attr48887") ) +(myObject (attribute1 "attr48888") ) +(myObject (attribute1 "attr48889") ) +(myObject (attribute1 "attr48890") ) +(myObject (attribute1 "attr48891") ) +(myObject (attribute1 "attr48892") ) +(myObject (attribute1 "attr48893") ) +(myObject (attribute1 "attr48894") ) +(myObject (attribute1 "attr48895") ) +(myObject (attribute1 "attr48896") ) +(myObject (attribute1 "attr48897") ) +(myObject (attribute1 "attr48898") ) +(myObject (attribute1 "attr48899") ) +(myObject (attribute1 "attr48900") ) +(myObject (attribute1 "attr48901") ) +(myObject (attribute1 "attr48902") ) +(myObject (attribute1 "attr48903") ) +(myObject (attribute1 "attr48904") ) +(myObject (attribute1 "attr48905") ) +(myObject (attribute1 "attr48906") ) +(myObject (attribute1 "attr48907") ) +(myObject (attribute1 "attr48908") ) +(myObject (attribute1 "attr48909") ) +(myObject (attribute1 "attr48910") ) +(myObject (attribute1 "attr48911") ) +(myObject (attribute1 "attr48912") ) +(myObject (attribute1 "attr48913") ) +(myObject (attribute1 "attr48914") ) +(myObject (attribute1 "attr48915") ) +(myObject (attribute1 "attr48916") ) +(myObject (attribute1 "attr48917") ) +(myObject (attribute1 "attr48918") ) +(myObject (attribute1 "attr48919") ) +(myObject (attribute1 "attr48920") ) +(myObject (attribute1 "attr48921") ) +(myObject (attribute1 "attr48922") ) +(myObject (attribute1 "attr48923") ) +(myObject (attribute1 "attr48924") ) +(myObject (attribute1 "attr48925") ) +(myObject (attribute1 "attr48926") ) +(myObject (attribute1 "attr48927") ) +(myObject (attribute1 "attr48928") ) +(myObject (attribute1 "attr48929") ) +(myObject (attribute1 "attr48930") ) +(myObject (attribute1 "attr48931") ) +(myObject (attribute1 "attr48932") ) +(myObject (attribute1 "attr48933") ) +(myObject (attribute1 "attr48934") ) +(myObject (attribute1 "attr48935") ) +(myObject (attribute1 "attr48936") ) +(myObject (attribute1 "attr48937") ) +(myObject (attribute1 "attr48938") ) +(myObject (attribute1 "attr48939") ) +(myObject (attribute1 "attr48940") ) +(myObject (attribute1 "attr48941") ) +(myObject (attribute1 "attr48942") ) +(myObject (attribute1 "attr48943") ) +(myObject (attribute1 "attr48944") ) +(myObject (attribute1 "attr48945") ) +(myObject (attribute1 "attr48946") ) +(myObject (attribute1 "attr48947") ) +(myObject (attribute1 "attr48948") ) +(myObject (attribute1 "attr48949") ) +(myObject (attribute1 "attr48950") ) +(myObject (attribute1 "attr48951") ) +(myObject (attribute1 "attr48952") ) +(myObject (attribute1 "attr48953") ) +(myObject (attribute1 "attr48954") ) +(myObject (attribute1 "attr48955") ) +(myObject (attribute1 "attr48956") ) +(myObject (attribute1 "attr48957") ) +(myObject (attribute1 "attr48958") ) +(myObject (attribute1 "attr48959") ) +(myObject (attribute1 "attr48960") ) +(myObject (attribute1 "attr48961") ) +(myObject (attribute1 "attr48962") ) +(myObject (attribute1 "attr48963") ) +(myObject (attribute1 "attr48964") ) +(myObject (attribute1 "attr48965") ) +(myObject (attribute1 "attr48966") ) +(myObject (attribute1 "attr48967") ) +(myObject (attribute1 "attr48968") ) +(myObject (attribute1 "attr48969") ) +(myObject (attribute1 "attr48970") ) +(myObject (attribute1 "attr48971") ) +(myObject (attribute1 "attr48972") ) +(myObject (attribute1 "attr48973") ) +(myObject (attribute1 "attr48974") ) +(myObject (attribute1 "attr48975") ) +(myObject (attribute1 "attr48976") ) +(myObject (attribute1 "attr48977") ) +(myObject (attribute1 "attr48978") ) +(myObject (attribute1 "attr48979") ) +(myObject (attribute1 "attr48980") ) +(myObject (attribute1 "attr48981") ) +(myObject (attribute1 "attr48982") ) +(myObject (attribute1 "attr48983") ) +(myObject (attribute1 "attr48984") ) +(myObject (attribute1 "attr48985") ) +(myObject (attribute1 "attr48986") ) +(myObject (attribute1 "attr48987") ) +(myObject (attribute1 "attr48988") ) +(myObject (attribute1 "attr48989") ) +(myObject (attribute1 "attr48990") ) +(myObject (attribute1 "attr48991") ) +(myObject (attribute1 "attr48992") ) +(myObject (attribute1 "attr48993") ) +(myObject (attribute1 "attr48994") ) +(myObject (attribute1 "attr48995") ) +(myObject (attribute1 "attr48996") ) +(myObject (attribute1 "attr48997") ) +(myObject (attribute1 "attr48998") ) +(myObject (attribute1 "attr48999") ) +(myObject (attribute1 "attr49000") ) +(myObject (attribute1 "attr49001") ) +(myObject (attribute1 "attr49002") ) +(myObject (attribute1 "attr49003") ) +(myObject (attribute1 "attr49004") ) +(myObject (attribute1 "attr49005") ) +(myObject (attribute1 "attr49006") ) +(myObject (attribute1 "attr49007") ) +(myObject (attribute1 "attr49008") ) +(myObject (attribute1 "attr49009") ) +(myObject (attribute1 "attr49010") ) +(myObject (attribute1 "attr49011") ) +(myObject (attribute1 "attr49012") ) +(myObject (attribute1 "attr49013") ) +(myObject (attribute1 "attr49014") ) +(myObject (attribute1 "attr49015") ) +(myObject (attribute1 "attr49016") ) +(myObject (attribute1 "attr49017") ) +(myObject (attribute1 "attr49018") ) +(myObject (attribute1 "attr49019") ) +(myObject (attribute1 "attr49020") ) +(myObject (attribute1 "attr49021") ) +(myObject (attribute1 "attr49022") ) +(myObject (attribute1 "attr49023") ) +(myObject (attribute1 "attr49024") ) +(myObject (attribute1 "attr49025") ) +(myObject (attribute1 "attr49026") ) +(myObject (attribute1 "attr49027") ) +(myObject (attribute1 "attr49028") ) +(myObject (attribute1 "attr49029") ) +(myObject (attribute1 "attr49030") ) +(myObject (attribute1 "attr49031") ) +(myObject (attribute1 "attr49032") ) +(myObject (attribute1 "attr49033") ) +(myObject (attribute1 "attr49034") ) +(myObject (attribute1 "attr49035") ) +(myObject (attribute1 "attr49036") ) +(myObject (attribute1 "attr49037") ) +(myObject (attribute1 "attr49038") ) +(myObject (attribute1 "attr49039") ) +(myObject (attribute1 "attr49040") ) +(myObject (attribute1 "attr49041") ) +(myObject (attribute1 "attr49042") ) +(myObject (attribute1 "attr49043") ) +(myObject (attribute1 "attr49044") ) +(myObject (attribute1 "attr49045") ) +(myObject (attribute1 "attr49046") ) +(myObject (attribute1 "attr49047") ) +(myObject (attribute1 "attr49048") ) +(myObject (attribute1 "attr49049") ) +(myObject (attribute1 "attr49050") ) +(myObject (attribute1 "attr49051") ) +(myObject (attribute1 "attr49052") ) +(myObject (attribute1 "attr49053") ) +(myObject (attribute1 "attr49054") ) +(myObject (attribute1 "attr49055") ) +(myObject (attribute1 "attr49056") ) +(myObject (attribute1 "attr49057") ) +(myObject (attribute1 "attr49058") ) +(myObject (attribute1 "attr49059") ) +(myObject (attribute1 "attr49060") ) +(myObject (attribute1 "attr49061") ) +(myObject (attribute1 "attr49062") ) +(myObject (attribute1 "attr49063") ) +(myObject (attribute1 "attr49064") ) +(myObject (attribute1 "attr49065") ) +(myObject (attribute1 "attr49066") ) +(myObject (attribute1 "attr49067") ) +(myObject (attribute1 "attr49068") ) +(myObject (attribute1 "attr49069") ) +(myObject (attribute1 "attr49070") ) +(myObject (attribute1 "attr49071") ) +(myObject (attribute1 "attr49072") ) +(myObject (attribute1 "attr49073") ) +(myObject (attribute1 "attr49074") ) +(myObject (attribute1 "attr49075") ) +(myObject (attribute1 "attr49076") ) +(myObject (attribute1 "attr49077") ) +(myObject (attribute1 "attr49078") ) +(myObject (attribute1 "attr49079") ) +(myObject (attribute1 "attr49080") ) +(myObject (attribute1 "attr49081") ) +(myObject (attribute1 "attr49082") ) +(myObject (attribute1 "attr49083") ) +(myObject (attribute1 "attr49084") ) +(myObject (attribute1 "attr49085") ) +(myObject (attribute1 "attr49086") ) +(myObject (attribute1 "attr49087") ) +(myObject (attribute1 "attr49088") ) +(myObject (attribute1 "attr49089") ) +(myObject (attribute1 "attr49090") ) +(myObject (attribute1 "attr49091") ) +(myObject (attribute1 "attr49092") ) +(myObject (attribute1 "attr49093") ) +(myObject (attribute1 "attr49094") ) +(myObject (attribute1 "attr49095") ) +(myObject (attribute1 "attr49096") ) +(myObject (attribute1 "attr49097") ) +(myObject (attribute1 "attr49098") ) +(myObject (attribute1 "attr49099") ) +(myObject (attribute1 "attr49100") ) +(myObject (attribute1 "attr49101") ) +(myObject (attribute1 "attr49102") ) +(myObject (attribute1 "attr49103") ) +(myObject (attribute1 "attr49104") ) +(myObject (attribute1 "attr49105") ) +(myObject (attribute1 "attr49106") ) +(myObject (attribute1 "attr49107") ) +(myObject (attribute1 "attr49108") ) +(myObject (attribute1 "attr49109") ) +(myObject (attribute1 "attr49110") ) +(myObject (attribute1 "attr49111") ) +(myObject (attribute1 "attr49112") ) +(myObject (attribute1 "attr49113") ) +(myObject (attribute1 "attr49114") ) +(myObject (attribute1 "attr49115") ) +(myObject (attribute1 "attr49116") ) +(myObject (attribute1 "attr49117") ) +(myObject (attribute1 "attr49118") ) +(myObject (attribute1 "attr49119") ) +(myObject (attribute1 "attr49120") ) +(myObject (attribute1 "attr49121") ) +(myObject (attribute1 "attr49122") ) +(myObject (attribute1 "attr49123") ) +(myObject (attribute1 "attr49124") ) +(myObject (attribute1 "attr49125") ) +(myObject (attribute1 "attr49126") ) +(myObject (attribute1 "attr49127") ) +(myObject (attribute1 "attr49128") ) +(myObject (attribute1 "attr49129") ) +(myObject (attribute1 "attr49130") ) +(myObject (attribute1 "attr49131") ) +(myObject (attribute1 "attr49132") ) +(myObject (attribute1 "attr49133") ) +(myObject (attribute1 "attr49134") ) +(myObject (attribute1 "attr49135") ) +(myObject (attribute1 "attr49136") ) +(myObject (attribute1 "attr49137") ) +(myObject (attribute1 "attr49138") ) +(myObject (attribute1 "attr49139") ) +(myObject (attribute1 "attr49140") ) +(myObject (attribute1 "attr49141") ) +(myObject (attribute1 "attr49142") ) +(myObject (attribute1 "attr49143") ) +(myObject (attribute1 "attr49144") ) +(myObject (attribute1 "attr49145") ) +(myObject (attribute1 "attr49146") ) +(myObject (attribute1 "attr49147") ) +(myObject (attribute1 "attr49148") ) +(myObject (attribute1 "attr49149") ) +(myObject (attribute1 "attr49150") ) +(myObject (attribute1 "attr49151") ) +(myObject (attribute1 "attr49152") ) +(myObject (attribute1 "attr49153") ) +(myObject (attribute1 "attr49154") ) +(myObject (attribute1 "attr49155") ) +(myObject (attribute1 "attr49156") ) +(myObject (attribute1 "attr49157") ) +(myObject (attribute1 "attr49158") ) +(myObject (attribute1 "attr49159") ) +(myObject (attribute1 "attr49160") ) +(myObject (attribute1 "attr49161") ) +(myObject (attribute1 "attr49162") ) +(myObject (attribute1 "attr49163") ) +(myObject (attribute1 "attr49164") ) +(myObject (attribute1 "attr49165") ) +(myObject (attribute1 "attr49166") ) +(myObject (attribute1 "attr49167") ) +(myObject (attribute1 "attr49168") ) +(myObject (attribute1 "attr49169") ) +(myObject (attribute1 "attr49170") ) +(myObject (attribute1 "attr49171") ) +(myObject (attribute1 "attr49172") ) +(myObject (attribute1 "attr49173") ) +(myObject (attribute1 "attr49174") ) +(myObject (attribute1 "attr49175") ) +(myObject (attribute1 "attr49176") ) +(myObject (attribute1 "attr49177") ) +(myObject (attribute1 "attr49178") ) +(myObject (attribute1 "attr49179") ) +(myObject (attribute1 "attr49180") ) +(myObject (attribute1 "attr49181") ) +(myObject (attribute1 "attr49182") ) +(myObject (attribute1 "attr49183") ) +(myObject (attribute1 "attr49184") ) +(myObject (attribute1 "attr49185") ) +(myObject (attribute1 "attr49186") ) +(myObject (attribute1 "attr49187") ) +(myObject (attribute1 "attr49188") ) +(myObject (attribute1 "attr49189") ) +(myObject (attribute1 "attr49190") ) +(myObject (attribute1 "attr49191") ) +(myObject (attribute1 "attr49192") ) +(myObject (attribute1 "attr49193") ) +(myObject (attribute1 "attr49194") ) +(myObject (attribute1 "attr49195") ) +(myObject (attribute1 "attr49196") ) +(myObject (attribute1 "attr49197") ) +(myObject (attribute1 "attr49198") ) +(myObject (attribute1 "attr49199") ) +(myObject (attribute1 "attr49200") ) +(myObject (attribute1 "attr49201") ) +(myObject (attribute1 "attr49202") ) +(myObject (attribute1 "attr49203") ) +(myObject (attribute1 "attr49204") ) +(myObject (attribute1 "attr49205") ) +(myObject (attribute1 "attr49206") ) +(myObject (attribute1 "attr49207") ) +(myObject (attribute1 "attr49208") ) +(myObject (attribute1 "attr49209") ) +(myObject (attribute1 "attr49210") ) +(myObject (attribute1 "attr49211") ) +(myObject (attribute1 "attr49212") ) +(myObject (attribute1 "attr49213") ) +(myObject (attribute1 "attr49214") ) +(myObject (attribute1 "attr49215") ) +(myObject (attribute1 "attr49216") ) +(myObject (attribute1 "attr49217") ) +(myObject (attribute1 "attr49218") ) +(myObject (attribute1 "attr49219") ) +(myObject (attribute1 "attr49220") ) +(myObject (attribute1 "attr49221") ) +(myObject (attribute1 "attr49222") ) +(myObject (attribute1 "attr49223") ) +(myObject (attribute1 "attr49224") ) +(myObject (attribute1 "attr49225") ) +(myObject (attribute1 "attr49226") ) +(myObject (attribute1 "attr49227") ) +(myObject (attribute1 "attr49228") ) +(myObject (attribute1 "attr49229") ) +(myObject (attribute1 "attr49230") ) +(myObject (attribute1 "attr49231") ) +(myObject (attribute1 "attr49232") ) +(myObject (attribute1 "attr49233") ) +(myObject (attribute1 "attr49234") ) +(myObject (attribute1 "attr49235") ) +(myObject (attribute1 "attr49236") ) +(myObject (attribute1 "attr49237") ) +(myObject (attribute1 "attr49238") ) +(myObject (attribute1 "attr49239") ) +(myObject (attribute1 "attr49240") ) +(myObject (attribute1 "attr49241") ) +(myObject (attribute1 "attr49242") ) +(myObject (attribute1 "attr49243") ) +(myObject (attribute1 "attr49244") ) +(myObject (attribute1 "attr49245") ) +(myObject (attribute1 "attr49246") ) +(myObject (attribute1 "attr49247") ) +(myObject (attribute1 "attr49248") ) +(myObject (attribute1 "attr49249") ) +(myObject (attribute1 "attr49250") ) +(myObject (attribute1 "attr49251") ) +(myObject (attribute1 "attr49252") ) +(myObject (attribute1 "attr49253") ) +(myObject (attribute1 "attr49254") ) +(myObject (attribute1 "attr49255") ) +(myObject (attribute1 "attr49256") ) +(myObject (attribute1 "attr49257") ) +(myObject (attribute1 "attr49258") ) +(myObject (attribute1 "attr49259") ) +(myObject (attribute1 "attr49260") ) +(myObject (attribute1 "attr49261") ) +(myObject (attribute1 "attr49262") ) +(myObject (attribute1 "attr49263") ) +(myObject (attribute1 "attr49264") ) +(myObject (attribute1 "attr49265") ) +(myObject (attribute1 "attr49266") ) +(myObject (attribute1 "attr49267") ) +(myObject (attribute1 "attr49268") ) +(myObject (attribute1 "attr49269") ) +(myObject (attribute1 "attr49270") ) +(myObject (attribute1 "attr49271") ) +(myObject (attribute1 "attr49272") ) +(myObject (attribute1 "attr49273") ) +(myObject (attribute1 "attr49274") ) +(myObject (attribute1 "attr49275") ) +(myObject (attribute1 "attr49276") ) +(myObject (attribute1 "attr49277") ) +(myObject (attribute1 "attr49278") ) +(myObject (attribute1 "attr49279") ) +(myObject (attribute1 "attr49280") ) +(myObject (attribute1 "attr49281") ) +(myObject (attribute1 "attr49282") ) +(myObject (attribute1 "attr49283") ) +(myObject (attribute1 "attr49284") ) +(myObject (attribute1 "attr49285") ) +(myObject (attribute1 "attr49286") ) +(myObject (attribute1 "attr49287") ) +(myObject (attribute1 "attr49288") ) +(myObject (attribute1 "attr49289") ) +(myObject (attribute1 "attr49290") ) +(myObject (attribute1 "attr49291") ) +(myObject (attribute1 "attr49292") ) +(myObject (attribute1 "attr49293") ) +(myObject (attribute1 "attr49294") ) +(myObject (attribute1 "attr49295") ) +(myObject (attribute1 "attr49296") ) +(myObject (attribute1 "attr49297") ) +(myObject (attribute1 "attr49298") ) +(myObject (attribute1 "attr49299") ) +(myObject (attribute1 "attr49300") ) +(myObject (attribute1 "attr49301") ) +(myObject (attribute1 "attr49302") ) +(myObject (attribute1 "attr49303") ) +(myObject (attribute1 "attr49304") ) +(myObject (attribute1 "attr49305") ) +(myObject (attribute1 "attr49306") ) +(myObject (attribute1 "attr49307") ) +(myObject (attribute1 "attr49308") ) +(myObject (attribute1 "attr49309") ) +(myObject (attribute1 "attr49310") ) +(myObject (attribute1 "attr49311") ) +(myObject (attribute1 "attr49312") ) +(myObject (attribute1 "attr49313") ) +(myObject (attribute1 "attr49314") ) +(myObject (attribute1 "attr49315") ) +(myObject (attribute1 "attr49316") ) +(myObject (attribute1 "attr49317") ) +(myObject (attribute1 "attr49318") ) +(myObject (attribute1 "attr49319") ) +(myObject (attribute1 "attr49320") ) +(myObject (attribute1 "attr49321") ) +(myObject (attribute1 "attr49322") ) +(myObject (attribute1 "attr49323") ) +(myObject (attribute1 "attr49324") ) +(myObject (attribute1 "attr49325") ) +(myObject (attribute1 "attr49326") ) +(myObject (attribute1 "attr49327") ) +(myObject (attribute1 "attr49328") ) +(myObject (attribute1 "attr49329") ) +(myObject (attribute1 "attr49330") ) +(myObject (attribute1 "attr49331") ) +(myObject (attribute1 "attr49332") ) +(myObject (attribute1 "attr49333") ) +(myObject (attribute1 "attr49334") ) +(myObject (attribute1 "attr49335") ) +(myObject (attribute1 "attr49336") ) +(myObject (attribute1 "attr49337") ) +(myObject (attribute1 "attr49338") ) +(myObject (attribute1 "attr49339") ) +(myObject (attribute1 "attr49340") ) +(myObject (attribute1 "attr49341") ) +(myObject (attribute1 "attr49342") ) +(myObject (attribute1 "attr49343") ) +(myObject (attribute1 "attr49344") ) +(myObject (attribute1 "attr49345") ) +(myObject (attribute1 "attr49346") ) +(myObject (attribute1 "attr49347") ) +(myObject (attribute1 "attr49348") ) +(myObject (attribute1 "attr49349") ) +(myObject (attribute1 "attr49350") ) +(myObject (attribute1 "attr49351") ) +(myObject (attribute1 "attr49352") ) +(myObject (attribute1 "attr49353") ) +(myObject (attribute1 "attr49354") ) +(myObject (attribute1 "attr49355") ) +(myObject (attribute1 "attr49356") ) +(myObject (attribute1 "attr49357") ) +(myObject (attribute1 "attr49358") ) +(myObject (attribute1 "attr49359") ) +(myObject (attribute1 "attr49360") ) +(myObject (attribute1 "attr49361") ) +(myObject (attribute1 "attr49362") ) +(myObject (attribute1 "attr49363") ) +(myObject (attribute1 "attr49364") ) +(myObject (attribute1 "attr49365") ) +(myObject (attribute1 "attr49366") ) +(myObject (attribute1 "attr49367") ) +(myObject (attribute1 "attr49368") ) +(myObject (attribute1 "attr49369") ) +(myObject (attribute1 "attr49370") ) +(myObject (attribute1 "attr49371") ) +(myObject (attribute1 "attr49372") ) +(myObject (attribute1 "attr49373") ) +(myObject (attribute1 "attr49374") ) +(myObject (attribute1 "attr49375") ) +(myObject (attribute1 "attr49376") ) +(myObject (attribute1 "attr49377") ) +(myObject (attribute1 "attr49378") ) +(myObject (attribute1 "attr49379") ) +(myObject (attribute1 "attr49380") ) +(myObject (attribute1 "attr49381") ) +(myObject (attribute1 "attr49382") ) +(myObject (attribute1 "attr49383") ) +(myObject (attribute1 "attr49384") ) +(myObject (attribute1 "attr49385") ) +(myObject (attribute1 "attr49386") ) +(myObject (attribute1 "attr49387") ) +(myObject (attribute1 "attr49388") ) +(myObject (attribute1 "attr49389") ) +(myObject (attribute1 "attr49390") ) +(myObject (attribute1 "attr49391") ) +(myObject (attribute1 "attr49392") ) +(myObject (attribute1 "attr49393") ) +(myObject (attribute1 "attr49394") ) +(myObject (attribute1 "attr49395") ) +(myObject (attribute1 "attr49396") ) +(myObject (attribute1 "attr49397") ) +(myObject (attribute1 "attr49398") ) +(myObject (attribute1 "attr49399") ) +(myObject (attribute1 "attr49400") ) +(myObject (attribute1 "attr49401") ) +(myObject (attribute1 "attr49402") ) +(myObject (attribute1 "attr49403") ) +(myObject (attribute1 "attr49404") ) +(myObject (attribute1 "attr49405") ) +(myObject (attribute1 "attr49406") ) +(myObject (attribute1 "attr49407") ) +(myObject (attribute1 "attr49408") ) +(myObject (attribute1 "attr49409") ) +(myObject (attribute1 "attr49410") ) +(myObject (attribute1 "attr49411") ) +(myObject (attribute1 "attr49412") ) +(myObject (attribute1 "attr49413") ) +(myObject (attribute1 "attr49414") ) +(myObject (attribute1 "attr49415") ) +(myObject (attribute1 "attr49416") ) +(myObject (attribute1 "attr49417") ) +(myObject (attribute1 "attr49418") ) +(myObject (attribute1 "attr49419") ) +(myObject (attribute1 "attr49420") ) +(myObject (attribute1 "attr49421") ) +(myObject (attribute1 "attr49422") ) +(myObject (attribute1 "attr49423") ) +(myObject (attribute1 "attr49424") ) +(myObject (attribute1 "attr49425") ) +(myObject (attribute1 "attr49426") ) +(myObject (attribute1 "attr49427") ) +(myObject (attribute1 "attr49428") ) +(myObject (attribute1 "attr49429") ) +(myObject (attribute1 "attr49430") ) +(myObject (attribute1 "attr49431") ) +(myObject (attribute1 "attr49432") ) +(myObject (attribute1 "attr49433") ) +(myObject (attribute1 "attr49434") ) +(myObject (attribute1 "attr49435") ) +(myObject (attribute1 "attr49436") ) +(myObject (attribute1 "attr49437") ) +(myObject (attribute1 "attr49438") ) +(myObject (attribute1 "attr49439") ) +(myObject (attribute1 "attr49440") ) +(myObject (attribute1 "attr49441") ) +(myObject (attribute1 "attr49442") ) +(myObject (attribute1 "attr49443") ) +(myObject (attribute1 "attr49444") ) +(myObject (attribute1 "attr49445") ) +(myObject (attribute1 "attr49446") ) +(myObject (attribute1 "attr49447") ) +(myObject (attribute1 "attr49448") ) +(myObject (attribute1 "attr49449") ) +(myObject (attribute1 "attr49450") ) +(myObject (attribute1 "attr49451") ) +(myObject (attribute1 "attr49452") ) +(myObject (attribute1 "attr49453") ) +(myObject (attribute1 "attr49454") ) +(myObject (attribute1 "attr49455") ) +(myObject (attribute1 "attr49456") ) +(myObject (attribute1 "attr49457") ) +(myObject (attribute1 "attr49458") ) +(myObject (attribute1 "attr49459") ) +(myObject (attribute1 "attr49460") ) +(myObject (attribute1 "attr49461") ) +(myObject (attribute1 "attr49462") ) +(myObject (attribute1 "attr49463") ) +(myObject (attribute1 "attr49464") ) +(myObject (attribute1 "attr49465") ) +(myObject (attribute1 "attr49466") ) +(myObject (attribute1 "attr49467") ) +(myObject (attribute1 "attr49468") ) +(myObject (attribute1 "attr49469") ) +(myObject (attribute1 "attr49470") ) +(myObject (attribute1 "attr49471") ) +(myObject (attribute1 "attr49472") ) +(myObject (attribute1 "attr49473") ) +(myObject (attribute1 "attr49474") ) +(myObject (attribute1 "attr49475") ) +(myObject (attribute1 "attr49476") ) +(myObject (attribute1 "attr49477") ) +(myObject (attribute1 "attr49478") ) +(myObject (attribute1 "attr49479") ) +(myObject (attribute1 "attr49480") ) +(myObject (attribute1 "attr49481") ) +(myObject (attribute1 "attr49482") ) +(myObject (attribute1 "attr49483") ) +(myObject (attribute1 "attr49484") ) +(myObject (attribute1 "attr49485") ) +(myObject (attribute1 "attr49486") ) +(myObject (attribute1 "attr49487") ) +(myObject (attribute1 "attr49488") ) +(myObject (attribute1 "attr49489") ) +(myObject (attribute1 "attr49490") ) +(myObject (attribute1 "attr49491") ) +(myObject (attribute1 "attr49492") ) +(myObject (attribute1 "attr49493") ) +(myObject (attribute1 "attr49494") ) +(myObject (attribute1 "attr49495") ) +(myObject (attribute1 "attr49496") ) +(myObject (attribute1 "attr49497") ) +(myObject (attribute1 "attr49498") ) +(myObject (attribute1 "attr49499") ) +(myObject (attribute1 "attr49500") ) +(myObject (attribute1 "attr49501") ) +(myObject (attribute1 "attr49502") ) +(myObject (attribute1 "attr49503") ) +(myObject (attribute1 "attr49504") ) +(myObject (attribute1 "attr49505") ) +(myObject (attribute1 "attr49506") ) +(myObject (attribute1 "attr49507") ) +(myObject (attribute1 "attr49508") ) +(myObject (attribute1 "attr49509") ) +(myObject (attribute1 "attr49510") ) +(myObject (attribute1 "attr49511") ) +(myObject (attribute1 "attr49512") ) +(myObject (attribute1 "attr49513") ) +(myObject (attribute1 "attr49514") ) +(myObject (attribute1 "attr49515") ) +(myObject (attribute1 "attr49516") ) +(myObject (attribute1 "attr49517") ) +(myObject (attribute1 "attr49518") ) +(myObject (attribute1 "attr49519") ) +(myObject (attribute1 "attr49520") ) +(myObject (attribute1 "attr49521") ) +(myObject (attribute1 "attr49522") ) +(myObject (attribute1 "attr49523") ) +(myObject (attribute1 "attr49524") ) +(myObject (attribute1 "attr49525") ) +(myObject (attribute1 "attr49526") ) +(myObject (attribute1 "attr49527") ) +(myObject (attribute1 "attr49528") ) +(myObject (attribute1 "attr49529") ) +(myObject (attribute1 "attr49530") ) +(myObject (attribute1 "attr49531") ) +(myObject (attribute1 "attr49532") ) +(myObject (attribute1 "attr49533") ) +(myObject (attribute1 "attr49534") ) +(myObject (attribute1 "attr49535") ) +(myObject (attribute1 "attr49536") ) +(myObject (attribute1 "attr49537") ) +(myObject (attribute1 "attr49538") ) +(myObject (attribute1 "attr49539") ) +(myObject (attribute1 "attr49540") ) +(myObject (attribute1 "attr49541") ) +(myObject (attribute1 "attr49542") ) +(myObject (attribute1 "attr49543") ) +(myObject (attribute1 "attr49544") ) +(myObject (attribute1 "attr49545") ) +(myObject (attribute1 "attr49546") ) +(myObject (attribute1 "attr49547") ) +(myObject (attribute1 "attr49548") ) +(myObject (attribute1 "attr49549") ) +(myObject (attribute1 "attr49550") ) +(myObject (attribute1 "attr49551") ) +(myObject (attribute1 "attr49552") ) +(myObject (attribute1 "attr49553") ) +(myObject (attribute1 "attr49554") ) +(myObject (attribute1 "attr49555") ) +(myObject (attribute1 "attr49556") ) +(myObject (attribute1 "attr49557") ) +(myObject (attribute1 "attr49558") ) +(myObject (attribute1 "attr49559") ) +(myObject (attribute1 "attr49560") ) +(myObject (attribute1 "attr49561") ) +(myObject (attribute1 "attr49562") ) +(myObject (attribute1 "attr49563") ) +(myObject (attribute1 "attr49564") ) +(myObject (attribute1 "attr49565") ) +(myObject (attribute1 "attr49566") ) +(myObject (attribute1 "attr49567") ) +(myObject (attribute1 "attr49568") ) +(myObject (attribute1 "attr49569") ) +(myObject (attribute1 "attr49570") ) +(myObject (attribute1 "attr49571") ) +(myObject (attribute1 "attr49572") ) +(myObject (attribute1 "attr49573") ) +(myObject (attribute1 "attr49574") ) +(myObject (attribute1 "attr49575") ) +(myObject (attribute1 "attr49576") ) +(myObject (attribute1 "attr49577") ) +(myObject (attribute1 "attr49578") ) +(myObject (attribute1 "attr49579") ) +(myObject (attribute1 "attr49580") ) +(myObject (attribute1 "attr49581") ) +(myObject (attribute1 "attr49582") ) +(myObject (attribute1 "attr49583") ) +(myObject (attribute1 "attr49584") ) +(myObject (attribute1 "attr49585") ) +(myObject (attribute1 "attr49586") ) +(myObject (attribute1 "attr49587") ) +(myObject (attribute1 "attr49588") ) +(myObject (attribute1 "attr49589") ) +(myObject (attribute1 "attr49590") ) +(myObject (attribute1 "attr49591") ) +(myObject (attribute1 "attr49592") ) +(myObject (attribute1 "attr49593") ) +(myObject (attribute1 "attr49594") ) +(myObject (attribute1 "attr49595") ) +(myObject (attribute1 "attr49596") ) +(myObject (attribute1 "attr49597") ) +(myObject (attribute1 "attr49598") ) +(myObject (attribute1 "attr49599") ) +(myObject (attribute1 "attr49600") ) +(myObject (attribute1 "attr49601") ) +(myObject (attribute1 "attr49602") ) +(myObject (attribute1 "attr49603") ) +(myObject (attribute1 "attr49604") ) +(myObject (attribute1 "attr49605") ) +(myObject (attribute1 "attr49606") ) +(myObject (attribute1 "attr49607") ) +(myObject (attribute1 "attr49608") ) +(myObject (attribute1 "attr49609") ) +(myObject (attribute1 "attr49610") ) +(myObject (attribute1 "attr49611") ) +(myObject (attribute1 "attr49612") ) +(myObject (attribute1 "attr49613") ) +(myObject (attribute1 "attr49614") ) +(myObject (attribute1 "attr49615") ) +(myObject (attribute1 "attr49616") ) +(myObject (attribute1 "attr49617") ) +(myObject (attribute1 "attr49618") ) +(myObject (attribute1 "attr49619") ) +(myObject (attribute1 "attr49620") ) +(myObject (attribute1 "attr49621") ) +(myObject (attribute1 "attr49622") ) +(myObject (attribute1 "attr49623") ) +(myObject (attribute1 "attr49624") ) +(myObject (attribute1 "attr49625") ) +(myObject (attribute1 "attr49626") ) +(myObject (attribute1 "attr49627") ) +(myObject (attribute1 "attr49628") ) +(myObject (attribute1 "attr49629") ) +(myObject (attribute1 "attr49630") ) +(myObject (attribute1 "attr49631") ) +(myObject (attribute1 "attr49632") ) +(myObject (attribute1 "attr49633") ) +(myObject (attribute1 "attr49634") ) +(myObject (attribute1 "attr49635") ) +(myObject (attribute1 "attr49636") ) +(myObject (attribute1 "attr49637") ) +(myObject (attribute1 "attr49638") ) +(myObject (attribute1 "attr49639") ) +(myObject (attribute1 "attr49640") ) +(myObject (attribute1 "attr49641") ) +(myObject (attribute1 "attr49642") ) +(myObject (attribute1 "attr49643") ) +(myObject (attribute1 "attr49644") ) +(myObject (attribute1 "attr49645") ) +(myObject (attribute1 "attr49646") ) +(myObject (attribute1 "attr49647") ) +(myObject (attribute1 "attr49648") ) +(myObject (attribute1 "attr49649") ) +(myObject (attribute1 "attr49650") ) +(myObject (attribute1 "attr49651") ) +(myObject (attribute1 "attr49652") ) +(myObject (attribute1 "attr49653") ) +(myObject (attribute1 "attr49654") ) +(myObject (attribute1 "attr49655") ) +(myObject (attribute1 "attr49656") ) +(myObject (attribute1 "attr49657") ) +(myObject (attribute1 "attr49658") ) +(myObject (attribute1 "attr49659") ) +(myObject (attribute1 "attr49660") ) +(myObject (attribute1 "attr49661") ) +(myObject (attribute1 "attr49662") ) +(myObject (attribute1 "attr49663") ) +(myObject (attribute1 "attr49664") ) +(myObject (attribute1 "attr49665") ) +(myObject (attribute1 "attr49666") ) +(myObject (attribute1 "attr49667") ) +(myObject (attribute1 "attr49668") ) +(myObject (attribute1 "attr49669") ) +(myObject (attribute1 "attr49670") ) +(myObject (attribute1 "attr49671") ) +(myObject (attribute1 "attr49672") ) +(myObject (attribute1 "attr49673") ) +(myObject (attribute1 "attr49674") ) +(myObject (attribute1 "attr49675") ) +(myObject (attribute1 "attr49676") ) +(myObject (attribute1 "attr49677") ) +(myObject (attribute1 "attr49678") ) +(myObject (attribute1 "attr49679") ) +(myObject (attribute1 "attr49680") ) +(myObject (attribute1 "attr49681") ) +(myObject (attribute1 "attr49682") ) +(myObject (attribute1 "attr49683") ) +(myObject (attribute1 "attr49684") ) +(myObject (attribute1 "attr49685") ) +(myObject (attribute1 "attr49686") ) +(myObject (attribute1 "attr49687") ) +(myObject (attribute1 "attr49688") ) +(myObject (attribute1 "attr49689") ) +(myObject (attribute1 "attr49690") ) +(myObject (attribute1 "attr49691") ) +(myObject (attribute1 "attr49692") ) +(myObject (attribute1 "attr49693") ) +(myObject (attribute1 "attr49694") ) +(myObject (attribute1 "attr49695") ) +(myObject (attribute1 "attr49696") ) +(myObject (attribute1 "attr49697") ) +(myObject (attribute1 "attr49698") ) +(myObject (attribute1 "attr49699") ) +(myObject (attribute1 "attr49700") ) +(myObject (attribute1 "attr49701") ) +(myObject (attribute1 "attr49702") ) +(myObject (attribute1 "attr49703") ) +(myObject (attribute1 "attr49704") ) +(myObject (attribute1 "attr49705") ) +(myObject (attribute1 "attr49706") ) +(myObject (attribute1 "attr49707") ) +(myObject (attribute1 "attr49708") ) +(myObject (attribute1 "attr49709") ) +(myObject (attribute1 "attr49710") ) +(myObject (attribute1 "attr49711") ) +(myObject (attribute1 "attr49712") ) +(myObject (attribute1 "attr49713") ) +(myObject (attribute1 "attr49714") ) +(myObject (attribute1 "attr49715") ) +(myObject (attribute1 "attr49716") ) +(myObject (attribute1 "attr49717") ) +(myObject (attribute1 "attr49718") ) +(myObject (attribute1 "attr49719") ) +(myObject (attribute1 "attr49720") ) +(myObject (attribute1 "attr49721") ) +(myObject (attribute1 "attr49722") ) +(myObject (attribute1 "attr49723") ) +(myObject (attribute1 "attr49724") ) +(myObject (attribute1 "attr49725") ) +(myObject (attribute1 "attr49726") ) +(myObject (attribute1 "attr49727") ) +(myObject (attribute1 "attr49728") ) +(myObject (attribute1 "attr49729") ) +(myObject (attribute1 "attr49730") ) +(myObject (attribute1 "attr49731") ) +(myObject (attribute1 "attr49732") ) +(myObject (attribute1 "attr49733") ) +(myObject (attribute1 "attr49734") ) +(myObject (attribute1 "attr49735") ) +(myObject (attribute1 "attr49736") ) +(myObject (attribute1 "attr49737") ) +(myObject (attribute1 "attr49738") ) +(myObject (attribute1 "attr49739") ) +(myObject (attribute1 "attr49740") ) +(myObject (attribute1 "attr49741") ) +(myObject (attribute1 "attr49742") ) +(myObject (attribute1 "attr49743") ) +(myObject (attribute1 "attr49744") ) +(myObject (attribute1 "attr49745") ) +(myObject (attribute1 "attr49746") ) +(myObject (attribute1 "attr49747") ) +(myObject (attribute1 "attr49748") ) +(myObject (attribute1 "attr49749") ) +(myObject (attribute1 "attr49750") ) +(myObject (attribute1 "attr49751") ) +(myObject (attribute1 "attr49752") ) +(myObject (attribute1 "attr49753") ) +(myObject (attribute1 "attr49754") ) +(myObject (attribute1 "attr49755") ) +(myObject (attribute1 "attr49756") ) +(myObject (attribute1 "attr49757") ) +(myObject (attribute1 "attr49758") ) +(myObject (attribute1 "attr49759") ) +(myObject (attribute1 "attr49760") ) +(myObject (attribute1 "attr49761") ) +(myObject (attribute1 "attr49762") ) +(myObject (attribute1 "attr49763") ) +(myObject (attribute1 "attr49764") ) +(myObject (attribute1 "attr49765") ) +(myObject (attribute1 "attr49766") ) +(myObject (attribute1 "attr49767") ) +(myObject (attribute1 "attr49768") ) +(myObject (attribute1 "attr49769") ) +(myObject (attribute1 "attr49770") ) +(myObject (attribute1 "attr49771") ) +(myObject (attribute1 "attr49772") ) +(myObject (attribute1 "attr49773") ) +(myObject (attribute1 "attr49774") ) +(myObject (attribute1 "attr49775") ) +(myObject (attribute1 "attr49776") ) +(myObject (attribute1 "attr49777") ) +(myObject (attribute1 "attr49778") ) +(myObject (attribute1 "attr49779") ) +(myObject (attribute1 "attr49780") ) +(myObject (attribute1 "attr49781") ) +(myObject (attribute1 "attr49782") ) +(myObject (attribute1 "attr49783") ) +(myObject (attribute1 "attr49784") ) +(myObject (attribute1 "attr49785") ) +(myObject (attribute1 "attr49786") ) +(myObject (attribute1 "attr49787") ) +(myObject (attribute1 "attr49788") ) +(myObject (attribute1 "attr49789") ) +(myObject (attribute1 "attr49790") ) +(myObject (attribute1 "attr49791") ) +(myObject (attribute1 "attr49792") ) +(myObject (attribute1 "attr49793") ) +(myObject (attribute1 "attr49794") ) +(myObject (attribute1 "attr49795") ) +(myObject (attribute1 "attr49796") ) +(myObject (attribute1 "attr49797") ) +(myObject (attribute1 "attr49798") ) +(myObject (attribute1 "attr49799") ) +(myObject (attribute1 "attr49800") ) +(myObject (attribute1 "attr49801") ) +(myObject (attribute1 "attr49802") ) +(myObject (attribute1 "attr49803") ) +(myObject (attribute1 "attr49804") ) +(myObject (attribute1 "attr49805") ) +(myObject (attribute1 "attr49806") ) +(myObject (attribute1 "attr49807") ) +(myObject (attribute1 "attr49808") ) +(myObject (attribute1 "attr49809") ) +(myObject (attribute1 "attr49810") ) +(myObject (attribute1 "attr49811") ) +(myObject (attribute1 "attr49812") ) +(myObject (attribute1 "attr49813") ) +(myObject (attribute1 "attr49814") ) +(myObject (attribute1 "attr49815") ) +(myObject (attribute1 "attr49816") ) +(myObject (attribute1 "attr49817") ) +(myObject (attribute1 "attr49818") ) +(myObject (attribute1 "attr49819") ) +(myObject (attribute1 "attr49820") ) +(myObject (attribute1 "attr49821") ) +(myObject (attribute1 "attr49822") ) +(myObject (attribute1 "attr49823") ) +(myObject (attribute1 "attr49824") ) +(myObject (attribute1 "attr49825") ) +(myObject (attribute1 "attr49826") ) +(myObject (attribute1 "attr49827") ) +(myObject (attribute1 "attr49828") ) +(myObject (attribute1 "attr49829") ) +(myObject (attribute1 "attr49830") ) +(myObject (attribute1 "attr49831") ) +(myObject (attribute1 "attr49832") ) +(myObject (attribute1 "attr49833") ) +(myObject (attribute1 "attr49834") ) +(myObject (attribute1 "attr49835") ) +(myObject (attribute1 "attr49836") ) +(myObject (attribute1 "attr49837") ) +(myObject (attribute1 "attr49838") ) +(myObject (attribute1 "attr49839") ) +(myObject (attribute1 "attr49840") ) +(myObject (attribute1 "attr49841") ) +(myObject (attribute1 "attr49842") ) +(myObject (attribute1 "attr49843") ) +(myObject (attribute1 "attr49844") ) +(myObject (attribute1 "attr49845") ) +(myObject (attribute1 "attr49846") ) +(myObject (attribute1 "attr49847") ) +(myObject (attribute1 "attr49848") ) +(myObject (attribute1 "attr49849") ) +(myObject (attribute1 "attr49850") ) +(myObject (attribute1 "attr49851") ) +(myObject (attribute1 "attr49852") ) +(myObject (attribute1 "attr49853") ) +(myObject (attribute1 "attr49854") ) +(myObject (attribute1 "attr49855") ) +(myObject (attribute1 "attr49856") ) +(myObject (attribute1 "attr49857") ) +(myObject (attribute1 "attr49858") ) +(myObject (attribute1 "attr49859") ) +(myObject (attribute1 "attr49860") ) +(myObject (attribute1 "attr49861") ) +(myObject (attribute1 "attr49862") ) +(myObject (attribute1 "attr49863") ) +(myObject (attribute1 "attr49864") ) +(myObject (attribute1 "attr49865") ) +(myObject (attribute1 "attr49866") ) +(myObject (attribute1 "attr49867") ) +(myObject (attribute1 "attr49868") ) +(myObject (attribute1 "attr49869") ) +(myObject (attribute1 "attr49870") ) +(myObject (attribute1 "attr49871") ) +(myObject (attribute1 "attr49872") ) +(myObject (attribute1 "attr49873") ) +(myObject (attribute1 "attr49874") ) +(myObject (attribute1 "attr49875") ) +(myObject (attribute1 "attr49876") ) +(myObject (attribute1 "attr49877") ) +(myObject (attribute1 "attr49878") ) +(myObject (attribute1 "attr49879") ) +(myObject (attribute1 "attr49880") ) +(myObject (attribute1 "attr49881") ) +(myObject (attribute1 "attr49882") ) +(myObject (attribute1 "attr49883") ) +(myObject (attribute1 "attr49884") ) +(myObject (attribute1 "attr49885") ) +(myObject (attribute1 "attr49886") ) +(myObject (attribute1 "attr49887") ) +(myObject (attribute1 "attr49888") ) +(myObject (attribute1 "attr49889") ) +(myObject (attribute1 "attr49890") ) +(myObject (attribute1 "attr49891") ) +(myObject (attribute1 "attr49892") ) +(myObject (attribute1 "attr49893") ) +(myObject (attribute1 "attr49894") ) +(myObject (attribute1 "attr49895") ) +(myObject (attribute1 "attr49896") ) +(myObject (attribute1 "attr49897") ) +(myObject (attribute1 "attr49898") ) +(myObject (attribute1 "attr49899") ) +(myObject (attribute1 "attr49900") ) +(myObject (attribute1 "attr49901") ) +(myObject (attribute1 "attr49902") ) +(myObject (attribute1 "attr49903") ) +(myObject (attribute1 "attr49904") ) +(myObject (attribute1 "attr49905") ) +(myObject (attribute1 "attr49906") ) +(myObject (attribute1 "attr49907") ) +(myObject (attribute1 "attr49908") ) +(myObject (attribute1 "attr49909") ) +(myObject (attribute1 "attr49910") ) +(myObject (attribute1 "attr49911") ) +(myObject (attribute1 "attr49912") ) +(myObject (attribute1 "attr49913") ) +(myObject (attribute1 "attr49914") ) +(myObject (attribute1 "attr49915") ) +(myObject (attribute1 "attr49916") ) +(myObject (attribute1 "attr49917") ) +(myObject (attribute1 "attr49918") ) +(myObject (attribute1 "attr49919") ) +(myObject (attribute1 "attr49920") ) +(myObject (attribute1 "attr49921") ) +(myObject (attribute1 "attr49922") ) +(myObject (attribute1 "attr49923") ) +(myObject (attribute1 "attr49924") ) +(myObject (attribute1 "attr49925") ) +(myObject (attribute1 "attr49926") ) +(myObject (attribute1 "attr49927") ) +(myObject (attribute1 "attr49928") ) +(myObject (attribute1 "attr49929") ) +(myObject (attribute1 "attr49930") ) +(myObject (attribute1 "attr49931") ) +(myObject (attribute1 "attr49932") ) +(myObject (attribute1 "attr49933") ) +(myObject (attribute1 "attr49934") ) +(myObject (attribute1 "attr49935") ) +(myObject (attribute1 "attr49936") ) +(myObject (attribute1 "attr49937") ) +(myObject (attribute1 "attr49938") ) +(myObject (attribute1 "attr49939") ) +(myObject (attribute1 "attr49940") ) +(myObject (attribute1 "attr49941") ) +(myObject (attribute1 "attr49942") ) +(myObject (attribute1 "attr49943") ) +(myObject (attribute1 "attr49944") ) +(myObject (attribute1 "attr49945") ) +(myObject (attribute1 "attr49946") ) +(myObject (attribute1 "attr49947") ) +(myObject (attribute1 "attr49948") ) +(myObject (attribute1 "attr49949") ) +(myObject (attribute1 "attr49950") ) +(myObject (attribute1 "attr49951") ) +(myObject (attribute1 "attr49952") ) +(myObject (attribute1 "attr49953") ) +(myObject (attribute1 "attr49954") ) +(myObject (attribute1 "attr49955") ) +(myObject (attribute1 "attr49956") ) +(myObject (attribute1 "attr49957") ) +(myObject (attribute1 "attr49958") ) +(myObject (attribute1 "attr49959") ) +(myObject (attribute1 "attr49960") ) +(myObject (attribute1 "attr49961") ) +(myObject (attribute1 "attr49962") ) +(myObject (attribute1 "attr49963") ) +(myObject (attribute1 "attr49964") ) +(myObject (attribute1 "attr49965") ) +(myObject (attribute1 "attr49966") ) +(myObject (attribute1 "attr49967") ) +(myObject (attribute1 "attr49968") ) +(myObject (attribute1 "attr49969") ) +(myObject (attribute1 "attr49970") ) +(myObject (attribute1 "attr49971") ) +(myObject (attribute1 "attr49972") ) +(myObject (attribute1 "attr49973") ) +(myObject (attribute1 "attr49974") ) +(myObject (attribute1 "attr49975") ) +(myObject (attribute1 "attr49976") ) +(myObject (attribute1 "attr49977") ) +(myObject (attribute1 "attr49978") ) +(myObject (attribute1 "attr49979") ) +(myObject (attribute1 "attr49980") ) +(myObject (attribute1 "attr49981") ) +(myObject (attribute1 "attr49982") ) +(myObject (attribute1 "attr49983") ) +(myObject (attribute1 "attr49984") ) +(myObject (attribute1 "attr49985") ) +(myObject (attribute1 "attr49986") ) +(myObject (attribute1 "attr49987") ) +(myObject (attribute1 "attr49988") ) +(myObject (attribute1 "attr49989") ) +(myObject (attribute1 "attr49990") ) +(myObject (attribute1 "attr49991") ) +(myObject (attribute1 "attr49992") ) +(myObject (attribute1 "attr49993") ) +(myObject (attribute1 "attr49994") ) +(myObject (attribute1 "attr49995") ) +(myObject (attribute1 "attr49996") ) +(myObject (attribute1 "attr49997") ) +(myObject (attribute1 "attr49998") ) +(myObject (attribute1 "attr49999") ) +(myObject (attribute1 "attr50000") ) +(myObject (attribute1 "attr50001") ) +(myObject (attribute1 "attr50002") ) +(myObject (attribute1 "attr50003") ) +(myObject (attribute1 "attr50004") ) +(myObject (attribute1 "attr50005") ) +(myObject (attribute1 "attr50006") ) +(myObject (attribute1 "attr50007") ) +(myObject (attribute1 "attr50008") ) +(myObject (attribute1 "attr50009") ) +(myObject (attribute1 "attr50010") ) +(myObject (attribute1 "attr50011") ) +(myObject (attribute1 "attr50012") ) +(myObject (attribute1 "attr50013") ) +(myObject (attribute1 "attr50014") ) +(myObject (attribute1 "attr50015") ) +(myObject (attribute1 "attr50016") ) +(myObject (attribute1 "attr50017") ) +(myObject (attribute1 "attr50018") ) +(myObject (attribute1 "attr50019") ) +(myObject (attribute1 "attr50020") ) +(myObject (attribute1 "attr50021") ) +(myObject (attribute1 "attr50022") ) +(myObject (attribute1 "attr50023") ) +(myObject (attribute1 "attr50024") ) +(myObject (attribute1 "attr50025") ) +(myObject (attribute1 "attr50026") ) +(myObject (attribute1 "attr50027") ) +(myObject (attribute1 "attr50028") ) +(myObject (attribute1 "attr50029") ) +(myObject (attribute1 "attr50030") ) +(myObject (attribute1 "attr50031") ) +(myObject (attribute1 "attr50032") ) +(myObject (attribute1 "attr50033") ) +(myObject (attribute1 "attr50034") ) +(myObject (attribute1 "attr50035") ) +(myObject (attribute1 "attr50036") ) +(myObject (attribute1 "attr50037") ) +(myObject (attribute1 "attr50038") ) +(myObject (attribute1 "attr50039") ) +(myObject (attribute1 "attr50040") ) +(myObject (attribute1 "attr50041") ) +(myObject (attribute1 "attr50042") ) +(myObject (attribute1 "attr50043") ) +(myObject (attribute1 "attr50044") ) +(myObject (attribute1 "attr50045") ) +(myObject (attribute1 "attr50046") ) +(myObject (attribute1 "attr50047") ) +(myObject (attribute1 "attr50048") ) +(myObject (attribute1 "attr50049") ) +(myObject (attribute1 "attr50050") ) +(myObject (attribute1 "attr50051") ) +(myObject (attribute1 "attr50052") ) +(myObject (attribute1 "attr50053") ) +(myObject (attribute1 "attr50054") ) +(myObject (attribute1 "attr50055") ) +(myObject (attribute1 "attr50056") ) +(myObject (attribute1 "attr50057") ) +(myObject (attribute1 "attr50058") ) +(myObject (attribute1 "attr50059") ) +(myObject (attribute1 "attr50060") ) +(myObject (attribute1 "attr50061") ) +(myObject (attribute1 "attr50062") ) +(myObject (attribute1 "attr50063") ) +(myObject (attribute1 "attr50064") ) +(myObject (attribute1 "attr50065") ) +(myObject (attribute1 "attr50066") ) +(myObject (attribute1 "attr50067") ) +(myObject (attribute1 "attr50068") ) +(myObject (attribute1 "attr50069") ) +(myObject (attribute1 "attr50070") ) +(myObject (attribute1 "attr50071") ) +(myObject (attribute1 "attr50072") ) +(myObject (attribute1 "attr50073") ) +(myObject (attribute1 "attr50074") ) +(myObject (attribute1 "attr50075") ) +(myObject (attribute1 "attr50076") ) +(myObject (attribute1 "attr50077") ) +(myObject (attribute1 "attr50078") ) +(myObject (attribute1 "attr50079") ) +(myObject (attribute1 "attr50080") ) +(myObject (attribute1 "attr50081") ) +(myObject (attribute1 "attr50082") ) +(myObject (attribute1 "attr50083") ) +(myObject (attribute1 "attr50084") ) +(myObject (attribute1 "attr50085") ) +(myObject (attribute1 "attr50086") ) +(myObject (attribute1 "attr50087") ) +(myObject (attribute1 "attr50088") ) +(myObject (attribute1 "attr50089") ) +(myObject (attribute1 "attr50090") ) +(myObject (attribute1 "attr50091") ) +(myObject (attribute1 "attr50092") ) +(myObject (attribute1 "attr50093") ) +(myObject (attribute1 "attr50094") ) +(myObject (attribute1 "attr50095") ) +(myObject (attribute1 "attr50096") ) +(myObject (attribute1 "attr50097") ) +(myObject (attribute1 "attr50098") ) +(myObject (attribute1 "attr50099") ) +(myObject (attribute1 "attr50100") ) +(myObject (attribute1 "attr50101") ) +(myObject (attribute1 "attr50102") ) +(myObject (attribute1 "attr50103") ) +(myObject (attribute1 "attr50104") ) +(myObject (attribute1 "attr50105") ) +(myObject (attribute1 "attr50106") ) +(myObject (attribute1 "attr50107") ) +(myObject (attribute1 "attr50108") ) +(myObject (attribute1 "attr50109") ) +(myObject (attribute1 "attr50110") ) +(myObject (attribute1 "attr50111") ) +(myObject (attribute1 "attr50112") ) +(myObject (attribute1 "attr50113") ) +(myObject (attribute1 "attr50114") ) +(myObject (attribute1 "attr50115") ) +(myObject (attribute1 "attr50116") ) +(myObject (attribute1 "attr50117") ) +(myObject (attribute1 "attr50118") ) +(myObject (attribute1 "attr50119") ) +(myObject (attribute1 "attr50120") ) +(myObject (attribute1 "attr50121") ) +(myObject (attribute1 "attr50122") ) +(myObject (attribute1 "attr50123") ) +(myObject (attribute1 "attr50124") ) +(myObject (attribute1 "attr50125") ) +(myObject (attribute1 "attr50126") ) +(myObject (attribute1 "attr50127") ) +(myObject (attribute1 "attr50128") ) +(myObject (attribute1 "attr50129") ) +(myObject (attribute1 "attr50130") ) +(myObject (attribute1 "attr50131") ) +(myObject (attribute1 "attr50132") ) +(myObject (attribute1 "attr50133") ) +(myObject (attribute1 "attr50134") ) +(myObject (attribute1 "attr50135") ) +(myObject (attribute1 "attr50136") ) +(myObject (attribute1 "attr50137") ) +(myObject (attribute1 "attr50138") ) +(myObject (attribute1 "attr50139") ) +(myObject (attribute1 "attr50140") ) +(myObject (attribute1 "attr50141") ) +(myObject (attribute1 "attr50142") ) +(myObject (attribute1 "attr50143") ) +(myObject (attribute1 "attr50144") ) +(myObject (attribute1 "attr50145") ) +(myObject (attribute1 "attr50146") ) +(myObject (attribute1 "attr50147") ) +(myObject (attribute1 "attr50148") ) +(myObject (attribute1 "attr50149") ) +(myObject (attribute1 "attr50150") ) +(myObject (attribute1 "attr50151") ) +(myObject (attribute1 "attr50152") ) +(myObject (attribute1 "attr50153") ) +(myObject (attribute1 "attr50154") ) +(myObject (attribute1 "attr50155") ) +(myObject (attribute1 "attr50156") ) +(myObject (attribute1 "attr50157") ) +(myObject (attribute1 "attr50158") ) +(myObject (attribute1 "attr50159") ) +(myObject (attribute1 "attr50160") ) +(myObject (attribute1 "attr50161") ) +(myObject (attribute1 "attr50162") ) +(myObject (attribute1 "attr50163") ) +(myObject (attribute1 "attr50164") ) +(myObject (attribute1 "attr50165") ) +(myObject (attribute1 "attr50166") ) +(myObject (attribute1 "attr50167") ) +(myObject (attribute1 "attr50168") ) +(myObject (attribute1 "attr50169") ) +(myObject (attribute1 "attr50170") ) +(myObject (attribute1 "attr50171") ) +(myObject (attribute1 "attr50172") ) +(myObject (attribute1 "attr50173") ) +(myObject (attribute1 "attr50174") ) +(myObject (attribute1 "attr50175") ) +(myObject (attribute1 "attr50176") ) +(myObject (attribute1 "attr50177") ) +(myObject (attribute1 "attr50178") ) +(myObject (attribute1 "attr50179") ) +(myObject (attribute1 "attr50180") ) +(myObject (attribute1 "attr50181") ) +(myObject (attribute1 "attr50182") ) +(myObject (attribute1 "attr50183") ) +(myObject (attribute1 "attr50184") ) +(myObject (attribute1 "attr50185") ) +(myObject (attribute1 "attr50186") ) +(myObject (attribute1 "attr50187") ) +(myObject (attribute1 "attr50188") ) +(myObject (attribute1 "attr50189") ) +(myObject (attribute1 "attr50190") ) +(myObject (attribute1 "attr50191") ) +(myObject (attribute1 "attr50192") ) +(myObject (attribute1 "attr50193") ) +(myObject (attribute1 "attr50194") ) +(myObject (attribute1 "attr50195") ) +(myObject (attribute1 "attr50196") ) +(myObject (attribute1 "attr50197") ) +(myObject (attribute1 "attr50198") ) +(myObject (attribute1 "attr50199") ) +(myObject (attribute1 "attr50200") ) +(myObject (attribute1 "attr50201") ) +(myObject (attribute1 "attr50202") ) +(myObject (attribute1 "attr50203") ) +(myObject (attribute1 "attr50204") ) +(myObject (attribute1 "attr50205") ) +(myObject (attribute1 "attr50206") ) +(myObject (attribute1 "attr50207") ) +(myObject (attribute1 "attr50208") ) +(myObject (attribute1 "attr50209") ) +(myObject (attribute1 "attr50210") ) +(myObject (attribute1 "attr50211") ) +(myObject (attribute1 "attr50212") ) +(myObject (attribute1 "attr50213") ) +(myObject (attribute1 "attr50214") ) +(myObject (attribute1 "attr50215") ) +(myObject (attribute1 "attr50216") ) +(myObject (attribute1 "attr50217") ) +(myObject (attribute1 "attr50218") ) +(myObject (attribute1 "attr50219") ) +(myObject (attribute1 "attr50220") ) +(myObject (attribute1 "attr50221") ) +(myObject (attribute1 "attr50222") ) +(myObject (attribute1 "attr50223") ) +(myObject (attribute1 "attr50224") ) +(myObject (attribute1 "attr50225") ) +(myObject (attribute1 "attr50226") ) +(myObject (attribute1 "attr50227") ) +(myObject (attribute1 "attr50228") ) +(myObject (attribute1 "attr50229") ) +(myObject (attribute1 "attr50230") ) +(myObject (attribute1 "attr50231") ) +(myObject (attribute1 "attr50232") ) +(myObject (attribute1 "attr50233") ) +(myObject (attribute1 "attr50234") ) +(myObject (attribute1 "attr50235") ) +(myObject (attribute1 "attr50236") ) +(myObject (attribute1 "attr50237") ) +(myObject (attribute1 "attr50238") ) +(myObject (attribute1 "attr50239") ) +(myObject (attribute1 "attr50240") ) +(myObject (attribute1 "attr50241") ) +(myObject (attribute1 "attr50242") ) +(myObject (attribute1 "attr50243") ) +(myObject (attribute1 "attr50244") ) +(myObject (attribute1 "attr50245") ) +(myObject (attribute1 "attr50246") ) +(myObject (attribute1 "attr50247") ) +(myObject (attribute1 "attr50248") ) +(myObject (attribute1 "attr50249") ) +(myObject (attribute1 "attr50250") ) +(myObject (attribute1 "attr50251") ) +(myObject (attribute1 "attr50252") ) +(myObject (attribute1 "attr50253") ) +(myObject (attribute1 "attr50254") ) +(myObject (attribute1 "attr50255") ) +(myObject (attribute1 "attr50256") ) +(myObject (attribute1 "attr50257") ) +(myObject (attribute1 "attr50258") ) +(myObject (attribute1 "attr50259") ) +(myObject (attribute1 "attr50260") ) +(myObject (attribute1 "attr50261") ) +(myObject (attribute1 "attr50262") ) +(myObject (attribute1 "attr50263") ) +(myObject (attribute1 "attr50264") ) +(myObject (attribute1 "attr50265") ) +(myObject (attribute1 "attr50266") ) +(myObject (attribute1 "attr50267") ) +(myObject (attribute1 "attr50268") ) +(myObject (attribute1 "attr50269") ) +(myObject (attribute1 "attr50270") ) +(myObject (attribute1 "attr50271") ) +(myObject (attribute1 "attr50272") ) +(myObject (attribute1 "attr50273") ) +(myObject (attribute1 "attr50274") ) +(myObject (attribute1 "attr50275") ) +(myObject (attribute1 "attr50276") ) +(myObject (attribute1 "attr50277") ) +(myObject (attribute1 "attr50278") ) +(myObject (attribute1 "attr50279") ) +(myObject (attribute1 "attr50280") ) +(myObject (attribute1 "attr50281") ) +(myObject (attribute1 "attr50282") ) +(myObject (attribute1 "attr50283") ) +(myObject (attribute1 "attr50284") ) +(myObject (attribute1 "attr50285") ) +(myObject (attribute1 "attr50286") ) +(myObject (attribute1 "attr50287") ) +(myObject (attribute1 "attr50288") ) +(myObject (attribute1 "attr50289") ) +(myObject (attribute1 "attr50290") ) +(myObject (attribute1 "attr50291") ) +(myObject (attribute1 "attr50292") ) +(myObject (attribute1 "attr50293") ) +(myObject (attribute1 "attr50294") ) +(myObject (attribute1 "attr50295") ) +(myObject (attribute1 "attr50296") ) +(myObject (attribute1 "attr50297") ) +(myObject (attribute1 "attr50298") ) +(myObject (attribute1 "attr50299") ) +(myObject (attribute1 "attr50300") ) +(myObject (attribute1 "attr50301") ) +(myObject (attribute1 "attr50302") ) +(myObject (attribute1 "attr50303") ) +(myObject (attribute1 "attr50304") ) +(myObject (attribute1 "attr50305") ) +(myObject (attribute1 "attr50306") ) +(myObject (attribute1 "attr50307") ) +(myObject (attribute1 "attr50308") ) +(myObject (attribute1 "attr50309") ) +(myObject (attribute1 "attr50310") ) +(myObject (attribute1 "attr50311") ) +(myObject (attribute1 "attr50312") ) +(myObject (attribute1 "attr50313") ) +(myObject (attribute1 "attr50314") ) +(myObject (attribute1 "attr50315") ) +(myObject (attribute1 "attr50316") ) +(myObject (attribute1 "attr50317") ) +(myObject (attribute1 "attr50318") ) +(myObject (attribute1 "attr50319") ) +(myObject (attribute1 "attr50320") ) +(myObject (attribute1 "attr50321") ) +(myObject (attribute1 "attr50322") ) +(myObject (attribute1 "attr50323") ) +(myObject (attribute1 "attr50324") ) +(myObject (attribute1 "attr50325") ) +(myObject (attribute1 "attr50326") ) +(myObject (attribute1 "attr50327") ) +(myObject (attribute1 "attr50328") ) +(myObject (attribute1 "attr50329") ) +(myObject (attribute1 "attr50330") ) +(myObject (attribute1 "attr50331") ) +(myObject (attribute1 "attr50332") ) +(myObject (attribute1 "attr50333") ) +(myObject (attribute1 "attr50334") ) +(myObject (attribute1 "attr50335") ) +(myObject (attribute1 "attr50336") ) +(myObject (attribute1 "attr50337") ) +(myObject (attribute1 "attr50338") ) +(myObject (attribute1 "attr50339") ) +(myObject (attribute1 "attr50340") ) +(myObject (attribute1 "attr50341") ) +(myObject (attribute1 "attr50342") ) +(myObject (attribute1 "attr50343") ) +(myObject (attribute1 "attr50344") ) +(myObject (attribute1 "attr50345") ) +(myObject (attribute1 "attr50346") ) +(myObject (attribute1 "attr50347") ) +(myObject (attribute1 "attr50348") ) +(myObject (attribute1 "attr50349") ) +(myObject (attribute1 "attr50350") ) +(myObject (attribute1 "attr50351") ) +(myObject (attribute1 "attr50352") ) +(myObject (attribute1 "attr50353") ) +(myObject (attribute1 "attr50354") ) +(myObject (attribute1 "attr50355") ) +(myObject (attribute1 "attr50356") ) +(myObject (attribute1 "attr50357") ) +(myObject (attribute1 "attr50358") ) +(myObject (attribute1 "attr50359") ) +(myObject (attribute1 "attr50360") ) +(myObject (attribute1 "attr50361") ) +(myObject (attribute1 "attr50362") ) +(myObject (attribute1 "attr50363") ) +(myObject (attribute1 "attr50364") ) +(myObject (attribute1 "attr50365") ) +(myObject (attribute1 "attr50366") ) +(myObject (attribute1 "attr50367") ) +(myObject (attribute1 "attr50368") ) +(myObject (attribute1 "attr50369") ) +(myObject (attribute1 "attr50370") ) +(myObject (attribute1 "attr50371") ) +(myObject (attribute1 "attr50372") ) +(myObject (attribute1 "attr50373") ) +(myObject (attribute1 "attr50374") ) +(myObject (attribute1 "attr50375") ) +(myObject (attribute1 "attr50376") ) +(myObject (attribute1 "attr50377") ) +(myObject (attribute1 "attr50378") ) +(myObject (attribute1 "attr50379") ) +(myObject (attribute1 "attr50380") ) +(myObject (attribute1 "attr50381") ) +(myObject (attribute1 "attr50382") ) +(myObject (attribute1 "attr50383") ) +(myObject (attribute1 "attr50384") ) +(myObject (attribute1 "attr50385") ) +(myObject (attribute1 "attr50386") ) +(myObject (attribute1 "attr50387") ) +(myObject (attribute1 "attr50388") ) +(myObject (attribute1 "attr50389") ) +(myObject (attribute1 "attr50390") ) +(myObject (attribute1 "attr50391") ) +(myObject (attribute1 "attr50392") ) +(myObject (attribute1 "attr50393") ) +(myObject (attribute1 "attr50394") ) +(myObject (attribute1 "attr50395") ) +(myObject (attribute1 "attr50396") ) +(myObject (attribute1 "attr50397") ) +(myObject (attribute1 "attr50398") ) +(myObject (attribute1 "attr50399") ) +(myObject (attribute1 "attr50400") ) +(myObject (attribute1 "attr50401") ) +(myObject (attribute1 "attr50402") ) +(myObject (attribute1 "attr50403") ) +(myObject (attribute1 "attr50404") ) +(myObject (attribute1 "attr50405") ) +(myObject (attribute1 "attr50406") ) +(myObject (attribute1 "attr50407") ) +(myObject (attribute1 "attr50408") ) +(myObject (attribute1 "attr50409") ) +(myObject (attribute1 "attr50410") ) +(myObject (attribute1 "attr50411") ) +(myObject (attribute1 "attr50412") ) +(myObject (attribute1 "attr50413") ) +(myObject (attribute1 "attr50414") ) +(myObject (attribute1 "attr50415") ) +(myObject (attribute1 "attr50416") ) +(myObject (attribute1 "attr50417") ) +(myObject (attribute1 "attr50418") ) +(myObject (attribute1 "attr50419") ) +(myObject (attribute1 "attr50420") ) +(myObject (attribute1 "attr50421") ) +(myObject (attribute1 "attr50422") ) +(myObject (attribute1 "attr50423") ) +(myObject (attribute1 "attr50424") ) +(myObject (attribute1 "attr50425") ) +(myObject (attribute1 "attr50426") ) +(myObject (attribute1 "attr50427") ) +(myObject (attribute1 "attr50428") ) +(myObject (attribute1 "attr50429") ) +(myObject (attribute1 "attr50430") ) +(myObject (attribute1 "attr50431") ) +(myObject (attribute1 "attr50432") ) +(myObject (attribute1 "attr50433") ) +(myObject (attribute1 "attr50434") ) +(myObject (attribute1 "attr50435") ) +(myObject (attribute1 "attr50436") ) +(myObject (attribute1 "attr50437") ) +(myObject (attribute1 "attr50438") ) +(myObject (attribute1 "attr50439") ) +(myObject (attribute1 "attr50440") ) +(myObject (attribute1 "attr50441") ) +(myObject (attribute1 "attr50442") ) +(myObject (attribute1 "attr50443") ) +(myObject (attribute1 "attr50444") ) +(myObject (attribute1 "attr50445") ) +(myObject (attribute1 "attr50446") ) +(myObject (attribute1 "attr50447") ) +(myObject (attribute1 "attr50448") ) +(myObject (attribute1 "attr50449") ) +(myObject (attribute1 "attr50450") ) +(myObject (attribute1 "attr50451") ) +(myObject (attribute1 "attr50452") ) +(myObject (attribute1 "attr50453") ) +(myObject (attribute1 "attr50454") ) +(myObject (attribute1 "attr50455") ) +(myObject (attribute1 "attr50456") ) +(myObject (attribute1 "attr50457") ) +(myObject (attribute1 "attr50458") ) +(myObject (attribute1 "attr50459") ) +(myObject (attribute1 "attr50460") ) +(myObject (attribute1 "attr50461") ) +(myObject (attribute1 "attr50462") ) +(myObject (attribute1 "attr50463") ) +(myObject (attribute1 "attr50464") ) +(myObject (attribute1 "attr50465") ) +(myObject (attribute1 "attr50466") ) +(myObject (attribute1 "attr50467") ) +(myObject (attribute1 "attr50468") ) +(myObject (attribute1 "attr50469") ) +(myObject (attribute1 "attr50470") ) +(myObject (attribute1 "attr50471") ) +(myObject (attribute1 "attr50472") ) +(myObject (attribute1 "attr50473") ) +(myObject (attribute1 "attr50474") ) +(myObject (attribute1 "attr50475") ) +(myObject (attribute1 "attr50476") ) +(myObject (attribute1 "attr50477") ) +(myObject (attribute1 "attr50478") ) +(myObject (attribute1 "attr50479") ) +(myObject (attribute1 "attr50480") ) +(myObject (attribute1 "attr50481") ) +(myObject (attribute1 "attr50482") ) +(myObject (attribute1 "attr50483") ) +(myObject (attribute1 "attr50484") ) +(myObject (attribute1 "attr50485") ) +(myObject (attribute1 "attr50486") ) +(myObject (attribute1 "attr50487") ) +(myObject (attribute1 "attr50488") ) +(myObject (attribute1 "attr50489") ) +(myObject (attribute1 "attr50490") ) +(myObject (attribute1 "attr50491") ) +(myObject (attribute1 "attr50492") ) +(myObject (attribute1 "attr50493") ) +(myObject (attribute1 "attr50494") ) +(myObject (attribute1 "attr50495") ) +(myObject (attribute1 "attr50496") ) +(myObject (attribute1 "attr50497") ) +(myObject (attribute1 "attr50498") ) +(myObject (attribute1 "attr50499") ) +(myObject (attribute1 "attr50500") ) +(myObject (attribute1 "attr50501") ) +(myObject (attribute1 "attr50502") ) +(myObject (attribute1 "attr50503") ) +(myObject (attribute1 "attr50504") ) +(myObject (attribute1 "attr50505") ) +(myObject (attribute1 "attr50506") ) +(myObject (attribute1 "attr50507") ) +(myObject (attribute1 "attr50508") ) +(myObject (attribute1 "attr50509") ) +(myObject (attribute1 "attr50510") ) +(myObject (attribute1 "attr50511") ) +(myObject (attribute1 "attr50512") ) +(myObject (attribute1 "attr50513") ) +(myObject (attribute1 "attr50514") ) +(myObject (attribute1 "attr50515") ) +(myObject (attribute1 "attr50516") ) +(myObject (attribute1 "attr50517") ) +(myObject (attribute1 "attr50518") ) +(myObject (attribute1 "attr50519") ) +(myObject (attribute1 "attr50520") ) +(myObject (attribute1 "attr50521") ) +(myObject (attribute1 "attr50522") ) +(myObject (attribute1 "attr50523") ) +(myObject (attribute1 "attr50524") ) +(myObject (attribute1 "attr50525") ) +(myObject (attribute1 "attr50526") ) +(myObject (attribute1 "attr50527") ) +(myObject (attribute1 "attr50528") ) +(myObject (attribute1 "attr50529") ) +(myObject (attribute1 "attr50530") ) +(myObject (attribute1 "attr50531") ) +(myObject (attribute1 "attr50532") ) +(myObject (attribute1 "attr50533") ) +(myObject (attribute1 "attr50534") ) +(myObject (attribute1 "attr50535") ) +(myObject (attribute1 "attr50536") ) +(myObject (attribute1 "attr50537") ) +(myObject (attribute1 "attr50538") ) +(myObject (attribute1 "attr50539") ) +(myObject (attribute1 "attr50540") ) +(myObject (attribute1 "attr50541") ) +(myObject (attribute1 "attr50542") ) +(myObject (attribute1 "attr50543") ) +(myObject (attribute1 "attr50544") ) +(myObject (attribute1 "attr50545") ) +(myObject (attribute1 "attr50546") ) +(myObject (attribute1 "attr50547") ) +(myObject (attribute1 "attr50548") ) +(myObject (attribute1 "attr50549") ) +(myObject (attribute1 "attr50550") ) +(myObject (attribute1 "attr50551") ) +(myObject (attribute1 "attr50552") ) +(myObject (attribute1 "attr50553") ) +(myObject (attribute1 "attr50554") ) +(myObject (attribute1 "attr50555") ) +(myObject (attribute1 "attr50556") ) +(myObject (attribute1 "attr50557") ) +(myObject (attribute1 "attr50558") ) +(myObject (attribute1 "attr50559") ) +(myObject (attribute1 "attr50560") ) +(myObject (attribute1 "attr50561") ) +(myObject (attribute1 "attr50562") ) +(myObject (attribute1 "attr50563") ) +(myObject (attribute1 "attr50564") ) +(myObject (attribute1 "attr50565") ) +(myObject (attribute1 "attr50566") ) +(myObject (attribute1 "attr50567") ) +(myObject (attribute1 "attr50568") ) +(myObject (attribute1 "attr50569") ) +(myObject (attribute1 "attr50570") ) +(myObject (attribute1 "attr50571") ) +(myObject (attribute1 "attr50572") ) +(myObject (attribute1 "attr50573") ) +(myObject (attribute1 "attr50574") ) +(myObject (attribute1 "attr50575") ) +(myObject (attribute1 "attr50576") ) +(myObject (attribute1 "attr50577") ) +(myObject (attribute1 "attr50578") ) +(myObject (attribute1 "attr50579") ) +(myObject (attribute1 "attr50580") ) +(myObject (attribute1 "attr50581") ) +(myObject (attribute1 "attr50582") ) +(myObject (attribute1 "attr50583") ) +(myObject (attribute1 "attr50584") ) +(myObject (attribute1 "attr50585") ) +(myObject (attribute1 "attr50586") ) +(myObject (attribute1 "attr50587") ) +(myObject (attribute1 "attr50588") ) +(myObject (attribute1 "attr50589") ) +(myObject (attribute1 "attr50590") ) +(myObject (attribute1 "attr50591") ) +(myObject (attribute1 "attr50592") ) +(myObject (attribute1 "attr50593") ) +(myObject (attribute1 "attr50594") ) +(myObject (attribute1 "attr50595") ) +(myObject (attribute1 "attr50596") ) +(myObject (attribute1 "attr50597") ) +(myObject (attribute1 "attr50598") ) +(myObject (attribute1 "attr50599") ) +(myObject (attribute1 "attr50600") ) +(myObject (attribute1 "attr50601") ) +(myObject (attribute1 "attr50602") ) +(myObject (attribute1 "attr50603") ) +(myObject (attribute1 "attr50604") ) +(myObject (attribute1 "attr50605") ) +(myObject (attribute1 "attr50606") ) +(myObject (attribute1 "attr50607") ) +(myObject (attribute1 "attr50608") ) +(myObject (attribute1 "attr50609") ) +(myObject (attribute1 "attr50610") ) +(myObject (attribute1 "attr50611") ) +(myObject (attribute1 "attr50612") ) +(myObject (attribute1 "attr50613") ) +(myObject (attribute1 "attr50614") ) +(myObject (attribute1 "attr50615") ) +(myObject (attribute1 "attr50616") ) +(myObject (attribute1 "attr50617") ) +(myObject (attribute1 "attr50618") ) +(myObject (attribute1 "attr50619") ) +(myObject (attribute1 "attr50620") ) +(myObject (attribute1 "attr50621") ) +(myObject (attribute1 "attr50622") ) +(myObject (attribute1 "attr50623") ) +(myObject (attribute1 "attr50624") ) +(myObject (attribute1 "attr50625") ) +(myObject (attribute1 "attr50626") ) +(myObject (attribute1 "attr50627") ) +(myObject (attribute1 "attr50628") ) +(myObject (attribute1 "attr50629") ) +(myObject (attribute1 "attr50630") ) +(myObject (attribute1 "attr50631") ) +(myObject (attribute1 "attr50632") ) +(myObject (attribute1 "attr50633") ) +(myObject (attribute1 "attr50634") ) +(myObject (attribute1 "attr50635") ) +(myObject (attribute1 "attr50636") ) +(myObject (attribute1 "attr50637") ) +(myObject (attribute1 "attr50638") ) +(myObject (attribute1 "attr50639") ) +(myObject (attribute1 "attr50640") ) +(myObject (attribute1 "attr50641") ) +(myObject (attribute1 "attr50642") ) +(myObject (attribute1 "attr50643") ) +(myObject (attribute1 "attr50644") ) +(myObject (attribute1 "attr50645") ) +(myObject (attribute1 "attr50646") ) +(myObject (attribute1 "attr50647") ) +(myObject (attribute1 "attr50648") ) +(myObject (attribute1 "attr50649") ) +(myObject (attribute1 "attr50650") ) +(myObject (attribute1 "attr50651") ) +(myObject (attribute1 "attr50652") ) +(myObject (attribute1 "attr50653") ) +(myObject (attribute1 "attr50654") ) +(myObject (attribute1 "attr50655") ) +(myObject (attribute1 "attr50656") ) +(myObject (attribute1 "attr50657") ) +(myObject (attribute1 "attr50658") ) +(myObject (attribute1 "attr50659") ) +(myObject (attribute1 "attr50660") ) +(myObject (attribute1 "attr50661") ) +(myObject (attribute1 "attr50662") ) +(myObject (attribute1 "attr50663") ) +(myObject (attribute1 "attr50664") ) +(myObject (attribute1 "attr50665") ) +(myObject (attribute1 "attr50666") ) +(myObject (attribute1 "attr50667") ) +(myObject (attribute1 "attr50668") ) +(myObject (attribute1 "attr50669") ) +(myObject (attribute1 "attr50670") ) +(myObject (attribute1 "attr50671") ) +(myObject (attribute1 "attr50672") ) +(myObject (attribute1 "attr50673") ) +(myObject (attribute1 "attr50674") ) +(myObject (attribute1 "attr50675") ) +(myObject (attribute1 "attr50676") ) +(myObject (attribute1 "attr50677") ) +(myObject (attribute1 "attr50678") ) +(myObject (attribute1 "attr50679") ) +(myObject (attribute1 "attr50680") ) +(myObject (attribute1 "attr50681") ) +(myObject (attribute1 "attr50682") ) +(myObject (attribute1 "attr50683") ) +(myObject (attribute1 "attr50684") ) +(myObject (attribute1 "attr50685") ) +(myObject (attribute1 "attr50686") ) +(myObject (attribute1 "attr50687") ) +(myObject (attribute1 "attr50688") ) +(myObject (attribute1 "attr50689") ) +(myObject (attribute1 "attr50690") ) +(myObject (attribute1 "attr50691") ) +(myObject (attribute1 "attr50692") ) +(myObject (attribute1 "attr50693") ) +(myObject (attribute1 "attr50694") ) +(myObject (attribute1 "attr50695") ) +(myObject (attribute1 "attr50696") ) +(myObject (attribute1 "attr50697") ) +(myObject (attribute1 "attr50698") ) +(myObject (attribute1 "attr50699") ) +(myObject (attribute1 "attr50700") ) +(myObject (attribute1 "attr50701") ) +(myObject (attribute1 "attr50702") ) +(myObject (attribute1 "attr50703") ) +(myObject (attribute1 "attr50704") ) +(myObject (attribute1 "attr50705") ) +(myObject (attribute1 "attr50706") ) +(myObject (attribute1 "attr50707") ) +(myObject (attribute1 "attr50708") ) +(myObject (attribute1 "attr50709") ) +(myObject (attribute1 "attr50710") ) +(myObject (attribute1 "attr50711") ) +(myObject (attribute1 "attr50712") ) +(myObject (attribute1 "attr50713") ) +(myObject (attribute1 "attr50714") ) +(myObject (attribute1 "attr50715") ) +(myObject (attribute1 "attr50716") ) +(myObject (attribute1 "attr50717") ) +(myObject (attribute1 "attr50718") ) +(myObject (attribute1 "attr50719") ) +(myObject (attribute1 "attr50720") ) +(myObject (attribute1 "attr50721") ) +(myObject (attribute1 "attr50722") ) +(myObject (attribute1 "attr50723") ) +(myObject (attribute1 "attr50724") ) +(myObject (attribute1 "attr50725") ) +(myObject (attribute1 "attr50726") ) +(myObject (attribute1 "attr50727") ) +(myObject (attribute1 "attr50728") ) +(myObject (attribute1 "attr50729") ) +(myObject (attribute1 "attr50730") ) +(myObject (attribute1 "attr50731") ) +(myObject (attribute1 "attr50732") ) +(myObject (attribute1 "attr50733") ) +(myObject (attribute1 "attr50734") ) +(myObject (attribute1 "attr50735") ) +(myObject (attribute1 "attr50736") ) +(myObject (attribute1 "attr50737") ) +(myObject (attribute1 "attr50738") ) +(myObject (attribute1 "attr50739") ) +(myObject (attribute1 "attr50740") ) +(myObject (attribute1 "attr50741") ) +(myObject (attribute1 "attr50742") ) +(myObject (attribute1 "attr50743") ) +(myObject (attribute1 "attr50744") ) +(myObject (attribute1 "attr50745") ) +(myObject (attribute1 "attr50746") ) +(myObject (attribute1 "attr50747") ) +(myObject (attribute1 "attr50748") ) +(myObject (attribute1 "attr50749") ) +(myObject (attribute1 "attr50750") ) +(myObject (attribute1 "attr50751") ) +(myObject (attribute1 "attr50752") ) +(myObject (attribute1 "attr50753") ) +(myObject (attribute1 "attr50754") ) +(myObject (attribute1 "attr50755") ) +(myObject (attribute1 "attr50756") ) +(myObject (attribute1 "attr50757") ) +(myObject (attribute1 "attr50758") ) +(myObject (attribute1 "attr50759") ) +(myObject (attribute1 "attr50760") ) +(myObject (attribute1 "attr50761") ) +(myObject (attribute1 "attr50762") ) +(myObject (attribute1 "attr50763") ) +(myObject (attribute1 "attr50764") ) +(myObject (attribute1 "attr50765") ) +(myObject (attribute1 "attr50766") ) +(myObject (attribute1 "attr50767") ) +(myObject (attribute1 "attr50768") ) +(myObject (attribute1 "attr50769") ) +(myObject (attribute1 "attr50770") ) +(myObject (attribute1 "attr50771") ) +(myObject (attribute1 "attr50772") ) +(myObject (attribute1 "attr50773") ) +(myObject (attribute1 "attr50774") ) +(myObject (attribute1 "attr50775") ) +(myObject (attribute1 "attr50776") ) +(myObject (attribute1 "attr50777") ) +(myObject (attribute1 "attr50778") ) +(myObject (attribute1 "attr50779") ) +(myObject (attribute1 "attr50780") ) +(myObject (attribute1 "attr50781") ) +(myObject (attribute1 "attr50782") ) +(myObject (attribute1 "attr50783") ) +(myObject (attribute1 "attr50784") ) +(myObject (attribute1 "attr50785") ) +(myObject (attribute1 "attr50786") ) +(myObject (attribute1 "attr50787") ) +(myObject (attribute1 "attr50788") ) +(myObject (attribute1 "attr50789") ) +(myObject (attribute1 "attr50790") ) +(myObject (attribute1 "attr50791") ) +(myObject (attribute1 "attr50792") ) +(myObject (attribute1 "attr50793") ) +(myObject (attribute1 "attr50794") ) +(myObject (attribute1 "attr50795") ) +(myObject (attribute1 "attr50796") ) +(myObject (attribute1 "attr50797") ) +(myObject (attribute1 "attr50798") ) +(myObject (attribute1 "attr50799") ) +(myObject (attribute1 "attr50800") ) +(myObject (attribute1 "attr50801") ) +(myObject (attribute1 "attr50802") ) +(myObject (attribute1 "attr50803") ) +(myObject (attribute1 "attr50804") ) +(myObject (attribute1 "attr50805") ) +(myObject (attribute1 "attr50806") ) +(myObject (attribute1 "attr50807") ) +(myObject (attribute1 "attr50808") ) +(myObject (attribute1 "attr50809") ) +(myObject (attribute1 "attr50810") ) +(myObject (attribute1 "attr50811") ) +(myObject (attribute1 "attr50812") ) +(myObject (attribute1 "attr50813") ) +(myObject (attribute1 "attr50814") ) +(myObject (attribute1 "attr50815") ) +(myObject (attribute1 "attr50816") ) +(myObject (attribute1 "attr50817") ) +(myObject (attribute1 "attr50818") ) +(myObject (attribute1 "attr50819") ) +(myObject (attribute1 "attr50820") ) +(myObject (attribute1 "attr50821") ) +(myObject (attribute1 "attr50822") ) +(myObject (attribute1 "attr50823") ) +(myObject (attribute1 "attr50824") ) +(myObject (attribute1 "attr50825") ) +(myObject (attribute1 "attr50826") ) +(myObject (attribute1 "attr50827") ) +(myObject (attribute1 "attr50828") ) +(myObject (attribute1 "attr50829") ) +(myObject (attribute1 "attr50830") ) +(myObject (attribute1 "attr50831") ) +(myObject (attribute1 "attr50832") ) +(myObject (attribute1 "attr50833") ) +(myObject (attribute1 "attr50834") ) +(myObject (attribute1 "attr50835") ) +(myObject (attribute1 "attr50836") ) +(myObject (attribute1 "attr50837") ) +(myObject (attribute1 "attr50838") ) +(myObject (attribute1 "attr50839") ) +(myObject (attribute1 "attr50840") ) +(myObject (attribute1 "attr50841") ) +(myObject (attribute1 "attr50842") ) +(myObject (attribute1 "attr50843") ) +(myObject (attribute1 "attr50844") ) +(myObject (attribute1 "attr50845") ) +(myObject (attribute1 "attr50846") ) +(myObject (attribute1 "attr50847") ) +(myObject (attribute1 "attr50848") ) +(myObject (attribute1 "attr50849") ) +(myObject (attribute1 "attr50850") ) +(myObject (attribute1 "attr50851") ) +(myObject (attribute1 "attr50852") ) +(myObject (attribute1 "attr50853") ) +(myObject (attribute1 "attr50854") ) +(myObject (attribute1 "attr50855") ) +(myObject (attribute1 "attr50856") ) +(myObject (attribute1 "attr50857") ) +(myObject (attribute1 "attr50858") ) +(myObject (attribute1 "attr50859") ) +(myObject (attribute1 "attr50860") ) +(myObject (attribute1 "attr50861") ) +(myObject (attribute1 "attr50862") ) +(myObject (attribute1 "attr50863") ) +(myObject (attribute1 "attr50864") ) +(myObject (attribute1 "attr50865") ) +(myObject (attribute1 "attr50866") ) +(myObject (attribute1 "attr50867") ) +(myObject (attribute1 "attr50868") ) +(myObject (attribute1 "attr50869") ) +(myObject (attribute1 "attr50870") ) +(myObject (attribute1 "attr50871") ) +(myObject (attribute1 "attr50872") ) +(myObject (attribute1 "attr50873") ) +(myObject (attribute1 "attr50874") ) +(myObject (attribute1 "attr50875") ) +(myObject (attribute1 "attr50876") ) +(myObject (attribute1 "attr50877") ) +(myObject (attribute1 "attr50878") ) +(myObject (attribute1 "attr50879") ) +(myObject (attribute1 "attr50880") ) +(myObject (attribute1 "attr50881") ) +(myObject (attribute1 "attr50882") ) +(myObject (attribute1 "attr50883") ) +(myObject (attribute1 "attr50884") ) +(myObject (attribute1 "attr50885") ) +(myObject (attribute1 "attr50886") ) +(myObject (attribute1 "attr50887") ) +(myObject (attribute1 "attr50888") ) +(myObject (attribute1 "attr50889") ) +(myObject (attribute1 "attr50890") ) +(myObject (attribute1 "attr50891") ) +(myObject (attribute1 "attr50892") ) +(myObject (attribute1 "attr50893") ) +(myObject (attribute1 "attr50894") ) +(myObject (attribute1 "attr50895") ) +(myObject (attribute1 "attr50896") ) +(myObject (attribute1 "attr50897") ) +(myObject (attribute1 "attr50898") ) +(myObject (attribute1 "attr50899") ) +(myObject (attribute1 "attr50900") ) +(myObject (attribute1 "attr50901") ) +(myObject (attribute1 "attr50902") ) +(myObject (attribute1 "attr50903") ) +(myObject (attribute1 "attr50904") ) +(myObject (attribute1 "attr50905") ) +(myObject (attribute1 "attr50906") ) +(myObject (attribute1 "attr50907") ) +(myObject (attribute1 "attr50908") ) +(myObject (attribute1 "attr50909") ) +(myObject (attribute1 "attr50910") ) +(myObject (attribute1 "attr50911") ) +(myObject (attribute1 "attr50912") ) +(myObject (attribute1 "attr50913") ) +(myObject (attribute1 "attr50914") ) +(myObject (attribute1 "attr50915") ) +(myObject (attribute1 "attr50916") ) +(myObject (attribute1 "attr50917") ) +(myObject (attribute1 "attr50918") ) +(myObject (attribute1 "attr50919") ) +(myObject (attribute1 "attr50920") ) +(myObject (attribute1 "attr50921") ) +(myObject (attribute1 "attr50922") ) +(myObject (attribute1 "attr50923") ) +(myObject (attribute1 "attr50924") ) +(myObject (attribute1 "attr50925") ) +(myObject (attribute1 "attr50926") ) +(myObject (attribute1 "attr50927") ) +(myObject (attribute1 "attr50928") ) +(myObject (attribute1 "attr50929") ) +(myObject (attribute1 "attr50930") ) +(myObject (attribute1 "attr50931") ) +(myObject (attribute1 "attr50932") ) +(myObject (attribute1 "attr50933") ) +(myObject (attribute1 "attr50934") ) +(myObject (attribute1 "attr50935") ) +(myObject (attribute1 "attr50936") ) +(myObject (attribute1 "attr50937") ) +(myObject (attribute1 "attr50938") ) +(myObject (attribute1 "attr50939") ) +(myObject (attribute1 "attr50940") ) +(myObject (attribute1 "attr50941") ) +(myObject (attribute1 "attr50942") ) +(myObject (attribute1 "attr50943") ) +(myObject (attribute1 "attr50944") ) +(myObject (attribute1 "attr50945") ) +(myObject (attribute1 "attr50946") ) +(myObject (attribute1 "attr50947") ) +(myObject (attribute1 "attr50948") ) +(myObject (attribute1 "attr50949") ) +(myObject (attribute1 "attr50950") ) +(myObject (attribute1 "attr50951") ) +(myObject (attribute1 "attr50952") ) +(myObject (attribute1 "attr50953") ) +(myObject (attribute1 "attr50954") ) +(myObject (attribute1 "attr50955") ) +(myObject (attribute1 "attr50956") ) +(myObject (attribute1 "attr50957") ) +(myObject (attribute1 "attr50958") ) +(myObject (attribute1 "attr50959") ) +(myObject (attribute1 "attr50960") ) +(myObject (attribute1 "attr50961") ) +(myObject (attribute1 "attr50962") ) +(myObject (attribute1 "attr50963") ) +(myObject (attribute1 "attr50964") ) +(myObject (attribute1 "attr50965") ) +(myObject (attribute1 "attr50966") ) +(myObject (attribute1 "attr50967") ) +(myObject (attribute1 "attr50968") ) +(myObject (attribute1 "attr50969") ) +(myObject (attribute1 "attr50970") ) +(myObject (attribute1 "attr50971") ) +(myObject (attribute1 "attr50972") ) +(myObject (attribute1 "attr50973") ) +(myObject (attribute1 "attr50974") ) +(myObject (attribute1 "attr50975") ) +(myObject (attribute1 "attr50976") ) +(myObject (attribute1 "attr50977") ) +(myObject (attribute1 "attr50978") ) +(myObject (attribute1 "attr50979") ) +(myObject (attribute1 "attr50980") ) +(myObject (attribute1 "attr50981") ) +(myObject (attribute1 "attr50982") ) +(myObject (attribute1 "attr50983") ) +(myObject (attribute1 "attr50984") ) +(myObject (attribute1 "attr50985") ) +(myObject (attribute1 "attr50986") ) +(myObject (attribute1 "attr50987") ) +(myObject (attribute1 "attr50988") ) +(myObject (attribute1 "attr50989") ) +(myObject (attribute1 "attr50990") ) +(myObject (attribute1 "attr50991") ) +(myObject (attribute1 "attr50992") ) +(myObject (attribute1 "attr50993") ) +(myObject (attribute1 "attr50994") ) +(myObject (attribute1 "attr50995") ) +(myObject (attribute1 "attr50996") ) +(myObject (attribute1 "attr50997") ) +(myObject (attribute1 "attr50998") ) +(myObject (attribute1 "attr50999") ) +(myObject (attribute1 "attr51000") ) +(myObject (attribute1 "attr51001") ) +(myObject (attribute1 "attr51002") ) +(myObject (attribute1 "attr51003") ) +(myObject (attribute1 "attr51004") ) +(myObject (attribute1 "attr51005") ) +(myObject (attribute1 "attr51006") ) +(myObject (attribute1 "attr51007") ) +(myObject (attribute1 "attr51008") ) +(myObject (attribute1 "attr51009") ) +(myObject (attribute1 "attr51010") ) +(myObject (attribute1 "attr51011") ) +(myObject (attribute1 "attr51012") ) +(myObject (attribute1 "attr51013") ) +(myObject (attribute1 "attr51014") ) +(myObject (attribute1 "attr51015") ) +(myObject (attribute1 "attr51016") ) +(myObject (attribute1 "attr51017") ) +(myObject (attribute1 "attr51018") ) +(myObject (attribute1 "attr51019") ) +(myObject (attribute1 "attr51020") ) +(myObject (attribute1 "attr51021") ) +(myObject (attribute1 "attr51022") ) +(myObject (attribute1 "attr51023") ) +(myObject (attribute1 "attr51024") ) +(myObject (attribute1 "attr51025") ) +(myObject (attribute1 "attr51026") ) +(myObject (attribute1 "attr51027") ) +(myObject (attribute1 "attr51028") ) +(myObject (attribute1 "attr51029") ) +(myObject (attribute1 "attr51030") ) +(myObject (attribute1 "attr51031") ) +(myObject (attribute1 "attr51032") ) +(myObject (attribute1 "attr51033") ) +(myObject (attribute1 "attr51034") ) +(myObject (attribute1 "attr51035") ) +(myObject (attribute1 "attr51036") ) +(myObject (attribute1 "attr51037") ) +(myObject (attribute1 "attr51038") ) +(myObject (attribute1 "attr51039") ) +(myObject (attribute1 "attr51040") ) +(myObject (attribute1 "attr51041") ) +(myObject (attribute1 "attr51042") ) +(myObject (attribute1 "attr51043") ) +(myObject (attribute1 "attr51044") ) +(myObject (attribute1 "attr51045") ) +(myObject (attribute1 "attr51046") ) +(myObject (attribute1 "attr51047") ) +(myObject (attribute1 "attr51048") ) +(myObject (attribute1 "attr51049") ) +(myObject (attribute1 "attr51050") ) +(myObject (attribute1 "attr51051") ) +(myObject (attribute1 "attr51052") ) +(myObject (attribute1 "attr51053") ) +(myObject (attribute1 "attr51054") ) +(myObject (attribute1 "attr51055") ) +(myObject (attribute1 "attr51056") ) +(myObject (attribute1 "attr51057") ) +(myObject (attribute1 "attr51058") ) +(myObject (attribute1 "attr51059") ) +(myObject (attribute1 "attr51060") ) +(myObject (attribute1 "attr51061") ) +(myObject (attribute1 "attr51062") ) +(myObject (attribute1 "attr51063") ) +(myObject (attribute1 "attr51064") ) +(myObject (attribute1 "attr51065") ) +(myObject (attribute1 "attr51066") ) +(myObject (attribute1 "attr51067") ) +(myObject (attribute1 "attr51068") ) +(myObject (attribute1 "attr51069") ) +(myObject (attribute1 "attr51070") ) +(myObject (attribute1 "attr51071") ) +(myObject (attribute1 "attr51072") ) +(myObject (attribute1 "attr51073") ) +(myObject (attribute1 "attr51074") ) +(myObject (attribute1 "attr51075") ) +(myObject (attribute1 "attr51076") ) +(myObject (attribute1 "attr51077") ) +(myObject (attribute1 "attr51078") ) +(myObject (attribute1 "attr51079") ) +(myObject (attribute1 "attr51080") ) +(myObject (attribute1 "attr51081") ) +(myObject (attribute1 "attr51082") ) +(myObject (attribute1 "attr51083") ) +(myObject (attribute1 "attr51084") ) +(myObject (attribute1 "attr51085") ) +(myObject (attribute1 "attr51086") ) +(myObject (attribute1 "attr51087") ) +(myObject (attribute1 "attr51088") ) +(myObject (attribute1 "attr51089") ) +(myObject (attribute1 "attr51090") ) +(myObject (attribute1 "attr51091") ) +(myObject (attribute1 "attr51092") ) +(myObject (attribute1 "attr51093") ) +(myObject (attribute1 "attr51094") ) +(myObject (attribute1 "attr51095") ) +(myObject (attribute1 "attr51096") ) +(myObject (attribute1 "attr51097") ) +(myObject (attribute1 "attr51098") ) +(myObject (attribute1 "attr51099") ) +(myObject (attribute1 "attr51100") ) +(myObject (attribute1 "attr51101") ) +(myObject (attribute1 "attr51102") ) +(myObject (attribute1 "attr51103") ) +(myObject (attribute1 "attr51104") ) +(myObject (attribute1 "attr51105") ) +(myObject (attribute1 "attr51106") ) +(myObject (attribute1 "attr51107") ) +(myObject (attribute1 "attr51108") ) +(myObject (attribute1 "attr51109") ) +(myObject (attribute1 "attr51110") ) +(myObject (attribute1 "attr51111") ) +(myObject (attribute1 "attr51112") ) +(myObject (attribute1 "attr51113") ) +(myObject (attribute1 "attr51114") ) +(myObject (attribute1 "attr51115") ) +(myObject (attribute1 "attr51116") ) +(myObject (attribute1 "attr51117") ) +(myObject (attribute1 "attr51118") ) +(myObject (attribute1 "attr51119") ) +(myObject (attribute1 "attr51120") ) +(myObject (attribute1 "attr51121") ) +(myObject (attribute1 "attr51122") ) +(myObject (attribute1 "attr51123") ) +(myObject (attribute1 "attr51124") ) +(myObject (attribute1 "attr51125") ) +(myObject (attribute1 "attr51126") ) +(myObject (attribute1 "attr51127") ) +(myObject (attribute1 "attr51128") ) +(myObject (attribute1 "attr51129") ) +(myObject (attribute1 "attr51130") ) +(myObject (attribute1 "attr51131") ) +(myObject (attribute1 "attr51132") ) +(myObject (attribute1 "attr51133") ) +(myObject (attribute1 "attr51134") ) +(myObject (attribute1 "attr51135") ) +(myObject (attribute1 "attr51136") ) +(myObject (attribute1 "attr51137") ) +(myObject (attribute1 "attr51138") ) +(myObject (attribute1 "attr51139") ) +(myObject (attribute1 "attr51140") ) +(myObject (attribute1 "attr51141") ) +(myObject (attribute1 "attr51142") ) +(myObject (attribute1 "attr51143") ) +(myObject (attribute1 "attr51144") ) +(myObject (attribute1 "attr51145") ) +(myObject (attribute1 "attr51146") ) +(myObject (attribute1 "attr51147") ) +(myObject (attribute1 "attr51148") ) +(myObject (attribute1 "attr51149") ) +(myObject (attribute1 "attr51150") ) +(myObject (attribute1 "attr51151") ) +(myObject (attribute1 "attr51152") ) +(myObject (attribute1 "attr51153") ) +(myObject (attribute1 "attr51154") ) +(myObject (attribute1 "attr51155") ) +(myObject (attribute1 "attr51156") ) +(myObject (attribute1 "attr51157") ) +(myObject (attribute1 "attr51158") ) +(myObject (attribute1 "attr51159") ) +(myObject (attribute1 "attr51160") ) +(myObject (attribute1 "attr51161") ) +(myObject (attribute1 "attr51162") ) +(myObject (attribute1 "attr51163") ) +(myObject (attribute1 "attr51164") ) +(myObject (attribute1 "attr51165") ) +(myObject (attribute1 "attr51166") ) +(myObject (attribute1 "attr51167") ) +(myObject (attribute1 "attr51168") ) +(myObject (attribute1 "attr51169") ) +(myObject (attribute1 "attr51170") ) +(myObject (attribute1 "attr51171") ) +(myObject (attribute1 "attr51172") ) +(myObject (attribute1 "attr51173") ) +(myObject (attribute1 "attr51174") ) +(myObject (attribute1 "attr51175") ) +(myObject (attribute1 "attr51176") ) +(myObject (attribute1 "attr51177") ) +(myObject (attribute1 "attr51178") ) +(myObject (attribute1 "attr51179") ) +(myObject (attribute1 "attr51180") ) +(myObject (attribute1 "attr51181") ) +(myObject (attribute1 "attr51182") ) +(myObject (attribute1 "attr51183") ) +(myObject (attribute1 "attr51184") ) +(myObject (attribute1 "attr51185") ) +(myObject (attribute1 "attr51186") ) +(myObject (attribute1 "attr51187") ) +(myObject (attribute1 "attr51188") ) +(myObject (attribute1 "attr51189") ) +(myObject (attribute1 "attr51190") ) +(myObject (attribute1 "attr51191") ) +(myObject (attribute1 "attr51192") ) +(myObject (attribute1 "attr51193") ) +(myObject (attribute1 "attr51194") ) +(myObject (attribute1 "attr51195") ) +(myObject (attribute1 "attr51196") ) +(myObject (attribute1 "attr51197") ) +(myObject (attribute1 "attr51198") ) +(myObject (attribute1 "attr51199") ) +(myObject (attribute1 "attr51200") ) +(myObject (attribute1 "attr51201") ) +(myObject (attribute1 "attr51202") ) +(myObject (attribute1 "attr51203") ) +(myObject (attribute1 "attr51204") ) +(myObject (attribute1 "attr51205") ) +(myObject (attribute1 "attr51206") ) +(myObject (attribute1 "attr51207") ) +(myObject (attribute1 "attr51208") ) +(myObject (attribute1 "attr51209") ) +(myObject (attribute1 "attr51210") ) +(myObject (attribute1 "attr51211") ) +(myObject (attribute1 "attr51212") ) +(myObject (attribute1 "attr51213") ) +(myObject (attribute1 "attr51214") ) +(myObject (attribute1 "attr51215") ) +(myObject (attribute1 "attr51216") ) +(myObject (attribute1 "attr51217") ) +(myObject (attribute1 "attr51218") ) +(myObject (attribute1 "attr51219") ) +(myObject (attribute1 "attr51220") ) +(myObject (attribute1 "attr51221") ) +(myObject (attribute1 "attr51222") ) +(myObject (attribute1 "attr51223") ) +(myObject (attribute1 "attr51224") ) +(myObject (attribute1 "attr51225") ) +(myObject (attribute1 "attr51226") ) +(myObject (attribute1 "attr51227") ) +(myObject (attribute1 "attr51228") ) +(myObject (attribute1 "attr51229") ) +(myObject (attribute1 "attr51230") ) +(myObject (attribute1 "attr51231") ) +(myObject (attribute1 "attr51232") ) +(myObject (attribute1 "attr51233") ) +(myObject (attribute1 "attr51234") ) +(myObject (attribute1 "attr51235") ) +(myObject (attribute1 "attr51236") ) +(myObject (attribute1 "attr51237") ) +(myObject (attribute1 "attr51238") ) +(myObject (attribute1 "attr51239") ) +(myObject (attribute1 "attr51240") ) +(myObject (attribute1 "attr51241") ) +(myObject (attribute1 "attr51242") ) +(myObject (attribute1 "attr51243") ) +(myObject (attribute1 "attr51244") ) +(myObject (attribute1 "attr51245") ) +(myObject (attribute1 "attr51246") ) +(myObject (attribute1 "attr51247") ) +(myObject (attribute1 "attr51248") ) +(myObject (attribute1 "attr51249") ) +(myObject (attribute1 "attr51250") ) +(myObject (attribute1 "attr51251") ) +(myObject (attribute1 "attr51252") ) +(myObject (attribute1 "attr51253") ) +(myObject (attribute1 "attr51254") ) +(myObject (attribute1 "attr51255") ) +(myObject (attribute1 "attr51256") ) +(myObject (attribute1 "attr51257") ) +(myObject (attribute1 "attr51258") ) +(myObject (attribute1 "attr51259") ) +(myObject (attribute1 "attr51260") ) +(myObject (attribute1 "attr51261") ) +(myObject (attribute1 "attr51262") ) +(myObject (attribute1 "attr51263") ) +(myObject (attribute1 "attr51264") ) +(myObject (attribute1 "attr51265") ) +(myObject (attribute1 "attr51266") ) +(myObject (attribute1 "attr51267") ) +(myObject (attribute1 "attr51268") ) +(myObject (attribute1 "attr51269") ) +(myObject (attribute1 "attr51270") ) +(myObject (attribute1 "attr51271") ) +(myObject (attribute1 "attr51272") ) +(myObject (attribute1 "attr51273") ) +(myObject (attribute1 "attr51274") ) +(myObject (attribute1 "attr51275") ) +(myObject (attribute1 "attr51276") ) +(myObject (attribute1 "attr51277") ) +(myObject (attribute1 "attr51278") ) +(myObject (attribute1 "attr51279") ) +(myObject (attribute1 "attr51280") ) +(myObject (attribute1 "attr51281") ) +(myObject (attribute1 "attr51282") ) +(myObject (attribute1 "attr51283") ) +(myObject (attribute1 "attr51284") ) +(myObject (attribute1 "attr51285") ) +(myObject (attribute1 "attr51286") ) +(myObject (attribute1 "attr51287") ) +(myObject (attribute1 "attr51288") ) +(myObject (attribute1 "attr51289") ) +(myObject (attribute1 "attr51290") ) +(myObject (attribute1 "attr51291") ) +(myObject (attribute1 "attr51292") ) +(myObject (attribute1 "attr51293") ) +(myObject (attribute1 "attr51294") ) +(myObject (attribute1 "attr51295") ) +(myObject (attribute1 "attr51296") ) +(myObject (attribute1 "attr51297") ) +(myObject (attribute1 "attr51298") ) +(myObject (attribute1 "attr51299") ) +(myObject (attribute1 "attr51300") ) +(myObject (attribute1 "attr51301") ) +(myObject (attribute1 "attr51302") ) +(myObject (attribute1 "attr51303") ) +(myObject (attribute1 "attr51304") ) +(myObject (attribute1 "attr51305") ) +(myObject (attribute1 "attr51306") ) +(myObject (attribute1 "attr51307") ) +(myObject (attribute1 "attr51308") ) +(myObject (attribute1 "attr51309") ) +(myObject (attribute1 "attr51310") ) +(myObject (attribute1 "attr51311") ) +(myObject (attribute1 "attr51312") ) +(myObject (attribute1 "attr51313") ) +(myObject (attribute1 "attr51314") ) +(myObject (attribute1 "attr51315") ) +(myObject (attribute1 "attr51316") ) +(myObject (attribute1 "attr51317") ) +(myObject (attribute1 "attr51318") ) +(myObject (attribute1 "attr51319") ) +(myObject (attribute1 "attr51320") ) +(myObject (attribute1 "attr51321") ) +(myObject (attribute1 "attr51322") ) +(myObject (attribute1 "attr51323") ) +(myObject (attribute1 "attr51324") ) +(myObject (attribute1 "attr51325") ) +(myObject (attribute1 "attr51326") ) +(myObject (attribute1 "attr51327") ) +(myObject (attribute1 "attr51328") ) +(myObject (attribute1 "attr51329") ) +(myObject (attribute1 "attr51330") ) +(myObject (attribute1 "attr51331") ) +(myObject (attribute1 "attr51332") ) +(myObject (attribute1 "attr51333") ) +(myObject (attribute1 "attr51334") ) +(myObject (attribute1 "attr51335") ) +(myObject (attribute1 "attr51336") ) +(myObject (attribute1 "attr51337") ) +(myObject (attribute1 "attr51338") ) +(myObject (attribute1 "attr51339") ) +(myObject (attribute1 "attr51340") ) +(myObject (attribute1 "attr51341") ) +(myObject (attribute1 "attr51342") ) +(myObject (attribute1 "attr51343") ) +(myObject (attribute1 "attr51344") ) +(myObject (attribute1 "attr51345") ) +(myObject (attribute1 "attr51346") ) +(myObject (attribute1 "attr51347") ) +(myObject (attribute1 "attr51348") ) +(myObject (attribute1 "attr51349") ) +(myObject (attribute1 "attr51350") ) +(myObject (attribute1 "attr51351") ) +(myObject (attribute1 "attr51352") ) +(myObject (attribute1 "attr51353") ) +(myObject (attribute1 "attr51354") ) +(myObject (attribute1 "attr51355") ) +(myObject (attribute1 "attr51356") ) +(myObject (attribute1 "attr51357") ) +(myObject (attribute1 "attr51358") ) +(myObject (attribute1 "attr51359") ) +(myObject (attribute1 "attr51360") ) +(myObject (attribute1 "attr51361") ) +(myObject (attribute1 "attr51362") ) +(myObject (attribute1 "attr51363") ) +(myObject (attribute1 "attr51364") ) +(myObject (attribute1 "attr51365") ) +(myObject (attribute1 "attr51366") ) +(myObject (attribute1 "attr51367") ) +(myObject (attribute1 "attr51368") ) +(myObject (attribute1 "attr51369") ) +(myObject (attribute1 "attr51370") ) +(myObject (attribute1 "attr51371") ) +(myObject (attribute1 "attr51372") ) +(myObject (attribute1 "attr51373") ) +(myObject (attribute1 "attr51374") ) +(myObject (attribute1 "attr51375") ) +(myObject (attribute1 "attr51376") ) +(myObject (attribute1 "attr51377") ) +(myObject (attribute1 "attr51378") ) +(myObject (attribute1 "attr51379") ) +(myObject (attribute1 "attr51380") ) +(myObject (attribute1 "attr51381") ) +(myObject (attribute1 "attr51382") ) +(myObject (attribute1 "attr51383") ) +(myObject (attribute1 "attr51384") ) +(myObject (attribute1 "attr51385") ) +(myObject (attribute1 "attr51386") ) +(myObject (attribute1 "attr51387") ) +(myObject (attribute1 "attr51388") ) +(myObject (attribute1 "attr51389") ) +(myObject (attribute1 "attr51390") ) +(myObject (attribute1 "attr51391") ) +(myObject (attribute1 "attr51392") ) +(myObject (attribute1 "attr51393") ) +(myObject (attribute1 "attr51394") ) +(myObject (attribute1 "attr51395") ) +(myObject (attribute1 "attr51396") ) +(myObject (attribute1 "attr51397") ) +(myObject (attribute1 "attr51398") ) +(myObject (attribute1 "attr51399") ) +(myObject (attribute1 "attr51400") ) +(myObject (attribute1 "attr51401") ) +(myObject (attribute1 "attr51402") ) +(myObject (attribute1 "attr51403") ) +(myObject (attribute1 "attr51404") ) +(myObject (attribute1 "attr51405") ) +(myObject (attribute1 "attr51406") ) +(myObject (attribute1 "attr51407") ) +(myObject (attribute1 "attr51408") ) +(myObject (attribute1 "attr51409") ) +(myObject (attribute1 "attr51410") ) +(myObject (attribute1 "attr51411") ) +(myObject (attribute1 "attr51412") ) +(myObject (attribute1 "attr51413") ) +(myObject (attribute1 "attr51414") ) +(myObject (attribute1 "attr51415") ) +(myObject (attribute1 "attr51416") ) +(myObject (attribute1 "attr51417") ) +(myObject (attribute1 "attr51418") ) +(myObject (attribute1 "attr51419") ) +(myObject (attribute1 "attr51420") ) +(myObject (attribute1 "attr51421") ) +(myObject (attribute1 "attr51422") ) +(myObject (attribute1 "attr51423") ) +(myObject (attribute1 "attr51424") ) +(myObject (attribute1 "attr51425") ) +(myObject (attribute1 "attr51426") ) +(myObject (attribute1 "attr51427") ) +(myObject (attribute1 "attr51428") ) +(myObject (attribute1 "attr51429") ) +(myObject (attribute1 "attr51430") ) +(myObject (attribute1 "attr51431") ) +(myObject (attribute1 "attr51432") ) +(myObject (attribute1 "attr51433") ) +(myObject (attribute1 "attr51434") ) +(myObject (attribute1 "attr51435") ) +(myObject (attribute1 "attr51436") ) +(myObject (attribute1 "attr51437") ) +(myObject (attribute1 "attr51438") ) +(myObject (attribute1 "attr51439") ) +(myObject (attribute1 "attr51440") ) +(myObject (attribute1 "attr51441") ) +(myObject (attribute1 "attr51442") ) +(myObject (attribute1 "attr51443") ) +(myObject (attribute1 "attr51444") ) +(myObject (attribute1 "attr51445") ) +(myObject (attribute1 "attr51446") ) +(myObject (attribute1 "attr51447") ) +(myObject (attribute1 "attr51448") ) +(myObject (attribute1 "attr51449") ) +(myObject (attribute1 "attr51450") ) +(myObject (attribute1 "attr51451") ) +(myObject (attribute1 "attr51452") ) +(myObject (attribute1 "attr51453") ) +(myObject (attribute1 "attr51454") ) +(myObject (attribute1 "attr51455") ) +(myObject (attribute1 "attr51456") ) +(myObject (attribute1 "attr51457") ) +(myObject (attribute1 "attr51458") ) +(myObject (attribute1 "attr51459") ) +(myObject (attribute1 "attr51460") ) +(myObject (attribute1 "attr51461") ) +(myObject (attribute1 "attr51462") ) +(myObject (attribute1 "attr51463") ) +(myObject (attribute1 "attr51464") ) +(myObject (attribute1 "attr51465") ) +(myObject (attribute1 "attr51466") ) +(myObject (attribute1 "attr51467") ) +(myObject (attribute1 "attr51468") ) +(myObject (attribute1 "attr51469") ) +(myObject (attribute1 "attr51470") ) +(myObject (attribute1 "attr51471") ) +(myObject (attribute1 "attr51472") ) +(myObject (attribute1 "attr51473") ) +(myObject (attribute1 "attr51474") ) +(myObject (attribute1 "attr51475") ) +(myObject (attribute1 "attr51476") ) +(myObject (attribute1 "attr51477") ) +(myObject (attribute1 "attr51478") ) +(myObject (attribute1 "attr51479") ) +(myObject (attribute1 "attr51480") ) +(myObject (attribute1 "attr51481") ) +(myObject (attribute1 "attr51482") ) +(myObject (attribute1 "attr51483") ) +(myObject (attribute1 "attr51484") ) +(myObject (attribute1 "attr51485") ) +(myObject (attribute1 "attr51486") ) +(myObject (attribute1 "attr51487") ) +(myObject (attribute1 "attr51488") ) +(myObject (attribute1 "attr51489") ) +(myObject (attribute1 "attr51490") ) +(myObject (attribute1 "attr51491") ) +(myObject (attribute1 "attr51492") ) +(myObject (attribute1 "attr51493") ) +(myObject (attribute1 "attr51494") ) +(myObject (attribute1 "attr51495") ) +(myObject (attribute1 "attr51496") ) +(myObject (attribute1 "attr51497") ) +(myObject (attribute1 "attr51498") ) +(myObject (attribute1 "attr51499") ) +(myObject (attribute1 "attr51500") ) +(myObject (attribute1 "attr51501") ) +(myObject (attribute1 "attr51502") ) +(myObject (attribute1 "attr51503") ) +(myObject (attribute1 "attr51504") ) +(myObject (attribute1 "attr51505") ) +(myObject (attribute1 "attr51506") ) +(myObject (attribute1 "attr51507") ) +(myObject (attribute1 "attr51508") ) +(myObject (attribute1 "attr51509") ) +(myObject (attribute1 "attr51510") ) +(myObject (attribute1 "attr51511") ) +(myObject (attribute1 "attr51512") ) +(myObject (attribute1 "attr51513") ) +(myObject (attribute1 "attr51514") ) +(myObject (attribute1 "attr51515") ) +(myObject (attribute1 "attr51516") ) +(myObject (attribute1 "attr51517") ) +(myObject (attribute1 "attr51518") ) +(myObject (attribute1 "attr51519") ) +(myObject (attribute1 "attr51520") ) +(myObject (attribute1 "attr51521") ) +(myObject (attribute1 "attr51522") ) +(myObject (attribute1 "attr51523") ) +(myObject (attribute1 "attr51524") ) +(myObject (attribute1 "attr51525") ) +(myObject (attribute1 "attr51526") ) +(myObject (attribute1 "attr51527") ) +(myObject (attribute1 "attr51528") ) +(myObject (attribute1 "attr51529") ) +(myObject (attribute1 "attr51530") ) +(myObject (attribute1 "attr51531") ) +(myObject (attribute1 "attr51532") ) +(myObject (attribute1 "attr51533") ) +(myObject (attribute1 "attr51534") ) +(myObject (attribute1 "attr51535") ) +(myObject (attribute1 "attr51536") ) +(myObject (attribute1 "attr51537") ) +(myObject (attribute1 "attr51538") ) +(myObject (attribute1 "attr51539") ) +(myObject (attribute1 "attr51540") ) +(myObject (attribute1 "attr51541") ) +(myObject (attribute1 "attr51542") ) +(myObject (attribute1 "attr51543") ) +(myObject (attribute1 "attr51544") ) +(myObject (attribute1 "attr51545") ) +(myObject (attribute1 "attr51546") ) +(myObject (attribute1 "attr51547") ) +(myObject (attribute1 "attr51548") ) +(myObject (attribute1 "attr51549") ) +(myObject (attribute1 "attr51550") ) +(myObject (attribute1 "attr51551") ) +(myObject (attribute1 "attr51552") ) +(myObject (attribute1 "attr51553") ) +(myObject (attribute1 "attr51554") ) +(myObject (attribute1 "attr51555") ) +(myObject (attribute1 "attr51556") ) +(myObject (attribute1 "attr51557") ) +(myObject (attribute1 "attr51558") ) +(myObject (attribute1 "attr51559") ) +(myObject (attribute1 "attr51560") ) +(myObject (attribute1 "attr51561") ) +(myObject (attribute1 "attr51562") ) +(myObject (attribute1 "attr51563") ) +(myObject (attribute1 "attr51564") ) +(myObject (attribute1 "attr51565") ) +(myObject (attribute1 "attr51566") ) +(myObject (attribute1 "attr51567") ) +(myObject (attribute1 "attr51568") ) +(myObject (attribute1 "attr51569") ) +(myObject (attribute1 "attr51570") ) +(myObject (attribute1 "attr51571") ) +(myObject (attribute1 "attr51572") ) +(myObject (attribute1 "attr51573") ) +(myObject (attribute1 "attr51574") ) +(myObject (attribute1 "attr51575") ) +(myObject (attribute1 "attr51576") ) +(myObject (attribute1 "attr51577") ) +(myObject (attribute1 "attr51578") ) +(myObject (attribute1 "attr51579") ) +(myObject (attribute1 "attr51580") ) +(myObject (attribute1 "attr51581") ) +(myObject (attribute1 "attr51582") ) +(myObject (attribute1 "attr51583") ) +(myObject (attribute1 "attr51584") ) +(myObject (attribute1 "attr51585") ) +(myObject (attribute1 "attr51586") ) +(myObject (attribute1 "attr51587") ) +(myObject (attribute1 "attr51588") ) +(myObject (attribute1 "attr51589") ) +(myObject (attribute1 "attr51590") ) +(myObject (attribute1 "attr51591") ) +(myObject (attribute1 "attr51592") ) +(myObject (attribute1 "attr51593") ) +(myObject (attribute1 "attr51594") ) +(myObject (attribute1 "attr51595") ) +(myObject (attribute1 "attr51596") ) +(myObject (attribute1 "attr51597") ) +(myObject (attribute1 "attr51598") ) +(myObject (attribute1 "attr51599") ) +(myObject (attribute1 "attr51600") ) +(myObject (attribute1 "attr51601") ) +(myObject (attribute1 "attr51602") ) +(myObject (attribute1 "attr51603") ) +(myObject (attribute1 "attr51604") ) +(myObject (attribute1 "attr51605") ) +(myObject (attribute1 "attr51606") ) +(myObject (attribute1 "attr51607") ) +(myObject (attribute1 "attr51608") ) +(myObject (attribute1 "attr51609") ) +(myObject (attribute1 "attr51610") ) +(myObject (attribute1 "attr51611") ) +(myObject (attribute1 "attr51612") ) +(myObject (attribute1 "attr51613") ) +(myObject (attribute1 "attr51614") ) +(myObject (attribute1 "attr51615") ) +(myObject (attribute1 "attr51616") ) +(myObject (attribute1 "attr51617") ) +(myObject (attribute1 "attr51618") ) +(myObject (attribute1 "attr51619") ) +(myObject (attribute1 "attr51620") ) +(myObject (attribute1 "attr51621") ) +(myObject (attribute1 "attr51622") ) +(myObject (attribute1 "attr51623") ) +(myObject (attribute1 "attr51624") ) +(myObject (attribute1 "attr51625") ) +(myObject (attribute1 "attr51626") ) +(myObject (attribute1 "attr51627") ) +(myObject (attribute1 "attr51628") ) +(myObject (attribute1 "attr51629") ) +(myObject (attribute1 "attr51630") ) +(myObject (attribute1 "attr51631") ) +(myObject (attribute1 "attr51632") ) +(myObject (attribute1 "attr51633") ) +(myObject (attribute1 "attr51634") ) +(myObject (attribute1 "attr51635") ) +(myObject (attribute1 "attr51636") ) +(myObject (attribute1 "attr51637") ) +(myObject (attribute1 "attr51638") ) +(myObject (attribute1 "attr51639") ) +(myObject (attribute1 "attr51640") ) +(myObject (attribute1 "attr51641") ) +(myObject (attribute1 "attr51642") ) +(myObject (attribute1 "attr51643") ) +(myObject (attribute1 "attr51644") ) +(myObject (attribute1 "attr51645") ) +(myObject (attribute1 "attr51646") ) +(myObject (attribute1 "attr51647") ) +(myObject (attribute1 "attr51648") ) +(myObject (attribute1 "attr51649") ) +(myObject (attribute1 "attr51650") ) +(myObject (attribute1 "attr51651") ) +(myObject (attribute1 "attr51652") ) +(myObject (attribute1 "attr51653") ) +(myObject (attribute1 "attr51654") ) +(myObject (attribute1 "attr51655") ) +(myObject (attribute1 "attr51656") ) +(myObject (attribute1 "attr51657") ) +(myObject (attribute1 "attr51658") ) +(myObject (attribute1 "attr51659") ) +(myObject (attribute1 "attr51660") ) +(myObject (attribute1 "attr51661") ) +(myObject (attribute1 "attr51662") ) +(myObject (attribute1 "attr51663") ) +(myObject (attribute1 "attr51664") ) +(myObject (attribute1 "attr51665") ) +(myObject (attribute1 "attr51666") ) +(myObject (attribute1 "attr51667") ) +(myObject (attribute1 "attr51668") ) +(myObject (attribute1 "attr51669") ) +(myObject (attribute1 "attr51670") ) +(myObject (attribute1 "attr51671") ) +(myObject (attribute1 "attr51672") ) +(myObject (attribute1 "attr51673") ) +(myObject (attribute1 "attr51674") ) +(myObject (attribute1 "attr51675") ) +(myObject (attribute1 "attr51676") ) +(myObject (attribute1 "attr51677") ) +(myObject (attribute1 "attr51678") ) +(myObject (attribute1 "attr51679") ) +(myObject (attribute1 "attr51680") ) +(myObject (attribute1 "attr51681") ) +(myObject (attribute1 "attr51682") ) +(myObject (attribute1 "attr51683") ) +(myObject (attribute1 "attr51684") ) +(myObject (attribute1 "attr51685") ) +(myObject (attribute1 "attr51686") ) +(myObject (attribute1 "attr51687") ) +(myObject (attribute1 "attr51688") ) +(myObject (attribute1 "attr51689") ) +(myObject (attribute1 "attr51690") ) +(myObject (attribute1 "attr51691") ) +(myObject (attribute1 "attr51692") ) +(myObject (attribute1 "attr51693") ) +(myObject (attribute1 "attr51694") ) +(myObject (attribute1 "attr51695") ) +(myObject (attribute1 "attr51696") ) +(myObject (attribute1 "attr51697") ) +(myObject (attribute1 "attr51698") ) +(myObject (attribute1 "attr51699") ) +(myObject (attribute1 "attr51700") ) +(myObject (attribute1 "attr51701") ) +(myObject (attribute1 "attr51702") ) +(myObject (attribute1 "attr51703") ) +(myObject (attribute1 "attr51704") ) +(myObject (attribute1 "attr51705") ) +(myObject (attribute1 "attr51706") ) +(myObject (attribute1 "attr51707") ) +(myObject (attribute1 "attr51708") ) +(myObject (attribute1 "attr51709") ) +(myObject (attribute1 "attr51710") ) +(myObject (attribute1 "attr51711") ) +(myObject (attribute1 "attr51712") ) +(myObject (attribute1 "attr51713") ) +(myObject (attribute1 "attr51714") ) +(myObject (attribute1 "attr51715") ) +(myObject (attribute1 "attr51716") ) +(myObject (attribute1 "attr51717") ) +(myObject (attribute1 "attr51718") ) +(myObject (attribute1 "attr51719") ) +(myObject (attribute1 "attr51720") ) +(myObject (attribute1 "attr51721") ) +(myObject (attribute1 "attr51722") ) +(myObject (attribute1 "attr51723") ) +(myObject (attribute1 "attr51724") ) +(myObject (attribute1 "attr51725") ) +(myObject (attribute1 "attr51726") ) +(myObject (attribute1 "attr51727") ) +(myObject (attribute1 "attr51728") ) +(myObject (attribute1 "attr51729") ) +(myObject (attribute1 "attr51730") ) +(myObject (attribute1 "attr51731") ) +(myObject (attribute1 "attr51732") ) +(myObject (attribute1 "attr51733") ) +(myObject (attribute1 "attr51734") ) +(myObject (attribute1 "attr51735") ) +(myObject (attribute1 "attr51736") ) +(myObject (attribute1 "attr51737") ) +(myObject (attribute1 "attr51738") ) +(myObject (attribute1 "attr51739") ) +(myObject (attribute1 "attr51740") ) +(myObject (attribute1 "attr51741") ) +(myObject (attribute1 "attr51742") ) +(myObject (attribute1 "attr51743") ) +(myObject (attribute1 "attr51744") ) +(myObject (attribute1 "attr51745") ) +(myObject (attribute1 "attr51746") ) +(myObject (attribute1 "attr51747") ) +(myObject (attribute1 "attr51748") ) +(myObject (attribute1 "attr51749") ) +(myObject (attribute1 "attr51750") ) +(myObject (attribute1 "attr51751") ) +(myObject (attribute1 "attr51752") ) +(myObject (attribute1 "attr51753") ) +(myObject (attribute1 "attr51754") ) +(myObject (attribute1 "attr51755") ) +(myObject (attribute1 "attr51756") ) +(myObject (attribute1 "attr51757") ) +(myObject (attribute1 "attr51758") ) +(myObject (attribute1 "attr51759") ) +(myObject (attribute1 "attr51760") ) +(myObject (attribute1 "attr51761") ) +(myObject (attribute1 "attr51762") ) +(myObject (attribute1 "attr51763") ) +(myObject (attribute1 "attr51764") ) +(myObject (attribute1 "attr51765") ) +(myObject (attribute1 "attr51766") ) +(myObject (attribute1 "attr51767") ) +(myObject (attribute1 "attr51768") ) +(myObject (attribute1 "attr51769") ) +(myObject (attribute1 "attr51770") ) +(myObject (attribute1 "attr51771") ) +(myObject (attribute1 "attr51772") ) +(myObject (attribute1 "attr51773") ) +(myObject (attribute1 "attr51774") ) +(myObject (attribute1 "attr51775") ) +(myObject (attribute1 "attr51776") ) +(myObject (attribute1 "attr51777") ) +(myObject (attribute1 "attr51778") ) +(myObject (attribute1 "attr51779") ) +(myObject (attribute1 "attr51780") ) +(myObject (attribute1 "attr51781") ) +(myObject (attribute1 "attr51782") ) +(myObject (attribute1 "attr51783") ) +(myObject (attribute1 "attr51784") ) +(myObject (attribute1 "attr51785") ) +(myObject (attribute1 "attr51786") ) +(myObject (attribute1 "attr51787") ) +(myObject (attribute1 "attr51788") ) +(myObject (attribute1 "attr51789") ) +(myObject (attribute1 "attr51790") ) +(myObject (attribute1 "attr51791") ) +(myObject (attribute1 "attr51792") ) +(myObject (attribute1 "attr51793") ) +(myObject (attribute1 "attr51794") ) +(myObject (attribute1 "attr51795") ) +(myObject (attribute1 "attr51796") ) +(myObject (attribute1 "attr51797") ) +(myObject (attribute1 "attr51798") ) +(myObject (attribute1 "attr51799") ) +(myObject (attribute1 "attr51800") ) +(myObject (attribute1 "attr51801") ) +(myObject (attribute1 "attr51802") ) +(myObject (attribute1 "attr51803") ) +(myObject (attribute1 "attr51804") ) +(myObject (attribute1 "attr51805") ) +(myObject (attribute1 "attr51806") ) +(myObject (attribute1 "attr51807") ) +(myObject (attribute1 "attr51808") ) +(myObject (attribute1 "attr51809") ) +(myObject (attribute1 "attr51810") ) +(myObject (attribute1 "attr51811") ) +(myObject (attribute1 "attr51812") ) +(myObject (attribute1 "attr51813") ) +(myObject (attribute1 "attr51814") ) +(myObject (attribute1 "attr51815") ) +(myObject (attribute1 "attr51816") ) +(myObject (attribute1 "attr51817") ) +(myObject (attribute1 "attr51818") ) +(myObject (attribute1 "attr51819") ) +(myObject (attribute1 "attr51820") ) +(myObject (attribute1 "attr51821") ) +(myObject (attribute1 "attr51822") ) +(myObject (attribute1 "attr51823") ) +(myObject (attribute1 "attr51824") ) +(myObject (attribute1 "attr51825") ) +(myObject (attribute1 "attr51826") ) +(myObject (attribute1 "attr51827") ) +(myObject (attribute1 "attr51828") ) +(myObject (attribute1 "attr51829") ) +(myObject (attribute1 "attr51830") ) +(myObject (attribute1 "attr51831") ) +(myObject (attribute1 "attr51832") ) +(myObject (attribute1 "attr51833") ) +(myObject (attribute1 "attr51834") ) +(myObject (attribute1 "attr51835") ) +(myObject (attribute1 "attr51836") ) +(myObject (attribute1 "attr51837") ) +(myObject (attribute1 "attr51838") ) +(myObject (attribute1 "attr51839") ) +(myObject (attribute1 "attr51840") ) +(myObject (attribute1 "attr51841") ) +(myObject (attribute1 "attr51842") ) +(myObject (attribute1 "attr51843") ) +(myObject (attribute1 "attr51844") ) +(myObject (attribute1 "attr51845") ) +(myObject (attribute1 "attr51846") ) +(myObject (attribute1 "attr51847") ) +(myObject (attribute1 "attr51848") ) +(myObject (attribute1 "attr51849") ) +(myObject (attribute1 "attr51850") ) +(myObject (attribute1 "attr51851") ) +(myObject (attribute1 "attr51852") ) +(myObject (attribute1 "attr51853") ) +(myObject (attribute1 "attr51854") ) +(myObject (attribute1 "attr51855") ) +(myObject (attribute1 "attr51856") ) +(myObject (attribute1 "attr51857") ) +(myObject (attribute1 "attr51858") ) +(myObject (attribute1 "attr51859") ) +(myObject (attribute1 "attr51860") ) +(myObject (attribute1 "attr51861") ) +(myObject (attribute1 "attr51862") ) +(myObject (attribute1 "attr51863") ) +(myObject (attribute1 "attr51864") ) +(myObject (attribute1 "attr51865") ) +(myObject (attribute1 "attr51866") ) +(myObject (attribute1 "attr51867") ) +(myObject (attribute1 "attr51868") ) +(myObject (attribute1 "attr51869") ) +(myObject (attribute1 "attr51870") ) +(myObject (attribute1 "attr51871") ) +(myObject (attribute1 "attr51872") ) +(myObject (attribute1 "attr51873") ) +(myObject (attribute1 "attr51874") ) +(myObject (attribute1 "attr51875") ) +(myObject (attribute1 "attr51876") ) +(myObject (attribute1 "attr51877") ) +(myObject (attribute1 "attr51878") ) +(myObject (attribute1 "attr51879") ) +(myObject (attribute1 "attr51880") ) +(myObject (attribute1 "attr51881") ) +(myObject (attribute1 "attr51882") ) +(myObject (attribute1 "attr51883") ) +(myObject (attribute1 "attr51884") ) +(myObject (attribute1 "attr51885") ) +(myObject (attribute1 "attr51886") ) +(myObject (attribute1 "attr51887") ) +(myObject (attribute1 "attr51888") ) +(myObject (attribute1 "attr51889") ) +(myObject (attribute1 "attr51890") ) +(myObject (attribute1 "attr51891") ) +(myObject (attribute1 "attr51892") ) +(myObject (attribute1 "attr51893") ) +(myObject (attribute1 "attr51894") ) +(myObject (attribute1 "attr51895") ) +(myObject (attribute1 "attr51896") ) +(myObject (attribute1 "attr51897") ) +(myObject (attribute1 "attr51898") ) +(myObject (attribute1 "attr51899") ) +(myObject (attribute1 "attr51900") ) +(myObject (attribute1 "attr51901") ) +(myObject (attribute1 "attr51902") ) +(myObject (attribute1 "attr51903") ) +(myObject (attribute1 "attr51904") ) +(myObject (attribute1 "attr51905") ) +(myObject (attribute1 "attr51906") ) +(myObject (attribute1 "attr51907") ) +(myObject (attribute1 "attr51908") ) +(myObject (attribute1 "attr51909") ) +(myObject (attribute1 "attr51910") ) +(myObject (attribute1 "attr51911") ) +(myObject (attribute1 "attr51912") ) +(myObject (attribute1 "attr51913") ) +(myObject (attribute1 "attr51914") ) +(myObject (attribute1 "attr51915") ) +(myObject (attribute1 "attr51916") ) +(myObject (attribute1 "attr51917") ) +(myObject (attribute1 "attr51918") ) +(myObject (attribute1 "attr51919") ) +(myObject (attribute1 "attr51920") ) +(myObject (attribute1 "attr51921") ) +(myObject (attribute1 "attr51922") ) +(myObject (attribute1 "attr51923") ) +(myObject (attribute1 "attr51924") ) +(myObject (attribute1 "attr51925") ) +(myObject (attribute1 "attr51926") ) +(myObject (attribute1 "attr51927") ) +(myObject (attribute1 "attr51928") ) +(myObject (attribute1 "attr51929") ) +(myObject (attribute1 "attr51930") ) +(myObject (attribute1 "attr51931") ) +(myObject (attribute1 "attr51932") ) +(myObject (attribute1 "attr51933") ) +(myObject (attribute1 "attr51934") ) +(myObject (attribute1 "attr51935") ) +(myObject (attribute1 "attr51936") ) +(myObject (attribute1 "attr51937") ) +(myObject (attribute1 "attr51938") ) +(myObject (attribute1 "attr51939") ) +(myObject (attribute1 "attr51940") ) +(myObject (attribute1 "attr51941") ) +(myObject (attribute1 "attr51942") ) +(myObject (attribute1 "attr51943") ) +(myObject (attribute1 "attr51944") ) +(myObject (attribute1 "attr51945") ) +(myObject (attribute1 "attr51946") ) +(myObject (attribute1 "attr51947") ) +(myObject (attribute1 "attr51948") ) +(myObject (attribute1 "attr51949") ) +(myObject (attribute1 "attr51950") ) +(myObject (attribute1 "attr51951") ) +(myObject (attribute1 "attr51952") ) +(myObject (attribute1 "attr51953") ) +(myObject (attribute1 "attr51954") ) +(myObject (attribute1 "attr51955") ) +(myObject (attribute1 "attr51956") ) +(myObject (attribute1 "attr51957") ) +(myObject (attribute1 "attr51958") ) +(myObject (attribute1 "attr51959") ) +(myObject (attribute1 "attr51960") ) +(myObject (attribute1 "attr51961") ) +(myObject (attribute1 "attr51962") ) +(myObject (attribute1 "attr51963") ) +(myObject (attribute1 "attr51964") ) +(myObject (attribute1 "attr51965") ) +(myObject (attribute1 "attr51966") ) +(myObject (attribute1 "attr51967") ) +(myObject (attribute1 "attr51968") ) +(myObject (attribute1 "attr51969") ) +(myObject (attribute1 "attr51970") ) +(myObject (attribute1 "attr51971") ) +(myObject (attribute1 "attr51972") ) +(myObject (attribute1 "attr51973") ) +(myObject (attribute1 "attr51974") ) +(myObject (attribute1 "attr51975") ) +(myObject (attribute1 "attr51976") ) +(myObject (attribute1 "attr51977") ) +(myObject (attribute1 "attr51978") ) +(myObject (attribute1 "attr51979") ) +(myObject (attribute1 "attr51980") ) +(myObject (attribute1 "attr51981") ) +(myObject (attribute1 "attr51982") ) +(myObject (attribute1 "attr51983") ) +(myObject (attribute1 "attr51984") ) +(myObject (attribute1 "attr51985") ) +(myObject (attribute1 "attr51986") ) +(myObject (attribute1 "attr51987") ) +(myObject (attribute1 "attr51988") ) +(myObject (attribute1 "attr51989") ) +(myObject (attribute1 "attr51990") ) +(myObject (attribute1 "attr51991") ) +(myObject (attribute1 "attr51992") ) +(myObject (attribute1 "attr51993") ) +(myObject (attribute1 "attr51994") ) +(myObject (attribute1 "attr51995") ) +(myObject (attribute1 "attr51996") ) +(myObject (attribute1 "attr51997") ) +(myObject (attribute1 "attr51998") ) +(myObject (attribute1 "attr51999") ) +(myObject (attribute1 "attr52000") ) +(myObject (attribute1 "attr52001") ) +(myObject (attribute1 "attr52002") ) +(myObject (attribute1 "attr52003") ) +(myObject (attribute1 "attr52004") ) +(myObject (attribute1 "attr52005") ) +(myObject (attribute1 "attr52006") ) +(myObject (attribute1 "attr52007") ) +(myObject (attribute1 "attr52008") ) +(myObject (attribute1 "attr52009") ) +(myObject (attribute1 "attr52010") ) +(myObject (attribute1 "attr52011") ) +(myObject (attribute1 "attr52012") ) +(myObject (attribute1 "attr52013") ) +(myObject (attribute1 "attr52014") ) +(myObject (attribute1 "attr52015") ) +(myObject (attribute1 "attr52016") ) +(myObject (attribute1 "attr52017") ) +(myObject (attribute1 "attr52018") ) +(myObject (attribute1 "attr52019") ) +(myObject (attribute1 "attr52020") ) +(myObject (attribute1 "attr52021") ) +(myObject (attribute1 "attr52022") ) +(myObject (attribute1 "attr52023") ) +(myObject (attribute1 "attr52024") ) +(myObject (attribute1 "attr52025") ) +(myObject (attribute1 "attr52026") ) +(myObject (attribute1 "attr52027") ) +(myObject (attribute1 "attr52028") ) +(myObject (attribute1 "attr52029") ) +(myObject (attribute1 "attr52030") ) +(myObject (attribute1 "attr52031") ) +(myObject (attribute1 "attr52032") ) +(myObject (attribute1 "attr52033") ) +(myObject (attribute1 "attr52034") ) +(myObject (attribute1 "attr52035") ) +(myObject (attribute1 "attr52036") ) +(myObject (attribute1 "attr52037") ) +(myObject (attribute1 "attr52038") ) +(myObject (attribute1 "attr52039") ) +(myObject (attribute1 "attr52040") ) +(myObject (attribute1 "attr52041") ) +(myObject (attribute1 "attr52042") ) +(myObject (attribute1 "attr52043") ) +(myObject (attribute1 "attr52044") ) +(myObject (attribute1 "attr52045") ) +(myObject (attribute1 "attr52046") ) +(myObject (attribute1 "attr52047") ) +(myObject (attribute1 "attr52048") ) +(myObject (attribute1 "attr52049") ) +(myObject (attribute1 "attr52050") ) +(myObject (attribute1 "attr52051") ) +(myObject (attribute1 "attr52052") ) +(myObject (attribute1 "attr52053") ) +(myObject (attribute1 "attr52054") ) +(myObject (attribute1 "attr52055") ) +(myObject (attribute1 "attr52056") ) +(myObject (attribute1 "attr52057") ) +(myObject (attribute1 "attr52058") ) +(myObject (attribute1 "attr52059") ) +(myObject (attribute1 "attr52060") ) +(myObject (attribute1 "attr52061") ) +(myObject (attribute1 "attr52062") ) +(myObject (attribute1 "attr52063") ) +(myObject (attribute1 "attr52064") ) +(myObject (attribute1 "attr52065") ) +(myObject (attribute1 "attr52066") ) +(myObject (attribute1 "attr52067") ) +(myObject (attribute1 "attr52068") ) +(myObject (attribute1 "attr52069") ) +(myObject (attribute1 "attr52070") ) +(myObject (attribute1 "attr52071") ) +(myObject (attribute1 "attr52072") ) +(myObject (attribute1 "attr52073") ) +(myObject (attribute1 "attr52074") ) +(myObject (attribute1 "attr52075") ) +(myObject (attribute1 "attr52076") ) +(myObject (attribute1 "attr52077") ) +(myObject (attribute1 "attr52078") ) +(myObject (attribute1 "attr52079") ) +(myObject (attribute1 "attr52080") ) +(myObject (attribute1 "attr52081") ) +(myObject (attribute1 "attr52082") ) +(myObject (attribute1 "attr52083") ) +(myObject (attribute1 "attr52084") ) +(myObject (attribute1 "attr52085") ) +(myObject (attribute1 "attr52086") ) +(myObject (attribute1 "attr52087") ) +(myObject (attribute1 "attr52088") ) +(myObject (attribute1 "attr52089") ) +(myObject (attribute1 "attr52090") ) +(myObject (attribute1 "attr52091") ) +(myObject (attribute1 "attr52092") ) +(myObject (attribute1 "attr52093") ) +(myObject (attribute1 "attr52094") ) +(myObject (attribute1 "attr52095") ) +(myObject (attribute1 "attr52096") ) +(myObject (attribute1 "attr52097") ) +(myObject (attribute1 "attr52098") ) +(myObject (attribute1 "attr52099") ) +(myObject (attribute1 "attr52100") ) +(myObject (attribute1 "attr52101") ) +(myObject (attribute1 "attr52102") ) +(myObject (attribute1 "attr52103") ) +(myObject (attribute1 "attr52104") ) +(myObject (attribute1 "attr52105") ) +(myObject (attribute1 "attr52106") ) +(myObject (attribute1 "attr52107") ) +(myObject (attribute1 "attr52108") ) +(myObject (attribute1 "attr52109") ) +(myObject (attribute1 "attr52110") ) +(myObject (attribute1 "attr52111") ) +(myObject (attribute1 "attr52112") ) +(myObject (attribute1 "attr52113") ) +(myObject (attribute1 "attr52114") ) +(myObject (attribute1 "attr52115") ) +(myObject (attribute1 "attr52116") ) +(myObject (attribute1 "attr52117") ) +(myObject (attribute1 "attr52118") ) +(myObject (attribute1 "attr52119") ) +(myObject (attribute1 "attr52120") ) +(myObject (attribute1 "attr52121") ) +(myObject (attribute1 "attr52122") ) +(myObject (attribute1 "attr52123") ) +(myObject (attribute1 "attr52124") ) +(myObject (attribute1 "attr52125") ) +(myObject (attribute1 "attr52126") ) +(myObject (attribute1 "attr52127") ) +(myObject (attribute1 "attr52128") ) +(myObject (attribute1 "attr52129") ) +(myObject (attribute1 "attr52130") ) +(myObject (attribute1 "attr52131") ) +(myObject (attribute1 "attr52132") ) +(myObject (attribute1 "attr52133") ) +(myObject (attribute1 "attr52134") ) +(myObject (attribute1 "attr52135") ) +(myObject (attribute1 "attr52136") ) +(myObject (attribute1 "attr52137") ) +(myObject (attribute1 "attr52138") ) +(myObject (attribute1 "attr52139") ) +(myObject (attribute1 "attr52140") ) +(myObject (attribute1 "attr52141") ) +(myObject (attribute1 "attr52142") ) +(myObject (attribute1 "attr52143") ) +(myObject (attribute1 "attr52144") ) +(myObject (attribute1 "attr52145") ) +(myObject (attribute1 "attr52146") ) +(myObject (attribute1 "attr52147") ) +(myObject (attribute1 "attr52148") ) +(myObject (attribute1 "attr52149") ) +(myObject (attribute1 "attr52150") ) +(myObject (attribute1 "attr52151") ) +(myObject (attribute1 "attr52152") ) +(myObject (attribute1 "attr52153") ) +(myObject (attribute1 "attr52154") ) +(myObject (attribute1 "attr52155") ) +(myObject (attribute1 "attr52156") ) +(myObject (attribute1 "attr52157") ) +(myObject (attribute1 "attr52158") ) +(myObject (attribute1 "attr52159") ) +(myObject (attribute1 "attr52160") ) +(myObject (attribute1 "attr52161") ) +(myObject (attribute1 "attr52162") ) +(myObject (attribute1 "attr52163") ) +(myObject (attribute1 "attr52164") ) +(myObject (attribute1 "attr52165") ) +(myObject (attribute1 "attr52166") ) +(myObject (attribute1 "attr52167") ) +(myObject (attribute1 "attr52168") ) +(myObject (attribute1 "attr52169") ) +(myObject (attribute1 "attr52170") ) +(myObject (attribute1 "attr52171") ) +(myObject (attribute1 "attr52172") ) +(myObject (attribute1 "attr52173") ) +(myObject (attribute1 "attr52174") ) +(myObject (attribute1 "attr52175") ) +(myObject (attribute1 "attr52176") ) +(myObject (attribute1 "attr52177") ) +(myObject (attribute1 "attr52178") ) +(myObject (attribute1 "attr52179") ) +(myObject (attribute1 "attr52180") ) +(myObject (attribute1 "attr52181") ) +(myObject (attribute1 "attr52182") ) +(myObject (attribute1 "attr52183") ) +(myObject (attribute1 "attr52184") ) +(myObject (attribute1 "attr52185") ) +(myObject (attribute1 "attr52186") ) +(myObject (attribute1 "attr52187") ) +(myObject (attribute1 "attr52188") ) +(myObject (attribute1 "attr52189") ) +(myObject (attribute1 "attr52190") ) +(myObject (attribute1 "attr52191") ) +(myObject (attribute1 "attr52192") ) +(myObject (attribute1 "attr52193") ) +(myObject (attribute1 "attr52194") ) +(myObject (attribute1 "attr52195") ) +(myObject (attribute1 "attr52196") ) +(myObject (attribute1 "attr52197") ) +(myObject (attribute1 "attr52198") ) +(myObject (attribute1 "attr52199") ) +(myObject (attribute1 "attr52200") ) +(myObject (attribute1 "attr52201") ) +(myObject (attribute1 "attr52202") ) +(myObject (attribute1 "attr52203") ) +(myObject (attribute1 "attr52204") ) +(myObject (attribute1 "attr52205") ) +(myObject (attribute1 "attr52206") ) +(myObject (attribute1 "attr52207") ) +(myObject (attribute1 "attr52208") ) +(myObject (attribute1 "attr52209") ) +(myObject (attribute1 "attr52210") ) +(myObject (attribute1 "attr52211") ) +(myObject (attribute1 "attr52212") ) +(myObject (attribute1 "attr52213") ) +(myObject (attribute1 "attr52214") ) +(myObject (attribute1 "attr52215") ) +(myObject (attribute1 "attr52216") ) +(myObject (attribute1 "attr52217") ) +(myObject (attribute1 "attr52218") ) +(myObject (attribute1 "attr52219") ) +(myObject (attribute1 "attr52220") ) +(myObject (attribute1 "attr52221") ) +(myObject (attribute1 "attr52222") ) +(myObject (attribute1 "attr52223") ) +(myObject (attribute1 "attr52224") ) +(myObject (attribute1 "attr52225") ) +(myObject (attribute1 "attr52226") ) +(myObject (attribute1 "attr52227") ) +(myObject (attribute1 "attr52228") ) +(myObject (attribute1 "attr52229") ) +(myObject (attribute1 "attr52230") ) +(myObject (attribute1 "attr52231") ) +(myObject (attribute1 "attr52232") ) +(myObject (attribute1 "attr52233") ) +(myObject (attribute1 "attr52234") ) +(myObject (attribute1 "attr52235") ) +(myObject (attribute1 "attr52236") ) +(myObject (attribute1 "attr52237") ) +(myObject (attribute1 "attr52238") ) +(myObject (attribute1 "attr52239") ) +(myObject (attribute1 "attr52240") ) +(myObject (attribute1 "attr52241") ) +(myObject (attribute1 "attr52242") ) +(myObject (attribute1 "attr52243") ) +(myObject (attribute1 "attr52244") ) +(myObject (attribute1 "attr52245") ) +(myObject (attribute1 "attr52246") ) +(myObject (attribute1 "attr52247") ) +(myObject (attribute1 "attr52248") ) +(myObject (attribute1 "attr52249") ) +(myObject (attribute1 "attr52250") ) +(myObject (attribute1 "attr52251") ) +(myObject (attribute1 "attr52252") ) +(myObject (attribute1 "attr52253") ) +(myObject (attribute1 "attr52254") ) +(myObject (attribute1 "attr52255") ) +(myObject (attribute1 "attr52256") ) +(myObject (attribute1 "attr52257") ) +(myObject (attribute1 "attr52258") ) +(myObject (attribute1 "attr52259") ) +(myObject (attribute1 "attr52260") ) +(myObject (attribute1 "attr52261") ) +(myObject (attribute1 "attr52262") ) +(myObject (attribute1 "attr52263") ) +(myObject (attribute1 "attr52264") ) +(myObject (attribute1 "attr52265") ) +(myObject (attribute1 "attr52266") ) +(myObject (attribute1 "attr52267") ) +(myObject (attribute1 "attr52268") ) +(myObject (attribute1 "attr52269") ) +(myObject (attribute1 "attr52270") ) +(myObject (attribute1 "attr52271") ) +(myObject (attribute1 "attr52272") ) +(myObject (attribute1 "attr52273") ) +(myObject (attribute1 "attr52274") ) +(myObject (attribute1 "attr52275") ) +(myObject (attribute1 "attr52276") ) +(myObject (attribute1 "attr52277") ) +(myObject (attribute1 "attr52278") ) +(myObject (attribute1 "attr52279") ) +(myObject (attribute1 "attr52280") ) +(myObject (attribute1 "attr52281") ) +(myObject (attribute1 "attr52282") ) +(myObject (attribute1 "attr52283") ) +(myObject (attribute1 "attr52284") ) +(myObject (attribute1 "attr52285") ) +(myObject (attribute1 "attr52286") ) +(myObject (attribute1 "attr52287") ) +(myObject (attribute1 "attr52288") ) +(myObject (attribute1 "attr52289") ) +(myObject (attribute1 "attr52290") ) +(myObject (attribute1 "attr52291") ) +(myObject (attribute1 "attr52292") ) +(myObject (attribute1 "attr52293") ) +(myObject (attribute1 "attr52294") ) +(myObject (attribute1 "attr52295") ) +(myObject (attribute1 "attr52296") ) +(myObject (attribute1 "attr52297") ) +(myObject (attribute1 "attr52298") ) +(myObject (attribute1 "attr52299") ) +(myObject (attribute1 "attr52300") ) +(myObject (attribute1 "attr52301") ) +(myObject (attribute1 "attr52302") ) +(myObject (attribute1 "attr52303") ) +(myObject (attribute1 "attr52304") ) +(myObject (attribute1 "attr52305") ) +(myObject (attribute1 "attr52306") ) +(myObject (attribute1 "attr52307") ) +(myObject (attribute1 "attr52308") ) +(myObject (attribute1 "attr52309") ) +(myObject (attribute1 "attr52310") ) +(myObject (attribute1 "attr52311") ) +(myObject (attribute1 "attr52312") ) +(myObject (attribute1 "attr52313") ) +(myObject (attribute1 "attr52314") ) +(myObject (attribute1 "attr52315") ) +(myObject (attribute1 "attr52316") ) +(myObject (attribute1 "attr52317") ) +(myObject (attribute1 "attr52318") ) +(myObject (attribute1 "attr52319") ) +(myObject (attribute1 "attr52320") ) +(myObject (attribute1 "attr52321") ) +(myObject (attribute1 "attr52322") ) +(myObject (attribute1 "attr52323") ) +(myObject (attribute1 "attr52324") ) +(myObject (attribute1 "attr52325") ) +(myObject (attribute1 "attr52326") ) +(myObject (attribute1 "attr52327") ) +(myObject (attribute1 "attr52328") ) +(myObject (attribute1 "attr52329") ) +(myObject (attribute1 "attr52330") ) +(myObject (attribute1 "attr52331") ) +(myObject (attribute1 "attr52332") ) +(myObject (attribute1 "attr52333") ) +(myObject (attribute1 "attr52334") ) +(myObject (attribute1 "attr52335") ) +(myObject (attribute1 "attr52336") ) +(myObject (attribute1 "attr52337") ) +(myObject (attribute1 "attr52338") ) +(myObject (attribute1 "attr52339") ) +(myObject (attribute1 "attr52340") ) +(myObject (attribute1 "attr52341") ) +(myObject (attribute1 "attr52342") ) +(myObject (attribute1 "attr52343") ) +(myObject (attribute1 "attr52344") ) +(myObject (attribute1 "attr52345") ) +(myObject (attribute1 "attr52346") ) +(myObject (attribute1 "attr52347") ) +(myObject (attribute1 "attr52348") ) +(myObject (attribute1 "attr52349") ) +(myObject (attribute1 "attr52350") ) +(myObject (attribute1 "attr52351") ) +(myObject (attribute1 "attr52352") ) +(myObject (attribute1 "attr52353") ) +(myObject (attribute1 "attr52354") ) +(myObject (attribute1 "attr52355") ) +(myObject (attribute1 "attr52356") ) +(myObject (attribute1 "attr52357") ) +(myObject (attribute1 "attr52358") ) +(myObject (attribute1 "attr52359") ) +(myObject (attribute1 "attr52360") ) +(myObject (attribute1 "attr52361") ) +(myObject (attribute1 "attr52362") ) +(myObject (attribute1 "attr52363") ) +(myObject (attribute1 "attr52364") ) +(myObject (attribute1 "attr52365") ) +(myObject (attribute1 "attr52366") ) +(myObject (attribute1 "attr52367") ) +(myObject (attribute1 "attr52368") ) +(myObject (attribute1 "attr52369") ) +(myObject (attribute1 "attr52370") ) +(myObject (attribute1 "attr52371") ) +(myObject (attribute1 "attr52372") ) +(myObject (attribute1 "attr52373") ) +(myObject (attribute1 "attr52374") ) +(myObject (attribute1 "attr52375") ) +(myObject (attribute1 "attr52376") ) +(myObject (attribute1 "attr52377") ) +(myObject (attribute1 "attr52378") ) +(myObject (attribute1 "attr52379") ) +(myObject (attribute1 "attr52380") ) +(myObject (attribute1 "attr52381") ) +(myObject (attribute1 "attr52382") ) +(myObject (attribute1 "attr52383") ) +(myObject (attribute1 "attr52384") ) +(myObject (attribute1 "attr52385") ) +(myObject (attribute1 "attr52386") ) +(myObject (attribute1 "attr52387") ) +(myObject (attribute1 "attr52388") ) +(myObject (attribute1 "attr52389") ) +(myObject (attribute1 "attr52390") ) +(myObject (attribute1 "attr52391") ) +(myObject (attribute1 "attr52392") ) +(myObject (attribute1 "attr52393") ) +(myObject (attribute1 "attr52394") ) +(myObject (attribute1 "attr52395") ) +(myObject (attribute1 "attr52396") ) +(myObject (attribute1 "attr52397") ) +(myObject (attribute1 "attr52398") ) +(myObject (attribute1 "attr52399") ) +(myObject (attribute1 "attr52400") ) +(myObject (attribute1 "attr52401") ) +(myObject (attribute1 "attr52402") ) +(myObject (attribute1 "attr52403") ) +(myObject (attribute1 "attr52404") ) +(myObject (attribute1 "attr52405") ) +(myObject (attribute1 "attr52406") ) +(myObject (attribute1 "attr52407") ) +(myObject (attribute1 "attr52408") ) +(myObject (attribute1 "attr52409") ) +(myObject (attribute1 "attr52410") ) +(myObject (attribute1 "attr52411") ) +(myObject (attribute1 "attr52412") ) +(myObject (attribute1 "attr52413") ) +(myObject (attribute1 "attr52414") ) +(myObject (attribute1 "attr52415") ) +(myObject (attribute1 "attr52416") ) +(myObject (attribute1 "attr52417") ) +(myObject (attribute1 "attr52418") ) +(myObject (attribute1 "attr52419") ) +(myObject (attribute1 "attr52420") ) +(myObject (attribute1 "attr52421") ) +(myObject (attribute1 "attr52422") ) +(myObject (attribute1 "attr52423") ) +(myObject (attribute1 "attr52424") ) +(myObject (attribute1 "attr52425") ) +(myObject (attribute1 "attr52426") ) +(myObject (attribute1 "attr52427") ) +(myObject (attribute1 "attr52428") ) +(myObject (attribute1 "attr52429") ) +(myObject (attribute1 "attr52430") ) +(myObject (attribute1 "attr52431") ) +(myObject (attribute1 "attr52432") ) +(myObject (attribute1 "attr52433") ) +(myObject (attribute1 "attr52434") ) +(myObject (attribute1 "attr52435") ) +(myObject (attribute1 "attr52436") ) +(myObject (attribute1 "attr52437") ) +(myObject (attribute1 "attr52438") ) +(myObject (attribute1 "attr52439") ) +(myObject (attribute1 "attr52440") ) +(myObject (attribute1 "attr52441") ) +(myObject (attribute1 "attr52442") ) +(myObject (attribute1 "attr52443") ) +(myObject (attribute1 "attr52444") ) +(myObject (attribute1 "attr52445") ) +(myObject (attribute1 "attr52446") ) +(myObject (attribute1 "attr52447") ) +(myObject (attribute1 "attr52448") ) +(myObject (attribute1 "attr52449") ) +(myObject (attribute1 "attr52450") ) +(myObject (attribute1 "attr52451") ) +(myObject (attribute1 "attr52452") ) +(myObject (attribute1 "attr52453") ) +(myObject (attribute1 "attr52454") ) +(myObject (attribute1 "attr52455") ) +(myObject (attribute1 "attr52456") ) +(myObject (attribute1 "attr52457") ) +(myObject (attribute1 "attr52458") ) +(myObject (attribute1 "attr52459") ) +(myObject (attribute1 "attr52460") ) +(myObject (attribute1 "attr52461") ) +(myObject (attribute1 "attr52462") ) +(myObject (attribute1 "attr52463") ) +(myObject (attribute1 "attr52464") ) +(myObject (attribute1 "attr52465") ) +(myObject (attribute1 "attr52466") ) +(myObject (attribute1 "attr52467") ) +(myObject (attribute1 "attr52468") ) +(myObject (attribute1 "attr52469") ) +(myObject (attribute1 "attr52470") ) +(myObject (attribute1 "attr52471") ) +(myObject (attribute1 "attr52472") ) +(myObject (attribute1 "attr52473") ) +(myObject (attribute1 "attr52474") ) +(myObject (attribute1 "attr52475") ) +(myObject (attribute1 "attr52476") ) +(myObject (attribute1 "attr52477") ) +(myObject (attribute1 "attr52478") ) +(myObject (attribute1 "attr52479") ) +(myObject (attribute1 "attr52480") ) +(myObject (attribute1 "attr52481") ) +(myObject (attribute1 "attr52482") ) +(myObject (attribute1 "attr52483") ) +(myObject (attribute1 "attr52484") ) +(myObject (attribute1 "attr52485") ) +(myObject (attribute1 "attr52486") ) +(myObject (attribute1 "attr52487") ) +(myObject (attribute1 "attr52488") ) +(myObject (attribute1 "attr52489") ) +(myObject (attribute1 "attr52490") ) +(myObject (attribute1 "attr52491") ) +(myObject (attribute1 "attr52492") ) +(myObject (attribute1 "attr52493") ) +(myObject (attribute1 "attr52494") ) +(myObject (attribute1 "attr52495") ) +(myObject (attribute1 "attr52496") ) +(myObject (attribute1 "attr52497") ) +(myObject (attribute1 "attr52498") ) +(myObject (attribute1 "attr52499") ) +(myObject (attribute1 "attr52500") ) +(myObject (attribute1 "attr52501") ) +(myObject (attribute1 "attr52502") ) +(myObject (attribute1 "attr52503") ) +(myObject (attribute1 "attr52504") ) +(myObject (attribute1 "attr52505") ) +(myObject (attribute1 "attr52506") ) +(myObject (attribute1 "attr52507") ) +(myObject (attribute1 "attr52508") ) +(myObject (attribute1 "attr52509") ) +(myObject (attribute1 "attr52510") ) +(myObject (attribute1 "attr52511") ) +(myObject (attribute1 "attr52512") ) +(myObject (attribute1 "attr52513") ) +(myObject (attribute1 "attr52514") ) +(myObject (attribute1 "attr52515") ) +(myObject (attribute1 "attr52516") ) +(myObject (attribute1 "attr52517") ) +(myObject (attribute1 "attr52518") ) +(myObject (attribute1 "attr52519") ) +(myObject (attribute1 "attr52520") ) +(myObject (attribute1 "attr52521") ) +(myObject (attribute1 "attr52522") ) +(myObject (attribute1 "attr52523") ) +(myObject (attribute1 "attr52524") ) +(myObject (attribute1 "attr52525") ) +(myObject (attribute1 "attr52526") ) +(myObject (attribute1 "attr52527") ) +(myObject (attribute1 "attr52528") ) +(myObject (attribute1 "attr52529") ) +(myObject (attribute1 "attr52530") ) +(myObject (attribute1 "attr52531") ) +(myObject (attribute1 "attr52532") ) +(myObject (attribute1 "attr52533") ) +(myObject (attribute1 "attr52534") ) +(myObject (attribute1 "attr52535") ) +(myObject (attribute1 "attr52536") ) +(myObject (attribute1 "attr52537") ) +(myObject (attribute1 "attr52538") ) +(myObject (attribute1 "attr52539") ) +(myObject (attribute1 "attr52540") ) +(myObject (attribute1 "attr52541") ) +(myObject (attribute1 "attr52542") ) +(myObject (attribute1 "attr52543") ) +(myObject (attribute1 "attr52544") ) +(myObject (attribute1 "attr52545") ) +(myObject (attribute1 "attr52546") ) +(myObject (attribute1 "attr52547") ) +(myObject (attribute1 "attr52548") ) +(myObject (attribute1 "attr52549") ) +(myObject (attribute1 "attr52550") ) +(myObject (attribute1 "attr52551") ) +(myObject (attribute1 "attr52552") ) +(myObject (attribute1 "attr52553") ) +(myObject (attribute1 "attr52554") ) +(myObject (attribute1 "attr52555") ) +(myObject (attribute1 "attr52556") ) +(myObject (attribute1 "attr52557") ) +(myObject (attribute1 "attr52558") ) +(myObject (attribute1 "attr52559") ) +(myObject (attribute1 "attr52560") ) +(myObject (attribute1 "attr52561") ) +(myObject (attribute1 "attr52562") ) +(myObject (attribute1 "attr52563") ) +(myObject (attribute1 "attr52564") ) +(myObject (attribute1 "attr52565") ) +(myObject (attribute1 "attr52566") ) +(myObject (attribute1 "attr52567") ) +(myObject (attribute1 "attr52568") ) +(myObject (attribute1 "attr52569") ) +(myObject (attribute1 "attr52570") ) +(myObject (attribute1 "attr52571") ) +(myObject (attribute1 "attr52572") ) +(myObject (attribute1 "attr52573") ) +(myObject (attribute1 "attr52574") ) +(myObject (attribute1 "attr52575") ) +(myObject (attribute1 "attr52576") ) +(myObject (attribute1 "attr52577") ) +(myObject (attribute1 "attr52578") ) +(myObject (attribute1 "attr52579") ) +(myObject (attribute1 "attr52580") ) +(myObject (attribute1 "attr52581") ) +(myObject (attribute1 "attr52582") ) +(myObject (attribute1 "attr52583") ) +(myObject (attribute1 "attr52584") ) +(myObject (attribute1 "attr52585") ) +(myObject (attribute1 "attr52586") ) +(myObject (attribute1 "attr52587") ) +(myObject (attribute1 "attr52588") ) +(myObject (attribute1 "attr52589") ) +(myObject (attribute1 "attr52590") ) +(myObject (attribute1 "attr52591") ) +(myObject (attribute1 "attr52592") ) +(myObject (attribute1 "attr52593") ) +(myObject (attribute1 "attr52594") ) +(myObject (attribute1 "attr52595") ) +(myObject (attribute1 "attr52596") ) +(myObject (attribute1 "attr52597") ) +(myObject (attribute1 "attr52598") ) +(myObject (attribute1 "attr52599") ) +(myObject (attribute1 "attr52600") ) +(myObject (attribute1 "attr52601") ) +(myObject (attribute1 "attr52602") ) +(myObject (attribute1 "attr52603") ) +(myObject (attribute1 "attr52604") ) +(myObject (attribute1 "attr52605") ) +(myObject (attribute1 "attr52606") ) +(myObject (attribute1 "attr52607") ) +(myObject (attribute1 "attr52608") ) +(myObject (attribute1 "attr52609") ) +(myObject (attribute1 "attr52610") ) +(myObject (attribute1 "attr52611") ) +(myObject (attribute1 "attr52612") ) +(myObject (attribute1 "attr52613") ) +(myObject (attribute1 "attr52614") ) +(myObject (attribute1 "attr52615") ) +(myObject (attribute1 "attr52616") ) +(myObject (attribute1 "attr52617") ) +(myObject (attribute1 "attr52618") ) +(myObject (attribute1 "attr52619") ) +(myObject (attribute1 "attr52620") ) +(myObject (attribute1 "attr52621") ) +(myObject (attribute1 "attr52622") ) +(myObject (attribute1 "attr52623") ) +(myObject (attribute1 "attr52624") ) +(myObject (attribute1 "attr52625") ) +(myObject (attribute1 "attr52626") ) +(myObject (attribute1 "attr52627") ) +(myObject (attribute1 "attr52628") ) +(myObject (attribute1 "attr52629") ) +(myObject (attribute1 "attr52630") ) +(myObject (attribute1 "attr52631") ) +(myObject (attribute1 "attr52632") ) +(myObject (attribute1 "attr52633") ) +(myObject (attribute1 "attr52634") ) +(myObject (attribute1 "attr52635") ) +(myObject (attribute1 "attr52636") ) +(myObject (attribute1 "attr52637") ) +(myObject (attribute1 "attr52638") ) +(myObject (attribute1 "attr52639") ) +(myObject (attribute1 "attr52640") ) +(myObject (attribute1 "attr52641") ) +(myObject (attribute1 "attr52642") ) +(myObject (attribute1 "attr52643") ) +(myObject (attribute1 "attr52644") ) +(myObject (attribute1 "attr52645") ) +(myObject (attribute1 "attr52646") ) +(myObject (attribute1 "attr52647") ) +(myObject (attribute1 "attr52648") ) +(myObject (attribute1 "attr52649") ) +(myObject (attribute1 "attr52650") ) +(myObject (attribute1 "attr52651") ) +(myObject (attribute1 "attr52652") ) +(myObject (attribute1 "attr52653") ) +(myObject (attribute1 "attr52654") ) +(myObject (attribute1 "attr52655") ) +(myObject (attribute1 "attr52656") ) +(myObject (attribute1 "attr52657") ) +(myObject (attribute1 "attr52658") ) +(myObject (attribute1 "attr52659") ) +(myObject (attribute1 "attr52660") ) +(myObject (attribute1 "attr52661") ) +(myObject (attribute1 "attr52662") ) +(myObject (attribute1 "attr52663") ) +(myObject (attribute1 "attr52664") ) +(myObject (attribute1 "attr52665") ) +(myObject (attribute1 "attr52666") ) +(myObject (attribute1 "attr52667") ) +(myObject (attribute1 "attr52668") ) +(myObject (attribute1 "attr52669") ) +(myObject (attribute1 "attr52670") ) +(myObject (attribute1 "attr52671") ) +(myObject (attribute1 "attr52672") ) +(myObject (attribute1 "attr52673") ) +(myObject (attribute1 "attr52674") ) +(myObject (attribute1 "attr52675") ) +(myObject (attribute1 "attr52676") ) +(myObject (attribute1 "attr52677") ) +(myObject (attribute1 "attr52678") ) +(myObject (attribute1 "attr52679") ) +(myObject (attribute1 "attr52680") ) +(myObject (attribute1 "attr52681") ) +(myObject (attribute1 "attr52682") ) +(myObject (attribute1 "attr52683") ) +(myObject (attribute1 "attr52684") ) +(myObject (attribute1 "attr52685") ) +(myObject (attribute1 "attr52686") ) +(myObject (attribute1 "attr52687") ) +(myObject (attribute1 "attr52688") ) +(myObject (attribute1 "attr52689") ) +(myObject (attribute1 "attr52690") ) +(myObject (attribute1 "attr52691") ) +(myObject (attribute1 "attr52692") ) +(myObject (attribute1 "attr52693") ) +(myObject (attribute1 "attr52694") ) +(myObject (attribute1 "attr52695") ) +(myObject (attribute1 "attr52696") ) +(myObject (attribute1 "attr52697") ) +(myObject (attribute1 "attr52698") ) +(myObject (attribute1 "attr52699") ) +(myObject (attribute1 "attr52700") ) +(myObject (attribute1 "attr52701") ) +(myObject (attribute1 "attr52702") ) +(myObject (attribute1 "attr52703") ) +(myObject (attribute1 "attr52704") ) +(myObject (attribute1 "attr52705") ) +(myObject (attribute1 "attr52706") ) +(myObject (attribute1 "attr52707") ) +(myObject (attribute1 "attr52708") ) +(myObject (attribute1 "attr52709") ) +(myObject (attribute1 "attr52710") ) +(myObject (attribute1 "attr52711") ) +(myObject (attribute1 "attr52712") ) +(myObject (attribute1 "attr52713") ) +(myObject (attribute1 "attr52714") ) +(myObject (attribute1 "attr52715") ) +(myObject (attribute1 "attr52716") ) +(myObject (attribute1 "attr52717") ) +(myObject (attribute1 "attr52718") ) +(myObject (attribute1 "attr52719") ) +(myObject (attribute1 "attr52720") ) +(myObject (attribute1 "attr52721") ) +(myObject (attribute1 "attr52722") ) +(myObject (attribute1 "attr52723") ) +(myObject (attribute1 "attr52724") ) +(myObject (attribute1 "attr52725") ) +(myObject (attribute1 "attr52726") ) +(myObject (attribute1 "attr52727") ) +(myObject (attribute1 "attr52728") ) +(myObject (attribute1 "attr52729") ) +(myObject (attribute1 "attr52730") ) +(myObject (attribute1 "attr52731") ) +(myObject (attribute1 "attr52732") ) +(myObject (attribute1 "attr52733") ) +(myObject (attribute1 "attr52734") ) +(myObject (attribute1 "attr52735") ) +(myObject (attribute1 "attr52736") ) +(myObject (attribute1 "attr52737") ) +(myObject (attribute1 "attr52738") ) +(myObject (attribute1 "attr52739") ) +(myObject (attribute1 "attr52740") ) +(myObject (attribute1 "attr52741") ) +(myObject (attribute1 "attr52742") ) +(myObject (attribute1 "attr52743") ) +(myObject (attribute1 "attr52744") ) +(myObject (attribute1 "attr52745") ) +(myObject (attribute1 "attr52746") ) +(myObject (attribute1 "attr52747") ) +(myObject (attribute1 "attr52748") ) +(myObject (attribute1 "attr52749") ) +(myObject (attribute1 "attr52750") ) +(myObject (attribute1 "attr52751") ) +(myObject (attribute1 "attr52752") ) +(myObject (attribute1 "attr52753") ) +(myObject (attribute1 "attr52754") ) +(myObject (attribute1 "attr52755") ) +(myObject (attribute1 "attr52756") ) +(myObject (attribute1 "attr52757") ) +(myObject (attribute1 "attr52758") ) +(myObject (attribute1 "attr52759") ) +(myObject (attribute1 "attr52760") ) +(myObject (attribute1 "attr52761") ) +(myObject (attribute1 "attr52762") ) +(myObject (attribute1 "attr52763") ) +(myObject (attribute1 "attr52764") ) +(myObject (attribute1 "attr52765") ) +(myObject (attribute1 "attr52766") ) +(myObject (attribute1 "attr52767") ) +(myObject (attribute1 "attr52768") ) +(myObject (attribute1 "attr52769") ) +(myObject (attribute1 "attr52770") ) +(myObject (attribute1 "attr52771") ) +(myObject (attribute1 "attr52772") ) +(myObject (attribute1 "attr52773") ) +(myObject (attribute1 "attr52774") ) +(myObject (attribute1 "attr52775") ) +(myObject (attribute1 "attr52776") ) +(myObject (attribute1 "attr52777") ) +(myObject (attribute1 "attr52778") ) +(myObject (attribute1 "attr52779") ) +(myObject (attribute1 "attr52780") ) +(myObject (attribute1 "attr52781") ) +(myObject (attribute1 "attr52782") ) +(myObject (attribute1 "attr52783") ) +(myObject (attribute1 "attr52784") ) +(myObject (attribute1 "attr52785") ) +(myObject (attribute1 "attr52786") ) +(myObject (attribute1 "attr52787") ) +(myObject (attribute1 "attr52788") ) +(myObject (attribute1 "attr52789") ) +(myObject (attribute1 "attr52790") ) +(myObject (attribute1 "attr52791") ) +(myObject (attribute1 "attr52792") ) +(myObject (attribute1 "attr52793") ) +(myObject (attribute1 "attr52794") ) +(myObject (attribute1 "attr52795") ) +(myObject (attribute1 "attr52796") ) +(myObject (attribute1 "attr52797") ) +(myObject (attribute1 "attr52798") ) +(myObject (attribute1 "attr52799") ) +(myObject (attribute1 "attr52800") ) +(myObject (attribute1 "attr52801") ) +(myObject (attribute1 "attr52802") ) +(myObject (attribute1 "attr52803") ) +(myObject (attribute1 "attr52804") ) +(myObject (attribute1 "attr52805") ) +(myObject (attribute1 "attr52806") ) +(myObject (attribute1 "attr52807") ) +(myObject (attribute1 "attr52808") ) +(myObject (attribute1 "attr52809") ) +(myObject (attribute1 "attr52810") ) +(myObject (attribute1 "attr52811") ) +(myObject (attribute1 "attr52812") ) +(myObject (attribute1 "attr52813") ) +(myObject (attribute1 "attr52814") ) +(myObject (attribute1 "attr52815") ) +(myObject (attribute1 "attr52816") ) +(myObject (attribute1 "attr52817") ) +(myObject (attribute1 "attr52818") ) +(myObject (attribute1 "attr52819") ) +(myObject (attribute1 "attr52820") ) +(myObject (attribute1 "attr52821") ) +(myObject (attribute1 "attr52822") ) +(myObject (attribute1 "attr52823") ) +(myObject (attribute1 "attr52824") ) +(myObject (attribute1 "attr52825") ) +(myObject (attribute1 "attr52826") ) +(myObject (attribute1 "attr52827") ) +(myObject (attribute1 "attr52828") ) +(myObject (attribute1 "attr52829") ) +(myObject (attribute1 "attr52830") ) +(myObject (attribute1 "attr52831") ) +(myObject (attribute1 "attr52832") ) +(myObject (attribute1 "attr52833") ) +(myObject (attribute1 "attr52834") ) +(myObject (attribute1 "attr52835") ) +(myObject (attribute1 "attr52836") ) +(myObject (attribute1 "attr52837") ) +(myObject (attribute1 "attr52838") ) +(myObject (attribute1 "attr52839") ) +(myObject (attribute1 "attr52840") ) +(myObject (attribute1 "attr52841") ) +(myObject (attribute1 "attr52842") ) +(myObject (attribute1 "attr52843") ) +(myObject (attribute1 "attr52844") ) +(myObject (attribute1 "attr52845") ) +(myObject (attribute1 "attr52846") ) +(myObject (attribute1 "attr52847") ) +(myObject (attribute1 "attr52848") ) +(myObject (attribute1 "attr52849") ) +(myObject (attribute1 "attr52850") ) +(myObject (attribute1 "attr52851") ) +(myObject (attribute1 "attr52852") ) +(myObject (attribute1 "attr52853") ) +(myObject (attribute1 "attr52854") ) +(myObject (attribute1 "attr52855") ) +(myObject (attribute1 "attr52856") ) +(myObject (attribute1 "attr52857") ) +(myObject (attribute1 "attr52858") ) +(myObject (attribute1 "attr52859") ) +(myObject (attribute1 "attr52860") ) +(myObject (attribute1 "attr52861") ) +(myObject (attribute1 "attr52862") ) +(myObject (attribute1 "attr52863") ) +(myObject (attribute1 "attr52864") ) +(myObject (attribute1 "attr52865") ) +(myObject (attribute1 "attr52866") ) +(myObject (attribute1 "attr52867") ) +(myObject (attribute1 "attr52868") ) +(myObject (attribute1 "attr52869") ) +(myObject (attribute1 "attr52870") ) +(myObject (attribute1 "attr52871") ) +(myObject (attribute1 "attr52872") ) +(myObject (attribute1 "attr52873") ) +(myObject (attribute1 "attr52874") ) +(myObject (attribute1 "attr52875") ) +(myObject (attribute1 "attr52876") ) +(myObject (attribute1 "attr52877") ) +(myObject (attribute1 "attr52878") ) +(myObject (attribute1 "attr52879") ) +(myObject (attribute1 "attr52880") ) +(myObject (attribute1 "attr52881") ) +(myObject (attribute1 "attr52882") ) +(myObject (attribute1 "attr52883") ) +(myObject (attribute1 "attr52884") ) +(myObject (attribute1 "attr52885") ) +(myObject (attribute1 "attr52886") ) +(myObject (attribute1 "attr52887") ) +(myObject (attribute1 "attr52888") ) +(myObject (attribute1 "attr52889") ) +(myObject (attribute1 "attr52890") ) +(myObject (attribute1 "attr52891") ) +(myObject (attribute1 "attr52892") ) +(myObject (attribute1 "attr52893") ) +(myObject (attribute1 "attr52894") ) +(myObject (attribute1 "attr52895") ) +(myObject (attribute1 "attr52896") ) +(myObject (attribute1 "attr52897") ) +(myObject (attribute1 "attr52898") ) +(myObject (attribute1 "attr52899") ) +(myObject (attribute1 "attr52900") ) +(myObject (attribute1 "attr52901") ) +(myObject (attribute1 "attr52902") ) +(myObject (attribute1 "attr52903") ) +(myObject (attribute1 "attr52904") ) +(myObject (attribute1 "attr52905") ) +(myObject (attribute1 "attr52906") ) +(myObject (attribute1 "attr52907") ) +(myObject (attribute1 "attr52908") ) +(myObject (attribute1 "attr52909") ) +(myObject (attribute1 "attr52910") ) +(myObject (attribute1 "attr52911") ) +(myObject (attribute1 "attr52912") ) +(myObject (attribute1 "attr52913") ) +(myObject (attribute1 "attr52914") ) +(myObject (attribute1 "attr52915") ) +(myObject (attribute1 "attr52916") ) +(myObject (attribute1 "attr52917") ) +(myObject (attribute1 "attr52918") ) +(myObject (attribute1 "attr52919") ) +(myObject (attribute1 "attr52920") ) +(myObject (attribute1 "attr52921") ) +(myObject (attribute1 "attr52922") ) +(myObject (attribute1 "attr52923") ) +(myObject (attribute1 "attr52924") ) +(myObject (attribute1 "attr52925") ) +(myObject (attribute1 "attr52926") ) +(myObject (attribute1 "attr52927") ) +(myObject (attribute1 "attr52928") ) +(myObject (attribute1 "attr52929") ) +(myObject (attribute1 "attr52930") ) +(myObject (attribute1 "attr52931") ) +(myObject (attribute1 "attr52932") ) +(myObject (attribute1 "attr52933") ) +(myObject (attribute1 "attr52934") ) +(myObject (attribute1 "attr52935") ) +(myObject (attribute1 "attr52936") ) +(myObject (attribute1 "attr52937") ) +(myObject (attribute1 "attr52938") ) +(myObject (attribute1 "attr52939") ) +(myObject (attribute1 "attr52940") ) +(myObject (attribute1 "attr52941") ) +(myObject (attribute1 "attr52942") ) +(myObject (attribute1 "attr52943") ) +(myObject (attribute1 "attr52944") ) +(myObject (attribute1 "attr52945") ) +(myObject (attribute1 "attr52946") ) +(myObject (attribute1 "attr52947") ) +(myObject (attribute1 "attr52948") ) +(myObject (attribute1 "attr52949") ) +(myObject (attribute1 "attr52950") ) +(myObject (attribute1 "attr52951") ) +(myObject (attribute1 "attr52952") ) +(myObject (attribute1 "attr52953") ) +(myObject (attribute1 "attr52954") ) +(myObject (attribute1 "attr52955") ) +(myObject (attribute1 "attr52956") ) +(myObject (attribute1 "attr52957") ) +(myObject (attribute1 "attr52958") ) +(myObject (attribute1 "attr52959") ) +(myObject (attribute1 "attr52960") ) +(myObject (attribute1 "attr52961") ) +(myObject (attribute1 "attr52962") ) +(myObject (attribute1 "attr52963") ) +(myObject (attribute1 "attr52964") ) +(myObject (attribute1 "attr52965") ) +(myObject (attribute1 "attr52966") ) +(myObject (attribute1 "attr52967") ) +(myObject (attribute1 "attr52968") ) +(myObject (attribute1 "attr52969") ) +(myObject (attribute1 "attr52970") ) +(myObject (attribute1 "attr52971") ) +(myObject (attribute1 "attr52972") ) +(myObject (attribute1 "attr52973") ) +(myObject (attribute1 "attr52974") ) +(myObject (attribute1 "attr52975") ) +(myObject (attribute1 "attr52976") ) +(myObject (attribute1 "attr52977") ) +(myObject (attribute1 "attr52978") ) +(myObject (attribute1 "attr52979") ) +(myObject (attribute1 "attr52980") ) +(myObject (attribute1 "attr52981") ) +(myObject (attribute1 "attr52982") ) +(myObject (attribute1 "attr52983") ) +(myObject (attribute1 "attr52984") ) +(myObject (attribute1 "attr52985") ) +(myObject (attribute1 "attr52986") ) +(myObject (attribute1 "attr52987") ) +(myObject (attribute1 "attr52988") ) +(myObject (attribute1 "attr52989") ) +(myObject (attribute1 "attr52990") ) +(myObject (attribute1 "attr52991") ) +(myObject (attribute1 "attr52992") ) +(myObject (attribute1 "attr52993") ) +(myObject (attribute1 "attr52994") ) +(myObject (attribute1 "attr52995") ) +(myObject (attribute1 "attr52996") ) +(myObject (attribute1 "attr52997") ) +(myObject (attribute1 "attr52998") ) +(myObject (attribute1 "attr52999") ) +(myObject (attribute1 "attr53000") ) +(myObject (attribute1 "attr53001") ) +(myObject (attribute1 "attr53002") ) +(myObject (attribute1 "attr53003") ) +(myObject (attribute1 "attr53004") ) +(myObject (attribute1 "attr53005") ) +(myObject (attribute1 "attr53006") ) +(myObject (attribute1 "attr53007") ) +(myObject (attribute1 "attr53008") ) +(myObject (attribute1 "attr53009") ) +(myObject (attribute1 "attr53010") ) +(myObject (attribute1 "attr53011") ) +(myObject (attribute1 "attr53012") ) +(myObject (attribute1 "attr53013") ) +(myObject (attribute1 "attr53014") ) +(myObject (attribute1 "attr53015") ) +(myObject (attribute1 "attr53016") ) +(myObject (attribute1 "attr53017") ) +(myObject (attribute1 "attr53018") ) +(myObject (attribute1 "attr53019") ) +(myObject (attribute1 "attr53020") ) +(myObject (attribute1 "attr53021") ) +(myObject (attribute1 "attr53022") ) +(myObject (attribute1 "attr53023") ) +(myObject (attribute1 "attr53024") ) +(myObject (attribute1 "attr53025") ) +(myObject (attribute1 "attr53026") ) +(myObject (attribute1 "attr53027") ) +(myObject (attribute1 "attr53028") ) +(myObject (attribute1 "attr53029") ) +(myObject (attribute1 "attr53030") ) +(myObject (attribute1 "attr53031") ) +(myObject (attribute1 "attr53032") ) +(myObject (attribute1 "attr53033") ) +(myObject (attribute1 "attr53034") ) +(myObject (attribute1 "attr53035") ) +(myObject (attribute1 "attr53036") ) +(myObject (attribute1 "attr53037") ) +(myObject (attribute1 "attr53038") ) +(myObject (attribute1 "attr53039") ) +(myObject (attribute1 "attr53040") ) +(myObject (attribute1 "attr53041") ) +(myObject (attribute1 "attr53042") ) +(myObject (attribute1 "attr53043") ) +(myObject (attribute1 "attr53044") ) +(myObject (attribute1 "attr53045") ) +(myObject (attribute1 "attr53046") ) +(myObject (attribute1 "attr53047") ) +(myObject (attribute1 "attr53048") ) +(myObject (attribute1 "attr53049") ) +(myObject (attribute1 "attr53050") ) +(myObject (attribute1 "attr53051") ) +(myObject (attribute1 "attr53052") ) +(myObject (attribute1 "attr53053") ) +(myObject (attribute1 "attr53054") ) +(myObject (attribute1 "attr53055") ) +(myObject (attribute1 "attr53056") ) +(myObject (attribute1 "attr53057") ) +(myObject (attribute1 "attr53058") ) +(myObject (attribute1 "attr53059") ) +(myObject (attribute1 "attr53060") ) +(myObject (attribute1 "attr53061") ) +(myObject (attribute1 "attr53062") ) +(myObject (attribute1 "attr53063") ) +(myObject (attribute1 "attr53064") ) +(myObject (attribute1 "attr53065") ) +(myObject (attribute1 "attr53066") ) +(myObject (attribute1 "attr53067") ) +(myObject (attribute1 "attr53068") ) +(myObject (attribute1 "attr53069") ) +(myObject (attribute1 "attr53070") ) +(myObject (attribute1 "attr53071") ) +(myObject (attribute1 "attr53072") ) +(myObject (attribute1 "attr53073") ) +(myObject (attribute1 "attr53074") ) +(myObject (attribute1 "attr53075") ) +(myObject (attribute1 "attr53076") ) +(myObject (attribute1 "attr53077") ) +(myObject (attribute1 "attr53078") ) +(myObject (attribute1 "attr53079") ) +(myObject (attribute1 "attr53080") ) +(myObject (attribute1 "attr53081") ) +(myObject (attribute1 "attr53082") ) +(myObject (attribute1 "attr53083") ) +(myObject (attribute1 "attr53084") ) +(myObject (attribute1 "attr53085") ) +(myObject (attribute1 "attr53086") ) +(myObject (attribute1 "attr53087") ) +(myObject (attribute1 "attr53088") ) +(myObject (attribute1 "attr53089") ) +(myObject (attribute1 "attr53090") ) +(myObject (attribute1 "attr53091") ) +(myObject (attribute1 "attr53092") ) +(myObject (attribute1 "attr53093") ) +(myObject (attribute1 "attr53094") ) +(myObject (attribute1 "attr53095") ) +(myObject (attribute1 "attr53096") ) +(myObject (attribute1 "attr53097") ) +(myObject (attribute1 "attr53098") ) +(myObject (attribute1 "attr53099") ) +(myObject (attribute1 "attr53100") ) +(myObject (attribute1 "attr53101") ) +(myObject (attribute1 "attr53102") ) +(myObject (attribute1 "attr53103") ) +(myObject (attribute1 "attr53104") ) +(myObject (attribute1 "attr53105") ) +(myObject (attribute1 "attr53106") ) +(myObject (attribute1 "attr53107") ) +(myObject (attribute1 "attr53108") ) +(myObject (attribute1 "attr53109") ) +(myObject (attribute1 "attr53110") ) +(myObject (attribute1 "attr53111") ) +(myObject (attribute1 "attr53112") ) +(myObject (attribute1 "attr53113") ) +(myObject (attribute1 "attr53114") ) +(myObject (attribute1 "attr53115") ) +(myObject (attribute1 "attr53116") ) +(myObject (attribute1 "attr53117") ) +(myObject (attribute1 "attr53118") ) +(myObject (attribute1 "attr53119") ) +(myObject (attribute1 "attr53120") ) +(myObject (attribute1 "attr53121") ) +(myObject (attribute1 "attr53122") ) +(myObject (attribute1 "attr53123") ) +(myObject (attribute1 "attr53124") ) +(myObject (attribute1 "attr53125") ) +(myObject (attribute1 "attr53126") ) +(myObject (attribute1 "attr53127") ) +(myObject (attribute1 "attr53128") ) +(myObject (attribute1 "attr53129") ) +(myObject (attribute1 "attr53130") ) +(myObject (attribute1 "attr53131") ) +(myObject (attribute1 "attr53132") ) +(myObject (attribute1 "attr53133") ) +(myObject (attribute1 "attr53134") ) +(myObject (attribute1 "attr53135") ) +(myObject (attribute1 "attr53136") ) +(myObject (attribute1 "attr53137") ) +(myObject (attribute1 "attr53138") ) +(myObject (attribute1 "attr53139") ) +(myObject (attribute1 "attr53140") ) +(myObject (attribute1 "attr53141") ) +(myObject (attribute1 "attr53142") ) +(myObject (attribute1 "attr53143") ) +(myObject (attribute1 "attr53144") ) +(myObject (attribute1 "attr53145") ) +(myObject (attribute1 "attr53146") ) +(myObject (attribute1 "attr53147") ) +(myObject (attribute1 "attr53148") ) +(myObject (attribute1 "attr53149") ) +(myObject (attribute1 "attr53150") ) +(myObject (attribute1 "attr53151") ) +(myObject (attribute1 "attr53152") ) +(myObject (attribute1 "attr53153") ) +(myObject (attribute1 "attr53154") ) +(myObject (attribute1 "attr53155") ) +(myObject (attribute1 "attr53156") ) +(myObject (attribute1 "attr53157") ) +(myObject (attribute1 "attr53158") ) +(myObject (attribute1 "attr53159") ) +(myObject (attribute1 "attr53160") ) +(myObject (attribute1 "attr53161") ) +(myObject (attribute1 "attr53162") ) +(myObject (attribute1 "attr53163") ) +(myObject (attribute1 "attr53164") ) +(myObject (attribute1 "attr53165") ) +(myObject (attribute1 "attr53166") ) +(myObject (attribute1 "attr53167") ) +(myObject (attribute1 "attr53168") ) +(myObject (attribute1 "attr53169") ) +(myObject (attribute1 "attr53170") ) +(myObject (attribute1 "attr53171") ) +(myObject (attribute1 "attr53172") ) +(myObject (attribute1 "attr53173") ) +(myObject (attribute1 "attr53174") ) +(myObject (attribute1 "attr53175") ) +(myObject (attribute1 "attr53176") ) +(myObject (attribute1 "attr53177") ) +(myObject (attribute1 "attr53178") ) +(myObject (attribute1 "attr53179") ) +(myObject (attribute1 "attr53180") ) +(myObject (attribute1 "attr53181") ) +(myObject (attribute1 "attr53182") ) +(myObject (attribute1 "attr53183") ) +(myObject (attribute1 "attr53184") ) +(myObject (attribute1 "attr53185") ) +(myObject (attribute1 "attr53186") ) +(myObject (attribute1 "attr53187") ) +(myObject (attribute1 "attr53188") ) +(myObject (attribute1 "attr53189") ) +(myObject (attribute1 "attr53190") ) +(myObject (attribute1 "attr53191") ) +(myObject (attribute1 "attr53192") ) +(myObject (attribute1 "attr53193") ) +(myObject (attribute1 "attr53194") ) +(myObject (attribute1 "attr53195") ) +(myObject (attribute1 "attr53196") ) +(myObject (attribute1 "attr53197") ) +(myObject (attribute1 "attr53198") ) +(myObject (attribute1 "attr53199") ) +(myObject (attribute1 "attr53200") ) +(myObject (attribute1 "attr53201") ) +(myObject (attribute1 "attr53202") ) +(myObject (attribute1 "attr53203") ) +(myObject (attribute1 "attr53204") ) +(myObject (attribute1 "attr53205") ) +(myObject (attribute1 "attr53206") ) +(myObject (attribute1 "attr53207") ) +(myObject (attribute1 "attr53208") ) +(myObject (attribute1 "attr53209") ) +(myObject (attribute1 "attr53210") ) +(myObject (attribute1 "attr53211") ) +(myObject (attribute1 "attr53212") ) +(myObject (attribute1 "attr53213") ) +(myObject (attribute1 "attr53214") ) +(myObject (attribute1 "attr53215") ) +(myObject (attribute1 "attr53216") ) +(myObject (attribute1 "attr53217") ) +(myObject (attribute1 "attr53218") ) +(myObject (attribute1 "attr53219") ) +(myObject (attribute1 "attr53220") ) +(myObject (attribute1 "attr53221") ) +(myObject (attribute1 "attr53222") ) +(myObject (attribute1 "attr53223") ) +(myObject (attribute1 "attr53224") ) +(myObject (attribute1 "attr53225") ) +(myObject (attribute1 "attr53226") ) +(myObject (attribute1 "attr53227") ) +(myObject (attribute1 "attr53228") ) +(myObject (attribute1 "attr53229") ) +(myObject (attribute1 "attr53230") ) +(myObject (attribute1 "attr53231") ) +(myObject (attribute1 "attr53232") ) +(myObject (attribute1 "attr53233") ) +(myObject (attribute1 "attr53234") ) +(myObject (attribute1 "attr53235") ) +(myObject (attribute1 "attr53236") ) +(myObject (attribute1 "attr53237") ) +(myObject (attribute1 "attr53238") ) +(myObject (attribute1 "attr53239") ) +(myObject (attribute1 "attr53240") ) +(myObject (attribute1 "attr53241") ) +(myObject (attribute1 "attr53242") ) +(myObject (attribute1 "attr53243") ) +(myObject (attribute1 "attr53244") ) +(myObject (attribute1 "attr53245") ) +(myObject (attribute1 "attr53246") ) +(myObject (attribute1 "attr53247") ) +(myObject (attribute1 "attr53248") ) +(myObject (attribute1 "attr53249") ) +(myObject (attribute1 "attr53250") ) +(myObject (attribute1 "attr53251") ) +(myObject (attribute1 "attr53252") ) +(myObject (attribute1 "attr53253") ) +(myObject (attribute1 "attr53254") ) +(myObject (attribute1 "attr53255") ) +(myObject (attribute1 "attr53256") ) +(myObject (attribute1 "attr53257") ) +(myObject (attribute1 "attr53258") ) +(myObject (attribute1 "attr53259") ) +(myObject (attribute1 "attr53260") ) +(myObject (attribute1 "attr53261") ) +(myObject (attribute1 "attr53262") ) +(myObject (attribute1 "attr53263") ) +(myObject (attribute1 "attr53264") ) +(myObject (attribute1 "attr53265") ) +(myObject (attribute1 "attr53266") ) +(myObject (attribute1 "attr53267") ) +(myObject (attribute1 "attr53268") ) +(myObject (attribute1 "attr53269") ) +(myObject (attribute1 "attr53270") ) +(myObject (attribute1 "attr53271") ) +(myObject (attribute1 "attr53272") ) +(myObject (attribute1 "attr53273") ) +(myObject (attribute1 "attr53274") ) +(myObject (attribute1 "attr53275") ) +(myObject (attribute1 "attr53276") ) +(myObject (attribute1 "attr53277") ) +(myObject (attribute1 "attr53278") ) +(myObject (attribute1 "attr53279") ) +(myObject (attribute1 "attr53280") ) +(myObject (attribute1 "attr53281") ) +(myObject (attribute1 "attr53282") ) +(myObject (attribute1 "attr53283") ) +(myObject (attribute1 "attr53284") ) +(myObject (attribute1 "attr53285") ) +(myObject (attribute1 "attr53286") ) +(myObject (attribute1 "attr53287") ) +(myObject (attribute1 "attr53288") ) +(myObject (attribute1 "attr53289") ) +(myObject (attribute1 "attr53290") ) +(myObject (attribute1 "attr53291") ) +(myObject (attribute1 "attr53292") ) +(myObject (attribute1 "attr53293") ) +(myObject (attribute1 "attr53294") ) +(myObject (attribute1 "attr53295") ) +(myObject (attribute1 "attr53296") ) +(myObject (attribute1 "attr53297") ) +(myObject (attribute1 "attr53298") ) +(myObject (attribute1 "attr53299") ) +(myObject (attribute1 "attr53300") ) +(myObject (attribute1 "attr53301") ) +(myObject (attribute1 "attr53302") ) +(myObject (attribute1 "attr53303") ) +(myObject (attribute1 "attr53304") ) +(myObject (attribute1 "attr53305") ) +(myObject (attribute1 "attr53306") ) +(myObject (attribute1 "attr53307") ) +(myObject (attribute1 "attr53308") ) +(myObject (attribute1 "attr53309") ) +(myObject (attribute1 "attr53310") ) +(myObject (attribute1 "attr53311") ) +(myObject (attribute1 "attr53312") ) +(myObject (attribute1 "attr53313") ) +(myObject (attribute1 "attr53314") ) +(myObject (attribute1 "attr53315") ) +(myObject (attribute1 "attr53316") ) +(myObject (attribute1 "attr53317") ) +(myObject (attribute1 "attr53318") ) +(myObject (attribute1 "attr53319") ) +(myObject (attribute1 "attr53320") ) +(myObject (attribute1 "attr53321") ) +(myObject (attribute1 "attr53322") ) +(myObject (attribute1 "attr53323") ) +(myObject (attribute1 "attr53324") ) +(myObject (attribute1 "attr53325") ) +(myObject (attribute1 "attr53326") ) +(myObject (attribute1 "attr53327") ) +(myObject (attribute1 "attr53328") ) +(myObject (attribute1 "attr53329") ) +(myObject (attribute1 "attr53330") ) +(myObject (attribute1 "attr53331") ) +(myObject (attribute1 "attr53332") ) +(myObject (attribute1 "attr53333") ) +(myObject (attribute1 "attr53334") ) +(myObject (attribute1 "attr53335") ) +(myObject (attribute1 "attr53336") ) +(myObject (attribute1 "attr53337") ) +(myObject (attribute1 "attr53338") ) +(myObject (attribute1 "attr53339") ) +(myObject (attribute1 "attr53340") ) +(myObject (attribute1 "attr53341") ) +(myObject (attribute1 "attr53342") ) +(myObject (attribute1 "attr53343") ) +(myObject (attribute1 "attr53344") ) +(myObject (attribute1 "attr53345") ) +(myObject (attribute1 "attr53346") ) +(myObject (attribute1 "attr53347") ) +(myObject (attribute1 "attr53348") ) +(myObject (attribute1 "attr53349") ) +(myObject (attribute1 "attr53350") ) +(myObject (attribute1 "attr53351") ) +(myObject (attribute1 "attr53352") ) +(myObject (attribute1 "attr53353") ) +(myObject (attribute1 "attr53354") ) +(myObject (attribute1 "attr53355") ) +(myObject (attribute1 "attr53356") ) +(myObject (attribute1 "attr53357") ) +(myObject (attribute1 "attr53358") ) +(myObject (attribute1 "attr53359") ) +(myObject (attribute1 "attr53360") ) +(myObject (attribute1 "attr53361") ) +(myObject (attribute1 "attr53362") ) +(myObject (attribute1 "attr53363") ) +(myObject (attribute1 "attr53364") ) +(myObject (attribute1 "attr53365") ) +(myObject (attribute1 "attr53366") ) +(myObject (attribute1 "attr53367") ) +(myObject (attribute1 "attr53368") ) +(myObject (attribute1 "attr53369") ) +(myObject (attribute1 "attr53370") ) +(myObject (attribute1 "attr53371") ) +(myObject (attribute1 "attr53372") ) +(myObject (attribute1 "attr53373") ) +(myObject (attribute1 "attr53374") ) +(myObject (attribute1 "attr53375") ) +(myObject (attribute1 "attr53376") ) +(myObject (attribute1 "attr53377") ) +(myObject (attribute1 "attr53378") ) +(myObject (attribute1 "attr53379") ) +(myObject (attribute1 "attr53380") ) +(myObject (attribute1 "attr53381") ) +(myObject (attribute1 "attr53382") ) +(myObject (attribute1 "attr53383") ) +(myObject (attribute1 "attr53384") ) +(myObject (attribute1 "attr53385") ) +(myObject (attribute1 "attr53386") ) +(myObject (attribute1 "attr53387") ) +(myObject (attribute1 "attr53388") ) +(myObject (attribute1 "attr53389") ) +(myObject (attribute1 "attr53390") ) +(myObject (attribute1 "attr53391") ) +(myObject (attribute1 "attr53392") ) +(myObject (attribute1 "attr53393") ) +(myObject (attribute1 "attr53394") ) +(myObject (attribute1 "attr53395") ) +(myObject (attribute1 "attr53396") ) +(myObject (attribute1 "attr53397") ) +(myObject (attribute1 "attr53398") ) +(myObject (attribute1 "attr53399") ) +(myObject (attribute1 "attr53400") ) +(myObject (attribute1 "attr53401") ) +(myObject (attribute1 "attr53402") ) +(myObject (attribute1 "attr53403") ) +(myObject (attribute1 "attr53404") ) +(myObject (attribute1 "attr53405") ) +(myObject (attribute1 "attr53406") ) +(myObject (attribute1 "attr53407") ) +(myObject (attribute1 "attr53408") ) +(myObject (attribute1 "attr53409") ) +(myObject (attribute1 "attr53410") ) +(myObject (attribute1 "attr53411") ) +(myObject (attribute1 "attr53412") ) +(myObject (attribute1 "attr53413") ) +(myObject (attribute1 "attr53414") ) +(myObject (attribute1 "attr53415") ) +(myObject (attribute1 "attr53416") ) +(myObject (attribute1 "attr53417") ) +(myObject (attribute1 "attr53418") ) +(myObject (attribute1 "attr53419") ) +(myObject (attribute1 "attr53420") ) +(myObject (attribute1 "attr53421") ) +(myObject (attribute1 "attr53422") ) +(myObject (attribute1 "attr53423") ) +(myObject (attribute1 "attr53424") ) +(myObject (attribute1 "attr53425") ) +(myObject (attribute1 "attr53426") ) +(myObject (attribute1 "attr53427") ) +(myObject (attribute1 "attr53428") ) +(myObject (attribute1 "attr53429") ) +(myObject (attribute1 "attr53430") ) +(myObject (attribute1 "attr53431") ) +(myObject (attribute1 "attr53432") ) +(myObject (attribute1 "attr53433") ) +(myObject (attribute1 "attr53434") ) +(myObject (attribute1 "attr53435") ) +(myObject (attribute1 "attr53436") ) +(myObject (attribute1 "attr53437") ) +(myObject (attribute1 "attr53438") ) +(myObject (attribute1 "attr53439") ) +(myObject (attribute1 "attr53440") ) +(myObject (attribute1 "attr53441") ) +(myObject (attribute1 "attr53442") ) +(myObject (attribute1 "attr53443") ) +(myObject (attribute1 "attr53444") ) +(myObject (attribute1 "attr53445") ) +(myObject (attribute1 "attr53446") ) +(myObject (attribute1 "attr53447") ) +(myObject (attribute1 "attr53448") ) +(myObject (attribute1 "attr53449") ) +(myObject (attribute1 "attr53450") ) +(myObject (attribute1 "attr53451") ) +(myObject (attribute1 "attr53452") ) +(myObject (attribute1 "attr53453") ) +(myObject (attribute1 "attr53454") ) +(myObject (attribute1 "attr53455") ) +(myObject (attribute1 "attr53456") ) +(myObject (attribute1 "attr53457") ) +(myObject (attribute1 "attr53458") ) +(myObject (attribute1 "attr53459") ) +(myObject (attribute1 "attr53460") ) +(myObject (attribute1 "attr53461") ) +(myObject (attribute1 "attr53462") ) +(myObject (attribute1 "attr53463") ) +(myObject (attribute1 "attr53464") ) +(myObject (attribute1 "attr53465") ) +(myObject (attribute1 "attr53466") ) +(myObject (attribute1 "attr53467") ) +(myObject (attribute1 "attr53468") ) +(myObject (attribute1 "attr53469") ) +(myObject (attribute1 "attr53470") ) +(myObject (attribute1 "attr53471") ) +(myObject (attribute1 "attr53472") ) +(myObject (attribute1 "attr53473") ) +(myObject (attribute1 "attr53474") ) +(myObject (attribute1 "attr53475") ) +(myObject (attribute1 "attr53476") ) +(myObject (attribute1 "attr53477") ) +(myObject (attribute1 "attr53478") ) +(myObject (attribute1 "attr53479") ) +(myObject (attribute1 "attr53480") ) +(myObject (attribute1 "attr53481") ) +(myObject (attribute1 "attr53482") ) +(myObject (attribute1 "attr53483") ) +(myObject (attribute1 "attr53484") ) +(myObject (attribute1 "attr53485") ) +(myObject (attribute1 "attr53486") ) +(myObject (attribute1 "attr53487") ) +(myObject (attribute1 "attr53488") ) +(myObject (attribute1 "attr53489") ) +(myObject (attribute1 "attr53490") ) +(myObject (attribute1 "attr53491") ) +(myObject (attribute1 "attr53492") ) +(myObject (attribute1 "attr53493") ) +(myObject (attribute1 "attr53494") ) +(myObject (attribute1 "attr53495") ) +(myObject (attribute1 "attr53496") ) +(myObject (attribute1 "attr53497") ) +(myObject (attribute1 "attr53498") ) +(myObject (attribute1 "attr53499") ) +(myObject (attribute1 "attr53500") ) +(myObject (attribute1 "attr53501") ) +(myObject (attribute1 "attr53502") ) +(myObject (attribute1 "attr53503") ) +(myObject (attribute1 "attr53504") ) +(myObject (attribute1 "attr53505") ) +(myObject (attribute1 "attr53506") ) +(myObject (attribute1 "attr53507") ) +(myObject (attribute1 "attr53508") ) +(myObject (attribute1 "attr53509") ) +(myObject (attribute1 "attr53510") ) +(myObject (attribute1 "attr53511") ) +(myObject (attribute1 "attr53512") ) +(myObject (attribute1 "attr53513") ) +(myObject (attribute1 "attr53514") ) +(myObject (attribute1 "attr53515") ) +(myObject (attribute1 "attr53516") ) +(myObject (attribute1 "attr53517") ) +(myObject (attribute1 "attr53518") ) +(myObject (attribute1 "attr53519") ) +(myObject (attribute1 "attr53520") ) +(myObject (attribute1 "attr53521") ) +(myObject (attribute1 "attr53522") ) +(myObject (attribute1 "attr53523") ) +(myObject (attribute1 "attr53524") ) +(myObject (attribute1 "attr53525") ) +(myObject (attribute1 "attr53526") ) +(myObject (attribute1 "attr53527") ) +(myObject (attribute1 "attr53528") ) +(myObject (attribute1 "attr53529") ) +(myObject (attribute1 "attr53530") ) +(myObject (attribute1 "attr53531") ) +(myObject (attribute1 "attr53532") ) +(myObject (attribute1 "attr53533") ) +(myObject (attribute1 "attr53534") ) +(myObject (attribute1 "attr53535") ) +(myObject (attribute1 "attr53536") ) +(myObject (attribute1 "attr53537") ) +(myObject (attribute1 "attr53538") ) +(myObject (attribute1 "attr53539") ) +(myObject (attribute1 "attr53540") ) +(myObject (attribute1 "attr53541") ) +(myObject (attribute1 "attr53542") ) +(myObject (attribute1 "attr53543") ) +(myObject (attribute1 "attr53544") ) +(myObject (attribute1 "attr53545") ) +(myObject (attribute1 "attr53546") ) +(myObject (attribute1 "attr53547") ) +(myObject (attribute1 "attr53548") ) +(myObject (attribute1 "attr53549") ) +(myObject (attribute1 "attr53550") ) +(myObject (attribute1 "attr53551") ) +(myObject (attribute1 "attr53552") ) +(myObject (attribute1 "attr53553") ) +(myObject (attribute1 "attr53554") ) +(myObject (attribute1 "attr53555") ) +(myObject (attribute1 "attr53556") ) +(myObject (attribute1 "attr53557") ) +(myObject (attribute1 "attr53558") ) +(myObject (attribute1 "attr53559") ) +(myObject (attribute1 "attr53560") ) +(myObject (attribute1 "attr53561") ) +(myObject (attribute1 "attr53562") ) +(myObject (attribute1 "attr53563") ) +(myObject (attribute1 "attr53564") ) +(myObject (attribute1 "attr53565") ) +(myObject (attribute1 "attr53566") ) +(myObject (attribute1 "attr53567") ) +(myObject (attribute1 "attr53568") ) +(myObject (attribute1 "attr53569") ) +(myObject (attribute1 "attr53570") ) +(myObject (attribute1 "attr53571") ) +(myObject (attribute1 "attr53572") ) +(myObject (attribute1 "attr53573") ) +(myObject (attribute1 "attr53574") ) +(myObject (attribute1 "attr53575") ) +(myObject (attribute1 "attr53576") ) +(myObject (attribute1 "attr53577") ) +(myObject (attribute1 "attr53578") ) +(myObject (attribute1 "attr53579") ) +(myObject (attribute1 "attr53580") ) +(myObject (attribute1 "attr53581") ) +(myObject (attribute1 "attr53582") ) +(myObject (attribute1 "attr53583") ) +(myObject (attribute1 "attr53584") ) +(myObject (attribute1 "attr53585") ) +(myObject (attribute1 "attr53586") ) +(myObject (attribute1 "attr53587") ) +(myObject (attribute1 "attr53588") ) +(myObject (attribute1 "attr53589") ) +(myObject (attribute1 "attr53590") ) +(myObject (attribute1 "attr53591") ) +(myObject (attribute1 "attr53592") ) +(myObject (attribute1 "attr53593") ) +(myObject (attribute1 "attr53594") ) +(myObject (attribute1 "attr53595") ) +(myObject (attribute1 "attr53596") ) +(myObject (attribute1 "attr53597") ) +(myObject (attribute1 "attr53598") ) +(myObject (attribute1 "attr53599") ) +(myObject (attribute1 "attr53600") ) +(myObject (attribute1 "attr53601") ) +(myObject (attribute1 "attr53602") ) +(myObject (attribute1 "attr53603") ) +(myObject (attribute1 "attr53604") ) +(myObject (attribute1 "attr53605") ) +(myObject (attribute1 "attr53606") ) +(myObject (attribute1 "attr53607") ) +(myObject (attribute1 "attr53608") ) +(myObject (attribute1 "attr53609") ) +(myObject (attribute1 "attr53610") ) +(myObject (attribute1 "attr53611") ) +(myObject (attribute1 "attr53612") ) +(myObject (attribute1 "attr53613") ) +(myObject (attribute1 "attr53614") ) +(myObject (attribute1 "attr53615") ) +(myObject (attribute1 "attr53616") ) +(myObject (attribute1 "attr53617") ) +(myObject (attribute1 "attr53618") ) +(myObject (attribute1 "attr53619") ) +(myObject (attribute1 "attr53620") ) +(myObject (attribute1 "attr53621") ) +(myObject (attribute1 "attr53622") ) +(myObject (attribute1 "attr53623") ) +(myObject (attribute1 "attr53624") ) +(myObject (attribute1 "attr53625") ) +(myObject (attribute1 "attr53626") ) +(myObject (attribute1 "attr53627") ) +(myObject (attribute1 "attr53628") ) +(myObject (attribute1 "attr53629") ) +(myObject (attribute1 "attr53630") ) +(myObject (attribute1 "attr53631") ) +(myObject (attribute1 "attr53632") ) +(myObject (attribute1 "attr53633") ) +(myObject (attribute1 "attr53634") ) +(myObject (attribute1 "attr53635") ) +(myObject (attribute1 "attr53636") ) +(myObject (attribute1 "attr53637") ) +(myObject (attribute1 "attr53638") ) +(myObject (attribute1 "attr53639") ) +(myObject (attribute1 "attr53640") ) +(myObject (attribute1 "attr53641") ) +(myObject (attribute1 "attr53642") ) +(myObject (attribute1 "attr53643") ) +(myObject (attribute1 "attr53644") ) +(myObject (attribute1 "attr53645") ) +(myObject (attribute1 "attr53646") ) +(myObject (attribute1 "attr53647") ) +(myObject (attribute1 "attr53648") ) +(myObject (attribute1 "attr53649") ) +(myObject (attribute1 "attr53650") ) +(myObject (attribute1 "attr53651") ) +(myObject (attribute1 "attr53652") ) +(myObject (attribute1 "attr53653") ) +(myObject (attribute1 "attr53654") ) +(myObject (attribute1 "attr53655") ) +(myObject (attribute1 "attr53656") ) +(myObject (attribute1 "attr53657") ) +(myObject (attribute1 "attr53658") ) +(myObject (attribute1 "attr53659") ) +(myObject (attribute1 "attr53660") ) +(myObject (attribute1 "attr53661") ) +(myObject (attribute1 "attr53662") ) +(myObject (attribute1 "attr53663") ) +(myObject (attribute1 "attr53664") ) +(myObject (attribute1 "attr53665") ) +(myObject (attribute1 "attr53666") ) +(myObject (attribute1 "attr53667") ) +(myObject (attribute1 "attr53668") ) +(myObject (attribute1 "attr53669") ) +(myObject (attribute1 "attr53670") ) +(myObject (attribute1 "attr53671") ) +(myObject (attribute1 "attr53672") ) +(myObject (attribute1 "attr53673") ) +(myObject (attribute1 "attr53674") ) +(myObject (attribute1 "attr53675") ) +(myObject (attribute1 "attr53676") ) +(myObject (attribute1 "attr53677") ) +(myObject (attribute1 "attr53678") ) +(myObject (attribute1 "attr53679") ) +(myObject (attribute1 "attr53680") ) +(myObject (attribute1 "attr53681") ) +(myObject (attribute1 "attr53682") ) +(myObject (attribute1 "attr53683") ) +(myObject (attribute1 "attr53684") ) +(myObject (attribute1 "attr53685") ) +(myObject (attribute1 "attr53686") ) +(myObject (attribute1 "attr53687") ) +(myObject (attribute1 "attr53688") ) +(myObject (attribute1 "attr53689") ) +(myObject (attribute1 "attr53690") ) +(myObject (attribute1 "attr53691") ) +(myObject (attribute1 "attr53692") ) +(myObject (attribute1 "attr53693") ) +(myObject (attribute1 "attr53694") ) +(myObject (attribute1 "attr53695") ) +(myObject (attribute1 "attr53696") ) +(myObject (attribute1 "attr53697") ) +(myObject (attribute1 "attr53698") ) +(myObject (attribute1 "attr53699") ) +(myObject (attribute1 "attr53700") ) +(myObject (attribute1 "attr53701") ) +(myObject (attribute1 "attr53702") ) +(myObject (attribute1 "attr53703") ) +(myObject (attribute1 "attr53704") ) +(myObject (attribute1 "attr53705") ) +(myObject (attribute1 "attr53706") ) +(myObject (attribute1 "attr53707") ) +(myObject (attribute1 "attr53708") ) +(myObject (attribute1 "attr53709") ) +(myObject (attribute1 "attr53710") ) +(myObject (attribute1 "attr53711") ) +(myObject (attribute1 "attr53712") ) +(myObject (attribute1 "attr53713") ) +(myObject (attribute1 "attr53714") ) +(myObject (attribute1 "attr53715") ) +(myObject (attribute1 "attr53716") ) +(myObject (attribute1 "attr53717") ) +(myObject (attribute1 "attr53718") ) +(myObject (attribute1 "attr53719") ) +(myObject (attribute1 "attr53720") ) +(myObject (attribute1 "attr53721") ) +(myObject (attribute1 "attr53722") ) +(myObject (attribute1 "attr53723") ) +(myObject (attribute1 "attr53724") ) +(myObject (attribute1 "attr53725") ) +(myObject (attribute1 "attr53726") ) +(myObject (attribute1 "attr53727") ) +(myObject (attribute1 "attr53728") ) +(myObject (attribute1 "attr53729") ) +(myObject (attribute1 "attr53730") ) +(myObject (attribute1 "attr53731") ) +(myObject (attribute1 "attr53732") ) +(myObject (attribute1 "attr53733") ) +(myObject (attribute1 "attr53734") ) +(myObject (attribute1 "attr53735") ) +(myObject (attribute1 "attr53736") ) +(myObject (attribute1 "attr53737") ) +(myObject (attribute1 "attr53738") ) +(myObject (attribute1 "attr53739") ) +(myObject (attribute1 "attr53740") ) +(myObject (attribute1 "attr53741") ) +(myObject (attribute1 "attr53742") ) +(myObject (attribute1 "attr53743") ) +(myObject (attribute1 "attr53744") ) +(myObject (attribute1 "attr53745") ) +(myObject (attribute1 "attr53746") ) +(myObject (attribute1 "attr53747") ) +(myObject (attribute1 "attr53748") ) +(myObject (attribute1 "attr53749") ) +(myObject (attribute1 "attr53750") ) +(myObject (attribute1 "attr53751") ) +(myObject (attribute1 "attr53752") ) +(myObject (attribute1 "attr53753") ) +(myObject (attribute1 "attr53754") ) +(myObject (attribute1 "attr53755") ) +(myObject (attribute1 "attr53756") ) +(myObject (attribute1 "attr53757") ) +(myObject (attribute1 "attr53758") ) +(myObject (attribute1 "attr53759") ) +(myObject (attribute1 "attr53760") ) +(myObject (attribute1 "attr53761") ) +(myObject (attribute1 "attr53762") ) +(myObject (attribute1 "attr53763") ) +(myObject (attribute1 "attr53764") ) +(myObject (attribute1 "attr53765") ) +(myObject (attribute1 "attr53766") ) +(myObject (attribute1 "attr53767") ) +(myObject (attribute1 "attr53768") ) +(myObject (attribute1 "attr53769") ) +(myObject (attribute1 "attr53770") ) +(myObject (attribute1 "attr53771") ) +(myObject (attribute1 "attr53772") ) +(myObject (attribute1 "attr53773") ) +(myObject (attribute1 "attr53774") ) +(myObject (attribute1 "attr53775") ) +(myObject (attribute1 "attr53776") ) +(myObject (attribute1 "attr53777") ) +(myObject (attribute1 "attr53778") ) +(myObject (attribute1 "attr53779") ) +(myObject (attribute1 "attr53780") ) +(myObject (attribute1 "attr53781") ) +(myObject (attribute1 "attr53782") ) +(myObject (attribute1 "attr53783") ) +(myObject (attribute1 "attr53784") ) +(myObject (attribute1 "attr53785") ) +(myObject (attribute1 "attr53786") ) +(myObject (attribute1 "attr53787") ) +(myObject (attribute1 "attr53788") ) +(myObject (attribute1 "attr53789") ) +(myObject (attribute1 "attr53790") ) +(myObject (attribute1 "attr53791") ) +(myObject (attribute1 "attr53792") ) +(myObject (attribute1 "attr53793") ) +(myObject (attribute1 "attr53794") ) +(myObject (attribute1 "attr53795") ) +(myObject (attribute1 "attr53796") ) +(myObject (attribute1 "attr53797") ) +(myObject (attribute1 "attr53798") ) +(myObject (attribute1 "attr53799") ) +(myObject (attribute1 "attr53800") ) +(myObject (attribute1 "attr53801") ) +(myObject (attribute1 "attr53802") ) +(myObject (attribute1 "attr53803") ) +(myObject (attribute1 "attr53804") ) +(myObject (attribute1 "attr53805") ) +(myObject (attribute1 "attr53806") ) +(myObject (attribute1 "attr53807") ) +(myObject (attribute1 "attr53808") ) +(myObject (attribute1 "attr53809") ) +(myObject (attribute1 "attr53810") ) +(myObject (attribute1 "attr53811") ) +(myObject (attribute1 "attr53812") ) +(myObject (attribute1 "attr53813") ) +(myObject (attribute1 "attr53814") ) +(myObject (attribute1 "attr53815") ) +(myObject (attribute1 "attr53816") ) +(myObject (attribute1 "attr53817") ) +(myObject (attribute1 "attr53818") ) +(myObject (attribute1 "attr53819") ) +(myObject (attribute1 "attr53820") ) +(myObject (attribute1 "attr53821") ) +(myObject (attribute1 "attr53822") ) +(myObject (attribute1 "attr53823") ) +(myObject (attribute1 "attr53824") ) +(myObject (attribute1 "attr53825") ) +(myObject (attribute1 "attr53826") ) +(myObject (attribute1 "attr53827") ) +(myObject (attribute1 "attr53828") ) +(myObject (attribute1 "attr53829") ) +(myObject (attribute1 "attr53830") ) +(myObject (attribute1 "attr53831") ) +(myObject (attribute1 "attr53832") ) +(myObject (attribute1 "attr53833") ) +(myObject (attribute1 "attr53834") ) +(myObject (attribute1 "attr53835") ) +(myObject (attribute1 "attr53836") ) +(myObject (attribute1 "attr53837") ) +(myObject (attribute1 "attr53838") ) +(myObject (attribute1 "attr53839") ) +(myObject (attribute1 "attr53840") ) +(myObject (attribute1 "attr53841") ) +(myObject (attribute1 "attr53842") ) +(myObject (attribute1 "attr53843") ) +(myObject (attribute1 "attr53844") ) +(myObject (attribute1 "attr53845") ) +(myObject (attribute1 "attr53846") ) +(myObject (attribute1 "attr53847") ) +(myObject (attribute1 "attr53848") ) +(myObject (attribute1 "attr53849") ) +(myObject (attribute1 "attr53850") ) +(myObject (attribute1 "attr53851") ) +(myObject (attribute1 "attr53852") ) +(myObject (attribute1 "attr53853") ) +(myObject (attribute1 "attr53854") ) +(myObject (attribute1 "attr53855") ) +(myObject (attribute1 "attr53856") ) +(myObject (attribute1 "attr53857") ) +(myObject (attribute1 "attr53858") ) +(myObject (attribute1 "attr53859") ) +(myObject (attribute1 "attr53860") ) +(myObject (attribute1 "attr53861") ) +(myObject (attribute1 "attr53862") ) +(myObject (attribute1 "attr53863") ) +(myObject (attribute1 "attr53864") ) +(myObject (attribute1 "attr53865") ) +(myObject (attribute1 "attr53866") ) +(myObject (attribute1 "attr53867") ) +(myObject (attribute1 "attr53868") ) +(myObject (attribute1 "attr53869") ) +(myObject (attribute1 "attr53870") ) +(myObject (attribute1 "attr53871") ) +(myObject (attribute1 "attr53872") ) +(myObject (attribute1 "attr53873") ) +(myObject (attribute1 "attr53874") ) +(myObject (attribute1 "attr53875") ) +(myObject (attribute1 "attr53876") ) +(myObject (attribute1 "attr53877") ) +(myObject (attribute1 "attr53878") ) +(myObject (attribute1 "attr53879") ) +(myObject (attribute1 "attr53880") ) +(myObject (attribute1 "attr53881") ) +(myObject (attribute1 "attr53882") ) +(myObject (attribute1 "attr53883") ) +(myObject (attribute1 "attr53884") ) +(myObject (attribute1 "attr53885") ) +(myObject (attribute1 "attr53886") ) +(myObject (attribute1 "attr53887") ) +(myObject (attribute1 "attr53888") ) +(myObject (attribute1 "attr53889") ) +(myObject (attribute1 "attr53890") ) +(myObject (attribute1 "attr53891") ) +(myObject (attribute1 "attr53892") ) +(myObject (attribute1 "attr53893") ) +(myObject (attribute1 "attr53894") ) +(myObject (attribute1 "attr53895") ) +(myObject (attribute1 "attr53896") ) +(myObject (attribute1 "attr53897") ) +(myObject (attribute1 "attr53898") ) +(myObject (attribute1 "attr53899") ) +(myObject (attribute1 "attr53900") ) +(myObject (attribute1 "attr53901") ) +(myObject (attribute1 "attr53902") ) +(myObject (attribute1 "attr53903") ) +(myObject (attribute1 "attr53904") ) +(myObject (attribute1 "attr53905") ) +(myObject (attribute1 "attr53906") ) +(myObject (attribute1 "attr53907") ) +(myObject (attribute1 "attr53908") ) +(myObject (attribute1 "attr53909") ) +(myObject (attribute1 "attr53910") ) +(myObject (attribute1 "attr53911") ) +(myObject (attribute1 "attr53912") ) +(myObject (attribute1 "attr53913") ) +(myObject (attribute1 "attr53914") ) +(myObject (attribute1 "attr53915") ) +(myObject (attribute1 "attr53916") ) +(myObject (attribute1 "attr53917") ) +(myObject (attribute1 "attr53918") ) +(myObject (attribute1 "attr53919") ) +(myObject (attribute1 "attr53920") ) +(myObject (attribute1 "attr53921") ) +(myObject (attribute1 "attr53922") ) +(myObject (attribute1 "attr53923") ) +(myObject (attribute1 "attr53924") ) +(myObject (attribute1 "attr53925") ) +(myObject (attribute1 "attr53926") ) +(myObject (attribute1 "attr53927") ) +(myObject (attribute1 "attr53928") ) +(myObject (attribute1 "attr53929") ) +(myObject (attribute1 "attr53930") ) +(myObject (attribute1 "attr53931") ) +(myObject (attribute1 "attr53932") ) +(myObject (attribute1 "attr53933") ) +(myObject (attribute1 "attr53934") ) +(myObject (attribute1 "attr53935") ) +(myObject (attribute1 "attr53936") ) +(myObject (attribute1 "attr53937") ) +(myObject (attribute1 "attr53938") ) +(myObject (attribute1 "attr53939") ) +(myObject (attribute1 "attr53940") ) +(myObject (attribute1 "attr53941") ) +(myObject (attribute1 "attr53942") ) +(myObject (attribute1 "attr53943") ) +(myObject (attribute1 "attr53944") ) +(myObject (attribute1 "attr53945") ) +(myObject (attribute1 "attr53946") ) +(myObject (attribute1 "attr53947") ) +(myObject (attribute1 "attr53948") ) +(myObject (attribute1 "attr53949") ) +(myObject (attribute1 "attr53950") ) +(myObject (attribute1 "attr53951") ) +(myObject (attribute1 "attr53952") ) +(myObject (attribute1 "attr53953") ) +(myObject (attribute1 "attr53954") ) +(myObject (attribute1 "attr53955") ) +(myObject (attribute1 "attr53956") ) +(myObject (attribute1 "attr53957") ) +(myObject (attribute1 "attr53958") ) +(myObject (attribute1 "attr53959") ) +(myObject (attribute1 "attr53960") ) +(myObject (attribute1 "attr53961") ) +(myObject (attribute1 "attr53962") ) +(myObject (attribute1 "attr53963") ) +(myObject (attribute1 "attr53964") ) +(myObject (attribute1 "attr53965") ) +(myObject (attribute1 "attr53966") ) +(myObject (attribute1 "attr53967") ) +(myObject (attribute1 "attr53968") ) +(myObject (attribute1 "attr53969") ) +(myObject (attribute1 "attr53970") ) +(myObject (attribute1 "attr53971") ) +(myObject (attribute1 "attr53972") ) +(myObject (attribute1 "attr53973") ) +(myObject (attribute1 "attr53974") ) +(myObject (attribute1 "attr53975") ) +(myObject (attribute1 "attr53976") ) +(myObject (attribute1 "attr53977") ) +(myObject (attribute1 "attr53978") ) +(myObject (attribute1 "attr53979") ) +(myObject (attribute1 "attr53980") ) +(myObject (attribute1 "attr53981") ) +(myObject (attribute1 "attr53982") ) +(myObject (attribute1 "attr53983") ) +(myObject (attribute1 "attr53984") ) +(myObject (attribute1 "attr53985") ) +(myObject (attribute1 "attr53986") ) +(myObject (attribute1 "attr53987") ) +(myObject (attribute1 "attr53988") ) +(myObject (attribute1 "attr53989") ) +(myObject (attribute1 "attr53990") ) +(myObject (attribute1 "attr53991") ) +(myObject (attribute1 "attr53992") ) +(myObject (attribute1 "attr53993") ) +(myObject (attribute1 "attr53994") ) +(myObject (attribute1 "attr53995") ) +(myObject (attribute1 "attr53996") ) +(myObject (attribute1 "attr53997") ) +(myObject (attribute1 "attr53998") ) +(myObject (attribute1 "attr53999") ) +(myObject (attribute1 "attr54000") ) +(myObject (attribute1 "attr54001") ) +(myObject (attribute1 "attr54002") ) +(myObject (attribute1 "attr54003") ) +(myObject (attribute1 "attr54004") ) +(myObject (attribute1 "attr54005") ) +(myObject (attribute1 "attr54006") ) +(myObject (attribute1 "attr54007") ) +(myObject (attribute1 "attr54008") ) +(myObject (attribute1 "attr54009") ) +(myObject (attribute1 "attr54010") ) +(myObject (attribute1 "attr54011") ) +(myObject (attribute1 "attr54012") ) +(myObject (attribute1 "attr54013") ) +(myObject (attribute1 "attr54014") ) +(myObject (attribute1 "attr54015") ) +(myObject (attribute1 "attr54016") ) +(myObject (attribute1 "attr54017") ) +(myObject (attribute1 "attr54018") ) +(myObject (attribute1 "attr54019") ) +(myObject (attribute1 "attr54020") ) +(myObject (attribute1 "attr54021") ) +(myObject (attribute1 "attr54022") ) +(myObject (attribute1 "attr54023") ) +(myObject (attribute1 "attr54024") ) +(myObject (attribute1 "attr54025") ) +(myObject (attribute1 "attr54026") ) +(myObject (attribute1 "attr54027") ) +(myObject (attribute1 "attr54028") ) +(myObject (attribute1 "attr54029") ) +(myObject (attribute1 "attr54030") ) +(myObject (attribute1 "attr54031") ) +(myObject (attribute1 "attr54032") ) +(myObject (attribute1 "attr54033") ) +(myObject (attribute1 "attr54034") ) +(myObject (attribute1 "attr54035") ) +(myObject (attribute1 "attr54036") ) +(myObject (attribute1 "attr54037") ) +(myObject (attribute1 "attr54038") ) +(myObject (attribute1 "attr54039") ) +(myObject (attribute1 "attr54040") ) +(myObject (attribute1 "attr54041") ) +(myObject (attribute1 "attr54042") ) +(myObject (attribute1 "attr54043") ) +(myObject (attribute1 "attr54044") ) +(myObject (attribute1 "attr54045") ) +(myObject (attribute1 "attr54046") ) +(myObject (attribute1 "attr54047") ) +(myObject (attribute1 "attr54048") ) +(myObject (attribute1 "attr54049") ) +(myObject (attribute1 "attr54050") ) +(myObject (attribute1 "attr54051") ) +(myObject (attribute1 "attr54052") ) +(myObject (attribute1 "attr54053") ) +(myObject (attribute1 "attr54054") ) +(myObject (attribute1 "attr54055") ) +(myObject (attribute1 "attr54056") ) +(myObject (attribute1 "attr54057") ) +(myObject (attribute1 "attr54058") ) +(myObject (attribute1 "attr54059") ) +(myObject (attribute1 "attr54060") ) +(myObject (attribute1 "attr54061") ) +(myObject (attribute1 "attr54062") ) +(myObject (attribute1 "attr54063") ) +(myObject (attribute1 "attr54064") ) +(myObject (attribute1 "attr54065") ) +(myObject (attribute1 "attr54066") ) +(myObject (attribute1 "attr54067") ) +(myObject (attribute1 "attr54068") ) +(myObject (attribute1 "attr54069") ) +(myObject (attribute1 "attr54070") ) +(myObject (attribute1 "attr54071") ) +(myObject (attribute1 "attr54072") ) +(myObject (attribute1 "attr54073") ) +(myObject (attribute1 "attr54074") ) +(myObject (attribute1 "attr54075") ) +(myObject (attribute1 "attr54076") ) +(myObject (attribute1 "attr54077") ) +(myObject (attribute1 "attr54078") ) +(myObject (attribute1 "attr54079") ) +(myObject (attribute1 "attr54080") ) +(myObject (attribute1 "attr54081") ) +(myObject (attribute1 "attr54082") ) +(myObject (attribute1 "attr54083") ) +(myObject (attribute1 "attr54084") ) +(myObject (attribute1 "attr54085") ) +(myObject (attribute1 "attr54086") ) +(myObject (attribute1 "attr54087") ) +(myObject (attribute1 "attr54088") ) +(myObject (attribute1 "attr54089") ) +(myObject (attribute1 "attr54090") ) +(myObject (attribute1 "attr54091") ) +(myObject (attribute1 "attr54092") ) +(myObject (attribute1 "attr54093") ) +(myObject (attribute1 "attr54094") ) +(myObject (attribute1 "attr54095") ) +(myObject (attribute1 "attr54096") ) +(myObject (attribute1 "attr54097") ) +(myObject (attribute1 "attr54098") ) +(myObject (attribute1 "attr54099") ) +(myObject (attribute1 "attr54100") ) +(myObject (attribute1 "attr54101") ) +(myObject (attribute1 "attr54102") ) +(myObject (attribute1 "attr54103") ) +(myObject (attribute1 "attr54104") ) +(myObject (attribute1 "attr54105") ) +(myObject (attribute1 "attr54106") ) +(myObject (attribute1 "attr54107") ) +(myObject (attribute1 "attr54108") ) +(myObject (attribute1 "attr54109") ) +(myObject (attribute1 "attr54110") ) +(myObject (attribute1 "attr54111") ) +(myObject (attribute1 "attr54112") ) +(myObject (attribute1 "attr54113") ) +(myObject (attribute1 "attr54114") ) +(myObject (attribute1 "attr54115") ) +(myObject (attribute1 "attr54116") ) +(myObject (attribute1 "attr54117") ) +(myObject (attribute1 "attr54118") ) +(myObject (attribute1 "attr54119") ) +(myObject (attribute1 "attr54120") ) +(myObject (attribute1 "attr54121") ) +(myObject (attribute1 "attr54122") ) +(myObject (attribute1 "attr54123") ) +(myObject (attribute1 "attr54124") ) +(myObject (attribute1 "attr54125") ) +(myObject (attribute1 "attr54126") ) +(myObject (attribute1 "attr54127") ) +(myObject (attribute1 "attr54128") ) +(myObject (attribute1 "attr54129") ) +(myObject (attribute1 "attr54130") ) +(myObject (attribute1 "attr54131") ) +(myObject (attribute1 "attr54132") ) +(myObject (attribute1 "attr54133") ) +(myObject (attribute1 "attr54134") ) +(myObject (attribute1 "attr54135") ) +(myObject (attribute1 "attr54136") ) +(myObject (attribute1 "attr54137") ) +(myObject (attribute1 "attr54138") ) +(myObject (attribute1 "attr54139") ) +(myObject (attribute1 "attr54140") ) +(myObject (attribute1 "attr54141") ) +(myObject (attribute1 "attr54142") ) +(myObject (attribute1 "attr54143") ) +(myObject (attribute1 "attr54144") ) +(myObject (attribute1 "attr54145") ) +(myObject (attribute1 "attr54146") ) +(myObject (attribute1 "attr54147") ) +(myObject (attribute1 "attr54148") ) +(myObject (attribute1 "attr54149") ) +(myObject (attribute1 "attr54150") ) +(myObject (attribute1 "attr54151") ) +(myObject (attribute1 "attr54152") ) +(myObject (attribute1 "attr54153") ) +(myObject (attribute1 "attr54154") ) +(myObject (attribute1 "attr54155") ) +(myObject (attribute1 "attr54156") ) +(myObject (attribute1 "attr54157") ) +(myObject (attribute1 "attr54158") ) +(myObject (attribute1 "attr54159") ) +(myObject (attribute1 "attr54160") ) +(myObject (attribute1 "attr54161") ) +(myObject (attribute1 "attr54162") ) +(myObject (attribute1 "attr54163") ) +(myObject (attribute1 "attr54164") ) +(myObject (attribute1 "attr54165") ) +(myObject (attribute1 "attr54166") ) +(myObject (attribute1 "attr54167") ) +(myObject (attribute1 "attr54168") ) +(myObject (attribute1 "attr54169") ) +(myObject (attribute1 "attr54170") ) +(myObject (attribute1 "attr54171") ) +(myObject (attribute1 "attr54172") ) +(myObject (attribute1 "attr54173") ) +(myObject (attribute1 "attr54174") ) +(myObject (attribute1 "attr54175") ) +(myObject (attribute1 "attr54176") ) +(myObject (attribute1 "attr54177") ) +(myObject (attribute1 "attr54178") ) +(myObject (attribute1 "attr54179") ) +(myObject (attribute1 "attr54180") ) +(myObject (attribute1 "attr54181") ) +(myObject (attribute1 "attr54182") ) +(myObject (attribute1 "attr54183") ) +(myObject (attribute1 "attr54184") ) +(myObject (attribute1 "attr54185") ) +(myObject (attribute1 "attr54186") ) +(myObject (attribute1 "attr54187") ) +(myObject (attribute1 "attr54188") ) +(myObject (attribute1 "attr54189") ) +(myObject (attribute1 "attr54190") ) +(myObject (attribute1 "attr54191") ) +(myObject (attribute1 "attr54192") ) +(myObject (attribute1 "attr54193") ) +(myObject (attribute1 "attr54194") ) +(myObject (attribute1 "attr54195") ) +(myObject (attribute1 "attr54196") ) +(myObject (attribute1 "attr54197") ) +(myObject (attribute1 "attr54198") ) +(myObject (attribute1 "attr54199") ) +(myObject (attribute1 "attr54200") ) +(myObject (attribute1 "attr54201") ) +(myObject (attribute1 "attr54202") ) +(myObject (attribute1 "attr54203") ) +(myObject (attribute1 "attr54204") ) +(myObject (attribute1 "attr54205") ) +(myObject (attribute1 "attr54206") ) +(myObject (attribute1 "attr54207") ) +(myObject (attribute1 "attr54208") ) +(myObject (attribute1 "attr54209") ) +(myObject (attribute1 "attr54210") ) +(myObject (attribute1 "attr54211") ) +(myObject (attribute1 "attr54212") ) +(myObject (attribute1 "attr54213") ) +(myObject (attribute1 "attr54214") ) +(myObject (attribute1 "attr54215") ) +(myObject (attribute1 "attr54216") ) +(myObject (attribute1 "attr54217") ) +(myObject (attribute1 "attr54218") ) +(myObject (attribute1 "attr54219") ) +(myObject (attribute1 "attr54220") ) +(myObject (attribute1 "attr54221") ) +(myObject (attribute1 "attr54222") ) +(myObject (attribute1 "attr54223") ) +(myObject (attribute1 "attr54224") ) +(myObject (attribute1 "attr54225") ) +(myObject (attribute1 "attr54226") ) +(myObject (attribute1 "attr54227") ) +(myObject (attribute1 "attr54228") ) +(myObject (attribute1 "attr54229") ) +(myObject (attribute1 "attr54230") ) +(myObject (attribute1 "attr54231") ) +(myObject (attribute1 "attr54232") ) +(myObject (attribute1 "attr54233") ) +(myObject (attribute1 "attr54234") ) +(myObject (attribute1 "attr54235") ) +(myObject (attribute1 "attr54236") ) +(myObject (attribute1 "attr54237") ) +(myObject (attribute1 "attr54238") ) +(myObject (attribute1 "attr54239") ) +(myObject (attribute1 "attr54240") ) +(myObject (attribute1 "attr54241") ) +(myObject (attribute1 "attr54242") ) +(myObject (attribute1 "attr54243") ) +(myObject (attribute1 "attr54244") ) +(myObject (attribute1 "attr54245") ) +(myObject (attribute1 "attr54246") ) +(myObject (attribute1 "attr54247") ) +(myObject (attribute1 "attr54248") ) +(myObject (attribute1 "attr54249") ) +(myObject (attribute1 "attr54250") ) +(myObject (attribute1 "attr54251") ) +(myObject (attribute1 "attr54252") ) +(myObject (attribute1 "attr54253") ) +(myObject (attribute1 "attr54254") ) +(myObject (attribute1 "attr54255") ) +(myObject (attribute1 "attr54256") ) +(myObject (attribute1 "attr54257") ) +(myObject (attribute1 "attr54258") ) +(myObject (attribute1 "attr54259") ) +(myObject (attribute1 "attr54260") ) +(myObject (attribute1 "attr54261") ) +(myObject (attribute1 "attr54262") ) +(myObject (attribute1 "attr54263") ) +(myObject (attribute1 "attr54264") ) +(myObject (attribute1 "attr54265") ) +(myObject (attribute1 "attr54266") ) +(myObject (attribute1 "attr54267") ) +(myObject (attribute1 "attr54268") ) +(myObject (attribute1 "attr54269") ) +(myObject (attribute1 "attr54270") ) +(myObject (attribute1 "attr54271") ) +(myObject (attribute1 "attr54272") ) +(myObject (attribute1 "attr54273") ) +(myObject (attribute1 "attr54274") ) +(myObject (attribute1 "attr54275") ) +(myObject (attribute1 "attr54276") ) +(myObject (attribute1 "attr54277") ) +(myObject (attribute1 "attr54278") ) +(myObject (attribute1 "attr54279") ) +(myObject (attribute1 "attr54280") ) +(myObject (attribute1 "attr54281") ) +(myObject (attribute1 "attr54282") ) +(myObject (attribute1 "attr54283") ) +(myObject (attribute1 "attr54284") ) +(myObject (attribute1 "attr54285") ) +(myObject (attribute1 "attr54286") ) +(myObject (attribute1 "attr54287") ) +(myObject (attribute1 "attr54288") ) +(myObject (attribute1 "attr54289") ) +(myObject (attribute1 "attr54290") ) +(myObject (attribute1 "attr54291") ) +(myObject (attribute1 "attr54292") ) +(myObject (attribute1 "attr54293") ) +(myObject (attribute1 "attr54294") ) +(myObject (attribute1 "attr54295") ) +(myObject (attribute1 "attr54296") ) +(myObject (attribute1 "attr54297") ) +(myObject (attribute1 "attr54298") ) +(myObject (attribute1 "attr54299") ) +(myObject (attribute1 "attr54300") ) +(myObject (attribute1 "attr54301") ) +(myObject (attribute1 "attr54302") ) +(myObject (attribute1 "attr54303") ) +(myObject (attribute1 "attr54304") ) +(myObject (attribute1 "attr54305") ) +(myObject (attribute1 "attr54306") ) +(myObject (attribute1 "attr54307") ) +(myObject (attribute1 "attr54308") ) +(myObject (attribute1 "attr54309") ) +(myObject (attribute1 "attr54310") ) +(myObject (attribute1 "attr54311") ) +(myObject (attribute1 "attr54312") ) +(myObject (attribute1 "attr54313") ) +(myObject (attribute1 "attr54314") ) +(myObject (attribute1 "attr54315") ) +(myObject (attribute1 "attr54316") ) +(myObject (attribute1 "attr54317") ) +(myObject (attribute1 "attr54318") ) +(myObject (attribute1 "attr54319") ) +(myObject (attribute1 "attr54320") ) +(myObject (attribute1 "attr54321") ) +(myObject (attribute1 "attr54322") ) +(myObject (attribute1 "attr54323") ) +(myObject (attribute1 "attr54324") ) +(myObject (attribute1 "attr54325") ) +(myObject (attribute1 "attr54326") ) +(myObject (attribute1 "attr54327") ) +(myObject (attribute1 "attr54328") ) +(myObject (attribute1 "attr54329") ) +(myObject (attribute1 "attr54330") ) +(myObject (attribute1 "attr54331") ) +(myObject (attribute1 "attr54332") ) +(myObject (attribute1 "attr54333") ) +(myObject (attribute1 "attr54334") ) +(myObject (attribute1 "attr54335") ) +(myObject (attribute1 "attr54336") ) +(myObject (attribute1 "attr54337") ) +(myObject (attribute1 "attr54338") ) +(myObject (attribute1 "attr54339") ) +(myObject (attribute1 "attr54340") ) +(myObject (attribute1 "attr54341") ) +(myObject (attribute1 "attr54342") ) +(myObject (attribute1 "attr54343") ) +(myObject (attribute1 "attr54344") ) +(myObject (attribute1 "attr54345") ) +(myObject (attribute1 "attr54346") ) +(myObject (attribute1 "attr54347") ) +(myObject (attribute1 "attr54348") ) +(myObject (attribute1 "attr54349") ) +(myObject (attribute1 "attr54350") ) +(myObject (attribute1 "attr54351") ) +(myObject (attribute1 "attr54352") ) +(myObject (attribute1 "attr54353") ) +(myObject (attribute1 "attr54354") ) +(myObject (attribute1 "attr54355") ) +(myObject (attribute1 "attr54356") ) +(myObject (attribute1 "attr54357") ) +(myObject (attribute1 "attr54358") ) +(myObject (attribute1 "attr54359") ) +(myObject (attribute1 "attr54360") ) +(myObject (attribute1 "attr54361") ) +(myObject (attribute1 "attr54362") ) +(myObject (attribute1 "attr54363") ) +(myObject (attribute1 "attr54364") ) +(myObject (attribute1 "attr54365") ) +(myObject (attribute1 "attr54366") ) +(myObject (attribute1 "attr54367") ) +(myObject (attribute1 "attr54368") ) +(myObject (attribute1 "attr54369") ) +(myObject (attribute1 "attr54370") ) +(myObject (attribute1 "attr54371") ) +(myObject (attribute1 "attr54372") ) +(myObject (attribute1 "attr54373") ) +(myObject (attribute1 "attr54374") ) +(myObject (attribute1 "attr54375") ) +(myObject (attribute1 "attr54376") ) +(myObject (attribute1 "attr54377") ) +(myObject (attribute1 "attr54378") ) +(myObject (attribute1 "attr54379") ) +(myObject (attribute1 "attr54380") ) +(myObject (attribute1 "attr54381") ) +(myObject (attribute1 "attr54382") ) +(myObject (attribute1 "attr54383") ) +(myObject (attribute1 "attr54384") ) +(myObject (attribute1 "attr54385") ) +(myObject (attribute1 "attr54386") ) +(myObject (attribute1 "attr54387") ) +(myObject (attribute1 "attr54388") ) +(myObject (attribute1 "attr54389") ) +(myObject (attribute1 "attr54390") ) +(myObject (attribute1 "attr54391") ) +(myObject (attribute1 "attr54392") ) +(myObject (attribute1 "attr54393") ) +(myObject (attribute1 "attr54394") ) +(myObject (attribute1 "attr54395") ) +(myObject (attribute1 "attr54396") ) +(myObject (attribute1 "attr54397") ) +(myObject (attribute1 "attr54398") ) +(myObject (attribute1 "attr54399") ) +(myObject (attribute1 "attr54400") ) +(myObject (attribute1 "attr54401") ) +(myObject (attribute1 "attr54402") ) +(myObject (attribute1 "attr54403") ) +(myObject (attribute1 "attr54404") ) +(myObject (attribute1 "attr54405") ) +(myObject (attribute1 "attr54406") ) +(myObject (attribute1 "attr54407") ) +(myObject (attribute1 "attr54408") ) +(myObject (attribute1 "attr54409") ) +(myObject (attribute1 "attr54410") ) +(myObject (attribute1 "attr54411") ) +(myObject (attribute1 "attr54412") ) +(myObject (attribute1 "attr54413") ) +(myObject (attribute1 "attr54414") ) +(myObject (attribute1 "attr54415") ) +(myObject (attribute1 "attr54416") ) +(myObject (attribute1 "attr54417") ) +(myObject (attribute1 "attr54418") ) +(myObject (attribute1 "attr54419") ) +(myObject (attribute1 "attr54420") ) +(myObject (attribute1 "attr54421") ) +(myObject (attribute1 "attr54422") ) +(myObject (attribute1 "attr54423") ) +(myObject (attribute1 "attr54424") ) +(myObject (attribute1 "attr54425") ) +(myObject (attribute1 "attr54426") ) +(myObject (attribute1 "attr54427") ) +(myObject (attribute1 "attr54428") ) +(myObject (attribute1 "attr54429") ) +(myObject (attribute1 "attr54430") ) +(myObject (attribute1 "attr54431") ) +(myObject (attribute1 "attr54432") ) +(myObject (attribute1 "attr54433") ) +(myObject (attribute1 "attr54434") ) +(myObject (attribute1 "attr54435") ) +(myObject (attribute1 "attr54436") ) +(myObject (attribute1 "attr54437") ) +(myObject (attribute1 "attr54438") ) +(myObject (attribute1 "attr54439") ) +(myObject (attribute1 "attr54440") ) +(myObject (attribute1 "attr54441") ) +(myObject (attribute1 "attr54442") ) +(myObject (attribute1 "attr54443") ) +(myObject (attribute1 "attr54444") ) +(myObject (attribute1 "attr54445") ) +(myObject (attribute1 "attr54446") ) +(myObject (attribute1 "attr54447") ) +(myObject (attribute1 "attr54448") ) +(myObject (attribute1 "attr54449") ) +(myObject (attribute1 "attr54450") ) +(myObject (attribute1 "attr54451") ) +(myObject (attribute1 "attr54452") ) +(myObject (attribute1 "attr54453") ) +(myObject (attribute1 "attr54454") ) +(myObject (attribute1 "attr54455") ) +(myObject (attribute1 "attr54456") ) +(myObject (attribute1 "attr54457") ) +(myObject (attribute1 "attr54458") ) +(myObject (attribute1 "attr54459") ) +(myObject (attribute1 "attr54460") ) +(myObject (attribute1 "attr54461") ) +(myObject (attribute1 "attr54462") ) +(myObject (attribute1 "attr54463") ) +(myObject (attribute1 "attr54464") ) +(myObject (attribute1 "attr54465") ) +(myObject (attribute1 "attr54466") ) +(myObject (attribute1 "attr54467") ) +(myObject (attribute1 "attr54468") ) +(myObject (attribute1 "attr54469") ) +(myObject (attribute1 "attr54470") ) +(myObject (attribute1 "attr54471") ) +(myObject (attribute1 "attr54472") ) +(myObject (attribute1 "attr54473") ) +(myObject (attribute1 "attr54474") ) +(myObject (attribute1 "attr54475") ) +(myObject (attribute1 "attr54476") ) +(myObject (attribute1 "attr54477") ) +(myObject (attribute1 "attr54478") ) +(myObject (attribute1 "attr54479") ) +(myObject (attribute1 "attr54480") ) +(myObject (attribute1 "attr54481") ) +(myObject (attribute1 "attr54482") ) +(myObject (attribute1 "attr54483") ) +(myObject (attribute1 "attr54484") ) +(myObject (attribute1 "attr54485") ) +(myObject (attribute1 "attr54486") ) +(myObject (attribute1 "attr54487") ) +(myObject (attribute1 "attr54488") ) +(myObject (attribute1 "attr54489") ) +(myObject (attribute1 "attr54490") ) +(myObject (attribute1 "attr54491") ) +(myObject (attribute1 "attr54492") ) +(myObject (attribute1 "attr54493") ) +(myObject (attribute1 "attr54494") ) +(myObject (attribute1 "attr54495") ) +(myObject (attribute1 "attr54496") ) +(myObject (attribute1 "attr54497") ) +(myObject (attribute1 "attr54498") ) +(myObject (attribute1 "attr54499") ) +(myObject (attribute1 "attr54500") ) +(myObject (attribute1 "attr54501") ) +(myObject (attribute1 "attr54502") ) +(myObject (attribute1 "attr54503") ) +(myObject (attribute1 "attr54504") ) +(myObject (attribute1 "attr54505") ) +(myObject (attribute1 "attr54506") ) +(myObject (attribute1 "attr54507") ) +(myObject (attribute1 "attr54508") ) +(myObject (attribute1 "attr54509") ) +(myObject (attribute1 "attr54510") ) +(myObject (attribute1 "attr54511") ) +(myObject (attribute1 "attr54512") ) +(myObject (attribute1 "attr54513") ) +(myObject (attribute1 "attr54514") ) +(myObject (attribute1 "attr54515") ) +(myObject (attribute1 "attr54516") ) +(myObject (attribute1 "attr54517") ) +(myObject (attribute1 "attr54518") ) +(myObject (attribute1 "attr54519") ) +(myObject (attribute1 "attr54520") ) +(myObject (attribute1 "attr54521") ) +(myObject (attribute1 "attr54522") ) +(myObject (attribute1 "attr54523") ) +(myObject (attribute1 "attr54524") ) +(myObject (attribute1 "attr54525") ) +(myObject (attribute1 "attr54526") ) +(myObject (attribute1 "attr54527") ) +(myObject (attribute1 "attr54528") ) +(myObject (attribute1 "attr54529") ) +(myObject (attribute1 "attr54530") ) +(myObject (attribute1 "attr54531") ) +(myObject (attribute1 "attr54532") ) +(myObject (attribute1 "attr54533") ) +(myObject (attribute1 "attr54534") ) +(myObject (attribute1 "attr54535") ) +(myObject (attribute1 "attr54536") ) +(myObject (attribute1 "attr54537") ) +(myObject (attribute1 "attr54538") ) +(myObject (attribute1 "attr54539") ) +(myObject (attribute1 "attr54540") ) +(myObject (attribute1 "attr54541") ) +(myObject (attribute1 "attr54542") ) +(myObject (attribute1 "attr54543") ) +(myObject (attribute1 "attr54544") ) +(myObject (attribute1 "attr54545") ) +(myObject (attribute1 "attr54546") ) +(myObject (attribute1 "attr54547") ) +(myObject (attribute1 "attr54548") ) +(myObject (attribute1 "attr54549") ) +(myObject (attribute1 "attr54550") ) +(myObject (attribute1 "attr54551") ) +(myObject (attribute1 "attr54552") ) +(myObject (attribute1 "attr54553") ) +(myObject (attribute1 "attr54554") ) +(myObject (attribute1 "attr54555") ) +(myObject (attribute1 "attr54556") ) +(myObject (attribute1 "attr54557") ) +(myObject (attribute1 "attr54558") ) +(myObject (attribute1 "attr54559") ) +(myObject (attribute1 "attr54560") ) +(myObject (attribute1 "attr54561") ) +(myObject (attribute1 "attr54562") ) +(myObject (attribute1 "attr54563") ) +(myObject (attribute1 "attr54564") ) +(myObject (attribute1 "attr54565") ) +(myObject (attribute1 "attr54566") ) +(myObject (attribute1 "attr54567") ) +(myObject (attribute1 "attr54568") ) +(myObject (attribute1 "attr54569") ) +(myObject (attribute1 "attr54570") ) +(myObject (attribute1 "attr54571") ) +(myObject (attribute1 "attr54572") ) +(myObject (attribute1 "attr54573") ) +(myObject (attribute1 "attr54574") ) +(myObject (attribute1 "attr54575") ) +(myObject (attribute1 "attr54576") ) +(myObject (attribute1 "attr54577") ) +(myObject (attribute1 "attr54578") ) +(myObject (attribute1 "attr54579") ) +(myObject (attribute1 "attr54580") ) +(myObject (attribute1 "attr54581") ) +(myObject (attribute1 "attr54582") ) +(myObject (attribute1 "attr54583") ) +(myObject (attribute1 "attr54584") ) +(myObject (attribute1 "attr54585") ) +(myObject (attribute1 "attr54586") ) +(myObject (attribute1 "attr54587") ) +(myObject (attribute1 "attr54588") ) +(myObject (attribute1 "attr54589") ) +(myObject (attribute1 "attr54590") ) +(myObject (attribute1 "attr54591") ) +(myObject (attribute1 "attr54592") ) +(myObject (attribute1 "attr54593") ) +(myObject (attribute1 "attr54594") ) +(myObject (attribute1 "attr54595") ) +(myObject (attribute1 "attr54596") ) +(myObject (attribute1 "attr54597") ) +(myObject (attribute1 "attr54598") ) +(myObject (attribute1 "attr54599") ) +(myObject (attribute1 "attr54600") ) +(myObject (attribute1 "attr54601") ) +(myObject (attribute1 "attr54602") ) +(myObject (attribute1 "attr54603") ) +(myObject (attribute1 "attr54604") ) +(myObject (attribute1 "attr54605") ) +(myObject (attribute1 "attr54606") ) +(myObject (attribute1 "attr54607") ) +(myObject (attribute1 "attr54608") ) +(myObject (attribute1 "attr54609") ) +(myObject (attribute1 "attr54610") ) +(myObject (attribute1 "attr54611") ) +(myObject (attribute1 "attr54612") ) +(myObject (attribute1 "attr54613") ) +(myObject (attribute1 "attr54614") ) +(myObject (attribute1 "attr54615") ) +(myObject (attribute1 "attr54616") ) +(myObject (attribute1 "attr54617") ) +(myObject (attribute1 "attr54618") ) +(myObject (attribute1 "attr54619") ) +(myObject (attribute1 "attr54620") ) +(myObject (attribute1 "attr54621") ) +(myObject (attribute1 "attr54622") ) +(myObject (attribute1 "attr54623") ) +(myObject (attribute1 "attr54624") ) +(myObject (attribute1 "attr54625") ) +(myObject (attribute1 "attr54626") ) +(myObject (attribute1 "attr54627") ) +(myObject (attribute1 "attr54628") ) +(myObject (attribute1 "attr54629") ) +(myObject (attribute1 "attr54630") ) +(myObject (attribute1 "attr54631") ) +(myObject (attribute1 "attr54632") ) +(myObject (attribute1 "attr54633") ) +(myObject (attribute1 "attr54634") ) +(myObject (attribute1 "attr54635") ) +(myObject (attribute1 "attr54636") ) +(myObject (attribute1 "attr54637") ) +(myObject (attribute1 "attr54638") ) +(myObject (attribute1 "attr54639") ) +(myObject (attribute1 "attr54640") ) +(myObject (attribute1 "attr54641") ) +(myObject (attribute1 "attr54642") ) +(myObject (attribute1 "attr54643") ) +(myObject (attribute1 "attr54644") ) +(myObject (attribute1 "attr54645") ) +(myObject (attribute1 "attr54646") ) +(myObject (attribute1 "attr54647") ) +(myObject (attribute1 "attr54648") ) +(myObject (attribute1 "attr54649") ) +(myObject (attribute1 "attr54650") ) +(myObject (attribute1 "attr54651") ) +(myObject (attribute1 "attr54652") ) +(myObject (attribute1 "attr54653") ) +(myObject (attribute1 "attr54654") ) +(myObject (attribute1 "attr54655") ) +(myObject (attribute1 "attr54656") ) +(myObject (attribute1 "attr54657") ) +(myObject (attribute1 "attr54658") ) +(myObject (attribute1 "attr54659") ) +(myObject (attribute1 "attr54660") ) +(myObject (attribute1 "attr54661") ) +(myObject (attribute1 "attr54662") ) +(myObject (attribute1 "attr54663") ) +(myObject (attribute1 "attr54664") ) +(myObject (attribute1 "attr54665") ) +(myObject (attribute1 "attr54666") ) +(myObject (attribute1 "attr54667") ) +(myObject (attribute1 "attr54668") ) +(myObject (attribute1 "attr54669") ) +(myObject (attribute1 "attr54670") ) +(myObject (attribute1 "attr54671") ) +(myObject (attribute1 "attr54672") ) +(myObject (attribute1 "attr54673") ) +(myObject (attribute1 "attr54674") ) +(myObject (attribute1 "attr54675") ) +(myObject (attribute1 "attr54676") ) +(myObject (attribute1 "attr54677") ) +(myObject (attribute1 "attr54678") ) +(myObject (attribute1 "attr54679") ) +(myObject (attribute1 "attr54680") ) +(myObject (attribute1 "attr54681") ) +(myObject (attribute1 "attr54682") ) +(myObject (attribute1 "attr54683") ) +(myObject (attribute1 "attr54684") ) +(myObject (attribute1 "attr54685") ) +(myObject (attribute1 "attr54686") ) +(myObject (attribute1 "attr54687") ) +(myObject (attribute1 "attr54688") ) +(myObject (attribute1 "attr54689") ) +(myObject (attribute1 "attr54690") ) +(myObject (attribute1 "attr54691") ) +(myObject (attribute1 "attr54692") ) +(myObject (attribute1 "attr54693") ) +(myObject (attribute1 "attr54694") ) +(myObject (attribute1 "attr54695") ) +(myObject (attribute1 "attr54696") ) +(myObject (attribute1 "attr54697") ) +(myObject (attribute1 "attr54698") ) +(myObject (attribute1 "attr54699") ) +(myObject (attribute1 "attr54700") ) +(myObject (attribute1 "attr54701") ) +(myObject (attribute1 "attr54702") ) +(myObject (attribute1 "attr54703") ) +(myObject (attribute1 "attr54704") ) +(myObject (attribute1 "attr54705") ) +(myObject (attribute1 "attr54706") ) +(myObject (attribute1 "attr54707") ) +(myObject (attribute1 "attr54708") ) +(myObject (attribute1 "attr54709") ) +(myObject (attribute1 "attr54710") ) +(myObject (attribute1 "attr54711") ) +(myObject (attribute1 "attr54712") ) +(myObject (attribute1 "attr54713") ) +(myObject (attribute1 "attr54714") ) +(myObject (attribute1 "attr54715") ) +(myObject (attribute1 "attr54716") ) +(myObject (attribute1 "attr54717") ) +(myObject (attribute1 "attr54718") ) +(myObject (attribute1 "attr54719") ) +(myObject (attribute1 "attr54720") ) +(myObject (attribute1 "attr54721") ) +(myObject (attribute1 "attr54722") ) +(myObject (attribute1 "attr54723") ) +(myObject (attribute1 "attr54724") ) +(myObject (attribute1 "attr54725") ) +(myObject (attribute1 "attr54726") ) +(myObject (attribute1 "attr54727") ) +(myObject (attribute1 "attr54728") ) +(myObject (attribute1 "attr54729") ) +(myObject (attribute1 "attr54730") ) +(myObject (attribute1 "attr54731") ) +(myObject (attribute1 "attr54732") ) +(myObject (attribute1 "attr54733") ) +(myObject (attribute1 "attr54734") ) +(myObject (attribute1 "attr54735") ) +(myObject (attribute1 "attr54736") ) +(myObject (attribute1 "attr54737") ) +(myObject (attribute1 "attr54738") ) +(myObject (attribute1 "attr54739") ) +(myObject (attribute1 "attr54740") ) +(myObject (attribute1 "attr54741") ) +(myObject (attribute1 "attr54742") ) +(myObject (attribute1 "attr54743") ) +(myObject (attribute1 "attr54744") ) +(myObject (attribute1 "attr54745") ) +(myObject (attribute1 "attr54746") ) +(myObject (attribute1 "attr54747") ) +(myObject (attribute1 "attr54748") ) +(myObject (attribute1 "attr54749") ) +(myObject (attribute1 "attr54750") ) +(myObject (attribute1 "attr54751") ) +(myObject (attribute1 "attr54752") ) +(myObject (attribute1 "attr54753") ) +(myObject (attribute1 "attr54754") ) +(myObject (attribute1 "attr54755") ) +(myObject (attribute1 "attr54756") ) +(myObject (attribute1 "attr54757") ) +(myObject (attribute1 "attr54758") ) +(myObject (attribute1 "attr54759") ) +(myObject (attribute1 "attr54760") ) +(myObject (attribute1 "attr54761") ) +(myObject (attribute1 "attr54762") ) +(myObject (attribute1 "attr54763") ) +(myObject (attribute1 "attr54764") ) +(myObject (attribute1 "attr54765") ) +(myObject (attribute1 "attr54766") ) +(myObject (attribute1 "attr54767") ) +(myObject (attribute1 "attr54768") ) +(myObject (attribute1 "attr54769") ) +(myObject (attribute1 "attr54770") ) +(myObject (attribute1 "attr54771") ) +(myObject (attribute1 "attr54772") ) +(myObject (attribute1 "attr54773") ) +(myObject (attribute1 "attr54774") ) +(myObject (attribute1 "attr54775") ) +(myObject (attribute1 "attr54776") ) +(myObject (attribute1 "attr54777") ) +(myObject (attribute1 "attr54778") ) +(myObject (attribute1 "attr54779") ) +(myObject (attribute1 "attr54780") ) +(myObject (attribute1 "attr54781") ) +(myObject (attribute1 "attr54782") ) +(myObject (attribute1 "attr54783") ) +(myObject (attribute1 "attr54784") ) +(myObject (attribute1 "attr54785") ) +(myObject (attribute1 "attr54786") ) +(myObject (attribute1 "attr54787") ) +(myObject (attribute1 "attr54788") ) +(myObject (attribute1 "attr54789") ) +(myObject (attribute1 "attr54790") ) +(myObject (attribute1 "attr54791") ) +(myObject (attribute1 "attr54792") ) +(myObject (attribute1 "attr54793") ) +(myObject (attribute1 "attr54794") ) +(myObject (attribute1 "attr54795") ) +(myObject (attribute1 "attr54796") ) +(myObject (attribute1 "attr54797") ) +(myObject (attribute1 "attr54798") ) +(myObject (attribute1 "attr54799") ) +(myObject (attribute1 "attr54800") ) +(myObject (attribute1 "attr54801") ) +(myObject (attribute1 "attr54802") ) +(myObject (attribute1 "attr54803") ) +(myObject (attribute1 "attr54804") ) +(myObject (attribute1 "attr54805") ) +(myObject (attribute1 "attr54806") ) +(myObject (attribute1 "attr54807") ) +(myObject (attribute1 "attr54808") ) +(myObject (attribute1 "attr54809") ) +(myObject (attribute1 "attr54810") ) +(myObject (attribute1 "attr54811") ) +(myObject (attribute1 "attr54812") ) +(myObject (attribute1 "attr54813") ) +(myObject (attribute1 "attr54814") ) +(myObject (attribute1 "attr54815") ) +(myObject (attribute1 "attr54816") ) +(myObject (attribute1 "attr54817") ) +(myObject (attribute1 "attr54818") ) +(myObject (attribute1 "attr54819") ) +(myObject (attribute1 "attr54820") ) +(myObject (attribute1 "attr54821") ) +(myObject (attribute1 "attr54822") ) +(myObject (attribute1 "attr54823") ) +(myObject (attribute1 "attr54824") ) +(myObject (attribute1 "attr54825") ) +(myObject (attribute1 "attr54826") ) +(myObject (attribute1 "attr54827") ) +(myObject (attribute1 "attr54828") ) +(myObject (attribute1 "attr54829") ) +(myObject (attribute1 "attr54830") ) +(myObject (attribute1 "attr54831") ) +(myObject (attribute1 "attr54832") ) +(myObject (attribute1 "attr54833") ) +(myObject (attribute1 "attr54834") ) +(myObject (attribute1 "attr54835") ) +(myObject (attribute1 "attr54836") ) +(myObject (attribute1 "attr54837") ) +(myObject (attribute1 "attr54838") ) +(myObject (attribute1 "attr54839") ) +(myObject (attribute1 "attr54840") ) +(myObject (attribute1 "attr54841") ) +(myObject (attribute1 "attr54842") ) +(myObject (attribute1 "attr54843") ) +(myObject (attribute1 "attr54844") ) +(myObject (attribute1 "attr54845") ) +(myObject (attribute1 "attr54846") ) +(myObject (attribute1 "attr54847") ) +(myObject (attribute1 "attr54848") ) +(myObject (attribute1 "attr54849") ) +(myObject (attribute1 "attr54850") ) +(myObject (attribute1 "attr54851") ) +(myObject (attribute1 "attr54852") ) +(myObject (attribute1 "attr54853") ) +(myObject (attribute1 "attr54854") ) +(myObject (attribute1 "attr54855") ) +(myObject (attribute1 "attr54856") ) +(myObject (attribute1 "attr54857") ) +(myObject (attribute1 "attr54858") ) +(myObject (attribute1 "attr54859") ) +(myObject (attribute1 "attr54860") ) +(myObject (attribute1 "attr54861") ) +(myObject (attribute1 "attr54862") ) +(myObject (attribute1 "attr54863") ) +(myObject (attribute1 "attr54864") ) +(myObject (attribute1 "attr54865") ) +(myObject (attribute1 "attr54866") ) +(myObject (attribute1 "attr54867") ) +(myObject (attribute1 "attr54868") ) +(myObject (attribute1 "attr54869") ) +(myObject (attribute1 "attr54870") ) +(myObject (attribute1 "attr54871") ) +(myObject (attribute1 "attr54872") ) +(myObject (attribute1 "attr54873") ) +(myObject (attribute1 "attr54874") ) +(myObject (attribute1 "attr54875") ) +(myObject (attribute1 "attr54876") ) +(myObject (attribute1 "attr54877") ) +(myObject (attribute1 "attr54878") ) +(myObject (attribute1 "attr54879") ) +(myObject (attribute1 "attr54880") ) +(myObject (attribute1 "attr54881") ) +(myObject (attribute1 "attr54882") ) +(myObject (attribute1 "attr54883") ) +(myObject (attribute1 "attr54884") ) +(myObject (attribute1 "attr54885") ) +(myObject (attribute1 "attr54886") ) +(myObject (attribute1 "attr54887") ) +(myObject (attribute1 "attr54888") ) +(myObject (attribute1 "attr54889") ) +(myObject (attribute1 "attr54890") ) +(myObject (attribute1 "attr54891") ) +(myObject (attribute1 "attr54892") ) +(myObject (attribute1 "attr54893") ) +(myObject (attribute1 "attr54894") ) +(myObject (attribute1 "attr54895") ) +(myObject (attribute1 "attr54896") ) +(myObject (attribute1 "attr54897") ) +(myObject (attribute1 "attr54898") ) +(myObject (attribute1 "attr54899") ) +(myObject (attribute1 "attr54900") ) +(myObject (attribute1 "attr54901") ) +(myObject (attribute1 "attr54902") ) +(myObject (attribute1 "attr54903") ) +(myObject (attribute1 "attr54904") ) +(myObject (attribute1 "attr54905") ) +(myObject (attribute1 "attr54906") ) +(myObject (attribute1 "attr54907") ) +(myObject (attribute1 "attr54908") ) +(myObject (attribute1 "attr54909") ) +(myObject (attribute1 "attr54910") ) +(myObject (attribute1 "attr54911") ) +(myObject (attribute1 "attr54912") ) +(myObject (attribute1 "attr54913") ) +(myObject (attribute1 "attr54914") ) +(myObject (attribute1 "attr54915") ) +(myObject (attribute1 "attr54916") ) +(myObject (attribute1 "attr54917") ) +(myObject (attribute1 "attr54918") ) +(myObject (attribute1 "attr54919") ) +(myObject (attribute1 "attr54920") ) +(myObject (attribute1 "attr54921") ) +(myObject (attribute1 "attr54922") ) +(myObject (attribute1 "attr54923") ) +(myObject (attribute1 "attr54924") ) +(myObject (attribute1 "attr54925") ) +(myObject (attribute1 "attr54926") ) +(myObject (attribute1 "attr54927") ) +(myObject (attribute1 "attr54928") ) +(myObject (attribute1 "attr54929") ) +(myObject (attribute1 "attr54930") ) +(myObject (attribute1 "attr54931") ) +(myObject (attribute1 "attr54932") ) +(myObject (attribute1 "attr54933") ) +(myObject (attribute1 "attr54934") ) +(myObject (attribute1 "attr54935") ) +(myObject (attribute1 "attr54936") ) +(myObject (attribute1 "attr54937") ) +(myObject (attribute1 "attr54938") ) +(myObject (attribute1 "attr54939") ) +(myObject (attribute1 "attr54940") ) +(myObject (attribute1 "attr54941") ) +(myObject (attribute1 "attr54942") ) +(myObject (attribute1 "attr54943") ) +(myObject (attribute1 "attr54944") ) +(myObject (attribute1 "attr54945") ) +(myObject (attribute1 "attr54946") ) +(myObject (attribute1 "attr54947") ) +(myObject (attribute1 "attr54948") ) +(myObject (attribute1 "attr54949") ) +(myObject (attribute1 "attr54950") ) +(myObject (attribute1 "attr54951") ) +(myObject (attribute1 "attr54952") ) +(myObject (attribute1 "attr54953") ) +(myObject (attribute1 "attr54954") ) +(myObject (attribute1 "attr54955") ) +(myObject (attribute1 "attr54956") ) +(myObject (attribute1 "attr54957") ) +(myObject (attribute1 "attr54958") ) +(myObject (attribute1 "attr54959") ) +(myObject (attribute1 "attr54960") ) +(myObject (attribute1 "attr54961") ) +(myObject (attribute1 "attr54962") ) +(myObject (attribute1 "attr54963") ) +(myObject (attribute1 "attr54964") ) +(myObject (attribute1 "attr54965") ) +(myObject (attribute1 "attr54966") ) +(myObject (attribute1 "attr54967") ) +(myObject (attribute1 "attr54968") ) +(myObject (attribute1 "attr54969") ) +(myObject (attribute1 "attr54970") ) +(myObject (attribute1 "attr54971") ) +(myObject (attribute1 "attr54972") ) +(myObject (attribute1 "attr54973") ) +(myObject (attribute1 "attr54974") ) +(myObject (attribute1 "attr54975") ) +(myObject (attribute1 "attr54976") ) +(myObject (attribute1 "attr54977") ) +(myObject (attribute1 "attr54978") ) +(myObject (attribute1 "attr54979") ) +(myObject (attribute1 "attr54980") ) +(myObject (attribute1 "attr54981") ) +(myObject (attribute1 "attr54982") ) +(myObject (attribute1 "attr54983") ) +(myObject (attribute1 "attr54984") ) +(myObject (attribute1 "attr54985") ) +(myObject (attribute1 "attr54986") ) +(myObject (attribute1 "attr54987") ) +(myObject (attribute1 "attr54988") ) +(myObject (attribute1 "attr54989") ) +(myObject (attribute1 "attr54990") ) +(myObject (attribute1 "attr54991") ) +(myObject (attribute1 "attr54992") ) +(myObject (attribute1 "attr54993") ) +(myObject (attribute1 "attr54994") ) +(myObject (attribute1 "attr54995") ) +(myObject (attribute1 "attr54996") ) +(myObject (attribute1 "attr54997") ) +(myObject (attribute1 "attr54998") ) +(myObject (attribute1 "attr54999") ) +(myObject (attribute1 "attr55000") ) +(myObject (attribute1 "attr55001") ) +(myObject (attribute1 "attr55002") ) +(myObject (attribute1 "attr55003") ) +(myObject (attribute1 "attr55004") ) +(myObject (attribute1 "attr55005") ) +(myObject (attribute1 "attr55006") ) +(myObject (attribute1 "attr55007") ) +(myObject (attribute1 "attr55008") ) +(myObject (attribute1 "attr55009") ) +(myObject (attribute1 "attr55010") ) +(myObject (attribute1 "attr55011") ) +(myObject (attribute1 "attr55012") ) +(myObject (attribute1 "attr55013") ) +(myObject (attribute1 "attr55014") ) +(myObject (attribute1 "attr55015") ) +(myObject (attribute1 "attr55016") ) +(myObject (attribute1 "attr55017") ) +(myObject (attribute1 "attr55018") ) +(myObject (attribute1 "attr55019") ) +(myObject (attribute1 "attr55020") ) +(myObject (attribute1 "attr55021") ) +(myObject (attribute1 "attr55022") ) +(myObject (attribute1 "attr55023") ) +(myObject (attribute1 "attr55024") ) +(myObject (attribute1 "attr55025") ) +(myObject (attribute1 "attr55026") ) +(myObject (attribute1 "attr55027") ) +(myObject (attribute1 "attr55028") ) +(myObject (attribute1 "attr55029") ) +(myObject (attribute1 "attr55030") ) +(myObject (attribute1 "attr55031") ) +(myObject (attribute1 "attr55032") ) +(myObject (attribute1 "attr55033") ) +(myObject (attribute1 "attr55034") ) +(myObject (attribute1 "attr55035") ) +(myObject (attribute1 "attr55036") ) +(myObject (attribute1 "attr55037") ) +(myObject (attribute1 "attr55038") ) +(myObject (attribute1 "attr55039") ) +(myObject (attribute1 "attr55040") ) +(myObject (attribute1 "attr55041") ) +(myObject (attribute1 "attr55042") ) +(myObject (attribute1 "attr55043") ) +(myObject (attribute1 "attr55044") ) +(myObject (attribute1 "attr55045") ) +(myObject (attribute1 "attr55046") ) +(myObject (attribute1 "attr55047") ) +(myObject (attribute1 "attr55048") ) +(myObject (attribute1 "attr55049") ) +(myObject (attribute1 "attr55050") ) +(myObject (attribute1 "attr55051") ) +(myObject (attribute1 "attr55052") ) +(myObject (attribute1 "attr55053") ) +(myObject (attribute1 "attr55054") ) +(myObject (attribute1 "attr55055") ) +(myObject (attribute1 "attr55056") ) +(myObject (attribute1 "attr55057") ) +(myObject (attribute1 "attr55058") ) +(myObject (attribute1 "attr55059") ) +(myObject (attribute1 "attr55060") ) +(myObject (attribute1 "attr55061") ) +(myObject (attribute1 "attr55062") ) +(myObject (attribute1 "attr55063") ) +(myObject (attribute1 "attr55064") ) +(myObject (attribute1 "attr55065") ) +(myObject (attribute1 "attr55066") ) +(myObject (attribute1 "attr55067") ) +(myObject (attribute1 "attr55068") ) +(myObject (attribute1 "attr55069") ) +(myObject (attribute1 "attr55070") ) +(myObject (attribute1 "attr55071") ) +(myObject (attribute1 "attr55072") ) +(myObject (attribute1 "attr55073") ) +(myObject (attribute1 "attr55074") ) +(myObject (attribute1 "attr55075") ) +(myObject (attribute1 "attr55076") ) +(myObject (attribute1 "attr55077") ) +(myObject (attribute1 "attr55078") ) +(myObject (attribute1 "attr55079") ) +(myObject (attribute1 "attr55080") ) +(myObject (attribute1 "attr55081") ) +(myObject (attribute1 "attr55082") ) +(myObject (attribute1 "attr55083") ) +(myObject (attribute1 "attr55084") ) +(myObject (attribute1 "attr55085") ) +(myObject (attribute1 "attr55086") ) +(myObject (attribute1 "attr55087") ) +(myObject (attribute1 "attr55088") ) +(myObject (attribute1 "attr55089") ) +(myObject (attribute1 "attr55090") ) +(myObject (attribute1 "attr55091") ) +(myObject (attribute1 "attr55092") ) +(myObject (attribute1 "attr55093") ) +(myObject (attribute1 "attr55094") ) +(myObject (attribute1 "attr55095") ) +(myObject (attribute1 "attr55096") ) +(myObject (attribute1 "attr55097") ) +(myObject (attribute1 "attr55098") ) +(myObject (attribute1 "attr55099") ) +(myObject (attribute1 "attr55100") ) +(myObject (attribute1 "attr55101") ) +(myObject (attribute1 "attr55102") ) +(myObject (attribute1 "attr55103") ) +(myObject (attribute1 "attr55104") ) +(myObject (attribute1 "attr55105") ) +(myObject (attribute1 "attr55106") ) +(myObject (attribute1 "attr55107") ) +(myObject (attribute1 "attr55108") ) +(myObject (attribute1 "attr55109") ) +(myObject (attribute1 "attr55110") ) +(myObject (attribute1 "attr55111") ) +(myObject (attribute1 "attr55112") ) +(myObject (attribute1 "attr55113") ) +(myObject (attribute1 "attr55114") ) +(myObject (attribute1 "attr55115") ) +(myObject (attribute1 "attr55116") ) +(myObject (attribute1 "attr55117") ) +(myObject (attribute1 "attr55118") ) +(myObject (attribute1 "attr55119") ) +(myObject (attribute1 "attr55120") ) +(myObject (attribute1 "attr55121") ) +(myObject (attribute1 "attr55122") ) +(myObject (attribute1 "attr55123") ) +(myObject (attribute1 "attr55124") ) +(myObject (attribute1 "attr55125") ) +(myObject (attribute1 "attr55126") ) +(myObject (attribute1 "attr55127") ) +(myObject (attribute1 "attr55128") ) +(myObject (attribute1 "attr55129") ) +(myObject (attribute1 "attr55130") ) +(myObject (attribute1 "attr55131") ) +(myObject (attribute1 "attr55132") ) +(myObject (attribute1 "attr55133") ) +(myObject (attribute1 "attr55134") ) +(myObject (attribute1 "attr55135") ) +(myObject (attribute1 "attr55136") ) +(myObject (attribute1 "attr55137") ) +(myObject (attribute1 "attr55138") ) +(myObject (attribute1 "attr55139") ) +(myObject (attribute1 "attr55140") ) +(myObject (attribute1 "attr55141") ) +(myObject (attribute1 "attr55142") ) +(myObject (attribute1 "attr55143") ) +(myObject (attribute1 "attr55144") ) +(myObject (attribute1 "attr55145") ) +(myObject (attribute1 "attr55146") ) +(myObject (attribute1 "attr55147") ) +(myObject (attribute1 "attr55148") ) +(myObject (attribute1 "attr55149") ) +(myObject (attribute1 "attr55150") ) +(myObject (attribute1 "attr55151") ) +(myObject (attribute1 "attr55152") ) +(myObject (attribute1 "attr55153") ) +(myObject (attribute1 "attr55154") ) +(myObject (attribute1 "attr55155") ) +(myObject (attribute1 "attr55156") ) +(myObject (attribute1 "attr55157") ) +(myObject (attribute1 "attr55158") ) +(myObject (attribute1 "attr55159") ) +(myObject (attribute1 "attr55160") ) +(myObject (attribute1 "attr55161") ) +(myObject (attribute1 "attr55162") ) +(myObject (attribute1 "attr55163") ) +(myObject (attribute1 "attr55164") ) +(myObject (attribute1 "attr55165") ) +(myObject (attribute1 "attr55166") ) +(myObject (attribute1 "attr55167") ) +(myObject (attribute1 "attr55168") ) +(myObject (attribute1 "attr55169") ) +(myObject (attribute1 "attr55170") ) +(myObject (attribute1 "attr55171") ) +(myObject (attribute1 "attr55172") ) +(myObject (attribute1 "attr55173") ) +(myObject (attribute1 "attr55174") ) +(myObject (attribute1 "attr55175") ) +(myObject (attribute1 "attr55176") ) +(myObject (attribute1 "attr55177") ) +(myObject (attribute1 "attr55178") ) +(myObject (attribute1 "attr55179") ) +(myObject (attribute1 "attr55180") ) +(myObject (attribute1 "attr55181") ) +(myObject (attribute1 "attr55182") ) +(myObject (attribute1 "attr55183") ) +(myObject (attribute1 "attr55184") ) +(myObject (attribute1 "attr55185") ) +(myObject (attribute1 "attr55186") ) +(myObject (attribute1 "attr55187") ) +(myObject (attribute1 "attr55188") ) +(myObject (attribute1 "attr55189") ) +(myObject (attribute1 "attr55190") ) +(myObject (attribute1 "attr55191") ) +(myObject (attribute1 "attr55192") ) +(myObject (attribute1 "attr55193") ) +(myObject (attribute1 "attr55194") ) +(myObject (attribute1 "attr55195") ) +(myObject (attribute1 "attr55196") ) +(myObject (attribute1 "attr55197") ) +(myObject (attribute1 "attr55198") ) +(myObject (attribute1 "attr55199") ) +(myObject (attribute1 "attr55200") ) +(myObject (attribute1 "attr55201") ) +(myObject (attribute1 "attr55202") ) +(myObject (attribute1 "attr55203") ) +(myObject (attribute1 "attr55204") ) +(myObject (attribute1 "attr55205") ) +(myObject (attribute1 "attr55206") ) +(myObject (attribute1 "attr55207") ) +(myObject (attribute1 "attr55208") ) +(myObject (attribute1 "attr55209") ) +(myObject (attribute1 "attr55210") ) +(myObject (attribute1 "attr55211") ) +(myObject (attribute1 "attr55212") ) +(myObject (attribute1 "attr55213") ) +(myObject (attribute1 "attr55214") ) +(myObject (attribute1 "attr55215") ) +(myObject (attribute1 "attr55216") ) +(myObject (attribute1 "attr55217") ) +(myObject (attribute1 "attr55218") ) +(myObject (attribute1 "attr55219") ) +(myObject (attribute1 "attr55220") ) +(myObject (attribute1 "attr55221") ) +(myObject (attribute1 "attr55222") ) +(myObject (attribute1 "attr55223") ) +(myObject (attribute1 "attr55224") ) +(myObject (attribute1 "attr55225") ) +(myObject (attribute1 "attr55226") ) +(myObject (attribute1 "attr55227") ) +(myObject (attribute1 "attr55228") ) +(myObject (attribute1 "attr55229") ) +(myObject (attribute1 "attr55230") ) +(myObject (attribute1 "attr55231") ) +(myObject (attribute1 "attr55232") ) +(myObject (attribute1 "attr55233") ) +(myObject (attribute1 "attr55234") ) +(myObject (attribute1 "attr55235") ) +(myObject (attribute1 "attr55236") ) +(myObject (attribute1 "attr55237") ) +(myObject (attribute1 "attr55238") ) +(myObject (attribute1 "attr55239") ) +(myObject (attribute1 "attr55240") ) +(myObject (attribute1 "attr55241") ) +(myObject (attribute1 "attr55242") ) +(myObject (attribute1 "attr55243") ) +(myObject (attribute1 "attr55244") ) +(myObject (attribute1 "attr55245") ) +(myObject (attribute1 "attr55246") ) +(myObject (attribute1 "attr55247") ) +(myObject (attribute1 "attr55248") ) +(myObject (attribute1 "attr55249") ) +(myObject (attribute1 "attr55250") ) +(myObject (attribute1 "attr55251") ) +(myObject (attribute1 "attr55252") ) +(myObject (attribute1 "attr55253") ) +(myObject (attribute1 "attr55254") ) +(myObject (attribute1 "attr55255") ) +(myObject (attribute1 "attr55256") ) +(myObject (attribute1 "attr55257") ) +(myObject (attribute1 "attr55258") ) +(myObject (attribute1 "attr55259") ) +(myObject (attribute1 "attr55260") ) +(myObject (attribute1 "attr55261") ) +(myObject (attribute1 "attr55262") ) +(myObject (attribute1 "attr55263") ) +(myObject (attribute1 "attr55264") ) +(myObject (attribute1 "attr55265") ) +(myObject (attribute1 "attr55266") ) +(myObject (attribute1 "attr55267") ) +(myObject (attribute1 "attr55268") ) +(myObject (attribute1 "attr55269") ) +(myObject (attribute1 "attr55270") ) +(myObject (attribute1 "attr55271") ) +(myObject (attribute1 "attr55272") ) +(myObject (attribute1 "attr55273") ) +(myObject (attribute1 "attr55274") ) +(myObject (attribute1 "attr55275") ) +(myObject (attribute1 "attr55276") ) +(myObject (attribute1 "attr55277") ) +(myObject (attribute1 "attr55278") ) +(myObject (attribute1 "attr55279") ) +(myObject (attribute1 "attr55280") ) +(myObject (attribute1 "attr55281") ) +(myObject (attribute1 "attr55282") ) +(myObject (attribute1 "attr55283") ) +(myObject (attribute1 "attr55284") ) +(myObject (attribute1 "attr55285") ) +(myObject (attribute1 "attr55286") ) +(myObject (attribute1 "attr55287") ) +(myObject (attribute1 "attr55288") ) +(myObject (attribute1 "attr55289") ) +(myObject (attribute1 "attr55290") ) +(myObject (attribute1 "attr55291") ) +(myObject (attribute1 "attr55292") ) +(myObject (attribute1 "attr55293") ) +(myObject (attribute1 "attr55294") ) +(myObject (attribute1 "attr55295") ) +(myObject (attribute1 "attr55296") ) +(myObject (attribute1 "attr55297") ) +(myObject (attribute1 "attr55298") ) +(myObject (attribute1 "attr55299") ) +(myObject (attribute1 "attr55300") ) +(myObject (attribute1 "attr55301") ) +(myObject (attribute1 "attr55302") ) +(myObject (attribute1 "attr55303") ) +(myObject (attribute1 "attr55304") ) +(myObject (attribute1 "attr55305") ) +(myObject (attribute1 "attr55306") ) +(myObject (attribute1 "attr55307") ) +(myObject (attribute1 "attr55308") ) +(myObject (attribute1 "attr55309") ) +(myObject (attribute1 "attr55310") ) +(myObject (attribute1 "attr55311") ) +(myObject (attribute1 "attr55312") ) +(myObject (attribute1 "attr55313") ) +(myObject (attribute1 "attr55314") ) +(myObject (attribute1 "attr55315") ) +(myObject (attribute1 "attr55316") ) +(myObject (attribute1 "attr55317") ) +(myObject (attribute1 "attr55318") ) +(myObject (attribute1 "attr55319") ) +(myObject (attribute1 "attr55320") ) +(myObject (attribute1 "attr55321") ) +(myObject (attribute1 "attr55322") ) +(myObject (attribute1 "attr55323") ) +(myObject (attribute1 "attr55324") ) +(myObject (attribute1 "attr55325") ) +(myObject (attribute1 "attr55326") ) +(myObject (attribute1 "attr55327") ) +(myObject (attribute1 "attr55328") ) +(myObject (attribute1 "attr55329") ) +(myObject (attribute1 "attr55330") ) +(myObject (attribute1 "attr55331") ) +(myObject (attribute1 "attr55332") ) +(myObject (attribute1 "attr55333") ) +(myObject (attribute1 "attr55334") ) +(myObject (attribute1 "attr55335") ) +(myObject (attribute1 "attr55336") ) +(myObject (attribute1 "attr55337") ) +(myObject (attribute1 "attr55338") ) +(myObject (attribute1 "attr55339") ) +(myObject (attribute1 "attr55340") ) +(myObject (attribute1 "attr55341") ) +(myObject (attribute1 "attr55342") ) +(myObject (attribute1 "attr55343") ) +(myObject (attribute1 "attr55344") ) +(myObject (attribute1 "attr55345") ) +(myObject (attribute1 "attr55346") ) +(myObject (attribute1 "attr55347") ) +(myObject (attribute1 "attr55348") ) +(myObject (attribute1 "attr55349") ) +(myObject (attribute1 "attr55350") ) +(myObject (attribute1 "attr55351") ) +(myObject (attribute1 "attr55352") ) +(myObject (attribute1 "attr55353") ) +(myObject (attribute1 "attr55354") ) +(myObject (attribute1 "attr55355") ) +(myObject (attribute1 "attr55356") ) +(myObject (attribute1 "attr55357") ) +(myObject (attribute1 "attr55358") ) +(myObject (attribute1 "attr55359") ) +(myObject (attribute1 "attr55360") ) +(myObject (attribute1 "attr55361") ) +(myObject (attribute1 "attr55362") ) +(myObject (attribute1 "attr55363") ) +(myObject (attribute1 "attr55364") ) +(myObject (attribute1 "attr55365") ) +(myObject (attribute1 "attr55366") ) +(myObject (attribute1 "attr55367") ) +(myObject (attribute1 "attr55368") ) +(myObject (attribute1 "attr55369") ) +(myObject (attribute1 "attr55370") ) +(myObject (attribute1 "attr55371") ) +(myObject (attribute1 "attr55372") ) +(myObject (attribute1 "attr55373") ) +(myObject (attribute1 "attr55374") ) +(myObject (attribute1 "attr55375") ) +(myObject (attribute1 "attr55376") ) +(myObject (attribute1 "attr55377") ) +(myObject (attribute1 "attr55378") ) +(myObject (attribute1 "attr55379") ) +(myObject (attribute1 "attr55380") ) +(myObject (attribute1 "attr55381") ) +(myObject (attribute1 "attr55382") ) +(myObject (attribute1 "attr55383") ) +(myObject (attribute1 "attr55384") ) +(myObject (attribute1 "attr55385") ) +(myObject (attribute1 "attr55386") ) +(myObject (attribute1 "attr55387") ) +(myObject (attribute1 "attr55388") ) +(myObject (attribute1 "attr55389") ) +(myObject (attribute1 "attr55390") ) +(myObject (attribute1 "attr55391") ) +(myObject (attribute1 "attr55392") ) +(myObject (attribute1 "attr55393") ) +(myObject (attribute1 "attr55394") ) +(myObject (attribute1 "attr55395") ) +(myObject (attribute1 "attr55396") ) +(myObject (attribute1 "attr55397") ) +(myObject (attribute1 "attr55398") ) +(myObject (attribute1 "attr55399") ) +(myObject (attribute1 "attr55400") ) +(myObject (attribute1 "attr55401") ) +(myObject (attribute1 "attr55402") ) +(myObject (attribute1 "attr55403") ) +(myObject (attribute1 "attr55404") ) +(myObject (attribute1 "attr55405") ) +(myObject (attribute1 "attr55406") ) +(myObject (attribute1 "attr55407") ) +(myObject (attribute1 "attr55408") ) +(myObject (attribute1 "attr55409") ) +(myObject (attribute1 "attr55410") ) +(myObject (attribute1 "attr55411") ) +(myObject (attribute1 "attr55412") ) +(myObject (attribute1 "attr55413") ) +(myObject (attribute1 "attr55414") ) +(myObject (attribute1 "attr55415") ) +(myObject (attribute1 "attr55416") ) +(myObject (attribute1 "attr55417") ) +(myObject (attribute1 "attr55418") ) +(myObject (attribute1 "attr55419") ) +(myObject (attribute1 "attr55420") ) +(myObject (attribute1 "attr55421") ) +(myObject (attribute1 "attr55422") ) +(myObject (attribute1 "attr55423") ) +(myObject (attribute1 "attr55424") ) +(myObject (attribute1 "attr55425") ) +(myObject (attribute1 "attr55426") ) +(myObject (attribute1 "attr55427") ) +(myObject (attribute1 "attr55428") ) +(myObject (attribute1 "attr55429") ) +(myObject (attribute1 "attr55430") ) +(myObject (attribute1 "attr55431") ) +(myObject (attribute1 "attr55432") ) +(myObject (attribute1 "attr55433") ) +(myObject (attribute1 "attr55434") ) +(myObject (attribute1 "attr55435") ) +(myObject (attribute1 "attr55436") ) +(myObject (attribute1 "attr55437") ) +(myObject (attribute1 "attr55438") ) +(myObject (attribute1 "attr55439") ) +(myObject (attribute1 "attr55440") ) +(myObject (attribute1 "attr55441") ) +(myObject (attribute1 "attr55442") ) +(myObject (attribute1 "attr55443") ) +(myObject (attribute1 "attr55444") ) +(myObject (attribute1 "attr55445") ) +(myObject (attribute1 "attr55446") ) +(myObject (attribute1 "attr55447") ) +(myObject (attribute1 "attr55448") ) +(myObject (attribute1 "attr55449") ) +(myObject (attribute1 "attr55450") ) +(myObject (attribute1 "attr55451") ) +(myObject (attribute1 "attr55452") ) +(myObject (attribute1 "attr55453") ) +(myObject (attribute1 "attr55454") ) +(myObject (attribute1 "attr55455") ) +(myObject (attribute1 "attr55456") ) +(myObject (attribute1 "attr55457") ) +(myObject (attribute1 "attr55458") ) +(myObject (attribute1 "attr55459") ) +(myObject (attribute1 "attr55460") ) +(myObject (attribute1 "attr55461") ) +(myObject (attribute1 "attr55462") ) +(myObject (attribute1 "attr55463") ) +(myObject (attribute1 "attr55464") ) +(myObject (attribute1 "attr55465") ) +(myObject (attribute1 "attr55466") ) +(myObject (attribute1 "attr55467") ) +(myObject (attribute1 "attr55468") ) +(myObject (attribute1 "attr55469") ) +(myObject (attribute1 "attr55470") ) +(myObject (attribute1 "attr55471") ) +(myObject (attribute1 "attr55472") ) +(myObject (attribute1 "attr55473") ) +(myObject (attribute1 "attr55474") ) +(myObject (attribute1 "attr55475") ) +(myObject (attribute1 "attr55476") ) +(myObject (attribute1 "attr55477") ) +(myObject (attribute1 "attr55478") ) +(myObject (attribute1 "attr55479") ) +(myObject (attribute1 "attr55480") ) +(myObject (attribute1 "attr55481") ) +(myObject (attribute1 "attr55482") ) +(myObject (attribute1 "attr55483") ) +(myObject (attribute1 "attr55484") ) +(myObject (attribute1 "attr55485") ) +(myObject (attribute1 "attr55486") ) +(myObject (attribute1 "attr55487") ) +(myObject (attribute1 "attr55488") ) +(myObject (attribute1 "attr55489") ) +(myObject (attribute1 "attr55490") ) +(myObject (attribute1 "attr55491") ) +(myObject (attribute1 "attr55492") ) +(myObject (attribute1 "attr55493") ) +(myObject (attribute1 "attr55494") ) +(myObject (attribute1 "attr55495") ) +(myObject (attribute1 "attr55496") ) +(myObject (attribute1 "attr55497") ) +(myObject (attribute1 "attr55498") ) +(myObject (attribute1 "attr55499") ) +(myObject (attribute1 "attr55500") ) +(myObject (attribute1 "attr55501") ) +(myObject (attribute1 "attr55502") ) +(myObject (attribute1 "attr55503") ) +(myObject (attribute1 "attr55504") ) +(myObject (attribute1 "attr55505") ) +(myObject (attribute1 "attr55506") ) +(myObject (attribute1 "attr55507") ) +(myObject (attribute1 "attr55508") ) +(myObject (attribute1 "attr55509") ) +(myObject (attribute1 "attr55510") ) +(myObject (attribute1 "attr55511") ) +(myObject (attribute1 "attr55512") ) +(myObject (attribute1 "attr55513") ) +(myObject (attribute1 "attr55514") ) +(myObject (attribute1 "attr55515") ) +(myObject (attribute1 "attr55516") ) +(myObject (attribute1 "attr55517") ) +(myObject (attribute1 "attr55518") ) +(myObject (attribute1 "attr55519") ) +(myObject (attribute1 "attr55520") ) +(myObject (attribute1 "attr55521") ) +(myObject (attribute1 "attr55522") ) +(myObject (attribute1 "attr55523") ) +(myObject (attribute1 "attr55524") ) +(myObject (attribute1 "attr55525") ) +(myObject (attribute1 "attr55526") ) +(myObject (attribute1 "attr55527") ) +(myObject (attribute1 "attr55528") ) +(myObject (attribute1 "attr55529") ) +(myObject (attribute1 "attr55530") ) +(myObject (attribute1 "attr55531") ) +(myObject (attribute1 "attr55532") ) +(myObject (attribute1 "attr55533") ) +(myObject (attribute1 "attr55534") ) +(myObject (attribute1 "attr55535") ) +(myObject (attribute1 "attr55536") ) +(myObject (attribute1 "attr55537") ) +(myObject (attribute1 "attr55538") ) +(myObject (attribute1 "attr55539") ) +(myObject (attribute1 "attr55540") ) +(myObject (attribute1 "attr55541") ) +(myObject (attribute1 "attr55542") ) +(myObject (attribute1 "attr55543") ) +(myObject (attribute1 "attr55544") ) +(myObject (attribute1 "attr55545") ) +(myObject (attribute1 "attr55546") ) +(myObject (attribute1 "attr55547") ) +(myObject (attribute1 "attr55548") ) +(myObject (attribute1 "attr55549") ) +(myObject (attribute1 "attr55550") ) +(myObject (attribute1 "attr55551") ) +(myObject (attribute1 "attr55552") ) +(myObject (attribute1 "attr55553") ) +(myObject (attribute1 "attr55554") ) +(myObject (attribute1 "attr55555") ) +(myObject (attribute1 "attr55556") ) +(myObject (attribute1 "attr55557") ) +(myObject (attribute1 "attr55558") ) +(myObject (attribute1 "attr55559") ) +(myObject (attribute1 "attr55560") ) +(myObject (attribute1 "attr55561") ) +(myObject (attribute1 "attr55562") ) +(myObject (attribute1 "attr55563") ) +(myObject (attribute1 "attr55564") ) +(myObject (attribute1 "attr55565") ) +(myObject (attribute1 "attr55566") ) +(myObject (attribute1 "attr55567") ) +(myObject (attribute1 "attr55568") ) +(myObject (attribute1 "attr55569") ) +(myObject (attribute1 "attr55570") ) +(myObject (attribute1 "attr55571") ) +(myObject (attribute1 "attr55572") ) +(myObject (attribute1 "attr55573") ) +(myObject (attribute1 "attr55574") ) +(myObject (attribute1 "attr55575") ) +(myObject (attribute1 "attr55576") ) +(myObject (attribute1 "attr55577") ) +(myObject (attribute1 "attr55578") ) +(myObject (attribute1 "attr55579") ) +(myObject (attribute1 "attr55580") ) +(myObject (attribute1 "attr55581") ) +(myObject (attribute1 "attr55582") ) +(myObject (attribute1 "attr55583") ) +(myObject (attribute1 "attr55584") ) +(myObject (attribute1 "attr55585") ) +(myObject (attribute1 "attr55586") ) +(myObject (attribute1 "attr55587") ) +(myObject (attribute1 "attr55588") ) +(myObject (attribute1 "attr55589") ) +(myObject (attribute1 "attr55590") ) +(myObject (attribute1 "attr55591") ) +(myObject (attribute1 "attr55592") ) +(myObject (attribute1 "attr55593") ) +(myObject (attribute1 "attr55594") ) +(myObject (attribute1 "attr55595") ) +(myObject (attribute1 "attr55596") ) +(myObject (attribute1 "attr55597") ) +(myObject (attribute1 "attr55598") ) +(myObject (attribute1 "attr55599") ) +(myObject (attribute1 "attr55600") ) +(myObject (attribute1 "attr55601") ) +(myObject (attribute1 "attr55602") ) +(myObject (attribute1 "attr55603") ) +(myObject (attribute1 "attr55604") ) +(myObject (attribute1 "attr55605") ) +(myObject (attribute1 "attr55606") ) +(myObject (attribute1 "attr55607") ) +(myObject (attribute1 "attr55608") ) +(myObject (attribute1 "attr55609") ) +(myObject (attribute1 "attr55610") ) +(myObject (attribute1 "attr55611") ) +(myObject (attribute1 "attr55612") ) +(myObject (attribute1 "attr55613") ) +(myObject (attribute1 "attr55614") ) +(myObject (attribute1 "attr55615") ) +(myObject (attribute1 "attr55616") ) +(myObject (attribute1 "attr55617") ) +(myObject (attribute1 "attr55618") ) +(myObject (attribute1 "attr55619") ) +(myObject (attribute1 "attr55620") ) +(myObject (attribute1 "attr55621") ) +(myObject (attribute1 "attr55622") ) +(myObject (attribute1 "attr55623") ) +(myObject (attribute1 "attr55624") ) +(myObject (attribute1 "attr55625") ) +(myObject (attribute1 "attr55626") ) +(myObject (attribute1 "attr55627") ) +(myObject (attribute1 "attr55628") ) +(myObject (attribute1 "attr55629") ) +(myObject (attribute1 "attr55630") ) +(myObject (attribute1 "attr55631") ) +(myObject (attribute1 "attr55632") ) +(myObject (attribute1 "attr55633") ) +(myObject (attribute1 "attr55634") ) +(myObject (attribute1 "attr55635") ) +(myObject (attribute1 "attr55636") ) +(myObject (attribute1 "attr55637") ) +(myObject (attribute1 "attr55638") ) +(myObject (attribute1 "attr55639") ) +(myObject (attribute1 "attr55640") ) +(myObject (attribute1 "attr55641") ) +(myObject (attribute1 "attr55642") ) +(myObject (attribute1 "attr55643") ) +(myObject (attribute1 "attr55644") ) +(myObject (attribute1 "attr55645") ) +(myObject (attribute1 "attr55646") ) +(myObject (attribute1 "attr55647") ) +(myObject (attribute1 "attr55648") ) +(myObject (attribute1 "attr55649") ) +(myObject (attribute1 "attr55650") ) +(myObject (attribute1 "attr55651") ) +(myObject (attribute1 "attr55652") ) +(myObject (attribute1 "attr55653") ) +(myObject (attribute1 "attr55654") ) +(myObject (attribute1 "attr55655") ) +(myObject (attribute1 "attr55656") ) +(myObject (attribute1 "attr55657") ) +(myObject (attribute1 "attr55658") ) +(myObject (attribute1 "attr55659") ) +(myObject (attribute1 "attr55660") ) +(myObject (attribute1 "attr55661") ) +(myObject (attribute1 "attr55662") ) +(myObject (attribute1 "attr55663") ) +(myObject (attribute1 "attr55664") ) +(myObject (attribute1 "attr55665") ) +(myObject (attribute1 "attr55666") ) +(myObject (attribute1 "attr55667") ) +(myObject (attribute1 "attr55668") ) +(myObject (attribute1 "attr55669") ) +(myObject (attribute1 "attr55670") ) +(myObject (attribute1 "attr55671") ) +(myObject (attribute1 "attr55672") ) +(myObject (attribute1 "attr55673") ) +(myObject (attribute1 "attr55674") ) +(myObject (attribute1 "attr55675") ) +(myObject (attribute1 "attr55676") ) +(myObject (attribute1 "attr55677") ) +(myObject (attribute1 "attr55678") ) +(myObject (attribute1 "attr55679") ) +(myObject (attribute1 "attr55680") ) +(myObject (attribute1 "attr55681") ) +(myObject (attribute1 "attr55682") ) +(myObject (attribute1 "attr55683") ) +(myObject (attribute1 "attr55684") ) +(myObject (attribute1 "attr55685") ) +(myObject (attribute1 "attr55686") ) +(myObject (attribute1 "attr55687") ) +(myObject (attribute1 "attr55688") ) +(myObject (attribute1 "attr55689") ) +(myObject (attribute1 "attr55690") ) +(myObject (attribute1 "attr55691") ) +(myObject (attribute1 "attr55692") ) +(myObject (attribute1 "attr55693") ) +(myObject (attribute1 "attr55694") ) +(myObject (attribute1 "attr55695") ) +(myObject (attribute1 "attr55696") ) +(myObject (attribute1 "attr55697") ) +(myObject (attribute1 "attr55698") ) +(myObject (attribute1 "attr55699") ) +(myObject (attribute1 "attr55700") ) +(myObject (attribute1 "attr55701") ) +(myObject (attribute1 "attr55702") ) +(myObject (attribute1 "attr55703") ) +(myObject (attribute1 "attr55704") ) +(myObject (attribute1 "attr55705") ) +(myObject (attribute1 "attr55706") ) +(myObject (attribute1 "attr55707") ) +(myObject (attribute1 "attr55708") ) +(myObject (attribute1 "attr55709") ) +(myObject (attribute1 "attr55710") ) +(myObject (attribute1 "attr55711") ) +(myObject (attribute1 "attr55712") ) +(myObject (attribute1 "attr55713") ) +(myObject (attribute1 "attr55714") ) +(myObject (attribute1 "attr55715") ) +(myObject (attribute1 "attr55716") ) +(myObject (attribute1 "attr55717") ) +(myObject (attribute1 "attr55718") ) +(myObject (attribute1 "attr55719") ) +(myObject (attribute1 "attr55720") ) +(myObject (attribute1 "attr55721") ) +(myObject (attribute1 "attr55722") ) +(myObject (attribute1 "attr55723") ) +(myObject (attribute1 "attr55724") ) +(myObject (attribute1 "attr55725") ) +(myObject (attribute1 "attr55726") ) +(myObject (attribute1 "attr55727") ) +(myObject (attribute1 "attr55728") ) +(myObject (attribute1 "attr55729") ) +(myObject (attribute1 "attr55730") ) +(myObject (attribute1 "attr55731") ) +(myObject (attribute1 "attr55732") ) +(myObject (attribute1 "attr55733") ) +(myObject (attribute1 "attr55734") ) +(myObject (attribute1 "attr55735") ) +(myObject (attribute1 "attr55736") ) +(myObject (attribute1 "attr55737") ) +(myObject (attribute1 "attr55738") ) +(myObject (attribute1 "attr55739") ) +(myObject (attribute1 "attr55740") ) +(myObject (attribute1 "attr55741") ) +(myObject (attribute1 "attr55742") ) +(myObject (attribute1 "attr55743") ) +(myObject (attribute1 "attr55744") ) +(myObject (attribute1 "attr55745") ) +(myObject (attribute1 "attr55746") ) +(myObject (attribute1 "attr55747") ) +(myObject (attribute1 "attr55748") ) +(myObject (attribute1 "attr55749") ) +(myObject (attribute1 "attr55750") ) +(myObject (attribute1 "attr55751") ) +(myObject (attribute1 "attr55752") ) +(myObject (attribute1 "attr55753") ) +(myObject (attribute1 "attr55754") ) +(myObject (attribute1 "attr55755") ) +(myObject (attribute1 "attr55756") ) +(myObject (attribute1 "attr55757") ) +(myObject (attribute1 "attr55758") ) +(myObject (attribute1 "attr55759") ) +(myObject (attribute1 "attr55760") ) +(myObject (attribute1 "attr55761") ) +(myObject (attribute1 "attr55762") ) +(myObject (attribute1 "attr55763") ) +(myObject (attribute1 "attr55764") ) +(myObject (attribute1 "attr55765") ) +(myObject (attribute1 "attr55766") ) +(myObject (attribute1 "attr55767") ) +(myObject (attribute1 "attr55768") ) +(myObject (attribute1 "attr55769") ) +(myObject (attribute1 "attr55770") ) +(myObject (attribute1 "attr55771") ) +(myObject (attribute1 "attr55772") ) +(myObject (attribute1 "attr55773") ) +(myObject (attribute1 "attr55774") ) +(myObject (attribute1 "attr55775") ) +(myObject (attribute1 "attr55776") ) +(myObject (attribute1 "attr55777") ) +(myObject (attribute1 "attr55778") ) +(myObject (attribute1 "attr55779") ) +(myObject (attribute1 "attr55780") ) +(myObject (attribute1 "attr55781") ) +(myObject (attribute1 "attr55782") ) +(myObject (attribute1 "attr55783") ) +(myObject (attribute1 "attr55784") ) +(myObject (attribute1 "attr55785") ) +(myObject (attribute1 "attr55786") ) +(myObject (attribute1 "attr55787") ) +(myObject (attribute1 "attr55788") ) +(myObject (attribute1 "attr55789") ) +(myObject (attribute1 "attr55790") ) +(myObject (attribute1 "attr55791") ) +(myObject (attribute1 "attr55792") ) +(myObject (attribute1 "attr55793") ) +(myObject (attribute1 "attr55794") ) +(myObject (attribute1 "attr55795") ) +(myObject (attribute1 "attr55796") ) +(myObject (attribute1 "attr55797") ) +(myObject (attribute1 "attr55798") ) +(myObject (attribute1 "attr55799") ) +(myObject (attribute1 "attr55800") ) +(myObject (attribute1 "attr55801") ) +(myObject (attribute1 "attr55802") ) +(myObject (attribute1 "attr55803") ) +(myObject (attribute1 "attr55804") ) +(myObject (attribute1 "attr55805") ) +(myObject (attribute1 "attr55806") ) +(myObject (attribute1 "attr55807") ) +(myObject (attribute1 "attr55808") ) +(myObject (attribute1 "attr55809") ) +(myObject (attribute1 "attr55810") ) +(myObject (attribute1 "attr55811") ) +(myObject (attribute1 "attr55812") ) +(myObject (attribute1 "attr55813") ) +(myObject (attribute1 "attr55814") ) +(myObject (attribute1 "attr55815") ) +(myObject (attribute1 "attr55816") ) +(myObject (attribute1 "attr55817") ) +(myObject (attribute1 "attr55818") ) +(myObject (attribute1 "attr55819") ) +(myObject (attribute1 "attr55820") ) +(myObject (attribute1 "attr55821") ) +(myObject (attribute1 "attr55822") ) +(myObject (attribute1 "attr55823") ) +(myObject (attribute1 "attr55824") ) +(myObject (attribute1 "attr55825") ) +(myObject (attribute1 "attr55826") ) +(myObject (attribute1 "attr55827") ) +(myObject (attribute1 "attr55828") ) +(myObject (attribute1 "attr55829") ) +(myObject (attribute1 "attr55830") ) +(myObject (attribute1 "attr55831") ) +(myObject (attribute1 "attr55832") ) +(myObject (attribute1 "attr55833") ) +(myObject (attribute1 "attr55834") ) +(myObject (attribute1 "attr55835") ) +(myObject (attribute1 "attr55836") ) +(myObject (attribute1 "attr55837") ) +(myObject (attribute1 "attr55838") ) +(myObject (attribute1 "attr55839") ) +(myObject (attribute1 "attr55840") ) +(myObject (attribute1 "attr55841") ) +(myObject (attribute1 "attr55842") ) +(myObject (attribute1 "attr55843") ) +(myObject (attribute1 "attr55844") ) +(myObject (attribute1 "attr55845") ) +(myObject (attribute1 "attr55846") ) +(myObject (attribute1 "attr55847") ) +(myObject (attribute1 "attr55848") ) +(myObject (attribute1 "attr55849") ) +(myObject (attribute1 "attr55850") ) +(myObject (attribute1 "attr55851") ) +(myObject (attribute1 "attr55852") ) +(myObject (attribute1 "attr55853") ) +(myObject (attribute1 "attr55854") ) +(myObject (attribute1 "attr55855") ) +(myObject (attribute1 "attr55856") ) +(myObject (attribute1 "attr55857") ) +(myObject (attribute1 "attr55858") ) +(myObject (attribute1 "attr55859") ) +(myObject (attribute1 "attr55860") ) +(myObject (attribute1 "attr55861") ) +(myObject (attribute1 "attr55862") ) +(myObject (attribute1 "attr55863") ) +(myObject (attribute1 "attr55864") ) +(myObject (attribute1 "attr55865") ) +(myObject (attribute1 "attr55866") ) +(myObject (attribute1 "attr55867") ) +(myObject (attribute1 "attr55868") ) +(myObject (attribute1 "attr55869") ) +(myObject (attribute1 "attr55870") ) +(myObject (attribute1 "attr55871") ) +(myObject (attribute1 "attr55872") ) +(myObject (attribute1 "attr55873") ) +(myObject (attribute1 "attr55874") ) +(myObject (attribute1 "attr55875") ) +(myObject (attribute1 "attr55876") ) +(myObject (attribute1 "attr55877") ) +(myObject (attribute1 "attr55878") ) +(myObject (attribute1 "attr55879") ) +(myObject (attribute1 "attr55880") ) +(myObject (attribute1 "attr55881") ) +(myObject (attribute1 "attr55882") ) +(myObject (attribute1 "attr55883") ) +(myObject (attribute1 "attr55884") ) +(myObject (attribute1 "attr55885") ) +(myObject (attribute1 "attr55886") ) +(myObject (attribute1 "attr55887") ) +(myObject (attribute1 "attr55888") ) +(myObject (attribute1 "attr55889") ) +(myObject (attribute1 "attr55890") ) +(myObject (attribute1 "attr55891") ) +(myObject (attribute1 "attr55892") ) +(myObject (attribute1 "attr55893") ) +(myObject (attribute1 "attr55894") ) +(myObject (attribute1 "attr55895") ) +(myObject (attribute1 "attr55896") ) +(myObject (attribute1 "attr55897") ) +(myObject (attribute1 "attr55898") ) +(myObject (attribute1 "attr55899") ) +(myObject (attribute1 "attr55900") ) +(myObject (attribute1 "attr55901") ) +(myObject (attribute1 "attr55902") ) +(myObject (attribute1 "attr55903") ) +(myObject (attribute1 "attr55904") ) +(myObject (attribute1 "attr55905") ) +(myObject (attribute1 "attr55906") ) +(myObject (attribute1 "attr55907") ) +(myObject (attribute1 "attr55908") ) +(myObject (attribute1 "attr55909") ) +(myObject (attribute1 "attr55910") ) +(myObject (attribute1 "attr55911") ) +(myObject (attribute1 "attr55912") ) +(myObject (attribute1 "attr55913") ) +(myObject (attribute1 "attr55914") ) +(myObject (attribute1 "attr55915") ) +(myObject (attribute1 "attr55916") ) +(myObject (attribute1 "attr55917") ) +(myObject (attribute1 "attr55918") ) +(myObject (attribute1 "attr55919") ) +(myObject (attribute1 "attr55920") ) +(myObject (attribute1 "attr55921") ) +(myObject (attribute1 "attr55922") ) +(myObject (attribute1 "attr55923") ) +(myObject (attribute1 "attr55924") ) +(myObject (attribute1 "attr55925") ) +(myObject (attribute1 "attr55926") ) +(myObject (attribute1 "attr55927") ) +(myObject (attribute1 "attr55928") ) +(myObject (attribute1 "attr55929") ) +(myObject (attribute1 "attr55930") ) +(myObject (attribute1 "attr55931") ) +(myObject (attribute1 "attr55932") ) +(myObject (attribute1 "attr55933") ) +(myObject (attribute1 "attr55934") ) +(myObject (attribute1 "attr55935") ) +(myObject (attribute1 "attr55936") ) +(myObject (attribute1 "attr55937") ) +(myObject (attribute1 "attr55938") ) +(myObject (attribute1 "attr55939") ) +(myObject (attribute1 "attr55940") ) +(myObject (attribute1 "attr55941") ) +(myObject (attribute1 "attr55942") ) +(myObject (attribute1 "attr55943") ) +(myObject (attribute1 "attr55944") ) +(myObject (attribute1 "attr55945") ) +(myObject (attribute1 "attr55946") ) +(myObject (attribute1 "attr55947") ) +(myObject (attribute1 "attr55948") ) +(myObject (attribute1 "attr55949") ) +(myObject (attribute1 "attr55950") ) +(myObject (attribute1 "attr55951") ) +(myObject (attribute1 "attr55952") ) +(myObject (attribute1 "attr55953") ) +(myObject (attribute1 "attr55954") ) +(myObject (attribute1 "attr55955") ) +(myObject (attribute1 "attr55956") ) +(myObject (attribute1 "attr55957") ) +(myObject (attribute1 "attr55958") ) +(myObject (attribute1 "attr55959") ) +(myObject (attribute1 "attr55960") ) +(myObject (attribute1 "attr55961") ) +(myObject (attribute1 "attr55962") ) +(myObject (attribute1 "attr55963") ) +(myObject (attribute1 "attr55964") ) +(myObject (attribute1 "attr55965") ) +(myObject (attribute1 "attr55966") ) +(myObject (attribute1 "attr55967") ) +(myObject (attribute1 "attr55968") ) +(myObject (attribute1 "attr55969") ) +(myObject (attribute1 "attr55970") ) +(myObject (attribute1 "attr55971") ) +(myObject (attribute1 "attr55972") ) +(myObject (attribute1 "attr55973") ) +(myObject (attribute1 "attr55974") ) +(myObject (attribute1 "attr55975") ) +(myObject (attribute1 "attr55976") ) +(myObject (attribute1 "attr55977") ) +(myObject (attribute1 "attr55978") ) +(myObject (attribute1 "attr55979") ) +(myObject (attribute1 "attr55980") ) +(myObject (attribute1 "attr55981") ) +(myObject (attribute1 "attr55982") ) +(myObject (attribute1 "attr55983") ) +(myObject (attribute1 "attr55984") ) +(myObject (attribute1 "attr55985") ) +(myObject (attribute1 "attr55986") ) +(myObject (attribute1 "attr55987") ) +(myObject (attribute1 "attr55988") ) +(myObject (attribute1 "attr55989") ) +(myObject (attribute1 "attr55990") ) +(myObject (attribute1 "attr55991") ) +(myObject (attribute1 "attr55992") ) +(myObject (attribute1 "attr55993") ) +(myObject (attribute1 "attr55994") ) +(myObject (attribute1 "attr55995") ) +(myObject (attribute1 "attr55996") ) +(myObject (attribute1 "attr55997") ) +(myObject (attribute1 "attr55998") ) +(myObject (attribute1 "attr55999") ) +(myObject (attribute1 "attr56000") ) +(myObject (attribute1 "attr56001") ) +(myObject (attribute1 "attr56002") ) +(myObject (attribute1 "attr56003") ) +(myObject (attribute1 "attr56004") ) +(myObject (attribute1 "attr56005") ) +(myObject (attribute1 "attr56006") ) +(myObject (attribute1 "attr56007") ) +(myObject (attribute1 "attr56008") ) +(myObject (attribute1 "attr56009") ) +(myObject (attribute1 "attr56010") ) +(myObject (attribute1 "attr56011") ) +(myObject (attribute1 "attr56012") ) +(myObject (attribute1 "attr56013") ) +(myObject (attribute1 "attr56014") ) +(myObject (attribute1 "attr56015") ) +(myObject (attribute1 "attr56016") ) +(myObject (attribute1 "attr56017") ) +(myObject (attribute1 "attr56018") ) +(myObject (attribute1 "attr56019") ) +(myObject (attribute1 "attr56020") ) +(myObject (attribute1 "attr56021") ) +(myObject (attribute1 "attr56022") ) +(myObject (attribute1 "attr56023") ) +(myObject (attribute1 "attr56024") ) +(myObject (attribute1 "attr56025") ) +(myObject (attribute1 "attr56026") ) +(myObject (attribute1 "attr56027") ) +(myObject (attribute1 "attr56028") ) +(myObject (attribute1 "attr56029") ) +(myObject (attribute1 "attr56030") ) +(myObject (attribute1 "attr56031") ) +(myObject (attribute1 "attr56032") ) +(myObject (attribute1 "attr56033") ) +(myObject (attribute1 "attr56034") ) +(myObject (attribute1 "attr56035") ) +(myObject (attribute1 "attr56036") ) +(myObject (attribute1 "attr56037") ) +(myObject (attribute1 "attr56038") ) +(myObject (attribute1 "attr56039") ) +(myObject (attribute1 "attr56040") ) +(myObject (attribute1 "attr56041") ) +(myObject (attribute1 "attr56042") ) +(myObject (attribute1 "attr56043") ) +(myObject (attribute1 "attr56044") ) +(myObject (attribute1 "attr56045") ) +(myObject (attribute1 "attr56046") ) +(myObject (attribute1 "attr56047") ) +(myObject (attribute1 "attr56048") ) +(myObject (attribute1 "attr56049") ) +(myObject (attribute1 "attr56050") ) +(myObject (attribute1 "attr56051") ) +(myObject (attribute1 "attr56052") ) +(myObject (attribute1 "attr56053") ) +(myObject (attribute1 "attr56054") ) +(myObject (attribute1 "attr56055") ) +(myObject (attribute1 "attr56056") ) +(myObject (attribute1 "attr56057") ) +(myObject (attribute1 "attr56058") ) +(myObject (attribute1 "attr56059") ) +(myObject (attribute1 "attr56060") ) +(myObject (attribute1 "attr56061") ) +(myObject (attribute1 "attr56062") ) +(myObject (attribute1 "attr56063") ) +(myObject (attribute1 "attr56064") ) +(myObject (attribute1 "attr56065") ) +(myObject (attribute1 "attr56066") ) +(myObject (attribute1 "attr56067") ) +(myObject (attribute1 "attr56068") ) +(myObject (attribute1 "attr56069") ) +(myObject (attribute1 "attr56070") ) +(myObject (attribute1 "attr56071") ) +(myObject (attribute1 "attr56072") ) +(myObject (attribute1 "attr56073") ) +(myObject (attribute1 "attr56074") ) +(myObject (attribute1 "attr56075") ) +(myObject (attribute1 "attr56076") ) +(myObject (attribute1 "attr56077") ) +(myObject (attribute1 "attr56078") ) +(myObject (attribute1 "attr56079") ) +(myObject (attribute1 "attr56080") ) +(myObject (attribute1 "attr56081") ) +(myObject (attribute1 "attr56082") ) +(myObject (attribute1 "attr56083") ) +(myObject (attribute1 "attr56084") ) +(myObject (attribute1 "attr56085") ) +(myObject (attribute1 "attr56086") ) +(myObject (attribute1 "attr56087") ) +(myObject (attribute1 "attr56088") ) +(myObject (attribute1 "attr56089") ) +(myObject (attribute1 "attr56090") ) +(myObject (attribute1 "attr56091") ) +(myObject (attribute1 "attr56092") ) +(myObject (attribute1 "attr56093") ) +(myObject (attribute1 "attr56094") ) +(myObject (attribute1 "attr56095") ) +(myObject (attribute1 "attr56096") ) +(myObject (attribute1 "attr56097") ) +(myObject (attribute1 "attr56098") ) +(myObject (attribute1 "attr56099") ) +(myObject (attribute1 "attr56100") ) +(myObject (attribute1 "attr56101") ) +(myObject (attribute1 "attr56102") ) +(myObject (attribute1 "attr56103") ) +(myObject (attribute1 "attr56104") ) +(myObject (attribute1 "attr56105") ) +(myObject (attribute1 "attr56106") ) +(myObject (attribute1 "attr56107") ) +(myObject (attribute1 "attr56108") ) +(myObject (attribute1 "attr56109") ) +(myObject (attribute1 "attr56110") ) +(myObject (attribute1 "attr56111") ) +(myObject (attribute1 "attr56112") ) +(myObject (attribute1 "attr56113") ) +(myObject (attribute1 "attr56114") ) +(myObject (attribute1 "attr56115") ) +(myObject (attribute1 "attr56116") ) +(myObject (attribute1 "attr56117") ) +(myObject (attribute1 "attr56118") ) +(myObject (attribute1 "attr56119") ) +(myObject (attribute1 "attr56120") ) +(myObject (attribute1 "attr56121") ) +(myObject (attribute1 "attr56122") ) +(myObject (attribute1 "attr56123") ) +(myObject (attribute1 "attr56124") ) +(myObject (attribute1 "attr56125") ) +(myObject (attribute1 "attr56126") ) +(myObject (attribute1 "attr56127") ) +(myObject (attribute1 "attr56128") ) +(myObject (attribute1 "attr56129") ) +(myObject (attribute1 "attr56130") ) +(myObject (attribute1 "attr56131") ) +(myObject (attribute1 "attr56132") ) +(myObject (attribute1 "attr56133") ) +(myObject (attribute1 "attr56134") ) +(myObject (attribute1 "attr56135") ) +(myObject (attribute1 "attr56136") ) +(myObject (attribute1 "attr56137") ) +(myObject (attribute1 "attr56138") ) +(myObject (attribute1 "attr56139") ) +(myObject (attribute1 "attr56140") ) +(myObject (attribute1 "attr56141") ) +(myObject (attribute1 "attr56142") ) +(myObject (attribute1 "attr56143") ) +(myObject (attribute1 "attr56144") ) +(myObject (attribute1 "attr56145") ) +(myObject (attribute1 "attr56146") ) +(myObject (attribute1 "attr56147") ) +(myObject (attribute1 "attr56148") ) +(myObject (attribute1 "attr56149") ) +(myObject (attribute1 "attr56150") ) +(myObject (attribute1 "attr56151") ) +(myObject (attribute1 "attr56152") ) +(myObject (attribute1 "attr56153") ) +(myObject (attribute1 "attr56154") ) +(myObject (attribute1 "attr56155") ) +(myObject (attribute1 "attr56156") ) +(myObject (attribute1 "attr56157") ) +(myObject (attribute1 "attr56158") ) +(myObject (attribute1 "attr56159") ) +(myObject (attribute1 "attr56160") ) +(myObject (attribute1 "attr56161") ) +(myObject (attribute1 "attr56162") ) +(myObject (attribute1 "attr56163") ) +(myObject (attribute1 "attr56164") ) +(myObject (attribute1 "attr56165") ) +(myObject (attribute1 "attr56166") ) +(myObject (attribute1 "attr56167") ) +(myObject (attribute1 "attr56168") ) +(myObject (attribute1 "attr56169") ) +(myObject (attribute1 "attr56170") ) +(myObject (attribute1 "attr56171") ) +(myObject (attribute1 "attr56172") ) +(myObject (attribute1 "attr56173") ) +(myObject (attribute1 "attr56174") ) +(myObject (attribute1 "attr56175") ) +(myObject (attribute1 "attr56176") ) +(myObject (attribute1 "attr56177") ) +(myObject (attribute1 "attr56178") ) +(myObject (attribute1 "attr56179") ) +(myObject (attribute1 "attr56180") ) +(myObject (attribute1 "attr56181") ) +(myObject (attribute1 "attr56182") ) +(myObject (attribute1 "attr56183") ) +(myObject (attribute1 "attr56184") ) +(myObject (attribute1 "attr56185") ) +(myObject (attribute1 "attr56186") ) +(myObject (attribute1 "attr56187") ) +(myObject (attribute1 "attr56188") ) +(myObject (attribute1 "attr56189") ) +(myObject (attribute1 "attr56190") ) +(myObject (attribute1 "attr56191") ) +(myObject (attribute1 "attr56192") ) +(myObject (attribute1 "attr56193") ) +(myObject (attribute1 "attr56194") ) +(myObject (attribute1 "attr56195") ) +(myObject (attribute1 "attr56196") ) +(myObject (attribute1 "attr56197") ) +(myObject (attribute1 "attr56198") ) +(myObject (attribute1 "attr56199") ) +(myObject (attribute1 "attr56200") ) +(myObject (attribute1 "attr56201") ) +(myObject (attribute1 "attr56202") ) +(myObject (attribute1 "attr56203") ) +(myObject (attribute1 "attr56204") ) +(myObject (attribute1 "attr56205") ) +(myObject (attribute1 "attr56206") ) +(myObject (attribute1 "attr56207") ) +(myObject (attribute1 "attr56208") ) +(myObject (attribute1 "attr56209") ) +(myObject (attribute1 "attr56210") ) +(myObject (attribute1 "attr56211") ) +(myObject (attribute1 "attr56212") ) +(myObject (attribute1 "attr56213") ) +(myObject (attribute1 "attr56214") ) +(myObject (attribute1 "attr56215") ) +(myObject (attribute1 "attr56216") ) +(myObject (attribute1 "attr56217") ) +(myObject (attribute1 "attr56218") ) +(myObject (attribute1 "attr56219") ) +(myObject (attribute1 "attr56220") ) +(myObject (attribute1 "attr56221") ) +(myObject (attribute1 "attr56222") ) +(myObject (attribute1 "attr56223") ) +(myObject (attribute1 "attr56224") ) +(myObject (attribute1 "attr56225") ) +(myObject (attribute1 "attr56226") ) +(myObject (attribute1 "attr56227") ) +(myObject (attribute1 "attr56228") ) +(myObject (attribute1 "attr56229") ) +(myObject (attribute1 "attr56230") ) +(myObject (attribute1 "attr56231") ) +(myObject (attribute1 "attr56232") ) +(myObject (attribute1 "attr56233") ) +(myObject (attribute1 "attr56234") ) +(myObject (attribute1 "attr56235") ) +(myObject (attribute1 "attr56236") ) +(myObject (attribute1 "attr56237") ) +(myObject (attribute1 "attr56238") ) +(myObject (attribute1 "attr56239") ) +(myObject (attribute1 "attr56240") ) +(myObject (attribute1 "attr56241") ) +(myObject (attribute1 "attr56242") ) +(myObject (attribute1 "attr56243") ) +(myObject (attribute1 "attr56244") ) +(myObject (attribute1 "attr56245") ) +(myObject (attribute1 "attr56246") ) +(myObject (attribute1 "attr56247") ) +(myObject (attribute1 "attr56248") ) +(myObject (attribute1 "attr56249") ) +(myObject (attribute1 "attr56250") ) +(myObject (attribute1 "attr56251") ) +(myObject (attribute1 "attr56252") ) +(myObject (attribute1 "attr56253") ) +(myObject (attribute1 "attr56254") ) +(myObject (attribute1 "attr56255") ) +(myObject (attribute1 "attr56256") ) +(myObject (attribute1 "attr56257") ) +(myObject (attribute1 "attr56258") ) +(myObject (attribute1 "attr56259") ) +(myObject (attribute1 "attr56260") ) +(myObject (attribute1 "attr56261") ) +(myObject (attribute1 "attr56262") ) +(myObject (attribute1 "attr56263") ) +(myObject (attribute1 "attr56264") ) +(myObject (attribute1 "attr56265") ) +(myObject (attribute1 "attr56266") ) +(myObject (attribute1 "attr56267") ) +(myObject (attribute1 "attr56268") ) +(myObject (attribute1 "attr56269") ) +(myObject (attribute1 "attr56270") ) +(myObject (attribute1 "attr56271") ) +(myObject (attribute1 "attr56272") ) +(myObject (attribute1 "attr56273") ) +(myObject (attribute1 "attr56274") ) +(myObject (attribute1 "attr56275") ) +(myObject (attribute1 "attr56276") ) +(myObject (attribute1 "attr56277") ) +(myObject (attribute1 "attr56278") ) +(myObject (attribute1 "attr56279") ) +(myObject (attribute1 "attr56280") ) +(myObject (attribute1 "attr56281") ) +(myObject (attribute1 "attr56282") ) +(myObject (attribute1 "attr56283") ) +(myObject (attribute1 "attr56284") ) +(myObject (attribute1 "attr56285") ) +(myObject (attribute1 "attr56286") ) +(myObject (attribute1 "attr56287") ) +(myObject (attribute1 "attr56288") ) +(myObject (attribute1 "attr56289") ) +(myObject (attribute1 "attr56290") ) +(myObject (attribute1 "attr56291") ) +(myObject (attribute1 "attr56292") ) +(myObject (attribute1 "attr56293") ) +(myObject (attribute1 "attr56294") ) +(myObject (attribute1 "attr56295") ) +(myObject (attribute1 "attr56296") ) +(myObject (attribute1 "attr56297") ) +(myObject (attribute1 "attr56298") ) +(myObject (attribute1 "attr56299") ) +(myObject (attribute1 "attr56300") ) +(myObject (attribute1 "attr56301") ) +(myObject (attribute1 "attr56302") ) +(myObject (attribute1 "attr56303") ) +(myObject (attribute1 "attr56304") ) +(myObject (attribute1 "attr56305") ) +(myObject (attribute1 "attr56306") ) +(myObject (attribute1 "attr56307") ) +(myObject (attribute1 "attr56308") ) +(myObject (attribute1 "attr56309") ) +(myObject (attribute1 "attr56310") ) +(myObject (attribute1 "attr56311") ) +(myObject (attribute1 "attr56312") ) +(myObject (attribute1 "attr56313") ) +(myObject (attribute1 "attr56314") ) +(myObject (attribute1 "attr56315") ) +(myObject (attribute1 "attr56316") ) +(myObject (attribute1 "attr56317") ) +(myObject (attribute1 "attr56318") ) +(myObject (attribute1 "attr56319") ) +(myObject (attribute1 "attr56320") ) +(myObject (attribute1 "attr56321") ) +(myObject (attribute1 "attr56322") ) +(myObject (attribute1 "attr56323") ) +(myObject (attribute1 "attr56324") ) +(myObject (attribute1 "attr56325") ) +(myObject (attribute1 "attr56326") ) +(myObject (attribute1 "attr56327") ) +(myObject (attribute1 "attr56328") ) +(myObject (attribute1 "attr56329") ) +(myObject (attribute1 "attr56330") ) +(myObject (attribute1 "attr56331") ) +(myObject (attribute1 "attr56332") ) +(myObject (attribute1 "attr56333") ) +(myObject (attribute1 "attr56334") ) +(myObject (attribute1 "attr56335") ) +(myObject (attribute1 "attr56336") ) +(myObject (attribute1 "attr56337") ) +(myObject (attribute1 "attr56338") ) +(myObject (attribute1 "attr56339") ) +(myObject (attribute1 "attr56340") ) +(myObject (attribute1 "attr56341") ) +(myObject (attribute1 "attr56342") ) +(myObject (attribute1 "attr56343") ) +(myObject (attribute1 "attr56344") ) +(myObject (attribute1 "attr56345") ) +(myObject (attribute1 "attr56346") ) +(myObject (attribute1 "attr56347") ) +(myObject (attribute1 "attr56348") ) +(myObject (attribute1 "attr56349") ) +(myObject (attribute1 "attr56350") ) +(myObject (attribute1 "attr56351") ) +(myObject (attribute1 "attr56352") ) +(myObject (attribute1 "attr56353") ) +(myObject (attribute1 "attr56354") ) +(myObject (attribute1 "attr56355") ) +(myObject (attribute1 "attr56356") ) +(myObject (attribute1 "attr56357") ) +(myObject (attribute1 "attr56358") ) +(myObject (attribute1 "attr56359") ) +(myObject (attribute1 "attr56360") ) +(myObject (attribute1 "attr56361") ) +(myObject (attribute1 "attr56362") ) +(myObject (attribute1 "attr56363") ) +(myObject (attribute1 "attr56364") ) +(myObject (attribute1 "attr56365") ) +(myObject (attribute1 "attr56366") ) +(myObject (attribute1 "attr56367") ) +(myObject (attribute1 "attr56368") ) +(myObject (attribute1 "attr56369") ) +(myObject (attribute1 "attr56370") ) +(myObject (attribute1 "attr56371") ) +(myObject (attribute1 "attr56372") ) +(myObject (attribute1 "attr56373") ) +(myObject (attribute1 "attr56374") ) +(myObject (attribute1 "attr56375") ) +(myObject (attribute1 "attr56376") ) +(myObject (attribute1 "attr56377") ) +(myObject (attribute1 "attr56378") ) +(myObject (attribute1 "attr56379") ) +(myObject (attribute1 "attr56380") ) +(myObject (attribute1 "attr56381") ) +(myObject (attribute1 "attr56382") ) +(myObject (attribute1 "attr56383") ) +(myObject (attribute1 "attr56384") ) +(myObject (attribute1 "attr56385") ) +(myObject (attribute1 "attr56386") ) +(myObject (attribute1 "attr56387") ) +(myObject (attribute1 "attr56388") ) +(myObject (attribute1 "attr56389") ) +(myObject (attribute1 "attr56390") ) +(myObject (attribute1 "attr56391") ) +(myObject (attribute1 "attr56392") ) +(myObject (attribute1 "attr56393") ) +(myObject (attribute1 "attr56394") ) +(myObject (attribute1 "attr56395") ) +(myObject (attribute1 "attr56396") ) +(myObject (attribute1 "attr56397") ) +(myObject (attribute1 "attr56398") ) +(myObject (attribute1 "attr56399") ) +(myObject (attribute1 "attr56400") ) +(myObject (attribute1 "attr56401") ) +(myObject (attribute1 "attr56402") ) +(myObject (attribute1 "attr56403") ) +(myObject (attribute1 "attr56404") ) +(myObject (attribute1 "attr56405") ) +(myObject (attribute1 "attr56406") ) +(myObject (attribute1 "attr56407") ) +(myObject (attribute1 "attr56408") ) +(myObject (attribute1 "attr56409") ) +(myObject (attribute1 "attr56410") ) +(myObject (attribute1 "attr56411") ) +(myObject (attribute1 "attr56412") ) +(myObject (attribute1 "attr56413") ) +(myObject (attribute1 "attr56414") ) +(myObject (attribute1 "attr56415") ) +(myObject (attribute1 "attr56416") ) +(myObject (attribute1 "attr56417") ) +(myObject (attribute1 "attr56418") ) +(myObject (attribute1 "attr56419") ) +(myObject (attribute1 "attr56420") ) +(myObject (attribute1 "attr56421") ) +(myObject (attribute1 "attr56422") ) +(myObject (attribute1 "attr56423") ) +(myObject (attribute1 "attr56424") ) +(myObject (attribute1 "attr56425") ) +(myObject (attribute1 "attr56426") ) +(myObject (attribute1 "attr56427") ) +(myObject (attribute1 "attr56428") ) +(myObject (attribute1 "attr56429") ) +(myObject (attribute1 "attr56430") ) +(myObject (attribute1 "attr56431") ) +(myObject (attribute1 "attr56432") ) +(myObject (attribute1 "attr56433") ) +(myObject (attribute1 "attr56434") ) +(myObject (attribute1 "attr56435") ) +(myObject (attribute1 "attr56436") ) +(myObject (attribute1 "attr56437") ) +(myObject (attribute1 "attr56438") ) +(myObject (attribute1 "attr56439") ) +(myObject (attribute1 "attr56440") ) +(myObject (attribute1 "attr56441") ) +(myObject (attribute1 "attr56442") ) +(myObject (attribute1 "attr56443") ) +(myObject (attribute1 "attr56444") ) +(myObject (attribute1 "attr56445") ) +(myObject (attribute1 "attr56446") ) +(myObject (attribute1 "attr56447") ) +(myObject (attribute1 "attr56448") ) +(myObject (attribute1 "attr56449") ) +(myObject (attribute1 "attr56450") ) +(myObject (attribute1 "attr56451") ) +(myObject (attribute1 "attr56452") ) +(myObject (attribute1 "attr56453") ) +(myObject (attribute1 "attr56454") ) +(myObject (attribute1 "attr56455") ) +(myObject (attribute1 "attr56456") ) +(myObject (attribute1 "attr56457") ) +(myObject (attribute1 "attr56458") ) +(myObject (attribute1 "attr56459") ) +(myObject (attribute1 "attr56460") ) +(myObject (attribute1 "attr56461") ) +(myObject (attribute1 "attr56462") ) +(myObject (attribute1 "attr56463") ) +(myObject (attribute1 "attr56464") ) +(myObject (attribute1 "attr56465") ) +(myObject (attribute1 "attr56466") ) +(myObject (attribute1 "attr56467") ) +(myObject (attribute1 "attr56468") ) +(myObject (attribute1 "attr56469") ) +(myObject (attribute1 "attr56470") ) +(myObject (attribute1 "attr56471") ) +(myObject (attribute1 "attr56472") ) +(myObject (attribute1 "attr56473") ) +(myObject (attribute1 "attr56474") ) +(myObject (attribute1 "attr56475") ) +(myObject (attribute1 "attr56476") ) +(myObject (attribute1 "attr56477") ) +(myObject (attribute1 "attr56478") ) +(myObject (attribute1 "attr56479") ) +(myObject (attribute1 "attr56480") ) +(myObject (attribute1 "attr56481") ) +(myObject (attribute1 "attr56482") ) +(myObject (attribute1 "attr56483") ) +(myObject (attribute1 "attr56484") ) +(myObject (attribute1 "attr56485") ) +(myObject (attribute1 "attr56486") ) +(myObject (attribute1 "attr56487") ) +(myObject (attribute1 "attr56488") ) +(myObject (attribute1 "attr56489") ) +(myObject (attribute1 "attr56490") ) +(myObject (attribute1 "attr56491") ) +(myObject (attribute1 "attr56492") ) +(myObject (attribute1 "attr56493") ) +(myObject (attribute1 "attr56494") ) +(myObject (attribute1 "attr56495") ) +(myObject (attribute1 "attr56496") ) +(myObject (attribute1 "attr56497") ) +(myObject (attribute1 "attr56498") ) +(myObject (attribute1 "attr56499") ) +(myObject (attribute1 "attr56500") ) +(myObject (attribute1 "attr56501") ) +(myObject (attribute1 "attr56502") ) +(myObject (attribute1 "attr56503") ) +(myObject (attribute1 "attr56504") ) +(myObject (attribute1 "attr56505") ) +(myObject (attribute1 "attr56506") ) +(myObject (attribute1 "attr56507") ) +(myObject (attribute1 "attr56508") ) +(myObject (attribute1 "attr56509") ) +(myObject (attribute1 "attr56510") ) +(myObject (attribute1 "attr56511") ) +(myObject (attribute1 "attr56512") ) +(myObject (attribute1 "attr56513") ) +(myObject (attribute1 "attr56514") ) +(myObject (attribute1 "attr56515") ) +(myObject (attribute1 "attr56516") ) +(myObject (attribute1 "attr56517") ) +(myObject (attribute1 "attr56518") ) +(myObject (attribute1 "attr56519") ) +(myObject (attribute1 "attr56520") ) +(myObject (attribute1 "attr56521") ) +(myObject (attribute1 "attr56522") ) +(myObject (attribute1 "attr56523") ) +(myObject (attribute1 "attr56524") ) +(myObject (attribute1 "attr56525") ) +(myObject (attribute1 "attr56526") ) +(myObject (attribute1 "attr56527") ) +(myObject (attribute1 "attr56528") ) +(myObject (attribute1 "attr56529") ) +(myObject (attribute1 "attr56530") ) +(myObject (attribute1 "attr56531") ) +(myObject (attribute1 "attr56532") ) +(myObject (attribute1 "attr56533") ) +(myObject (attribute1 "attr56534") ) +(myObject (attribute1 "attr56535") ) +(myObject (attribute1 "attr56536") ) +(myObject (attribute1 "attr56537") ) +(myObject (attribute1 "attr56538") ) +(myObject (attribute1 "attr56539") ) +(myObject (attribute1 "attr56540") ) +(myObject (attribute1 "attr56541") ) +(myObject (attribute1 "attr56542") ) +(myObject (attribute1 "attr56543") ) +(myObject (attribute1 "attr56544") ) +(myObject (attribute1 "attr56545") ) +(myObject (attribute1 "attr56546") ) +(myObject (attribute1 "attr56547") ) +(myObject (attribute1 "attr56548") ) +(myObject (attribute1 "attr56549") ) +(myObject (attribute1 "attr56550") ) +(myObject (attribute1 "attr56551") ) +(myObject (attribute1 "attr56552") ) +(myObject (attribute1 "attr56553") ) +(myObject (attribute1 "attr56554") ) +(myObject (attribute1 "attr56555") ) +(myObject (attribute1 "attr56556") ) +(myObject (attribute1 "attr56557") ) +(myObject (attribute1 "attr56558") ) +(myObject (attribute1 "attr56559") ) +(myObject (attribute1 "attr56560") ) +(myObject (attribute1 "attr56561") ) +(myObject (attribute1 "attr56562") ) +(myObject (attribute1 "attr56563") ) +(myObject (attribute1 "attr56564") ) +(myObject (attribute1 "attr56565") ) +(myObject (attribute1 "attr56566") ) +(myObject (attribute1 "attr56567") ) +(myObject (attribute1 "attr56568") ) +(myObject (attribute1 "attr56569") ) +(myObject (attribute1 "attr56570") ) +(myObject (attribute1 "attr56571") ) +(myObject (attribute1 "attr56572") ) +(myObject (attribute1 "attr56573") ) +(myObject (attribute1 "attr56574") ) +(myObject (attribute1 "attr56575") ) +(myObject (attribute1 "attr56576") ) +(myObject (attribute1 "attr56577") ) +(myObject (attribute1 "attr56578") ) +(myObject (attribute1 "attr56579") ) +(myObject (attribute1 "attr56580") ) +(myObject (attribute1 "attr56581") ) +(myObject (attribute1 "attr56582") ) +(myObject (attribute1 "attr56583") ) +(myObject (attribute1 "attr56584") ) +(myObject (attribute1 "attr56585") ) +(myObject (attribute1 "attr56586") ) +(myObject (attribute1 "attr56587") ) +(myObject (attribute1 "attr56588") ) +(myObject (attribute1 "attr56589") ) +(myObject (attribute1 "attr56590") ) +(myObject (attribute1 "attr56591") ) +(myObject (attribute1 "attr56592") ) +(myObject (attribute1 "attr56593") ) +(myObject (attribute1 "attr56594") ) +(myObject (attribute1 "attr56595") ) +(myObject (attribute1 "attr56596") ) +(myObject (attribute1 "attr56597") ) +(myObject (attribute1 "attr56598") ) +(myObject (attribute1 "attr56599") ) +(myObject (attribute1 "attr56600") ) +(myObject (attribute1 "attr56601") ) +(myObject (attribute1 "attr56602") ) +(myObject (attribute1 "attr56603") ) +(myObject (attribute1 "attr56604") ) +(myObject (attribute1 "attr56605") ) +(myObject (attribute1 "attr56606") ) +(myObject (attribute1 "attr56607") ) +(myObject (attribute1 "attr56608") ) +(myObject (attribute1 "attr56609") ) +(myObject (attribute1 "attr56610") ) +(myObject (attribute1 "attr56611") ) +(myObject (attribute1 "attr56612") ) +(myObject (attribute1 "attr56613") ) +(myObject (attribute1 "attr56614") ) +(myObject (attribute1 "attr56615") ) +(myObject (attribute1 "attr56616") ) +(myObject (attribute1 "attr56617") ) +(myObject (attribute1 "attr56618") ) +(myObject (attribute1 "attr56619") ) +(myObject (attribute1 "attr56620") ) +(myObject (attribute1 "attr56621") ) +(myObject (attribute1 "attr56622") ) +(myObject (attribute1 "attr56623") ) +(myObject (attribute1 "attr56624") ) +(myObject (attribute1 "attr56625") ) +(myObject (attribute1 "attr56626") ) +(myObject (attribute1 "attr56627") ) +(myObject (attribute1 "attr56628") ) +(myObject (attribute1 "attr56629") ) +(myObject (attribute1 "attr56630") ) +(myObject (attribute1 "attr56631") ) +(myObject (attribute1 "attr56632") ) +(myObject (attribute1 "attr56633") ) +(myObject (attribute1 "attr56634") ) +(myObject (attribute1 "attr56635") ) +(myObject (attribute1 "attr56636") ) +(myObject (attribute1 "attr56637") ) +(myObject (attribute1 "attr56638") ) +(myObject (attribute1 "attr56639") ) +(myObject (attribute1 "attr56640") ) +(myObject (attribute1 "attr56641") ) +(myObject (attribute1 "attr56642") ) +(myObject (attribute1 "attr56643") ) +(myObject (attribute1 "attr56644") ) +(myObject (attribute1 "attr56645") ) +(myObject (attribute1 "attr56646") ) +(myObject (attribute1 "attr56647") ) +(myObject (attribute1 "attr56648") ) +(myObject (attribute1 "attr56649") ) +(myObject (attribute1 "attr56650") ) +(myObject (attribute1 "attr56651") ) +(myObject (attribute1 "attr56652") ) +(myObject (attribute1 "attr56653") ) +(myObject (attribute1 "attr56654") ) +(myObject (attribute1 "attr56655") ) +(myObject (attribute1 "attr56656") ) +(myObject (attribute1 "attr56657") ) +(myObject (attribute1 "attr56658") ) +(myObject (attribute1 "attr56659") ) +(myObject (attribute1 "attr56660") ) +(myObject (attribute1 "attr56661") ) +(myObject (attribute1 "attr56662") ) +(myObject (attribute1 "attr56663") ) +(myObject (attribute1 "attr56664") ) +(myObject (attribute1 "attr56665") ) +(myObject (attribute1 "attr56666") ) +(myObject (attribute1 "attr56667") ) +(myObject (attribute1 "attr56668") ) +(myObject (attribute1 "attr56669") ) +(myObject (attribute1 "attr56670") ) +(myObject (attribute1 "attr56671") ) +(myObject (attribute1 "attr56672") ) +(myObject (attribute1 "attr56673") ) +(myObject (attribute1 "attr56674") ) +(myObject (attribute1 "attr56675") ) +(myObject (attribute1 "attr56676") ) +(myObject (attribute1 "attr56677") ) +(myObject (attribute1 "attr56678") ) +(myObject (attribute1 "attr56679") ) +(myObject (attribute1 "attr56680") ) +(myObject (attribute1 "attr56681") ) +(myObject (attribute1 "attr56682") ) +(myObject (attribute1 "attr56683") ) +(myObject (attribute1 "attr56684") ) +(myObject (attribute1 "attr56685") ) +(myObject (attribute1 "attr56686") ) +(myObject (attribute1 "attr56687") ) +(myObject (attribute1 "attr56688") ) +(myObject (attribute1 "attr56689") ) +(myObject (attribute1 "attr56690") ) +(myObject (attribute1 "attr56691") ) +(myObject (attribute1 "attr56692") ) +(myObject (attribute1 "attr56693") ) +(myObject (attribute1 "attr56694") ) +(myObject (attribute1 "attr56695") ) +(myObject (attribute1 "attr56696") ) +(myObject (attribute1 "attr56697") ) +(myObject (attribute1 "attr56698") ) +(myObject (attribute1 "attr56699") ) +(myObject (attribute1 "attr56700") ) +(myObject (attribute1 "attr56701") ) +(myObject (attribute1 "attr56702") ) +(myObject (attribute1 "attr56703") ) +(myObject (attribute1 "attr56704") ) +(myObject (attribute1 "attr56705") ) +(myObject (attribute1 "attr56706") ) +(myObject (attribute1 "attr56707") ) +(myObject (attribute1 "attr56708") ) +(myObject (attribute1 "attr56709") ) +(myObject (attribute1 "attr56710") ) +(myObject (attribute1 "attr56711") ) +(myObject (attribute1 "attr56712") ) +(myObject (attribute1 "attr56713") ) +(myObject (attribute1 "attr56714") ) +(myObject (attribute1 "attr56715") ) +(myObject (attribute1 "attr56716") ) +(myObject (attribute1 "attr56717") ) +(myObject (attribute1 "attr56718") ) +(myObject (attribute1 "attr56719") ) +(myObject (attribute1 "attr56720") ) +(myObject (attribute1 "attr56721") ) +(myObject (attribute1 "attr56722") ) +(myObject (attribute1 "attr56723") ) +(myObject (attribute1 "attr56724") ) +(myObject (attribute1 "attr56725") ) +(myObject (attribute1 "attr56726") ) +(myObject (attribute1 "attr56727") ) +(myObject (attribute1 "attr56728") ) +(myObject (attribute1 "attr56729") ) +(myObject (attribute1 "attr56730") ) +(myObject (attribute1 "attr56731") ) +(myObject (attribute1 "attr56732") ) +(myObject (attribute1 "attr56733") ) +(myObject (attribute1 "attr56734") ) +(myObject (attribute1 "attr56735") ) +(myObject (attribute1 "attr56736") ) +(myObject (attribute1 "attr56737") ) +(myObject (attribute1 "attr56738") ) +(myObject (attribute1 "attr56739") ) +(myObject (attribute1 "attr56740") ) +(myObject (attribute1 "attr56741") ) +(myObject (attribute1 "attr56742") ) +(myObject (attribute1 "attr56743") ) +(myObject (attribute1 "attr56744") ) +(myObject (attribute1 "attr56745") ) +(myObject (attribute1 "attr56746") ) +(myObject (attribute1 "attr56747") ) +(myObject (attribute1 "attr56748") ) +(myObject (attribute1 "attr56749") ) +(myObject (attribute1 "attr56750") ) +(myObject (attribute1 "attr56751") ) +(myObject (attribute1 "attr56752") ) +(myObject (attribute1 "attr56753") ) +(myObject (attribute1 "attr56754") ) +(myObject (attribute1 "attr56755") ) +(myObject (attribute1 "attr56756") ) +(myObject (attribute1 "attr56757") ) +(myObject (attribute1 "attr56758") ) +(myObject (attribute1 "attr56759") ) +(myObject (attribute1 "attr56760") ) +(myObject (attribute1 "attr56761") ) +(myObject (attribute1 "attr56762") ) +(myObject (attribute1 "attr56763") ) +(myObject (attribute1 "attr56764") ) +(myObject (attribute1 "attr56765") ) +(myObject (attribute1 "attr56766") ) +(myObject (attribute1 "attr56767") ) +(myObject (attribute1 "attr56768") ) +(myObject (attribute1 "attr56769") ) +(myObject (attribute1 "attr56770") ) +(myObject (attribute1 "attr56771") ) +(myObject (attribute1 "attr56772") ) +(myObject (attribute1 "attr56773") ) +(myObject (attribute1 "attr56774") ) +(myObject (attribute1 "attr56775") ) +(myObject (attribute1 "attr56776") ) +(myObject (attribute1 "attr56777") ) +(myObject (attribute1 "attr56778") ) +(myObject (attribute1 "attr56779") ) +(myObject (attribute1 "attr56780") ) +(myObject (attribute1 "attr56781") ) +(myObject (attribute1 "attr56782") ) +(myObject (attribute1 "attr56783") ) +(myObject (attribute1 "attr56784") ) +(myObject (attribute1 "attr56785") ) +(myObject (attribute1 "attr56786") ) +(myObject (attribute1 "attr56787") ) +(myObject (attribute1 "attr56788") ) +(myObject (attribute1 "attr56789") ) +(myObject (attribute1 "attr56790") ) +(myObject (attribute1 "attr56791") ) +(myObject (attribute1 "attr56792") ) +(myObject (attribute1 "attr56793") ) +(myObject (attribute1 "attr56794") ) +(myObject (attribute1 "attr56795") ) +(myObject (attribute1 "attr56796") ) +(myObject (attribute1 "attr56797") ) +(myObject (attribute1 "attr56798") ) +(myObject (attribute1 "attr56799") ) +(myObject (attribute1 "attr56800") ) +(myObject (attribute1 "attr56801") ) +(myObject (attribute1 "attr56802") ) +(myObject (attribute1 "attr56803") ) +(myObject (attribute1 "attr56804") ) +(myObject (attribute1 "attr56805") ) +(myObject (attribute1 "attr56806") ) +(myObject (attribute1 "attr56807") ) +(myObject (attribute1 "attr56808") ) +(myObject (attribute1 "attr56809") ) +(myObject (attribute1 "attr56810") ) +(myObject (attribute1 "attr56811") ) +(myObject (attribute1 "attr56812") ) +(myObject (attribute1 "attr56813") ) +(myObject (attribute1 "attr56814") ) +(myObject (attribute1 "attr56815") ) +(myObject (attribute1 "attr56816") ) +(myObject (attribute1 "attr56817") ) +(myObject (attribute1 "attr56818") ) +(myObject (attribute1 "attr56819") ) +(myObject (attribute1 "attr56820") ) +(myObject (attribute1 "attr56821") ) +(myObject (attribute1 "attr56822") ) +(myObject (attribute1 "attr56823") ) +(myObject (attribute1 "attr56824") ) +(myObject (attribute1 "attr56825") ) +(myObject (attribute1 "attr56826") ) +(myObject (attribute1 "attr56827") ) +(myObject (attribute1 "attr56828") ) +(myObject (attribute1 "attr56829") ) +(myObject (attribute1 "attr56830") ) +(myObject (attribute1 "attr56831") ) +(myObject (attribute1 "attr56832") ) +(myObject (attribute1 "attr56833") ) +(myObject (attribute1 "attr56834") ) +(myObject (attribute1 "attr56835") ) +(myObject (attribute1 "attr56836") ) +(myObject (attribute1 "attr56837") ) +(myObject (attribute1 "attr56838") ) +(myObject (attribute1 "attr56839") ) +(myObject (attribute1 "attr56840") ) +(myObject (attribute1 "attr56841") ) +(myObject (attribute1 "attr56842") ) +(myObject (attribute1 "attr56843") ) +(myObject (attribute1 "attr56844") ) +(myObject (attribute1 "attr56845") ) +(myObject (attribute1 "attr56846") ) +(myObject (attribute1 "attr56847") ) +(myObject (attribute1 "attr56848") ) +(myObject (attribute1 "attr56849") ) +(myObject (attribute1 "attr56850") ) +(myObject (attribute1 "attr56851") ) +(myObject (attribute1 "attr56852") ) +(myObject (attribute1 "attr56853") ) +(myObject (attribute1 "attr56854") ) +(myObject (attribute1 "attr56855") ) +(myObject (attribute1 "attr56856") ) +(myObject (attribute1 "attr56857") ) +(myObject (attribute1 "attr56858") ) +(myObject (attribute1 "attr56859") ) +(myObject (attribute1 "attr56860") ) +(myObject (attribute1 "attr56861") ) +(myObject (attribute1 "attr56862") ) +(myObject (attribute1 "attr56863") ) +(myObject (attribute1 "attr56864") ) +(myObject (attribute1 "attr56865") ) +(myObject (attribute1 "attr56866") ) +(myObject (attribute1 "attr56867") ) +(myObject (attribute1 "attr56868") ) +(myObject (attribute1 "attr56869") ) +(myObject (attribute1 "attr56870") ) +(myObject (attribute1 "attr56871") ) +(myObject (attribute1 "attr56872") ) +(myObject (attribute1 "attr56873") ) +(myObject (attribute1 "attr56874") ) +(myObject (attribute1 "attr56875") ) +(myObject (attribute1 "attr56876") ) +(myObject (attribute1 "attr56877") ) +(myObject (attribute1 "attr56878") ) +(myObject (attribute1 "attr56879") ) +(myObject (attribute1 "attr56880") ) +(myObject (attribute1 "attr56881") ) +(myObject (attribute1 "attr56882") ) +(myObject (attribute1 "attr56883") ) +(myObject (attribute1 "attr56884") ) +(myObject (attribute1 "attr56885") ) +(myObject (attribute1 "attr56886") ) +(myObject (attribute1 "attr56887") ) +(myObject (attribute1 "attr56888") ) +(myObject (attribute1 "attr56889") ) +(myObject (attribute1 "attr56890") ) +(myObject (attribute1 "attr56891") ) +(myObject (attribute1 "attr56892") ) +(myObject (attribute1 "attr56893") ) +(myObject (attribute1 "attr56894") ) +(myObject (attribute1 "attr56895") ) +(myObject (attribute1 "attr56896") ) +(myObject (attribute1 "attr56897") ) +(myObject (attribute1 "attr56898") ) +(myObject (attribute1 "attr56899") ) +(myObject (attribute1 "attr56900") ) +(myObject (attribute1 "attr56901") ) +(myObject (attribute1 "attr56902") ) +(myObject (attribute1 "attr56903") ) +(myObject (attribute1 "attr56904") ) +(myObject (attribute1 "attr56905") ) +(myObject (attribute1 "attr56906") ) +(myObject (attribute1 "attr56907") ) +(myObject (attribute1 "attr56908") ) +(myObject (attribute1 "attr56909") ) +(myObject (attribute1 "attr56910") ) +(myObject (attribute1 "attr56911") ) +(myObject (attribute1 "attr56912") ) +(myObject (attribute1 "attr56913") ) +(myObject (attribute1 "attr56914") ) +(myObject (attribute1 "attr56915") ) +(myObject (attribute1 "attr56916") ) +(myObject (attribute1 "attr56917") ) +(myObject (attribute1 "attr56918") ) +(myObject (attribute1 "attr56919") ) +(myObject (attribute1 "attr56920") ) +(myObject (attribute1 "attr56921") ) +(myObject (attribute1 "attr56922") ) +(myObject (attribute1 "attr56923") ) +(myObject (attribute1 "attr56924") ) +(myObject (attribute1 "attr56925") ) +(myObject (attribute1 "attr56926") ) +(myObject (attribute1 "attr56927") ) +(myObject (attribute1 "attr56928") ) +(myObject (attribute1 "attr56929") ) +(myObject (attribute1 "attr56930") ) +(myObject (attribute1 "attr56931") ) +(myObject (attribute1 "attr56932") ) +(myObject (attribute1 "attr56933") ) +(myObject (attribute1 "attr56934") ) +(myObject (attribute1 "attr56935") ) +(myObject (attribute1 "attr56936") ) +(myObject (attribute1 "attr56937") ) +(myObject (attribute1 "attr56938") ) +(myObject (attribute1 "attr56939") ) +(myObject (attribute1 "attr56940") ) +(myObject (attribute1 "attr56941") ) +(myObject (attribute1 "attr56942") ) +(myObject (attribute1 "attr56943") ) +(myObject (attribute1 "attr56944") ) +(myObject (attribute1 "attr56945") ) +(myObject (attribute1 "attr56946") ) +(myObject (attribute1 "attr56947") ) +(myObject (attribute1 "attr56948") ) +(myObject (attribute1 "attr56949") ) +(myObject (attribute1 "attr56950") ) +(myObject (attribute1 "attr56951") ) +(myObject (attribute1 "attr56952") ) +(myObject (attribute1 "attr56953") ) +(myObject (attribute1 "attr56954") ) +(myObject (attribute1 "attr56955") ) +(myObject (attribute1 "attr56956") ) +(myObject (attribute1 "attr56957") ) +(myObject (attribute1 "attr56958") ) +(myObject (attribute1 "attr56959") ) +(myObject (attribute1 "attr56960") ) +(myObject (attribute1 "attr56961") ) +(myObject (attribute1 "attr56962") ) +(myObject (attribute1 "attr56963") ) +(myObject (attribute1 "attr56964") ) +(myObject (attribute1 "attr56965") ) +(myObject (attribute1 "attr56966") ) +(myObject (attribute1 "attr56967") ) +(myObject (attribute1 "attr56968") ) +(myObject (attribute1 "attr56969") ) +(myObject (attribute1 "attr56970") ) +(myObject (attribute1 "attr56971") ) +(myObject (attribute1 "attr56972") ) +(myObject (attribute1 "attr56973") ) +(myObject (attribute1 "attr56974") ) +(myObject (attribute1 "attr56975") ) +(myObject (attribute1 "attr56976") ) +(myObject (attribute1 "attr56977") ) +(myObject (attribute1 "attr56978") ) +(myObject (attribute1 "attr56979") ) +(myObject (attribute1 "attr56980") ) +(myObject (attribute1 "attr56981") ) +(myObject (attribute1 "attr56982") ) +(myObject (attribute1 "attr56983") ) +(myObject (attribute1 "attr56984") ) +(myObject (attribute1 "attr56985") ) +(myObject (attribute1 "attr56986") ) +(myObject (attribute1 "attr56987") ) +(myObject (attribute1 "attr56988") ) +(myObject (attribute1 "attr56989") ) +(myObject (attribute1 "attr56990") ) +(myObject (attribute1 "attr56991") ) +(myObject (attribute1 "attr56992") ) +(myObject (attribute1 "attr56993") ) +(myObject (attribute1 "attr56994") ) +(myObject (attribute1 "attr56995") ) +(myObject (attribute1 "attr56996") ) +(myObject (attribute1 "attr56997") ) +(myObject (attribute1 "attr56998") ) +(myObject (attribute1 "attr56999") ) +(myObject (attribute1 "attr57000") ) +(myObject (attribute1 "attr57001") ) +(myObject (attribute1 "attr57002") ) +(myObject (attribute1 "attr57003") ) +(myObject (attribute1 "attr57004") ) +(myObject (attribute1 "attr57005") ) +(myObject (attribute1 "attr57006") ) +(myObject (attribute1 "attr57007") ) +(myObject (attribute1 "attr57008") ) +(myObject (attribute1 "attr57009") ) +(myObject (attribute1 "attr57010") ) +(myObject (attribute1 "attr57011") ) +(myObject (attribute1 "attr57012") ) +(myObject (attribute1 "attr57013") ) +(myObject (attribute1 "attr57014") ) +(myObject (attribute1 "attr57015") ) +(myObject (attribute1 "attr57016") ) +(myObject (attribute1 "attr57017") ) +(myObject (attribute1 "attr57018") ) +(myObject (attribute1 "attr57019") ) +(myObject (attribute1 "attr57020") ) +(myObject (attribute1 "attr57021") ) +(myObject (attribute1 "attr57022") ) +(myObject (attribute1 "attr57023") ) +(myObject (attribute1 "attr57024") ) +(myObject (attribute1 "attr57025") ) +(myObject (attribute1 "attr57026") ) +(myObject (attribute1 "attr57027") ) +(myObject (attribute1 "attr57028") ) +(myObject (attribute1 "attr57029") ) +(myObject (attribute1 "attr57030") ) +(myObject (attribute1 "attr57031") ) +(myObject (attribute1 "attr57032") ) +(myObject (attribute1 "attr57033") ) +(myObject (attribute1 "attr57034") ) +(myObject (attribute1 "attr57035") ) +(myObject (attribute1 "attr57036") ) +(myObject (attribute1 "attr57037") ) +(myObject (attribute1 "attr57038") ) +(myObject (attribute1 "attr57039") ) +(myObject (attribute1 "attr57040") ) +(myObject (attribute1 "attr57041") ) +(myObject (attribute1 "attr57042") ) +(myObject (attribute1 "attr57043") ) +(myObject (attribute1 "attr57044") ) +(myObject (attribute1 "attr57045") ) +(myObject (attribute1 "attr57046") ) +(myObject (attribute1 "attr57047") ) +(myObject (attribute1 "attr57048") ) +(myObject (attribute1 "attr57049") ) +(myObject (attribute1 "attr57050") ) +(myObject (attribute1 "attr57051") ) +(myObject (attribute1 "attr57052") ) +(myObject (attribute1 "attr57053") ) +(myObject (attribute1 "attr57054") ) +(myObject (attribute1 "attr57055") ) +(myObject (attribute1 "attr57056") ) +(myObject (attribute1 "attr57057") ) +(myObject (attribute1 "attr57058") ) +(myObject (attribute1 "attr57059") ) +(myObject (attribute1 "attr57060") ) +(myObject (attribute1 "attr57061") ) +(myObject (attribute1 "attr57062") ) +(myObject (attribute1 "attr57063") ) +(myObject (attribute1 "attr57064") ) +(myObject (attribute1 "attr57065") ) +(myObject (attribute1 "attr57066") ) +(myObject (attribute1 "attr57067") ) +(myObject (attribute1 "attr57068") ) +(myObject (attribute1 "attr57069") ) +(myObject (attribute1 "attr57070") ) +(myObject (attribute1 "attr57071") ) +(myObject (attribute1 "attr57072") ) +(myObject (attribute1 "attr57073") ) +(myObject (attribute1 "attr57074") ) +(myObject (attribute1 "attr57075") ) +(myObject (attribute1 "attr57076") ) +(myObject (attribute1 "attr57077") ) +(myObject (attribute1 "attr57078") ) +(myObject (attribute1 "attr57079") ) +(myObject (attribute1 "attr57080") ) +(myObject (attribute1 "attr57081") ) +(myObject (attribute1 "attr57082") ) +(myObject (attribute1 "attr57083") ) +(myObject (attribute1 "attr57084") ) +(myObject (attribute1 "attr57085") ) +(myObject (attribute1 "attr57086") ) +(myObject (attribute1 "attr57087") ) +(myObject (attribute1 "attr57088") ) +(myObject (attribute1 "attr57089") ) +(myObject (attribute1 "attr57090") ) +(myObject (attribute1 "attr57091") ) +(myObject (attribute1 "attr57092") ) +(myObject (attribute1 "attr57093") ) +(myObject (attribute1 "attr57094") ) +(myObject (attribute1 "attr57095") ) +(myObject (attribute1 "attr57096") ) +(myObject (attribute1 "attr57097") ) +(myObject (attribute1 "attr57098") ) +(myObject (attribute1 "attr57099") ) +(myObject (attribute1 "attr57100") ) +(myObject (attribute1 "attr57101") ) +(myObject (attribute1 "attr57102") ) +(myObject (attribute1 "attr57103") ) +(myObject (attribute1 "attr57104") ) +(myObject (attribute1 "attr57105") ) +(myObject (attribute1 "attr57106") ) +(myObject (attribute1 "attr57107") ) +(myObject (attribute1 "attr57108") ) +(myObject (attribute1 "attr57109") ) +(myObject (attribute1 "attr57110") ) +(myObject (attribute1 "attr57111") ) +(myObject (attribute1 "attr57112") ) +(myObject (attribute1 "attr57113") ) +(myObject (attribute1 "attr57114") ) +(myObject (attribute1 "attr57115") ) +(myObject (attribute1 "attr57116") ) +(myObject (attribute1 "attr57117") ) +(myObject (attribute1 "attr57118") ) +(myObject (attribute1 "attr57119") ) +(myObject (attribute1 "attr57120") ) +(myObject (attribute1 "attr57121") ) +(myObject (attribute1 "attr57122") ) +(myObject (attribute1 "attr57123") ) +(myObject (attribute1 "attr57124") ) +(myObject (attribute1 "attr57125") ) +(myObject (attribute1 "attr57126") ) +(myObject (attribute1 "attr57127") ) +(myObject (attribute1 "attr57128") ) +(myObject (attribute1 "attr57129") ) +(myObject (attribute1 "attr57130") ) +(myObject (attribute1 "attr57131") ) +(myObject (attribute1 "attr57132") ) +(myObject (attribute1 "attr57133") ) +(myObject (attribute1 "attr57134") ) +(myObject (attribute1 "attr57135") ) +(myObject (attribute1 "attr57136") ) +(myObject (attribute1 "attr57137") ) +(myObject (attribute1 "attr57138") ) +(myObject (attribute1 "attr57139") ) +(myObject (attribute1 "attr57140") ) +(myObject (attribute1 "attr57141") ) +(myObject (attribute1 "attr57142") ) +(myObject (attribute1 "attr57143") ) +(myObject (attribute1 "attr57144") ) +(myObject (attribute1 "attr57145") ) +(myObject (attribute1 "attr57146") ) +(myObject (attribute1 "attr57147") ) +(myObject (attribute1 "attr57148") ) +(myObject (attribute1 "attr57149") ) +(myObject (attribute1 "attr57150") ) +(myObject (attribute1 "attr57151") ) +(myObject (attribute1 "attr57152") ) +(myObject (attribute1 "attr57153") ) +(myObject (attribute1 "attr57154") ) +(myObject (attribute1 "attr57155") ) +(myObject (attribute1 "attr57156") ) +(myObject (attribute1 "attr57157") ) +(myObject (attribute1 "attr57158") ) +(myObject (attribute1 "attr57159") ) +(myObject (attribute1 "attr57160") ) +(myObject (attribute1 "attr57161") ) +(myObject (attribute1 "attr57162") ) +(myObject (attribute1 "attr57163") ) +(myObject (attribute1 "attr57164") ) +(myObject (attribute1 "attr57165") ) +(myObject (attribute1 "attr57166") ) +(myObject (attribute1 "attr57167") ) +(myObject (attribute1 "attr57168") ) +(myObject (attribute1 "attr57169") ) +(myObject (attribute1 "attr57170") ) +(myObject (attribute1 "attr57171") ) +(myObject (attribute1 "attr57172") ) +(myObject (attribute1 "attr57173") ) +(myObject (attribute1 "attr57174") ) +(myObject (attribute1 "attr57175") ) +(myObject (attribute1 "attr57176") ) +(myObject (attribute1 "attr57177") ) +(myObject (attribute1 "attr57178") ) +(myObject (attribute1 "attr57179") ) +(myObject (attribute1 "attr57180") ) +(myObject (attribute1 "attr57181") ) +(myObject (attribute1 "attr57182") ) +(myObject (attribute1 "attr57183") ) +(myObject (attribute1 "attr57184") ) +(myObject (attribute1 "attr57185") ) +(myObject (attribute1 "attr57186") ) +(myObject (attribute1 "attr57187") ) +(myObject (attribute1 "attr57188") ) +(myObject (attribute1 "attr57189") ) +(myObject (attribute1 "attr57190") ) +(myObject (attribute1 "attr57191") ) +(myObject (attribute1 "attr57192") ) +(myObject (attribute1 "attr57193") ) +(myObject (attribute1 "attr57194") ) +(myObject (attribute1 "attr57195") ) +(myObject (attribute1 "attr57196") ) +(myObject (attribute1 "attr57197") ) +(myObject (attribute1 "attr57198") ) +(myObject (attribute1 "attr57199") ) +(myObject (attribute1 "attr57200") ) +(myObject (attribute1 "attr57201") ) +(myObject (attribute1 "attr57202") ) +(myObject (attribute1 "attr57203") ) +(myObject (attribute1 "attr57204") ) +(myObject (attribute1 "attr57205") ) +(myObject (attribute1 "attr57206") ) +(myObject (attribute1 "attr57207") ) +(myObject (attribute1 "attr57208") ) +(myObject (attribute1 "attr57209") ) +(myObject (attribute1 "attr57210") ) +(myObject (attribute1 "attr57211") ) +(myObject (attribute1 "attr57212") ) +(myObject (attribute1 "attr57213") ) +(myObject (attribute1 "attr57214") ) +(myObject (attribute1 "attr57215") ) +(myObject (attribute1 "attr57216") ) +(myObject (attribute1 "attr57217") ) +(myObject (attribute1 "attr57218") ) +(myObject (attribute1 "attr57219") ) +(myObject (attribute1 "attr57220") ) +(myObject (attribute1 "attr57221") ) +(myObject (attribute1 "attr57222") ) +(myObject (attribute1 "attr57223") ) +(myObject (attribute1 "attr57224") ) +(myObject (attribute1 "attr57225") ) +(myObject (attribute1 "attr57226") ) +(myObject (attribute1 "attr57227") ) +(myObject (attribute1 "attr57228") ) +(myObject (attribute1 "attr57229") ) +(myObject (attribute1 "attr57230") ) +(myObject (attribute1 "attr57231") ) +(myObject (attribute1 "attr57232") ) +(myObject (attribute1 "attr57233") ) +(myObject (attribute1 "attr57234") ) +(myObject (attribute1 "attr57235") ) +(myObject (attribute1 "attr57236") ) +(myObject (attribute1 "attr57237") ) +(myObject (attribute1 "attr57238") ) +(myObject (attribute1 "attr57239") ) +(myObject (attribute1 "attr57240") ) +(myObject (attribute1 "attr57241") ) +(myObject (attribute1 "attr57242") ) +(myObject (attribute1 "attr57243") ) +(myObject (attribute1 "attr57244") ) +(myObject (attribute1 "attr57245") ) +(myObject (attribute1 "attr57246") ) +(myObject (attribute1 "attr57247") ) +(myObject (attribute1 "attr57248") ) +(myObject (attribute1 "attr57249") ) +(myObject (attribute1 "attr57250") ) +(myObject (attribute1 "attr57251") ) +(myObject (attribute1 "attr57252") ) +(myObject (attribute1 "attr57253") ) +(myObject (attribute1 "attr57254") ) +(myObject (attribute1 "attr57255") ) +(myObject (attribute1 "attr57256") ) +(myObject (attribute1 "attr57257") ) +(myObject (attribute1 "attr57258") ) +(myObject (attribute1 "attr57259") ) +(myObject (attribute1 "attr57260") ) +(myObject (attribute1 "attr57261") ) +(myObject (attribute1 "attr57262") ) +(myObject (attribute1 "attr57263") ) +(myObject (attribute1 "attr57264") ) +(myObject (attribute1 "attr57265") ) +(myObject (attribute1 "attr57266") ) +(myObject (attribute1 "attr57267") ) +(myObject (attribute1 "attr57268") ) +(myObject (attribute1 "attr57269") ) +(myObject (attribute1 "attr57270") ) +(myObject (attribute1 "attr57271") ) +(myObject (attribute1 "attr57272") ) +(myObject (attribute1 "attr57273") ) +(myObject (attribute1 "attr57274") ) +(myObject (attribute1 "attr57275") ) +(myObject (attribute1 "attr57276") ) +(myObject (attribute1 "attr57277") ) +(myObject (attribute1 "attr57278") ) +(myObject (attribute1 "attr57279") ) +(myObject (attribute1 "attr57280") ) +(myObject (attribute1 "attr57281") ) +(myObject (attribute1 "attr57282") ) +(myObject (attribute1 "attr57283") ) +(myObject (attribute1 "attr57284") ) +(myObject (attribute1 "attr57285") ) +(myObject (attribute1 "attr57286") ) +(myObject (attribute1 "attr57287") ) +(myObject (attribute1 "attr57288") ) +(myObject (attribute1 "attr57289") ) +(myObject (attribute1 "attr57290") ) +(myObject (attribute1 "attr57291") ) +(myObject (attribute1 "attr57292") ) +(myObject (attribute1 "attr57293") ) +(myObject (attribute1 "attr57294") ) +(myObject (attribute1 "attr57295") ) +(myObject (attribute1 "attr57296") ) +(myObject (attribute1 "attr57297") ) +(myObject (attribute1 "attr57298") ) +(myObject (attribute1 "attr57299") ) +(myObject (attribute1 "attr57300") ) +(myObject (attribute1 "attr57301") ) +(myObject (attribute1 "attr57302") ) +(myObject (attribute1 "attr57303") ) +(myObject (attribute1 "attr57304") ) +(myObject (attribute1 "attr57305") ) +(myObject (attribute1 "attr57306") ) +(myObject (attribute1 "attr57307") ) +(myObject (attribute1 "attr57308") ) +(myObject (attribute1 "attr57309") ) +(myObject (attribute1 "attr57310") ) +(myObject (attribute1 "attr57311") ) +(myObject (attribute1 "attr57312") ) +(myObject (attribute1 "attr57313") ) +(myObject (attribute1 "attr57314") ) +(myObject (attribute1 "attr57315") ) +(myObject (attribute1 "attr57316") ) +(myObject (attribute1 "attr57317") ) +(myObject (attribute1 "attr57318") ) +(myObject (attribute1 "attr57319") ) +(myObject (attribute1 "attr57320") ) +(myObject (attribute1 "attr57321") ) +(myObject (attribute1 "attr57322") ) +(myObject (attribute1 "attr57323") ) +(myObject (attribute1 "attr57324") ) +(myObject (attribute1 "attr57325") ) +(myObject (attribute1 "attr57326") ) +(myObject (attribute1 "attr57327") ) +(myObject (attribute1 "attr57328") ) +(myObject (attribute1 "attr57329") ) +(myObject (attribute1 "attr57330") ) +(myObject (attribute1 "attr57331") ) +(myObject (attribute1 "attr57332") ) +(myObject (attribute1 "attr57333") ) +(myObject (attribute1 "attr57334") ) +(myObject (attribute1 "attr57335") ) +(myObject (attribute1 "attr57336") ) +(myObject (attribute1 "attr57337") ) +(myObject (attribute1 "attr57338") ) +(myObject (attribute1 "attr57339") ) +(myObject (attribute1 "attr57340") ) +(myObject (attribute1 "attr57341") ) +(myObject (attribute1 "attr57342") ) +(myObject (attribute1 "attr57343") ) +(myObject (attribute1 "attr57344") ) +(myObject (attribute1 "attr57345") ) +(myObject (attribute1 "attr57346") ) +(myObject (attribute1 "attr57347") ) +(myObject (attribute1 "attr57348") ) +(myObject (attribute1 "attr57349") ) +(myObject (attribute1 "attr57350") ) +(myObject (attribute1 "attr57351") ) +(myObject (attribute1 "attr57352") ) +(myObject (attribute1 "attr57353") ) +(myObject (attribute1 "attr57354") ) +(myObject (attribute1 "attr57355") ) +(myObject (attribute1 "attr57356") ) +(myObject (attribute1 "attr57357") ) +(myObject (attribute1 "attr57358") ) +(myObject (attribute1 "attr57359") ) +(myObject (attribute1 "attr57360") ) +(myObject (attribute1 "attr57361") ) +(myObject (attribute1 "attr57362") ) +(myObject (attribute1 "attr57363") ) +(myObject (attribute1 "attr57364") ) +(myObject (attribute1 "attr57365") ) +(myObject (attribute1 "attr57366") ) +(myObject (attribute1 "attr57367") ) +(myObject (attribute1 "attr57368") ) +(myObject (attribute1 "attr57369") ) +(myObject (attribute1 "attr57370") ) +(myObject (attribute1 "attr57371") ) +(myObject (attribute1 "attr57372") ) +(myObject (attribute1 "attr57373") ) +(myObject (attribute1 "attr57374") ) +(myObject (attribute1 "attr57375") ) +(myObject (attribute1 "attr57376") ) +(myObject (attribute1 "attr57377") ) +(myObject (attribute1 "attr57378") ) +(myObject (attribute1 "attr57379") ) +(myObject (attribute1 "attr57380") ) +(myObject (attribute1 "attr57381") ) +(myObject (attribute1 "attr57382") ) +(myObject (attribute1 "attr57383") ) +(myObject (attribute1 "attr57384") ) +(myObject (attribute1 "attr57385") ) +(myObject (attribute1 "attr57386") ) +(myObject (attribute1 "attr57387") ) +(myObject (attribute1 "attr57388") ) +(myObject (attribute1 "attr57389") ) +(myObject (attribute1 "attr57390") ) +(myObject (attribute1 "attr57391") ) +(myObject (attribute1 "attr57392") ) +(myObject (attribute1 "attr57393") ) +(myObject (attribute1 "attr57394") ) +(myObject (attribute1 "attr57395") ) +(myObject (attribute1 "attr57396") ) +(myObject (attribute1 "attr57397") ) +(myObject (attribute1 "attr57398") ) +(myObject (attribute1 "attr57399") ) +(myObject (attribute1 "attr57400") ) +(myObject (attribute1 "attr57401") ) +(myObject (attribute1 "attr57402") ) +(myObject (attribute1 "attr57403") ) +(myObject (attribute1 "attr57404") ) +(myObject (attribute1 "attr57405") ) +(myObject (attribute1 "attr57406") ) +(myObject (attribute1 "attr57407") ) +(myObject (attribute1 "attr57408") ) +(myObject (attribute1 "attr57409") ) +(myObject (attribute1 "attr57410") ) +(myObject (attribute1 "attr57411") ) +(myObject (attribute1 "attr57412") ) +(myObject (attribute1 "attr57413") ) +(myObject (attribute1 "attr57414") ) +(myObject (attribute1 "attr57415") ) +(myObject (attribute1 "attr57416") ) +(myObject (attribute1 "attr57417") ) +(myObject (attribute1 "attr57418") ) +(myObject (attribute1 "attr57419") ) +(myObject (attribute1 "attr57420") ) +(myObject (attribute1 "attr57421") ) +(myObject (attribute1 "attr57422") ) +(myObject (attribute1 "attr57423") ) +(myObject (attribute1 "attr57424") ) +(myObject (attribute1 "attr57425") ) +(myObject (attribute1 "attr57426") ) +(myObject (attribute1 "attr57427") ) +(myObject (attribute1 "attr57428") ) +(myObject (attribute1 "attr57429") ) +(myObject (attribute1 "attr57430") ) +(myObject (attribute1 "attr57431") ) +(myObject (attribute1 "attr57432") ) +(myObject (attribute1 "attr57433") ) +(myObject (attribute1 "attr57434") ) +(myObject (attribute1 "attr57435") ) +(myObject (attribute1 "attr57436") ) +(myObject (attribute1 "attr57437") ) +(myObject (attribute1 "attr57438") ) +(myObject (attribute1 "attr57439") ) +(myObject (attribute1 "attr57440") ) +(myObject (attribute1 "attr57441") ) +(myObject (attribute1 "attr57442") ) +(myObject (attribute1 "attr57443") ) +(myObject (attribute1 "attr57444") ) +(myObject (attribute1 "attr57445") ) +(myObject (attribute1 "attr57446") ) +(myObject (attribute1 "attr57447") ) +(myObject (attribute1 "attr57448") ) +(myObject (attribute1 "attr57449") ) +(myObject (attribute1 "attr57450") ) +(myObject (attribute1 "attr57451") ) +(myObject (attribute1 "attr57452") ) +(myObject (attribute1 "attr57453") ) +(myObject (attribute1 "attr57454") ) +(myObject (attribute1 "attr57455") ) +(myObject (attribute1 "attr57456") ) +(myObject (attribute1 "attr57457") ) +(myObject (attribute1 "attr57458") ) +(myObject (attribute1 "attr57459") ) +(myObject (attribute1 "attr57460") ) +(myObject (attribute1 "attr57461") ) +(myObject (attribute1 "attr57462") ) +(myObject (attribute1 "attr57463") ) +(myObject (attribute1 "attr57464") ) +(myObject (attribute1 "attr57465") ) +(myObject (attribute1 "attr57466") ) +(myObject (attribute1 "attr57467") ) +(myObject (attribute1 "attr57468") ) +(myObject (attribute1 "attr57469") ) +(myObject (attribute1 "attr57470") ) +(myObject (attribute1 "attr57471") ) +(myObject (attribute1 "attr57472") ) +(myObject (attribute1 "attr57473") ) +(myObject (attribute1 "attr57474") ) +(myObject (attribute1 "attr57475") ) +(myObject (attribute1 "attr57476") ) +(myObject (attribute1 "attr57477") ) +(myObject (attribute1 "attr57478") ) +(myObject (attribute1 "attr57479") ) +(myObject (attribute1 "attr57480") ) +(myObject (attribute1 "attr57481") ) +(myObject (attribute1 "attr57482") ) +(myObject (attribute1 "attr57483") ) +(myObject (attribute1 "attr57484") ) +(myObject (attribute1 "attr57485") ) +(myObject (attribute1 "attr57486") ) +(myObject (attribute1 "attr57487") ) +(myObject (attribute1 "attr57488") ) +(myObject (attribute1 "attr57489") ) +(myObject (attribute1 "attr57490") ) +(myObject (attribute1 "attr57491") ) +(myObject (attribute1 "attr57492") ) +(myObject (attribute1 "attr57493") ) +(myObject (attribute1 "attr57494") ) +(myObject (attribute1 "attr57495") ) +(myObject (attribute1 "attr57496") ) +(myObject (attribute1 "attr57497") ) +(myObject (attribute1 "attr57498") ) +(myObject (attribute1 "attr57499") ) +(myObject (attribute1 "attr57500") ) +(myObject (attribute1 "attr57501") ) +(myObject (attribute1 "attr57502") ) +(myObject (attribute1 "attr57503") ) +(myObject (attribute1 "attr57504") ) +(myObject (attribute1 "attr57505") ) +(myObject (attribute1 "attr57506") ) +(myObject (attribute1 "attr57507") ) +(myObject (attribute1 "attr57508") ) +(myObject (attribute1 "attr57509") ) +(myObject (attribute1 "attr57510") ) +(myObject (attribute1 "attr57511") ) +(myObject (attribute1 "attr57512") ) +(myObject (attribute1 "attr57513") ) +(myObject (attribute1 "attr57514") ) +(myObject (attribute1 "attr57515") ) +(myObject (attribute1 "attr57516") ) +(myObject (attribute1 "attr57517") ) +(myObject (attribute1 "attr57518") ) +(myObject (attribute1 "attr57519") ) +(myObject (attribute1 "attr57520") ) +(myObject (attribute1 "attr57521") ) +(myObject (attribute1 "attr57522") ) +(myObject (attribute1 "attr57523") ) +(myObject (attribute1 "attr57524") ) +(myObject (attribute1 "attr57525") ) +(myObject (attribute1 "attr57526") ) +(myObject (attribute1 "attr57527") ) +(myObject (attribute1 "attr57528") ) +(myObject (attribute1 "attr57529") ) +(myObject (attribute1 "attr57530") ) +(myObject (attribute1 "attr57531") ) +(myObject (attribute1 "attr57532") ) +(myObject (attribute1 "attr57533") ) +(myObject (attribute1 "attr57534") ) +(myObject (attribute1 "attr57535") ) +(myObject (attribute1 "attr57536") ) +(myObject (attribute1 "attr57537") ) +(myObject (attribute1 "attr57538") ) +(myObject (attribute1 "attr57539") ) +(myObject (attribute1 "attr57540") ) +(myObject (attribute1 "attr57541") ) +(myObject (attribute1 "attr57542") ) +(myObject (attribute1 "attr57543") ) +(myObject (attribute1 "attr57544") ) +(myObject (attribute1 "attr57545") ) +(myObject (attribute1 "attr57546") ) +(myObject (attribute1 "attr57547") ) +(myObject (attribute1 "attr57548") ) +(myObject (attribute1 "attr57549") ) +(myObject (attribute1 "attr57550") ) +(myObject (attribute1 "attr57551") ) +(myObject (attribute1 "attr57552") ) +(myObject (attribute1 "attr57553") ) +(myObject (attribute1 "attr57554") ) +(myObject (attribute1 "attr57555") ) +(myObject (attribute1 "attr57556") ) +(myObject (attribute1 "attr57557") ) +(myObject (attribute1 "attr57558") ) +(myObject (attribute1 "attr57559") ) +(myObject (attribute1 "attr57560") ) +(myObject (attribute1 "attr57561") ) +(myObject (attribute1 "attr57562") ) +(myObject (attribute1 "attr57563") ) +(myObject (attribute1 "attr57564") ) +(myObject (attribute1 "attr57565") ) +(myObject (attribute1 "attr57566") ) +(myObject (attribute1 "attr57567") ) +(myObject (attribute1 "attr57568") ) +(myObject (attribute1 "attr57569") ) +(myObject (attribute1 "attr57570") ) +(myObject (attribute1 "attr57571") ) +(myObject (attribute1 "attr57572") ) +(myObject (attribute1 "attr57573") ) +(myObject (attribute1 "attr57574") ) +(myObject (attribute1 "attr57575") ) +(myObject (attribute1 "attr57576") ) +(myObject (attribute1 "attr57577") ) +(myObject (attribute1 "attr57578") ) +(myObject (attribute1 "attr57579") ) +(myObject (attribute1 "attr57580") ) +(myObject (attribute1 "attr57581") ) +(myObject (attribute1 "attr57582") ) +(myObject (attribute1 "attr57583") ) +(myObject (attribute1 "attr57584") ) +(myObject (attribute1 "attr57585") ) +(myObject (attribute1 "attr57586") ) +(myObject (attribute1 "attr57587") ) +(myObject (attribute1 "attr57588") ) +(myObject (attribute1 "attr57589") ) +(myObject (attribute1 "attr57590") ) +(myObject (attribute1 "attr57591") ) +(myObject (attribute1 "attr57592") ) +(myObject (attribute1 "attr57593") ) +(myObject (attribute1 "attr57594") ) +(myObject (attribute1 "attr57595") ) +(myObject (attribute1 "attr57596") ) +(myObject (attribute1 "attr57597") ) +(myObject (attribute1 "attr57598") ) +(myObject (attribute1 "attr57599") ) +(myObject (attribute1 "attr57600") ) +(myObject (attribute1 "attr57601") ) +(myObject (attribute1 "attr57602") ) +(myObject (attribute1 "attr57603") ) +(myObject (attribute1 "attr57604") ) +(myObject (attribute1 "attr57605") ) +(myObject (attribute1 "attr57606") ) +(myObject (attribute1 "attr57607") ) +(myObject (attribute1 "attr57608") ) +(myObject (attribute1 "attr57609") ) +(myObject (attribute1 "attr57610") ) +(myObject (attribute1 "attr57611") ) +(myObject (attribute1 "attr57612") ) +(myObject (attribute1 "attr57613") ) +(myObject (attribute1 "attr57614") ) +(myObject (attribute1 "attr57615") ) +(myObject (attribute1 "attr57616") ) +(myObject (attribute1 "attr57617") ) +(myObject (attribute1 "attr57618") ) +(myObject (attribute1 "attr57619") ) +(myObject (attribute1 "attr57620") ) +(myObject (attribute1 "attr57621") ) +(myObject (attribute1 "attr57622") ) +(myObject (attribute1 "attr57623") ) +(myObject (attribute1 "attr57624") ) +(myObject (attribute1 "attr57625") ) +(myObject (attribute1 "attr57626") ) +(myObject (attribute1 "attr57627") ) +(myObject (attribute1 "attr57628") ) +(myObject (attribute1 "attr57629") ) +(myObject (attribute1 "attr57630") ) +(myObject (attribute1 "attr57631") ) +(myObject (attribute1 "attr57632") ) +(myObject (attribute1 "attr57633") ) +(myObject (attribute1 "attr57634") ) +(myObject (attribute1 "attr57635") ) +(myObject (attribute1 "attr57636") ) +(myObject (attribute1 "attr57637") ) +(myObject (attribute1 "attr57638") ) +(myObject (attribute1 "attr57639") ) +(myObject (attribute1 "attr57640") ) +(myObject (attribute1 "attr57641") ) +(myObject (attribute1 "attr57642") ) +(myObject (attribute1 "attr57643") ) +(myObject (attribute1 "attr57644") ) +(myObject (attribute1 "attr57645") ) +(myObject (attribute1 "attr57646") ) +(myObject (attribute1 "attr57647") ) +(myObject (attribute1 "attr57648") ) +(myObject (attribute1 "attr57649") ) +(myObject (attribute1 "attr57650") ) +(myObject (attribute1 "attr57651") ) +(myObject (attribute1 "attr57652") ) +(myObject (attribute1 "attr57653") ) +(myObject (attribute1 "attr57654") ) +(myObject (attribute1 "attr57655") ) +(myObject (attribute1 "attr57656") ) +(myObject (attribute1 "attr57657") ) +(myObject (attribute1 "attr57658") ) +(myObject (attribute1 "attr57659") ) +(myObject (attribute1 "attr57660") ) +(myObject (attribute1 "attr57661") ) +(myObject (attribute1 "attr57662") ) +(myObject (attribute1 "attr57663") ) +(myObject (attribute1 "attr57664") ) +(myObject (attribute1 "attr57665") ) +(myObject (attribute1 "attr57666") ) +(myObject (attribute1 "attr57667") ) +(myObject (attribute1 "attr57668") ) +(myObject (attribute1 "attr57669") ) +(myObject (attribute1 "attr57670") ) +(myObject (attribute1 "attr57671") ) +(myObject (attribute1 "attr57672") ) +(myObject (attribute1 "attr57673") ) +(myObject (attribute1 "attr57674") ) +(myObject (attribute1 "attr57675") ) +(myObject (attribute1 "attr57676") ) +(myObject (attribute1 "attr57677") ) +(myObject (attribute1 "attr57678") ) +(myObject (attribute1 "attr57679") ) +(myObject (attribute1 "attr57680") ) +(myObject (attribute1 "attr57681") ) +(myObject (attribute1 "attr57682") ) +(myObject (attribute1 "attr57683") ) +(myObject (attribute1 "attr57684") ) +(myObject (attribute1 "attr57685") ) +(myObject (attribute1 "attr57686") ) +(myObject (attribute1 "attr57687") ) +(myObject (attribute1 "attr57688") ) +(myObject (attribute1 "attr57689") ) +(myObject (attribute1 "attr57690") ) +(myObject (attribute1 "attr57691") ) +(myObject (attribute1 "attr57692") ) +(myObject (attribute1 "attr57693") ) +(myObject (attribute1 "attr57694") ) +(myObject (attribute1 "attr57695") ) +(myObject (attribute1 "attr57696") ) +(myObject (attribute1 "attr57697") ) +(myObject (attribute1 "attr57698") ) +(myObject (attribute1 "attr57699") ) +(myObject (attribute1 "attr57700") ) +(myObject (attribute1 "attr57701") ) +(myObject (attribute1 "attr57702") ) +(myObject (attribute1 "attr57703") ) +(myObject (attribute1 "attr57704") ) +(myObject (attribute1 "attr57705") ) +(myObject (attribute1 "attr57706") ) +(myObject (attribute1 "attr57707") ) +(myObject (attribute1 "attr57708") ) +(myObject (attribute1 "attr57709") ) +(myObject (attribute1 "attr57710") ) +(myObject (attribute1 "attr57711") ) +(myObject (attribute1 "attr57712") ) +(myObject (attribute1 "attr57713") ) +(myObject (attribute1 "attr57714") ) +(myObject (attribute1 "attr57715") ) +(myObject (attribute1 "attr57716") ) +(myObject (attribute1 "attr57717") ) +(myObject (attribute1 "attr57718") ) +(myObject (attribute1 "attr57719") ) +(myObject (attribute1 "attr57720") ) +(myObject (attribute1 "attr57721") ) +(myObject (attribute1 "attr57722") ) +(myObject (attribute1 "attr57723") ) +(myObject (attribute1 "attr57724") ) +(myObject (attribute1 "attr57725") ) +(myObject (attribute1 "attr57726") ) +(myObject (attribute1 "attr57727") ) +(myObject (attribute1 "attr57728") ) +(myObject (attribute1 "attr57729") ) +(myObject (attribute1 "attr57730") ) +(myObject (attribute1 "attr57731") ) +(myObject (attribute1 "attr57732") ) +(myObject (attribute1 "attr57733") ) +(myObject (attribute1 "attr57734") ) +(myObject (attribute1 "attr57735") ) +(myObject (attribute1 "attr57736") ) +(myObject (attribute1 "attr57737") ) +(myObject (attribute1 "attr57738") ) +(myObject (attribute1 "attr57739") ) +(myObject (attribute1 "attr57740") ) +(myObject (attribute1 "attr57741") ) +(myObject (attribute1 "attr57742") ) +(myObject (attribute1 "attr57743") ) +(myObject (attribute1 "attr57744") ) +(myObject (attribute1 "attr57745") ) +(myObject (attribute1 "attr57746") ) +(myObject (attribute1 "attr57747") ) +(myObject (attribute1 "attr57748") ) +(myObject (attribute1 "attr57749") ) +(myObject (attribute1 "attr57750") ) +(myObject (attribute1 "attr57751") ) +(myObject (attribute1 "attr57752") ) +(myObject (attribute1 "attr57753") ) +(myObject (attribute1 "attr57754") ) +(myObject (attribute1 "attr57755") ) +(myObject (attribute1 "attr57756") ) +(myObject (attribute1 "attr57757") ) +(myObject (attribute1 "attr57758") ) +(myObject (attribute1 "attr57759") ) +(myObject (attribute1 "attr57760") ) +(myObject (attribute1 "attr57761") ) +(myObject (attribute1 "attr57762") ) +(myObject (attribute1 "attr57763") ) +(myObject (attribute1 "attr57764") ) +(myObject (attribute1 "attr57765") ) +(myObject (attribute1 "attr57766") ) +(myObject (attribute1 "attr57767") ) +(myObject (attribute1 "attr57768") ) +(myObject (attribute1 "attr57769") ) +(myObject (attribute1 "attr57770") ) +(myObject (attribute1 "attr57771") ) +(myObject (attribute1 "attr57772") ) +(myObject (attribute1 "attr57773") ) +(myObject (attribute1 "attr57774") ) +(myObject (attribute1 "attr57775") ) +(myObject (attribute1 "attr57776") ) +(myObject (attribute1 "attr57777") ) +(myObject (attribute1 "attr57778") ) +(myObject (attribute1 "attr57779") ) +(myObject (attribute1 "attr57780") ) +(myObject (attribute1 "attr57781") ) +(myObject (attribute1 "attr57782") ) +(myObject (attribute1 "attr57783") ) +(myObject (attribute1 "attr57784") ) +(myObject (attribute1 "attr57785") ) +(myObject (attribute1 "attr57786") ) +(myObject (attribute1 "attr57787") ) +(myObject (attribute1 "attr57788") ) +(myObject (attribute1 "attr57789") ) +(myObject (attribute1 "attr57790") ) +(myObject (attribute1 "attr57791") ) +(myObject (attribute1 "attr57792") ) +(myObject (attribute1 "attr57793") ) +(myObject (attribute1 "attr57794") ) +(myObject (attribute1 "attr57795") ) +(myObject (attribute1 "attr57796") ) +(myObject (attribute1 "attr57797") ) +(myObject (attribute1 "attr57798") ) +(myObject (attribute1 "attr57799") ) +(myObject (attribute1 "attr57800") ) +(myObject (attribute1 "attr57801") ) +(myObject (attribute1 "attr57802") ) +(myObject (attribute1 "attr57803") ) +(myObject (attribute1 "attr57804") ) +(myObject (attribute1 "attr57805") ) +(myObject (attribute1 "attr57806") ) +(myObject (attribute1 "attr57807") ) +(myObject (attribute1 "attr57808") ) +(myObject (attribute1 "attr57809") ) +(myObject (attribute1 "attr57810") ) +(myObject (attribute1 "attr57811") ) +(myObject (attribute1 "attr57812") ) +(myObject (attribute1 "attr57813") ) +(myObject (attribute1 "attr57814") ) +(myObject (attribute1 "attr57815") ) +(myObject (attribute1 "attr57816") ) +(myObject (attribute1 "attr57817") ) +(myObject (attribute1 "attr57818") ) +(myObject (attribute1 "attr57819") ) +(myObject (attribute1 "attr57820") ) +(myObject (attribute1 "attr57821") ) +(myObject (attribute1 "attr57822") ) +(myObject (attribute1 "attr57823") ) +(myObject (attribute1 "attr57824") ) +(myObject (attribute1 "attr57825") ) +(myObject (attribute1 "attr57826") ) +(myObject (attribute1 "attr57827") ) +(myObject (attribute1 "attr57828") ) +(myObject (attribute1 "attr57829") ) +(myObject (attribute1 "attr57830") ) +(myObject (attribute1 "attr57831") ) +(myObject (attribute1 "attr57832") ) +(myObject (attribute1 "attr57833") ) +(myObject (attribute1 "attr57834") ) +(myObject (attribute1 "attr57835") ) +(myObject (attribute1 "attr57836") ) +(myObject (attribute1 "attr57837") ) +(myObject (attribute1 "attr57838") ) +(myObject (attribute1 "attr57839") ) +(myObject (attribute1 "attr57840") ) +(myObject (attribute1 "attr57841") ) +(myObject (attribute1 "attr57842") ) +(myObject (attribute1 "attr57843") ) +(myObject (attribute1 "attr57844") ) +(myObject (attribute1 "attr57845") ) +(myObject (attribute1 "attr57846") ) +(myObject (attribute1 "attr57847") ) +(myObject (attribute1 "attr57848") ) +(myObject (attribute1 "attr57849") ) +(myObject (attribute1 "attr57850") ) +(myObject (attribute1 "attr57851") ) +(myObject (attribute1 "attr57852") ) +(myObject (attribute1 "attr57853") ) +(myObject (attribute1 "attr57854") ) +(myObject (attribute1 "attr57855") ) +(myObject (attribute1 "attr57856") ) +(myObject (attribute1 "attr57857") ) +(myObject (attribute1 "attr57858") ) +(myObject (attribute1 "attr57859") ) +(myObject (attribute1 "attr57860") ) +(myObject (attribute1 "attr57861") ) +(myObject (attribute1 "attr57862") ) +(myObject (attribute1 "attr57863") ) +(myObject (attribute1 "attr57864") ) +(myObject (attribute1 "attr57865") ) +(myObject (attribute1 "attr57866") ) +(myObject (attribute1 "attr57867") ) +(myObject (attribute1 "attr57868") ) +(myObject (attribute1 "attr57869") ) +(myObject (attribute1 "attr57870") ) +(myObject (attribute1 "attr57871") ) +(myObject (attribute1 "attr57872") ) +(myObject (attribute1 "attr57873") ) +(myObject (attribute1 "attr57874") ) +(myObject (attribute1 "attr57875") ) +(myObject (attribute1 "attr57876") ) +(myObject (attribute1 "attr57877") ) +(myObject (attribute1 "attr57878") ) +(myObject (attribute1 "attr57879") ) +(myObject (attribute1 "attr57880") ) +(myObject (attribute1 "attr57881") ) +(myObject (attribute1 "attr57882") ) +(myObject (attribute1 "attr57883") ) +(myObject (attribute1 "attr57884") ) +(myObject (attribute1 "attr57885") ) +(myObject (attribute1 "attr57886") ) +(myObject (attribute1 "attr57887") ) +(myObject (attribute1 "attr57888") ) +(myObject (attribute1 "attr57889") ) +(myObject (attribute1 "attr57890") ) +(myObject (attribute1 "attr57891") ) +(myObject (attribute1 "attr57892") ) +(myObject (attribute1 "attr57893") ) +(myObject (attribute1 "attr57894") ) +(myObject (attribute1 "attr57895") ) +(myObject (attribute1 "attr57896") ) +(myObject (attribute1 "attr57897") ) +(myObject (attribute1 "attr57898") ) +(myObject (attribute1 "attr57899") ) +(myObject (attribute1 "attr57900") ) +(myObject (attribute1 "attr57901") ) +(myObject (attribute1 "attr57902") ) +(myObject (attribute1 "attr57903") ) +(myObject (attribute1 "attr57904") ) +(myObject (attribute1 "attr57905") ) +(myObject (attribute1 "attr57906") ) +(myObject (attribute1 "attr57907") ) +(myObject (attribute1 "attr57908") ) +(myObject (attribute1 "attr57909") ) +(myObject (attribute1 "attr57910") ) +(myObject (attribute1 "attr57911") ) +(myObject (attribute1 "attr57912") ) +(myObject (attribute1 "attr57913") ) +(myObject (attribute1 "attr57914") ) +(myObject (attribute1 "attr57915") ) +(myObject (attribute1 "attr57916") ) +(myObject (attribute1 "attr57917") ) +(myObject (attribute1 "attr57918") ) +(myObject (attribute1 "attr57919") ) +(myObject (attribute1 "attr57920") ) +(myObject (attribute1 "attr57921") ) +(myObject (attribute1 "attr57922") ) +(myObject (attribute1 "attr57923") ) +(myObject (attribute1 "attr57924") ) +(myObject (attribute1 "attr57925") ) +(myObject (attribute1 "attr57926") ) +(myObject (attribute1 "attr57927") ) +(myObject (attribute1 "attr57928") ) +(myObject (attribute1 "attr57929") ) +(myObject (attribute1 "attr57930") ) +(myObject (attribute1 "attr57931") ) +(myObject (attribute1 "attr57932") ) +(myObject (attribute1 "attr57933") ) +(myObject (attribute1 "attr57934") ) +(myObject (attribute1 "attr57935") ) +(myObject (attribute1 "attr57936") ) +(myObject (attribute1 "attr57937") ) +(myObject (attribute1 "attr57938") ) +(myObject (attribute1 "attr57939") ) +(myObject (attribute1 "attr57940") ) +(myObject (attribute1 "attr57941") ) +(myObject (attribute1 "attr57942") ) +(myObject (attribute1 "attr57943") ) +(myObject (attribute1 "attr57944") ) +(myObject (attribute1 "attr57945") ) +(myObject (attribute1 "attr57946") ) +(myObject (attribute1 "attr57947") ) +(myObject (attribute1 "attr57948") ) +(myObject (attribute1 "attr57949") ) +(myObject (attribute1 "attr57950") ) +(myObject (attribute1 "attr57951") ) +(myObject (attribute1 "attr57952") ) +(myObject (attribute1 "attr57953") ) +(myObject (attribute1 "attr57954") ) +(myObject (attribute1 "attr57955") ) +(myObject (attribute1 "attr57956") ) +(myObject (attribute1 "attr57957") ) +(myObject (attribute1 "attr57958") ) +(myObject (attribute1 "attr57959") ) +(myObject (attribute1 "attr57960") ) +(myObject (attribute1 "attr57961") ) +(myObject (attribute1 "attr57962") ) +(myObject (attribute1 "attr57963") ) +(myObject (attribute1 "attr57964") ) +(myObject (attribute1 "attr57965") ) +(myObject (attribute1 "attr57966") ) +(myObject (attribute1 "attr57967") ) +(myObject (attribute1 "attr57968") ) +(myObject (attribute1 "attr57969") ) +(myObject (attribute1 "attr57970") ) +(myObject (attribute1 "attr57971") ) +(myObject (attribute1 "attr57972") ) +(myObject (attribute1 "attr57973") ) +(myObject (attribute1 "attr57974") ) +(myObject (attribute1 "attr57975") ) +(myObject (attribute1 "attr57976") ) +(myObject (attribute1 "attr57977") ) +(myObject (attribute1 "attr57978") ) +(myObject (attribute1 "attr57979") ) +(myObject (attribute1 "attr57980") ) +(myObject (attribute1 "attr57981") ) +(myObject (attribute1 "attr57982") ) +(myObject (attribute1 "attr57983") ) +(myObject (attribute1 "attr57984") ) +(myObject (attribute1 "attr57985") ) +(myObject (attribute1 "attr57986") ) +(myObject (attribute1 "attr57987") ) +(myObject (attribute1 "attr57988") ) +(myObject (attribute1 "attr57989") ) +(myObject (attribute1 "attr57990") ) +(myObject (attribute1 "attr57991") ) +(myObject (attribute1 "attr57992") ) +(myObject (attribute1 "attr57993") ) +(myObject (attribute1 "attr57994") ) +(myObject (attribute1 "attr57995") ) +(myObject (attribute1 "attr57996") ) +(myObject (attribute1 "attr57997") ) +(myObject (attribute1 "attr57998") ) +(myObject (attribute1 "attr57999") ) +(myObject (attribute1 "attr58000") ) +(myObject (attribute1 "attr58001") ) +(myObject (attribute1 "attr58002") ) +(myObject (attribute1 "attr58003") ) +(myObject (attribute1 "attr58004") ) +(myObject (attribute1 "attr58005") ) +(myObject (attribute1 "attr58006") ) +(myObject (attribute1 "attr58007") ) +(myObject (attribute1 "attr58008") ) +(myObject (attribute1 "attr58009") ) +(myObject (attribute1 "attr58010") ) +(myObject (attribute1 "attr58011") ) +(myObject (attribute1 "attr58012") ) +(myObject (attribute1 "attr58013") ) +(myObject (attribute1 "attr58014") ) +(myObject (attribute1 "attr58015") ) +(myObject (attribute1 "attr58016") ) +(myObject (attribute1 "attr58017") ) +(myObject (attribute1 "attr58018") ) +(myObject (attribute1 "attr58019") ) +(myObject (attribute1 "attr58020") ) +(myObject (attribute1 "attr58021") ) +(myObject (attribute1 "attr58022") ) +(myObject (attribute1 "attr58023") ) +(myObject (attribute1 "attr58024") ) +(myObject (attribute1 "attr58025") ) +(myObject (attribute1 "attr58026") ) +(myObject (attribute1 "attr58027") ) +(myObject (attribute1 "attr58028") ) +(myObject (attribute1 "attr58029") ) +(myObject (attribute1 "attr58030") ) +(myObject (attribute1 "attr58031") ) +(myObject (attribute1 "attr58032") ) +(myObject (attribute1 "attr58033") ) +(myObject (attribute1 "attr58034") ) +(myObject (attribute1 "attr58035") ) +(myObject (attribute1 "attr58036") ) +(myObject (attribute1 "attr58037") ) +(myObject (attribute1 "attr58038") ) +(myObject (attribute1 "attr58039") ) +(myObject (attribute1 "attr58040") ) +(myObject (attribute1 "attr58041") ) +(myObject (attribute1 "attr58042") ) +(myObject (attribute1 "attr58043") ) +(myObject (attribute1 "attr58044") ) +(myObject (attribute1 "attr58045") ) +(myObject (attribute1 "attr58046") ) +(myObject (attribute1 "attr58047") ) +(myObject (attribute1 "attr58048") ) +(myObject (attribute1 "attr58049") ) +(myObject (attribute1 "attr58050") ) +(myObject (attribute1 "attr58051") ) +(myObject (attribute1 "attr58052") ) +(myObject (attribute1 "attr58053") ) +(myObject (attribute1 "attr58054") ) +(myObject (attribute1 "attr58055") ) +(myObject (attribute1 "attr58056") ) +(myObject (attribute1 "attr58057") ) +(myObject (attribute1 "attr58058") ) +(myObject (attribute1 "attr58059") ) +(myObject (attribute1 "attr58060") ) +(myObject (attribute1 "attr58061") ) +(myObject (attribute1 "attr58062") ) +(myObject (attribute1 "attr58063") ) +(myObject (attribute1 "attr58064") ) +(myObject (attribute1 "attr58065") ) +(myObject (attribute1 "attr58066") ) +(myObject (attribute1 "attr58067") ) +(myObject (attribute1 "attr58068") ) +(myObject (attribute1 "attr58069") ) +(myObject (attribute1 "attr58070") ) +(myObject (attribute1 "attr58071") ) +(myObject (attribute1 "attr58072") ) +(myObject (attribute1 "attr58073") ) +(myObject (attribute1 "attr58074") ) +(myObject (attribute1 "attr58075") ) +(myObject (attribute1 "attr58076") ) +(myObject (attribute1 "attr58077") ) +(myObject (attribute1 "attr58078") ) +(myObject (attribute1 "attr58079") ) +(myObject (attribute1 "attr58080") ) +(myObject (attribute1 "attr58081") ) +(myObject (attribute1 "attr58082") ) +(myObject (attribute1 "attr58083") ) +(myObject (attribute1 "attr58084") ) +(myObject (attribute1 "attr58085") ) +(myObject (attribute1 "attr58086") ) +(myObject (attribute1 "attr58087") ) +(myObject (attribute1 "attr58088") ) +(myObject (attribute1 "attr58089") ) +(myObject (attribute1 "attr58090") ) +(myObject (attribute1 "attr58091") ) +(myObject (attribute1 "attr58092") ) +(myObject (attribute1 "attr58093") ) +(myObject (attribute1 "attr58094") ) +(myObject (attribute1 "attr58095") ) +(myObject (attribute1 "attr58096") ) +(myObject (attribute1 "attr58097") ) +(myObject (attribute1 "attr58098") ) +(myObject (attribute1 "attr58099") ) +(myObject (attribute1 "attr58100") ) +(myObject (attribute1 "attr58101") ) +(myObject (attribute1 "attr58102") ) +(myObject (attribute1 "attr58103") ) +(myObject (attribute1 "attr58104") ) +(myObject (attribute1 "attr58105") ) +(myObject (attribute1 "attr58106") ) +(myObject (attribute1 "attr58107") ) +(myObject (attribute1 "attr58108") ) +(myObject (attribute1 "attr58109") ) +(myObject (attribute1 "attr58110") ) +(myObject (attribute1 "attr58111") ) +(myObject (attribute1 "attr58112") ) +(myObject (attribute1 "attr58113") ) +(myObject (attribute1 "attr58114") ) +(myObject (attribute1 "attr58115") ) +(myObject (attribute1 "attr58116") ) +(myObject (attribute1 "attr58117") ) +(myObject (attribute1 "attr58118") ) +(myObject (attribute1 "attr58119") ) +(myObject (attribute1 "attr58120") ) +(myObject (attribute1 "attr58121") ) +(myObject (attribute1 "attr58122") ) +(myObject (attribute1 "attr58123") ) +(myObject (attribute1 "attr58124") ) +(myObject (attribute1 "attr58125") ) +(myObject (attribute1 "attr58126") ) +(myObject (attribute1 "attr58127") ) +(myObject (attribute1 "attr58128") ) +(myObject (attribute1 "attr58129") ) +(myObject (attribute1 "attr58130") ) +(myObject (attribute1 "attr58131") ) +(myObject (attribute1 "attr58132") ) +(myObject (attribute1 "attr58133") ) +(myObject (attribute1 "attr58134") ) +(myObject (attribute1 "attr58135") ) +(myObject (attribute1 "attr58136") ) +(myObject (attribute1 "attr58137") ) +(myObject (attribute1 "attr58138") ) +(myObject (attribute1 "attr58139") ) +(myObject (attribute1 "attr58140") ) +(myObject (attribute1 "attr58141") ) +(myObject (attribute1 "attr58142") ) +(myObject (attribute1 "attr58143") ) +(myObject (attribute1 "attr58144") ) +(myObject (attribute1 "attr58145") ) +(myObject (attribute1 "attr58146") ) +(myObject (attribute1 "attr58147") ) +(myObject (attribute1 "attr58148") ) +(myObject (attribute1 "attr58149") ) +(myObject (attribute1 "attr58150") ) +(myObject (attribute1 "attr58151") ) +(myObject (attribute1 "attr58152") ) +(myObject (attribute1 "attr58153") ) +(myObject (attribute1 "attr58154") ) +(myObject (attribute1 "attr58155") ) +(myObject (attribute1 "attr58156") ) +(myObject (attribute1 "attr58157") ) +(myObject (attribute1 "attr58158") ) +(myObject (attribute1 "attr58159") ) +(myObject (attribute1 "attr58160") ) +(myObject (attribute1 "attr58161") ) +(myObject (attribute1 "attr58162") ) +(myObject (attribute1 "attr58163") ) +(myObject (attribute1 "attr58164") ) +(myObject (attribute1 "attr58165") ) +(myObject (attribute1 "attr58166") ) +(myObject (attribute1 "attr58167") ) +(myObject (attribute1 "attr58168") ) +(myObject (attribute1 "attr58169") ) +(myObject (attribute1 "attr58170") ) +(myObject (attribute1 "attr58171") ) +(myObject (attribute1 "attr58172") ) +(myObject (attribute1 "attr58173") ) +(myObject (attribute1 "attr58174") ) +(myObject (attribute1 "attr58175") ) +(myObject (attribute1 "attr58176") ) +(myObject (attribute1 "attr58177") ) +(myObject (attribute1 "attr58178") ) +(myObject (attribute1 "attr58179") ) +(myObject (attribute1 "attr58180") ) +(myObject (attribute1 "attr58181") ) +(myObject (attribute1 "attr58182") ) +(myObject (attribute1 "attr58183") ) +(myObject (attribute1 "attr58184") ) +(myObject (attribute1 "attr58185") ) +(myObject (attribute1 "attr58186") ) +(myObject (attribute1 "attr58187") ) +(myObject (attribute1 "attr58188") ) +(myObject (attribute1 "attr58189") ) +(myObject (attribute1 "attr58190") ) +(myObject (attribute1 "attr58191") ) +(myObject (attribute1 "attr58192") ) +(myObject (attribute1 "attr58193") ) +(myObject (attribute1 "attr58194") ) +(myObject (attribute1 "attr58195") ) +(myObject (attribute1 "attr58196") ) +(myObject (attribute1 "attr58197") ) +(myObject (attribute1 "attr58198") ) +(myObject (attribute1 "attr58199") ) +(myObject (attribute1 "attr58200") ) +(myObject (attribute1 "attr58201") ) +(myObject (attribute1 "attr58202") ) +(myObject (attribute1 "attr58203") ) +(myObject (attribute1 "attr58204") ) +(myObject (attribute1 "attr58205") ) +(myObject (attribute1 "attr58206") ) +(myObject (attribute1 "attr58207") ) +(myObject (attribute1 "attr58208") ) +(myObject (attribute1 "attr58209") ) +(myObject (attribute1 "attr58210") ) +(myObject (attribute1 "attr58211") ) +(myObject (attribute1 "attr58212") ) +(myObject (attribute1 "attr58213") ) +(myObject (attribute1 "attr58214") ) +(myObject (attribute1 "attr58215") ) +(myObject (attribute1 "attr58216") ) +(myObject (attribute1 "attr58217") ) +(myObject (attribute1 "attr58218") ) +(myObject (attribute1 "attr58219") ) +(myObject (attribute1 "attr58220") ) +(myObject (attribute1 "attr58221") ) +(myObject (attribute1 "attr58222") ) +(myObject (attribute1 "attr58223") ) +(myObject (attribute1 "attr58224") ) +(myObject (attribute1 "attr58225") ) +(myObject (attribute1 "attr58226") ) +(myObject (attribute1 "attr58227") ) +(myObject (attribute1 "attr58228") ) +(myObject (attribute1 "attr58229") ) +(myObject (attribute1 "attr58230") ) +(myObject (attribute1 "attr58231") ) +(myObject (attribute1 "attr58232") ) +(myObject (attribute1 "attr58233") ) +(myObject (attribute1 "attr58234") ) +(myObject (attribute1 "attr58235") ) +(myObject (attribute1 "attr58236") ) +(myObject (attribute1 "attr58237") ) +(myObject (attribute1 "attr58238") ) +(myObject (attribute1 "attr58239") ) +(myObject (attribute1 "attr58240") ) +(myObject (attribute1 "attr58241") ) +(myObject (attribute1 "attr58242") ) +(myObject (attribute1 "attr58243") ) +(myObject (attribute1 "attr58244") ) +(myObject (attribute1 "attr58245") ) +(myObject (attribute1 "attr58246") ) +(myObject (attribute1 "attr58247") ) +(myObject (attribute1 "attr58248") ) +(myObject (attribute1 "attr58249") ) +(myObject (attribute1 "attr58250") ) +(myObject (attribute1 "attr58251") ) +(myObject (attribute1 "attr58252") ) +(myObject (attribute1 "attr58253") ) +(myObject (attribute1 "attr58254") ) +(myObject (attribute1 "attr58255") ) +(myObject (attribute1 "attr58256") ) +(myObject (attribute1 "attr58257") ) +(myObject (attribute1 "attr58258") ) +(myObject (attribute1 "attr58259") ) +(myObject (attribute1 "attr58260") ) +(myObject (attribute1 "attr58261") ) +(myObject (attribute1 "attr58262") ) +(myObject (attribute1 "attr58263") ) +(myObject (attribute1 "attr58264") ) +(myObject (attribute1 "attr58265") ) +(myObject (attribute1 "attr58266") ) +(myObject (attribute1 "attr58267") ) +(myObject (attribute1 "attr58268") ) +(myObject (attribute1 "attr58269") ) +(myObject (attribute1 "attr58270") ) +(myObject (attribute1 "attr58271") ) +(myObject (attribute1 "attr58272") ) +(myObject (attribute1 "attr58273") ) +(myObject (attribute1 "attr58274") ) +(myObject (attribute1 "attr58275") ) +(myObject (attribute1 "attr58276") ) +(myObject (attribute1 "attr58277") ) +(myObject (attribute1 "attr58278") ) +(myObject (attribute1 "attr58279") ) +(myObject (attribute1 "attr58280") ) +(myObject (attribute1 "attr58281") ) +(myObject (attribute1 "attr58282") ) +(myObject (attribute1 "attr58283") ) +(myObject (attribute1 "attr58284") ) +(myObject (attribute1 "attr58285") ) +(myObject (attribute1 "attr58286") ) +(myObject (attribute1 "attr58287") ) +(myObject (attribute1 "attr58288") ) +(myObject (attribute1 "attr58289") ) +(myObject (attribute1 "attr58290") ) +(myObject (attribute1 "attr58291") ) +(myObject (attribute1 "attr58292") ) +(myObject (attribute1 "attr58293") ) +(myObject (attribute1 "attr58294") ) +(myObject (attribute1 "attr58295") ) +(myObject (attribute1 "attr58296") ) +(myObject (attribute1 "attr58297") ) +(myObject (attribute1 "attr58298") ) +(myObject (attribute1 "attr58299") ) +(myObject (attribute1 "attr58300") ) +(myObject (attribute1 "attr58301") ) +(myObject (attribute1 "attr58302") ) +(myObject (attribute1 "attr58303") ) +(myObject (attribute1 "attr58304") ) +(myObject (attribute1 "attr58305") ) +(myObject (attribute1 "attr58306") ) +(myObject (attribute1 "attr58307") ) +(myObject (attribute1 "attr58308") ) +(myObject (attribute1 "attr58309") ) +(myObject (attribute1 "attr58310") ) +(myObject (attribute1 "attr58311") ) +(myObject (attribute1 "attr58312") ) +(myObject (attribute1 "attr58313") ) +(myObject (attribute1 "attr58314") ) +(myObject (attribute1 "attr58315") ) +(myObject (attribute1 "attr58316") ) +(myObject (attribute1 "attr58317") ) +(myObject (attribute1 "attr58318") ) +(myObject (attribute1 "attr58319") ) +(myObject (attribute1 "attr58320") ) +(myObject (attribute1 "attr58321") ) +(myObject (attribute1 "attr58322") ) +(myObject (attribute1 "attr58323") ) +(myObject (attribute1 "attr58324") ) +(myObject (attribute1 "attr58325") ) +(myObject (attribute1 "attr58326") ) +(myObject (attribute1 "attr58327") ) +(myObject (attribute1 "attr58328") ) +(myObject (attribute1 "attr58329") ) +(myObject (attribute1 "attr58330") ) +(myObject (attribute1 "attr58331") ) +(myObject (attribute1 "attr58332") ) +(myObject (attribute1 "attr58333") ) +(myObject (attribute1 "attr58334") ) +(myObject (attribute1 "attr58335") ) +(myObject (attribute1 "attr58336") ) +(myObject (attribute1 "attr58337") ) +(myObject (attribute1 "attr58338") ) +(myObject (attribute1 "attr58339") ) +(myObject (attribute1 "attr58340") ) +(myObject (attribute1 "attr58341") ) +(myObject (attribute1 "attr58342") ) +(myObject (attribute1 "attr58343") ) +(myObject (attribute1 "attr58344") ) +(myObject (attribute1 "attr58345") ) +(myObject (attribute1 "attr58346") ) +(myObject (attribute1 "attr58347") ) +(myObject (attribute1 "attr58348") ) +(myObject (attribute1 "attr58349") ) +(myObject (attribute1 "attr58350") ) +(myObject (attribute1 "attr58351") ) +(myObject (attribute1 "attr58352") ) +(myObject (attribute1 "attr58353") ) +(myObject (attribute1 "attr58354") ) +(myObject (attribute1 "attr58355") ) +(myObject (attribute1 "attr58356") ) +(myObject (attribute1 "attr58357") ) +(myObject (attribute1 "attr58358") ) +(myObject (attribute1 "attr58359") ) +(myObject (attribute1 "attr58360") ) +(myObject (attribute1 "attr58361") ) +(myObject (attribute1 "attr58362") ) +(myObject (attribute1 "attr58363") ) +(myObject (attribute1 "attr58364") ) +(myObject (attribute1 "attr58365") ) +(myObject (attribute1 "attr58366") ) +(myObject (attribute1 "attr58367") ) +(myObject (attribute1 "attr58368") ) +(myObject (attribute1 "attr58369") ) +(myObject (attribute1 "attr58370") ) +(myObject (attribute1 "attr58371") ) +(myObject (attribute1 "attr58372") ) +(myObject (attribute1 "attr58373") ) +(myObject (attribute1 "attr58374") ) +(myObject (attribute1 "attr58375") ) +(myObject (attribute1 "attr58376") ) +(myObject (attribute1 "attr58377") ) +(myObject (attribute1 "attr58378") ) +(myObject (attribute1 "attr58379") ) +(myObject (attribute1 "attr58380") ) +(myObject (attribute1 "attr58381") ) +(myObject (attribute1 "attr58382") ) +(myObject (attribute1 "attr58383") ) +(myObject (attribute1 "attr58384") ) +(myObject (attribute1 "attr58385") ) +(myObject (attribute1 "attr58386") ) +(myObject (attribute1 "attr58387") ) +(myObject (attribute1 "attr58388") ) +(myObject (attribute1 "attr58389") ) +(myObject (attribute1 "attr58390") ) +(myObject (attribute1 "attr58391") ) +(myObject (attribute1 "attr58392") ) +(myObject (attribute1 "attr58393") ) +(myObject (attribute1 "attr58394") ) +(myObject (attribute1 "attr58395") ) +(myObject (attribute1 "attr58396") ) +(myObject (attribute1 "attr58397") ) +(myObject (attribute1 "attr58398") ) +(myObject (attribute1 "attr58399") ) +(myObject (attribute1 "attr58400") ) +(myObject (attribute1 "attr58401") ) +(myObject (attribute1 "attr58402") ) +(myObject (attribute1 "attr58403") ) +(myObject (attribute1 "attr58404") ) +(myObject (attribute1 "attr58405") ) +(myObject (attribute1 "attr58406") ) +(myObject (attribute1 "attr58407") ) +(myObject (attribute1 "attr58408") ) +(myObject (attribute1 "attr58409") ) +(myObject (attribute1 "attr58410") ) +(myObject (attribute1 "attr58411") ) +(myObject (attribute1 "attr58412") ) +(myObject (attribute1 "attr58413") ) +(myObject (attribute1 "attr58414") ) +(myObject (attribute1 "attr58415") ) +(myObject (attribute1 "attr58416") ) +(myObject (attribute1 "attr58417") ) +(myObject (attribute1 "attr58418") ) +(myObject (attribute1 "attr58419") ) +(myObject (attribute1 "attr58420") ) +(myObject (attribute1 "attr58421") ) +(myObject (attribute1 "attr58422") ) +(myObject (attribute1 "attr58423") ) +(myObject (attribute1 "attr58424") ) +(myObject (attribute1 "attr58425") ) +(myObject (attribute1 "attr58426") ) +(myObject (attribute1 "attr58427") ) +(myObject (attribute1 "attr58428") ) +(myObject (attribute1 "attr58429") ) +(myObject (attribute1 "attr58430") ) +(myObject (attribute1 "attr58431") ) +(myObject (attribute1 "attr58432") ) +(myObject (attribute1 "attr58433") ) +(myObject (attribute1 "attr58434") ) +(myObject (attribute1 "attr58435") ) +(myObject (attribute1 "attr58436") ) +(myObject (attribute1 "attr58437") ) +(myObject (attribute1 "attr58438") ) +(myObject (attribute1 "attr58439") ) +(myObject (attribute1 "attr58440") ) +(myObject (attribute1 "attr58441") ) +(myObject (attribute1 "attr58442") ) +(myObject (attribute1 "attr58443") ) +(myObject (attribute1 "attr58444") ) +(myObject (attribute1 "attr58445") ) +(myObject (attribute1 "attr58446") ) +(myObject (attribute1 "attr58447") ) +(myObject (attribute1 "attr58448") ) +(myObject (attribute1 "attr58449") ) +(myObject (attribute1 "attr58450") ) +(myObject (attribute1 "attr58451") ) +(myObject (attribute1 "attr58452") ) +(myObject (attribute1 "attr58453") ) +(myObject (attribute1 "attr58454") ) +(myObject (attribute1 "attr58455") ) +(myObject (attribute1 "attr58456") ) +(myObject (attribute1 "attr58457") ) +(myObject (attribute1 "attr58458") ) +(myObject (attribute1 "attr58459") ) +(myObject (attribute1 "attr58460") ) +(myObject (attribute1 "attr58461") ) +(myObject (attribute1 "attr58462") ) +(myObject (attribute1 "attr58463") ) +(myObject (attribute1 "attr58464") ) +(myObject (attribute1 "attr58465") ) +(myObject (attribute1 "attr58466") ) +(myObject (attribute1 "attr58467") ) +(myObject (attribute1 "attr58468") ) +(myObject (attribute1 "attr58469") ) +(myObject (attribute1 "attr58470") ) +(myObject (attribute1 "attr58471") ) +(myObject (attribute1 "attr58472") ) +(myObject (attribute1 "attr58473") ) +(myObject (attribute1 "attr58474") ) +(myObject (attribute1 "attr58475") ) +(myObject (attribute1 "attr58476") ) +(myObject (attribute1 "attr58477") ) +(myObject (attribute1 "attr58478") ) +(myObject (attribute1 "attr58479") ) +(myObject (attribute1 "attr58480") ) +(myObject (attribute1 "attr58481") ) +(myObject (attribute1 "attr58482") ) +(myObject (attribute1 "attr58483") ) +(myObject (attribute1 "attr58484") ) +(myObject (attribute1 "attr58485") ) +(myObject (attribute1 "attr58486") ) +(myObject (attribute1 "attr58487") ) +(myObject (attribute1 "attr58488") ) +(myObject (attribute1 "attr58489") ) +(myObject (attribute1 "attr58490") ) +(myObject (attribute1 "attr58491") ) +(myObject (attribute1 "attr58492") ) +(myObject (attribute1 "attr58493") ) +(myObject (attribute1 "attr58494") ) +(myObject (attribute1 "attr58495") ) +(myObject (attribute1 "attr58496") ) +(myObject (attribute1 "attr58497") ) +(myObject (attribute1 "attr58498") ) +(myObject (attribute1 "attr58499") ) +(myObject (attribute1 "attr58500") ) +(myObject (attribute1 "attr58501") ) +(myObject (attribute1 "attr58502") ) +(myObject (attribute1 "attr58503") ) +(myObject (attribute1 "attr58504") ) +(myObject (attribute1 "attr58505") ) +(myObject (attribute1 "attr58506") ) +(myObject (attribute1 "attr58507") ) +(myObject (attribute1 "attr58508") ) +(myObject (attribute1 "attr58509") ) +(myObject (attribute1 "attr58510") ) +(myObject (attribute1 "attr58511") ) +(myObject (attribute1 "attr58512") ) +(myObject (attribute1 "attr58513") ) +(myObject (attribute1 "attr58514") ) +(myObject (attribute1 "attr58515") ) +(myObject (attribute1 "attr58516") ) +(myObject (attribute1 "attr58517") ) +(myObject (attribute1 "attr58518") ) +(myObject (attribute1 "attr58519") ) +(myObject (attribute1 "attr58520") ) +(myObject (attribute1 "attr58521") ) +(myObject (attribute1 "attr58522") ) +(myObject (attribute1 "attr58523") ) +(myObject (attribute1 "attr58524") ) +(myObject (attribute1 "attr58525") ) +(myObject (attribute1 "attr58526") ) +(myObject (attribute1 "attr58527") ) +(myObject (attribute1 "attr58528") ) +(myObject (attribute1 "attr58529") ) +(myObject (attribute1 "attr58530") ) +(myObject (attribute1 "attr58531") ) +(myObject (attribute1 "attr58532") ) +(myObject (attribute1 "attr58533") ) +(myObject (attribute1 "attr58534") ) +(myObject (attribute1 "attr58535") ) +(myObject (attribute1 "attr58536") ) +(myObject (attribute1 "attr58537") ) +(myObject (attribute1 "attr58538") ) +(myObject (attribute1 "attr58539") ) +(myObject (attribute1 "attr58540") ) +(myObject (attribute1 "attr58541") ) +(myObject (attribute1 "attr58542") ) +(myObject (attribute1 "attr58543") ) +(myObject (attribute1 "attr58544") ) +(myObject (attribute1 "attr58545") ) +(myObject (attribute1 "attr58546") ) +(myObject (attribute1 "attr58547") ) +(myObject (attribute1 "attr58548") ) +(myObject (attribute1 "attr58549") ) +(myObject (attribute1 "attr58550") ) +(myObject (attribute1 "attr58551") ) +(myObject (attribute1 "attr58552") ) +(myObject (attribute1 "attr58553") ) +(myObject (attribute1 "attr58554") ) +(myObject (attribute1 "attr58555") ) +(myObject (attribute1 "attr58556") ) +(myObject (attribute1 "attr58557") ) +(myObject (attribute1 "attr58558") ) +(myObject (attribute1 "attr58559") ) +(myObject (attribute1 "attr58560") ) +(myObject (attribute1 "attr58561") ) +(myObject (attribute1 "attr58562") ) +(myObject (attribute1 "attr58563") ) +(myObject (attribute1 "attr58564") ) +(myObject (attribute1 "attr58565") ) +(myObject (attribute1 "attr58566") ) +(myObject (attribute1 "attr58567") ) +(myObject (attribute1 "attr58568") ) +(myObject (attribute1 "attr58569") ) +(myObject (attribute1 "attr58570") ) +(myObject (attribute1 "attr58571") ) +(myObject (attribute1 "attr58572") ) +(myObject (attribute1 "attr58573") ) +(myObject (attribute1 "attr58574") ) +(myObject (attribute1 "attr58575") ) +(myObject (attribute1 "attr58576") ) +(myObject (attribute1 "attr58577") ) +(myObject (attribute1 "attr58578") ) +(myObject (attribute1 "attr58579") ) +(myObject (attribute1 "attr58580") ) +(myObject (attribute1 "attr58581") ) +(myObject (attribute1 "attr58582") ) +(myObject (attribute1 "attr58583") ) +(myObject (attribute1 "attr58584") ) +(myObject (attribute1 "attr58585") ) +(myObject (attribute1 "attr58586") ) +(myObject (attribute1 "attr58587") ) +(myObject (attribute1 "attr58588") ) +(myObject (attribute1 "attr58589") ) +(myObject (attribute1 "attr58590") ) +(myObject (attribute1 "attr58591") ) +(myObject (attribute1 "attr58592") ) +(myObject (attribute1 "attr58593") ) +(myObject (attribute1 "attr58594") ) +(myObject (attribute1 "attr58595") ) +(myObject (attribute1 "attr58596") ) +(myObject (attribute1 "attr58597") ) +(myObject (attribute1 "attr58598") ) +(myObject (attribute1 "attr58599") ) +(myObject (attribute1 "attr58600") ) +(myObject (attribute1 "attr58601") ) +(myObject (attribute1 "attr58602") ) +(myObject (attribute1 "attr58603") ) +(myObject (attribute1 "attr58604") ) +(myObject (attribute1 "attr58605") ) +(myObject (attribute1 "attr58606") ) +(myObject (attribute1 "attr58607") ) +(myObject (attribute1 "attr58608") ) +(myObject (attribute1 "attr58609") ) +(myObject (attribute1 "attr58610") ) +(myObject (attribute1 "attr58611") ) +(myObject (attribute1 "attr58612") ) +(myObject (attribute1 "attr58613") ) +(myObject (attribute1 "attr58614") ) +(myObject (attribute1 "attr58615") ) +(myObject (attribute1 "attr58616") ) +(myObject (attribute1 "attr58617") ) +(myObject (attribute1 "attr58618") ) +(myObject (attribute1 "attr58619") ) +(myObject (attribute1 "attr58620") ) +(myObject (attribute1 "attr58621") ) +(myObject (attribute1 "attr58622") ) +(myObject (attribute1 "attr58623") ) +(myObject (attribute1 "attr58624") ) +(myObject (attribute1 "attr58625") ) +(myObject (attribute1 "attr58626") ) +(myObject (attribute1 "attr58627") ) +(myObject (attribute1 "attr58628") ) +(myObject (attribute1 "attr58629") ) +(myObject (attribute1 "attr58630") ) +(myObject (attribute1 "attr58631") ) +(myObject (attribute1 "attr58632") ) +(myObject (attribute1 "attr58633") ) +(myObject (attribute1 "attr58634") ) +(myObject (attribute1 "attr58635") ) +(myObject (attribute1 "attr58636") ) +(myObject (attribute1 "attr58637") ) +(myObject (attribute1 "attr58638") ) +(myObject (attribute1 "attr58639") ) +(myObject (attribute1 "attr58640") ) +(myObject (attribute1 "attr58641") ) +(myObject (attribute1 "attr58642") ) +(myObject (attribute1 "attr58643") ) +(myObject (attribute1 "attr58644") ) +(myObject (attribute1 "attr58645") ) +(myObject (attribute1 "attr58646") ) +(myObject (attribute1 "attr58647") ) +(myObject (attribute1 "attr58648") ) +(myObject (attribute1 "attr58649") ) +(myObject (attribute1 "attr58650") ) +(myObject (attribute1 "attr58651") ) +(myObject (attribute1 "attr58652") ) +(myObject (attribute1 "attr58653") ) +(myObject (attribute1 "attr58654") ) +(myObject (attribute1 "attr58655") ) +(myObject (attribute1 "attr58656") ) +(myObject (attribute1 "attr58657") ) +(myObject (attribute1 "attr58658") ) +(myObject (attribute1 "attr58659") ) +(myObject (attribute1 "attr58660") ) +(myObject (attribute1 "attr58661") ) +(myObject (attribute1 "attr58662") ) +(myObject (attribute1 "attr58663") ) +(myObject (attribute1 "attr58664") ) +(myObject (attribute1 "attr58665") ) +(myObject (attribute1 "attr58666") ) +(myObject (attribute1 "attr58667") ) +(myObject (attribute1 "attr58668") ) +(myObject (attribute1 "attr58669") ) +(myObject (attribute1 "attr58670") ) +(myObject (attribute1 "attr58671") ) +(myObject (attribute1 "attr58672") ) +(myObject (attribute1 "attr58673") ) +(myObject (attribute1 "attr58674") ) +(myObject (attribute1 "attr58675") ) +(myObject (attribute1 "attr58676") ) +(myObject (attribute1 "attr58677") ) +(myObject (attribute1 "attr58678") ) +(myObject (attribute1 "attr58679") ) +(myObject (attribute1 "attr58680") ) +(myObject (attribute1 "attr58681") ) +(myObject (attribute1 "attr58682") ) +(myObject (attribute1 "attr58683") ) +(myObject (attribute1 "attr58684") ) +(myObject (attribute1 "attr58685") ) +(myObject (attribute1 "attr58686") ) +(myObject (attribute1 "attr58687") ) +(myObject (attribute1 "attr58688") ) +(myObject (attribute1 "attr58689") ) +(myObject (attribute1 "attr58690") ) +(myObject (attribute1 "attr58691") ) +(myObject (attribute1 "attr58692") ) +(myObject (attribute1 "attr58693") ) +(myObject (attribute1 "attr58694") ) +(myObject (attribute1 "attr58695") ) +(myObject (attribute1 "attr58696") ) +(myObject (attribute1 "attr58697") ) +(myObject (attribute1 "attr58698") ) +(myObject (attribute1 "attr58699") ) +(myObject (attribute1 "attr58700") ) +(myObject (attribute1 "attr58701") ) +(myObject (attribute1 "attr58702") ) +(myObject (attribute1 "attr58703") ) +(myObject (attribute1 "attr58704") ) +(myObject (attribute1 "attr58705") ) +(myObject (attribute1 "attr58706") ) +(myObject (attribute1 "attr58707") ) +(myObject (attribute1 "attr58708") ) +(myObject (attribute1 "attr58709") ) +(myObject (attribute1 "attr58710") ) +(myObject (attribute1 "attr58711") ) +(myObject (attribute1 "attr58712") ) +(myObject (attribute1 "attr58713") ) +(myObject (attribute1 "attr58714") ) +(myObject (attribute1 "attr58715") ) +(myObject (attribute1 "attr58716") ) +(myObject (attribute1 "attr58717") ) +(myObject (attribute1 "attr58718") ) +(myObject (attribute1 "attr58719") ) +(myObject (attribute1 "attr58720") ) +(myObject (attribute1 "attr58721") ) +(myObject (attribute1 "attr58722") ) +(myObject (attribute1 "attr58723") ) +(myObject (attribute1 "attr58724") ) +(myObject (attribute1 "attr58725") ) +(myObject (attribute1 "attr58726") ) +(myObject (attribute1 "attr58727") ) +(myObject (attribute1 "attr58728") ) +(myObject (attribute1 "attr58729") ) +(myObject (attribute1 "attr58730") ) +(myObject (attribute1 "attr58731") ) +(myObject (attribute1 "attr58732") ) +(myObject (attribute1 "attr58733") ) +(myObject (attribute1 "attr58734") ) +(myObject (attribute1 "attr58735") ) +(myObject (attribute1 "attr58736") ) +(myObject (attribute1 "attr58737") ) +(myObject (attribute1 "attr58738") ) +(myObject (attribute1 "attr58739") ) +(myObject (attribute1 "attr58740") ) +(myObject (attribute1 "attr58741") ) +(myObject (attribute1 "attr58742") ) +(myObject (attribute1 "attr58743") ) +(myObject (attribute1 "attr58744") ) +(myObject (attribute1 "attr58745") ) +(myObject (attribute1 "attr58746") ) +(myObject (attribute1 "attr58747") ) +(myObject (attribute1 "attr58748") ) +(myObject (attribute1 "attr58749") ) +(myObject (attribute1 "attr58750") ) +(myObject (attribute1 "attr58751") ) +(myObject (attribute1 "attr58752") ) +(myObject (attribute1 "attr58753") ) +(myObject (attribute1 "attr58754") ) +(myObject (attribute1 "attr58755") ) +(myObject (attribute1 "attr58756") ) +(myObject (attribute1 "attr58757") ) +(myObject (attribute1 "attr58758") ) +(myObject (attribute1 "attr58759") ) +(myObject (attribute1 "attr58760") ) +(myObject (attribute1 "attr58761") ) +(myObject (attribute1 "attr58762") ) +(myObject (attribute1 "attr58763") ) +(myObject (attribute1 "attr58764") ) +(myObject (attribute1 "attr58765") ) +(myObject (attribute1 "attr58766") ) +(myObject (attribute1 "attr58767") ) +(myObject (attribute1 "attr58768") ) +(myObject (attribute1 "attr58769") ) +(myObject (attribute1 "attr58770") ) +(myObject (attribute1 "attr58771") ) +(myObject (attribute1 "attr58772") ) +(myObject (attribute1 "attr58773") ) +(myObject (attribute1 "attr58774") ) +(myObject (attribute1 "attr58775") ) +(myObject (attribute1 "attr58776") ) +(myObject (attribute1 "attr58777") ) +(myObject (attribute1 "attr58778") ) +(myObject (attribute1 "attr58779") ) +(myObject (attribute1 "attr58780") ) +(myObject (attribute1 "attr58781") ) +(myObject (attribute1 "attr58782") ) +(myObject (attribute1 "attr58783") ) +(myObject (attribute1 "attr58784") ) +(myObject (attribute1 "attr58785") ) +(myObject (attribute1 "attr58786") ) +(myObject (attribute1 "attr58787") ) +(myObject (attribute1 "attr58788") ) +(myObject (attribute1 "attr58789") ) +(myObject (attribute1 "attr58790") ) +(myObject (attribute1 "attr58791") ) +(myObject (attribute1 "attr58792") ) +(myObject (attribute1 "attr58793") ) +(myObject (attribute1 "attr58794") ) +(myObject (attribute1 "attr58795") ) +(myObject (attribute1 "attr58796") ) +(myObject (attribute1 "attr58797") ) +(myObject (attribute1 "attr58798") ) +(myObject (attribute1 "attr58799") ) +(myObject (attribute1 "attr58800") ) +(myObject (attribute1 "attr58801") ) +(myObject (attribute1 "attr58802") ) +(myObject (attribute1 "attr58803") ) +(myObject (attribute1 "attr58804") ) +(myObject (attribute1 "attr58805") ) +(myObject (attribute1 "attr58806") ) +(myObject (attribute1 "attr58807") ) +(myObject (attribute1 "attr58808") ) +(myObject (attribute1 "attr58809") ) +(myObject (attribute1 "attr58810") ) +(myObject (attribute1 "attr58811") ) +(myObject (attribute1 "attr58812") ) +(myObject (attribute1 "attr58813") ) +(myObject (attribute1 "attr58814") ) +(myObject (attribute1 "attr58815") ) +(myObject (attribute1 "attr58816") ) +(myObject (attribute1 "attr58817") ) +(myObject (attribute1 "attr58818") ) +(myObject (attribute1 "attr58819") ) +(myObject (attribute1 "attr58820") ) +(myObject (attribute1 "attr58821") ) +(myObject (attribute1 "attr58822") ) +(myObject (attribute1 "attr58823") ) +(myObject (attribute1 "attr58824") ) +(myObject (attribute1 "attr58825") ) +(myObject (attribute1 "attr58826") ) +(myObject (attribute1 "attr58827") ) +(myObject (attribute1 "attr58828") ) +(myObject (attribute1 "attr58829") ) +(myObject (attribute1 "attr58830") ) +(myObject (attribute1 "attr58831") ) +(myObject (attribute1 "attr58832") ) +(myObject (attribute1 "attr58833") ) +(myObject (attribute1 "attr58834") ) +(myObject (attribute1 "attr58835") ) +(myObject (attribute1 "attr58836") ) +(myObject (attribute1 "attr58837") ) +(myObject (attribute1 "attr58838") ) +(myObject (attribute1 "attr58839") ) +(myObject (attribute1 "attr58840") ) +(myObject (attribute1 "attr58841") ) +(myObject (attribute1 "attr58842") ) +(myObject (attribute1 "attr58843") ) +(myObject (attribute1 "attr58844") ) +(myObject (attribute1 "attr58845") ) +(myObject (attribute1 "attr58846") ) +(myObject (attribute1 "attr58847") ) +(myObject (attribute1 "attr58848") ) +(myObject (attribute1 "attr58849") ) +(myObject (attribute1 "attr58850") ) +(myObject (attribute1 "attr58851") ) +(myObject (attribute1 "attr58852") ) +(myObject (attribute1 "attr58853") ) +(myObject (attribute1 "attr58854") ) +(myObject (attribute1 "attr58855") ) +(myObject (attribute1 "attr58856") ) +(myObject (attribute1 "attr58857") ) +(myObject (attribute1 "attr58858") ) +(myObject (attribute1 "attr58859") ) +(myObject (attribute1 "attr58860") ) +(myObject (attribute1 "attr58861") ) +(myObject (attribute1 "attr58862") ) +(myObject (attribute1 "attr58863") ) +(myObject (attribute1 "attr58864") ) +(myObject (attribute1 "attr58865") ) +(myObject (attribute1 "attr58866") ) +(myObject (attribute1 "attr58867") ) +(myObject (attribute1 "attr58868") ) +(myObject (attribute1 "attr58869") ) +(myObject (attribute1 "attr58870") ) +(myObject (attribute1 "attr58871") ) +(myObject (attribute1 "attr58872") ) +(myObject (attribute1 "attr58873") ) +(myObject (attribute1 "attr58874") ) +(myObject (attribute1 "attr58875") ) +(myObject (attribute1 "attr58876") ) +(myObject (attribute1 "attr58877") ) +(myObject (attribute1 "attr58878") ) +(myObject (attribute1 "attr58879") ) +(myObject (attribute1 "attr58880") ) +(myObject (attribute1 "attr58881") ) +(myObject (attribute1 "attr58882") ) +(myObject (attribute1 "attr58883") ) +(myObject (attribute1 "attr58884") ) +(myObject (attribute1 "attr58885") ) +(myObject (attribute1 "attr58886") ) +(myObject (attribute1 "attr58887") ) +(myObject (attribute1 "attr58888") ) +(myObject (attribute1 "attr58889") ) +(myObject (attribute1 "attr58890") ) +(myObject (attribute1 "attr58891") ) +(myObject (attribute1 "attr58892") ) +(myObject (attribute1 "attr58893") ) +(myObject (attribute1 "attr58894") ) +(myObject (attribute1 "attr58895") ) +(myObject (attribute1 "attr58896") ) +(myObject (attribute1 "attr58897") ) +(myObject (attribute1 "attr58898") ) +(myObject (attribute1 "attr58899") ) +(myObject (attribute1 "attr58900") ) +(myObject (attribute1 "attr58901") ) +(myObject (attribute1 "attr58902") ) +(myObject (attribute1 "attr58903") ) +(myObject (attribute1 "attr58904") ) +(myObject (attribute1 "attr58905") ) +(myObject (attribute1 "attr58906") ) +(myObject (attribute1 "attr58907") ) +(myObject (attribute1 "attr58908") ) +(myObject (attribute1 "attr58909") ) +(myObject (attribute1 "attr58910") ) +(myObject (attribute1 "attr58911") ) +(myObject (attribute1 "attr58912") ) +(myObject (attribute1 "attr58913") ) +(myObject (attribute1 "attr58914") ) +(myObject (attribute1 "attr58915") ) +(myObject (attribute1 "attr58916") ) +(myObject (attribute1 "attr58917") ) +(myObject (attribute1 "attr58918") ) +(myObject (attribute1 "attr58919") ) +(myObject (attribute1 "attr58920") ) +(myObject (attribute1 "attr58921") ) +(myObject (attribute1 "attr58922") ) +(myObject (attribute1 "attr58923") ) +(myObject (attribute1 "attr58924") ) +(myObject (attribute1 "attr58925") ) +(myObject (attribute1 "attr58926") ) +(myObject (attribute1 "attr58927") ) +(myObject (attribute1 "attr58928") ) +(myObject (attribute1 "attr58929") ) +(myObject (attribute1 "attr58930") ) +(myObject (attribute1 "attr58931") ) +(myObject (attribute1 "attr58932") ) +(myObject (attribute1 "attr58933") ) +(myObject (attribute1 "attr58934") ) +(myObject (attribute1 "attr58935") ) +(myObject (attribute1 "attr58936") ) +(myObject (attribute1 "attr58937") ) +(myObject (attribute1 "attr58938") ) +(myObject (attribute1 "attr58939") ) +(myObject (attribute1 "attr58940") ) +(myObject (attribute1 "attr58941") ) +(myObject (attribute1 "attr58942") ) +(myObject (attribute1 "attr58943") ) +(myObject (attribute1 "attr58944") ) +(myObject (attribute1 "attr58945") ) +(myObject (attribute1 "attr58946") ) +(myObject (attribute1 "attr58947") ) +(myObject (attribute1 "attr58948") ) +(myObject (attribute1 "attr58949") ) +(myObject (attribute1 "attr58950") ) +(myObject (attribute1 "attr58951") ) +(myObject (attribute1 "attr58952") ) +(myObject (attribute1 "attr58953") ) +(myObject (attribute1 "attr58954") ) +(myObject (attribute1 "attr58955") ) +(myObject (attribute1 "attr58956") ) +(myObject (attribute1 "attr58957") ) +(myObject (attribute1 "attr58958") ) +(myObject (attribute1 "attr58959") ) +(myObject (attribute1 "attr58960") ) +(myObject (attribute1 "attr58961") ) +(myObject (attribute1 "attr58962") ) +(myObject (attribute1 "attr58963") ) +(myObject (attribute1 "attr58964") ) +(myObject (attribute1 "attr58965") ) +(myObject (attribute1 "attr58966") ) +(myObject (attribute1 "attr58967") ) +(myObject (attribute1 "attr58968") ) +(myObject (attribute1 "attr58969") ) +(myObject (attribute1 "attr58970") ) +(myObject (attribute1 "attr58971") ) +(myObject (attribute1 "attr58972") ) +(myObject (attribute1 "attr58973") ) +(myObject (attribute1 "attr58974") ) +(myObject (attribute1 "attr58975") ) +(myObject (attribute1 "attr58976") ) +(myObject (attribute1 "attr58977") ) +(myObject (attribute1 "attr58978") ) +(myObject (attribute1 "attr58979") ) +(myObject (attribute1 "attr58980") ) +(myObject (attribute1 "attr58981") ) +(myObject (attribute1 "attr58982") ) +(myObject (attribute1 "attr58983") ) +(myObject (attribute1 "attr58984") ) +(myObject (attribute1 "attr58985") ) +(myObject (attribute1 "attr58986") ) +(myObject (attribute1 "attr58987") ) +(myObject (attribute1 "attr58988") ) +(myObject (attribute1 "attr58989") ) +(myObject (attribute1 "attr58990") ) +(myObject (attribute1 "attr58991") ) +(myObject (attribute1 "attr58992") ) +(myObject (attribute1 "attr58993") ) +(myObject (attribute1 "attr58994") ) +(myObject (attribute1 "attr58995") ) +(myObject (attribute1 "attr58996") ) +(myObject (attribute1 "attr58997") ) +(myObject (attribute1 "attr58998") ) +(myObject (attribute1 "attr58999") ) +(myObject (attribute1 "attr59000") ) +(myObject (attribute1 "attr59001") ) +(myObject (attribute1 "attr59002") ) +(myObject (attribute1 "attr59003") ) +(myObject (attribute1 "attr59004") ) +(myObject (attribute1 "attr59005") ) +(myObject (attribute1 "attr59006") ) +(myObject (attribute1 "attr59007") ) +(myObject (attribute1 "attr59008") ) +(myObject (attribute1 "attr59009") ) +(myObject (attribute1 "attr59010") ) +(myObject (attribute1 "attr59011") ) +(myObject (attribute1 "attr59012") ) +(myObject (attribute1 "attr59013") ) +(myObject (attribute1 "attr59014") ) +(myObject (attribute1 "attr59015") ) +(myObject (attribute1 "attr59016") ) +(myObject (attribute1 "attr59017") ) +(myObject (attribute1 "attr59018") ) +(myObject (attribute1 "attr59019") ) +(myObject (attribute1 "attr59020") ) +(myObject (attribute1 "attr59021") ) +(myObject (attribute1 "attr59022") ) +(myObject (attribute1 "attr59023") ) +(myObject (attribute1 "attr59024") ) +(myObject (attribute1 "attr59025") ) +(myObject (attribute1 "attr59026") ) +(myObject (attribute1 "attr59027") ) +(myObject (attribute1 "attr59028") ) +(myObject (attribute1 "attr59029") ) +(myObject (attribute1 "attr59030") ) +(myObject (attribute1 "attr59031") ) +(myObject (attribute1 "attr59032") ) +(myObject (attribute1 "attr59033") ) +(myObject (attribute1 "attr59034") ) +(myObject (attribute1 "attr59035") ) +(myObject (attribute1 "attr59036") ) +(myObject (attribute1 "attr59037") ) +(myObject (attribute1 "attr59038") ) +(myObject (attribute1 "attr59039") ) +(myObject (attribute1 "attr59040") ) +(myObject (attribute1 "attr59041") ) +(myObject (attribute1 "attr59042") ) +(myObject (attribute1 "attr59043") ) +(myObject (attribute1 "attr59044") ) +(myObject (attribute1 "attr59045") ) +(myObject (attribute1 "attr59046") ) +(myObject (attribute1 "attr59047") ) +(myObject (attribute1 "attr59048") ) +(myObject (attribute1 "attr59049") ) +(myObject (attribute1 "attr59050") ) +(myObject (attribute1 "attr59051") ) +(myObject (attribute1 "attr59052") ) +(myObject (attribute1 "attr59053") ) +(myObject (attribute1 "attr59054") ) +(myObject (attribute1 "attr59055") ) +(myObject (attribute1 "attr59056") ) +(myObject (attribute1 "attr59057") ) +(myObject (attribute1 "attr59058") ) +(myObject (attribute1 "attr59059") ) +(myObject (attribute1 "attr59060") ) +(myObject (attribute1 "attr59061") ) +(myObject (attribute1 "attr59062") ) +(myObject (attribute1 "attr59063") ) +(myObject (attribute1 "attr59064") ) +(myObject (attribute1 "attr59065") ) +(myObject (attribute1 "attr59066") ) +(myObject (attribute1 "attr59067") ) +(myObject (attribute1 "attr59068") ) +(myObject (attribute1 "attr59069") ) +(myObject (attribute1 "attr59070") ) +(myObject (attribute1 "attr59071") ) +(myObject (attribute1 "attr59072") ) +(myObject (attribute1 "attr59073") ) +(myObject (attribute1 "attr59074") ) +(myObject (attribute1 "attr59075") ) +(myObject (attribute1 "attr59076") ) +(myObject (attribute1 "attr59077") ) +(myObject (attribute1 "attr59078") ) +(myObject (attribute1 "attr59079") ) +(myObject (attribute1 "attr59080") ) +(myObject (attribute1 "attr59081") ) +(myObject (attribute1 "attr59082") ) +(myObject (attribute1 "attr59083") ) +(myObject (attribute1 "attr59084") ) +(myObject (attribute1 "attr59085") ) +(myObject (attribute1 "attr59086") ) +(myObject (attribute1 "attr59087") ) +(myObject (attribute1 "attr59088") ) +(myObject (attribute1 "attr59089") ) +(myObject (attribute1 "attr59090") ) +(myObject (attribute1 "attr59091") ) +(myObject (attribute1 "attr59092") ) +(myObject (attribute1 "attr59093") ) +(myObject (attribute1 "attr59094") ) +(myObject (attribute1 "attr59095") ) +(myObject (attribute1 "attr59096") ) +(myObject (attribute1 "attr59097") ) +(myObject (attribute1 "attr59098") ) +(myObject (attribute1 "attr59099") ) +(myObject (attribute1 "attr59100") ) +(myObject (attribute1 "attr59101") ) +(myObject (attribute1 "attr59102") ) +(myObject (attribute1 "attr59103") ) +(myObject (attribute1 "attr59104") ) +(myObject (attribute1 "attr59105") ) +(myObject (attribute1 "attr59106") ) +(myObject (attribute1 "attr59107") ) +(myObject (attribute1 "attr59108") ) +(myObject (attribute1 "attr59109") ) +(myObject (attribute1 "attr59110") ) +(myObject (attribute1 "attr59111") ) +(myObject (attribute1 "attr59112") ) +(myObject (attribute1 "attr59113") ) +(myObject (attribute1 "attr59114") ) +(myObject (attribute1 "attr59115") ) +(myObject (attribute1 "attr59116") ) +(myObject (attribute1 "attr59117") ) +(myObject (attribute1 "attr59118") ) +(myObject (attribute1 "attr59119") ) +(myObject (attribute1 "attr59120") ) +(myObject (attribute1 "attr59121") ) +(myObject (attribute1 "attr59122") ) +(myObject (attribute1 "attr59123") ) +(myObject (attribute1 "attr59124") ) +(myObject (attribute1 "attr59125") ) +(myObject (attribute1 "attr59126") ) +(myObject (attribute1 "attr59127") ) +(myObject (attribute1 "attr59128") ) +(myObject (attribute1 "attr59129") ) +(myObject (attribute1 "attr59130") ) +(myObject (attribute1 "attr59131") ) +(myObject (attribute1 "attr59132") ) +(myObject (attribute1 "attr59133") ) +(myObject (attribute1 "attr59134") ) +(myObject (attribute1 "attr59135") ) +(myObject (attribute1 "attr59136") ) +(myObject (attribute1 "attr59137") ) +(myObject (attribute1 "attr59138") ) +(myObject (attribute1 "attr59139") ) +(myObject (attribute1 "attr59140") ) +(myObject (attribute1 "attr59141") ) +(myObject (attribute1 "attr59142") ) +(myObject (attribute1 "attr59143") ) +(myObject (attribute1 "attr59144") ) +(myObject (attribute1 "attr59145") ) +(myObject (attribute1 "attr59146") ) +(myObject (attribute1 "attr59147") ) +(myObject (attribute1 "attr59148") ) +(myObject (attribute1 "attr59149") ) +(myObject (attribute1 "attr59150") ) +(myObject (attribute1 "attr59151") ) +(myObject (attribute1 "attr59152") ) +(myObject (attribute1 "attr59153") ) +(myObject (attribute1 "attr59154") ) +(myObject (attribute1 "attr59155") ) +(myObject (attribute1 "attr59156") ) +(myObject (attribute1 "attr59157") ) +(myObject (attribute1 "attr59158") ) +(myObject (attribute1 "attr59159") ) +(myObject (attribute1 "attr59160") ) +(myObject (attribute1 "attr59161") ) +(myObject (attribute1 "attr59162") ) +(myObject (attribute1 "attr59163") ) +(myObject (attribute1 "attr59164") ) +(myObject (attribute1 "attr59165") ) +(myObject (attribute1 "attr59166") ) +(myObject (attribute1 "attr59167") ) +(myObject (attribute1 "attr59168") ) +(myObject (attribute1 "attr59169") ) +(myObject (attribute1 "attr59170") ) +(myObject (attribute1 "attr59171") ) +(myObject (attribute1 "attr59172") ) +(myObject (attribute1 "attr59173") ) +(myObject (attribute1 "attr59174") ) +(myObject (attribute1 "attr59175") ) +(myObject (attribute1 "attr59176") ) +(myObject (attribute1 "attr59177") ) +(myObject (attribute1 "attr59178") ) +(myObject (attribute1 "attr59179") ) +(myObject (attribute1 "attr59180") ) +(myObject (attribute1 "attr59181") ) +(myObject (attribute1 "attr59182") ) +(myObject (attribute1 "attr59183") ) +(myObject (attribute1 "attr59184") ) +(myObject (attribute1 "attr59185") ) +(myObject (attribute1 "attr59186") ) +(myObject (attribute1 "attr59187") ) +(myObject (attribute1 "attr59188") ) +(myObject (attribute1 "attr59189") ) +(myObject (attribute1 "attr59190") ) +(myObject (attribute1 "attr59191") ) +(myObject (attribute1 "attr59192") ) +(myObject (attribute1 "attr59193") ) +(myObject (attribute1 "attr59194") ) +(myObject (attribute1 "attr59195") ) +(myObject (attribute1 "attr59196") ) +(myObject (attribute1 "attr59197") ) +(myObject (attribute1 "attr59198") ) +(myObject (attribute1 "attr59199") ) +(myObject (attribute1 "attr59200") ) +(myObject (attribute1 "attr59201") ) +(myObject (attribute1 "attr59202") ) +(myObject (attribute1 "attr59203") ) +(myObject (attribute1 "attr59204") ) +(myObject (attribute1 "attr59205") ) +(myObject (attribute1 "attr59206") ) +(myObject (attribute1 "attr59207") ) +(myObject (attribute1 "attr59208") ) +(myObject (attribute1 "attr59209") ) +(myObject (attribute1 "attr59210") ) +(myObject (attribute1 "attr59211") ) +(myObject (attribute1 "attr59212") ) +(myObject (attribute1 "attr59213") ) +(myObject (attribute1 "attr59214") ) +(myObject (attribute1 "attr59215") ) +(myObject (attribute1 "attr59216") ) +(myObject (attribute1 "attr59217") ) +(myObject (attribute1 "attr59218") ) +(myObject (attribute1 "attr59219") ) +(myObject (attribute1 "attr59220") ) +(myObject (attribute1 "attr59221") ) +(myObject (attribute1 "attr59222") ) +(myObject (attribute1 "attr59223") ) +(myObject (attribute1 "attr59224") ) +(myObject (attribute1 "attr59225") ) +(myObject (attribute1 "attr59226") ) +(myObject (attribute1 "attr59227") ) +(myObject (attribute1 "attr59228") ) +(myObject (attribute1 "attr59229") ) +(myObject (attribute1 "attr59230") ) +(myObject (attribute1 "attr59231") ) +(myObject (attribute1 "attr59232") ) +(myObject (attribute1 "attr59233") ) +(myObject (attribute1 "attr59234") ) +(myObject (attribute1 "attr59235") ) +(myObject (attribute1 "attr59236") ) +(myObject (attribute1 "attr59237") ) +(myObject (attribute1 "attr59238") ) +(myObject (attribute1 "attr59239") ) +(myObject (attribute1 "attr59240") ) +(myObject (attribute1 "attr59241") ) +(myObject (attribute1 "attr59242") ) +(myObject (attribute1 "attr59243") ) +(myObject (attribute1 "attr59244") ) +(myObject (attribute1 "attr59245") ) +(myObject (attribute1 "attr59246") ) +(myObject (attribute1 "attr59247") ) +(myObject (attribute1 "attr59248") ) +(myObject (attribute1 "attr59249") ) +(myObject (attribute1 "attr59250") ) +(myObject (attribute1 "attr59251") ) +(myObject (attribute1 "attr59252") ) +(myObject (attribute1 "attr59253") ) +(myObject (attribute1 "attr59254") ) +(myObject (attribute1 "attr59255") ) +(myObject (attribute1 "attr59256") ) +(myObject (attribute1 "attr59257") ) +(myObject (attribute1 "attr59258") ) +(myObject (attribute1 "attr59259") ) +(myObject (attribute1 "attr59260") ) +(myObject (attribute1 "attr59261") ) +(myObject (attribute1 "attr59262") ) +(myObject (attribute1 "attr59263") ) +(myObject (attribute1 "attr59264") ) +(myObject (attribute1 "attr59265") ) +(myObject (attribute1 "attr59266") ) +(myObject (attribute1 "attr59267") ) +(myObject (attribute1 "attr59268") ) +(myObject (attribute1 "attr59269") ) +(myObject (attribute1 "attr59270") ) +(myObject (attribute1 "attr59271") ) +(myObject (attribute1 "attr59272") ) +(myObject (attribute1 "attr59273") ) +(myObject (attribute1 "attr59274") ) +(myObject (attribute1 "attr59275") ) +(myObject (attribute1 "attr59276") ) +(myObject (attribute1 "attr59277") ) +(myObject (attribute1 "attr59278") ) +(myObject (attribute1 "attr59279") ) +(myObject (attribute1 "attr59280") ) +(myObject (attribute1 "attr59281") ) +(myObject (attribute1 "attr59282") ) +(myObject (attribute1 "attr59283") ) +(myObject (attribute1 "attr59284") ) +(myObject (attribute1 "attr59285") ) +(myObject (attribute1 "attr59286") ) +(myObject (attribute1 "attr59287") ) +(myObject (attribute1 "attr59288") ) +(myObject (attribute1 "attr59289") ) +(myObject (attribute1 "attr59290") ) +(myObject (attribute1 "attr59291") ) +(myObject (attribute1 "attr59292") ) +(myObject (attribute1 "attr59293") ) +(myObject (attribute1 "attr59294") ) +(myObject (attribute1 "attr59295") ) +(myObject (attribute1 "attr59296") ) +(myObject (attribute1 "attr59297") ) +(myObject (attribute1 "attr59298") ) +(myObject (attribute1 "attr59299") ) +(myObject (attribute1 "attr59300") ) +(myObject (attribute1 "attr59301") ) +(myObject (attribute1 "attr59302") ) +(myObject (attribute1 "attr59303") ) +(myObject (attribute1 "attr59304") ) +(myObject (attribute1 "attr59305") ) +(myObject (attribute1 "attr59306") ) +(myObject (attribute1 "attr59307") ) +(myObject (attribute1 "attr59308") ) +(myObject (attribute1 "attr59309") ) +(myObject (attribute1 "attr59310") ) +(myObject (attribute1 "attr59311") ) +(myObject (attribute1 "attr59312") ) +(myObject (attribute1 "attr59313") ) +(myObject (attribute1 "attr59314") ) +(myObject (attribute1 "attr59315") ) +(myObject (attribute1 "attr59316") ) +(myObject (attribute1 "attr59317") ) +(myObject (attribute1 "attr59318") ) +(myObject (attribute1 "attr59319") ) +(myObject (attribute1 "attr59320") ) +(myObject (attribute1 "attr59321") ) +(myObject (attribute1 "attr59322") ) +(myObject (attribute1 "attr59323") ) +(myObject (attribute1 "attr59324") ) +(myObject (attribute1 "attr59325") ) +(myObject (attribute1 "attr59326") ) +(myObject (attribute1 "attr59327") ) +(myObject (attribute1 "attr59328") ) +(myObject (attribute1 "attr59329") ) +(myObject (attribute1 "attr59330") ) +(myObject (attribute1 "attr59331") ) +(myObject (attribute1 "attr59332") ) +(myObject (attribute1 "attr59333") ) +(myObject (attribute1 "attr59334") ) +(myObject (attribute1 "attr59335") ) +(myObject (attribute1 "attr59336") ) +(myObject (attribute1 "attr59337") ) +(myObject (attribute1 "attr59338") ) +(myObject (attribute1 "attr59339") ) +(myObject (attribute1 "attr59340") ) +(myObject (attribute1 "attr59341") ) +(myObject (attribute1 "attr59342") ) +(myObject (attribute1 "attr59343") ) +(myObject (attribute1 "attr59344") ) +(myObject (attribute1 "attr59345") ) +(myObject (attribute1 "attr59346") ) +(myObject (attribute1 "attr59347") ) +(myObject (attribute1 "attr59348") ) +(myObject (attribute1 "attr59349") ) +(myObject (attribute1 "attr59350") ) +(myObject (attribute1 "attr59351") ) +(myObject (attribute1 "attr59352") ) +(myObject (attribute1 "attr59353") ) +(myObject (attribute1 "attr59354") ) +(myObject (attribute1 "attr59355") ) +(myObject (attribute1 "attr59356") ) +(myObject (attribute1 "attr59357") ) +(myObject (attribute1 "attr59358") ) +(myObject (attribute1 "attr59359") ) +(myObject (attribute1 "attr59360") ) +(myObject (attribute1 "attr59361") ) +(myObject (attribute1 "attr59362") ) +(myObject (attribute1 "attr59363") ) +(myObject (attribute1 "attr59364") ) +(myObject (attribute1 "attr59365") ) +(myObject (attribute1 "attr59366") ) +(myObject (attribute1 "attr59367") ) +(myObject (attribute1 "attr59368") ) +(myObject (attribute1 "attr59369") ) +(myObject (attribute1 "attr59370") ) +(myObject (attribute1 "attr59371") ) +(myObject (attribute1 "attr59372") ) +(myObject (attribute1 "attr59373") ) +(myObject (attribute1 "attr59374") ) +(myObject (attribute1 "attr59375") ) +(myObject (attribute1 "attr59376") ) +(myObject (attribute1 "attr59377") ) +(myObject (attribute1 "attr59378") ) +(myObject (attribute1 "attr59379") ) +(myObject (attribute1 "attr59380") ) +(myObject (attribute1 "attr59381") ) +(myObject (attribute1 "attr59382") ) +(myObject (attribute1 "attr59383") ) +(myObject (attribute1 "attr59384") ) +(myObject (attribute1 "attr59385") ) +(myObject (attribute1 "attr59386") ) +(myObject (attribute1 "attr59387") ) +(myObject (attribute1 "attr59388") ) +(myObject (attribute1 "attr59389") ) +(myObject (attribute1 "attr59390") ) +(myObject (attribute1 "attr59391") ) +(myObject (attribute1 "attr59392") ) +(myObject (attribute1 "attr59393") ) +(myObject (attribute1 "attr59394") ) +(myObject (attribute1 "attr59395") ) +(myObject (attribute1 "attr59396") ) +(myObject (attribute1 "attr59397") ) +(myObject (attribute1 "attr59398") ) +(myObject (attribute1 "attr59399") ) +(myObject (attribute1 "attr59400") ) +(myObject (attribute1 "attr59401") ) +(myObject (attribute1 "attr59402") ) +(myObject (attribute1 "attr59403") ) +(myObject (attribute1 "attr59404") ) +(myObject (attribute1 "attr59405") ) +(myObject (attribute1 "attr59406") ) +(myObject (attribute1 "attr59407") ) +(myObject (attribute1 "attr59408") ) +(myObject (attribute1 "attr59409") ) +(myObject (attribute1 "attr59410") ) +(myObject (attribute1 "attr59411") ) +(myObject (attribute1 "attr59412") ) +(myObject (attribute1 "attr59413") ) +(myObject (attribute1 "attr59414") ) +(myObject (attribute1 "attr59415") ) +(myObject (attribute1 "attr59416") ) +(myObject (attribute1 "attr59417") ) +(myObject (attribute1 "attr59418") ) +(myObject (attribute1 "attr59419") ) +(myObject (attribute1 "attr59420") ) +(myObject (attribute1 "attr59421") ) +(myObject (attribute1 "attr59422") ) +(myObject (attribute1 "attr59423") ) +(myObject (attribute1 "attr59424") ) +(myObject (attribute1 "attr59425") ) +(myObject (attribute1 "attr59426") ) +(myObject (attribute1 "attr59427") ) +(myObject (attribute1 "attr59428") ) +(myObject (attribute1 "attr59429") ) +(myObject (attribute1 "attr59430") ) +(myObject (attribute1 "attr59431") ) +(myObject (attribute1 "attr59432") ) +(myObject (attribute1 "attr59433") ) +(myObject (attribute1 "attr59434") ) +(myObject (attribute1 "attr59435") ) +(myObject (attribute1 "attr59436") ) +(myObject (attribute1 "attr59437") ) +(myObject (attribute1 "attr59438") ) +(myObject (attribute1 "attr59439") ) +(myObject (attribute1 "attr59440") ) +(myObject (attribute1 "attr59441") ) +(myObject (attribute1 "attr59442") ) +(myObject (attribute1 "attr59443") ) +(myObject (attribute1 "attr59444") ) +(myObject (attribute1 "attr59445") ) +(myObject (attribute1 "attr59446") ) +(myObject (attribute1 "attr59447") ) +(myObject (attribute1 "attr59448") ) +(myObject (attribute1 "attr59449") ) +(myObject (attribute1 "attr59450") ) +(myObject (attribute1 "attr59451") ) +(myObject (attribute1 "attr59452") ) +(myObject (attribute1 "attr59453") ) +(myObject (attribute1 "attr59454") ) +(myObject (attribute1 "attr59455") ) +(myObject (attribute1 "attr59456") ) +(myObject (attribute1 "attr59457") ) +(myObject (attribute1 "attr59458") ) +(myObject (attribute1 "attr59459") ) +(myObject (attribute1 "attr59460") ) +(myObject (attribute1 "attr59461") ) +(myObject (attribute1 "attr59462") ) +(myObject (attribute1 "attr59463") ) +(myObject (attribute1 "attr59464") ) +(myObject (attribute1 "attr59465") ) +(myObject (attribute1 "attr59466") ) +(myObject (attribute1 "attr59467") ) +(myObject (attribute1 "attr59468") ) +(myObject (attribute1 "attr59469") ) +(myObject (attribute1 "attr59470") ) +(myObject (attribute1 "attr59471") ) +(myObject (attribute1 "attr59472") ) +(myObject (attribute1 "attr59473") ) +(myObject (attribute1 "attr59474") ) +(myObject (attribute1 "attr59475") ) +(myObject (attribute1 "attr59476") ) +(myObject (attribute1 "attr59477") ) +(myObject (attribute1 "attr59478") ) +(myObject (attribute1 "attr59479") ) +(myObject (attribute1 "attr59480") ) +(myObject (attribute1 "attr59481") ) +(myObject (attribute1 "attr59482") ) +(myObject (attribute1 "attr59483") ) +(myObject (attribute1 "attr59484") ) +(myObject (attribute1 "attr59485") ) +(myObject (attribute1 "attr59486") ) +(myObject (attribute1 "attr59487") ) +(myObject (attribute1 "attr59488") ) +(myObject (attribute1 "attr59489") ) +(myObject (attribute1 "attr59490") ) +(myObject (attribute1 "attr59491") ) +(myObject (attribute1 "attr59492") ) +(myObject (attribute1 "attr59493") ) +(myObject (attribute1 "attr59494") ) +(myObject (attribute1 "attr59495") ) +(myObject (attribute1 "attr59496") ) +(myObject (attribute1 "attr59497") ) +(myObject (attribute1 "attr59498") ) +(myObject (attribute1 "attr59499") ) +(myObject (attribute1 "attr59500") ) +(myObject (attribute1 "attr59501") ) +(myObject (attribute1 "attr59502") ) +(myObject (attribute1 "attr59503") ) +(myObject (attribute1 "attr59504") ) +(myObject (attribute1 "attr59505") ) +(myObject (attribute1 "attr59506") ) +(myObject (attribute1 "attr59507") ) +(myObject (attribute1 "attr59508") ) +(myObject (attribute1 "attr59509") ) +(myObject (attribute1 "attr59510") ) +(myObject (attribute1 "attr59511") ) +(myObject (attribute1 "attr59512") ) +(myObject (attribute1 "attr59513") ) +(myObject (attribute1 "attr59514") ) +(myObject (attribute1 "attr59515") ) +(myObject (attribute1 "attr59516") ) +(myObject (attribute1 "attr59517") ) +(myObject (attribute1 "attr59518") ) +(myObject (attribute1 "attr59519") ) +(myObject (attribute1 "attr59520") ) +(myObject (attribute1 "attr59521") ) +(myObject (attribute1 "attr59522") ) +(myObject (attribute1 "attr59523") ) +(myObject (attribute1 "attr59524") ) +(myObject (attribute1 "attr59525") ) +(myObject (attribute1 "attr59526") ) +(myObject (attribute1 "attr59527") ) +(myObject (attribute1 "attr59528") ) +(myObject (attribute1 "attr59529") ) +(myObject (attribute1 "attr59530") ) +(myObject (attribute1 "attr59531") ) +(myObject (attribute1 "attr59532") ) +(myObject (attribute1 "attr59533") ) +(myObject (attribute1 "attr59534") ) +(myObject (attribute1 "attr59535") ) +(myObject (attribute1 "attr59536") ) +(myObject (attribute1 "attr59537") ) +(myObject (attribute1 "attr59538") ) +(myObject (attribute1 "attr59539") ) +(myObject (attribute1 "attr59540") ) +(myObject (attribute1 "attr59541") ) +(myObject (attribute1 "attr59542") ) +(myObject (attribute1 "attr59543") ) +(myObject (attribute1 "attr59544") ) +(myObject (attribute1 "attr59545") ) +(myObject (attribute1 "attr59546") ) +(myObject (attribute1 "attr59547") ) +(myObject (attribute1 "attr59548") ) +(myObject (attribute1 "attr59549") ) +(myObject (attribute1 "attr59550") ) +(myObject (attribute1 "attr59551") ) +(myObject (attribute1 "attr59552") ) +(myObject (attribute1 "attr59553") ) +(myObject (attribute1 "attr59554") ) +(myObject (attribute1 "attr59555") ) +(myObject (attribute1 "attr59556") ) +(myObject (attribute1 "attr59557") ) +(myObject (attribute1 "attr59558") ) +(myObject (attribute1 "attr59559") ) +(myObject (attribute1 "attr59560") ) +(myObject (attribute1 "attr59561") ) +(myObject (attribute1 "attr59562") ) +(myObject (attribute1 "attr59563") ) +(myObject (attribute1 "attr59564") ) +(myObject (attribute1 "attr59565") ) +(myObject (attribute1 "attr59566") ) +(myObject (attribute1 "attr59567") ) +(myObject (attribute1 "attr59568") ) +(myObject (attribute1 "attr59569") ) +(myObject (attribute1 "attr59570") ) +(myObject (attribute1 "attr59571") ) +(myObject (attribute1 "attr59572") ) +(myObject (attribute1 "attr59573") ) +(myObject (attribute1 "attr59574") ) +(myObject (attribute1 "attr59575") ) +(myObject (attribute1 "attr59576") ) +(myObject (attribute1 "attr59577") ) +(myObject (attribute1 "attr59578") ) +(myObject (attribute1 "attr59579") ) +(myObject (attribute1 "attr59580") ) +(myObject (attribute1 "attr59581") ) +(myObject (attribute1 "attr59582") ) +(myObject (attribute1 "attr59583") ) +(myObject (attribute1 "attr59584") ) +(myObject (attribute1 "attr59585") ) +(myObject (attribute1 "attr59586") ) +(myObject (attribute1 "attr59587") ) +(myObject (attribute1 "attr59588") ) +(myObject (attribute1 "attr59589") ) +(myObject (attribute1 "attr59590") ) +(myObject (attribute1 "attr59591") ) +(myObject (attribute1 "attr59592") ) +(myObject (attribute1 "attr59593") ) +(myObject (attribute1 "attr59594") ) +(myObject (attribute1 "attr59595") ) +(myObject (attribute1 "attr59596") ) +(myObject (attribute1 "attr59597") ) +(myObject (attribute1 "attr59598") ) +(myObject (attribute1 "attr59599") ) +(myObject (attribute1 "attr59600") ) +(myObject (attribute1 "attr59601") ) +(myObject (attribute1 "attr59602") ) +(myObject (attribute1 "attr59603") ) +(myObject (attribute1 "attr59604") ) +(myObject (attribute1 "attr59605") ) +(myObject (attribute1 "attr59606") ) +(myObject (attribute1 "attr59607") ) +(myObject (attribute1 "attr59608") ) +(myObject (attribute1 "attr59609") ) +(myObject (attribute1 "attr59610") ) +(myObject (attribute1 "attr59611") ) +(myObject (attribute1 "attr59612") ) +(myObject (attribute1 "attr59613") ) +(myObject (attribute1 "attr59614") ) +(myObject (attribute1 "attr59615") ) +(myObject (attribute1 "attr59616") ) +(myObject (attribute1 "attr59617") ) +(myObject (attribute1 "attr59618") ) +(myObject (attribute1 "attr59619") ) +(myObject (attribute1 "attr59620") ) +(myObject (attribute1 "attr59621") ) +(myObject (attribute1 "attr59622") ) +(myObject (attribute1 "attr59623") ) +(myObject (attribute1 "attr59624") ) +(myObject (attribute1 "attr59625") ) +(myObject (attribute1 "attr59626") ) +(myObject (attribute1 "attr59627") ) +(myObject (attribute1 "attr59628") ) +(myObject (attribute1 "attr59629") ) +(myObject (attribute1 "attr59630") ) +(myObject (attribute1 "attr59631") ) +(myObject (attribute1 "attr59632") ) +(myObject (attribute1 "attr59633") ) +(myObject (attribute1 "attr59634") ) +(myObject (attribute1 "attr59635") ) +(myObject (attribute1 "attr59636") ) +(myObject (attribute1 "attr59637") ) +(myObject (attribute1 "attr59638") ) +(myObject (attribute1 "attr59639") ) +(myObject (attribute1 "attr59640") ) +(myObject (attribute1 "attr59641") ) +(myObject (attribute1 "attr59642") ) +(myObject (attribute1 "attr59643") ) +(myObject (attribute1 "attr59644") ) +(myObject (attribute1 "attr59645") ) +(myObject (attribute1 "attr59646") ) +(myObject (attribute1 "attr59647") ) +(myObject (attribute1 "attr59648") ) +(myObject (attribute1 "attr59649") ) +(myObject (attribute1 "attr59650") ) +(myObject (attribute1 "attr59651") ) +(myObject (attribute1 "attr59652") ) +(myObject (attribute1 "attr59653") ) +(myObject (attribute1 "attr59654") ) +(myObject (attribute1 "attr59655") ) +(myObject (attribute1 "attr59656") ) +(myObject (attribute1 "attr59657") ) +(myObject (attribute1 "attr59658") ) +(myObject (attribute1 "attr59659") ) +(myObject (attribute1 "attr59660") ) +(myObject (attribute1 "attr59661") ) +(myObject (attribute1 "attr59662") ) +(myObject (attribute1 "attr59663") ) +(myObject (attribute1 "attr59664") ) +(myObject (attribute1 "attr59665") ) +(myObject (attribute1 "attr59666") ) +(myObject (attribute1 "attr59667") ) +(myObject (attribute1 "attr59668") ) +(myObject (attribute1 "attr59669") ) +(myObject (attribute1 "attr59670") ) +(myObject (attribute1 "attr59671") ) +(myObject (attribute1 "attr59672") ) +(myObject (attribute1 "attr59673") ) +(myObject (attribute1 "attr59674") ) +(myObject (attribute1 "attr59675") ) +(myObject (attribute1 "attr59676") ) +(myObject (attribute1 "attr59677") ) +(myObject (attribute1 "attr59678") ) +(myObject (attribute1 "attr59679") ) +(myObject (attribute1 "attr59680") ) +(myObject (attribute1 "attr59681") ) +(myObject (attribute1 "attr59682") ) +(myObject (attribute1 "attr59683") ) +(myObject (attribute1 "attr59684") ) +(myObject (attribute1 "attr59685") ) +(myObject (attribute1 "attr59686") ) +(myObject (attribute1 "attr59687") ) +(myObject (attribute1 "attr59688") ) +(myObject (attribute1 "attr59689") ) +(myObject (attribute1 "attr59690") ) +(myObject (attribute1 "attr59691") ) +(myObject (attribute1 "attr59692") ) +(myObject (attribute1 "attr59693") ) +(myObject (attribute1 "attr59694") ) +(myObject (attribute1 "attr59695") ) +(myObject (attribute1 "attr59696") ) +(myObject (attribute1 "attr59697") ) +(myObject (attribute1 "attr59698") ) +(myObject (attribute1 "attr59699") ) +(myObject (attribute1 "attr59700") ) +(myObject (attribute1 "attr59701") ) +(myObject (attribute1 "attr59702") ) +(myObject (attribute1 "attr59703") ) +(myObject (attribute1 "attr59704") ) +(myObject (attribute1 "attr59705") ) +(myObject (attribute1 "attr59706") ) +(myObject (attribute1 "attr59707") ) +(myObject (attribute1 "attr59708") ) +(myObject (attribute1 "attr59709") ) +(myObject (attribute1 "attr59710") ) +(myObject (attribute1 "attr59711") ) +(myObject (attribute1 "attr59712") ) +(myObject (attribute1 "attr59713") ) +(myObject (attribute1 "attr59714") ) +(myObject (attribute1 "attr59715") ) +(myObject (attribute1 "attr59716") ) +(myObject (attribute1 "attr59717") ) +(myObject (attribute1 "attr59718") ) +(myObject (attribute1 "attr59719") ) +(myObject (attribute1 "attr59720") ) +(myObject (attribute1 "attr59721") ) +(myObject (attribute1 "attr59722") ) +(myObject (attribute1 "attr59723") ) +(myObject (attribute1 "attr59724") ) +(myObject (attribute1 "attr59725") ) +(myObject (attribute1 "attr59726") ) +(myObject (attribute1 "attr59727") ) +(myObject (attribute1 "attr59728") ) +(myObject (attribute1 "attr59729") ) +(myObject (attribute1 "attr59730") ) +(myObject (attribute1 "attr59731") ) +(myObject (attribute1 "attr59732") ) +(myObject (attribute1 "attr59733") ) +(myObject (attribute1 "attr59734") ) +(myObject (attribute1 "attr59735") ) +(myObject (attribute1 "attr59736") ) +(myObject (attribute1 "attr59737") ) +(myObject (attribute1 "attr59738") ) +(myObject (attribute1 "attr59739") ) +(myObject (attribute1 "attr59740") ) +(myObject (attribute1 "attr59741") ) +(myObject (attribute1 "attr59742") ) +(myObject (attribute1 "attr59743") ) +(myObject (attribute1 "attr59744") ) +(myObject (attribute1 "attr59745") ) +(myObject (attribute1 "attr59746") ) +(myObject (attribute1 "attr59747") ) +(myObject (attribute1 "attr59748") ) +(myObject (attribute1 "attr59749") ) +(myObject (attribute1 "attr59750") ) +(myObject (attribute1 "attr59751") ) +(myObject (attribute1 "attr59752") ) +(myObject (attribute1 "attr59753") ) +(myObject (attribute1 "attr59754") ) +(myObject (attribute1 "attr59755") ) +(myObject (attribute1 "attr59756") ) +(myObject (attribute1 "attr59757") ) +(myObject (attribute1 "attr59758") ) +(myObject (attribute1 "attr59759") ) +(myObject (attribute1 "attr59760") ) +(myObject (attribute1 "attr59761") ) +(myObject (attribute1 "attr59762") ) +(myObject (attribute1 "attr59763") ) +(myObject (attribute1 "attr59764") ) +(myObject (attribute1 "attr59765") ) +(myObject (attribute1 "attr59766") ) +(myObject (attribute1 "attr59767") ) +(myObject (attribute1 "attr59768") ) +(myObject (attribute1 "attr59769") ) +(myObject (attribute1 "attr59770") ) +(myObject (attribute1 "attr59771") ) +(myObject (attribute1 "attr59772") ) +(myObject (attribute1 "attr59773") ) +(myObject (attribute1 "attr59774") ) +(myObject (attribute1 "attr59775") ) +(myObject (attribute1 "attr59776") ) +(myObject (attribute1 "attr59777") ) +(myObject (attribute1 "attr59778") ) +(myObject (attribute1 "attr59779") ) +(myObject (attribute1 "attr59780") ) +(myObject (attribute1 "attr59781") ) +(myObject (attribute1 "attr59782") ) +(myObject (attribute1 "attr59783") ) +(myObject (attribute1 "attr59784") ) +(myObject (attribute1 "attr59785") ) +(myObject (attribute1 "attr59786") ) +(myObject (attribute1 "attr59787") ) +(myObject (attribute1 "attr59788") ) +(myObject (attribute1 "attr59789") ) +(myObject (attribute1 "attr59790") ) +(myObject (attribute1 "attr59791") ) +(myObject (attribute1 "attr59792") ) +(myObject (attribute1 "attr59793") ) +(myObject (attribute1 "attr59794") ) +(myObject (attribute1 "attr59795") ) +(myObject (attribute1 "attr59796") ) +(myObject (attribute1 "attr59797") ) +(myObject (attribute1 "attr59798") ) +(myObject (attribute1 "attr59799") ) +(myObject (attribute1 "attr59800") ) +(myObject (attribute1 "attr59801") ) +(myObject (attribute1 "attr59802") ) +(myObject (attribute1 "attr59803") ) +(myObject (attribute1 "attr59804") ) +(myObject (attribute1 "attr59805") ) +(myObject (attribute1 "attr59806") ) +(myObject (attribute1 "attr59807") ) +(myObject (attribute1 "attr59808") ) +(myObject (attribute1 "attr59809") ) +(myObject (attribute1 "attr59810") ) +(myObject (attribute1 "attr59811") ) +(myObject (attribute1 "attr59812") ) +(myObject (attribute1 "attr59813") ) +(myObject (attribute1 "attr59814") ) +(myObject (attribute1 "attr59815") ) +(myObject (attribute1 "attr59816") ) +(myObject (attribute1 "attr59817") ) +(myObject (attribute1 "attr59818") ) +(myObject (attribute1 "attr59819") ) +(myObject (attribute1 "attr59820") ) +(myObject (attribute1 "attr59821") ) +(myObject (attribute1 "attr59822") ) +(myObject (attribute1 "attr59823") ) +(myObject (attribute1 "attr59824") ) +(myObject (attribute1 "attr59825") ) +(myObject (attribute1 "attr59826") ) +(myObject (attribute1 "attr59827") ) +(myObject (attribute1 "attr59828") ) +(myObject (attribute1 "attr59829") ) +(myObject (attribute1 "attr59830") ) +(myObject (attribute1 "attr59831") ) +(myObject (attribute1 "attr59832") ) +(myObject (attribute1 "attr59833") ) +(myObject (attribute1 "attr59834") ) +(myObject (attribute1 "attr59835") ) +(myObject (attribute1 "attr59836") ) +(myObject (attribute1 "attr59837") ) +(myObject (attribute1 "attr59838") ) +(myObject (attribute1 "attr59839") ) +(myObject (attribute1 "attr59840") ) +(myObject (attribute1 "attr59841") ) +(myObject (attribute1 "attr59842") ) +(myObject (attribute1 "attr59843") ) +(myObject (attribute1 "attr59844") ) +(myObject (attribute1 "attr59845") ) +(myObject (attribute1 "attr59846") ) +(myObject (attribute1 "attr59847") ) +(myObject (attribute1 "attr59848") ) +(myObject (attribute1 "attr59849") ) +(myObject (attribute1 "attr59850") ) +(myObject (attribute1 "attr59851") ) +(myObject (attribute1 "attr59852") ) +(myObject (attribute1 "attr59853") ) +(myObject (attribute1 "attr59854") ) +(myObject (attribute1 "attr59855") ) +(myObject (attribute1 "attr59856") ) +(myObject (attribute1 "attr59857") ) +(myObject (attribute1 "attr59858") ) +(myObject (attribute1 "attr59859") ) +(myObject (attribute1 "attr59860") ) +(myObject (attribute1 "attr59861") ) +(myObject (attribute1 "attr59862") ) +(myObject (attribute1 "attr59863") ) +(myObject (attribute1 "attr59864") ) +(myObject (attribute1 "attr59865") ) +(myObject (attribute1 "attr59866") ) +(myObject (attribute1 "attr59867") ) +(myObject (attribute1 "attr59868") ) +(myObject (attribute1 "attr59869") ) +(myObject (attribute1 "attr59870") ) +(myObject (attribute1 "attr59871") ) +(myObject (attribute1 "attr59872") ) +(myObject (attribute1 "attr59873") ) +(myObject (attribute1 "attr59874") ) +(myObject (attribute1 "attr59875") ) +(myObject (attribute1 "attr59876") ) +(myObject (attribute1 "attr59877") ) +(myObject (attribute1 "attr59878") ) +(myObject (attribute1 "attr59879") ) +(myObject (attribute1 "attr59880") ) +(myObject (attribute1 "attr59881") ) +(myObject (attribute1 "attr59882") ) +(myObject (attribute1 "attr59883") ) +(myObject (attribute1 "attr59884") ) +(myObject (attribute1 "attr59885") ) +(myObject (attribute1 "attr59886") ) +(myObject (attribute1 "attr59887") ) +(myObject (attribute1 "attr59888") ) +(myObject (attribute1 "attr59889") ) +(myObject (attribute1 "attr59890") ) +(myObject (attribute1 "attr59891") ) +(myObject (attribute1 "attr59892") ) +(myObject (attribute1 "attr59893") ) +(myObject (attribute1 "attr59894") ) +(myObject (attribute1 "attr59895") ) +(myObject (attribute1 "attr59896") ) +(myObject (attribute1 "attr59897") ) +(myObject (attribute1 "attr59898") ) +(myObject (attribute1 "attr59899") ) +(myObject (attribute1 "attr59900") ) +(myObject (attribute1 "attr59901") ) +(myObject (attribute1 "attr59902") ) +(myObject (attribute1 "attr59903") ) +(myObject (attribute1 "attr59904") ) +(myObject (attribute1 "attr59905") ) +(myObject (attribute1 "attr59906") ) +(myObject (attribute1 "attr59907") ) +(myObject (attribute1 "attr59908") ) +(myObject (attribute1 "attr59909") ) +(myObject (attribute1 "attr59910") ) +(myObject (attribute1 "attr59911") ) +(myObject (attribute1 "attr59912") ) +(myObject (attribute1 "attr59913") ) +(myObject (attribute1 "attr59914") ) +(myObject (attribute1 "attr59915") ) +(myObject (attribute1 "attr59916") ) +(myObject (attribute1 "attr59917") ) +(myObject (attribute1 "attr59918") ) +(myObject (attribute1 "attr59919") ) +(myObject (attribute1 "attr59920") ) +(myObject (attribute1 "attr59921") ) +(myObject (attribute1 "attr59922") ) +(myObject (attribute1 "attr59923") ) +(myObject (attribute1 "attr59924") ) +(myObject (attribute1 "attr59925") ) +(myObject (attribute1 "attr59926") ) +(myObject (attribute1 "attr59927") ) +(myObject (attribute1 "attr59928") ) +(myObject (attribute1 "attr59929") ) +(myObject (attribute1 "attr59930") ) +(myObject (attribute1 "attr59931") ) +(myObject (attribute1 "attr59932") ) +(myObject (attribute1 "attr59933") ) +(myObject (attribute1 "attr59934") ) +(myObject (attribute1 "attr59935") ) +(myObject (attribute1 "attr59936") ) +(myObject (attribute1 "attr59937") ) +(myObject (attribute1 "attr59938") ) +(myObject (attribute1 "attr59939") ) +(myObject (attribute1 "attr59940") ) +(myObject (attribute1 "attr59941") ) +(myObject (attribute1 "attr59942") ) +(myObject (attribute1 "attr59943") ) +(myObject (attribute1 "attr59944") ) +(myObject (attribute1 "attr59945") ) +(myObject (attribute1 "attr59946") ) +(myObject (attribute1 "attr59947") ) +(myObject (attribute1 "attr59948") ) +(myObject (attribute1 "attr59949") ) +(myObject (attribute1 "attr59950") ) +(myObject (attribute1 "attr59951") ) +(myObject (attribute1 "attr59952") ) +(myObject (attribute1 "attr59953") ) +(myObject (attribute1 "attr59954") ) +(myObject (attribute1 "attr59955") ) +(myObject (attribute1 "attr59956") ) +(myObject (attribute1 "attr59957") ) +(myObject (attribute1 "attr59958") ) +(myObject (attribute1 "attr59959") ) +(myObject (attribute1 "attr59960") ) +(myObject (attribute1 "attr59961") ) +(myObject (attribute1 "attr59962") ) +(myObject (attribute1 "attr59963") ) +(myObject (attribute1 "attr59964") ) +(myObject (attribute1 "attr59965") ) +(myObject (attribute1 "attr59966") ) +(myObject (attribute1 "attr59967") ) +(myObject (attribute1 "attr59968") ) +(myObject (attribute1 "attr59969") ) +(myObject (attribute1 "attr59970") ) +(myObject (attribute1 "attr59971") ) +(myObject (attribute1 "attr59972") ) +(myObject (attribute1 "attr59973") ) +(myObject (attribute1 "attr59974") ) +(myObject (attribute1 "attr59975") ) +(myObject (attribute1 "attr59976") ) +(myObject (attribute1 "attr59977") ) +(myObject (attribute1 "attr59978") ) +(myObject (attribute1 "attr59979") ) +(myObject (attribute1 "attr59980") ) +(myObject (attribute1 "attr59981") ) +(myObject (attribute1 "attr59982") ) +(myObject (attribute1 "attr59983") ) +(myObject (attribute1 "attr59984") ) +(myObject (attribute1 "attr59985") ) +(myObject (attribute1 "attr59986") ) +(myObject (attribute1 "attr59987") ) +(myObject (attribute1 "attr59988") ) +(myObject (attribute1 "attr59989") ) +(myObject (attribute1 "attr59990") ) +(myObject (attribute1 "attr59991") ) +(myObject (attribute1 "attr59992") ) +(myObject (attribute1 "attr59993") ) +(myObject (attribute1 "attr59994") ) +(myObject (attribute1 "attr59995") ) +(myObject (attribute1 "attr59996") ) +(myObject (attribute1 "attr59997") ) +(myObject (attribute1 "attr59998") ) +(myObject (attribute1 "attr59999") ) +(myObject (attribute1 "attr60000") ) +(myObject (attribute1 "attr60001") ) +(myObject (attribute1 "attr60002") ) +(myObject (attribute1 "attr60003") ) +(myObject (attribute1 "attr60004") ) +(myObject (attribute1 "attr60005") ) +(myObject (attribute1 "attr60006") ) +(myObject (attribute1 "attr60007") ) +(myObject (attribute1 "attr60008") ) +(myObject (attribute1 "attr60009") ) +(myObject (attribute1 "attr60010") ) +(myObject (attribute1 "attr60011") ) +(myObject (attribute1 "attr60012") ) +(myObject (attribute1 "attr60013") ) +(myObject (attribute1 "attr60014") ) +(myObject (attribute1 "attr60015") ) +(myObject (attribute1 "attr60016") ) +(myObject (attribute1 "attr60017") ) +(myObject (attribute1 "attr60018") ) +(myObject (attribute1 "attr60019") ) +(myObject (attribute1 "attr60020") ) +(myObject (attribute1 "attr60021") ) +(myObject (attribute1 "attr60022") ) +(myObject (attribute1 "attr60023") ) +(myObject (attribute1 "attr60024") ) +(myObject (attribute1 "attr60025") ) +(myObject (attribute1 "attr60026") ) +(myObject (attribute1 "attr60027") ) +(myObject (attribute1 "attr60028") ) +(myObject (attribute1 "attr60029") ) +(myObject (attribute1 "attr60030") ) +(myObject (attribute1 "attr60031") ) +(myObject (attribute1 "attr60032") ) +(myObject (attribute1 "attr60033") ) +(myObject (attribute1 "attr60034") ) +(myObject (attribute1 "attr60035") ) +(myObject (attribute1 "attr60036") ) +(myObject (attribute1 "attr60037") ) +(myObject (attribute1 "attr60038") ) +(myObject (attribute1 "attr60039") ) +(myObject (attribute1 "attr60040") ) +(myObject (attribute1 "attr60041") ) +(myObject (attribute1 "attr60042") ) +(myObject (attribute1 "attr60043") ) +(myObject (attribute1 "attr60044") ) +(myObject (attribute1 "attr60045") ) +(myObject (attribute1 "attr60046") ) +(myObject (attribute1 "attr60047") ) +(myObject (attribute1 "attr60048") ) +(myObject (attribute1 "attr60049") ) +(myObject (attribute1 "attr60050") ) +(myObject (attribute1 "attr60051") ) +(myObject (attribute1 "attr60052") ) +(myObject (attribute1 "attr60053") ) +(myObject (attribute1 "attr60054") ) +(myObject (attribute1 "attr60055") ) +(myObject (attribute1 "attr60056") ) +(myObject (attribute1 "attr60057") ) +(myObject (attribute1 "attr60058") ) +(myObject (attribute1 "attr60059") ) +(myObject (attribute1 "attr60060") ) +(myObject (attribute1 "attr60061") ) +(myObject (attribute1 "attr60062") ) +(myObject (attribute1 "attr60063") ) +(myObject (attribute1 "attr60064") ) +(myObject (attribute1 "attr60065") ) +(myObject (attribute1 "attr60066") ) +(myObject (attribute1 "attr60067") ) +(myObject (attribute1 "attr60068") ) +(myObject (attribute1 "attr60069") ) +(myObject (attribute1 "attr60070") ) +(myObject (attribute1 "attr60071") ) +(myObject (attribute1 "attr60072") ) +(myObject (attribute1 "attr60073") ) +(myObject (attribute1 "attr60074") ) +(myObject (attribute1 "attr60075") ) +(myObject (attribute1 "attr60076") ) +(myObject (attribute1 "attr60077") ) +(myObject (attribute1 "attr60078") ) +(myObject (attribute1 "attr60079") ) +(myObject (attribute1 "attr60080") ) +(myObject (attribute1 "attr60081") ) +(myObject (attribute1 "attr60082") ) +(myObject (attribute1 "attr60083") ) +(myObject (attribute1 "attr60084") ) +(myObject (attribute1 "attr60085") ) +(myObject (attribute1 "attr60086") ) +(myObject (attribute1 "attr60087") ) +(myObject (attribute1 "attr60088") ) +(myObject (attribute1 "attr60089") ) +(myObject (attribute1 "attr60090") ) +(myObject (attribute1 "attr60091") ) +(myObject (attribute1 "attr60092") ) +(myObject (attribute1 "attr60093") ) +(myObject (attribute1 "attr60094") ) +(myObject (attribute1 "attr60095") ) +(myObject (attribute1 "attr60096") ) +(myObject (attribute1 "attr60097") ) +(myObject (attribute1 "attr60098") ) +(myObject (attribute1 "attr60099") ) +(myObject (attribute1 "attr60100") ) +(myObject (attribute1 "attr60101") ) +(myObject (attribute1 "attr60102") ) +(myObject (attribute1 "attr60103") ) +(myObject (attribute1 "attr60104") ) +(myObject (attribute1 "attr60105") ) +(myObject (attribute1 "attr60106") ) +(myObject (attribute1 "attr60107") ) +(myObject (attribute1 "attr60108") ) +(myObject (attribute1 "attr60109") ) +(myObject (attribute1 "attr60110") ) +(myObject (attribute1 "attr60111") ) +(myObject (attribute1 "attr60112") ) +(myObject (attribute1 "attr60113") ) +(myObject (attribute1 "attr60114") ) +(myObject (attribute1 "attr60115") ) +(myObject (attribute1 "attr60116") ) +(myObject (attribute1 "attr60117") ) +(myObject (attribute1 "attr60118") ) +(myObject (attribute1 "attr60119") ) +(myObject (attribute1 "attr60120") ) +(myObject (attribute1 "attr60121") ) +(myObject (attribute1 "attr60122") ) +(myObject (attribute1 "attr60123") ) +(myObject (attribute1 "attr60124") ) +(myObject (attribute1 "attr60125") ) +(myObject (attribute1 "attr60126") ) +(myObject (attribute1 "attr60127") ) +(myObject (attribute1 "attr60128") ) +(myObject (attribute1 "attr60129") ) +(myObject (attribute1 "attr60130") ) +(myObject (attribute1 "attr60131") ) +(myObject (attribute1 "attr60132") ) +(myObject (attribute1 "attr60133") ) +(myObject (attribute1 "attr60134") ) +(myObject (attribute1 "attr60135") ) +(myObject (attribute1 "attr60136") ) +(myObject (attribute1 "attr60137") ) +(myObject (attribute1 "attr60138") ) +(myObject (attribute1 "attr60139") ) +(myObject (attribute1 "attr60140") ) +(myObject (attribute1 "attr60141") ) +(myObject (attribute1 "attr60142") ) +(myObject (attribute1 "attr60143") ) +(myObject (attribute1 "attr60144") ) +(myObject (attribute1 "attr60145") ) +(myObject (attribute1 "attr60146") ) +(myObject (attribute1 "attr60147") ) +(myObject (attribute1 "attr60148") ) +(myObject (attribute1 "attr60149") ) +(myObject (attribute1 "attr60150") ) +(myObject (attribute1 "attr60151") ) +(myObject (attribute1 "attr60152") ) +(myObject (attribute1 "attr60153") ) +(myObject (attribute1 "attr60154") ) +(myObject (attribute1 "attr60155") ) +(myObject (attribute1 "attr60156") ) +(myObject (attribute1 "attr60157") ) +(myObject (attribute1 "attr60158") ) +(myObject (attribute1 "attr60159") ) +(myObject (attribute1 "attr60160") ) +(myObject (attribute1 "attr60161") ) +(myObject (attribute1 "attr60162") ) +(myObject (attribute1 "attr60163") ) +(myObject (attribute1 "attr60164") ) +(myObject (attribute1 "attr60165") ) +(myObject (attribute1 "attr60166") ) +(myObject (attribute1 "attr60167") ) +(myObject (attribute1 "attr60168") ) +(myObject (attribute1 "attr60169") ) +(myObject (attribute1 "attr60170") ) +(myObject (attribute1 "attr60171") ) +(myObject (attribute1 "attr60172") ) +(myObject (attribute1 "attr60173") ) +(myObject (attribute1 "attr60174") ) +(myObject (attribute1 "attr60175") ) +(myObject (attribute1 "attr60176") ) +(myObject (attribute1 "attr60177") ) +(myObject (attribute1 "attr60178") ) +(myObject (attribute1 "attr60179") ) +(myObject (attribute1 "attr60180") ) +(myObject (attribute1 "attr60181") ) +(myObject (attribute1 "attr60182") ) +(myObject (attribute1 "attr60183") ) +(myObject (attribute1 "attr60184") ) +(myObject (attribute1 "attr60185") ) +(myObject (attribute1 "attr60186") ) +(myObject (attribute1 "attr60187") ) +(myObject (attribute1 "attr60188") ) +(myObject (attribute1 "attr60189") ) +(myObject (attribute1 "attr60190") ) +(myObject (attribute1 "attr60191") ) +(myObject (attribute1 "attr60192") ) +(myObject (attribute1 "attr60193") ) +(myObject (attribute1 "attr60194") ) +(myObject (attribute1 "attr60195") ) +(myObject (attribute1 "attr60196") ) +(myObject (attribute1 "attr60197") ) +(myObject (attribute1 "attr60198") ) +(myObject (attribute1 "attr60199") ) +(myObject (attribute1 "attr60200") ) +(myObject (attribute1 "attr60201") ) +(myObject (attribute1 "attr60202") ) +(myObject (attribute1 "attr60203") ) +(myObject (attribute1 "attr60204") ) +(myObject (attribute1 "attr60205") ) +(myObject (attribute1 "attr60206") ) +(myObject (attribute1 "attr60207") ) +(myObject (attribute1 "attr60208") ) +(myObject (attribute1 "attr60209") ) +(myObject (attribute1 "attr60210") ) +(myObject (attribute1 "attr60211") ) +(myObject (attribute1 "attr60212") ) +(myObject (attribute1 "attr60213") ) +(myObject (attribute1 "attr60214") ) +(myObject (attribute1 "attr60215") ) +(myObject (attribute1 "attr60216") ) +(myObject (attribute1 "attr60217") ) +(myObject (attribute1 "attr60218") ) +(myObject (attribute1 "attr60219") ) +(myObject (attribute1 "attr60220") ) +(myObject (attribute1 "attr60221") ) +(myObject (attribute1 "attr60222") ) +(myObject (attribute1 "attr60223") ) +(myObject (attribute1 "attr60224") ) +(myObject (attribute1 "attr60225") ) +(myObject (attribute1 "attr60226") ) +(myObject (attribute1 "attr60227") ) +(myObject (attribute1 "attr60228") ) +(myObject (attribute1 "attr60229") ) +(myObject (attribute1 "attr60230") ) +(myObject (attribute1 "attr60231") ) +(myObject (attribute1 "attr60232") ) +(myObject (attribute1 "attr60233") ) +(myObject (attribute1 "attr60234") ) +(myObject (attribute1 "attr60235") ) +(myObject (attribute1 "attr60236") ) +(myObject (attribute1 "attr60237") ) +(myObject (attribute1 "attr60238") ) +(myObject (attribute1 "attr60239") ) +(myObject (attribute1 "attr60240") ) +(myObject (attribute1 "attr60241") ) +(myObject (attribute1 "attr60242") ) +(myObject (attribute1 "attr60243") ) +(myObject (attribute1 "attr60244") ) +(myObject (attribute1 "attr60245") ) +(myObject (attribute1 "attr60246") ) +(myObject (attribute1 "attr60247") ) +(myObject (attribute1 "attr60248") ) +(myObject (attribute1 "attr60249") ) +(myObject (attribute1 "attr60250") ) +(myObject (attribute1 "attr60251") ) +(myObject (attribute1 "attr60252") ) +(myObject (attribute1 "attr60253") ) +(myObject (attribute1 "attr60254") ) +(myObject (attribute1 "attr60255") ) +(myObject (attribute1 "attr60256") ) +(myObject (attribute1 "attr60257") ) +(myObject (attribute1 "attr60258") ) +(myObject (attribute1 "attr60259") ) +(myObject (attribute1 "attr60260") ) +(myObject (attribute1 "attr60261") ) +(myObject (attribute1 "attr60262") ) +(myObject (attribute1 "attr60263") ) +(myObject (attribute1 "attr60264") ) +(myObject (attribute1 "attr60265") ) +(myObject (attribute1 "attr60266") ) +(myObject (attribute1 "attr60267") ) +(myObject (attribute1 "attr60268") ) +(myObject (attribute1 "attr60269") ) +(myObject (attribute1 "attr60270") ) +(myObject (attribute1 "attr60271") ) +(myObject (attribute1 "attr60272") ) +(myObject (attribute1 "attr60273") ) +(myObject (attribute1 "attr60274") ) +(myObject (attribute1 "attr60275") ) +(myObject (attribute1 "attr60276") ) +(myObject (attribute1 "attr60277") ) +(myObject (attribute1 "attr60278") ) +(myObject (attribute1 "attr60279") ) +(myObject (attribute1 "attr60280") ) +(myObject (attribute1 "attr60281") ) +(myObject (attribute1 "attr60282") ) +(myObject (attribute1 "attr60283") ) +(myObject (attribute1 "attr60284") ) +(myObject (attribute1 "attr60285") ) +(myObject (attribute1 "attr60286") ) +(myObject (attribute1 "attr60287") ) +(myObject (attribute1 "attr60288") ) +(myObject (attribute1 "attr60289") ) +(myObject (attribute1 "attr60290") ) +(myObject (attribute1 "attr60291") ) +(myObject (attribute1 "attr60292") ) +(myObject (attribute1 "attr60293") ) +(myObject (attribute1 "attr60294") ) +(myObject (attribute1 "attr60295") ) +(myObject (attribute1 "attr60296") ) +(myObject (attribute1 "attr60297") ) +(myObject (attribute1 "attr60298") ) +(myObject (attribute1 "attr60299") ) +(myObject (attribute1 "attr60300") ) +(myObject (attribute1 "attr60301") ) +(myObject (attribute1 "attr60302") ) +(myObject (attribute1 "attr60303") ) +(myObject (attribute1 "attr60304") ) +(myObject (attribute1 "attr60305") ) +(myObject (attribute1 "attr60306") ) +(myObject (attribute1 "attr60307") ) +(myObject (attribute1 "attr60308") ) +(myObject (attribute1 "attr60309") ) +(myObject (attribute1 "attr60310") ) +(myObject (attribute1 "attr60311") ) +(myObject (attribute1 "attr60312") ) +(myObject (attribute1 "attr60313") ) +(myObject (attribute1 "attr60314") ) +(myObject (attribute1 "attr60315") ) +(myObject (attribute1 "attr60316") ) +(myObject (attribute1 "attr60317") ) +(myObject (attribute1 "attr60318") ) +(myObject (attribute1 "attr60319") ) +(myObject (attribute1 "attr60320") ) +(myObject (attribute1 "attr60321") ) +(myObject (attribute1 "attr60322") ) +(myObject (attribute1 "attr60323") ) +(myObject (attribute1 "attr60324") ) +(myObject (attribute1 "attr60325") ) +(myObject (attribute1 "attr60326") ) +(myObject (attribute1 "attr60327") ) +(myObject (attribute1 "attr60328") ) +(myObject (attribute1 "attr60329") ) +(myObject (attribute1 "attr60330") ) +(myObject (attribute1 "attr60331") ) +(myObject (attribute1 "attr60332") ) +(myObject (attribute1 "attr60333") ) +(myObject (attribute1 "attr60334") ) +(myObject (attribute1 "attr60335") ) +(myObject (attribute1 "attr60336") ) +(myObject (attribute1 "attr60337") ) +(myObject (attribute1 "attr60338") ) +(myObject (attribute1 "attr60339") ) +(myObject (attribute1 "attr60340") ) +(myObject (attribute1 "attr60341") ) +(myObject (attribute1 "attr60342") ) +(myObject (attribute1 "attr60343") ) +(myObject (attribute1 "attr60344") ) +(myObject (attribute1 "attr60345") ) +(myObject (attribute1 "attr60346") ) +(myObject (attribute1 "attr60347") ) +(myObject (attribute1 "attr60348") ) +(myObject (attribute1 "attr60349") ) +(myObject (attribute1 "attr60350") ) +(myObject (attribute1 "attr60351") ) +(myObject (attribute1 "attr60352") ) +(myObject (attribute1 "attr60353") ) +(myObject (attribute1 "attr60354") ) +(myObject (attribute1 "attr60355") ) +(myObject (attribute1 "attr60356") ) +(myObject (attribute1 "attr60357") ) +(myObject (attribute1 "attr60358") ) +(myObject (attribute1 "attr60359") ) +(myObject (attribute1 "attr60360") ) +(myObject (attribute1 "attr60361") ) +(myObject (attribute1 "attr60362") ) +(myObject (attribute1 "attr60363") ) +(myObject (attribute1 "attr60364") ) +(myObject (attribute1 "attr60365") ) +(myObject (attribute1 "attr60366") ) +(myObject (attribute1 "attr60367") ) +(myObject (attribute1 "attr60368") ) +(myObject (attribute1 "attr60369") ) +(myObject (attribute1 "attr60370") ) +(myObject (attribute1 "attr60371") ) +(myObject (attribute1 "attr60372") ) +(myObject (attribute1 "attr60373") ) +(myObject (attribute1 "attr60374") ) +(myObject (attribute1 "attr60375") ) +(myObject (attribute1 "attr60376") ) +(myObject (attribute1 "attr60377") ) +(myObject (attribute1 "attr60378") ) +(myObject (attribute1 "attr60379") ) +(myObject (attribute1 "attr60380") ) +(myObject (attribute1 "attr60381") ) +(myObject (attribute1 "attr60382") ) +(myObject (attribute1 "attr60383") ) +(myObject (attribute1 "attr60384") ) +(myObject (attribute1 "attr60385") ) +(myObject (attribute1 "attr60386") ) +(myObject (attribute1 "attr60387") ) +(myObject (attribute1 "attr60388") ) +(myObject (attribute1 "attr60389") ) +(myObject (attribute1 "attr60390") ) +(myObject (attribute1 "attr60391") ) +(myObject (attribute1 "attr60392") ) +(myObject (attribute1 "attr60393") ) +(myObject (attribute1 "attr60394") ) +(myObject (attribute1 "attr60395") ) +(myObject (attribute1 "attr60396") ) +(myObject (attribute1 "attr60397") ) +(myObject (attribute1 "attr60398") ) +(myObject (attribute1 "attr60399") ) +(myObject (attribute1 "attr60400") ) +(myObject (attribute1 "attr60401") ) +(myObject (attribute1 "attr60402") ) +(myObject (attribute1 "attr60403") ) +(myObject (attribute1 "attr60404") ) +(myObject (attribute1 "attr60405") ) +(myObject (attribute1 "attr60406") ) +(myObject (attribute1 "attr60407") ) +(myObject (attribute1 "attr60408") ) +(myObject (attribute1 "attr60409") ) +(myObject (attribute1 "attr60410") ) +(myObject (attribute1 "attr60411") ) +(myObject (attribute1 "attr60412") ) +(myObject (attribute1 "attr60413") ) +(myObject (attribute1 "attr60414") ) +(myObject (attribute1 "attr60415") ) +(myObject (attribute1 "attr60416") ) +(myObject (attribute1 "attr60417") ) +(myObject (attribute1 "attr60418") ) +(myObject (attribute1 "attr60419") ) +(myObject (attribute1 "attr60420") ) +(myObject (attribute1 "attr60421") ) +(myObject (attribute1 "attr60422") ) +(myObject (attribute1 "attr60423") ) +(myObject (attribute1 "attr60424") ) +(myObject (attribute1 "attr60425") ) +(myObject (attribute1 "attr60426") ) +(myObject (attribute1 "attr60427") ) +(myObject (attribute1 "attr60428") ) +(myObject (attribute1 "attr60429") ) +(myObject (attribute1 "attr60430") ) +(myObject (attribute1 "attr60431") ) +(myObject (attribute1 "attr60432") ) +(myObject (attribute1 "attr60433") ) +(myObject (attribute1 "attr60434") ) +(myObject (attribute1 "attr60435") ) +(myObject (attribute1 "attr60436") ) +(myObject (attribute1 "attr60437") ) +(myObject (attribute1 "attr60438") ) +(myObject (attribute1 "attr60439") ) +(myObject (attribute1 "attr60440") ) +(myObject (attribute1 "attr60441") ) +(myObject (attribute1 "attr60442") ) +(myObject (attribute1 "attr60443") ) +(myObject (attribute1 "attr60444") ) +(myObject (attribute1 "attr60445") ) +(myObject (attribute1 "attr60446") ) +(myObject (attribute1 "attr60447") ) +(myObject (attribute1 "attr60448") ) +(myObject (attribute1 "attr60449") ) +(myObject (attribute1 "attr60450") ) +(myObject (attribute1 "attr60451") ) +(myObject (attribute1 "attr60452") ) +(myObject (attribute1 "attr60453") ) +(myObject (attribute1 "attr60454") ) +(myObject (attribute1 "attr60455") ) +(myObject (attribute1 "attr60456") ) +(myObject (attribute1 "attr60457") ) +(myObject (attribute1 "attr60458") ) +(myObject (attribute1 "attr60459") ) +(myObject (attribute1 "attr60460") ) +(myObject (attribute1 "attr60461") ) +(myObject (attribute1 "attr60462") ) +(myObject (attribute1 "attr60463") ) +(myObject (attribute1 "attr60464") ) +(myObject (attribute1 "attr60465") ) +(myObject (attribute1 "attr60466") ) +(myObject (attribute1 "attr60467") ) +(myObject (attribute1 "attr60468") ) +(myObject (attribute1 "attr60469") ) +(myObject (attribute1 "attr60470") ) +(myObject (attribute1 "attr60471") ) +(myObject (attribute1 "attr60472") ) +(myObject (attribute1 "attr60473") ) +(myObject (attribute1 "attr60474") ) +(myObject (attribute1 "attr60475") ) +(myObject (attribute1 "attr60476") ) +(myObject (attribute1 "attr60477") ) +(myObject (attribute1 "attr60478") ) +(myObject (attribute1 "attr60479") ) +(myObject (attribute1 "attr60480") ) +(myObject (attribute1 "attr60481") ) +(myObject (attribute1 "attr60482") ) +(myObject (attribute1 "attr60483") ) +(myObject (attribute1 "attr60484") ) +(myObject (attribute1 "attr60485") ) +(myObject (attribute1 "attr60486") ) +(myObject (attribute1 "attr60487") ) +(myObject (attribute1 "attr60488") ) +(myObject (attribute1 "attr60489") ) +(myObject (attribute1 "attr60490") ) +(myObject (attribute1 "attr60491") ) +(myObject (attribute1 "attr60492") ) +(myObject (attribute1 "attr60493") ) +(myObject (attribute1 "attr60494") ) +(myObject (attribute1 "attr60495") ) +(myObject (attribute1 "attr60496") ) +(myObject (attribute1 "attr60497") ) +(myObject (attribute1 "attr60498") ) +(myObject (attribute1 "attr60499") ) +(myObject (attribute1 "attr60500") ) +(myObject (attribute1 "attr60501") ) +(myObject (attribute1 "attr60502") ) +(myObject (attribute1 "attr60503") ) +(myObject (attribute1 "attr60504") ) +(myObject (attribute1 "attr60505") ) +(myObject (attribute1 "attr60506") ) +(myObject (attribute1 "attr60507") ) +(myObject (attribute1 "attr60508") ) +(myObject (attribute1 "attr60509") ) +(myObject (attribute1 "attr60510") ) +(myObject (attribute1 "attr60511") ) +(myObject (attribute1 "attr60512") ) +(myObject (attribute1 "attr60513") ) +(myObject (attribute1 "attr60514") ) +(myObject (attribute1 "attr60515") ) +(myObject (attribute1 "attr60516") ) +(myObject (attribute1 "attr60517") ) +(myObject (attribute1 "attr60518") ) +(myObject (attribute1 "attr60519") ) +(myObject (attribute1 "attr60520") ) +(myObject (attribute1 "attr60521") ) +(myObject (attribute1 "attr60522") ) +(myObject (attribute1 "attr60523") ) +(myObject (attribute1 "attr60524") ) +(myObject (attribute1 "attr60525") ) +(myObject (attribute1 "attr60526") ) +(myObject (attribute1 "attr60527") ) +(myObject (attribute1 "attr60528") ) +(myObject (attribute1 "attr60529") ) +(myObject (attribute1 "attr60530") ) +(myObject (attribute1 "attr60531") ) +(myObject (attribute1 "attr60532") ) +(myObject (attribute1 "attr60533") ) +(myObject (attribute1 "attr60534") ) +(myObject (attribute1 "attr60535") ) +(myObject (attribute1 "attr60536") ) +(myObject (attribute1 "attr60537") ) +(myObject (attribute1 "attr60538") ) +(myObject (attribute1 "attr60539") ) +(myObject (attribute1 "attr60540") ) +(myObject (attribute1 "attr60541") ) +(myObject (attribute1 "attr60542") ) +(myObject (attribute1 "attr60543") ) +(myObject (attribute1 "attr60544") ) +(myObject (attribute1 "attr60545") ) +(myObject (attribute1 "attr60546") ) +(myObject (attribute1 "attr60547") ) +(myObject (attribute1 "attr60548") ) +(myObject (attribute1 "attr60549") ) +(myObject (attribute1 "attr60550") ) +(myObject (attribute1 "attr60551") ) +(myObject (attribute1 "attr60552") ) +(myObject (attribute1 "attr60553") ) +(myObject (attribute1 "attr60554") ) +(myObject (attribute1 "attr60555") ) +(myObject (attribute1 "attr60556") ) +(myObject (attribute1 "attr60557") ) +(myObject (attribute1 "attr60558") ) +(myObject (attribute1 "attr60559") ) +(myObject (attribute1 "attr60560") ) +(myObject (attribute1 "attr60561") ) +(myObject (attribute1 "attr60562") ) +(myObject (attribute1 "attr60563") ) +(myObject (attribute1 "attr60564") ) +(myObject (attribute1 "attr60565") ) +(myObject (attribute1 "attr60566") ) +(myObject (attribute1 "attr60567") ) +(myObject (attribute1 "attr60568") ) +(myObject (attribute1 "attr60569") ) +(myObject (attribute1 "attr60570") ) +(myObject (attribute1 "attr60571") ) +(myObject (attribute1 "attr60572") ) +(myObject (attribute1 "attr60573") ) +(myObject (attribute1 "attr60574") ) +(myObject (attribute1 "attr60575") ) +(myObject (attribute1 "attr60576") ) +(myObject (attribute1 "attr60577") ) +(myObject (attribute1 "attr60578") ) +(myObject (attribute1 "attr60579") ) +(myObject (attribute1 "attr60580") ) +(myObject (attribute1 "attr60581") ) +(myObject (attribute1 "attr60582") ) +(myObject (attribute1 "attr60583") ) +(myObject (attribute1 "attr60584") ) +(myObject (attribute1 "attr60585") ) +(myObject (attribute1 "attr60586") ) +(myObject (attribute1 "attr60587") ) +(myObject (attribute1 "attr60588") ) +(myObject (attribute1 "attr60589") ) +(myObject (attribute1 "attr60590") ) +(myObject (attribute1 "attr60591") ) +(myObject (attribute1 "attr60592") ) +(myObject (attribute1 "attr60593") ) +(myObject (attribute1 "attr60594") ) +(myObject (attribute1 "attr60595") ) +(myObject (attribute1 "attr60596") ) +(myObject (attribute1 "attr60597") ) +(myObject (attribute1 "attr60598") ) +(myObject (attribute1 "attr60599") ) +(myObject (attribute1 "attr60600") ) +(myObject (attribute1 "attr60601") ) +(myObject (attribute1 "attr60602") ) +(myObject (attribute1 "attr60603") ) +(myObject (attribute1 "attr60604") ) +(myObject (attribute1 "attr60605") ) +(myObject (attribute1 "attr60606") ) +(myObject (attribute1 "attr60607") ) +(myObject (attribute1 "attr60608") ) +(myObject (attribute1 "attr60609") ) +(myObject (attribute1 "attr60610") ) +(myObject (attribute1 "attr60611") ) +(myObject (attribute1 "attr60612") ) +(myObject (attribute1 "attr60613") ) +(myObject (attribute1 "attr60614") ) +(myObject (attribute1 "attr60615") ) +(myObject (attribute1 "attr60616") ) +(myObject (attribute1 "attr60617") ) +(myObject (attribute1 "attr60618") ) +(myObject (attribute1 "attr60619") ) +(myObject (attribute1 "attr60620") ) +(myObject (attribute1 "attr60621") ) +(myObject (attribute1 "attr60622") ) +(myObject (attribute1 "attr60623") ) +(myObject (attribute1 "attr60624") ) +(myObject (attribute1 "attr60625") ) +(myObject (attribute1 "attr60626") ) +(myObject (attribute1 "attr60627") ) +(myObject (attribute1 "attr60628") ) +(myObject (attribute1 "attr60629") ) +(myObject (attribute1 "attr60630") ) +(myObject (attribute1 "attr60631") ) +(myObject (attribute1 "attr60632") ) +(myObject (attribute1 "attr60633") ) +(myObject (attribute1 "attr60634") ) +(myObject (attribute1 "attr60635") ) +(myObject (attribute1 "attr60636") ) +(myObject (attribute1 "attr60637") ) +(myObject (attribute1 "attr60638") ) +(myObject (attribute1 "attr60639") ) +(myObject (attribute1 "attr60640") ) +(myObject (attribute1 "attr60641") ) +(myObject (attribute1 "attr60642") ) +(myObject (attribute1 "attr60643") ) +(myObject (attribute1 "attr60644") ) +(myObject (attribute1 "attr60645") ) +(myObject (attribute1 "attr60646") ) +(myObject (attribute1 "attr60647") ) +(myObject (attribute1 "attr60648") ) +(myObject (attribute1 "attr60649") ) +(myObject (attribute1 "attr60650") ) +(myObject (attribute1 "attr60651") ) +(myObject (attribute1 "attr60652") ) +(myObject (attribute1 "attr60653") ) +(myObject (attribute1 "attr60654") ) +(myObject (attribute1 "attr60655") ) +(myObject (attribute1 "attr60656") ) +(myObject (attribute1 "attr60657") ) +(myObject (attribute1 "attr60658") ) +(myObject (attribute1 "attr60659") ) +(myObject (attribute1 "attr60660") ) +(myObject (attribute1 "attr60661") ) +(myObject (attribute1 "attr60662") ) +(myObject (attribute1 "attr60663") ) +(myObject (attribute1 "attr60664") ) +(myObject (attribute1 "attr60665") ) +(myObject (attribute1 "attr60666") ) +(myObject (attribute1 "attr60667") ) +(myObject (attribute1 "attr60668") ) +(myObject (attribute1 "attr60669") ) +(myObject (attribute1 "attr60670") ) +(myObject (attribute1 "attr60671") ) +(myObject (attribute1 "attr60672") ) +(myObject (attribute1 "attr60673") ) +(myObject (attribute1 "attr60674") ) +(myObject (attribute1 "attr60675") ) +(myObject (attribute1 "attr60676") ) +(myObject (attribute1 "attr60677") ) +(myObject (attribute1 "attr60678") ) +(myObject (attribute1 "attr60679") ) +(myObject (attribute1 "attr60680") ) +(myObject (attribute1 "attr60681") ) +(myObject (attribute1 "attr60682") ) +(myObject (attribute1 "attr60683") ) +(myObject (attribute1 "attr60684") ) +(myObject (attribute1 "attr60685") ) +(myObject (attribute1 "attr60686") ) +(myObject (attribute1 "attr60687") ) +(myObject (attribute1 "attr60688") ) +(myObject (attribute1 "attr60689") ) +(myObject (attribute1 "attr60690") ) +(myObject (attribute1 "attr60691") ) +(myObject (attribute1 "attr60692") ) +(myObject (attribute1 "attr60693") ) +(myObject (attribute1 "attr60694") ) +(myObject (attribute1 "attr60695") ) +(myObject (attribute1 "attr60696") ) +(myObject (attribute1 "attr60697") ) +(myObject (attribute1 "attr60698") ) +(myObject (attribute1 "attr60699") ) +(myObject (attribute1 "attr60700") ) +(myObject (attribute1 "attr60701") ) +(myObject (attribute1 "attr60702") ) +(myObject (attribute1 "attr60703") ) +(myObject (attribute1 "attr60704") ) +(myObject (attribute1 "attr60705") ) +(myObject (attribute1 "attr60706") ) +(myObject (attribute1 "attr60707") ) +(myObject (attribute1 "attr60708") ) +(myObject (attribute1 "attr60709") ) +(myObject (attribute1 "attr60710") ) +(myObject (attribute1 "attr60711") ) +(myObject (attribute1 "attr60712") ) +(myObject (attribute1 "attr60713") ) +(myObject (attribute1 "attr60714") ) +(myObject (attribute1 "attr60715") ) +(myObject (attribute1 "attr60716") ) +(myObject (attribute1 "attr60717") ) +(myObject (attribute1 "attr60718") ) +(myObject (attribute1 "attr60719") ) +(myObject (attribute1 "attr60720") ) +(myObject (attribute1 "attr60721") ) +(myObject (attribute1 "attr60722") ) +(myObject (attribute1 "attr60723") ) +(myObject (attribute1 "attr60724") ) +(myObject (attribute1 "attr60725") ) +(myObject (attribute1 "attr60726") ) +(myObject (attribute1 "attr60727") ) +(myObject (attribute1 "attr60728") ) +(myObject (attribute1 "attr60729") ) +(myObject (attribute1 "attr60730") ) +(myObject (attribute1 "attr60731") ) +(myObject (attribute1 "attr60732") ) +(myObject (attribute1 "attr60733") ) +(myObject (attribute1 "attr60734") ) +(myObject (attribute1 "attr60735") ) +(myObject (attribute1 "attr60736") ) +(myObject (attribute1 "attr60737") ) +(myObject (attribute1 "attr60738") ) +(myObject (attribute1 "attr60739") ) +(myObject (attribute1 "attr60740") ) +(myObject (attribute1 "attr60741") ) +(myObject (attribute1 "attr60742") ) +(myObject (attribute1 "attr60743") ) +(myObject (attribute1 "attr60744") ) +(myObject (attribute1 "attr60745") ) +(myObject (attribute1 "attr60746") ) +(myObject (attribute1 "attr60747") ) +(myObject (attribute1 "attr60748") ) +(myObject (attribute1 "attr60749") ) +(myObject (attribute1 "attr60750") ) +(myObject (attribute1 "attr60751") ) +(myObject (attribute1 "attr60752") ) +(myObject (attribute1 "attr60753") ) +(myObject (attribute1 "attr60754") ) +(myObject (attribute1 "attr60755") ) +(myObject (attribute1 "attr60756") ) +(myObject (attribute1 "attr60757") ) +(myObject (attribute1 "attr60758") ) +(myObject (attribute1 "attr60759") ) +(myObject (attribute1 "attr60760") ) +(myObject (attribute1 "attr60761") ) +(myObject (attribute1 "attr60762") ) +(myObject (attribute1 "attr60763") ) +(myObject (attribute1 "attr60764") ) +(myObject (attribute1 "attr60765") ) +(myObject (attribute1 "attr60766") ) +(myObject (attribute1 "attr60767") ) +(myObject (attribute1 "attr60768") ) +(myObject (attribute1 "attr60769") ) +(myObject (attribute1 "attr60770") ) +(myObject (attribute1 "attr60771") ) +(myObject (attribute1 "attr60772") ) +(myObject (attribute1 "attr60773") ) +(myObject (attribute1 "attr60774") ) +(myObject (attribute1 "attr60775") ) +(myObject (attribute1 "attr60776") ) +(myObject (attribute1 "attr60777") ) +(myObject (attribute1 "attr60778") ) +(myObject (attribute1 "attr60779") ) +(myObject (attribute1 "attr60780") ) +(myObject (attribute1 "attr60781") ) +(myObject (attribute1 "attr60782") ) +(myObject (attribute1 "attr60783") ) +(myObject (attribute1 "attr60784") ) +(myObject (attribute1 "attr60785") ) +(myObject (attribute1 "attr60786") ) +(myObject (attribute1 "attr60787") ) +(myObject (attribute1 "attr60788") ) +(myObject (attribute1 "attr60789") ) +(myObject (attribute1 "attr60790") ) +(myObject (attribute1 "attr60791") ) +(myObject (attribute1 "attr60792") ) +(myObject (attribute1 "attr60793") ) +(myObject (attribute1 "attr60794") ) +(myObject (attribute1 "attr60795") ) +(myObject (attribute1 "attr60796") ) +(myObject (attribute1 "attr60797") ) +(myObject (attribute1 "attr60798") ) +(myObject (attribute1 "attr60799") ) +(myObject (attribute1 "attr60800") ) +(myObject (attribute1 "attr60801") ) +(myObject (attribute1 "attr60802") ) +(myObject (attribute1 "attr60803") ) +(myObject (attribute1 "attr60804") ) +(myObject (attribute1 "attr60805") ) +(myObject (attribute1 "attr60806") ) +(myObject (attribute1 "attr60807") ) +(myObject (attribute1 "attr60808") ) +(myObject (attribute1 "attr60809") ) +(myObject (attribute1 "attr60810") ) +(myObject (attribute1 "attr60811") ) +(myObject (attribute1 "attr60812") ) +(myObject (attribute1 "attr60813") ) +(myObject (attribute1 "attr60814") ) +(myObject (attribute1 "attr60815") ) +(myObject (attribute1 "attr60816") ) +(myObject (attribute1 "attr60817") ) +(myObject (attribute1 "attr60818") ) +(myObject (attribute1 "attr60819") ) +(myObject (attribute1 "attr60820") ) +(myObject (attribute1 "attr60821") ) +(myObject (attribute1 "attr60822") ) +(myObject (attribute1 "attr60823") ) +(myObject (attribute1 "attr60824") ) +(myObject (attribute1 "attr60825") ) +(myObject (attribute1 "attr60826") ) +(myObject (attribute1 "attr60827") ) +(myObject (attribute1 "attr60828") ) +(myObject (attribute1 "attr60829") ) +(myObject (attribute1 "attr60830") ) +(myObject (attribute1 "attr60831") ) +(myObject (attribute1 "attr60832") ) +(myObject (attribute1 "attr60833") ) +(myObject (attribute1 "attr60834") ) +(myObject (attribute1 "attr60835") ) +(myObject (attribute1 "attr60836") ) +(myObject (attribute1 "attr60837") ) +(myObject (attribute1 "attr60838") ) +(myObject (attribute1 "attr60839") ) +(myObject (attribute1 "attr60840") ) +(myObject (attribute1 "attr60841") ) +(myObject (attribute1 "attr60842") ) +(myObject (attribute1 "attr60843") ) +(myObject (attribute1 "attr60844") ) +(myObject (attribute1 "attr60845") ) +(myObject (attribute1 "attr60846") ) +(myObject (attribute1 "attr60847") ) +(myObject (attribute1 "attr60848") ) +(myObject (attribute1 "attr60849") ) +(myObject (attribute1 "attr60850") ) +(myObject (attribute1 "attr60851") ) +(myObject (attribute1 "attr60852") ) +(myObject (attribute1 "attr60853") ) +(myObject (attribute1 "attr60854") ) +(myObject (attribute1 "attr60855") ) +(myObject (attribute1 "attr60856") ) +(myObject (attribute1 "attr60857") ) +(myObject (attribute1 "attr60858") ) +(myObject (attribute1 "attr60859") ) +(myObject (attribute1 "attr60860") ) +(myObject (attribute1 "attr60861") ) +(myObject (attribute1 "attr60862") ) +(myObject (attribute1 "attr60863") ) +(myObject (attribute1 "attr60864") ) +(myObject (attribute1 "attr60865") ) +(myObject (attribute1 "attr60866") ) +(myObject (attribute1 "attr60867") ) +(myObject (attribute1 "attr60868") ) +(myObject (attribute1 "attr60869") ) +(myObject (attribute1 "attr60870") ) +(myObject (attribute1 "attr60871") ) +(myObject (attribute1 "attr60872") ) +(myObject (attribute1 "attr60873") ) +(myObject (attribute1 "attr60874") ) +(myObject (attribute1 "attr60875") ) +(myObject (attribute1 "attr60876") ) +(myObject (attribute1 "attr60877") ) +(myObject (attribute1 "attr60878") ) +(myObject (attribute1 "attr60879") ) +(myObject (attribute1 "attr60880") ) +(myObject (attribute1 "attr60881") ) +(myObject (attribute1 "attr60882") ) +(myObject (attribute1 "attr60883") ) +(myObject (attribute1 "attr60884") ) +(myObject (attribute1 "attr60885") ) +(myObject (attribute1 "attr60886") ) +(myObject (attribute1 "attr60887") ) +(myObject (attribute1 "attr60888") ) +(myObject (attribute1 "attr60889") ) +(myObject (attribute1 "attr60890") ) +(myObject (attribute1 "attr60891") ) +(myObject (attribute1 "attr60892") ) +(myObject (attribute1 "attr60893") ) +(myObject (attribute1 "attr60894") ) +(myObject (attribute1 "attr60895") ) +(myObject (attribute1 "attr60896") ) +(myObject (attribute1 "attr60897") ) +(myObject (attribute1 "attr60898") ) +(myObject (attribute1 "attr60899") ) +(myObject (attribute1 "attr60900") ) +(myObject (attribute1 "attr60901") ) +(myObject (attribute1 "attr60902") ) +(myObject (attribute1 "attr60903") ) +(myObject (attribute1 "attr60904") ) +(myObject (attribute1 "attr60905") ) +(myObject (attribute1 "attr60906") ) +(myObject (attribute1 "attr60907") ) +(myObject (attribute1 "attr60908") ) +(myObject (attribute1 "attr60909") ) +(myObject (attribute1 "attr60910") ) +(myObject (attribute1 "attr60911") ) +(myObject (attribute1 "attr60912") ) +(myObject (attribute1 "attr60913") ) +(myObject (attribute1 "attr60914") ) +(myObject (attribute1 "attr60915") ) +(myObject (attribute1 "attr60916") ) +(myObject (attribute1 "attr60917") ) +(myObject (attribute1 "attr60918") ) +(myObject (attribute1 "attr60919") ) +(myObject (attribute1 "attr60920") ) +(myObject (attribute1 "attr60921") ) +(myObject (attribute1 "attr60922") ) +(myObject (attribute1 "attr60923") ) +(myObject (attribute1 "attr60924") ) +(myObject (attribute1 "attr60925") ) +(myObject (attribute1 "attr60926") ) +(myObject (attribute1 "attr60927") ) +(myObject (attribute1 "attr60928") ) +(myObject (attribute1 "attr60929") ) +(myObject (attribute1 "attr60930") ) +(myObject (attribute1 "attr60931") ) +(myObject (attribute1 "attr60932") ) +(myObject (attribute1 "attr60933") ) +(myObject (attribute1 "attr60934") ) +(myObject (attribute1 "attr60935") ) +(myObject (attribute1 "attr60936") ) +(myObject (attribute1 "attr60937") ) +(myObject (attribute1 "attr60938") ) +(myObject (attribute1 "attr60939") ) +(myObject (attribute1 "attr60940") ) +(myObject (attribute1 "attr60941") ) +(myObject (attribute1 "attr60942") ) +(myObject (attribute1 "attr60943") ) +(myObject (attribute1 "attr60944") ) +(myObject (attribute1 "attr60945") ) +(myObject (attribute1 "attr60946") ) +(myObject (attribute1 "attr60947") ) +(myObject (attribute1 "attr60948") ) +(myObject (attribute1 "attr60949") ) +(myObject (attribute1 "attr60950") ) +(myObject (attribute1 "attr60951") ) +(myObject (attribute1 "attr60952") ) +(myObject (attribute1 "attr60953") ) +(myObject (attribute1 "attr60954") ) +(myObject (attribute1 "attr60955") ) +(myObject (attribute1 "attr60956") ) +(myObject (attribute1 "attr60957") ) +(myObject (attribute1 "attr60958") ) +(myObject (attribute1 "attr60959") ) +(myObject (attribute1 "attr60960") ) +(myObject (attribute1 "attr60961") ) +(myObject (attribute1 "attr60962") ) +(myObject (attribute1 "attr60963") ) +(myObject (attribute1 "attr60964") ) +(myObject (attribute1 "attr60965") ) +(myObject (attribute1 "attr60966") ) +(myObject (attribute1 "attr60967") ) +(myObject (attribute1 "attr60968") ) +(myObject (attribute1 "attr60969") ) +(myObject (attribute1 "attr60970") ) +(myObject (attribute1 "attr60971") ) +(myObject (attribute1 "attr60972") ) +(myObject (attribute1 "attr60973") ) +(myObject (attribute1 "attr60974") ) +(myObject (attribute1 "attr60975") ) +(myObject (attribute1 "attr60976") ) +(myObject (attribute1 "attr60977") ) +(myObject (attribute1 "attr60978") ) +(myObject (attribute1 "attr60979") ) +(myObject (attribute1 "attr60980") ) +(myObject (attribute1 "attr60981") ) +(myObject (attribute1 "attr60982") ) +(myObject (attribute1 "attr60983") ) +(myObject (attribute1 "attr60984") ) +(myObject (attribute1 "attr60985") ) +(myObject (attribute1 "attr60986") ) +(myObject (attribute1 "attr60987") ) +(myObject (attribute1 "attr60988") ) +(myObject (attribute1 "attr60989") ) +(myObject (attribute1 "attr60990") ) +(myObject (attribute1 "attr60991") ) +(myObject (attribute1 "attr60992") ) +(myObject (attribute1 "attr60993") ) +(myObject (attribute1 "attr60994") ) +(myObject (attribute1 "attr60995") ) +(myObject (attribute1 "attr60996") ) +(myObject (attribute1 "attr60997") ) +(myObject (attribute1 "attr60998") ) +(myObject (attribute1 "attr60999") ) +(myObject (attribute1 "attr61000") ) +(myObject (attribute1 "attr61001") ) +(myObject (attribute1 "attr61002") ) +(myObject (attribute1 "attr61003") ) +(myObject (attribute1 "attr61004") ) +(myObject (attribute1 "attr61005") ) +(myObject (attribute1 "attr61006") ) +(myObject (attribute1 "attr61007") ) +(myObject (attribute1 "attr61008") ) +(myObject (attribute1 "attr61009") ) +(myObject (attribute1 "attr61010") ) +(myObject (attribute1 "attr61011") ) +(myObject (attribute1 "attr61012") ) +(myObject (attribute1 "attr61013") ) +(myObject (attribute1 "attr61014") ) +(myObject (attribute1 "attr61015") ) +(myObject (attribute1 "attr61016") ) +(myObject (attribute1 "attr61017") ) +(myObject (attribute1 "attr61018") ) +(myObject (attribute1 "attr61019") ) +(myObject (attribute1 "attr61020") ) +(myObject (attribute1 "attr61021") ) +(myObject (attribute1 "attr61022") ) +(myObject (attribute1 "attr61023") ) +(myObject (attribute1 "attr61024") ) +(myObject (attribute1 "attr61025") ) +(myObject (attribute1 "attr61026") ) +(myObject (attribute1 "attr61027") ) +(myObject (attribute1 "attr61028") ) +(myObject (attribute1 "attr61029") ) +(myObject (attribute1 "attr61030") ) +(myObject (attribute1 "attr61031") ) +(myObject (attribute1 "attr61032") ) +(myObject (attribute1 "attr61033") ) +(myObject (attribute1 "attr61034") ) +(myObject (attribute1 "attr61035") ) +(myObject (attribute1 "attr61036") ) +(myObject (attribute1 "attr61037") ) +(myObject (attribute1 "attr61038") ) +(myObject (attribute1 "attr61039") ) +(myObject (attribute1 "attr61040") ) +(myObject (attribute1 "attr61041") ) +(myObject (attribute1 "attr61042") ) +(myObject (attribute1 "attr61043") ) +(myObject (attribute1 "attr61044") ) +(myObject (attribute1 "attr61045") ) +(myObject (attribute1 "attr61046") ) +(myObject (attribute1 "attr61047") ) +(myObject (attribute1 "attr61048") ) +(myObject (attribute1 "attr61049") ) +(myObject (attribute1 "attr61050") ) +(myObject (attribute1 "attr61051") ) +(myObject (attribute1 "attr61052") ) +(myObject (attribute1 "attr61053") ) +(myObject (attribute1 "attr61054") ) +(myObject (attribute1 "attr61055") ) +(myObject (attribute1 "attr61056") ) +(myObject (attribute1 "attr61057") ) +(myObject (attribute1 "attr61058") ) +(myObject (attribute1 "attr61059") ) +(myObject (attribute1 "attr61060") ) +(myObject (attribute1 "attr61061") ) +(myObject (attribute1 "attr61062") ) +(myObject (attribute1 "attr61063") ) +(myObject (attribute1 "attr61064") ) +(myObject (attribute1 "attr61065") ) +(myObject (attribute1 "attr61066") ) +(myObject (attribute1 "attr61067") ) +(myObject (attribute1 "attr61068") ) +(myObject (attribute1 "attr61069") ) +(myObject (attribute1 "attr61070") ) +(myObject (attribute1 "attr61071") ) +(myObject (attribute1 "attr61072") ) +(myObject (attribute1 "attr61073") ) +(myObject (attribute1 "attr61074") ) +(myObject (attribute1 "attr61075") ) +(myObject (attribute1 "attr61076") ) +(myObject (attribute1 "attr61077") ) +(myObject (attribute1 "attr61078") ) +(myObject (attribute1 "attr61079") ) +(myObject (attribute1 "attr61080") ) +(myObject (attribute1 "attr61081") ) +(myObject (attribute1 "attr61082") ) +(myObject (attribute1 "attr61083") ) +(myObject (attribute1 "attr61084") ) +(myObject (attribute1 "attr61085") ) +(myObject (attribute1 "attr61086") ) +(myObject (attribute1 "attr61087") ) +(myObject (attribute1 "attr61088") ) +(myObject (attribute1 "attr61089") ) +(myObject (attribute1 "attr61090") ) +(myObject (attribute1 "attr61091") ) +(myObject (attribute1 "attr61092") ) +(myObject (attribute1 "attr61093") ) +(myObject (attribute1 "attr61094") ) +(myObject (attribute1 "attr61095") ) +(myObject (attribute1 "attr61096") ) +(myObject (attribute1 "attr61097") ) +(myObject (attribute1 "attr61098") ) +(myObject (attribute1 "attr61099") ) +(myObject (attribute1 "attr61100") ) +(myObject (attribute1 "attr61101") ) +(myObject (attribute1 "attr61102") ) +(myObject (attribute1 "attr61103") ) +(myObject (attribute1 "attr61104") ) +(myObject (attribute1 "attr61105") ) +(myObject (attribute1 "attr61106") ) +(myObject (attribute1 "attr61107") ) +(myObject (attribute1 "attr61108") ) +(myObject (attribute1 "attr61109") ) +(myObject (attribute1 "attr61110") ) +(myObject (attribute1 "attr61111") ) +(myObject (attribute1 "attr61112") ) +(myObject (attribute1 "attr61113") ) +(myObject (attribute1 "attr61114") ) +(myObject (attribute1 "attr61115") ) +(myObject (attribute1 "attr61116") ) +(myObject (attribute1 "attr61117") ) +(myObject (attribute1 "attr61118") ) +(myObject (attribute1 "attr61119") ) +(myObject (attribute1 "attr61120") ) +(myObject (attribute1 "attr61121") ) +(myObject (attribute1 "attr61122") ) +(myObject (attribute1 "attr61123") ) +(myObject (attribute1 "attr61124") ) +(myObject (attribute1 "attr61125") ) +(myObject (attribute1 "attr61126") ) +(myObject (attribute1 "attr61127") ) +(myObject (attribute1 "attr61128") ) +(myObject (attribute1 "attr61129") ) +(myObject (attribute1 "attr61130") ) +(myObject (attribute1 "attr61131") ) +(myObject (attribute1 "attr61132") ) +(myObject (attribute1 "attr61133") ) +(myObject (attribute1 "attr61134") ) +(myObject (attribute1 "attr61135") ) +(myObject (attribute1 "attr61136") ) +(myObject (attribute1 "attr61137") ) +(myObject (attribute1 "attr61138") ) +(myObject (attribute1 "attr61139") ) +(myObject (attribute1 "attr61140") ) +(myObject (attribute1 "attr61141") ) +(myObject (attribute1 "attr61142") ) +(myObject (attribute1 "attr61143") ) +(myObject (attribute1 "attr61144") ) +(myObject (attribute1 "attr61145") ) +(myObject (attribute1 "attr61146") ) +(myObject (attribute1 "attr61147") ) +(myObject (attribute1 "attr61148") ) +(myObject (attribute1 "attr61149") ) +(myObject (attribute1 "attr61150") ) +(myObject (attribute1 "attr61151") ) +(myObject (attribute1 "attr61152") ) +(myObject (attribute1 "attr61153") ) +(myObject (attribute1 "attr61154") ) +(myObject (attribute1 "attr61155") ) +(myObject (attribute1 "attr61156") ) +(myObject (attribute1 "attr61157") ) +(myObject (attribute1 "attr61158") ) +(myObject (attribute1 "attr61159") ) +(myObject (attribute1 "attr61160") ) +(myObject (attribute1 "attr61161") ) +(myObject (attribute1 "attr61162") ) +(myObject (attribute1 "attr61163") ) +(myObject (attribute1 "attr61164") ) +(myObject (attribute1 "attr61165") ) +(myObject (attribute1 "attr61166") ) +(myObject (attribute1 "attr61167") ) +(myObject (attribute1 "attr61168") ) +(myObject (attribute1 "attr61169") ) +(myObject (attribute1 "attr61170") ) +(myObject (attribute1 "attr61171") ) +(myObject (attribute1 "attr61172") ) +(myObject (attribute1 "attr61173") ) +(myObject (attribute1 "attr61174") ) +(myObject (attribute1 "attr61175") ) +(myObject (attribute1 "attr61176") ) +(myObject (attribute1 "attr61177") ) +(myObject (attribute1 "attr61178") ) +(myObject (attribute1 "attr61179") ) +(myObject (attribute1 "attr61180") ) +(myObject (attribute1 "attr61181") ) +(myObject (attribute1 "attr61182") ) +(myObject (attribute1 "attr61183") ) +(myObject (attribute1 "attr61184") ) +(myObject (attribute1 "attr61185") ) +(myObject (attribute1 "attr61186") ) +(myObject (attribute1 "attr61187") ) +(myObject (attribute1 "attr61188") ) +(myObject (attribute1 "attr61189") ) +(myObject (attribute1 "attr61190") ) +(myObject (attribute1 "attr61191") ) +(myObject (attribute1 "attr61192") ) +(myObject (attribute1 "attr61193") ) +(myObject (attribute1 "attr61194") ) +(myObject (attribute1 "attr61195") ) +(myObject (attribute1 "attr61196") ) +(myObject (attribute1 "attr61197") ) +(myObject (attribute1 "attr61198") ) +(myObject (attribute1 "attr61199") ) +(myObject (attribute1 "attr61200") ) +(myObject (attribute1 "attr61201") ) +(myObject (attribute1 "attr61202") ) +(myObject (attribute1 "attr61203") ) +(myObject (attribute1 "attr61204") ) +(myObject (attribute1 "attr61205") ) +(myObject (attribute1 "attr61206") ) +(myObject (attribute1 "attr61207") ) +(myObject (attribute1 "attr61208") ) +(myObject (attribute1 "attr61209") ) +(myObject (attribute1 "attr61210") ) +(myObject (attribute1 "attr61211") ) +(myObject (attribute1 "attr61212") ) +(myObject (attribute1 "attr61213") ) +(myObject (attribute1 "attr61214") ) +(myObject (attribute1 "attr61215") ) +(myObject (attribute1 "attr61216") ) +(myObject (attribute1 "attr61217") ) +(myObject (attribute1 "attr61218") ) +(myObject (attribute1 "attr61219") ) +(myObject (attribute1 "attr61220") ) +(myObject (attribute1 "attr61221") ) +(myObject (attribute1 "attr61222") ) +(myObject (attribute1 "attr61223") ) +(myObject (attribute1 "attr61224") ) +(myObject (attribute1 "attr61225") ) +(myObject (attribute1 "attr61226") ) +(myObject (attribute1 "attr61227") ) +(myObject (attribute1 "attr61228") ) +(myObject (attribute1 "attr61229") ) +(myObject (attribute1 "attr61230") ) +(myObject (attribute1 "attr61231") ) +(myObject (attribute1 "attr61232") ) +(myObject (attribute1 "attr61233") ) +(myObject (attribute1 "attr61234") ) +(myObject (attribute1 "attr61235") ) +(myObject (attribute1 "attr61236") ) +(myObject (attribute1 "attr61237") ) +(myObject (attribute1 "attr61238") ) +(myObject (attribute1 "attr61239") ) +(myObject (attribute1 "attr61240") ) +(myObject (attribute1 "attr61241") ) +(myObject (attribute1 "attr61242") ) +(myObject (attribute1 "attr61243") ) +(myObject (attribute1 "attr61244") ) +(myObject (attribute1 "attr61245") ) +(myObject (attribute1 "attr61246") ) +(myObject (attribute1 "attr61247") ) +(myObject (attribute1 "attr61248") ) +(myObject (attribute1 "attr61249") ) +(myObject (attribute1 "attr61250") ) +(myObject (attribute1 "attr61251") ) +(myObject (attribute1 "attr61252") ) +(myObject (attribute1 "attr61253") ) +(myObject (attribute1 "attr61254") ) +(myObject (attribute1 "attr61255") ) +(myObject (attribute1 "attr61256") ) +(myObject (attribute1 "attr61257") ) +(myObject (attribute1 "attr61258") ) +(myObject (attribute1 "attr61259") ) +(myObject (attribute1 "attr61260") ) +(myObject (attribute1 "attr61261") ) +(myObject (attribute1 "attr61262") ) +(myObject (attribute1 "attr61263") ) +(myObject (attribute1 "attr61264") ) +(myObject (attribute1 "attr61265") ) +(myObject (attribute1 "attr61266") ) +(myObject (attribute1 "attr61267") ) +(myObject (attribute1 "attr61268") ) +(myObject (attribute1 "attr61269") ) +(myObject (attribute1 "attr61270") ) +(myObject (attribute1 "attr61271") ) +(myObject (attribute1 "attr61272") ) +(myObject (attribute1 "attr61273") ) +(myObject (attribute1 "attr61274") ) +(myObject (attribute1 "attr61275") ) +(myObject (attribute1 "attr61276") ) +(myObject (attribute1 "attr61277") ) +(myObject (attribute1 "attr61278") ) +(myObject (attribute1 "attr61279") ) +(myObject (attribute1 "attr61280") ) +(myObject (attribute1 "attr61281") ) +(myObject (attribute1 "attr61282") ) +(myObject (attribute1 "attr61283") ) +(myObject (attribute1 "attr61284") ) +(myObject (attribute1 "attr61285") ) +(myObject (attribute1 "attr61286") ) +(myObject (attribute1 "attr61287") ) +(myObject (attribute1 "attr61288") ) +(myObject (attribute1 "attr61289") ) +(myObject (attribute1 "attr61290") ) +(myObject (attribute1 "attr61291") ) +(myObject (attribute1 "attr61292") ) +(myObject (attribute1 "attr61293") ) +(myObject (attribute1 "attr61294") ) +(myObject (attribute1 "attr61295") ) +(myObject (attribute1 "attr61296") ) +(myObject (attribute1 "attr61297") ) +(myObject (attribute1 "attr61298") ) +(myObject (attribute1 "attr61299") ) +(myObject (attribute1 "attr61300") ) +(myObject (attribute1 "attr61301") ) +(myObject (attribute1 "attr61302") ) +(myObject (attribute1 "attr61303") ) +(myObject (attribute1 "attr61304") ) +(myObject (attribute1 "attr61305") ) +(myObject (attribute1 "attr61306") ) +(myObject (attribute1 "attr61307") ) +(myObject (attribute1 "attr61308") ) +(myObject (attribute1 "attr61309") ) +(myObject (attribute1 "attr61310") ) +(myObject (attribute1 "attr61311") ) +(myObject (attribute1 "attr61312") ) +(myObject (attribute1 "attr61313") ) +(myObject (attribute1 "attr61314") ) +(myObject (attribute1 "attr61315") ) +(myObject (attribute1 "attr61316") ) +(myObject (attribute1 "attr61317") ) +(myObject (attribute1 "attr61318") ) +(myObject (attribute1 "attr61319") ) +(myObject (attribute1 "attr61320") ) +(myObject (attribute1 "attr61321") ) +(myObject (attribute1 "attr61322") ) +(myObject (attribute1 "attr61323") ) +(myObject (attribute1 "attr61324") ) +(myObject (attribute1 "attr61325") ) +(myObject (attribute1 "attr61326") ) +(myObject (attribute1 "attr61327") ) +(myObject (attribute1 "attr61328") ) +(myObject (attribute1 "attr61329") ) +(myObject (attribute1 "attr61330") ) +(myObject (attribute1 "attr61331") ) +(myObject (attribute1 "attr61332") ) +(myObject (attribute1 "attr61333") ) +(myObject (attribute1 "attr61334") ) +(myObject (attribute1 "attr61335") ) +(myObject (attribute1 "attr61336") ) +(myObject (attribute1 "attr61337") ) +(myObject (attribute1 "attr61338") ) +(myObject (attribute1 "attr61339") ) +(myObject (attribute1 "attr61340") ) +(myObject (attribute1 "attr61341") ) +(myObject (attribute1 "attr61342") ) +(myObject (attribute1 "attr61343") ) +(myObject (attribute1 "attr61344") ) +(myObject (attribute1 "attr61345") ) +(myObject (attribute1 "attr61346") ) +(myObject (attribute1 "attr61347") ) +(myObject (attribute1 "attr61348") ) +(myObject (attribute1 "attr61349") ) +(myObject (attribute1 "attr61350") ) +(myObject (attribute1 "attr61351") ) +(myObject (attribute1 "attr61352") ) +(myObject (attribute1 "attr61353") ) +(myObject (attribute1 "attr61354") ) +(myObject (attribute1 "attr61355") ) +(myObject (attribute1 "attr61356") ) +(myObject (attribute1 "attr61357") ) +(myObject (attribute1 "attr61358") ) +(myObject (attribute1 "attr61359") ) +(myObject (attribute1 "attr61360") ) +(myObject (attribute1 "attr61361") ) +(myObject (attribute1 "attr61362") ) +(myObject (attribute1 "attr61363") ) +(myObject (attribute1 "attr61364") ) +(myObject (attribute1 "attr61365") ) +(myObject (attribute1 "attr61366") ) +(myObject (attribute1 "attr61367") ) +(myObject (attribute1 "attr61368") ) +(myObject (attribute1 "attr61369") ) +(myObject (attribute1 "attr61370") ) +(myObject (attribute1 "attr61371") ) +(myObject (attribute1 "attr61372") ) +(myObject (attribute1 "attr61373") ) +(myObject (attribute1 "attr61374") ) +(myObject (attribute1 "attr61375") ) +(myObject (attribute1 "attr61376") ) +(myObject (attribute1 "attr61377") ) +(myObject (attribute1 "attr61378") ) +(myObject (attribute1 "attr61379") ) +(myObject (attribute1 "attr61380") ) +(myObject (attribute1 "attr61381") ) +(myObject (attribute1 "attr61382") ) +(myObject (attribute1 "attr61383") ) +(myObject (attribute1 "attr61384") ) +(myObject (attribute1 "attr61385") ) +(myObject (attribute1 "attr61386") ) +(myObject (attribute1 "attr61387") ) +(myObject (attribute1 "attr61388") ) +(myObject (attribute1 "attr61389") ) +(myObject (attribute1 "attr61390") ) +(myObject (attribute1 "attr61391") ) +(myObject (attribute1 "attr61392") ) +(myObject (attribute1 "attr61393") ) +(myObject (attribute1 "attr61394") ) +(myObject (attribute1 "attr61395") ) +(myObject (attribute1 "attr61396") ) +(myObject (attribute1 "attr61397") ) +(myObject (attribute1 "attr61398") ) +(myObject (attribute1 "attr61399") ) +(myObject (attribute1 "attr61400") ) +(myObject (attribute1 "attr61401") ) +(myObject (attribute1 "attr61402") ) +(myObject (attribute1 "attr61403") ) +(myObject (attribute1 "attr61404") ) +(myObject (attribute1 "attr61405") ) +(myObject (attribute1 "attr61406") ) +(myObject (attribute1 "attr61407") ) +(myObject (attribute1 "attr61408") ) +(myObject (attribute1 "attr61409") ) +(myObject (attribute1 "attr61410") ) +(myObject (attribute1 "attr61411") ) +(myObject (attribute1 "attr61412") ) +(myObject (attribute1 "attr61413") ) +(myObject (attribute1 "attr61414") ) +(myObject (attribute1 "attr61415") ) +(myObject (attribute1 "attr61416") ) +(myObject (attribute1 "attr61417") ) +(myObject (attribute1 "attr61418") ) +(myObject (attribute1 "attr61419") ) +(myObject (attribute1 "attr61420") ) +(myObject (attribute1 "attr61421") ) +(myObject (attribute1 "attr61422") ) +(myObject (attribute1 "attr61423") ) +(myObject (attribute1 "attr61424") ) +(myObject (attribute1 "attr61425") ) +(myObject (attribute1 "attr61426") ) +(myObject (attribute1 "attr61427") ) +(myObject (attribute1 "attr61428") ) +(myObject (attribute1 "attr61429") ) +(myObject (attribute1 "attr61430") ) +(myObject (attribute1 "attr61431") ) +(myObject (attribute1 "attr61432") ) +(myObject (attribute1 "attr61433") ) +(myObject (attribute1 "attr61434") ) +(myObject (attribute1 "attr61435") ) +(myObject (attribute1 "attr61436") ) +(myObject (attribute1 "attr61437") ) +(myObject (attribute1 "attr61438") ) +(myObject (attribute1 "attr61439") ) +(myObject (attribute1 "attr61440") ) +(myObject (attribute1 "attr61441") ) +(myObject (attribute1 "attr61442") ) +(myObject (attribute1 "attr61443") ) +(myObject (attribute1 "attr61444") ) +(myObject (attribute1 "attr61445") ) +(myObject (attribute1 "attr61446") ) +(myObject (attribute1 "attr61447") ) +(myObject (attribute1 "attr61448") ) +(myObject (attribute1 "attr61449") ) +(myObject (attribute1 "attr61450") ) +(myObject (attribute1 "attr61451") ) +(myObject (attribute1 "attr61452") ) +(myObject (attribute1 "attr61453") ) +(myObject (attribute1 "attr61454") ) +(myObject (attribute1 "attr61455") ) +(myObject (attribute1 "attr61456") ) +(myObject (attribute1 "attr61457") ) +(myObject (attribute1 "attr61458") ) +(myObject (attribute1 "attr61459") ) +(myObject (attribute1 "attr61460") ) +(myObject (attribute1 "attr61461") ) +(myObject (attribute1 "attr61462") ) +(myObject (attribute1 "attr61463") ) +(myObject (attribute1 "attr61464") ) +(myObject (attribute1 "attr61465") ) +(myObject (attribute1 "attr61466") ) +(myObject (attribute1 "attr61467") ) +(myObject (attribute1 "attr61468") ) +(myObject (attribute1 "attr61469") ) +(myObject (attribute1 "attr61470") ) +(myObject (attribute1 "attr61471") ) +(myObject (attribute1 "attr61472") ) +(myObject (attribute1 "attr61473") ) +(myObject (attribute1 "attr61474") ) +(myObject (attribute1 "attr61475") ) +(myObject (attribute1 "attr61476") ) +(myObject (attribute1 "attr61477") ) +(myObject (attribute1 "attr61478") ) +(myObject (attribute1 "attr61479") ) +(myObject (attribute1 "attr61480") ) +(myObject (attribute1 "attr61481") ) +(myObject (attribute1 "attr61482") ) +(myObject (attribute1 "attr61483") ) +(myObject (attribute1 "attr61484") ) +(myObject (attribute1 "attr61485") ) +(myObject (attribute1 "attr61486") ) +(myObject (attribute1 "attr61487") ) +(myObject (attribute1 "attr61488") ) +(myObject (attribute1 "attr61489") ) +(myObject (attribute1 "attr61490") ) +(myObject (attribute1 "attr61491") ) +(myObject (attribute1 "attr61492") ) +(myObject (attribute1 "attr61493") ) +(myObject (attribute1 "attr61494") ) +(myObject (attribute1 "attr61495") ) +(myObject (attribute1 "attr61496") ) +(myObject (attribute1 "attr61497") ) +(myObject (attribute1 "attr61498") ) +(myObject (attribute1 "attr61499") ) +(myObject (attribute1 "attr61500") ) +(myObject (attribute1 "attr61501") ) +(myObject (attribute1 "attr61502") ) +(myObject (attribute1 "attr61503") ) +(myObject (attribute1 "attr61504") ) +(myObject (attribute1 "attr61505") ) +(myObject (attribute1 "attr61506") ) +(myObject (attribute1 "attr61507") ) +(myObject (attribute1 "attr61508") ) +(myObject (attribute1 "attr61509") ) +(myObject (attribute1 "attr61510") ) +(myObject (attribute1 "attr61511") ) +(myObject (attribute1 "attr61512") ) +(myObject (attribute1 "attr61513") ) +(myObject (attribute1 "attr61514") ) +(myObject (attribute1 "attr61515") ) +(myObject (attribute1 "attr61516") ) +(myObject (attribute1 "attr61517") ) +(myObject (attribute1 "attr61518") ) +(myObject (attribute1 "attr61519") ) +(myObject (attribute1 "attr61520") ) +(myObject (attribute1 "attr61521") ) +(myObject (attribute1 "attr61522") ) +(myObject (attribute1 "attr61523") ) +(myObject (attribute1 "attr61524") ) +(myObject (attribute1 "attr61525") ) +(myObject (attribute1 "attr61526") ) +(myObject (attribute1 "attr61527") ) +(myObject (attribute1 "attr61528") ) +(myObject (attribute1 "attr61529") ) +(myObject (attribute1 "attr61530") ) +(myObject (attribute1 "attr61531") ) +(myObject (attribute1 "attr61532") ) +(myObject (attribute1 "attr61533") ) +(myObject (attribute1 "attr61534") ) +(myObject (attribute1 "attr61535") ) +(myObject (attribute1 "attr61536") ) +(myObject (attribute1 "attr61537") ) +(myObject (attribute1 "attr61538") ) +(myObject (attribute1 "attr61539") ) +(myObject (attribute1 "attr61540") ) +(myObject (attribute1 "attr61541") ) +(myObject (attribute1 "attr61542") ) +(myObject (attribute1 "attr61543") ) +(myObject (attribute1 "attr61544") ) +(myObject (attribute1 "attr61545") ) +(myObject (attribute1 "attr61546") ) +(myObject (attribute1 "attr61547") ) +(myObject (attribute1 "attr61548") ) +(myObject (attribute1 "attr61549") ) +(myObject (attribute1 "attr61550") ) +(myObject (attribute1 "attr61551") ) +(myObject (attribute1 "attr61552") ) +(myObject (attribute1 "attr61553") ) +(myObject (attribute1 "attr61554") ) +(myObject (attribute1 "attr61555") ) +(myObject (attribute1 "attr61556") ) +(myObject (attribute1 "attr61557") ) +(myObject (attribute1 "attr61558") ) +(myObject (attribute1 "attr61559") ) +(myObject (attribute1 "attr61560") ) +(myObject (attribute1 "attr61561") ) +(myObject (attribute1 "attr61562") ) +(myObject (attribute1 "attr61563") ) +(myObject (attribute1 "attr61564") ) +(myObject (attribute1 "attr61565") ) +(myObject (attribute1 "attr61566") ) +(myObject (attribute1 "attr61567") ) +(myObject (attribute1 "attr61568") ) +(myObject (attribute1 "attr61569") ) +(myObject (attribute1 "attr61570") ) +(myObject (attribute1 "attr61571") ) +(myObject (attribute1 "attr61572") ) +(myObject (attribute1 "attr61573") ) +(myObject (attribute1 "attr61574") ) +(myObject (attribute1 "attr61575") ) +(myObject (attribute1 "attr61576") ) +(myObject (attribute1 "attr61577") ) +(myObject (attribute1 "attr61578") ) +(myObject (attribute1 "attr61579") ) +(myObject (attribute1 "attr61580") ) +(myObject (attribute1 "attr61581") ) +(myObject (attribute1 "attr61582") ) +(myObject (attribute1 "attr61583") ) +(myObject (attribute1 "attr61584") ) +(myObject (attribute1 "attr61585") ) +(myObject (attribute1 "attr61586") ) +(myObject (attribute1 "attr61587") ) +(myObject (attribute1 "attr61588") ) +(myObject (attribute1 "attr61589") ) +(myObject (attribute1 "attr61590") ) +(myObject (attribute1 "attr61591") ) +(myObject (attribute1 "attr61592") ) +(myObject (attribute1 "attr61593") ) +(myObject (attribute1 "attr61594") ) +(myObject (attribute1 "attr61595") ) +(myObject (attribute1 "attr61596") ) +(myObject (attribute1 "attr61597") ) +(myObject (attribute1 "attr61598") ) +(myObject (attribute1 "attr61599") ) +(myObject (attribute1 "attr61600") ) +(myObject (attribute1 "attr61601") ) +(myObject (attribute1 "attr61602") ) +(myObject (attribute1 "attr61603") ) +(myObject (attribute1 "attr61604") ) +(myObject (attribute1 "attr61605") ) +(myObject (attribute1 "attr61606") ) +(myObject (attribute1 "attr61607") ) +(myObject (attribute1 "attr61608") ) +(myObject (attribute1 "attr61609") ) +(myObject (attribute1 "attr61610") ) +(myObject (attribute1 "attr61611") ) +(myObject (attribute1 "attr61612") ) +(myObject (attribute1 "attr61613") ) +(myObject (attribute1 "attr61614") ) +(myObject (attribute1 "attr61615") ) +(myObject (attribute1 "attr61616") ) +(myObject (attribute1 "attr61617") ) +(myObject (attribute1 "attr61618") ) +(myObject (attribute1 "attr61619") ) +(myObject (attribute1 "attr61620") ) +(myObject (attribute1 "attr61621") ) +(myObject (attribute1 "attr61622") ) +(myObject (attribute1 "attr61623") ) +(myObject (attribute1 "attr61624") ) +(myObject (attribute1 "attr61625") ) +(myObject (attribute1 "attr61626") ) +(myObject (attribute1 "attr61627") ) +(myObject (attribute1 "attr61628") ) +(myObject (attribute1 "attr61629") ) +(myObject (attribute1 "attr61630") ) +(myObject (attribute1 "attr61631") ) +(myObject (attribute1 "attr61632") ) +(myObject (attribute1 "attr61633") ) +(myObject (attribute1 "attr61634") ) +(myObject (attribute1 "attr61635") ) +(myObject (attribute1 "attr61636") ) +(myObject (attribute1 "attr61637") ) +(myObject (attribute1 "attr61638") ) +(myObject (attribute1 "attr61639") ) +(myObject (attribute1 "attr61640") ) +(myObject (attribute1 "attr61641") ) +(myObject (attribute1 "attr61642") ) +(myObject (attribute1 "attr61643") ) +(myObject (attribute1 "attr61644") ) +(myObject (attribute1 "attr61645") ) +(myObject (attribute1 "attr61646") ) +(myObject (attribute1 "attr61647") ) +(myObject (attribute1 "attr61648") ) +(myObject (attribute1 "attr61649") ) +(myObject (attribute1 "attr61650") ) +(myObject (attribute1 "attr61651") ) +(myObject (attribute1 "attr61652") ) +(myObject (attribute1 "attr61653") ) +(myObject (attribute1 "attr61654") ) +(myObject (attribute1 "attr61655") ) +(myObject (attribute1 "attr61656") ) +(myObject (attribute1 "attr61657") ) +(myObject (attribute1 "attr61658") ) +(myObject (attribute1 "attr61659") ) +(myObject (attribute1 "attr61660") ) +(myObject (attribute1 "attr61661") ) +(myObject (attribute1 "attr61662") ) +(myObject (attribute1 "attr61663") ) +(myObject (attribute1 "attr61664") ) +(myObject (attribute1 "attr61665") ) +(myObject (attribute1 "attr61666") ) +(myObject (attribute1 "attr61667") ) +(myObject (attribute1 "attr61668") ) +(myObject (attribute1 "attr61669") ) +(myObject (attribute1 "attr61670") ) +(myObject (attribute1 "attr61671") ) +(myObject (attribute1 "attr61672") ) +(myObject (attribute1 "attr61673") ) +(myObject (attribute1 "attr61674") ) +(myObject (attribute1 "attr61675") ) +(myObject (attribute1 "attr61676") ) +(myObject (attribute1 "attr61677") ) +(myObject (attribute1 "attr61678") ) +(myObject (attribute1 "attr61679") ) +(myObject (attribute1 "attr61680") ) +(myObject (attribute1 "attr61681") ) +(myObject (attribute1 "attr61682") ) +(myObject (attribute1 "attr61683") ) +(myObject (attribute1 "attr61684") ) +(myObject (attribute1 "attr61685") ) +(myObject (attribute1 "attr61686") ) +(myObject (attribute1 "attr61687") ) +(myObject (attribute1 "attr61688") ) +(myObject (attribute1 "attr61689") ) +(myObject (attribute1 "attr61690") ) +(myObject (attribute1 "attr61691") ) +(myObject (attribute1 "attr61692") ) +(myObject (attribute1 "attr61693") ) +(myObject (attribute1 "attr61694") ) +(myObject (attribute1 "attr61695") ) +(myObject (attribute1 "attr61696") ) +(myObject (attribute1 "attr61697") ) +(myObject (attribute1 "attr61698") ) +(myObject (attribute1 "attr61699") ) +(myObject (attribute1 "attr61700") ) +(myObject (attribute1 "attr61701") ) +(myObject (attribute1 "attr61702") ) +(myObject (attribute1 "attr61703") ) +(myObject (attribute1 "attr61704") ) +(myObject (attribute1 "attr61705") ) +(myObject (attribute1 "attr61706") ) +(myObject (attribute1 "attr61707") ) +(myObject (attribute1 "attr61708") ) +(myObject (attribute1 "attr61709") ) +(myObject (attribute1 "attr61710") ) +(myObject (attribute1 "attr61711") ) +(myObject (attribute1 "attr61712") ) +(myObject (attribute1 "attr61713") ) +(myObject (attribute1 "attr61714") ) +(myObject (attribute1 "attr61715") ) +(myObject (attribute1 "attr61716") ) +(myObject (attribute1 "attr61717") ) +(myObject (attribute1 "attr61718") ) +(myObject (attribute1 "attr61719") ) +(myObject (attribute1 "attr61720") ) +(myObject (attribute1 "attr61721") ) +(myObject (attribute1 "attr61722") ) +(myObject (attribute1 "attr61723") ) +(myObject (attribute1 "attr61724") ) +(myObject (attribute1 "attr61725") ) +(myObject (attribute1 "attr61726") ) +(myObject (attribute1 "attr61727") ) +(myObject (attribute1 "attr61728") ) +(myObject (attribute1 "attr61729") ) +(myObject (attribute1 "attr61730") ) +(myObject (attribute1 "attr61731") ) +(myObject (attribute1 "attr61732") ) +(myObject (attribute1 "attr61733") ) +(myObject (attribute1 "attr61734") ) +(myObject (attribute1 "attr61735") ) +(myObject (attribute1 "attr61736") ) +(myObject (attribute1 "attr61737") ) +(myObject (attribute1 "attr61738") ) +(myObject (attribute1 "attr61739") ) +(myObject (attribute1 "attr61740") ) +(myObject (attribute1 "attr61741") ) +(myObject (attribute1 "attr61742") ) +(myObject (attribute1 "attr61743") ) +(myObject (attribute1 "attr61744") ) +(myObject (attribute1 "attr61745") ) +(myObject (attribute1 "attr61746") ) +(myObject (attribute1 "attr61747") ) +(myObject (attribute1 "attr61748") ) +(myObject (attribute1 "attr61749") ) +(myObject (attribute1 "attr61750") ) +(myObject (attribute1 "attr61751") ) +(myObject (attribute1 "attr61752") ) +(myObject (attribute1 "attr61753") ) +(myObject (attribute1 "attr61754") ) +(myObject (attribute1 "attr61755") ) +(myObject (attribute1 "attr61756") ) +(myObject (attribute1 "attr61757") ) +(myObject (attribute1 "attr61758") ) +(myObject (attribute1 "attr61759") ) +(myObject (attribute1 "attr61760") ) +(myObject (attribute1 "attr61761") ) +(myObject (attribute1 "attr61762") ) +(myObject (attribute1 "attr61763") ) +(myObject (attribute1 "attr61764") ) +(myObject (attribute1 "attr61765") ) +(myObject (attribute1 "attr61766") ) +(myObject (attribute1 "attr61767") ) +(myObject (attribute1 "attr61768") ) +(myObject (attribute1 "attr61769") ) +(myObject (attribute1 "attr61770") ) +(myObject (attribute1 "attr61771") ) +(myObject (attribute1 "attr61772") ) +(myObject (attribute1 "attr61773") ) +(myObject (attribute1 "attr61774") ) +(myObject (attribute1 "attr61775") ) +(myObject (attribute1 "attr61776") ) +(myObject (attribute1 "attr61777") ) +(myObject (attribute1 "attr61778") ) +(myObject (attribute1 "attr61779") ) +(myObject (attribute1 "attr61780") ) +(myObject (attribute1 "attr61781") ) +(myObject (attribute1 "attr61782") ) +(myObject (attribute1 "attr61783") ) +(myObject (attribute1 "attr61784") ) +(myObject (attribute1 "attr61785") ) +(myObject (attribute1 "attr61786") ) +(myObject (attribute1 "attr61787") ) +(myObject (attribute1 "attr61788") ) +(myObject (attribute1 "attr61789") ) +(myObject (attribute1 "attr61790") ) +(myObject (attribute1 "attr61791") ) +(myObject (attribute1 "attr61792") ) +(myObject (attribute1 "attr61793") ) +(myObject (attribute1 "attr61794") ) +(myObject (attribute1 "attr61795") ) +(myObject (attribute1 "attr61796") ) +(myObject (attribute1 "attr61797") ) +(myObject (attribute1 "attr61798") ) +(myObject (attribute1 "attr61799") ) +(myObject (attribute1 "attr61800") ) +(myObject (attribute1 "attr61801") ) +(myObject (attribute1 "attr61802") ) +(myObject (attribute1 "attr61803") ) +(myObject (attribute1 "attr61804") ) +(myObject (attribute1 "attr61805") ) +(myObject (attribute1 "attr61806") ) +(myObject (attribute1 "attr61807") ) +(myObject (attribute1 "attr61808") ) +(myObject (attribute1 "attr61809") ) +(myObject (attribute1 "attr61810") ) +(myObject (attribute1 "attr61811") ) +(myObject (attribute1 "attr61812") ) +(myObject (attribute1 "attr61813") ) +(myObject (attribute1 "attr61814") ) +(myObject (attribute1 "attr61815") ) +(myObject (attribute1 "attr61816") ) +(myObject (attribute1 "attr61817") ) +(myObject (attribute1 "attr61818") ) +(myObject (attribute1 "attr61819") ) +(myObject (attribute1 "attr61820") ) +(myObject (attribute1 "attr61821") ) +(myObject (attribute1 "attr61822") ) +(myObject (attribute1 "attr61823") ) +(myObject (attribute1 "attr61824") ) +(myObject (attribute1 "attr61825") ) +(myObject (attribute1 "attr61826") ) +(myObject (attribute1 "attr61827") ) +(myObject (attribute1 "attr61828") ) +(myObject (attribute1 "attr61829") ) +(myObject (attribute1 "attr61830") ) +(myObject (attribute1 "attr61831") ) +(myObject (attribute1 "attr61832") ) +(myObject (attribute1 "attr61833") ) +(myObject (attribute1 "attr61834") ) +(myObject (attribute1 "attr61835") ) +(myObject (attribute1 "attr61836") ) +(myObject (attribute1 "attr61837") ) +(myObject (attribute1 "attr61838") ) +(myObject (attribute1 "attr61839") ) +(myObject (attribute1 "attr61840") ) +(myObject (attribute1 "attr61841") ) +(myObject (attribute1 "attr61842") ) +(myObject (attribute1 "attr61843") ) +(myObject (attribute1 "attr61844") ) +(myObject (attribute1 "attr61845") ) +(myObject (attribute1 "attr61846") ) +(myObject (attribute1 "attr61847") ) +(myObject (attribute1 "attr61848") ) +(myObject (attribute1 "attr61849") ) +(myObject (attribute1 "attr61850") ) +(myObject (attribute1 "attr61851") ) +(myObject (attribute1 "attr61852") ) +(myObject (attribute1 "attr61853") ) +(myObject (attribute1 "attr61854") ) +(myObject (attribute1 "attr61855") ) +(myObject (attribute1 "attr61856") ) +(myObject (attribute1 "attr61857") ) +(myObject (attribute1 "attr61858") ) +(myObject (attribute1 "attr61859") ) +(myObject (attribute1 "attr61860") ) +(myObject (attribute1 "attr61861") ) +(myObject (attribute1 "attr61862") ) +(myObject (attribute1 "attr61863") ) +(myObject (attribute1 "attr61864") ) +(myObject (attribute1 "attr61865") ) +(myObject (attribute1 "attr61866") ) +(myObject (attribute1 "attr61867") ) +(myObject (attribute1 "attr61868") ) +(myObject (attribute1 "attr61869") ) +(myObject (attribute1 "attr61870") ) +(myObject (attribute1 "attr61871") ) +(myObject (attribute1 "attr61872") ) +(myObject (attribute1 "attr61873") ) +(myObject (attribute1 "attr61874") ) +(myObject (attribute1 "attr61875") ) +(myObject (attribute1 "attr61876") ) +(myObject (attribute1 "attr61877") ) +(myObject (attribute1 "attr61878") ) +(myObject (attribute1 "attr61879") ) +(myObject (attribute1 "attr61880") ) +(myObject (attribute1 "attr61881") ) +(myObject (attribute1 "attr61882") ) +(myObject (attribute1 "attr61883") ) +(myObject (attribute1 "attr61884") ) +(myObject (attribute1 "attr61885") ) +(myObject (attribute1 "attr61886") ) +(myObject (attribute1 "attr61887") ) +(myObject (attribute1 "attr61888") ) +(myObject (attribute1 "attr61889") ) +(myObject (attribute1 "attr61890") ) +(myObject (attribute1 "attr61891") ) +(myObject (attribute1 "attr61892") ) +(myObject (attribute1 "attr61893") ) +(myObject (attribute1 "attr61894") ) +(myObject (attribute1 "attr61895") ) +(myObject (attribute1 "attr61896") ) +(myObject (attribute1 "attr61897") ) +(myObject (attribute1 "attr61898") ) +(myObject (attribute1 "attr61899") ) +(myObject (attribute1 "attr61900") ) +(myObject (attribute1 "attr61901") ) +(myObject (attribute1 "attr61902") ) +(myObject (attribute1 "attr61903") ) +(myObject (attribute1 "attr61904") ) +(myObject (attribute1 "attr61905") ) +(myObject (attribute1 "attr61906") ) +(myObject (attribute1 "attr61907") ) +(myObject (attribute1 "attr61908") ) +(myObject (attribute1 "attr61909") ) +(myObject (attribute1 "attr61910") ) +(myObject (attribute1 "attr61911") ) +(myObject (attribute1 "attr61912") ) +(myObject (attribute1 "attr61913") ) +(myObject (attribute1 "attr61914") ) +(myObject (attribute1 "attr61915") ) +(myObject (attribute1 "attr61916") ) +(myObject (attribute1 "attr61917") ) +(myObject (attribute1 "attr61918") ) +(myObject (attribute1 "attr61919") ) +(myObject (attribute1 "attr61920") ) +(myObject (attribute1 "attr61921") ) +(myObject (attribute1 "attr61922") ) +(myObject (attribute1 "attr61923") ) +(myObject (attribute1 "attr61924") ) +(myObject (attribute1 "attr61925") ) +(myObject (attribute1 "attr61926") ) +(myObject (attribute1 "attr61927") ) +(myObject (attribute1 "attr61928") ) +(myObject (attribute1 "attr61929") ) +(myObject (attribute1 "attr61930") ) +(myObject (attribute1 "attr61931") ) +(myObject (attribute1 "attr61932") ) +(myObject (attribute1 "attr61933") ) +(myObject (attribute1 "attr61934") ) +(myObject (attribute1 "attr61935") ) +(myObject (attribute1 "attr61936") ) +(myObject (attribute1 "attr61937") ) +(myObject (attribute1 "attr61938") ) +(myObject (attribute1 "attr61939") ) +(myObject (attribute1 "attr61940") ) +(myObject (attribute1 "attr61941") ) +(myObject (attribute1 "attr61942") ) +(myObject (attribute1 "attr61943") ) +(myObject (attribute1 "attr61944") ) +(myObject (attribute1 "attr61945") ) +(myObject (attribute1 "attr61946") ) +(myObject (attribute1 "attr61947") ) +(myObject (attribute1 "attr61948") ) +(myObject (attribute1 "attr61949") ) +(myObject (attribute1 "attr61950") ) +(myObject (attribute1 "attr61951") ) +(myObject (attribute1 "attr61952") ) +(myObject (attribute1 "attr61953") ) +(myObject (attribute1 "attr61954") ) +(myObject (attribute1 "attr61955") ) +(myObject (attribute1 "attr61956") ) +(myObject (attribute1 "attr61957") ) +(myObject (attribute1 "attr61958") ) +(myObject (attribute1 "attr61959") ) +(myObject (attribute1 "attr61960") ) +(myObject (attribute1 "attr61961") ) +(myObject (attribute1 "attr61962") ) +(myObject (attribute1 "attr61963") ) +(myObject (attribute1 "attr61964") ) +(myObject (attribute1 "attr61965") ) +(myObject (attribute1 "attr61966") ) +(myObject (attribute1 "attr61967") ) +(myObject (attribute1 "attr61968") ) +(myObject (attribute1 "attr61969") ) +(myObject (attribute1 "attr61970") ) +(myObject (attribute1 "attr61971") ) +(myObject (attribute1 "attr61972") ) +(myObject (attribute1 "attr61973") ) +(myObject (attribute1 "attr61974") ) +(myObject (attribute1 "attr61975") ) +(myObject (attribute1 "attr61976") ) +(myObject (attribute1 "attr61977") ) +(myObject (attribute1 "attr61978") ) +(myObject (attribute1 "attr61979") ) +(myObject (attribute1 "attr61980") ) +(myObject (attribute1 "attr61981") ) +(myObject (attribute1 "attr61982") ) +(myObject (attribute1 "attr61983") ) +(myObject (attribute1 "attr61984") ) +(myObject (attribute1 "attr61985") ) +(myObject (attribute1 "attr61986") ) +(myObject (attribute1 "attr61987") ) +(myObject (attribute1 "attr61988") ) +(myObject (attribute1 "attr61989") ) +(myObject (attribute1 "attr61990") ) +(myObject (attribute1 "attr61991") ) +(myObject (attribute1 "attr61992") ) +(myObject (attribute1 "attr61993") ) +(myObject (attribute1 "attr61994") ) +(myObject (attribute1 "attr61995") ) +(myObject (attribute1 "attr61996") ) +(myObject (attribute1 "attr61997") ) +(myObject (attribute1 "attr61998") ) +(myObject (attribute1 "attr61999") ) +(myObject (attribute1 "attr62000") ) +(myObject (attribute1 "attr62001") ) +(myObject (attribute1 "attr62002") ) +(myObject (attribute1 "attr62003") ) +(myObject (attribute1 "attr62004") ) +(myObject (attribute1 "attr62005") ) +(myObject (attribute1 "attr62006") ) +(myObject (attribute1 "attr62007") ) +(myObject (attribute1 "attr62008") ) +(myObject (attribute1 "attr62009") ) +(myObject (attribute1 "attr62010") ) +(myObject (attribute1 "attr62011") ) +(myObject (attribute1 "attr62012") ) +(myObject (attribute1 "attr62013") ) +(myObject (attribute1 "attr62014") ) +(myObject (attribute1 "attr62015") ) +(myObject (attribute1 "attr62016") ) +(myObject (attribute1 "attr62017") ) +(myObject (attribute1 "attr62018") ) +(myObject (attribute1 "attr62019") ) +(myObject (attribute1 "attr62020") ) +(myObject (attribute1 "attr62021") ) +(myObject (attribute1 "attr62022") ) +(myObject (attribute1 "attr62023") ) +(myObject (attribute1 "attr62024") ) +(myObject (attribute1 "attr62025") ) +(myObject (attribute1 "attr62026") ) +(myObject (attribute1 "attr62027") ) +(myObject (attribute1 "attr62028") ) +(myObject (attribute1 "attr62029") ) +(myObject (attribute1 "attr62030") ) +(myObject (attribute1 "attr62031") ) +(myObject (attribute1 "attr62032") ) +(myObject (attribute1 "attr62033") ) +(myObject (attribute1 "attr62034") ) +(myObject (attribute1 "attr62035") ) +(myObject (attribute1 "attr62036") ) +(myObject (attribute1 "attr62037") ) +(myObject (attribute1 "attr62038") ) +(myObject (attribute1 "attr62039") ) +(myObject (attribute1 "attr62040") ) +(myObject (attribute1 "attr62041") ) +(myObject (attribute1 "attr62042") ) +(myObject (attribute1 "attr62043") ) +(myObject (attribute1 "attr62044") ) +(myObject (attribute1 "attr62045") ) +(myObject (attribute1 "attr62046") ) +(myObject (attribute1 "attr62047") ) +(myObject (attribute1 "attr62048") ) +(myObject (attribute1 "attr62049") ) +(myObject (attribute1 "attr62050") ) +(myObject (attribute1 "attr62051") ) +(myObject (attribute1 "attr62052") ) +(myObject (attribute1 "attr62053") ) +(myObject (attribute1 "attr62054") ) +(myObject (attribute1 "attr62055") ) +(myObject (attribute1 "attr62056") ) +(myObject (attribute1 "attr62057") ) +(myObject (attribute1 "attr62058") ) +(myObject (attribute1 "attr62059") ) +(myObject (attribute1 "attr62060") ) +(myObject (attribute1 "attr62061") ) +(myObject (attribute1 "attr62062") ) +(myObject (attribute1 "attr62063") ) +(myObject (attribute1 "attr62064") ) +(myObject (attribute1 "attr62065") ) +(myObject (attribute1 "attr62066") ) +(myObject (attribute1 "attr62067") ) +(myObject (attribute1 "attr62068") ) +(myObject (attribute1 "attr62069") ) +(myObject (attribute1 "attr62070") ) +(myObject (attribute1 "attr62071") ) +(myObject (attribute1 "attr62072") ) +(myObject (attribute1 "attr62073") ) +(myObject (attribute1 "attr62074") ) +(myObject (attribute1 "attr62075") ) +(myObject (attribute1 "attr62076") ) +(myObject (attribute1 "attr62077") ) +(myObject (attribute1 "attr62078") ) +(myObject (attribute1 "attr62079") ) +(myObject (attribute1 "attr62080") ) +(myObject (attribute1 "attr62081") ) +(myObject (attribute1 "attr62082") ) +(myObject (attribute1 "attr62083") ) +(myObject (attribute1 "attr62084") ) +(myObject (attribute1 "attr62085") ) +(myObject (attribute1 "attr62086") ) +(myObject (attribute1 "attr62087") ) +(myObject (attribute1 "attr62088") ) +(myObject (attribute1 "attr62089") ) +(myObject (attribute1 "attr62090") ) +(myObject (attribute1 "attr62091") ) +(myObject (attribute1 "attr62092") ) +(myObject (attribute1 "attr62093") ) +(myObject (attribute1 "attr62094") ) +(myObject (attribute1 "attr62095") ) +(myObject (attribute1 "attr62096") ) +(myObject (attribute1 "attr62097") ) +(myObject (attribute1 "attr62098") ) +(myObject (attribute1 "attr62099") ) +(myObject (attribute1 "attr62100") ) +(myObject (attribute1 "attr62101") ) +(myObject (attribute1 "attr62102") ) +(myObject (attribute1 "attr62103") ) +(myObject (attribute1 "attr62104") ) +(myObject (attribute1 "attr62105") ) +(myObject (attribute1 "attr62106") ) +(myObject (attribute1 "attr62107") ) +(myObject (attribute1 "attr62108") ) +(myObject (attribute1 "attr62109") ) +(myObject (attribute1 "attr62110") ) +(myObject (attribute1 "attr62111") ) +(myObject (attribute1 "attr62112") ) +(myObject (attribute1 "attr62113") ) +(myObject (attribute1 "attr62114") ) +(myObject (attribute1 "attr62115") ) +(myObject (attribute1 "attr62116") ) +(myObject (attribute1 "attr62117") ) +(myObject (attribute1 "attr62118") ) +(myObject (attribute1 "attr62119") ) +(myObject (attribute1 "attr62120") ) +(myObject (attribute1 "attr62121") ) +(myObject (attribute1 "attr62122") ) +(myObject (attribute1 "attr62123") ) +(myObject (attribute1 "attr62124") ) +(myObject (attribute1 "attr62125") ) +(myObject (attribute1 "attr62126") ) +(myObject (attribute1 "attr62127") ) +(myObject (attribute1 "attr62128") ) +(myObject (attribute1 "attr62129") ) +(myObject (attribute1 "attr62130") ) +(myObject (attribute1 "attr62131") ) +(myObject (attribute1 "attr62132") ) +(myObject (attribute1 "attr62133") ) +(myObject (attribute1 "attr62134") ) +(myObject (attribute1 "attr62135") ) +(myObject (attribute1 "attr62136") ) +(myObject (attribute1 "attr62137") ) +(myObject (attribute1 "attr62138") ) +(myObject (attribute1 "attr62139") ) +(myObject (attribute1 "attr62140") ) +(myObject (attribute1 "attr62141") ) +(myObject (attribute1 "attr62142") ) +(myObject (attribute1 "attr62143") ) +(myObject (attribute1 "attr62144") ) +(myObject (attribute1 "attr62145") ) +(myObject (attribute1 "attr62146") ) +(myObject (attribute1 "attr62147") ) +(myObject (attribute1 "attr62148") ) +(myObject (attribute1 "attr62149") ) +(myObject (attribute1 "attr62150") ) +(myObject (attribute1 "attr62151") ) +(myObject (attribute1 "attr62152") ) +(myObject (attribute1 "attr62153") ) +(myObject (attribute1 "attr62154") ) +(myObject (attribute1 "attr62155") ) +(myObject (attribute1 "attr62156") ) +(myObject (attribute1 "attr62157") ) +(myObject (attribute1 "attr62158") ) +(myObject (attribute1 "attr62159") ) +(myObject (attribute1 "attr62160") ) +(myObject (attribute1 "attr62161") ) +(myObject (attribute1 "attr62162") ) +(myObject (attribute1 "attr62163") ) +(myObject (attribute1 "attr62164") ) +(myObject (attribute1 "attr62165") ) +(myObject (attribute1 "attr62166") ) +(myObject (attribute1 "attr62167") ) +(myObject (attribute1 "attr62168") ) +(myObject (attribute1 "attr62169") ) +(myObject (attribute1 "attr62170") ) +(myObject (attribute1 "attr62171") ) +(myObject (attribute1 "attr62172") ) +(myObject (attribute1 "attr62173") ) +(myObject (attribute1 "attr62174") ) +(myObject (attribute1 "attr62175") ) +(myObject (attribute1 "attr62176") ) +(myObject (attribute1 "attr62177") ) +(myObject (attribute1 "attr62178") ) +(myObject (attribute1 "attr62179") ) +(myObject (attribute1 "attr62180") ) +(myObject (attribute1 "attr62181") ) +(myObject (attribute1 "attr62182") ) +(myObject (attribute1 "attr62183") ) +(myObject (attribute1 "attr62184") ) +(myObject (attribute1 "attr62185") ) +(myObject (attribute1 "attr62186") ) +(myObject (attribute1 "attr62187") ) +(myObject (attribute1 "attr62188") ) +(myObject (attribute1 "attr62189") ) +(myObject (attribute1 "attr62190") ) +(myObject (attribute1 "attr62191") ) +(myObject (attribute1 "attr62192") ) +(myObject (attribute1 "attr62193") ) +(myObject (attribute1 "attr62194") ) +(myObject (attribute1 "attr62195") ) +(myObject (attribute1 "attr62196") ) +(myObject (attribute1 "attr62197") ) +(myObject (attribute1 "attr62198") ) +(myObject (attribute1 "attr62199") ) +(myObject (attribute1 "attr62200") ) +(myObject (attribute1 "attr62201") ) +(myObject (attribute1 "attr62202") ) +(myObject (attribute1 "attr62203") ) +(myObject (attribute1 "attr62204") ) +(myObject (attribute1 "attr62205") ) +(myObject (attribute1 "attr62206") ) +(myObject (attribute1 "attr62207") ) +(myObject (attribute1 "attr62208") ) +(myObject (attribute1 "attr62209") ) +(myObject (attribute1 "attr62210") ) +(myObject (attribute1 "attr62211") ) +(myObject (attribute1 "attr62212") ) +(myObject (attribute1 "attr62213") ) +(myObject (attribute1 "attr62214") ) +(myObject (attribute1 "attr62215") ) +(myObject (attribute1 "attr62216") ) +(myObject (attribute1 "attr62217") ) +(myObject (attribute1 "attr62218") ) +(myObject (attribute1 "attr62219") ) +(myObject (attribute1 "attr62220") ) +(myObject (attribute1 "attr62221") ) +(myObject (attribute1 "attr62222") ) +(myObject (attribute1 "attr62223") ) +(myObject (attribute1 "attr62224") ) +(myObject (attribute1 "attr62225") ) +(myObject (attribute1 "attr62226") ) +(myObject (attribute1 "attr62227") ) +(myObject (attribute1 "attr62228") ) +(myObject (attribute1 "attr62229") ) +(myObject (attribute1 "attr62230") ) +(myObject (attribute1 "attr62231") ) +(myObject (attribute1 "attr62232") ) +(myObject (attribute1 "attr62233") ) +(myObject (attribute1 "attr62234") ) +(myObject (attribute1 "attr62235") ) +(myObject (attribute1 "attr62236") ) +(myObject (attribute1 "attr62237") ) +(myObject (attribute1 "attr62238") ) +(myObject (attribute1 "attr62239") ) +(myObject (attribute1 "attr62240") ) +(myObject (attribute1 "attr62241") ) +(myObject (attribute1 "attr62242") ) +(myObject (attribute1 "attr62243") ) +(myObject (attribute1 "attr62244") ) +(myObject (attribute1 "attr62245") ) +(myObject (attribute1 "attr62246") ) +(myObject (attribute1 "attr62247") ) +(myObject (attribute1 "attr62248") ) +(myObject (attribute1 "attr62249") ) +(myObject (attribute1 "attr62250") ) +(myObject (attribute1 "attr62251") ) +(myObject (attribute1 "attr62252") ) +(myObject (attribute1 "attr62253") ) +(myObject (attribute1 "attr62254") ) +(myObject (attribute1 "attr62255") ) +(myObject (attribute1 "attr62256") ) +(myObject (attribute1 "attr62257") ) +(myObject (attribute1 "attr62258") ) +(myObject (attribute1 "attr62259") ) +(myObject (attribute1 "attr62260") ) +(myObject (attribute1 "attr62261") ) +(myObject (attribute1 "attr62262") ) +(myObject (attribute1 "attr62263") ) +(myObject (attribute1 "attr62264") ) +(myObject (attribute1 "attr62265") ) +(myObject (attribute1 "attr62266") ) +(myObject (attribute1 "attr62267") ) +(myObject (attribute1 "attr62268") ) +(myObject (attribute1 "attr62269") ) +(myObject (attribute1 "attr62270") ) +(myObject (attribute1 "attr62271") ) +(myObject (attribute1 "attr62272") ) +(myObject (attribute1 "attr62273") ) +(myObject (attribute1 "attr62274") ) +(myObject (attribute1 "attr62275") ) +(myObject (attribute1 "attr62276") ) +(myObject (attribute1 "attr62277") ) +(myObject (attribute1 "attr62278") ) +(myObject (attribute1 "attr62279") ) +(myObject (attribute1 "attr62280") ) +(myObject (attribute1 "attr62281") ) +(myObject (attribute1 "attr62282") ) +(myObject (attribute1 "attr62283") ) +(myObject (attribute1 "attr62284") ) +(myObject (attribute1 "attr62285") ) +(myObject (attribute1 "attr62286") ) +(myObject (attribute1 "attr62287") ) +(myObject (attribute1 "attr62288") ) +(myObject (attribute1 "attr62289") ) +(myObject (attribute1 "attr62290") ) +(myObject (attribute1 "attr62291") ) +(myObject (attribute1 "attr62292") ) +(myObject (attribute1 "attr62293") ) +(myObject (attribute1 "attr62294") ) +(myObject (attribute1 "attr62295") ) +(myObject (attribute1 "attr62296") ) +(myObject (attribute1 "attr62297") ) +(myObject (attribute1 "attr62298") ) +(myObject (attribute1 "attr62299") ) +(myObject (attribute1 "attr62300") ) +(myObject (attribute1 "attr62301") ) +(myObject (attribute1 "attr62302") ) +(myObject (attribute1 "attr62303") ) +(myObject (attribute1 "attr62304") ) +(myObject (attribute1 "attr62305") ) +(myObject (attribute1 "attr62306") ) +(myObject (attribute1 "attr62307") ) +(myObject (attribute1 "attr62308") ) +(myObject (attribute1 "attr62309") ) +(myObject (attribute1 "attr62310") ) +(myObject (attribute1 "attr62311") ) +(myObject (attribute1 "attr62312") ) +(myObject (attribute1 "attr62313") ) +(myObject (attribute1 "attr62314") ) +(myObject (attribute1 "attr62315") ) +(myObject (attribute1 "attr62316") ) +(myObject (attribute1 "attr62317") ) +(myObject (attribute1 "attr62318") ) +(myObject (attribute1 "attr62319") ) +(myObject (attribute1 "attr62320") ) +(myObject (attribute1 "attr62321") ) +(myObject (attribute1 "attr62322") ) +(myObject (attribute1 "attr62323") ) +(myObject (attribute1 "attr62324") ) +(myObject (attribute1 "attr62325") ) +(myObject (attribute1 "attr62326") ) +(myObject (attribute1 "attr62327") ) +(myObject (attribute1 "attr62328") ) +(myObject (attribute1 "attr62329") ) +(myObject (attribute1 "attr62330") ) +(myObject (attribute1 "attr62331") ) +(myObject (attribute1 "attr62332") ) +(myObject (attribute1 "attr62333") ) +(myObject (attribute1 "attr62334") ) +(myObject (attribute1 "attr62335") ) +(myObject (attribute1 "attr62336") ) +(myObject (attribute1 "attr62337") ) +(myObject (attribute1 "attr62338") ) +(myObject (attribute1 "attr62339") ) +(myObject (attribute1 "attr62340") ) +(myObject (attribute1 "attr62341") ) +(myObject (attribute1 "attr62342") ) +(myObject (attribute1 "attr62343") ) +(myObject (attribute1 "attr62344") ) +(myObject (attribute1 "attr62345") ) +(myObject (attribute1 "attr62346") ) +(myObject (attribute1 "attr62347") ) +(myObject (attribute1 "attr62348") ) +(myObject (attribute1 "attr62349") ) +(myObject (attribute1 "attr62350") ) +(myObject (attribute1 "attr62351") ) +(myObject (attribute1 "attr62352") ) +(myObject (attribute1 "attr62353") ) +(myObject (attribute1 "attr62354") ) +(myObject (attribute1 "attr62355") ) +(myObject (attribute1 "attr62356") ) +(myObject (attribute1 "attr62357") ) +(myObject (attribute1 "attr62358") ) +(myObject (attribute1 "attr62359") ) +(myObject (attribute1 "attr62360") ) +(myObject (attribute1 "attr62361") ) +(myObject (attribute1 "attr62362") ) +(myObject (attribute1 "attr62363") ) +(myObject (attribute1 "attr62364") ) +(myObject (attribute1 "attr62365") ) +(myObject (attribute1 "attr62366") ) +(myObject (attribute1 "attr62367") ) +(myObject (attribute1 "attr62368") ) +(myObject (attribute1 "attr62369") ) +(myObject (attribute1 "attr62370") ) +(myObject (attribute1 "attr62371") ) +(myObject (attribute1 "attr62372") ) +(myObject (attribute1 "attr62373") ) +(myObject (attribute1 "attr62374") ) +(myObject (attribute1 "attr62375") ) +(myObject (attribute1 "attr62376") ) +(myObject (attribute1 "attr62377") ) +(myObject (attribute1 "attr62378") ) +(myObject (attribute1 "attr62379") ) +(myObject (attribute1 "attr62380") ) +(myObject (attribute1 "attr62381") ) +(myObject (attribute1 "attr62382") ) +(myObject (attribute1 "attr62383") ) +(myObject (attribute1 "attr62384") ) +(myObject (attribute1 "attr62385") ) +(myObject (attribute1 "attr62386") ) +(myObject (attribute1 "attr62387") ) +(myObject (attribute1 "attr62388") ) +(myObject (attribute1 "attr62389") ) +(myObject (attribute1 "attr62390") ) +(myObject (attribute1 "attr62391") ) +(myObject (attribute1 "attr62392") ) +(myObject (attribute1 "attr62393") ) +(myObject (attribute1 "attr62394") ) +(myObject (attribute1 "attr62395") ) +(myObject (attribute1 "attr62396") ) +(myObject (attribute1 "attr62397") ) +(myObject (attribute1 "attr62398") ) +(myObject (attribute1 "attr62399") ) +(myObject (attribute1 "attr62400") ) +(myObject (attribute1 "attr62401") ) +(myObject (attribute1 "attr62402") ) +(myObject (attribute1 "attr62403") ) +(myObject (attribute1 "attr62404") ) +(myObject (attribute1 "attr62405") ) +(myObject (attribute1 "attr62406") ) +(myObject (attribute1 "attr62407") ) +(myObject (attribute1 "attr62408") ) +(myObject (attribute1 "attr62409") ) +(myObject (attribute1 "attr62410") ) +(myObject (attribute1 "attr62411") ) +(myObject (attribute1 "attr62412") ) +(myObject (attribute1 "attr62413") ) +(myObject (attribute1 "attr62414") ) +(myObject (attribute1 "attr62415") ) +(myObject (attribute1 "attr62416") ) +(myObject (attribute1 "attr62417") ) +(myObject (attribute1 "attr62418") ) +(myObject (attribute1 "attr62419") ) +(myObject (attribute1 "attr62420") ) +(myObject (attribute1 "attr62421") ) +(myObject (attribute1 "attr62422") ) +(myObject (attribute1 "attr62423") ) +(myObject (attribute1 "attr62424") ) +(myObject (attribute1 "attr62425") ) +(myObject (attribute1 "attr62426") ) +(myObject (attribute1 "attr62427") ) +(myObject (attribute1 "attr62428") ) +(myObject (attribute1 "attr62429") ) +(myObject (attribute1 "attr62430") ) +(myObject (attribute1 "attr62431") ) +(myObject (attribute1 "attr62432") ) +(myObject (attribute1 "attr62433") ) +(myObject (attribute1 "attr62434") ) +(myObject (attribute1 "attr62435") ) +(myObject (attribute1 "attr62436") ) +(myObject (attribute1 "attr62437") ) +(myObject (attribute1 "attr62438") ) +(myObject (attribute1 "attr62439") ) +(myObject (attribute1 "attr62440") ) +(myObject (attribute1 "attr62441") ) +(myObject (attribute1 "attr62442") ) +(myObject (attribute1 "attr62443") ) +(myObject (attribute1 "attr62444") ) +(myObject (attribute1 "attr62445") ) +(myObject (attribute1 "attr62446") ) +(myObject (attribute1 "attr62447") ) +(myObject (attribute1 "attr62448") ) +(myObject (attribute1 "attr62449") ) +(myObject (attribute1 "attr62450") ) +(myObject (attribute1 "attr62451") ) +(myObject (attribute1 "attr62452") ) +(myObject (attribute1 "attr62453") ) +(myObject (attribute1 "attr62454") ) +(myObject (attribute1 "attr62455") ) +(myObject (attribute1 "attr62456") ) +(myObject (attribute1 "attr62457") ) +(myObject (attribute1 "attr62458") ) +(myObject (attribute1 "attr62459") ) +(myObject (attribute1 "attr62460") ) +(myObject (attribute1 "attr62461") ) +(myObject (attribute1 "attr62462") ) +(myObject (attribute1 "attr62463") ) +(myObject (attribute1 "attr62464") ) +(myObject (attribute1 "attr62465") ) +(myObject (attribute1 "attr62466") ) +(myObject (attribute1 "attr62467") ) +(myObject (attribute1 "attr62468") ) +(myObject (attribute1 "attr62469") ) +(myObject (attribute1 "attr62470") ) +(myObject (attribute1 "attr62471") ) +(myObject (attribute1 "attr62472") ) +(myObject (attribute1 "attr62473") ) +(myObject (attribute1 "attr62474") ) +(myObject (attribute1 "attr62475") ) +(myObject (attribute1 "attr62476") ) +(myObject (attribute1 "attr62477") ) +(myObject (attribute1 "attr62478") ) +(myObject (attribute1 "attr62479") ) +(myObject (attribute1 "attr62480") ) +(myObject (attribute1 "attr62481") ) +(myObject (attribute1 "attr62482") ) +(myObject (attribute1 "attr62483") ) +(myObject (attribute1 "attr62484") ) +(myObject (attribute1 "attr62485") ) +(myObject (attribute1 "attr62486") ) +(myObject (attribute1 "attr62487") ) +(myObject (attribute1 "attr62488") ) +(myObject (attribute1 "attr62489") ) +(myObject (attribute1 "attr62490") ) +(myObject (attribute1 "attr62491") ) +(myObject (attribute1 "attr62492") ) +(myObject (attribute1 "attr62493") ) +(myObject (attribute1 "attr62494") ) +(myObject (attribute1 "attr62495") ) +(myObject (attribute1 "attr62496") ) +(myObject (attribute1 "attr62497") ) +(myObject (attribute1 "attr62498") ) +(myObject (attribute1 "attr62499") ) +(myObject (attribute1 "attr62500") ) +(myObject (attribute1 "attr62501") ) +(myObject (attribute1 "attr62502") ) +(myObject (attribute1 "attr62503") ) +(myObject (attribute1 "attr62504") ) +(myObject (attribute1 "attr62505") ) +(myObject (attribute1 "attr62506") ) +(myObject (attribute1 "attr62507") ) +(myObject (attribute1 "attr62508") ) +(myObject (attribute1 "attr62509") ) +(myObject (attribute1 "attr62510") ) +(myObject (attribute1 "attr62511") ) +(myObject (attribute1 "attr62512") ) +(myObject (attribute1 "attr62513") ) +(myObject (attribute1 "attr62514") ) +(myObject (attribute1 "attr62515") ) +(myObject (attribute1 "attr62516") ) +(myObject (attribute1 "attr62517") ) +(myObject (attribute1 "attr62518") ) +(myObject (attribute1 "attr62519") ) +(myObject (attribute1 "attr62520") ) +(myObject (attribute1 "attr62521") ) +(myObject (attribute1 "attr62522") ) +(myObject (attribute1 "attr62523") ) +(myObject (attribute1 "attr62524") ) +(myObject (attribute1 "attr62525") ) +(myObject (attribute1 "attr62526") ) +(myObject (attribute1 "attr62527") ) +(myObject (attribute1 "attr62528") ) +(myObject (attribute1 "attr62529") ) +(myObject (attribute1 "attr62530") ) +(myObject (attribute1 "attr62531") ) +(myObject (attribute1 "attr62532") ) +(myObject (attribute1 "attr62533") ) +(myObject (attribute1 "attr62534") ) +(myObject (attribute1 "attr62535") ) +(myObject (attribute1 "attr62536") ) +(myObject (attribute1 "attr62537") ) +(myObject (attribute1 "attr62538") ) +(myObject (attribute1 "attr62539") ) +(myObject (attribute1 "attr62540") ) +(myObject (attribute1 "attr62541") ) +(myObject (attribute1 "attr62542") ) +(myObject (attribute1 "attr62543") ) +(myObject (attribute1 "attr62544") ) +(myObject (attribute1 "attr62545") ) +(myObject (attribute1 "attr62546") ) +(myObject (attribute1 "attr62547") ) +(myObject (attribute1 "attr62548") ) +(myObject (attribute1 "attr62549") ) +(myObject (attribute1 "attr62550") ) +(myObject (attribute1 "attr62551") ) +(myObject (attribute1 "attr62552") ) +(myObject (attribute1 "attr62553") ) +(myObject (attribute1 "attr62554") ) +(myObject (attribute1 "attr62555") ) +(myObject (attribute1 "attr62556") ) +(myObject (attribute1 "attr62557") ) +(myObject (attribute1 "attr62558") ) +(myObject (attribute1 "attr62559") ) +(myObject (attribute1 "attr62560") ) +(myObject (attribute1 "attr62561") ) +(myObject (attribute1 "attr62562") ) +(myObject (attribute1 "attr62563") ) +(myObject (attribute1 "attr62564") ) +(myObject (attribute1 "attr62565") ) +(myObject (attribute1 "attr62566") ) +(myObject (attribute1 "attr62567") ) +(myObject (attribute1 "attr62568") ) +(myObject (attribute1 "attr62569") ) +(myObject (attribute1 "attr62570") ) +(myObject (attribute1 "attr62571") ) +(myObject (attribute1 "attr62572") ) +(myObject (attribute1 "attr62573") ) +(myObject (attribute1 "attr62574") ) +(myObject (attribute1 "attr62575") ) +(myObject (attribute1 "attr62576") ) +(myObject (attribute1 "attr62577") ) +(myObject (attribute1 "attr62578") ) +(myObject (attribute1 "attr62579") ) +(myObject (attribute1 "attr62580") ) +(myObject (attribute1 "attr62581") ) +(myObject (attribute1 "attr62582") ) +(myObject (attribute1 "attr62583") ) +(myObject (attribute1 "attr62584") ) +(myObject (attribute1 "attr62585") ) +(myObject (attribute1 "attr62586") ) +(myObject (attribute1 "attr62587") ) +(myObject (attribute1 "attr62588") ) +(myObject (attribute1 "attr62589") ) +(myObject (attribute1 "attr62590") ) +(myObject (attribute1 "attr62591") ) +(myObject (attribute1 "attr62592") ) +(myObject (attribute1 "attr62593") ) +(myObject (attribute1 "attr62594") ) +(myObject (attribute1 "attr62595") ) +(myObject (attribute1 "attr62596") ) +(myObject (attribute1 "attr62597") ) +(myObject (attribute1 "attr62598") ) +(myObject (attribute1 "attr62599") ) +(myObject (attribute1 "attr62600") ) +(myObject (attribute1 "attr62601") ) +(myObject (attribute1 "attr62602") ) +(myObject (attribute1 "attr62603") ) +(myObject (attribute1 "attr62604") ) +(myObject (attribute1 "attr62605") ) +(myObject (attribute1 "attr62606") ) +(myObject (attribute1 "attr62607") ) +(myObject (attribute1 "attr62608") ) +(myObject (attribute1 "attr62609") ) +(myObject (attribute1 "attr62610") ) +(myObject (attribute1 "attr62611") ) +(myObject (attribute1 "attr62612") ) +(myObject (attribute1 "attr62613") ) +(myObject (attribute1 "attr62614") ) +(myObject (attribute1 "attr62615") ) +(myObject (attribute1 "attr62616") ) +(myObject (attribute1 "attr62617") ) +(myObject (attribute1 "attr62618") ) +(myObject (attribute1 "attr62619") ) +(myObject (attribute1 "attr62620") ) +(myObject (attribute1 "attr62621") ) +(myObject (attribute1 "attr62622") ) +(myObject (attribute1 "attr62623") ) +(myObject (attribute1 "attr62624") ) +(myObject (attribute1 "attr62625") ) +(myObject (attribute1 "attr62626") ) +(myObject (attribute1 "attr62627") ) +(myObject (attribute1 "attr62628") ) +(myObject (attribute1 "attr62629") ) +(myObject (attribute1 "attr62630") ) +(myObject (attribute1 "attr62631") ) +(myObject (attribute1 "attr62632") ) +(myObject (attribute1 "attr62633") ) +(myObject (attribute1 "attr62634") ) +(myObject (attribute1 "attr62635") ) +(myObject (attribute1 "attr62636") ) +(myObject (attribute1 "attr62637") ) +(myObject (attribute1 "attr62638") ) +(myObject (attribute1 "attr62639") ) +(myObject (attribute1 "attr62640") ) +(myObject (attribute1 "attr62641") ) +(myObject (attribute1 "attr62642") ) +(myObject (attribute1 "attr62643") ) +(myObject (attribute1 "attr62644") ) +(myObject (attribute1 "attr62645") ) +(myObject (attribute1 "attr62646") ) +(myObject (attribute1 "attr62647") ) +(myObject (attribute1 "attr62648") ) +(myObject (attribute1 "attr62649") ) +(myObject (attribute1 "attr62650") ) +(myObject (attribute1 "attr62651") ) +(myObject (attribute1 "attr62652") ) +(myObject (attribute1 "attr62653") ) +(myObject (attribute1 "attr62654") ) +(myObject (attribute1 "attr62655") ) +(myObject (attribute1 "attr62656") ) +(myObject (attribute1 "attr62657") ) +(myObject (attribute1 "attr62658") ) +(myObject (attribute1 "attr62659") ) +(myObject (attribute1 "attr62660") ) +(myObject (attribute1 "attr62661") ) +(myObject (attribute1 "attr62662") ) +(myObject (attribute1 "attr62663") ) +(myObject (attribute1 "attr62664") ) +(myObject (attribute1 "attr62665") ) +(myObject (attribute1 "attr62666") ) +(myObject (attribute1 "attr62667") ) +(myObject (attribute1 "attr62668") ) +(myObject (attribute1 "attr62669") ) +(myObject (attribute1 "attr62670") ) +(myObject (attribute1 "attr62671") ) +(myObject (attribute1 "attr62672") ) +(myObject (attribute1 "attr62673") ) +(myObject (attribute1 "attr62674") ) +(myObject (attribute1 "attr62675") ) +(myObject (attribute1 "attr62676") ) +(myObject (attribute1 "attr62677") ) +(myObject (attribute1 "attr62678") ) +(myObject (attribute1 "attr62679") ) +(myObject (attribute1 "attr62680") ) +(myObject (attribute1 "attr62681") ) +(myObject (attribute1 "attr62682") ) +(myObject (attribute1 "attr62683") ) +(myObject (attribute1 "attr62684") ) +(myObject (attribute1 "attr62685") ) +(myObject (attribute1 "attr62686") ) +(myObject (attribute1 "attr62687") ) +(myObject (attribute1 "attr62688") ) +(myObject (attribute1 "attr62689") ) +(myObject (attribute1 "attr62690") ) +(myObject (attribute1 "attr62691") ) +(myObject (attribute1 "attr62692") ) +(myObject (attribute1 "attr62693") ) +(myObject (attribute1 "attr62694") ) +(myObject (attribute1 "attr62695") ) +(myObject (attribute1 "attr62696") ) +(myObject (attribute1 "attr62697") ) +(myObject (attribute1 "attr62698") ) +(myObject (attribute1 "attr62699") ) +(myObject (attribute1 "attr62700") ) +(myObject (attribute1 "attr62701") ) +(myObject (attribute1 "attr62702") ) +(myObject (attribute1 "attr62703") ) +(myObject (attribute1 "attr62704") ) +(myObject (attribute1 "attr62705") ) +(myObject (attribute1 "attr62706") ) +(myObject (attribute1 "attr62707") ) +(myObject (attribute1 "attr62708") ) +(myObject (attribute1 "attr62709") ) +(myObject (attribute1 "attr62710") ) +(myObject (attribute1 "attr62711") ) +(myObject (attribute1 "attr62712") ) +(myObject (attribute1 "attr62713") ) +(myObject (attribute1 "attr62714") ) +(myObject (attribute1 "attr62715") ) +(myObject (attribute1 "attr62716") ) +(myObject (attribute1 "attr62717") ) +(myObject (attribute1 "attr62718") ) +(myObject (attribute1 "attr62719") ) +(myObject (attribute1 "attr62720") ) +(myObject (attribute1 "attr62721") ) +(myObject (attribute1 "attr62722") ) +(myObject (attribute1 "attr62723") ) +(myObject (attribute1 "attr62724") ) +(myObject (attribute1 "attr62725") ) +(myObject (attribute1 "attr62726") ) +(myObject (attribute1 "attr62727") ) +(myObject (attribute1 "attr62728") ) +(myObject (attribute1 "attr62729") ) +(myObject (attribute1 "attr62730") ) +(myObject (attribute1 "attr62731") ) +(myObject (attribute1 "attr62732") ) +(myObject (attribute1 "attr62733") ) +(myObject (attribute1 "attr62734") ) +(myObject (attribute1 "attr62735") ) +(myObject (attribute1 "attr62736") ) +(myObject (attribute1 "attr62737") ) +(myObject (attribute1 "attr62738") ) +(myObject (attribute1 "attr62739") ) +(myObject (attribute1 "attr62740") ) +(myObject (attribute1 "attr62741") ) +(myObject (attribute1 "attr62742") ) +(myObject (attribute1 "attr62743") ) +(myObject (attribute1 "attr62744") ) +(myObject (attribute1 "attr62745") ) +(myObject (attribute1 "attr62746") ) +(myObject (attribute1 "attr62747") ) +(myObject (attribute1 "attr62748") ) +(myObject (attribute1 "attr62749") ) +(myObject (attribute1 "attr62750") ) +(myObject (attribute1 "attr62751") ) +(myObject (attribute1 "attr62752") ) +(myObject (attribute1 "attr62753") ) +(myObject (attribute1 "attr62754") ) +(myObject (attribute1 "attr62755") ) +(myObject (attribute1 "attr62756") ) +(myObject (attribute1 "attr62757") ) +(myObject (attribute1 "attr62758") ) +(myObject (attribute1 "attr62759") ) +(myObject (attribute1 "attr62760") ) +(myObject (attribute1 "attr62761") ) +(myObject (attribute1 "attr62762") ) +(myObject (attribute1 "attr62763") ) +(myObject (attribute1 "attr62764") ) +(myObject (attribute1 "attr62765") ) +(myObject (attribute1 "attr62766") ) +(myObject (attribute1 "attr62767") ) +(myObject (attribute1 "attr62768") ) +(myObject (attribute1 "attr62769") ) +(myObject (attribute1 "attr62770") ) +(myObject (attribute1 "attr62771") ) +(myObject (attribute1 "attr62772") ) +(myObject (attribute1 "attr62773") ) +(myObject (attribute1 "attr62774") ) +(myObject (attribute1 "attr62775") ) +(myObject (attribute1 "attr62776") ) +(myObject (attribute1 "attr62777") ) +(myObject (attribute1 "attr62778") ) +(myObject (attribute1 "attr62779") ) +(myObject (attribute1 "attr62780") ) +(myObject (attribute1 "attr62781") ) +(myObject (attribute1 "attr62782") ) +(myObject (attribute1 "attr62783") ) +(myObject (attribute1 "attr62784") ) +(myObject (attribute1 "attr62785") ) +(myObject (attribute1 "attr62786") ) +(myObject (attribute1 "attr62787") ) +(myObject (attribute1 "attr62788") ) +(myObject (attribute1 "attr62789") ) +(myObject (attribute1 "attr62790") ) +(myObject (attribute1 "attr62791") ) +(myObject (attribute1 "attr62792") ) +(myObject (attribute1 "attr62793") ) +(myObject (attribute1 "attr62794") ) +(myObject (attribute1 "attr62795") ) +(myObject (attribute1 "attr62796") ) +(myObject (attribute1 "attr62797") ) +(myObject (attribute1 "attr62798") ) +(myObject (attribute1 "attr62799") ) +(myObject (attribute1 "attr62800") ) +(myObject (attribute1 "attr62801") ) +(myObject (attribute1 "attr62802") ) +(myObject (attribute1 "attr62803") ) +(myObject (attribute1 "attr62804") ) +(myObject (attribute1 "attr62805") ) +(myObject (attribute1 "attr62806") ) +(myObject (attribute1 "attr62807") ) +(myObject (attribute1 "attr62808") ) +(myObject (attribute1 "attr62809") ) +(myObject (attribute1 "attr62810") ) +(myObject (attribute1 "attr62811") ) +(myObject (attribute1 "attr62812") ) +(myObject (attribute1 "attr62813") ) +(myObject (attribute1 "attr62814") ) +(myObject (attribute1 "attr62815") ) +(myObject (attribute1 "attr62816") ) +(myObject (attribute1 "attr62817") ) +(myObject (attribute1 "attr62818") ) +(myObject (attribute1 "attr62819") ) +(myObject (attribute1 "attr62820") ) +(myObject (attribute1 "attr62821") ) +(myObject (attribute1 "attr62822") ) +(myObject (attribute1 "attr62823") ) +(myObject (attribute1 "attr62824") ) +(myObject (attribute1 "attr62825") ) +(myObject (attribute1 "attr62826") ) +(myObject (attribute1 "attr62827") ) +(myObject (attribute1 "attr62828") ) +(myObject (attribute1 "attr62829") ) +(myObject (attribute1 "attr62830") ) +(myObject (attribute1 "attr62831") ) +(myObject (attribute1 "attr62832") ) +(myObject (attribute1 "attr62833") ) +(myObject (attribute1 "attr62834") ) +(myObject (attribute1 "attr62835") ) +(myObject (attribute1 "attr62836") ) +(myObject (attribute1 "attr62837") ) +(myObject (attribute1 "attr62838") ) +(myObject (attribute1 "attr62839") ) +(myObject (attribute1 "attr62840") ) +(myObject (attribute1 "attr62841") ) +(myObject (attribute1 "attr62842") ) +(myObject (attribute1 "attr62843") ) +(myObject (attribute1 "attr62844") ) +(myObject (attribute1 "attr62845") ) +(myObject (attribute1 "attr62846") ) +(myObject (attribute1 "attr62847") ) +(myObject (attribute1 "attr62848") ) +(myObject (attribute1 "attr62849") ) +(myObject (attribute1 "attr62850") ) +(myObject (attribute1 "attr62851") ) +(myObject (attribute1 "attr62852") ) +(myObject (attribute1 "attr62853") ) +(myObject (attribute1 "attr62854") ) +(myObject (attribute1 "attr62855") ) +(myObject (attribute1 "attr62856") ) +(myObject (attribute1 "attr62857") ) +(myObject (attribute1 "attr62858") ) +(myObject (attribute1 "attr62859") ) +(myObject (attribute1 "attr62860") ) +(myObject (attribute1 "attr62861") ) +(myObject (attribute1 "attr62862") ) +(myObject (attribute1 "attr62863") ) +(myObject (attribute1 "attr62864") ) +(myObject (attribute1 "attr62865") ) +(myObject (attribute1 "attr62866") ) +(myObject (attribute1 "attr62867") ) +(myObject (attribute1 "attr62868") ) +(myObject (attribute1 "attr62869") ) +(myObject (attribute1 "attr62870") ) +(myObject (attribute1 "attr62871") ) +(myObject (attribute1 "attr62872") ) +(myObject (attribute1 "attr62873") ) +(myObject (attribute1 "attr62874") ) +(myObject (attribute1 "attr62875") ) +(myObject (attribute1 "attr62876") ) +(myObject (attribute1 "attr62877") ) +(myObject (attribute1 "attr62878") ) +(myObject (attribute1 "attr62879") ) +(myObject (attribute1 "attr62880") ) +(myObject (attribute1 "attr62881") ) +(myObject (attribute1 "attr62882") ) +(myObject (attribute1 "attr62883") ) +(myObject (attribute1 "attr62884") ) +(myObject (attribute1 "attr62885") ) +(myObject (attribute1 "attr62886") ) +(myObject (attribute1 "attr62887") ) +(myObject (attribute1 "attr62888") ) +(myObject (attribute1 "attr62889") ) +(myObject (attribute1 "attr62890") ) +(myObject (attribute1 "attr62891") ) +(myObject (attribute1 "attr62892") ) +(myObject (attribute1 "attr62893") ) +(myObject (attribute1 "attr62894") ) +(myObject (attribute1 "attr62895") ) +(myObject (attribute1 "attr62896") ) +(myObject (attribute1 "attr62897") ) +(myObject (attribute1 "attr62898") ) +(myObject (attribute1 "attr62899") ) +(myObject (attribute1 "attr62900") ) +(myObject (attribute1 "attr62901") ) +(myObject (attribute1 "attr62902") ) +(myObject (attribute1 "attr62903") ) +(myObject (attribute1 "attr62904") ) +(myObject (attribute1 "attr62905") ) +(myObject (attribute1 "attr62906") ) +(myObject (attribute1 "attr62907") ) +(myObject (attribute1 "attr62908") ) +(myObject (attribute1 "attr62909") ) +(myObject (attribute1 "attr62910") ) +(myObject (attribute1 "attr62911") ) +(myObject (attribute1 "attr62912") ) +(myObject (attribute1 "attr62913") ) +(myObject (attribute1 "attr62914") ) +(myObject (attribute1 "attr62915") ) +(myObject (attribute1 "attr62916") ) +(myObject (attribute1 "attr62917") ) +(myObject (attribute1 "attr62918") ) +(myObject (attribute1 "attr62919") ) +(myObject (attribute1 "attr62920") ) +(myObject (attribute1 "attr62921") ) +(myObject (attribute1 "attr62922") ) +(myObject (attribute1 "attr62923") ) +(myObject (attribute1 "attr62924") ) +(myObject (attribute1 "attr62925") ) +(myObject (attribute1 "attr62926") ) +(myObject (attribute1 "attr62927") ) +(myObject (attribute1 "attr62928") ) +(myObject (attribute1 "attr62929") ) +(myObject (attribute1 "attr62930") ) +(myObject (attribute1 "attr62931") ) +(myObject (attribute1 "attr62932") ) +(myObject (attribute1 "attr62933") ) +(myObject (attribute1 "attr62934") ) +(myObject (attribute1 "attr62935") ) +(myObject (attribute1 "attr62936") ) +(myObject (attribute1 "attr62937") ) +(myObject (attribute1 "attr62938") ) +(myObject (attribute1 "attr62939") ) +(myObject (attribute1 "attr62940") ) +(myObject (attribute1 "attr62941") ) +(myObject (attribute1 "attr62942") ) +(myObject (attribute1 "attr62943") ) +(myObject (attribute1 "attr62944") ) +(myObject (attribute1 "attr62945") ) +(myObject (attribute1 "attr62946") ) +(myObject (attribute1 "attr62947") ) +(myObject (attribute1 "attr62948") ) +(myObject (attribute1 "attr62949") ) +(myObject (attribute1 "attr62950") ) +(myObject (attribute1 "attr62951") ) +(myObject (attribute1 "attr62952") ) +(myObject (attribute1 "attr62953") ) +(myObject (attribute1 "attr62954") ) +(myObject (attribute1 "attr62955") ) +(myObject (attribute1 "attr62956") ) +(myObject (attribute1 "attr62957") ) +(myObject (attribute1 "attr62958") ) +(myObject (attribute1 "attr62959") ) +(myObject (attribute1 "attr62960") ) +(myObject (attribute1 "attr62961") ) +(myObject (attribute1 "attr62962") ) +(myObject (attribute1 "attr62963") ) +(myObject (attribute1 "attr62964") ) +(myObject (attribute1 "attr62965") ) +(myObject (attribute1 "attr62966") ) +(myObject (attribute1 "attr62967") ) +(myObject (attribute1 "attr62968") ) +(myObject (attribute1 "attr62969") ) +(myObject (attribute1 "attr62970") ) +(myObject (attribute1 "attr62971") ) +(myObject (attribute1 "attr62972") ) +(myObject (attribute1 "attr62973") ) +(myObject (attribute1 "attr62974") ) +(myObject (attribute1 "attr62975") ) +(myObject (attribute1 "attr62976") ) +(myObject (attribute1 "attr62977") ) +(myObject (attribute1 "attr62978") ) +(myObject (attribute1 "attr62979") ) +(myObject (attribute1 "attr62980") ) +(myObject (attribute1 "attr62981") ) +(myObject (attribute1 "attr62982") ) +(myObject (attribute1 "attr62983") ) +(myObject (attribute1 "attr62984") ) +(myObject (attribute1 "attr62985") ) +(myObject (attribute1 "attr62986") ) +(myObject (attribute1 "attr62987") ) +(myObject (attribute1 "attr62988") ) +(myObject (attribute1 "attr62989") ) +(myObject (attribute1 "attr62990") ) +(myObject (attribute1 "attr62991") ) +(myObject (attribute1 "attr62992") ) +(myObject (attribute1 "attr62993") ) +(myObject (attribute1 "attr62994") ) +(myObject (attribute1 "attr62995") ) +(myObject (attribute1 "attr62996") ) +(myObject (attribute1 "attr62997") ) +(myObject (attribute1 "attr62998") ) +(myObject (attribute1 "attr62999") ) +(myObject (attribute1 "attr63000") ) +(myObject (attribute1 "attr63001") ) +(myObject (attribute1 "attr63002") ) +(myObject (attribute1 "attr63003") ) +(myObject (attribute1 "attr63004") ) +(myObject (attribute1 "attr63005") ) +(myObject (attribute1 "attr63006") ) +(myObject (attribute1 "attr63007") ) +(myObject (attribute1 "attr63008") ) +(myObject (attribute1 "attr63009") ) +(myObject (attribute1 "attr63010") ) +(myObject (attribute1 "attr63011") ) +(myObject (attribute1 "attr63012") ) +(myObject (attribute1 "attr63013") ) +(myObject (attribute1 "attr63014") ) +(myObject (attribute1 "attr63015") ) +(myObject (attribute1 "attr63016") ) +(myObject (attribute1 "attr63017") ) +(myObject (attribute1 "attr63018") ) +(myObject (attribute1 "attr63019") ) +(myObject (attribute1 "attr63020") ) +(myObject (attribute1 "attr63021") ) +(myObject (attribute1 "attr63022") ) +(myObject (attribute1 "attr63023") ) +(myObject (attribute1 "attr63024") ) +(myObject (attribute1 "attr63025") ) +(myObject (attribute1 "attr63026") ) +(myObject (attribute1 "attr63027") ) +(myObject (attribute1 "attr63028") ) +(myObject (attribute1 "attr63029") ) +(myObject (attribute1 "attr63030") ) +(myObject (attribute1 "attr63031") ) +(myObject (attribute1 "attr63032") ) +(myObject (attribute1 "attr63033") ) +(myObject (attribute1 "attr63034") ) +(myObject (attribute1 "attr63035") ) +(myObject (attribute1 "attr63036") ) +(myObject (attribute1 "attr63037") ) +(myObject (attribute1 "attr63038") ) +(myObject (attribute1 "attr63039") ) +(myObject (attribute1 "attr63040") ) +(myObject (attribute1 "attr63041") ) +(myObject (attribute1 "attr63042") ) +(myObject (attribute1 "attr63043") ) +(myObject (attribute1 "attr63044") ) +(myObject (attribute1 "attr63045") ) +(myObject (attribute1 "attr63046") ) +(myObject (attribute1 "attr63047") ) +(myObject (attribute1 "attr63048") ) +(myObject (attribute1 "attr63049") ) +(myObject (attribute1 "attr63050") ) +(myObject (attribute1 "attr63051") ) +(myObject (attribute1 "attr63052") ) +(myObject (attribute1 "attr63053") ) +(myObject (attribute1 "attr63054") ) +(myObject (attribute1 "attr63055") ) +(myObject (attribute1 "attr63056") ) +(myObject (attribute1 "attr63057") ) +(myObject (attribute1 "attr63058") ) +(myObject (attribute1 "attr63059") ) +(myObject (attribute1 "attr63060") ) +(myObject (attribute1 "attr63061") ) +(myObject (attribute1 "attr63062") ) +(myObject (attribute1 "attr63063") ) +(myObject (attribute1 "attr63064") ) +(myObject (attribute1 "attr63065") ) +(myObject (attribute1 "attr63066") ) +(myObject (attribute1 "attr63067") ) +(myObject (attribute1 "attr63068") ) +(myObject (attribute1 "attr63069") ) +(myObject (attribute1 "attr63070") ) +(myObject (attribute1 "attr63071") ) +(myObject (attribute1 "attr63072") ) +(myObject (attribute1 "attr63073") ) +(myObject (attribute1 "attr63074") ) +(myObject (attribute1 "attr63075") ) +(myObject (attribute1 "attr63076") ) +(myObject (attribute1 "attr63077") ) +(myObject (attribute1 "attr63078") ) +(myObject (attribute1 "attr63079") ) +(myObject (attribute1 "attr63080") ) +(myObject (attribute1 "attr63081") ) +(myObject (attribute1 "attr63082") ) +(myObject (attribute1 "attr63083") ) +(myObject (attribute1 "attr63084") ) +(myObject (attribute1 "attr63085") ) +(myObject (attribute1 "attr63086") ) +(myObject (attribute1 "attr63087") ) +(myObject (attribute1 "attr63088") ) +(myObject (attribute1 "attr63089") ) +(myObject (attribute1 "attr63090") ) +(myObject (attribute1 "attr63091") ) +(myObject (attribute1 "attr63092") ) +(myObject (attribute1 "attr63093") ) +(myObject (attribute1 "attr63094") ) +(myObject (attribute1 "attr63095") ) +(myObject (attribute1 "attr63096") ) +(myObject (attribute1 "attr63097") ) +(myObject (attribute1 "attr63098") ) +(myObject (attribute1 "attr63099") ) +(myObject (attribute1 "attr63100") ) +(myObject (attribute1 "attr63101") ) +(myObject (attribute1 "attr63102") ) +(myObject (attribute1 "attr63103") ) +(myObject (attribute1 "attr63104") ) +(myObject (attribute1 "attr63105") ) +(myObject (attribute1 "attr63106") ) +(myObject (attribute1 "attr63107") ) +(myObject (attribute1 "attr63108") ) +(myObject (attribute1 "attr63109") ) +(myObject (attribute1 "attr63110") ) +(myObject (attribute1 "attr63111") ) +(myObject (attribute1 "attr63112") ) +(myObject (attribute1 "attr63113") ) +(myObject (attribute1 "attr63114") ) +(myObject (attribute1 "attr63115") ) +(myObject (attribute1 "attr63116") ) +(myObject (attribute1 "attr63117") ) +(myObject (attribute1 "attr63118") ) +(myObject (attribute1 "attr63119") ) +(myObject (attribute1 "attr63120") ) +(myObject (attribute1 "attr63121") ) +(myObject (attribute1 "attr63122") ) +(myObject (attribute1 "attr63123") ) +(myObject (attribute1 "attr63124") ) +(myObject (attribute1 "attr63125") ) +(myObject (attribute1 "attr63126") ) +(myObject (attribute1 "attr63127") ) +(myObject (attribute1 "attr63128") ) +(myObject (attribute1 "attr63129") ) +(myObject (attribute1 "attr63130") ) +(myObject (attribute1 "attr63131") ) +(myObject (attribute1 "attr63132") ) +(myObject (attribute1 "attr63133") ) +(myObject (attribute1 "attr63134") ) +(myObject (attribute1 "attr63135") ) +(myObject (attribute1 "attr63136") ) +(myObject (attribute1 "attr63137") ) +(myObject (attribute1 "attr63138") ) +(myObject (attribute1 "attr63139") ) +(myObject (attribute1 "attr63140") ) +(myObject (attribute1 "attr63141") ) +(myObject (attribute1 "attr63142") ) +(myObject (attribute1 "attr63143") ) +(myObject (attribute1 "attr63144") ) +(myObject (attribute1 "attr63145") ) +(myObject (attribute1 "attr63146") ) +(myObject (attribute1 "attr63147") ) +(myObject (attribute1 "attr63148") ) +(myObject (attribute1 "attr63149") ) +(myObject (attribute1 "attr63150") ) +(myObject (attribute1 "attr63151") ) +(myObject (attribute1 "attr63152") ) +(myObject (attribute1 "attr63153") ) +(myObject (attribute1 "attr63154") ) +(myObject (attribute1 "attr63155") ) +(myObject (attribute1 "attr63156") ) +(myObject (attribute1 "attr63157") ) +(myObject (attribute1 "attr63158") ) +(myObject (attribute1 "attr63159") ) +(myObject (attribute1 "attr63160") ) +(myObject (attribute1 "attr63161") ) +(myObject (attribute1 "attr63162") ) +(myObject (attribute1 "attr63163") ) +(myObject (attribute1 "attr63164") ) +(myObject (attribute1 "attr63165") ) +(myObject (attribute1 "attr63166") ) +(myObject (attribute1 "attr63167") ) +(myObject (attribute1 "attr63168") ) +(myObject (attribute1 "attr63169") ) +(myObject (attribute1 "attr63170") ) +(myObject (attribute1 "attr63171") ) +(myObject (attribute1 "attr63172") ) +(myObject (attribute1 "attr63173") ) +(myObject (attribute1 "attr63174") ) +(myObject (attribute1 "attr63175") ) +(myObject (attribute1 "attr63176") ) +(myObject (attribute1 "attr63177") ) +(myObject (attribute1 "attr63178") ) +(myObject (attribute1 "attr63179") ) +(myObject (attribute1 "attr63180") ) +(myObject (attribute1 "attr63181") ) +(myObject (attribute1 "attr63182") ) +(myObject (attribute1 "attr63183") ) +(myObject (attribute1 "attr63184") ) +(myObject (attribute1 "attr63185") ) +(myObject (attribute1 "attr63186") ) +(myObject (attribute1 "attr63187") ) +(myObject (attribute1 "attr63188") ) +(myObject (attribute1 "attr63189") ) +(myObject (attribute1 "attr63190") ) +(myObject (attribute1 "attr63191") ) +(myObject (attribute1 "attr63192") ) +(myObject (attribute1 "attr63193") ) +(myObject (attribute1 "attr63194") ) +(myObject (attribute1 "attr63195") ) +(myObject (attribute1 "attr63196") ) +(myObject (attribute1 "attr63197") ) +(myObject (attribute1 "attr63198") ) +(myObject (attribute1 "attr63199") ) +(myObject (attribute1 "attr63200") ) +(myObject (attribute1 "attr63201") ) +(myObject (attribute1 "attr63202") ) +(myObject (attribute1 "attr63203") ) +(myObject (attribute1 "attr63204") ) +(myObject (attribute1 "attr63205") ) +(myObject (attribute1 "attr63206") ) +(myObject (attribute1 "attr63207") ) +(myObject (attribute1 "attr63208") ) +(myObject (attribute1 "attr63209") ) +(myObject (attribute1 "attr63210") ) +(myObject (attribute1 "attr63211") ) +(myObject (attribute1 "attr63212") ) +(myObject (attribute1 "attr63213") ) +(myObject (attribute1 "attr63214") ) +(myObject (attribute1 "attr63215") ) +(myObject (attribute1 "attr63216") ) +(myObject (attribute1 "attr63217") ) +(myObject (attribute1 "attr63218") ) +(myObject (attribute1 "attr63219") ) +(myObject (attribute1 "attr63220") ) +(myObject (attribute1 "attr63221") ) +(myObject (attribute1 "attr63222") ) +(myObject (attribute1 "attr63223") ) +(myObject (attribute1 "attr63224") ) +(myObject (attribute1 "attr63225") ) +(myObject (attribute1 "attr63226") ) +(myObject (attribute1 "attr63227") ) +(myObject (attribute1 "attr63228") ) +(myObject (attribute1 "attr63229") ) +(myObject (attribute1 "attr63230") ) +(myObject (attribute1 "attr63231") ) +(myObject (attribute1 "attr63232") ) +(myObject (attribute1 "attr63233") ) +(myObject (attribute1 "attr63234") ) +(myObject (attribute1 "attr63235") ) +(myObject (attribute1 "attr63236") ) +(myObject (attribute1 "attr63237") ) +(myObject (attribute1 "attr63238") ) +(myObject (attribute1 "attr63239") ) +(myObject (attribute1 "attr63240") ) +(myObject (attribute1 "attr63241") ) +(myObject (attribute1 "attr63242") ) +(myObject (attribute1 "attr63243") ) +(myObject (attribute1 "attr63244") ) +(myObject (attribute1 "attr63245") ) +(myObject (attribute1 "attr63246") ) +(myObject (attribute1 "attr63247") ) +(myObject (attribute1 "attr63248") ) +(myObject (attribute1 "attr63249") ) +(myObject (attribute1 "attr63250") ) +(myObject (attribute1 "attr63251") ) +(myObject (attribute1 "attr63252") ) +(myObject (attribute1 "attr63253") ) +(myObject (attribute1 "attr63254") ) +(myObject (attribute1 "attr63255") ) +(myObject (attribute1 "attr63256") ) +(myObject (attribute1 "attr63257") ) +(myObject (attribute1 "attr63258") ) +(myObject (attribute1 "attr63259") ) +(myObject (attribute1 "attr63260") ) +(myObject (attribute1 "attr63261") ) +(myObject (attribute1 "attr63262") ) +(myObject (attribute1 "attr63263") ) +(myObject (attribute1 "attr63264") ) +(myObject (attribute1 "attr63265") ) +(myObject (attribute1 "attr63266") ) +(myObject (attribute1 "attr63267") ) +(myObject (attribute1 "attr63268") ) +(myObject (attribute1 "attr63269") ) +(myObject (attribute1 "attr63270") ) +(myObject (attribute1 "attr63271") ) +(myObject (attribute1 "attr63272") ) +(myObject (attribute1 "attr63273") ) +(myObject (attribute1 "attr63274") ) +(myObject (attribute1 "attr63275") ) +(myObject (attribute1 "attr63276") ) +(myObject (attribute1 "attr63277") ) +(myObject (attribute1 "attr63278") ) +(myObject (attribute1 "attr63279") ) +(myObject (attribute1 "attr63280") ) +(myObject (attribute1 "attr63281") ) +(myObject (attribute1 "attr63282") ) +(myObject (attribute1 "attr63283") ) +(myObject (attribute1 "attr63284") ) +(myObject (attribute1 "attr63285") ) +(myObject (attribute1 "attr63286") ) +(myObject (attribute1 "attr63287") ) +(myObject (attribute1 "attr63288") ) +(myObject (attribute1 "attr63289") ) +(myObject (attribute1 "attr63290") ) +(myObject (attribute1 "attr63291") ) +(myObject (attribute1 "attr63292") ) +(myObject (attribute1 "attr63293") ) +(myObject (attribute1 "attr63294") ) +(myObject (attribute1 "attr63295") ) +(myObject (attribute1 "attr63296") ) +(myObject (attribute1 "attr63297") ) +(myObject (attribute1 "attr63298") ) +(myObject (attribute1 "attr63299") ) +(myObject (attribute1 "attr63300") ) +(myObject (attribute1 "attr63301") ) +(myObject (attribute1 "attr63302") ) +(myObject (attribute1 "attr63303") ) +(myObject (attribute1 "attr63304") ) +(myObject (attribute1 "attr63305") ) +(myObject (attribute1 "attr63306") ) +(myObject (attribute1 "attr63307") ) +(myObject (attribute1 "attr63308") ) +(myObject (attribute1 "attr63309") ) +(myObject (attribute1 "attr63310") ) +(myObject (attribute1 "attr63311") ) +(myObject (attribute1 "attr63312") ) +(myObject (attribute1 "attr63313") ) +(myObject (attribute1 "attr63314") ) +(myObject (attribute1 "attr63315") ) +(myObject (attribute1 "attr63316") ) +(myObject (attribute1 "attr63317") ) +(myObject (attribute1 "attr63318") ) +(myObject (attribute1 "attr63319") ) +(myObject (attribute1 "attr63320") ) +(myObject (attribute1 "attr63321") ) +(myObject (attribute1 "attr63322") ) +(myObject (attribute1 "attr63323") ) +(myObject (attribute1 "attr63324") ) +(myObject (attribute1 "attr63325") ) +(myObject (attribute1 "attr63326") ) +(myObject (attribute1 "attr63327") ) +(myObject (attribute1 "attr63328") ) +(myObject (attribute1 "attr63329") ) +(myObject (attribute1 "attr63330") ) +(myObject (attribute1 "attr63331") ) +(myObject (attribute1 "attr63332") ) +(myObject (attribute1 "attr63333") ) +(myObject (attribute1 "attr63334") ) +(myObject (attribute1 "attr63335") ) +(myObject (attribute1 "attr63336") ) +(myObject (attribute1 "attr63337") ) +(myObject (attribute1 "attr63338") ) +(myObject (attribute1 "attr63339") ) +(myObject (attribute1 "attr63340") ) +(myObject (attribute1 "attr63341") ) +(myObject (attribute1 "attr63342") ) +(myObject (attribute1 "attr63343") ) +(myObject (attribute1 "attr63344") ) +(myObject (attribute1 "attr63345") ) +(myObject (attribute1 "attr63346") ) +(myObject (attribute1 "attr63347") ) +(myObject (attribute1 "attr63348") ) +(myObject (attribute1 "attr63349") ) +(myObject (attribute1 "attr63350") ) +(myObject (attribute1 "attr63351") ) +(myObject (attribute1 "attr63352") ) +(myObject (attribute1 "attr63353") ) +(myObject (attribute1 "attr63354") ) +(myObject (attribute1 "attr63355") ) +(myObject (attribute1 "attr63356") ) +(myObject (attribute1 "attr63357") ) +(myObject (attribute1 "attr63358") ) +(myObject (attribute1 "attr63359") ) +(myObject (attribute1 "attr63360") ) +(myObject (attribute1 "attr63361") ) +(myObject (attribute1 "attr63362") ) +(myObject (attribute1 "attr63363") ) +(myObject (attribute1 "attr63364") ) +(myObject (attribute1 "attr63365") ) +(myObject (attribute1 "attr63366") ) +(myObject (attribute1 "attr63367") ) +(myObject (attribute1 "attr63368") ) +(myObject (attribute1 "attr63369") ) +(myObject (attribute1 "attr63370") ) +(myObject (attribute1 "attr63371") ) +(myObject (attribute1 "attr63372") ) +(myObject (attribute1 "attr63373") ) +(myObject (attribute1 "attr63374") ) +(myObject (attribute1 "attr63375") ) +(myObject (attribute1 "attr63376") ) +(myObject (attribute1 "attr63377") ) +(myObject (attribute1 "attr63378") ) +(myObject (attribute1 "attr63379") ) +(myObject (attribute1 "attr63380") ) +(myObject (attribute1 "attr63381") ) +(myObject (attribute1 "attr63382") ) +(myObject (attribute1 "attr63383") ) +(myObject (attribute1 "attr63384") ) +(myObject (attribute1 "attr63385") ) +(myObject (attribute1 "attr63386") ) +(myObject (attribute1 "attr63387") ) +(myObject (attribute1 "attr63388") ) +(myObject (attribute1 "attr63389") ) +(myObject (attribute1 "attr63390") ) +(myObject (attribute1 "attr63391") ) +(myObject (attribute1 "attr63392") ) +(myObject (attribute1 "attr63393") ) +(myObject (attribute1 "attr63394") ) +(myObject (attribute1 "attr63395") ) +(myObject (attribute1 "attr63396") ) +(myObject (attribute1 "attr63397") ) +(myObject (attribute1 "attr63398") ) +(myObject (attribute1 "attr63399") ) +(myObject (attribute1 "attr63400") ) +(myObject (attribute1 "attr63401") ) +(myObject (attribute1 "attr63402") ) +(myObject (attribute1 "attr63403") ) +(myObject (attribute1 "attr63404") ) +(myObject (attribute1 "attr63405") ) +(myObject (attribute1 "attr63406") ) +(myObject (attribute1 "attr63407") ) +(myObject (attribute1 "attr63408") ) +(myObject (attribute1 "attr63409") ) +(myObject (attribute1 "attr63410") ) +(myObject (attribute1 "attr63411") ) +(myObject (attribute1 "attr63412") ) +(myObject (attribute1 "attr63413") ) +(myObject (attribute1 "attr63414") ) +(myObject (attribute1 "attr63415") ) +(myObject (attribute1 "attr63416") ) +(myObject (attribute1 "attr63417") ) +(myObject (attribute1 "attr63418") ) +(myObject (attribute1 "attr63419") ) +(myObject (attribute1 "attr63420") ) +(myObject (attribute1 "attr63421") ) +(myObject (attribute1 "attr63422") ) +(myObject (attribute1 "attr63423") ) +(myObject (attribute1 "attr63424") ) +(myObject (attribute1 "attr63425") ) +(myObject (attribute1 "attr63426") ) +(myObject (attribute1 "attr63427") ) +(myObject (attribute1 "attr63428") ) +(myObject (attribute1 "attr63429") ) +(myObject (attribute1 "attr63430") ) +(myObject (attribute1 "attr63431") ) +(myObject (attribute1 "attr63432") ) +(myObject (attribute1 "attr63433") ) +(myObject (attribute1 "attr63434") ) +(myObject (attribute1 "attr63435") ) +(myObject (attribute1 "attr63436") ) +(myObject (attribute1 "attr63437") ) +(myObject (attribute1 "attr63438") ) +(myObject (attribute1 "attr63439") ) +(myObject (attribute1 "attr63440") ) +(myObject (attribute1 "attr63441") ) +(myObject (attribute1 "attr63442") ) +(myObject (attribute1 "attr63443") ) +(myObject (attribute1 "attr63444") ) +(myObject (attribute1 "attr63445") ) +(myObject (attribute1 "attr63446") ) +(myObject (attribute1 "attr63447") ) +(myObject (attribute1 "attr63448") ) +(myObject (attribute1 "attr63449") ) +(myObject (attribute1 "attr63450") ) +(myObject (attribute1 "attr63451") ) +(myObject (attribute1 "attr63452") ) +(myObject (attribute1 "attr63453") ) +(myObject (attribute1 "attr63454") ) +(myObject (attribute1 "attr63455") ) +(myObject (attribute1 "attr63456") ) +(myObject (attribute1 "attr63457") ) +(myObject (attribute1 "attr63458") ) +(myObject (attribute1 "attr63459") ) +(myObject (attribute1 "attr63460") ) +(myObject (attribute1 "attr63461") ) +(myObject (attribute1 "attr63462") ) +(myObject (attribute1 "attr63463") ) +(myObject (attribute1 "attr63464") ) +(myObject (attribute1 "attr63465") ) +(myObject (attribute1 "attr63466") ) +(myObject (attribute1 "attr63467") ) +(myObject (attribute1 "attr63468") ) +(myObject (attribute1 "attr63469") ) +(myObject (attribute1 "attr63470") ) +(myObject (attribute1 "attr63471") ) +(myObject (attribute1 "attr63472") ) +(myObject (attribute1 "attr63473") ) +(myObject (attribute1 "attr63474") ) +(myObject (attribute1 "attr63475") ) +(myObject (attribute1 "attr63476") ) +(myObject (attribute1 "attr63477") ) +(myObject (attribute1 "attr63478") ) +(myObject (attribute1 "attr63479") ) +(myObject (attribute1 "attr63480") ) +(myObject (attribute1 "attr63481") ) +(myObject (attribute1 "attr63482") ) +(myObject (attribute1 "attr63483") ) +(myObject (attribute1 "attr63484") ) +(myObject (attribute1 "attr63485") ) +(myObject (attribute1 "attr63486") ) +(myObject (attribute1 "attr63487") ) +(myObject (attribute1 "attr63488") ) +(myObject (attribute1 "attr63489") ) +(myObject (attribute1 "attr63490") ) +(myObject (attribute1 "attr63491") ) +(myObject (attribute1 "attr63492") ) +(myObject (attribute1 "attr63493") ) +(myObject (attribute1 "attr63494") ) +(myObject (attribute1 "attr63495") ) +(myObject (attribute1 "attr63496") ) +(myObject (attribute1 "attr63497") ) +(myObject (attribute1 "attr63498") ) +(myObject (attribute1 "attr63499") ) +(myObject (attribute1 "attr63500") ) +(myObject (attribute1 "attr63501") ) +(myObject (attribute1 "attr63502") ) +(myObject (attribute1 "attr63503") ) +(myObject (attribute1 "attr63504") ) +(myObject (attribute1 "attr63505") ) +(myObject (attribute1 "attr63506") ) +(myObject (attribute1 "attr63507") ) +(myObject (attribute1 "attr63508") ) +(myObject (attribute1 "attr63509") ) +(myObject (attribute1 "attr63510") ) +(myObject (attribute1 "attr63511") ) +(myObject (attribute1 "attr63512") ) +(myObject (attribute1 "attr63513") ) +(myObject (attribute1 "attr63514") ) +(myObject (attribute1 "attr63515") ) +(myObject (attribute1 "attr63516") ) +(myObject (attribute1 "attr63517") ) +(myObject (attribute1 "attr63518") ) +(myObject (attribute1 "attr63519") ) +(myObject (attribute1 "attr63520") ) +(myObject (attribute1 "attr63521") ) +(myObject (attribute1 "attr63522") ) +(myObject (attribute1 "attr63523") ) +(myObject (attribute1 "attr63524") ) +(myObject (attribute1 "attr63525") ) +(myObject (attribute1 "attr63526") ) +(myObject (attribute1 "attr63527") ) +(myObject (attribute1 "attr63528") ) +(myObject (attribute1 "attr63529") ) +(myObject (attribute1 "attr63530") ) +(myObject (attribute1 "attr63531") ) +(myObject (attribute1 "attr63532") ) +(myObject (attribute1 "attr63533") ) +(myObject (attribute1 "attr63534") ) +(myObject (attribute1 "attr63535") ) +(myObject (attribute1 "attr63536") ) +(myObject (attribute1 "attr63537") ) +(myObject (attribute1 "attr63538") ) +(myObject (attribute1 "attr63539") ) +(myObject (attribute1 "attr63540") ) +(myObject (attribute1 "attr63541") ) +(myObject (attribute1 "attr63542") ) +(myObject (attribute1 "attr63543") ) +(myObject (attribute1 "attr63544") ) +(myObject (attribute1 "attr63545") ) +(myObject (attribute1 "attr63546") ) +(myObject (attribute1 "attr63547") ) +(myObject (attribute1 "attr63548") ) +(myObject (attribute1 "attr63549") ) +(myObject (attribute1 "attr63550") ) +(myObject (attribute1 "attr63551") ) +(myObject (attribute1 "attr63552") ) +(myObject (attribute1 "attr63553") ) +(myObject (attribute1 "attr63554") ) +(myObject (attribute1 "attr63555") ) +(myObject (attribute1 "attr63556") ) +(myObject (attribute1 "attr63557") ) +(myObject (attribute1 "attr63558") ) +(myObject (attribute1 "attr63559") ) +(myObject (attribute1 "attr63560") ) +(myObject (attribute1 "attr63561") ) +(myObject (attribute1 "attr63562") ) +(myObject (attribute1 "attr63563") ) +(myObject (attribute1 "attr63564") ) +(myObject (attribute1 "attr63565") ) +(myObject (attribute1 "attr63566") ) +(myObject (attribute1 "attr63567") ) +(myObject (attribute1 "attr63568") ) +(myObject (attribute1 "attr63569") ) +(myObject (attribute1 "attr63570") ) +(myObject (attribute1 "attr63571") ) +(myObject (attribute1 "attr63572") ) +(myObject (attribute1 "attr63573") ) +(myObject (attribute1 "attr63574") ) +(myObject (attribute1 "attr63575") ) +(myObject (attribute1 "attr63576") ) +(myObject (attribute1 "attr63577") ) +(myObject (attribute1 "attr63578") ) +(myObject (attribute1 "attr63579") ) +(myObject (attribute1 "attr63580") ) +(myObject (attribute1 "attr63581") ) +(myObject (attribute1 "attr63582") ) +(myObject (attribute1 "attr63583") ) +(myObject (attribute1 "attr63584") ) +(myObject (attribute1 "attr63585") ) +(myObject (attribute1 "attr63586") ) +(myObject (attribute1 "attr63587") ) +(myObject (attribute1 "attr63588") ) +(myObject (attribute1 "attr63589") ) +(myObject (attribute1 "attr63590") ) +(myObject (attribute1 "attr63591") ) +(myObject (attribute1 "attr63592") ) +(myObject (attribute1 "attr63593") ) +(myObject (attribute1 "attr63594") ) +(myObject (attribute1 "attr63595") ) +(myObject (attribute1 "attr63596") ) +(myObject (attribute1 "attr63597") ) +(myObject (attribute1 "attr63598") ) +(myObject (attribute1 "attr63599") ) +(myObject (attribute1 "attr63600") ) +(myObject (attribute1 "attr63601") ) +(myObject (attribute1 "attr63602") ) +(myObject (attribute1 "attr63603") ) +(myObject (attribute1 "attr63604") ) +(myObject (attribute1 "attr63605") ) +(myObject (attribute1 "attr63606") ) +(myObject (attribute1 "attr63607") ) +(myObject (attribute1 "attr63608") ) +(myObject (attribute1 "attr63609") ) +(myObject (attribute1 "attr63610") ) +(myObject (attribute1 "attr63611") ) +(myObject (attribute1 "attr63612") ) +(myObject (attribute1 "attr63613") ) +(myObject (attribute1 "attr63614") ) +(myObject (attribute1 "attr63615") ) +(myObject (attribute1 "attr63616") ) +(myObject (attribute1 "attr63617") ) +(myObject (attribute1 "attr63618") ) +(myObject (attribute1 "attr63619") ) +(myObject (attribute1 "attr63620") ) +(myObject (attribute1 "attr63621") ) +(myObject (attribute1 "attr63622") ) +(myObject (attribute1 "attr63623") ) +(myObject (attribute1 "attr63624") ) +(myObject (attribute1 "attr63625") ) +(myObject (attribute1 "attr63626") ) +(myObject (attribute1 "attr63627") ) +(myObject (attribute1 "attr63628") ) +(myObject (attribute1 "attr63629") ) +(myObject (attribute1 "attr63630") ) +(myObject (attribute1 "attr63631") ) +(myObject (attribute1 "attr63632") ) +(myObject (attribute1 "attr63633") ) +(myObject (attribute1 "attr63634") ) +(myObject (attribute1 "attr63635") ) +(myObject (attribute1 "attr63636") ) +(myObject (attribute1 "attr63637") ) +(myObject (attribute1 "attr63638") ) +(myObject (attribute1 "attr63639") ) +(myObject (attribute1 "attr63640") ) +(myObject (attribute1 "attr63641") ) +(myObject (attribute1 "attr63642") ) +(myObject (attribute1 "attr63643") ) +(myObject (attribute1 "attr63644") ) +(myObject (attribute1 "attr63645") ) +(myObject (attribute1 "attr63646") ) +(myObject (attribute1 "attr63647") ) +(myObject (attribute1 "attr63648") ) +(myObject (attribute1 "attr63649") ) +(myObject (attribute1 "attr63650") ) +(myObject (attribute1 "attr63651") ) +(myObject (attribute1 "attr63652") ) +(myObject (attribute1 "attr63653") ) +(myObject (attribute1 "attr63654") ) +(myObject (attribute1 "attr63655") ) +(myObject (attribute1 "attr63656") ) +(myObject (attribute1 "attr63657") ) +(myObject (attribute1 "attr63658") ) +(myObject (attribute1 "attr63659") ) +(myObject (attribute1 "attr63660") ) +(myObject (attribute1 "attr63661") ) +(myObject (attribute1 "attr63662") ) +(myObject (attribute1 "attr63663") ) +(myObject (attribute1 "attr63664") ) +(myObject (attribute1 "attr63665") ) +(myObject (attribute1 "attr63666") ) +(myObject (attribute1 "attr63667") ) +(myObject (attribute1 "attr63668") ) +(myObject (attribute1 "attr63669") ) +(myObject (attribute1 "attr63670") ) +(myObject (attribute1 "attr63671") ) +(myObject (attribute1 "attr63672") ) +(myObject (attribute1 "attr63673") ) +(myObject (attribute1 "attr63674") ) +(myObject (attribute1 "attr63675") ) +(myObject (attribute1 "attr63676") ) +(myObject (attribute1 "attr63677") ) +(myObject (attribute1 "attr63678") ) +(myObject (attribute1 "attr63679") ) +(myObject (attribute1 "attr63680") ) +(myObject (attribute1 "attr63681") ) +(myObject (attribute1 "attr63682") ) +(myObject (attribute1 "attr63683") ) +(myObject (attribute1 "attr63684") ) +(myObject (attribute1 "attr63685") ) +(myObject (attribute1 "attr63686") ) +(myObject (attribute1 "attr63687") ) +(myObject (attribute1 "attr63688") ) +(myObject (attribute1 "attr63689") ) +(myObject (attribute1 "attr63690") ) +(myObject (attribute1 "attr63691") ) +(myObject (attribute1 "attr63692") ) +(myObject (attribute1 "attr63693") ) +(myObject (attribute1 "attr63694") ) +(myObject (attribute1 "attr63695") ) +(myObject (attribute1 "attr63696") ) +(myObject (attribute1 "attr63697") ) +(myObject (attribute1 "attr63698") ) +(myObject (attribute1 "attr63699") ) +(myObject (attribute1 "attr63700") ) +(myObject (attribute1 "attr63701") ) +(myObject (attribute1 "attr63702") ) +(myObject (attribute1 "attr63703") ) +(myObject (attribute1 "attr63704") ) +(myObject (attribute1 "attr63705") ) +(myObject (attribute1 "attr63706") ) +(myObject (attribute1 "attr63707") ) +(myObject (attribute1 "attr63708") ) +(myObject (attribute1 "attr63709") ) +(myObject (attribute1 "attr63710") ) +(myObject (attribute1 "attr63711") ) +(myObject (attribute1 "attr63712") ) +(myObject (attribute1 "attr63713") ) +(myObject (attribute1 "attr63714") ) +(myObject (attribute1 "attr63715") ) +(myObject (attribute1 "attr63716") ) +(myObject (attribute1 "attr63717") ) +(myObject (attribute1 "attr63718") ) +(myObject (attribute1 "attr63719") ) +(myObject (attribute1 "attr63720") ) +(myObject (attribute1 "attr63721") ) +(myObject (attribute1 "attr63722") ) +(myObject (attribute1 "attr63723") ) +(myObject (attribute1 "attr63724") ) +(myObject (attribute1 "attr63725") ) +(myObject (attribute1 "attr63726") ) +(myObject (attribute1 "attr63727") ) +(myObject (attribute1 "attr63728") ) +(myObject (attribute1 "attr63729") ) +(myObject (attribute1 "attr63730") ) +(myObject (attribute1 "attr63731") ) +(myObject (attribute1 "attr63732") ) +(myObject (attribute1 "attr63733") ) +(myObject (attribute1 "attr63734") ) +(myObject (attribute1 "attr63735") ) +(myObject (attribute1 "attr63736") ) +(myObject (attribute1 "attr63737") ) +(myObject (attribute1 "attr63738") ) +(myObject (attribute1 "attr63739") ) +(myObject (attribute1 "attr63740") ) +(myObject (attribute1 "attr63741") ) +(myObject (attribute1 "attr63742") ) +(myObject (attribute1 "attr63743") ) +(myObject (attribute1 "attr63744") ) +(myObject (attribute1 "attr63745") ) +(myObject (attribute1 "attr63746") ) +(myObject (attribute1 "attr63747") ) +(myObject (attribute1 "attr63748") ) +(myObject (attribute1 "attr63749") ) +(myObject (attribute1 "attr63750") ) +(myObject (attribute1 "attr63751") ) +(myObject (attribute1 "attr63752") ) +(myObject (attribute1 "attr63753") ) +(myObject (attribute1 "attr63754") ) +(myObject (attribute1 "attr63755") ) +(myObject (attribute1 "attr63756") ) +(myObject (attribute1 "attr63757") ) +(myObject (attribute1 "attr63758") ) +(myObject (attribute1 "attr63759") ) +(myObject (attribute1 "attr63760") ) +(myObject (attribute1 "attr63761") ) +(myObject (attribute1 "attr63762") ) +(myObject (attribute1 "attr63763") ) +(myObject (attribute1 "attr63764") ) +(myObject (attribute1 "attr63765") ) +(myObject (attribute1 "attr63766") ) +(myObject (attribute1 "attr63767") ) +(myObject (attribute1 "attr63768") ) +(myObject (attribute1 "attr63769") ) +(myObject (attribute1 "attr63770") ) +(myObject (attribute1 "attr63771") ) +(myObject (attribute1 "attr63772") ) +(myObject (attribute1 "attr63773") ) +(myObject (attribute1 "attr63774") ) +(myObject (attribute1 "attr63775") ) +(myObject (attribute1 "attr63776") ) +(myObject (attribute1 "attr63777") ) +(myObject (attribute1 "attr63778") ) +(myObject (attribute1 "attr63779") ) +(myObject (attribute1 "attr63780") ) +(myObject (attribute1 "attr63781") ) +(myObject (attribute1 "attr63782") ) +(myObject (attribute1 "attr63783") ) +(myObject (attribute1 "attr63784") ) +(myObject (attribute1 "attr63785") ) +(myObject (attribute1 "attr63786") ) +(myObject (attribute1 "attr63787") ) +(myObject (attribute1 "attr63788") ) +(myObject (attribute1 "attr63789") ) +(myObject (attribute1 "attr63790") ) +(myObject (attribute1 "attr63791") ) +(myObject (attribute1 "attr63792") ) +(myObject (attribute1 "attr63793") ) +(myObject (attribute1 "attr63794") ) +(myObject (attribute1 "attr63795") ) +(myObject (attribute1 "attr63796") ) +(myObject (attribute1 "attr63797") ) +(myObject (attribute1 "attr63798") ) +(myObject (attribute1 "attr63799") ) +(myObject (attribute1 "attr63800") ) +(myObject (attribute1 "attr63801") ) +(myObject (attribute1 "attr63802") ) +(myObject (attribute1 "attr63803") ) +(myObject (attribute1 "attr63804") ) +(myObject (attribute1 "attr63805") ) +(myObject (attribute1 "attr63806") ) +(myObject (attribute1 "attr63807") ) +(myObject (attribute1 "attr63808") ) +(myObject (attribute1 "attr63809") ) +(myObject (attribute1 "attr63810") ) +(myObject (attribute1 "attr63811") ) +(myObject (attribute1 "attr63812") ) +(myObject (attribute1 "attr63813") ) +(myObject (attribute1 "attr63814") ) +(myObject (attribute1 "attr63815") ) +(myObject (attribute1 "attr63816") ) +(myObject (attribute1 "attr63817") ) +(myObject (attribute1 "attr63818") ) +(myObject (attribute1 "attr63819") ) +(myObject (attribute1 "attr63820") ) +(myObject (attribute1 "attr63821") ) +(myObject (attribute1 "attr63822") ) +(myObject (attribute1 "attr63823") ) +(myObject (attribute1 "attr63824") ) +(myObject (attribute1 "attr63825") ) +(myObject (attribute1 "attr63826") ) +(myObject (attribute1 "attr63827") ) +(myObject (attribute1 "attr63828") ) +(myObject (attribute1 "attr63829") ) +(myObject (attribute1 "attr63830") ) +(myObject (attribute1 "attr63831") ) +(myObject (attribute1 "attr63832") ) +(myObject (attribute1 "attr63833") ) +(myObject (attribute1 "attr63834") ) +(myObject (attribute1 "attr63835") ) +(myObject (attribute1 "attr63836") ) +(myObject (attribute1 "attr63837") ) +(myObject (attribute1 "attr63838") ) +(myObject (attribute1 "attr63839") ) +(myObject (attribute1 "attr63840") ) +(myObject (attribute1 "attr63841") ) +(myObject (attribute1 "attr63842") ) +(myObject (attribute1 "attr63843") ) +(myObject (attribute1 "attr63844") ) +(myObject (attribute1 "attr63845") ) +(myObject (attribute1 "attr63846") ) +(myObject (attribute1 "attr63847") ) +(myObject (attribute1 "attr63848") ) +(myObject (attribute1 "attr63849") ) +(myObject (attribute1 "attr63850") ) +(myObject (attribute1 "attr63851") ) +(myObject (attribute1 "attr63852") ) +(myObject (attribute1 "attr63853") ) +(myObject (attribute1 "attr63854") ) +(myObject (attribute1 "attr63855") ) +(myObject (attribute1 "attr63856") ) +(myObject (attribute1 "attr63857") ) +(myObject (attribute1 "attr63858") ) +(myObject (attribute1 "attr63859") ) +(myObject (attribute1 "attr63860") ) +(myObject (attribute1 "attr63861") ) +(myObject (attribute1 "attr63862") ) +(myObject (attribute1 "attr63863") ) +(myObject (attribute1 "attr63864") ) +(myObject (attribute1 "attr63865") ) +(myObject (attribute1 "attr63866") ) +(myObject (attribute1 "attr63867") ) +(myObject (attribute1 "attr63868") ) +(myObject (attribute1 "attr63869") ) +(myObject (attribute1 "attr63870") ) +(myObject (attribute1 "attr63871") ) +(myObject (attribute1 "attr63872") ) +(myObject (attribute1 "attr63873") ) +(myObject (attribute1 "attr63874") ) +(myObject (attribute1 "attr63875") ) +(myObject (attribute1 "attr63876") ) +(myObject (attribute1 "attr63877") ) +(myObject (attribute1 "attr63878") ) +(myObject (attribute1 "attr63879") ) +(myObject (attribute1 "attr63880") ) +(myObject (attribute1 "attr63881") ) +(myObject (attribute1 "attr63882") ) +(myObject (attribute1 "attr63883") ) +(myObject (attribute1 "attr63884") ) +(myObject (attribute1 "attr63885") ) +(myObject (attribute1 "attr63886") ) +(myObject (attribute1 "attr63887") ) +(myObject (attribute1 "attr63888") ) +(myObject (attribute1 "attr63889") ) +(myObject (attribute1 "attr63890") ) +(myObject (attribute1 "attr63891") ) +(myObject (attribute1 "attr63892") ) +(myObject (attribute1 "attr63893") ) +(myObject (attribute1 "attr63894") ) +(myObject (attribute1 "attr63895") ) +(myObject (attribute1 "attr63896") ) +(myObject (attribute1 "attr63897") ) +(myObject (attribute1 "attr63898") ) +(myObject (attribute1 "attr63899") ) +(myObject (attribute1 "attr63900") ) +(myObject (attribute1 "attr63901") ) +(myObject (attribute1 "attr63902") ) +(myObject (attribute1 "attr63903") ) +(myObject (attribute1 "attr63904") ) +(myObject (attribute1 "attr63905") ) +(myObject (attribute1 "attr63906") ) +(myObject (attribute1 "attr63907") ) +(myObject (attribute1 "attr63908") ) +(myObject (attribute1 "attr63909") ) +(myObject (attribute1 "attr63910") ) +(myObject (attribute1 "attr63911") ) +(myObject (attribute1 "attr63912") ) +(myObject (attribute1 "attr63913") ) +(myObject (attribute1 "attr63914") ) +(myObject (attribute1 "attr63915") ) +(myObject (attribute1 "attr63916") ) +(myObject (attribute1 "attr63917") ) +(myObject (attribute1 "attr63918") ) +(myObject (attribute1 "attr63919") ) +(myObject (attribute1 "attr63920") ) +(myObject (attribute1 "attr63921") ) +(myObject (attribute1 "attr63922") ) +(myObject (attribute1 "attr63923") ) +(myObject (attribute1 "attr63924") ) +(myObject (attribute1 "attr63925") ) +(myObject (attribute1 "attr63926") ) +(myObject (attribute1 "attr63927") ) +(myObject (attribute1 "attr63928") ) +(myObject (attribute1 "attr63929") ) +(myObject (attribute1 "attr63930") ) +(myObject (attribute1 "attr63931") ) +(myObject (attribute1 "attr63932") ) +(myObject (attribute1 "attr63933") ) +(myObject (attribute1 "attr63934") ) +(myObject (attribute1 "attr63935") ) +(myObject (attribute1 "attr63936") ) +(myObject (attribute1 "attr63937") ) +(myObject (attribute1 "attr63938") ) +(myObject (attribute1 "attr63939") ) +(myObject (attribute1 "attr63940") ) +(myObject (attribute1 "attr63941") ) +(myObject (attribute1 "attr63942") ) +(myObject (attribute1 "attr63943") ) +(myObject (attribute1 "attr63944") ) +(myObject (attribute1 "attr63945") ) +(myObject (attribute1 "attr63946") ) +(myObject (attribute1 "attr63947") ) +(myObject (attribute1 "attr63948") ) +(myObject (attribute1 "attr63949") ) +(myObject (attribute1 "attr63950") ) +(myObject (attribute1 "attr63951") ) +(myObject (attribute1 "attr63952") ) +(myObject (attribute1 "attr63953") ) +(myObject (attribute1 "attr63954") ) +(myObject (attribute1 "attr63955") ) +(myObject (attribute1 "attr63956") ) +(myObject (attribute1 "attr63957") ) +(myObject (attribute1 "attr63958") ) +(myObject (attribute1 "attr63959") ) +(myObject (attribute1 "attr63960") ) +(myObject (attribute1 "attr63961") ) +(myObject (attribute1 "attr63962") ) +(myObject (attribute1 "attr63963") ) +(myObject (attribute1 "attr63964") ) +(myObject (attribute1 "attr63965") ) +(myObject (attribute1 "attr63966") ) +(myObject (attribute1 "attr63967") ) +(myObject (attribute1 "attr63968") ) +(myObject (attribute1 "attr63969") ) +(myObject (attribute1 "attr63970") ) +(myObject (attribute1 "attr63971") ) +(myObject (attribute1 "attr63972") ) +(myObject (attribute1 "attr63973") ) +(myObject (attribute1 "attr63974") ) +(myObject (attribute1 "attr63975") ) +(myObject (attribute1 "attr63976") ) +(myObject (attribute1 "attr63977") ) +(myObject (attribute1 "attr63978") ) +(myObject (attribute1 "attr63979") ) +(myObject (attribute1 "attr63980") ) +(myObject (attribute1 "attr63981") ) +(myObject (attribute1 "attr63982") ) +(myObject (attribute1 "attr63983") ) +(myObject (attribute1 "attr63984") ) +(myObject (attribute1 "attr63985") ) +(myObject (attribute1 "attr63986") ) +(myObject (attribute1 "attr63987") ) +(myObject (attribute1 "attr63988") ) +(myObject (attribute1 "attr63989") ) +(myObject (attribute1 "attr63990") ) +(myObject (attribute1 "attr63991") ) +(myObject (attribute1 "attr63992") ) +(myObject (attribute1 "attr63993") ) +(myObject (attribute1 "attr63994") ) +(myObject (attribute1 "attr63995") ) +(myObject (attribute1 "attr63996") ) +(myObject (attribute1 "attr63997") ) +(myObject (attribute1 "attr63998") ) +(myObject (attribute1 "attr63999") ) +(myObject (attribute1 "attr64000") ) +(myObject (attribute1 "attr64001") ) +(myObject (attribute1 "attr64002") ) +(myObject (attribute1 "attr64003") ) +(myObject (attribute1 "attr64004") ) +(myObject (attribute1 "attr64005") ) +(myObject (attribute1 "attr64006") ) +(myObject (attribute1 "attr64007") ) +(myObject (attribute1 "attr64008") ) +(myObject (attribute1 "attr64009") ) +(myObject (attribute1 "attr64010") ) +(myObject (attribute1 "attr64011") ) +(myObject (attribute1 "attr64012") ) +(myObject (attribute1 "attr64013") ) +(myObject (attribute1 "attr64014") ) +(myObject (attribute1 "attr64015") ) +(myObject (attribute1 "attr64016") ) +(myObject (attribute1 "attr64017") ) +(myObject (attribute1 "attr64018") ) +(myObject (attribute1 "attr64019") ) +(myObject (attribute1 "attr64020") ) +(myObject (attribute1 "attr64021") ) +(myObject (attribute1 "attr64022") ) +(myObject (attribute1 "attr64023") ) +(myObject (attribute1 "attr64024") ) +(myObject (attribute1 "attr64025") ) +(myObject (attribute1 "attr64026") ) +(myObject (attribute1 "attr64027") ) +(myObject (attribute1 "attr64028") ) +(myObject (attribute1 "attr64029") ) +(myObject (attribute1 "attr64030") ) +(myObject (attribute1 "attr64031") ) +(myObject (attribute1 "attr64032") ) +(myObject (attribute1 "attr64033") ) +(myObject (attribute1 "attr64034") ) +(myObject (attribute1 "attr64035") ) +(myObject (attribute1 "attr64036") ) +(myObject (attribute1 "attr64037") ) +(myObject (attribute1 "attr64038") ) +(myObject (attribute1 "attr64039") ) +(myObject (attribute1 "attr64040") ) +(myObject (attribute1 "attr64041") ) +(myObject (attribute1 "attr64042") ) +(myObject (attribute1 "attr64043") ) +(myObject (attribute1 "attr64044") ) +(myObject (attribute1 "attr64045") ) +(myObject (attribute1 "attr64046") ) +(myObject (attribute1 "attr64047") ) +(myObject (attribute1 "attr64048") ) +(myObject (attribute1 "attr64049") ) +(myObject (attribute1 "attr64050") ) +(myObject (attribute1 "attr64051") ) +(myObject (attribute1 "attr64052") ) +(myObject (attribute1 "attr64053") ) +(myObject (attribute1 "attr64054") ) +(myObject (attribute1 "attr64055") ) +(myObject (attribute1 "attr64056") ) +(myObject (attribute1 "attr64057") ) +(myObject (attribute1 "attr64058") ) +(myObject (attribute1 "attr64059") ) +(myObject (attribute1 "attr64060") ) +(myObject (attribute1 "attr64061") ) +(myObject (attribute1 "attr64062") ) +(myObject (attribute1 "attr64063") ) +(myObject (attribute1 "attr64064") ) +(myObject (attribute1 "attr64065") ) +(myObject (attribute1 "attr64066") ) +(myObject (attribute1 "attr64067") ) +(myObject (attribute1 "attr64068") ) +(myObject (attribute1 "attr64069") ) +(myObject (attribute1 "attr64070") ) +(myObject (attribute1 "attr64071") ) +(myObject (attribute1 "attr64072") ) +(myObject (attribute1 "attr64073") ) +(myObject (attribute1 "attr64074") ) +(myObject (attribute1 "attr64075") ) +(myObject (attribute1 "attr64076") ) +(myObject (attribute1 "attr64077") ) +(myObject (attribute1 "attr64078") ) +(myObject (attribute1 "attr64079") ) +(myObject (attribute1 "attr64080") ) +(myObject (attribute1 "attr64081") ) +(myObject (attribute1 "attr64082") ) +(myObject (attribute1 "attr64083") ) +(myObject (attribute1 "attr64084") ) +(myObject (attribute1 "attr64085") ) +(myObject (attribute1 "attr64086") ) +(myObject (attribute1 "attr64087") ) +(myObject (attribute1 "attr64088") ) +(myObject (attribute1 "attr64089") ) +(myObject (attribute1 "attr64090") ) +(myObject (attribute1 "attr64091") ) +(myObject (attribute1 "attr64092") ) +(myObject (attribute1 "attr64093") ) +(myObject (attribute1 "attr64094") ) +(myObject (attribute1 "attr64095") ) +(myObject (attribute1 "attr64096") ) +(myObject (attribute1 "attr64097") ) +(myObject (attribute1 "attr64098") ) +(myObject (attribute1 "attr64099") ) +(myObject (attribute1 "attr64100") ) +(myObject (attribute1 "attr64101") ) +(myObject (attribute1 "attr64102") ) +(myObject (attribute1 "attr64103") ) +(myObject (attribute1 "attr64104") ) +(myObject (attribute1 "attr64105") ) +(myObject (attribute1 "attr64106") ) +(myObject (attribute1 "attr64107") ) +(myObject (attribute1 "attr64108") ) +(myObject (attribute1 "attr64109") ) +(myObject (attribute1 "attr64110") ) +(myObject (attribute1 "attr64111") ) +(myObject (attribute1 "attr64112") ) +(myObject (attribute1 "attr64113") ) +(myObject (attribute1 "attr64114") ) +(myObject (attribute1 "attr64115") ) +(myObject (attribute1 "attr64116") ) +(myObject (attribute1 "attr64117") ) +(myObject (attribute1 "attr64118") ) +(myObject (attribute1 "attr64119") ) +(myObject (attribute1 "attr64120") ) +(myObject (attribute1 "attr64121") ) +(myObject (attribute1 "attr64122") ) +(myObject (attribute1 "attr64123") ) +(myObject (attribute1 "attr64124") ) +(myObject (attribute1 "attr64125") ) +(myObject (attribute1 "attr64126") ) +(myObject (attribute1 "attr64127") ) +(myObject (attribute1 "attr64128") ) +(myObject (attribute1 "attr64129") ) +(myObject (attribute1 "attr64130") ) +(myObject (attribute1 "attr64131") ) +(myObject (attribute1 "attr64132") ) +(myObject (attribute1 "attr64133") ) +(myObject (attribute1 "attr64134") ) +(myObject (attribute1 "attr64135") ) +(myObject (attribute1 "attr64136") ) +(myObject (attribute1 "attr64137") ) +(myObject (attribute1 "attr64138") ) +(myObject (attribute1 "attr64139") ) +(myObject (attribute1 "attr64140") ) +(myObject (attribute1 "attr64141") ) +(myObject (attribute1 "attr64142") ) +(myObject (attribute1 "attr64143") ) +(myObject (attribute1 "attr64144") ) +(myObject (attribute1 "attr64145") ) +(myObject (attribute1 "attr64146") ) +(myObject (attribute1 "attr64147") ) +(myObject (attribute1 "attr64148") ) +(myObject (attribute1 "attr64149") ) +(myObject (attribute1 "attr64150") ) +(myObject (attribute1 "attr64151") ) +(myObject (attribute1 "attr64152") ) +(myObject (attribute1 "attr64153") ) +(myObject (attribute1 "attr64154") ) +(myObject (attribute1 "attr64155") ) +(myObject (attribute1 "attr64156") ) +(myObject (attribute1 "attr64157") ) +(myObject (attribute1 "attr64158") ) +(myObject (attribute1 "attr64159") ) +(myObject (attribute1 "attr64160") ) +(myObject (attribute1 "attr64161") ) +(myObject (attribute1 "attr64162") ) +(myObject (attribute1 "attr64163") ) +(myObject (attribute1 "attr64164") ) +(myObject (attribute1 "attr64165") ) +(myObject (attribute1 "attr64166") ) +(myObject (attribute1 "attr64167") ) +(myObject (attribute1 "attr64168") ) +(myObject (attribute1 "attr64169") ) +(myObject (attribute1 "attr64170") ) +(myObject (attribute1 "attr64171") ) +(myObject (attribute1 "attr64172") ) +(myObject (attribute1 "attr64173") ) +(myObject (attribute1 "attr64174") ) +(myObject (attribute1 "attr64175") ) +(myObject (attribute1 "attr64176") ) +(myObject (attribute1 "attr64177") ) +(myObject (attribute1 "attr64178") ) +(myObject (attribute1 "attr64179") ) +(myObject (attribute1 "attr64180") ) +(myObject (attribute1 "attr64181") ) +(myObject (attribute1 "attr64182") ) +(myObject (attribute1 "attr64183") ) +(myObject (attribute1 "attr64184") ) +(myObject (attribute1 "attr64185") ) +(myObject (attribute1 "attr64186") ) +(myObject (attribute1 "attr64187") ) +(myObject (attribute1 "attr64188") ) +(myObject (attribute1 "attr64189") ) +(myObject (attribute1 "attr64190") ) +(myObject (attribute1 "attr64191") ) +(myObject (attribute1 "attr64192") ) +(myObject (attribute1 "attr64193") ) +(myObject (attribute1 "attr64194") ) +(myObject (attribute1 "attr64195") ) +(myObject (attribute1 "attr64196") ) +(myObject (attribute1 "attr64197") ) +(myObject (attribute1 "attr64198") ) +(myObject (attribute1 "attr64199") ) +(myObject (attribute1 "attr64200") ) +(myObject (attribute1 "attr64201") ) +(myObject (attribute1 "attr64202") ) +(myObject (attribute1 "attr64203") ) +(myObject (attribute1 "attr64204") ) +(myObject (attribute1 "attr64205") ) +(myObject (attribute1 "attr64206") ) +(myObject (attribute1 "attr64207") ) +(myObject (attribute1 "attr64208") ) +(myObject (attribute1 "attr64209") ) +(myObject (attribute1 "attr64210") ) +(myObject (attribute1 "attr64211") ) +(myObject (attribute1 "attr64212") ) +(myObject (attribute1 "attr64213") ) +(myObject (attribute1 "attr64214") ) +(myObject (attribute1 "attr64215") ) +(myObject (attribute1 "attr64216") ) +(myObject (attribute1 "attr64217") ) +(myObject (attribute1 "attr64218") ) +(myObject (attribute1 "attr64219") ) +(myObject (attribute1 "attr64220") ) +(myObject (attribute1 "attr64221") ) +(myObject (attribute1 "attr64222") ) +(myObject (attribute1 "attr64223") ) +(myObject (attribute1 "attr64224") ) +(myObject (attribute1 "attr64225") ) +(myObject (attribute1 "attr64226") ) +(myObject (attribute1 "attr64227") ) +(myObject (attribute1 "attr64228") ) +(myObject (attribute1 "attr64229") ) +(myObject (attribute1 "attr64230") ) +(myObject (attribute1 "attr64231") ) +(myObject (attribute1 "attr64232") ) +(myObject (attribute1 "attr64233") ) +(myObject (attribute1 "attr64234") ) +(myObject (attribute1 "attr64235") ) +(myObject (attribute1 "attr64236") ) +(myObject (attribute1 "attr64237") ) +(myObject (attribute1 "attr64238") ) +(myObject (attribute1 "attr64239") ) +(myObject (attribute1 "attr64240") ) +(myObject (attribute1 "attr64241") ) +(myObject (attribute1 "attr64242") ) +(myObject (attribute1 "attr64243") ) +(myObject (attribute1 "attr64244") ) +(myObject (attribute1 "attr64245") ) +(myObject (attribute1 "attr64246") ) +(myObject (attribute1 "attr64247") ) +(myObject (attribute1 "attr64248") ) +(myObject (attribute1 "attr64249") ) +(myObject (attribute1 "attr64250") ) +(myObject (attribute1 "attr64251") ) +(myObject (attribute1 "attr64252") ) +(myObject (attribute1 "attr64253") ) +(myObject (attribute1 "attr64254") ) +(myObject (attribute1 "attr64255") ) +(myObject (attribute1 "attr64256") ) +(myObject (attribute1 "attr64257") ) +(myObject (attribute1 "attr64258") ) +(myObject (attribute1 "attr64259") ) +(myObject (attribute1 "attr64260") ) +(myObject (attribute1 "attr64261") ) +(myObject (attribute1 "attr64262") ) +(myObject (attribute1 "attr64263") ) +(myObject (attribute1 "attr64264") ) +(myObject (attribute1 "attr64265") ) +(myObject (attribute1 "attr64266") ) +(myObject (attribute1 "attr64267") ) +(myObject (attribute1 "attr64268") ) +(myObject (attribute1 "attr64269") ) +(myObject (attribute1 "attr64270") ) +(myObject (attribute1 "attr64271") ) +(myObject (attribute1 "attr64272") ) +(myObject (attribute1 "attr64273") ) +(myObject (attribute1 "attr64274") ) +(myObject (attribute1 "attr64275") ) +(myObject (attribute1 "attr64276") ) +(myObject (attribute1 "attr64277") ) +(myObject (attribute1 "attr64278") ) +(myObject (attribute1 "attr64279") ) +(myObject (attribute1 "attr64280") ) +(myObject (attribute1 "attr64281") ) +(myObject (attribute1 "attr64282") ) +(myObject (attribute1 "attr64283") ) +(myObject (attribute1 "attr64284") ) +(myObject (attribute1 "attr64285") ) +(myObject (attribute1 "attr64286") ) +(myObject (attribute1 "attr64287") ) +(myObject (attribute1 "attr64288") ) +(myObject (attribute1 "attr64289") ) +(myObject (attribute1 "attr64290") ) +(myObject (attribute1 "attr64291") ) +(myObject (attribute1 "attr64292") ) +(myObject (attribute1 "attr64293") ) +(myObject (attribute1 "attr64294") ) +(myObject (attribute1 "attr64295") ) +(myObject (attribute1 "attr64296") ) +(myObject (attribute1 "attr64297") ) +(myObject (attribute1 "attr64298") ) +(myObject (attribute1 "attr64299") ) +(myObject (attribute1 "attr64300") ) +(myObject (attribute1 "attr64301") ) +(myObject (attribute1 "attr64302") ) +(myObject (attribute1 "attr64303") ) +(myObject (attribute1 "attr64304") ) +(myObject (attribute1 "attr64305") ) +(myObject (attribute1 "attr64306") ) +(myObject (attribute1 "attr64307") ) +(myObject (attribute1 "attr64308") ) +(myObject (attribute1 "attr64309") ) +(myObject (attribute1 "attr64310") ) +(myObject (attribute1 "attr64311") ) +(myObject (attribute1 "attr64312") ) +(myObject (attribute1 "attr64313") ) +(myObject (attribute1 "attr64314") ) +(myObject (attribute1 "attr64315") ) +(myObject (attribute1 "attr64316") ) +(myObject (attribute1 "attr64317") ) +(myObject (attribute1 "attr64318") ) +(myObject (attribute1 "attr64319") ) +(myObject (attribute1 "attr64320") ) +(myObject (attribute1 "attr64321") ) +(myObject (attribute1 "attr64322") ) +(myObject (attribute1 "attr64323") ) +(myObject (attribute1 "attr64324") ) +(myObject (attribute1 "attr64325") ) +(myObject (attribute1 "attr64326") ) +(myObject (attribute1 "attr64327") ) +(myObject (attribute1 "attr64328") ) +(myObject (attribute1 "attr64329") ) +(myObject (attribute1 "attr64330") ) +(myObject (attribute1 "attr64331") ) +(myObject (attribute1 "attr64332") ) +(myObject (attribute1 "attr64333") ) +(myObject (attribute1 "attr64334") ) +(myObject (attribute1 "attr64335") ) +(myObject (attribute1 "attr64336") ) +(myObject (attribute1 "attr64337") ) +(myObject (attribute1 "attr64338") ) +(myObject (attribute1 "attr64339") ) +(myObject (attribute1 "attr64340") ) +(myObject (attribute1 "attr64341") ) +(myObject (attribute1 "attr64342") ) +(myObject (attribute1 "attr64343") ) +(myObject (attribute1 "attr64344") ) +(myObject (attribute1 "attr64345") ) +(myObject (attribute1 "attr64346") ) +(myObject (attribute1 "attr64347") ) +(myObject (attribute1 "attr64348") ) +(myObject (attribute1 "attr64349") ) +(myObject (attribute1 "attr64350") ) +(myObject (attribute1 "attr64351") ) +(myObject (attribute1 "attr64352") ) +(myObject (attribute1 "attr64353") ) +(myObject (attribute1 "attr64354") ) +(myObject (attribute1 "attr64355") ) +(myObject (attribute1 "attr64356") ) +(myObject (attribute1 "attr64357") ) +(myObject (attribute1 "attr64358") ) +(myObject (attribute1 "attr64359") ) +(myObject (attribute1 "attr64360") ) +(myObject (attribute1 "attr64361") ) +(myObject (attribute1 "attr64362") ) +(myObject (attribute1 "attr64363") ) +(myObject (attribute1 "attr64364") ) +(myObject (attribute1 "attr64365") ) +(myObject (attribute1 "attr64366") ) +(myObject (attribute1 "attr64367") ) +(myObject (attribute1 "attr64368") ) +(myObject (attribute1 "attr64369") ) +(myObject (attribute1 "attr64370") ) +(myObject (attribute1 "attr64371") ) +(myObject (attribute1 "attr64372") ) +(myObject (attribute1 "attr64373") ) +(myObject (attribute1 "attr64374") ) +(myObject (attribute1 "attr64375") ) +(myObject (attribute1 "attr64376") ) +(myObject (attribute1 "attr64377") ) +(myObject (attribute1 "attr64378") ) +(myObject (attribute1 "attr64379") ) +(myObject (attribute1 "attr64380") ) +(myObject (attribute1 "attr64381") ) +(myObject (attribute1 "attr64382") ) +(myObject (attribute1 "attr64383") ) +(myObject (attribute1 "attr64384") ) +(myObject (attribute1 "attr64385") ) +(myObject (attribute1 "attr64386") ) +(myObject (attribute1 "attr64387") ) +(myObject (attribute1 "attr64388") ) +(myObject (attribute1 "attr64389") ) +(myObject (attribute1 "attr64390") ) +(myObject (attribute1 "attr64391") ) +(myObject (attribute1 "attr64392") ) +(myObject (attribute1 "attr64393") ) +(myObject (attribute1 "attr64394") ) +(myObject (attribute1 "attr64395") ) +(myObject (attribute1 "attr64396") ) +(myObject (attribute1 "attr64397") ) +(myObject (attribute1 "attr64398") ) +(myObject (attribute1 "attr64399") ) +(myObject (attribute1 "attr64400") ) +(myObject (attribute1 "attr64401") ) +(myObject (attribute1 "attr64402") ) +(myObject (attribute1 "attr64403") ) +(myObject (attribute1 "attr64404") ) +(myObject (attribute1 "attr64405") ) +(myObject (attribute1 "attr64406") ) +(myObject (attribute1 "attr64407") ) +(myObject (attribute1 "attr64408") ) +(myObject (attribute1 "attr64409") ) +(myObject (attribute1 "attr64410") ) +(myObject (attribute1 "attr64411") ) +(myObject (attribute1 "attr64412") ) +(myObject (attribute1 "attr64413") ) +(myObject (attribute1 "attr64414") ) +(myObject (attribute1 "attr64415") ) +(myObject (attribute1 "attr64416") ) +(myObject (attribute1 "attr64417") ) +(myObject (attribute1 "attr64418") ) +(myObject (attribute1 "attr64419") ) +(myObject (attribute1 "attr64420") ) +(myObject (attribute1 "attr64421") ) +(myObject (attribute1 "attr64422") ) +(myObject (attribute1 "attr64423") ) +(myObject (attribute1 "attr64424") ) +(myObject (attribute1 "attr64425") ) +(myObject (attribute1 "attr64426") ) +(myObject (attribute1 "attr64427") ) +(myObject (attribute1 "attr64428") ) +(myObject (attribute1 "attr64429") ) +(myObject (attribute1 "attr64430") ) +(myObject (attribute1 "attr64431") ) +(myObject (attribute1 "attr64432") ) +(myObject (attribute1 "attr64433") ) +(myObject (attribute1 "attr64434") ) +(myObject (attribute1 "attr64435") ) +(myObject (attribute1 "attr64436") ) +(myObject (attribute1 "attr64437") ) +(myObject (attribute1 "attr64438") ) +(myObject (attribute1 "attr64439") ) +(myObject (attribute1 "attr64440") ) +(myObject (attribute1 "attr64441") ) +(myObject (attribute1 "attr64442") ) +(myObject (attribute1 "attr64443") ) +(myObject (attribute1 "attr64444") ) +(myObject (attribute1 "attr64445") ) +(myObject (attribute1 "attr64446") ) +(myObject (attribute1 "attr64447") ) +(myObject (attribute1 "attr64448") ) +(myObject (attribute1 "attr64449") ) +(myObject (attribute1 "attr64450") ) +(myObject (attribute1 "attr64451") ) +(myObject (attribute1 "attr64452") ) +(myObject (attribute1 "attr64453") ) +(myObject (attribute1 "attr64454") ) +(myObject (attribute1 "attr64455") ) +(myObject (attribute1 "attr64456") ) +(myObject (attribute1 "attr64457") ) +(myObject (attribute1 "attr64458") ) +(myObject (attribute1 "attr64459") ) +(myObject (attribute1 "attr64460") ) +(myObject (attribute1 "attr64461") ) +(myObject (attribute1 "attr64462") ) +(myObject (attribute1 "attr64463") ) +(myObject (attribute1 "attr64464") ) +(myObject (attribute1 "attr64465") ) +(myObject (attribute1 "attr64466") ) +(myObject (attribute1 "attr64467") ) +(myObject (attribute1 "attr64468") ) +(myObject (attribute1 "attr64469") ) +(myObject (attribute1 "attr64470") ) +(myObject (attribute1 "attr64471") ) +(myObject (attribute1 "attr64472") ) +(myObject (attribute1 "attr64473") ) +(myObject (attribute1 "attr64474") ) +(myObject (attribute1 "attr64475") ) +(myObject (attribute1 "attr64476") ) +(myObject (attribute1 "attr64477") ) +(myObject (attribute1 "attr64478") ) +(myObject (attribute1 "attr64479") ) +(myObject (attribute1 "attr64480") ) +(myObject (attribute1 "attr64481") ) +(myObject (attribute1 "attr64482") ) +(myObject (attribute1 "attr64483") ) +(myObject (attribute1 "attr64484") ) +(myObject (attribute1 "attr64485") ) +(myObject (attribute1 "attr64486") ) +(myObject (attribute1 "attr64487") ) +(myObject (attribute1 "attr64488") ) +(myObject (attribute1 "attr64489") ) +(myObject (attribute1 "attr64490") ) +(myObject (attribute1 "attr64491") ) +(myObject (attribute1 "attr64492") ) +(myObject (attribute1 "attr64493") ) +(myObject (attribute1 "attr64494") ) +(myObject (attribute1 "attr64495") ) +(myObject (attribute1 "attr64496") ) +(myObject (attribute1 "attr64497") ) +(myObject (attribute1 "attr64498") ) +(myObject (attribute1 "attr64499") ) +(myObject (attribute1 "attr64500") ) +(myObject (attribute1 "attr64501") ) +(myObject (attribute1 "attr64502") ) +(myObject (attribute1 "attr64503") ) +(myObject (attribute1 "attr64504") ) +(myObject (attribute1 "attr64505") ) +(myObject (attribute1 "attr64506") ) +(myObject (attribute1 "attr64507") ) +(myObject (attribute1 "attr64508") ) +(myObject (attribute1 "attr64509") ) +(myObject (attribute1 "attr64510") ) +(myObject (attribute1 "attr64511") ) +(myObject (attribute1 "attr64512") ) +(myObject (attribute1 "attr64513") ) +(myObject (attribute1 "attr64514") ) +(myObject (attribute1 "attr64515") ) +(myObject (attribute1 "attr64516") ) +(myObject (attribute1 "attr64517") ) +(myObject (attribute1 "attr64518") ) +(myObject (attribute1 "attr64519") ) +(myObject (attribute1 "attr64520") ) +(myObject (attribute1 "attr64521") ) +(myObject (attribute1 "attr64522") ) +(myObject (attribute1 "attr64523") ) +(myObject (attribute1 "attr64524") ) +(myObject (attribute1 "attr64525") ) +(myObject (attribute1 "attr64526") ) +(myObject (attribute1 "attr64527") ) +(myObject (attribute1 "attr64528") ) +(myObject (attribute1 "attr64529") ) +(myObject (attribute1 "attr64530") ) +(myObject (attribute1 "attr64531") ) +(myObject (attribute1 "attr64532") ) +(myObject (attribute1 "attr64533") ) +(myObject (attribute1 "attr64534") ) +(myObject (attribute1 "attr64535") ) +(myObject (attribute1 "attr64536") ) +(myObject (attribute1 "attr64537") ) +(myObject (attribute1 "attr64538") ) +(myObject (attribute1 "attr64539") ) +(myObject (attribute1 "attr64540") ) +(myObject (attribute1 "attr64541") ) +(myObject (attribute1 "attr64542") ) +(myObject (attribute1 "attr64543") ) +(myObject (attribute1 "attr64544") ) +(myObject (attribute1 "attr64545") ) +(myObject (attribute1 "attr64546") ) +(myObject (attribute1 "attr64547") ) +(myObject (attribute1 "attr64548") ) +(myObject (attribute1 "attr64549") ) +(myObject (attribute1 "attr64550") ) +(myObject (attribute1 "attr64551") ) +(myObject (attribute1 "attr64552") ) +(myObject (attribute1 "attr64553") ) +(myObject (attribute1 "attr64554") ) +(myObject (attribute1 "attr64555") ) +(myObject (attribute1 "attr64556") ) +(myObject (attribute1 "attr64557") ) +(myObject (attribute1 "attr64558") ) +(myObject (attribute1 "attr64559") ) +(myObject (attribute1 "attr64560") ) +(myObject (attribute1 "attr64561") ) +(myObject (attribute1 "attr64562") ) +(myObject (attribute1 "attr64563") ) +(myObject (attribute1 "attr64564") ) +(myObject (attribute1 "attr64565") ) +(myObject (attribute1 "attr64566") ) +(myObject (attribute1 "attr64567") ) +(myObject (attribute1 "attr64568") ) +(myObject (attribute1 "attr64569") ) +(myObject (attribute1 "attr64570") ) +(myObject (attribute1 "attr64571") ) +(myObject (attribute1 "attr64572") ) +(myObject (attribute1 "attr64573") ) +(myObject (attribute1 "attr64574") ) +(myObject (attribute1 "attr64575") ) +(myObject (attribute1 "attr64576") ) +(myObject (attribute1 "attr64577") ) +(myObject (attribute1 "attr64578") ) +(myObject (attribute1 "attr64579") ) +(myObject (attribute1 "attr64580") ) +(myObject (attribute1 "attr64581") ) +(myObject (attribute1 "attr64582") ) +(myObject (attribute1 "attr64583") ) +(myObject (attribute1 "attr64584") ) +(myObject (attribute1 "attr64585") ) +(myObject (attribute1 "attr64586") ) +(myObject (attribute1 "attr64587") ) +(myObject (attribute1 "attr64588") ) +(myObject (attribute1 "attr64589") ) +(myObject (attribute1 "attr64590") ) +(myObject (attribute1 "attr64591") ) +(myObject (attribute1 "attr64592") ) +(myObject (attribute1 "attr64593") ) +(myObject (attribute1 "attr64594") ) +(myObject (attribute1 "attr64595") ) +(myObject (attribute1 "attr64596") ) +(myObject (attribute1 "attr64597") ) +(myObject (attribute1 "attr64598") ) +(myObject (attribute1 "attr64599") ) +(myObject (attribute1 "attr64600") ) +(myObject (attribute1 "attr64601") ) +(myObject (attribute1 "attr64602") ) +(myObject (attribute1 "attr64603") ) +(myObject (attribute1 "attr64604") ) +(myObject (attribute1 "attr64605") ) +(myObject (attribute1 "attr64606") ) +(myObject (attribute1 "attr64607") ) +(myObject (attribute1 "attr64608") ) +(myObject (attribute1 "attr64609") ) +(myObject (attribute1 "attr64610") ) +(myObject (attribute1 "attr64611") ) +(myObject (attribute1 "attr64612") ) +(myObject (attribute1 "attr64613") ) +(myObject (attribute1 "attr64614") ) +(myObject (attribute1 "attr64615") ) +(myObject (attribute1 "attr64616") ) +(myObject (attribute1 "attr64617") ) +(myObject (attribute1 "attr64618") ) +(myObject (attribute1 "attr64619") ) +(myObject (attribute1 "attr64620") ) +(myObject (attribute1 "attr64621") ) +(myObject (attribute1 "attr64622") ) +(myObject (attribute1 "attr64623") ) +(myObject (attribute1 "attr64624") ) +(myObject (attribute1 "attr64625") ) +(myObject (attribute1 "attr64626") ) +(myObject (attribute1 "attr64627") ) +(myObject (attribute1 "attr64628") ) +(myObject (attribute1 "attr64629") ) +(myObject (attribute1 "attr64630") ) +(myObject (attribute1 "attr64631") ) +(myObject (attribute1 "attr64632") ) +(myObject (attribute1 "attr64633") ) +(myObject (attribute1 "attr64634") ) +(myObject (attribute1 "attr64635") ) +(myObject (attribute1 "attr64636") ) +(myObject (attribute1 "attr64637") ) +(myObject (attribute1 "attr64638") ) +(myObject (attribute1 "attr64639") ) +(myObject (attribute1 "attr64640") ) +(myObject (attribute1 "attr64641") ) +(myObject (attribute1 "attr64642") ) +(myObject (attribute1 "attr64643") ) +(myObject (attribute1 "attr64644") ) +(myObject (attribute1 "attr64645") ) +(myObject (attribute1 "attr64646") ) +(myObject (attribute1 "attr64647") ) +(myObject (attribute1 "attr64648") ) +(myObject (attribute1 "attr64649") ) +(myObject (attribute1 "attr64650") ) +(myObject (attribute1 "attr64651") ) +(myObject (attribute1 "attr64652") ) +(myObject (attribute1 "attr64653") ) +(myObject (attribute1 "attr64654") ) +(myObject (attribute1 "attr64655") ) +(myObject (attribute1 "attr64656") ) +(myObject (attribute1 "attr64657") ) +(myObject (attribute1 "attr64658") ) +(myObject (attribute1 "attr64659") ) +(myObject (attribute1 "attr64660") ) +(myObject (attribute1 "attr64661") ) +(myObject (attribute1 "attr64662") ) +(myObject (attribute1 "attr64663") ) +(myObject (attribute1 "attr64664") ) +(myObject (attribute1 "attr64665") ) +(myObject (attribute1 "attr64666") ) +(myObject (attribute1 "attr64667") ) +(myObject (attribute1 "attr64668") ) +(myObject (attribute1 "attr64669") ) +(myObject (attribute1 "attr64670") ) +(myObject (attribute1 "attr64671") ) +(myObject (attribute1 "attr64672") ) +(myObject (attribute1 "attr64673") ) +(myObject (attribute1 "attr64674") ) +(myObject (attribute1 "attr64675") ) +(myObject (attribute1 "attr64676") ) +(myObject (attribute1 "attr64677") ) +(myObject (attribute1 "attr64678") ) +(myObject (attribute1 "attr64679") ) +(myObject (attribute1 "attr64680") ) +(myObject (attribute1 "attr64681") ) +(myObject (attribute1 "attr64682") ) +(myObject (attribute1 "attr64683") ) +(myObject (attribute1 "attr64684") ) +(myObject (attribute1 "attr64685") ) +(myObject (attribute1 "attr64686") ) +(myObject (attribute1 "attr64687") ) +(myObject (attribute1 "attr64688") ) +(myObject (attribute1 "attr64689") ) +(myObject (attribute1 "attr64690") ) +(myObject (attribute1 "attr64691") ) +(myObject (attribute1 "attr64692") ) +(myObject (attribute1 "attr64693") ) +(myObject (attribute1 "attr64694") ) +(myObject (attribute1 "attr64695") ) +(myObject (attribute1 "attr64696") ) +(myObject (attribute1 "attr64697") ) +(myObject (attribute1 "attr64698") ) +(myObject (attribute1 "attr64699") ) +(myObject (attribute1 "attr64700") ) +(myObject (attribute1 "attr64701") ) +(myObject (attribute1 "attr64702") ) +(myObject (attribute1 "attr64703") ) +(myObject (attribute1 "attr64704") ) +(myObject (attribute1 "attr64705") ) +(myObject (attribute1 "attr64706") ) +(myObject (attribute1 "attr64707") ) +(myObject (attribute1 "attr64708") ) +(myObject (attribute1 "attr64709") ) +(myObject (attribute1 "attr64710") ) +(myObject (attribute1 "attr64711") ) +(myObject (attribute1 "attr64712") ) +(myObject (attribute1 "attr64713") ) +(myObject (attribute1 "attr64714") ) +(myObject (attribute1 "attr64715") ) +(myObject (attribute1 "attr64716") ) +(myObject (attribute1 "attr64717") ) +(myObject (attribute1 "attr64718") ) +(myObject (attribute1 "attr64719") ) +(myObject (attribute1 "attr64720") ) +(myObject (attribute1 "attr64721") ) +(myObject (attribute1 "attr64722") ) +(myObject (attribute1 "attr64723") ) +(myObject (attribute1 "attr64724") ) +(myObject (attribute1 "attr64725") ) +(myObject (attribute1 "attr64726") ) +(myObject (attribute1 "attr64727") ) +(myObject (attribute1 "attr64728") ) +(myObject (attribute1 "attr64729") ) +(myObject (attribute1 "attr64730") ) +(myObject (attribute1 "attr64731") ) +(myObject (attribute1 "attr64732") ) +(myObject (attribute1 "attr64733") ) +(myObject (attribute1 "attr64734") ) +(myObject (attribute1 "attr64735") ) +(myObject (attribute1 "attr64736") ) +(myObject (attribute1 "attr64737") ) +(myObject (attribute1 "attr64738") ) +(myObject (attribute1 "attr64739") ) +(myObject (attribute1 "attr64740") ) +(myObject (attribute1 "attr64741") ) +(myObject (attribute1 "attr64742") ) +(myObject (attribute1 "attr64743") ) +(myObject (attribute1 "attr64744") ) +(myObject (attribute1 "attr64745") ) +(myObject (attribute1 "attr64746") ) +(myObject (attribute1 "attr64747") ) +(myObject (attribute1 "attr64748") ) +(myObject (attribute1 "attr64749") ) +(myObject (attribute1 "attr64750") ) +(myObject (attribute1 "attr64751") ) +(myObject (attribute1 "attr64752") ) +(myObject (attribute1 "attr64753") ) +(myObject (attribute1 "attr64754") ) +(myObject (attribute1 "attr64755") ) +(myObject (attribute1 "attr64756") ) +(myObject (attribute1 "attr64757") ) +(myObject (attribute1 "attr64758") ) +(myObject (attribute1 "attr64759") ) +(myObject (attribute1 "attr64760") ) +(myObject (attribute1 "attr64761") ) +(myObject (attribute1 "attr64762") ) +(myObject (attribute1 "attr64763") ) +(myObject (attribute1 "attr64764") ) +(myObject (attribute1 "attr64765") ) +(myObject (attribute1 "attr64766") ) +(myObject (attribute1 "attr64767") ) +(myObject (attribute1 "attr64768") ) +(myObject (attribute1 "attr64769") ) +(myObject (attribute1 "attr64770") ) +(myObject (attribute1 "attr64771") ) +(myObject (attribute1 "attr64772") ) +(myObject (attribute1 "attr64773") ) +(myObject (attribute1 "attr64774") ) +(myObject (attribute1 "attr64775") ) +(myObject (attribute1 "attr64776") ) +(myObject (attribute1 "attr64777") ) +(myObject (attribute1 "attr64778") ) +(myObject (attribute1 "attr64779") ) +(myObject (attribute1 "attr64780") ) +(myObject (attribute1 "attr64781") ) +(myObject (attribute1 "attr64782") ) +(myObject (attribute1 "attr64783") ) +(myObject (attribute1 "attr64784") ) +(myObject (attribute1 "attr64785") ) +(myObject (attribute1 "attr64786") ) +(myObject (attribute1 "attr64787") ) +(myObject (attribute1 "attr64788") ) +(myObject (attribute1 "attr64789") ) +(myObject (attribute1 "attr64790") ) +(myObject (attribute1 "attr64791") ) +(myObject (attribute1 "attr64792") ) +(myObject (attribute1 "attr64793") ) +(myObject (attribute1 "attr64794") ) +(myObject (attribute1 "attr64795") ) +(myObject (attribute1 "attr64796") ) +(myObject (attribute1 "attr64797") ) +(myObject (attribute1 "attr64798") ) +(myObject (attribute1 "attr64799") ) +(myObject (attribute1 "attr64800") ) +(myObject (attribute1 "attr64801") ) +(myObject (attribute1 "attr64802") ) +(myObject (attribute1 "attr64803") ) +(myObject (attribute1 "attr64804") ) +(myObject (attribute1 "attr64805") ) +(myObject (attribute1 "attr64806") ) +(myObject (attribute1 "attr64807") ) +(myObject (attribute1 "attr64808") ) +(myObject (attribute1 "attr64809") ) +(myObject (attribute1 "attr64810") ) +(myObject (attribute1 "attr64811") ) +(myObject (attribute1 "attr64812") ) +(myObject (attribute1 "attr64813") ) +(myObject (attribute1 "attr64814") ) +(myObject (attribute1 "attr64815") ) +(myObject (attribute1 "attr64816") ) +(myObject (attribute1 "attr64817") ) +(myObject (attribute1 "attr64818") ) +(myObject (attribute1 "attr64819") ) +(myObject (attribute1 "attr64820") ) +(myObject (attribute1 "attr64821") ) +(myObject (attribute1 "attr64822") ) +(myObject (attribute1 "attr64823") ) +(myObject (attribute1 "attr64824") ) +(myObject (attribute1 "attr64825") ) +(myObject (attribute1 "attr64826") ) +(myObject (attribute1 "attr64827") ) +(myObject (attribute1 "attr64828") ) +(myObject (attribute1 "attr64829") ) +(myObject (attribute1 "attr64830") ) +(myObject (attribute1 "attr64831") ) +(myObject (attribute1 "attr64832") ) +(myObject (attribute1 "attr64833") ) +(myObject (attribute1 "attr64834") ) +(myObject (attribute1 "attr64835") ) +(myObject (attribute1 "attr64836") ) +(myObject (attribute1 "attr64837") ) +(myObject (attribute1 "attr64838") ) +(myObject (attribute1 "attr64839") ) +(myObject (attribute1 "attr64840") ) +(myObject (attribute1 "attr64841") ) +(myObject (attribute1 "attr64842") ) +(myObject (attribute1 "attr64843") ) +(myObject (attribute1 "attr64844") ) +(myObject (attribute1 "attr64845") ) +(myObject (attribute1 "attr64846") ) +(myObject (attribute1 "attr64847") ) +(myObject (attribute1 "attr64848") ) +(myObject (attribute1 "attr64849") ) +(myObject (attribute1 "attr64850") ) +(myObject (attribute1 "attr64851") ) +(myObject (attribute1 "attr64852") ) +(myObject (attribute1 "attr64853") ) +(myObject (attribute1 "attr64854") ) +(myObject (attribute1 "attr64855") ) +(myObject (attribute1 "attr64856") ) +(myObject (attribute1 "attr64857") ) +(myObject (attribute1 "attr64858") ) +(myObject (attribute1 "attr64859") ) +(myObject (attribute1 "attr64860") ) +(myObject (attribute1 "attr64861") ) +(myObject (attribute1 "attr64862") ) +(myObject (attribute1 "attr64863") ) +(myObject (attribute1 "attr64864") ) +(myObject (attribute1 "attr64865") ) +(myObject (attribute1 "attr64866") ) +(myObject (attribute1 "attr64867") ) +(myObject (attribute1 "attr64868") ) +(myObject (attribute1 "attr64869") ) +(myObject (attribute1 "attr64870") ) +(myObject (attribute1 "attr64871") ) +(myObject (attribute1 "attr64872") ) +(myObject (attribute1 "attr64873") ) +(myObject (attribute1 "attr64874") ) +(myObject (attribute1 "attr64875") ) +(myObject (attribute1 "attr64876") ) +(myObject (attribute1 "attr64877") ) +(myObject (attribute1 "attr64878") ) +(myObject (attribute1 "attr64879") ) +(myObject (attribute1 "attr64880") ) +(myObject (attribute1 "attr64881") ) +(myObject (attribute1 "attr64882") ) +(myObject (attribute1 "attr64883") ) +(myObject (attribute1 "attr64884") ) +(myObject (attribute1 "attr64885") ) +(myObject (attribute1 "attr64886") ) +(myObject (attribute1 "attr64887") ) +(myObject (attribute1 "attr64888") ) +(myObject (attribute1 "attr64889") ) +(myObject (attribute1 "attr64890") ) +(myObject (attribute1 "attr64891") ) +(myObject (attribute1 "attr64892") ) +(myObject (attribute1 "attr64893") ) +(myObject (attribute1 "attr64894") ) +(myObject (attribute1 "attr64895") ) +(myObject (attribute1 "attr64896") ) +(myObject (attribute1 "attr64897") ) +(myObject (attribute1 "attr64898") ) +(myObject (attribute1 "attr64899") ) +(myObject (attribute1 "attr64900") ) +(myObject (attribute1 "attr64901") ) +(myObject (attribute1 "attr64902") ) +(myObject (attribute1 "attr64903") ) +(myObject (attribute1 "attr64904") ) +(myObject (attribute1 "attr64905") ) +(myObject (attribute1 "attr64906") ) +(myObject (attribute1 "attr64907") ) +(myObject (attribute1 "attr64908") ) +(myObject (attribute1 "attr64909") ) +(myObject (attribute1 "attr64910") ) +(myObject (attribute1 "attr64911") ) +(myObject (attribute1 "attr64912") ) +(myObject (attribute1 "attr64913") ) +(myObject (attribute1 "attr64914") ) +(myObject (attribute1 "attr64915") ) +(myObject (attribute1 "attr64916") ) +(myObject (attribute1 "attr64917") ) +(myObject (attribute1 "attr64918") ) +(myObject (attribute1 "attr64919") ) +(myObject (attribute1 "attr64920") ) +(myObject (attribute1 "attr64921") ) +(myObject (attribute1 "attr64922") ) +(myObject (attribute1 "attr64923") ) +(myObject (attribute1 "attr64924") ) +(myObject (attribute1 "attr64925") ) +(myObject (attribute1 "attr64926") ) +(myObject (attribute1 "attr64927") ) +(myObject (attribute1 "attr64928") ) +(myObject (attribute1 "attr64929") ) +(myObject (attribute1 "attr64930") ) +(myObject (attribute1 "attr64931") ) +(myObject (attribute1 "attr64932") ) +(myObject (attribute1 "attr64933") ) +(myObject (attribute1 "attr64934") ) +(myObject (attribute1 "attr64935") ) +(myObject (attribute1 "attr64936") ) +(myObject (attribute1 "attr64937") ) +(myObject (attribute1 "attr64938") ) +(myObject (attribute1 "attr64939") ) +(myObject (attribute1 "attr64940") ) +(myObject (attribute1 "attr64941") ) +(myObject (attribute1 "attr64942") ) +(myObject (attribute1 "attr64943") ) +(myObject (attribute1 "attr64944") ) +(myObject (attribute1 "attr64945") ) +(myObject (attribute1 "attr64946") ) +(myObject (attribute1 "attr64947") ) +(myObject (attribute1 "attr64948") ) +(myObject (attribute1 "attr64949") ) +(myObject (attribute1 "attr64950") ) +(myObject (attribute1 "attr64951") ) +(myObject (attribute1 "attr64952") ) +(myObject (attribute1 "attr64953") ) +(myObject (attribute1 "attr64954") ) +(myObject (attribute1 "attr64955") ) +(myObject (attribute1 "attr64956") ) +(myObject (attribute1 "attr64957") ) +(myObject (attribute1 "attr64958") ) +(myObject (attribute1 "attr64959") ) +(myObject (attribute1 "attr64960") ) +(myObject (attribute1 "attr64961") ) +(myObject (attribute1 "attr64962") ) +(myObject (attribute1 "attr64963") ) +(myObject (attribute1 "attr64964") ) +(myObject (attribute1 "attr64965") ) +(myObject (attribute1 "attr64966") ) +(myObject (attribute1 "attr64967") ) +(myObject (attribute1 "attr64968") ) +(myObject (attribute1 "attr64969") ) +(myObject (attribute1 "attr64970") ) +(myObject (attribute1 "attr64971") ) +(myObject (attribute1 "attr64972") ) +(myObject (attribute1 "attr64973") ) +(myObject (attribute1 "attr64974") ) +(myObject (attribute1 "attr64975") ) +(myObject (attribute1 "attr64976") ) +(myObject (attribute1 "attr64977") ) +(myObject (attribute1 "attr64978") ) +(myObject (attribute1 "attr64979") ) +(myObject (attribute1 "attr64980") ) +(myObject (attribute1 "attr64981") ) +(myObject (attribute1 "attr64982") ) +(myObject (attribute1 "attr64983") ) +(myObject (attribute1 "attr64984") ) +(myObject (attribute1 "attr64985") ) +(myObject (attribute1 "attr64986") ) +(myObject (attribute1 "attr64987") ) +(myObject (attribute1 "attr64988") ) +(myObject (attribute1 "attr64989") ) +(myObject (attribute1 "attr64990") ) +(myObject (attribute1 "attr64991") ) +(myObject (attribute1 "attr64992") ) +(myObject (attribute1 "attr64993") ) +(myObject (attribute1 "attr64994") ) +(myObject (attribute1 "attr64995") ) +(myObject (attribute1 "attr64996") ) +(myObject (attribute1 "attr64997") ) +(myObject (attribute1 "attr64998") ) +(myObject (attribute1 "attr64999") ) +(myObject (attribute1 "attr65000") ) +(myObject (attribute1 "attr65001") ) +(myObject (attribute1 "attr65002") ) +(myObject (attribute1 "attr65003") ) +(myObject (attribute1 "attr65004") ) +(myObject (attribute1 "attr65005") ) +(myObject (attribute1 "attr65006") ) +(myObject (attribute1 "attr65007") ) +(myObject (attribute1 "attr65008") ) +(myObject (attribute1 "attr65009") ) +(myObject (attribute1 "attr65010") ) +(myObject (attribute1 "attr65011") ) +(myObject (attribute1 "attr65012") ) +(myObject (attribute1 "attr65013") ) +(myObject (attribute1 "attr65014") ) +(myObject (attribute1 "attr65015") ) +(myObject (attribute1 "attr65016") ) +(myObject (attribute1 "attr65017") ) +(myObject (attribute1 "attr65018") ) +(myObject (attribute1 "attr65019") ) +(myObject (attribute1 "attr65020") ) +(myObject (attribute1 "attr65021") ) +(myObject (attribute1 "attr65022") ) +(myObject (attribute1 "attr65023") ) +(myObject (attribute1 "attr65024") ) +(myObject (attribute1 "attr65025") ) +(myObject (attribute1 "attr65026") ) +(myObject (attribute1 "attr65027") ) +(myObject (attribute1 "attr65028") ) +(myObject (attribute1 "attr65029") ) +(myObject (attribute1 "attr65030") ) +(myObject (attribute1 "attr65031") ) +(myObject (attribute1 "attr65032") ) +(myObject (attribute1 "attr65033") ) +(myObject (attribute1 "attr65034") ) +(myObject (attribute1 "attr65035") ) +(myObject (attribute1 "attr65036") ) +(myObject (attribute1 "attr65037") ) +(myObject (attribute1 "attr65038") ) +(myObject (attribute1 "attr65039") ) +(myObject (attribute1 "attr65040") ) +(myObject (attribute1 "attr65041") ) +(myObject (attribute1 "attr65042") ) +(myObject (attribute1 "attr65043") ) +(myObject (attribute1 "attr65044") ) +(myObject (attribute1 "attr65045") ) +(myObject (attribute1 "attr65046") ) +(myObject (attribute1 "attr65047") ) +(myObject (attribute1 "attr65048") ) +(myObject (attribute1 "attr65049") ) +(myObject (attribute1 "attr65050") ) +(myObject (attribute1 "attr65051") ) +(myObject (attribute1 "attr65052") ) +(myObject (attribute1 "attr65053") ) +(myObject (attribute1 "attr65054") ) +(myObject (attribute1 "attr65055") ) +(myObject (attribute1 "attr65056") ) +(myObject (attribute1 "attr65057") ) +(myObject (attribute1 "attr65058") ) +(myObject (attribute1 "attr65059") ) +(myObject (attribute1 "attr65060") ) +(myObject (attribute1 "attr65061") ) +(myObject (attribute1 "attr65062") ) +(myObject (attribute1 "attr65063") ) +(myObject (attribute1 "attr65064") ) +(myObject (attribute1 "attr65065") ) +(myObject (attribute1 "attr65066") ) +(myObject (attribute1 "attr65067") ) +(myObject (attribute1 "attr65068") ) +(myObject (attribute1 "attr65069") ) +(myObject (attribute1 "attr65070") ) +(myObject (attribute1 "attr65071") ) +(myObject (attribute1 "attr65072") ) +(myObject (attribute1 "attr65073") ) +(myObject (attribute1 "attr65074") ) +(myObject (attribute1 "attr65075") ) +(myObject (attribute1 "attr65076") ) +(myObject (attribute1 "attr65077") ) +(myObject (attribute1 "attr65078") ) +(myObject (attribute1 "attr65079") ) +(myObject (attribute1 "attr65080") ) +(myObject (attribute1 "attr65081") ) +(myObject (attribute1 "attr65082") ) +(myObject (attribute1 "attr65083") ) +(myObject (attribute1 "attr65084") ) +(myObject (attribute1 "attr65085") ) +(myObject (attribute1 "attr65086") ) +(myObject (attribute1 "attr65087") ) +(myObject (attribute1 "attr65088") ) +(myObject (attribute1 "attr65089") ) +(myObject (attribute1 "attr65090") ) +(myObject (attribute1 "attr65091") ) +(myObject (attribute1 "attr65092") ) +(myObject (attribute1 "attr65093") ) +(myObject (attribute1 "attr65094") ) +(myObject (attribute1 "attr65095") ) +(myObject (attribute1 "attr65096") ) +(myObject (attribute1 "attr65097") ) +(myObject (attribute1 "attr65098") ) +(myObject (attribute1 "attr65099") ) +(myObject (attribute1 "attr65100") ) +(myObject (attribute1 "attr65101") ) +(myObject (attribute1 "attr65102") ) +(myObject (attribute1 "attr65103") ) +(myObject (attribute1 "attr65104") ) +(myObject (attribute1 "attr65105") ) +(myObject (attribute1 "attr65106") ) +(myObject (attribute1 "attr65107") ) +(myObject (attribute1 "attr65108") ) +(myObject (attribute1 "attr65109") ) +(myObject (attribute1 "attr65110") ) +(myObject (attribute1 "attr65111") ) +(myObject (attribute1 "attr65112") ) +(myObject (attribute1 "attr65113") ) +(myObject (attribute1 "attr65114") ) +(myObject (attribute1 "attr65115") ) +(myObject (attribute1 "attr65116") ) +(myObject (attribute1 "attr65117") ) +(myObject (attribute1 "attr65118") ) +(myObject (attribute1 "attr65119") ) +(myObject (attribute1 "attr65120") ) +(myObject (attribute1 "attr65121") ) +(myObject (attribute1 "attr65122") ) +(myObject (attribute1 "attr65123") ) +(myObject (attribute1 "attr65124") ) +(myObject (attribute1 "attr65125") ) +(myObject (attribute1 "attr65126") ) +(myObject (attribute1 "attr65127") ) +(myObject (attribute1 "attr65128") ) +(myObject (attribute1 "attr65129") ) +(myObject (attribute1 "attr65130") ) +(myObject (attribute1 "attr65131") ) +(myObject (attribute1 "attr65132") ) +(myObject (attribute1 "attr65133") ) +(myObject (attribute1 "attr65134") ) +(myObject (attribute1 "attr65135") ) +(myObject (attribute1 "attr65136") ) +(myObject (attribute1 "attr65137") ) +(myObject (attribute1 "attr65138") ) +(myObject (attribute1 "attr65139") ) +(myObject (attribute1 "attr65140") ) +(myObject (attribute1 "attr65141") ) +(myObject (attribute1 "attr65142") ) +(myObject (attribute1 "attr65143") ) +(myObject (attribute1 "attr65144") ) +(myObject (attribute1 "attr65145") ) +(myObject (attribute1 "attr65146") ) +(myObject (attribute1 "attr65147") ) +(myObject (attribute1 "attr65148") ) +(myObject (attribute1 "attr65149") ) +(myObject (attribute1 "attr65150") ) +(myObject (attribute1 "attr65151") ) +(myObject (attribute1 "attr65152") ) +(myObject (attribute1 "attr65153") ) +(myObject (attribute1 "attr65154") ) +(myObject (attribute1 "attr65155") ) +(myObject (attribute1 "attr65156") ) +(myObject (attribute1 "attr65157") ) +(myObject (attribute1 "attr65158") ) +(myObject (attribute1 "attr65159") ) +(myObject (attribute1 "attr65160") ) +(myObject (attribute1 "attr65161") ) +(myObject (attribute1 "attr65162") ) +(myObject (attribute1 "attr65163") ) +(myObject (attribute1 "attr65164") ) +(myObject (attribute1 "attr65165") ) +(myObject (attribute1 "attr65166") ) +(myObject (attribute1 "attr65167") ) +(myObject (attribute1 "attr65168") ) +(myObject (attribute1 "attr65169") ) +(myObject (attribute1 "attr65170") ) +(myObject (attribute1 "attr65171") ) +(myObject (attribute1 "attr65172") ) +(myObject (attribute1 "attr65173") ) +(myObject (attribute1 "attr65174") ) +(myObject (attribute1 "attr65175") ) +(myObject (attribute1 "attr65176") ) +(myObject (attribute1 "attr65177") ) +(myObject (attribute1 "attr65178") ) +(myObject (attribute1 "attr65179") ) +(myObject (attribute1 "attr65180") ) +(myObject (attribute1 "attr65181") ) +(myObject (attribute1 "attr65182") ) +(myObject (attribute1 "attr65183") ) +(myObject (attribute1 "attr65184") ) +(myObject (attribute1 "attr65185") ) +(myObject (attribute1 "attr65186") ) +(myObject (attribute1 "attr65187") ) +(myObject (attribute1 "attr65188") ) +(myObject (attribute1 "attr65189") ) +(myObject (attribute1 "attr65190") ) +(myObject (attribute1 "attr65191") ) +(myObject (attribute1 "attr65192") ) +(myObject (attribute1 "attr65193") ) +(myObject (attribute1 "attr65194") ) +(myObject (attribute1 "attr65195") ) +(myObject (attribute1 "attr65196") ) +(myObject (attribute1 "attr65197") ) +(myObject (attribute1 "attr65198") ) +(myObject (attribute1 "attr65199") ) +(myObject (attribute1 "attr65200") ) +(myObject (attribute1 "attr65201") ) +(myObject (attribute1 "attr65202") ) +(myObject (attribute1 "attr65203") ) +(myObject (attribute1 "attr65204") ) +(myObject (attribute1 "attr65205") ) +(myObject (attribute1 "attr65206") ) +(myObject (attribute1 "attr65207") ) +(myObject (attribute1 "attr65208") ) +(myObject (attribute1 "attr65209") ) +(myObject (attribute1 "attr65210") ) +(myObject (attribute1 "attr65211") ) +(myObject (attribute1 "attr65212") ) +(myObject (attribute1 "attr65213") ) +(myObject (attribute1 "attr65214") ) +(myObject (attribute1 "attr65215") ) +(myObject (attribute1 "attr65216") ) +(myObject (attribute1 "attr65217") ) +(myObject (attribute1 "attr65218") ) +(myObject (attribute1 "attr65219") ) +(myObject (attribute1 "attr65220") ) +(myObject (attribute1 "attr65221") ) +(myObject (attribute1 "attr65222") ) +(myObject (attribute1 "attr65223") ) +(myObject (attribute1 "attr65224") ) +(myObject (attribute1 "attr65225") ) +(myObject (attribute1 "attr65226") ) +(myObject (attribute1 "attr65227") ) +(myObject (attribute1 "attr65228") ) +(myObject (attribute1 "attr65229") ) +(myObject (attribute1 "attr65230") ) +(myObject (attribute1 "attr65231") ) +(myObject (attribute1 "attr65232") ) +(myObject (attribute1 "attr65233") ) +(myObject (attribute1 "attr65234") ) +(myObject (attribute1 "attr65235") ) +(myObject (attribute1 "attr65236") ) +(myObject (attribute1 "attr65237") ) +(myObject (attribute1 "attr65238") ) +(myObject (attribute1 "attr65239") ) +(myObject (attribute1 "attr65240") ) +(myObject (attribute1 "attr65241") ) +(myObject (attribute1 "attr65242") ) +(myObject (attribute1 "attr65243") ) +(myObject (attribute1 "attr65244") ) +(myObject (attribute1 "attr65245") ) +(myObject (attribute1 "attr65246") ) +(myObject (attribute1 "attr65247") ) +(myObject (attribute1 "attr65248") ) +(myObject (attribute1 "attr65249") ) +(myObject (attribute1 "attr65250") ) +(myObject (attribute1 "attr65251") ) +(myObject (attribute1 "attr65252") ) +(myObject (attribute1 "attr65253") ) +(myObject (attribute1 "attr65254") ) +(myObject (attribute1 "attr65255") ) +(myObject (attribute1 "attr65256") ) +(myObject (attribute1 "attr65257") ) +(myObject (attribute1 "attr65258") ) +(myObject (attribute1 "attr65259") ) +(myObject (attribute1 "attr65260") ) +(myObject (attribute1 "attr65261") ) +(myObject (attribute1 "attr65262") ) +(myObject (attribute1 "attr65263") ) +(myObject (attribute1 "attr65264") ) +(myObject (attribute1 "attr65265") ) +(myObject (attribute1 "attr65266") ) +(myObject (attribute1 "attr65267") ) +(myObject (attribute1 "attr65268") ) +(myObject (attribute1 "attr65269") ) +(myObject (attribute1 "attr65270") ) +(myObject (attribute1 "attr65271") ) +(myObject (attribute1 "attr65272") ) +(myObject (attribute1 "attr65273") ) +(myObject (attribute1 "attr65274") ) +(myObject (attribute1 "attr65275") ) +(myObject (attribute1 "attr65276") ) +(myObject (attribute1 "attr65277") ) +(myObject (attribute1 "attr65278") ) +(myObject (attribute1 "attr65279") ) +(myObject (attribute1 "attr65280") ) +(myObject (attribute1 "attr65281") ) +(myObject (attribute1 "attr65282") ) +(myObject (attribute1 "attr65283") ) +(myObject (attribute1 "attr65284") ) +(myObject (attribute1 "attr65285") ) +(myObject (attribute1 "attr65286") ) +(myObject (attribute1 "attr65287") ) +(myObject (attribute1 "attr65288") ) +(myObject (attribute1 "attr65289") ) +(myObject (attribute1 "attr65290") ) +(myObject (attribute1 "attr65291") ) +(myObject (attribute1 "attr65292") ) +(myObject (attribute1 "attr65293") ) +(myObject (attribute1 "attr65294") ) +(myObject (attribute1 "attr65295") ) +(myObject (attribute1 "attr65296") ) +(myObject (attribute1 "attr65297") ) +(myObject (attribute1 "attr65298") ) +(myObject (attribute1 "attr65299") ) +(myObject (attribute1 "attr65300") ) +(myObject (attribute1 "attr65301") ) +(myObject (attribute1 "attr65302") ) +(myObject (attribute1 "attr65303") ) +(myObject (attribute1 "attr65304") ) +(myObject (attribute1 "attr65305") ) +(myObject (attribute1 "attr65306") ) +(myObject (attribute1 "attr65307") ) +(myObject (attribute1 "attr65308") ) +(myObject (attribute1 "attr65309") ) +(myObject (attribute1 "attr65310") ) +(myObject (attribute1 "attr65311") ) +(myObject (attribute1 "attr65312") ) +(myObject (attribute1 "attr65313") ) +(myObject (attribute1 "attr65314") ) +(myObject (attribute1 "attr65315") ) +(myObject (attribute1 "attr65316") ) +(myObject (attribute1 "attr65317") ) +(myObject (attribute1 "attr65318") ) +(myObject (attribute1 "attr65319") ) +(myObject (attribute1 "attr65320") ) +(myObject (attribute1 "attr65321") ) +(myObject (attribute1 "attr65322") ) +(myObject (attribute1 "attr65323") ) +(myObject (attribute1 "attr65324") ) +(myObject (attribute1 "attr65325") ) +(myObject (attribute1 "attr65326") ) +(myObject (attribute1 "attr65327") ) +(myObject (attribute1 "attr65328") ) +(myObject (attribute1 "attr65329") ) +(myObject (attribute1 "attr65330") ) +(myObject (attribute1 "attr65331") ) +(myObject (attribute1 "attr65332") ) +(myObject (attribute1 "attr65333") ) +(myObject (attribute1 "attr65334") ) +(myObject (attribute1 "attr65335") ) +(myObject (attribute1 "attr65336") ) +(myObject (attribute1 "attr65337") ) +(myObject (attribute1 "attr65338") ) +(myObject (attribute1 "attr65339") ) +(myObject (attribute1 "attr65340") ) +(myObject (attribute1 "attr65341") ) +(myObject (attribute1 "attr65342") ) +(myObject (attribute1 "attr65343") ) +(myObject (attribute1 "attr65344") ) +(myObject (attribute1 "attr65345") ) +(myObject (attribute1 "attr65346") ) +(myObject (attribute1 "attr65347") ) +(myObject (attribute1 "attr65348") ) +(myObject (attribute1 "attr65349") ) +(myObject (attribute1 "attr65350") ) +(myObject (attribute1 "attr65351") ) +(myObject (attribute1 "attr65352") ) +(myObject (attribute1 "attr65353") ) +(myObject (attribute1 "attr65354") ) +(myObject (attribute1 "attr65355") ) +(myObject (attribute1 "attr65356") ) +(myObject (attribute1 "attr65357") ) +(myObject (attribute1 "attr65358") ) +(myObject (attribute1 "attr65359") ) +(myObject (attribute1 "attr65360") ) +(myObject (attribute1 "attr65361") ) +(myObject (attribute1 "attr65362") ) +(myObject (attribute1 "attr65363") ) +(myObject (attribute1 "attr65364") ) +(myObject (attribute1 "attr65365") ) +(myObject (attribute1 "attr65366") ) +(myObject (attribute1 "attr65367") ) +(myObject (attribute1 "attr65368") ) +(myObject (attribute1 "attr65369") ) +(myObject (attribute1 "attr65370") ) +(myObject (attribute1 "attr65371") ) +(myObject (attribute1 "attr65372") ) +(myObject (attribute1 "attr65373") ) +(myObject (attribute1 "attr65374") ) +(myObject (attribute1 "attr65375") ) +(myObject (attribute1 "attr65376") ) +(myObject (attribute1 "attr65377") ) +(myObject (attribute1 "attr65378") ) +(myObject (attribute1 "attr65379") ) +(myObject (attribute1 "attr65380") ) +(myObject (attribute1 "attr65381") ) +(myObject (attribute1 "attr65382") ) +(myObject (attribute1 "attr65383") ) +(myObject (attribute1 "attr65384") ) +(myObject (attribute1 "attr65385") ) +(myObject (attribute1 "attr65386") ) +(myObject (attribute1 "attr65387") ) +(myObject (attribute1 "attr65388") ) +(myObject (attribute1 "attr65389") ) +(myObject (attribute1 "attr65390") ) +(myObject (attribute1 "attr65391") ) +(myObject (attribute1 "attr65392") ) +(myObject (attribute1 "attr65393") ) +(myObject (attribute1 "attr65394") ) +(myObject (attribute1 "attr65395") ) +(myObject (attribute1 "attr65396") ) +(myObject (attribute1 "attr65397") ) +(myObject (attribute1 "attr65398") ) +(myObject (attribute1 "attr65399") ) +(myObject (attribute1 "attr65400") ) +(myObject (attribute1 "attr65401") ) +(myObject (attribute1 "attr65402") ) +(myObject (attribute1 "attr65403") ) +(myObject (attribute1 "attr65404") ) +(myObject (attribute1 "attr65405") ) +(myObject (attribute1 "attr65406") ) +(myObject (attribute1 "attr65407") ) +(myObject (attribute1 "attr65408") ) +(myObject (attribute1 "attr65409") ) +(myObject (attribute1 "attr65410") ) +(myObject (attribute1 "attr65411") ) +(myObject (attribute1 "attr65412") ) +(myObject (attribute1 "attr65413") ) +(myObject (attribute1 "attr65414") ) +(myObject (attribute1 "attr65415") ) +(myObject (attribute1 "attr65416") ) +(myObject (attribute1 "attr65417") ) +(myObject (attribute1 "attr65418") ) +(myObject (attribute1 "attr65419") ) +(myObject (attribute1 "attr65420") ) +(myObject (attribute1 "attr65421") ) +(myObject (attribute1 "attr65422") ) +(myObject (attribute1 "attr65423") ) +(myObject (attribute1 "attr65424") ) +(myObject (attribute1 "attr65425") ) +(myObject (attribute1 "attr65426") ) +(myObject (attribute1 "attr65427") ) +(myObject (attribute1 "attr65428") ) +(myObject (attribute1 "attr65429") ) +(myObject (attribute1 "attr65430") ) +(myObject (attribute1 "attr65431") ) +(myObject (attribute1 "attr65432") ) +(myObject (attribute1 "attr65433") ) +(myObject (attribute1 "attr65434") ) +(myObject (attribute1 "attr65435") ) +(myObject (attribute1 "attr65436") ) +(myObject (attribute1 "attr65437") ) +(myObject (attribute1 "attr65438") ) +(myObject (attribute1 "attr65439") ) +(myObject (attribute1 "attr65440") ) +(myObject (attribute1 "attr65441") ) +(myObject (attribute1 "attr65442") ) +(myObject (attribute1 "attr65443") ) +(myObject (attribute1 "attr65444") ) +(myObject (attribute1 "attr65445") ) +(myObject (attribute1 "attr65446") ) +(myObject (attribute1 "attr65447") ) +(myObject (attribute1 "attr65448") ) +(myObject (attribute1 "attr65449") ) +(myObject (attribute1 "attr65450") ) +(myObject (attribute1 "attr65451") ) +(myObject (attribute1 "attr65452") ) +(myObject (attribute1 "attr65453") ) +(myObject (attribute1 "attr65454") ) +(myObject (attribute1 "attr65455") ) +(myObject (attribute1 "attr65456") ) +(myObject (attribute1 "attr65457") ) +(myObject (attribute1 "attr65458") ) +(myObject (attribute1 "attr65459") ) +(myObject (attribute1 "attr65460") ) +(myObject (attribute1 "attr65461") ) +(myObject (attribute1 "attr65462") ) +(myObject (attribute1 "attr65463") ) +(myObject (attribute1 "attr65464") ) +(myObject (attribute1 "attr65465") ) +(myObject (attribute1 "attr65466") ) +(myObject (attribute1 "attr65467") ) +(myObject (attribute1 "attr65468") ) +(myObject (attribute1 "attr65469") ) +(myObject (attribute1 "attr65470") ) +(myObject (attribute1 "attr65471") ) +(myObject (attribute1 "attr65472") ) +(myObject (attribute1 "attr65473") ) +(myObject (attribute1 "attr65474") ) +(myObject (attribute1 "attr65475") ) +(myObject (attribute1 "attr65476") ) +(myObject (attribute1 "attr65477") ) +(myObject (attribute1 "attr65478") ) +(myObject (attribute1 "attr65479") ) +(myObject (attribute1 "attr65480") ) +(myObject (attribute1 "attr65481") ) +(myObject (attribute1 "attr65482") ) +(myObject (attribute1 "attr65483") ) +(myObject (attribute1 "attr65484") ) +(myObject (attribute1 "attr65485") ) +(myObject (attribute1 "attr65486") ) +(myObject (attribute1 "attr65487") ) +(myObject (attribute1 "attr65488") ) +(myObject (attribute1 "attr65489") ) +(myObject (attribute1 "attr65490") ) +(myObject (attribute1 "attr65491") ) +(myObject (attribute1 "attr65492") ) +(myObject (attribute1 "attr65493") ) +(myObject (attribute1 "attr65494") ) +(myObject (attribute1 "attr65495") ) +(myObject (attribute1 "attr65496") ) +(myObject (attribute1 "attr65497") ) +(myObject (attribute1 "attr65498") ) +(myObject (attribute1 "attr65499") ) +(myObject (attribute1 "attr65500") ) +(myObject (attribute1 "attr65501") ) +(myObject (attribute1 "attr65502") ) +(myObject (attribute1 "attr65503") ) +(myObject (attribute1 "attr65504") ) +(myObject (attribute1 "attr65505") ) +(myObject (attribute1 "attr65506") ) +(myObject (attribute1 "attr65507") ) +(myObject (attribute1 "attr65508") ) +(myObject (attribute1 "attr65509") ) +(myObject (attribute1 "attr65510") ) +(myObject (attribute1 "attr65511") ) +(myObject (attribute1 "attr65512") ) +(myObject (attribute1 "attr65513") ) +(myObject (attribute1 "attr65514") ) +(myObject (attribute1 "attr65515") ) +(myObject (attribute1 "attr65516") ) +(myObject (attribute1 "attr65517") ) +(myObject (attribute1 "attr65518") ) +(myObject (attribute1 "attr65519") ) +(myObject (attribute1 "attr65520") ) +(myObject (attribute1 "attr65521") ) +(myObject (attribute1 "attr65522") ) +(myObject (attribute1 "attr65523") ) +(myObject (attribute1 "attr65524") ) +(myObject (attribute1 "attr65525") ) +(myObject (attribute1 "attr65526") ) +(myObject (attribute1 "attr65527") ) +(myObject (attribute1 "attr65528") ) +(myObject (attribute1 "attr65529") ) +(myObject (attribute1 "attr65530") ) +(myObject (attribute1 "attr65531") ) +(myObject (attribute1 "attr65532") ) +(myObject (attribute1 "attr65533") ) +(myObject (attribute1 "attr65534") ) +(myObject (attribute1 "attr65535") ) +(myObject (attribute1 "attr65536") ) +(myObject (attribute1 "attr65537") ) +(myObject (attribute1 "attr65538") ) +(myObject (attribute1 "attr65539") ) +(myObject (attribute1 "attr65540") ) +(myObject (attribute1 "attr65541") ) +(myObject (attribute1 "attr65542") ) +(myObject (attribute1 "attr65543") ) +(myObject (attribute1 "attr65544") ) +(myObject (attribute1 "attr65545") ) +(myObject (attribute1 "attr65546") ) +(myObject (attribute1 "attr65547") ) +(myObject (attribute1 "attr65548") ) +(myObject (attribute1 "attr65549") ) +(myObject (attribute1 "attr65550") ) +(myObject (attribute1 "attr65551") ) +(myObject (attribute1 "attr65552") ) +(myObject (attribute1 "attr65553") ) +(myObject (attribute1 "attr65554") ) +(myObject (attribute1 "attr65555") ) +(myObject (attribute1 "attr65556") ) +(myObject (attribute1 "attr65557") ) +(myObject (attribute1 "attr65558") ) +(myObject (attribute1 "attr65559") ) +(myObject (attribute1 "attr65560") ) +(myObject (attribute1 "attr65561") ) +(myObject (attribute1 "attr65562") ) +(myObject (attribute1 "attr65563") ) +(myObject (attribute1 "attr65564") ) +(myObject (attribute1 "attr65565") ) +(myObject (attribute1 "attr65566") ) +(myObject (attribute1 "attr65567") ) +(myObject (attribute1 "attr65568") ) +(myObject (attribute1 "attr65569") ) +(myObject (attribute1 "attr65570") ) +(myObject (attribute1 "attr65571") ) +(myObject (attribute1 "attr65572") ) +(myObject (attribute1 "attr65573") ) +(myObject (attribute1 "attr65574") ) +(myObject (attribute1 "attr65575") ) +(myObject (attribute1 "attr65576") ) +(myObject (attribute1 "attr65577") ) +(myObject (attribute1 "attr65578") ) +(myObject (attribute1 "attr65579") ) +(myObject (attribute1 "attr65580") ) +(myObject (attribute1 "attr65581") ) +(myObject (attribute1 "attr65582") ) +(myObject (attribute1 "attr65583") ) +(myObject (attribute1 "attr65584") ) +(myObject (attribute1 "attr65585") ) +(myObject (attribute1 "attr65586") ) +(myObject (attribute1 "attr65587") ) +(myObject (attribute1 "attr65588") ) +(myObject (attribute1 "attr65589") ) +(myObject (attribute1 "attr65590") ) +(myObject (attribute1 "attr65591") ) +(myObject (attribute1 "attr65592") ) +(myObject (attribute1 "attr65593") ) +(myObject (attribute1 "attr65594") ) +(myObject (attribute1 "attr65595") ) +(myObject (attribute1 "attr65596") ) +(myObject (attribute1 "attr65597") ) +(myObject (attribute1 "attr65598") ) +(myObject (attribute1 "attr65599") ) +(myObject (attribute1 "attr65600") ) +(myObject (attribute1 "attr65601") ) +(myObject (attribute1 "attr65602") ) +(myObject (attribute1 "attr65603") ) +(myObject (attribute1 "attr65604") ) +(myObject (attribute1 "attr65605") ) +(myObject (attribute1 "attr65606") ) +(myObject (attribute1 "attr65607") ) +(myObject (attribute1 "attr65608") ) +(myObject (attribute1 "attr65609") ) +(myObject (attribute1 "attr65610") ) +(myObject (attribute1 "attr65611") ) +(myObject (attribute1 "attr65612") ) +(myObject (attribute1 "attr65613") ) +(myObject (attribute1 "attr65614") ) +(myObject (attribute1 "attr65615") ) +(myObject (attribute1 "attr65616") ) +(myObject (attribute1 "attr65617") ) +(myObject (attribute1 "attr65618") ) +(myObject (attribute1 "attr65619") ) +(myObject (attribute1 "attr65620") ) +(myObject (attribute1 "attr65621") ) +(myObject (attribute1 "attr65622") ) +(myObject (attribute1 "attr65623") ) +(myObject (attribute1 "attr65624") ) +(myObject (attribute1 "attr65625") ) +(myObject (attribute1 "attr65626") ) +(myObject (attribute1 "attr65627") ) +(myObject (attribute1 "attr65628") ) +(myObject (attribute1 "attr65629") ) +(myObject (attribute1 "attr65630") ) +(myObject (attribute1 "attr65631") ) +(myObject (attribute1 "attr65632") ) +(myObject (attribute1 "attr65633") ) +(myObject (attribute1 "attr65634") ) +(myObject (attribute1 "attr65635") ) +(myObject (attribute1 "attr65636") ) +(myObject (attribute1 "attr65637") ) +(myObject (attribute1 "attr65638") ) +(myObject (attribute1 "attr65639") ) +(myObject (attribute1 "attr65640") ) +(myObject (attribute1 "attr65641") ) +(myObject (attribute1 "attr65642") ) +(myObject (attribute1 "attr65643") ) +(myObject (attribute1 "attr65644") ) +(myObject (attribute1 "attr65645") ) +(myObject (attribute1 "attr65646") ) +(myObject (attribute1 "attr65647") ) +(myObject (attribute1 "attr65648") ) +(myObject (attribute1 "attr65649") ) +(myObject (attribute1 "attr65650") ) +(myObject (attribute1 "attr65651") ) +(myObject (attribute1 "attr65652") ) +(myObject (attribute1 "attr65653") ) +(myObject (attribute1 "attr65654") ) +(myObject (attribute1 "attr65655") ) +(myObject (attribute1 "attr65656") ) +(myObject (attribute1 "attr65657") ) +(myObject (attribute1 "attr65658") ) +(myObject (attribute1 "attr65659") ) +(myObject (attribute1 "attr65660") ) +(myObject (attribute1 "attr65661") ) +(myObject (attribute1 "attr65662") ) +(myObject (attribute1 "attr65663") ) +(myObject (attribute1 "attr65664") ) +(myObject (attribute1 "attr65665") ) +(myObject (attribute1 "attr65666") ) +(myObject (attribute1 "attr65667") ) +(myObject (attribute1 "attr65668") ) +(myObject (attribute1 "attr65669") ) +(myObject (attribute1 "attr65670") ) +(myObject (attribute1 "attr65671") ) +(myObject (attribute1 "attr65672") ) +(myObject (attribute1 "attr65673") ) +(myObject (attribute1 "attr65674") ) +(myObject (attribute1 "attr65675") ) +(myObject (attribute1 "attr65676") ) +(myObject (attribute1 "attr65677") ) +(myObject (attribute1 "attr65678") ) +(myObject (attribute1 "attr65679") ) +(myObject (attribute1 "attr65680") ) +(myObject (attribute1 "attr65681") ) +(myObject (attribute1 "attr65682") ) +(myObject (attribute1 "attr65683") ) +(myObject (attribute1 "attr65684") ) +(myObject (attribute1 "attr65685") ) +(myObject (attribute1 "attr65686") ) +(myObject (attribute1 "attr65687") ) +(myObject (attribute1 "attr65688") ) +(myObject (attribute1 "attr65689") ) +(myObject (attribute1 "attr65690") ) +(myObject (attribute1 "attr65691") ) +(myObject (attribute1 "attr65692") ) +(myObject (attribute1 "attr65693") ) +(myObject (attribute1 "attr65694") ) +(myObject (attribute1 "attr65695") ) +(myObject (attribute1 "attr65696") ) +(myObject (attribute1 "attr65697") ) +(myObject (attribute1 "attr65698") ) +(myObject (attribute1 "attr65699") ) +(myObject (attribute1 "attr65700") ) +(myObject (attribute1 "attr65701") ) +(myObject (attribute1 "attr65702") ) +(myObject (attribute1 "attr65703") ) +(myObject (attribute1 "attr65704") ) +(myObject (attribute1 "attr65705") ) +(myObject (attribute1 "attr65706") ) +(myObject (attribute1 "attr65707") ) +(myObject (attribute1 "attr65708") ) +(myObject (attribute1 "attr65709") ) +(myObject (attribute1 "attr65710") ) +(myObject (attribute1 "attr65711") ) +(myObject (attribute1 "attr65712") ) +(myObject (attribute1 "attr65713") ) +(myObject (attribute1 "attr65714") ) +(myObject (attribute1 "attr65715") ) +(myObject (attribute1 "attr65716") ) +(myObject (attribute1 "attr65717") ) +(myObject (attribute1 "attr65718") ) +(myObject (attribute1 "attr65719") ) +(myObject (attribute1 "attr65720") ) +(myObject (attribute1 "attr65721") ) +(myObject (attribute1 "attr65722") ) +(myObject (attribute1 "attr65723") ) +(myObject (attribute1 "attr65724") ) +(myObject (attribute1 "attr65725") ) +(myObject (attribute1 "attr65726") ) +(myObject (attribute1 "attr65727") ) +(myObject (attribute1 "attr65728") ) +(myObject (attribute1 "attr65729") ) +(myObject (attribute1 "attr65730") ) +(myObject (attribute1 "attr65731") ) +(myObject (attribute1 "attr65732") ) +(myObject (attribute1 "attr65733") ) +(myObject (attribute1 "attr65734") ) +(myObject (attribute1 "attr65735") ) +(myObject (attribute1 "attr65736") ) +(myObject (attribute1 "attr65737") ) +(myObject (attribute1 "attr65738") ) +(myObject (attribute1 "attr65739") ) +(myObject (attribute1 "attr65740") ) +(myObject (attribute1 "attr65741") ) +(myObject (attribute1 "attr65742") ) +(myObject (attribute1 "attr65743") ) +(myObject (attribute1 "attr65744") ) +(myObject (attribute1 "attr65745") ) +(myObject (attribute1 "attr65746") ) +(myObject (attribute1 "attr65747") ) +(myObject (attribute1 "attr65748") ) +(myObject (attribute1 "attr65749") ) +(myObject (attribute1 "attr65750") ) +(myObject (attribute1 "attr65751") ) +(myObject (attribute1 "attr65752") ) +(myObject (attribute1 "attr65753") ) +(myObject (attribute1 "attr65754") ) +(myObject (attribute1 "attr65755") ) +(myObject (attribute1 "attr65756") ) +(myObject (attribute1 "attr65757") ) +(myObject (attribute1 "attr65758") ) +(myObject (attribute1 "attr65759") ) +(myObject (attribute1 "attr65760") ) +(myObject (attribute1 "attr65761") ) +(myObject (attribute1 "attr65762") ) +(myObject (attribute1 "attr65763") ) +(myObject (attribute1 "attr65764") ) +(myObject (attribute1 "attr65765") ) +(myObject (attribute1 "attr65766") ) +(myObject (attribute1 "attr65767") ) +(myObject (attribute1 "attr65768") ) +(myObject (attribute1 "attr65769") ) +(myObject (attribute1 "attr65770") ) +(myObject (attribute1 "attr65771") ) +(myObject (attribute1 "attr65772") ) +(myObject (attribute1 "attr65773") ) +(myObject (attribute1 "attr65774") ) +(myObject (attribute1 "attr65775") ) +(myObject (attribute1 "attr65776") ) +(myObject (attribute1 "attr65777") ) +(myObject (attribute1 "attr65778") ) +(myObject (attribute1 "attr65779") ) +(myObject (attribute1 "attr65780") ) +(myObject (attribute1 "attr65781") ) +(myObject (attribute1 "attr65782") ) +(myObject (attribute1 "attr65783") ) +(myObject (attribute1 "attr65784") ) +(myObject (attribute1 "attr65785") ) +(myObject (attribute1 "attr65786") ) +(myObject (attribute1 "attr65787") ) +(myObject (attribute1 "attr65788") ) +(myObject (attribute1 "attr65789") ) +(myObject (attribute1 "attr65790") ) +(myObject (attribute1 "attr65791") ) +(myObject (attribute1 "attr65792") ) +(myObject (attribute1 "attr65793") ) +(myObject (attribute1 "attr65794") ) +(myObject (attribute1 "attr65795") ) +(myObject (attribute1 "attr65796") ) +(myObject (attribute1 "attr65797") ) +(myObject (attribute1 "attr65798") ) +(myObject (attribute1 "attr65799") ) +(myObject (attribute1 "attr65800") ) +(myObject (attribute1 "attr65801") ) +(myObject (attribute1 "attr65802") ) +(myObject (attribute1 "attr65803") ) +(myObject (attribute1 "attr65804") ) +(myObject (attribute1 "attr65805") ) +(myObject (attribute1 "attr65806") ) +(myObject (attribute1 "attr65807") ) +(myObject (attribute1 "attr65808") ) +(myObject (attribute1 "attr65809") ) +(myObject (attribute1 "attr65810") ) +(myObject (attribute1 "attr65811") ) +(myObject (attribute1 "attr65812") ) +(myObject (attribute1 "attr65813") ) +(myObject (attribute1 "attr65814") ) +(myObject (attribute1 "attr65815") ) +(myObject (attribute1 "attr65816") ) +(myObject (attribute1 "attr65817") ) +(myObject (attribute1 "attr65818") ) +(myObject (attribute1 "attr65819") ) +(myObject (attribute1 "attr65820") ) +(myObject (attribute1 "attr65821") ) +(myObject (attribute1 "attr65822") ) +(myObject (attribute1 "attr65823") ) +(myObject (attribute1 "attr65824") ) +(myObject (attribute1 "attr65825") ) +(myObject (attribute1 "attr65826") ) +(myObject (attribute1 "attr65827") ) +(myObject (attribute1 "attr65828") ) +(myObject (attribute1 "attr65829") ) +(myObject (attribute1 "attr65830") ) +(myObject (attribute1 "attr65831") ) +(myObject (attribute1 "attr65832") ) +(myObject (attribute1 "attr65833") ) +(myObject (attribute1 "attr65834") ) +(myObject (attribute1 "attr65835") ) +(myObject (attribute1 "attr65836") ) +(myObject (attribute1 "attr65837") ) +(myObject (attribute1 "attr65838") ) +(myObject (attribute1 "attr65839") ) +(myObject (attribute1 "attr65840") ) +(myObject (attribute1 "attr65841") ) +(myObject (attribute1 "attr65842") ) +(myObject (attribute1 "attr65843") ) +(myObject (attribute1 "attr65844") ) +(myObject (attribute1 "attr65845") ) +(myObject (attribute1 "attr65846") ) +(myObject (attribute1 "attr65847") ) +(myObject (attribute1 "attr65848") ) +(myObject (attribute1 "attr65849") ) +(myObject (attribute1 "attr65850") ) +(myObject (attribute1 "attr65851") ) +(myObject (attribute1 "attr65852") ) +(myObject (attribute1 "attr65853") ) +(myObject (attribute1 "attr65854") ) +(myObject (attribute1 "attr65855") ) +(myObject (attribute1 "attr65856") ) +(myObject (attribute1 "attr65857") ) +(myObject (attribute1 "attr65858") ) +(myObject (attribute1 "attr65859") ) +(myObject (attribute1 "attr65860") ) +(myObject (attribute1 "attr65861") ) +(myObject (attribute1 "attr65862") ) +(myObject (attribute1 "attr65863") ) +(myObject (attribute1 "attr65864") ) +(myObject (attribute1 "attr65865") ) +(myObject (attribute1 "attr65866") ) +(myObject (attribute1 "attr65867") ) +(myObject (attribute1 "attr65868") ) +(myObject (attribute1 "attr65869") ) +(myObject (attribute1 "attr65870") ) +(myObject (attribute1 "attr65871") ) +(myObject (attribute1 "attr65872") ) +(myObject (attribute1 "attr65873") ) +(myObject (attribute1 "attr65874") ) +(myObject (attribute1 "attr65875") ) +(myObject (attribute1 "attr65876") ) +(myObject (attribute1 "attr65877") ) +(myObject (attribute1 "attr65878") ) +(myObject (attribute1 "attr65879") ) +(myObject (attribute1 "attr65880") ) +(myObject (attribute1 "attr65881") ) +(myObject (attribute1 "attr65882") ) +(myObject (attribute1 "attr65883") ) +(myObject (attribute1 "attr65884") ) +(myObject (attribute1 "attr65885") ) +(myObject (attribute1 "attr65886") ) +(myObject (attribute1 "attr65887") ) +(myObject (attribute1 "attr65888") ) +(myObject (attribute1 "attr65889") ) +(myObject (attribute1 "attr65890") ) +(myObject (attribute1 "attr65891") ) +(myObject (attribute1 "attr65892") ) +(myObject (attribute1 "attr65893") ) +(myObject (attribute1 "attr65894") ) +(myObject (attribute1 "attr65895") ) +(myObject (attribute1 "attr65896") ) +(myObject (attribute1 "attr65897") ) +(myObject (attribute1 "attr65898") ) +(myObject (attribute1 "attr65899") ) +(myObject (attribute1 "attr65900") ) +(myObject (attribute1 "attr65901") ) +(myObject (attribute1 "attr65902") ) +(myObject (attribute1 "attr65903") ) +(myObject (attribute1 "attr65904") ) +(myObject (attribute1 "attr65905") ) +(myObject (attribute1 "attr65906") ) +(myObject (attribute1 "attr65907") ) +(myObject (attribute1 "attr65908") ) +(myObject (attribute1 "attr65909") ) +(myObject (attribute1 "attr65910") ) +(myObject (attribute1 "attr65911") ) +(myObject (attribute1 "attr65912") ) +(myObject (attribute1 "attr65913") ) +(myObject (attribute1 "attr65914") ) +(myObject (attribute1 "attr65915") ) +(myObject (attribute1 "attr65916") ) +(myObject (attribute1 "attr65917") ) +(myObject (attribute1 "attr65918") ) +(myObject (attribute1 "attr65919") ) +(myObject (attribute1 "attr65920") ) +(myObject (attribute1 "attr65921") ) +(myObject (attribute1 "attr65922") ) +(myObject (attribute1 "attr65923") ) +(myObject (attribute1 "attr65924") ) +(myObject (attribute1 "attr65925") ) +(myObject (attribute1 "attr65926") ) +(myObject (attribute1 "attr65927") ) +(myObject (attribute1 "attr65928") ) +(myObject (attribute1 "attr65929") ) +(myObject (attribute1 "attr65930") ) +(myObject (attribute1 "attr65931") ) +(myObject (attribute1 "attr65932") ) +(myObject (attribute1 "attr65933") ) +(myObject (attribute1 "attr65934") ) +(myObject (attribute1 "attr65935") ) +(myObject (attribute1 "attr65936") ) +(myObject (attribute1 "attr65937") ) +(myObject (attribute1 "attr65938") ) +(myObject (attribute1 "attr65939") ) +(myObject (attribute1 "attr65940") ) +(myObject (attribute1 "attr65941") ) +(myObject (attribute1 "attr65942") ) +(myObject (attribute1 "attr65943") ) +(myObject (attribute1 "attr65944") ) +(myObject (attribute1 "attr65945") ) +(myObject (attribute1 "attr65946") ) +(myObject (attribute1 "attr65947") ) +(myObject (attribute1 "attr65948") ) +(myObject (attribute1 "attr65949") ) +(myObject (attribute1 "attr65950") ) +(myObject (attribute1 "attr65951") ) +(myObject (attribute1 "attr65952") ) +(myObject (attribute1 "attr65953") ) +(myObject (attribute1 "attr65954") ) +(myObject (attribute1 "attr65955") ) +(myObject (attribute1 "attr65956") ) +(myObject (attribute1 "attr65957") ) +(myObject (attribute1 "attr65958") ) +(myObject (attribute1 "attr65959") ) +(myObject (attribute1 "attr65960") ) +(myObject (attribute1 "attr65961") ) +(myObject (attribute1 "attr65962") ) +(myObject (attribute1 "attr65963") ) +(myObject (attribute1 "attr65964") ) +(myObject (attribute1 "attr65965") ) +(myObject (attribute1 "attr65966") ) +(myObject (attribute1 "attr65967") ) +(myObject (attribute1 "attr65968") ) +(myObject (attribute1 "attr65969") ) +(myObject (attribute1 "attr65970") ) +(myObject (attribute1 "attr65971") ) +(myObject (attribute1 "attr65972") ) +(myObject (attribute1 "attr65973") ) +(myObject (attribute1 "attr65974") ) +(myObject (attribute1 "attr65975") ) +(myObject (attribute1 "attr65976") ) +(myObject (attribute1 "attr65977") ) +(myObject (attribute1 "attr65978") ) +(myObject (attribute1 "attr65979") ) +(myObject (attribute1 "attr65980") ) +(myObject (attribute1 "attr65981") ) +(myObject (attribute1 "attr65982") ) +(myObject (attribute1 "attr65983") ) +(myObject (attribute1 "attr65984") ) +(myObject (attribute1 "attr65985") ) +(myObject (attribute1 "attr65986") ) +(myObject (attribute1 "attr65987") ) +(myObject (attribute1 "attr65988") ) +(myObject (attribute1 "attr65989") ) +(myObject (attribute1 "attr65990") ) +(myObject (attribute1 "attr65991") ) +(myObject (attribute1 "attr65992") ) +(myObject (attribute1 "attr65993") ) +(myObject (attribute1 "attr65994") ) +(myObject (attribute1 "attr65995") ) +(myObject (attribute1 "attr65996") ) +(myObject (attribute1 "attr65997") ) +(myObject (attribute1 "attr65998") ) +(myObject (attribute1 "attr65999") ) +(myObject (attribute1 "attr66000") ) +(myObject (attribute1 "attr66001") ) +(myObject (attribute1 "attr66002") ) +(myObject (attribute1 "attr66003") ) +(myObject (attribute1 "attr66004") ) +(myObject (attribute1 "attr66005") ) +(myObject (attribute1 "attr66006") ) +(myObject (attribute1 "attr66007") ) +(myObject (attribute1 "attr66008") ) +(myObject (attribute1 "attr66009") ) +(myObject (attribute1 "attr66010") ) +(myObject (attribute1 "attr66011") ) +(myObject (attribute1 "attr66012") ) +(myObject (attribute1 "attr66013") ) +(myObject (attribute1 "attr66014") ) +(myObject (attribute1 "attr66015") ) +(myObject (attribute1 "attr66016") ) +(myObject (attribute1 "attr66017") ) +(myObject (attribute1 "attr66018") ) +(myObject (attribute1 "attr66019") ) +(myObject (attribute1 "attr66020") ) +(myObject (attribute1 "attr66021") ) +(myObject (attribute1 "attr66022") ) +(myObject (attribute1 "attr66023") ) +(myObject (attribute1 "attr66024") ) +(myObject (attribute1 "attr66025") ) +(myObject (attribute1 "attr66026") ) +(myObject (attribute1 "attr66027") ) +(myObject (attribute1 "attr66028") ) +(myObject (attribute1 "attr66029") ) +(myObject (attribute1 "attr66030") ) +(myObject (attribute1 "attr66031") ) +(myObject (attribute1 "attr66032") ) +(myObject (attribute1 "attr66033") ) +(myObject (attribute1 "attr66034") ) +(myObject (attribute1 "attr66035") ) +(myObject (attribute1 "attr66036") ) +(myObject (attribute1 "attr66037") ) +(myObject (attribute1 "attr66038") ) +(myObject (attribute1 "attr66039") ) +(myObject (attribute1 "attr66040") ) +(myObject (attribute1 "attr66041") ) +(myObject (attribute1 "attr66042") ) +(myObject (attribute1 "attr66043") ) +(myObject (attribute1 "attr66044") ) +(myObject (attribute1 "attr66045") ) +(myObject (attribute1 "attr66046") ) +(myObject (attribute1 "attr66047") ) +(myObject (attribute1 "attr66048") ) +(myObject (attribute1 "attr66049") ) +(myObject (attribute1 "attr66050") ) +(myObject (attribute1 "attr66051") ) +(myObject (attribute1 "attr66052") ) +(myObject (attribute1 "attr66053") ) +(myObject (attribute1 "attr66054") ) +(myObject (attribute1 "attr66055") ) +(myObject (attribute1 "attr66056") ) +(myObject (attribute1 "attr66057") ) +(myObject (attribute1 "attr66058") ) +(myObject (attribute1 "attr66059") ) +(myObject (attribute1 "attr66060") ) +(myObject (attribute1 "attr66061") ) +(myObject (attribute1 "attr66062") ) +(myObject (attribute1 "attr66063") ) +(myObject (attribute1 "attr66064") ) +(myObject (attribute1 "attr66065") ) +(myObject (attribute1 "attr66066") ) +(myObject (attribute1 "attr66067") ) +(myObject (attribute1 "attr66068") ) +(myObject (attribute1 "attr66069") ) +(myObject (attribute1 "attr66070") ) +(myObject (attribute1 "attr66071") ) +(myObject (attribute1 "attr66072") ) +(myObject (attribute1 "attr66073") ) +(myObject (attribute1 "attr66074") ) +(myObject (attribute1 "attr66075") ) +(myObject (attribute1 "attr66076") ) +(myObject (attribute1 "attr66077") ) +(myObject (attribute1 "attr66078") ) +(myObject (attribute1 "attr66079") ) +(myObject (attribute1 "attr66080") ) +(myObject (attribute1 "attr66081") ) +(myObject (attribute1 "attr66082") ) +(myObject (attribute1 "attr66083") ) +(myObject (attribute1 "attr66084") ) +(myObject (attribute1 "attr66085") ) +(myObject (attribute1 "attr66086") ) +(myObject (attribute1 "attr66087") ) +(myObject (attribute1 "attr66088") ) +(myObject (attribute1 "attr66089") ) +(myObject (attribute1 "attr66090") ) +(myObject (attribute1 "attr66091") ) +(myObject (attribute1 "attr66092") ) +(myObject (attribute1 "attr66093") ) +(myObject (attribute1 "attr66094") ) +(myObject (attribute1 "attr66095") ) +(myObject (attribute1 "attr66096") ) +(myObject (attribute1 "attr66097") ) +(myObject (attribute1 "attr66098") ) +(myObject (attribute1 "attr66099") ) +(myObject (attribute1 "attr66100") ) +(myObject (attribute1 "attr66101") ) +(myObject (attribute1 "attr66102") ) +(myObject (attribute1 "attr66103") ) +(myObject (attribute1 "attr66104") ) +(myObject (attribute1 "attr66105") ) +(myObject (attribute1 "attr66106") ) +(myObject (attribute1 "attr66107") ) +(myObject (attribute1 "attr66108") ) +(myObject (attribute1 "attr66109") ) +(myObject (attribute1 "attr66110") ) +(myObject (attribute1 "attr66111") ) +(myObject (attribute1 "attr66112") ) +(myObject (attribute1 "attr66113") ) +(myObject (attribute1 "attr66114") ) +(myObject (attribute1 "attr66115") ) +(myObject (attribute1 "attr66116") ) +(myObject (attribute1 "attr66117") ) +(myObject (attribute1 "attr66118") ) +(myObject (attribute1 "attr66119") ) +(myObject (attribute1 "attr66120") ) +(myObject (attribute1 "attr66121") ) +(myObject (attribute1 "attr66122") ) +(myObject (attribute1 "attr66123") ) +(myObject (attribute1 "attr66124") ) +(myObject (attribute1 "attr66125") ) +(myObject (attribute1 "attr66126") ) +(myObject (attribute1 "attr66127") ) +(myObject (attribute1 "attr66128") ) +(myObject (attribute1 "attr66129") ) +(myObject (attribute1 "attr66130") ) +(myObject (attribute1 "attr66131") ) +(myObject (attribute1 "attr66132") ) +(myObject (attribute1 "attr66133") ) +(myObject (attribute1 "attr66134") ) +(myObject (attribute1 "attr66135") ) +(myObject (attribute1 "attr66136") ) +(myObject (attribute1 "attr66137") ) +(myObject (attribute1 "attr66138") ) +(myObject (attribute1 "attr66139") ) +(myObject (attribute1 "attr66140") ) +(myObject (attribute1 "attr66141") ) +(myObject (attribute1 "attr66142") ) +(myObject (attribute1 "attr66143") ) +(myObject (attribute1 "attr66144") ) +(myObject (attribute1 "attr66145") ) +(myObject (attribute1 "attr66146") ) +(myObject (attribute1 "attr66147") ) +(myObject (attribute1 "attr66148") ) +(myObject (attribute1 "attr66149") ) +(myObject (attribute1 "attr66150") ) +(myObject (attribute1 "attr66151") ) +(myObject (attribute1 "attr66152") ) +(myObject (attribute1 "attr66153") ) +(myObject (attribute1 "attr66154") ) +(myObject (attribute1 "attr66155") ) +(myObject (attribute1 "attr66156") ) +(myObject (attribute1 "attr66157") ) +(myObject (attribute1 "attr66158") ) +(myObject (attribute1 "attr66159") ) +(myObject (attribute1 "attr66160") ) +(myObject (attribute1 "attr66161") ) +(myObject (attribute1 "attr66162") ) +(myObject (attribute1 "attr66163") ) +(myObject (attribute1 "attr66164") ) +(myObject (attribute1 "attr66165") ) +(myObject (attribute1 "attr66166") ) +(myObject (attribute1 "attr66167") ) +(myObject (attribute1 "attr66168") ) +(myObject (attribute1 "attr66169") ) +(myObject (attribute1 "attr66170") ) +(myObject (attribute1 "attr66171") ) +(myObject (attribute1 "attr66172") ) +(myObject (attribute1 "attr66173") ) +(myObject (attribute1 "attr66174") ) +(myObject (attribute1 "attr66175") ) +(myObject (attribute1 "attr66176") ) +(myObject (attribute1 "attr66177") ) +(myObject (attribute1 "attr66178") ) +(myObject (attribute1 "attr66179") ) +(myObject (attribute1 "attr66180") ) +(myObject (attribute1 "attr66181") ) +(myObject (attribute1 "attr66182") ) +(myObject (attribute1 "attr66183") ) +(myObject (attribute1 "attr66184") ) +(myObject (attribute1 "attr66185") ) +(myObject (attribute1 "attr66186") ) +(myObject (attribute1 "attr66187") ) +(myObject (attribute1 "attr66188") ) +(myObject (attribute1 "attr66189") ) +(myObject (attribute1 "attr66190") ) +(myObject (attribute1 "attr66191") ) +(myObject (attribute1 "attr66192") ) +(myObject (attribute1 "attr66193") ) +(myObject (attribute1 "attr66194") ) +(myObject (attribute1 "attr66195") ) +(myObject (attribute1 "attr66196") ) +(myObject (attribute1 "attr66197") ) +(myObject (attribute1 "attr66198") ) +(myObject (attribute1 "attr66199") ) +(myObject (attribute1 "attr66200") ) +(myObject (attribute1 "attr66201") ) +(myObject (attribute1 "attr66202") ) +(myObject (attribute1 "attr66203") ) +(myObject (attribute1 "attr66204") ) +(myObject (attribute1 "attr66205") ) +(myObject (attribute1 "attr66206") ) +(myObject (attribute1 "attr66207") ) +(myObject (attribute1 "attr66208") ) +(myObject (attribute1 "attr66209") ) +(myObject (attribute1 "attr66210") ) +(myObject (attribute1 "attr66211") ) +(myObject (attribute1 "attr66212") ) +(myObject (attribute1 "attr66213") ) +(myObject (attribute1 "attr66214") ) +(myObject (attribute1 "attr66215") ) +(myObject (attribute1 "attr66216") ) +(myObject (attribute1 "attr66217") ) +(myObject (attribute1 "attr66218") ) +(myObject (attribute1 "attr66219") ) +(myObject (attribute1 "attr66220") ) +(myObject (attribute1 "attr66221") ) +(myObject (attribute1 "attr66222") ) +(myObject (attribute1 "attr66223") ) +(myObject (attribute1 "attr66224") ) +(myObject (attribute1 "attr66225") ) +(myObject (attribute1 "attr66226") ) +(myObject (attribute1 "attr66227") ) +(myObject (attribute1 "attr66228") ) +(myObject (attribute1 "attr66229") ) +(myObject (attribute1 "attr66230") ) +(myObject (attribute1 "attr66231") ) +(myObject (attribute1 "attr66232") ) +(myObject (attribute1 "attr66233") ) +(myObject (attribute1 "attr66234") ) +(myObject (attribute1 "attr66235") ) +(myObject (attribute1 "attr66236") ) +(myObject (attribute1 "attr66237") ) +(myObject (attribute1 "attr66238") ) +(myObject (attribute1 "attr66239") ) +(myObject (attribute1 "attr66240") ) +(myObject (attribute1 "attr66241") ) +(myObject (attribute1 "attr66242") ) +(myObject (attribute1 "attr66243") ) +(myObject (attribute1 "attr66244") ) +(myObject (attribute1 "attr66245") ) +(myObject (attribute1 "attr66246") ) +(myObject (attribute1 "attr66247") ) +(myObject (attribute1 "attr66248") ) +(myObject (attribute1 "attr66249") ) +(myObject (attribute1 "attr66250") ) +(myObject (attribute1 "attr66251") ) +(myObject (attribute1 "attr66252") ) +(myObject (attribute1 "attr66253") ) +(myObject (attribute1 "attr66254") ) +(myObject (attribute1 "attr66255") ) +(myObject (attribute1 "attr66256") ) +(myObject (attribute1 "attr66257") ) +(myObject (attribute1 "attr66258") ) +(myObject (attribute1 "attr66259") ) +(myObject (attribute1 "attr66260") ) +(myObject (attribute1 "attr66261") ) +(myObject (attribute1 "attr66262") ) +(myObject (attribute1 "attr66263") ) +(myObject (attribute1 "attr66264") ) +(myObject (attribute1 "attr66265") ) +(myObject (attribute1 "attr66266") ) +(myObject (attribute1 "attr66267") ) +(myObject (attribute1 "attr66268") ) +(myObject (attribute1 "attr66269") ) +(myObject (attribute1 "attr66270") ) +(myObject (attribute1 "attr66271") ) +(myObject (attribute1 "attr66272") ) +(myObject (attribute1 "attr66273") ) +(myObject (attribute1 "attr66274") ) +(myObject (attribute1 "attr66275") ) +(myObject (attribute1 "attr66276") ) +(myObject (attribute1 "attr66277") ) +(myObject (attribute1 "attr66278") ) +(myObject (attribute1 "attr66279") ) +(myObject (attribute1 "attr66280") ) +(myObject (attribute1 "attr66281") ) +(myObject (attribute1 "attr66282") ) +(myObject (attribute1 "attr66283") ) +(myObject (attribute1 "attr66284") ) +(myObject (attribute1 "attr66285") ) +(myObject (attribute1 "attr66286") ) +(myObject (attribute1 "attr66287") ) +(myObject (attribute1 "attr66288") ) +(myObject (attribute1 "attr66289") ) +(myObject (attribute1 "attr66290") ) +(myObject (attribute1 "attr66291") ) +(myObject (attribute1 "attr66292") ) +(myObject (attribute1 "attr66293") ) +(myObject (attribute1 "attr66294") ) +(myObject (attribute1 "attr66295") ) +(myObject (attribute1 "attr66296") ) +(myObject (attribute1 "attr66297") ) +(myObject (attribute1 "attr66298") ) +(myObject (attribute1 "attr66299") ) +(myObject (attribute1 "attr66300") ) +(myObject (attribute1 "attr66301") ) +(myObject (attribute1 "attr66302") ) +(myObject (attribute1 "attr66303") ) +(myObject (attribute1 "attr66304") ) +(myObject (attribute1 "attr66305") ) +(myObject (attribute1 "attr66306") ) +(myObject (attribute1 "attr66307") ) +(myObject (attribute1 "attr66308") ) +(myObject (attribute1 "attr66309") ) +(myObject (attribute1 "attr66310") ) +(myObject (attribute1 "attr66311") ) +(myObject (attribute1 "attr66312") ) +(myObject (attribute1 "attr66313") ) +(myObject (attribute1 "attr66314") ) +(myObject (attribute1 "attr66315") ) +(myObject (attribute1 "attr66316") ) +(myObject (attribute1 "attr66317") ) +(myObject (attribute1 "attr66318") ) +(myObject (attribute1 "attr66319") ) +(myObject (attribute1 "attr66320") ) +(myObject (attribute1 "attr66321") ) +(myObject (attribute1 "attr66322") ) +(myObject (attribute1 "attr66323") ) +(myObject (attribute1 "attr66324") ) +(myObject (attribute1 "attr66325") ) +(myObject (attribute1 "attr66326") ) +(myObject (attribute1 "attr66327") ) +(myObject (attribute1 "attr66328") ) +(myObject (attribute1 "attr66329") ) +(myObject (attribute1 "attr66330") ) +(myObject (attribute1 "attr66331") ) +(myObject (attribute1 "attr66332") ) +(myObject (attribute1 "attr66333") ) +(myObject (attribute1 "attr66334") ) +(myObject (attribute1 "attr66335") ) +(myObject (attribute1 "attr66336") ) +(myObject (attribute1 "attr66337") ) +(myObject (attribute1 "attr66338") ) +(myObject (attribute1 "attr66339") ) +(myObject (attribute1 "attr66340") ) +(myObject (attribute1 "attr66341") ) +(myObject (attribute1 "attr66342") ) +(myObject (attribute1 "attr66343") ) +(myObject (attribute1 "attr66344") ) +(myObject (attribute1 "attr66345") ) +(myObject (attribute1 "attr66346") ) +(myObject (attribute1 "attr66347") ) +(myObject (attribute1 "attr66348") ) +(myObject (attribute1 "attr66349") ) +(myObject (attribute1 "attr66350") ) +(myObject (attribute1 "attr66351") ) +(myObject (attribute1 "attr66352") ) +(myObject (attribute1 "attr66353") ) +(myObject (attribute1 "attr66354") ) +(myObject (attribute1 "attr66355") ) +(myObject (attribute1 "attr66356") ) +(myObject (attribute1 "attr66357") ) +(myObject (attribute1 "attr66358") ) +(myObject (attribute1 "attr66359") ) +(myObject (attribute1 "attr66360") ) +(myObject (attribute1 "attr66361") ) +(myObject (attribute1 "attr66362") ) +(myObject (attribute1 "attr66363") ) +(myObject (attribute1 "attr66364") ) +(myObject (attribute1 "attr66365") ) +(myObject (attribute1 "attr66366") ) +(myObject (attribute1 "attr66367") ) +(myObject (attribute1 "attr66368") ) +(myObject (attribute1 "attr66369") ) +(myObject (attribute1 "attr66370") ) +(myObject (attribute1 "attr66371") ) +(myObject (attribute1 "attr66372") ) +(myObject (attribute1 "attr66373") ) +(myObject (attribute1 "attr66374") ) +(myObject (attribute1 "attr66375") ) +(myObject (attribute1 "attr66376") ) +(myObject (attribute1 "attr66377") ) +(myObject (attribute1 "attr66378") ) +(myObject (attribute1 "attr66379") ) +(myObject (attribute1 "attr66380") ) +(myObject (attribute1 "attr66381") ) +(myObject (attribute1 "attr66382") ) +(myObject (attribute1 "attr66383") ) +(myObject (attribute1 "attr66384") ) +(myObject (attribute1 "attr66385") ) +(myObject (attribute1 "attr66386") ) +(myObject (attribute1 "attr66387") ) +(myObject (attribute1 "attr66388") ) +(myObject (attribute1 "attr66389") ) +(myObject (attribute1 "attr66390") ) +(myObject (attribute1 "attr66391") ) +(myObject (attribute1 "attr66392") ) +(myObject (attribute1 "attr66393") ) +(myObject (attribute1 "attr66394") ) +(myObject (attribute1 "attr66395") ) +(myObject (attribute1 "attr66396") ) +(myObject (attribute1 "attr66397") ) +(myObject (attribute1 "attr66398") ) +(myObject (attribute1 "attr66399") ) +(myObject (attribute1 "attr66400") ) +(myObject (attribute1 "attr66401") ) +(myObject (attribute1 "attr66402") ) +(myObject (attribute1 "attr66403") ) +(myObject (attribute1 "attr66404") ) +(myObject (attribute1 "attr66405") ) +(myObject (attribute1 "attr66406") ) +(myObject (attribute1 "attr66407") ) +(myObject (attribute1 "attr66408") ) +(myObject (attribute1 "attr66409") ) +(myObject (attribute1 "attr66410") ) +(myObject (attribute1 "attr66411") ) +(myObject (attribute1 "attr66412") ) +(myObject (attribute1 "attr66413") ) +(myObject (attribute1 "attr66414") ) +(myObject (attribute1 "attr66415") ) +(myObject (attribute1 "attr66416") ) +(myObject (attribute1 "attr66417") ) +(myObject (attribute1 "attr66418") ) +(myObject (attribute1 "attr66419") ) +(myObject (attribute1 "attr66420") ) +(myObject (attribute1 "attr66421") ) +(myObject (attribute1 "attr66422") ) +(myObject (attribute1 "attr66423") ) +(myObject (attribute1 "attr66424") ) +(myObject (attribute1 "attr66425") ) +(myObject (attribute1 "attr66426") ) +(myObject (attribute1 "attr66427") ) +(myObject (attribute1 "attr66428") ) +(myObject (attribute1 "attr66429") ) +(myObject (attribute1 "attr66430") ) +(myObject (attribute1 "attr66431") ) +(myObject (attribute1 "attr66432") ) +(myObject (attribute1 "attr66433") ) +(myObject (attribute1 "attr66434") ) +(myObject (attribute1 "attr66435") ) +(myObject (attribute1 "attr66436") ) +(myObject (attribute1 "attr66437") ) +(myObject (attribute1 "attr66438") ) +(myObject (attribute1 "attr66439") ) +(myObject (attribute1 "attr66440") ) +(myObject (attribute1 "attr66441") ) +(myObject (attribute1 "attr66442") ) +(myObject (attribute1 "attr66443") ) +(myObject (attribute1 "attr66444") ) +(myObject (attribute1 "attr66445") ) +(myObject (attribute1 "attr66446") ) +(myObject (attribute1 "attr66447") ) +(myObject (attribute1 "attr66448") ) +(myObject (attribute1 "attr66449") ) +(myObject (attribute1 "attr66450") ) +(myObject (attribute1 "attr66451") ) +(myObject (attribute1 "attr66452") ) +(myObject (attribute1 "attr66453") ) +(myObject (attribute1 "attr66454") ) +(myObject (attribute1 "attr66455") ) +(myObject (attribute1 "attr66456") ) +(myObject (attribute1 "attr66457") ) +(myObject (attribute1 "attr66458") ) +(myObject (attribute1 "attr66459") ) +(myObject (attribute1 "attr66460") ) +(myObject (attribute1 "attr66461") ) +(myObject (attribute1 "attr66462") ) +(myObject (attribute1 "attr66463") ) +(myObject (attribute1 "attr66464") ) +(myObject (attribute1 "attr66465") ) +(myObject (attribute1 "attr66466") ) +(myObject (attribute1 "attr66467") ) +(myObject (attribute1 "attr66468") ) +(myObject (attribute1 "attr66469") ) +(myObject (attribute1 "attr66470") ) +(myObject (attribute1 "attr66471") ) +(myObject (attribute1 "attr66472") ) +(myObject (attribute1 "attr66473") ) +(myObject (attribute1 "attr66474") ) +(myObject (attribute1 "attr66475") ) +(myObject (attribute1 "attr66476") ) +(myObject (attribute1 "attr66477") ) +(myObject (attribute1 "attr66478") ) +(myObject (attribute1 "attr66479") ) +(myObject (attribute1 "attr66480") ) +(myObject (attribute1 "attr66481") ) +(myObject (attribute1 "attr66482") ) +(myObject (attribute1 "attr66483") ) +(myObject (attribute1 "attr66484") ) +(myObject (attribute1 "attr66485") ) +(myObject (attribute1 "attr66486") ) +(myObject (attribute1 "attr66487") ) +(myObject (attribute1 "attr66488") ) +(myObject (attribute1 "attr66489") ) +(myObject (attribute1 "attr66490") ) +(myObject (attribute1 "attr66491") ) +(myObject (attribute1 "attr66492") ) +(myObject (attribute1 "attr66493") ) +(myObject (attribute1 "attr66494") ) +(myObject (attribute1 "attr66495") ) +(myObject (attribute1 "attr66496") ) +(myObject (attribute1 "attr66497") ) +(myObject (attribute1 "attr66498") ) +(myObject (attribute1 "attr66499") ) +(myObject (attribute1 "attr66500") ) +(myObject (attribute1 "attr66501") ) +(myObject (attribute1 "attr66502") ) +(myObject (attribute1 "attr66503") ) +(myObject (attribute1 "attr66504") ) +(myObject (attribute1 "attr66505") ) +(myObject (attribute1 "attr66506") ) +(myObject (attribute1 "attr66507") ) +(myObject (attribute1 "attr66508") ) +(myObject (attribute1 "attr66509") ) +(myObject (attribute1 "attr66510") ) +(myObject (attribute1 "attr66511") ) +(myObject (attribute1 "attr66512") ) +(myObject (attribute1 "attr66513") ) +(myObject (attribute1 "attr66514") ) +(myObject (attribute1 "attr66515") ) +(myObject (attribute1 "attr66516") ) +(myObject (attribute1 "attr66517") ) +(myObject (attribute1 "attr66518") ) +(myObject (attribute1 "attr66519") ) +(myObject (attribute1 "attr66520") ) +(myObject (attribute1 "attr66521") ) +(myObject (attribute1 "attr66522") ) +(myObject (attribute1 "attr66523") ) +(myObject (attribute1 "attr66524") ) +(myObject (attribute1 "attr66525") ) +(myObject (attribute1 "attr66526") ) +(myObject (attribute1 "attr66527") ) +(myObject (attribute1 "attr66528") ) +(myObject (attribute1 "attr66529") ) +(myObject (attribute1 "attr66530") ) +(myObject (attribute1 "attr66531") ) +(myObject (attribute1 "attr66532") ) +(myObject (attribute1 "attr66533") ) +(myObject (attribute1 "attr66534") ) +(myObject (attribute1 "attr66535") ) +(myObject (attribute1 "attr66536") ) +(myObject (attribute1 "attr66537") ) +(myObject (attribute1 "attr66538") ) +(myObject (attribute1 "attr66539") ) +(myObject (attribute1 "attr66540") ) +(myObject (attribute1 "attr66541") ) +(myObject (attribute1 "attr66542") ) +(myObject (attribute1 "attr66543") ) +(myObject (attribute1 "attr66544") ) +(myObject (attribute1 "attr66545") ) +(myObject (attribute1 "attr66546") ) +(myObject (attribute1 "attr66547") ) +(myObject (attribute1 "attr66548") ) +(myObject (attribute1 "attr66549") ) +(myObject (attribute1 "attr66550") ) +(myObject (attribute1 "attr66551") ) +(myObject (attribute1 "attr66552") ) +(myObject (attribute1 "attr66553") ) +(myObject (attribute1 "attr66554") ) +(myObject (attribute1 "attr66555") ) +(myObject (attribute1 "attr66556") ) +(myObject (attribute1 "attr66557") ) +(myObject (attribute1 "attr66558") ) +(myObject (attribute1 "attr66559") ) +(myObject (attribute1 "attr66560") ) +(myObject (attribute1 "attr66561") ) +(myObject (attribute1 "attr66562") ) +(myObject (attribute1 "attr66563") ) +(myObject (attribute1 "attr66564") ) +(myObject (attribute1 "attr66565") ) +(myObject (attribute1 "attr66566") ) +(myObject (attribute1 "attr66567") ) +(myObject (attribute1 "attr66568") ) +(myObject (attribute1 "attr66569") ) +(myObject (attribute1 "attr66570") ) +(myObject (attribute1 "attr66571") ) +(myObject (attribute1 "attr66572") ) +(myObject (attribute1 "attr66573") ) +(myObject (attribute1 "attr66574") ) +(myObject (attribute1 "attr66575") ) +(myObject (attribute1 "attr66576") ) +(myObject (attribute1 "attr66577") ) +(myObject (attribute1 "attr66578") ) +(myObject (attribute1 "attr66579") ) +(myObject (attribute1 "attr66580") ) +(myObject (attribute1 "attr66581") ) +(myObject (attribute1 "attr66582") ) +(myObject (attribute1 "attr66583") ) +(myObject (attribute1 "attr66584") ) +(myObject (attribute1 "attr66585") ) +(myObject (attribute1 "attr66586") ) +(myObject (attribute1 "attr66587") ) +(myObject (attribute1 "attr66588") ) +(myObject (attribute1 "attr66589") ) +(myObject (attribute1 "attr66590") ) +(myObject (attribute1 "attr66591") ) +(myObject (attribute1 "attr66592") ) +(myObject (attribute1 "attr66593") ) +(myObject (attribute1 "attr66594") ) +(myObject (attribute1 "attr66595") ) +(myObject (attribute1 "attr66596") ) +(myObject (attribute1 "attr66597") ) +(myObject (attribute1 "attr66598") ) +(myObject (attribute1 "attr66599") ) +(myObject (attribute1 "attr66600") ) +(myObject (attribute1 "attr66601") ) +(myObject (attribute1 "attr66602") ) +(myObject (attribute1 "attr66603") ) +(myObject (attribute1 "attr66604") ) +(myObject (attribute1 "attr66605") ) +(myObject (attribute1 "attr66606") ) +(myObject (attribute1 "attr66607") ) +(myObject (attribute1 "attr66608") ) +(myObject (attribute1 "attr66609") ) +(myObject (attribute1 "attr66610") ) +(myObject (attribute1 "attr66611") ) +(myObject (attribute1 "attr66612") ) +(myObject (attribute1 "attr66613") ) +(myObject (attribute1 "attr66614") ) +(myObject (attribute1 "attr66615") ) +(myObject (attribute1 "attr66616") ) +(myObject (attribute1 "attr66617") ) +(myObject (attribute1 "attr66618") ) +(myObject (attribute1 "attr66619") ) +(myObject (attribute1 "attr66620") ) +(myObject (attribute1 "attr66621") ) +(myObject (attribute1 "attr66622") ) +(myObject (attribute1 "attr66623") ) +(myObject (attribute1 "attr66624") ) +(myObject (attribute1 "attr66625") ) +(myObject (attribute1 "attr66626") ) +(myObject (attribute1 "attr66627") ) +(myObject (attribute1 "attr66628") ) +(myObject (attribute1 "attr66629") ) +(myObject (attribute1 "attr66630") ) +(myObject (attribute1 "attr66631") ) +(myObject (attribute1 "attr66632") ) +(myObject (attribute1 "attr66633") ) +(myObject (attribute1 "attr66634") ) +(myObject (attribute1 "attr66635") ) +(myObject (attribute1 "attr66636") ) +(myObject (attribute1 "attr66637") ) +(myObject (attribute1 "attr66638") ) +(myObject (attribute1 "attr66639") ) +(myObject (attribute1 "attr66640") ) +(myObject (attribute1 "attr66641") ) +(myObject (attribute1 "attr66642") ) +(myObject (attribute1 "attr66643") ) +(myObject (attribute1 "attr66644") ) +(myObject (attribute1 "attr66645") ) +(myObject (attribute1 "attr66646") ) +(myObject (attribute1 "attr66647") ) +(myObject (attribute1 "attr66648") ) +(myObject (attribute1 "attr66649") ) +(myObject (attribute1 "attr66650") ) +(myObject (attribute1 "attr66651") ) +(myObject (attribute1 "attr66652") ) +(myObject (attribute1 "attr66653") ) +(myObject (attribute1 "attr66654") ) +(myObject (attribute1 "attr66655") ) +(myObject (attribute1 "attr66656") ) +(myObject (attribute1 "attr66657") ) +(myObject (attribute1 "attr66658") ) +(myObject (attribute1 "attr66659") ) +(myObject (attribute1 "attr66660") ) +(myObject (attribute1 "attr66661") ) +(myObject (attribute1 "attr66662") ) +(myObject (attribute1 "attr66663") ) +(myObject (attribute1 "attr66664") ) +(myObject (attribute1 "attr66665") ) +(myObject (attribute1 "attr66666") ) +(myObject (attribute1 "attr66667") ) +(myObject (attribute1 "attr66668") ) +(myObject (attribute1 "attr66669") ) +(myObject (attribute1 "attr66670") ) +(myObject (attribute1 "attr66671") ) +(myObject (attribute1 "attr66672") ) +(myObject (attribute1 "attr66673") ) +(myObject (attribute1 "attr66674") ) +(myObject (attribute1 "attr66675") ) +(myObject (attribute1 "attr66676") ) +(myObject (attribute1 "attr66677") ) +(myObject (attribute1 "attr66678") ) +(myObject (attribute1 "attr66679") ) +(myObject (attribute1 "attr66680") ) +(myObject (attribute1 "attr66681") ) +(myObject (attribute1 "attr66682") ) +(myObject (attribute1 "attr66683") ) +(myObject (attribute1 "attr66684") ) +(myObject (attribute1 "attr66685") ) +(myObject (attribute1 "attr66686") ) +(myObject (attribute1 "attr66687") ) +(myObject (attribute1 "attr66688") ) +(myObject (attribute1 "attr66689") ) +(myObject (attribute1 "attr66690") ) +(myObject (attribute1 "attr66691") ) +(myObject (attribute1 "attr66692") ) +(myObject (attribute1 "attr66693") ) +(myObject (attribute1 "attr66694") ) +(myObject (attribute1 "attr66695") ) +(myObject (attribute1 "attr66696") ) +(myObject (attribute1 "attr66697") ) +(myObject (attribute1 "attr66698") ) +(myObject (attribute1 "attr66699") ) +(myObject (attribute1 "attr66700") ) +(myObject (attribute1 "attr66701") ) +(myObject (attribute1 "attr66702") ) +(myObject (attribute1 "attr66703") ) +(myObject (attribute1 "attr66704") ) +(myObject (attribute1 "attr66705") ) +(myObject (attribute1 "attr66706") ) +(myObject (attribute1 "attr66707") ) +(myObject (attribute1 "attr66708") ) +(myObject (attribute1 "attr66709") ) +(myObject (attribute1 "attr66710") ) +(myObject (attribute1 "attr66711") ) +(myObject (attribute1 "attr66712") ) +(myObject (attribute1 "attr66713") ) +(myObject (attribute1 "attr66714") ) +(myObject (attribute1 "attr66715") ) +(myObject (attribute1 "attr66716") ) +(myObject (attribute1 "attr66717") ) +(myObject (attribute1 "attr66718") ) +(myObject (attribute1 "attr66719") ) +(myObject (attribute1 "attr66720") ) +(myObject (attribute1 "attr66721") ) +(myObject (attribute1 "attr66722") ) +(myObject (attribute1 "attr66723") ) +(myObject (attribute1 "attr66724") ) +(myObject (attribute1 "attr66725") ) +(myObject (attribute1 "attr66726") ) +(myObject (attribute1 "attr66727") ) +(myObject (attribute1 "attr66728") ) +(myObject (attribute1 "attr66729") ) +(myObject (attribute1 "attr66730") ) +(myObject (attribute1 "attr66731") ) +(myObject (attribute1 "attr66732") ) +(myObject (attribute1 "attr66733") ) +(myObject (attribute1 "attr66734") ) +(myObject (attribute1 "attr66735") ) +(myObject (attribute1 "attr66736") ) +(myObject (attribute1 "attr66737") ) +(myObject (attribute1 "attr66738") ) +(myObject (attribute1 "attr66739") ) +(myObject (attribute1 "attr66740") ) +(myObject (attribute1 "attr66741") ) +(myObject (attribute1 "attr66742") ) +(myObject (attribute1 "attr66743") ) +(myObject (attribute1 "attr66744") ) +(myObject (attribute1 "attr66745") ) +(myObject (attribute1 "attr66746") ) +(myObject (attribute1 "attr66747") ) +(myObject (attribute1 "attr66748") ) +(myObject (attribute1 "attr66749") ) +(myObject (attribute1 "attr66750") ) +(myObject (attribute1 "attr66751") ) +(myObject (attribute1 "attr66752") ) +(myObject (attribute1 "attr66753") ) +(myObject (attribute1 "attr66754") ) +(myObject (attribute1 "attr66755") ) +(myObject (attribute1 "attr66756") ) +(myObject (attribute1 "attr66757") ) +(myObject (attribute1 "attr66758") ) +(myObject (attribute1 "attr66759") ) +(myObject (attribute1 "attr66760") ) +(myObject (attribute1 "attr66761") ) +(myObject (attribute1 "attr66762") ) +(myObject (attribute1 "attr66763") ) +(myObject (attribute1 "attr66764") ) +(myObject (attribute1 "attr66765") ) +(myObject (attribute1 "attr66766") ) +(myObject (attribute1 "attr66767") ) +(myObject (attribute1 "attr66768") ) +(myObject (attribute1 "attr66769") ) +(myObject (attribute1 "attr66770") ) +(myObject (attribute1 "attr66771") ) +(myObject (attribute1 "attr66772") ) +(myObject (attribute1 "attr66773") ) +(myObject (attribute1 "attr66774") ) +(myObject (attribute1 "attr66775") ) +(myObject (attribute1 "attr66776") ) +(myObject (attribute1 "attr66777") ) +(myObject (attribute1 "attr66778") ) +(myObject (attribute1 "attr66779") ) +(myObject (attribute1 "attr66780") ) +(myObject (attribute1 "attr66781") ) +(myObject (attribute1 "attr66782") ) +(myObject (attribute1 "attr66783") ) +(myObject (attribute1 "attr66784") ) +(myObject (attribute1 "attr66785") ) +(myObject (attribute1 "attr66786") ) +(myObject (attribute1 "attr66787") ) +(myObject (attribute1 "attr66788") ) +(myObject (attribute1 "attr66789") ) +(myObject (attribute1 "attr66790") ) +(myObject (attribute1 "attr66791") ) +(myObject (attribute1 "attr66792") ) +(myObject (attribute1 "attr66793") ) +(myObject (attribute1 "attr66794") ) +(myObject (attribute1 "attr66795") ) +(myObject (attribute1 "attr66796") ) +(myObject (attribute1 "attr66797") ) +(myObject (attribute1 "attr66798") ) +(myObject (attribute1 "attr66799") ) +(myObject (attribute1 "attr66800") ) +(myObject (attribute1 "attr66801") ) +(myObject (attribute1 "attr66802") ) +(myObject (attribute1 "attr66803") ) +(myObject (attribute1 "attr66804") ) +(myObject (attribute1 "attr66805") ) +(myObject (attribute1 "attr66806") ) +(myObject (attribute1 "attr66807") ) +(myObject (attribute1 "attr66808") ) +(myObject (attribute1 "attr66809") ) +(myObject (attribute1 "attr66810") ) +(myObject (attribute1 "attr66811") ) +(myObject (attribute1 "attr66812") ) +(myObject (attribute1 "attr66813") ) +(myObject (attribute1 "attr66814") ) +(myObject (attribute1 "attr66815") ) +(myObject (attribute1 "attr66816") ) +(myObject (attribute1 "attr66817") ) +(myObject (attribute1 "attr66818") ) +(myObject (attribute1 "attr66819") ) +(myObject (attribute1 "attr66820") ) +(myObject (attribute1 "attr66821") ) +(myObject (attribute1 "attr66822") ) +(myObject (attribute1 "attr66823") ) +(myObject (attribute1 "attr66824") ) +(myObject (attribute1 "attr66825") ) +(myObject (attribute1 "attr66826") ) +(myObject (attribute1 "attr66827") ) +(myObject (attribute1 "attr66828") ) +(myObject (attribute1 "attr66829") ) +(myObject (attribute1 "attr66830") ) +(myObject (attribute1 "attr66831") ) +(myObject (attribute1 "attr66832") ) +(myObject (attribute1 "attr66833") ) +(myObject (attribute1 "attr66834") ) +(myObject (attribute1 "attr66835") ) +(myObject (attribute1 "attr66836") ) +(myObject (attribute1 "attr66837") ) +(myObject (attribute1 "attr66838") ) +(myObject (attribute1 "attr66839") ) +(myObject (attribute1 "attr66840") ) +(myObject (attribute1 "attr66841") ) +(myObject (attribute1 "attr66842") ) +(myObject (attribute1 "attr66843") ) +(myObject (attribute1 "attr66844") ) +(myObject (attribute1 "attr66845") ) +(myObject (attribute1 "attr66846") ) +(myObject (attribute1 "attr66847") ) +(myObject (attribute1 "attr66848") ) +(myObject (attribute1 "attr66849") ) +(myObject (attribute1 "attr66850") ) +(myObject (attribute1 "attr66851") ) +(myObject (attribute1 "attr66852") ) +(myObject (attribute1 "attr66853") ) +(myObject (attribute1 "attr66854") ) +(myObject (attribute1 "attr66855") ) +(myObject (attribute1 "attr66856") ) +(myObject (attribute1 "attr66857") ) +(myObject (attribute1 "attr66858") ) +(myObject (attribute1 "attr66859") ) +(myObject (attribute1 "attr66860") ) +(myObject (attribute1 "attr66861") ) +(myObject (attribute1 "attr66862") ) +(myObject (attribute1 "attr66863") ) +(myObject (attribute1 "attr66864") ) +(myObject (attribute1 "attr66865") ) +(myObject (attribute1 "attr66866") ) +(myObject (attribute1 "attr66867") ) +(myObject (attribute1 "attr66868") ) +(myObject (attribute1 "attr66869") ) +(myObject (attribute1 "attr66870") ) +(myObject (attribute1 "attr66871") ) +(myObject (attribute1 "attr66872") ) +(myObject (attribute1 "attr66873") ) +(myObject (attribute1 "attr66874") ) +(myObject (attribute1 "attr66875") ) +(myObject (attribute1 "attr66876") ) +(myObject (attribute1 "attr66877") ) +(myObject (attribute1 "attr66878") ) +(myObject (attribute1 "attr66879") ) +(myObject (attribute1 "attr66880") ) +(myObject (attribute1 "attr66881") ) +(myObject (attribute1 "attr66882") ) +(myObject (attribute1 "attr66883") ) +(myObject (attribute1 "attr66884") ) +(myObject (attribute1 "attr66885") ) +(myObject (attribute1 "attr66886") ) +(myObject (attribute1 "attr66887") ) +(myObject (attribute1 "attr66888") ) +(myObject (attribute1 "attr66889") ) +(myObject (attribute1 "attr66890") ) +(myObject (attribute1 "attr66891") ) +(myObject (attribute1 "attr66892") ) +(myObject (attribute1 "attr66893") ) +(myObject (attribute1 "attr66894") ) +(myObject (attribute1 "attr66895") ) +(myObject (attribute1 "attr66896") ) +(myObject (attribute1 "attr66897") ) +(myObject (attribute1 "attr66898") ) +(myObject (attribute1 "attr66899") ) +(myObject (attribute1 "attr66900") ) +(myObject (attribute1 "attr66901") ) +(myObject (attribute1 "attr66902") ) +(myObject (attribute1 "attr66903") ) +(myObject (attribute1 "attr66904") ) +(myObject (attribute1 "attr66905") ) +(myObject (attribute1 "attr66906") ) +(myObject (attribute1 "attr66907") ) +(myObject (attribute1 "attr66908") ) +(myObject (attribute1 "attr66909") ) +(myObject (attribute1 "attr66910") ) +(myObject (attribute1 "attr66911") ) +(myObject (attribute1 "attr66912") ) +(myObject (attribute1 "attr66913") ) +(myObject (attribute1 "attr66914") ) +(myObject (attribute1 "attr66915") ) +(myObject (attribute1 "attr66916") ) +(myObject (attribute1 "attr66917") ) +(myObject (attribute1 "attr66918") ) +(myObject (attribute1 "attr66919") ) +(myObject (attribute1 "attr66920") ) +(myObject (attribute1 "attr66921") ) +(myObject (attribute1 "attr66922") ) +(myObject (attribute1 "attr66923") ) +(myObject (attribute1 "attr66924") ) +(myObject (attribute1 "attr66925") ) +(myObject (attribute1 "attr66926") ) +(myObject (attribute1 "attr66927") ) +(myObject (attribute1 "attr66928") ) +(myObject (attribute1 "attr66929") ) +(myObject (attribute1 "attr66930") ) +(myObject (attribute1 "attr66931") ) +(myObject (attribute1 "attr66932") ) +(myObject (attribute1 "attr66933") ) +(myObject (attribute1 "attr66934") ) +(myObject (attribute1 "attr66935") ) +(myObject (attribute1 "attr66936") ) +(myObject (attribute1 "attr66937") ) +(myObject (attribute1 "attr66938") ) +(myObject (attribute1 "attr66939") ) +(myObject (attribute1 "attr66940") ) +(myObject (attribute1 "attr66941") ) +(myObject (attribute1 "attr66942") ) +(myObject (attribute1 "attr66943") ) +(myObject (attribute1 "attr66944") ) +(myObject (attribute1 "attr66945") ) +(myObject (attribute1 "attr66946") ) +(myObject (attribute1 "attr66947") ) +(myObject (attribute1 "attr66948") ) +(myObject (attribute1 "attr66949") ) +(myObject (attribute1 "attr66950") ) +(myObject (attribute1 "attr66951") ) +(myObject (attribute1 "attr66952") ) +(myObject (attribute1 "attr66953") ) +(myObject (attribute1 "attr66954") ) +(myObject (attribute1 "attr66955") ) +(myObject (attribute1 "attr66956") ) +(myObject (attribute1 "attr66957") ) +(myObject (attribute1 "attr66958") ) +(myObject (attribute1 "attr66959") ) +(myObject (attribute1 "attr66960") ) +(myObject (attribute1 "attr66961") ) +(myObject (attribute1 "attr66962") ) +(myObject (attribute1 "attr66963") ) +(myObject (attribute1 "attr66964") ) +(myObject (attribute1 "attr66965") ) +(myObject (attribute1 "attr66966") ) +(myObject (attribute1 "attr66967") ) +(myObject (attribute1 "attr66968") ) +(myObject (attribute1 "attr66969") ) +(myObject (attribute1 "attr66970") ) +(myObject (attribute1 "attr66971") ) +(myObject (attribute1 "attr66972") ) +(myObject (attribute1 "attr66973") ) +(myObject (attribute1 "attr66974") ) +(myObject (attribute1 "attr66975") ) +(myObject (attribute1 "attr66976") ) +(myObject (attribute1 "attr66977") ) +(myObject (attribute1 "attr66978") ) +(myObject (attribute1 "attr66979") ) +(myObject (attribute1 "attr66980") ) +(myObject (attribute1 "attr66981") ) +(myObject (attribute1 "attr66982") ) +(myObject (attribute1 "attr66983") ) +(myObject (attribute1 "attr66984") ) +(myObject (attribute1 "attr66985") ) +(myObject (attribute1 "attr66986") ) +(myObject (attribute1 "attr66987") ) +(myObject (attribute1 "attr66988") ) +(myObject (attribute1 "attr66989") ) +(myObject (attribute1 "attr66990") ) +(myObject (attribute1 "attr66991") ) +(myObject (attribute1 "attr66992") ) +(myObject (attribute1 "attr66993") ) +(myObject (attribute1 "attr66994") ) +(myObject (attribute1 "attr66995") ) +(myObject (attribute1 "attr66996") ) +(myObject (attribute1 "attr66997") ) +(myObject (attribute1 "attr66998") ) +(myObject (attribute1 "attr66999") ) +(myObject (attribute1 "attr67000") ) +(myObject (attribute1 "attr67001") ) +(myObject (attribute1 "attr67002") ) +(myObject (attribute1 "attr67003") ) +(myObject (attribute1 "attr67004") ) +(myObject (attribute1 "attr67005") ) +(myObject (attribute1 "attr67006") ) +(myObject (attribute1 "attr67007") ) +(myObject (attribute1 "attr67008") ) +(myObject (attribute1 "attr67009") ) +(myObject (attribute1 "attr67010") ) +(myObject (attribute1 "attr67011") ) +(myObject (attribute1 "attr67012") ) +(myObject (attribute1 "attr67013") ) +(myObject (attribute1 "attr67014") ) +(myObject (attribute1 "attr67015") ) +(myObject (attribute1 "attr67016") ) +(myObject (attribute1 "attr67017") ) +(myObject (attribute1 "attr67018") ) +(myObject (attribute1 "attr67019") ) +(myObject (attribute1 "attr67020") ) +(myObject (attribute1 "attr67021") ) +(myObject (attribute1 "attr67022") ) +(myObject (attribute1 "attr67023") ) +(myObject (attribute1 "attr67024") ) +(myObject (attribute1 "attr67025") ) +(myObject (attribute1 "attr67026") ) +(myObject (attribute1 "attr67027") ) +(myObject (attribute1 "attr67028") ) +(myObject (attribute1 "attr67029") ) +(myObject (attribute1 "attr67030") ) +(myObject (attribute1 "attr67031") ) +(myObject (attribute1 "attr67032") ) +(myObject (attribute1 "attr67033") ) +(myObject (attribute1 "attr67034") ) +(myObject (attribute1 "attr67035") ) +(myObject (attribute1 "attr67036") ) +(myObject (attribute1 "attr67037") ) +(myObject (attribute1 "attr67038") ) +(myObject (attribute1 "attr67039") ) +(myObject (attribute1 "attr67040") ) +(myObject (attribute1 "attr67041") ) +(myObject (attribute1 "attr67042") ) +(myObject (attribute1 "attr67043") ) +(myObject (attribute1 "attr67044") ) +(myObject (attribute1 "attr67045") ) +(myObject (attribute1 "attr67046") ) +(myObject (attribute1 "attr67047") ) +(myObject (attribute1 "attr67048") ) +(myObject (attribute1 "attr67049") ) +(myObject (attribute1 "attr67050") ) +(myObject (attribute1 "attr67051") ) +(myObject (attribute1 "attr67052") ) +(myObject (attribute1 "attr67053") ) +(myObject (attribute1 "attr67054") ) +(myObject (attribute1 "attr67055") ) +(myObject (attribute1 "attr67056") ) +(myObject (attribute1 "attr67057") ) +(myObject (attribute1 "attr67058") ) +(myObject (attribute1 "attr67059") ) +(myObject (attribute1 "attr67060") ) +(myObject (attribute1 "attr67061") ) +(myObject (attribute1 "attr67062") ) +(myObject (attribute1 "attr67063") ) +(myObject (attribute1 "attr67064") ) +(myObject (attribute1 "attr67065") ) +(myObject (attribute1 "attr67066") ) +(myObject (attribute1 "attr67067") ) +(myObject (attribute1 "attr67068") ) +(myObject (attribute1 "attr67069") ) +(myObject (attribute1 "attr67070") ) +(myObject (attribute1 "attr67071") ) +(myObject (attribute1 "attr67072") ) +(myObject (attribute1 "attr67073") ) +(myObject (attribute1 "attr67074") ) +(myObject (attribute1 "attr67075") ) +(myObject (attribute1 "attr67076") ) +(myObject (attribute1 "attr67077") ) +(myObject (attribute1 "attr67078") ) +(myObject (attribute1 "attr67079") ) +(myObject (attribute1 "attr67080") ) +(myObject (attribute1 "attr67081") ) +(myObject (attribute1 "attr67082") ) +(myObject (attribute1 "attr67083") ) +(myObject (attribute1 "attr67084") ) +(myObject (attribute1 "attr67085") ) +(myObject (attribute1 "attr67086") ) +(myObject (attribute1 "attr67087") ) +(myObject (attribute1 "attr67088") ) +(myObject (attribute1 "attr67089") ) +(myObject (attribute1 "attr67090") ) +(myObject (attribute1 "attr67091") ) +(myObject (attribute1 "attr67092") ) +(myObject (attribute1 "attr67093") ) +(myObject (attribute1 "attr67094") ) +(myObject (attribute1 "attr67095") ) +(myObject (attribute1 "attr67096") ) +(myObject (attribute1 "attr67097") ) +(myObject (attribute1 "attr67098") ) +(myObject (attribute1 "attr67099") ) +(myObject (attribute1 "attr67100") ) +(myObject (attribute1 "attr67101") ) +(myObject (attribute1 "attr67102") ) +(myObject (attribute1 "attr67103") ) +(myObject (attribute1 "attr67104") ) +(myObject (attribute1 "attr67105") ) +(myObject (attribute1 "attr67106") ) +(myObject (attribute1 "attr67107") ) +(myObject (attribute1 "attr67108") ) +(myObject (attribute1 "attr67109") ) +(myObject (attribute1 "attr67110") ) +(myObject (attribute1 "attr67111") ) +(myObject (attribute1 "attr67112") ) +(myObject (attribute1 "attr67113") ) +(myObject (attribute1 "attr67114") ) +(myObject (attribute1 "attr67115") ) +(myObject (attribute1 "attr67116") ) +(myObject (attribute1 "attr67117") ) +(myObject (attribute1 "attr67118") ) +(myObject (attribute1 "attr67119") ) +(myObject (attribute1 "attr67120") ) +(myObject (attribute1 "attr67121") ) +(myObject (attribute1 "attr67122") ) +(myObject (attribute1 "attr67123") ) +(myObject (attribute1 "attr67124") ) +(myObject (attribute1 "attr67125") ) +(myObject (attribute1 "attr67126") ) +(myObject (attribute1 "attr67127") ) +(myObject (attribute1 "attr67128") ) +(myObject (attribute1 "attr67129") ) +(myObject (attribute1 "attr67130") ) +(myObject (attribute1 "attr67131") ) +(myObject (attribute1 "attr67132") ) +(myObject (attribute1 "attr67133") ) +(myObject (attribute1 "attr67134") ) +(myObject (attribute1 "attr67135") ) +(myObject (attribute1 "attr67136") ) +(myObject (attribute1 "attr67137") ) +(myObject (attribute1 "attr67138") ) +(myObject (attribute1 "attr67139") ) +(myObject (attribute1 "attr67140") ) +(myObject (attribute1 "attr67141") ) +(myObject (attribute1 "attr67142") ) +(myObject (attribute1 "attr67143") ) +(myObject (attribute1 "attr67144") ) +(myObject (attribute1 "attr67145") ) +(myObject (attribute1 "attr67146") ) +(myObject (attribute1 "attr67147") ) +(myObject (attribute1 "attr67148") ) +(myObject (attribute1 "attr67149") ) +(myObject (attribute1 "attr67150") ) +(myObject (attribute1 "attr67151") ) +(myObject (attribute1 "attr67152") ) +(myObject (attribute1 "attr67153") ) +(myObject (attribute1 "attr67154") ) +(myObject (attribute1 "attr67155") ) +(myObject (attribute1 "attr67156") ) +(myObject (attribute1 "attr67157") ) +(myObject (attribute1 "attr67158") ) +(myObject (attribute1 "attr67159") ) +(myObject (attribute1 "attr67160") ) +(myObject (attribute1 "attr67161") ) +(myObject (attribute1 "attr67162") ) +(myObject (attribute1 "attr67163") ) +(myObject (attribute1 "attr67164") ) +(myObject (attribute1 "attr67165") ) +(myObject (attribute1 "attr67166") ) +(myObject (attribute1 "attr67167") ) +(myObject (attribute1 "attr67168") ) +(myObject (attribute1 "attr67169") ) +(myObject (attribute1 "attr67170") ) +(myObject (attribute1 "attr67171") ) +(myObject (attribute1 "attr67172") ) +(myObject (attribute1 "attr67173") ) +(myObject (attribute1 "attr67174") ) +(myObject (attribute1 "attr67175") ) +(myObject (attribute1 "attr67176") ) +(myObject (attribute1 "attr67177") ) +(myObject (attribute1 "attr67178") ) +(myObject (attribute1 "attr67179") ) +(myObject (attribute1 "attr67180") ) +(myObject (attribute1 "attr67181") ) +(myObject (attribute1 "attr67182") ) +(myObject (attribute1 "attr67183") ) +(myObject (attribute1 "attr67184") ) +(myObject (attribute1 "attr67185") ) +(myObject (attribute1 "attr67186") ) +(myObject (attribute1 "attr67187") ) +(myObject (attribute1 "attr67188") ) +(myObject (attribute1 "attr67189") ) +(myObject (attribute1 "attr67190") ) +(myObject (attribute1 "attr67191") ) +(myObject (attribute1 "attr67192") ) +(myObject (attribute1 "attr67193") ) +(myObject (attribute1 "attr67194") ) +(myObject (attribute1 "attr67195") ) +(myObject (attribute1 "attr67196") ) +(myObject (attribute1 "attr67197") ) +(myObject (attribute1 "attr67198") ) +(myObject (attribute1 "attr67199") ) +(myObject (attribute1 "attr67200") ) +(myObject (attribute1 "attr67201") ) +(myObject (attribute1 "attr67202") ) +(myObject (attribute1 "attr67203") ) +(myObject (attribute1 "attr67204") ) +(myObject (attribute1 "attr67205") ) +(myObject (attribute1 "attr67206") ) +(myObject (attribute1 "attr67207") ) +(myObject (attribute1 "attr67208") ) +(myObject (attribute1 "attr67209") ) +(myObject (attribute1 "attr67210") ) +(myObject (attribute1 "attr67211") ) +(myObject (attribute1 "attr67212") ) +(myObject (attribute1 "attr67213") ) +(myObject (attribute1 "attr67214") ) +(myObject (attribute1 "attr67215") ) +(myObject (attribute1 "attr67216") ) +(myObject (attribute1 "attr67217") ) +(myObject (attribute1 "attr67218") ) +(myObject (attribute1 "attr67219") ) +(myObject (attribute1 "attr67220") ) +(myObject (attribute1 "attr67221") ) +(myObject (attribute1 "attr67222") ) +(myObject (attribute1 "attr67223") ) +(myObject (attribute1 "attr67224") ) +(myObject (attribute1 "attr67225") ) +(myObject (attribute1 "attr67226") ) +(myObject (attribute1 "attr67227") ) +(myObject (attribute1 "attr67228") ) +(myObject (attribute1 "attr67229") ) +(myObject (attribute1 "attr67230") ) +(myObject (attribute1 "attr67231") ) +(myObject (attribute1 "attr67232") ) +(myObject (attribute1 "attr67233") ) +(myObject (attribute1 "attr67234") ) +(myObject (attribute1 "attr67235") ) +(myObject (attribute1 "attr67236") ) +(myObject (attribute1 "attr67237") ) +(myObject (attribute1 "attr67238") ) +(myObject (attribute1 "attr67239") ) +(myObject (attribute1 "attr67240") ) +(myObject (attribute1 "attr67241") ) +(myObject (attribute1 "attr67242") ) +(myObject (attribute1 "attr67243") ) +(myObject (attribute1 "attr67244") ) +(myObject (attribute1 "attr67245") ) +(myObject (attribute1 "attr67246") ) +(myObject (attribute1 "attr67247") ) +(myObject (attribute1 "attr67248") ) +(myObject (attribute1 "attr67249") ) +(myObject (attribute1 "attr67250") ) +(myObject (attribute1 "attr67251") ) +(myObject (attribute1 "attr67252") ) +(myObject (attribute1 "attr67253") ) +(myObject (attribute1 "attr67254") ) +(myObject (attribute1 "attr67255") ) +(myObject (attribute1 "attr67256") ) +(myObject (attribute1 "attr67257") ) +(myObject (attribute1 "attr67258") ) +(myObject (attribute1 "attr67259") ) +(myObject (attribute1 "attr67260") ) +(myObject (attribute1 "attr67261") ) +(myObject (attribute1 "attr67262") ) +(myObject (attribute1 "attr67263") ) +(myObject (attribute1 "attr67264") ) +(myObject (attribute1 "attr67265") ) +(myObject (attribute1 "attr67266") ) +(myObject (attribute1 "attr67267") ) +(myObject (attribute1 "attr67268") ) +(myObject (attribute1 "attr67269") ) +(myObject (attribute1 "attr67270") ) +(myObject (attribute1 "attr67271") ) +(myObject (attribute1 "attr67272") ) +(myObject (attribute1 "attr67273") ) +(myObject (attribute1 "attr67274") ) +(myObject (attribute1 "attr67275") ) +(myObject (attribute1 "attr67276") ) +(myObject (attribute1 "attr67277") ) +(myObject (attribute1 "attr67278") ) +(myObject (attribute1 "attr67279") ) +(myObject (attribute1 "attr67280") ) +(myObject (attribute1 "attr67281") ) +(myObject (attribute1 "attr67282") ) +(myObject (attribute1 "attr67283") ) +(myObject (attribute1 "attr67284") ) +(myObject (attribute1 "attr67285") ) +(myObject (attribute1 "attr67286") ) +(myObject (attribute1 "attr67287") ) +(myObject (attribute1 "attr67288") ) +(myObject (attribute1 "attr67289") ) +(myObject (attribute1 "attr67290") ) +(myObject (attribute1 "attr67291") ) +(myObject (attribute1 "attr67292") ) +(myObject (attribute1 "attr67293") ) +(myObject (attribute1 "attr67294") ) +(myObject (attribute1 "attr67295") ) +(myObject (attribute1 "attr67296") ) +(myObject (attribute1 "attr67297") ) +(myObject (attribute1 "attr67298") ) +(myObject (attribute1 "attr67299") ) +(myObject (attribute1 "attr67300") ) +(myObject (attribute1 "attr67301") ) +(myObject (attribute1 "attr67302") ) +(myObject (attribute1 "attr67303") ) +(myObject (attribute1 "attr67304") ) +(myObject (attribute1 "attr67305") ) +(myObject (attribute1 "attr67306") ) +(myObject (attribute1 "attr67307") ) +(myObject (attribute1 "attr67308") ) +(myObject (attribute1 "attr67309") ) +(myObject (attribute1 "attr67310") ) +(myObject (attribute1 "attr67311") ) +(myObject (attribute1 "attr67312") ) +(myObject (attribute1 "attr67313") ) +(myObject (attribute1 "attr67314") ) +(myObject (attribute1 "attr67315") ) +(myObject (attribute1 "attr67316") ) +(myObject (attribute1 "attr67317") ) +(myObject (attribute1 "attr67318") ) +(myObject (attribute1 "attr67319") ) +(myObject (attribute1 "attr67320") ) +(myObject (attribute1 "attr67321") ) +(myObject (attribute1 "attr67322") ) +(myObject (attribute1 "attr67323") ) +(myObject (attribute1 "attr67324") ) +(myObject (attribute1 "attr67325") ) +(myObject (attribute1 "attr67326") ) +(myObject (attribute1 "attr67327") ) +(myObject (attribute1 "attr67328") ) +(myObject (attribute1 "attr67329") ) +(myObject (attribute1 "attr67330") ) +(myObject (attribute1 "attr67331") ) +(myObject (attribute1 "attr67332") ) +(myObject (attribute1 "attr67333") ) +(myObject (attribute1 "attr67334") ) +(myObject (attribute1 "attr67335") ) +(myObject (attribute1 "attr67336") ) +(myObject (attribute1 "attr67337") ) +(myObject (attribute1 "attr67338") ) +(myObject (attribute1 "attr67339") ) +(myObject (attribute1 "attr67340") ) +(myObject (attribute1 "attr67341") ) +(myObject (attribute1 "attr67342") ) +(myObject (attribute1 "attr67343") ) +(myObject (attribute1 "attr67344") ) +(myObject (attribute1 "attr67345") ) +(myObject (attribute1 "attr67346") ) +(myObject (attribute1 "attr67347") ) +(myObject (attribute1 "attr67348") ) +(myObject (attribute1 "attr67349") ) +(myObject (attribute1 "attr67350") ) +(myObject (attribute1 "attr67351") ) +(myObject (attribute1 "attr67352") ) +(myObject (attribute1 "attr67353") ) +(myObject (attribute1 "attr67354") ) +(myObject (attribute1 "attr67355") ) +(myObject (attribute1 "attr67356") ) +(myObject (attribute1 "attr67357") ) +(myObject (attribute1 "attr67358") ) +(myObject (attribute1 "attr67359") ) +(myObject (attribute1 "attr67360") ) +(myObject (attribute1 "attr67361") ) +(myObject (attribute1 "attr67362") ) +(myObject (attribute1 "attr67363") ) +(myObject (attribute1 "attr67364") ) +(myObject (attribute1 "attr67365") ) +(myObject (attribute1 "attr67366") ) +(myObject (attribute1 "attr67367") ) +(myObject (attribute1 "attr67368") ) +(myObject (attribute1 "attr67369") ) +(myObject (attribute1 "attr67370") ) +(myObject (attribute1 "attr67371") ) +(myObject (attribute1 "attr67372") ) +(myObject (attribute1 "attr67373") ) +(myObject (attribute1 "attr67374") ) +(myObject (attribute1 "attr67375") ) +(myObject (attribute1 "attr67376") ) +(myObject (attribute1 "attr67377") ) +(myObject (attribute1 "attr67378") ) +(myObject (attribute1 "attr67379") ) +(myObject (attribute1 "attr67380") ) +(myObject (attribute1 "attr67381") ) +(myObject (attribute1 "attr67382") ) +(myObject (attribute1 "attr67383") ) +(myObject (attribute1 "attr67384") ) +(myObject (attribute1 "attr67385") ) +(myObject (attribute1 "attr67386") ) +(myObject (attribute1 "attr67387") ) +(myObject (attribute1 "attr67388") ) +(myObject (attribute1 "attr67389") ) +(myObject (attribute1 "attr67390") ) +(myObject (attribute1 "attr67391") ) +(myObject (attribute1 "attr67392") ) +(myObject (attribute1 "attr67393") ) +(myObject (attribute1 "attr67394") ) +(myObject (attribute1 "attr67395") ) +(myObject (attribute1 "attr67396") ) +(myObject (attribute1 "attr67397") ) +(myObject (attribute1 "attr67398") ) +(myObject (attribute1 "attr67399") ) +(myObject (attribute1 "attr67400") ) +(myObject (attribute1 "attr67401") ) +(myObject (attribute1 "attr67402") ) +(myObject (attribute1 "attr67403") ) +(myObject (attribute1 "attr67404") ) +(myObject (attribute1 "attr67405") ) +(myObject (attribute1 "attr67406") ) +(myObject (attribute1 "attr67407") ) +(myObject (attribute1 "attr67408") ) +(myObject (attribute1 "attr67409") ) +(myObject (attribute1 "attr67410") ) +(myObject (attribute1 "attr67411") ) +(myObject (attribute1 "attr67412") ) +(myObject (attribute1 "attr67413") ) +(myObject (attribute1 "attr67414") ) +(myObject (attribute1 "attr67415") ) +(myObject (attribute1 "attr67416") ) +(myObject (attribute1 "attr67417") ) +(myObject (attribute1 "attr67418") ) +(myObject (attribute1 "attr67419") ) +(myObject (attribute1 "attr67420") ) +(myObject (attribute1 "attr67421") ) +(myObject (attribute1 "attr67422") ) +(myObject (attribute1 "attr67423") ) +(myObject (attribute1 "attr67424") ) +(myObject (attribute1 "attr67425") ) +(myObject (attribute1 "attr67426") ) +(myObject (attribute1 "attr67427") ) +(myObject (attribute1 "attr67428") ) +(myObject (attribute1 "attr67429") ) +(myObject (attribute1 "attr67430") ) +(myObject (attribute1 "attr67431") ) +(myObject (attribute1 "attr67432") ) +(myObject (attribute1 "attr67433") ) +(myObject (attribute1 "attr67434") ) +(myObject (attribute1 "attr67435") ) +(myObject (attribute1 "attr67436") ) +(myObject (attribute1 "attr67437") ) +(myObject (attribute1 "attr67438") ) +(myObject (attribute1 "attr67439") ) +(myObject (attribute1 "attr67440") ) +(myObject (attribute1 "attr67441") ) +(myObject (attribute1 "attr67442") ) +(myObject (attribute1 "attr67443") ) +(myObject (attribute1 "attr67444") ) +(myObject (attribute1 "attr67445") ) +(myObject (attribute1 "attr67446") ) +(myObject (attribute1 "attr67447") ) +(myObject (attribute1 "attr67448") ) +(myObject (attribute1 "attr67449") ) +(myObject (attribute1 "attr67450") ) +(myObject (attribute1 "attr67451") ) +(myObject (attribute1 "attr67452") ) +(myObject (attribute1 "attr67453") ) +(myObject (attribute1 "attr67454") ) +(myObject (attribute1 "attr67455") ) +(myObject (attribute1 "attr67456") ) +(myObject (attribute1 "attr67457") ) +(myObject (attribute1 "attr67458") ) +(myObject (attribute1 "attr67459") ) +(myObject (attribute1 "attr67460") ) +(myObject (attribute1 "attr67461") ) +(myObject (attribute1 "attr67462") ) +(myObject (attribute1 "attr67463") ) +(myObject (attribute1 "attr67464") ) +(myObject (attribute1 "attr67465") ) +(myObject (attribute1 "attr67466") ) +(myObject (attribute1 "attr67467") ) +(myObject (attribute1 "attr67468") ) +(myObject (attribute1 "attr67469") ) +(myObject (attribute1 "attr67470") ) +(myObject (attribute1 "attr67471") ) +(myObject (attribute1 "attr67472") ) +(myObject (attribute1 "attr67473") ) +(myObject (attribute1 "attr67474") ) +(myObject (attribute1 "attr67475") ) +(myObject (attribute1 "attr67476") ) +(myObject (attribute1 "attr67477") ) +(myObject (attribute1 "attr67478") ) +(myObject (attribute1 "attr67479") ) +(myObject (attribute1 "attr67480") ) +(myObject (attribute1 "attr67481") ) +(myObject (attribute1 "attr67482") ) +(myObject (attribute1 "attr67483") ) +(myObject (attribute1 "attr67484") ) +(myObject (attribute1 "attr67485") ) +(myObject (attribute1 "attr67486") ) +(myObject (attribute1 "attr67487") ) +(myObject (attribute1 "attr67488") ) +(myObject (attribute1 "attr67489") ) +(myObject (attribute1 "attr67490") ) +(myObject (attribute1 "attr67491") ) +(myObject (attribute1 "attr67492") ) +(myObject (attribute1 "attr67493") ) +(myObject (attribute1 "attr67494") ) +(myObject (attribute1 "attr67495") ) +(myObject (attribute1 "attr67496") ) +(myObject (attribute1 "attr67497") ) +(myObject (attribute1 "attr67498") ) +(myObject (attribute1 "attr67499") ) +(myObject (attribute1 "attr67500") ) +(myObject (attribute1 "attr67501") ) +(myObject (attribute1 "attr67502") ) +(myObject (attribute1 "attr67503") ) +(myObject (attribute1 "attr67504") ) +(myObject (attribute1 "attr67505") ) +(myObject (attribute1 "attr67506") ) +(myObject (attribute1 "attr67507") ) +(myObject (attribute1 "attr67508") ) +(myObject (attribute1 "attr67509") ) +(myObject (attribute1 "attr67510") ) +(myObject (attribute1 "attr67511") ) +(myObject (attribute1 "attr67512") ) +(myObject (attribute1 "attr67513") ) +(myObject (attribute1 "attr67514") ) +(myObject (attribute1 "attr67515") ) +(myObject (attribute1 "attr67516") ) +(myObject (attribute1 "attr67517") ) +(myObject (attribute1 "attr67518") ) +(myObject (attribute1 "attr67519") ) +(myObject (attribute1 "attr67520") ) +(myObject (attribute1 "attr67521") ) +(myObject (attribute1 "attr67522") ) +(myObject (attribute1 "attr67523") ) +(myObject (attribute1 "attr67524") ) +(myObject (attribute1 "attr67525") ) +(myObject (attribute1 "attr67526") ) +(myObject (attribute1 "attr67527") ) +(myObject (attribute1 "attr67528") ) +(myObject (attribute1 "attr67529") ) +(myObject (attribute1 "attr67530") ) +(myObject (attribute1 "attr67531") ) +(myObject (attribute1 "attr67532") ) +(myObject (attribute1 "attr67533") ) +(myObject (attribute1 "attr67534") ) +(myObject (attribute1 "attr67535") ) +(myObject (attribute1 "attr67536") ) +(myObject (attribute1 "attr67537") ) +(myObject (attribute1 "attr67538") ) +(myObject (attribute1 "attr67539") ) +(myObject (attribute1 "attr67540") ) +(myObject (attribute1 "attr67541") ) +(myObject (attribute1 "attr67542") ) +(myObject (attribute1 "attr67543") ) +(myObject (attribute1 "attr67544") ) +(myObject (attribute1 "attr67545") ) +(myObject (attribute1 "attr67546") ) +(myObject (attribute1 "attr67547") ) +(myObject (attribute1 "attr67548") ) +(myObject (attribute1 "attr67549") ) +(myObject (attribute1 "attr67550") ) +(myObject (attribute1 "attr67551") ) +(myObject (attribute1 "attr67552") ) +(myObject (attribute1 "attr67553") ) +(myObject (attribute1 "attr67554") ) +(myObject (attribute1 "attr67555") ) +(myObject (attribute1 "attr67556") ) +(myObject (attribute1 "attr67557") ) +(myObject (attribute1 "attr67558") ) +(myObject (attribute1 "attr67559") ) +(myObject (attribute1 "attr67560") ) +(myObject (attribute1 "attr67561") ) +(myObject (attribute1 "attr67562") ) +(myObject (attribute1 "attr67563") ) +(myObject (attribute1 "attr67564") ) +(myObject (attribute1 "attr67565") ) +(myObject (attribute1 "attr67566") ) +(myObject (attribute1 "attr67567") ) +(myObject (attribute1 "attr67568") ) +(myObject (attribute1 "attr67569") ) +(myObject (attribute1 "attr67570") ) +(myObject (attribute1 "attr67571") ) +(myObject (attribute1 "attr67572") ) +(myObject (attribute1 "attr67573") ) +(myObject (attribute1 "attr67574") ) +(myObject (attribute1 "attr67575") ) +(myObject (attribute1 "attr67576") ) +(myObject (attribute1 "attr67577") ) +(myObject (attribute1 "attr67578") ) +(myObject (attribute1 "attr67579") ) +(myObject (attribute1 "attr67580") ) +(myObject (attribute1 "attr67581") ) +(myObject (attribute1 "attr67582") ) +(myObject (attribute1 "attr67583") ) +(myObject (attribute1 "attr67584") ) +(myObject (attribute1 "attr67585") ) +(myObject (attribute1 "attr67586") ) +(myObject (attribute1 "attr67587") ) +(myObject (attribute1 "attr67588") ) +(myObject (attribute1 "attr67589") ) +(myObject (attribute1 "attr67590") ) +(myObject (attribute1 "attr67591") ) +(myObject (attribute1 "attr67592") ) +(myObject (attribute1 "attr67593") ) +(myObject (attribute1 "attr67594") ) +(myObject (attribute1 "attr67595") ) +(myObject (attribute1 "attr67596") ) +(myObject (attribute1 "attr67597") ) +(myObject (attribute1 "attr67598") ) +(myObject (attribute1 "attr67599") ) +(myObject (attribute1 "attr67600") ) +(myObject (attribute1 "attr67601") ) +(myObject (attribute1 "attr67602") ) +(myObject (attribute1 "attr67603") ) +(myObject (attribute1 "attr67604") ) +(myObject (attribute1 "attr67605") ) +(myObject (attribute1 "attr67606") ) +(myObject (attribute1 "attr67607") ) +(myObject (attribute1 "attr67608") ) +(myObject (attribute1 "attr67609") ) +(myObject (attribute1 "attr67610") ) +(myObject (attribute1 "attr67611") ) +(myObject (attribute1 "attr67612") ) +(myObject (attribute1 "attr67613") ) +(myObject (attribute1 "attr67614") ) +(myObject (attribute1 "attr67615") ) +(myObject (attribute1 "attr67616") ) +(myObject (attribute1 "attr67617") ) +(myObject (attribute1 "attr67618") ) +(myObject (attribute1 "attr67619") ) +(myObject (attribute1 "attr67620") ) +(myObject (attribute1 "attr67621") ) +(myObject (attribute1 "attr67622") ) +(myObject (attribute1 "attr67623") ) +(myObject (attribute1 "attr67624") ) +(myObject (attribute1 "attr67625") ) +(myObject (attribute1 "attr67626") ) +(myObject (attribute1 "attr67627") ) +(myObject (attribute1 "attr67628") ) +(myObject (attribute1 "attr67629") ) +(myObject (attribute1 "attr67630") ) +(myObject (attribute1 "attr67631") ) +(myObject (attribute1 "attr67632") ) +(myObject (attribute1 "attr67633") ) +(myObject (attribute1 "attr67634") ) +(myObject (attribute1 "attr67635") ) +(myObject (attribute1 "attr67636") ) +(myObject (attribute1 "attr67637") ) +(myObject (attribute1 "attr67638") ) +(myObject (attribute1 "attr67639") ) +(myObject (attribute1 "attr67640") ) +(myObject (attribute1 "attr67641") ) +(myObject (attribute1 "attr67642") ) +(myObject (attribute1 "attr67643") ) +(myObject (attribute1 "attr67644") ) +(myObject (attribute1 "attr67645") ) +(myObject (attribute1 "attr67646") ) +(myObject (attribute1 "attr67647") ) +(myObject (attribute1 "attr67648") ) +(myObject (attribute1 "attr67649") ) +(myObject (attribute1 "attr67650") ) +(myObject (attribute1 "attr67651") ) +(myObject (attribute1 "attr67652") ) +(myObject (attribute1 "attr67653") ) +(myObject (attribute1 "attr67654") ) +(myObject (attribute1 "attr67655") ) +(myObject (attribute1 "attr67656") ) +(myObject (attribute1 "attr67657") ) +(myObject (attribute1 "attr67658") ) +(myObject (attribute1 "attr67659") ) +(myObject (attribute1 "attr67660") ) +(myObject (attribute1 "attr67661") ) +(myObject (attribute1 "attr67662") ) +(myObject (attribute1 "attr67663") ) +(myObject (attribute1 "attr67664") ) +(myObject (attribute1 "attr67665") ) +(myObject (attribute1 "attr67666") ) +(myObject (attribute1 "attr67667") ) +(myObject (attribute1 "attr67668") ) +(myObject (attribute1 "attr67669") ) +(myObject (attribute1 "attr67670") ) +(myObject (attribute1 "attr67671") ) +(myObject (attribute1 "attr67672") ) +(myObject (attribute1 "attr67673") ) +(myObject (attribute1 "attr67674") ) +(myObject (attribute1 "attr67675") ) +(myObject (attribute1 "attr67676") ) +(myObject (attribute1 "attr67677") ) +(myObject (attribute1 "attr67678") ) +(myObject (attribute1 "attr67679") ) +(myObject (attribute1 "attr67680") ) +(myObject (attribute1 "attr67681") ) +(myObject (attribute1 "attr67682") ) +(myObject (attribute1 "attr67683") ) +(myObject (attribute1 "attr67684") ) +(myObject (attribute1 "attr67685") ) +(myObject (attribute1 "attr67686") ) +(myObject (attribute1 "attr67687") ) +(myObject (attribute1 "attr67688") ) +(myObject (attribute1 "attr67689") ) +(myObject (attribute1 "attr67690") ) +(myObject (attribute1 "attr67691") ) +(myObject (attribute1 "attr67692") ) +(myObject (attribute1 "attr67693") ) +(myObject (attribute1 "attr67694") ) +(myObject (attribute1 "attr67695") ) +(myObject (attribute1 "attr67696") ) +(myObject (attribute1 "attr67697") ) +(myObject (attribute1 "attr67698") ) +(myObject (attribute1 "attr67699") ) +(myObject (attribute1 "attr67700") ) +(myObject (attribute1 "attr67701") ) +(myObject (attribute1 "attr67702") ) +(myObject (attribute1 "attr67703") ) +(myObject (attribute1 "attr67704") ) +(myObject (attribute1 "attr67705") ) +(myObject (attribute1 "attr67706") ) +(myObject (attribute1 "attr67707") ) +(myObject (attribute1 "attr67708") ) +(myObject (attribute1 "attr67709") ) +(myObject (attribute1 "attr67710") ) +(myObject (attribute1 "attr67711") ) +(myObject (attribute1 "attr67712") ) +(myObject (attribute1 "attr67713") ) +(myObject (attribute1 "attr67714") ) +(myObject (attribute1 "attr67715") ) +(myObject (attribute1 "attr67716") ) +(myObject (attribute1 "attr67717") ) +(myObject (attribute1 "attr67718") ) +(myObject (attribute1 "attr67719") ) +(myObject (attribute1 "attr67720") ) +(myObject (attribute1 "attr67721") ) +(myObject (attribute1 "attr67722") ) +(myObject (attribute1 "attr67723") ) +(myObject (attribute1 "attr67724") ) +(myObject (attribute1 "attr67725") ) +(myObject (attribute1 "attr67726") ) +(myObject (attribute1 "attr67727") ) +(myObject (attribute1 "attr67728") ) +(myObject (attribute1 "attr67729") ) +(myObject (attribute1 "attr67730") ) +(myObject (attribute1 "attr67731") ) +(myObject (attribute1 "attr67732") ) +(myObject (attribute1 "attr67733") ) +(myObject (attribute1 "attr67734") ) +(myObject (attribute1 "attr67735") ) +(myObject (attribute1 "attr67736") ) +(myObject (attribute1 "attr67737") ) +(myObject (attribute1 "attr67738") ) +(myObject (attribute1 "attr67739") ) +(myObject (attribute1 "attr67740") ) +(myObject (attribute1 "attr67741") ) +(myObject (attribute1 "attr67742") ) +(myObject (attribute1 "attr67743") ) +(myObject (attribute1 "attr67744") ) +(myObject (attribute1 "attr67745") ) +(myObject (attribute1 "attr67746") ) +(myObject (attribute1 "attr67747") ) +(myObject (attribute1 "attr67748") ) +(myObject (attribute1 "attr67749") ) +(myObject (attribute1 "attr67750") ) +(myObject (attribute1 "attr67751") ) +(myObject (attribute1 "attr67752") ) +(myObject (attribute1 "attr67753") ) +(myObject (attribute1 "attr67754") ) +(myObject (attribute1 "attr67755") ) +(myObject (attribute1 "attr67756") ) +(myObject (attribute1 "attr67757") ) +(myObject (attribute1 "attr67758") ) +(myObject (attribute1 "attr67759") ) +(myObject (attribute1 "attr67760") ) +(myObject (attribute1 "attr67761") ) +(myObject (attribute1 "attr67762") ) +(myObject (attribute1 "attr67763") ) +(myObject (attribute1 "attr67764") ) +(myObject (attribute1 "attr67765") ) +(myObject (attribute1 "attr67766") ) +(myObject (attribute1 "attr67767") ) +(myObject (attribute1 "attr67768") ) +(myObject (attribute1 "attr67769") ) +(myObject (attribute1 "attr67770") ) +(myObject (attribute1 "attr67771") ) +(myObject (attribute1 "attr67772") ) +(myObject (attribute1 "attr67773") ) +(myObject (attribute1 "attr67774") ) +(myObject (attribute1 "attr67775") ) +(myObject (attribute1 "attr67776") ) +(myObject (attribute1 "attr67777") ) +(myObject (attribute1 "attr67778") ) +(myObject (attribute1 "attr67779") ) +(myObject (attribute1 "attr67780") ) +(myObject (attribute1 "attr67781") ) +(myObject (attribute1 "attr67782") ) +(myObject (attribute1 "attr67783") ) +(myObject (attribute1 "attr67784") ) +(myObject (attribute1 "attr67785") ) +(myObject (attribute1 "attr67786") ) +(myObject (attribute1 "attr67787") ) +(myObject (attribute1 "attr67788") ) +(myObject (attribute1 "attr67789") ) +(myObject (attribute1 "attr67790") ) +(myObject (attribute1 "attr67791") ) +(myObject (attribute1 "attr67792") ) +(myObject (attribute1 "attr67793") ) +(myObject (attribute1 "attr67794") ) +(myObject (attribute1 "attr67795") ) +(myObject (attribute1 "attr67796") ) +(myObject (attribute1 "attr67797") ) +(myObject (attribute1 "attr67798") ) +(myObject (attribute1 "attr67799") ) +(myObject (attribute1 "attr67800") ) +(myObject (attribute1 "attr67801") ) +(myObject (attribute1 "attr67802") ) +(myObject (attribute1 "attr67803") ) +(myObject (attribute1 "attr67804") ) +(myObject (attribute1 "attr67805") ) +(myObject (attribute1 "attr67806") ) +(myObject (attribute1 "attr67807") ) +(myObject (attribute1 "attr67808") ) +(myObject (attribute1 "attr67809") ) +(myObject (attribute1 "attr67810") ) +(myObject (attribute1 "attr67811") ) +(myObject (attribute1 "attr67812") ) +(myObject (attribute1 "attr67813") ) +(myObject (attribute1 "attr67814") ) +(myObject (attribute1 "attr67815") ) +(myObject (attribute1 "attr67816") ) +(myObject (attribute1 "attr67817") ) +(myObject (attribute1 "attr67818") ) +(myObject (attribute1 "attr67819") ) +(myObject (attribute1 "attr67820") ) +(myObject (attribute1 "attr67821") ) +(myObject (attribute1 "attr67822") ) +(myObject (attribute1 "attr67823") ) +(myObject (attribute1 "attr67824") ) +(myObject (attribute1 "attr67825") ) +(myObject (attribute1 "attr67826") ) +(myObject (attribute1 "attr67827") ) +(myObject (attribute1 "attr67828") ) +(myObject (attribute1 "attr67829") ) +(myObject (attribute1 "attr67830") ) +(myObject (attribute1 "attr67831") ) +(myObject (attribute1 "attr67832") ) +(myObject (attribute1 "attr67833") ) +(myObject (attribute1 "attr67834") ) +(myObject (attribute1 "attr67835") ) +(myObject (attribute1 "attr67836") ) +(myObject (attribute1 "attr67837") ) +(myObject (attribute1 "attr67838") ) +(myObject (attribute1 "attr67839") ) +(myObject (attribute1 "attr67840") ) +(myObject (attribute1 "attr67841") ) +(myObject (attribute1 "attr67842") ) +(myObject (attribute1 "attr67843") ) +(myObject (attribute1 "attr67844") ) +(myObject (attribute1 "attr67845") ) +(myObject (attribute1 "attr67846") ) +(myObject (attribute1 "attr67847") ) +(myObject (attribute1 "attr67848") ) +(myObject (attribute1 "attr67849") ) +(myObject (attribute1 "attr67850") ) +(myObject (attribute1 "attr67851") ) +(myObject (attribute1 "attr67852") ) +(myObject (attribute1 "attr67853") ) +(myObject (attribute1 "attr67854") ) +(myObject (attribute1 "attr67855") ) +(myObject (attribute1 "attr67856") ) +(myObject (attribute1 "attr67857") ) +(myObject (attribute1 "attr67858") ) +(myObject (attribute1 "attr67859") ) +(myObject (attribute1 "attr67860") ) +(myObject (attribute1 "attr67861") ) +(myObject (attribute1 "attr67862") ) +(myObject (attribute1 "attr67863") ) +(myObject (attribute1 "attr67864") ) +(myObject (attribute1 "attr67865") ) +(myObject (attribute1 "attr67866") ) +(myObject (attribute1 "attr67867") ) +(myObject (attribute1 "attr67868") ) +(myObject (attribute1 "attr67869") ) +(myObject (attribute1 "attr67870") ) +(myObject (attribute1 "attr67871") ) +(myObject (attribute1 "attr67872") ) +(myObject (attribute1 "attr67873") ) +(myObject (attribute1 "attr67874") ) +(myObject (attribute1 "attr67875") ) +(myObject (attribute1 "attr67876") ) +(myObject (attribute1 "attr67877") ) +(myObject (attribute1 "attr67878") ) +(myObject (attribute1 "attr67879") ) +(myObject (attribute1 "attr67880") ) +(myObject (attribute1 "attr67881") ) +(myObject (attribute1 "attr67882") ) +(myObject (attribute1 "attr67883") ) +(myObject (attribute1 "attr67884") ) +(myObject (attribute1 "attr67885") ) +(myObject (attribute1 "attr67886") ) +(myObject (attribute1 "attr67887") ) +(myObject (attribute1 "attr67888") ) +(myObject (attribute1 "attr67889") ) +(myObject (attribute1 "attr67890") ) +(myObject (attribute1 "attr67891") ) +(myObject (attribute1 "attr67892") ) +(myObject (attribute1 "attr67893") ) +(myObject (attribute1 "attr67894") ) +(myObject (attribute1 "attr67895") ) +(myObject (attribute1 "attr67896") ) +(myObject (attribute1 "attr67897") ) +(myObject (attribute1 "attr67898") ) +(myObject (attribute1 "attr67899") ) +(myObject (attribute1 "attr67900") ) +(myObject (attribute1 "attr67901") ) +(myObject (attribute1 "attr67902") ) +(myObject (attribute1 "attr67903") ) +(myObject (attribute1 "attr67904") ) +(myObject (attribute1 "attr67905") ) +(myObject (attribute1 "attr67906") ) +(myObject (attribute1 "attr67907") ) +(myObject (attribute1 "attr67908") ) +(myObject (attribute1 "attr67909") ) +(myObject (attribute1 "attr67910") ) +(myObject (attribute1 "attr67911") ) +(myObject (attribute1 "attr67912") ) +(myObject (attribute1 "attr67913") ) +(myObject (attribute1 "attr67914") ) +(myObject (attribute1 "attr67915") ) +(myObject (attribute1 "attr67916") ) +(myObject (attribute1 "attr67917") ) +(myObject (attribute1 "attr67918") ) +(myObject (attribute1 "attr67919") ) +(myObject (attribute1 "attr67920") ) +(myObject (attribute1 "attr67921") ) +(myObject (attribute1 "attr67922") ) +(myObject (attribute1 "attr67923") ) +(myObject (attribute1 "attr67924") ) +(myObject (attribute1 "attr67925") ) +(myObject (attribute1 "attr67926") ) +(myObject (attribute1 "attr67927") ) +(myObject (attribute1 "attr67928") ) +(myObject (attribute1 "attr67929") ) +(myObject (attribute1 "attr67930") ) +(myObject (attribute1 "attr67931") ) +(myObject (attribute1 "attr67932") ) +(myObject (attribute1 "attr67933") ) +(myObject (attribute1 "attr67934") ) +(myObject (attribute1 "attr67935") ) +(myObject (attribute1 "attr67936") ) +(myObject (attribute1 "attr67937") ) +(myObject (attribute1 "attr67938") ) +(myObject (attribute1 "attr67939") ) +(myObject (attribute1 "attr67940") ) +(myObject (attribute1 "attr67941") ) +(myObject (attribute1 "attr67942") ) +(myObject (attribute1 "attr67943") ) +(myObject (attribute1 "attr67944") ) +(myObject (attribute1 "attr67945") ) +(myObject (attribute1 "attr67946") ) +(myObject (attribute1 "attr67947") ) +(myObject (attribute1 "attr67948") ) +(myObject (attribute1 "attr67949") ) +(myObject (attribute1 "attr67950") ) +(myObject (attribute1 "attr67951") ) +(myObject (attribute1 "attr67952") ) +(myObject (attribute1 "attr67953") ) +(myObject (attribute1 "attr67954") ) +(myObject (attribute1 "attr67955") ) +(myObject (attribute1 "attr67956") ) +(myObject (attribute1 "attr67957") ) +(myObject (attribute1 "attr67958") ) +(myObject (attribute1 "attr67959") ) +(myObject (attribute1 "attr67960") ) +(myObject (attribute1 "attr67961") ) +(myObject (attribute1 "attr67962") ) +(myObject (attribute1 "attr67963") ) +(myObject (attribute1 "attr67964") ) +(myObject (attribute1 "attr67965") ) +(myObject (attribute1 "attr67966") ) +(myObject (attribute1 "attr67967") ) +(myObject (attribute1 "attr67968") ) +(myObject (attribute1 "attr67969") ) +(myObject (attribute1 "attr67970") ) +(myObject (attribute1 "attr67971") ) +(myObject (attribute1 "attr67972") ) +(myObject (attribute1 "attr67973") ) +(myObject (attribute1 "attr67974") ) +(myObject (attribute1 "attr67975") ) +(myObject (attribute1 "attr67976") ) +(myObject (attribute1 "attr67977") ) +(myObject (attribute1 "attr67978") ) +(myObject (attribute1 "attr67979") ) +(myObject (attribute1 "attr67980") ) +(myObject (attribute1 "attr67981") ) +(myObject (attribute1 "attr67982") ) +(myObject (attribute1 "attr67983") ) +(myObject (attribute1 "attr67984") ) +(myObject (attribute1 "attr67985") ) +(myObject (attribute1 "attr67986") ) +(myObject (attribute1 "attr67987") ) +(myObject (attribute1 "attr67988") ) +(myObject (attribute1 "attr67989") ) +(myObject (attribute1 "attr67990") ) +(myObject (attribute1 "attr67991") ) +(myObject (attribute1 "attr67992") ) +(myObject (attribute1 "attr67993") ) +(myObject (attribute1 "attr67994") ) +(myObject (attribute1 "attr67995") ) +(myObject (attribute1 "attr67996") ) +(myObject (attribute1 "attr67997") ) +(myObject (attribute1 "attr67998") ) +(myObject (attribute1 "attr67999") ) +(myObject (attribute1 "attr68000") ) +(myObject (attribute1 "attr68001") ) +(myObject (attribute1 "attr68002") ) +(myObject (attribute1 "attr68003") ) +(myObject (attribute1 "attr68004") ) +(myObject (attribute1 "attr68005") ) +(myObject (attribute1 "attr68006") ) +(myObject (attribute1 "attr68007") ) +(myObject (attribute1 "attr68008") ) +(myObject (attribute1 "attr68009") ) +(myObject (attribute1 "attr68010") ) +(myObject (attribute1 "attr68011") ) +(myObject (attribute1 "attr68012") ) +(myObject (attribute1 "attr68013") ) +(myObject (attribute1 "attr68014") ) +(myObject (attribute1 "attr68015") ) +(myObject (attribute1 "attr68016") ) +(myObject (attribute1 "attr68017") ) +(myObject (attribute1 "attr68018") ) +(myObject (attribute1 "attr68019") ) +(myObject (attribute1 "attr68020") ) +(myObject (attribute1 "attr68021") ) +(myObject (attribute1 "attr68022") ) +(myObject (attribute1 "attr68023") ) +(myObject (attribute1 "attr68024") ) +(myObject (attribute1 "attr68025") ) +(myObject (attribute1 "attr68026") ) +(myObject (attribute1 "attr68027") ) +(myObject (attribute1 "attr68028") ) +(myObject (attribute1 "attr68029") ) +(myObject (attribute1 "attr68030") ) +(myObject (attribute1 "attr68031") ) +(myObject (attribute1 "attr68032") ) +(myObject (attribute1 "attr68033") ) +(myObject (attribute1 "attr68034") ) +(myObject (attribute1 "attr68035") ) +(myObject (attribute1 "attr68036") ) +(myObject (attribute1 "attr68037") ) +(myObject (attribute1 "attr68038") ) +(myObject (attribute1 "attr68039") ) +(myObject (attribute1 "attr68040") ) +(myObject (attribute1 "attr68041") ) +(myObject (attribute1 "attr68042") ) +(myObject (attribute1 "attr68043") ) +(myObject (attribute1 "attr68044") ) +(myObject (attribute1 "attr68045") ) +(myObject (attribute1 "attr68046") ) +(myObject (attribute1 "attr68047") ) +(myObject (attribute1 "attr68048") ) +(myObject (attribute1 "attr68049") ) +(myObject (attribute1 "attr68050") ) +(myObject (attribute1 "attr68051") ) +(myObject (attribute1 "attr68052") ) +(myObject (attribute1 "attr68053") ) +(myObject (attribute1 "attr68054") ) +(myObject (attribute1 "attr68055") ) +(myObject (attribute1 "attr68056") ) +(myObject (attribute1 "attr68057") ) +(myObject (attribute1 "attr68058") ) +(myObject (attribute1 "attr68059") ) +(myObject (attribute1 "attr68060") ) +(myObject (attribute1 "attr68061") ) +(myObject (attribute1 "attr68062") ) +(myObject (attribute1 "attr68063") ) +(myObject (attribute1 "attr68064") ) +(myObject (attribute1 "attr68065") ) +(myObject (attribute1 "attr68066") ) +(myObject (attribute1 "attr68067") ) +(myObject (attribute1 "attr68068") ) +(myObject (attribute1 "attr68069") ) +(myObject (attribute1 "attr68070") ) +(myObject (attribute1 "attr68071") ) +(myObject (attribute1 "attr68072") ) +(myObject (attribute1 "attr68073") ) +(myObject (attribute1 "attr68074") ) +(myObject (attribute1 "attr68075") ) +(myObject (attribute1 "attr68076") ) +(myObject (attribute1 "attr68077") ) +(myObject (attribute1 "attr68078") ) +(myObject (attribute1 "attr68079") ) +(myObject (attribute1 "attr68080") ) +(myObject (attribute1 "attr68081") ) +(myObject (attribute1 "attr68082") ) +(myObject (attribute1 "attr68083") ) +(myObject (attribute1 "attr68084") ) +(myObject (attribute1 "attr68085") ) +(myObject (attribute1 "attr68086") ) +(myObject (attribute1 "attr68087") ) +(myObject (attribute1 "attr68088") ) +(myObject (attribute1 "attr68089") ) +(myObject (attribute1 "attr68090") ) +(myObject (attribute1 "attr68091") ) +(myObject (attribute1 "attr68092") ) +(myObject (attribute1 "attr68093") ) +(myObject (attribute1 "attr68094") ) +(myObject (attribute1 "attr68095") ) +(myObject (attribute1 "attr68096") ) +(myObject (attribute1 "attr68097") ) +(myObject (attribute1 "attr68098") ) +(myObject (attribute1 "attr68099") ) +(myObject (attribute1 "attr68100") ) +(myObject (attribute1 "attr68101") ) +(myObject (attribute1 "attr68102") ) +(myObject (attribute1 "attr68103") ) +(myObject (attribute1 "attr68104") ) +(myObject (attribute1 "attr68105") ) +(myObject (attribute1 "attr68106") ) +(myObject (attribute1 "attr68107") ) +(myObject (attribute1 "attr68108") ) +(myObject (attribute1 "attr68109") ) +(myObject (attribute1 "attr68110") ) +(myObject (attribute1 "attr68111") ) +(myObject (attribute1 "attr68112") ) +(myObject (attribute1 "attr68113") ) +(myObject (attribute1 "attr68114") ) +(myObject (attribute1 "attr68115") ) +(myObject (attribute1 "attr68116") ) +(myObject (attribute1 "attr68117") ) +(myObject (attribute1 "attr68118") ) +(myObject (attribute1 "attr68119") ) +(myObject (attribute1 "attr68120") ) +(myObject (attribute1 "attr68121") ) +(myObject (attribute1 "attr68122") ) +(myObject (attribute1 "attr68123") ) +(myObject (attribute1 "attr68124") ) +(myObject (attribute1 "attr68125") ) +(myObject (attribute1 "attr68126") ) +(myObject (attribute1 "attr68127") ) +(myObject (attribute1 "attr68128") ) +(myObject (attribute1 "attr68129") ) +(myObject (attribute1 "attr68130") ) +(myObject (attribute1 "attr68131") ) +(myObject (attribute1 "attr68132") ) +(myObject (attribute1 "attr68133") ) +(myObject (attribute1 "attr68134") ) +(myObject (attribute1 "attr68135") ) +(myObject (attribute1 "attr68136") ) +(myObject (attribute1 "attr68137") ) +(myObject (attribute1 "attr68138") ) +(myObject (attribute1 "attr68139") ) +(myObject (attribute1 "attr68140") ) +(myObject (attribute1 "attr68141") ) +(myObject (attribute1 "attr68142") ) +(myObject (attribute1 "attr68143") ) +(myObject (attribute1 "attr68144") ) +(myObject (attribute1 "attr68145") ) +(myObject (attribute1 "attr68146") ) +(myObject (attribute1 "attr68147") ) +(myObject (attribute1 "attr68148") ) +(myObject (attribute1 "attr68149") ) +(myObject (attribute1 "attr68150") ) +(myObject (attribute1 "attr68151") ) +(myObject (attribute1 "attr68152") ) +(myObject (attribute1 "attr68153") ) +(myObject (attribute1 "attr68154") ) +(myObject (attribute1 "attr68155") ) +(myObject (attribute1 "attr68156") ) +(myObject (attribute1 "attr68157") ) +(myObject (attribute1 "attr68158") ) +(myObject (attribute1 "attr68159") ) +(myObject (attribute1 "attr68160") ) +(myObject (attribute1 "attr68161") ) +(myObject (attribute1 "attr68162") ) +(myObject (attribute1 "attr68163") ) +(myObject (attribute1 "attr68164") ) +(myObject (attribute1 "attr68165") ) +(myObject (attribute1 "attr68166") ) +(myObject (attribute1 "attr68167") ) +(myObject (attribute1 "attr68168") ) +(myObject (attribute1 "attr68169") ) +(myObject (attribute1 "attr68170") ) +(myObject (attribute1 "attr68171") ) +(myObject (attribute1 "attr68172") ) +(myObject (attribute1 "attr68173") ) +(myObject (attribute1 "attr68174") ) +(myObject (attribute1 "attr68175") ) +(myObject (attribute1 "attr68176") ) +(myObject (attribute1 "attr68177") ) +(myObject (attribute1 "attr68178") ) +(myObject (attribute1 "attr68179") ) +(myObject (attribute1 "attr68180") ) +(myObject (attribute1 "attr68181") ) +(myObject (attribute1 "attr68182") ) +(myObject (attribute1 "attr68183") ) +(myObject (attribute1 "attr68184") ) +(myObject (attribute1 "attr68185") ) +(myObject (attribute1 "attr68186") ) +(myObject (attribute1 "attr68187") ) +(myObject (attribute1 "attr68188") ) +(myObject (attribute1 "attr68189") ) +(myObject (attribute1 "attr68190") ) +(myObject (attribute1 "attr68191") ) +(myObject (attribute1 "attr68192") ) +(myObject (attribute1 "attr68193") ) +(myObject (attribute1 "attr68194") ) +(myObject (attribute1 "attr68195") ) +(myObject (attribute1 "attr68196") ) +(myObject (attribute1 "attr68197") ) +(myObject (attribute1 "attr68198") ) +(myObject (attribute1 "attr68199") ) +(myObject (attribute1 "attr68200") ) +(myObject (attribute1 "attr68201") ) +(myObject (attribute1 "attr68202") ) +(myObject (attribute1 "attr68203") ) +(myObject (attribute1 "attr68204") ) +(myObject (attribute1 "attr68205") ) +(myObject (attribute1 "attr68206") ) +(myObject (attribute1 "attr68207") ) +(myObject (attribute1 "attr68208") ) +(myObject (attribute1 "attr68209") ) +(myObject (attribute1 "attr68210") ) +(myObject (attribute1 "attr68211") ) +(myObject (attribute1 "attr68212") ) +(myObject (attribute1 "attr68213") ) +(myObject (attribute1 "attr68214") ) +(myObject (attribute1 "attr68215") ) +(myObject (attribute1 "attr68216") ) +(myObject (attribute1 "attr68217") ) +(myObject (attribute1 "attr68218") ) +(myObject (attribute1 "attr68219") ) +(myObject (attribute1 "attr68220") ) +(myObject (attribute1 "attr68221") ) +(myObject (attribute1 "attr68222") ) +(myObject (attribute1 "attr68223") ) +(myObject (attribute1 "attr68224") ) +(myObject (attribute1 "attr68225") ) +(myObject (attribute1 "attr68226") ) +(myObject (attribute1 "attr68227") ) +(myObject (attribute1 "attr68228") ) +(myObject (attribute1 "attr68229") ) +(myObject (attribute1 "attr68230") ) +(myObject (attribute1 "attr68231") ) +(myObject (attribute1 "attr68232") ) +(myObject (attribute1 "attr68233") ) +(myObject (attribute1 "attr68234") ) +(myObject (attribute1 "attr68235") ) +(myObject (attribute1 "attr68236") ) +(myObject (attribute1 "attr68237") ) +(myObject (attribute1 "attr68238") ) +(myObject (attribute1 "attr68239") ) +(myObject (attribute1 "attr68240") ) +(myObject (attribute1 "attr68241") ) +(myObject (attribute1 "attr68242") ) +(myObject (attribute1 "attr68243") ) +(myObject (attribute1 "attr68244") ) +(myObject (attribute1 "attr68245") ) +(myObject (attribute1 "attr68246") ) +(myObject (attribute1 "attr68247") ) +(myObject (attribute1 "attr68248") ) +(myObject (attribute1 "attr68249") ) +(myObject (attribute1 "attr68250") ) +(myObject (attribute1 "attr68251") ) +(myObject (attribute1 "attr68252") ) +(myObject (attribute1 "attr68253") ) +(myObject (attribute1 "attr68254") ) +(myObject (attribute1 "attr68255") ) +(myObject (attribute1 "attr68256") ) +(myObject (attribute1 "attr68257") ) +(myObject (attribute1 "attr68258") ) +(myObject (attribute1 "attr68259") ) +(myObject (attribute1 "attr68260") ) +(myObject (attribute1 "attr68261") ) +(myObject (attribute1 "attr68262") ) +(myObject (attribute1 "attr68263") ) +(myObject (attribute1 "attr68264") ) +(myObject (attribute1 "attr68265") ) +(myObject (attribute1 "attr68266") ) +(myObject (attribute1 "attr68267") ) +(myObject (attribute1 "attr68268") ) +(myObject (attribute1 "attr68269") ) +(myObject (attribute1 "attr68270") ) +(myObject (attribute1 "attr68271") ) +(myObject (attribute1 "attr68272") ) +(myObject (attribute1 "attr68273") ) +(myObject (attribute1 "attr68274") ) +(myObject (attribute1 "attr68275") ) +(myObject (attribute1 "attr68276") ) +(myObject (attribute1 "attr68277") ) +(myObject (attribute1 "attr68278") ) +(myObject (attribute1 "attr68279") ) +(myObject (attribute1 "attr68280") ) +(myObject (attribute1 "attr68281") ) +(myObject (attribute1 "attr68282") ) +(myObject (attribute1 "attr68283") ) +(myObject (attribute1 "attr68284") ) +(myObject (attribute1 "attr68285") ) +(myObject (attribute1 "attr68286") ) +(myObject (attribute1 "attr68287") ) +(myObject (attribute1 "attr68288") ) +(myObject (attribute1 "attr68289") ) +(myObject (attribute1 "attr68290") ) +(myObject (attribute1 "attr68291") ) +(myObject (attribute1 "attr68292") ) +(myObject (attribute1 "attr68293") ) +(myObject (attribute1 "attr68294") ) +(myObject (attribute1 "attr68295") ) +(myObject (attribute1 "attr68296") ) +(myObject (attribute1 "attr68297") ) +(myObject (attribute1 "attr68298") ) +(myObject (attribute1 "attr68299") ) +(myObject (attribute1 "attr68300") ) +(myObject (attribute1 "attr68301") ) +(myObject (attribute1 "attr68302") ) +(myObject (attribute1 "attr68303") ) +(myObject (attribute1 "attr68304") ) +(myObject (attribute1 "attr68305") ) +(myObject (attribute1 "attr68306") ) +(myObject (attribute1 "attr68307") ) +(myObject (attribute1 "attr68308") ) +(myObject (attribute1 "attr68309") ) +(myObject (attribute1 "attr68310") ) +(myObject (attribute1 "attr68311") ) +(myObject (attribute1 "attr68312") ) +(myObject (attribute1 "attr68313") ) +(myObject (attribute1 "attr68314") ) +(myObject (attribute1 "attr68315") ) +(myObject (attribute1 "attr68316") ) +(myObject (attribute1 "attr68317") ) +(myObject (attribute1 "attr68318") ) +(myObject (attribute1 "attr68319") ) +(myObject (attribute1 "attr68320") ) +(myObject (attribute1 "attr68321") ) +(myObject (attribute1 "attr68322") ) +(myObject (attribute1 "attr68323") ) +(myObject (attribute1 "attr68324") ) +(myObject (attribute1 "attr68325") ) +(myObject (attribute1 "attr68326") ) +(myObject (attribute1 "attr68327") ) +(myObject (attribute1 "attr68328") ) +(myObject (attribute1 "attr68329") ) +(myObject (attribute1 "attr68330") ) +(myObject (attribute1 "attr68331") ) +(myObject (attribute1 "attr68332") ) +(myObject (attribute1 "attr68333") ) +(myObject (attribute1 "attr68334") ) +(myObject (attribute1 "attr68335") ) +(myObject (attribute1 "attr68336") ) +(myObject (attribute1 "attr68337") ) +(myObject (attribute1 "attr68338") ) +(myObject (attribute1 "attr68339") ) +(myObject (attribute1 "attr68340") ) +(myObject (attribute1 "attr68341") ) +(myObject (attribute1 "attr68342") ) +(myObject (attribute1 "attr68343") ) +(myObject (attribute1 "attr68344") ) +(myObject (attribute1 "attr68345") ) +(myObject (attribute1 "attr68346") ) +(myObject (attribute1 "attr68347") ) +(myObject (attribute1 "attr68348") ) +(myObject (attribute1 "attr68349") ) +(myObject (attribute1 "attr68350") ) +(myObject (attribute1 "attr68351") ) +(myObject (attribute1 "attr68352") ) +(myObject (attribute1 "attr68353") ) +(myObject (attribute1 "attr68354") ) +(myObject (attribute1 "attr68355") ) +(myObject (attribute1 "attr68356") ) +(myObject (attribute1 "attr68357") ) +(myObject (attribute1 "attr68358") ) +(myObject (attribute1 "attr68359") ) +(myObject (attribute1 "attr68360") ) +(myObject (attribute1 "attr68361") ) +(myObject (attribute1 "attr68362") ) +(myObject (attribute1 "attr68363") ) +(myObject (attribute1 "attr68364") ) +(myObject (attribute1 "attr68365") ) +(myObject (attribute1 "attr68366") ) +(myObject (attribute1 "attr68367") ) +(myObject (attribute1 "attr68368") ) +(myObject (attribute1 "attr68369") ) +(myObject (attribute1 "attr68370") ) +(myObject (attribute1 "attr68371") ) +(myObject (attribute1 "attr68372") ) +(myObject (attribute1 "attr68373") ) +(myObject (attribute1 "attr68374") ) +(myObject (attribute1 "attr68375") ) +(myObject (attribute1 "attr68376") ) +(myObject (attribute1 "attr68377") ) +(myObject (attribute1 "attr68378") ) +(myObject (attribute1 "attr68379") ) +(myObject (attribute1 "attr68380") ) +(myObject (attribute1 "attr68381") ) +(myObject (attribute1 "attr68382") ) +(myObject (attribute1 "attr68383") ) +(myObject (attribute1 "attr68384") ) +(myObject (attribute1 "attr68385") ) +(myObject (attribute1 "attr68386") ) +(myObject (attribute1 "attr68387") ) +(myObject (attribute1 "attr68388") ) +(myObject (attribute1 "attr68389") ) +(myObject (attribute1 "attr68390") ) +(myObject (attribute1 "attr68391") ) +(myObject (attribute1 "attr68392") ) +(myObject (attribute1 "attr68393") ) +(myObject (attribute1 "attr68394") ) +(myObject (attribute1 "attr68395") ) +(myObject (attribute1 "attr68396") ) +(myObject (attribute1 "attr68397") ) +(myObject (attribute1 "attr68398") ) +(myObject (attribute1 "attr68399") ) +(myObject (attribute1 "attr68400") ) +(myObject (attribute1 "attr68401") ) +(myObject (attribute1 "attr68402") ) +(myObject (attribute1 "attr68403") ) +(myObject (attribute1 "attr68404") ) +(myObject (attribute1 "attr68405") ) +(myObject (attribute1 "attr68406") ) +(myObject (attribute1 "attr68407") ) +(myObject (attribute1 "attr68408") ) +(myObject (attribute1 "attr68409") ) +(myObject (attribute1 "attr68410") ) +(myObject (attribute1 "attr68411") ) +(myObject (attribute1 "attr68412") ) +(myObject (attribute1 "attr68413") ) +(myObject (attribute1 "attr68414") ) +(myObject (attribute1 "attr68415") ) +(myObject (attribute1 "attr68416") ) +(myObject (attribute1 "attr68417") ) +(myObject (attribute1 "attr68418") ) +(myObject (attribute1 "attr68419") ) +(myObject (attribute1 "attr68420") ) +(myObject (attribute1 "attr68421") ) +(myObject (attribute1 "attr68422") ) +(myObject (attribute1 "attr68423") ) +(myObject (attribute1 "attr68424") ) +(myObject (attribute1 "attr68425") ) +(myObject (attribute1 "attr68426") ) +(myObject (attribute1 "attr68427") ) +(myObject (attribute1 "attr68428") ) +(myObject (attribute1 "attr68429") ) +(myObject (attribute1 "attr68430") ) +(myObject (attribute1 "attr68431") ) +(myObject (attribute1 "attr68432") ) +(myObject (attribute1 "attr68433") ) +(myObject (attribute1 "attr68434") ) +(myObject (attribute1 "attr68435") ) +(myObject (attribute1 "attr68436") ) +(myObject (attribute1 "attr68437") ) +(myObject (attribute1 "attr68438") ) +(myObject (attribute1 "attr68439") ) +(myObject (attribute1 "attr68440") ) +(myObject (attribute1 "attr68441") ) +(myObject (attribute1 "attr68442") ) +(myObject (attribute1 "attr68443") ) +(myObject (attribute1 "attr68444") ) +(myObject (attribute1 "attr68445") ) +(myObject (attribute1 "attr68446") ) +(myObject (attribute1 "attr68447") ) +(myObject (attribute1 "attr68448") ) +(myObject (attribute1 "attr68449") ) +(myObject (attribute1 "attr68450") ) +(myObject (attribute1 "attr68451") ) +(myObject (attribute1 "attr68452") ) +(myObject (attribute1 "attr68453") ) +(myObject (attribute1 "attr68454") ) +(myObject (attribute1 "attr68455") ) +(myObject (attribute1 "attr68456") ) +(myObject (attribute1 "attr68457") ) +(myObject (attribute1 "attr68458") ) +(myObject (attribute1 "attr68459") ) +(myObject (attribute1 "attr68460") ) +(myObject (attribute1 "attr68461") ) +(myObject (attribute1 "attr68462") ) +(myObject (attribute1 "attr68463") ) +(myObject (attribute1 "attr68464") ) +(myObject (attribute1 "attr68465") ) +(myObject (attribute1 "attr68466") ) +(myObject (attribute1 "attr68467") ) +(myObject (attribute1 "attr68468") ) +(myObject (attribute1 "attr68469") ) +(myObject (attribute1 "attr68470") ) +(myObject (attribute1 "attr68471") ) +(myObject (attribute1 "attr68472") ) +(myObject (attribute1 "attr68473") ) +(myObject (attribute1 "attr68474") ) +(myObject (attribute1 "attr68475") ) +(myObject (attribute1 "attr68476") ) +(myObject (attribute1 "attr68477") ) +(myObject (attribute1 "attr68478") ) +(myObject (attribute1 "attr68479") ) +(myObject (attribute1 "attr68480") ) +(myObject (attribute1 "attr68481") ) +(myObject (attribute1 "attr68482") ) +(myObject (attribute1 "attr68483") ) +(myObject (attribute1 "attr68484") ) +(myObject (attribute1 "attr68485") ) +(myObject (attribute1 "attr68486") ) +(myObject (attribute1 "attr68487") ) +(myObject (attribute1 "attr68488") ) +(myObject (attribute1 "attr68489") ) +(myObject (attribute1 "attr68490") ) +(myObject (attribute1 "attr68491") ) +(myObject (attribute1 "attr68492") ) +(myObject (attribute1 "attr68493") ) +(myObject (attribute1 "attr68494") ) +(myObject (attribute1 "attr68495") ) +(myObject (attribute1 "attr68496") ) +(myObject (attribute1 "attr68497") ) +(myObject (attribute1 "attr68498") ) +(myObject (attribute1 "attr68499") ) +(myObject (attribute1 "attr68500") ) +(myObject (attribute1 "attr68501") ) +(myObject (attribute1 "attr68502") ) +(myObject (attribute1 "attr68503") ) +(myObject (attribute1 "attr68504") ) +(myObject (attribute1 "attr68505") ) +(myObject (attribute1 "attr68506") ) +(myObject (attribute1 "attr68507") ) +(myObject (attribute1 "attr68508") ) +(myObject (attribute1 "attr68509") ) +(myObject (attribute1 "attr68510") ) +(myObject (attribute1 "attr68511") ) +(myObject (attribute1 "attr68512") ) +(myObject (attribute1 "attr68513") ) +(myObject (attribute1 "attr68514") ) +(myObject (attribute1 "attr68515") ) +(myObject (attribute1 "attr68516") ) +(myObject (attribute1 "attr68517") ) +(myObject (attribute1 "attr68518") ) +(myObject (attribute1 "attr68519") ) +(myObject (attribute1 "attr68520") ) +(myObject (attribute1 "attr68521") ) +(myObject (attribute1 "attr68522") ) +(myObject (attribute1 "attr68523") ) +(myObject (attribute1 "attr68524") ) +(myObject (attribute1 "attr68525") ) +(myObject (attribute1 "attr68526") ) +(myObject (attribute1 "attr68527") ) +(myObject (attribute1 "attr68528") ) +(myObject (attribute1 "attr68529") ) +(myObject (attribute1 "attr68530") ) +(myObject (attribute1 "attr68531") ) +(myObject (attribute1 "attr68532") ) +(myObject (attribute1 "attr68533") ) +(myObject (attribute1 "attr68534") ) +(myObject (attribute1 "attr68535") ) +(myObject (attribute1 "attr68536") ) +(myObject (attribute1 "attr68537") ) +(myObject (attribute1 "attr68538") ) +(myObject (attribute1 "attr68539") ) +(myObject (attribute1 "attr68540") ) +(myObject (attribute1 "attr68541") ) +(myObject (attribute1 "attr68542") ) +(myObject (attribute1 "attr68543") ) +(myObject (attribute1 "attr68544") ) +(myObject (attribute1 "attr68545") ) +(myObject (attribute1 "attr68546") ) +(myObject (attribute1 "attr68547") ) +(myObject (attribute1 "attr68548") ) +(myObject (attribute1 "attr68549") ) +(myObject (attribute1 "attr68550") ) +(myObject (attribute1 "attr68551") ) +(myObject (attribute1 "attr68552") ) +(myObject (attribute1 "attr68553") ) +(myObject (attribute1 "attr68554") ) +(myObject (attribute1 "attr68555") ) +(myObject (attribute1 "attr68556") ) +(myObject (attribute1 "attr68557") ) +(myObject (attribute1 "attr68558") ) +(myObject (attribute1 "attr68559") ) +(myObject (attribute1 "attr68560") ) +(myObject (attribute1 "attr68561") ) +(myObject (attribute1 "attr68562") ) +(myObject (attribute1 "attr68563") ) +(myObject (attribute1 "attr68564") ) +(myObject (attribute1 "attr68565") ) +(myObject (attribute1 "attr68566") ) +(myObject (attribute1 "attr68567") ) +(myObject (attribute1 "attr68568") ) +(myObject (attribute1 "attr68569") ) +(myObject (attribute1 "attr68570") ) +(myObject (attribute1 "attr68571") ) +(myObject (attribute1 "attr68572") ) +(myObject (attribute1 "attr68573") ) +(myObject (attribute1 "attr68574") ) +(myObject (attribute1 "attr68575") ) +(myObject (attribute1 "attr68576") ) +(myObject (attribute1 "attr68577") ) +(myObject (attribute1 "attr68578") ) +(myObject (attribute1 "attr68579") ) +(myObject (attribute1 "attr68580") ) +(myObject (attribute1 "attr68581") ) +(myObject (attribute1 "attr68582") ) +(myObject (attribute1 "attr68583") ) +(myObject (attribute1 "attr68584") ) +(myObject (attribute1 "attr68585") ) +(myObject (attribute1 "attr68586") ) +(myObject (attribute1 "attr68587") ) +(myObject (attribute1 "attr68588") ) +(myObject (attribute1 "attr68589") ) +(myObject (attribute1 "attr68590") ) +(myObject (attribute1 "attr68591") ) +(myObject (attribute1 "attr68592") ) +(myObject (attribute1 "attr68593") ) +(myObject (attribute1 "attr68594") ) +(myObject (attribute1 "attr68595") ) +(myObject (attribute1 "attr68596") ) +(myObject (attribute1 "attr68597") ) +(myObject (attribute1 "attr68598") ) +(myObject (attribute1 "attr68599") ) +(myObject (attribute1 "attr68600") ) +(myObject (attribute1 "attr68601") ) +(myObject (attribute1 "attr68602") ) +(myObject (attribute1 "attr68603") ) +(myObject (attribute1 "attr68604") ) +(myObject (attribute1 "attr68605") ) +(myObject (attribute1 "attr68606") ) +(myObject (attribute1 "attr68607") ) +(myObject (attribute1 "attr68608") ) +(myObject (attribute1 "attr68609") ) +(myObject (attribute1 "attr68610") ) +(myObject (attribute1 "attr68611") ) +(myObject (attribute1 "attr68612") ) +(myObject (attribute1 "attr68613") ) +(myObject (attribute1 "attr68614") ) +(myObject (attribute1 "attr68615") ) +(myObject (attribute1 "attr68616") ) +(myObject (attribute1 "attr68617") ) +(myObject (attribute1 "attr68618") ) +(myObject (attribute1 "attr68619") ) +(myObject (attribute1 "attr68620") ) +(myObject (attribute1 "attr68621") ) +(myObject (attribute1 "attr68622") ) +(myObject (attribute1 "attr68623") ) +(myObject (attribute1 "attr68624") ) +(myObject (attribute1 "attr68625") ) +(myObject (attribute1 "attr68626") ) +(myObject (attribute1 "attr68627") ) +(myObject (attribute1 "attr68628") ) +(myObject (attribute1 "attr68629") ) +(myObject (attribute1 "attr68630") ) +(myObject (attribute1 "attr68631") ) +(myObject (attribute1 "attr68632") ) +(myObject (attribute1 "attr68633") ) +(myObject (attribute1 "attr68634") ) +(myObject (attribute1 "attr68635") ) +(myObject (attribute1 "attr68636") ) +(myObject (attribute1 "attr68637") ) +(myObject (attribute1 "attr68638") ) +(myObject (attribute1 "attr68639") ) +(myObject (attribute1 "attr68640") ) +(myObject (attribute1 "attr68641") ) +(myObject (attribute1 "attr68642") ) +(myObject (attribute1 "attr68643") ) +(myObject (attribute1 "attr68644") ) +(myObject (attribute1 "attr68645") ) +(myObject (attribute1 "attr68646") ) +(myObject (attribute1 "attr68647") ) +(myObject (attribute1 "attr68648") ) +(myObject (attribute1 "attr68649") ) +(myObject (attribute1 "attr68650") ) +(myObject (attribute1 "attr68651") ) +(myObject (attribute1 "attr68652") ) +(myObject (attribute1 "attr68653") ) +(myObject (attribute1 "attr68654") ) +(myObject (attribute1 "attr68655") ) +(myObject (attribute1 "attr68656") ) +(myObject (attribute1 "attr68657") ) +(myObject (attribute1 "attr68658") ) +(myObject (attribute1 "attr68659") ) +(myObject (attribute1 "attr68660") ) +(myObject (attribute1 "attr68661") ) +(myObject (attribute1 "attr68662") ) +(myObject (attribute1 "attr68663") ) +(myObject (attribute1 "attr68664") ) +(myObject (attribute1 "attr68665") ) +(myObject (attribute1 "attr68666") ) +(myObject (attribute1 "attr68667") ) +(myObject (attribute1 "attr68668") ) +(myObject (attribute1 "attr68669") ) +(myObject (attribute1 "attr68670") ) +(myObject (attribute1 "attr68671") ) +(myObject (attribute1 "attr68672") ) +(myObject (attribute1 "attr68673") ) +(myObject (attribute1 "attr68674") ) +(myObject (attribute1 "attr68675") ) +(myObject (attribute1 "attr68676") ) +(myObject (attribute1 "attr68677") ) +(myObject (attribute1 "attr68678") ) +(myObject (attribute1 "attr68679") ) +(myObject (attribute1 "attr68680") ) +(myObject (attribute1 "attr68681") ) +(myObject (attribute1 "attr68682") ) +(myObject (attribute1 "attr68683") ) +(myObject (attribute1 "attr68684") ) +(myObject (attribute1 "attr68685") ) +(myObject (attribute1 "attr68686") ) +(myObject (attribute1 "attr68687") ) +(myObject (attribute1 "attr68688") ) +(myObject (attribute1 "attr68689") ) +(myObject (attribute1 "attr68690") ) +(myObject (attribute1 "attr68691") ) +(myObject (attribute1 "attr68692") ) +(myObject (attribute1 "attr68693") ) +(myObject (attribute1 "attr68694") ) +(myObject (attribute1 "attr68695") ) +(myObject (attribute1 "attr68696") ) +(myObject (attribute1 "attr68697") ) +(myObject (attribute1 "attr68698") ) +(myObject (attribute1 "attr68699") ) +(myObject (attribute1 "attr68700") ) +(myObject (attribute1 "attr68701") ) +(myObject (attribute1 "attr68702") ) +(myObject (attribute1 "attr68703") ) +(myObject (attribute1 "attr68704") ) +(myObject (attribute1 "attr68705") ) +(myObject (attribute1 "attr68706") ) +(myObject (attribute1 "attr68707") ) +(myObject (attribute1 "attr68708") ) +(myObject (attribute1 "attr68709") ) +(myObject (attribute1 "attr68710") ) +(myObject (attribute1 "attr68711") ) +(myObject (attribute1 "attr68712") ) +(myObject (attribute1 "attr68713") ) +(myObject (attribute1 "attr68714") ) +(myObject (attribute1 "attr68715") ) +(myObject (attribute1 "attr68716") ) +(myObject (attribute1 "attr68717") ) +(myObject (attribute1 "attr68718") ) +(myObject (attribute1 "attr68719") ) +(myObject (attribute1 "attr68720") ) +(myObject (attribute1 "attr68721") ) +(myObject (attribute1 "attr68722") ) +(myObject (attribute1 "attr68723") ) +(myObject (attribute1 "attr68724") ) +(myObject (attribute1 "attr68725") ) +(myObject (attribute1 "attr68726") ) +(myObject (attribute1 "attr68727") ) +(myObject (attribute1 "attr68728") ) +(myObject (attribute1 "attr68729") ) +(myObject (attribute1 "attr68730") ) +(myObject (attribute1 "attr68731") ) +(myObject (attribute1 "attr68732") ) +(myObject (attribute1 "attr68733") ) +(myObject (attribute1 "attr68734") ) +(myObject (attribute1 "attr68735") ) +(myObject (attribute1 "attr68736") ) +(myObject (attribute1 "attr68737") ) +(myObject (attribute1 "attr68738") ) +(myObject (attribute1 "attr68739") ) +(myObject (attribute1 "attr68740") ) +(myObject (attribute1 "attr68741") ) +(myObject (attribute1 "attr68742") ) +(myObject (attribute1 "attr68743") ) +(myObject (attribute1 "attr68744") ) +(myObject (attribute1 "attr68745") ) +(myObject (attribute1 "attr68746") ) +(myObject (attribute1 "attr68747") ) +(myObject (attribute1 "attr68748") ) +(myObject (attribute1 "attr68749") ) +(myObject (attribute1 "attr68750") ) +(myObject (attribute1 "attr68751") ) +(myObject (attribute1 "attr68752") ) +(myObject (attribute1 "attr68753") ) +(myObject (attribute1 "attr68754") ) +(myObject (attribute1 "attr68755") ) +(myObject (attribute1 "attr68756") ) +(myObject (attribute1 "attr68757") ) +(myObject (attribute1 "attr68758") ) +(myObject (attribute1 "attr68759") ) +(myObject (attribute1 "attr68760") ) +(myObject (attribute1 "attr68761") ) +(myObject (attribute1 "attr68762") ) +(myObject (attribute1 "attr68763") ) +(myObject (attribute1 "attr68764") ) +(myObject (attribute1 "attr68765") ) +(myObject (attribute1 "attr68766") ) +(myObject (attribute1 "attr68767") ) +(myObject (attribute1 "attr68768") ) +(myObject (attribute1 "attr68769") ) +(myObject (attribute1 "attr68770") ) +(myObject (attribute1 "attr68771") ) +(myObject (attribute1 "attr68772") ) +(myObject (attribute1 "attr68773") ) +(myObject (attribute1 "attr68774") ) +(myObject (attribute1 "attr68775") ) +(myObject (attribute1 "attr68776") ) +(myObject (attribute1 "attr68777") ) +(myObject (attribute1 "attr68778") ) +(myObject (attribute1 "attr68779") ) +(myObject (attribute1 "attr68780") ) +(myObject (attribute1 "attr68781") ) +(myObject (attribute1 "attr68782") ) +(myObject (attribute1 "attr68783") ) +(myObject (attribute1 "attr68784") ) +(myObject (attribute1 "attr68785") ) +(myObject (attribute1 "attr68786") ) +(myObject (attribute1 "attr68787") ) +(myObject (attribute1 "attr68788") ) +(myObject (attribute1 "attr68789") ) +(myObject (attribute1 "attr68790") ) +(myObject (attribute1 "attr68791") ) +(myObject (attribute1 "attr68792") ) +(myObject (attribute1 "attr68793") ) +(myObject (attribute1 "attr68794") ) +(myObject (attribute1 "attr68795") ) +(myObject (attribute1 "attr68796") ) +(myObject (attribute1 "attr68797") ) +(myObject (attribute1 "attr68798") ) +(myObject (attribute1 "attr68799") ) +(myObject (attribute1 "attr68800") ) +(myObject (attribute1 "attr68801") ) +(myObject (attribute1 "attr68802") ) +(myObject (attribute1 "attr68803") ) +(myObject (attribute1 "attr68804") ) +(myObject (attribute1 "attr68805") ) +(myObject (attribute1 "attr68806") ) +(myObject (attribute1 "attr68807") ) +(myObject (attribute1 "attr68808") ) +(myObject (attribute1 "attr68809") ) +(myObject (attribute1 "attr68810") ) +(myObject (attribute1 "attr68811") ) +(myObject (attribute1 "attr68812") ) +(myObject (attribute1 "attr68813") ) +(myObject (attribute1 "attr68814") ) +(myObject (attribute1 "attr68815") ) +(myObject (attribute1 "attr68816") ) +(myObject (attribute1 "attr68817") ) +(myObject (attribute1 "attr68818") ) +(myObject (attribute1 "attr68819") ) +(myObject (attribute1 "attr68820") ) +(myObject (attribute1 "attr68821") ) +(myObject (attribute1 "attr68822") ) +(myObject (attribute1 "attr68823") ) +(myObject (attribute1 "attr68824") ) +(myObject (attribute1 "attr68825") ) +(myObject (attribute1 "attr68826") ) +(myObject (attribute1 "attr68827") ) +(myObject (attribute1 "attr68828") ) +(myObject (attribute1 "attr68829") ) +(myObject (attribute1 "attr68830") ) +(myObject (attribute1 "attr68831") ) +(myObject (attribute1 "attr68832") ) +(myObject (attribute1 "attr68833") ) +(myObject (attribute1 "attr68834") ) +(myObject (attribute1 "attr68835") ) +(myObject (attribute1 "attr68836") ) +(myObject (attribute1 "attr68837") ) +(myObject (attribute1 "attr68838") ) +(myObject (attribute1 "attr68839") ) +(myObject (attribute1 "attr68840") ) +(myObject (attribute1 "attr68841") ) +(myObject (attribute1 "attr68842") ) +(myObject (attribute1 "attr68843") ) +(myObject (attribute1 "attr68844") ) +(myObject (attribute1 "attr68845") ) +(myObject (attribute1 "attr68846") ) +(myObject (attribute1 "attr68847") ) +(myObject (attribute1 "attr68848") ) +(myObject (attribute1 "attr68849") ) +(myObject (attribute1 "attr68850") ) +(myObject (attribute1 "attr68851") ) +(myObject (attribute1 "attr68852") ) +(myObject (attribute1 "attr68853") ) +(myObject (attribute1 "attr68854") ) +(myObject (attribute1 "attr68855") ) +(myObject (attribute1 "attr68856") ) +(myObject (attribute1 "attr68857") ) +(myObject (attribute1 "attr68858") ) +(myObject (attribute1 "attr68859") ) +(myObject (attribute1 "attr68860") ) +(myObject (attribute1 "attr68861") ) +(myObject (attribute1 "attr68862") ) +(myObject (attribute1 "attr68863") ) +(myObject (attribute1 "attr68864") ) +(myObject (attribute1 "attr68865") ) +(myObject (attribute1 "attr68866") ) +(myObject (attribute1 "attr68867") ) +(myObject (attribute1 "attr68868") ) +(myObject (attribute1 "attr68869") ) +(myObject (attribute1 "attr68870") ) +(myObject (attribute1 "attr68871") ) +(myObject (attribute1 "attr68872") ) +(myObject (attribute1 "attr68873") ) +(myObject (attribute1 "attr68874") ) +(myObject (attribute1 "attr68875") ) +(myObject (attribute1 "attr68876") ) +(myObject (attribute1 "attr68877") ) +(myObject (attribute1 "attr68878") ) +(myObject (attribute1 "attr68879") ) +(myObject (attribute1 "attr68880") ) +(myObject (attribute1 "attr68881") ) +(myObject (attribute1 "attr68882") ) +(myObject (attribute1 "attr68883") ) +(myObject (attribute1 "attr68884") ) +(myObject (attribute1 "attr68885") ) +(myObject (attribute1 "attr68886") ) +(myObject (attribute1 "attr68887") ) +(myObject (attribute1 "attr68888") ) +(myObject (attribute1 "attr68889") ) +(myObject (attribute1 "attr68890") ) +(myObject (attribute1 "attr68891") ) +(myObject (attribute1 "attr68892") ) +(myObject (attribute1 "attr68893") ) +(myObject (attribute1 "attr68894") ) +(myObject (attribute1 "attr68895") ) +(myObject (attribute1 "attr68896") ) +(myObject (attribute1 "attr68897") ) +(myObject (attribute1 "attr68898") ) +(myObject (attribute1 "attr68899") ) +(myObject (attribute1 "attr68900") ) +(myObject (attribute1 "attr68901") ) +(myObject (attribute1 "attr68902") ) +(myObject (attribute1 "attr68903") ) +(myObject (attribute1 "attr68904") ) +(myObject (attribute1 "attr68905") ) +(myObject (attribute1 "attr68906") ) +(myObject (attribute1 "attr68907") ) +(myObject (attribute1 "attr68908") ) +(myObject (attribute1 "attr68909") ) +(myObject (attribute1 "attr68910") ) +(myObject (attribute1 "attr68911") ) +(myObject (attribute1 "attr68912") ) +(myObject (attribute1 "attr68913") ) +(myObject (attribute1 "attr68914") ) +(myObject (attribute1 "attr68915") ) +(myObject (attribute1 "attr68916") ) +(myObject (attribute1 "attr68917") ) +(myObject (attribute1 "attr68918") ) +(myObject (attribute1 "attr68919") ) +(myObject (attribute1 "attr68920") ) +(myObject (attribute1 "attr68921") ) +(myObject (attribute1 "attr68922") ) +(myObject (attribute1 "attr68923") ) +(myObject (attribute1 "attr68924") ) +(myObject (attribute1 "attr68925") ) +(myObject (attribute1 "attr68926") ) +(myObject (attribute1 "attr68927") ) +(myObject (attribute1 "attr68928") ) +(myObject (attribute1 "attr68929") ) +(myObject (attribute1 "attr68930") ) +(myObject (attribute1 "attr68931") ) +(myObject (attribute1 "attr68932") ) +(myObject (attribute1 "attr68933") ) +(myObject (attribute1 "attr68934") ) +(myObject (attribute1 "attr68935") ) +(myObject (attribute1 "attr68936") ) +(myObject (attribute1 "attr68937") ) +(myObject (attribute1 "attr68938") ) +(myObject (attribute1 "attr68939") ) +(myObject (attribute1 "attr68940") ) +(myObject (attribute1 "attr68941") ) +(myObject (attribute1 "attr68942") ) +(myObject (attribute1 "attr68943") ) +(myObject (attribute1 "attr68944") ) +(myObject (attribute1 "attr68945") ) +(myObject (attribute1 "attr68946") ) +(myObject (attribute1 "attr68947") ) +(myObject (attribute1 "attr68948") ) +(myObject (attribute1 "attr68949") ) +(myObject (attribute1 "attr68950") ) +(myObject (attribute1 "attr68951") ) +(myObject (attribute1 "attr68952") ) +(myObject (attribute1 "attr68953") ) +(myObject (attribute1 "attr68954") ) +(myObject (attribute1 "attr68955") ) +(myObject (attribute1 "attr68956") ) +(myObject (attribute1 "attr68957") ) +(myObject (attribute1 "attr68958") ) +(myObject (attribute1 "attr68959") ) +(myObject (attribute1 "attr68960") ) +(myObject (attribute1 "attr68961") ) +(myObject (attribute1 "attr68962") ) +(myObject (attribute1 "attr68963") ) +(myObject (attribute1 "attr68964") ) +(myObject (attribute1 "attr68965") ) +(myObject (attribute1 "attr68966") ) +(myObject (attribute1 "attr68967") ) +(myObject (attribute1 "attr68968") ) +(myObject (attribute1 "attr68969") ) +(myObject (attribute1 "attr68970") ) +(myObject (attribute1 "attr68971") ) +(myObject (attribute1 "attr68972") ) +(myObject (attribute1 "attr68973") ) +(myObject (attribute1 "attr68974") ) +(myObject (attribute1 "attr68975") ) +(myObject (attribute1 "attr68976") ) +(myObject (attribute1 "attr68977") ) +(myObject (attribute1 "attr68978") ) +(myObject (attribute1 "attr68979") ) +(myObject (attribute1 "attr68980") ) +(myObject (attribute1 "attr68981") ) +(myObject (attribute1 "attr68982") ) +(myObject (attribute1 "attr68983") ) +(myObject (attribute1 "attr68984") ) +(myObject (attribute1 "attr68985") ) +(myObject (attribute1 "attr68986") ) +(myObject (attribute1 "attr68987") ) +(myObject (attribute1 "attr68988") ) +(myObject (attribute1 "attr68989") ) +(myObject (attribute1 "attr68990") ) +(myObject (attribute1 "attr68991") ) +(myObject (attribute1 "attr68992") ) +(myObject (attribute1 "attr68993") ) +(myObject (attribute1 "attr68994") ) +(myObject (attribute1 "attr68995") ) +(myObject (attribute1 "attr68996") ) +(myObject (attribute1 "attr68997") ) +(myObject (attribute1 "attr68998") ) +(myObject (attribute1 "attr68999") ) +(myObject (attribute1 "attr69000") ) +(myObject (attribute1 "attr69001") ) +(myObject (attribute1 "attr69002") ) +(myObject (attribute1 "attr69003") ) +(myObject (attribute1 "attr69004") ) +(myObject (attribute1 "attr69005") ) +(myObject (attribute1 "attr69006") ) +(myObject (attribute1 "attr69007") ) +(myObject (attribute1 "attr69008") ) +(myObject (attribute1 "attr69009") ) +(myObject (attribute1 "attr69010") ) +(myObject (attribute1 "attr69011") ) +(myObject (attribute1 "attr69012") ) +(myObject (attribute1 "attr69013") ) +(myObject (attribute1 "attr69014") ) +(myObject (attribute1 "attr69015") ) +(myObject (attribute1 "attr69016") ) +(myObject (attribute1 "attr69017") ) +(myObject (attribute1 "attr69018") ) +(myObject (attribute1 "attr69019") ) +(myObject (attribute1 "attr69020") ) +(myObject (attribute1 "attr69021") ) +(myObject (attribute1 "attr69022") ) +(myObject (attribute1 "attr69023") ) +(myObject (attribute1 "attr69024") ) +(myObject (attribute1 "attr69025") ) +(myObject (attribute1 "attr69026") ) +(myObject (attribute1 "attr69027") ) +(myObject (attribute1 "attr69028") ) +(myObject (attribute1 "attr69029") ) +(myObject (attribute1 "attr69030") ) +(myObject (attribute1 "attr69031") ) +(myObject (attribute1 "attr69032") ) +(myObject (attribute1 "attr69033") ) +(myObject (attribute1 "attr69034") ) +(myObject (attribute1 "attr69035") ) +(myObject (attribute1 "attr69036") ) +(myObject (attribute1 "attr69037") ) +(myObject (attribute1 "attr69038") ) +(myObject (attribute1 "attr69039") ) +(myObject (attribute1 "attr69040") ) +(myObject (attribute1 "attr69041") ) +(myObject (attribute1 "attr69042") ) +(myObject (attribute1 "attr69043") ) +(myObject (attribute1 "attr69044") ) +(myObject (attribute1 "attr69045") ) +(myObject (attribute1 "attr69046") ) +(myObject (attribute1 "attr69047") ) +(myObject (attribute1 "attr69048") ) +(myObject (attribute1 "attr69049") ) +(myObject (attribute1 "attr69050") ) +(myObject (attribute1 "attr69051") ) +(myObject (attribute1 "attr69052") ) +(myObject (attribute1 "attr69053") ) +(myObject (attribute1 "attr69054") ) +(myObject (attribute1 "attr69055") ) +(myObject (attribute1 "attr69056") ) +(myObject (attribute1 "attr69057") ) +(myObject (attribute1 "attr69058") ) +(myObject (attribute1 "attr69059") ) +(myObject (attribute1 "attr69060") ) +(myObject (attribute1 "attr69061") ) +(myObject (attribute1 "attr69062") ) +(myObject (attribute1 "attr69063") ) +(myObject (attribute1 "attr69064") ) +(myObject (attribute1 "attr69065") ) +(myObject (attribute1 "attr69066") ) +(myObject (attribute1 "attr69067") ) +(myObject (attribute1 "attr69068") ) +(myObject (attribute1 "attr69069") ) +(myObject (attribute1 "attr69070") ) +(myObject (attribute1 "attr69071") ) +(myObject (attribute1 "attr69072") ) +(myObject (attribute1 "attr69073") ) +(myObject (attribute1 "attr69074") ) +(myObject (attribute1 "attr69075") ) +(myObject (attribute1 "attr69076") ) +(myObject (attribute1 "attr69077") ) +(myObject (attribute1 "attr69078") ) +(myObject (attribute1 "attr69079") ) +(myObject (attribute1 "attr69080") ) +(myObject (attribute1 "attr69081") ) +(myObject (attribute1 "attr69082") ) +(myObject (attribute1 "attr69083") ) +(myObject (attribute1 "attr69084") ) +(myObject (attribute1 "attr69085") ) +(myObject (attribute1 "attr69086") ) +(myObject (attribute1 "attr69087") ) +(myObject (attribute1 "attr69088") ) +(myObject (attribute1 "attr69089") ) +(myObject (attribute1 "attr69090") ) +(myObject (attribute1 "attr69091") ) +(myObject (attribute1 "attr69092") ) +(myObject (attribute1 "attr69093") ) +(myObject (attribute1 "attr69094") ) +(myObject (attribute1 "attr69095") ) +(myObject (attribute1 "attr69096") ) +(myObject (attribute1 "attr69097") ) +(myObject (attribute1 "attr69098") ) +(myObject (attribute1 "attr69099") ) +(myObject (attribute1 "attr69100") ) +(myObject (attribute1 "attr69101") ) +(myObject (attribute1 "attr69102") ) +(myObject (attribute1 "attr69103") ) +(myObject (attribute1 "attr69104") ) +(myObject (attribute1 "attr69105") ) +(myObject (attribute1 "attr69106") ) +(myObject (attribute1 "attr69107") ) +(myObject (attribute1 "attr69108") ) +(myObject (attribute1 "attr69109") ) +(myObject (attribute1 "attr69110") ) +(myObject (attribute1 "attr69111") ) +(myObject (attribute1 "attr69112") ) +(myObject (attribute1 "attr69113") ) +(myObject (attribute1 "attr69114") ) +(myObject (attribute1 "attr69115") ) +(myObject (attribute1 "attr69116") ) +(myObject (attribute1 "attr69117") ) +(myObject (attribute1 "attr69118") ) +(myObject (attribute1 "attr69119") ) +(myObject (attribute1 "attr69120") ) +(myObject (attribute1 "attr69121") ) +(myObject (attribute1 "attr69122") ) +(myObject (attribute1 "attr69123") ) +(myObject (attribute1 "attr69124") ) +(myObject (attribute1 "attr69125") ) +(myObject (attribute1 "attr69126") ) +(myObject (attribute1 "attr69127") ) +(myObject (attribute1 "attr69128") ) +(myObject (attribute1 "attr69129") ) +(myObject (attribute1 "attr69130") ) +(myObject (attribute1 "attr69131") ) +(myObject (attribute1 "attr69132") ) +(myObject (attribute1 "attr69133") ) +(myObject (attribute1 "attr69134") ) +(myObject (attribute1 "attr69135") ) +(myObject (attribute1 "attr69136") ) +(myObject (attribute1 "attr69137") ) +(myObject (attribute1 "attr69138") ) +(myObject (attribute1 "attr69139") ) +(myObject (attribute1 "attr69140") ) +(myObject (attribute1 "attr69141") ) +(myObject (attribute1 "attr69142") ) +(myObject (attribute1 "attr69143") ) +(myObject (attribute1 "attr69144") ) +(myObject (attribute1 "attr69145") ) +(myObject (attribute1 "attr69146") ) +(myObject (attribute1 "attr69147") ) +(myObject (attribute1 "attr69148") ) +(myObject (attribute1 "attr69149") ) +(myObject (attribute1 "attr69150") ) +(myObject (attribute1 "attr69151") ) +(myObject (attribute1 "attr69152") ) +(myObject (attribute1 "attr69153") ) +(myObject (attribute1 "attr69154") ) +(myObject (attribute1 "attr69155") ) +(myObject (attribute1 "attr69156") ) +(myObject (attribute1 "attr69157") ) +(myObject (attribute1 "attr69158") ) +(myObject (attribute1 "attr69159") ) +(myObject (attribute1 "attr69160") ) +(myObject (attribute1 "attr69161") ) +(myObject (attribute1 "attr69162") ) +(myObject (attribute1 "attr69163") ) +(myObject (attribute1 "attr69164") ) +(myObject (attribute1 "attr69165") ) +(myObject (attribute1 "attr69166") ) +(myObject (attribute1 "attr69167") ) +(myObject (attribute1 "attr69168") ) +(myObject (attribute1 "attr69169") ) +(myObject (attribute1 "attr69170") ) +(myObject (attribute1 "attr69171") ) +(myObject (attribute1 "attr69172") ) +(myObject (attribute1 "attr69173") ) +(myObject (attribute1 "attr69174") ) +(myObject (attribute1 "attr69175") ) +(myObject (attribute1 "attr69176") ) +(myObject (attribute1 "attr69177") ) +(myObject (attribute1 "attr69178") ) +(myObject (attribute1 "attr69179") ) +(myObject (attribute1 "attr69180") ) +(myObject (attribute1 "attr69181") ) +(myObject (attribute1 "attr69182") ) +(myObject (attribute1 "attr69183") ) +(myObject (attribute1 "attr69184") ) +(myObject (attribute1 "attr69185") ) +(myObject (attribute1 "attr69186") ) +(myObject (attribute1 "attr69187") ) +(myObject (attribute1 "attr69188") ) +(myObject (attribute1 "attr69189") ) +(myObject (attribute1 "attr69190") ) +(myObject (attribute1 "attr69191") ) +(myObject (attribute1 "attr69192") ) +(myObject (attribute1 "attr69193") ) +(myObject (attribute1 "attr69194") ) +(myObject (attribute1 "attr69195") ) +(myObject (attribute1 "attr69196") ) +(myObject (attribute1 "attr69197") ) +(myObject (attribute1 "attr69198") ) +(myObject (attribute1 "attr69199") ) +(myObject (attribute1 "attr69200") ) +(myObject (attribute1 "attr69201") ) +(myObject (attribute1 "attr69202") ) +(myObject (attribute1 "attr69203") ) +(myObject (attribute1 "attr69204") ) +(myObject (attribute1 "attr69205") ) +(myObject (attribute1 "attr69206") ) +(myObject (attribute1 "attr69207") ) +(myObject (attribute1 "attr69208") ) +(myObject (attribute1 "attr69209") ) +(myObject (attribute1 "attr69210") ) +(myObject (attribute1 "attr69211") ) +(myObject (attribute1 "attr69212") ) +(myObject (attribute1 "attr69213") ) +(myObject (attribute1 "attr69214") ) +(myObject (attribute1 "attr69215") ) +(myObject (attribute1 "attr69216") ) +(myObject (attribute1 "attr69217") ) +(myObject (attribute1 "attr69218") ) +(myObject (attribute1 "attr69219") ) +(myObject (attribute1 "attr69220") ) +(myObject (attribute1 "attr69221") ) +(myObject (attribute1 "attr69222") ) +(myObject (attribute1 "attr69223") ) +(myObject (attribute1 "attr69224") ) +(myObject (attribute1 "attr69225") ) +(myObject (attribute1 "attr69226") ) +(myObject (attribute1 "attr69227") ) +(myObject (attribute1 "attr69228") ) +(myObject (attribute1 "attr69229") ) +(myObject (attribute1 "attr69230") ) +(myObject (attribute1 "attr69231") ) +(myObject (attribute1 "attr69232") ) +(myObject (attribute1 "attr69233") ) +(myObject (attribute1 "attr69234") ) +(myObject (attribute1 "attr69235") ) +(myObject (attribute1 "attr69236") ) +(myObject (attribute1 "attr69237") ) +(myObject (attribute1 "attr69238") ) +(myObject (attribute1 "attr69239") ) +(myObject (attribute1 "attr69240") ) +(myObject (attribute1 "attr69241") ) +(myObject (attribute1 "attr69242") ) +(myObject (attribute1 "attr69243") ) +(myObject (attribute1 "attr69244") ) +(myObject (attribute1 "attr69245") ) +(myObject (attribute1 "attr69246") ) +(myObject (attribute1 "attr69247") ) +(myObject (attribute1 "attr69248") ) +(myObject (attribute1 "attr69249") ) +(myObject (attribute1 "attr69250") ) +(myObject (attribute1 "attr69251") ) +(myObject (attribute1 "attr69252") ) +(myObject (attribute1 "attr69253") ) +(myObject (attribute1 "attr69254") ) +(myObject (attribute1 "attr69255") ) +(myObject (attribute1 "attr69256") ) +(myObject (attribute1 "attr69257") ) +(myObject (attribute1 "attr69258") ) +(myObject (attribute1 "attr69259") ) +(myObject (attribute1 "attr69260") ) +(myObject (attribute1 "attr69261") ) +(myObject (attribute1 "attr69262") ) +(myObject (attribute1 "attr69263") ) +(myObject (attribute1 "attr69264") ) +(myObject (attribute1 "attr69265") ) +(myObject (attribute1 "attr69266") ) +(myObject (attribute1 "attr69267") ) +(myObject (attribute1 "attr69268") ) +(myObject (attribute1 "attr69269") ) +(myObject (attribute1 "attr69270") ) +(myObject (attribute1 "attr69271") ) +(myObject (attribute1 "attr69272") ) +(myObject (attribute1 "attr69273") ) +(myObject (attribute1 "attr69274") ) +(myObject (attribute1 "attr69275") ) +(myObject (attribute1 "attr69276") ) +(myObject (attribute1 "attr69277") ) +(myObject (attribute1 "attr69278") ) +(myObject (attribute1 "attr69279") ) +(myObject (attribute1 "attr69280") ) +(myObject (attribute1 "attr69281") ) +(myObject (attribute1 "attr69282") ) +(myObject (attribute1 "attr69283") ) +(myObject (attribute1 "attr69284") ) +(myObject (attribute1 "attr69285") ) +(myObject (attribute1 "attr69286") ) +(myObject (attribute1 "attr69287") ) +(myObject (attribute1 "attr69288") ) +(myObject (attribute1 "attr69289") ) +(myObject (attribute1 "attr69290") ) +(myObject (attribute1 "attr69291") ) +(myObject (attribute1 "attr69292") ) +(myObject (attribute1 "attr69293") ) +(myObject (attribute1 "attr69294") ) +(myObject (attribute1 "attr69295") ) +(myObject (attribute1 "attr69296") ) +(myObject (attribute1 "attr69297") ) +(myObject (attribute1 "attr69298") ) +(myObject (attribute1 "attr69299") ) +(myObject (attribute1 "attr69300") ) +(myObject (attribute1 "attr69301") ) +(myObject (attribute1 "attr69302") ) +(myObject (attribute1 "attr69303") ) +(myObject (attribute1 "attr69304") ) +(myObject (attribute1 "attr69305") ) +(myObject (attribute1 "attr69306") ) +(myObject (attribute1 "attr69307") ) +(myObject (attribute1 "attr69308") ) +(myObject (attribute1 "attr69309") ) +(myObject (attribute1 "attr69310") ) +(myObject (attribute1 "attr69311") ) +(myObject (attribute1 "attr69312") ) +(myObject (attribute1 "attr69313") ) +(myObject (attribute1 "attr69314") ) +(myObject (attribute1 "attr69315") ) +(myObject (attribute1 "attr69316") ) +(myObject (attribute1 "attr69317") ) +(myObject (attribute1 "attr69318") ) +(myObject (attribute1 "attr69319") ) +(myObject (attribute1 "attr69320") ) +(myObject (attribute1 "attr69321") ) +(myObject (attribute1 "attr69322") ) +(myObject (attribute1 "attr69323") ) +(myObject (attribute1 "attr69324") ) +(myObject (attribute1 "attr69325") ) +(myObject (attribute1 "attr69326") ) +(myObject (attribute1 "attr69327") ) +(myObject (attribute1 "attr69328") ) +(myObject (attribute1 "attr69329") ) +(myObject (attribute1 "attr69330") ) +(myObject (attribute1 "attr69331") ) +(myObject (attribute1 "attr69332") ) +(myObject (attribute1 "attr69333") ) +(myObject (attribute1 "attr69334") ) +(myObject (attribute1 "attr69335") ) +(myObject (attribute1 "attr69336") ) +(myObject (attribute1 "attr69337") ) +(myObject (attribute1 "attr69338") ) +(myObject (attribute1 "attr69339") ) +(myObject (attribute1 "attr69340") ) +(myObject (attribute1 "attr69341") ) +(myObject (attribute1 "attr69342") ) +(myObject (attribute1 "attr69343") ) +(myObject (attribute1 "attr69344") ) +(myObject (attribute1 "attr69345") ) +(myObject (attribute1 "attr69346") ) +(myObject (attribute1 "attr69347") ) +(myObject (attribute1 "attr69348") ) +(myObject (attribute1 "attr69349") ) +(myObject (attribute1 "attr69350") ) +(myObject (attribute1 "attr69351") ) +(myObject (attribute1 "attr69352") ) +(myObject (attribute1 "attr69353") ) +(myObject (attribute1 "attr69354") ) +(myObject (attribute1 "attr69355") ) +(myObject (attribute1 "attr69356") ) +(myObject (attribute1 "attr69357") ) +(myObject (attribute1 "attr69358") ) +(myObject (attribute1 "attr69359") ) +(myObject (attribute1 "attr69360") ) +(myObject (attribute1 "attr69361") ) +(myObject (attribute1 "attr69362") ) +(myObject (attribute1 "attr69363") ) +(myObject (attribute1 "attr69364") ) +(myObject (attribute1 "attr69365") ) +(myObject (attribute1 "attr69366") ) +(myObject (attribute1 "attr69367") ) +(myObject (attribute1 "attr69368") ) +(myObject (attribute1 "attr69369") ) +(myObject (attribute1 "attr69370") ) +(myObject (attribute1 "attr69371") ) +(myObject (attribute1 "attr69372") ) +(myObject (attribute1 "attr69373") ) +(myObject (attribute1 "attr69374") ) +(myObject (attribute1 "attr69375") ) +(myObject (attribute1 "attr69376") ) +(myObject (attribute1 "attr69377") ) +(myObject (attribute1 "attr69378") ) +(myObject (attribute1 "attr69379") ) +(myObject (attribute1 "attr69380") ) +(myObject (attribute1 "attr69381") ) +(myObject (attribute1 "attr69382") ) +(myObject (attribute1 "attr69383") ) +(myObject (attribute1 "attr69384") ) +(myObject (attribute1 "attr69385") ) +(myObject (attribute1 "attr69386") ) +(myObject (attribute1 "attr69387") ) +(myObject (attribute1 "attr69388") ) +(myObject (attribute1 "attr69389") ) +(myObject (attribute1 "attr69390") ) +(myObject (attribute1 "attr69391") ) +(myObject (attribute1 "attr69392") ) +(myObject (attribute1 "attr69393") ) +(myObject (attribute1 "attr69394") ) +(myObject (attribute1 "attr69395") ) +(myObject (attribute1 "attr69396") ) +(myObject (attribute1 "attr69397") ) +(myObject (attribute1 "attr69398") ) +(myObject (attribute1 "attr69399") ) +(myObject (attribute1 "attr69400") ) +(myObject (attribute1 "attr69401") ) +(myObject (attribute1 "attr69402") ) +(myObject (attribute1 "attr69403") ) +(myObject (attribute1 "attr69404") ) +(myObject (attribute1 "attr69405") ) +(myObject (attribute1 "attr69406") ) +(myObject (attribute1 "attr69407") ) +(myObject (attribute1 "attr69408") ) +(myObject (attribute1 "attr69409") ) +(myObject (attribute1 "attr69410") ) +(myObject (attribute1 "attr69411") ) +(myObject (attribute1 "attr69412") ) +(myObject (attribute1 "attr69413") ) +(myObject (attribute1 "attr69414") ) +(myObject (attribute1 "attr69415") ) +(myObject (attribute1 "attr69416") ) +(myObject (attribute1 "attr69417") ) +(myObject (attribute1 "attr69418") ) +(myObject (attribute1 "attr69419") ) +(myObject (attribute1 "attr69420") ) +(myObject (attribute1 "attr69421") ) +(myObject (attribute1 "attr69422") ) +(myObject (attribute1 "attr69423") ) +(myObject (attribute1 "attr69424") ) +(myObject (attribute1 "attr69425") ) +(myObject (attribute1 "attr69426") ) +(myObject (attribute1 "attr69427") ) +(myObject (attribute1 "attr69428") ) +(myObject (attribute1 "attr69429") ) +(myObject (attribute1 "attr69430") ) +(myObject (attribute1 "attr69431") ) +(myObject (attribute1 "attr69432") ) +(myObject (attribute1 "attr69433") ) +(myObject (attribute1 "attr69434") ) +(myObject (attribute1 "attr69435") ) +(myObject (attribute1 "attr69436") ) +(myObject (attribute1 "attr69437") ) +(myObject (attribute1 "attr69438") ) +(myObject (attribute1 "attr69439") ) +(myObject (attribute1 "attr69440") ) +(myObject (attribute1 "attr69441") ) +(myObject (attribute1 "attr69442") ) +(myObject (attribute1 "attr69443") ) +(myObject (attribute1 "attr69444") ) +(myObject (attribute1 "attr69445") ) +(myObject (attribute1 "attr69446") ) +(myObject (attribute1 "attr69447") ) +(myObject (attribute1 "attr69448") ) +(myObject (attribute1 "attr69449") ) +(myObject (attribute1 "attr69450") ) +(myObject (attribute1 "attr69451") ) +(myObject (attribute1 "attr69452") ) +(myObject (attribute1 "attr69453") ) +(myObject (attribute1 "attr69454") ) +(myObject (attribute1 "attr69455") ) +(myObject (attribute1 "attr69456") ) +(myObject (attribute1 "attr69457") ) +(myObject (attribute1 "attr69458") ) +(myObject (attribute1 "attr69459") ) +(myObject (attribute1 "attr69460") ) +(myObject (attribute1 "attr69461") ) +(myObject (attribute1 "attr69462") ) +(myObject (attribute1 "attr69463") ) +(myObject (attribute1 "attr69464") ) +(myObject (attribute1 "attr69465") ) +(myObject (attribute1 "attr69466") ) +(myObject (attribute1 "attr69467") ) +(myObject (attribute1 "attr69468") ) +(myObject (attribute1 "attr69469") ) +(myObject (attribute1 "attr69470") ) +(myObject (attribute1 "attr69471") ) +(myObject (attribute1 "attr69472") ) +(myObject (attribute1 "attr69473") ) +(myObject (attribute1 "attr69474") ) +(myObject (attribute1 "attr69475") ) +(myObject (attribute1 "attr69476") ) +(myObject (attribute1 "attr69477") ) +(myObject (attribute1 "attr69478") ) +(myObject (attribute1 "attr69479") ) +(myObject (attribute1 "attr69480") ) +(myObject (attribute1 "attr69481") ) +(myObject (attribute1 "attr69482") ) +(myObject (attribute1 "attr69483") ) +(myObject (attribute1 "attr69484") ) +(myObject (attribute1 "attr69485") ) +(myObject (attribute1 "attr69486") ) +(myObject (attribute1 "attr69487") ) +(myObject (attribute1 "attr69488") ) +(myObject (attribute1 "attr69489") ) +(myObject (attribute1 "attr69490") ) +(myObject (attribute1 "attr69491") ) +(myObject (attribute1 "attr69492") ) +(myObject (attribute1 "attr69493") ) +(myObject (attribute1 "attr69494") ) +(myObject (attribute1 "attr69495") ) +(myObject (attribute1 "attr69496") ) +(myObject (attribute1 "attr69497") ) +(myObject (attribute1 "attr69498") ) +(myObject (attribute1 "attr69499") ) +(myObject (attribute1 "attr69500") ) +(myObject (attribute1 "attr69501") ) +(myObject (attribute1 "attr69502") ) +(myObject (attribute1 "attr69503") ) +(myObject (attribute1 "attr69504") ) +(myObject (attribute1 "attr69505") ) +(myObject (attribute1 "attr69506") ) +(myObject (attribute1 "attr69507") ) +(myObject (attribute1 "attr69508") ) +(myObject (attribute1 "attr69509") ) +(myObject (attribute1 "attr69510") ) +(myObject (attribute1 "attr69511") ) +(myObject (attribute1 "attr69512") ) +(myObject (attribute1 "attr69513") ) +(myObject (attribute1 "attr69514") ) +(myObject (attribute1 "attr69515") ) +(myObject (attribute1 "attr69516") ) +(myObject (attribute1 "attr69517") ) +(myObject (attribute1 "attr69518") ) +(myObject (attribute1 "attr69519") ) +(myObject (attribute1 "attr69520") ) +(myObject (attribute1 "attr69521") ) +(myObject (attribute1 "attr69522") ) +(myObject (attribute1 "attr69523") ) +(myObject (attribute1 "attr69524") ) +(myObject (attribute1 "attr69525") ) +(myObject (attribute1 "attr69526") ) +(myObject (attribute1 "attr69527") ) +(myObject (attribute1 "attr69528") ) +(myObject (attribute1 "attr69529") ) +(myObject (attribute1 "attr69530") ) +(myObject (attribute1 "attr69531") ) +(myObject (attribute1 "attr69532") ) +(myObject (attribute1 "attr69533") ) +(myObject (attribute1 "attr69534") ) +(myObject (attribute1 "attr69535") ) +(myObject (attribute1 "attr69536") ) +(myObject (attribute1 "attr69537") ) +(myObject (attribute1 "attr69538") ) +(myObject (attribute1 "attr69539") ) +(myObject (attribute1 "attr69540") ) +(myObject (attribute1 "attr69541") ) +(myObject (attribute1 "attr69542") ) +(myObject (attribute1 "attr69543") ) +(myObject (attribute1 "attr69544") ) +(myObject (attribute1 "attr69545") ) +(myObject (attribute1 "attr69546") ) +(myObject (attribute1 "attr69547") ) +(myObject (attribute1 "attr69548") ) +(myObject (attribute1 "attr69549") ) +(myObject (attribute1 "attr69550") ) +(myObject (attribute1 "attr69551") ) +(myObject (attribute1 "attr69552") ) +(myObject (attribute1 "attr69553") ) +(myObject (attribute1 "attr69554") ) +(myObject (attribute1 "attr69555") ) +(myObject (attribute1 "attr69556") ) +(myObject (attribute1 "attr69557") ) +(myObject (attribute1 "attr69558") ) +(myObject (attribute1 "attr69559") ) +(myObject (attribute1 "attr69560") ) +(myObject (attribute1 "attr69561") ) +(myObject (attribute1 "attr69562") ) +(myObject (attribute1 "attr69563") ) +(myObject (attribute1 "attr69564") ) +(myObject (attribute1 "attr69565") ) +(myObject (attribute1 "attr69566") ) +(myObject (attribute1 "attr69567") ) +(myObject (attribute1 "attr69568") ) +(myObject (attribute1 "attr69569") ) +(myObject (attribute1 "attr69570") ) +(myObject (attribute1 "attr69571") ) +(myObject (attribute1 "attr69572") ) +(myObject (attribute1 "attr69573") ) +(myObject (attribute1 "attr69574") ) +(myObject (attribute1 "attr69575") ) +(myObject (attribute1 "attr69576") ) +(myObject (attribute1 "attr69577") ) +(myObject (attribute1 "attr69578") ) +(myObject (attribute1 "attr69579") ) +(myObject (attribute1 "attr69580") ) +(myObject (attribute1 "attr69581") ) +(myObject (attribute1 "attr69582") ) +(myObject (attribute1 "attr69583") ) +(myObject (attribute1 "attr69584") ) +(myObject (attribute1 "attr69585") ) +(myObject (attribute1 "attr69586") ) +(myObject (attribute1 "attr69587") ) +(myObject (attribute1 "attr69588") ) +(myObject (attribute1 "attr69589") ) +(myObject (attribute1 "attr69590") ) +(myObject (attribute1 "attr69591") ) +(myObject (attribute1 "attr69592") ) +(myObject (attribute1 "attr69593") ) +(myObject (attribute1 "attr69594") ) +(myObject (attribute1 "attr69595") ) +(myObject (attribute1 "attr69596") ) +(myObject (attribute1 "attr69597") ) +(myObject (attribute1 "attr69598") ) +(myObject (attribute1 "attr69599") ) +(myObject (attribute1 "attr69600") ) +(myObject (attribute1 "attr69601") ) +(myObject (attribute1 "attr69602") ) +(myObject (attribute1 "attr69603") ) +(myObject (attribute1 "attr69604") ) +(myObject (attribute1 "attr69605") ) +(myObject (attribute1 "attr69606") ) +(myObject (attribute1 "attr69607") ) +(myObject (attribute1 "attr69608") ) +(myObject (attribute1 "attr69609") ) +(myObject (attribute1 "attr69610") ) +(myObject (attribute1 "attr69611") ) +(myObject (attribute1 "attr69612") ) +(myObject (attribute1 "attr69613") ) +(myObject (attribute1 "attr69614") ) +(myObject (attribute1 "attr69615") ) +(myObject (attribute1 "attr69616") ) +(myObject (attribute1 "attr69617") ) +(myObject (attribute1 "attr69618") ) +(myObject (attribute1 "attr69619") ) +(myObject (attribute1 "attr69620") ) +(myObject (attribute1 "attr69621") ) +(myObject (attribute1 "attr69622") ) +(myObject (attribute1 "attr69623") ) +(myObject (attribute1 "attr69624") ) +(myObject (attribute1 "attr69625") ) +(myObject (attribute1 "attr69626") ) +(myObject (attribute1 "attr69627") ) +(myObject (attribute1 "attr69628") ) +(myObject (attribute1 "attr69629") ) +(myObject (attribute1 "attr69630") ) +(myObject (attribute1 "attr69631") ) +(myObject (attribute1 "attr69632") ) +(myObject (attribute1 "attr69633") ) +(myObject (attribute1 "attr69634") ) +(myObject (attribute1 "attr69635") ) +(myObject (attribute1 "attr69636") ) +(myObject (attribute1 "attr69637") ) +(myObject (attribute1 "attr69638") ) +(myObject (attribute1 "attr69639") ) +(myObject (attribute1 "attr69640") ) +(myObject (attribute1 "attr69641") ) +(myObject (attribute1 "attr69642") ) +(myObject (attribute1 "attr69643") ) +(myObject (attribute1 "attr69644") ) +(myObject (attribute1 "attr69645") ) +(myObject (attribute1 "attr69646") ) +(myObject (attribute1 "attr69647") ) +(myObject (attribute1 "attr69648") ) +(myObject (attribute1 "attr69649") ) +(myObject (attribute1 "attr69650") ) +(myObject (attribute1 "attr69651") ) +(myObject (attribute1 "attr69652") ) +(myObject (attribute1 "attr69653") ) +(myObject (attribute1 "attr69654") ) +(myObject (attribute1 "attr69655") ) +(myObject (attribute1 "attr69656") ) +(myObject (attribute1 "attr69657") ) +(myObject (attribute1 "attr69658") ) +(myObject (attribute1 "attr69659") ) +(myObject (attribute1 "attr69660") ) +(myObject (attribute1 "attr69661") ) +(myObject (attribute1 "attr69662") ) +(myObject (attribute1 "attr69663") ) +(myObject (attribute1 "attr69664") ) +(myObject (attribute1 "attr69665") ) +(myObject (attribute1 "attr69666") ) +(myObject (attribute1 "attr69667") ) +(myObject (attribute1 "attr69668") ) +(myObject (attribute1 "attr69669") ) +(myObject (attribute1 "attr69670") ) +(myObject (attribute1 "attr69671") ) +(myObject (attribute1 "attr69672") ) +(myObject (attribute1 "attr69673") ) +(myObject (attribute1 "attr69674") ) +(myObject (attribute1 "attr69675") ) +(myObject (attribute1 "attr69676") ) +(myObject (attribute1 "attr69677") ) +(myObject (attribute1 "attr69678") ) +(myObject (attribute1 "attr69679") ) +(myObject (attribute1 "attr69680") ) +(myObject (attribute1 "attr69681") ) +(myObject (attribute1 "attr69682") ) +(myObject (attribute1 "attr69683") ) +(myObject (attribute1 "attr69684") ) +(myObject (attribute1 "attr69685") ) +(myObject (attribute1 "attr69686") ) +(myObject (attribute1 "attr69687") ) +(myObject (attribute1 "attr69688") ) +(myObject (attribute1 "attr69689") ) +(myObject (attribute1 "attr69690") ) +(myObject (attribute1 "attr69691") ) +(myObject (attribute1 "attr69692") ) +(myObject (attribute1 "attr69693") ) +(myObject (attribute1 "attr69694") ) +(myObject (attribute1 "attr69695") ) +(myObject (attribute1 "attr69696") ) +(myObject (attribute1 "attr69697") ) +(myObject (attribute1 "attr69698") ) +(myObject (attribute1 "attr69699") ) +(myObject (attribute1 "attr69700") ) +(myObject (attribute1 "attr69701") ) +(myObject (attribute1 "attr69702") ) +(myObject (attribute1 "attr69703") ) +(myObject (attribute1 "attr69704") ) +(myObject (attribute1 "attr69705") ) +(myObject (attribute1 "attr69706") ) +(myObject (attribute1 "attr69707") ) +(myObject (attribute1 "attr69708") ) +(myObject (attribute1 "attr69709") ) +(myObject (attribute1 "attr69710") ) +(myObject (attribute1 "attr69711") ) +(myObject (attribute1 "attr69712") ) +(myObject (attribute1 "attr69713") ) +(myObject (attribute1 "attr69714") ) +(myObject (attribute1 "attr69715") ) +(myObject (attribute1 "attr69716") ) +(myObject (attribute1 "attr69717") ) +(myObject (attribute1 "attr69718") ) +(myObject (attribute1 "attr69719") ) +(myObject (attribute1 "attr69720") ) +(myObject (attribute1 "attr69721") ) +(myObject (attribute1 "attr69722") ) +(myObject (attribute1 "attr69723") ) +(myObject (attribute1 "attr69724") ) +(myObject (attribute1 "attr69725") ) +(myObject (attribute1 "attr69726") ) +(myObject (attribute1 "attr69727") ) +(myObject (attribute1 "attr69728") ) +(myObject (attribute1 "attr69729") ) +(myObject (attribute1 "attr69730") ) +(myObject (attribute1 "attr69731") ) +(myObject (attribute1 "attr69732") ) +(myObject (attribute1 "attr69733") ) +(myObject (attribute1 "attr69734") ) +(myObject (attribute1 "attr69735") ) +(myObject (attribute1 "attr69736") ) +(myObject (attribute1 "attr69737") ) +(myObject (attribute1 "attr69738") ) +(myObject (attribute1 "attr69739") ) +(myObject (attribute1 "attr69740") ) +(myObject (attribute1 "attr69741") ) +(myObject (attribute1 "attr69742") ) +(myObject (attribute1 "attr69743") ) +(myObject (attribute1 "attr69744") ) +(myObject (attribute1 "attr69745") ) +(myObject (attribute1 "attr69746") ) +(myObject (attribute1 "attr69747") ) +(myObject (attribute1 "attr69748") ) +(myObject (attribute1 "attr69749") ) +(myObject (attribute1 "attr69750") ) +(myObject (attribute1 "attr69751") ) +(myObject (attribute1 "attr69752") ) +(myObject (attribute1 "attr69753") ) +(myObject (attribute1 "attr69754") ) +(myObject (attribute1 "attr69755") ) +(myObject (attribute1 "attr69756") ) +(myObject (attribute1 "attr69757") ) +(myObject (attribute1 "attr69758") ) +(myObject (attribute1 "attr69759") ) +(myObject (attribute1 "attr69760") ) +(myObject (attribute1 "attr69761") ) +(myObject (attribute1 "attr69762") ) +(myObject (attribute1 "attr69763") ) +(myObject (attribute1 "attr69764") ) +(myObject (attribute1 "attr69765") ) +(myObject (attribute1 "attr69766") ) +(myObject (attribute1 "attr69767") ) +(myObject (attribute1 "attr69768") ) +(myObject (attribute1 "attr69769") ) +(myObject (attribute1 "attr69770") ) +(myObject (attribute1 "attr69771") ) +(myObject (attribute1 "attr69772") ) +(myObject (attribute1 "attr69773") ) +(myObject (attribute1 "attr69774") ) +(myObject (attribute1 "attr69775") ) +(myObject (attribute1 "attr69776") ) +(myObject (attribute1 "attr69777") ) +(myObject (attribute1 "attr69778") ) +(myObject (attribute1 "attr69779") ) +(myObject (attribute1 "attr69780") ) +(myObject (attribute1 "attr69781") ) +(myObject (attribute1 "attr69782") ) +(myObject (attribute1 "attr69783") ) +(myObject (attribute1 "attr69784") ) +(myObject (attribute1 "attr69785") ) +(myObject (attribute1 "attr69786") ) +(myObject (attribute1 "attr69787") ) +(myObject (attribute1 "attr69788") ) +(myObject (attribute1 "attr69789") ) +(myObject (attribute1 "attr69790") ) +(myObject (attribute1 "attr69791") ) +(myObject (attribute1 "attr69792") ) +(myObject (attribute1 "attr69793") ) +(myObject (attribute1 "attr69794") ) +(myObject (attribute1 "attr69795") ) +(myObject (attribute1 "attr69796") ) +(myObject (attribute1 "attr69797") ) +(myObject (attribute1 "attr69798") ) +(myObject (attribute1 "attr69799") ) +(myObject (attribute1 "attr69800") ) +(myObject (attribute1 "attr69801") ) +(myObject (attribute1 "attr69802") ) +(myObject (attribute1 "attr69803") ) +(myObject (attribute1 "attr69804") ) +(myObject (attribute1 "attr69805") ) +(myObject (attribute1 "attr69806") ) +(myObject (attribute1 "attr69807") ) +(myObject (attribute1 "attr69808") ) +(myObject (attribute1 "attr69809") ) +(myObject (attribute1 "attr69810") ) +(myObject (attribute1 "attr69811") ) +(myObject (attribute1 "attr69812") ) +(myObject (attribute1 "attr69813") ) +(myObject (attribute1 "attr69814") ) +(myObject (attribute1 "attr69815") ) +(myObject (attribute1 "attr69816") ) +(myObject (attribute1 "attr69817") ) +(myObject (attribute1 "attr69818") ) +(myObject (attribute1 "attr69819") ) +(myObject (attribute1 "attr69820") ) +(myObject (attribute1 "attr69821") ) +(myObject (attribute1 "attr69822") ) +(myObject (attribute1 "attr69823") ) +(myObject (attribute1 "attr69824") ) +(myObject (attribute1 "attr69825") ) +(myObject (attribute1 "attr69826") ) +(myObject (attribute1 "attr69827") ) +(myObject (attribute1 "attr69828") ) +(myObject (attribute1 "attr69829") ) +(myObject (attribute1 "attr69830") ) +(myObject (attribute1 "attr69831") ) +(myObject (attribute1 "attr69832") ) +(myObject (attribute1 "attr69833") ) +(myObject (attribute1 "attr69834") ) +(myObject (attribute1 "attr69835") ) +(myObject (attribute1 "attr69836") ) +(myObject (attribute1 "attr69837") ) +(myObject (attribute1 "attr69838") ) +(myObject (attribute1 "attr69839") ) +(myObject (attribute1 "attr69840") ) +(myObject (attribute1 "attr69841") ) +(myObject (attribute1 "attr69842") ) +(myObject (attribute1 "attr69843") ) +(myObject (attribute1 "attr69844") ) +(myObject (attribute1 "attr69845") ) +(myObject (attribute1 "attr69846") ) +(myObject (attribute1 "attr69847") ) +(myObject (attribute1 "attr69848") ) +(myObject (attribute1 "attr69849") ) +(myObject (attribute1 "attr69850") ) +(myObject (attribute1 "attr69851") ) +(myObject (attribute1 "attr69852") ) +(myObject (attribute1 "attr69853") ) +(myObject (attribute1 "attr69854") ) +(myObject (attribute1 "attr69855") ) +(myObject (attribute1 "attr69856") ) +(myObject (attribute1 "attr69857") ) +(myObject (attribute1 "attr69858") ) +(myObject (attribute1 "attr69859") ) +(myObject (attribute1 "attr69860") ) +(myObject (attribute1 "attr69861") ) +(myObject (attribute1 "attr69862") ) +(myObject (attribute1 "attr69863") ) +(myObject (attribute1 "attr69864") ) +(myObject (attribute1 "attr69865") ) +(myObject (attribute1 "attr69866") ) +(myObject (attribute1 "attr69867") ) +(myObject (attribute1 "attr69868") ) +(myObject (attribute1 "attr69869") ) +(myObject (attribute1 "attr69870") ) +(myObject (attribute1 "attr69871") ) +(myObject (attribute1 "attr69872") ) +(myObject (attribute1 "attr69873") ) +(myObject (attribute1 "attr69874") ) +(myObject (attribute1 "attr69875") ) +(myObject (attribute1 "attr69876") ) +(myObject (attribute1 "attr69877") ) +(myObject (attribute1 "attr69878") ) +(myObject (attribute1 "attr69879") ) +(myObject (attribute1 "attr69880") ) +(myObject (attribute1 "attr69881") ) +(myObject (attribute1 "attr69882") ) +(myObject (attribute1 "attr69883") ) +(myObject (attribute1 "attr69884") ) +(myObject (attribute1 "attr69885") ) +(myObject (attribute1 "attr69886") ) +(myObject (attribute1 "attr69887") ) +(myObject (attribute1 "attr69888") ) +(myObject (attribute1 "attr69889") ) +(myObject (attribute1 "attr69890") ) +(myObject (attribute1 "attr69891") ) +(myObject (attribute1 "attr69892") ) +(myObject (attribute1 "attr69893") ) +(myObject (attribute1 "attr69894") ) +(myObject (attribute1 "attr69895") ) +(myObject (attribute1 "attr69896") ) +(myObject (attribute1 "attr69897") ) +(myObject (attribute1 "attr69898") ) +(myObject (attribute1 "attr69899") ) +(myObject (attribute1 "attr69900") ) +(myObject (attribute1 "attr69901") ) +(myObject (attribute1 "attr69902") ) +(myObject (attribute1 "attr69903") ) +(myObject (attribute1 "attr69904") ) +(myObject (attribute1 "attr69905") ) +(myObject (attribute1 "attr69906") ) +(myObject (attribute1 "attr69907") ) +(myObject (attribute1 "attr69908") ) +(myObject (attribute1 "attr69909") ) +(myObject (attribute1 "attr69910") ) +(myObject (attribute1 "attr69911") ) +(myObject (attribute1 "attr69912") ) +(myObject (attribute1 "attr69913") ) +(myObject (attribute1 "attr69914") ) +(myObject (attribute1 "attr69915") ) +(myObject (attribute1 "attr69916") ) +(myObject (attribute1 "attr69917") ) +(myObject (attribute1 "attr69918") ) +(myObject (attribute1 "attr69919") ) +(myObject (attribute1 "attr69920") ) +(myObject (attribute1 "attr69921") ) +(myObject (attribute1 "attr69922") ) +(myObject (attribute1 "attr69923") ) +(myObject (attribute1 "attr69924") ) +(myObject (attribute1 "attr69925") ) +(myObject (attribute1 "attr69926") ) +(myObject (attribute1 "attr69927") ) +(myObject (attribute1 "attr69928") ) +(myObject (attribute1 "attr69929") ) +(myObject (attribute1 "attr69930") ) +(myObject (attribute1 "attr69931") ) +(myObject (attribute1 "attr69932") ) +(myObject (attribute1 "attr69933") ) +(myObject (attribute1 "attr69934") ) +(myObject (attribute1 "attr69935") ) +(myObject (attribute1 "attr69936") ) +(myObject (attribute1 "attr69937") ) +(myObject (attribute1 "attr69938") ) +(myObject (attribute1 "attr69939") ) +(myObject (attribute1 "attr69940") ) +(myObject (attribute1 "attr69941") ) +(myObject (attribute1 "attr69942") ) +(myObject (attribute1 "attr69943") ) +(myObject (attribute1 "attr69944") ) +(myObject (attribute1 "attr69945") ) +(myObject (attribute1 "attr69946") ) +(myObject (attribute1 "attr69947") ) +(myObject (attribute1 "attr69948") ) +(myObject (attribute1 "attr69949") ) +(myObject (attribute1 "attr69950") ) +(myObject (attribute1 "attr69951") ) +(myObject (attribute1 "attr69952") ) +(myObject (attribute1 "attr69953") ) +(myObject (attribute1 "attr69954") ) +(myObject (attribute1 "attr69955") ) +(myObject (attribute1 "attr69956") ) +(myObject (attribute1 "attr69957") ) +(myObject (attribute1 "attr69958") ) +(myObject (attribute1 "attr69959") ) +(myObject (attribute1 "attr69960") ) +(myObject (attribute1 "attr69961") ) +(myObject (attribute1 "attr69962") ) +(myObject (attribute1 "attr69963") ) +(myObject (attribute1 "attr69964") ) +(myObject (attribute1 "attr69965") ) +(myObject (attribute1 "attr69966") ) +(myObject (attribute1 "attr69967") ) +(myObject (attribute1 "attr69968") ) +(myObject (attribute1 "attr69969") ) +(myObject (attribute1 "attr69970") ) +(myObject (attribute1 "attr69971") ) +(myObject (attribute1 "attr69972") ) +(myObject (attribute1 "attr69973") ) +(myObject (attribute1 "attr69974") ) +(myObject (attribute1 "attr69975") ) +(myObject (attribute1 "attr69976") ) +(myObject (attribute1 "attr69977") ) +(myObject (attribute1 "attr69978") ) +(myObject (attribute1 "attr69979") ) +(myObject (attribute1 "attr69980") ) +(myObject (attribute1 "attr69981") ) +(myObject (attribute1 "attr69982") ) +(myObject (attribute1 "attr69983") ) +(myObject (attribute1 "attr69984") ) +(myObject (attribute1 "attr69985") ) +(myObject (attribute1 "attr69986") ) +(myObject (attribute1 "attr69987") ) +(myObject (attribute1 "attr69988") ) +(myObject (attribute1 "attr69989") ) +(myObject (attribute1 "attr69990") ) +(myObject (attribute1 "attr69991") ) +(myObject (attribute1 "attr69992") ) +(myObject (attribute1 "attr69993") ) +(myObject (attribute1 "attr69994") ) +(myObject (attribute1 "attr69995") ) +(myObject (attribute1 "attr69996") ) +(myObject (attribute1 "attr69997") ) +(myObject (attribute1 "attr69998") ) +(myObject (attribute1 "attr69999") ) +(myObject (attribute1 "attr70000") ) +(myObject (attribute1 "attr70001") ) +(myObject (attribute1 "attr70002") ) +(myObject (attribute1 "attr70003") ) +(myObject (attribute1 "attr70004") ) +(myObject (attribute1 "attr70005") ) +(myObject (attribute1 "attr70006") ) +(myObject (attribute1 "attr70007") ) +(myObject (attribute1 "attr70008") ) +(myObject (attribute1 "attr70009") ) +(myObject (attribute1 "attr70010") ) +(myObject (attribute1 "attr70011") ) +(myObject (attribute1 "attr70012") ) +(myObject (attribute1 "attr70013") ) +(myObject (attribute1 "attr70014") ) +(myObject (attribute1 "attr70015") ) +(myObject (attribute1 "attr70016") ) +(myObject (attribute1 "attr70017") ) +(myObject (attribute1 "attr70018") ) +(myObject (attribute1 "attr70019") ) +(myObject (attribute1 "attr70020") ) +(myObject (attribute1 "attr70021") ) +(myObject (attribute1 "attr70022") ) +(myObject (attribute1 "attr70023") ) +(myObject (attribute1 "attr70024") ) +(myObject (attribute1 "attr70025") ) +(myObject (attribute1 "attr70026") ) +(myObject (attribute1 "attr70027") ) +(myObject (attribute1 "attr70028") ) +(myObject (attribute1 "attr70029") ) +(myObject (attribute1 "attr70030") ) +(myObject (attribute1 "attr70031") ) +(myObject (attribute1 "attr70032") ) +(myObject (attribute1 "attr70033") ) +(myObject (attribute1 "attr70034") ) +(myObject (attribute1 "attr70035") ) +(myObject (attribute1 "attr70036") ) +(myObject (attribute1 "attr70037") ) +(myObject (attribute1 "attr70038") ) +(myObject (attribute1 "attr70039") ) +(myObject (attribute1 "attr70040") ) +(myObject (attribute1 "attr70041") ) +(myObject (attribute1 "attr70042") ) +(myObject (attribute1 "attr70043") ) +(myObject (attribute1 "attr70044") ) +(myObject (attribute1 "attr70045") ) +(myObject (attribute1 "attr70046") ) +(myObject (attribute1 "attr70047") ) +(myObject (attribute1 "attr70048") ) +(myObject (attribute1 "attr70049") ) +(myObject (attribute1 "attr70050") ) +(myObject (attribute1 "attr70051") ) +(myObject (attribute1 "attr70052") ) +(myObject (attribute1 "attr70053") ) +(myObject (attribute1 "attr70054") ) +(myObject (attribute1 "attr70055") ) +(myObject (attribute1 "attr70056") ) +(myObject (attribute1 "attr70057") ) +(myObject (attribute1 "attr70058") ) +(myObject (attribute1 "attr70059") ) +(myObject (attribute1 "attr70060") ) +(myObject (attribute1 "attr70061") ) +(myObject (attribute1 "attr70062") ) +(myObject (attribute1 "attr70063") ) +(myObject (attribute1 "attr70064") ) +(myObject (attribute1 "attr70065") ) +(myObject (attribute1 "attr70066") ) +(myObject (attribute1 "attr70067") ) +(myObject (attribute1 "attr70068") ) +(myObject (attribute1 "attr70069") ) +(myObject (attribute1 "attr70070") ) +(myObject (attribute1 "attr70071") ) +(myObject (attribute1 "attr70072") ) +(myObject (attribute1 "attr70073") ) +(myObject (attribute1 "attr70074") ) +(myObject (attribute1 "attr70075") ) +(myObject (attribute1 "attr70076") ) +(myObject (attribute1 "attr70077") ) +(myObject (attribute1 "attr70078") ) +(myObject (attribute1 "attr70079") ) +(myObject (attribute1 "attr70080") ) +(myObject (attribute1 "attr70081") ) +(myObject (attribute1 "attr70082") ) +(myObject (attribute1 "attr70083") ) +(myObject (attribute1 "attr70084") ) +(myObject (attribute1 "attr70085") ) +(myObject (attribute1 "attr70086") ) +(myObject (attribute1 "attr70087") ) +(myObject (attribute1 "attr70088") ) +(myObject (attribute1 "attr70089") ) +(myObject (attribute1 "attr70090") ) +(myObject (attribute1 "attr70091") ) +(myObject (attribute1 "attr70092") ) +(myObject (attribute1 "attr70093") ) +(myObject (attribute1 "attr70094") ) +(myObject (attribute1 "attr70095") ) +(myObject (attribute1 "attr70096") ) +(myObject (attribute1 "attr70097") ) +(myObject (attribute1 "attr70098") ) +(myObject (attribute1 "attr70099") ) +(myObject (attribute1 "attr70100") ) +(myObject (attribute1 "attr70101") ) +(myObject (attribute1 "attr70102") ) +(myObject (attribute1 "attr70103") ) +(myObject (attribute1 "attr70104") ) +(myObject (attribute1 "attr70105") ) +(myObject (attribute1 "attr70106") ) +(myObject (attribute1 "attr70107") ) +(myObject (attribute1 "attr70108") ) +(myObject (attribute1 "attr70109") ) +(myObject (attribute1 "attr70110") ) +(myObject (attribute1 "attr70111") ) +(myObject (attribute1 "attr70112") ) +(myObject (attribute1 "attr70113") ) +(myObject (attribute1 "attr70114") ) +(myObject (attribute1 "attr70115") ) +(myObject (attribute1 "attr70116") ) +(myObject (attribute1 "attr70117") ) +(myObject (attribute1 "attr70118") ) +(myObject (attribute1 "attr70119") ) +(myObject (attribute1 "attr70120") ) +(myObject (attribute1 "attr70121") ) +(myObject (attribute1 "attr70122") ) +(myObject (attribute1 "attr70123") ) +(myObject (attribute1 "attr70124") ) +(myObject (attribute1 "attr70125") ) +(myObject (attribute1 "attr70126") ) +(myObject (attribute1 "attr70127") ) +(myObject (attribute1 "attr70128") ) +(myObject (attribute1 "attr70129") ) +(myObject (attribute1 "attr70130") ) +(myObject (attribute1 "attr70131") ) +(myObject (attribute1 "attr70132") ) +(myObject (attribute1 "attr70133") ) +(myObject (attribute1 "attr70134") ) +(myObject (attribute1 "attr70135") ) +(myObject (attribute1 "attr70136") ) +(myObject (attribute1 "attr70137") ) +(myObject (attribute1 "attr70138") ) +(myObject (attribute1 "attr70139") ) +(myObject (attribute1 "attr70140") ) +(myObject (attribute1 "attr70141") ) +(myObject (attribute1 "attr70142") ) +(myObject (attribute1 "attr70143") ) +(myObject (attribute1 "attr70144") ) +(myObject (attribute1 "attr70145") ) +(myObject (attribute1 "attr70146") ) +(myObject (attribute1 "attr70147") ) +(myObject (attribute1 "attr70148") ) +(myObject (attribute1 "attr70149") ) +(myObject (attribute1 "attr70150") ) +(myObject (attribute1 "attr70151") ) +(myObject (attribute1 "attr70152") ) +(myObject (attribute1 "attr70153") ) +(myObject (attribute1 "attr70154") ) +(myObject (attribute1 "attr70155") ) +(myObject (attribute1 "attr70156") ) +(myObject (attribute1 "attr70157") ) +(myObject (attribute1 "attr70158") ) +(myObject (attribute1 "attr70159") ) +(myObject (attribute1 "attr70160") ) +(myObject (attribute1 "attr70161") ) +(myObject (attribute1 "attr70162") ) +(myObject (attribute1 "attr70163") ) +(myObject (attribute1 "attr70164") ) +(myObject (attribute1 "attr70165") ) +(myObject (attribute1 "attr70166") ) +(myObject (attribute1 "attr70167") ) +(myObject (attribute1 "attr70168") ) +(myObject (attribute1 "attr70169") ) +(myObject (attribute1 "attr70170") ) +(myObject (attribute1 "attr70171") ) +(myObject (attribute1 "attr70172") ) +(myObject (attribute1 "attr70173") ) +(myObject (attribute1 "attr70174") ) +(myObject (attribute1 "attr70175") ) +(myObject (attribute1 "attr70176") ) +(myObject (attribute1 "attr70177") ) +(myObject (attribute1 "attr70178") ) +(myObject (attribute1 "attr70179") ) +(myObject (attribute1 "attr70180") ) +(myObject (attribute1 "attr70181") ) +(myObject (attribute1 "attr70182") ) +(myObject (attribute1 "attr70183") ) +(myObject (attribute1 "attr70184") ) +(myObject (attribute1 "attr70185") ) +(myObject (attribute1 "attr70186") ) +(myObject (attribute1 "attr70187") ) +(myObject (attribute1 "attr70188") ) +(myObject (attribute1 "attr70189") ) +(myObject (attribute1 "attr70190") ) +(myObject (attribute1 "attr70191") ) +(myObject (attribute1 "attr70192") ) +(myObject (attribute1 "attr70193") ) +(myObject (attribute1 "attr70194") ) +(myObject (attribute1 "attr70195") ) +(myObject (attribute1 "attr70196") ) +(myObject (attribute1 "attr70197") ) +(myObject (attribute1 "attr70198") ) +(myObject (attribute1 "attr70199") ) +(myObject (attribute1 "attr70200") ) +(myObject (attribute1 "attr70201") ) +(myObject (attribute1 "attr70202") ) +(myObject (attribute1 "attr70203") ) +(myObject (attribute1 "attr70204") ) +(myObject (attribute1 "attr70205") ) +(myObject (attribute1 "attr70206") ) +(myObject (attribute1 "attr70207") ) +(myObject (attribute1 "attr70208") ) +(myObject (attribute1 "attr70209") ) +(myObject (attribute1 "attr70210") ) +(myObject (attribute1 "attr70211") ) +(myObject (attribute1 "attr70212") ) +(myObject (attribute1 "attr70213") ) +(myObject (attribute1 "attr70214") ) +(myObject (attribute1 "attr70215") ) +(myObject (attribute1 "attr70216") ) +(myObject (attribute1 "attr70217") ) +(myObject (attribute1 "attr70218") ) +(myObject (attribute1 "attr70219") ) +(myObject (attribute1 "attr70220") ) +(myObject (attribute1 "attr70221") ) +(myObject (attribute1 "attr70222") ) +(myObject (attribute1 "attr70223") ) +(myObject (attribute1 "attr70224") ) +(myObject (attribute1 "attr70225") ) +(myObject (attribute1 "attr70226") ) +(myObject (attribute1 "attr70227") ) +(myObject (attribute1 "attr70228") ) +(myObject (attribute1 "attr70229") ) +(myObject (attribute1 "attr70230") ) +(myObject (attribute1 "attr70231") ) +(myObject (attribute1 "attr70232") ) +(myObject (attribute1 "attr70233") ) +(myObject (attribute1 "attr70234") ) +(myObject (attribute1 "attr70235") ) +(myObject (attribute1 "attr70236") ) +(myObject (attribute1 "attr70237") ) +(myObject (attribute1 "attr70238") ) +(myObject (attribute1 "attr70239") ) +(myObject (attribute1 "attr70240") ) +(myObject (attribute1 "attr70241") ) +(myObject (attribute1 "attr70242") ) +(myObject (attribute1 "attr70243") ) +(myObject (attribute1 "attr70244") ) +(myObject (attribute1 "attr70245") ) +(myObject (attribute1 "attr70246") ) +(myObject (attribute1 "attr70247") ) +(myObject (attribute1 "attr70248") ) +(myObject (attribute1 "attr70249") ) +(myObject (attribute1 "attr70250") ) +(myObject (attribute1 "attr70251") ) +(myObject (attribute1 "attr70252") ) +(myObject (attribute1 "attr70253") ) +(myObject (attribute1 "attr70254") ) +(myObject (attribute1 "attr70255") ) +(myObject (attribute1 "attr70256") ) +(myObject (attribute1 "attr70257") ) +(myObject (attribute1 "attr70258") ) +(myObject (attribute1 "attr70259") ) +(myObject (attribute1 "attr70260") ) +(myObject (attribute1 "attr70261") ) +(myObject (attribute1 "attr70262") ) +(myObject (attribute1 "attr70263") ) +(myObject (attribute1 "attr70264") ) +(myObject (attribute1 "attr70265") ) +(myObject (attribute1 "attr70266") ) +(myObject (attribute1 "attr70267") ) +(myObject (attribute1 "attr70268") ) +(myObject (attribute1 "attr70269") ) +(myObject (attribute1 "attr70270") ) +(myObject (attribute1 "attr70271") ) +(myObject (attribute1 "attr70272") ) +(myObject (attribute1 "attr70273") ) +(myObject (attribute1 "attr70274") ) +(myObject (attribute1 "attr70275") ) +(myObject (attribute1 "attr70276") ) +(myObject (attribute1 "attr70277") ) +(myObject (attribute1 "attr70278") ) +(myObject (attribute1 "attr70279") ) +(myObject (attribute1 "attr70280") ) +(myObject (attribute1 "attr70281") ) +(myObject (attribute1 "attr70282") ) +(myObject (attribute1 "attr70283") ) +(myObject (attribute1 "attr70284") ) +(myObject (attribute1 "attr70285") ) +(myObject (attribute1 "attr70286") ) +(myObject (attribute1 "attr70287") ) +(myObject (attribute1 "attr70288") ) +(myObject (attribute1 "attr70289") ) +(myObject (attribute1 "attr70290") ) +(myObject (attribute1 "attr70291") ) +(myObject (attribute1 "attr70292") ) +(myObject (attribute1 "attr70293") ) +(myObject (attribute1 "attr70294") ) +(myObject (attribute1 "attr70295") ) +(myObject (attribute1 "attr70296") ) +(myObject (attribute1 "attr70297") ) +(myObject (attribute1 "attr70298") ) +(myObject (attribute1 "attr70299") ) +(myObject (attribute1 "attr70300") ) +(myObject (attribute1 "attr70301") ) +(myObject (attribute1 "attr70302") ) +(myObject (attribute1 "attr70303") ) +(myObject (attribute1 "attr70304") ) +(myObject (attribute1 "attr70305") ) +(myObject (attribute1 "attr70306") ) +(myObject (attribute1 "attr70307") ) +(myObject (attribute1 "attr70308") ) +(myObject (attribute1 "attr70309") ) +(myObject (attribute1 "attr70310") ) +(myObject (attribute1 "attr70311") ) +(myObject (attribute1 "attr70312") ) +(myObject (attribute1 "attr70313") ) +(myObject (attribute1 "attr70314") ) +(myObject (attribute1 "attr70315") ) +(myObject (attribute1 "attr70316") ) +(myObject (attribute1 "attr70317") ) +(myObject (attribute1 "attr70318") ) +(myObject (attribute1 "attr70319") ) +(myObject (attribute1 "attr70320") ) +(myObject (attribute1 "attr70321") ) +(myObject (attribute1 "attr70322") ) +(myObject (attribute1 "attr70323") ) +(myObject (attribute1 "attr70324") ) +(myObject (attribute1 "attr70325") ) +(myObject (attribute1 "attr70326") ) +(myObject (attribute1 "attr70327") ) +(myObject (attribute1 "attr70328") ) +(myObject (attribute1 "attr70329") ) +(myObject (attribute1 "attr70330") ) +(myObject (attribute1 "attr70331") ) +(myObject (attribute1 "attr70332") ) +(myObject (attribute1 "attr70333") ) +(myObject (attribute1 "attr70334") ) +(myObject (attribute1 "attr70335") ) +(myObject (attribute1 "attr70336") ) +(myObject (attribute1 "attr70337") ) +(myObject (attribute1 "attr70338") ) +(myObject (attribute1 "attr70339") ) +(myObject (attribute1 "attr70340") ) +(myObject (attribute1 "attr70341") ) +(myObject (attribute1 "attr70342") ) +(myObject (attribute1 "attr70343") ) +(myObject (attribute1 "attr70344") ) +(myObject (attribute1 "attr70345") ) +(myObject (attribute1 "attr70346") ) +(myObject (attribute1 "attr70347") ) +(myObject (attribute1 "attr70348") ) +(myObject (attribute1 "attr70349") ) +(myObject (attribute1 "attr70350") ) +(myObject (attribute1 "attr70351") ) +(myObject (attribute1 "attr70352") ) +(myObject (attribute1 "attr70353") ) +(myObject (attribute1 "attr70354") ) +(myObject (attribute1 "attr70355") ) +(myObject (attribute1 "attr70356") ) +(myObject (attribute1 "attr70357") ) +(myObject (attribute1 "attr70358") ) +(myObject (attribute1 "attr70359") ) +(myObject (attribute1 "attr70360") ) +(myObject (attribute1 "attr70361") ) +(myObject (attribute1 "attr70362") ) +(myObject (attribute1 "attr70363") ) +(myObject (attribute1 "attr70364") ) +(myObject (attribute1 "attr70365") ) +(myObject (attribute1 "attr70366") ) +(myObject (attribute1 "attr70367") ) +(myObject (attribute1 "attr70368") ) +(myObject (attribute1 "attr70369") ) +(myObject (attribute1 "attr70370") ) +(myObject (attribute1 "attr70371") ) +(myObject (attribute1 "attr70372") ) +(myObject (attribute1 "attr70373") ) +(myObject (attribute1 "attr70374") ) +(myObject (attribute1 "attr70375") ) +(myObject (attribute1 "attr70376") ) +(myObject (attribute1 "attr70377") ) +(myObject (attribute1 "attr70378") ) +(myObject (attribute1 "attr70379") ) +(myObject (attribute1 "attr70380") ) +(myObject (attribute1 "attr70381") ) +(myObject (attribute1 "attr70382") ) +(myObject (attribute1 "attr70383") ) +(myObject (attribute1 "attr70384") ) +(myObject (attribute1 "attr70385") ) +(myObject (attribute1 "attr70386") ) +(myObject (attribute1 "attr70387") ) +(myObject (attribute1 "attr70388") ) +(myObject (attribute1 "attr70389") ) +(myObject (attribute1 "attr70390") ) +(myObject (attribute1 "attr70391") ) +(myObject (attribute1 "attr70392") ) +(myObject (attribute1 "attr70393") ) +(myObject (attribute1 "attr70394") ) +(myObject (attribute1 "attr70395") ) +(myObject (attribute1 "attr70396") ) +(myObject (attribute1 "attr70397") ) +(myObject (attribute1 "attr70398") ) +(myObject (attribute1 "attr70399") ) +(myObject (attribute1 "attr70400") ) +(myObject (attribute1 "attr70401") ) +(myObject (attribute1 "attr70402") ) +(myObject (attribute1 "attr70403") ) +(myObject (attribute1 "attr70404") ) +(myObject (attribute1 "attr70405") ) +(myObject (attribute1 "attr70406") ) +(myObject (attribute1 "attr70407") ) +(myObject (attribute1 "attr70408") ) +(myObject (attribute1 "attr70409") ) +(myObject (attribute1 "attr70410") ) +(myObject (attribute1 "attr70411") ) +(myObject (attribute1 "attr70412") ) +(myObject (attribute1 "attr70413") ) +(myObject (attribute1 "attr70414") ) +(myObject (attribute1 "attr70415") ) +(myObject (attribute1 "attr70416") ) +(myObject (attribute1 "attr70417") ) +(myObject (attribute1 "attr70418") ) +(myObject (attribute1 "attr70419") ) +(myObject (attribute1 "attr70420") ) +(myObject (attribute1 "attr70421") ) +(myObject (attribute1 "attr70422") ) +(myObject (attribute1 "attr70423") ) +(myObject (attribute1 "attr70424") ) +(myObject (attribute1 "attr70425") ) +(myObject (attribute1 "attr70426") ) +(myObject (attribute1 "attr70427") ) +(myObject (attribute1 "attr70428") ) +(myObject (attribute1 "attr70429") ) +(myObject (attribute1 "attr70430") ) +(myObject (attribute1 "attr70431") ) +(myObject (attribute1 "attr70432") ) +(myObject (attribute1 "attr70433") ) +(myObject (attribute1 "attr70434") ) +(myObject (attribute1 "attr70435") ) +(myObject (attribute1 "attr70436") ) +(myObject (attribute1 "attr70437") ) +(myObject (attribute1 "attr70438") ) +(myObject (attribute1 "attr70439") ) +(myObject (attribute1 "attr70440") ) +(myObject (attribute1 "attr70441") ) +(myObject (attribute1 "attr70442") ) +(myObject (attribute1 "attr70443") ) +(myObject (attribute1 "attr70444") ) +(myObject (attribute1 "attr70445") ) +(myObject (attribute1 "attr70446") ) +(myObject (attribute1 "attr70447") ) +(myObject (attribute1 "attr70448") ) +(myObject (attribute1 "attr70449") ) +(myObject (attribute1 "attr70450") ) +(myObject (attribute1 "attr70451") ) +(myObject (attribute1 "attr70452") ) +(myObject (attribute1 "attr70453") ) +(myObject (attribute1 "attr70454") ) +(myObject (attribute1 "attr70455") ) +(myObject (attribute1 "attr70456") ) +(myObject (attribute1 "attr70457") ) +(myObject (attribute1 "attr70458") ) +(myObject (attribute1 "attr70459") ) +(myObject (attribute1 "attr70460") ) +(myObject (attribute1 "attr70461") ) +(myObject (attribute1 "attr70462") ) +(myObject (attribute1 "attr70463") ) +(myObject (attribute1 "attr70464") ) +(myObject (attribute1 "attr70465") ) +(myObject (attribute1 "attr70466") ) +(myObject (attribute1 "attr70467") ) +(myObject (attribute1 "attr70468") ) +(myObject (attribute1 "attr70469") ) +(myObject (attribute1 "attr70470") ) +(myObject (attribute1 "attr70471") ) +(myObject (attribute1 "attr70472") ) +(myObject (attribute1 "attr70473") ) +(myObject (attribute1 "attr70474") ) +(myObject (attribute1 "attr70475") ) +(myObject (attribute1 "attr70476") ) +(myObject (attribute1 "attr70477") ) +(myObject (attribute1 "attr70478") ) +(myObject (attribute1 "attr70479") ) +(myObject (attribute1 "attr70480") ) +(myObject (attribute1 "attr70481") ) +(myObject (attribute1 "attr70482") ) +(myObject (attribute1 "attr70483") ) +(myObject (attribute1 "attr70484") ) +(myObject (attribute1 "attr70485") ) +(myObject (attribute1 "attr70486") ) +(myObject (attribute1 "attr70487") ) +(myObject (attribute1 "attr70488") ) +(myObject (attribute1 "attr70489") ) +(myObject (attribute1 "attr70490") ) +(myObject (attribute1 "attr70491") ) +(myObject (attribute1 "attr70492") ) +(myObject (attribute1 "attr70493") ) +(myObject (attribute1 "attr70494") ) +(myObject (attribute1 "attr70495") ) +(myObject (attribute1 "attr70496") ) +(myObject (attribute1 "attr70497") ) +(myObject (attribute1 "attr70498") ) +(myObject (attribute1 "attr70499") ) +(myObject (attribute1 "attr70500") ) +(myObject (attribute1 "attr70501") ) +(myObject (attribute1 "attr70502") ) +(myObject (attribute1 "attr70503") ) +(myObject (attribute1 "attr70504") ) +(myObject (attribute1 "attr70505") ) +(myObject (attribute1 "attr70506") ) +(myObject (attribute1 "attr70507") ) +(myObject (attribute1 "attr70508") ) +(myObject (attribute1 "attr70509") ) +(myObject (attribute1 "attr70510") ) +(myObject (attribute1 "attr70511") ) +(myObject (attribute1 "attr70512") ) +(myObject (attribute1 "attr70513") ) +(myObject (attribute1 "attr70514") ) +(myObject (attribute1 "attr70515") ) +(myObject (attribute1 "attr70516") ) +(myObject (attribute1 "attr70517") ) +(myObject (attribute1 "attr70518") ) +(myObject (attribute1 "attr70519") ) +(myObject (attribute1 "attr70520") ) +(myObject (attribute1 "attr70521") ) +(myObject (attribute1 "attr70522") ) +(myObject (attribute1 "attr70523") ) +(myObject (attribute1 "attr70524") ) +(myObject (attribute1 "attr70525") ) +(myObject (attribute1 "attr70526") ) +(myObject (attribute1 "attr70527") ) +(myObject (attribute1 "attr70528") ) +(myObject (attribute1 "attr70529") ) +(myObject (attribute1 "attr70530") ) +(myObject (attribute1 "attr70531") ) +(myObject (attribute1 "attr70532") ) +(myObject (attribute1 "attr70533") ) +(myObject (attribute1 "attr70534") ) +(myObject (attribute1 "attr70535") ) +(myObject (attribute1 "attr70536") ) +(myObject (attribute1 "attr70537") ) +(myObject (attribute1 "attr70538") ) +(myObject (attribute1 "attr70539") ) +(myObject (attribute1 "attr70540") ) +(myObject (attribute1 "attr70541") ) +(myObject (attribute1 "attr70542") ) +(myObject (attribute1 "attr70543") ) +(myObject (attribute1 "attr70544") ) +(myObject (attribute1 "attr70545") ) +(myObject (attribute1 "attr70546") ) +(myObject (attribute1 "attr70547") ) +(myObject (attribute1 "attr70548") ) +(myObject (attribute1 "attr70549") ) +(myObject (attribute1 "attr70550") ) +(myObject (attribute1 "attr70551") ) +(myObject (attribute1 "attr70552") ) +(myObject (attribute1 "attr70553") ) +(myObject (attribute1 "attr70554") ) +(myObject (attribute1 "attr70555") ) +(myObject (attribute1 "attr70556") ) +(myObject (attribute1 "attr70557") ) +(myObject (attribute1 "attr70558") ) +(myObject (attribute1 "attr70559") ) +(myObject (attribute1 "attr70560") ) +(myObject (attribute1 "attr70561") ) +(myObject (attribute1 "attr70562") ) +(myObject (attribute1 "attr70563") ) +(myObject (attribute1 "attr70564") ) +(myObject (attribute1 "attr70565") ) +(myObject (attribute1 "attr70566") ) +(myObject (attribute1 "attr70567") ) +(myObject (attribute1 "attr70568") ) +(myObject (attribute1 "attr70569") ) +(myObject (attribute1 "attr70570") ) +(myObject (attribute1 "attr70571") ) +(myObject (attribute1 "attr70572") ) +(myObject (attribute1 "attr70573") ) +(myObject (attribute1 "attr70574") ) +(myObject (attribute1 "attr70575") ) +(myObject (attribute1 "attr70576") ) +(myObject (attribute1 "attr70577") ) +(myObject (attribute1 "attr70578") ) +(myObject (attribute1 "attr70579") ) +(myObject (attribute1 "attr70580") ) +(myObject (attribute1 "attr70581") ) +(myObject (attribute1 "attr70582") ) +(myObject (attribute1 "attr70583") ) +(myObject (attribute1 "attr70584") ) +(myObject (attribute1 "attr70585") ) +(myObject (attribute1 "attr70586") ) +(myObject (attribute1 "attr70587") ) +(myObject (attribute1 "attr70588") ) +(myObject (attribute1 "attr70589") ) +(myObject (attribute1 "attr70590") ) +(myObject (attribute1 "attr70591") ) +(myObject (attribute1 "attr70592") ) +(myObject (attribute1 "attr70593") ) +(myObject (attribute1 "attr70594") ) +(myObject (attribute1 "attr70595") ) +(myObject (attribute1 "attr70596") ) +(myObject (attribute1 "attr70597") ) +(myObject (attribute1 "attr70598") ) +(myObject (attribute1 "attr70599") ) +(myObject (attribute1 "attr70600") ) +(myObject (attribute1 "attr70601") ) +(myObject (attribute1 "attr70602") ) +(myObject (attribute1 "attr70603") ) +(myObject (attribute1 "attr70604") ) +(myObject (attribute1 "attr70605") ) +(myObject (attribute1 "attr70606") ) +(myObject (attribute1 "attr70607") ) +(myObject (attribute1 "attr70608") ) +(myObject (attribute1 "attr70609") ) +(myObject (attribute1 "attr70610") ) +(myObject (attribute1 "attr70611") ) +(myObject (attribute1 "attr70612") ) +(myObject (attribute1 "attr70613") ) +(myObject (attribute1 "attr70614") ) +(myObject (attribute1 "attr70615") ) +(myObject (attribute1 "attr70616") ) +(myObject (attribute1 "attr70617") ) +(myObject (attribute1 "attr70618") ) +(myObject (attribute1 "attr70619") ) +(myObject (attribute1 "attr70620") ) +(myObject (attribute1 "attr70621") ) +(myObject (attribute1 "attr70622") ) +(myObject (attribute1 "attr70623") ) +(myObject (attribute1 "attr70624") ) +(myObject (attribute1 "attr70625") ) +(myObject (attribute1 "attr70626") ) +(myObject (attribute1 "attr70627") ) +(myObject (attribute1 "attr70628") ) +(myObject (attribute1 "attr70629") ) +(myObject (attribute1 "attr70630") ) +(myObject (attribute1 "attr70631") ) +(myObject (attribute1 "attr70632") ) +(myObject (attribute1 "attr70633") ) +(myObject (attribute1 "attr70634") ) +(myObject (attribute1 "attr70635") ) +(myObject (attribute1 "attr70636") ) +(myObject (attribute1 "attr70637") ) +(myObject (attribute1 "attr70638") ) +(myObject (attribute1 "attr70639") ) +(myObject (attribute1 "attr70640") ) +(myObject (attribute1 "attr70641") ) +(myObject (attribute1 "attr70642") ) +(myObject (attribute1 "attr70643") ) +(myObject (attribute1 "attr70644") ) +(myObject (attribute1 "attr70645") ) +(myObject (attribute1 "attr70646") ) +(myObject (attribute1 "attr70647") ) +(myObject (attribute1 "attr70648") ) +(myObject (attribute1 "attr70649") ) +(myObject (attribute1 "attr70650") ) +(myObject (attribute1 "attr70651") ) +(myObject (attribute1 "attr70652") ) +(myObject (attribute1 "attr70653") ) +(myObject (attribute1 "attr70654") ) +(myObject (attribute1 "attr70655") ) +(myObject (attribute1 "attr70656") ) +(myObject (attribute1 "attr70657") ) +(myObject (attribute1 "attr70658") ) +(myObject (attribute1 "attr70659") ) +(myObject (attribute1 "attr70660") ) +(myObject (attribute1 "attr70661") ) +(myObject (attribute1 "attr70662") ) +(myObject (attribute1 "attr70663") ) +(myObject (attribute1 "attr70664") ) +(myObject (attribute1 "attr70665") ) +(myObject (attribute1 "attr70666") ) +(myObject (attribute1 "attr70667") ) +(myObject (attribute1 "attr70668") ) +(myObject (attribute1 "attr70669") ) +(myObject (attribute1 "attr70670") ) +(myObject (attribute1 "attr70671") ) +(myObject (attribute1 "attr70672") ) +(myObject (attribute1 "attr70673") ) +(myObject (attribute1 "attr70674") ) +(myObject (attribute1 "attr70675") ) +(myObject (attribute1 "attr70676") ) +(myObject (attribute1 "attr70677") ) +(myObject (attribute1 "attr70678") ) +(myObject (attribute1 "attr70679") ) +(myObject (attribute1 "attr70680") ) +(myObject (attribute1 "attr70681") ) +(myObject (attribute1 "attr70682") ) +(myObject (attribute1 "attr70683") ) +(myObject (attribute1 "attr70684") ) +(myObject (attribute1 "attr70685") ) +(myObject (attribute1 "attr70686") ) +(myObject (attribute1 "attr70687") ) +(myObject (attribute1 "attr70688") ) +(myObject (attribute1 "attr70689") ) +(myObject (attribute1 "attr70690") ) +(myObject (attribute1 "attr70691") ) +(myObject (attribute1 "attr70692") ) +(myObject (attribute1 "attr70693") ) +(myObject (attribute1 "attr70694") ) +(myObject (attribute1 "attr70695") ) +(myObject (attribute1 "attr70696") ) +(myObject (attribute1 "attr70697") ) +(myObject (attribute1 "attr70698") ) +(myObject (attribute1 "attr70699") ) +(myObject (attribute1 "attr70700") ) +(myObject (attribute1 "attr70701") ) +(myObject (attribute1 "attr70702") ) +(myObject (attribute1 "attr70703") ) +(myObject (attribute1 "attr70704") ) +(myObject (attribute1 "attr70705") ) +(myObject (attribute1 "attr70706") ) +(myObject (attribute1 "attr70707") ) +(myObject (attribute1 "attr70708") ) +(myObject (attribute1 "attr70709") ) +(myObject (attribute1 "attr70710") ) +(myObject (attribute1 "attr70711") ) +(myObject (attribute1 "attr70712") ) +(myObject (attribute1 "attr70713") ) +(myObject (attribute1 "attr70714") ) +(myObject (attribute1 "attr70715") ) +(myObject (attribute1 "attr70716") ) +(myObject (attribute1 "attr70717") ) +(myObject (attribute1 "attr70718") ) +(myObject (attribute1 "attr70719") ) +(myObject (attribute1 "attr70720") ) +(myObject (attribute1 "attr70721") ) +(myObject (attribute1 "attr70722") ) +(myObject (attribute1 "attr70723") ) +(myObject (attribute1 "attr70724") ) +(myObject (attribute1 "attr70725") ) +(myObject (attribute1 "attr70726") ) +(myObject (attribute1 "attr70727") ) +(myObject (attribute1 "attr70728") ) +(myObject (attribute1 "attr70729") ) +(myObject (attribute1 "attr70730") ) +(myObject (attribute1 "attr70731") ) +(myObject (attribute1 "attr70732") ) +(myObject (attribute1 "attr70733") ) +(myObject (attribute1 "attr70734") ) +(myObject (attribute1 "attr70735") ) +(myObject (attribute1 "attr70736") ) +(myObject (attribute1 "attr70737") ) +(myObject (attribute1 "attr70738") ) +(myObject (attribute1 "attr70739") ) +(myObject (attribute1 "attr70740") ) +(myObject (attribute1 "attr70741") ) +(myObject (attribute1 "attr70742") ) +(myObject (attribute1 "attr70743") ) +(myObject (attribute1 "attr70744") ) +(myObject (attribute1 "attr70745") ) +(myObject (attribute1 "attr70746") ) +(myObject (attribute1 "attr70747") ) +(myObject (attribute1 "attr70748") ) +(myObject (attribute1 "attr70749") ) +(myObject (attribute1 "attr70750") ) +(myObject (attribute1 "attr70751") ) +(myObject (attribute1 "attr70752") ) +(myObject (attribute1 "attr70753") ) +(myObject (attribute1 "attr70754") ) +(myObject (attribute1 "attr70755") ) +(myObject (attribute1 "attr70756") ) +(myObject (attribute1 "attr70757") ) +(myObject (attribute1 "attr70758") ) +(myObject (attribute1 "attr70759") ) +(myObject (attribute1 "attr70760") ) +(myObject (attribute1 "attr70761") ) +(myObject (attribute1 "attr70762") ) +(myObject (attribute1 "attr70763") ) +(myObject (attribute1 "attr70764") ) +(myObject (attribute1 "attr70765") ) +(myObject (attribute1 "attr70766") ) +(myObject (attribute1 "attr70767") ) +(myObject (attribute1 "attr70768") ) +(myObject (attribute1 "attr70769") ) +(myObject (attribute1 "attr70770") ) +(myObject (attribute1 "attr70771") ) +(myObject (attribute1 "attr70772") ) +(myObject (attribute1 "attr70773") ) +(myObject (attribute1 "attr70774") ) +(myObject (attribute1 "attr70775") ) +(myObject (attribute1 "attr70776") ) +(myObject (attribute1 "attr70777") ) +(myObject (attribute1 "attr70778") ) +(myObject (attribute1 "attr70779") ) +(myObject (attribute1 "attr70780") ) +(myObject (attribute1 "attr70781") ) +(myObject (attribute1 "attr70782") ) +(myObject (attribute1 "attr70783") ) +(myObject (attribute1 "attr70784") ) +(myObject (attribute1 "attr70785") ) +(myObject (attribute1 "attr70786") ) +(myObject (attribute1 "attr70787") ) +(myObject (attribute1 "attr70788") ) +(myObject (attribute1 "attr70789") ) +(myObject (attribute1 "attr70790") ) +(myObject (attribute1 "attr70791") ) +(myObject (attribute1 "attr70792") ) +(myObject (attribute1 "attr70793") ) +(myObject (attribute1 "attr70794") ) +(myObject (attribute1 "attr70795") ) +(myObject (attribute1 "attr70796") ) +(myObject (attribute1 "attr70797") ) +(myObject (attribute1 "attr70798") ) +(myObject (attribute1 "attr70799") ) +(myObject (attribute1 "attr70800") ) +(myObject (attribute1 "attr70801") ) +(myObject (attribute1 "attr70802") ) +(myObject (attribute1 "attr70803") ) +(myObject (attribute1 "attr70804") ) +(myObject (attribute1 "attr70805") ) +(myObject (attribute1 "attr70806") ) +(myObject (attribute1 "attr70807") ) +(myObject (attribute1 "attr70808") ) +(myObject (attribute1 "attr70809") ) +(myObject (attribute1 "attr70810") ) +(myObject (attribute1 "attr70811") ) +(myObject (attribute1 "attr70812") ) +(myObject (attribute1 "attr70813") ) +(myObject (attribute1 "attr70814") ) +(myObject (attribute1 "attr70815") ) +(myObject (attribute1 "attr70816") ) +(myObject (attribute1 "attr70817") ) +(myObject (attribute1 "attr70818") ) +(myObject (attribute1 "attr70819") ) +(myObject (attribute1 "attr70820") ) +(myObject (attribute1 "attr70821") ) +(myObject (attribute1 "attr70822") ) +(myObject (attribute1 "attr70823") ) +(myObject (attribute1 "attr70824") ) +(myObject (attribute1 "attr70825") ) +(myObject (attribute1 "attr70826") ) +(myObject (attribute1 "attr70827") ) +(myObject (attribute1 "attr70828") ) +(myObject (attribute1 "attr70829") ) +(myObject (attribute1 "attr70830") ) +(myObject (attribute1 "attr70831") ) +(myObject (attribute1 "attr70832") ) +(myObject (attribute1 "attr70833") ) +(myObject (attribute1 "attr70834") ) +(myObject (attribute1 "attr70835") ) +(myObject (attribute1 "attr70836") ) +(myObject (attribute1 "attr70837") ) +(myObject (attribute1 "attr70838") ) +(myObject (attribute1 "attr70839") ) +(myObject (attribute1 "attr70840") ) +(myObject (attribute1 "attr70841") ) +(myObject (attribute1 "attr70842") ) +(myObject (attribute1 "attr70843") ) +(myObject (attribute1 "attr70844") ) +(myObject (attribute1 "attr70845") ) +(myObject (attribute1 "attr70846") ) +(myObject (attribute1 "attr70847") ) +(myObject (attribute1 "attr70848") ) +(myObject (attribute1 "attr70849") ) +(myObject (attribute1 "attr70850") ) +(myObject (attribute1 "attr70851") ) +(myObject (attribute1 "attr70852") ) +(myObject (attribute1 "attr70853") ) +(myObject (attribute1 "attr70854") ) +(myObject (attribute1 "attr70855") ) +(myObject (attribute1 "attr70856") ) +(myObject (attribute1 "attr70857") ) +(myObject (attribute1 "attr70858") ) +(myObject (attribute1 "attr70859") ) +(myObject (attribute1 "attr70860") ) +(myObject (attribute1 "attr70861") ) +(myObject (attribute1 "attr70862") ) +(myObject (attribute1 "attr70863") ) +(myObject (attribute1 "attr70864") ) +(myObject (attribute1 "attr70865") ) +(myObject (attribute1 "attr70866") ) +(myObject (attribute1 "attr70867") ) +(myObject (attribute1 "attr70868") ) +(myObject (attribute1 "attr70869") ) +(myObject (attribute1 "attr70870") ) +(myObject (attribute1 "attr70871") ) +(myObject (attribute1 "attr70872") ) +(myObject (attribute1 "attr70873") ) +(myObject (attribute1 "attr70874") ) +(myObject (attribute1 "attr70875") ) +(myObject (attribute1 "attr70876") ) +(myObject (attribute1 "attr70877") ) +(myObject (attribute1 "attr70878") ) +(myObject (attribute1 "attr70879") ) +(myObject (attribute1 "attr70880") ) +(myObject (attribute1 "attr70881") ) +(myObject (attribute1 "attr70882") ) +(myObject (attribute1 "attr70883") ) +(myObject (attribute1 "attr70884") ) +(myObject (attribute1 "attr70885") ) +(myObject (attribute1 "attr70886") ) +(myObject (attribute1 "attr70887") ) +(myObject (attribute1 "attr70888") ) +(myObject (attribute1 "attr70889") ) +(myObject (attribute1 "attr70890") ) +(myObject (attribute1 "attr70891") ) +(myObject (attribute1 "attr70892") ) +(myObject (attribute1 "attr70893") ) +(myObject (attribute1 "attr70894") ) +(myObject (attribute1 "attr70895") ) +(myObject (attribute1 "attr70896") ) +(myObject (attribute1 "attr70897") ) +(myObject (attribute1 "attr70898") ) +(myObject (attribute1 "attr70899") ) +(myObject (attribute1 "attr70900") ) +(myObject (attribute1 "attr70901") ) +(myObject (attribute1 "attr70902") ) +(myObject (attribute1 "attr70903") ) +(myObject (attribute1 "attr70904") ) +(myObject (attribute1 "attr70905") ) +(myObject (attribute1 "attr70906") ) +(myObject (attribute1 "attr70907") ) +(myObject (attribute1 "attr70908") ) +(myObject (attribute1 "attr70909") ) +(myObject (attribute1 "attr70910") ) +(myObject (attribute1 "attr70911") ) +(myObject (attribute1 "attr70912") ) +(myObject (attribute1 "attr70913") ) +(myObject (attribute1 "attr70914") ) +(myObject (attribute1 "attr70915") ) +(myObject (attribute1 "attr70916") ) +(myObject (attribute1 "attr70917") ) +(myObject (attribute1 "attr70918") ) +(myObject (attribute1 "attr70919") ) +(myObject (attribute1 "attr70920") ) +(myObject (attribute1 "attr70921") ) +(myObject (attribute1 "attr70922") ) +(myObject (attribute1 "attr70923") ) +(myObject (attribute1 "attr70924") ) +(myObject (attribute1 "attr70925") ) +(myObject (attribute1 "attr70926") ) +(myObject (attribute1 "attr70927") ) +(myObject (attribute1 "attr70928") ) +(myObject (attribute1 "attr70929") ) +(myObject (attribute1 "attr70930") ) +(myObject (attribute1 "attr70931") ) +(myObject (attribute1 "attr70932") ) +(myObject (attribute1 "attr70933") ) +(myObject (attribute1 "attr70934") ) +(myObject (attribute1 "attr70935") ) +(myObject (attribute1 "attr70936") ) +(myObject (attribute1 "attr70937") ) +(myObject (attribute1 "attr70938") ) +(myObject (attribute1 "attr70939") ) +(myObject (attribute1 "attr70940") ) +(myObject (attribute1 "attr70941") ) +(myObject (attribute1 "attr70942") ) +(myObject (attribute1 "attr70943") ) +(myObject (attribute1 "attr70944") ) +(myObject (attribute1 "attr70945") ) +(myObject (attribute1 "attr70946") ) +(myObject (attribute1 "attr70947") ) +(myObject (attribute1 "attr70948") ) +(myObject (attribute1 "attr70949") ) +(myObject (attribute1 "attr70950") ) +(myObject (attribute1 "attr70951") ) +(myObject (attribute1 "attr70952") ) +(myObject (attribute1 "attr70953") ) +(myObject (attribute1 "attr70954") ) +(myObject (attribute1 "attr70955") ) +(myObject (attribute1 "attr70956") ) +(myObject (attribute1 "attr70957") ) +(myObject (attribute1 "attr70958") ) +(myObject (attribute1 "attr70959") ) +(myObject (attribute1 "attr70960") ) +(myObject (attribute1 "attr70961") ) +(myObject (attribute1 "attr70962") ) +(myObject (attribute1 "attr70963") ) +(myObject (attribute1 "attr70964") ) +(myObject (attribute1 "attr70965") ) +(myObject (attribute1 "attr70966") ) +(myObject (attribute1 "attr70967") ) +(myObject (attribute1 "attr70968") ) +(myObject (attribute1 "attr70969") ) +(myObject (attribute1 "attr70970") ) +(myObject (attribute1 "attr70971") ) +(myObject (attribute1 "attr70972") ) +(myObject (attribute1 "attr70973") ) +(myObject (attribute1 "attr70974") ) +(myObject (attribute1 "attr70975") ) +(myObject (attribute1 "attr70976") ) +(myObject (attribute1 "attr70977") ) +(myObject (attribute1 "attr70978") ) +(myObject (attribute1 "attr70979") ) +(myObject (attribute1 "attr70980") ) +(myObject (attribute1 "attr70981") ) +(myObject (attribute1 "attr70982") ) +(myObject (attribute1 "attr70983") ) +(myObject (attribute1 "attr70984") ) +(myObject (attribute1 "attr70985") ) +(myObject (attribute1 "attr70986") ) +(myObject (attribute1 "attr70987") ) +(myObject (attribute1 "attr70988") ) +(myObject (attribute1 "attr70989") ) +(myObject (attribute1 "attr70990") ) +(myObject (attribute1 "attr70991") ) +(myObject (attribute1 "attr70992") ) +(myObject (attribute1 "attr70993") ) +(myObject (attribute1 "attr70994") ) +(myObject (attribute1 "attr70995") ) +(myObject (attribute1 "attr70996") ) +(myObject (attribute1 "attr70997") ) +(myObject (attribute1 "attr70998") ) +(myObject (attribute1 "attr70999") ) +(myObject (attribute1 "attr71000") ) +(myObject (attribute1 "attr71001") ) +(myObject (attribute1 "attr71002") ) +(myObject (attribute1 "attr71003") ) +(myObject (attribute1 "attr71004") ) +(myObject (attribute1 "attr71005") ) +(myObject (attribute1 "attr71006") ) +(myObject (attribute1 "attr71007") ) +(myObject (attribute1 "attr71008") ) +(myObject (attribute1 "attr71009") ) +(myObject (attribute1 "attr71010") ) +(myObject (attribute1 "attr71011") ) +(myObject (attribute1 "attr71012") ) +(myObject (attribute1 "attr71013") ) +(myObject (attribute1 "attr71014") ) +(myObject (attribute1 "attr71015") ) +(myObject (attribute1 "attr71016") ) +(myObject (attribute1 "attr71017") ) +(myObject (attribute1 "attr71018") ) +(myObject (attribute1 "attr71019") ) +(myObject (attribute1 "attr71020") ) +(myObject (attribute1 "attr71021") ) +(myObject (attribute1 "attr71022") ) +(myObject (attribute1 "attr71023") ) +(myObject (attribute1 "attr71024") ) +(myObject (attribute1 "attr71025") ) +(myObject (attribute1 "attr71026") ) +(myObject (attribute1 "attr71027") ) +(myObject (attribute1 "attr71028") ) +(myObject (attribute1 "attr71029") ) +(myObject (attribute1 "attr71030") ) +(myObject (attribute1 "attr71031") ) +(myObject (attribute1 "attr71032") ) +(myObject (attribute1 "attr71033") ) +(myObject (attribute1 "attr71034") ) +(myObject (attribute1 "attr71035") ) +(myObject (attribute1 "attr71036") ) +(myObject (attribute1 "attr71037") ) +(myObject (attribute1 "attr71038") ) +(myObject (attribute1 "attr71039") ) +(myObject (attribute1 "attr71040") ) +(myObject (attribute1 "attr71041") ) +(myObject (attribute1 "attr71042") ) +(myObject (attribute1 "attr71043") ) +(myObject (attribute1 "attr71044") ) +(myObject (attribute1 "attr71045") ) +(myObject (attribute1 "attr71046") ) +(myObject (attribute1 "attr71047") ) +(myObject (attribute1 "attr71048") ) +(myObject (attribute1 "attr71049") ) +(myObject (attribute1 "attr71050") ) +(myObject (attribute1 "attr71051") ) +(myObject (attribute1 "attr71052") ) +(myObject (attribute1 "attr71053") ) +(myObject (attribute1 "attr71054") ) +(myObject (attribute1 "attr71055") ) +(myObject (attribute1 "attr71056") ) +(myObject (attribute1 "attr71057") ) +(myObject (attribute1 "attr71058") ) +(myObject (attribute1 "attr71059") ) +(myObject (attribute1 "attr71060") ) +(myObject (attribute1 "attr71061") ) +(myObject (attribute1 "attr71062") ) +(myObject (attribute1 "attr71063") ) +(myObject (attribute1 "attr71064") ) +(myObject (attribute1 "attr71065") ) +(myObject (attribute1 "attr71066") ) +(myObject (attribute1 "attr71067") ) +(myObject (attribute1 "attr71068") ) +(myObject (attribute1 "attr71069") ) +(myObject (attribute1 "attr71070") ) +(myObject (attribute1 "attr71071") ) +(myObject (attribute1 "attr71072") ) +(myObject (attribute1 "attr71073") ) +(myObject (attribute1 "attr71074") ) +(myObject (attribute1 "attr71075") ) +(myObject (attribute1 "attr71076") ) +(myObject (attribute1 "attr71077") ) +(myObject (attribute1 "attr71078") ) +(myObject (attribute1 "attr71079") ) +(myObject (attribute1 "attr71080") ) +(myObject (attribute1 "attr71081") ) +(myObject (attribute1 "attr71082") ) +(myObject (attribute1 "attr71083") ) +(myObject (attribute1 "attr71084") ) +(myObject (attribute1 "attr71085") ) +(myObject (attribute1 "attr71086") ) +(myObject (attribute1 "attr71087") ) +(myObject (attribute1 "attr71088") ) +(myObject (attribute1 "attr71089") ) +(myObject (attribute1 "attr71090") ) +(myObject (attribute1 "attr71091") ) +(myObject (attribute1 "attr71092") ) +(myObject (attribute1 "attr71093") ) +(myObject (attribute1 "attr71094") ) +(myObject (attribute1 "attr71095") ) +(myObject (attribute1 "attr71096") ) +(myObject (attribute1 "attr71097") ) +(myObject (attribute1 "attr71098") ) +(myObject (attribute1 "attr71099") ) +(myObject (attribute1 "attr71100") ) +(myObject (attribute1 "attr71101") ) +(myObject (attribute1 "attr71102") ) +(myObject (attribute1 "attr71103") ) +(myObject (attribute1 "attr71104") ) +(myObject (attribute1 "attr71105") ) +(myObject (attribute1 "attr71106") ) +(myObject (attribute1 "attr71107") ) +(myObject (attribute1 "attr71108") ) +(myObject (attribute1 "attr71109") ) +(myObject (attribute1 "attr71110") ) +(myObject (attribute1 "attr71111") ) +(myObject (attribute1 "attr71112") ) +(myObject (attribute1 "attr71113") ) +(myObject (attribute1 "attr71114") ) +(myObject (attribute1 "attr71115") ) +(myObject (attribute1 "attr71116") ) +(myObject (attribute1 "attr71117") ) +(myObject (attribute1 "attr71118") ) +(myObject (attribute1 "attr71119") ) +(myObject (attribute1 "attr71120") ) +(myObject (attribute1 "attr71121") ) +(myObject (attribute1 "attr71122") ) +(myObject (attribute1 "attr71123") ) +(myObject (attribute1 "attr71124") ) +(myObject (attribute1 "attr71125") ) +(myObject (attribute1 "attr71126") ) +(myObject (attribute1 "attr71127") ) +(myObject (attribute1 "attr71128") ) +(myObject (attribute1 "attr71129") ) +(myObject (attribute1 "attr71130") ) +(myObject (attribute1 "attr71131") ) +(myObject (attribute1 "attr71132") ) +(myObject (attribute1 "attr71133") ) +(myObject (attribute1 "attr71134") ) +(myObject (attribute1 "attr71135") ) +(myObject (attribute1 "attr71136") ) +(myObject (attribute1 "attr71137") ) +(myObject (attribute1 "attr71138") ) +(myObject (attribute1 "attr71139") ) +(myObject (attribute1 "attr71140") ) +(myObject (attribute1 "attr71141") ) +(myObject (attribute1 "attr71142") ) +(myObject (attribute1 "attr71143") ) +(myObject (attribute1 "attr71144") ) +(myObject (attribute1 "attr71145") ) +(myObject (attribute1 "attr71146") ) +(myObject (attribute1 "attr71147") ) +(myObject (attribute1 "attr71148") ) +(myObject (attribute1 "attr71149") ) +(myObject (attribute1 "attr71150") ) +(myObject (attribute1 "attr71151") ) +(myObject (attribute1 "attr71152") ) +(myObject (attribute1 "attr71153") ) +(myObject (attribute1 "attr71154") ) +(myObject (attribute1 "attr71155") ) +(myObject (attribute1 "attr71156") ) +(myObject (attribute1 "attr71157") ) +(myObject (attribute1 "attr71158") ) +(myObject (attribute1 "attr71159") ) +(myObject (attribute1 "attr71160") ) +(myObject (attribute1 "attr71161") ) +(myObject (attribute1 "attr71162") ) +(myObject (attribute1 "attr71163") ) +(myObject (attribute1 "attr71164") ) +(myObject (attribute1 "attr71165") ) +(myObject (attribute1 "attr71166") ) +(myObject (attribute1 "attr71167") ) +(myObject (attribute1 "attr71168") ) +(myObject (attribute1 "attr71169") ) +(myObject (attribute1 "attr71170") ) +(myObject (attribute1 "attr71171") ) +(myObject (attribute1 "attr71172") ) +(myObject (attribute1 "attr71173") ) +(myObject (attribute1 "attr71174") ) +(myObject (attribute1 "attr71175") ) +(myObject (attribute1 "attr71176") ) +(myObject (attribute1 "attr71177") ) +(myObject (attribute1 "attr71178") ) +(myObject (attribute1 "attr71179") ) +(myObject (attribute1 "attr71180") ) +(myObject (attribute1 "attr71181") ) +(myObject (attribute1 "attr71182") ) +(myObject (attribute1 "attr71183") ) +(myObject (attribute1 "attr71184") ) +(myObject (attribute1 "attr71185") ) +(myObject (attribute1 "attr71186") ) +(myObject (attribute1 "attr71187") ) +(myObject (attribute1 "attr71188") ) +(myObject (attribute1 "attr71189") ) +(myObject (attribute1 "attr71190") ) +(myObject (attribute1 "attr71191") ) +(myObject (attribute1 "attr71192") ) +(myObject (attribute1 "attr71193") ) +(myObject (attribute1 "attr71194") ) +(myObject (attribute1 "attr71195") ) +(myObject (attribute1 "attr71196") ) +(myObject (attribute1 "attr71197") ) +(myObject (attribute1 "attr71198") ) +(myObject (attribute1 "attr71199") ) +(myObject (attribute1 "attr71200") ) +(myObject (attribute1 "attr71201") ) +(myObject (attribute1 "attr71202") ) +(myObject (attribute1 "attr71203") ) +(myObject (attribute1 "attr71204") ) +(myObject (attribute1 "attr71205") ) +(myObject (attribute1 "attr71206") ) +(myObject (attribute1 "attr71207") ) +(myObject (attribute1 "attr71208") ) +(myObject (attribute1 "attr71209") ) +(myObject (attribute1 "attr71210") ) +(myObject (attribute1 "attr71211") ) +(myObject (attribute1 "attr71212") ) +(myObject (attribute1 "attr71213") ) +(myObject (attribute1 "attr71214") ) +(myObject (attribute1 "attr71215") ) +(myObject (attribute1 "attr71216") ) +(myObject (attribute1 "attr71217") ) +(myObject (attribute1 "attr71218") ) +(myObject (attribute1 "attr71219") ) +(myObject (attribute1 "attr71220") ) +(myObject (attribute1 "attr71221") ) +(myObject (attribute1 "attr71222") ) +(myObject (attribute1 "attr71223") ) +(myObject (attribute1 "attr71224") ) +(myObject (attribute1 "attr71225") ) +(myObject (attribute1 "attr71226") ) +(myObject (attribute1 "attr71227") ) +(myObject (attribute1 "attr71228") ) +(myObject (attribute1 "attr71229") ) +(myObject (attribute1 "attr71230") ) +(myObject (attribute1 "attr71231") ) +(myObject (attribute1 "attr71232") ) +(myObject (attribute1 "attr71233") ) +(myObject (attribute1 "attr71234") ) +(myObject (attribute1 "attr71235") ) +(myObject (attribute1 "attr71236") ) +(myObject (attribute1 "attr71237") ) +(myObject (attribute1 "attr71238") ) +(myObject (attribute1 "attr71239") ) +(myObject (attribute1 "attr71240") ) +(myObject (attribute1 "attr71241") ) +(myObject (attribute1 "attr71242") ) +(myObject (attribute1 "attr71243") ) +(myObject (attribute1 "attr71244") ) +(myObject (attribute1 "attr71245") ) +(myObject (attribute1 "attr71246") ) +(myObject (attribute1 "attr71247") ) +(myObject (attribute1 "attr71248") ) +(myObject (attribute1 "attr71249") ) +(myObject (attribute1 "attr71250") ) +(myObject (attribute1 "attr71251") ) +(myObject (attribute1 "attr71252") ) +(myObject (attribute1 "attr71253") ) +(myObject (attribute1 "attr71254") ) +(myObject (attribute1 "attr71255") ) +(myObject (attribute1 "attr71256") ) +(myObject (attribute1 "attr71257") ) +(myObject (attribute1 "attr71258") ) +(myObject (attribute1 "attr71259") ) +(myObject (attribute1 "attr71260") ) +(myObject (attribute1 "attr71261") ) +(myObject (attribute1 "attr71262") ) +(myObject (attribute1 "attr71263") ) +(myObject (attribute1 "attr71264") ) +(myObject (attribute1 "attr71265") ) +(myObject (attribute1 "attr71266") ) +(myObject (attribute1 "attr71267") ) +(myObject (attribute1 "attr71268") ) +(myObject (attribute1 "attr71269") ) +(myObject (attribute1 "attr71270") ) +(myObject (attribute1 "attr71271") ) +(myObject (attribute1 "attr71272") ) +(myObject (attribute1 "attr71273") ) +(myObject (attribute1 "attr71274") ) +(myObject (attribute1 "attr71275") ) +(myObject (attribute1 "attr71276") ) +(myObject (attribute1 "attr71277") ) +(myObject (attribute1 "attr71278") ) +(myObject (attribute1 "attr71279") ) +(myObject (attribute1 "attr71280") ) +(myObject (attribute1 "attr71281") ) +(myObject (attribute1 "attr71282") ) +(myObject (attribute1 "attr71283") ) +(myObject (attribute1 "attr71284") ) +(myObject (attribute1 "attr71285") ) +(myObject (attribute1 "attr71286") ) +(myObject (attribute1 "attr71287") ) +(myObject (attribute1 "attr71288") ) +(myObject (attribute1 "attr71289") ) +(myObject (attribute1 "attr71290") ) +(myObject (attribute1 "attr71291") ) +(myObject (attribute1 "attr71292") ) +(myObject (attribute1 "attr71293") ) +(myObject (attribute1 "attr71294") ) +(myObject (attribute1 "attr71295") ) +(myObject (attribute1 "attr71296") ) +(myObject (attribute1 "attr71297") ) +(myObject (attribute1 "attr71298") ) +(myObject (attribute1 "attr71299") ) +(myObject (attribute1 "attr71300") ) +(myObject (attribute1 "attr71301") ) +(myObject (attribute1 "attr71302") ) +(myObject (attribute1 "attr71303") ) +(myObject (attribute1 "attr71304") ) +(myObject (attribute1 "attr71305") ) +(myObject (attribute1 "attr71306") ) +(myObject (attribute1 "attr71307") ) +(myObject (attribute1 "attr71308") ) +(myObject (attribute1 "attr71309") ) +(myObject (attribute1 "attr71310") ) +(myObject (attribute1 "attr71311") ) +(myObject (attribute1 "attr71312") ) +(myObject (attribute1 "attr71313") ) +(myObject (attribute1 "attr71314") ) +(myObject (attribute1 "attr71315") ) +(myObject (attribute1 "attr71316") ) +(myObject (attribute1 "attr71317") ) +(myObject (attribute1 "attr71318") ) +(myObject (attribute1 "attr71319") ) +(myObject (attribute1 "attr71320") ) +(myObject (attribute1 "attr71321") ) +(myObject (attribute1 "attr71322") ) +(myObject (attribute1 "attr71323") ) +(myObject (attribute1 "attr71324") ) +(myObject (attribute1 "attr71325") ) +(myObject (attribute1 "attr71326") ) +(myObject (attribute1 "attr71327") ) +(myObject (attribute1 "attr71328") ) +(myObject (attribute1 "attr71329") ) +(myObject (attribute1 "attr71330") ) +(myObject (attribute1 "attr71331") ) +(myObject (attribute1 "attr71332") ) +(myObject (attribute1 "attr71333") ) +(myObject (attribute1 "attr71334") ) +(myObject (attribute1 "attr71335") ) +(myObject (attribute1 "attr71336") ) +(myObject (attribute1 "attr71337") ) +(myObject (attribute1 "attr71338") ) +(myObject (attribute1 "attr71339") ) +(myObject (attribute1 "attr71340") ) +(myObject (attribute1 "attr71341") ) +(myObject (attribute1 "attr71342") ) +(myObject (attribute1 "attr71343") ) +(myObject (attribute1 "attr71344") ) +(myObject (attribute1 "attr71345") ) +(myObject (attribute1 "attr71346") ) +(myObject (attribute1 "attr71347") ) +(myObject (attribute1 "attr71348") ) +(myObject (attribute1 "attr71349") ) +(myObject (attribute1 "attr71350") ) +(myObject (attribute1 "attr71351") ) +(myObject (attribute1 "attr71352") ) +(myObject (attribute1 "attr71353") ) +(myObject (attribute1 "attr71354") ) +(myObject (attribute1 "attr71355") ) +(myObject (attribute1 "attr71356") ) +(myObject (attribute1 "attr71357") ) +(myObject (attribute1 "attr71358") ) +(myObject (attribute1 "attr71359") ) +(myObject (attribute1 "attr71360") ) +(myObject (attribute1 "attr71361") ) +(myObject (attribute1 "attr71362") ) +(myObject (attribute1 "attr71363") ) +(myObject (attribute1 "attr71364") ) +(myObject (attribute1 "attr71365") ) +(myObject (attribute1 "attr71366") ) +(myObject (attribute1 "attr71367") ) +(myObject (attribute1 "attr71368") ) +(myObject (attribute1 "attr71369") ) +(myObject (attribute1 "attr71370") ) +(myObject (attribute1 "attr71371") ) +(myObject (attribute1 "attr71372") ) +(myObject (attribute1 "attr71373") ) +(myObject (attribute1 "attr71374") ) +(myObject (attribute1 "attr71375") ) +(myObject (attribute1 "attr71376") ) +(myObject (attribute1 "attr71377") ) +(myObject (attribute1 "attr71378") ) +(myObject (attribute1 "attr71379") ) +(myObject (attribute1 "attr71380") ) +(myObject (attribute1 "attr71381") ) +(myObject (attribute1 "attr71382") ) +(myObject (attribute1 "attr71383") ) +(myObject (attribute1 "attr71384") ) +(myObject (attribute1 "attr71385") ) +(myObject (attribute1 "attr71386") ) +(myObject (attribute1 "attr71387") ) +(myObject (attribute1 "attr71388") ) +(myObject (attribute1 "attr71389") ) +(myObject (attribute1 "attr71390") ) +(myObject (attribute1 "attr71391") ) +(myObject (attribute1 "attr71392") ) +(myObject (attribute1 "attr71393") ) +(myObject (attribute1 "attr71394") ) +(myObject (attribute1 "attr71395") ) +(myObject (attribute1 "attr71396") ) +(myObject (attribute1 "attr71397") ) +(myObject (attribute1 "attr71398") ) +(myObject (attribute1 "attr71399") ) +(myObject (attribute1 "attr71400") ) +(myObject (attribute1 "attr71401") ) +(myObject (attribute1 "attr71402") ) +(myObject (attribute1 "attr71403") ) +(myObject (attribute1 "attr71404") ) +(myObject (attribute1 "attr71405") ) +(myObject (attribute1 "attr71406") ) +(myObject (attribute1 "attr71407") ) +(myObject (attribute1 "attr71408") ) +(myObject (attribute1 "attr71409") ) +(myObject (attribute1 "attr71410") ) +(myObject (attribute1 "attr71411") ) +(myObject (attribute1 "attr71412") ) +(myObject (attribute1 "attr71413") ) +(myObject (attribute1 "attr71414") ) +(myObject (attribute1 "attr71415") ) +(myObject (attribute1 "attr71416") ) +(myObject (attribute1 "attr71417") ) +(myObject (attribute1 "attr71418") ) +(myObject (attribute1 "attr71419") ) +(myObject (attribute1 "attr71420") ) +(myObject (attribute1 "attr71421") ) +(myObject (attribute1 "attr71422") ) +(myObject (attribute1 "attr71423") ) +(myObject (attribute1 "attr71424") ) +(myObject (attribute1 "attr71425") ) +(myObject (attribute1 "attr71426") ) +(myObject (attribute1 "attr71427") ) +(myObject (attribute1 "attr71428") ) +(myObject (attribute1 "attr71429") ) +(myObject (attribute1 "attr71430") ) +(myObject (attribute1 "attr71431") ) +(myObject (attribute1 "attr71432") ) +(myObject (attribute1 "attr71433") ) +(myObject (attribute1 "attr71434") ) +(myObject (attribute1 "attr71435") ) +(myObject (attribute1 "attr71436") ) +(myObject (attribute1 "attr71437") ) +(myObject (attribute1 "attr71438") ) +(myObject (attribute1 "attr71439") ) +(myObject (attribute1 "attr71440") ) +(myObject (attribute1 "attr71441") ) +(myObject (attribute1 "attr71442") ) +(myObject (attribute1 "attr71443") ) +(myObject (attribute1 "attr71444") ) +(myObject (attribute1 "attr71445") ) +(myObject (attribute1 "attr71446") ) +(myObject (attribute1 "attr71447") ) +(myObject (attribute1 "attr71448") ) +(myObject (attribute1 "attr71449") ) +(myObject (attribute1 "attr71450") ) +(myObject (attribute1 "attr71451") ) +(myObject (attribute1 "attr71452") ) +(myObject (attribute1 "attr71453") ) +(myObject (attribute1 "attr71454") ) +(myObject (attribute1 "attr71455") ) +(myObject (attribute1 "attr71456") ) +(myObject (attribute1 "attr71457") ) +(myObject (attribute1 "attr71458") ) +(myObject (attribute1 "attr71459") ) +(myObject (attribute1 "attr71460") ) +(myObject (attribute1 "attr71461") ) +(myObject (attribute1 "attr71462") ) +(myObject (attribute1 "attr71463") ) +(myObject (attribute1 "attr71464") ) +(myObject (attribute1 "attr71465") ) +(myObject (attribute1 "attr71466") ) +(myObject (attribute1 "attr71467") ) +(myObject (attribute1 "attr71468") ) +(myObject (attribute1 "attr71469") ) +(myObject (attribute1 "attr71470") ) +(myObject (attribute1 "attr71471") ) +(myObject (attribute1 "attr71472") ) +(myObject (attribute1 "attr71473") ) +(myObject (attribute1 "attr71474") ) +(myObject (attribute1 "attr71475") ) +(myObject (attribute1 "attr71476") ) +(myObject (attribute1 "attr71477") ) +(myObject (attribute1 "attr71478") ) +(myObject (attribute1 "attr71479") ) +(myObject (attribute1 "attr71480") ) +(myObject (attribute1 "attr71481") ) +(myObject (attribute1 "attr71482") ) +(myObject (attribute1 "attr71483") ) +(myObject (attribute1 "attr71484") ) +(myObject (attribute1 "attr71485") ) +(myObject (attribute1 "attr71486") ) +(myObject (attribute1 "attr71487") ) +(myObject (attribute1 "attr71488") ) +(myObject (attribute1 "attr71489") ) +(myObject (attribute1 "attr71490") ) +(myObject (attribute1 "attr71491") ) +(myObject (attribute1 "attr71492") ) +(myObject (attribute1 "attr71493") ) +(myObject (attribute1 "attr71494") ) +(myObject (attribute1 "attr71495") ) +(myObject (attribute1 "attr71496") ) +(myObject (attribute1 "attr71497") ) +(myObject (attribute1 "attr71498") ) +(myObject (attribute1 "attr71499") ) +(myObject (attribute1 "attr71500") ) +(myObject (attribute1 "attr71501") ) +(myObject (attribute1 "attr71502") ) +(myObject (attribute1 "attr71503") ) +(myObject (attribute1 "attr71504") ) +(myObject (attribute1 "attr71505") ) +(myObject (attribute1 "attr71506") ) +(myObject (attribute1 "attr71507") ) +(myObject (attribute1 "attr71508") ) +(myObject (attribute1 "attr71509") ) +(myObject (attribute1 "attr71510") ) +(myObject (attribute1 "attr71511") ) +(myObject (attribute1 "attr71512") ) +(myObject (attribute1 "attr71513") ) +(myObject (attribute1 "attr71514") ) +(myObject (attribute1 "attr71515") ) +(myObject (attribute1 "attr71516") ) +(myObject (attribute1 "attr71517") ) +(myObject (attribute1 "attr71518") ) +(myObject (attribute1 "attr71519") ) +(myObject (attribute1 "attr71520") ) +(myObject (attribute1 "attr71521") ) +(myObject (attribute1 "attr71522") ) +(myObject (attribute1 "attr71523") ) +(myObject (attribute1 "attr71524") ) +(myObject (attribute1 "attr71525") ) +(myObject (attribute1 "attr71526") ) +(myObject (attribute1 "attr71527") ) +(myObject (attribute1 "attr71528") ) +(myObject (attribute1 "attr71529") ) +(myObject (attribute1 "attr71530") ) +(myObject (attribute1 "attr71531") ) +(myObject (attribute1 "attr71532") ) +(myObject (attribute1 "attr71533") ) +(myObject (attribute1 "attr71534") ) +(myObject (attribute1 "attr71535") ) +(myObject (attribute1 "attr71536") ) +(myObject (attribute1 "attr71537") ) +(myObject (attribute1 "attr71538") ) +(myObject (attribute1 "attr71539") ) +(myObject (attribute1 "attr71540") ) +(myObject (attribute1 "attr71541") ) +(myObject (attribute1 "attr71542") ) +(myObject (attribute1 "attr71543") ) +(myObject (attribute1 "attr71544") ) +(myObject (attribute1 "attr71545") ) +(myObject (attribute1 "attr71546") ) +(myObject (attribute1 "attr71547") ) +(myObject (attribute1 "attr71548") ) +(myObject (attribute1 "attr71549") ) +(myObject (attribute1 "attr71550") ) +(myObject (attribute1 "attr71551") ) +(myObject (attribute1 "attr71552") ) +(myObject (attribute1 "attr71553") ) +(myObject (attribute1 "attr71554") ) +(myObject (attribute1 "attr71555") ) +(myObject (attribute1 "attr71556") ) +(myObject (attribute1 "attr71557") ) +(myObject (attribute1 "attr71558") ) +(myObject (attribute1 "attr71559") ) +(myObject (attribute1 "attr71560") ) +(myObject (attribute1 "attr71561") ) +(myObject (attribute1 "attr71562") ) +(myObject (attribute1 "attr71563") ) +(myObject (attribute1 "attr71564") ) +(myObject (attribute1 "attr71565") ) +(myObject (attribute1 "attr71566") ) +(myObject (attribute1 "attr71567") ) +(myObject (attribute1 "attr71568") ) +(myObject (attribute1 "attr71569") ) +(myObject (attribute1 "attr71570") ) +(myObject (attribute1 "attr71571") ) +(myObject (attribute1 "attr71572") ) +(myObject (attribute1 "attr71573") ) +(myObject (attribute1 "attr71574") ) +(myObject (attribute1 "attr71575") ) +(myObject (attribute1 "attr71576") ) +(myObject (attribute1 "attr71577") ) +(myObject (attribute1 "attr71578") ) +(myObject (attribute1 "attr71579") ) +(myObject (attribute1 "attr71580") ) +(myObject (attribute1 "attr71581") ) +(myObject (attribute1 "attr71582") ) +(myObject (attribute1 "attr71583") ) +(myObject (attribute1 "attr71584") ) +(myObject (attribute1 "attr71585") ) +(myObject (attribute1 "attr71586") ) +(myObject (attribute1 "attr71587") ) +(myObject (attribute1 "attr71588") ) +(myObject (attribute1 "attr71589") ) +(myObject (attribute1 "attr71590") ) +(myObject (attribute1 "attr71591") ) +(myObject (attribute1 "attr71592") ) +(myObject (attribute1 "attr71593") ) +(myObject (attribute1 "attr71594") ) +(myObject (attribute1 "attr71595") ) +(myObject (attribute1 "attr71596") ) +(myObject (attribute1 "attr71597") ) +(myObject (attribute1 "attr71598") ) +(myObject (attribute1 "attr71599") ) +(myObject (attribute1 "attr71600") ) +(myObject (attribute1 "attr71601") ) +(myObject (attribute1 "attr71602") ) +(myObject (attribute1 "attr71603") ) +(myObject (attribute1 "attr71604") ) +(myObject (attribute1 "attr71605") ) +(myObject (attribute1 "attr71606") ) +(myObject (attribute1 "attr71607") ) +(myObject (attribute1 "attr71608") ) +(myObject (attribute1 "attr71609") ) +(myObject (attribute1 "attr71610") ) +(myObject (attribute1 "attr71611") ) +(myObject (attribute1 "attr71612") ) +(myObject (attribute1 "attr71613") ) +(myObject (attribute1 "attr71614") ) +(myObject (attribute1 "attr71615") ) +(myObject (attribute1 "attr71616") ) +(myObject (attribute1 "attr71617") ) +(myObject (attribute1 "attr71618") ) +(myObject (attribute1 "attr71619") ) +(myObject (attribute1 "attr71620") ) +(myObject (attribute1 "attr71621") ) +(myObject (attribute1 "attr71622") ) +(myObject (attribute1 "attr71623") ) +(myObject (attribute1 "attr71624") ) +(myObject (attribute1 "attr71625") ) +(myObject (attribute1 "attr71626") ) +(myObject (attribute1 "attr71627") ) +(myObject (attribute1 "attr71628") ) +(myObject (attribute1 "attr71629") ) +(myObject (attribute1 "attr71630") ) +(myObject (attribute1 "attr71631") ) +(myObject (attribute1 "attr71632") ) +(myObject (attribute1 "attr71633") ) +(myObject (attribute1 "attr71634") ) +(myObject (attribute1 "attr71635") ) +(myObject (attribute1 "attr71636") ) +(myObject (attribute1 "attr71637") ) +(myObject (attribute1 "attr71638") ) +(myObject (attribute1 "attr71639") ) +(myObject (attribute1 "attr71640") ) +(myObject (attribute1 "attr71641") ) +(myObject (attribute1 "attr71642") ) +(myObject (attribute1 "attr71643") ) +(myObject (attribute1 "attr71644") ) +(myObject (attribute1 "attr71645") ) +(myObject (attribute1 "attr71646") ) +(myObject (attribute1 "attr71647") ) +(myObject (attribute1 "attr71648") ) +(myObject (attribute1 "attr71649") ) +(myObject (attribute1 "attr71650") ) +(myObject (attribute1 "attr71651") ) +(myObject (attribute1 "attr71652") ) +(myObject (attribute1 "attr71653") ) +(myObject (attribute1 "attr71654") ) +(myObject (attribute1 "attr71655") ) +(myObject (attribute1 "attr71656") ) +(myObject (attribute1 "attr71657") ) +(myObject (attribute1 "attr71658") ) +(myObject (attribute1 "attr71659") ) +(myObject (attribute1 "attr71660") ) +(myObject (attribute1 "attr71661") ) +(myObject (attribute1 "attr71662") ) +(myObject (attribute1 "attr71663") ) +(myObject (attribute1 "attr71664") ) +(myObject (attribute1 "attr71665") ) +(myObject (attribute1 "attr71666") ) +(myObject (attribute1 "attr71667") ) +(myObject (attribute1 "attr71668") ) +(myObject (attribute1 "attr71669") ) +(myObject (attribute1 "attr71670") ) +(myObject (attribute1 "attr71671") ) +(myObject (attribute1 "attr71672") ) +(myObject (attribute1 "attr71673") ) +(myObject (attribute1 "attr71674") ) +(myObject (attribute1 "attr71675") ) +(myObject (attribute1 "attr71676") ) +(myObject (attribute1 "attr71677") ) +(myObject (attribute1 "attr71678") ) +(myObject (attribute1 "attr71679") ) +(myObject (attribute1 "attr71680") ) +(myObject (attribute1 "attr71681") ) +(myObject (attribute1 "attr71682") ) +(myObject (attribute1 "attr71683") ) +(myObject (attribute1 "attr71684") ) +(myObject (attribute1 "attr71685") ) +(myObject (attribute1 "attr71686") ) +(myObject (attribute1 "attr71687") ) +(myObject (attribute1 "attr71688") ) +(myObject (attribute1 "attr71689") ) +(myObject (attribute1 "attr71690") ) +(myObject (attribute1 "attr71691") ) +(myObject (attribute1 "attr71692") ) +(myObject (attribute1 "attr71693") ) +(myObject (attribute1 "attr71694") ) +(myObject (attribute1 "attr71695") ) +(myObject (attribute1 "attr71696") ) +(myObject (attribute1 "attr71697") ) +(myObject (attribute1 "attr71698") ) +(myObject (attribute1 "attr71699") ) +(myObject (attribute1 "attr71700") ) +(myObject (attribute1 "attr71701") ) +(myObject (attribute1 "attr71702") ) +(myObject (attribute1 "attr71703") ) +(myObject (attribute1 "attr71704") ) +(myObject (attribute1 "attr71705") ) +(myObject (attribute1 "attr71706") ) +(myObject (attribute1 "attr71707") ) +(myObject (attribute1 "attr71708") ) +(myObject (attribute1 "attr71709") ) +(myObject (attribute1 "attr71710") ) +(myObject (attribute1 "attr71711") ) +(myObject (attribute1 "attr71712") ) +(myObject (attribute1 "attr71713") ) +(myObject (attribute1 "attr71714") ) +(myObject (attribute1 "attr71715") ) +(myObject (attribute1 "attr71716") ) +(myObject (attribute1 "attr71717") ) +(myObject (attribute1 "attr71718") ) +(myObject (attribute1 "attr71719") ) +(myObject (attribute1 "attr71720") ) +(myObject (attribute1 "attr71721") ) +(myObject (attribute1 "attr71722") ) +(myObject (attribute1 "attr71723") ) +(myObject (attribute1 "attr71724") ) +(myObject (attribute1 "attr71725") ) +(myObject (attribute1 "attr71726") ) +(myObject (attribute1 "attr71727") ) +(myObject (attribute1 "attr71728") ) +(myObject (attribute1 "attr71729") ) +(myObject (attribute1 "attr71730") ) +(myObject (attribute1 "attr71731") ) +(myObject (attribute1 "attr71732") ) +(myObject (attribute1 "attr71733") ) +(myObject (attribute1 "attr71734") ) +(myObject (attribute1 "attr71735") ) +(myObject (attribute1 "attr71736") ) +(myObject (attribute1 "attr71737") ) +(myObject (attribute1 "attr71738") ) +(myObject (attribute1 "attr71739") ) +(myObject (attribute1 "attr71740") ) +(myObject (attribute1 "attr71741") ) +(myObject (attribute1 "attr71742") ) +(myObject (attribute1 "attr71743") ) +(myObject (attribute1 "attr71744") ) +(myObject (attribute1 "attr71745") ) +(myObject (attribute1 "attr71746") ) +(myObject (attribute1 "attr71747") ) +(myObject (attribute1 "attr71748") ) +(myObject (attribute1 "attr71749") ) +(myObject (attribute1 "attr71750") ) +(myObject (attribute1 "attr71751") ) +(myObject (attribute1 "attr71752") ) +(myObject (attribute1 "attr71753") ) +(myObject (attribute1 "attr71754") ) +(myObject (attribute1 "attr71755") ) +(myObject (attribute1 "attr71756") ) +(myObject (attribute1 "attr71757") ) +(myObject (attribute1 "attr71758") ) +(myObject (attribute1 "attr71759") ) +(myObject (attribute1 "attr71760") ) +(myObject (attribute1 "attr71761") ) +(myObject (attribute1 "attr71762") ) +(myObject (attribute1 "attr71763") ) +(myObject (attribute1 "attr71764") ) +(myObject (attribute1 "attr71765") ) +(myObject (attribute1 "attr71766") ) +(myObject (attribute1 "attr71767") ) +(myObject (attribute1 "attr71768") ) +(myObject (attribute1 "attr71769") ) +(myObject (attribute1 "attr71770") ) +(myObject (attribute1 "attr71771") ) +(myObject (attribute1 "attr71772") ) +(myObject (attribute1 "attr71773") ) +(myObject (attribute1 "attr71774") ) +(myObject (attribute1 "attr71775") ) +(myObject (attribute1 "attr71776") ) +(myObject (attribute1 "attr71777") ) +(myObject (attribute1 "attr71778") ) +(myObject (attribute1 "attr71779") ) +(myObject (attribute1 "attr71780") ) +(myObject (attribute1 "attr71781") ) +(myObject (attribute1 "attr71782") ) +(myObject (attribute1 "attr71783") ) +(myObject (attribute1 "attr71784") ) +(myObject (attribute1 "attr71785") ) +(myObject (attribute1 "attr71786") ) +(myObject (attribute1 "attr71787") ) +(myObject (attribute1 "attr71788") ) +(myObject (attribute1 "attr71789") ) +(myObject (attribute1 "attr71790") ) +(myObject (attribute1 "attr71791") ) +(myObject (attribute1 "attr71792") ) +(myObject (attribute1 "attr71793") ) +(myObject (attribute1 "attr71794") ) +(myObject (attribute1 "attr71795") ) +(myObject (attribute1 "attr71796") ) +(myObject (attribute1 "attr71797") ) +(myObject (attribute1 "attr71798") ) +(myObject (attribute1 "attr71799") ) +(myObject (attribute1 "attr71800") ) +(myObject (attribute1 "attr71801") ) +(myObject (attribute1 "attr71802") ) +(myObject (attribute1 "attr71803") ) +(myObject (attribute1 "attr71804") ) +(myObject (attribute1 "attr71805") ) +(myObject (attribute1 "attr71806") ) +(myObject (attribute1 "attr71807") ) +(myObject (attribute1 "attr71808") ) +(myObject (attribute1 "attr71809") ) +(myObject (attribute1 "attr71810") ) +(myObject (attribute1 "attr71811") ) +(myObject (attribute1 "attr71812") ) +(myObject (attribute1 "attr71813") ) +(myObject (attribute1 "attr71814") ) +(myObject (attribute1 "attr71815") ) +(myObject (attribute1 "attr71816") ) +(myObject (attribute1 "attr71817") ) +(myObject (attribute1 "attr71818") ) +(myObject (attribute1 "attr71819") ) +(myObject (attribute1 "attr71820") ) +(myObject (attribute1 "attr71821") ) +(myObject (attribute1 "attr71822") ) +(myObject (attribute1 "attr71823") ) +(myObject (attribute1 "attr71824") ) +(myObject (attribute1 "attr71825") ) +(myObject (attribute1 "attr71826") ) +(myObject (attribute1 "attr71827") ) +(myObject (attribute1 "attr71828") ) +(myObject (attribute1 "attr71829") ) +(myObject (attribute1 "attr71830") ) +(myObject (attribute1 "attr71831") ) +(myObject (attribute1 "attr71832") ) +(myObject (attribute1 "attr71833") ) +(myObject (attribute1 "attr71834") ) +(myObject (attribute1 "attr71835") ) +(myObject (attribute1 "attr71836") ) +(myObject (attribute1 "attr71837") ) +(myObject (attribute1 "attr71838") ) +(myObject (attribute1 "attr71839") ) +(myObject (attribute1 "attr71840") ) +(myObject (attribute1 "attr71841") ) +(myObject (attribute1 "attr71842") ) +(myObject (attribute1 "attr71843") ) +(myObject (attribute1 "attr71844") ) +(myObject (attribute1 "attr71845") ) +(myObject (attribute1 "attr71846") ) +(myObject (attribute1 "attr71847") ) +(myObject (attribute1 "attr71848") ) +(myObject (attribute1 "attr71849") ) +(myObject (attribute1 "attr71850") ) +(myObject (attribute1 "attr71851") ) +(myObject (attribute1 "attr71852") ) +(myObject (attribute1 "attr71853") ) +(myObject (attribute1 "attr71854") ) +(myObject (attribute1 "attr71855") ) +(myObject (attribute1 "attr71856") ) +(myObject (attribute1 "attr71857") ) +(myObject (attribute1 "attr71858") ) +(myObject (attribute1 "attr71859") ) +(myObject (attribute1 "attr71860") ) +(myObject (attribute1 "attr71861") ) +(myObject (attribute1 "attr71862") ) +(myObject (attribute1 "attr71863") ) +(myObject (attribute1 "attr71864") ) +(myObject (attribute1 "attr71865") ) +(myObject (attribute1 "attr71866") ) +(myObject (attribute1 "attr71867") ) +(myObject (attribute1 "attr71868") ) +(myObject (attribute1 "attr71869") ) +(myObject (attribute1 "attr71870") ) +(myObject (attribute1 "attr71871") ) +(myObject (attribute1 "attr71872") ) +(myObject (attribute1 "attr71873") ) +(myObject (attribute1 "attr71874") ) +(myObject (attribute1 "attr71875") ) +(myObject (attribute1 "attr71876") ) +(myObject (attribute1 "attr71877") ) +(myObject (attribute1 "attr71878") ) +(myObject (attribute1 "attr71879") ) +(myObject (attribute1 "attr71880") ) +(myObject (attribute1 "attr71881") ) +(myObject (attribute1 "attr71882") ) +(myObject (attribute1 "attr71883") ) +(myObject (attribute1 "attr71884") ) +(myObject (attribute1 "attr71885") ) +(myObject (attribute1 "attr71886") ) +(myObject (attribute1 "attr71887") ) +(myObject (attribute1 "attr71888") ) +(myObject (attribute1 "attr71889") ) +(myObject (attribute1 "attr71890") ) +(myObject (attribute1 "attr71891") ) +(myObject (attribute1 "attr71892") ) +(myObject (attribute1 "attr71893") ) +(myObject (attribute1 "attr71894") ) +(myObject (attribute1 "attr71895") ) +(myObject (attribute1 "attr71896") ) +(myObject (attribute1 "attr71897") ) +(myObject (attribute1 "attr71898") ) +(myObject (attribute1 "attr71899") ) +(myObject (attribute1 "attr71900") ) +(myObject (attribute1 "attr71901") ) +(myObject (attribute1 "attr71902") ) +(myObject (attribute1 "attr71903") ) +(myObject (attribute1 "attr71904") ) +(myObject (attribute1 "attr71905") ) +(myObject (attribute1 "attr71906") ) +(myObject (attribute1 "attr71907") ) +(myObject (attribute1 "attr71908") ) +(myObject (attribute1 "attr71909") ) +(myObject (attribute1 "attr71910") ) +(myObject (attribute1 "attr71911") ) +(myObject (attribute1 "attr71912") ) +(myObject (attribute1 "attr71913") ) +(myObject (attribute1 "attr71914") ) +(myObject (attribute1 "attr71915") ) +(myObject (attribute1 "attr71916") ) +(myObject (attribute1 "attr71917") ) +(myObject (attribute1 "attr71918") ) +(myObject (attribute1 "attr71919") ) +(myObject (attribute1 "attr71920") ) +(myObject (attribute1 "attr71921") ) +(myObject (attribute1 "attr71922") ) +(myObject (attribute1 "attr71923") ) +(myObject (attribute1 "attr71924") ) +(myObject (attribute1 "attr71925") ) +(myObject (attribute1 "attr71926") ) +(myObject (attribute1 "attr71927") ) +(myObject (attribute1 "attr71928") ) +(myObject (attribute1 "attr71929") ) +(myObject (attribute1 "attr71930") ) +(myObject (attribute1 "attr71931") ) +(myObject (attribute1 "attr71932") ) +(myObject (attribute1 "attr71933") ) +(myObject (attribute1 "attr71934") ) +(myObject (attribute1 "attr71935") ) +(myObject (attribute1 "attr71936") ) +(myObject (attribute1 "attr71937") ) +(myObject (attribute1 "attr71938") ) +(myObject (attribute1 "attr71939") ) +(myObject (attribute1 "attr71940") ) +(myObject (attribute1 "attr71941") ) +(myObject (attribute1 "attr71942") ) +(myObject (attribute1 "attr71943") ) +(myObject (attribute1 "attr71944") ) +(myObject (attribute1 "attr71945") ) +(myObject (attribute1 "attr71946") ) +(myObject (attribute1 "attr71947") ) +(myObject (attribute1 "attr71948") ) +(myObject (attribute1 "attr71949") ) +(myObject (attribute1 "attr71950") ) +(myObject (attribute1 "attr71951") ) +(myObject (attribute1 "attr71952") ) +(myObject (attribute1 "attr71953") ) +(myObject (attribute1 "attr71954") ) +(myObject (attribute1 "attr71955") ) +(myObject (attribute1 "attr71956") ) +(myObject (attribute1 "attr71957") ) +(myObject (attribute1 "attr71958") ) +(myObject (attribute1 "attr71959") ) +(myObject (attribute1 "attr71960") ) +(myObject (attribute1 "attr71961") ) +(myObject (attribute1 "attr71962") ) +(myObject (attribute1 "attr71963") ) +(myObject (attribute1 "attr71964") ) +(myObject (attribute1 "attr71965") ) +(myObject (attribute1 "attr71966") ) +(myObject (attribute1 "attr71967") ) +(myObject (attribute1 "attr71968") ) +(myObject (attribute1 "attr71969") ) +(myObject (attribute1 "attr71970") ) +(myObject (attribute1 "attr71971") ) +(myObject (attribute1 "attr71972") ) +(myObject (attribute1 "attr71973") ) +(myObject (attribute1 "attr71974") ) +(myObject (attribute1 "attr71975") ) +(myObject (attribute1 "attr71976") ) +(myObject (attribute1 "attr71977") ) +(myObject (attribute1 "attr71978") ) +(myObject (attribute1 "attr71979") ) +(myObject (attribute1 "attr71980") ) +(myObject (attribute1 "attr71981") ) +(myObject (attribute1 "attr71982") ) +(myObject (attribute1 "attr71983") ) +(myObject (attribute1 "attr71984") ) +(myObject (attribute1 "attr71985") ) +(myObject (attribute1 "attr71986") ) +(myObject (attribute1 "attr71987") ) +(myObject (attribute1 "attr71988") ) +(myObject (attribute1 "attr71989") ) +(myObject (attribute1 "attr71990") ) +(myObject (attribute1 "attr71991") ) +(myObject (attribute1 "attr71992") ) +(myObject (attribute1 "attr71993") ) +(myObject (attribute1 "attr71994") ) +(myObject (attribute1 "attr71995") ) +(myObject (attribute1 "attr71996") ) +(myObject (attribute1 "attr71997") ) +(myObject (attribute1 "attr71998") ) +(myObject (attribute1 "attr71999") ) +(myObject (attribute1 "attr72000") ) +(myObject (attribute1 "attr72001") ) +(myObject (attribute1 "attr72002") ) +(myObject (attribute1 "attr72003") ) +(myObject (attribute1 "attr72004") ) +(myObject (attribute1 "attr72005") ) +(myObject (attribute1 "attr72006") ) +(myObject (attribute1 "attr72007") ) +(myObject (attribute1 "attr72008") ) +(myObject (attribute1 "attr72009") ) +(myObject (attribute1 "attr72010") ) +(myObject (attribute1 "attr72011") ) +(myObject (attribute1 "attr72012") ) +(myObject (attribute1 "attr72013") ) +(myObject (attribute1 "attr72014") ) +(myObject (attribute1 "attr72015") ) +(myObject (attribute1 "attr72016") ) +(myObject (attribute1 "attr72017") ) +(myObject (attribute1 "attr72018") ) +(myObject (attribute1 "attr72019") ) +(myObject (attribute1 "attr72020") ) +(myObject (attribute1 "attr72021") ) +(myObject (attribute1 "attr72022") ) +(myObject (attribute1 "attr72023") ) +(myObject (attribute1 "attr72024") ) +(myObject (attribute1 "attr72025") ) +(myObject (attribute1 "attr72026") ) +(myObject (attribute1 "attr72027") ) +(myObject (attribute1 "attr72028") ) +(myObject (attribute1 "attr72029") ) +(myObject (attribute1 "attr72030") ) +(myObject (attribute1 "attr72031") ) +(myObject (attribute1 "attr72032") ) +(myObject (attribute1 "attr72033") ) +(myObject (attribute1 "attr72034") ) +(myObject (attribute1 "attr72035") ) +(myObject (attribute1 "attr72036") ) +(myObject (attribute1 "attr72037") ) +(myObject (attribute1 "attr72038") ) +(myObject (attribute1 "attr72039") ) +(myObject (attribute1 "attr72040") ) +(myObject (attribute1 "attr72041") ) +(myObject (attribute1 "attr72042") ) +(myObject (attribute1 "attr72043") ) +(myObject (attribute1 "attr72044") ) +(myObject (attribute1 "attr72045") ) +(myObject (attribute1 "attr72046") ) +(myObject (attribute1 "attr72047") ) +(myObject (attribute1 "attr72048") ) +(myObject (attribute1 "attr72049") ) +(myObject (attribute1 "attr72050") ) +(myObject (attribute1 "attr72051") ) +(myObject (attribute1 "attr72052") ) +(myObject (attribute1 "attr72053") ) +(myObject (attribute1 "attr72054") ) +(myObject (attribute1 "attr72055") ) +(myObject (attribute1 "attr72056") ) +(myObject (attribute1 "attr72057") ) +(myObject (attribute1 "attr72058") ) +(myObject (attribute1 "attr72059") ) +(myObject (attribute1 "attr72060") ) +(myObject (attribute1 "attr72061") ) +(myObject (attribute1 "attr72062") ) +(myObject (attribute1 "attr72063") ) +(myObject (attribute1 "attr72064") ) +(myObject (attribute1 "attr72065") ) +(myObject (attribute1 "attr72066") ) +(myObject (attribute1 "attr72067") ) +(myObject (attribute1 "attr72068") ) +(myObject (attribute1 "attr72069") ) +(myObject (attribute1 "attr72070") ) +(myObject (attribute1 "attr72071") ) +(myObject (attribute1 "attr72072") ) +(myObject (attribute1 "attr72073") ) +(myObject (attribute1 "attr72074") ) +(myObject (attribute1 "attr72075") ) +(myObject (attribute1 "attr72076") ) +(myObject (attribute1 "attr72077") ) +(myObject (attribute1 "attr72078") ) +(myObject (attribute1 "attr72079") ) +(myObject (attribute1 "attr72080") ) +(myObject (attribute1 "attr72081") ) +(myObject (attribute1 "attr72082") ) +(myObject (attribute1 "attr72083") ) +(myObject (attribute1 "attr72084") ) +(myObject (attribute1 "attr72085") ) +(myObject (attribute1 "attr72086") ) +(myObject (attribute1 "attr72087") ) +(myObject (attribute1 "attr72088") ) +(myObject (attribute1 "attr72089") ) +(myObject (attribute1 "attr72090") ) +(myObject (attribute1 "attr72091") ) +(myObject (attribute1 "attr72092") ) +(myObject (attribute1 "attr72093") ) +(myObject (attribute1 "attr72094") ) +(myObject (attribute1 "attr72095") ) +(myObject (attribute1 "attr72096") ) +(myObject (attribute1 "attr72097") ) +(myObject (attribute1 "attr72098") ) +(myObject (attribute1 "attr72099") ) +(myObject (attribute1 "attr72100") ) +(myObject (attribute1 "attr72101") ) +(myObject (attribute1 "attr72102") ) +(myObject (attribute1 "attr72103") ) +(myObject (attribute1 "attr72104") ) +(myObject (attribute1 "attr72105") ) +(myObject (attribute1 "attr72106") ) +(myObject (attribute1 "attr72107") ) +(myObject (attribute1 "attr72108") ) +(myObject (attribute1 "attr72109") ) +(myObject (attribute1 "attr72110") ) +(myObject (attribute1 "attr72111") ) +(myObject (attribute1 "attr72112") ) +(myObject (attribute1 "attr72113") ) +(myObject (attribute1 "attr72114") ) +(myObject (attribute1 "attr72115") ) +(myObject (attribute1 "attr72116") ) +(myObject (attribute1 "attr72117") ) +(myObject (attribute1 "attr72118") ) +(myObject (attribute1 "attr72119") ) +(myObject (attribute1 "attr72120") ) +(myObject (attribute1 "attr72121") ) +(myObject (attribute1 "attr72122") ) +(myObject (attribute1 "attr72123") ) +(myObject (attribute1 "attr72124") ) +(myObject (attribute1 "attr72125") ) +(myObject (attribute1 "attr72126") ) +(myObject (attribute1 "attr72127") ) +(myObject (attribute1 "attr72128") ) +(myObject (attribute1 "attr72129") ) +(myObject (attribute1 "attr72130") ) +(myObject (attribute1 "attr72131") ) +(myObject (attribute1 "attr72132") ) +(myObject (attribute1 "attr72133") ) +(myObject (attribute1 "attr72134") ) +(myObject (attribute1 "attr72135") ) +(myObject (attribute1 "attr72136") ) +(myObject (attribute1 "attr72137") ) +(myObject (attribute1 "attr72138") ) +(myObject (attribute1 "attr72139") ) +(myObject (attribute1 "attr72140") ) +(myObject (attribute1 "attr72141") ) +(myObject (attribute1 "attr72142") ) +(myObject (attribute1 "attr72143") ) +(myObject (attribute1 "attr72144") ) +(myObject (attribute1 "attr72145") ) +(myObject (attribute1 "attr72146") ) +(myObject (attribute1 "attr72147") ) +(myObject (attribute1 "attr72148") ) +(myObject (attribute1 "attr72149") ) +(myObject (attribute1 "attr72150") ) +(myObject (attribute1 "attr72151") ) +(myObject (attribute1 "attr72152") ) +(myObject (attribute1 "attr72153") ) +(myObject (attribute1 "attr72154") ) +(myObject (attribute1 "attr72155") ) +(myObject (attribute1 "attr72156") ) +(myObject (attribute1 "attr72157") ) +(myObject (attribute1 "attr72158") ) +(myObject (attribute1 "attr72159") ) +(myObject (attribute1 "attr72160") ) +(myObject (attribute1 "attr72161") ) +(myObject (attribute1 "attr72162") ) +(myObject (attribute1 "attr72163") ) +(myObject (attribute1 "attr72164") ) +(myObject (attribute1 "attr72165") ) +(myObject (attribute1 "attr72166") ) +(myObject (attribute1 "attr72167") ) +(myObject (attribute1 "attr72168") ) +(myObject (attribute1 "attr72169") ) +(myObject (attribute1 "attr72170") ) +(myObject (attribute1 "attr72171") ) +(myObject (attribute1 "attr72172") ) +(myObject (attribute1 "attr72173") ) +(myObject (attribute1 "attr72174") ) +(myObject (attribute1 "attr72175") ) +(myObject (attribute1 "attr72176") ) +(myObject (attribute1 "attr72177") ) +(myObject (attribute1 "attr72178") ) +(myObject (attribute1 "attr72179") ) +(myObject (attribute1 "attr72180") ) +(myObject (attribute1 "attr72181") ) +(myObject (attribute1 "attr72182") ) +(myObject (attribute1 "attr72183") ) +(myObject (attribute1 "attr72184") ) +(myObject (attribute1 "attr72185") ) +(myObject (attribute1 "attr72186") ) +(myObject (attribute1 "attr72187") ) +(myObject (attribute1 "attr72188") ) +(myObject (attribute1 "attr72189") ) +(myObject (attribute1 "attr72190") ) +(myObject (attribute1 "attr72191") ) +(myObject (attribute1 "attr72192") ) +(myObject (attribute1 "attr72193") ) +(myObject (attribute1 "attr72194") ) +(myObject (attribute1 "attr72195") ) +(myObject (attribute1 "attr72196") ) +(myObject (attribute1 "attr72197") ) +(myObject (attribute1 "attr72198") ) +(myObject (attribute1 "attr72199") ) +(myObject (attribute1 "attr72200") ) +(myObject (attribute1 "attr72201") ) +(myObject (attribute1 "attr72202") ) +(myObject (attribute1 "attr72203") ) +(myObject (attribute1 "attr72204") ) +(myObject (attribute1 "attr72205") ) +(myObject (attribute1 "attr72206") ) +(myObject (attribute1 "attr72207") ) +(myObject (attribute1 "attr72208") ) +(myObject (attribute1 "attr72209") ) +(myObject (attribute1 "attr72210") ) +(myObject (attribute1 "attr72211") ) +(myObject (attribute1 "attr72212") ) +(myObject (attribute1 "attr72213") ) +(myObject (attribute1 "attr72214") ) +(myObject (attribute1 "attr72215") ) +(myObject (attribute1 "attr72216") ) +(myObject (attribute1 "attr72217") ) +(myObject (attribute1 "attr72218") ) +(myObject (attribute1 "attr72219") ) +(myObject (attribute1 "attr72220") ) +(myObject (attribute1 "attr72221") ) +(myObject (attribute1 "attr72222") ) +(myObject (attribute1 "attr72223") ) +(myObject (attribute1 "attr72224") ) +(myObject (attribute1 "attr72225") ) +(myObject (attribute1 "attr72226") ) +(myObject (attribute1 "attr72227") ) +(myObject (attribute1 "attr72228") ) +(myObject (attribute1 "attr72229") ) +(myObject (attribute1 "attr72230") ) +(myObject (attribute1 "attr72231") ) +(myObject (attribute1 "attr72232") ) +(myObject (attribute1 "attr72233") ) +(myObject (attribute1 "attr72234") ) +(myObject (attribute1 "attr72235") ) +(myObject (attribute1 "attr72236") ) +(myObject (attribute1 "attr72237") ) +(myObject (attribute1 "attr72238") ) +(myObject (attribute1 "attr72239") ) +(myObject (attribute1 "attr72240") ) +(myObject (attribute1 "attr72241") ) +(myObject (attribute1 "attr72242") ) +(myObject (attribute1 "attr72243") ) +(myObject (attribute1 "attr72244") ) +(myObject (attribute1 "attr72245") ) +(myObject (attribute1 "attr72246") ) +(myObject (attribute1 "attr72247") ) +(myObject (attribute1 "attr72248") ) +(myObject (attribute1 "attr72249") ) +(myObject (attribute1 "attr72250") ) +(myObject (attribute1 "attr72251") ) +(myObject (attribute1 "attr72252") ) +(myObject (attribute1 "attr72253") ) +(myObject (attribute1 "attr72254") ) +(myObject (attribute1 "attr72255") ) +(myObject (attribute1 "attr72256") ) +(myObject (attribute1 "attr72257") ) +(myObject (attribute1 "attr72258") ) +(myObject (attribute1 "attr72259") ) +(myObject (attribute1 "attr72260") ) +(myObject (attribute1 "attr72261") ) +(myObject (attribute1 "attr72262") ) +(myObject (attribute1 "attr72263") ) +(myObject (attribute1 "attr72264") ) +(myObject (attribute1 "attr72265") ) +(myObject (attribute1 "attr72266") ) +(myObject (attribute1 "attr72267") ) +(myObject (attribute1 "attr72268") ) +(myObject (attribute1 "attr72269") ) +(myObject (attribute1 "attr72270") ) +(myObject (attribute1 "attr72271") ) +(myObject (attribute1 "attr72272") ) +(myObject (attribute1 "attr72273") ) +(myObject (attribute1 "attr72274") ) +(myObject (attribute1 "attr72275") ) +(myObject (attribute1 "attr72276") ) +(myObject (attribute1 "attr72277") ) +(myObject (attribute1 "attr72278") ) +(myObject (attribute1 "attr72279") ) +(myObject (attribute1 "attr72280") ) +(myObject (attribute1 "attr72281") ) +(myObject (attribute1 "attr72282") ) +(myObject (attribute1 "attr72283") ) +(myObject (attribute1 "attr72284") ) +(myObject (attribute1 "attr72285") ) +(myObject (attribute1 "attr72286") ) +(myObject (attribute1 "attr72287") ) +(myObject (attribute1 "attr72288") ) +(myObject (attribute1 "attr72289") ) +(myObject (attribute1 "attr72290") ) +(myObject (attribute1 "attr72291") ) +(myObject (attribute1 "attr72292") ) +(myObject (attribute1 "attr72293") ) +(myObject (attribute1 "attr72294") ) +(myObject (attribute1 "attr72295") ) +(myObject (attribute1 "attr72296") ) +(myObject (attribute1 "attr72297") ) +(myObject (attribute1 "attr72298") ) +(myObject (attribute1 "attr72299") ) +(myObject (attribute1 "attr72300") ) +(myObject (attribute1 "attr72301") ) +(myObject (attribute1 "attr72302") ) +(myObject (attribute1 "attr72303") ) +(myObject (attribute1 "attr72304") ) +(myObject (attribute1 "attr72305") ) +(myObject (attribute1 "attr72306") ) +(myObject (attribute1 "attr72307") ) +(myObject (attribute1 "attr72308") ) +(myObject (attribute1 "attr72309") ) +(myObject (attribute1 "attr72310") ) +(myObject (attribute1 "attr72311") ) +(myObject (attribute1 "attr72312") ) +(myObject (attribute1 "attr72313") ) +(myObject (attribute1 "attr72314") ) +(myObject (attribute1 "attr72315") ) +(myObject (attribute1 "attr72316") ) +(myObject (attribute1 "attr72317") ) +(myObject (attribute1 "attr72318") ) +(myObject (attribute1 "attr72319") ) +(myObject (attribute1 "attr72320") ) +(myObject (attribute1 "attr72321") ) +(myObject (attribute1 "attr72322") ) +(myObject (attribute1 "attr72323") ) +(myObject (attribute1 "attr72324") ) +(myObject (attribute1 "attr72325") ) +(myObject (attribute1 "attr72326") ) +(myObject (attribute1 "attr72327") ) +(myObject (attribute1 "attr72328") ) +(myObject (attribute1 "attr72329") ) +(myObject (attribute1 "attr72330") ) +(myObject (attribute1 "attr72331") ) +(myObject (attribute1 "attr72332") ) +(myObject (attribute1 "attr72333") ) +(myObject (attribute1 "attr72334") ) +(myObject (attribute1 "attr72335") ) +(myObject (attribute1 "attr72336") ) +(myObject (attribute1 "attr72337") ) +(myObject (attribute1 "attr72338") ) +(myObject (attribute1 "attr72339") ) +(myObject (attribute1 "attr72340") ) +(myObject (attribute1 "attr72341") ) +(myObject (attribute1 "attr72342") ) +(myObject (attribute1 "attr72343") ) +(myObject (attribute1 "attr72344") ) +(myObject (attribute1 "attr72345") ) +(myObject (attribute1 "attr72346") ) +(myObject (attribute1 "attr72347") ) +(myObject (attribute1 "attr72348") ) +(myObject (attribute1 "attr72349") ) +(myObject (attribute1 "attr72350") ) +(myObject (attribute1 "attr72351") ) +(myObject (attribute1 "attr72352") ) +(myObject (attribute1 "attr72353") ) +(myObject (attribute1 "attr72354") ) +(myObject (attribute1 "attr72355") ) +(myObject (attribute1 "attr72356") ) +(myObject (attribute1 "attr72357") ) +(myObject (attribute1 "attr72358") ) +(myObject (attribute1 "attr72359") ) +(myObject (attribute1 "attr72360") ) +(myObject (attribute1 "attr72361") ) +(myObject (attribute1 "attr72362") ) +(myObject (attribute1 "attr72363") ) +(myObject (attribute1 "attr72364") ) +(myObject (attribute1 "attr72365") ) +(myObject (attribute1 "attr72366") ) +(myObject (attribute1 "attr72367") ) +(myObject (attribute1 "attr72368") ) +(myObject (attribute1 "attr72369") ) +(myObject (attribute1 "attr72370") ) +(myObject (attribute1 "attr72371") ) +(myObject (attribute1 "attr72372") ) +(myObject (attribute1 "attr72373") ) +(myObject (attribute1 "attr72374") ) +(myObject (attribute1 "attr72375") ) +(myObject (attribute1 "attr72376") ) +(myObject (attribute1 "attr72377") ) +(myObject (attribute1 "attr72378") ) +(myObject (attribute1 "attr72379") ) +(myObject (attribute1 "attr72380") ) +(myObject (attribute1 "attr72381") ) +(myObject (attribute1 "attr72382") ) +(myObject (attribute1 "attr72383") ) +(myObject (attribute1 "attr72384") ) +(myObject (attribute1 "attr72385") ) +(myObject (attribute1 "attr72386") ) +(myObject (attribute1 "attr72387") ) +(myObject (attribute1 "attr72388") ) +(myObject (attribute1 "attr72389") ) +(myObject (attribute1 "attr72390") ) +(myObject (attribute1 "attr72391") ) +(myObject (attribute1 "attr72392") ) +(myObject (attribute1 "attr72393") ) +(myObject (attribute1 "attr72394") ) +(myObject (attribute1 "attr72395") ) +(myObject (attribute1 "attr72396") ) +(myObject (attribute1 "attr72397") ) +(myObject (attribute1 "attr72398") ) +(myObject (attribute1 "attr72399") ) +(myObject (attribute1 "attr72400") ) +(myObject (attribute1 "attr72401") ) +(myObject (attribute1 "attr72402") ) +(myObject (attribute1 "attr72403") ) +(myObject (attribute1 "attr72404") ) +(myObject (attribute1 "attr72405") ) +(myObject (attribute1 "attr72406") ) +(myObject (attribute1 "attr72407") ) +(myObject (attribute1 "attr72408") ) +(myObject (attribute1 "attr72409") ) +(myObject (attribute1 "attr72410") ) +(myObject (attribute1 "attr72411") ) +(myObject (attribute1 "attr72412") ) +(myObject (attribute1 "attr72413") ) +(myObject (attribute1 "attr72414") ) +(myObject (attribute1 "attr72415") ) +(myObject (attribute1 "attr72416") ) +(myObject (attribute1 "attr72417") ) +(myObject (attribute1 "attr72418") ) +(myObject (attribute1 "attr72419") ) +(myObject (attribute1 "attr72420") ) +(myObject (attribute1 "attr72421") ) +(myObject (attribute1 "attr72422") ) +(myObject (attribute1 "attr72423") ) +(myObject (attribute1 "attr72424") ) +(myObject (attribute1 "attr72425") ) +(myObject (attribute1 "attr72426") ) +(myObject (attribute1 "attr72427") ) +(myObject (attribute1 "attr72428") ) +(myObject (attribute1 "attr72429") ) +(myObject (attribute1 "attr72430") ) +(myObject (attribute1 "attr72431") ) +(myObject (attribute1 "attr72432") ) +(myObject (attribute1 "attr72433") ) +(myObject (attribute1 "attr72434") ) +(myObject (attribute1 "attr72435") ) +(myObject (attribute1 "attr72436") ) +(myObject (attribute1 "attr72437") ) +(myObject (attribute1 "attr72438") ) +(myObject (attribute1 "attr72439") ) +(myObject (attribute1 "attr72440") ) +(myObject (attribute1 "attr72441") ) +(myObject (attribute1 "attr72442") ) +(myObject (attribute1 "attr72443") ) +(myObject (attribute1 "attr72444") ) +(myObject (attribute1 "attr72445") ) +(myObject (attribute1 "attr72446") ) +(myObject (attribute1 "attr72447") ) +(myObject (attribute1 "attr72448") ) +(myObject (attribute1 "attr72449") ) +(myObject (attribute1 "attr72450") ) +(myObject (attribute1 "attr72451") ) +(myObject (attribute1 "attr72452") ) +(myObject (attribute1 "attr72453") ) +(myObject (attribute1 "attr72454") ) +(myObject (attribute1 "attr72455") ) +(myObject (attribute1 "attr72456") ) +(myObject (attribute1 "attr72457") ) +(myObject (attribute1 "attr72458") ) +(myObject (attribute1 "attr72459") ) +(myObject (attribute1 "attr72460") ) +(myObject (attribute1 "attr72461") ) +(myObject (attribute1 "attr72462") ) +(myObject (attribute1 "attr72463") ) +(myObject (attribute1 "attr72464") ) +(myObject (attribute1 "attr72465") ) +(myObject (attribute1 "attr72466") ) +(myObject (attribute1 "attr72467") ) +(myObject (attribute1 "attr72468") ) +(myObject (attribute1 "attr72469") ) +(myObject (attribute1 "attr72470") ) +(myObject (attribute1 "attr72471") ) +(myObject (attribute1 "attr72472") ) +(myObject (attribute1 "attr72473") ) +(myObject (attribute1 "attr72474") ) +(myObject (attribute1 "attr72475") ) +(myObject (attribute1 "attr72476") ) +(myObject (attribute1 "attr72477") ) +(myObject (attribute1 "attr72478") ) +(myObject (attribute1 "attr72479") ) +(myObject (attribute1 "attr72480") ) +(myObject (attribute1 "attr72481") ) +(myObject (attribute1 "attr72482") ) +(myObject (attribute1 "attr72483") ) +(myObject (attribute1 "attr72484") ) +(myObject (attribute1 "attr72485") ) +(myObject (attribute1 "attr72486") ) +(myObject (attribute1 "attr72487") ) +(myObject (attribute1 "attr72488") ) +(myObject (attribute1 "attr72489") ) +(myObject (attribute1 "attr72490") ) +(myObject (attribute1 "attr72491") ) +(myObject (attribute1 "attr72492") ) +(myObject (attribute1 "attr72493") ) +(myObject (attribute1 "attr72494") ) +(myObject (attribute1 "attr72495") ) +(myObject (attribute1 "attr72496") ) +(myObject (attribute1 "attr72497") ) +(myObject (attribute1 "attr72498") ) +(myObject (attribute1 "attr72499") ) +(myObject (attribute1 "attr72500") ) +(myObject (attribute1 "attr72501") ) +(myObject (attribute1 "attr72502") ) +(myObject (attribute1 "attr72503") ) +(myObject (attribute1 "attr72504") ) +(myObject (attribute1 "attr72505") ) +(myObject (attribute1 "attr72506") ) +(myObject (attribute1 "attr72507") ) +(myObject (attribute1 "attr72508") ) +(myObject (attribute1 "attr72509") ) +(myObject (attribute1 "attr72510") ) +(myObject (attribute1 "attr72511") ) +(myObject (attribute1 "attr72512") ) +(myObject (attribute1 "attr72513") ) +(myObject (attribute1 "attr72514") ) +(myObject (attribute1 "attr72515") ) +(myObject (attribute1 "attr72516") ) +(myObject (attribute1 "attr72517") ) +(myObject (attribute1 "attr72518") ) +(myObject (attribute1 "attr72519") ) +(myObject (attribute1 "attr72520") ) +(myObject (attribute1 "attr72521") ) +(myObject (attribute1 "attr72522") ) +(myObject (attribute1 "attr72523") ) +(myObject (attribute1 "attr72524") ) +(myObject (attribute1 "attr72525") ) +(myObject (attribute1 "attr72526") ) +(myObject (attribute1 "attr72527") ) +(myObject (attribute1 "attr72528") ) +(myObject (attribute1 "attr72529") ) +(myObject (attribute1 "attr72530") ) +(myObject (attribute1 "attr72531") ) +(myObject (attribute1 "attr72532") ) +(myObject (attribute1 "attr72533") ) +(myObject (attribute1 "attr72534") ) +(myObject (attribute1 "attr72535") ) +(myObject (attribute1 "attr72536") ) +(myObject (attribute1 "attr72537") ) +(myObject (attribute1 "attr72538") ) +(myObject (attribute1 "attr72539") ) +(myObject (attribute1 "attr72540") ) +(myObject (attribute1 "attr72541") ) +(myObject (attribute1 "attr72542") ) +(myObject (attribute1 "attr72543") ) +(myObject (attribute1 "attr72544") ) +(myObject (attribute1 "attr72545") ) +(myObject (attribute1 "attr72546") ) +(myObject (attribute1 "attr72547") ) +(myObject (attribute1 "attr72548") ) +(myObject (attribute1 "attr72549") ) +(myObject (attribute1 "attr72550") ) +(myObject (attribute1 "attr72551") ) +(myObject (attribute1 "attr72552") ) +(myObject (attribute1 "attr72553") ) +(myObject (attribute1 "attr72554") ) +(myObject (attribute1 "attr72555") ) +(myObject (attribute1 "attr72556") ) +(myObject (attribute1 "attr72557") ) +(myObject (attribute1 "attr72558") ) +(myObject (attribute1 "attr72559") ) +(myObject (attribute1 "attr72560") ) +(myObject (attribute1 "attr72561") ) +(myObject (attribute1 "attr72562") ) +(myObject (attribute1 "attr72563") ) +(myObject (attribute1 "attr72564") ) +(myObject (attribute1 "attr72565") ) +(myObject (attribute1 "attr72566") ) +(myObject (attribute1 "attr72567") ) +(myObject (attribute1 "attr72568") ) +(myObject (attribute1 "attr72569") ) +(myObject (attribute1 "attr72570") ) +(myObject (attribute1 "attr72571") ) +(myObject (attribute1 "attr72572") ) +(myObject (attribute1 "attr72573") ) +(myObject (attribute1 "attr72574") ) +(myObject (attribute1 "attr72575") ) +(myObject (attribute1 "attr72576") ) +(myObject (attribute1 "attr72577") ) +(myObject (attribute1 "attr72578") ) +(myObject (attribute1 "attr72579") ) +(myObject (attribute1 "attr72580") ) +(myObject (attribute1 "attr72581") ) +(myObject (attribute1 "attr72582") ) +(myObject (attribute1 "attr72583") ) +(myObject (attribute1 "attr72584") ) +(myObject (attribute1 "attr72585") ) +(myObject (attribute1 "attr72586") ) +(myObject (attribute1 "attr72587") ) +(myObject (attribute1 "attr72588") ) +(myObject (attribute1 "attr72589") ) +(myObject (attribute1 "attr72590") ) +(myObject (attribute1 "attr72591") ) +(myObject (attribute1 "attr72592") ) +(myObject (attribute1 "attr72593") ) +(myObject (attribute1 "attr72594") ) +(myObject (attribute1 "attr72595") ) +(myObject (attribute1 "attr72596") ) +(myObject (attribute1 "attr72597") ) +(myObject (attribute1 "attr72598") ) +(myObject (attribute1 "attr72599") ) +(myObject (attribute1 "attr72600") ) +(myObject (attribute1 "attr72601") ) +(myObject (attribute1 "attr72602") ) +(myObject (attribute1 "attr72603") ) +(myObject (attribute1 "attr72604") ) +(myObject (attribute1 "attr72605") ) +(myObject (attribute1 "attr72606") ) +(myObject (attribute1 "attr72607") ) +(myObject (attribute1 "attr72608") ) +(myObject (attribute1 "attr72609") ) +(myObject (attribute1 "attr72610") ) +(myObject (attribute1 "attr72611") ) +(myObject (attribute1 "attr72612") ) +(myObject (attribute1 "attr72613") ) +(myObject (attribute1 "attr72614") ) +(myObject (attribute1 "attr72615") ) +(myObject (attribute1 "attr72616") ) +(myObject (attribute1 "attr72617") ) +(myObject (attribute1 "attr72618") ) +(myObject (attribute1 "attr72619") ) +(myObject (attribute1 "attr72620") ) +(myObject (attribute1 "attr72621") ) +(myObject (attribute1 "attr72622") ) +(myObject (attribute1 "attr72623") ) +(myObject (attribute1 "attr72624") ) +(myObject (attribute1 "attr72625") ) +(myObject (attribute1 "attr72626") ) +(myObject (attribute1 "attr72627") ) +(myObject (attribute1 "attr72628") ) +(myObject (attribute1 "attr72629") ) +(myObject (attribute1 "attr72630") ) +(myObject (attribute1 "attr72631") ) +(myObject (attribute1 "attr72632") ) +(myObject (attribute1 "attr72633") ) +(myObject (attribute1 "attr72634") ) +(myObject (attribute1 "attr72635") ) +(myObject (attribute1 "attr72636") ) +(myObject (attribute1 "attr72637") ) +(myObject (attribute1 "attr72638") ) +(myObject (attribute1 "attr72639") ) +(myObject (attribute1 "attr72640") ) +(myObject (attribute1 "attr72641") ) +(myObject (attribute1 "attr72642") ) +(myObject (attribute1 "attr72643") ) +(myObject (attribute1 "attr72644") ) +(myObject (attribute1 "attr72645") ) +(myObject (attribute1 "attr72646") ) +(myObject (attribute1 "attr72647") ) +(myObject (attribute1 "attr72648") ) +(myObject (attribute1 "attr72649") ) +(myObject (attribute1 "attr72650") ) +(myObject (attribute1 "attr72651") ) +(myObject (attribute1 "attr72652") ) +(myObject (attribute1 "attr72653") ) +(myObject (attribute1 "attr72654") ) +(myObject (attribute1 "attr72655") ) +(myObject (attribute1 "attr72656") ) +(myObject (attribute1 "attr72657") ) +(myObject (attribute1 "attr72658") ) +(myObject (attribute1 "attr72659") ) +(myObject (attribute1 "attr72660") ) +(myObject (attribute1 "attr72661") ) +(myObject (attribute1 "attr72662") ) +(myObject (attribute1 "attr72663") ) +(myObject (attribute1 "attr72664") ) +(myObject (attribute1 "attr72665") ) +(myObject (attribute1 "attr72666") ) +(myObject (attribute1 "attr72667") ) +(myObject (attribute1 "attr72668") ) +(myObject (attribute1 "attr72669") ) +(myObject (attribute1 "attr72670") ) +(myObject (attribute1 "attr72671") ) +(myObject (attribute1 "attr72672") ) +(myObject (attribute1 "attr72673") ) +(myObject (attribute1 "attr72674") ) +(myObject (attribute1 "attr72675") ) +(myObject (attribute1 "attr72676") ) +(myObject (attribute1 "attr72677") ) +(myObject (attribute1 "attr72678") ) +(myObject (attribute1 "attr72679") ) +(myObject (attribute1 "attr72680") ) +(myObject (attribute1 "attr72681") ) +(myObject (attribute1 "attr72682") ) +(myObject (attribute1 "attr72683") ) +(myObject (attribute1 "attr72684") ) +(myObject (attribute1 "attr72685") ) +(myObject (attribute1 "attr72686") ) +(myObject (attribute1 "attr72687") ) +(myObject (attribute1 "attr72688") ) +(myObject (attribute1 "attr72689") ) +(myObject (attribute1 "attr72690") ) +(myObject (attribute1 "attr72691") ) +(myObject (attribute1 "attr72692") ) +(myObject (attribute1 "attr72693") ) +(myObject (attribute1 "attr72694") ) +(myObject (attribute1 "attr72695") ) +(myObject (attribute1 "attr72696") ) +(myObject (attribute1 "attr72697") ) +(myObject (attribute1 "attr72698") ) +(myObject (attribute1 "attr72699") ) +(myObject (attribute1 "attr72700") ) +(myObject (attribute1 "attr72701") ) +(myObject (attribute1 "attr72702") ) +(myObject (attribute1 "attr72703") ) +(myObject (attribute1 "attr72704") ) +(myObject (attribute1 "attr72705") ) +(myObject (attribute1 "attr72706") ) +(myObject (attribute1 "attr72707") ) +(myObject (attribute1 "attr72708") ) +(myObject (attribute1 "attr72709") ) +(myObject (attribute1 "attr72710") ) +(myObject (attribute1 "attr72711") ) +(myObject (attribute1 "attr72712") ) +(myObject (attribute1 "attr72713") ) +(myObject (attribute1 "attr72714") ) +(myObject (attribute1 "attr72715") ) +(myObject (attribute1 "attr72716") ) +(myObject (attribute1 "attr72717") ) +(myObject (attribute1 "attr72718") ) +(myObject (attribute1 "attr72719") ) +(myObject (attribute1 "attr72720") ) +(myObject (attribute1 "attr72721") ) +(myObject (attribute1 "attr72722") ) +(myObject (attribute1 "attr72723") ) +(myObject (attribute1 "attr72724") ) +(myObject (attribute1 "attr72725") ) +(myObject (attribute1 "attr72726") ) +(myObject (attribute1 "attr72727") ) +(myObject (attribute1 "attr72728") ) +(myObject (attribute1 "attr72729") ) +(myObject (attribute1 "attr72730") ) +(myObject (attribute1 "attr72731") ) +(myObject (attribute1 "attr72732") ) +(myObject (attribute1 "attr72733") ) +(myObject (attribute1 "attr72734") ) +(myObject (attribute1 "attr72735") ) +(myObject (attribute1 "attr72736") ) +(myObject (attribute1 "attr72737") ) +(myObject (attribute1 "attr72738") ) +(myObject (attribute1 "attr72739") ) +(myObject (attribute1 "attr72740") ) +(myObject (attribute1 "attr72741") ) +(myObject (attribute1 "attr72742") ) +(myObject (attribute1 "attr72743") ) +(myObject (attribute1 "attr72744") ) +(myObject (attribute1 "attr72745") ) +(myObject (attribute1 "attr72746") ) +(myObject (attribute1 "attr72747") ) +(myObject (attribute1 "attr72748") ) +(myObject (attribute1 "attr72749") ) +(myObject (attribute1 "attr72750") ) +(myObject (attribute1 "attr72751") ) +(myObject (attribute1 "attr72752") ) +(myObject (attribute1 "attr72753") ) +(myObject (attribute1 "attr72754") ) +(myObject (attribute1 "attr72755") ) +(myObject (attribute1 "attr72756") ) +(myObject (attribute1 "attr72757") ) +(myObject (attribute1 "attr72758") ) +(myObject (attribute1 "attr72759") ) +(myObject (attribute1 "attr72760") ) +(myObject (attribute1 "attr72761") ) +(myObject (attribute1 "attr72762") ) +(myObject (attribute1 "attr72763") ) +(myObject (attribute1 "attr72764") ) +(myObject (attribute1 "attr72765") ) +(myObject (attribute1 "attr72766") ) +(myObject (attribute1 "attr72767") ) +(myObject (attribute1 "attr72768") ) +(myObject (attribute1 "attr72769") ) +(myObject (attribute1 "attr72770") ) +(myObject (attribute1 "attr72771") ) +(myObject (attribute1 "attr72772") ) +(myObject (attribute1 "attr72773") ) +(myObject (attribute1 "attr72774") ) +(myObject (attribute1 "attr72775") ) +(myObject (attribute1 "attr72776") ) +(myObject (attribute1 "attr72777") ) +(myObject (attribute1 "attr72778") ) +(myObject (attribute1 "attr72779") ) +(myObject (attribute1 "attr72780") ) +(myObject (attribute1 "attr72781") ) +(myObject (attribute1 "attr72782") ) +(myObject (attribute1 "attr72783") ) +(myObject (attribute1 "attr72784") ) +(myObject (attribute1 "attr72785") ) +(myObject (attribute1 "attr72786") ) +(myObject (attribute1 "attr72787") ) +(myObject (attribute1 "attr72788") ) +(myObject (attribute1 "attr72789") ) +(myObject (attribute1 "attr72790") ) +(myObject (attribute1 "attr72791") ) +(myObject (attribute1 "attr72792") ) +(myObject (attribute1 "attr72793") ) +(myObject (attribute1 "attr72794") ) +(myObject (attribute1 "attr72795") ) +(myObject (attribute1 "attr72796") ) +(myObject (attribute1 "attr72797") ) +(myObject (attribute1 "attr72798") ) +(myObject (attribute1 "attr72799") ) +(myObject (attribute1 "attr72800") ) +(myObject (attribute1 "attr72801") ) +(myObject (attribute1 "attr72802") ) +(myObject (attribute1 "attr72803") ) +(myObject (attribute1 "attr72804") ) +(myObject (attribute1 "attr72805") ) +(myObject (attribute1 "attr72806") ) +(myObject (attribute1 "attr72807") ) +(myObject (attribute1 "attr72808") ) +(myObject (attribute1 "attr72809") ) +(myObject (attribute1 "attr72810") ) +(myObject (attribute1 "attr72811") ) +(myObject (attribute1 "attr72812") ) +(myObject (attribute1 "attr72813") ) +(myObject (attribute1 "attr72814") ) +(myObject (attribute1 "attr72815") ) +(myObject (attribute1 "attr72816") ) +(myObject (attribute1 "attr72817") ) +(myObject (attribute1 "attr72818") ) +(myObject (attribute1 "attr72819") ) +(myObject (attribute1 "attr72820") ) +(myObject (attribute1 "attr72821") ) +(myObject (attribute1 "attr72822") ) +(myObject (attribute1 "attr72823") ) +(myObject (attribute1 "attr72824") ) +(myObject (attribute1 "attr72825") ) +(myObject (attribute1 "attr72826") ) +(myObject (attribute1 "attr72827") ) +(myObject (attribute1 "attr72828") ) +(myObject (attribute1 "attr72829") ) +(myObject (attribute1 "attr72830") ) +(myObject (attribute1 "attr72831") ) +(myObject (attribute1 "attr72832") ) +(myObject (attribute1 "attr72833") ) +(myObject (attribute1 "attr72834") ) +(myObject (attribute1 "attr72835") ) +(myObject (attribute1 "attr72836") ) +(myObject (attribute1 "attr72837") ) +(myObject (attribute1 "attr72838") ) +(myObject (attribute1 "attr72839") ) +(myObject (attribute1 "attr72840") ) +(myObject (attribute1 "attr72841") ) +(myObject (attribute1 "attr72842") ) +(myObject (attribute1 "attr72843") ) +(myObject (attribute1 "attr72844") ) +(myObject (attribute1 "attr72845") ) +(myObject (attribute1 "attr72846") ) +(myObject (attribute1 "attr72847") ) +(myObject (attribute1 "attr72848") ) +(myObject (attribute1 "attr72849") ) +(myObject (attribute1 "attr72850") ) +(myObject (attribute1 "attr72851") ) +(myObject (attribute1 "attr72852") ) +(myObject (attribute1 "attr72853") ) +(myObject (attribute1 "attr72854") ) +(myObject (attribute1 "attr72855") ) +(myObject (attribute1 "attr72856") ) +(myObject (attribute1 "attr72857") ) +(myObject (attribute1 "attr72858") ) +(myObject (attribute1 "attr72859") ) +(myObject (attribute1 "attr72860") ) +(myObject (attribute1 "attr72861") ) +(myObject (attribute1 "attr72862") ) +(myObject (attribute1 "attr72863") ) +(myObject (attribute1 "attr72864") ) +(myObject (attribute1 "attr72865") ) +(myObject (attribute1 "attr72866") ) +(myObject (attribute1 "attr72867") ) +(myObject (attribute1 "attr72868") ) +(myObject (attribute1 "attr72869") ) +(myObject (attribute1 "attr72870") ) +(myObject (attribute1 "attr72871") ) +(myObject (attribute1 "attr72872") ) +(myObject (attribute1 "attr72873") ) +(myObject (attribute1 "attr72874") ) +(myObject (attribute1 "attr72875") ) +(myObject (attribute1 "attr72876") ) +(myObject (attribute1 "attr72877") ) +(myObject (attribute1 "attr72878") ) +(myObject (attribute1 "attr72879") ) +(myObject (attribute1 "attr72880") ) +(myObject (attribute1 "attr72881") ) +(myObject (attribute1 "attr72882") ) +(myObject (attribute1 "attr72883") ) +(myObject (attribute1 "attr72884") ) +(myObject (attribute1 "attr72885") ) +(myObject (attribute1 "attr72886") ) +(myObject (attribute1 "attr72887") ) +(myObject (attribute1 "attr72888") ) +(myObject (attribute1 "attr72889") ) +(myObject (attribute1 "attr72890") ) +(myObject (attribute1 "attr72891") ) +(myObject (attribute1 "attr72892") ) +(myObject (attribute1 "attr72893") ) +(myObject (attribute1 "attr72894") ) +(myObject (attribute1 "attr72895") ) +(myObject (attribute1 "attr72896") ) +(myObject (attribute1 "attr72897") ) +(myObject (attribute1 "attr72898") ) +(myObject (attribute1 "attr72899") ) +(myObject (attribute1 "attr72900") ) +(myObject (attribute1 "attr72901") ) +(myObject (attribute1 "attr72902") ) +(myObject (attribute1 "attr72903") ) +(myObject (attribute1 "attr72904") ) +(myObject (attribute1 "attr72905") ) +(myObject (attribute1 "attr72906") ) +(myObject (attribute1 "attr72907") ) +(myObject (attribute1 "attr72908") ) +(myObject (attribute1 "attr72909") ) +(myObject (attribute1 "attr72910") ) +(myObject (attribute1 "attr72911") ) +(myObject (attribute1 "attr72912") ) +(myObject (attribute1 "attr72913") ) +(myObject (attribute1 "attr72914") ) +(myObject (attribute1 "attr72915") ) +(myObject (attribute1 "attr72916") ) +(myObject (attribute1 "attr72917") ) +(myObject (attribute1 "attr72918") ) +(myObject (attribute1 "attr72919") ) +(myObject (attribute1 "attr72920") ) +(myObject (attribute1 "attr72921") ) +(myObject (attribute1 "attr72922") ) +(myObject (attribute1 "attr72923") ) +(myObject (attribute1 "attr72924") ) +(myObject (attribute1 "attr72925") ) +(myObject (attribute1 "attr72926") ) +(myObject (attribute1 "attr72927") ) +(myObject (attribute1 "attr72928") ) +(myObject (attribute1 "attr72929") ) +(myObject (attribute1 "attr72930") ) +(myObject (attribute1 "attr72931") ) +(myObject (attribute1 "attr72932") ) +(myObject (attribute1 "attr72933") ) +(myObject (attribute1 "attr72934") ) +(myObject (attribute1 "attr72935") ) +(myObject (attribute1 "attr72936") ) +(myObject (attribute1 "attr72937") ) +(myObject (attribute1 "attr72938") ) +(myObject (attribute1 "attr72939") ) +(myObject (attribute1 "attr72940") ) +(myObject (attribute1 "attr72941") ) +(myObject (attribute1 "attr72942") ) +(myObject (attribute1 "attr72943") ) +(myObject (attribute1 "attr72944") ) +(myObject (attribute1 "attr72945") ) +(myObject (attribute1 "attr72946") ) +(myObject (attribute1 "attr72947") ) +(myObject (attribute1 "attr72948") ) +(myObject (attribute1 "attr72949") ) +(myObject (attribute1 "attr72950") ) +(myObject (attribute1 "attr72951") ) +(myObject (attribute1 "attr72952") ) +(myObject (attribute1 "attr72953") ) +(myObject (attribute1 "attr72954") ) +(myObject (attribute1 "attr72955") ) +(myObject (attribute1 "attr72956") ) +(myObject (attribute1 "attr72957") ) +(myObject (attribute1 "attr72958") ) +(myObject (attribute1 "attr72959") ) +(myObject (attribute1 "attr72960") ) +(myObject (attribute1 "attr72961") ) +(myObject (attribute1 "attr72962") ) +(myObject (attribute1 "attr72963") ) +(myObject (attribute1 "attr72964") ) +(myObject (attribute1 "attr72965") ) +(myObject (attribute1 "attr72966") ) +(myObject (attribute1 "attr72967") ) +(myObject (attribute1 "attr72968") ) +(myObject (attribute1 "attr72969") ) +(myObject (attribute1 "attr72970") ) +(myObject (attribute1 "attr72971") ) +(myObject (attribute1 "attr72972") ) +(myObject (attribute1 "attr72973") ) +(myObject (attribute1 "attr72974") ) +(myObject (attribute1 "attr72975") ) +(myObject (attribute1 "attr72976") ) +(myObject (attribute1 "attr72977") ) +(myObject (attribute1 "attr72978") ) +(myObject (attribute1 "attr72979") ) +(myObject (attribute1 "attr72980") ) +(myObject (attribute1 "attr72981") ) +(myObject (attribute1 "attr72982") ) +(myObject (attribute1 "attr72983") ) +(myObject (attribute1 "attr72984") ) +(myObject (attribute1 "attr72985") ) +(myObject (attribute1 "attr72986") ) +(myObject (attribute1 "attr72987") ) +(myObject (attribute1 "attr72988") ) +(myObject (attribute1 "attr72989") ) +(myObject (attribute1 "attr72990") ) +(myObject (attribute1 "attr72991") ) +(myObject (attribute1 "attr72992") ) +(myObject (attribute1 "attr72993") ) +(myObject (attribute1 "attr72994") ) +(myObject (attribute1 "attr72995") ) +(myObject (attribute1 "attr72996") ) +(myObject (attribute1 "attr72997") ) +(myObject (attribute1 "attr72998") ) +(myObject (attribute1 "attr72999") ) +(myObject (attribute1 "attr73000") ) +(myObject (attribute1 "attr73001") ) +(myObject (attribute1 "attr73002") ) +(myObject (attribute1 "attr73003") ) +(myObject (attribute1 "attr73004") ) +(myObject (attribute1 "attr73005") ) +(myObject (attribute1 "attr73006") ) +(myObject (attribute1 "attr73007") ) +(myObject (attribute1 "attr73008") ) +(myObject (attribute1 "attr73009") ) +(myObject (attribute1 "attr73010") ) +(myObject (attribute1 "attr73011") ) +(myObject (attribute1 "attr73012") ) +(myObject (attribute1 "attr73013") ) +(myObject (attribute1 "attr73014") ) +(myObject (attribute1 "attr73015") ) +(myObject (attribute1 "attr73016") ) +(myObject (attribute1 "attr73017") ) +(myObject (attribute1 "attr73018") ) +(myObject (attribute1 "attr73019") ) +(myObject (attribute1 "attr73020") ) +(myObject (attribute1 "attr73021") ) +(myObject (attribute1 "attr73022") ) +(myObject (attribute1 "attr73023") ) +(myObject (attribute1 "attr73024") ) +(myObject (attribute1 "attr73025") ) +(myObject (attribute1 "attr73026") ) +(myObject (attribute1 "attr73027") ) +(myObject (attribute1 "attr73028") ) +(myObject (attribute1 "attr73029") ) +(myObject (attribute1 "attr73030") ) +(myObject (attribute1 "attr73031") ) +(myObject (attribute1 "attr73032") ) +(myObject (attribute1 "attr73033") ) +(myObject (attribute1 "attr73034") ) +(myObject (attribute1 "attr73035") ) +(myObject (attribute1 "attr73036") ) +(myObject (attribute1 "attr73037") ) +(myObject (attribute1 "attr73038") ) +(myObject (attribute1 "attr73039") ) +(myObject (attribute1 "attr73040") ) +(myObject (attribute1 "attr73041") ) +(myObject (attribute1 "attr73042") ) +(myObject (attribute1 "attr73043") ) +(myObject (attribute1 "attr73044") ) +(myObject (attribute1 "attr73045") ) +(myObject (attribute1 "attr73046") ) +(myObject (attribute1 "attr73047") ) +(myObject (attribute1 "attr73048") ) +(myObject (attribute1 "attr73049") ) +(myObject (attribute1 "attr73050") ) +(myObject (attribute1 "attr73051") ) +(myObject (attribute1 "attr73052") ) +(myObject (attribute1 "attr73053") ) +(myObject (attribute1 "attr73054") ) +(myObject (attribute1 "attr73055") ) +(myObject (attribute1 "attr73056") ) +(myObject (attribute1 "attr73057") ) +(myObject (attribute1 "attr73058") ) +(myObject (attribute1 "attr73059") ) +(myObject (attribute1 "attr73060") ) +(myObject (attribute1 "attr73061") ) +(myObject (attribute1 "attr73062") ) +(myObject (attribute1 "attr73063") ) +(myObject (attribute1 "attr73064") ) +(myObject (attribute1 "attr73065") ) +(myObject (attribute1 "attr73066") ) +(myObject (attribute1 "attr73067") ) +(myObject (attribute1 "attr73068") ) +(myObject (attribute1 "attr73069") ) +(myObject (attribute1 "attr73070") ) +(myObject (attribute1 "attr73071") ) +(myObject (attribute1 "attr73072") ) +(myObject (attribute1 "attr73073") ) +(myObject (attribute1 "attr73074") ) +(myObject (attribute1 "attr73075") ) +(myObject (attribute1 "attr73076") ) +(myObject (attribute1 "attr73077") ) +(myObject (attribute1 "attr73078") ) +(myObject (attribute1 "attr73079") ) +(myObject (attribute1 "attr73080") ) +(myObject (attribute1 "attr73081") ) +(myObject (attribute1 "attr73082") ) +(myObject (attribute1 "attr73083") ) +(myObject (attribute1 "attr73084") ) +(myObject (attribute1 "attr73085") ) +(myObject (attribute1 "attr73086") ) +(myObject (attribute1 "attr73087") ) +(myObject (attribute1 "attr73088") ) +(myObject (attribute1 "attr73089") ) +(myObject (attribute1 "attr73090") ) +(myObject (attribute1 "attr73091") ) +(myObject (attribute1 "attr73092") ) +(myObject (attribute1 "attr73093") ) +(myObject (attribute1 "attr73094") ) +(myObject (attribute1 "attr73095") ) +(myObject (attribute1 "attr73096") ) +(myObject (attribute1 "attr73097") ) +(myObject (attribute1 "attr73098") ) +(myObject (attribute1 "attr73099") ) +(myObject (attribute1 "attr73100") ) +(myObject (attribute1 "attr73101") ) +(myObject (attribute1 "attr73102") ) +(myObject (attribute1 "attr73103") ) +(myObject (attribute1 "attr73104") ) +(myObject (attribute1 "attr73105") ) +(myObject (attribute1 "attr73106") ) +(myObject (attribute1 "attr73107") ) +(myObject (attribute1 "attr73108") ) +(myObject (attribute1 "attr73109") ) +(myObject (attribute1 "attr73110") ) +(myObject (attribute1 "attr73111") ) +(myObject (attribute1 "attr73112") ) +(myObject (attribute1 "attr73113") ) +(myObject (attribute1 "attr73114") ) +(myObject (attribute1 "attr73115") ) +(myObject (attribute1 "attr73116") ) +(myObject (attribute1 "attr73117") ) +(myObject (attribute1 "attr73118") ) +(myObject (attribute1 "attr73119") ) +(myObject (attribute1 "attr73120") ) +(myObject (attribute1 "attr73121") ) +(myObject (attribute1 "attr73122") ) +(myObject (attribute1 "attr73123") ) +(myObject (attribute1 "attr73124") ) +(myObject (attribute1 "attr73125") ) +(myObject (attribute1 "attr73126") ) +(myObject (attribute1 "attr73127") ) +(myObject (attribute1 "attr73128") ) +(myObject (attribute1 "attr73129") ) +(myObject (attribute1 "attr73130") ) +(myObject (attribute1 "attr73131") ) +(myObject (attribute1 "attr73132") ) +(myObject (attribute1 "attr73133") ) +(myObject (attribute1 "attr73134") ) +(myObject (attribute1 "attr73135") ) +(myObject (attribute1 "attr73136") ) +(myObject (attribute1 "attr73137") ) +(myObject (attribute1 "attr73138") ) +(myObject (attribute1 "attr73139") ) +(myObject (attribute1 "attr73140") ) +(myObject (attribute1 "attr73141") ) +(myObject (attribute1 "attr73142") ) +(myObject (attribute1 "attr73143") ) +(myObject (attribute1 "attr73144") ) +(myObject (attribute1 "attr73145") ) +(myObject (attribute1 "attr73146") ) +(myObject (attribute1 "attr73147") ) +(myObject (attribute1 "attr73148") ) +(myObject (attribute1 "attr73149") ) +(myObject (attribute1 "attr73150") ) +(myObject (attribute1 "attr73151") ) +(myObject (attribute1 "attr73152") ) +(myObject (attribute1 "attr73153") ) +(myObject (attribute1 "attr73154") ) +(myObject (attribute1 "attr73155") ) +(myObject (attribute1 "attr73156") ) +(myObject (attribute1 "attr73157") ) +(myObject (attribute1 "attr73158") ) +(myObject (attribute1 "attr73159") ) +(myObject (attribute1 "attr73160") ) +(myObject (attribute1 "attr73161") ) +(myObject (attribute1 "attr73162") ) +(myObject (attribute1 "attr73163") ) +(myObject (attribute1 "attr73164") ) +(myObject (attribute1 "attr73165") ) +(myObject (attribute1 "attr73166") ) +(myObject (attribute1 "attr73167") ) +(myObject (attribute1 "attr73168") ) +(myObject (attribute1 "attr73169") ) +(myObject (attribute1 "attr73170") ) +(myObject (attribute1 "attr73171") ) +(myObject (attribute1 "attr73172") ) +(myObject (attribute1 "attr73173") ) +(myObject (attribute1 "attr73174") ) +(myObject (attribute1 "attr73175") ) +(myObject (attribute1 "attr73176") ) +(myObject (attribute1 "attr73177") ) +(myObject (attribute1 "attr73178") ) +(myObject (attribute1 "attr73179") ) +(myObject (attribute1 "attr73180") ) +(myObject (attribute1 "attr73181") ) +(myObject (attribute1 "attr73182") ) +(myObject (attribute1 "attr73183") ) +(myObject (attribute1 "attr73184") ) +(myObject (attribute1 "attr73185") ) +(myObject (attribute1 "attr73186") ) +(myObject (attribute1 "attr73187") ) +(myObject (attribute1 "attr73188") ) +(myObject (attribute1 "attr73189") ) +(myObject (attribute1 "attr73190") ) +(myObject (attribute1 "attr73191") ) +(myObject (attribute1 "attr73192") ) +(myObject (attribute1 "attr73193") ) +(myObject (attribute1 "attr73194") ) +(myObject (attribute1 "attr73195") ) +(myObject (attribute1 "attr73196") ) +(myObject (attribute1 "attr73197") ) +(myObject (attribute1 "attr73198") ) +(myObject (attribute1 "attr73199") ) +(myObject (attribute1 "attr73200") ) +(myObject (attribute1 "attr73201") ) +(myObject (attribute1 "attr73202") ) +(myObject (attribute1 "attr73203") ) +(myObject (attribute1 "attr73204") ) +(myObject (attribute1 "attr73205") ) +(myObject (attribute1 "attr73206") ) +(myObject (attribute1 "attr73207") ) +(myObject (attribute1 "attr73208") ) +(myObject (attribute1 "attr73209") ) +(myObject (attribute1 "attr73210") ) +(myObject (attribute1 "attr73211") ) +(myObject (attribute1 "attr73212") ) +(myObject (attribute1 "attr73213") ) +(myObject (attribute1 "attr73214") ) +(myObject (attribute1 "attr73215") ) +(myObject (attribute1 "attr73216") ) +(myObject (attribute1 "attr73217") ) +(myObject (attribute1 "attr73218") ) +(myObject (attribute1 "attr73219") ) +(myObject (attribute1 "attr73220") ) +(myObject (attribute1 "attr73221") ) +(myObject (attribute1 "attr73222") ) +(myObject (attribute1 "attr73223") ) +(myObject (attribute1 "attr73224") ) +(myObject (attribute1 "attr73225") ) +(myObject (attribute1 "attr73226") ) +(myObject (attribute1 "attr73227") ) +(myObject (attribute1 "attr73228") ) +(myObject (attribute1 "attr73229") ) +(myObject (attribute1 "attr73230") ) +(myObject (attribute1 "attr73231") ) +(myObject (attribute1 "attr73232") ) +(myObject (attribute1 "attr73233") ) +(myObject (attribute1 "attr73234") ) +(myObject (attribute1 "attr73235") ) +(myObject (attribute1 "attr73236") ) +(myObject (attribute1 "attr73237") ) +(myObject (attribute1 "attr73238") ) +(myObject (attribute1 "attr73239") ) +(myObject (attribute1 "attr73240") ) +(myObject (attribute1 "attr73241") ) +(myObject (attribute1 "attr73242") ) +(myObject (attribute1 "attr73243") ) +(myObject (attribute1 "attr73244") ) +(myObject (attribute1 "attr73245") ) +(myObject (attribute1 "attr73246") ) +(myObject (attribute1 "attr73247") ) +(myObject (attribute1 "attr73248") ) +(myObject (attribute1 "attr73249") ) +(myObject (attribute1 "attr73250") ) +(myObject (attribute1 "attr73251") ) +(myObject (attribute1 "attr73252") ) +(myObject (attribute1 "attr73253") ) +(myObject (attribute1 "attr73254") ) +(myObject (attribute1 "attr73255") ) +(myObject (attribute1 "attr73256") ) +(myObject (attribute1 "attr73257") ) +(myObject (attribute1 "attr73258") ) +(myObject (attribute1 "attr73259") ) +(myObject (attribute1 "attr73260") ) +(myObject (attribute1 "attr73261") ) +(myObject (attribute1 "attr73262") ) +(myObject (attribute1 "attr73263") ) +(myObject (attribute1 "attr73264") ) +(myObject (attribute1 "attr73265") ) +(myObject (attribute1 "attr73266") ) +(myObject (attribute1 "attr73267") ) +(myObject (attribute1 "attr73268") ) +(myObject (attribute1 "attr73269") ) +(myObject (attribute1 "attr73270") ) +(myObject (attribute1 "attr73271") ) +(myObject (attribute1 "attr73272") ) +(myObject (attribute1 "attr73273") ) +(myObject (attribute1 "attr73274") ) +(myObject (attribute1 "attr73275") ) +(myObject (attribute1 "attr73276") ) +(myObject (attribute1 "attr73277") ) +(myObject (attribute1 "attr73278") ) +(myObject (attribute1 "attr73279") ) +(myObject (attribute1 "attr73280") ) +(myObject (attribute1 "attr73281") ) +(myObject (attribute1 "attr73282") ) +(myObject (attribute1 "attr73283") ) +(myObject (attribute1 "attr73284") ) +(myObject (attribute1 "attr73285") ) +(myObject (attribute1 "attr73286") ) +(myObject (attribute1 "attr73287") ) +(myObject (attribute1 "attr73288") ) +(myObject (attribute1 "attr73289") ) +(myObject (attribute1 "attr73290") ) +(myObject (attribute1 "attr73291") ) +(myObject (attribute1 "attr73292") ) +(myObject (attribute1 "attr73293") ) +(myObject (attribute1 "attr73294") ) +(myObject (attribute1 "attr73295") ) +(myObject (attribute1 "attr73296") ) +(myObject (attribute1 "attr73297") ) +(myObject (attribute1 "attr73298") ) +(myObject (attribute1 "attr73299") ) +(myObject (attribute1 "attr73300") ) +(myObject (attribute1 "attr73301") ) +(myObject (attribute1 "attr73302") ) +(myObject (attribute1 "attr73303") ) +(myObject (attribute1 "attr73304") ) +(myObject (attribute1 "attr73305") ) +(myObject (attribute1 "attr73306") ) +(myObject (attribute1 "attr73307") ) +(myObject (attribute1 "attr73308") ) +(myObject (attribute1 "attr73309") ) +(myObject (attribute1 "attr73310") ) +(myObject (attribute1 "attr73311") ) +(myObject (attribute1 "attr73312") ) +(myObject (attribute1 "attr73313") ) +(myObject (attribute1 "attr73314") ) +(myObject (attribute1 "attr73315") ) +(myObject (attribute1 "attr73316") ) +(myObject (attribute1 "attr73317") ) +(myObject (attribute1 "attr73318") ) +(myObject (attribute1 "attr73319") ) +(myObject (attribute1 "attr73320") ) +(myObject (attribute1 "attr73321") ) +(myObject (attribute1 "attr73322") ) +(myObject (attribute1 "attr73323") ) +(myObject (attribute1 "attr73324") ) +(myObject (attribute1 "attr73325") ) +(myObject (attribute1 "attr73326") ) +(myObject (attribute1 "attr73327") ) +(myObject (attribute1 "attr73328") ) +(myObject (attribute1 "attr73329") ) +(myObject (attribute1 "attr73330") ) +(myObject (attribute1 "attr73331") ) +(myObject (attribute1 "attr73332") ) +(myObject (attribute1 "attr73333") ) +(myObject (attribute1 "attr73334") ) +(myObject (attribute1 "attr73335") ) +(myObject (attribute1 "attr73336") ) +(myObject (attribute1 "attr73337") ) +(myObject (attribute1 "attr73338") ) +(myObject (attribute1 "attr73339") ) +(myObject (attribute1 "attr73340") ) +(myObject (attribute1 "attr73341") ) +(myObject (attribute1 "attr73342") ) +(myObject (attribute1 "attr73343") ) +(myObject (attribute1 "attr73344") ) +(myObject (attribute1 "attr73345") ) +(myObject (attribute1 "attr73346") ) +(myObject (attribute1 "attr73347") ) +(myObject (attribute1 "attr73348") ) +(myObject (attribute1 "attr73349") ) +(myObject (attribute1 "attr73350") ) +(myObject (attribute1 "attr73351") ) +(myObject (attribute1 "attr73352") ) +(myObject (attribute1 "attr73353") ) +(myObject (attribute1 "attr73354") ) +(myObject (attribute1 "attr73355") ) +(myObject (attribute1 "attr73356") ) +(myObject (attribute1 "attr73357") ) +(myObject (attribute1 "attr73358") ) +(myObject (attribute1 "attr73359") ) +(myObject (attribute1 "attr73360") ) +(myObject (attribute1 "attr73361") ) +(myObject (attribute1 "attr73362") ) +(myObject (attribute1 "attr73363") ) +(myObject (attribute1 "attr73364") ) +(myObject (attribute1 "attr73365") ) +(myObject (attribute1 "attr73366") ) +(myObject (attribute1 "attr73367") ) +(myObject (attribute1 "attr73368") ) +(myObject (attribute1 "attr73369") ) +(myObject (attribute1 "attr73370") ) +(myObject (attribute1 "attr73371") ) +(myObject (attribute1 "attr73372") ) +(myObject (attribute1 "attr73373") ) +(myObject (attribute1 "attr73374") ) +(myObject (attribute1 "attr73375") ) +(myObject (attribute1 "attr73376") ) +(myObject (attribute1 "attr73377") ) +(myObject (attribute1 "attr73378") ) +(myObject (attribute1 "attr73379") ) +(myObject (attribute1 "attr73380") ) +(myObject (attribute1 "attr73381") ) +(myObject (attribute1 "attr73382") ) +(myObject (attribute1 "attr73383") ) +(myObject (attribute1 "attr73384") ) +(myObject (attribute1 "attr73385") ) +(myObject (attribute1 "attr73386") ) +(myObject (attribute1 "attr73387") ) +(myObject (attribute1 "attr73388") ) +(myObject (attribute1 "attr73389") ) +(myObject (attribute1 "attr73390") ) +(myObject (attribute1 "attr73391") ) +(myObject (attribute1 "attr73392") ) +(myObject (attribute1 "attr73393") ) +(myObject (attribute1 "attr73394") ) +(myObject (attribute1 "attr73395") ) +(myObject (attribute1 "attr73396") ) +(myObject (attribute1 "attr73397") ) +(myObject (attribute1 "attr73398") ) +(myObject (attribute1 "attr73399") ) +(myObject (attribute1 "attr73400") ) +(myObject (attribute1 "attr73401") ) +(myObject (attribute1 "attr73402") ) +(myObject (attribute1 "attr73403") ) +(myObject (attribute1 "attr73404") ) +(myObject (attribute1 "attr73405") ) +(myObject (attribute1 "attr73406") ) +(myObject (attribute1 "attr73407") ) +(myObject (attribute1 "attr73408") ) +(myObject (attribute1 "attr73409") ) +(myObject (attribute1 "attr73410") ) +(myObject (attribute1 "attr73411") ) +(myObject (attribute1 "attr73412") ) +(myObject (attribute1 "attr73413") ) +(myObject (attribute1 "attr73414") ) +(myObject (attribute1 "attr73415") ) +(myObject (attribute1 "attr73416") ) +(myObject (attribute1 "attr73417") ) +(myObject (attribute1 "attr73418") ) +(myObject (attribute1 "attr73419") ) +(myObject (attribute1 "attr73420") ) +(myObject (attribute1 "attr73421") ) +(myObject (attribute1 "attr73422") ) +(myObject (attribute1 "attr73423") ) +(myObject (attribute1 "attr73424") ) +(myObject (attribute1 "attr73425") ) +(myObject (attribute1 "attr73426") ) +(myObject (attribute1 "attr73427") ) +(myObject (attribute1 "attr73428") ) +(myObject (attribute1 "attr73429") ) +(myObject (attribute1 "attr73430") ) +(myObject (attribute1 "attr73431") ) +(myObject (attribute1 "attr73432") ) +(myObject (attribute1 "attr73433") ) +(myObject (attribute1 "attr73434") ) +(myObject (attribute1 "attr73435") ) +(myObject (attribute1 "attr73436") ) +(myObject (attribute1 "attr73437") ) +(myObject (attribute1 "attr73438") ) +(myObject (attribute1 "attr73439") ) +(myObject (attribute1 "attr73440") ) +(myObject (attribute1 "attr73441") ) +(myObject (attribute1 "attr73442") ) +(myObject (attribute1 "attr73443") ) +(myObject (attribute1 "attr73444") ) +(myObject (attribute1 "attr73445") ) +(myObject (attribute1 "attr73446") ) +(myObject (attribute1 "attr73447") ) +(myObject (attribute1 "attr73448") ) +(myObject (attribute1 "attr73449") ) +(myObject (attribute1 "attr73450") ) +(myObject (attribute1 "attr73451") ) +(myObject (attribute1 "attr73452") ) +(myObject (attribute1 "attr73453") ) +(myObject (attribute1 "attr73454") ) +(myObject (attribute1 "attr73455") ) +(myObject (attribute1 "attr73456") ) +(myObject (attribute1 "attr73457") ) +(myObject (attribute1 "attr73458") ) +(myObject (attribute1 "attr73459") ) +(myObject (attribute1 "attr73460") ) +(myObject (attribute1 "attr73461") ) +(myObject (attribute1 "attr73462") ) +(myObject (attribute1 "attr73463") ) +(myObject (attribute1 "attr73464") ) +(myObject (attribute1 "attr73465") ) +(myObject (attribute1 "attr73466") ) +(myObject (attribute1 "attr73467") ) +(myObject (attribute1 "attr73468") ) +(myObject (attribute1 "attr73469") ) +(myObject (attribute1 "attr73470") ) +(myObject (attribute1 "attr73471") ) +(myObject (attribute1 "attr73472") ) +(myObject (attribute1 "attr73473") ) +(myObject (attribute1 "attr73474") ) +(myObject (attribute1 "attr73475") ) +(myObject (attribute1 "attr73476") ) +(myObject (attribute1 "attr73477") ) +(myObject (attribute1 "attr73478") ) +(myObject (attribute1 "attr73479") ) +(myObject (attribute1 "attr73480") ) +(myObject (attribute1 "attr73481") ) +(myObject (attribute1 "attr73482") ) +(myObject (attribute1 "attr73483") ) +(myObject (attribute1 "attr73484") ) +(myObject (attribute1 "attr73485") ) +(myObject (attribute1 "attr73486") ) +(myObject (attribute1 "attr73487") ) +(myObject (attribute1 "attr73488") ) +(myObject (attribute1 "attr73489") ) +(myObject (attribute1 "attr73490") ) +(myObject (attribute1 "attr73491") ) +(myObject (attribute1 "attr73492") ) +(myObject (attribute1 "attr73493") ) +(myObject (attribute1 "attr73494") ) +(myObject (attribute1 "attr73495") ) +(myObject (attribute1 "attr73496") ) +(myObject (attribute1 "attr73497") ) +(myObject (attribute1 "attr73498") ) +(myObject (attribute1 "attr73499") ) +(myObject (attribute1 "attr73500") ) +(myObject (attribute1 "attr73501") ) +(myObject (attribute1 "attr73502") ) +(myObject (attribute1 "attr73503") ) +(myObject (attribute1 "attr73504") ) +(myObject (attribute1 "attr73505") ) +(myObject (attribute1 "attr73506") ) +(myObject (attribute1 "attr73507") ) +(myObject (attribute1 "attr73508") ) +(myObject (attribute1 "attr73509") ) +(myObject (attribute1 "attr73510") ) +(myObject (attribute1 "attr73511") ) +(myObject (attribute1 "attr73512") ) +(myObject (attribute1 "attr73513") ) +(myObject (attribute1 "attr73514") ) +(myObject (attribute1 "attr73515") ) +(myObject (attribute1 "attr73516") ) +(myObject (attribute1 "attr73517") ) +(myObject (attribute1 "attr73518") ) +(myObject (attribute1 "attr73519") ) +(myObject (attribute1 "attr73520") ) +(myObject (attribute1 "attr73521") ) +(myObject (attribute1 "attr73522") ) +(myObject (attribute1 "attr73523") ) +(myObject (attribute1 "attr73524") ) +(myObject (attribute1 "attr73525") ) +(myObject (attribute1 "attr73526") ) +(myObject (attribute1 "attr73527") ) +(myObject (attribute1 "attr73528") ) +(myObject (attribute1 "attr73529") ) +(myObject (attribute1 "attr73530") ) +(myObject (attribute1 "attr73531") ) +(myObject (attribute1 "attr73532") ) +(myObject (attribute1 "attr73533") ) +(myObject (attribute1 "attr73534") ) +(myObject (attribute1 "attr73535") ) +(myObject (attribute1 "attr73536") ) +(myObject (attribute1 "attr73537") ) +(myObject (attribute1 "attr73538") ) +(myObject (attribute1 "attr73539") ) +(myObject (attribute1 "attr73540") ) +(myObject (attribute1 "attr73541") ) +(myObject (attribute1 "attr73542") ) +(myObject (attribute1 "attr73543") ) +(myObject (attribute1 "attr73544") ) +(myObject (attribute1 "attr73545") ) +(myObject (attribute1 "attr73546") ) +(myObject (attribute1 "attr73547") ) +(myObject (attribute1 "attr73548") ) +(myObject (attribute1 "attr73549") ) +(myObject (attribute1 "attr73550") ) +(myObject (attribute1 "attr73551") ) +(myObject (attribute1 "attr73552") ) +(myObject (attribute1 "attr73553") ) +(myObject (attribute1 "attr73554") ) +(myObject (attribute1 "attr73555") ) +(myObject (attribute1 "attr73556") ) +(myObject (attribute1 "attr73557") ) +(myObject (attribute1 "attr73558") ) +(myObject (attribute1 "attr73559") ) +(myObject (attribute1 "attr73560") ) +(myObject (attribute1 "attr73561") ) +(myObject (attribute1 "attr73562") ) +(myObject (attribute1 "attr73563") ) +(myObject (attribute1 "attr73564") ) +(myObject (attribute1 "attr73565") ) +(myObject (attribute1 "attr73566") ) +(myObject (attribute1 "attr73567") ) +(myObject (attribute1 "attr73568") ) +(myObject (attribute1 "attr73569") ) +(myObject (attribute1 "attr73570") ) +(myObject (attribute1 "attr73571") ) +(myObject (attribute1 "attr73572") ) +(myObject (attribute1 "attr73573") ) +(myObject (attribute1 "attr73574") ) +(myObject (attribute1 "attr73575") ) +(myObject (attribute1 "attr73576") ) +(myObject (attribute1 "attr73577") ) +(myObject (attribute1 "attr73578") ) +(myObject (attribute1 "attr73579") ) +(myObject (attribute1 "attr73580") ) +(myObject (attribute1 "attr73581") ) +(myObject (attribute1 "attr73582") ) +(myObject (attribute1 "attr73583") ) +(myObject (attribute1 "attr73584") ) +(myObject (attribute1 "attr73585") ) +(myObject (attribute1 "attr73586") ) +(myObject (attribute1 "attr73587") ) +(myObject (attribute1 "attr73588") ) +(myObject (attribute1 "attr73589") ) +(myObject (attribute1 "attr73590") ) +(myObject (attribute1 "attr73591") ) +(myObject (attribute1 "attr73592") ) +(myObject (attribute1 "attr73593") ) +(myObject (attribute1 "attr73594") ) +(myObject (attribute1 "attr73595") ) +(myObject (attribute1 "attr73596") ) +(myObject (attribute1 "attr73597") ) +(myObject (attribute1 "attr73598") ) +(myObject (attribute1 "attr73599") ) +(myObject (attribute1 "attr73600") ) +(myObject (attribute1 "attr73601") ) +(myObject (attribute1 "attr73602") ) +(myObject (attribute1 "attr73603") ) +(myObject (attribute1 "attr73604") ) +(myObject (attribute1 "attr73605") ) +(myObject (attribute1 "attr73606") ) +(myObject (attribute1 "attr73607") ) +(myObject (attribute1 "attr73608") ) +(myObject (attribute1 "attr73609") ) +(myObject (attribute1 "attr73610") ) +(myObject (attribute1 "attr73611") ) +(myObject (attribute1 "attr73612") ) +(myObject (attribute1 "attr73613") ) +(myObject (attribute1 "attr73614") ) +(myObject (attribute1 "attr73615") ) +(myObject (attribute1 "attr73616") ) +(myObject (attribute1 "attr73617") ) +(myObject (attribute1 "attr73618") ) +(myObject (attribute1 "attr73619") ) +(myObject (attribute1 "attr73620") ) +(myObject (attribute1 "attr73621") ) +(myObject (attribute1 "attr73622") ) +(myObject (attribute1 "attr73623") ) +(myObject (attribute1 "attr73624") ) +(myObject (attribute1 "attr73625") ) +(myObject (attribute1 "attr73626") ) +(myObject (attribute1 "attr73627") ) +(myObject (attribute1 "attr73628") ) +(myObject (attribute1 "attr73629") ) +(myObject (attribute1 "attr73630") ) +(myObject (attribute1 "attr73631") ) +(myObject (attribute1 "attr73632") ) +(myObject (attribute1 "attr73633") ) +(myObject (attribute1 "attr73634") ) +(myObject (attribute1 "attr73635") ) +(myObject (attribute1 "attr73636") ) +(myObject (attribute1 "attr73637") ) +(myObject (attribute1 "attr73638") ) +(myObject (attribute1 "attr73639") ) +(myObject (attribute1 "attr73640") ) +(myObject (attribute1 "attr73641") ) +(myObject (attribute1 "attr73642") ) +(myObject (attribute1 "attr73643") ) +(myObject (attribute1 "attr73644") ) +(myObject (attribute1 "attr73645") ) +(myObject (attribute1 "attr73646") ) +(myObject (attribute1 "attr73647") ) +(myObject (attribute1 "attr73648") ) +(myObject (attribute1 "attr73649") ) +(myObject (attribute1 "attr73650") ) +(myObject (attribute1 "attr73651") ) +(myObject (attribute1 "attr73652") ) +(myObject (attribute1 "attr73653") ) +(myObject (attribute1 "attr73654") ) +(myObject (attribute1 "attr73655") ) +(myObject (attribute1 "attr73656") ) +(myObject (attribute1 "attr73657") ) +(myObject (attribute1 "attr73658") ) +(myObject (attribute1 "attr73659") ) +(myObject (attribute1 "attr73660") ) +(myObject (attribute1 "attr73661") ) +(myObject (attribute1 "attr73662") ) +(myObject (attribute1 "attr73663") ) +(myObject (attribute1 "attr73664") ) +(myObject (attribute1 "attr73665") ) +(myObject (attribute1 "attr73666") ) +(myObject (attribute1 "attr73667") ) +(myObject (attribute1 "attr73668") ) +(myObject (attribute1 "attr73669") ) +(myObject (attribute1 "attr73670") ) +(myObject (attribute1 "attr73671") ) +(myObject (attribute1 "attr73672") ) +(myObject (attribute1 "attr73673") ) +(myObject (attribute1 "attr73674") ) +(myObject (attribute1 "attr73675") ) +(myObject (attribute1 "attr73676") ) +(myObject (attribute1 "attr73677") ) +(myObject (attribute1 "attr73678") ) +(myObject (attribute1 "attr73679") ) +(myObject (attribute1 "attr73680") ) +(myObject (attribute1 "attr73681") ) +(myObject (attribute1 "attr73682") ) +(myObject (attribute1 "attr73683") ) +(myObject (attribute1 "attr73684") ) +(myObject (attribute1 "attr73685") ) +(myObject (attribute1 "attr73686") ) +(myObject (attribute1 "attr73687") ) +(myObject (attribute1 "attr73688") ) +(myObject (attribute1 "attr73689") ) +(myObject (attribute1 "attr73690") ) +(myObject (attribute1 "attr73691") ) +(myObject (attribute1 "attr73692") ) +(myObject (attribute1 "attr73693") ) +(myObject (attribute1 "attr73694") ) +(myObject (attribute1 "attr73695") ) +(myObject (attribute1 "attr73696") ) +(myObject (attribute1 "attr73697") ) +(myObject (attribute1 "attr73698") ) +(myObject (attribute1 "attr73699") ) +(myObject (attribute1 "attr73700") ) +(myObject (attribute1 "attr73701") ) +(myObject (attribute1 "attr73702") ) +(myObject (attribute1 "attr73703") ) +(myObject (attribute1 "attr73704") ) +(myObject (attribute1 "attr73705") ) +(myObject (attribute1 "attr73706") ) +(myObject (attribute1 "attr73707") ) +(myObject (attribute1 "attr73708") ) +(myObject (attribute1 "attr73709") ) +(myObject (attribute1 "attr73710") ) +(myObject (attribute1 "attr73711") ) +(myObject (attribute1 "attr73712") ) +(myObject (attribute1 "attr73713") ) +(myObject (attribute1 "attr73714") ) +(myObject (attribute1 "attr73715") ) +(myObject (attribute1 "attr73716") ) +(myObject (attribute1 "attr73717") ) +(myObject (attribute1 "attr73718") ) +(myObject (attribute1 "attr73719") ) +(myObject (attribute1 "attr73720") ) +(myObject (attribute1 "attr73721") ) +(myObject (attribute1 "attr73722") ) +(myObject (attribute1 "attr73723") ) +(myObject (attribute1 "attr73724") ) +(myObject (attribute1 "attr73725") ) +(myObject (attribute1 "attr73726") ) +(myObject (attribute1 "attr73727") ) +(myObject (attribute1 "attr73728") ) +(myObject (attribute1 "attr73729") ) +(myObject (attribute1 "attr73730") ) +(myObject (attribute1 "attr73731") ) +(myObject (attribute1 "attr73732") ) +(myObject (attribute1 "attr73733") ) +(myObject (attribute1 "attr73734") ) +(myObject (attribute1 "attr73735") ) +(myObject (attribute1 "attr73736") ) +(myObject (attribute1 "attr73737") ) +(myObject (attribute1 "attr73738") ) +(myObject (attribute1 "attr73739") ) +(myObject (attribute1 "attr73740") ) +(myObject (attribute1 "attr73741") ) +(myObject (attribute1 "attr73742") ) +(myObject (attribute1 "attr73743") ) +(myObject (attribute1 "attr73744") ) +(myObject (attribute1 "attr73745") ) +(myObject (attribute1 "attr73746") ) +(myObject (attribute1 "attr73747") ) +(myObject (attribute1 "attr73748") ) +(myObject (attribute1 "attr73749") ) +(myObject (attribute1 "attr73750") ) +(myObject (attribute1 "attr73751") ) +(myObject (attribute1 "attr73752") ) +(myObject (attribute1 "attr73753") ) +(myObject (attribute1 "attr73754") ) +(myObject (attribute1 "attr73755") ) +(myObject (attribute1 "attr73756") ) +(myObject (attribute1 "attr73757") ) +(myObject (attribute1 "attr73758") ) +(myObject (attribute1 "attr73759") ) +(myObject (attribute1 "attr73760") ) +(myObject (attribute1 "attr73761") ) +(myObject (attribute1 "attr73762") ) +(myObject (attribute1 "attr73763") ) +(myObject (attribute1 "attr73764") ) +(myObject (attribute1 "attr73765") ) +(myObject (attribute1 "attr73766") ) +(myObject (attribute1 "attr73767") ) +(myObject (attribute1 "attr73768") ) +(myObject (attribute1 "attr73769") ) +(myObject (attribute1 "attr73770") ) +(myObject (attribute1 "attr73771") ) +(myObject (attribute1 "attr73772") ) +(myObject (attribute1 "attr73773") ) +(myObject (attribute1 "attr73774") ) +(myObject (attribute1 "attr73775") ) +(myObject (attribute1 "attr73776") ) +(myObject (attribute1 "attr73777") ) +(myObject (attribute1 "attr73778") ) +(myObject (attribute1 "attr73779") ) +(myObject (attribute1 "attr73780") ) +(myObject (attribute1 "attr73781") ) +(myObject (attribute1 "attr73782") ) +(myObject (attribute1 "attr73783") ) +(myObject (attribute1 "attr73784") ) +(myObject (attribute1 "attr73785") ) +(myObject (attribute1 "attr73786") ) +(myObject (attribute1 "attr73787") ) +(myObject (attribute1 "attr73788") ) +(myObject (attribute1 "attr73789") ) +(myObject (attribute1 "attr73790") ) +(myObject (attribute1 "attr73791") ) +(myObject (attribute1 "attr73792") ) +(myObject (attribute1 "attr73793") ) +(myObject (attribute1 "attr73794") ) +(myObject (attribute1 "attr73795") ) +(myObject (attribute1 "attr73796") ) +(myObject (attribute1 "attr73797") ) +(myObject (attribute1 "attr73798") ) +(myObject (attribute1 "attr73799") ) +(myObject (attribute1 "attr73800") ) +(myObject (attribute1 "attr73801") ) +(myObject (attribute1 "attr73802") ) +(myObject (attribute1 "attr73803") ) +(myObject (attribute1 "attr73804") ) +(myObject (attribute1 "attr73805") ) +(myObject (attribute1 "attr73806") ) +(myObject (attribute1 "attr73807") ) +(myObject (attribute1 "attr73808") ) +(myObject (attribute1 "attr73809") ) +(myObject (attribute1 "attr73810") ) +(myObject (attribute1 "attr73811") ) +(myObject (attribute1 "attr73812") ) +(myObject (attribute1 "attr73813") ) +(myObject (attribute1 "attr73814") ) +(myObject (attribute1 "attr73815") ) +(myObject (attribute1 "attr73816") ) +(myObject (attribute1 "attr73817") ) +(myObject (attribute1 "attr73818") ) +(myObject (attribute1 "attr73819") ) +(myObject (attribute1 "attr73820") ) +(myObject (attribute1 "attr73821") ) +(myObject (attribute1 "attr73822") ) +(myObject (attribute1 "attr73823") ) +(myObject (attribute1 "attr73824") ) +(myObject (attribute1 "attr73825") ) +(myObject (attribute1 "attr73826") ) +(myObject (attribute1 "attr73827") ) +(myObject (attribute1 "attr73828") ) +(myObject (attribute1 "attr73829") ) +(myObject (attribute1 "attr73830") ) +(myObject (attribute1 "attr73831") ) +(myObject (attribute1 "attr73832") ) +(myObject (attribute1 "attr73833") ) +(myObject (attribute1 "attr73834") ) +(myObject (attribute1 "attr73835") ) +(myObject (attribute1 "attr73836") ) +(myObject (attribute1 "attr73837") ) +(myObject (attribute1 "attr73838") ) +(myObject (attribute1 "attr73839") ) +(myObject (attribute1 "attr73840") ) +(myObject (attribute1 "attr73841") ) +(myObject (attribute1 "attr73842") ) +(myObject (attribute1 "attr73843") ) +(myObject (attribute1 "attr73844") ) +(myObject (attribute1 "attr73845") ) +(myObject (attribute1 "attr73846") ) +(myObject (attribute1 "attr73847") ) +(myObject (attribute1 "attr73848") ) +(myObject (attribute1 "attr73849") ) +(myObject (attribute1 "attr73850") ) +(myObject (attribute1 "attr73851") ) +(myObject (attribute1 "attr73852") ) +(myObject (attribute1 "attr73853") ) +(myObject (attribute1 "attr73854") ) +(myObject (attribute1 "attr73855") ) +(myObject (attribute1 "attr73856") ) +(myObject (attribute1 "attr73857") ) +(myObject (attribute1 "attr73858") ) +(myObject (attribute1 "attr73859") ) +(myObject (attribute1 "attr73860") ) +(myObject (attribute1 "attr73861") ) +(myObject (attribute1 "attr73862") ) +(myObject (attribute1 "attr73863") ) +(myObject (attribute1 "attr73864") ) +(myObject (attribute1 "attr73865") ) +(myObject (attribute1 "attr73866") ) +(myObject (attribute1 "attr73867") ) +(myObject (attribute1 "attr73868") ) +(myObject (attribute1 "attr73869") ) +(myObject (attribute1 "attr73870") ) +(myObject (attribute1 "attr73871") ) +(myObject (attribute1 "attr73872") ) +(myObject (attribute1 "attr73873") ) +(myObject (attribute1 "attr73874") ) +(myObject (attribute1 "attr73875") ) +(myObject (attribute1 "attr73876") ) +(myObject (attribute1 "attr73877") ) +(myObject (attribute1 "attr73878") ) +(myObject (attribute1 "attr73879") ) +(myObject (attribute1 "attr73880") ) +(myObject (attribute1 "attr73881") ) +(myObject (attribute1 "attr73882") ) +(myObject (attribute1 "attr73883") ) +(myObject (attribute1 "attr73884") ) +(myObject (attribute1 "attr73885") ) +(myObject (attribute1 "attr73886") ) +(myObject (attribute1 "attr73887") ) +(myObject (attribute1 "attr73888") ) +(myObject (attribute1 "attr73889") ) +(myObject (attribute1 "attr73890") ) +(myObject (attribute1 "attr73891") ) +(myObject (attribute1 "attr73892") ) +(myObject (attribute1 "attr73893") ) +(myObject (attribute1 "attr73894") ) +(myObject (attribute1 "attr73895") ) +(myObject (attribute1 "attr73896") ) +(myObject (attribute1 "attr73897") ) +(myObject (attribute1 "attr73898") ) +(myObject (attribute1 "attr73899") ) +(myObject (attribute1 "attr73900") ) +(myObject (attribute1 "attr73901") ) +(myObject (attribute1 "attr73902") ) +(myObject (attribute1 "attr73903") ) +(myObject (attribute1 "attr73904") ) +(myObject (attribute1 "attr73905") ) +(myObject (attribute1 "attr73906") ) +(myObject (attribute1 "attr73907") ) +(myObject (attribute1 "attr73908") ) +(myObject (attribute1 "attr73909") ) +(myObject (attribute1 "attr73910") ) +(myObject (attribute1 "attr73911") ) +(myObject (attribute1 "attr73912") ) +(myObject (attribute1 "attr73913") ) +(myObject (attribute1 "attr73914") ) +(myObject (attribute1 "attr73915") ) +(myObject (attribute1 "attr73916") ) +(myObject (attribute1 "attr73917") ) +(myObject (attribute1 "attr73918") ) +(myObject (attribute1 "attr73919") ) +(myObject (attribute1 "attr73920") ) +(myObject (attribute1 "attr73921") ) +(myObject (attribute1 "attr73922") ) +(myObject (attribute1 "attr73923") ) +(myObject (attribute1 "attr73924") ) +(myObject (attribute1 "attr73925") ) +(myObject (attribute1 "attr73926") ) +(myObject (attribute1 "attr73927") ) +(myObject (attribute1 "attr73928") ) +(myObject (attribute1 "attr73929") ) +(myObject (attribute1 "attr73930") ) +(myObject (attribute1 "attr73931") ) +(myObject (attribute1 "attr73932") ) +(myObject (attribute1 "attr73933") ) +(myObject (attribute1 "attr73934") ) +(myObject (attribute1 "attr73935") ) +(myObject (attribute1 "attr73936") ) +(myObject (attribute1 "attr73937") ) +(myObject (attribute1 "attr73938") ) +(myObject (attribute1 "attr73939") ) +(myObject (attribute1 "attr73940") ) +(myObject (attribute1 "attr73941") ) +(myObject (attribute1 "attr73942") ) +(myObject (attribute1 "attr73943") ) +(myObject (attribute1 "attr73944") ) +(myObject (attribute1 "attr73945") ) +(myObject (attribute1 "attr73946") ) +(myObject (attribute1 "attr73947") ) +(myObject (attribute1 "attr73948") ) +(myObject (attribute1 "attr73949") ) +(myObject (attribute1 "attr73950") ) +(myObject (attribute1 "attr73951") ) +(myObject (attribute1 "attr73952") ) +(myObject (attribute1 "attr73953") ) +(myObject (attribute1 "attr73954") ) +(myObject (attribute1 "attr73955") ) +(myObject (attribute1 "attr73956") ) +(myObject (attribute1 "attr73957") ) +(myObject (attribute1 "attr73958") ) +(myObject (attribute1 "attr73959") ) +(myObject (attribute1 "attr73960") ) +(myObject (attribute1 "attr73961") ) +(myObject (attribute1 "attr73962") ) +(myObject (attribute1 "attr73963") ) +(myObject (attribute1 "attr73964") ) +(myObject (attribute1 "attr73965") ) +(myObject (attribute1 "attr73966") ) +(myObject (attribute1 "attr73967") ) +(myObject (attribute1 "attr73968") ) +(myObject (attribute1 "attr73969") ) +(myObject (attribute1 "attr73970") ) +(myObject (attribute1 "attr73971") ) +(myObject (attribute1 "attr73972") ) +(myObject (attribute1 "attr73973") ) +(myObject (attribute1 "attr73974") ) +(myObject (attribute1 "attr73975") ) +(myObject (attribute1 "attr73976") ) +(myObject (attribute1 "attr73977") ) +(myObject (attribute1 "attr73978") ) +(myObject (attribute1 "attr73979") ) +(myObject (attribute1 "attr73980") ) +(myObject (attribute1 "attr73981") ) +(myObject (attribute1 "attr73982") ) +(myObject (attribute1 "attr73983") ) +(myObject (attribute1 "attr73984") ) +(myObject (attribute1 "attr73985") ) +(myObject (attribute1 "attr73986") ) +(myObject (attribute1 "attr73987") ) +(myObject (attribute1 "attr73988") ) +(myObject (attribute1 "attr73989") ) +(myObject (attribute1 "attr73990") ) +(myObject (attribute1 "attr73991") ) +(myObject (attribute1 "attr73992") ) +(myObject (attribute1 "attr73993") ) +(myObject (attribute1 "attr73994") ) +(myObject (attribute1 "attr73995") ) +(myObject (attribute1 "attr73996") ) +(myObject (attribute1 "attr73997") ) +(myObject (attribute1 "attr73998") ) +(myObject (attribute1 "attr73999") ) +(myObject (attribute1 "attr74000") ) +(myObject (attribute1 "attr74001") ) +(myObject (attribute1 "attr74002") ) +(myObject (attribute1 "attr74003") ) +(myObject (attribute1 "attr74004") ) +(myObject (attribute1 "attr74005") ) +(myObject (attribute1 "attr74006") ) +(myObject (attribute1 "attr74007") ) +(myObject (attribute1 "attr74008") ) +(myObject (attribute1 "attr74009") ) +(myObject (attribute1 "attr74010") ) +(myObject (attribute1 "attr74011") ) +(myObject (attribute1 "attr74012") ) +(myObject (attribute1 "attr74013") ) +(myObject (attribute1 "attr74014") ) +(myObject (attribute1 "attr74015") ) +(myObject (attribute1 "attr74016") ) +(myObject (attribute1 "attr74017") ) +(myObject (attribute1 "attr74018") ) +(myObject (attribute1 "attr74019") ) +(myObject (attribute1 "attr74020") ) +(myObject (attribute1 "attr74021") ) +(myObject (attribute1 "attr74022") ) +(myObject (attribute1 "attr74023") ) +(myObject (attribute1 "attr74024") ) +(myObject (attribute1 "attr74025") ) +(myObject (attribute1 "attr74026") ) +(myObject (attribute1 "attr74027") ) +(myObject (attribute1 "attr74028") ) +(myObject (attribute1 "attr74029") ) +(myObject (attribute1 "attr74030") ) +(myObject (attribute1 "attr74031") ) +(myObject (attribute1 "attr74032") ) +(myObject (attribute1 "attr74033") ) +(myObject (attribute1 "attr74034") ) +(myObject (attribute1 "attr74035") ) +(myObject (attribute1 "attr74036") ) +(myObject (attribute1 "attr74037") ) +(myObject (attribute1 "attr74038") ) +(myObject (attribute1 "attr74039") ) +(myObject (attribute1 "attr74040") ) +(myObject (attribute1 "attr74041") ) +(myObject (attribute1 "attr74042") ) +(myObject (attribute1 "attr74043") ) +(myObject (attribute1 "attr74044") ) +(myObject (attribute1 "attr74045") ) +(myObject (attribute1 "attr74046") ) +(myObject (attribute1 "attr74047") ) +(myObject (attribute1 "attr74048") ) +(myObject (attribute1 "attr74049") ) +(myObject (attribute1 "attr74050") ) +(myObject (attribute1 "attr74051") ) +(myObject (attribute1 "attr74052") ) +(myObject (attribute1 "attr74053") ) +(myObject (attribute1 "attr74054") ) +(myObject (attribute1 "attr74055") ) +(myObject (attribute1 "attr74056") ) +(myObject (attribute1 "attr74057") ) +(myObject (attribute1 "attr74058") ) +(myObject (attribute1 "attr74059") ) +(myObject (attribute1 "attr74060") ) +(myObject (attribute1 "attr74061") ) +(myObject (attribute1 "attr74062") ) +(myObject (attribute1 "attr74063") ) +(myObject (attribute1 "attr74064") ) +(myObject (attribute1 "attr74065") ) +(myObject (attribute1 "attr74066") ) +(myObject (attribute1 "attr74067") ) +(myObject (attribute1 "attr74068") ) +(myObject (attribute1 "attr74069") ) +(myObject (attribute1 "attr74070") ) +(myObject (attribute1 "attr74071") ) +(myObject (attribute1 "attr74072") ) +(myObject (attribute1 "attr74073") ) +(myObject (attribute1 "attr74074") ) +(myObject (attribute1 "attr74075") ) +(myObject (attribute1 "attr74076") ) +(myObject (attribute1 "attr74077") ) +(myObject (attribute1 "attr74078") ) +(myObject (attribute1 "attr74079") ) +(myObject (attribute1 "attr74080") ) +(myObject (attribute1 "attr74081") ) +(myObject (attribute1 "attr74082") ) +(myObject (attribute1 "attr74083") ) +(myObject (attribute1 "attr74084") ) +(myObject (attribute1 "attr74085") ) +(myObject (attribute1 "attr74086") ) +(myObject (attribute1 "attr74087") ) +(myObject (attribute1 "attr74088") ) +(myObject (attribute1 "attr74089") ) +(myObject (attribute1 "attr74090") ) +(myObject (attribute1 "attr74091") ) +(myObject (attribute1 "attr74092") ) +(myObject (attribute1 "attr74093") ) +(myObject (attribute1 "attr74094") ) +(myObject (attribute1 "attr74095") ) +(myObject (attribute1 "attr74096") ) +(myObject (attribute1 "attr74097") ) +(myObject (attribute1 "attr74098") ) +(myObject (attribute1 "attr74099") ) +(myObject (attribute1 "attr74100") ) +(myObject (attribute1 "attr74101") ) +(myObject (attribute1 "attr74102") ) +(myObject (attribute1 "attr74103") ) +(myObject (attribute1 "attr74104") ) +(myObject (attribute1 "attr74105") ) +(myObject (attribute1 "attr74106") ) +(myObject (attribute1 "attr74107") ) +(myObject (attribute1 "attr74108") ) +(myObject (attribute1 "attr74109") ) +(myObject (attribute1 "attr74110") ) +(myObject (attribute1 "attr74111") ) +(myObject (attribute1 "attr74112") ) +(myObject (attribute1 "attr74113") ) +(myObject (attribute1 "attr74114") ) +(myObject (attribute1 "attr74115") ) +(myObject (attribute1 "attr74116") ) +(myObject (attribute1 "attr74117") ) +(myObject (attribute1 "attr74118") ) +(myObject (attribute1 "attr74119") ) +(myObject (attribute1 "attr74120") ) +(myObject (attribute1 "attr74121") ) +(myObject (attribute1 "attr74122") ) +(myObject (attribute1 "attr74123") ) +(myObject (attribute1 "attr74124") ) +(myObject (attribute1 "attr74125") ) +(myObject (attribute1 "attr74126") ) +(myObject (attribute1 "attr74127") ) +(myObject (attribute1 "attr74128") ) +(myObject (attribute1 "attr74129") ) +(myObject (attribute1 "attr74130") ) +(myObject (attribute1 "attr74131") ) +(myObject (attribute1 "attr74132") ) +(myObject (attribute1 "attr74133") ) +(myObject (attribute1 "attr74134") ) +(myObject (attribute1 "attr74135") ) +(myObject (attribute1 "attr74136") ) +(myObject (attribute1 "attr74137") ) +(myObject (attribute1 "attr74138") ) +(myObject (attribute1 "attr74139") ) +(myObject (attribute1 "attr74140") ) +(myObject (attribute1 "attr74141") ) +(myObject (attribute1 "attr74142") ) +(myObject (attribute1 "attr74143") ) +(myObject (attribute1 "attr74144") ) +(myObject (attribute1 "attr74145") ) +(myObject (attribute1 "attr74146") ) +(myObject (attribute1 "attr74147") ) +(myObject (attribute1 "attr74148") ) +(myObject (attribute1 "attr74149") ) +(myObject (attribute1 "attr74150") ) +(myObject (attribute1 "attr74151") ) +(myObject (attribute1 "attr74152") ) +(myObject (attribute1 "attr74153") ) +(myObject (attribute1 "attr74154") ) +(myObject (attribute1 "attr74155") ) +(myObject (attribute1 "attr74156") ) +(myObject (attribute1 "attr74157") ) +(myObject (attribute1 "attr74158") ) +(myObject (attribute1 "attr74159") ) +(myObject (attribute1 "attr74160") ) +(myObject (attribute1 "attr74161") ) +(myObject (attribute1 "attr74162") ) +(myObject (attribute1 "attr74163") ) +(myObject (attribute1 "attr74164") ) +(myObject (attribute1 "attr74165") ) +(myObject (attribute1 "attr74166") ) +(myObject (attribute1 "attr74167") ) +(myObject (attribute1 "attr74168") ) +(myObject (attribute1 "attr74169") ) +(myObject (attribute1 "attr74170") ) +(myObject (attribute1 "attr74171") ) +(myObject (attribute1 "attr74172") ) +(myObject (attribute1 "attr74173") ) +(myObject (attribute1 "attr74174") ) +(myObject (attribute1 "attr74175") ) +(myObject (attribute1 "attr74176") ) +(myObject (attribute1 "attr74177") ) +(myObject (attribute1 "attr74178") ) +(myObject (attribute1 "attr74179") ) +(myObject (attribute1 "attr74180") ) +(myObject (attribute1 "attr74181") ) +(myObject (attribute1 "attr74182") ) +(myObject (attribute1 "attr74183") ) +(myObject (attribute1 "attr74184") ) +(myObject (attribute1 "attr74185") ) +(myObject (attribute1 "attr74186") ) +(myObject (attribute1 "attr74187") ) +(myObject (attribute1 "attr74188") ) +(myObject (attribute1 "attr74189") ) +(myObject (attribute1 "attr74190") ) +(myObject (attribute1 "attr74191") ) +(myObject (attribute1 "attr74192") ) +(myObject (attribute1 "attr74193") ) +(myObject (attribute1 "attr74194") ) +(myObject (attribute1 "attr74195") ) +(myObject (attribute1 "attr74196") ) +(myObject (attribute1 "attr74197") ) +(myObject (attribute1 "attr74198") ) +(myObject (attribute1 "attr74199") ) +(myObject (attribute1 "attr74200") ) +(myObject (attribute1 "attr74201") ) +(myObject (attribute1 "attr74202") ) +(myObject (attribute1 "attr74203") ) +(myObject (attribute1 "attr74204") ) +(myObject (attribute1 "attr74205") ) +(myObject (attribute1 "attr74206") ) +(myObject (attribute1 "attr74207") ) +(myObject (attribute1 "attr74208") ) +(myObject (attribute1 "attr74209") ) +(myObject (attribute1 "attr74210") ) +(myObject (attribute1 "attr74211") ) +(myObject (attribute1 "attr74212") ) +(myObject (attribute1 "attr74213") ) +(myObject (attribute1 "attr74214") ) +(myObject (attribute1 "attr74215") ) +(myObject (attribute1 "attr74216") ) +(myObject (attribute1 "attr74217") ) +(myObject (attribute1 "attr74218") ) +(myObject (attribute1 "attr74219") ) +(myObject (attribute1 "attr74220") ) +(myObject (attribute1 "attr74221") ) +(myObject (attribute1 "attr74222") ) +(myObject (attribute1 "attr74223") ) +(myObject (attribute1 "attr74224") ) +(myObject (attribute1 "attr74225") ) +(myObject (attribute1 "attr74226") ) +(myObject (attribute1 "attr74227") ) +(myObject (attribute1 "attr74228") ) +(myObject (attribute1 "attr74229") ) +(myObject (attribute1 "attr74230") ) +(myObject (attribute1 "attr74231") ) +(myObject (attribute1 "attr74232") ) +(myObject (attribute1 "attr74233") ) +(myObject (attribute1 "attr74234") ) +(myObject (attribute1 "attr74235") ) +(myObject (attribute1 "attr74236") ) +(myObject (attribute1 "attr74237") ) +(myObject (attribute1 "attr74238") ) +(myObject (attribute1 "attr74239") ) +(myObject (attribute1 "attr74240") ) +(myObject (attribute1 "attr74241") ) +(myObject (attribute1 "attr74242") ) +(myObject (attribute1 "attr74243") ) +(myObject (attribute1 "attr74244") ) +(myObject (attribute1 "attr74245") ) +(myObject (attribute1 "attr74246") ) +(myObject (attribute1 "attr74247") ) +(myObject (attribute1 "attr74248") ) +(myObject (attribute1 "attr74249") ) +(myObject (attribute1 "attr74250") ) +(myObject (attribute1 "attr74251") ) +(myObject (attribute1 "attr74252") ) +(myObject (attribute1 "attr74253") ) +(myObject (attribute1 "attr74254") ) +(myObject (attribute1 "attr74255") ) +(myObject (attribute1 "attr74256") ) +(myObject (attribute1 "attr74257") ) +(myObject (attribute1 "attr74258") ) +(myObject (attribute1 "attr74259") ) +(myObject (attribute1 "attr74260") ) +(myObject (attribute1 "attr74261") ) +(myObject (attribute1 "attr74262") ) +(myObject (attribute1 "attr74263") ) +(myObject (attribute1 "attr74264") ) +(myObject (attribute1 "attr74265") ) +(myObject (attribute1 "attr74266") ) +(myObject (attribute1 "attr74267") ) +(myObject (attribute1 "attr74268") ) +(myObject (attribute1 "attr74269") ) +(myObject (attribute1 "attr74270") ) +(myObject (attribute1 "attr74271") ) +(myObject (attribute1 "attr74272") ) +(myObject (attribute1 "attr74273") ) +(myObject (attribute1 "attr74274") ) +(myObject (attribute1 "attr74275") ) +(myObject (attribute1 "attr74276") ) +(myObject (attribute1 "attr74277") ) +(myObject (attribute1 "attr74278") ) +(myObject (attribute1 "attr74279") ) +(myObject (attribute1 "attr74280") ) +(myObject (attribute1 "attr74281") ) +(myObject (attribute1 "attr74282") ) +(myObject (attribute1 "attr74283") ) +(myObject (attribute1 "attr74284") ) +(myObject (attribute1 "attr74285") ) +(myObject (attribute1 "attr74286") ) +(myObject (attribute1 "attr74287") ) +(myObject (attribute1 "attr74288") ) +(myObject (attribute1 "attr74289") ) +(myObject (attribute1 "attr74290") ) +(myObject (attribute1 "attr74291") ) +(myObject (attribute1 "attr74292") ) +(myObject (attribute1 "attr74293") ) +(myObject (attribute1 "attr74294") ) +(myObject (attribute1 "attr74295") ) +(myObject (attribute1 "attr74296") ) +(myObject (attribute1 "attr74297") ) +(myObject (attribute1 "attr74298") ) +(myObject (attribute1 "attr74299") ) +(myObject (attribute1 "attr74300") ) +(myObject (attribute1 "attr74301") ) +(myObject (attribute1 "attr74302") ) +(myObject (attribute1 "attr74303") ) +(myObject (attribute1 "attr74304") ) +(myObject (attribute1 "attr74305") ) +(myObject (attribute1 "attr74306") ) +(myObject (attribute1 "attr74307") ) +(myObject (attribute1 "attr74308") ) +(myObject (attribute1 "attr74309") ) +(myObject (attribute1 "attr74310") ) +(myObject (attribute1 "attr74311") ) +(myObject (attribute1 "attr74312") ) +(myObject (attribute1 "attr74313") ) +(myObject (attribute1 "attr74314") ) +(myObject (attribute1 "attr74315") ) +(myObject (attribute1 "attr74316") ) +(myObject (attribute1 "attr74317") ) +(myObject (attribute1 "attr74318") ) +(myObject (attribute1 "attr74319") ) +(myObject (attribute1 "attr74320") ) +(myObject (attribute1 "attr74321") ) +(myObject (attribute1 "attr74322") ) +(myObject (attribute1 "attr74323") ) +(myObject (attribute1 "attr74324") ) +(myObject (attribute1 "attr74325") ) +(myObject (attribute1 "attr74326") ) +(myObject (attribute1 "attr74327") ) +(myObject (attribute1 "attr74328") ) +(myObject (attribute1 "attr74329") ) +(myObject (attribute1 "attr74330") ) +(myObject (attribute1 "attr74331") ) +(myObject (attribute1 "attr74332") ) +(myObject (attribute1 "attr74333") ) +(myObject (attribute1 "attr74334") ) +(myObject (attribute1 "attr74335") ) +(myObject (attribute1 "attr74336") ) +(myObject (attribute1 "attr74337") ) +(myObject (attribute1 "attr74338") ) +(myObject (attribute1 "attr74339") ) +(myObject (attribute1 "attr74340") ) +(myObject (attribute1 "attr74341") ) +(myObject (attribute1 "attr74342") ) +(myObject (attribute1 "attr74343") ) +(myObject (attribute1 "attr74344") ) +(myObject (attribute1 "attr74345") ) +(myObject (attribute1 "attr74346") ) +(myObject (attribute1 "attr74347") ) +(myObject (attribute1 "attr74348") ) +(myObject (attribute1 "attr74349") ) +(myObject (attribute1 "attr74350") ) +(myObject (attribute1 "attr74351") ) +(myObject (attribute1 "attr74352") ) +(myObject (attribute1 "attr74353") ) +(myObject (attribute1 "attr74354") ) +(myObject (attribute1 "attr74355") ) +(myObject (attribute1 "attr74356") ) +(myObject (attribute1 "attr74357") ) +(myObject (attribute1 "attr74358") ) +(myObject (attribute1 "attr74359") ) +(myObject (attribute1 "attr74360") ) +(myObject (attribute1 "attr74361") ) +(myObject (attribute1 "attr74362") ) +(myObject (attribute1 "attr74363") ) +(myObject (attribute1 "attr74364") ) +(myObject (attribute1 "attr74365") ) +(myObject (attribute1 "attr74366") ) +(myObject (attribute1 "attr74367") ) +(myObject (attribute1 "attr74368") ) +(myObject (attribute1 "attr74369") ) +(myObject (attribute1 "attr74370") ) +(myObject (attribute1 "attr74371") ) +(myObject (attribute1 "attr74372") ) +(myObject (attribute1 "attr74373") ) +(myObject (attribute1 "attr74374") ) +(myObject (attribute1 "attr74375") ) +(myObject (attribute1 "attr74376") ) +(myObject (attribute1 "attr74377") ) +(myObject (attribute1 "attr74378") ) +(myObject (attribute1 "attr74379") ) +(myObject (attribute1 "attr74380") ) +(myObject (attribute1 "attr74381") ) +(myObject (attribute1 "attr74382") ) +(myObject (attribute1 "attr74383") ) +(myObject (attribute1 "attr74384") ) +(myObject (attribute1 "attr74385") ) +(myObject (attribute1 "attr74386") ) +(myObject (attribute1 "attr74387") ) +(myObject (attribute1 "attr74388") ) +(myObject (attribute1 "attr74389") ) +(myObject (attribute1 "attr74390") ) +(myObject (attribute1 "attr74391") ) +(myObject (attribute1 "attr74392") ) +(myObject (attribute1 "attr74393") ) +(myObject (attribute1 "attr74394") ) +(myObject (attribute1 "attr74395") ) +(myObject (attribute1 "attr74396") ) +(myObject (attribute1 "attr74397") ) +(myObject (attribute1 "attr74398") ) +(myObject (attribute1 "attr74399") ) +(myObject (attribute1 "attr74400") ) +(myObject (attribute1 "attr74401") ) +(myObject (attribute1 "attr74402") ) +(myObject (attribute1 "attr74403") ) +(myObject (attribute1 "attr74404") ) +(myObject (attribute1 "attr74405") ) +(myObject (attribute1 "attr74406") ) +(myObject (attribute1 "attr74407") ) +(myObject (attribute1 "attr74408") ) +(myObject (attribute1 "attr74409") ) +(myObject (attribute1 "attr74410") ) +(myObject (attribute1 "attr74411") ) +(myObject (attribute1 "attr74412") ) +(myObject (attribute1 "attr74413") ) +(myObject (attribute1 "attr74414") ) +(myObject (attribute1 "attr74415") ) +(myObject (attribute1 "attr74416") ) +(myObject (attribute1 "attr74417") ) +(myObject (attribute1 "attr74418") ) +(myObject (attribute1 "attr74419") ) +(myObject (attribute1 "attr74420") ) +(myObject (attribute1 "attr74421") ) +(myObject (attribute1 "attr74422") ) +(myObject (attribute1 "attr74423") ) +(myObject (attribute1 "attr74424") ) +(myObject (attribute1 "attr74425") ) +(myObject (attribute1 "attr74426") ) +(myObject (attribute1 "attr74427") ) +(myObject (attribute1 "attr74428") ) +(myObject (attribute1 "attr74429") ) +(myObject (attribute1 "attr74430") ) +(myObject (attribute1 "attr74431") ) +(myObject (attribute1 "attr74432") ) +(myObject (attribute1 "attr74433") ) +(myObject (attribute1 "attr74434") ) +(myObject (attribute1 "attr74435") ) +(myObject (attribute1 "attr74436") ) +(myObject (attribute1 "attr74437") ) +(myObject (attribute1 "attr74438") ) +(myObject (attribute1 "attr74439") ) +(myObject (attribute1 "attr74440") ) +(myObject (attribute1 "attr74441") ) +(myObject (attribute1 "attr74442") ) +(myObject (attribute1 "attr74443") ) +(myObject (attribute1 "attr74444") ) +(myObject (attribute1 "attr74445") ) +(myObject (attribute1 "attr74446") ) +(myObject (attribute1 "attr74447") ) +(myObject (attribute1 "attr74448") ) +(myObject (attribute1 "attr74449") ) +(myObject (attribute1 "attr74450") ) +(myObject (attribute1 "attr74451") ) +(myObject (attribute1 "attr74452") ) +(myObject (attribute1 "attr74453") ) +(myObject (attribute1 "attr74454") ) +(myObject (attribute1 "attr74455") ) +(myObject (attribute1 "attr74456") ) +(myObject (attribute1 "attr74457") ) +(myObject (attribute1 "attr74458") ) +(myObject (attribute1 "attr74459") ) +(myObject (attribute1 "attr74460") ) +(myObject (attribute1 "attr74461") ) +(myObject (attribute1 "attr74462") ) +(myObject (attribute1 "attr74463") ) +(myObject (attribute1 "attr74464") ) +(myObject (attribute1 "attr74465") ) +(myObject (attribute1 "attr74466") ) +(myObject (attribute1 "attr74467") ) +(myObject (attribute1 "attr74468") ) +(myObject (attribute1 "attr74469") ) +(myObject (attribute1 "attr74470") ) +(myObject (attribute1 "attr74471") ) +(myObject (attribute1 "attr74472") ) +(myObject (attribute1 "attr74473") ) +(myObject (attribute1 "attr74474") ) +(myObject (attribute1 "attr74475") ) +(myObject (attribute1 "attr74476") ) +(myObject (attribute1 "attr74477") ) +(myObject (attribute1 "attr74478") ) +(myObject (attribute1 "attr74479") ) +(myObject (attribute1 "attr74480") ) +(myObject (attribute1 "attr74481") ) +(myObject (attribute1 "attr74482") ) +(myObject (attribute1 "attr74483") ) +(myObject (attribute1 "attr74484") ) +(myObject (attribute1 "attr74485") ) +(myObject (attribute1 "attr74486") ) +(myObject (attribute1 "attr74487") ) +(myObject (attribute1 "attr74488") ) +(myObject (attribute1 "attr74489") ) +(myObject (attribute1 "attr74490") ) +(myObject (attribute1 "attr74491") ) +(myObject (attribute1 "attr74492") ) +(myObject (attribute1 "attr74493") ) +(myObject (attribute1 "attr74494") ) +(myObject (attribute1 "attr74495") ) +(myObject (attribute1 "attr74496") ) +(myObject (attribute1 "attr74497") ) +(myObject (attribute1 "attr74498") ) +(myObject (attribute1 "attr74499") ) +(myObject (attribute1 "attr74500") ) +(myObject (attribute1 "attr74501") ) +(myObject (attribute1 "attr74502") ) +(myObject (attribute1 "attr74503") ) +(myObject (attribute1 "attr74504") ) +(myObject (attribute1 "attr74505") ) +(myObject (attribute1 "attr74506") ) +(myObject (attribute1 "attr74507") ) +(myObject (attribute1 "attr74508") ) +(myObject (attribute1 "attr74509") ) +(myObject (attribute1 "attr74510") ) +(myObject (attribute1 "attr74511") ) +(myObject (attribute1 "attr74512") ) +(myObject (attribute1 "attr74513") ) +(myObject (attribute1 "attr74514") ) +(myObject (attribute1 "attr74515") ) +(myObject (attribute1 "attr74516") ) +(myObject (attribute1 "attr74517") ) +(myObject (attribute1 "attr74518") ) +(myObject (attribute1 "attr74519") ) +(myObject (attribute1 "attr74520") ) +(myObject (attribute1 "attr74521") ) +(myObject (attribute1 "attr74522") ) +(myObject (attribute1 "attr74523") ) +(myObject (attribute1 "attr74524") ) +(myObject (attribute1 "attr74525") ) +(myObject (attribute1 "attr74526") ) +(myObject (attribute1 "attr74527") ) +(myObject (attribute1 "attr74528") ) +(myObject (attribute1 "attr74529") ) +(myObject (attribute1 "attr74530") ) +(myObject (attribute1 "attr74531") ) +(myObject (attribute1 "attr74532") ) +(myObject (attribute1 "attr74533") ) +(myObject (attribute1 "attr74534") ) +(myObject (attribute1 "attr74535") ) +(myObject (attribute1 "attr74536") ) +(myObject (attribute1 "attr74537") ) +(myObject (attribute1 "attr74538") ) +(myObject (attribute1 "attr74539") ) +(myObject (attribute1 "attr74540") ) +(myObject (attribute1 "attr74541") ) +(myObject (attribute1 "attr74542") ) +(myObject (attribute1 "attr74543") ) +(myObject (attribute1 "attr74544") ) +(myObject (attribute1 "attr74545") ) +(myObject (attribute1 "attr74546") ) +(myObject (attribute1 "attr74547") ) +(myObject (attribute1 "attr74548") ) +(myObject (attribute1 "attr74549") ) +(myObject (attribute1 "attr74550") ) +(myObject (attribute1 "attr74551") ) +(myObject (attribute1 "attr74552") ) +(myObject (attribute1 "attr74553") ) +(myObject (attribute1 "attr74554") ) +(myObject (attribute1 "attr74555") ) +(myObject (attribute1 "attr74556") ) +(myObject (attribute1 "attr74557") ) +(myObject (attribute1 "attr74558") ) +(myObject (attribute1 "attr74559") ) +(myObject (attribute1 "attr74560") ) +(myObject (attribute1 "attr74561") ) +(myObject (attribute1 "attr74562") ) +(myObject (attribute1 "attr74563") ) +(myObject (attribute1 "attr74564") ) +(myObject (attribute1 "attr74565") ) +(myObject (attribute1 "attr74566") ) +(myObject (attribute1 "attr74567") ) +(myObject (attribute1 "attr74568") ) +(myObject (attribute1 "attr74569") ) +(myObject (attribute1 "attr74570") ) +(myObject (attribute1 "attr74571") ) +(myObject (attribute1 "attr74572") ) +(myObject (attribute1 "attr74573") ) +(myObject (attribute1 "attr74574") ) +(myObject (attribute1 "attr74575") ) +(myObject (attribute1 "attr74576") ) +(myObject (attribute1 "attr74577") ) +(myObject (attribute1 "attr74578") ) +(myObject (attribute1 "attr74579") ) +(myObject (attribute1 "attr74580") ) +(myObject (attribute1 "attr74581") ) +(myObject (attribute1 "attr74582") ) +(myObject (attribute1 "attr74583") ) +(myObject (attribute1 "attr74584") ) +(myObject (attribute1 "attr74585") ) +(myObject (attribute1 "attr74586") ) +(myObject (attribute1 "attr74587") ) +(myObject (attribute1 "attr74588") ) +(myObject (attribute1 "attr74589") ) +(myObject (attribute1 "attr74590") ) +(myObject (attribute1 "attr74591") ) +(myObject (attribute1 "attr74592") ) +(myObject (attribute1 "attr74593") ) +(myObject (attribute1 "attr74594") ) +(myObject (attribute1 "attr74595") ) +(myObject (attribute1 "attr74596") ) +(myObject (attribute1 "attr74597") ) +(myObject (attribute1 "attr74598") ) +(myObject (attribute1 "attr74599") ) +(myObject (attribute1 "attr74600") ) +(myObject (attribute1 "attr74601") ) +(myObject (attribute1 "attr74602") ) +(myObject (attribute1 "attr74603") ) +(myObject (attribute1 "attr74604") ) +(myObject (attribute1 "attr74605") ) +(myObject (attribute1 "attr74606") ) +(myObject (attribute1 "attr74607") ) +(myObject (attribute1 "attr74608") ) +(myObject (attribute1 "attr74609") ) +(myObject (attribute1 "attr74610") ) +(myObject (attribute1 "attr74611") ) +(myObject (attribute1 "attr74612") ) +(myObject (attribute1 "attr74613") ) +(myObject (attribute1 "attr74614") ) +(myObject (attribute1 "attr74615") ) +(myObject (attribute1 "attr74616") ) +(myObject (attribute1 "attr74617") ) +(myObject (attribute1 "attr74618") ) +(myObject (attribute1 "attr74619") ) +(myObject (attribute1 "attr74620") ) +(myObject (attribute1 "attr74621") ) +(myObject (attribute1 "attr74622") ) +(myObject (attribute1 "attr74623") ) +(myObject (attribute1 "attr74624") ) +(myObject (attribute1 "attr74625") ) +(myObject (attribute1 "attr74626") ) +(myObject (attribute1 "attr74627") ) +(myObject (attribute1 "attr74628") ) +(myObject (attribute1 "attr74629") ) +(myObject (attribute1 "attr74630") ) +(myObject (attribute1 "attr74631") ) +(myObject (attribute1 "attr74632") ) +(myObject (attribute1 "attr74633") ) +(myObject (attribute1 "attr74634") ) +(myObject (attribute1 "attr74635") ) +(myObject (attribute1 "attr74636") ) +(myObject (attribute1 "attr74637") ) +(myObject (attribute1 "attr74638") ) +(myObject (attribute1 "attr74639") ) +(myObject (attribute1 "attr74640") ) +(myObject (attribute1 "attr74641") ) +(myObject (attribute1 "attr74642") ) +(myObject (attribute1 "attr74643") ) +(myObject (attribute1 "attr74644") ) +(myObject (attribute1 "attr74645") ) +(myObject (attribute1 "attr74646") ) +(myObject (attribute1 "attr74647") ) +(myObject (attribute1 "attr74648") ) +(myObject (attribute1 "attr74649") ) +(myObject (attribute1 "attr74650") ) +(myObject (attribute1 "attr74651") ) +(myObject (attribute1 "attr74652") ) +(myObject (attribute1 "attr74653") ) +(myObject (attribute1 "attr74654") ) +(myObject (attribute1 "attr74655") ) +(myObject (attribute1 "attr74656") ) +(myObject (attribute1 "attr74657") ) +(myObject (attribute1 "attr74658") ) +(myObject (attribute1 "attr74659") ) +(myObject (attribute1 "attr74660") ) +(myObject (attribute1 "attr74661") ) +(myObject (attribute1 "attr74662") ) +(myObject (attribute1 "attr74663") ) +(myObject (attribute1 "attr74664") ) +(myObject (attribute1 "attr74665") ) +(myObject (attribute1 "attr74666") ) +(myObject (attribute1 "attr74667") ) +(myObject (attribute1 "attr74668") ) +(myObject (attribute1 "attr74669") ) +(myObject (attribute1 "attr74670") ) +(myObject (attribute1 "attr74671") ) +(myObject (attribute1 "attr74672") ) +(myObject (attribute1 "attr74673") ) +(myObject (attribute1 "attr74674") ) +(myObject (attribute1 "attr74675") ) +(myObject (attribute1 "attr74676") ) +(myObject (attribute1 "attr74677") ) +(myObject (attribute1 "attr74678") ) +(myObject (attribute1 "attr74679") ) +(myObject (attribute1 "attr74680") ) +(myObject (attribute1 "attr74681") ) +(myObject (attribute1 "attr74682") ) +(myObject (attribute1 "attr74683") ) +(myObject (attribute1 "attr74684") ) +(myObject (attribute1 "attr74685") ) +(myObject (attribute1 "attr74686") ) +(myObject (attribute1 "attr74687") ) +(myObject (attribute1 "attr74688") ) +(myObject (attribute1 "attr74689") ) +(myObject (attribute1 "attr74690") ) +(myObject (attribute1 "attr74691") ) +(myObject (attribute1 "attr74692") ) +(myObject (attribute1 "attr74693") ) +(myObject (attribute1 "attr74694") ) +(myObject (attribute1 "attr74695") ) +(myObject (attribute1 "attr74696") ) +(myObject (attribute1 "attr74697") ) +(myObject (attribute1 "attr74698") ) +(myObject (attribute1 "attr74699") ) +(myObject (attribute1 "attr74700") ) +(myObject (attribute1 "attr74701") ) +(myObject (attribute1 "attr74702") ) +(myObject (attribute1 "attr74703") ) +(myObject (attribute1 "attr74704") ) +(myObject (attribute1 "attr74705") ) +(myObject (attribute1 "attr74706") ) +(myObject (attribute1 "attr74707") ) +(myObject (attribute1 "attr74708") ) +(myObject (attribute1 "attr74709") ) +(myObject (attribute1 "attr74710") ) +(myObject (attribute1 "attr74711") ) +(myObject (attribute1 "attr74712") ) +(myObject (attribute1 "attr74713") ) +(myObject (attribute1 "attr74714") ) +(myObject (attribute1 "attr74715") ) +(myObject (attribute1 "attr74716") ) +(myObject (attribute1 "attr74717") ) +(myObject (attribute1 "attr74718") ) +(myObject (attribute1 "attr74719") ) +(myObject (attribute1 "attr74720") ) +(myObject (attribute1 "attr74721") ) +(myObject (attribute1 "attr74722") ) +(myObject (attribute1 "attr74723") ) +(myObject (attribute1 "attr74724") ) +(myObject (attribute1 "attr74725") ) +(myObject (attribute1 "attr74726") ) +(myObject (attribute1 "attr74727") ) +(myObject (attribute1 "attr74728") ) +(myObject (attribute1 "attr74729") ) +(myObject (attribute1 "attr74730") ) +(myObject (attribute1 "attr74731") ) +(myObject (attribute1 "attr74732") ) +(myObject (attribute1 "attr74733") ) +(myObject (attribute1 "attr74734") ) +(myObject (attribute1 "attr74735") ) +(myObject (attribute1 "attr74736") ) +(myObject (attribute1 "attr74737") ) +(myObject (attribute1 "attr74738") ) +(myObject (attribute1 "attr74739") ) +(myObject (attribute1 "attr74740") ) +(myObject (attribute1 "attr74741") ) +(myObject (attribute1 "attr74742") ) +(myObject (attribute1 "attr74743") ) +(myObject (attribute1 "attr74744") ) +(myObject (attribute1 "attr74745") ) +(myObject (attribute1 "attr74746") ) +(myObject (attribute1 "attr74747") ) +(myObject (attribute1 "attr74748") ) +(myObject (attribute1 "attr74749") ) +(myObject (attribute1 "attr74750") ) +(myObject (attribute1 "attr74751") ) +(myObject (attribute1 "attr74752") ) +(myObject (attribute1 "attr74753") ) +(myObject (attribute1 "attr74754") ) +(myObject (attribute1 "attr74755") ) +(myObject (attribute1 "attr74756") ) +(myObject (attribute1 "attr74757") ) +(myObject (attribute1 "attr74758") ) +(myObject (attribute1 "attr74759") ) +(myObject (attribute1 "attr74760") ) +(myObject (attribute1 "attr74761") ) +(myObject (attribute1 "attr74762") ) +(myObject (attribute1 "attr74763") ) +(myObject (attribute1 "attr74764") ) +(myObject (attribute1 "attr74765") ) +(myObject (attribute1 "attr74766") ) +(myObject (attribute1 "attr74767") ) +(myObject (attribute1 "attr74768") ) +(myObject (attribute1 "attr74769") ) +(myObject (attribute1 "attr74770") ) +(myObject (attribute1 "attr74771") ) +(myObject (attribute1 "attr74772") ) +(myObject (attribute1 "attr74773") ) +(myObject (attribute1 "attr74774") ) +(myObject (attribute1 "attr74775") ) +(myObject (attribute1 "attr74776") ) +(myObject (attribute1 "attr74777") ) +(myObject (attribute1 "attr74778") ) +(myObject (attribute1 "attr74779") ) +(myObject (attribute1 "attr74780") ) +(myObject (attribute1 "attr74781") ) +(myObject (attribute1 "attr74782") ) +(myObject (attribute1 "attr74783") ) +(myObject (attribute1 "attr74784") ) +(myObject (attribute1 "attr74785") ) +(myObject (attribute1 "attr74786") ) +(myObject (attribute1 "attr74787") ) +(myObject (attribute1 "attr74788") ) +(myObject (attribute1 "attr74789") ) +(myObject (attribute1 "attr74790") ) +(myObject (attribute1 "attr74791") ) +(myObject (attribute1 "attr74792") ) +(myObject (attribute1 "attr74793") ) +(myObject (attribute1 "attr74794") ) +(myObject (attribute1 "attr74795") ) +(myObject (attribute1 "attr74796") ) +(myObject (attribute1 "attr74797") ) +(myObject (attribute1 "attr74798") ) +(myObject (attribute1 "attr74799") ) +(myObject (attribute1 "attr74800") ) +(myObject (attribute1 "attr74801") ) +(myObject (attribute1 "attr74802") ) +(myObject (attribute1 "attr74803") ) +(myObject (attribute1 "attr74804") ) +(myObject (attribute1 "attr74805") ) +(myObject (attribute1 "attr74806") ) +(myObject (attribute1 "attr74807") ) +(myObject (attribute1 "attr74808") ) +(myObject (attribute1 "attr74809") ) +(myObject (attribute1 "attr74810") ) +(myObject (attribute1 "attr74811") ) +(myObject (attribute1 "attr74812") ) +(myObject (attribute1 "attr74813") ) +(myObject (attribute1 "attr74814") ) +(myObject (attribute1 "attr74815") ) +(myObject (attribute1 "attr74816") ) +(myObject (attribute1 "attr74817") ) +(myObject (attribute1 "attr74818") ) +(myObject (attribute1 "attr74819") ) +(myObject (attribute1 "attr74820") ) +(myObject (attribute1 "attr74821") ) +(myObject (attribute1 "attr74822") ) +(myObject (attribute1 "attr74823") ) +(myObject (attribute1 "attr74824") ) +(myObject (attribute1 "attr74825") ) +(myObject (attribute1 "attr74826") ) +(myObject (attribute1 "attr74827") ) +(myObject (attribute1 "attr74828") ) +(myObject (attribute1 "attr74829") ) +(myObject (attribute1 "attr74830") ) +(myObject (attribute1 "attr74831") ) +(myObject (attribute1 "attr74832") ) +(myObject (attribute1 "attr74833") ) +(myObject (attribute1 "attr74834") ) +(myObject (attribute1 "attr74835") ) +(myObject (attribute1 "attr74836") ) +(myObject (attribute1 "attr74837") ) +(myObject (attribute1 "attr74838") ) +(myObject (attribute1 "attr74839") ) +(myObject (attribute1 "attr74840") ) +(myObject (attribute1 "attr74841") ) +(myObject (attribute1 "attr74842") ) +(myObject (attribute1 "attr74843") ) +(myObject (attribute1 "attr74844") ) +(myObject (attribute1 "attr74845") ) +(myObject (attribute1 "attr74846") ) +(myObject (attribute1 "attr74847") ) +(myObject (attribute1 "attr74848") ) +(myObject (attribute1 "attr74849") ) +(myObject (attribute1 "attr74850") ) +(myObject (attribute1 "attr74851") ) +(myObject (attribute1 "attr74852") ) +(myObject (attribute1 "attr74853") ) +(myObject (attribute1 "attr74854") ) +(myObject (attribute1 "attr74855") ) +(myObject (attribute1 "attr74856") ) +(myObject (attribute1 "attr74857") ) +(myObject (attribute1 "attr74858") ) +(myObject (attribute1 "attr74859") ) +(myObject (attribute1 "attr74860") ) +(myObject (attribute1 "attr74861") ) +(myObject (attribute1 "attr74862") ) +(myObject (attribute1 "attr74863") ) +(myObject (attribute1 "attr74864") ) +(myObject (attribute1 "attr74865") ) +(myObject (attribute1 "attr74866") ) +(myObject (attribute1 "attr74867") ) +(myObject (attribute1 "attr74868") ) +(myObject (attribute1 "attr74869") ) +(myObject (attribute1 "attr74870") ) +(myObject (attribute1 "attr74871") ) +(myObject (attribute1 "attr74872") ) +(myObject (attribute1 "attr74873") ) +(myObject (attribute1 "attr74874") ) +(myObject (attribute1 "attr74875") ) +(myObject (attribute1 "attr74876") ) +(myObject (attribute1 "attr74877") ) +(myObject (attribute1 "attr74878") ) +(myObject (attribute1 "attr74879") ) +(myObject (attribute1 "attr74880") ) +(myObject (attribute1 "attr74881") ) +(myObject (attribute1 "attr74882") ) +(myObject (attribute1 "attr74883") ) +(myObject (attribute1 "attr74884") ) +(myObject (attribute1 "attr74885") ) +(myObject (attribute1 "attr74886") ) +(myObject (attribute1 "attr74887") ) +(myObject (attribute1 "attr74888") ) +(myObject (attribute1 "attr74889") ) +(myObject (attribute1 "attr74890") ) +(myObject (attribute1 "attr74891") ) +(myObject (attribute1 "attr74892") ) +(myObject (attribute1 "attr74893") ) +(myObject (attribute1 "attr74894") ) +(myObject (attribute1 "attr74895") ) +(myObject (attribute1 "attr74896") ) +(myObject (attribute1 "attr74897") ) +(myObject (attribute1 "attr74898") ) +(myObject (attribute1 "attr74899") ) +(myObject (attribute1 "attr74900") ) +(myObject (attribute1 "attr74901") ) +(myObject (attribute1 "attr74902") ) +(myObject (attribute1 "attr74903") ) +(myObject (attribute1 "attr74904") ) +(myObject (attribute1 "attr74905") ) +(myObject (attribute1 "attr74906") ) +(myObject (attribute1 "attr74907") ) +(myObject (attribute1 "attr74908") ) +(myObject (attribute1 "attr74909") ) +(myObject (attribute1 "attr74910") ) +(myObject (attribute1 "attr74911") ) +(myObject (attribute1 "attr74912") ) +(myObject (attribute1 "attr74913") ) +(myObject (attribute1 "attr74914") ) +(myObject (attribute1 "attr74915") ) +(myObject (attribute1 "attr74916") ) +(myObject (attribute1 "attr74917") ) +(myObject (attribute1 "attr74918") ) +(myObject (attribute1 "attr74919") ) +(myObject (attribute1 "attr74920") ) +(myObject (attribute1 "attr74921") ) +(myObject (attribute1 "attr74922") ) +(myObject (attribute1 "attr74923") ) +(myObject (attribute1 "attr74924") ) +(myObject (attribute1 "attr74925") ) +(myObject (attribute1 "attr74926") ) +(myObject (attribute1 "attr74927") ) +(myObject (attribute1 "attr74928") ) +(myObject (attribute1 "attr74929") ) +(myObject (attribute1 "attr74930") ) +(myObject (attribute1 "attr74931") ) +(myObject (attribute1 "attr74932") ) +(myObject (attribute1 "attr74933") ) +(myObject (attribute1 "attr74934") ) +(myObject (attribute1 "attr74935") ) +(myObject (attribute1 "attr74936") ) +(myObject (attribute1 "attr74937") ) +(myObject (attribute1 "attr74938") ) +(myObject (attribute1 "attr74939") ) +(myObject (attribute1 "attr74940") ) +(myObject (attribute1 "attr74941") ) +(myObject (attribute1 "attr74942") ) +(myObject (attribute1 "attr74943") ) +(myObject (attribute1 "attr74944") ) +(myObject (attribute1 "attr74945") ) +(myObject (attribute1 "attr74946") ) +(myObject (attribute1 "attr74947") ) +(myObject (attribute1 "attr74948") ) +(myObject (attribute1 "attr74949") ) +(myObject (attribute1 "attr74950") ) +(myObject (attribute1 "attr74951") ) +(myObject (attribute1 "attr74952") ) +(myObject (attribute1 "attr74953") ) +(myObject (attribute1 "attr74954") ) +(myObject (attribute1 "attr74955") ) +(myObject (attribute1 "attr74956") ) +(myObject (attribute1 "attr74957") ) +(myObject (attribute1 "attr74958") ) +(myObject (attribute1 "attr74959") ) +(myObject (attribute1 "attr74960") ) +(myObject (attribute1 "attr74961") ) +(myObject (attribute1 "attr74962") ) +(myObject (attribute1 "attr74963") ) +(myObject (attribute1 "attr74964") ) +(myObject (attribute1 "attr74965") ) +(myObject (attribute1 "attr74966") ) +(myObject (attribute1 "attr74967") ) +(myObject (attribute1 "attr74968") ) +(myObject (attribute1 "attr74969") ) +(myObject (attribute1 "attr74970") ) +(myObject (attribute1 "attr74971") ) +(myObject (attribute1 "attr74972") ) +(myObject (attribute1 "attr74973") ) +(myObject (attribute1 "attr74974") ) +(myObject (attribute1 "attr74975") ) +(myObject (attribute1 "attr74976") ) +(myObject (attribute1 "attr74977") ) +(myObject (attribute1 "attr74978") ) +(myObject (attribute1 "attr74979") ) +(myObject (attribute1 "attr74980") ) +(myObject (attribute1 "attr74981") ) +(myObject (attribute1 "attr74982") ) +(myObject (attribute1 "attr74983") ) +(myObject (attribute1 "attr74984") ) +(myObject (attribute1 "attr74985") ) +(myObject (attribute1 "attr74986") ) +(myObject (attribute1 "attr74987") ) +(myObject (attribute1 "attr74988") ) +(myObject (attribute1 "attr74989") ) +(myObject (attribute1 "attr74990") ) +(myObject (attribute1 "attr74991") ) +(myObject (attribute1 "attr74992") ) +(myObject (attribute1 "attr74993") ) +(myObject (attribute1 "attr74994") ) +(myObject (attribute1 "attr74995") ) +(myObject (attribute1 "attr74996") ) +(myObject (attribute1 "attr74997") ) +(myObject (attribute1 "attr74998") ) +(myObject (attribute1 "attr74999") ) +(myObject (attribute1 "attr75000") ) +(myObject (attribute1 "attr75001") ) +(myObject (attribute1 "attr75002") ) +(myObject (attribute1 "attr75003") ) +(myObject (attribute1 "attr75004") ) +(myObject (attribute1 "attr75005") ) +(myObject (attribute1 "attr75006") ) +(myObject (attribute1 "attr75007") ) +(myObject (attribute1 "attr75008") ) +(myObject (attribute1 "attr75009") ) +(myObject (attribute1 "attr75010") ) +(myObject (attribute1 "attr75011") ) +(myObject (attribute1 "attr75012") ) +(myObject (attribute1 "attr75013") ) +(myObject (attribute1 "attr75014") ) +(myObject (attribute1 "attr75015") ) +(myObject (attribute1 "attr75016") ) +(myObject (attribute1 "attr75017") ) +(myObject (attribute1 "attr75018") ) +(myObject (attribute1 "attr75019") ) +(myObject (attribute1 "attr75020") ) +(myObject (attribute1 "attr75021") ) +(myObject (attribute1 "attr75022") ) +(myObject (attribute1 "attr75023") ) +(myObject (attribute1 "attr75024") ) +(myObject (attribute1 "attr75025") ) +(myObject (attribute1 "attr75026") ) +(myObject (attribute1 "attr75027") ) +(myObject (attribute1 "attr75028") ) +(myObject (attribute1 "attr75029") ) +(myObject (attribute1 "attr75030") ) +(myObject (attribute1 "attr75031") ) +(myObject (attribute1 "attr75032") ) +(myObject (attribute1 "attr75033") ) +(myObject (attribute1 "attr75034") ) +(myObject (attribute1 "attr75035") ) +(myObject (attribute1 "attr75036") ) +(myObject (attribute1 "attr75037") ) +(myObject (attribute1 "attr75038") ) +(myObject (attribute1 "attr75039") ) +(myObject (attribute1 "attr75040") ) +(myObject (attribute1 "attr75041") ) +(myObject (attribute1 "attr75042") ) +(myObject (attribute1 "attr75043") ) +(myObject (attribute1 "attr75044") ) +(myObject (attribute1 "attr75045") ) +(myObject (attribute1 "attr75046") ) +(myObject (attribute1 "attr75047") ) +(myObject (attribute1 "attr75048") ) +(myObject (attribute1 "attr75049") ) +(myObject (attribute1 "attr75050") ) +(myObject (attribute1 "attr75051") ) +(myObject (attribute1 "attr75052") ) +(myObject (attribute1 "attr75053") ) +(myObject (attribute1 "attr75054") ) +(myObject (attribute1 "attr75055") ) +(myObject (attribute1 "attr75056") ) +(myObject (attribute1 "attr75057") ) +(myObject (attribute1 "attr75058") ) +(myObject (attribute1 "attr75059") ) +(myObject (attribute1 "attr75060") ) +(myObject (attribute1 "attr75061") ) +(myObject (attribute1 "attr75062") ) +(myObject (attribute1 "attr75063") ) +(myObject (attribute1 "attr75064") ) +(myObject (attribute1 "attr75065") ) +(myObject (attribute1 "attr75066") ) +(myObject (attribute1 "attr75067") ) +(myObject (attribute1 "attr75068") ) +(myObject (attribute1 "attr75069") ) +(myObject (attribute1 "attr75070") ) +(myObject (attribute1 "attr75071") ) +(myObject (attribute1 "attr75072") ) +(myObject (attribute1 "attr75073") ) +(myObject (attribute1 "attr75074") ) +(myObject (attribute1 "attr75075") ) +(myObject (attribute1 "attr75076") ) +(myObject (attribute1 "attr75077") ) +(myObject (attribute1 "attr75078") ) +(myObject (attribute1 "attr75079") ) +(myObject (attribute1 "attr75080") ) +(myObject (attribute1 "attr75081") ) +(myObject (attribute1 "attr75082") ) +(myObject (attribute1 "attr75083") ) +(myObject (attribute1 "attr75084") ) +(myObject (attribute1 "attr75085") ) +(myObject (attribute1 "attr75086") ) +(myObject (attribute1 "attr75087") ) +(myObject (attribute1 "attr75088") ) +(myObject (attribute1 "attr75089") ) +(myObject (attribute1 "attr75090") ) +(myObject (attribute1 "attr75091") ) +(myObject (attribute1 "attr75092") ) +(myObject (attribute1 "attr75093") ) +(myObject (attribute1 "attr75094") ) +(myObject (attribute1 "attr75095") ) +(myObject (attribute1 "attr75096") ) +(myObject (attribute1 "attr75097") ) +(myObject (attribute1 "attr75098") ) +(myObject (attribute1 "attr75099") ) +(myObject (attribute1 "attr75100") ) +(myObject (attribute1 "attr75101") ) +(myObject (attribute1 "attr75102") ) +(myObject (attribute1 "attr75103") ) +(myObject (attribute1 "attr75104") ) +(myObject (attribute1 "attr75105") ) +(myObject (attribute1 "attr75106") ) +(myObject (attribute1 "attr75107") ) +(myObject (attribute1 "attr75108") ) +(myObject (attribute1 "attr75109") ) +(myObject (attribute1 "attr75110") ) +(myObject (attribute1 "attr75111") ) +(myObject (attribute1 "attr75112") ) +(myObject (attribute1 "attr75113") ) +(myObject (attribute1 "attr75114") ) +(myObject (attribute1 "attr75115") ) +(myObject (attribute1 "attr75116") ) +(myObject (attribute1 "attr75117") ) +(myObject (attribute1 "attr75118") ) +(myObject (attribute1 "attr75119") ) +(myObject (attribute1 "attr75120") ) +(myObject (attribute1 "attr75121") ) +(myObject (attribute1 "attr75122") ) +(myObject (attribute1 "attr75123") ) +(myObject (attribute1 "attr75124") ) +(myObject (attribute1 "attr75125") ) +(myObject (attribute1 "attr75126") ) +(myObject (attribute1 "attr75127") ) +(myObject (attribute1 "attr75128") ) +(myObject (attribute1 "attr75129") ) +(myObject (attribute1 "attr75130") ) +(myObject (attribute1 "attr75131") ) +(myObject (attribute1 "attr75132") ) +(myObject (attribute1 "attr75133") ) +(myObject (attribute1 "attr75134") ) +(myObject (attribute1 "attr75135") ) +(myObject (attribute1 "attr75136") ) +(myObject (attribute1 "attr75137") ) +(myObject (attribute1 "attr75138") ) +(myObject (attribute1 "attr75139") ) +(myObject (attribute1 "attr75140") ) +(myObject (attribute1 "attr75141") ) +(myObject (attribute1 "attr75142") ) +(myObject (attribute1 "attr75143") ) +(myObject (attribute1 "attr75144") ) +(myObject (attribute1 "attr75145") ) +(myObject (attribute1 "attr75146") ) +(myObject (attribute1 "attr75147") ) +(myObject (attribute1 "attr75148") ) +(myObject (attribute1 "attr75149") ) +(myObject (attribute1 "attr75150") ) +(myObject (attribute1 "attr75151") ) +(myObject (attribute1 "attr75152") ) +(myObject (attribute1 "attr75153") ) +(myObject (attribute1 "attr75154") ) +(myObject (attribute1 "attr75155") ) +(myObject (attribute1 "attr75156") ) +(myObject (attribute1 "attr75157") ) +(myObject (attribute1 "attr75158") ) +(myObject (attribute1 "attr75159") ) +(myObject (attribute1 "attr75160") ) +(myObject (attribute1 "attr75161") ) +(myObject (attribute1 "attr75162") ) +(myObject (attribute1 "attr75163") ) +(myObject (attribute1 "attr75164") ) +(myObject (attribute1 "attr75165") ) +(myObject (attribute1 "attr75166") ) +(myObject (attribute1 "attr75167") ) +(myObject (attribute1 "attr75168") ) +(myObject (attribute1 "attr75169") ) +(myObject (attribute1 "attr75170") ) +(myObject (attribute1 "attr75171") ) +(myObject (attribute1 "attr75172") ) +(myObject (attribute1 "attr75173") ) +(myObject (attribute1 "attr75174") ) +(myObject (attribute1 "attr75175") ) +(myObject (attribute1 "attr75176") ) +(myObject (attribute1 "attr75177") ) +(myObject (attribute1 "attr75178") ) +(myObject (attribute1 "attr75179") ) +(myObject (attribute1 "attr75180") ) +(myObject (attribute1 "attr75181") ) +(myObject (attribute1 "attr75182") ) +(myObject (attribute1 "attr75183") ) +(myObject (attribute1 "attr75184") ) +(myObject (attribute1 "attr75185") ) +(myObject (attribute1 "attr75186") ) +(myObject (attribute1 "attr75187") ) +(myObject (attribute1 "attr75188") ) +(myObject (attribute1 "attr75189") ) +(myObject (attribute1 "attr75190") ) +(myObject (attribute1 "attr75191") ) +(myObject (attribute1 "attr75192") ) +(myObject (attribute1 "attr75193") ) +(myObject (attribute1 "attr75194") ) +(myObject (attribute1 "attr75195") ) +(myObject (attribute1 "attr75196") ) +(myObject (attribute1 "attr75197") ) +(myObject (attribute1 "attr75198") ) +(myObject (attribute1 "attr75199") ) +(myObject (attribute1 "attr75200") ) +(myObject (attribute1 "attr75201") ) +(myObject (attribute1 "attr75202") ) +(myObject (attribute1 "attr75203") ) +(myObject (attribute1 "attr75204") ) +(myObject (attribute1 "attr75205") ) +(myObject (attribute1 "attr75206") ) +(myObject (attribute1 "attr75207") ) +(myObject (attribute1 "attr75208") ) +(myObject (attribute1 "attr75209") ) +(myObject (attribute1 "attr75210") ) +(myObject (attribute1 "attr75211") ) +(myObject (attribute1 "attr75212") ) +(myObject (attribute1 "attr75213") ) +(myObject (attribute1 "attr75214") ) +(myObject (attribute1 "attr75215") ) +(myObject (attribute1 "attr75216") ) +(myObject (attribute1 "attr75217") ) +(myObject (attribute1 "attr75218") ) +(myObject (attribute1 "attr75219") ) +(myObject (attribute1 "attr75220") ) +(myObject (attribute1 "attr75221") ) +(myObject (attribute1 "attr75222") ) +(myObject (attribute1 "attr75223") ) +(myObject (attribute1 "attr75224") ) +(myObject (attribute1 "attr75225") ) +(myObject (attribute1 "attr75226") ) +(myObject (attribute1 "attr75227") ) +(myObject (attribute1 "attr75228") ) +(myObject (attribute1 "attr75229") ) +(myObject (attribute1 "attr75230") ) +(myObject (attribute1 "attr75231") ) +(myObject (attribute1 "attr75232") ) +(myObject (attribute1 "attr75233") ) +(myObject (attribute1 "attr75234") ) +(myObject (attribute1 "attr75235") ) +(myObject (attribute1 "attr75236") ) +(myObject (attribute1 "attr75237") ) +(myObject (attribute1 "attr75238") ) +(myObject (attribute1 "attr75239") ) +(myObject (attribute1 "attr75240") ) +(myObject (attribute1 "attr75241") ) +(myObject (attribute1 "attr75242") ) +(myObject (attribute1 "attr75243") ) +(myObject (attribute1 "attr75244") ) +(myObject (attribute1 "attr75245") ) +(myObject (attribute1 "attr75246") ) +(myObject (attribute1 "attr75247") ) +(myObject (attribute1 "attr75248") ) +(myObject (attribute1 "attr75249") ) +(myObject (attribute1 "attr75250") ) +(myObject (attribute1 "attr75251") ) +(myObject (attribute1 "attr75252") ) +(myObject (attribute1 "attr75253") ) +(myObject (attribute1 "attr75254") ) +(myObject (attribute1 "attr75255") ) +(myObject (attribute1 "attr75256") ) +(myObject (attribute1 "attr75257") ) +(myObject (attribute1 "attr75258") ) +(myObject (attribute1 "attr75259") ) +(myObject (attribute1 "attr75260") ) +(myObject (attribute1 "attr75261") ) +(myObject (attribute1 "attr75262") ) +(myObject (attribute1 "attr75263") ) +(myObject (attribute1 "attr75264") ) +(myObject (attribute1 "attr75265") ) +(myObject (attribute1 "attr75266") ) +(myObject (attribute1 "attr75267") ) +(myObject (attribute1 "attr75268") ) +(myObject (attribute1 "attr75269") ) +(myObject (attribute1 "attr75270") ) +(myObject (attribute1 "attr75271") ) +(myObject (attribute1 "attr75272") ) +(myObject (attribute1 "attr75273") ) +(myObject (attribute1 "attr75274") ) +(myObject (attribute1 "attr75275") ) +(myObject (attribute1 "attr75276") ) +(myObject (attribute1 "attr75277") ) +(myObject (attribute1 "attr75278") ) +(myObject (attribute1 "attr75279") ) +(myObject (attribute1 "attr75280") ) +(myObject (attribute1 "attr75281") ) +(myObject (attribute1 "attr75282") ) +(myObject (attribute1 "attr75283") ) +(myObject (attribute1 "attr75284") ) +(myObject (attribute1 "attr75285") ) +(myObject (attribute1 "attr75286") ) +(myObject (attribute1 "attr75287") ) +(myObject (attribute1 "attr75288") ) +(myObject (attribute1 "attr75289") ) +(myObject (attribute1 "attr75290") ) +(myObject (attribute1 "attr75291") ) +(myObject (attribute1 "attr75292") ) +(myObject (attribute1 "attr75293") ) +(myObject (attribute1 "attr75294") ) +(myObject (attribute1 "attr75295") ) +(myObject (attribute1 "attr75296") ) +(myObject (attribute1 "attr75297") ) +(myObject (attribute1 "attr75298") ) +(myObject (attribute1 "attr75299") ) +(myObject (attribute1 "attr75300") ) +(myObject (attribute1 "attr75301") ) +(myObject (attribute1 "attr75302") ) +(myObject (attribute1 "attr75303") ) +(myObject (attribute1 "attr75304") ) +(myObject (attribute1 "attr75305") ) +(myObject (attribute1 "attr75306") ) +(myObject (attribute1 "attr75307") ) +(myObject (attribute1 "attr75308") ) +(myObject (attribute1 "attr75309") ) +(myObject (attribute1 "attr75310") ) +(myObject (attribute1 "attr75311") ) +(myObject (attribute1 "attr75312") ) +(myObject (attribute1 "attr75313") ) +(myObject (attribute1 "attr75314") ) +(myObject (attribute1 "attr75315") ) +(myObject (attribute1 "attr75316") ) +(myObject (attribute1 "attr75317") ) +(myObject (attribute1 "attr75318") ) +(myObject (attribute1 "attr75319") ) +(myObject (attribute1 "attr75320") ) +(myObject (attribute1 "attr75321") ) +(myObject (attribute1 "attr75322") ) +(myObject (attribute1 "attr75323") ) +(myObject (attribute1 "attr75324") ) +(myObject (attribute1 "attr75325") ) +(myObject (attribute1 "attr75326") ) +(myObject (attribute1 "attr75327") ) +(myObject (attribute1 "attr75328") ) +(myObject (attribute1 "attr75329") ) +(myObject (attribute1 "attr75330") ) +(myObject (attribute1 "attr75331") ) +(myObject (attribute1 "attr75332") ) +(myObject (attribute1 "attr75333") ) +(myObject (attribute1 "attr75334") ) +(myObject (attribute1 "attr75335") ) +(myObject (attribute1 "attr75336") ) +(myObject (attribute1 "attr75337") ) +(myObject (attribute1 "attr75338") ) +(myObject (attribute1 "attr75339") ) +(myObject (attribute1 "attr75340") ) +(myObject (attribute1 "attr75341") ) +(myObject (attribute1 "attr75342") ) +(myObject (attribute1 "attr75343") ) +(myObject (attribute1 "attr75344") ) +(myObject (attribute1 "attr75345") ) +(myObject (attribute1 "attr75346") ) +(myObject (attribute1 "attr75347") ) +(myObject (attribute1 "attr75348") ) +(myObject (attribute1 "attr75349") ) +(myObject (attribute1 "attr75350") ) +(myObject (attribute1 "attr75351") ) +(myObject (attribute1 "attr75352") ) +(myObject (attribute1 "attr75353") ) +(myObject (attribute1 "attr75354") ) +(myObject (attribute1 "attr75355") ) +(myObject (attribute1 "attr75356") ) +(myObject (attribute1 "attr75357") ) +(myObject (attribute1 "attr75358") ) +(myObject (attribute1 "attr75359") ) +(myObject (attribute1 "attr75360") ) +(myObject (attribute1 "attr75361") ) +(myObject (attribute1 "attr75362") ) +(myObject (attribute1 "attr75363") ) +(myObject (attribute1 "attr75364") ) +(myObject (attribute1 "attr75365") ) +(myObject (attribute1 "attr75366") ) +(myObject (attribute1 "attr75367") ) +(myObject (attribute1 "attr75368") ) +(myObject (attribute1 "attr75369") ) +(myObject (attribute1 "attr75370") ) +(myObject (attribute1 "attr75371") ) +(myObject (attribute1 "attr75372") ) +(myObject (attribute1 "attr75373") ) +(myObject (attribute1 "attr75374") ) +(myObject (attribute1 "attr75375") ) +(myObject (attribute1 "attr75376") ) +(myObject (attribute1 "attr75377") ) +(myObject (attribute1 "attr75378") ) +(myObject (attribute1 "attr75379") ) +(myObject (attribute1 "attr75380") ) +(myObject (attribute1 "attr75381") ) +(myObject (attribute1 "attr75382") ) +(myObject (attribute1 "attr75383") ) +(myObject (attribute1 "attr75384") ) +(myObject (attribute1 "attr75385") ) +(myObject (attribute1 "attr75386") ) +(myObject (attribute1 "attr75387") ) +(myObject (attribute1 "attr75388") ) +(myObject (attribute1 "attr75389") ) +(myObject (attribute1 "attr75390") ) +(myObject (attribute1 "attr75391") ) +(myObject (attribute1 "attr75392") ) +(myObject (attribute1 "attr75393") ) +(myObject (attribute1 "attr75394") ) +(myObject (attribute1 "attr75395") ) +(myObject (attribute1 "attr75396") ) +(myObject (attribute1 "attr75397") ) +(myObject (attribute1 "attr75398") ) +(myObject (attribute1 "attr75399") ) +(myObject (attribute1 "attr75400") ) +(myObject (attribute1 "attr75401") ) +(myObject (attribute1 "attr75402") ) +(myObject (attribute1 "attr75403") ) +(myObject (attribute1 "attr75404") ) +(myObject (attribute1 "attr75405") ) +(myObject (attribute1 "attr75406") ) +(myObject (attribute1 "attr75407") ) +(myObject (attribute1 "attr75408") ) +(myObject (attribute1 "attr75409") ) +(myObject (attribute1 "attr75410") ) +(myObject (attribute1 "attr75411") ) +(myObject (attribute1 "attr75412") ) +(myObject (attribute1 "attr75413") ) +(myObject (attribute1 "attr75414") ) +(myObject (attribute1 "attr75415") ) +(myObject (attribute1 "attr75416") ) +(myObject (attribute1 "attr75417") ) +(myObject (attribute1 "attr75418") ) +(myObject (attribute1 "attr75419") ) +(myObject (attribute1 "attr75420") ) +(myObject (attribute1 "attr75421") ) +(myObject (attribute1 "attr75422") ) +(myObject (attribute1 "attr75423") ) +(myObject (attribute1 "attr75424") ) +(myObject (attribute1 "attr75425") ) +(myObject (attribute1 "attr75426") ) +(myObject (attribute1 "attr75427") ) +(myObject (attribute1 "attr75428") ) +(myObject (attribute1 "attr75429") ) +(myObject (attribute1 "attr75430") ) +(myObject (attribute1 "attr75431") ) +(myObject (attribute1 "attr75432") ) +(myObject (attribute1 "attr75433") ) +(myObject (attribute1 "attr75434") ) +(myObject (attribute1 "attr75435") ) +(myObject (attribute1 "attr75436") ) +(myObject (attribute1 "attr75437") ) +(myObject (attribute1 "attr75438") ) +(myObject (attribute1 "attr75439") ) +(myObject (attribute1 "attr75440") ) +(myObject (attribute1 "attr75441") ) +(myObject (attribute1 "attr75442") ) +(myObject (attribute1 "attr75443") ) +(myObject (attribute1 "attr75444") ) +(myObject (attribute1 "attr75445") ) +(myObject (attribute1 "attr75446") ) +(myObject (attribute1 "attr75447") ) +(myObject (attribute1 "attr75448") ) +(myObject (attribute1 "attr75449") ) +(myObject (attribute1 "attr75450") ) +(myObject (attribute1 "attr75451") ) +(myObject (attribute1 "attr75452") ) +(myObject (attribute1 "attr75453") ) +(myObject (attribute1 "attr75454") ) +(myObject (attribute1 "attr75455") ) +(myObject (attribute1 "attr75456") ) +(myObject (attribute1 "attr75457") ) +(myObject (attribute1 "attr75458") ) +(myObject (attribute1 "attr75459") ) +(myObject (attribute1 "attr75460") ) +(myObject (attribute1 "attr75461") ) +(myObject (attribute1 "attr75462") ) +(myObject (attribute1 "attr75463") ) +(myObject (attribute1 "attr75464") ) +(myObject (attribute1 "attr75465") ) +(myObject (attribute1 "attr75466") ) +(myObject (attribute1 "attr75467") ) +(myObject (attribute1 "attr75468") ) +(myObject (attribute1 "attr75469") ) +(myObject (attribute1 "attr75470") ) +(myObject (attribute1 "attr75471") ) +(myObject (attribute1 "attr75472") ) +(myObject (attribute1 "attr75473") ) +(myObject (attribute1 "attr75474") ) +(myObject (attribute1 "attr75475") ) +(myObject (attribute1 "attr75476") ) +(myObject (attribute1 "attr75477") ) +(myObject (attribute1 "attr75478") ) +(myObject (attribute1 "attr75479") ) +(myObject (attribute1 "attr75480") ) +(myObject (attribute1 "attr75481") ) +(myObject (attribute1 "attr75482") ) +(myObject (attribute1 "attr75483") ) +(myObject (attribute1 "attr75484") ) +(myObject (attribute1 "attr75485") ) +(myObject (attribute1 "attr75486") ) +(myObject (attribute1 "attr75487") ) +(myObject (attribute1 "attr75488") ) +(myObject (attribute1 "attr75489") ) +(myObject (attribute1 "attr75490") ) +(myObject (attribute1 "attr75491") ) +(myObject (attribute1 "attr75492") ) +(myObject (attribute1 "attr75493") ) +(myObject (attribute1 "attr75494") ) +(myObject (attribute1 "attr75495") ) +(myObject (attribute1 "attr75496") ) +(myObject (attribute1 "attr75497") ) +(myObject (attribute1 "attr75498") ) +(myObject (attribute1 "attr75499") ) +(myObject (attribute1 "attr75500") ) +(myObject (attribute1 "attr75501") ) +(myObject (attribute1 "attr75502") ) +(myObject (attribute1 "attr75503") ) +(myObject (attribute1 "attr75504") ) +(myObject (attribute1 "attr75505") ) +(myObject (attribute1 "attr75506") ) +(myObject (attribute1 "attr75507") ) +(myObject (attribute1 "attr75508") ) +(myObject (attribute1 "attr75509") ) +(myObject (attribute1 "attr75510") ) +(myObject (attribute1 "attr75511") ) +(myObject (attribute1 "attr75512") ) +(myObject (attribute1 "attr75513") ) +(myObject (attribute1 "attr75514") ) +(myObject (attribute1 "attr75515") ) +(myObject (attribute1 "attr75516") ) +(myObject (attribute1 "attr75517") ) +(myObject (attribute1 "attr75518") ) +(myObject (attribute1 "attr75519") ) +(myObject (attribute1 "attr75520") ) +(myObject (attribute1 "attr75521") ) +(myObject (attribute1 "attr75522") ) +(myObject (attribute1 "attr75523") ) +(myObject (attribute1 "attr75524") ) +(myObject (attribute1 "attr75525") ) +(myObject (attribute1 "attr75526") ) +(myObject (attribute1 "attr75527") ) +(myObject (attribute1 "attr75528") ) +(myObject (attribute1 "attr75529") ) +(myObject (attribute1 "attr75530") ) +(myObject (attribute1 "attr75531") ) +(myObject (attribute1 "attr75532") ) +(myObject (attribute1 "attr75533") ) +(myObject (attribute1 "attr75534") ) +(myObject (attribute1 "attr75535") ) +(myObject (attribute1 "attr75536") ) +(myObject (attribute1 "attr75537") ) +(myObject (attribute1 "attr75538") ) +(myObject (attribute1 "attr75539") ) +(myObject (attribute1 "attr75540") ) +(myObject (attribute1 "attr75541") ) +(myObject (attribute1 "attr75542") ) +(myObject (attribute1 "attr75543") ) +(myObject (attribute1 "attr75544") ) +(myObject (attribute1 "attr75545") ) +(myObject (attribute1 "attr75546") ) +(myObject (attribute1 "attr75547") ) +(myObject (attribute1 "attr75548") ) +(myObject (attribute1 "attr75549") ) +(myObject (attribute1 "attr75550") ) +(myObject (attribute1 "attr75551") ) +(myObject (attribute1 "attr75552") ) +(myObject (attribute1 "attr75553") ) +(myObject (attribute1 "attr75554") ) +(myObject (attribute1 "attr75555") ) +(myObject (attribute1 "attr75556") ) +(myObject (attribute1 "attr75557") ) +(myObject (attribute1 "attr75558") ) +(myObject (attribute1 "attr75559") ) +(myObject (attribute1 "attr75560") ) +(myObject (attribute1 "attr75561") ) +(myObject (attribute1 "attr75562") ) +(myObject (attribute1 "attr75563") ) +(myObject (attribute1 "attr75564") ) +(myObject (attribute1 "attr75565") ) +(myObject (attribute1 "attr75566") ) +(myObject (attribute1 "attr75567") ) +(myObject (attribute1 "attr75568") ) +(myObject (attribute1 "attr75569") ) +(myObject (attribute1 "attr75570") ) +(myObject (attribute1 "attr75571") ) +(myObject (attribute1 "attr75572") ) +(myObject (attribute1 "attr75573") ) +(myObject (attribute1 "attr75574") ) +(myObject (attribute1 "attr75575") ) +(myObject (attribute1 "attr75576") ) +(myObject (attribute1 "attr75577") ) +(myObject (attribute1 "attr75578") ) +(myObject (attribute1 "attr75579") ) +(myObject (attribute1 "attr75580") ) +(myObject (attribute1 "attr75581") ) +(myObject (attribute1 "attr75582") ) +(myObject (attribute1 "attr75583") ) +(myObject (attribute1 "attr75584") ) +(myObject (attribute1 "attr75585") ) +(myObject (attribute1 "attr75586") ) +(myObject (attribute1 "attr75587") ) +(myObject (attribute1 "attr75588") ) +(myObject (attribute1 "attr75589") ) +(myObject (attribute1 "attr75590") ) +(myObject (attribute1 "attr75591") ) +(myObject (attribute1 "attr75592") ) +(myObject (attribute1 "attr75593") ) +(myObject (attribute1 "attr75594") ) +(myObject (attribute1 "attr75595") ) +(myObject (attribute1 "attr75596") ) +(myObject (attribute1 "attr75597") ) +(myObject (attribute1 "attr75598") ) +(myObject (attribute1 "attr75599") ) +(myObject (attribute1 "attr75600") ) +(myObject (attribute1 "attr75601") ) +(myObject (attribute1 "attr75602") ) +(myObject (attribute1 "attr75603") ) +(myObject (attribute1 "attr75604") ) +(myObject (attribute1 "attr75605") ) +(myObject (attribute1 "attr75606") ) +(myObject (attribute1 "attr75607") ) +(myObject (attribute1 "attr75608") ) +(myObject (attribute1 "attr75609") ) +(myObject (attribute1 "attr75610") ) +(myObject (attribute1 "attr75611") ) +(myObject (attribute1 "attr75612") ) +(myObject (attribute1 "attr75613") ) +(myObject (attribute1 "attr75614") ) +(myObject (attribute1 "attr75615") ) +(myObject (attribute1 "attr75616") ) +(myObject (attribute1 "attr75617") ) +(myObject (attribute1 "attr75618") ) +(myObject (attribute1 "attr75619") ) +(myObject (attribute1 "attr75620") ) +(myObject (attribute1 "attr75621") ) +(myObject (attribute1 "attr75622") ) +(myObject (attribute1 "attr75623") ) +(myObject (attribute1 "attr75624") ) +(myObject (attribute1 "attr75625") ) +(myObject (attribute1 "attr75626") ) +(myObject (attribute1 "attr75627") ) +(myObject (attribute1 "attr75628") ) +(myObject (attribute1 "attr75629") ) +(myObject (attribute1 "attr75630") ) +(myObject (attribute1 "attr75631") ) +(myObject (attribute1 "attr75632") ) +(myObject (attribute1 "attr75633") ) +(myObject (attribute1 "attr75634") ) +(myObject (attribute1 "attr75635") ) +(myObject (attribute1 "attr75636") ) +(myObject (attribute1 "attr75637") ) +(myObject (attribute1 "attr75638") ) +(myObject (attribute1 "attr75639") ) +(myObject (attribute1 "attr75640") ) +(myObject (attribute1 "attr75641") ) +(myObject (attribute1 "attr75642") ) +(myObject (attribute1 "attr75643") ) +(myObject (attribute1 "attr75644") ) +(myObject (attribute1 "attr75645") ) +(myObject (attribute1 "attr75646") ) +(myObject (attribute1 "attr75647") ) +(myObject (attribute1 "attr75648") ) +(myObject (attribute1 "attr75649") ) +(myObject (attribute1 "attr75650") ) +(myObject (attribute1 "attr75651") ) +(myObject (attribute1 "attr75652") ) +(myObject (attribute1 "attr75653") ) +(myObject (attribute1 "attr75654") ) +(myObject (attribute1 "attr75655") ) +(myObject (attribute1 "attr75656") ) +(myObject (attribute1 "attr75657") ) +(myObject (attribute1 "attr75658") ) +(myObject (attribute1 "attr75659") ) +(myObject (attribute1 "attr75660") ) +(myObject (attribute1 "attr75661") ) +(myObject (attribute1 "attr75662") ) +(myObject (attribute1 "attr75663") ) +(myObject (attribute1 "attr75664") ) +(myObject (attribute1 "attr75665") ) +(myObject (attribute1 "attr75666") ) +(myObject (attribute1 "attr75667") ) +(myObject (attribute1 "attr75668") ) +(myObject (attribute1 "attr75669") ) +(myObject (attribute1 "attr75670") ) +(myObject (attribute1 "attr75671") ) +(myObject (attribute1 "attr75672") ) +(myObject (attribute1 "attr75673") ) +(myObject (attribute1 "attr75674") ) +(myObject (attribute1 "attr75675") ) +(myObject (attribute1 "attr75676") ) +(myObject (attribute1 "attr75677") ) +(myObject (attribute1 "attr75678") ) +(myObject (attribute1 "attr75679") ) +(myObject (attribute1 "attr75680") ) +(myObject (attribute1 "attr75681") ) +(myObject (attribute1 "attr75682") ) +(myObject (attribute1 "attr75683") ) +(myObject (attribute1 "attr75684") ) +(myObject (attribute1 "attr75685") ) +(myObject (attribute1 "attr75686") ) +(myObject (attribute1 "attr75687") ) +(myObject (attribute1 "attr75688") ) +(myObject (attribute1 "attr75689") ) +(myObject (attribute1 "attr75690") ) +(myObject (attribute1 "attr75691") ) +(myObject (attribute1 "attr75692") ) +(myObject (attribute1 "attr75693") ) +(myObject (attribute1 "attr75694") ) +(myObject (attribute1 "attr75695") ) +(myObject (attribute1 "attr75696") ) +(myObject (attribute1 "attr75697") ) +(myObject (attribute1 "attr75698") ) +(myObject (attribute1 "attr75699") ) +(myObject (attribute1 "attr75700") ) +(myObject (attribute1 "attr75701") ) +(myObject (attribute1 "attr75702") ) +(myObject (attribute1 "attr75703") ) +(myObject (attribute1 "attr75704") ) +(myObject (attribute1 "attr75705") ) +(myObject (attribute1 "attr75706") ) +(myObject (attribute1 "attr75707") ) +(myObject (attribute1 "attr75708") ) +(myObject (attribute1 "attr75709") ) +(myObject (attribute1 "attr75710") ) +(myObject (attribute1 "attr75711") ) +(myObject (attribute1 "attr75712") ) +(myObject (attribute1 "attr75713") ) +(myObject (attribute1 "attr75714") ) +(myObject (attribute1 "attr75715") ) +(myObject (attribute1 "attr75716") ) +(myObject (attribute1 "attr75717") ) +(myObject (attribute1 "attr75718") ) +(myObject (attribute1 "attr75719") ) +(myObject (attribute1 "attr75720") ) +(myObject (attribute1 "attr75721") ) +(myObject (attribute1 "attr75722") ) +(myObject (attribute1 "attr75723") ) +(myObject (attribute1 "attr75724") ) +(myObject (attribute1 "attr75725") ) +(myObject (attribute1 "attr75726") ) +(myObject (attribute1 "attr75727") ) +(myObject (attribute1 "attr75728") ) +(myObject (attribute1 "attr75729") ) +(myObject (attribute1 "attr75730") ) +(myObject (attribute1 "attr75731") ) +(myObject (attribute1 "attr75732") ) +(myObject (attribute1 "attr75733") ) +(myObject (attribute1 "attr75734") ) +(myObject (attribute1 "attr75735") ) +(myObject (attribute1 "attr75736") ) +(myObject (attribute1 "attr75737") ) +(myObject (attribute1 "attr75738") ) +(myObject (attribute1 "attr75739") ) +(myObject (attribute1 "attr75740") ) +(myObject (attribute1 "attr75741") ) +(myObject (attribute1 "attr75742") ) +(myObject (attribute1 "attr75743") ) +(myObject (attribute1 "attr75744") ) +(myObject (attribute1 "attr75745") ) +(myObject (attribute1 "attr75746") ) +(myObject (attribute1 "attr75747") ) +(myObject (attribute1 "attr75748") ) +(myObject (attribute1 "attr75749") ) +(myObject (attribute1 "attr75750") ) +(myObject (attribute1 "attr75751") ) +(myObject (attribute1 "attr75752") ) +(myObject (attribute1 "attr75753") ) +(myObject (attribute1 "attr75754") ) +(myObject (attribute1 "attr75755") ) +(myObject (attribute1 "attr75756") ) +(myObject (attribute1 "attr75757") ) +(myObject (attribute1 "attr75758") ) +(myObject (attribute1 "attr75759") ) +(myObject (attribute1 "attr75760") ) +(myObject (attribute1 "attr75761") ) +(myObject (attribute1 "attr75762") ) +(myObject (attribute1 "attr75763") ) +(myObject (attribute1 "attr75764") ) +(myObject (attribute1 "attr75765") ) +(myObject (attribute1 "attr75766") ) +(myObject (attribute1 "attr75767") ) +(myObject (attribute1 "attr75768") ) +(myObject (attribute1 "attr75769") ) +(myObject (attribute1 "attr75770") ) +(myObject (attribute1 "attr75771") ) +(myObject (attribute1 "attr75772") ) +(myObject (attribute1 "attr75773") ) +(myObject (attribute1 "attr75774") ) +(myObject (attribute1 "attr75775") ) +(myObject (attribute1 "attr75776") ) +(myObject (attribute1 "attr75777") ) +(myObject (attribute1 "attr75778") ) +(myObject (attribute1 "attr75779") ) +(myObject (attribute1 "attr75780") ) +(myObject (attribute1 "attr75781") ) +(myObject (attribute1 "attr75782") ) +(myObject (attribute1 "attr75783") ) +(myObject (attribute1 "attr75784") ) +(myObject (attribute1 "attr75785") ) +(myObject (attribute1 "attr75786") ) +(myObject (attribute1 "attr75787") ) +(myObject (attribute1 "attr75788") ) +(myObject (attribute1 "attr75789") ) +(myObject (attribute1 "attr75790") ) +(myObject (attribute1 "attr75791") ) +(myObject (attribute1 "attr75792") ) +(myObject (attribute1 "attr75793") ) +(myObject (attribute1 "attr75794") ) +(myObject (attribute1 "attr75795") ) +(myObject (attribute1 "attr75796") ) +(myObject (attribute1 "attr75797") ) +(myObject (attribute1 "attr75798") ) +(myObject (attribute1 "attr75799") ) +(myObject (attribute1 "attr75800") ) +(myObject (attribute1 "attr75801") ) +(myObject (attribute1 "attr75802") ) +(myObject (attribute1 "attr75803") ) +(myObject (attribute1 "attr75804") ) +(myObject (attribute1 "attr75805") ) +(myObject (attribute1 "attr75806") ) +(myObject (attribute1 "attr75807") ) +(myObject (attribute1 "attr75808") ) +(myObject (attribute1 "attr75809") ) +(myObject (attribute1 "attr75810") ) +(myObject (attribute1 "attr75811") ) +(myObject (attribute1 "attr75812") ) +(myObject (attribute1 "attr75813") ) +(myObject (attribute1 "attr75814") ) +(myObject (attribute1 "attr75815") ) +(myObject (attribute1 "attr75816") ) +(myObject (attribute1 "attr75817") ) +(myObject (attribute1 "attr75818") ) +(myObject (attribute1 "attr75819") ) +(myObject (attribute1 "attr75820") ) +(myObject (attribute1 "attr75821") ) +(myObject (attribute1 "attr75822") ) +(myObject (attribute1 "attr75823") ) +(myObject (attribute1 "attr75824") ) +(myObject (attribute1 "attr75825") ) +(myObject (attribute1 "attr75826") ) +(myObject (attribute1 "attr75827") ) +(myObject (attribute1 "attr75828") ) +(myObject (attribute1 "attr75829") ) +(myObject (attribute1 "attr75830") ) +(myObject (attribute1 "attr75831") ) +(myObject (attribute1 "attr75832") ) +(myObject (attribute1 "attr75833") ) +(myObject (attribute1 "attr75834") ) +(myObject (attribute1 "attr75835") ) +(myObject (attribute1 "attr75836") ) +(myObject (attribute1 "attr75837") ) +(myObject (attribute1 "attr75838") ) +(myObject (attribute1 "attr75839") ) +(myObject (attribute1 "attr75840") ) +(myObject (attribute1 "attr75841") ) +(myObject (attribute1 "attr75842") ) +(myObject (attribute1 "attr75843") ) +(myObject (attribute1 "attr75844") ) +(myObject (attribute1 "attr75845") ) +(myObject (attribute1 "attr75846") ) +(myObject (attribute1 "attr75847") ) +(myObject (attribute1 "attr75848") ) +(myObject (attribute1 "attr75849") ) +(myObject (attribute1 "attr75850") ) +(myObject (attribute1 "attr75851") ) +(myObject (attribute1 "attr75852") ) +(myObject (attribute1 "attr75853") ) +(myObject (attribute1 "attr75854") ) +(myObject (attribute1 "attr75855") ) +(myObject (attribute1 "attr75856") ) +(myObject (attribute1 "attr75857") ) +(myObject (attribute1 "attr75858") ) +(myObject (attribute1 "attr75859") ) +(myObject (attribute1 "attr75860") ) +(myObject (attribute1 "attr75861") ) +(myObject (attribute1 "attr75862") ) +(myObject (attribute1 "attr75863") ) +(myObject (attribute1 "attr75864") ) +(myObject (attribute1 "attr75865") ) +(myObject (attribute1 "attr75866") ) +(myObject (attribute1 "attr75867") ) +(myObject (attribute1 "attr75868") ) +(myObject (attribute1 "attr75869") ) +(myObject (attribute1 "attr75870") ) +(myObject (attribute1 "attr75871") ) +(myObject (attribute1 "attr75872") ) +(myObject (attribute1 "attr75873") ) +(myObject (attribute1 "attr75874") ) +(myObject (attribute1 "attr75875") ) +(myObject (attribute1 "attr75876") ) +(myObject (attribute1 "attr75877") ) +(myObject (attribute1 "attr75878") ) +(myObject (attribute1 "attr75879") ) +(myObject (attribute1 "attr75880") ) +(myObject (attribute1 "attr75881") ) +(myObject (attribute1 "attr75882") ) +(myObject (attribute1 "attr75883") ) +(myObject (attribute1 "attr75884") ) +(myObject (attribute1 "attr75885") ) +(myObject (attribute1 "attr75886") ) +(myObject (attribute1 "attr75887") ) +(myObject (attribute1 "attr75888") ) +(myObject (attribute1 "attr75889") ) +(myObject (attribute1 "attr75890") ) +(myObject (attribute1 "attr75891") ) +(myObject (attribute1 "attr75892") ) +(myObject (attribute1 "attr75893") ) +(myObject (attribute1 "attr75894") ) +(myObject (attribute1 "attr75895") ) +(myObject (attribute1 "attr75896") ) +(myObject (attribute1 "attr75897") ) +(myObject (attribute1 "attr75898") ) +(myObject (attribute1 "attr75899") ) +(myObject (attribute1 "attr75900") ) +(myObject (attribute1 "attr75901") ) +(myObject (attribute1 "attr75902") ) +(myObject (attribute1 "attr75903") ) +(myObject (attribute1 "attr75904") ) +(myObject (attribute1 "attr75905") ) +(myObject (attribute1 "attr75906") ) +(myObject (attribute1 "attr75907") ) +(myObject (attribute1 "attr75908") ) +(myObject (attribute1 "attr75909") ) +(myObject (attribute1 "attr75910") ) +(myObject (attribute1 "attr75911") ) +(myObject (attribute1 "attr75912") ) +(myObject (attribute1 "attr75913") ) +(myObject (attribute1 "attr75914") ) +(myObject (attribute1 "attr75915") ) +(myObject (attribute1 "attr75916") ) +(myObject (attribute1 "attr75917") ) +(myObject (attribute1 "attr75918") ) +(myObject (attribute1 "attr75919") ) +(myObject (attribute1 "attr75920") ) +(myObject (attribute1 "attr75921") ) +(myObject (attribute1 "attr75922") ) +(myObject (attribute1 "attr75923") ) +(myObject (attribute1 "attr75924") ) +(myObject (attribute1 "attr75925") ) +(myObject (attribute1 "attr75926") ) +(myObject (attribute1 "attr75927") ) +(myObject (attribute1 "attr75928") ) +(myObject (attribute1 "attr75929") ) +(myObject (attribute1 "attr75930") ) +(myObject (attribute1 "attr75931") ) +(myObject (attribute1 "attr75932") ) +(myObject (attribute1 "attr75933") ) +(myObject (attribute1 "attr75934") ) +(myObject (attribute1 "attr75935") ) +(myObject (attribute1 "attr75936") ) +(myObject (attribute1 "attr75937") ) +(myObject (attribute1 "attr75938") ) +(myObject (attribute1 "attr75939") ) +(myObject (attribute1 "attr75940") ) +(myObject (attribute1 "attr75941") ) +(myObject (attribute1 "attr75942") ) +(myObject (attribute1 "attr75943") ) +(myObject (attribute1 "attr75944") ) +(myObject (attribute1 "attr75945") ) +(myObject (attribute1 "attr75946") ) +(myObject (attribute1 "attr75947") ) +(myObject (attribute1 "attr75948") ) +(myObject (attribute1 "attr75949") ) +(myObject (attribute1 "attr75950") ) +(myObject (attribute1 "attr75951") ) +(myObject (attribute1 "attr75952") ) +(myObject (attribute1 "attr75953") ) +(myObject (attribute1 "attr75954") ) +(myObject (attribute1 "attr75955") ) +(myObject (attribute1 "attr75956") ) +(myObject (attribute1 "attr75957") ) +(myObject (attribute1 "attr75958") ) +(myObject (attribute1 "attr75959") ) +(myObject (attribute1 "attr75960") ) +(myObject (attribute1 "attr75961") ) +(myObject (attribute1 "attr75962") ) +(myObject (attribute1 "attr75963") ) +(myObject (attribute1 "attr75964") ) +(myObject (attribute1 "attr75965") ) +(myObject (attribute1 "attr75966") ) +(myObject (attribute1 "attr75967") ) +(myObject (attribute1 "attr75968") ) +(myObject (attribute1 "attr75969") ) +(myObject (attribute1 "attr75970") ) +(myObject (attribute1 "attr75971") ) +(myObject (attribute1 "attr75972") ) +(myObject (attribute1 "attr75973") ) +(myObject (attribute1 "attr75974") ) +(myObject (attribute1 "attr75975") ) +(myObject (attribute1 "attr75976") ) +(myObject (attribute1 "attr75977") ) +(myObject (attribute1 "attr75978") ) +(myObject (attribute1 "attr75979") ) +(myObject (attribute1 "attr75980") ) +(myObject (attribute1 "attr75981") ) +(myObject (attribute1 "attr75982") ) +(myObject (attribute1 "attr75983") ) +(myObject (attribute1 "attr75984") ) +(myObject (attribute1 "attr75985") ) +(myObject (attribute1 "attr75986") ) +(myObject (attribute1 "attr75987") ) +(myObject (attribute1 "attr75988") ) +(myObject (attribute1 "attr75989") ) +(myObject (attribute1 "attr75990") ) +(myObject (attribute1 "attr75991") ) +(myObject (attribute1 "attr75992") ) +(myObject (attribute1 "attr75993") ) +(myObject (attribute1 "attr75994") ) +(myObject (attribute1 "attr75995") ) +(myObject (attribute1 "attr75996") ) +(myObject (attribute1 "attr75997") ) +(myObject (attribute1 "attr75998") ) +(myObject (attribute1 "attr75999") ) +(myObject (attribute1 "attr76000") ) +(myObject (attribute1 "attr76001") ) +(myObject (attribute1 "attr76002") ) +(myObject (attribute1 "attr76003") ) +(myObject (attribute1 "attr76004") ) +(myObject (attribute1 "attr76005") ) +(myObject (attribute1 "attr76006") ) +(myObject (attribute1 "attr76007") ) +(myObject (attribute1 "attr76008") ) +(myObject (attribute1 "attr76009") ) +(myObject (attribute1 "attr76010") ) +(myObject (attribute1 "attr76011") ) +(myObject (attribute1 "attr76012") ) +(myObject (attribute1 "attr76013") ) +(myObject (attribute1 "attr76014") ) +(myObject (attribute1 "attr76015") ) +(myObject (attribute1 "attr76016") ) +(myObject (attribute1 "attr76017") ) +(myObject (attribute1 "attr76018") ) +(myObject (attribute1 "attr76019") ) +(myObject (attribute1 "attr76020") ) +(myObject (attribute1 "attr76021") ) +(myObject (attribute1 "attr76022") ) +(myObject (attribute1 "attr76023") ) +(myObject (attribute1 "attr76024") ) +(myObject (attribute1 "attr76025") ) +(myObject (attribute1 "attr76026") ) +(myObject (attribute1 "attr76027") ) +(myObject (attribute1 "attr76028") ) +(myObject (attribute1 "attr76029") ) +(myObject (attribute1 "attr76030") ) +(myObject (attribute1 "attr76031") ) +(myObject (attribute1 "attr76032") ) +(myObject (attribute1 "attr76033") ) +(myObject (attribute1 "attr76034") ) +(myObject (attribute1 "attr76035") ) +(myObject (attribute1 "attr76036") ) +(myObject (attribute1 "attr76037") ) +(myObject (attribute1 "attr76038") ) +(myObject (attribute1 "attr76039") ) +(myObject (attribute1 "attr76040") ) +(myObject (attribute1 "attr76041") ) +(myObject (attribute1 "attr76042") ) +(myObject (attribute1 "attr76043") ) +(myObject (attribute1 "attr76044") ) +(myObject (attribute1 "attr76045") ) +(myObject (attribute1 "attr76046") ) +(myObject (attribute1 "attr76047") ) +(myObject (attribute1 "attr76048") ) +(myObject (attribute1 "attr76049") ) +(myObject (attribute1 "attr76050") ) +(myObject (attribute1 "attr76051") ) +(myObject (attribute1 "attr76052") ) +(myObject (attribute1 "attr76053") ) +(myObject (attribute1 "attr76054") ) +(myObject (attribute1 "attr76055") ) +(myObject (attribute1 "attr76056") ) +(myObject (attribute1 "attr76057") ) +(myObject (attribute1 "attr76058") ) +(myObject (attribute1 "attr76059") ) +(myObject (attribute1 "attr76060") ) +(myObject (attribute1 "attr76061") ) +(myObject (attribute1 "attr76062") ) +(myObject (attribute1 "attr76063") ) +(myObject (attribute1 "attr76064") ) +(myObject (attribute1 "attr76065") ) +(myObject (attribute1 "attr76066") ) +(myObject (attribute1 "attr76067") ) +(myObject (attribute1 "attr76068") ) +(myObject (attribute1 "attr76069") ) +(myObject (attribute1 "attr76070") ) +(myObject (attribute1 "attr76071") ) +(myObject (attribute1 "attr76072") ) +(myObject (attribute1 "attr76073") ) +(myObject (attribute1 "attr76074") ) +(myObject (attribute1 "attr76075") ) +(myObject (attribute1 "attr76076") ) +(myObject (attribute1 "attr76077") ) +(myObject (attribute1 "attr76078") ) +(myObject (attribute1 "attr76079") ) +(myObject (attribute1 "attr76080") ) +(myObject (attribute1 "attr76081") ) +(myObject (attribute1 "attr76082") ) +(myObject (attribute1 "attr76083") ) +(myObject (attribute1 "attr76084") ) +(myObject (attribute1 "attr76085") ) +(myObject (attribute1 "attr76086") ) +(myObject (attribute1 "attr76087") ) +(myObject (attribute1 "attr76088") ) +(myObject (attribute1 "attr76089") ) +(myObject (attribute1 "attr76090") ) +(myObject (attribute1 "attr76091") ) +(myObject (attribute1 "attr76092") ) +(myObject (attribute1 "attr76093") ) +(myObject (attribute1 "attr76094") ) +(myObject (attribute1 "attr76095") ) +(myObject (attribute1 "attr76096") ) +(myObject (attribute1 "attr76097") ) +(myObject (attribute1 "attr76098") ) +(myObject (attribute1 "attr76099") ) +(myObject (attribute1 "attr76100") ) +(myObject (attribute1 "attr76101") ) +(myObject (attribute1 "attr76102") ) +(myObject (attribute1 "attr76103") ) +(myObject (attribute1 "attr76104") ) +(myObject (attribute1 "attr76105") ) +(myObject (attribute1 "attr76106") ) +(myObject (attribute1 "attr76107") ) +(myObject (attribute1 "attr76108") ) +(myObject (attribute1 "attr76109") ) +(myObject (attribute1 "attr76110") ) +(myObject (attribute1 "attr76111") ) +(myObject (attribute1 "attr76112") ) +(myObject (attribute1 "attr76113") ) +(myObject (attribute1 "attr76114") ) +(myObject (attribute1 "attr76115") ) +(myObject (attribute1 "attr76116") ) +(myObject (attribute1 "attr76117") ) +(myObject (attribute1 "attr76118") ) +(myObject (attribute1 "attr76119") ) +(myObject (attribute1 "attr76120") ) +(myObject (attribute1 "attr76121") ) +(myObject (attribute1 "attr76122") ) +(myObject (attribute1 "attr76123") ) +(myObject (attribute1 "attr76124") ) +(myObject (attribute1 "attr76125") ) +(myObject (attribute1 "attr76126") ) +(myObject (attribute1 "attr76127") ) +(myObject (attribute1 "attr76128") ) +(myObject (attribute1 "attr76129") ) +(myObject (attribute1 "attr76130") ) +(myObject (attribute1 "attr76131") ) +(myObject (attribute1 "attr76132") ) +(myObject (attribute1 "attr76133") ) +(myObject (attribute1 "attr76134") ) +(myObject (attribute1 "attr76135") ) +(myObject (attribute1 "attr76136") ) +(myObject (attribute1 "attr76137") ) +(myObject (attribute1 "attr76138") ) +(myObject (attribute1 "attr76139") ) +(myObject (attribute1 "attr76140") ) +(myObject (attribute1 "attr76141") ) +(myObject (attribute1 "attr76142") ) +(myObject (attribute1 "attr76143") ) +(myObject (attribute1 "attr76144") ) +(myObject (attribute1 "attr76145") ) +(myObject (attribute1 "attr76146") ) +(myObject (attribute1 "attr76147") ) +(myObject (attribute1 "attr76148") ) +(myObject (attribute1 "attr76149") ) +(myObject (attribute1 "attr76150") ) +(myObject (attribute1 "attr76151") ) +(myObject (attribute1 "attr76152") ) +(myObject (attribute1 "attr76153") ) +(myObject (attribute1 "attr76154") ) +(myObject (attribute1 "attr76155") ) +(myObject (attribute1 "attr76156") ) +(myObject (attribute1 "attr76157") ) +(myObject (attribute1 "attr76158") ) +(myObject (attribute1 "attr76159") ) +(myObject (attribute1 "attr76160") ) +(myObject (attribute1 "attr76161") ) +(myObject (attribute1 "attr76162") ) +(myObject (attribute1 "attr76163") ) +(myObject (attribute1 "attr76164") ) +(myObject (attribute1 "attr76165") ) +(myObject (attribute1 "attr76166") ) +(myObject (attribute1 "attr76167") ) +(myObject (attribute1 "attr76168") ) +(myObject (attribute1 "attr76169") ) +(myObject (attribute1 "attr76170") ) +(myObject (attribute1 "attr76171") ) +(myObject (attribute1 "attr76172") ) +(myObject (attribute1 "attr76173") ) +(myObject (attribute1 "attr76174") ) +(myObject (attribute1 "attr76175") ) +(myObject (attribute1 "attr76176") ) +(myObject (attribute1 "attr76177") ) +(myObject (attribute1 "attr76178") ) +(myObject (attribute1 "attr76179") ) +(myObject (attribute1 "attr76180") ) +(myObject (attribute1 "attr76181") ) +(myObject (attribute1 "attr76182") ) +(myObject (attribute1 "attr76183") ) +(myObject (attribute1 "attr76184") ) +(myObject (attribute1 "attr76185") ) +(myObject (attribute1 "attr76186") ) +(myObject (attribute1 "attr76187") ) +(myObject (attribute1 "attr76188") ) +(myObject (attribute1 "attr76189") ) +(myObject (attribute1 "attr76190") ) +(myObject (attribute1 "attr76191") ) +(myObject (attribute1 "attr76192") ) +(myObject (attribute1 "attr76193") ) +(myObject (attribute1 "attr76194") ) +(myObject (attribute1 "attr76195") ) +(myObject (attribute1 "attr76196") ) +(myObject (attribute1 "attr76197") ) +(myObject (attribute1 "attr76198") ) +(myObject (attribute1 "attr76199") ) +(myObject (attribute1 "attr76200") ) +(myObject (attribute1 "attr76201") ) +(myObject (attribute1 "attr76202") ) +(myObject (attribute1 "attr76203") ) +(myObject (attribute1 "attr76204") ) +(myObject (attribute1 "attr76205") ) +(myObject (attribute1 "attr76206") ) +(myObject (attribute1 "attr76207") ) +(myObject (attribute1 "attr76208") ) +(myObject (attribute1 "attr76209") ) +(myObject (attribute1 "attr76210") ) +(myObject (attribute1 "attr76211") ) +(myObject (attribute1 "attr76212") ) +(myObject (attribute1 "attr76213") ) +(myObject (attribute1 "attr76214") ) +(myObject (attribute1 "attr76215") ) +(myObject (attribute1 "attr76216") ) +(myObject (attribute1 "attr76217") ) +(myObject (attribute1 "attr76218") ) +(myObject (attribute1 "attr76219") ) +(myObject (attribute1 "attr76220") ) +(myObject (attribute1 "attr76221") ) +(myObject (attribute1 "attr76222") ) +(myObject (attribute1 "attr76223") ) +(myObject (attribute1 "attr76224") ) +(myObject (attribute1 "attr76225") ) +(myObject (attribute1 "attr76226") ) +(myObject (attribute1 "attr76227") ) +(myObject (attribute1 "attr76228") ) +(myObject (attribute1 "attr76229") ) +(myObject (attribute1 "attr76230") ) +(myObject (attribute1 "attr76231") ) +(myObject (attribute1 "attr76232") ) +(myObject (attribute1 "attr76233") ) +(myObject (attribute1 "attr76234") ) +(myObject (attribute1 "attr76235") ) +(myObject (attribute1 "attr76236") ) +(myObject (attribute1 "attr76237") ) +(myObject (attribute1 "attr76238") ) +(myObject (attribute1 "attr76239") ) +(myObject (attribute1 "attr76240") ) +(myObject (attribute1 "attr76241") ) +(myObject (attribute1 "attr76242") ) +(myObject (attribute1 "attr76243") ) +(myObject (attribute1 "attr76244") ) +(myObject (attribute1 "attr76245") ) +(myObject (attribute1 "attr76246") ) +(myObject (attribute1 "attr76247") ) +(myObject (attribute1 "attr76248") ) +(myObject (attribute1 "attr76249") ) +(myObject (attribute1 "attr76250") ) +(myObject (attribute1 "attr76251") ) +(myObject (attribute1 "attr76252") ) +(myObject (attribute1 "attr76253") ) +(myObject (attribute1 "attr76254") ) +(myObject (attribute1 "attr76255") ) +(myObject (attribute1 "attr76256") ) +(myObject (attribute1 "attr76257") ) +(myObject (attribute1 "attr76258") ) +(myObject (attribute1 "attr76259") ) +(myObject (attribute1 "attr76260") ) +(myObject (attribute1 "attr76261") ) +(myObject (attribute1 "attr76262") ) +(myObject (attribute1 "attr76263") ) +(myObject (attribute1 "attr76264") ) +(myObject (attribute1 "attr76265") ) +(myObject (attribute1 "attr76266") ) +(myObject (attribute1 "attr76267") ) +(myObject (attribute1 "attr76268") ) +(myObject (attribute1 "attr76269") ) +(myObject (attribute1 "attr76270") ) +(myObject (attribute1 "attr76271") ) +(myObject (attribute1 "attr76272") ) +(myObject (attribute1 "attr76273") ) +(myObject (attribute1 "attr76274") ) +(myObject (attribute1 "attr76275") ) +(myObject (attribute1 "attr76276") ) +(myObject (attribute1 "attr76277") ) +(myObject (attribute1 "attr76278") ) +(myObject (attribute1 "attr76279") ) +(myObject (attribute1 "attr76280") ) +(myObject (attribute1 "attr76281") ) +(myObject (attribute1 "attr76282") ) +(myObject (attribute1 "attr76283") ) +(myObject (attribute1 "attr76284") ) +(myObject (attribute1 "attr76285") ) +(myObject (attribute1 "attr76286") ) +(myObject (attribute1 "attr76287") ) +(myObject (attribute1 "attr76288") ) +(myObject (attribute1 "attr76289") ) +(myObject (attribute1 "attr76290") ) +(myObject (attribute1 "attr76291") ) +(myObject (attribute1 "attr76292") ) +(myObject (attribute1 "attr76293") ) +(myObject (attribute1 "attr76294") ) +(myObject (attribute1 "attr76295") ) +(myObject (attribute1 "attr76296") ) +(myObject (attribute1 "attr76297") ) +(myObject (attribute1 "attr76298") ) +(myObject (attribute1 "attr76299") ) +(myObject (attribute1 "attr76300") ) +(myObject (attribute1 "attr76301") ) +(myObject (attribute1 "attr76302") ) +(myObject (attribute1 "attr76303") ) +(myObject (attribute1 "attr76304") ) +(myObject (attribute1 "attr76305") ) +(myObject (attribute1 "attr76306") ) +(myObject (attribute1 "attr76307") ) +(myObject (attribute1 "attr76308") ) +(myObject (attribute1 "attr76309") ) +(myObject (attribute1 "attr76310") ) +(myObject (attribute1 "attr76311") ) +(myObject (attribute1 "attr76312") ) +(myObject (attribute1 "attr76313") ) +(myObject (attribute1 "attr76314") ) +(myObject (attribute1 "attr76315") ) +(myObject (attribute1 "attr76316") ) +(myObject (attribute1 "attr76317") ) +(myObject (attribute1 "attr76318") ) +(myObject (attribute1 "attr76319") ) +(myObject (attribute1 "attr76320") ) +(myObject (attribute1 "attr76321") ) +(myObject (attribute1 "attr76322") ) +(myObject (attribute1 "attr76323") ) +(myObject (attribute1 "attr76324") ) +(myObject (attribute1 "attr76325") ) +(myObject (attribute1 "attr76326") ) +(myObject (attribute1 "attr76327") ) +(myObject (attribute1 "attr76328") ) +(myObject (attribute1 "attr76329") ) +(myObject (attribute1 "attr76330") ) +(myObject (attribute1 "attr76331") ) +(myObject (attribute1 "attr76332") ) +(myObject (attribute1 "attr76333") ) +(myObject (attribute1 "attr76334") ) +(myObject (attribute1 "attr76335") ) +(myObject (attribute1 "attr76336") ) +(myObject (attribute1 "attr76337") ) +(myObject (attribute1 "attr76338") ) +(myObject (attribute1 "attr76339") ) +(myObject (attribute1 "attr76340") ) +(myObject (attribute1 "attr76341") ) +(myObject (attribute1 "attr76342") ) +(myObject (attribute1 "attr76343") ) +(myObject (attribute1 "attr76344") ) +(myObject (attribute1 "attr76345") ) +(myObject (attribute1 "attr76346") ) +(myObject (attribute1 "attr76347") ) +(myObject (attribute1 "attr76348") ) +(myObject (attribute1 "attr76349") ) +(myObject (attribute1 "attr76350") ) +(myObject (attribute1 "attr76351") ) +(myObject (attribute1 "attr76352") ) +(myObject (attribute1 "attr76353") ) +(myObject (attribute1 "attr76354") ) +(myObject (attribute1 "attr76355") ) +(myObject (attribute1 "attr76356") ) +(myObject (attribute1 "attr76357") ) +(myObject (attribute1 "attr76358") ) +(myObject (attribute1 "attr76359") ) +(myObject (attribute1 "attr76360") ) +(myObject (attribute1 "attr76361") ) +(myObject (attribute1 "attr76362") ) +(myObject (attribute1 "attr76363") ) +(myObject (attribute1 "attr76364") ) +(myObject (attribute1 "attr76365") ) +(myObject (attribute1 "attr76366") ) +(myObject (attribute1 "attr76367") ) +(myObject (attribute1 "attr76368") ) +(myObject (attribute1 "attr76369") ) +(myObject (attribute1 "attr76370") ) +(myObject (attribute1 "attr76371") ) +(myObject (attribute1 "attr76372") ) +(myObject (attribute1 "attr76373") ) +(myObject (attribute1 "attr76374") ) +(myObject (attribute1 "attr76375") ) +(myObject (attribute1 "attr76376") ) +(myObject (attribute1 "attr76377") ) +(myObject (attribute1 "attr76378") ) +(myObject (attribute1 "attr76379") ) +(myObject (attribute1 "attr76380") ) +(myObject (attribute1 "attr76381") ) +(myObject (attribute1 "attr76382") ) +(myObject (attribute1 "attr76383") ) +(myObject (attribute1 "attr76384") ) +(myObject (attribute1 "attr76385") ) +(myObject (attribute1 "attr76386") ) +(myObject (attribute1 "attr76387") ) +(myObject (attribute1 "attr76388") ) +(myObject (attribute1 "attr76389") ) +(myObject (attribute1 "attr76390") ) +(myObject (attribute1 "attr76391") ) +(myObject (attribute1 "attr76392") ) +(myObject (attribute1 "attr76393") ) +(myObject (attribute1 "attr76394") ) +(myObject (attribute1 "attr76395") ) +(myObject (attribute1 "attr76396") ) +(myObject (attribute1 "attr76397") ) +(myObject (attribute1 "attr76398") ) +(myObject (attribute1 "attr76399") ) +(myObject (attribute1 "attr76400") ) +(myObject (attribute1 "attr76401") ) +(myObject (attribute1 "attr76402") ) +(myObject (attribute1 "attr76403") ) +(myObject (attribute1 "attr76404") ) +(myObject (attribute1 "attr76405") ) +(myObject (attribute1 "attr76406") ) +(myObject (attribute1 "attr76407") ) +(myObject (attribute1 "attr76408") ) +(myObject (attribute1 "attr76409") ) +(myObject (attribute1 "attr76410") ) +(myObject (attribute1 "attr76411") ) +(myObject (attribute1 "attr76412") ) +(myObject (attribute1 "attr76413") ) +(myObject (attribute1 "attr76414") ) +(myObject (attribute1 "attr76415") ) +(myObject (attribute1 "attr76416") ) +(myObject (attribute1 "attr76417") ) +(myObject (attribute1 "attr76418") ) +(myObject (attribute1 "attr76419") ) +(myObject (attribute1 "attr76420") ) +(myObject (attribute1 "attr76421") ) +(myObject (attribute1 "attr76422") ) +(myObject (attribute1 "attr76423") ) +(myObject (attribute1 "attr76424") ) +(myObject (attribute1 "attr76425") ) +(myObject (attribute1 "attr76426") ) +(myObject (attribute1 "attr76427") ) +(myObject (attribute1 "attr76428") ) +(myObject (attribute1 "attr76429") ) +(myObject (attribute1 "attr76430") ) +(myObject (attribute1 "attr76431") ) +(myObject (attribute1 "attr76432") ) +(myObject (attribute1 "attr76433") ) +(myObject (attribute1 "attr76434") ) +(myObject (attribute1 "attr76435") ) +(myObject (attribute1 "attr76436") ) +(myObject (attribute1 "attr76437") ) +(myObject (attribute1 "attr76438") ) +(myObject (attribute1 "attr76439") ) +(myObject (attribute1 "attr76440") ) +(myObject (attribute1 "attr76441") ) +(myObject (attribute1 "attr76442") ) +(myObject (attribute1 "attr76443") ) +(myObject (attribute1 "attr76444") ) +(myObject (attribute1 "attr76445") ) +(myObject (attribute1 "attr76446") ) +(myObject (attribute1 "attr76447") ) +(myObject (attribute1 "attr76448") ) +(myObject (attribute1 "attr76449") ) +(myObject (attribute1 "attr76450") ) +(myObject (attribute1 "attr76451") ) +(myObject (attribute1 "attr76452") ) +(myObject (attribute1 "attr76453") ) +(myObject (attribute1 "attr76454") ) +(myObject (attribute1 "attr76455") ) +(myObject (attribute1 "attr76456") ) +(myObject (attribute1 "attr76457") ) +(myObject (attribute1 "attr76458") ) +(myObject (attribute1 "attr76459") ) +(myObject (attribute1 "attr76460") ) +(myObject (attribute1 "attr76461") ) +(myObject (attribute1 "attr76462") ) +(myObject (attribute1 "attr76463") ) +(myObject (attribute1 "attr76464") ) +(myObject (attribute1 "attr76465") ) +(myObject (attribute1 "attr76466") ) +(myObject (attribute1 "attr76467") ) +(myObject (attribute1 "attr76468") ) +(myObject (attribute1 "attr76469") ) +(myObject (attribute1 "attr76470") ) +(myObject (attribute1 "attr76471") ) +(myObject (attribute1 "attr76472") ) +(myObject (attribute1 "attr76473") ) +(myObject (attribute1 "attr76474") ) +(myObject (attribute1 "attr76475") ) +(myObject (attribute1 "attr76476") ) +(myObject (attribute1 "attr76477") ) +(myObject (attribute1 "attr76478") ) +(myObject (attribute1 "attr76479") ) +(myObject (attribute1 "attr76480") ) +(myObject (attribute1 "attr76481") ) +(myObject (attribute1 "attr76482") ) +(myObject (attribute1 "attr76483") ) +(myObject (attribute1 "attr76484") ) +(myObject (attribute1 "attr76485") ) +(myObject (attribute1 "attr76486") ) +(myObject (attribute1 "attr76487") ) +(myObject (attribute1 "attr76488") ) +(myObject (attribute1 "attr76489") ) +(myObject (attribute1 "attr76490") ) +(myObject (attribute1 "attr76491") ) +(myObject (attribute1 "attr76492") ) +(myObject (attribute1 "attr76493") ) +(myObject (attribute1 "attr76494") ) +(myObject (attribute1 "attr76495") ) +(myObject (attribute1 "attr76496") ) +(myObject (attribute1 "attr76497") ) +(myObject (attribute1 "attr76498") ) +(myObject (attribute1 "attr76499") ) +(myObject (attribute1 "attr76500") ) +(myObject (attribute1 "attr76501") ) +(myObject (attribute1 "attr76502") ) +(myObject (attribute1 "attr76503") ) +(myObject (attribute1 "attr76504") ) +(myObject (attribute1 "attr76505") ) +(myObject (attribute1 "attr76506") ) +(myObject (attribute1 "attr76507") ) +(myObject (attribute1 "attr76508") ) +(myObject (attribute1 "attr76509") ) +(myObject (attribute1 "attr76510") ) +(myObject (attribute1 "attr76511") ) +(myObject (attribute1 "attr76512") ) +(myObject (attribute1 "attr76513") ) +(myObject (attribute1 "attr76514") ) +(myObject (attribute1 "attr76515") ) +(myObject (attribute1 "attr76516") ) +(myObject (attribute1 "attr76517") ) +(myObject (attribute1 "attr76518") ) +(myObject (attribute1 "attr76519") ) +(myObject (attribute1 "attr76520") ) +(myObject (attribute1 "attr76521") ) +(myObject (attribute1 "attr76522") ) +(myObject (attribute1 "attr76523") ) +(myObject (attribute1 "attr76524") ) +(myObject (attribute1 "attr76525") ) +(myObject (attribute1 "attr76526") ) +(myObject (attribute1 "attr76527") ) +(myObject (attribute1 "attr76528") ) +(myObject (attribute1 "attr76529") ) +(myObject (attribute1 "attr76530") ) +(myObject (attribute1 "attr76531") ) +(myObject (attribute1 "attr76532") ) +(myObject (attribute1 "attr76533") ) +(myObject (attribute1 "attr76534") ) +(myObject (attribute1 "attr76535") ) +(myObject (attribute1 "attr76536") ) +(myObject (attribute1 "attr76537") ) +(myObject (attribute1 "attr76538") ) +(myObject (attribute1 "attr76539") ) +(myObject (attribute1 "attr76540") ) +(myObject (attribute1 "attr76541") ) +(myObject (attribute1 "attr76542") ) +(myObject (attribute1 "attr76543") ) +(myObject (attribute1 "attr76544") ) +(myObject (attribute1 "attr76545") ) +(myObject (attribute1 "attr76546") ) +(myObject (attribute1 "attr76547") ) +(myObject (attribute1 "attr76548") ) +(myObject (attribute1 "attr76549") ) +(myObject (attribute1 "attr76550") ) +(myObject (attribute1 "attr76551") ) +(myObject (attribute1 "attr76552") ) +(myObject (attribute1 "attr76553") ) +(myObject (attribute1 "attr76554") ) +(myObject (attribute1 "attr76555") ) +(myObject (attribute1 "attr76556") ) +(myObject (attribute1 "attr76557") ) +(myObject (attribute1 "attr76558") ) +(myObject (attribute1 "attr76559") ) +(myObject (attribute1 "attr76560") ) +(myObject (attribute1 "attr76561") ) +(myObject (attribute1 "attr76562") ) +(myObject (attribute1 "attr76563") ) +(myObject (attribute1 "attr76564") ) +(myObject (attribute1 "attr76565") ) +(myObject (attribute1 "attr76566") ) +(myObject (attribute1 "attr76567") ) +(myObject (attribute1 "attr76568") ) +(myObject (attribute1 "attr76569") ) +(myObject (attribute1 "attr76570") ) +(myObject (attribute1 "attr76571") ) +(myObject (attribute1 "attr76572") ) +(myObject (attribute1 "attr76573") ) +(myObject (attribute1 "attr76574") ) +(myObject (attribute1 "attr76575") ) +(myObject (attribute1 "attr76576") ) +(myObject (attribute1 "attr76577") ) +(myObject (attribute1 "attr76578") ) +(myObject (attribute1 "attr76579") ) +(myObject (attribute1 "attr76580") ) +(myObject (attribute1 "attr76581") ) +(myObject (attribute1 "attr76582") ) +(myObject (attribute1 "attr76583") ) +(myObject (attribute1 "attr76584") ) +(myObject (attribute1 "attr76585") ) +(myObject (attribute1 "attr76586") ) +(myObject (attribute1 "attr76587") ) +(myObject (attribute1 "attr76588") ) +(myObject (attribute1 "attr76589") ) +(myObject (attribute1 "attr76590") ) +(myObject (attribute1 "attr76591") ) +(myObject (attribute1 "attr76592") ) +(myObject (attribute1 "attr76593") ) +(myObject (attribute1 "attr76594") ) +(myObject (attribute1 "attr76595") ) +(myObject (attribute1 "attr76596") ) +(myObject (attribute1 "attr76597") ) +(myObject (attribute1 "attr76598") ) +(myObject (attribute1 "attr76599") ) +(myObject (attribute1 "attr76600") ) +(myObject (attribute1 "attr76601") ) +(myObject (attribute1 "attr76602") ) +(myObject (attribute1 "attr76603") ) +(myObject (attribute1 "attr76604") ) +(myObject (attribute1 "attr76605") ) +(myObject (attribute1 "attr76606") ) +(myObject (attribute1 "attr76607") ) +(myObject (attribute1 "attr76608") ) +(myObject (attribute1 "attr76609") ) +(myObject (attribute1 "attr76610") ) +(myObject (attribute1 "attr76611") ) +(myObject (attribute1 "attr76612") ) +(myObject (attribute1 "attr76613") ) +(myObject (attribute1 "attr76614") ) +(myObject (attribute1 "attr76615") ) +(myObject (attribute1 "attr76616") ) +(myObject (attribute1 "attr76617") ) +(myObject (attribute1 "attr76618") ) +(myObject (attribute1 "attr76619") ) +(myObject (attribute1 "attr76620") ) +(myObject (attribute1 "attr76621") ) +(myObject (attribute1 "attr76622") ) +(myObject (attribute1 "attr76623") ) +(myObject (attribute1 "attr76624") ) +(myObject (attribute1 "attr76625") ) +(myObject (attribute1 "attr76626") ) +(myObject (attribute1 "attr76627") ) +(myObject (attribute1 "attr76628") ) +(myObject (attribute1 "attr76629") ) +(myObject (attribute1 "attr76630") ) +(myObject (attribute1 "attr76631") ) +(myObject (attribute1 "attr76632") ) +(myObject (attribute1 "attr76633") ) +(myObject (attribute1 "attr76634") ) +(myObject (attribute1 "attr76635") ) +(myObject (attribute1 "attr76636") ) +(myObject (attribute1 "attr76637") ) +(myObject (attribute1 "attr76638") ) +(myObject (attribute1 "attr76639") ) +(myObject (attribute1 "attr76640") ) +(myObject (attribute1 "attr76641") ) +(myObject (attribute1 "attr76642") ) +(myObject (attribute1 "attr76643") ) +(myObject (attribute1 "attr76644") ) +(myObject (attribute1 "attr76645") ) +(myObject (attribute1 "attr76646") ) +(myObject (attribute1 "attr76647") ) +(myObject (attribute1 "attr76648") ) +(myObject (attribute1 "attr76649") ) +(myObject (attribute1 "attr76650") ) +(myObject (attribute1 "attr76651") ) +(myObject (attribute1 "attr76652") ) +(myObject (attribute1 "attr76653") ) +(myObject (attribute1 "attr76654") ) +(myObject (attribute1 "attr76655") ) +(myObject (attribute1 "attr76656") ) +(myObject (attribute1 "attr76657") ) +(myObject (attribute1 "attr76658") ) +(myObject (attribute1 "attr76659") ) +(myObject (attribute1 "attr76660") ) +(myObject (attribute1 "attr76661") ) +(myObject (attribute1 "attr76662") ) +(myObject (attribute1 "attr76663") ) +(myObject (attribute1 "attr76664") ) +(myObject (attribute1 "attr76665") ) +(myObject (attribute1 "attr76666") ) +(myObject (attribute1 "attr76667") ) +(myObject (attribute1 "attr76668") ) +(myObject (attribute1 "attr76669") ) +(myObject (attribute1 "attr76670") ) +(myObject (attribute1 "attr76671") ) +(myObject (attribute1 "attr76672") ) +(myObject (attribute1 "attr76673") ) +(myObject (attribute1 "attr76674") ) +(myObject (attribute1 "attr76675") ) +(myObject (attribute1 "attr76676") ) +(myObject (attribute1 "attr76677") ) +(myObject (attribute1 "attr76678") ) +(myObject (attribute1 "attr76679") ) +(myObject (attribute1 "attr76680") ) +(myObject (attribute1 "attr76681") ) +(myObject (attribute1 "attr76682") ) +(myObject (attribute1 "attr76683") ) +(myObject (attribute1 "attr76684") ) +(myObject (attribute1 "attr76685") ) +(myObject (attribute1 "attr76686") ) +(myObject (attribute1 "attr76687") ) +(myObject (attribute1 "attr76688") ) +(myObject (attribute1 "attr76689") ) +(myObject (attribute1 "attr76690") ) +(myObject (attribute1 "attr76691") ) +(myObject (attribute1 "attr76692") ) +(myObject (attribute1 "attr76693") ) +(myObject (attribute1 "attr76694") ) +(myObject (attribute1 "attr76695") ) +(myObject (attribute1 "attr76696") ) +(myObject (attribute1 "attr76697") ) +(myObject (attribute1 "attr76698") ) +(myObject (attribute1 "attr76699") ) +(myObject (attribute1 "attr76700") ) +(myObject (attribute1 "attr76701") ) +(myObject (attribute1 "attr76702") ) +(myObject (attribute1 "attr76703") ) +(myObject (attribute1 "attr76704") ) +(myObject (attribute1 "attr76705") ) +(myObject (attribute1 "attr76706") ) +(myObject (attribute1 "attr76707") ) +(myObject (attribute1 "attr76708") ) +(myObject (attribute1 "attr76709") ) +(myObject (attribute1 "attr76710") ) +(myObject (attribute1 "attr76711") ) +(myObject (attribute1 "attr76712") ) +(myObject (attribute1 "attr76713") ) +(myObject (attribute1 "attr76714") ) +(myObject (attribute1 "attr76715") ) +(myObject (attribute1 "attr76716") ) +(myObject (attribute1 "attr76717") ) +(myObject (attribute1 "attr76718") ) +(myObject (attribute1 "attr76719") ) +(myObject (attribute1 "attr76720") ) +(myObject (attribute1 "attr76721") ) +(myObject (attribute1 "attr76722") ) +(myObject (attribute1 "attr76723") ) +(myObject (attribute1 "attr76724") ) +(myObject (attribute1 "attr76725") ) +(myObject (attribute1 "attr76726") ) +(myObject (attribute1 "attr76727") ) +(myObject (attribute1 "attr76728") ) +(myObject (attribute1 "attr76729") ) +(myObject (attribute1 "attr76730") ) +(myObject (attribute1 "attr76731") ) +(myObject (attribute1 "attr76732") ) +(myObject (attribute1 "attr76733") ) +(myObject (attribute1 "attr76734") ) +(myObject (attribute1 "attr76735") ) +(myObject (attribute1 "attr76736") ) +(myObject (attribute1 "attr76737") ) +(myObject (attribute1 "attr76738") ) +(myObject (attribute1 "attr76739") ) +(myObject (attribute1 "attr76740") ) +(myObject (attribute1 "attr76741") ) +(myObject (attribute1 "attr76742") ) +(myObject (attribute1 "attr76743") ) +(myObject (attribute1 "attr76744") ) +(myObject (attribute1 "attr76745") ) +(myObject (attribute1 "attr76746") ) +(myObject (attribute1 "attr76747") ) +(myObject (attribute1 "attr76748") ) +(myObject (attribute1 "attr76749") ) +(myObject (attribute1 "attr76750") ) +(myObject (attribute1 "attr76751") ) +(myObject (attribute1 "attr76752") ) +(myObject (attribute1 "attr76753") ) +(myObject (attribute1 "attr76754") ) +(myObject (attribute1 "attr76755") ) +(myObject (attribute1 "attr76756") ) +(myObject (attribute1 "attr76757") ) +(myObject (attribute1 "attr76758") ) +(myObject (attribute1 "attr76759") ) +(myObject (attribute1 "attr76760") ) +(myObject (attribute1 "attr76761") ) +(myObject (attribute1 "attr76762") ) +(myObject (attribute1 "attr76763") ) +(myObject (attribute1 "attr76764") ) +(myObject (attribute1 "attr76765") ) +(myObject (attribute1 "attr76766") ) +(myObject (attribute1 "attr76767") ) +(myObject (attribute1 "attr76768") ) +(myObject (attribute1 "attr76769") ) +(myObject (attribute1 "attr76770") ) +(myObject (attribute1 "attr76771") ) +(myObject (attribute1 "attr76772") ) +(myObject (attribute1 "attr76773") ) +(myObject (attribute1 "attr76774") ) +(myObject (attribute1 "attr76775") ) +(myObject (attribute1 "attr76776") ) +(myObject (attribute1 "attr76777") ) +(myObject (attribute1 "attr76778") ) +(myObject (attribute1 "attr76779") ) +(myObject (attribute1 "attr76780") ) +(myObject (attribute1 "attr76781") ) +(myObject (attribute1 "attr76782") ) +(myObject (attribute1 "attr76783") ) +(myObject (attribute1 "attr76784") ) +(myObject (attribute1 "attr76785") ) +(myObject (attribute1 "attr76786") ) +(myObject (attribute1 "attr76787") ) +(myObject (attribute1 "attr76788") ) +(myObject (attribute1 "attr76789") ) +(myObject (attribute1 "attr76790") ) +(myObject (attribute1 "attr76791") ) +(myObject (attribute1 "attr76792") ) +(myObject (attribute1 "attr76793") ) +(myObject (attribute1 "attr76794") ) +(myObject (attribute1 "attr76795") ) +(myObject (attribute1 "attr76796") ) +(myObject (attribute1 "attr76797") ) +(myObject (attribute1 "attr76798") ) +(myObject (attribute1 "attr76799") ) +(myObject (attribute1 "attr76800") ) +(myObject (attribute1 "attr76801") ) +(myObject (attribute1 "attr76802") ) +(myObject (attribute1 "attr76803") ) +(myObject (attribute1 "attr76804") ) +(myObject (attribute1 "attr76805") ) +(myObject (attribute1 "attr76806") ) +(myObject (attribute1 "attr76807") ) +(myObject (attribute1 "attr76808") ) +(myObject (attribute1 "attr76809") ) +(myObject (attribute1 "attr76810") ) +(myObject (attribute1 "attr76811") ) +(myObject (attribute1 "attr76812") ) +(myObject (attribute1 "attr76813") ) +(myObject (attribute1 "attr76814") ) +(myObject (attribute1 "attr76815") ) +(myObject (attribute1 "attr76816") ) +(myObject (attribute1 "attr76817") ) +(myObject (attribute1 "attr76818") ) +(myObject (attribute1 "attr76819") ) +(myObject (attribute1 "attr76820") ) +(myObject (attribute1 "attr76821") ) +(myObject (attribute1 "attr76822") ) +(myObject (attribute1 "attr76823") ) +(myObject (attribute1 "attr76824") ) +(myObject (attribute1 "attr76825") ) +(myObject (attribute1 "attr76826") ) +(myObject (attribute1 "attr76827") ) +(myObject (attribute1 "attr76828") ) +(myObject (attribute1 "attr76829") ) +(myObject (attribute1 "attr76830") ) +(myObject (attribute1 "attr76831") ) +(myObject (attribute1 "attr76832") ) +(myObject (attribute1 "attr76833") ) +(myObject (attribute1 "attr76834") ) +(myObject (attribute1 "attr76835") ) +(myObject (attribute1 "attr76836") ) +(myObject (attribute1 "attr76837") ) +(myObject (attribute1 "attr76838") ) +(myObject (attribute1 "attr76839") ) +(myObject (attribute1 "attr76840") ) +(myObject (attribute1 "attr76841") ) +(myObject (attribute1 "attr76842") ) +(myObject (attribute1 "attr76843") ) +(myObject (attribute1 "attr76844") ) +(myObject (attribute1 "attr76845") ) +(myObject (attribute1 "attr76846") ) +(myObject (attribute1 "attr76847") ) +(myObject (attribute1 "attr76848") ) +(myObject (attribute1 "attr76849") ) +(myObject (attribute1 "attr76850") ) +(myObject (attribute1 "attr76851") ) +(myObject (attribute1 "attr76852") ) +(myObject (attribute1 "attr76853") ) +(myObject (attribute1 "attr76854") ) +(myObject (attribute1 "attr76855") ) +(myObject (attribute1 "attr76856") ) +(myObject (attribute1 "attr76857") ) +(myObject (attribute1 "attr76858") ) +(myObject (attribute1 "attr76859") ) +(myObject (attribute1 "attr76860") ) +(myObject (attribute1 "attr76861") ) +(myObject (attribute1 "attr76862") ) +(myObject (attribute1 "attr76863") ) +(myObject (attribute1 "attr76864") ) +(myObject (attribute1 "attr76865") ) +(myObject (attribute1 "attr76866") ) +(myObject (attribute1 "attr76867") ) +(myObject (attribute1 "attr76868") ) +(myObject (attribute1 "attr76869") ) +(myObject (attribute1 "attr76870") ) +(myObject (attribute1 "attr76871") ) +(myObject (attribute1 "attr76872") ) +(myObject (attribute1 "attr76873") ) +(myObject (attribute1 "attr76874") ) +(myObject (attribute1 "attr76875") ) +(myObject (attribute1 "attr76876") ) +(myObject (attribute1 "attr76877") ) +(myObject (attribute1 "attr76878") ) +(myObject (attribute1 "attr76879") ) +(myObject (attribute1 "attr76880") ) +(myObject (attribute1 "attr76881") ) +(myObject (attribute1 "attr76882") ) +(myObject (attribute1 "attr76883") ) +(myObject (attribute1 "attr76884") ) +(myObject (attribute1 "attr76885") ) +(myObject (attribute1 "attr76886") ) +(myObject (attribute1 "attr76887") ) +(myObject (attribute1 "attr76888") ) +(myObject (attribute1 "attr76889") ) +(myObject (attribute1 "attr76890") ) +(myObject (attribute1 "attr76891") ) +(myObject (attribute1 "attr76892") ) +(myObject (attribute1 "attr76893") ) +(myObject (attribute1 "attr76894") ) +(myObject (attribute1 "attr76895") ) +(myObject (attribute1 "attr76896") ) +(myObject (attribute1 "attr76897") ) +(myObject (attribute1 "attr76898") ) +(myObject (attribute1 "attr76899") ) +(myObject (attribute1 "attr76900") ) +(myObject (attribute1 "attr76901") ) +(myObject (attribute1 "attr76902") ) +(myObject (attribute1 "attr76903") ) +(myObject (attribute1 "attr76904") ) +(myObject (attribute1 "attr76905") ) +(myObject (attribute1 "attr76906") ) +(myObject (attribute1 "attr76907") ) +(myObject (attribute1 "attr76908") ) +(myObject (attribute1 "attr76909") ) +(myObject (attribute1 "attr76910") ) +(myObject (attribute1 "attr76911") ) +(myObject (attribute1 "attr76912") ) +(myObject (attribute1 "attr76913") ) +(myObject (attribute1 "attr76914") ) +(myObject (attribute1 "attr76915") ) +(myObject (attribute1 "attr76916") ) +(myObject (attribute1 "attr76917") ) +(myObject (attribute1 "attr76918") ) +(myObject (attribute1 "attr76919") ) +(myObject (attribute1 "attr76920") ) +(myObject (attribute1 "attr76921") ) +(myObject (attribute1 "attr76922") ) +(myObject (attribute1 "attr76923") ) +(myObject (attribute1 "attr76924") ) +(myObject (attribute1 "attr76925") ) +(myObject (attribute1 "attr76926") ) +(myObject (attribute1 "attr76927") ) +(myObject (attribute1 "attr76928") ) +(myObject (attribute1 "attr76929") ) +(myObject (attribute1 "attr76930") ) +(myObject (attribute1 "attr76931") ) +(myObject (attribute1 "attr76932") ) +(myObject (attribute1 "attr76933") ) +(myObject (attribute1 "attr76934") ) +(myObject (attribute1 "attr76935") ) +(myObject (attribute1 "attr76936") ) +(myObject (attribute1 "attr76937") ) +(myObject (attribute1 "attr76938") ) +(myObject (attribute1 "attr76939") ) +(myObject (attribute1 "attr76940") ) +(myObject (attribute1 "attr76941") ) +(myObject (attribute1 "attr76942") ) +(myObject (attribute1 "attr76943") ) +(myObject (attribute1 "attr76944") ) +(myObject (attribute1 "attr76945") ) +(myObject (attribute1 "attr76946") ) +(myObject (attribute1 "attr76947") ) +(myObject (attribute1 "attr76948") ) +(myObject (attribute1 "attr76949") ) +(myObject (attribute1 "attr76950") ) +(myObject (attribute1 "attr76951") ) +(myObject (attribute1 "attr76952") ) +(myObject (attribute1 "attr76953") ) +(myObject (attribute1 "attr76954") ) +(myObject (attribute1 "attr76955") ) +(myObject (attribute1 "attr76956") ) +(myObject (attribute1 "attr76957") ) +(myObject (attribute1 "attr76958") ) +(myObject (attribute1 "attr76959") ) +(myObject (attribute1 "attr76960") ) +(myObject (attribute1 "attr76961") ) +(myObject (attribute1 "attr76962") ) +(myObject (attribute1 "attr76963") ) +(myObject (attribute1 "attr76964") ) +(myObject (attribute1 "attr76965") ) +(myObject (attribute1 "attr76966") ) +(myObject (attribute1 "attr76967") ) +(myObject (attribute1 "attr76968") ) +(myObject (attribute1 "attr76969") ) +(myObject (attribute1 "attr76970") ) +(myObject (attribute1 "attr76971") ) +(myObject (attribute1 "attr76972") ) +(myObject (attribute1 "attr76973") ) +(myObject (attribute1 "attr76974") ) +(myObject (attribute1 "attr76975") ) +(myObject (attribute1 "attr76976") ) +(myObject (attribute1 "attr76977") ) +(myObject (attribute1 "attr76978") ) +(myObject (attribute1 "attr76979") ) +(myObject (attribute1 "attr76980") ) +(myObject (attribute1 "attr76981") ) +(myObject (attribute1 "attr76982") ) +(myObject (attribute1 "attr76983") ) +(myObject (attribute1 "attr76984") ) +(myObject (attribute1 "attr76985") ) +(myObject (attribute1 "attr76986") ) +(myObject (attribute1 "attr76987") ) +(myObject (attribute1 "attr76988") ) +(myObject (attribute1 "attr76989") ) +(myObject (attribute1 "attr76990") ) +(myObject (attribute1 "attr76991") ) +(myObject (attribute1 "attr76992") ) +(myObject (attribute1 "attr76993") ) +(myObject (attribute1 "attr76994") ) +(myObject (attribute1 "attr76995") ) +(myObject (attribute1 "attr76996") ) +(myObject (attribute1 "attr76997") ) +(myObject (attribute1 "attr76998") ) +(myObject (attribute1 "attr76999") ) +(myObject (attribute1 "attr77000") ) +(myObject (attribute1 "attr77001") ) +(myObject (attribute1 "attr77002") ) +(myObject (attribute1 "attr77003") ) +(myObject (attribute1 "attr77004") ) +(myObject (attribute1 "attr77005") ) +(myObject (attribute1 "attr77006") ) +(myObject (attribute1 "attr77007") ) +(myObject (attribute1 "attr77008") ) +(myObject (attribute1 "attr77009") ) +(myObject (attribute1 "attr77010") ) +(myObject (attribute1 "attr77011") ) +(myObject (attribute1 "attr77012") ) +(myObject (attribute1 "attr77013") ) +(myObject (attribute1 "attr77014") ) +(myObject (attribute1 "attr77015") ) +(myObject (attribute1 "attr77016") ) +(myObject (attribute1 "attr77017") ) +(myObject (attribute1 "attr77018") ) +(myObject (attribute1 "attr77019") ) +(myObject (attribute1 "attr77020") ) +(myObject (attribute1 "attr77021") ) +(myObject (attribute1 "attr77022") ) +(myObject (attribute1 "attr77023") ) +(myObject (attribute1 "attr77024") ) +(myObject (attribute1 "attr77025") ) +(myObject (attribute1 "attr77026") ) +(myObject (attribute1 "attr77027") ) +(myObject (attribute1 "attr77028") ) +(myObject (attribute1 "attr77029") ) +(myObject (attribute1 "attr77030") ) +(myObject (attribute1 "attr77031") ) +(myObject (attribute1 "attr77032") ) +(myObject (attribute1 "attr77033") ) +(myObject (attribute1 "attr77034") ) +(myObject (attribute1 "attr77035") ) +(myObject (attribute1 "attr77036") ) +(myObject (attribute1 "attr77037") ) +(myObject (attribute1 "attr77038") ) +(myObject (attribute1 "attr77039") ) +(myObject (attribute1 "attr77040") ) +(myObject (attribute1 "attr77041") ) +(myObject (attribute1 "attr77042") ) +(myObject (attribute1 "attr77043") ) +(myObject (attribute1 "attr77044") ) +(myObject (attribute1 "attr77045") ) +(myObject (attribute1 "attr77046") ) +(myObject (attribute1 "attr77047") ) +(myObject (attribute1 "attr77048") ) +(myObject (attribute1 "attr77049") ) +(myObject (attribute1 "attr77050") ) +(myObject (attribute1 "attr77051") ) +(myObject (attribute1 "attr77052") ) +(myObject (attribute1 "attr77053") ) +(myObject (attribute1 "attr77054") ) +(myObject (attribute1 "attr77055") ) +(myObject (attribute1 "attr77056") ) +(myObject (attribute1 "attr77057") ) +(myObject (attribute1 "attr77058") ) +(myObject (attribute1 "attr77059") ) +(myObject (attribute1 "attr77060") ) +(myObject (attribute1 "attr77061") ) +(myObject (attribute1 "attr77062") ) +(myObject (attribute1 "attr77063") ) +(myObject (attribute1 "attr77064") ) +(myObject (attribute1 "attr77065") ) +(myObject (attribute1 "attr77066") ) +(myObject (attribute1 "attr77067") ) +(myObject (attribute1 "attr77068") ) +(myObject (attribute1 "attr77069") ) +(myObject (attribute1 "attr77070") ) +(myObject (attribute1 "attr77071") ) +(myObject (attribute1 "attr77072") ) +(myObject (attribute1 "attr77073") ) +(myObject (attribute1 "attr77074") ) +(myObject (attribute1 "attr77075") ) +(myObject (attribute1 "attr77076") ) +(myObject (attribute1 "attr77077") ) +(myObject (attribute1 "attr77078") ) +(myObject (attribute1 "attr77079") ) +(myObject (attribute1 "attr77080") ) +(myObject (attribute1 "attr77081") ) +(myObject (attribute1 "attr77082") ) +(myObject (attribute1 "attr77083") ) +(myObject (attribute1 "attr77084") ) +(myObject (attribute1 "attr77085") ) +(myObject (attribute1 "attr77086") ) +(myObject (attribute1 "attr77087") ) +(myObject (attribute1 "attr77088") ) +(myObject (attribute1 "attr77089") ) +(myObject (attribute1 "attr77090") ) +(myObject (attribute1 "attr77091") ) +(myObject (attribute1 "attr77092") ) +(myObject (attribute1 "attr77093") ) +(myObject (attribute1 "attr77094") ) +(myObject (attribute1 "attr77095") ) +(myObject (attribute1 "attr77096") ) +(myObject (attribute1 "attr77097") ) +(myObject (attribute1 "attr77098") ) +(myObject (attribute1 "attr77099") ) +(myObject (attribute1 "attr77100") ) +(myObject (attribute1 "attr77101") ) +(myObject (attribute1 "attr77102") ) +(myObject (attribute1 "attr77103") ) +(myObject (attribute1 "attr77104") ) +(myObject (attribute1 "attr77105") ) +(myObject (attribute1 "attr77106") ) +(myObject (attribute1 "attr77107") ) +(myObject (attribute1 "attr77108") ) +(myObject (attribute1 "attr77109") ) +(myObject (attribute1 "attr77110") ) +(myObject (attribute1 "attr77111") ) +(myObject (attribute1 "attr77112") ) +(myObject (attribute1 "attr77113") ) +(myObject (attribute1 "attr77114") ) +(myObject (attribute1 "attr77115") ) +(myObject (attribute1 "attr77116") ) +(myObject (attribute1 "attr77117") ) +(myObject (attribute1 "attr77118") ) +(myObject (attribute1 "attr77119") ) +(myObject (attribute1 "attr77120") ) +(myObject (attribute1 "attr77121") ) +(myObject (attribute1 "attr77122") ) +(myObject (attribute1 "attr77123") ) +(myObject (attribute1 "attr77124") ) +(myObject (attribute1 "attr77125") ) +(myObject (attribute1 "attr77126") ) +(myObject (attribute1 "attr77127") ) +(myObject (attribute1 "attr77128") ) +(myObject (attribute1 "attr77129") ) +(myObject (attribute1 "attr77130") ) +(myObject (attribute1 "attr77131") ) +(myObject (attribute1 "attr77132") ) +(myObject (attribute1 "attr77133") ) +(myObject (attribute1 "attr77134") ) +(myObject (attribute1 "attr77135") ) +(myObject (attribute1 "attr77136") ) +(myObject (attribute1 "attr77137") ) +(myObject (attribute1 "attr77138") ) +(myObject (attribute1 "attr77139") ) +(myObject (attribute1 "attr77140") ) +(myObject (attribute1 "attr77141") ) +(myObject (attribute1 "attr77142") ) +(myObject (attribute1 "attr77143") ) +(myObject (attribute1 "attr77144") ) +(myObject (attribute1 "attr77145") ) +(myObject (attribute1 "attr77146") ) +(myObject (attribute1 "attr77147") ) +(myObject (attribute1 "attr77148") ) +(myObject (attribute1 "attr77149") ) +(myObject (attribute1 "attr77150") ) +(myObject (attribute1 "attr77151") ) +(myObject (attribute1 "attr77152") ) +(myObject (attribute1 "attr77153") ) +(myObject (attribute1 "attr77154") ) +(myObject (attribute1 "attr77155") ) +(myObject (attribute1 "attr77156") ) +(myObject (attribute1 "attr77157") ) +(myObject (attribute1 "attr77158") ) +(myObject (attribute1 "attr77159") ) +(myObject (attribute1 "attr77160") ) +(myObject (attribute1 "attr77161") ) +(myObject (attribute1 "attr77162") ) +(myObject (attribute1 "attr77163") ) +(myObject (attribute1 "attr77164") ) +(myObject (attribute1 "attr77165") ) +(myObject (attribute1 "attr77166") ) +(myObject (attribute1 "attr77167") ) +(myObject (attribute1 "attr77168") ) +(myObject (attribute1 "attr77169") ) +(myObject (attribute1 "attr77170") ) +(myObject (attribute1 "attr77171") ) +(myObject (attribute1 "attr77172") ) +(myObject (attribute1 "attr77173") ) +(myObject (attribute1 "attr77174") ) +(myObject (attribute1 "attr77175") ) +(myObject (attribute1 "attr77176") ) +(myObject (attribute1 "attr77177") ) +(myObject (attribute1 "attr77178") ) +(myObject (attribute1 "attr77179") ) +(myObject (attribute1 "attr77180") ) +(myObject (attribute1 "attr77181") ) +(myObject (attribute1 "attr77182") ) +(myObject (attribute1 "attr77183") ) +(myObject (attribute1 "attr77184") ) +(myObject (attribute1 "attr77185") ) +(myObject (attribute1 "attr77186") ) +(myObject (attribute1 "attr77187") ) +(myObject (attribute1 "attr77188") ) +(myObject (attribute1 "attr77189") ) +(myObject (attribute1 "attr77190") ) +(myObject (attribute1 "attr77191") ) +(myObject (attribute1 "attr77192") ) +(myObject (attribute1 "attr77193") ) +(myObject (attribute1 "attr77194") ) +(myObject (attribute1 "attr77195") ) +(myObject (attribute1 "attr77196") ) +(myObject (attribute1 "attr77197") ) +(myObject (attribute1 "attr77198") ) +(myObject (attribute1 "attr77199") ) +(myObject (attribute1 "attr77200") ) +(myObject (attribute1 "attr77201") ) +(myObject (attribute1 "attr77202") ) +(myObject (attribute1 "attr77203") ) +(myObject (attribute1 "attr77204") ) +(myObject (attribute1 "attr77205") ) +(myObject (attribute1 "attr77206") ) +(myObject (attribute1 "attr77207") ) +(myObject (attribute1 "attr77208") ) +(myObject (attribute1 "attr77209") ) +(myObject (attribute1 "attr77210") ) +(myObject (attribute1 "attr77211") ) +(myObject (attribute1 "attr77212") ) +(myObject (attribute1 "attr77213") ) +(myObject (attribute1 "attr77214") ) +(myObject (attribute1 "attr77215") ) +(myObject (attribute1 "attr77216") ) +(myObject (attribute1 "attr77217") ) +(myObject (attribute1 "attr77218") ) +(myObject (attribute1 "attr77219") ) +(myObject (attribute1 "attr77220") ) +(myObject (attribute1 "attr77221") ) +(myObject (attribute1 "attr77222") ) +(myObject (attribute1 "attr77223") ) +(myObject (attribute1 "attr77224") ) +(myObject (attribute1 "attr77225") ) +(myObject (attribute1 "attr77226") ) +(myObject (attribute1 "attr77227") ) +(myObject (attribute1 "attr77228") ) +(myObject (attribute1 "attr77229") ) +(myObject (attribute1 "attr77230") ) +(myObject (attribute1 "attr77231") ) +(myObject (attribute1 "attr77232") ) +(myObject (attribute1 "attr77233") ) +(myObject (attribute1 "attr77234") ) +(myObject (attribute1 "attr77235") ) +(myObject (attribute1 "attr77236") ) +(myObject (attribute1 "attr77237") ) +(myObject (attribute1 "attr77238") ) +(myObject (attribute1 "attr77239") ) +(myObject (attribute1 "attr77240") ) +(myObject (attribute1 "attr77241") ) +(myObject (attribute1 "attr77242") ) +(myObject (attribute1 "attr77243") ) +(myObject (attribute1 "attr77244") ) +(myObject (attribute1 "attr77245") ) +(myObject (attribute1 "attr77246") ) +(myObject (attribute1 "attr77247") ) +(myObject (attribute1 "attr77248") ) +(myObject (attribute1 "attr77249") ) +(myObject (attribute1 "attr77250") ) +(myObject (attribute1 "attr77251") ) +(myObject (attribute1 "attr77252") ) +(myObject (attribute1 "attr77253") ) +(myObject (attribute1 "attr77254") ) +(myObject (attribute1 "attr77255") ) +(myObject (attribute1 "attr77256") ) +(myObject (attribute1 "attr77257") ) +(myObject (attribute1 "attr77258") ) +(myObject (attribute1 "attr77259") ) +(myObject (attribute1 "attr77260") ) +(myObject (attribute1 "attr77261") ) +(myObject (attribute1 "attr77262") ) +(myObject (attribute1 "attr77263") ) +(myObject (attribute1 "attr77264") ) +(myObject (attribute1 "attr77265") ) +(myObject (attribute1 "attr77266") ) +(myObject (attribute1 "attr77267") ) +(myObject (attribute1 "attr77268") ) +(myObject (attribute1 "attr77269") ) +(myObject (attribute1 "attr77270") ) +(myObject (attribute1 "attr77271") ) +(myObject (attribute1 "attr77272") ) +(myObject (attribute1 "attr77273") ) +(myObject (attribute1 "attr77274") ) +(myObject (attribute1 "attr77275") ) +(myObject (attribute1 "attr77276") ) +(myObject (attribute1 "attr77277") ) +(myObject (attribute1 "attr77278") ) +(myObject (attribute1 "attr77279") ) +(myObject (attribute1 "attr77280") ) +(myObject (attribute1 "attr77281") ) +(myObject (attribute1 "attr77282") ) +(myObject (attribute1 "attr77283") ) +(myObject (attribute1 "attr77284") ) +(myObject (attribute1 "attr77285") ) +(myObject (attribute1 "attr77286") ) +(myObject (attribute1 "attr77287") ) +(myObject (attribute1 "attr77288") ) +(myObject (attribute1 "attr77289") ) +(myObject (attribute1 "attr77290") ) +(myObject (attribute1 "attr77291") ) +(myObject (attribute1 "attr77292") ) +(myObject (attribute1 "attr77293") ) +(myObject (attribute1 "attr77294") ) +(myObject (attribute1 "attr77295") ) +(myObject (attribute1 "attr77296") ) +(myObject (attribute1 "attr77297") ) +(myObject (attribute1 "attr77298") ) +(myObject (attribute1 "attr77299") ) +(myObject (attribute1 "attr77300") ) +(myObject (attribute1 "attr77301") ) +(myObject (attribute1 "attr77302") ) +(myObject (attribute1 "attr77303") ) +(myObject (attribute1 "attr77304") ) +(myObject (attribute1 "attr77305") ) +(myObject (attribute1 "attr77306") ) +(myObject (attribute1 "attr77307") ) +(myObject (attribute1 "attr77308") ) +(myObject (attribute1 "attr77309") ) +(myObject (attribute1 "attr77310") ) +(myObject (attribute1 "attr77311") ) +(myObject (attribute1 "attr77312") ) +(myObject (attribute1 "attr77313") ) +(myObject (attribute1 "attr77314") ) +(myObject (attribute1 "attr77315") ) +(myObject (attribute1 "attr77316") ) +(myObject (attribute1 "attr77317") ) +(myObject (attribute1 "attr77318") ) +(myObject (attribute1 "attr77319") ) +(myObject (attribute1 "attr77320") ) +(myObject (attribute1 "attr77321") ) +(myObject (attribute1 "attr77322") ) +(myObject (attribute1 "attr77323") ) +(myObject (attribute1 "attr77324") ) +(myObject (attribute1 "attr77325") ) +(myObject (attribute1 "attr77326") ) +(myObject (attribute1 "attr77327") ) +(myObject (attribute1 "attr77328") ) +(myObject (attribute1 "attr77329") ) +(myObject (attribute1 "attr77330") ) +(myObject (attribute1 "attr77331") ) +(myObject (attribute1 "attr77332") ) +(myObject (attribute1 "attr77333") ) +(myObject (attribute1 "attr77334") ) +(myObject (attribute1 "attr77335") ) +(myObject (attribute1 "attr77336") ) +(myObject (attribute1 "attr77337") ) +(myObject (attribute1 "attr77338") ) +(myObject (attribute1 "attr77339") ) +(myObject (attribute1 "attr77340") ) +(myObject (attribute1 "attr77341") ) +(myObject (attribute1 "attr77342") ) +(myObject (attribute1 "attr77343") ) +(myObject (attribute1 "attr77344") ) +(myObject (attribute1 "attr77345") ) +(myObject (attribute1 "attr77346") ) +(myObject (attribute1 "attr77347") ) +(myObject (attribute1 "attr77348") ) +(myObject (attribute1 "attr77349") ) +(myObject (attribute1 "attr77350") ) +(myObject (attribute1 "attr77351") ) +(myObject (attribute1 "attr77352") ) +(myObject (attribute1 "attr77353") ) +(myObject (attribute1 "attr77354") ) +(myObject (attribute1 "attr77355") ) +(myObject (attribute1 "attr77356") ) +(myObject (attribute1 "attr77357") ) +(myObject (attribute1 "attr77358") ) +(myObject (attribute1 "attr77359") ) +(myObject (attribute1 "attr77360") ) +(myObject (attribute1 "attr77361") ) +(myObject (attribute1 "attr77362") ) +(myObject (attribute1 "attr77363") ) +(myObject (attribute1 "attr77364") ) +(myObject (attribute1 "attr77365") ) +(myObject (attribute1 "attr77366") ) +(myObject (attribute1 "attr77367") ) +(myObject (attribute1 "attr77368") ) +(myObject (attribute1 "attr77369") ) +(myObject (attribute1 "attr77370") ) +(myObject (attribute1 "attr77371") ) +(myObject (attribute1 "attr77372") ) +(myObject (attribute1 "attr77373") ) +(myObject (attribute1 "attr77374") ) +(myObject (attribute1 "attr77375") ) +(myObject (attribute1 "attr77376") ) +(myObject (attribute1 "attr77377") ) +(myObject (attribute1 "attr77378") ) +(myObject (attribute1 "attr77379") ) +(myObject (attribute1 "attr77380") ) +(myObject (attribute1 "attr77381") ) +(myObject (attribute1 "attr77382") ) +(myObject (attribute1 "attr77383") ) +(myObject (attribute1 "attr77384") ) +(myObject (attribute1 "attr77385") ) +(myObject (attribute1 "attr77386") ) +(myObject (attribute1 "attr77387") ) +(myObject (attribute1 "attr77388") ) +(myObject (attribute1 "attr77389") ) +(myObject (attribute1 "attr77390") ) +(myObject (attribute1 "attr77391") ) +(myObject (attribute1 "attr77392") ) +(myObject (attribute1 "attr77393") ) +(myObject (attribute1 "attr77394") ) +(myObject (attribute1 "attr77395") ) +(myObject (attribute1 "attr77396") ) +(myObject (attribute1 "attr77397") ) +(myObject (attribute1 "attr77398") ) +(myObject (attribute1 "attr77399") ) +(myObject (attribute1 "attr77400") ) +(myObject (attribute1 "attr77401") ) +(myObject (attribute1 "attr77402") ) +(myObject (attribute1 "attr77403") ) +(myObject (attribute1 "attr77404") ) +(myObject (attribute1 "attr77405") ) +(myObject (attribute1 "attr77406") ) +(myObject (attribute1 "attr77407") ) +(myObject (attribute1 "attr77408") ) +(myObject (attribute1 "attr77409") ) +(myObject (attribute1 "attr77410") ) +(myObject (attribute1 "attr77411") ) +(myObject (attribute1 "attr77412") ) +(myObject (attribute1 "attr77413") ) +(myObject (attribute1 "attr77414") ) +(myObject (attribute1 "attr77415") ) +(myObject (attribute1 "attr77416") ) +(myObject (attribute1 "attr77417") ) +(myObject (attribute1 "attr77418") ) +(myObject (attribute1 "attr77419") ) +(myObject (attribute1 "attr77420") ) +(myObject (attribute1 "attr77421") ) +(myObject (attribute1 "attr77422") ) +(myObject (attribute1 "attr77423") ) +(myObject (attribute1 "attr77424") ) +(myObject (attribute1 "attr77425") ) +(myObject (attribute1 "attr77426") ) +(myObject (attribute1 "attr77427") ) +(myObject (attribute1 "attr77428") ) +(myObject (attribute1 "attr77429") ) +(myObject (attribute1 "attr77430") ) +(myObject (attribute1 "attr77431") ) +(myObject (attribute1 "attr77432") ) +(myObject (attribute1 "attr77433") ) +(myObject (attribute1 "attr77434") ) +(myObject (attribute1 "attr77435") ) +(myObject (attribute1 "attr77436") ) +(myObject (attribute1 "attr77437") ) +(myObject (attribute1 "attr77438") ) +(myObject (attribute1 "attr77439") ) +(myObject (attribute1 "attr77440") ) +(myObject (attribute1 "attr77441") ) +(myObject (attribute1 "attr77442") ) +(myObject (attribute1 "attr77443") ) +(myObject (attribute1 "attr77444") ) +(myObject (attribute1 "attr77445") ) +(myObject (attribute1 "attr77446") ) +(myObject (attribute1 "attr77447") ) +(myObject (attribute1 "attr77448") ) +(myObject (attribute1 "attr77449") ) +(myObject (attribute1 "attr77450") ) +(myObject (attribute1 "attr77451") ) +(myObject (attribute1 "attr77452") ) +(myObject (attribute1 "attr77453") ) +(myObject (attribute1 "attr77454") ) +(myObject (attribute1 "attr77455") ) +(myObject (attribute1 "attr77456") ) +(myObject (attribute1 "attr77457") ) +(myObject (attribute1 "attr77458") ) +(myObject (attribute1 "attr77459") ) +(myObject (attribute1 "attr77460") ) +(myObject (attribute1 "attr77461") ) +(myObject (attribute1 "attr77462") ) +(myObject (attribute1 "attr77463") ) +(myObject (attribute1 "attr77464") ) +(myObject (attribute1 "attr77465") ) +(myObject (attribute1 "attr77466") ) +(myObject (attribute1 "attr77467") ) +(myObject (attribute1 "attr77468") ) +(myObject (attribute1 "attr77469") ) +(myObject (attribute1 "attr77470") ) +(myObject (attribute1 "attr77471") ) +(myObject (attribute1 "attr77472") ) +(myObject (attribute1 "attr77473") ) +(myObject (attribute1 "attr77474") ) +(myObject (attribute1 "attr77475") ) +(myObject (attribute1 "attr77476") ) +(myObject (attribute1 "attr77477") ) +(myObject (attribute1 "attr77478") ) +(myObject (attribute1 "attr77479") ) +(myObject (attribute1 "attr77480") ) +(myObject (attribute1 "attr77481") ) +(myObject (attribute1 "attr77482") ) +(myObject (attribute1 "attr77483") ) +(myObject (attribute1 "attr77484") ) +(myObject (attribute1 "attr77485") ) +(myObject (attribute1 "attr77486") ) +(myObject (attribute1 "attr77487") ) +(myObject (attribute1 "attr77488") ) +(myObject (attribute1 "attr77489") ) +(myObject (attribute1 "attr77490") ) +(myObject (attribute1 "attr77491") ) +(myObject (attribute1 "attr77492") ) +(myObject (attribute1 "attr77493") ) +(myObject (attribute1 "attr77494") ) +(myObject (attribute1 "attr77495") ) +(myObject (attribute1 "attr77496") ) +(myObject (attribute1 "attr77497") ) +(myObject (attribute1 "attr77498") ) +(myObject (attribute1 "attr77499") ) +(myObject (attribute1 "attr77500") ) +(myObject (attribute1 "attr77501") ) +(myObject (attribute1 "attr77502") ) +(myObject (attribute1 "attr77503") ) +(myObject (attribute1 "attr77504") ) +(myObject (attribute1 "attr77505") ) +(myObject (attribute1 "attr77506") ) +(myObject (attribute1 "attr77507") ) +(myObject (attribute1 "attr77508") ) +(myObject (attribute1 "attr77509") ) +(myObject (attribute1 "attr77510") ) +(myObject (attribute1 "attr77511") ) +(myObject (attribute1 "attr77512") ) +(myObject (attribute1 "attr77513") ) +(myObject (attribute1 "attr77514") ) +(myObject (attribute1 "attr77515") ) +(myObject (attribute1 "attr77516") ) +(myObject (attribute1 "attr77517") ) +(myObject (attribute1 "attr77518") ) +(myObject (attribute1 "attr77519") ) +(myObject (attribute1 "attr77520") ) +(myObject (attribute1 "attr77521") ) +(myObject (attribute1 "attr77522") ) +(myObject (attribute1 "attr77523") ) +(myObject (attribute1 "attr77524") ) +(myObject (attribute1 "attr77525") ) +(myObject (attribute1 "attr77526") ) +(myObject (attribute1 "attr77527") ) +(myObject (attribute1 "attr77528") ) +(myObject (attribute1 "attr77529") ) +(myObject (attribute1 "attr77530") ) +(myObject (attribute1 "attr77531") ) +(myObject (attribute1 "attr77532") ) +(myObject (attribute1 "attr77533") ) +(myObject (attribute1 "attr77534") ) +(myObject (attribute1 "attr77535") ) +(myObject (attribute1 "attr77536") ) +(myObject (attribute1 "attr77537") ) +(myObject (attribute1 "attr77538") ) +(myObject (attribute1 "attr77539") ) +(myObject (attribute1 "attr77540") ) +(myObject (attribute1 "attr77541") ) +(myObject (attribute1 "attr77542") ) +(myObject (attribute1 "attr77543") ) +(myObject (attribute1 "attr77544") ) +(myObject (attribute1 "attr77545") ) +(myObject (attribute1 "attr77546") ) +(myObject (attribute1 "attr77547") ) +(myObject (attribute1 "attr77548") ) +(myObject (attribute1 "attr77549") ) +(myObject (attribute1 "attr77550") ) +(myObject (attribute1 "attr77551") ) +(myObject (attribute1 "attr77552") ) +(myObject (attribute1 "attr77553") ) +(myObject (attribute1 "attr77554") ) +(myObject (attribute1 "attr77555") ) +(myObject (attribute1 "attr77556") ) +(myObject (attribute1 "attr77557") ) +(myObject (attribute1 "attr77558") ) +(myObject (attribute1 "attr77559") ) +(myObject (attribute1 "attr77560") ) +(myObject (attribute1 "attr77561") ) +(myObject (attribute1 "attr77562") ) +(myObject (attribute1 "attr77563") ) +(myObject (attribute1 "attr77564") ) +(myObject (attribute1 "attr77565") ) +(myObject (attribute1 "attr77566") ) +(myObject (attribute1 "attr77567") ) +(myObject (attribute1 "attr77568") ) +(myObject (attribute1 "attr77569") ) +(myObject (attribute1 "attr77570") ) +(myObject (attribute1 "attr77571") ) +(myObject (attribute1 "attr77572") ) +(myObject (attribute1 "attr77573") ) +(myObject (attribute1 "attr77574") ) +(myObject (attribute1 "attr77575") ) +(myObject (attribute1 "attr77576") ) +(myObject (attribute1 "attr77577") ) +(myObject (attribute1 "attr77578") ) +(myObject (attribute1 "attr77579") ) +(myObject (attribute1 "attr77580") ) +(myObject (attribute1 "attr77581") ) +(myObject (attribute1 "attr77582") ) +(myObject (attribute1 "attr77583") ) +(myObject (attribute1 "attr77584") ) +(myObject (attribute1 "attr77585") ) +(myObject (attribute1 "attr77586") ) +(myObject (attribute1 "attr77587") ) +(myObject (attribute1 "attr77588") ) +(myObject (attribute1 "attr77589") ) +(myObject (attribute1 "attr77590") ) +(myObject (attribute1 "attr77591") ) +(myObject (attribute1 "attr77592") ) +(myObject (attribute1 "attr77593") ) +(myObject (attribute1 "attr77594") ) +(myObject (attribute1 "attr77595") ) +(myObject (attribute1 "attr77596") ) +(myObject (attribute1 "attr77597") ) +(myObject (attribute1 "attr77598") ) +(myObject (attribute1 "attr77599") ) +(myObject (attribute1 "attr77600") ) +(myObject (attribute1 "attr77601") ) +(myObject (attribute1 "attr77602") ) +(myObject (attribute1 "attr77603") ) +(myObject (attribute1 "attr77604") ) +(myObject (attribute1 "attr77605") ) +(myObject (attribute1 "attr77606") ) +(myObject (attribute1 "attr77607") ) +(myObject (attribute1 "attr77608") ) +(myObject (attribute1 "attr77609") ) +(myObject (attribute1 "attr77610") ) +(myObject (attribute1 "attr77611") ) +(myObject (attribute1 "attr77612") ) +(myObject (attribute1 "attr77613") ) +(myObject (attribute1 "attr77614") ) +(myObject (attribute1 "attr77615") ) +(myObject (attribute1 "attr77616") ) +(myObject (attribute1 "attr77617") ) +(myObject (attribute1 "attr77618") ) +(myObject (attribute1 "attr77619") ) +(myObject (attribute1 "attr77620") ) +(myObject (attribute1 "attr77621") ) +(myObject (attribute1 "attr77622") ) +(myObject (attribute1 "attr77623") ) +(myObject (attribute1 "attr77624") ) +(myObject (attribute1 "attr77625") ) +(myObject (attribute1 "attr77626") ) +(myObject (attribute1 "attr77627") ) +(myObject (attribute1 "attr77628") ) +(myObject (attribute1 "attr77629") ) +(myObject (attribute1 "attr77630") ) +(myObject (attribute1 "attr77631") ) +(myObject (attribute1 "attr77632") ) +(myObject (attribute1 "attr77633") ) +(myObject (attribute1 "attr77634") ) +(myObject (attribute1 "attr77635") ) +(myObject (attribute1 "attr77636") ) +(myObject (attribute1 "attr77637") ) +(myObject (attribute1 "attr77638") ) +(myObject (attribute1 "attr77639") ) +(myObject (attribute1 "attr77640") ) +(myObject (attribute1 "attr77641") ) +(myObject (attribute1 "attr77642") ) +(myObject (attribute1 "attr77643") ) +(myObject (attribute1 "attr77644") ) +(myObject (attribute1 "attr77645") ) +(myObject (attribute1 "attr77646") ) +(myObject (attribute1 "attr77647") ) +(myObject (attribute1 "attr77648") ) +(myObject (attribute1 "attr77649") ) +(myObject (attribute1 "attr77650") ) +(myObject (attribute1 "attr77651") ) +(myObject (attribute1 "attr77652") ) +(myObject (attribute1 "attr77653") ) +(myObject (attribute1 "attr77654") ) +(myObject (attribute1 "attr77655") ) +(myObject (attribute1 "attr77656") ) +(myObject (attribute1 "attr77657") ) +(myObject (attribute1 "attr77658") ) +(myObject (attribute1 "attr77659") ) +(myObject (attribute1 "attr77660") ) +(myObject (attribute1 "attr77661") ) +(myObject (attribute1 "attr77662") ) +(myObject (attribute1 "attr77663") ) +(myObject (attribute1 "attr77664") ) +(myObject (attribute1 "attr77665") ) +(myObject (attribute1 "attr77666") ) +(myObject (attribute1 "attr77667") ) +(myObject (attribute1 "attr77668") ) +(myObject (attribute1 "attr77669") ) +(myObject (attribute1 "attr77670") ) +(myObject (attribute1 "attr77671") ) +(myObject (attribute1 "attr77672") ) +(myObject (attribute1 "attr77673") ) +(myObject (attribute1 "attr77674") ) +(myObject (attribute1 "attr77675") ) +(myObject (attribute1 "attr77676") ) +(myObject (attribute1 "attr77677") ) +(myObject (attribute1 "attr77678") ) +(myObject (attribute1 "attr77679") ) +(myObject (attribute1 "attr77680") ) +(myObject (attribute1 "attr77681") ) +(myObject (attribute1 "attr77682") ) +(myObject (attribute1 "attr77683") ) +(myObject (attribute1 "attr77684") ) +(myObject (attribute1 "attr77685") ) +(myObject (attribute1 "attr77686") ) +(myObject (attribute1 "attr77687") ) +(myObject (attribute1 "attr77688") ) +(myObject (attribute1 "attr77689") ) +(myObject (attribute1 "attr77690") ) +(myObject (attribute1 "attr77691") ) +(myObject (attribute1 "attr77692") ) +(myObject (attribute1 "attr77693") ) +(myObject (attribute1 "attr77694") ) +(myObject (attribute1 "attr77695") ) +(myObject (attribute1 "attr77696") ) +(myObject (attribute1 "attr77697") ) +(myObject (attribute1 "attr77698") ) +(myObject (attribute1 "attr77699") ) +(myObject (attribute1 "attr77700") ) +(myObject (attribute1 "attr77701") ) +(myObject (attribute1 "attr77702") ) +(myObject (attribute1 "attr77703") ) +(myObject (attribute1 "attr77704") ) +(myObject (attribute1 "attr77705") ) +(myObject (attribute1 "attr77706") ) +(myObject (attribute1 "attr77707") ) +(myObject (attribute1 "attr77708") ) +(myObject (attribute1 "attr77709") ) +(myObject (attribute1 "attr77710") ) +(myObject (attribute1 "attr77711") ) +(myObject (attribute1 "attr77712") ) +(myObject (attribute1 "attr77713") ) +(myObject (attribute1 "attr77714") ) +(myObject (attribute1 "attr77715") ) +(myObject (attribute1 "attr77716") ) +(myObject (attribute1 "attr77717") ) +(myObject (attribute1 "attr77718") ) +(myObject (attribute1 "attr77719") ) +(myObject (attribute1 "attr77720") ) +(myObject (attribute1 "attr77721") ) +(myObject (attribute1 "attr77722") ) +(myObject (attribute1 "attr77723") ) +(myObject (attribute1 "attr77724") ) +(myObject (attribute1 "attr77725") ) +(myObject (attribute1 "attr77726") ) +(myObject (attribute1 "attr77727") ) +(myObject (attribute1 "attr77728") ) +(myObject (attribute1 "attr77729") ) +(myObject (attribute1 "attr77730") ) +(myObject (attribute1 "attr77731") ) +(myObject (attribute1 "attr77732") ) +(myObject (attribute1 "attr77733") ) +(myObject (attribute1 "attr77734") ) +(myObject (attribute1 "attr77735") ) +(myObject (attribute1 "attr77736") ) +(myObject (attribute1 "attr77737") ) +(myObject (attribute1 "attr77738") ) +(myObject (attribute1 "attr77739") ) +(myObject (attribute1 "attr77740") ) +(myObject (attribute1 "attr77741") ) +(myObject (attribute1 "attr77742") ) +(myObject (attribute1 "attr77743") ) +(myObject (attribute1 "attr77744") ) +(myObject (attribute1 "attr77745") ) +(myObject (attribute1 "attr77746") ) +(myObject (attribute1 "attr77747") ) +(myObject (attribute1 "attr77748") ) +(myObject (attribute1 "attr77749") ) +(myObject (attribute1 "attr77750") ) +(myObject (attribute1 "attr77751") ) +(myObject (attribute1 "attr77752") ) +(myObject (attribute1 "attr77753") ) +(myObject (attribute1 "attr77754") ) +(myObject (attribute1 "attr77755") ) +(myObject (attribute1 "attr77756") ) +(myObject (attribute1 "attr77757") ) +(myObject (attribute1 "attr77758") ) +(myObject (attribute1 "attr77759") ) +(myObject (attribute1 "attr77760") ) +(myObject (attribute1 "attr77761") ) +(myObject (attribute1 "attr77762") ) +(myObject (attribute1 "attr77763") ) +(myObject (attribute1 "attr77764") ) +(myObject (attribute1 "attr77765") ) +(myObject (attribute1 "attr77766") ) +(myObject (attribute1 "attr77767") ) +(myObject (attribute1 "attr77768") ) +(myObject (attribute1 "attr77769") ) +(myObject (attribute1 "attr77770") ) +(myObject (attribute1 "attr77771") ) +(myObject (attribute1 "attr77772") ) +(myObject (attribute1 "attr77773") ) +(myObject (attribute1 "attr77774") ) +(myObject (attribute1 "attr77775") ) +(myObject (attribute1 "attr77776") ) +(myObject (attribute1 "attr77777") ) +(myObject (attribute1 "attr77778") ) +(myObject (attribute1 "attr77779") ) +(myObject (attribute1 "attr77780") ) +(myObject (attribute1 "attr77781") ) +(myObject (attribute1 "attr77782") ) +(myObject (attribute1 "attr77783") ) +(myObject (attribute1 "attr77784") ) +(myObject (attribute1 "attr77785") ) +(myObject (attribute1 "attr77786") ) +(myObject (attribute1 "attr77787") ) +(myObject (attribute1 "attr77788") ) +(myObject (attribute1 "attr77789") ) +(myObject (attribute1 "attr77790") ) +(myObject (attribute1 "attr77791") ) +(myObject (attribute1 "attr77792") ) +(myObject (attribute1 "attr77793") ) +(myObject (attribute1 "attr77794") ) +(myObject (attribute1 "attr77795") ) +(myObject (attribute1 "attr77796") ) +(myObject (attribute1 "attr77797") ) +(myObject (attribute1 "attr77798") ) +(myObject (attribute1 "attr77799") ) +(myObject (attribute1 "attr77800") ) +(myObject (attribute1 "attr77801") ) +(myObject (attribute1 "attr77802") ) +(myObject (attribute1 "attr77803") ) +(myObject (attribute1 "attr77804") ) +(myObject (attribute1 "attr77805") ) +(myObject (attribute1 "attr77806") ) +(myObject (attribute1 "attr77807") ) +(myObject (attribute1 "attr77808") ) +(myObject (attribute1 "attr77809") ) +(myObject (attribute1 "attr77810") ) +(myObject (attribute1 "attr77811") ) +(myObject (attribute1 "attr77812") ) +(myObject (attribute1 "attr77813") ) +(myObject (attribute1 "attr77814") ) +(myObject (attribute1 "attr77815") ) +(myObject (attribute1 "attr77816") ) +(myObject (attribute1 "attr77817") ) +(myObject (attribute1 "attr77818") ) +(myObject (attribute1 "attr77819") ) +(myObject (attribute1 "attr77820") ) +(myObject (attribute1 "attr77821") ) +(myObject (attribute1 "attr77822") ) +(myObject (attribute1 "attr77823") ) +(myObject (attribute1 "attr77824") ) +(myObject (attribute1 "attr77825") ) +(myObject (attribute1 "attr77826") ) +(myObject (attribute1 "attr77827") ) +(myObject (attribute1 "attr77828") ) +(myObject (attribute1 "attr77829") ) +(myObject (attribute1 "attr77830") ) +(myObject (attribute1 "attr77831") ) +(myObject (attribute1 "attr77832") ) +(myObject (attribute1 "attr77833") ) +(myObject (attribute1 "attr77834") ) +(myObject (attribute1 "attr77835") ) +(myObject (attribute1 "attr77836") ) +(myObject (attribute1 "attr77837") ) +(myObject (attribute1 "attr77838") ) +(myObject (attribute1 "attr77839") ) +(myObject (attribute1 "attr77840") ) +(myObject (attribute1 "attr77841") ) +(myObject (attribute1 "attr77842") ) +(myObject (attribute1 "attr77843") ) +(myObject (attribute1 "attr77844") ) +(myObject (attribute1 "attr77845") ) +(myObject (attribute1 "attr77846") ) +(myObject (attribute1 "attr77847") ) +(myObject (attribute1 "attr77848") ) +(myObject (attribute1 "attr77849") ) +(myObject (attribute1 "attr77850") ) +(myObject (attribute1 "attr77851") ) +(myObject (attribute1 "attr77852") ) +(myObject (attribute1 "attr77853") ) +(myObject (attribute1 "attr77854") ) +(myObject (attribute1 "attr77855") ) +(myObject (attribute1 "attr77856") ) +(myObject (attribute1 "attr77857") ) +(myObject (attribute1 "attr77858") ) +(myObject (attribute1 "attr77859") ) +(myObject (attribute1 "attr77860") ) +(myObject (attribute1 "attr77861") ) +(myObject (attribute1 "attr77862") ) +(myObject (attribute1 "attr77863") ) +(myObject (attribute1 "attr77864") ) +(myObject (attribute1 "attr77865") ) +(myObject (attribute1 "attr77866") ) +(myObject (attribute1 "attr77867") ) +(myObject (attribute1 "attr77868") ) +(myObject (attribute1 "attr77869") ) +(myObject (attribute1 "attr77870") ) +(myObject (attribute1 "attr77871") ) +(myObject (attribute1 "attr77872") ) +(myObject (attribute1 "attr77873") ) +(myObject (attribute1 "attr77874") ) +(myObject (attribute1 "attr77875") ) +(myObject (attribute1 "attr77876") ) +(myObject (attribute1 "attr77877") ) +(myObject (attribute1 "attr77878") ) +(myObject (attribute1 "attr77879") ) +(myObject (attribute1 "attr77880") ) +(myObject (attribute1 "attr77881") ) +(myObject (attribute1 "attr77882") ) +(myObject (attribute1 "attr77883") ) +(myObject (attribute1 "attr77884") ) +(myObject (attribute1 "attr77885") ) +(myObject (attribute1 "attr77886") ) +(myObject (attribute1 "attr77887") ) +(myObject (attribute1 "attr77888") ) +(myObject (attribute1 "attr77889") ) +(myObject (attribute1 "attr77890") ) +(myObject (attribute1 "attr77891") ) +(myObject (attribute1 "attr77892") ) +(myObject (attribute1 "attr77893") ) +(myObject (attribute1 "attr77894") ) +(myObject (attribute1 "attr77895") ) +(myObject (attribute1 "attr77896") ) +(myObject (attribute1 "attr77897") ) +(myObject (attribute1 "attr77898") ) +(myObject (attribute1 "attr77899") ) +(myObject (attribute1 "attr77900") ) +(myObject (attribute1 "attr77901") ) +(myObject (attribute1 "attr77902") ) +(myObject (attribute1 "attr77903") ) +(myObject (attribute1 "attr77904") ) +(myObject (attribute1 "attr77905") ) +(myObject (attribute1 "attr77906") ) +(myObject (attribute1 "attr77907") ) +(myObject (attribute1 "attr77908") ) +(myObject (attribute1 "attr77909") ) +(myObject (attribute1 "attr77910") ) +(myObject (attribute1 "attr77911") ) +(myObject (attribute1 "attr77912") ) +(myObject (attribute1 "attr77913") ) +(myObject (attribute1 "attr77914") ) +(myObject (attribute1 "attr77915") ) +(myObject (attribute1 "attr77916") ) +(myObject (attribute1 "attr77917") ) +(myObject (attribute1 "attr77918") ) +(myObject (attribute1 "attr77919") ) +(myObject (attribute1 "attr77920") ) +(myObject (attribute1 "attr77921") ) +(myObject (attribute1 "attr77922") ) +(myObject (attribute1 "attr77923") ) +(myObject (attribute1 "attr77924") ) +(myObject (attribute1 "attr77925") ) +(myObject (attribute1 "attr77926") ) +(myObject (attribute1 "attr77927") ) +(myObject (attribute1 "attr77928") ) +(myObject (attribute1 "attr77929") ) +(myObject (attribute1 "attr77930") ) +(myObject (attribute1 "attr77931") ) +(myObject (attribute1 "attr77932") ) +(myObject (attribute1 "attr77933") ) +(myObject (attribute1 "attr77934") ) +(myObject (attribute1 "attr77935") ) +(myObject (attribute1 "attr77936") ) +(myObject (attribute1 "attr77937") ) +(myObject (attribute1 "attr77938") ) +(myObject (attribute1 "attr77939") ) +(myObject (attribute1 "attr77940") ) +(myObject (attribute1 "attr77941") ) +(myObject (attribute1 "attr77942") ) +(myObject (attribute1 "attr77943") ) +(myObject (attribute1 "attr77944") ) +(myObject (attribute1 "attr77945") ) +(myObject (attribute1 "attr77946") ) +(myObject (attribute1 "attr77947") ) +(myObject (attribute1 "attr77948") ) +(myObject (attribute1 "attr77949") ) +(myObject (attribute1 "attr77950") ) +(myObject (attribute1 "attr77951") ) +(myObject (attribute1 "attr77952") ) +(myObject (attribute1 "attr77953") ) +(myObject (attribute1 "attr77954") ) +(myObject (attribute1 "attr77955") ) +(myObject (attribute1 "attr77956") ) +(myObject (attribute1 "attr77957") ) +(myObject (attribute1 "attr77958") ) +(myObject (attribute1 "attr77959") ) +(myObject (attribute1 "attr77960") ) +(myObject (attribute1 "attr77961") ) +(myObject (attribute1 "attr77962") ) +(myObject (attribute1 "attr77963") ) +(myObject (attribute1 "attr77964") ) +(myObject (attribute1 "attr77965") ) +(myObject (attribute1 "attr77966") ) +(myObject (attribute1 "attr77967") ) +(myObject (attribute1 "attr77968") ) +(myObject (attribute1 "attr77969") ) +(myObject (attribute1 "attr77970") ) +(myObject (attribute1 "attr77971") ) +(myObject (attribute1 "attr77972") ) +(myObject (attribute1 "attr77973") ) +(myObject (attribute1 "attr77974") ) +(myObject (attribute1 "attr77975") ) +(myObject (attribute1 "attr77976") ) +(myObject (attribute1 "attr77977") ) +(myObject (attribute1 "attr77978") ) +(myObject (attribute1 "attr77979") ) +(myObject (attribute1 "attr77980") ) +(myObject (attribute1 "attr77981") ) +(myObject (attribute1 "attr77982") ) +(myObject (attribute1 "attr77983") ) +(myObject (attribute1 "attr77984") ) +(myObject (attribute1 "attr77985") ) +(myObject (attribute1 "attr77986") ) +(myObject (attribute1 "attr77987") ) +(myObject (attribute1 "attr77988") ) +(myObject (attribute1 "attr77989") ) +(myObject (attribute1 "attr77990") ) +(myObject (attribute1 "attr77991") ) +(myObject (attribute1 "attr77992") ) +(myObject (attribute1 "attr77993") ) +(myObject (attribute1 "attr77994") ) +(myObject (attribute1 "attr77995") ) +(myObject (attribute1 "attr77996") ) +(myObject (attribute1 "attr77997") ) +(myObject (attribute1 "attr77998") ) +(myObject (attribute1 "attr77999") ) +(myObject (attribute1 "attr78000") ) +(myObject (attribute1 "attr78001") ) +(myObject (attribute1 "attr78002") ) +(myObject (attribute1 "attr78003") ) +(myObject (attribute1 "attr78004") ) +(myObject (attribute1 "attr78005") ) +(myObject (attribute1 "attr78006") ) +(myObject (attribute1 "attr78007") ) +(myObject (attribute1 "attr78008") ) +(myObject (attribute1 "attr78009") ) +(myObject (attribute1 "attr78010") ) +(myObject (attribute1 "attr78011") ) +(myObject (attribute1 "attr78012") ) +(myObject (attribute1 "attr78013") ) +(myObject (attribute1 "attr78014") ) +(myObject (attribute1 "attr78015") ) +(myObject (attribute1 "attr78016") ) +(myObject (attribute1 "attr78017") ) +(myObject (attribute1 "attr78018") ) +(myObject (attribute1 "attr78019") ) +(myObject (attribute1 "attr78020") ) +(myObject (attribute1 "attr78021") ) +(myObject (attribute1 "attr78022") ) +(myObject (attribute1 "attr78023") ) +(myObject (attribute1 "attr78024") ) +(myObject (attribute1 "attr78025") ) +(myObject (attribute1 "attr78026") ) +(myObject (attribute1 "attr78027") ) +(myObject (attribute1 "attr78028") ) +(myObject (attribute1 "attr78029") ) +(myObject (attribute1 "attr78030") ) +(myObject (attribute1 "attr78031") ) +(myObject (attribute1 "attr78032") ) +(myObject (attribute1 "attr78033") ) +(myObject (attribute1 "attr78034") ) +(myObject (attribute1 "attr78035") ) +(myObject (attribute1 "attr78036") ) +(myObject (attribute1 "attr78037") ) +(myObject (attribute1 "attr78038") ) +(myObject (attribute1 "attr78039") ) +(myObject (attribute1 "attr78040") ) +(myObject (attribute1 "attr78041") ) +(myObject (attribute1 "attr78042") ) +(myObject (attribute1 "attr78043") ) +(myObject (attribute1 "attr78044") ) +(myObject (attribute1 "attr78045") ) +(myObject (attribute1 "attr78046") ) +(myObject (attribute1 "attr78047") ) +(myObject (attribute1 "attr78048") ) +(myObject (attribute1 "attr78049") ) +(myObject (attribute1 "attr78050") ) +(myObject (attribute1 "attr78051") ) +(myObject (attribute1 "attr78052") ) +(myObject (attribute1 "attr78053") ) +(myObject (attribute1 "attr78054") ) +(myObject (attribute1 "attr78055") ) +(myObject (attribute1 "attr78056") ) +(myObject (attribute1 "attr78057") ) +(myObject (attribute1 "attr78058") ) +(myObject (attribute1 "attr78059") ) +(myObject (attribute1 "attr78060") ) +(myObject (attribute1 "attr78061") ) +(myObject (attribute1 "attr78062") ) +(myObject (attribute1 "attr78063") ) +(myObject (attribute1 "attr78064") ) +(myObject (attribute1 "attr78065") ) +(myObject (attribute1 "attr78066") ) +(myObject (attribute1 "attr78067") ) +(myObject (attribute1 "attr78068") ) +(myObject (attribute1 "attr78069") ) +(myObject (attribute1 "attr78070") ) +(myObject (attribute1 "attr78071") ) +(myObject (attribute1 "attr78072") ) +(myObject (attribute1 "attr78073") ) +(myObject (attribute1 "attr78074") ) +(myObject (attribute1 "attr78075") ) +(myObject (attribute1 "attr78076") ) +(myObject (attribute1 "attr78077") ) +(myObject (attribute1 "attr78078") ) +(myObject (attribute1 "attr78079") ) +(myObject (attribute1 "attr78080") ) +(myObject (attribute1 "attr78081") ) +(myObject (attribute1 "attr78082") ) +(myObject (attribute1 "attr78083") ) +(myObject (attribute1 "attr78084") ) +(myObject (attribute1 "attr78085") ) +(myObject (attribute1 "attr78086") ) +(myObject (attribute1 "attr78087") ) +(myObject (attribute1 "attr78088") ) +(myObject (attribute1 "attr78089") ) +(myObject (attribute1 "attr78090") ) +(myObject (attribute1 "attr78091") ) +(myObject (attribute1 "attr78092") ) +(myObject (attribute1 "attr78093") ) +(myObject (attribute1 "attr78094") ) +(myObject (attribute1 "attr78095") ) +(myObject (attribute1 "attr78096") ) +(myObject (attribute1 "attr78097") ) +(myObject (attribute1 "attr78098") ) +(myObject (attribute1 "attr78099") ) +(myObject (attribute1 "attr78100") ) +(myObject (attribute1 "attr78101") ) +(myObject (attribute1 "attr78102") ) +(myObject (attribute1 "attr78103") ) +(myObject (attribute1 "attr78104") ) +(myObject (attribute1 "attr78105") ) +(myObject (attribute1 "attr78106") ) +(myObject (attribute1 "attr78107") ) +(myObject (attribute1 "attr78108") ) +(myObject (attribute1 "attr78109") ) +(myObject (attribute1 "attr78110") ) +(myObject (attribute1 "attr78111") ) +(myObject (attribute1 "attr78112") ) +(myObject (attribute1 "attr78113") ) +(myObject (attribute1 "attr78114") ) +(myObject (attribute1 "attr78115") ) +(myObject (attribute1 "attr78116") ) +(myObject (attribute1 "attr78117") ) +(myObject (attribute1 "attr78118") ) +(myObject (attribute1 "attr78119") ) +(myObject (attribute1 "attr78120") ) +(myObject (attribute1 "attr78121") ) +(myObject (attribute1 "attr78122") ) +(myObject (attribute1 "attr78123") ) +(myObject (attribute1 "attr78124") ) +(myObject (attribute1 "attr78125") ) +(myObject (attribute1 "attr78126") ) +(myObject (attribute1 "attr78127") ) +(myObject (attribute1 "attr78128") ) +(myObject (attribute1 "attr78129") ) +(myObject (attribute1 "attr78130") ) +(myObject (attribute1 "attr78131") ) +(myObject (attribute1 "attr78132") ) +(myObject (attribute1 "attr78133") ) +(myObject (attribute1 "attr78134") ) +(myObject (attribute1 "attr78135") ) +(myObject (attribute1 "attr78136") ) +(myObject (attribute1 "attr78137") ) +(myObject (attribute1 "attr78138") ) +(myObject (attribute1 "attr78139") ) +(myObject (attribute1 "attr78140") ) +(myObject (attribute1 "attr78141") ) +(myObject (attribute1 "attr78142") ) +(myObject (attribute1 "attr78143") ) +(myObject (attribute1 "attr78144") ) +(myObject (attribute1 "attr78145") ) +(myObject (attribute1 "attr78146") ) +(myObject (attribute1 "attr78147") ) +(myObject (attribute1 "attr78148") ) +(myObject (attribute1 "attr78149") ) +(myObject (attribute1 "attr78150") ) +(myObject (attribute1 "attr78151") ) +(myObject (attribute1 "attr78152") ) +(myObject (attribute1 "attr78153") ) +(myObject (attribute1 "attr78154") ) +(myObject (attribute1 "attr78155") ) +(myObject (attribute1 "attr78156") ) +(myObject (attribute1 "attr78157") ) +(myObject (attribute1 "attr78158") ) +(myObject (attribute1 "attr78159") ) +(myObject (attribute1 "attr78160") ) +(myObject (attribute1 "attr78161") ) +(myObject (attribute1 "attr78162") ) +(myObject (attribute1 "attr78163") ) +(myObject (attribute1 "attr78164") ) +(myObject (attribute1 "attr78165") ) +(myObject (attribute1 "attr78166") ) +(myObject (attribute1 "attr78167") ) +(myObject (attribute1 "attr78168") ) +(myObject (attribute1 "attr78169") ) +(myObject (attribute1 "attr78170") ) +(myObject (attribute1 "attr78171") ) +(myObject (attribute1 "attr78172") ) +(myObject (attribute1 "attr78173") ) +(myObject (attribute1 "attr78174") ) +(myObject (attribute1 "attr78175") ) +(myObject (attribute1 "attr78176") ) +(myObject (attribute1 "attr78177") ) +(myObject (attribute1 "attr78178") ) +(myObject (attribute1 "attr78179") ) +(myObject (attribute1 "attr78180") ) +(myObject (attribute1 "attr78181") ) +(myObject (attribute1 "attr78182") ) +(myObject (attribute1 "attr78183") ) +(myObject (attribute1 "attr78184") ) +(myObject (attribute1 "attr78185") ) +(myObject (attribute1 "attr78186") ) +(myObject (attribute1 "attr78187") ) +(myObject (attribute1 "attr78188") ) +(myObject (attribute1 "attr78189") ) +(myObject (attribute1 "attr78190") ) +(myObject (attribute1 "attr78191") ) +(myObject (attribute1 "attr78192") ) +(myObject (attribute1 "attr78193") ) +(myObject (attribute1 "attr78194") ) +(myObject (attribute1 "attr78195") ) +(myObject (attribute1 "attr78196") ) +(myObject (attribute1 "attr78197") ) +(myObject (attribute1 "attr78198") ) +(myObject (attribute1 "attr78199") ) +(myObject (attribute1 "attr78200") ) +(myObject (attribute1 "attr78201") ) +(myObject (attribute1 "attr78202") ) +(myObject (attribute1 "attr78203") ) +(myObject (attribute1 "attr78204") ) +(myObject (attribute1 "attr78205") ) +(myObject (attribute1 "attr78206") ) +(myObject (attribute1 "attr78207") ) +(myObject (attribute1 "attr78208") ) +(myObject (attribute1 "attr78209") ) +(myObject (attribute1 "attr78210") ) +(myObject (attribute1 "attr78211") ) +(myObject (attribute1 "attr78212") ) +(myObject (attribute1 "attr78213") ) +(myObject (attribute1 "attr78214") ) +(myObject (attribute1 "attr78215") ) +(myObject (attribute1 "attr78216") ) +(myObject (attribute1 "attr78217") ) +(myObject (attribute1 "attr78218") ) +(myObject (attribute1 "attr78219") ) +(myObject (attribute1 "attr78220") ) +(myObject (attribute1 "attr78221") ) +(myObject (attribute1 "attr78222") ) +(myObject (attribute1 "attr78223") ) +(myObject (attribute1 "attr78224") ) +(myObject (attribute1 "attr78225") ) +(myObject (attribute1 "attr78226") ) +(myObject (attribute1 "attr78227") ) +(myObject (attribute1 "attr78228") ) +(myObject (attribute1 "attr78229") ) +(myObject (attribute1 "attr78230") ) +(myObject (attribute1 "attr78231") ) +(myObject (attribute1 "attr78232") ) +(myObject (attribute1 "attr78233") ) +(myObject (attribute1 "attr78234") ) +(myObject (attribute1 "attr78235") ) +(myObject (attribute1 "attr78236") ) +(myObject (attribute1 "attr78237") ) +(myObject (attribute1 "attr78238") ) +(myObject (attribute1 "attr78239") ) +(myObject (attribute1 "attr78240") ) +(myObject (attribute1 "attr78241") ) +(myObject (attribute1 "attr78242") ) +(myObject (attribute1 "attr78243") ) +(myObject (attribute1 "attr78244") ) +(myObject (attribute1 "attr78245") ) +(myObject (attribute1 "attr78246") ) +(myObject (attribute1 "attr78247") ) +(myObject (attribute1 "attr78248") ) +(myObject (attribute1 "attr78249") ) +(myObject (attribute1 "attr78250") ) +(myObject (attribute1 "attr78251") ) +(myObject (attribute1 "attr78252") ) +(myObject (attribute1 "attr78253") ) +(myObject (attribute1 "attr78254") ) +(myObject (attribute1 "attr78255") ) +(myObject (attribute1 "attr78256") ) +(myObject (attribute1 "attr78257") ) +(myObject (attribute1 "attr78258") ) +(myObject (attribute1 "attr78259") ) +(myObject (attribute1 "attr78260") ) +(myObject (attribute1 "attr78261") ) +(myObject (attribute1 "attr78262") ) +(myObject (attribute1 "attr78263") ) +(myObject (attribute1 "attr78264") ) +(myObject (attribute1 "attr78265") ) +(myObject (attribute1 "attr78266") ) +(myObject (attribute1 "attr78267") ) +(myObject (attribute1 "attr78268") ) +(myObject (attribute1 "attr78269") ) +(myObject (attribute1 "attr78270") ) +(myObject (attribute1 "attr78271") ) +(myObject (attribute1 "attr78272") ) +(myObject (attribute1 "attr78273") ) +(myObject (attribute1 "attr78274") ) +(myObject (attribute1 "attr78275") ) +(myObject (attribute1 "attr78276") ) +(myObject (attribute1 "attr78277") ) +(myObject (attribute1 "attr78278") ) +(myObject (attribute1 "attr78279") ) +(myObject (attribute1 "attr78280") ) +(myObject (attribute1 "attr78281") ) +(myObject (attribute1 "attr78282") ) +(myObject (attribute1 "attr78283") ) +(myObject (attribute1 "attr78284") ) +(myObject (attribute1 "attr78285") ) +(myObject (attribute1 "attr78286") ) +(myObject (attribute1 "attr78287") ) +(myObject (attribute1 "attr78288") ) +(myObject (attribute1 "attr78289") ) +(myObject (attribute1 "attr78290") ) +(myObject (attribute1 "attr78291") ) +(myObject (attribute1 "attr78292") ) +(myObject (attribute1 "attr78293") ) +(myObject (attribute1 "attr78294") ) +(myObject (attribute1 "attr78295") ) +(myObject (attribute1 "attr78296") ) +(myObject (attribute1 "attr78297") ) +(myObject (attribute1 "attr78298") ) +(myObject (attribute1 "attr78299") ) +(myObject (attribute1 "attr78300") ) +(myObject (attribute1 "attr78301") ) +(myObject (attribute1 "attr78302") ) +(myObject (attribute1 "attr78303") ) +(myObject (attribute1 "attr78304") ) +(myObject (attribute1 "attr78305") ) +(myObject (attribute1 "attr78306") ) +(myObject (attribute1 "attr78307") ) +(myObject (attribute1 "attr78308") ) +(myObject (attribute1 "attr78309") ) +(myObject (attribute1 "attr78310") ) +(myObject (attribute1 "attr78311") ) +(myObject (attribute1 "attr78312") ) +(myObject (attribute1 "attr78313") ) +(myObject (attribute1 "attr78314") ) +(myObject (attribute1 "attr78315") ) +(myObject (attribute1 "attr78316") ) +(myObject (attribute1 "attr78317") ) +(myObject (attribute1 "attr78318") ) +(myObject (attribute1 "attr78319") ) +(myObject (attribute1 "attr78320") ) +(myObject (attribute1 "attr78321") ) +(myObject (attribute1 "attr78322") ) +(myObject (attribute1 "attr78323") ) +(myObject (attribute1 "attr78324") ) +(myObject (attribute1 "attr78325") ) +(myObject (attribute1 "attr78326") ) +(myObject (attribute1 "attr78327") ) +(myObject (attribute1 "attr78328") ) +(myObject (attribute1 "attr78329") ) +(myObject (attribute1 "attr78330") ) +(myObject (attribute1 "attr78331") ) +(myObject (attribute1 "attr78332") ) +(myObject (attribute1 "attr78333") ) +(myObject (attribute1 "attr78334") ) +(myObject (attribute1 "attr78335") ) +(myObject (attribute1 "attr78336") ) +(myObject (attribute1 "attr78337") ) +(myObject (attribute1 "attr78338") ) +(myObject (attribute1 "attr78339") ) +(myObject (attribute1 "attr78340") ) +(myObject (attribute1 "attr78341") ) +(myObject (attribute1 "attr78342") ) +(myObject (attribute1 "attr78343") ) +(myObject (attribute1 "attr78344") ) +(myObject (attribute1 "attr78345") ) +(myObject (attribute1 "attr78346") ) +(myObject (attribute1 "attr78347") ) +(myObject (attribute1 "attr78348") ) +(myObject (attribute1 "attr78349") ) +(myObject (attribute1 "attr78350") ) +(myObject (attribute1 "attr78351") ) +(myObject (attribute1 "attr78352") ) +(myObject (attribute1 "attr78353") ) +(myObject (attribute1 "attr78354") ) +(myObject (attribute1 "attr78355") ) +(myObject (attribute1 "attr78356") ) +(myObject (attribute1 "attr78357") ) +(myObject (attribute1 "attr78358") ) +(myObject (attribute1 "attr78359") ) +(myObject (attribute1 "attr78360") ) +(myObject (attribute1 "attr78361") ) +(myObject (attribute1 "attr78362") ) +(myObject (attribute1 "attr78363") ) +(myObject (attribute1 "attr78364") ) +(myObject (attribute1 "attr78365") ) +(myObject (attribute1 "attr78366") ) +(myObject (attribute1 "attr78367") ) +(myObject (attribute1 "attr78368") ) +(myObject (attribute1 "attr78369") ) +(myObject (attribute1 "attr78370") ) +(myObject (attribute1 "attr78371") ) +(myObject (attribute1 "attr78372") ) +(myObject (attribute1 "attr78373") ) +(myObject (attribute1 "attr78374") ) +(myObject (attribute1 "attr78375") ) +(myObject (attribute1 "attr78376") ) +(myObject (attribute1 "attr78377") ) +(myObject (attribute1 "attr78378") ) +(myObject (attribute1 "attr78379") ) +(myObject (attribute1 "attr78380") ) +(myObject (attribute1 "attr78381") ) +(myObject (attribute1 "attr78382") ) +(myObject (attribute1 "attr78383") ) +(myObject (attribute1 "attr78384") ) +(myObject (attribute1 "attr78385") ) +(myObject (attribute1 "attr78386") ) +(myObject (attribute1 "attr78387") ) +(myObject (attribute1 "attr78388") ) +(myObject (attribute1 "attr78389") ) +(myObject (attribute1 "attr78390") ) +(myObject (attribute1 "attr78391") ) +(myObject (attribute1 "attr78392") ) +(myObject (attribute1 "attr78393") ) +(myObject (attribute1 "attr78394") ) +(myObject (attribute1 "attr78395") ) +(myObject (attribute1 "attr78396") ) +(myObject (attribute1 "attr78397") ) +(myObject (attribute1 "attr78398") ) +(myObject (attribute1 "attr78399") ) +(myObject (attribute1 "attr78400") ) +(myObject (attribute1 "attr78401") ) +(myObject (attribute1 "attr78402") ) +(myObject (attribute1 "attr78403") ) +(myObject (attribute1 "attr78404") ) +(myObject (attribute1 "attr78405") ) +(myObject (attribute1 "attr78406") ) +(myObject (attribute1 "attr78407") ) +(myObject (attribute1 "attr78408") ) +(myObject (attribute1 "attr78409") ) +(myObject (attribute1 "attr78410") ) +(myObject (attribute1 "attr78411") ) +(myObject (attribute1 "attr78412") ) +(myObject (attribute1 "attr78413") ) +(myObject (attribute1 "attr78414") ) +(myObject (attribute1 "attr78415") ) +(myObject (attribute1 "attr78416") ) +(myObject (attribute1 "attr78417") ) +(myObject (attribute1 "attr78418") ) +(myObject (attribute1 "attr78419") ) +(myObject (attribute1 "attr78420") ) +(myObject (attribute1 "attr78421") ) +(myObject (attribute1 "attr78422") ) +(myObject (attribute1 "attr78423") ) +(myObject (attribute1 "attr78424") ) +(myObject (attribute1 "attr78425") ) +(myObject (attribute1 "attr78426") ) +(myObject (attribute1 "attr78427") ) +(myObject (attribute1 "attr78428") ) +(myObject (attribute1 "attr78429") ) +(myObject (attribute1 "attr78430") ) +(myObject (attribute1 "attr78431") ) +(myObject (attribute1 "attr78432") ) +(myObject (attribute1 "attr78433") ) +(myObject (attribute1 "attr78434") ) +(myObject (attribute1 "attr78435") ) +(myObject (attribute1 "attr78436") ) +(myObject (attribute1 "attr78437") ) +(myObject (attribute1 "attr78438") ) +(myObject (attribute1 "attr78439") ) +(myObject (attribute1 "attr78440") ) +(myObject (attribute1 "attr78441") ) +(myObject (attribute1 "attr78442") ) +(myObject (attribute1 "attr78443") ) +(myObject (attribute1 "attr78444") ) +(myObject (attribute1 "attr78445") ) +(myObject (attribute1 "attr78446") ) +(myObject (attribute1 "attr78447") ) +(myObject (attribute1 "attr78448") ) +(myObject (attribute1 "attr78449") ) +(myObject (attribute1 "attr78450") ) +(myObject (attribute1 "attr78451") ) +(myObject (attribute1 "attr78452") ) +(myObject (attribute1 "attr78453") ) +(myObject (attribute1 "attr78454") ) +(myObject (attribute1 "attr78455") ) +(myObject (attribute1 "attr78456") ) +(myObject (attribute1 "attr78457") ) +(myObject (attribute1 "attr78458") ) +(myObject (attribute1 "attr78459") ) +(myObject (attribute1 "attr78460") ) +(myObject (attribute1 "attr78461") ) +(myObject (attribute1 "attr78462") ) +(myObject (attribute1 "attr78463") ) +(myObject (attribute1 "attr78464") ) +(myObject (attribute1 "attr78465") ) +(myObject (attribute1 "attr78466") ) +(myObject (attribute1 "attr78467") ) +(myObject (attribute1 "attr78468") ) +(myObject (attribute1 "attr78469") ) +(myObject (attribute1 "attr78470") ) +(myObject (attribute1 "attr78471") ) +(myObject (attribute1 "attr78472") ) +(myObject (attribute1 "attr78473") ) +(myObject (attribute1 "attr78474") ) +(myObject (attribute1 "attr78475") ) +(myObject (attribute1 "attr78476") ) +(myObject (attribute1 "attr78477") ) +(myObject (attribute1 "attr78478") ) +(myObject (attribute1 "attr78479") ) +(myObject (attribute1 "attr78480") ) +(myObject (attribute1 "attr78481") ) +(myObject (attribute1 "attr78482") ) +(myObject (attribute1 "attr78483") ) +(myObject (attribute1 "attr78484") ) +(myObject (attribute1 "attr78485") ) +(myObject (attribute1 "attr78486") ) +(myObject (attribute1 "attr78487") ) +(myObject (attribute1 "attr78488") ) +(myObject (attribute1 "attr78489") ) +(myObject (attribute1 "attr78490") ) +(myObject (attribute1 "attr78491") ) +(myObject (attribute1 "attr78492") ) +(myObject (attribute1 "attr78493") ) +(myObject (attribute1 "attr78494") ) +(myObject (attribute1 "attr78495") ) +(myObject (attribute1 "attr78496") ) +(myObject (attribute1 "attr78497") ) +(myObject (attribute1 "attr78498") ) +(myObject (attribute1 "attr78499") ) +(myObject (attribute1 "attr78500") ) +(myObject (attribute1 "attr78501") ) +(myObject (attribute1 "attr78502") ) +(myObject (attribute1 "attr78503") ) +(myObject (attribute1 "attr78504") ) +(myObject (attribute1 "attr78505") ) +(myObject (attribute1 "attr78506") ) +(myObject (attribute1 "attr78507") ) +(myObject (attribute1 "attr78508") ) +(myObject (attribute1 "attr78509") ) +(myObject (attribute1 "attr78510") ) +(myObject (attribute1 "attr78511") ) +(myObject (attribute1 "attr78512") ) +(myObject (attribute1 "attr78513") ) +(myObject (attribute1 "attr78514") ) +(myObject (attribute1 "attr78515") ) +(myObject (attribute1 "attr78516") ) +(myObject (attribute1 "attr78517") ) +(myObject (attribute1 "attr78518") ) +(myObject (attribute1 "attr78519") ) +(myObject (attribute1 "attr78520") ) +(myObject (attribute1 "attr78521") ) +(myObject (attribute1 "attr78522") ) +(myObject (attribute1 "attr78523") ) +(myObject (attribute1 "attr78524") ) +(myObject (attribute1 "attr78525") ) +(myObject (attribute1 "attr78526") ) +(myObject (attribute1 "attr78527") ) +(myObject (attribute1 "attr78528") ) +(myObject (attribute1 "attr78529") ) +(myObject (attribute1 "attr78530") ) +(myObject (attribute1 "attr78531") ) +(myObject (attribute1 "attr78532") ) +(myObject (attribute1 "attr78533") ) +(myObject (attribute1 "attr78534") ) +(myObject (attribute1 "attr78535") ) +(myObject (attribute1 "attr78536") ) +(myObject (attribute1 "attr78537") ) +(myObject (attribute1 "attr78538") ) +(myObject (attribute1 "attr78539") ) +(myObject (attribute1 "attr78540") ) +(myObject (attribute1 "attr78541") ) +(myObject (attribute1 "attr78542") ) +(myObject (attribute1 "attr78543") ) +(myObject (attribute1 "attr78544") ) +(myObject (attribute1 "attr78545") ) +(myObject (attribute1 "attr78546") ) +(myObject (attribute1 "attr78547") ) +(myObject (attribute1 "attr78548") ) +(myObject (attribute1 "attr78549") ) +(myObject (attribute1 "attr78550") ) +(myObject (attribute1 "attr78551") ) +(myObject (attribute1 "attr78552") ) +(myObject (attribute1 "attr78553") ) +(myObject (attribute1 "attr78554") ) +(myObject (attribute1 "attr78555") ) +(myObject (attribute1 "attr78556") ) +(myObject (attribute1 "attr78557") ) +(myObject (attribute1 "attr78558") ) +(myObject (attribute1 "attr78559") ) +(myObject (attribute1 "attr78560") ) +(myObject (attribute1 "attr78561") ) +(myObject (attribute1 "attr78562") ) +(myObject (attribute1 "attr78563") ) +(myObject (attribute1 "attr78564") ) +(myObject (attribute1 "attr78565") ) +(myObject (attribute1 "attr78566") ) +(myObject (attribute1 "attr78567") ) +(myObject (attribute1 "attr78568") ) +(myObject (attribute1 "attr78569") ) +(myObject (attribute1 "attr78570") ) +(myObject (attribute1 "attr78571") ) +(myObject (attribute1 "attr78572") ) +(myObject (attribute1 "attr78573") ) +(myObject (attribute1 "attr78574") ) +(myObject (attribute1 "attr78575") ) +(myObject (attribute1 "attr78576") ) +(myObject (attribute1 "attr78577") ) +(myObject (attribute1 "attr78578") ) +(myObject (attribute1 "attr78579") ) +(myObject (attribute1 "attr78580") ) +(myObject (attribute1 "attr78581") ) +(myObject (attribute1 "attr78582") ) +(myObject (attribute1 "attr78583") ) +(myObject (attribute1 "attr78584") ) +(myObject (attribute1 "attr78585") ) +(myObject (attribute1 "attr78586") ) +(myObject (attribute1 "attr78587") ) +(myObject (attribute1 "attr78588") ) +(myObject (attribute1 "attr78589") ) +(myObject (attribute1 "attr78590") ) +(myObject (attribute1 "attr78591") ) +(myObject (attribute1 "attr78592") ) +(myObject (attribute1 "attr78593") ) +(myObject (attribute1 "attr78594") ) +(myObject (attribute1 "attr78595") ) +(myObject (attribute1 "attr78596") ) +(myObject (attribute1 "attr78597") ) +(myObject (attribute1 "attr78598") ) +(myObject (attribute1 "attr78599") ) +(myObject (attribute1 "attr78600") ) +(myObject (attribute1 "attr78601") ) +(myObject (attribute1 "attr78602") ) +(myObject (attribute1 "attr78603") ) +(myObject (attribute1 "attr78604") ) +(myObject (attribute1 "attr78605") ) +(myObject (attribute1 "attr78606") ) +(myObject (attribute1 "attr78607") ) +(myObject (attribute1 "attr78608") ) +(myObject (attribute1 "attr78609") ) +(myObject (attribute1 "attr78610") ) +(myObject (attribute1 "attr78611") ) +(myObject (attribute1 "attr78612") ) +(myObject (attribute1 "attr78613") ) +(myObject (attribute1 "attr78614") ) +(myObject (attribute1 "attr78615") ) +(myObject (attribute1 "attr78616") ) +(myObject (attribute1 "attr78617") ) +(myObject (attribute1 "attr78618") ) +(myObject (attribute1 "attr78619") ) +(myObject (attribute1 "attr78620") ) +(myObject (attribute1 "attr78621") ) +(myObject (attribute1 "attr78622") ) +(myObject (attribute1 "attr78623") ) +(myObject (attribute1 "attr78624") ) +(myObject (attribute1 "attr78625") ) +(myObject (attribute1 "attr78626") ) +(myObject (attribute1 "attr78627") ) +(myObject (attribute1 "attr78628") ) +(myObject (attribute1 "attr78629") ) +(myObject (attribute1 "attr78630") ) +(myObject (attribute1 "attr78631") ) +(myObject (attribute1 "attr78632") ) +(myObject (attribute1 "attr78633") ) +(myObject (attribute1 "attr78634") ) +(myObject (attribute1 "attr78635") ) +(myObject (attribute1 "attr78636") ) +(myObject (attribute1 "attr78637") ) +(myObject (attribute1 "attr78638") ) +(myObject (attribute1 "attr78639") ) +(myObject (attribute1 "attr78640") ) +(myObject (attribute1 "attr78641") ) +(myObject (attribute1 "attr78642") ) +(myObject (attribute1 "attr78643") ) +(myObject (attribute1 "attr78644") ) +(myObject (attribute1 "attr78645") ) +(myObject (attribute1 "attr78646") ) +(myObject (attribute1 "attr78647") ) +(myObject (attribute1 "attr78648") ) +(myObject (attribute1 "attr78649") ) +(myObject (attribute1 "attr78650") ) +(myObject (attribute1 "attr78651") ) +(myObject (attribute1 "attr78652") ) +(myObject (attribute1 "attr78653") ) +(myObject (attribute1 "attr78654") ) +(myObject (attribute1 "attr78655") ) +(myObject (attribute1 "attr78656") ) +(myObject (attribute1 "attr78657") ) +(myObject (attribute1 "attr78658") ) +(myObject (attribute1 "attr78659") ) +(myObject (attribute1 "attr78660") ) +(myObject (attribute1 "attr78661") ) +(myObject (attribute1 "attr78662") ) +(myObject (attribute1 "attr78663") ) +(myObject (attribute1 "attr78664") ) +(myObject (attribute1 "attr78665") ) +(myObject (attribute1 "attr78666") ) +(myObject (attribute1 "attr78667") ) +(myObject (attribute1 "attr78668") ) +(myObject (attribute1 "attr78669") ) +(myObject (attribute1 "attr78670") ) +(myObject (attribute1 "attr78671") ) +(myObject (attribute1 "attr78672") ) +(myObject (attribute1 "attr78673") ) +(myObject (attribute1 "attr78674") ) +(myObject (attribute1 "attr78675") ) +(myObject (attribute1 "attr78676") ) +(myObject (attribute1 "attr78677") ) +(myObject (attribute1 "attr78678") ) +(myObject (attribute1 "attr78679") ) +(myObject (attribute1 "attr78680") ) +(myObject (attribute1 "attr78681") ) +(myObject (attribute1 "attr78682") ) +(myObject (attribute1 "attr78683") ) +(myObject (attribute1 "attr78684") ) +(myObject (attribute1 "attr78685") ) +(myObject (attribute1 "attr78686") ) +(myObject (attribute1 "attr78687") ) +(myObject (attribute1 "attr78688") ) +(myObject (attribute1 "attr78689") ) +(myObject (attribute1 "attr78690") ) +(myObject (attribute1 "attr78691") ) +(myObject (attribute1 "attr78692") ) +(myObject (attribute1 "attr78693") ) +(myObject (attribute1 "attr78694") ) +(myObject (attribute1 "attr78695") ) +(myObject (attribute1 "attr78696") ) +(myObject (attribute1 "attr78697") ) +(myObject (attribute1 "attr78698") ) +(myObject (attribute1 "attr78699") ) +(myObject (attribute1 "attr78700") ) +(myObject (attribute1 "attr78701") ) +(myObject (attribute1 "attr78702") ) +(myObject (attribute1 "attr78703") ) +(myObject (attribute1 "attr78704") ) +(myObject (attribute1 "attr78705") ) +(myObject (attribute1 "attr78706") ) +(myObject (attribute1 "attr78707") ) +(myObject (attribute1 "attr78708") ) +(myObject (attribute1 "attr78709") ) +(myObject (attribute1 "attr78710") ) +(myObject (attribute1 "attr78711") ) +(myObject (attribute1 "attr78712") ) +(myObject (attribute1 "attr78713") ) +(myObject (attribute1 "attr78714") ) +(myObject (attribute1 "attr78715") ) +(myObject (attribute1 "attr78716") ) +(myObject (attribute1 "attr78717") ) +(myObject (attribute1 "attr78718") ) +(myObject (attribute1 "attr78719") ) +(myObject (attribute1 "attr78720") ) +(myObject (attribute1 "attr78721") ) +(myObject (attribute1 "attr78722") ) +(myObject (attribute1 "attr78723") ) +(myObject (attribute1 "attr78724") ) +(myObject (attribute1 "attr78725") ) +(myObject (attribute1 "attr78726") ) +(myObject (attribute1 "attr78727") ) +(myObject (attribute1 "attr78728") ) +(myObject (attribute1 "attr78729") ) +(myObject (attribute1 "attr78730") ) +(myObject (attribute1 "attr78731") ) +(myObject (attribute1 "attr78732") ) +(myObject (attribute1 "attr78733") ) +(myObject (attribute1 "attr78734") ) +(myObject (attribute1 "attr78735") ) +(myObject (attribute1 "attr78736") ) +(myObject (attribute1 "attr78737") ) +(myObject (attribute1 "attr78738") ) +(myObject (attribute1 "attr78739") ) +(myObject (attribute1 "attr78740") ) +(myObject (attribute1 "attr78741") ) +(myObject (attribute1 "attr78742") ) +(myObject (attribute1 "attr78743") ) +(myObject (attribute1 "attr78744") ) +(myObject (attribute1 "attr78745") ) +(myObject (attribute1 "attr78746") ) +(myObject (attribute1 "attr78747") ) +(myObject (attribute1 "attr78748") ) +(myObject (attribute1 "attr78749") ) +(myObject (attribute1 "attr78750") ) +(myObject (attribute1 "attr78751") ) +(myObject (attribute1 "attr78752") ) +(myObject (attribute1 "attr78753") ) +(myObject (attribute1 "attr78754") ) +(myObject (attribute1 "attr78755") ) +(myObject (attribute1 "attr78756") ) +(myObject (attribute1 "attr78757") ) +(myObject (attribute1 "attr78758") ) +(myObject (attribute1 "attr78759") ) +(myObject (attribute1 "attr78760") ) +(myObject (attribute1 "attr78761") ) +(myObject (attribute1 "attr78762") ) +(myObject (attribute1 "attr78763") ) +(myObject (attribute1 "attr78764") ) +(myObject (attribute1 "attr78765") ) +(myObject (attribute1 "attr78766") ) +(myObject (attribute1 "attr78767") ) +(myObject (attribute1 "attr78768") ) +(myObject (attribute1 "attr78769") ) +(myObject (attribute1 "attr78770") ) +(myObject (attribute1 "attr78771") ) +(myObject (attribute1 "attr78772") ) +(myObject (attribute1 "attr78773") ) +(myObject (attribute1 "attr78774") ) +(myObject (attribute1 "attr78775") ) +(myObject (attribute1 "attr78776") ) +(myObject (attribute1 "attr78777") ) +(myObject (attribute1 "attr78778") ) +(myObject (attribute1 "attr78779") ) +(myObject (attribute1 "attr78780") ) +(myObject (attribute1 "attr78781") ) +(myObject (attribute1 "attr78782") ) +(myObject (attribute1 "attr78783") ) +(myObject (attribute1 "attr78784") ) +(myObject (attribute1 "attr78785") ) +(myObject (attribute1 "attr78786") ) +(myObject (attribute1 "attr78787") ) +(myObject (attribute1 "attr78788") ) +(myObject (attribute1 "attr78789") ) +(myObject (attribute1 "attr78790") ) +(myObject (attribute1 "attr78791") ) +(myObject (attribute1 "attr78792") ) +(myObject (attribute1 "attr78793") ) +(myObject (attribute1 "attr78794") ) +(myObject (attribute1 "attr78795") ) +(myObject (attribute1 "attr78796") ) +(myObject (attribute1 "attr78797") ) +(myObject (attribute1 "attr78798") ) +(myObject (attribute1 "attr78799") ) +(myObject (attribute1 "attr78800") ) +(myObject (attribute1 "attr78801") ) +(myObject (attribute1 "attr78802") ) +(myObject (attribute1 "attr78803") ) +(myObject (attribute1 "attr78804") ) +(myObject (attribute1 "attr78805") ) +(myObject (attribute1 "attr78806") ) +(myObject (attribute1 "attr78807") ) +(myObject (attribute1 "attr78808") ) +(myObject (attribute1 "attr78809") ) +(myObject (attribute1 "attr78810") ) +(myObject (attribute1 "attr78811") ) +(myObject (attribute1 "attr78812") ) +(myObject (attribute1 "attr78813") ) +(myObject (attribute1 "attr78814") ) +(myObject (attribute1 "attr78815") ) +(myObject (attribute1 "attr78816") ) +(myObject (attribute1 "attr78817") ) +(myObject (attribute1 "attr78818") ) +(myObject (attribute1 "attr78819") ) +(myObject (attribute1 "attr78820") ) +(myObject (attribute1 "attr78821") ) +(myObject (attribute1 "attr78822") ) +(myObject (attribute1 "attr78823") ) +(myObject (attribute1 "attr78824") ) +(myObject (attribute1 "attr78825") ) +(myObject (attribute1 "attr78826") ) +(myObject (attribute1 "attr78827") ) +(myObject (attribute1 "attr78828") ) +(myObject (attribute1 "attr78829") ) +(myObject (attribute1 "attr78830") ) +(myObject (attribute1 "attr78831") ) +(myObject (attribute1 "attr78832") ) +(myObject (attribute1 "attr78833") ) +(myObject (attribute1 "attr78834") ) +(myObject (attribute1 "attr78835") ) +(myObject (attribute1 "attr78836") ) +(myObject (attribute1 "attr78837") ) +(myObject (attribute1 "attr78838") ) +(myObject (attribute1 "attr78839") ) +(myObject (attribute1 "attr78840") ) +(myObject (attribute1 "attr78841") ) +(myObject (attribute1 "attr78842") ) +(myObject (attribute1 "attr78843") ) +(myObject (attribute1 "attr78844") ) +(myObject (attribute1 "attr78845") ) +(myObject (attribute1 "attr78846") ) +(myObject (attribute1 "attr78847") ) +(myObject (attribute1 "attr78848") ) +(myObject (attribute1 "attr78849") ) +(myObject (attribute1 "attr78850") ) +(myObject (attribute1 "attr78851") ) +(myObject (attribute1 "attr78852") ) +(myObject (attribute1 "attr78853") ) +(myObject (attribute1 "attr78854") ) +(myObject (attribute1 "attr78855") ) +(myObject (attribute1 "attr78856") ) +(myObject (attribute1 "attr78857") ) +(myObject (attribute1 "attr78858") ) +(myObject (attribute1 "attr78859") ) +(myObject (attribute1 "attr78860") ) +(myObject (attribute1 "attr78861") ) +(myObject (attribute1 "attr78862") ) +(myObject (attribute1 "attr78863") ) +(myObject (attribute1 "attr78864") ) +(myObject (attribute1 "attr78865") ) +(myObject (attribute1 "attr78866") ) +(myObject (attribute1 "attr78867") ) +(myObject (attribute1 "attr78868") ) +(myObject (attribute1 "attr78869") ) +(myObject (attribute1 "attr78870") ) +(myObject (attribute1 "attr78871") ) +(myObject (attribute1 "attr78872") ) +(myObject (attribute1 "attr78873") ) +(myObject (attribute1 "attr78874") ) +(myObject (attribute1 "attr78875") ) +(myObject (attribute1 "attr78876") ) +(myObject (attribute1 "attr78877") ) +(myObject (attribute1 "attr78878") ) +(myObject (attribute1 "attr78879") ) +(myObject (attribute1 "attr78880") ) +(myObject (attribute1 "attr78881") ) +(myObject (attribute1 "attr78882") ) +(myObject (attribute1 "attr78883") ) +(myObject (attribute1 "attr78884") ) +(myObject (attribute1 "attr78885") ) +(myObject (attribute1 "attr78886") ) +(myObject (attribute1 "attr78887") ) +(myObject (attribute1 "attr78888") ) +(myObject (attribute1 "attr78889") ) +(myObject (attribute1 "attr78890") ) +(myObject (attribute1 "attr78891") ) +(myObject (attribute1 "attr78892") ) +(myObject (attribute1 "attr78893") ) +(myObject (attribute1 "attr78894") ) +(myObject (attribute1 "attr78895") ) +(myObject (attribute1 "attr78896") ) +(myObject (attribute1 "attr78897") ) +(myObject (attribute1 "attr78898") ) +(myObject (attribute1 "attr78899") ) +(myObject (attribute1 "attr78900") ) +(myObject (attribute1 "attr78901") ) +(myObject (attribute1 "attr78902") ) +(myObject (attribute1 "attr78903") ) +(myObject (attribute1 "attr78904") ) +(myObject (attribute1 "attr78905") ) +(myObject (attribute1 "attr78906") ) +(myObject (attribute1 "attr78907") ) +(myObject (attribute1 "attr78908") ) +(myObject (attribute1 "attr78909") ) +(myObject (attribute1 "attr78910") ) +(myObject (attribute1 "attr78911") ) +(myObject (attribute1 "attr78912") ) +(myObject (attribute1 "attr78913") ) +(myObject (attribute1 "attr78914") ) +(myObject (attribute1 "attr78915") ) +(myObject (attribute1 "attr78916") ) +(myObject (attribute1 "attr78917") ) +(myObject (attribute1 "attr78918") ) +(myObject (attribute1 "attr78919") ) +(myObject (attribute1 "attr78920") ) +(myObject (attribute1 "attr78921") ) +(myObject (attribute1 "attr78922") ) +(myObject (attribute1 "attr78923") ) +(myObject (attribute1 "attr78924") ) +(myObject (attribute1 "attr78925") ) +(myObject (attribute1 "attr78926") ) +(myObject (attribute1 "attr78927") ) +(myObject (attribute1 "attr78928") ) +(myObject (attribute1 "attr78929") ) +(myObject (attribute1 "attr78930") ) +(myObject (attribute1 "attr78931") ) +(myObject (attribute1 "attr78932") ) +(myObject (attribute1 "attr78933") ) +(myObject (attribute1 "attr78934") ) +(myObject (attribute1 "attr78935") ) +(myObject (attribute1 "attr78936") ) +(myObject (attribute1 "attr78937") ) +(myObject (attribute1 "attr78938") ) +(myObject (attribute1 "attr78939") ) +(myObject (attribute1 "attr78940") ) +(myObject (attribute1 "attr78941") ) +(myObject (attribute1 "attr78942") ) +(myObject (attribute1 "attr78943") ) +(myObject (attribute1 "attr78944") ) +(myObject (attribute1 "attr78945") ) +(myObject (attribute1 "attr78946") ) +(myObject (attribute1 "attr78947") ) +(myObject (attribute1 "attr78948") ) +(myObject (attribute1 "attr78949") ) +(myObject (attribute1 "attr78950") ) +(myObject (attribute1 "attr78951") ) +(myObject (attribute1 "attr78952") ) +(myObject (attribute1 "attr78953") ) +(myObject (attribute1 "attr78954") ) +(myObject (attribute1 "attr78955") ) +(myObject (attribute1 "attr78956") ) +(myObject (attribute1 "attr78957") ) +(myObject (attribute1 "attr78958") ) +(myObject (attribute1 "attr78959") ) +(myObject (attribute1 "attr78960") ) +(myObject (attribute1 "attr78961") ) +(myObject (attribute1 "attr78962") ) +(myObject (attribute1 "attr78963") ) +(myObject (attribute1 "attr78964") ) +(myObject (attribute1 "attr78965") ) +(myObject (attribute1 "attr78966") ) +(myObject (attribute1 "attr78967") ) +(myObject (attribute1 "attr78968") ) +(myObject (attribute1 "attr78969") ) +(myObject (attribute1 "attr78970") ) +(myObject (attribute1 "attr78971") ) +(myObject (attribute1 "attr78972") ) +(myObject (attribute1 "attr78973") ) +(myObject (attribute1 "attr78974") ) +(myObject (attribute1 "attr78975") ) +(myObject (attribute1 "attr78976") ) +(myObject (attribute1 "attr78977") ) +(myObject (attribute1 "attr78978") ) +(myObject (attribute1 "attr78979") ) +(myObject (attribute1 "attr78980") ) +(myObject (attribute1 "attr78981") ) +(myObject (attribute1 "attr78982") ) +(myObject (attribute1 "attr78983") ) +(myObject (attribute1 "attr78984") ) +(myObject (attribute1 "attr78985") ) +(myObject (attribute1 "attr78986") ) +(myObject (attribute1 "attr78987") ) +(myObject (attribute1 "attr78988") ) +(myObject (attribute1 "attr78989") ) +(myObject (attribute1 "attr78990") ) +(myObject (attribute1 "attr78991") ) +(myObject (attribute1 "attr78992") ) +(myObject (attribute1 "attr78993") ) +(myObject (attribute1 "attr78994") ) +(myObject (attribute1 "attr78995") ) +(myObject (attribute1 "attr78996") ) +(myObject (attribute1 "attr78997") ) +(myObject (attribute1 "attr78998") ) +(myObject (attribute1 "attr78999") ) +(myObject (attribute1 "attr79000") ) +(myObject (attribute1 "attr79001") ) +(myObject (attribute1 "attr79002") ) +(myObject (attribute1 "attr79003") ) +(myObject (attribute1 "attr79004") ) +(myObject (attribute1 "attr79005") ) +(myObject (attribute1 "attr79006") ) +(myObject (attribute1 "attr79007") ) +(myObject (attribute1 "attr79008") ) +(myObject (attribute1 "attr79009") ) +(myObject (attribute1 "attr79010") ) +(myObject (attribute1 "attr79011") ) +(myObject (attribute1 "attr79012") ) +(myObject (attribute1 "attr79013") ) +(myObject (attribute1 "attr79014") ) +(myObject (attribute1 "attr79015") ) +(myObject (attribute1 "attr79016") ) +(myObject (attribute1 "attr79017") ) +(myObject (attribute1 "attr79018") ) +(myObject (attribute1 "attr79019") ) +(myObject (attribute1 "attr79020") ) +(myObject (attribute1 "attr79021") ) +(myObject (attribute1 "attr79022") ) +(myObject (attribute1 "attr79023") ) +(myObject (attribute1 "attr79024") ) +(myObject (attribute1 "attr79025") ) +(myObject (attribute1 "attr79026") ) +(myObject (attribute1 "attr79027") ) +(myObject (attribute1 "attr79028") ) +(myObject (attribute1 "attr79029") ) +(myObject (attribute1 "attr79030") ) +(myObject (attribute1 "attr79031") ) +(myObject (attribute1 "attr79032") ) +(myObject (attribute1 "attr79033") ) +(myObject (attribute1 "attr79034") ) +(myObject (attribute1 "attr79035") ) +(myObject (attribute1 "attr79036") ) +(myObject (attribute1 "attr79037") ) +(myObject (attribute1 "attr79038") ) +(myObject (attribute1 "attr79039") ) +(myObject (attribute1 "attr79040") ) +(myObject (attribute1 "attr79041") ) +(myObject (attribute1 "attr79042") ) +(myObject (attribute1 "attr79043") ) +(myObject (attribute1 "attr79044") ) +(myObject (attribute1 "attr79045") ) +(myObject (attribute1 "attr79046") ) +(myObject (attribute1 "attr79047") ) +(myObject (attribute1 "attr79048") ) +(myObject (attribute1 "attr79049") ) +(myObject (attribute1 "attr79050") ) +(myObject (attribute1 "attr79051") ) +(myObject (attribute1 "attr79052") ) +(myObject (attribute1 "attr79053") ) +(myObject (attribute1 "attr79054") ) +(myObject (attribute1 "attr79055") ) +(myObject (attribute1 "attr79056") ) +(myObject (attribute1 "attr79057") ) +(myObject (attribute1 "attr79058") ) +(myObject (attribute1 "attr79059") ) +(myObject (attribute1 "attr79060") ) +(myObject (attribute1 "attr79061") ) +(myObject (attribute1 "attr79062") ) +(myObject (attribute1 "attr79063") ) +(myObject (attribute1 "attr79064") ) +(myObject (attribute1 "attr79065") ) +(myObject (attribute1 "attr79066") ) +(myObject (attribute1 "attr79067") ) +(myObject (attribute1 "attr79068") ) +(myObject (attribute1 "attr79069") ) +(myObject (attribute1 "attr79070") ) +(myObject (attribute1 "attr79071") ) +(myObject (attribute1 "attr79072") ) +(myObject (attribute1 "attr79073") ) +(myObject (attribute1 "attr79074") ) +(myObject (attribute1 "attr79075") ) +(myObject (attribute1 "attr79076") ) +(myObject (attribute1 "attr79077") ) +(myObject (attribute1 "attr79078") ) +(myObject (attribute1 "attr79079") ) +(myObject (attribute1 "attr79080") ) +(myObject (attribute1 "attr79081") ) +(myObject (attribute1 "attr79082") ) +(myObject (attribute1 "attr79083") ) +(myObject (attribute1 "attr79084") ) +(myObject (attribute1 "attr79085") ) +(myObject (attribute1 "attr79086") ) +(myObject (attribute1 "attr79087") ) +(myObject (attribute1 "attr79088") ) +(myObject (attribute1 "attr79089") ) +(myObject (attribute1 "attr79090") ) +(myObject (attribute1 "attr79091") ) +(myObject (attribute1 "attr79092") ) +(myObject (attribute1 "attr79093") ) +(myObject (attribute1 "attr79094") ) +(myObject (attribute1 "attr79095") ) +(myObject (attribute1 "attr79096") ) +(myObject (attribute1 "attr79097") ) +(myObject (attribute1 "attr79098") ) +(myObject (attribute1 "attr79099") ) +(myObject (attribute1 "attr79100") ) +(myObject (attribute1 "attr79101") ) +(myObject (attribute1 "attr79102") ) +(myObject (attribute1 "attr79103") ) +(myObject (attribute1 "attr79104") ) +(myObject (attribute1 "attr79105") ) +(myObject (attribute1 "attr79106") ) +(myObject (attribute1 "attr79107") ) +(myObject (attribute1 "attr79108") ) +(myObject (attribute1 "attr79109") ) +(myObject (attribute1 "attr79110") ) +(myObject (attribute1 "attr79111") ) +(myObject (attribute1 "attr79112") ) +(myObject (attribute1 "attr79113") ) +(myObject (attribute1 "attr79114") ) +(myObject (attribute1 "attr79115") ) +(myObject (attribute1 "attr79116") ) +(myObject (attribute1 "attr79117") ) +(myObject (attribute1 "attr79118") ) +(myObject (attribute1 "attr79119") ) +(myObject (attribute1 "attr79120") ) +(myObject (attribute1 "attr79121") ) +(myObject (attribute1 "attr79122") ) +(myObject (attribute1 "attr79123") ) +(myObject (attribute1 "attr79124") ) +(myObject (attribute1 "attr79125") ) +(myObject (attribute1 "attr79126") ) +(myObject (attribute1 "attr79127") ) +(myObject (attribute1 "attr79128") ) +(myObject (attribute1 "attr79129") ) +(myObject (attribute1 "attr79130") ) +(myObject (attribute1 "attr79131") ) +(myObject (attribute1 "attr79132") ) +(myObject (attribute1 "attr79133") ) +(myObject (attribute1 "attr79134") ) +(myObject (attribute1 "attr79135") ) +(myObject (attribute1 "attr79136") ) +(myObject (attribute1 "attr79137") ) +(myObject (attribute1 "attr79138") ) +(myObject (attribute1 "attr79139") ) +(myObject (attribute1 "attr79140") ) +(myObject (attribute1 "attr79141") ) +(myObject (attribute1 "attr79142") ) +(myObject (attribute1 "attr79143") ) +(myObject (attribute1 "attr79144") ) +(myObject (attribute1 "attr79145") ) +(myObject (attribute1 "attr79146") ) +(myObject (attribute1 "attr79147") ) +(myObject (attribute1 "attr79148") ) +(myObject (attribute1 "attr79149") ) +(myObject (attribute1 "attr79150") ) +(myObject (attribute1 "attr79151") ) +(myObject (attribute1 "attr79152") ) +(myObject (attribute1 "attr79153") ) +(myObject (attribute1 "attr79154") ) +(myObject (attribute1 "attr79155") ) +(myObject (attribute1 "attr79156") ) +(myObject (attribute1 "attr79157") ) +(myObject (attribute1 "attr79158") ) +(myObject (attribute1 "attr79159") ) +(myObject (attribute1 "attr79160") ) +(myObject (attribute1 "attr79161") ) +(myObject (attribute1 "attr79162") ) +(myObject (attribute1 "attr79163") ) +(myObject (attribute1 "attr79164") ) +(myObject (attribute1 "attr79165") ) +(myObject (attribute1 "attr79166") ) +(myObject (attribute1 "attr79167") ) +(myObject (attribute1 "attr79168") ) +(myObject (attribute1 "attr79169") ) +(myObject (attribute1 "attr79170") ) +(myObject (attribute1 "attr79171") ) +(myObject (attribute1 "attr79172") ) +(myObject (attribute1 "attr79173") ) +(myObject (attribute1 "attr79174") ) +(myObject (attribute1 "attr79175") ) +(myObject (attribute1 "attr79176") ) +(myObject (attribute1 "attr79177") ) +(myObject (attribute1 "attr79178") ) +(myObject (attribute1 "attr79179") ) +(myObject (attribute1 "attr79180") ) +(myObject (attribute1 "attr79181") ) +(myObject (attribute1 "attr79182") ) +(myObject (attribute1 "attr79183") ) +(myObject (attribute1 "attr79184") ) +(myObject (attribute1 "attr79185") ) +(myObject (attribute1 "attr79186") ) +(myObject (attribute1 "attr79187") ) +(myObject (attribute1 "attr79188") ) +(myObject (attribute1 "attr79189") ) +(myObject (attribute1 "attr79190") ) +(myObject (attribute1 "attr79191") ) +(myObject (attribute1 "attr79192") ) +(myObject (attribute1 "attr79193") ) +(myObject (attribute1 "attr79194") ) +(myObject (attribute1 "attr79195") ) +(myObject (attribute1 "attr79196") ) +(myObject (attribute1 "attr79197") ) +(myObject (attribute1 "attr79198") ) +(myObject (attribute1 "attr79199") ) +(myObject (attribute1 "attr79200") ) +(myObject (attribute1 "attr79201") ) +(myObject (attribute1 "attr79202") ) +(myObject (attribute1 "attr79203") ) +(myObject (attribute1 "attr79204") ) +(myObject (attribute1 "attr79205") ) +(myObject (attribute1 "attr79206") ) +(myObject (attribute1 "attr79207") ) +(myObject (attribute1 "attr79208") ) +(myObject (attribute1 "attr79209") ) +(myObject (attribute1 "attr79210") ) +(myObject (attribute1 "attr79211") ) +(myObject (attribute1 "attr79212") ) +(myObject (attribute1 "attr79213") ) +(myObject (attribute1 "attr79214") ) +(myObject (attribute1 "attr79215") ) +(myObject (attribute1 "attr79216") ) +(myObject (attribute1 "attr79217") ) +(myObject (attribute1 "attr79218") ) +(myObject (attribute1 "attr79219") ) +(myObject (attribute1 "attr79220") ) +(myObject (attribute1 "attr79221") ) +(myObject (attribute1 "attr79222") ) +(myObject (attribute1 "attr79223") ) +(myObject (attribute1 "attr79224") ) +(myObject (attribute1 "attr79225") ) +(myObject (attribute1 "attr79226") ) +(myObject (attribute1 "attr79227") ) +(myObject (attribute1 "attr79228") ) +(myObject (attribute1 "attr79229") ) +(myObject (attribute1 "attr79230") ) +(myObject (attribute1 "attr79231") ) +(myObject (attribute1 "attr79232") ) +(myObject (attribute1 "attr79233") ) +(myObject (attribute1 "attr79234") ) +(myObject (attribute1 "attr79235") ) +(myObject (attribute1 "attr79236") ) +(myObject (attribute1 "attr79237") ) +(myObject (attribute1 "attr79238") ) +(myObject (attribute1 "attr79239") ) +(myObject (attribute1 "attr79240") ) +(myObject (attribute1 "attr79241") ) +(myObject (attribute1 "attr79242") ) +(myObject (attribute1 "attr79243") ) +(myObject (attribute1 "attr79244") ) +(myObject (attribute1 "attr79245") ) +(myObject (attribute1 "attr79246") ) +(myObject (attribute1 "attr79247") ) +(myObject (attribute1 "attr79248") ) +(myObject (attribute1 "attr79249") ) +(myObject (attribute1 "attr79250") ) +(myObject (attribute1 "attr79251") ) +(myObject (attribute1 "attr79252") ) +(myObject (attribute1 "attr79253") ) +(myObject (attribute1 "attr79254") ) +(myObject (attribute1 "attr79255") ) +(myObject (attribute1 "attr79256") ) +(myObject (attribute1 "attr79257") ) +(myObject (attribute1 "attr79258") ) +(myObject (attribute1 "attr79259") ) +(myObject (attribute1 "attr79260") ) +(myObject (attribute1 "attr79261") ) +(myObject (attribute1 "attr79262") ) +(myObject (attribute1 "attr79263") ) +(myObject (attribute1 "attr79264") ) +(myObject (attribute1 "attr79265") ) +(myObject (attribute1 "attr79266") ) +(myObject (attribute1 "attr79267") ) +(myObject (attribute1 "attr79268") ) +(myObject (attribute1 "attr79269") ) +(myObject (attribute1 "attr79270") ) +(myObject (attribute1 "attr79271") ) +(myObject (attribute1 "attr79272") ) +(myObject (attribute1 "attr79273") ) +(myObject (attribute1 "attr79274") ) +(myObject (attribute1 "attr79275") ) +(myObject (attribute1 "attr79276") ) +(myObject (attribute1 "attr79277") ) +(myObject (attribute1 "attr79278") ) +(myObject (attribute1 "attr79279") ) +(myObject (attribute1 "attr79280") ) +(myObject (attribute1 "attr79281") ) +(myObject (attribute1 "attr79282") ) +(myObject (attribute1 "attr79283") ) +(myObject (attribute1 "attr79284") ) +(myObject (attribute1 "attr79285") ) +(myObject (attribute1 "attr79286") ) +(myObject (attribute1 "attr79287") ) +(myObject (attribute1 "attr79288") ) +(myObject (attribute1 "attr79289") ) +(myObject (attribute1 "attr79290") ) +(myObject (attribute1 "attr79291") ) +(myObject (attribute1 "attr79292") ) +(myObject (attribute1 "attr79293") ) +(myObject (attribute1 "attr79294") ) +(myObject (attribute1 "attr79295") ) +(myObject (attribute1 "attr79296") ) +(myObject (attribute1 "attr79297") ) +(myObject (attribute1 "attr79298") ) +(myObject (attribute1 "attr79299") ) +(myObject (attribute1 "attr79300") ) +(myObject (attribute1 "attr79301") ) +(myObject (attribute1 "attr79302") ) +(myObject (attribute1 "attr79303") ) +(myObject (attribute1 "attr79304") ) +(myObject (attribute1 "attr79305") ) +(myObject (attribute1 "attr79306") ) +(myObject (attribute1 "attr79307") ) +(myObject (attribute1 "attr79308") ) +(myObject (attribute1 "attr79309") ) +(myObject (attribute1 "attr79310") ) +(myObject (attribute1 "attr79311") ) +(myObject (attribute1 "attr79312") ) +(myObject (attribute1 "attr79313") ) +(myObject (attribute1 "attr79314") ) +(myObject (attribute1 "attr79315") ) +(myObject (attribute1 "attr79316") ) +(myObject (attribute1 "attr79317") ) +(myObject (attribute1 "attr79318") ) +(myObject (attribute1 "attr79319") ) +(myObject (attribute1 "attr79320") ) +(myObject (attribute1 "attr79321") ) +(myObject (attribute1 "attr79322") ) +(myObject (attribute1 "attr79323") ) +(myObject (attribute1 "attr79324") ) +(myObject (attribute1 "attr79325") ) +(myObject (attribute1 "attr79326") ) +(myObject (attribute1 "attr79327") ) +(myObject (attribute1 "attr79328") ) +(myObject (attribute1 "attr79329") ) +(myObject (attribute1 "attr79330") ) +(myObject (attribute1 "attr79331") ) +(myObject (attribute1 "attr79332") ) +(myObject (attribute1 "attr79333") ) +(myObject (attribute1 "attr79334") ) +(myObject (attribute1 "attr79335") ) +(myObject (attribute1 "attr79336") ) +(myObject (attribute1 "attr79337") ) +(myObject (attribute1 "attr79338") ) +(myObject (attribute1 "attr79339") ) +(myObject (attribute1 "attr79340") ) +(myObject (attribute1 "attr79341") ) +(myObject (attribute1 "attr79342") ) +(myObject (attribute1 "attr79343") ) +(myObject (attribute1 "attr79344") ) +(myObject (attribute1 "attr79345") ) +(myObject (attribute1 "attr79346") ) +(myObject (attribute1 "attr79347") ) +(myObject (attribute1 "attr79348") ) +(myObject (attribute1 "attr79349") ) +(myObject (attribute1 "attr79350") ) +(myObject (attribute1 "attr79351") ) +(myObject (attribute1 "attr79352") ) +(myObject (attribute1 "attr79353") ) +(myObject (attribute1 "attr79354") ) +(myObject (attribute1 "attr79355") ) +(myObject (attribute1 "attr79356") ) +(myObject (attribute1 "attr79357") ) +(myObject (attribute1 "attr79358") ) +(myObject (attribute1 "attr79359") ) +(myObject (attribute1 "attr79360") ) +(myObject (attribute1 "attr79361") ) +(myObject (attribute1 "attr79362") ) +(myObject (attribute1 "attr79363") ) +(myObject (attribute1 "attr79364") ) +(myObject (attribute1 "attr79365") ) +(myObject (attribute1 "attr79366") ) +(myObject (attribute1 "attr79367") ) +(myObject (attribute1 "attr79368") ) +(myObject (attribute1 "attr79369") ) +(myObject (attribute1 "attr79370") ) +(myObject (attribute1 "attr79371") ) +(myObject (attribute1 "attr79372") ) +(myObject (attribute1 "attr79373") ) +(myObject (attribute1 "attr79374") ) +(myObject (attribute1 "attr79375") ) +(myObject (attribute1 "attr79376") ) +(myObject (attribute1 "attr79377") ) +(myObject (attribute1 "attr79378") ) +(myObject (attribute1 "attr79379") ) +(myObject (attribute1 "attr79380") ) +(myObject (attribute1 "attr79381") ) +(myObject (attribute1 "attr79382") ) +(myObject (attribute1 "attr79383") ) +(myObject (attribute1 "attr79384") ) +(myObject (attribute1 "attr79385") ) +(myObject (attribute1 "attr79386") ) +(myObject (attribute1 "attr79387") ) +(myObject (attribute1 "attr79388") ) +(myObject (attribute1 "attr79389") ) +(myObject (attribute1 "attr79390") ) +(myObject (attribute1 "attr79391") ) +(myObject (attribute1 "attr79392") ) +(myObject (attribute1 "attr79393") ) +(myObject (attribute1 "attr79394") ) +(myObject (attribute1 "attr79395") ) +(myObject (attribute1 "attr79396") ) +(myObject (attribute1 "attr79397") ) +(myObject (attribute1 "attr79398") ) +(myObject (attribute1 "attr79399") ) +(myObject (attribute1 "attr79400") ) +(myObject (attribute1 "attr79401") ) +(myObject (attribute1 "attr79402") ) +(myObject (attribute1 "attr79403") ) +(myObject (attribute1 "attr79404") ) +(myObject (attribute1 "attr79405") ) +(myObject (attribute1 "attr79406") ) +(myObject (attribute1 "attr79407") ) +(myObject (attribute1 "attr79408") ) +(myObject (attribute1 "attr79409") ) +(myObject (attribute1 "attr79410") ) +(myObject (attribute1 "attr79411") ) +(myObject (attribute1 "attr79412") ) +(myObject (attribute1 "attr79413") ) +(myObject (attribute1 "attr79414") ) +(myObject (attribute1 "attr79415") ) +(myObject (attribute1 "attr79416") ) +(myObject (attribute1 "attr79417") ) +(myObject (attribute1 "attr79418") ) +(myObject (attribute1 "attr79419") ) +(myObject (attribute1 "attr79420") ) +(myObject (attribute1 "attr79421") ) +(myObject (attribute1 "attr79422") ) +(myObject (attribute1 "attr79423") ) +(myObject (attribute1 "attr79424") ) +(myObject (attribute1 "attr79425") ) +(myObject (attribute1 "attr79426") ) +(myObject (attribute1 "attr79427") ) +(myObject (attribute1 "attr79428") ) +(myObject (attribute1 "attr79429") ) +(myObject (attribute1 "attr79430") ) +(myObject (attribute1 "attr79431") ) +(myObject (attribute1 "attr79432") ) +(myObject (attribute1 "attr79433") ) +(myObject (attribute1 "attr79434") ) +(myObject (attribute1 "attr79435") ) +(myObject (attribute1 "attr79436") ) +(myObject (attribute1 "attr79437") ) +(myObject (attribute1 "attr79438") ) +(myObject (attribute1 "attr79439") ) +(myObject (attribute1 "attr79440") ) +(myObject (attribute1 "attr79441") ) +(myObject (attribute1 "attr79442") ) +(myObject (attribute1 "attr79443") ) +(myObject (attribute1 "attr79444") ) +(myObject (attribute1 "attr79445") ) +(myObject (attribute1 "attr79446") ) +(myObject (attribute1 "attr79447") ) +(myObject (attribute1 "attr79448") ) +(myObject (attribute1 "attr79449") ) +(myObject (attribute1 "attr79450") ) +(myObject (attribute1 "attr79451") ) +(myObject (attribute1 "attr79452") ) +(myObject (attribute1 "attr79453") ) +(myObject (attribute1 "attr79454") ) +(myObject (attribute1 "attr79455") ) +(myObject (attribute1 "attr79456") ) +(myObject (attribute1 "attr79457") ) +(myObject (attribute1 "attr79458") ) +(myObject (attribute1 "attr79459") ) +(myObject (attribute1 "attr79460") ) +(myObject (attribute1 "attr79461") ) +(myObject (attribute1 "attr79462") ) +(myObject (attribute1 "attr79463") ) +(myObject (attribute1 "attr79464") ) +(myObject (attribute1 "attr79465") ) +(myObject (attribute1 "attr79466") ) +(myObject (attribute1 "attr79467") ) +(myObject (attribute1 "attr79468") ) +(myObject (attribute1 "attr79469") ) +(myObject (attribute1 "attr79470") ) +(myObject (attribute1 "attr79471") ) +(myObject (attribute1 "attr79472") ) +(myObject (attribute1 "attr79473") ) +(myObject (attribute1 "attr79474") ) +(myObject (attribute1 "attr79475") ) +(myObject (attribute1 "attr79476") ) +(myObject (attribute1 "attr79477") ) +(myObject (attribute1 "attr79478") ) +(myObject (attribute1 "attr79479") ) +(myObject (attribute1 "attr79480") ) +(myObject (attribute1 "attr79481") ) +(myObject (attribute1 "attr79482") ) +(myObject (attribute1 "attr79483") ) +(myObject (attribute1 "attr79484") ) +(myObject (attribute1 "attr79485") ) +(myObject (attribute1 "attr79486") ) +(myObject (attribute1 "attr79487") ) +(myObject (attribute1 "attr79488") ) +(myObject (attribute1 "attr79489") ) +(myObject (attribute1 "attr79490") ) +(myObject (attribute1 "attr79491") ) +(myObject (attribute1 "attr79492") ) +(myObject (attribute1 "attr79493") ) +(myObject (attribute1 "attr79494") ) +(myObject (attribute1 "attr79495") ) +(myObject (attribute1 "attr79496") ) +(myObject (attribute1 "attr79497") ) +(myObject (attribute1 "attr79498") ) +(myObject (attribute1 "attr79499") ) +(myObject (attribute1 "attr79500") ) +(myObject (attribute1 "attr79501") ) +(myObject (attribute1 "attr79502") ) +(myObject (attribute1 "attr79503") ) +(myObject (attribute1 "attr79504") ) +(myObject (attribute1 "attr79505") ) +(myObject (attribute1 "attr79506") ) +(myObject (attribute1 "attr79507") ) +(myObject (attribute1 "attr79508") ) +(myObject (attribute1 "attr79509") ) +(myObject (attribute1 "attr79510") ) +(myObject (attribute1 "attr79511") ) +(myObject (attribute1 "attr79512") ) +(myObject (attribute1 "attr79513") ) +(myObject (attribute1 "attr79514") ) +(myObject (attribute1 "attr79515") ) +(myObject (attribute1 "attr79516") ) +(myObject (attribute1 "attr79517") ) +(myObject (attribute1 "attr79518") ) +(myObject (attribute1 "attr79519") ) +(myObject (attribute1 "attr79520") ) +(myObject (attribute1 "attr79521") ) +(myObject (attribute1 "attr79522") ) +(myObject (attribute1 "attr79523") ) +(myObject (attribute1 "attr79524") ) +(myObject (attribute1 "attr79525") ) +(myObject (attribute1 "attr79526") ) +(myObject (attribute1 "attr79527") ) +(myObject (attribute1 "attr79528") ) +(myObject (attribute1 "attr79529") ) +(myObject (attribute1 "attr79530") ) +(myObject (attribute1 "attr79531") ) +(myObject (attribute1 "attr79532") ) +(myObject (attribute1 "attr79533") ) +(myObject (attribute1 "attr79534") ) +(myObject (attribute1 "attr79535") ) +(myObject (attribute1 "attr79536") ) +(myObject (attribute1 "attr79537") ) +(myObject (attribute1 "attr79538") ) +(myObject (attribute1 "attr79539") ) +(myObject (attribute1 "attr79540") ) +(myObject (attribute1 "attr79541") ) +(myObject (attribute1 "attr79542") ) +(myObject (attribute1 "attr79543") ) +(myObject (attribute1 "attr79544") ) +(myObject (attribute1 "attr79545") ) +(myObject (attribute1 "attr79546") ) +(myObject (attribute1 "attr79547") ) +(myObject (attribute1 "attr79548") ) +(myObject (attribute1 "attr79549") ) +(myObject (attribute1 "attr79550") ) +(myObject (attribute1 "attr79551") ) +(myObject (attribute1 "attr79552") ) +(myObject (attribute1 "attr79553") ) +(myObject (attribute1 "attr79554") ) +(myObject (attribute1 "attr79555") ) +(myObject (attribute1 "attr79556") ) +(myObject (attribute1 "attr79557") ) +(myObject (attribute1 "attr79558") ) +(myObject (attribute1 "attr79559") ) +(myObject (attribute1 "attr79560") ) +(myObject (attribute1 "attr79561") ) +(myObject (attribute1 "attr79562") ) +(myObject (attribute1 "attr79563") ) +(myObject (attribute1 "attr79564") ) +(myObject (attribute1 "attr79565") ) +(myObject (attribute1 "attr79566") ) +(myObject (attribute1 "attr79567") ) +(myObject (attribute1 "attr79568") ) +(myObject (attribute1 "attr79569") ) +(myObject (attribute1 "attr79570") ) +(myObject (attribute1 "attr79571") ) +(myObject (attribute1 "attr79572") ) +(myObject (attribute1 "attr79573") ) +(myObject (attribute1 "attr79574") ) +(myObject (attribute1 "attr79575") ) +(myObject (attribute1 "attr79576") ) +(myObject (attribute1 "attr79577") ) +(myObject (attribute1 "attr79578") ) +(myObject (attribute1 "attr79579") ) +(myObject (attribute1 "attr79580") ) +(myObject (attribute1 "attr79581") ) +(myObject (attribute1 "attr79582") ) +(myObject (attribute1 "attr79583") ) +(myObject (attribute1 "attr79584") ) +(myObject (attribute1 "attr79585") ) +(myObject (attribute1 "attr79586") ) +(myObject (attribute1 "attr79587") ) +(myObject (attribute1 "attr79588") ) +(myObject (attribute1 "attr79589") ) +(myObject (attribute1 "attr79590") ) +(myObject (attribute1 "attr79591") ) +(myObject (attribute1 "attr79592") ) +(myObject (attribute1 "attr79593") ) +(myObject (attribute1 "attr79594") ) +(myObject (attribute1 "attr79595") ) +(myObject (attribute1 "attr79596") ) +(myObject (attribute1 "attr79597") ) +(myObject (attribute1 "attr79598") ) +(myObject (attribute1 "attr79599") ) +(myObject (attribute1 "attr79600") ) +(myObject (attribute1 "attr79601") ) +(myObject (attribute1 "attr79602") ) +(myObject (attribute1 "attr79603") ) +(myObject (attribute1 "attr79604") ) +(myObject (attribute1 "attr79605") ) +(myObject (attribute1 "attr79606") ) +(myObject (attribute1 "attr79607") ) +(myObject (attribute1 "attr79608") ) +(myObject (attribute1 "attr79609") ) +(myObject (attribute1 "attr79610") ) +(myObject (attribute1 "attr79611") ) +(myObject (attribute1 "attr79612") ) +(myObject (attribute1 "attr79613") ) +(myObject (attribute1 "attr79614") ) +(myObject (attribute1 "attr79615") ) +(myObject (attribute1 "attr79616") ) +(myObject (attribute1 "attr79617") ) +(myObject (attribute1 "attr79618") ) +(myObject (attribute1 "attr79619") ) +(myObject (attribute1 "attr79620") ) +(myObject (attribute1 "attr79621") ) +(myObject (attribute1 "attr79622") ) +(myObject (attribute1 "attr79623") ) +(myObject (attribute1 "attr79624") ) +(myObject (attribute1 "attr79625") ) +(myObject (attribute1 "attr79626") ) +(myObject (attribute1 "attr79627") ) +(myObject (attribute1 "attr79628") ) +(myObject (attribute1 "attr79629") ) +(myObject (attribute1 "attr79630") ) +(myObject (attribute1 "attr79631") ) +(myObject (attribute1 "attr79632") ) +(myObject (attribute1 "attr79633") ) +(myObject (attribute1 "attr79634") ) +(myObject (attribute1 "attr79635") ) +(myObject (attribute1 "attr79636") ) +(myObject (attribute1 "attr79637") ) +(myObject (attribute1 "attr79638") ) +(myObject (attribute1 "attr79639") ) +(myObject (attribute1 "attr79640") ) +(myObject (attribute1 "attr79641") ) +(myObject (attribute1 "attr79642") ) +(myObject (attribute1 "attr79643") ) +(myObject (attribute1 "attr79644") ) +(myObject (attribute1 "attr79645") ) +(myObject (attribute1 "attr79646") ) +(myObject (attribute1 "attr79647") ) +(myObject (attribute1 "attr79648") ) +(myObject (attribute1 "attr79649") ) +(myObject (attribute1 "attr79650") ) +(myObject (attribute1 "attr79651") ) +(myObject (attribute1 "attr79652") ) +(myObject (attribute1 "attr79653") ) +(myObject (attribute1 "attr79654") ) +(myObject (attribute1 "attr79655") ) +(myObject (attribute1 "attr79656") ) +(myObject (attribute1 "attr79657") ) +(myObject (attribute1 "attr79658") ) +(myObject (attribute1 "attr79659") ) +(myObject (attribute1 "attr79660") ) +(myObject (attribute1 "attr79661") ) +(myObject (attribute1 "attr79662") ) +(myObject (attribute1 "attr79663") ) +(myObject (attribute1 "attr79664") ) +(myObject (attribute1 "attr79665") ) +(myObject (attribute1 "attr79666") ) +(myObject (attribute1 "attr79667") ) +(myObject (attribute1 "attr79668") ) +(myObject (attribute1 "attr79669") ) +(myObject (attribute1 "attr79670") ) +(myObject (attribute1 "attr79671") ) +(myObject (attribute1 "attr79672") ) +(myObject (attribute1 "attr79673") ) +(myObject (attribute1 "attr79674") ) +(myObject (attribute1 "attr79675") ) +(myObject (attribute1 "attr79676") ) +(myObject (attribute1 "attr79677") ) +(myObject (attribute1 "attr79678") ) +(myObject (attribute1 "attr79679") ) +(myObject (attribute1 "attr79680") ) +(myObject (attribute1 "attr79681") ) +(myObject (attribute1 "attr79682") ) +(myObject (attribute1 "attr79683") ) +(myObject (attribute1 "attr79684") ) +(myObject (attribute1 "attr79685") ) +(myObject (attribute1 "attr79686") ) +(myObject (attribute1 "attr79687") ) +(myObject (attribute1 "attr79688") ) +(myObject (attribute1 "attr79689") ) +(myObject (attribute1 "attr79690") ) +(myObject (attribute1 "attr79691") ) +(myObject (attribute1 "attr79692") ) +(myObject (attribute1 "attr79693") ) +(myObject (attribute1 "attr79694") ) +(myObject (attribute1 "attr79695") ) +(myObject (attribute1 "attr79696") ) +(myObject (attribute1 "attr79697") ) +(myObject (attribute1 "attr79698") ) +(myObject (attribute1 "attr79699") ) +(myObject (attribute1 "attr79700") ) +(myObject (attribute1 "attr79701") ) +(myObject (attribute1 "attr79702") ) +(myObject (attribute1 "attr79703") ) +(myObject (attribute1 "attr79704") ) +(myObject (attribute1 "attr79705") ) +(myObject (attribute1 "attr79706") ) +(myObject (attribute1 "attr79707") ) +(myObject (attribute1 "attr79708") ) +(myObject (attribute1 "attr79709") ) +(myObject (attribute1 "attr79710") ) +(myObject (attribute1 "attr79711") ) +(myObject (attribute1 "attr79712") ) +(myObject (attribute1 "attr79713") ) +(myObject (attribute1 "attr79714") ) +(myObject (attribute1 "attr79715") ) +(myObject (attribute1 "attr79716") ) +(myObject (attribute1 "attr79717") ) +(myObject (attribute1 "attr79718") ) +(myObject (attribute1 "attr79719") ) +(myObject (attribute1 "attr79720") ) +(myObject (attribute1 "attr79721") ) +(myObject (attribute1 "attr79722") ) +(myObject (attribute1 "attr79723") ) +(myObject (attribute1 "attr79724") ) +(myObject (attribute1 "attr79725") ) +(myObject (attribute1 "attr79726") ) +(myObject (attribute1 "attr79727") ) +(myObject (attribute1 "attr79728") ) +(myObject (attribute1 "attr79729") ) +(myObject (attribute1 "attr79730") ) +(myObject (attribute1 "attr79731") ) +(myObject (attribute1 "attr79732") ) +(myObject (attribute1 "attr79733") ) +(myObject (attribute1 "attr79734") ) +(myObject (attribute1 "attr79735") ) +(myObject (attribute1 "attr79736") ) +(myObject (attribute1 "attr79737") ) +(myObject (attribute1 "attr79738") ) +(myObject (attribute1 "attr79739") ) +(myObject (attribute1 "attr79740") ) +(myObject (attribute1 "attr79741") ) +(myObject (attribute1 "attr79742") ) +(myObject (attribute1 "attr79743") ) +(myObject (attribute1 "attr79744") ) +(myObject (attribute1 "attr79745") ) +(myObject (attribute1 "attr79746") ) +(myObject (attribute1 "attr79747") ) +(myObject (attribute1 "attr79748") ) +(myObject (attribute1 "attr79749") ) +(myObject (attribute1 "attr79750") ) +(myObject (attribute1 "attr79751") ) +(myObject (attribute1 "attr79752") ) +(myObject (attribute1 "attr79753") ) +(myObject (attribute1 "attr79754") ) +(myObject (attribute1 "attr79755") ) +(myObject (attribute1 "attr79756") ) +(myObject (attribute1 "attr79757") ) +(myObject (attribute1 "attr79758") ) +(myObject (attribute1 "attr79759") ) +(myObject (attribute1 "attr79760") ) +(myObject (attribute1 "attr79761") ) +(myObject (attribute1 "attr79762") ) +(myObject (attribute1 "attr79763") ) +(myObject (attribute1 "attr79764") ) +(myObject (attribute1 "attr79765") ) +(myObject (attribute1 "attr79766") ) +(myObject (attribute1 "attr79767") ) +(myObject (attribute1 "attr79768") ) +(myObject (attribute1 "attr79769") ) +(myObject (attribute1 "attr79770") ) +(myObject (attribute1 "attr79771") ) +(myObject (attribute1 "attr79772") ) +(myObject (attribute1 "attr79773") ) +(myObject (attribute1 "attr79774") ) +(myObject (attribute1 "attr79775") ) +(myObject (attribute1 "attr79776") ) +(myObject (attribute1 "attr79777") ) +(myObject (attribute1 "attr79778") ) +(myObject (attribute1 "attr79779") ) +(myObject (attribute1 "attr79780") ) +(myObject (attribute1 "attr79781") ) +(myObject (attribute1 "attr79782") ) +(myObject (attribute1 "attr79783") ) +(myObject (attribute1 "attr79784") ) +(myObject (attribute1 "attr79785") ) +(myObject (attribute1 "attr79786") ) +(myObject (attribute1 "attr79787") ) +(myObject (attribute1 "attr79788") ) +(myObject (attribute1 "attr79789") ) +(myObject (attribute1 "attr79790") ) +(myObject (attribute1 "attr79791") ) +(myObject (attribute1 "attr79792") ) +(myObject (attribute1 "attr79793") ) +(myObject (attribute1 "attr79794") ) +(myObject (attribute1 "attr79795") ) +(myObject (attribute1 "attr79796") ) +(myObject (attribute1 "attr79797") ) +(myObject (attribute1 "attr79798") ) +(myObject (attribute1 "attr79799") ) +(myObject (attribute1 "attr79800") ) +(myObject (attribute1 "attr79801") ) +(myObject (attribute1 "attr79802") ) +(myObject (attribute1 "attr79803") ) +(myObject (attribute1 "attr79804") ) +(myObject (attribute1 "attr79805") ) +(myObject (attribute1 "attr79806") ) +(myObject (attribute1 "attr79807") ) +(myObject (attribute1 "attr79808") ) +(myObject (attribute1 "attr79809") ) +(myObject (attribute1 "attr79810") ) +(myObject (attribute1 "attr79811") ) +(myObject (attribute1 "attr79812") ) +(myObject (attribute1 "attr79813") ) +(myObject (attribute1 "attr79814") ) +(myObject (attribute1 "attr79815") ) +(myObject (attribute1 "attr79816") ) +(myObject (attribute1 "attr79817") ) +(myObject (attribute1 "attr79818") ) +(myObject (attribute1 "attr79819") ) +(myObject (attribute1 "attr79820") ) +(myObject (attribute1 "attr79821") ) +(myObject (attribute1 "attr79822") ) +(myObject (attribute1 "attr79823") ) +(myObject (attribute1 "attr79824") ) +(myObject (attribute1 "attr79825") ) +(myObject (attribute1 "attr79826") ) +(myObject (attribute1 "attr79827") ) +(myObject (attribute1 "attr79828") ) +(myObject (attribute1 "attr79829") ) +(myObject (attribute1 "attr79830") ) +(myObject (attribute1 "attr79831") ) +(myObject (attribute1 "attr79832") ) +(myObject (attribute1 "attr79833") ) +(myObject (attribute1 "attr79834") ) +(myObject (attribute1 "attr79835") ) +(myObject (attribute1 "attr79836") ) +(myObject (attribute1 "attr79837") ) +(myObject (attribute1 "attr79838") ) +(myObject (attribute1 "attr79839") ) +(myObject (attribute1 "attr79840") ) +(myObject (attribute1 "attr79841") ) +(myObject (attribute1 "attr79842") ) +(myObject (attribute1 "attr79843") ) +(myObject (attribute1 "attr79844") ) +(myObject (attribute1 "attr79845") ) +(myObject (attribute1 "attr79846") ) +(myObject (attribute1 "attr79847") ) +(myObject (attribute1 "attr79848") ) +(myObject (attribute1 "attr79849") ) +(myObject (attribute1 "attr79850") ) +(myObject (attribute1 "attr79851") ) +(myObject (attribute1 "attr79852") ) +(myObject (attribute1 "attr79853") ) +(myObject (attribute1 "attr79854") ) +(myObject (attribute1 "attr79855") ) +(myObject (attribute1 "attr79856") ) +(myObject (attribute1 "attr79857") ) +(myObject (attribute1 "attr79858") ) +(myObject (attribute1 "attr79859") ) +(myObject (attribute1 "attr79860") ) +(myObject (attribute1 "attr79861") ) +(myObject (attribute1 "attr79862") ) +(myObject (attribute1 "attr79863") ) +(myObject (attribute1 "attr79864") ) +(myObject (attribute1 "attr79865") ) +(myObject (attribute1 "attr79866") ) +(myObject (attribute1 "attr79867") ) +(myObject (attribute1 "attr79868") ) +(myObject (attribute1 "attr79869") ) +(myObject (attribute1 "attr79870") ) +(myObject (attribute1 "attr79871") ) +(myObject (attribute1 "attr79872") ) +(myObject (attribute1 "attr79873") ) +(myObject (attribute1 "attr79874") ) +(myObject (attribute1 "attr79875") ) +(myObject (attribute1 "attr79876") ) +(myObject (attribute1 "attr79877") ) +(myObject (attribute1 "attr79878") ) +(myObject (attribute1 "attr79879") ) +(myObject (attribute1 "attr79880") ) +(myObject (attribute1 "attr79881") ) +(myObject (attribute1 "attr79882") ) +(myObject (attribute1 "attr79883") ) +(myObject (attribute1 "attr79884") ) +(myObject (attribute1 "attr79885") ) +(myObject (attribute1 "attr79886") ) +(myObject (attribute1 "attr79887") ) +(myObject (attribute1 "attr79888") ) +(myObject (attribute1 "attr79889") ) +(myObject (attribute1 "attr79890") ) +(myObject (attribute1 "attr79891") ) +(myObject (attribute1 "attr79892") ) +(myObject (attribute1 "attr79893") ) +(myObject (attribute1 "attr79894") ) +(myObject (attribute1 "attr79895") ) +(myObject (attribute1 "attr79896") ) +(myObject (attribute1 "attr79897") ) +(myObject (attribute1 "attr79898") ) +(myObject (attribute1 "attr79899") ) +(myObject (attribute1 "attr79900") ) +(myObject (attribute1 "attr79901") ) +(myObject (attribute1 "attr79902") ) +(myObject (attribute1 "attr79903") ) +(myObject (attribute1 "attr79904") ) +(myObject (attribute1 "attr79905") ) +(myObject (attribute1 "attr79906") ) +(myObject (attribute1 "attr79907") ) +(myObject (attribute1 "attr79908") ) +(myObject (attribute1 "attr79909") ) +(myObject (attribute1 "attr79910") ) +(myObject (attribute1 "attr79911") ) +(myObject (attribute1 "attr79912") ) +(myObject (attribute1 "attr79913") ) +(myObject (attribute1 "attr79914") ) +(myObject (attribute1 "attr79915") ) +(myObject (attribute1 "attr79916") ) +(myObject (attribute1 "attr79917") ) +(myObject (attribute1 "attr79918") ) +(myObject (attribute1 "attr79919") ) +(myObject (attribute1 "attr79920") ) +(myObject (attribute1 "attr79921") ) +(myObject (attribute1 "attr79922") ) +(myObject (attribute1 "attr79923") ) +(myObject (attribute1 "attr79924") ) +(myObject (attribute1 "attr79925") ) +(myObject (attribute1 "attr79926") ) +(myObject (attribute1 "attr79927") ) +(myObject (attribute1 "attr79928") ) +(myObject (attribute1 "attr79929") ) +(myObject (attribute1 "attr79930") ) +(myObject (attribute1 "attr79931") ) +(myObject (attribute1 "attr79932") ) +(myObject (attribute1 "attr79933") ) +(myObject (attribute1 "attr79934") ) +(myObject (attribute1 "attr79935") ) +(myObject (attribute1 "attr79936") ) +(myObject (attribute1 "attr79937") ) +(myObject (attribute1 "attr79938") ) +(myObject (attribute1 "attr79939") ) +(myObject (attribute1 "attr79940") ) +(myObject (attribute1 "attr79941") ) +(myObject (attribute1 "attr79942") ) +(myObject (attribute1 "attr79943") ) +(myObject (attribute1 "attr79944") ) +(myObject (attribute1 "attr79945") ) +(myObject (attribute1 "attr79946") ) +(myObject (attribute1 "attr79947") ) +(myObject (attribute1 "attr79948") ) +(myObject (attribute1 "attr79949") ) +(myObject (attribute1 "attr79950") ) +(myObject (attribute1 "attr79951") ) +(myObject (attribute1 "attr79952") ) +(myObject (attribute1 "attr79953") ) +(myObject (attribute1 "attr79954") ) +(myObject (attribute1 "attr79955") ) +(myObject (attribute1 "attr79956") ) +(myObject (attribute1 "attr79957") ) +(myObject (attribute1 "attr79958") ) +(myObject (attribute1 "attr79959") ) +(myObject (attribute1 "attr79960") ) +(myObject (attribute1 "attr79961") ) +(myObject (attribute1 "attr79962") ) +(myObject (attribute1 "attr79963") ) +(myObject (attribute1 "attr79964") ) +(myObject (attribute1 "attr79965") ) +(myObject (attribute1 "attr79966") ) +(myObject (attribute1 "attr79967") ) +(myObject (attribute1 "attr79968") ) +(myObject (attribute1 "attr79969") ) +(myObject (attribute1 "attr79970") ) +(myObject (attribute1 "attr79971") ) +(myObject (attribute1 "attr79972") ) +(myObject (attribute1 "attr79973") ) +(myObject (attribute1 "attr79974") ) +(myObject (attribute1 "attr79975") ) +(myObject (attribute1 "attr79976") ) +(myObject (attribute1 "attr79977") ) +(myObject (attribute1 "attr79978") ) +(myObject (attribute1 "attr79979") ) +(myObject (attribute1 "attr79980") ) +(myObject (attribute1 "attr79981") ) +(myObject (attribute1 "attr79982") ) +(myObject (attribute1 "attr79983") ) +(myObject (attribute1 "attr79984") ) +(myObject (attribute1 "attr79985") ) +(myObject (attribute1 "attr79986") ) +(myObject (attribute1 "attr79987") ) +(myObject (attribute1 "attr79988") ) +(myObject (attribute1 "attr79989") ) +(myObject (attribute1 "attr79990") ) +(myObject (attribute1 "attr79991") ) +(myObject (attribute1 "attr79992") ) +(myObject (attribute1 "attr79993") ) +(myObject (attribute1 "attr79994") ) +(myObject (attribute1 "attr79995") ) +(myObject (attribute1 "attr79996") ) +(myObject (attribute1 "attr79997") ) +(myObject (attribute1 "attr79998") ) +(myObject (attribute1 "attr79999") ) +(myObject (attribute1 "attr80000") ) +(myObject (attribute1 "attr80001") ) +(myObject (attribute1 "attr80002") ) +(myObject (attribute1 "attr80003") ) +(myObject (attribute1 "attr80004") ) +(myObject (attribute1 "attr80005") ) +(myObject (attribute1 "attr80006") ) +(myObject (attribute1 "attr80007") ) +(myObject (attribute1 "attr80008") ) +(myObject (attribute1 "attr80009") ) +(myObject (attribute1 "attr80010") ) +(myObject (attribute1 "attr80011") ) +(myObject (attribute1 "attr80012") ) +(myObject (attribute1 "attr80013") ) +(myObject (attribute1 "attr80014") ) +(myObject (attribute1 "attr80015") ) +(myObject (attribute1 "attr80016") ) +(myObject (attribute1 "attr80017") ) +(myObject (attribute1 "attr80018") ) +(myObject (attribute1 "attr80019") ) +(myObject (attribute1 "attr80020") ) +(myObject (attribute1 "attr80021") ) +(myObject (attribute1 "attr80022") ) +(myObject (attribute1 "attr80023") ) +(myObject (attribute1 "attr80024") ) +(myObject (attribute1 "attr80025") ) +(myObject (attribute1 "attr80026") ) +(myObject (attribute1 "attr80027") ) +(myObject (attribute1 "attr80028") ) +(myObject (attribute1 "attr80029") ) +(myObject (attribute1 "attr80030") ) +(myObject (attribute1 "attr80031") ) +(myObject (attribute1 "attr80032") ) +(myObject (attribute1 "attr80033") ) +(myObject (attribute1 "attr80034") ) +(myObject (attribute1 "attr80035") ) +(myObject (attribute1 "attr80036") ) +(myObject (attribute1 "attr80037") ) +(myObject (attribute1 "attr80038") ) +(myObject (attribute1 "attr80039") ) +(myObject (attribute1 "attr80040") ) +(myObject (attribute1 "attr80041") ) +(myObject (attribute1 "attr80042") ) +(myObject (attribute1 "attr80043") ) +(myObject (attribute1 "attr80044") ) +(myObject (attribute1 "attr80045") ) +(myObject (attribute1 "attr80046") ) +(myObject (attribute1 "attr80047") ) +(myObject (attribute1 "attr80048") ) +(myObject (attribute1 "attr80049") ) +(myObject (attribute1 "attr80050") ) +(myObject (attribute1 "attr80051") ) +(myObject (attribute1 "attr80052") ) +(myObject (attribute1 "attr80053") ) +(myObject (attribute1 "attr80054") ) +(myObject (attribute1 "attr80055") ) +(myObject (attribute1 "attr80056") ) +(myObject (attribute1 "attr80057") ) +(myObject (attribute1 "attr80058") ) +(myObject (attribute1 "attr80059") ) +(myObject (attribute1 "attr80060") ) +(myObject (attribute1 "attr80061") ) +(myObject (attribute1 "attr80062") ) +(myObject (attribute1 "attr80063") ) +(myObject (attribute1 "attr80064") ) +(myObject (attribute1 "attr80065") ) +(myObject (attribute1 "attr80066") ) +(myObject (attribute1 "attr80067") ) +(myObject (attribute1 "attr80068") ) +(myObject (attribute1 "attr80069") ) +(myObject (attribute1 "attr80070") ) +(myObject (attribute1 "attr80071") ) +(myObject (attribute1 "attr80072") ) +(myObject (attribute1 "attr80073") ) +(myObject (attribute1 "attr80074") ) +(myObject (attribute1 "attr80075") ) +(myObject (attribute1 "attr80076") ) +(myObject (attribute1 "attr80077") ) +(myObject (attribute1 "attr80078") ) +(myObject (attribute1 "attr80079") ) +(myObject (attribute1 "attr80080") ) +(myObject (attribute1 "attr80081") ) +(myObject (attribute1 "attr80082") ) +(myObject (attribute1 "attr80083") ) +(myObject (attribute1 "attr80084") ) +(myObject (attribute1 "attr80085") ) +(myObject (attribute1 "attr80086") ) +(myObject (attribute1 "attr80087") ) +(myObject (attribute1 "attr80088") ) +(myObject (attribute1 "attr80089") ) +(myObject (attribute1 "attr80090") ) +(myObject (attribute1 "attr80091") ) +(myObject (attribute1 "attr80092") ) +(myObject (attribute1 "attr80093") ) +(myObject (attribute1 "attr80094") ) +(myObject (attribute1 "attr80095") ) +(myObject (attribute1 "attr80096") ) +(myObject (attribute1 "attr80097") ) +(myObject (attribute1 "attr80098") ) +(myObject (attribute1 "attr80099") ) +(myObject (attribute1 "attr80100") ) +(myObject (attribute1 "attr80101") ) +(myObject (attribute1 "attr80102") ) +(myObject (attribute1 "attr80103") ) +(myObject (attribute1 "attr80104") ) +(myObject (attribute1 "attr80105") ) +(myObject (attribute1 "attr80106") ) +(myObject (attribute1 "attr80107") ) +(myObject (attribute1 "attr80108") ) +(myObject (attribute1 "attr80109") ) +(myObject (attribute1 "attr80110") ) +(myObject (attribute1 "attr80111") ) +(myObject (attribute1 "attr80112") ) +(myObject (attribute1 "attr80113") ) +(myObject (attribute1 "attr80114") ) +(myObject (attribute1 "attr80115") ) +(myObject (attribute1 "attr80116") ) +(myObject (attribute1 "attr80117") ) +(myObject (attribute1 "attr80118") ) +(myObject (attribute1 "attr80119") ) +(myObject (attribute1 "attr80120") ) +(myObject (attribute1 "attr80121") ) +(myObject (attribute1 "attr80122") ) +(myObject (attribute1 "attr80123") ) +(myObject (attribute1 "attr80124") ) +(myObject (attribute1 "attr80125") ) +(myObject (attribute1 "attr80126") ) +(myObject (attribute1 "attr80127") ) +(myObject (attribute1 "attr80128") ) +(myObject (attribute1 "attr80129") ) +(myObject (attribute1 "attr80130") ) +(myObject (attribute1 "attr80131") ) +(myObject (attribute1 "attr80132") ) +(myObject (attribute1 "attr80133") ) +(myObject (attribute1 "attr80134") ) +(myObject (attribute1 "attr80135") ) +(myObject (attribute1 "attr80136") ) +(myObject (attribute1 "attr80137") ) +(myObject (attribute1 "attr80138") ) +(myObject (attribute1 "attr80139") ) +(myObject (attribute1 "attr80140") ) +(myObject (attribute1 "attr80141") ) +(myObject (attribute1 "attr80142") ) +(myObject (attribute1 "attr80143") ) +(myObject (attribute1 "attr80144") ) +(myObject (attribute1 "attr80145") ) +(myObject (attribute1 "attr80146") ) +(myObject (attribute1 "attr80147") ) +(myObject (attribute1 "attr80148") ) +(myObject (attribute1 "attr80149") ) +(myObject (attribute1 "attr80150") ) +(myObject (attribute1 "attr80151") ) +(myObject (attribute1 "attr80152") ) +(myObject (attribute1 "attr80153") ) +(myObject (attribute1 "attr80154") ) +(myObject (attribute1 "attr80155") ) +(myObject (attribute1 "attr80156") ) +(myObject (attribute1 "attr80157") ) +(myObject (attribute1 "attr80158") ) +(myObject (attribute1 "attr80159") ) +(myObject (attribute1 "attr80160") ) +(myObject (attribute1 "attr80161") ) +(myObject (attribute1 "attr80162") ) +(myObject (attribute1 "attr80163") ) +(myObject (attribute1 "attr80164") ) +(myObject (attribute1 "attr80165") ) +(myObject (attribute1 "attr80166") ) +(myObject (attribute1 "attr80167") ) +(myObject (attribute1 "attr80168") ) +(myObject (attribute1 "attr80169") ) +(myObject (attribute1 "attr80170") ) +(myObject (attribute1 "attr80171") ) +(myObject (attribute1 "attr80172") ) +(myObject (attribute1 "attr80173") ) +(myObject (attribute1 "attr80174") ) +(myObject (attribute1 "attr80175") ) +(myObject (attribute1 "attr80176") ) +(myObject (attribute1 "attr80177") ) +(myObject (attribute1 "attr80178") ) +(myObject (attribute1 "attr80179") ) +(myObject (attribute1 "attr80180") ) +(myObject (attribute1 "attr80181") ) +(myObject (attribute1 "attr80182") ) +(myObject (attribute1 "attr80183") ) +(myObject (attribute1 "attr80184") ) +(myObject (attribute1 "attr80185") ) +(myObject (attribute1 "attr80186") ) +(myObject (attribute1 "attr80187") ) +(myObject (attribute1 "attr80188") ) +(myObject (attribute1 "attr80189") ) +(myObject (attribute1 "attr80190") ) +(myObject (attribute1 "attr80191") ) +(myObject (attribute1 "attr80192") ) +(myObject (attribute1 "attr80193") ) +(myObject (attribute1 "attr80194") ) +(myObject (attribute1 "attr80195") ) +(myObject (attribute1 "attr80196") ) +(myObject (attribute1 "attr80197") ) +(myObject (attribute1 "attr80198") ) +(myObject (attribute1 "attr80199") ) +(myObject (attribute1 "attr80200") ) +(myObject (attribute1 "attr80201") ) +(myObject (attribute1 "attr80202") ) +(myObject (attribute1 "attr80203") ) +(myObject (attribute1 "attr80204") ) +(myObject (attribute1 "attr80205") ) +(myObject (attribute1 "attr80206") ) +(myObject (attribute1 "attr80207") ) +(myObject (attribute1 "attr80208") ) +(myObject (attribute1 "attr80209") ) +(myObject (attribute1 "attr80210") ) +(myObject (attribute1 "attr80211") ) +(myObject (attribute1 "attr80212") ) +(myObject (attribute1 "attr80213") ) +(myObject (attribute1 "attr80214") ) +(myObject (attribute1 "attr80215") ) +(myObject (attribute1 "attr80216") ) +(myObject (attribute1 "attr80217") ) +(myObject (attribute1 "attr80218") ) +(myObject (attribute1 "attr80219") ) +(myObject (attribute1 "attr80220") ) +(myObject (attribute1 "attr80221") ) +(myObject (attribute1 "attr80222") ) +(myObject (attribute1 "attr80223") ) +(myObject (attribute1 "attr80224") ) +(myObject (attribute1 "attr80225") ) +(myObject (attribute1 "attr80226") ) +(myObject (attribute1 "attr80227") ) +(myObject (attribute1 "attr80228") ) +(myObject (attribute1 "attr80229") ) +(myObject (attribute1 "attr80230") ) +(myObject (attribute1 "attr80231") ) +(myObject (attribute1 "attr80232") ) +(myObject (attribute1 "attr80233") ) +(myObject (attribute1 "attr80234") ) +(myObject (attribute1 "attr80235") ) +(myObject (attribute1 "attr80236") ) +(myObject (attribute1 "attr80237") ) +(myObject (attribute1 "attr80238") ) +(myObject (attribute1 "attr80239") ) +(myObject (attribute1 "attr80240") ) +(myObject (attribute1 "attr80241") ) +(myObject (attribute1 "attr80242") ) +(myObject (attribute1 "attr80243") ) +(myObject (attribute1 "attr80244") ) +(myObject (attribute1 "attr80245") ) +(myObject (attribute1 "attr80246") ) +(myObject (attribute1 "attr80247") ) +(myObject (attribute1 "attr80248") ) +(myObject (attribute1 "attr80249") ) +(myObject (attribute1 "attr80250") ) +(myObject (attribute1 "attr80251") ) +(myObject (attribute1 "attr80252") ) +(myObject (attribute1 "attr80253") ) +(myObject (attribute1 "attr80254") ) +(myObject (attribute1 "attr80255") ) +(myObject (attribute1 "attr80256") ) +(myObject (attribute1 "attr80257") ) +(myObject (attribute1 "attr80258") ) +(myObject (attribute1 "attr80259") ) +(myObject (attribute1 "attr80260") ) +(myObject (attribute1 "attr80261") ) +(myObject (attribute1 "attr80262") ) +(myObject (attribute1 "attr80263") ) +(myObject (attribute1 "attr80264") ) +(myObject (attribute1 "attr80265") ) +(myObject (attribute1 "attr80266") ) +(myObject (attribute1 "attr80267") ) +(myObject (attribute1 "attr80268") ) +(myObject (attribute1 "attr80269") ) +(myObject (attribute1 "attr80270") ) +(myObject (attribute1 "attr80271") ) +(myObject (attribute1 "attr80272") ) +(myObject (attribute1 "attr80273") ) +(myObject (attribute1 "attr80274") ) +(myObject (attribute1 "attr80275") ) +(myObject (attribute1 "attr80276") ) +(myObject (attribute1 "attr80277") ) +(myObject (attribute1 "attr80278") ) +(myObject (attribute1 "attr80279") ) +(myObject (attribute1 "attr80280") ) +(myObject (attribute1 "attr80281") ) +(myObject (attribute1 "attr80282") ) +(myObject (attribute1 "attr80283") ) +(myObject (attribute1 "attr80284") ) +(myObject (attribute1 "attr80285") ) +(myObject (attribute1 "attr80286") ) +(myObject (attribute1 "attr80287") ) +(myObject (attribute1 "attr80288") ) +(myObject (attribute1 "attr80289") ) +(myObject (attribute1 "attr80290") ) +(myObject (attribute1 "attr80291") ) +(myObject (attribute1 "attr80292") ) +(myObject (attribute1 "attr80293") ) +(myObject (attribute1 "attr80294") ) +(myObject (attribute1 "attr80295") ) +(myObject (attribute1 "attr80296") ) +(myObject (attribute1 "attr80297") ) +(myObject (attribute1 "attr80298") ) +(myObject (attribute1 "attr80299") ) +(myObject (attribute1 "attr80300") ) +(myObject (attribute1 "attr80301") ) +(myObject (attribute1 "attr80302") ) +(myObject (attribute1 "attr80303") ) +(myObject (attribute1 "attr80304") ) +(myObject (attribute1 "attr80305") ) +(myObject (attribute1 "attr80306") ) +(myObject (attribute1 "attr80307") ) +(myObject (attribute1 "attr80308") ) +(myObject (attribute1 "attr80309") ) +(myObject (attribute1 "attr80310") ) +(myObject (attribute1 "attr80311") ) +(myObject (attribute1 "attr80312") ) +(myObject (attribute1 "attr80313") ) +(myObject (attribute1 "attr80314") ) +(myObject (attribute1 "attr80315") ) +(myObject (attribute1 "attr80316") ) +(myObject (attribute1 "attr80317") ) +(myObject (attribute1 "attr80318") ) +(myObject (attribute1 "attr80319") ) +(myObject (attribute1 "attr80320") ) +(myObject (attribute1 "attr80321") ) +(myObject (attribute1 "attr80322") ) +(myObject (attribute1 "attr80323") ) +(myObject (attribute1 "attr80324") ) +(myObject (attribute1 "attr80325") ) +(myObject (attribute1 "attr80326") ) +(myObject (attribute1 "attr80327") ) +(myObject (attribute1 "attr80328") ) +(myObject (attribute1 "attr80329") ) +(myObject (attribute1 "attr80330") ) +(myObject (attribute1 "attr80331") ) +(myObject (attribute1 "attr80332") ) +(myObject (attribute1 "attr80333") ) +(myObject (attribute1 "attr80334") ) +(myObject (attribute1 "attr80335") ) +(myObject (attribute1 "attr80336") ) +(myObject (attribute1 "attr80337") ) +(myObject (attribute1 "attr80338") ) +(myObject (attribute1 "attr80339") ) +(myObject (attribute1 "attr80340") ) +(myObject (attribute1 "attr80341") ) +(myObject (attribute1 "attr80342") ) +(myObject (attribute1 "attr80343") ) +(myObject (attribute1 "attr80344") ) +(myObject (attribute1 "attr80345") ) +(myObject (attribute1 "attr80346") ) +(myObject (attribute1 "attr80347") ) +(myObject (attribute1 "attr80348") ) +(myObject (attribute1 "attr80349") ) +(myObject (attribute1 "attr80350") ) +(myObject (attribute1 "attr80351") ) +(myObject (attribute1 "attr80352") ) +(myObject (attribute1 "attr80353") ) +(myObject (attribute1 "attr80354") ) +(myObject (attribute1 "attr80355") ) +(myObject (attribute1 "attr80356") ) +(myObject (attribute1 "attr80357") ) +(myObject (attribute1 "attr80358") ) +(myObject (attribute1 "attr80359") ) +(myObject (attribute1 "attr80360") ) +(myObject (attribute1 "attr80361") ) +(myObject (attribute1 "attr80362") ) +(myObject (attribute1 "attr80363") ) +(myObject (attribute1 "attr80364") ) +(myObject (attribute1 "attr80365") ) +(myObject (attribute1 "attr80366") ) +(myObject (attribute1 "attr80367") ) +(myObject (attribute1 "attr80368") ) +(myObject (attribute1 "attr80369") ) +(myObject (attribute1 "attr80370") ) +(myObject (attribute1 "attr80371") ) +(myObject (attribute1 "attr80372") ) +(myObject (attribute1 "attr80373") ) +(myObject (attribute1 "attr80374") ) +(myObject (attribute1 "attr80375") ) +(myObject (attribute1 "attr80376") ) +(myObject (attribute1 "attr80377") ) +(myObject (attribute1 "attr80378") ) +(myObject (attribute1 "attr80379") ) +(myObject (attribute1 "attr80380") ) +(myObject (attribute1 "attr80381") ) +(myObject (attribute1 "attr80382") ) +(myObject (attribute1 "attr80383") ) +(myObject (attribute1 "attr80384") ) +(myObject (attribute1 "attr80385") ) +(myObject (attribute1 "attr80386") ) +(myObject (attribute1 "attr80387") ) +(myObject (attribute1 "attr80388") ) +(myObject (attribute1 "attr80389") ) +(myObject (attribute1 "attr80390") ) +(myObject (attribute1 "attr80391") ) +(myObject (attribute1 "attr80392") ) +(myObject (attribute1 "attr80393") ) +(myObject (attribute1 "attr80394") ) +(myObject (attribute1 "attr80395") ) +(myObject (attribute1 "attr80396") ) +(myObject (attribute1 "attr80397") ) +(myObject (attribute1 "attr80398") ) +(myObject (attribute1 "attr80399") ) +(myObject (attribute1 "attr80400") ) +(myObject (attribute1 "attr80401") ) +(myObject (attribute1 "attr80402") ) +(myObject (attribute1 "attr80403") ) +(myObject (attribute1 "attr80404") ) +(myObject (attribute1 "attr80405") ) +(myObject (attribute1 "attr80406") ) +(myObject (attribute1 "attr80407") ) +(myObject (attribute1 "attr80408") ) +(myObject (attribute1 "attr80409") ) +(myObject (attribute1 "attr80410") ) +(myObject (attribute1 "attr80411") ) +(myObject (attribute1 "attr80412") ) +(myObject (attribute1 "attr80413") ) +(myObject (attribute1 "attr80414") ) +(myObject (attribute1 "attr80415") ) +(myObject (attribute1 "attr80416") ) +(myObject (attribute1 "attr80417") ) +(myObject (attribute1 "attr80418") ) +(myObject (attribute1 "attr80419") ) +(myObject (attribute1 "attr80420") ) +(myObject (attribute1 "attr80421") ) +(myObject (attribute1 "attr80422") ) +(myObject (attribute1 "attr80423") ) +(myObject (attribute1 "attr80424") ) +(myObject (attribute1 "attr80425") ) +(myObject (attribute1 "attr80426") ) +(myObject (attribute1 "attr80427") ) +(myObject (attribute1 "attr80428") ) +(myObject (attribute1 "attr80429") ) +(myObject (attribute1 "attr80430") ) +(myObject (attribute1 "attr80431") ) +(myObject (attribute1 "attr80432") ) +(myObject (attribute1 "attr80433") ) +(myObject (attribute1 "attr80434") ) +(myObject (attribute1 "attr80435") ) +(myObject (attribute1 "attr80436") ) +(myObject (attribute1 "attr80437") ) +(myObject (attribute1 "attr80438") ) +(myObject (attribute1 "attr80439") ) +(myObject (attribute1 "attr80440") ) +(myObject (attribute1 "attr80441") ) +(myObject (attribute1 "attr80442") ) +(myObject (attribute1 "attr80443") ) +(myObject (attribute1 "attr80444") ) +(myObject (attribute1 "attr80445") ) +(myObject (attribute1 "attr80446") ) +(myObject (attribute1 "attr80447") ) +(myObject (attribute1 "attr80448") ) +(myObject (attribute1 "attr80449") ) +(myObject (attribute1 "attr80450") ) +(myObject (attribute1 "attr80451") ) +(myObject (attribute1 "attr80452") ) +(myObject (attribute1 "attr80453") ) +(myObject (attribute1 "attr80454") ) +(myObject (attribute1 "attr80455") ) +(myObject (attribute1 "attr80456") ) +(myObject (attribute1 "attr80457") ) +(myObject (attribute1 "attr80458") ) +(myObject (attribute1 "attr80459") ) +(myObject (attribute1 "attr80460") ) +(myObject (attribute1 "attr80461") ) +(myObject (attribute1 "attr80462") ) +(myObject (attribute1 "attr80463") ) +(myObject (attribute1 "attr80464") ) +(myObject (attribute1 "attr80465") ) +(myObject (attribute1 "attr80466") ) +(myObject (attribute1 "attr80467") ) +(myObject (attribute1 "attr80468") ) +(myObject (attribute1 "attr80469") ) +(myObject (attribute1 "attr80470") ) +(myObject (attribute1 "attr80471") ) +(myObject (attribute1 "attr80472") ) +(myObject (attribute1 "attr80473") ) +(myObject (attribute1 "attr80474") ) +(myObject (attribute1 "attr80475") ) +(myObject (attribute1 "attr80476") ) +(myObject (attribute1 "attr80477") ) +(myObject (attribute1 "attr80478") ) +(myObject (attribute1 "attr80479") ) +(myObject (attribute1 "attr80480") ) +(myObject (attribute1 "attr80481") ) +(myObject (attribute1 "attr80482") ) +(myObject (attribute1 "attr80483") ) +(myObject (attribute1 "attr80484") ) +(myObject (attribute1 "attr80485") ) +(myObject (attribute1 "attr80486") ) +(myObject (attribute1 "attr80487") ) +(myObject (attribute1 "attr80488") ) +(myObject (attribute1 "attr80489") ) +(myObject (attribute1 "attr80490") ) +(myObject (attribute1 "attr80491") ) +(myObject (attribute1 "attr80492") ) +(myObject (attribute1 "attr80493") ) +(myObject (attribute1 "attr80494") ) +(myObject (attribute1 "attr80495") ) +(myObject (attribute1 "attr80496") ) +(myObject (attribute1 "attr80497") ) +(myObject (attribute1 "attr80498") ) +(myObject (attribute1 "attr80499") ) +(myObject (attribute1 "attr80500") ) +(myObject (attribute1 "attr80501") ) +(myObject (attribute1 "attr80502") ) +(myObject (attribute1 "attr80503") ) +(myObject (attribute1 "attr80504") ) +(myObject (attribute1 "attr80505") ) +(myObject (attribute1 "attr80506") ) +(myObject (attribute1 "attr80507") ) +(myObject (attribute1 "attr80508") ) +(myObject (attribute1 "attr80509") ) +(myObject (attribute1 "attr80510") ) +(myObject (attribute1 "attr80511") ) +(myObject (attribute1 "attr80512") ) +(myObject (attribute1 "attr80513") ) +(myObject (attribute1 "attr80514") ) +(myObject (attribute1 "attr80515") ) +(myObject (attribute1 "attr80516") ) +(myObject (attribute1 "attr80517") ) +(myObject (attribute1 "attr80518") ) +(myObject (attribute1 "attr80519") ) +(myObject (attribute1 "attr80520") ) +(myObject (attribute1 "attr80521") ) +(myObject (attribute1 "attr80522") ) +(myObject (attribute1 "attr80523") ) +(myObject (attribute1 "attr80524") ) +(myObject (attribute1 "attr80525") ) +(myObject (attribute1 "attr80526") ) +(myObject (attribute1 "attr80527") ) +(myObject (attribute1 "attr80528") ) +(myObject (attribute1 "attr80529") ) +(myObject (attribute1 "attr80530") ) +(myObject (attribute1 "attr80531") ) +(myObject (attribute1 "attr80532") ) +(myObject (attribute1 "attr80533") ) +(myObject (attribute1 "attr80534") ) +(myObject (attribute1 "attr80535") ) +(myObject (attribute1 "attr80536") ) +(myObject (attribute1 "attr80537") ) +(myObject (attribute1 "attr80538") ) +(myObject (attribute1 "attr80539") ) +(myObject (attribute1 "attr80540") ) +(myObject (attribute1 "attr80541") ) +(myObject (attribute1 "attr80542") ) +(myObject (attribute1 "attr80543") ) +(myObject (attribute1 "attr80544") ) +(myObject (attribute1 "attr80545") ) +(myObject (attribute1 "attr80546") ) +(myObject (attribute1 "attr80547") ) +(myObject (attribute1 "attr80548") ) +(myObject (attribute1 "attr80549") ) +(myObject (attribute1 "attr80550") ) +(myObject (attribute1 "attr80551") ) +(myObject (attribute1 "attr80552") ) +(myObject (attribute1 "attr80553") ) +(myObject (attribute1 "attr80554") ) +(myObject (attribute1 "attr80555") ) +(myObject (attribute1 "attr80556") ) +(myObject (attribute1 "attr80557") ) +(myObject (attribute1 "attr80558") ) +(myObject (attribute1 "attr80559") ) +(myObject (attribute1 "attr80560") ) +(myObject (attribute1 "attr80561") ) +(myObject (attribute1 "attr80562") ) +(myObject (attribute1 "attr80563") ) +(myObject (attribute1 "attr80564") ) +(myObject (attribute1 "attr80565") ) +(myObject (attribute1 "attr80566") ) +(myObject (attribute1 "attr80567") ) +(myObject (attribute1 "attr80568") ) +(myObject (attribute1 "attr80569") ) +(myObject (attribute1 "attr80570") ) +(myObject (attribute1 "attr80571") ) +(myObject (attribute1 "attr80572") ) +(myObject (attribute1 "attr80573") ) +(myObject (attribute1 "attr80574") ) +(myObject (attribute1 "attr80575") ) +(myObject (attribute1 "attr80576") ) +(myObject (attribute1 "attr80577") ) +(myObject (attribute1 "attr80578") ) +(myObject (attribute1 "attr80579") ) +(myObject (attribute1 "attr80580") ) +(myObject (attribute1 "attr80581") ) +(myObject (attribute1 "attr80582") ) +(myObject (attribute1 "attr80583") ) +(myObject (attribute1 "attr80584") ) +(myObject (attribute1 "attr80585") ) +(myObject (attribute1 "attr80586") ) +(myObject (attribute1 "attr80587") ) +(myObject (attribute1 "attr80588") ) +(myObject (attribute1 "attr80589") ) +(myObject (attribute1 "attr80590") ) +(myObject (attribute1 "attr80591") ) +(myObject (attribute1 "attr80592") ) +(myObject (attribute1 "attr80593") ) +(myObject (attribute1 "attr80594") ) +(myObject (attribute1 "attr80595") ) +(myObject (attribute1 "attr80596") ) +(myObject (attribute1 "attr80597") ) +(myObject (attribute1 "attr80598") ) +(myObject (attribute1 "attr80599") ) +(myObject (attribute1 "attr80600") ) +(myObject (attribute1 "attr80601") ) +(myObject (attribute1 "attr80602") ) +(myObject (attribute1 "attr80603") ) +(myObject (attribute1 "attr80604") ) +(myObject (attribute1 "attr80605") ) +(myObject (attribute1 "attr80606") ) +(myObject (attribute1 "attr80607") ) +(myObject (attribute1 "attr80608") ) +(myObject (attribute1 "attr80609") ) +(myObject (attribute1 "attr80610") ) +(myObject (attribute1 "attr80611") ) +(myObject (attribute1 "attr80612") ) +(myObject (attribute1 "attr80613") ) +(myObject (attribute1 "attr80614") ) +(myObject (attribute1 "attr80615") ) +(myObject (attribute1 "attr80616") ) +(myObject (attribute1 "attr80617") ) +(myObject (attribute1 "attr80618") ) +(myObject (attribute1 "attr80619") ) +(myObject (attribute1 "attr80620") ) +(myObject (attribute1 "attr80621") ) +(myObject (attribute1 "attr80622") ) +(myObject (attribute1 "attr80623") ) +(myObject (attribute1 "attr80624") ) +(myObject (attribute1 "attr80625") ) +(myObject (attribute1 "attr80626") ) +(myObject (attribute1 "attr80627") ) +(myObject (attribute1 "attr80628") ) +(myObject (attribute1 "attr80629") ) +(myObject (attribute1 "attr80630") ) +(myObject (attribute1 "attr80631") ) +(myObject (attribute1 "attr80632") ) +(myObject (attribute1 "attr80633") ) +(myObject (attribute1 "attr80634") ) +(myObject (attribute1 "attr80635") ) +(myObject (attribute1 "attr80636") ) +(myObject (attribute1 "attr80637") ) +(myObject (attribute1 "attr80638") ) +(myObject (attribute1 "attr80639") ) +(myObject (attribute1 "attr80640") ) +(myObject (attribute1 "attr80641") ) +(myObject (attribute1 "attr80642") ) +(myObject (attribute1 "attr80643") ) +(myObject (attribute1 "attr80644") ) +(myObject (attribute1 "attr80645") ) +(myObject (attribute1 "attr80646") ) +(myObject (attribute1 "attr80647") ) +(myObject (attribute1 "attr80648") ) +(myObject (attribute1 "attr80649") ) +(myObject (attribute1 "attr80650") ) +(myObject (attribute1 "attr80651") ) +(myObject (attribute1 "attr80652") ) +(myObject (attribute1 "attr80653") ) +(myObject (attribute1 "attr80654") ) +(myObject (attribute1 "attr80655") ) +(myObject (attribute1 "attr80656") ) +(myObject (attribute1 "attr80657") ) +(myObject (attribute1 "attr80658") ) +(myObject (attribute1 "attr80659") ) +(myObject (attribute1 "attr80660") ) +(myObject (attribute1 "attr80661") ) +(myObject (attribute1 "attr80662") ) +(myObject (attribute1 "attr80663") ) +(myObject (attribute1 "attr80664") ) +(myObject (attribute1 "attr80665") ) +(myObject (attribute1 "attr80666") ) +(myObject (attribute1 "attr80667") ) +(myObject (attribute1 "attr80668") ) +(myObject (attribute1 "attr80669") ) +(myObject (attribute1 "attr80670") ) +(myObject (attribute1 "attr80671") ) +(myObject (attribute1 "attr80672") ) +(myObject (attribute1 "attr80673") ) +(myObject (attribute1 "attr80674") ) +(myObject (attribute1 "attr80675") ) +(myObject (attribute1 "attr80676") ) +(myObject (attribute1 "attr80677") ) +(myObject (attribute1 "attr80678") ) +(myObject (attribute1 "attr80679") ) +(myObject (attribute1 "attr80680") ) +(myObject (attribute1 "attr80681") ) +(myObject (attribute1 "attr80682") ) +(myObject (attribute1 "attr80683") ) +(myObject (attribute1 "attr80684") ) +(myObject (attribute1 "attr80685") ) +(myObject (attribute1 "attr80686") ) +(myObject (attribute1 "attr80687") ) +(myObject (attribute1 "attr80688") ) +(myObject (attribute1 "attr80689") ) +(myObject (attribute1 "attr80690") ) +(myObject (attribute1 "attr80691") ) +(myObject (attribute1 "attr80692") ) +(myObject (attribute1 "attr80693") ) +(myObject (attribute1 "attr80694") ) +(myObject (attribute1 "attr80695") ) +(myObject (attribute1 "attr80696") ) +(myObject (attribute1 "attr80697") ) +(myObject (attribute1 "attr80698") ) +(myObject (attribute1 "attr80699") ) +(myObject (attribute1 "attr80700") ) +(myObject (attribute1 "attr80701") ) +(myObject (attribute1 "attr80702") ) +(myObject (attribute1 "attr80703") ) +(myObject (attribute1 "attr80704") ) +(myObject (attribute1 "attr80705") ) +(myObject (attribute1 "attr80706") ) +(myObject (attribute1 "attr80707") ) +(myObject (attribute1 "attr80708") ) +(myObject (attribute1 "attr80709") ) +(myObject (attribute1 "attr80710") ) +(myObject (attribute1 "attr80711") ) +(myObject (attribute1 "attr80712") ) +(myObject (attribute1 "attr80713") ) +(myObject (attribute1 "attr80714") ) +(myObject (attribute1 "attr80715") ) +(myObject (attribute1 "attr80716") ) +(myObject (attribute1 "attr80717") ) +(myObject (attribute1 "attr80718") ) +(myObject (attribute1 "attr80719") ) +(myObject (attribute1 "attr80720") ) +(myObject (attribute1 "attr80721") ) +(myObject (attribute1 "attr80722") ) +(myObject (attribute1 "attr80723") ) +(myObject (attribute1 "attr80724") ) +(myObject (attribute1 "attr80725") ) +(myObject (attribute1 "attr80726") ) +(myObject (attribute1 "attr80727") ) +(myObject (attribute1 "attr80728") ) +(myObject (attribute1 "attr80729") ) +(myObject (attribute1 "attr80730") ) +(myObject (attribute1 "attr80731") ) +(myObject (attribute1 "attr80732") ) +(myObject (attribute1 "attr80733") ) +(myObject (attribute1 "attr80734") ) +(myObject (attribute1 "attr80735") ) +(myObject (attribute1 "attr80736") ) +(myObject (attribute1 "attr80737") ) +(myObject (attribute1 "attr80738") ) +(myObject (attribute1 "attr80739") ) +(myObject (attribute1 "attr80740") ) +(myObject (attribute1 "attr80741") ) +(myObject (attribute1 "attr80742") ) +(myObject (attribute1 "attr80743") ) +(myObject (attribute1 "attr80744") ) +(myObject (attribute1 "attr80745") ) +(myObject (attribute1 "attr80746") ) +(myObject (attribute1 "attr80747") ) +(myObject (attribute1 "attr80748") ) +(myObject (attribute1 "attr80749") ) +(myObject (attribute1 "attr80750") ) +(myObject (attribute1 "attr80751") ) +(myObject (attribute1 "attr80752") ) +(myObject (attribute1 "attr80753") ) +(myObject (attribute1 "attr80754") ) +(myObject (attribute1 "attr80755") ) +(myObject (attribute1 "attr80756") ) +(myObject (attribute1 "attr80757") ) +(myObject (attribute1 "attr80758") ) +(myObject (attribute1 "attr80759") ) +(myObject (attribute1 "attr80760") ) +(myObject (attribute1 "attr80761") ) +(myObject (attribute1 "attr80762") ) +(myObject (attribute1 "attr80763") ) +(myObject (attribute1 "attr80764") ) +(myObject (attribute1 "attr80765") ) +(myObject (attribute1 "attr80766") ) +(myObject (attribute1 "attr80767") ) +(myObject (attribute1 "attr80768") ) +(myObject (attribute1 "attr80769") ) +(myObject (attribute1 "attr80770") ) +(myObject (attribute1 "attr80771") ) +(myObject (attribute1 "attr80772") ) +(myObject (attribute1 "attr80773") ) +(myObject (attribute1 "attr80774") ) +(myObject (attribute1 "attr80775") ) +(myObject (attribute1 "attr80776") ) +(myObject (attribute1 "attr80777") ) +(myObject (attribute1 "attr80778") ) +(myObject (attribute1 "attr80779") ) +(myObject (attribute1 "attr80780") ) +(myObject (attribute1 "attr80781") ) +(myObject (attribute1 "attr80782") ) +(myObject (attribute1 "attr80783") ) +(myObject (attribute1 "attr80784") ) +(myObject (attribute1 "attr80785") ) +(myObject (attribute1 "attr80786") ) +(myObject (attribute1 "attr80787") ) +(myObject (attribute1 "attr80788") ) +(myObject (attribute1 "attr80789") ) +(myObject (attribute1 "attr80790") ) +(myObject (attribute1 "attr80791") ) +(myObject (attribute1 "attr80792") ) +(myObject (attribute1 "attr80793") ) +(myObject (attribute1 "attr80794") ) +(myObject (attribute1 "attr80795") ) +(myObject (attribute1 "attr80796") ) +(myObject (attribute1 "attr80797") ) +(myObject (attribute1 "attr80798") ) +(myObject (attribute1 "attr80799") ) +(myObject (attribute1 "attr80800") ) +(myObject (attribute1 "attr80801") ) +(myObject (attribute1 "attr80802") ) +(myObject (attribute1 "attr80803") ) +(myObject (attribute1 "attr80804") ) +(myObject (attribute1 "attr80805") ) +(myObject (attribute1 "attr80806") ) +(myObject (attribute1 "attr80807") ) +(myObject (attribute1 "attr80808") ) +(myObject (attribute1 "attr80809") ) +(myObject (attribute1 "attr80810") ) +(myObject (attribute1 "attr80811") ) +(myObject (attribute1 "attr80812") ) +(myObject (attribute1 "attr80813") ) +(myObject (attribute1 "attr80814") ) +(myObject (attribute1 "attr80815") ) +(myObject (attribute1 "attr80816") ) +(myObject (attribute1 "attr80817") ) +(myObject (attribute1 "attr80818") ) +(myObject (attribute1 "attr80819") ) +(myObject (attribute1 "attr80820") ) +(myObject (attribute1 "attr80821") ) +(myObject (attribute1 "attr80822") ) +(myObject (attribute1 "attr80823") ) +(myObject (attribute1 "attr80824") ) +(myObject (attribute1 "attr80825") ) +(myObject (attribute1 "attr80826") ) +(myObject (attribute1 "attr80827") ) +(myObject (attribute1 "attr80828") ) +(myObject (attribute1 "attr80829") ) +(myObject (attribute1 "attr80830") ) +(myObject (attribute1 "attr80831") ) +(myObject (attribute1 "attr80832") ) +(myObject (attribute1 "attr80833") ) +(myObject (attribute1 "attr80834") ) +(myObject (attribute1 "attr80835") ) +(myObject (attribute1 "attr80836") ) +(myObject (attribute1 "attr80837") ) +(myObject (attribute1 "attr80838") ) +(myObject (attribute1 "attr80839") ) +(myObject (attribute1 "attr80840") ) +(myObject (attribute1 "attr80841") ) +(myObject (attribute1 "attr80842") ) +(myObject (attribute1 "attr80843") ) +(myObject (attribute1 "attr80844") ) +(myObject (attribute1 "attr80845") ) +(myObject (attribute1 "attr80846") ) +(myObject (attribute1 "attr80847") ) +(myObject (attribute1 "attr80848") ) +(myObject (attribute1 "attr80849") ) +(myObject (attribute1 "attr80850") ) +(myObject (attribute1 "attr80851") ) +(myObject (attribute1 "attr80852") ) +(myObject (attribute1 "attr80853") ) +(myObject (attribute1 "attr80854") ) +(myObject (attribute1 "attr80855") ) +(myObject (attribute1 "attr80856") ) +(myObject (attribute1 "attr80857") ) +(myObject (attribute1 "attr80858") ) +(myObject (attribute1 "attr80859") ) +(myObject (attribute1 "attr80860") ) +(myObject (attribute1 "attr80861") ) +(myObject (attribute1 "attr80862") ) +(myObject (attribute1 "attr80863") ) +(myObject (attribute1 "attr80864") ) +(myObject (attribute1 "attr80865") ) +(myObject (attribute1 "attr80866") ) +(myObject (attribute1 "attr80867") ) +(myObject (attribute1 "attr80868") ) +(myObject (attribute1 "attr80869") ) +(myObject (attribute1 "attr80870") ) +(myObject (attribute1 "attr80871") ) +(myObject (attribute1 "attr80872") ) +(myObject (attribute1 "attr80873") ) +(myObject (attribute1 "attr80874") ) +(myObject (attribute1 "attr80875") ) +(myObject (attribute1 "attr80876") ) +(myObject (attribute1 "attr80877") ) +(myObject (attribute1 "attr80878") ) +(myObject (attribute1 "attr80879") ) +(myObject (attribute1 "attr80880") ) +(myObject (attribute1 "attr80881") ) +(myObject (attribute1 "attr80882") ) +(myObject (attribute1 "attr80883") ) +(myObject (attribute1 "attr80884") ) +(myObject (attribute1 "attr80885") ) +(myObject (attribute1 "attr80886") ) +(myObject (attribute1 "attr80887") ) +(myObject (attribute1 "attr80888") ) +(myObject (attribute1 "attr80889") ) +(myObject (attribute1 "attr80890") ) +(myObject (attribute1 "attr80891") ) +(myObject (attribute1 "attr80892") ) +(myObject (attribute1 "attr80893") ) +(myObject (attribute1 "attr80894") ) +(myObject (attribute1 "attr80895") ) +(myObject (attribute1 "attr80896") ) +(myObject (attribute1 "attr80897") ) +(myObject (attribute1 "attr80898") ) +(myObject (attribute1 "attr80899") ) +(myObject (attribute1 "attr80900") ) +(myObject (attribute1 "attr80901") ) +(myObject (attribute1 "attr80902") ) +(myObject (attribute1 "attr80903") ) +(myObject (attribute1 "attr80904") ) +(myObject (attribute1 "attr80905") ) +(myObject (attribute1 "attr80906") ) +(myObject (attribute1 "attr80907") ) +(myObject (attribute1 "attr80908") ) +(myObject (attribute1 "attr80909") ) +(myObject (attribute1 "attr80910") ) +(myObject (attribute1 "attr80911") ) +(myObject (attribute1 "attr80912") ) +(myObject (attribute1 "attr80913") ) +(myObject (attribute1 "attr80914") ) +(myObject (attribute1 "attr80915") ) +(myObject (attribute1 "attr80916") ) +(myObject (attribute1 "attr80917") ) +(myObject (attribute1 "attr80918") ) +(myObject (attribute1 "attr80919") ) +(myObject (attribute1 "attr80920") ) +(myObject (attribute1 "attr80921") ) +(myObject (attribute1 "attr80922") ) +(myObject (attribute1 "attr80923") ) +(myObject (attribute1 "attr80924") ) +(myObject (attribute1 "attr80925") ) +(myObject (attribute1 "attr80926") ) +(myObject (attribute1 "attr80927") ) +(myObject (attribute1 "attr80928") ) +(myObject (attribute1 "attr80929") ) +(myObject (attribute1 "attr80930") ) +(myObject (attribute1 "attr80931") ) +(myObject (attribute1 "attr80932") ) +(myObject (attribute1 "attr80933") ) +(myObject (attribute1 "attr80934") ) +(myObject (attribute1 "attr80935") ) +(myObject (attribute1 "attr80936") ) +(myObject (attribute1 "attr80937") ) +(myObject (attribute1 "attr80938") ) +(myObject (attribute1 "attr80939") ) +(myObject (attribute1 "attr80940") ) +(myObject (attribute1 "attr80941") ) +(myObject (attribute1 "attr80942") ) +(myObject (attribute1 "attr80943") ) +(myObject (attribute1 "attr80944") ) +(myObject (attribute1 "attr80945") ) +(myObject (attribute1 "attr80946") ) +(myObject (attribute1 "attr80947") ) +(myObject (attribute1 "attr80948") ) +(myObject (attribute1 "attr80949") ) +(myObject (attribute1 "attr80950") ) +(myObject (attribute1 "attr80951") ) +(myObject (attribute1 "attr80952") ) +(myObject (attribute1 "attr80953") ) +(myObject (attribute1 "attr80954") ) +(myObject (attribute1 "attr80955") ) +(myObject (attribute1 "attr80956") ) +(myObject (attribute1 "attr80957") ) +(myObject (attribute1 "attr80958") ) +(myObject (attribute1 "attr80959") ) +(myObject (attribute1 "attr80960") ) +(myObject (attribute1 "attr80961") ) +(myObject (attribute1 "attr80962") ) +(myObject (attribute1 "attr80963") ) +(myObject (attribute1 "attr80964") ) +(myObject (attribute1 "attr80965") ) +(myObject (attribute1 "attr80966") ) +(myObject (attribute1 "attr80967") ) +(myObject (attribute1 "attr80968") ) +(myObject (attribute1 "attr80969") ) +(myObject (attribute1 "attr80970") ) +(myObject (attribute1 "attr80971") ) +(myObject (attribute1 "attr80972") ) +(myObject (attribute1 "attr80973") ) +(myObject (attribute1 "attr80974") ) +(myObject (attribute1 "attr80975") ) +(myObject (attribute1 "attr80976") ) +(myObject (attribute1 "attr80977") ) +(myObject (attribute1 "attr80978") ) +(myObject (attribute1 "attr80979") ) +(myObject (attribute1 "attr80980") ) +(myObject (attribute1 "attr80981") ) +(myObject (attribute1 "attr80982") ) +(myObject (attribute1 "attr80983") ) +(myObject (attribute1 "attr80984") ) +(myObject (attribute1 "attr80985") ) +(myObject (attribute1 "attr80986") ) +(myObject (attribute1 "attr80987") ) +(myObject (attribute1 "attr80988") ) +(myObject (attribute1 "attr80989") ) +(myObject (attribute1 "attr80990") ) +(myObject (attribute1 "attr80991") ) +(myObject (attribute1 "attr80992") ) +(myObject (attribute1 "attr80993") ) +(myObject (attribute1 "attr80994") ) +(myObject (attribute1 "attr80995") ) +(myObject (attribute1 "attr80996") ) +(myObject (attribute1 "attr80997") ) +(myObject (attribute1 "attr80998") ) +(myObject (attribute1 "attr80999") ) +(myObject (attribute1 "attr81000") ) +(myObject (attribute1 "attr81001") ) +(myObject (attribute1 "attr81002") ) +(myObject (attribute1 "attr81003") ) +(myObject (attribute1 "attr81004") ) +(myObject (attribute1 "attr81005") ) +(myObject (attribute1 "attr81006") ) +(myObject (attribute1 "attr81007") ) +(myObject (attribute1 "attr81008") ) +(myObject (attribute1 "attr81009") ) +(myObject (attribute1 "attr81010") ) +(myObject (attribute1 "attr81011") ) +(myObject (attribute1 "attr81012") ) +(myObject (attribute1 "attr81013") ) +(myObject (attribute1 "attr81014") ) +(myObject (attribute1 "attr81015") ) +(myObject (attribute1 "attr81016") ) +(myObject (attribute1 "attr81017") ) +(myObject (attribute1 "attr81018") ) +(myObject (attribute1 "attr81019") ) +(myObject (attribute1 "attr81020") ) +(myObject (attribute1 "attr81021") ) +(myObject (attribute1 "attr81022") ) +(myObject (attribute1 "attr81023") ) +(myObject (attribute1 "attr81024") ) +(myObject (attribute1 "attr81025") ) +(myObject (attribute1 "attr81026") ) +(myObject (attribute1 "attr81027") ) +(myObject (attribute1 "attr81028") ) +(myObject (attribute1 "attr81029") ) +(myObject (attribute1 "attr81030") ) +(myObject (attribute1 "attr81031") ) +(myObject (attribute1 "attr81032") ) +(myObject (attribute1 "attr81033") ) +(myObject (attribute1 "attr81034") ) +(myObject (attribute1 "attr81035") ) +(myObject (attribute1 "attr81036") ) +(myObject (attribute1 "attr81037") ) +(myObject (attribute1 "attr81038") ) +(myObject (attribute1 "attr81039") ) +(myObject (attribute1 "attr81040") ) +(myObject (attribute1 "attr81041") ) +(myObject (attribute1 "attr81042") ) +(myObject (attribute1 "attr81043") ) +(myObject (attribute1 "attr81044") ) +(myObject (attribute1 "attr81045") ) +(myObject (attribute1 "attr81046") ) +(myObject (attribute1 "attr81047") ) +(myObject (attribute1 "attr81048") ) +(myObject (attribute1 "attr81049") ) +(myObject (attribute1 "attr81050") ) +(myObject (attribute1 "attr81051") ) +(myObject (attribute1 "attr81052") ) +(myObject (attribute1 "attr81053") ) +(myObject (attribute1 "attr81054") ) +(myObject (attribute1 "attr81055") ) +(myObject (attribute1 "attr81056") ) +(myObject (attribute1 "attr81057") ) +(myObject (attribute1 "attr81058") ) +(myObject (attribute1 "attr81059") ) +(myObject (attribute1 "attr81060") ) +(myObject (attribute1 "attr81061") ) +(myObject (attribute1 "attr81062") ) +(myObject (attribute1 "attr81063") ) +(myObject (attribute1 "attr81064") ) +(myObject (attribute1 "attr81065") ) +(myObject (attribute1 "attr81066") ) +(myObject (attribute1 "attr81067") ) +(myObject (attribute1 "attr81068") ) +(myObject (attribute1 "attr81069") ) +(myObject (attribute1 "attr81070") ) +(myObject (attribute1 "attr81071") ) +(myObject (attribute1 "attr81072") ) +(myObject (attribute1 "attr81073") ) +(myObject (attribute1 "attr81074") ) +(myObject (attribute1 "attr81075") ) +(myObject (attribute1 "attr81076") ) +(myObject (attribute1 "attr81077") ) +(myObject (attribute1 "attr81078") ) +(myObject (attribute1 "attr81079") ) +(myObject (attribute1 "attr81080") ) +(myObject (attribute1 "attr81081") ) +(myObject (attribute1 "attr81082") ) +(myObject (attribute1 "attr81083") ) +(myObject (attribute1 "attr81084") ) +(myObject (attribute1 "attr81085") ) +(myObject (attribute1 "attr81086") ) +(myObject (attribute1 "attr81087") ) +(myObject (attribute1 "attr81088") ) +(myObject (attribute1 "attr81089") ) +(myObject (attribute1 "attr81090") ) +(myObject (attribute1 "attr81091") ) +(myObject (attribute1 "attr81092") ) +(myObject (attribute1 "attr81093") ) +(myObject (attribute1 "attr81094") ) +(myObject (attribute1 "attr81095") ) +(myObject (attribute1 "attr81096") ) +(myObject (attribute1 "attr81097") ) +(myObject (attribute1 "attr81098") ) +(myObject (attribute1 "attr81099") ) +(myObject (attribute1 "attr81100") ) +(myObject (attribute1 "attr81101") ) +(myObject (attribute1 "attr81102") ) +(myObject (attribute1 "attr81103") ) +(myObject (attribute1 "attr81104") ) +(myObject (attribute1 "attr81105") ) +(myObject (attribute1 "attr81106") ) +(myObject (attribute1 "attr81107") ) +(myObject (attribute1 "attr81108") ) +(myObject (attribute1 "attr81109") ) +(myObject (attribute1 "attr81110") ) +(myObject (attribute1 "attr81111") ) +(myObject (attribute1 "attr81112") ) +(myObject (attribute1 "attr81113") ) +(myObject (attribute1 "attr81114") ) +(myObject (attribute1 "attr81115") ) +(myObject (attribute1 "attr81116") ) +(myObject (attribute1 "attr81117") ) +(myObject (attribute1 "attr81118") ) +(myObject (attribute1 "attr81119") ) +(myObject (attribute1 "attr81120") ) +(myObject (attribute1 "attr81121") ) +(myObject (attribute1 "attr81122") ) +(myObject (attribute1 "attr81123") ) +(myObject (attribute1 "attr81124") ) +(myObject (attribute1 "attr81125") ) +(myObject (attribute1 "attr81126") ) +(myObject (attribute1 "attr81127") ) +(myObject (attribute1 "attr81128") ) +(myObject (attribute1 "attr81129") ) +(myObject (attribute1 "attr81130") ) +(myObject (attribute1 "attr81131") ) +(myObject (attribute1 "attr81132") ) +(myObject (attribute1 "attr81133") ) +(myObject (attribute1 "attr81134") ) +(myObject (attribute1 "attr81135") ) +(myObject (attribute1 "attr81136") ) +(myObject (attribute1 "attr81137") ) +(myObject (attribute1 "attr81138") ) +(myObject (attribute1 "attr81139") ) +(myObject (attribute1 "attr81140") ) +(myObject (attribute1 "attr81141") ) +(myObject (attribute1 "attr81142") ) +(myObject (attribute1 "attr81143") ) +(myObject (attribute1 "attr81144") ) +(myObject (attribute1 "attr81145") ) +(myObject (attribute1 "attr81146") ) +(myObject (attribute1 "attr81147") ) +(myObject (attribute1 "attr81148") ) +(myObject (attribute1 "attr81149") ) +(myObject (attribute1 "attr81150") ) +(myObject (attribute1 "attr81151") ) +(myObject (attribute1 "attr81152") ) +(myObject (attribute1 "attr81153") ) +(myObject (attribute1 "attr81154") ) +(myObject (attribute1 "attr81155") ) +(myObject (attribute1 "attr81156") ) +(myObject (attribute1 "attr81157") ) +(myObject (attribute1 "attr81158") ) +(myObject (attribute1 "attr81159") ) +(myObject (attribute1 "attr81160") ) +(myObject (attribute1 "attr81161") ) +(myObject (attribute1 "attr81162") ) +(myObject (attribute1 "attr81163") ) +(myObject (attribute1 "attr81164") ) +(myObject (attribute1 "attr81165") ) +(myObject (attribute1 "attr81166") ) +(myObject (attribute1 "attr81167") ) +(myObject (attribute1 "attr81168") ) +(myObject (attribute1 "attr81169") ) +(myObject (attribute1 "attr81170") ) +(myObject (attribute1 "attr81171") ) +(myObject (attribute1 "attr81172") ) +(myObject (attribute1 "attr81173") ) +(myObject (attribute1 "attr81174") ) +(myObject (attribute1 "attr81175") ) +(myObject (attribute1 "attr81176") ) +(myObject (attribute1 "attr81177") ) +(myObject (attribute1 "attr81178") ) +(myObject (attribute1 "attr81179") ) +(myObject (attribute1 "attr81180") ) +(myObject (attribute1 "attr81181") ) +(myObject (attribute1 "attr81182") ) +(myObject (attribute1 "attr81183") ) +(myObject (attribute1 "attr81184") ) +(myObject (attribute1 "attr81185") ) +(myObject (attribute1 "attr81186") ) +(myObject (attribute1 "attr81187") ) +(myObject (attribute1 "attr81188") ) +(myObject (attribute1 "attr81189") ) +(myObject (attribute1 "attr81190") ) +(myObject (attribute1 "attr81191") ) +(myObject (attribute1 "attr81192") ) +(myObject (attribute1 "attr81193") ) +(myObject (attribute1 "attr81194") ) +(myObject (attribute1 "attr81195") ) +(myObject (attribute1 "attr81196") ) +(myObject (attribute1 "attr81197") ) +(myObject (attribute1 "attr81198") ) +(myObject (attribute1 "attr81199") ) +(myObject (attribute1 "attr81200") ) +(myObject (attribute1 "attr81201") ) +(myObject (attribute1 "attr81202") ) +(myObject (attribute1 "attr81203") ) +(myObject (attribute1 "attr81204") ) +(myObject (attribute1 "attr81205") ) +(myObject (attribute1 "attr81206") ) +(myObject (attribute1 "attr81207") ) +(myObject (attribute1 "attr81208") ) +(myObject (attribute1 "attr81209") ) +(myObject (attribute1 "attr81210") ) +(myObject (attribute1 "attr81211") ) +(myObject (attribute1 "attr81212") ) +(myObject (attribute1 "attr81213") ) +(myObject (attribute1 "attr81214") ) +(myObject (attribute1 "attr81215") ) +(myObject (attribute1 "attr81216") ) +(myObject (attribute1 "attr81217") ) +(myObject (attribute1 "attr81218") ) +(myObject (attribute1 "attr81219") ) +(myObject (attribute1 "attr81220") ) +(myObject (attribute1 "attr81221") ) +(myObject (attribute1 "attr81222") ) +(myObject (attribute1 "attr81223") ) +(myObject (attribute1 "attr81224") ) +(myObject (attribute1 "attr81225") ) +(myObject (attribute1 "attr81226") ) +(myObject (attribute1 "attr81227") ) +(myObject (attribute1 "attr81228") ) +(myObject (attribute1 "attr81229") ) +(myObject (attribute1 "attr81230") ) +(myObject (attribute1 "attr81231") ) +(myObject (attribute1 "attr81232") ) +(myObject (attribute1 "attr81233") ) +(myObject (attribute1 "attr81234") ) +(myObject (attribute1 "attr81235") ) +(myObject (attribute1 "attr81236") ) +(myObject (attribute1 "attr81237") ) +(myObject (attribute1 "attr81238") ) +(myObject (attribute1 "attr81239") ) +(myObject (attribute1 "attr81240") ) +(myObject (attribute1 "attr81241") ) +(myObject (attribute1 "attr81242") ) +(myObject (attribute1 "attr81243") ) +(myObject (attribute1 "attr81244") ) +(myObject (attribute1 "attr81245") ) +(myObject (attribute1 "attr81246") ) +(myObject (attribute1 "attr81247") ) +(myObject (attribute1 "attr81248") ) +(myObject (attribute1 "attr81249") ) +(myObject (attribute1 "attr81250") ) +(myObject (attribute1 "attr81251") ) +(myObject (attribute1 "attr81252") ) +(myObject (attribute1 "attr81253") ) +(myObject (attribute1 "attr81254") ) +(myObject (attribute1 "attr81255") ) +(myObject (attribute1 "attr81256") ) +(myObject (attribute1 "attr81257") ) +(myObject (attribute1 "attr81258") ) +(myObject (attribute1 "attr81259") ) +(myObject (attribute1 "attr81260") ) +(myObject (attribute1 "attr81261") ) +(myObject (attribute1 "attr81262") ) +(myObject (attribute1 "attr81263") ) +(myObject (attribute1 "attr81264") ) +(myObject (attribute1 "attr81265") ) +(myObject (attribute1 "attr81266") ) +(myObject (attribute1 "attr81267") ) +(myObject (attribute1 "attr81268") ) +(myObject (attribute1 "attr81269") ) +(myObject (attribute1 "attr81270") ) +(myObject (attribute1 "attr81271") ) +(myObject (attribute1 "attr81272") ) +(myObject (attribute1 "attr81273") ) +(myObject (attribute1 "attr81274") ) +(myObject (attribute1 "attr81275") ) +(myObject (attribute1 "attr81276") ) +(myObject (attribute1 "attr81277") ) +(myObject (attribute1 "attr81278") ) +(myObject (attribute1 "attr81279") ) +(myObject (attribute1 "attr81280") ) +(myObject (attribute1 "attr81281") ) +(myObject (attribute1 "attr81282") ) +(myObject (attribute1 "attr81283") ) +(myObject (attribute1 "attr81284") ) +(myObject (attribute1 "attr81285") ) +(myObject (attribute1 "attr81286") ) +(myObject (attribute1 "attr81287") ) +(myObject (attribute1 "attr81288") ) +(myObject (attribute1 "attr81289") ) +(myObject (attribute1 "attr81290") ) +(myObject (attribute1 "attr81291") ) +(myObject (attribute1 "attr81292") ) +(myObject (attribute1 "attr81293") ) +(myObject (attribute1 "attr81294") ) +(myObject (attribute1 "attr81295") ) +(myObject (attribute1 "attr81296") ) +(myObject (attribute1 "attr81297") ) +(myObject (attribute1 "attr81298") ) +(myObject (attribute1 "attr81299") ) +(myObject (attribute1 "attr81300") ) +(myObject (attribute1 "attr81301") ) +(myObject (attribute1 "attr81302") ) +(myObject (attribute1 "attr81303") ) +(myObject (attribute1 "attr81304") ) +(myObject (attribute1 "attr81305") ) +(myObject (attribute1 "attr81306") ) +(myObject (attribute1 "attr81307") ) +(myObject (attribute1 "attr81308") ) +(myObject (attribute1 "attr81309") ) +(myObject (attribute1 "attr81310") ) +(myObject (attribute1 "attr81311") ) +(myObject (attribute1 "attr81312") ) +(myObject (attribute1 "attr81313") ) +(myObject (attribute1 "attr81314") ) +(myObject (attribute1 "attr81315") ) +(myObject (attribute1 "attr81316") ) +(myObject (attribute1 "attr81317") ) +(myObject (attribute1 "attr81318") ) +(myObject (attribute1 "attr81319") ) +(myObject (attribute1 "attr81320") ) +(myObject (attribute1 "attr81321") ) +(myObject (attribute1 "attr81322") ) +(myObject (attribute1 "attr81323") ) +(myObject (attribute1 "attr81324") ) +(myObject (attribute1 "attr81325") ) +(myObject (attribute1 "attr81326") ) +(myObject (attribute1 "attr81327") ) +(myObject (attribute1 "attr81328") ) +(myObject (attribute1 "attr81329") ) +(myObject (attribute1 "attr81330") ) +(myObject (attribute1 "attr81331") ) +(myObject (attribute1 "attr81332") ) +(myObject (attribute1 "attr81333") ) +(myObject (attribute1 "attr81334") ) +(myObject (attribute1 "attr81335") ) +(myObject (attribute1 "attr81336") ) +(myObject (attribute1 "attr81337") ) +(myObject (attribute1 "attr81338") ) +(myObject (attribute1 "attr81339") ) +(myObject (attribute1 "attr81340") ) +(myObject (attribute1 "attr81341") ) +(myObject (attribute1 "attr81342") ) +(myObject (attribute1 "attr81343") ) +(myObject (attribute1 "attr81344") ) +(myObject (attribute1 "attr81345") ) +(myObject (attribute1 "attr81346") ) +(myObject (attribute1 "attr81347") ) +(myObject (attribute1 "attr81348") ) +(myObject (attribute1 "attr81349") ) +(myObject (attribute1 "attr81350") ) +(myObject (attribute1 "attr81351") ) +(myObject (attribute1 "attr81352") ) +(myObject (attribute1 "attr81353") ) +(myObject (attribute1 "attr81354") ) +(myObject (attribute1 "attr81355") ) +(myObject (attribute1 "attr81356") ) +(myObject (attribute1 "attr81357") ) +(myObject (attribute1 "attr81358") ) +(myObject (attribute1 "attr81359") ) +(myObject (attribute1 "attr81360") ) +(myObject (attribute1 "attr81361") ) +(myObject (attribute1 "attr81362") ) +(myObject (attribute1 "attr81363") ) +(myObject (attribute1 "attr81364") ) +(myObject (attribute1 "attr81365") ) +(myObject (attribute1 "attr81366") ) +(myObject (attribute1 "attr81367") ) +(myObject (attribute1 "attr81368") ) +(myObject (attribute1 "attr81369") ) +(myObject (attribute1 "attr81370") ) +(myObject (attribute1 "attr81371") ) +(myObject (attribute1 "attr81372") ) +(myObject (attribute1 "attr81373") ) +(myObject (attribute1 "attr81374") ) +(myObject (attribute1 "attr81375") ) +(myObject (attribute1 "attr81376") ) +(myObject (attribute1 "attr81377") ) +(myObject (attribute1 "attr81378") ) +(myObject (attribute1 "attr81379") ) +(myObject (attribute1 "attr81380") ) +(myObject (attribute1 "attr81381") ) +(myObject (attribute1 "attr81382") ) +(myObject (attribute1 "attr81383") ) +(myObject (attribute1 "attr81384") ) +(myObject (attribute1 "attr81385") ) +(myObject (attribute1 "attr81386") ) +(myObject (attribute1 "attr81387") ) +(myObject (attribute1 "attr81388") ) +(myObject (attribute1 "attr81389") ) +(myObject (attribute1 "attr81390") ) +(myObject (attribute1 "attr81391") ) +(myObject (attribute1 "attr81392") ) +(myObject (attribute1 "attr81393") ) +(myObject (attribute1 "attr81394") ) +(myObject (attribute1 "attr81395") ) +(myObject (attribute1 "attr81396") ) +(myObject (attribute1 "attr81397") ) +(myObject (attribute1 "attr81398") ) +(myObject (attribute1 "attr81399") ) +(myObject (attribute1 "attr81400") ) +(myObject (attribute1 "attr81401") ) +(myObject (attribute1 "attr81402") ) +(myObject (attribute1 "attr81403") ) +(myObject (attribute1 "attr81404") ) +(myObject (attribute1 "attr81405") ) +(myObject (attribute1 "attr81406") ) +(myObject (attribute1 "attr81407") ) +(myObject (attribute1 "attr81408") ) +(myObject (attribute1 "attr81409") ) +(myObject (attribute1 "attr81410") ) +(myObject (attribute1 "attr81411") ) +(myObject (attribute1 "attr81412") ) +(myObject (attribute1 "attr81413") ) +(myObject (attribute1 "attr81414") ) +(myObject (attribute1 "attr81415") ) +(myObject (attribute1 "attr81416") ) +(myObject (attribute1 "attr81417") ) +(myObject (attribute1 "attr81418") ) +(myObject (attribute1 "attr81419") ) +(myObject (attribute1 "attr81420") ) +(myObject (attribute1 "attr81421") ) +(myObject (attribute1 "attr81422") ) +(myObject (attribute1 "attr81423") ) +(myObject (attribute1 "attr81424") ) +(myObject (attribute1 "attr81425") ) +(myObject (attribute1 "attr81426") ) +(myObject (attribute1 "attr81427") ) +(myObject (attribute1 "attr81428") ) +(myObject (attribute1 "attr81429") ) +(myObject (attribute1 "attr81430") ) +(myObject (attribute1 "attr81431") ) +(myObject (attribute1 "attr81432") ) +(myObject (attribute1 "attr81433") ) +(myObject (attribute1 "attr81434") ) +(myObject (attribute1 "attr81435") ) +(myObject (attribute1 "attr81436") ) +(myObject (attribute1 "attr81437") ) +(myObject (attribute1 "attr81438") ) +(myObject (attribute1 "attr81439") ) +(myObject (attribute1 "attr81440") ) +(myObject (attribute1 "attr81441") ) +(myObject (attribute1 "attr81442") ) +(myObject (attribute1 "attr81443") ) +(myObject (attribute1 "attr81444") ) +(myObject (attribute1 "attr81445") ) +(myObject (attribute1 "attr81446") ) +(myObject (attribute1 "attr81447") ) +(myObject (attribute1 "attr81448") ) +(myObject (attribute1 "attr81449") ) +(myObject (attribute1 "attr81450") ) +(myObject (attribute1 "attr81451") ) +(myObject (attribute1 "attr81452") ) +(myObject (attribute1 "attr81453") ) +(myObject (attribute1 "attr81454") ) +(myObject (attribute1 "attr81455") ) +(myObject (attribute1 "attr81456") ) +(myObject (attribute1 "attr81457") ) +(myObject (attribute1 "attr81458") ) +(myObject (attribute1 "attr81459") ) +(myObject (attribute1 "attr81460") ) +(myObject (attribute1 "attr81461") ) +(myObject (attribute1 "attr81462") ) +(myObject (attribute1 "attr81463") ) +(myObject (attribute1 "attr81464") ) +(myObject (attribute1 "attr81465") ) +(myObject (attribute1 "attr81466") ) +(myObject (attribute1 "attr81467") ) +(myObject (attribute1 "attr81468") ) +(myObject (attribute1 "attr81469") ) +(myObject (attribute1 "attr81470") ) +(myObject (attribute1 "attr81471") ) +(myObject (attribute1 "attr81472") ) +(myObject (attribute1 "attr81473") ) +(myObject (attribute1 "attr81474") ) +(myObject (attribute1 "attr81475") ) +(myObject (attribute1 "attr81476") ) +(myObject (attribute1 "attr81477") ) +(myObject (attribute1 "attr81478") ) +(myObject (attribute1 "attr81479") ) +(myObject (attribute1 "attr81480") ) +(myObject (attribute1 "attr81481") ) +(myObject (attribute1 "attr81482") ) +(myObject (attribute1 "attr81483") ) +(myObject (attribute1 "attr81484") ) +(myObject (attribute1 "attr81485") ) +(myObject (attribute1 "attr81486") ) +(myObject (attribute1 "attr81487") ) +(myObject (attribute1 "attr81488") ) +(myObject (attribute1 "attr81489") ) +(myObject (attribute1 "attr81490") ) +(myObject (attribute1 "attr81491") ) +(myObject (attribute1 "attr81492") ) +(myObject (attribute1 "attr81493") ) +(myObject (attribute1 "attr81494") ) +(myObject (attribute1 "attr81495") ) +(myObject (attribute1 "attr81496") ) +(myObject (attribute1 "attr81497") ) +(myObject (attribute1 "attr81498") ) +(myObject (attribute1 "attr81499") ) +(myObject (attribute1 "attr81500") ) +(myObject (attribute1 "attr81501") ) +(myObject (attribute1 "attr81502") ) +(myObject (attribute1 "attr81503") ) +(myObject (attribute1 "attr81504") ) +(myObject (attribute1 "attr81505") ) +(myObject (attribute1 "attr81506") ) +(myObject (attribute1 "attr81507") ) +(myObject (attribute1 "attr81508") ) +(myObject (attribute1 "attr81509") ) +(myObject (attribute1 "attr81510") ) +(myObject (attribute1 "attr81511") ) +(myObject (attribute1 "attr81512") ) +(myObject (attribute1 "attr81513") ) +(myObject (attribute1 "attr81514") ) +(myObject (attribute1 "attr81515") ) +(myObject (attribute1 "attr81516") ) +(myObject (attribute1 "attr81517") ) +(myObject (attribute1 "attr81518") ) +(myObject (attribute1 "attr81519") ) +(myObject (attribute1 "attr81520") ) +(myObject (attribute1 "attr81521") ) +(myObject (attribute1 "attr81522") ) +(myObject (attribute1 "attr81523") ) +(myObject (attribute1 "attr81524") ) +(myObject (attribute1 "attr81525") ) +(myObject (attribute1 "attr81526") ) +(myObject (attribute1 "attr81527") ) +(myObject (attribute1 "attr81528") ) +(myObject (attribute1 "attr81529") ) +(myObject (attribute1 "attr81530") ) +(myObject (attribute1 "attr81531") ) +(myObject (attribute1 "attr81532") ) +(myObject (attribute1 "attr81533") ) +(myObject (attribute1 "attr81534") ) +(myObject (attribute1 "attr81535") ) +(myObject (attribute1 "attr81536") ) +(myObject (attribute1 "attr81537") ) +(myObject (attribute1 "attr81538") ) +(myObject (attribute1 "attr81539") ) +(myObject (attribute1 "attr81540") ) +(myObject (attribute1 "attr81541") ) +(myObject (attribute1 "attr81542") ) +(myObject (attribute1 "attr81543") ) +(myObject (attribute1 "attr81544") ) +(myObject (attribute1 "attr81545") ) +(myObject (attribute1 "attr81546") ) +(myObject (attribute1 "attr81547") ) +(myObject (attribute1 "attr81548") ) +(myObject (attribute1 "attr81549") ) +(myObject (attribute1 "attr81550") ) +(myObject (attribute1 "attr81551") ) +(myObject (attribute1 "attr81552") ) +(myObject (attribute1 "attr81553") ) +(myObject (attribute1 "attr81554") ) +(myObject (attribute1 "attr81555") ) +(myObject (attribute1 "attr81556") ) +(myObject (attribute1 "attr81557") ) +(myObject (attribute1 "attr81558") ) +(myObject (attribute1 "attr81559") ) +(myObject (attribute1 "attr81560") ) +(myObject (attribute1 "attr81561") ) +(myObject (attribute1 "attr81562") ) +(myObject (attribute1 "attr81563") ) +(myObject (attribute1 "attr81564") ) +(myObject (attribute1 "attr81565") ) +(myObject (attribute1 "attr81566") ) +(myObject (attribute1 "attr81567") ) +(myObject (attribute1 "attr81568") ) +(myObject (attribute1 "attr81569") ) +(myObject (attribute1 "attr81570") ) +(myObject (attribute1 "attr81571") ) +(myObject (attribute1 "attr81572") ) +(myObject (attribute1 "attr81573") ) +(myObject (attribute1 "attr81574") ) +(myObject (attribute1 "attr81575") ) +(myObject (attribute1 "attr81576") ) +(myObject (attribute1 "attr81577") ) +(myObject (attribute1 "attr81578") ) +(myObject (attribute1 "attr81579") ) +(myObject (attribute1 "attr81580") ) +(myObject (attribute1 "attr81581") ) +(myObject (attribute1 "attr81582") ) +(myObject (attribute1 "attr81583") ) +(myObject (attribute1 "attr81584") ) +(myObject (attribute1 "attr81585") ) +(myObject (attribute1 "attr81586") ) +(myObject (attribute1 "attr81587") ) +(myObject (attribute1 "attr81588") ) +(myObject (attribute1 "attr81589") ) +(myObject (attribute1 "attr81590") ) +(myObject (attribute1 "attr81591") ) +(myObject (attribute1 "attr81592") ) +(myObject (attribute1 "attr81593") ) +(myObject (attribute1 "attr81594") ) +(myObject (attribute1 "attr81595") ) +(myObject (attribute1 "attr81596") ) +(myObject (attribute1 "attr81597") ) +(myObject (attribute1 "attr81598") ) +(myObject (attribute1 "attr81599") ) +(myObject (attribute1 "attr81600") ) +(myObject (attribute1 "attr81601") ) +(myObject (attribute1 "attr81602") ) +(myObject (attribute1 "attr81603") ) +(myObject (attribute1 "attr81604") ) +(myObject (attribute1 "attr81605") ) +(myObject (attribute1 "attr81606") ) +(myObject (attribute1 "attr81607") ) +(myObject (attribute1 "attr81608") ) +(myObject (attribute1 "attr81609") ) +(myObject (attribute1 "attr81610") ) +(myObject (attribute1 "attr81611") ) +(myObject (attribute1 "attr81612") ) +(myObject (attribute1 "attr81613") ) +(myObject (attribute1 "attr81614") ) +(myObject (attribute1 "attr81615") ) +(myObject (attribute1 "attr81616") ) +(myObject (attribute1 "attr81617") ) +(myObject (attribute1 "attr81618") ) +(myObject (attribute1 "attr81619") ) +(myObject (attribute1 "attr81620") ) +(myObject (attribute1 "attr81621") ) +(myObject (attribute1 "attr81622") ) +(myObject (attribute1 "attr81623") ) +(myObject (attribute1 "attr81624") ) +(myObject (attribute1 "attr81625") ) +(myObject (attribute1 "attr81626") ) +(myObject (attribute1 "attr81627") ) +(myObject (attribute1 "attr81628") ) +(myObject (attribute1 "attr81629") ) +(myObject (attribute1 "attr81630") ) +(myObject (attribute1 "attr81631") ) +(myObject (attribute1 "attr81632") ) +(myObject (attribute1 "attr81633") ) +(myObject (attribute1 "attr81634") ) +(myObject (attribute1 "attr81635") ) +(myObject (attribute1 "attr81636") ) +(myObject (attribute1 "attr81637") ) +(myObject (attribute1 "attr81638") ) +(myObject (attribute1 "attr81639") ) +(myObject (attribute1 "attr81640") ) +(myObject (attribute1 "attr81641") ) +(myObject (attribute1 "attr81642") ) +(myObject (attribute1 "attr81643") ) +(myObject (attribute1 "attr81644") ) +(myObject (attribute1 "attr81645") ) +(myObject (attribute1 "attr81646") ) +(myObject (attribute1 "attr81647") ) +(myObject (attribute1 "attr81648") ) +(myObject (attribute1 "attr81649") ) +(myObject (attribute1 "attr81650") ) +(myObject (attribute1 "attr81651") ) +(myObject (attribute1 "attr81652") ) +(myObject (attribute1 "attr81653") ) +(myObject (attribute1 "attr81654") ) +(myObject (attribute1 "attr81655") ) +(myObject (attribute1 "attr81656") ) +(myObject (attribute1 "attr81657") ) +(myObject (attribute1 "attr81658") ) +(myObject (attribute1 "attr81659") ) +(myObject (attribute1 "attr81660") ) +(myObject (attribute1 "attr81661") ) +(myObject (attribute1 "attr81662") ) +(myObject (attribute1 "attr81663") ) +(myObject (attribute1 "attr81664") ) +(myObject (attribute1 "attr81665") ) +(myObject (attribute1 "attr81666") ) +(myObject (attribute1 "attr81667") ) +(myObject (attribute1 "attr81668") ) +(myObject (attribute1 "attr81669") ) +(myObject (attribute1 "attr81670") ) +(myObject (attribute1 "attr81671") ) +(myObject (attribute1 "attr81672") ) +(myObject (attribute1 "attr81673") ) +(myObject (attribute1 "attr81674") ) +(myObject (attribute1 "attr81675") ) +(myObject (attribute1 "attr81676") ) +(myObject (attribute1 "attr81677") ) +(myObject (attribute1 "attr81678") ) +(myObject (attribute1 "attr81679") ) +(myObject (attribute1 "attr81680") ) +(myObject (attribute1 "attr81681") ) +(myObject (attribute1 "attr81682") ) +(myObject (attribute1 "attr81683") ) +(myObject (attribute1 "attr81684") ) +(myObject (attribute1 "attr81685") ) +(myObject (attribute1 "attr81686") ) +(myObject (attribute1 "attr81687") ) +(myObject (attribute1 "attr81688") ) +(myObject (attribute1 "attr81689") ) +(myObject (attribute1 "attr81690") ) +(myObject (attribute1 "attr81691") ) +(myObject (attribute1 "attr81692") ) +(myObject (attribute1 "attr81693") ) +(myObject (attribute1 "attr81694") ) +(myObject (attribute1 "attr81695") ) +(myObject (attribute1 "attr81696") ) +(myObject (attribute1 "attr81697") ) +(myObject (attribute1 "attr81698") ) +(myObject (attribute1 "attr81699") ) +(myObject (attribute1 "attr81700") ) +(myObject (attribute1 "attr81701") ) +(myObject (attribute1 "attr81702") ) +(myObject (attribute1 "attr81703") ) +(myObject (attribute1 "attr81704") ) +(myObject (attribute1 "attr81705") ) +(myObject (attribute1 "attr81706") ) +(myObject (attribute1 "attr81707") ) +(myObject (attribute1 "attr81708") ) +(myObject (attribute1 "attr81709") ) +(myObject (attribute1 "attr81710") ) +(myObject (attribute1 "attr81711") ) +(myObject (attribute1 "attr81712") ) +(myObject (attribute1 "attr81713") ) +(myObject (attribute1 "attr81714") ) +(myObject (attribute1 "attr81715") ) +(myObject (attribute1 "attr81716") ) +(myObject (attribute1 "attr81717") ) +(myObject (attribute1 "attr81718") ) +(myObject (attribute1 "attr81719") ) +(myObject (attribute1 "attr81720") ) +(myObject (attribute1 "attr81721") ) +(myObject (attribute1 "attr81722") ) +(myObject (attribute1 "attr81723") ) +(myObject (attribute1 "attr81724") ) +(myObject (attribute1 "attr81725") ) +(myObject (attribute1 "attr81726") ) +(myObject (attribute1 "attr81727") ) +(myObject (attribute1 "attr81728") ) +(myObject (attribute1 "attr81729") ) +(myObject (attribute1 "attr81730") ) +(myObject (attribute1 "attr81731") ) +(myObject (attribute1 "attr81732") ) +(myObject (attribute1 "attr81733") ) +(myObject (attribute1 "attr81734") ) +(myObject (attribute1 "attr81735") ) +(myObject (attribute1 "attr81736") ) +(myObject (attribute1 "attr81737") ) +(myObject (attribute1 "attr81738") ) +(myObject (attribute1 "attr81739") ) +(myObject (attribute1 "attr81740") ) +(myObject (attribute1 "attr81741") ) +(myObject (attribute1 "attr81742") ) +(myObject (attribute1 "attr81743") ) +(myObject (attribute1 "attr81744") ) +(myObject (attribute1 "attr81745") ) +(myObject (attribute1 "attr81746") ) +(myObject (attribute1 "attr81747") ) +(myObject (attribute1 "attr81748") ) +(myObject (attribute1 "attr81749") ) +(myObject (attribute1 "attr81750") ) +(myObject (attribute1 "attr81751") ) +(myObject (attribute1 "attr81752") ) +(myObject (attribute1 "attr81753") ) +(myObject (attribute1 "attr81754") ) +(myObject (attribute1 "attr81755") ) +(myObject (attribute1 "attr81756") ) +(myObject (attribute1 "attr81757") ) +(myObject (attribute1 "attr81758") ) +(myObject (attribute1 "attr81759") ) +(myObject (attribute1 "attr81760") ) +(myObject (attribute1 "attr81761") ) +(myObject (attribute1 "attr81762") ) +(myObject (attribute1 "attr81763") ) +(myObject (attribute1 "attr81764") ) +(myObject (attribute1 "attr81765") ) +(myObject (attribute1 "attr81766") ) +(myObject (attribute1 "attr81767") ) +(myObject (attribute1 "attr81768") ) +(myObject (attribute1 "attr81769") ) +(myObject (attribute1 "attr81770") ) +(myObject (attribute1 "attr81771") ) +(myObject (attribute1 "attr81772") ) +(myObject (attribute1 "attr81773") ) +(myObject (attribute1 "attr81774") ) +(myObject (attribute1 "attr81775") ) +(myObject (attribute1 "attr81776") ) +(myObject (attribute1 "attr81777") ) +(myObject (attribute1 "attr81778") ) +(myObject (attribute1 "attr81779") ) +(myObject (attribute1 "attr81780") ) +(myObject (attribute1 "attr81781") ) +(myObject (attribute1 "attr81782") ) +(myObject (attribute1 "attr81783") ) +(myObject (attribute1 "attr81784") ) +(myObject (attribute1 "attr81785") ) +(myObject (attribute1 "attr81786") ) +(myObject (attribute1 "attr81787") ) +(myObject (attribute1 "attr81788") ) +(myObject (attribute1 "attr81789") ) +(myObject (attribute1 "attr81790") ) +(myObject (attribute1 "attr81791") ) +(myObject (attribute1 "attr81792") ) +(myObject (attribute1 "attr81793") ) +(myObject (attribute1 "attr81794") ) +(myObject (attribute1 "attr81795") ) +(myObject (attribute1 "attr81796") ) +(myObject (attribute1 "attr81797") ) +(myObject (attribute1 "attr81798") ) +(myObject (attribute1 "attr81799") ) +(myObject (attribute1 "attr81800") ) +(myObject (attribute1 "attr81801") ) +(myObject (attribute1 "attr81802") ) +(myObject (attribute1 "attr81803") ) +(myObject (attribute1 "attr81804") ) +(myObject (attribute1 "attr81805") ) +(myObject (attribute1 "attr81806") ) +(myObject (attribute1 "attr81807") ) +(myObject (attribute1 "attr81808") ) +(myObject (attribute1 "attr81809") ) +(myObject (attribute1 "attr81810") ) +(myObject (attribute1 "attr81811") ) +(myObject (attribute1 "attr81812") ) +(myObject (attribute1 "attr81813") ) +(myObject (attribute1 "attr81814") ) +(myObject (attribute1 "attr81815") ) +(myObject (attribute1 "attr81816") ) +(myObject (attribute1 "attr81817") ) +(myObject (attribute1 "attr81818") ) +(myObject (attribute1 "attr81819") ) +(myObject (attribute1 "attr81820") ) +(myObject (attribute1 "attr81821") ) +(myObject (attribute1 "attr81822") ) +(myObject (attribute1 "attr81823") ) +(myObject (attribute1 "attr81824") ) +(myObject (attribute1 "attr81825") ) +(myObject (attribute1 "attr81826") ) +(myObject (attribute1 "attr81827") ) +(myObject (attribute1 "attr81828") ) +(myObject (attribute1 "attr81829") ) +(myObject (attribute1 "attr81830") ) +(myObject (attribute1 "attr81831") ) +(myObject (attribute1 "attr81832") ) +(myObject (attribute1 "attr81833") ) +(myObject (attribute1 "attr81834") ) +(myObject (attribute1 "attr81835") ) +(myObject (attribute1 "attr81836") ) +(myObject (attribute1 "attr81837") ) +(myObject (attribute1 "attr81838") ) +(myObject (attribute1 "attr81839") ) +(myObject (attribute1 "attr81840") ) +(myObject (attribute1 "attr81841") ) +(myObject (attribute1 "attr81842") ) +(myObject (attribute1 "attr81843") ) +(myObject (attribute1 "attr81844") ) +(myObject (attribute1 "attr81845") ) +(myObject (attribute1 "attr81846") ) +(myObject (attribute1 "attr81847") ) +(myObject (attribute1 "attr81848") ) +(myObject (attribute1 "attr81849") ) +(myObject (attribute1 "attr81850") ) +(myObject (attribute1 "attr81851") ) +(myObject (attribute1 "attr81852") ) +(myObject (attribute1 "attr81853") ) +(myObject (attribute1 "attr81854") ) +(myObject (attribute1 "attr81855") ) +(myObject (attribute1 "attr81856") ) +(myObject (attribute1 "attr81857") ) +(myObject (attribute1 "attr81858") ) +(myObject (attribute1 "attr81859") ) +(myObject (attribute1 "attr81860") ) +(myObject (attribute1 "attr81861") ) +(myObject (attribute1 "attr81862") ) +(myObject (attribute1 "attr81863") ) +(myObject (attribute1 "attr81864") ) +(myObject (attribute1 "attr81865") ) +(myObject (attribute1 "attr81866") ) +(myObject (attribute1 "attr81867") ) +(myObject (attribute1 "attr81868") ) +(myObject (attribute1 "attr81869") ) +(myObject (attribute1 "attr81870") ) +(myObject (attribute1 "attr81871") ) +(myObject (attribute1 "attr81872") ) +(myObject (attribute1 "attr81873") ) +(myObject (attribute1 "attr81874") ) +(myObject (attribute1 "attr81875") ) +(myObject (attribute1 "attr81876") ) +(myObject (attribute1 "attr81877") ) +(myObject (attribute1 "attr81878") ) +(myObject (attribute1 "attr81879") ) +(myObject (attribute1 "attr81880") ) +(myObject (attribute1 "attr81881") ) +(myObject (attribute1 "attr81882") ) +(myObject (attribute1 "attr81883") ) +(myObject (attribute1 "attr81884") ) +(myObject (attribute1 "attr81885") ) +(myObject (attribute1 "attr81886") ) +(myObject (attribute1 "attr81887") ) +(myObject (attribute1 "attr81888") ) +(myObject (attribute1 "attr81889") ) +(myObject (attribute1 "attr81890") ) +(myObject (attribute1 "attr81891") ) +(myObject (attribute1 "attr81892") ) +(myObject (attribute1 "attr81893") ) +(myObject (attribute1 "attr81894") ) +(myObject (attribute1 "attr81895") ) +(myObject (attribute1 "attr81896") ) +(myObject (attribute1 "attr81897") ) +(myObject (attribute1 "attr81898") ) +(myObject (attribute1 "attr81899") ) +(myObject (attribute1 "attr81900") ) +(myObject (attribute1 "attr81901") ) +(myObject (attribute1 "attr81902") ) +(myObject (attribute1 "attr81903") ) +(myObject (attribute1 "attr81904") ) +(myObject (attribute1 "attr81905") ) +(myObject (attribute1 "attr81906") ) +(myObject (attribute1 "attr81907") ) +(myObject (attribute1 "attr81908") ) +(myObject (attribute1 "attr81909") ) +(myObject (attribute1 "attr81910") ) +(myObject (attribute1 "attr81911") ) +(myObject (attribute1 "attr81912") ) +(myObject (attribute1 "attr81913") ) +(myObject (attribute1 "attr81914") ) +(myObject (attribute1 "attr81915") ) +(myObject (attribute1 "attr81916") ) +(myObject (attribute1 "attr81917") ) +(myObject (attribute1 "attr81918") ) +(myObject (attribute1 "attr81919") ) +(myObject (attribute1 "attr81920") ) +(myObject (attribute1 "attr81921") ) +(myObject (attribute1 "attr81922") ) +(myObject (attribute1 "attr81923") ) +(myObject (attribute1 "attr81924") ) +(myObject (attribute1 "attr81925") ) +(myObject (attribute1 "attr81926") ) +(myObject (attribute1 "attr81927") ) +(myObject (attribute1 "attr81928") ) +(myObject (attribute1 "attr81929") ) +(myObject (attribute1 "attr81930") ) +(myObject (attribute1 "attr81931") ) +(myObject (attribute1 "attr81932") ) +(myObject (attribute1 "attr81933") ) +(myObject (attribute1 "attr81934") ) +(myObject (attribute1 "attr81935") ) +(myObject (attribute1 "attr81936") ) +(myObject (attribute1 "attr81937") ) +(myObject (attribute1 "attr81938") ) +(myObject (attribute1 "attr81939") ) +(myObject (attribute1 "attr81940") ) +(myObject (attribute1 "attr81941") ) +(myObject (attribute1 "attr81942") ) +(myObject (attribute1 "attr81943") ) +(myObject (attribute1 "attr81944") ) +(myObject (attribute1 "attr81945") ) +(myObject (attribute1 "attr81946") ) +(myObject (attribute1 "attr81947") ) +(myObject (attribute1 "attr81948") ) +(myObject (attribute1 "attr81949") ) +(myObject (attribute1 "attr81950") ) +(myObject (attribute1 "attr81951") ) +(myObject (attribute1 "attr81952") ) +(myObject (attribute1 "attr81953") ) +(myObject (attribute1 "attr81954") ) +(myObject (attribute1 "attr81955") ) +(myObject (attribute1 "attr81956") ) +(myObject (attribute1 "attr81957") ) +(myObject (attribute1 "attr81958") ) +(myObject (attribute1 "attr81959") ) +(myObject (attribute1 "attr81960") ) +(myObject (attribute1 "attr81961") ) +(myObject (attribute1 "attr81962") ) +(myObject (attribute1 "attr81963") ) +(myObject (attribute1 "attr81964") ) +(myObject (attribute1 "attr81965") ) +(myObject (attribute1 "attr81966") ) +(myObject (attribute1 "attr81967") ) +(myObject (attribute1 "attr81968") ) +(myObject (attribute1 "attr81969") ) +(myObject (attribute1 "attr81970") ) +(myObject (attribute1 "attr81971") ) +(myObject (attribute1 "attr81972") ) +(myObject (attribute1 "attr81973") ) +(myObject (attribute1 "attr81974") ) +(myObject (attribute1 "attr81975") ) +(myObject (attribute1 "attr81976") ) +(myObject (attribute1 "attr81977") ) +(myObject (attribute1 "attr81978") ) +(myObject (attribute1 "attr81979") ) +(myObject (attribute1 "attr81980") ) +(myObject (attribute1 "attr81981") ) +(myObject (attribute1 "attr81982") ) +(myObject (attribute1 "attr81983") ) +(myObject (attribute1 "attr81984") ) +(myObject (attribute1 "attr81985") ) +(myObject (attribute1 "attr81986") ) +(myObject (attribute1 "attr81987") ) +(myObject (attribute1 "attr81988") ) +(myObject (attribute1 "attr81989") ) +(myObject (attribute1 "attr81990") ) +(myObject (attribute1 "attr81991") ) +(myObject (attribute1 "attr81992") ) +(myObject (attribute1 "attr81993") ) +(myObject (attribute1 "attr81994") ) +(myObject (attribute1 "attr81995") ) +(myObject (attribute1 "attr81996") ) +(myObject (attribute1 "attr81997") ) +(myObject (attribute1 "attr81998") ) +(myObject (attribute1 "attr81999") ) +(myObject (attribute1 "attr82000") ) +(myObject (attribute1 "attr82001") ) +(myObject (attribute1 "attr82002") ) +(myObject (attribute1 "attr82003") ) +(myObject (attribute1 "attr82004") ) +(myObject (attribute1 "attr82005") ) +(myObject (attribute1 "attr82006") ) +(myObject (attribute1 "attr82007") ) +(myObject (attribute1 "attr82008") ) +(myObject (attribute1 "attr82009") ) +(myObject (attribute1 "attr82010") ) +(myObject (attribute1 "attr82011") ) +(myObject (attribute1 "attr82012") ) +(myObject (attribute1 "attr82013") ) +(myObject (attribute1 "attr82014") ) +(myObject (attribute1 "attr82015") ) +(myObject (attribute1 "attr82016") ) +(myObject (attribute1 "attr82017") ) +(myObject (attribute1 "attr82018") ) +(myObject (attribute1 "attr82019") ) +(myObject (attribute1 "attr82020") ) +(myObject (attribute1 "attr82021") ) +(myObject (attribute1 "attr82022") ) +(myObject (attribute1 "attr82023") ) +(myObject (attribute1 "attr82024") ) +(myObject (attribute1 "attr82025") ) +(myObject (attribute1 "attr82026") ) +(myObject (attribute1 "attr82027") ) +(myObject (attribute1 "attr82028") ) +(myObject (attribute1 "attr82029") ) +(myObject (attribute1 "attr82030") ) +(myObject (attribute1 "attr82031") ) +(myObject (attribute1 "attr82032") ) +(myObject (attribute1 "attr82033") ) +(myObject (attribute1 "attr82034") ) +(myObject (attribute1 "attr82035") ) +(myObject (attribute1 "attr82036") ) +(myObject (attribute1 "attr82037") ) +(myObject (attribute1 "attr82038") ) +(myObject (attribute1 "attr82039") ) +(myObject (attribute1 "attr82040") ) +(myObject (attribute1 "attr82041") ) +(myObject (attribute1 "attr82042") ) +(myObject (attribute1 "attr82043") ) +(myObject (attribute1 "attr82044") ) +(myObject (attribute1 "attr82045") ) +(myObject (attribute1 "attr82046") ) +(myObject (attribute1 "attr82047") ) +(myObject (attribute1 "attr82048") ) +(myObject (attribute1 "attr82049") ) +(myObject (attribute1 "attr82050") ) +(myObject (attribute1 "attr82051") ) +(myObject (attribute1 "attr82052") ) +(myObject (attribute1 "attr82053") ) +(myObject (attribute1 "attr82054") ) +(myObject (attribute1 "attr82055") ) +(myObject (attribute1 "attr82056") ) +(myObject (attribute1 "attr82057") ) +(myObject (attribute1 "attr82058") ) +(myObject (attribute1 "attr82059") ) +(myObject (attribute1 "attr82060") ) +(myObject (attribute1 "attr82061") ) +(myObject (attribute1 "attr82062") ) +(myObject (attribute1 "attr82063") ) +(myObject (attribute1 "attr82064") ) +(myObject (attribute1 "attr82065") ) +(myObject (attribute1 "attr82066") ) +(myObject (attribute1 "attr82067") ) +(myObject (attribute1 "attr82068") ) +(myObject (attribute1 "attr82069") ) +(myObject (attribute1 "attr82070") ) +(myObject (attribute1 "attr82071") ) +(myObject (attribute1 "attr82072") ) +(myObject (attribute1 "attr82073") ) +(myObject (attribute1 "attr82074") ) +(myObject (attribute1 "attr82075") ) +(myObject (attribute1 "attr82076") ) +(myObject (attribute1 "attr82077") ) +(myObject (attribute1 "attr82078") ) +(myObject (attribute1 "attr82079") ) +(myObject (attribute1 "attr82080") ) +(myObject (attribute1 "attr82081") ) +(myObject (attribute1 "attr82082") ) +(myObject (attribute1 "attr82083") ) +(myObject (attribute1 "attr82084") ) +(myObject (attribute1 "attr82085") ) +(myObject (attribute1 "attr82086") ) +(myObject (attribute1 "attr82087") ) +(myObject (attribute1 "attr82088") ) +(myObject (attribute1 "attr82089") ) +(myObject (attribute1 "attr82090") ) +(myObject (attribute1 "attr82091") ) +(myObject (attribute1 "attr82092") ) +(myObject (attribute1 "attr82093") ) +(myObject (attribute1 "attr82094") ) +(myObject (attribute1 "attr82095") ) +(myObject (attribute1 "attr82096") ) +(myObject (attribute1 "attr82097") ) +(myObject (attribute1 "attr82098") ) +(myObject (attribute1 "attr82099") ) +(myObject (attribute1 "attr82100") ) +(myObject (attribute1 "attr82101") ) +(myObject (attribute1 "attr82102") ) +(myObject (attribute1 "attr82103") ) +(myObject (attribute1 "attr82104") ) +(myObject (attribute1 "attr82105") ) +(myObject (attribute1 "attr82106") ) +(myObject (attribute1 "attr82107") ) +(myObject (attribute1 "attr82108") ) +(myObject (attribute1 "attr82109") ) +(myObject (attribute1 "attr82110") ) +(myObject (attribute1 "attr82111") ) +(myObject (attribute1 "attr82112") ) +(myObject (attribute1 "attr82113") ) +(myObject (attribute1 "attr82114") ) +(myObject (attribute1 "attr82115") ) +(myObject (attribute1 "attr82116") ) +(myObject (attribute1 "attr82117") ) +(myObject (attribute1 "attr82118") ) +(myObject (attribute1 "attr82119") ) +(myObject (attribute1 "attr82120") ) +(myObject (attribute1 "attr82121") ) +(myObject (attribute1 "attr82122") ) +(myObject (attribute1 "attr82123") ) +(myObject (attribute1 "attr82124") ) +(myObject (attribute1 "attr82125") ) +(myObject (attribute1 "attr82126") ) +(myObject (attribute1 "attr82127") ) +(myObject (attribute1 "attr82128") ) +(myObject (attribute1 "attr82129") ) +(myObject (attribute1 "attr82130") ) +(myObject (attribute1 "attr82131") ) +(myObject (attribute1 "attr82132") ) +(myObject (attribute1 "attr82133") ) +(myObject (attribute1 "attr82134") ) +(myObject (attribute1 "attr82135") ) +(myObject (attribute1 "attr82136") ) +(myObject (attribute1 "attr82137") ) +(myObject (attribute1 "attr82138") ) +(myObject (attribute1 "attr82139") ) +(myObject (attribute1 "attr82140") ) +(myObject (attribute1 "attr82141") ) +(myObject (attribute1 "attr82142") ) +(myObject (attribute1 "attr82143") ) +(myObject (attribute1 "attr82144") ) +(myObject (attribute1 "attr82145") ) +(myObject (attribute1 "attr82146") ) +(myObject (attribute1 "attr82147") ) +(myObject (attribute1 "attr82148") ) +(myObject (attribute1 "attr82149") ) +(myObject (attribute1 "attr82150") ) +(myObject (attribute1 "attr82151") ) +(myObject (attribute1 "attr82152") ) +(myObject (attribute1 "attr82153") ) +(myObject (attribute1 "attr82154") ) +(myObject (attribute1 "attr82155") ) +(myObject (attribute1 "attr82156") ) +(myObject (attribute1 "attr82157") ) +(myObject (attribute1 "attr82158") ) +(myObject (attribute1 "attr82159") ) +(myObject (attribute1 "attr82160") ) +(myObject (attribute1 "attr82161") ) +(myObject (attribute1 "attr82162") ) +(myObject (attribute1 "attr82163") ) +(myObject (attribute1 "attr82164") ) +(myObject (attribute1 "attr82165") ) +(myObject (attribute1 "attr82166") ) +(myObject (attribute1 "attr82167") ) +(myObject (attribute1 "attr82168") ) +(myObject (attribute1 "attr82169") ) +(myObject (attribute1 "attr82170") ) +(myObject (attribute1 "attr82171") ) +(myObject (attribute1 "attr82172") ) +(myObject (attribute1 "attr82173") ) +(myObject (attribute1 "attr82174") ) +(myObject (attribute1 "attr82175") ) +(myObject (attribute1 "attr82176") ) +(myObject (attribute1 "attr82177") ) +(myObject (attribute1 "attr82178") ) +(myObject (attribute1 "attr82179") ) +(myObject (attribute1 "attr82180") ) +(myObject (attribute1 "attr82181") ) +(myObject (attribute1 "attr82182") ) +(myObject (attribute1 "attr82183") ) +(myObject (attribute1 "attr82184") ) +(myObject (attribute1 "attr82185") ) +(myObject (attribute1 "attr82186") ) +(myObject (attribute1 "attr82187") ) +(myObject (attribute1 "attr82188") ) +(myObject (attribute1 "attr82189") ) +(myObject (attribute1 "attr82190") ) +(myObject (attribute1 "attr82191") ) +(myObject (attribute1 "attr82192") ) +(myObject (attribute1 "attr82193") ) +(myObject (attribute1 "attr82194") ) +(myObject (attribute1 "attr82195") ) +(myObject (attribute1 "attr82196") ) +(myObject (attribute1 "attr82197") ) +(myObject (attribute1 "attr82198") ) +(myObject (attribute1 "attr82199") ) +(myObject (attribute1 "attr82200") ) +(myObject (attribute1 "attr82201") ) +(myObject (attribute1 "attr82202") ) +(myObject (attribute1 "attr82203") ) +(myObject (attribute1 "attr82204") ) +(myObject (attribute1 "attr82205") ) +(myObject (attribute1 "attr82206") ) +(myObject (attribute1 "attr82207") ) +(myObject (attribute1 "attr82208") ) +(myObject (attribute1 "attr82209") ) +(myObject (attribute1 "attr82210") ) +(myObject (attribute1 "attr82211") ) +(myObject (attribute1 "attr82212") ) +(myObject (attribute1 "attr82213") ) +(myObject (attribute1 "attr82214") ) +(myObject (attribute1 "attr82215") ) +(myObject (attribute1 "attr82216") ) +(myObject (attribute1 "attr82217") ) +(myObject (attribute1 "attr82218") ) +(myObject (attribute1 "attr82219") ) +(myObject (attribute1 "attr82220") ) +(myObject (attribute1 "attr82221") ) +(myObject (attribute1 "attr82222") ) +(myObject (attribute1 "attr82223") ) +(myObject (attribute1 "attr82224") ) +(myObject (attribute1 "attr82225") ) +(myObject (attribute1 "attr82226") ) +(myObject (attribute1 "attr82227") ) +(myObject (attribute1 "attr82228") ) +(myObject (attribute1 "attr82229") ) +(myObject (attribute1 "attr82230") ) +(myObject (attribute1 "attr82231") ) +(myObject (attribute1 "attr82232") ) +(myObject (attribute1 "attr82233") ) +(myObject (attribute1 "attr82234") ) +(myObject (attribute1 "attr82235") ) +(myObject (attribute1 "attr82236") ) +(myObject (attribute1 "attr82237") ) +(myObject (attribute1 "attr82238") ) +(myObject (attribute1 "attr82239") ) +(myObject (attribute1 "attr82240") ) +(myObject (attribute1 "attr82241") ) +(myObject (attribute1 "attr82242") ) +(myObject (attribute1 "attr82243") ) +(myObject (attribute1 "attr82244") ) +(myObject (attribute1 "attr82245") ) +(myObject (attribute1 "attr82246") ) +(myObject (attribute1 "attr82247") ) +(myObject (attribute1 "attr82248") ) +(myObject (attribute1 "attr82249") ) +(myObject (attribute1 "attr82250") ) +(myObject (attribute1 "attr82251") ) +(myObject (attribute1 "attr82252") ) +(myObject (attribute1 "attr82253") ) +(myObject (attribute1 "attr82254") ) +(myObject (attribute1 "attr82255") ) +(myObject (attribute1 "attr82256") ) +(myObject (attribute1 "attr82257") ) +(myObject (attribute1 "attr82258") ) +(myObject (attribute1 "attr82259") ) +(myObject (attribute1 "attr82260") ) +(myObject (attribute1 "attr82261") ) +(myObject (attribute1 "attr82262") ) +(myObject (attribute1 "attr82263") ) +(myObject (attribute1 "attr82264") ) +(myObject (attribute1 "attr82265") ) +(myObject (attribute1 "attr82266") ) +(myObject (attribute1 "attr82267") ) +(myObject (attribute1 "attr82268") ) +(myObject (attribute1 "attr82269") ) +(myObject (attribute1 "attr82270") ) +(myObject (attribute1 "attr82271") ) +(myObject (attribute1 "attr82272") ) +(myObject (attribute1 "attr82273") ) +(myObject (attribute1 "attr82274") ) +(myObject (attribute1 "attr82275") ) +(myObject (attribute1 "attr82276") ) +(myObject (attribute1 "attr82277") ) +(myObject (attribute1 "attr82278") ) +(myObject (attribute1 "attr82279") ) +(myObject (attribute1 "attr82280") ) +(myObject (attribute1 "attr82281") ) +(myObject (attribute1 "attr82282") ) +(myObject (attribute1 "attr82283") ) +(myObject (attribute1 "attr82284") ) +(myObject (attribute1 "attr82285") ) +(myObject (attribute1 "attr82286") ) +(myObject (attribute1 "attr82287") ) +(myObject (attribute1 "attr82288") ) +(myObject (attribute1 "attr82289") ) +(myObject (attribute1 "attr82290") ) +(myObject (attribute1 "attr82291") ) +(myObject (attribute1 "attr82292") ) +(myObject (attribute1 "attr82293") ) +(myObject (attribute1 "attr82294") ) +(myObject (attribute1 "attr82295") ) +(myObject (attribute1 "attr82296") ) +(myObject (attribute1 "attr82297") ) +(myObject (attribute1 "attr82298") ) +(myObject (attribute1 "attr82299") ) +(myObject (attribute1 "attr82300") ) +(myObject (attribute1 "attr82301") ) +(myObject (attribute1 "attr82302") ) +(myObject (attribute1 "attr82303") ) +(myObject (attribute1 "attr82304") ) +(myObject (attribute1 "attr82305") ) +(myObject (attribute1 "attr82306") ) +(myObject (attribute1 "attr82307") ) +(myObject (attribute1 "attr82308") ) +(myObject (attribute1 "attr82309") ) +(myObject (attribute1 "attr82310") ) +(myObject (attribute1 "attr82311") ) +(myObject (attribute1 "attr82312") ) +(myObject (attribute1 "attr82313") ) +(myObject (attribute1 "attr82314") ) +(myObject (attribute1 "attr82315") ) +(myObject (attribute1 "attr82316") ) +(myObject (attribute1 "attr82317") ) +(myObject (attribute1 "attr82318") ) +(myObject (attribute1 "attr82319") ) +(myObject (attribute1 "attr82320") ) +(myObject (attribute1 "attr82321") ) +(myObject (attribute1 "attr82322") ) +(myObject (attribute1 "attr82323") ) +(myObject (attribute1 "attr82324") ) +(myObject (attribute1 "attr82325") ) +(myObject (attribute1 "attr82326") ) +(myObject (attribute1 "attr82327") ) +(myObject (attribute1 "attr82328") ) +(myObject (attribute1 "attr82329") ) +(myObject (attribute1 "attr82330") ) +(myObject (attribute1 "attr82331") ) +(myObject (attribute1 "attr82332") ) +(myObject (attribute1 "attr82333") ) +(myObject (attribute1 "attr82334") ) +(myObject (attribute1 "attr82335") ) +(myObject (attribute1 "attr82336") ) +(myObject (attribute1 "attr82337") ) +(myObject (attribute1 "attr82338") ) +(myObject (attribute1 "attr82339") ) +(myObject (attribute1 "attr82340") ) +(myObject (attribute1 "attr82341") ) +(myObject (attribute1 "attr82342") ) +(myObject (attribute1 "attr82343") ) +(myObject (attribute1 "attr82344") ) +(myObject (attribute1 "attr82345") ) +(myObject (attribute1 "attr82346") ) +(myObject (attribute1 "attr82347") ) +(myObject (attribute1 "attr82348") ) +(myObject (attribute1 "attr82349") ) +(myObject (attribute1 "attr82350") ) +(myObject (attribute1 "attr82351") ) +(myObject (attribute1 "attr82352") ) +(myObject (attribute1 "attr82353") ) +(myObject (attribute1 "attr82354") ) +(myObject (attribute1 "attr82355") ) +(myObject (attribute1 "attr82356") ) +(myObject (attribute1 "attr82357") ) +(myObject (attribute1 "attr82358") ) +(myObject (attribute1 "attr82359") ) +(myObject (attribute1 "attr82360") ) +(myObject (attribute1 "attr82361") ) +(myObject (attribute1 "attr82362") ) +(myObject (attribute1 "attr82363") ) +(myObject (attribute1 "attr82364") ) +(myObject (attribute1 "attr82365") ) +(myObject (attribute1 "attr82366") ) +(myObject (attribute1 "attr82367") ) +(myObject (attribute1 "attr82368") ) +(myObject (attribute1 "attr82369") ) +(myObject (attribute1 "attr82370") ) +(myObject (attribute1 "attr82371") ) +(myObject (attribute1 "attr82372") ) +(myObject (attribute1 "attr82373") ) +(myObject (attribute1 "attr82374") ) +(myObject (attribute1 "attr82375") ) +(myObject (attribute1 "attr82376") ) +(myObject (attribute1 "attr82377") ) +(myObject (attribute1 "attr82378") ) +(myObject (attribute1 "attr82379") ) +(myObject (attribute1 "attr82380") ) +(myObject (attribute1 "attr82381") ) +(myObject (attribute1 "attr82382") ) +(myObject (attribute1 "attr82383") ) +(myObject (attribute1 "attr82384") ) +(myObject (attribute1 "attr82385") ) +(myObject (attribute1 "attr82386") ) +(myObject (attribute1 "attr82387") ) +(myObject (attribute1 "attr82388") ) +(myObject (attribute1 "attr82389") ) +(myObject (attribute1 "attr82390") ) +(myObject (attribute1 "attr82391") ) +(myObject (attribute1 "attr82392") ) +(myObject (attribute1 "attr82393") ) +(myObject (attribute1 "attr82394") ) +(myObject (attribute1 "attr82395") ) +(myObject (attribute1 "attr82396") ) +(myObject (attribute1 "attr82397") ) +(myObject (attribute1 "attr82398") ) +(myObject (attribute1 "attr82399") ) +(myObject (attribute1 "attr82400") ) +(myObject (attribute1 "attr82401") ) +(myObject (attribute1 "attr82402") ) +(myObject (attribute1 "attr82403") ) +(myObject (attribute1 "attr82404") ) +(myObject (attribute1 "attr82405") ) +(myObject (attribute1 "attr82406") ) +(myObject (attribute1 "attr82407") ) +(myObject (attribute1 "attr82408") ) +(myObject (attribute1 "attr82409") ) +(myObject (attribute1 "attr82410") ) +(myObject (attribute1 "attr82411") ) +(myObject (attribute1 "attr82412") ) +(myObject (attribute1 "attr82413") ) +(myObject (attribute1 "attr82414") ) +(myObject (attribute1 "attr82415") ) +(myObject (attribute1 "attr82416") ) +(myObject (attribute1 "attr82417") ) +(myObject (attribute1 "attr82418") ) +(myObject (attribute1 "attr82419") ) +(myObject (attribute1 "attr82420") ) +(myObject (attribute1 "attr82421") ) +(myObject (attribute1 "attr82422") ) +(myObject (attribute1 "attr82423") ) +(myObject (attribute1 "attr82424") ) +(myObject (attribute1 "attr82425") ) +(myObject (attribute1 "attr82426") ) +(myObject (attribute1 "attr82427") ) +(myObject (attribute1 "attr82428") ) +(myObject (attribute1 "attr82429") ) +(myObject (attribute1 "attr82430") ) +(myObject (attribute1 "attr82431") ) +(myObject (attribute1 "attr82432") ) +(myObject (attribute1 "attr82433") ) +(myObject (attribute1 "attr82434") ) +(myObject (attribute1 "attr82435") ) +(myObject (attribute1 "attr82436") ) +(myObject (attribute1 "attr82437") ) +(myObject (attribute1 "attr82438") ) +(myObject (attribute1 "attr82439") ) +(myObject (attribute1 "attr82440") ) +(myObject (attribute1 "attr82441") ) +(myObject (attribute1 "attr82442") ) +(myObject (attribute1 "attr82443") ) +(myObject (attribute1 "attr82444") ) +(myObject (attribute1 "attr82445") ) +(myObject (attribute1 "attr82446") ) +(myObject (attribute1 "attr82447") ) +(myObject (attribute1 "attr82448") ) +(myObject (attribute1 "attr82449") ) +(myObject (attribute1 "attr82450") ) +(myObject (attribute1 "attr82451") ) +(myObject (attribute1 "attr82452") ) +(myObject (attribute1 "attr82453") ) +(myObject (attribute1 "attr82454") ) +(myObject (attribute1 "attr82455") ) +(myObject (attribute1 "attr82456") ) +(myObject (attribute1 "attr82457") ) +(myObject (attribute1 "attr82458") ) +(myObject (attribute1 "attr82459") ) +(myObject (attribute1 "attr82460") ) +(myObject (attribute1 "attr82461") ) +(myObject (attribute1 "attr82462") ) +(myObject (attribute1 "attr82463") ) +(myObject (attribute1 "attr82464") ) +(myObject (attribute1 "attr82465") ) +(myObject (attribute1 "attr82466") ) +(myObject (attribute1 "attr82467") ) +(myObject (attribute1 "attr82468") ) +(myObject (attribute1 "attr82469") ) +(myObject (attribute1 "attr82470") ) +(myObject (attribute1 "attr82471") ) +(myObject (attribute1 "attr82472") ) +(myObject (attribute1 "attr82473") ) +(myObject (attribute1 "attr82474") ) +(myObject (attribute1 "attr82475") ) +(myObject (attribute1 "attr82476") ) +(myObject (attribute1 "attr82477") ) +(myObject (attribute1 "attr82478") ) +(myObject (attribute1 "attr82479") ) +(myObject (attribute1 "attr82480") ) +(myObject (attribute1 "attr82481") ) +(myObject (attribute1 "attr82482") ) +(myObject (attribute1 "attr82483") ) +(myObject (attribute1 "attr82484") ) +(myObject (attribute1 "attr82485") ) +(myObject (attribute1 "attr82486") ) +(myObject (attribute1 "attr82487") ) +(myObject (attribute1 "attr82488") ) +(myObject (attribute1 "attr82489") ) +(myObject (attribute1 "attr82490") ) +(myObject (attribute1 "attr82491") ) +(myObject (attribute1 "attr82492") ) +(myObject (attribute1 "attr82493") ) +(myObject (attribute1 "attr82494") ) +(myObject (attribute1 "attr82495") ) +(myObject (attribute1 "attr82496") ) +(myObject (attribute1 "attr82497") ) +(myObject (attribute1 "attr82498") ) +(myObject (attribute1 "attr82499") ) +(myObject (attribute1 "attr82500") ) +(myObject (attribute1 "attr82501") ) +(myObject (attribute1 "attr82502") ) +(myObject (attribute1 "attr82503") ) +(myObject (attribute1 "attr82504") ) +(myObject (attribute1 "attr82505") ) +(myObject (attribute1 "attr82506") ) +(myObject (attribute1 "attr82507") ) +(myObject (attribute1 "attr82508") ) +(myObject (attribute1 "attr82509") ) +(myObject (attribute1 "attr82510") ) +(myObject (attribute1 "attr82511") ) +(myObject (attribute1 "attr82512") ) +(myObject (attribute1 "attr82513") ) +(myObject (attribute1 "attr82514") ) +(myObject (attribute1 "attr82515") ) +(myObject (attribute1 "attr82516") ) +(myObject (attribute1 "attr82517") ) +(myObject (attribute1 "attr82518") ) +(myObject (attribute1 "attr82519") ) +(myObject (attribute1 "attr82520") ) +(myObject (attribute1 "attr82521") ) +(myObject (attribute1 "attr82522") ) +(myObject (attribute1 "attr82523") ) +(myObject (attribute1 "attr82524") ) +(myObject (attribute1 "attr82525") ) +(myObject (attribute1 "attr82526") ) +(myObject (attribute1 "attr82527") ) +(myObject (attribute1 "attr82528") ) +(myObject (attribute1 "attr82529") ) +(myObject (attribute1 "attr82530") ) +(myObject (attribute1 "attr82531") ) +(myObject (attribute1 "attr82532") ) +(myObject (attribute1 "attr82533") ) +(myObject (attribute1 "attr82534") ) +(myObject (attribute1 "attr82535") ) +(myObject (attribute1 "attr82536") ) +(myObject (attribute1 "attr82537") ) +(myObject (attribute1 "attr82538") ) +(myObject (attribute1 "attr82539") ) +(myObject (attribute1 "attr82540") ) +(myObject (attribute1 "attr82541") ) +(myObject (attribute1 "attr82542") ) +(myObject (attribute1 "attr82543") ) +(myObject (attribute1 "attr82544") ) +(myObject (attribute1 "attr82545") ) +(myObject (attribute1 "attr82546") ) +(myObject (attribute1 "attr82547") ) +(myObject (attribute1 "attr82548") ) +(myObject (attribute1 "attr82549") ) +(myObject (attribute1 "attr82550") ) +(myObject (attribute1 "attr82551") ) +(myObject (attribute1 "attr82552") ) +(myObject (attribute1 "attr82553") ) +(myObject (attribute1 "attr82554") ) +(myObject (attribute1 "attr82555") ) +(myObject (attribute1 "attr82556") ) +(myObject (attribute1 "attr82557") ) +(myObject (attribute1 "attr82558") ) +(myObject (attribute1 "attr82559") ) +(myObject (attribute1 "attr82560") ) +(myObject (attribute1 "attr82561") ) +(myObject (attribute1 "attr82562") ) +(myObject (attribute1 "attr82563") ) +(myObject (attribute1 "attr82564") ) +(myObject (attribute1 "attr82565") ) +(myObject (attribute1 "attr82566") ) +(myObject (attribute1 "attr82567") ) +(myObject (attribute1 "attr82568") ) +(myObject (attribute1 "attr82569") ) +(myObject (attribute1 "attr82570") ) +(myObject (attribute1 "attr82571") ) +(myObject (attribute1 "attr82572") ) +(myObject (attribute1 "attr82573") ) +(myObject (attribute1 "attr82574") ) +(myObject (attribute1 "attr82575") ) +(myObject (attribute1 "attr82576") ) +(myObject (attribute1 "attr82577") ) +(myObject (attribute1 "attr82578") ) +(myObject (attribute1 "attr82579") ) +(myObject (attribute1 "attr82580") ) +(myObject (attribute1 "attr82581") ) +(myObject (attribute1 "attr82582") ) +(myObject (attribute1 "attr82583") ) +(myObject (attribute1 "attr82584") ) +(myObject (attribute1 "attr82585") ) +(myObject (attribute1 "attr82586") ) +(myObject (attribute1 "attr82587") ) +(myObject (attribute1 "attr82588") ) +(myObject (attribute1 "attr82589") ) +(myObject (attribute1 "attr82590") ) +(myObject (attribute1 "attr82591") ) +(myObject (attribute1 "attr82592") ) +(myObject (attribute1 "attr82593") ) +(myObject (attribute1 "attr82594") ) +(myObject (attribute1 "attr82595") ) +(myObject (attribute1 "attr82596") ) +(myObject (attribute1 "attr82597") ) +(myObject (attribute1 "attr82598") ) +(myObject (attribute1 "attr82599") ) +(myObject (attribute1 "attr82600") ) +(myObject (attribute1 "attr82601") ) +(myObject (attribute1 "attr82602") ) +(myObject (attribute1 "attr82603") ) +(myObject (attribute1 "attr82604") ) +(myObject (attribute1 "attr82605") ) +(myObject (attribute1 "attr82606") ) +(myObject (attribute1 "attr82607") ) +(myObject (attribute1 "attr82608") ) +(myObject (attribute1 "attr82609") ) +(myObject (attribute1 "attr82610") ) +(myObject (attribute1 "attr82611") ) +(myObject (attribute1 "attr82612") ) +(myObject (attribute1 "attr82613") ) +(myObject (attribute1 "attr82614") ) +(myObject (attribute1 "attr82615") ) +(myObject (attribute1 "attr82616") ) +(myObject (attribute1 "attr82617") ) +(myObject (attribute1 "attr82618") ) +(myObject (attribute1 "attr82619") ) +(myObject (attribute1 "attr82620") ) +(myObject (attribute1 "attr82621") ) +(myObject (attribute1 "attr82622") ) +(myObject (attribute1 "attr82623") ) +(myObject (attribute1 "attr82624") ) +(myObject (attribute1 "attr82625") ) +(myObject (attribute1 "attr82626") ) +(myObject (attribute1 "attr82627") ) +(myObject (attribute1 "attr82628") ) +(myObject (attribute1 "attr82629") ) +(myObject (attribute1 "attr82630") ) +(myObject (attribute1 "attr82631") ) +(myObject (attribute1 "attr82632") ) +(myObject (attribute1 "attr82633") ) +(myObject (attribute1 "attr82634") ) +(myObject (attribute1 "attr82635") ) +(myObject (attribute1 "attr82636") ) +(myObject (attribute1 "attr82637") ) +(myObject (attribute1 "attr82638") ) +(myObject (attribute1 "attr82639") ) +(myObject (attribute1 "attr82640") ) +(myObject (attribute1 "attr82641") ) +(myObject (attribute1 "attr82642") ) +(myObject (attribute1 "attr82643") ) +(myObject (attribute1 "attr82644") ) +(myObject (attribute1 "attr82645") ) +(myObject (attribute1 "attr82646") ) +(myObject (attribute1 "attr82647") ) +(myObject (attribute1 "attr82648") ) +(myObject (attribute1 "attr82649") ) +(myObject (attribute1 "attr82650") ) +(myObject (attribute1 "attr82651") ) +(myObject (attribute1 "attr82652") ) +(myObject (attribute1 "attr82653") ) +(myObject (attribute1 "attr82654") ) +(myObject (attribute1 "attr82655") ) +(myObject (attribute1 "attr82656") ) +(myObject (attribute1 "attr82657") ) +(myObject (attribute1 "attr82658") ) +(myObject (attribute1 "attr82659") ) +(myObject (attribute1 "attr82660") ) +(myObject (attribute1 "attr82661") ) +(myObject (attribute1 "attr82662") ) +(myObject (attribute1 "attr82663") ) +(myObject (attribute1 "attr82664") ) +(myObject (attribute1 "attr82665") ) +(myObject (attribute1 "attr82666") ) +(myObject (attribute1 "attr82667") ) +(myObject (attribute1 "attr82668") ) +(myObject (attribute1 "attr82669") ) +(myObject (attribute1 "attr82670") ) +(myObject (attribute1 "attr82671") ) +(myObject (attribute1 "attr82672") ) +(myObject (attribute1 "attr82673") ) +(myObject (attribute1 "attr82674") ) +(myObject (attribute1 "attr82675") ) +(myObject (attribute1 "attr82676") ) +(myObject (attribute1 "attr82677") ) +(myObject (attribute1 "attr82678") ) +(myObject (attribute1 "attr82679") ) +(myObject (attribute1 "attr82680") ) +(myObject (attribute1 "attr82681") ) +(myObject (attribute1 "attr82682") ) +(myObject (attribute1 "attr82683") ) +(myObject (attribute1 "attr82684") ) +(myObject (attribute1 "attr82685") ) +(myObject (attribute1 "attr82686") ) +(myObject (attribute1 "attr82687") ) +(myObject (attribute1 "attr82688") ) +(myObject (attribute1 "attr82689") ) +(myObject (attribute1 "attr82690") ) +(myObject (attribute1 "attr82691") ) +(myObject (attribute1 "attr82692") ) +(myObject (attribute1 "attr82693") ) +(myObject (attribute1 "attr82694") ) +(myObject (attribute1 "attr82695") ) +(myObject (attribute1 "attr82696") ) +(myObject (attribute1 "attr82697") ) +(myObject (attribute1 "attr82698") ) +(myObject (attribute1 "attr82699") ) +(myObject (attribute1 "attr82700") ) +(myObject (attribute1 "attr82701") ) +(myObject (attribute1 "attr82702") ) +(myObject (attribute1 "attr82703") ) +(myObject (attribute1 "attr82704") ) +(myObject (attribute1 "attr82705") ) +(myObject (attribute1 "attr82706") ) +(myObject (attribute1 "attr82707") ) +(myObject (attribute1 "attr82708") ) +(myObject (attribute1 "attr82709") ) +(myObject (attribute1 "attr82710") ) +(myObject (attribute1 "attr82711") ) +(myObject (attribute1 "attr82712") ) +(myObject (attribute1 "attr82713") ) +(myObject (attribute1 "attr82714") ) +(myObject (attribute1 "attr82715") ) +(myObject (attribute1 "attr82716") ) +(myObject (attribute1 "attr82717") ) +(myObject (attribute1 "attr82718") ) +(myObject (attribute1 "attr82719") ) +(myObject (attribute1 "attr82720") ) +(myObject (attribute1 "attr82721") ) +(myObject (attribute1 "attr82722") ) +(myObject (attribute1 "attr82723") ) +(myObject (attribute1 "attr82724") ) +(myObject (attribute1 "attr82725") ) +(myObject (attribute1 "attr82726") ) +(myObject (attribute1 "attr82727") ) +(myObject (attribute1 "attr82728") ) +(myObject (attribute1 "attr82729") ) +(myObject (attribute1 "attr82730") ) +(myObject (attribute1 "attr82731") ) +(myObject (attribute1 "attr82732") ) +(myObject (attribute1 "attr82733") ) +(myObject (attribute1 "attr82734") ) +(myObject (attribute1 "attr82735") ) +(myObject (attribute1 "attr82736") ) +(myObject (attribute1 "attr82737") ) +(myObject (attribute1 "attr82738") ) +(myObject (attribute1 "attr82739") ) +(myObject (attribute1 "attr82740") ) +(myObject (attribute1 "attr82741") ) +(myObject (attribute1 "attr82742") ) +(myObject (attribute1 "attr82743") ) +(myObject (attribute1 "attr82744") ) +(myObject (attribute1 "attr82745") ) +(myObject (attribute1 "attr82746") ) +(myObject (attribute1 "attr82747") ) +(myObject (attribute1 "attr82748") ) +(myObject (attribute1 "attr82749") ) +(myObject (attribute1 "attr82750") ) +(myObject (attribute1 "attr82751") ) +(myObject (attribute1 "attr82752") ) +(myObject (attribute1 "attr82753") ) +(myObject (attribute1 "attr82754") ) +(myObject (attribute1 "attr82755") ) +(myObject (attribute1 "attr82756") ) +(myObject (attribute1 "attr82757") ) +(myObject (attribute1 "attr82758") ) +(myObject (attribute1 "attr82759") ) +(myObject (attribute1 "attr82760") ) +(myObject (attribute1 "attr82761") ) +(myObject (attribute1 "attr82762") ) +(myObject (attribute1 "attr82763") ) +(myObject (attribute1 "attr82764") ) +(myObject (attribute1 "attr82765") ) +(myObject (attribute1 "attr82766") ) +(myObject (attribute1 "attr82767") ) +(myObject (attribute1 "attr82768") ) +(myObject (attribute1 "attr82769") ) +(myObject (attribute1 "attr82770") ) +(myObject (attribute1 "attr82771") ) +(myObject (attribute1 "attr82772") ) +(myObject (attribute1 "attr82773") ) +(myObject (attribute1 "attr82774") ) +(myObject (attribute1 "attr82775") ) +(myObject (attribute1 "attr82776") ) +(myObject (attribute1 "attr82777") ) +(myObject (attribute1 "attr82778") ) +(myObject (attribute1 "attr82779") ) +(myObject (attribute1 "attr82780") ) +(myObject (attribute1 "attr82781") ) +(myObject (attribute1 "attr82782") ) +(myObject (attribute1 "attr82783") ) +(myObject (attribute1 "attr82784") ) +(myObject (attribute1 "attr82785") ) +(myObject (attribute1 "attr82786") ) +(myObject (attribute1 "attr82787") ) +(myObject (attribute1 "attr82788") ) +(myObject (attribute1 "attr82789") ) +(myObject (attribute1 "attr82790") ) +(myObject (attribute1 "attr82791") ) +(myObject (attribute1 "attr82792") ) +(myObject (attribute1 "attr82793") ) +(myObject (attribute1 "attr82794") ) +(myObject (attribute1 "attr82795") ) +(myObject (attribute1 "attr82796") ) +(myObject (attribute1 "attr82797") ) +(myObject (attribute1 "attr82798") ) +(myObject (attribute1 "attr82799") ) +(myObject (attribute1 "attr82800") ) +(myObject (attribute1 "attr82801") ) +(myObject (attribute1 "attr82802") ) +(myObject (attribute1 "attr82803") ) +(myObject (attribute1 "attr82804") ) +(myObject (attribute1 "attr82805") ) +(myObject (attribute1 "attr82806") ) +(myObject (attribute1 "attr82807") ) +(myObject (attribute1 "attr82808") ) +(myObject (attribute1 "attr82809") ) +(myObject (attribute1 "attr82810") ) +(myObject (attribute1 "attr82811") ) +(myObject (attribute1 "attr82812") ) +(myObject (attribute1 "attr82813") ) +(myObject (attribute1 "attr82814") ) +(myObject (attribute1 "attr82815") ) +(myObject (attribute1 "attr82816") ) +(myObject (attribute1 "attr82817") ) +(myObject (attribute1 "attr82818") ) +(myObject (attribute1 "attr82819") ) +(myObject (attribute1 "attr82820") ) +(myObject (attribute1 "attr82821") ) +(myObject (attribute1 "attr82822") ) +(myObject (attribute1 "attr82823") ) +(myObject (attribute1 "attr82824") ) +(myObject (attribute1 "attr82825") ) +(myObject (attribute1 "attr82826") ) +(myObject (attribute1 "attr82827") ) +(myObject (attribute1 "attr82828") ) +(myObject (attribute1 "attr82829") ) +(myObject (attribute1 "attr82830") ) +(myObject (attribute1 "attr82831") ) +(myObject (attribute1 "attr82832") ) +(myObject (attribute1 "attr82833") ) +(myObject (attribute1 "attr82834") ) +(myObject (attribute1 "attr82835") ) +(myObject (attribute1 "attr82836") ) +(myObject (attribute1 "attr82837") ) +(myObject (attribute1 "attr82838") ) +(myObject (attribute1 "attr82839") ) +(myObject (attribute1 "attr82840") ) +(myObject (attribute1 "attr82841") ) +(myObject (attribute1 "attr82842") ) +(myObject (attribute1 "attr82843") ) +(myObject (attribute1 "attr82844") ) +(myObject (attribute1 "attr82845") ) +(myObject (attribute1 "attr82846") ) +(myObject (attribute1 "attr82847") ) +(myObject (attribute1 "attr82848") ) +(myObject (attribute1 "attr82849") ) +(myObject (attribute1 "attr82850") ) +(myObject (attribute1 "attr82851") ) +(myObject (attribute1 "attr82852") ) +(myObject (attribute1 "attr82853") ) +(myObject (attribute1 "attr82854") ) +(myObject (attribute1 "attr82855") ) +(myObject (attribute1 "attr82856") ) +(myObject (attribute1 "attr82857") ) +(myObject (attribute1 "attr82858") ) +(myObject (attribute1 "attr82859") ) +(myObject (attribute1 "attr82860") ) +(myObject (attribute1 "attr82861") ) +(myObject (attribute1 "attr82862") ) +(myObject (attribute1 "attr82863") ) +(myObject (attribute1 "attr82864") ) +(myObject (attribute1 "attr82865") ) +(myObject (attribute1 "attr82866") ) +(myObject (attribute1 "attr82867") ) +(myObject (attribute1 "attr82868") ) +(myObject (attribute1 "attr82869") ) +(myObject (attribute1 "attr82870") ) +(myObject (attribute1 "attr82871") ) +(myObject (attribute1 "attr82872") ) +(myObject (attribute1 "attr82873") ) +(myObject (attribute1 "attr82874") ) +(myObject (attribute1 "attr82875") ) +(myObject (attribute1 "attr82876") ) +(myObject (attribute1 "attr82877") ) +(myObject (attribute1 "attr82878") ) +(myObject (attribute1 "attr82879") ) +(myObject (attribute1 "attr82880") ) +(myObject (attribute1 "attr82881") ) +(myObject (attribute1 "attr82882") ) +(myObject (attribute1 "attr82883") ) +(myObject (attribute1 "attr82884") ) +(myObject (attribute1 "attr82885") ) +(myObject (attribute1 "attr82886") ) +(myObject (attribute1 "attr82887") ) +(myObject (attribute1 "attr82888") ) +(myObject (attribute1 "attr82889") ) +(myObject (attribute1 "attr82890") ) +(myObject (attribute1 "attr82891") ) +(myObject (attribute1 "attr82892") ) +(myObject (attribute1 "attr82893") ) +(myObject (attribute1 "attr82894") ) +(myObject (attribute1 "attr82895") ) +(myObject (attribute1 "attr82896") ) +(myObject (attribute1 "attr82897") ) +(myObject (attribute1 "attr82898") ) +(myObject (attribute1 "attr82899") ) +(myObject (attribute1 "attr82900") ) +(myObject (attribute1 "attr82901") ) +(myObject (attribute1 "attr82902") ) +(myObject (attribute1 "attr82903") ) +(myObject (attribute1 "attr82904") ) +(myObject (attribute1 "attr82905") ) +(myObject (attribute1 "attr82906") ) +(myObject (attribute1 "attr82907") ) +(myObject (attribute1 "attr82908") ) +(myObject (attribute1 "attr82909") ) +(myObject (attribute1 "attr82910") ) +(myObject (attribute1 "attr82911") ) +(myObject (attribute1 "attr82912") ) +(myObject (attribute1 "attr82913") ) +(myObject (attribute1 "attr82914") ) +(myObject (attribute1 "attr82915") ) +(myObject (attribute1 "attr82916") ) +(myObject (attribute1 "attr82917") ) +(myObject (attribute1 "attr82918") ) +(myObject (attribute1 "attr82919") ) +(myObject (attribute1 "attr82920") ) +(myObject (attribute1 "attr82921") ) +(myObject (attribute1 "attr82922") ) +(myObject (attribute1 "attr82923") ) +(myObject (attribute1 "attr82924") ) +(myObject (attribute1 "attr82925") ) +(myObject (attribute1 "attr82926") ) +(myObject (attribute1 "attr82927") ) +(myObject (attribute1 "attr82928") ) +(myObject (attribute1 "attr82929") ) +(myObject (attribute1 "attr82930") ) +(myObject (attribute1 "attr82931") ) +(myObject (attribute1 "attr82932") ) +(myObject (attribute1 "attr82933") ) +(myObject (attribute1 "attr82934") ) +(myObject (attribute1 "attr82935") ) +(myObject (attribute1 "attr82936") ) +(myObject (attribute1 "attr82937") ) +(myObject (attribute1 "attr82938") ) +(myObject (attribute1 "attr82939") ) +(myObject (attribute1 "attr82940") ) +(myObject (attribute1 "attr82941") ) +(myObject (attribute1 "attr82942") ) +(myObject (attribute1 "attr82943") ) +(myObject (attribute1 "attr82944") ) +(myObject (attribute1 "attr82945") ) +(myObject (attribute1 "attr82946") ) +(myObject (attribute1 "attr82947") ) +(myObject (attribute1 "attr82948") ) +(myObject (attribute1 "attr82949") ) +(myObject (attribute1 "attr82950") ) +(myObject (attribute1 "attr82951") ) +(myObject (attribute1 "attr82952") ) +(myObject (attribute1 "attr82953") ) +(myObject (attribute1 "attr82954") ) +(myObject (attribute1 "attr82955") ) +(myObject (attribute1 "attr82956") ) +(myObject (attribute1 "attr82957") ) +(myObject (attribute1 "attr82958") ) +(myObject (attribute1 "attr82959") ) +(myObject (attribute1 "attr82960") ) +(myObject (attribute1 "attr82961") ) +(myObject (attribute1 "attr82962") ) +(myObject (attribute1 "attr82963") ) +(myObject (attribute1 "attr82964") ) +(myObject (attribute1 "attr82965") ) +(myObject (attribute1 "attr82966") ) +(myObject (attribute1 "attr82967") ) +(myObject (attribute1 "attr82968") ) +(myObject (attribute1 "attr82969") ) +(myObject (attribute1 "attr82970") ) +(myObject (attribute1 "attr82971") ) +(myObject (attribute1 "attr82972") ) +(myObject (attribute1 "attr82973") ) +(myObject (attribute1 "attr82974") ) +(myObject (attribute1 "attr82975") ) +(myObject (attribute1 "attr82976") ) +(myObject (attribute1 "attr82977") ) +(myObject (attribute1 "attr82978") ) +(myObject (attribute1 "attr82979") ) +(myObject (attribute1 "attr82980") ) +(myObject (attribute1 "attr82981") ) +(myObject (attribute1 "attr82982") ) +(myObject (attribute1 "attr82983") ) +(myObject (attribute1 "attr82984") ) +(myObject (attribute1 "attr82985") ) +(myObject (attribute1 "attr82986") ) +(myObject (attribute1 "attr82987") ) +(myObject (attribute1 "attr82988") ) +(myObject (attribute1 "attr82989") ) +(myObject (attribute1 "attr82990") ) +(myObject (attribute1 "attr82991") ) +(myObject (attribute1 "attr82992") ) +(myObject (attribute1 "attr82993") ) +(myObject (attribute1 "attr82994") ) +(myObject (attribute1 "attr82995") ) +(myObject (attribute1 "attr82996") ) +(myObject (attribute1 "attr82997") ) +(myObject (attribute1 "attr82998") ) +(myObject (attribute1 "attr82999") ) +(myObject (attribute1 "attr83000") ) +(myObject (attribute1 "attr83001") ) +(myObject (attribute1 "attr83002") ) +(myObject (attribute1 "attr83003") ) +(myObject (attribute1 "attr83004") ) +(myObject (attribute1 "attr83005") ) +(myObject (attribute1 "attr83006") ) +(myObject (attribute1 "attr83007") ) +(myObject (attribute1 "attr83008") ) +(myObject (attribute1 "attr83009") ) +(myObject (attribute1 "attr83010") ) +(myObject (attribute1 "attr83011") ) +(myObject (attribute1 "attr83012") ) +(myObject (attribute1 "attr83013") ) +(myObject (attribute1 "attr83014") ) +(myObject (attribute1 "attr83015") ) +(myObject (attribute1 "attr83016") ) +(myObject (attribute1 "attr83017") ) +(myObject (attribute1 "attr83018") ) +(myObject (attribute1 "attr83019") ) +(myObject (attribute1 "attr83020") ) +(myObject (attribute1 "attr83021") ) +(myObject (attribute1 "attr83022") ) +(myObject (attribute1 "attr83023") ) +(myObject (attribute1 "attr83024") ) +(myObject (attribute1 "attr83025") ) +(myObject (attribute1 "attr83026") ) +(myObject (attribute1 "attr83027") ) +(myObject (attribute1 "attr83028") ) +(myObject (attribute1 "attr83029") ) +(myObject (attribute1 "attr83030") ) +(myObject (attribute1 "attr83031") ) +(myObject (attribute1 "attr83032") ) +(myObject (attribute1 "attr83033") ) +(myObject (attribute1 "attr83034") ) +(myObject (attribute1 "attr83035") ) +(myObject (attribute1 "attr83036") ) +(myObject (attribute1 "attr83037") ) +(myObject (attribute1 "attr83038") ) +(myObject (attribute1 "attr83039") ) +(myObject (attribute1 "attr83040") ) +(myObject (attribute1 "attr83041") ) +(myObject (attribute1 "attr83042") ) +(myObject (attribute1 "attr83043") ) +(myObject (attribute1 "attr83044") ) +(myObject (attribute1 "attr83045") ) +(myObject (attribute1 "attr83046") ) +(myObject (attribute1 "attr83047") ) +(myObject (attribute1 "attr83048") ) +(myObject (attribute1 "attr83049") ) +(myObject (attribute1 "attr83050") ) +(myObject (attribute1 "attr83051") ) +(myObject (attribute1 "attr83052") ) +(myObject (attribute1 "attr83053") ) +(myObject (attribute1 "attr83054") ) +(myObject (attribute1 "attr83055") ) +(myObject (attribute1 "attr83056") ) +(myObject (attribute1 "attr83057") ) +(myObject (attribute1 "attr83058") ) +(myObject (attribute1 "attr83059") ) +(myObject (attribute1 "attr83060") ) +(myObject (attribute1 "attr83061") ) +(myObject (attribute1 "attr83062") ) +(myObject (attribute1 "attr83063") ) +(myObject (attribute1 "attr83064") ) +(myObject (attribute1 "attr83065") ) +(myObject (attribute1 "attr83066") ) +(myObject (attribute1 "attr83067") ) +(myObject (attribute1 "attr83068") ) +(myObject (attribute1 "attr83069") ) +(myObject (attribute1 "attr83070") ) +(myObject (attribute1 "attr83071") ) +(myObject (attribute1 "attr83072") ) +(myObject (attribute1 "attr83073") ) +(myObject (attribute1 "attr83074") ) +(myObject (attribute1 "attr83075") ) +(myObject (attribute1 "attr83076") ) +(myObject (attribute1 "attr83077") ) +(myObject (attribute1 "attr83078") ) +(myObject (attribute1 "attr83079") ) +(myObject (attribute1 "attr83080") ) +(myObject (attribute1 "attr83081") ) +(myObject (attribute1 "attr83082") ) +(myObject (attribute1 "attr83083") ) +(myObject (attribute1 "attr83084") ) +(myObject (attribute1 "attr83085") ) +(myObject (attribute1 "attr83086") ) +(myObject (attribute1 "attr83087") ) +(myObject (attribute1 "attr83088") ) +(myObject (attribute1 "attr83089") ) +(myObject (attribute1 "attr83090") ) +(myObject (attribute1 "attr83091") ) +(myObject (attribute1 "attr83092") ) +(myObject (attribute1 "attr83093") ) +(myObject (attribute1 "attr83094") ) +(myObject (attribute1 "attr83095") ) +(myObject (attribute1 "attr83096") ) +(myObject (attribute1 "attr83097") ) +(myObject (attribute1 "attr83098") ) +(myObject (attribute1 "attr83099") ) +(myObject (attribute1 "attr83100") ) +(myObject (attribute1 "attr83101") ) +(myObject (attribute1 "attr83102") ) +(myObject (attribute1 "attr83103") ) +(myObject (attribute1 "attr83104") ) +(myObject (attribute1 "attr83105") ) +(myObject (attribute1 "attr83106") ) +(myObject (attribute1 "attr83107") ) +(myObject (attribute1 "attr83108") ) +(myObject (attribute1 "attr83109") ) +(myObject (attribute1 "attr83110") ) +(myObject (attribute1 "attr83111") ) +(myObject (attribute1 "attr83112") ) +(myObject (attribute1 "attr83113") ) +(myObject (attribute1 "attr83114") ) +(myObject (attribute1 "attr83115") ) +(myObject (attribute1 "attr83116") ) +(myObject (attribute1 "attr83117") ) +(myObject (attribute1 "attr83118") ) +(myObject (attribute1 "attr83119") ) +(myObject (attribute1 "attr83120") ) +(myObject (attribute1 "attr83121") ) +(myObject (attribute1 "attr83122") ) +(myObject (attribute1 "attr83123") ) +(myObject (attribute1 "attr83124") ) +(myObject (attribute1 "attr83125") ) +(myObject (attribute1 "attr83126") ) +(myObject (attribute1 "attr83127") ) +(myObject (attribute1 "attr83128") ) +(myObject (attribute1 "attr83129") ) +(myObject (attribute1 "attr83130") ) +(myObject (attribute1 "attr83131") ) +(myObject (attribute1 "attr83132") ) +(myObject (attribute1 "attr83133") ) +(myObject (attribute1 "attr83134") ) +(myObject (attribute1 "attr83135") ) +(myObject (attribute1 "attr83136") ) +(myObject (attribute1 "attr83137") ) +(myObject (attribute1 "attr83138") ) +(myObject (attribute1 "attr83139") ) +(myObject (attribute1 "attr83140") ) +(myObject (attribute1 "attr83141") ) +(myObject (attribute1 "attr83142") ) +(myObject (attribute1 "attr83143") ) +(myObject (attribute1 "attr83144") ) +(myObject (attribute1 "attr83145") ) +(myObject (attribute1 "attr83146") ) +(myObject (attribute1 "attr83147") ) +(myObject (attribute1 "attr83148") ) +(myObject (attribute1 "attr83149") ) +(myObject (attribute1 "attr83150") ) +(myObject (attribute1 "attr83151") ) +(myObject (attribute1 "attr83152") ) +(myObject (attribute1 "attr83153") ) +(myObject (attribute1 "attr83154") ) +(myObject (attribute1 "attr83155") ) +(myObject (attribute1 "attr83156") ) +(myObject (attribute1 "attr83157") ) +(myObject (attribute1 "attr83158") ) +(myObject (attribute1 "attr83159") ) +(myObject (attribute1 "attr83160") ) +(myObject (attribute1 "attr83161") ) +(myObject (attribute1 "attr83162") ) +(myObject (attribute1 "attr83163") ) +(myObject (attribute1 "attr83164") ) +(myObject (attribute1 "attr83165") ) +(myObject (attribute1 "attr83166") ) +(myObject (attribute1 "attr83167") ) +(myObject (attribute1 "attr83168") ) +(myObject (attribute1 "attr83169") ) +(myObject (attribute1 "attr83170") ) +(myObject (attribute1 "attr83171") ) +(myObject (attribute1 "attr83172") ) +(myObject (attribute1 "attr83173") ) +(myObject (attribute1 "attr83174") ) +(myObject (attribute1 "attr83175") ) +(myObject (attribute1 "attr83176") ) +(myObject (attribute1 "attr83177") ) +(myObject (attribute1 "attr83178") ) +(myObject (attribute1 "attr83179") ) +(myObject (attribute1 "attr83180") ) +(myObject (attribute1 "attr83181") ) +(myObject (attribute1 "attr83182") ) +(myObject (attribute1 "attr83183") ) +(myObject (attribute1 "attr83184") ) +(myObject (attribute1 "attr83185") ) +(myObject (attribute1 "attr83186") ) +(myObject (attribute1 "attr83187") ) +(myObject (attribute1 "attr83188") ) +(myObject (attribute1 "attr83189") ) +(myObject (attribute1 "attr83190") ) +(myObject (attribute1 "attr83191") ) +(myObject (attribute1 "attr83192") ) +(myObject (attribute1 "attr83193") ) +(myObject (attribute1 "attr83194") ) +(myObject (attribute1 "attr83195") ) +(myObject (attribute1 "attr83196") ) +(myObject (attribute1 "attr83197") ) +(myObject (attribute1 "attr83198") ) +(myObject (attribute1 "attr83199") ) +(myObject (attribute1 "attr83200") ) +(myObject (attribute1 "attr83201") ) +(myObject (attribute1 "attr83202") ) +(myObject (attribute1 "attr83203") ) +(myObject (attribute1 "attr83204") ) +(myObject (attribute1 "attr83205") ) +(myObject (attribute1 "attr83206") ) +(myObject (attribute1 "attr83207") ) +(myObject (attribute1 "attr83208") ) +(myObject (attribute1 "attr83209") ) +(myObject (attribute1 "attr83210") ) +(myObject (attribute1 "attr83211") ) +(myObject (attribute1 "attr83212") ) +(myObject (attribute1 "attr83213") ) +(myObject (attribute1 "attr83214") ) +(myObject (attribute1 "attr83215") ) +(myObject (attribute1 "attr83216") ) +(myObject (attribute1 "attr83217") ) +(myObject (attribute1 "attr83218") ) +(myObject (attribute1 "attr83219") ) +(myObject (attribute1 "attr83220") ) +(myObject (attribute1 "attr83221") ) +(myObject (attribute1 "attr83222") ) +(myObject (attribute1 "attr83223") ) +(myObject (attribute1 "attr83224") ) +(myObject (attribute1 "attr83225") ) +(myObject (attribute1 "attr83226") ) +(myObject (attribute1 "attr83227") ) +(myObject (attribute1 "attr83228") ) +(myObject (attribute1 "attr83229") ) +(myObject (attribute1 "attr83230") ) +(myObject (attribute1 "attr83231") ) +(myObject (attribute1 "attr83232") ) +(myObject (attribute1 "attr83233") ) +(myObject (attribute1 "attr83234") ) +(myObject (attribute1 "attr83235") ) +(myObject (attribute1 "attr83236") ) +(myObject (attribute1 "attr83237") ) +(myObject (attribute1 "attr83238") ) +(myObject (attribute1 "attr83239") ) +(myObject (attribute1 "attr83240") ) +(myObject (attribute1 "attr83241") ) +(myObject (attribute1 "attr83242") ) +(myObject (attribute1 "attr83243") ) +(myObject (attribute1 "attr83244") ) +(myObject (attribute1 "attr83245") ) +(myObject (attribute1 "attr83246") ) +(myObject (attribute1 "attr83247") ) +(myObject (attribute1 "attr83248") ) +(myObject (attribute1 "attr83249") ) +(myObject (attribute1 "attr83250") ) +(myObject (attribute1 "attr83251") ) +(myObject (attribute1 "attr83252") ) +(myObject (attribute1 "attr83253") ) +(myObject (attribute1 "attr83254") ) +(myObject (attribute1 "attr83255") ) +(myObject (attribute1 "attr83256") ) +(myObject (attribute1 "attr83257") ) +(myObject (attribute1 "attr83258") ) +(myObject (attribute1 "attr83259") ) +(myObject (attribute1 "attr83260") ) +(myObject (attribute1 "attr83261") ) +(myObject (attribute1 "attr83262") ) +(myObject (attribute1 "attr83263") ) +(myObject (attribute1 "attr83264") ) +(myObject (attribute1 "attr83265") ) +(myObject (attribute1 "attr83266") ) +(myObject (attribute1 "attr83267") ) +(myObject (attribute1 "attr83268") ) +(myObject (attribute1 "attr83269") ) +(myObject (attribute1 "attr83270") ) +(myObject (attribute1 "attr83271") ) +(myObject (attribute1 "attr83272") ) +(myObject (attribute1 "attr83273") ) +(myObject (attribute1 "attr83274") ) +(myObject (attribute1 "attr83275") ) +(myObject (attribute1 "attr83276") ) +(myObject (attribute1 "attr83277") ) +(myObject (attribute1 "attr83278") ) +(myObject (attribute1 "attr83279") ) +(myObject (attribute1 "attr83280") ) +(myObject (attribute1 "attr83281") ) +(myObject (attribute1 "attr83282") ) +(myObject (attribute1 "attr83283") ) +(myObject (attribute1 "attr83284") ) +(myObject (attribute1 "attr83285") ) +(myObject (attribute1 "attr83286") ) +(myObject (attribute1 "attr83287") ) +(myObject (attribute1 "attr83288") ) +(myObject (attribute1 "attr83289") ) +(myObject (attribute1 "attr83290") ) +(myObject (attribute1 "attr83291") ) +(myObject (attribute1 "attr83292") ) +(myObject (attribute1 "attr83293") ) +(myObject (attribute1 "attr83294") ) +(myObject (attribute1 "attr83295") ) +(myObject (attribute1 "attr83296") ) +(myObject (attribute1 "attr83297") ) +(myObject (attribute1 "attr83298") ) +(myObject (attribute1 "attr83299") ) +(myObject (attribute1 "attr83300") ) +(myObject (attribute1 "attr83301") ) +(myObject (attribute1 "attr83302") ) +(myObject (attribute1 "attr83303") ) +(myObject (attribute1 "attr83304") ) +(myObject (attribute1 "attr83305") ) +(myObject (attribute1 "attr83306") ) +(myObject (attribute1 "attr83307") ) +(myObject (attribute1 "attr83308") ) +(myObject (attribute1 "attr83309") ) +(myObject (attribute1 "attr83310") ) +(myObject (attribute1 "attr83311") ) +(myObject (attribute1 "attr83312") ) +(myObject (attribute1 "attr83313") ) +(myObject (attribute1 "attr83314") ) +(myObject (attribute1 "attr83315") ) +(myObject (attribute1 "attr83316") ) +(myObject (attribute1 "attr83317") ) +(myObject (attribute1 "attr83318") ) +(myObject (attribute1 "attr83319") ) +(myObject (attribute1 "attr83320") ) +(myObject (attribute1 "attr83321") ) +(myObject (attribute1 "attr83322") ) +(myObject (attribute1 "attr83323") ) +(myObject (attribute1 "attr83324") ) +(myObject (attribute1 "attr83325") ) +(myObject (attribute1 "attr83326") ) +(myObject (attribute1 "attr83327") ) +(myObject (attribute1 "attr83328") ) +(myObject (attribute1 "attr83329") ) +(myObject (attribute1 "attr83330") ) +(myObject (attribute1 "attr83331") ) +(myObject (attribute1 "attr83332") ) +(myObject (attribute1 "attr83333") ) +(myObject (attribute1 "attr83334") ) +(myObject (attribute1 "attr83335") ) +(myObject (attribute1 "attr83336") ) +(myObject (attribute1 "attr83337") ) +(myObject (attribute1 "attr83338") ) +(myObject (attribute1 "attr83339") ) +(myObject (attribute1 "attr83340") ) +(myObject (attribute1 "attr83341") ) +(myObject (attribute1 "attr83342") ) +(myObject (attribute1 "attr83343") ) +(myObject (attribute1 "attr83344") ) +(myObject (attribute1 "attr83345") ) +(myObject (attribute1 "attr83346") ) +(myObject (attribute1 "attr83347") ) +(myObject (attribute1 "attr83348") ) +(myObject (attribute1 "attr83349") ) +(myObject (attribute1 "attr83350") ) +(myObject (attribute1 "attr83351") ) +(myObject (attribute1 "attr83352") ) +(myObject (attribute1 "attr83353") ) +(myObject (attribute1 "attr83354") ) +(myObject (attribute1 "attr83355") ) +(myObject (attribute1 "attr83356") ) +(myObject (attribute1 "attr83357") ) +(myObject (attribute1 "attr83358") ) +(myObject (attribute1 "attr83359") ) +(myObject (attribute1 "attr83360") ) +(myObject (attribute1 "attr83361") ) +(myObject (attribute1 "attr83362") ) +(myObject (attribute1 "attr83363") ) +(myObject (attribute1 "attr83364") ) +(myObject (attribute1 "attr83365") ) +(myObject (attribute1 "attr83366") ) +(myObject (attribute1 "attr83367") ) +(myObject (attribute1 "attr83368") ) +(myObject (attribute1 "attr83369") ) +(myObject (attribute1 "attr83370") ) +(myObject (attribute1 "attr83371") ) +(myObject (attribute1 "attr83372") ) +(myObject (attribute1 "attr83373") ) +(myObject (attribute1 "attr83374") ) +(myObject (attribute1 "attr83375") ) +(myObject (attribute1 "attr83376") ) +(myObject (attribute1 "attr83377") ) +(myObject (attribute1 "attr83378") ) +(myObject (attribute1 "attr83379") ) +(myObject (attribute1 "attr83380") ) +(myObject (attribute1 "attr83381") ) +(myObject (attribute1 "attr83382") ) +(myObject (attribute1 "attr83383") ) +(myObject (attribute1 "attr83384") ) +(myObject (attribute1 "attr83385") ) +(myObject (attribute1 "attr83386") ) +(myObject (attribute1 "attr83387") ) +(myObject (attribute1 "attr83388") ) +(myObject (attribute1 "attr83389") ) +(myObject (attribute1 "attr83390") ) +(myObject (attribute1 "attr83391") ) +(myObject (attribute1 "attr83392") ) +(myObject (attribute1 "attr83393") ) +(myObject (attribute1 "attr83394") ) +(myObject (attribute1 "attr83395") ) +(myObject (attribute1 "attr83396") ) +(myObject (attribute1 "attr83397") ) +(myObject (attribute1 "attr83398") ) +(myObject (attribute1 "attr83399") ) +(myObject (attribute1 "attr83400") ) +(myObject (attribute1 "attr83401") ) +(myObject (attribute1 "attr83402") ) +(myObject (attribute1 "attr83403") ) +(myObject (attribute1 "attr83404") ) +(myObject (attribute1 "attr83405") ) +(myObject (attribute1 "attr83406") ) +(myObject (attribute1 "attr83407") ) +(myObject (attribute1 "attr83408") ) +(myObject (attribute1 "attr83409") ) +(myObject (attribute1 "attr83410") ) +(myObject (attribute1 "attr83411") ) +(myObject (attribute1 "attr83412") ) +(myObject (attribute1 "attr83413") ) +(myObject (attribute1 "attr83414") ) +(myObject (attribute1 "attr83415") ) +(myObject (attribute1 "attr83416") ) +(myObject (attribute1 "attr83417") ) +(myObject (attribute1 "attr83418") ) +(myObject (attribute1 "attr83419") ) +(myObject (attribute1 "attr83420") ) +(myObject (attribute1 "attr83421") ) +(myObject (attribute1 "attr83422") ) +(myObject (attribute1 "attr83423") ) +(myObject (attribute1 "attr83424") ) +(myObject (attribute1 "attr83425") ) +(myObject (attribute1 "attr83426") ) +(myObject (attribute1 "attr83427") ) +(myObject (attribute1 "attr83428") ) +(myObject (attribute1 "attr83429") ) +(myObject (attribute1 "attr83430") ) +(myObject (attribute1 "attr83431") ) +(myObject (attribute1 "attr83432") ) +(myObject (attribute1 "attr83433") ) +(myObject (attribute1 "attr83434") ) +(myObject (attribute1 "attr83435") ) +(myObject (attribute1 "attr83436") ) +(myObject (attribute1 "attr83437") ) +(myObject (attribute1 "attr83438") ) +(myObject (attribute1 "attr83439") ) +(myObject (attribute1 "attr83440") ) +(myObject (attribute1 "attr83441") ) +(myObject (attribute1 "attr83442") ) +(myObject (attribute1 "attr83443") ) +(myObject (attribute1 "attr83444") ) +(myObject (attribute1 "attr83445") ) +(myObject (attribute1 "attr83446") ) +(myObject (attribute1 "attr83447") ) +(myObject (attribute1 "attr83448") ) +(myObject (attribute1 "attr83449") ) +(myObject (attribute1 "attr83450") ) +(myObject (attribute1 "attr83451") ) +(myObject (attribute1 "attr83452") ) +(myObject (attribute1 "attr83453") ) +(myObject (attribute1 "attr83454") ) +(myObject (attribute1 "attr83455") ) +(myObject (attribute1 "attr83456") ) +(myObject (attribute1 "attr83457") ) +(myObject (attribute1 "attr83458") ) +(myObject (attribute1 "attr83459") ) +(myObject (attribute1 "attr83460") ) +(myObject (attribute1 "attr83461") ) +(myObject (attribute1 "attr83462") ) +(myObject (attribute1 "attr83463") ) +(myObject (attribute1 "attr83464") ) +(myObject (attribute1 "attr83465") ) +(myObject (attribute1 "attr83466") ) +(myObject (attribute1 "attr83467") ) +(myObject (attribute1 "attr83468") ) +(myObject (attribute1 "attr83469") ) +(myObject (attribute1 "attr83470") ) +(myObject (attribute1 "attr83471") ) +(myObject (attribute1 "attr83472") ) +(myObject (attribute1 "attr83473") ) +(myObject (attribute1 "attr83474") ) +(myObject (attribute1 "attr83475") ) +(myObject (attribute1 "attr83476") ) +(myObject (attribute1 "attr83477") ) +(myObject (attribute1 "attr83478") ) +(myObject (attribute1 "attr83479") ) +(myObject (attribute1 "attr83480") ) +(myObject (attribute1 "attr83481") ) +(myObject (attribute1 "attr83482") ) +(myObject (attribute1 "attr83483") ) +(myObject (attribute1 "attr83484") ) +(myObject (attribute1 "attr83485") ) +(myObject (attribute1 "attr83486") ) +(myObject (attribute1 "attr83487") ) +(myObject (attribute1 "attr83488") ) +(myObject (attribute1 "attr83489") ) +(myObject (attribute1 "attr83490") ) +(myObject (attribute1 "attr83491") ) +(myObject (attribute1 "attr83492") ) +(myObject (attribute1 "attr83493") ) +(myObject (attribute1 "attr83494") ) +(myObject (attribute1 "attr83495") ) +(myObject (attribute1 "attr83496") ) +(myObject (attribute1 "attr83497") ) +(myObject (attribute1 "attr83498") ) +(myObject (attribute1 "attr83499") ) +(myObject (attribute1 "attr83500") ) +(myObject (attribute1 "attr83501") ) +(myObject (attribute1 "attr83502") ) +(myObject (attribute1 "attr83503") ) +(myObject (attribute1 "attr83504") ) +(myObject (attribute1 "attr83505") ) +(myObject (attribute1 "attr83506") ) +(myObject (attribute1 "attr83507") ) +(myObject (attribute1 "attr83508") ) +(myObject (attribute1 "attr83509") ) +(myObject (attribute1 "attr83510") ) +(myObject (attribute1 "attr83511") ) +(myObject (attribute1 "attr83512") ) +(myObject (attribute1 "attr83513") ) +(myObject (attribute1 "attr83514") ) +(myObject (attribute1 "attr83515") ) +(myObject (attribute1 "attr83516") ) +(myObject (attribute1 "attr83517") ) +(myObject (attribute1 "attr83518") ) +(myObject (attribute1 "attr83519") ) +(myObject (attribute1 "attr83520") ) +(myObject (attribute1 "attr83521") ) +(myObject (attribute1 "attr83522") ) +(myObject (attribute1 "attr83523") ) +(myObject (attribute1 "attr83524") ) +(myObject (attribute1 "attr83525") ) +(myObject (attribute1 "attr83526") ) +(myObject (attribute1 "attr83527") ) +(myObject (attribute1 "attr83528") ) +(myObject (attribute1 "attr83529") ) +(myObject (attribute1 "attr83530") ) +(myObject (attribute1 "attr83531") ) +(myObject (attribute1 "attr83532") ) +(myObject (attribute1 "attr83533") ) +(myObject (attribute1 "attr83534") ) +(myObject (attribute1 "attr83535") ) +(myObject (attribute1 "attr83536") ) +(myObject (attribute1 "attr83537") ) +(myObject (attribute1 "attr83538") ) +(myObject (attribute1 "attr83539") ) +(myObject (attribute1 "attr83540") ) +(myObject (attribute1 "attr83541") ) +(myObject (attribute1 "attr83542") ) +(myObject (attribute1 "attr83543") ) +(myObject (attribute1 "attr83544") ) +(myObject (attribute1 "attr83545") ) +(myObject (attribute1 "attr83546") ) +(myObject (attribute1 "attr83547") ) +(myObject (attribute1 "attr83548") ) +(myObject (attribute1 "attr83549") ) +(myObject (attribute1 "attr83550") ) +(myObject (attribute1 "attr83551") ) +(myObject (attribute1 "attr83552") ) +(myObject (attribute1 "attr83553") ) +(myObject (attribute1 "attr83554") ) +(myObject (attribute1 "attr83555") ) +(myObject (attribute1 "attr83556") ) +(myObject (attribute1 "attr83557") ) +(myObject (attribute1 "attr83558") ) +(myObject (attribute1 "attr83559") ) +(myObject (attribute1 "attr83560") ) +(myObject (attribute1 "attr83561") ) +(myObject (attribute1 "attr83562") ) +(myObject (attribute1 "attr83563") ) +(myObject (attribute1 "attr83564") ) +(myObject (attribute1 "attr83565") ) +(myObject (attribute1 "attr83566") ) +(myObject (attribute1 "attr83567") ) +(myObject (attribute1 "attr83568") ) +(myObject (attribute1 "attr83569") ) +(myObject (attribute1 "attr83570") ) +(myObject (attribute1 "attr83571") ) +(myObject (attribute1 "attr83572") ) +(myObject (attribute1 "attr83573") ) +(myObject (attribute1 "attr83574") ) +(myObject (attribute1 "attr83575") ) +(myObject (attribute1 "attr83576") ) +(myObject (attribute1 "attr83577") ) +(myObject (attribute1 "attr83578") ) +(myObject (attribute1 "attr83579") ) +(myObject (attribute1 "attr83580") ) +(myObject (attribute1 "attr83581") ) +(myObject (attribute1 "attr83582") ) +(myObject (attribute1 "attr83583") ) +(myObject (attribute1 "attr83584") ) +(myObject (attribute1 "attr83585") ) +(myObject (attribute1 "attr83586") ) +(myObject (attribute1 "attr83587") ) +(myObject (attribute1 "attr83588") ) +(myObject (attribute1 "attr83589") ) +(myObject (attribute1 "attr83590") ) +(myObject (attribute1 "attr83591") ) +(myObject (attribute1 "attr83592") ) +(myObject (attribute1 "attr83593") ) +(myObject (attribute1 "attr83594") ) +(myObject (attribute1 "attr83595") ) +(myObject (attribute1 "attr83596") ) +(myObject (attribute1 "attr83597") ) +(myObject (attribute1 "attr83598") ) +(myObject (attribute1 "attr83599") ) +(myObject (attribute1 "attr83600") ) +(myObject (attribute1 "attr83601") ) +(myObject (attribute1 "attr83602") ) +(myObject (attribute1 "attr83603") ) +(myObject (attribute1 "attr83604") ) +(myObject (attribute1 "attr83605") ) +(myObject (attribute1 "attr83606") ) +(myObject (attribute1 "attr83607") ) +(myObject (attribute1 "attr83608") ) +(myObject (attribute1 "attr83609") ) +(myObject (attribute1 "attr83610") ) +(myObject (attribute1 "attr83611") ) +(myObject (attribute1 "attr83612") ) +(myObject (attribute1 "attr83613") ) +(myObject (attribute1 "attr83614") ) +(myObject (attribute1 "attr83615") ) +(myObject (attribute1 "attr83616") ) +(myObject (attribute1 "attr83617") ) +(myObject (attribute1 "attr83618") ) +(myObject (attribute1 "attr83619") ) +(myObject (attribute1 "attr83620") ) +(myObject (attribute1 "attr83621") ) +(myObject (attribute1 "attr83622") ) +(myObject (attribute1 "attr83623") ) +(myObject (attribute1 "attr83624") ) +(myObject (attribute1 "attr83625") ) +(myObject (attribute1 "attr83626") ) +(myObject (attribute1 "attr83627") ) +(myObject (attribute1 "attr83628") ) +(myObject (attribute1 "attr83629") ) +(myObject (attribute1 "attr83630") ) +(myObject (attribute1 "attr83631") ) +(myObject (attribute1 "attr83632") ) +(myObject (attribute1 "attr83633") ) +(myObject (attribute1 "attr83634") ) +(myObject (attribute1 "attr83635") ) +(myObject (attribute1 "attr83636") ) +(myObject (attribute1 "attr83637") ) +(myObject (attribute1 "attr83638") ) +(myObject (attribute1 "attr83639") ) +(myObject (attribute1 "attr83640") ) +(myObject (attribute1 "attr83641") ) +(myObject (attribute1 "attr83642") ) +(myObject (attribute1 "attr83643") ) +(myObject (attribute1 "attr83644") ) +(myObject (attribute1 "attr83645") ) +(myObject (attribute1 "attr83646") ) +(myObject (attribute1 "attr83647") ) +(myObject (attribute1 "attr83648") ) +(myObject (attribute1 "attr83649") ) +(myObject (attribute1 "attr83650") ) +(myObject (attribute1 "attr83651") ) +(myObject (attribute1 "attr83652") ) +(myObject (attribute1 "attr83653") ) +(myObject (attribute1 "attr83654") ) +(myObject (attribute1 "attr83655") ) +(myObject (attribute1 "attr83656") ) +(myObject (attribute1 "attr83657") ) +(myObject (attribute1 "attr83658") ) +(myObject (attribute1 "attr83659") ) +(myObject (attribute1 "attr83660") ) +(myObject (attribute1 "attr83661") ) +(myObject (attribute1 "attr83662") ) +(myObject (attribute1 "attr83663") ) +(myObject (attribute1 "attr83664") ) +(myObject (attribute1 "attr83665") ) +(myObject (attribute1 "attr83666") ) +(myObject (attribute1 "attr83667") ) +(myObject (attribute1 "attr83668") ) +(myObject (attribute1 "attr83669") ) +(myObject (attribute1 "attr83670") ) +(myObject (attribute1 "attr83671") ) +(myObject (attribute1 "attr83672") ) +(myObject (attribute1 "attr83673") ) +(myObject (attribute1 "attr83674") ) +(myObject (attribute1 "attr83675") ) +(myObject (attribute1 "attr83676") ) +(myObject (attribute1 "attr83677") ) +(myObject (attribute1 "attr83678") ) +(myObject (attribute1 "attr83679") ) +(myObject (attribute1 "attr83680") ) +(myObject (attribute1 "attr83681") ) +(myObject (attribute1 "attr83682") ) +(myObject (attribute1 "attr83683") ) +(myObject (attribute1 "attr83684") ) +(myObject (attribute1 "attr83685") ) +(myObject (attribute1 "attr83686") ) +(myObject (attribute1 "attr83687") ) +(myObject (attribute1 "attr83688") ) +(myObject (attribute1 "attr83689") ) +(myObject (attribute1 "attr83690") ) +(myObject (attribute1 "attr83691") ) +(myObject (attribute1 "attr83692") ) +(myObject (attribute1 "attr83693") ) +(myObject (attribute1 "attr83694") ) +(myObject (attribute1 "attr83695") ) +(myObject (attribute1 "attr83696") ) +(myObject (attribute1 "attr83697") ) +(myObject (attribute1 "attr83698") ) +(myObject (attribute1 "attr83699") ) +(myObject (attribute1 "attr83700") ) +(myObject (attribute1 "attr83701") ) +(myObject (attribute1 "attr83702") ) +(myObject (attribute1 "attr83703") ) +(myObject (attribute1 "attr83704") ) +(myObject (attribute1 "attr83705") ) +(myObject (attribute1 "attr83706") ) +(myObject (attribute1 "attr83707") ) +(myObject (attribute1 "attr83708") ) +(myObject (attribute1 "attr83709") ) +(myObject (attribute1 "attr83710") ) +(myObject (attribute1 "attr83711") ) +(myObject (attribute1 "attr83712") ) +(myObject (attribute1 "attr83713") ) +(myObject (attribute1 "attr83714") ) +(myObject (attribute1 "attr83715") ) +(myObject (attribute1 "attr83716") ) +(myObject (attribute1 "attr83717") ) +(myObject (attribute1 "attr83718") ) +(myObject (attribute1 "attr83719") ) +(myObject (attribute1 "attr83720") ) +(myObject (attribute1 "attr83721") ) +(myObject (attribute1 "attr83722") ) +(myObject (attribute1 "attr83723") ) +(myObject (attribute1 "attr83724") ) +(myObject (attribute1 "attr83725") ) +(myObject (attribute1 "attr83726") ) +(myObject (attribute1 "attr83727") ) +(myObject (attribute1 "attr83728") ) +(myObject (attribute1 "attr83729") ) +(myObject (attribute1 "attr83730") ) +(myObject (attribute1 "attr83731") ) +(myObject (attribute1 "attr83732") ) +(myObject (attribute1 "attr83733") ) +(myObject (attribute1 "attr83734") ) +(myObject (attribute1 "attr83735") ) +(myObject (attribute1 "attr83736") ) +(myObject (attribute1 "attr83737") ) +(myObject (attribute1 "attr83738") ) +(myObject (attribute1 "attr83739") ) +(myObject (attribute1 "attr83740") ) +(myObject (attribute1 "attr83741") ) +(myObject (attribute1 "attr83742") ) +(myObject (attribute1 "attr83743") ) +(myObject (attribute1 "attr83744") ) +(myObject (attribute1 "attr83745") ) +(myObject (attribute1 "attr83746") ) +(myObject (attribute1 "attr83747") ) +(myObject (attribute1 "attr83748") ) +(myObject (attribute1 "attr83749") ) +(myObject (attribute1 "attr83750") ) +(myObject (attribute1 "attr83751") ) +(myObject (attribute1 "attr83752") ) +(myObject (attribute1 "attr83753") ) +(myObject (attribute1 "attr83754") ) +(myObject (attribute1 "attr83755") ) +(myObject (attribute1 "attr83756") ) +(myObject (attribute1 "attr83757") ) +(myObject (attribute1 "attr83758") ) +(myObject (attribute1 "attr83759") ) +(myObject (attribute1 "attr83760") ) +(myObject (attribute1 "attr83761") ) +(myObject (attribute1 "attr83762") ) +(myObject (attribute1 "attr83763") ) +(myObject (attribute1 "attr83764") ) +(myObject (attribute1 "attr83765") ) +(myObject (attribute1 "attr83766") ) +(myObject (attribute1 "attr83767") ) +(myObject (attribute1 "attr83768") ) +(myObject (attribute1 "attr83769") ) +(myObject (attribute1 "attr83770") ) +(myObject (attribute1 "attr83771") ) +(myObject (attribute1 "attr83772") ) +(myObject (attribute1 "attr83773") ) +(myObject (attribute1 "attr83774") ) +(myObject (attribute1 "attr83775") ) +(myObject (attribute1 "attr83776") ) +(myObject (attribute1 "attr83777") ) +(myObject (attribute1 "attr83778") ) +(myObject (attribute1 "attr83779") ) +(myObject (attribute1 "attr83780") ) +(myObject (attribute1 "attr83781") ) +(myObject (attribute1 "attr83782") ) +(myObject (attribute1 "attr83783") ) +(myObject (attribute1 "attr83784") ) +(myObject (attribute1 "attr83785") ) +(myObject (attribute1 "attr83786") ) +(myObject (attribute1 "attr83787") ) +(myObject (attribute1 "attr83788") ) +(myObject (attribute1 "attr83789") ) +(myObject (attribute1 "attr83790") ) +(myObject (attribute1 "attr83791") ) +(myObject (attribute1 "attr83792") ) +(myObject (attribute1 "attr83793") ) +(myObject (attribute1 "attr83794") ) +(myObject (attribute1 "attr83795") ) +(myObject (attribute1 "attr83796") ) +(myObject (attribute1 "attr83797") ) +(myObject (attribute1 "attr83798") ) +(myObject (attribute1 "attr83799") ) +(myObject (attribute1 "attr83800") ) +(myObject (attribute1 "attr83801") ) +(myObject (attribute1 "attr83802") ) +(myObject (attribute1 "attr83803") ) +(myObject (attribute1 "attr83804") ) +(myObject (attribute1 "attr83805") ) +(myObject (attribute1 "attr83806") ) +(myObject (attribute1 "attr83807") ) +(myObject (attribute1 "attr83808") ) +(myObject (attribute1 "attr83809") ) +(myObject (attribute1 "attr83810") ) +(myObject (attribute1 "attr83811") ) +(myObject (attribute1 "attr83812") ) +(myObject (attribute1 "attr83813") ) +(myObject (attribute1 "attr83814") ) +(myObject (attribute1 "attr83815") ) +(myObject (attribute1 "attr83816") ) +(myObject (attribute1 "attr83817") ) +(myObject (attribute1 "attr83818") ) +(myObject (attribute1 "attr83819") ) +(myObject (attribute1 "attr83820") ) +(myObject (attribute1 "attr83821") ) +(myObject (attribute1 "attr83822") ) +(myObject (attribute1 "attr83823") ) +(myObject (attribute1 "attr83824") ) +(myObject (attribute1 "attr83825") ) +(myObject (attribute1 "attr83826") ) +(myObject (attribute1 "attr83827") ) +(myObject (attribute1 "attr83828") ) +(myObject (attribute1 "attr83829") ) +(myObject (attribute1 "attr83830") ) +(myObject (attribute1 "attr83831") ) +(myObject (attribute1 "attr83832") ) +(myObject (attribute1 "attr83833") ) +(myObject (attribute1 "attr83834") ) +(myObject (attribute1 "attr83835") ) +(myObject (attribute1 "attr83836") ) +(myObject (attribute1 "attr83837") ) +(myObject (attribute1 "attr83838") ) +(myObject (attribute1 "attr83839") ) +(myObject (attribute1 "attr83840") ) +(myObject (attribute1 "attr83841") ) +(myObject (attribute1 "attr83842") ) +(myObject (attribute1 "attr83843") ) +(myObject (attribute1 "attr83844") ) +(myObject (attribute1 "attr83845") ) +(myObject (attribute1 "attr83846") ) +(myObject (attribute1 "attr83847") ) +(myObject (attribute1 "attr83848") ) +(myObject (attribute1 "attr83849") ) +(myObject (attribute1 "attr83850") ) +(myObject (attribute1 "attr83851") ) +(myObject (attribute1 "attr83852") ) +(myObject (attribute1 "attr83853") ) +(myObject (attribute1 "attr83854") ) +(myObject (attribute1 "attr83855") ) +(myObject (attribute1 "attr83856") ) +(myObject (attribute1 "attr83857") ) +(myObject (attribute1 "attr83858") ) +(myObject (attribute1 "attr83859") ) +(myObject (attribute1 "attr83860") ) +(myObject (attribute1 "attr83861") ) +(myObject (attribute1 "attr83862") ) +(myObject (attribute1 "attr83863") ) +(myObject (attribute1 "attr83864") ) +(myObject (attribute1 "attr83865") ) +(myObject (attribute1 "attr83866") ) +(myObject (attribute1 "attr83867") ) +(myObject (attribute1 "attr83868") ) +(myObject (attribute1 "attr83869") ) +(myObject (attribute1 "attr83870") ) +(myObject (attribute1 "attr83871") ) +(myObject (attribute1 "attr83872") ) +(myObject (attribute1 "attr83873") ) +(myObject (attribute1 "attr83874") ) +(myObject (attribute1 "attr83875") ) +(myObject (attribute1 "attr83876") ) +(myObject (attribute1 "attr83877") ) +(myObject (attribute1 "attr83878") ) +(myObject (attribute1 "attr83879") ) +(myObject (attribute1 "attr83880") ) +(myObject (attribute1 "attr83881") ) +(myObject (attribute1 "attr83882") ) +(myObject (attribute1 "attr83883") ) +(myObject (attribute1 "attr83884") ) +(myObject (attribute1 "attr83885") ) +(myObject (attribute1 "attr83886") ) +(myObject (attribute1 "attr83887") ) +(myObject (attribute1 "attr83888") ) +(myObject (attribute1 "attr83889") ) +(myObject (attribute1 "attr83890") ) +(myObject (attribute1 "attr83891") ) +(myObject (attribute1 "attr83892") ) +(myObject (attribute1 "attr83893") ) +(myObject (attribute1 "attr83894") ) +(myObject (attribute1 "attr83895") ) +(myObject (attribute1 "attr83896") ) +(myObject (attribute1 "attr83897") ) +(myObject (attribute1 "attr83898") ) +(myObject (attribute1 "attr83899") ) +(myObject (attribute1 "attr83900") ) +(myObject (attribute1 "attr83901") ) +(myObject (attribute1 "attr83902") ) +(myObject (attribute1 "attr83903") ) +(myObject (attribute1 "attr83904") ) +(myObject (attribute1 "attr83905") ) +(myObject (attribute1 "attr83906") ) +(myObject (attribute1 "attr83907") ) +(myObject (attribute1 "attr83908") ) +(myObject (attribute1 "attr83909") ) +(myObject (attribute1 "attr83910") ) +(myObject (attribute1 "attr83911") ) +(myObject (attribute1 "attr83912") ) +(myObject (attribute1 "attr83913") ) +(myObject (attribute1 "attr83914") ) +(myObject (attribute1 "attr83915") ) +(myObject (attribute1 "attr83916") ) +(myObject (attribute1 "attr83917") ) +(myObject (attribute1 "attr83918") ) +(myObject (attribute1 "attr83919") ) +(myObject (attribute1 "attr83920") ) +(myObject (attribute1 "attr83921") ) +(myObject (attribute1 "attr83922") ) +(myObject (attribute1 "attr83923") ) +(myObject (attribute1 "attr83924") ) +(myObject (attribute1 "attr83925") ) +(myObject (attribute1 "attr83926") ) +(myObject (attribute1 "attr83927") ) +(myObject (attribute1 "attr83928") ) +(myObject (attribute1 "attr83929") ) +(myObject (attribute1 "attr83930") ) +(myObject (attribute1 "attr83931") ) +(myObject (attribute1 "attr83932") ) +(myObject (attribute1 "attr83933") ) +(myObject (attribute1 "attr83934") ) +(myObject (attribute1 "attr83935") ) +(myObject (attribute1 "attr83936") ) +(myObject (attribute1 "attr83937") ) +(myObject (attribute1 "attr83938") ) +(myObject (attribute1 "attr83939") ) +(myObject (attribute1 "attr83940") ) +(myObject (attribute1 "attr83941") ) +(myObject (attribute1 "attr83942") ) +(myObject (attribute1 "attr83943") ) +(myObject (attribute1 "attr83944") ) +(myObject (attribute1 "attr83945") ) +(myObject (attribute1 "attr83946") ) +(myObject (attribute1 "attr83947") ) +(myObject (attribute1 "attr83948") ) +(myObject (attribute1 "attr83949") ) +(myObject (attribute1 "attr83950") ) +(myObject (attribute1 "attr83951") ) +(myObject (attribute1 "attr83952") ) +(myObject (attribute1 "attr83953") ) +(myObject (attribute1 "attr83954") ) +(myObject (attribute1 "attr83955") ) +(myObject (attribute1 "attr83956") ) +(myObject (attribute1 "attr83957") ) +(myObject (attribute1 "attr83958") ) +(myObject (attribute1 "attr83959") ) +(myObject (attribute1 "attr83960") ) +(myObject (attribute1 "attr83961") ) +(myObject (attribute1 "attr83962") ) +(myObject (attribute1 "attr83963") ) +(myObject (attribute1 "attr83964") ) +(myObject (attribute1 "attr83965") ) +(myObject (attribute1 "attr83966") ) +(myObject (attribute1 "attr83967") ) +(myObject (attribute1 "attr83968") ) +(myObject (attribute1 "attr83969") ) +(myObject (attribute1 "attr83970") ) +(myObject (attribute1 "attr83971") ) +(myObject (attribute1 "attr83972") ) +(myObject (attribute1 "attr83973") ) +(myObject (attribute1 "attr83974") ) +(myObject (attribute1 "attr83975") ) +(myObject (attribute1 "attr83976") ) +(myObject (attribute1 "attr83977") ) +(myObject (attribute1 "attr83978") ) +(myObject (attribute1 "attr83979") ) +(myObject (attribute1 "attr83980") ) +(myObject (attribute1 "attr83981") ) +(myObject (attribute1 "attr83982") ) +(myObject (attribute1 "attr83983") ) +(myObject (attribute1 "attr83984") ) +(myObject (attribute1 "attr83985") ) +(myObject (attribute1 "attr83986") ) +(myObject (attribute1 "attr83987") ) +(myObject (attribute1 "attr83988") ) +(myObject (attribute1 "attr83989") ) +(myObject (attribute1 "attr83990") ) +(myObject (attribute1 "attr83991") ) +(myObject (attribute1 "attr83992") ) +(myObject (attribute1 "attr83993") ) +(myObject (attribute1 "attr83994") ) +(myObject (attribute1 "attr83995") ) +(myObject (attribute1 "attr83996") ) +(myObject (attribute1 "attr83997") ) +(myObject (attribute1 "attr83998") ) +(myObject (attribute1 "attr83999") ) +(myObject (attribute1 "attr84000") ) +(myObject (attribute1 "attr84001") ) +(myObject (attribute1 "attr84002") ) +(myObject (attribute1 "attr84003") ) +(myObject (attribute1 "attr84004") ) +(myObject (attribute1 "attr84005") ) +(myObject (attribute1 "attr84006") ) +(myObject (attribute1 "attr84007") ) +(myObject (attribute1 "attr84008") ) +(myObject (attribute1 "attr84009") ) +(myObject (attribute1 "attr84010") ) +(myObject (attribute1 "attr84011") ) +(myObject (attribute1 "attr84012") ) +(myObject (attribute1 "attr84013") ) +(myObject (attribute1 "attr84014") ) +(myObject (attribute1 "attr84015") ) +(myObject (attribute1 "attr84016") ) +(myObject (attribute1 "attr84017") ) +(myObject (attribute1 "attr84018") ) +(myObject (attribute1 "attr84019") ) +(myObject (attribute1 "attr84020") ) +(myObject (attribute1 "attr84021") ) +(myObject (attribute1 "attr84022") ) +(myObject (attribute1 "attr84023") ) +(myObject (attribute1 "attr84024") ) +(myObject (attribute1 "attr84025") ) +(myObject (attribute1 "attr84026") ) +(myObject (attribute1 "attr84027") ) +(myObject (attribute1 "attr84028") ) +(myObject (attribute1 "attr84029") ) +(myObject (attribute1 "attr84030") ) +(myObject (attribute1 "attr84031") ) +(myObject (attribute1 "attr84032") ) +(myObject (attribute1 "attr84033") ) +(myObject (attribute1 "attr84034") ) +(myObject (attribute1 "attr84035") ) +(myObject (attribute1 "attr84036") ) +(myObject (attribute1 "attr84037") ) +(myObject (attribute1 "attr84038") ) +(myObject (attribute1 "attr84039") ) +(myObject (attribute1 "attr84040") ) +(myObject (attribute1 "attr84041") ) +(myObject (attribute1 "attr84042") ) +(myObject (attribute1 "attr84043") ) +(myObject (attribute1 "attr84044") ) +(myObject (attribute1 "attr84045") ) +(myObject (attribute1 "attr84046") ) +(myObject (attribute1 "attr84047") ) +(myObject (attribute1 "attr84048") ) +(myObject (attribute1 "attr84049") ) +(myObject (attribute1 "attr84050") ) +(myObject (attribute1 "attr84051") ) +(myObject (attribute1 "attr84052") ) +(myObject (attribute1 "attr84053") ) +(myObject (attribute1 "attr84054") ) +(myObject (attribute1 "attr84055") ) +(myObject (attribute1 "attr84056") ) +(myObject (attribute1 "attr84057") ) +(myObject (attribute1 "attr84058") ) +(myObject (attribute1 "attr84059") ) +(myObject (attribute1 "attr84060") ) +(myObject (attribute1 "attr84061") ) +(myObject (attribute1 "attr84062") ) +(myObject (attribute1 "attr84063") ) +(myObject (attribute1 "attr84064") ) +(myObject (attribute1 "attr84065") ) +(myObject (attribute1 "attr84066") ) +(myObject (attribute1 "attr84067") ) +(myObject (attribute1 "attr84068") ) +(myObject (attribute1 "attr84069") ) +(myObject (attribute1 "attr84070") ) +(myObject (attribute1 "attr84071") ) +(myObject (attribute1 "attr84072") ) +(myObject (attribute1 "attr84073") ) +(myObject (attribute1 "attr84074") ) +(myObject (attribute1 "attr84075") ) +(myObject (attribute1 "attr84076") ) +(myObject (attribute1 "attr84077") ) +(myObject (attribute1 "attr84078") ) +(myObject (attribute1 "attr84079") ) +(myObject (attribute1 "attr84080") ) +(myObject (attribute1 "attr84081") ) +(myObject (attribute1 "attr84082") ) +(myObject (attribute1 "attr84083") ) +(myObject (attribute1 "attr84084") ) +(myObject (attribute1 "attr84085") ) +(myObject (attribute1 "attr84086") ) +(myObject (attribute1 "attr84087") ) +(myObject (attribute1 "attr84088") ) +(myObject (attribute1 "attr84089") ) +(myObject (attribute1 "attr84090") ) +(myObject (attribute1 "attr84091") ) +(myObject (attribute1 "attr84092") ) +(myObject (attribute1 "attr84093") ) +(myObject (attribute1 "attr84094") ) +(myObject (attribute1 "attr84095") ) +(myObject (attribute1 "attr84096") ) +(myObject (attribute1 "attr84097") ) +(myObject (attribute1 "attr84098") ) +(myObject (attribute1 "attr84099") ) +(myObject (attribute1 "attr84100") ) +(myObject (attribute1 "attr84101") ) +(myObject (attribute1 "attr84102") ) +(myObject (attribute1 "attr84103") ) +(myObject (attribute1 "attr84104") ) +(myObject (attribute1 "attr84105") ) +(myObject (attribute1 "attr84106") ) +(myObject (attribute1 "attr84107") ) +(myObject (attribute1 "attr84108") ) +(myObject (attribute1 "attr84109") ) +(myObject (attribute1 "attr84110") ) +(myObject (attribute1 "attr84111") ) +(myObject (attribute1 "attr84112") ) +(myObject (attribute1 "attr84113") ) +(myObject (attribute1 "attr84114") ) +(myObject (attribute1 "attr84115") ) +(myObject (attribute1 "attr84116") ) +(myObject (attribute1 "attr84117") ) +(myObject (attribute1 "attr84118") ) +(myObject (attribute1 "attr84119") ) +(myObject (attribute1 "attr84120") ) +(myObject (attribute1 "attr84121") ) +(myObject (attribute1 "attr84122") ) +(myObject (attribute1 "attr84123") ) +(myObject (attribute1 "attr84124") ) +(myObject (attribute1 "attr84125") ) +(myObject (attribute1 "attr84126") ) +(myObject (attribute1 "attr84127") ) +(myObject (attribute1 "attr84128") ) +(myObject (attribute1 "attr84129") ) +(myObject (attribute1 "attr84130") ) +(myObject (attribute1 "attr84131") ) +(myObject (attribute1 "attr84132") ) +(myObject (attribute1 "attr84133") ) +(myObject (attribute1 "attr84134") ) +(myObject (attribute1 "attr84135") ) +(myObject (attribute1 "attr84136") ) +(myObject (attribute1 "attr84137") ) +(myObject (attribute1 "attr84138") ) +(myObject (attribute1 "attr84139") ) +(myObject (attribute1 "attr84140") ) +(myObject (attribute1 "attr84141") ) +(myObject (attribute1 "attr84142") ) +(myObject (attribute1 "attr84143") ) +(myObject (attribute1 "attr84144") ) +(myObject (attribute1 "attr84145") ) +(myObject (attribute1 "attr84146") ) +(myObject (attribute1 "attr84147") ) +(myObject (attribute1 "attr84148") ) +(myObject (attribute1 "attr84149") ) +(myObject (attribute1 "attr84150") ) +(myObject (attribute1 "attr84151") ) +(myObject (attribute1 "attr84152") ) +(myObject (attribute1 "attr84153") ) +(myObject (attribute1 "attr84154") ) +(myObject (attribute1 "attr84155") ) +(myObject (attribute1 "attr84156") ) +(myObject (attribute1 "attr84157") ) +(myObject (attribute1 "attr84158") ) +(myObject (attribute1 "attr84159") ) +(myObject (attribute1 "attr84160") ) +(myObject (attribute1 "attr84161") ) +(myObject (attribute1 "attr84162") ) +(myObject (attribute1 "attr84163") ) +(myObject (attribute1 "attr84164") ) +(myObject (attribute1 "attr84165") ) +(myObject (attribute1 "attr84166") ) +(myObject (attribute1 "attr84167") ) +(myObject (attribute1 "attr84168") ) +(myObject (attribute1 "attr84169") ) +(myObject (attribute1 "attr84170") ) +(myObject (attribute1 "attr84171") ) +(myObject (attribute1 "attr84172") ) +(myObject (attribute1 "attr84173") ) +(myObject (attribute1 "attr84174") ) +(myObject (attribute1 "attr84175") ) +(myObject (attribute1 "attr84176") ) +(myObject (attribute1 "attr84177") ) +(myObject (attribute1 "attr84178") ) +(myObject (attribute1 "attr84179") ) +(myObject (attribute1 "attr84180") ) +(myObject (attribute1 "attr84181") ) +(myObject (attribute1 "attr84182") ) +(myObject (attribute1 "attr84183") ) +(myObject (attribute1 "attr84184") ) +(myObject (attribute1 "attr84185") ) +(myObject (attribute1 "attr84186") ) +(myObject (attribute1 "attr84187") ) +(myObject (attribute1 "attr84188") ) +(myObject (attribute1 "attr84189") ) +(myObject (attribute1 "attr84190") ) +(myObject (attribute1 "attr84191") ) +(myObject (attribute1 "attr84192") ) +(myObject (attribute1 "attr84193") ) +(myObject (attribute1 "attr84194") ) +(myObject (attribute1 "attr84195") ) +(myObject (attribute1 "attr84196") ) +(myObject (attribute1 "attr84197") ) +(myObject (attribute1 "attr84198") ) +(myObject (attribute1 "attr84199") ) +(myObject (attribute1 "attr84200") ) +(myObject (attribute1 "attr84201") ) +(myObject (attribute1 "attr84202") ) +(myObject (attribute1 "attr84203") ) +(myObject (attribute1 "attr84204") ) +(myObject (attribute1 "attr84205") ) +(myObject (attribute1 "attr84206") ) +(myObject (attribute1 "attr84207") ) +(myObject (attribute1 "attr84208") ) +(myObject (attribute1 "attr84209") ) +(myObject (attribute1 "attr84210") ) +(myObject (attribute1 "attr84211") ) +(myObject (attribute1 "attr84212") ) +(myObject (attribute1 "attr84213") ) +(myObject (attribute1 "attr84214") ) +(myObject (attribute1 "attr84215") ) +(myObject (attribute1 "attr84216") ) +(myObject (attribute1 "attr84217") ) +(myObject (attribute1 "attr84218") ) +(myObject (attribute1 "attr84219") ) +(myObject (attribute1 "attr84220") ) +(myObject (attribute1 "attr84221") ) +(myObject (attribute1 "attr84222") ) +(myObject (attribute1 "attr84223") ) +(myObject (attribute1 "attr84224") ) +(myObject (attribute1 "attr84225") ) +(myObject (attribute1 "attr84226") ) +(myObject (attribute1 "attr84227") ) +(myObject (attribute1 "attr84228") ) +(myObject (attribute1 "attr84229") ) +(myObject (attribute1 "attr84230") ) +(myObject (attribute1 "attr84231") ) +(myObject (attribute1 "attr84232") ) +(myObject (attribute1 "attr84233") ) +(myObject (attribute1 "attr84234") ) +(myObject (attribute1 "attr84235") ) +(myObject (attribute1 "attr84236") ) +(myObject (attribute1 "attr84237") ) +(myObject (attribute1 "attr84238") ) +(myObject (attribute1 "attr84239") ) +(myObject (attribute1 "attr84240") ) +(myObject (attribute1 "attr84241") ) +(myObject (attribute1 "attr84242") ) +(myObject (attribute1 "attr84243") ) +(myObject (attribute1 "attr84244") ) +(myObject (attribute1 "attr84245") ) +(myObject (attribute1 "attr84246") ) +(myObject (attribute1 "attr84247") ) +(myObject (attribute1 "attr84248") ) +(myObject (attribute1 "attr84249") ) +(myObject (attribute1 "attr84250") ) +(myObject (attribute1 "attr84251") ) +(myObject (attribute1 "attr84252") ) +(myObject (attribute1 "attr84253") ) +(myObject (attribute1 "attr84254") ) +(myObject (attribute1 "attr84255") ) +(myObject (attribute1 "attr84256") ) +(myObject (attribute1 "attr84257") ) +(myObject (attribute1 "attr84258") ) +(myObject (attribute1 "attr84259") ) +(myObject (attribute1 "attr84260") ) +(myObject (attribute1 "attr84261") ) +(myObject (attribute1 "attr84262") ) +(myObject (attribute1 "attr84263") ) +(myObject (attribute1 "attr84264") ) +(myObject (attribute1 "attr84265") ) +(myObject (attribute1 "attr84266") ) +(myObject (attribute1 "attr84267") ) +(myObject (attribute1 "attr84268") ) +(myObject (attribute1 "attr84269") ) +(myObject (attribute1 "attr84270") ) +(myObject (attribute1 "attr84271") ) +(myObject (attribute1 "attr84272") ) +(myObject (attribute1 "attr84273") ) +(myObject (attribute1 "attr84274") ) +(myObject (attribute1 "attr84275") ) +(myObject (attribute1 "attr84276") ) +(myObject (attribute1 "attr84277") ) +(myObject (attribute1 "attr84278") ) +(myObject (attribute1 "attr84279") ) +(myObject (attribute1 "attr84280") ) +(myObject (attribute1 "attr84281") ) +(myObject (attribute1 "attr84282") ) +(myObject (attribute1 "attr84283") ) +(myObject (attribute1 "attr84284") ) +(myObject (attribute1 "attr84285") ) +(myObject (attribute1 "attr84286") ) +(myObject (attribute1 "attr84287") ) +(myObject (attribute1 "attr84288") ) +(myObject (attribute1 "attr84289") ) +(myObject (attribute1 "attr84290") ) +(myObject (attribute1 "attr84291") ) +(myObject (attribute1 "attr84292") ) +(myObject (attribute1 "attr84293") ) +(myObject (attribute1 "attr84294") ) +(myObject (attribute1 "attr84295") ) +(myObject (attribute1 "attr84296") ) +(myObject (attribute1 "attr84297") ) +(myObject (attribute1 "attr84298") ) +(myObject (attribute1 "attr84299") ) +(myObject (attribute1 "attr84300") ) +(myObject (attribute1 "attr84301") ) +(myObject (attribute1 "attr84302") ) +(myObject (attribute1 "attr84303") ) +(myObject (attribute1 "attr84304") ) +(myObject (attribute1 "attr84305") ) +(myObject (attribute1 "attr84306") ) +(myObject (attribute1 "attr84307") ) +(myObject (attribute1 "attr84308") ) +(myObject (attribute1 "attr84309") ) +(myObject (attribute1 "attr84310") ) +(myObject (attribute1 "attr84311") ) +(myObject (attribute1 "attr84312") ) +(myObject (attribute1 "attr84313") ) +(myObject (attribute1 "attr84314") ) +(myObject (attribute1 "attr84315") ) +(myObject (attribute1 "attr84316") ) +(myObject (attribute1 "attr84317") ) +(myObject (attribute1 "attr84318") ) +(myObject (attribute1 "attr84319") ) +(myObject (attribute1 "attr84320") ) +(myObject (attribute1 "attr84321") ) +(myObject (attribute1 "attr84322") ) +(myObject (attribute1 "attr84323") ) +(myObject (attribute1 "attr84324") ) +(myObject (attribute1 "attr84325") ) +(myObject (attribute1 "attr84326") ) +(myObject (attribute1 "attr84327") ) +(myObject (attribute1 "attr84328") ) +(myObject (attribute1 "attr84329") ) +(myObject (attribute1 "attr84330") ) +(myObject (attribute1 "attr84331") ) +(myObject (attribute1 "attr84332") ) +(myObject (attribute1 "attr84333") ) +(myObject (attribute1 "attr84334") ) +(myObject (attribute1 "attr84335") ) +(myObject (attribute1 "attr84336") ) +(myObject (attribute1 "attr84337") ) +(myObject (attribute1 "attr84338") ) +(myObject (attribute1 "attr84339") ) +(myObject (attribute1 "attr84340") ) +(myObject (attribute1 "attr84341") ) +(myObject (attribute1 "attr84342") ) +(myObject (attribute1 "attr84343") ) +(myObject (attribute1 "attr84344") ) +(myObject (attribute1 "attr84345") ) +(myObject (attribute1 "attr84346") ) +(myObject (attribute1 "attr84347") ) +(myObject (attribute1 "attr84348") ) +(myObject (attribute1 "attr84349") ) +(myObject (attribute1 "attr84350") ) +(myObject (attribute1 "attr84351") ) +(myObject (attribute1 "attr84352") ) +(myObject (attribute1 "attr84353") ) +(myObject (attribute1 "attr84354") ) +(myObject (attribute1 "attr84355") ) +(myObject (attribute1 "attr84356") ) +(myObject (attribute1 "attr84357") ) +(myObject (attribute1 "attr84358") ) +(myObject (attribute1 "attr84359") ) +(myObject (attribute1 "attr84360") ) +(myObject (attribute1 "attr84361") ) +(myObject (attribute1 "attr84362") ) +(myObject (attribute1 "attr84363") ) +(myObject (attribute1 "attr84364") ) +(myObject (attribute1 "attr84365") ) +(myObject (attribute1 "attr84366") ) +(myObject (attribute1 "attr84367") ) +(myObject (attribute1 "attr84368") ) +(myObject (attribute1 "attr84369") ) +(myObject (attribute1 "attr84370") ) +(myObject (attribute1 "attr84371") ) +(myObject (attribute1 "attr84372") ) +(myObject (attribute1 "attr84373") ) +(myObject (attribute1 "attr84374") ) +(myObject (attribute1 "attr84375") ) +(myObject (attribute1 "attr84376") ) +(myObject (attribute1 "attr84377") ) +(myObject (attribute1 "attr84378") ) +(myObject (attribute1 "attr84379") ) +(myObject (attribute1 "attr84380") ) +(myObject (attribute1 "attr84381") ) +(myObject (attribute1 "attr84382") ) +(myObject (attribute1 "attr84383") ) +(myObject (attribute1 "attr84384") ) +(myObject (attribute1 "attr84385") ) +(myObject (attribute1 "attr84386") ) +(myObject (attribute1 "attr84387") ) +(myObject (attribute1 "attr84388") ) +(myObject (attribute1 "attr84389") ) +(myObject (attribute1 "attr84390") ) +(myObject (attribute1 "attr84391") ) +(myObject (attribute1 "attr84392") ) +(myObject (attribute1 "attr84393") ) +(myObject (attribute1 "attr84394") ) +(myObject (attribute1 "attr84395") ) +(myObject (attribute1 "attr84396") ) +(myObject (attribute1 "attr84397") ) +(myObject (attribute1 "attr84398") ) +(myObject (attribute1 "attr84399") ) +(myObject (attribute1 "attr84400") ) +(myObject (attribute1 "attr84401") ) +(myObject (attribute1 "attr84402") ) +(myObject (attribute1 "attr84403") ) +(myObject (attribute1 "attr84404") ) +(myObject (attribute1 "attr84405") ) +(myObject (attribute1 "attr84406") ) +(myObject (attribute1 "attr84407") ) +(myObject (attribute1 "attr84408") ) +(myObject (attribute1 "attr84409") ) +(myObject (attribute1 "attr84410") ) +(myObject (attribute1 "attr84411") ) +(myObject (attribute1 "attr84412") ) +(myObject (attribute1 "attr84413") ) +(myObject (attribute1 "attr84414") ) +(myObject (attribute1 "attr84415") ) +(myObject (attribute1 "attr84416") ) +(myObject (attribute1 "attr84417") ) +(myObject (attribute1 "attr84418") ) +(myObject (attribute1 "attr84419") ) +(myObject (attribute1 "attr84420") ) +(myObject (attribute1 "attr84421") ) +(myObject (attribute1 "attr84422") ) +(myObject (attribute1 "attr84423") ) +(myObject (attribute1 "attr84424") ) +(myObject (attribute1 "attr84425") ) +(myObject (attribute1 "attr84426") ) +(myObject (attribute1 "attr84427") ) +(myObject (attribute1 "attr84428") ) +(myObject (attribute1 "attr84429") ) +(myObject (attribute1 "attr84430") ) +(myObject (attribute1 "attr84431") ) +(myObject (attribute1 "attr84432") ) +(myObject (attribute1 "attr84433") ) +(myObject (attribute1 "attr84434") ) +(myObject (attribute1 "attr84435") ) +(myObject (attribute1 "attr84436") ) +(myObject (attribute1 "attr84437") ) +(myObject (attribute1 "attr84438") ) +(myObject (attribute1 "attr84439") ) +(myObject (attribute1 "attr84440") ) +(myObject (attribute1 "attr84441") ) +(myObject (attribute1 "attr84442") ) +(myObject (attribute1 "attr84443") ) +(myObject (attribute1 "attr84444") ) +(myObject (attribute1 "attr84445") ) +(myObject (attribute1 "attr84446") ) +(myObject (attribute1 "attr84447") ) +(myObject (attribute1 "attr84448") ) +(myObject (attribute1 "attr84449") ) +(myObject (attribute1 "attr84450") ) +(myObject (attribute1 "attr84451") ) +(myObject (attribute1 "attr84452") ) +(myObject (attribute1 "attr84453") ) +(myObject (attribute1 "attr84454") ) +(myObject (attribute1 "attr84455") ) +(myObject (attribute1 "attr84456") ) +(myObject (attribute1 "attr84457") ) +(myObject (attribute1 "attr84458") ) +(myObject (attribute1 "attr84459") ) +(myObject (attribute1 "attr84460") ) +(myObject (attribute1 "attr84461") ) +(myObject (attribute1 "attr84462") ) +(myObject (attribute1 "attr84463") ) +(myObject (attribute1 "attr84464") ) +(myObject (attribute1 "attr84465") ) +(myObject (attribute1 "attr84466") ) +(myObject (attribute1 "attr84467") ) +(myObject (attribute1 "attr84468") ) +(myObject (attribute1 "attr84469") ) +(myObject (attribute1 "attr84470") ) +(myObject (attribute1 "attr84471") ) +(myObject (attribute1 "attr84472") ) +(myObject (attribute1 "attr84473") ) +(myObject (attribute1 "attr84474") ) +(myObject (attribute1 "attr84475") ) +(myObject (attribute1 "attr84476") ) +(myObject (attribute1 "attr84477") ) +(myObject (attribute1 "attr84478") ) +(myObject (attribute1 "attr84479") ) +(myObject (attribute1 "attr84480") ) +(myObject (attribute1 "attr84481") ) +(myObject (attribute1 "attr84482") ) +(myObject (attribute1 "attr84483") ) +(myObject (attribute1 "attr84484") ) +(myObject (attribute1 "attr84485") ) +(myObject (attribute1 "attr84486") ) +(myObject (attribute1 "attr84487") ) +(myObject (attribute1 "attr84488") ) +(myObject (attribute1 "attr84489") ) +(myObject (attribute1 "attr84490") ) +(myObject (attribute1 "attr84491") ) +(myObject (attribute1 "attr84492") ) +(myObject (attribute1 "attr84493") ) +(myObject (attribute1 "attr84494") ) +(myObject (attribute1 "attr84495") ) +(myObject (attribute1 "attr84496") ) +(myObject (attribute1 "attr84497") ) +(myObject (attribute1 "attr84498") ) +(myObject (attribute1 "attr84499") ) +(myObject (attribute1 "attr84500") ) +(myObject (attribute1 "attr84501") ) +(myObject (attribute1 "attr84502") ) +(myObject (attribute1 "attr84503") ) +(myObject (attribute1 "attr84504") ) +(myObject (attribute1 "attr84505") ) +(myObject (attribute1 "attr84506") ) +(myObject (attribute1 "attr84507") ) +(myObject (attribute1 "attr84508") ) +(myObject (attribute1 "attr84509") ) +(myObject (attribute1 "attr84510") ) +(myObject (attribute1 "attr84511") ) +(myObject (attribute1 "attr84512") ) +(myObject (attribute1 "attr84513") ) +(myObject (attribute1 "attr84514") ) +(myObject (attribute1 "attr84515") ) +(myObject (attribute1 "attr84516") ) +(myObject (attribute1 "attr84517") ) +(myObject (attribute1 "attr84518") ) +(myObject (attribute1 "attr84519") ) +(myObject (attribute1 "attr84520") ) +(myObject (attribute1 "attr84521") ) +(myObject (attribute1 "attr84522") ) +(myObject (attribute1 "attr84523") ) +(myObject (attribute1 "attr84524") ) +(myObject (attribute1 "attr84525") ) +(myObject (attribute1 "attr84526") ) +(myObject (attribute1 "attr84527") ) +(myObject (attribute1 "attr84528") ) +(myObject (attribute1 "attr84529") ) +(myObject (attribute1 "attr84530") ) +(myObject (attribute1 "attr84531") ) +(myObject (attribute1 "attr84532") ) +(myObject (attribute1 "attr84533") ) +(myObject (attribute1 "attr84534") ) +(myObject (attribute1 "attr84535") ) +(myObject (attribute1 "attr84536") ) +(myObject (attribute1 "attr84537") ) +(myObject (attribute1 "attr84538") ) +(myObject (attribute1 "attr84539") ) +(myObject (attribute1 "attr84540") ) +(myObject (attribute1 "attr84541") ) +(myObject (attribute1 "attr84542") ) +(myObject (attribute1 "attr84543") ) +(myObject (attribute1 "attr84544") ) +(myObject (attribute1 "attr84545") ) +(myObject (attribute1 "attr84546") ) +(myObject (attribute1 "attr84547") ) +(myObject (attribute1 "attr84548") ) +(myObject (attribute1 "attr84549") ) +(myObject (attribute1 "attr84550") ) +(myObject (attribute1 "attr84551") ) +(myObject (attribute1 "attr84552") ) +(myObject (attribute1 "attr84553") ) +(myObject (attribute1 "attr84554") ) +(myObject (attribute1 "attr84555") ) +(myObject (attribute1 "attr84556") ) +(myObject (attribute1 "attr84557") ) +(myObject (attribute1 "attr84558") ) +(myObject (attribute1 "attr84559") ) +(myObject (attribute1 "attr84560") ) +(myObject (attribute1 "attr84561") ) +(myObject (attribute1 "attr84562") ) +(myObject (attribute1 "attr84563") ) +(myObject (attribute1 "attr84564") ) +(myObject (attribute1 "attr84565") ) +(myObject (attribute1 "attr84566") ) +(myObject (attribute1 "attr84567") ) +(myObject (attribute1 "attr84568") ) +(myObject (attribute1 "attr84569") ) +(myObject (attribute1 "attr84570") ) +(myObject (attribute1 "attr84571") ) +(myObject (attribute1 "attr84572") ) +(myObject (attribute1 "attr84573") ) +(myObject (attribute1 "attr84574") ) +(myObject (attribute1 "attr84575") ) +(myObject (attribute1 "attr84576") ) +(myObject (attribute1 "attr84577") ) +(myObject (attribute1 "attr84578") ) +(myObject (attribute1 "attr84579") ) +(myObject (attribute1 "attr84580") ) +(myObject (attribute1 "attr84581") ) +(myObject (attribute1 "attr84582") ) +(myObject (attribute1 "attr84583") ) +(myObject (attribute1 "attr84584") ) +(myObject (attribute1 "attr84585") ) +(myObject (attribute1 "attr84586") ) +(myObject (attribute1 "attr84587") ) +(myObject (attribute1 "attr84588") ) +(myObject (attribute1 "attr84589") ) +(myObject (attribute1 "attr84590") ) +(myObject (attribute1 "attr84591") ) +(myObject (attribute1 "attr84592") ) +(myObject (attribute1 "attr84593") ) +(myObject (attribute1 "attr84594") ) +(myObject (attribute1 "attr84595") ) +(myObject (attribute1 "attr84596") ) +(myObject (attribute1 "attr84597") ) +(myObject (attribute1 "attr84598") ) +(myObject (attribute1 "attr84599") ) +(myObject (attribute1 "attr84600") ) +(myObject (attribute1 "attr84601") ) +(myObject (attribute1 "attr84602") ) +(myObject (attribute1 "attr84603") ) +(myObject (attribute1 "attr84604") ) +(myObject (attribute1 "attr84605") ) +(myObject (attribute1 "attr84606") ) +(myObject (attribute1 "attr84607") ) +(myObject (attribute1 "attr84608") ) +(myObject (attribute1 "attr84609") ) +(myObject (attribute1 "attr84610") ) +(myObject (attribute1 "attr84611") ) +(myObject (attribute1 "attr84612") ) +(myObject (attribute1 "attr84613") ) +(myObject (attribute1 "attr84614") ) +(myObject (attribute1 "attr84615") ) +(myObject (attribute1 "attr84616") ) +(myObject (attribute1 "attr84617") ) +(myObject (attribute1 "attr84618") ) +(myObject (attribute1 "attr84619") ) +(myObject (attribute1 "attr84620") ) +(myObject (attribute1 "attr84621") ) +(myObject (attribute1 "attr84622") ) +(myObject (attribute1 "attr84623") ) +(myObject (attribute1 "attr84624") ) +(myObject (attribute1 "attr84625") ) +(myObject (attribute1 "attr84626") ) +(myObject (attribute1 "attr84627") ) +(myObject (attribute1 "attr84628") ) +(myObject (attribute1 "attr84629") ) +(myObject (attribute1 "attr84630") ) +(myObject (attribute1 "attr84631") ) +(myObject (attribute1 "attr84632") ) +(myObject (attribute1 "attr84633") ) +(myObject (attribute1 "attr84634") ) +(myObject (attribute1 "attr84635") ) +(myObject (attribute1 "attr84636") ) +(myObject (attribute1 "attr84637") ) +(myObject (attribute1 "attr84638") ) +(myObject (attribute1 "attr84639") ) +(myObject (attribute1 "attr84640") ) +(myObject (attribute1 "attr84641") ) +(myObject (attribute1 "attr84642") ) +(myObject (attribute1 "attr84643") ) +(myObject (attribute1 "attr84644") ) +(myObject (attribute1 "attr84645") ) +(myObject (attribute1 "attr84646") ) +(myObject (attribute1 "attr84647") ) +(myObject (attribute1 "attr84648") ) +(myObject (attribute1 "attr84649") ) +(myObject (attribute1 "attr84650") ) +(myObject (attribute1 "attr84651") ) +(myObject (attribute1 "attr84652") ) +(myObject (attribute1 "attr84653") ) +(myObject (attribute1 "attr84654") ) +(myObject (attribute1 "attr84655") ) +(myObject (attribute1 "attr84656") ) +(myObject (attribute1 "attr84657") ) +(myObject (attribute1 "attr84658") ) +(myObject (attribute1 "attr84659") ) +(myObject (attribute1 "attr84660") ) +(myObject (attribute1 "attr84661") ) +(myObject (attribute1 "attr84662") ) +(myObject (attribute1 "attr84663") ) +(myObject (attribute1 "attr84664") ) +(myObject (attribute1 "attr84665") ) +(myObject (attribute1 "attr84666") ) +(myObject (attribute1 "attr84667") ) +(myObject (attribute1 "attr84668") ) +(myObject (attribute1 "attr84669") ) +(myObject (attribute1 "attr84670") ) +(myObject (attribute1 "attr84671") ) +(myObject (attribute1 "attr84672") ) +(myObject (attribute1 "attr84673") ) +(myObject (attribute1 "attr84674") ) +(myObject (attribute1 "attr84675") ) +(myObject (attribute1 "attr84676") ) +(myObject (attribute1 "attr84677") ) +(myObject (attribute1 "attr84678") ) +(myObject (attribute1 "attr84679") ) +(myObject (attribute1 "attr84680") ) +(myObject (attribute1 "attr84681") ) +(myObject (attribute1 "attr84682") ) +(myObject (attribute1 "attr84683") ) +(myObject (attribute1 "attr84684") ) +(myObject (attribute1 "attr84685") ) +(myObject (attribute1 "attr84686") ) +(myObject (attribute1 "attr84687") ) +(myObject (attribute1 "attr84688") ) +(myObject (attribute1 "attr84689") ) +(myObject (attribute1 "attr84690") ) +(myObject (attribute1 "attr84691") ) +(myObject (attribute1 "attr84692") ) +(myObject (attribute1 "attr84693") ) +(myObject (attribute1 "attr84694") ) +(myObject (attribute1 "attr84695") ) +(myObject (attribute1 "attr84696") ) +(myObject (attribute1 "attr84697") ) +(myObject (attribute1 "attr84698") ) +(myObject (attribute1 "attr84699") ) +(myObject (attribute1 "attr84700") ) +(myObject (attribute1 "attr84701") ) +(myObject (attribute1 "attr84702") ) +(myObject (attribute1 "attr84703") ) +(myObject (attribute1 "attr84704") ) +(myObject (attribute1 "attr84705") ) +(myObject (attribute1 "attr84706") ) +(myObject (attribute1 "attr84707") ) +(myObject (attribute1 "attr84708") ) +(myObject (attribute1 "attr84709") ) +(myObject (attribute1 "attr84710") ) +(myObject (attribute1 "attr84711") ) +(myObject (attribute1 "attr84712") ) +(myObject (attribute1 "attr84713") ) +(myObject (attribute1 "attr84714") ) +(myObject (attribute1 "attr84715") ) +(myObject (attribute1 "attr84716") ) +(myObject (attribute1 "attr84717") ) +(myObject (attribute1 "attr84718") ) +(myObject (attribute1 "attr84719") ) +(myObject (attribute1 "attr84720") ) +(myObject (attribute1 "attr84721") ) +(myObject (attribute1 "attr84722") ) +(myObject (attribute1 "attr84723") ) +(myObject (attribute1 "attr84724") ) +(myObject (attribute1 "attr84725") ) +(myObject (attribute1 "attr84726") ) +(myObject (attribute1 "attr84727") ) +(myObject (attribute1 "attr84728") ) +(myObject (attribute1 "attr84729") ) +(myObject (attribute1 "attr84730") ) +(myObject (attribute1 "attr84731") ) +(myObject (attribute1 "attr84732") ) +(myObject (attribute1 "attr84733") ) +(myObject (attribute1 "attr84734") ) +(myObject (attribute1 "attr84735") ) +(myObject (attribute1 "attr84736") ) +(myObject (attribute1 "attr84737") ) +(myObject (attribute1 "attr84738") ) +(myObject (attribute1 "attr84739") ) +(myObject (attribute1 "attr84740") ) +(myObject (attribute1 "attr84741") ) +(myObject (attribute1 "attr84742") ) +(myObject (attribute1 "attr84743") ) +(myObject (attribute1 "attr84744") ) +(myObject (attribute1 "attr84745") ) +(myObject (attribute1 "attr84746") ) +(myObject (attribute1 "attr84747") ) +(myObject (attribute1 "attr84748") ) +(myObject (attribute1 "attr84749") ) +(myObject (attribute1 "attr84750") ) +(myObject (attribute1 "attr84751") ) +(myObject (attribute1 "attr84752") ) +(myObject (attribute1 "attr84753") ) +(myObject (attribute1 "attr84754") ) +(myObject (attribute1 "attr84755") ) +(myObject (attribute1 "attr84756") ) +(myObject (attribute1 "attr84757") ) +(myObject (attribute1 "attr84758") ) +(myObject (attribute1 "attr84759") ) +(myObject (attribute1 "attr84760") ) +(myObject (attribute1 "attr84761") ) +(myObject (attribute1 "attr84762") ) +(myObject (attribute1 "attr84763") ) +(myObject (attribute1 "attr84764") ) +(myObject (attribute1 "attr84765") ) +(myObject (attribute1 "attr84766") ) +(myObject (attribute1 "attr84767") ) +(myObject (attribute1 "attr84768") ) +(myObject (attribute1 "attr84769") ) +(myObject (attribute1 "attr84770") ) +(myObject (attribute1 "attr84771") ) +(myObject (attribute1 "attr84772") ) +(myObject (attribute1 "attr84773") ) +(myObject (attribute1 "attr84774") ) +(myObject (attribute1 "attr84775") ) +(myObject (attribute1 "attr84776") ) +(myObject (attribute1 "attr84777") ) +(myObject (attribute1 "attr84778") ) +(myObject (attribute1 "attr84779") ) +(myObject (attribute1 "attr84780") ) +(myObject (attribute1 "attr84781") ) +(myObject (attribute1 "attr84782") ) +(myObject (attribute1 "attr84783") ) +(myObject (attribute1 "attr84784") ) +(myObject (attribute1 "attr84785") ) +(myObject (attribute1 "attr84786") ) +(myObject (attribute1 "attr84787") ) +(myObject (attribute1 "attr84788") ) +(myObject (attribute1 "attr84789") ) +(myObject (attribute1 "attr84790") ) +(myObject (attribute1 "attr84791") ) +(myObject (attribute1 "attr84792") ) +(myObject (attribute1 "attr84793") ) +(myObject (attribute1 "attr84794") ) +(myObject (attribute1 "attr84795") ) +(myObject (attribute1 "attr84796") ) +(myObject (attribute1 "attr84797") ) +(myObject (attribute1 "attr84798") ) +(myObject (attribute1 "attr84799") ) +(myObject (attribute1 "attr84800") ) +(myObject (attribute1 "attr84801") ) +(myObject (attribute1 "attr84802") ) +(myObject (attribute1 "attr84803") ) +(myObject (attribute1 "attr84804") ) +(myObject (attribute1 "attr84805") ) +(myObject (attribute1 "attr84806") ) +(myObject (attribute1 "attr84807") ) +(myObject (attribute1 "attr84808") ) +(myObject (attribute1 "attr84809") ) +(myObject (attribute1 "attr84810") ) +(myObject (attribute1 "attr84811") ) +(myObject (attribute1 "attr84812") ) +(myObject (attribute1 "attr84813") ) +(myObject (attribute1 "attr84814") ) +(myObject (attribute1 "attr84815") ) +(myObject (attribute1 "attr84816") ) +(myObject (attribute1 "attr84817") ) +(myObject (attribute1 "attr84818") ) +(myObject (attribute1 "attr84819") ) +(myObject (attribute1 "attr84820") ) +(myObject (attribute1 "attr84821") ) +(myObject (attribute1 "attr84822") ) +(myObject (attribute1 "attr84823") ) +(myObject (attribute1 "attr84824") ) +(myObject (attribute1 "attr84825") ) +(myObject (attribute1 "attr84826") ) +(myObject (attribute1 "attr84827") ) +(myObject (attribute1 "attr84828") ) +(myObject (attribute1 "attr84829") ) +(myObject (attribute1 "attr84830") ) +(myObject (attribute1 "attr84831") ) +(myObject (attribute1 "attr84832") ) +(myObject (attribute1 "attr84833") ) +(myObject (attribute1 "attr84834") ) +(myObject (attribute1 "attr84835") ) +(myObject (attribute1 "attr84836") ) +(myObject (attribute1 "attr84837") ) +(myObject (attribute1 "attr84838") ) +(myObject (attribute1 "attr84839") ) +(myObject (attribute1 "attr84840") ) +(myObject (attribute1 "attr84841") ) +(myObject (attribute1 "attr84842") ) +(myObject (attribute1 "attr84843") ) +(myObject (attribute1 "attr84844") ) +(myObject (attribute1 "attr84845") ) +(myObject (attribute1 "attr84846") ) +(myObject (attribute1 "attr84847") ) +(myObject (attribute1 "attr84848") ) +(myObject (attribute1 "attr84849") ) +(myObject (attribute1 "attr84850") ) +(myObject (attribute1 "attr84851") ) +(myObject (attribute1 "attr84852") ) +(myObject (attribute1 "attr84853") ) +(myObject (attribute1 "attr84854") ) +(myObject (attribute1 "attr84855") ) +(myObject (attribute1 "attr84856") ) +(myObject (attribute1 "attr84857") ) +(myObject (attribute1 "attr84858") ) +(myObject (attribute1 "attr84859") ) +(myObject (attribute1 "attr84860") ) +(myObject (attribute1 "attr84861") ) +(myObject (attribute1 "attr84862") ) +(myObject (attribute1 "attr84863") ) +(myObject (attribute1 "attr84864") ) +(myObject (attribute1 "attr84865") ) +(myObject (attribute1 "attr84866") ) +(myObject (attribute1 "attr84867") ) +(myObject (attribute1 "attr84868") ) +(myObject (attribute1 "attr84869") ) +(myObject (attribute1 "attr84870") ) +(myObject (attribute1 "attr84871") ) +(myObject (attribute1 "attr84872") ) +(myObject (attribute1 "attr84873") ) +(myObject (attribute1 "attr84874") ) +(myObject (attribute1 "attr84875") ) +(myObject (attribute1 "attr84876") ) +(myObject (attribute1 "attr84877") ) +(myObject (attribute1 "attr84878") ) +(myObject (attribute1 "attr84879") ) +(myObject (attribute1 "attr84880") ) +(myObject (attribute1 "attr84881") ) +(myObject (attribute1 "attr84882") ) +(myObject (attribute1 "attr84883") ) +(myObject (attribute1 "attr84884") ) +(myObject (attribute1 "attr84885") ) +(myObject (attribute1 "attr84886") ) +(myObject (attribute1 "attr84887") ) +(myObject (attribute1 "attr84888") ) +(myObject (attribute1 "attr84889") ) +(myObject (attribute1 "attr84890") ) +(myObject (attribute1 "attr84891") ) +(myObject (attribute1 "attr84892") ) +(myObject (attribute1 "attr84893") ) +(myObject (attribute1 "attr84894") ) +(myObject (attribute1 "attr84895") ) +(myObject (attribute1 "attr84896") ) +(myObject (attribute1 "attr84897") ) +(myObject (attribute1 "attr84898") ) +(myObject (attribute1 "attr84899") ) +(myObject (attribute1 "attr84900") ) +(myObject (attribute1 "attr84901") ) +(myObject (attribute1 "attr84902") ) +(myObject (attribute1 "attr84903") ) +(myObject (attribute1 "attr84904") ) +(myObject (attribute1 "attr84905") ) +(myObject (attribute1 "attr84906") ) +(myObject (attribute1 "attr84907") ) +(myObject (attribute1 "attr84908") ) +(myObject (attribute1 "attr84909") ) +(myObject (attribute1 "attr84910") ) +(myObject (attribute1 "attr84911") ) +(myObject (attribute1 "attr84912") ) +(myObject (attribute1 "attr84913") ) +(myObject (attribute1 "attr84914") ) +(myObject (attribute1 "attr84915") ) +(myObject (attribute1 "attr84916") ) +(myObject (attribute1 "attr84917") ) +(myObject (attribute1 "attr84918") ) +(myObject (attribute1 "attr84919") ) +(myObject (attribute1 "attr84920") ) +(myObject (attribute1 "attr84921") ) +(myObject (attribute1 "attr84922") ) +(myObject (attribute1 "attr84923") ) +(myObject (attribute1 "attr84924") ) +(myObject (attribute1 "attr84925") ) +(myObject (attribute1 "attr84926") ) +(myObject (attribute1 "attr84927") ) +(myObject (attribute1 "attr84928") ) +(myObject (attribute1 "attr84929") ) +(myObject (attribute1 "attr84930") ) +(myObject (attribute1 "attr84931") ) +(myObject (attribute1 "attr84932") ) +(myObject (attribute1 "attr84933") ) +(myObject (attribute1 "attr84934") ) +(myObject (attribute1 "attr84935") ) +(myObject (attribute1 "attr84936") ) +(myObject (attribute1 "attr84937") ) +(myObject (attribute1 "attr84938") ) +(myObject (attribute1 "attr84939") ) +(myObject (attribute1 "attr84940") ) +(myObject (attribute1 "attr84941") ) +(myObject (attribute1 "attr84942") ) +(myObject (attribute1 "attr84943") ) +(myObject (attribute1 "attr84944") ) +(myObject (attribute1 "attr84945") ) +(myObject (attribute1 "attr84946") ) +(myObject (attribute1 "attr84947") ) +(myObject (attribute1 "attr84948") ) +(myObject (attribute1 "attr84949") ) +(myObject (attribute1 "attr84950") ) +(myObject (attribute1 "attr84951") ) +(myObject (attribute1 "attr84952") ) +(myObject (attribute1 "attr84953") ) +(myObject (attribute1 "attr84954") ) +(myObject (attribute1 "attr84955") ) +(myObject (attribute1 "attr84956") ) +(myObject (attribute1 "attr84957") ) +(myObject (attribute1 "attr84958") ) +(myObject (attribute1 "attr84959") ) +(myObject (attribute1 "attr84960") ) +(myObject (attribute1 "attr84961") ) +(myObject (attribute1 "attr84962") ) +(myObject (attribute1 "attr84963") ) +(myObject (attribute1 "attr84964") ) +(myObject (attribute1 "attr84965") ) +(myObject (attribute1 "attr84966") ) +(myObject (attribute1 "attr84967") ) +(myObject (attribute1 "attr84968") ) +(myObject (attribute1 "attr84969") ) +(myObject (attribute1 "attr84970") ) +(myObject (attribute1 "attr84971") ) +(myObject (attribute1 "attr84972") ) +(myObject (attribute1 "attr84973") ) +(myObject (attribute1 "attr84974") ) +(myObject (attribute1 "attr84975") ) +(myObject (attribute1 "attr84976") ) +(myObject (attribute1 "attr84977") ) +(myObject (attribute1 "attr84978") ) +(myObject (attribute1 "attr84979") ) +(myObject (attribute1 "attr84980") ) +(myObject (attribute1 "attr84981") ) +(myObject (attribute1 "attr84982") ) +(myObject (attribute1 "attr84983") ) +(myObject (attribute1 "attr84984") ) +(myObject (attribute1 "attr84985") ) +(myObject (attribute1 "attr84986") ) +(myObject (attribute1 "attr84987") ) +(myObject (attribute1 "attr84988") ) +(myObject (attribute1 "attr84989") ) +(myObject (attribute1 "attr84990") ) +(myObject (attribute1 "attr84991") ) +(myObject (attribute1 "attr84992") ) +(myObject (attribute1 "attr84993") ) +(myObject (attribute1 "attr84994") ) +(myObject (attribute1 "attr84995") ) +(myObject (attribute1 "attr84996") ) +(myObject (attribute1 "attr84997") ) +(myObject (attribute1 "attr84998") ) +(myObject (attribute1 "attr84999") ) +(myObject (attribute1 "attr85000") ) +(myObject (attribute1 "attr85001") ) +(myObject (attribute1 "attr85002") ) +(myObject (attribute1 "attr85003") ) +(myObject (attribute1 "attr85004") ) +(myObject (attribute1 "attr85005") ) +(myObject (attribute1 "attr85006") ) +(myObject (attribute1 "attr85007") ) +(myObject (attribute1 "attr85008") ) +(myObject (attribute1 "attr85009") ) +(myObject (attribute1 "attr85010") ) +(myObject (attribute1 "attr85011") ) +(myObject (attribute1 "attr85012") ) +(myObject (attribute1 "attr85013") ) +(myObject (attribute1 "attr85014") ) +(myObject (attribute1 "attr85015") ) +(myObject (attribute1 "attr85016") ) +(myObject (attribute1 "attr85017") ) +(myObject (attribute1 "attr85018") ) +(myObject (attribute1 "attr85019") ) +(myObject (attribute1 "attr85020") ) +(myObject (attribute1 "attr85021") ) +(myObject (attribute1 "attr85022") ) +(myObject (attribute1 "attr85023") ) +(myObject (attribute1 "attr85024") ) +(myObject (attribute1 "attr85025") ) +(myObject (attribute1 "attr85026") ) +(myObject (attribute1 "attr85027") ) +(myObject (attribute1 "attr85028") ) +(myObject (attribute1 "attr85029") ) +(myObject (attribute1 "attr85030") ) +(myObject (attribute1 "attr85031") ) +(myObject (attribute1 "attr85032") ) +(myObject (attribute1 "attr85033") ) +(myObject (attribute1 "attr85034") ) +(myObject (attribute1 "attr85035") ) +(myObject (attribute1 "attr85036") ) +(myObject (attribute1 "attr85037") ) +(myObject (attribute1 "attr85038") ) +(myObject (attribute1 "attr85039") ) +(myObject (attribute1 "attr85040") ) +(myObject (attribute1 "attr85041") ) +(myObject (attribute1 "attr85042") ) +(myObject (attribute1 "attr85043") ) +(myObject (attribute1 "attr85044") ) +(myObject (attribute1 "attr85045") ) +(myObject (attribute1 "attr85046") ) +(myObject (attribute1 "attr85047") ) +(myObject (attribute1 "attr85048") ) +(myObject (attribute1 "attr85049") ) +(myObject (attribute1 "attr85050") ) +(myObject (attribute1 "attr85051") ) +(myObject (attribute1 "attr85052") ) +(myObject (attribute1 "attr85053") ) +(myObject (attribute1 "attr85054") ) +(myObject (attribute1 "attr85055") ) +(myObject (attribute1 "attr85056") ) +(myObject (attribute1 "attr85057") ) +(myObject (attribute1 "attr85058") ) +(myObject (attribute1 "attr85059") ) +(myObject (attribute1 "attr85060") ) +(myObject (attribute1 "attr85061") ) +(myObject (attribute1 "attr85062") ) +(myObject (attribute1 "attr85063") ) +(myObject (attribute1 "attr85064") ) +(myObject (attribute1 "attr85065") ) +(myObject (attribute1 "attr85066") ) +(myObject (attribute1 "attr85067") ) +(myObject (attribute1 "attr85068") ) +(myObject (attribute1 "attr85069") ) +(myObject (attribute1 "attr85070") ) +(myObject (attribute1 "attr85071") ) +(myObject (attribute1 "attr85072") ) +(myObject (attribute1 "attr85073") ) +(myObject (attribute1 "attr85074") ) +(myObject (attribute1 "attr85075") ) +(myObject (attribute1 "attr85076") ) +(myObject (attribute1 "attr85077") ) +(myObject (attribute1 "attr85078") ) +(myObject (attribute1 "attr85079") ) +(myObject (attribute1 "attr85080") ) +(myObject (attribute1 "attr85081") ) +(myObject (attribute1 "attr85082") ) +(myObject (attribute1 "attr85083") ) +(myObject (attribute1 "attr85084") ) +(myObject (attribute1 "attr85085") ) +(myObject (attribute1 "attr85086") ) +(myObject (attribute1 "attr85087") ) +(myObject (attribute1 "attr85088") ) +(myObject (attribute1 "attr85089") ) +(myObject (attribute1 "attr85090") ) +(myObject (attribute1 "attr85091") ) +(myObject (attribute1 "attr85092") ) +(myObject (attribute1 "attr85093") ) +(myObject (attribute1 "attr85094") ) +(myObject (attribute1 "attr85095") ) +(myObject (attribute1 "attr85096") ) +(myObject (attribute1 "attr85097") ) +(myObject (attribute1 "attr85098") ) +(myObject (attribute1 "attr85099") ) +(myObject (attribute1 "attr85100") ) +(myObject (attribute1 "attr85101") ) +(myObject (attribute1 "attr85102") ) +(myObject (attribute1 "attr85103") ) +(myObject (attribute1 "attr85104") ) +(myObject (attribute1 "attr85105") ) +(myObject (attribute1 "attr85106") ) +(myObject (attribute1 "attr85107") ) +(myObject (attribute1 "attr85108") ) +(myObject (attribute1 "attr85109") ) +(myObject (attribute1 "attr85110") ) +(myObject (attribute1 "attr85111") ) +(myObject (attribute1 "attr85112") ) +(myObject (attribute1 "attr85113") ) +(myObject (attribute1 "attr85114") ) +(myObject (attribute1 "attr85115") ) +(myObject (attribute1 "attr85116") ) +(myObject (attribute1 "attr85117") ) +(myObject (attribute1 "attr85118") ) +(myObject (attribute1 "attr85119") ) +(myObject (attribute1 "attr85120") ) +(myObject (attribute1 "attr85121") ) +(myObject (attribute1 "attr85122") ) +(myObject (attribute1 "attr85123") ) +(myObject (attribute1 "attr85124") ) +(myObject (attribute1 "attr85125") ) +(myObject (attribute1 "attr85126") ) +(myObject (attribute1 "attr85127") ) +(myObject (attribute1 "attr85128") ) +(myObject (attribute1 "attr85129") ) +(myObject (attribute1 "attr85130") ) +(myObject (attribute1 "attr85131") ) +(myObject (attribute1 "attr85132") ) +(myObject (attribute1 "attr85133") ) +(myObject (attribute1 "attr85134") ) +(myObject (attribute1 "attr85135") ) +(myObject (attribute1 "attr85136") ) +(myObject (attribute1 "attr85137") ) +(myObject (attribute1 "attr85138") ) +(myObject (attribute1 "attr85139") ) +(myObject (attribute1 "attr85140") ) +(myObject (attribute1 "attr85141") ) +(myObject (attribute1 "attr85142") ) +(myObject (attribute1 "attr85143") ) +(myObject (attribute1 "attr85144") ) +(myObject (attribute1 "attr85145") ) +(myObject (attribute1 "attr85146") ) +(myObject (attribute1 "attr85147") ) +(myObject (attribute1 "attr85148") ) +(myObject (attribute1 "attr85149") ) +(myObject (attribute1 "attr85150") ) +(myObject (attribute1 "attr85151") ) +(myObject (attribute1 "attr85152") ) +(myObject (attribute1 "attr85153") ) +(myObject (attribute1 "attr85154") ) +(myObject (attribute1 "attr85155") ) +(myObject (attribute1 "attr85156") ) +(myObject (attribute1 "attr85157") ) +(myObject (attribute1 "attr85158") ) +(myObject (attribute1 "attr85159") ) +(myObject (attribute1 "attr85160") ) +(myObject (attribute1 "attr85161") ) +(myObject (attribute1 "attr85162") ) +(myObject (attribute1 "attr85163") ) +(myObject (attribute1 "attr85164") ) +(myObject (attribute1 "attr85165") ) +(myObject (attribute1 "attr85166") ) +(myObject (attribute1 "attr85167") ) +(myObject (attribute1 "attr85168") ) +(myObject (attribute1 "attr85169") ) +(myObject (attribute1 "attr85170") ) +(myObject (attribute1 "attr85171") ) +(myObject (attribute1 "attr85172") ) +(myObject (attribute1 "attr85173") ) +(myObject (attribute1 "attr85174") ) +(myObject (attribute1 "attr85175") ) +(myObject (attribute1 "attr85176") ) +(myObject (attribute1 "attr85177") ) +(myObject (attribute1 "attr85178") ) +(myObject (attribute1 "attr85179") ) +(myObject (attribute1 "attr85180") ) +(myObject (attribute1 "attr85181") ) +(myObject (attribute1 "attr85182") ) +(myObject (attribute1 "attr85183") ) +(myObject (attribute1 "attr85184") ) +(myObject (attribute1 "attr85185") ) +(myObject (attribute1 "attr85186") ) +(myObject (attribute1 "attr85187") ) +(myObject (attribute1 "attr85188") ) +(myObject (attribute1 "attr85189") ) +(myObject (attribute1 "attr85190") ) +(myObject (attribute1 "attr85191") ) +(myObject (attribute1 "attr85192") ) +(myObject (attribute1 "attr85193") ) +(myObject (attribute1 "attr85194") ) +(myObject (attribute1 "attr85195") ) +(myObject (attribute1 "attr85196") ) +(myObject (attribute1 "attr85197") ) +(myObject (attribute1 "attr85198") ) +(myObject (attribute1 "attr85199") ) +(myObject (attribute1 "attr85200") ) +(myObject (attribute1 "attr85201") ) +(myObject (attribute1 "attr85202") ) +(myObject (attribute1 "attr85203") ) +(myObject (attribute1 "attr85204") ) +(myObject (attribute1 "attr85205") ) +(myObject (attribute1 "attr85206") ) +(myObject (attribute1 "attr85207") ) +(myObject (attribute1 "attr85208") ) +(myObject (attribute1 "attr85209") ) +(myObject (attribute1 "attr85210") ) +(myObject (attribute1 "attr85211") ) +(myObject (attribute1 "attr85212") ) +(myObject (attribute1 "attr85213") ) +(myObject (attribute1 "attr85214") ) +(myObject (attribute1 "attr85215") ) +(myObject (attribute1 "attr85216") ) +(myObject (attribute1 "attr85217") ) +(myObject (attribute1 "attr85218") ) +(myObject (attribute1 "attr85219") ) +(myObject (attribute1 "attr85220") ) +(myObject (attribute1 "attr85221") ) +(myObject (attribute1 "attr85222") ) +(myObject (attribute1 "attr85223") ) +(myObject (attribute1 "attr85224") ) +(myObject (attribute1 "attr85225") ) +(myObject (attribute1 "attr85226") ) +(myObject (attribute1 "attr85227") ) +(myObject (attribute1 "attr85228") ) +(myObject (attribute1 "attr85229") ) +(myObject (attribute1 "attr85230") ) +(myObject (attribute1 "attr85231") ) +(myObject (attribute1 "attr85232") ) +(myObject (attribute1 "attr85233") ) +(myObject (attribute1 "attr85234") ) +(myObject (attribute1 "attr85235") ) +(myObject (attribute1 "attr85236") ) +(myObject (attribute1 "attr85237") ) +(myObject (attribute1 "attr85238") ) +(myObject (attribute1 "attr85239") ) +(myObject (attribute1 "attr85240") ) +(myObject (attribute1 "attr85241") ) +(myObject (attribute1 "attr85242") ) +(myObject (attribute1 "attr85243") ) +(myObject (attribute1 "attr85244") ) +(myObject (attribute1 "attr85245") ) +(myObject (attribute1 "attr85246") ) +(myObject (attribute1 "attr85247") ) +(myObject (attribute1 "attr85248") ) +(myObject (attribute1 "attr85249") ) +(myObject (attribute1 "attr85250") ) +(myObject (attribute1 "attr85251") ) +(myObject (attribute1 "attr85252") ) +(myObject (attribute1 "attr85253") ) +(myObject (attribute1 "attr85254") ) +(myObject (attribute1 "attr85255") ) +(myObject (attribute1 "attr85256") ) +(myObject (attribute1 "attr85257") ) +(myObject (attribute1 "attr85258") ) +(myObject (attribute1 "attr85259") ) +(myObject (attribute1 "attr85260") ) +(myObject (attribute1 "attr85261") ) +(myObject (attribute1 "attr85262") ) +(myObject (attribute1 "attr85263") ) +(myObject (attribute1 "attr85264") ) +(myObject (attribute1 "attr85265") ) +(myObject (attribute1 "attr85266") ) +(myObject (attribute1 "attr85267") ) +(myObject (attribute1 "attr85268") ) +(myObject (attribute1 "attr85269") ) +(myObject (attribute1 "attr85270") ) +(myObject (attribute1 "attr85271") ) +(myObject (attribute1 "attr85272") ) +(myObject (attribute1 "attr85273") ) +(myObject (attribute1 "attr85274") ) +(myObject (attribute1 "attr85275") ) +(myObject (attribute1 "attr85276") ) +(myObject (attribute1 "attr85277") ) +(myObject (attribute1 "attr85278") ) +(myObject (attribute1 "attr85279") ) +(myObject (attribute1 "attr85280") ) +(myObject (attribute1 "attr85281") ) +(myObject (attribute1 "attr85282") ) +(myObject (attribute1 "attr85283") ) +(myObject (attribute1 "attr85284") ) +(myObject (attribute1 "attr85285") ) +(myObject (attribute1 "attr85286") ) +(myObject (attribute1 "attr85287") ) +(myObject (attribute1 "attr85288") ) +(myObject (attribute1 "attr85289") ) +(myObject (attribute1 "attr85290") ) +(myObject (attribute1 "attr85291") ) +(myObject (attribute1 "attr85292") ) +(myObject (attribute1 "attr85293") ) +(myObject (attribute1 "attr85294") ) +(myObject (attribute1 "attr85295") ) +(myObject (attribute1 "attr85296") ) +(myObject (attribute1 "attr85297") ) +(myObject (attribute1 "attr85298") ) +(myObject (attribute1 "attr85299") ) +(myObject (attribute1 "attr85300") ) +(myObject (attribute1 "attr85301") ) +(myObject (attribute1 "attr85302") ) +(myObject (attribute1 "attr85303") ) +(myObject (attribute1 "attr85304") ) +(myObject (attribute1 "attr85305") ) +(myObject (attribute1 "attr85306") ) +(myObject (attribute1 "attr85307") ) +(myObject (attribute1 "attr85308") ) +(myObject (attribute1 "attr85309") ) +(myObject (attribute1 "attr85310") ) +(myObject (attribute1 "attr85311") ) +(myObject (attribute1 "attr85312") ) +(myObject (attribute1 "attr85313") ) +(myObject (attribute1 "attr85314") ) +(myObject (attribute1 "attr85315") ) +(myObject (attribute1 "attr85316") ) +(myObject (attribute1 "attr85317") ) +(myObject (attribute1 "attr85318") ) +(myObject (attribute1 "attr85319") ) +(myObject (attribute1 "attr85320") ) +(myObject (attribute1 "attr85321") ) +(myObject (attribute1 "attr85322") ) +(myObject (attribute1 "attr85323") ) +(myObject (attribute1 "attr85324") ) +(myObject (attribute1 "attr85325") ) +(myObject (attribute1 "attr85326") ) +(myObject (attribute1 "attr85327") ) +(myObject (attribute1 "attr85328") ) +(myObject (attribute1 "attr85329") ) +(myObject (attribute1 "attr85330") ) +(myObject (attribute1 "attr85331") ) +(myObject (attribute1 "attr85332") ) +(myObject (attribute1 "attr85333") ) +(myObject (attribute1 "attr85334") ) +(myObject (attribute1 "attr85335") ) +(myObject (attribute1 "attr85336") ) +(myObject (attribute1 "attr85337") ) +(myObject (attribute1 "attr85338") ) +(myObject (attribute1 "attr85339") ) +(myObject (attribute1 "attr85340") ) +(myObject (attribute1 "attr85341") ) +(myObject (attribute1 "attr85342") ) +(myObject (attribute1 "attr85343") ) +(myObject (attribute1 "attr85344") ) +(myObject (attribute1 "attr85345") ) +(myObject (attribute1 "attr85346") ) +(myObject (attribute1 "attr85347") ) +(myObject (attribute1 "attr85348") ) +(myObject (attribute1 "attr85349") ) +(myObject (attribute1 "attr85350") ) +(myObject (attribute1 "attr85351") ) +(myObject (attribute1 "attr85352") ) +(myObject (attribute1 "attr85353") ) +(myObject (attribute1 "attr85354") ) +(myObject (attribute1 "attr85355") ) +(myObject (attribute1 "attr85356") ) +(myObject (attribute1 "attr85357") ) +(myObject (attribute1 "attr85358") ) +(myObject (attribute1 "attr85359") ) +(myObject (attribute1 "attr85360") ) +(myObject (attribute1 "attr85361") ) +(myObject (attribute1 "attr85362") ) +(myObject (attribute1 "attr85363") ) +(myObject (attribute1 "attr85364") ) +(myObject (attribute1 "attr85365") ) +(myObject (attribute1 "attr85366") ) +(myObject (attribute1 "attr85367") ) +(myObject (attribute1 "attr85368") ) +(myObject (attribute1 "attr85369") ) +(myObject (attribute1 "attr85370") ) +(myObject (attribute1 "attr85371") ) +(myObject (attribute1 "attr85372") ) +(myObject (attribute1 "attr85373") ) +(myObject (attribute1 "attr85374") ) +(myObject (attribute1 "attr85375") ) +(myObject (attribute1 "attr85376") ) +(myObject (attribute1 "attr85377") ) +(myObject (attribute1 "attr85378") ) +(myObject (attribute1 "attr85379") ) +(myObject (attribute1 "attr85380") ) +(myObject (attribute1 "attr85381") ) +(myObject (attribute1 "attr85382") ) +(myObject (attribute1 "attr85383") ) +(myObject (attribute1 "attr85384") ) +(myObject (attribute1 "attr85385") ) +(myObject (attribute1 "attr85386") ) +(myObject (attribute1 "attr85387") ) +(myObject (attribute1 "attr85388") ) +(myObject (attribute1 "attr85389") ) +(myObject (attribute1 "attr85390") ) +(myObject (attribute1 "attr85391") ) +(myObject (attribute1 "attr85392") ) +(myObject (attribute1 "attr85393") ) +(myObject (attribute1 "attr85394") ) +(myObject (attribute1 "attr85395") ) +(myObject (attribute1 "attr85396") ) +(myObject (attribute1 "attr85397") ) +(myObject (attribute1 "attr85398") ) +(myObject (attribute1 "attr85399") ) +(myObject (attribute1 "attr85400") ) +(myObject (attribute1 "attr85401") ) +(myObject (attribute1 "attr85402") ) +(myObject (attribute1 "attr85403") ) +(myObject (attribute1 "attr85404") ) +(myObject (attribute1 "attr85405") ) +(myObject (attribute1 "attr85406") ) +(myObject (attribute1 "attr85407") ) +(myObject (attribute1 "attr85408") ) +(myObject (attribute1 "attr85409") ) +(myObject (attribute1 "attr85410") ) +(myObject (attribute1 "attr85411") ) +(myObject (attribute1 "attr85412") ) +(myObject (attribute1 "attr85413") ) +(myObject (attribute1 "attr85414") ) +(myObject (attribute1 "attr85415") ) +(myObject (attribute1 "attr85416") ) +(myObject (attribute1 "attr85417") ) +(myObject (attribute1 "attr85418") ) +(myObject (attribute1 "attr85419") ) +(myObject (attribute1 "attr85420") ) +(myObject (attribute1 "attr85421") ) +(myObject (attribute1 "attr85422") ) +(myObject (attribute1 "attr85423") ) +(myObject (attribute1 "attr85424") ) +(myObject (attribute1 "attr85425") ) +(myObject (attribute1 "attr85426") ) +(myObject (attribute1 "attr85427") ) +(myObject (attribute1 "attr85428") ) +(myObject (attribute1 "attr85429") ) +(myObject (attribute1 "attr85430") ) +(myObject (attribute1 "attr85431") ) +(myObject (attribute1 "attr85432") ) +(myObject (attribute1 "attr85433") ) +(myObject (attribute1 "attr85434") ) +(myObject (attribute1 "attr85435") ) +(myObject (attribute1 "attr85436") ) +(myObject (attribute1 "attr85437") ) +(myObject (attribute1 "attr85438") ) +(myObject (attribute1 "attr85439") ) +(myObject (attribute1 "attr85440") ) +(myObject (attribute1 "attr85441") ) +(myObject (attribute1 "attr85442") ) +(myObject (attribute1 "attr85443") ) +(myObject (attribute1 "attr85444") ) +(myObject (attribute1 "attr85445") ) +(myObject (attribute1 "attr85446") ) +(myObject (attribute1 "attr85447") ) +(myObject (attribute1 "attr85448") ) +(myObject (attribute1 "attr85449") ) +(myObject (attribute1 "attr85450") ) +(myObject (attribute1 "attr85451") ) +(myObject (attribute1 "attr85452") ) +(myObject (attribute1 "attr85453") ) +(myObject (attribute1 "attr85454") ) +(myObject (attribute1 "attr85455") ) +(myObject (attribute1 "attr85456") ) +(myObject (attribute1 "attr85457") ) +(myObject (attribute1 "attr85458") ) +(myObject (attribute1 "attr85459") ) +(myObject (attribute1 "attr85460") ) +(myObject (attribute1 "attr85461") ) +(myObject (attribute1 "attr85462") ) +(myObject (attribute1 "attr85463") ) +(myObject (attribute1 "attr85464") ) +(myObject (attribute1 "attr85465") ) +(myObject (attribute1 "attr85466") ) +(myObject (attribute1 "attr85467") ) +(myObject (attribute1 "attr85468") ) +(myObject (attribute1 "attr85469") ) +(myObject (attribute1 "attr85470") ) +(myObject (attribute1 "attr85471") ) +(myObject (attribute1 "attr85472") ) +(myObject (attribute1 "attr85473") ) +(myObject (attribute1 "attr85474") ) +(myObject (attribute1 "attr85475") ) +(myObject (attribute1 "attr85476") ) +(myObject (attribute1 "attr85477") ) +(myObject (attribute1 "attr85478") ) +(myObject (attribute1 "attr85479") ) +(myObject (attribute1 "attr85480") ) +(myObject (attribute1 "attr85481") ) +(myObject (attribute1 "attr85482") ) +(myObject (attribute1 "attr85483") ) +(myObject (attribute1 "attr85484") ) +(myObject (attribute1 "attr85485") ) +(myObject (attribute1 "attr85486") ) +(myObject (attribute1 "attr85487") ) +(myObject (attribute1 "attr85488") ) +(myObject (attribute1 "attr85489") ) +(myObject (attribute1 "attr85490") ) +(myObject (attribute1 "attr85491") ) +(myObject (attribute1 "attr85492") ) +(myObject (attribute1 "attr85493") ) +(myObject (attribute1 "attr85494") ) +(myObject (attribute1 "attr85495") ) +(myObject (attribute1 "attr85496") ) +(myObject (attribute1 "attr85497") ) +(myObject (attribute1 "attr85498") ) +(myObject (attribute1 "attr85499") ) +(myObject (attribute1 "attr85500") ) +(myObject (attribute1 "attr85501") ) +(myObject (attribute1 "attr85502") ) +(myObject (attribute1 "attr85503") ) +(myObject (attribute1 "attr85504") ) +(myObject (attribute1 "attr85505") ) +(myObject (attribute1 "attr85506") ) +(myObject (attribute1 "attr85507") ) +(myObject (attribute1 "attr85508") ) +(myObject (attribute1 "attr85509") ) +(myObject (attribute1 "attr85510") ) +(myObject (attribute1 "attr85511") ) +(myObject (attribute1 "attr85512") ) +(myObject (attribute1 "attr85513") ) +(myObject (attribute1 "attr85514") ) +(myObject (attribute1 "attr85515") ) +(myObject (attribute1 "attr85516") ) +(myObject (attribute1 "attr85517") ) +(myObject (attribute1 "attr85518") ) +(myObject (attribute1 "attr85519") ) +(myObject (attribute1 "attr85520") ) +(myObject (attribute1 "attr85521") ) +(myObject (attribute1 "attr85522") ) +(myObject (attribute1 "attr85523") ) +(myObject (attribute1 "attr85524") ) +(myObject (attribute1 "attr85525") ) +(myObject (attribute1 "attr85526") ) +(myObject (attribute1 "attr85527") ) +(myObject (attribute1 "attr85528") ) +(myObject (attribute1 "attr85529") ) +(myObject (attribute1 "attr85530") ) +(myObject (attribute1 "attr85531") ) +(myObject (attribute1 "attr85532") ) +(myObject (attribute1 "attr85533") ) +(myObject (attribute1 "attr85534") ) +(myObject (attribute1 "attr85535") ) +(myObject (attribute1 "attr85536") ) +(myObject (attribute1 "attr85537") ) +(myObject (attribute1 "attr85538") ) +(myObject (attribute1 "attr85539") ) +(myObject (attribute1 "attr85540") ) +(myObject (attribute1 "attr85541") ) +(myObject (attribute1 "attr85542") ) +(myObject (attribute1 "attr85543") ) +(myObject (attribute1 "attr85544") ) +(myObject (attribute1 "attr85545") ) +(myObject (attribute1 "attr85546") ) +(myObject (attribute1 "attr85547") ) +(myObject (attribute1 "attr85548") ) +(myObject (attribute1 "attr85549") ) +(myObject (attribute1 "attr85550") ) +(myObject (attribute1 "attr85551") ) +(myObject (attribute1 "attr85552") ) +(myObject (attribute1 "attr85553") ) +(myObject (attribute1 "attr85554") ) +(myObject (attribute1 "attr85555") ) +(myObject (attribute1 "attr85556") ) +(myObject (attribute1 "attr85557") ) +(myObject (attribute1 "attr85558") ) +(myObject (attribute1 "attr85559") ) +(myObject (attribute1 "attr85560") ) +(myObject (attribute1 "attr85561") ) +(myObject (attribute1 "attr85562") ) +(myObject (attribute1 "attr85563") ) +(myObject (attribute1 "attr85564") ) +(myObject (attribute1 "attr85565") ) +(myObject (attribute1 "attr85566") ) +(myObject (attribute1 "attr85567") ) +(myObject (attribute1 "attr85568") ) +(myObject (attribute1 "attr85569") ) +(myObject (attribute1 "attr85570") ) +(myObject (attribute1 "attr85571") ) +(myObject (attribute1 "attr85572") ) +(myObject (attribute1 "attr85573") ) +(myObject (attribute1 "attr85574") ) +(myObject (attribute1 "attr85575") ) +(myObject (attribute1 "attr85576") ) +(myObject (attribute1 "attr85577") ) +(myObject (attribute1 "attr85578") ) +(myObject (attribute1 "attr85579") ) +(myObject (attribute1 "attr85580") ) +(myObject (attribute1 "attr85581") ) +(myObject (attribute1 "attr85582") ) +(myObject (attribute1 "attr85583") ) +(myObject (attribute1 "attr85584") ) +(myObject (attribute1 "attr85585") ) +(myObject (attribute1 "attr85586") ) +(myObject (attribute1 "attr85587") ) +(myObject (attribute1 "attr85588") ) +(myObject (attribute1 "attr85589") ) +(myObject (attribute1 "attr85590") ) +(myObject (attribute1 "attr85591") ) +(myObject (attribute1 "attr85592") ) +(myObject (attribute1 "attr85593") ) +(myObject (attribute1 "attr85594") ) +(myObject (attribute1 "attr85595") ) +(myObject (attribute1 "attr85596") ) +(myObject (attribute1 "attr85597") ) +(myObject (attribute1 "attr85598") ) +(myObject (attribute1 "attr85599") ) +(myObject (attribute1 "attr85600") ) +(myObject (attribute1 "attr85601") ) +(myObject (attribute1 "attr85602") ) +(myObject (attribute1 "attr85603") ) +(myObject (attribute1 "attr85604") ) +(myObject (attribute1 "attr85605") ) +(myObject (attribute1 "attr85606") ) +(myObject (attribute1 "attr85607") ) +(myObject (attribute1 "attr85608") ) +(myObject (attribute1 "attr85609") ) +(myObject (attribute1 "attr85610") ) +(myObject (attribute1 "attr85611") ) +(myObject (attribute1 "attr85612") ) +(myObject (attribute1 "attr85613") ) +(myObject (attribute1 "attr85614") ) +(myObject (attribute1 "attr85615") ) +(myObject (attribute1 "attr85616") ) +(myObject (attribute1 "attr85617") ) +(myObject (attribute1 "attr85618") ) +(myObject (attribute1 "attr85619") ) +(myObject (attribute1 "attr85620") ) +(myObject (attribute1 "attr85621") ) +(myObject (attribute1 "attr85622") ) +(myObject (attribute1 "attr85623") ) +(myObject (attribute1 "attr85624") ) +(myObject (attribute1 "attr85625") ) +(myObject (attribute1 "attr85626") ) +(myObject (attribute1 "attr85627") ) +(myObject (attribute1 "attr85628") ) +(myObject (attribute1 "attr85629") ) +(myObject (attribute1 "attr85630") ) +(myObject (attribute1 "attr85631") ) +(myObject (attribute1 "attr85632") ) +(myObject (attribute1 "attr85633") ) +(myObject (attribute1 "attr85634") ) +(myObject (attribute1 "attr85635") ) +(myObject (attribute1 "attr85636") ) +(myObject (attribute1 "attr85637") ) +(myObject (attribute1 "attr85638") ) +(myObject (attribute1 "attr85639") ) +(myObject (attribute1 "attr85640") ) +(myObject (attribute1 "attr85641") ) +(myObject (attribute1 "attr85642") ) +(myObject (attribute1 "attr85643") ) +(myObject (attribute1 "attr85644") ) +(myObject (attribute1 "attr85645") ) +(myObject (attribute1 "attr85646") ) +(myObject (attribute1 "attr85647") ) +(myObject (attribute1 "attr85648") ) +(myObject (attribute1 "attr85649") ) +(myObject (attribute1 "attr85650") ) +(myObject (attribute1 "attr85651") ) +(myObject (attribute1 "attr85652") ) +(myObject (attribute1 "attr85653") ) +(myObject (attribute1 "attr85654") ) +(myObject (attribute1 "attr85655") ) +(myObject (attribute1 "attr85656") ) +(myObject (attribute1 "attr85657") ) +(myObject (attribute1 "attr85658") ) +(myObject (attribute1 "attr85659") ) +(myObject (attribute1 "attr85660") ) +(myObject (attribute1 "attr85661") ) +(myObject (attribute1 "attr85662") ) +(myObject (attribute1 "attr85663") ) +(myObject (attribute1 "attr85664") ) +(myObject (attribute1 "attr85665") ) +(myObject (attribute1 "attr85666") ) +(myObject (attribute1 "attr85667") ) +(myObject (attribute1 "attr85668") ) +(myObject (attribute1 "attr85669") ) +(myObject (attribute1 "attr85670") ) +(myObject (attribute1 "attr85671") ) +(myObject (attribute1 "attr85672") ) +(myObject (attribute1 "attr85673") ) +(myObject (attribute1 "attr85674") ) +(myObject (attribute1 "attr85675") ) +(myObject (attribute1 "attr85676") ) +(myObject (attribute1 "attr85677") ) +(myObject (attribute1 "attr85678") ) +(myObject (attribute1 "attr85679") ) +(myObject (attribute1 "attr85680") ) +(myObject (attribute1 "attr85681") ) +(myObject (attribute1 "attr85682") ) +(myObject (attribute1 "attr85683") ) +(myObject (attribute1 "attr85684") ) +(myObject (attribute1 "attr85685") ) +(myObject (attribute1 "attr85686") ) +(myObject (attribute1 "attr85687") ) +(myObject (attribute1 "attr85688") ) +(myObject (attribute1 "attr85689") ) +(myObject (attribute1 "attr85690") ) +(myObject (attribute1 "attr85691") ) +(myObject (attribute1 "attr85692") ) +(myObject (attribute1 "attr85693") ) +(myObject (attribute1 "attr85694") ) +(myObject (attribute1 "attr85695") ) +(myObject (attribute1 "attr85696") ) +(myObject (attribute1 "attr85697") ) +(myObject (attribute1 "attr85698") ) +(myObject (attribute1 "attr85699") ) +(myObject (attribute1 "attr85700") ) +(myObject (attribute1 "attr85701") ) +(myObject (attribute1 "attr85702") ) +(myObject (attribute1 "attr85703") ) +(myObject (attribute1 "attr85704") ) +(myObject (attribute1 "attr85705") ) +(myObject (attribute1 "attr85706") ) +(myObject (attribute1 "attr85707") ) +(myObject (attribute1 "attr85708") ) +(myObject (attribute1 "attr85709") ) +(myObject (attribute1 "attr85710") ) +(myObject (attribute1 "attr85711") ) +(myObject (attribute1 "attr85712") ) +(myObject (attribute1 "attr85713") ) +(myObject (attribute1 "attr85714") ) +(myObject (attribute1 "attr85715") ) +(myObject (attribute1 "attr85716") ) +(myObject (attribute1 "attr85717") ) +(myObject (attribute1 "attr85718") ) +(myObject (attribute1 "attr85719") ) +(myObject (attribute1 "attr85720") ) +(myObject (attribute1 "attr85721") ) +(myObject (attribute1 "attr85722") ) +(myObject (attribute1 "attr85723") ) +(myObject (attribute1 "attr85724") ) +(myObject (attribute1 "attr85725") ) +(myObject (attribute1 "attr85726") ) +(myObject (attribute1 "attr85727") ) +(myObject (attribute1 "attr85728") ) +(myObject (attribute1 "attr85729") ) +(myObject (attribute1 "attr85730") ) +(myObject (attribute1 "attr85731") ) +(myObject (attribute1 "attr85732") ) +(myObject (attribute1 "attr85733") ) +(myObject (attribute1 "attr85734") ) +(myObject (attribute1 "attr85735") ) +(myObject (attribute1 "attr85736") ) +(myObject (attribute1 "attr85737") ) +(myObject (attribute1 "attr85738") ) +(myObject (attribute1 "attr85739") ) +(myObject (attribute1 "attr85740") ) +(myObject (attribute1 "attr85741") ) +(myObject (attribute1 "attr85742") ) +(myObject (attribute1 "attr85743") ) +(myObject (attribute1 "attr85744") ) +(myObject (attribute1 "attr85745") ) +(myObject (attribute1 "attr85746") ) +(myObject (attribute1 "attr85747") ) +(myObject (attribute1 "attr85748") ) +(myObject (attribute1 "attr85749") ) +(myObject (attribute1 "attr85750") ) +(myObject (attribute1 "attr85751") ) +(myObject (attribute1 "attr85752") ) +(myObject (attribute1 "attr85753") ) +(myObject (attribute1 "attr85754") ) +(myObject (attribute1 "attr85755") ) +(myObject (attribute1 "attr85756") ) +(myObject (attribute1 "attr85757") ) +(myObject (attribute1 "attr85758") ) +(myObject (attribute1 "attr85759") ) +(myObject (attribute1 "attr85760") ) +(myObject (attribute1 "attr85761") ) +(myObject (attribute1 "attr85762") ) +(myObject (attribute1 "attr85763") ) +(myObject (attribute1 "attr85764") ) +(myObject (attribute1 "attr85765") ) +(myObject (attribute1 "attr85766") ) +(myObject (attribute1 "attr85767") ) +(myObject (attribute1 "attr85768") ) +(myObject (attribute1 "attr85769") ) +(myObject (attribute1 "attr85770") ) +(myObject (attribute1 "attr85771") ) +(myObject (attribute1 "attr85772") ) +(myObject (attribute1 "attr85773") ) +(myObject (attribute1 "attr85774") ) +(myObject (attribute1 "attr85775") ) +(myObject (attribute1 "attr85776") ) +(myObject (attribute1 "attr85777") ) +(myObject (attribute1 "attr85778") ) +(myObject (attribute1 "attr85779") ) +(myObject (attribute1 "attr85780") ) +(myObject (attribute1 "attr85781") ) +(myObject (attribute1 "attr85782") ) +(myObject (attribute1 "attr85783") ) +(myObject (attribute1 "attr85784") ) +(myObject (attribute1 "attr85785") ) +(myObject (attribute1 "attr85786") ) +(myObject (attribute1 "attr85787") ) +(myObject (attribute1 "attr85788") ) +(myObject (attribute1 "attr85789") ) +(myObject (attribute1 "attr85790") ) +(myObject (attribute1 "attr85791") ) +(myObject (attribute1 "attr85792") ) +(myObject (attribute1 "attr85793") ) +(myObject (attribute1 "attr85794") ) +(myObject (attribute1 "attr85795") ) +(myObject (attribute1 "attr85796") ) +(myObject (attribute1 "attr85797") ) +(myObject (attribute1 "attr85798") ) +(myObject (attribute1 "attr85799") ) +(myObject (attribute1 "attr85800") ) +(myObject (attribute1 "attr85801") ) +(myObject (attribute1 "attr85802") ) +(myObject (attribute1 "attr85803") ) +(myObject (attribute1 "attr85804") ) +(myObject (attribute1 "attr85805") ) +(myObject (attribute1 "attr85806") ) +(myObject (attribute1 "attr85807") ) +(myObject (attribute1 "attr85808") ) +(myObject (attribute1 "attr85809") ) +(myObject (attribute1 "attr85810") ) +(myObject (attribute1 "attr85811") ) +(myObject (attribute1 "attr85812") ) +(myObject (attribute1 "attr85813") ) +(myObject (attribute1 "attr85814") ) +(myObject (attribute1 "attr85815") ) +(myObject (attribute1 "attr85816") ) +(myObject (attribute1 "attr85817") ) +(myObject (attribute1 "attr85818") ) +(myObject (attribute1 "attr85819") ) +(myObject (attribute1 "attr85820") ) +(myObject (attribute1 "attr85821") ) +(myObject (attribute1 "attr85822") ) +(myObject (attribute1 "attr85823") ) +(myObject (attribute1 "attr85824") ) +(myObject (attribute1 "attr85825") ) +(myObject (attribute1 "attr85826") ) +(myObject (attribute1 "attr85827") ) +(myObject (attribute1 "attr85828") ) +(myObject (attribute1 "attr85829") ) +(myObject (attribute1 "attr85830") ) +(myObject (attribute1 "attr85831") ) +(myObject (attribute1 "attr85832") ) +(myObject (attribute1 "attr85833") ) +(myObject (attribute1 "attr85834") ) +(myObject (attribute1 "attr85835") ) +(myObject (attribute1 "attr85836") ) +(myObject (attribute1 "attr85837") ) +(myObject (attribute1 "attr85838") ) +(myObject (attribute1 "attr85839") ) +(myObject (attribute1 "attr85840") ) +(myObject (attribute1 "attr85841") ) +(myObject (attribute1 "attr85842") ) +(myObject (attribute1 "attr85843") ) +(myObject (attribute1 "attr85844") ) +(myObject (attribute1 "attr85845") ) +(myObject (attribute1 "attr85846") ) +(myObject (attribute1 "attr85847") ) +(myObject (attribute1 "attr85848") ) +(myObject (attribute1 "attr85849") ) +(myObject (attribute1 "attr85850") ) +(myObject (attribute1 "attr85851") ) +(myObject (attribute1 "attr85852") ) +(myObject (attribute1 "attr85853") ) +(myObject (attribute1 "attr85854") ) +(myObject (attribute1 "attr85855") ) +(myObject (attribute1 "attr85856") ) +(myObject (attribute1 "attr85857") ) +(myObject (attribute1 "attr85858") ) +(myObject (attribute1 "attr85859") ) +(myObject (attribute1 "attr85860") ) +(myObject (attribute1 "attr85861") ) +(myObject (attribute1 "attr85862") ) +(myObject (attribute1 "attr85863") ) +(myObject (attribute1 "attr85864") ) +(myObject (attribute1 "attr85865") ) +(myObject (attribute1 "attr85866") ) +(myObject (attribute1 "attr85867") ) +(myObject (attribute1 "attr85868") ) +(myObject (attribute1 "attr85869") ) +(myObject (attribute1 "attr85870") ) +(myObject (attribute1 "attr85871") ) +(myObject (attribute1 "attr85872") ) +(myObject (attribute1 "attr85873") ) +(myObject (attribute1 "attr85874") ) +(myObject (attribute1 "attr85875") ) +(myObject (attribute1 "attr85876") ) +(myObject (attribute1 "attr85877") ) +(myObject (attribute1 "attr85878") ) +(myObject (attribute1 "attr85879") ) +(myObject (attribute1 "attr85880") ) +(myObject (attribute1 "attr85881") ) +(myObject (attribute1 "attr85882") ) +(myObject (attribute1 "attr85883") ) +(myObject (attribute1 "attr85884") ) +(myObject (attribute1 "attr85885") ) +(myObject (attribute1 "attr85886") ) +(myObject (attribute1 "attr85887") ) +(myObject (attribute1 "attr85888") ) +(myObject (attribute1 "attr85889") ) +(myObject (attribute1 "attr85890") ) +(myObject (attribute1 "attr85891") ) +(myObject (attribute1 "attr85892") ) +(myObject (attribute1 "attr85893") ) +(myObject (attribute1 "attr85894") ) +(myObject (attribute1 "attr85895") ) +(myObject (attribute1 "attr85896") ) +(myObject (attribute1 "attr85897") ) +(myObject (attribute1 "attr85898") ) +(myObject (attribute1 "attr85899") ) +(myObject (attribute1 "attr85900") ) +(myObject (attribute1 "attr85901") ) +(myObject (attribute1 "attr85902") ) +(myObject (attribute1 "attr85903") ) +(myObject (attribute1 "attr85904") ) +(myObject (attribute1 "attr85905") ) +(myObject (attribute1 "attr85906") ) +(myObject (attribute1 "attr85907") ) +(myObject (attribute1 "attr85908") ) +(myObject (attribute1 "attr85909") ) +(myObject (attribute1 "attr85910") ) +(myObject (attribute1 "attr85911") ) +(myObject (attribute1 "attr85912") ) +(myObject (attribute1 "attr85913") ) +(myObject (attribute1 "attr85914") ) +(myObject (attribute1 "attr85915") ) +(myObject (attribute1 "attr85916") ) +(myObject (attribute1 "attr85917") ) +(myObject (attribute1 "attr85918") ) +(myObject (attribute1 "attr85919") ) +(myObject (attribute1 "attr85920") ) +(myObject (attribute1 "attr85921") ) +(myObject (attribute1 "attr85922") ) +(myObject (attribute1 "attr85923") ) +(myObject (attribute1 "attr85924") ) +(myObject (attribute1 "attr85925") ) +(myObject (attribute1 "attr85926") ) +(myObject (attribute1 "attr85927") ) +(myObject (attribute1 "attr85928") ) +(myObject (attribute1 "attr85929") ) +(myObject (attribute1 "attr85930") ) +(myObject (attribute1 "attr85931") ) +(myObject (attribute1 "attr85932") ) +(myObject (attribute1 "attr85933") ) +(myObject (attribute1 "attr85934") ) +(myObject (attribute1 "attr85935") ) +(myObject (attribute1 "attr85936") ) +(myObject (attribute1 "attr85937") ) +(myObject (attribute1 "attr85938") ) +(myObject (attribute1 "attr85939") ) +(myObject (attribute1 "attr85940") ) +(myObject (attribute1 "attr85941") ) +(myObject (attribute1 "attr85942") ) +(myObject (attribute1 "attr85943") ) +(myObject (attribute1 "attr85944") ) +(myObject (attribute1 "attr85945") ) +(myObject (attribute1 "attr85946") ) +(myObject (attribute1 "attr85947") ) +(myObject (attribute1 "attr85948") ) +(myObject (attribute1 "attr85949") ) +(myObject (attribute1 "attr85950") ) +(myObject (attribute1 "attr85951") ) +(myObject (attribute1 "attr85952") ) +(myObject (attribute1 "attr85953") ) +(myObject (attribute1 "attr85954") ) +(myObject (attribute1 "attr85955") ) +(myObject (attribute1 "attr85956") ) +(myObject (attribute1 "attr85957") ) +(myObject (attribute1 "attr85958") ) +(myObject (attribute1 "attr85959") ) +(myObject (attribute1 "attr85960") ) +(myObject (attribute1 "attr85961") ) +(myObject (attribute1 "attr85962") ) +(myObject (attribute1 "attr85963") ) +(myObject (attribute1 "attr85964") ) +(myObject (attribute1 "attr85965") ) +(myObject (attribute1 "attr85966") ) +(myObject (attribute1 "attr85967") ) +(myObject (attribute1 "attr85968") ) +(myObject (attribute1 "attr85969") ) +(myObject (attribute1 "attr85970") ) +(myObject (attribute1 "attr85971") ) +(myObject (attribute1 "attr85972") ) +(myObject (attribute1 "attr85973") ) +(myObject (attribute1 "attr85974") ) +(myObject (attribute1 "attr85975") ) +(myObject (attribute1 "attr85976") ) +(myObject (attribute1 "attr85977") ) +(myObject (attribute1 "attr85978") ) +(myObject (attribute1 "attr85979") ) +(myObject (attribute1 "attr85980") ) +(myObject (attribute1 "attr85981") ) +(myObject (attribute1 "attr85982") ) +(myObject (attribute1 "attr85983") ) +(myObject (attribute1 "attr85984") ) +(myObject (attribute1 "attr85985") ) +(myObject (attribute1 "attr85986") ) +(myObject (attribute1 "attr85987") ) +(myObject (attribute1 "attr85988") ) +(myObject (attribute1 "attr85989") ) +(myObject (attribute1 "attr85990") ) +(myObject (attribute1 "attr85991") ) +(myObject (attribute1 "attr85992") ) +(myObject (attribute1 "attr85993") ) +(myObject (attribute1 "attr85994") ) +(myObject (attribute1 "attr85995") ) +(myObject (attribute1 "attr85996") ) +(myObject (attribute1 "attr85997") ) +(myObject (attribute1 "attr85998") ) +(myObject (attribute1 "attr85999") ) +(myObject (attribute1 "attr86000") ) +(myObject (attribute1 "attr86001") ) +(myObject (attribute1 "attr86002") ) +(myObject (attribute1 "attr86003") ) +(myObject (attribute1 "attr86004") ) +(myObject (attribute1 "attr86005") ) +(myObject (attribute1 "attr86006") ) +(myObject (attribute1 "attr86007") ) +(myObject (attribute1 "attr86008") ) +(myObject (attribute1 "attr86009") ) +(myObject (attribute1 "attr86010") ) +(myObject (attribute1 "attr86011") ) +(myObject (attribute1 "attr86012") ) +(myObject (attribute1 "attr86013") ) +(myObject (attribute1 "attr86014") ) +(myObject (attribute1 "attr86015") ) +(myObject (attribute1 "attr86016") ) +(myObject (attribute1 "attr86017") ) +(myObject (attribute1 "attr86018") ) +(myObject (attribute1 "attr86019") ) +(myObject (attribute1 "attr86020") ) +(myObject (attribute1 "attr86021") ) +(myObject (attribute1 "attr86022") ) +(myObject (attribute1 "attr86023") ) +(myObject (attribute1 "attr86024") ) +(myObject (attribute1 "attr86025") ) +(myObject (attribute1 "attr86026") ) +(myObject (attribute1 "attr86027") ) +(myObject (attribute1 "attr86028") ) +(myObject (attribute1 "attr86029") ) +(myObject (attribute1 "attr86030") ) +(myObject (attribute1 "attr86031") ) +(myObject (attribute1 "attr86032") ) +(myObject (attribute1 "attr86033") ) +(myObject (attribute1 "attr86034") ) +(myObject (attribute1 "attr86035") ) +(myObject (attribute1 "attr86036") ) +(myObject (attribute1 "attr86037") ) +(myObject (attribute1 "attr86038") ) +(myObject (attribute1 "attr86039") ) +(myObject (attribute1 "attr86040") ) +(myObject (attribute1 "attr86041") ) +(myObject (attribute1 "attr86042") ) +(myObject (attribute1 "attr86043") ) +(myObject (attribute1 "attr86044") ) +(myObject (attribute1 "attr86045") ) +(myObject (attribute1 "attr86046") ) +(myObject (attribute1 "attr86047") ) +(myObject (attribute1 "attr86048") ) +(myObject (attribute1 "attr86049") ) +(myObject (attribute1 "attr86050") ) +(myObject (attribute1 "attr86051") ) +(myObject (attribute1 "attr86052") ) +(myObject (attribute1 "attr86053") ) +(myObject (attribute1 "attr86054") ) +(myObject (attribute1 "attr86055") ) +(myObject (attribute1 "attr86056") ) +(myObject (attribute1 "attr86057") ) +(myObject (attribute1 "attr86058") ) +(myObject (attribute1 "attr86059") ) +(myObject (attribute1 "attr86060") ) +(myObject (attribute1 "attr86061") ) +(myObject (attribute1 "attr86062") ) +(myObject (attribute1 "attr86063") ) +(myObject (attribute1 "attr86064") ) +(myObject (attribute1 "attr86065") ) +(myObject (attribute1 "attr86066") ) +(myObject (attribute1 "attr86067") ) +(myObject (attribute1 "attr86068") ) +(myObject (attribute1 "attr86069") ) +(myObject (attribute1 "attr86070") ) +(myObject (attribute1 "attr86071") ) +(myObject (attribute1 "attr86072") ) +(myObject (attribute1 "attr86073") ) +(myObject (attribute1 "attr86074") ) +(myObject (attribute1 "attr86075") ) +(myObject (attribute1 "attr86076") ) +(myObject (attribute1 "attr86077") ) +(myObject (attribute1 "attr86078") ) +(myObject (attribute1 "attr86079") ) +(myObject (attribute1 "attr86080") ) +(myObject (attribute1 "attr86081") ) +(myObject (attribute1 "attr86082") ) +(myObject (attribute1 "attr86083") ) +(myObject (attribute1 "attr86084") ) +(myObject (attribute1 "attr86085") ) +(myObject (attribute1 "attr86086") ) +(myObject (attribute1 "attr86087") ) +(myObject (attribute1 "attr86088") ) +(myObject (attribute1 "attr86089") ) +(myObject (attribute1 "attr86090") ) +(myObject (attribute1 "attr86091") ) +(myObject (attribute1 "attr86092") ) +(myObject (attribute1 "attr86093") ) +(myObject (attribute1 "attr86094") ) +(myObject (attribute1 "attr86095") ) +(myObject (attribute1 "attr86096") ) +(myObject (attribute1 "attr86097") ) +(myObject (attribute1 "attr86098") ) +(myObject (attribute1 "attr86099") ) +(myObject (attribute1 "attr86100") ) +(myObject (attribute1 "attr86101") ) +(myObject (attribute1 "attr86102") ) +(myObject (attribute1 "attr86103") ) +(myObject (attribute1 "attr86104") ) +(myObject (attribute1 "attr86105") ) +(myObject (attribute1 "attr86106") ) +(myObject (attribute1 "attr86107") ) +(myObject (attribute1 "attr86108") ) +(myObject (attribute1 "attr86109") ) +(myObject (attribute1 "attr86110") ) +(myObject (attribute1 "attr86111") ) +(myObject (attribute1 "attr86112") ) +(myObject (attribute1 "attr86113") ) +(myObject (attribute1 "attr86114") ) +(myObject (attribute1 "attr86115") ) +(myObject (attribute1 "attr86116") ) +(myObject (attribute1 "attr86117") ) +(myObject (attribute1 "attr86118") ) +(myObject (attribute1 "attr86119") ) +(myObject (attribute1 "attr86120") ) +(myObject (attribute1 "attr86121") ) +(myObject (attribute1 "attr86122") ) +(myObject (attribute1 "attr86123") ) +(myObject (attribute1 "attr86124") ) +(myObject (attribute1 "attr86125") ) +(myObject (attribute1 "attr86126") ) +(myObject (attribute1 "attr86127") ) +(myObject (attribute1 "attr86128") ) +(myObject (attribute1 "attr86129") ) +(myObject (attribute1 "attr86130") ) +(myObject (attribute1 "attr86131") ) +(myObject (attribute1 "attr86132") ) +(myObject (attribute1 "attr86133") ) +(myObject (attribute1 "attr86134") ) +(myObject (attribute1 "attr86135") ) +(myObject (attribute1 "attr86136") ) +(myObject (attribute1 "attr86137") ) +(myObject (attribute1 "attr86138") ) +(myObject (attribute1 "attr86139") ) +(myObject (attribute1 "attr86140") ) +(myObject (attribute1 "attr86141") ) +(myObject (attribute1 "attr86142") ) +(myObject (attribute1 "attr86143") ) +(myObject (attribute1 "attr86144") ) +(myObject (attribute1 "attr86145") ) +(myObject (attribute1 "attr86146") ) +(myObject (attribute1 "attr86147") ) +(myObject (attribute1 "attr86148") ) +(myObject (attribute1 "attr86149") ) +(myObject (attribute1 "attr86150") ) +(myObject (attribute1 "attr86151") ) +(myObject (attribute1 "attr86152") ) +(myObject (attribute1 "attr86153") ) +(myObject (attribute1 "attr86154") ) +(myObject (attribute1 "attr86155") ) +(myObject (attribute1 "attr86156") ) +(myObject (attribute1 "attr86157") ) +(myObject (attribute1 "attr86158") ) +(myObject (attribute1 "attr86159") ) +(myObject (attribute1 "attr86160") ) +(myObject (attribute1 "attr86161") ) +(myObject (attribute1 "attr86162") ) +(myObject (attribute1 "attr86163") ) +(myObject (attribute1 "attr86164") ) +(myObject (attribute1 "attr86165") ) +(myObject (attribute1 "attr86166") ) +(myObject (attribute1 "attr86167") ) +(myObject (attribute1 "attr86168") ) +(myObject (attribute1 "attr86169") ) +(myObject (attribute1 "attr86170") ) +(myObject (attribute1 "attr86171") ) +(myObject (attribute1 "attr86172") ) +(myObject (attribute1 "attr86173") ) +(myObject (attribute1 "attr86174") ) +(myObject (attribute1 "attr86175") ) +(myObject (attribute1 "attr86176") ) +(myObject (attribute1 "attr86177") ) +(myObject (attribute1 "attr86178") ) +(myObject (attribute1 "attr86179") ) +(myObject (attribute1 "attr86180") ) +(myObject (attribute1 "attr86181") ) +(myObject (attribute1 "attr86182") ) +(myObject (attribute1 "attr86183") ) +(myObject (attribute1 "attr86184") ) +(myObject (attribute1 "attr86185") ) +(myObject (attribute1 "attr86186") ) +(myObject (attribute1 "attr86187") ) +(myObject (attribute1 "attr86188") ) +(myObject (attribute1 "attr86189") ) +(myObject (attribute1 "attr86190") ) +(myObject (attribute1 "attr86191") ) +(myObject (attribute1 "attr86192") ) +(myObject (attribute1 "attr86193") ) +(myObject (attribute1 "attr86194") ) +(myObject (attribute1 "attr86195") ) +(myObject (attribute1 "attr86196") ) +(myObject (attribute1 "attr86197") ) +(myObject (attribute1 "attr86198") ) +(myObject (attribute1 "attr86199") ) +(myObject (attribute1 "attr86200") ) +(myObject (attribute1 "attr86201") ) +(myObject (attribute1 "attr86202") ) +(myObject (attribute1 "attr86203") ) +(myObject (attribute1 "attr86204") ) +(myObject (attribute1 "attr86205") ) +(myObject (attribute1 "attr86206") ) +(myObject (attribute1 "attr86207") ) +(myObject (attribute1 "attr86208") ) +(myObject (attribute1 "attr86209") ) +(myObject (attribute1 "attr86210") ) +(myObject (attribute1 "attr86211") ) +(myObject (attribute1 "attr86212") ) +(myObject (attribute1 "attr86213") ) +(myObject (attribute1 "attr86214") ) +(myObject (attribute1 "attr86215") ) +(myObject (attribute1 "attr86216") ) +(myObject (attribute1 "attr86217") ) +(myObject (attribute1 "attr86218") ) +(myObject (attribute1 "attr86219") ) +(myObject (attribute1 "attr86220") ) +(myObject (attribute1 "attr86221") ) +(myObject (attribute1 "attr86222") ) +(myObject (attribute1 "attr86223") ) +(myObject (attribute1 "attr86224") ) +(myObject (attribute1 "attr86225") ) +(myObject (attribute1 "attr86226") ) +(myObject (attribute1 "attr86227") ) +(myObject (attribute1 "attr86228") ) +(myObject (attribute1 "attr86229") ) +(myObject (attribute1 "attr86230") ) +(myObject (attribute1 "attr86231") ) +(myObject (attribute1 "attr86232") ) +(myObject (attribute1 "attr86233") ) +(myObject (attribute1 "attr86234") ) +(myObject (attribute1 "attr86235") ) +(myObject (attribute1 "attr86236") ) +(myObject (attribute1 "attr86237") ) +(myObject (attribute1 "attr86238") ) +(myObject (attribute1 "attr86239") ) +(myObject (attribute1 "attr86240") ) +(myObject (attribute1 "attr86241") ) +(myObject (attribute1 "attr86242") ) +(myObject (attribute1 "attr86243") ) +(myObject (attribute1 "attr86244") ) +(myObject (attribute1 "attr86245") ) +(myObject (attribute1 "attr86246") ) +(myObject (attribute1 "attr86247") ) +(myObject (attribute1 "attr86248") ) +(myObject (attribute1 "attr86249") ) +(myObject (attribute1 "attr86250") ) +(myObject (attribute1 "attr86251") ) +(myObject (attribute1 "attr86252") ) +(myObject (attribute1 "attr86253") ) +(myObject (attribute1 "attr86254") ) +(myObject (attribute1 "attr86255") ) +(myObject (attribute1 "attr86256") ) +(myObject (attribute1 "attr86257") ) +(myObject (attribute1 "attr86258") ) +(myObject (attribute1 "attr86259") ) +(myObject (attribute1 "attr86260") ) +(myObject (attribute1 "attr86261") ) +(myObject (attribute1 "attr86262") ) +(myObject (attribute1 "attr86263") ) +(myObject (attribute1 "attr86264") ) +(myObject (attribute1 "attr86265") ) +(myObject (attribute1 "attr86266") ) +(myObject (attribute1 "attr86267") ) +(myObject (attribute1 "attr86268") ) +(myObject (attribute1 "attr86269") ) +(myObject (attribute1 "attr86270") ) +(myObject (attribute1 "attr86271") ) +(myObject (attribute1 "attr86272") ) +(myObject (attribute1 "attr86273") ) +(myObject (attribute1 "attr86274") ) +(myObject (attribute1 "attr86275") ) +(myObject (attribute1 "attr86276") ) +(myObject (attribute1 "attr86277") ) +(myObject (attribute1 "attr86278") ) +(myObject (attribute1 "attr86279") ) +(myObject (attribute1 "attr86280") ) +(myObject (attribute1 "attr86281") ) +(myObject (attribute1 "attr86282") ) +(myObject (attribute1 "attr86283") ) +(myObject (attribute1 "attr86284") ) +(myObject (attribute1 "attr86285") ) +(myObject (attribute1 "attr86286") ) +(myObject (attribute1 "attr86287") ) +(myObject (attribute1 "attr86288") ) +(myObject (attribute1 "attr86289") ) +(myObject (attribute1 "attr86290") ) +(myObject (attribute1 "attr86291") ) +(myObject (attribute1 "attr86292") ) +(myObject (attribute1 "attr86293") ) +(myObject (attribute1 "attr86294") ) +(myObject (attribute1 "attr86295") ) +(myObject (attribute1 "attr86296") ) +(myObject (attribute1 "attr86297") ) +(myObject (attribute1 "attr86298") ) +(myObject (attribute1 "attr86299") ) +(myObject (attribute1 "attr86300") ) +(myObject (attribute1 "attr86301") ) +(myObject (attribute1 "attr86302") ) +(myObject (attribute1 "attr86303") ) +(myObject (attribute1 "attr86304") ) +(myObject (attribute1 "attr86305") ) +(myObject (attribute1 "attr86306") ) +(myObject (attribute1 "attr86307") ) +(myObject (attribute1 "attr86308") ) +(myObject (attribute1 "attr86309") ) +(myObject (attribute1 "attr86310") ) +(myObject (attribute1 "attr86311") ) +(myObject (attribute1 "attr86312") ) +(myObject (attribute1 "attr86313") ) +(myObject (attribute1 "attr86314") ) +(myObject (attribute1 "attr86315") ) +(myObject (attribute1 "attr86316") ) +(myObject (attribute1 "attr86317") ) +(myObject (attribute1 "attr86318") ) +(myObject (attribute1 "attr86319") ) +(myObject (attribute1 "attr86320") ) +(myObject (attribute1 "attr86321") ) +(myObject (attribute1 "attr86322") ) +(myObject (attribute1 "attr86323") ) +(myObject (attribute1 "attr86324") ) +(myObject (attribute1 "attr86325") ) +(myObject (attribute1 "attr86326") ) +(myObject (attribute1 "attr86327") ) +(myObject (attribute1 "attr86328") ) +(myObject (attribute1 "attr86329") ) +(myObject (attribute1 "attr86330") ) +(myObject (attribute1 "attr86331") ) +(myObject (attribute1 "attr86332") ) +(myObject (attribute1 "attr86333") ) +(myObject (attribute1 "attr86334") ) +(myObject (attribute1 "attr86335") ) +(myObject (attribute1 "attr86336") ) +(myObject (attribute1 "attr86337") ) +(myObject (attribute1 "attr86338") ) +(myObject (attribute1 "attr86339") ) +(myObject (attribute1 "attr86340") ) +(myObject (attribute1 "attr86341") ) +(myObject (attribute1 "attr86342") ) +(myObject (attribute1 "attr86343") ) +(myObject (attribute1 "attr86344") ) +(myObject (attribute1 "attr86345") ) +(myObject (attribute1 "attr86346") ) +(myObject (attribute1 "attr86347") ) +(myObject (attribute1 "attr86348") ) +(myObject (attribute1 "attr86349") ) +(myObject (attribute1 "attr86350") ) +(myObject (attribute1 "attr86351") ) +(myObject (attribute1 "attr86352") ) +(myObject (attribute1 "attr86353") ) +(myObject (attribute1 "attr86354") ) +(myObject (attribute1 "attr86355") ) +(myObject (attribute1 "attr86356") ) +(myObject (attribute1 "attr86357") ) +(myObject (attribute1 "attr86358") ) +(myObject (attribute1 "attr86359") ) +(myObject (attribute1 "attr86360") ) +(myObject (attribute1 "attr86361") ) +(myObject (attribute1 "attr86362") ) +(myObject (attribute1 "attr86363") ) +(myObject (attribute1 "attr86364") ) +(myObject (attribute1 "attr86365") ) +(myObject (attribute1 "attr86366") ) +(myObject (attribute1 "attr86367") ) +(myObject (attribute1 "attr86368") ) +(myObject (attribute1 "attr86369") ) +(myObject (attribute1 "attr86370") ) +(myObject (attribute1 "attr86371") ) +(myObject (attribute1 "attr86372") ) +(myObject (attribute1 "attr86373") ) +(myObject (attribute1 "attr86374") ) +(myObject (attribute1 "attr86375") ) +(myObject (attribute1 "attr86376") ) +(myObject (attribute1 "attr86377") ) +(myObject (attribute1 "attr86378") ) +(myObject (attribute1 "attr86379") ) +(myObject (attribute1 "attr86380") ) +(myObject (attribute1 "attr86381") ) +(myObject (attribute1 "attr86382") ) +(myObject (attribute1 "attr86383") ) +(myObject (attribute1 "attr86384") ) +(myObject (attribute1 "attr86385") ) +(myObject (attribute1 "attr86386") ) +(myObject (attribute1 "attr86387") ) +(myObject (attribute1 "attr86388") ) +(myObject (attribute1 "attr86389") ) +(myObject (attribute1 "attr86390") ) +(myObject (attribute1 "attr86391") ) +(myObject (attribute1 "attr86392") ) +(myObject (attribute1 "attr86393") ) +(myObject (attribute1 "attr86394") ) +(myObject (attribute1 "attr86395") ) +(myObject (attribute1 "attr86396") ) +(myObject (attribute1 "attr86397") ) +(myObject (attribute1 "attr86398") ) +(myObject (attribute1 "attr86399") ) +(myObject (attribute1 "attr86400") ) +(myObject (attribute1 "attr86401") ) +(myObject (attribute1 "attr86402") ) +(myObject (attribute1 "attr86403") ) +(myObject (attribute1 "attr86404") ) +(myObject (attribute1 "attr86405") ) +(myObject (attribute1 "attr86406") ) +(myObject (attribute1 "attr86407") ) +(myObject (attribute1 "attr86408") ) +(myObject (attribute1 "attr86409") ) +(myObject (attribute1 "attr86410") ) +(myObject (attribute1 "attr86411") ) +(myObject (attribute1 "attr86412") ) +(myObject (attribute1 "attr86413") ) +(myObject (attribute1 "attr86414") ) +(myObject (attribute1 "attr86415") ) +(myObject (attribute1 "attr86416") ) +(myObject (attribute1 "attr86417") ) +(myObject (attribute1 "attr86418") ) +(myObject (attribute1 "attr86419") ) +(myObject (attribute1 "attr86420") ) +(myObject (attribute1 "attr86421") ) +(myObject (attribute1 "attr86422") ) +(myObject (attribute1 "attr86423") ) +(myObject (attribute1 "attr86424") ) +(myObject (attribute1 "attr86425") ) +(myObject (attribute1 "attr86426") ) +(myObject (attribute1 "attr86427") ) +(myObject (attribute1 "attr86428") ) +(myObject (attribute1 "attr86429") ) +(myObject (attribute1 "attr86430") ) +(myObject (attribute1 "attr86431") ) +(myObject (attribute1 "attr86432") ) +(myObject (attribute1 "attr86433") ) +(myObject (attribute1 "attr86434") ) +(myObject (attribute1 "attr86435") ) +(myObject (attribute1 "attr86436") ) +(myObject (attribute1 "attr86437") ) +(myObject (attribute1 "attr86438") ) +(myObject (attribute1 "attr86439") ) +(myObject (attribute1 "attr86440") ) +(myObject (attribute1 "attr86441") ) +(myObject (attribute1 "attr86442") ) +(myObject (attribute1 "attr86443") ) +(myObject (attribute1 "attr86444") ) +(myObject (attribute1 "attr86445") ) +(myObject (attribute1 "attr86446") ) +(myObject (attribute1 "attr86447") ) +(myObject (attribute1 "attr86448") ) +(myObject (attribute1 "attr86449") ) +(myObject (attribute1 "attr86450") ) +(myObject (attribute1 "attr86451") ) +(myObject (attribute1 "attr86452") ) +(myObject (attribute1 "attr86453") ) +(myObject (attribute1 "attr86454") ) +(myObject (attribute1 "attr86455") ) +(myObject (attribute1 "attr86456") ) +(myObject (attribute1 "attr86457") ) +(myObject (attribute1 "attr86458") ) +(myObject (attribute1 "attr86459") ) +(myObject (attribute1 "attr86460") ) +(myObject (attribute1 "attr86461") ) +(myObject (attribute1 "attr86462") ) +(myObject (attribute1 "attr86463") ) +(myObject (attribute1 "attr86464") ) +(myObject (attribute1 "attr86465") ) +(myObject (attribute1 "attr86466") ) +(myObject (attribute1 "attr86467") ) +(myObject (attribute1 "attr86468") ) +(myObject (attribute1 "attr86469") ) +(myObject (attribute1 "attr86470") ) +(myObject (attribute1 "attr86471") ) +(myObject (attribute1 "attr86472") ) +(myObject (attribute1 "attr86473") ) +(myObject (attribute1 "attr86474") ) +(myObject (attribute1 "attr86475") ) +(myObject (attribute1 "attr86476") ) +(myObject (attribute1 "attr86477") ) +(myObject (attribute1 "attr86478") ) +(myObject (attribute1 "attr86479") ) +(myObject (attribute1 "attr86480") ) +(myObject (attribute1 "attr86481") ) +(myObject (attribute1 "attr86482") ) +(myObject (attribute1 "attr86483") ) +(myObject (attribute1 "attr86484") ) +(myObject (attribute1 "attr86485") ) +(myObject (attribute1 "attr86486") ) +(myObject (attribute1 "attr86487") ) +(myObject (attribute1 "attr86488") ) +(myObject (attribute1 "attr86489") ) +(myObject (attribute1 "attr86490") ) +(myObject (attribute1 "attr86491") ) +(myObject (attribute1 "attr86492") ) +(myObject (attribute1 "attr86493") ) +(myObject (attribute1 "attr86494") ) +(myObject (attribute1 "attr86495") ) +(myObject (attribute1 "attr86496") ) +(myObject (attribute1 "attr86497") ) +(myObject (attribute1 "attr86498") ) +(myObject (attribute1 "attr86499") ) +(myObject (attribute1 "attr86500") ) +(myObject (attribute1 "attr86501") ) +(myObject (attribute1 "attr86502") ) +(myObject (attribute1 "attr86503") ) +(myObject (attribute1 "attr86504") ) +(myObject (attribute1 "attr86505") ) +(myObject (attribute1 "attr86506") ) +(myObject (attribute1 "attr86507") ) +(myObject (attribute1 "attr86508") ) +(myObject (attribute1 "attr86509") ) +(myObject (attribute1 "attr86510") ) +(myObject (attribute1 "attr86511") ) +(myObject (attribute1 "attr86512") ) +(myObject (attribute1 "attr86513") ) +(myObject (attribute1 "attr86514") ) +(myObject (attribute1 "attr86515") ) +(myObject (attribute1 "attr86516") ) +(myObject (attribute1 "attr86517") ) +(myObject (attribute1 "attr86518") ) +(myObject (attribute1 "attr86519") ) +(myObject (attribute1 "attr86520") ) +(myObject (attribute1 "attr86521") ) +(myObject (attribute1 "attr86522") ) +(myObject (attribute1 "attr86523") ) +(myObject (attribute1 "attr86524") ) +(myObject (attribute1 "attr86525") ) +(myObject (attribute1 "attr86526") ) +(myObject (attribute1 "attr86527") ) +(myObject (attribute1 "attr86528") ) +(myObject (attribute1 "attr86529") ) +(myObject (attribute1 "attr86530") ) +(myObject (attribute1 "attr86531") ) +(myObject (attribute1 "attr86532") ) +(myObject (attribute1 "attr86533") ) +(myObject (attribute1 "attr86534") ) +(myObject (attribute1 "attr86535") ) +(myObject (attribute1 "attr86536") ) +(myObject (attribute1 "attr86537") ) +(myObject (attribute1 "attr86538") ) +(myObject (attribute1 "attr86539") ) +(myObject (attribute1 "attr86540") ) +(myObject (attribute1 "attr86541") ) +(myObject (attribute1 "attr86542") ) +(myObject (attribute1 "attr86543") ) +(myObject (attribute1 "attr86544") ) +(myObject (attribute1 "attr86545") ) +(myObject (attribute1 "attr86546") ) +(myObject (attribute1 "attr86547") ) +(myObject (attribute1 "attr86548") ) +(myObject (attribute1 "attr86549") ) +(myObject (attribute1 "attr86550") ) +(myObject (attribute1 "attr86551") ) +(myObject (attribute1 "attr86552") ) +(myObject (attribute1 "attr86553") ) +(myObject (attribute1 "attr86554") ) +(myObject (attribute1 "attr86555") ) +(myObject (attribute1 "attr86556") ) +(myObject (attribute1 "attr86557") ) +(myObject (attribute1 "attr86558") ) +(myObject (attribute1 "attr86559") ) +(myObject (attribute1 "attr86560") ) +(myObject (attribute1 "attr86561") ) +(myObject (attribute1 "attr86562") ) +(myObject (attribute1 "attr86563") ) +(myObject (attribute1 "attr86564") ) +(myObject (attribute1 "attr86565") ) +(myObject (attribute1 "attr86566") ) +(myObject (attribute1 "attr86567") ) +(myObject (attribute1 "attr86568") ) +(myObject (attribute1 "attr86569") ) +(myObject (attribute1 "attr86570") ) +(myObject (attribute1 "attr86571") ) +(myObject (attribute1 "attr86572") ) +(myObject (attribute1 "attr86573") ) +(myObject (attribute1 "attr86574") ) +(myObject (attribute1 "attr86575") ) +(myObject (attribute1 "attr86576") ) +(myObject (attribute1 "attr86577") ) +(myObject (attribute1 "attr86578") ) +(myObject (attribute1 "attr86579") ) +(myObject (attribute1 "attr86580") ) +(myObject (attribute1 "attr86581") ) +(myObject (attribute1 "attr86582") ) +(myObject (attribute1 "attr86583") ) +(myObject (attribute1 "attr86584") ) +(myObject (attribute1 "attr86585") ) +(myObject (attribute1 "attr86586") ) +(myObject (attribute1 "attr86587") ) +(myObject (attribute1 "attr86588") ) +(myObject (attribute1 "attr86589") ) +(myObject (attribute1 "attr86590") ) +(myObject (attribute1 "attr86591") ) +(myObject (attribute1 "attr86592") ) +(myObject (attribute1 "attr86593") ) +(myObject (attribute1 "attr86594") ) +(myObject (attribute1 "attr86595") ) +(myObject (attribute1 "attr86596") ) +(myObject (attribute1 "attr86597") ) +(myObject (attribute1 "attr86598") ) +(myObject (attribute1 "attr86599") ) +(myObject (attribute1 "attr86600") ) +(myObject (attribute1 "attr86601") ) +(myObject (attribute1 "attr86602") ) +(myObject (attribute1 "attr86603") ) +(myObject (attribute1 "attr86604") ) +(myObject (attribute1 "attr86605") ) +(myObject (attribute1 "attr86606") ) +(myObject (attribute1 "attr86607") ) +(myObject (attribute1 "attr86608") ) +(myObject (attribute1 "attr86609") ) +(myObject (attribute1 "attr86610") ) +(myObject (attribute1 "attr86611") ) +(myObject (attribute1 "attr86612") ) +(myObject (attribute1 "attr86613") ) +(myObject (attribute1 "attr86614") ) +(myObject (attribute1 "attr86615") ) +(myObject (attribute1 "attr86616") ) +(myObject (attribute1 "attr86617") ) +(myObject (attribute1 "attr86618") ) +(myObject (attribute1 "attr86619") ) +(myObject (attribute1 "attr86620") ) +(myObject (attribute1 "attr86621") ) +(myObject (attribute1 "attr86622") ) +(myObject (attribute1 "attr86623") ) +(myObject (attribute1 "attr86624") ) +(myObject (attribute1 "attr86625") ) +(myObject (attribute1 "attr86626") ) +(myObject (attribute1 "attr86627") ) +(myObject (attribute1 "attr86628") ) +(myObject (attribute1 "attr86629") ) +(myObject (attribute1 "attr86630") ) +(myObject (attribute1 "attr86631") ) +(myObject (attribute1 "attr86632") ) +(myObject (attribute1 "attr86633") ) +(myObject (attribute1 "attr86634") ) +(myObject (attribute1 "attr86635") ) +(myObject (attribute1 "attr86636") ) +(myObject (attribute1 "attr86637") ) +(myObject (attribute1 "attr86638") ) +(myObject (attribute1 "attr86639") ) +(myObject (attribute1 "attr86640") ) +(myObject (attribute1 "attr86641") ) +(myObject (attribute1 "attr86642") ) +(myObject (attribute1 "attr86643") ) +(myObject (attribute1 "attr86644") ) +(myObject (attribute1 "attr86645") ) +(myObject (attribute1 "attr86646") ) +(myObject (attribute1 "attr86647") ) +(myObject (attribute1 "attr86648") ) +(myObject (attribute1 "attr86649") ) +(myObject (attribute1 "attr86650") ) +(myObject (attribute1 "attr86651") ) +(myObject (attribute1 "attr86652") ) +(myObject (attribute1 "attr86653") ) +(myObject (attribute1 "attr86654") ) +(myObject (attribute1 "attr86655") ) +(myObject (attribute1 "attr86656") ) +(myObject (attribute1 "attr86657") ) +(myObject (attribute1 "attr86658") ) +(myObject (attribute1 "attr86659") ) +(myObject (attribute1 "attr86660") ) +(myObject (attribute1 "attr86661") ) +(myObject (attribute1 "attr86662") ) +(myObject (attribute1 "attr86663") ) +(myObject (attribute1 "attr86664") ) +(myObject (attribute1 "attr86665") ) +(myObject (attribute1 "attr86666") ) +(myObject (attribute1 "attr86667") ) +(myObject (attribute1 "attr86668") ) +(myObject (attribute1 "attr86669") ) +(myObject (attribute1 "attr86670") ) +(myObject (attribute1 "attr86671") ) +(myObject (attribute1 "attr86672") ) +(myObject (attribute1 "attr86673") ) +(myObject (attribute1 "attr86674") ) +(myObject (attribute1 "attr86675") ) +(myObject (attribute1 "attr86676") ) +(myObject (attribute1 "attr86677") ) +(myObject (attribute1 "attr86678") ) +(myObject (attribute1 "attr86679") ) +(myObject (attribute1 "attr86680") ) +(myObject (attribute1 "attr86681") ) +(myObject (attribute1 "attr86682") ) +(myObject (attribute1 "attr86683") ) +(myObject (attribute1 "attr86684") ) +(myObject (attribute1 "attr86685") ) +(myObject (attribute1 "attr86686") ) +(myObject (attribute1 "attr86687") ) +(myObject (attribute1 "attr86688") ) +(myObject (attribute1 "attr86689") ) +(myObject (attribute1 "attr86690") ) +(myObject (attribute1 "attr86691") ) +(myObject (attribute1 "attr86692") ) +(myObject (attribute1 "attr86693") ) +(myObject (attribute1 "attr86694") ) +(myObject (attribute1 "attr86695") ) +(myObject (attribute1 "attr86696") ) +(myObject (attribute1 "attr86697") ) +(myObject (attribute1 "attr86698") ) +(myObject (attribute1 "attr86699") ) +(myObject (attribute1 "attr86700") ) +(myObject (attribute1 "attr86701") ) +(myObject (attribute1 "attr86702") ) +(myObject (attribute1 "attr86703") ) +(myObject (attribute1 "attr86704") ) +(myObject (attribute1 "attr86705") ) +(myObject (attribute1 "attr86706") ) +(myObject (attribute1 "attr86707") ) +(myObject (attribute1 "attr86708") ) +(myObject (attribute1 "attr86709") ) +(myObject (attribute1 "attr86710") ) +(myObject (attribute1 "attr86711") ) +(myObject (attribute1 "attr86712") ) +(myObject (attribute1 "attr86713") ) +(myObject (attribute1 "attr86714") ) +(myObject (attribute1 "attr86715") ) +(myObject (attribute1 "attr86716") ) +(myObject (attribute1 "attr86717") ) +(myObject (attribute1 "attr86718") ) +(myObject (attribute1 "attr86719") ) +(myObject (attribute1 "attr86720") ) +(myObject (attribute1 "attr86721") ) +(myObject (attribute1 "attr86722") ) +(myObject (attribute1 "attr86723") ) +(myObject (attribute1 "attr86724") ) +(myObject (attribute1 "attr86725") ) +(myObject (attribute1 "attr86726") ) +(myObject (attribute1 "attr86727") ) +(myObject (attribute1 "attr86728") ) +(myObject (attribute1 "attr86729") ) +(myObject (attribute1 "attr86730") ) +(myObject (attribute1 "attr86731") ) +(myObject (attribute1 "attr86732") ) +(myObject (attribute1 "attr86733") ) +(myObject (attribute1 "attr86734") ) +(myObject (attribute1 "attr86735") ) +(myObject (attribute1 "attr86736") ) +(myObject (attribute1 "attr86737") ) +(myObject (attribute1 "attr86738") ) +(myObject (attribute1 "attr86739") ) +(myObject (attribute1 "attr86740") ) +(myObject (attribute1 "attr86741") ) +(myObject (attribute1 "attr86742") ) +(myObject (attribute1 "attr86743") ) +(myObject (attribute1 "attr86744") ) +(myObject (attribute1 "attr86745") ) +(myObject (attribute1 "attr86746") ) +(myObject (attribute1 "attr86747") ) +(myObject (attribute1 "attr86748") ) +(myObject (attribute1 "attr86749") ) +(myObject (attribute1 "attr86750") ) +(myObject (attribute1 "attr86751") ) +(myObject (attribute1 "attr86752") ) +(myObject (attribute1 "attr86753") ) +(myObject (attribute1 "attr86754") ) +(myObject (attribute1 "attr86755") ) +(myObject (attribute1 "attr86756") ) +(myObject (attribute1 "attr86757") ) +(myObject (attribute1 "attr86758") ) +(myObject (attribute1 "attr86759") ) +(myObject (attribute1 "attr86760") ) +(myObject (attribute1 "attr86761") ) +(myObject (attribute1 "attr86762") ) +(myObject (attribute1 "attr86763") ) +(myObject (attribute1 "attr86764") ) +(myObject (attribute1 "attr86765") ) +(myObject (attribute1 "attr86766") ) +(myObject (attribute1 "attr86767") ) +(myObject (attribute1 "attr86768") ) +(myObject (attribute1 "attr86769") ) +(myObject (attribute1 "attr86770") ) +(myObject (attribute1 "attr86771") ) +(myObject (attribute1 "attr86772") ) +(myObject (attribute1 "attr86773") ) +(myObject (attribute1 "attr86774") ) +(myObject (attribute1 "attr86775") ) +(myObject (attribute1 "attr86776") ) +(myObject (attribute1 "attr86777") ) +(myObject (attribute1 "attr86778") ) +(myObject (attribute1 "attr86779") ) +(myObject (attribute1 "attr86780") ) +(myObject (attribute1 "attr86781") ) +(myObject (attribute1 "attr86782") ) +(myObject (attribute1 "attr86783") ) +(myObject (attribute1 "attr86784") ) +(myObject (attribute1 "attr86785") ) +(myObject (attribute1 "attr86786") ) +(myObject (attribute1 "attr86787") ) +(myObject (attribute1 "attr86788") ) +(myObject (attribute1 "attr86789") ) +(myObject (attribute1 "attr86790") ) +(myObject (attribute1 "attr86791") ) +(myObject (attribute1 "attr86792") ) +(myObject (attribute1 "attr86793") ) +(myObject (attribute1 "attr86794") ) +(myObject (attribute1 "attr86795") ) +(myObject (attribute1 "attr86796") ) +(myObject (attribute1 "attr86797") ) +(myObject (attribute1 "attr86798") ) +(myObject (attribute1 "attr86799") ) +(myObject (attribute1 "attr86800") ) +(myObject (attribute1 "attr86801") ) +(myObject (attribute1 "attr86802") ) +(myObject (attribute1 "attr86803") ) +(myObject (attribute1 "attr86804") ) +(myObject (attribute1 "attr86805") ) +(myObject (attribute1 "attr86806") ) +(myObject (attribute1 "attr86807") ) +(myObject (attribute1 "attr86808") ) +(myObject (attribute1 "attr86809") ) +(myObject (attribute1 "attr86810") ) +(myObject (attribute1 "attr86811") ) +(myObject (attribute1 "attr86812") ) +(myObject (attribute1 "attr86813") ) +(myObject (attribute1 "attr86814") ) +(myObject (attribute1 "attr86815") ) +(myObject (attribute1 "attr86816") ) +(myObject (attribute1 "attr86817") ) +(myObject (attribute1 "attr86818") ) +(myObject (attribute1 "attr86819") ) +(myObject (attribute1 "attr86820") ) +(myObject (attribute1 "attr86821") ) +(myObject (attribute1 "attr86822") ) +(myObject (attribute1 "attr86823") ) +(myObject (attribute1 "attr86824") ) +(myObject (attribute1 "attr86825") ) +(myObject (attribute1 "attr86826") ) +(myObject (attribute1 "attr86827") ) +(myObject (attribute1 "attr86828") ) +(myObject (attribute1 "attr86829") ) +(myObject (attribute1 "attr86830") ) +(myObject (attribute1 "attr86831") ) +(myObject (attribute1 "attr86832") ) +(myObject (attribute1 "attr86833") ) +(myObject (attribute1 "attr86834") ) +(myObject (attribute1 "attr86835") ) +(myObject (attribute1 "attr86836") ) +(myObject (attribute1 "attr86837") ) +(myObject (attribute1 "attr86838") ) +(myObject (attribute1 "attr86839") ) +(myObject (attribute1 "attr86840") ) +(myObject (attribute1 "attr86841") ) +(myObject (attribute1 "attr86842") ) +(myObject (attribute1 "attr86843") ) +(myObject (attribute1 "attr86844") ) +(myObject (attribute1 "attr86845") ) +(myObject (attribute1 "attr86846") ) +(myObject (attribute1 "attr86847") ) +(myObject (attribute1 "attr86848") ) +(myObject (attribute1 "attr86849") ) +(myObject (attribute1 "attr86850") ) +(myObject (attribute1 "attr86851") ) +(myObject (attribute1 "attr86852") ) +(myObject (attribute1 "attr86853") ) +(myObject (attribute1 "attr86854") ) +(myObject (attribute1 "attr86855") ) +(myObject (attribute1 "attr86856") ) +(myObject (attribute1 "attr86857") ) +(myObject (attribute1 "attr86858") ) +(myObject (attribute1 "attr86859") ) +(myObject (attribute1 "attr86860") ) +(myObject (attribute1 "attr86861") ) +(myObject (attribute1 "attr86862") ) +(myObject (attribute1 "attr86863") ) +(myObject (attribute1 "attr86864") ) +(myObject (attribute1 "attr86865") ) +(myObject (attribute1 "attr86866") ) +(myObject (attribute1 "attr86867") ) +(myObject (attribute1 "attr86868") ) +(myObject (attribute1 "attr86869") ) +(myObject (attribute1 "attr86870") ) +(myObject (attribute1 "attr86871") ) +(myObject (attribute1 "attr86872") ) +(myObject (attribute1 "attr86873") ) +(myObject (attribute1 "attr86874") ) +(myObject (attribute1 "attr86875") ) +(myObject (attribute1 "attr86876") ) +(myObject (attribute1 "attr86877") ) +(myObject (attribute1 "attr86878") ) +(myObject (attribute1 "attr86879") ) +(myObject (attribute1 "attr86880") ) +(myObject (attribute1 "attr86881") ) +(myObject (attribute1 "attr86882") ) +(myObject (attribute1 "attr86883") ) +(myObject (attribute1 "attr86884") ) +(myObject (attribute1 "attr86885") ) +(myObject (attribute1 "attr86886") ) +(myObject (attribute1 "attr86887") ) +(myObject (attribute1 "attr86888") ) +(myObject (attribute1 "attr86889") ) +(myObject (attribute1 "attr86890") ) +(myObject (attribute1 "attr86891") ) +(myObject (attribute1 "attr86892") ) +(myObject (attribute1 "attr86893") ) +(myObject (attribute1 "attr86894") ) +(myObject (attribute1 "attr86895") ) +(myObject (attribute1 "attr86896") ) +(myObject (attribute1 "attr86897") ) +(myObject (attribute1 "attr86898") ) +(myObject (attribute1 "attr86899") ) +(myObject (attribute1 "attr86900") ) +(myObject (attribute1 "attr86901") ) +(myObject (attribute1 "attr86902") ) +(myObject (attribute1 "attr86903") ) +(myObject (attribute1 "attr86904") ) +(myObject (attribute1 "attr86905") ) +(myObject (attribute1 "attr86906") ) +(myObject (attribute1 "attr86907") ) +(myObject (attribute1 "attr86908") ) +(myObject (attribute1 "attr86909") ) +(myObject (attribute1 "attr86910") ) +(myObject (attribute1 "attr86911") ) +(myObject (attribute1 "attr86912") ) +(myObject (attribute1 "attr86913") ) +(myObject (attribute1 "attr86914") ) +(myObject (attribute1 "attr86915") ) +(myObject (attribute1 "attr86916") ) +(myObject (attribute1 "attr86917") ) +(myObject (attribute1 "attr86918") ) +(myObject (attribute1 "attr86919") ) +(myObject (attribute1 "attr86920") ) +(myObject (attribute1 "attr86921") ) +(myObject (attribute1 "attr86922") ) +(myObject (attribute1 "attr86923") ) +(myObject (attribute1 "attr86924") ) +(myObject (attribute1 "attr86925") ) +(myObject (attribute1 "attr86926") ) +(myObject (attribute1 "attr86927") ) +(myObject (attribute1 "attr86928") ) +(myObject (attribute1 "attr86929") ) +(myObject (attribute1 "attr86930") ) +(myObject (attribute1 "attr86931") ) +(myObject (attribute1 "attr86932") ) +(myObject (attribute1 "attr86933") ) +(myObject (attribute1 "attr86934") ) +(myObject (attribute1 "attr86935") ) +(myObject (attribute1 "attr86936") ) +(myObject (attribute1 "attr86937") ) +(myObject (attribute1 "attr86938") ) +(myObject (attribute1 "attr86939") ) +(myObject (attribute1 "attr86940") ) +(myObject (attribute1 "attr86941") ) +(myObject (attribute1 "attr86942") ) +(myObject (attribute1 "attr86943") ) +(myObject (attribute1 "attr86944") ) +(myObject (attribute1 "attr86945") ) +(myObject (attribute1 "attr86946") ) +(myObject (attribute1 "attr86947") ) +(myObject (attribute1 "attr86948") ) +(myObject (attribute1 "attr86949") ) +(myObject (attribute1 "attr86950") ) +(myObject (attribute1 "attr86951") ) +(myObject (attribute1 "attr86952") ) +(myObject (attribute1 "attr86953") ) +(myObject (attribute1 "attr86954") ) +(myObject (attribute1 "attr86955") ) +(myObject (attribute1 "attr86956") ) +(myObject (attribute1 "attr86957") ) +(myObject (attribute1 "attr86958") ) +(myObject (attribute1 "attr86959") ) +(myObject (attribute1 "attr86960") ) +(myObject (attribute1 "attr86961") ) +(myObject (attribute1 "attr86962") ) +(myObject (attribute1 "attr86963") ) +(myObject (attribute1 "attr86964") ) +(myObject (attribute1 "attr86965") ) +(myObject (attribute1 "attr86966") ) +(myObject (attribute1 "attr86967") ) +(myObject (attribute1 "attr86968") ) +(myObject (attribute1 "attr86969") ) +(myObject (attribute1 "attr86970") ) +(myObject (attribute1 "attr86971") ) +(myObject (attribute1 "attr86972") ) +(myObject (attribute1 "attr86973") ) +(myObject (attribute1 "attr86974") ) +(myObject (attribute1 "attr86975") ) +(myObject (attribute1 "attr86976") ) +(myObject (attribute1 "attr86977") ) +(myObject (attribute1 "attr86978") ) +(myObject (attribute1 "attr86979") ) +(myObject (attribute1 "attr86980") ) +(myObject (attribute1 "attr86981") ) +(myObject (attribute1 "attr86982") ) +(myObject (attribute1 "attr86983") ) +(myObject (attribute1 "attr86984") ) +(myObject (attribute1 "attr86985") ) +(myObject (attribute1 "attr86986") ) +(myObject (attribute1 "attr86987") ) +(myObject (attribute1 "attr86988") ) +(myObject (attribute1 "attr86989") ) +(myObject (attribute1 "attr86990") ) +(myObject (attribute1 "attr86991") ) +(myObject (attribute1 "attr86992") ) +(myObject (attribute1 "attr86993") ) +(myObject (attribute1 "attr86994") ) +(myObject (attribute1 "attr86995") ) +(myObject (attribute1 "attr86996") ) +(myObject (attribute1 "attr86997") ) +(myObject (attribute1 "attr86998") ) +(myObject (attribute1 "attr86999") ) +(myObject (attribute1 "attr87000") ) +(myObject (attribute1 "attr87001") ) +(myObject (attribute1 "attr87002") ) +(myObject (attribute1 "attr87003") ) +(myObject (attribute1 "attr87004") ) +(myObject (attribute1 "attr87005") ) +(myObject (attribute1 "attr87006") ) +(myObject (attribute1 "attr87007") ) +(myObject (attribute1 "attr87008") ) +(myObject (attribute1 "attr87009") ) +(myObject (attribute1 "attr87010") ) +(myObject (attribute1 "attr87011") ) +(myObject (attribute1 "attr87012") ) +(myObject (attribute1 "attr87013") ) +(myObject (attribute1 "attr87014") ) +(myObject (attribute1 "attr87015") ) +(myObject (attribute1 "attr87016") ) +(myObject (attribute1 "attr87017") ) +(myObject (attribute1 "attr87018") ) +(myObject (attribute1 "attr87019") ) +(myObject (attribute1 "attr87020") ) +(myObject (attribute1 "attr87021") ) +(myObject (attribute1 "attr87022") ) +(myObject (attribute1 "attr87023") ) +(myObject (attribute1 "attr87024") ) +(myObject (attribute1 "attr87025") ) +(myObject (attribute1 "attr87026") ) +(myObject (attribute1 "attr87027") ) +(myObject (attribute1 "attr87028") ) +(myObject (attribute1 "attr87029") ) +(myObject (attribute1 "attr87030") ) +(myObject (attribute1 "attr87031") ) +(myObject (attribute1 "attr87032") ) +(myObject (attribute1 "attr87033") ) +(myObject (attribute1 "attr87034") ) +(myObject (attribute1 "attr87035") ) +(myObject (attribute1 "attr87036") ) +(myObject (attribute1 "attr87037") ) +(myObject (attribute1 "attr87038") ) +(myObject (attribute1 "attr87039") ) +(myObject (attribute1 "attr87040") ) +(myObject (attribute1 "attr87041") ) +(myObject (attribute1 "attr87042") ) +(myObject (attribute1 "attr87043") ) +(myObject (attribute1 "attr87044") ) +(myObject (attribute1 "attr87045") ) +(myObject (attribute1 "attr87046") ) +(myObject (attribute1 "attr87047") ) +(myObject (attribute1 "attr87048") ) +(myObject (attribute1 "attr87049") ) +(myObject (attribute1 "attr87050") ) +(myObject (attribute1 "attr87051") ) +(myObject (attribute1 "attr87052") ) +(myObject (attribute1 "attr87053") ) +(myObject (attribute1 "attr87054") ) +(myObject (attribute1 "attr87055") ) +(myObject (attribute1 "attr87056") ) +(myObject (attribute1 "attr87057") ) +(myObject (attribute1 "attr87058") ) +(myObject (attribute1 "attr87059") ) +(myObject (attribute1 "attr87060") ) +(myObject (attribute1 "attr87061") ) +(myObject (attribute1 "attr87062") ) +(myObject (attribute1 "attr87063") ) +(myObject (attribute1 "attr87064") ) +(myObject (attribute1 "attr87065") ) +(myObject (attribute1 "attr87066") ) +(myObject (attribute1 "attr87067") ) +(myObject (attribute1 "attr87068") ) +(myObject (attribute1 "attr87069") ) +(myObject (attribute1 "attr87070") ) +(myObject (attribute1 "attr87071") ) +(myObject (attribute1 "attr87072") ) +(myObject (attribute1 "attr87073") ) +(myObject (attribute1 "attr87074") ) +(myObject (attribute1 "attr87075") ) +(myObject (attribute1 "attr87076") ) +(myObject (attribute1 "attr87077") ) +(myObject (attribute1 "attr87078") ) +(myObject (attribute1 "attr87079") ) +(myObject (attribute1 "attr87080") ) +(myObject (attribute1 "attr87081") ) +(myObject (attribute1 "attr87082") ) +(myObject (attribute1 "attr87083") ) +(myObject (attribute1 "attr87084") ) +(myObject (attribute1 "attr87085") ) +(myObject (attribute1 "attr87086") ) +(myObject (attribute1 "attr87087") ) +(myObject (attribute1 "attr87088") ) +(myObject (attribute1 "attr87089") ) +(myObject (attribute1 "attr87090") ) +(myObject (attribute1 "attr87091") ) +(myObject (attribute1 "attr87092") ) +(myObject (attribute1 "attr87093") ) +(myObject (attribute1 "attr87094") ) +(myObject (attribute1 "attr87095") ) +(myObject (attribute1 "attr87096") ) +(myObject (attribute1 "attr87097") ) +(myObject (attribute1 "attr87098") ) +(myObject (attribute1 "attr87099") ) +(myObject (attribute1 "attr87100") ) +(myObject (attribute1 "attr87101") ) +(myObject (attribute1 "attr87102") ) +(myObject (attribute1 "attr87103") ) +(myObject (attribute1 "attr87104") ) +(myObject (attribute1 "attr87105") ) +(myObject (attribute1 "attr87106") ) +(myObject (attribute1 "attr87107") ) +(myObject (attribute1 "attr87108") ) +(myObject (attribute1 "attr87109") ) +(myObject (attribute1 "attr87110") ) +(myObject (attribute1 "attr87111") ) +(myObject (attribute1 "attr87112") ) +(myObject (attribute1 "attr87113") ) +(myObject (attribute1 "attr87114") ) +(myObject (attribute1 "attr87115") ) +(myObject (attribute1 "attr87116") ) +(myObject (attribute1 "attr87117") ) +(myObject (attribute1 "attr87118") ) +(myObject (attribute1 "attr87119") ) +(myObject (attribute1 "attr87120") ) +(myObject (attribute1 "attr87121") ) +(myObject (attribute1 "attr87122") ) +(myObject (attribute1 "attr87123") ) +(myObject (attribute1 "attr87124") ) +(myObject (attribute1 "attr87125") ) +(myObject (attribute1 "attr87126") ) +(myObject (attribute1 "attr87127") ) +(myObject (attribute1 "attr87128") ) +(myObject (attribute1 "attr87129") ) +(myObject (attribute1 "attr87130") ) +(myObject (attribute1 "attr87131") ) +(myObject (attribute1 "attr87132") ) +(myObject (attribute1 "attr87133") ) +(myObject (attribute1 "attr87134") ) +(myObject (attribute1 "attr87135") ) +(myObject (attribute1 "attr87136") ) +(myObject (attribute1 "attr87137") ) +(myObject (attribute1 "attr87138") ) +(myObject (attribute1 "attr87139") ) +(myObject (attribute1 "attr87140") ) +(myObject (attribute1 "attr87141") ) +(myObject (attribute1 "attr87142") ) +(myObject (attribute1 "attr87143") ) +(myObject (attribute1 "attr87144") ) +(myObject (attribute1 "attr87145") ) +(myObject (attribute1 "attr87146") ) +(myObject (attribute1 "attr87147") ) +(myObject (attribute1 "attr87148") ) +(myObject (attribute1 "attr87149") ) +(myObject (attribute1 "attr87150") ) +(myObject (attribute1 "attr87151") ) +(myObject (attribute1 "attr87152") ) +(myObject (attribute1 "attr87153") ) +(myObject (attribute1 "attr87154") ) +(myObject (attribute1 "attr87155") ) +(myObject (attribute1 "attr87156") ) +(myObject (attribute1 "attr87157") ) +(myObject (attribute1 "attr87158") ) +(myObject (attribute1 "attr87159") ) +(myObject (attribute1 "attr87160") ) +(myObject (attribute1 "attr87161") ) +(myObject (attribute1 "attr87162") ) +(myObject (attribute1 "attr87163") ) +(myObject (attribute1 "attr87164") ) +(myObject (attribute1 "attr87165") ) +(myObject (attribute1 "attr87166") ) +(myObject (attribute1 "attr87167") ) +(myObject (attribute1 "attr87168") ) +(myObject (attribute1 "attr87169") ) +(myObject (attribute1 "attr87170") ) +(myObject (attribute1 "attr87171") ) +(myObject (attribute1 "attr87172") ) +(myObject (attribute1 "attr87173") ) +(myObject (attribute1 "attr87174") ) +(myObject (attribute1 "attr87175") ) +(myObject (attribute1 "attr87176") ) +(myObject (attribute1 "attr87177") ) +(myObject (attribute1 "attr87178") ) +(myObject (attribute1 "attr87179") ) +(myObject (attribute1 "attr87180") ) +(myObject (attribute1 "attr87181") ) +(myObject (attribute1 "attr87182") ) +(myObject (attribute1 "attr87183") ) +(myObject (attribute1 "attr87184") ) +(myObject (attribute1 "attr87185") ) +(myObject (attribute1 "attr87186") ) +(myObject (attribute1 "attr87187") ) +(myObject (attribute1 "attr87188") ) +(myObject (attribute1 "attr87189") ) +(myObject (attribute1 "attr87190") ) +(myObject (attribute1 "attr87191") ) +(myObject (attribute1 "attr87192") ) +(myObject (attribute1 "attr87193") ) +(myObject (attribute1 "attr87194") ) +(myObject (attribute1 "attr87195") ) +(myObject (attribute1 "attr87196") ) +(myObject (attribute1 "attr87197") ) +(myObject (attribute1 "attr87198") ) +(myObject (attribute1 "attr87199") ) +(myObject (attribute1 "attr87200") ) +(myObject (attribute1 "attr87201") ) +(myObject (attribute1 "attr87202") ) +(myObject (attribute1 "attr87203") ) +(myObject (attribute1 "attr87204") ) +(myObject (attribute1 "attr87205") ) +(myObject (attribute1 "attr87206") ) +(myObject (attribute1 "attr87207") ) +(myObject (attribute1 "attr87208") ) +(myObject (attribute1 "attr87209") ) +(myObject (attribute1 "attr87210") ) +(myObject (attribute1 "attr87211") ) +(myObject (attribute1 "attr87212") ) +(myObject (attribute1 "attr87213") ) +(myObject (attribute1 "attr87214") ) +(myObject (attribute1 "attr87215") ) +(myObject (attribute1 "attr87216") ) +(myObject (attribute1 "attr87217") ) +(myObject (attribute1 "attr87218") ) +(myObject (attribute1 "attr87219") ) +(myObject (attribute1 "attr87220") ) +(myObject (attribute1 "attr87221") ) +(myObject (attribute1 "attr87222") ) +(myObject (attribute1 "attr87223") ) +(myObject (attribute1 "attr87224") ) +(myObject (attribute1 "attr87225") ) +(myObject (attribute1 "attr87226") ) +(myObject (attribute1 "attr87227") ) +(myObject (attribute1 "attr87228") ) +(myObject (attribute1 "attr87229") ) +(myObject (attribute1 "attr87230") ) +(myObject (attribute1 "attr87231") ) +(myObject (attribute1 "attr87232") ) +(myObject (attribute1 "attr87233") ) +(myObject (attribute1 "attr87234") ) +(myObject (attribute1 "attr87235") ) +(myObject (attribute1 "attr87236") ) +(myObject (attribute1 "attr87237") ) +(myObject (attribute1 "attr87238") ) +(myObject (attribute1 "attr87239") ) +(myObject (attribute1 "attr87240") ) +(myObject (attribute1 "attr87241") ) +(myObject (attribute1 "attr87242") ) +(myObject (attribute1 "attr87243") ) +(myObject (attribute1 "attr87244") ) +(myObject (attribute1 "attr87245") ) +(myObject (attribute1 "attr87246") ) +(myObject (attribute1 "attr87247") ) +(myObject (attribute1 "attr87248") ) +(myObject (attribute1 "attr87249") ) +(myObject (attribute1 "attr87250") ) +(myObject (attribute1 "attr87251") ) +(myObject (attribute1 "attr87252") ) +(myObject (attribute1 "attr87253") ) +(myObject (attribute1 "attr87254") ) +(myObject (attribute1 "attr87255") ) +(myObject (attribute1 "attr87256") ) +(myObject (attribute1 "attr87257") ) +(myObject (attribute1 "attr87258") ) +(myObject (attribute1 "attr87259") ) +(myObject (attribute1 "attr87260") ) +(myObject (attribute1 "attr87261") ) +(myObject (attribute1 "attr87262") ) +(myObject (attribute1 "attr87263") ) +(myObject (attribute1 "attr87264") ) +(myObject (attribute1 "attr87265") ) +(myObject (attribute1 "attr87266") ) +(myObject (attribute1 "attr87267") ) +(myObject (attribute1 "attr87268") ) +(myObject (attribute1 "attr87269") ) +(myObject (attribute1 "attr87270") ) +(myObject (attribute1 "attr87271") ) +(myObject (attribute1 "attr87272") ) +(myObject (attribute1 "attr87273") ) +(myObject (attribute1 "attr87274") ) +(myObject (attribute1 "attr87275") ) +(myObject (attribute1 "attr87276") ) +(myObject (attribute1 "attr87277") ) +(myObject (attribute1 "attr87278") ) +(myObject (attribute1 "attr87279") ) +(myObject (attribute1 "attr87280") ) +(myObject (attribute1 "attr87281") ) +(myObject (attribute1 "attr87282") ) +(myObject (attribute1 "attr87283") ) +(myObject (attribute1 "attr87284") ) +(myObject (attribute1 "attr87285") ) +(myObject (attribute1 "attr87286") ) +(myObject (attribute1 "attr87287") ) +(myObject (attribute1 "attr87288") ) +(myObject (attribute1 "attr87289") ) +(myObject (attribute1 "attr87290") ) +(myObject (attribute1 "attr87291") ) +(myObject (attribute1 "attr87292") ) +(myObject (attribute1 "attr87293") ) +(myObject (attribute1 "attr87294") ) +(myObject (attribute1 "attr87295") ) +(myObject (attribute1 "attr87296") ) +(myObject (attribute1 "attr87297") ) +(myObject (attribute1 "attr87298") ) +(myObject (attribute1 "attr87299") ) +(myObject (attribute1 "attr87300") ) +(myObject (attribute1 "attr87301") ) +(myObject (attribute1 "attr87302") ) +(myObject (attribute1 "attr87303") ) +(myObject (attribute1 "attr87304") ) +(myObject (attribute1 "attr87305") ) +(myObject (attribute1 "attr87306") ) +(myObject (attribute1 "attr87307") ) +(myObject (attribute1 "attr87308") ) +(myObject (attribute1 "attr87309") ) +(myObject (attribute1 "attr87310") ) +(myObject (attribute1 "attr87311") ) +(myObject (attribute1 "attr87312") ) +(myObject (attribute1 "attr87313") ) +(myObject (attribute1 "attr87314") ) +(myObject (attribute1 "attr87315") ) +(myObject (attribute1 "attr87316") ) +(myObject (attribute1 "attr87317") ) +(myObject (attribute1 "attr87318") ) +(myObject (attribute1 "attr87319") ) +(myObject (attribute1 "attr87320") ) +(myObject (attribute1 "attr87321") ) +(myObject (attribute1 "attr87322") ) +(myObject (attribute1 "attr87323") ) +(myObject (attribute1 "attr87324") ) +(myObject (attribute1 "attr87325") ) +(myObject (attribute1 "attr87326") ) +(myObject (attribute1 "attr87327") ) +(myObject (attribute1 "attr87328") ) +(myObject (attribute1 "attr87329") ) +(myObject (attribute1 "attr87330") ) +(myObject (attribute1 "attr87331") ) +(myObject (attribute1 "attr87332") ) +(myObject (attribute1 "attr87333") ) +(myObject (attribute1 "attr87334") ) +(myObject (attribute1 "attr87335") ) +(myObject (attribute1 "attr87336") ) +(myObject (attribute1 "attr87337") ) +(myObject (attribute1 "attr87338") ) +(myObject (attribute1 "attr87339") ) +(myObject (attribute1 "attr87340") ) +(myObject (attribute1 "attr87341") ) +(myObject (attribute1 "attr87342") ) +(myObject (attribute1 "attr87343") ) +(myObject (attribute1 "attr87344") ) +(myObject (attribute1 "attr87345") ) +(myObject (attribute1 "attr87346") ) +(myObject (attribute1 "attr87347") ) +(myObject (attribute1 "attr87348") ) +(myObject (attribute1 "attr87349") ) +(myObject (attribute1 "attr87350") ) +(myObject (attribute1 "attr87351") ) +(myObject (attribute1 "attr87352") ) +(myObject (attribute1 "attr87353") ) +(myObject (attribute1 "attr87354") ) +(myObject (attribute1 "attr87355") ) +(myObject (attribute1 "attr87356") ) +(myObject (attribute1 "attr87357") ) +(myObject (attribute1 "attr87358") ) +(myObject (attribute1 "attr87359") ) +(myObject (attribute1 "attr87360") ) +(myObject (attribute1 "attr87361") ) +(myObject (attribute1 "attr87362") ) +(myObject (attribute1 "attr87363") ) +(myObject (attribute1 "attr87364") ) +(myObject (attribute1 "attr87365") ) +(myObject (attribute1 "attr87366") ) +(myObject (attribute1 "attr87367") ) +(myObject (attribute1 "attr87368") ) +(myObject (attribute1 "attr87369") ) +(myObject (attribute1 "attr87370") ) +(myObject (attribute1 "attr87371") ) +(myObject (attribute1 "attr87372") ) +(myObject (attribute1 "attr87373") ) +(myObject (attribute1 "attr87374") ) +(myObject (attribute1 "attr87375") ) +(myObject (attribute1 "attr87376") ) +(myObject (attribute1 "attr87377") ) +(myObject (attribute1 "attr87378") ) +(myObject (attribute1 "attr87379") ) +(myObject (attribute1 "attr87380") ) +(myObject (attribute1 "attr87381") ) +(myObject (attribute1 "attr87382") ) +(myObject (attribute1 "attr87383") ) +(myObject (attribute1 "attr87384") ) +(myObject (attribute1 "attr87385") ) +(myObject (attribute1 "attr87386") ) +(myObject (attribute1 "attr87387") ) +(myObject (attribute1 "attr87388") ) +(myObject (attribute1 "attr87389") ) +(myObject (attribute1 "attr87390") ) +(myObject (attribute1 "attr87391") ) +(myObject (attribute1 "attr87392") ) +(myObject (attribute1 "attr87393") ) +(myObject (attribute1 "attr87394") ) +(myObject (attribute1 "attr87395") ) +(myObject (attribute1 "attr87396") ) +(myObject (attribute1 "attr87397") ) +(myObject (attribute1 "attr87398") ) +(myObject (attribute1 "attr87399") ) +(myObject (attribute1 "attr87400") ) +(myObject (attribute1 "attr87401") ) +(myObject (attribute1 "attr87402") ) +(myObject (attribute1 "attr87403") ) +(myObject (attribute1 "attr87404") ) +(myObject (attribute1 "attr87405") ) +(myObject (attribute1 "attr87406") ) +(myObject (attribute1 "attr87407") ) +(myObject (attribute1 "attr87408") ) +(myObject (attribute1 "attr87409") ) +(myObject (attribute1 "attr87410") ) +(myObject (attribute1 "attr87411") ) +(myObject (attribute1 "attr87412") ) +(myObject (attribute1 "attr87413") ) +(myObject (attribute1 "attr87414") ) +(myObject (attribute1 "attr87415") ) +(myObject (attribute1 "attr87416") ) +(myObject (attribute1 "attr87417") ) +(myObject (attribute1 "attr87418") ) +(myObject (attribute1 "attr87419") ) +(myObject (attribute1 "attr87420") ) +(myObject (attribute1 "attr87421") ) +(myObject (attribute1 "attr87422") ) +(myObject (attribute1 "attr87423") ) +(myObject (attribute1 "attr87424") ) +(myObject (attribute1 "attr87425") ) +(myObject (attribute1 "attr87426") ) +(myObject (attribute1 "attr87427") ) +(myObject (attribute1 "attr87428") ) +(myObject (attribute1 "attr87429") ) +(myObject (attribute1 "attr87430") ) +(myObject (attribute1 "attr87431") ) +(myObject (attribute1 "attr87432") ) +(myObject (attribute1 "attr87433") ) +(myObject (attribute1 "attr87434") ) +(myObject (attribute1 "attr87435") ) +(myObject (attribute1 "attr87436") ) +(myObject (attribute1 "attr87437") ) +(myObject (attribute1 "attr87438") ) +(myObject (attribute1 "attr87439") ) +(myObject (attribute1 "attr87440") ) +(myObject (attribute1 "attr87441") ) +(myObject (attribute1 "attr87442") ) +(myObject (attribute1 "attr87443") ) +(myObject (attribute1 "attr87444") ) +(myObject (attribute1 "attr87445") ) +(myObject (attribute1 "attr87446") ) +(myObject (attribute1 "attr87447") ) +(myObject (attribute1 "attr87448") ) +(myObject (attribute1 "attr87449") ) +(myObject (attribute1 "attr87450") ) +(myObject (attribute1 "attr87451") ) +(myObject (attribute1 "attr87452") ) +(myObject (attribute1 "attr87453") ) +(myObject (attribute1 "attr87454") ) +(myObject (attribute1 "attr87455") ) +(myObject (attribute1 "attr87456") ) +(myObject (attribute1 "attr87457") ) +(myObject (attribute1 "attr87458") ) +(myObject (attribute1 "attr87459") ) +(myObject (attribute1 "attr87460") ) +(myObject (attribute1 "attr87461") ) +(myObject (attribute1 "attr87462") ) +(myObject (attribute1 "attr87463") ) +(myObject (attribute1 "attr87464") ) +(myObject (attribute1 "attr87465") ) +(myObject (attribute1 "attr87466") ) +(myObject (attribute1 "attr87467") ) +(myObject (attribute1 "attr87468") ) +(myObject (attribute1 "attr87469") ) +(myObject (attribute1 "attr87470") ) +(myObject (attribute1 "attr87471") ) +(myObject (attribute1 "attr87472") ) +(myObject (attribute1 "attr87473") ) +(myObject (attribute1 "attr87474") ) +(myObject (attribute1 "attr87475") ) +(myObject (attribute1 "attr87476") ) +(myObject (attribute1 "attr87477") ) +(myObject (attribute1 "attr87478") ) +(myObject (attribute1 "attr87479") ) +(myObject (attribute1 "attr87480") ) +(myObject (attribute1 "attr87481") ) +(myObject (attribute1 "attr87482") ) +(myObject (attribute1 "attr87483") ) +(myObject (attribute1 "attr87484") ) +(myObject (attribute1 "attr87485") ) +(myObject (attribute1 "attr87486") ) +(myObject (attribute1 "attr87487") ) +(myObject (attribute1 "attr87488") ) +(myObject (attribute1 "attr87489") ) +(myObject (attribute1 "attr87490") ) +(myObject (attribute1 "attr87491") ) +(myObject (attribute1 "attr87492") ) +(myObject (attribute1 "attr87493") ) +(myObject (attribute1 "attr87494") ) +(myObject (attribute1 "attr87495") ) +(myObject (attribute1 "attr87496") ) +(myObject (attribute1 "attr87497") ) +(myObject (attribute1 "attr87498") ) +(myObject (attribute1 "attr87499") ) +(myObject (attribute1 "attr87500") ) +(myObject (attribute1 "attr87501") ) +(myObject (attribute1 "attr87502") ) +(myObject (attribute1 "attr87503") ) +(myObject (attribute1 "attr87504") ) +(myObject (attribute1 "attr87505") ) +(myObject (attribute1 "attr87506") ) +(myObject (attribute1 "attr87507") ) +(myObject (attribute1 "attr87508") ) +(myObject (attribute1 "attr87509") ) +(myObject (attribute1 "attr87510") ) +(myObject (attribute1 "attr87511") ) +(myObject (attribute1 "attr87512") ) +(myObject (attribute1 "attr87513") ) +(myObject (attribute1 "attr87514") ) +(myObject (attribute1 "attr87515") ) +(myObject (attribute1 "attr87516") ) +(myObject (attribute1 "attr87517") ) +(myObject (attribute1 "attr87518") ) +(myObject (attribute1 "attr87519") ) +(myObject (attribute1 "attr87520") ) +(myObject (attribute1 "attr87521") ) +(myObject (attribute1 "attr87522") ) +(myObject (attribute1 "attr87523") ) +(myObject (attribute1 "attr87524") ) +(myObject (attribute1 "attr87525") ) +(myObject (attribute1 "attr87526") ) +(myObject (attribute1 "attr87527") ) +(myObject (attribute1 "attr87528") ) +(myObject (attribute1 "attr87529") ) +(myObject (attribute1 "attr87530") ) +(myObject (attribute1 "attr87531") ) +(myObject (attribute1 "attr87532") ) +(myObject (attribute1 "attr87533") ) +(myObject (attribute1 "attr87534") ) +(myObject (attribute1 "attr87535") ) +(myObject (attribute1 "attr87536") ) +(myObject (attribute1 "attr87537") ) +(myObject (attribute1 "attr87538") ) +(myObject (attribute1 "attr87539") ) +(myObject (attribute1 "attr87540") ) +(myObject (attribute1 "attr87541") ) +(myObject (attribute1 "attr87542") ) +(myObject (attribute1 "attr87543") ) +(myObject (attribute1 "attr87544") ) +(myObject (attribute1 "attr87545") ) +(myObject (attribute1 "attr87546") ) +(myObject (attribute1 "attr87547") ) +(myObject (attribute1 "attr87548") ) +(myObject (attribute1 "attr87549") ) +(myObject (attribute1 "attr87550") ) +(myObject (attribute1 "attr87551") ) +(myObject (attribute1 "attr87552") ) +(myObject (attribute1 "attr87553") ) +(myObject (attribute1 "attr87554") ) +(myObject (attribute1 "attr87555") ) +(myObject (attribute1 "attr87556") ) +(myObject (attribute1 "attr87557") ) +(myObject (attribute1 "attr87558") ) +(myObject (attribute1 "attr87559") ) +(myObject (attribute1 "attr87560") ) +(myObject (attribute1 "attr87561") ) +(myObject (attribute1 "attr87562") ) +(myObject (attribute1 "attr87563") ) +(myObject (attribute1 "attr87564") ) +(myObject (attribute1 "attr87565") ) +(myObject (attribute1 "attr87566") ) +(myObject (attribute1 "attr87567") ) +(myObject (attribute1 "attr87568") ) +(myObject (attribute1 "attr87569") ) +(myObject (attribute1 "attr87570") ) +(myObject (attribute1 "attr87571") ) +(myObject (attribute1 "attr87572") ) +(myObject (attribute1 "attr87573") ) +(myObject (attribute1 "attr87574") ) +(myObject (attribute1 "attr87575") ) +(myObject (attribute1 "attr87576") ) +(myObject (attribute1 "attr87577") ) +(myObject (attribute1 "attr87578") ) +(myObject (attribute1 "attr87579") ) +(myObject (attribute1 "attr87580") ) +(myObject (attribute1 "attr87581") ) +(myObject (attribute1 "attr87582") ) +(myObject (attribute1 "attr87583") ) +(myObject (attribute1 "attr87584") ) +(myObject (attribute1 "attr87585") ) +(myObject (attribute1 "attr87586") ) +(myObject (attribute1 "attr87587") ) +(myObject (attribute1 "attr87588") ) +(myObject (attribute1 "attr87589") ) +(myObject (attribute1 "attr87590") ) +(myObject (attribute1 "attr87591") ) +(myObject (attribute1 "attr87592") ) +(myObject (attribute1 "attr87593") ) +(myObject (attribute1 "attr87594") ) +(myObject (attribute1 "attr87595") ) +(myObject (attribute1 "attr87596") ) +(myObject (attribute1 "attr87597") ) +(myObject (attribute1 "attr87598") ) +(myObject (attribute1 "attr87599") ) +(myObject (attribute1 "attr87600") ) +(myObject (attribute1 "attr87601") ) +(myObject (attribute1 "attr87602") ) +(myObject (attribute1 "attr87603") ) +(myObject (attribute1 "attr87604") ) +(myObject (attribute1 "attr87605") ) +(myObject (attribute1 "attr87606") ) +(myObject (attribute1 "attr87607") ) +(myObject (attribute1 "attr87608") ) +(myObject (attribute1 "attr87609") ) +(myObject (attribute1 "attr87610") ) +(myObject (attribute1 "attr87611") ) +(myObject (attribute1 "attr87612") ) +(myObject (attribute1 "attr87613") ) +(myObject (attribute1 "attr87614") ) +(myObject (attribute1 "attr87615") ) +(myObject (attribute1 "attr87616") ) +(myObject (attribute1 "attr87617") ) +(myObject (attribute1 "attr87618") ) +(myObject (attribute1 "attr87619") ) +(myObject (attribute1 "attr87620") ) +(myObject (attribute1 "attr87621") ) +(myObject (attribute1 "attr87622") ) +(myObject (attribute1 "attr87623") ) +(myObject (attribute1 "attr87624") ) +(myObject (attribute1 "attr87625") ) +(myObject (attribute1 "attr87626") ) +(myObject (attribute1 "attr87627") ) +(myObject (attribute1 "attr87628") ) +(myObject (attribute1 "attr87629") ) +(myObject (attribute1 "attr87630") ) +(myObject (attribute1 "attr87631") ) +(myObject (attribute1 "attr87632") ) +(myObject (attribute1 "attr87633") ) +(myObject (attribute1 "attr87634") ) +(myObject (attribute1 "attr87635") ) +(myObject (attribute1 "attr87636") ) +(myObject (attribute1 "attr87637") ) +(myObject (attribute1 "attr87638") ) +(myObject (attribute1 "attr87639") ) +(myObject (attribute1 "attr87640") ) +(myObject (attribute1 "attr87641") ) +(myObject (attribute1 "attr87642") ) +(myObject (attribute1 "attr87643") ) +(myObject (attribute1 "attr87644") ) +(myObject (attribute1 "attr87645") ) +(myObject (attribute1 "attr87646") ) +(myObject (attribute1 "attr87647") ) +(myObject (attribute1 "attr87648") ) +(myObject (attribute1 "attr87649") ) +(myObject (attribute1 "attr87650") ) +(myObject (attribute1 "attr87651") ) +(myObject (attribute1 "attr87652") ) +(myObject (attribute1 "attr87653") ) +(myObject (attribute1 "attr87654") ) +(myObject (attribute1 "attr87655") ) +(myObject (attribute1 "attr87656") ) +(myObject (attribute1 "attr87657") ) +(myObject (attribute1 "attr87658") ) +(myObject (attribute1 "attr87659") ) +(myObject (attribute1 "attr87660") ) +(myObject (attribute1 "attr87661") ) +(myObject (attribute1 "attr87662") ) +(myObject (attribute1 "attr87663") ) +(myObject (attribute1 "attr87664") ) +(myObject (attribute1 "attr87665") ) +(myObject (attribute1 "attr87666") ) +(myObject (attribute1 "attr87667") ) +(myObject (attribute1 "attr87668") ) +(myObject (attribute1 "attr87669") ) +(myObject (attribute1 "attr87670") ) +(myObject (attribute1 "attr87671") ) +(myObject (attribute1 "attr87672") ) +(myObject (attribute1 "attr87673") ) +(myObject (attribute1 "attr87674") ) +(myObject (attribute1 "attr87675") ) +(myObject (attribute1 "attr87676") ) +(myObject (attribute1 "attr87677") ) +(myObject (attribute1 "attr87678") ) +(myObject (attribute1 "attr87679") ) +(myObject (attribute1 "attr87680") ) +(myObject (attribute1 "attr87681") ) +(myObject (attribute1 "attr87682") ) +(myObject (attribute1 "attr87683") ) +(myObject (attribute1 "attr87684") ) +(myObject (attribute1 "attr87685") ) +(myObject (attribute1 "attr87686") ) +(myObject (attribute1 "attr87687") ) +(myObject (attribute1 "attr87688") ) +(myObject (attribute1 "attr87689") ) +(myObject (attribute1 "attr87690") ) +(myObject (attribute1 "attr87691") ) +(myObject (attribute1 "attr87692") ) +(myObject (attribute1 "attr87693") ) +(myObject (attribute1 "attr87694") ) +(myObject (attribute1 "attr87695") ) +(myObject (attribute1 "attr87696") ) +(myObject (attribute1 "attr87697") ) +(myObject (attribute1 "attr87698") ) +(myObject (attribute1 "attr87699") ) +(myObject (attribute1 "attr87700") ) +(myObject (attribute1 "attr87701") ) +(myObject (attribute1 "attr87702") ) +(myObject (attribute1 "attr87703") ) +(myObject (attribute1 "attr87704") ) +(myObject (attribute1 "attr87705") ) +(myObject (attribute1 "attr87706") ) +(myObject (attribute1 "attr87707") ) +(myObject (attribute1 "attr87708") ) +(myObject (attribute1 "attr87709") ) +(myObject (attribute1 "attr87710") ) +(myObject (attribute1 "attr87711") ) +(myObject (attribute1 "attr87712") ) +(myObject (attribute1 "attr87713") ) +(myObject (attribute1 "attr87714") ) +(myObject (attribute1 "attr87715") ) +(myObject (attribute1 "attr87716") ) +(myObject (attribute1 "attr87717") ) +(myObject (attribute1 "attr87718") ) +(myObject (attribute1 "attr87719") ) +(myObject (attribute1 "attr87720") ) +(myObject (attribute1 "attr87721") ) +(myObject (attribute1 "attr87722") ) +(myObject (attribute1 "attr87723") ) +(myObject (attribute1 "attr87724") ) +(myObject (attribute1 "attr87725") ) +(myObject (attribute1 "attr87726") ) +(myObject (attribute1 "attr87727") ) +(myObject (attribute1 "attr87728") ) +(myObject (attribute1 "attr87729") ) +(myObject (attribute1 "attr87730") ) +(myObject (attribute1 "attr87731") ) +(myObject (attribute1 "attr87732") ) +(myObject (attribute1 "attr87733") ) +(myObject (attribute1 "attr87734") ) +(myObject (attribute1 "attr87735") ) +(myObject (attribute1 "attr87736") ) +(myObject (attribute1 "attr87737") ) +(myObject (attribute1 "attr87738") ) +(myObject (attribute1 "attr87739") ) +(myObject (attribute1 "attr87740") ) +(myObject (attribute1 "attr87741") ) +(myObject (attribute1 "attr87742") ) +(myObject (attribute1 "attr87743") ) +(myObject (attribute1 "attr87744") ) +(myObject (attribute1 "attr87745") ) +(myObject (attribute1 "attr87746") ) +(myObject (attribute1 "attr87747") ) +(myObject (attribute1 "attr87748") ) +(myObject (attribute1 "attr87749") ) +(myObject (attribute1 "attr87750") ) +(myObject (attribute1 "attr87751") ) +(myObject (attribute1 "attr87752") ) +(myObject (attribute1 "attr87753") ) +(myObject (attribute1 "attr87754") ) +(myObject (attribute1 "attr87755") ) +(myObject (attribute1 "attr87756") ) +(myObject (attribute1 "attr87757") ) +(myObject (attribute1 "attr87758") ) +(myObject (attribute1 "attr87759") ) +(myObject (attribute1 "attr87760") ) +(myObject (attribute1 "attr87761") ) +(myObject (attribute1 "attr87762") ) +(myObject (attribute1 "attr87763") ) +(myObject (attribute1 "attr87764") ) +(myObject (attribute1 "attr87765") ) +(myObject (attribute1 "attr87766") ) +(myObject (attribute1 "attr87767") ) +(myObject (attribute1 "attr87768") ) +(myObject (attribute1 "attr87769") ) +(myObject (attribute1 "attr87770") ) +(myObject (attribute1 "attr87771") ) +(myObject (attribute1 "attr87772") ) +(myObject (attribute1 "attr87773") ) +(myObject (attribute1 "attr87774") ) +(myObject (attribute1 "attr87775") ) +(myObject (attribute1 "attr87776") ) +(myObject (attribute1 "attr87777") ) +(myObject (attribute1 "attr87778") ) +(myObject (attribute1 "attr87779") ) +(myObject (attribute1 "attr87780") ) +(myObject (attribute1 "attr87781") ) +(myObject (attribute1 "attr87782") ) +(myObject (attribute1 "attr87783") ) +(myObject (attribute1 "attr87784") ) +(myObject (attribute1 "attr87785") ) +(myObject (attribute1 "attr87786") ) +(myObject (attribute1 "attr87787") ) +(myObject (attribute1 "attr87788") ) +(myObject (attribute1 "attr87789") ) +(myObject (attribute1 "attr87790") ) +(myObject (attribute1 "attr87791") ) +(myObject (attribute1 "attr87792") ) +(myObject (attribute1 "attr87793") ) +(myObject (attribute1 "attr87794") ) +(myObject (attribute1 "attr87795") ) +(myObject (attribute1 "attr87796") ) +(myObject (attribute1 "attr87797") ) +(myObject (attribute1 "attr87798") ) +(myObject (attribute1 "attr87799") ) +(myObject (attribute1 "attr87800") ) +(myObject (attribute1 "attr87801") ) +(myObject (attribute1 "attr87802") ) +(myObject (attribute1 "attr87803") ) +(myObject (attribute1 "attr87804") ) +(myObject (attribute1 "attr87805") ) +(myObject (attribute1 "attr87806") ) +(myObject (attribute1 "attr87807") ) +(myObject (attribute1 "attr87808") ) +(myObject (attribute1 "attr87809") ) +(myObject (attribute1 "attr87810") ) +(myObject (attribute1 "attr87811") ) +(myObject (attribute1 "attr87812") ) +(myObject (attribute1 "attr87813") ) +(myObject (attribute1 "attr87814") ) +(myObject (attribute1 "attr87815") ) +(myObject (attribute1 "attr87816") ) +(myObject (attribute1 "attr87817") ) +(myObject (attribute1 "attr87818") ) +(myObject (attribute1 "attr87819") ) +(myObject (attribute1 "attr87820") ) +(myObject (attribute1 "attr87821") ) +(myObject (attribute1 "attr87822") ) +(myObject (attribute1 "attr87823") ) +(myObject (attribute1 "attr87824") ) +(myObject (attribute1 "attr87825") ) +(myObject (attribute1 "attr87826") ) +(myObject (attribute1 "attr87827") ) +(myObject (attribute1 "attr87828") ) +(myObject (attribute1 "attr87829") ) +(myObject (attribute1 "attr87830") ) +(myObject (attribute1 "attr87831") ) +(myObject (attribute1 "attr87832") ) +(myObject (attribute1 "attr87833") ) +(myObject (attribute1 "attr87834") ) +(myObject (attribute1 "attr87835") ) +(myObject (attribute1 "attr87836") ) +(myObject (attribute1 "attr87837") ) +(myObject (attribute1 "attr87838") ) +(myObject (attribute1 "attr87839") ) +(myObject (attribute1 "attr87840") ) +(myObject (attribute1 "attr87841") ) +(myObject (attribute1 "attr87842") ) +(myObject (attribute1 "attr87843") ) +(myObject (attribute1 "attr87844") ) +(myObject (attribute1 "attr87845") ) +(myObject (attribute1 "attr87846") ) +(myObject (attribute1 "attr87847") ) +(myObject (attribute1 "attr87848") ) +(myObject (attribute1 "attr87849") ) +(myObject (attribute1 "attr87850") ) +(myObject (attribute1 "attr87851") ) +(myObject (attribute1 "attr87852") ) +(myObject (attribute1 "attr87853") ) +(myObject (attribute1 "attr87854") ) +(myObject (attribute1 "attr87855") ) +(myObject (attribute1 "attr87856") ) +(myObject (attribute1 "attr87857") ) +(myObject (attribute1 "attr87858") ) +(myObject (attribute1 "attr87859") ) +(myObject (attribute1 "attr87860") ) +(myObject (attribute1 "attr87861") ) +(myObject (attribute1 "attr87862") ) +(myObject (attribute1 "attr87863") ) +(myObject (attribute1 "attr87864") ) +(myObject (attribute1 "attr87865") ) +(myObject (attribute1 "attr87866") ) +(myObject (attribute1 "attr87867") ) +(myObject (attribute1 "attr87868") ) +(myObject (attribute1 "attr87869") ) +(myObject (attribute1 "attr87870") ) +(myObject (attribute1 "attr87871") ) +(myObject (attribute1 "attr87872") ) +(myObject (attribute1 "attr87873") ) +(myObject (attribute1 "attr87874") ) +(myObject (attribute1 "attr87875") ) +(myObject (attribute1 "attr87876") ) +(myObject (attribute1 "attr87877") ) +(myObject (attribute1 "attr87878") ) +(myObject (attribute1 "attr87879") ) +(myObject (attribute1 "attr87880") ) +(myObject (attribute1 "attr87881") ) +(myObject (attribute1 "attr87882") ) +(myObject (attribute1 "attr87883") ) +(myObject (attribute1 "attr87884") ) +(myObject (attribute1 "attr87885") ) +(myObject (attribute1 "attr87886") ) +(myObject (attribute1 "attr87887") ) +(myObject (attribute1 "attr87888") ) +(myObject (attribute1 "attr87889") ) +(myObject (attribute1 "attr87890") ) +(myObject (attribute1 "attr87891") ) +(myObject (attribute1 "attr87892") ) +(myObject (attribute1 "attr87893") ) +(myObject (attribute1 "attr87894") ) +(myObject (attribute1 "attr87895") ) +(myObject (attribute1 "attr87896") ) +(myObject (attribute1 "attr87897") ) +(myObject (attribute1 "attr87898") ) +(myObject (attribute1 "attr87899") ) +(myObject (attribute1 "attr87900") ) +(myObject (attribute1 "attr87901") ) +(myObject (attribute1 "attr87902") ) +(myObject (attribute1 "attr87903") ) +(myObject (attribute1 "attr87904") ) +(myObject (attribute1 "attr87905") ) +(myObject (attribute1 "attr87906") ) +(myObject (attribute1 "attr87907") ) +(myObject (attribute1 "attr87908") ) +(myObject (attribute1 "attr87909") ) +(myObject (attribute1 "attr87910") ) +(myObject (attribute1 "attr87911") ) +(myObject (attribute1 "attr87912") ) +(myObject (attribute1 "attr87913") ) +(myObject (attribute1 "attr87914") ) +(myObject (attribute1 "attr87915") ) +(myObject (attribute1 "attr87916") ) +(myObject (attribute1 "attr87917") ) +(myObject (attribute1 "attr87918") ) +(myObject (attribute1 "attr87919") ) +(myObject (attribute1 "attr87920") ) +(myObject (attribute1 "attr87921") ) +(myObject (attribute1 "attr87922") ) +(myObject (attribute1 "attr87923") ) +(myObject (attribute1 "attr87924") ) +(myObject (attribute1 "attr87925") ) +(myObject (attribute1 "attr87926") ) +(myObject (attribute1 "attr87927") ) +(myObject (attribute1 "attr87928") ) +(myObject (attribute1 "attr87929") ) +(myObject (attribute1 "attr87930") ) +(myObject (attribute1 "attr87931") ) +(myObject (attribute1 "attr87932") ) +(myObject (attribute1 "attr87933") ) +(myObject (attribute1 "attr87934") ) +(myObject (attribute1 "attr87935") ) +(myObject (attribute1 "attr87936") ) +(myObject (attribute1 "attr87937") ) +(myObject (attribute1 "attr87938") ) +(myObject (attribute1 "attr87939") ) +(myObject (attribute1 "attr87940") ) +(myObject (attribute1 "attr87941") ) +(myObject (attribute1 "attr87942") ) +(myObject (attribute1 "attr87943") ) +(myObject (attribute1 "attr87944") ) +(myObject (attribute1 "attr87945") ) +(myObject (attribute1 "attr87946") ) +(myObject (attribute1 "attr87947") ) +(myObject (attribute1 "attr87948") ) +(myObject (attribute1 "attr87949") ) +(myObject (attribute1 "attr87950") ) +(myObject (attribute1 "attr87951") ) +(myObject (attribute1 "attr87952") ) +(myObject (attribute1 "attr87953") ) +(myObject (attribute1 "attr87954") ) +(myObject (attribute1 "attr87955") ) +(myObject (attribute1 "attr87956") ) +(myObject (attribute1 "attr87957") ) +(myObject (attribute1 "attr87958") ) +(myObject (attribute1 "attr87959") ) +(myObject (attribute1 "attr87960") ) +(myObject (attribute1 "attr87961") ) +(myObject (attribute1 "attr87962") ) +(myObject (attribute1 "attr87963") ) +(myObject (attribute1 "attr87964") ) +(myObject (attribute1 "attr87965") ) +(myObject (attribute1 "attr87966") ) +(myObject (attribute1 "attr87967") ) +(myObject (attribute1 "attr87968") ) +(myObject (attribute1 "attr87969") ) +(myObject (attribute1 "attr87970") ) +(myObject (attribute1 "attr87971") ) +(myObject (attribute1 "attr87972") ) +(myObject (attribute1 "attr87973") ) +(myObject (attribute1 "attr87974") ) +(myObject (attribute1 "attr87975") ) +(myObject (attribute1 "attr87976") ) +(myObject (attribute1 "attr87977") ) +(myObject (attribute1 "attr87978") ) +(myObject (attribute1 "attr87979") ) +(myObject (attribute1 "attr87980") ) +(myObject (attribute1 "attr87981") ) +(myObject (attribute1 "attr87982") ) +(myObject (attribute1 "attr87983") ) +(myObject (attribute1 "attr87984") ) +(myObject (attribute1 "attr87985") ) +(myObject (attribute1 "attr87986") ) +(myObject (attribute1 "attr87987") ) +(myObject (attribute1 "attr87988") ) +(myObject (attribute1 "attr87989") ) +(myObject (attribute1 "attr87990") ) +(myObject (attribute1 "attr87991") ) +(myObject (attribute1 "attr87992") ) +(myObject (attribute1 "attr87993") ) +(myObject (attribute1 "attr87994") ) +(myObject (attribute1 "attr87995") ) +(myObject (attribute1 "attr87996") ) +(myObject (attribute1 "attr87997") ) +(myObject (attribute1 "attr87998") ) +(myObject (attribute1 "attr87999") ) +(myObject (attribute1 "attr88000") ) +(myObject (attribute1 "attr88001") ) +(myObject (attribute1 "attr88002") ) +(myObject (attribute1 "attr88003") ) +(myObject (attribute1 "attr88004") ) +(myObject (attribute1 "attr88005") ) +(myObject (attribute1 "attr88006") ) +(myObject (attribute1 "attr88007") ) +(myObject (attribute1 "attr88008") ) +(myObject (attribute1 "attr88009") ) +(myObject (attribute1 "attr88010") ) +(myObject (attribute1 "attr88011") ) +(myObject (attribute1 "attr88012") ) +(myObject (attribute1 "attr88013") ) +(myObject (attribute1 "attr88014") ) +(myObject (attribute1 "attr88015") ) +(myObject (attribute1 "attr88016") ) +(myObject (attribute1 "attr88017") ) +(myObject (attribute1 "attr88018") ) +(myObject (attribute1 "attr88019") ) +(myObject (attribute1 "attr88020") ) +(myObject (attribute1 "attr88021") ) +(myObject (attribute1 "attr88022") ) +(myObject (attribute1 "attr88023") ) +(myObject (attribute1 "attr88024") ) +(myObject (attribute1 "attr88025") ) +(myObject (attribute1 "attr88026") ) +(myObject (attribute1 "attr88027") ) +(myObject (attribute1 "attr88028") ) +(myObject (attribute1 "attr88029") ) +(myObject (attribute1 "attr88030") ) +(myObject (attribute1 "attr88031") ) +(myObject (attribute1 "attr88032") ) +(myObject (attribute1 "attr88033") ) +(myObject (attribute1 "attr88034") ) +(myObject (attribute1 "attr88035") ) +(myObject (attribute1 "attr88036") ) +(myObject (attribute1 "attr88037") ) +(myObject (attribute1 "attr88038") ) +(myObject (attribute1 "attr88039") ) +(myObject (attribute1 "attr88040") ) +(myObject (attribute1 "attr88041") ) +(myObject (attribute1 "attr88042") ) +(myObject (attribute1 "attr88043") ) +(myObject (attribute1 "attr88044") ) +(myObject (attribute1 "attr88045") ) +(myObject (attribute1 "attr88046") ) +(myObject (attribute1 "attr88047") ) +(myObject (attribute1 "attr88048") ) +(myObject (attribute1 "attr88049") ) +(myObject (attribute1 "attr88050") ) +(myObject (attribute1 "attr88051") ) +(myObject (attribute1 "attr88052") ) +(myObject (attribute1 "attr88053") ) +(myObject (attribute1 "attr88054") ) +(myObject (attribute1 "attr88055") ) +(myObject (attribute1 "attr88056") ) +(myObject (attribute1 "attr88057") ) +(myObject (attribute1 "attr88058") ) +(myObject (attribute1 "attr88059") ) +(myObject (attribute1 "attr88060") ) +(myObject (attribute1 "attr88061") ) +(myObject (attribute1 "attr88062") ) +(myObject (attribute1 "attr88063") ) +(myObject (attribute1 "attr88064") ) +(myObject (attribute1 "attr88065") ) +(myObject (attribute1 "attr88066") ) +(myObject (attribute1 "attr88067") ) +(myObject (attribute1 "attr88068") ) +(myObject (attribute1 "attr88069") ) +(myObject (attribute1 "attr88070") ) +(myObject (attribute1 "attr88071") ) +(myObject (attribute1 "attr88072") ) +(myObject (attribute1 "attr88073") ) +(myObject (attribute1 "attr88074") ) +(myObject (attribute1 "attr88075") ) +(myObject (attribute1 "attr88076") ) +(myObject (attribute1 "attr88077") ) +(myObject (attribute1 "attr88078") ) +(myObject (attribute1 "attr88079") ) +(myObject (attribute1 "attr88080") ) +(myObject (attribute1 "attr88081") ) +(myObject (attribute1 "attr88082") ) +(myObject (attribute1 "attr88083") ) +(myObject (attribute1 "attr88084") ) +(myObject (attribute1 "attr88085") ) +(myObject (attribute1 "attr88086") ) +(myObject (attribute1 "attr88087") ) +(myObject (attribute1 "attr88088") ) +(myObject (attribute1 "attr88089") ) +(myObject (attribute1 "attr88090") ) +(myObject (attribute1 "attr88091") ) +(myObject (attribute1 "attr88092") ) +(myObject (attribute1 "attr88093") ) +(myObject (attribute1 "attr88094") ) +(myObject (attribute1 "attr88095") ) +(myObject (attribute1 "attr88096") ) +(myObject (attribute1 "attr88097") ) +(myObject (attribute1 "attr88098") ) +(myObject (attribute1 "attr88099") ) +(myObject (attribute1 "attr88100") ) +(myObject (attribute1 "attr88101") ) +(myObject (attribute1 "attr88102") ) +(myObject (attribute1 "attr88103") ) +(myObject (attribute1 "attr88104") ) +(myObject (attribute1 "attr88105") ) +(myObject (attribute1 "attr88106") ) +(myObject (attribute1 "attr88107") ) +(myObject (attribute1 "attr88108") ) +(myObject (attribute1 "attr88109") ) +(myObject (attribute1 "attr88110") ) +(myObject (attribute1 "attr88111") ) +(myObject (attribute1 "attr88112") ) +(myObject (attribute1 "attr88113") ) +(myObject (attribute1 "attr88114") ) +(myObject (attribute1 "attr88115") ) +(myObject (attribute1 "attr88116") ) +(myObject (attribute1 "attr88117") ) +(myObject (attribute1 "attr88118") ) +(myObject (attribute1 "attr88119") ) +(myObject (attribute1 "attr88120") ) +(myObject (attribute1 "attr88121") ) +(myObject (attribute1 "attr88122") ) +(myObject (attribute1 "attr88123") ) +(myObject (attribute1 "attr88124") ) +(myObject (attribute1 "attr88125") ) +(myObject (attribute1 "attr88126") ) +(myObject (attribute1 "attr88127") ) +(myObject (attribute1 "attr88128") ) +(myObject (attribute1 "attr88129") ) +(myObject (attribute1 "attr88130") ) +(myObject (attribute1 "attr88131") ) +(myObject (attribute1 "attr88132") ) +(myObject (attribute1 "attr88133") ) +(myObject (attribute1 "attr88134") ) +(myObject (attribute1 "attr88135") ) +(myObject (attribute1 "attr88136") ) +(myObject (attribute1 "attr88137") ) +(myObject (attribute1 "attr88138") ) +(myObject (attribute1 "attr88139") ) +(myObject (attribute1 "attr88140") ) +(myObject (attribute1 "attr88141") ) +(myObject (attribute1 "attr88142") ) +(myObject (attribute1 "attr88143") ) +(myObject (attribute1 "attr88144") ) +(myObject (attribute1 "attr88145") ) +(myObject (attribute1 "attr88146") ) +(myObject (attribute1 "attr88147") ) +(myObject (attribute1 "attr88148") ) +(myObject (attribute1 "attr88149") ) +(myObject (attribute1 "attr88150") ) +(myObject (attribute1 "attr88151") ) +(myObject (attribute1 "attr88152") ) +(myObject (attribute1 "attr88153") ) +(myObject (attribute1 "attr88154") ) +(myObject (attribute1 "attr88155") ) +(myObject (attribute1 "attr88156") ) +(myObject (attribute1 "attr88157") ) +(myObject (attribute1 "attr88158") ) +(myObject (attribute1 "attr88159") ) +(myObject (attribute1 "attr88160") ) +(myObject (attribute1 "attr88161") ) +(myObject (attribute1 "attr88162") ) +(myObject (attribute1 "attr88163") ) +(myObject (attribute1 "attr88164") ) +(myObject (attribute1 "attr88165") ) +(myObject (attribute1 "attr88166") ) +(myObject (attribute1 "attr88167") ) +(myObject (attribute1 "attr88168") ) +(myObject (attribute1 "attr88169") ) +(myObject (attribute1 "attr88170") ) +(myObject (attribute1 "attr88171") ) +(myObject (attribute1 "attr88172") ) +(myObject (attribute1 "attr88173") ) +(myObject (attribute1 "attr88174") ) +(myObject (attribute1 "attr88175") ) +(myObject (attribute1 "attr88176") ) +(myObject (attribute1 "attr88177") ) +(myObject (attribute1 "attr88178") ) +(myObject (attribute1 "attr88179") ) +(myObject (attribute1 "attr88180") ) +(myObject (attribute1 "attr88181") ) +(myObject (attribute1 "attr88182") ) +(myObject (attribute1 "attr88183") ) +(myObject (attribute1 "attr88184") ) +(myObject (attribute1 "attr88185") ) +(myObject (attribute1 "attr88186") ) +(myObject (attribute1 "attr88187") ) +(myObject (attribute1 "attr88188") ) +(myObject (attribute1 "attr88189") ) +(myObject (attribute1 "attr88190") ) +(myObject (attribute1 "attr88191") ) +(myObject (attribute1 "attr88192") ) +(myObject (attribute1 "attr88193") ) +(myObject (attribute1 "attr88194") ) +(myObject (attribute1 "attr88195") ) +(myObject (attribute1 "attr88196") ) +(myObject (attribute1 "attr88197") ) +(myObject (attribute1 "attr88198") ) +(myObject (attribute1 "attr88199") ) +(myObject (attribute1 "attr88200") ) +(myObject (attribute1 "attr88201") ) +(myObject (attribute1 "attr88202") ) +(myObject (attribute1 "attr88203") ) +(myObject (attribute1 "attr88204") ) +(myObject (attribute1 "attr88205") ) +(myObject (attribute1 "attr88206") ) +(myObject (attribute1 "attr88207") ) +(myObject (attribute1 "attr88208") ) +(myObject (attribute1 "attr88209") ) +(myObject (attribute1 "attr88210") ) +(myObject (attribute1 "attr88211") ) +(myObject (attribute1 "attr88212") ) +(myObject (attribute1 "attr88213") ) +(myObject (attribute1 "attr88214") ) +(myObject (attribute1 "attr88215") ) +(myObject (attribute1 "attr88216") ) +(myObject (attribute1 "attr88217") ) +(myObject (attribute1 "attr88218") ) +(myObject (attribute1 "attr88219") ) +(myObject (attribute1 "attr88220") ) +(myObject (attribute1 "attr88221") ) +(myObject (attribute1 "attr88222") ) +(myObject (attribute1 "attr88223") ) +(myObject (attribute1 "attr88224") ) +(myObject (attribute1 "attr88225") ) +(myObject (attribute1 "attr88226") ) +(myObject (attribute1 "attr88227") ) +(myObject (attribute1 "attr88228") ) +(myObject (attribute1 "attr88229") ) +(myObject (attribute1 "attr88230") ) +(myObject (attribute1 "attr88231") ) +(myObject (attribute1 "attr88232") ) +(myObject (attribute1 "attr88233") ) +(myObject (attribute1 "attr88234") ) +(myObject (attribute1 "attr88235") ) +(myObject (attribute1 "attr88236") ) +(myObject (attribute1 "attr88237") ) +(myObject (attribute1 "attr88238") ) +(myObject (attribute1 "attr88239") ) +(myObject (attribute1 "attr88240") ) +(myObject (attribute1 "attr88241") ) +(myObject (attribute1 "attr88242") ) +(myObject (attribute1 "attr88243") ) +(myObject (attribute1 "attr88244") ) +(myObject (attribute1 "attr88245") ) +(myObject (attribute1 "attr88246") ) +(myObject (attribute1 "attr88247") ) +(myObject (attribute1 "attr88248") ) +(myObject (attribute1 "attr88249") ) +(myObject (attribute1 "attr88250") ) +(myObject (attribute1 "attr88251") ) +(myObject (attribute1 "attr88252") ) +(myObject (attribute1 "attr88253") ) +(myObject (attribute1 "attr88254") ) +(myObject (attribute1 "attr88255") ) +(myObject (attribute1 "attr88256") ) +(myObject (attribute1 "attr88257") ) +(myObject (attribute1 "attr88258") ) +(myObject (attribute1 "attr88259") ) +(myObject (attribute1 "attr88260") ) +(myObject (attribute1 "attr88261") ) +(myObject (attribute1 "attr88262") ) +(myObject (attribute1 "attr88263") ) +(myObject (attribute1 "attr88264") ) +(myObject (attribute1 "attr88265") ) +(myObject (attribute1 "attr88266") ) +(myObject (attribute1 "attr88267") ) +(myObject (attribute1 "attr88268") ) +(myObject (attribute1 "attr88269") ) +(myObject (attribute1 "attr88270") ) +(myObject (attribute1 "attr88271") ) +(myObject (attribute1 "attr88272") ) +(myObject (attribute1 "attr88273") ) +(myObject (attribute1 "attr88274") ) +(myObject (attribute1 "attr88275") ) +(myObject (attribute1 "attr88276") ) +(myObject (attribute1 "attr88277") ) +(myObject (attribute1 "attr88278") ) +(myObject (attribute1 "attr88279") ) +(myObject (attribute1 "attr88280") ) +(myObject (attribute1 "attr88281") ) +(myObject (attribute1 "attr88282") ) +(myObject (attribute1 "attr88283") ) +(myObject (attribute1 "attr88284") ) +(myObject (attribute1 "attr88285") ) +(myObject (attribute1 "attr88286") ) +(myObject (attribute1 "attr88287") ) +(myObject (attribute1 "attr88288") ) +(myObject (attribute1 "attr88289") ) +(myObject (attribute1 "attr88290") ) +(myObject (attribute1 "attr88291") ) +(myObject (attribute1 "attr88292") ) +(myObject (attribute1 "attr88293") ) +(myObject (attribute1 "attr88294") ) +(myObject (attribute1 "attr88295") ) +(myObject (attribute1 "attr88296") ) +(myObject (attribute1 "attr88297") ) +(myObject (attribute1 "attr88298") ) +(myObject (attribute1 "attr88299") ) +(myObject (attribute1 "attr88300") ) +(myObject (attribute1 "attr88301") ) +(myObject (attribute1 "attr88302") ) +(myObject (attribute1 "attr88303") ) +(myObject (attribute1 "attr88304") ) +(myObject (attribute1 "attr88305") ) +(myObject (attribute1 "attr88306") ) +(myObject (attribute1 "attr88307") ) +(myObject (attribute1 "attr88308") ) +(myObject (attribute1 "attr88309") ) +(myObject (attribute1 "attr88310") ) +(myObject (attribute1 "attr88311") ) +(myObject (attribute1 "attr88312") ) +(myObject (attribute1 "attr88313") ) +(myObject (attribute1 "attr88314") ) +(myObject (attribute1 "attr88315") ) +(myObject (attribute1 "attr88316") ) +(myObject (attribute1 "attr88317") ) +(myObject (attribute1 "attr88318") ) +(myObject (attribute1 "attr88319") ) +(myObject (attribute1 "attr88320") ) +(myObject (attribute1 "attr88321") ) +(myObject (attribute1 "attr88322") ) +(myObject (attribute1 "attr88323") ) +(myObject (attribute1 "attr88324") ) +(myObject (attribute1 "attr88325") ) +(myObject (attribute1 "attr88326") ) +(myObject (attribute1 "attr88327") ) +(myObject (attribute1 "attr88328") ) +(myObject (attribute1 "attr88329") ) +(myObject (attribute1 "attr88330") ) +(myObject (attribute1 "attr88331") ) +(myObject (attribute1 "attr88332") ) +(myObject (attribute1 "attr88333") ) +(myObject (attribute1 "attr88334") ) +(myObject (attribute1 "attr88335") ) +(myObject (attribute1 "attr88336") ) +(myObject (attribute1 "attr88337") ) +(myObject (attribute1 "attr88338") ) +(myObject (attribute1 "attr88339") ) +(myObject (attribute1 "attr88340") ) +(myObject (attribute1 "attr88341") ) +(myObject (attribute1 "attr88342") ) +(myObject (attribute1 "attr88343") ) +(myObject (attribute1 "attr88344") ) +(myObject (attribute1 "attr88345") ) +(myObject (attribute1 "attr88346") ) +(myObject (attribute1 "attr88347") ) +(myObject (attribute1 "attr88348") ) +(myObject (attribute1 "attr88349") ) +(myObject (attribute1 "attr88350") ) +(myObject (attribute1 "attr88351") ) +(myObject (attribute1 "attr88352") ) +(myObject (attribute1 "attr88353") ) +(myObject (attribute1 "attr88354") ) +(myObject (attribute1 "attr88355") ) +(myObject (attribute1 "attr88356") ) +(myObject (attribute1 "attr88357") ) +(myObject (attribute1 "attr88358") ) +(myObject (attribute1 "attr88359") ) +(myObject (attribute1 "attr88360") ) +(myObject (attribute1 "attr88361") ) +(myObject (attribute1 "attr88362") ) +(myObject (attribute1 "attr88363") ) +(myObject (attribute1 "attr88364") ) +(myObject (attribute1 "attr88365") ) +(myObject (attribute1 "attr88366") ) +(myObject (attribute1 "attr88367") ) +(myObject (attribute1 "attr88368") ) +(myObject (attribute1 "attr88369") ) +(myObject (attribute1 "attr88370") ) +(myObject (attribute1 "attr88371") ) +(myObject (attribute1 "attr88372") ) +(myObject (attribute1 "attr88373") ) +(myObject (attribute1 "attr88374") ) +(myObject (attribute1 "attr88375") ) +(myObject (attribute1 "attr88376") ) +(myObject (attribute1 "attr88377") ) +(myObject (attribute1 "attr88378") ) +(myObject (attribute1 "attr88379") ) +(myObject (attribute1 "attr88380") ) +(myObject (attribute1 "attr88381") ) +(myObject (attribute1 "attr88382") ) +(myObject (attribute1 "attr88383") ) +(myObject (attribute1 "attr88384") ) +(myObject (attribute1 "attr88385") ) +(myObject (attribute1 "attr88386") ) +(myObject (attribute1 "attr88387") ) +(myObject (attribute1 "attr88388") ) +(myObject (attribute1 "attr88389") ) +(myObject (attribute1 "attr88390") ) +(myObject (attribute1 "attr88391") ) +(myObject (attribute1 "attr88392") ) +(myObject (attribute1 "attr88393") ) +(myObject (attribute1 "attr88394") ) +(myObject (attribute1 "attr88395") ) +(myObject (attribute1 "attr88396") ) +(myObject (attribute1 "attr88397") ) +(myObject (attribute1 "attr88398") ) +(myObject (attribute1 "attr88399") ) +(myObject (attribute1 "attr88400") ) +(myObject (attribute1 "attr88401") ) +(myObject (attribute1 "attr88402") ) +(myObject (attribute1 "attr88403") ) +(myObject (attribute1 "attr88404") ) +(myObject (attribute1 "attr88405") ) +(myObject (attribute1 "attr88406") ) +(myObject (attribute1 "attr88407") ) +(myObject (attribute1 "attr88408") ) +(myObject (attribute1 "attr88409") ) +(myObject (attribute1 "attr88410") ) +(myObject (attribute1 "attr88411") ) +(myObject (attribute1 "attr88412") ) +(myObject (attribute1 "attr88413") ) +(myObject (attribute1 "attr88414") ) +(myObject (attribute1 "attr88415") ) +(myObject (attribute1 "attr88416") ) +(myObject (attribute1 "attr88417") ) +(myObject (attribute1 "attr88418") ) +(myObject (attribute1 "attr88419") ) +(myObject (attribute1 "attr88420") ) +(myObject (attribute1 "attr88421") ) +(myObject (attribute1 "attr88422") ) +(myObject (attribute1 "attr88423") ) +(myObject (attribute1 "attr88424") ) +(myObject (attribute1 "attr88425") ) +(myObject (attribute1 "attr88426") ) +(myObject (attribute1 "attr88427") ) +(myObject (attribute1 "attr88428") ) +(myObject (attribute1 "attr88429") ) +(myObject (attribute1 "attr88430") ) +(myObject (attribute1 "attr88431") ) +(myObject (attribute1 "attr88432") ) +(myObject (attribute1 "attr88433") ) +(myObject (attribute1 "attr88434") ) +(myObject (attribute1 "attr88435") ) +(myObject (attribute1 "attr88436") ) +(myObject (attribute1 "attr88437") ) +(myObject (attribute1 "attr88438") ) +(myObject (attribute1 "attr88439") ) +(myObject (attribute1 "attr88440") ) +(myObject (attribute1 "attr88441") ) +(myObject (attribute1 "attr88442") ) +(myObject (attribute1 "attr88443") ) +(myObject (attribute1 "attr88444") ) +(myObject (attribute1 "attr88445") ) +(myObject (attribute1 "attr88446") ) +(myObject (attribute1 "attr88447") ) +(myObject (attribute1 "attr88448") ) +(myObject (attribute1 "attr88449") ) +(myObject (attribute1 "attr88450") ) +(myObject (attribute1 "attr88451") ) +(myObject (attribute1 "attr88452") ) +(myObject (attribute1 "attr88453") ) +(myObject (attribute1 "attr88454") ) +(myObject (attribute1 "attr88455") ) +(myObject (attribute1 "attr88456") ) +(myObject (attribute1 "attr88457") ) +(myObject (attribute1 "attr88458") ) +(myObject (attribute1 "attr88459") ) +(myObject (attribute1 "attr88460") ) +(myObject (attribute1 "attr88461") ) +(myObject (attribute1 "attr88462") ) +(myObject (attribute1 "attr88463") ) +(myObject (attribute1 "attr88464") ) +(myObject (attribute1 "attr88465") ) +(myObject (attribute1 "attr88466") ) +(myObject (attribute1 "attr88467") ) +(myObject (attribute1 "attr88468") ) +(myObject (attribute1 "attr88469") ) +(myObject (attribute1 "attr88470") ) +(myObject (attribute1 "attr88471") ) +(myObject (attribute1 "attr88472") ) +(myObject (attribute1 "attr88473") ) +(myObject (attribute1 "attr88474") ) +(myObject (attribute1 "attr88475") ) +(myObject (attribute1 "attr88476") ) +(myObject (attribute1 "attr88477") ) +(myObject (attribute1 "attr88478") ) +(myObject (attribute1 "attr88479") ) +(myObject (attribute1 "attr88480") ) +(myObject (attribute1 "attr88481") ) +(myObject (attribute1 "attr88482") ) +(myObject (attribute1 "attr88483") ) +(myObject (attribute1 "attr88484") ) +(myObject (attribute1 "attr88485") ) +(myObject (attribute1 "attr88486") ) +(myObject (attribute1 "attr88487") ) +(myObject (attribute1 "attr88488") ) +(myObject (attribute1 "attr88489") ) +(myObject (attribute1 "attr88490") ) +(myObject (attribute1 "attr88491") ) +(myObject (attribute1 "attr88492") ) +(myObject (attribute1 "attr88493") ) +(myObject (attribute1 "attr88494") ) +(myObject (attribute1 "attr88495") ) +(myObject (attribute1 "attr88496") ) +(myObject (attribute1 "attr88497") ) +(myObject (attribute1 "attr88498") ) +(myObject (attribute1 "attr88499") ) +(myObject (attribute1 "attr88500") ) +(myObject (attribute1 "attr88501") ) +(myObject (attribute1 "attr88502") ) +(myObject (attribute1 "attr88503") ) +(myObject (attribute1 "attr88504") ) +(myObject (attribute1 "attr88505") ) +(myObject (attribute1 "attr88506") ) +(myObject (attribute1 "attr88507") ) +(myObject (attribute1 "attr88508") ) +(myObject (attribute1 "attr88509") ) +(myObject (attribute1 "attr88510") ) +(myObject (attribute1 "attr88511") ) +(myObject (attribute1 "attr88512") ) +(myObject (attribute1 "attr88513") ) +(myObject (attribute1 "attr88514") ) +(myObject (attribute1 "attr88515") ) +(myObject (attribute1 "attr88516") ) +(myObject (attribute1 "attr88517") ) +(myObject (attribute1 "attr88518") ) +(myObject (attribute1 "attr88519") ) +(myObject (attribute1 "attr88520") ) +(myObject (attribute1 "attr88521") ) +(myObject (attribute1 "attr88522") ) +(myObject (attribute1 "attr88523") ) +(myObject (attribute1 "attr88524") ) +(myObject (attribute1 "attr88525") ) +(myObject (attribute1 "attr88526") ) +(myObject (attribute1 "attr88527") ) +(myObject (attribute1 "attr88528") ) +(myObject (attribute1 "attr88529") ) +(myObject (attribute1 "attr88530") ) +(myObject (attribute1 "attr88531") ) +(myObject (attribute1 "attr88532") ) +(myObject (attribute1 "attr88533") ) +(myObject (attribute1 "attr88534") ) +(myObject (attribute1 "attr88535") ) +(myObject (attribute1 "attr88536") ) +(myObject (attribute1 "attr88537") ) +(myObject (attribute1 "attr88538") ) +(myObject (attribute1 "attr88539") ) +(myObject (attribute1 "attr88540") ) +(myObject (attribute1 "attr88541") ) +(myObject (attribute1 "attr88542") ) +(myObject (attribute1 "attr88543") ) +(myObject (attribute1 "attr88544") ) +(myObject (attribute1 "attr88545") ) +(myObject (attribute1 "attr88546") ) +(myObject (attribute1 "attr88547") ) +(myObject (attribute1 "attr88548") ) +(myObject (attribute1 "attr88549") ) +(myObject (attribute1 "attr88550") ) +(myObject (attribute1 "attr88551") ) +(myObject (attribute1 "attr88552") ) +(myObject (attribute1 "attr88553") ) +(myObject (attribute1 "attr88554") ) +(myObject (attribute1 "attr88555") ) +(myObject (attribute1 "attr88556") ) +(myObject (attribute1 "attr88557") ) +(myObject (attribute1 "attr88558") ) +(myObject (attribute1 "attr88559") ) +(myObject (attribute1 "attr88560") ) +(myObject (attribute1 "attr88561") ) +(myObject (attribute1 "attr88562") ) +(myObject (attribute1 "attr88563") ) +(myObject (attribute1 "attr88564") ) +(myObject (attribute1 "attr88565") ) +(myObject (attribute1 "attr88566") ) +(myObject (attribute1 "attr88567") ) +(myObject (attribute1 "attr88568") ) +(myObject (attribute1 "attr88569") ) +(myObject (attribute1 "attr88570") ) +(myObject (attribute1 "attr88571") ) +(myObject (attribute1 "attr88572") ) +(myObject (attribute1 "attr88573") ) +(myObject (attribute1 "attr88574") ) +(myObject (attribute1 "attr88575") ) +(myObject (attribute1 "attr88576") ) +(myObject (attribute1 "attr88577") ) +(myObject (attribute1 "attr88578") ) +(myObject (attribute1 "attr88579") ) +(myObject (attribute1 "attr88580") ) +(myObject (attribute1 "attr88581") ) +(myObject (attribute1 "attr88582") ) +(myObject (attribute1 "attr88583") ) +(myObject (attribute1 "attr88584") ) +(myObject (attribute1 "attr88585") ) +(myObject (attribute1 "attr88586") ) +(myObject (attribute1 "attr88587") ) +(myObject (attribute1 "attr88588") ) +(myObject (attribute1 "attr88589") ) +(myObject (attribute1 "attr88590") ) +(myObject (attribute1 "attr88591") ) +(myObject (attribute1 "attr88592") ) +(myObject (attribute1 "attr88593") ) +(myObject (attribute1 "attr88594") ) +(myObject (attribute1 "attr88595") ) +(myObject (attribute1 "attr88596") ) +(myObject (attribute1 "attr88597") ) +(myObject (attribute1 "attr88598") ) +(myObject (attribute1 "attr88599") ) +(myObject (attribute1 "attr88600") ) +(myObject (attribute1 "attr88601") ) +(myObject (attribute1 "attr88602") ) +(myObject (attribute1 "attr88603") ) +(myObject (attribute1 "attr88604") ) +(myObject (attribute1 "attr88605") ) +(myObject (attribute1 "attr88606") ) +(myObject (attribute1 "attr88607") ) +(myObject (attribute1 "attr88608") ) +(myObject (attribute1 "attr88609") ) +(myObject (attribute1 "attr88610") ) +(myObject (attribute1 "attr88611") ) +(myObject (attribute1 "attr88612") ) +(myObject (attribute1 "attr88613") ) +(myObject (attribute1 "attr88614") ) +(myObject (attribute1 "attr88615") ) +(myObject (attribute1 "attr88616") ) +(myObject (attribute1 "attr88617") ) +(myObject (attribute1 "attr88618") ) +(myObject (attribute1 "attr88619") ) +(myObject (attribute1 "attr88620") ) +(myObject (attribute1 "attr88621") ) +(myObject (attribute1 "attr88622") ) +(myObject (attribute1 "attr88623") ) +(myObject (attribute1 "attr88624") ) +(myObject (attribute1 "attr88625") ) +(myObject (attribute1 "attr88626") ) +(myObject (attribute1 "attr88627") ) +(myObject (attribute1 "attr88628") ) +(myObject (attribute1 "attr88629") ) +(myObject (attribute1 "attr88630") ) +(myObject (attribute1 "attr88631") ) +(myObject (attribute1 "attr88632") ) +(myObject (attribute1 "attr88633") ) +(myObject (attribute1 "attr88634") ) +(myObject (attribute1 "attr88635") ) +(myObject (attribute1 "attr88636") ) +(myObject (attribute1 "attr88637") ) +(myObject (attribute1 "attr88638") ) +(myObject (attribute1 "attr88639") ) +(myObject (attribute1 "attr88640") ) +(myObject (attribute1 "attr88641") ) +(myObject (attribute1 "attr88642") ) +(myObject (attribute1 "attr88643") ) +(myObject (attribute1 "attr88644") ) +(myObject (attribute1 "attr88645") ) +(myObject (attribute1 "attr88646") ) +(myObject (attribute1 "attr88647") ) +(myObject (attribute1 "attr88648") ) +(myObject (attribute1 "attr88649") ) +(myObject (attribute1 "attr88650") ) +(myObject (attribute1 "attr88651") ) +(myObject (attribute1 "attr88652") ) +(myObject (attribute1 "attr88653") ) +(myObject (attribute1 "attr88654") ) +(myObject (attribute1 "attr88655") ) +(myObject (attribute1 "attr88656") ) +(myObject (attribute1 "attr88657") ) +(myObject (attribute1 "attr88658") ) +(myObject (attribute1 "attr88659") ) +(myObject (attribute1 "attr88660") ) +(myObject (attribute1 "attr88661") ) +(myObject (attribute1 "attr88662") ) +(myObject (attribute1 "attr88663") ) +(myObject (attribute1 "attr88664") ) +(myObject (attribute1 "attr88665") ) +(myObject (attribute1 "attr88666") ) +(myObject (attribute1 "attr88667") ) +(myObject (attribute1 "attr88668") ) +(myObject (attribute1 "attr88669") ) +(myObject (attribute1 "attr88670") ) +(myObject (attribute1 "attr88671") ) +(myObject (attribute1 "attr88672") ) +(myObject (attribute1 "attr88673") ) +(myObject (attribute1 "attr88674") ) +(myObject (attribute1 "attr88675") ) +(myObject (attribute1 "attr88676") ) +(myObject (attribute1 "attr88677") ) +(myObject (attribute1 "attr88678") ) +(myObject (attribute1 "attr88679") ) +(myObject (attribute1 "attr88680") ) +(myObject (attribute1 "attr88681") ) +(myObject (attribute1 "attr88682") ) +(myObject (attribute1 "attr88683") ) +(myObject (attribute1 "attr88684") ) +(myObject (attribute1 "attr88685") ) +(myObject (attribute1 "attr88686") ) +(myObject (attribute1 "attr88687") ) +(myObject (attribute1 "attr88688") ) +(myObject (attribute1 "attr88689") ) +(myObject (attribute1 "attr88690") ) +(myObject (attribute1 "attr88691") ) +(myObject (attribute1 "attr88692") ) +(myObject (attribute1 "attr88693") ) +(myObject (attribute1 "attr88694") ) +(myObject (attribute1 "attr88695") ) +(myObject (attribute1 "attr88696") ) +(myObject (attribute1 "attr88697") ) +(myObject (attribute1 "attr88698") ) +(myObject (attribute1 "attr88699") ) +(myObject (attribute1 "attr88700") ) +(myObject (attribute1 "attr88701") ) +(myObject (attribute1 "attr88702") ) +(myObject (attribute1 "attr88703") ) +(myObject (attribute1 "attr88704") ) +(myObject (attribute1 "attr88705") ) +(myObject (attribute1 "attr88706") ) +(myObject (attribute1 "attr88707") ) +(myObject (attribute1 "attr88708") ) +(myObject (attribute1 "attr88709") ) +(myObject (attribute1 "attr88710") ) +(myObject (attribute1 "attr88711") ) +(myObject (attribute1 "attr88712") ) +(myObject (attribute1 "attr88713") ) +(myObject (attribute1 "attr88714") ) +(myObject (attribute1 "attr88715") ) +(myObject (attribute1 "attr88716") ) +(myObject (attribute1 "attr88717") ) +(myObject (attribute1 "attr88718") ) +(myObject (attribute1 "attr88719") ) +(myObject (attribute1 "attr88720") ) +(myObject (attribute1 "attr88721") ) +(myObject (attribute1 "attr88722") ) +(myObject (attribute1 "attr88723") ) +(myObject (attribute1 "attr88724") ) +(myObject (attribute1 "attr88725") ) +(myObject (attribute1 "attr88726") ) +(myObject (attribute1 "attr88727") ) +(myObject (attribute1 "attr88728") ) +(myObject (attribute1 "attr88729") ) +(myObject (attribute1 "attr88730") ) +(myObject (attribute1 "attr88731") ) +(myObject (attribute1 "attr88732") ) +(myObject (attribute1 "attr88733") ) +(myObject (attribute1 "attr88734") ) +(myObject (attribute1 "attr88735") ) +(myObject (attribute1 "attr88736") ) +(myObject (attribute1 "attr88737") ) +(myObject (attribute1 "attr88738") ) +(myObject (attribute1 "attr88739") ) +(myObject (attribute1 "attr88740") ) +(myObject (attribute1 "attr88741") ) +(myObject (attribute1 "attr88742") ) +(myObject (attribute1 "attr88743") ) +(myObject (attribute1 "attr88744") ) +(myObject (attribute1 "attr88745") ) +(myObject (attribute1 "attr88746") ) +(myObject (attribute1 "attr88747") ) +(myObject (attribute1 "attr88748") ) +(myObject (attribute1 "attr88749") ) +(myObject (attribute1 "attr88750") ) +(myObject (attribute1 "attr88751") ) +(myObject (attribute1 "attr88752") ) +(myObject (attribute1 "attr88753") ) +(myObject (attribute1 "attr88754") ) +(myObject (attribute1 "attr88755") ) +(myObject (attribute1 "attr88756") ) +(myObject (attribute1 "attr88757") ) +(myObject (attribute1 "attr88758") ) +(myObject (attribute1 "attr88759") ) +(myObject (attribute1 "attr88760") ) +(myObject (attribute1 "attr88761") ) +(myObject (attribute1 "attr88762") ) +(myObject (attribute1 "attr88763") ) +(myObject (attribute1 "attr88764") ) +(myObject (attribute1 "attr88765") ) +(myObject (attribute1 "attr88766") ) +(myObject (attribute1 "attr88767") ) +(myObject (attribute1 "attr88768") ) +(myObject (attribute1 "attr88769") ) +(myObject (attribute1 "attr88770") ) +(myObject (attribute1 "attr88771") ) +(myObject (attribute1 "attr88772") ) +(myObject (attribute1 "attr88773") ) +(myObject (attribute1 "attr88774") ) +(myObject (attribute1 "attr88775") ) +(myObject (attribute1 "attr88776") ) +(myObject (attribute1 "attr88777") ) +(myObject (attribute1 "attr88778") ) +(myObject (attribute1 "attr88779") ) +(myObject (attribute1 "attr88780") ) +(myObject (attribute1 "attr88781") ) +(myObject (attribute1 "attr88782") ) +(myObject (attribute1 "attr88783") ) +(myObject (attribute1 "attr88784") ) +(myObject (attribute1 "attr88785") ) +(myObject (attribute1 "attr88786") ) +(myObject (attribute1 "attr88787") ) +(myObject (attribute1 "attr88788") ) +(myObject (attribute1 "attr88789") ) +(myObject (attribute1 "attr88790") ) +(myObject (attribute1 "attr88791") ) +(myObject (attribute1 "attr88792") ) +(myObject (attribute1 "attr88793") ) +(myObject (attribute1 "attr88794") ) +(myObject (attribute1 "attr88795") ) +(myObject (attribute1 "attr88796") ) +(myObject (attribute1 "attr88797") ) +(myObject (attribute1 "attr88798") ) +(myObject (attribute1 "attr88799") ) +(myObject (attribute1 "attr88800") ) +(myObject (attribute1 "attr88801") ) +(myObject (attribute1 "attr88802") ) +(myObject (attribute1 "attr88803") ) +(myObject (attribute1 "attr88804") ) +(myObject (attribute1 "attr88805") ) +(myObject (attribute1 "attr88806") ) +(myObject (attribute1 "attr88807") ) +(myObject (attribute1 "attr88808") ) +(myObject (attribute1 "attr88809") ) +(myObject (attribute1 "attr88810") ) +(myObject (attribute1 "attr88811") ) +(myObject (attribute1 "attr88812") ) +(myObject (attribute1 "attr88813") ) +(myObject (attribute1 "attr88814") ) +(myObject (attribute1 "attr88815") ) +(myObject (attribute1 "attr88816") ) +(myObject (attribute1 "attr88817") ) +(myObject (attribute1 "attr88818") ) +(myObject (attribute1 "attr88819") ) +(myObject (attribute1 "attr88820") ) +(myObject (attribute1 "attr88821") ) +(myObject (attribute1 "attr88822") ) +(myObject (attribute1 "attr88823") ) +(myObject (attribute1 "attr88824") ) +(myObject (attribute1 "attr88825") ) +(myObject (attribute1 "attr88826") ) +(myObject (attribute1 "attr88827") ) +(myObject (attribute1 "attr88828") ) +(myObject (attribute1 "attr88829") ) +(myObject (attribute1 "attr88830") ) +(myObject (attribute1 "attr88831") ) +(myObject (attribute1 "attr88832") ) +(myObject (attribute1 "attr88833") ) +(myObject (attribute1 "attr88834") ) +(myObject (attribute1 "attr88835") ) +(myObject (attribute1 "attr88836") ) +(myObject (attribute1 "attr88837") ) +(myObject (attribute1 "attr88838") ) +(myObject (attribute1 "attr88839") ) +(myObject (attribute1 "attr88840") ) +(myObject (attribute1 "attr88841") ) +(myObject (attribute1 "attr88842") ) +(myObject (attribute1 "attr88843") ) +(myObject (attribute1 "attr88844") ) +(myObject (attribute1 "attr88845") ) +(myObject (attribute1 "attr88846") ) +(myObject (attribute1 "attr88847") ) +(myObject (attribute1 "attr88848") ) +(myObject (attribute1 "attr88849") ) +(myObject (attribute1 "attr88850") ) +(myObject (attribute1 "attr88851") ) +(myObject (attribute1 "attr88852") ) +(myObject (attribute1 "attr88853") ) +(myObject (attribute1 "attr88854") ) +(myObject (attribute1 "attr88855") ) +(myObject (attribute1 "attr88856") ) +(myObject (attribute1 "attr88857") ) +(myObject (attribute1 "attr88858") ) +(myObject (attribute1 "attr88859") ) +(myObject (attribute1 "attr88860") ) +(myObject (attribute1 "attr88861") ) +(myObject (attribute1 "attr88862") ) +(myObject (attribute1 "attr88863") ) +(myObject (attribute1 "attr88864") ) +(myObject (attribute1 "attr88865") ) +(myObject (attribute1 "attr88866") ) +(myObject (attribute1 "attr88867") ) +(myObject (attribute1 "attr88868") ) +(myObject (attribute1 "attr88869") ) +(myObject (attribute1 "attr88870") ) +(myObject (attribute1 "attr88871") ) +(myObject (attribute1 "attr88872") ) +(myObject (attribute1 "attr88873") ) +(myObject (attribute1 "attr88874") ) +(myObject (attribute1 "attr88875") ) +(myObject (attribute1 "attr88876") ) +(myObject (attribute1 "attr88877") ) +(myObject (attribute1 "attr88878") ) +(myObject (attribute1 "attr88879") ) +(myObject (attribute1 "attr88880") ) +(myObject (attribute1 "attr88881") ) +(myObject (attribute1 "attr88882") ) +(myObject (attribute1 "attr88883") ) +(myObject (attribute1 "attr88884") ) +(myObject (attribute1 "attr88885") ) +(myObject (attribute1 "attr88886") ) +(myObject (attribute1 "attr88887") ) +(myObject (attribute1 "attr88888") ) +(myObject (attribute1 "attr88889") ) +(myObject (attribute1 "attr88890") ) +(myObject (attribute1 "attr88891") ) +(myObject (attribute1 "attr88892") ) +(myObject (attribute1 "attr88893") ) +(myObject (attribute1 "attr88894") ) +(myObject (attribute1 "attr88895") ) +(myObject (attribute1 "attr88896") ) +(myObject (attribute1 "attr88897") ) +(myObject (attribute1 "attr88898") ) +(myObject (attribute1 "attr88899") ) +(myObject (attribute1 "attr88900") ) +(myObject (attribute1 "attr88901") ) +(myObject (attribute1 "attr88902") ) +(myObject (attribute1 "attr88903") ) +(myObject (attribute1 "attr88904") ) +(myObject (attribute1 "attr88905") ) +(myObject (attribute1 "attr88906") ) +(myObject (attribute1 "attr88907") ) +(myObject (attribute1 "attr88908") ) +(myObject (attribute1 "attr88909") ) +(myObject (attribute1 "attr88910") ) +(myObject (attribute1 "attr88911") ) +(myObject (attribute1 "attr88912") ) +(myObject (attribute1 "attr88913") ) +(myObject (attribute1 "attr88914") ) +(myObject (attribute1 "attr88915") ) +(myObject (attribute1 "attr88916") ) +(myObject (attribute1 "attr88917") ) +(myObject (attribute1 "attr88918") ) +(myObject (attribute1 "attr88919") ) +(myObject (attribute1 "attr88920") ) +(myObject (attribute1 "attr88921") ) +(myObject (attribute1 "attr88922") ) +(myObject (attribute1 "attr88923") ) +(myObject (attribute1 "attr88924") ) +(myObject (attribute1 "attr88925") ) +(myObject (attribute1 "attr88926") ) +(myObject (attribute1 "attr88927") ) +(myObject (attribute1 "attr88928") ) +(myObject (attribute1 "attr88929") ) +(myObject (attribute1 "attr88930") ) +(myObject (attribute1 "attr88931") ) +(myObject (attribute1 "attr88932") ) +(myObject (attribute1 "attr88933") ) +(myObject (attribute1 "attr88934") ) +(myObject (attribute1 "attr88935") ) +(myObject (attribute1 "attr88936") ) +(myObject (attribute1 "attr88937") ) +(myObject (attribute1 "attr88938") ) +(myObject (attribute1 "attr88939") ) +(myObject (attribute1 "attr88940") ) +(myObject (attribute1 "attr88941") ) +(myObject (attribute1 "attr88942") ) +(myObject (attribute1 "attr88943") ) +(myObject (attribute1 "attr88944") ) +(myObject (attribute1 "attr88945") ) +(myObject (attribute1 "attr88946") ) +(myObject (attribute1 "attr88947") ) +(myObject (attribute1 "attr88948") ) +(myObject (attribute1 "attr88949") ) +(myObject (attribute1 "attr88950") ) +(myObject (attribute1 "attr88951") ) +(myObject (attribute1 "attr88952") ) +(myObject (attribute1 "attr88953") ) +(myObject (attribute1 "attr88954") ) +(myObject (attribute1 "attr88955") ) +(myObject (attribute1 "attr88956") ) +(myObject (attribute1 "attr88957") ) +(myObject (attribute1 "attr88958") ) +(myObject (attribute1 "attr88959") ) +(myObject (attribute1 "attr88960") ) +(myObject (attribute1 "attr88961") ) +(myObject (attribute1 "attr88962") ) +(myObject (attribute1 "attr88963") ) +(myObject (attribute1 "attr88964") ) +(myObject (attribute1 "attr88965") ) +(myObject (attribute1 "attr88966") ) +(myObject (attribute1 "attr88967") ) +(myObject (attribute1 "attr88968") ) +(myObject (attribute1 "attr88969") ) +(myObject (attribute1 "attr88970") ) +(myObject (attribute1 "attr88971") ) +(myObject (attribute1 "attr88972") ) +(myObject (attribute1 "attr88973") ) +(myObject (attribute1 "attr88974") ) +(myObject (attribute1 "attr88975") ) +(myObject (attribute1 "attr88976") ) +(myObject (attribute1 "attr88977") ) +(myObject (attribute1 "attr88978") ) +(myObject (attribute1 "attr88979") ) +(myObject (attribute1 "attr88980") ) +(myObject (attribute1 "attr88981") ) +(myObject (attribute1 "attr88982") ) +(myObject (attribute1 "attr88983") ) +(myObject (attribute1 "attr88984") ) +(myObject (attribute1 "attr88985") ) +(myObject (attribute1 "attr88986") ) +(myObject (attribute1 "attr88987") ) +(myObject (attribute1 "attr88988") ) +(myObject (attribute1 "attr88989") ) +(myObject (attribute1 "attr88990") ) +(myObject (attribute1 "attr88991") ) +(myObject (attribute1 "attr88992") ) +(myObject (attribute1 "attr88993") ) +(myObject (attribute1 "attr88994") ) +(myObject (attribute1 "attr88995") ) +(myObject (attribute1 "attr88996") ) +(myObject (attribute1 "attr88997") ) +(myObject (attribute1 "attr88998") ) +(myObject (attribute1 "attr88999") ) +(myObject (attribute1 "attr89000") ) +(myObject (attribute1 "attr89001") ) +(myObject (attribute1 "attr89002") ) +(myObject (attribute1 "attr89003") ) +(myObject (attribute1 "attr89004") ) +(myObject (attribute1 "attr89005") ) +(myObject (attribute1 "attr89006") ) +(myObject (attribute1 "attr89007") ) +(myObject (attribute1 "attr89008") ) +(myObject (attribute1 "attr89009") ) +(myObject (attribute1 "attr89010") ) +(myObject (attribute1 "attr89011") ) +(myObject (attribute1 "attr89012") ) +(myObject (attribute1 "attr89013") ) +(myObject (attribute1 "attr89014") ) +(myObject (attribute1 "attr89015") ) +(myObject (attribute1 "attr89016") ) +(myObject (attribute1 "attr89017") ) +(myObject (attribute1 "attr89018") ) +(myObject (attribute1 "attr89019") ) +(myObject (attribute1 "attr89020") ) +(myObject (attribute1 "attr89021") ) +(myObject (attribute1 "attr89022") ) +(myObject (attribute1 "attr89023") ) +(myObject (attribute1 "attr89024") ) +(myObject (attribute1 "attr89025") ) +(myObject (attribute1 "attr89026") ) +(myObject (attribute1 "attr89027") ) +(myObject (attribute1 "attr89028") ) +(myObject (attribute1 "attr89029") ) +(myObject (attribute1 "attr89030") ) +(myObject (attribute1 "attr89031") ) +(myObject (attribute1 "attr89032") ) +(myObject (attribute1 "attr89033") ) +(myObject (attribute1 "attr89034") ) +(myObject (attribute1 "attr89035") ) +(myObject (attribute1 "attr89036") ) +(myObject (attribute1 "attr89037") ) +(myObject (attribute1 "attr89038") ) +(myObject (attribute1 "attr89039") ) +(myObject (attribute1 "attr89040") ) +(myObject (attribute1 "attr89041") ) +(myObject (attribute1 "attr89042") ) +(myObject (attribute1 "attr89043") ) +(myObject (attribute1 "attr89044") ) +(myObject (attribute1 "attr89045") ) +(myObject (attribute1 "attr89046") ) +(myObject (attribute1 "attr89047") ) +(myObject (attribute1 "attr89048") ) +(myObject (attribute1 "attr89049") ) +(myObject (attribute1 "attr89050") ) +(myObject (attribute1 "attr89051") ) +(myObject (attribute1 "attr89052") ) +(myObject (attribute1 "attr89053") ) +(myObject (attribute1 "attr89054") ) +(myObject (attribute1 "attr89055") ) +(myObject (attribute1 "attr89056") ) +(myObject (attribute1 "attr89057") ) +(myObject (attribute1 "attr89058") ) +(myObject (attribute1 "attr89059") ) +(myObject (attribute1 "attr89060") ) +(myObject (attribute1 "attr89061") ) +(myObject (attribute1 "attr89062") ) +(myObject (attribute1 "attr89063") ) +(myObject (attribute1 "attr89064") ) +(myObject (attribute1 "attr89065") ) +(myObject (attribute1 "attr89066") ) +(myObject (attribute1 "attr89067") ) +(myObject (attribute1 "attr89068") ) +(myObject (attribute1 "attr89069") ) +(myObject (attribute1 "attr89070") ) +(myObject (attribute1 "attr89071") ) +(myObject (attribute1 "attr89072") ) +(myObject (attribute1 "attr89073") ) +(myObject (attribute1 "attr89074") ) +(myObject (attribute1 "attr89075") ) +(myObject (attribute1 "attr89076") ) +(myObject (attribute1 "attr89077") ) +(myObject (attribute1 "attr89078") ) +(myObject (attribute1 "attr89079") ) +(myObject (attribute1 "attr89080") ) +(myObject (attribute1 "attr89081") ) +(myObject (attribute1 "attr89082") ) +(myObject (attribute1 "attr89083") ) +(myObject (attribute1 "attr89084") ) +(myObject (attribute1 "attr89085") ) +(myObject (attribute1 "attr89086") ) +(myObject (attribute1 "attr89087") ) +(myObject (attribute1 "attr89088") ) +(myObject (attribute1 "attr89089") ) +(myObject (attribute1 "attr89090") ) +(myObject (attribute1 "attr89091") ) +(myObject (attribute1 "attr89092") ) +(myObject (attribute1 "attr89093") ) +(myObject (attribute1 "attr89094") ) +(myObject (attribute1 "attr89095") ) +(myObject (attribute1 "attr89096") ) +(myObject (attribute1 "attr89097") ) +(myObject (attribute1 "attr89098") ) +(myObject (attribute1 "attr89099") ) +(myObject (attribute1 "attr89100") ) +(myObject (attribute1 "attr89101") ) +(myObject (attribute1 "attr89102") ) +(myObject (attribute1 "attr89103") ) +(myObject (attribute1 "attr89104") ) +(myObject (attribute1 "attr89105") ) +(myObject (attribute1 "attr89106") ) +(myObject (attribute1 "attr89107") ) +(myObject (attribute1 "attr89108") ) +(myObject (attribute1 "attr89109") ) +(myObject (attribute1 "attr89110") ) +(myObject (attribute1 "attr89111") ) +(myObject (attribute1 "attr89112") ) +(myObject (attribute1 "attr89113") ) +(myObject (attribute1 "attr89114") ) +(myObject (attribute1 "attr89115") ) +(myObject (attribute1 "attr89116") ) +(myObject (attribute1 "attr89117") ) +(myObject (attribute1 "attr89118") ) +(myObject (attribute1 "attr89119") ) +(myObject (attribute1 "attr89120") ) +(myObject (attribute1 "attr89121") ) +(myObject (attribute1 "attr89122") ) +(myObject (attribute1 "attr89123") ) +(myObject (attribute1 "attr89124") ) +(myObject (attribute1 "attr89125") ) +(myObject (attribute1 "attr89126") ) +(myObject (attribute1 "attr89127") ) +(myObject (attribute1 "attr89128") ) +(myObject (attribute1 "attr89129") ) +(myObject (attribute1 "attr89130") ) +(myObject (attribute1 "attr89131") ) +(myObject (attribute1 "attr89132") ) +(myObject (attribute1 "attr89133") ) +(myObject (attribute1 "attr89134") ) +(myObject (attribute1 "attr89135") ) +(myObject (attribute1 "attr89136") ) +(myObject (attribute1 "attr89137") ) +(myObject (attribute1 "attr89138") ) +(myObject (attribute1 "attr89139") ) +(myObject (attribute1 "attr89140") ) +(myObject (attribute1 "attr89141") ) +(myObject (attribute1 "attr89142") ) +(myObject (attribute1 "attr89143") ) +(myObject (attribute1 "attr89144") ) +(myObject (attribute1 "attr89145") ) +(myObject (attribute1 "attr89146") ) +(myObject (attribute1 "attr89147") ) +(myObject (attribute1 "attr89148") ) +(myObject (attribute1 "attr89149") ) +(myObject (attribute1 "attr89150") ) +(myObject (attribute1 "attr89151") ) +(myObject (attribute1 "attr89152") ) +(myObject (attribute1 "attr89153") ) +(myObject (attribute1 "attr89154") ) +(myObject (attribute1 "attr89155") ) +(myObject (attribute1 "attr89156") ) +(myObject (attribute1 "attr89157") ) +(myObject (attribute1 "attr89158") ) +(myObject (attribute1 "attr89159") ) +(myObject (attribute1 "attr89160") ) +(myObject (attribute1 "attr89161") ) +(myObject (attribute1 "attr89162") ) +(myObject (attribute1 "attr89163") ) +(myObject (attribute1 "attr89164") ) +(myObject (attribute1 "attr89165") ) +(myObject (attribute1 "attr89166") ) +(myObject (attribute1 "attr89167") ) +(myObject (attribute1 "attr89168") ) +(myObject (attribute1 "attr89169") ) +(myObject (attribute1 "attr89170") ) +(myObject (attribute1 "attr89171") ) +(myObject (attribute1 "attr89172") ) +(myObject (attribute1 "attr89173") ) +(myObject (attribute1 "attr89174") ) +(myObject (attribute1 "attr89175") ) +(myObject (attribute1 "attr89176") ) +(myObject (attribute1 "attr89177") ) +(myObject (attribute1 "attr89178") ) +(myObject (attribute1 "attr89179") ) +(myObject (attribute1 "attr89180") ) +(myObject (attribute1 "attr89181") ) +(myObject (attribute1 "attr89182") ) +(myObject (attribute1 "attr89183") ) +(myObject (attribute1 "attr89184") ) +(myObject (attribute1 "attr89185") ) +(myObject (attribute1 "attr89186") ) +(myObject (attribute1 "attr89187") ) +(myObject (attribute1 "attr89188") ) +(myObject (attribute1 "attr89189") ) +(myObject (attribute1 "attr89190") ) +(myObject (attribute1 "attr89191") ) +(myObject (attribute1 "attr89192") ) +(myObject (attribute1 "attr89193") ) +(myObject (attribute1 "attr89194") ) +(myObject (attribute1 "attr89195") ) +(myObject (attribute1 "attr89196") ) +(myObject (attribute1 "attr89197") ) +(myObject (attribute1 "attr89198") ) +(myObject (attribute1 "attr89199") ) +(myObject (attribute1 "attr89200") ) +(myObject (attribute1 "attr89201") ) +(myObject (attribute1 "attr89202") ) +(myObject (attribute1 "attr89203") ) +(myObject (attribute1 "attr89204") ) +(myObject (attribute1 "attr89205") ) +(myObject (attribute1 "attr89206") ) +(myObject (attribute1 "attr89207") ) +(myObject (attribute1 "attr89208") ) +(myObject (attribute1 "attr89209") ) +(myObject (attribute1 "attr89210") ) +(myObject (attribute1 "attr89211") ) +(myObject (attribute1 "attr89212") ) +(myObject (attribute1 "attr89213") ) +(myObject (attribute1 "attr89214") ) +(myObject (attribute1 "attr89215") ) +(myObject (attribute1 "attr89216") ) +(myObject (attribute1 "attr89217") ) +(myObject (attribute1 "attr89218") ) +(myObject (attribute1 "attr89219") ) +(myObject (attribute1 "attr89220") ) +(myObject (attribute1 "attr89221") ) +(myObject (attribute1 "attr89222") ) +(myObject (attribute1 "attr89223") ) +(myObject (attribute1 "attr89224") ) +(myObject (attribute1 "attr89225") ) +(myObject (attribute1 "attr89226") ) +(myObject (attribute1 "attr89227") ) +(myObject (attribute1 "attr89228") ) +(myObject (attribute1 "attr89229") ) +(myObject (attribute1 "attr89230") ) +(myObject (attribute1 "attr89231") ) +(myObject (attribute1 "attr89232") ) +(myObject (attribute1 "attr89233") ) +(myObject (attribute1 "attr89234") ) +(myObject (attribute1 "attr89235") ) +(myObject (attribute1 "attr89236") ) +(myObject (attribute1 "attr89237") ) +(myObject (attribute1 "attr89238") ) +(myObject (attribute1 "attr89239") ) +(myObject (attribute1 "attr89240") ) +(myObject (attribute1 "attr89241") ) +(myObject (attribute1 "attr89242") ) +(myObject (attribute1 "attr89243") ) +(myObject (attribute1 "attr89244") ) +(myObject (attribute1 "attr89245") ) +(myObject (attribute1 "attr89246") ) +(myObject (attribute1 "attr89247") ) +(myObject (attribute1 "attr89248") ) +(myObject (attribute1 "attr89249") ) +(myObject (attribute1 "attr89250") ) +(myObject (attribute1 "attr89251") ) +(myObject (attribute1 "attr89252") ) +(myObject (attribute1 "attr89253") ) +(myObject (attribute1 "attr89254") ) +(myObject (attribute1 "attr89255") ) +(myObject (attribute1 "attr89256") ) +(myObject (attribute1 "attr89257") ) +(myObject (attribute1 "attr89258") ) +(myObject (attribute1 "attr89259") ) +(myObject (attribute1 "attr89260") ) +(myObject (attribute1 "attr89261") ) +(myObject (attribute1 "attr89262") ) +(myObject (attribute1 "attr89263") ) +(myObject (attribute1 "attr89264") ) +(myObject (attribute1 "attr89265") ) +(myObject (attribute1 "attr89266") ) +(myObject (attribute1 "attr89267") ) +(myObject (attribute1 "attr89268") ) +(myObject (attribute1 "attr89269") ) +(myObject (attribute1 "attr89270") ) +(myObject (attribute1 "attr89271") ) +(myObject (attribute1 "attr89272") ) +(myObject (attribute1 "attr89273") ) +(myObject (attribute1 "attr89274") ) +(myObject (attribute1 "attr89275") ) +(myObject (attribute1 "attr89276") ) +(myObject (attribute1 "attr89277") ) +(myObject (attribute1 "attr89278") ) +(myObject (attribute1 "attr89279") ) +(myObject (attribute1 "attr89280") ) +(myObject (attribute1 "attr89281") ) +(myObject (attribute1 "attr89282") ) +(myObject (attribute1 "attr89283") ) +(myObject (attribute1 "attr89284") ) +(myObject (attribute1 "attr89285") ) +(myObject (attribute1 "attr89286") ) +(myObject (attribute1 "attr89287") ) +(myObject (attribute1 "attr89288") ) +(myObject (attribute1 "attr89289") ) +(myObject (attribute1 "attr89290") ) +(myObject (attribute1 "attr89291") ) +(myObject (attribute1 "attr89292") ) +(myObject (attribute1 "attr89293") ) +(myObject (attribute1 "attr89294") ) +(myObject (attribute1 "attr89295") ) +(myObject (attribute1 "attr89296") ) +(myObject (attribute1 "attr89297") ) +(myObject (attribute1 "attr89298") ) +(myObject (attribute1 "attr89299") ) +(myObject (attribute1 "attr89300") ) +(myObject (attribute1 "attr89301") ) +(myObject (attribute1 "attr89302") ) +(myObject (attribute1 "attr89303") ) +(myObject (attribute1 "attr89304") ) +(myObject (attribute1 "attr89305") ) +(myObject (attribute1 "attr89306") ) +(myObject (attribute1 "attr89307") ) +(myObject (attribute1 "attr89308") ) +(myObject (attribute1 "attr89309") ) +(myObject (attribute1 "attr89310") ) +(myObject (attribute1 "attr89311") ) +(myObject (attribute1 "attr89312") ) +(myObject (attribute1 "attr89313") ) +(myObject (attribute1 "attr89314") ) +(myObject (attribute1 "attr89315") ) +(myObject (attribute1 "attr89316") ) +(myObject (attribute1 "attr89317") ) +(myObject (attribute1 "attr89318") ) +(myObject (attribute1 "attr89319") ) +(myObject (attribute1 "attr89320") ) +(myObject (attribute1 "attr89321") ) +(myObject (attribute1 "attr89322") ) +(myObject (attribute1 "attr89323") ) +(myObject (attribute1 "attr89324") ) +(myObject (attribute1 "attr89325") ) +(myObject (attribute1 "attr89326") ) +(myObject (attribute1 "attr89327") ) +(myObject (attribute1 "attr89328") ) +(myObject (attribute1 "attr89329") ) +(myObject (attribute1 "attr89330") ) +(myObject (attribute1 "attr89331") ) +(myObject (attribute1 "attr89332") ) +(myObject (attribute1 "attr89333") ) +(myObject (attribute1 "attr89334") ) +(myObject (attribute1 "attr89335") ) +(myObject (attribute1 "attr89336") ) +(myObject (attribute1 "attr89337") ) +(myObject (attribute1 "attr89338") ) +(myObject (attribute1 "attr89339") ) +(myObject (attribute1 "attr89340") ) +(myObject (attribute1 "attr89341") ) +(myObject (attribute1 "attr89342") ) +(myObject (attribute1 "attr89343") ) +(myObject (attribute1 "attr89344") ) +(myObject (attribute1 "attr89345") ) +(myObject (attribute1 "attr89346") ) +(myObject (attribute1 "attr89347") ) +(myObject (attribute1 "attr89348") ) +(myObject (attribute1 "attr89349") ) +(myObject (attribute1 "attr89350") ) +(myObject (attribute1 "attr89351") ) +(myObject (attribute1 "attr89352") ) +(myObject (attribute1 "attr89353") ) +(myObject (attribute1 "attr89354") ) +(myObject (attribute1 "attr89355") ) +(myObject (attribute1 "attr89356") ) +(myObject (attribute1 "attr89357") ) +(myObject (attribute1 "attr89358") ) +(myObject (attribute1 "attr89359") ) +(myObject (attribute1 "attr89360") ) +(myObject (attribute1 "attr89361") ) +(myObject (attribute1 "attr89362") ) +(myObject (attribute1 "attr89363") ) +(myObject (attribute1 "attr89364") ) +(myObject (attribute1 "attr89365") ) +(myObject (attribute1 "attr89366") ) +(myObject (attribute1 "attr89367") ) +(myObject (attribute1 "attr89368") ) +(myObject (attribute1 "attr89369") ) +(myObject (attribute1 "attr89370") ) +(myObject (attribute1 "attr89371") ) +(myObject (attribute1 "attr89372") ) +(myObject (attribute1 "attr89373") ) +(myObject (attribute1 "attr89374") ) +(myObject (attribute1 "attr89375") ) +(myObject (attribute1 "attr89376") ) +(myObject (attribute1 "attr89377") ) +(myObject (attribute1 "attr89378") ) +(myObject (attribute1 "attr89379") ) +(myObject (attribute1 "attr89380") ) +(myObject (attribute1 "attr89381") ) +(myObject (attribute1 "attr89382") ) +(myObject (attribute1 "attr89383") ) +(myObject (attribute1 "attr89384") ) +(myObject (attribute1 "attr89385") ) +(myObject (attribute1 "attr89386") ) +(myObject (attribute1 "attr89387") ) +(myObject (attribute1 "attr89388") ) +(myObject (attribute1 "attr89389") ) +(myObject (attribute1 "attr89390") ) +(myObject (attribute1 "attr89391") ) +(myObject (attribute1 "attr89392") ) +(myObject (attribute1 "attr89393") ) +(myObject (attribute1 "attr89394") ) +(myObject (attribute1 "attr89395") ) +(myObject (attribute1 "attr89396") ) +(myObject (attribute1 "attr89397") ) +(myObject (attribute1 "attr89398") ) +(myObject (attribute1 "attr89399") ) +(myObject (attribute1 "attr89400") ) +(myObject (attribute1 "attr89401") ) +(myObject (attribute1 "attr89402") ) +(myObject (attribute1 "attr89403") ) +(myObject (attribute1 "attr89404") ) +(myObject (attribute1 "attr89405") ) +(myObject (attribute1 "attr89406") ) +(myObject (attribute1 "attr89407") ) +(myObject (attribute1 "attr89408") ) +(myObject (attribute1 "attr89409") ) +(myObject (attribute1 "attr89410") ) +(myObject (attribute1 "attr89411") ) +(myObject (attribute1 "attr89412") ) +(myObject (attribute1 "attr89413") ) +(myObject (attribute1 "attr89414") ) +(myObject (attribute1 "attr89415") ) +(myObject (attribute1 "attr89416") ) +(myObject (attribute1 "attr89417") ) +(myObject (attribute1 "attr89418") ) +(myObject (attribute1 "attr89419") ) +(myObject (attribute1 "attr89420") ) +(myObject (attribute1 "attr89421") ) +(myObject (attribute1 "attr89422") ) +(myObject (attribute1 "attr89423") ) +(myObject (attribute1 "attr89424") ) +(myObject (attribute1 "attr89425") ) +(myObject (attribute1 "attr89426") ) +(myObject (attribute1 "attr89427") ) +(myObject (attribute1 "attr89428") ) +(myObject (attribute1 "attr89429") ) +(myObject (attribute1 "attr89430") ) +(myObject (attribute1 "attr89431") ) +(myObject (attribute1 "attr89432") ) +(myObject (attribute1 "attr89433") ) +(myObject (attribute1 "attr89434") ) +(myObject (attribute1 "attr89435") ) +(myObject (attribute1 "attr89436") ) +(myObject (attribute1 "attr89437") ) +(myObject (attribute1 "attr89438") ) +(myObject (attribute1 "attr89439") ) +(myObject (attribute1 "attr89440") ) +(myObject (attribute1 "attr89441") ) +(myObject (attribute1 "attr89442") ) +(myObject (attribute1 "attr89443") ) +(myObject (attribute1 "attr89444") ) +(myObject (attribute1 "attr89445") ) +(myObject (attribute1 "attr89446") ) +(myObject (attribute1 "attr89447") ) +(myObject (attribute1 "attr89448") ) +(myObject (attribute1 "attr89449") ) +(myObject (attribute1 "attr89450") ) +(myObject (attribute1 "attr89451") ) +(myObject (attribute1 "attr89452") ) +(myObject (attribute1 "attr89453") ) +(myObject (attribute1 "attr89454") ) +(myObject (attribute1 "attr89455") ) +(myObject (attribute1 "attr89456") ) +(myObject (attribute1 "attr89457") ) +(myObject (attribute1 "attr89458") ) +(myObject (attribute1 "attr89459") ) +(myObject (attribute1 "attr89460") ) +(myObject (attribute1 "attr89461") ) +(myObject (attribute1 "attr89462") ) +(myObject (attribute1 "attr89463") ) +(myObject (attribute1 "attr89464") ) +(myObject (attribute1 "attr89465") ) +(myObject (attribute1 "attr89466") ) +(myObject (attribute1 "attr89467") ) +(myObject (attribute1 "attr89468") ) +(myObject (attribute1 "attr89469") ) +(myObject (attribute1 "attr89470") ) +(myObject (attribute1 "attr89471") ) +(myObject (attribute1 "attr89472") ) +(myObject (attribute1 "attr89473") ) +(myObject (attribute1 "attr89474") ) +(myObject (attribute1 "attr89475") ) +(myObject (attribute1 "attr89476") ) +(myObject (attribute1 "attr89477") ) +(myObject (attribute1 "attr89478") ) +(myObject (attribute1 "attr89479") ) +(myObject (attribute1 "attr89480") ) +(myObject (attribute1 "attr89481") ) +(myObject (attribute1 "attr89482") ) +(myObject (attribute1 "attr89483") ) +(myObject (attribute1 "attr89484") ) +(myObject (attribute1 "attr89485") ) +(myObject (attribute1 "attr89486") ) +(myObject (attribute1 "attr89487") ) +(myObject (attribute1 "attr89488") ) +(myObject (attribute1 "attr89489") ) +(myObject (attribute1 "attr89490") ) +(myObject (attribute1 "attr89491") ) +(myObject (attribute1 "attr89492") ) +(myObject (attribute1 "attr89493") ) +(myObject (attribute1 "attr89494") ) +(myObject (attribute1 "attr89495") ) +(myObject (attribute1 "attr89496") ) +(myObject (attribute1 "attr89497") ) +(myObject (attribute1 "attr89498") ) +(myObject (attribute1 "attr89499") ) +(myObject (attribute1 "attr89500") ) +(myObject (attribute1 "attr89501") ) +(myObject (attribute1 "attr89502") ) +(myObject (attribute1 "attr89503") ) +(myObject (attribute1 "attr89504") ) +(myObject (attribute1 "attr89505") ) +(myObject (attribute1 "attr89506") ) +(myObject (attribute1 "attr89507") ) +(myObject (attribute1 "attr89508") ) +(myObject (attribute1 "attr89509") ) +(myObject (attribute1 "attr89510") ) +(myObject (attribute1 "attr89511") ) +(myObject (attribute1 "attr89512") ) +(myObject (attribute1 "attr89513") ) +(myObject (attribute1 "attr89514") ) +(myObject (attribute1 "attr89515") ) +(myObject (attribute1 "attr89516") ) +(myObject (attribute1 "attr89517") ) +(myObject (attribute1 "attr89518") ) +(myObject (attribute1 "attr89519") ) +(myObject (attribute1 "attr89520") ) +(myObject (attribute1 "attr89521") ) +(myObject (attribute1 "attr89522") ) +(myObject (attribute1 "attr89523") ) +(myObject (attribute1 "attr89524") ) +(myObject (attribute1 "attr89525") ) +(myObject (attribute1 "attr89526") ) +(myObject (attribute1 "attr89527") ) +(myObject (attribute1 "attr89528") ) +(myObject (attribute1 "attr89529") ) +(myObject (attribute1 "attr89530") ) +(myObject (attribute1 "attr89531") ) +(myObject (attribute1 "attr89532") ) +(myObject (attribute1 "attr89533") ) +(myObject (attribute1 "attr89534") ) +(myObject (attribute1 "attr89535") ) +(myObject (attribute1 "attr89536") ) +(myObject (attribute1 "attr89537") ) +(myObject (attribute1 "attr89538") ) +(myObject (attribute1 "attr89539") ) +(myObject (attribute1 "attr89540") ) +(myObject (attribute1 "attr89541") ) +(myObject (attribute1 "attr89542") ) +(myObject (attribute1 "attr89543") ) +(myObject (attribute1 "attr89544") ) +(myObject (attribute1 "attr89545") ) +(myObject (attribute1 "attr89546") ) +(myObject (attribute1 "attr89547") ) +(myObject (attribute1 "attr89548") ) +(myObject (attribute1 "attr89549") ) +(myObject (attribute1 "attr89550") ) +(myObject (attribute1 "attr89551") ) +(myObject (attribute1 "attr89552") ) +(myObject (attribute1 "attr89553") ) +(myObject (attribute1 "attr89554") ) +(myObject (attribute1 "attr89555") ) +(myObject (attribute1 "attr89556") ) +(myObject (attribute1 "attr89557") ) +(myObject (attribute1 "attr89558") ) +(myObject (attribute1 "attr89559") ) +(myObject (attribute1 "attr89560") ) +(myObject (attribute1 "attr89561") ) +(myObject (attribute1 "attr89562") ) +(myObject (attribute1 "attr89563") ) +(myObject (attribute1 "attr89564") ) +(myObject (attribute1 "attr89565") ) +(myObject (attribute1 "attr89566") ) +(myObject (attribute1 "attr89567") ) +(myObject (attribute1 "attr89568") ) +(myObject (attribute1 "attr89569") ) +(myObject (attribute1 "attr89570") ) +(myObject (attribute1 "attr89571") ) +(myObject (attribute1 "attr89572") ) +(myObject (attribute1 "attr89573") ) +(myObject (attribute1 "attr89574") ) +(myObject (attribute1 "attr89575") ) +(myObject (attribute1 "attr89576") ) +(myObject (attribute1 "attr89577") ) +(myObject (attribute1 "attr89578") ) +(myObject (attribute1 "attr89579") ) +(myObject (attribute1 "attr89580") ) +(myObject (attribute1 "attr89581") ) +(myObject (attribute1 "attr89582") ) +(myObject (attribute1 "attr89583") ) +(myObject (attribute1 "attr89584") ) +(myObject (attribute1 "attr89585") ) +(myObject (attribute1 "attr89586") ) +(myObject (attribute1 "attr89587") ) +(myObject (attribute1 "attr89588") ) +(myObject (attribute1 "attr89589") ) +(myObject (attribute1 "attr89590") ) +(myObject (attribute1 "attr89591") ) +(myObject (attribute1 "attr89592") ) +(myObject (attribute1 "attr89593") ) +(myObject (attribute1 "attr89594") ) +(myObject (attribute1 "attr89595") ) +(myObject (attribute1 "attr89596") ) +(myObject (attribute1 "attr89597") ) +(myObject (attribute1 "attr89598") ) +(myObject (attribute1 "attr89599") ) +(myObject (attribute1 "attr89600") ) +(myObject (attribute1 "attr89601") ) +(myObject (attribute1 "attr89602") ) +(myObject (attribute1 "attr89603") ) +(myObject (attribute1 "attr89604") ) +(myObject (attribute1 "attr89605") ) +(myObject (attribute1 "attr89606") ) +(myObject (attribute1 "attr89607") ) +(myObject (attribute1 "attr89608") ) +(myObject (attribute1 "attr89609") ) +(myObject (attribute1 "attr89610") ) +(myObject (attribute1 "attr89611") ) +(myObject (attribute1 "attr89612") ) +(myObject (attribute1 "attr89613") ) +(myObject (attribute1 "attr89614") ) +(myObject (attribute1 "attr89615") ) +(myObject (attribute1 "attr89616") ) +(myObject (attribute1 "attr89617") ) +(myObject (attribute1 "attr89618") ) +(myObject (attribute1 "attr89619") ) +(myObject (attribute1 "attr89620") ) +(myObject (attribute1 "attr89621") ) +(myObject (attribute1 "attr89622") ) +(myObject (attribute1 "attr89623") ) +(myObject (attribute1 "attr89624") ) +(myObject (attribute1 "attr89625") ) +(myObject (attribute1 "attr89626") ) +(myObject (attribute1 "attr89627") ) +(myObject (attribute1 "attr89628") ) +(myObject (attribute1 "attr89629") ) +(myObject (attribute1 "attr89630") ) +(myObject (attribute1 "attr89631") ) +(myObject (attribute1 "attr89632") ) +(myObject (attribute1 "attr89633") ) +(myObject (attribute1 "attr89634") ) +(myObject (attribute1 "attr89635") ) +(myObject (attribute1 "attr89636") ) +(myObject (attribute1 "attr89637") ) +(myObject (attribute1 "attr89638") ) +(myObject (attribute1 "attr89639") ) +(myObject (attribute1 "attr89640") ) +(myObject (attribute1 "attr89641") ) +(myObject (attribute1 "attr89642") ) +(myObject (attribute1 "attr89643") ) +(myObject (attribute1 "attr89644") ) +(myObject (attribute1 "attr89645") ) +(myObject (attribute1 "attr89646") ) +(myObject (attribute1 "attr89647") ) +(myObject (attribute1 "attr89648") ) +(myObject (attribute1 "attr89649") ) +(myObject (attribute1 "attr89650") ) +(myObject (attribute1 "attr89651") ) +(myObject (attribute1 "attr89652") ) +(myObject (attribute1 "attr89653") ) +(myObject (attribute1 "attr89654") ) +(myObject (attribute1 "attr89655") ) +(myObject (attribute1 "attr89656") ) +(myObject (attribute1 "attr89657") ) +(myObject (attribute1 "attr89658") ) +(myObject (attribute1 "attr89659") ) +(myObject (attribute1 "attr89660") ) +(myObject (attribute1 "attr89661") ) +(myObject (attribute1 "attr89662") ) +(myObject (attribute1 "attr89663") ) +(myObject (attribute1 "attr89664") ) +(myObject (attribute1 "attr89665") ) +(myObject (attribute1 "attr89666") ) +(myObject (attribute1 "attr89667") ) +(myObject (attribute1 "attr89668") ) +(myObject (attribute1 "attr89669") ) +(myObject (attribute1 "attr89670") ) +(myObject (attribute1 "attr89671") ) +(myObject (attribute1 "attr89672") ) +(myObject (attribute1 "attr89673") ) +(myObject (attribute1 "attr89674") ) +(myObject (attribute1 "attr89675") ) +(myObject (attribute1 "attr89676") ) +(myObject (attribute1 "attr89677") ) +(myObject (attribute1 "attr89678") ) +(myObject (attribute1 "attr89679") ) +(myObject (attribute1 "attr89680") ) +(myObject (attribute1 "attr89681") ) +(myObject (attribute1 "attr89682") ) +(myObject (attribute1 "attr89683") ) +(myObject (attribute1 "attr89684") ) +(myObject (attribute1 "attr89685") ) +(myObject (attribute1 "attr89686") ) +(myObject (attribute1 "attr89687") ) +(myObject (attribute1 "attr89688") ) +(myObject (attribute1 "attr89689") ) +(myObject (attribute1 "attr89690") ) +(myObject (attribute1 "attr89691") ) +(myObject (attribute1 "attr89692") ) +(myObject (attribute1 "attr89693") ) +(myObject (attribute1 "attr89694") ) +(myObject (attribute1 "attr89695") ) +(myObject (attribute1 "attr89696") ) +(myObject (attribute1 "attr89697") ) +(myObject (attribute1 "attr89698") ) +(myObject (attribute1 "attr89699") ) +(myObject (attribute1 "attr89700") ) +(myObject (attribute1 "attr89701") ) +(myObject (attribute1 "attr89702") ) +(myObject (attribute1 "attr89703") ) +(myObject (attribute1 "attr89704") ) +(myObject (attribute1 "attr89705") ) +(myObject (attribute1 "attr89706") ) +(myObject (attribute1 "attr89707") ) +(myObject (attribute1 "attr89708") ) +(myObject (attribute1 "attr89709") ) +(myObject (attribute1 "attr89710") ) +(myObject (attribute1 "attr89711") ) +(myObject (attribute1 "attr89712") ) +(myObject (attribute1 "attr89713") ) +(myObject (attribute1 "attr89714") ) +(myObject (attribute1 "attr89715") ) +(myObject (attribute1 "attr89716") ) +(myObject (attribute1 "attr89717") ) +(myObject (attribute1 "attr89718") ) +(myObject (attribute1 "attr89719") ) +(myObject (attribute1 "attr89720") ) +(myObject (attribute1 "attr89721") ) +(myObject (attribute1 "attr89722") ) +(myObject (attribute1 "attr89723") ) +(myObject (attribute1 "attr89724") ) +(myObject (attribute1 "attr89725") ) +(myObject (attribute1 "attr89726") ) +(myObject (attribute1 "attr89727") ) +(myObject (attribute1 "attr89728") ) +(myObject (attribute1 "attr89729") ) +(myObject (attribute1 "attr89730") ) +(myObject (attribute1 "attr89731") ) +(myObject (attribute1 "attr89732") ) +(myObject (attribute1 "attr89733") ) +(myObject (attribute1 "attr89734") ) +(myObject (attribute1 "attr89735") ) +(myObject (attribute1 "attr89736") ) +(myObject (attribute1 "attr89737") ) +(myObject (attribute1 "attr89738") ) +(myObject (attribute1 "attr89739") ) +(myObject (attribute1 "attr89740") ) +(myObject (attribute1 "attr89741") ) +(myObject (attribute1 "attr89742") ) +(myObject (attribute1 "attr89743") ) +(myObject (attribute1 "attr89744") ) +(myObject (attribute1 "attr89745") ) +(myObject (attribute1 "attr89746") ) +(myObject (attribute1 "attr89747") ) +(myObject (attribute1 "attr89748") ) +(myObject (attribute1 "attr89749") ) +(myObject (attribute1 "attr89750") ) +(myObject (attribute1 "attr89751") ) +(myObject (attribute1 "attr89752") ) +(myObject (attribute1 "attr89753") ) +(myObject (attribute1 "attr89754") ) +(myObject (attribute1 "attr89755") ) +(myObject (attribute1 "attr89756") ) +(myObject (attribute1 "attr89757") ) +(myObject (attribute1 "attr89758") ) +(myObject (attribute1 "attr89759") ) +(myObject (attribute1 "attr89760") ) +(myObject (attribute1 "attr89761") ) +(myObject (attribute1 "attr89762") ) +(myObject (attribute1 "attr89763") ) +(myObject (attribute1 "attr89764") ) +(myObject (attribute1 "attr89765") ) +(myObject (attribute1 "attr89766") ) +(myObject (attribute1 "attr89767") ) +(myObject (attribute1 "attr89768") ) +(myObject (attribute1 "attr89769") ) +(myObject (attribute1 "attr89770") ) +(myObject (attribute1 "attr89771") ) +(myObject (attribute1 "attr89772") ) +(myObject (attribute1 "attr89773") ) +(myObject (attribute1 "attr89774") ) +(myObject (attribute1 "attr89775") ) +(myObject (attribute1 "attr89776") ) +(myObject (attribute1 "attr89777") ) +(myObject (attribute1 "attr89778") ) +(myObject (attribute1 "attr89779") ) +(myObject (attribute1 "attr89780") ) +(myObject (attribute1 "attr89781") ) +(myObject (attribute1 "attr89782") ) +(myObject (attribute1 "attr89783") ) +(myObject (attribute1 "attr89784") ) +(myObject (attribute1 "attr89785") ) +(myObject (attribute1 "attr89786") ) +(myObject (attribute1 "attr89787") ) +(myObject (attribute1 "attr89788") ) +(myObject (attribute1 "attr89789") ) +(myObject (attribute1 "attr89790") ) +(myObject (attribute1 "attr89791") ) +(myObject (attribute1 "attr89792") ) +(myObject (attribute1 "attr89793") ) +(myObject (attribute1 "attr89794") ) +(myObject (attribute1 "attr89795") ) +(myObject (attribute1 "attr89796") ) +(myObject (attribute1 "attr89797") ) +(myObject (attribute1 "attr89798") ) +(myObject (attribute1 "attr89799") ) +(myObject (attribute1 "attr89800") ) +(myObject (attribute1 "attr89801") ) +(myObject (attribute1 "attr89802") ) +(myObject (attribute1 "attr89803") ) +(myObject (attribute1 "attr89804") ) +(myObject (attribute1 "attr89805") ) +(myObject (attribute1 "attr89806") ) +(myObject (attribute1 "attr89807") ) +(myObject (attribute1 "attr89808") ) +(myObject (attribute1 "attr89809") ) +(myObject (attribute1 "attr89810") ) +(myObject (attribute1 "attr89811") ) +(myObject (attribute1 "attr89812") ) +(myObject (attribute1 "attr89813") ) +(myObject (attribute1 "attr89814") ) +(myObject (attribute1 "attr89815") ) +(myObject (attribute1 "attr89816") ) +(myObject (attribute1 "attr89817") ) +(myObject (attribute1 "attr89818") ) +(myObject (attribute1 "attr89819") ) +(myObject (attribute1 "attr89820") ) +(myObject (attribute1 "attr89821") ) +(myObject (attribute1 "attr89822") ) +(myObject (attribute1 "attr89823") ) +(myObject (attribute1 "attr89824") ) +(myObject (attribute1 "attr89825") ) +(myObject (attribute1 "attr89826") ) +(myObject (attribute1 "attr89827") ) +(myObject (attribute1 "attr89828") ) +(myObject (attribute1 "attr89829") ) +(myObject (attribute1 "attr89830") ) +(myObject (attribute1 "attr89831") ) +(myObject (attribute1 "attr89832") ) +(myObject (attribute1 "attr89833") ) +(myObject (attribute1 "attr89834") ) +(myObject (attribute1 "attr89835") ) +(myObject (attribute1 "attr89836") ) +(myObject (attribute1 "attr89837") ) +(myObject (attribute1 "attr89838") ) +(myObject (attribute1 "attr89839") ) +(myObject (attribute1 "attr89840") ) +(myObject (attribute1 "attr89841") ) +(myObject (attribute1 "attr89842") ) +(myObject (attribute1 "attr89843") ) +(myObject (attribute1 "attr89844") ) +(myObject (attribute1 "attr89845") ) +(myObject (attribute1 "attr89846") ) +(myObject (attribute1 "attr89847") ) +(myObject (attribute1 "attr89848") ) +(myObject (attribute1 "attr89849") ) +(myObject (attribute1 "attr89850") ) +(myObject (attribute1 "attr89851") ) +(myObject (attribute1 "attr89852") ) +(myObject (attribute1 "attr89853") ) +(myObject (attribute1 "attr89854") ) +(myObject (attribute1 "attr89855") ) +(myObject (attribute1 "attr89856") ) +(myObject (attribute1 "attr89857") ) +(myObject (attribute1 "attr89858") ) +(myObject (attribute1 "attr89859") ) +(myObject (attribute1 "attr89860") ) +(myObject (attribute1 "attr89861") ) +(myObject (attribute1 "attr89862") ) +(myObject (attribute1 "attr89863") ) +(myObject (attribute1 "attr89864") ) +(myObject (attribute1 "attr89865") ) +(myObject (attribute1 "attr89866") ) +(myObject (attribute1 "attr89867") ) +(myObject (attribute1 "attr89868") ) +(myObject (attribute1 "attr89869") ) +(myObject (attribute1 "attr89870") ) +(myObject (attribute1 "attr89871") ) +(myObject (attribute1 "attr89872") ) +(myObject (attribute1 "attr89873") ) +(myObject (attribute1 "attr89874") ) +(myObject (attribute1 "attr89875") ) +(myObject (attribute1 "attr89876") ) +(myObject (attribute1 "attr89877") ) +(myObject (attribute1 "attr89878") ) +(myObject (attribute1 "attr89879") ) +(myObject (attribute1 "attr89880") ) +(myObject (attribute1 "attr89881") ) +(myObject (attribute1 "attr89882") ) +(myObject (attribute1 "attr89883") ) +(myObject (attribute1 "attr89884") ) +(myObject (attribute1 "attr89885") ) +(myObject (attribute1 "attr89886") ) +(myObject (attribute1 "attr89887") ) +(myObject (attribute1 "attr89888") ) +(myObject (attribute1 "attr89889") ) +(myObject (attribute1 "attr89890") ) +(myObject (attribute1 "attr89891") ) +(myObject (attribute1 "attr89892") ) +(myObject (attribute1 "attr89893") ) +(myObject (attribute1 "attr89894") ) +(myObject (attribute1 "attr89895") ) +(myObject (attribute1 "attr89896") ) +(myObject (attribute1 "attr89897") ) +(myObject (attribute1 "attr89898") ) +(myObject (attribute1 "attr89899") ) +(myObject (attribute1 "attr89900") ) +(myObject (attribute1 "attr89901") ) +(myObject (attribute1 "attr89902") ) +(myObject (attribute1 "attr89903") ) +(myObject (attribute1 "attr89904") ) +(myObject (attribute1 "attr89905") ) +(myObject (attribute1 "attr89906") ) +(myObject (attribute1 "attr89907") ) +(myObject (attribute1 "attr89908") ) +(myObject (attribute1 "attr89909") ) +(myObject (attribute1 "attr89910") ) +(myObject (attribute1 "attr89911") ) +(myObject (attribute1 "attr89912") ) +(myObject (attribute1 "attr89913") ) +(myObject (attribute1 "attr89914") ) +(myObject (attribute1 "attr89915") ) +(myObject (attribute1 "attr89916") ) +(myObject (attribute1 "attr89917") ) +(myObject (attribute1 "attr89918") ) +(myObject (attribute1 "attr89919") ) +(myObject (attribute1 "attr89920") ) +(myObject (attribute1 "attr89921") ) +(myObject (attribute1 "attr89922") ) +(myObject (attribute1 "attr89923") ) +(myObject (attribute1 "attr89924") ) +(myObject (attribute1 "attr89925") ) +(myObject (attribute1 "attr89926") ) +(myObject (attribute1 "attr89927") ) +(myObject (attribute1 "attr89928") ) +(myObject (attribute1 "attr89929") ) +(myObject (attribute1 "attr89930") ) +(myObject (attribute1 "attr89931") ) +(myObject (attribute1 "attr89932") ) +(myObject (attribute1 "attr89933") ) +(myObject (attribute1 "attr89934") ) +(myObject (attribute1 "attr89935") ) +(myObject (attribute1 "attr89936") ) +(myObject (attribute1 "attr89937") ) +(myObject (attribute1 "attr89938") ) +(myObject (attribute1 "attr89939") ) +(myObject (attribute1 "attr89940") ) +(myObject (attribute1 "attr89941") ) +(myObject (attribute1 "attr89942") ) +(myObject (attribute1 "attr89943") ) +(myObject (attribute1 "attr89944") ) +(myObject (attribute1 "attr89945") ) +(myObject (attribute1 "attr89946") ) +(myObject (attribute1 "attr89947") ) +(myObject (attribute1 "attr89948") ) +(myObject (attribute1 "attr89949") ) +(myObject (attribute1 "attr89950") ) +(myObject (attribute1 "attr89951") ) +(myObject (attribute1 "attr89952") ) +(myObject (attribute1 "attr89953") ) +(myObject (attribute1 "attr89954") ) +(myObject (attribute1 "attr89955") ) +(myObject (attribute1 "attr89956") ) +(myObject (attribute1 "attr89957") ) +(myObject (attribute1 "attr89958") ) +(myObject (attribute1 "attr89959") ) +(myObject (attribute1 "attr89960") ) +(myObject (attribute1 "attr89961") ) +(myObject (attribute1 "attr89962") ) +(myObject (attribute1 "attr89963") ) +(myObject (attribute1 "attr89964") ) +(myObject (attribute1 "attr89965") ) +(myObject (attribute1 "attr89966") ) +(myObject (attribute1 "attr89967") ) +(myObject (attribute1 "attr89968") ) +(myObject (attribute1 "attr89969") ) +(myObject (attribute1 "attr89970") ) +(myObject (attribute1 "attr89971") ) +(myObject (attribute1 "attr89972") ) +(myObject (attribute1 "attr89973") ) +(myObject (attribute1 "attr89974") ) +(myObject (attribute1 "attr89975") ) +(myObject (attribute1 "attr89976") ) +(myObject (attribute1 "attr89977") ) +(myObject (attribute1 "attr89978") ) +(myObject (attribute1 "attr89979") ) +(myObject (attribute1 "attr89980") ) +(myObject (attribute1 "attr89981") ) +(myObject (attribute1 "attr89982") ) +(myObject (attribute1 "attr89983") ) +(myObject (attribute1 "attr89984") ) +(myObject (attribute1 "attr89985") ) +(myObject (attribute1 "attr89986") ) +(myObject (attribute1 "attr89987") ) +(myObject (attribute1 "attr89988") ) +(myObject (attribute1 "attr89989") ) +(myObject (attribute1 "attr89990") ) +(myObject (attribute1 "attr89991") ) +(myObject (attribute1 "attr89992") ) +(myObject (attribute1 "attr89993") ) +(myObject (attribute1 "attr89994") ) +(myObject (attribute1 "attr89995") ) +(myObject (attribute1 "attr89996") ) +(myObject (attribute1 "attr89997") ) +(myObject (attribute1 "attr89998") ) +(myObject (attribute1 "attr89999") ) +(myObject (attribute1 "attr90000") ) +(myObject (attribute1 "attr90001") ) +(myObject (attribute1 "attr90002") ) +(myObject (attribute1 "attr90003") ) +(myObject (attribute1 "attr90004") ) +(myObject (attribute1 "attr90005") ) +(myObject (attribute1 "attr90006") ) +(myObject (attribute1 "attr90007") ) +(myObject (attribute1 "attr90008") ) +(myObject (attribute1 "attr90009") ) +(myObject (attribute1 "attr90010") ) +(myObject (attribute1 "attr90011") ) +(myObject (attribute1 "attr90012") ) +(myObject (attribute1 "attr90013") ) +(myObject (attribute1 "attr90014") ) +(myObject (attribute1 "attr90015") ) +(myObject (attribute1 "attr90016") ) +(myObject (attribute1 "attr90017") ) +(myObject (attribute1 "attr90018") ) +(myObject (attribute1 "attr90019") ) +(myObject (attribute1 "attr90020") ) +(myObject (attribute1 "attr90021") ) +(myObject (attribute1 "attr90022") ) +(myObject (attribute1 "attr90023") ) +(myObject (attribute1 "attr90024") ) +(myObject (attribute1 "attr90025") ) +(myObject (attribute1 "attr90026") ) +(myObject (attribute1 "attr90027") ) +(myObject (attribute1 "attr90028") ) +(myObject (attribute1 "attr90029") ) +(myObject (attribute1 "attr90030") ) +(myObject (attribute1 "attr90031") ) +(myObject (attribute1 "attr90032") ) +(myObject (attribute1 "attr90033") ) +(myObject (attribute1 "attr90034") ) +(myObject (attribute1 "attr90035") ) +(myObject (attribute1 "attr90036") ) +(myObject (attribute1 "attr90037") ) +(myObject (attribute1 "attr90038") ) +(myObject (attribute1 "attr90039") ) +(myObject (attribute1 "attr90040") ) +(myObject (attribute1 "attr90041") ) +(myObject (attribute1 "attr90042") ) +(myObject (attribute1 "attr90043") ) +(myObject (attribute1 "attr90044") ) +(myObject (attribute1 "attr90045") ) +(myObject (attribute1 "attr90046") ) +(myObject (attribute1 "attr90047") ) +(myObject (attribute1 "attr90048") ) +(myObject (attribute1 "attr90049") ) +(myObject (attribute1 "attr90050") ) +(myObject (attribute1 "attr90051") ) +(myObject (attribute1 "attr90052") ) +(myObject (attribute1 "attr90053") ) +(myObject (attribute1 "attr90054") ) +(myObject (attribute1 "attr90055") ) +(myObject (attribute1 "attr90056") ) +(myObject (attribute1 "attr90057") ) +(myObject (attribute1 "attr90058") ) +(myObject (attribute1 "attr90059") ) +(myObject (attribute1 "attr90060") ) +(myObject (attribute1 "attr90061") ) +(myObject (attribute1 "attr90062") ) +(myObject (attribute1 "attr90063") ) +(myObject (attribute1 "attr90064") ) +(myObject (attribute1 "attr90065") ) +(myObject (attribute1 "attr90066") ) +(myObject (attribute1 "attr90067") ) +(myObject (attribute1 "attr90068") ) +(myObject (attribute1 "attr90069") ) +(myObject (attribute1 "attr90070") ) +(myObject (attribute1 "attr90071") ) +(myObject (attribute1 "attr90072") ) +(myObject (attribute1 "attr90073") ) +(myObject (attribute1 "attr90074") ) +(myObject (attribute1 "attr90075") ) +(myObject (attribute1 "attr90076") ) +(myObject (attribute1 "attr90077") ) +(myObject (attribute1 "attr90078") ) +(myObject (attribute1 "attr90079") ) +(myObject (attribute1 "attr90080") ) +(myObject (attribute1 "attr90081") ) +(myObject (attribute1 "attr90082") ) +(myObject (attribute1 "attr90083") ) +(myObject (attribute1 "attr90084") ) +(myObject (attribute1 "attr90085") ) +(myObject (attribute1 "attr90086") ) +(myObject (attribute1 "attr90087") ) +(myObject (attribute1 "attr90088") ) +(myObject (attribute1 "attr90089") ) +(myObject (attribute1 "attr90090") ) +(myObject (attribute1 "attr90091") ) +(myObject (attribute1 "attr90092") ) +(myObject (attribute1 "attr90093") ) +(myObject (attribute1 "attr90094") ) +(myObject (attribute1 "attr90095") ) +(myObject (attribute1 "attr90096") ) +(myObject (attribute1 "attr90097") ) +(myObject (attribute1 "attr90098") ) +(myObject (attribute1 "attr90099") ) +(myObject (attribute1 "attr90100") ) +(myObject (attribute1 "attr90101") ) +(myObject (attribute1 "attr90102") ) +(myObject (attribute1 "attr90103") ) +(myObject (attribute1 "attr90104") ) +(myObject (attribute1 "attr90105") ) +(myObject (attribute1 "attr90106") ) +(myObject (attribute1 "attr90107") ) +(myObject (attribute1 "attr90108") ) +(myObject (attribute1 "attr90109") ) +(myObject (attribute1 "attr90110") ) +(myObject (attribute1 "attr90111") ) +(myObject (attribute1 "attr90112") ) +(myObject (attribute1 "attr90113") ) +(myObject (attribute1 "attr90114") ) +(myObject (attribute1 "attr90115") ) +(myObject (attribute1 "attr90116") ) +(myObject (attribute1 "attr90117") ) +(myObject (attribute1 "attr90118") ) +(myObject (attribute1 "attr90119") ) +(myObject (attribute1 "attr90120") ) +(myObject (attribute1 "attr90121") ) +(myObject (attribute1 "attr90122") ) +(myObject (attribute1 "attr90123") ) +(myObject (attribute1 "attr90124") ) +(myObject (attribute1 "attr90125") ) +(myObject (attribute1 "attr90126") ) +(myObject (attribute1 "attr90127") ) +(myObject (attribute1 "attr90128") ) +(myObject (attribute1 "attr90129") ) +(myObject (attribute1 "attr90130") ) +(myObject (attribute1 "attr90131") ) +(myObject (attribute1 "attr90132") ) +(myObject (attribute1 "attr90133") ) +(myObject (attribute1 "attr90134") ) +(myObject (attribute1 "attr90135") ) +(myObject (attribute1 "attr90136") ) +(myObject (attribute1 "attr90137") ) +(myObject (attribute1 "attr90138") ) +(myObject (attribute1 "attr90139") ) +(myObject (attribute1 "attr90140") ) +(myObject (attribute1 "attr90141") ) +(myObject (attribute1 "attr90142") ) +(myObject (attribute1 "attr90143") ) +(myObject (attribute1 "attr90144") ) +(myObject (attribute1 "attr90145") ) +(myObject (attribute1 "attr90146") ) +(myObject (attribute1 "attr90147") ) +(myObject (attribute1 "attr90148") ) +(myObject (attribute1 "attr90149") ) +(myObject (attribute1 "attr90150") ) +(myObject (attribute1 "attr90151") ) +(myObject (attribute1 "attr90152") ) +(myObject (attribute1 "attr90153") ) +(myObject (attribute1 "attr90154") ) +(myObject (attribute1 "attr90155") ) +(myObject (attribute1 "attr90156") ) +(myObject (attribute1 "attr90157") ) +(myObject (attribute1 "attr90158") ) +(myObject (attribute1 "attr90159") ) +(myObject (attribute1 "attr90160") ) +(myObject (attribute1 "attr90161") ) +(myObject (attribute1 "attr90162") ) +(myObject (attribute1 "attr90163") ) +(myObject (attribute1 "attr90164") ) +(myObject (attribute1 "attr90165") ) +(myObject (attribute1 "attr90166") ) +(myObject (attribute1 "attr90167") ) +(myObject (attribute1 "attr90168") ) +(myObject (attribute1 "attr90169") ) +(myObject (attribute1 "attr90170") ) +(myObject (attribute1 "attr90171") ) +(myObject (attribute1 "attr90172") ) +(myObject (attribute1 "attr90173") ) +(myObject (attribute1 "attr90174") ) +(myObject (attribute1 "attr90175") ) +(myObject (attribute1 "attr90176") ) +(myObject (attribute1 "attr90177") ) +(myObject (attribute1 "attr90178") ) +(myObject (attribute1 "attr90179") ) +(myObject (attribute1 "attr90180") ) +(myObject (attribute1 "attr90181") ) +(myObject (attribute1 "attr90182") ) +(myObject (attribute1 "attr90183") ) +(myObject (attribute1 "attr90184") ) +(myObject (attribute1 "attr90185") ) +(myObject (attribute1 "attr90186") ) +(myObject (attribute1 "attr90187") ) +(myObject (attribute1 "attr90188") ) +(myObject (attribute1 "attr90189") ) +(myObject (attribute1 "attr90190") ) +(myObject (attribute1 "attr90191") ) +(myObject (attribute1 "attr90192") ) +(myObject (attribute1 "attr90193") ) +(myObject (attribute1 "attr90194") ) +(myObject (attribute1 "attr90195") ) +(myObject (attribute1 "attr90196") ) +(myObject (attribute1 "attr90197") ) +(myObject (attribute1 "attr90198") ) +(myObject (attribute1 "attr90199") ) +(myObject (attribute1 "attr90200") ) +(myObject (attribute1 "attr90201") ) +(myObject (attribute1 "attr90202") ) +(myObject (attribute1 "attr90203") ) +(myObject (attribute1 "attr90204") ) +(myObject (attribute1 "attr90205") ) +(myObject (attribute1 "attr90206") ) +(myObject (attribute1 "attr90207") ) +(myObject (attribute1 "attr90208") ) +(myObject (attribute1 "attr90209") ) +(myObject (attribute1 "attr90210") ) +(myObject (attribute1 "attr90211") ) +(myObject (attribute1 "attr90212") ) +(myObject (attribute1 "attr90213") ) +(myObject (attribute1 "attr90214") ) +(myObject (attribute1 "attr90215") ) +(myObject (attribute1 "attr90216") ) +(myObject (attribute1 "attr90217") ) +(myObject (attribute1 "attr90218") ) +(myObject (attribute1 "attr90219") ) +(myObject (attribute1 "attr90220") ) +(myObject (attribute1 "attr90221") ) +(myObject (attribute1 "attr90222") ) +(myObject (attribute1 "attr90223") ) +(myObject (attribute1 "attr90224") ) +(myObject (attribute1 "attr90225") ) +(myObject (attribute1 "attr90226") ) +(myObject (attribute1 "attr90227") ) +(myObject (attribute1 "attr90228") ) +(myObject (attribute1 "attr90229") ) +(myObject (attribute1 "attr90230") ) +(myObject (attribute1 "attr90231") ) +(myObject (attribute1 "attr90232") ) +(myObject (attribute1 "attr90233") ) +(myObject (attribute1 "attr90234") ) +(myObject (attribute1 "attr90235") ) +(myObject (attribute1 "attr90236") ) +(myObject (attribute1 "attr90237") ) +(myObject (attribute1 "attr90238") ) +(myObject (attribute1 "attr90239") ) +(myObject (attribute1 "attr90240") ) +(myObject (attribute1 "attr90241") ) +(myObject (attribute1 "attr90242") ) +(myObject (attribute1 "attr90243") ) +(myObject (attribute1 "attr90244") ) +(myObject (attribute1 "attr90245") ) +(myObject (attribute1 "attr90246") ) +(myObject (attribute1 "attr90247") ) +(myObject (attribute1 "attr90248") ) +(myObject (attribute1 "attr90249") ) +(myObject (attribute1 "attr90250") ) +(myObject (attribute1 "attr90251") ) +(myObject (attribute1 "attr90252") ) +(myObject (attribute1 "attr90253") ) +(myObject (attribute1 "attr90254") ) +(myObject (attribute1 "attr90255") ) +(myObject (attribute1 "attr90256") ) +(myObject (attribute1 "attr90257") ) +(myObject (attribute1 "attr90258") ) +(myObject (attribute1 "attr90259") ) +(myObject (attribute1 "attr90260") ) +(myObject (attribute1 "attr90261") ) +(myObject (attribute1 "attr90262") ) +(myObject (attribute1 "attr90263") ) +(myObject (attribute1 "attr90264") ) +(myObject (attribute1 "attr90265") ) +(myObject (attribute1 "attr90266") ) +(myObject (attribute1 "attr90267") ) +(myObject (attribute1 "attr90268") ) +(myObject (attribute1 "attr90269") ) +(myObject (attribute1 "attr90270") ) +(myObject (attribute1 "attr90271") ) +(myObject (attribute1 "attr90272") ) +(myObject (attribute1 "attr90273") ) +(myObject (attribute1 "attr90274") ) +(myObject (attribute1 "attr90275") ) +(myObject (attribute1 "attr90276") ) +(myObject (attribute1 "attr90277") ) +(myObject (attribute1 "attr90278") ) +(myObject (attribute1 "attr90279") ) +(myObject (attribute1 "attr90280") ) +(myObject (attribute1 "attr90281") ) +(myObject (attribute1 "attr90282") ) +(myObject (attribute1 "attr90283") ) +(myObject (attribute1 "attr90284") ) +(myObject (attribute1 "attr90285") ) +(myObject (attribute1 "attr90286") ) +(myObject (attribute1 "attr90287") ) +(myObject (attribute1 "attr90288") ) +(myObject (attribute1 "attr90289") ) +(myObject (attribute1 "attr90290") ) +(myObject (attribute1 "attr90291") ) +(myObject (attribute1 "attr90292") ) +(myObject (attribute1 "attr90293") ) +(myObject (attribute1 "attr90294") ) +(myObject (attribute1 "attr90295") ) +(myObject (attribute1 "attr90296") ) +(myObject (attribute1 "attr90297") ) +(myObject (attribute1 "attr90298") ) +(myObject (attribute1 "attr90299") ) +(myObject (attribute1 "attr90300") ) +(myObject (attribute1 "attr90301") ) +(myObject (attribute1 "attr90302") ) +(myObject (attribute1 "attr90303") ) +(myObject (attribute1 "attr90304") ) +(myObject (attribute1 "attr90305") ) +(myObject (attribute1 "attr90306") ) +(myObject (attribute1 "attr90307") ) +(myObject (attribute1 "attr90308") ) +(myObject (attribute1 "attr90309") ) +(myObject (attribute1 "attr90310") ) +(myObject (attribute1 "attr90311") ) +(myObject (attribute1 "attr90312") ) +(myObject (attribute1 "attr90313") ) +(myObject (attribute1 "attr90314") ) +(myObject (attribute1 "attr90315") ) +(myObject (attribute1 "attr90316") ) +(myObject (attribute1 "attr90317") ) +(myObject (attribute1 "attr90318") ) +(myObject (attribute1 "attr90319") ) +(myObject (attribute1 "attr90320") ) +(myObject (attribute1 "attr90321") ) +(myObject (attribute1 "attr90322") ) +(myObject (attribute1 "attr90323") ) +(myObject (attribute1 "attr90324") ) +(myObject (attribute1 "attr90325") ) +(myObject (attribute1 "attr90326") ) +(myObject (attribute1 "attr90327") ) +(myObject (attribute1 "attr90328") ) +(myObject (attribute1 "attr90329") ) +(myObject (attribute1 "attr90330") ) +(myObject (attribute1 "attr90331") ) +(myObject (attribute1 "attr90332") ) +(myObject (attribute1 "attr90333") ) +(myObject (attribute1 "attr90334") ) +(myObject (attribute1 "attr90335") ) +(myObject (attribute1 "attr90336") ) +(myObject (attribute1 "attr90337") ) +(myObject (attribute1 "attr90338") ) +(myObject (attribute1 "attr90339") ) +(myObject (attribute1 "attr90340") ) +(myObject (attribute1 "attr90341") ) +(myObject (attribute1 "attr90342") ) +(myObject (attribute1 "attr90343") ) +(myObject (attribute1 "attr90344") ) +(myObject (attribute1 "attr90345") ) +(myObject (attribute1 "attr90346") ) +(myObject (attribute1 "attr90347") ) +(myObject (attribute1 "attr90348") ) +(myObject (attribute1 "attr90349") ) +(myObject (attribute1 "attr90350") ) +(myObject (attribute1 "attr90351") ) +(myObject (attribute1 "attr90352") ) +(myObject (attribute1 "attr90353") ) +(myObject (attribute1 "attr90354") ) +(myObject (attribute1 "attr90355") ) +(myObject (attribute1 "attr90356") ) +(myObject (attribute1 "attr90357") ) +(myObject (attribute1 "attr90358") ) +(myObject (attribute1 "attr90359") ) +(myObject (attribute1 "attr90360") ) +(myObject (attribute1 "attr90361") ) +(myObject (attribute1 "attr90362") ) +(myObject (attribute1 "attr90363") ) +(myObject (attribute1 "attr90364") ) +(myObject (attribute1 "attr90365") ) +(myObject (attribute1 "attr90366") ) +(myObject (attribute1 "attr90367") ) +(myObject (attribute1 "attr90368") ) +(myObject (attribute1 "attr90369") ) +(myObject (attribute1 "attr90370") ) +(myObject (attribute1 "attr90371") ) +(myObject (attribute1 "attr90372") ) +(myObject (attribute1 "attr90373") ) +(myObject (attribute1 "attr90374") ) +(myObject (attribute1 "attr90375") ) +(myObject (attribute1 "attr90376") ) +(myObject (attribute1 "attr90377") ) +(myObject (attribute1 "attr90378") ) +(myObject (attribute1 "attr90379") ) +(myObject (attribute1 "attr90380") ) +(myObject (attribute1 "attr90381") ) +(myObject (attribute1 "attr90382") ) +(myObject (attribute1 "attr90383") ) +(myObject (attribute1 "attr90384") ) +(myObject (attribute1 "attr90385") ) +(myObject (attribute1 "attr90386") ) +(myObject (attribute1 "attr90387") ) +(myObject (attribute1 "attr90388") ) +(myObject (attribute1 "attr90389") ) +(myObject (attribute1 "attr90390") ) +(myObject (attribute1 "attr90391") ) +(myObject (attribute1 "attr90392") ) +(myObject (attribute1 "attr90393") ) +(myObject (attribute1 "attr90394") ) +(myObject (attribute1 "attr90395") ) +(myObject (attribute1 "attr90396") ) +(myObject (attribute1 "attr90397") ) +(myObject (attribute1 "attr90398") ) +(myObject (attribute1 "attr90399") ) +(myObject (attribute1 "attr90400") ) +(myObject (attribute1 "attr90401") ) +(myObject (attribute1 "attr90402") ) +(myObject (attribute1 "attr90403") ) +(myObject (attribute1 "attr90404") ) +(myObject (attribute1 "attr90405") ) +(myObject (attribute1 "attr90406") ) +(myObject (attribute1 "attr90407") ) +(myObject (attribute1 "attr90408") ) +(myObject (attribute1 "attr90409") ) +(myObject (attribute1 "attr90410") ) +(myObject (attribute1 "attr90411") ) +(myObject (attribute1 "attr90412") ) +(myObject (attribute1 "attr90413") ) +(myObject (attribute1 "attr90414") ) +(myObject (attribute1 "attr90415") ) +(myObject (attribute1 "attr90416") ) +(myObject (attribute1 "attr90417") ) +(myObject (attribute1 "attr90418") ) +(myObject (attribute1 "attr90419") ) +(myObject (attribute1 "attr90420") ) +(myObject (attribute1 "attr90421") ) +(myObject (attribute1 "attr90422") ) +(myObject (attribute1 "attr90423") ) +(myObject (attribute1 "attr90424") ) +(myObject (attribute1 "attr90425") ) +(myObject (attribute1 "attr90426") ) +(myObject (attribute1 "attr90427") ) +(myObject (attribute1 "attr90428") ) +(myObject (attribute1 "attr90429") ) +(myObject (attribute1 "attr90430") ) +(myObject (attribute1 "attr90431") ) +(myObject (attribute1 "attr90432") ) +(myObject (attribute1 "attr90433") ) +(myObject (attribute1 "attr90434") ) +(myObject (attribute1 "attr90435") ) +(myObject (attribute1 "attr90436") ) +(myObject (attribute1 "attr90437") ) +(myObject (attribute1 "attr90438") ) +(myObject (attribute1 "attr90439") ) +(myObject (attribute1 "attr90440") ) +(myObject (attribute1 "attr90441") ) +(myObject (attribute1 "attr90442") ) +(myObject (attribute1 "attr90443") ) +(myObject (attribute1 "attr90444") ) +(myObject (attribute1 "attr90445") ) +(myObject (attribute1 "attr90446") ) +(myObject (attribute1 "attr90447") ) +(myObject (attribute1 "attr90448") ) +(myObject (attribute1 "attr90449") ) +(myObject (attribute1 "attr90450") ) +(myObject (attribute1 "attr90451") ) +(myObject (attribute1 "attr90452") ) +(myObject (attribute1 "attr90453") ) +(myObject (attribute1 "attr90454") ) +(myObject (attribute1 "attr90455") ) +(myObject (attribute1 "attr90456") ) +(myObject (attribute1 "attr90457") ) +(myObject (attribute1 "attr90458") ) +(myObject (attribute1 "attr90459") ) +(myObject (attribute1 "attr90460") ) +(myObject (attribute1 "attr90461") ) +(myObject (attribute1 "attr90462") ) +(myObject (attribute1 "attr90463") ) +(myObject (attribute1 "attr90464") ) +(myObject (attribute1 "attr90465") ) +(myObject (attribute1 "attr90466") ) +(myObject (attribute1 "attr90467") ) +(myObject (attribute1 "attr90468") ) +(myObject (attribute1 "attr90469") ) +(myObject (attribute1 "attr90470") ) +(myObject (attribute1 "attr90471") ) +(myObject (attribute1 "attr90472") ) +(myObject (attribute1 "attr90473") ) +(myObject (attribute1 "attr90474") ) +(myObject (attribute1 "attr90475") ) +(myObject (attribute1 "attr90476") ) +(myObject (attribute1 "attr90477") ) +(myObject (attribute1 "attr90478") ) +(myObject (attribute1 "attr90479") ) +(myObject (attribute1 "attr90480") ) +(myObject (attribute1 "attr90481") ) +(myObject (attribute1 "attr90482") ) +(myObject (attribute1 "attr90483") ) +(myObject (attribute1 "attr90484") ) +(myObject (attribute1 "attr90485") ) +(myObject (attribute1 "attr90486") ) +(myObject (attribute1 "attr90487") ) +(myObject (attribute1 "attr90488") ) +(myObject (attribute1 "attr90489") ) +(myObject (attribute1 "attr90490") ) +(myObject (attribute1 "attr90491") ) +(myObject (attribute1 "attr90492") ) +(myObject (attribute1 "attr90493") ) +(myObject (attribute1 "attr90494") ) +(myObject (attribute1 "attr90495") ) +(myObject (attribute1 "attr90496") ) +(myObject (attribute1 "attr90497") ) +(myObject (attribute1 "attr90498") ) +(myObject (attribute1 "attr90499") ) +(myObject (attribute1 "attr90500") ) +(myObject (attribute1 "attr90501") ) +(myObject (attribute1 "attr90502") ) +(myObject (attribute1 "attr90503") ) +(myObject (attribute1 "attr90504") ) +(myObject (attribute1 "attr90505") ) +(myObject (attribute1 "attr90506") ) +(myObject (attribute1 "attr90507") ) +(myObject (attribute1 "attr90508") ) +(myObject (attribute1 "attr90509") ) +(myObject (attribute1 "attr90510") ) +(myObject (attribute1 "attr90511") ) +(myObject (attribute1 "attr90512") ) +(myObject (attribute1 "attr90513") ) +(myObject (attribute1 "attr90514") ) +(myObject (attribute1 "attr90515") ) +(myObject (attribute1 "attr90516") ) +(myObject (attribute1 "attr90517") ) +(myObject (attribute1 "attr90518") ) +(myObject (attribute1 "attr90519") ) +(myObject (attribute1 "attr90520") ) +(myObject (attribute1 "attr90521") ) +(myObject (attribute1 "attr90522") ) +(myObject (attribute1 "attr90523") ) +(myObject (attribute1 "attr90524") ) +(myObject (attribute1 "attr90525") ) +(myObject (attribute1 "attr90526") ) +(myObject (attribute1 "attr90527") ) +(myObject (attribute1 "attr90528") ) +(myObject (attribute1 "attr90529") ) +(myObject (attribute1 "attr90530") ) +(myObject (attribute1 "attr90531") ) +(myObject (attribute1 "attr90532") ) +(myObject (attribute1 "attr90533") ) +(myObject (attribute1 "attr90534") ) +(myObject (attribute1 "attr90535") ) +(myObject (attribute1 "attr90536") ) +(myObject (attribute1 "attr90537") ) +(myObject (attribute1 "attr90538") ) +(myObject (attribute1 "attr90539") ) +(myObject (attribute1 "attr90540") ) +(myObject (attribute1 "attr90541") ) +(myObject (attribute1 "attr90542") ) +(myObject (attribute1 "attr90543") ) +(myObject (attribute1 "attr90544") ) +(myObject (attribute1 "attr90545") ) +(myObject (attribute1 "attr90546") ) +(myObject (attribute1 "attr90547") ) +(myObject (attribute1 "attr90548") ) +(myObject (attribute1 "attr90549") ) +(myObject (attribute1 "attr90550") ) +(myObject (attribute1 "attr90551") ) +(myObject (attribute1 "attr90552") ) +(myObject (attribute1 "attr90553") ) +(myObject (attribute1 "attr90554") ) +(myObject (attribute1 "attr90555") ) +(myObject (attribute1 "attr90556") ) +(myObject (attribute1 "attr90557") ) +(myObject (attribute1 "attr90558") ) +(myObject (attribute1 "attr90559") ) +(myObject (attribute1 "attr90560") ) +(myObject (attribute1 "attr90561") ) +(myObject (attribute1 "attr90562") ) +(myObject (attribute1 "attr90563") ) +(myObject (attribute1 "attr90564") ) +(myObject (attribute1 "attr90565") ) +(myObject (attribute1 "attr90566") ) +(myObject (attribute1 "attr90567") ) +(myObject (attribute1 "attr90568") ) +(myObject (attribute1 "attr90569") ) +(myObject (attribute1 "attr90570") ) +(myObject (attribute1 "attr90571") ) +(myObject (attribute1 "attr90572") ) +(myObject (attribute1 "attr90573") ) +(myObject (attribute1 "attr90574") ) +(myObject (attribute1 "attr90575") ) +(myObject (attribute1 "attr90576") ) +(myObject (attribute1 "attr90577") ) +(myObject (attribute1 "attr90578") ) +(myObject (attribute1 "attr90579") ) +(myObject (attribute1 "attr90580") ) +(myObject (attribute1 "attr90581") ) +(myObject (attribute1 "attr90582") ) +(myObject (attribute1 "attr90583") ) +(myObject (attribute1 "attr90584") ) +(myObject (attribute1 "attr90585") ) +(myObject (attribute1 "attr90586") ) +(myObject (attribute1 "attr90587") ) +(myObject (attribute1 "attr90588") ) +(myObject (attribute1 "attr90589") ) +(myObject (attribute1 "attr90590") ) +(myObject (attribute1 "attr90591") ) +(myObject (attribute1 "attr90592") ) +(myObject (attribute1 "attr90593") ) +(myObject (attribute1 "attr90594") ) +(myObject (attribute1 "attr90595") ) +(myObject (attribute1 "attr90596") ) +(myObject (attribute1 "attr90597") ) +(myObject (attribute1 "attr90598") ) +(myObject (attribute1 "attr90599") ) +(myObject (attribute1 "attr90600") ) +(myObject (attribute1 "attr90601") ) +(myObject (attribute1 "attr90602") ) +(myObject (attribute1 "attr90603") ) +(myObject (attribute1 "attr90604") ) +(myObject (attribute1 "attr90605") ) +(myObject (attribute1 "attr90606") ) +(myObject (attribute1 "attr90607") ) +(myObject (attribute1 "attr90608") ) +(myObject (attribute1 "attr90609") ) +(myObject (attribute1 "attr90610") ) +(myObject (attribute1 "attr90611") ) +(myObject (attribute1 "attr90612") ) +(myObject (attribute1 "attr90613") ) +(myObject (attribute1 "attr90614") ) +(myObject (attribute1 "attr90615") ) +(myObject (attribute1 "attr90616") ) +(myObject (attribute1 "attr90617") ) +(myObject (attribute1 "attr90618") ) +(myObject (attribute1 "attr90619") ) +(myObject (attribute1 "attr90620") ) +(myObject (attribute1 "attr90621") ) +(myObject (attribute1 "attr90622") ) +(myObject (attribute1 "attr90623") ) +(myObject (attribute1 "attr90624") ) +(myObject (attribute1 "attr90625") ) +(myObject (attribute1 "attr90626") ) +(myObject (attribute1 "attr90627") ) +(myObject (attribute1 "attr90628") ) +(myObject (attribute1 "attr90629") ) +(myObject (attribute1 "attr90630") ) +(myObject (attribute1 "attr90631") ) +(myObject (attribute1 "attr90632") ) +(myObject (attribute1 "attr90633") ) +(myObject (attribute1 "attr90634") ) +(myObject (attribute1 "attr90635") ) +(myObject (attribute1 "attr90636") ) +(myObject (attribute1 "attr90637") ) +(myObject (attribute1 "attr90638") ) +(myObject (attribute1 "attr90639") ) +(myObject (attribute1 "attr90640") ) +(myObject (attribute1 "attr90641") ) +(myObject (attribute1 "attr90642") ) +(myObject (attribute1 "attr90643") ) +(myObject (attribute1 "attr90644") ) +(myObject (attribute1 "attr90645") ) +(myObject (attribute1 "attr90646") ) +(myObject (attribute1 "attr90647") ) +(myObject (attribute1 "attr90648") ) +(myObject (attribute1 "attr90649") ) +(myObject (attribute1 "attr90650") ) +(myObject (attribute1 "attr90651") ) +(myObject (attribute1 "attr90652") ) +(myObject (attribute1 "attr90653") ) +(myObject (attribute1 "attr90654") ) +(myObject (attribute1 "attr90655") ) +(myObject (attribute1 "attr90656") ) +(myObject (attribute1 "attr90657") ) +(myObject (attribute1 "attr90658") ) +(myObject (attribute1 "attr90659") ) +(myObject (attribute1 "attr90660") ) +(myObject (attribute1 "attr90661") ) +(myObject (attribute1 "attr90662") ) +(myObject (attribute1 "attr90663") ) +(myObject (attribute1 "attr90664") ) +(myObject (attribute1 "attr90665") ) +(myObject (attribute1 "attr90666") ) +(myObject (attribute1 "attr90667") ) +(myObject (attribute1 "attr90668") ) +(myObject (attribute1 "attr90669") ) +(myObject (attribute1 "attr90670") ) +(myObject (attribute1 "attr90671") ) +(myObject (attribute1 "attr90672") ) +(myObject (attribute1 "attr90673") ) +(myObject (attribute1 "attr90674") ) +(myObject (attribute1 "attr90675") ) +(myObject (attribute1 "attr90676") ) +(myObject (attribute1 "attr90677") ) +(myObject (attribute1 "attr90678") ) +(myObject (attribute1 "attr90679") ) +(myObject (attribute1 "attr90680") ) +(myObject (attribute1 "attr90681") ) +(myObject (attribute1 "attr90682") ) +(myObject (attribute1 "attr90683") ) +(myObject (attribute1 "attr90684") ) +(myObject (attribute1 "attr90685") ) +(myObject (attribute1 "attr90686") ) +(myObject (attribute1 "attr90687") ) +(myObject (attribute1 "attr90688") ) +(myObject (attribute1 "attr90689") ) +(myObject (attribute1 "attr90690") ) +(myObject (attribute1 "attr90691") ) +(myObject (attribute1 "attr90692") ) +(myObject (attribute1 "attr90693") ) +(myObject (attribute1 "attr90694") ) +(myObject (attribute1 "attr90695") ) +(myObject (attribute1 "attr90696") ) +(myObject (attribute1 "attr90697") ) +(myObject (attribute1 "attr90698") ) +(myObject (attribute1 "attr90699") ) +(myObject (attribute1 "attr90700") ) +(myObject (attribute1 "attr90701") ) +(myObject (attribute1 "attr90702") ) +(myObject (attribute1 "attr90703") ) +(myObject (attribute1 "attr90704") ) +(myObject (attribute1 "attr90705") ) +(myObject (attribute1 "attr90706") ) +(myObject (attribute1 "attr90707") ) +(myObject (attribute1 "attr90708") ) +(myObject (attribute1 "attr90709") ) +(myObject (attribute1 "attr90710") ) +(myObject (attribute1 "attr90711") ) +(myObject (attribute1 "attr90712") ) +(myObject (attribute1 "attr90713") ) +(myObject (attribute1 "attr90714") ) +(myObject (attribute1 "attr90715") ) +(myObject (attribute1 "attr90716") ) +(myObject (attribute1 "attr90717") ) +(myObject (attribute1 "attr90718") ) +(myObject (attribute1 "attr90719") ) +(myObject (attribute1 "attr90720") ) +(myObject (attribute1 "attr90721") ) +(myObject (attribute1 "attr90722") ) +(myObject (attribute1 "attr90723") ) +(myObject (attribute1 "attr90724") ) +(myObject (attribute1 "attr90725") ) +(myObject (attribute1 "attr90726") ) +(myObject (attribute1 "attr90727") ) +(myObject (attribute1 "attr90728") ) +(myObject (attribute1 "attr90729") ) +(myObject (attribute1 "attr90730") ) +(myObject (attribute1 "attr90731") ) +(myObject (attribute1 "attr90732") ) +(myObject (attribute1 "attr90733") ) +(myObject (attribute1 "attr90734") ) +(myObject (attribute1 "attr90735") ) +(myObject (attribute1 "attr90736") ) +(myObject (attribute1 "attr90737") ) +(myObject (attribute1 "attr90738") ) +(myObject (attribute1 "attr90739") ) +(myObject (attribute1 "attr90740") ) +(myObject (attribute1 "attr90741") ) +(myObject (attribute1 "attr90742") ) +(myObject (attribute1 "attr90743") ) +(myObject (attribute1 "attr90744") ) +(myObject (attribute1 "attr90745") ) +(myObject (attribute1 "attr90746") ) +(myObject (attribute1 "attr90747") ) +(myObject (attribute1 "attr90748") ) +(myObject (attribute1 "attr90749") ) +(myObject (attribute1 "attr90750") ) +(myObject (attribute1 "attr90751") ) +(myObject (attribute1 "attr90752") ) +(myObject (attribute1 "attr90753") ) +(myObject (attribute1 "attr90754") ) +(myObject (attribute1 "attr90755") ) +(myObject (attribute1 "attr90756") ) +(myObject (attribute1 "attr90757") ) +(myObject (attribute1 "attr90758") ) +(myObject (attribute1 "attr90759") ) +(myObject (attribute1 "attr90760") ) +(myObject (attribute1 "attr90761") ) +(myObject (attribute1 "attr90762") ) +(myObject (attribute1 "attr90763") ) +(myObject (attribute1 "attr90764") ) +(myObject (attribute1 "attr90765") ) +(myObject (attribute1 "attr90766") ) +(myObject (attribute1 "attr90767") ) +(myObject (attribute1 "attr90768") ) +(myObject (attribute1 "attr90769") ) +(myObject (attribute1 "attr90770") ) +(myObject (attribute1 "attr90771") ) +(myObject (attribute1 "attr90772") ) +(myObject (attribute1 "attr90773") ) +(myObject (attribute1 "attr90774") ) +(myObject (attribute1 "attr90775") ) +(myObject (attribute1 "attr90776") ) +(myObject (attribute1 "attr90777") ) +(myObject (attribute1 "attr90778") ) +(myObject (attribute1 "attr90779") ) +(myObject (attribute1 "attr90780") ) +(myObject (attribute1 "attr90781") ) +(myObject (attribute1 "attr90782") ) +(myObject (attribute1 "attr90783") ) +(myObject (attribute1 "attr90784") ) +(myObject (attribute1 "attr90785") ) +(myObject (attribute1 "attr90786") ) +(myObject (attribute1 "attr90787") ) +(myObject (attribute1 "attr90788") ) +(myObject (attribute1 "attr90789") ) +(myObject (attribute1 "attr90790") ) +(myObject (attribute1 "attr90791") ) +(myObject (attribute1 "attr90792") ) +(myObject (attribute1 "attr90793") ) +(myObject (attribute1 "attr90794") ) +(myObject (attribute1 "attr90795") ) +(myObject (attribute1 "attr90796") ) +(myObject (attribute1 "attr90797") ) +(myObject (attribute1 "attr90798") ) +(myObject (attribute1 "attr90799") ) +(myObject (attribute1 "attr90800") ) +(myObject (attribute1 "attr90801") ) +(myObject (attribute1 "attr90802") ) +(myObject (attribute1 "attr90803") ) +(myObject (attribute1 "attr90804") ) +(myObject (attribute1 "attr90805") ) +(myObject (attribute1 "attr90806") ) +(myObject (attribute1 "attr90807") ) +(myObject (attribute1 "attr90808") ) +(myObject (attribute1 "attr90809") ) +(myObject (attribute1 "attr90810") ) +(myObject (attribute1 "attr90811") ) +(myObject (attribute1 "attr90812") ) +(myObject (attribute1 "attr90813") ) +(myObject (attribute1 "attr90814") ) +(myObject (attribute1 "attr90815") ) +(myObject (attribute1 "attr90816") ) +(myObject (attribute1 "attr90817") ) +(myObject (attribute1 "attr90818") ) +(myObject (attribute1 "attr90819") ) +(myObject (attribute1 "attr90820") ) +(myObject (attribute1 "attr90821") ) +(myObject (attribute1 "attr90822") ) +(myObject (attribute1 "attr90823") ) +(myObject (attribute1 "attr90824") ) +(myObject (attribute1 "attr90825") ) +(myObject (attribute1 "attr90826") ) +(myObject (attribute1 "attr90827") ) +(myObject (attribute1 "attr90828") ) +(myObject (attribute1 "attr90829") ) +(myObject (attribute1 "attr90830") ) +(myObject (attribute1 "attr90831") ) +(myObject (attribute1 "attr90832") ) +(myObject (attribute1 "attr90833") ) +(myObject (attribute1 "attr90834") ) +(myObject (attribute1 "attr90835") ) +(myObject (attribute1 "attr90836") ) +(myObject (attribute1 "attr90837") ) +(myObject (attribute1 "attr90838") ) +(myObject (attribute1 "attr90839") ) +(myObject (attribute1 "attr90840") ) +(myObject (attribute1 "attr90841") ) +(myObject (attribute1 "attr90842") ) +(myObject (attribute1 "attr90843") ) +(myObject (attribute1 "attr90844") ) +(myObject (attribute1 "attr90845") ) +(myObject (attribute1 "attr90846") ) +(myObject (attribute1 "attr90847") ) +(myObject (attribute1 "attr90848") ) +(myObject (attribute1 "attr90849") ) +(myObject (attribute1 "attr90850") ) +(myObject (attribute1 "attr90851") ) +(myObject (attribute1 "attr90852") ) +(myObject (attribute1 "attr90853") ) +(myObject (attribute1 "attr90854") ) +(myObject (attribute1 "attr90855") ) +(myObject (attribute1 "attr90856") ) +(myObject (attribute1 "attr90857") ) +(myObject (attribute1 "attr90858") ) +(myObject (attribute1 "attr90859") ) +(myObject (attribute1 "attr90860") ) +(myObject (attribute1 "attr90861") ) +(myObject (attribute1 "attr90862") ) +(myObject (attribute1 "attr90863") ) +(myObject (attribute1 "attr90864") ) +(myObject (attribute1 "attr90865") ) +(myObject (attribute1 "attr90866") ) +(myObject (attribute1 "attr90867") ) +(myObject (attribute1 "attr90868") ) +(myObject (attribute1 "attr90869") ) +(myObject (attribute1 "attr90870") ) +(myObject (attribute1 "attr90871") ) +(myObject (attribute1 "attr90872") ) +(myObject (attribute1 "attr90873") ) +(myObject (attribute1 "attr90874") ) +(myObject (attribute1 "attr90875") ) +(myObject (attribute1 "attr90876") ) +(myObject (attribute1 "attr90877") ) +(myObject (attribute1 "attr90878") ) +(myObject (attribute1 "attr90879") ) +(myObject (attribute1 "attr90880") ) +(myObject (attribute1 "attr90881") ) +(myObject (attribute1 "attr90882") ) +(myObject (attribute1 "attr90883") ) +(myObject (attribute1 "attr90884") ) +(myObject (attribute1 "attr90885") ) +(myObject (attribute1 "attr90886") ) +(myObject (attribute1 "attr90887") ) +(myObject (attribute1 "attr90888") ) +(myObject (attribute1 "attr90889") ) +(myObject (attribute1 "attr90890") ) +(myObject (attribute1 "attr90891") ) +(myObject (attribute1 "attr90892") ) +(myObject (attribute1 "attr90893") ) +(myObject (attribute1 "attr90894") ) +(myObject (attribute1 "attr90895") ) +(myObject (attribute1 "attr90896") ) +(myObject (attribute1 "attr90897") ) +(myObject (attribute1 "attr90898") ) +(myObject (attribute1 "attr90899") ) +(myObject (attribute1 "attr90900") ) +(myObject (attribute1 "attr90901") ) +(myObject (attribute1 "attr90902") ) +(myObject (attribute1 "attr90903") ) +(myObject (attribute1 "attr90904") ) +(myObject (attribute1 "attr90905") ) +(myObject (attribute1 "attr90906") ) +(myObject (attribute1 "attr90907") ) +(myObject (attribute1 "attr90908") ) +(myObject (attribute1 "attr90909") ) +(myObject (attribute1 "attr90910") ) +(myObject (attribute1 "attr90911") ) +(myObject (attribute1 "attr90912") ) +(myObject (attribute1 "attr90913") ) +(myObject (attribute1 "attr90914") ) +(myObject (attribute1 "attr90915") ) +(myObject (attribute1 "attr90916") ) +(myObject (attribute1 "attr90917") ) +(myObject (attribute1 "attr90918") ) +(myObject (attribute1 "attr90919") ) +(myObject (attribute1 "attr90920") ) +(myObject (attribute1 "attr90921") ) +(myObject (attribute1 "attr90922") ) +(myObject (attribute1 "attr90923") ) +(myObject (attribute1 "attr90924") ) +(myObject (attribute1 "attr90925") ) +(myObject (attribute1 "attr90926") ) +(myObject (attribute1 "attr90927") ) +(myObject (attribute1 "attr90928") ) +(myObject (attribute1 "attr90929") ) +(myObject (attribute1 "attr90930") ) +(myObject (attribute1 "attr90931") ) +(myObject (attribute1 "attr90932") ) +(myObject (attribute1 "attr90933") ) +(myObject (attribute1 "attr90934") ) +(myObject (attribute1 "attr90935") ) +(myObject (attribute1 "attr90936") ) +(myObject (attribute1 "attr90937") ) +(myObject (attribute1 "attr90938") ) +(myObject (attribute1 "attr90939") ) +(myObject (attribute1 "attr90940") ) +(myObject (attribute1 "attr90941") ) +(myObject (attribute1 "attr90942") ) +(myObject (attribute1 "attr90943") ) +(myObject (attribute1 "attr90944") ) +(myObject (attribute1 "attr90945") ) +(myObject (attribute1 "attr90946") ) +(myObject (attribute1 "attr90947") ) +(myObject (attribute1 "attr90948") ) +(myObject (attribute1 "attr90949") ) +(myObject (attribute1 "attr90950") ) +(myObject (attribute1 "attr90951") ) +(myObject (attribute1 "attr90952") ) +(myObject (attribute1 "attr90953") ) +(myObject (attribute1 "attr90954") ) +(myObject (attribute1 "attr90955") ) +(myObject (attribute1 "attr90956") ) +(myObject (attribute1 "attr90957") ) +(myObject (attribute1 "attr90958") ) +(myObject (attribute1 "attr90959") ) +(myObject (attribute1 "attr90960") ) +(myObject (attribute1 "attr90961") ) +(myObject (attribute1 "attr90962") ) +(myObject (attribute1 "attr90963") ) +(myObject (attribute1 "attr90964") ) +(myObject (attribute1 "attr90965") ) +(myObject (attribute1 "attr90966") ) +(myObject (attribute1 "attr90967") ) +(myObject (attribute1 "attr90968") ) +(myObject (attribute1 "attr90969") ) +(myObject (attribute1 "attr90970") ) +(myObject (attribute1 "attr90971") ) +(myObject (attribute1 "attr90972") ) +(myObject (attribute1 "attr90973") ) +(myObject (attribute1 "attr90974") ) +(myObject (attribute1 "attr90975") ) +(myObject (attribute1 "attr90976") ) +(myObject (attribute1 "attr90977") ) +(myObject (attribute1 "attr90978") ) +(myObject (attribute1 "attr90979") ) +(myObject (attribute1 "attr90980") ) +(myObject (attribute1 "attr90981") ) +(myObject (attribute1 "attr90982") ) +(myObject (attribute1 "attr90983") ) +(myObject (attribute1 "attr90984") ) +(myObject (attribute1 "attr90985") ) +(myObject (attribute1 "attr90986") ) +(myObject (attribute1 "attr90987") ) +(myObject (attribute1 "attr90988") ) +(myObject (attribute1 "attr90989") ) +(myObject (attribute1 "attr90990") ) +(myObject (attribute1 "attr90991") ) +(myObject (attribute1 "attr90992") ) +(myObject (attribute1 "attr90993") ) +(myObject (attribute1 "attr90994") ) +(myObject (attribute1 "attr90995") ) +(myObject (attribute1 "attr90996") ) +(myObject (attribute1 "attr90997") ) +(myObject (attribute1 "attr90998") ) +(myObject (attribute1 "attr90999") ) +(myObject (attribute1 "attr91000") ) +(myObject (attribute1 "attr91001") ) +(myObject (attribute1 "attr91002") ) +(myObject (attribute1 "attr91003") ) +(myObject (attribute1 "attr91004") ) +(myObject (attribute1 "attr91005") ) +(myObject (attribute1 "attr91006") ) +(myObject (attribute1 "attr91007") ) +(myObject (attribute1 "attr91008") ) +(myObject (attribute1 "attr91009") ) +(myObject (attribute1 "attr91010") ) +(myObject (attribute1 "attr91011") ) +(myObject (attribute1 "attr91012") ) +(myObject (attribute1 "attr91013") ) +(myObject (attribute1 "attr91014") ) +(myObject (attribute1 "attr91015") ) +(myObject (attribute1 "attr91016") ) +(myObject (attribute1 "attr91017") ) +(myObject (attribute1 "attr91018") ) +(myObject (attribute1 "attr91019") ) +(myObject (attribute1 "attr91020") ) +(myObject (attribute1 "attr91021") ) +(myObject (attribute1 "attr91022") ) +(myObject (attribute1 "attr91023") ) +(myObject (attribute1 "attr91024") ) +(myObject (attribute1 "attr91025") ) +(myObject (attribute1 "attr91026") ) +(myObject (attribute1 "attr91027") ) +(myObject (attribute1 "attr91028") ) +(myObject (attribute1 "attr91029") ) +(myObject (attribute1 "attr91030") ) +(myObject (attribute1 "attr91031") ) +(myObject (attribute1 "attr91032") ) +(myObject (attribute1 "attr91033") ) +(myObject (attribute1 "attr91034") ) +(myObject (attribute1 "attr91035") ) +(myObject (attribute1 "attr91036") ) +(myObject (attribute1 "attr91037") ) +(myObject (attribute1 "attr91038") ) +(myObject (attribute1 "attr91039") ) +(myObject (attribute1 "attr91040") ) +(myObject (attribute1 "attr91041") ) +(myObject (attribute1 "attr91042") ) +(myObject (attribute1 "attr91043") ) +(myObject (attribute1 "attr91044") ) +(myObject (attribute1 "attr91045") ) +(myObject (attribute1 "attr91046") ) +(myObject (attribute1 "attr91047") ) +(myObject (attribute1 "attr91048") ) +(myObject (attribute1 "attr91049") ) +(myObject (attribute1 "attr91050") ) +(myObject (attribute1 "attr91051") ) +(myObject (attribute1 "attr91052") ) +(myObject (attribute1 "attr91053") ) +(myObject (attribute1 "attr91054") ) +(myObject (attribute1 "attr91055") ) +(myObject (attribute1 "attr91056") ) +(myObject (attribute1 "attr91057") ) +(myObject (attribute1 "attr91058") ) +(myObject (attribute1 "attr91059") ) +(myObject (attribute1 "attr91060") ) +(myObject (attribute1 "attr91061") ) +(myObject (attribute1 "attr91062") ) +(myObject (attribute1 "attr91063") ) +(myObject (attribute1 "attr91064") ) +(myObject (attribute1 "attr91065") ) +(myObject (attribute1 "attr91066") ) +(myObject (attribute1 "attr91067") ) +(myObject (attribute1 "attr91068") ) +(myObject (attribute1 "attr91069") ) +(myObject (attribute1 "attr91070") ) +(myObject (attribute1 "attr91071") ) +(myObject (attribute1 "attr91072") ) +(myObject (attribute1 "attr91073") ) +(myObject (attribute1 "attr91074") ) +(myObject (attribute1 "attr91075") ) +(myObject (attribute1 "attr91076") ) +(myObject (attribute1 "attr91077") ) +(myObject (attribute1 "attr91078") ) +(myObject (attribute1 "attr91079") ) +(myObject (attribute1 "attr91080") ) +(myObject (attribute1 "attr91081") ) +(myObject (attribute1 "attr91082") ) +(myObject (attribute1 "attr91083") ) +(myObject (attribute1 "attr91084") ) +(myObject (attribute1 "attr91085") ) +(myObject (attribute1 "attr91086") ) +(myObject (attribute1 "attr91087") ) +(myObject (attribute1 "attr91088") ) +(myObject (attribute1 "attr91089") ) +(myObject (attribute1 "attr91090") ) +(myObject (attribute1 "attr91091") ) +(myObject (attribute1 "attr91092") ) +(myObject (attribute1 "attr91093") ) +(myObject (attribute1 "attr91094") ) +(myObject (attribute1 "attr91095") ) +(myObject (attribute1 "attr91096") ) +(myObject (attribute1 "attr91097") ) +(myObject (attribute1 "attr91098") ) +(myObject (attribute1 "attr91099") ) +(myObject (attribute1 "attr91100") ) +(myObject (attribute1 "attr91101") ) +(myObject (attribute1 "attr91102") ) +(myObject (attribute1 "attr91103") ) +(myObject (attribute1 "attr91104") ) +(myObject (attribute1 "attr91105") ) +(myObject (attribute1 "attr91106") ) +(myObject (attribute1 "attr91107") ) +(myObject (attribute1 "attr91108") ) +(myObject (attribute1 "attr91109") ) +(myObject (attribute1 "attr91110") ) +(myObject (attribute1 "attr91111") ) +(myObject (attribute1 "attr91112") ) +(myObject (attribute1 "attr91113") ) +(myObject (attribute1 "attr91114") ) +(myObject (attribute1 "attr91115") ) +(myObject (attribute1 "attr91116") ) +(myObject (attribute1 "attr91117") ) +(myObject (attribute1 "attr91118") ) +(myObject (attribute1 "attr91119") ) +(myObject (attribute1 "attr91120") ) +(myObject (attribute1 "attr91121") ) +(myObject (attribute1 "attr91122") ) +(myObject (attribute1 "attr91123") ) +(myObject (attribute1 "attr91124") ) +(myObject (attribute1 "attr91125") ) +(myObject (attribute1 "attr91126") ) +(myObject (attribute1 "attr91127") ) +(myObject (attribute1 "attr91128") ) +(myObject (attribute1 "attr91129") ) +(myObject (attribute1 "attr91130") ) +(myObject (attribute1 "attr91131") ) +(myObject (attribute1 "attr91132") ) +(myObject (attribute1 "attr91133") ) +(myObject (attribute1 "attr91134") ) +(myObject (attribute1 "attr91135") ) +(myObject (attribute1 "attr91136") ) +(myObject (attribute1 "attr91137") ) +(myObject (attribute1 "attr91138") ) +(myObject (attribute1 "attr91139") ) +(myObject (attribute1 "attr91140") ) +(myObject (attribute1 "attr91141") ) +(myObject (attribute1 "attr91142") ) +(myObject (attribute1 "attr91143") ) +(myObject (attribute1 "attr91144") ) +(myObject (attribute1 "attr91145") ) +(myObject (attribute1 "attr91146") ) +(myObject (attribute1 "attr91147") ) +(myObject (attribute1 "attr91148") ) +(myObject (attribute1 "attr91149") ) +(myObject (attribute1 "attr91150") ) +(myObject (attribute1 "attr91151") ) +(myObject (attribute1 "attr91152") ) +(myObject (attribute1 "attr91153") ) +(myObject (attribute1 "attr91154") ) +(myObject (attribute1 "attr91155") ) +(myObject (attribute1 "attr91156") ) +(myObject (attribute1 "attr91157") ) +(myObject (attribute1 "attr91158") ) +(myObject (attribute1 "attr91159") ) +(myObject (attribute1 "attr91160") ) +(myObject (attribute1 "attr91161") ) +(myObject (attribute1 "attr91162") ) +(myObject (attribute1 "attr91163") ) +(myObject (attribute1 "attr91164") ) +(myObject (attribute1 "attr91165") ) +(myObject (attribute1 "attr91166") ) +(myObject (attribute1 "attr91167") ) +(myObject (attribute1 "attr91168") ) +(myObject (attribute1 "attr91169") ) +(myObject (attribute1 "attr91170") ) +(myObject (attribute1 "attr91171") ) +(myObject (attribute1 "attr91172") ) +(myObject (attribute1 "attr91173") ) +(myObject (attribute1 "attr91174") ) +(myObject (attribute1 "attr91175") ) +(myObject (attribute1 "attr91176") ) +(myObject (attribute1 "attr91177") ) +(myObject (attribute1 "attr91178") ) +(myObject (attribute1 "attr91179") ) +(myObject (attribute1 "attr91180") ) +(myObject (attribute1 "attr91181") ) +(myObject (attribute1 "attr91182") ) +(myObject (attribute1 "attr91183") ) +(myObject (attribute1 "attr91184") ) +(myObject (attribute1 "attr91185") ) +(myObject (attribute1 "attr91186") ) +(myObject (attribute1 "attr91187") ) +(myObject (attribute1 "attr91188") ) +(myObject (attribute1 "attr91189") ) +(myObject (attribute1 "attr91190") ) +(myObject (attribute1 "attr91191") ) +(myObject (attribute1 "attr91192") ) +(myObject (attribute1 "attr91193") ) +(myObject (attribute1 "attr91194") ) +(myObject (attribute1 "attr91195") ) +(myObject (attribute1 "attr91196") ) +(myObject (attribute1 "attr91197") ) +(myObject (attribute1 "attr91198") ) +(myObject (attribute1 "attr91199") ) +(myObject (attribute1 "attr91200") ) +(myObject (attribute1 "attr91201") ) +(myObject (attribute1 "attr91202") ) +(myObject (attribute1 "attr91203") ) +(myObject (attribute1 "attr91204") ) +(myObject (attribute1 "attr91205") ) +(myObject (attribute1 "attr91206") ) +(myObject (attribute1 "attr91207") ) +(myObject (attribute1 "attr91208") ) +(myObject (attribute1 "attr91209") ) +(myObject (attribute1 "attr91210") ) +(myObject (attribute1 "attr91211") ) +(myObject (attribute1 "attr91212") ) +(myObject (attribute1 "attr91213") ) +(myObject (attribute1 "attr91214") ) +(myObject (attribute1 "attr91215") ) +(myObject (attribute1 "attr91216") ) +(myObject (attribute1 "attr91217") ) +(myObject (attribute1 "attr91218") ) +(myObject (attribute1 "attr91219") ) +(myObject (attribute1 "attr91220") ) +(myObject (attribute1 "attr91221") ) +(myObject (attribute1 "attr91222") ) +(myObject (attribute1 "attr91223") ) +(myObject (attribute1 "attr91224") ) +(myObject (attribute1 "attr91225") ) +(myObject (attribute1 "attr91226") ) +(myObject (attribute1 "attr91227") ) +(myObject (attribute1 "attr91228") ) +(myObject (attribute1 "attr91229") ) +(myObject (attribute1 "attr91230") ) +(myObject (attribute1 "attr91231") ) +(myObject (attribute1 "attr91232") ) +(myObject (attribute1 "attr91233") ) +(myObject (attribute1 "attr91234") ) +(myObject (attribute1 "attr91235") ) +(myObject (attribute1 "attr91236") ) +(myObject (attribute1 "attr91237") ) +(myObject (attribute1 "attr91238") ) +(myObject (attribute1 "attr91239") ) +(myObject (attribute1 "attr91240") ) +(myObject (attribute1 "attr91241") ) +(myObject (attribute1 "attr91242") ) +(myObject (attribute1 "attr91243") ) +(myObject (attribute1 "attr91244") ) +(myObject (attribute1 "attr91245") ) +(myObject (attribute1 "attr91246") ) +(myObject (attribute1 "attr91247") ) +(myObject (attribute1 "attr91248") ) +(myObject (attribute1 "attr91249") ) +(myObject (attribute1 "attr91250") ) +(myObject (attribute1 "attr91251") ) +(myObject (attribute1 "attr91252") ) +(myObject (attribute1 "attr91253") ) +(myObject (attribute1 "attr91254") ) +(myObject (attribute1 "attr91255") ) +(myObject (attribute1 "attr91256") ) +(myObject (attribute1 "attr91257") ) +(myObject (attribute1 "attr91258") ) +(myObject (attribute1 "attr91259") ) +(myObject (attribute1 "attr91260") ) +(myObject (attribute1 "attr91261") ) +(myObject (attribute1 "attr91262") ) +(myObject (attribute1 "attr91263") ) +(myObject (attribute1 "attr91264") ) +(myObject (attribute1 "attr91265") ) +(myObject (attribute1 "attr91266") ) +(myObject (attribute1 "attr91267") ) +(myObject (attribute1 "attr91268") ) +(myObject (attribute1 "attr91269") ) +(myObject (attribute1 "attr91270") ) +(myObject (attribute1 "attr91271") ) +(myObject (attribute1 "attr91272") ) +(myObject (attribute1 "attr91273") ) +(myObject (attribute1 "attr91274") ) +(myObject (attribute1 "attr91275") ) +(myObject (attribute1 "attr91276") ) +(myObject (attribute1 "attr91277") ) +(myObject (attribute1 "attr91278") ) +(myObject (attribute1 "attr91279") ) +(myObject (attribute1 "attr91280") ) +(myObject (attribute1 "attr91281") ) +(myObject (attribute1 "attr91282") ) +(myObject (attribute1 "attr91283") ) +(myObject (attribute1 "attr91284") ) +(myObject (attribute1 "attr91285") ) +(myObject (attribute1 "attr91286") ) +(myObject (attribute1 "attr91287") ) +(myObject (attribute1 "attr91288") ) +(myObject (attribute1 "attr91289") ) +(myObject (attribute1 "attr91290") ) +(myObject (attribute1 "attr91291") ) +(myObject (attribute1 "attr91292") ) +(myObject (attribute1 "attr91293") ) +(myObject (attribute1 "attr91294") ) +(myObject (attribute1 "attr91295") ) +(myObject (attribute1 "attr91296") ) +(myObject (attribute1 "attr91297") ) +(myObject (attribute1 "attr91298") ) +(myObject (attribute1 "attr91299") ) +(myObject (attribute1 "attr91300") ) +(myObject (attribute1 "attr91301") ) +(myObject (attribute1 "attr91302") ) +(myObject (attribute1 "attr91303") ) +(myObject (attribute1 "attr91304") ) +(myObject (attribute1 "attr91305") ) +(myObject (attribute1 "attr91306") ) +(myObject (attribute1 "attr91307") ) +(myObject (attribute1 "attr91308") ) +(myObject (attribute1 "attr91309") ) +(myObject (attribute1 "attr91310") ) +(myObject (attribute1 "attr91311") ) +(myObject (attribute1 "attr91312") ) +(myObject (attribute1 "attr91313") ) +(myObject (attribute1 "attr91314") ) +(myObject (attribute1 "attr91315") ) +(myObject (attribute1 "attr91316") ) +(myObject (attribute1 "attr91317") ) +(myObject (attribute1 "attr91318") ) +(myObject (attribute1 "attr91319") ) +(myObject (attribute1 "attr91320") ) +(myObject (attribute1 "attr91321") ) +(myObject (attribute1 "attr91322") ) +(myObject (attribute1 "attr91323") ) +(myObject (attribute1 "attr91324") ) +(myObject (attribute1 "attr91325") ) +(myObject (attribute1 "attr91326") ) +(myObject (attribute1 "attr91327") ) +(myObject (attribute1 "attr91328") ) +(myObject (attribute1 "attr91329") ) +(myObject (attribute1 "attr91330") ) +(myObject (attribute1 "attr91331") ) +(myObject (attribute1 "attr91332") ) +(myObject (attribute1 "attr91333") ) +(myObject (attribute1 "attr91334") ) +(myObject (attribute1 "attr91335") ) +(myObject (attribute1 "attr91336") ) +(myObject (attribute1 "attr91337") ) +(myObject (attribute1 "attr91338") ) +(myObject (attribute1 "attr91339") ) +(myObject (attribute1 "attr91340") ) +(myObject (attribute1 "attr91341") ) +(myObject (attribute1 "attr91342") ) +(myObject (attribute1 "attr91343") ) +(myObject (attribute1 "attr91344") ) +(myObject (attribute1 "attr91345") ) +(myObject (attribute1 "attr91346") ) +(myObject (attribute1 "attr91347") ) +(myObject (attribute1 "attr91348") ) +(myObject (attribute1 "attr91349") ) +(myObject (attribute1 "attr91350") ) +(myObject (attribute1 "attr91351") ) +(myObject (attribute1 "attr91352") ) +(myObject (attribute1 "attr91353") ) +(myObject (attribute1 "attr91354") ) +(myObject (attribute1 "attr91355") ) +(myObject (attribute1 "attr91356") ) +(myObject (attribute1 "attr91357") ) +(myObject (attribute1 "attr91358") ) +(myObject (attribute1 "attr91359") ) +(myObject (attribute1 "attr91360") ) +(myObject (attribute1 "attr91361") ) +(myObject (attribute1 "attr91362") ) +(myObject (attribute1 "attr91363") ) +(myObject (attribute1 "attr91364") ) +(myObject (attribute1 "attr91365") ) +(myObject (attribute1 "attr91366") ) +(myObject (attribute1 "attr91367") ) +(myObject (attribute1 "attr91368") ) +(myObject (attribute1 "attr91369") ) +(myObject (attribute1 "attr91370") ) +(myObject (attribute1 "attr91371") ) +(myObject (attribute1 "attr91372") ) +(myObject (attribute1 "attr91373") ) +(myObject (attribute1 "attr91374") ) +(myObject (attribute1 "attr91375") ) +(myObject (attribute1 "attr91376") ) +(myObject (attribute1 "attr91377") ) +(myObject (attribute1 "attr91378") ) +(myObject (attribute1 "attr91379") ) +(myObject (attribute1 "attr91380") ) +(myObject (attribute1 "attr91381") ) +(myObject (attribute1 "attr91382") ) +(myObject (attribute1 "attr91383") ) +(myObject (attribute1 "attr91384") ) +(myObject (attribute1 "attr91385") ) +(myObject (attribute1 "attr91386") ) +(myObject (attribute1 "attr91387") ) +(myObject (attribute1 "attr91388") ) +(myObject (attribute1 "attr91389") ) +(myObject (attribute1 "attr91390") ) +(myObject (attribute1 "attr91391") ) +(myObject (attribute1 "attr91392") ) +(myObject (attribute1 "attr91393") ) +(myObject (attribute1 "attr91394") ) +(myObject (attribute1 "attr91395") ) +(myObject (attribute1 "attr91396") ) +(myObject (attribute1 "attr91397") ) +(myObject (attribute1 "attr91398") ) +(myObject (attribute1 "attr91399") ) +(myObject (attribute1 "attr91400") ) +(myObject (attribute1 "attr91401") ) +(myObject (attribute1 "attr91402") ) +(myObject (attribute1 "attr91403") ) +(myObject (attribute1 "attr91404") ) +(myObject (attribute1 "attr91405") ) +(myObject (attribute1 "attr91406") ) +(myObject (attribute1 "attr91407") ) +(myObject (attribute1 "attr91408") ) +(myObject (attribute1 "attr91409") ) +(myObject (attribute1 "attr91410") ) +(myObject (attribute1 "attr91411") ) +(myObject (attribute1 "attr91412") ) +(myObject (attribute1 "attr91413") ) +(myObject (attribute1 "attr91414") ) +(myObject (attribute1 "attr91415") ) +(myObject (attribute1 "attr91416") ) +(myObject (attribute1 "attr91417") ) +(myObject (attribute1 "attr91418") ) +(myObject (attribute1 "attr91419") ) +(myObject (attribute1 "attr91420") ) +(myObject (attribute1 "attr91421") ) +(myObject (attribute1 "attr91422") ) +(myObject (attribute1 "attr91423") ) +(myObject (attribute1 "attr91424") ) +(myObject (attribute1 "attr91425") ) +(myObject (attribute1 "attr91426") ) +(myObject (attribute1 "attr91427") ) +(myObject (attribute1 "attr91428") ) +(myObject (attribute1 "attr91429") ) +(myObject (attribute1 "attr91430") ) +(myObject (attribute1 "attr91431") ) +(myObject (attribute1 "attr91432") ) +(myObject (attribute1 "attr91433") ) +(myObject (attribute1 "attr91434") ) +(myObject (attribute1 "attr91435") ) +(myObject (attribute1 "attr91436") ) +(myObject (attribute1 "attr91437") ) +(myObject (attribute1 "attr91438") ) +(myObject (attribute1 "attr91439") ) +(myObject (attribute1 "attr91440") ) +(myObject (attribute1 "attr91441") ) +(myObject (attribute1 "attr91442") ) +(myObject (attribute1 "attr91443") ) +(myObject (attribute1 "attr91444") ) +(myObject (attribute1 "attr91445") ) +(myObject (attribute1 "attr91446") ) +(myObject (attribute1 "attr91447") ) +(myObject (attribute1 "attr91448") ) +(myObject (attribute1 "attr91449") ) +(myObject (attribute1 "attr91450") ) +(myObject (attribute1 "attr91451") ) +(myObject (attribute1 "attr91452") ) +(myObject (attribute1 "attr91453") ) +(myObject (attribute1 "attr91454") ) +(myObject (attribute1 "attr91455") ) +(myObject (attribute1 "attr91456") ) +(myObject (attribute1 "attr91457") ) +(myObject (attribute1 "attr91458") ) +(myObject (attribute1 "attr91459") ) +(myObject (attribute1 "attr91460") ) +(myObject (attribute1 "attr91461") ) +(myObject (attribute1 "attr91462") ) +(myObject (attribute1 "attr91463") ) +(myObject (attribute1 "attr91464") ) +(myObject (attribute1 "attr91465") ) +(myObject (attribute1 "attr91466") ) +(myObject (attribute1 "attr91467") ) +(myObject (attribute1 "attr91468") ) +(myObject (attribute1 "attr91469") ) +(myObject (attribute1 "attr91470") ) +(myObject (attribute1 "attr91471") ) +(myObject (attribute1 "attr91472") ) +(myObject (attribute1 "attr91473") ) +(myObject (attribute1 "attr91474") ) +(myObject (attribute1 "attr91475") ) +(myObject (attribute1 "attr91476") ) +(myObject (attribute1 "attr91477") ) +(myObject (attribute1 "attr91478") ) +(myObject (attribute1 "attr91479") ) +(myObject (attribute1 "attr91480") ) +(myObject (attribute1 "attr91481") ) +(myObject (attribute1 "attr91482") ) +(myObject (attribute1 "attr91483") ) +(myObject (attribute1 "attr91484") ) +(myObject (attribute1 "attr91485") ) +(myObject (attribute1 "attr91486") ) +(myObject (attribute1 "attr91487") ) +(myObject (attribute1 "attr91488") ) +(myObject (attribute1 "attr91489") ) +(myObject (attribute1 "attr91490") ) +(myObject (attribute1 "attr91491") ) +(myObject (attribute1 "attr91492") ) +(myObject (attribute1 "attr91493") ) +(myObject (attribute1 "attr91494") ) +(myObject (attribute1 "attr91495") ) +(myObject (attribute1 "attr91496") ) +(myObject (attribute1 "attr91497") ) +(myObject (attribute1 "attr91498") ) +(myObject (attribute1 "attr91499") ) +(myObject (attribute1 "attr91500") ) +(myObject (attribute1 "attr91501") ) +(myObject (attribute1 "attr91502") ) +(myObject (attribute1 "attr91503") ) +(myObject (attribute1 "attr91504") ) +(myObject (attribute1 "attr91505") ) +(myObject (attribute1 "attr91506") ) +(myObject (attribute1 "attr91507") ) +(myObject (attribute1 "attr91508") ) +(myObject (attribute1 "attr91509") ) +(myObject (attribute1 "attr91510") ) +(myObject (attribute1 "attr91511") ) +(myObject (attribute1 "attr91512") ) +(myObject (attribute1 "attr91513") ) +(myObject (attribute1 "attr91514") ) +(myObject (attribute1 "attr91515") ) +(myObject (attribute1 "attr91516") ) +(myObject (attribute1 "attr91517") ) +(myObject (attribute1 "attr91518") ) +(myObject (attribute1 "attr91519") ) +(myObject (attribute1 "attr91520") ) +(myObject (attribute1 "attr91521") ) +(myObject (attribute1 "attr91522") ) +(myObject (attribute1 "attr91523") ) +(myObject (attribute1 "attr91524") ) +(myObject (attribute1 "attr91525") ) +(myObject (attribute1 "attr91526") ) +(myObject (attribute1 "attr91527") ) +(myObject (attribute1 "attr91528") ) +(myObject (attribute1 "attr91529") ) +(myObject (attribute1 "attr91530") ) +(myObject (attribute1 "attr91531") ) +(myObject (attribute1 "attr91532") ) +(myObject (attribute1 "attr91533") ) +(myObject (attribute1 "attr91534") ) +(myObject (attribute1 "attr91535") ) +(myObject (attribute1 "attr91536") ) +(myObject (attribute1 "attr91537") ) +(myObject (attribute1 "attr91538") ) +(myObject (attribute1 "attr91539") ) +(myObject (attribute1 "attr91540") ) +(myObject (attribute1 "attr91541") ) +(myObject (attribute1 "attr91542") ) +(myObject (attribute1 "attr91543") ) +(myObject (attribute1 "attr91544") ) +(myObject (attribute1 "attr91545") ) +(myObject (attribute1 "attr91546") ) +(myObject (attribute1 "attr91547") ) +(myObject (attribute1 "attr91548") ) +(myObject (attribute1 "attr91549") ) +(myObject (attribute1 "attr91550") ) +(myObject (attribute1 "attr91551") ) +(myObject (attribute1 "attr91552") ) +(myObject (attribute1 "attr91553") ) +(myObject (attribute1 "attr91554") ) +(myObject (attribute1 "attr91555") ) +(myObject (attribute1 "attr91556") ) +(myObject (attribute1 "attr91557") ) +(myObject (attribute1 "attr91558") ) +(myObject (attribute1 "attr91559") ) +(myObject (attribute1 "attr91560") ) +(myObject (attribute1 "attr91561") ) +(myObject (attribute1 "attr91562") ) +(myObject (attribute1 "attr91563") ) +(myObject (attribute1 "attr91564") ) +(myObject (attribute1 "attr91565") ) +(myObject (attribute1 "attr91566") ) +(myObject (attribute1 "attr91567") ) +(myObject (attribute1 "attr91568") ) +(myObject (attribute1 "attr91569") ) +(myObject (attribute1 "attr91570") ) +(myObject (attribute1 "attr91571") ) +(myObject (attribute1 "attr91572") ) +(myObject (attribute1 "attr91573") ) +(myObject (attribute1 "attr91574") ) +(myObject (attribute1 "attr91575") ) +(myObject (attribute1 "attr91576") ) +(myObject (attribute1 "attr91577") ) +(myObject (attribute1 "attr91578") ) +(myObject (attribute1 "attr91579") ) +(myObject (attribute1 "attr91580") ) +(myObject (attribute1 "attr91581") ) +(myObject (attribute1 "attr91582") ) +(myObject (attribute1 "attr91583") ) +(myObject (attribute1 "attr91584") ) +(myObject (attribute1 "attr91585") ) +(myObject (attribute1 "attr91586") ) +(myObject (attribute1 "attr91587") ) +(myObject (attribute1 "attr91588") ) +(myObject (attribute1 "attr91589") ) +(myObject (attribute1 "attr91590") ) +(myObject (attribute1 "attr91591") ) +(myObject (attribute1 "attr91592") ) +(myObject (attribute1 "attr91593") ) +(myObject (attribute1 "attr91594") ) +(myObject (attribute1 "attr91595") ) +(myObject (attribute1 "attr91596") ) +(myObject (attribute1 "attr91597") ) +(myObject (attribute1 "attr91598") ) +(myObject (attribute1 "attr91599") ) +(myObject (attribute1 "attr91600") ) +(myObject (attribute1 "attr91601") ) +(myObject (attribute1 "attr91602") ) +(myObject (attribute1 "attr91603") ) +(myObject (attribute1 "attr91604") ) +(myObject (attribute1 "attr91605") ) +(myObject (attribute1 "attr91606") ) +(myObject (attribute1 "attr91607") ) +(myObject (attribute1 "attr91608") ) +(myObject (attribute1 "attr91609") ) +(myObject (attribute1 "attr91610") ) +(myObject (attribute1 "attr91611") ) +(myObject (attribute1 "attr91612") ) +(myObject (attribute1 "attr91613") ) +(myObject (attribute1 "attr91614") ) +(myObject (attribute1 "attr91615") ) +(myObject (attribute1 "attr91616") ) +(myObject (attribute1 "attr91617") ) +(myObject (attribute1 "attr91618") ) +(myObject (attribute1 "attr91619") ) +(myObject (attribute1 "attr91620") ) +(myObject (attribute1 "attr91621") ) +(myObject (attribute1 "attr91622") ) +(myObject (attribute1 "attr91623") ) +(myObject (attribute1 "attr91624") ) +(myObject (attribute1 "attr91625") ) +(myObject (attribute1 "attr91626") ) +(myObject (attribute1 "attr91627") ) +(myObject (attribute1 "attr91628") ) +(myObject (attribute1 "attr91629") ) +(myObject (attribute1 "attr91630") ) +(myObject (attribute1 "attr91631") ) +(myObject (attribute1 "attr91632") ) +(myObject (attribute1 "attr91633") ) +(myObject (attribute1 "attr91634") ) +(myObject (attribute1 "attr91635") ) +(myObject (attribute1 "attr91636") ) +(myObject (attribute1 "attr91637") ) +(myObject (attribute1 "attr91638") ) +(myObject (attribute1 "attr91639") ) +(myObject (attribute1 "attr91640") ) +(myObject (attribute1 "attr91641") ) +(myObject (attribute1 "attr91642") ) +(myObject (attribute1 "attr91643") ) +(myObject (attribute1 "attr91644") ) +(myObject (attribute1 "attr91645") ) +(myObject (attribute1 "attr91646") ) +(myObject (attribute1 "attr91647") ) +(myObject (attribute1 "attr91648") ) +(myObject (attribute1 "attr91649") ) +(myObject (attribute1 "attr91650") ) +(myObject (attribute1 "attr91651") ) +(myObject (attribute1 "attr91652") ) +(myObject (attribute1 "attr91653") ) +(myObject (attribute1 "attr91654") ) +(myObject (attribute1 "attr91655") ) +(myObject (attribute1 "attr91656") ) +(myObject (attribute1 "attr91657") ) +(myObject (attribute1 "attr91658") ) +(myObject (attribute1 "attr91659") ) +(myObject (attribute1 "attr91660") ) +(myObject (attribute1 "attr91661") ) +(myObject (attribute1 "attr91662") ) +(myObject (attribute1 "attr91663") ) +(myObject (attribute1 "attr91664") ) +(myObject (attribute1 "attr91665") ) +(myObject (attribute1 "attr91666") ) +(myObject (attribute1 "attr91667") ) +(myObject (attribute1 "attr91668") ) +(myObject (attribute1 "attr91669") ) +(myObject (attribute1 "attr91670") ) +(myObject (attribute1 "attr91671") ) +(myObject (attribute1 "attr91672") ) +(myObject (attribute1 "attr91673") ) +(myObject (attribute1 "attr91674") ) +(myObject (attribute1 "attr91675") ) +(myObject (attribute1 "attr91676") ) +(myObject (attribute1 "attr91677") ) +(myObject (attribute1 "attr91678") ) +(myObject (attribute1 "attr91679") ) +(myObject (attribute1 "attr91680") ) +(myObject (attribute1 "attr91681") ) +(myObject (attribute1 "attr91682") ) +(myObject (attribute1 "attr91683") ) +(myObject (attribute1 "attr91684") ) +(myObject (attribute1 "attr91685") ) +(myObject (attribute1 "attr91686") ) +(myObject (attribute1 "attr91687") ) +(myObject (attribute1 "attr91688") ) +(myObject (attribute1 "attr91689") ) +(myObject (attribute1 "attr91690") ) +(myObject (attribute1 "attr91691") ) +(myObject (attribute1 "attr91692") ) +(myObject (attribute1 "attr91693") ) +(myObject (attribute1 "attr91694") ) +(myObject (attribute1 "attr91695") ) +(myObject (attribute1 "attr91696") ) +(myObject (attribute1 "attr91697") ) +(myObject (attribute1 "attr91698") ) +(myObject (attribute1 "attr91699") ) +(myObject (attribute1 "attr91700") ) +(myObject (attribute1 "attr91701") ) +(myObject (attribute1 "attr91702") ) +(myObject (attribute1 "attr91703") ) +(myObject (attribute1 "attr91704") ) +(myObject (attribute1 "attr91705") ) +(myObject (attribute1 "attr91706") ) +(myObject (attribute1 "attr91707") ) +(myObject (attribute1 "attr91708") ) +(myObject (attribute1 "attr91709") ) +(myObject (attribute1 "attr91710") ) +(myObject (attribute1 "attr91711") ) +(myObject (attribute1 "attr91712") ) +(myObject (attribute1 "attr91713") ) +(myObject (attribute1 "attr91714") ) +(myObject (attribute1 "attr91715") ) +(myObject (attribute1 "attr91716") ) +(myObject (attribute1 "attr91717") ) +(myObject (attribute1 "attr91718") ) +(myObject (attribute1 "attr91719") ) +(myObject (attribute1 "attr91720") ) +(myObject (attribute1 "attr91721") ) +(myObject (attribute1 "attr91722") ) +(myObject (attribute1 "attr91723") ) +(myObject (attribute1 "attr91724") ) +(myObject (attribute1 "attr91725") ) +(myObject (attribute1 "attr91726") ) +(myObject (attribute1 "attr91727") ) +(myObject (attribute1 "attr91728") ) +(myObject (attribute1 "attr91729") ) +(myObject (attribute1 "attr91730") ) +(myObject (attribute1 "attr91731") ) +(myObject (attribute1 "attr91732") ) +(myObject (attribute1 "attr91733") ) +(myObject (attribute1 "attr91734") ) +(myObject (attribute1 "attr91735") ) +(myObject (attribute1 "attr91736") ) +(myObject (attribute1 "attr91737") ) +(myObject (attribute1 "attr91738") ) +(myObject (attribute1 "attr91739") ) +(myObject (attribute1 "attr91740") ) +(myObject (attribute1 "attr91741") ) +(myObject (attribute1 "attr91742") ) +(myObject (attribute1 "attr91743") ) +(myObject (attribute1 "attr91744") ) +(myObject (attribute1 "attr91745") ) +(myObject (attribute1 "attr91746") ) +(myObject (attribute1 "attr91747") ) +(myObject (attribute1 "attr91748") ) +(myObject (attribute1 "attr91749") ) +(myObject (attribute1 "attr91750") ) +(myObject (attribute1 "attr91751") ) +(myObject (attribute1 "attr91752") ) +(myObject (attribute1 "attr91753") ) +(myObject (attribute1 "attr91754") ) +(myObject (attribute1 "attr91755") ) +(myObject (attribute1 "attr91756") ) +(myObject (attribute1 "attr91757") ) +(myObject (attribute1 "attr91758") ) +(myObject (attribute1 "attr91759") ) +(myObject (attribute1 "attr91760") ) +(myObject (attribute1 "attr91761") ) +(myObject (attribute1 "attr91762") ) +(myObject (attribute1 "attr91763") ) +(myObject (attribute1 "attr91764") ) +(myObject (attribute1 "attr91765") ) +(myObject (attribute1 "attr91766") ) +(myObject (attribute1 "attr91767") ) +(myObject (attribute1 "attr91768") ) +(myObject (attribute1 "attr91769") ) +(myObject (attribute1 "attr91770") ) +(myObject (attribute1 "attr91771") ) +(myObject (attribute1 "attr91772") ) +(myObject (attribute1 "attr91773") ) +(myObject (attribute1 "attr91774") ) +(myObject (attribute1 "attr91775") ) +(myObject (attribute1 "attr91776") ) +(myObject (attribute1 "attr91777") ) +(myObject (attribute1 "attr91778") ) +(myObject (attribute1 "attr91779") ) +(myObject (attribute1 "attr91780") ) +(myObject (attribute1 "attr91781") ) +(myObject (attribute1 "attr91782") ) +(myObject (attribute1 "attr91783") ) +(myObject (attribute1 "attr91784") ) +(myObject (attribute1 "attr91785") ) +(myObject (attribute1 "attr91786") ) +(myObject (attribute1 "attr91787") ) +(myObject (attribute1 "attr91788") ) +(myObject (attribute1 "attr91789") ) +(myObject (attribute1 "attr91790") ) +(myObject (attribute1 "attr91791") ) +(myObject (attribute1 "attr91792") ) +(myObject (attribute1 "attr91793") ) +(myObject (attribute1 "attr91794") ) +(myObject (attribute1 "attr91795") ) +(myObject (attribute1 "attr91796") ) +(myObject (attribute1 "attr91797") ) +(myObject (attribute1 "attr91798") ) +(myObject (attribute1 "attr91799") ) +(myObject (attribute1 "attr91800") ) +(myObject (attribute1 "attr91801") ) +(myObject (attribute1 "attr91802") ) +(myObject (attribute1 "attr91803") ) +(myObject (attribute1 "attr91804") ) +(myObject (attribute1 "attr91805") ) +(myObject (attribute1 "attr91806") ) +(myObject (attribute1 "attr91807") ) +(myObject (attribute1 "attr91808") ) +(myObject (attribute1 "attr91809") ) +(myObject (attribute1 "attr91810") ) +(myObject (attribute1 "attr91811") ) +(myObject (attribute1 "attr91812") ) +(myObject (attribute1 "attr91813") ) +(myObject (attribute1 "attr91814") ) +(myObject (attribute1 "attr91815") ) +(myObject (attribute1 "attr91816") ) +(myObject (attribute1 "attr91817") ) +(myObject (attribute1 "attr91818") ) +(myObject (attribute1 "attr91819") ) +(myObject (attribute1 "attr91820") ) +(myObject (attribute1 "attr91821") ) +(myObject (attribute1 "attr91822") ) +(myObject (attribute1 "attr91823") ) +(myObject (attribute1 "attr91824") ) +(myObject (attribute1 "attr91825") ) +(myObject (attribute1 "attr91826") ) +(myObject (attribute1 "attr91827") ) +(myObject (attribute1 "attr91828") ) +(myObject (attribute1 "attr91829") ) +(myObject (attribute1 "attr91830") ) +(myObject (attribute1 "attr91831") ) +(myObject (attribute1 "attr91832") ) +(myObject (attribute1 "attr91833") ) +(myObject (attribute1 "attr91834") ) +(myObject (attribute1 "attr91835") ) +(myObject (attribute1 "attr91836") ) +(myObject (attribute1 "attr91837") ) +(myObject (attribute1 "attr91838") ) +(myObject (attribute1 "attr91839") ) +(myObject (attribute1 "attr91840") ) +(myObject (attribute1 "attr91841") ) +(myObject (attribute1 "attr91842") ) +(myObject (attribute1 "attr91843") ) +(myObject (attribute1 "attr91844") ) +(myObject (attribute1 "attr91845") ) +(myObject (attribute1 "attr91846") ) +(myObject (attribute1 "attr91847") ) +(myObject (attribute1 "attr91848") ) +(myObject (attribute1 "attr91849") ) +(myObject (attribute1 "attr91850") ) +(myObject (attribute1 "attr91851") ) +(myObject (attribute1 "attr91852") ) +(myObject (attribute1 "attr91853") ) +(myObject (attribute1 "attr91854") ) +(myObject (attribute1 "attr91855") ) +(myObject (attribute1 "attr91856") ) +(myObject (attribute1 "attr91857") ) +(myObject (attribute1 "attr91858") ) +(myObject (attribute1 "attr91859") ) +(myObject (attribute1 "attr91860") ) +(myObject (attribute1 "attr91861") ) +(myObject (attribute1 "attr91862") ) +(myObject (attribute1 "attr91863") ) +(myObject (attribute1 "attr91864") ) +(myObject (attribute1 "attr91865") ) +(myObject (attribute1 "attr91866") ) +(myObject (attribute1 "attr91867") ) +(myObject (attribute1 "attr91868") ) +(myObject (attribute1 "attr91869") ) +(myObject (attribute1 "attr91870") ) +(myObject (attribute1 "attr91871") ) +(myObject (attribute1 "attr91872") ) +(myObject (attribute1 "attr91873") ) +(myObject (attribute1 "attr91874") ) +(myObject (attribute1 "attr91875") ) +(myObject (attribute1 "attr91876") ) +(myObject (attribute1 "attr91877") ) +(myObject (attribute1 "attr91878") ) +(myObject (attribute1 "attr91879") ) +(myObject (attribute1 "attr91880") ) +(myObject (attribute1 "attr91881") ) +(myObject (attribute1 "attr91882") ) +(myObject (attribute1 "attr91883") ) +(myObject (attribute1 "attr91884") ) +(myObject (attribute1 "attr91885") ) +(myObject (attribute1 "attr91886") ) +(myObject (attribute1 "attr91887") ) +(myObject (attribute1 "attr91888") ) +(myObject (attribute1 "attr91889") ) +(myObject (attribute1 "attr91890") ) +(myObject (attribute1 "attr91891") ) +(myObject (attribute1 "attr91892") ) +(myObject (attribute1 "attr91893") ) +(myObject (attribute1 "attr91894") ) +(myObject (attribute1 "attr91895") ) +(myObject (attribute1 "attr91896") ) +(myObject (attribute1 "attr91897") ) +(myObject (attribute1 "attr91898") ) +(myObject (attribute1 "attr91899") ) +(myObject (attribute1 "attr91900") ) +(myObject (attribute1 "attr91901") ) +(myObject (attribute1 "attr91902") ) +(myObject (attribute1 "attr91903") ) +(myObject (attribute1 "attr91904") ) +(myObject (attribute1 "attr91905") ) +(myObject (attribute1 "attr91906") ) +(myObject (attribute1 "attr91907") ) +(myObject (attribute1 "attr91908") ) +(myObject (attribute1 "attr91909") ) +(myObject (attribute1 "attr91910") ) +(myObject (attribute1 "attr91911") ) +(myObject (attribute1 "attr91912") ) +(myObject (attribute1 "attr91913") ) +(myObject (attribute1 "attr91914") ) +(myObject (attribute1 "attr91915") ) +(myObject (attribute1 "attr91916") ) +(myObject (attribute1 "attr91917") ) +(myObject (attribute1 "attr91918") ) +(myObject (attribute1 "attr91919") ) +(myObject (attribute1 "attr91920") ) +(myObject (attribute1 "attr91921") ) +(myObject (attribute1 "attr91922") ) +(myObject (attribute1 "attr91923") ) +(myObject (attribute1 "attr91924") ) +(myObject (attribute1 "attr91925") ) +(myObject (attribute1 "attr91926") ) +(myObject (attribute1 "attr91927") ) +(myObject (attribute1 "attr91928") ) +(myObject (attribute1 "attr91929") ) +(myObject (attribute1 "attr91930") ) +(myObject (attribute1 "attr91931") ) +(myObject (attribute1 "attr91932") ) +(myObject (attribute1 "attr91933") ) +(myObject (attribute1 "attr91934") ) +(myObject (attribute1 "attr91935") ) +(myObject (attribute1 "attr91936") ) +(myObject (attribute1 "attr91937") ) +(myObject (attribute1 "attr91938") ) +(myObject (attribute1 "attr91939") ) +(myObject (attribute1 "attr91940") ) +(myObject (attribute1 "attr91941") ) +(myObject (attribute1 "attr91942") ) +(myObject (attribute1 "attr91943") ) +(myObject (attribute1 "attr91944") ) +(myObject (attribute1 "attr91945") ) +(myObject (attribute1 "attr91946") ) +(myObject (attribute1 "attr91947") ) +(myObject (attribute1 "attr91948") ) +(myObject (attribute1 "attr91949") ) +(myObject (attribute1 "attr91950") ) +(myObject (attribute1 "attr91951") ) +(myObject (attribute1 "attr91952") ) +(myObject (attribute1 "attr91953") ) +(myObject (attribute1 "attr91954") ) +(myObject (attribute1 "attr91955") ) +(myObject (attribute1 "attr91956") ) +(myObject (attribute1 "attr91957") ) +(myObject (attribute1 "attr91958") ) +(myObject (attribute1 "attr91959") ) +(myObject (attribute1 "attr91960") ) +(myObject (attribute1 "attr91961") ) +(myObject (attribute1 "attr91962") ) +(myObject (attribute1 "attr91963") ) +(myObject (attribute1 "attr91964") ) +(myObject (attribute1 "attr91965") ) +(myObject (attribute1 "attr91966") ) +(myObject (attribute1 "attr91967") ) +(myObject (attribute1 "attr91968") ) +(myObject (attribute1 "attr91969") ) +(myObject (attribute1 "attr91970") ) +(myObject (attribute1 "attr91971") ) +(myObject (attribute1 "attr91972") ) +(myObject (attribute1 "attr91973") ) +(myObject (attribute1 "attr91974") ) +(myObject (attribute1 "attr91975") ) +(myObject (attribute1 "attr91976") ) +(myObject (attribute1 "attr91977") ) +(myObject (attribute1 "attr91978") ) +(myObject (attribute1 "attr91979") ) +(myObject (attribute1 "attr91980") ) +(myObject (attribute1 "attr91981") ) +(myObject (attribute1 "attr91982") ) +(myObject (attribute1 "attr91983") ) +(myObject (attribute1 "attr91984") ) +(myObject (attribute1 "attr91985") ) +(myObject (attribute1 "attr91986") ) +(myObject (attribute1 "attr91987") ) +(myObject (attribute1 "attr91988") ) +(myObject (attribute1 "attr91989") ) +(myObject (attribute1 "attr91990") ) +(myObject (attribute1 "attr91991") ) +(myObject (attribute1 "attr91992") ) +(myObject (attribute1 "attr91993") ) +(myObject (attribute1 "attr91994") ) +(myObject (attribute1 "attr91995") ) +(myObject (attribute1 "attr91996") ) +(myObject (attribute1 "attr91997") ) +(myObject (attribute1 "attr91998") ) +(myObject (attribute1 "attr91999") ) +(myObject (attribute1 "attr92000") ) +(myObject (attribute1 "attr92001") ) +(myObject (attribute1 "attr92002") ) +(myObject (attribute1 "attr92003") ) +(myObject (attribute1 "attr92004") ) +(myObject (attribute1 "attr92005") ) +(myObject (attribute1 "attr92006") ) +(myObject (attribute1 "attr92007") ) +(myObject (attribute1 "attr92008") ) +(myObject (attribute1 "attr92009") ) +(myObject (attribute1 "attr92010") ) +(myObject (attribute1 "attr92011") ) +(myObject (attribute1 "attr92012") ) +(myObject (attribute1 "attr92013") ) +(myObject (attribute1 "attr92014") ) +(myObject (attribute1 "attr92015") ) +(myObject (attribute1 "attr92016") ) +(myObject (attribute1 "attr92017") ) +(myObject (attribute1 "attr92018") ) +(myObject (attribute1 "attr92019") ) +(myObject (attribute1 "attr92020") ) +(myObject (attribute1 "attr92021") ) +(myObject (attribute1 "attr92022") ) +(myObject (attribute1 "attr92023") ) +(myObject (attribute1 "attr92024") ) +(myObject (attribute1 "attr92025") ) +(myObject (attribute1 "attr92026") ) +(myObject (attribute1 "attr92027") ) +(myObject (attribute1 "attr92028") ) +(myObject (attribute1 "attr92029") ) +(myObject (attribute1 "attr92030") ) +(myObject (attribute1 "attr92031") ) +(myObject (attribute1 "attr92032") ) +(myObject (attribute1 "attr92033") ) +(myObject (attribute1 "attr92034") ) +(myObject (attribute1 "attr92035") ) +(myObject (attribute1 "attr92036") ) +(myObject (attribute1 "attr92037") ) +(myObject (attribute1 "attr92038") ) +(myObject (attribute1 "attr92039") ) +(myObject (attribute1 "attr92040") ) +(myObject (attribute1 "attr92041") ) +(myObject (attribute1 "attr92042") ) +(myObject (attribute1 "attr92043") ) +(myObject (attribute1 "attr92044") ) +(myObject (attribute1 "attr92045") ) +(myObject (attribute1 "attr92046") ) +(myObject (attribute1 "attr92047") ) +(myObject (attribute1 "attr92048") ) +(myObject (attribute1 "attr92049") ) +(myObject (attribute1 "attr92050") ) +(myObject (attribute1 "attr92051") ) +(myObject (attribute1 "attr92052") ) +(myObject (attribute1 "attr92053") ) +(myObject (attribute1 "attr92054") ) +(myObject (attribute1 "attr92055") ) +(myObject (attribute1 "attr92056") ) +(myObject (attribute1 "attr92057") ) +(myObject (attribute1 "attr92058") ) +(myObject (attribute1 "attr92059") ) +(myObject (attribute1 "attr92060") ) +(myObject (attribute1 "attr92061") ) +(myObject (attribute1 "attr92062") ) +(myObject (attribute1 "attr92063") ) +(myObject (attribute1 "attr92064") ) +(myObject (attribute1 "attr92065") ) +(myObject (attribute1 "attr92066") ) +(myObject (attribute1 "attr92067") ) +(myObject (attribute1 "attr92068") ) +(myObject (attribute1 "attr92069") ) +(myObject (attribute1 "attr92070") ) +(myObject (attribute1 "attr92071") ) +(myObject (attribute1 "attr92072") ) +(myObject (attribute1 "attr92073") ) +(myObject (attribute1 "attr92074") ) +(myObject (attribute1 "attr92075") ) +(myObject (attribute1 "attr92076") ) +(myObject (attribute1 "attr92077") ) +(myObject (attribute1 "attr92078") ) +(myObject (attribute1 "attr92079") ) +(myObject (attribute1 "attr92080") ) +(myObject (attribute1 "attr92081") ) +(myObject (attribute1 "attr92082") ) +(myObject (attribute1 "attr92083") ) +(myObject (attribute1 "attr92084") ) +(myObject (attribute1 "attr92085") ) +(myObject (attribute1 "attr92086") ) +(myObject (attribute1 "attr92087") ) +(myObject (attribute1 "attr92088") ) +(myObject (attribute1 "attr92089") ) +(myObject (attribute1 "attr92090") ) +(myObject (attribute1 "attr92091") ) +(myObject (attribute1 "attr92092") ) +(myObject (attribute1 "attr92093") ) +(myObject (attribute1 "attr92094") ) +(myObject (attribute1 "attr92095") ) +(myObject (attribute1 "attr92096") ) +(myObject (attribute1 "attr92097") ) +(myObject (attribute1 "attr92098") ) +(myObject (attribute1 "attr92099") ) +(myObject (attribute1 "attr92100") ) +(myObject (attribute1 "attr92101") ) +(myObject (attribute1 "attr92102") ) +(myObject (attribute1 "attr92103") ) +(myObject (attribute1 "attr92104") ) +(myObject (attribute1 "attr92105") ) +(myObject (attribute1 "attr92106") ) +(myObject (attribute1 "attr92107") ) +(myObject (attribute1 "attr92108") ) +(myObject (attribute1 "attr92109") ) +(myObject (attribute1 "attr92110") ) +(myObject (attribute1 "attr92111") ) +(myObject (attribute1 "attr92112") ) +(myObject (attribute1 "attr92113") ) +(myObject (attribute1 "attr92114") ) +(myObject (attribute1 "attr92115") ) +(myObject (attribute1 "attr92116") ) +(myObject (attribute1 "attr92117") ) +(myObject (attribute1 "attr92118") ) +(myObject (attribute1 "attr92119") ) +(myObject (attribute1 "attr92120") ) +(myObject (attribute1 "attr92121") ) +(myObject (attribute1 "attr92122") ) +(myObject (attribute1 "attr92123") ) +(myObject (attribute1 "attr92124") ) +(myObject (attribute1 "attr92125") ) +(myObject (attribute1 "attr92126") ) +(myObject (attribute1 "attr92127") ) +(myObject (attribute1 "attr92128") ) +(myObject (attribute1 "attr92129") ) +(myObject (attribute1 "attr92130") ) +(myObject (attribute1 "attr92131") ) +(myObject (attribute1 "attr92132") ) +(myObject (attribute1 "attr92133") ) +(myObject (attribute1 "attr92134") ) +(myObject (attribute1 "attr92135") ) +(myObject (attribute1 "attr92136") ) +(myObject (attribute1 "attr92137") ) +(myObject (attribute1 "attr92138") ) +(myObject (attribute1 "attr92139") ) +(myObject (attribute1 "attr92140") ) +(myObject (attribute1 "attr92141") ) +(myObject (attribute1 "attr92142") ) +(myObject (attribute1 "attr92143") ) +(myObject (attribute1 "attr92144") ) +(myObject (attribute1 "attr92145") ) +(myObject (attribute1 "attr92146") ) +(myObject (attribute1 "attr92147") ) +(myObject (attribute1 "attr92148") ) +(myObject (attribute1 "attr92149") ) +(myObject (attribute1 "attr92150") ) +(myObject (attribute1 "attr92151") ) +(myObject (attribute1 "attr92152") ) +(myObject (attribute1 "attr92153") ) +(myObject (attribute1 "attr92154") ) +(myObject (attribute1 "attr92155") ) +(myObject (attribute1 "attr92156") ) +(myObject (attribute1 "attr92157") ) +(myObject (attribute1 "attr92158") ) +(myObject (attribute1 "attr92159") ) +(myObject (attribute1 "attr92160") ) +(myObject (attribute1 "attr92161") ) +(myObject (attribute1 "attr92162") ) +(myObject (attribute1 "attr92163") ) +(myObject (attribute1 "attr92164") ) +(myObject (attribute1 "attr92165") ) +(myObject (attribute1 "attr92166") ) +(myObject (attribute1 "attr92167") ) +(myObject (attribute1 "attr92168") ) +(myObject (attribute1 "attr92169") ) +(myObject (attribute1 "attr92170") ) +(myObject (attribute1 "attr92171") ) +(myObject (attribute1 "attr92172") ) +(myObject (attribute1 "attr92173") ) +(myObject (attribute1 "attr92174") ) +(myObject (attribute1 "attr92175") ) +(myObject (attribute1 "attr92176") ) +(myObject (attribute1 "attr92177") ) +(myObject (attribute1 "attr92178") ) +(myObject (attribute1 "attr92179") ) +(myObject (attribute1 "attr92180") ) +(myObject (attribute1 "attr92181") ) +(myObject (attribute1 "attr92182") ) +(myObject (attribute1 "attr92183") ) +(myObject (attribute1 "attr92184") ) +(myObject (attribute1 "attr92185") ) +(myObject (attribute1 "attr92186") ) +(myObject (attribute1 "attr92187") ) +(myObject (attribute1 "attr92188") ) +(myObject (attribute1 "attr92189") ) +(myObject (attribute1 "attr92190") ) +(myObject (attribute1 "attr92191") ) +(myObject (attribute1 "attr92192") ) +(myObject (attribute1 "attr92193") ) +(myObject (attribute1 "attr92194") ) +(myObject (attribute1 "attr92195") ) +(myObject (attribute1 "attr92196") ) +(myObject (attribute1 "attr92197") ) +(myObject (attribute1 "attr92198") ) +(myObject (attribute1 "attr92199") ) +(myObject (attribute1 "attr92200") ) +(myObject (attribute1 "attr92201") ) +(myObject (attribute1 "attr92202") ) +(myObject (attribute1 "attr92203") ) +(myObject (attribute1 "attr92204") ) +(myObject (attribute1 "attr92205") ) +(myObject (attribute1 "attr92206") ) +(myObject (attribute1 "attr92207") ) +(myObject (attribute1 "attr92208") ) +(myObject (attribute1 "attr92209") ) +(myObject (attribute1 "attr92210") ) +(myObject (attribute1 "attr92211") ) +(myObject (attribute1 "attr92212") ) +(myObject (attribute1 "attr92213") ) +(myObject (attribute1 "attr92214") ) +(myObject (attribute1 "attr92215") ) +(myObject (attribute1 "attr92216") ) +(myObject (attribute1 "attr92217") ) +(myObject (attribute1 "attr92218") ) +(myObject (attribute1 "attr92219") ) +(myObject (attribute1 "attr92220") ) +(myObject (attribute1 "attr92221") ) +(myObject (attribute1 "attr92222") ) +(myObject (attribute1 "attr92223") ) +(myObject (attribute1 "attr92224") ) +(myObject (attribute1 "attr92225") ) +(myObject (attribute1 "attr92226") ) +(myObject (attribute1 "attr92227") ) +(myObject (attribute1 "attr92228") ) +(myObject (attribute1 "attr92229") ) +(myObject (attribute1 "attr92230") ) +(myObject (attribute1 "attr92231") ) +(myObject (attribute1 "attr92232") ) +(myObject (attribute1 "attr92233") ) +(myObject (attribute1 "attr92234") ) +(myObject (attribute1 "attr92235") ) +(myObject (attribute1 "attr92236") ) +(myObject (attribute1 "attr92237") ) +(myObject (attribute1 "attr92238") ) +(myObject (attribute1 "attr92239") ) +(myObject (attribute1 "attr92240") ) +(myObject (attribute1 "attr92241") ) +(myObject (attribute1 "attr92242") ) +(myObject (attribute1 "attr92243") ) +(myObject (attribute1 "attr92244") ) +(myObject (attribute1 "attr92245") ) +(myObject (attribute1 "attr92246") ) +(myObject (attribute1 "attr92247") ) +(myObject (attribute1 "attr92248") ) +(myObject (attribute1 "attr92249") ) +(myObject (attribute1 "attr92250") ) +(myObject (attribute1 "attr92251") ) +(myObject (attribute1 "attr92252") ) +(myObject (attribute1 "attr92253") ) +(myObject (attribute1 "attr92254") ) +(myObject (attribute1 "attr92255") ) +(myObject (attribute1 "attr92256") ) +(myObject (attribute1 "attr92257") ) +(myObject (attribute1 "attr92258") ) +(myObject (attribute1 "attr92259") ) +(myObject (attribute1 "attr92260") ) +(myObject (attribute1 "attr92261") ) +(myObject (attribute1 "attr92262") ) +(myObject (attribute1 "attr92263") ) +(myObject (attribute1 "attr92264") ) +(myObject (attribute1 "attr92265") ) +(myObject (attribute1 "attr92266") ) +(myObject (attribute1 "attr92267") ) +(myObject (attribute1 "attr92268") ) +(myObject (attribute1 "attr92269") ) +(myObject (attribute1 "attr92270") ) +(myObject (attribute1 "attr92271") ) +(myObject (attribute1 "attr92272") ) +(myObject (attribute1 "attr92273") ) +(myObject (attribute1 "attr92274") ) +(myObject (attribute1 "attr92275") ) +(myObject (attribute1 "attr92276") ) +(myObject (attribute1 "attr92277") ) +(myObject (attribute1 "attr92278") ) +(myObject (attribute1 "attr92279") ) +(myObject (attribute1 "attr92280") ) +(myObject (attribute1 "attr92281") ) +(myObject (attribute1 "attr92282") ) +(myObject (attribute1 "attr92283") ) +(myObject (attribute1 "attr92284") ) +(myObject (attribute1 "attr92285") ) +(myObject (attribute1 "attr92286") ) +(myObject (attribute1 "attr92287") ) +(myObject (attribute1 "attr92288") ) +(myObject (attribute1 "attr92289") ) +(myObject (attribute1 "attr92290") ) +(myObject (attribute1 "attr92291") ) +(myObject (attribute1 "attr92292") ) +(myObject (attribute1 "attr92293") ) +(myObject (attribute1 "attr92294") ) +(myObject (attribute1 "attr92295") ) +(myObject (attribute1 "attr92296") ) +(myObject (attribute1 "attr92297") ) +(myObject (attribute1 "attr92298") ) +(myObject (attribute1 "attr92299") ) +(myObject (attribute1 "attr92300") ) +(myObject (attribute1 "attr92301") ) +(myObject (attribute1 "attr92302") ) +(myObject (attribute1 "attr92303") ) +(myObject (attribute1 "attr92304") ) +(myObject (attribute1 "attr92305") ) +(myObject (attribute1 "attr92306") ) +(myObject (attribute1 "attr92307") ) +(myObject (attribute1 "attr92308") ) +(myObject (attribute1 "attr92309") ) +(myObject (attribute1 "attr92310") ) +(myObject (attribute1 "attr92311") ) +(myObject (attribute1 "attr92312") ) +(myObject (attribute1 "attr92313") ) +(myObject (attribute1 "attr92314") ) +(myObject (attribute1 "attr92315") ) +(myObject (attribute1 "attr92316") ) +(myObject (attribute1 "attr92317") ) +(myObject (attribute1 "attr92318") ) +(myObject (attribute1 "attr92319") ) +(myObject (attribute1 "attr92320") ) +(myObject (attribute1 "attr92321") ) +(myObject (attribute1 "attr92322") ) +(myObject (attribute1 "attr92323") ) +(myObject (attribute1 "attr92324") ) +(myObject (attribute1 "attr92325") ) +(myObject (attribute1 "attr92326") ) +(myObject (attribute1 "attr92327") ) +(myObject (attribute1 "attr92328") ) +(myObject (attribute1 "attr92329") ) +(myObject (attribute1 "attr92330") ) +(myObject (attribute1 "attr92331") ) +(myObject (attribute1 "attr92332") ) +(myObject (attribute1 "attr92333") ) +(myObject (attribute1 "attr92334") ) +(myObject (attribute1 "attr92335") ) +(myObject (attribute1 "attr92336") ) +(myObject (attribute1 "attr92337") ) +(myObject (attribute1 "attr92338") ) +(myObject (attribute1 "attr92339") ) +(myObject (attribute1 "attr92340") ) +(myObject (attribute1 "attr92341") ) +(myObject (attribute1 "attr92342") ) +(myObject (attribute1 "attr92343") ) +(myObject (attribute1 "attr92344") ) +(myObject (attribute1 "attr92345") ) +(myObject (attribute1 "attr92346") ) +(myObject (attribute1 "attr92347") ) +(myObject (attribute1 "attr92348") ) +(myObject (attribute1 "attr92349") ) +(myObject (attribute1 "attr92350") ) +(myObject (attribute1 "attr92351") ) +(myObject (attribute1 "attr92352") ) +(myObject (attribute1 "attr92353") ) +(myObject (attribute1 "attr92354") ) +(myObject (attribute1 "attr92355") ) +(myObject (attribute1 "attr92356") ) +(myObject (attribute1 "attr92357") ) +(myObject (attribute1 "attr92358") ) +(myObject (attribute1 "attr92359") ) +(myObject (attribute1 "attr92360") ) +(myObject (attribute1 "attr92361") ) +(myObject (attribute1 "attr92362") ) +(myObject (attribute1 "attr92363") ) +(myObject (attribute1 "attr92364") ) +(myObject (attribute1 "attr92365") ) +(myObject (attribute1 "attr92366") ) +(myObject (attribute1 "attr92367") ) +(myObject (attribute1 "attr92368") ) +(myObject (attribute1 "attr92369") ) +(myObject (attribute1 "attr92370") ) +(myObject (attribute1 "attr92371") ) +(myObject (attribute1 "attr92372") ) +(myObject (attribute1 "attr92373") ) +(myObject (attribute1 "attr92374") ) +(myObject (attribute1 "attr92375") ) +(myObject (attribute1 "attr92376") ) +(myObject (attribute1 "attr92377") ) +(myObject (attribute1 "attr92378") ) +(myObject (attribute1 "attr92379") ) +(myObject (attribute1 "attr92380") ) +(myObject (attribute1 "attr92381") ) +(myObject (attribute1 "attr92382") ) +(myObject (attribute1 "attr92383") ) +(myObject (attribute1 "attr92384") ) +(myObject (attribute1 "attr92385") ) +(myObject (attribute1 "attr92386") ) +(myObject (attribute1 "attr92387") ) +(myObject (attribute1 "attr92388") ) +(myObject (attribute1 "attr92389") ) +(myObject (attribute1 "attr92390") ) +(myObject (attribute1 "attr92391") ) +(myObject (attribute1 "attr92392") ) +(myObject (attribute1 "attr92393") ) +(myObject (attribute1 "attr92394") ) +(myObject (attribute1 "attr92395") ) +(myObject (attribute1 "attr92396") ) +(myObject (attribute1 "attr92397") ) +(myObject (attribute1 "attr92398") ) +(myObject (attribute1 "attr92399") ) +(myObject (attribute1 "attr92400") ) +(myObject (attribute1 "attr92401") ) +(myObject (attribute1 "attr92402") ) +(myObject (attribute1 "attr92403") ) +(myObject (attribute1 "attr92404") ) +(myObject (attribute1 "attr92405") ) +(myObject (attribute1 "attr92406") ) +(myObject (attribute1 "attr92407") ) +(myObject (attribute1 "attr92408") ) +(myObject (attribute1 "attr92409") ) +(myObject (attribute1 "attr92410") ) +(myObject (attribute1 "attr92411") ) +(myObject (attribute1 "attr92412") ) +(myObject (attribute1 "attr92413") ) +(myObject (attribute1 "attr92414") ) +(myObject (attribute1 "attr92415") ) +(myObject (attribute1 "attr92416") ) +(myObject (attribute1 "attr92417") ) +(myObject (attribute1 "attr92418") ) +(myObject (attribute1 "attr92419") ) +(myObject (attribute1 "attr92420") ) +(myObject (attribute1 "attr92421") ) +(myObject (attribute1 "attr92422") ) +(myObject (attribute1 "attr92423") ) +(myObject (attribute1 "attr92424") ) +(myObject (attribute1 "attr92425") ) +(myObject (attribute1 "attr92426") ) +(myObject (attribute1 "attr92427") ) +(myObject (attribute1 "attr92428") ) +(myObject (attribute1 "attr92429") ) +(myObject (attribute1 "attr92430") ) +(myObject (attribute1 "attr92431") ) +(myObject (attribute1 "attr92432") ) +(myObject (attribute1 "attr92433") ) +(myObject (attribute1 "attr92434") ) +(myObject (attribute1 "attr92435") ) +(myObject (attribute1 "attr92436") ) +(myObject (attribute1 "attr92437") ) +(myObject (attribute1 "attr92438") ) +(myObject (attribute1 "attr92439") ) +(myObject (attribute1 "attr92440") ) +(myObject (attribute1 "attr92441") ) +(myObject (attribute1 "attr92442") ) +(myObject (attribute1 "attr92443") ) +(myObject (attribute1 "attr92444") ) +(myObject (attribute1 "attr92445") ) +(myObject (attribute1 "attr92446") ) +(myObject (attribute1 "attr92447") ) +(myObject (attribute1 "attr92448") ) +(myObject (attribute1 "attr92449") ) +(myObject (attribute1 "attr92450") ) +(myObject (attribute1 "attr92451") ) +(myObject (attribute1 "attr92452") ) +(myObject (attribute1 "attr92453") ) +(myObject (attribute1 "attr92454") ) +(myObject (attribute1 "attr92455") ) +(myObject (attribute1 "attr92456") ) +(myObject (attribute1 "attr92457") ) +(myObject (attribute1 "attr92458") ) +(myObject (attribute1 "attr92459") ) +(myObject (attribute1 "attr92460") ) +(myObject (attribute1 "attr92461") ) +(myObject (attribute1 "attr92462") ) +(myObject (attribute1 "attr92463") ) +(myObject (attribute1 "attr92464") ) +(myObject (attribute1 "attr92465") ) +(myObject (attribute1 "attr92466") ) +(myObject (attribute1 "attr92467") ) +(myObject (attribute1 "attr92468") ) +(myObject (attribute1 "attr92469") ) +(myObject (attribute1 "attr92470") ) +(myObject (attribute1 "attr92471") ) +(myObject (attribute1 "attr92472") ) +(myObject (attribute1 "attr92473") ) +(myObject (attribute1 "attr92474") ) +(myObject (attribute1 "attr92475") ) +(myObject (attribute1 "attr92476") ) +(myObject (attribute1 "attr92477") ) +(myObject (attribute1 "attr92478") ) +(myObject (attribute1 "attr92479") ) +(myObject (attribute1 "attr92480") ) +(myObject (attribute1 "attr92481") ) +(myObject (attribute1 "attr92482") ) +(myObject (attribute1 "attr92483") ) +(myObject (attribute1 "attr92484") ) +(myObject (attribute1 "attr92485") ) +(myObject (attribute1 "attr92486") ) +(myObject (attribute1 "attr92487") ) +(myObject (attribute1 "attr92488") ) +(myObject (attribute1 "attr92489") ) +(myObject (attribute1 "attr92490") ) +(myObject (attribute1 "attr92491") ) +(myObject (attribute1 "attr92492") ) +(myObject (attribute1 "attr92493") ) +(myObject (attribute1 "attr92494") ) +(myObject (attribute1 "attr92495") ) +(myObject (attribute1 "attr92496") ) +(myObject (attribute1 "attr92497") ) +(myObject (attribute1 "attr92498") ) +(myObject (attribute1 "attr92499") ) +(myObject (attribute1 "attr92500") ) +(myObject (attribute1 "attr92501") ) +(myObject (attribute1 "attr92502") ) +(myObject (attribute1 "attr92503") ) +(myObject (attribute1 "attr92504") ) +(myObject (attribute1 "attr92505") ) +(myObject (attribute1 "attr92506") ) +(myObject (attribute1 "attr92507") ) +(myObject (attribute1 "attr92508") ) +(myObject (attribute1 "attr92509") ) +(myObject (attribute1 "attr92510") ) +(myObject (attribute1 "attr92511") ) +(myObject (attribute1 "attr92512") ) +(myObject (attribute1 "attr92513") ) +(myObject (attribute1 "attr92514") ) +(myObject (attribute1 "attr92515") ) +(myObject (attribute1 "attr92516") ) +(myObject (attribute1 "attr92517") ) +(myObject (attribute1 "attr92518") ) +(myObject (attribute1 "attr92519") ) +(myObject (attribute1 "attr92520") ) +(myObject (attribute1 "attr92521") ) +(myObject (attribute1 "attr92522") ) +(myObject (attribute1 "attr92523") ) +(myObject (attribute1 "attr92524") ) +(myObject (attribute1 "attr92525") ) +(myObject (attribute1 "attr92526") ) +(myObject (attribute1 "attr92527") ) +(myObject (attribute1 "attr92528") ) +(myObject (attribute1 "attr92529") ) +(myObject (attribute1 "attr92530") ) +(myObject (attribute1 "attr92531") ) +(myObject (attribute1 "attr92532") ) +(myObject (attribute1 "attr92533") ) +(myObject (attribute1 "attr92534") ) +(myObject (attribute1 "attr92535") ) +(myObject (attribute1 "attr92536") ) +(myObject (attribute1 "attr92537") ) +(myObject (attribute1 "attr92538") ) +(myObject (attribute1 "attr92539") ) +(myObject (attribute1 "attr92540") ) +(myObject (attribute1 "attr92541") ) +(myObject (attribute1 "attr92542") ) +(myObject (attribute1 "attr92543") ) +(myObject (attribute1 "attr92544") ) +(myObject (attribute1 "attr92545") ) +(myObject (attribute1 "attr92546") ) +(myObject (attribute1 "attr92547") ) +(myObject (attribute1 "attr92548") ) +(myObject (attribute1 "attr92549") ) +(myObject (attribute1 "attr92550") ) +(myObject (attribute1 "attr92551") ) +(myObject (attribute1 "attr92552") ) +(myObject (attribute1 "attr92553") ) +(myObject (attribute1 "attr92554") ) +(myObject (attribute1 "attr92555") ) +(myObject (attribute1 "attr92556") ) +(myObject (attribute1 "attr92557") ) +(myObject (attribute1 "attr92558") ) +(myObject (attribute1 "attr92559") ) +(myObject (attribute1 "attr92560") ) +(myObject (attribute1 "attr92561") ) +(myObject (attribute1 "attr92562") ) +(myObject (attribute1 "attr92563") ) +(myObject (attribute1 "attr92564") ) +(myObject (attribute1 "attr92565") ) +(myObject (attribute1 "attr92566") ) +(myObject (attribute1 "attr92567") ) +(myObject (attribute1 "attr92568") ) +(myObject (attribute1 "attr92569") ) +(myObject (attribute1 "attr92570") ) +(myObject (attribute1 "attr92571") ) +(myObject (attribute1 "attr92572") ) +(myObject (attribute1 "attr92573") ) +(myObject (attribute1 "attr92574") ) +(myObject (attribute1 "attr92575") ) +(myObject (attribute1 "attr92576") ) +(myObject (attribute1 "attr92577") ) +(myObject (attribute1 "attr92578") ) +(myObject (attribute1 "attr92579") ) +(myObject (attribute1 "attr92580") ) +(myObject (attribute1 "attr92581") ) +(myObject (attribute1 "attr92582") ) +(myObject (attribute1 "attr92583") ) +(myObject (attribute1 "attr92584") ) +(myObject (attribute1 "attr92585") ) +(myObject (attribute1 "attr92586") ) +(myObject (attribute1 "attr92587") ) +(myObject (attribute1 "attr92588") ) +(myObject (attribute1 "attr92589") ) +(myObject (attribute1 "attr92590") ) +(myObject (attribute1 "attr92591") ) +(myObject (attribute1 "attr92592") ) +(myObject (attribute1 "attr92593") ) +(myObject (attribute1 "attr92594") ) +(myObject (attribute1 "attr92595") ) +(myObject (attribute1 "attr92596") ) +(myObject (attribute1 "attr92597") ) +(myObject (attribute1 "attr92598") ) +(myObject (attribute1 "attr92599") ) +(myObject (attribute1 "attr92600") ) +(myObject (attribute1 "attr92601") ) +(myObject (attribute1 "attr92602") ) +(myObject (attribute1 "attr92603") ) +(myObject (attribute1 "attr92604") ) +(myObject (attribute1 "attr92605") ) +(myObject (attribute1 "attr92606") ) +(myObject (attribute1 "attr92607") ) +(myObject (attribute1 "attr92608") ) +(myObject (attribute1 "attr92609") ) +(myObject (attribute1 "attr92610") ) +(myObject (attribute1 "attr92611") ) +(myObject (attribute1 "attr92612") ) +(myObject (attribute1 "attr92613") ) +(myObject (attribute1 "attr92614") ) +(myObject (attribute1 "attr92615") ) +(myObject (attribute1 "attr92616") ) +(myObject (attribute1 "attr92617") ) +(myObject (attribute1 "attr92618") ) +(myObject (attribute1 "attr92619") ) +(myObject (attribute1 "attr92620") ) +(myObject (attribute1 "attr92621") ) +(myObject (attribute1 "attr92622") ) +(myObject (attribute1 "attr92623") ) +(myObject (attribute1 "attr92624") ) +(myObject (attribute1 "attr92625") ) +(myObject (attribute1 "attr92626") ) +(myObject (attribute1 "attr92627") ) +(myObject (attribute1 "attr92628") ) +(myObject (attribute1 "attr92629") ) +(myObject (attribute1 "attr92630") ) +(myObject (attribute1 "attr92631") ) +(myObject (attribute1 "attr92632") ) +(myObject (attribute1 "attr92633") ) +(myObject (attribute1 "attr92634") ) +(myObject (attribute1 "attr92635") ) +(myObject (attribute1 "attr92636") ) +(myObject (attribute1 "attr92637") ) +(myObject (attribute1 "attr92638") ) +(myObject (attribute1 "attr92639") ) +(myObject (attribute1 "attr92640") ) +(myObject (attribute1 "attr92641") ) +(myObject (attribute1 "attr92642") ) +(myObject (attribute1 "attr92643") ) +(myObject (attribute1 "attr92644") ) +(myObject (attribute1 "attr92645") ) +(myObject (attribute1 "attr92646") ) +(myObject (attribute1 "attr92647") ) +(myObject (attribute1 "attr92648") ) +(myObject (attribute1 "attr92649") ) +(myObject (attribute1 "attr92650") ) +(myObject (attribute1 "attr92651") ) +(myObject (attribute1 "attr92652") ) +(myObject (attribute1 "attr92653") ) +(myObject (attribute1 "attr92654") ) +(myObject (attribute1 "attr92655") ) +(myObject (attribute1 "attr92656") ) +(myObject (attribute1 "attr92657") ) +(myObject (attribute1 "attr92658") ) +(myObject (attribute1 "attr92659") ) +(myObject (attribute1 "attr92660") ) +(myObject (attribute1 "attr92661") ) +(myObject (attribute1 "attr92662") ) +(myObject (attribute1 "attr92663") ) +(myObject (attribute1 "attr92664") ) +(myObject (attribute1 "attr92665") ) +(myObject (attribute1 "attr92666") ) +(myObject (attribute1 "attr92667") ) +(myObject (attribute1 "attr92668") ) +(myObject (attribute1 "attr92669") ) +(myObject (attribute1 "attr92670") ) +(myObject (attribute1 "attr92671") ) +(myObject (attribute1 "attr92672") ) +(myObject (attribute1 "attr92673") ) +(myObject (attribute1 "attr92674") ) +(myObject (attribute1 "attr92675") ) +(myObject (attribute1 "attr92676") ) +(myObject (attribute1 "attr92677") ) +(myObject (attribute1 "attr92678") ) +(myObject (attribute1 "attr92679") ) +(myObject (attribute1 "attr92680") ) +(myObject (attribute1 "attr92681") ) +(myObject (attribute1 "attr92682") ) +(myObject (attribute1 "attr92683") ) +(myObject (attribute1 "attr92684") ) +(myObject (attribute1 "attr92685") ) +(myObject (attribute1 "attr92686") ) +(myObject (attribute1 "attr92687") ) +(myObject (attribute1 "attr92688") ) +(myObject (attribute1 "attr92689") ) +(myObject (attribute1 "attr92690") ) +(myObject (attribute1 "attr92691") ) +(myObject (attribute1 "attr92692") ) +(myObject (attribute1 "attr92693") ) +(myObject (attribute1 "attr92694") ) +(myObject (attribute1 "attr92695") ) +(myObject (attribute1 "attr92696") ) +(myObject (attribute1 "attr92697") ) +(myObject (attribute1 "attr92698") ) +(myObject (attribute1 "attr92699") ) +(myObject (attribute1 "attr92700") ) +(myObject (attribute1 "attr92701") ) +(myObject (attribute1 "attr92702") ) +(myObject (attribute1 "attr92703") ) +(myObject (attribute1 "attr92704") ) +(myObject (attribute1 "attr92705") ) +(myObject (attribute1 "attr92706") ) +(myObject (attribute1 "attr92707") ) +(myObject (attribute1 "attr92708") ) +(myObject (attribute1 "attr92709") ) +(myObject (attribute1 "attr92710") ) +(myObject (attribute1 "attr92711") ) +(myObject (attribute1 "attr92712") ) +(myObject (attribute1 "attr92713") ) +(myObject (attribute1 "attr92714") ) +(myObject (attribute1 "attr92715") ) +(myObject (attribute1 "attr92716") ) +(myObject (attribute1 "attr92717") ) +(myObject (attribute1 "attr92718") ) +(myObject (attribute1 "attr92719") ) +(myObject (attribute1 "attr92720") ) +(myObject (attribute1 "attr92721") ) +(myObject (attribute1 "attr92722") ) +(myObject (attribute1 "attr92723") ) +(myObject (attribute1 "attr92724") ) +(myObject (attribute1 "attr92725") ) +(myObject (attribute1 "attr92726") ) +(myObject (attribute1 "attr92727") ) +(myObject (attribute1 "attr92728") ) +(myObject (attribute1 "attr92729") ) +(myObject (attribute1 "attr92730") ) +(myObject (attribute1 "attr92731") ) +(myObject (attribute1 "attr92732") ) +(myObject (attribute1 "attr92733") ) +(myObject (attribute1 "attr92734") ) +(myObject (attribute1 "attr92735") ) +(myObject (attribute1 "attr92736") ) +(myObject (attribute1 "attr92737") ) +(myObject (attribute1 "attr92738") ) +(myObject (attribute1 "attr92739") ) +(myObject (attribute1 "attr92740") ) +(myObject (attribute1 "attr92741") ) +(myObject (attribute1 "attr92742") ) +(myObject (attribute1 "attr92743") ) +(myObject (attribute1 "attr92744") ) +(myObject (attribute1 "attr92745") ) +(myObject (attribute1 "attr92746") ) +(myObject (attribute1 "attr92747") ) +(myObject (attribute1 "attr92748") ) +(myObject (attribute1 "attr92749") ) +(myObject (attribute1 "attr92750") ) +(myObject (attribute1 "attr92751") ) +(myObject (attribute1 "attr92752") ) +(myObject (attribute1 "attr92753") ) +(myObject (attribute1 "attr92754") ) +(myObject (attribute1 "attr92755") ) +(myObject (attribute1 "attr92756") ) +(myObject (attribute1 "attr92757") ) +(myObject (attribute1 "attr92758") ) +(myObject (attribute1 "attr92759") ) +(myObject (attribute1 "attr92760") ) +(myObject (attribute1 "attr92761") ) +(myObject (attribute1 "attr92762") ) +(myObject (attribute1 "attr92763") ) +(myObject (attribute1 "attr92764") ) +(myObject (attribute1 "attr92765") ) +(myObject (attribute1 "attr92766") ) +(myObject (attribute1 "attr92767") ) +(myObject (attribute1 "attr92768") ) +(myObject (attribute1 "attr92769") ) +(myObject (attribute1 "attr92770") ) +(myObject (attribute1 "attr92771") ) +(myObject (attribute1 "attr92772") ) +(myObject (attribute1 "attr92773") ) +(myObject (attribute1 "attr92774") ) +(myObject (attribute1 "attr92775") ) +(myObject (attribute1 "attr92776") ) +(myObject (attribute1 "attr92777") ) +(myObject (attribute1 "attr92778") ) +(myObject (attribute1 "attr92779") ) +(myObject (attribute1 "attr92780") ) +(myObject (attribute1 "attr92781") ) +(myObject (attribute1 "attr92782") ) +(myObject (attribute1 "attr92783") ) +(myObject (attribute1 "attr92784") ) +(myObject (attribute1 "attr92785") ) +(myObject (attribute1 "attr92786") ) +(myObject (attribute1 "attr92787") ) +(myObject (attribute1 "attr92788") ) +(myObject (attribute1 "attr92789") ) +(myObject (attribute1 "attr92790") ) +(myObject (attribute1 "attr92791") ) +(myObject (attribute1 "attr92792") ) +(myObject (attribute1 "attr92793") ) +(myObject (attribute1 "attr92794") ) +(myObject (attribute1 "attr92795") ) +(myObject (attribute1 "attr92796") ) +(myObject (attribute1 "attr92797") ) +(myObject (attribute1 "attr92798") ) +(myObject (attribute1 "attr92799") ) +(myObject (attribute1 "attr92800") ) +(myObject (attribute1 "attr92801") ) +(myObject (attribute1 "attr92802") ) +(myObject (attribute1 "attr92803") ) +(myObject (attribute1 "attr92804") ) +(myObject (attribute1 "attr92805") ) +(myObject (attribute1 "attr92806") ) +(myObject (attribute1 "attr92807") ) +(myObject (attribute1 "attr92808") ) +(myObject (attribute1 "attr92809") ) +(myObject (attribute1 "attr92810") ) +(myObject (attribute1 "attr92811") ) +(myObject (attribute1 "attr92812") ) +(myObject (attribute1 "attr92813") ) +(myObject (attribute1 "attr92814") ) +(myObject (attribute1 "attr92815") ) +(myObject (attribute1 "attr92816") ) +(myObject (attribute1 "attr92817") ) +(myObject (attribute1 "attr92818") ) +(myObject (attribute1 "attr92819") ) +(myObject (attribute1 "attr92820") ) +(myObject (attribute1 "attr92821") ) +(myObject (attribute1 "attr92822") ) +(myObject (attribute1 "attr92823") ) +(myObject (attribute1 "attr92824") ) +(myObject (attribute1 "attr92825") ) +(myObject (attribute1 "attr92826") ) +(myObject (attribute1 "attr92827") ) +(myObject (attribute1 "attr92828") ) +(myObject (attribute1 "attr92829") ) +(myObject (attribute1 "attr92830") ) +(myObject (attribute1 "attr92831") ) +(myObject (attribute1 "attr92832") ) +(myObject (attribute1 "attr92833") ) +(myObject (attribute1 "attr92834") ) +(myObject (attribute1 "attr92835") ) +(myObject (attribute1 "attr92836") ) +(myObject (attribute1 "attr92837") ) +(myObject (attribute1 "attr92838") ) +(myObject (attribute1 "attr92839") ) +(myObject (attribute1 "attr92840") ) +(myObject (attribute1 "attr92841") ) +(myObject (attribute1 "attr92842") ) +(myObject (attribute1 "attr92843") ) +(myObject (attribute1 "attr92844") ) +(myObject (attribute1 "attr92845") ) +(myObject (attribute1 "attr92846") ) +(myObject (attribute1 "attr92847") ) +(myObject (attribute1 "attr92848") ) +(myObject (attribute1 "attr92849") ) +(myObject (attribute1 "attr92850") ) +(myObject (attribute1 "attr92851") ) +(myObject (attribute1 "attr92852") ) +(myObject (attribute1 "attr92853") ) +(myObject (attribute1 "attr92854") ) +(myObject (attribute1 "attr92855") ) +(myObject (attribute1 "attr92856") ) +(myObject (attribute1 "attr92857") ) +(myObject (attribute1 "attr92858") ) +(myObject (attribute1 "attr92859") ) +(myObject (attribute1 "attr92860") ) +(myObject (attribute1 "attr92861") ) +(myObject (attribute1 "attr92862") ) +(myObject (attribute1 "attr92863") ) +(myObject (attribute1 "attr92864") ) +(myObject (attribute1 "attr92865") ) +(myObject (attribute1 "attr92866") ) +(myObject (attribute1 "attr92867") ) +(myObject (attribute1 "attr92868") ) +(myObject (attribute1 "attr92869") ) +(myObject (attribute1 "attr92870") ) +(myObject (attribute1 "attr92871") ) +(myObject (attribute1 "attr92872") ) +(myObject (attribute1 "attr92873") ) +(myObject (attribute1 "attr92874") ) +(myObject (attribute1 "attr92875") ) +(myObject (attribute1 "attr92876") ) +(myObject (attribute1 "attr92877") ) +(myObject (attribute1 "attr92878") ) +(myObject (attribute1 "attr92879") ) +(myObject (attribute1 "attr92880") ) +(myObject (attribute1 "attr92881") ) +(myObject (attribute1 "attr92882") ) +(myObject (attribute1 "attr92883") ) +(myObject (attribute1 "attr92884") ) +(myObject (attribute1 "attr92885") ) +(myObject (attribute1 "attr92886") ) +(myObject (attribute1 "attr92887") ) +(myObject (attribute1 "attr92888") ) +(myObject (attribute1 "attr92889") ) +(myObject (attribute1 "attr92890") ) +(myObject (attribute1 "attr92891") ) +(myObject (attribute1 "attr92892") ) +(myObject (attribute1 "attr92893") ) +(myObject (attribute1 "attr92894") ) +(myObject (attribute1 "attr92895") ) +(myObject (attribute1 "attr92896") ) +(myObject (attribute1 "attr92897") ) +(myObject (attribute1 "attr92898") ) +(myObject (attribute1 "attr92899") ) +(myObject (attribute1 "attr92900") ) +(myObject (attribute1 "attr92901") ) +(myObject (attribute1 "attr92902") ) +(myObject (attribute1 "attr92903") ) +(myObject (attribute1 "attr92904") ) +(myObject (attribute1 "attr92905") ) +(myObject (attribute1 "attr92906") ) +(myObject (attribute1 "attr92907") ) +(myObject (attribute1 "attr92908") ) +(myObject (attribute1 "attr92909") ) +(myObject (attribute1 "attr92910") ) +(myObject (attribute1 "attr92911") ) +(myObject (attribute1 "attr92912") ) +(myObject (attribute1 "attr92913") ) +(myObject (attribute1 "attr92914") ) +(myObject (attribute1 "attr92915") ) +(myObject (attribute1 "attr92916") ) +(myObject (attribute1 "attr92917") ) +(myObject (attribute1 "attr92918") ) +(myObject (attribute1 "attr92919") ) +(myObject (attribute1 "attr92920") ) +(myObject (attribute1 "attr92921") ) +(myObject (attribute1 "attr92922") ) +(myObject (attribute1 "attr92923") ) +(myObject (attribute1 "attr92924") ) +(myObject (attribute1 "attr92925") ) +(myObject (attribute1 "attr92926") ) +(myObject (attribute1 "attr92927") ) +(myObject (attribute1 "attr92928") ) +(myObject (attribute1 "attr92929") ) +(myObject (attribute1 "attr92930") ) +(myObject (attribute1 "attr92931") ) +(myObject (attribute1 "attr92932") ) +(myObject (attribute1 "attr92933") ) +(myObject (attribute1 "attr92934") ) +(myObject (attribute1 "attr92935") ) +(myObject (attribute1 "attr92936") ) +(myObject (attribute1 "attr92937") ) +(myObject (attribute1 "attr92938") ) +(myObject (attribute1 "attr92939") ) +(myObject (attribute1 "attr92940") ) +(myObject (attribute1 "attr92941") ) +(myObject (attribute1 "attr92942") ) +(myObject (attribute1 "attr92943") ) +(myObject (attribute1 "attr92944") ) +(myObject (attribute1 "attr92945") ) +(myObject (attribute1 "attr92946") ) +(myObject (attribute1 "attr92947") ) +(myObject (attribute1 "attr92948") ) +(myObject (attribute1 "attr92949") ) +(myObject (attribute1 "attr92950") ) +(myObject (attribute1 "attr92951") ) +(myObject (attribute1 "attr92952") ) +(myObject (attribute1 "attr92953") ) +(myObject (attribute1 "attr92954") ) +(myObject (attribute1 "attr92955") ) +(myObject (attribute1 "attr92956") ) +(myObject (attribute1 "attr92957") ) +(myObject (attribute1 "attr92958") ) +(myObject (attribute1 "attr92959") ) +(myObject (attribute1 "attr92960") ) +(myObject (attribute1 "attr92961") ) +(myObject (attribute1 "attr92962") ) +(myObject (attribute1 "attr92963") ) +(myObject (attribute1 "attr92964") ) +(myObject (attribute1 "attr92965") ) +(myObject (attribute1 "attr92966") ) +(myObject (attribute1 "attr92967") ) +(myObject (attribute1 "attr92968") ) +(myObject (attribute1 "attr92969") ) +(myObject (attribute1 "attr92970") ) +(myObject (attribute1 "attr92971") ) +(myObject (attribute1 "attr92972") ) +(myObject (attribute1 "attr92973") ) +(myObject (attribute1 "attr92974") ) +(myObject (attribute1 "attr92975") ) +(myObject (attribute1 "attr92976") ) +(myObject (attribute1 "attr92977") ) +(myObject (attribute1 "attr92978") ) +(myObject (attribute1 "attr92979") ) +(myObject (attribute1 "attr92980") ) +(myObject (attribute1 "attr92981") ) +(myObject (attribute1 "attr92982") ) +(myObject (attribute1 "attr92983") ) +(myObject (attribute1 "attr92984") ) +(myObject (attribute1 "attr92985") ) +(myObject (attribute1 "attr92986") ) +(myObject (attribute1 "attr92987") ) +(myObject (attribute1 "attr92988") ) +(myObject (attribute1 "attr92989") ) +(myObject (attribute1 "attr92990") ) +(myObject (attribute1 "attr92991") ) +(myObject (attribute1 "attr92992") ) +(myObject (attribute1 "attr92993") ) +(myObject (attribute1 "attr92994") ) +(myObject (attribute1 "attr92995") ) +(myObject (attribute1 "attr92996") ) +(myObject (attribute1 "attr92997") ) +(myObject (attribute1 "attr92998") ) +(myObject (attribute1 "attr92999") ) +(myObject (attribute1 "attr93000") ) +(myObject (attribute1 "attr93001") ) +(myObject (attribute1 "attr93002") ) +(myObject (attribute1 "attr93003") ) +(myObject (attribute1 "attr93004") ) +(myObject (attribute1 "attr93005") ) +(myObject (attribute1 "attr93006") ) +(myObject (attribute1 "attr93007") ) +(myObject (attribute1 "attr93008") ) +(myObject (attribute1 "attr93009") ) +(myObject (attribute1 "attr93010") ) +(myObject (attribute1 "attr93011") ) +(myObject (attribute1 "attr93012") ) +(myObject (attribute1 "attr93013") ) +(myObject (attribute1 "attr93014") ) +(myObject (attribute1 "attr93015") ) +(myObject (attribute1 "attr93016") ) +(myObject (attribute1 "attr93017") ) +(myObject (attribute1 "attr93018") ) +(myObject (attribute1 "attr93019") ) +(myObject (attribute1 "attr93020") ) +(myObject (attribute1 "attr93021") ) +(myObject (attribute1 "attr93022") ) +(myObject (attribute1 "attr93023") ) +(myObject (attribute1 "attr93024") ) +(myObject (attribute1 "attr93025") ) +(myObject (attribute1 "attr93026") ) +(myObject (attribute1 "attr93027") ) +(myObject (attribute1 "attr93028") ) +(myObject (attribute1 "attr93029") ) +(myObject (attribute1 "attr93030") ) +(myObject (attribute1 "attr93031") ) +(myObject (attribute1 "attr93032") ) +(myObject (attribute1 "attr93033") ) +(myObject (attribute1 "attr93034") ) +(myObject (attribute1 "attr93035") ) +(myObject (attribute1 "attr93036") ) +(myObject (attribute1 "attr93037") ) +(myObject (attribute1 "attr93038") ) +(myObject (attribute1 "attr93039") ) +(myObject (attribute1 "attr93040") ) +(myObject (attribute1 "attr93041") ) +(myObject (attribute1 "attr93042") ) +(myObject (attribute1 "attr93043") ) +(myObject (attribute1 "attr93044") ) +(myObject (attribute1 "attr93045") ) +(myObject (attribute1 "attr93046") ) +(myObject (attribute1 "attr93047") ) +(myObject (attribute1 "attr93048") ) +(myObject (attribute1 "attr93049") ) +(myObject (attribute1 "attr93050") ) +(myObject (attribute1 "attr93051") ) +(myObject (attribute1 "attr93052") ) +(myObject (attribute1 "attr93053") ) +(myObject (attribute1 "attr93054") ) +(myObject (attribute1 "attr93055") ) +(myObject (attribute1 "attr93056") ) +(myObject (attribute1 "attr93057") ) +(myObject (attribute1 "attr93058") ) +(myObject (attribute1 "attr93059") ) +(myObject (attribute1 "attr93060") ) +(myObject (attribute1 "attr93061") ) +(myObject (attribute1 "attr93062") ) +(myObject (attribute1 "attr93063") ) +(myObject (attribute1 "attr93064") ) +(myObject (attribute1 "attr93065") ) +(myObject (attribute1 "attr93066") ) +(myObject (attribute1 "attr93067") ) +(myObject (attribute1 "attr93068") ) +(myObject (attribute1 "attr93069") ) +(myObject (attribute1 "attr93070") ) +(myObject (attribute1 "attr93071") ) +(myObject (attribute1 "attr93072") ) +(myObject (attribute1 "attr93073") ) +(myObject (attribute1 "attr93074") ) +(myObject (attribute1 "attr93075") ) +(myObject (attribute1 "attr93076") ) +(myObject (attribute1 "attr93077") ) +(myObject (attribute1 "attr93078") ) +(myObject (attribute1 "attr93079") ) +(myObject (attribute1 "attr93080") ) +(myObject (attribute1 "attr93081") ) +(myObject (attribute1 "attr93082") ) +(myObject (attribute1 "attr93083") ) +(myObject (attribute1 "attr93084") ) +(myObject (attribute1 "attr93085") ) +(myObject (attribute1 "attr93086") ) +(myObject (attribute1 "attr93087") ) +(myObject (attribute1 "attr93088") ) +(myObject (attribute1 "attr93089") ) +(myObject (attribute1 "attr93090") ) +(myObject (attribute1 "attr93091") ) +(myObject (attribute1 "attr93092") ) +(myObject (attribute1 "attr93093") ) +(myObject (attribute1 "attr93094") ) +(myObject (attribute1 "attr93095") ) +(myObject (attribute1 "attr93096") ) +(myObject (attribute1 "attr93097") ) +(myObject (attribute1 "attr93098") ) +(myObject (attribute1 "attr93099") ) +(myObject (attribute1 "attr93100") ) +(myObject (attribute1 "attr93101") ) +(myObject (attribute1 "attr93102") ) +(myObject (attribute1 "attr93103") ) +(myObject (attribute1 "attr93104") ) +(myObject (attribute1 "attr93105") ) +(myObject (attribute1 "attr93106") ) +(myObject (attribute1 "attr93107") ) +(myObject (attribute1 "attr93108") ) +(myObject (attribute1 "attr93109") ) +(myObject (attribute1 "attr93110") ) +(myObject (attribute1 "attr93111") ) +(myObject (attribute1 "attr93112") ) +(myObject (attribute1 "attr93113") ) +(myObject (attribute1 "attr93114") ) +(myObject (attribute1 "attr93115") ) +(myObject (attribute1 "attr93116") ) +(myObject (attribute1 "attr93117") ) +(myObject (attribute1 "attr93118") ) +(myObject (attribute1 "attr93119") ) +(myObject (attribute1 "attr93120") ) +(myObject (attribute1 "attr93121") ) +(myObject (attribute1 "attr93122") ) +(myObject (attribute1 "attr93123") ) +(myObject (attribute1 "attr93124") ) +(myObject (attribute1 "attr93125") ) +(myObject (attribute1 "attr93126") ) +(myObject (attribute1 "attr93127") ) +(myObject (attribute1 "attr93128") ) +(myObject (attribute1 "attr93129") ) +(myObject (attribute1 "attr93130") ) +(myObject (attribute1 "attr93131") ) +(myObject (attribute1 "attr93132") ) +(myObject (attribute1 "attr93133") ) +(myObject (attribute1 "attr93134") ) +(myObject (attribute1 "attr93135") ) +(myObject (attribute1 "attr93136") ) +(myObject (attribute1 "attr93137") ) +(myObject (attribute1 "attr93138") ) +(myObject (attribute1 "attr93139") ) +(myObject (attribute1 "attr93140") ) +(myObject (attribute1 "attr93141") ) +(myObject (attribute1 "attr93142") ) +(myObject (attribute1 "attr93143") ) +(myObject (attribute1 "attr93144") ) +(myObject (attribute1 "attr93145") ) +(myObject (attribute1 "attr93146") ) +(myObject (attribute1 "attr93147") ) +(myObject (attribute1 "attr93148") ) +(myObject (attribute1 "attr93149") ) +(myObject (attribute1 "attr93150") ) +(myObject (attribute1 "attr93151") ) +(myObject (attribute1 "attr93152") ) +(myObject (attribute1 "attr93153") ) +(myObject (attribute1 "attr93154") ) +(myObject (attribute1 "attr93155") ) +(myObject (attribute1 "attr93156") ) +(myObject (attribute1 "attr93157") ) +(myObject (attribute1 "attr93158") ) +(myObject (attribute1 "attr93159") ) +(myObject (attribute1 "attr93160") ) +(myObject (attribute1 "attr93161") ) +(myObject (attribute1 "attr93162") ) +(myObject (attribute1 "attr93163") ) +(myObject (attribute1 "attr93164") ) +(myObject (attribute1 "attr93165") ) +(myObject (attribute1 "attr93166") ) +(myObject (attribute1 "attr93167") ) +(myObject (attribute1 "attr93168") ) +(myObject (attribute1 "attr93169") ) +(myObject (attribute1 "attr93170") ) +(myObject (attribute1 "attr93171") ) +(myObject (attribute1 "attr93172") ) +(myObject (attribute1 "attr93173") ) +(myObject (attribute1 "attr93174") ) +(myObject (attribute1 "attr93175") ) +(myObject (attribute1 "attr93176") ) +(myObject (attribute1 "attr93177") ) +(myObject (attribute1 "attr93178") ) +(myObject (attribute1 "attr93179") ) +(myObject (attribute1 "attr93180") ) +(myObject (attribute1 "attr93181") ) +(myObject (attribute1 "attr93182") ) +(myObject (attribute1 "attr93183") ) +(myObject (attribute1 "attr93184") ) +(myObject (attribute1 "attr93185") ) +(myObject (attribute1 "attr93186") ) +(myObject (attribute1 "attr93187") ) +(myObject (attribute1 "attr93188") ) +(myObject (attribute1 "attr93189") ) +(myObject (attribute1 "attr93190") ) +(myObject (attribute1 "attr93191") ) +(myObject (attribute1 "attr93192") ) +(myObject (attribute1 "attr93193") ) +(myObject (attribute1 "attr93194") ) +(myObject (attribute1 "attr93195") ) +(myObject (attribute1 "attr93196") ) +(myObject (attribute1 "attr93197") ) +(myObject (attribute1 "attr93198") ) +(myObject (attribute1 "attr93199") ) +(myObject (attribute1 "attr93200") ) +(myObject (attribute1 "attr93201") ) +(myObject (attribute1 "attr93202") ) +(myObject (attribute1 "attr93203") ) +(myObject (attribute1 "attr93204") ) +(myObject (attribute1 "attr93205") ) +(myObject (attribute1 "attr93206") ) +(myObject (attribute1 "attr93207") ) +(myObject (attribute1 "attr93208") ) +(myObject (attribute1 "attr93209") ) +(myObject (attribute1 "attr93210") ) +(myObject (attribute1 "attr93211") ) +(myObject (attribute1 "attr93212") ) +(myObject (attribute1 "attr93213") ) +(myObject (attribute1 "attr93214") ) +(myObject (attribute1 "attr93215") ) +(myObject (attribute1 "attr93216") ) +(myObject (attribute1 "attr93217") ) +(myObject (attribute1 "attr93218") ) +(myObject (attribute1 "attr93219") ) +(myObject (attribute1 "attr93220") ) +(myObject (attribute1 "attr93221") ) +(myObject (attribute1 "attr93222") ) +(myObject (attribute1 "attr93223") ) +(myObject (attribute1 "attr93224") ) +(myObject (attribute1 "attr93225") ) +(myObject (attribute1 "attr93226") ) +(myObject (attribute1 "attr93227") ) +(myObject (attribute1 "attr93228") ) +(myObject (attribute1 "attr93229") ) +(myObject (attribute1 "attr93230") ) +(myObject (attribute1 "attr93231") ) +(myObject (attribute1 "attr93232") ) +(myObject (attribute1 "attr93233") ) +(myObject (attribute1 "attr93234") ) +(myObject (attribute1 "attr93235") ) +(myObject (attribute1 "attr93236") ) +(myObject (attribute1 "attr93237") ) +(myObject (attribute1 "attr93238") ) +(myObject (attribute1 "attr93239") ) +(myObject (attribute1 "attr93240") ) +(myObject (attribute1 "attr93241") ) +(myObject (attribute1 "attr93242") ) +(myObject (attribute1 "attr93243") ) +(myObject (attribute1 "attr93244") ) +(myObject (attribute1 "attr93245") ) +(myObject (attribute1 "attr93246") ) +(myObject (attribute1 "attr93247") ) +(myObject (attribute1 "attr93248") ) +(myObject (attribute1 "attr93249") ) +(myObject (attribute1 "attr93250") ) +(myObject (attribute1 "attr93251") ) +(myObject (attribute1 "attr93252") ) +(myObject (attribute1 "attr93253") ) +(myObject (attribute1 "attr93254") ) +(myObject (attribute1 "attr93255") ) +(myObject (attribute1 "attr93256") ) +(myObject (attribute1 "attr93257") ) +(myObject (attribute1 "attr93258") ) +(myObject (attribute1 "attr93259") ) +(myObject (attribute1 "attr93260") ) +(myObject (attribute1 "attr93261") ) +(myObject (attribute1 "attr93262") ) +(myObject (attribute1 "attr93263") ) +(myObject (attribute1 "attr93264") ) +(myObject (attribute1 "attr93265") ) +(myObject (attribute1 "attr93266") ) +(myObject (attribute1 "attr93267") ) +(myObject (attribute1 "attr93268") ) +(myObject (attribute1 "attr93269") ) +(myObject (attribute1 "attr93270") ) +(myObject (attribute1 "attr93271") ) +(myObject (attribute1 "attr93272") ) +(myObject (attribute1 "attr93273") ) +(myObject (attribute1 "attr93274") ) +(myObject (attribute1 "attr93275") ) +(myObject (attribute1 "attr93276") ) +(myObject (attribute1 "attr93277") ) +(myObject (attribute1 "attr93278") ) +(myObject (attribute1 "attr93279") ) +(myObject (attribute1 "attr93280") ) +(myObject (attribute1 "attr93281") ) +(myObject (attribute1 "attr93282") ) +(myObject (attribute1 "attr93283") ) +(myObject (attribute1 "attr93284") ) +(myObject (attribute1 "attr93285") ) +(myObject (attribute1 "attr93286") ) +(myObject (attribute1 "attr93287") ) +(myObject (attribute1 "attr93288") ) +(myObject (attribute1 "attr93289") ) +(myObject (attribute1 "attr93290") ) +(myObject (attribute1 "attr93291") ) +(myObject (attribute1 "attr93292") ) +(myObject (attribute1 "attr93293") ) +(myObject (attribute1 "attr93294") ) +(myObject (attribute1 "attr93295") ) +(myObject (attribute1 "attr93296") ) +(myObject (attribute1 "attr93297") ) +(myObject (attribute1 "attr93298") ) +(myObject (attribute1 "attr93299") ) +(myObject (attribute1 "attr93300") ) +(myObject (attribute1 "attr93301") ) +(myObject (attribute1 "attr93302") ) +(myObject (attribute1 "attr93303") ) +(myObject (attribute1 "attr93304") ) +(myObject (attribute1 "attr93305") ) +(myObject (attribute1 "attr93306") ) +(myObject (attribute1 "attr93307") ) +(myObject (attribute1 "attr93308") ) +(myObject (attribute1 "attr93309") ) +(myObject (attribute1 "attr93310") ) +(myObject (attribute1 "attr93311") ) +(myObject (attribute1 "attr93312") ) +(myObject (attribute1 "attr93313") ) +(myObject (attribute1 "attr93314") ) +(myObject (attribute1 "attr93315") ) +(myObject (attribute1 "attr93316") ) +(myObject (attribute1 "attr93317") ) +(myObject (attribute1 "attr93318") ) +(myObject (attribute1 "attr93319") ) +(myObject (attribute1 "attr93320") ) +(myObject (attribute1 "attr93321") ) +(myObject (attribute1 "attr93322") ) +(myObject (attribute1 "attr93323") ) +(myObject (attribute1 "attr93324") ) +(myObject (attribute1 "attr93325") ) +(myObject (attribute1 "attr93326") ) +(myObject (attribute1 "attr93327") ) +(myObject (attribute1 "attr93328") ) +(myObject (attribute1 "attr93329") ) +(myObject (attribute1 "attr93330") ) +(myObject (attribute1 "attr93331") ) +(myObject (attribute1 "attr93332") ) +(myObject (attribute1 "attr93333") ) +(myObject (attribute1 "attr93334") ) +(myObject (attribute1 "attr93335") ) +(myObject (attribute1 "attr93336") ) +(myObject (attribute1 "attr93337") ) +(myObject (attribute1 "attr93338") ) +(myObject (attribute1 "attr93339") ) +(myObject (attribute1 "attr93340") ) +(myObject (attribute1 "attr93341") ) +(myObject (attribute1 "attr93342") ) +(myObject (attribute1 "attr93343") ) +(myObject (attribute1 "attr93344") ) +(myObject (attribute1 "attr93345") ) +(myObject (attribute1 "attr93346") ) +(myObject (attribute1 "attr93347") ) +(myObject (attribute1 "attr93348") ) +(myObject (attribute1 "attr93349") ) +(myObject (attribute1 "attr93350") ) +(myObject (attribute1 "attr93351") ) +(myObject (attribute1 "attr93352") ) +(myObject (attribute1 "attr93353") ) +(myObject (attribute1 "attr93354") ) +(myObject (attribute1 "attr93355") ) +(myObject (attribute1 "attr93356") ) +(myObject (attribute1 "attr93357") ) +(myObject (attribute1 "attr93358") ) +(myObject (attribute1 "attr93359") ) +(myObject (attribute1 "attr93360") ) +(myObject (attribute1 "attr93361") ) +(myObject (attribute1 "attr93362") ) +(myObject (attribute1 "attr93363") ) +(myObject (attribute1 "attr93364") ) +(myObject (attribute1 "attr93365") ) +(myObject (attribute1 "attr93366") ) +(myObject (attribute1 "attr93367") ) +(myObject (attribute1 "attr93368") ) +(myObject (attribute1 "attr93369") ) +(myObject (attribute1 "attr93370") ) +(myObject (attribute1 "attr93371") ) +(myObject (attribute1 "attr93372") ) +(myObject (attribute1 "attr93373") ) +(myObject (attribute1 "attr93374") ) +(myObject (attribute1 "attr93375") ) +(myObject (attribute1 "attr93376") ) +(myObject (attribute1 "attr93377") ) +(myObject (attribute1 "attr93378") ) +(myObject (attribute1 "attr93379") ) +(myObject (attribute1 "attr93380") ) +(myObject (attribute1 "attr93381") ) +(myObject (attribute1 "attr93382") ) +(myObject (attribute1 "attr93383") ) +(myObject (attribute1 "attr93384") ) +(myObject (attribute1 "attr93385") ) +(myObject (attribute1 "attr93386") ) +(myObject (attribute1 "attr93387") ) +(myObject (attribute1 "attr93388") ) +(myObject (attribute1 "attr93389") ) +(myObject (attribute1 "attr93390") ) +(myObject (attribute1 "attr93391") ) +(myObject (attribute1 "attr93392") ) +(myObject (attribute1 "attr93393") ) +(myObject (attribute1 "attr93394") ) +(myObject (attribute1 "attr93395") ) +(myObject (attribute1 "attr93396") ) +(myObject (attribute1 "attr93397") ) +(myObject (attribute1 "attr93398") ) +(myObject (attribute1 "attr93399") ) +(myObject (attribute1 "attr93400") ) +(myObject (attribute1 "attr93401") ) +(myObject (attribute1 "attr93402") ) +(myObject (attribute1 "attr93403") ) +(myObject (attribute1 "attr93404") ) +(myObject (attribute1 "attr93405") ) +(myObject (attribute1 "attr93406") ) +(myObject (attribute1 "attr93407") ) +(myObject (attribute1 "attr93408") ) +(myObject (attribute1 "attr93409") ) +(myObject (attribute1 "attr93410") ) +(myObject (attribute1 "attr93411") ) +(myObject (attribute1 "attr93412") ) +(myObject (attribute1 "attr93413") ) +(myObject (attribute1 "attr93414") ) +(myObject (attribute1 "attr93415") ) +(myObject (attribute1 "attr93416") ) +(myObject (attribute1 "attr93417") ) +(myObject (attribute1 "attr93418") ) +(myObject (attribute1 "attr93419") ) +(myObject (attribute1 "attr93420") ) +(myObject (attribute1 "attr93421") ) +(myObject (attribute1 "attr93422") ) +(myObject (attribute1 "attr93423") ) +(myObject (attribute1 "attr93424") ) +(myObject (attribute1 "attr93425") ) +(myObject (attribute1 "attr93426") ) +(myObject (attribute1 "attr93427") ) +(myObject (attribute1 "attr93428") ) +(myObject (attribute1 "attr93429") ) +(myObject (attribute1 "attr93430") ) +(myObject (attribute1 "attr93431") ) +(myObject (attribute1 "attr93432") ) +(myObject (attribute1 "attr93433") ) +(myObject (attribute1 "attr93434") ) +(myObject (attribute1 "attr93435") ) +(myObject (attribute1 "attr93436") ) +(myObject (attribute1 "attr93437") ) +(myObject (attribute1 "attr93438") ) +(myObject (attribute1 "attr93439") ) +(myObject (attribute1 "attr93440") ) +(myObject (attribute1 "attr93441") ) +(myObject (attribute1 "attr93442") ) +(myObject (attribute1 "attr93443") ) +(myObject (attribute1 "attr93444") ) +(myObject (attribute1 "attr93445") ) +(myObject (attribute1 "attr93446") ) +(myObject (attribute1 "attr93447") ) +(myObject (attribute1 "attr93448") ) +(myObject (attribute1 "attr93449") ) +(myObject (attribute1 "attr93450") ) +(myObject (attribute1 "attr93451") ) +(myObject (attribute1 "attr93452") ) +(myObject (attribute1 "attr93453") ) +(myObject (attribute1 "attr93454") ) +(myObject (attribute1 "attr93455") ) +(myObject (attribute1 "attr93456") ) +(myObject (attribute1 "attr93457") ) +(myObject (attribute1 "attr93458") ) +(myObject (attribute1 "attr93459") ) +(myObject (attribute1 "attr93460") ) +(myObject (attribute1 "attr93461") ) +(myObject (attribute1 "attr93462") ) +(myObject (attribute1 "attr93463") ) +(myObject (attribute1 "attr93464") ) +(myObject (attribute1 "attr93465") ) +(myObject (attribute1 "attr93466") ) +(myObject (attribute1 "attr93467") ) +(myObject (attribute1 "attr93468") ) +(myObject (attribute1 "attr93469") ) +(myObject (attribute1 "attr93470") ) +(myObject (attribute1 "attr93471") ) +(myObject (attribute1 "attr93472") ) +(myObject (attribute1 "attr93473") ) +(myObject (attribute1 "attr93474") ) +(myObject (attribute1 "attr93475") ) +(myObject (attribute1 "attr93476") ) +(myObject (attribute1 "attr93477") ) +(myObject (attribute1 "attr93478") ) +(myObject (attribute1 "attr93479") ) +(myObject (attribute1 "attr93480") ) +(myObject (attribute1 "attr93481") ) +(myObject (attribute1 "attr93482") ) +(myObject (attribute1 "attr93483") ) +(myObject (attribute1 "attr93484") ) +(myObject (attribute1 "attr93485") ) +(myObject (attribute1 "attr93486") ) +(myObject (attribute1 "attr93487") ) +(myObject (attribute1 "attr93488") ) +(myObject (attribute1 "attr93489") ) +(myObject (attribute1 "attr93490") ) +(myObject (attribute1 "attr93491") ) +(myObject (attribute1 "attr93492") ) +(myObject (attribute1 "attr93493") ) +(myObject (attribute1 "attr93494") ) +(myObject (attribute1 "attr93495") ) +(myObject (attribute1 "attr93496") ) +(myObject (attribute1 "attr93497") ) +(myObject (attribute1 "attr93498") ) +(myObject (attribute1 "attr93499") ) +(myObject (attribute1 "attr93500") ) +(myObject (attribute1 "attr93501") ) +(myObject (attribute1 "attr93502") ) +(myObject (attribute1 "attr93503") ) +(myObject (attribute1 "attr93504") ) +(myObject (attribute1 "attr93505") ) +(myObject (attribute1 "attr93506") ) +(myObject (attribute1 "attr93507") ) +(myObject (attribute1 "attr93508") ) +(myObject (attribute1 "attr93509") ) +(myObject (attribute1 "attr93510") ) +(myObject (attribute1 "attr93511") ) +(myObject (attribute1 "attr93512") ) +(myObject (attribute1 "attr93513") ) +(myObject (attribute1 "attr93514") ) +(myObject (attribute1 "attr93515") ) +(myObject (attribute1 "attr93516") ) +(myObject (attribute1 "attr93517") ) +(myObject (attribute1 "attr93518") ) +(myObject (attribute1 "attr93519") ) +(myObject (attribute1 "attr93520") ) +(myObject (attribute1 "attr93521") ) +(myObject (attribute1 "attr93522") ) +(myObject (attribute1 "attr93523") ) +(myObject (attribute1 "attr93524") ) +(myObject (attribute1 "attr93525") ) +(myObject (attribute1 "attr93526") ) +(myObject (attribute1 "attr93527") ) +(myObject (attribute1 "attr93528") ) +(myObject (attribute1 "attr93529") ) +(myObject (attribute1 "attr93530") ) +(myObject (attribute1 "attr93531") ) +(myObject (attribute1 "attr93532") ) +(myObject (attribute1 "attr93533") ) +(myObject (attribute1 "attr93534") ) +(myObject (attribute1 "attr93535") ) +(myObject (attribute1 "attr93536") ) +(myObject (attribute1 "attr93537") ) +(myObject (attribute1 "attr93538") ) +(myObject (attribute1 "attr93539") ) +(myObject (attribute1 "attr93540") ) +(myObject (attribute1 "attr93541") ) +(myObject (attribute1 "attr93542") ) +(myObject (attribute1 "attr93543") ) +(myObject (attribute1 "attr93544") ) +(myObject (attribute1 "attr93545") ) +(myObject (attribute1 "attr93546") ) +(myObject (attribute1 "attr93547") ) +(myObject (attribute1 "attr93548") ) +(myObject (attribute1 "attr93549") ) +(myObject (attribute1 "attr93550") ) +(myObject (attribute1 "attr93551") ) +(myObject (attribute1 "attr93552") ) +(myObject (attribute1 "attr93553") ) +(myObject (attribute1 "attr93554") ) +(myObject (attribute1 "attr93555") ) +(myObject (attribute1 "attr93556") ) +(myObject (attribute1 "attr93557") ) +(myObject (attribute1 "attr93558") ) +(myObject (attribute1 "attr93559") ) +(myObject (attribute1 "attr93560") ) +(myObject (attribute1 "attr93561") ) +(myObject (attribute1 "attr93562") ) +(myObject (attribute1 "attr93563") ) +(myObject (attribute1 "attr93564") ) +(myObject (attribute1 "attr93565") ) +(myObject (attribute1 "attr93566") ) +(myObject (attribute1 "attr93567") ) +(myObject (attribute1 "attr93568") ) +(myObject (attribute1 "attr93569") ) +(myObject (attribute1 "attr93570") ) +(myObject (attribute1 "attr93571") ) +(myObject (attribute1 "attr93572") ) +(myObject (attribute1 "attr93573") ) +(myObject (attribute1 "attr93574") ) +(myObject (attribute1 "attr93575") ) +(myObject (attribute1 "attr93576") ) +(myObject (attribute1 "attr93577") ) +(myObject (attribute1 "attr93578") ) +(myObject (attribute1 "attr93579") ) +(myObject (attribute1 "attr93580") ) +(myObject (attribute1 "attr93581") ) +(myObject (attribute1 "attr93582") ) +(myObject (attribute1 "attr93583") ) +(myObject (attribute1 "attr93584") ) +(myObject (attribute1 "attr93585") ) +(myObject (attribute1 "attr93586") ) +(myObject (attribute1 "attr93587") ) +(myObject (attribute1 "attr93588") ) +(myObject (attribute1 "attr93589") ) +(myObject (attribute1 "attr93590") ) +(myObject (attribute1 "attr93591") ) +(myObject (attribute1 "attr93592") ) +(myObject (attribute1 "attr93593") ) +(myObject (attribute1 "attr93594") ) +(myObject (attribute1 "attr93595") ) +(myObject (attribute1 "attr93596") ) +(myObject (attribute1 "attr93597") ) +(myObject (attribute1 "attr93598") ) +(myObject (attribute1 "attr93599") ) +(myObject (attribute1 "attr93600") ) +(myObject (attribute1 "attr93601") ) +(myObject (attribute1 "attr93602") ) +(myObject (attribute1 "attr93603") ) +(myObject (attribute1 "attr93604") ) +(myObject (attribute1 "attr93605") ) +(myObject (attribute1 "attr93606") ) +(myObject (attribute1 "attr93607") ) +(myObject (attribute1 "attr93608") ) +(myObject (attribute1 "attr93609") ) +(myObject (attribute1 "attr93610") ) +(myObject (attribute1 "attr93611") ) +(myObject (attribute1 "attr93612") ) +(myObject (attribute1 "attr93613") ) +(myObject (attribute1 "attr93614") ) +(myObject (attribute1 "attr93615") ) +(myObject (attribute1 "attr93616") ) +(myObject (attribute1 "attr93617") ) +(myObject (attribute1 "attr93618") ) +(myObject (attribute1 "attr93619") ) +(myObject (attribute1 "attr93620") ) +(myObject (attribute1 "attr93621") ) +(myObject (attribute1 "attr93622") ) +(myObject (attribute1 "attr93623") ) +(myObject (attribute1 "attr93624") ) +(myObject (attribute1 "attr93625") ) +(myObject (attribute1 "attr93626") ) +(myObject (attribute1 "attr93627") ) +(myObject (attribute1 "attr93628") ) +(myObject (attribute1 "attr93629") ) +(myObject (attribute1 "attr93630") ) +(myObject (attribute1 "attr93631") ) +(myObject (attribute1 "attr93632") ) +(myObject (attribute1 "attr93633") ) +(myObject (attribute1 "attr93634") ) +(myObject (attribute1 "attr93635") ) +(myObject (attribute1 "attr93636") ) +(myObject (attribute1 "attr93637") ) +(myObject (attribute1 "attr93638") ) +(myObject (attribute1 "attr93639") ) +(myObject (attribute1 "attr93640") ) +(myObject (attribute1 "attr93641") ) +(myObject (attribute1 "attr93642") ) +(myObject (attribute1 "attr93643") ) +(myObject (attribute1 "attr93644") ) +(myObject (attribute1 "attr93645") ) +(myObject (attribute1 "attr93646") ) +(myObject (attribute1 "attr93647") ) +(myObject (attribute1 "attr93648") ) +(myObject (attribute1 "attr93649") ) +(myObject (attribute1 "attr93650") ) +(myObject (attribute1 "attr93651") ) +(myObject (attribute1 "attr93652") ) +(myObject (attribute1 "attr93653") ) +(myObject (attribute1 "attr93654") ) +(myObject (attribute1 "attr93655") ) +(myObject (attribute1 "attr93656") ) +(myObject (attribute1 "attr93657") ) +(myObject (attribute1 "attr93658") ) +(myObject (attribute1 "attr93659") ) +(myObject (attribute1 "attr93660") ) +(myObject (attribute1 "attr93661") ) +(myObject (attribute1 "attr93662") ) +(myObject (attribute1 "attr93663") ) +(myObject (attribute1 "attr93664") ) +(myObject (attribute1 "attr93665") ) +(myObject (attribute1 "attr93666") ) +(myObject (attribute1 "attr93667") ) +(myObject (attribute1 "attr93668") ) +(myObject (attribute1 "attr93669") ) +(myObject (attribute1 "attr93670") ) +(myObject (attribute1 "attr93671") ) +(myObject (attribute1 "attr93672") ) +(myObject (attribute1 "attr93673") ) +(myObject (attribute1 "attr93674") ) +(myObject (attribute1 "attr93675") ) +(myObject (attribute1 "attr93676") ) +(myObject (attribute1 "attr93677") ) +(myObject (attribute1 "attr93678") ) +(myObject (attribute1 "attr93679") ) +(myObject (attribute1 "attr93680") ) +(myObject (attribute1 "attr93681") ) +(myObject (attribute1 "attr93682") ) +(myObject (attribute1 "attr93683") ) +(myObject (attribute1 "attr93684") ) +(myObject (attribute1 "attr93685") ) +(myObject (attribute1 "attr93686") ) +(myObject (attribute1 "attr93687") ) +(myObject (attribute1 "attr93688") ) +(myObject (attribute1 "attr93689") ) +(myObject (attribute1 "attr93690") ) +(myObject (attribute1 "attr93691") ) +(myObject (attribute1 "attr93692") ) +(myObject (attribute1 "attr93693") ) +(myObject (attribute1 "attr93694") ) +(myObject (attribute1 "attr93695") ) +(myObject (attribute1 "attr93696") ) +(myObject (attribute1 "attr93697") ) +(myObject (attribute1 "attr93698") ) +(myObject (attribute1 "attr93699") ) +(myObject (attribute1 "attr93700") ) +(myObject (attribute1 "attr93701") ) +(myObject (attribute1 "attr93702") ) +(myObject (attribute1 "attr93703") ) +(myObject (attribute1 "attr93704") ) +(myObject (attribute1 "attr93705") ) +(myObject (attribute1 "attr93706") ) +(myObject (attribute1 "attr93707") ) +(myObject (attribute1 "attr93708") ) +(myObject (attribute1 "attr93709") ) +(myObject (attribute1 "attr93710") ) +(myObject (attribute1 "attr93711") ) +(myObject (attribute1 "attr93712") ) +(myObject (attribute1 "attr93713") ) +(myObject (attribute1 "attr93714") ) +(myObject (attribute1 "attr93715") ) +(myObject (attribute1 "attr93716") ) +(myObject (attribute1 "attr93717") ) +(myObject (attribute1 "attr93718") ) +(myObject (attribute1 "attr93719") ) +(myObject (attribute1 "attr93720") ) +(myObject (attribute1 "attr93721") ) +(myObject (attribute1 "attr93722") ) +(myObject (attribute1 "attr93723") ) +(myObject (attribute1 "attr93724") ) +(myObject (attribute1 "attr93725") ) +(myObject (attribute1 "attr93726") ) +(myObject (attribute1 "attr93727") ) +(myObject (attribute1 "attr93728") ) +(myObject (attribute1 "attr93729") ) +(myObject (attribute1 "attr93730") ) +(myObject (attribute1 "attr93731") ) +(myObject (attribute1 "attr93732") ) +(myObject (attribute1 "attr93733") ) +(myObject (attribute1 "attr93734") ) +(myObject (attribute1 "attr93735") ) +(myObject (attribute1 "attr93736") ) +(myObject (attribute1 "attr93737") ) +(myObject (attribute1 "attr93738") ) +(myObject (attribute1 "attr93739") ) +(myObject (attribute1 "attr93740") ) +(myObject (attribute1 "attr93741") ) +(myObject (attribute1 "attr93742") ) +(myObject (attribute1 "attr93743") ) +(myObject (attribute1 "attr93744") ) +(myObject (attribute1 "attr93745") ) +(myObject (attribute1 "attr93746") ) +(myObject (attribute1 "attr93747") ) +(myObject (attribute1 "attr93748") ) +(myObject (attribute1 "attr93749") ) +(myObject (attribute1 "attr93750") ) +(myObject (attribute1 "attr93751") ) +(myObject (attribute1 "attr93752") ) +(myObject (attribute1 "attr93753") ) +(myObject (attribute1 "attr93754") ) +(myObject (attribute1 "attr93755") ) +(myObject (attribute1 "attr93756") ) +(myObject (attribute1 "attr93757") ) +(myObject (attribute1 "attr93758") ) +(myObject (attribute1 "attr93759") ) +(myObject (attribute1 "attr93760") ) +(myObject (attribute1 "attr93761") ) +(myObject (attribute1 "attr93762") ) +(myObject (attribute1 "attr93763") ) +(myObject (attribute1 "attr93764") ) +(myObject (attribute1 "attr93765") ) +(myObject (attribute1 "attr93766") ) +(myObject (attribute1 "attr93767") ) +(myObject (attribute1 "attr93768") ) +(myObject (attribute1 "attr93769") ) +(myObject (attribute1 "attr93770") ) +(myObject (attribute1 "attr93771") ) +(myObject (attribute1 "attr93772") ) +(myObject (attribute1 "attr93773") ) +(myObject (attribute1 "attr93774") ) +(myObject (attribute1 "attr93775") ) +(myObject (attribute1 "attr93776") ) +(myObject (attribute1 "attr93777") ) +(myObject (attribute1 "attr93778") ) +(myObject (attribute1 "attr93779") ) +(myObject (attribute1 "attr93780") ) +(myObject (attribute1 "attr93781") ) +(myObject (attribute1 "attr93782") ) +(myObject (attribute1 "attr93783") ) +(myObject (attribute1 "attr93784") ) +(myObject (attribute1 "attr93785") ) +(myObject (attribute1 "attr93786") ) +(myObject (attribute1 "attr93787") ) +(myObject (attribute1 "attr93788") ) +(myObject (attribute1 "attr93789") ) +(myObject (attribute1 "attr93790") ) +(myObject (attribute1 "attr93791") ) +(myObject (attribute1 "attr93792") ) +(myObject (attribute1 "attr93793") ) +(myObject (attribute1 "attr93794") ) +(myObject (attribute1 "attr93795") ) +(myObject (attribute1 "attr93796") ) +(myObject (attribute1 "attr93797") ) +(myObject (attribute1 "attr93798") ) +(myObject (attribute1 "attr93799") ) +(myObject (attribute1 "attr93800") ) +(myObject (attribute1 "attr93801") ) +(myObject (attribute1 "attr93802") ) +(myObject (attribute1 "attr93803") ) +(myObject (attribute1 "attr93804") ) +(myObject (attribute1 "attr93805") ) +(myObject (attribute1 "attr93806") ) +(myObject (attribute1 "attr93807") ) +(myObject (attribute1 "attr93808") ) +(myObject (attribute1 "attr93809") ) +(myObject (attribute1 "attr93810") ) +(myObject (attribute1 "attr93811") ) +(myObject (attribute1 "attr93812") ) +(myObject (attribute1 "attr93813") ) +(myObject (attribute1 "attr93814") ) +(myObject (attribute1 "attr93815") ) +(myObject (attribute1 "attr93816") ) +(myObject (attribute1 "attr93817") ) +(myObject (attribute1 "attr93818") ) +(myObject (attribute1 "attr93819") ) +(myObject (attribute1 "attr93820") ) +(myObject (attribute1 "attr93821") ) +(myObject (attribute1 "attr93822") ) +(myObject (attribute1 "attr93823") ) +(myObject (attribute1 "attr93824") ) +(myObject (attribute1 "attr93825") ) +(myObject (attribute1 "attr93826") ) +(myObject (attribute1 "attr93827") ) +(myObject (attribute1 "attr93828") ) +(myObject (attribute1 "attr93829") ) +(myObject (attribute1 "attr93830") ) +(myObject (attribute1 "attr93831") ) +(myObject (attribute1 "attr93832") ) +(myObject (attribute1 "attr93833") ) +(myObject (attribute1 "attr93834") ) +(myObject (attribute1 "attr93835") ) +(myObject (attribute1 "attr93836") ) +(myObject (attribute1 "attr93837") ) +(myObject (attribute1 "attr93838") ) +(myObject (attribute1 "attr93839") ) +(myObject (attribute1 "attr93840") ) +(myObject (attribute1 "attr93841") ) +(myObject (attribute1 "attr93842") ) +(myObject (attribute1 "attr93843") ) +(myObject (attribute1 "attr93844") ) +(myObject (attribute1 "attr93845") ) +(myObject (attribute1 "attr93846") ) +(myObject (attribute1 "attr93847") ) +(myObject (attribute1 "attr93848") ) +(myObject (attribute1 "attr93849") ) +(myObject (attribute1 "attr93850") ) +(myObject (attribute1 "attr93851") ) +(myObject (attribute1 "attr93852") ) +(myObject (attribute1 "attr93853") ) +(myObject (attribute1 "attr93854") ) +(myObject (attribute1 "attr93855") ) +(myObject (attribute1 "attr93856") ) +(myObject (attribute1 "attr93857") ) +(myObject (attribute1 "attr93858") ) +(myObject (attribute1 "attr93859") ) +(myObject (attribute1 "attr93860") ) +(myObject (attribute1 "attr93861") ) +(myObject (attribute1 "attr93862") ) +(myObject (attribute1 "attr93863") ) +(myObject (attribute1 "attr93864") ) +(myObject (attribute1 "attr93865") ) +(myObject (attribute1 "attr93866") ) +(myObject (attribute1 "attr93867") ) +(myObject (attribute1 "attr93868") ) +(myObject (attribute1 "attr93869") ) +(myObject (attribute1 "attr93870") ) +(myObject (attribute1 "attr93871") ) +(myObject (attribute1 "attr93872") ) +(myObject (attribute1 "attr93873") ) +(myObject (attribute1 "attr93874") ) +(myObject (attribute1 "attr93875") ) +(myObject (attribute1 "attr93876") ) +(myObject (attribute1 "attr93877") ) +(myObject (attribute1 "attr93878") ) +(myObject (attribute1 "attr93879") ) +(myObject (attribute1 "attr93880") ) +(myObject (attribute1 "attr93881") ) +(myObject (attribute1 "attr93882") ) +(myObject (attribute1 "attr93883") ) +(myObject (attribute1 "attr93884") ) +(myObject (attribute1 "attr93885") ) +(myObject (attribute1 "attr93886") ) +(myObject (attribute1 "attr93887") ) +(myObject (attribute1 "attr93888") ) +(myObject (attribute1 "attr93889") ) +(myObject (attribute1 "attr93890") ) +(myObject (attribute1 "attr93891") ) +(myObject (attribute1 "attr93892") ) +(myObject (attribute1 "attr93893") ) +(myObject (attribute1 "attr93894") ) +(myObject (attribute1 "attr93895") ) +(myObject (attribute1 "attr93896") ) +(myObject (attribute1 "attr93897") ) +(myObject (attribute1 "attr93898") ) +(myObject (attribute1 "attr93899") ) +(myObject (attribute1 "attr93900") ) +(myObject (attribute1 "attr93901") ) +(myObject (attribute1 "attr93902") ) +(myObject (attribute1 "attr93903") ) +(myObject (attribute1 "attr93904") ) +(myObject (attribute1 "attr93905") ) +(myObject (attribute1 "attr93906") ) +(myObject (attribute1 "attr93907") ) +(myObject (attribute1 "attr93908") ) +(myObject (attribute1 "attr93909") ) +(myObject (attribute1 "attr93910") ) +(myObject (attribute1 "attr93911") ) +(myObject (attribute1 "attr93912") ) +(myObject (attribute1 "attr93913") ) +(myObject (attribute1 "attr93914") ) +(myObject (attribute1 "attr93915") ) +(myObject (attribute1 "attr93916") ) +(myObject (attribute1 "attr93917") ) +(myObject (attribute1 "attr93918") ) +(myObject (attribute1 "attr93919") ) +(myObject (attribute1 "attr93920") ) +(myObject (attribute1 "attr93921") ) +(myObject (attribute1 "attr93922") ) +(myObject (attribute1 "attr93923") ) +(myObject (attribute1 "attr93924") ) +(myObject (attribute1 "attr93925") ) +(myObject (attribute1 "attr93926") ) +(myObject (attribute1 "attr93927") ) +(myObject (attribute1 "attr93928") ) +(myObject (attribute1 "attr93929") ) +(myObject (attribute1 "attr93930") ) +(myObject (attribute1 "attr93931") ) +(myObject (attribute1 "attr93932") ) +(myObject (attribute1 "attr93933") ) +(myObject (attribute1 "attr93934") ) +(myObject (attribute1 "attr93935") ) +(myObject (attribute1 "attr93936") ) +(myObject (attribute1 "attr93937") ) +(myObject (attribute1 "attr93938") ) +(myObject (attribute1 "attr93939") ) +(myObject (attribute1 "attr93940") ) +(myObject (attribute1 "attr93941") ) +(myObject (attribute1 "attr93942") ) +(myObject (attribute1 "attr93943") ) +(myObject (attribute1 "attr93944") ) +(myObject (attribute1 "attr93945") ) +(myObject (attribute1 "attr93946") ) +(myObject (attribute1 "attr93947") ) +(myObject (attribute1 "attr93948") ) +(myObject (attribute1 "attr93949") ) +(myObject (attribute1 "attr93950") ) +(myObject (attribute1 "attr93951") ) +(myObject (attribute1 "attr93952") ) +(myObject (attribute1 "attr93953") ) +(myObject (attribute1 "attr93954") ) +(myObject (attribute1 "attr93955") ) +(myObject (attribute1 "attr93956") ) +(myObject (attribute1 "attr93957") ) +(myObject (attribute1 "attr93958") ) +(myObject (attribute1 "attr93959") ) +(myObject (attribute1 "attr93960") ) +(myObject (attribute1 "attr93961") ) +(myObject (attribute1 "attr93962") ) +(myObject (attribute1 "attr93963") ) +(myObject (attribute1 "attr93964") ) +(myObject (attribute1 "attr93965") ) +(myObject (attribute1 "attr93966") ) +(myObject (attribute1 "attr93967") ) +(myObject (attribute1 "attr93968") ) +(myObject (attribute1 "attr93969") ) +(myObject (attribute1 "attr93970") ) +(myObject (attribute1 "attr93971") ) +(myObject (attribute1 "attr93972") ) +(myObject (attribute1 "attr93973") ) +(myObject (attribute1 "attr93974") ) +(myObject (attribute1 "attr93975") ) +(myObject (attribute1 "attr93976") ) +(myObject (attribute1 "attr93977") ) +(myObject (attribute1 "attr93978") ) +(myObject (attribute1 "attr93979") ) +(myObject (attribute1 "attr93980") ) +(myObject (attribute1 "attr93981") ) +(myObject (attribute1 "attr93982") ) +(myObject (attribute1 "attr93983") ) +(myObject (attribute1 "attr93984") ) +(myObject (attribute1 "attr93985") ) +(myObject (attribute1 "attr93986") ) +(myObject (attribute1 "attr93987") ) +(myObject (attribute1 "attr93988") ) +(myObject (attribute1 "attr93989") ) +(myObject (attribute1 "attr93990") ) +(myObject (attribute1 "attr93991") ) +(myObject (attribute1 "attr93992") ) +(myObject (attribute1 "attr93993") ) +(myObject (attribute1 "attr93994") ) +(myObject (attribute1 "attr93995") ) +(myObject (attribute1 "attr93996") ) +(myObject (attribute1 "attr93997") ) +(myObject (attribute1 "attr93998") ) +(myObject (attribute1 "attr93999") ) +(myObject (attribute1 "attr94000") ) +(myObject (attribute1 "attr94001") ) +(myObject (attribute1 "attr94002") ) +(myObject (attribute1 "attr94003") ) +(myObject (attribute1 "attr94004") ) +(myObject (attribute1 "attr94005") ) +(myObject (attribute1 "attr94006") ) +(myObject (attribute1 "attr94007") ) +(myObject (attribute1 "attr94008") ) +(myObject (attribute1 "attr94009") ) +(myObject (attribute1 "attr94010") ) +(myObject (attribute1 "attr94011") ) +(myObject (attribute1 "attr94012") ) +(myObject (attribute1 "attr94013") ) +(myObject (attribute1 "attr94014") ) +(myObject (attribute1 "attr94015") ) +(myObject (attribute1 "attr94016") ) +(myObject (attribute1 "attr94017") ) +(myObject (attribute1 "attr94018") ) +(myObject (attribute1 "attr94019") ) +(myObject (attribute1 "attr94020") ) +(myObject (attribute1 "attr94021") ) +(myObject (attribute1 "attr94022") ) +(myObject (attribute1 "attr94023") ) +(myObject (attribute1 "attr94024") ) +(myObject (attribute1 "attr94025") ) +(myObject (attribute1 "attr94026") ) +(myObject (attribute1 "attr94027") ) +(myObject (attribute1 "attr94028") ) +(myObject (attribute1 "attr94029") ) +(myObject (attribute1 "attr94030") ) +(myObject (attribute1 "attr94031") ) +(myObject (attribute1 "attr94032") ) +(myObject (attribute1 "attr94033") ) +(myObject (attribute1 "attr94034") ) +(myObject (attribute1 "attr94035") ) +(myObject (attribute1 "attr94036") ) +(myObject (attribute1 "attr94037") ) +(myObject (attribute1 "attr94038") ) +(myObject (attribute1 "attr94039") ) +(myObject (attribute1 "attr94040") ) +(myObject (attribute1 "attr94041") ) +(myObject (attribute1 "attr94042") ) +(myObject (attribute1 "attr94043") ) +(myObject (attribute1 "attr94044") ) +(myObject (attribute1 "attr94045") ) +(myObject (attribute1 "attr94046") ) +(myObject (attribute1 "attr94047") ) +(myObject (attribute1 "attr94048") ) +(myObject (attribute1 "attr94049") ) +(myObject (attribute1 "attr94050") ) +(myObject (attribute1 "attr94051") ) +(myObject (attribute1 "attr94052") ) +(myObject (attribute1 "attr94053") ) +(myObject (attribute1 "attr94054") ) +(myObject (attribute1 "attr94055") ) +(myObject (attribute1 "attr94056") ) +(myObject (attribute1 "attr94057") ) +(myObject (attribute1 "attr94058") ) +(myObject (attribute1 "attr94059") ) +(myObject (attribute1 "attr94060") ) +(myObject (attribute1 "attr94061") ) +(myObject (attribute1 "attr94062") ) +(myObject (attribute1 "attr94063") ) +(myObject (attribute1 "attr94064") ) +(myObject (attribute1 "attr94065") ) +(myObject (attribute1 "attr94066") ) +(myObject (attribute1 "attr94067") ) +(myObject (attribute1 "attr94068") ) +(myObject (attribute1 "attr94069") ) +(myObject (attribute1 "attr94070") ) +(myObject (attribute1 "attr94071") ) +(myObject (attribute1 "attr94072") ) +(myObject (attribute1 "attr94073") ) +(myObject (attribute1 "attr94074") ) +(myObject (attribute1 "attr94075") ) +(myObject (attribute1 "attr94076") ) +(myObject (attribute1 "attr94077") ) +(myObject (attribute1 "attr94078") ) +(myObject (attribute1 "attr94079") ) +(myObject (attribute1 "attr94080") ) +(myObject (attribute1 "attr94081") ) +(myObject (attribute1 "attr94082") ) +(myObject (attribute1 "attr94083") ) +(myObject (attribute1 "attr94084") ) +(myObject (attribute1 "attr94085") ) +(myObject (attribute1 "attr94086") ) +(myObject (attribute1 "attr94087") ) +(myObject (attribute1 "attr94088") ) +(myObject (attribute1 "attr94089") ) +(myObject (attribute1 "attr94090") ) +(myObject (attribute1 "attr94091") ) +(myObject (attribute1 "attr94092") ) +(myObject (attribute1 "attr94093") ) +(myObject (attribute1 "attr94094") ) +(myObject (attribute1 "attr94095") ) +(myObject (attribute1 "attr94096") ) +(myObject (attribute1 "attr94097") ) +(myObject (attribute1 "attr94098") ) +(myObject (attribute1 "attr94099") ) +(myObject (attribute1 "attr94100") ) +(myObject (attribute1 "attr94101") ) +(myObject (attribute1 "attr94102") ) +(myObject (attribute1 "attr94103") ) +(myObject (attribute1 "attr94104") ) +(myObject (attribute1 "attr94105") ) +(myObject (attribute1 "attr94106") ) +(myObject (attribute1 "attr94107") ) +(myObject (attribute1 "attr94108") ) +(myObject (attribute1 "attr94109") ) +(myObject (attribute1 "attr94110") ) +(myObject (attribute1 "attr94111") ) +(myObject (attribute1 "attr94112") ) +(myObject (attribute1 "attr94113") ) +(myObject (attribute1 "attr94114") ) +(myObject (attribute1 "attr94115") ) +(myObject (attribute1 "attr94116") ) +(myObject (attribute1 "attr94117") ) +(myObject (attribute1 "attr94118") ) +(myObject (attribute1 "attr94119") ) +(myObject (attribute1 "attr94120") ) +(myObject (attribute1 "attr94121") ) +(myObject (attribute1 "attr94122") ) +(myObject (attribute1 "attr94123") ) +(myObject (attribute1 "attr94124") ) +(myObject (attribute1 "attr94125") ) +(myObject (attribute1 "attr94126") ) +(myObject (attribute1 "attr94127") ) +(myObject (attribute1 "attr94128") ) +(myObject (attribute1 "attr94129") ) +(myObject (attribute1 "attr94130") ) +(myObject (attribute1 "attr94131") ) +(myObject (attribute1 "attr94132") ) +(myObject (attribute1 "attr94133") ) +(myObject (attribute1 "attr94134") ) +(myObject (attribute1 "attr94135") ) +(myObject (attribute1 "attr94136") ) +(myObject (attribute1 "attr94137") ) +(myObject (attribute1 "attr94138") ) +(myObject (attribute1 "attr94139") ) +(myObject (attribute1 "attr94140") ) +(myObject (attribute1 "attr94141") ) +(myObject (attribute1 "attr94142") ) +(myObject (attribute1 "attr94143") ) +(myObject (attribute1 "attr94144") ) +(myObject (attribute1 "attr94145") ) +(myObject (attribute1 "attr94146") ) +(myObject (attribute1 "attr94147") ) +(myObject (attribute1 "attr94148") ) +(myObject (attribute1 "attr94149") ) +(myObject (attribute1 "attr94150") ) +(myObject (attribute1 "attr94151") ) +(myObject (attribute1 "attr94152") ) +(myObject (attribute1 "attr94153") ) +(myObject (attribute1 "attr94154") ) +(myObject (attribute1 "attr94155") ) +(myObject (attribute1 "attr94156") ) +(myObject (attribute1 "attr94157") ) +(myObject (attribute1 "attr94158") ) +(myObject (attribute1 "attr94159") ) +(myObject (attribute1 "attr94160") ) +(myObject (attribute1 "attr94161") ) +(myObject (attribute1 "attr94162") ) +(myObject (attribute1 "attr94163") ) +(myObject (attribute1 "attr94164") ) +(myObject (attribute1 "attr94165") ) +(myObject (attribute1 "attr94166") ) +(myObject (attribute1 "attr94167") ) +(myObject (attribute1 "attr94168") ) +(myObject (attribute1 "attr94169") ) +(myObject (attribute1 "attr94170") ) +(myObject (attribute1 "attr94171") ) +(myObject (attribute1 "attr94172") ) +(myObject (attribute1 "attr94173") ) +(myObject (attribute1 "attr94174") ) +(myObject (attribute1 "attr94175") ) +(myObject (attribute1 "attr94176") ) +(myObject (attribute1 "attr94177") ) +(myObject (attribute1 "attr94178") ) +(myObject (attribute1 "attr94179") ) +(myObject (attribute1 "attr94180") ) +(myObject (attribute1 "attr94181") ) +(myObject (attribute1 "attr94182") ) +(myObject (attribute1 "attr94183") ) +(myObject (attribute1 "attr94184") ) +(myObject (attribute1 "attr94185") ) +(myObject (attribute1 "attr94186") ) +(myObject (attribute1 "attr94187") ) +(myObject (attribute1 "attr94188") ) +(myObject (attribute1 "attr94189") ) +(myObject (attribute1 "attr94190") ) +(myObject (attribute1 "attr94191") ) +(myObject (attribute1 "attr94192") ) +(myObject (attribute1 "attr94193") ) +(myObject (attribute1 "attr94194") ) +(myObject (attribute1 "attr94195") ) +(myObject (attribute1 "attr94196") ) +(myObject (attribute1 "attr94197") ) +(myObject (attribute1 "attr94198") ) +(myObject (attribute1 "attr94199") ) +(myObject (attribute1 "attr94200") ) +(myObject (attribute1 "attr94201") ) +(myObject (attribute1 "attr94202") ) +(myObject (attribute1 "attr94203") ) +(myObject (attribute1 "attr94204") ) +(myObject (attribute1 "attr94205") ) +(myObject (attribute1 "attr94206") ) +(myObject (attribute1 "attr94207") ) +(myObject (attribute1 "attr94208") ) +(myObject (attribute1 "attr94209") ) +(myObject (attribute1 "attr94210") ) +(myObject (attribute1 "attr94211") ) +(myObject (attribute1 "attr94212") ) +(myObject (attribute1 "attr94213") ) +(myObject (attribute1 "attr94214") ) +(myObject (attribute1 "attr94215") ) +(myObject (attribute1 "attr94216") ) +(myObject (attribute1 "attr94217") ) +(myObject (attribute1 "attr94218") ) +(myObject (attribute1 "attr94219") ) +(myObject (attribute1 "attr94220") ) +(myObject (attribute1 "attr94221") ) +(myObject (attribute1 "attr94222") ) +(myObject (attribute1 "attr94223") ) +(myObject (attribute1 "attr94224") ) +(myObject (attribute1 "attr94225") ) +(myObject (attribute1 "attr94226") ) +(myObject (attribute1 "attr94227") ) +(myObject (attribute1 "attr94228") ) +(myObject (attribute1 "attr94229") ) +(myObject (attribute1 "attr94230") ) +(myObject (attribute1 "attr94231") ) +(myObject (attribute1 "attr94232") ) +(myObject (attribute1 "attr94233") ) +(myObject (attribute1 "attr94234") ) +(myObject (attribute1 "attr94235") ) +(myObject (attribute1 "attr94236") ) +(myObject (attribute1 "attr94237") ) +(myObject (attribute1 "attr94238") ) +(myObject (attribute1 "attr94239") ) +(myObject (attribute1 "attr94240") ) +(myObject (attribute1 "attr94241") ) +(myObject (attribute1 "attr94242") ) +(myObject (attribute1 "attr94243") ) +(myObject (attribute1 "attr94244") ) +(myObject (attribute1 "attr94245") ) +(myObject (attribute1 "attr94246") ) +(myObject (attribute1 "attr94247") ) +(myObject (attribute1 "attr94248") ) +(myObject (attribute1 "attr94249") ) +(myObject (attribute1 "attr94250") ) +(myObject (attribute1 "attr94251") ) +(myObject (attribute1 "attr94252") ) +(myObject (attribute1 "attr94253") ) +(myObject (attribute1 "attr94254") ) +(myObject (attribute1 "attr94255") ) +(myObject (attribute1 "attr94256") ) +(myObject (attribute1 "attr94257") ) +(myObject (attribute1 "attr94258") ) +(myObject (attribute1 "attr94259") ) +(myObject (attribute1 "attr94260") ) +(myObject (attribute1 "attr94261") ) +(myObject (attribute1 "attr94262") ) +(myObject (attribute1 "attr94263") ) +(myObject (attribute1 "attr94264") ) +(myObject (attribute1 "attr94265") ) +(myObject (attribute1 "attr94266") ) +(myObject (attribute1 "attr94267") ) +(myObject (attribute1 "attr94268") ) +(myObject (attribute1 "attr94269") ) +(myObject (attribute1 "attr94270") ) +(myObject (attribute1 "attr94271") ) +(myObject (attribute1 "attr94272") ) +(myObject (attribute1 "attr94273") ) +(myObject (attribute1 "attr94274") ) +(myObject (attribute1 "attr94275") ) +(myObject (attribute1 "attr94276") ) +(myObject (attribute1 "attr94277") ) +(myObject (attribute1 "attr94278") ) +(myObject (attribute1 "attr94279") ) +(myObject (attribute1 "attr94280") ) +(myObject (attribute1 "attr94281") ) +(myObject (attribute1 "attr94282") ) +(myObject (attribute1 "attr94283") ) +(myObject (attribute1 "attr94284") ) +(myObject (attribute1 "attr94285") ) +(myObject (attribute1 "attr94286") ) +(myObject (attribute1 "attr94287") ) +(myObject (attribute1 "attr94288") ) +(myObject (attribute1 "attr94289") ) +(myObject (attribute1 "attr94290") ) +(myObject (attribute1 "attr94291") ) +(myObject (attribute1 "attr94292") ) +(myObject (attribute1 "attr94293") ) +(myObject (attribute1 "attr94294") ) +(myObject (attribute1 "attr94295") ) +(myObject (attribute1 "attr94296") ) +(myObject (attribute1 "attr94297") ) +(myObject (attribute1 "attr94298") ) +(myObject (attribute1 "attr94299") ) +(myObject (attribute1 "attr94300") ) +(myObject (attribute1 "attr94301") ) +(myObject (attribute1 "attr94302") ) +(myObject (attribute1 "attr94303") ) +(myObject (attribute1 "attr94304") ) +(myObject (attribute1 "attr94305") ) +(myObject (attribute1 "attr94306") ) +(myObject (attribute1 "attr94307") ) +(myObject (attribute1 "attr94308") ) +(myObject (attribute1 "attr94309") ) +(myObject (attribute1 "attr94310") ) +(myObject (attribute1 "attr94311") ) +(myObject (attribute1 "attr94312") ) +(myObject (attribute1 "attr94313") ) +(myObject (attribute1 "attr94314") ) +(myObject (attribute1 "attr94315") ) +(myObject (attribute1 "attr94316") ) +(myObject (attribute1 "attr94317") ) +(myObject (attribute1 "attr94318") ) +(myObject (attribute1 "attr94319") ) +(myObject (attribute1 "attr94320") ) +(myObject (attribute1 "attr94321") ) +(myObject (attribute1 "attr94322") ) +(myObject (attribute1 "attr94323") ) +(myObject (attribute1 "attr94324") ) +(myObject (attribute1 "attr94325") ) +(myObject (attribute1 "attr94326") ) +(myObject (attribute1 "attr94327") ) +(myObject (attribute1 "attr94328") ) +(myObject (attribute1 "attr94329") ) +(myObject (attribute1 "attr94330") ) +(myObject (attribute1 "attr94331") ) +(myObject (attribute1 "attr94332") ) +(myObject (attribute1 "attr94333") ) +(myObject (attribute1 "attr94334") ) +(myObject (attribute1 "attr94335") ) +(myObject (attribute1 "attr94336") ) +(myObject (attribute1 "attr94337") ) +(myObject (attribute1 "attr94338") ) +(myObject (attribute1 "attr94339") ) +(myObject (attribute1 "attr94340") ) +(myObject (attribute1 "attr94341") ) +(myObject (attribute1 "attr94342") ) +(myObject (attribute1 "attr94343") ) +(myObject (attribute1 "attr94344") ) +(myObject (attribute1 "attr94345") ) +(myObject (attribute1 "attr94346") ) +(myObject (attribute1 "attr94347") ) +(myObject (attribute1 "attr94348") ) +(myObject (attribute1 "attr94349") ) +(myObject (attribute1 "attr94350") ) +(myObject (attribute1 "attr94351") ) +(myObject (attribute1 "attr94352") ) +(myObject (attribute1 "attr94353") ) +(myObject (attribute1 "attr94354") ) +(myObject (attribute1 "attr94355") ) +(myObject (attribute1 "attr94356") ) +(myObject (attribute1 "attr94357") ) +(myObject (attribute1 "attr94358") ) +(myObject (attribute1 "attr94359") ) +(myObject (attribute1 "attr94360") ) +(myObject (attribute1 "attr94361") ) +(myObject (attribute1 "attr94362") ) +(myObject (attribute1 "attr94363") ) +(myObject (attribute1 "attr94364") ) +(myObject (attribute1 "attr94365") ) +(myObject (attribute1 "attr94366") ) +(myObject (attribute1 "attr94367") ) +(myObject (attribute1 "attr94368") ) +(myObject (attribute1 "attr94369") ) +(myObject (attribute1 "attr94370") ) +(myObject (attribute1 "attr94371") ) +(myObject (attribute1 "attr94372") ) +(myObject (attribute1 "attr94373") ) +(myObject (attribute1 "attr94374") ) +(myObject (attribute1 "attr94375") ) +(myObject (attribute1 "attr94376") ) +(myObject (attribute1 "attr94377") ) +(myObject (attribute1 "attr94378") ) +(myObject (attribute1 "attr94379") ) +(myObject (attribute1 "attr94380") ) +(myObject (attribute1 "attr94381") ) +(myObject (attribute1 "attr94382") ) +(myObject (attribute1 "attr94383") ) +(myObject (attribute1 "attr94384") ) +(myObject (attribute1 "attr94385") ) +(myObject (attribute1 "attr94386") ) +(myObject (attribute1 "attr94387") ) +(myObject (attribute1 "attr94388") ) +(myObject (attribute1 "attr94389") ) +(myObject (attribute1 "attr94390") ) +(myObject (attribute1 "attr94391") ) +(myObject (attribute1 "attr94392") ) +(myObject (attribute1 "attr94393") ) +(myObject (attribute1 "attr94394") ) +(myObject (attribute1 "attr94395") ) +(myObject (attribute1 "attr94396") ) +(myObject (attribute1 "attr94397") ) +(myObject (attribute1 "attr94398") ) +(myObject (attribute1 "attr94399") ) +(myObject (attribute1 "attr94400") ) +(myObject (attribute1 "attr94401") ) +(myObject (attribute1 "attr94402") ) +(myObject (attribute1 "attr94403") ) +(myObject (attribute1 "attr94404") ) +(myObject (attribute1 "attr94405") ) +(myObject (attribute1 "attr94406") ) +(myObject (attribute1 "attr94407") ) +(myObject (attribute1 "attr94408") ) +(myObject (attribute1 "attr94409") ) +(myObject (attribute1 "attr94410") ) +(myObject (attribute1 "attr94411") ) +(myObject (attribute1 "attr94412") ) +(myObject (attribute1 "attr94413") ) +(myObject (attribute1 "attr94414") ) +(myObject (attribute1 "attr94415") ) +(myObject (attribute1 "attr94416") ) +(myObject (attribute1 "attr94417") ) +(myObject (attribute1 "attr94418") ) +(myObject (attribute1 "attr94419") ) +(myObject (attribute1 "attr94420") ) +(myObject (attribute1 "attr94421") ) +(myObject (attribute1 "attr94422") ) +(myObject (attribute1 "attr94423") ) +(myObject (attribute1 "attr94424") ) +(myObject (attribute1 "attr94425") ) +(myObject (attribute1 "attr94426") ) +(myObject (attribute1 "attr94427") ) +(myObject (attribute1 "attr94428") ) +(myObject (attribute1 "attr94429") ) +(myObject (attribute1 "attr94430") ) +(myObject (attribute1 "attr94431") ) +(myObject (attribute1 "attr94432") ) +(myObject (attribute1 "attr94433") ) +(myObject (attribute1 "attr94434") ) +(myObject (attribute1 "attr94435") ) +(myObject (attribute1 "attr94436") ) +(myObject (attribute1 "attr94437") ) +(myObject (attribute1 "attr94438") ) +(myObject (attribute1 "attr94439") ) +(myObject (attribute1 "attr94440") ) +(myObject (attribute1 "attr94441") ) +(myObject (attribute1 "attr94442") ) +(myObject (attribute1 "attr94443") ) +(myObject (attribute1 "attr94444") ) +(myObject (attribute1 "attr94445") ) +(myObject (attribute1 "attr94446") ) +(myObject (attribute1 "attr94447") ) +(myObject (attribute1 "attr94448") ) +(myObject (attribute1 "attr94449") ) +(myObject (attribute1 "attr94450") ) +(myObject (attribute1 "attr94451") ) +(myObject (attribute1 "attr94452") ) +(myObject (attribute1 "attr94453") ) +(myObject (attribute1 "attr94454") ) +(myObject (attribute1 "attr94455") ) +(myObject (attribute1 "attr94456") ) +(myObject (attribute1 "attr94457") ) +(myObject (attribute1 "attr94458") ) +(myObject (attribute1 "attr94459") ) +(myObject (attribute1 "attr94460") ) +(myObject (attribute1 "attr94461") ) +(myObject (attribute1 "attr94462") ) +(myObject (attribute1 "attr94463") ) +(myObject (attribute1 "attr94464") ) +(myObject (attribute1 "attr94465") ) +(myObject (attribute1 "attr94466") ) +(myObject (attribute1 "attr94467") ) +(myObject (attribute1 "attr94468") ) +(myObject (attribute1 "attr94469") ) +(myObject (attribute1 "attr94470") ) +(myObject (attribute1 "attr94471") ) +(myObject (attribute1 "attr94472") ) +(myObject (attribute1 "attr94473") ) +(myObject (attribute1 "attr94474") ) +(myObject (attribute1 "attr94475") ) +(myObject (attribute1 "attr94476") ) +(myObject (attribute1 "attr94477") ) +(myObject (attribute1 "attr94478") ) +(myObject (attribute1 "attr94479") ) +(myObject (attribute1 "attr94480") ) +(myObject (attribute1 "attr94481") ) +(myObject (attribute1 "attr94482") ) +(myObject (attribute1 "attr94483") ) +(myObject (attribute1 "attr94484") ) +(myObject (attribute1 "attr94485") ) +(myObject (attribute1 "attr94486") ) +(myObject (attribute1 "attr94487") ) +(myObject (attribute1 "attr94488") ) +(myObject (attribute1 "attr94489") ) +(myObject (attribute1 "attr94490") ) +(myObject (attribute1 "attr94491") ) +(myObject (attribute1 "attr94492") ) +(myObject (attribute1 "attr94493") ) +(myObject (attribute1 "attr94494") ) +(myObject (attribute1 "attr94495") ) +(myObject (attribute1 "attr94496") ) +(myObject (attribute1 "attr94497") ) +(myObject (attribute1 "attr94498") ) +(myObject (attribute1 "attr94499") ) +(myObject (attribute1 "attr94500") ) +(myObject (attribute1 "attr94501") ) +(myObject (attribute1 "attr94502") ) +(myObject (attribute1 "attr94503") ) +(myObject (attribute1 "attr94504") ) +(myObject (attribute1 "attr94505") ) +(myObject (attribute1 "attr94506") ) +(myObject (attribute1 "attr94507") ) +(myObject (attribute1 "attr94508") ) +(myObject (attribute1 "attr94509") ) +(myObject (attribute1 "attr94510") ) +(myObject (attribute1 "attr94511") ) +(myObject (attribute1 "attr94512") ) +(myObject (attribute1 "attr94513") ) +(myObject (attribute1 "attr94514") ) +(myObject (attribute1 "attr94515") ) +(myObject (attribute1 "attr94516") ) +(myObject (attribute1 "attr94517") ) +(myObject (attribute1 "attr94518") ) +(myObject (attribute1 "attr94519") ) +(myObject (attribute1 "attr94520") ) +(myObject (attribute1 "attr94521") ) +(myObject (attribute1 "attr94522") ) +(myObject (attribute1 "attr94523") ) +(myObject (attribute1 "attr94524") ) +(myObject (attribute1 "attr94525") ) +(myObject (attribute1 "attr94526") ) +(myObject (attribute1 "attr94527") ) +(myObject (attribute1 "attr94528") ) +(myObject (attribute1 "attr94529") ) +(myObject (attribute1 "attr94530") ) +(myObject (attribute1 "attr94531") ) +(myObject (attribute1 "attr94532") ) +(myObject (attribute1 "attr94533") ) +(myObject (attribute1 "attr94534") ) +(myObject (attribute1 "attr94535") ) +(myObject (attribute1 "attr94536") ) +(myObject (attribute1 "attr94537") ) +(myObject (attribute1 "attr94538") ) +(myObject (attribute1 "attr94539") ) +(myObject (attribute1 "attr94540") ) +(myObject (attribute1 "attr94541") ) +(myObject (attribute1 "attr94542") ) +(myObject (attribute1 "attr94543") ) +(myObject (attribute1 "attr94544") ) +(myObject (attribute1 "attr94545") ) +(myObject (attribute1 "attr94546") ) +(myObject (attribute1 "attr94547") ) +(myObject (attribute1 "attr94548") ) +(myObject (attribute1 "attr94549") ) +(myObject (attribute1 "attr94550") ) +(myObject (attribute1 "attr94551") ) +(myObject (attribute1 "attr94552") ) +(myObject (attribute1 "attr94553") ) +(myObject (attribute1 "attr94554") ) +(myObject (attribute1 "attr94555") ) +(myObject (attribute1 "attr94556") ) +(myObject (attribute1 "attr94557") ) +(myObject (attribute1 "attr94558") ) +(myObject (attribute1 "attr94559") ) +(myObject (attribute1 "attr94560") ) +(myObject (attribute1 "attr94561") ) +(myObject (attribute1 "attr94562") ) +(myObject (attribute1 "attr94563") ) +(myObject (attribute1 "attr94564") ) +(myObject (attribute1 "attr94565") ) +(myObject (attribute1 "attr94566") ) +(myObject (attribute1 "attr94567") ) +(myObject (attribute1 "attr94568") ) +(myObject (attribute1 "attr94569") ) +(myObject (attribute1 "attr94570") ) +(myObject (attribute1 "attr94571") ) +(myObject (attribute1 "attr94572") ) +(myObject (attribute1 "attr94573") ) +(myObject (attribute1 "attr94574") ) +(myObject (attribute1 "attr94575") ) +(myObject (attribute1 "attr94576") ) +(myObject (attribute1 "attr94577") ) +(myObject (attribute1 "attr94578") ) +(myObject (attribute1 "attr94579") ) +(myObject (attribute1 "attr94580") ) +(myObject (attribute1 "attr94581") ) +(myObject (attribute1 "attr94582") ) +(myObject (attribute1 "attr94583") ) +(myObject (attribute1 "attr94584") ) +(myObject (attribute1 "attr94585") ) +(myObject (attribute1 "attr94586") ) +(myObject (attribute1 "attr94587") ) +(myObject (attribute1 "attr94588") ) +(myObject (attribute1 "attr94589") ) +(myObject (attribute1 "attr94590") ) +(myObject (attribute1 "attr94591") ) +(myObject (attribute1 "attr94592") ) +(myObject (attribute1 "attr94593") ) +(myObject (attribute1 "attr94594") ) +(myObject (attribute1 "attr94595") ) +(myObject (attribute1 "attr94596") ) +(myObject (attribute1 "attr94597") ) +(myObject (attribute1 "attr94598") ) +(myObject (attribute1 "attr94599") ) +(myObject (attribute1 "attr94600") ) +(myObject (attribute1 "attr94601") ) +(myObject (attribute1 "attr94602") ) +(myObject (attribute1 "attr94603") ) +(myObject (attribute1 "attr94604") ) +(myObject (attribute1 "attr94605") ) +(myObject (attribute1 "attr94606") ) +(myObject (attribute1 "attr94607") ) +(myObject (attribute1 "attr94608") ) +(myObject (attribute1 "attr94609") ) +(myObject (attribute1 "attr94610") ) +(myObject (attribute1 "attr94611") ) +(myObject (attribute1 "attr94612") ) +(myObject (attribute1 "attr94613") ) +(myObject (attribute1 "attr94614") ) +(myObject (attribute1 "attr94615") ) +(myObject (attribute1 "attr94616") ) +(myObject (attribute1 "attr94617") ) +(myObject (attribute1 "attr94618") ) +(myObject (attribute1 "attr94619") ) +(myObject (attribute1 "attr94620") ) +(myObject (attribute1 "attr94621") ) +(myObject (attribute1 "attr94622") ) +(myObject (attribute1 "attr94623") ) +(myObject (attribute1 "attr94624") ) +(myObject (attribute1 "attr94625") ) +(myObject (attribute1 "attr94626") ) +(myObject (attribute1 "attr94627") ) +(myObject (attribute1 "attr94628") ) +(myObject (attribute1 "attr94629") ) +(myObject (attribute1 "attr94630") ) +(myObject (attribute1 "attr94631") ) +(myObject (attribute1 "attr94632") ) +(myObject (attribute1 "attr94633") ) +(myObject (attribute1 "attr94634") ) +(myObject (attribute1 "attr94635") ) +(myObject (attribute1 "attr94636") ) +(myObject (attribute1 "attr94637") ) +(myObject (attribute1 "attr94638") ) +(myObject (attribute1 "attr94639") ) +(myObject (attribute1 "attr94640") ) +(myObject (attribute1 "attr94641") ) +(myObject (attribute1 "attr94642") ) +(myObject (attribute1 "attr94643") ) +(myObject (attribute1 "attr94644") ) +(myObject (attribute1 "attr94645") ) +(myObject (attribute1 "attr94646") ) +(myObject (attribute1 "attr94647") ) +(myObject (attribute1 "attr94648") ) +(myObject (attribute1 "attr94649") ) +(myObject (attribute1 "attr94650") ) +(myObject (attribute1 "attr94651") ) +(myObject (attribute1 "attr94652") ) +(myObject (attribute1 "attr94653") ) +(myObject (attribute1 "attr94654") ) +(myObject (attribute1 "attr94655") ) +(myObject (attribute1 "attr94656") ) +(myObject (attribute1 "attr94657") ) +(myObject (attribute1 "attr94658") ) +(myObject (attribute1 "attr94659") ) +(myObject (attribute1 "attr94660") ) +(myObject (attribute1 "attr94661") ) +(myObject (attribute1 "attr94662") ) +(myObject (attribute1 "attr94663") ) +(myObject (attribute1 "attr94664") ) +(myObject (attribute1 "attr94665") ) +(myObject (attribute1 "attr94666") ) +(myObject (attribute1 "attr94667") ) +(myObject (attribute1 "attr94668") ) +(myObject (attribute1 "attr94669") ) +(myObject (attribute1 "attr94670") ) +(myObject (attribute1 "attr94671") ) +(myObject (attribute1 "attr94672") ) +(myObject (attribute1 "attr94673") ) +(myObject (attribute1 "attr94674") ) +(myObject (attribute1 "attr94675") ) +(myObject (attribute1 "attr94676") ) +(myObject (attribute1 "attr94677") ) +(myObject (attribute1 "attr94678") ) +(myObject (attribute1 "attr94679") ) +(myObject (attribute1 "attr94680") ) +(myObject (attribute1 "attr94681") ) +(myObject (attribute1 "attr94682") ) +(myObject (attribute1 "attr94683") ) +(myObject (attribute1 "attr94684") ) +(myObject (attribute1 "attr94685") ) +(myObject (attribute1 "attr94686") ) +(myObject (attribute1 "attr94687") ) +(myObject (attribute1 "attr94688") ) +(myObject (attribute1 "attr94689") ) +(myObject (attribute1 "attr94690") ) +(myObject (attribute1 "attr94691") ) +(myObject (attribute1 "attr94692") ) +(myObject (attribute1 "attr94693") ) +(myObject (attribute1 "attr94694") ) +(myObject (attribute1 "attr94695") ) +(myObject (attribute1 "attr94696") ) +(myObject (attribute1 "attr94697") ) +(myObject (attribute1 "attr94698") ) +(myObject (attribute1 "attr94699") ) +(myObject (attribute1 "attr94700") ) +(myObject (attribute1 "attr94701") ) +(myObject (attribute1 "attr94702") ) +(myObject (attribute1 "attr94703") ) +(myObject (attribute1 "attr94704") ) +(myObject (attribute1 "attr94705") ) +(myObject (attribute1 "attr94706") ) +(myObject (attribute1 "attr94707") ) +(myObject (attribute1 "attr94708") ) +(myObject (attribute1 "attr94709") ) +(myObject (attribute1 "attr94710") ) +(myObject (attribute1 "attr94711") ) +(myObject (attribute1 "attr94712") ) +(myObject (attribute1 "attr94713") ) +(myObject (attribute1 "attr94714") ) +(myObject (attribute1 "attr94715") ) +(myObject (attribute1 "attr94716") ) +(myObject (attribute1 "attr94717") ) +(myObject (attribute1 "attr94718") ) +(myObject (attribute1 "attr94719") ) +(myObject (attribute1 "attr94720") ) +(myObject (attribute1 "attr94721") ) +(myObject (attribute1 "attr94722") ) +(myObject (attribute1 "attr94723") ) +(myObject (attribute1 "attr94724") ) +(myObject (attribute1 "attr94725") ) +(myObject (attribute1 "attr94726") ) +(myObject (attribute1 "attr94727") ) +(myObject (attribute1 "attr94728") ) +(myObject (attribute1 "attr94729") ) +(myObject (attribute1 "attr94730") ) +(myObject (attribute1 "attr94731") ) +(myObject (attribute1 "attr94732") ) +(myObject (attribute1 "attr94733") ) +(myObject (attribute1 "attr94734") ) +(myObject (attribute1 "attr94735") ) +(myObject (attribute1 "attr94736") ) +(myObject (attribute1 "attr94737") ) +(myObject (attribute1 "attr94738") ) +(myObject (attribute1 "attr94739") ) +(myObject (attribute1 "attr94740") ) +(myObject (attribute1 "attr94741") ) +(myObject (attribute1 "attr94742") ) +(myObject (attribute1 "attr94743") ) +(myObject (attribute1 "attr94744") ) +(myObject (attribute1 "attr94745") ) +(myObject (attribute1 "attr94746") ) +(myObject (attribute1 "attr94747") ) +(myObject (attribute1 "attr94748") ) +(myObject (attribute1 "attr94749") ) +(myObject (attribute1 "attr94750") ) +(myObject (attribute1 "attr94751") ) +(myObject (attribute1 "attr94752") ) +(myObject (attribute1 "attr94753") ) +(myObject (attribute1 "attr94754") ) +(myObject (attribute1 "attr94755") ) +(myObject (attribute1 "attr94756") ) +(myObject (attribute1 "attr94757") ) +(myObject (attribute1 "attr94758") ) +(myObject (attribute1 "attr94759") ) +(myObject (attribute1 "attr94760") ) +(myObject (attribute1 "attr94761") ) +(myObject (attribute1 "attr94762") ) +(myObject (attribute1 "attr94763") ) +(myObject (attribute1 "attr94764") ) +(myObject (attribute1 "attr94765") ) +(myObject (attribute1 "attr94766") ) +(myObject (attribute1 "attr94767") ) +(myObject (attribute1 "attr94768") ) +(myObject (attribute1 "attr94769") ) +(myObject (attribute1 "attr94770") ) +(myObject (attribute1 "attr94771") ) +(myObject (attribute1 "attr94772") ) +(myObject (attribute1 "attr94773") ) +(myObject (attribute1 "attr94774") ) +(myObject (attribute1 "attr94775") ) +(myObject (attribute1 "attr94776") ) +(myObject (attribute1 "attr94777") ) +(myObject (attribute1 "attr94778") ) +(myObject (attribute1 "attr94779") ) +(myObject (attribute1 "attr94780") ) +(myObject (attribute1 "attr94781") ) +(myObject (attribute1 "attr94782") ) +(myObject (attribute1 "attr94783") ) +(myObject (attribute1 "attr94784") ) +(myObject (attribute1 "attr94785") ) +(myObject (attribute1 "attr94786") ) +(myObject (attribute1 "attr94787") ) +(myObject (attribute1 "attr94788") ) +(myObject (attribute1 "attr94789") ) +(myObject (attribute1 "attr94790") ) +(myObject (attribute1 "attr94791") ) +(myObject (attribute1 "attr94792") ) +(myObject (attribute1 "attr94793") ) +(myObject (attribute1 "attr94794") ) +(myObject (attribute1 "attr94795") ) +(myObject (attribute1 "attr94796") ) +(myObject (attribute1 "attr94797") ) +(myObject (attribute1 "attr94798") ) +(myObject (attribute1 "attr94799") ) +(myObject (attribute1 "attr94800") ) +(myObject (attribute1 "attr94801") ) +(myObject (attribute1 "attr94802") ) +(myObject (attribute1 "attr94803") ) +(myObject (attribute1 "attr94804") ) +(myObject (attribute1 "attr94805") ) +(myObject (attribute1 "attr94806") ) +(myObject (attribute1 "attr94807") ) +(myObject (attribute1 "attr94808") ) +(myObject (attribute1 "attr94809") ) +(myObject (attribute1 "attr94810") ) +(myObject (attribute1 "attr94811") ) +(myObject (attribute1 "attr94812") ) +(myObject (attribute1 "attr94813") ) +(myObject (attribute1 "attr94814") ) +(myObject (attribute1 "attr94815") ) +(myObject (attribute1 "attr94816") ) +(myObject (attribute1 "attr94817") ) +(myObject (attribute1 "attr94818") ) +(myObject (attribute1 "attr94819") ) +(myObject (attribute1 "attr94820") ) +(myObject (attribute1 "attr94821") ) +(myObject (attribute1 "attr94822") ) +(myObject (attribute1 "attr94823") ) +(myObject (attribute1 "attr94824") ) +(myObject (attribute1 "attr94825") ) +(myObject (attribute1 "attr94826") ) +(myObject (attribute1 "attr94827") ) +(myObject (attribute1 "attr94828") ) +(myObject (attribute1 "attr94829") ) +(myObject (attribute1 "attr94830") ) +(myObject (attribute1 "attr94831") ) +(myObject (attribute1 "attr94832") ) +(myObject (attribute1 "attr94833") ) +(myObject (attribute1 "attr94834") ) +(myObject (attribute1 "attr94835") ) +(myObject (attribute1 "attr94836") ) +(myObject (attribute1 "attr94837") ) +(myObject (attribute1 "attr94838") ) +(myObject (attribute1 "attr94839") ) +(myObject (attribute1 "attr94840") ) +(myObject (attribute1 "attr94841") ) +(myObject (attribute1 "attr94842") ) +(myObject (attribute1 "attr94843") ) +(myObject (attribute1 "attr94844") ) +(myObject (attribute1 "attr94845") ) +(myObject (attribute1 "attr94846") ) +(myObject (attribute1 "attr94847") ) +(myObject (attribute1 "attr94848") ) +(myObject (attribute1 "attr94849") ) +(myObject (attribute1 "attr94850") ) +(myObject (attribute1 "attr94851") ) +(myObject (attribute1 "attr94852") ) +(myObject (attribute1 "attr94853") ) +(myObject (attribute1 "attr94854") ) +(myObject (attribute1 "attr94855") ) +(myObject (attribute1 "attr94856") ) +(myObject (attribute1 "attr94857") ) +(myObject (attribute1 "attr94858") ) +(myObject (attribute1 "attr94859") ) +(myObject (attribute1 "attr94860") ) +(myObject (attribute1 "attr94861") ) +(myObject (attribute1 "attr94862") ) +(myObject (attribute1 "attr94863") ) +(myObject (attribute1 "attr94864") ) +(myObject (attribute1 "attr94865") ) +(myObject (attribute1 "attr94866") ) +(myObject (attribute1 "attr94867") ) +(myObject (attribute1 "attr94868") ) +(myObject (attribute1 "attr94869") ) +(myObject (attribute1 "attr94870") ) +(myObject (attribute1 "attr94871") ) +(myObject (attribute1 "attr94872") ) +(myObject (attribute1 "attr94873") ) +(myObject (attribute1 "attr94874") ) +(myObject (attribute1 "attr94875") ) +(myObject (attribute1 "attr94876") ) +(myObject (attribute1 "attr94877") ) +(myObject (attribute1 "attr94878") ) +(myObject (attribute1 "attr94879") ) +(myObject (attribute1 "attr94880") ) +(myObject (attribute1 "attr94881") ) +(myObject (attribute1 "attr94882") ) +(myObject (attribute1 "attr94883") ) +(myObject (attribute1 "attr94884") ) +(myObject (attribute1 "attr94885") ) +(myObject (attribute1 "attr94886") ) +(myObject (attribute1 "attr94887") ) +(myObject (attribute1 "attr94888") ) +(myObject (attribute1 "attr94889") ) +(myObject (attribute1 "attr94890") ) +(myObject (attribute1 "attr94891") ) +(myObject (attribute1 "attr94892") ) +(myObject (attribute1 "attr94893") ) +(myObject (attribute1 "attr94894") ) +(myObject (attribute1 "attr94895") ) +(myObject (attribute1 "attr94896") ) +(myObject (attribute1 "attr94897") ) +(myObject (attribute1 "attr94898") ) +(myObject (attribute1 "attr94899") ) +(myObject (attribute1 "attr94900") ) +(myObject (attribute1 "attr94901") ) +(myObject (attribute1 "attr94902") ) +(myObject (attribute1 "attr94903") ) +(myObject (attribute1 "attr94904") ) +(myObject (attribute1 "attr94905") ) +(myObject (attribute1 "attr94906") ) +(myObject (attribute1 "attr94907") ) +(myObject (attribute1 "attr94908") ) +(myObject (attribute1 "attr94909") ) +(myObject (attribute1 "attr94910") ) +(myObject (attribute1 "attr94911") ) +(myObject (attribute1 "attr94912") ) +(myObject (attribute1 "attr94913") ) +(myObject (attribute1 "attr94914") ) +(myObject (attribute1 "attr94915") ) +(myObject (attribute1 "attr94916") ) +(myObject (attribute1 "attr94917") ) +(myObject (attribute1 "attr94918") ) +(myObject (attribute1 "attr94919") ) +(myObject (attribute1 "attr94920") ) +(myObject (attribute1 "attr94921") ) +(myObject (attribute1 "attr94922") ) +(myObject (attribute1 "attr94923") ) +(myObject (attribute1 "attr94924") ) +(myObject (attribute1 "attr94925") ) +(myObject (attribute1 "attr94926") ) +(myObject (attribute1 "attr94927") ) +(myObject (attribute1 "attr94928") ) +(myObject (attribute1 "attr94929") ) +(myObject (attribute1 "attr94930") ) +(myObject (attribute1 "attr94931") ) +(myObject (attribute1 "attr94932") ) +(myObject (attribute1 "attr94933") ) +(myObject (attribute1 "attr94934") ) +(myObject (attribute1 "attr94935") ) +(myObject (attribute1 "attr94936") ) +(myObject (attribute1 "attr94937") ) +(myObject (attribute1 "attr94938") ) +(myObject (attribute1 "attr94939") ) +(myObject (attribute1 "attr94940") ) +(myObject (attribute1 "attr94941") ) +(myObject (attribute1 "attr94942") ) +(myObject (attribute1 "attr94943") ) +(myObject (attribute1 "attr94944") ) +(myObject (attribute1 "attr94945") ) +(myObject (attribute1 "attr94946") ) +(myObject (attribute1 "attr94947") ) +(myObject (attribute1 "attr94948") ) +(myObject (attribute1 "attr94949") ) +(myObject (attribute1 "attr94950") ) +(myObject (attribute1 "attr94951") ) +(myObject (attribute1 "attr94952") ) +(myObject (attribute1 "attr94953") ) +(myObject (attribute1 "attr94954") ) +(myObject (attribute1 "attr94955") ) +(myObject (attribute1 "attr94956") ) +(myObject (attribute1 "attr94957") ) +(myObject (attribute1 "attr94958") ) +(myObject (attribute1 "attr94959") ) +(myObject (attribute1 "attr94960") ) +(myObject (attribute1 "attr94961") ) +(myObject (attribute1 "attr94962") ) +(myObject (attribute1 "attr94963") ) +(myObject (attribute1 "attr94964") ) +(myObject (attribute1 "attr94965") ) +(myObject (attribute1 "attr94966") ) +(myObject (attribute1 "attr94967") ) +(myObject (attribute1 "attr94968") ) +(myObject (attribute1 "attr94969") ) +(myObject (attribute1 "attr94970") ) +(myObject (attribute1 "attr94971") ) +(myObject (attribute1 "attr94972") ) +(myObject (attribute1 "attr94973") ) +(myObject (attribute1 "attr94974") ) +(myObject (attribute1 "attr94975") ) +(myObject (attribute1 "attr94976") ) +(myObject (attribute1 "attr94977") ) +(myObject (attribute1 "attr94978") ) +(myObject (attribute1 "attr94979") ) +(myObject (attribute1 "attr94980") ) +(myObject (attribute1 "attr94981") ) +(myObject (attribute1 "attr94982") ) +(myObject (attribute1 "attr94983") ) +(myObject (attribute1 "attr94984") ) +(myObject (attribute1 "attr94985") ) +(myObject (attribute1 "attr94986") ) +(myObject (attribute1 "attr94987") ) +(myObject (attribute1 "attr94988") ) +(myObject (attribute1 "attr94989") ) +(myObject (attribute1 "attr94990") ) +(myObject (attribute1 "attr94991") ) +(myObject (attribute1 "attr94992") ) +(myObject (attribute1 "attr94993") ) +(myObject (attribute1 "attr94994") ) +(myObject (attribute1 "attr94995") ) +(myObject (attribute1 "attr94996") ) +(myObject (attribute1 "attr94997") ) +(myObject (attribute1 "attr94998") ) +(myObject (attribute1 "attr94999") ) +(myObject (attribute1 "attr95000") ) +(myObject (attribute1 "attr95001") ) +(myObject (attribute1 "attr95002") ) +(myObject (attribute1 "attr95003") ) +(myObject (attribute1 "attr95004") ) +(myObject (attribute1 "attr95005") ) +(myObject (attribute1 "attr95006") ) +(myObject (attribute1 "attr95007") ) +(myObject (attribute1 "attr95008") ) +(myObject (attribute1 "attr95009") ) +(myObject (attribute1 "attr95010") ) +(myObject (attribute1 "attr95011") ) +(myObject (attribute1 "attr95012") ) +(myObject (attribute1 "attr95013") ) +(myObject (attribute1 "attr95014") ) +(myObject (attribute1 "attr95015") ) +(myObject (attribute1 "attr95016") ) +(myObject (attribute1 "attr95017") ) +(myObject (attribute1 "attr95018") ) +(myObject (attribute1 "attr95019") ) +(myObject (attribute1 "attr95020") ) +(myObject (attribute1 "attr95021") ) +(myObject (attribute1 "attr95022") ) +(myObject (attribute1 "attr95023") ) +(myObject (attribute1 "attr95024") ) +(myObject (attribute1 "attr95025") ) +(myObject (attribute1 "attr95026") ) +(myObject (attribute1 "attr95027") ) +(myObject (attribute1 "attr95028") ) +(myObject (attribute1 "attr95029") ) +(myObject (attribute1 "attr95030") ) +(myObject (attribute1 "attr95031") ) +(myObject (attribute1 "attr95032") ) +(myObject (attribute1 "attr95033") ) +(myObject (attribute1 "attr95034") ) +(myObject (attribute1 "attr95035") ) +(myObject (attribute1 "attr95036") ) +(myObject (attribute1 "attr95037") ) +(myObject (attribute1 "attr95038") ) +(myObject (attribute1 "attr95039") ) +(myObject (attribute1 "attr95040") ) +(myObject (attribute1 "attr95041") ) +(myObject (attribute1 "attr95042") ) +(myObject (attribute1 "attr95043") ) +(myObject (attribute1 "attr95044") ) +(myObject (attribute1 "attr95045") ) +(myObject (attribute1 "attr95046") ) +(myObject (attribute1 "attr95047") ) +(myObject (attribute1 "attr95048") ) +(myObject (attribute1 "attr95049") ) +(myObject (attribute1 "attr95050") ) +(myObject (attribute1 "attr95051") ) +(myObject (attribute1 "attr95052") ) +(myObject (attribute1 "attr95053") ) +(myObject (attribute1 "attr95054") ) +(myObject (attribute1 "attr95055") ) +(myObject (attribute1 "attr95056") ) +(myObject (attribute1 "attr95057") ) +(myObject (attribute1 "attr95058") ) +(myObject (attribute1 "attr95059") ) +(myObject (attribute1 "attr95060") ) +(myObject (attribute1 "attr95061") ) +(myObject (attribute1 "attr95062") ) +(myObject (attribute1 "attr95063") ) +(myObject (attribute1 "attr95064") ) +(myObject (attribute1 "attr95065") ) +(myObject (attribute1 "attr95066") ) +(myObject (attribute1 "attr95067") ) +(myObject (attribute1 "attr95068") ) +(myObject (attribute1 "attr95069") ) +(myObject (attribute1 "attr95070") ) +(myObject (attribute1 "attr95071") ) +(myObject (attribute1 "attr95072") ) +(myObject (attribute1 "attr95073") ) +(myObject (attribute1 "attr95074") ) +(myObject (attribute1 "attr95075") ) +(myObject (attribute1 "attr95076") ) +(myObject (attribute1 "attr95077") ) +(myObject (attribute1 "attr95078") ) +(myObject (attribute1 "attr95079") ) +(myObject (attribute1 "attr95080") ) +(myObject (attribute1 "attr95081") ) +(myObject (attribute1 "attr95082") ) +(myObject (attribute1 "attr95083") ) +(myObject (attribute1 "attr95084") ) +(myObject (attribute1 "attr95085") ) +(myObject (attribute1 "attr95086") ) +(myObject (attribute1 "attr95087") ) +(myObject (attribute1 "attr95088") ) +(myObject (attribute1 "attr95089") ) +(myObject (attribute1 "attr95090") ) +(myObject (attribute1 "attr95091") ) +(myObject (attribute1 "attr95092") ) +(myObject (attribute1 "attr95093") ) +(myObject (attribute1 "attr95094") ) +(myObject (attribute1 "attr95095") ) +(myObject (attribute1 "attr95096") ) +(myObject (attribute1 "attr95097") ) +(myObject (attribute1 "attr95098") ) +(myObject (attribute1 "attr95099") ) +(myObject (attribute1 "attr95100") ) +(myObject (attribute1 "attr95101") ) +(myObject (attribute1 "attr95102") ) +(myObject (attribute1 "attr95103") ) +(myObject (attribute1 "attr95104") ) +(myObject (attribute1 "attr95105") ) +(myObject (attribute1 "attr95106") ) +(myObject (attribute1 "attr95107") ) +(myObject (attribute1 "attr95108") ) +(myObject (attribute1 "attr95109") ) +(myObject (attribute1 "attr95110") ) +(myObject (attribute1 "attr95111") ) +(myObject (attribute1 "attr95112") ) +(myObject (attribute1 "attr95113") ) +(myObject (attribute1 "attr95114") ) +(myObject (attribute1 "attr95115") ) +(myObject (attribute1 "attr95116") ) +(myObject (attribute1 "attr95117") ) +(myObject (attribute1 "attr95118") ) +(myObject (attribute1 "attr95119") ) +(myObject (attribute1 "attr95120") ) +(myObject (attribute1 "attr95121") ) +(myObject (attribute1 "attr95122") ) +(myObject (attribute1 "attr95123") ) +(myObject (attribute1 "attr95124") ) +(myObject (attribute1 "attr95125") ) +(myObject (attribute1 "attr95126") ) +(myObject (attribute1 "attr95127") ) +(myObject (attribute1 "attr95128") ) +(myObject (attribute1 "attr95129") ) +(myObject (attribute1 "attr95130") ) +(myObject (attribute1 "attr95131") ) +(myObject (attribute1 "attr95132") ) +(myObject (attribute1 "attr95133") ) +(myObject (attribute1 "attr95134") ) +(myObject (attribute1 "attr95135") ) +(myObject (attribute1 "attr95136") ) +(myObject (attribute1 "attr95137") ) +(myObject (attribute1 "attr95138") ) +(myObject (attribute1 "attr95139") ) +(myObject (attribute1 "attr95140") ) +(myObject (attribute1 "attr95141") ) +(myObject (attribute1 "attr95142") ) +(myObject (attribute1 "attr95143") ) +(myObject (attribute1 "attr95144") ) +(myObject (attribute1 "attr95145") ) +(myObject (attribute1 "attr95146") ) +(myObject (attribute1 "attr95147") ) +(myObject (attribute1 "attr95148") ) +(myObject (attribute1 "attr95149") ) +(myObject (attribute1 "attr95150") ) +(myObject (attribute1 "attr95151") ) +(myObject (attribute1 "attr95152") ) +(myObject (attribute1 "attr95153") ) +(myObject (attribute1 "attr95154") ) +(myObject (attribute1 "attr95155") ) +(myObject (attribute1 "attr95156") ) +(myObject (attribute1 "attr95157") ) +(myObject (attribute1 "attr95158") ) +(myObject (attribute1 "attr95159") ) +(myObject (attribute1 "attr95160") ) +(myObject (attribute1 "attr95161") ) +(myObject (attribute1 "attr95162") ) +(myObject (attribute1 "attr95163") ) +(myObject (attribute1 "attr95164") ) +(myObject (attribute1 "attr95165") ) +(myObject (attribute1 "attr95166") ) +(myObject (attribute1 "attr95167") ) +(myObject (attribute1 "attr95168") ) +(myObject (attribute1 "attr95169") ) +(myObject (attribute1 "attr95170") ) +(myObject (attribute1 "attr95171") ) +(myObject (attribute1 "attr95172") ) +(myObject (attribute1 "attr95173") ) +(myObject (attribute1 "attr95174") ) +(myObject (attribute1 "attr95175") ) +(myObject (attribute1 "attr95176") ) +(myObject (attribute1 "attr95177") ) +(myObject (attribute1 "attr95178") ) +(myObject (attribute1 "attr95179") ) +(myObject (attribute1 "attr95180") ) +(myObject (attribute1 "attr95181") ) +(myObject (attribute1 "attr95182") ) +(myObject (attribute1 "attr95183") ) +(myObject (attribute1 "attr95184") ) +(myObject (attribute1 "attr95185") ) +(myObject (attribute1 "attr95186") ) +(myObject (attribute1 "attr95187") ) +(myObject (attribute1 "attr95188") ) +(myObject (attribute1 "attr95189") ) +(myObject (attribute1 "attr95190") ) +(myObject (attribute1 "attr95191") ) +(myObject (attribute1 "attr95192") ) +(myObject (attribute1 "attr95193") ) +(myObject (attribute1 "attr95194") ) +(myObject (attribute1 "attr95195") ) +(myObject (attribute1 "attr95196") ) +(myObject (attribute1 "attr95197") ) +(myObject (attribute1 "attr95198") ) +(myObject (attribute1 "attr95199") ) +(myObject (attribute1 "attr95200") ) +(myObject (attribute1 "attr95201") ) +(myObject (attribute1 "attr95202") ) +(myObject (attribute1 "attr95203") ) +(myObject (attribute1 "attr95204") ) +(myObject (attribute1 "attr95205") ) +(myObject (attribute1 "attr95206") ) +(myObject (attribute1 "attr95207") ) +(myObject (attribute1 "attr95208") ) +(myObject (attribute1 "attr95209") ) +(myObject (attribute1 "attr95210") ) +(myObject (attribute1 "attr95211") ) +(myObject (attribute1 "attr95212") ) +(myObject (attribute1 "attr95213") ) +(myObject (attribute1 "attr95214") ) +(myObject (attribute1 "attr95215") ) +(myObject (attribute1 "attr95216") ) +(myObject (attribute1 "attr95217") ) +(myObject (attribute1 "attr95218") ) +(myObject (attribute1 "attr95219") ) +(myObject (attribute1 "attr95220") ) +(myObject (attribute1 "attr95221") ) +(myObject (attribute1 "attr95222") ) +(myObject (attribute1 "attr95223") ) +(myObject (attribute1 "attr95224") ) +(myObject (attribute1 "attr95225") ) +(myObject (attribute1 "attr95226") ) +(myObject (attribute1 "attr95227") ) +(myObject (attribute1 "attr95228") ) +(myObject (attribute1 "attr95229") ) +(myObject (attribute1 "attr95230") ) +(myObject (attribute1 "attr95231") ) +(myObject (attribute1 "attr95232") ) +(myObject (attribute1 "attr95233") ) +(myObject (attribute1 "attr95234") ) +(myObject (attribute1 "attr95235") ) +(myObject (attribute1 "attr95236") ) +(myObject (attribute1 "attr95237") ) +(myObject (attribute1 "attr95238") ) +(myObject (attribute1 "attr95239") ) +(myObject (attribute1 "attr95240") ) +(myObject (attribute1 "attr95241") ) +(myObject (attribute1 "attr95242") ) +(myObject (attribute1 "attr95243") ) +(myObject (attribute1 "attr95244") ) +(myObject (attribute1 "attr95245") ) +(myObject (attribute1 "attr95246") ) +(myObject (attribute1 "attr95247") ) +(myObject (attribute1 "attr95248") ) +(myObject (attribute1 "attr95249") ) +(myObject (attribute1 "attr95250") ) +(myObject (attribute1 "attr95251") ) +(myObject (attribute1 "attr95252") ) +(myObject (attribute1 "attr95253") ) +(myObject (attribute1 "attr95254") ) +(myObject (attribute1 "attr95255") ) +(myObject (attribute1 "attr95256") ) +(myObject (attribute1 "attr95257") ) +(myObject (attribute1 "attr95258") ) +(myObject (attribute1 "attr95259") ) +(myObject (attribute1 "attr95260") ) +(myObject (attribute1 "attr95261") ) +(myObject (attribute1 "attr95262") ) +(myObject (attribute1 "attr95263") ) +(myObject (attribute1 "attr95264") ) +(myObject (attribute1 "attr95265") ) +(myObject (attribute1 "attr95266") ) +(myObject (attribute1 "attr95267") ) +(myObject (attribute1 "attr95268") ) +(myObject (attribute1 "attr95269") ) +(myObject (attribute1 "attr95270") ) +(myObject (attribute1 "attr95271") ) +(myObject (attribute1 "attr95272") ) +(myObject (attribute1 "attr95273") ) +(myObject (attribute1 "attr95274") ) +(myObject (attribute1 "attr95275") ) +(myObject (attribute1 "attr95276") ) +(myObject (attribute1 "attr95277") ) +(myObject (attribute1 "attr95278") ) +(myObject (attribute1 "attr95279") ) +(myObject (attribute1 "attr95280") ) +(myObject (attribute1 "attr95281") ) +(myObject (attribute1 "attr95282") ) +(myObject (attribute1 "attr95283") ) +(myObject (attribute1 "attr95284") ) +(myObject (attribute1 "attr95285") ) +(myObject (attribute1 "attr95286") ) +(myObject (attribute1 "attr95287") ) +(myObject (attribute1 "attr95288") ) +(myObject (attribute1 "attr95289") ) +(myObject (attribute1 "attr95290") ) +(myObject (attribute1 "attr95291") ) +(myObject (attribute1 "attr95292") ) +(myObject (attribute1 "attr95293") ) +(myObject (attribute1 "attr95294") ) +(myObject (attribute1 "attr95295") ) +(myObject (attribute1 "attr95296") ) +(myObject (attribute1 "attr95297") ) +(myObject (attribute1 "attr95298") ) +(myObject (attribute1 "attr95299") ) +(myObject (attribute1 "attr95300") ) +(myObject (attribute1 "attr95301") ) +(myObject (attribute1 "attr95302") ) +(myObject (attribute1 "attr95303") ) +(myObject (attribute1 "attr95304") ) +(myObject (attribute1 "attr95305") ) +(myObject (attribute1 "attr95306") ) +(myObject (attribute1 "attr95307") ) +(myObject (attribute1 "attr95308") ) +(myObject (attribute1 "attr95309") ) +(myObject (attribute1 "attr95310") ) +(myObject (attribute1 "attr95311") ) +(myObject (attribute1 "attr95312") ) +(myObject (attribute1 "attr95313") ) +(myObject (attribute1 "attr95314") ) +(myObject (attribute1 "attr95315") ) +(myObject (attribute1 "attr95316") ) +(myObject (attribute1 "attr95317") ) +(myObject (attribute1 "attr95318") ) +(myObject (attribute1 "attr95319") ) +(myObject (attribute1 "attr95320") ) +(myObject (attribute1 "attr95321") ) +(myObject (attribute1 "attr95322") ) +(myObject (attribute1 "attr95323") ) +(myObject (attribute1 "attr95324") ) +(myObject (attribute1 "attr95325") ) +(myObject (attribute1 "attr95326") ) +(myObject (attribute1 "attr95327") ) +(myObject (attribute1 "attr95328") ) +(myObject (attribute1 "attr95329") ) +(myObject (attribute1 "attr95330") ) +(myObject (attribute1 "attr95331") ) +(myObject (attribute1 "attr95332") ) +(myObject (attribute1 "attr95333") ) +(myObject (attribute1 "attr95334") ) +(myObject (attribute1 "attr95335") ) +(myObject (attribute1 "attr95336") ) +(myObject (attribute1 "attr95337") ) +(myObject (attribute1 "attr95338") ) +(myObject (attribute1 "attr95339") ) +(myObject (attribute1 "attr95340") ) +(myObject (attribute1 "attr95341") ) +(myObject (attribute1 "attr95342") ) +(myObject (attribute1 "attr95343") ) +(myObject (attribute1 "attr95344") ) +(myObject (attribute1 "attr95345") ) +(myObject (attribute1 "attr95346") ) +(myObject (attribute1 "attr95347") ) +(myObject (attribute1 "attr95348") ) +(myObject (attribute1 "attr95349") ) +(myObject (attribute1 "attr95350") ) +(myObject (attribute1 "attr95351") ) +(myObject (attribute1 "attr95352") ) +(myObject (attribute1 "attr95353") ) +(myObject (attribute1 "attr95354") ) +(myObject (attribute1 "attr95355") ) +(myObject (attribute1 "attr95356") ) +(myObject (attribute1 "attr95357") ) +(myObject (attribute1 "attr95358") ) +(myObject (attribute1 "attr95359") ) +(myObject (attribute1 "attr95360") ) +(myObject (attribute1 "attr95361") ) +(myObject (attribute1 "attr95362") ) +(myObject (attribute1 "attr95363") ) +(myObject (attribute1 "attr95364") ) +(myObject (attribute1 "attr95365") ) +(myObject (attribute1 "attr95366") ) +(myObject (attribute1 "attr95367") ) +(myObject (attribute1 "attr95368") ) +(myObject (attribute1 "attr95369") ) +(myObject (attribute1 "attr95370") ) +(myObject (attribute1 "attr95371") ) +(myObject (attribute1 "attr95372") ) +(myObject (attribute1 "attr95373") ) +(myObject (attribute1 "attr95374") ) +(myObject (attribute1 "attr95375") ) +(myObject (attribute1 "attr95376") ) +(myObject (attribute1 "attr95377") ) +(myObject (attribute1 "attr95378") ) +(myObject (attribute1 "attr95379") ) +(myObject (attribute1 "attr95380") ) +(myObject (attribute1 "attr95381") ) +(myObject (attribute1 "attr95382") ) +(myObject (attribute1 "attr95383") ) +(myObject (attribute1 "attr95384") ) +(myObject (attribute1 "attr95385") ) +(myObject (attribute1 "attr95386") ) +(myObject (attribute1 "attr95387") ) +(myObject (attribute1 "attr95388") ) +(myObject (attribute1 "attr95389") ) +(myObject (attribute1 "attr95390") ) +(myObject (attribute1 "attr95391") ) +(myObject (attribute1 "attr95392") ) +(myObject (attribute1 "attr95393") ) +(myObject (attribute1 "attr95394") ) +(myObject (attribute1 "attr95395") ) +(myObject (attribute1 "attr95396") ) +(myObject (attribute1 "attr95397") ) +(myObject (attribute1 "attr95398") ) +(myObject (attribute1 "attr95399") ) +(myObject (attribute1 "attr95400") ) +(myObject (attribute1 "attr95401") ) +(myObject (attribute1 "attr95402") ) +(myObject (attribute1 "attr95403") ) +(myObject (attribute1 "attr95404") ) +(myObject (attribute1 "attr95405") ) +(myObject (attribute1 "attr95406") ) +(myObject (attribute1 "attr95407") ) +(myObject (attribute1 "attr95408") ) +(myObject (attribute1 "attr95409") ) +(myObject (attribute1 "attr95410") ) +(myObject (attribute1 "attr95411") ) +(myObject (attribute1 "attr95412") ) +(myObject (attribute1 "attr95413") ) +(myObject (attribute1 "attr95414") ) +(myObject (attribute1 "attr95415") ) +(myObject (attribute1 "attr95416") ) +(myObject (attribute1 "attr95417") ) +(myObject (attribute1 "attr95418") ) +(myObject (attribute1 "attr95419") ) +(myObject (attribute1 "attr95420") ) +(myObject (attribute1 "attr95421") ) +(myObject (attribute1 "attr95422") ) +(myObject (attribute1 "attr95423") ) +(myObject (attribute1 "attr95424") ) +(myObject (attribute1 "attr95425") ) +(myObject (attribute1 "attr95426") ) +(myObject (attribute1 "attr95427") ) +(myObject (attribute1 "attr95428") ) +(myObject (attribute1 "attr95429") ) +(myObject (attribute1 "attr95430") ) +(myObject (attribute1 "attr95431") ) +(myObject (attribute1 "attr95432") ) +(myObject (attribute1 "attr95433") ) +(myObject (attribute1 "attr95434") ) +(myObject (attribute1 "attr95435") ) +(myObject (attribute1 "attr95436") ) +(myObject (attribute1 "attr95437") ) +(myObject (attribute1 "attr95438") ) +(myObject (attribute1 "attr95439") ) +(myObject (attribute1 "attr95440") ) +(myObject (attribute1 "attr95441") ) +(myObject (attribute1 "attr95442") ) +(myObject (attribute1 "attr95443") ) +(myObject (attribute1 "attr95444") ) +(myObject (attribute1 "attr95445") ) +(myObject (attribute1 "attr95446") ) +(myObject (attribute1 "attr95447") ) +(myObject (attribute1 "attr95448") ) +(myObject (attribute1 "attr95449") ) +(myObject (attribute1 "attr95450") ) +(myObject (attribute1 "attr95451") ) +(myObject (attribute1 "attr95452") ) +(myObject (attribute1 "attr95453") ) +(myObject (attribute1 "attr95454") ) +(myObject (attribute1 "attr95455") ) +(myObject (attribute1 "attr95456") ) +(myObject (attribute1 "attr95457") ) +(myObject (attribute1 "attr95458") ) +(myObject (attribute1 "attr95459") ) +(myObject (attribute1 "attr95460") ) +(myObject (attribute1 "attr95461") ) +(myObject (attribute1 "attr95462") ) +(myObject (attribute1 "attr95463") ) +(myObject (attribute1 "attr95464") ) +(myObject (attribute1 "attr95465") ) +(myObject (attribute1 "attr95466") ) +(myObject (attribute1 "attr95467") ) +(myObject (attribute1 "attr95468") ) +(myObject (attribute1 "attr95469") ) +(myObject (attribute1 "attr95470") ) +(myObject (attribute1 "attr95471") ) +(myObject (attribute1 "attr95472") ) +(myObject (attribute1 "attr95473") ) +(myObject (attribute1 "attr95474") ) +(myObject (attribute1 "attr95475") ) +(myObject (attribute1 "attr95476") ) +(myObject (attribute1 "attr95477") ) +(myObject (attribute1 "attr95478") ) +(myObject (attribute1 "attr95479") ) +(myObject (attribute1 "attr95480") ) +(myObject (attribute1 "attr95481") ) +(myObject (attribute1 "attr95482") ) +(myObject (attribute1 "attr95483") ) +(myObject (attribute1 "attr95484") ) +(myObject (attribute1 "attr95485") ) +(myObject (attribute1 "attr95486") ) +(myObject (attribute1 "attr95487") ) +(myObject (attribute1 "attr95488") ) +(myObject (attribute1 "attr95489") ) +(myObject (attribute1 "attr95490") ) +(myObject (attribute1 "attr95491") ) +(myObject (attribute1 "attr95492") ) +(myObject (attribute1 "attr95493") ) +(myObject (attribute1 "attr95494") ) +(myObject (attribute1 "attr95495") ) +(myObject (attribute1 "attr95496") ) +(myObject (attribute1 "attr95497") ) +(myObject (attribute1 "attr95498") ) +(myObject (attribute1 "attr95499") ) +(myObject (attribute1 "attr95500") ) +(myObject (attribute1 "attr95501") ) +(myObject (attribute1 "attr95502") ) +(myObject (attribute1 "attr95503") ) +(myObject (attribute1 "attr95504") ) +(myObject (attribute1 "attr95505") ) +(myObject (attribute1 "attr95506") ) +(myObject (attribute1 "attr95507") ) +(myObject (attribute1 "attr95508") ) +(myObject (attribute1 "attr95509") ) +(myObject (attribute1 "attr95510") ) +(myObject (attribute1 "attr95511") ) +(myObject (attribute1 "attr95512") ) +(myObject (attribute1 "attr95513") ) +(myObject (attribute1 "attr95514") ) +(myObject (attribute1 "attr95515") ) +(myObject (attribute1 "attr95516") ) +(myObject (attribute1 "attr95517") ) +(myObject (attribute1 "attr95518") ) +(myObject (attribute1 "attr95519") ) +(myObject (attribute1 "attr95520") ) +(myObject (attribute1 "attr95521") ) +(myObject (attribute1 "attr95522") ) +(myObject (attribute1 "attr95523") ) +(myObject (attribute1 "attr95524") ) +(myObject (attribute1 "attr95525") ) +(myObject (attribute1 "attr95526") ) +(myObject (attribute1 "attr95527") ) +(myObject (attribute1 "attr95528") ) +(myObject (attribute1 "attr95529") ) +(myObject (attribute1 "attr95530") ) +(myObject (attribute1 "attr95531") ) +(myObject (attribute1 "attr95532") ) +(myObject (attribute1 "attr95533") ) +(myObject (attribute1 "attr95534") ) +(myObject (attribute1 "attr95535") ) +(myObject (attribute1 "attr95536") ) +(myObject (attribute1 "attr95537") ) +(myObject (attribute1 "attr95538") ) +(myObject (attribute1 "attr95539") ) +(myObject (attribute1 "attr95540") ) +(myObject (attribute1 "attr95541") ) +(myObject (attribute1 "attr95542") ) +(myObject (attribute1 "attr95543") ) +(myObject (attribute1 "attr95544") ) +(myObject (attribute1 "attr95545") ) +(myObject (attribute1 "attr95546") ) +(myObject (attribute1 "attr95547") ) +(myObject (attribute1 "attr95548") ) +(myObject (attribute1 "attr95549") ) +(myObject (attribute1 "attr95550") ) +(myObject (attribute1 "attr95551") ) +(myObject (attribute1 "attr95552") ) +(myObject (attribute1 "attr95553") ) +(myObject (attribute1 "attr95554") ) +(myObject (attribute1 "attr95555") ) +(myObject (attribute1 "attr95556") ) +(myObject (attribute1 "attr95557") ) +(myObject (attribute1 "attr95558") ) +(myObject (attribute1 "attr95559") ) +(myObject (attribute1 "attr95560") ) +(myObject (attribute1 "attr95561") ) +(myObject (attribute1 "attr95562") ) +(myObject (attribute1 "attr95563") ) +(myObject (attribute1 "attr95564") ) +(myObject (attribute1 "attr95565") ) +(myObject (attribute1 "attr95566") ) +(myObject (attribute1 "attr95567") ) +(myObject (attribute1 "attr95568") ) +(myObject (attribute1 "attr95569") ) +(myObject (attribute1 "attr95570") ) +(myObject (attribute1 "attr95571") ) +(myObject (attribute1 "attr95572") ) +(myObject (attribute1 "attr95573") ) +(myObject (attribute1 "attr95574") ) +(myObject (attribute1 "attr95575") ) +(myObject (attribute1 "attr95576") ) +(myObject (attribute1 "attr95577") ) +(myObject (attribute1 "attr95578") ) +(myObject (attribute1 "attr95579") ) +(myObject (attribute1 "attr95580") ) +(myObject (attribute1 "attr95581") ) +(myObject (attribute1 "attr95582") ) +(myObject (attribute1 "attr95583") ) +(myObject (attribute1 "attr95584") ) +(myObject (attribute1 "attr95585") ) +(myObject (attribute1 "attr95586") ) +(myObject (attribute1 "attr95587") ) +(myObject (attribute1 "attr95588") ) +(myObject (attribute1 "attr95589") ) +(myObject (attribute1 "attr95590") ) +(myObject (attribute1 "attr95591") ) +(myObject (attribute1 "attr95592") ) +(myObject (attribute1 "attr95593") ) +(myObject (attribute1 "attr95594") ) +(myObject (attribute1 "attr95595") ) +(myObject (attribute1 "attr95596") ) +(myObject (attribute1 "attr95597") ) +(myObject (attribute1 "attr95598") ) +(myObject (attribute1 "attr95599") ) +(myObject (attribute1 "attr95600") ) +(myObject (attribute1 "attr95601") ) +(myObject (attribute1 "attr95602") ) +(myObject (attribute1 "attr95603") ) +(myObject (attribute1 "attr95604") ) +(myObject (attribute1 "attr95605") ) +(myObject (attribute1 "attr95606") ) +(myObject (attribute1 "attr95607") ) +(myObject (attribute1 "attr95608") ) +(myObject (attribute1 "attr95609") ) +(myObject (attribute1 "attr95610") ) +(myObject (attribute1 "attr95611") ) +(myObject (attribute1 "attr95612") ) +(myObject (attribute1 "attr95613") ) +(myObject (attribute1 "attr95614") ) +(myObject (attribute1 "attr95615") ) +(myObject (attribute1 "attr95616") ) +(myObject (attribute1 "attr95617") ) +(myObject (attribute1 "attr95618") ) +(myObject (attribute1 "attr95619") ) +(myObject (attribute1 "attr95620") ) +(myObject (attribute1 "attr95621") ) +(myObject (attribute1 "attr95622") ) +(myObject (attribute1 "attr95623") ) +(myObject (attribute1 "attr95624") ) +(myObject (attribute1 "attr95625") ) +(myObject (attribute1 "attr95626") ) +(myObject (attribute1 "attr95627") ) +(myObject (attribute1 "attr95628") ) +(myObject (attribute1 "attr95629") ) +(myObject (attribute1 "attr95630") ) +(myObject (attribute1 "attr95631") ) +(myObject (attribute1 "attr95632") ) +(myObject (attribute1 "attr95633") ) +(myObject (attribute1 "attr95634") ) +(myObject (attribute1 "attr95635") ) +(myObject (attribute1 "attr95636") ) +(myObject (attribute1 "attr95637") ) +(myObject (attribute1 "attr95638") ) +(myObject (attribute1 "attr95639") ) +(myObject (attribute1 "attr95640") ) +(myObject (attribute1 "attr95641") ) +(myObject (attribute1 "attr95642") ) +(myObject (attribute1 "attr95643") ) +(myObject (attribute1 "attr95644") ) +(myObject (attribute1 "attr95645") ) +(myObject (attribute1 "attr95646") ) +(myObject (attribute1 "attr95647") ) +(myObject (attribute1 "attr95648") ) +(myObject (attribute1 "attr95649") ) +(myObject (attribute1 "attr95650") ) +(myObject (attribute1 "attr95651") ) +(myObject (attribute1 "attr95652") ) +(myObject (attribute1 "attr95653") ) +(myObject (attribute1 "attr95654") ) +(myObject (attribute1 "attr95655") ) +(myObject (attribute1 "attr95656") ) +(myObject (attribute1 "attr95657") ) +(myObject (attribute1 "attr95658") ) +(myObject (attribute1 "attr95659") ) +(myObject (attribute1 "attr95660") ) +(myObject (attribute1 "attr95661") ) +(myObject (attribute1 "attr95662") ) +(myObject (attribute1 "attr95663") ) +(myObject (attribute1 "attr95664") ) +(myObject (attribute1 "attr95665") ) +(myObject (attribute1 "attr95666") ) +(myObject (attribute1 "attr95667") ) +(myObject (attribute1 "attr95668") ) +(myObject (attribute1 "attr95669") ) +(myObject (attribute1 "attr95670") ) +(myObject (attribute1 "attr95671") ) +(myObject (attribute1 "attr95672") ) +(myObject (attribute1 "attr95673") ) +(myObject (attribute1 "attr95674") ) +(myObject (attribute1 "attr95675") ) +(myObject (attribute1 "attr95676") ) +(myObject (attribute1 "attr95677") ) +(myObject (attribute1 "attr95678") ) +(myObject (attribute1 "attr95679") ) +(myObject (attribute1 "attr95680") ) +(myObject (attribute1 "attr95681") ) +(myObject (attribute1 "attr95682") ) +(myObject (attribute1 "attr95683") ) +(myObject (attribute1 "attr95684") ) +(myObject (attribute1 "attr95685") ) +(myObject (attribute1 "attr95686") ) +(myObject (attribute1 "attr95687") ) +(myObject (attribute1 "attr95688") ) +(myObject (attribute1 "attr95689") ) +(myObject (attribute1 "attr95690") ) +(myObject (attribute1 "attr95691") ) +(myObject (attribute1 "attr95692") ) +(myObject (attribute1 "attr95693") ) +(myObject (attribute1 "attr95694") ) +(myObject (attribute1 "attr95695") ) +(myObject (attribute1 "attr95696") ) +(myObject (attribute1 "attr95697") ) +(myObject (attribute1 "attr95698") ) +(myObject (attribute1 "attr95699") ) +(myObject (attribute1 "attr95700") ) +(myObject (attribute1 "attr95701") ) +(myObject (attribute1 "attr95702") ) +(myObject (attribute1 "attr95703") ) +(myObject (attribute1 "attr95704") ) +(myObject (attribute1 "attr95705") ) +(myObject (attribute1 "attr95706") ) +(myObject (attribute1 "attr95707") ) +(myObject (attribute1 "attr95708") ) +(myObject (attribute1 "attr95709") ) +(myObject (attribute1 "attr95710") ) +(myObject (attribute1 "attr95711") ) +(myObject (attribute1 "attr95712") ) +(myObject (attribute1 "attr95713") ) +(myObject (attribute1 "attr95714") ) +(myObject (attribute1 "attr95715") ) +(myObject (attribute1 "attr95716") ) +(myObject (attribute1 "attr95717") ) +(myObject (attribute1 "attr95718") ) +(myObject (attribute1 "attr95719") ) +(myObject (attribute1 "attr95720") ) +(myObject (attribute1 "attr95721") ) +(myObject (attribute1 "attr95722") ) +(myObject (attribute1 "attr95723") ) +(myObject (attribute1 "attr95724") ) +(myObject (attribute1 "attr95725") ) +(myObject (attribute1 "attr95726") ) +(myObject (attribute1 "attr95727") ) +(myObject (attribute1 "attr95728") ) +(myObject (attribute1 "attr95729") ) +(myObject (attribute1 "attr95730") ) +(myObject (attribute1 "attr95731") ) +(myObject (attribute1 "attr95732") ) +(myObject (attribute1 "attr95733") ) +(myObject (attribute1 "attr95734") ) +(myObject (attribute1 "attr95735") ) +(myObject (attribute1 "attr95736") ) +(myObject (attribute1 "attr95737") ) +(myObject (attribute1 "attr95738") ) +(myObject (attribute1 "attr95739") ) +(myObject (attribute1 "attr95740") ) +(myObject (attribute1 "attr95741") ) +(myObject (attribute1 "attr95742") ) +(myObject (attribute1 "attr95743") ) +(myObject (attribute1 "attr95744") ) +(myObject (attribute1 "attr95745") ) +(myObject (attribute1 "attr95746") ) +(myObject (attribute1 "attr95747") ) +(myObject (attribute1 "attr95748") ) +(myObject (attribute1 "attr95749") ) +(myObject (attribute1 "attr95750") ) +(myObject (attribute1 "attr95751") ) +(myObject (attribute1 "attr95752") ) +(myObject (attribute1 "attr95753") ) +(myObject (attribute1 "attr95754") ) +(myObject (attribute1 "attr95755") ) +(myObject (attribute1 "attr95756") ) +(myObject (attribute1 "attr95757") ) +(myObject (attribute1 "attr95758") ) +(myObject (attribute1 "attr95759") ) +(myObject (attribute1 "attr95760") ) +(myObject (attribute1 "attr95761") ) +(myObject (attribute1 "attr95762") ) +(myObject (attribute1 "attr95763") ) +(myObject (attribute1 "attr95764") ) +(myObject (attribute1 "attr95765") ) +(myObject (attribute1 "attr95766") ) +(myObject (attribute1 "attr95767") ) +(myObject (attribute1 "attr95768") ) +(myObject (attribute1 "attr95769") ) +(myObject (attribute1 "attr95770") ) +(myObject (attribute1 "attr95771") ) +(myObject (attribute1 "attr95772") ) +(myObject (attribute1 "attr95773") ) +(myObject (attribute1 "attr95774") ) +(myObject (attribute1 "attr95775") ) +(myObject (attribute1 "attr95776") ) +(myObject (attribute1 "attr95777") ) +(myObject (attribute1 "attr95778") ) +(myObject (attribute1 "attr95779") ) +(myObject (attribute1 "attr95780") ) +(myObject (attribute1 "attr95781") ) +(myObject (attribute1 "attr95782") ) +(myObject (attribute1 "attr95783") ) +(myObject (attribute1 "attr95784") ) +(myObject (attribute1 "attr95785") ) +(myObject (attribute1 "attr95786") ) +(myObject (attribute1 "attr95787") ) +(myObject (attribute1 "attr95788") ) +(myObject (attribute1 "attr95789") ) +(myObject (attribute1 "attr95790") ) +(myObject (attribute1 "attr95791") ) +(myObject (attribute1 "attr95792") ) +(myObject (attribute1 "attr95793") ) +(myObject (attribute1 "attr95794") ) +(myObject (attribute1 "attr95795") ) +(myObject (attribute1 "attr95796") ) +(myObject (attribute1 "attr95797") ) +(myObject (attribute1 "attr95798") ) +(myObject (attribute1 "attr95799") ) +(myObject (attribute1 "attr95800") ) +(myObject (attribute1 "attr95801") ) +(myObject (attribute1 "attr95802") ) +(myObject (attribute1 "attr95803") ) +(myObject (attribute1 "attr95804") ) +(myObject (attribute1 "attr95805") ) +(myObject (attribute1 "attr95806") ) +(myObject (attribute1 "attr95807") ) +(myObject (attribute1 "attr95808") ) +(myObject (attribute1 "attr95809") ) +(myObject (attribute1 "attr95810") ) +(myObject (attribute1 "attr95811") ) +(myObject (attribute1 "attr95812") ) +(myObject (attribute1 "attr95813") ) +(myObject (attribute1 "attr95814") ) +(myObject (attribute1 "attr95815") ) +(myObject (attribute1 "attr95816") ) +(myObject (attribute1 "attr95817") ) +(myObject (attribute1 "attr95818") ) +(myObject (attribute1 "attr95819") ) +(myObject (attribute1 "attr95820") ) +(myObject (attribute1 "attr95821") ) +(myObject (attribute1 "attr95822") ) +(myObject (attribute1 "attr95823") ) +(myObject (attribute1 "attr95824") ) +(myObject (attribute1 "attr95825") ) +(myObject (attribute1 "attr95826") ) +(myObject (attribute1 "attr95827") ) +(myObject (attribute1 "attr95828") ) +(myObject (attribute1 "attr95829") ) +(myObject (attribute1 "attr95830") ) +(myObject (attribute1 "attr95831") ) +(myObject (attribute1 "attr95832") ) +(myObject (attribute1 "attr95833") ) +(myObject (attribute1 "attr95834") ) +(myObject (attribute1 "attr95835") ) +(myObject (attribute1 "attr95836") ) +(myObject (attribute1 "attr95837") ) +(myObject (attribute1 "attr95838") ) +(myObject (attribute1 "attr95839") ) +(myObject (attribute1 "attr95840") ) +(myObject (attribute1 "attr95841") ) +(myObject (attribute1 "attr95842") ) +(myObject (attribute1 "attr95843") ) +(myObject (attribute1 "attr95844") ) +(myObject (attribute1 "attr95845") ) +(myObject (attribute1 "attr95846") ) +(myObject (attribute1 "attr95847") ) +(myObject (attribute1 "attr95848") ) +(myObject (attribute1 "attr95849") ) +(myObject (attribute1 "attr95850") ) +(myObject (attribute1 "attr95851") ) +(myObject (attribute1 "attr95852") ) +(myObject (attribute1 "attr95853") ) +(myObject (attribute1 "attr95854") ) +(myObject (attribute1 "attr95855") ) +(myObject (attribute1 "attr95856") ) +(myObject (attribute1 "attr95857") ) +(myObject (attribute1 "attr95858") ) +(myObject (attribute1 "attr95859") ) +(myObject (attribute1 "attr95860") ) +(myObject (attribute1 "attr95861") ) +(myObject (attribute1 "attr95862") ) +(myObject (attribute1 "attr95863") ) +(myObject (attribute1 "attr95864") ) +(myObject (attribute1 "attr95865") ) +(myObject (attribute1 "attr95866") ) +(myObject (attribute1 "attr95867") ) +(myObject (attribute1 "attr95868") ) +(myObject (attribute1 "attr95869") ) +(myObject (attribute1 "attr95870") ) +(myObject (attribute1 "attr95871") ) +(myObject (attribute1 "attr95872") ) +(myObject (attribute1 "attr95873") ) +(myObject (attribute1 "attr95874") ) +(myObject (attribute1 "attr95875") ) +(myObject (attribute1 "attr95876") ) +(myObject (attribute1 "attr95877") ) +(myObject (attribute1 "attr95878") ) +(myObject (attribute1 "attr95879") ) +(myObject (attribute1 "attr95880") ) +(myObject (attribute1 "attr95881") ) +(myObject (attribute1 "attr95882") ) +(myObject (attribute1 "attr95883") ) +(myObject (attribute1 "attr95884") ) +(myObject (attribute1 "attr95885") ) +(myObject (attribute1 "attr95886") ) +(myObject (attribute1 "attr95887") ) +(myObject (attribute1 "attr95888") ) +(myObject (attribute1 "attr95889") ) +(myObject (attribute1 "attr95890") ) +(myObject (attribute1 "attr95891") ) +(myObject (attribute1 "attr95892") ) +(myObject (attribute1 "attr95893") ) +(myObject (attribute1 "attr95894") ) +(myObject (attribute1 "attr95895") ) +(myObject (attribute1 "attr95896") ) +(myObject (attribute1 "attr95897") ) +(myObject (attribute1 "attr95898") ) +(myObject (attribute1 "attr95899") ) +(myObject (attribute1 "attr95900") ) +(myObject (attribute1 "attr95901") ) +(myObject (attribute1 "attr95902") ) +(myObject (attribute1 "attr95903") ) +(myObject (attribute1 "attr95904") ) +(myObject (attribute1 "attr95905") ) +(myObject (attribute1 "attr95906") ) +(myObject (attribute1 "attr95907") ) +(myObject (attribute1 "attr95908") ) +(myObject (attribute1 "attr95909") ) +(myObject (attribute1 "attr95910") ) +(myObject (attribute1 "attr95911") ) +(myObject (attribute1 "attr95912") ) +(myObject (attribute1 "attr95913") ) +(myObject (attribute1 "attr95914") ) +(myObject (attribute1 "attr95915") ) +(myObject (attribute1 "attr95916") ) +(myObject (attribute1 "attr95917") ) +(myObject (attribute1 "attr95918") ) +(myObject (attribute1 "attr95919") ) +(myObject (attribute1 "attr95920") ) +(myObject (attribute1 "attr95921") ) +(myObject (attribute1 "attr95922") ) +(myObject (attribute1 "attr95923") ) +(myObject (attribute1 "attr95924") ) +(myObject (attribute1 "attr95925") ) +(myObject (attribute1 "attr95926") ) +(myObject (attribute1 "attr95927") ) +(myObject (attribute1 "attr95928") ) +(myObject (attribute1 "attr95929") ) +(myObject (attribute1 "attr95930") ) +(myObject (attribute1 "attr95931") ) +(myObject (attribute1 "attr95932") ) +(myObject (attribute1 "attr95933") ) +(myObject (attribute1 "attr95934") ) +(myObject (attribute1 "attr95935") ) +(myObject (attribute1 "attr95936") ) +(myObject (attribute1 "attr95937") ) +(myObject (attribute1 "attr95938") ) +(myObject (attribute1 "attr95939") ) +(myObject (attribute1 "attr95940") ) +(myObject (attribute1 "attr95941") ) +(myObject (attribute1 "attr95942") ) +(myObject (attribute1 "attr95943") ) +(myObject (attribute1 "attr95944") ) +(myObject (attribute1 "attr95945") ) +(myObject (attribute1 "attr95946") ) +(myObject (attribute1 "attr95947") ) +(myObject (attribute1 "attr95948") ) +(myObject (attribute1 "attr95949") ) +(myObject (attribute1 "attr95950") ) +(myObject (attribute1 "attr95951") ) +(myObject (attribute1 "attr95952") ) +(myObject (attribute1 "attr95953") ) +(myObject (attribute1 "attr95954") ) +(myObject (attribute1 "attr95955") ) +(myObject (attribute1 "attr95956") ) +(myObject (attribute1 "attr95957") ) +(myObject (attribute1 "attr95958") ) +(myObject (attribute1 "attr95959") ) +(myObject (attribute1 "attr95960") ) +(myObject (attribute1 "attr95961") ) +(myObject (attribute1 "attr95962") ) +(myObject (attribute1 "attr95963") ) +(myObject (attribute1 "attr95964") ) +(myObject (attribute1 "attr95965") ) +(myObject (attribute1 "attr95966") ) +(myObject (attribute1 "attr95967") ) +(myObject (attribute1 "attr95968") ) +(myObject (attribute1 "attr95969") ) +(myObject (attribute1 "attr95970") ) +(myObject (attribute1 "attr95971") ) +(myObject (attribute1 "attr95972") ) +(myObject (attribute1 "attr95973") ) +(myObject (attribute1 "attr95974") ) +(myObject (attribute1 "attr95975") ) +(myObject (attribute1 "attr95976") ) +(myObject (attribute1 "attr95977") ) +(myObject (attribute1 "attr95978") ) +(myObject (attribute1 "attr95979") ) +(myObject (attribute1 "attr95980") ) +(myObject (attribute1 "attr95981") ) +(myObject (attribute1 "attr95982") ) +(myObject (attribute1 "attr95983") ) +(myObject (attribute1 "attr95984") ) +(myObject (attribute1 "attr95985") ) +(myObject (attribute1 "attr95986") ) +(myObject (attribute1 "attr95987") ) +(myObject (attribute1 "attr95988") ) +(myObject (attribute1 "attr95989") ) +(myObject (attribute1 "attr95990") ) +(myObject (attribute1 "attr95991") ) +(myObject (attribute1 "attr95992") ) +(myObject (attribute1 "attr95993") ) +(myObject (attribute1 "attr95994") ) +(myObject (attribute1 "attr95995") ) +(myObject (attribute1 "attr95996") ) +(myObject (attribute1 "attr95997") ) +(myObject (attribute1 "attr95998") ) +(myObject (attribute1 "attr95999") ) +(myObject (attribute1 "attr96000") ) +(myObject (attribute1 "attr96001") ) +(myObject (attribute1 "attr96002") ) +(myObject (attribute1 "attr96003") ) +(myObject (attribute1 "attr96004") ) +(myObject (attribute1 "attr96005") ) +(myObject (attribute1 "attr96006") ) +(myObject (attribute1 "attr96007") ) +(myObject (attribute1 "attr96008") ) +(myObject (attribute1 "attr96009") ) +(myObject (attribute1 "attr96010") ) +(myObject (attribute1 "attr96011") ) +(myObject (attribute1 "attr96012") ) +(myObject (attribute1 "attr96013") ) +(myObject (attribute1 "attr96014") ) +(myObject (attribute1 "attr96015") ) +(myObject (attribute1 "attr96016") ) +(myObject (attribute1 "attr96017") ) +(myObject (attribute1 "attr96018") ) +(myObject (attribute1 "attr96019") ) +(myObject (attribute1 "attr96020") ) +(myObject (attribute1 "attr96021") ) +(myObject (attribute1 "attr96022") ) +(myObject (attribute1 "attr96023") ) +(myObject (attribute1 "attr96024") ) +(myObject (attribute1 "attr96025") ) +(myObject (attribute1 "attr96026") ) +(myObject (attribute1 "attr96027") ) +(myObject (attribute1 "attr96028") ) +(myObject (attribute1 "attr96029") ) +(myObject (attribute1 "attr96030") ) +(myObject (attribute1 "attr96031") ) +(myObject (attribute1 "attr96032") ) +(myObject (attribute1 "attr96033") ) +(myObject (attribute1 "attr96034") ) +(myObject (attribute1 "attr96035") ) +(myObject (attribute1 "attr96036") ) +(myObject (attribute1 "attr96037") ) +(myObject (attribute1 "attr96038") ) +(myObject (attribute1 "attr96039") ) +(myObject (attribute1 "attr96040") ) +(myObject (attribute1 "attr96041") ) +(myObject (attribute1 "attr96042") ) +(myObject (attribute1 "attr96043") ) +(myObject (attribute1 "attr96044") ) +(myObject (attribute1 "attr96045") ) +(myObject (attribute1 "attr96046") ) +(myObject (attribute1 "attr96047") ) +(myObject (attribute1 "attr96048") ) +(myObject (attribute1 "attr96049") ) +(myObject (attribute1 "attr96050") ) +(myObject (attribute1 "attr96051") ) +(myObject (attribute1 "attr96052") ) +(myObject (attribute1 "attr96053") ) +(myObject (attribute1 "attr96054") ) +(myObject (attribute1 "attr96055") ) +(myObject (attribute1 "attr96056") ) +(myObject (attribute1 "attr96057") ) +(myObject (attribute1 "attr96058") ) +(myObject (attribute1 "attr96059") ) +(myObject (attribute1 "attr96060") ) +(myObject (attribute1 "attr96061") ) +(myObject (attribute1 "attr96062") ) +(myObject (attribute1 "attr96063") ) +(myObject (attribute1 "attr96064") ) +(myObject (attribute1 "attr96065") ) +(myObject (attribute1 "attr96066") ) +(myObject (attribute1 "attr96067") ) +(myObject (attribute1 "attr96068") ) +(myObject (attribute1 "attr96069") ) +(myObject (attribute1 "attr96070") ) +(myObject (attribute1 "attr96071") ) +(myObject (attribute1 "attr96072") ) +(myObject (attribute1 "attr96073") ) +(myObject (attribute1 "attr96074") ) +(myObject (attribute1 "attr96075") ) +(myObject (attribute1 "attr96076") ) +(myObject (attribute1 "attr96077") ) +(myObject (attribute1 "attr96078") ) +(myObject (attribute1 "attr96079") ) +(myObject (attribute1 "attr96080") ) +(myObject (attribute1 "attr96081") ) +(myObject (attribute1 "attr96082") ) +(myObject (attribute1 "attr96083") ) +(myObject (attribute1 "attr96084") ) +(myObject (attribute1 "attr96085") ) +(myObject (attribute1 "attr96086") ) +(myObject (attribute1 "attr96087") ) +(myObject (attribute1 "attr96088") ) +(myObject (attribute1 "attr96089") ) +(myObject (attribute1 "attr96090") ) +(myObject (attribute1 "attr96091") ) +(myObject (attribute1 "attr96092") ) +(myObject (attribute1 "attr96093") ) +(myObject (attribute1 "attr96094") ) +(myObject (attribute1 "attr96095") ) +(myObject (attribute1 "attr96096") ) +(myObject (attribute1 "attr96097") ) +(myObject (attribute1 "attr96098") ) +(myObject (attribute1 "attr96099") ) +(myObject (attribute1 "attr96100") ) +(myObject (attribute1 "attr96101") ) +(myObject (attribute1 "attr96102") ) +(myObject (attribute1 "attr96103") ) +(myObject (attribute1 "attr96104") ) +(myObject (attribute1 "attr96105") ) +(myObject (attribute1 "attr96106") ) +(myObject (attribute1 "attr96107") ) +(myObject (attribute1 "attr96108") ) +(myObject (attribute1 "attr96109") ) +(myObject (attribute1 "attr96110") ) +(myObject (attribute1 "attr96111") ) +(myObject (attribute1 "attr96112") ) +(myObject (attribute1 "attr96113") ) +(myObject (attribute1 "attr96114") ) +(myObject (attribute1 "attr96115") ) +(myObject (attribute1 "attr96116") ) +(myObject (attribute1 "attr96117") ) +(myObject (attribute1 "attr96118") ) +(myObject (attribute1 "attr96119") ) +(myObject (attribute1 "attr96120") ) +(myObject (attribute1 "attr96121") ) +(myObject (attribute1 "attr96122") ) +(myObject (attribute1 "attr96123") ) +(myObject (attribute1 "attr96124") ) +(myObject (attribute1 "attr96125") ) +(myObject (attribute1 "attr96126") ) +(myObject (attribute1 "attr96127") ) +(myObject (attribute1 "attr96128") ) +(myObject (attribute1 "attr96129") ) +(myObject (attribute1 "attr96130") ) +(myObject (attribute1 "attr96131") ) +(myObject (attribute1 "attr96132") ) +(myObject (attribute1 "attr96133") ) +(myObject (attribute1 "attr96134") ) +(myObject (attribute1 "attr96135") ) +(myObject (attribute1 "attr96136") ) +(myObject (attribute1 "attr96137") ) +(myObject (attribute1 "attr96138") ) +(myObject (attribute1 "attr96139") ) +(myObject (attribute1 "attr96140") ) +(myObject (attribute1 "attr96141") ) +(myObject (attribute1 "attr96142") ) +(myObject (attribute1 "attr96143") ) +(myObject (attribute1 "attr96144") ) +(myObject (attribute1 "attr96145") ) +(myObject (attribute1 "attr96146") ) +(myObject (attribute1 "attr96147") ) +(myObject (attribute1 "attr96148") ) +(myObject (attribute1 "attr96149") ) +(myObject (attribute1 "attr96150") ) +(myObject (attribute1 "attr96151") ) +(myObject (attribute1 "attr96152") ) +(myObject (attribute1 "attr96153") ) +(myObject (attribute1 "attr96154") ) +(myObject (attribute1 "attr96155") ) +(myObject (attribute1 "attr96156") ) +(myObject (attribute1 "attr96157") ) +(myObject (attribute1 "attr96158") ) +(myObject (attribute1 "attr96159") ) +(myObject (attribute1 "attr96160") ) +(myObject (attribute1 "attr96161") ) +(myObject (attribute1 "attr96162") ) +(myObject (attribute1 "attr96163") ) +(myObject (attribute1 "attr96164") ) +(myObject (attribute1 "attr96165") ) +(myObject (attribute1 "attr96166") ) +(myObject (attribute1 "attr96167") ) +(myObject (attribute1 "attr96168") ) +(myObject (attribute1 "attr96169") ) +(myObject (attribute1 "attr96170") ) +(myObject (attribute1 "attr96171") ) +(myObject (attribute1 "attr96172") ) +(myObject (attribute1 "attr96173") ) +(myObject (attribute1 "attr96174") ) +(myObject (attribute1 "attr96175") ) +(myObject (attribute1 "attr96176") ) +(myObject (attribute1 "attr96177") ) +(myObject (attribute1 "attr96178") ) +(myObject (attribute1 "attr96179") ) +(myObject (attribute1 "attr96180") ) +(myObject (attribute1 "attr96181") ) +(myObject (attribute1 "attr96182") ) +(myObject (attribute1 "attr96183") ) +(myObject (attribute1 "attr96184") ) +(myObject (attribute1 "attr96185") ) +(myObject (attribute1 "attr96186") ) +(myObject (attribute1 "attr96187") ) +(myObject (attribute1 "attr96188") ) +(myObject (attribute1 "attr96189") ) +(myObject (attribute1 "attr96190") ) +(myObject (attribute1 "attr96191") ) +(myObject (attribute1 "attr96192") ) +(myObject (attribute1 "attr96193") ) +(myObject (attribute1 "attr96194") ) +(myObject (attribute1 "attr96195") ) +(myObject (attribute1 "attr96196") ) +(myObject (attribute1 "attr96197") ) +(myObject (attribute1 "attr96198") ) +(myObject (attribute1 "attr96199") ) +(myObject (attribute1 "attr96200") ) +(myObject (attribute1 "attr96201") ) +(myObject (attribute1 "attr96202") ) +(myObject (attribute1 "attr96203") ) +(myObject (attribute1 "attr96204") ) +(myObject (attribute1 "attr96205") ) +(myObject (attribute1 "attr96206") ) +(myObject (attribute1 "attr96207") ) +(myObject (attribute1 "attr96208") ) +(myObject (attribute1 "attr96209") ) +(myObject (attribute1 "attr96210") ) +(myObject (attribute1 "attr96211") ) +(myObject (attribute1 "attr96212") ) +(myObject (attribute1 "attr96213") ) +(myObject (attribute1 "attr96214") ) +(myObject (attribute1 "attr96215") ) +(myObject (attribute1 "attr96216") ) +(myObject (attribute1 "attr96217") ) +(myObject (attribute1 "attr96218") ) +(myObject (attribute1 "attr96219") ) +(myObject (attribute1 "attr96220") ) +(myObject (attribute1 "attr96221") ) +(myObject (attribute1 "attr96222") ) +(myObject (attribute1 "attr96223") ) +(myObject (attribute1 "attr96224") ) +(myObject (attribute1 "attr96225") ) +(myObject (attribute1 "attr96226") ) +(myObject (attribute1 "attr96227") ) +(myObject (attribute1 "attr96228") ) +(myObject (attribute1 "attr96229") ) +(myObject (attribute1 "attr96230") ) +(myObject (attribute1 "attr96231") ) +(myObject (attribute1 "attr96232") ) +(myObject (attribute1 "attr96233") ) +(myObject (attribute1 "attr96234") ) +(myObject (attribute1 "attr96235") ) +(myObject (attribute1 "attr96236") ) +(myObject (attribute1 "attr96237") ) +(myObject (attribute1 "attr96238") ) +(myObject (attribute1 "attr96239") ) +(myObject (attribute1 "attr96240") ) +(myObject (attribute1 "attr96241") ) +(myObject (attribute1 "attr96242") ) +(myObject (attribute1 "attr96243") ) +(myObject (attribute1 "attr96244") ) +(myObject (attribute1 "attr96245") ) +(myObject (attribute1 "attr96246") ) +(myObject (attribute1 "attr96247") ) +(myObject (attribute1 "attr96248") ) +(myObject (attribute1 "attr96249") ) +(myObject (attribute1 "attr96250") ) +(myObject (attribute1 "attr96251") ) +(myObject (attribute1 "attr96252") ) +(myObject (attribute1 "attr96253") ) +(myObject (attribute1 "attr96254") ) +(myObject (attribute1 "attr96255") ) +(myObject (attribute1 "attr96256") ) +(myObject (attribute1 "attr96257") ) +(myObject (attribute1 "attr96258") ) +(myObject (attribute1 "attr96259") ) +(myObject (attribute1 "attr96260") ) +(myObject (attribute1 "attr96261") ) +(myObject (attribute1 "attr96262") ) +(myObject (attribute1 "attr96263") ) +(myObject (attribute1 "attr96264") ) +(myObject (attribute1 "attr96265") ) +(myObject (attribute1 "attr96266") ) +(myObject (attribute1 "attr96267") ) +(myObject (attribute1 "attr96268") ) +(myObject (attribute1 "attr96269") ) +(myObject (attribute1 "attr96270") ) +(myObject (attribute1 "attr96271") ) +(myObject (attribute1 "attr96272") ) +(myObject (attribute1 "attr96273") ) +(myObject (attribute1 "attr96274") ) +(myObject (attribute1 "attr96275") ) +(myObject (attribute1 "attr96276") ) +(myObject (attribute1 "attr96277") ) +(myObject (attribute1 "attr96278") ) +(myObject (attribute1 "attr96279") ) +(myObject (attribute1 "attr96280") ) +(myObject (attribute1 "attr96281") ) +(myObject (attribute1 "attr96282") ) +(myObject (attribute1 "attr96283") ) +(myObject (attribute1 "attr96284") ) +(myObject (attribute1 "attr96285") ) +(myObject (attribute1 "attr96286") ) +(myObject (attribute1 "attr96287") ) +(myObject (attribute1 "attr96288") ) +(myObject (attribute1 "attr96289") ) +(myObject (attribute1 "attr96290") ) +(myObject (attribute1 "attr96291") ) +(myObject (attribute1 "attr96292") ) +(myObject (attribute1 "attr96293") ) +(myObject (attribute1 "attr96294") ) +(myObject (attribute1 "attr96295") ) +(myObject (attribute1 "attr96296") ) +(myObject (attribute1 "attr96297") ) +(myObject (attribute1 "attr96298") ) +(myObject (attribute1 "attr96299") ) +(myObject (attribute1 "attr96300") ) +(myObject (attribute1 "attr96301") ) +(myObject (attribute1 "attr96302") ) +(myObject (attribute1 "attr96303") ) +(myObject (attribute1 "attr96304") ) +(myObject (attribute1 "attr96305") ) +(myObject (attribute1 "attr96306") ) +(myObject (attribute1 "attr96307") ) +(myObject (attribute1 "attr96308") ) +(myObject (attribute1 "attr96309") ) +(myObject (attribute1 "attr96310") ) +(myObject (attribute1 "attr96311") ) +(myObject (attribute1 "attr96312") ) +(myObject (attribute1 "attr96313") ) +(myObject (attribute1 "attr96314") ) +(myObject (attribute1 "attr96315") ) +(myObject (attribute1 "attr96316") ) +(myObject (attribute1 "attr96317") ) +(myObject (attribute1 "attr96318") ) +(myObject (attribute1 "attr96319") ) +(myObject (attribute1 "attr96320") ) +(myObject (attribute1 "attr96321") ) +(myObject (attribute1 "attr96322") ) +(myObject (attribute1 "attr96323") ) +(myObject (attribute1 "attr96324") ) +(myObject (attribute1 "attr96325") ) +(myObject (attribute1 "attr96326") ) +(myObject (attribute1 "attr96327") ) +(myObject (attribute1 "attr96328") ) +(myObject (attribute1 "attr96329") ) +(myObject (attribute1 "attr96330") ) +(myObject (attribute1 "attr96331") ) +(myObject (attribute1 "attr96332") ) +(myObject (attribute1 "attr96333") ) +(myObject (attribute1 "attr96334") ) +(myObject (attribute1 "attr96335") ) +(myObject (attribute1 "attr96336") ) +(myObject (attribute1 "attr96337") ) +(myObject (attribute1 "attr96338") ) +(myObject (attribute1 "attr96339") ) +(myObject (attribute1 "attr96340") ) +(myObject (attribute1 "attr96341") ) +(myObject (attribute1 "attr96342") ) +(myObject (attribute1 "attr96343") ) +(myObject (attribute1 "attr96344") ) +(myObject (attribute1 "attr96345") ) +(myObject (attribute1 "attr96346") ) +(myObject (attribute1 "attr96347") ) +(myObject (attribute1 "attr96348") ) +(myObject (attribute1 "attr96349") ) +(myObject (attribute1 "attr96350") ) +(myObject (attribute1 "attr96351") ) +(myObject (attribute1 "attr96352") ) +(myObject (attribute1 "attr96353") ) +(myObject (attribute1 "attr96354") ) +(myObject (attribute1 "attr96355") ) +(myObject (attribute1 "attr96356") ) +(myObject (attribute1 "attr96357") ) +(myObject (attribute1 "attr96358") ) +(myObject (attribute1 "attr96359") ) +(myObject (attribute1 "attr96360") ) +(myObject (attribute1 "attr96361") ) +(myObject (attribute1 "attr96362") ) +(myObject (attribute1 "attr96363") ) +(myObject (attribute1 "attr96364") ) +(myObject (attribute1 "attr96365") ) +(myObject (attribute1 "attr96366") ) +(myObject (attribute1 "attr96367") ) +(myObject (attribute1 "attr96368") ) +(myObject (attribute1 "attr96369") ) +(myObject (attribute1 "attr96370") ) +(myObject (attribute1 "attr96371") ) +(myObject (attribute1 "attr96372") ) +(myObject (attribute1 "attr96373") ) +(myObject (attribute1 "attr96374") ) +(myObject (attribute1 "attr96375") ) +(myObject (attribute1 "attr96376") ) +(myObject (attribute1 "attr96377") ) +(myObject (attribute1 "attr96378") ) +(myObject (attribute1 "attr96379") ) +(myObject (attribute1 "attr96380") ) +(myObject (attribute1 "attr96381") ) +(myObject (attribute1 "attr96382") ) +(myObject (attribute1 "attr96383") ) +(myObject (attribute1 "attr96384") ) +(myObject (attribute1 "attr96385") ) +(myObject (attribute1 "attr96386") ) +(myObject (attribute1 "attr96387") ) +(myObject (attribute1 "attr96388") ) +(myObject (attribute1 "attr96389") ) +(myObject (attribute1 "attr96390") ) +(myObject (attribute1 "attr96391") ) +(myObject (attribute1 "attr96392") ) +(myObject (attribute1 "attr96393") ) +(myObject (attribute1 "attr96394") ) +(myObject (attribute1 "attr96395") ) +(myObject (attribute1 "attr96396") ) +(myObject (attribute1 "attr96397") ) +(myObject (attribute1 "attr96398") ) +(myObject (attribute1 "attr96399") ) +(myObject (attribute1 "attr96400") ) +(myObject (attribute1 "attr96401") ) +(myObject (attribute1 "attr96402") ) +(myObject (attribute1 "attr96403") ) +(myObject (attribute1 "attr96404") ) +(myObject (attribute1 "attr96405") ) +(myObject (attribute1 "attr96406") ) +(myObject (attribute1 "attr96407") ) +(myObject (attribute1 "attr96408") ) +(myObject (attribute1 "attr96409") ) +(myObject (attribute1 "attr96410") ) +(myObject (attribute1 "attr96411") ) +(myObject (attribute1 "attr96412") ) +(myObject (attribute1 "attr96413") ) +(myObject (attribute1 "attr96414") ) +(myObject (attribute1 "attr96415") ) +(myObject (attribute1 "attr96416") ) +(myObject (attribute1 "attr96417") ) +(myObject (attribute1 "attr96418") ) +(myObject (attribute1 "attr96419") ) +(myObject (attribute1 "attr96420") ) +(myObject (attribute1 "attr96421") ) +(myObject (attribute1 "attr96422") ) +(myObject (attribute1 "attr96423") ) +(myObject (attribute1 "attr96424") ) +(myObject (attribute1 "attr96425") ) +(myObject (attribute1 "attr96426") ) +(myObject (attribute1 "attr96427") ) +(myObject (attribute1 "attr96428") ) +(myObject (attribute1 "attr96429") ) +(myObject (attribute1 "attr96430") ) +(myObject (attribute1 "attr96431") ) +(myObject (attribute1 "attr96432") ) +(myObject (attribute1 "attr96433") ) +(myObject (attribute1 "attr96434") ) +(myObject (attribute1 "attr96435") ) +(myObject (attribute1 "attr96436") ) +(myObject (attribute1 "attr96437") ) +(myObject (attribute1 "attr96438") ) +(myObject (attribute1 "attr96439") ) +(myObject (attribute1 "attr96440") ) +(myObject (attribute1 "attr96441") ) +(myObject (attribute1 "attr96442") ) +(myObject (attribute1 "attr96443") ) +(myObject (attribute1 "attr96444") ) +(myObject (attribute1 "attr96445") ) +(myObject (attribute1 "attr96446") ) +(myObject (attribute1 "attr96447") ) +(myObject (attribute1 "attr96448") ) +(myObject (attribute1 "attr96449") ) +(myObject (attribute1 "attr96450") ) +(myObject (attribute1 "attr96451") ) +(myObject (attribute1 "attr96452") ) +(myObject (attribute1 "attr96453") ) +(myObject (attribute1 "attr96454") ) +(myObject (attribute1 "attr96455") ) +(myObject (attribute1 "attr96456") ) +(myObject (attribute1 "attr96457") ) +(myObject (attribute1 "attr96458") ) +(myObject (attribute1 "attr96459") ) +(myObject (attribute1 "attr96460") ) +(myObject (attribute1 "attr96461") ) +(myObject (attribute1 "attr96462") ) +(myObject (attribute1 "attr96463") ) +(myObject (attribute1 "attr96464") ) +(myObject (attribute1 "attr96465") ) +(myObject (attribute1 "attr96466") ) +(myObject (attribute1 "attr96467") ) +(myObject (attribute1 "attr96468") ) +(myObject (attribute1 "attr96469") ) +(myObject (attribute1 "attr96470") ) +(myObject (attribute1 "attr96471") ) +(myObject (attribute1 "attr96472") ) +(myObject (attribute1 "attr96473") ) +(myObject (attribute1 "attr96474") ) +(myObject (attribute1 "attr96475") ) +(myObject (attribute1 "attr96476") ) +(myObject (attribute1 "attr96477") ) +(myObject (attribute1 "attr96478") ) +(myObject (attribute1 "attr96479") ) +(myObject (attribute1 "attr96480") ) +(myObject (attribute1 "attr96481") ) +(myObject (attribute1 "attr96482") ) +(myObject (attribute1 "attr96483") ) +(myObject (attribute1 "attr96484") ) +(myObject (attribute1 "attr96485") ) +(myObject (attribute1 "attr96486") ) +(myObject (attribute1 "attr96487") ) +(myObject (attribute1 "attr96488") ) +(myObject (attribute1 "attr96489") ) +(myObject (attribute1 "attr96490") ) +(myObject (attribute1 "attr96491") ) +(myObject (attribute1 "attr96492") ) +(myObject (attribute1 "attr96493") ) +(myObject (attribute1 "attr96494") ) +(myObject (attribute1 "attr96495") ) +(myObject (attribute1 "attr96496") ) +(myObject (attribute1 "attr96497") ) +(myObject (attribute1 "attr96498") ) +(myObject (attribute1 "attr96499") ) +(myObject (attribute1 "attr96500") ) +(myObject (attribute1 "attr96501") ) +(myObject (attribute1 "attr96502") ) +(myObject (attribute1 "attr96503") ) +(myObject (attribute1 "attr96504") ) +(myObject (attribute1 "attr96505") ) +(myObject (attribute1 "attr96506") ) +(myObject (attribute1 "attr96507") ) +(myObject (attribute1 "attr96508") ) +(myObject (attribute1 "attr96509") ) +(myObject (attribute1 "attr96510") ) +(myObject (attribute1 "attr96511") ) +(myObject (attribute1 "attr96512") ) +(myObject (attribute1 "attr96513") ) +(myObject (attribute1 "attr96514") ) +(myObject (attribute1 "attr96515") ) +(myObject (attribute1 "attr96516") ) +(myObject (attribute1 "attr96517") ) +(myObject (attribute1 "attr96518") ) +(myObject (attribute1 "attr96519") ) +(myObject (attribute1 "attr96520") ) +(myObject (attribute1 "attr96521") ) +(myObject (attribute1 "attr96522") ) +(myObject (attribute1 "attr96523") ) +(myObject (attribute1 "attr96524") ) +(myObject (attribute1 "attr96525") ) +(myObject (attribute1 "attr96526") ) +(myObject (attribute1 "attr96527") ) +(myObject (attribute1 "attr96528") ) +(myObject (attribute1 "attr96529") ) +(myObject (attribute1 "attr96530") ) +(myObject (attribute1 "attr96531") ) +(myObject (attribute1 "attr96532") ) +(myObject (attribute1 "attr96533") ) +(myObject (attribute1 "attr96534") ) +(myObject (attribute1 "attr96535") ) +(myObject (attribute1 "attr96536") ) +(myObject (attribute1 "attr96537") ) +(myObject (attribute1 "attr96538") ) +(myObject (attribute1 "attr96539") ) +(myObject (attribute1 "attr96540") ) +(myObject (attribute1 "attr96541") ) +(myObject (attribute1 "attr96542") ) +(myObject (attribute1 "attr96543") ) +(myObject (attribute1 "attr96544") ) +(myObject (attribute1 "attr96545") ) +(myObject (attribute1 "attr96546") ) +(myObject (attribute1 "attr96547") ) +(myObject (attribute1 "attr96548") ) +(myObject (attribute1 "attr96549") ) +(myObject (attribute1 "attr96550") ) +(myObject (attribute1 "attr96551") ) +(myObject (attribute1 "attr96552") ) +(myObject (attribute1 "attr96553") ) +(myObject (attribute1 "attr96554") ) +(myObject (attribute1 "attr96555") ) +(myObject (attribute1 "attr96556") ) +(myObject (attribute1 "attr96557") ) +(myObject (attribute1 "attr96558") ) +(myObject (attribute1 "attr96559") ) +(myObject (attribute1 "attr96560") ) +(myObject (attribute1 "attr96561") ) +(myObject (attribute1 "attr96562") ) +(myObject (attribute1 "attr96563") ) +(myObject (attribute1 "attr96564") ) +(myObject (attribute1 "attr96565") ) +(myObject (attribute1 "attr96566") ) +(myObject (attribute1 "attr96567") ) +(myObject (attribute1 "attr96568") ) +(myObject (attribute1 "attr96569") ) +(myObject (attribute1 "attr96570") ) +(myObject (attribute1 "attr96571") ) +(myObject (attribute1 "attr96572") ) +(myObject (attribute1 "attr96573") ) +(myObject (attribute1 "attr96574") ) +(myObject (attribute1 "attr96575") ) +(myObject (attribute1 "attr96576") ) +(myObject (attribute1 "attr96577") ) +(myObject (attribute1 "attr96578") ) +(myObject (attribute1 "attr96579") ) +(myObject (attribute1 "attr96580") ) +(myObject (attribute1 "attr96581") ) +(myObject (attribute1 "attr96582") ) +(myObject (attribute1 "attr96583") ) +(myObject (attribute1 "attr96584") ) +(myObject (attribute1 "attr96585") ) +(myObject (attribute1 "attr96586") ) +(myObject (attribute1 "attr96587") ) +(myObject (attribute1 "attr96588") ) +(myObject (attribute1 "attr96589") ) +(myObject (attribute1 "attr96590") ) +(myObject (attribute1 "attr96591") ) +(myObject (attribute1 "attr96592") ) +(myObject (attribute1 "attr96593") ) +(myObject (attribute1 "attr96594") ) +(myObject (attribute1 "attr96595") ) +(myObject (attribute1 "attr96596") ) +(myObject (attribute1 "attr96597") ) +(myObject (attribute1 "attr96598") ) +(myObject (attribute1 "attr96599") ) +(myObject (attribute1 "attr96600") ) +(myObject (attribute1 "attr96601") ) +(myObject (attribute1 "attr96602") ) +(myObject (attribute1 "attr96603") ) +(myObject (attribute1 "attr96604") ) +(myObject (attribute1 "attr96605") ) +(myObject (attribute1 "attr96606") ) +(myObject (attribute1 "attr96607") ) +(myObject (attribute1 "attr96608") ) +(myObject (attribute1 "attr96609") ) +(myObject (attribute1 "attr96610") ) +(myObject (attribute1 "attr96611") ) +(myObject (attribute1 "attr96612") ) +(myObject (attribute1 "attr96613") ) +(myObject (attribute1 "attr96614") ) +(myObject (attribute1 "attr96615") ) +(myObject (attribute1 "attr96616") ) +(myObject (attribute1 "attr96617") ) +(myObject (attribute1 "attr96618") ) +(myObject (attribute1 "attr96619") ) +(myObject (attribute1 "attr96620") ) +(myObject (attribute1 "attr96621") ) +(myObject (attribute1 "attr96622") ) +(myObject (attribute1 "attr96623") ) +(myObject (attribute1 "attr96624") ) +(myObject (attribute1 "attr96625") ) +(myObject (attribute1 "attr96626") ) +(myObject (attribute1 "attr96627") ) +(myObject (attribute1 "attr96628") ) +(myObject (attribute1 "attr96629") ) +(myObject (attribute1 "attr96630") ) +(myObject (attribute1 "attr96631") ) +(myObject (attribute1 "attr96632") ) +(myObject (attribute1 "attr96633") ) +(myObject (attribute1 "attr96634") ) +(myObject (attribute1 "attr96635") ) +(myObject (attribute1 "attr96636") ) +(myObject (attribute1 "attr96637") ) +(myObject (attribute1 "attr96638") ) +(myObject (attribute1 "attr96639") ) +(myObject (attribute1 "attr96640") ) +(myObject (attribute1 "attr96641") ) +(myObject (attribute1 "attr96642") ) +(myObject (attribute1 "attr96643") ) +(myObject (attribute1 "attr96644") ) +(myObject (attribute1 "attr96645") ) +(myObject (attribute1 "attr96646") ) +(myObject (attribute1 "attr96647") ) +(myObject (attribute1 "attr96648") ) +(myObject (attribute1 "attr96649") ) +(myObject (attribute1 "attr96650") ) +(myObject (attribute1 "attr96651") ) +(myObject (attribute1 "attr96652") ) +(myObject (attribute1 "attr96653") ) +(myObject (attribute1 "attr96654") ) +(myObject (attribute1 "attr96655") ) +(myObject (attribute1 "attr96656") ) +(myObject (attribute1 "attr96657") ) +(myObject (attribute1 "attr96658") ) +(myObject (attribute1 "attr96659") ) +(myObject (attribute1 "attr96660") ) +(myObject (attribute1 "attr96661") ) +(myObject (attribute1 "attr96662") ) +(myObject (attribute1 "attr96663") ) +(myObject (attribute1 "attr96664") ) +(myObject (attribute1 "attr96665") ) +(myObject (attribute1 "attr96666") ) +(myObject (attribute1 "attr96667") ) +(myObject (attribute1 "attr96668") ) +(myObject (attribute1 "attr96669") ) +(myObject (attribute1 "attr96670") ) +(myObject (attribute1 "attr96671") ) +(myObject (attribute1 "attr96672") ) +(myObject (attribute1 "attr96673") ) +(myObject (attribute1 "attr96674") ) +(myObject (attribute1 "attr96675") ) +(myObject (attribute1 "attr96676") ) +(myObject (attribute1 "attr96677") ) +(myObject (attribute1 "attr96678") ) +(myObject (attribute1 "attr96679") ) +(myObject (attribute1 "attr96680") ) +(myObject (attribute1 "attr96681") ) +(myObject (attribute1 "attr96682") ) +(myObject (attribute1 "attr96683") ) +(myObject (attribute1 "attr96684") ) +(myObject (attribute1 "attr96685") ) +(myObject (attribute1 "attr96686") ) +(myObject (attribute1 "attr96687") ) +(myObject (attribute1 "attr96688") ) +(myObject (attribute1 "attr96689") ) +(myObject (attribute1 "attr96690") ) +(myObject (attribute1 "attr96691") ) +(myObject (attribute1 "attr96692") ) +(myObject (attribute1 "attr96693") ) +(myObject (attribute1 "attr96694") ) +(myObject (attribute1 "attr96695") ) +(myObject (attribute1 "attr96696") ) +(myObject (attribute1 "attr96697") ) +(myObject (attribute1 "attr96698") ) +(myObject (attribute1 "attr96699") ) +(myObject (attribute1 "attr96700") ) +(myObject (attribute1 "attr96701") ) +(myObject (attribute1 "attr96702") ) +(myObject (attribute1 "attr96703") ) +(myObject (attribute1 "attr96704") ) +(myObject (attribute1 "attr96705") ) +(myObject (attribute1 "attr96706") ) +(myObject (attribute1 "attr96707") ) +(myObject (attribute1 "attr96708") ) +(myObject (attribute1 "attr96709") ) +(myObject (attribute1 "attr96710") ) +(myObject (attribute1 "attr96711") ) +(myObject (attribute1 "attr96712") ) +(myObject (attribute1 "attr96713") ) +(myObject (attribute1 "attr96714") ) +(myObject (attribute1 "attr96715") ) +(myObject (attribute1 "attr96716") ) +(myObject (attribute1 "attr96717") ) +(myObject (attribute1 "attr96718") ) +(myObject (attribute1 "attr96719") ) +(myObject (attribute1 "attr96720") ) +(myObject (attribute1 "attr96721") ) +(myObject (attribute1 "attr96722") ) +(myObject (attribute1 "attr96723") ) +(myObject (attribute1 "attr96724") ) +(myObject (attribute1 "attr96725") ) +(myObject (attribute1 "attr96726") ) +(myObject (attribute1 "attr96727") ) +(myObject (attribute1 "attr96728") ) +(myObject (attribute1 "attr96729") ) +(myObject (attribute1 "attr96730") ) +(myObject (attribute1 "attr96731") ) +(myObject (attribute1 "attr96732") ) +(myObject (attribute1 "attr96733") ) +(myObject (attribute1 "attr96734") ) +(myObject (attribute1 "attr96735") ) +(myObject (attribute1 "attr96736") ) +(myObject (attribute1 "attr96737") ) +(myObject (attribute1 "attr96738") ) +(myObject (attribute1 "attr96739") ) +(myObject (attribute1 "attr96740") ) +(myObject (attribute1 "attr96741") ) +(myObject (attribute1 "attr96742") ) +(myObject (attribute1 "attr96743") ) +(myObject (attribute1 "attr96744") ) +(myObject (attribute1 "attr96745") ) +(myObject (attribute1 "attr96746") ) +(myObject (attribute1 "attr96747") ) +(myObject (attribute1 "attr96748") ) +(myObject (attribute1 "attr96749") ) +(myObject (attribute1 "attr96750") ) +(myObject (attribute1 "attr96751") ) +(myObject (attribute1 "attr96752") ) +(myObject (attribute1 "attr96753") ) +(myObject (attribute1 "attr96754") ) +(myObject (attribute1 "attr96755") ) +(myObject (attribute1 "attr96756") ) +(myObject (attribute1 "attr96757") ) +(myObject (attribute1 "attr96758") ) +(myObject (attribute1 "attr96759") ) +(myObject (attribute1 "attr96760") ) +(myObject (attribute1 "attr96761") ) +(myObject (attribute1 "attr96762") ) +(myObject (attribute1 "attr96763") ) +(myObject (attribute1 "attr96764") ) +(myObject (attribute1 "attr96765") ) +(myObject (attribute1 "attr96766") ) +(myObject (attribute1 "attr96767") ) +(myObject (attribute1 "attr96768") ) +(myObject (attribute1 "attr96769") ) +(myObject (attribute1 "attr96770") ) +(myObject (attribute1 "attr96771") ) +(myObject (attribute1 "attr96772") ) +(myObject (attribute1 "attr96773") ) +(myObject (attribute1 "attr96774") ) +(myObject (attribute1 "attr96775") ) +(myObject (attribute1 "attr96776") ) +(myObject (attribute1 "attr96777") ) +(myObject (attribute1 "attr96778") ) +(myObject (attribute1 "attr96779") ) +(myObject (attribute1 "attr96780") ) +(myObject (attribute1 "attr96781") ) +(myObject (attribute1 "attr96782") ) +(myObject (attribute1 "attr96783") ) +(myObject (attribute1 "attr96784") ) +(myObject (attribute1 "attr96785") ) +(myObject (attribute1 "attr96786") ) +(myObject (attribute1 "attr96787") ) +(myObject (attribute1 "attr96788") ) +(myObject (attribute1 "attr96789") ) +(myObject (attribute1 "attr96790") ) +(myObject (attribute1 "attr96791") ) +(myObject (attribute1 "attr96792") ) +(myObject (attribute1 "attr96793") ) +(myObject (attribute1 "attr96794") ) +(myObject (attribute1 "attr96795") ) +(myObject (attribute1 "attr96796") ) +(myObject (attribute1 "attr96797") ) +(myObject (attribute1 "attr96798") ) +(myObject (attribute1 "attr96799") ) +(myObject (attribute1 "attr96800") ) +(myObject (attribute1 "attr96801") ) +(myObject (attribute1 "attr96802") ) +(myObject (attribute1 "attr96803") ) +(myObject (attribute1 "attr96804") ) +(myObject (attribute1 "attr96805") ) +(myObject (attribute1 "attr96806") ) +(myObject (attribute1 "attr96807") ) +(myObject (attribute1 "attr96808") ) +(myObject (attribute1 "attr96809") ) +(myObject (attribute1 "attr96810") ) +(myObject (attribute1 "attr96811") ) +(myObject (attribute1 "attr96812") ) +(myObject (attribute1 "attr96813") ) +(myObject (attribute1 "attr96814") ) +(myObject (attribute1 "attr96815") ) +(myObject (attribute1 "attr96816") ) +(myObject (attribute1 "attr96817") ) +(myObject (attribute1 "attr96818") ) +(myObject (attribute1 "attr96819") ) +(myObject (attribute1 "attr96820") ) +(myObject (attribute1 "attr96821") ) +(myObject (attribute1 "attr96822") ) +(myObject (attribute1 "attr96823") ) +(myObject (attribute1 "attr96824") ) +(myObject (attribute1 "attr96825") ) +(myObject (attribute1 "attr96826") ) +(myObject (attribute1 "attr96827") ) +(myObject (attribute1 "attr96828") ) +(myObject (attribute1 "attr96829") ) +(myObject (attribute1 "attr96830") ) +(myObject (attribute1 "attr96831") ) +(myObject (attribute1 "attr96832") ) +(myObject (attribute1 "attr96833") ) +(myObject (attribute1 "attr96834") ) +(myObject (attribute1 "attr96835") ) +(myObject (attribute1 "attr96836") ) +(myObject (attribute1 "attr96837") ) +(myObject (attribute1 "attr96838") ) +(myObject (attribute1 "attr96839") ) +(myObject (attribute1 "attr96840") ) +(myObject (attribute1 "attr96841") ) +(myObject (attribute1 "attr96842") ) +(myObject (attribute1 "attr96843") ) +(myObject (attribute1 "attr96844") ) +(myObject (attribute1 "attr96845") ) +(myObject (attribute1 "attr96846") ) +(myObject (attribute1 "attr96847") ) +(myObject (attribute1 "attr96848") ) +(myObject (attribute1 "attr96849") ) +(myObject (attribute1 "attr96850") ) +(myObject (attribute1 "attr96851") ) +(myObject (attribute1 "attr96852") ) +(myObject (attribute1 "attr96853") ) +(myObject (attribute1 "attr96854") ) +(myObject (attribute1 "attr96855") ) +(myObject (attribute1 "attr96856") ) +(myObject (attribute1 "attr96857") ) +(myObject (attribute1 "attr96858") ) +(myObject (attribute1 "attr96859") ) +(myObject (attribute1 "attr96860") ) +(myObject (attribute1 "attr96861") ) +(myObject (attribute1 "attr96862") ) +(myObject (attribute1 "attr96863") ) +(myObject (attribute1 "attr96864") ) +(myObject (attribute1 "attr96865") ) +(myObject (attribute1 "attr96866") ) +(myObject (attribute1 "attr96867") ) +(myObject (attribute1 "attr96868") ) +(myObject (attribute1 "attr96869") ) +(myObject (attribute1 "attr96870") ) +(myObject (attribute1 "attr96871") ) +(myObject (attribute1 "attr96872") ) +(myObject (attribute1 "attr96873") ) +(myObject (attribute1 "attr96874") ) +(myObject (attribute1 "attr96875") ) +(myObject (attribute1 "attr96876") ) +(myObject (attribute1 "attr96877") ) +(myObject (attribute1 "attr96878") ) +(myObject (attribute1 "attr96879") ) +(myObject (attribute1 "attr96880") ) +(myObject (attribute1 "attr96881") ) +(myObject (attribute1 "attr96882") ) +(myObject (attribute1 "attr96883") ) +(myObject (attribute1 "attr96884") ) +(myObject (attribute1 "attr96885") ) +(myObject (attribute1 "attr96886") ) +(myObject (attribute1 "attr96887") ) +(myObject (attribute1 "attr96888") ) +(myObject (attribute1 "attr96889") ) +(myObject (attribute1 "attr96890") ) +(myObject (attribute1 "attr96891") ) +(myObject (attribute1 "attr96892") ) +(myObject (attribute1 "attr96893") ) +(myObject (attribute1 "attr96894") ) +(myObject (attribute1 "attr96895") ) +(myObject (attribute1 "attr96896") ) +(myObject (attribute1 "attr96897") ) +(myObject (attribute1 "attr96898") ) +(myObject (attribute1 "attr96899") ) +(myObject (attribute1 "attr96900") ) +(myObject (attribute1 "attr96901") ) +(myObject (attribute1 "attr96902") ) +(myObject (attribute1 "attr96903") ) +(myObject (attribute1 "attr96904") ) +(myObject (attribute1 "attr96905") ) +(myObject (attribute1 "attr96906") ) +(myObject (attribute1 "attr96907") ) +(myObject (attribute1 "attr96908") ) +(myObject (attribute1 "attr96909") ) +(myObject (attribute1 "attr96910") ) +(myObject (attribute1 "attr96911") ) +(myObject (attribute1 "attr96912") ) +(myObject (attribute1 "attr96913") ) +(myObject (attribute1 "attr96914") ) +(myObject (attribute1 "attr96915") ) +(myObject (attribute1 "attr96916") ) +(myObject (attribute1 "attr96917") ) +(myObject (attribute1 "attr96918") ) +(myObject (attribute1 "attr96919") ) +(myObject (attribute1 "attr96920") ) +(myObject (attribute1 "attr96921") ) +(myObject (attribute1 "attr96922") ) +(myObject (attribute1 "attr96923") ) +(myObject (attribute1 "attr96924") ) +(myObject (attribute1 "attr96925") ) +(myObject (attribute1 "attr96926") ) +(myObject (attribute1 "attr96927") ) +(myObject (attribute1 "attr96928") ) +(myObject (attribute1 "attr96929") ) +(myObject (attribute1 "attr96930") ) +(myObject (attribute1 "attr96931") ) +(myObject (attribute1 "attr96932") ) +(myObject (attribute1 "attr96933") ) +(myObject (attribute1 "attr96934") ) +(myObject (attribute1 "attr96935") ) +(myObject (attribute1 "attr96936") ) +(myObject (attribute1 "attr96937") ) +(myObject (attribute1 "attr96938") ) +(myObject (attribute1 "attr96939") ) +(myObject (attribute1 "attr96940") ) +(myObject (attribute1 "attr96941") ) +(myObject (attribute1 "attr96942") ) +(myObject (attribute1 "attr96943") ) +(myObject (attribute1 "attr96944") ) +(myObject (attribute1 "attr96945") ) +(myObject (attribute1 "attr96946") ) +(myObject (attribute1 "attr96947") ) +(myObject (attribute1 "attr96948") ) +(myObject (attribute1 "attr96949") ) +(myObject (attribute1 "attr96950") ) +(myObject (attribute1 "attr96951") ) +(myObject (attribute1 "attr96952") ) +(myObject (attribute1 "attr96953") ) +(myObject (attribute1 "attr96954") ) +(myObject (attribute1 "attr96955") ) +(myObject (attribute1 "attr96956") ) +(myObject (attribute1 "attr96957") ) +(myObject (attribute1 "attr96958") ) +(myObject (attribute1 "attr96959") ) +(myObject (attribute1 "attr96960") ) +(myObject (attribute1 "attr96961") ) +(myObject (attribute1 "attr96962") ) +(myObject (attribute1 "attr96963") ) +(myObject (attribute1 "attr96964") ) +(myObject (attribute1 "attr96965") ) +(myObject (attribute1 "attr96966") ) +(myObject (attribute1 "attr96967") ) +(myObject (attribute1 "attr96968") ) +(myObject (attribute1 "attr96969") ) +(myObject (attribute1 "attr96970") ) +(myObject (attribute1 "attr96971") ) +(myObject (attribute1 "attr96972") ) +(myObject (attribute1 "attr96973") ) +(myObject (attribute1 "attr96974") ) +(myObject (attribute1 "attr96975") ) +(myObject (attribute1 "attr96976") ) +(myObject (attribute1 "attr96977") ) +(myObject (attribute1 "attr96978") ) +(myObject (attribute1 "attr96979") ) +(myObject (attribute1 "attr96980") ) +(myObject (attribute1 "attr96981") ) +(myObject (attribute1 "attr96982") ) +(myObject (attribute1 "attr96983") ) +(myObject (attribute1 "attr96984") ) +(myObject (attribute1 "attr96985") ) +(myObject (attribute1 "attr96986") ) +(myObject (attribute1 "attr96987") ) +(myObject (attribute1 "attr96988") ) +(myObject (attribute1 "attr96989") ) +(myObject (attribute1 "attr96990") ) +(myObject (attribute1 "attr96991") ) +(myObject (attribute1 "attr96992") ) +(myObject (attribute1 "attr96993") ) +(myObject (attribute1 "attr96994") ) +(myObject (attribute1 "attr96995") ) +(myObject (attribute1 "attr96996") ) +(myObject (attribute1 "attr96997") ) +(myObject (attribute1 "attr96998") ) +(myObject (attribute1 "attr96999") ) +(myObject (attribute1 "attr97000") ) +(myObject (attribute1 "attr97001") ) +(myObject (attribute1 "attr97002") ) +(myObject (attribute1 "attr97003") ) +(myObject (attribute1 "attr97004") ) +(myObject (attribute1 "attr97005") ) +(myObject (attribute1 "attr97006") ) +(myObject (attribute1 "attr97007") ) +(myObject (attribute1 "attr97008") ) +(myObject (attribute1 "attr97009") ) +(myObject (attribute1 "attr97010") ) +(myObject (attribute1 "attr97011") ) +(myObject (attribute1 "attr97012") ) +(myObject (attribute1 "attr97013") ) +(myObject (attribute1 "attr97014") ) +(myObject (attribute1 "attr97015") ) +(myObject (attribute1 "attr97016") ) +(myObject (attribute1 "attr97017") ) +(myObject (attribute1 "attr97018") ) +(myObject (attribute1 "attr97019") ) +(myObject (attribute1 "attr97020") ) +(myObject (attribute1 "attr97021") ) +(myObject (attribute1 "attr97022") ) +(myObject (attribute1 "attr97023") ) +(myObject (attribute1 "attr97024") ) +(myObject (attribute1 "attr97025") ) +(myObject (attribute1 "attr97026") ) +(myObject (attribute1 "attr97027") ) +(myObject (attribute1 "attr97028") ) +(myObject (attribute1 "attr97029") ) +(myObject (attribute1 "attr97030") ) +(myObject (attribute1 "attr97031") ) +(myObject (attribute1 "attr97032") ) +(myObject (attribute1 "attr97033") ) +(myObject (attribute1 "attr97034") ) +(myObject (attribute1 "attr97035") ) +(myObject (attribute1 "attr97036") ) +(myObject (attribute1 "attr97037") ) +(myObject (attribute1 "attr97038") ) +(myObject (attribute1 "attr97039") ) +(myObject (attribute1 "attr97040") ) +(myObject (attribute1 "attr97041") ) +(myObject (attribute1 "attr97042") ) +(myObject (attribute1 "attr97043") ) +(myObject (attribute1 "attr97044") ) +(myObject (attribute1 "attr97045") ) +(myObject (attribute1 "attr97046") ) +(myObject (attribute1 "attr97047") ) +(myObject (attribute1 "attr97048") ) +(myObject (attribute1 "attr97049") ) +(myObject (attribute1 "attr97050") ) +(myObject (attribute1 "attr97051") ) +(myObject (attribute1 "attr97052") ) +(myObject (attribute1 "attr97053") ) +(myObject (attribute1 "attr97054") ) +(myObject (attribute1 "attr97055") ) +(myObject (attribute1 "attr97056") ) +(myObject (attribute1 "attr97057") ) +(myObject (attribute1 "attr97058") ) +(myObject (attribute1 "attr97059") ) +(myObject (attribute1 "attr97060") ) +(myObject (attribute1 "attr97061") ) +(myObject (attribute1 "attr97062") ) +(myObject (attribute1 "attr97063") ) +(myObject (attribute1 "attr97064") ) +(myObject (attribute1 "attr97065") ) +(myObject (attribute1 "attr97066") ) +(myObject (attribute1 "attr97067") ) +(myObject (attribute1 "attr97068") ) +(myObject (attribute1 "attr97069") ) +(myObject (attribute1 "attr97070") ) +(myObject (attribute1 "attr97071") ) +(myObject (attribute1 "attr97072") ) +(myObject (attribute1 "attr97073") ) +(myObject (attribute1 "attr97074") ) +(myObject (attribute1 "attr97075") ) +(myObject (attribute1 "attr97076") ) +(myObject (attribute1 "attr97077") ) +(myObject (attribute1 "attr97078") ) +(myObject (attribute1 "attr97079") ) +(myObject (attribute1 "attr97080") ) +(myObject (attribute1 "attr97081") ) +(myObject (attribute1 "attr97082") ) +(myObject (attribute1 "attr97083") ) +(myObject (attribute1 "attr97084") ) +(myObject (attribute1 "attr97085") ) +(myObject (attribute1 "attr97086") ) +(myObject (attribute1 "attr97087") ) +(myObject (attribute1 "attr97088") ) +(myObject (attribute1 "attr97089") ) +(myObject (attribute1 "attr97090") ) +(myObject (attribute1 "attr97091") ) +(myObject (attribute1 "attr97092") ) +(myObject (attribute1 "attr97093") ) +(myObject (attribute1 "attr97094") ) +(myObject (attribute1 "attr97095") ) +(myObject (attribute1 "attr97096") ) +(myObject (attribute1 "attr97097") ) +(myObject (attribute1 "attr97098") ) +(myObject (attribute1 "attr97099") ) +(myObject (attribute1 "attr97100") ) +(myObject (attribute1 "attr97101") ) +(myObject (attribute1 "attr97102") ) +(myObject (attribute1 "attr97103") ) +(myObject (attribute1 "attr97104") ) +(myObject (attribute1 "attr97105") ) +(myObject (attribute1 "attr97106") ) +(myObject (attribute1 "attr97107") ) +(myObject (attribute1 "attr97108") ) +(myObject (attribute1 "attr97109") ) +(myObject (attribute1 "attr97110") ) +(myObject (attribute1 "attr97111") ) +(myObject (attribute1 "attr97112") ) +(myObject (attribute1 "attr97113") ) +(myObject (attribute1 "attr97114") ) +(myObject (attribute1 "attr97115") ) +(myObject (attribute1 "attr97116") ) +(myObject (attribute1 "attr97117") ) +(myObject (attribute1 "attr97118") ) +(myObject (attribute1 "attr97119") ) +(myObject (attribute1 "attr97120") ) +(myObject (attribute1 "attr97121") ) +(myObject (attribute1 "attr97122") ) +(myObject (attribute1 "attr97123") ) +(myObject (attribute1 "attr97124") ) +(myObject (attribute1 "attr97125") ) +(myObject (attribute1 "attr97126") ) +(myObject (attribute1 "attr97127") ) +(myObject (attribute1 "attr97128") ) +(myObject (attribute1 "attr97129") ) +(myObject (attribute1 "attr97130") ) +(myObject (attribute1 "attr97131") ) +(myObject (attribute1 "attr97132") ) +(myObject (attribute1 "attr97133") ) +(myObject (attribute1 "attr97134") ) +(myObject (attribute1 "attr97135") ) +(myObject (attribute1 "attr97136") ) +(myObject (attribute1 "attr97137") ) +(myObject (attribute1 "attr97138") ) +(myObject (attribute1 "attr97139") ) +(myObject (attribute1 "attr97140") ) +(myObject (attribute1 "attr97141") ) +(myObject (attribute1 "attr97142") ) +(myObject (attribute1 "attr97143") ) +(myObject (attribute1 "attr97144") ) +(myObject (attribute1 "attr97145") ) +(myObject (attribute1 "attr97146") ) +(myObject (attribute1 "attr97147") ) +(myObject (attribute1 "attr97148") ) +(myObject (attribute1 "attr97149") ) +(myObject (attribute1 "attr97150") ) +(myObject (attribute1 "attr97151") ) +(myObject (attribute1 "attr97152") ) +(myObject (attribute1 "attr97153") ) +(myObject (attribute1 "attr97154") ) +(myObject (attribute1 "attr97155") ) +(myObject (attribute1 "attr97156") ) +(myObject (attribute1 "attr97157") ) +(myObject (attribute1 "attr97158") ) +(myObject (attribute1 "attr97159") ) +(myObject (attribute1 "attr97160") ) +(myObject (attribute1 "attr97161") ) +(myObject (attribute1 "attr97162") ) +(myObject (attribute1 "attr97163") ) +(myObject (attribute1 "attr97164") ) +(myObject (attribute1 "attr97165") ) +(myObject (attribute1 "attr97166") ) +(myObject (attribute1 "attr97167") ) +(myObject (attribute1 "attr97168") ) +(myObject (attribute1 "attr97169") ) +(myObject (attribute1 "attr97170") ) +(myObject (attribute1 "attr97171") ) +(myObject (attribute1 "attr97172") ) +(myObject (attribute1 "attr97173") ) +(myObject (attribute1 "attr97174") ) +(myObject (attribute1 "attr97175") ) +(myObject (attribute1 "attr97176") ) +(myObject (attribute1 "attr97177") ) +(myObject (attribute1 "attr97178") ) +(myObject (attribute1 "attr97179") ) +(myObject (attribute1 "attr97180") ) +(myObject (attribute1 "attr97181") ) +(myObject (attribute1 "attr97182") ) +(myObject (attribute1 "attr97183") ) +(myObject (attribute1 "attr97184") ) +(myObject (attribute1 "attr97185") ) +(myObject (attribute1 "attr97186") ) +(myObject (attribute1 "attr97187") ) +(myObject (attribute1 "attr97188") ) +(myObject (attribute1 "attr97189") ) +(myObject (attribute1 "attr97190") ) +(myObject (attribute1 "attr97191") ) +(myObject (attribute1 "attr97192") ) +(myObject (attribute1 "attr97193") ) +(myObject (attribute1 "attr97194") ) +(myObject (attribute1 "attr97195") ) +(myObject (attribute1 "attr97196") ) +(myObject (attribute1 "attr97197") ) +(myObject (attribute1 "attr97198") ) +(myObject (attribute1 "attr97199") ) +(myObject (attribute1 "attr97200") ) +(myObject (attribute1 "attr97201") ) +(myObject (attribute1 "attr97202") ) +(myObject (attribute1 "attr97203") ) +(myObject (attribute1 "attr97204") ) +(myObject (attribute1 "attr97205") ) +(myObject (attribute1 "attr97206") ) +(myObject (attribute1 "attr97207") ) +(myObject (attribute1 "attr97208") ) +(myObject (attribute1 "attr97209") ) +(myObject (attribute1 "attr97210") ) +(myObject (attribute1 "attr97211") ) +(myObject (attribute1 "attr97212") ) +(myObject (attribute1 "attr97213") ) +(myObject (attribute1 "attr97214") ) +(myObject (attribute1 "attr97215") ) +(myObject (attribute1 "attr97216") ) +(myObject (attribute1 "attr97217") ) +(myObject (attribute1 "attr97218") ) +(myObject (attribute1 "attr97219") ) +(myObject (attribute1 "attr97220") ) +(myObject (attribute1 "attr97221") ) +(myObject (attribute1 "attr97222") ) +(myObject (attribute1 "attr97223") ) +(myObject (attribute1 "attr97224") ) +(myObject (attribute1 "attr97225") ) +(myObject (attribute1 "attr97226") ) +(myObject (attribute1 "attr97227") ) +(myObject (attribute1 "attr97228") ) +(myObject (attribute1 "attr97229") ) +(myObject (attribute1 "attr97230") ) +(myObject (attribute1 "attr97231") ) +(myObject (attribute1 "attr97232") ) +(myObject (attribute1 "attr97233") ) +(myObject (attribute1 "attr97234") ) +(myObject (attribute1 "attr97235") ) +(myObject (attribute1 "attr97236") ) +(myObject (attribute1 "attr97237") ) +(myObject (attribute1 "attr97238") ) +(myObject (attribute1 "attr97239") ) +(myObject (attribute1 "attr97240") ) +(myObject (attribute1 "attr97241") ) +(myObject (attribute1 "attr97242") ) +(myObject (attribute1 "attr97243") ) +(myObject (attribute1 "attr97244") ) +(myObject (attribute1 "attr97245") ) +(myObject (attribute1 "attr97246") ) +(myObject (attribute1 "attr97247") ) +(myObject (attribute1 "attr97248") ) +(myObject (attribute1 "attr97249") ) +(myObject (attribute1 "attr97250") ) +(myObject (attribute1 "attr97251") ) +(myObject (attribute1 "attr97252") ) +(myObject (attribute1 "attr97253") ) +(myObject (attribute1 "attr97254") ) +(myObject (attribute1 "attr97255") ) +(myObject (attribute1 "attr97256") ) +(myObject (attribute1 "attr97257") ) +(myObject (attribute1 "attr97258") ) +(myObject (attribute1 "attr97259") ) +(myObject (attribute1 "attr97260") ) +(myObject (attribute1 "attr97261") ) +(myObject (attribute1 "attr97262") ) +(myObject (attribute1 "attr97263") ) +(myObject (attribute1 "attr97264") ) +(myObject (attribute1 "attr97265") ) +(myObject (attribute1 "attr97266") ) +(myObject (attribute1 "attr97267") ) +(myObject (attribute1 "attr97268") ) +(myObject (attribute1 "attr97269") ) +(myObject (attribute1 "attr97270") ) +(myObject (attribute1 "attr97271") ) +(myObject (attribute1 "attr97272") ) +(myObject (attribute1 "attr97273") ) +(myObject (attribute1 "attr97274") ) +(myObject (attribute1 "attr97275") ) +(myObject (attribute1 "attr97276") ) +(myObject (attribute1 "attr97277") ) +(myObject (attribute1 "attr97278") ) +(myObject (attribute1 "attr97279") ) +(myObject (attribute1 "attr97280") ) +(myObject (attribute1 "attr97281") ) +(myObject (attribute1 "attr97282") ) +(myObject (attribute1 "attr97283") ) +(myObject (attribute1 "attr97284") ) +(myObject (attribute1 "attr97285") ) +(myObject (attribute1 "attr97286") ) +(myObject (attribute1 "attr97287") ) +(myObject (attribute1 "attr97288") ) +(myObject (attribute1 "attr97289") ) +(myObject (attribute1 "attr97290") ) +(myObject (attribute1 "attr97291") ) +(myObject (attribute1 "attr97292") ) +(myObject (attribute1 "attr97293") ) +(myObject (attribute1 "attr97294") ) +(myObject (attribute1 "attr97295") ) +(myObject (attribute1 "attr97296") ) +(myObject (attribute1 "attr97297") ) +(myObject (attribute1 "attr97298") ) +(myObject (attribute1 "attr97299") ) +(myObject (attribute1 "attr97300") ) +(myObject (attribute1 "attr97301") ) +(myObject (attribute1 "attr97302") ) +(myObject (attribute1 "attr97303") ) +(myObject (attribute1 "attr97304") ) +(myObject (attribute1 "attr97305") ) +(myObject (attribute1 "attr97306") ) +(myObject (attribute1 "attr97307") ) +(myObject (attribute1 "attr97308") ) +(myObject (attribute1 "attr97309") ) +(myObject (attribute1 "attr97310") ) +(myObject (attribute1 "attr97311") ) +(myObject (attribute1 "attr97312") ) +(myObject (attribute1 "attr97313") ) +(myObject (attribute1 "attr97314") ) +(myObject (attribute1 "attr97315") ) +(myObject (attribute1 "attr97316") ) +(myObject (attribute1 "attr97317") ) +(myObject (attribute1 "attr97318") ) +(myObject (attribute1 "attr97319") ) +(myObject (attribute1 "attr97320") ) +(myObject (attribute1 "attr97321") ) +(myObject (attribute1 "attr97322") ) +(myObject (attribute1 "attr97323") ) +(myObject (attribute1 "attr97324") ) +(myObject (attribute1 "attr97325") ) +(myObject (attribute1 "attr97326") ) +(myObject (attribute1 "attr97327") ) +(myObject (attribute1 "attr97328") ) +(myObject (attribute1 "attr97329") ) +(myObject (attribute1 "attr97330") ) +(myObject (attribute1 "attr97331") ) +(myObject (attribute1 "attr97332") ) +(myObject (attribute1 "attr97333") ) +(myObject (attribute1 "attr97334") ) +(myObject (attribute1 "attr97335") ) +(myObject (attribute1 "attr97336") ) +(myObject (attribute1 "attr97337") ) +(myObject (attribute1 "attr97338") ) +(myObject (attribute1 "attr97339") ) +(myObject (attribute1 "attr97340") ) +(myObject (attribute1 "attr97341") ) +(myObject (attribute1 "attr97342") ) +(myObject (attribute1 "attr97343") ) +(myObject (attribute1 "attr97344") ) +(myObject (attribute1 "attr97345") ) +(myObject (attribute1 "attr97346") ) +(myObject (attribute1 "attr97347") ) +(myObject (attribute1 "attr97348") ) +(myObject (attribute1 "attr97349") ) +(myObject (attribute1 "attr97350") ) +(myObject (attribute1 "attr97351") ) +(myObject (attribute1 "attr97352") ) +(myObject (attribute1 "attr97353") ) +(myObject (attribute1 "attr97354") ) +(myObject (attribute1 "attr97355") ) +(myObject (attribute1 "attr97356") ) +(myObject (attribute1 "attr97357") ) +(myObject (attribute1 "attr97358") ) +(myObject (attribute1 "attr97359") ) +(myObject (attribute1 "attr97360") ) +(myObject (attribute1 "attr97361") ) +(myObject (attribute1 "attr97362") ) +(myObject (attribute1 "attr97363") ) +(myObject (attribute1 "attr97364") ) +(myObject (attribute1 "attr97365") ) +(myObject (attribute1 "attr97366") ) +(myObject (attribute1 "attr97367") ) +(myObject (attribute1 "attr97368") ) +(myObject (attribute1 "attr97369") ) +(myObject (attribute1 "attr97370") ) +(myObject (attribute1 "attr97371") ) +(myObject (attribute1 "attr97372") ) +(myObject (attribute1 "attr97373") ) +(myObject (attribute1 "attr97374") ) +(myObject (attribute1 "attr97375") ) +(myObject (attribute1 "attr97376") ) +(myObject (attribute1 "attr97377") ) +(myObject (attribute1 "attr97378") ) +(myObject (attribute1 "attr97379") ) +(myObject (attribute1 "attr97380") ) +(myObject (attribute1 "attr97381") ) +(myObject (attribute1 "attr97382") ) +(myObject (attribute1 "attr97383") ) +(myObject (attribute1 "attr97384") ) +(myObject (attribute1 "attr97385") ) +(myObject (attribute1 "attr97386") ) +(myObject (attribute1 "attr97387") ) +(myObject (attribute1 "attr97388") ) +(myObject (attribute1 "attr97389") ) +(myObject (attribute1 "attr97390") ) +(myObject (attribute1 "attr97391") ) +(myObject (attribute1 "attr97392") ) +(myObject (attribute1 "attr97393") ) +(myObject (attribute1 "attr97394") ) +(myObject (attribute1 "attr97395") ) +(myObject (attribute1 "attr97396") ) +(myObject (attribute1 "attr97397") ) +(myObject (attribute1 "attr97398") ) +(myObject (attribute1 "attr97399") ) +(myObject (attribute1 "attr97400") ) +(myObject (attribute1 "attr97401") ) +(myObject (attribute1 "attr97402") ) +(myObject (attribute1 "attr97403") ) +(myObject (attribute1 "attr97404") ) +(myObject (attribute1 "attr97405") ) +(myObject (attribute1 "attr97406") ) +(myObject (attribute1 "attr97407") ) +(myObject (attribute1 "attr97408") ) +(myObject (attribute1 "attr97409") ) +(myObject (attribute1 "attr97410") ) +(myObject (attribute1 "attr97411") ) +(myObject (attribute1 "attr97412") ) +(myObject (attribute1 "attr97413") ) +(myObject (attribute1 "attr97414") ) +(myObject (attribute1 "attr97415") ) +(myObject (attribute1 "attr97416") ) +(myObject (attribute1 "attr97417") ) +(myObject (attribute1 "attr97418") ) +(myObject (attribute1 "attr97419") ) +(myObject (attribute1 "attr97420") ) +(myObject (attribute1 "attr97421") ) +(myObject (attribute1 "attr97422") ) +(myObject (attribute1 "attr97423") ) +(myObject (attribute1 "attr97424") ) +(myObject (attribute1 "attr97425") ) +(myObject (attribute1 "attr97426") ) +(myObject (attribute1 "attr97427") ) +(myObject (attribute1 "attr97428") ) +(myObject (attribute1 "attr97429") ) +(myObject (attribute1 "attr97430") ) +(myObject (attribute1 "attr97431") ) +(myObject (attribute1 "attr97432") ) +(myObject (attribute1 "attr97433") ) +(myObject (attribute1 "attr97434") ) +(myObject (attribute1 "attr97435") ) +(myObject (attribute1 "attr97436") ) +(myObject (attribute1 "attr97437") ) +(myObject (attribute1 "attr97438") ) +(myObject (attribute1 "attr97439") ) +(myObject (attribute1 "attr97440") ) +(myObject (attribute1 "attr97441") ) +(myObject (attribute1 "attr97442") ) +(myObject (attribute1 "attr97443") ) +(myObject (attribute1 "attr97444") ) +(myObject (attribute1 "attr97445") ) +(myObject (attribute1 "attr97446") ) +(myObject (attribute1 "attr97447") ) +(myObject (attribute1 "attr97448") ) +(myObject (attribute1 "attr97449") ) +(myObject (attribute1 "attr97450") ) +(myObject (attribute1 "attr97451") ) +(myObject (attribute1 "attr97452") ) +(myObject (attribute1 "attr97453") ) +(myObject (attribute1 "attr97454") ) +(myObject (attribute1 "attr97455") ) +(myObject (attribute1 "attr97456") ) +(myObject (attribute1 "attr97457") ) +(myObject (attribute1 "attr97458") ) +(myObject (attribute1 "attr97459") ) +(myObject (attribute1 "attr97460") ) +(myObject (attribute1 "attr97461") ) +(myObject (attribute1 "attr97462") ) +(myObject (attribute1 "attr97463") ) +(myObject (attribute1 "attr97464") ) +(myObject (attribute1 "attr97465") ) +(myObject (attribute1 "attr97466") ) +(myObject (attribute1 "attr97467") ) +(myObject (attribute1 "attr97468") ) +(myObject (attribute1 "attr97469") ) +(myObject (attribute1 "attr97470") ) +(myObject (attribute1 "attr97471") ) +(myObject (attribute1 "attr97472") ) +(myObject (attribute1 "attr97473") ) +(myObject (attribute1 "attr97474") ) +(myObject (attribute1 "attr97475") ) +(myObject (attribute1 "attr97476") ) +(myObject (attribute1 "attr97477") ) +(myObject (attribute1 "attr97478") ) +(myObject (attribute1 "attr97479") ) +(myObject (attribute1 "attr97480") ) +(myObject (attribute1 "attr97481") ) +(myObject (attribute1 "attr97482") ) +(myObject (attribute1 "attr97483") ) +(myObject (attribute1 "attr97484") ) +(myObject (attribute1 "attr97485") ) +(myObject (attribute1 "attr97486") ) +(myObject (attribute1 "attr97487") ) +(myObject (attribute1 "attr97488") ) +(myObject (attribute1 "attr97489") ) +(myObject (attribute1 "attr97490") ) +(myObject (attribute1 "attr97491") ) +(myObject (attribute1 "attr97492") ) +(myObject (attribute1 "attr97493") ) +(myObject (attribute1 "attr97494") ) +(myObject (attribute1 "attr97495") ) +(myObject (attribute1 "attr97496") ) +(myObject (attribute1 "attr97497") ) +(myObject (attribute1 "attr97498") ) +(myObject (attribute1 "attr97499") ) +(myObject (attribute1 "attr97500") ) +(myObject (attribute1 "attr97501") ) +(myObject (attribute1 "attr97502") ) +(myObject (attribute1 "attr97503") ) +(myObject (attribute1 "attr97504") ) +(myObject (attribute1 "attr97505") ) +(myObject (attribute1 "attr97506") ) +(myObject (attribute1 "attr97507") ) +(myObject (attribute1 "attr97508") ) +(myObject (attribute1 "attr97509") ) +(myObject (attribute1 "attr97510") ) +(myObject (attribute1 "attr97511") ) +(myObject (attribute1 "attr97512") ) +(myObject (attribute1 "attr97513") ) +(myObject (attribute1 "attr97514") ) +(myObject (attribute1 "attr97515") ) +(myObject (attribute1 "attr97516") ) +(myObject (attribute1 "attr97517") ) +(myObject (attribute1 "attr97518") ) +(myObject (attribute1 "attr97519") ) +(myObject (attribute1 "attr97520") ) +(myObject (attribute1 "attr97521") ) +(myObject (attribute1 "attr97522") ) +(myObject (attribute1 "attr97523") ) +(myObject (attribute1 "attr97524") ) +(myObject (attribute1 "attr97525") ) +(myObject (attribute1 "attr97526") ) +(myObject (attribute1 "attr97527") ) +(myObject (attribute1 "attr97528") ) +(myObject (attribute1 "attr97529") ) +(myObject (attribute1 "attr97530") ) +(myObject (attribute1 "attr97531") ) +(myObject (attribute1 "attr97532") ) +(myObject (attribute1 "attr97533") ) +(myObject (attribute1 "attr97534") ) +(myObject (attribute1 "attr97535") ) +(myObject (attribute1 "attr97536") ) +(myObject (attribute1 "attr97537") ) +(myObject (attribute1 "attr97538") ) +(myObject (attribute1 "attr97539") ) +(myObject (attribute1 "attr97540") ) +(myObject (attribute1 "attr97541") ) +(myObject (attribute1 "attr97542") ) +(myObject (attribute1 "attr97543") ) +(myObject (attribute1 "attr97544") ) +(myObject (attribute1 "attr97545") ) +(myObject (attribute1 "attr97546") ) +(myObject (attribute1 "attr97547") ) +(myObject (attribute1 "attr97548") ) +(myObject (attribute1 "attr97549") ) +(myObject (attribute1 "attr97550") ) +(myObject (attribute1 "attr97551") ) +(myObject (attribute1 "attr97552") ) +(myObject (attribute1 "attr97553") ) +(myObject (attribute1 "attr97554") ) +(myObject (attribute1 "attr97555") ) +(myObject (attribute1 "attr97556") ) +(myObject (attribute1 "attr97557") ) +(myObject (attribute1 "attr97558") ) +(myObject (attribute1 "attr97559") ) +(myObject (attribute1 "attr97560") ) +(myObject (attribute1 "attr97561") ) +(myObject (attribute1 "attr97562") ) +(myObject (attribute1 "attr97563") ) +(myObject (attribute1 "attr97564") ) +(myObject (attribute1 "attr97565") ) +(myObject (attribute1 "attr97566") ) +(myObject (attribute1 "attr97567") ) +(myObject (attribute1 "attr97568") ) +(myObject (attribute1 "attr97569") ) +(myObject (attribute1 "attr97570") ) +(myObject (attribute1 "attr97571") ) +(myObject (attribute1 "attr97572") ) +(myObject (attribute1 "attr97573") ) +(myObject (attribute1 "attr97574") ) +(myObject (attribute1 "attr97575") ) +(myObject (attribute1 "attr97576") ) +(myObject (attribute1 "attr97577") ) +(myObject (attribute1 "attr97578") ) +(myObject (attribute1 "attr97579") ) +(myObject (attribute1 "attr97580") ) +(myObject (attribute1 "attr97581") ) +(myObject (attribute1 "attr97582") ) +(myObject (attribute1 "attr97583") ) +(myObject (attribute1 "attr97584") ) +(myObject (attribute1 "attr97585") ) +(myObject (attribute1 "attr97586") ) +(myObject (attribute1 "attr97587") ) +(myObject (attribute1 "attr97588") ) +(myObject (attribute1 "attr97589") ) +(myObject (attribute1 "attr97590") ) +(myObject (attribute1 "attr97591") ) +(myObject (attribute1 "attr97592") ) +(myObject (attribute1 "attr97593") ) +(myObject (attribute1 "attr97594") ) +(myObject (attribute1 "attr97595") ) +(myObject (attribute1 "attr97596") ) +(myObject (attribute1 "attr97597") ) +(myObject (attribute1 "attr97598") ) +(myObject (attribute1 "attr97599") ) +(myObject (attribute1 "attr97600") ) +(myObject (attribute1 "attr97601") ) +(myObject (attribute1 "attr97602") ) +(myObject (attribute1 "attr97603") ) +(myObject (attribute1 "attr97604") ) +(myObject (attribute1 "attr97605") ) +(myObject (attribute1 "attr97606") ) +(myObject (attribute1 "attr97607") ) +(myObject (attribute1 "attr97608") ) +(myObject (attribute1 "attr97609") ) +(myObject (attribute1 "attr97610") ) +(myObject (attribute1 "attr97611") ) +(myObject (attribute1 "attr97612") ) +(myObject (attribute1 "attr97613") ) +(myObject (attribute1 "attr97614") ) +(myObject (attribute1 "attr97615") ) +(myObject (attribute1 "attr97616") ) +(myObject (attribute1 "attr97617") ) +(myObject (attribute1 "attr97618") ) +(myObject (attribute1 "attr97619") ) +(myObject (attribute1 "attr97620") ) +(myObject (attribute1 "attr97621") ) +(myObject (attribute1 "attr97622") ) +(myObject (attribute1 "attr97623") ) +(myObject (attribute1 "attr97624") ) +(myObject (attribute1 "attr97625") ) +(myObject (attribute1 "attr97626") ) +(myObject (attribute1 "attr97627") ) +(myObject (attribute1 "attr97628") ) +(myObject (attribute1 "attr97629") ) +(myObject (attribute1 "attr97630") ) +(myObject (attribute1 "attr97631") ) +(myObject (attribute1 "attr97632") ) +(myObject (attribute1 "attr97633") ) +(myObject (attribute1 "attr97634") ) +(myObject (attribute1 "attr97635") ) +(myObject (attribute1 "attr97636") ) +(myObject (attribute1 "attr97637") ) +(myObject (attribute1 "attr97638") ) +(myObject (attribute1 "attr97639") ) +(myObject (attribute1 "attr97640") ) +(myObject (attribute1 "attr97641") ) +(myObject (attribute1 "attr97642") ) +(myObject (attribute1 "attr97643") ) +(myObject (attribute1 "attr97644") ) +(myObject (attribute1 "attr97645") ) +(myObject (attribute1 "attr97646") ) +(myObject (attribute1 "attr97647") ) +(myObject (attribute1 "attr97648") ) +(myObject (attribute1 "attr97649") ) +(myObject (attribute1 "attr97650") ) +(myObject (attribute1 "attr97651") ) +(myObject (attribute1 "attr97652") ) +(myObject (attribute1 "attr97653") ) +(myObject (attribute1 "attr97654") ) +(myObject (attribute1 "attr97655") ) +(myObject (attribute1 "attr97656") ) +(myObject (attribute1 "attr97657") ) +(myObject (attribute1 "attr97658") ) +(myObject (attribute1 "attr97659") ) +(myObject (attribute1 "attr97660") ) +(myObject (attribute1 "attr97661") ) +(myObject (attribute1 "attr97662") ) +(myObject (attribute1 "attr97663") ) +(myObject (attribute1 "attr97664") ) +(myObject (attribute1 "attr97665") ) +(myObject (attribute1 "attr97666") ) +(myObject (attribute1 "attr97667") ) +(myObject (attribute1 "attr97668") ) +(myObject (attribute1 "attr97669") ) +(myObject (attribute1 "attr97670") ) +(myObject (attribute1 "attr97671") ) +(myObject (attribute1 "attr97672") ) +(myObject (attribute1 "attr97673") ) +(myObject (attribute1 "attr97674") ) +(myObject (attribute1 "attr97675") ) +(myObject (attribute1 "attr97676") ) +(myObject (attribute1 "attr97677") ) +(myObject (attribute1 "attr97678") ) +(myObject (attribute1 "attr97679") ) +(myObject (attribute1 "attr97680") ) +(myObject (attribute1 "attr97681") ) +(myObject (attribute1 "attr97682") ) +(myObject (attribute1 "attr97683") ) +(myObject (attribute1 "attr97684") ) +(myObject (attribute1 "attr97685") ) +(myObject (attribute1 "attr97686") ) +(myObject (attribute1 "attr97687") ) +(myObject (attribute1 "attr97688") ) +(myObject (attribute1 "attr97689") ) +(myObject (attribute1 "attr97690") ) +(myObject (attribute1 "attr97691") ) +(myObject (attribute1 "attr97692") ) +(myObject (attribute1 "attr97693") ) +(myObject (attribute1 "attr97694") ) +(myObject (attribute1 "attr97695") ) +(myObject (attribute1 "attr97696") ) +(myObject (attribute1 "attr97697") ) +(myObject (attribute1 "attr97698") ) +(myObject (attribute1 "attr97699") ) +(myObject (attribute1 "attr97700") ) +(myObject (attribute1 "attr97701") ) +(myObject (attribute1 "attr97702") ) +(myObject (attribute1 "attr97703") ) +(myObject (attribute1 "attr97704") ) +(myObject (attribute1 "attr97705") ) +(myObject (attribute1 "attr97706") ) +(myObject (attribute1 "attr97707") ) +(myObject (attribute1 "attr97708") ) +(myObject (attribute1 "attr97709") ) +(myObject (attribute1 "attr97710") ) +(myObject (attribute1 "attr97711") ) +(myObject (attribute1 "attr97712") ) +(myObject (attribute1 "attr97713") ) +(myObject (attribute1 "attr97714") ) +(myObject (attribute1 "attr97715") ) +(myObject (attribute1 "attr97716") ) +(myObject (attribute1 "attr97717") ) +(myObject (attribute1 "attr97718") ) +(myObject (attribute1 "attr97719") ) +(myObject (attribute1 "attr97720") ) +(myObject (attribute1 "attr97721") ) +(myObject (attribute1 "attr97722") ) +(myObject (attribute1 "attr97723") ) +(myObject (attribute1 "attr97724") ) +(myObject (attribute1 "attr97725") ) +(myObject (attribute1 "attr97726") ) +(myObject (attribute1 "attr97727") ) +(myObject (attribute1 "attr97728") ) +(myObject (attribute1 "attr97729") ) +(myObject (attribute1 "attr97730") ) +(myObject (attribute1 "attr97731") ) +(myObject (attribute1 "attr97732") ) +(myObject (attribute1 "attr97733") ) +(myObject (attribute1 "attr97734") ) +(myObject (attribute1 "attr97735") ) +(myObject (attribute1 "attr97736") ) +(myObject (attribute1 "attr97737") ) +(myObject (attribute1 "attr97738") ) +(myObject (attribute1 "attr97739") ) +(myObject (attribute1 "attr97740") ) +(myObject (attribute1 "attr97741") ) +(myObject (attribute1 "attr97742") ) +(myObject (attribute1 "attr97743") ) +(myObject (attribute1 "attr97744") ) +(myObject (attribute1 "attr97745") ) +(myObject (attribute1 "attr97746") ) +(myObject (attribute1 "attr97747") ) +(myObject (attribute1 "attr97748") ) +(myObject (attribute1 "attr97749") ) +(myObject (attribute1 "attr97750") ) +(myObject (attribute1 "attr97751") ) +(myObject (attribute1 "attr97752") ) +(myObject (attribute1 "attr97753") ) +(myObject (attribute1 "attr97754") ) +(myObject (attribute1 "attr97755") ) +(myObject (attribute1 "attr97756") ) +(myObject (attribute1 "attr97757") ) +(myObject (attribute1 "attr97758") ) +(myObject (attribute1 "attr97759") ) +(myObject (attribute1 "attr97760") ) +(myObject (attribute1 "attr97761") ) +(myObject (attribute1 "attr97762") ) +(myObject (attribute1 "attr97763") ) +(myObject (attribute1 "attr97764") ) +(myObject (attribute1 "attr97765") ) +(myObject (attribute1 "attr97766") ) +(myObject (attribute1 "attr97767") ) +(myObject (attribute1 "attr97768") ) +(myObject (attribute1 "attr97769") ) +(myObject (attribute1 "attr97770") ) +(myObject (attribute1 "attr97771") ) +(myObject (attribute1 "attr97772") ) +(myObject (attribute1 "attr97773") ) +(myObject (attribute1 "attr97774") ) +(myObject (attribute1 "attr97775") ) +(myObject (attribute1 "attr97776") ) +(myObject (attribute1 "attr97777") ) +(myObject (attribute1 "attr97778") ) +(myObject (attribute1 "attr97779") ) +(myObject (attribute1 "attr97780") ) +(myObject (attribute1 "attr97781") ) +(myObject (attribute1 "attr97782") ) +(myObject (attribute1 "attr97783") ) +(myObject (attribute1 "attr97784") ) +(myObject (attribute1 "attr97785") ) +(myObject (attribute1 "attr97786") ) +(myObject (attribute1 "attr97787") ) +(myObject (attribute1 "attr97788") ) +(myObject (attribute1 "attr97789") ) +(myObject (attribute1 "attr97790") ) +(myObject (attribute1 "attr97791") ) +(myObject (attribute1 "attr97792") ) +(myObject (attribute1 "attr97793") ) +(myObject (attribute1 "attr97794") ) +(myObject (attribute1 "attr97795") ) +(myObject (attribute1 "attr97796") ) +(myObject (attribute1 "attr97797") ) +(myObject (attribute1 "attr97798") ) +(myObject (attribute1 "attr97799") ) +(myObject (attribute1 "attr97800") ) +(myObject (attribute1 "attr97801") ) +(myObject (attribute1 "attr97802") ) +(myObject (attribute1 "attr97803") ) +(myObject (attribute1 "attr97804") ) +(myObject (attribute1 "attr97805") ) +(myObject (attribute1 "attr97806") ) +(myObject (attribute1 "attr97807") ) +(myObject (attribute1 "attr97808") ) +(myObject (attribute1 "attr97809") ) +(myObject (attribute1 "attr97810") ) +(myObject (attribute1 "attr97811") ) +(myObject (attribute1 "attr97812") ) +(myObject (attribute1 "attr97813") ) +(myObject (attribute1 "attr97814") ) +(myObject (attribute1 "attr97815") ) +(myObject (attribute1 "attr97816") ) +(myObject (attribute1 "attr97817") ) +(myObject (attribute1 "attr97818") ) +(myObject (attribute1 "attr97819") ) +(myObject (attribute1 "attr97820") ) +(myObject (attribute1 "attr97821") ) +(myObject (attribute1 "attr97822") ) +(myObject (attribute1 "attr97823") ) +(myObject (attribute1 "attr97824") ) +(myObject (attribute1 "attr97825") ) +(myObject (attribute1 "attr97826") ) +(myObject (attribute1 "attr97827") ) +(myObject (attribute1 "attr97828") ) +(myObject (attribute1 "attr97829") ) +(myObject (attribute1 "attr97830") ) +(myObject (attribute1 "attr97831") ) +(myObject (attribute1 "attr97832") ) +(myObject (attribute1 "attr97833") ) +(myObject (attribute1 "attr97834") ) +(myObject (attribute1 "attr97835") ) +(myObject (attribute1 "attr97836") ) +(myObject (attribute1 "attr97837") ) +(myObject (attribute1 "attr97838") ) +(myObject (attribute1 "attr97839") ) +(myObject (attribute1 "attr97840") ) +(myObject (attribute1 "attr97841") ) +(myObject (attribute1 "attr97842") ) +(myObject (attribute1 "attr97843") ) +(myObject (attribute1 "attr97844") ) +(myObject (attribute1 "attr97845") ) +(myObject (attribute1 "attr97846") ) +(myObject (attribute1 "attr97847") ) +(myObject (attribute1 "attr97848") ) +(myObject (attribute1 "attr97849") ) +(myObject (attribute1 "attr97850") ) +(myObject (attribute1 "attr97851") ) +(myObject (attribute1 "attr97852") ) +(myObject (attribute1 "attr97853") ) +(myObject (attribute1 "attr97854") ) +(myObject (attribute1 "attr97855") ) +(myObject (attribute1 "attr97856") ) +(myObject (attribute1 "attr97857") ) +(myObject (attribute1 "attr97858") ) +(myObject (attribute1 "attr97859") ) +(myObject (attribute1 "attr97860") ) +(myObject (attribute1 "attr97861") ) +(myObject (attribute1 "attr97862") ) +(myObject (attribute1 "attr97863") ) +(myObject (attribute1 "attr97864") ) +(myObject (attribute1 "attr97865") ) +(myObject (attribute1 "attr97866") ) +(myObject (attribute1 "attr97867") ) +(myObject (attribute1 "attr97868") ) +(myObject (attribute1 "attr97869") ) +(myObject (attribute1 "attr97870") ) +(myObject (attribute1 "attr97871") ) +(myObject (attribute1 "attr97872") ) +(myObject (attribute1 "attr97873") ) +(myObject (attribute1 "attr97874") ) +(myObject (attribute1 "attr97875") ) +(myObject (attribute1 "attr97876") ) +(myObject (attribute1 "attr97877") ) +(myObject (attribute1 "attr97878") ) +(myObject (attribute1 "attr97879") ) +(myObject (attribute1 "attr97880") ) +(myObject (attribute1 "attr97881") ) +(myObject (attribute1 "attr97882") ) +(myObject (attribute1 "attr97883") ) +(myObject (attribute1 "attr97884") ) +(myObject (attribute1 "attr97885") ) +(myObject (attribute1 "attr97886") ) +(myObject (attribute1 "attr97887") ) +(myObject (attribute1 "attr97888") ) +(myObject (attribute1 "attr97889") ) +(myObject (attribute1 "attr97890") ) +(myObject (attribute1 "attr97891") ) +(myObject (attribute1 "attr97892") ) +(myObject (attribute1 "attr97893") ) +(myObject (attribute1 "attr97894") ) +(myObject (attribute1 "attr97895") ) +(myObject (attribute1 "attr97896") ) +(myObject (attribute1 "attr97897") ) +(myObject (attribute1 "attr97898") ) +(myObject (attribute1 "attr97899") ) +(myObject (attribute1 "attr97900") ) +(myObject (attribute1 "attr97901") ) +(myObject (attribute1 "attr97902") ) +(myObject (attribute1 "attr97903") ) +(myObject (attribute1 "attr97904") ) +(myObject (attribute1 "attr97905") ) +(myObject (attribute1 "attr97906") ) +(myObject (attribute1 "attr97907") ) +(myObject (attribute1 "attr97908") ) +(myObject (attribute1 "attr97909") ) +(myObject (attribute1 "attr97910") ) +(myObject (attribute1 "attr97911") ) +(myObject (attribute1 "attr97912") ) +(myObject (attribute1 "attr97913") ) +(myObject (attribute1 "attr97914") ) +(myObject (attribute1 "attr97915") ) +(myObject (attribute1 "attr97916") ) +(myObject (attribute1 "attr97917") ) +(myObject (attribute1 "attr97918") ) +(myObject (attribute1 "attr97919") ) +(myObject (attribute1 "attr97920") ) +(myObject (attribute1 "attr97921") ) +(myObject (attribute1 "attr97922") ) +(myObject (attribute1 "attr97923") ) +(myObject (attribute1 "attr97924") ) +(myObject (attribute1 "attr97925") ) +(myObject (attribute1 "attr97926") ) +(myObject (attribute1 "attr97927") ) +(myObject (attribute1 "attr97928") ) +(myObject (attribute1 "attr97929") ) +(myObject (attribute1 "attr97930") ) +(myObject (attribute1 "attr97931") ) +(myObject (attribute1 "attr97932") ) +(myObject (attribute1 "attr97933") ) +(myObject (attribute1 "attr97934") ) +(myObject (attribute1 "attr97935") ) +(myObject (attribute1 "attr97936") ) +(myObject (attribute1 "attr97937") ) +(myObject (attribute1 "attr97938") ) +(myObject (attribute1 "attr97939") ) +(myObject (attribute1 "attr97940") ) +(myObject (attribute1 "attr97941") ) +(myObject (attribute1 "attr97942") ) +(myObject (attribute1 "attr97943") ) +(myObject (attribute1 "attr97944") ) +(myObject (attribute1 "attr97945") ) +(myObject (attribute1 "attr97946") ) +(myObject (attribute1 "attr97947") ) +(myObject (attribute1 "attr97948") ) +(myObject (attribute1 "attr97949") ) +(myObject (attribute1 "attr97950") ) +(myObject (attribute1 "attr97951") ) +(myObject (attribute1 "attr97952") ) +(myObject (attribute1 "attr97953") ) +(myObject (attribute1 "attr97954") ) +(myObject (attribute1 "attr97955") ) +(myObject (attribute1 "attr97956") ) +(myObject (attribute1 "attr97957") ) +(myObject (attribute1 "attr97958") ) +(myObject (attribute1 "attr97959") ) +(myObject (attribute1 "attr97960") ) +(myObject (attribute1 "attr97961") ) +(myObject (attribute1 "attr97962") ) +(myObject (attribute1 "attr97963") ) +(myObject (attribute1 "attr97964") ) +(myObject (attribute1 "attr97965") ) +(myObject (attribute1 "attr97966") ) +(myObject (attribute1 "attr97967") ) +(myObject (attribute1 "attr97968") ) +(myObject (attribute1 "attr97969") ) +(myObject (attribute1 "attr97970") ) +(myObject (attribute1 "attr97971") ) +(myObject (attribute1 "attr97972") ) +(myObject (attribute1 "attr97973") ) +(myObject (attribute1 "attr97974") ) +(myObject (attribute1 "attr97975") ) +(myObject (attribute1 "attr97976") ) +(myObject (attribute1 "attr97977") ) +(myObject (attribute1 "attr97978") ) +(myObject (attribute1 "attr97979") ) +(myObject (attribute1 "attr97980") ) +(myObject (attribute1 "attr97981") ) +(myObject (attribute1 "attr97982") ) +(myObject (attribute1 "attr97983") ) +(myObject (attribute1 "attr97984") ) +(myObject (attribute1 "attr97985") ) +(myObject (attribute1 "attr97986") ) +(myObject (attribute1 "attr97987") ) +(myObject (attribute1 "attr97988") ) +(myObject (attribute1 "attr97989") ) +(myObject (attribute1 "attr97990") ) +(myObject (attribute1 "attr97991") ) +(myObject (attribute1 "attr97992") ) +(myObject (attribute1 "attr97993") ) +(myObject (attribute1 "attr97994") ) +(myObject (attribute1 "attr97995") ) +(myObject (attribute1 "attr97996") ) +(myObject (attribute1 "attr97997") ) +(myObject (attribute1 "attr97998") ) +(myObject (attribute1 "attr97999") ) +(myObject (attribute1 "attr98000") ) +(myObject (attribute1 "attr98001") ) +(myObject (attribute1 "attr98002") ) +(myObject (attribute1 "attr98003") ) +(myObject (attribute1 "attr98004") ) +(myObject (attribute1 "attr98005") ) +(myObject (attribute1 "attr98006") ) +(myObject (attribute1 "attr98007") ) +(myObject (attribute1 "attr98008") ) +(myObject (attribute1 "attr98009") ) +(myObject (attribute1 "attr98010") ) +(myObject (attribute1 "attr98011") ) +(myObject (attribute1 "attr98012") ) +(myObject (attribute1 "attr98013") ) +(myObject (attribute1 "attr98014") ) +(myObject (attribute1 "attr98015") ) +(myObject (attribute1 "attr98016") ) +(myObject (attribute1 "attr98017") ) +(myObject (attribute1 "attr98018") ) +(myObject (attribute1 "attr98019") ) +(myObject (attribute1 "attr98020") ) +(myObject (attribute1 "attr98021") ) +(myObject (attribute1 "attr98022") ) +(myObject (attribute1 "attr98023") ) +(myObject (attribute1 "attr98024") ) +(myObject (attribute1 "attr98025") ) +(myObject (attribute1 "attr98026") ) +(myObject (attribute1 "attr98027") ) +(myObject (attribute1 "attr98028") ) +(myObject (attribute1 "attr98029") ) +(myObject (attribute1 "attr98030") ) +(myObject (attribute1 "attr98031") ) +(myObject (attribute1 "attr98032") ) +(myObject (attribute1 "attr98033") ) +(myObject (attribute1 "attr98034") ) +(myObject (attribute1 "attr98035") ) +(myObject (attribute1 "attr98036") ) +(myObject (attribute1 "attr98037") ) +(myObject (attribute1 "attr98038") ) +(myObject (attribute1 "attr98039") ) +(myObject (attribute1 "attr98040") ) +(myObject (attribute1 "attr98041") ) +(myObject (attribute1 "attr98042") ) +(myObject (attribute1 "attr98043") ) +(myObject (attribute1 "attr98044") ) +(myObject (attribute1 "attr98045") ) +(myObject (attribute1 "attr98046") ) +(myObject (attribute1 "attr98047") ) +(myObject (attribute1 "attr98048") ) +(myObject (attribute1 "attr98049") ) +(myObject (attribute1 "attr98050") ) +(myObject (attribute1 "attr98051") ) +(myObject (attribute1 "attr98052") ) +(myObject (attribute1 "attr98053") ) +(myObject (attribute1 "attr98054") ) +(myObject (attribute1 "attr98055") ) +(myObject (attribute1 "attr98056") ) +(myObject (attribute1 "attr98057") ) +(myObject (attribute1 "attr98058") ) +(myObject (attribute1 "attr98059") ) +(myObject (attribute1 "attr98060") ) +(myObject (attribute1 "attr98061") ) +(myObject (attribute1 "attr98062") ) +(myObject (attribute1 "attr98063") ) +(myObject (attribute1 "attr98064") ) +(myObject (attribute1 "attr98065") ) +(myObject (attribute1 "attr98066") ) +(myObject (attribute1 "attr98067") ) +(myObject (attribute1 "attr98068") ) +(myObject (attribute1 "attr98069") ) +(myObject (attribute1 "attr98070") ) +(myObject (attribute1 "attr98071") ) +(myObject (attribute1 "attr98072") ) +(myObject (attribute1 "attr98073") ) +(myObject (attribute1 "attr98074") ) +(myObject (attribute1 "attr98075") ) +(myObject (attribute1 "attr98076") ) +(myObject (attribute1 "attr98077") ) +(myObject (attribute1 "attr98078") ) +(myObject (attribute1 "attr98079") ) +(myObject (attribute1 "attr98080") ) +(myObject (attribute1 "attr98081") ) +(myObject (attribute1 "attr98082") ) +(myObject (attribute1 "attr98083") ) +(myObject (attribute1 "attr98084") ) +(myObject (attribute1 "attr98085") ) +(myObject (attribute1 "attr98086") ) +(myObject (attribute1 "attr98087") ) +(myObject (attribute1 "attr98088") ) +(myObject (attribute1 "attr98089") ) +(myObject (attribute1 "attr98090") ) +(myObject (attribute1 "attr98091") ) +(myObject (attribute1 "attr98092") ) +(myObject (attribute1 "attr98093") ) +(myObject (attribute1 "attr98094") ) +(myObject (attribute1 "attr98095") ) +(myObject (attribute1 "attr98096") ) +(myObject (attribute1 "attr98097") ) +(myObject (attribute1 "attr98098") ) +(myObject (attribute1 "attr98099") ) +(myObject (attribute1 "attr98100") ) +(myObject (attribute1 "attr98101") ) +(myObject (attribute1 "attr98102") ) +(myObject (attribute1 "attr98103") ) +(myObject (attribute1 "attr98104") ) +(myObject (attribute1 "attr98105") ) +(myObject (attribute1 "attr98106") ) +(myObject (attribute1 "attr98107") ) +(myObject (attribute1 "attr98108") ) +(myObject (attribute1 "attr98109") ) +(myObject (attribute1 "attr98110") ) +(myObject (attribute1 "attr98111") ) +(myObject (attribute1 "attr98112") ) +(myObject (attribute1 "attr98113") ) +(myObject (attribute1 "attr98114") ) +(myObject (attribute1 "attr98115") ) +(myObject (attribute1 "attr98116") ) +(myObject (attribute1 "attr98117") ) +(myObject (attribute1 "attr98118") ) +(myObject (attribute1 "attr98119") ) +(myObject (attribute1 "attr98120") ) +(myObject (attribute1 "attr98121") ) +(myObject (attribute1 "attr98122") ) +(myObject (attribute1 "attr98123") ) +(myObject (attribute1 "attr98124") ) +(myObject (attribute1 "attr98125") ) +(myObject (attribute1 "attr98126") ) +(myObject (attribute1 "attr98127") ) +(myObject (attribute1 "attr98128") ) +(myObject (attribute1 "attr98129") ) +(myObject (attribute1 "attr98130") ) +(myObject (attribute1 "attr98131") ) +(myObject (attribute1 "attr98132") ) +(myObject (attribute1 "attr98133") ) +(myObject (attribute1 "attr98134") ) +(myObject (attribute1 "attr98135") ) +(myObject (attribute1 "attr98136") ) +(myObject (attribute1 "attr98137") ) +(myObject (attribute1 "attr98138") ) +(myObject (attribute1 "attr98139") ) +(myObject (attribute1 "attr98140") ) +(myObject (attribute1 "attr98141") ) +(myObject (attribute1 "attr98142") ) +(myObject (attribute1 "attr98143") ) +(myObject (attribute1 "attr98144") ) +(myObject (attribute1 "attr98145") ) +(myObject (attribute1 "attr98146") ) +(myObject (attribute1 "attr98147") ) +(myObject (attribute1 "attr98148") ) +(myObject (attribute1 "attr98149") ) +(myObject (attribute1 "attr98150") ) +(myObject (attribute1 "attr98151") ) +(myObject (attribute1 "attr98152") ) +(myObject (attribute1 "attr98153") ) +(myObject (attribute1 "attr98154") ) +(myObject (attribute1 "attr98155") ) +(myObject (attribute1 "attr98156") ) +(myObject (attribute1 "attr98157") ) +(myObject (attribute1 "attr98158") ) +(myObject (attribute1 "attr98159") ) +(myObject (attribute1 "attr98160") ) +(myObject (attribute1 "attr98161") ) +(myObject (attribute1 "attr98162") ) +(myObject (attribute1 "attr98163") ) +(myObject (attribute1 "attr98164") ) +(myObject (attribute1 "attr98165") ) +(myObject (attribute1 "attr98166") ) +(myObject (attribute1 "attr98167") ) +(myObject (attribute1 "attr98168") ) +(myObject (attribute1 "attr98169") ) +(myObject (attribute1 "attr98170") ) +(myObject (attribute1 "attr98171") ) +(myObject (attribute1 "attr98172") ) +(myObject (attribute1 "attr98173") ) +(myObject (attribute1 "attr98174") ) +(myObject (attribute1 "attr98175") ) +(myObject (attribute1 "attr98176") ) +(myObject (attribute1 "attr98177") ) +(myObject (attribute1 "attr98178") ) +(myObject (attribute1 "attr98179") ) +(myObject (attribute1 "attr98180") ) +(myObject (attribute1 "attr98181") ) +(myObject (attribute1 "attr98182") ) +(myObject (attribute1 "attr98183") ) +(myObject (attribute1 "attr98184") ) +(myObject (attribute1 "attr98185") ) +(myObject (attribute1 "attr98186") ) +(myObject (attribute1 "attr98187") ) +(myObject (attribute1 "attr98188") ) +(myObject (attribute1 "attr98189") ) +(myObject (attribute1 "attr98190") ) +(myObject (attribute1 "attr98191") ) +(myObject (attribute1 "attr98192") ) +(myObject (attribute1 "attr98193") ) +(myObject (attribute1 "attr98194") ) +(myObject (attribute1 "attr98195") ) +(myObject (attribute1 "attr98196") ) +(myObject (attribute1 "attr98197") ) +(myObject (attribute1 "attr98198") ) +(myObject (attribute1 "attr98199") ) +(myObject (attribute1 "attr98200") ) +(myObject (attribute1 "attr98201") ) +(myObject (attribute1 "attr98202") ) +(myObject (attribute1 "attr98203") ) +(myObject (attribute1 "attr98204") ) +(myObject (attribute1 "attr98205") ) +(myObject (attribute1 "attr98206") ) +(myObject (attribute1 "attr98207") ) +(myObject (attribute1 "attr98208") ) +(myObject (attribute1 "attr98209") ) +(myObject (attribute1 "attr98210") ) +(myObject (attribute1 "attr98211") ) +(myObject (attribute1 "attr98212") ) +(myObject (attribute1 "attr98213") ) +(myObject (attribute1 "attr98214") ) +(myObject (attribute1 "attr98215") ) +(myObject (attribute1 "attr98216") ) +(myObject (attribute1 "attr98217") ) +(myObject (attribute1 "attr98218") ) +(myObject (attribute1 "attr98219") ) +(myObject (attribute1 "attr98220") ) +(myObject (attribute1 "attr98221") ) +(myObject (attribute1 "attr98222") ) +(myObject (attribute1 "attr98223") ) +(myObject (attribute1 "attr98224") ) +(myObject (attribute1 "attr98225") ) +(myObject (attribute1 "attr98226") ) +(myObject (attribute1 "attr98227") ) +(myObject (attribute1 "attr98228") ) +(myObject (attribute1 "attr98229") ) +(myObject (attribute1 "attr98230") ) +(myObject (attribute1 "attr98231") ) +(myObject (attribute1 "attr98232") ) +(myObject (attribute1 "attr98233") ) +(myObject (attribute1 "attr98234") ) +(myObject (attribute1 "attr98235") ) +(myObject (attribute1 "attr98236") ) +(myObject (attribute1 "attr98237") ) +(myObject (attribute1 "attr98238") ) +(myObject (attribute1 "attr98239") ) +(myObject (attribute1 "attr98240") ) +(myObject (attribute1 "attr98241") ) +(myObject (attribute1 "attr98242") ) +(myObject (attribute1 "attr98243") ) +(myObject (attribute1 "attr98244") ) +(myObject (attribute1 "attr98245") ) +(myObject (attribute1 "attr98246") ) +(myObject (attribute1 "attr98247") ) +(myObject (attribute1 "attr98248") ) +(myObject (attribute1 "attr98249") ) +(myObject (attribute1 "attr98250") ) +(myObject (attribute1 "attr98251") ) +(myObject (attribute1 "attr98252") ) +(myObject (attribute1 "attr98253") ) +(myObject (attribute1 "attr98254") ) +(myObject (attribute1 "attr98255") ) +(myObject (attribute1 "attr98256") ) +(myObject (attribute1 "attr98257") ) +(myObject (attribute1 "attr98258") ) +(myObject (attribute1 "attr98259") ) +(myObject (attribute1 "attr98260") ) +(myObject (attribute1 "attr98261") ) +(myObject (attribute1 "attr98262") ) +(myObject (attribute1 "attr98263") ) +(myObject (attribute1 "attr98264") ) +(myObject (attribute1 "attr98265") ) +(myObject (attribute1 "attr98266") ) +(myObject (attribute1 "attr98267") ) +(myObject (attribute1 "attr98268") ) +(myObject (attribute1 "attr98269") ) +(myObject (attribute1 "attr98270") ) +(myObject (attribute1 "attr98271") ) +(myObject (attribute1 "attr98272") ) +(myObject (attribute1 "attr98273") ) +(myObject (attribute1 "attr98274") ) +(myObject (attribute1 "attr98275") ) +(myObject (attribute1 "attr98276") ) +(myObject (attribute1 "attr98277") ) +(myObject (attribute1 "attr98278") ) +(myObject (attribute1 "attr98279") ) +(myObject (attribute1 "attr98280") ) +(myObject (attribute1 "attr98281") ) +(myObject (attribute1 "attr98282") ) +(myObject (attribute1 "attr98283") ) +(myObject (attribute1 "attr98284") ) +(myObject (attribute1 "attr98285") ) +(myObject (attribute1 "attr98286") ) +(myObject (attribute1 "attr98287") ) +(myObject (attribute1 "attr98288") ) +(myObject (attribute1 "attr98289") ) +(myObject (attribute1 "attr98290") ) +(myObject (attribute1 "attr98291") ) +(myObject (attribute1 "attr98292") ) +(myObject (attribute1 "attr98293") ) +(myObject (attribute1 "attr98294") ) +(myObject (attribute1 "attr98295") ) +(myObject (attribute1 "attr98296") ) +(myObject (attribute1 "attr98297") ) +(myObject (attribute1 "attr98298") ) +(myObject (attribute1 "attr98299") ) +(myObject (attribute1 "attr98300") ) +(myObject (attribute1 "attr98301") ) +(myObject (attribute1 "attr98302") ) +(myObject (attribute1 "attr98303") ) +(myObject (attribute1 "attr98304") ) +(myObject (attribute1 "attr98305") ) +(myObject (attribute1 "attr98306") ) +(myObject (attribute1 "attr98307") ) +(myObject (attribute1 "attr98308") ) +(myObject (attribute1 "attr98309") ) +(myObject (attribute1 "attr98310") ) +(myObject (attribute1 "attr98311") ) +(myObject (attribute1 "attr98312") ) +(myObject (attribute1 "attr98313") ) +(myObject (attribute1 "attr98314") ) +(myObject (attribute1 "attr98315") ) +(myObject (attribute1 "attr98316") ) +(myObject (attribute1 "attr98317") ) +(myObject (attribute1 "attr98318") ) +(myObject (attribute1 "attr98319") ) +(myObject (attribute1 "attr98320") ) +(myObject (attribute1 "attr98321") ) +(myObject (attribute1 "attr98322") ) +(myObject (attribute1 "attr98323") ) +(myObject (attribute1 "attr98324") ) +(myObject (attribute1 "attr98325") ) +(myObject (attribute1 "attr98326") ) +(myObject (attribute1 "attr98327") ) +(myObject (attribute1 "attr98328") ) +(myObject (attribute1 "attr98329") ) +(myObject (attribute1 "attr98330") ) +(myObject (attribute1 "attr98331") ) +(myObject (attribute1 "attr98332") ) +(myObject (attribute1 "attr98333") ) +(myObject (attribute1 "attr98334") ) +(myObject (attribute1 "attr98335") ) +(myObject (attribute1 "attr98336") ) +(myObject (attribute1 "attr98337") ) +(myObject (attribute1 "attr98338") ) +(myObject (attribute1 "attr98339") ) +(myObject (attribute1 "attr98340") ) +(myObject (attribute1 "attr98341") ) +(myObject (attribute1 "attr98342") ) +(myObject (attribute1 "attr98343") ) +(myObject (attribute1 "attr98344") ) +(myObject (attribute1 "attr98345") ) +(myObject (attribute1 "attr98346") ) +(myObject (attribute1 "attr98347") ) +(myObject (attribute1 "attr98348") ) +(myObject (attribute1 "attr98349") ) +(myObject (attribute1 "attr98350") ) +(myObject (attribute1 "attr98351") ) +(myObject (attribute1 "attr98352") ) +(myObject (attribute1 "attr98353") ) +(myObject (attribute1 "attr98354") ) +(myObject (attribute1 "attr98355") ) +(myObject (attribute1 "attr98356") ) +(myObject (attribute1 "attr98357") ) +(myObject (attribute1 "attr98358") ) +(myObject (attribute1 "attr98359") ) +(myObject (attribute1 "attr98360") ) +(myObject (attribute1 "attr98361") ) +(myObject (attribute1 "attr98362") ) +(myObject (attribute1 "attr98363") ) +(myObject (attribute1 "attr98364") ) +(myObject (attribute1 "attr98365") ) +(myObject (attribute1 "attr98366") ) +(myObject (attribute1 "attr98367") ) +(myObject (attribute1 "attr98368") ) +(myObject (attribute1 "attr98369") ) +(myObject (attribute1 "attr98370") ) +(myObject (attribute1 "attr98371") ) +(myObject (attribute1 "attr98372") ) +(myObject (attribute1 "attr98373") ) +(myObject (attribute1 "attr98374") ) +(myObject (attribute1 "attr98375") ) +(myObject (attribute1 "attr98376") ) +(myObject (attribute1 "attr98377") ) +(myObject (attribute1 "attr98378") ) +(myObject (attribute1 "attr98379") ) +(myObject (attribute1 "attr98380") ) +(myObject (attribute1 "attr98381") ) +(myObject (attribute1 "attr98382") ) +(myObject (attribute1 "attr98383") ) +(myObject (attribute1 "attr98384") ) +(myObject (attribute1 "attr98385") ) +(myObject (attribute1 "attr98386") ) +(myObject (attribute1 "attr98387") ) +(myObject (attribute1 "attr98388") ) +(myObject (attribute1 "attr98389") ) +(myObject (attribute1 "attr98390") ) +(myObject (attribute1 "attr98391") ) +(myObject (attribute1 "attr98392") ) +(myObject (attribute1 "attr98393") ) +(myObject (attribute1 "attr98394") ) +(myObject (attribute1 "attr98395") ) +(myObject (attribute1 "attr98396") ) +(myObject (attribute1 "attr98397") ) +(myObject (attribute1 "attr98398") ) +(myObject (attribute1 "attr98399") ) +(myObject (attribute1 "attr98400") ) +(myObject (attribute1 "attr98401") ) +(myObject (attribute1 "attr98402") ) +(myObject (attribute1 "attr98403") ) +(myObject (attribute1 "attr98404") ) +(myObject (attribute1 "attr98405") ) +(myObject (attribute1 "attr98406") ) +(myObject (attribute1 "attr98407") ) +(myObject (attribute1 "attr98408") ) +(myObject (attribute1 "attr98409") ) +(myObject (attribute1 "attr98410") ) +(myObject (attribute1 "attr98411") ) +(myObject (attribute1 "attr98412") ) +(myObject (attribute1 "attr98413") ) +(myObject (attribute1 "attr98414") ) +(myObject (attribute1 "attr98415") ) +(myObject (attribute1 "attr98416") ) +(myObject (attribute1 "attr98417") ) +(myObject (attribute1 "attr98418") ) +(myObject (attribute1 "attr98419") ) +(myObject (attribute1 "attr98420") ) +(myObject (attribute1 "attr98421") ) +(myObject (attribute1 "attr98422") ) +(myObject (attribute1 "attr98423") ) +(myObject (attribute1 "attr98424") ) +(myObject (attribute1 "attr98425") ) +(myObject (attribute1 "attr98426") ) +(myObject (attribute1 "attr98427") ) +(myObject (attribute1 "attr98428") ) +(myObject (attribute1 "attr98429") ) +(myObject (attribute1 "attr98430") ) +(myObject (attribute1 "attr98431") ) +(myObject (attribute1 "attr98432") ) +(myObject (attribute1 "attr98433") ) +(myObject (attribute1 "attr98434") ) +(myObject (attribute1 "attr98435") ) +(myObject (attribute1 "attr98436") ) +(myObject (attribute1 "attr98437") ) +(myObject (attribute1 "attr98438") ) +(myObject (attribute1 "attr98439") ) +(myObject (attribute1 "attr98440") ) +(myObject (attribute1 "attr98441") ) +(myObject (attribute1 "attr98442") ) +(myObject (attribute1 "attr98443") ) +(myObject (attribute1 "attr98444") ) +(myObject (attribute1 "attr98445") ) +(myObject (attribute1 "attr98446") ) +(myObject (attribute1 "attr98447") ) +(myObject (attribute1 "attr98448") ) +(myObject (attribute1 "attr98449") ) +(myObject (attribute1 "attr98450") ) +(myObject (attribute1 "attr98451") ) +(myObject (attribute1 "attr98452") ) +(myObject (attribute1 "attr98453") ) +(myObject (attribute1 "attr98454") ) +(myObject (attribute1 "attr98455") ) +(myObject (attribute1 "attr98456") ) +(myObject (attribute1 "attr98457") ) +(myObject (attribute1 "attr98458") ) +(myObject (attribute1 "attr98459") ) +(myObject (attribute1 "attr98460") ) +(myObject (attribute1 "attr98461") ) +(myObject (attribute1 "attr98462") ) +(myObject (attribute1 "attr98463") ) +(myObject (attribute1 "attr98464") ) +(myObject (attribute1 "attr98465") ) +(myObject (attribute1 "attr98466") ) +(myObject (attribute1 "attr98467") ) +(myObject (attribute1 "attr98468") ) +(myObject (attribute1 "attr98469") ) +(myObject (attribute1 "attr98470") ) +(myObject (attribute1 "attr98471") ) +(myObject (attribute1 "attr98472") ) +(myObject (attribute1 "attr98473") ) +(myObject (attribute1 "attr98474") ) +(myObject (attribute1 "attr98475") ) +(myObject (attribute1 "attr98476") ) +(myObject (attribute1 "attr98477") ) +(myObject (attribute1 "attr98478") ) +(myObject (attribute1 "attr98479") ) +(myObject (attribute1 "attr98480") ) +(myObject (attribute1 "attr98481") ) +(myObject (attribute1 "attr98482") ) +(myObject (attribute1 "attr98483") ) +(myObject (attribute1 "attr98484") ) +(myObject (attribute1 "attr98485") ) +(myObject (attribute1 "attr98486") ) +(myObject (attribute1 "attr98487") ) +(myObject (attribute1 "attr98488") ) +(myObject (attribute1 "attr98489") ) +(myObject (attribute1 "attr98490") ) +(myObject (attribute1 "attr98491") ) +(myObject (attribute1 "attr98492") ) +(myObject (attribute1 "attr98493") ) +(myObject (attribute1 "attr98494") ) +(myObject (attribute1 "attr98495") ) +(myObject (attribute1 "attr98496") ) +(myObject (attribute1 "attr98497") ) +(myObject (attribute1 "attr98498") ) +(myObject (attribute1 "attr98499") ) +(myObject (attribute1 "attr98500") ) +(myObject (attribute1 "attr98501") ) +(myObject (attribute1 "attr98502") ) +(myObject (attribute1 "attr98503") ) +(myObject (attribute1 "attr98504") ) +(myObject (attribute1 "attr98505") ) +(myObject (attribute1 "attr98506") ) +(myObject (attribute1 "attr98507") ) +(myObject (attribute1 "attr98508") ) +(myObject (attribute1 "attr98509") ) +(myObject (attribute1 "attr98510") ) +(myObject (attribute1 "attr98511") ) +(myObject (attribute1 "attr98512") ) +(myObject (attribute1 "attr98513") ) +(myObject (attribute1 "attr98514") ) +(myObject (attribute1 "attr98515") ) +(myObject (attribute1 "attr98516") ) +(myObject (attribute1 "attr98517") ) +(myObject (attribute1 "attr98518") ) +(myObject (attribute1 "attr98519") ) +(myObject (attribute1 "attr98520") ) +(myObject (attribute1 "attr98521") ) +(myObject (attribute1 "attr98522") ) +(myObject (attribute1 "attr98523") ) +(myObject (attribute1 "attr98524") ) +(myObject (attribute1 "attr98525") ) +(myObject (attribute1 "attr98526") ) +(myObject (attribute1 "attr98527") ) +(myObject (attribute1 "attr98528") ) +(myObject (attribute1 "attr98529") ) +(myObject (attribute1 "attr98530") ) +(myObject (attribute1 "attr98531") ) +(myObject (attribute1 "attr98532") ) +(myObject (attribute1 "attr98533") ) +(myObject (attribute1 "attr98534") ) +(myObject (attribute1 "attr98535") ) +(myObject (attribute1 "attr98536") ) +(myObject (attribute1 "attr98537") ) +(myObject (attribute1 "attr98538") ) +(myObject (attribute1 "attr98539") ) +(myObject (attribute1 "attr98540") ) +(myObject (attribute1 "attr98541") ) +(myObject (attribute1 "attr98542") ) +(myObject (attribute1 "attr98543") ) +(myObject (attribute1 "attr98544") ) +(myObject (attribute1 "attr98545") ) +(myObject (attribute1 "attr98546") ) +(myObject (attribute1 "attr98547") ) +(myObject (attribute1 "attr98548") ) +(myObject (attribute1 "attr98549") ) +(myObject (attribute1 "attr98550") ) +(myObject (attribute1 "attr98551") ) +(myObject (attribute1 "attr98552") ) +(myObject (attribute1 "attr98553") ) +(myObject (attribute1 "attr98554") ) +(myObject (attribute1 "attr98555") ) +(myObject (attribute1 "attr98556") ) +(myObject (attribute1 "attr98557") ) +(myObject (attribute1 "attr98558") ) +(myObject (attribute1 "attr98559") ) +(myObject (attribute1 "attr98560") ) +(myObject (attribute1 "attr98561") ) +(myObject (attribute1 "attr98562") ) +(myObject (attribute1 "attr98563") ) +(myObject (attribute1 "attr98564") ) +(myObject (attribute1 "attr98565") ) +(myObject (attribute1 "attr98566") ) +(myObject (attribute1 "attr98567") ) +(myObject (attribute1 "attr98568") ) +(myObject (attribute1 "attr98569") ) +(myObject (attribute1 "attr98570") ) +(myObject (attribute1 "attr98571") ) +(myObject (attribute1 "attr98572") ) +(myObject (attribute1 "attr98573") ) +(myObject (attribute1 "attr98574") ) +(myObject (attribute1 "attr98575") ) +(myObject (attribute1 "attr98576") ) +(myObject (attribute1 "attr98577") ) +(myObject (attribute1 "attr98578") ) +(myObject (attribute1 "attr98579") ) +(myObject (attribute1 "attr98580") ) +(myObject (attribute1 "attr98581") ) +(myObject (attribute1 "attr98582") ) +(myObject (attribute1 "attr98583") ) +(myObject (attribute1 "attr98584") ) +(myObject (attribute1 "attr98585") ) +(myObject (attribute1 "attr98586") ) +(myObject (attribute1 "attr98587") ) +(myObject (attribute1 "attr98588") ) +(myObject (attribute1 "attr98589") ) +(myObject (attribute1 "attr98590") ) +(myObject (attribute1 "attr98591") ) +(myObject (attribute1 "attr98592") ) +(myObject (attribute1 "attr98593") ) +(myObject (attribute1 "attr98594") ) +(myObject (attribute1 "attr98595") ) +(myObject (attribute1 "attr98596") ) +(myObject (attribute1 "attr98597") ) +(myObject (attribute1 "attr98598") ) +(myObject (attribute1 "attr98599") ) +(myObject (attribute1 "attr98600") ) +(myObject (attribute1 "attr98601") ) +(myObject (attribute1 "attr98602") ) +(myObject (attribute1 "attr98603") ) +(myObject (attribute1 "attr98604") ) +(myObject (attribute1 "attr98605") ) +(myObject (attribute1 "attr98606") ) +(myObject (attribute1 "attr98607") ) +(myObject (attribute1 "attr98608") ) +(myObject (attribute1 "attr98609") ) +(myObject (attribute1 "attr98610") ) +(myObject (attribute1 "attr98611") ) +(myObject (attribute1 "attr98612") ) +(myObject (attribute1 "attr98613") ) +(myObject (attribute1 "attr98614") ) +(myObject (attribute1 "attr98615") ) +(myObject (attribute1 "attr98616") ) +(myObject (attribute1 "attr98617") ) +(myObject (attribute1 "attr98618") ) +(myObject (attribute1 "attr98619") ) +(myObject (attribute1 "attr98620") ) +(myObject (attribute1 "attr98621") ) +(myObject (attribute1 "attr98622") ) +(myObject (attribute1 "attr98623") ) +(myObject (attribute1 "attr98624") ) +(myObject (attribute1 "attr98625") ) +(myObject (attribute1 "attr98626") ) +(myObject (attribute1 "attr98627") ) +(myObject (attribute1 "attr98628") ) +(myObject (attribute1 "attr98629") ) +(myObject (attribute1 "attr98630") ) +(myObject (attribute1 "attr98631") ) +(myObject (attribute1 "attr98632") ) +(myObject (attribute1 "attr98633") ) +(myObject (attribute1 "attr98634") ) +(myObject (attribute1 "attr98635") ) +(myObject (attribute1 "attr98636") ) +(myObject (attribute1 "attr98637") ) +(myObject (attribute1 "attr98638") ) +(myObject (attribute1 "attr98639") ) +(myObject (attribute1 "attr98640") ) +(myObject (attribute1 "attr98641") ) +(myObject (attribute1 "attr98642") ) +(myObject (attribute1 "attr98643") ) +(myObject (attribute1 "attr98644") ) +(myObject (attribute1 "attr98645") ) +(myObject (attribute1 "attr98646") ) +(myObject (attribute1 "attr98647") ) +(myObject (attribute1 "attr98648") ) +(myObject (attribute1 "attr98649") ) +(myObject (attribute1 "attr98650") ) +(myObject (attribute1 "attr98651") ) +(myObject (attribute1 "attr98652") ) +(myObject (attribute1 "attr98653") ) +(myObject (attribute1 "attr98654") ) +(myObject (attribute1 "attr98655") ) +(myObject (attribute1 "attr98656") ) +(myObject (attribute1 "attr98657") ) +(myObject (attribute1 "attr98658") ) +(myObject (attribute1 "attr98659") ) +(myObject (attribute1 "attr98660") ) +(myObject (attribute1 "attr98661") ) +(myObject (attribute1 "attr98662") ) +(myObject (attribute1 "attr98663") ) +(myObject (attribute1 "attr98664") ) +(myObject (attribute1 "attr98665") ) +(myObject (attribute1 "attr98666") ) +(myObject (attribute1 "attr98667") ) +(myObject (attribute1 "attr98668") ) +(myObject (attribute1 "attr98669") ) +(myObject (attribute1 "attr98670") ) +(myObject (attribute1 "attr98671") ) +(myObject (attribute1 "attr98672") ) +(myObject (attribute1 "attr98673") ) +(myObject (attribute1 "attr98674") ) +(myObject (attribute1 "attr98675") ) +(myObject (attribute1 "attr98676") ) +(myObject (attribute1 "attr98677") ) +(myObject (attribute1 "attr98678") ) +(myObject (attribute1 "attr98679") ) +(myObject (attribute1 "attr98680") ) +(myObject (attribute1 "attr98681") ) +(myObject (attribute1 "attr98682") ) +(myObject (attribute1 "attr98683") ) +(myObject (attribute1 "attr98684") ) +(myObject (attribute1 "attr98685") ) +(myObject (attribute1 "attr98686") ) +(myObject (attribute1 "attr98687") ) +(myObject (attribute1 "attr98688") ) +(myObject (attribute1 "attr98689") ) +(myObject (attribute1 "attr98690") ) +(myObject (attribute1 "attr98691") ) +(myObject (attribute1 "attr98692") ) +(myObject (attribute1 "attr98693") ) +(myObject (attribute1 "attr98694") ) +(myObject (attribute1 "attr98695") ) +(myObject (attribute1 "attr98696") ) +(myObject (attribute1 "attr98697") ) +(myObject (attribute1 "attr98698") ) +(myObject (attribute1 "attr98699") ) +(myObject (attribute1 "attr98700") ) +(myObject (attribute1 "attr98701") ) +(myObject (attribute1 "attr98702") ) +(myObject (attribute1 "attr98703") ) +(myObject (attribute1 "attr98704") ) +(myObject (attribute1 "attr98705") ) +(myObject (attribute1 "attr98706") ) +(myObject (attribute1 "attr98707") ) +(myObject (attribute1 "attr98708") ) +(myObject (attribute1 "attr98709") ) +(myObject (attribute1 "attr98710") ) +(myObject (attribute1 "attr98711") ) +(myObject (attribute1 "attr98712") ) +(myObject (attribute1 "attr98713") ) +(myObject (attribute1 "attr98714") ) +(myObject (attribute1 "attr98715") ) +(myObject (attribute1 "attr98716") ) +(myObject (attribute1 "attr98717") ) +(myObject (attribute1 "attr98718") ) +(myObject (attribute1 "attr98719") ) +(myObject (attribute1 "attr98720") ) +(myObject (attribute1 "attr98721") ) +(myObject (attribute1 "attr98722") ) +(myObject (attribute1 "attr98723") ) +(myObject (attribute1 "attr98724") ) +(myObject (attribute1 "attr98725") ) +(myObject (attribute1 "attr98726") ) +(myObject (attribute1 "attr98727") ) +(myObject (attribute1 "attr98728") ) +(myObject (attribute1 "attr98729") ) +(myObject (attribute1 "attr98730") ) +(myObject (attribute1 "attr98731") ) +(myObject (attribute1 "attr98732") ) +(myObject (attribute1 "attr98733") ) +(myObject (attribute1 "attr98734") ) +(myObject (attribute1 "attr98735") ) +(myObject (attribute1 "attr98736") ) +(myObject (attribute1 "attr98737") ) +(myObject (attribute1 "attr98738") ) +(myObject (attribute1 "attr98739") ) +(myObject (attribute1 "attr98740") ) +(myObject (attribute1 "attr98741") ) +(myObject (attribute1 "attr98742") ) +(myObject (attribute1 "attr98743") ) +(myObject (attribute1 "attr98744") ) +(myObject (attribute1 "attr98745") ) +(myObject (attribute1 "attr98746") ) +(myObject (attribute1 "attr98747") ) +(myObject (attribute1 "attr98748") ) +(myObject (attribute1 "attr98749") ) +(myObject (attribute1 "attr98750") ) +(myObject (attribute1 "attr98751") ) +(myObject (attribute1 "attr98752") ) +(myObject (attribute1 "attr98753") ) +(myObject (attribute1 "attr98754") ) +(myObject (attribute1 "attr98755") ) +(myObject (attribute1 "attr98756") ) +(myObject (attribute1 "attr98757") ) +(myObject (attribute1 "attr98758") ) +(myObject (attribute1 "attr98759") ) +(myObject (attribute1 "attr98760") ) +(myObject (attribute1 "attr98761") ) +(myObject (attribute1 "attr98762") ) +(myObject (attribute1 "attr98763") ) +(myObject (attribute1 "attr98764") ) +(myObject (attribute1 "attr98765") ) +(myObject (attribute1 "attr98766") ) +(myObject (attribute1 "attr98767") ) +(myObject (attribute1 "attr98768") ) +(myObject (attribute1 "attr98769") ) +(myObject (attribute1 "attr98770") ) +(myObject (attribute1 "attr98771") ) +(myObject (attribute1 "attr98772") ) +(myObject (attribute1 "attr98773") ) +(myObject (attribute1 "attr98774") ) +(myObject (attribute1 "attr98775") ) +(myObject (attribute1 "attr98776") ) +(myObject (attribute1 "attr98777") ) +(myObject (attribute1 "attr98778") ) +(myObject (attribute1 "attr98779") ) +(myObject (attribute1 "attr98780") ) +(myObject (attribute1 "attr98781") ) +(myObject (attribute1 "attr98782") ) +(myObject (attribute1 "attr98783") ) +(myObject (attribute1 "attr98784") ) +(myObject (attribute1 "attr98785") ) +(myObject (attribute1 "attr98786") ) +(myObject (attribute1 "attr98787") ) +(myObject (attribute1 "attr98788") ) +(myObject (attribute1 "attr98789") ) +(myObject (attribute1 "attr98790") ) +(myObject (attribute1 "attr98791") ) +(myObject (attribute1 "attr98792") ) +(myObject (attribute1 "attr98793") ) +(myObject (attribute1 "attr98794") ) +(myObject (attribute1 "attr98795") ) +(myObject (attribute1 "attr98796") ) +(myObject (attribute1 "attr98797") ) +(myObject (attribute1 "attr98798") ) +(myObject (attribute1 "attr98799") ) +(myObject (attribute1 "attr98800") ) +(myObject (attribute1 "attr98801") ) +(myObject (attribute1 "attr98802") ) +(myObject (attribute1 "attr98803") ) +(myObject (attribute1 "attr98804") ) +(myObject (attribute1 "attr98805") ) +(myObject (attribute1 "attr98806") ) +(myObject (attribute1 "attr98807") ) +(myObject (attribute1 "attr98808") ) +(myObject (attribute1 "attr98809") ) +(myObject (attribute1 "attr98810") ) +(myObject (attribute1 "attr98811") ) +(myObject (attribute1 "attr98812") ) +(myObject (attribute1 "attr98813") ) +(myObject (attribute1 "attr98814") ) +(myObject (attribute1 "attr98815") ) +(myObject (attribute1 "attr98816") ) +(myObject (attribute1 "attr98817") ) +(myObject (attribute1 "attr98818") ) +(myObject (attribute1 "attr98819") ) +(myObject (attribute1 "attr98820") ) +(myObject (attribute1 "attr98821") ) +(myObject (attribute1 "attr98822") ) +(myObject (attribute1 "attr98823") ) +(myObject (attribute1 "attr98824") ) +(myObject (attribute1 "attr98825") ) +(myObject (attribute1 "attr98826") ) +(myObject (attribute1 "attr98827") ) +(myObject (attribute1 "attr98828") ) +(myObject (attribute1 "attr98829") ) +(myObject (attribute1 "attr98830") ) +(myObject (attribute1 "attr98831") ) +(myObject (attribute1 "attr98832") ) +(myObject (attribute1 "attr98833") ) +(myObject (attribute1 "attr98834") ) +(myObject (attribute1 "attr98835") ) +(myObject (attribute1 "attr98836") ) +(myObject (attribute1 "attr98837") ) +(myObject (attribute1 "attr98838") ) +(myObject (attribute1 "attr98839") ) +(myObject (attribute1 "attr98840") ) +(myObject (attribute1 "attr98841") ) +(myObject (attribute1 "attr98842") ) +(myObject (attribute1 "attr98843") ) +(myObject (attribute1 "attr98844") ) +(myObject (attribute1 "attr98845") ) +(myObject (attribute1 "attr98846") ) +(myObject (attribute1 "attr98847") ) +(myObject (attribute1 "attr98848") ) +(myObject (attribute1 "attr98849") ) +(myObject (attribute1 "attr98850") ) +(myObject (attribute1 "attr98851") ) +(myObject (attribute1 "attr98852") ) +(myObject (attribute1 "attr98853") ) +(myObject (attribute1 "attr98854") ) +(myObject (attribute1 "attr98855") ) +(myObject (attribute1 "attr98856") ) +(myObject (attribute1 "attr98857") ) +(myObject (attribute1 "attr98858") ) +(myObject (attribute1 "attr98859") ) +(myObject (attribute1 "attr98860") ) +(myObject (attribute1 "attr98861") ) +(myObject (attribute1 "attr98862") ) +(myObject (attribute1 "attr98863") ) +(myObject (attribute1 "attr98864") ) +(myObject (attribute1 "attr98865") ) +(myObject (attribute1 "attr98866") ) +(myObject (attribute1 "attr98867") ) +(myObject (attribute1 "attr98868") ) +(myObject (attribute1 "attr98869") ) +(myObject (attribute1 "attr98870") ) +(myObject (attribute1 "attr98871") ) +(myObject (attribute1 "attr98872") ) +(myObject (attribute1 "attr98873") ) +(myObject (attribute1 "attr98874") ) +(myObject (attribute1 "attr98875") ) +(myObject (attribute1 "attr98876") ) +(myObject (attribute1 "attr98877") ) +(myObject (attribute1 "attr98878") ) +(myObject (attribute1 "attr98879") ) +(myObject (attribute1 "attr98880") ) +(myObject (attribute1 "attr98881") ) +(myObject (attribute1 "attr98882") ) +(myObject (attribute1 "attr98883") ) +(myObject (attribute1 "attr98884") ) +(myObject (attribute1 "attr98885") ) +(myObject (attribute1 "attr98886") ) +(myObject (attribute1 "attr98887") ) +(myObject (attribute1 "attr98888") ) +(myObject (attribute1 "attr98889") ) +(myObject (attribute1 "attr98890") ) +(myObject (attribute1 "attr98891") ) +(myObject (attribute1 "attr98892") ) +(myObject (attribute1 "attr98893") ) +(myObject (attribute1 "attr98894") ) +(myObject (attribute1 "attr98895") ) +(myObject (attribute1 "attr98896") ) +(myObject (attribute1 "attr98897") ) +(myObject (attribute1 "attr98898") ) +(myObject (attribute1 "attr98899") ) +(myObject (attribute1 "attr98900") ) +(myObject (attribute1 "attr98901") ) +(myObject (attribute1 "attr98902") ) +(myObject (attribute1 "attr98903") ) +(myObject (attribute1 "attr98904") ) +(myObject (attribute1 "attr98905") ) +(myObject (attribute1 "attr98906") ) +(myObject (attribute1 "attr98907") ) +(myObject (attribute1 "attr98908") ) +(myObject (attribute1 "attr98909") ) +(myObject (attribute1 "attr98910") ) +(myObject (attribute1 "attr98911") ) +(myObject (attribute1 "attr98912") ) +(myObject (attribute1 "attr98913") ) +(myObject (attribute1 "attr98914") ) +(myObject (attribute1 "attr98915") ) +(myObject (attribute1 "attr98916") ) +(myObject (attribute1 "attr98917") ) +(myObject (attribute1 "attr98918") ) +(myObject (attribute1 "attr98919") ) +(myObject (attribute1 "attr98920") ) +(myObject (attribute1 "attr98921") ) +(myObject (attribute1 "attr98922") ) +(myObject (attribute1 "attr98923") ) +(myObject (attribute1 "attr98924") ) +(myObject (attribute1 "attr98925") ) +(myObject (attribute1 "attr98926") ) +(myObject (attribute1 "attr98927") ) +(myObject (attribute1 "attr98928") ) +(myObject (attribute1 "attr98929") ) +(myObject (attribute1 "attr98930") ) +(myObject (attribute1 "attr98931") ) +(myObject (attribute1 "attr98932") ) +(myObject (attribute1 "attr98933") ) +(myObject (attribute1 "attr98934") ) +(myObject (attribute1 "attr98935") ) +(myObject (attribute1 "attr98936") ) +(myObject (attribute1 "attr98937") ) +(myObject (attribute1 "attr98938") ) +(myObject (attribute1 "attr98939") ) +(myObject (attribute1 "attr98940") ) +(myObject (attribute1 "attr98941") ) +(myObject (attribute1 "attr98942") ) +(myObject (attribute1 "attr98943") ) +(myObject (attribute1 "attr98944") ) +(myObject (attribute1 "attr98945") ) +(myObject (attribute1 "attr98946") ) +(myObject (attribute1 "attr98947") ) +(myObject (attribute1 "attr98948") ) +(myObject (attribute1 "attr98949") ) +(myObject (attribute1 "attr98950") ) +(myObject (attribute1 "attr98951") ) +(myObject (attribute1 "attr98952") ) +(myObject (attribute1 "attr98953") ) +(myObject (attribute1 "attr98954") ) +(myObject (attribute1 "attr98955") ) +(myObject (attribute1 "attr98956") ) +(myObject (attribute1 "attr98957") ) +(myObject (attribute1 "attr98958") ) +(myObject (attribute1 "attr98959") ) +(myObject (attribute1 "attr98960") ) +(myObject (attribute1 "attr98961") ) +(myObject (attribute1 "attr98962") ) +(myObject (attribute1 "attr98963") ) +(myObject (attribute1 "attr98964") ) +(myObject (attribute1 "attr98965") ) +(myObject (attribute1 "attr98966") ) +(myObject (attribute1 "attr98967") ) +(myObject (attribute1 "attr98968") ) +(myObject (attribute1 "attr98969") ) +(myObject (attribute1 "attr98970") ) +(myObject (attribute1 "attr98971") ) +(myObject (attribute1 "attr98972") ) +(myObject (attribute1 "attr98973") ) +(myObject (attribute1 "attr98974") ) +(myObject (attribute1 "attr98975") ) +(myObject (attribute1 "attr98976") ) +(myObject (attribute1 "attr98977") ) +(myObject (attribute1 "attr98978") ) +(myObject (attribute1 "attr98979") ) +(myObject (attribute1 "attr98980") ) +(myObject (attribute1 "attr98981") ) +(myObject (attribute1 "attr98982") ) +(myObject (attribute1 "attr98983") ) +(myObject (attribute1 "attr98984") ) +(myObject (attribute1 "attr98985") ) +(myObject (attribute1 "attr98986") ) +(myObject (attribute1 "attr98987") ) +(myObject (attribute1 "attr98988") ) +(myObject (attribute1 "attr98989") ) +(myObject (attribute1 "attr98990") ) +(myObject (attribute1 "attr98991") ) +(myObject (attribute1 "attr98992") ) +(myObject (attribute1 "attr98993") ) +(myObject (attribute1 "attr98994") ) +(myObject (attribute1 "attr98995") ) +(myObject (attribute1 "attr98996") ) +(myObject (attribute1 "attr98997") ) +(myObject (attribute1 "attr98998") ) +(myObject (attribute1 "attr98999") ) +(myObject (attribute1 "attr99000") ) +(myObject (attribute1 "attr99001") ) +(myObject (attribute1 "attr99002") ) +(myObject (attribute1 "attr99003") ) +(myObject (attribute1 "attr99004") ) +(myObject (attribute1 "attr99005") ) +(myObject (attribute1 "attr99006") ) +(myObject (attribute1 "attr99007") ) +(myObject (attribute1 "attr99008") ) +(myObject (attribute1 "attr99009") ) +(myObject (attribute1 "attr99010") ) +(myObject (attribute1 "attr99011") ) +(myObject (attribute1 "attr99012") ) +(myObject (attribute1 "attr99013") ) +(myObject (attribute1 "attr99014") ) +(myObject (attribute1 "attr99015") ) +(myObject (attribute1 "attr99016") ) +(myObject (attribute1 "attr99017") ) +(myObject (attribute1 "attr99018") ) +(myObject (attribute1 "attr99019") ) +(myObject (attribute1 "attr99020") ) +(myObject (attribute1 "attr99021") ) +(myObject (attribute1 "attr99022") ) +(myObject (attribute1 "attr99023") ) +(myObject (attribute1 "attr99024") ) +(myObject (attribute1 "attr99025") ) +(myObject (attribute1 "attr99026") ) +(myObject (attribute1 "attr99027") ) +(myObject (attribute1 "attr99028") ) +(myObject (attribute1 "attr99029") ) +(myObject (attribute1 "attr99030") ) +(myObject (attribute1 "attr99031") ) +(myObject (attribute1 "attr99032") ) +(myObject (attribute1 "attr99033") ) +(myObject (attribute1 "attr99034") ) +(myObject (attribute1 "attr99035") ) +(myObject (attribute1 "attr99036") ) +(myObject (attribute1 "attr99037") ) +(myObject (attribute1 "attr99038") ) +(myObject (attribute1 "attr99039") ) +(myObject (attribute1 "attr99040") ) +(myObject (attribute1 "attr99041") ) +(myObject (attribute1 "attr99042") ) +(myObject (attribute1 "attr99043") ) +(myObject (attribute1 "attr99044") ) +(myObject (attribute1 "attr99045") ) +(myObject (attribute1 "attr99046") ) +(myObject (attribute1 "attr99047") ) +(myObject (attribute1 "attr99048") ) +(myObject (attribute1 "attr99049") ) +(myObject (attribute1 "attr99050") ) +(myObject (attribute1 "attr99051") ) +(myObject (attribute1 "attr99052") ) +(myObject (attribute1 "attr99053") ) +(myObject (attribute1 "attr99054") ) +(myObject (attribute1 "attr99055") ) +(myObject (attribute1 "attr99056") ) +(myObject (attribute1 "attr99057") ) +(myObject (attribute1 "attr99058") ) +(myObject (attribute1 "attr99059") ) +(myObject (attribute1 "attr99060") ) +(myObject (attribute1 "attr99061") ) +(myObject (attribute1 "attr99062") ) +(myObject (attribute1 "attr99063") ) +(myObject (attribute1 "attr99064") ) +(myObject (attribute1 "attr99065") ) +(myObject (attribute1 "attr99066") ) +(myObject (attribute1 "attr99067") ) +(myObject (attribute1 "attr99068") ) +(myObject (attribute1 "attr99069") ) +(myObject (attribute1 "attr99070") ) +(myObject (attribute1 "attr99071") ) +(myObject (attribute1 "attr99072") ) +(myObject (attribute1 "attr99073") ) +(myObject (attribute1 "attr99074") ) +(myObject (attribute1 "attr99075") ) +(myObject (attribute1 "attr99076") ) +(myObject (attribute1 "attr99077") ) +(myObject (attribute1 "attr99078") ) +(myObject (attribute1 "attr99079") ) +(myObject (attribute1 "attr99080") ) +(myObject (attribute1 "attr99081") ) +(myObject (attribute1 "attr99082") ) +(myObject (attribute1 "attr99083") ) +(myObject (attribute1 "attr99084") ) +(myObject (attribute1 "attr99085") ) +(myObject (attribute1 "attr99086") ) +(myObject (attribute1 "attr99087") ) +(myObject (attribute1 "attr99088") ) +(myObject (attribute1 "attr99089") ) +(myObject (attribute1 "attr99090") ) +(myObject (attribute1 "attr99091") ) +(myObject (attribute1 "attr99092") ) +(myObject (attribute1 "attr99093") ) +(myObject (attribute1 "attr99094") ) +(myObject (attribute1 "attr99095") ) +(myObject (attribute1 "attr99096") ) +(myObject (attribute1 "attr99097") ) +(myObject (attribute1 "attr99098") ) +(myObject (attribute1 "attr99099") ) +(myObject (attribute1 "attr99100") ) +(myObject (attribute1 "attr99101") ) +(myObject (attribute1 "attr99102") ) +(myObject (attribute1 "attr99103") ) +(myObject (attribute1 "attr99104") ) +(myObject (attribute1 "attr99105") ) +(myObject (attribute1 "attr99106") ) +(myObject (attribute1 "attr99107") ) +(myObject (attribute1 "attr99108") ) +(myObject (attribute1 "attr99109") ) +(myObject (attribute1 "attr99110") ) +(myObject (attribute1 "attr99111") ) +(myObject (attribute1 "attr99112") ) +(myObject (attribute1 "attr99113") ) +(myObject (attribute1 "attr99114") ) +(myObject (attribute1 "attr99115") ) +(myObject (attribute1 "attr99116") ) +(myObject (attribute1 "attr99117") ) +(myObject (attribute1 "attr99118") ) +(myObject (attribute1 "attr99119") ) +(myObject (attribute1 "attr99120") ) +(myObject (attribute1 "attr99121") ) +(myObject (attribute1 "attr99122") ) +(myObject (attribute1 "attr99123") ) +(myObject (attribute1 "attr99124") ) +(myObject (attribute1 "attr99125") ) +(myObject (attribute1 "attr99126") ) +(myObject (attribute1 "attr99127") ) +(myObject (attribute1 "attr99128") ) +(myObject (attribute1 "attr99129") ) +(myObject (attribute1 "attr99130") ) +(myObject (attribute1 "attr99131") ) +(myObject (attribute1 "attr99132") ) +(myObject (attribute1 "attr99133") ) +(myObject (attribute1 "attr99134") ) +(myObject (attribute1 "attr99135") ) +(myObject (attribute1 "attr99136") ) +(myObject (attribute1 "attr99137") ) +(myObject (attribute1 "attr99138") ) +(myObject (attribute1 "attr99139") ) +(myObject (attribute1 "attr99140") ) +(myObject (attribute1 "attr99141") ) +(myObject (attribute1 "attr99142") ) +(myObject (attribute1 "attr99143") ) +(myObject (attribute1 "attr99144") ) +(myObject (attribute1 "attr99145") ) +(myObject (attribute1 "attr99146") ) +(myObject (attribute1 "attr99147") ) +(myObject (attribute1 "attr99148") ) +(myObject (attribute1 "attr99149") ) +(myObject (attribute1 "attr99150") ) +(myObject (attribute1 "attr99151") ) +(myObject (attribute1 "attr99152") ) +(myObject (attribute1 "attr99153") ) +(myObject (attribute1 "attr99154") ) +(myObject (attribute1 "attr99155") ) +(myObject (attribute1 "attr99156") ) +(myObject (attribute1 "attr99157") ) +(myObject (attribute1 "attr99158") ) +(myObject (attribute1 "attr99159") ) +(myObject (attribute1 "attr99160") ) +(myObject (attribute1 "attr99161") ) +(myObject (attribute1 "attr99162") ) +(myObject (attribute1 "attr99163") ) +(myObject (attribute1 "attr99164") ) +(myObject (attribute1 "attr99165") ) +(myObject (attribute1 "attr99166") ) +(myObject (attribute1 "attr99167") ) +(myObject (attribute1 "attr99168") ) +(myObject (attribute1 "attr99169") ) +(myObject (attribute1 "attr99170") ) +(myObject (attribute1 "attr99171") ) +(myObject (attribute1 "attr99172") ) +(myObject (attribute1 "attr99173") ) +(myObject (attribute1 "attr99174") ) +(myObject (attribute1 "attr99175") ) +(myObject (attribute1 "attr99176") ) +(myObject (attribute1 "attr99177") ) +(myObject (attribute1 "attr99178") ) +(myObject (attribute1 "attr99179") ) +(myObject (attribute1 "attr99180") ) +(myObject (attribute1 "attr99181") ) +(myObject (attribute1 "attr99182") ) +(myObject (attribute1 "attr99183") ) +(myObject (attribute1 "attr99184") ) +(myObject (attribute1 "attr99185") ) +(myObject (attribute1 "attr99186") ) +(myObject (attribute1 "attr99187") ) +(myObject (attribute1 "attr99188") ) +(myObject (attribute1 "attr99189") ) +(myObject (attribute1 "attr99190") ) +(myObject (attribute1 "attr99191") ) +(myObject (attribute1 "attr99192") ) +(myObject (attribute1 "attr99193") ) +(myObject (attribute1 "attr99194") ) +(myObject (attribute1 "attr99195") ) +(myObject (attribute1 "attr99196") ) +(myObject (attribute1 "attr99197") ) +(myObject (attribute1 "attr99198") ) +(myObject (attribute1 "attr99199") ) +(myObject (attribute1 "attr99200") ) +(myObject (attribute1 "attr99201") ) +(myObject (attribute1 "attr99202") ) +(myObject (attribute1 "attr99203") ) +(myObject (attribute1 "attr99204") ) +(myObject (attribute1 "attr99205") ) +(myObject (attribute1 "attr99206") ) +(myObject (attribute1 "attr99207") ) +(myObject (attribute1 "attr99208") ) +(myObject (attribute1 "attr99209") ) +(myObject (attribute1 "attr99210") ) +(myObject (attribute1 "attr99211") ) +(myObject (attribute1 "attr99212") ) +(myObject (attribute1 "attr99213") ) +(myObject (attribute1 "attr99214") ) +(myObject (attribute1 "attr99215") ) +(myObject (attribute1 "attr99216") ) +(myObject (attribute1 "attr99217") ) +(myObject (attribute1 "attr99218") ) +(myObject (attribute1 "attr99219") ) +(myObject (attribute1 "attr99220") ) +(myObject (attribute1 "attr99221") ) +(myObject (attribute1 "attr99222") ) +(myObject (attribute1 "attr99223") ) +(myObject (attribute1 "attr99224") ) +(myObject (attribute1 "attr99225") ) +(myObject (attribute1 "attr99226") ) +(myObject (attribute1 "attr99227") ) +(myObject (attribute1 "attr99228") ) +(myObject (attribute1 "attr99229") ) +(myObject (attribute1 "attr99230") ) +(myObject (attribute1 "attr99231") ) +(myObject (attribute1 "attr99232") ) +(myObject (attribute1 "attr99233") ) +(myObject (attribute1 "attr99234") ) +(myObject (attribute1 "attr99235") ) +(myObject (attribute1 "attr99236") ) +(myObject (attribute1 "attr99237") ) +(myObject (attribute1 "attr99238") ) +(myObject (attribute1 "attr99239") ) +(myObject (attribute1 "attr99240") ) +(myObject (attribute1 "attr99241") ) +(myObject (attribute1 "attr99242") ) +(myObject (attribute1 "attr99243") ) +(myObject (attribute1 "attr99244") ) +(myObject (attribute1 "attr99245") ) +(myObject (attribute1 "attr99246") ) +(myObject (attribute1 "attr99247") ) +(myObject (attribute1 "attr99248") ) +(myObject (attribute1 "attr99249") ) +(myObject (attribute1 "attr99250") ) +(myObject (attribute1 "attr99251") ) +(myObject (attribute1 "attr99252") ) +(myObject (attribute1 "attr99253") ) +(myObject (attribute1 "attr99254") ) +(myObject (attribute1 "attr99255") ) +(myObject (attribute1 "attr99256") ) +(myObject (attribute1 "attr99257") ) +(myObject (attribute1 "attr99258") ) +(myObject (attribute1 "attr99259") ) +(myObject (attribute1 "attr99260") ) +(myObject (attribute1 "attr99261") ) +(myObject (attribute1 "attr99262") ) +(myObject (attribute1 "attr99263") ) +(myObject (attribute1 "attr99264") ) +(myObject (attribute1 "attr99265") ) +(myObject (attribute1 "attr99266") ) +(myObject (attribute1 "attr99267") ) +(myObject (attribute1 "attr99268") ) +(myObject (attribute1 "attr99269") ) +(myObject (attribute1 "attr99270") ) +(myObject (attribute1 "attr99271") ) +(myObject (attribute1 "attr99272") ) +(myObject (attribute1 "attr99273") ) +(myObject (attribute1 "attr99274") ) +(myObject (attribute1 "attr99275") ) +(myObject (attribute1 "attr99276") ) +(myObject (attribute1 "attr99277") ) +(myObject (attribute1 "attr99278") ) +(myObject (attribute1 "attr99279") ) +(myObject (attribute1 "attr99280") ) +(myObject (attribute1 "attr99281") ) +(myObject (attribute1 "attr99282") ) +(myObject (attribute1 "attr99283") ) +(myObject (attribute1 "attr99284") ) +(myObject (attribute1 "attr99285") ) +(myObject (attribute1 "attr99286") ) +(myObject (attribute1 "attr99287") ) +(myObject (attribute1 "attr99288") ) +(myObject (attribute1 "attr99289") ) +(myObject (attribute1 "attr99290") ) +(myObject (attribute1 "attr99291") ) +(myObject (attribute1 "attr99292") ) +(myObject (attribute1 "attr99293") ) +(myObject (attribute1 "attr99294") ) +(myObject (attribute1 "attr99295") ) +(myObject (attribute1 "attr99296") ) +(myObject (attribute1 "attr99297") ) +(myObject (attribute1 "attr99298") ) +(myObject (attribute1 "attr99299") ) +(myObject (attribute1 "attr99300") ) +(myObject (attribute1 "attr99301") ) +(myObject (attribute1 "attr99302") ) +(myObject (attribute1 "attr99303") ) +(myObject (attribute1 "attr99304") ) +(myObject (attribute1 "attr99305") ) +(myObject (attribute1 "attr99306") ) +(myObject (attribute1 "attr99307") ) +(myObject (attribute1 "attr99308") ) +(myObject (attribute1 "attr99309") ) +(myObject (attribute1 "attr99310") ) +(myObject (attribute1 "attr99311") ) +(myObject (attribute1 "attr99312") ) +(myObject (attribute1 "attr99313") ) +(myObject (attribute1 "attr99314") ) +(myObject (attribute1 "attr99315") ) +(myObject (attribute1 "attr99316") ) +(myObject (attribute1 "attr99317") ) +(myObject (attribute1 "attr99318") ) +(myObject (attribute1 "attr99319") ) +(myObject (attribute1 "attr99320") ) +(myObject (attribute1 "attr99321") ) +(myObject (attribute1 "attr99322") ) +(myObject (attribute1 "attr99323") ) +(myObject (attribute1 "attr99324") ) +(myObject (attribute1 "attr99325") ) +(myObject (attribute1 "attr99326") ) +(myObject (attribute1 "attr99327") ) +(myObject (attribute1 "attr99328") ) +(myObject (attribute1 "attr99329") ) +(myObject (attribute1 "attr99330") ) +(myObject (attribute1 "attr99331") ) +(myObject (attribute1 "attr99332") ) +(myObject (attribute1 "attr99333") ) +(myObject (attribute1 "attr99334") ) +(myObject (attribute1 "attr99335") ) +(myObject (attribute1 "attr99336") ) +(myObject (attribute1 "attr99337") ) +(myObject (attribute1 "attr99338") ) +(myObject (attribute1 "attr99339") ) +(myObject (attribute1 "attr99340") ) +(myObject (attribute1 "attr99341") ) +(myObject (attribute1 "attr99342") ) +(myObject (attribute1 "attr99343") ) +(myObject (attribute1 "attr99344") ) +(myObject (attribute1 "attr99345") ) +(myObject (attribute1 "attr99346") ) +(myObject (attribute1 "attr99347") ) +(myObject (attribute1 "attr99348") ) +(myObject (attribute1 "attr99349") ) +(myObject (attribute1 "attr99350") ) +(myObject (attribute1 "attr99351") ) +(myObject (attribute1 "attr99352") ) +(myObject (attribute1 "attr99353") ) +(myObject (attribute1 "attr99354") ) +(myObject (attribute1 "attr99355") ) +(myObject (attribute1 "attr99356") ) +(myObject (attribute1 "attr99357") ) +(myObject (attribute1 "attr99358") ) +(myObject (attribute1 "attr99359") ) +(myObject (attribute1 "attr99360") ) +(myObject (attribute1 "attr99361") ) +(myObject (attribute1 "attr99362") ) +(myObject (attribute1 "attr99363") ) +(myObject (attribute1 "attr99364") ) +(myObject (attribute1 "attr99365") ) +(myObject (attribute1 "attr99366") ) +(myObject (attribute1 "attr99367") ) +(myObject (attribute1 "attr99368") ) +(myObject (attribute1 "attr99369") ) +(myObject (attribute1 "attr99370") ) +(myObject (attribute1 "attr99371") ) +(myObject (attribute1 "attr99372") ) +(myObject (attribute1 "attr99373") ) +(myObject (attribute1 "attr99374") ) +(myObject (attribute1 "attr99375") ) +(myObject (attribute1 "attr99376") ) +(myObject (attribute1 "attr99377") ) +(myObject (attribute1 "attr99378") ) +(myObject (attribute1 "attr99379") ) +(myObject (attribute1 "attr99380") ) +(myObject (attribute1 "attr99381") ) +(myObject (attribute1 "attr99382") ) +(myObject (attribute1 "attr99383") ) +(myObject (attribute1 "attr99384") ) +(myObject (attribute1 "attr99385") ) +(myObject (attribute1 "attr99386") ) +(myObject (attribute1 "attr99387") ) +(myObject (attribute1 "attr99388") ) +(myObject (attribute1 "attr99389") ) +(myObject (attribute1 "attr99390") ) +(myObject (attribute1 "attr99391") ) +(myObject (attribute1 "attr99392") ) +(myObject (attribute1 "attr99393") ) +(myObject (attribute1 "attr99394") ) +(myObject (attribute1 "attr99395") ) +(myObject (attribute1 "attr99396") ) +(myObject (attribute1 "attr99397") ) +(myObject (attribute1 "attr99398") ) +(myObject (attribute1 "attr99399") ) +(myObject (attribute1 "attr99400") ) +(myObject (attribute1 "attr99401") ) +(myObject (attribute1 "attr99402") ) +(myObject (attribute1 "attr99403") ) +(myObject (attribute1 "attr99404") ) +(myObject (attribute1 "attr99405") ) +(myObject (attribute1 "attr99406") ) +(myObject (attribute1 "attr99407") ) +(myObject (attribute1 "attr99408") ) +(myObject (attribute1 "attr99409") ) +(myObject (attribute1 "attr99410") ) +(myObject (attribute1 "attr99411") ) +(myObject (attribute1 "attr99412") ) +(myObject (attribute1 "attr99413") ) +(myObject (attribute1 "attr99414") ) +(myObject (attribute1 "attr99415") ) +(myObject (attribute1 "attr99416") ) +(myObject (attribute1 "attr99417") ) +(myObject (attribute1 "attr99418") ) +(myObject (attribute1 "attr99419") ) +(myObject (attribute1 "attr99420") ) +(myObject (attribute1 "attr99421") ) +(myObject (attribute1 "attr99422") ) +(myObject (attribute1 "attr99423") ) +(myObject (attribute1 "attr99424") ) +(myObject (attribute1 "attr99425") ) +(myObject (attribute1 "attr99426") ) +(myObject (attribute1 "attr99427") ) +(myObject (attribute1 "attr99428") ) +(myObject (attribute1 "attr99429") ) +(myObject (attribute1 "attr99430") ) +(myObject (attribute1 "attr99431") ) +(myObject (attribute1 "attr99432") ) +(myObject (attribute1 "attr99433") ) +(myObject (attribute1 "attr99434") ) +(myObject (attribute1 "attr99435") ) +(myObject (attribute1 "attr99436") ) +(myObject (attribute1 "attr99437") ) +(myObject (attribute1 "attr99438") ) +(myObject (attribute1 "attr99439") ) +(myObject (attribute1 "attr99440") ) +(myObject (attribute1 "attr99441") ) +(myObject (attribute1 "attr99442") ) +(myObject (attribute1 "attr99443") ) +(myObject (attribute1 "attr99444") ) +(myObject (attribute1 "attr99445") ) +(myObject (attribute1 "attr99446") ) +(myObject (attribute1 "attr99447") ) +(myObject (attribute1 "attr99448") ) +(myObject (attribute1 "attr99449") ) +(myObject (attribute1 "attr99450") ) +(myObject (attribute1 "attr99451") ) +(myObject (attribute1 "attr99452") ) +(myObject (attribute1 "attr99453") ) +(myObject (attribute1 "attr99454") ) +(myObject (attribute1 "attr99455") ) +(myObject (attribute1 "attr99456") ) +(myObject (attribute1 "attr99457") ) +(myObject (attribute1 "attr99458") ) +(myObject (attribute1 "attr99459") ) +(myObject (attribute1 "attr99460") ) +(myObject (attribute1 "attr99461") ) +(myObject (attribute1 "attr99462") ) +(myObject (attribute1 "attr99463") ) +(myObject (attribute1 "attr99464") ) +(myObject (attribute1 "attr99465") ) +(myObject (attribute1 "attr99466") ) +(myObject (attribute1 "attr99467") ) +(myObject (attribute1 "attr99468") ) +(myObject (attribute1 "attr99469") ) +(myObject (attribute1 "attr99470") ) +(myObject (attribute1 "attr99471") ) +(myObject (attribute1 "attr99472") ) +(myObject (attribute1 "attr99473") ) +(myObject (attribute1 "attr99474") ) +(myObject (attribute1 "attr99475") ) +(myObject (attribute1 "attr99476") ) +(myObject (attribute1 "attr99477") ) +(myObject (attribute1 "attr99478") ) +(myObject (attribute1 "attr99479") ) +(myObject (attribute1 "attr99480") ) +(myObject (attribute1 "attr99481") ) +(myObject (attribute1 "attr99482") ) +(myObject (attribute1 "attr99483") ) +(myObject (attribute1 "attr99484") ) +(myObject (attribute1 "attr99485") ) +(myObject (attribute1 "attr99486") ) +(myObject (attribute1 "attr99487") ) +(myObject (attribute1 "attr99488") ) +(myObject (attribute1 "attr99489") ) +(myObject (attribute1 "attr99490") ) +(myObject (attribute1 "attr99491") ) +(myObject (attribute1 "attr99492") ) +(myObject (attribute1 "attr99493") ) +(myObject (attribute1 "attr99494") ) +(myObject (attribute1 "attr99495") ) +(myObject (attribute1 "attr99496") ) +(myObject (attribute1 "attr99497") ) +(myObject (attribute1 "attr99498") ) +(myObject (attribute1 "attr99499") ) +(myObject (attribute1 "attr99500") ) +(myObject (attribute1 "attr99501") ) +(myObject (attribute1 "attr99502") ) +(myObject (attribute1 "attr99503") ) +(myObject (attribute1 "attr99504") ) +(myObject (attribute1 "attr99505") ) +(myObject (attribute1 "attr99506") ) +(myObject (attribute1 "attr99507") ) +(myObject (attribute1 "attr99508") ) +(myObject (attribute1 "attr99509") ) +(myObject (attribute1 "attr99510") ) +(myObject (attribute1 "attr99511") ) +(myObject (attribute1 "attr99512") ) +(myObject (attribute1 "attr99513") ) +(myObject (attribute1 "attr99514") ) +(myObject (attribute1 "attr99515") ) +(myObject (attribute1 "attr99516") ) +(myObject (attribute1 "attr99517") ) +(myObject (attribute1 "attr99518") ) +(myObject (attribute1 "attr99519") ) +(myObject (attribute1 "attr99520") ) +(myObject (attribute1 "attr99521") ) +(myObject (attribute1 "attr99522") ) +(myObject (attribute1 "attr99523") ) +(myObject (attribute1 "attr99524") ) +(myObject (attribute1 "attr99525") ) +(myObject (attribute1 "attr99526") ) +(myObject (attribute1 "attr99527") ) +(myObject (attribute1 "attr99528") ) +(myObject (attribute1 "attr99529") ) +(myObject (attribute1 "attr99530") ) +(myObject (attribute1 "attr99531") ) +(myObject (attribute1 "attr99532") ) +(myObject (attribute1 "attr99533") ) +(myObject (attribute1 "attr99534") ) +(myObject (attribute1 "attr99535") ) +(myObject (attribute1 "attr99536") ) +(myObject (attribute1 "attr99537") ) +(myObject (attribute1 "attr99538") ) +(myObject (attribute1 "attr99539") ) +(myObject (attribute1 "attr99540") ) +(myObject (attribute1 "attr99541") ) +(myObject (attribute1 "attr99542") ) +(myObject (attribute1 "attr99543") ) +(myObject (attribute1 "attr99544") ) +(myObject (attribute1 "attr99545") ) +(myObject (attribute1 "attr99546") ) +(myObject (attribute1 "attr99547") ) +(myObject (attribute1 "attr99548") ) +(myObject (attribute1 "attr99549") ) +(myObject (attribute1 "attr99550") ) +(myObject (attribute1 "attr99551") ) +(myObject (attribute1 "attr99552") ) +(myObject (attribute1 "attr99553") ) +(myObject (attribute1 "attr99554") ) +(myObject (attribute1 "attr99555") ) +(myObject (attribute1 "attr99556") ) +(myObject (attribute1 "attr99557") ) +(myObject (attribute1 "attr99558") ) +(myObject (attribute1 "attr99559") ) +(myObject (attribute1 "attr99560") ) +(myObject (attribute1 "attr99561") ) +(myObject (attribute1 "attr99562") ) +(myObject (attribute1 "attr99563") ) +(myObject (attribute1 "attr99564") ) +(myObject (attribute1 "attr99565") ) +(myObject (attribute1 "attr99566") ) +(myObject (attribute1 "attr99567") ) +(myObject (attribute1 "attr99568") ) +(myObject (attribute1 "attr99569") ) +(myObject (attribute1 "attr99570") ) +(myObject (attribute1 "attr99571") ) +(myObject (attribute1 "attr99572") ) +(myObject (attribute1 "attr99573") ) +(myObject (attribute1 "attr99574") ) +(myObject (attribute1 "attr99575") ) +(myObject (attribute1 "attr99576") ) +(myObject (attribute1 "attr99577") ) +(myObject (attribute1 "attr99578") ) +(myObject (attribute1 "attr99579") ) +(myObject (attribute1 "attr99580") ) +(myObject (attribute1 "attr99581") ) +(myObject (attribute1 "attr99582") ) +(myObject (attribute1 "attr99583") ) +(myObject (attribute1 "attr99584") ) +(myObject (attribute1 "attr99585") ) +(myObject (attribute1 "attr99586") ) +(myObject (attribute1 "attr99587") ) +(myObject (attribute1 "attr99588") ) +(myObject (attribute1 "attr99589") ) +(myObject (attribute1 "attr99590") ) +(myObject (attribute1 "attr99591") ) +(myObject (attribute1 "attr99592") ) +(myObject (attribute1 "attr99593") ) +(myObject (attribute1 "attr99594") ) +(myObject (attribute1 "attr99595") ) +(myObject (attribute1 "attr99596") ) +(myObject (attribute1 "attr99597") ) +(myObject (attribute1 "attr99598") ) +(myObject (attribute1 "attr99599") ) +(myObject (attribute1 "attr99600") ) +(myObject (attribute1 "attr99601") ) +(myObject (attribute1 "attr99602") ) +(myObject (attribute1 "attr99603") ) +(myObject (attribute1 "attr99604") ) +(myObject (attribute1 "attr99605") ) +(myObject (attribute1 "attr99606") ) +(myObject (attribute1 "attr99607") ) +(myObject (attribute1 "attr99608") ) +(myObject (attribute1 "attr99609") ) +(myObject (attribute1 "attr99610") ) +(myObject (attribute1 "attr99611") ) +(myObject (attribute1 "attr99612") ) +(myObject (attribute1 "attr99613") ) +(myObject (attribute1 "attr99614") ) +(myObject (attribute1 "attr99615") ) +(myObject (attribute1 "attr99616") ) +(myObject (attribute1 "attr99617") ) +(myObject (attribute1 "attr99618") ) +(myObject (attribute1 "attr99619") ) +(myObject (attribute1 "attr99620") ) +(myObject (attribute1 "attr99621") ) +(myObject (attribute1 "attr99622") ) +(myObject (attribute1 "attr99623") ) +(myObject (attribute1 "attr99624") ) +(myObject (attribute1 "attr99625") ) +(myObject (attribute1 "attr99626") ) +(myObject (attribute1 "attr99627") ) +(myObject (attribute1 "attr99628") ) +(myObject (attribute1 "attr99629") ) +(myObject (attribute1 "attr99630") ) +(myObject (attribute1 "attr99631") ) +(myObject (attribute1 "attr99632") ) +(myObject (attribute1 "attr99633") ) +(myObject (attribute1 "attr99634") ) +(myObject (attribute1 "attr99635") ) +(myObject (attribute1 "attr99636") ) +(myObject (attribute1 "attr99637") ) +(myObject (attribute1 "attr99638") ) +(myObject (attribute1 "attr99639") ) +(myObject (attribute1 "attr99640") ) +(myObject (attribute1 "attr99641") ) +(myObject (attribute1 "attr99642") ) +(myObject (attribute1 "attr99643") ) +(myObject (attribute1 "attr99644") ) +(myObject (attribute1 "attr99645") ) +(myObject (attribute1 "attr99646") ) +(myObject (attribute1 "attr99647") ) +(myObject (attribute1 "attr99648") ) +(myObject (attribute1 "attr99649") ) +(myObject (attribute1 "attr99650") ) +(myObject (attribute1 "attr99651") ) +(myObject (attribute1 "attr99652") ) +(myObject (attribute1 "attr99653") ) +(myObject (attribute1 "attr99654") ) +(myObject (attribute1 "attr99655") ) +(myObject (attribute1 "attr99656") ) +(myObject (attribute1 "attr99657") ) +(myObject (attribute1 "attr99658") ) +(myObject (attribute1 "attr99659") ) +(myObject (attribute1 "attr99660") ) +(myObject (attribute1 "attr99661") ) +(myObject (attribute1 "attr99662") ) +(myObject (attribute1 "attr99663") ) +(myObject (attribute1 "attr99664") ) +(myObject (attribute1 "attr99665") ) +(myObject (attribute1 "attr99666") ) +(myObject (attribute1 "attr99667") ) +(myObject (attribute1 "attr99668") ) +(myObject (attribute1 "attr99669") ) +(myObject (attribute1 "attr99670") ) +(myObject (attribute1 "attr99671") ) +(myObject (attribute1 "attr99672") ) +(myObject (attribute1 "attr99673") ) +(myObject (attribute1 "attr99674") ) +(myObject (attribute1 "attr99675") ) +(myObject (attribute1 "attr99676") ) +(myObject (attribute1 "attr99677") ) +(myObject (attribute1 "attr99678") ) +(myObject (attribute1 "attr99679") ) +(myObject (attribute1 "attr99680") ) +(myObject (attribute1 "attr99681") ) +(myObject (attribute1 "attr99682") ) +(myObject (attribute1 "attr99683") ) +(myObject (attribute1 "attr99684") ) +(myObject (attribute1 "attr99685") ) +(myObject (attribute1 "attr99686") ) +(myObject (attribute1 "attr99687") ) +(myObject (attribute1 "attr99688") ) +(myObject (attribute1 "attr99689") ) +(myObject (attribute1 "attr99690") ) +(myObject (attribute1 "attr99691") ) +(myObject (attribute1 "attr99692") ) +(myObject (attribute1 "attr99693") ) +(myObject (attribute1 "attr99694") ) +(myObject (attribute1 "attr99695") ) +(myObject (attribute1 "attr99696") ) +(myObject (attribute1 "attr99697") ) +(myObject (attribute1 "attr99698") ) +(myObject (attribute1 "attr99699") ) +(myObject (attribute1 "attr99700") ) +(myObject (attribute1 "attr99701") ) +(myObject (attribute1 "attr99702") ) +(myObject (attribute1 "attr99703") ) +(myObject (attribute1 "attr99704") ) +(myObject (attribute1 "attr99705") ) +(myObject (attribute1 "attr99706") ) +(myObject (attribute1 "attr99707") ) +(myObject (attribute1 "attr99708") ) +(myObject (attribute1 "attr99709") ) +(myObject (attribute1 "attr99710") ) +(myObject (attribute1 "attr99711") ) +(myObject (attribute1 "attr99712") ) +(myObject (attribute1 "attr99713") ) +(myObject (attribute1 "attr99714") ) +(myObject (attribute1 "attr99715") ) +(myObject (attribute1 "attr99716") ) +(myObject (attribute1 "attr99717") ) +(myObject (attribute1 "attr99718") ) +(myObject (attribute1 "attr99719") ) +(myObject (attribute1 "attr99720") ) +(myObject (attribute1 "attr99721") ) +(myObject (attribute1 "attr99722") ) +(myObject (attribute1 "attr99723") ) +(myObject (attribute1 "attr99724") ) +(myObject (attribute1 "attr99725") ) +(myObject (attribute1 "attr99726") ) +(myObject (attribute1 "attr99727") ) +(myObject (attribute1 "attr99728") ) +(myObject (attribute1 "attr99729") ) +(myObject (attribute1 "attr99730") ) +(myObject (attribute1 "attr99731") ) +(myObject (attribute1 "attr99732") ) +(myObject (attribute1 "attr99733") ) +(myObject (attribute1 "attr99734") ) +(myObject (attribute1 "attr99735") ) +(myObject (attribute1 "attr99736") ) +(myObject (attribute1 "attr99737") ) +(myObject (attribute1 "attr99738") ) +(myObject (attribute1 "attr99739") ) +(myObject (attribute1 "attr99740") ) +(myObject (attribute1 "attr99741") ) +(myObject (attribute1 "attr99742") ) +(myObject (attribute1 "attr99743") ) +(myObject (attribute1 "attr99744") ) +(myObject (attribute1 "attr99745") ) +(myObject (attribute1 "attr99746") ) +(myObject (attribute1 "attr99747") ) +(myObject (attribute1 "attr99748") ) +(myObject (attribute1 "attr99749") ) +(myObject (attribute1 "attr99750") ) +(myObject (attribute1 "attr99751") ) +(myObject (attribute1 "attr99752") ) +(myObject (attribute1 "attr99753") ) +(myObject (attribute1 "attr99754") ) +(myObject (attribute1 "attr99755") ) +(myObject (attribute1 "attr99756") ) +(myObject (attribute1 "attr99757") ) +(myObject (attribute1 "attr99758") ) +(myObject (attribute1 "attr99759") ) +(myObject (attribute1 "attr99760") ) +(myObject (attribute1 "attr99761") ) +(myObject (attribute1 "attr99762") ) +(myObject (attribute1 "attr99763") ) +(myObject (attribute1 "attr99764") ) +(myObject (attribute1 "attr99765") ) +(myObject (attribute1 "attr99766") ) +(myObject (attribute1 "attr99767") ) +(myObject (attribute1 "attr99768") ) +(myObject (attribute1 "attr99769") ) +(myObject (attribute1 "attr99770") ) +(myObject (attribute1 "attr99771") ) +(myObject (attribute1 "attr99772") ) +(myObject (attribute1 "attr99773") ) +(myObject (attribute1 "attr99774") ) +(myObject (attribute1 "attr99775") ) +(myObject (attribute1 "attr99776") ) +(myObject (attribute1 "attr99777") ) +(myObject (attribute1 "attr99778") ) +(myObject (attribute1 "attr99779") ) +(myObject (attribute1 "attr99780") ) +(myObject (attribute1 "attr99781") ) +(myObject (attribute1 "attr99782") ) +(myObject (attribute1 "attr99783") ) +(myObject (attribute1 "attr99784") ) +(myObject (attribute1 "attr99785") ) +(myObject (attribute1 "attr99786") ) +(myObject (attribute1 "attr99787") ) +(myObject (attribute1 "attr99788") ) +(myObject (attribute1 "attr99789") ) +(myObject (attribute1 "attr99790") ) +(myObject (attribute1 "attr99791") ) +(myObject (attribute1 "attr99792") ) +(myObject (attribute1 "attr99793") ) +(myObject (attribute1 "attr99794") ) +(myObject (attribute1 "attr99795") ) +(myObject (attribute1 "attr99796") ) +(myObject (attribute1 "attr99797") ) +(myObject (attribute1 "attr99798") ) +(myObject (attribute1 "attr99799") ) +(myObject (attribute1 "attr99800") ) +(myObject (attribute1 "attr99801") ) +(myObject (attribute1 "attr99802") ) +(myObject (attribute1 "attr99803") ) +(myObject (attribute1 "attr99804") ) +(myObject (attribute1 "attr99805") ) +(myObject (attribute1 "attr99806") ) +(myObject (attribute1 "attr99807") ) +(myObject (attribute1 "attr99808") ) +(myObject (attribute1 "attr99809") ) +(myObject (attribute1 "attr99810") ) +(myObject (attribute1 "attr99811") ) +(myObject (attribute1 "attr99812") ) +(myObject (attribute1 "attr99813") ) +(myObject (attribute1 "attr99814") ) +(myObject (attribute1 "attr99815") ) +(myObject (attribute1 "attr99816") ) +(myObject (attribute1 "attr99817") ) +(myObject (attribute1 "attr99818") ) +(myObject (attribute1 "attr99819") ) +(myObject (attribute1 "attr99820") ) +(myObject (attribute1 "attr99821") ) +(myObject (attribute1 "attr99822") ) +(myObject (attribute1 "attr99823") ) +(myObject (attribute1 "attr99824") ) +(myObject (attribute1 "attr99825") ) +(myObject (attribute1 "attr99826") ) +(myObject (attribute1 "attr99827") ) +(myObject (attribute1 "attr99828") ) +(myObject (attribute1 "attr99829") ) +(myObject (attribute1 "attr99830") ) +(myObject (attribute1 "attr99831") ) +(myObject (attribute1 "attr99832") ) +(myObject (attribute1 "attr99833") ) +(myObject (attribute1 "attr99834") ) +(myObject (attribute1 "attr99835") ) +(myObject (attribute1 "attr99836") ) +(myObject (attribute1 "attr99837") ) +(myObject (attribute1 "attr99838") ) +(myObject (attribute1 "attr99839") ) +(myObject (attribute1 "attr99840") ) +(myObject (attribute1 "attr99841") ) +(myObject (attribute1 "attr99842") ) +(myObject (attribute1 "attr99843") ) +(myObject (attribute1 "attr99844") ) +(myObject (attribute1 "attr99845") ) +(myObject (attribute1 "attr99846") ) +(myObject (attribute1 "attr99847") ) +(myObject (attribute1 "attr99848") ) +(myObject (attribute1 "attr99849") ) +(myObject (attribute1 "attr99850") ) +(myObject (attribute1 "attr99851") ) +(myObject (attribute1 "attr99852") ) +(myObject (attribute1 "attr99853") ) +(myObject (attribute1 "attr99854") ) +(myObject (attribute1 "attr99855") ) +(myObject (attribute1 "attr99856") ) +(myObject (attribute1 "attr99857") ) +(myObject (attribute1 "attr99858") ) +(myObject (attribute1 "attr99859") ) +(myObject (attribute1 "attr99860") ) +(myObject (attribute1 "attr99861") ) +(myObject (attribute1 "attr99862") ) +(myObject (attribute1 "attr99863") ) +(myObject (attribute1 "attr99864") ) +(myObject (attribute1 "attr99865") ) +(myObject (attribute1 "attr99866") ) +(myObject (attribute1 "attr99867") ) +(myObject (attribute1 "attr99868") ) +(myObject (attribute1 "attr99869") ) +(myObject (attribute1 "attr99870") ) +(myObject (attribute1 "attr99871") ) +(myObject (attribute1 "attr99872") ) +(myObject (attribute1 "attr99873") ) +(myObject (attribute1 "attr99874") ) +(myObject (attribute1 "attr99875") ) +(myObject (attribute1 "attr99876") ) +(myObject (attribute1 "attr99877") ) +(myObject (attribute1 "attr99878") ) +(myObject (attribute1 "attr99879") ) +(myObject (attribute1 "attr99880") ) +(myObject (attribute1 "attr99881") ) +(myObject (attribute1 "attr99882") ) +(myObject (attribute1 "attr99883") ) +(myObject (attribute1 "attr99884") ) +(myObject (attribute1 "attr99885") ) +(myObject (attribute1 "attr99886") ) +(myObject (attribute1 "attr99887") ) +(myObject (attribute1 "attr99888") ) +(myObject (attribute1 "attr99889") ) +(myObject (attribute1 "attr99890") ) +(myObject (attribute1 "attr99891") ) +(myObject (attribute1 "attr99892") ) +(myObject (attribute1 "attr99893") ) +(myObject (attribute1 "attr99894") ) +(myObject (attribute1 "attr99895") ) +(myObject (attribute1 "attr99896") ) +(myObject (attribute1 "attr99897") ) +(myObject (attribute1 "attr99898") ) +(myObject (attribute1 "attr99899") ) +(myObject (attribute1 "attr99900") ) +(myObject (attribute1 "attr99901") ) +(myObject (attribute1 "attr99902") ) +(myObject (attribute1 "attr99903") ) +(myObject (attribute1 "attr99904") ) +(myObject (attribute1 "attr99905") ) +(myObject (attribute1 "attr99906") ) +(myObject (attribute1 "attr99907") ) +(myObject (attribute1 "attr99908") ) +(myObject (attribute1 "attr99909") ) +(myObject (attribute1 "attr99910") ) +(myObject (attribute1 "attr99911") ) +(myObject (attribute1 "attr99912") ) +(myObject (attribute1 "attr99913") ) +(myObject (attribute1 "attr99914") ) +(myObject (attribute1 "attr99915") ) +(myObject (attribute1 "attr99916") ) +(myObject (attribute1 "attr99917") ) +(myObject (attribute1 "attr99918") ) +(myObject (attribute1 "attr99919") ) +(myObject (attribute1 "attr99920") ) +(myObject (attribute1 "attr99921") ) +(myObject (attribute1 "attr99922") ) +(myObject (attribute1 "attr99923") ) +(myObject (attribute1 "attr99924") ) +(myObject (attribute1 "attr99925") ) +(myObject (attribute1 "attr99926") ) +(myObject (attribute1 "attr99927") ) +(myObject (attribute1 "attr99928") ) +(myObject (attribute1 "attr99929") ) +(myObject (attribute1 "attr99930") ) +(myObject (attribute1 "attr99931") ) +(myObject (attribute1 "attr99932") ) +(myObject (attribute1 "attr99933") ) +(myObject (attribute1 "attr99934") ) +(myObject (attribute1 "attr99935") ) +(myObject (attribute1 "attr99936") ) +(myObject (attribute1 "attr99937") ) +(myObject (attribute1 "attr99938") ) +(myObject (attribute1 "attr99939") ) +(myObject (attribute1 "attr99940") ) +(myObject (attribute1 "attr99941") ) +(myObject (attribute1 "attr99942") ) +(myObject (attribute1 "attr99943") ) +(myObject (attribute1 "attr99944") ) +(myObject (attribute1 "attr99945") ) +(myObject (attribute1 "attr99946") ) +(myObject (attribute1 "attr99947") ) +(myObject (attribute1 "attr99948") ) +(myObject (attribute1 "attr99949") ) +(myObject (attribute1 "attr99950") ) +(myObject (attribute1 "attr99951") ) +(myObject (attribute1 "attr99952") ) +(myObject (attribute1 "attr99953") ) +(myObject (attribute1 "attr99954") ) +(myObject (attribute1 "attr99955") ) +(myObject (attribute1 "attr99956") ) +(myObject (attribute1 "attr99957") ) +(myObject (attribute1 "attr99958") ) +(myObject (attribute1 "attr99959") ) +(myObject (attribute1 "attr99960") ) +(myObject (attribute1 "attr99961") ) +(myObject (attribute1 "attr99962") ) +(myObject (attribute1 "attr99963") ) +(myObject (attribute1 "attr99964") ) +(myObject (attribute1 "attr99965") ) +(myObject (attribute1 "attr99966") ) +(myObject (attribute1 "attr99967") ) +(myObject (attribute1 "attr99968") ) +(myObject (attribute1 "attr99969") ) +(myObject (attribute1 "attr99970") ) +(myObject (attribute1 "attr99971") ) +(myObject (attribute1 "attr99972") ) +(myObject (attribute1 "attr99973") ) +(myObject (attribute1 "attr99974") ) +(myObject (attribute1 "attr99975") ) +(myObject (attribute1 "attr99976") ) +(myObject (attribute1 "attr99977") ) +(myObject (attribute1 "attr99978") ) +(myObject (attribute1 "attr99979") ) +(myObject (attribute1 "attr99980") ) +(myObject (attribute1 "attr99981") ) +(myObject (attribute1 "attr99982") ) +(myObject (attribute1 "attr99983") ) +(myObject (attribute1 "attr99984") ) +(myObject (attribute1 "attr99985") ) +(myObject (attribute1 "attr99986") ) +(myObject (attribute1 "attr99987") ) +(myObject (attribute1 "attr99988") ) +(myObject (attribute1 "attr99989") ) +(myObject (attribute1 "attr99990") ) +(myObject (attribute1 "attr99991") ) +(myObject (attribute1 "attr99992") ) +(myObject (attribute1 "attr99993") ) +(myObject (attribute1 "attr99994") ) +(myObject (attribute1 "attr99995") ) +(myObject (attribute1 "attr99996") ) +(myObject (attribute1 "attr99997") ) +(myObject (attribute1 "attr99998") ) +(myObject (attribute1 "attr99999") ) diff --git a/trunk/Creshendo.UnitTests/Data/100K.dat b/trunk/Creshendo.UnitTests/Data/100K.dat new file mode 100644 index 0000000..252541c --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/100K.dat @@ -0,0 +1,100000 @@ +(assert (myObject (attribute1 "attr0") ) ) +(assert (myObject (attribute1 "attr1") ) ) +(assert (myObject (attribute1 "attr2") ) ) +(assert (myObject (attribute1 "attr3") ) ) +(assert (myObject (attribute1 "attr4") ) ) +(assert (myObject (attribute1 "attr5") ) ) +(assert (myObject (attribute1 "attr6") ) ) +(assert (myObject (attribute1 "attr7") ) ) +(assert (myObject (attribute1 "attr8") ) ) +(assert (myObject (attribute1 "attr9") ) ) +(assert (myObject (attribute1 "attr10") ) ) +(assert (myObject (attribute1 "attr11") ) ) +(assert (myObject (attribute1 "attr12") ) ) +(assert (myObject (attribute1 "attr13") ) ) +(assert (myObject (attribute1 "attr14") ) ) +(assert (myObject (attribute1 "attr15") ) ) +(assert (myObject (attribute1 "attr16") ) ) +(assert (myObject (attribute1 "attr17") ) ) +(assert (myObject (attribute1 "attr18") ) ) +(assert (myObject (attribute1 "attr19") ) ) +(assert (myObject (attribute1 "attr20") ) ) +(assert (myObject (attribute1 "attr21") ) ) +(assert (myObject (attribute1 "attr22") ) ) +(assert (myObject (attribute1 "attr23") ) ) +(assert (myObject (attribute1 "attr24") ) ) +(assert (myObject (attribute1 "attr25") ) ) +(assert (myObject (attribute1 "attr26") ) ) +(assert (myObject (attribute1 "attr27") ) ) +(assert (myObject (attribute1 "attr28") ) ) +(assert (myObject (attribute1 "attr29") ) ) +(assert (myObject (attribute1 "attr30") ) ) +(assert (myObject (attribute1 "attr31") ) ) +(assert (myObject (attribute1 "attr32") ) ) +(assert (myObject (attribute1 "attr33") ) ) +(assert (myObject (attribute1 "attr34") ) ) +(assert (myObject (attribute1 "attr35") ) ) +(assert (myObject (attribute1 "attr36") ) ) +(assert (myObject (attribute1 "attr37") ) ) +(assert (myObject (attribute1 "attr38") ) ) +(assert (myObject (attribute1 "attr39") ) ) +(assert (myObject (attribute1 "attr40") ) ) +(assert (myObject (attribute1 "attr41") ) ) +(assert (myObject (attribute1 "attr42") ) ) +(assert (myObject (attribute1 "attr43") ) ) +(assert (myObject (attribute1 "attr44") ) ) +(assert (myObject (attribute1 "attr45") ) ) +(assert (myObject (attribute1 "attr46") ) ) +(assert (myObject (attribute1 "attr47") ) ) +(assert (myObject (attribute1 "attr48") ) ) +(assert (myObject (attribute1 "attr49") ) ) +(assert (myObject (attribute1 "attr50") ) ) +(assert (myObject (attribute1 "attr51") ) ) +(assert (myObject (attribute1 "attr52") ) ) +(assert (myObject (attribute1 "attr53") ) ) +(assert (myObject (attribute1 "attr54") ) ) +(assert (myObject (attribute1 "attr55") ) ) +(assert (myObject (attribute1 "attr56") ) ) +(assert (myObject (attribute1 "attr57") ) ) +(assert (myObject (attribute1 "attr58") ) ) +(assert (myObject (attribute1 "attr59") ) ) +(assert (myObject (attribute1 "attr60") ) ) +(assert (myObject (attribute1 "attr61") ) ) +(assert (myObject (attribute1 "attr62") ) ) +(assert (myObject (attribute1 "attr63") ) ) +(assert (myObject (attribute1 "attr64") ) ) +(assert (myObject (attribute1 "attr65") ) ) +(assert (myObject (attribute1 "attr66") ) ) +(assert (myObject (attribute1 "attr67") ) ) +(assert (myObject (attribute1 "attr68") ) ) +(assert (myObject (attribute1 "attr69") ) ) +(assert (myObject (attribute1 "attr70") ) ) +(assert (myObject (attribute1 "attr71") ) ) +(assert (myObject (attribute1 "attr72") ) ) +(assert (myObject (attribute1 "attr73") ) ) +(assert (myObject (attribute1 "attr74") ) ) +(assert (myObject (attribute1 "attr75") ) ) +(assert (myObject (attribute1 "attr76") ) ) +(assert (myObject (attribute1 "attr77") ) ) +(assert (myObject (attribute1 "attr78") ) ) +(assert (myObject (attribute1 "attr79") ) ) +(assert (myObject (attribute1 "attr80") ) ) +(assert (myObject (attribute1 "attr81") ) ) +(assert (myObject (attribute1 "attr82") ) ) +(assert (myObject (attribute1 "attr83") ) ) +(assert (myObject (attribute1 "attr84") ) ) +(assert (myObject (attribute1 "attr85") ) ) +(assert (myObject (attribute1 "attr86") ) ) +(assert (myObject (attribute1 "attr87") ) ) +(assert (myObject (attribute1 "attr88") ) ) +(assert (myObject (attribute1 "attr89") ) ) +(assert (myObject (attribute1 "attr90") ) ) +(assert (myObject (attribute1 "attr91") ) ) +(assert (myObject (attribute1 "attr92") ) ) +(assert (myObject (attribute1 "attr93") ) ) +(assert (myObject (attribute1 "attr94") ) ) +(assert (myObject (attribute1 "attr95") ) ) +(assert (myObject (attribute1 "attr96") ) ) +(assert (myObject (attribute1 "attr97") ) ) +(assert (myObject (attribute1 "attr98") ) ) +(assert (myObject (attribute1 "attr99") ) ) +(assert (myObject (attribute1 "attr100") ) ) +(assert (myObject (attribute1 "attr101") ) ) +(assert (myObject (attribute1 "attr102") ) ) +(assert (myObject (attribute1 "attr103") ) ) +(assert (myObject (attribute1 "attr104") ) ) +(assert (myObject (attribute1 "attr105") ) ) +(assert (myObject (attribute1 "attr106") ) ) +(assert (myObject (attribute1 "attr107") ) ) +(assert (myObject (attribute1 "attr108") ) ) +(assert (myObject (attribute1 "attr109") ) ) +(assert (myObject (attribute1 "attr110") ) ) +(assert (myObject (attribute1 "attr111") ) ) +(assert (myObject (attribute1 "attr112") ) ) +(assert (myObject (attribute1 "attr113") ) ) +(assert (myObject (attribute1 "attr114") ) ) +(assert (myObject (attribute1 "attr115") ) ) +(assert (myObject (attribute1 "attr116") ) ) +(assert (myObject (attribute1 "attr117") ) ) +(assert (myObject (attribute1 "attr118") ) ) +(assert (myObject (attribute1 "attr119") ) ) +(assert (myObject (attribute1 "attr120") ) ) +(assert (myObject (attribute1 "attr121") ) ) +(assert (myObject (attribute1 "attr122") ) ) +(assert (myObject (attribute1 "attr123") ) ) +(assert (myObject (attribute1 "attr124") ) ) +(assert (myObject (attribute1 "attr125") ) ) +(assert (myObject (attribute1 "attr126") ) ) +(assert (myObject (attribute1 "attr127") ) ) +(assert (myObject (attribute1 "attr128") ) ) +(assert (myObject (attribute1 "attr129") ) ) +(assert (myObject (attribute1 "attr130") ) ) +(assert (myObject (attribute1 "attr131") ) ) +(assert (myObject (attribute1 "attr132") ) ) +(assert (myObject (attribute1 "attr133") ) ) +(assert (myObject (attribute1 "attr134") ) ) +(assert (myObject (attribute1 "attr135") ) ) +(assert (myObject (attribute1 "attr136") ) ) +(assert (myObject (attribute1 "attr137") ) ) +(assert (myObject (attribute1 "attr138") ) ) +(assert (myObject (attribute1 "attr139") ) ) +(assert (myObject (attribute1 "attr140") ) ) +(assert (myObject (attribute1 "attr141") ) ) +(assert (myObject (attribute1 "attr142") ) ) +(assert (myObject (attribute1 "attr143") ) ) +(assert (myObject (attribute1 "attr144") ) ) +(assert (myObject (attribute1 "attr145") ) ) +(assert (myObject (attribute1 "attr146") ) ) +(assert (myObject (attribute1 "attr147") ) ) +(assert (myObject (attribute1 "attr148") ) ) +(assert (myObject (attribute1 "attr149") ) ) +(assert (myObject (attribute1 "attr150") ) ) +(assert (myObject (attribute1 "attr151") ) ) +(assert (myObject (attribute1 "attr152") ) ) +(assert (myObject (attribute1 "attr153") ) ) +(assert (myObject (attribute1 "attr154") ) ) +(assert (myObject (attribute1 "attr155") ) ) +(assert (myObject (attribute1 "attr156") ) ) +(assert (myObject (attribute1 "attr157") ) ) +(assert (myObject (attribute1 "attr158") ) ) +(assert (myObject (attribute1 "attr159") ) ) +(assert (myObject (attribute1 "attr160") ) ) +(assert (myObject (attribute1 "attr161") ) ) +(assert (myObject (attribute1 "attr162") ) ) +(assert (myObject (attribute1 "attr163") ) ) +(assert (myObject (attribute1 "attr164") ) ) +(assert (myObject (attribute1 "attr165") ) ) +(assert (myObject (attribute1 "attr166") ) ) +(assert (myObject (attribute1 "attr167") ) ) +(assert (myObject (attribute1 "attr168") ) ) +(assert (myObject (attribute1 "attr169") ) ) +(assert (myObject (attribute1 "attr170") ) ) +(assert (myObject (attribute1 "attr171") ) ) +(assert (myObject (attribute1 "attr172") ) ) +(assert (myObject (attribute1 "attr173") ) ) +(assert (myObject (attribute1 "attr174") ) ) +(assert (myObject (attribute1 "attr175") ) ) +(assert (myObject (attribute1 "attr176") ) ) +(assert (myObject (attribute1 "attr177") ) ) +(assert (myObject (attribute1 "attr178") ) ) +(assert (myObject (attribute1 "attr179") ) ) +(assert (myObject (attribute1 "attr180") ) ) +(assert (myObject (attribute1 "attr181") ) ) +(assert (myObject (attribute1 "attr182") ) ) +(assert (myObject (attribute1 "attr183") ) ) +(assert (myObject (attribute1 "attr184") ) ) +(assert (myObject (attribute1 "attr185") ) ) +(assert (myObject (attribute1 "attr186") ) ) +(assert (myObject (attribute1 "attr187") ) ) +(assert (myObject (attribute1 "attr188") ) ) +(assert (myObject (attribute1 "attr189") ) ) +(assert (myObject (attribute1 "attr190") ) ) +(assert (myObject (attribute1 "attr191") ) ) +(assert (myObject (attribute1 "attr192") ) ) +(assert (myObject (attribute1 "attr193") ) ) +(assert (myObject (attribute1 "attr194") ) ) +(assert (myObject (attribute1 "attr195") ) ) +(assert (myObject (attribute1 "attr196") ) ) +(assert (myObject (attribute1 "attr197") ) ) +(assert (myObject (attribute1 "attr198") ) ) +(assert (myObject (attribute1 "attr199") ) ) +(assert (myObject (attribute1 "attr200") ) ) +(assert (myObject (attribute1 "attr201") ) ) +(assert (myObject (attribute1 "attr202") ) ) +(assert (myObject (attribute1 "attr203") ) ) +(assert (myObject (attribute1 "attr204") ) ) +(assert (myObject (attribute1 "attr205") ) ) +(assert (myObject (attribute1 "attr206") ) ) +(assert (myObject (attribute1 "attr207") ) ) +(assert (myObject (attribute1 "attr208") ) ) +(assert (myObject (attribute1 "attr209") ) ) +(assert (myObject (attribute1 "attr210") ) ) +(assert (myObject (attribute1 "attr211") ) ) +(assert (myObject (attribute1 "attr212") ) ) +(assert (myObject (attribute1 "attr213") ) ) +(assert (myObject (attribute1 "attr214") ) ) +(assert (myObject (attribute1 "attr215") ) ) +(assert (myObject (attribute1 "attr216") ) ) +(assert (myObject (attribute1 "attr217") ) ) +(assert (myObject (attribute1 "attr218") ) ) +(assert (myObject (attribute1 "attr219") ) ) +(assert (myObject (attribute1 "attr220") ) ) +(assert (myObject (attribute1 "attr221") ) ) +(assert (myObject (attribute1 "attr222") ) ) +(assert (myObject (attribute1 "attr223") ) ) +(assert (myObject (attribute1 "attr224") ) ) +(assert (myObject (attribute1 "attr225") ) ) +(assert (myObject (attribute1 "attr226") ) ) +(assert (myObject (attribute1 "attr227") ) ) +(assert (myObject (attribute1 "attr228") ) ) +(assert (myObject (attribute1 "attr229") ) ) +(assert (myObject (attribute1 "attr230") ) ) +(assert (myObject (attribute1 "attr231") ) ) +(assert (myObject (attribute1 "attr232") ) ) +(assert (myObject (attribute1 "attr233") ) ) +(assert (myObject (attribute1 "attr234") ) ) +(assert (myObject (attribute1 "attr235") ) ) +(assert (myObject (attribute1 "attr236") ) ) +(assert (myObject (attribute1 "attr237") ) ) +(assert (myObject (attribute1 "attr238") ) ) +(assert (myObject (attribute1 "attr239") ) ) +(assert (myObject (attribute1 "attr240") ) ) +(assert (myObject (attribute1 "attr241") ) ) +(assert (myObject (attribute1 "attr242") ) ) +(assert (myObject (attribute1 "attr243") ) ) +(assert (myObject (attribute1 "attr244") ) ) +(assert (myObject (attribute1 "attr245") ) ) +(assert (myObject (attribute1 "attr246") ) ) +(assert (myObject (attribute1 "attr247") ) ) +(assert (myObject (attribute1 "attr248") ) ) +(assert (myObject (attribute1 "attr249") ) ) +(assert (myObject (attribute1 "attr250") ) ) +(assert (myObject (attribute1 "attr251") ) ) +(assert (myObject (attribute1 "attr252") ) ) +(assert (myObject (attribute1 "attr253") ) ) +(assert (myObject (attribute1 "attr254") ) ) +(assert (myObject (attribute1 "attr255") ) ) +(assert (myObject (attribute1 "attr256") ) ) +(assert (myObject (attribute1 "attr257") ) ) +(assert (myObject (attribute1 "attr258") ) ) +(assert (myObject (attribute1 "attr259") ) ) +(assert (myObject (attribute1 "attr260") ) ) +(assert (myObject (attribute1 "attr261") ) ) +(assert (myObject (attribute1 "attr262") ) ) +(assert (myObject (attribute1 "attr263") ) ) +(assert (myObject (attribute1 "attr264") ) ) +(assert (myObject (attribute1 "attr265") ) ) +(assert (myObject (attribute1 "attr266") ) ) +(assert (myObject (attribute1 "attr267") ) ) +(assert (myObject (attribute1 "attr268") ) ) +(assert (myObject (attribute1 "attr269") ) ) +(assert (myObject (attribute1 "attr270") ) ) +(assert (myObject (attribute1 "attr271") ) ) +(assert (myObject (attribute1 "attr272") ) ) +(assert (myObject (attribute1 "attr273") ) ) +(assert (myObject (attribute1 "attr274") ) ) +(assert (myObject (attribute1 "attr275") ) ) +(assert (myObject (attribute1 "attr276") ) ) +(assert (myObject (attribute1 "attr277") ) ) +(assert (myObject (attribute1 "attr278") ) ) +(assert (myObject (attribute1 "attr279") ) ) +(assert (myObject (attribute1 "attr280") ) ) +(assert (myObject (attribute1 "attr281") ) ) +(assert (myObject (attribute1 "attr282") ) ) +(assert (myObject (attribute1 "attr283") ) ) +(assert (myObject (attribute1 "attr284") ) ) +(assert (myObject (attribute1 "attr285") ) ) +(assert (myObject (attribute1 "attr286") ) ) +(assert (myObject (attribute1 "attr287") ) ) +(assert (myObject (attribute1 "attr288") ) ) +(assert (myObject (attribute1 "attr289") ) ) +(assert (myObject (attribute1 "attr290") ) ) +(assert (myObject (attribute1 "attr291") ) ) +(assert (myObject (attribute1 "attr292") ) ) +(assert (myObject (attribute1 "attr293") ) ) +(assert (myObject (attribute1 "attr294") ) ) +(assert (myObject (attribute1 "attr295") ) ) +(assert (myObject (attribute1 "attr296") ) ) +(assert (myObject (attribute1 "attr297") ) ) +(assert (myObject (attribute1 "attr298") ) ) +(assert (myObject (attribute1 "attr299") ) ) +(assert (myObject (attribute1 "attr300") ) ) +(assert (myObject (attribute1 "attr301") ) ) +(assert (myObject (attribute1 "attr302") ) ) +(assert (myObject (attribute1 "attr303") ) ) +(assert (myObject (attribute1 "attr304") ) ) +(assert (myObject (attribute1 "attr305") ) ) +(assert (myObject (attribute1 "attr306") ) ) +(assert (myObject (attribute1 "attr307") ) ) +(assert (myObject (attribute1 "attr308") ) ) +(assert (myObject (attribute1 "attr309") ) ) +(assert (myObject (attribute1 "attr310") ) ) +(assert (myObject (attribute1 "attr311") ) ) +(assert (myObject (attribute1 "attr312") ) ) +(assert (myObject (attribute1 "attr313") ) ) +(assert (myObject (attribute1 "attr314") ) ) +(assert (myObject (attribute1 "attr315") ) ) +(assert (myObject (attribute1 "attr316") ) ) +(assert (myObject (attribute1 "attr317") ) ) +(assert (myObject (attribute1 "attr318") ) ) +(assert (myObject (attribute1 "attr319") ) ) +(assert (myObject (attribute1 "attr320") ) ) +(assert (myObject (attribute1 "attr321") ) ) +(assert (myObject (attribute1 "attr322") ) ) +(assert (myObject (attribute1 "attr323") ) ) +(assert (myObject (attribute1 "attr324") ) ) +(assert (myObject (attribute1 "attr325") ) ) +(assert (myObject (attribute1 "attr326") ) ) +(assert (myObject (attribute1 "attr327") ) ) +(assert (myObject (attribute1 "attr328") ) ) +(assert (myObject (attribute1 "attr329") ) ) +(assert (myObject (attribute1 "attr330") ) ) +(assert (myObject (attribute1 "attr331") ) ) +(assert (myObject (attribute1 "attr332") ) ) +(assert (myObject (attribute1 "attr333") ) ) +(assert (myObject (attribute1 "attr334") ) ) +(assert (myObject (attribute1 "attr335") ) ) +(assert (myObject (attribute1 "attr336") ) ) +(assert (myObject (attribute1 "attr337") ) ) +(assert (myObject (attribute1 "attr338") ) ) +(assert (myObject (attribute1 "attr339") ) ) +(assert (myObject (attribute1 "attr340") ) ) +(assert (myObject (attribute1 "attr341") ) ) +(assert (myObject (attribute1 "attr342") ) ) +(assert (myObject (attribute1 "attr343") ) ) +(assert (myObject (attribute1 "attr344") ) ) +(assert (myObject (attribute1 "attr345") ) ) +(assert (myObject (attribute1 "attr346") ) ) +(assert (myObject (attribute1 "attr347") ) ) +(assert (myObject (attribute1 "attr348") ) ) +(assert (myObject (attribute1 "attr349") ) ) +(assert (myObject (attribute1 "attr350") ) ) +(assert (myObject (attribute1 "attr351") ) ) +(assert (myObject (attribute1 "attr352") ) ) +(assert (myObject (attribute1 "attr353") ) ) +(assert (myObject (attribute1 "attr354") ) ) +(assert (myObject (attribute1 "attr355") ) ) +(assert (myObject (attribute1 "attr356") ) ) +(assert (myObject (attribute1 "attr357") ) ) +(assert (myObject (attribute1 "attr358") ) ) +(assert (myObject (attribute1 "attr359") ) ) +(assert (myObject (attribute1 "attr360") ) ) +(assert (myObject (attribute1 "attr361") ) ) +(assert (myObject (attribute1 "attr362") ) ) +(assert (myObject (attribute1 "attr363") ) ) +(assert (myObject (attribute1 "attr364") ) ) +(assert (myObject (attribute1 "attr365") ) ) +(assert (myObject (attribute1 "attr366") ) ) +(assert (myObject (attribute1 "attr367") ) ) +(assert (myObject (attribute1 "attr368") ) ) +(assert (myObject (attribute1 "attr369") ) ) +(assert (myObject (attribute1 "attr370") ) ) +(assert (myObject (attribute1 "attr371") ) ) +(assert (myObject (attribute1 "attr372") ) ) +(assert (myObject (attribute1 "attr373") ) ) +(assert (myObject (attribute1 "attr374") ) ) +(assert (myObject (attribute1 "attr375") ) ) +(assert (myObject (attribute1 "attr376") ) ) +(assert (myObject (attribute1 "attr377") ) ) +(assert (myObject (attribute1 "attr378") ) ) +(assert (myObject (attribute1 "attr379") ) ) +(assert (myObject (attribute1 "attr380") ) ) +(assert (myObject (attribute1 "attr381") ) ) +(assert (myObject (attribute1 "attr382") ) ) +(assert (myObject (attribute1 "attr383") ) ) +(assert (myObject (attribute1 "attr384") ) ) +(assert (myObject (attribute1 "attr385") ) ) +(assert (myObject (attribute1 "attr386") ) ) +(assert (myObject (attribute1 "attr387") ) ) +(assert (myObject (attribute1 "attr388") ) ) +(assert (myObject (attribute1 "attr389") ) ) +(assert (myObject (attribute1 "attr390") ) ) +(assert (myObject (attribute1 "attr391") ) ) +(assert (myObject (attribute1 "attr392") ) ) +(assert (myObject (attribute1 "attr393") ) ) +(assert (myObject (attribute1 "attr394") ) ) +(assert (myObject (attribute1 "attr395") ) ) +(assert (myObject (attribute1 "attr396") ) ) +(assert (myObject (attribute1 "attr397") ) ) +(assert (myObject (attribute1 "attr398") ) ) +(assert (myObject (attribute1 "attr399") ) ) +(assert (myObject (attribute1 "attr400") ) ) +(assert (myObject (attribute1 "attr401") ) ) +(assert (myObject (attribute1 "attr402") ) ) +(assert (myObject (attribute1 "attr403") ) ) +(assert (myObject (attribute1 "attr404") ) ) +(assert (myObject (attribute1 "attr405") ) ) +(assert (myObject (attribute1 "attr406") ) ) +(assert (myObject (attribute1 "attr407") ) ) +(assert (myObject (attribute1 "attr408") ) ) +(assert (myObject (attribute1 "attr409") ) ) +(assert (myObject (attribute1 "attr410") ) ) +(assert (myObject (attribute1 "attr411") ) ) +(assert (myObject (attribute1 "attr412") ) ) +(assert (myObject (attribute1 "attr413") ) ) +(assert (myObject (attribute1 "attr414") ) ) +(assert (myObject (attribute1 "attr415") ) ) +(assert (myObject (attribute1 "attr416") ) ) +(assert (myObject (attribute1 "attr417") ) ) +(assert (myObject (attribute1 "attr418") ) ) +(assert (myObject (attribute1 "attr419") ) ) +(assert (myObject (attribute1 "attr420") ) ) +(assert (myObject (attribute1 "attr421") ) ) +(assert (myObject (attribute1 "attr422") ) ) +(assert (myObject (attribute1 "attr423") ) ) +(assert (myObject (attribute1 "attr424") ) ) +(assert (myObject (attribute1 "attr425") ) ) +(assert (myObject (attribute1 "attr426") ) ) +(assert (myObject (attribute1 "attr427") ) ) +(assert (myObject (attribute1 "attr428") ) ) +(assert (myObject (attribute1 "attr429") ) ) +(assert (myObject (attribute1 "attr430") ) ) +(assert (myObject (attribute1 "attr431") ) ) +(assert (myObject (attribute1 "attr432") ) ) +(assert (myObject (attribute1 "attr433") ) ) +(assert (myObject (attribute1 "attr434") ) ) +(assert (myObject (attribute1 "attr435") ) ) +(assert (myObject (attribute1 "attr436") ) ) +(assert (myObject (attribute1 "attr437") ) ) +(assert (myObject (attribute1 "attr438") ) ) +(assert (myObject (attribute1 "attr439") ) ) +(assert (myObject (attribute1 "attr440") ) ) +(assert (myObject (attribute1 "attr441") ) ) +(assert (myObject (attribute1 "attr442") ) ) +(assert (myObject (attribute1 "attr443") ) ) +(assert (myObject (attribute1 "attr444") ) ) +(assert (myObject (attribute1 "attr445") ) ) +(assert (myObject (attribute1 "attr446") ) ) +(assert (myObject (attribute1 "attr447") ) ) +(assert (myObject (attribute1 "attr448") ) ) +(assert (myObject (attribute1 "attr449") ) ) +(assert (myObject (attribute1 "attr450") ) ) +(assert (myObject (attribute1 "attr451") ) ) +(assert (myObject (attribute1 "attr452") ) ) +(assert (myObject (attribute1 "attr453") ) ) +(assert (myObject (attribute1 "attr454") ) ) +(assert (myObject (attribute1 "attr455") ) ) +(assert (myObject (attribute1 "attr456") ) ) +(assert (myObject (attribute1 "attr457") ) ) +(assert (myObject (attribute1 "attr458") ) ) +(assert (myObject (attribute1 "attr459") ) ) +(assert (myObject (attribute1 "attr460") ) ) +(assert (myObject (attribute1 "attr461") ) ) +(assert (myObject (attribute1 "attr462") ) ) +(assert (myObject (attribute1 "attr463") ) ) +(assert (myObject (attribute1 "attr464") ) ) +(assert (myObject (attribute1 "attr465") ) ) +(assert (myObject (attribute1 "attr466") ) ) +(assert (myObject (attribute1 "attr467") ) ) +(assert (myObject (attribute1 "attr468") ) ) +(assert (myObject (attribute1 "attr469") ) ) +(assert (myObject (attribute1 "attr470") ) ) +(assert (myObject (attribute1 "attr471") ) ) +(assert (myObject (attribute1 "attr472") ) ) +(assert (myObject (attribute1 "attr473") ) ) +(assert (myObject (attribute1 "attr474") ) ) +(assert (myObject (attribute1 "attr475") ) ) +(assert (myObject (attribute1 "attr476") ) ) +(assert (myObject (attribute1 "attr477") ) ) +(assert (myObject (attribute1 "attr478") ) ) +(assert (myObject (attribute1 "attr479") ) ) +(assert (myObject (attribute1 "attr480") ) ) +(assert (myObject (attribute1 "attr481") ) ) +(assert (myObject (attribute1 "attr482") ) ) +(assert (myObject (attribute1 "attr483") ) ) +(assert (myObject (attribute1 "attr484") ) ) +(assert (myObject (attribute1 "attr485") ) ) +(assert (myObject (attribute1 "attr486") ) ) +(assert (myObject (attribute1 "attr487") ) ) +(assert (myObject (attribute1 "attr488") ) ) +(assert (myObject (attribute1 "attr489") ) ) +(assert (myObject (attribute1 "attr490") ) ) +(assert (myObject (attribute1 "attr491") ) ) +(assert (myObject (attribute1 "attr492") ) ) +(assert (myObject (attribute1 "attr493") ) ) +(assert (myObject (attribute1 "attr494") ) ) +(assert (myObject (attribute1 "attr495") ) ) +(assert (myObject (attribute1 "attr496") ) ) +(assert (myObject (attribute1 "attr497") ) ) +(assert (myObject (attribute1 "attr498") ) ) +(assert (myObject (attribute1 "attr499") ) ) +(assert (myObject (attribute1 "attr500") ) ) +(assert (myObject (attribute1 "attr501") ) ) +(assert (myObject (attribute1 "attr502") ) ) +(assert (myObject (attribute1 "attr503") ) ) +(assert (myObject (attribute1 "attr504") ) ) +(assert (myObject (attribute1 "attr505") ) ) +(assert (myObject (attribute1 "attr506") ) ) +(assert (myObject (attribute1 "attr507") ) ) +(assert (myObject (attribute1 "attr508") ) ) +(assert (myObject (attribute1 "attr509") ) ) +(assert (myObject (attribute1 "attr510") ) ) +(assert (myObject (attribute1 "attr511") ) ) +(assert (myObject (attribute1 "attr512") ) ) +(assert (myObject (attribute1 "attr513") ) ) +(assert (myObject (attribute1 "attr514") ) ) +(assert (myObject (attribute1 "attr515") ) ) +(assert (myObject (attribute1 "attr516") ) ) +(assert (myObject (attribute1 "attr517") ) ) +(assert (myObject (attribute1 "attr518") ) ) +(assert (myObject (attribute1 "attr519") ) ) +(assert (myObject (attribute1 "attr520") ) ) +(assert (myObject (attribute1 "attr521") ) ) +(assert (myObject (attribute1 "attr522") ) ) +(assert (myObject (attribute1 "attr523") ) ) +(assert (myObject (attribute1 "attr524") ) ) +(assert (myObject (attribute1 "attr525") ) ) +(assert (myObject (attribute1 "attr526") ) ) +(assert (myObject (attribute1 "attr527") ) ) +(assert (myObject (attribute1 "attr528") ) ) +(assert (myObject (attribute1 "attr529") ) ) +(assert (myObject (attribute1 "attr530") ) ) +(assert (myObject (attribute1 "attr531") ) ) +(assert (myObject (attribute1 "attr532") ) ) +(assert (myObject (attribute1 "attr533") ) ) +(assert (myObject (attribute1 "attr534") ) ) +(assert (myObject (attribute1 "attr535") ) ) +(assert (myObject (attribute1 "attr536") ) ) +(assert (myObject (attribute1 "attr537") ) ) +(assert (myObject (attribute1 "attr538") ) ) +(assert (myObject (attribute1 "attr539") ) ) +(assert (myObject (attribute1 "attr540") ) ) +(assert (myObject (attribute1 "attr541") ) ) +(assert (myObject (attribute1 "attr542") ) ) +(assert (myObject (attribute1 "attr543") ) ) +(assert (myObject (attribute1 "attr544") ) ) +(assert (myObject (attribute1 "attr545") ) ) +(assert (myObject (attribute1 "attr546") ) ) +(assert (myObject (attribute1 "attr547") ) ) +(assert (myObject (attribute1 "attr548") ) ) +(assert (myObject (attribute1 "attr549") ) ) +(assert (myObject (attribute1 "attr550") ) ) +(assert (myObject (attribute1 "attr551") ) ) +(assert (myObject (attribute1 "attr552") ) ) +(assert (myObject (attribute1 "attr553") ) ) +(assert (myObject (attribute1 "attr554") ) ) +(assert (myObject (attribute1 "attr555") ) ) +(assert (myObject (attribute1 "attr556") ) ) +(assert (myObject (attribute1 "attr557") ) ) +(assert (myObject (attribute1 "attr558") ) ) +(assert (myObject (attribute1 "attr559") ) ) +(assert (myObject (attribute1 "attr560") ) ) +(assert (myObject (attribute1 "attr561") ) ) +(assert (myObject (attribute1 "attr562") ) ) +(assert (myObject (attribute1 "attr563") ) ) +(assert (myObject (attribute1 "attr564") ) ) +(assert (myObject (attribute1 "attr565") ) ) +(assert (myObject (attribute1 "attr566") ) ) +(assert (myObject (attribute1 "attr567") ) ) +(assert (myObject (attribute1 "attr568") ) ) +(assert (myObject (attribute1 "attr569") ) ) +(assert (myObject (attribute1 "attr570") ) ) +(assert (myObject (attribute1 "attr571") ) ) +(assert (myObject (attribute1 "attr572") ) ) +(assert (myObject (attribute1 "attr573") ) ) +(assert (myObject (attribute1 "attr574") ) ) +(assert (myObject (attribute1 "attr575") ) ) +(assert (myObject (attribute1 "attr576") ) ) +(assert (myObject (attribute1 "attr577") ) ) +(assert (myObject (attribute1 "attr578") ) ) +(assert (myObject (attribute1 "attr579") ) ) +(assert (myObject (attribute1 "attr580") ) ) +(assert (myObject (attribute1 "attr581") ) ) +(assert (myObject (attribute1 "attr582") ) ) +(assert (myObject (attribute1 "attr583") ) ) +(assert (myObject (attribute1 "attr584") ) ) +(assert (myObject (attribute1 "attr585") ) ) +(assert (myObject (attribute1 "attr586") ) ) +(assert (myObject (attribute1 "attr587") ) ) +(assert (myObject (attribute1 "attr588") ) ) +(assert (myObject (attribute1 "attr589") ) ) +(assert (myObject (attribute1 "attr590") ) ) +(assert (myObject (attribute1 "attr591") ) ) +(assert (myObject (attribute1 "attr592") ) ) +(assert (myObject (attribute1 "attr593") ) ) +(assert (myObject (attribute1 "attr594") ) ) +(assert (myObject (attribute1 "attr595") ) ) +(assert (myObject (attribute1 "attr596") ) ) +(assert (myObject (attribute1 "attr597") ) ) +(assert (myObject (attribute1 "attr598") ) ) +(assert (myObject (attribute1 "attr599") ) ) +(assert (myObject (attribute1 "attr600") ) ) +(assert (myObject (attribute1 "attr601") ) ) +(assert (myObject (attribute1 "attr602") ) ) +(assert (myObject (attribute1 "attr603") ) ) +(assert (myObject (attribute1 "attr604") ) ) +(assert (myObject (attribute1 "attr605") ) ) +(assert (myObject (attribute1 "attr606") ) ) +(assert (myObject (attribute1 "attr607") ) ) +(assert (myObject (attribute1 "attr608") ) ) +(assert (myObject (attribute1 "attr609") ) ) +(assert (myObject (attribute1 "attr610") ) ) +(assert (myObject (attribute1 "attr611") ) ) +(assert (myObject (attribute1 "attr612") ) ) +(assert (myObject (attribute1 "attr613") ) ) +(assert (myObject (attribute1 "attr614") ) ) +(assert (myObject (attribute1 "attr615") ) ) +(assert (myObject (attribute1 "attr616") ) ) +(assert (myObject (attribute1 "attr617") ) ) +(assert (myObject (attribute1 "attr618") ) ) +(assert (myObject (attribute1 "attr619") ) ) +(assert (myObject (attribute1 "attr620") ) ) +(assert (myObject (attribute1 "attr621") ) ) +(assert (myObject (attribute1 "attr622") ) ) +(assert (myObject (attribute1 "attr623") ) ) +(assert (myObject (attribute1 "attr624") ) ) +(assert (myObject (attribute1 "attr625") ) ) +(assert (myObject (attribute1 "attr626") ) ) +(assert (myObject (attribute1 "attr627") ) ) +(assert (myObject (attribute1 "attr628") ) ) +(assert (myObject (attribute1 "attr629") ) ) +(assert (myObject (attribute1 "attr630") ) ) +(assert (myObject (attribute1 "attr631") ) ) +(assert (myObject (attribute1 "attr632") ) ) +(assert (myObject (attribute1 "attr633") ) ) +(assert (myObject (attribute1 "attr634") ) ) +(assert (myObject (attribute1 "attr635") ) ) +(assert (myObject (attribute1 "attr636") ) ) +(assert (myObject (attribute1 "attr637") ) ) +(assert (myObject (attribute1 "attr638") ) ) +(assert (myObject (attribute1 "attr639") ) ) +(assert (myObject (attribute1 "attr640") ) ) +(assert (myObject (attribute1 "attr641") ) ) +(assert (myObject (attribute1 "attr642") ) ) +(assert (myObject (attribute1 "attr643") ) ) +(assert (myObject (attribute1 "attr644") ) ) +(assert (myObject (attribute1 "attr645") ) ) +(assert (myObject (attribute1 "attr646") ) ) +(assert (myObject (attribute1 "attr647") ) ) +(assert (myObject (attribute1 "attr648") ) ) +(assert (myObject (attribute1 "attr649") ) ) +(assert (myObject (attribute1 "attr650") ) ) +(assert (myObject (attribute1 "attr651") ) ) +(assert (myObject (attribute1 "attr652") ) ) +(assert (myObject (attribute1 "attr653") ) ) +(assert (myObject (attribute1 "attr654") ) ) +(assert (myObject (attribute1 "attr655") ) ) +(assert (myObject (attribute1 "attr656") ) ) +(assert (myObject (attribute1 "attr657") ) ) +(assert (myObject (attribute1 "attr658") ) ) +(assert (myObject (attribute1 "attr659") ) ) +(assert (myObject (attribute1 "attr660") ) ) +(assert (myObject (attribute1 "attr661") ) ) +(assert (myObject (attribute1 "attr662") ) ) +(assert (myObject (attribute1 "attr663") ) ) +(assert (myObject (attribute1 "attr664") ) ) +(assert (myObject (attribute1 "attr665") ) ) +(assert (myObject (attribute1 "attr666") ) ) +(assert (myObject (attribute1 "attr667") ) ) +(assert (myObject (attribute1 "attr668") ) ) +(assert (myObject (attribute1 "attr669") ) ) +(assert (myObject (attribute1 "attr670") ) ) +(assert (myObject (attribute1 "attr671") ) ) +(assert (myObject (attribute1 "attr672") ) ) +(assert (myObject (attribute1 "attr673") ) ) +(assert (myObject (attribute1 "attr674") ) ) +(assert (myObject (attribute1 "attr675") ) ) +(assert (myObject (attribute1 "attr676") ) ) +(assert (myObject (attribute1 "attr677") ) ) +(assert (myObject (attribute1 "attr678") ) ) +(assert (myObject (attribute1 "attr679") ) ) +(assert (myObject (attribute1 "attr680") ) ) +(assert (myObject (attribute1 "attr681") ) ) +(assert (myObject (attribute1 "attr682") ) ) +(assert (myObject (attribute1 "attr683") ) ) +(assert (myObject (attribute1 "attr684") ) ) +(assert (myObject (attribute1 "attr685") ) ) +(assert (myObject (attribute1 "attr686") ) ) +(assert (myObject (attribute1 "attr687") ) ) +(assert (myObject (attribute1 "attr688") ) ) +(assert (myObject (attribute1 "attr689") ) ) +(assert (myObject (attribute1 "attr690") ) ) +(assert (myObject (attribute1 "attr691") ) ) +(assert (myObject (attribute1 "attr692") ) ) +(assert (myObject (attribute1 "attr693") ) ) +(assert (myObject (attribute1 "attr694") ) ) +(assert (myObject (attribute1 "attr695") ) ) +(assert (myObject (attribute1 "attr696") ) ) +(assert (myObject (attribute1 "attr697") ) ) +(assert (myObject (attribute1 "attr698") ) ) +(assert (myObject (attribute1 "attr699") ) ) +(assert (myObject (attribute1 "attr700") ) ) +(assert (myObject (attribute1 "attr701") ) ) +(assert (myObject (attribute1 "attr702") ) ) +(assert (myObject (attribute1 "attr703") ) ) +(assert (myObject (attribute1 "attr704") ) ) +(assert (myObject (attribute1 "attr705") ) ) +(assert (myObject (attribute1 "attr706") ) ) +(assert (myObject (attribute1 "attr707") ) ) +(assert (myObject (attribute1 "attr708") ) ) +(assert (myObject (attribute1 "attr709") ) ) +(assert (myObject (attribute1 "attr710") ) ) +(assert (myObject (attribute1 "attr711") ) ) +(assert (myObject (attribute1 "attr712") ) ) +(assert (myObject (attribute1 "attr713") ) ) +(assert (myObject (attribute1 "attr714") ) ) +(assert (myObject (attribute1 "attr715") ) ) +(assert (myObject (attribute1 "attr716") ) ) +(assert (myObject (attribute1 "attr717") ) ) +(assert (myObject (attribute1 "attr718") ) ) +(assert (myObject (attribute1 "attr719") ) ) +(assert (myObject (attribute1 "attr720") ) ) +(assert (myObject (attribute1 "attr721") ) ) +(assert (myObject (attribute1 "attr722") ) ) +(assert (myObject (attribute1 "attr723") ) ) +(assert (myObject (attribute1 "attr724") ) ) +(assert (myObject (attribute1 "attr725") ) ) +(assert (myObject (attribute1 "attr726") ) ) +(assert (myObject (attribute1 "attr727") ) ) +(assert (myObject (attribute1 "attr728") ) ) +(assert (myObject (attribute1 "attr729") ) ) +(assert (myObject (attribute1 "attr730") ) ) +(assert (myObject (attribute1 "attr731") ) ) +(assert (myObject (attribute1 "attr732") ) ) +(assert (myObject (attribute1 "attr733") ) ) +(assert (myObject (attribute1 "attr734") ) ) +(assert (myObject (attribute1 "attr735") ) ) +(assert (myObject (attribute1 "attr736") ) ) +(assert (myObject (attribute1 "attr737") ) ) +(assert (myObject (attribute1 "attr738") ) ) +(assert (myObject (attribute1 "attr739") ) ) +(assert (myObject (attribute1 "attr740") ) ) +(assert (myObject (attribute1 "attr741") ) ) +(assert (myObject (attribute1 "attr742") ) ) +(assert (myObject (attribute1 "attr743") ) ) +(assert (myObject (attribute1 "attr744") ) ) +(assert (myObject (attribute1 "attr745") ) ) +(assert (myObject (attribute1 "attr746") ) ) +(assert (myObject (attribute1 "attr747") ) ) +(assert (myObject (attribute1 "attr748") ) ) +(assert (myObject (attribute1 "attr749") ) ) +(assert (myObject (attribute1 "attr750") ) ) +(assert (myObject (attribute1 "attr751") ) ) +(assert (myObject (attribute1 "attr752") ) ) +(assert (myObject (attribute1 "attr753") ) ) +(assert (myObject (attribute1 "attr754") ) ) +(assert (myObject (attribute1 "attr755") ) ) +(assert (myObject (attribute1 "attr756") ) ) +(assert (myObject (attribute1 "attr757") ) ) +(assert (myObject (attribute1 "attr758") ) ) +(assert (myObject (attribute1 "attr759") ) ) +(assert (myObject (attribute1 "attr760") ) ) +(assert (myObject (attribute1 "attr761") ) ) +(assert (myObject (attribute1 "attr762") ) ) +(assert (myObject (attribute1 "attr763") ) ) +(assert (myObject (attribute1 "attr764") ) ) +(assert (myObject (attribute1 "attr765") ) ) +(assert (myObject (attribute1 "attr766") ) ) +(assert (myObject (attribute1 "attr767") ) ) +(assert (myObject (attribute1 "attr768") ) ) +(assert (myObject (attribute1 "attr769") ) ) +(assert (myObject (attribute1 "attr770") ) ) +(assert (myObject (attribute1 "attr771") ) ) +(assert (myObject (attribute1 "attr772") ) ) +(assert (myObject (attribute1 "attr773") ) ) +(assert (myObject (attribute1 "attr774") ) ) +(assert (myObject (attribute1 "attr775") ) ) +(assert (myObject (attribute1 "attr776") ) ) +(assert (myObject (attribute1 "attr777") ) ) +(assert (myObject (attribute1 "attr778") ) ) +(assert (myObject (attribute1 "attr779") ) ) +(assert (myObject (attribute1 "attr780") ) ) +(assert (myObject (attribute1 "attr781") ) ) +(assert (myObject (attribute1 "attr782") ) ) +(assert (myObject (attribute1 "attr783") ) ) +(assert (myObject (attribute1 "attr784") ) ) +(assert (myObject (attribute1 "attr785") ) ) +(assert (myObject (attribute1 "attr786") ) ) +(assert (myObject (attribute1 "attr787") ) ) +(assert (myObject (attribute1 "attr788") ) ) +(assert (myObject (attribute1 "attr789") ) ) +(assert (myObject (attribute1 "attr790") ) ) +(assert (myObject (attribute1 "attr791") ) ) +(assert (myObject (attribute1 "attr792") ) ) +(assert (myObject (attribute1 "attr793") ) ) +(assert (myObject (attribute1 "attr794") ) ) +(assert (myObject (attribute1 "attr795") ) ) +(assert (myObject (attribute1 "attr796") ) ) +(assert (myObject (attribute1 "attr797") ) ) +(assert (myObject (attribute1 "attr798") ) ) +(assert (myObject (attribute1 "attr799") ) ) +(assert (myObject (attribute1 "attr800") ) ) +(assert (myObject (attribute1 "attr801") ) ) +(assert (myObject (attribute1 "attr802") ) ) +(assert (myObject (attribute1 "attr803") ) ) +(assert (myObject (attribute1 "attr804") ) ) +(assert (myObject (attribute1 "attr805") ) ) +(assert (myObject (attribute1 "attr806") ) ) +(assert (myObject (attribute1 "attr807") ) ) +(assert (myObject (attribute1 "attr808") ) ) +(assert (myObject (attribute1 "attr809") ) ) +(assert (myObject (attribute1 "attr810") ) ) +(assert (myObject (attribute1 "attr811") ) ) +(assert (myObject (attribute1 "attr812") ) ) +(assert (myObject (attribute1 "attr813") ) ) +(assert (myObject (attribute1 "attr814") ) ) +(assert (myObject (attribute1 "attr815") ) ) +(assert (myObject (attribute1 "attr816") ) ) +(assert (myObject (attribute1 "attr817") ) ) +(assert (myObject (attribute1 "attr818") ) ) +(assert (myObject (attribute1 "attr819") ) ) +(assert (myObject (attribute1 "attr820") ) ) +(assert (myObject (attribute1 "attr821") ) ) +(assert (myObject (attribute1 "attr822") ) ) +(assert (myObject (attribute1 "attr823") ) ) +(assert (myObject (attribute1 "attr824") ) ) +(assert (myObject (attribute1 "attr825") ) ) +(assert (myObject (attribute1 "attr826") ) ) +(assert (myObject (attribute1 "attr827") ) ) +(assert (myObject (attribute1 "attr828") ) ) +(assert (myObject (attribute1 "attr829") ) ) +(assert (myObject (attribute1 "attr830") ) ) +(assert (myObject (attribute1 "attr831") ) ) +(assert (myObject (attribute1 "attr832") ) ) +(assert (myObject (attribute1 "attr833") ) ) +(assert (myObject (attribute1 "attr834") ) ) +(assert (myObject (attribute1 "attr835") ) ) +(assert (myObject (attribute1 "attr836") ) ) +(assert (myObject (attribute1 "attr837") ) ) +(assert (myObject (attribute1 "attr838") ) ) +(assert (myObject (attribute1 "attr839") ) ) +(assert (myObject (attribute1 "attr840") ) ) +(assert (myObject (attribute1 "attr841") ) ) +(assert (myObject (attribute1 "attr842") ) ) +(assert (myObject (attribute1 "attr843") ) ) +(assert (myObject (attribute1 "attr844") ) ) +(assert (myObject (attribute1 "attr845") ) ) +(assert (myObject (attribute1 "attr846") ) ) +(assert (myObject (attribute1 "attr847") ) ) +(assert (myObject (attribute1 "attr848") ) ) +(assert (myObject (attribute1 "attr849") ) ) +(assert (myObject (attribute1 "attr850") ) ) +(assert (myObject (attribute1 "attr851") ) ) +(assert (myObject (attribute1 "attr852") ) ) +(assert (myObject (attribute1 "attr853") ) ) +(assert (myObject (attribute1 "attr854") ) ) +(assert (myObject (attribute1 "attr855") ) ) +(assert (myObject (attribute1 "attr856") ) ) +(assert (myObject (attribute1 "attr857") ) ) +(assert (myObject (attribute1 "attr858") ) ) +(assert (myObject (attribute1 "attr859") ) ) +(assert (myObject (attribute1 "attr860") ) ) +(assert (myObject (attribute1 "attr861") ) ) +(assert (myObject (attribute1 "attr862") ) ) +(assert (myObject (attribute1 "attr863") ) ) +(assert (myObject (attribute1 "attr864") ) ) +(assert (myObject (attribute1 "attr865") ) ) +(assert (myObject (attribute1 "attr866") ) ) +(assert (myObject (attribute1 "attr867") ) ) +(assert (myObject (attribute1 "attr868") ) ) +(assert (myObject (attribute1 "attr869") ) ) +(assert (myObject (attribute1 "attr870") ) ) +(assert (myObject (attribute1 "attr871") ) ) +(assert (myObject (attribute1 "attr872") ) ) +(assert (myObject (attribute1 "attr873") ) ) +(assert (myObject (attribute1 "attr874") ) ) +(assert (myObject (attribute1 "attr875") ) ) +(assert (myObject (attribute1 "attr876") ) ) +(assert (myObject (attribute1 "attr877") ) ) +(assert (myObject (attribute1 "attr878") ) ) +(assert (myObject (attribute1 "attr879") ) ) +(assert (myObject (attribute1 "attr880") ) ) +(assert (myObject (attribute1 "attr881") ) ) +(assert (myObject (attribute1 "attr882") ) ) +(assert (myObject (attribute1 "attr883") ) ) +(assert (myObject (attribute1 "attr884") ) ) +(assert (myObject (attribute1 "attr885") ) ) +(assert (myObject (attribute1 "attr886") ) ) +(assert (myObject (attribute1 "attr887") ) ) +(assert (myObject (attribute1 "attr888") ) ) +(assert (myObject (attribute1 "attr889") ) ) +(assert (myObject (attribute1 "attr890") ) ) +(assert (myObject (attribute1 "attr891") ) ) +(assert (myObject (attribute1 "attr892") ) ) +(assert (myObject (attribute1 "attr893") ) ) +(assert (myObject (attribute1 "attr894") ) ) +(assert (myObject (attribute1 "attr895") ) ) +(assert (myObject (attribute1 "attr896") ) ) +(assert (myObject (attribute1 "attr897") ) ) +(assert (myObject (attribute1 "attr898") ) ) +(assert (myObject (attribute1 "attr899") ) ) +(assert (myObject (attribute1 "attr900") ) ) +(assert (myObject (attribute1 "attr901") ) ) +(assert (myObject (attribute1 "attr902") ) ) +(assert (myObject (attribute1 "attr903") ) ) +(assert (myObject (attribute1 "attr904") ) ) +(assert (myObject (attribute1 "attr905") ) ) +(assert (myObject (attribute1 "attr906") ) ) +(assert (myObject (attribute1 "attr907") ) ) +(assert (myObject (attribute1 "attr908") ) ) +(assert (myObject (attribute1 "attr909") ) ) +(assert (myObject (attribute1 "attr910") ) ) +(assert (myObject (attribute1 "attr911") ) ) +(assert (myObject (attribute1 "attr912") ) ) +(assert (myObject (attribute1 "attr913") ) ) +(assert (myObject (attribute1 "attr914") ) ) +(assert (myObject (attribute1 "attr915") ) ) +(assert (myObject (attribute1 "attr916") ) ) +(assert (myObject (attribute1 "attr917") ) ) +(assert (myObject (attribute1 "attr918") ) ) +(assert (myObject (attribute1 "attr919") ) ) +(assert (myObject (attribute1 "attr920") ) ) +(assert (myObject (attribute1 "attr921") ) ) +(assert (myObject (attribute1 "attr922") ) ) +(assert (myObject (attribute1 "attr923") ) ) +(assert (myObject (attribute1 "attr924") ) ) +(assert (myObject (attribute1 "attr925") ) ) +(assert (myObject (attribute1 "attr926") ) ) +(assert (myObject (attribute1 "attr927") ) ) +(assert (myObject (attribute1 "attr928") ) ) +(assert (myObject (attribute1 "attr929") ) ) +(assert (myObject (attribute1 "attr930") ) ) +(assert (myObject (attribute1 "attr931") ) ) +(assert (myObject (attribute1 "attr932") ) ) +(assert (myObject (attribute1 "attr933") ) ) +(assert (myObject (attribute1 "attr934") ) ) +(assert (myObject (attribute1 "attr935") ) ) +(assert (myObject (attribute1 "attr936") ) ) +(assert (myObject (attribute1 "attr937") ) ) +(assert (myObject (attribute1 "attr938") ) ) +(assert (myObject (attribute1 "attr939") ) ) +(assert (myObject (attribute1 "attr940") ) ) +(assert (myObject (attribute1 "attr941") ) ) +(assert (myObject (attribute1 "attr942") ) ) +(assert (myObject (attribute1 "attr943") ) ) +(assert (myObject (attribute1 "attr944") ) ) +(assert (myObject (attribute1 "attr945") ) ) +(assert (myObject (attribute1 "attr946") ) ) +(assert (myObject (attribute1 "attr947") ) ) +(assert (myObject (attribute1 "attr948") ) ) +(assert (myObject (attribute1 "attr949") ) ) +(assert (myObject (attribute1 "attr950") ) ) +(assert (myObject (attribute1 "attr951") ) ) +(assert (myObject (attribute1 "attr952") ) ) +(assert (myObject (attribute1 "attr953") ) ) +(assert (myObject (attribute1 "attr954") ) ) +(assert (myObject (attribute1 "attr955") ) ) +(assert (myObject (attribute1 "attr956") ) ) +(assert (myObject (attribute1 "attr957") ) ) +(assert (myObject (attribute1 "attr958") ) ) +(assert (myObject (attribute1 "attr959") ) ) +(assert (myObject (attribute1 "attr960") ) ) +(assert (myObject (attribute1 "attr961") ) ) +(assert (myObject (attribute1 "attr962") ) ) +(assert (myObject (attribute1 "attr963") ) ) +(assert (myObject (attribute1 "attr964") ) ) +(assert (myObject (attribute1 "attr965") ) ) +(assert (myObject (attribute1 "attr966") ) ) +(assert (myObject (attribute1 "attr967") ) ) +(assert (myObject (attribute1 "attr968") ) ) +(assert (myObject (attribute1 "attr969") ) ) +(assert (myObject (attribute1 "attr970") ) ) +(assert (myObject (attribute1 "attr971") ) ) +(assert (myObject (attribute1 "attr972") ) ) +(assert (myObject (attribute1 "attr973") ) ) +(assert (myObject (attribute1 "attr974") ) ) +(assert (myObject (attribute1 "attr975") ) ) +(assert (myObject (attribute1 "attr976") ) ) +(assert (myObject (attribute1 "attr977") ) ) +(assert (myObject (attribute1 "attr978") ) ) +(assert (myObject (attribute1 "attr979") ) ) +(assert (myObject (attribute1 "attr980") ) ) +(assert (myObject (attribute1 "attr981") ) ) +(assert (myObject (attribute1 "attr982") ) ) +(assert (myObject (attribute1 "attr983") ) ) +(assert (myObject (attribute1 "attr984") ) ) +(assert (myObject (attribute1 "attr985") ) ) +(assert (myObject (attribute1 "attr986") ) ) +(assert (myObject (attribute1 "attr987") ) ) +(assert (myObject (attribute1 "attr988") ) ) +(assert (myObject (attribute1 "attr989") ) ) +(assert (myObject (attribute1 "attr990") ) ) +(assert (myObject (attribute1 "attr991") ) ) +(assert (myObject (attribute1 "attr992") ) ) +(assert (myObject (attribute1 "attr993") ) ) +(assert (myObject (attribute1 "attr994") ) ) +(assert (myObject (attribute1 "attr995") ) ) +(assert (myObject (attribute1 "attr996") ) ) +(assert (myObject (attribute1 "attr997") ) ) +(assert (myObject (attribute1 "attr998") ) ) +(assert (myObject (attribute1 "attr999") ) ) +(assert (myObject (attribute1 "attr1000") ) ) +(assert (myObject (attribute1 "attr1001") ) ) +(assert (myObject (attribute1 "attr1002") ) ) +(assert (myObject (attribute1 "attr1003") ) ) +(assert (myObject (attribute1 "attr1004") ) ) +(assert (myObject (attribute1 "attr1005") ) ) +(assert (myObject (attribute1 "attr1006") ) ) +(assert (myObject (attribute1 "attr1007") ) ) +(assert (myObject (attribute1 "attr1008") ) ) +(assert (myObject (attribute1 "attr1009") ) ) +(assert (myObject (attribute1 "attr1010") ) ) +(assert (myObject (attribute1 "attr1011") ) ) +(assert (myObject (attribute1 "attr1012") ) ) +(assert (myObject (attribute1 "attr1013") ) ) +(assert (myObject (attribute1 "attr1014") ) ) +(assert (myObject (attribute1 "attr1015") ) ) +(assert (myObject (attribute1 "attr1016") ) ) +(assert (myObject (attribute1 "attr1017") ) ) +(assert (myObject (attribute1 "attr1018") ) ) +(assert (myObject (attribute1 "attr1019") ) ) +(assert (myObject (attribute1 "attr1020") ) ) +(assert (myObject (attribute1 "attr1021") ) ) +(assert (myObject (attribute1 "attr1022") ) ) +(assert (myObject (attribute1 "attr1023") ) ) +(assert (myObject (attribute1 "attr1024") ) ) +(assert (myObject (attribute1 "attr1025") ) ) +(assert (myObject (attribute1 "attr1026") ) ) +(assert (myObject (attribute1 "attr1027") ) ) +(assert (myObject (attribute1 "attr1028") ) ) +(assert (myObject (attribute1 "attr1029") ) ) +(assert (myObject (attribute1 "attr1030") ) ) +(assert (myObject (attribute1 "attr1031") ) ) +(assert (myObject (attribute1 "attr1032") ) ) +(assert (myObject (attribute1 "attr1033") ) ) +(assert (myObject (attribute1 "attr1034") ) ) +(assert (myObject (attribute1 "attr1035") ) ) +(assert (myObject (attribute1 "attr1036") ) ) +(assert (myObject (attribute1 "attr1037") ) ) +(assert (myObject (attribute1 "attr1038") ) ) +(assert (myObject (attribute1 "attr1039") ) ) +(assert (myObject (attribute1 "attr1040") ) ) +(assert (myObject (attribute1 "attr1041") ) ) +(assert (myObject (attribute1 "attr1042") ) ) +(assert (myObject (attribute1 "attr1043") ) ) +(assert (myObject (attribute1 "attr1044") ) ) +(assert (myObject (attribute1 "attr1045") ) ) +(assert (myObject (attribute1 "attr1046") ) ) +(assert (myObject (attribute1 "attr1047") ) ) +(assert (myObject (attribute1 "attr1048") ) ) +(assert (myObject (attribute1 "attr1049") ) ) +(assert (myObject (attribute1 "attr1050") ) ) +(assert (myObject (attribute1 "attr1051") ) ) +(assert (myObject (attribute1 "attr1052") ) ) +(assert (myObject (attribute1 "attr1053") ) ) +(assert (myObject (attribute1 "attr1054") ) ) +(assert (myObject (attribute1 "attr1055") ) ) +(assert (myObject (attribute1 "attr1056") ) ) +(assert (myObject (attribute1 "attr1057") ) ) +(assert (myObject (attribute1 "attr1058") ) ) +(assert (myObject (attribute1 "attr1059") ) ) +(assert (myObject (attribute1 "attr1060") ) ) +(assert (myObject (attribute1 "attr1061") ) ) +(assert (myObject (attribute1 "attr1062") ) ) +(assert (myObject (attribute1 "attr1063") ) ) +(assert (myObject (attribute1 "attr1064") ) ) +(assert (myObject (attribute1 "attr1065") ) ) +(assert (myObject (attribute1 "attr1066") ) ) +(assert (myObject (attribute1 "attr1067") ) ) +(assert (myObject (attribute1 "attr1068") ) ) +(assert (myObject (attribute1 "attr1069") ) ) +(assert (myObject (attribute1 "attr1070") ) ) +(assert (myObject (attribute1 "attr1071") ) ) +(assert (myObject (attribute1 "attr1072") ) ) +(assert (myObject (attribute1 "attr1073") ) ) +(assert (myObject (attribute1 "attr1074") ) ) +(assert (myObject (attribute1 "attr1075") ) ) +(assert (myObject (attribute1 "attr1076") ) ) +(assert (myObject (attribute1 "attr1077") ) ) +(assert (myObject (attribute1 "attr1078") ) ) +(assert (myObject (attribute1 "attr1079") ) ) +(assert (myObject (attribute1 "attr1080") ) ) +(assert (myObject (attribute1 "attr1081") ) ) +(assert (myObject (attribute1 "attr1082") ) ) +(assert (myObject (attribute1 "attr1083") ) ) +(assert (myObject (attribute1 "attr1084") ) ) +(assert (myObject (attribute1 "attr1085") ) ) +(assert (myObject (attribute1 "attr1086") ) ) +(assert (myObject (attribute1 "attr1087") ) ) +(assert (myObject (attribute1 "attr1088") ) ) +(assert (myObject (attribute1 "attr1089") ) ) +(assert (myObject (attribute1 "attr1090") ) ) +(assert (myObject (attribute1 "attr1091") ) ) +(assert (myObject (attribute1 "attr1092") ) ) +(assert (myObject (attribute1 "attr1093") ) ) +(assert (myObject (attribute1 "attr1094") ) ) +(assert (myObject (attribute1 "attr1095") ) ) +(assert (myObject (attribute1 "attr1096") ) ) +(assert (myObject (attribute1 "attr1097") ) ) +(assert (myObject (attribute1 "attr1098") ) ) +(assert (myObject (attribute1 "attr1099") ) ) +(assert (myObject (attribute1 "attr1100") ) ) +(assert (myObject (attribute1 "attr1101") ) ) +(assert (myObject (attribute1 "attr1102") ) ) +(assert (myObject (attribute1 "attr1103") ) ) +(assert (myObject (attribute1 "attr1104") ) ) +(assert (myObject (attribute1 "attr1105") ) ) +(assert (myObject (attribute1 "attr1106") ) ) +(assert (myObject (attribute1 "attr1107") ) ) +(assert (myObject (attribute1 "attr1108") ) ) +(assert (myObject (attribute1 "attr1109") ) ) +(assert (myObject (attribute1 "attr1110") ) ) +(assert (myObject (attribute1 "attr1111") ) ) +(assert (myObject (attribute1 "attr1112") ) ) +(assert (myObject (attribute1 "attr1113") ) ) +(assert (myObject (attribute1 "attr1114") ) ) +(assert (myObject (attribute1 "attr1115") ) ) +(assert (myObject (attribute1 "attr1116") ) ) +(assert (myObject (attribute1 "attr1117") ) ) +(assert (myObject (attribute1 "attr1118") ) ) +(assert (myObject (attribute1 "attr1119") ) ) +(assert (myObject (attribute1 "attr1120") ) ) +(assert (myObject (attribute1 "attr1121") ) ) +(assert (myObject (attribute1 "attr1122") ) ) +(assert (myObject (attribute1 "attr1123") ) ) +(assert (myObject (attribute1 "attr1124") ) ) +(assert (myObject (attribute1 "attr1125") ) ) +(assert (myObject (attribute1 "attr1126") ) ) +(assert (myObject (attribute1 "attr1127") ) ) +(assert (myObject (attribute1 "attr1128") ) ) +(assert (myObject (attribute1 "attr1129") ) ) +(assert (myObject (attribute1 "attr1130") ) ) +(assert (myObject (attribute1 "attr1131") ) ) +(assert (myObject (attribute1 "attr1132") ) ) +(assert (myObject (attribute1 "attr1133") ) ) +(assert (myObject (attribute1 "attr1134") ) ) +(assert (myObject (attribute1 "attr1135") ) ) +(assert (myObject (attribute1 "attr1136") ) ) +(assert (myObject (attribute1 "attr1137") ) ) +(assert (myObject (attribute1 "attr1138") ) ) +(assert (myObject (attribute1 "attr1139") ) ) +(assert (myObject (attribute1 "attr1140") ) ) +(assert (myObject (attribute1 "attr1141") ) ) +(assert (myObject (attribute1 "attr1142") ) ) +(assert (myObject (attribute1 "attr1143") ) ) +(assert (myObject (attribute1 "attr1144") ) ) +(assert (myObject (attribute1 "attr1145") ) ) +(assert (myObject (attribute1 "attr1146") ) ) +(assert (myObject (attribute1 "attr1147") ) ) +(assert (myObject (attribute1 "attr1148") ) ) +(assert (myObject (attribute1 "attr1149") ) ) +(assert (myObject (attribute1 "attr1150") ) ) +(assert (myObject (attribute1 "attr1151") ) ) +(assert (myObject (attribute1 "attr1152") ) ) +(assert (myObject (attribute1 "attr1153") ) ) +(assert (myObject (attribute1 "attr1154") ) ) +(assert (myObject (attribute1 "attr1155") ) ) +(assert (myObject (attribute1 "attr1156") ) ) +(assert (myObject (attribute1 "attr1157") ) ) +(assert (myObject (attribute1 "attr1158") ) ) +(assert (myObject (attribute1 "attr1159") ) ) +(assert (myObject (attribute1 "attr1160") ) ) +(assert (myObject (attribute1 "attr1161") ) ) +(assert (myObject (attribute1 "attr1162") ) ) +(assert (myObject (attribute1 "attr1163") ) ) +(assert (myObject (attribute1 "attr1164") ) ) +(assert (myObject (attribute1 "attr1165") ) ) +(assert (myObject (attribute1 "attr1166") ) ) +(assert (myObject (attribute1 "attr1167") ) ) +(assert (myObject (attribute1 "attr1168") ) ) +(assert (myObject (attribute1 "attr1169") ) ) +(assert (myObject (attribute1 "attr1170") ) ) +(assert (myObject (attribute1 "attr1171") ) ) +(assert (myObject (attribute1 "attr1172") ) ) +(assert (myObject (attribute1 "attr1173") ) ) +(assert (myObject (attribute1 "attr1174") ) ) +(assert (myObject (attribute1 "attr1175") ) ) +(assert (myObject (attribute1 "attr1176") ) ) +(assert (myObject (attribute1 "attr1177") ) ) +(assert (myObject (attribute1 "attr1178") ) ) +(assert (myObject (attribute1 "attr1179") ) ) +(assert (myObject (attribute1 "attr1180") ) ) +(assert (myObject (attribute1 "attr1181") ) ) +(assert (myObject (attribute1 "attr1182") ) ) +(assert (myObject (attribute1 "attr1183") ) ) +(assert (myObject (attribute1 "attr1184") ) ) +(assert (myObject (attribute1 "attr1185") ) ) +(assert (myObject (attribute1 "attr1186") ) ) +(assert (myObject (attribute1 "attr1187") ) ) +(assert (myObject (attribute1 "attr1188") ) ) +(assert (myObject (attribute1 "attr1189") ) ) +(assert (myObject (attribute1 "attr1190") ) ) +(assert (myObject (attribute1 "attr1191") ) ) +(assert (myObject (attribute1 "attr1192") ) ) +(assert (myObject (attribute1 "attr1193") ) ) +(assert (myObject (attribute1 "attr1194") ) ) +(assert (myObject (attribute1 "attr1195") ) ) +(assert (myObject (attribute1 "attr1196") ) ) +(assert (myObject (attribute1 "attr1197") ) ) +(assert (myObject (attribute1 "attr1198") ) ) +(assert (myObject (attribute1 "attr1199") ) ) +(assert (myObject (attribute1 "attr1200") ) ) +(assert (myObject (attribute1 "attr1201") ) ) +(assert (myObject (attribute1 "attr1202") ) ) +(assert (myObject (attribute1 "attr1203") ) ) +(assert (myObject (attribute1 "attr1204") ) ) +(assert (myObject (attribute1 "attr1205") ) ) +(assert (myObject (attribute1 "attr1206") ) ) +(assert (myObject (attribute1 "attr1207") ) ) +(assert (myObject (attribute1 "attr1208") ) ) +(assert (myObject (attribute1 "attr1209") ) ) +(assert (myObject (attribute1 "attr1210") ) ) +(assert (myObject (attribute1 "attr1211") ) ) +(assert (myObject (attribute1 "attr1212") ) ) +(assert (myObject (attribute1 "attr1213") ) ) +(assert (myObject (attribute1 "attr1214") ) ) +(assert (myObject (attribute1 "attr1215") ) ) +(assert (myObject (attribute1 "attr1216") ) ) +(assert (myObject (attribute1 "attr1217") ) ) +(assert (myObject (attribute1 "attr1218") ) ) +(assert (myObject (attribute1 "attr1219") ) ) +(assert (myObject (attribute1 "attr1220") ) ) +(assert (myObject (attribute1 "attr1221") ) ) +(assert (myObject (attribute1 "attr1222") ) ) +(assert (myObject (attribute1 "attr1223") ) ) +(assert (myObject (attribute1 "attr1224") ) ) +(assert (myObject (attribute1 "attr1225") ) ) +(assert (myObject (attribute1 "attr1226") ) ) +(assert (myObject (attribute1 "attr1227") ) ) +(assert (myObject (attribute1 "attr1228") ) ) +(assert (myObject (attribute1 "attr1229") ) ) +(assert (myObject (attribute1 "attr1230") ) ) +(assert (myObject (attribute1 "attr1231") ) ) +(assert (myObject (attribute1 "attr1232") ) ) +(assert (myObject (attribute1 "attr1233") ) ) +(assert (myObject (attribute1 "attr1234") ) ) +(assert (myObject (attribute1 "attr1235") ) ) +(assert (myObject (attribute1 "attr1236") ) ) +(assert (myObject (attribute1 "attr1237") ) ) +(assert (myObject (attribute1 "attr1238") ) ) +(assert (myObject (attribute1 "attr1239") ) ) +(assert (myObject (attribute1 "attr1240") ) ) +(assert (myObject (attribute1 "attr1241") ) ) +(assert (myObject (attribute1 "attr1242") ) ) +(assert (myObject (attribute1 "attr1243") ) ) +(assert (myObject (attribute1 "attr1244") ) ) +(assert (myObject (attribute1 "attr1245") ) ) +(assert (myObject (attribute1 "attr1246") ) ) +(assert (myObject (attribute1 "attr1247") ) ) +(assert (myObject (attribute1 "attr1248") ) ) +(assert (myObject (attribute1 "attr1249") ) ) +(assert (myObject (attribute1 "attr1250") ) ) +(assert (myObject (attribute1 "attr1251") ) ) +(assert (myObject (attribute1 "attr1252") ) ) +(assert (myObject (attribute1 "attr1253") ) ) +(assert (myObject (attribute1 "attr1254") ) ) +(assert (myObject (attribute1 "attr1255") ) ) +(assert (myObject (attribute1 "attr1256") ) ) +(assert (myObject (attribute1 "attr1257") ) ) +(assert (myObject (attribute1 "attr1258") ) ) +(assert (myObject (attribute1 "attr1259") ) ) +(assert (myObject (attribute1 "attr1260") ) ) +(assert (myObject (attribute1 "attr1261") ) ) +(assert (myObject (attribute1 "attr1262") ) ) +(assert (myObject (attribute1 "attr1263") ) ) +(assert (myObject (attribute1 "attr1264") ) ) +(assert (myObject (attribute1 "attr1265") ) ) +(assert (myObject (attribute1 "attr1266") ) ) +(assert (myObject (attribute1 "attr1267") ) ) +(assert (myObject (attribute1 "attr1268") ) ) +(assert (myObject (attribute1 "attr1269") ) ) +(assert (myObject (attribute1 "attr1270") ) ) +(assert (myObject (attribute1 "attr1271") ) ) +(assert (myObject (attribute1 "attr1272") ) ) +(assert (myObject (attribute1 "attr1273") ) ) +(assert (myObject (attribute1 "attr1274") ) ) +(assert (myObject (attribute1 "attr1275") ) ) +(assert (myObject (attribute1 "attr1276") ) ) +(assert (myObject (attribute1 "attr1277") ) ) +(assert (myObject (attribute1 "attr1278") ) ) +(assert (myObject (attribute1 "attr1279") ) ) +(assert (myObject (attribute1 "attr1280") ) ) +(assert (myObject (attribute1 "attr1281") ) ) +(assert (myObject (attribute1 "attr1282") ) ) +(assert (myObject (attribute1 "attr1283") ) ) +(assert (myObject (attribute1 "attr1284") ) ) +(assert (myObject (attribute1 "attr1285") ) ) +(assert (myObject (attribute1 "attr1286") ) ) +(assert (myObject (attribute1 "attr1287") ) ) +(assert (myObject (attribute1 "attr1288") ) ) +(assert (myObject (attribute1 "attr1289") ) ) +(assert (myObject (attribute1 "attr1290") ) ) +(assert (myObject (attribute1 "attr1291") ) ) +(assert (myObject (attribute1 "attr1292") ) ) +(assert (myObject (attribute1 "attr1293") ) ) +(assert (myObject (attribute1 "attr1294") ) ) +(assert (myObject (attribute1 "attr1295") ) ) +(assert (myObject (attribute1 "attr1296") ) ) +(assert (myObject (attribute1 "attr1297") ) ) +(assert (myObject (attribute1 "attr1298") ) ) +(assert (myObject (attribute1 "attr1299") ) ) +(assert (myObject (attribute1 "attr1300") ) ) +(assert (myObject (attribute1 "attr1301") ) ) +(assert (myObject (attribute1 "attr1302") ) ) +(assert (myObject (attribute1 "attr1303") ) ) +(assert (myObject (attribute1 "attr1304") ) ) +(assert (myObject (attribute1 "attr1305") ) ) +(assert (myObject (attribute1 "attr1306") ) ) +(assert (myObject (attribute1 "attr1307") ) ) +(assert (myObject (attribute1 "attr1308") ) ) +(assert (myObject (attribute1 "attr1309") ) ) +(assert (myObject (attribute1 "attr1310") ) ) +(assert (myObject (attribute1 "attr1311") ) ) +(assert (myObject (attribute1 "attr1312") ) ) +(assert (myObject (attribute1 "attr1313") ) ) +(assert (myObject (attribute1 "attr1314") ) ) +(assert (myObject (attribute1 "attr1315") ) ) +(assert (myObject (attribute1 "attr1316") ) ) +(assert (myObject (attribute1 "attr1317") ) ) +(assert (myObject (attribute1 "attr1318") ) ) +(assert (myObject (attribute1 "attr1319") ) ) +(assert (myObject (attribute1 "attr1320") ) ) +(assert (myObject (attribute1 "attr1321") ) ) +(assert (myObject (attribute1 "attr1322") ) ) +(assert (myObject (attribute1 "attr1323") ) ) +(assert (myObject (attribute1 "attr1324") ) ) +(assert (myObject (attribute1 "attr1325") ) ) +(assert (myObject (attribute1 "attr1326") ) ) +(assert (myObject (attribute1 "attr1327") ) ) +(assert (myObject (attribute1 "attr1328") ) ) +(assert (myObject (attribute1 "attr1329") ) ) +(assert (myObject (attribute1 "attr1330") ) ) +(assert (myObject (attribute1 "attr1331") ) ) +(assert (myObject (attribute1 "attr1332") ) ) +(assert (myObject (attribute1 "attr1333") ) ) +(assert (myObject (attribute1 "attr1334") ) ) +(assert (myObject (attribute1 "attr1335") ) ) +(assert (myObject (attribute1 "attr1336") ) ) +(assert (myObject (attribute1 "attr1337") ) ) +(assert (myObject (attribute1 "attr1338") ) ) +(assert (myObject (attribute1 "attr1339") ) ) +(assert (myObject (attribute1 "attr1340") ) ) +(assert (myObject (attribute1 "attr1341") ) ) +(assert (myObject (attribute1 "attr1342") ) ) +(assert (myObject (attribute1 "attr1343") ) ) +(assert (myObject (attribute1 "attr1344") ) ) +(assert (myObject (attribute1 "attr1345") ) ) +(assert (myObject (attribute1 "attr1346") ) ) +(assert (myObject (attribute1 "attr1347") ) ) +(assert (myObject (attribute1 "attr1348") ) ) +(assert (myObject (attribute1 "attr1349") ) ) +(assert (myObject (attribute1 "attr1350") ) ) +(assert (myObject (attribute1 "attr1351") ) ) +(assert (myObject (attribute1 "attr1352") ) ) +(assert (myObject (attribute1 "attr1353") ) ) +(assert (myObject (attribute1 "attr1354") ) ) +(assert (myObject (attribute1 "attr1355") ) ) +(assert (myObject (attribute1 "attr1356") ) ) +(assert (myObject (attribute1 "attr1357") ) ) +(assert (myObject (attribute1 "attr1358") ) ) +(assert (myObject (attribute1 "attr1359") ) ) +(assert (myObject (attribute1 "attr1360") ) ) +(assert (myObject (attribute1 "attr1361") ) ) +(assert (myObject (attribute1 "attr1362") ) ) +(assert (myObject (attribute1 "attr1363") ) ) +(assert (myObject (attribute1 "attr1364") ) ) +(assert (myObject (attribute1 "attr1365") ) ) +(assert (myObject (attribute1 "attr1366") ) ) +(assert (myObject (attribute1 "attr1367") ) ) +(assert (myObject (attribute1 "attr1368") ) ) +(assert (myObject (attribute1 "attr1369") ) ) +(assert (myObject (attribute1 "attr1370") ) ) +(assert (myObject (attribute1 "attr1371") ) ) +(assert (myObject (attribute1 "attr1372") ) ) +(assert (myObject (attribute1 "attr1373") ) ) +(assert (myObject (attribute1 "attr1374") ) ) +(assert (myObject (attribute1 "attr1375") ) ) +(assert (myObject (attribute1 "attr1376") ) ) +(assert (myObject (attribute1 "attr1377") ) ) +(assert (myObject (attribute1 "attr1378") ) ) +(assert (myObject (attribute1 "attr1379") ) ) +(assert (myObject (attribute1 "attr1380") ) ) +(assert (myObject (attribute1 "attr1381") ) ) +(assert (myObject (attribute1 "attr1382") ) ) +(assert (myObject (attribute1 "attr1383") ) ) +(assert (myObject (attribute1 "attr1384") ) ) +(assert (myObject (attribute1 "attr1385") ) ) +(assert (myObject (attribute1 "attr1386") ) ) +(assert (myObject (attribute1 "attr1387") ) ) +(assert (myObject (attribute1 "attr1388") ) ) +(assert (myObject (attribute1 "attr1389") ) ) +(assert (myObject (attribute1 "attr1390") ) ) +(assert (myObject (attribute1 "attr1391") ) ) +(assert (myObject (attribute1 "attr1392") ) ) +(assert (myObject (attribute1 "attr1393") ) ) +(assert (myObject (attribute1 "attr1394") ) ) +(assert (myObject (attribute1 "attr1395") ) ) +(assert (myObject (attribute1 "attr1396") ) ) +(assert (myObject (attribute1 "attr1397") ) ) +(assert (myObject (attribute1 "attr1398") ) ) +(assert (myObject (attribute1 "attr1399") ) ) +(assert (myObject (attribute1 "attr1400") ) ) +(assert (myObject (attribute1 "attr1401") ) ) +(assert (myObject (attribute1 "attr1402") ) ) +(assert (myObject (attribute1 "attr1403") ) ) +(assert (myObject (attribute1 "attr1404") ) ) +(assert (myObject (attribute1 "attr1405") ) ) +(assert (myObject (attribute1 "attr1406") ) ) +(assert (myObject (attribute1 "attr1407") ) ) +(assert (myObject (attribute1 "attr1408") ) ) +(assert (myObject (attribute1 "attr1409") ) ) +(assert (myObject (attribute1 "attr1410") ) ) +(assert (myObject (attribute1 "attr1411") ) ) +(assert (myObject (attribute1 "attr1412") ) ) +(assert (myObject (attribute1 "attr1413") ) ) +(assert (myObject (attribute1 "attr1414") ) ) +(assert (myObject (attribute1 "attr1415") ) ) +(assert (myObject (attribute1 "attr1416") ) ) +(assert (myObject (attribute1 "attr1417") ) ) +(assert (myObject (attribute1 "attr1418") ) ) +(assert (myObject (attribute1 "attr1419") ) ) +(assert (myObject (attribute1 "attr1420") ) ) +(assert (myObject (attribute1 "attr1421") ) ) +(assert (myObject (attribute1 "attr1422") ) ) +(assert (myObject (attribute1 "attr1423") ) ) +(assert (myObject (attribute1 "attr1424") ) ) +(assert (myObject (attribute1 "attr1425") ) ) +(assert (myObject (attribute1 "attr1426") ) ) +(assert (myObject (attribute1 "attr1427") ) ) +(assert (myObject (attribute1 "attr1428") ) ) +(assert (myObject (attribute1 "attr1429") ) ) +(assert (myObject (attribute1 "attr1430") ) ) +(assert (myObject (attribute1 "attr1431") ) ) +(assert (myObject (attribute1 "attr1432") ) ) +(assert (myObject (attribute1 "attr1433") ) ) +(assert (myObject (attribute1 "attr1434") ) ) +(assert (myObject (attribute1 "attr1435") ) ) +(assert (myObject (attribute1 "attr1436") ) ) +(assert (myObject (attribute1 "attr1437") ) ) +(assert (myObject (attribute1 "attr1438") ) ) +(assert (myObject (attribute1 "attr1439") ) ) +(assert (myObject (attribute1 "attr1440") ) ) +(assert (myObject (attribute1 "attr1441") ) ) +(assert (myObject (attribute1 "attr1442") ) ) +(assert (myObject (attribute1 "attr1443") ) ) +(assert (myObject (attribute1 "attr1444") ) ) +(assert (myObject (attribute1 "attr1445") ) ) +(assert (myObject (attribute1 "attr1446") ) ) +(assert (myObject (attribute1 "attr1447") ) ) +(assert (myObject (attribute1 "attr1448") ) ) +(assert (myObject (attribute1 "attr1449") ) ) +(assert (myObject (attribute1 "attr1450") ) ) +(assert (myObject (attribute1 "attr1451") ) ) +(assert (myObject (attribute1 "attr1452") ) ) +(assert (myObject (attribute1 "attr1453") ) ) +(assert (myObject (attribute1 "attr1454") ) ) +(assert (myObject (attribute1 "attr1455") ) ) +(assert (myObject (attribute1 "attr1456") ) ) +(assert (myObject (attribute1 "attr1457") ) ) +(assert (myObject (attribute1 "attr1458") ) ) +(assert (myObject (attribute1 "attr1459") ) ) +(assert (myObject (attribute1 "attr1460") ) ) +(assert (myObject (attribute1 "attr1461") ) ) +(assert (myObject (attribute1 "attr1462") ) ) +(assert (myObject (attribute1 "attr1463") ) ) +(assert (myObject (attribute1 "attr1464") ) ) +(assert (myObject (attribute1 "attr1465") ) ) +(assert (myObject (attribute1 "attr1466") ) ) +(assert (myObject (attribute1 "attr1467") ) ) +(assert (myObject (attribute1 "attr1468") ) ) +(assert (myObject (attribute1 "attr1469") ) ) +(assert (myObject (attribute1 "attr1470") ) ) +(assert (myObject (attribute1 "attr1471") ) ) +(assert (myObject (attribute1 "attr1472") ) ) +(assert (myObject (attribute1 "attr1473") ) ) +(assert (myObject (attribute1 "attr1474") ) ) +(assert (myObject (attribute1 "attr1475") ) ) +(assert (myObject (attribute1 "attr1476") ) ) +(assert (myObject (attribute1 "attr1477") ) ) +(assert (myObject (attribute1 "attr1478") ) ) +(assert (myObject (attribute1 "attr1479") ) ) +(assert (myObject (attribute1 "attr1480") ) ) +(assert (myObject (attribute1 "attr1481") ) ) +(assert (myObject (attribute1 "attr1482") ) ) +(assert (myObject (attribute1 "attr1483") ) ) +(assert (myObject (attribute1 "attr1484") ) ) +(assert (myObject (attribute1 "attr1485") ) ) +(assert (myObject (attribute1 "attr1486") ) ) +(assert (myObject (attribute1 "attr1487") ) ) +(assert (myObject (attribute1 "attr1488") ) ) +(assert (myObject (attribute1 "attr1489") ) ) +(assert (myObject (attribute1 "attr1490") ) ) +(assert (myObject (attribute1 "attr1491") ) ) +(assert (myObject (attribute1 "attr1492") ) ) +(assert (myObject (attribute1 "attr1493") ) ) +(assert (myObject (attribute1 "attr1494") ) ) +(assert (myObject (attribute1 "attr1495") ) ) +(assert (myObject (attribute1 "attr1496") ) ) +(assert (myObject (attribute1 "attr1497") ) ) +(assert (myObject (attribute1 "attr1498") ) ) +(assert (myObject (attribute1 "attr1499") ) ) +(assert (myObject (attribute1 "attr1500") ) ) +(assert (myObject (attribute1 "attr1501") ) ) +(assert (myObject (attribute1 "attr1502") ) ) +(assert (myObject (attribute1 "attr1503") ) ) +(assert (myObject (attribute1 "attr1504") ) ) +(assert (myObject (attribute1 "attr1505") ) ) +(assert (myObject (attribute1 "attr1506") ) ) +(assert (myObject (attribute1 "attr1507") ) ) +(assert (myObject (attribute1 "attr1508") ) ) +(assert (myObject (attribute1 "attr1509") ) ) +(assert (myObject (attribute1 "attr1510") ) ) +(assert (myObject (attribute1 "attr1511") ) ) +(assert (myObject (attribute1 "attr1512") ) ) +(assert (myObject (attribute1 "attr1513") ) ) +(assert (myObject (attribute1 "attr1514") ) ) +(assert (myObject (attribute1 "attr1515") ) ) +(assert (myObject (attribute1 "attr1516") ) ) +(assert (myObject (attribute1 "attr1517") ) ) +(assert (myObject (attribute1 "attr1518") ) ) +(assert (myObject (attribute1 "attr1519") ) ) +(assert (myObject (attribute1 "attr1520") ) ) +(assert (myObject (attribute1 "attr1521") ) ) +(assert (myObject (attribute1 "attr1522") ) ) +(assert (myObject (attribute1 "attr1523") ) ) +(assert (myObject (attribute1 "attr1524") ) ) +(assert (myObject (attribute1 "attr1525") ) ) +(assert (myObject (attribute1 "attr1526") ) ) +(assert (myObject (attribute1 "attr1527") ) ) +(assert (myObject (attribute1 "attr1528") ) ) +(assert (myObject (attribute1 "attr1529") ) ) +(assert (myObject (attribute1 "attr1530") ) ) +(assert (myObject (attribute1 "attr1531") ) ) +(assert (myObject (attribute1 "attr1532") ) ) +(assert (myObject (attribute1 "attr1533") ) ) +(assert (myObject (attribute1 "attr1534") ) ) +(assert (myObject (attribute1 "attr1535") ) ) +(assert (myObject (attribute1 "attr1536") ) ) +(assert (myObject (attribute1 "attr1537") ) ) +(assert (myObject (attribute1 "attr1538") ) ) +(assert (myObject (attribute1 "attr1539") ) ) +(assert (myObject (attribute1 "attr1540") ) ) +(assert (myObject (attribute1 "attr1541") ) ) +(assert (myObject (attribute1 "attr1542") ) ) +(assert (myObject (attribute1 "attr1543") ) ) +(assert (myObject (attribute1 "attr1544") ) ) +(assert (myObject (attribute1 "attr1545") ) ) +(assert (myObject (attribute1 "attr1546") ) ) +(assert (myObject (attribute1 "attr1547") ) ) +(assert (myObject (attribute1 "attr1548") ) ) +(assert (myObject (attribute1 "attr1549") ) ) +(assert (myObject (attribute1 "attr1550") ) ) +(assert (myObject (attribute1 "attr1551") ) ) +(assert (myObject (attribute1 "attr1552") ) ) +(assert (myObject (attribute1 "attr1553") ) ) +(assert (myObject (attribute1 "attr1554") ) ) +(assert (myObject (attribute1 "attr1555") ) ) +(assert (myObject (attribute1 "attr1556") ) ) +(assert (myObject (attribute1 "attr1557") ) ) +(assert (myObject (attribute1 "attr1558") ) ) +(assert (myObject (attribute1 "attr1559") ) ) +(assert (myObject (attribute1 "attr1560") ) ) +(assert (myObject (attribute1 "attr1561") ) ) +(assert (myObject (attribute1 "attr1562") ) ) +(assert (myObject (attribute1 "attr1563") ) ) +(assert (myObject (attribute1 "attr1564") ) ) +(assert (myObject (attribute1 "attr1565") ) ) +(assert (myObject (attribute1 "attr1566") ) ) +(assert (myObject (attribute1 "attr1567") ) ) +(assert (myObject (attribute1 "attr1568") ) ) +(assert (myObject (attribute1 "attr1569") ) ) +(assert (myObject (attribute1 "attr1570") ) ) +(assert (myObject (attribute1 "attr1571") ) ) +(assert (myObject (attribute1 "attr1572") ) ) +(assert (myObject (attribute1 "attr1573") ) ) +(assert (myObject (attribute1 "attr1574") ) ) +(assert (myObject (attribute1 "attr1575") ) ) +(assert (myObject (attribute1 "attr1576") ) ) +(assert (myObject (attribute1 "attr1577") ) ) +(assert (myObject (attribute1 "attr1578") ) ) +(assert (myObject (attribute1 "attr1579") ) ) +(assert (myObject (attribute1 "attr1580") ) ) +(assert (myObject (attribute1 "attr1581") ) ) +(assert (myObject (attribute1 "attr1582") ) ) +(assert (myObject (attribute1 "attr1583") ) ) +(assert (myObject (attribute1 "attr1584") ) ) +(assert (myObject (attribute1 "attr1585") ) ) +(assert (myObject (attribute1 "attr1586") ) ) +(assert (myObject (attribute1 "attr1587") ) ) +(assert (myObject (attribute1 "attr1588") ) ) +(assert (myObject (attribute1 "attr1589") ) ) +(assert (myObject (attribute1 "attr1590") ) ) +(assert (myObject (attribute1 "attr1591") ) ) +(assert (myObject (attribute1 "attr1592") ) ) +(assert (myObject (attribute1 "attr1593") ) ) +(assert (myObject (attribute1 "attr1594") ) ) +(assert (myObject (attribute1 "attr1595") ) ) +(assert (myObject (attribute1 "attr1596") ) ) +(assert (myObject (attribute1 "attr1597") ) ) +(assert (myObject (attribute1 "attr1598") ) ) +(assert (myObject (attribute1 "attr1599") ) ) +(assert (myObject (attribute1 "attr1600") ) ) +(assert (myObject (attribute1 "attr1601") ) ) +(assert (myObject (attribute1 "attr1602") ) ) +(assert (myObject (attribute1 "attr1603") ) ) +(assert (myObject (attribute1 "attr1604") ) ) +(assert (myObject (attribute1 "attr1605") ) ) +(assert (myObject (attribute1 "attr1606") ) ) +(assert (myObject (attribute1 "attr1607") ) ) +(assert (myObject (attribute1 "attr1608") ) ) +(assert (myObject (attribute1 "attr1609") ) ) +(assert (myObject (attribute1 "attr1610") ) ) +(assert (myObject (attribute1 "attr1611") ) ) +(assert (myObject (attribute1 "attr1612") ) ) +(assert (myObject (attribute1 "attr1613") ) ) +(assert (myObject (attribute1 "attr1614") ) ) +(assert (myObject (attribute1 "attr1615") ) ) +(assert (myObject (attribute1 "attr1616") ) ) +(assert (myObject (attribute1 "attr1617") ) ) +(assert (myObject (attribute1 "attr1618") ) ) +(assert (myObject (attribute1 "attr1619") ) ) +(assert (myObject (attribute1 "attr1620") ) ) +(assert (myObject (attribute1 "attr1621") ) ) +(assert (myObject (attribute1 "attr1622") ) ) +(assert (myObject (attribute1 "attr1623") ) ) +(assert (myObject (attribute1 "attr1624") ) ) +(assert (myObject (attribute1 "attr1625") ) ) +(assert (myObject (attribute1 "attr1626") ) ) +(assert (myObject (attribute1 "attr1627") ) ) +(assert (myObject (attribute1 "attr1628") ) ) +(assert (myObject (attribute1 "attr1629") ) ) +(assert (myObject (attribute1 "attr1630") ) ) +(assert (myObject (attribute1 "attr1631") ) ) +(assert (myObject (attribute1 "attr1632") ) ) +(assert (myObject (attribute1 "attr1633") ) ) +(assert (myObject (attribute1 "attr1634") ) ) +(assert (myObject (attribute1 "attr1635") ) ) +(assert (myObject (attribute1 "attr1636") ) ) +(assert (myObject (attribute1 "attr1637") ) ) +(assert (myObject (attribute1 "attr1638") ) ) +(assert (myObject (attribute1 "attr1639") ) ) +(assert (myObject (attribute1 "attr1640") ) ) +(assert (myObject (attribute1 "attr1641") ) ) +(assert (myObject (attribute1 "attr1642") ) ) +(assert (myObject (attribute1 "attr1643") ) ) +(assert (myObject (attribute1 "attr1644") ) ) +(assert (myObject (attribute1 "attr1645") ) ) +(assert (myObject (attribute1 "attr1646") ) ) +(assert (myObject (attribute1 "attr1647") ) ) +(assert (myObject (attribute1 "attr1648") ) ) +(assert (myObject (attribute1 "attr1649") ) ) +(assert (myObject (attribute1 "attr1650") ) ) +(assert (myObject (attribute1 "attr1651") ) ) +(assert (myObject (attribute1 "attr1652") ) ) +(assert (myObject (attribute1 "attr1653") ) ) +(assert (myObject (attribute1 "attr1654") ) ) +(assert (myObject (attribute1 "attr1655") ) ) +(assert (myObject (attribute1 "attr1656") ) ) +(assert (myObject (attribute1 "attr1657") ) ) +(assert (myObject (attribute1 "attr1658") ) ) +(assert (myObject (attribute1 "attr1659") ) ) +(assert (myObject (attribute1 "attr1660") ) ) +(assert (myObject (attribute1 "attr1661") ) ) +(assert (myObject (attribute1 "attr1662") ) ) +(assert (myObject (attribute1 "attr1663") ) ) +(assert (myObject (attribute1 "attr1664") ) ) +(assert (myObject (attribute1 "attr1665") ) ) +(assert (myObject (attribute1 "attr1666") ) ) +(assert (myObject (attribute1 "attr1667") ) ) +(assert (myObject (attribute1 "attr1668") ) ) +(assert (myObject (attribute1 "attr1669") ) ) +(assert (myObject (attribute1 "attr1670") ) ) +(assert (myObject (attribute1 "attr1671") ) ) +(assert (myObject (attribute1 "attr1672") ) ) +(assert (myObject (attribute1 "attr1673") ) ) +(assert (myObject (attribute1 "attr1674") ) ) +(assert (myObject (attribute1 "attr1675") ) ) +(assert (myObject (attribute1 "attr1676") ) ) +(assert (myObject (attribute1 "attr1677") ) ) +(assert (myObject (attribute1 "attr1678") ) ) +(assert (myObject (attribute1 "attr1679") ) ) +(assert (myObject (attribute1 "attr1680") ) ) +(assert (myObject (attribute1 "attr1681") ) ) +(assert (myObject (attribute1 "attr1682") ) ) +(assert (myObject (attribute1 "attr1683") ) ) +(assert (myObject (attribute1 "attr1684") ) ) +(assert (myObject (attribute1 "attr1685") ) ) +(assert (myObject (attribute1 "attr1686") ) ) +(assert (myObject (attribute1 "attr1687") ) ) +(assert (myObject (attribute1 "attr1688") ) ) +(assert (myObject (attribute1 "attr1689") ) ) +(assert (myObject (attribute1 "attr1690") ) ) +(assert (myObject (attribute1 "attr1691") ) ) +(assert (myObject (attribute1 "attr1692") ) ) +(assert (myObject (attribute1 "attr1693") ) ) +(assert (myObject (attribute1 "attr1694") ) ) +(assert (myObject (attribute1 "attr1695") ) ) +(assert (myObject (attribute1 "attr1696") ) ) +(assert (myObject (attribute1 "attr1697") ) ) +(assert (myObject (attribute1 "attr1698") ) ) +(assert (myObject (attribute1 "attr1699") ) ) +(assert (myObject (attribute1 "attr1700") ) ) +(assert (myObject (attribute1 "attr1701") ) ) +(assert (myObject (attribute1 "attr1702") ) ) +(assert (myObject (attribute1 "attr1703") ) ) +(assert (myObject (attribute1 "attr1704") ) ) +(assert (myObject (attribute1 "attr1705") ) ) +(assert (myObject (attribute1 "attr1706") ) ) +(assert (myObject (attribute1 "attr1707") ) ) +(assert (myObject (attribute1 "attr1708") ) ) +(assert (myObject (attribute1 "attr1709") ) ) +(assert (myObject (attribute1 "attr1710") ) ) +(assert (myObject (attribute1 "attr1711") ) ) +(assert (myObject (attribute1 "attr1712") ) ) +(assert (myObject (attribute1 "attr1713") ) ) +(assert (myObject (attribute1 "attr1714") ) ) +(assert (myObject (attribute1 "attr1715") ) ) +(assert (myObject (attribute1 "attr1716") ) ) +(assert (myObject (attribute1 "attr1717") ) ) +(assert (myObject (attribute1 "attr1718") ) ) +(assert (myObject (attribute1 "attr1719") ) ) +(assert (myObject (attribute1 "attr1720") ) ) +(assert (myObject (attribute1 "attr1721") ) ) +(assert (myObject (attribute1 "attr1722") ) ) +(assert (myObject (attribute1 "attr1723") ) ) +(assert (myObject (attribute1 "attr1724") ) ) +(assert (myObject (attribute1 "attr1725") ) ) +(assert (myObject (attribute1 "attr1726") ) ) +(assert (myObject (attribute1 "attr1727") ) ) +(assert (myObject (attribute1 "attr1728") ) ) +(assert (myObject (attribute1 "attr1729") ) ) +(assert (myObject (attribute1 "attr1730") ) ) +(assert (myObject (attribute1 "attr1731") ) ) +(assert (myObject (attribute1 "attr1732") ) ) +(assert (myObject (attribute1 "attr1733") ) ) +(assert (myObject (attribute1 "attr1734") ) ) +(assert (myObject (attribute1 "attr1735") ) ) +(assert (myObject (attribute1 "attr1736") ) ) +(assert (myObject (attribute1 "attr1737") ) ) +(assert (myObject (attribute1 "attr1738") ) ) +(assert (myObject (attribute1 "attr1739") ) ) +(assert (myObject (attribute1 "attr1740") ) ) +(assert (myObject (attribute1 "attr1741") ) ) +(assert (myObject (attribute1 "attr1742") ) ) +(assert (myObject (attribute1 "attr1743") ) ) +(assert (myObject (attribute1 "attr1744") ) ) +(assert (myObject (attribute1 "attr1745") ) ) +(assert (myObject (attribute1 "attr1746") ) ) +(assert (myObject (attribute1 "attr1747") ) ) +(assert (myObject (attribute1 "attr1748") ) ) +(assert (myObject (attribute1 "attr1749") ) ) +(assert (myObject (attribute1 "attr1750") ) ) +(assert (myObject (attribute1 "attr1751") ) ) +(assert (myObject (attribute1 "attr1752") ) ) +(assert (myObject (attribute1 "attr1753") ) ) +(assert (myObject (attribute1 "attr1754") ) ) +(assert (myObject (attribute1 "attr1755") ) ) +(assert (myObject (attribute1 "attr1756") ) ) +(assert (myObject (attribute1 "attr1757") ) ) +(assert (myObject (attribute1 "attr1758") ) ) +(assert (myObject (attribute1 "attr1759") ) ) +(assert (myObject (attribute1 "attr1760") ) ) +(assert (myObject (attribute1 "attr1761") ) ) +(assert (myObject (attribute1 "attr1762") ) ) +(assert (myObject (attribute1 "attr1763") ) ) +(assert (myObject (attribute1 "attr1764") ) ) +(assert (myObject (attribute1 "attr1765") ) ) +(assert (myObject (attribute1 "attr1766") ) ) +(assert (myObject (attribute1 "attr1767") ) ) +(assert (myObject (attribute1 "attr1768") ) ) +(assert (myObject (attribute1 "attr1769") ) ) +(assert (myObject (attribute1 "attr1770") ) ) +(assert (myObject (attribute1 "attr1771") ) ) +(assert (myObject (attribute1 "attr1772") ) ) +(assert (myObject (attribute1 "attr1773") ) ) +(assert (myObject (attribute1 "attr1774") ) ) +(assert (myObject (attribute1 "attr1775") ) ) +(assert (myObject (attribute1 "attr1776") ) ) +(assert (myObject (attribute1 "attr1777") ) ) +(assert (myObject (attribute1 "attr1778") ) ) +(assert (myObject (attribute1 "attr1779") ) ) +(assert (myObject (attribute1 "attr1780") ) ) +(assert (myObject (attribute1 "attr1781") ) ) +(assert (myObject (attribute1 "attr1782") ) ) +(assert (myObject (attribute1 "attr1783") ) ) +(assert (myObject (attribute1 "attr1784") ) ) +(assert (myObject (attribute1 "attr1785") ) ) +(assert (myObject (attribute1 "attr1786") ) ) +(assert (myObject (attribute1 "attr1787") ) ) +(assert (myObject (attribute1 "attr1788") ) ) +(assert (myObject (attribute1 "attr1789") ) ) +(assert (myObject (attribute1 "attr1790") ) ) +(assert (myObject (attribute1 "attr1791") ) ) +(assert (myObject (attribute1 "attr1792") ) ) +(assert (myObject (attribute1 "attr1793") ) ) +(assert (myObject (attribute1 "attr1794") ) ) +(assert (myObject (attribute1 "attr1795") ) ) +(assert (myObject (attribute1 "attr1796") ) ) +(assert (myObject (attribute1 "attr1797") ) ) +(assert (myObject (attribute1 "attr1798") ) ) +(assert (myObject (attribute1 "attr1799") ) ) +(assert (myObject (attribute1 "attr1800") ) ) +(assert (myObject (attribute1 "attr1801") ) ) +(assert (myObject (attribute1 "attr1802") ) ) +(assert (myObject (attribute1 "attr1803") ) ) +(assert (myObject (attribute1 "attr1804") ) ) +(assert (myObject (attribute1 "attr1805") ) ) +(assert (myObject (attribute1 "attr1806") ) ) +(assert (myObject (attribute1 "attr1807") ) ) +(assert (myObject (attribute1 "attr1808") ) ) +(assert (myObject (attribute1 "attr1809") ) ) +(assert (myObject (attribute1 "attr1810") ) ) +(assert (myObject (attribute1 "attr1811") ) ) +(assert (myObject (attribute1 "attr1812") ) ) +(assert (myObject (attribute1 "attr1813") ) ) +(assert (myObject (attribute1 "attr1814") ) ) +(assert (myObject (attribute1 "attr1815") ) ) +(assert (myObject (attribute1 "attr1816") ) ) +(assert (myObject (attribute1 "attr1817") ) ) +(assert (myObject (attribute1 "attr1818") ) ) +(assert (myObject (attribute1 "attr1819") ) ) +(assert (myObject (attribute1 "attr1820") ) ) +(assert (myObject (attribute1 "attr1821") ) ) +(assert (myObject (attribute1 "attr1822") ) ) +(assert (myObject (attribute1 "attr1823") ) ) +(assert (myObject (attribute1 "attr1824") ) ) +(assert (myObject (attribute1 "attr1825") ) ) +(assert (myObject (attribute1 "attr1826") ) ) +(assert (myObject (attribute1 "attr1827") ) ) +(assert (myObject (attribute1 "attr1828") ) ) +(assert (myObject (attribute1 "attr1829") ) ) +(assert (myObject (attribute1 "attr1830") ) ) +(assert (myObject (attribute1 "attr1831") ) ) +(assert (myObject (attribute1 "attr1832") ) ) +(assert (myObject (attribute1 "attr1833") ) ) +(assert (myObject (attribute1 "attr1834") ) ) +(assert (myObject (attribute1 "attr1835") ) ) +(assert (myObject (attribute1 "attr1836") ) ) +(assert (myObject (attribute1 "attr1837") ) ) +(assert (myObject (attribute1 "attr1838") ) ) +(assert (myObject (attribute1 "attr1839") ) ) +(assert (myObject (attribute1 "attr1840") ) ) +(assert (myObject (attribute1 "attr1841") ) ) +(assert (myObject (attribute1 "attr1842") ) ) +(assert (myObject (attribute1 "attr1843") ) ) +(assert (myObject (attribute1 "attr1844") ) ) +(assert (myObject (attribute1 "attr1845") ) ) +(assert (myObject (attribute1 "attr1846") ) ) +(assert (myObject (attribute1 "attr1847") ) ) +(assert (myObject (attribute1 "attr1848") ) ) +(assert (myObject (attribute1 "attr1849") ) ) +(assert (myObject (attribute1 "attr1850") ) ) +(assert (myObject (attribute1 "attr1851") ) ) +(assert (myObject (attribute1 "attr1852") ) ) +(assert (myObject (attribute1 "attr1853") ) ) +(assert (myObject (attribute1 "attr1854") ) ) +(assert (myObject (attribute1 "attr1855") ) ) +(assert (myObject (attribute1 "attr1856") ) ) +(assert (myObject (attribute1 "attr1857") ) ) +(assert (myObject (attribute1 "attr1858") ) ) +(assert (myObject (attribute1 "attr1859") ) ) +(assert (myObject (attribute1 "attr1860") ) ) +(assert (myObject (attribute1 "attr1861") ) ) +(assert (myObject (attribute1 "attr1862") ) ) +(assert (myObject (attribute1 "attr1863") ) ) +(assert (myObject (attribute1 "attr1864") ) ) +(assert (myObject (attribute1 "attr1865") ) ) +(assert (myObject (attribute1 "attr1866") ) ) +(assert (myObject (attribute1 "attr1867") ) ) +(assert (myObject (attribute1 "attr1868") ) ) +(assert (myObject (attribute1 "attr1869") ) ) +(assert (myObject (attribute1 "attr1870") ) ) +(assert (myObject (attribute1 "attr1871") ) ) +(assert (myObject (attribute1 "attr1872") ) ) +(assert (myObject (attribute1 "attr1873") ) ) +(assert (myObject (attribute1 "attr1874") ) ) +(assert (myObject (attribute1 "attr1875") ) ) +(assert (myObject (attribute1 "attr1876") ) ) +(assert (myObject (attribute1 "attr1877") ) ) +(assert (myObject (attribute1 "attr1878") ) ) +(assert (myObject (attribute1 "attr1879") ) ) +(assert (myObject (attribute1 "attr1880") ) ) +(assert (myObject (attribute1 "attr1881") ) ) +(assert (myObject (attribute1 "attr1882") ) ) +(assert (myObject (attribute1 "attr1883") ) ) +(assert (myObject (attribute1 "attr1884") ) ) +(assert (myObject (attribute1 "attr1885") ) ) +(assert (myObject (attribute1 "attr1886") ) ) +(assert (myObject (attribute1 "attr1887") ) ) +(assert (myObject (attribute1 "attr1888") ) ) +(assert (myObject (attribute1 "attr1889") ) ) +(assert (myObject (attribute1 "attr1890") ) ) +(assert (myObject (attribute1 "attr1891") ) ) +(assert (myObject (attribute1 "attr1892") ) ) +(assert (myObject (attribute1 "attr1893") ) ) +(assert (myObject (attribute1 "attr1894") ) ) +(assert (myObject (attribute1 "attr1895") ) ) +(assert (myObject (attribute1 "attr1896") ) ) +(assert (myObject (attribute1 "attr1897") ) ) +(assert (myObject (attribute1 "attr1898") ) ) +(assert (myObject (attribute1 "attr1899") ) ) +(assert (myObject (attribute1 "attr1900") ) ) +(assert (myObject (attribute1 "attr1901") ) ) +(assert (myObject (attribute1 "attr1902") ) ) +(assert (myObject (attribute1 "attr1903") ) ) +(assert (myObject (attribute1 "attr1904") ) ) +(assert (myObject (attribute1 "attr1905") ) ) +(assert (myObject (attribute1 "attr1906") ) ) +(assert (myObject (attribute1 "attr1907") ) ) +(assert (myObject (attribute1 "attr1908") ) ) +(assert (myObject (attribute1 "attr1909") ) ) +(assert (myObject (attribute1 "attr1910") ) ) +(assert (myObject (attribute1 "attr1911") ) ) +(assert (myObject (attribute1 "attr1912") ) ) +(assert (myObject (attribute1 "attr1913") ) ) +(assert (myObject (attribute1 "attr1914") ) ) +(assert (myObject (attribute1 "attr1915") ) ) +(assert (myObject (attribute1 "attr1916") ) ) +(assert (myObject (attribute1 "attr1917") ) ) +(assert (myObject (attribute1 "attr1918") ) ) +(assert (myObject (attribute1 "attr1919") ) ) +(assert (myObject (attribute1 "attr1920") ) ) +(assert (myObject (attribute1 "attr1921") ) ) +(assert (myObject (attribute1 "attr1922") ) ) +(assert (myObject (attribute1 "attr1923") ) ) +(assert (myObject (attribute1 "attr1924") ) ) +(assert (myObject (attribute1 "attr1925") ) ) +(assert (myObject (attribute1 "attr1926") ) ) +(assert (myObject (attribute1 "attr1927") ) ) +(assert (myObject (attribute1 "attr1928") ) ) +(assert (myObject (attribute1 "attr1929") ) ) +(assert (myObject (attribute1 "attr1930") ) ) +(assert (myObject (attribute1 "attr1931") ) ) +(assert (myObject (attribute1 "attr1932") ) ) +(assert (myObject (attribute1 "attr1933") ) ) +(assert (myObject (attribute1 "attr1934") ) ) +(assert (myObject (attribute1 "attr1935") ) ) +(assert (myObject (attribute1 "attr1936") ) ) +(assert (myObject (attribute1 "attr1937") ) ) +(assert (myObject (attribute1 "attr1938") ) ) +(assert (myObject (attribute1 "attr1939") ) ) +(assert (myObject (attribute1 "attr1940") ) ) +(assert (myObject (attribute1 "attr1941") ) ) +(assert (myObject (attribute1 "attr1942") ) ) +(assert (myObject (attribute1 "attr1943") ) ) +(assert (myObject (attribute1 "attr1944") ) ) +(assert (myObject (attribute1 "attr1945") ) ) +(assert (myObject (attribute1 "attr1946") ) ) +(assert (myObject (attribute1 "attr1947") ) ) +(assert (myObject (attribute1 "attr1948") ) ) +(assert (myObject (attribute1 "attr1949") ) ) +(assert (myObject (attribute1 "attr1950") ) ) +(assert (myObject (attribute1 "attr1951") ) ) +(assert (myObject (attribute1 "attr1952") ) ) +(assert (myObject (attribute1 "attr1953") ) ) +(assert (myObject (attribute1 "attr1954") ) ) +(assert (myObject (attribute1 "attr1955") ) ) +(assert (myObject (attribute1 "attr1956") ) ) +(assert (myObject (attribute1 "attr1957") ) ) +(assert (myObject (attribute1 "attr1958") ) ) +(assert (myObject (attribute1 "attr1959") ) ) +(assert (myObject (attribute1 "attr1960") ) ) +(assert (myObject (attribute1 "attr1961") ) ) +(assert (myObject (attribute1 "attr1962") ) ) +(assert (myObject (attribute1 "attr1963") ) ) +(assert (myObject (attribute1 "attr1964") ) ) +(assert (myObject (attribute1 "attr1965") ) ) +(assert (myObject (attribute1 "attr1966") ) ) +(assert (myObject (attribute1 "attr1967") ) ) +(assert (myObject (attribute1 "attr1968") ) ) +(assert (myObject (attribute1 "attr1969") ) ) +(assert (myObject (attribute1 "attr1970") ) ) +(assert (myObject (attribute1 "attr1971") ) ) +(assert (myObject (attribute1 "attr1972") ) ) +(assert (myObject (attribute1 "attr1973") ) ) +(assert (myObject (attribute1 "attr1974") ) ) +(assert (myObject (attribute1 "attr1975") ) ) +(assert (myObject (attribute1 "attr1976") ) ) +(assert (myObject (attribute1 "attr1977") ) ) +(assert (myObject (attribute1 "attr1978") ) ) +(assert (myObject (attribute1 "attr1979") ) ) +(assert (myObject (attribute1 "attr1980") ) ) +(assert (myObject (attribute1 "attr1981") ) ) +(assert (myObject (attribute1 "attr1982") ) ) +(assert (myObject (attribute1 "attr1983") ) ) +(assert (myObject (attribute1 "attr1984") ) ) +(assert (myObject (attribute1 "attr1985") ) ) +(assert (myObject (attribute1 "attr1986") ) ) +(assert (myObject (attribute1 "attr1987") ) ) +(assert (myObject (attribute1 "attr1988") ) ) +(assert (myObject (attribute1 "attr1989") ) ) +(assert (myObject (attribute1 "attr1990") ) ) +(assert (myObject (attribute1 "attr1991") ) ) +(assert (myObject (attribute1 "attr1992") ) ) +(assert (myObject (attribute1 "attr1993") ) ) +(assert (myObject (attribute1 "attr1994") ) ) +(assert (myObject (attribute1 "attr1995") ) ) +(assert (myObject (attribute1 "attr1996") ) ) +(assert (myObject (attribute1 "attr1997") ) ) +(assert (myObject (attribute1 "attr1998") ) ) +(assert (myObject (attribute1 "attr1999") ) ) +(assert (myObject (attribute1 "attr2000") ) ) +(assert (myObject (attribute1 "attr2001") ) ) +(assert (myObject (attribute1 "attr2002") ) ) +(assert (myObject (attribute1 "attr2003") ) ) +(assert (myObject (attribute1 "attr2004") ) ) +(assert (myObject (attribute1 "attr2005") ) ) +(assert (myObject (attribute1 "attr2006") ) ) +(assert (myObject (attribute1 "attr2007") ) ) +(assert (myObject (attribute1 "attr2008") ) ) +(assert (myObject (attribute1 "attr2009") ) ) +(assert (myObject (attribute1 "attr2010") ) ) +(assert (myObject (attribute1 "attr2011") ) ) +(assert (myObject (attribute1 "attr2012") ) ) +(assert (myObject (attribute1 "attr2013") ) ) +(assert (myObject (attribute1 "attr2014") ) ) +(assert (myObject (attribute1 "attr2015") ) ) +(assert (myObject (attribute1 "attr2016") ) ) +(assert (myObject (attribute1 "attr2017") ) ) +(assert (myObject (attribute1 "attr2018") ) ) +(assert (myObject (attribute1 "attr2019") ) ) +(assert (myObject (attribute1 "attr2020") ) ) +(assert (myObject (attribute1 "attr2021") ) ) +(assert (myObject (attribute1 "attr2022") ) ) +(assert (myObject (attribute1 "attr2023") ) ) +(assert (myObject (attribute1 "attr2024") ) ) +(assert (myObject (attribute1 "attr2025") ) ) +(assert (myObject (attribute1 "attr2026") ) ) +(assert (myObject (attribute1 "attr2027") ) ) +(assert (myObject (attribute1 "attr2028") ) ) +(assert (myObject (attribute1 "attr2029") ) ) +(assert (myObject (attribute1 "attr2030") ) ) +(assert (myObject (attribute1 "attr2031") ) ) +(assert (myObject (attribute1 "attr2032") ) ) +(assert (myObject (attribute1 "attr2033") ) ) +(assert (myObject (attribute1 "attr2034") ) ) +(assert (myObject (attribute1 "attr2035") ) ) +(assert (myObject (attribute1 "attr2036") ) ) +(assert (myObject (attribute1 "attr2037") ) ) +(assert (myObject (attribute1 "attr2038") ) ) +(assert (myObject (attribute1 "attr2039") ) ) +(assert (myObject (attribute1 "attr2040") ) ) +(assert (myObject (attribute1 "attr2041") ) ) +(assert (myObject (attribute1 "attr2042") ) ) +(assert (myObject (attribute1 "attr2043") ) ) +(assert (myObject (attribute1 "attr2044") ) ) +(assert (myObject (attribute1 "attr2045") ) ) +(assert (myObject (attribute1 "attr2046") ) ) +(assert (myObject (attribute1 "attr2047") ) ) +(assert (myObject (attribute1 "attr2048") ) ) +(assert (myObject (attribute1 "attr2049") ) ) +(assert (myObject (attribute1 "attr2050") ) ) +(assert (myObject (attribute1 "attr2051") ) ) +(assert (myObject (attribute1 "attr2052") ) ) +(assert (myObject (attribute1 "attr2053") ) ) +(assert (myObject (attribute1 "attr2054") ) ) +(assert (myObject (attribute1 "attr2055") ) ) +(assert (myObject (attribute1 "attr2056") ) ) +(assert (myObject (attribute1 "attr2057") ) ) +(assert (myObject (attribute1 "attr2058") ) ) +(assert (myObject (attribute1 "attr2059") ) ) +(assert (myObject (attribute1 "attr2060") ) ) +(assert (myObject (attribute1 "attr2061") ) ) +(assert (myObject (attribute1 "attr2062") ) ) +(assert (myObject (attribute1 "attr2063") ) ) +(assert (myObject (attribute1 "attr2064") ) ) +(assert (myObject (attribute1 "attr2065") ) ) +(assert (myObject (attribute1 "attr2066") ) ) +(assert (myObject (attribute1 "attr2067") ) ) +(assert (myObject (attribute1 "attr2068") ) ) +(assert (myObject (attribute1 "attr2069") ) ) +(assert (myObject (attribute1 "attr2070") ) ) +(assert (myObject (attribute1 "attr2071") ) ) +(assert (myObject (attribute1 "attr2072") ) ) +(assert (myObject (attribute1 "attr2073") ) ) +(assert (myObject (attribute1 "attr2074") ) ) +(assert (myObject (attribute1 "attr2075") ) ) +(assert (myObject (attribute1 "attr2076") ) ) +(assert (myObject (attribute1 "attr2077") ) ) +(assert (myObject (attribute1 "attr2078") ) ) +(assert (myObject (attribute1 "attr2079") ) ) +(assert (myObject (attribute1 "attr2080") ) ) +(assert (myObject (attribute1 "attr2081") ) ) +(assert (myObject (attribute1 "attr2082") ) ) +(assert (myObject (attribute1 "attr2083") ) ) +(assert (myObject (attribute1 "attr2084") ) ) +(assert (myObject (attribute1 "attr2085") ) ) +(assert (myObject (attribute1 "attr2086") ) ) +(assert (myObject (attribute1 "attr2087") ) ) +(assert (myObject (attribute1 "attr2088") ) ) +(assert (myObject (attribute1 "attr2089") ) ) +(assert (myObject (attribute1 "attr2090") ) ) +(assert (myObject (attribute1 "attr2091") ) ) +(assert (myObject (attribute1 "attr2092") ) ) +(assert (myObject (attribute1 "attr2093") ) ) +(assert (myObject (attribute1 "attr2094") ) ) +(assert (myObject (attribute1 "attr2095") ) ) +(assert (myObject (attribute1 "attr2096") ) ) +(assert (myObject (attribute1 "attr2097") ) ) +(assert (myObject (attribute1 "attr2098") ) ) +(assert (myObject (attribute1 "attr2099") ) ) +(assert (myObject (attribute1 "attr2100") ) ) +(assert (myObject (attribute1 "attr2101") ) ) +(assert (myObject (attribute1 "attr2102") ) ) +(assert (myObject (attribute1 "attr2103") ) ) +(assert (myObject (attribute1 "attr2104") ) ) +(assert (myObject (attribute1 "attr2105") ) ) +(assert (myObject (attribute1 "attr2106") ) ) +(assert (myObject (attribute1 "attr2107") ) ) +(assert (myObject (attribute1 "attr2108") ) ) +(assert (myObject (attribute1 "attr2109") ) ) +(assert (myObject (attribute1 "attr2110") ) ) +(assert (myObject (attribute1 "attr2111") ) ) +(assert (myObject (attribute1 "attr2112") ) ) +(assert (myObject (attribute1 "attr2113") ) ) +(assert (myObject (attribute1 "attr2114") ) ) +(assert (myObject (attribute1 "attr2115") ) ) +(assert (myObject (attribute1 "attr2116") ) ) +(assert (myObject (attribute1 "attr2117") ) ) +(assert (myObject (attribute1 "attr2118") ) ) +(assert (myObject (attribute1 "attr2119") ) ) +(assert (myObject (attribute1 "attr2120") ) ) +(assert (myObject (attribute1 "attr2121") ) ) +(assert (myObject (attribute1 "attr2122") ) ) +(assert (myObject (attribute1 "attr2123") ) ) +(assert (myObject (attribute1 "attr2124") ) ) +(assert (myObject (attribute1 "attr2125") ) ) +(assert (myObject (attribute1 "attr2126") ) ) +(assert (myObject (attribute1 "attr2127") ) ) +(assert (myObject (attribute1 "attr2128") ) ) +(assert (myObject (attribute1 "attr2129") ) ) +(assert (myObject (attribute1 "attr2130") ) ) +(assert (myObject (attribute1 "attr2131") ) ) +(assert (myObject (attribute1 "attr2132") ) ) +(assert (myObject (attribute1 "attr2133") ) ) +(assert (myObject (attribute1 "attr2134") ) ) +(assert (myObject (attribute1 "attr2135") ) ) +(assert (myObject (attribute1 "attr2136") ) ) +(assert (myObject (attribute1 "attr2137") ) ) +(assert (myObject (attribute1 "attr2138") ) ) +(assert (myObject (attribute1 "attr2139") ) ) +(assert (myObject (attribute1 "attr2140") ) ) +(assert (myObject (attribute1 "attr2141") ) ) +(assert (myObject (attribute1 "attr2142") ) ) +(assert (myObject (attribute1 "attr2143") ) ) +(assert (myObject (attribute1 "attr2144") ) ) +(assert (myObject (attribute1 "attr2145") ) ) +(assert (myObject (attribute1 "attr2146") ) ) +(assert (myObject (attribute1 "attr2147") ) ) +(assert (myObject (attribute1 "attr2148") ) ) +(assert (myObject (attribute1 "attr2149") ) ) +(assert (myObject (attribute1 "attr2150") ) ) +(assert (myObject (attribute1 "attr2151") ) ) +(assert (myObject (attribute1 "attr2152") ) ) +(assert (myObject (attribute1 "attr2153") ) ) +(assert (myObject (attribute1 "attr2154") ) ) +(assert (myObject (attribute1 "attr2155") ) ) +(assert (myObject (attribute1 "attr2156") ) ) +(assert (myObject (attribute1 "attr2157") ) ) +(assert (myObject (attribute1 "attr2158") ) ) +(assert (myObject (attribute1 "attr2159") ) ) +(assert (myObject (attribute1 "attr2160") ) ) +(assert (myObject (attribute1 "attr2161") ) ) +(assert (myObject (attribute1 "attr2162") ) ) +(assert (myObject (attribute1 "attr2163") ) ) +(assert (myObject (attribute1 "attr2164") ) ) +(assert (myObject (attribute1 "attr2165") ) ) +(assert (myObject (attribute1 "attr2166") ) ) +(assert (myObject (attribute1 "attr2167") ) ) +(assert (myObject (attribute1 "attr2168") ) ) +(assert (myObject (attribute1 "attr2169") ) ) +(assert (myObject (attribute1 "attr2170") ) ) +(assert (myObject (attribute1 "attr2171") ) ) +(assert (myObject (attribute1 "attr2172") ) ) +(assert (myObject (attribute1 "attr2173") ) ) +(assert (myObject (attribute1 "attr2174") ) ) +(assert (myObject (attribute1 "attr2175") ) ) +(assert (myObject (attribute1 "attr2176") ) ) +(assert (myObject (attribute1 "attr2177") ) ) +(assert (myObject (attribute1 "attr2178") ) ) +(assert (myObject (attribute1 "attr2179") ) ) +(assert (myObject (attribute1 "attr2180") ) ) +(assert (myObject (attribute1 "attr2181") ) ) +(assert (myObject (attribute1 "attr2182") ) ) +(assert (myObject (attribute1 "attr2183") ) ) +(assert (myObject (attribute1 "attr2184") ) ) +(assert (myObject (attribute1 "attr2185") ) ) +(assert (myObject (attribute1 "attr2186") ) ) +(assert (myObject (attribute1 "attr2187") ) ) +(assert (myObject (attribute1 "attr2188") ) ) +(assert (myObject (attribute1 "attr2189") ) ) +(assert (myObject (attribute1 "attr2190") ) ) +(assert (myObject (attribute1 "attr2191") ) ) +(assert (myObject (attribute1 "attr2192") ) ) +(assert (myObject (attribute1 "attr2193") ) ) +(assert (myObject (attribute1 "attr2194") ) ) +(assert (myObject (attribute1 "attr2195") ) ) +(assert (myObject (attribute1 "attr2196") ) ) +(assert (myObject (attribute1 "attr2197") ) ) +(assert (myObject (attribute1 "attr2198") ) ) +(assert (myObject (attribute1 "attr2199") ) ) +(assert (myObject (attribute1 "attr2200") ) ) +(assert (myObject (attribute1 "attr2201") ) ) +(assert (myObject (attribute1 "attr2202") ) ) +(assert (myObject (attribute1 "attr2203") ) ) +(assert (myObject (attribute1 "attr2204") ) ) +(assert (myObject (attribute1 "attr2205") ) ) +(assert (myObject (attribute1 "attr2206") ) ) +(assert (myObject (attribute1 "attr2207") ) ) +(assert (myObject (attribute1 "attr2208") ) ) +(assert (myObject (attribute1 "attr2209") ) ) +(assert (myObject (attribute1 "attr2210") ) ) +(assert (myObject (attribute1 "attr2211") ) ) +(assert (myObject (attribute1 "attr2212") ) ) +(assert (myObject (attribute1 "attr2213") ) ) +(assert (myObject (attribute1 "attr2214") ) ) +(assert (myObject (attribute1 "attr2215") ) ) +(assert (myObject (attribute1 "attr2216") ) ) +(assert (myObject (attribute1 "attr2217") ) ) +(assert (myObject (attribute1 "attr2218") ) ) +(assert (myObject (attribute1 "attr2219") ) ) +(assert (myObject (attribute1 "attr2220") ) ) +(assert (myObject (attribute1 "attr2221") ) ) +(assert (myObject (attribute1 "attr2222") ) ) +(assert (myObject (attribute1 "attr2223") ) ) +(assert (myObject (attribute1 "attr2224") ) ) +(assert (myObject (attribute1 "attr2225") ) ) +(assert (myObject (attribute1 "attr2226") ) ) +(assert (myObject (attribute1 "attr2227") ) ) +(assert (myObject (attribute1 "attr2228") ) ) +(assert (myObject (attribute1 "attr2229") ) ) +(assert (myObject (attribute1 "attr2230") ) ) +(assert (myObject (attribute1 "attr2231") ) ) +(assert (myObject (attribute1 "attr2232") ) ) +(assert (myObject (attribute1 "attr2233") ) ) +(assert (myObject (attribute1 "attr2234") ) ) +(assert (myObject (attribute1 "attr2235") ) ) +(assert (myObject (attribute1 "attr2236") ) ) +(assert (myObject (attribute1 "attr2237") ) ) +(assert (myObject (attribute1 "attr2238") ) ) +(assert (myObject (attribute1 "attr2239") ) ) +(assert (myObject (attribute1 "attr2240") ) ) +(assert (myObject (attribute1 "attr2241") ) ) +(assert (myObject (attribute1 "attr2242") ) ) +(assert (myObject (attribute1 "attr2243") ) ) +(assert (myObject (attribute1 "attr2244") ) ) +(assert (myObject (attribute1 "attr2245") ) ) +(assert (myObject (attribute1 "attr2246") ) ) +(assert (myObject (attribute1 "attr2247") ) ) +(assert (myObject (attribute1 "attr2248") ) ) +(assert (myObject (attribute1 "attr2249") ) ) +(assert (myObject (attribute1 "attr2250") ) ) +(assert (myObject (attribute1 "attr2251") ) ) +(assert (myObject (attribute1 "attr2252") ) ) +(assert (myObject (attribute1 "attr2253") ) ) +(assert (myObject (attribute1 "attr2254") ) ) +(assert (myObject (attribute1 "attr2255") ) ) +(assert (myObject (attribute1 "attr2256") ) ) +(assert (myObject (attribute1 "attr2257") ) ) +(assert (myObject (attribute1 "attr2258") ) ) +(assert (myObject (attribute1 "attr2259") ) ) +(assert (myObject (attribute1 "attr2260") ) ) +(assert (myObject (attribute1 "attr2261") ) ) +(assert (myObject (attribute1 "attr2262") ) ) +(assert (myObject (attribute1 "attr2263") ) ) +(assert (myObject (attribute1 "attr2264") ) ) +(assert (myObject (attribute1 "attr2265") ) ) +(assert (myObject (attribute1 "attr2266") ) ) +(assert (myObject (attribute1 "attr2267") ) ) +(assert (myObject (attribute1 "attr2268") ) ) +(assert (myObject (attribute1 "attr2269") ) ) +(assert (myObject (attribute1 "attr2270") ) ) +(assert (myObject (attribute1 "attr2271") ) ) +(assert (myObject (attribute1 "attr2272") ) ) +(assert (myObject (attribute1 "attr2273") ) ) +(assert (myObject (attribute1 "attr2274") ) ) +(assert (myObject (attribute1 "attr2275") ) ) +(assert (myObject (attribute1 "attr2276") ) ) +(assert (myObject (attribute1 "attr2277") ) ) +(assert (myObject (attribute1 "attr2278") ) ) +(assert (myObject (attribute1 "attr2279") ) ) +(assert (myObject (attribute1 "attr2280") ) ) +(assert (myObject (attribute1 "attr2281") ) ) +(assert (myObject (attribute1 "attr2282") ) ) +(assert (myObject (attribute1 "attr2283") ) ) +(assert (myObject (attribute1 "attr2284") ) ) +(assert (myObject (attribute1 "attr2285") ) ) +(assert (myObject (attribute1 "attr2286") ) ) +(assert (myObject (attribute1 "attr2287") ) ) +(assert (myObject (attribute1 "attr2288") ) ) +(assert (myObject (attribute1 "attr2289") ) ) +(assert (myObject (attribute1 "attr2290") ) ) +(assert (myObject (attribute1 "attr2291") ) ) +(assert (myObject (attribute1 "attr2292") ) ) +(assert (myObject (attribute1 "attr2293") ) ) +(assert (myObject (attribute1 "attr2294") ) ) +(assert (myObject (attribute1 "attr2295") ) ) +(assert (myObject (attribute1 "attr2296") ) ) +(assert (myObject (attribute1 "attr2297") ) ) +(assert (myObject (attribute1 "attr2298") ) ) +(assert (myObject (attribute1 "attr2299") ) ) +(assert (myObject (attribute1 "attr2300") ) ) +(assert (myObject (attribute1 "attr2301") ) ) +(assert (myObject (attribute1 "attr2302") ) ) +(assert (myObject (attribute1 "attr2303") ) ) +(assert (myObject (attribute1 "attr2304") ) ) +(assert (myObject (attribute1 "attr2305") ) ) +(assert (myObject (attribute1 "attr2306") ) ) +(assert (myObject (attribute1 "attr2307") ) ) +(assert (myObject (attribute1 "attr2308") ) ) +(assert (myObject (attribute1 "attr2309") ) ) +(assert (myObject (attribute1 "attr2310") ) ) +(assert (myObject (attribute1 "attr2311") ) ) +(assert (myObject (attribute1 "attr2312") ) ) +(assert (myObject (attribute1 "attr2313") ) ) +(assert (myObject (attribute1 "attr2314") ) ) +(assert (myObject (attribute1 "attr2315") ) ) +(assert (myObject (attribute1 "attr2316") ) ) +(assert (myObject (attribute1 "attr2317") ) ) +(assert (myObject (attribute1 "attr2318") ) ) +(assert (myObject (attribute1 "attr2319") ) ) +(assert (myObject (attribute1 "attr2320") ) ) +(assert (myObject (attribute1 "attr2321") ) ) +(assert (myObject (attribute1 "attr2322") ) ) +(assert (myObject (attribute1 "attr2323") ) ) +(assert (myObject (attribute1 "attr2324") ) ) +(assert (myObject (attribute1 "attr2325") ) ) +(assert (myObject (attribute1 "attr2326") ) ) +(assert (myObject (attribute1 "attr2327") ) ) +(assert (myObject (attribute1 "attr2328") ) ) +(assert (myObject (attribute1 "attr2329") ) ) +(assert (myObject (attribute1 "attr2330") ) ) +(assert (myObject (attribute1 "attr2331") ) ) +(assert (myObject (attribute1 "attr2332") ) ) +(assert (myObject (attribute1 "attr2333") ) ) +(assert (myObject (attribute1 "attr2334") ) ) +(assert (myObject (attribute1 "attr2335") ) ) +(assert (myObject (attribute1 "attr2336") ) ) +(assert (myObject (attribute1 "attr2337") ) ) +(assert (myObject (attribute1 "attr2338") ) ) +(assert (myObject (attribute1 "attr2339") ) ) +(assert (myObject (attribute1 "attr2340") ) ) +(assert (myObject (attribute1 "attr2341") ) ) +(assert (myObject (attribute1 "attr2342") ) ) +(assert (myObject (attribute1 "attr2343") ) ) +(assert (myObject (attribute1 "attr2344") ) ) +(assert (myObject (attribute1 "attr2345") ) ) +(assert (myObject (attribute1 "attr2346") ) ) +(assert (myObject (attribute1 "attr2347") ) ) +(assert (myObject (attribute1 "attr2348") ) ) +(assert (myObject (attribute1 "attr2349") ) ) +(assert (myObject (attribute1 "attr2350") ) ) +(assert (myObject (attribute1 "attr2351") ) ) +(assert (myObject (attribute1 "attr2352") ) ) +(assert (myObject (attribute1 "attr2353") ) ) +(assert (myObject (attribute1 "attr2354") ) ) +(assert (myObject (attribute1 "attr2355") ) ) +(assert (myObject (attribute1 "attr2356") ) ) +(assert (myObject (attribute1 "attr2357") ) ) +(assert (myObject (attribute1 "attr2358") ) ) +(assert (myObject (attribute1 "attr2359") ) ) +(assert (myObject (attribute1 "attr2360") ) ) +(assert (myObject (attribute1 "attr2361") ) ) +(assert (myObject (attribute1 "attr2362") ) ) +(assert (myObject (attribute1 "attr2363") ) ) +(assert (myObject (attribute1 "attr2364") ) ) +(assert (myObject (attribute1 "attr2365") ) ) +(assert (myObject (attribute1 "attr2366") ) ) +(assert (myObject (attribute1 "attr2367") ) ) +(assert (myObject (attribute1 "attr2368") ) ) +(assert (myObject (attribute1 "attr2369") ) ) +(assert (myObject (attribute1 "attr2370") ) ) +(assert (myObject (attribute1 "attr2371") ) ) +(assert (myObject (attribute1 "attr2372") ) ) +(assert (myObject (attribute1 "attr2373") ) ) +(assert (myObject (attribute1 "attr2374") ) ) +(assert (myObject (attribute1 "attr2375") ) ) +(assert (myObject (attribute1 "attr2376") ) ) +(assert (myObject (attribute1 "attr2377") ) ) +(assert (myObject (attribute1 "attr2378") ) ) +(assert (myObject (attribute1 "attr2379") ) ) +(assert (myObject (attribute1 "attr2380") ) ) +(assert (myObject (attribute1 "attr2381") ) ) +(assert (myObject (attribute1 "attr2382") ) ) +(assert (myObject (attribute1 "attr2383") ) ) +(assert (myObject (attribute1 "attr2384") ) ) +(assert (myObject (attribute1 "attr2385") ) ) +(assert (myObject (attribute1 "attr2386") ) ) +(assert (myObject (attribute1 "attr2387") ) ) +(assert (myObject (attribute1 "attr2388") ) ) +(assert (myObject (attribute1 "attr2389") ) ) +(assert (myObject (attribute1 "attr2390") ) ) +(assert (myObject (attribute1 "attr2391") ) ) +(assert (myObject (attribute1 "attr2392") ) ) +(assert (myObject (attribute1 "attr2393") ) ) +(assert (myObject (attribute1 "attr2394") ) ) +(assert (myObject (attribute1 "attr2395") ) ) +(assert (myObject (attribute1 "attr2396") ) ) +(assert (myObject (attribute1 "attr2397") ) ) +(assert (myObject (attribute1 "attr2398") ) ) +(assert (myObject (attribute1 "attr2399") ) ) +(assert (myObject (attribute1 "attr2400") ) ) +(assert (myObject (attribute1 "attr2401") ) ) +(assert (myObject (attribute1 "attr2402") ) ) +(assert (myObject (attribute1 "attr2403") ) ) +(assert (myObject (attribute1 "attr2404") ) ) +(assert (myObject (attribute1 "attr2405") ) ) +(assert (myObject (attribute1 "attr2406") ) ) +(assert (myObject (attribute1 "attr2407") ) ) +(assert (myObject (attribute1 "attr2408") ) ) +(assert (myObject (attribute1 "attr2409") ) ) +(assert (myObject (attribute1 "attr2410") ) ) +(assert (myObject (attribute1 "attr2411") ) ) +(assert (myObject (attribute1 "attr2412") ) ) +(assert (myObject (attribute1 "attr2413") ) ) +(assert (myObject (attribute1 "attr2414") ) ) +(assert (myObject (attribute1 "attr2415") ) ) +(assert (myObject (attribute1 "attr2416") ) ) +(assert (myObject (attribute1 "attr2417") ) ) +(assert (myObject (attribute1 "attr2418") ) ) +(assert (myObject (attribute1 "attr2419") ) ) +(assert (myObject (attribute1 "attr2420") ) ) +(assert (myObject (attribute1 "attr2421") ) ) +(assert (myObject (attribute1 "attr2422") ) ) +(assert (myObject (attribute1 "attr2423") ) ) +(assert (myObject (attribute1 "attr2424") ) ) +(assert (myObject (attribute1 "attr2425") ) ) +(assert (myObject (attribute1 "attr2426") ) ) +(assert (myObject (attribute1 "attr2427") ) ) +(assert (myObject (attribute1 "attr2428") ) ) +(assert (myObject (attribute1 "attr2429") ) ) +(assert (myObject (attribute1 "attr2430") ) ) +(assert (myObject (attribute1 "attr2431") ) ) +(assert (myObject (attribute1 "attr2432") ) ) +(assert (myObject (attribute1 "attr2433") ) ) +(assert (myObject (attribute1 "attr2434") ) ) +(assert (myObject (attribute1 "attr2435") ) ) +(assert (myObject (attribute1 "attr2436") ) ) +(assert (myObject (attribute1 "attr2437") ) ) +(assert (myObject (attribute1 "attr2438") ) ) +(assert (myObject (attribute1 "attr2439") ) ) +(assert (myObject (attribute1 "attr2440") ) ) +(assert (myObject (attribute1 "attr2441") ) ) +(assert (myObject (attribute1 "attr2442") ) ) +(assert (myObject (attribute1 "attr2443") ) ) +(assert (myObject (attribute1 "attr2444") ) ) +(assert (myObject (attribute1 "attr2445") ) ) +(assert (myObject (attribute1 "attr2446") ) ) +(assert (myObject (attribute1 "attr2447") ) ) +(assert (myObject (attribute1 "attr2448") ) ) +(assert (myObject (attribute1 "attr2449") ) ) +(assert (myObject (attribute1 "attr2450") ) ) +(assert (myObject (attribute1 "attr2451") ) ) +(assert (myObject (attribute1 "attr2452") ) ) +(assert (myObject (attribute1 "attr2453") ) ) +(assert (myObject (attribute1 "attr2454") ) ) +(assert (myObject (attribute1 "attr2455") ) ) +(assert (myObject (attribute1 "attr2456") ) ) +(assert (myObject (attribute1 "attr2457") ) ) +(assert (myObject (attribute1 "attr2458") ) ) +(assert (myObject (attribute1 "attr2459") ) ) +(assert (myObject (attribute1 "attr2460") ) ) +(assert (myObject (attribute1 "attr2461") ) ) +(assert (myObject (attribute1 "attr2462") ) ) +(assert (myObject (attribute1 "attr2463") ) ) +(assert (myObject (attribute1 "attr2464") ) ) +(assert (myObject (attribute1 "attr2465") ) ) +(assert (myObject (attribute1 "attr2466") ) ) +(assert (myObject (attribute1 "attr2467") ) ) +(assert (myObject (attribute1 "attr2468") ) ) +(assert (myObject (attribute1 "attr2469") ) ) +(assert (myObject (attribute1 "attr2470") ) ) +(assert (myObject (attribute1 "attr2471") ) ) +(assert (myObject (attribute1 "attr2472") ) ) +(assert (myObject (attribute1 "attr2473") ) ) +(assert (myObject (attribute1 "attr2474") ) ) +(assert (myObject (attribute1 "attr2475") ) ) +(assert (myObject (attribute1 "attr2476") ) ) +(assert (myObject (attribute1 "attr2477") ) ) +(assert (myObject (attribute1 "attr2478") ) ) +(assert (myObject (attribute1 "attr2479") ) ) +(assert (myObject (attribute1 "attr2480") ) ) +(assert (myObject (attribute1 "attr2481") ) ) +(assert (myObject (attribute1 "attr2482") ) ) +(assert (myObject (attribute1 "attr2483") ) ) +(assert (myObject (attribute1 "attr2484") ) ) +(assert (myObject (attribute1 "attr2485") ) ) +(assert (myObject (attribute1 "attr2486") ) ) +(assert (myObject (attribute1 "attr2487") ) ) +(assert (myObject (attribute1 "attr2488") ) ) +(assert (myObject (attribute1 "attr2489") ) ) +(assert (myObject (attribute1 "attr2490") ) ) +(assert (myObject (attribute1 "attr2491") ) ) +(assert (myObject (attribute1 "attr2492") ) ) +(assert (myObject (attribute1 "attr2493") ) ) +(assert (myObject (attribute1 "attr2494") ) ) +(assert (myObject (attribute1 "attr2495") ) ) +(assert (myObject (attribute1 "attr2496") ) ) +(assert (myObject (attribute1 "attr2497") ) ) +(assert (myObject (attribute1 "attr2498") ) ) +(assert (myObject (attribute1 "attr2499") ) ) +(assert (myObject (attribute1 "attr2500") ) ) +(assert (myObject (attribute1 "attr2501") ) ) +(assert (myObject (attribute1 "attr2502") ) ) +(assert (myObject (attribute1 "attr2503") ) ) +(assert (myObject (attribute1 "attr2504") ) ) +(assert (myObject (attribute1 "attr2505") ) ) +(assert (myObject (attribute1 "attr2506") ) ) +(assert (myObject (attribute1 "attr2507") ) ) +(assert (myObject (attribute1 "attr2508") ) ) +(assert (myObject (attribute1 "attr2509") ) ) +(assert (myObject (attribute1 "attr2510") ) ) +(assert (myObject (attribute1 "attr2511") ) ) +(assert (myObject (attribute1 "attr2512") ) ) +(assert (myObject (attribute1 "attr2513") ) ) +(assert (myObject (attribute1 "attr2514") ) ) +(assert (myObject (attribute1 "attr2515") ) ) +(assert (myObject (attribute1 "attr2516") ) ) +(assert (myObject (attribute1 "attr2517") ) ) +(assert (myObject (attribute1 "attr2518") ) ) +(assert (myObject (attribute1 "attr2519") ) ) +(assert (myObject (attribute1 "attr2520") ) ) +(assert (myObject (attribute1 "attr2521") ) ) +(assert (myObject (attribute1 "attr2522") ) ) +(assert (myObject (attribute1 "attr2523") ) ) +(assert (myObject (attribute1 "attr2524") ) ) +(assert (myObject (attribute1 "attr2525") ) ) +(assert (myObject (attribute1 "attr2526") ) ) +(assert (myObject (attribute1 "attr2527") ) ) +(assert (myObject (attribute1 "attr2528") ) ) +(assert (myObject (attribute1 "attr2529") ) ) +(assert (myObject (attribute1 "attr2530") ) ) +(assert (myObject (attribute1 "attr2531") ) ) +(assert (myObject (attribute1 "attr2532") ) ) +(assert (myObject (attribute1 "attr2533") ) ) +(assert (myObject (attribute1 "attr2534") ) ) +(assert (myObject (attribute1 "attr2535") ) ) +(assert (myObject (attribute1 "attr2536") ) ) +(assert (myObject (attribute1 "attr2537") ) ) +(assert (myObject (attribute1 "attr2538") ) ) +(assert (myObject (attribute1 "attr2539") ) ) +(assert (myObject (attribute1 "attr2540") ) ) +(assert (myObject (attribute1 "attr2541") ) ) +(assert (myObject (attribute1 "attr2542") ) ) +(assert (myObject (attribute1 "attr2543") ) ) +(assert (myObject (attribute1 "attr2544") ) ) +(assert (myObject (attribute1 "attr2545") ) ) +(assert (myObject (attribute1 "attr2546") ) ) +(assert (myObject (attribute1 "attr2547") ) ) +(assert (myObject (attribute1 "attr2548") ) ) +(assert (myObject (attribute1 "attr2549") ) ) +(assert (myObject (attribute1 "attr2550") ) ) +(assert (myObject (attribute1 "attr2551") ) ) +(assert (myObject (attribute1 "attr2552") ) ) +(assert (myObject (attribute1 "attr2553") ) ) +(assert (myObject (attribute1 "attr2554") ) ) +(assert (myObject (attribute1 "attr2555") ) ) +(assert (myObject (attribute1 "attr2556") ) ) +(assert (myObject (attribute1 "attr2557") ) ) +(assert (myObject (attribute1 "attr2558") ) ) +(assert (myObject (attribute1 "attr2559") ) ) +(assert (myObject (attribute1 "attr2560") ) ) +(assert (myObject (attribute1 "attr2561") ) ) +(assert (myObject (attribute1 "attr2562") ) ) +(assert (myObject (attribute1 "attr2563") ) ) +(assert (myObject (attribute1 "attr2564") ) ) +(assert (myObject (attribute1 "attr2565") ) ) +(assert (myObject (attribute1 "attr2566") ) ) +(assert (myObject (attribute1 "attr2567") ) ) +(assert (myObject (attribute1 "attr2568") ) ) +(assert (myObject (attribute1 "attr2569") ) ) +(assert (myObject (attribute1 "attr2570") ) ) +(assert (myObject (attribute1 "attr2571") ) ) +(assert (myObject (attribute1 "attr2572") ) ) +(assert (myObject (attribute1 "attr2573") ) ) +(assert (myObject (attribute1 "attr2574") ) ) +(assert (myObject (attribute1 "attr2575") ) ) +(assert (myObject (attribute1 "attr2576") ) ) +(assert (myObject (attribute1 "attr2577") ) ) +(assert (myObject (attribute1 "attr2578") ) ) +(assert (myObject (attribute1 "attr2579") ) ) +(assert (myObject (attribute1 "attr2580") ) ) +(assert (myObject (attribute1 "attr2581") ) ) +(assert (myObject (attribute1 "attr2582") ) ) +(assert (myObject (attribute1 "attr2583") ) ) +(assert (myObject (attribute1 "attr2584") ) ) +(assert (myObject (attribute1 "attr2585") ) ) +(assert (myObject (attribute1 "attr2586") ) ) +(assert (myObject (attribute1 "attr2587") ) ) +(assert (myObject (attribute1 "attr2588") ) ) +(assert (myObject (attribute1 "attr2589") ) ) +(assert (myObject (attribute1 "attr2590") ) ) +(assert (myObject (attribute1 "attr2591") ) ) +(assert (myObject (attribute1 "attr2592") ) ) +(assert (myObject (attribute1 "attr2593") ) ) +(assert (myObject (attribute1 "attr2594") ) ) +(assert (myObject (attribute1 "attr2595") ) ) +(assert (myObject (attribute1 "attr2596") ) ) +(assert (myObject (attribute1 "attr2597") ) ) +(assert (myObject (attribute1 "attr2598") ) ) +(assert (myObject (attribute1 "attr2599") ) ) +(assert (myObject (attribute1 "attr2600") ) ) +(assert (myObject (attribute1 "attr2601") ) ) +(assert (myObject (attribute1 "attr2602") ) ) +(assert (myObject (attribute1 "attr2603") ) ) +(assert (myObject (attribute1 "attr2604") ) ) +(assert (myObject (attribute1 "attr2605") ) ) +(assert (myObject (attribute1 "attr2606") ) ) +(assert (myObject (attribute1 "attr2607") ) ) +(assert (myObject (attribute1 "attr2608") ) ) +(assert (myObject (attribute1 "attr2609") ) ) +(assert (myObject (attribute1 "attr2610") ) ) +(assert (myObject (attribute1 "attr2611") ) ) +(assert (myObject (attribute1 "attr2612") ) ) +(assert (myObject (attribute1 "attr2613") ) ) +(assert (myObject (attribute1 "attr2614") ) ) +(assert (myObject (attribute1 "attr2615") ) ) +(assert (myObject (attribute1 "attr2616") ) ) +(assert (myObject (attribute1 "attr2617") ) ) +(assert (myObject (attribute1 "attr2618") ) ) +(assert (myObject (attribute1 "attr2619") ) ) +(assert (myObject (attribute1 "attr2620") ) ) +(assert (myObject (attribute1 "attr2621") ) ) +(assert (myObject (attribute1 "attr2622") ) ) +(assert (myObject (attribute1 "attr2623") ) ) +(assert (myObject (attribute1 "attr2624") ) ) +(assert (myObject (attribute1 "attr2625") ) ) +(assert (myObject (attribute1 "attr2626") ) ) +(assert (myObject (attribute1 "attr2627") ) ) +(assert (myObject (attribute1 "attr2628") ) ) +(assert (myObject (attribute1 "attr2629") ) ) +(assert (myObject (attribute1 "attr2630") ) ) +(assert (myObject (attribute1 "attr2631") ) ) +(assert (myObject (attribute1 "attr2632") ) ) +(assert (myObject (attribute1 "attr2633") ) ) +(assert (myObject (attribute1 "attr2634") ) ) +(assert (myObject (attribute1 "attr2635") ) ) +(assert (myObject (attribute1 "attr2636") ) ) +(assert (myObject (attribute1 "attr2637") ) ) +(assert (myObject (attribute1 "attr2638") ) ) +(assert (myObject (attribute1 "attr2639") ) ) +(assert (myObject (attribute1 "attr2640") ) ) +(assert (myObject (attribute1 "attr2641") ) ) +(assert (myObject (attribute1 "attr2642") ) ) +(assert (myObject (attribute1 "attr2643") ) ) +(assert (myObject (attribute1 "attr2644") ) ) +(assert (myObject (attribute1 "attr2645") ) ) +(assert (myObject (attribute1 "attr2646") ) ) +(assert (myObject (attribute1 "attr2647") ) ) +(assert (myObject (attribute1 "attr2648") ) ) +(assert (myObject (attribute1 "attr2649") ) ) +(assert (myObject (attribute1 "attr2650") ) ) +(assert (myObject (attribute1 "attr2651") ) ) +(assert (myObject (attribute1 "attr2652") ) ) +(assert (myObject (attribute1 "attr2653") ) ) +(assert (myObject (attribute1 "attr2654") ) ) +(assert (myObject (attribute1 "attr2655") ) ) +(assert (myObject (attribute1 "attr2656") ) ) +(assert (myObject (attribute1 "attr2657") ) ) +(assert (myObject (attribute1 "attr2658") ) ) +(assert (myObject (attribute1 "attr2659") ) ) +(assert (myObject (attribute1 "attr2660") ) ) +(assert (myObject (attribute1 "attr2661") ) ) +(assert (myObject (attribute1 "attr2662") ) ) +(assert (myObject (attribute1 "attr2663") ) ) +(assert (myObject (attribute1 "attr2664") ) ) +(assert (myObject (attribute1 "attr2665") ) ) +(assert (myObject (attribute1 "attr2666") ) ) +(assert (myObject (attribute1 "attr2667") ) ) +(assert (myObject (attribute1 "attr2668") ) ) +(assert (myObject (attribute1 "attr2669") ) ) +(assert (myObject (attribute1 "attr2670") ) ) +(assert (myObject (attribute1 "attr2671") ) ) +(assert (myObject (attribute1 "attr2672") ) ) +(assert (myObject (attribute1 "attr2673") ) ) +(assert (myObject (attribute1 "attr2674") ) ) +(assert (myObject (attribute1 "attr2675") ) ) +(assert (myObject (attribute1 "attr2676") ) ) +(assert (myObject (attribute1 "attr2677") ) ) +(assert (myObject (attribute1 "attr2678") ) ) +(assert (myObject (attribute1 "attr2679") ) ) +(assert (myObject (attribute1 "attr2680") ) ) +(assert (myObject (attribute1 "attr2681") ) ) +(assert (myObject (attribute1 "attr2682") ) ) +(assert (myObject (attribute1 "attr2683") ) ) +(assert (myObject (attribute1 "attr2684") ) ) +(assert (myObject (attribute1 "attr2685") ) ) +(assert (myObject (attribute1 "attr2686") ) ) +(assert (myObject (attribute1 "attr2687") ) ) +(assert (myObject (attribute1 "attr2688") ) ) +(assert (myObject (attribute1 "attr2689") ) ) +(assert (myObject (attribute1 "attr2690") ) ) +(assert (myObject (attribute1 "attr2691") ) ) +(assert (myObject (attribute1 "attr2692") ) ) +(assert (myObject (attribute1 "attr2693") ) ) +(assert (myObject (attribute1 "attr2694") ) ) +(assert (myObject (attribute1 "attr2695") ) ) +(assert (myObject (attribute1 "attr2696") ) ) +(assert (myObject (attribute1 "attr2697") ) ) +(assert (myObject (attribute1 "attr2698") ) ) +(assert (myObject (attribute1 "attr2699") ) ) +(assert (myObject (attribute1 "attr2700") ) ) +(assert (myObject (attribute1 "attr2701") ) ) +(assert (myObject (attribute1 "attr2702") ) ) +(assert (myObject (attribute1 "attr2703") ) ) +(assert (myObject (attribute1 "attr2704") ) ) +(assert (myObject (attribute1 "attr2705") ) ) +(assert (myObject (attribute1 "attr2706") ) ) +(assert (myObject (attribute1 "attr2707") ) ) +(assert (myObject (attribute1 "attr2708") ) ) +(assert (myObject (attribute1 "attr2709") ) ) +(assert (myObject (attribute1 "attr2710") ) ) +(assert (myObject (attribute1 "attr2711") ) ) +(assert (myObject (attribute1 "attr2712") ) ) +(assert (myObject (attribute1 "attr2713") ) ) +(assert (myObject (attribute1 "attr2714") ) ) +(assert (myObject (attribute1 "attr2715") ) ) +(assert (myObject (attribute1 "attr2716") ) ) +(assert (myObject (attribute1 "attr2717") ) ) +(assert (myObject (attribute1 "attr2718") ) ) +(assert (myObject (attribute1 "attr2719") ) ) +(assert (myObject (attribute1 "attr2720") ) ) +(assert (myObject (attribute1 "attr2721") ) ) +(assert (myObject (attribute1 "attr2722") ) ) +(assert (myObject (attribute1 "attr2723") ) ) +(assert (myObject (attribute1 "attr2724") ) ) +(assert (myObject (attribute1 "attr2725") ) ) +(assert (myObject (attribute1 "attr2726") ) ) +(assert (myObject (attribute1 "attr2727") ) ) +(assert (myObject (attribute1 "attr2728") ) ) +(assert (myObject (attribute1 "attr2729") ) ) +(assert (myObject (attribute1 "attr2730") ) ) +(assert (myObject (attribute1 "attr2731") ) ) +(assert (myObject (attribute1 "attr2732") ) ) +(assert (myObject (attribute1 "attr2733") ) ) +(assert (myObject (attribute1 "attr2734") ) ) +(assert (myObject (attribute1 "attr2735") ) ) +(assert (myObject (attribute1 "attr2736") ) ) +(assert (myObject (attribute1 "attr2737") ) ) +(assert (myObject (attribute1 "attr2738") ) ) +(assert (myObject (attribute1 "attr2739") ) ) +(assert (myObject (attribute1 "attr2740") ) ) +(assert (myObject (attribute1 "attr2741") ) ) +(assert (myObject (attribute1 "attr2742") ) ) +(assert (myObject (attribute1 "attr2743") ) ) +(assert (myObject (attribute1 "attr2744") ) ) +(assert (myObject (attribute1 "attr2745") ) ) +(assert (myObject (attribute1 "attr2746") ) ) +(assert (myObject (attribute1 "attr2747") ) ) +(assert (myObject (attribute1 "attr2748") ) ) +(assert (myObject (attribute1 "attr2749") ) ) +(assert (myObject (attribute1 "attr2750") ) ) +(assert (myObject (attribute1 "attr2751") ) ) +(assert (myObject (attribute1 "attr2752") ) ) +(assert (myObject (attribute1 "attr2753") ) ) +(assert (myObject (attribute1 "attr2754") ) ) +(assert (myObject (attribute1 "attr2755") ) ) +(assert (myObject (attribute1 "attr2756") ) ) +(assert (myObject (attribute1 "attr2757") ) ) +(assert (myObject (attribute1 "attr2758") ) ) +(assert (myObject (attribute1 "attr2759") ) ) +(assert (myObject (attribute1 "attr2760") ) ) +(assert (myObject (attribute1 "attr2761") ) ) +(assert (myObject (attribute1 "attr2762") ) ) +(assert (myObject (attribute1 "attr2763") ) ) +(assert (myObject (attribute1 "attr2764") ) ) +(assert (myObject (attribute1 "attr2765") ) ) +(assert (myObject (attribute1 "attr2766") ) ) +(assert (myObject (attribute1 "attr2767") ) ) +(assert (myObject (attribute1 "attr2768") ) ) +(assert (myObject (attribute1 "attr2769") ) ) +(assert (myObject (attribute1 "attr2770") ) ) +(assert (myObject (attribute1 "attr2771") ) ) +(assert (myObject (attribute1 "attr2772") ) ) +(assert (myObject (attribute1 "attr2773") ) ) +(assert (myObject (attribute1 "attr2774") ) ) +(assert (myObject (attribute1 "attr2775") ) ) +(assert (myObject (attribute1 "attr2776") ) ) +(assert (myObject (attribute1 "attr2777") ) ) +(assert (myObject (attribute1 "attr2778") ) ) +(assert (myObject (attribute1 "attr2779") ) ) +(assert (myObject (attribute1 "attr2780") ) ) +(assert (myObject (attribute1 "attr2781") ) ) +(assert (myObject (attribute1 "attr2782") ) ) +(assert (myObject (attribute1 "attr2783") ) ) +(assert (myObject (attribute1 "attr2784") ) ) +(assert (myObject (attribute1 "attr2785") ) ) +(assert (myObject (attribute1 "attr2786") ) ) +(assert (myObject (attribute1 "attr2787") ) ) +(assert (myObject (attribute1 "attr2788") ) ) +(assert (myObject (attribute1 "attr2789") ) ) +(assert (myObject (attribute1 "attr2790") ) ) +(assert (myObject (attribute1 "attr2791") ) ) +(assert (myObject (attribute1 "attr2792") ) ) +(assert (myObject (attribute1 "attr2793") ) ) +(assert (myObject (attribute1 "attr2794") ) ) +(assert (myObject (attribute1 "attr2795") ) ) +(assert (myObject (attribute1 "attr2796") ) ) +(assert (myObject (attribute1 "attr2797") ) ) +(assert (myObject (attribute1 "attr2798") ) ) +(assert (myObject (attribute1 "attr2799") ) ) +(assert (myObject (attribute1 "attr2800") ) ) +(assert (myObject (attribute1 "attr2801") ) ) +(assert (myObject (attribute1 "attr2802") ) ) +(assert (myObject (attribute1 "attr2803") ) ) +(assert (myObject (attribute1 "attr2804") ) ) +(assert (myObject (attribute1 "attr2805") ) ) +(assert (myObject (attribute1 "attr2806") ) ) +(assert (myObject (attribute1 "attr2807") ) ) +(assert (myObject (attribute1 "attr2808") ) ) +(assert (myObject (attribute1 "attr2809") ) ) +(assert (myObject (attribute1 "attr2810") ) ) +(assert (myObject (attribute1 "attr2811") ) ) +(assert (myObject (attribute1 "attr2812") ) ) +(assert (myObject (attribute1 "attr2813") ) ) +(assert (myObject (attribute1 "attr2814") ) ) +(assert (myObject (attribute1 "attr2815") ) ) +(assert (myObject (attribute1 "attr2816") ) ) +(assert (myObject (attribute1 "attr2817") ) ) +(assert (myObject (attribute1 "attr2818") ) ) +(assert (myObject (attribute1 "attr2819") ) ) +(assert (myObject (attribute1 "attr2820") ) ) +(assert (myObject (attribute1 "attr2821") ) ) +(assert (myObject (attribute1 "attr2822") ) ) +(assert (myObject (attribute1 "attr2823") ) ) +(assert (myObject (attribute1 "attr2824") ) ) +(assert (myObject (attribute1 "attr2825") ) ) +(assert (myObject (attribute1 "attr2826") ) ) +(assert (myObject (attribute1 "attr2827") ) ) +(assert (myObject (attribute1 "attr2828") ) ) +(assert (myObject (attribute1 "attr2829") ) ) +(assert (myObject (attribute1 "attr2830") ) ) +(assert (myObject (attribute1 "attr2831") ) ) +(assert (myObject (attribute1 "attr2832") ) ) +(assert (myObject (attribute1 "attr2833") ) ) +(assert (myObject (attribute1 "attr2834") ) ) +(assert (myObject (attribute1 "attr2835") ) ) +(assert (myObject (attribute1 "attr2836") ) ) +(assert (myObject (attribute1 "attr2837") ) ) +(assert (myObject (attribute1 "attr2838") ) ) +(assert (myObject (attribute1 "attr2839") ) ) +(assert (myObject (attribute1 "attr2840") ) ) +(assert (myObject (attribute1 "attr2841") ) ) +(assert (myObject (attribute1 "attr2842") ) ) +(assert (myObject (attribute1 "attr2843") ) ) +(assert (myObject (attribute1 "attr2844") ) ) +(assert (myObject (attribute1 "attr2845") ) ) +(assert (myObject (attribute1 "attr2846") ) ) +(assert (myObject (attribute1 "attr2847") ) ) +(assert (myObject (attribute1 "attr2848") ) ) +(assert (myObject (attribute1 "attr2849") ) ) +(assert (myObject (attribute1 "attr2850") ) ) +(assert (myObject (attribute1 "attr2851") ) ) +(assert (myObject (attribute1 "attr2852") ) ) +(assert (myObject (attribute1 "attr2853") ) ) +(assert (myObject (attribute1 "attr2854") ) ) +(assert (myObject (attribute1 "attr2855") ) ) +(assert (myObject (attribute1 "attr2856") ) ) +(assert (myObject (attribute1 "attr2857") ) ) +(assert (myObject (attribute1 "attr2858") ) ) +(assert (myObject (attribute1 "attr2859") ) ) +(assert (myObject (attribute1 "attr2860") ) ) +(assert (myObject (attribute1 "attr2861") ) ) +(assert (myObject (attribute1 "attr2862") ) ) +(assert (myObject (attribute1 "attr2863") ) ) +(assert (myObject (attribute1 "attr2864") ) ) +(assert (myObject (attribute1 "attr2865") ) ) +(assert (myObject (attribute1 "attr2866") ) ) +(assert (myObject (attribute1 "attr2867") ) ) +(assert (myObject (attribute1 "attr2868") ) ) +(assert (myObject (attribute1 "attr2869") ) ) +(assert (myObject (attribute1 "attr2870") ) ) +(assert (myObject (attribute1 "attr2871") ) ) +(assert (myObject (attribute1 "attr2872") ) ) +(assert (myObject (attribute1 "attr2873") ) ) +(assert (myObject (attribute1 "attr2874") ) ) +(assert (myObject (attribute1 "attr2875") ) ) +(assert (myObject (attribute1 "attr2876") ) ) +(assert (myObject (attribute1 "attr2877") ) ) +(assert (myObject (attribute1 "attr2878") ) ) +(assert (myObject (attribute1 "attr2879") ) ) +(assert (myObject (attribute1 "attr2880") ) ) +(assert (myObject (attribute1 "attr2881") ) ) +(assert (myObject (attribute1 "attr2882") ) ) +(assert (myObject (attribute1 "attr2883") ) ) +(assert (myObject (attribute1 "attr2884") ) ) +(assert (myObject (attribute1 "attr2885") ) ) +(assert (myObject (attribute1 "attr2886") ) ) +(assert (myObject (attribute1 "attr2887") ) ) +(assert (myObject (attribute1 "attr2888") ) ) +(assert (myObject (attribute1 "attr2889") ) ) +(assert (myObject (attribute1 "attr2890") ) ) +(assert (myObject (attribute1 "attr2891") ) ) +(assert (myObject (attribute1 "attr2892") ) ) +(assert (myObject (attribute1 "attr2893") ) ) +(assert (myObject (attribute1 "attr2894") ) ) +(assert (myObject (attribute1 "attr2895") ) ) +(assert (myObject (attribute1 "attr2896") ) ) +(assert (myObject (attribute1 "attr2897") ) ) +(assert (myObject (attribute1 "attr2898") ) ) +(assert (myObject (attribute1 "attr2899") ) ) +(assert (myObject (attribute1 "attr2900") ) ) +(assert (myObject (attribute1 "attr2901") ) ) +(assert (myObject (attribute1 "attr2902") ) ) +(assert (myObject (attribute1 "attr2903") ) ) +(assert (myObject (attribute1 "attr2904") ) ) +(assert (myObject (attribute1 "attr2905") ) ) +(assert (myObject (attribute1 "attr2906") ) ) +(assert (myObject (attribute1 "attr2907") ) ) +(assert (myObject (attribute1 "attr2908") ) ) +(assert (myObject (attribute1 "attr2909") ) ) +(assert (myObject (attribute1 "attr2910") ) ) +(assert (myObject (attribute1 "attr2911") ) ) +(assert (myObject (attribute1 "attr2912") ) ) +(assert (myObject (attribute1 "attr2913") ) ) +(assert (myObject (attribute1 "attr2914") ) ) +(assert (myObject (attribute1 "attr2915") ) ) +(assert (myObject (attribute1 "attr2916") ) ) +(assert (myObject (attribute1 "attr2917") ) ) +(assert (myObject (attribute1 "attr2918") ) ) +(assert (myObject (attribute1 "attr2919") ) ) +(assert (myObject (attribute1 "attr2920") ) ) +(assert (myObject (attribute1 "attr2921") ) ) +(assert (myObject (attribute1 "attr2922") ) ) +(assert (myObject (attribute1 "attr2923") ) ) +(assert (myObject (attribute1 "attr2924") ) ) +(assert (myObject (attribute1 "attr2925") ) ) +(assert (myObject (attribute1 "attr2926") ) ) +(assert (myObject (attribute1 "attr2927") ) ) +(assert (myObject (attribute1 "attr2928") ) ) +(assert (myObject (attribute1 "attr2929") ) ) +(assert (myObject (attribute1 "attr2930") ) ) +(assert (myObject (attribute1 "attr2931") ) ) +(assert (myObject (attribute1 "attr2932") ) ) +(assert (myObject (attribute1 "attr2933") ) ) +(assert (myObject (attribute1 "attr2934") ) ) +(assert (myObject (attribute1 "attr2935") ) ) +(assert (myObject (attribute1 "attr2936") ) ) +(assert (myObject (attribute1 "attr2937") ) ) +(assert (myObject (attribute1 "attr2938") ) ) +(assert (myObject (attribute1 "attr2939") ) ) +(assert (myObject (attribute1 "attr2940") ) ) +(assert (myObject (attribute1 "attr2941") ) ) +(assert (myObject (attribute1 "attr2942") ) ) +(assert (myObject (attribute1 "attr2943") ) ) +(assert (myObject (attribute1 "attr2944") ) ) +(assert (myObject (attribute1 "attr2945") ) ) +(assert (myObject (attribute1 "attr2946") ) ) +(assert (myObject (attribute1 "attr2947") ) ) +(assert (myObject (attribute1 "attr2948") ) ) +(assert (myObject (attribute1 "attr2949") ) ) +(assert (myObject (attribute1 "attr2950") ) ) +(assert (myObject (attribute1 "attr2951") ) ) +(assert (myObject (attribute1 "attr2952") ) ) +(assert (myObject (attribute1 "attr2953") ) ) +(assert (myObject (attribute1 "attr2954") ) ) +(assert (myObject (attribute1 "attr2955") ) ) +(assert (myObject (attribute1 "attr2956") ) ) +(assert (myObject (attribute1 "attr2957") ) ) +(assert (myObject (attribute1 "attr2958") ) ) +(assert (myObject (attribute1 "attr2959") ) ) +(assert (myObject (attribute1 "attr2960") ) ) +(assert (myObject (attribute1 "attr2961") ) ) +(assert (myObject (attribute1 "attr2962") ) ) +(assert (myObject (attribute1 "attr2963") ) ) +(assert (myObject (attribute1 "attr2964") ) ) +(assert (myObject (attribute1 "attr2965") ) ) +(assert (myObject (attribute1 "attr2966") ) ) +(assert (myObject (attribute1 "attr2967") ) ) +(assert (myObject (attribute1 "attr2968") ) ) +(assert (myObject (attribute1 "attr2969") ) ) +(assert (myObject (attribute1 "attr2970") ) ) +(assert (myObject (attribute1 "attr2971") ) ) +(assert (myObject (attribute1 "attr2972") ) ) +(assert (myObject (attribute1 "attr2973") ) ) +(assert (myObject (attribute1 "attr2974") ) ) +(assert (myObject (attribute1 "attr2975") ) ) +(assert (myObject (attribute1 "attr2976") ) ) +(assert (myObject (attribute1 "attr2977") ) ) +(assert (myObject (attribute1 "attr2978") ) ) +(assert (myObject (attribute1 "attr2979") ) ) +(assert (myObject (attribute1 "attr2980") ) ) +(assert (myObject (attribute1 "attr2981") ) ) +(assert (myObject (attribute1 "attr2982") ) ) +(assert (myObject (attribute1 "attr2983") ) ) +(assert (myObject (attribute1 "attr2984") ) ) +(assert (myObject (attribute1 "attr2985") ) ) +(assert (myObject (attribute1 "attr2986") ) ) +(assert (myObject (attribute1 "attr2987") ) ) +(assert (myObject (attribute1 "attr2988") ) ) +(assert (myObject (attribute1 "attr2989") ) ) +(assert (myObject (attribute1 "attr2990") ) ) +(assert (myObject (attribute1 "attr2991") ) ) +(assert (myObject (attribute1 "attr2992") ) ) +(assert (myObject (attribute1 "attr2993") ) ) +(assert (myObject (attribute1 "attr2994") ) ) +(assert (myObject (attribute1 "attr2995") ) ) +(assert (myObject (attribute1 "attr2996") ) ) +(assert (myObject (attribute1 "attr2997") ) ) +(assert (myObject (attribute1 "attr2998") ) ) +(assert (myObject (attribute1 "attr2999") ) ) +(assert (myObject (attribute1 "attr3000") ) ) +(assert (myObject (attribute1 "attr3001") ) ) +(assert (myObject (attribute1 "attr3002") ) ) +(assert (myObject (attribute1 "attr3003") ) ) +(assert (myObject (attribute1 "attr3004") ) ) +(assert (myObject (attribute1 "attr3005") ) ) +(assert (myObject (attribute1 "attr3006") ) ) +(assert (myObject (attribute1 "attr3007") ) ) +(assert (myObject (attribute1 "attr3008") ) ) +(assert (myObject (attribute1 "attr3009") ) ) +(assert (myObject (attribute1 "attr3010") ) ) +(assert (myObject (attribute1 "attr3011") ) ) +(assert (myObject (attribute1 "attr3012") ) ) +(assert (myObject (attribute1 "attr3013") ) ) +(assert (myObject (attribute1 "attr3014") ) ) +(assert (myObject (attribute1 "attr3015") ) ) +(assert (myObject (attribute1 "attr3016") ) ) +(assert (myObject (attribute1 "attr3017") ) ) +(assert (myObject (attribute1 "attr3018") ) ) +(assert (myObject (attribute1 "attr3019") ) ) +(assert (myObject (attribute1 "attr3020") ) ) +(assert (myObject (attribute1 "attr3021") ) ) +(assert (myObject (attribute1 "attr3022") ) ) +(assert (myObject (attribute1 "attr3023") ) ) +(assert (myObject (attribute1 "attr3024") ) ) +(assert (myObject (attribute1 "attr3025") ) ) +(assert (myObject (attribute1 "attr3026") ) ) +(assert (myObject (attribute1 "attr3027") ) ) +(assert (myObject (attribute1 "attr3028") ) ) +(assert (myObject (attribute1 "attr3029") ) ) +(assert (myObject (attribute1 "attr3030") ) ) +(assert (myObject (attribute1 "attr3031") ) ) +(assert (myObject (attribute1 "attr3032") ) ) +(assert (myObject (attribute1 "attr3033") ) ) +(assert (myObject (attribute1 "attr3034") ) ) +(assert (myObject (attribute1 "attr3035") ) ) +(assert (myObject (attribute1 "attr3036") ) ) +(assert (myObject (attribute1 "attr3037") ) ) +(assert (myObject (attribute1 "attr3038") ) ) +(assert (myObject (attribute1 "attr3039") ) ) +(assert (myObject (attribute1 "attr3040") ) ) +(assert (myObject (attribute1 "attr3041") ) ) +(assert (myObject (attribute1 "attr3042") ) ) +(assert (myObject (attribute1 "attr3043") ) ) +(assert (myObject (attribute1 "attr3044") ) ) +(assert (myObject (attribute1 "attr3045") ) ) +(assert (myObject (attribute1 "attr3046") ) ) +(assert (myObject (attribute1 "attr3047") ) ) +(assert (myObject (attribute1 "attr3048") ) ) +(assert (myObject (attribute1 "attr3049") ) ) +(assert (myObject (attribute1 "attr3050") ) ) +(assert (myObject (attribute1 "attr3051") ) ) +(assert (myObject (attribute1 "attr3052") ) ) +(assert (myObject (attribute1 "attr3053") ) ) +(assert (myObject (attribute1 "attr3054") ) ) +(assert (myObject (attribute1 "attr3055") ) ) +(assert (myObject (attribute1 "attr3056") ) ) +(assert (myObject (attribute1 "attr3057") ) ) +(assert (myObject (attribute1 "attr3058") ) ) +(assert (myObject (attribute1 "attr3059") ) ) +(assert (myObject (attribute1 "attr3060") ) ) +(assert (myObject (attribute1 "attr3061") ) ) +(assert (myObject (attribute1 "attr3062") ) ) +(assert (myObject (attribute1 "attr3063") ) ) +(assert (myObject (attribute1 "attr3064") ) ) +(assert (myObject (attribute1 "attr3065") ) ) +(assert (myObject (attribute1 "attr3066") ) ) +(assert (myObject (attribute1 "attr3067") ) ) +(assert (myObject (attribute1 "attr3068") ) ) +(assert (myObject (attribute1 "attr3069") ) ) +(assert (myObject (attribute1 "attr3070") ) ) +(assert (myObject (attribute1 "attr3071") ) ) +(assert (myObject (attribute1 "attr3072") ) ) +(assert (myObject (attribute1 "attr3073") ) ) +(assert (myObject (attribute1 "attr3074") ) ) +(assert (myObject (attribute1 "attr3075") ) ) +(assert (myObject (attribute1 "attr3076") ) ) +(assert (myObject (attribute1 "attr3077") ) ) +(assert (myObject (attribute1 "attr3078") ) ) +(assert (myObject (attribute1 "attr3079") ) ) +(assert (myObject (attribute1 "attr3080") ) ) +(assert (myObject (attribute1 "attr3081") ) ) +(assert (myObject (attribute1 "attr3082") ) ) +(assert (myObject (attribute1 "attr3083") ) ) +(assert (myObject (attribute1 "attr3084") ) ) +(assert (myObject (attribute1 "attr3085") ) ) +(assert (myObject (attribute1 "attr3086") ) ) +(assert (myObject (attribute1 "attr3087") ) ) +(assert (myObject (attribute1 "attr3088") ) ) +(assert (myObject (attribute1 "attr3089") ) ) +(assert (myObject (attribute1 "attr3090") ) ) +(assert (myObject (attribute1 "attr3091") ) ) +(assert (myObject (attribute1 "attr3092") ) ) +(assert (myObject (attribute1 "attr3093") ) ) +(assert (myObject (attribute1 "attr3094") ) ) +(assert (myObject (attribute1 "attr3095") ) ) +(assert (myObject (attribute1 "attr3096") ) ) +(assert (myObject (attribute1 "attr3097") ) ) +(assert (myObject (attribute1 "attr3098") ) ) +(assert (myObject (attribute1 "attr3099") ) ) +(assert (myObject (attribute1 "attr3100") ) ) +(assert (myObject (attribute1 "attr3101") ) ) +(assert (myObject (attribute1 "attr3102") ) ) +(assert (myObject (attribute1 "attr3103") ) ) +(assert (myObject (attribute1 "attr3104") ) ) +(assert (myObject (attribute1 "attr3105") ) ) +(assert (myObject (attribute1 "attr3106") ) ) +(assert (myObject (attribute1 "attr3107") ) ) +(assert (myObject (attribute1 "attr3108") ) ) +(assert (myObject (attribute1 "attr3109") ) ) +(assert (myObject (attribute1 "attr3110") ) ) +(assert (myObject (attribute1 "attr3111") ) ) +(assert (myObject (attribute1 "attr3112") ) ) +(assert (myObject (attribute1 "attr3113") ) ) +(assert (myObject (attribute1 "attr3114") ) ) +(assert (myObject (attribute1 "attr3115") ) ) +(assert (myObject (attribute1 "attr3116") ) ) +(assert (myObject (attribute1 "attr3117") ) ) +(assert (myObject (attribute1 "attr3118") ) ) +(assert (myObject (attribute1 "attr3119") ) ) +(assert (myObject (attribute1 "attr3120") ) ) +(assert (myObject (attribute1 "attr3121") ) ) +(assert (myObject (attribute1 "attr3122") ) ) +(assert (myObject (attribute1 "attr3123") ) ) +(assert (myObject (attribute1 "attr3124") ) ) +(assert (myObject (attribute1 "attr3125") ) ) +(assert (myObject (attribute1 "attr3126") ) ) +(assert (myObject (attribute1 "attr3127") ) ) +(assert (myObject (attribute1 "attr3128") ) ) +(assert (myObject (attribute1 "attr3129") ) ) +(assert (myObject (attribute1 "attr3130") ) ) +(assert (myObject (attribute1 "attr3131") ) ) +(assert (myObject (attribute1 "attr3132") ) ) +(assert (myObject (attribute1 "attr3133") ) ) +(assert (myObject (attribute1 "attr3134") ) ) +(assert (myObject (attribute1 "attr3135") ) ) +(assert (myObject (attribute1 "attr3136") ) ) +(assert (myObject (attribute1 "attr3137") ) ) +(assert (myObject (attribute1 "attr3138") ) ) +(assert (myObject (attribute1 "attr3139") ) ) +(assert (myObject (attribute1 "attr3140") ) ) +(assert (myObject (attribute1 "attr3141") ) ) +(assert (myObject (attribute1 "attr3142") ) ) +(assert (myObject (attribute1 "attr3143") ) ) +(assert (myObject (attribute1 "attr3144") ) ) +(assert (myObject (attribute1 "attr3145") ) ) +(assert (myObject (attribute1 "attr3146") ) ) +(assert (myObject (attribute1 "attr3147") ) ) +(assert (myObject (attribute1 "attr3148") ) ) +(assert (myObject (attribute1 "attr3149") ) ) +(assert (myObject (attribute1 "attr3150") ) ) +(assert (myObject (attribute1 "attr3151") ) ) +(assert (myObject (attribute1 "attr3152") ) ) +(assert (myObject (attribute1 "attr3153") ) ) +(assert (myObject (attribute1 "attr3154") ) ) +(assert (myObject (attribute1 "attr3155") ) ) +(assert (myObject (attribute1 "attr3156") ) ) +(assert (myObject (attribute1 "attr3157") ) ) +(assert (myObject (attribute1 "attr3158") ) ) +(assert (myObject (attribute1 "attr3159") ) ) +(assert (myObject (attribute1 "attr3160") ) ) +(assert (myObject (attribute1 "attr3161") ) ) +(assert (myObject (attribute1 "attr3162") ) ) +(assert (myObject (attribute1 "attr3163") ) ) +(assert (myObject (attribute1 "attr3164") ) ) +(assert (myObject (attribute1 "attr3165") ) ) +(assert (myObject (attribute1 "attr3166") ) ) +(assert (myObject (attribute1 "attr3167") ) ) +(assert (myObject (attribute1 "attr3168") ) ) +(assert (myObject (attribute1 "attr3169") ) ) +(assert (myObject (attribute1 "attr3170") ) ) +(assert (myObject (attribute1 "attr3171") ) ) +(assert (myObject (attribute1 "attr3172") ) ) +(assert (myObject (attribute1 "attr3173") ) ) +(assert (myObject (attribute1 "attr3174") ) ) +(assert (myObject (attribute1 "attr3175") ) ) +(assert (myObject (attribute1 "attr3176") ) ) +(assert (myObject (attribute1 "attr3177") ) ) +(assert (myObject (attribute1 "attr3178") ) ) +(assert (myObject (attribute1 "attr3179") ) ) +(assert (myObject (attribute1 "attr3180") ) ) +(assert (myObject (attribute1 "attr3181") ) ) +(assert (myObject (attribute1 "attr3182") ) ) +(assert (myObject (attribute1 "attr3183") ) ) +(assert (myObject (attribute1 "attr3184") ) ) +(assert (myObject (attribute1 "attr3185") ) ) +(assert (myObject (attribute1 "attr3186") ) ) +(assert (myObject (attribute1 "attr3187") ) ) +(assert (myObject (attribute1 "attr3188") ) ) +(assert (myObject (attribute1 "attr3189") ) ) +(assert (myObject (attribute1 "attr3190") ) ) +(assert (myObject (attribute1 "attr3191") ) ) +(assert (myObject (attribute1 "attr3192") ) ) +(assert (myObject (attribute1 "attr3193") ) ) +(assert (myObject (attribute1 "attr3194") ) ) +(assert (myObject (attribute1 "attr3195") ) ) +(assert (myObject (attribute1 "attr3196") ) ) +(assert (myObject (attribute1 "attr3197") ) ) +(assert (myObject (attribute1 "attr3198") ) ) +(assert (myObject (attribute1 "attr3199") ) ) +(assert (myObject (attribute1 "attr3200") ) ) +(assert (myObject (attribute1 "attr3201") ) ) +(assert (myObject (attribute1 "attr3202") ) ) +(assert (myObject (attribute1 "attr3203") ) ) +(assert (myObject (attribute1 "attr3204") ) ) +(assert (myObject (attribute1 "attr3205") ) ) +(assert (myObject (attribute1 "attr3206") ) ) +(assert (myObject (attribute1 "attr3207") ) ) +(assert (myObject (attribute1 "attr3208") ) ) +(assert (myObject (attribute1 "attr3209") ) ) +(assert (myObject (attribute1 "attr3210") ) ) +(assert (myObject (attribute1 "attr3211") ) ) +(assert (myObject (attribute1 "attr3212") ) ) +(assert (myObject (attribute1 "attr3213") ) ) +(assert (myObject (attribute1 "attr3214") ) ) +(assert (myObject (attribute1 "attr3215") ) ) +(assert (myObject (attribute1 "attr3216") ) ) +(assert (myObject (attribute1 "attr3217") ) ) +(assert (myObject (attribute1 "attr3218") ) ) +(assert (myObject (attribute1 "attr3219") ) ) +(assert (myObject (attribute1 "attr3220") ) ) +(assert (myObject (attribute1 "attr3221") ) ) +(assert (myObject (attribute1 "attr3222") ) ) +(assert (myObject (attribute1 "attr3223") ) ) +(assert (myObject (attribute1 "attr3224") ) ) +(assert (myObject (attribute1 "attr3225") ) ) +(assert (myObject (attribute1 "attr3226") ) ) +(assert (myObject (attribute1 "attr3227") ) ) +(assert (myObject (attribute1 "attr3228") ) ) +(assert (myObject (attribute1 "attr3229") ) ) +(assert (myObject (attribute1 "attr3230") ) ) +(assert (myObject (attribute1 "attr3231") ) ) +(assert (myObject (attribute1 "attr3232") ) ) +(assert (myObject (attribute1 "attr3233") ) ) +(assert (myObject (attribute1 "attr3234") ) ) +(assert (myObject (attribute1 "attr3235") ) ) +(assert (myObject (attribute1 "attr3236") ) ) +(assert (myObject (attribute1 "attr3237") ) ) +(assert (myObject (attribute1 "attr3238") ) ) +(assert (myObject (attribute1 "attr3239") ) ) +(assert (myObject (attribute1 "attr3240") ) ) +(assert (myObject (attribute1 "attr3241") ) ) +(assert (myObject (attribute1 "attr3242") ) ) +(assert (myObject (attribute1 "attr3243") ) ) +(assert (myObject (attribute1 "attr3244") ) ) +(assert (myObject (attribute1 "attr3245") ) ) +(assert (myObject (attribute1 "attr3246") ) ) +(assert (myObject (attribute1 "attr3247") ) ) +(assert (myObject (attribute1 "attr3248") ) ) +(assert (myObject (attribute1 "attr3249") ) ) +(assert (myObject (attribute1 "attr3250") ) ) +(assert (myObject (attribute1 "attr3251") ) ) +(assert (myObject (attribute1 "attr3252") ) ) +(assert (myObject (attribute1 "attr3253") ) ) +(assert (myObject (attribute1 "attr3254") ) ) +(assert (myObject (attribute1 "attr3255") ) ) +(assert (myObject (attribute1 "attr3256") ) ) +(assert (myObject (attribute1 "attr3257") ) ) +(assert (myObject (attribute1 "attr3258") ) ) +(assert (myObject (attribute1 "attr3259") ) ) +(assert (myObject (attribute1 "attr3260") ) ) +(assert (myObject (attribute1 "attr3261") ) ) +(assert (myObject (attribute1 "attr3262") ) ) +(assert (myObject (attribute1 "attr3263") ) ) +(assert (myObject (attribute1 "attr3264") ) ) +(assert (myObject (attribute1 "attr3265") ) ) +(assert (myObject (attribute1 "attr3266") ) ) +(assert (myObject (attribute1 "attr3267") ) ) +(assert (myObject (attribute1 "attr3268") ) ) +(assert (myObject (attribute1 "attr3269") ) ) +(assert (myObject (attribute1 "attr3270") ) ) +(assert (myObject (attribute1 "attr3271") ) ) +(assert (myObject (attribute1 "attr3272") ) ) +(assert (myObject (attribute1 "attr3273") ) ) +(assert (myObject (attribute1 "attr3274") ) ) +(assert (myObject (attribute1 "attr3275") ) ) +(assert (myObject (attribute1 "attr3276") ) ) +(assert (myObject (attribute1 "attr3277") ) ) +(assert (myObject (attribute1 "attr3278") ) ) +(assert (myObject (attribute1 "attr3279") ) ) +(assert (myObject (attribute1 "attr3280") ) ) +(assert (myObject (attribute1 "attr3281") ) ) +(assert (myObject (attribute1 "attr3282") ) ) +(assert (myObject (attribute1 "attr3283") ) ) +(assert (myObject (attribute1 "attr3284") ) ) +(assert (myObject (attribute1 "attr3285") ) ) +(assert (myObject (attribute1 "attr3286") ) ) +(assert (myObject (attribute1 "attr3287") ) ) +(assert (myObject (attribute1 "attr3288") ) ) +(assert (myObject (attribute1 "attr3289") ) ) +(assert (myObject (attribute1 "attr3290") ) ) +(assert (myObject (attribute1 "attr3291") ) ) +(assert (myObject (attribute1 "attr3292") ) ) +(assert (myObject (attribute1 "attr3293") ) ) +(assert (myObject (attribute1 "attr3294") ) ) +(assert (myObject (attribute1 "attr3295") ) ) +(assert (myObject (attribute1 "attr3296") ) ) +(assert (myObject (attribute1 "attr3297") ) ) +(assert (myObject (attribute1 "attr3298") ) ) +(assert (myObject (attribute1 "attr3299") ) ) +(assert (myObject (attribute1 "attr3300") ) ) +(assert (myObject (attribute1 "attr3301") ) ) +(assert (myObject (attribute1 "attr3302") ) ) +(assert (myObject (attribute1 "attr3303") ) ) +(assert (myObject (attribute1 "attr3304") ) ) +(assert (myObject (attribute1 "attr3305") ) ) +(assert (myObject (attribute1 "attr3306") ) ) +(assert (myObject (attribute1 "attr3307") ) ) +(assert (myObject (attribute1 "attr3308") ) ) +(assert (myObject (attribute1 "attr3309") ) ) +(assert (myObject (attribute1 "attr3310") ) ) +(assert (myObject (attribute1 "attr3311") ) ) +(assert (myObject (attribute1 "attr3312") ) ) +(assert (myObject (attribute1 "attr3313") ) ) +(assert (myObject (attribute1 "attr3314") ) ) +(assert (myObject (attribute1 "attr3315") ) ) +(assert (myObject (attribute1 "attr3316") ) ) +(assert (myObject (attribute1 "attr3317") ) ) +(assert (myObject (attribute1 "attr3318") ) ) +(assert (myObject (attribute1 "attr3319") ) ) +(assert (myObject (attribute1 "attr3320") ) ) +(assert (myObject (attribute1 "attr3321") ) ) +(assert (myObject (attribute1 "attr3322") ) ) +(assert (myObject (attribute1 "attr3323") ) ) +(assert (myObject (attribute1 "attr3324") ) ) +(assert (myObject (attribute1 "attr3325") ) ) +(assert (myObject (attribute1 "attr3326") ) ) +(assert (myObject (attribute1 "attr3327") ) ) +(assert (myObject (attribute1 "attr3328") ) ) +(assert (myObject (attribute1 "attr3329") ) ) +(assert (myObject (attribute1 "attr3330") ) ) +(assert (myObject (attribute1 "attr3331") ) ) +(assert (myObject (attribute1 "attr3332") ) ) +(assert (myObject (attribute1 "attr3333") ) ) +(assert (myObject (attribute1 "attr3334") ) ) +(assert (myObject (attribute1 "attr3335") ) ) +(assert (myObject (attribute1 "attr3336") ) ) +(assert (myObject (attribute1 "attr3337") ) ) +(assert (myObject (attribute1 "attr3338") ) ) +(assert (myObject (attribute1 "attr3339") ) ) +(assert (myObject (attribute1 "attr3340") ) ) +(assert (myObject (attribute1 "attr3341") ) ) +(assert (myObject (attribute1 "attr3342") ) ) +(assert (myObject (attribute1 "attr3343") ) ) +(assert (myObject (attribute1 "attr3344") ) ) +(assert (myObject (attribute1 "attr3345") ) ) +(assert (myObject (attribute1 "attr3346") ) ) +(assert (myObject (attribute1 "attr3347") ) ) +(assert (myObject (attribute1 "attr3348") ) ) +(assert (myObject (attribute1 "attr3349") ) ) +(assert (myObject (attribute1 "attr3350") ) ) +(assert (myObject (attribute1 "attr3351") ) ) +(assert (myObject (attribute1 "attr3352") ) ) +(assert (myObject (attribute1 "attr3353") ) ) +(assert (myObject (attribute1 "attr3354") ) ) +(assert (myObject (attribute1 "attr3355") ) ) +(assert (myObject (attribute1 "attr3356") ) ) +(assert (myObject (attribute1 "attr3357") ) ) +(assert (myObject (attribute1 "attr3358") ) ) +(assert (myObject (attribute1 "attr3359") ) ) +(assert (myObject (attribute1 "attr3360") ) ) +(assert (myObject (attribute1 "attr3361") ) ) +(assert (myObject (attribute1 "attr3362") ) ) +(assert (myObject (attribute1 "attr3363") ) ) +(assert (myObject (attribute1 "attr3364") ) ) +(assert (myObject (attribute1 "attr3365") ) ) +(assert (myObject (attribute1 "attr3366") ) ) +(assert (myObject (attribute1 "attr3367") ) ) +(assert (myObject (attribute1 "attr3368") ) ) +(assert (myObject (attribute1 "attr3369") ) ) +(assert (myObject (attribute1 "attr3370") ) ) +(assert (myObject (attribute1 "attr3371") ) ) +(assert (myObject (attribute1 "attr3372") ) ) +(assert (myObject (attribute1 "attr3373") ) ) +(assert (myObject (attribute1 "attr3374") ) ) +(assert (myObject (attribute1 "attr3375") ) ) +(assert (myObject (attribute1 "attr3376") ) ) +(assert (myObject (attribute1 "attr3377") ) ) +(assert (myObject (attribute1 "attr3378") ) ) +(assert (myObject (attribute1 "attr3379") ) ) +(assert (myObject (attribute1 "attr3380") ) ) +(assert (myObject (attribute1 "attr3381") ) ) +(assert (myObject (attribute1 "attr3382") ) ) +(assert (myObject (attribute1 "attr3383") ) ) +(assert (myObject (attribute1 "attr3384") ) ) +(assert (myObject (attribute1 "attr3385") ) ) +(assert (myObject (attribute1 "attr3386") ) ) +(assert (myObject (attribute1 "attr3387") ) ) +(assert (myObject (attribute1 "attr3388") ) ) +(assert (myObject (attribute1 "attr3389") ) ) +(assert (myObject (attribute1 "attr3390") ) ) +(assert (myObject (attribute1 "attr3391") ) ) +(assert (myObject (attribute1 "attr3392") ) ) +(assert (myObject (attribute1 "attr3393") ) ) +(assert (myObject (attribute1 "attr3394") ) ) +(assert (myObject (attribute1 "attr3395") ) ) +(assert (myObject (attribute1 "attr3396") ) ) +(assert (myObject (attribute1 "attr3397") ) ) +(assert (myObject (attribute1 "attr3398") ) ) +(assert (myObject (attribute1 "attr3399") ) ) +(assert (myObject (attribute1 "attr3400") ) ) +(assert (myObject (attribute1 "attr3401") ) ) +(assert (myObject (attribute1 "attr3402") ) ) +(assert (myObject (attribute1 "attr3403") ) ) +(assert (myObject (attribute1 "attr3404") ) ) +(assert (myObject (attribute1 "attr3405") ) ) +(assert (myObject (attribute1 "attr3406") ) ) +(assert (myObject (attribute1 "attr3407") ) ) +(assert (myObject (attribute1 "attr3408") ) ) +(assert (myObject (attribute1 "attr3409") ) ) +(assert (myObject (attribute1 "attr3410") ) ) +(assert (myObject (attribute1 "attr3411") ) ) +(assert (myObject (attribute1 "attr3412") ) ) +(assert (myObject (attribute1 "attr3413") ) ) +(assert (myObject (attribute1 "attr3414") ) ) +(assert (myObject (attribute1 "attr3415") ) ) +(assert (myObject (attribute1 "attr3416") ) ) +(assert (myObject (attribute1 "attr3417") ) ) +(assert (myObject (attribute1 "attr3418") ) ) +(assert (myObject (attribute1 "attr3419") ) ) +(assert (myObject (attribute1 "attr3420") ) ) +(assert (myObject (attribute1 "attr3421") ) ) +(assert (myObject (attribute1 "attr3422") ) ) +(assert (myObject (attribute1 "attr3423") ) ) +(assert (myObject (attribute1 "attr3424") ) ) +(assert (myObject (attribute1 "attr3425") ) ) +(assert (myObject (attribute1 "attr3426") ) ) +(assert (myObject (attribute1 "attr3427") ) ) +(assert (myObject (attribute1 "attr3428") ) ) +(assert (myObject (attribute1 "attr3429") ) ) +(assert (myObject (attribute1 "attr3430") ) ) +(assert (myObject (attribute1 "attr3431") ) ) +(assert (myObject (attribute1 "attr3432") ) ) +(assert (myObject (attribute1 "attr3433") ) ) +(assert (myObject (attribute1 "attr3434") ) ) +(assert (myObject (attribute1 "attr3435") ) ) +(assert (myObject (attribute1 "attr3436") ) ) +(assert (myObject (attribute1 "attr3437") ) ) +(assert (myObject (attribute1 "attr3438") ) ) +(assert (myObject (attribute1 "attr3439") ) ) +(assert (myObject (attribute1 "attr3440") ) ) +(assert (myObject (attribute1 "attr3441") ) ) +(assert (myObject (attribute1 "attr3442") ) ) +(assert (myObject (attribute1 "attr3443") ) ) +(assert (myObject (attribute1 "attr3444") ) ) +(assert (myObject (attribute1 "attr3445") ) ) +(assert (myObject (attribute1 "attr3446") ) ) +(assert (myObject (attribute1 "attr3447") ) ) +(assert (myObject (attribute1 "attr3448") ) ) +(assert (myObject (attribute1 "attr3449") ) ) +(assert (myObject (attribute1 "attr3450") ) ) +(assert (myObject (attribute1 "attr3451") ) ) +(assert (myObject (attribute1 "attr3452") ) ) +(assert (myObject (attribute1 "attr3453") ) ) +(assert (myObject (attribute1 "attr3454") ) ) +(assert (myObject (attribute1 "attr3455") ) ) +(assert (myObject (attribute1 "attr3456") ) ) +(assert (myObject (attribute1 "attr3457") ) ) +(assert (myObject (attribute1 "attr3458") ) ) +(assert (myObject (attribute1 "attr3459") ) ) +(assert (myObject (attribute1 "attr3460") ) ) +(assert (myObject (attribute1 "attr3461") ) ) +(assert (myObject (attribute1 "attr3462") ) ) +(assert (myObject (attribute1 "attr3463") ) ) +(assert (myObject (attribute1 "attr3464") ) ) +(assert (myObject (attribute1 "attr3465") ) ) +(assert (myObject (attribute1 "attr3466") ) ) +(assert (myObject (attribute1 "attr3467") ) ) +(assert (myObject (attribute1 "attr3468") ) ) +(assert (myObject (attribute1 "attr3469") ) ) +(assert (myObject (attribute1 "attr3470") ) ) +(assert (myObject (attribute1 "attr3471") ) ) +(assert (myObject (attribute1 "attr3472") ) ) +(assert (myObject (attribute1 "attr3473") ) ) +(assert (myObject (attribute1 "attr3474") ) ) +(assert (myObject (attribute1 "attr3475") ) ) +(assert (myObject (attribute1 "attr3476") ) ) +(assert (myObject (attribute1 "attr3477") ) ) +(assert (myObject (attribute1 "attr3478") ) ) +(assert (myObject (attribute1 "attr3479") ) ) +(assert (myObject (attribute1 "attr3480") ) ) +(assert (myObject (attribute1 "attr3481") ) ) +(assert (myObject (attribute1 "attr3482") ) ) +(assert (myObject (attribute1 "attr3483") ) ) +(assert (myObject (attribute1 "attr3484") ) ) +(assert (myObject (attribute1 "attr3485") ) ) +(assert (myObject (attribute1 "attr3486") ) ) +(assert (myObject (attribute1 "attr3487") ) ) +(assert (myObject (attribute1 "attr3488") ) ) +(assert (myObject (attribute1 "attr3489") ) ) +(assert (myObject (attribute1 "attr3490") ) ) +(assert (myObject (attribute1 "attr3491") ) ) +(assert (myObject (attribute1 "attr3492") ) ) +(assert (myObject (attribute1 "attr3493") ) ) +(assert (myObject (attribute1 "attr3494") ) ) +(assert (myObject (attribute1 "attr3495") ) ) +(assert (myObject (attribute1 "attr3496") ) ) +(assert (myObject (attribute1 "attr3497") ) ) +(assert (myObject (attribute1 "attr3498") ) ) +(assert (myObject (attribute1 "attr3499") ) ) +(assert (myObject (attribute1 "attr3500") ) ) +(assert (myObject (attribute1 "attr3501") ) ) +(assert (myObject (attribute1 "attr3502") ) ) +(assert (myObject (attribute1 "attr3503") ) ) +(assert (myObject (attribute1 "attr3504") ) ) +(assert (myObject (attribute1 "attr3505") ) ) +(assert (myObject (attribute1 "attr3506") ) ) +(assert (myObject (attribute1 "attr3507") ) ) +(assert (myObject (attribute1 "attr3508") ) ) +(assert (myObject (attribute1 "attr3509") ) ) +(assert (myObject (attribute1 "attr3510") ) ) +(assert (myObject (attribute1 "attr3511") ) ) +(assert (myObject (attribute1 "attr3512") ) ) +(assert (myObject (attribute1 "attr3513") ) ) +(assert (myObject (attribute1 "attr3514") ) ) +(assert (myObject (attribute1 "attr3515") ) ) +(assert (myObject (attribute1 "attr3516") ) ) +(assert (myObject (attribute1 "attr3517") ) ) +(assert (myObject (attribute1 "attr3518") ) ) +(assert (myObject (attribute1 "attr3519") ) ) +(assert (myObject (attribute1 "attr3520") ) ) +(assert (myObject (attribute1 "attr3521") ) ) +(assert (myObject (attribute1 "attr3522") ) ) +(assert (myObject (attribute1 "attr3523") ) ) +(assert (myObject (attribute1 "attr3524") ) ) +(assert (myObject (attribute1 "attr3525") ) ) +(assert (myObject (attribute1 "attr3526") ) ) +(assert (myObject (attribute1 "attr3527") ) ) +(assert (myObject (attribute1 "attr3528") ) ) +(assert (myObject (attribute1 "attr3529") ) ) +(assert (myObject (attribute1 "attr3530") ) ) +(assert (myObject (attribute1 "attr3531") ) ) +(assert (myObject (attribute1 "attr3532") ) ) +(assert (myObject (attribute1 "attr3533") ) ) +(assert (myObject (attribute1 "attr3534") ) ) +(assert (myObject (attribute1 "attr3535") ) ) +(assert (myObject (attribute1 "attr3536") ) ) +(assert (myObject (attribute1 "attr3537") ) ) +(assert (myObject (attribute1 "attr3538") ) ) +(assert (myObject (attribute1 "attr3539") ) ) +(assert (myObject (attribute1 "attr3540") ) ) +(assert (myObject (attribute1 "attr3541") ) ) +(assert (myObject (attribute1 "attr3542") ) ) +(assert (myObject (attribute1 "attr3543") ) ) +(assert (myObject (attribute1 "attr3544") ) ) +(assert (myObject (attribute1 "attr3545") ) ) +(assert (myObject (attribute1 "attr3546") ) ) +(assert (myObject (attribute1 "attr3547") ) ) +(assert (myObject (attribute1 "attr3548") ) ) +(assert (myObject (attribute1 "attr3549") ) ) +(assert (myObject (attribute1 "attr3550") ) ) +(assert (myObject (attribute1 "attr3551") ) ) +(assert (myObject (attribute1 "attr3552") ) ) +(assert (myObject (attribute1 "attr3553") ) ) +(assert (myObject (attribute1 "attr3554") ) ) +(assert (myObject (attribute1 "attr3555") ) ) +(assert (myObject (attribute1 "attr3556") ) ) +(assert (myObject (attribute1 "attr3557") ) ) +(assert (myObject (attribute1 "attr3558") ) ) +(assert (myObject (attribute1 "attr3559") ) ) +(assert (myObject (attribute1 "attr3560") ) ) +(assert (myObject (attribute1 "attr3561") ) ) +(assert (myObject (attribute1 "attr3562") ) ) +(assert (myObject (attribute1 "attr3563") ) ) +(assert (myObject (attribute1 "attr3564") ) ) +(assert (myObject (attribute1 "attr3565") ) ) +(assert (myObject (attribute1 "attr3566") ) ) +(assert (myObject (attribute1 "attr3567") ) ) +(assert (myObject (attribute1 "attr3568") ) ) +(assert (myObject (attribute1 "attr3569") ) ) +(assert (myObject (attribute1 "attr3570") ) ) +(assert (myObject (attribute1 "attr3571") ) ) +(assert (myObject (attribute1 "attr3572") ) ) +(assert (myObject (attribute1 "attr3573") ) ) +(assert (myObject (attribute1 "attr3574") ) ) +(assert (myObject (attribute1 "attr3575") ) ) +(assert (myObject (attribute1 "attr3576") ) ) +(assert (myObject (attribute1 "attr3577") ) ) +(assert (myObject (attribute1 "attr3578") ) ) +(assert (myObject (attribute1 "attr3579") ) ) +(assert (myObject (attribute1 "attr3580") ) ) +(assert (myObject (attribute1 "attr3581") ) ) +(assert (myObject (attribute1 "attr3582") ) ) +(assert (myObject (attribute1 "attr3583") ) ) +(assert (myObject (attribute1 "attr3584") ) ) +(assert (myObject (attribute1 "attr3585") ) ) +(assert (myObject (attribute1 "attr3586") ) ) +(assert (myObject (attribute1 "attr3587") ) ) +(assert (myObject (attribute1 "attr3588") ) ) +(assert (myObject (attribute1 "attr3589") ) ) +(assert (myObject (attribute1 "attr3590") ) ) +(assert (myObject (attribute1 "attr3591") ) ) +(assert (myObject (attribute1 "attr3592") ) ) +(assert (myObject (attribute1 "attr3593") ) ) +(assert (myObject (attribute1 "attr3594") ) ) +(assert (myObject (attribute1 "attr3595") ) ) +(assert (myObject (attribute1 "attr3596") ) ) +(assert (myObject (attribute1 "attr3597") ) ) +(assert (myObject (attribute1 "attr3598") ) ) +(assert (myObject (attribute1 "attr3599") ) ) +(assert (myObject (attribute1 "attr3600") ) ) +(assert (myObject (attribute1 "attr3601") ) ) +(assert (myObject (attribute1 "attr3602") ) ) +(assert (myObject (attribute1 "attr3603") ) ) +(assert (myObject (attribute1 "attr3604") ) ) +(assert (myObject (attribute1 "attr3605") ) ) +(assert (myObject (attribute1 "attr3606") ) ) +(assert (myObject (attribute1 "attr3607") ) ) +(assert (myObject (attribute1 "attr3608") ) ) +(assert (myObject (attribute1 "attr3609") ) ) +(assert (myObject (attribute1 "attr3610") ) ) +(assert (myObject (attribute1 "attr3611") ) ) +(assert (myObject (attribute1 "attr3612") ) ) +(assert (myObject (attribute1 "attr3613") ) ) +(assert (myObject (attribute1 "attr3614") ) ) +(assert (myObject (attribute1 "attr3615") ) ) +(assert (myObject (attribute1 "attr3616") ) ) +(assert (myObject (attribute1 "attr3617") ) ) +(assert (myObject (attribute1 "attr3618") ) ) +(assert (myObject (attribute1 "attr3619") ) ) +(assert (myObject (attribute1 "attr3620") ) ) +(assert (myObject (attribute1 "attr3621") ) ) +(assert (myObject (attribute1 "attr3622") ) ) +(assert (myObject (attribute1 "attr3623") ) ) +(assert (myObject (attribute1 "attr3624") ) ) +(assert (myObject (attribute1 "attr3625") ) ) +(assert (myObject (attribute1 "attr3626") ) ) +(assert (myObject (attribute1 "attr3627") ) ) +(assert (myObject (attribute1 "attr3628") ) ) +(assert (myObject (attribute1 "attr3629") ) ) +(assert (myObject (attribute1 "attr3630") ) ) +(assert (myObject (attribute1 "attr3631") ) ) +(assert (myObject (attribute1 "attr3632") ) ) +(assert (myObject (attribute1 "attr3633") ) ) +(assert (myObject (attribute1 "attr3634") ) ) +(assert (myObject (attribute1 "attr3635") ) ) +(assert (myObject (attribute1 "attr3636") ) ) +(assert (myObject (attribute1 "attr3637") ) ) +(assert (myObject (attribute1 "attr3638") ) ) +(assert (myObject (attribute1 "attr3639") ) ) +(assert (myObject (attribute1 "attr3640") ) ) +(assert (myObject (attribute1 "attr3641") ) ) +(assert (myObject (attribute1 "attr3642") ) ) +(assert (myObject (attribute1 "attr3643") ) ) +(assert (myObject (attribute1 "attr3644") ) ) +(assert (myObject (attribute1 "attr3645") ) ) +(assert (myObject (attribute1 "attr3646") ) ) +(assert (myObject (attribute1 "attr3647") ) ) +(assert (myObject (attribute1 "attr3648") ) ) +(assert (myObject (attribute1 "attr3649") ) ) +(assert (myObject (attribute1 "attr3650") ) ) +(assert (myObject (attribute1 "attr3651") ) ) +(assert (myObject (attribute1 "attr3652") ) ) +(assert (myObject (attribute1 "attr3653") ) ) +(assert (myObject (attribute1 "attr3654") ) ) +(assert (myObject (attribute1 "attr3655") ) ) +(assert (myObject (attribute1 "attr3656") ) ) +(assert (myObject (attribute1 "attr3657") ) ) +(assert (myObject (attribute1 "attr3658") ) ) +(assert (myObject (attribute1 "attr3659") ) ) +(assert (myObject (attribute1 "attr3660") ) ) +(assert (myObject (attribute1 "attr3661") ) ) +(assert (myObject (attribute1 "attr3662") ) ) +(assert (myObject (attribute1 "attr3663") ) ) +(assert (myObject (attribute1 "attr3664") ) ) +(assert (myObject (attribute1 "attr3665") ) ) +(assert (myObject (attribute1 "attr3666") ) ) +(assert (myObject (attribute1 "attr3667") ) ) +(assert (myObject (attribute1 "attr3668") ) ) +(assert (myObject (attribute1 "attr3669") ) ) +(assert (myObject (attribute1 "attr3670") ) ) +(assert (myObject (attribute1 "attr3671") ) ) +(assert (myObject (attribute1 "attr3672") ) ) +(assert (myObject (attribute1 "attr3673") ) ) +(assert (myObject (attribute1 "attr3674") ) ) +(assert (myObject (attribute1 "attr3675") ) ) +(assert (myObject (attribute1 "attr3676") ) ) +(assert (myObject (attribute1 "attr3677") ) ) +(assert (myObject (attribute1 "attr3678") ) ) +(assert (myObject (attribute1 "attr3679") ) ) +(assert (myObject (attribute1 "attr3680") ) ) +(assert (myObject (attribute1 "attr3681") ) ) +(assert (myObject (attribute1 "attr3682") ) ) +(assert (myObject (attribute1 "attr3683") ) ) +(assert (myObject (attribute1 "attr3684") ) ) +(assert (myObject (attribute1 "attr3685") ) ) +(assert (myObject (attribute1 "attr3686") ) ) +(assert (myObject (attribute1 "attr3687") ) ) +(assert (myObject (attribute1 "attr3688") ) ) +(assert (myObject (attribute1 "attr3689") ) ) +(assert (myObject (attribute1 "attr3690") ) ) +(assert (myObject (attribute1 "attr3691") ) ) +(assert (myObject (attribute1 "attr3692") ) ) +(assert (myObject (attribute1 "attr3693") ) ) +(assert (myObject (attribute1 "attr3694") ) ) +(assert (myObject (attribute1 "attr3695") ) ) +(assert (myObject (attribute1 "attr3696") ) ) +(assert (myObject (attribute1 "attr3697") ) ) +(assert (myObject (attribute1 "attr3698") ) ) +(assert (myObject (attribute1 "attr3699") ) ) +(assert (myObject (attribute1 "attr3700") ) ) +(assert (myObject (attribute1 "attr3701") ) ) +(assert (myObject (attribute1 "attr3702") ) ) +(assert (myObject (attribute1 "attr3703") ) ) +(assert (myObject (attribute1 "attr3704") ) ) +(assert (myObject (attribute1 "attr3705") ) ) +(assert (myObject (attribute1 "attr3706") ) ) +(assert (myObject (attribute1 "attr3707") ) ) +(assert (myObject (attribute1 "attr3708") ) ) +(assert (myObject (attribute1 "attr3709") ) ) +(assert (myObject (attribute1 "attr3710") ) ) +(assert (myObject (attribute1 "attr3711") ) ) +(assert (myObject (attribute1 "attr3712") ) ) +(assert (myObject (attribute1 "attr3713") ) ) +(assert (myObject (attribute1 "attr3714") ) ) +(assert (myObject (attribute1 "attr3715") ) ) +(assert (myObject (attribute1 "attr3716") ) ) +(assert (myObject (attribute1 "attr3717") ) ) +(assert (myObject (attribute1 "attr3718") ) ) +(assert (myObject (attribute1 "attr3719") ) ) +(assert (myObject (attribute1 "attr3720") ) ) +(assert (myObject (attribute1 "attr3721") ) ) +(assert (myObject (attribute1 "attr3722") ) ) +(assert (myObject (attribute1 "attr3723") ) ) +(assert (myObject (attribute1 "attr3724") ) ) +(assert (myObject (attribute1 "attr3725") ) ) +(assert (myObject (attribute1 "attr3726") ) ) +(assert (myObject (attribute1 "attr3727") ) ) +(assert (myObject (attribute1 "attr3728") ) ) +(assert (myObject (attribute1 "attr3729") ) ) +(assert (myObject (attribute1 "attr3730") ) ) +(assert (myObject (attribute1 "attr3731") ) ) +(assert (myObject (attribute1 "attr3732") ) ) +(assert (myObject (attribute1 "attr3733") ) ) +(assert (myObject (attribute1 "attr3734") ) ) +(assert (myObject (attribute1 "attr3735") ) ) +(assert (myObject (attribute1 "attr3736") ) ) +(assert (myObject (attribute1 "attr3737") ) ) +(assert (myObject (attribute1 "attr3738") ) ) +(assert (myObject (attribute1 "attr3739") ) ) +(assert (myObject (attribute1 "attr3740") ) ) +(assert (myObject (attribute1 "attr3741") ) ) +(assert (myObject (attribute1 "attr3742") ) ) +(assert (myObject (attribute1 "attr3743") ) ) +(assert (myObject (attribute1 "attr3744") ) ) +(assert (myObject (attribute1 "attr3745") ) ) +(assert (myObject (attribute1 "attr3746") ) ) +(assert (myObject (attribute1 "attr3747") ) ) +(assert (myObject (attribute1 "attr3748") ) ) +(assert (myObject (attribute1 "attr3749") ) ) +(assert (myObject (attribute1 "attr3750") ) ) +(assert (myObject (attribute1 "attr3751") ) ) +(assert (myObject (attribute1 "attr3752") ) ) +(assert (myObject (attribute1 "attr3753") ) ) +(assert (myObject (attribute1 "attr3754") ) ) +(assert (myObject (attribute1 "attr3755") ) ) +(assert (myObject (attribute1 "attr3756") ) ) +(assert (myObject (attribute1 "attr3757") ) ) +(assert (myObject (attribute1 "attr3758") ) ) +(assert (myObject (attribute1 "attr3759") ) ) +(assert (myObject (attribute1 "attr3760") ) ) +(assert (myObject (attribute1 "attr3761") ) ) +(assert (myObject (attribute1 "attr3762") ) ) +(assert (myObject (attribute1 "attr3763") ) ) +(assert (myObject (attribute1 "attr3764") ) ) +(assert (myObject (attribute1 "attr3765") ) ) +(assert (myObject (attribute1 "attr3766") ) ) +(assert (myObject (attribute1 "attr3767") ) ) +(assert (myObject (attribute1 "attr3768") ) ) +(assert (myObject (attribute1 "attr3769") ) ) +(assert (myObject (attribute1 "attr3770") ) ) +(assert (myObject (attribute1 "attr3771") ) ) +(assert (myObject (attribute1 "attr3772") ) ) +(assert (myObject (attribute1 "attr3773") ) ) +(assert (myObject (attribute1 "attr3774") ) ) +(assert (myObject (attribute1 "attr3775") ) ) +(assert (myObject (attribute1 "attr3776") ) ) +(assert (myObject (attribute1 "attr3777") ) ) +(assert (myObject (attribute1 "attr3778") ) ) +(assert (myObject (attribute1 "attr3779") ) ) +(assert (myObject (attribute1 "attr3780") ) ) +(assert (myObject (attribute1 "attr3781") ) ) +(assert (myObject (attribute1 "attr3782") ) ) +(assert (myObject (attribute1 "attr3783") ) ) +(assert (myObject (attribute1 "attr3784") ) ) +(assert (myObject (attribute1 "attr3785") ) ) +(assert (myObject (attribute1 "attr3786") ) ) +(assert (myObject (attribute1 "attr3787") ) ) +(assert (myObject (attribute1 "attr3788") ) ) +(assert (myObject (attribute1 "attr3789") ) ) +(assert (myObject (attribute1 "attr3790") ) ) +(assert (myObject (attribute1 "attr3791") ) ) +(assert (myObject (attribute1 "attr3792") ) ) +(assert (myObject (attribute1 "attr3793") ) ) +(assert (myObject (attribute1 "attr3794") ) ) +(assert (myObject (attribute1 "attr3795") ) ) +(assert (myObject (attribute1 "attr3796") ) ) +(assert (myObject (attribute1 "attr3797") ) ) +(assert (myObject (attribute1 "attr3798") ) ) +(assert (myObject (attribute1 "attr3799") ) ) +(assert (myObject (attribute1 "attr3800") ) ) +(assert (myObject (attribute1 "attr3801") ) ) +(assert (myObject (attribute1 "attr3802") ) ) +(assert (myObject (attribute1 "attr3803") ) ) +(assert (myObject (attribute1 "attr3804") ) ) +(assert (myObject (attribute1 "attr3805") ) ) +(assert (myObject (attribute1 "attr3806") ) ) +(assert (myObject (attribute1 "attr3807") ) ) +(assert (myObject (attribute1 "attr3808") ) ) +(assert (myObject (attribute1 "attr3809") ) ) +(assert (myObject (attribute1 "attr3810") ) ) +(assert (myObject (attribute1 "attr3811") ) ) +(assert (myObject (attribute1 "attr3812") ) ) +(assert (myObject (attribute1 "attr3813") ) ) +(assert (myObject (attribute1 "attr3814") ) ) +(assert (myObject (attribute1 "attr3815") ) ) +(assert (myObject (attribute1 "attr3816") ) ) +(assert (myObject (attribute1 "attr3817") ) ) +(assert (myObject (attribute1 "attr3818") ) ) +(assert (myObject (attribute1 "attr3819") ) ) +(assert (myObject (attribute1 "attr3820") ) ) +(assert (myObject (attribute1 "attr3821") ) ) +(assert (myObject (attribute1 "attr3822") ) ) +(assert (myObject (attribute1 "attr3823") ) ) +(assert (myObject (attribute1 "attr3824") ) ) +(assert (myObject (attribute1 "attr3825") ) ) +(assert (myObject (attribute1 "attr3826") ) ) +(assert (myObject (attribute1 "attr3827") ) ) +(assert (myObject (attribute1 "attr3828") ) ) +(assert (myObject (attribute1 "attr3829") ) ) +(assert (myObject (attribute1 "attr3830") ) ) +(assert (myObject (attribute1 "attr3831") ) ) +(assert (myObject (attribute1 "attr3832") ) ) +(assert (myObject (attribute1 "attr3833") ) ) +(assert (myObject (attribute1 "attr3834") ) ) +(assert (myObject (attribute1 "attr3835") ) ) +(assert (myObject (attribute1 "attr3836") ) ) +(assert (myObject (attribute1 "attr3837") ) ) +(assert (myObject (attribute1 "attr3838") ) ) +(assert (myObject (attribute1 "attr3839") ) ) +(assert (myObject (attribute1 "attr3840") ) ) +(assert (myObject (attribute1 "attr3841") ) ) +(assert (myObject (attribute1 "attr3842") ) ) +(assert (myObject (attribute1 "attr3843") ) ) +(assert (myObject (attribute1 "attr3844") ) ) +(assert (myObject (attribute1 "attr3845") ) ) +(assert (myObject (attribute1 "attr3846") ) ) +(assert (myObject (attribute1 "attr3847") ) ) +(assert (myObject (attribute1 "attr3848") ) ) +(assert (myObject (attribute1 "attr3849") ) ) +(assert (myObject (attribute1 "attr3850") ) ) +(assert (myObject (attribute1 "attr3851") ) ) +(assert (myObject (attribute1 "attr3852") ) ) +(assert (myObject (attribute1 "attr3853") ) ) +(assert (myObject (attribute1 "attr3854") ) ) +(assert (myObject (attribute1 "attr3855") ) ) +(assert (myObject (attribute1 "attr3856") ) ) +(assert (myObject (attribute1 "attr3857") ) ) +(assert (myObject (attribute1 "attr3858") ) ) +(assert (myObject (attribute1 "attr3859") ) ) +(assert (myObject (attribute1 "attr3860") ) ) +(assert (myObject (attribute1 "attr3861") ) ) +(assert (myObject (attribute1 "attr3862") ) ) +(assert (myObject (attribute1 "attr3863") ) ) +(assert (myObject (attribute1 "attr3864") ) ) +(assert (myObject (attribute1 "attr3865") ) ) +(assert (myObject (attribute1 "attr3866") ) ) +(assert (myObject (attribute1 "attr3867") ) ) +(assert (myObject (attribute1 "attr3868") ) ) +(assert (myObject (attribute1 "attr3869") ) ) +(assert (myObject (attribute1 "attr3870") ) ) +(assert (myObject (attribute1 "attr3871") ) ) +(assert (myObject (attribute1 "attr3872") ) ) +(assert (myObject (attribute1 "attr3873") ) ) +(assert (myObject (attribute1 "attr3874") ) ) +(assert (myObject (attribute1 "attr3875") ) ) +(assert (myObject (attribute1 "attr3876") ) ) +(assert (myObject (attribute1 "attr3877") ) ) +(assert (myObject (attribute1 "attr3878") ) ) +(assert (myObject (attribute1 "attr3879") ) ) +(assert (myObject (attribute1 "attr3880") ) ) +(assert (myObject (attribute1 "attr3881") ) ) +(assert (myObject (attribute1 "attr3882") ) ) +(assert (myObject (attribute1 "attr3883") ) ) +(assert (myObject (attribute1 "attr3884") ) ) +(assert (myObject (attribute1 "attr3885") ) ) +(assert (myObject (attribute1 "attr3886") ) ) +(assert (myObject (attribute1 "attr3887") ) ) +(assert (myObject (attribute1 "attr3888") ) ) +(assert (myObject (attribute1 "attr3889") ) ) +(assert (myObject (attribute1 "attr3890") ) ) +(assert (myObject (attribute1 "attr3891") ) ) +(assert (myObject (attribute1 "attr3892") ) ) +(assert (myObject (attribute1 "attr3893") ) ) +(assert (myObject (attribute1 "attr3894") ) ) +(assert (myObject (attribute1 "attr3895") ) ) +(assert (myObject (attribute1 "attr3896") ) ) +(assert (myObject (attribute1 "attr3897") ) ) +(assert (myObject (attribute1 "attr3898") ) ) +(assert (myObject (attribute1 "attr3899") ) ) +(assert (myObject (attribute1 "attr3900") ) ) +(assert (myObject (attribute1 "attr3901") ) ) +(assert (myObject (attribute1 "attr3902") ) ) +(assert (myObject (attribute1 "attr3903") ) ) +(assert (myObject (attribute1 "attr3904") ) ) +(assert (myObject (attribute1 "attr3905") ) ) +(assert (myObject (attribute1 "attr3906") ) ) +(assert (myObject (attribute1 "attr3907") ) ) +(assert (myObject (attribute1 "attr3908") ) ) +(assert (myObject (attribute1 "attr3909") ) ) +(assert (myObject (attribute1 "attr3910") ) ) +(assert (myObject (attribute1 "attr3911") ) ) +(assert (myObject (attribute1 "attr3912") ) ) +(assert (myObject (attribute1 "attr3913") ) ) +(assert (myObject (attribute1 "attr3914") ) ) +(assert (myObject (attribute1 "attr3915") ) ) +(assert (myObject (attribute1 "attr3916") ) ) +(assert (myObject (attribute1 "attr3917") ) ) +(assert (myObject (attribute1 "attr3918") ) ) +(assert (myObject (attribute1 "attr3919") ) ) +(assert (myObject (attribute1 "attr3920") ) ) +(assert (myObject (attribute1 "attr3921") ) ) +(assert (myObject (attribute1 "attr3922") ) ) +(assert (myObject (attribute1 "attr3923") ) ) +(assert (myObject (attribute1 "attr3924") ) ) +(assert (myObject (attribute1 "attr3925") ) ) +(assert (myObject (attribute1 "attr3926") ) ) +(assert (myObject (attribute1 "attr3927") ) ) +(assert (myObject (attribute1 "attr3928") ) ) +(assert (myObject (attribute1 "attr3929") ) ) +(assert (myObject (attribute1 "attr3930") ) ) +(assert (myObject (attribute1 "attr3931") ) ) +(assert (myObject (attribute1 "attr3932") ) ) +(assert (myObject (attribute1 "attr3933") ) ) +(assert (myObject (attribute1 "attr3934") ) ) +(assert (myObject (attribute1 "attr3935") ) ) +(assert (myObject (attribute1 "attr3936") ) ) +(assert (myObject (attribute1 "attr3937") ) ) +(assert (myObject (attribute1 "attr3938") ) ) +(assert (myObject (attribute1 "attr3939") ) ) +(assert (myObject (attribute1 "attr3940") ) ) +(assert (myObject (attribute1 "attr3941") ) ) +(assert (myObject (attribute1 "attr3942") ) ) +(assert (myObject (attribute1 "attr3943") ) ) +(assert (myObject (attribute1 "attr3944") ) ) +(assert (myObject (attribute1 "attr3945") ) ) +(assert (myObject (attribute1 "attr3946") ) ) +(assert (myObject (attribute1 "attr3947") ) ) +(assert (myObject (attribute1 "attr3948") ) ) +(assert (myObject (attribute1 "attr3949") ) ) +(assert (myObject (attribute1 "attr3950") ) ) +(assert (myObject (attribute1 "attr3951") ) ) +(assert (myObject (attribute1 "attr3952") ) ) +(assert (myObject (attribute1 "attr3953") ) ) +(assert (myObject (attribute1 "attr3954") ) ) +(assert (myObject (attribute1 "attr3955") ) ) +(assert (myObject (attribute1 "attr3956") ) ) +(assert (myObject (attribute1 "attr3957") ) ) +(assert (myObject (attribute1 "attr3958") ) ) +(assert (myObject (attribute1 "attr3959") ) ) +(assert (myObject (attribute1 "attr3960") ) ) +(assert (myObject (attribute1 "attr3961") ) ) +(assert (myObject (attribute1 "attr3962") ) ) +(assert (myObject (attribute1 "attr3963") ) ) +(assert (myObject (attribute1 "attr3964") ) ) +(assert (myObject (attribute1 "attr3965") ) ) +(assert (myObject (attribute1 "attr3966") ) ) +(assert (myObject (attribute1 "attr3967") ) ) +(assert (myObject (attribute1 "attr3968") ) ) +(assert (myObject (attribute1 "attr3969") ) ) +(assert (myObject (attribute1 "attr3970") ) ) +(assert (myObject (attribute1 "attr3971") ) ) +(assert (myObject (attribute1 "attr3972") ) ) +(assert (myObject (attribute1 "attr3973") ) ) +(assert (myObject (attribute1 "attr3974") ) ) +(assert (myObject (attribute1 "attr3975") ) ) +(assert (myObject (attribute1 "attr3976") ) ) +(assert (myObject (attribute1 "attr3977") ) ) +(assert (myObject (attribute1 "attr3978") ) ) +(assert (myObject (attribute1 "attr3979") ) ) +(assert (myObject (attribute1 "attr3980") ) ) +(assert (myObject (attribute1 "attr3981") ) ) +(assert (myObject (attribute1 "attr3982") ) ) +(assert (myObject (attribute1 "attr3983") ) ) +(assert (myObject (attribute1 "attr3984") ) ) +(assert (myObject (attribute1 "attr3985") ) ) +(assert (myObject (attribute1 "attr3986") ) ) +(assert (myObject (attribute1 "attr3987") ) ) +(assert (myObject (attribute1 "attr3988") ) ) +(assert (myObject (attribute1 "attr3989") ) ) +(assert (myObject (attribute1 "attr3990") ) ) +(assert (myObject (attribute1 "attr3991") ) ) +(assert (myObject (attribute1 "attr3992") ) ) +(assert (myObject (attribute1 "attr3993") ) ) +(assert (myObject (attribute1 "attr3994") ) ) +(assert (myObject (attribute1 "attr3995") ) ) +(assert (myObject (attribute1 "attr3996") ) ) +(assert (myObject (attribute1 "attr3997") ) ) +(assert (myObject (attribute1 "attr3998") ) ) +(assert (myObject (attribute1 "attr3999") ) ) +(assert (myObject (attribute1 "attr4000") ) ) +(assert (myObject (attribute1 "attr4001") ) ) +(assert (myObject (attribute1 "attr4002") ) ) +(assert (myObject (attribute1 "attr4003") ) ) +(assert (myObject (attribute1 "attr4004") ) ) +(assert (myObject (attribute1 "attr4005") ) ) +(assert (myObject (attribute1 "attr4006") ) ) +(assert (myObject (attribute1 "attr4007") ) ) +(assert (myObject (attribute1 "attr4008") ) ) +(assert (myObject (attribute1 "attr4009") ) ) +(assert (myObject (attribute1 "attr4010") ) ) +(assert (myObject (attribute1 "attr4011") ) ) +(assert (myObject (attribute1 "attr4012") ) ) +(assert (myObject (attribute1 "attr4013") ) ) +(assert (myObject (attribute1 "attr4014") ) ) +(assert (myObject (attribute1 "attr4015") ) ) +(assert (myObject (attribute1 "attr4016") ) ) +(assert (myObject (attribute1 "attr4017") ) ) +(assert (myObject (attribute1 "attr4018") ) ) +(assert (myObject (attribute1 "attr4019") ) ) +(assert (myObject (attribute1 "attr4020") ) ) +(assert (myObject (attribute1 "attr4021") ) ) +(assert (myObject (attribute1 "attr4022") ) ) +(assert (myObject (attribute1 "attr4023") ) ) +(assert (myObject (attribute1 "attr4024") ) ) +(assert (myObject (attribute1 "attr4025") ) ) +(assert (myObject (attribute1 "attr4026") ) ) +(assert (myObject (attribute1 "attr4027") ) ) +(assert (myObject (attribute1 "attr4028") ) ) +(assert (myObject (attribute1 "attr4029") ) ) +(assert (myObject (attribute1 "attr4030") ) ) +(assert (myObject (attribute1 "attr4031") ) ) +(assert (myObject (attribute1 "attr4032") ) ) +(assert (myObject (attribute1 "attr4033") ) ) +(assert (myObject (attribute1 "attr4034") ) ) +(assert (myObject (attribute1 "attr4035") ) ) +(assert (myObject (attribute1 "attr4036") ) ) +(assert (myObject (attribute1 "attr4037") ) ) +(assert (myObject (attribute1 "attr4038") ) ) +(assert (myObject (attribute1 "attr4039") ) ) +(assert (myObject (attribute1 "attr4040") ) ) +(assert (myObject (attribute1 "attr4041") ) ) +(assert (myObject (attribute1 "attr4042") ) ) +(assert (myObject (attribute1 "attr4043") ) ) +(assert (myObject (attribute1 "attr4044") ) ) +(assert (myObject (attribute1 "attr4045") ) ) +(assert (myObject (attribute1 "attr4046") ) ) +(assert (myObject (attribute1 "attr4047") ) ) +(assert (myObject (attribute1 "attr4048") ) ) +(assert (myObject (attribute1 "attr4049") ) ) +(assert (myObject (attribute1 "attr4050") ) ) +(assert (myObject (attribute1 "attr4051") ) ) +(assert (myObject (attribute1 "attr4052") ) ) +(assert (myObject (attribute1 "attr4053") ) ) +(assert (myObject (attribute1 "attr4054") ) ) +(assert (myObject (attribute1 "attr4055") ) ) +(assert (myObject (attribute1 "attr4056") ) ) +(assert (myObject (attribute1 "attr4057") ) ) +(assert (myObject (attribute1 "attr4058") ) ) +(assert (myObject (attribute1 "attr4059") ) ) +(assert (myObject (attribute1 "attr4060") ) ) +(assert (myObject (attribute1 "attr4061") ) ) +(assert (myObject (attribute1 "attr4062") ) ) +(assert (myObject (attribute1 "attr4063") ) ) +(assert (myObject (attribute1 "attr4064") ) ) +(assert (myObject (attribute1 "attr4065") ) ) +(assert (myObject (attribute1 "attr4066") ) ) +(assert (myObject (attribute1 "attr4067") ) ) +(assert (myObject (attribute1 "attr4068") ) ) +(assert (myObject (attribute1 "attr4069") ) ) +(assert (myObject (attribute1 "attr4070") ) ) +(assert (myObject (attribute1 "attr4071") ) ) +(assert (myObject (attribute1 "attr4072") ) ) +(assert (myObject (attribute1 "attr4073") ) ) +(assert (myObject (attribute1 "attr4074") ) ) +(assert (myObject (attribute1 "attr4075") ) ) +(assert (myObject (attribute1 "attr4076") ) ) +(assert (myObject (attribute1 "attr4077") ) ) +(assert (myObject (attribute1 "attr4078") ) ) +(assert (myObject (attribute1 "attr4079") ) ) +(assert (myObject (attribute1 "attr4080") ) ) +(assert (myObject (attribute1 "attr4081") ) ) +(assert (myObject (attribute1 "attr4082") ) ) +(assert (myObject (attribute1 "attr4083") ) ) +(assert (myObject (attribute1 "attr4084") ) ) +(assert (myObject (attribute1 "attr4085") ) ) +(assert (myObject (attribute1 "attr4086") ) ) +(assert (myObject (attribute1 "attr4087") ) ) +(assert (myObject (attribute1 "attr4088") ) ) +(assert (myObject (attribute1 "attr4089") ) ) +(assert (myObject (attribute1 "attr4090") ) ) +(assert (myObject (attribute1 "attr4091") ) ) +(assert (myObject (attribute1 "attr4092") ) ) +(assert (myObject (attribute1 "attr4093") ) ) +(assert (myObject (attribute1 "attr4094") ) ) +(assert (myObject (attribute1 "attr4095") ) ) +(assert (myObject (attribute1 "attr4096") ) ) +(assert (myObject (attribute1 "attr4097") ) ) +(assert (myObject (attribute1 "attr4098") ) ) +(assert (myObject (attribute1 "attr4099") ) ) +(assert (myObject (attribute1 "attr4100") ) ) +(assert (myObject (attribute1 "attr4101") ) ) +(assert (myObject (attribute1 "attr4102") ) ) +(assert (myObject (attribute1 "attr4103") ) ) +(assert (myObject (attribute1 "attr4104") ) ) +(assert (myObject (attribute1 "attr4105") ) ) +(assert (myObject (attribute1 "attr4106") ) ) +(assert (myObject (attribute1 "attr4107") ) ) +(assert (myObject (attribute1 "attr4108") ) ) +(assert (myObject (attribute1 "attr4109") ) ) +(assert (myObject (attribute1 "attr4110") ) ) +(assert (myObject (attribute1 "attr4111") ) ) +(assert (myObject (attribute1 "attr4112") ) ) +(assert (myObject (attribute1 "attr4113") ) ) +(assert (myObject (attribute1 "attr4114") ) ) +(assert (myObject (attribute1 "attr4115") ) ) +(assert (myObject (attribute1 "attr4116") ) ) +(assert (myObject (attribute1 "attr4117") ) ) +(assert (myObject (attribute1 "attr4118") ) ) +(assert (myObject (attribute1 "attr4119") ) ) +(assert (myObject (attribute1 "attr4120") ) ) +(assert (myObject (attribute1 "attr4121") ) ) +(assert (myObject (attribute1 "attr4122") ) ) +(assert (myObject (attribute1 "attr4123") ) ) +(assert (myObject (attribute1 "attr4124") ) ) +(assert (myObject (attribute1 "attr4125") ) ) +(assert (myObject (attribute1 "attr4126") ) ) +(assert (myObject (attribute1 "attr4127") ) ) +(assert (myObject (attribute1 "attr4128") ) ) +(assert (myObject (attribute1 "attr4129") ) ) +(assert (myObject (attribute1 "attr4130") ) ) +(assert (myObject (attribute1 "attr4131") ) ) +(assert (myObject (attribute1 "attr4132") ) ) +(assert (myObject (attribute1 "attr4133") ) ) +(assert (myObject (attribute1 "attr4134") ) ) +(assert (myObject (attribute1 "attr4135") ) ) +(assert (myObject (attribute1 "attr4136") ) ) +(assert (myObject (attribute1 "attr4137") ) ) +(assert (myObject (attribute1 "attr4138") ) ) +(assert (myObject (attribute1 "attr4139") ) ) +(assert (myObject (attribute1 "attr4140") ) ) +(assert (myObject (attribute1 "attr4141") ) ) +(assert (myObject (attribute1 "attr4142") ) ) +(assert (myObject (attribute1 "attr4143") ) ) +(assert (myObject (attribute1 "attr4144") ) ) +(assert (myObject (attribute1 "attr4145") ) ) +(assert (myObject (attribute1 "attr4146") ) ) +(assert (myObject (attribute1 "attr4147") ) ) +(assert (myObject (attribute1 "attr4148") ) ) +(assert (myObject (attribute1 "attr4149") ) ) +(assert (myObject (attribute1 "attr4150") ) ) +(assert (myObject (attribute1 "attr4151") ) ) +(assert (myObject (attribute1 "attr4152") ) ) +(assert (myObject (attribute1 "attr4153") ) ) +(assert (myObject (attribute1 "attr4154") ) ) +(assert (myObject (attribute1 "attr4155") ) ) +(assert (myObject (attribute1 "attr4156") ) ) +(assert (myObject (attribute1 "attr4157") ) ) +(assert (myObject (attribute1 "attr4158") ) ) +(assert (myObject (attribute1 "attr4159") ) ) +(assert (myObject (attribute1 "attr4160") ) ) +(assert (myObject (attribute1 "attr4161") ) ) +(assert (myObject (attribute1 "attr4162") ) ) +(assert (myObject (attribute1 "attr4163") ) ) +(assert (myObject (attribute1 "attr4164") ) ) +(assert (myObject (attribute1 "attr4165") ) ) +(assert (myObject (attribute1 "attr4166") ) ) +(assert (myObject (attribute1 "attr4167") ) ) +(assert (myObject (attribute1 "attr4168") ) ) +(assert (myObject (attribute1 "attr4169") ) ) +(assert (myObject (attribute1 "attr4170") ) ) +(assert (myObject (attribute1 "attr4171") ) ) +(assert (myObject (attribute1 "attr4172") ) ) +(assert (myObject (attribute1 "attr4173") ) ) +(assert (myObject (attribute1 "attr4174") ) ) +(assert (myObject (attribute1 "attr4175") ) ) +(assert (myObject (attribute1 "attr4176") ) ) +(assert (myObject (attribute1 "attr4177") ) ) +(assert (myObject (attribute1 "attr4178") ) ) +(assert (myObject (attribute1 "attr4179") ) ) +(assert (myObject (attribute1 "attr4180") ) ) +(assert (myObject (attribute1 "attr4181") ) ) +(assert (myObject (attribute1 "attr4182") ) ) +(assert (myObject (attribute1 "attr4183") ) ) +(assert (myObject (attribute1 "attr4184") ) ) +(assert (myObject (attribute1 "attr4185") ) ) +(assert (myObject (attribute1 "attr4186") ) ) +(assert (myObject (attribute1 "attr4187") ) ) +(assert (myObject (attribute1 "attr4188") ) ) +(assert (myObject (attribute1 "attr4189") ) ) +(assert (myObject (attribute1 "attr4190") ) ) +(assert (myObject (attribute1 "attr4191") ) ) +(assert (myObject (attribute1 "attr4192") ) ) +(assert (myObject (attribute1 "attr4193") ) ) +(assert (myObject (attribute1 "attr4194") ) ) +(assert (myObject (attribute1 "attr4195") ) ) +(assert (myObject (attribute1 "attr4196") ) ) +(assert (myObject (attribute1 "attr4197") ) ) +(assert (myObject (attribute1 "attr4198") ) ) +(assert (myObject (attribute1 "attr4199") ) ) +(assert (myObject (attribute1 "attr4200") ) ) +(assert (myObject (attribute1 "attr4201") ) ) +(assert (myObject (attribute1 "attr4202") ) ) +(assert (myObject (attribute1 "attr4203") ) ) +(assert (myObject (attribute1 "attr4204") ) ) +(assert (myObject (attribute1 "attr4205") ) ) +(assert (myObject (attribute1 "attr4206") ) ) +(assert (myObject (attribute1 "attr4207") ) ) +(assert (myObject (attribute1 "attr4208") ) ) +(assert (myObject (attribute1 "attr4209") ) ) +(assert (myObject (attribute1 "attr4210") ) ) +(assert (myObject (attribute1 "attr4211") ) ) +(assert (myObject (attribute1 "attr4212") ) ) +(assert (myObject (attribute1 "attr4213") ) ) +(assert (myObject (attribute1 "attr4214") ) ) +(assert (myObject (attribute1 "attr4215") ) ) +(assert (myObject (attribute1 "attr4216") ) ) +(assert (myObject (attribute1 "attr4217") ) ) +(assert (myObject (attribute1 "attr4218") ) ) +(assert (myObject (attribute1 "attr4219") ) ) +(assert (myObject (attribute1 "attr4220") ) ) +(assert (myObject (attribute1 "attr4221") ) ) +(assert (myObject (attribute1 "attr4222") ) ) +(assert (myObject (attribute1 "attr4223") ) ) +(assert (myObject (attribute1 "attr4224") ) ) +(assert (myObject (attribute1 "attr4225") ) ) +(assert (myObject (attribute1 "attr4226") ) ) +(assert (myObject (attribute1 "attr4227") ) ) +(assert (myObject (attribute1 "attr4228") ) ) +(assert (myObject (attribute1 "attr4229") ) ) +(assert (myObject (attribute1 "attr4230") ) ) +(assert (myObject (attribute1 "attr4231") ) ) +(assert (myObject (attribute1 "attr4232") ) ) +(assert (myObject (attribute1 "attr4233") ) ) +(assert (myObject (attribute1 "attr4234") ) ) +(assert (myObject (attribute1 "attr4235") ) ) +(assert (myObject (attribute1 "attr4236") ) ) +(assert (myObject (attribute1 "attr4237") ) ) +(assert (myObject (attribute1 "attr4238") ) ) +(assert (myObject (attribute1 "attr4239") ) ) +(assert (myObject (attribute1 "attr4240") ) ) +(assert (myObject (attribute1 "attr4241") ) ) +(assert (myObject (attribute1 "attr4242") ) ) +(assert (myObject (attribute1 "attr4243") ) ) +(assert (myObject (attribute1 "attr4244") ) ) +(assert (myObject (attribute1 "attr4245") ) ) +(assert (myObject (attribute1 "attr4246") ) ) +(assert (myObject (attribute1 "attr4247") ) ) +(assert (myObject (attribute1 "attr4248") ) ) +(assert (myObject (attribute1 "attr4249") ) ) +(assert (myObject (attribute1 "attr4250") ) ) +(assert (myObject (attribute1 "attr4251") ) ) +(assert (myObject (attribute1 "attr4252") ) ) +(assert (myObject (attribute1 "attr4253") ) ) +(assert (myObject (attribute1 "attr4254") ) ) +(assert (myObject (attribute1 "attr4255") ) ) +(assert (myObject (attribute1 "attr4256") ) ) +(assert (myObject (attribute1 "attr4257") ) ) +(assert (myObject (attribute1 "attr4258") ) ) +(assert (myObject (attribute1 "attr4259") ) ) +(assert (myObject (attribute1 "attr4260") ) ) +(assert (myObject (attribute1 "attr4261") ) ) +(assert (myObject (attribute1 "attr4262") ) ) +(assert (myObject (attribute1 "attr4263") ) ) +(assert (myObject (attribute1 "attr4264") ) ) +(assert (myObject (attribute1 "attr4265") ) ) +(assert (myObject (attribute1 "attr4266") ) ) +(assert (myObject (attribute1 "attr4267") ) ) +(assert (myObject (attribute1 "attr4268") ) ) +(assert (myObject (attribute1 "attr4269") ) ) +(assert (myObject (attribute1 "attr4270") ) ) +(assert (myObject (attribute1 "attr4271") ) ) +(assert (myObject (attribute1 "attr4272") ) ) +(assert (myObject (attribute1 "attr4273") ) ) +(assert (myObject (attribute1 "attr4274") ) ) +(assert (myObject (attribute1 "attr4275") ) ) +(assert (myObject (attribute1 "attr4276") ) ) +(assert (myObject (attribute1 "attr4277") ) ) +(assert (myObject (attribute1 "attr4278") ) ) +(assert (myObject (attribute1 "attr4279") ) ) +(assert (myObject (attribute1 "attr4280") ) ) +(assert (myObject (attribute1 "attr4281") ) ) +(assert (myObject (attribute1 "attr4282") ) ) +(assert (myObject (attribute1 "attr4283") ) ) +(assert (myObject (attribute1 "attr4284") ) ) +(assert (myObject (attribute1 "attr4285") ) ) +(assert (myObject (attribute1 "attr4286") ) ) +(assert (myObject (attribute1 "attr4287") ) ) +(assert (myObject (attribute1 "attr4288") ) ) +(assert (myObject (attribute1 "attr4289") ) ) +(assert (myObject (attribute1 "attr4290") ) ) +(assert (myObject (attribute1 "attr4291") ) ) +(assert (myObject (attribute1 "attr4292") ) ) +(assert (myObject (attribute1 "attr4293") ) ) +(assert (myObject (attribute1 "attr4294") ) ) +(assert (myObject (attribute1 "attr4295") ) ) +(assert (myObject (attribute1 "attr4296") ) ) +(assert (myObject (attribute1 "attr4297") ) ) +(assert (myObject (attribute1 "attr4298") ) ) +(assert (myObject (attribute1 "attr4299") ) ) +(assert (myObject (attribute1 "attr4300") ) ) +(assert (myObject (attribute1 "attr4301") ) ) +(assert (myObject (attribute1 "attr4302") ) ) +(assert (myObject (attribute1 "attr4303") ) ) +(assert (myObject (attribute1 "attr4304") ) ) +(assert (myObject (attribute1 "attr4305") ) ) +(assert (myObject (attribute1 "attr4306") ) ) +(assert (myObject (attribute1 "attr4307") ) ) +(assert (myObject (attribute1 "attr4308") ) ) +(assert (myObject (attribute1 "attr4309") ) ) +(assert (myObject (attribute1 "attr4310") ) ) +(assert (myObject (attribute1 "attr4311") ) ) +(assert (myObject (attribute1 "attr4312") ) ) +(assert (myObject (attribute1 "attr4313") ) ) +(assert (myObject (attribute1 "attr4314") ) ) +(assert (myObject (attribute1 "attr4315") ) ) +(assert (myObject (attribute1 "attr4316") ) ) +(assert (myObject (attribute1 "attr4317") ) ) +(assert (myObject (attribute1 "attr4318") ) ) +(assert (myObject (attribute1 "attr4319") ) ) +(assert (myObject (attribute1 "attr4320") ) ) +(assert (myObject (attribute1 "attr4321") ) ) +(assert (myObject (attribute1 "attr4322") ) ) +(assert (myObject (attribute1 "attr4323") ) ) +(assert (myObject (attribute1 "attr4324") ) ) +(assert (myObject (attribute1 "attr4325") ) ) +(assert (myObject (attribute1 "attr4326") ) ) +(assert (myObject (attribute1 "attr4327") ) ) +(assert (myObject (attribute1 "attr4328") ) ) +(assert (myObject (attribute1 "attr4329") ) ) +(assert (myObject (attribute1 "attr4330") ) ) +(assert (myObject (attribute1 "attr4331") ) ) +(assert (myObject (attribute1 "attr4332") ) ) +(assert (myObject (attribute1 "attr4333") ) ) +(assert (myObject (attribute1 "attr4334") ) ) +(assert (myObject (attribute1 "attr4335") ) ) +(assert (myObject (attribute1 "attr4336") ) ) +(assert (myObject (attribute1 "attr4337") ) ) +(assert (myObject (attribute1 "attr4338") ) ) +(assert (myObject (attribute1 "attr4339") ) ) +(assert (myObject (attribute1 "attr4340") ) ) +(assert (myObject (attribute1 "attr4341") ) ) +(assert (myObject (attribute1 "attr4342") ) ) +(assert (myObject (attribute1 "attr4343") ) ) +(assert (myObject (attribute1 "attr4344") ) ) +(assert (myObject (attribute1 "attr4345") ) ) +(assert (myObject (attribute1 "attr4346") ) ) +(assert (myObject (attribute1 "attr4347") ) ) +(assert (myObject (attribute1 "attr4348") ) ) +(assert (myObject (attribute1 "attr4349") ) ) +(assert (myObject (attribute1 "attr4350") ) ) +(assert (myObject (attribute1 "attr4351") ) ) +(assert (myObject (attribute1 "attr4352") ) ) +(assert (myObject (attribute1 "attr4353") ) ) +(assert (myObject (attribute1 "attr4354") ) ) +(assert (myObject (attribute1 "attr4355") ) ) +(assert (myObject (attribute1 "attr4356") ) ) +(assert (myObject (attribute1 "attr4357") ) ) +(assert (myObject (attribute1 "attr4358") ) ) +(assert (myObject (attribute1 "attr4359") ) ) +(assert (myObject (attribute1 "attr4360") ) ) +(assert (myObject (attribute1 "attr4361") ) ) +(assert (myObject (attribute1 "attr4362") ) ) +(assert (myObject (attribute1 "attr4363") ) ) +(assert (myObject (attribute1 "attr4364") ) ) +(assert (myObject (attribute1 "attr4365") ) ) +(assert (myObject (attribute1 "attr4366") ) ) +(assert (myObject (attribute1 "attr4367") ) ) +(assert (myObject (attribute1 "attr4368") ) ) +(assert (myObject (attribute1 "attr4369") ) ) +(assert (myObject (attribute1 "attr4370") ) ) +(assert (myObject (attribute1 "attr4371") ) ) +(assert (myObject (attribute1 "attr4372") ) ) +(assert (myObject (attribute1 "attr4373") ) ) +(assert (myObject (attribute1 "attr4374") ) ) +(assert (myObject (attribute1 "attr4375") ) ) +(assert (myObject (attribute1 "attr4376") ) ) +(assert (myObject (attribute1 "attr4377") ) ) +(assert (myObject (attribute1 "attr4378") ) ) +(assert (myObject (attribute1 "attr4379") ) ) +(assert (myObject (attribute1 "attr4380") ) ) +(assert (myObject (attribute1 "attr4381") ) ) +(assert (myObject (attribute1 "attr4382") ) ) +(assert (myObject (attribute1 "attr4383") ) ) +(assert (myObject (attribute1 "attr4384") ) ) +(assert (myObject (attribute1 "attr4385") ) ) +(assert (myObject (attribute1 "attr4386") ) ) +(assert (myObject (attribute1 "attr4387") ) ) +(assert (myObject (attribute1 "attr4388") ) ) +(assert (myObject (attribute1 "attr4389") ) ) +(assert (myObject (attribute1 "attr4390") ) ) +(assert (myObject (attribute1 "attr4391") ) ) +(assert (myObject (attribute1 "attr4392") ) ) +(assert (myObject (attribute1 "attr4393") ) ) +(assert (myObject (attribute1 "attr4394") ) ) +(assert (myObject (attribute1 "attr4395") ) ) +(assert (myObject (attribute1 "attr4396") ) ) +(assert (myObject (attribute1 "attr4397") ) ) +(assert (myObject (attribute1 "attr4398") ) ) +(assert (myObject (attribute1 "attr4399") ) ) +(assert (myObject (attribute1 "attr4400") ) ) +(assert (myObject (attribute1 "attr4401") ) ) +(assert (myObject (attribute1 "attr4402") ) ) +(assert (myObject (attribute1 "attr4403") ) ) +(assert (myObject (attribute1 "attr4404") ) ) +(assert (myObject (attribute1 "attr4405") ) ) +(assert (myObject (attribute1 "attr4406") ) ) +(assert (myObject (attribute1 "attr4407") ) ) +(assert (myObject (attribute1 "attr4408") ) ) +(assert (myObject (attribute1 "attr4409") ) ) +(assert (myObject (attribute1 "attr4410") ) ) +(assert (myObject (attribute1 "attr4411") ) ) +(assert (myObject (attribute1 "attr4412") ) ) +(assert (myObject (attribute1 "attr4413") ) ) +(assert (myObject (attribute1 "attr4414") ) ) +(assert (myObject (attribute1 "attr4415") ) ) +(assert (myObject (attribute1 "attr4416") ) ) +(assert (myObject (attribute1 "attr4417") ) ) +(assert (myObject (attribute1 "attr4418") ) ) +(assert (myObject (attribute1 "attr4419") ) ) +(assert (myObject (attribute1 "attr4420") ) ) +(assert (myObject (attribute1 "attr4421") ) ) +(assert (myObject (attribute1 "attr4422") ) ) +(assert (myObject (attribute1 "attr4423") ) ) +(assert (myObject (attribute1 "attr4424") ) ) +(assert (myObject (attribute1 "attr4425") ) ) +(assert (myObject (attribute1 "attr4426") ) ) +(assert (myObject (attribute1 "attr4427") ) ) +(assert (myObject (attribute1 "attr4428") ) ) +(assert (myObject (attribute1 "attr4429") ) ) +(assert (myObject (attribute1 "attr4430") ) ) +(assert (myObject (attribute1 "attr4431") ) ) +(assert (myObject (attribute1 "attr4432") ) ) +(assert (myObject (attribute1 "attr4433") ) ) +(assert (myObject (attribute1 "attr4434") ) ) +(assert (myObject (attribute1 "attr4435") ) ) +(assert (myObject (attribute1 "attr4436") ) ) +(assert (myObject (attribute1 "attr4437") ) ) +(assert (myObject (attribute1 "attr4438") ) ) +(assert (myObject (attribute1 "attr4439") ) ) +(assert (myObject (attribute1 "attr4440") ) ) +(assert (myObject (attribute1 "attr4441") ) ) +(assert (myObject (attribute1 "attr4442") ) ) +(assert (myObject (attribute1 "attr4443") ) ) +(assert (myObject (attribute1 "attr4444") ) ) +(assert (myObject (attribute1 "attr4445") ) ) +(assert (myObject (attribute1 "attr4446") ) ) +(assert (myObject (attribute1 "attr4447") ) ) +(assert (myObject (attribute1 "attr4448") ) ) +(assert (myObject (attribute1 "attr4449") ) ) +(assert (myObject (attribute1 "attr4450") ) ) +(assert (myObject (attribute1 "attr4451") ) ) +(assert (myObject (attribute1 "attr4452") ) ) +(assert (myObject (attribute1 "attr4453") ) ) +(assert (myObject (attribute1 "attr4454") ) ) +(assert (myObject (attribute1 "attr4455") ) ) +(assert (myObject (attribute1 "attr4456") ) ) +(assert (myObject (attribute1 "attr4457") ) ) +(assert (myObject (attribute1 "attr4458") ) ) +(assert (myObject (attribute1 "attr4459") ) ) +(assert (myObject (attribute1 "attr4460") ) ) +(assert (myObject (attribute1 "attr4461") ) ) +(assert (myObject (attribute1 "attr4462") ) ) +(assert (myObject (attribute1 "attr4463") ) ) +(assert (myObject (attribute1 "attr4464") ) ) +(assert (myObject (attribute1 "attr4465") ) ) +(assert (myObject (attribute1 "attr4466") ) ) +(assert (myObject (attribute1 "attr4467") ) ) +(assert (myObject (attribute1 "attr4468") ) ) +(assert (myObject (attribute1 "attr4469") ) ) +(assert (myObject (attribute1 "attr4470") ) ) +(assert (myObject (attribute1 "attr4471") ) ) +(assert (myObject (attribute1 "attr4472") ) ) +(assert (myObject (attribute1 "attr4473") ) ) +(assert (myObject (attribute1 "attr4474") ) ) +(assert (myObject (attribute1 "attr4475") ) ) +(assert (myObject (attribute1 "attr4476") ) ) +(assert (myObject (attribute1 "attr4477") ) ) +(assert (myObject (attribute1 "attr4478") ) ) +(assert (myObject (attribute1 "attr4479") ) ) +(assert (myObject (attribute1 "attr4480") ) ) +(assert (myObject (attribute1 "attr4481") ) ) +(assert (myObject (attribute1 "attr4482") ) ) +(assert (myObject (attribute1 "attr4483") ) ) +(assert (myObject (attribute1 "attr4484") ) ) +(assert (myObject (attribute1 "attr4485") ) ) +(assert (myObject (attribute1 "attr4486") ) ) +(assert (myObject (attribute1 "attr4487") ) ) +(assert (myObject (attribute1 "attr4488") ) ) +(assert (myObject (attribute1 "attr4489") ) ) +(assert (myObject (attribute1 "attr4490") ) ) +(assert (myObject (attribute1 "attr4491") ) ) +(assert (myObject (attribute1 "attr4492") ) ) +(assert (myObject (attribute1 "attr4493") ) ) +(assert (myObject (attribute1 "attr4494") ) ) +(assert (myObject (attribute1 "attr4495") ) ) +(assert (myObject (attribute1 "attr4496") ) ) +(assert (myObject (attribute1 "attr4497") ) ) +(assert (myObject (attribute1 "attr4498") ) ) +(assert (myObject (attribute1 "attr4499") ) ) +(assert (myObject (attribute1 "attr4500") ) ) +(assert (myObject (attribute1 "attr4501") ) ) +(assert (myObject (attribute1 "attr4502") ) ) +(assert (myObject (attribute1 "attr4503") ) ) +(assert (myObject (attribute1 "attr4504") ) ) +(assert (myObject (attribute1 "attr4505") ) ) +(assert (myObject (attribute1 "attr4506") ) ) +(assert (myObject (attribute1 "attr4507") ) ) +(assert (myObject (attribute1 "attr4508") ) ) +(assert (myObject (attribute1 "attr4509") ) ) +(assert (myObject (attribute1 "attr4510") ) ) +(assert (myObject (attribute1 "attr4511") ) ) +(assert (myObject (attribute1 "attr4512") ) ) +(assert (myObject (attribute1 "attr4513") ) ) +(assert (myObject (attribute1 "attr4514") ) ) +(assert (myObject (attribute1 "attr4515") ) ) +(assert (myObject (attribute1 "attr4516") ) ) +(assert (myObject (attribute1 "attr4517") ) ) +(assert (myObject (attribute1 "attr4518") ) ) +(assert (myObject (attribute1 "attr4519") ) ) +(assert (myObject (attribute1 "attr4520") ) ) +(assert (myObject (attribute1 "attr4521") ) ) +(assert (myObject (attribute1 "attr4522") ) ) +(assert (myObject (attribute1 "attr4523") ) ) +(assert (myObject (attribute1 "attr4524") ) ) +(assert (myObject (attribute1 "attr4525") ) ) +(assert (myObject (attribute1 "attr4526") ) ) +(assert (myObject (attribute1 "attr4527") ) ) +(assert (myObject (attribute1 "attr4528") ) ) +(assert (myObject (attribute1 "attr4529") ) ) +(assert (myObject (attribute1 "attr4530") ) ) +(assert (myObject (attribute1 "attr4531") ) ) +(assert (myObject (attribute1 "attr4532") ) ) +(assert (myObject (attribute1 "attr4533") ) ) +(assert (myObject (attribute1 "attr4534") ) ) +(assert (myObject (attribute1 "attr4535") ) ) +(assert (myObject (attribute1 "attr4536") ) ) +(assert (myObject (attribute1 "attr4537") ) ) +(assert (myObject (attribute1 "attr4538") ) ) +(assert (myObject (attribute1 "attr4539") ) ) +(assert (myObject (attribute1 "attr4540") ) ) +(assert (myObject (attribute1 "attr4541") ) ) +(assert (myObject (attribute1 "attr4542") ) ) +(assert (myObject (attribute1 "attr4543") ) ) +(assert (myObject (attribute1 "attr4544") ) ) +(assert (myObject (attribute1 "attr4545") ) ) +(assert (myObject (attribute1 "attr4546") ) ) +(assert (myObject (attribute1 "attr4547") ) ) +(assert (myObject (attribute1 "attr4548") ) ) +(assert (myObject (attribute1 "attr4549") ) ) +(assert (myObject (attribute1 "attr4550") ) ) +(assert (myObject (attribute1 "attr4551") ) ) +(assert (myObject (attribute1 "attr4552") ) ) +(assert (myObject (attribute1 "attr4553") ) ) +(assert (myObject (attribute1 "attr4554") ) ) +(assert (myObject (attribute1 "attr4555") ) ) +(assert (myObject (attribute1 "attr4556") ) ) +(assert (myObject (attribute1 "attr4557") ) ) +(assert (myObject (attribute1 "attr4558") ) ) +(assert (myObject (attribute1 "attr4559") ) ) +(assert (myObject (attribute1 "attr4560") ) ) +(assert (myObject (attribute1 "attr4561") ) ) +(assert (myObject (attribute1 "attr4562") ) ) +(assert (myObject (attribute1 "attr4563") ) ) +(assert (myObject (attribute1 "attr4564") ) ) +(assert (myObject (attribute1 "attr4565") ) ) +(assert (myObject (attribute1 "attr4566") ) ) +(assert (myObject (attribute1 "attr4567") ) ) +(assert (myObject (attribute1 "attr4568") ) ) +(assert (myObject (attribute1 "attr4569") ) ) +(assert (myObject (attribute1 "attr4570") ) ) +(assert (myObject (attribute1 "attr4571") ) ) +(assert (myObject (attribute1 "attr4572") ) ) +(assert (myObject (attribute1 "attr4573") ) ) +(assert (myObject (attribute1 "attr4574") ) ) +(assert (myObject (attribute1 "attr4575") ) ) +(assert (myObject (attribute1 "attr4576") ) ) +(assert (myObject (attribute1 "attr4577") ) ) +(assert (myObject (attribute1 "attr4578") ) ) +(assert (myObject (attribute1 "attr4579") ) ) +(assert (myObject (attribute1 "attr4580") ) ) +(assert (myObject (attribute1 "attr4581") ) ) +(assert (myObject (attribute1 "attr4582") ) ) +(assert (myObject (attribute1 "attr4583") ) ) +(assert (myObject (attribute1 "attr4584") ) ) +(assert (myObject (attribute1 "attr4585") ) ) +(assert (myObject (attribute1 "attr4586") ) ) +(assert (myObject (attribute1 "attr4587") ) ) +(assert (myObject (attribute1 "attr4588") ) ) +(assert (myObject (attribute1 "attr4589") ) ) +(assert (myObject (attribute1 "attr4590") ) ) +(assert (myObject (attribute1 "attr4591") ) ) +(assert (myObject (attribute1 "attr4592") ) ) +(assert (myObject (attribute1 "attr4593") ) ) +(assert (myObject (attribute1 "attr4594") ) ) +(assert (myObject (attribute1 "attr4595") ) ) +(assert (myObject (attribute1 "attr4596") ) ) +(assert (myObject (attribute1 "attr4597") ) ) +(assert (myObject (attribute1 "attr4598") ) ) +(assert (myObject (attribute1 "attr4599") ) ) +(assert (myObject (attribute1 "attr4600") ) ) +(assert (myObject (attribute1 "attr4601") ) ) +(assert (myObject (attribute1 "attr4602") ) ) +(assert (myObject (attribute1 "attr4603") ) ) +(assert (myObject (attribute1 "attr4604") ) ) +(assert (myObject (attribute1 "attr4605") ) ) +(assert (myObject (attribute1 "attr4606") ) ) +(assert (myObject (attribute1 "attr4607") ) ) +(assert (myObject (attribute1 "attr4608") ) ) +(assert (myObject (attribute1 "attr4609") ) ) +(assert (myObject (attribute1 "attr4610") ) ) +(assert (myObject (attribute1 "attr4611") ) ) +(assert (myObject (attribute1 "attr4612") ) ) +(assert (myObject (attribute1 "attr4613") ) ) +(assert (myObject (attribute1 "attr4614") ) ) +(assert (myObject (attribute1 "attr4615") ) ) +(assert (myObject (attribute1 "attr4616") ) ) +(assert (myObject (attribute1 "attr4617") ) ) +(assert (myObject (attribute1 "attr4618") ) ) +(assert (myObject (attribute1 "attr4619") ) ) +(assert (myObject (attribute1 "attr4620") ) ) +(assert (myObject (attribute1 "attr4621") ) ) +(assert (myObject (attribute1 "attr4622") ) ) +(assert (myObject (attribute1 "attr4623") ) ) +(assert (myObject (attribute1 "attr4624") ) ) +(assert (myObject (attribute1 "attr4625") ) ) +(assert (myObject (attribute1 "attr4626") ) ) +(assert (myObject (attribute1 "attr4627") ) ) +(assert (myObject (attribute1 "attr4628") ) ) +(assert (myObject (attribute1 "attr4629") ) ) +(assert (myObject (attribute1 "attr4630") ) ) +(assert (myObject (attribute1 "attr4631") ) ) +(assert (myObject (attribute1 "attr4632") ) ) +(assert (myObject (attribute1 "attr4633") ) ) +(assert (myObject (attribute1 "attr4634") ) ) +(assert (myObject (attribute1 "attr4635") ) ) +(assert (myObject (attribute1 "attr4636") ) ) +(assert (myObject (attribute1 "attr4637") ) ) +(assert (myObject (attribute1 "attr4638") ) ) +(assert (myObject (attribute1 "attr4639") ) ) +(assert (myObject (attribute1 "attr4640") ) ) +(assert (myObject (attribute1 "attr4641") ) ) +(assert (myObject (attribute1 "attr4642") ) ) +(assert (myObject (attribute1 "attr4643") ) ) +(assert (myObject (attribute1 "attr4644") ) ) +(assert (myObject (attribute1 "attr4645") ) ) +(assert (myObject (attribute1 "attr4646") ) ) +(assert (myObject (attribute1 "attr4647") ) ) +(assert (myObject (attribute1 "attr4648") ) ) +(assert (myObject (attribute1 "attr4649") ) ) +(assert (myObject (attribute1 "attr4650") ) ) +(assert (myObject (attribute1 "attr4651") ) ) +(assert (myObject (attribute1 "attr4652") ) ) +(assert (myObject (attribute1 "attr4653") ) ) +(assert (myObject (attribute1 "attr4654") ) ) +(assert (myObject (attribute1 "attr4655") ) ) +(assert (myObject (attribute1 "attr4656") ) ) +(assert (myObject (attribute1 "attr4657") ) ) +(assert (myObject (attribute1 "attr4658") ) ) +(assert (myObject (attribute1 "attr4659") ) ) +(assert (myObject (attribute1 "attr4660") ) ) +(assert (myObject (attribute1 "attr4661") ) ) +(assert (myObject (attribute1 "attr4662") ) ) +(assert (myObject (attribute1 "attr4663") ) ) +(assert (myObject (attribute1 "attr4664") ) ) +(assert (myObject (attribute1 "attr4665") ) ) +(assert (myObject (attribute1 "attr4666") ) ) +(assert (myObject (attribute1 "attr4667") ) ) +(assert (myObject (attribute1 "attr4668") ) ) +(assert (myObject (attribute1 "attr4669") ) ) +(assert (myObject (attribute1 "attr4670") ) ) +(assert (myObject (attribute1 "attr4671") ) ) +(assert (myObject (attribute1 "attr4672") ) ) +(assert (myObject (attribute1 "attr4673") ) ) +(assert (myObject (attribute1 "attr4674") ) ) +(assert (myObject (attribute1 "attr4675") ) ) +(assert (myObject (attribute1 "attr4676") ) ) +(assert (myObject (attribute1 "attr4677") ) ) +(assert (myObject (attribute1 "attr4678") ) ) +(assert (myObject (attribute1 "attr4679") ) ) +(assert (myObject (attribute1 "attr4680") ) ) +(assert (myObject (attribute1 "attr4681") ) ) +(assert (myObject (attribute1 "attr4682") ) ) +(assert (myObject (attribute1 "attr4683") ) ) +(assert (myObject (attribute1 "attr4684") ) ) +(assert (myObject (attribute1 "attr4685") ) ) +(assert (myObject (attribute1 "attr4686") ) ) +(assert (myObject (attribute1 "attr4687") ) ) +(assert (myObject (attribute1 "attr4688") ) ) +(assert (myObject (attribute1 "attr4689") ) ) +(assert (myObject (attribute1 "attr4690") ) ) +(assert (myObject (attribute1 "attr4691") ) ) +(assert (myObject (attribute1 "attr4692") ) ) +(assert (myObject (attribute1 "attr4693") ) ) +(assert (myObject (attribute1 "attr4694") ) ) +(assert (myObject (attribute1 "attr4695") ) ) +(assert (myObject (attribute1 "attr4696") ) ) +(assert (myObject (attribute1 "attr4697") ) ) +(assert (myObject (attribute1 "attr4698") ) ) +(assert (myObject (attribute1 "attr4699") ) ) +(assert (myObject (attribute1 "attr4700") ) ) +(assert (myObject (attribute1 "attr4701") ) ) +(assert (myObject (attribute1 "attr4702") ) ) +(assert (myObject (attribute1 "attr4703") ) ) +(assert (myObject (attribute1 "attr4704") ) ) +(assert (myObject (attribute1 "attr4705") ) ) +(assert (myObject (attribute1 "attr4706") ) ) +(assert (myObject (attribute1 "attr4707") ) ) +(assert (myObject (attribute1 "attr4708") ) ) +(assert (myObject (attribute1 "attr4709") ) ) +(assert (myObject (attribute1 "attr4710") ) ) +(assert (myObject (attribute1 "attr4711") ) ) +(assert (myObject (attribute1 "attr4712") ) ) +(assert (myObject (attribute1 "attr4713") ) ) +(assert (myObject (attribute1 "attr4714") ) ) +(assert (myObject (attribute1 "attr4715") ) ) +(assert (myObject (attribute1 "attr4716") ) ) +(assert (myObject (attribute1 "attr4717") ) ) +(assert (myObject (attribute1 "attr4718") ) ) +(assert (myObject (attribute1 "attr4719") ) ) +(assert (myObject (attribute1 "attr4720") ) ) +(assert (myObject (attribute1 "attr4721") ) ) +(assert (myObject (attribute1 "attr4722") ) ) +(assert (myObject (attribute1 "attr4723") ) ) +(assert (myObject (attribute1 "attr4724") ) ) +(assert (myObject (attribute1 "attr4725") ) ) +(assert (myObject (attribute1 "attr4726") ) ) +(assert (myObject (attribute1 "attr4727") ) ) +(assert (myObject (attribute1 "attr4728") ) ) +(assert (myObject (attribute1 "attr4729") ) ) +(assert (myObject (attribute1 "attr4730") ) ) +(assert (myObject (attribute1 "attr4731") ) ) +(assert (myObject (attribute1 "attr4732") ) ) +(assert (myObject (attribute1 "attr4733") ) ) +(assert (myObject (attribute1 "attr4734") ) ) +(assert (myObject (attribute1 "attr4735") ) ) +(assert (myObject (attribute1 "attr4736") ) ) +(assert (myObject (attribute1 "attr4737") ) ) +(assert (myObject (attribute1 "attr4738") ) ) +(assert (myObject (attribute1 "attr4739") ) ) +(assert (myObject (attribute1 "attr4740") ) ) +(assert (myObject (attribute1 "attr4741") ) ) +(assert (myObject (attribute1 "attr4742") ) ) +(assert (myObject (attribute1 "attr4743") ) ) +(assert (myObject (attribute1 "attr4744") ) ) +(assert (myObject (attribute1 "attr4745") ) ) +(assert (myObject (attribute1 "attr4746") ) ) +(assert (myObject (attribute1 "attr4747") ) ) +(assert (myObject (attribute1 "attr4748") ) ) +(assert (myObject (attribute1 "attr4749") ) ) +(assert (myObject (attribute1 "attr4750") ) ) +(assert (myObject (attribute1 "attr4751") ) ) +(assert (myObject (attribute1 "attr4752") ) ) +(assert (myObject (attribute1 "attr4753") ) ) +(assert (myObject (attribute1 "attr4754") ) ) +(assert (myObject (attribute1 "attr4755") ) ) +(assert (myObject (attribute1 "attr4756") ) ) +(assert (myObject (attribute1 "attr4757") ) ) +(assert (myObject (attribute1 "attr4758") ) ) +(assert (myObject (attribute1 "attr4759") ) ) +(assert (myObject (attribute1 "attr4760") ) ) +(assert (myObject (attribute1 "attr4761") ) ) +(assert (myObject (attribute1 "attr4762") ) ) +(assert (myObject (attribute1 "attr4763") ) ) +(assert (myObject (attribute1 "attr4764") ) ) +(assert (myObject (attribute1 "attr4765") ) ) +(assert (myObject (attribute1 "attr4766") ) ) +(assert (myObject (attribute1 "attr4767") ) ) +(assert (myObject (attribute1 "attr4768") ) ) +(assert (myObject (attribute1 "attr4769") ) ) +(assert (myObject (attribute1 "attr4770") ) ) +(assert (myObject (attribute1 "attr4771") ) ) +(assert (myObject (attribute1 "attr4772") ) ) +(assert (myObject (attribute1 "attr4773") ) ) +(assert (myObject (attribute1 "attr4774") ) ) +(assert (myObject (attribute1 "attr4775") ) ) +(assert (myObject (attribute1 "attr4776") ) ) +(assert (myObject (attribute1 "attr4777") ) ) +(assert (myObject (attribute1 "attr4778") ) ) +(assert (myObject (attribute1 "attr4779") ) ) +(assert (myObject (attribute1 "attr4780") ) ) +(assert (myObject (attribute1 "attr4781") ) ) +(assert (myObject (attribute1 "attr4782") ) ) +(assert (myObject (attribute1 "attr4783") ) ) +(assert (myObject (attribute1 "attr4784") ) ) +(assert (myObject (attribute1 "attr4785") ) ) +(assert (myObject (attribute1 "attr4786") ) ) +(assert (myObject (attribute1 "attr4787") ) ) +(assert (myObject (attribute1 "attr4788") ) ) +(assert (myObject (attribute1 "attr4789") ) ) +(assert (myObject (attribute1 "attr4790") ) ) +(assert (myObject (attribute1 "attr4791") ) ) +(assert (myObject (attribute1 "attr4792") ) ) +(assert (myObject (attribute1 "attr4793") ) ) +(assert (myObject (attribute1 "attr4794") ) ) +(assert (myObject (attribute1 "attr4795") ) ) +(assert (myObject (attribute1 "attr4796") ) ) +(assert (myObject (attribute1 "attr4797") ) ) +(assert (myObject (attribute1 "attr4798") ) ) +(assert (myObject (attribute1 "attr4799") ) ) +(assert (myObject (attribute1 "attr4800") ) ) +(assert (myObject (attribute1 "attr4801") ) ) +(assert (myObject (attribute1 "attr4802") ) ) +(assert (myObject (attribute1 "attr4803") ) ) +(assert (myObject (attribute1 "attr4804") ) ) +(assert (myObject (attribute1 "attr4805") ) ) +(assert (myObject (attribute1 "attr4806") ) ) +(assert (myObject (attribute1 "attr4807") ) ) +(assert (myObject (attribute1 "attr4808") ) ) +(assert (myObject (attribute1 "attr4809") ) ) +(assert (myObject (attribute1 "attr4810") ) ) +(assert (myObject (attribute1 "attr4811") ) ) +(assert (myObject (attribute1 "attr4812") ) ) +(assert (myObject (attribute1 "attr4813") ) ) +(assert (myObject (attribute1 "attr4814") ) ) +(assert (myObject (attribute1 "attr4815") ) ) +(assert (myObject (attribute1 "attr4816") ) ) +(assert (myObject (attribute1 "attr4817") ) ) +(assert (myObject (attribute1 "attr4818") ) ) +(assert (myObject (attribute1 "attr4819") ) ) +(assert (myObject (attribute1 "attr4820") ) ) +(assert (myObject (attribute1 "attr4821") ) ) +(assert (myObject (attribute1 "attr4822") ) ) +(assert (myObject (attribute1 "attr4823") ) ) +(assert (myObject (attribute1 "attr4824") ) ) +(assert (myObject (attribute1 "attr4825") ) ) +(assert (myObject (attribute1 "attr4826") ) ) +(assert (myObject (attribute1 "attr4827") ) ) +(assert (myObject (attribute1 "attr4828") ) ) +(assert (myObject (attribute1 "attr4829") ) ) +(assert (myObject (attribute1 "attr4830") ) ) +(assert (myObject (attribute1 "attr4831") ) ) +(assert (myObject (attribute1 "attr4832") ) ) +(assert (myObject (attribute1 "attr4833") ) ) +(assert (myObject (attribute1 "attr4834") ) ) +(assert (myObject (attribute1 "attr4835") ) ) +(assert (myObject (attribute1 "attr4836") ) ) +(assert (myObject (attribute1 "attr4837") ) ) +(assert (myObject (attribute1 "attr4838") ) ) +(assert (myObject (attribute1 "attr4839") ) ) +(assert (myObject (attribute1 "attr4840") ) ) +(assert (myObject (attribute1 "attr4841") ) ) +(assert (myObject (attribute1 "attr4842") ) ) +(assert (myObject (attribute1 "attr4843") ) ) +(assert (myObject (attribute1 "attr4844") ) ) +(assert (myObject (attribute1 "attr4845") ) ) +(assert (myObject (attribute1 "attr4846") ) ) +(assert (myObject (attribute1 "attr4847") ) ) +(assert (myObject (attribute1 "attr4848") ) ) +(assert (myObject (attribute1 "attr4849") ) ) +(assert (myObject (attribute1 "attr4850") ) ) +(assert (myObject (attribute1 "attr4851") ) ) +(assert (myObject (attribute1 "attr4852") ) ) +(assert (myObject (attribute1 "attr4853") ) ) +(assert (myObject (attribute1 "attr4854") ) ) +(assert (myObject (attribute1 "attr4855") ) ) +(assert (myObject (attribute1 "attr4856") ) ) +(assert (myObject (attribute1 "attr4857") ) ) +(assert (myObject (attribute1 "attr4858") ) ) +(assert (myObject (attribute1 "attr4859") ) ) +(assert (myObject (attribute1 "attr4860") ) ) +(assert (myObject (attribute1 "attr4861") ) ) +(assert (myObject (attribute1 "attr4862") ) ) +(assert (myObject (attribute1 "attr4863") ) ) +(assert (myObject (attribute1 "attr4864") ) ) +(assert (myObject (attribute1 "attr4865") ) ) +(assert (myObject (attribute1 "attr4866") ) ) +(assert (myObject (attribute1 "attr4867") ) ) +(assert (myObject (attribute1 "attr4868") ) ) +(assert (myObject (attribute1 "attr4869") ) ) +(assert (myObject (attribute1 "attr4870") ) ) +(assert (myObject (attribute1 "attr4871") ) ) +(assert (myObject (attribute1 "attr4872") ) ) +(assert (myObject (attribute1 "attr4873") ) ) +(assert (myObject (attribute1 "attr4874") ) ) +(assert (myObject (attribute1 "attr4875") ) ) +(assert (myObject (attribute1 "attr4876") ) ) +(assert (myObject (attribute1 "attr4877") ) ) +(assert (myObject (attribute1 "attr4878") ) ) +(assert (myObject (attribute1 "attr4879") ) ) +(assert (myObject (attribute1 "attr4880") ) ) +(assert (myObject (attribute1 "attr4881") ) ) +(assert (myObject (attribute1 "attr4882") ) ) +(assert (myObject (attribute1 "attr4883") ) ) +(assert (myObject (attribute1 "attr4884") ) ) +(assert (myObject (attribute1 "attr4885") ) ) +(assert (myObject (attribute1 "attr4886") ) ) +(assert (myObject (attribute1 "attr4887") ) ) +(assert (myObject (attribute1 "attr4888") ) ) +(assert (myObject (attribute1 "attr4889") ) ) +(assert (myObject (attribute1 "attr4890") ) ) +(assert (myObject (attribute1 "attr4891") ) ) +(assert (myObject (attribute1 "attr4892") ) ) +(assert (myObject (attribute1 "attr4893") ) ) +(assert (myObject (attribute1 "attr4894") ) ) +(assert (myObject (attribute1 "attr4895") ) ) +(assert (myObject (attribute1 "attr4896") ) ) +(assert (myObject (attribute1 "attr4897") ) ) +(assert (myObject (attribute1 "attr4898") ) ) +(assert (myObject (attribute1 "attr4899") ) ) +(assert (myObject (attribute1 "attr4900") ) ) +(assert (myObject (attribute1 "attr4901") ) ) +(assert (myObject (attribute1 "attr4902") ) ) +(assert (myObject (attribute1 "attr4903") ) ) +(assert (myObject (attribute1 "attr4904") ) ) +(assert (myObject (attribute1 "attr4905") ) ) +(assert (myObject (attribute1 "attr4906") ) ) +(assert (myObject (attribute1 "attr4907") ) ) +(assert (myObject (attribute1 "attr4908") ) ) +(assert (myObject (attribute1 "attr4909") ) ) +(assert (myObject (attribute1 "attr4910") ) ) +(assert (myObject (attribute1 "attr4911") ) ) +(assert (myObject (attribute1 "attr4912") ) ) +(assert (myObject (attribute1 "attr4913") ) ) +(assert (myObject (attribute1 "attr4914") ) ) +(assert (myObject (attribute1 "attr4915") ) ) +(assert (myObject (attribute1 "attr4916") ) ) +(assert (myObject (attribute1 "attr4917") ) ) +(assert (myObject (attribute1 "attr4918") ) ) +(assert (myObject (attribute1 "attr4919") ) ) +(assert (myObject (attribute1 "attr4920") ) ) +(assert (myObject (attribute1 "attr4921") ) ) +(assert (myObject (attribute1 "attr4922") ) ) +(assert (myObject (attribute1 "attr4923") ) ) +(assert (myObject (attribute1 "attr4924") ) ) +(assert (myObject (attribute1 "attr4925") ) ) +(assert (myObject (attribute1 "attr4926") ) ) +(assert (myObject (attribute1 "attr4927") ) ) +(assert (myObject (attribute1 "attr4928") ) ) +(assert (myObject (attribute1 "attr4929") ) ) +(assert (myObject (attribute1 "attr4930") ) ) +(assert (myObject (attribute1 "attr4931") ) ) +(assert (myObject (attribute1 "attr4932") ) ) +(assert (myObject (attribute1 "attr4933") ) ) +(assert (myObject (attribute1 "attr4934") ) ) +(assert (myObject (attribute1 "attr4935") ) ) +(assert (myObject (attribute1 "attr4936") ) ) +(assert (myObject (attribute1 "attr4937") ) ) +(assert (myObject (attribute1 "attr4938") ) ) +(assert (myObject (attribute1 "attr4939") ) ) +(assert (myObject (attribute1 "attr4940") ) ) +(assert (myObject (attribute1 "attr4941") ) ) +(assert (myObject (attribute1 "attr4942") ) ) +(assert (myObject (attribute1 "attr4943") ) ) +(assert (myObject (attribute1 "attr4944") ) ) +(assert (myObject (attribute1 "attr4945") ) ) +(assert (myObject (attribute1 "attr4946") ) ) +(assert (myObject (attribute1 "attr4947") ) ) +(assert (myObject (attribute1 "attr4948") ) ) +(assert (myObject (attribute1 "attr4949") ) ) +(assert (myObject (attribute1 "attr4950") ) ) +(assert (myObject (attribute1 "attr4951") ) ) +(assert (myObject (attribute1 "attr4952") ) ) +(assert (myObject (attribute1 "attr4953") ) ) +(assert (myObject (attribute1 "attr4954") ) ) +(assert (myObject (attribute1 "attr4955") ) ) +(assert (myObject (attribute1 "attr4956") ) ) +(assert (myObject (attribute1 "attr4957") ) ) +(assert (myObject (attribute1 "attr4958") ) ) +(assert (myObject (attribute1 "attr4959") ) ) +(assert (myObject (attribute1 "attr4960") ) ) +(assert (myObject (attribute1 "attr4961") ) ) +(assert (myObject (attribute1 "attr4962") ) ) +(assert (myObject (attribute1 "attr4963") ) ) +(assert (myObject (attribute1 "attr4964") ) ) +(assert (myObject (attribute1 "attr4965") ) ) +(assert (myObject (attribute1 "attr4966") ) ) +(assert (myObject (attribute1 "attr4967") ) ) +(assert (myObject (attribute1 "attr4968") ) ) +(assert (myObject (attribute1 "attr4969") ) ) +(assert (myObject (attribute1 "attr4970") ) ) +(assert (myObject (attribute1 "attr4971") ) ) +(assert (myObject (attribute1 "attr4972") ) ) +(assert (myObject (attribute1 "attr4973") ) ) +(assert (myObject (attribute1 "attr4974") ) ) +(assert (myObject (attribute1 "attr4975") ) ) +(assert (myObject (attribute1 "attr4976") ) ) +(assert (myObject (attribute1 "attr4977") ) ) +(assert (myObject (attribute1 "attr4978") ) ) +(assert (myObject (attribute1 "attr4979") ) ) +(assert (myObject (attribute1 "attr4980") ) ) +(assert (myObject (attribute1 "attr4981") ) ) +(assert (myObject (attribute1 "attr4982") ) ) +(assert (myObject (attribute1 "attr4983") ) ) +(assert (myObject (attribute1 "attr4984") ) ) +(assert (myObject (attribute1 "attr4985") ) ) +(assert (myObject (attribute1 "attr4986") ) ) +(assert (myObject (attribute1 "attr4987") ) ) +(assert (myObject (attribute1 "attr4988") ) ) +(assert (myObject (attribute1 "attr4989") ) ) +(assert (myObject (attribute1 "attr4990") ) ) +(assert (myObject (attribute1 "attr4991") ) ) +(assert (myObject (attribute1 "attr4992") ) ) +(assert (myObject (attribute1 "attr4993") ) ) +(assert (myObject (attribute1 "attr4994") ) ) +(assert (myObject (attribute1 "attr4995") ) ) +(assert (myObject (attribute1 "attr4996") ) ) +(assert (myObject (attribute1 "attr4997") ) ) +(assert (myObject (attribute1 "attr4998") ) ) +(assert (myObject (attribute1 "attr4999") ) ) +(assert (myObject (attribute1 "attr5000") ) ) +(assert (myObject (attribute1 "attr5001") ) ) +(assert (myObject (attribute1 "attr5002") ) ) +(assert (myObject (attribute1 "attr5003") ) ) +(assert (myObject (attribute1 "attr5004") ) ) +(assert (myObject (attribute1 "attr5005") ) ) +(assert (myObject (attribute1 "attr5006") ) ) +(assert (myObject (attribute1 "attr5007") ) ) +(assert (myObject (attribute1 "attr5008") ) ) +(assert (myObject (attribute1 "attr5009") ) ) +(assert (myObject (attribute1 "attr5010") ) ) +(assert (myObject (attribute1 "attr5011") ) ) +(assert (myObject (attribute1 "attr5012") ) ) +(assert (myObject (attribute1 "attr5013") ) ) +(assert (myObject (attribute1 "attr5014") ) ) +(assert (myObject (attribute1 "attr5015") ) ) +(assert (myObject (attribute1 "attr5016") ) ) +(assert (myObject (attribute1 "attr5017") ) ) +(assert (myObject (attribute1 "attr5018") ) ) +(assert (myObject (attribute1 "attr5019") ) ) +(assert (myObject (attribute1 "attr5020") ) ) +(assert (myObject (attribute1 "attr5021") ) ) +(assert (myObject (attribute1 "attr5022") ) ) +(assert (myObject (attribute1 "attr5023") ) ) +(assert (myObject (attribute1 "attr5024") ) ) +(assert (myObject (attribute1 "attr5025") ) ) +(assert (myObject (attribute1 "attr5026") ) ) +(assert (myObject (attribute1 "attr5027") ) ) +(assert (myObject (attribute1 "attr5028") ) ) +(assert (myObject (attribute1 "attr5029") ) ) +(assert (myObject (attribute1 "attr5030") ) ) +(assert (myObject (attribute1 "attr5031") ) ) +(assert (myObject (attribute1 "attr5032") ) ) +(assert (myObject (attribute1 "attr5033") ) ) +(assert (myObject (attribute1 "attr5034") ) ) +(assert (myObject (attribute1 "attr5035") ) ) +(assert (myObject (attribute1 "attr5036") ) ) +(assert (myObject (attribute1 "attr5037") ) ) +(assert (myObject (attribute1 "attr5038") ) ) +(assert (myObject (attribute1 "attr5039") ) ) +(assert (myObject (attribute1 "attr5040") ) ) +(assert (myObject (attribute1 "attr5041") ) ) +(assert (myObject (attribute1 "attr5042") ) ) +(assert (myObject (attribute1 "attr5043") ) ) +(assert (myObject (attribute1 "attr5044") ) ) +(assert (myObject (attribute1 "attr5045") ) ) +(assert (myObject (attribute1 "attr5046") ) ) +(assert (myObject (attribute1 "attr5047") ) ) +(assert (myObject (attribute1 "attr5048") ) ) +(assert (myObject (attribute1 "attr5049") ) ) +(assert (myObject (attribute1 "attr5050") ) ) +(assert (myObject (attribute1 "attr5051") ) ) +(assert (myObject (attribute1 "attr5052") ) ) +(assert (myObject (attribute1 "attr5053") ) ) +(assert (myObject (attribute1 "attr5054") ) ) +(assert (myObject (attribute1 "attr5055") ) ) +(assert (myObject (attribute1 "attr5056") ) ) +(assert (myObject (attribute1 "attr5057") ) ) +(assert (myObject (attribute1 "attr5058") ) ) +(assert (myObject (attribute1 "attr5059") ) ) +(assert (myObject (attribute1 "attr5060") ) ) +(assert (myObject (attribute1 "attr5061") ) ) +(assert (myObject (attribute1 "attr5062") ) ) +(assert (myObject (attribute1 "attr5063") ) ) +(assert (myObject (attribute1 "attr5064") ) ) +(assert (myObject (attribute1 "attr5065") ) ) +(assert (myObject (attribute1 "attr5066") ) ) +(assert (myObject (attribute1 "attr5067") ) ) +(assert (myObject (attribute1 "attr5068") ) ) +(assert (myObject (attribute1 "attr5069") ) ) +(assert (myObject (attribute1 "attr5070") ) ) +(assert (myObject (attribute1 "attr5071") ) ) +(assert (myObject (attribute1 "attr5072") ) ) +(assert (myObject (attribute1 "attr5073") ) ) +(assert (myObject (attribute1 "attr5074") ) ) +(assert (myObject (attribute1 "attr5075") ) ) +(assert (myObject (attribute1 "attr5076") ) ) +(assert (myObject (attribute1 "attr5077") ) ) +(assert (myObject (attribute1 "attr5078") ) ) +(assert (myObject (attribute1 "attr5079") ) ) +(assert (myObject (attribute1 "attr5080") ) ) +(assert (myObject (attribute1 "attr5081") ) ) +(assert (myObject (attribute1 "attr5082") ) ) +(assert (myObject (attribute1 "attr5083") ) ) +(assert (myObject (attribute1 "attr5084") ) ) +(assert (myObject (attribute1 "attr5085") ) ) +(assert (myObject (attribute1 "attr5086") ) ) +(assert (myObject (attribute1 "attr5087") ) ) +(assert (myObject (attribute1 "attr5088") ) ) +(assert (myObject (attribute1 "attr5089") ) ) +(assert (myObject (attribute1 "attr5090") ) ) +(assert (myObject (attribute1 "attr5091") ) ) +(assert (myObject (attribute1 "attr5092") ) ) +(assert (myObject (attribute1 "attr5093") ) ) +(assert (myObject (attribute1 "attr5094") ) ) +(assert (myObject (attribute1 "attr5095") ) ) +(assert (myObject (attribute1 "attr5096") ) ) +(assert (myObject (attribute1 "attr5097") ) ) +(assert (myObject (attribute1 "attr5098") ) ) +(assert (myObject (attribute1 "attr5099") ) ) +(assert (myObject (attribute1 "attr5100") ) ) +(assert (myObject (attribute1 "attr5101") ) ) +(assert (myObject (attribute1 "attr5102") ) ) +(assert (myObject (attribute1 "attr5103") ) ) +(assert (myObject (attribute1 "attr5104") ) ) +(assert (myObject (attribute1 "attr5105") ) ) +(assert (myObject (attribute1 "attr5106") ) ) +(assert (myObject (attribute1 "attr5107") ) ) +(assert (myObject (attribute1 "attr5108") ) ) +(assert (myObject (attribute1 "attr5109") ) ) +(assert (myObject (attribute1 "attr5110") ) ) +(assert (myObject (attribute1 "attr5111") ) ) +(assert (myObject (attribute1 "attr5112") ) ) +(assert (myObject (attribute1 "attr5113") ) ) +(assert (myObject (attribute1 "attr5114") ) ) +(assert (myObject (attribute1 "attr5115") ) ) +(assert (myObject (attribute1 "attr5116") ) ) +(assert (myObject (attribute1 "attr5117") ) ) +(assert (myObject (attribute1 "attr5118") ) ) +(assert (myObject (attribute1 "attr5119") ) ) +(assert (myObject (attribute1 "attr5120") ) ) +(assert (myObject (attribute1 "attr5121") ) ) +(assert (myObject (attribute1 "attr5122") ) ) +(assert (myObject (attribute1 "attr5123") ) ) +(assert (myObject (attribute1 "attr5124") ) ) +(assert (myObject (attribute1 "attr5125") ) ) +(assert (myObject (attribute1 "attr5126") ) ) +(assert (myObject (attribute1 "attr5127") ) ) +(assert (myObject (attribute1 "attr5128") ) ) +(assert (myObject (attribute1 "attr5129") ) ) +(assert (myObject (attribute1 "attr5130") ) ) +(assert (myObject (attribute1 "attr5131") ) ) +(assert (myObject (attribute1 "attr5132") ) ) +(assert (myObject (attribute1 "attr5133") ) ) +(assert (myObject (attribute1 "attr5134") ) ) +(assert (myObject (attribute1 "attr5135") ) ) +(assert (myObject (attribute1 "attr5136") ) ) +(assert (myObject (attribute1 "attr5137") ) ) +(assert (myObject (attribute1 "attr5138") ) ) +(assert (myObject (attribute1 "attr5139") ) ) +(assert (myObject (attribute1 "attr5140") ) ) +(assert (myObject (attribute1 "attr5141") ) ) +(assert (myObject (attribute1 "attr5142") ) ) +(assert (myObject (attribute1 "attr5143") ) ) +(assert (myObject (attribute1 "attr5144") ) ) +(assert (myObject (attribute1 "attr5145") ) ) +(assert (myObject (attribute1 "attr5146") ) ) +(assert (myObject (attribute1 "attr5147") ) ) +(assert (myObject (attribute1 "attr5148") ) ) +(assert (myObject (attribute1 "attr5149") ) ) +(assert (myObject (attribute1 "attr5150") ) ) +(assert (myObject (attribute1 "attr5151") ) ) +(assert (myObject (attribute1 "attr5152") ) ) +(assert (myObject (attribute1 "attr5153") ) ) +(assert (myObject (attribute1 "attr5154") ) ) +(assert (myObject (attribute1 "attr5155") ) ) +(assert (myObject (attribute1 "attr5156") ) ) +(assert (myObject (attribute1 "attr5157") ) ) +(assert (myObject (attribute1 "attr5158") ) ) +(assert (myObject (attribute1 "attr5159") ) ) +(assert (myObject (attribute1 "attr5160") ) ) +(assert (myObject (attribute1 "attr5161") ) ) +(assert (myObject (attribute1 "attr5162") ) ) +(assert (myObject (attribute1 "attr5163") ) ) +(assert (myObject (attribute1 "attr5164") ) ) +(assert (myObject (attribute1 "attr5165") ) ) +(assert (myObject (attribute1 "attr5166") ) ) +(assert (myObject (attribute1 "attr5167") ) ) +(assert (myObject (attribute1 "attr5168") ) ) +(assert (myObject (attribute1 "attr5169") ) ) +(assert (myObject (attribute1 "attr5170") ) ) +(assert (myObject (attribute1 "attr5171") ) ) +(assert (myObject (attribute1 "attr5172") ) ) +(assert (myObject (attribute1 "attr5173") ) ) +(assert (myObject (attribute1 "attr5174") ) ) +(assert (myObject (attribute1 "attr5175") ) ) +(assert (myObject (attribute1 "attr5176") ) ) +(assert (myObject (attribute1 "attr5177") ) ) +(assert (myObject (attribute1 "attr5178") ) ) +(assert (myObject (attribute1 "attr5179") ) ) +(assert (myObject (attribute1 "attr5180") ) ) +(assert (myObject (attribute1 "attr5181") ) ) +(assert (myObject (attribute1 "attr5182") ) ) +(assert (myObject (attribute1 "attr5183") ) ) +(assert (myObject (attribute1 "attr5184") ) ) +(assert (myObject (attribute1 "attr5185") ) ) +(assert (myObject (attribute1 "attr5186") ) ) +(assert (myObject (attribute1 "attr5187") ) ) +(assert (myObject (attribute1 "attr5188") ) ) +(assert (myObject (attribute1 "attr5189") ) ) +(assert (myObject (attribute1 "attr5190") ) ) +(assert (myObject (attribute1 "attr5191") ) ) +(assert (myObject (attribute1 "attr5192") ) ) +(assert (myObject (attribute1 "attr5193") ) ) +(assert (myObject (attribute1 "attr5194") ) ) +(assert (myObject (attribute1 "attr5195") ) ) +(assert (myObject (attribute1 "attr5196") ) ) +(assert (myObject (attribute1 "attr5197") ) ) +(assert (myObject (attribute1 "attr5198") ) ) +(assert (myObject (attribute1 "attr5199") ) ) +(assert (myObject (attribute1 "attr5200") ) ) +(assert (myObject (attribute1 "attr5201") ) ) +(assert (myObject (attribute1 "attr5202") ) ) +(assert (myObject (attribute1 "attr5203") ) ) +(assert (myObject (attribute1 "attr5204") ) ) +(assert (myObject (attribute1 "attr5205") ) ) +(assert (myObject (attribute1 "attr5206") ) ) +(assert (myObject (attribute1 "attr5207") ) ) +(assert (myObject (attribute1 "attr5208") ) ) +(assert (myObject (attribute1 "attr5209") ) ) +(assert (myObject (attribute1 "attr5210") ) ) +(assert (myObject (attribute1 "attr5211") ) ) +(assert (myObject (attribute1 "attr5212") ) ) +(assert (myObject (attribute1 "attr5213") ) ) +(assert (myObject (attribute1 "attr5214") ) ) +(assert (myObject (attribute1 "attr5215") ) ) +(assert (myObject (attribute1 "attr5216") ) ) +(assert (myObject (attribute1 "attr5217") ) ) +(assert (myObject (attribute1 "attr5218") ) ) +(assert (myObject (attribute1 "attr5219") ) ) +(assert (myObject (attribute1 "attr5220") ) ) +(assert (myObject (attribute1 "attr5221") ) ) +(assert (myObject (attribute1 "attr5222") ) ) +(assert (myObject (attribute1 "attr5223") ) ) +(assert (myObject (attribute1 "attr5224") ) ) +(assert (myObject (attribute1 "attr5225") ) ) +(assert (myObject (attribute1 "attr5226") ) ) +(assert (myObject (attribute1 "attr5227") ) ) +(assert (myObject (attribute1 "attr5228") ) ) +(assert (myObject (attribute1 "attr5229") ) ) +(assert (myObject (attribute1 "attr5230") ) ) +(assert (myObject (attribute1 "attr5231") ) ) +(assert (myObject (attribute1 "attr5232") ) ) +(assert (myObject (attribute1 "attr5233") ) ) +(assert (myObject (attribute1 "attr5234") ) ) +(assert (myObject (attribute1 "attr5235") ) ) +(assert (myObject (attribute1 "attr5236") ) ) +(assert (myObject (attribute1 "attr5237") ) ) +(assert (myObject (attribute1 "attr5238") ) ) +(assert (myObject (attribute1 "attr5239") ) ) +(assert (myObject (attribute1 "attr5240") ) ) +(assert (myObject (attribute1 "attr5241") ) ) +(assert (myObject (attribute1 "attr5242") ) ) +(assert (myObject (attribute1 "attr5243") ) ) +(assert (myObject (attribute1 "attr5244") ) ) +(assert (myObject (attribute1 "attr5245") ) ) +(assert (myObject (attribute1 "attr5246") ) ) +(assert (myObject (attribute1 "attr5247") ) ) +(assert (myObject (attribute1 "attr5248") ) ) +(assert (myObject (attribute1 "attr5249") ) ) +(assert (myObject (attribute1 "attr5250") ) ) +(assert (myObject (attribute1 "attr5251") ) ) +(assert (myObject (attribute1 "attr5252") ) ) +(assert (myObject (attribute1 "attr5253") ) ) +(assert (myObject (attribute1 "attr5254") ) ) +(assert (myObject (attribute1 "attr5255") ) ) +(assert (myObject (attribute1 "attr5256") ) ) +(assert (myObject (attribute1 "attr5257") ) ) +(assert (myObject (attribute1 "attr5258") ) ) +(assert (myObject (attribute1 "attr5259") ) ) +(assert (myObject (attribute1 "attr5260") ) ) +(assert (myObject (attribute1 "attr5261") ) ) +(assert (myObject (attribute1 "attr5262") ) ) +(assert (myObject (attribute1 "attr5263") ) ) +(assert (myObject (attribute1 "attr5264") ) ) +(assert (myObject (attribute1 "attr5265") ) ) +(assert (myObject (attribute1 "attr5266") ) ) +(assert (myObject (attribute1 "attr5267") ) ) +(assert (myObject (attribute1 "attr5268") ) ) +(assert (myObject (attribute1 "attr5269") ) ) +(assert (myObject (attribute1 "attr5270") ) ) +(assert (myObject (attribute1 "attr5271") ) ) +(assert (myObject (attribute1 "attr5272") ) ) +(assert (myObject (attribute1 "attr5273") ) ) +(assert (myObject (attribute1 "attr5274") ) ) +(assert (myObject (attribute1 "attr5275") ) ) +(assert (myObject (attribute1 "attr5276") ) ) +(assert (myObject (attribute1 "attr5277") ) ) +(assert (myObject (attribute1 "attr5278") ) ) +(assert (myObject (attribute1 "attr5279") ) ) +(assert (myObject (attribute1 "attr5280") ) ) +(assert (myObject (attribute1 "attr5281") ) ) +(assert (myObject (attribute1 "attr5282") ) ) +(assert (myObject (attribute1 "attr5283") ) ) +(assert (myObject (attribute1 "attr5284") ) ) +(assert (myObject (attribute1 "attr5285") ) ) +(assert (myObject (attribute1 "attr5286") ) ) +(assert (myObject (attribute1 "attr5287") ) ) +(assert (myObject (attribute1 "attr5288") ) ) +(assert (myObject (attribute1 "attr5289") ) ) +(assert (myObject (attribute1 "attr5290") ) ) +(assert (myObject (attribute1 "attr5291") ) ) +(assert (myObject (attribute1 "attr5292") ) ) +(assert (myObject (attribute1 "attr5293") ) ) +(assert (myObject (attribute1 "attr5294") ) ) +(assert (myObject (attribute1 "attr5295") ) ) +(assert (myObject (attribute1 "attr5296") ) ) +(assert (myObject (attribute1 "attr5297") ) ) +(assert (myObject (attribute1 "attr5298") ) ) +(assert (myObject (attribute1 "attr5299") ) ) +(assert (myObject (attribute1 "attr5300") ) ) +(assert (myObject (attribute1 "attr5301") ) ) +(assert (myObject (attribute1 "attr5302") ) ) +(assert (myObject (attribute1 "attr5303") ) ) +(assert (myObject (attribute1 "attr5304") ) ) +(assert (myObject (attribute1 "attr5305") ) ) +(assert (myObject (attribute1 "attr5306") ) ) +(assert (myObject (attribute1 "attr5307") ) ) +(assert (myObject (attribute1 "attr5308") ) ) +(assert (myObject (attribute1 "attr5309") ) ) +(assert (myObject (attribute1 "attr5310") ) ) +(assert (myObject (attribute1 "attr5311") ) ) +(assert (myObject (attribute1 "attr5312") ) ) +(assert (myObject (attribute1 "attr5313") ) ) +(assert (myObject (attribute1 "attr5314") ) ) +(assert (myObject (attribute1 "attr5315") ) ) +(assert (myObject (attribute1 "attr5316") ) ) +(assert (myObject (attribute1 "attr5317") ) ) +(assert (myObject (attribute1 "attr5318") ) ) +(assert (myObject (attribute1 "attr5319") ) ) +(assert (myObject (attribute1 "attr5320") ) ) +(assert (myObject (attribute1 "attr5321") ) ) +(assert (myObject (attribute1 "attr5322") ) ) +(assert (myObject (attribute1 "attr5323") ) ) +(assert (myObject (attribute1 "attr5324") ) ) +(assert (myObject (attribute1 "attr5325") ) ) +(assert (myObject (attribute1 "attr5326") ) ) +(assert (myObject (attribute1 "attr5327") ) ) +(assert (myObject (attribute1 "attr5328") ) ) +(assert (myObject (attribute1 "attr5329") ) ) +(assert (myObject (attribute1 "attr5330") ) ) +(assert (myObject (attribute1 "attr5331") ) ) +(assert (myObject (attribute1 "attr5332") ) ) +(assert (myObject (attribute1 "attr5333") ) ) +(assert (myObject (attribute1 "attr5334") ) ) +(assert (myObject (attribute1 "attr5335") ) ) +(assert (myObject (attribute1 "attr5336") ) ) +(assert (myObject (attribute1 "attr5337") ) ) +(assert (myObject (attribute1 "attr5338") ) ) +(assert (myObject (attribute1 "attr5339") ) ) +(assert (myObject (attribute1 "attr5340") ) ) +(assert (myObject (attribute1 "attr5341") ) ) +(assert (myObject (attribute1 "attr5342") ) ) +(assert (myObject (attribute1 "attr5343") ) ) +(assert (myObject (attribute1 "attr5344") ) ) +(assert (myObject (attribute1 "attr5345") ) ) +(assert (myObject (attribute1 "attr5346") ) ) +(assert (myObject (attribute1 "attr5347") ) ) +(assert (myObject (attribute1 "attr5348") ) ) +(assert (myObject (attribute1 "attr5349") ) ) +(assert (myObject (attribute1 "attr5350") ) ) +(assert (myObject (attribute1 "attr5351") ) ) +(assert (myObject (attribute1 "attr5352") ) ) +(assert (myObject (attribute1 "attr5353") ) ) +(assert (myObject (attribute1 "attr5354") ) ) +(assert (myObject (attribute1 "attr5355") ) ) +(assert (myObject (attribute1 "attr5356") ) ) +(assert (myObject (attribute1 "attr5357") ) ) +(assert (myObject (attribute1 "attr5358") ) ) +(assert (myObject (attribute1 "attr5359") ) ) +(assert (myObject (attribute1 "attr5360") ) ) +(assert (myObject (attribute1 "attr5361") ) ) +(assert (myObject (attribute1 "attr5362") ) ) +(assert (myObject (attribute1 "attr5363") ) ) +(assert (myObject (attribute1 "attr5364") ) ) +(assert (myObject (attribute1 "attr5365") ) ) +(assert (myObject (attribute1 "attr5366") ) ) +(assert (myObject (attribute1 "attr5367") ) ) +(assert (myObject (attribute1 "attr5368") ) ) +(assert (myObject (attribute1 "attr5369") ) ) +(assert (myObject (attribute1 "attr5370") ) ) +(assert (myObject (attribute1 "attr5371") ) ) +(assert (myObject (attribute1 "attr5372") ) ) +(assert (myObject (attribute1 "attr5373") ) ) +(assert (myObject (attribute1 "attr5374") ) ) +(assert (myObject (attribute1 "attr5375") ) ) +(assert (myObject (attribute1 "attr5376") ) ) +(assert (myObject (attribute1 "attr5377") ) ) +(assert (myObject (attribute1 "attr5378") ) ) +(assert (myObject (attribute1 "attr5379") ) ) +(assert (myObject (attribute1 "attr5380") ) ) +(assert (myObject (attribute1 "attr5381") ) ) +(assert (myObject (attribute1 "attr5382") ) ) +(assert (myObject (attribute1 "attr5383") ) ) +(assert (myObject (attribute1 "attr5384") ) ) +(assert (myObject (attribute1 "attr5385") ) ) +(assert (myObject (attribute1 "attr5386") ) ) +(assert (myObject (attribute1 "attr5387") ) ) +(assert (myObject (attribute1 "attr5388") ) ) +(assert (myObject (attribute1 "attr5389") ) ) +(assert (myObject (attribute1 "attr5390") ) ) +(assert (myObject (attribute1 "attr5391") ) ) +(assert (myObject (attribute1 "attr5392") ) ) +(assert (myObject (attribute1 "attr5393") ) ) +(assert (myObject (attribute1 "attr5394") ) ) +(assert (myObject (attribute1 "attr5395") ) ) +(assert (myObject (attribute1 "attr5396") ) ) +(assert (myObject (attribute1 "attr5397") ) ) +(assert (myObject (attribute1 "attr5398") ) ) +(assert (myObject (attribute1 "attr5399") ) ) +(assert (myObject (attribute1 "attr5400") ) ) +(assert (myObject (attribute1 "attr5401") ) ) +(assert (myObject (attribute1 "attr5402") ) ) +(assert (myObject (attribute1 "attr5403") ) ) +(assert (myObject (attribute1 "attr5404") ) ) +(assert (myObject (attribute1 "attr5405") ) ) +(assert (myObject (attribute1 "attr5406") ) ) +(assert (myObject (attribute1 "attr5407") ) ) +(assert (myObject (attribute1 "attr5408") ) ) +(assert (myObject (attribute1 "attr5409") ) ) +(assert (myObject (attribute1 "attr5410") ) ) +(assert (myObject (attribute1 "attr5411") ) ) +(assert (myObject (attribute1 "attr5412") ) ) +(assert (myObject (attribute1 "attr5413") ) ) +(assert (myObject (attribute1 "attr5414") ) ) +(assert (myObject (attribute1 "attr5415") ) ) +(assert (myObject (attribute1 "attr5416") ) ) +(assert (myObject (attribute1 "attr5417") ) ) +(assert (myObject (attribute1 "attr5418") ) ) +(assert (myObject (attribute1 "attr5419") ) ) +(assert (myObject (attribute1 "attr5420") ) ) +(assert (myObject (attribute1 "attr5421") ) ) +(assert (myObject (attribute1 "attr5422") ) ) +(assert (myObject (attribute1 "attr5423") ) ) +(assert (myObject (attribute1 "attr5424") ) ) +(assert (myObject (attribute1 "attr5425") ) ) +(assert (myObject (attribute1 "attr5426") ) ) +(assert (myObject (attribute1 "attr5427") ) ) +(assert (myObject (attribute1 "attr5428") ) ) +(assert (myObject (attribute1 "attr5429") ) ) +(assert (myObject (attribute1 "attr5430") ) ) +(assert (myObject (attribute1 "attr5431") ) ) +(assert (myObject (attribute1 "attr5432") ) ) +(assert (myObject (attribute1 "attr5433") ) ) +(assert (myObject (attribute1 "attr5434") ) ) +(assert (myObject (attribute1 "attr5435") ) ) +(assert (myObject (attribute1 "attr5436") ) ) +(assert (myObject (attribute1 "attr5437") ) ) +(assert (myObject (attribute1 "attr5438") ) ) +(assert (myObject (attribute1 "attr5439") ) ) +(assert (myObject (attribute1 "attr5440") ) ) +(assert (myObject (attribute1 "attr5441") ) ) +(assert (myObject (attribute1 "attr5442") ) ) +(assert (myObject (attribute1 "attr5443") ) ) +(assert (myObject (attribute1 "attr5444") ) ) +(assert (myObject (attribute1 "attr5445") ) ) +(assert (myObject (attribute1 "attr5446") ) ) +(assert (myObject (attribute1 "attr5447") ) ) +(assert (myObject (attribute1 "attr5448") ) ) +(assert (myObject (attribute1 "attr5449") ) ) +(assert (myObject (attribute1 "attr5450") ) ) +(assert (myObject (attribute1 "attr5451") ) ) +(assert (myObject (attribute1 "attr5452") ) ) +(assert (myObject (attribute1 "attr5453") ) ) +(assert (myObject (attribute1 "attr5454") ) ) +(assert (myObject (attribute1 "attr5455") ) ) +(assert (myObject (attribute1 "attr5456") ) ) +(assert (myObject (attribute1 "attr5457") ) ) +(assert (myObject (attribute1 "attr5458") ) ) +(assert (myObject (attribute1 "attr5459") ) ) +(assert (myObject (attribute1 "attr5460") ) ) +(assert (myObject (attribute1 "attr5461") ) ) +(assert (myObject (attribute1 "attr5462") ) ) +(assert (myObject (attribute1 "attr5463") ) ) +(assert (myObject (attribute1 "attr5464") ) ) +(assert (myObject (attribute1 "attr5465") ) ) +(assert (myObject (attribute1 "attr5466") ) ) +(assert (myObject (attribute1 "attr5467") ) ) +(assert (myObject (attribute1 "attr5468") ) ) +(assert (myObject (attribute1 "attr5469") ) ) +(assert (myObject (attribute1 "attr5470") ) ) +(assert (myObject (attribute1 "attr5471") ) ) +(assert (myObject (attribute1 "attr5472") ) ) +(assert (myObject (attribute1 "attr5473") ) ) +(assert (myObject (attribute1 "attr5474") ) ) +(assert (myObject (attribute1 "attr5475") ) ) +(assert (myObject (attribute1 "attr5476") ) ) +(assert (myObject (attribute1 "attr5477") ) ) +(assert (myObject (attribute1 "attr5478") ) ) +(assert (myObject (attribute1 "attr5479") ) ) +(assert (myObject (attribute1 "attr5480") ) ) +(assert (myObject (attribute1 "attr5481") ) ) +(assert (myObject (attribute1 "attr5482") ) ) +(assert (myObject (attribute1 "attr5483") ) ) +(assert (myObject (attribute1 "attr5484") ) ) +(assert (myObject (attribute1 "attr5485") ) ) +(assert (myObject (attribute1 "attr5486") ) ) +(assert (myObject (attribute1 "attr5487") ) ) +(assert (myObject (attribute1 "attr5488") ) ) +(assert (myObject (attribute1 "attr5489") ) ) +(assert (myObject (attribute1 "attr5490") ) ) +(assert (myObject (attribute1 "attr5491") ) ) +(assert (myObject (attribute1 "attr5492") ) ) +(assert (myObject (attribute1 "attr5493") ) ) +(assert (myObject (attribute1 "attr5494") ) ) +(assert (myObject (attribute1 "attr5495") ) ) +(assert (myObject (attribute1 "attr5496") ) ) +(assert (myObject (attribute1 "attr5497") ) ) +(assert (myObject (attribute1 "attr5498") ) ) +(assert (myObject (attribute1 "attr5499") ) ) +(assert (myObject (attribute1 "attr5500") ) ) +(assert (myObject (attribute1 "attr5501") ) ) +(assert (myObject (attribute1 "attr5502") ) ) +(assert (myObject (attribute1 "attr5503") ) ) +(assert (myObject (attribute1 "attr5504") ) ) +(assert (myObject (attribute1 "attr5505") ) ) +(assert (myObject (attribute1 "attr5506") ) ) +(assert (myObject (attribute1 "attr5507") ) ) +(assert (myObject (attribute1 "attr5508") ) ) +(assert (myObject (attribute1 "attr5509") ) ) +(assert (myObject (attribute1 "attr5510") ) ) +(assert (myObject (attribute1 "attr5511") ) ) +(assert (myObject (attribute1 "attr5512") ) ) +(assert (myObject (attribute1 "attr5513") ) ) +(assert (myObject (attribute1 "attr5514") ) ) +(assert (myObject (attribute1 "attr5515") ) ) +(assert (myObject (attribute1 "attr5516") ) ) +(assert (myObject (attribute1 "attr5517") ) ) +(assert (myObject (attribute1 "attr5518") ) ) +(assert (myObject (attribute1 "attr5519") ) ) +(assert (myObject (attribute1 "attr5520") ) ) +(assert (myObject (attribute1 "attr5521") ) ) +(assert (myObject (attribute1 "attr5522") ) ) +(assert (myObject (attribute1 "attr5523") ) ) +(assert (myObject (attribute1 "attr5524") ) ) +(assert (myObject (attribute1 "attr5525") ) ) +(assert (myObject (attribute1 "attr5526") ) ) +(assert (myObject (attribute1 "attr5527") ) ) +(assert (myObject (attribute1 "attr5528") ) ) +(assert (myObject (attribute1 "attr5529") ) ) +(assert (myObject (attribute1 "attr5530") ) ) +(assert (myObject (attribute1 "attr5531") ) ) +(assert (myObject (attribute1 "attr5532") ) ) +(assert (myObject (attribute1 "attr5533") ) ) +(assert (myObject (attribute1 "attr5534") ) ) +(assert (myObject (attribute1 "attr5535") ) ) +(assert (myObject (attribute1 "attr5536") ) ) +(assert (myObject (attribute1 "attr5537") ) ) +(assert (myObject (attribute1 "attr5538") ) ) +(assert (myObject (attribute1 "attr5539") ) ) +(assert (myObject (attribute1 "attr5540") ) ) +(assert (myObject (attribute1 "attr5541") ) ) +(assert (myObject (attribute1 "attr5542") ) ) +(assert (myObject (attribute1 "attr5543") ) ) +(assert (myObject (attribute1 "attr5544") ) ) +(assert (myObject (attribute1 "attr5545") ) ) +(assert (myObject (attribute1 "attr5546") ) ) +(assert (myObject (attribute1 "attr5547") ) ) +(assert (myObject (attribute1 "attr5548") ) ) +(assert (myObject (attribute1 "attr5549") ) ) +(assert (myObject (attribute1 "attr5550") ) ) +(assert (myObject (attribute1 "attr5551") ) ) +(assert (myObject (attribute1 "attr5552") ) ) +(assert (myObject (attribute1 "attr5553") ) ) +(assert (myObject (attribute1 "attr5554") ) ) +(assert (myObject (attribute1 "attr5555") ) ) +(assert (myObject (attribute1 "attr5556") ) ) +(assert (myObject (attribute1 "attr5557") ) ) +(assert (myObject (attribute1 "attr5558") ) ) +(assert (myObject (attribute1 "attr5559") ) ) +(assert (myObject (attribute1 "attr5560") ) ) +(assert (myObject (attribute1 "attr5561") ) ) +(assert (myObject (attribute1 "attr5562") ) ) +(assert (myObject (attribute1 "attr5563") ) ) +(assert (myObject (attribute1 "attr5564") ) ) +(assert (myObject (attribute1 "attr5565") ) ) +(assert (myObject (attribute1 "attr5566") ) ) +(assert (myObject (attribute1 "attr5567") ) ) +(assert (myObject (attribute1 "attr5568") ) ) +(assert (myObject (attribute1 "attr5569") ) ) +(assert (myObject (attribute1 "attr5570") ) ) +(assert (myObject (attribute1 "attr5571") ) ) +(assert (myObject (attribute1 "attr5572") ) ) +(assert (myObject (attribute1 "attr5573") ) ) +(assert (myObject (attribute1 "attr5574") ) ) +(assert (myObject (attribute1 "attr5575") ) ) +(assert (myObject (attribute1 "attr5576") ) ) +(assert (myObject (attribute1 "attr5577") ) ) +(assert (myObject (attribute1 "attr5578") ) ) +(assert (myObject (attribute1 "attr5579") ) ) +(assert (myObject (attribute1 "attr5580") ) ) +(assert (myObject (attribute1 "attr5581") ) ) +(assert (myObject (attribute1 "attr5582") ) ) +(assert (myObject (attribute1 "attr5583") ) ) +(assert (myObject (attribute1 "attr5584") ) ) +(assert (myObject (attribute1 "attr5585") ) ) +(assert (myObject (attribute1 "attr5586") ) ) +(assert (myObject (attribute1 "attr5587") ) ) +(assert (myObject (attribute1 "attr5588") ) ) +(assert (myObject (attribute1 "attr5589") ) ) +(assert (myObject (attribute1 "attr5590") ) ) +(assert (myObject (attribute1 "attr5591") ) ) +(assert (myObject (attribute1 "attr5592") ) ) +(assert (myObject (attribute1 "attr5593") ) ) +(assert (myObject (attribute1 "attr5594") ) ) +(assert (myObject (attribute1 "attr5595") ) ) +(assert (myObject (attribute1 "attr5596") ) ) +(assert (myObject (attribute1 "attr5597") ) ) +(assert (myObject (attribute1 "attr5598") ) ) +(assert (myObject (attribute1 "attr5599") ) ) +(assert (myObject (attribute1 "attr5600") ) ) +(assert (myObject (attribute1 "attr5601") ) ) +(assert (myObject (attribute1 "attr5602") ) ) +(assert (myObject (attribute1 "attr5603") ) ) +(assert (myObject (attribute1 "attr5604") ) ) +(assert (myObject (attribute1 "attr5605") ) ) +(assert (myObject (attribute1 "attr5606") ) ) +(assert (myObject (attribute1 "attr5607") ) ) +(assert (myObject (attribute1 "attr5608") ) ) +(assert (myObject (attribute1 "attr5609") ) ) +(assert (myObject (attribute1 "attr5610") ) ) +(assert (myObject (attribute1 "attr5611") ) ) +(assert (myObject (attribute1 "attr5612") ) ) +(assert (myObject (attribute1 "attr5613") ) ) +(assert (myObject (attribute1 "attr5614") ) ) +(assert (myObject (attribute1 "attr5615") ) ) +(assert (myObject (attribute1 "attr5616") ) ) +(assert (myObject (attribute1 "attr5617") ) ) +(assert (myObject (attribute1 "attr5618") ) ) +(assert (myObject (attribute1 "attr5619") ) ) +(assert (myObject (attribute1 "attr5620") ) ) +(assert (myObject (attribute1 "attr5621") ) ) +(assert (myObject (attribute1 "attr5622") ) ) +(assert (myObject (attribute1 "attr5623") ) ) +(assert (myObject (attribute1 "attr5624") ) ) +(assert (myObject (attribute1 "attr5625") ) ) +(assert (myObject (attribute1 "attr5626") ) ) +(assert (myObject (attribute1 "attr5627") ) ) +(assert (myObject (attribute1 "attr5628") ) ) +(assert (myObject (attribute1 "attr5629") ) ) +(assert (myObject (attribute1 "attr5630") ) ) +(assert (myObject (attribute1 "attr5631") ) ) +(assert (myObject (attribute1 "attr5632") ) ) +(assert (myObject (attribute1 "attr5633") ) ) +(assert (myObject (attribute1 "attr5634") ) ) +(assert (myObject (attribute1 "attr5635") ) ) +(assert (myObject (attribute1 "attr5636") ) ) +(assert (myObject (attribute1 "attr5637") ) ) +(assert (myObject (attribute1 "attr5638") ) ) +(assert (myObject (attribute1 "attr5639") ) ) +(assert (myObject (attribute1 "attr5640") ) ) +(assert (myObject (attribute1 "attr5641") ) ) +(assert (myObject (attribute1 "attr5642") ) ) +(assert (myObject (attribute1 "attr5643") ) ) +(assert (myObject (attribute1 "attr5644") ) ) +(assert (myObject (attribute1 "attr5645") ) ) +(assert (myObject (attribute1 "attr5646") ) ) +(assert (myObject (attribute1 "attr5647") ) ) +(assert (myObject (attribute1 "attr5648") ) ) +(assert (myObject (attribute1 "attr5649") ) ) +(assert (myObject (attribute1 "attr5650") ) ) +(assert (myObject (attribute1 "attr5651") ) ) +(assert (myObject (attribute1 "attr5652") ) ) +(assert (myObject (attribute1 "attr5653") ) ) +(assert (myObject (attribute1 "attr5654") ) ) +(assert (myObject (attribute1 "attr5655") ) ) +(assert (myObject (attribute1 "attr5656") ) ) +(assert (myObject (attribute1 "attr5657") ) ) +(assert (myObject (attribute1 "attr5658") ) ) +(assert (myObject (attribute1 "attr5659") ) ) +(assert (myObject (attribute1 "attr5660") ) ) +(assert (myObject (attribute1 "attr5661") ) ) +(assert (myObject (attribute1 "attr5662") ) ) +(assert (myObject (attribute1 "attr5663") ) ) +(assert (myObject (attribute1 "attr5664") ) ) +(assert (myObject (attribute1 "attr5665") ) ) +(assert (myObject (attribute1 "attr5666") ) ) +(assert (myObject (attribute1 "attr5667") ) ) +(assert (myObject (attribute1 "attr5668") ) ) +(assert (myObject (attribute1 "attr5669") ) ) +(assert (myObject (attribute1 "attr5670") ) ) +(assert (myObject (attribute1 "attr5671") ) ) +(assert (myObject (attribute1 "attr5672") ) ) +(assert (myObject (attribute1 "attr5673") ) ) +(assert (myObject (attribute1 "attr5674") ) ) +(assert (myObject (attribute1 "attr5675") ) ) +(assert (myObject (attribute1 "attr5676") ) ) +(assert (myObject (attribute1 "attr5677") ) ) +(assert (myObject (attribute1 "attr5678") ) ) +(assert (myObject (attribute1 "attr5679") ) ) +(assert (myObject (attribute1 "attr5680") ) ) +(assert (myObject (attribute1 "attr5681") ) ) +(assert (myObject (attribute1 "attr5682") ) ) +(assert (myObject (attribute1 "attr5683") ) ) +(assert (myObject (attribute1 "attr5684") ) ) +(assert (myObject (attribute1 "attr5685") ) ) +(assert (myObject (attribute1 "attr5686") ) ) +(assert (myObject (attribute1 "attr5687") ) ) +(assert (myObject (attribute1 "attr5688") ) ) +(assert (myObject (attribute1 "attr5689") ) ) +(assert (myObject (attribute1 "attr5690") ) ) +(assert (myObject (attribute1 "attr5691") ) ) +(assert (myObject (attribute1 "attr5692") ) ) +(assert (myObject (attribute1 "attr5693") ) ) +(assert (myObject (attribute1 "attr5694") ) ) +(assert (myObject (attribute1 "attr5695") ) ) +(assert (myObject (attribute1 "attr5696") ) ) +(assert (myObject (attribute1 "attr5697") ) ) +(assert (myObject (attribute1 "attr5698") ) ) +(assert (myObject (attribute1 "attr5699") ) ) +(assert (myObject (attribute1 "attr5700") ) ) +(assert (myObject (attribute1 "attr5701") ) ) +(assert (myObject (attribute1 "attr5702") ) ) +(assert (myObject (attribute1 "attr5703") ) ) +(assert (myObject (attribute1 "attr5704") ) ) +(assert (myObject (attribute1 "attr5705") ) ) +(assert (myObject (attribute1 "attr5706") ) ) +(assert (myObject (attribute1 "attr5707") ) ) +(assert (myObject (attribute1 "attr5708") ) ) +(assert (myObject (attribute1 "attr5709") ) ) +(assert (myObject (attribute1 "attr5710") ) ) +(assert (myObject (attribute1 "attr5711") ) ) +(assert (myObject (attribute1 "attr5712") ) ) +(assert (myObject (attribute1 "attr5713") ) ) +(assert (myObject (attribute1 "attr5714") ) ) +(assert (myObject (attribute1 "attr5715") ) ) +(assert (myObject (attribute1 "attr5716") ) ) +(assert (myObject (attribute1 "attr5717") ) ) +(assert (myObject (attribute1 "attr5718") ) ) +(assert (myObject (attribute1 "attr5719") ) ) +(assert (myObject (attribute1 "attr5720") ) ) +(assert (myObject (attribute1 "attr5721") ) ) +(assert (myObject (attribute1 "attr5722") ) ) +(assert (myObject (attribute1 "attr5723") ) ) +(assert (myObject (attribute1 "attr5724") ) ) +(assert (myObject (attribute1 "attr5725") ) ) +(assert (myObject (attribute1 "attr5726") ) ) +(assert (myObject (attribute1 "attr5727") ) ) +(assert (myObject (attribute1 "attr5728") ) ) +(assert (myObject (attribute1 "attr5729") ) ) +(assert (myObject (attribute1 "attr5730") ) ) +(assert (myObject (attribute1 "attr5731") ) ) +(assert (myObject (attribute1 "attr5732") ) ) +(assert (myObject (attribute1 "attr5733") ) ) +(assert (myObject (attribute1 "attr5734") ) ) +(assert (myObject (attribute1 "attr5735") ) ) +(assert (myObject (attribute1 "attr5736") ) ) +(assert (myObject (attribute1 "attr5737") ) ) +(assert (myObject (attribute1 "attr5738") ) ) +(assert (myObject (attribute1 "attr5739") ) ) +(assert (myObject (attribute1 "attr5740") ) ) +(assert (myObject (attribute1 "attr5741") ) ) +(assert (myObject (attribute1 "attr5742") ) ) +(assert (myObject (attribute1 "attr5743") ) ) +(assert (myObject (attribute1 "attr5744") ) ) +(assert (myObject (attribute1 "attr5745") ) ) +(assert (myObject (attribute1 "attr5746") ) ) +(assert (myObject (attribute1 "attr5747") ) ) +(assert (myObject (attribute1 "attr5748") ) ) +(assert (myObject (attribute1 "attr5749") ) ) +(assert (myObject (attribute1 "attr5750") ) ) +(assert (myObject (attribute1 "attr5751") ) ) +(assert (myObject (attribute1 "attr5752") ) ) +(assert (myObject (attribute1 "attr5753") ) ) +(assert (myObject (attribute1 "attr5754") ) ) +(assert (myObject (attribute1 "attr5755") ) ) +(assert (myObject (attribute1 "attr5756") ) ) +(assert (myObject (attribute1 "attr5757") ) ) +(assert (myObject (attribute1 "attr5758") ) ) +(assert (myObject (attribute1 "attr5759") ) ) +(assert (myObject (attribute1 "attr5760") ) ) +(assert (myObject (attribute1 "attr5761") ) ) +(assert (myObject (attribute1 "attr5762") ) ) +(assert (myObject (attribute1 "attr5763") ) ) +(assert (myObject (attribute1 "attr5764") ) ) +(assert (myObject (attribute1 "attr5765") ) ) +(assert (myObject (attribute1 "attr5766") ) ) +(assert (myObject (attribute1 "attr5767") ) ) +(assert (myObject (attribute1 "attr5768") ) ) +(assert (myObject (attribute1 "attr5769") ) ) +(assert (myObject (attribute1 "attr5770") ) ) +(assert (myObject (attribute1 "attr5771") ) ) +(assert (myObject (attribute1 "attr5772") ) ) +(assert (myObject (attribute1 "attr5773") ) ) +(assert (myObject (attribute1 "attr5774") ) ) +(assert (myObject (attribute1 "attr5775") ) ) +(assert (myObject (attribute1 "attr5776") ) ) +(assert (myObject (attribute1 "attr5777") ) ) +(assert (myObject (attribute1 "attr5778") ) ) +(assert (myObject (attribute1 "attr5779") ) ) +(assert (myObject (attribute1 "attr5780") ) ) +(assert (myObject (attribute1 "attr5781") ) ) +(assert (myObject (attribute1 "attr5782") ) ) +(assert (myObject (attribute1 "attr5783") ) ) +(assert (myObject (attribute1 "attr5784") ) ) +(assert (myObject (attribute1 "attr5785") ) ) +(assert (myObject (attribute1 "attr5786") ) ) +(assert (myObject (attribute1 "attr5787") ) ) +(assert (myObject (attribute1 "attr5788") ) ) +(assert (myObject (attribute1 "attr5789") ) ) +(assert (myObject (attribute1 "attr5790") ) ) +(assert (myObject (attribute1 "attr5791") ) ) +(assert (myObject (attribute1 "attr5792") ) ) +(assert (myObject (attribute1 "attr5793") ) ) +(assert (myObject (attribute1 "attr5794") ) ) +(assert (myObject (attribute1 "attr5795") ) ) +(assert (myObject (attribute1 "attr5796") ) ) +(assert (myObject (attribute1 "attr5797") ) ) +(assert (myObject (attribute1 "attr5798") ) ) +(assert (myObject (attribute1 "attr5799") ) ) +(assert (myObject (attribute1 "attr5800") ) ) +(assert (myObject (attribute1 "attr5801") ) ) +(assert (myObject (attribute1 "attr5802") ) ) +(assert (myObject (attribute1 "attr5803") ) ) +(assert (myObject (attribute1 "attr5804") ) ) +(assert (myObject (attribute1 "attr5805") ) ) +(assert (myObject (attribute1 "attr5806") ) ) +(assert (myObject (attribute1 "attr5807") ) ) +(assert (myObject (attribute1 "attr5808") ) ) +(assert (myObject (attribute1 "attr5809") ) ) +(assert (myObject (attribute1 "attr5810") ) ) +(assert (myObject (attribute1 "attr5811") ) ) +(assert (myObject (attribute1 "attr5812") ) ) +(assert (myObject (attribute1 "attr5813") ) ) +(assert (myObject (attribute1 "attr5814") ) ) +(assert (myObject (attribute1 "attr5815") ) ) +(assert (myObject (attribute1 "attr5816") ) ) +(assert (myObject (attribute1 "attr5817") ) ) +(assert (myObject (attribute1 "attr5818") ) ) +(assert (myObject (attribute1 "attr5819") ) ) +(assert (myObject (attribute1 "attr5820") ) ) +(assert (myObject (attribute1 "attr5821") ) ) +(assert (myObject (attribute1 "attr5822") ) ) +(assert (myObject (attribute1 "attr5823") ) ) +(assert (myObject (attribute1 "attr5824") ) ) +(assert (myObject (attribute1 "attr5825") ) ) +(assert (myObject (attribute1 "attr5826") ) ) +(assert (myObject (attribute1 "attr5827") ) ) +(assert (myObject (attribute1 "attr5828") ) ) +(assert (myObject (attribute1 "attr5829") ) ) +(assert (myObject (attribute1 "attr5830") ) ) +(assert (myObject (attribute1 "attr5831") ) ) +(assert (myObject (attribute1 "attr5832") ) ) +(assert (myObject (attribute1 "attr5833") ) ) +(assert (myObject (attribute1 "attr5834") ) ) +(assert (myObject (attribute1 "attr5835") ) ) +(assert (myObject (attribute1 "attr5836") ) ) +(assert (myObject (attribute1 "attr5837") ) ) +(assert (myObject (attribute1 "attr5838") ) ) +(assert (myObject (attribute1 "attr5839") ) ) +(assert (myObject (attribute1 "attr5840") ) ) +(assert (myObject (attribute1 "attr5841") ) ) +(assert (myObject (attribute1 "attr5842") ) ) +(assert (myObject (attribute1 "attr5843") ) ) +(assert (myObject (attribute1 "attr5844") ) ) +(assert (myObject (attribute1 "attr5845") ) ) +(assert (myObject (attribute1 "attr5846") ) ) +(assert (myObject (attribute1 "attr5847") ) ) +(assert (myObject (attribute1 "attr5848") ) ) +(assert (myObject (attribute1 "attr5849") ) ) +(assert (myObject (attribute1 "attr5850") ) ) +(assert (myObject (attribute1 "attr5851") ) ) +(assert (myObject (attribute1 "attr5852") ) ) +(assert (myObject (attribute1 "attr5853") ) ) +(assert (myObject (attribute1 "attr5854") ) ) +(assert (myObject (attribute1 "attr5855") ) ) +(assert (myObject (attribute1 "attr5856") ) ) +(assert (myObject (attribute1 "attr5857") ) ) +(assert (myObject (attribute1 "attr5858") ) ) +(assert (myObject (attribute1 "attr5859") ) ) +(assert (myObject (attribute1 "attr5860") ) ) +(assert (myObject (attribute1 "attr5861") ) ) +(assert (myObject (attribute1 "attr5862") ) ) +(assert (myObject (attribute1 "attr5863") ) ) +(assert (myObject (attribute1 "attr5864") ) ) +(assert (myObject (attribute1 "attr5865") ) ) +(assert (myObject (attribute1 "attr5866") ) ) +(assert (myObject (attribute1 "attr5867") ) ) +(assert (myObject (attribute1 "attr5868") ) ) +(assert (myObject (attribute1 "attr5869") ) ) +(assert (myObject (attribute1 "attr5870") ) ) +(assert (myObject (attribute1 "attr5871") ) ) +(assert (myObject (attribute1 "attr5872") ) ) +(assert (myObject (attribute1 "attr5873") ) ) +(assert (myObject (attribute1 "attr5874") ) ) +(assert (myObject (attribute1 "attr5875") ) ) +(assert (myObject (attribute1 "attr5876") ) ) +(assert (myObject (attribute1 "attr5877") ) ) +(assert (myObject (attribute1 "attr5878") ) ) +(assert (myObject (attribute1 "attr5879") ) ) +(assert (myObject (attribute1 "attr5880") ) ) +(assert (myObject (attribute1 "attr5881") ) ) +(assert (myObject (attribute1 "attr5882") ) ) +(assert (myObject (attribute1 "attr5883") ) ) +(assert (myObject (attribute1 "attr5884") ) ) +(assert (myObject (attribute1 "attr5885") ) ) +(assert (myObject (attribute1 "attr5886") ) ) +(assert (myObject (attribute1 "attr5887") ) ) +(assert (myObject (attribute1 "attr5888") ) ) +(assert (myObject (attribute1 "attr5889") ) ) +(assert (myObject (attribute1 "attr5890") ) ) +(assert (myObject (attribute1 "attr5891") ) ) +(assert (myObject (attribute1 "attr5892") ) ) +(assert (myObject (attribute1 "attr5893") ) ) +(assert (myObject (attribute1 "attr5894") ) ) +(assert (myObject (attribute1 "attr5895") ) ) +(assert (myObject (attribute1 "attr5896") ) ) +(assert (myObject (attribute1 "attr5897") ) ) +(assert (myObject (attribute1 "attr5898") ) ) +(assert (myObject (attribute1 "attr5899") ) ) +(assert (myObject (attribute1 "attr5900") ) ) +(assert (myObject (attribute1 "attr5901") ) ) +(assert (myObject (attribute1 "attr5902") ) ) +(assert (myObject (attribute1 "attr5903") ) ) +(assert (myObject (attribute1 "attr5904") ) ) +(assert (myObject (attribute1 "attr5905") ) ) +(assert (myObject (attribute1 "attr5906") ) ) +(assert (myObject (attribute1 "attr5907") ) ) +(assert (myObject (attribute1 "attr5908") ) ) +(assert (myObject (attribute1 "attr5909") ) ) +(assert (myObject (attribute1 "attr5910") ) ) +(assert (myObject (attribute1 "attr5911") ) ) +(assert (myObject (attribute1 "attr5912") ) ) +(assert (myObject (attribute1 "attr5913") ) ) +(assert (myObject (attribute1 "attr5914") ) ) +(assert (myObject (attribute1 "attr5915") ) ) +(assert (myObject (attribute1 "attr5916") ) ) +(assert (myObject (attribute1 "attr5917") ) ) +(assert (myObject (attribute1 "attr5918") ) ) +(assert (myObject (attribute1 "attr5919") ) ) +(assert (myObject (attribute1 "attr5920") ) ) +(assert (myObject (attribute1 "attr5921") ) ) +(assert (myObject (attribute1 "attr5922") ) ) +(assert (myObject (attribute1 "attr5923") ) ) +(assert (myObject (attribute1 "attr5924") ) ) +(assert (myObject (attribute1 "attr5925") ) ) +(assert (myObject (attribute1 "attr5926") ) ) +(assert (myObject (attribute1 "attr5927") ) ) +(assert (myObject (attribute1 "attr5928") ) ) +(assert (myObject (attribute1 "attr5929") ) ) +(assert (myObject (attribute1 "attr5930") ) ) +(assert (myObject (attribute1 "attr5931") ) ) +(assert (myObject (attribute1 "attr5932") ) ) +(assert (myObject (attribute1 "attr5933") ) ) +(assert (myObject (attribute1 "attr5934") ) ) +(assert (myObject (attribute1 "attr5935") ) ) +(assert (myObject (attribute1 "attr5936") ) ) +(assert (myObject (attribute1 "attr5937") ) ) +(assert (myObject (attribute1 "attr5938") ) ) +(assert (myObject (attribute1 "attr5939") ) ) +(assert (myObject (attribute1 "attr5940") ) ) +(assert (myObject (attribute1 "attr5941") ) ) +(assert (myObject (attribute1 "attr5942") ) ) +(assert (myObject (attribute1 "attr5943") ) ) +(assert (myObject (attribute1 "attr5944") ) ) +(assert (myObject (attribute1 "attr5945") ) ) +(assert (myObject (attribute1 "attr5946") ) ) +(assert (myObject (attribute1 "attr5947") ) ) +(assert (myObject (attribute1 "attr5948") ) ) +(assert (myObject (attribute1 "attr5949") ) ) +(assert (myObject (attribute1 "attr5950") ) ) +(assert (myObject (attribute1 "attr5951") ) ) +(assert (myObject (attribute1 "attr5952") ) ) +(assert (myObject (attribute1 "attr5953") ) ) +(assert (myObject (attribute1 "attr5954") ) ) +(assert (myObject (attribute1 "attr5955") ) ) +(assert (myObject (attribute1 "attr5956") ) ) +(assert (myObject (attribute1 "attr5957") ) ) +(assert (myObject (attribute1 "attr5958") ) ) +(assert (myObject (attribute1 "attr5959") ) ) +(assert (myObject (attribute1 "attr5960") ) ) +(assert (myObject (attribute1 "attr5961") ) ) +(assert (myObject (attribute1 "attr5962") ) ) +(assert (myObject (attribute1 "attr5963") ) ) +(assert (myObject (attribute1 "attr5964") ) ) +(assert (myObject (attribute1 "attr5965") ) ) +(assert (myObject (attribute1 "attr5966") ) ) +(assert (myObject (attribute1 "attr5967") ) ) +(assert (myObject (attribute1 "attr5968") ) ) +(assert (myObject (attribute1 "attr5969") ) ) +(assert (myObject (attribute1 "attr5970") ) ) +(assert (myObject (attribute1 "attr5971") ) ) +(assert (myObject (attribute1 "attr5972") ) ) +(assert (myObject (attribute1 "attr5973") ) ) +(assert (myObject (attribute1 "attr5974") ) ) +(assert (myObject (attribute1 "attr5975") ) ) +(assert (myObject (attribute1 "attr5976") ) ) +(assert (myObject (attribute1 "attr5977") ) ) +(assert (myObject (attribute1 "attr5978") ) ) +(assert (myObject (attribute1 "attr5979") ) ) +(assert (myObject (attribute1 "attr5980") ) ) +(assert (myObject (attribute1 "attr5981") ) ) +(assert (myObject (attribute1 "attr5982") ) ) +(assert (myObject (attribute1 "attr5983") ) ) +(assert (myObject (attribute1 "attr5984") ) ) +(assert (myObject (attribute1 "attr5985") ) ) +(assert (myObject (attribute1 "attr5986") ) ) +(assert (myObject (attribute1 "attr5987") ) ) +(assert (myObject (attribute1 "attr5988") ) ) +(assert (myObject (attribute1 "attr5989") ) ) +(assert (myObject (attribute1 "attr5990") ) ) +(assert (myObject (attribute1 "attr5991") ) ) +(assert (myObject (attribute1 "attr5992") ) ) +(assert (myObject (attribute1 "attr5993") ) ) +(assert (myObject (attribute1 "attr5994") ) ) +(assert (myObject (attribute1 "attr5995") ) ) +(assert (myObject (attribute1 "attr5996") ) ) +(assert (myObject (attribute1 "attr5997") ) ) +(assert (myObject (attribute1 "attr5998") ) ) +(assert (myObject (attribute1 "attr5999") ) ) +(assert (myObject (attribute1 "attr6000") ) ) +(assert (myObject (attribute1 "attr6001") ) ) +(assert (myObject (attribute1 "attr6002") ) ) +(assert (myObject (attribute1 "attr6003") ) ) +(assert (myObject (attribute1 "attr6004") ) ) +(assert (myObject (attribute1 "attr6005") ) ) +(assert (myObject (attribute1 "attr6006") ) ) +(assert (myObject (attribute1 "attr6007") ) ) +(assert (myObject (attribute1 "attr6008") ) ) +(assert (myObject (attribute1 "attr6009") ) ) +(assert (myObject (attribute1 "attr6010") ) ) +(assert (myObject (attribute1 "attr6011") ) ) +(assert (myObject (attribute1 "attr6012") ) ) +(assert (myObject (attribute1 "attr6013") ) ) +(assert (myObject (attribute1 "attr6014") ) ) +(assert (myObject (attribute1 "attr6015") ) ) +(assert (myObject (attribute1 "attr6016") ) ) +(assert (myObject (attribute1 "attr6017") ) ) +(assert (myObject (attribute1 "attr6018") ) ) +(assert (myObject (attribute1 "attr6019") ) ) +(assert (myObject (attribute1 "attr6020") ) ) +(assert (myObject (attribute1 "attr6021") ) ) +(assert (myObject (attribute1 "attr6022") ) ) +(assert (myObject (attribute1 "attr6023") ) ) +(assert (myObject (attribute1 "attr6024") ) ) +(assert (myObject (attribute1 "attr6025") ) ) +(assert (myObject (attribute1 "attr6026") ) ) +(assert (myObject (attribute1 "attr6027") ) ) +(assert (myObject (attribute1 "attr6028") ) ) +(assert (myObject (attribute1 "attr6029") ) ) +(assert (myObject (attribute1 "attr6030") ) ) +(assert (myObject (attribute1 "attr6031") ) ) +(assert (myObject (attribute1 "attr6032") ) ) +(assert (myObject (attribute1 "attr6033") ) ) +(assert (myObject (attribute1 "attr6034") ) ) +(assert (myObject (attribute1 "attr6035") ) ) +(assert (myObject (attribute1 "attr6036") ) ) +(assert (myObject (attribute1 "attr6037") ) ) +(assert (myObject (attribute1 "attr6038") ) ) +(assert (myObject (attribute1 "attr6039") ) ) +(assert (myObject (attribute1 "attr6040") ) ) +(assert (myObject (attribute1 "attr6041") ) ) +(assert (myObject (attribute1 "attr6042") ) ) +(assert (myObject (attribute1 "attr6043") ) ) +(assert (myObject (attribute1 "attr6044") ) ) +(assert (myObject (attribute1 "attr6045") ) ) +(assert (myObject (attribute1 "attr6046") ) ) +(assert (myObject (attribute1 "attr6047") ) ) +(assert (myObject (attribute1 "attr6048") ) ) +(assert (myObject (attribute1 "attr6049") ) ) +(assert (myObject (attribute1 "attr6050") ) ) +(assert (myObject (attribute1 "attr6051") ) ) +(assert (myObject (attribute1 "attr6052") ) ) +(assert (myObject (attribute1 "attr6053") ) ) +(assert (myObject (attribute1 "attr6054") ) ) +(assert (myObject (attribute1 "attr6055") ) ) +(assert (myObject (attribute1 "attr6056") ) ) +(assert (myObject (attribute1 "attr6057") ) ) +(assert (myObject (attribute1 "attr6058") ) ) +(assert (myObject (attribute1 "attr6059") ) ) +(assert (myObject (attribute1 "attr6060") ) ) +(assert (myObject (attribute1 "attr6061") ) ) +(assert (myObject (attribute1 "attr6062") ) ) +(assert (myObject (attribute1 "attr6063") ) ) +(assert (myObject (attribute1 "attr6064") ) ) +(assert (myObject (attribute1 "attr6065") ) ) +(assert (myObject (attribute1 "attr6066") ) ) +(assert (myObject (attribute1 "attr6067") ) ) +(assert (myObject (attribute1 "attr6068") ) ) +(assert (myObject (attribute1 "attr6069") ) ) +(assert (myObject (attribute1 "attr6070") ) ) +(assert (myObject (attribute1 "attr6071") ) ) +(assert (myObject (attribute1 "attr6072") ) ) +(assert (myObject (attribute1 "attr6073") ) ) +(assert (myObject (attribute1 "attr6074") ) ) +(assert (myObject (attribute1 "attr6075") ) ) +(assert (myObject (attribute1 "attr6076") ) ) +(assert (myObject (attribute1 "attr6077") ) ) +(assert (myObject (attribute1 "attr6078") ) ) +(assert (myObject (attribute1 "attr6079") ) ) +(assert (myObject (attribute1 "attr6080") ) ) +(assert (myObject (attribute1 "attr6081") ) ) +(assert (myObject (attribute1 "attr6082") ) ) +(assert (myObject (attribute1 "attr6083") ) ) +(assert (myObject (attribute1 "attr6084") ) ) +(assert (myObject (attribute1 "attr6085") ) ) +(assert (myObject (attribute1 "attr6086") ) ) +(assert (myObject (attribute1 "attr6087") ) ) +(assert (myObject (attribute1 "attr6088") ) ) +(assert (myObject (attribute1 "attr6089") ) ) +(assert (myObject (attribute1 "attr6090") ) ) +(assert (myObject (attribute1 "attr6091") ) ) +(assert (myObject (attribute1 "attr6092") ) ) +(assert (myObject (attribute1 "attr6093") ) ) +(assert (myObject (attribute1 "attr6094") ) ) +(assert (myObject (attribute1 "attr6095") ) ) +(assert (myObject (attribute1 "attr6096") ) ) +(assert (myObject (attribute1 "attr6097") ) ) +(assert (myObject (attribute1 "attr6098") ) ) +(assert (myObject (attribute1 "attr6099") ) ) +(assert (myObject (attribute1 "attr6100") ) ) +(assert (myObject (attribute1 "attr6101") ) ) +(assert (myObject (attribute1 "attr6102") ) ) +(assert (myObject (attribute1 "attr6103") ) ) +(assert (myObject (attribute1 "attr6104") ) ) +(assert (myObject (attribute1 "attr6105") ) ) +(assert (myObject (attribute1 "attr6106") ) ) +(assert (myObject (attribute1 "attr6107") ) ) +(assert (myObject (attribute1 "attr6108") ) ) +(assert (myObject (attribute1 "attr6109") ) ) +(assert (myObject (attribute1 "attr6110") ) ) +(assert (myObject (attribute1 "attr6111") ) ) +(assert (myObject (attribute1 "attr6112") ) ) +(assert (myObject (attribute1 "attr6113") ) ) +(assert (myObject (attribute1 "attr6114") ) ) +(assert (myObject (attribute1 "attr6115") ) ) +(assert (myObject (attribute1 "attr6116") ) ) +(assert (myObject (attribute1 "attr6117") ) ) +(assert (myObject (attribute1 "attr6118") ) ) +(assert (myObject (attribute1 "attr6119") ) ) +(assert (myObject (attribute1 "attr6120") ) ) +(assert (myObject (attribute1 "attr6121") ) ) +(assert (myObject (attribute1 "attr6122") ) ) +(assert (myObject (attribute1 "attr6123") ) ) +(assert (myObject (attribute1 "attr6124") ) ) +(assert (myObject (attribute1 "attr6125") ) ) +(assert (myObject (attribute1 "attr6126") ) ) +(assert (myObject (attribute1 "attr6127") ) ) +(assert (myObject (attribute1 "attr6128") ) ) +(assert (myObject (attribute1 "attr6129") ) ) +(assert (myObject (attribute1 "attr6130") ) ) +(assert (myObject (attribute1 "attr6131") ) ) +(assert (myObject (attribute1 "attr6132") ) ) +(assert (myObject (attribute1 "attr6133") ) ) +(assert (myObject (attribute1 "attr6134") ) ) +(assert (myObject (attribute1 "attr6135") ) ) +(assert (myObject (attribute1 "attr6136") ) ) +(assert (myObject (attribute1 "attr6137") ) ) +(assert (myObject (attribute1 "attr6138") ) ) +(assert (myObject (attribute1 "attr6139") ) ) +(assert (myObject (attribute1 "attr6140") ) ) +(assert (myObject (attribute1 "attr6141") ) ) +(assert (myObject (attribute1 "attr6142") ) ) +(assert (myObject (attribute1 "attr6143") ) ) +(assert (myObject (attribute1 "attr6144") ) ) +(assert (myObject (attribute1 "attr6145") ) ) +(assert (myObject (attribute1 "attr6146") ) ) +(assert (myObject (attribute1 "attr6147") ) ) +(assert (myObject (attribute1 "attr6148") ) ) +(assert (myObject (attribute1 "attr6149") ) ) +(assert (myObject (attribute1 "attr6150") ) ) +(assert (myObject (attribute1 "attr6151") ) ) +(assert (myObject (attribute1 "attr6152") ) ) +(assert (myObject (attribute1 "attr6153") ) ) +(assert (myObject (attribute1 "attr6154") ) ) +(assert (myObject (attribute1 "attr6155") ) ) +(assert (myObject (attribute1 "attr6156") ) ) +(assert (myObject (attribute1 "attr6157") ) ) +(assert (myObject (attribute1 "attr6158") ) ) +(assert (myObject (attribute1 "attr6159") ) ) +(assert (myObject (attribute1 "attr6160") ) ) +(assert (myObject (attribute1 "attr6161") ) ) +(assert (myObject (attribute1 "attr6162") ) ) +(assert (myObject (attribute1 "attr6163") ) ) +(assert (myObject (attribute1 "attr6164") ) ) +(assert (myObject (attribute1 "attr6165") ) ) +(assert (myObject (attribute1 "attr6166") ) ) +(assert (myObject (attribute1 "attr6167") ) ) +(assert (myObject (attribute1 "attr6168") ) ) +(assert (myObject (attribute1 "attr6169") ) ) +(assert (myObject (attribute1 "attr6170") ) ) +(assert (myObject (attribute1 "attr6171") ) ) +(assert (myObject (attribute1 "attr6172") ) ) +(assert (myObject (attribute1 "attr6173") ) ) +(assert (myObject (attribute1 "attr6174") ) ) +(assert (myObject (attribute1 "attr6175") ) ) +(assert (myObject (attribute1 "attr6176") ) ) +(assert (myObject (attribute1 "attr6177") ) ) +(assert (myObject (attribute1 "attr6178") ) ) +(assert (myObject (attribute1 "attr6179") ) ) +(assert (myObject (attribute1 "attr6180") ) ) +(assert (myObject (attribute1 "attr6181") ) ) +(assert (myObject (attribute1 "attr6182") ) ) +(assert (myObject (attribute1 "attr6183") ) ) +(assert (myObject (attribute1 "attr6184") ) ) +(assert (myObject (attribute1 "attr6185") ) ) +(assert (myObject (attribute1 "attr6186") ) ) +(assert (myObject (attribute1 "attr6187") ) ) +(assert (myObject (attribute1 "attr6188") ) ) +(assert (myObject (attribute1 "attr6189") ) ) +(assert (myObject (attribute1 "attr6190") ) ) +(assert (myObject (attribute1 "attr6191") ) ) +(assert (myObject (attribute1 "attr6192") ) ) +(assert (myObject (attribute1 "attr6193") ) ) +(assert (myObject (attribute1 "attr6194") ) ) +(assert (myObject (attribute1 "attr6195") ) ) +(assert (myObject (attribute1 "attr6196") ) ) +(assert (myObject (attribute1 "attr6197") ) ) +(assert (myObject (attribute1 "attr6198") ) ) +(assert (myObject (attribute1 "attr6199") ) ) +(assert (myObject (attribute1 "attr6200") ) ) +(assert (myObject (attribute1 "attr6201") ) ) +(assert (myObject (attribute1 "attr6202") ) ) +(assert (myObject (attribute1 "attr6203") ) ) +(assert (myObject (attribute1 "attr6204") ) ) +(assert (myObject (attribute1 "attr6205") ) ) +(assert (myObject (attribute1 "attr6206") ) ) +(assert (myObject (attribute1 "attr6207") ) ) +(assert (myObject (attribute1 "attr6208") ) ) +(assert (myObject (attribute1 "attr6209") ) ) +(assert (myObject (attribute1 "attr6210") ) ) +(assert (myObject (attribute1 "attr6211") ) ) +(assert (myObject (attribute1 "attr6212") ) ) +(assert (myObject (attribute1 "attr6213") ) ) +(assert (myObject (attribute1 "attr6214") ) ) +(assert (myObject (attribute1 "attr6215") ) ) +(assert (myObject (attribute1 "attr6216") ) ) +(assert (myObject (attribute1 "attr6217") ) ) +(assert (myObject (attribute1 "attr6218") ) ) +(assert (myObject (attribute1 "attr6219") ) ) +(assert (myObject (attribute1 "attr6220") ) ) +(assert (myObject (attribute1 "attr6221") ) ) +(assert (myObject (attribute1 "attr6222") ) ) +(assert (myObject (attribute1 "attr6223") ) ) +(assert (myObject (attribute1 "attr6224") ) ) +(assert (myObject (attribute1 "attr6225") ) ) +(assert (myObject (attribute1 "attr6226") ) ) +(assert (myObject (attribute1 "attr6227") ) ) +(assert (myObject (attribute1 "attr6228") ) ) +(assert (myObject (attribute1 "attr6229") ) ) +(assert (myObject (attribute1 "attr6230") ) ) +(assert (myObject (attribute1 "attr6231") ) ) +(assert (myObject (attribute1 "attr6232") ) ) +(assert (myObject (attribute1 "attr6233") ) ) +(assert (myObject (attribute1 "attr6234") ) ) +(assert (myObject (attribute1 "attr6235") ) ) +(assert (myObject (attribute1 "attr6236") ) ) +(assert (myObject (attribute1 "attr6237") ) ) +(assert (myObject (attribute1 "attr6238") ) ) +(assert (myObject (attribute1 "attr6239") ) ) +(assert (myObject (attribute1 "attr6240") ) ) +(assert (myObject (attribute1 "attr6241") ) ) +(assert (myObject (attribute1 "attr6242") ) ) +(assert (myObject (attribute1 "attr6243") ) ) +(assert (myObject (attribute1 "attr6244") ) ) +(assert (myObject (attribute1 "attr6245") ) ) +(assert (myObject (attribute1 "attr6246") ) ) +(assert (myObject (attribute1 "attr6247") ) ) +(assert (myObject (attribute1 "attr6248") ) ) +(assert (myObject (attribute1 "attr6249") ) ) +(assert (myObject (attribute1 "attr6250") ) ) +(assert (myObject (attribute1 "attr6251") ) ) +(assert (myObject (attribute1 "attr6252") ) ) +(assert (myObject (attribute1 "attr6253") ) ) +(assert (myObject (attribute1 "attr6254") ) ) +(assert (myObject (attribute1 "attr6255") ) ) +(assert (myObject (attribute1 "attr6256") ) ) +(assert (myObject (attribute1 "attr6257") ) ) +(assert (myObject (attribute1 "attr6258") ) ) +(assert (myObject (attribute1 "attr6259") ) ) +(assert (myObject (attribute1 "attr6260") ) ) +(assert (myObject (attribute1 "attr6261") ) ) +(assert (myObject (attribute1 "attr6262") ) ) +(assert (myObject (attribute1 "attr6263") ) ) +(assert (myObject (attribute1 "attr6264") ) ) +(assert (myObject (attribute1 "attr6265") ) ) +(assert (myObject (attribute1 "attr6266") ) ) +(assert (myObject (attribute1 "attr6267") ) ) +(assert (myObject (attribute1 "attr6268") ) ) +(assert (myObject (attribute1 "attr6269") ) ) +(assert (myObject (attribute1 "attr6270") ) ) +(assert (myObject (attribute1 "attr6271") ) ) +(assert (myObject (attribute1 "attr6272") ) ) +(assert (myObject (attribute1 "attr6273") ) ) +(assert (myObject (attribute1 "attr6274") ) ) +(assert (myObject (attribute1 "attr6275") ) ) +(assert (myObject (attribute1 "attr6276") ) ) +(assert (myObject (attribute1 "attr6277") ) ) +(assert (myObject (attribute1 "attr6278") ) ) +(assert (myObject (attribute1 "attr6279") ) ) +(assert (myObject (attribute1 "attr6280") ) ) +(assert (myObject (attribute1 "attr6281") ) ) +(assert (myObject (attribute1 "attr6282") ) ) +(assert (myObject (attribute1 "attr6283") ) ) +(assert (myObject (attribute1 "attr6284") ) ) +(assert (myObject (attribute1 "attr6285") ) ) +(assert (myObject (attribute1 "attr6286") ) ) +(assert (myObject (attribute1 "attr6287") ) ) +(assert (myObject (attribute1 "attr6288") ) ) +(assert (myObject (attribute1 "attr6289") ) ) +(assert (myObject (attribute1 "attr6290") ) ) +(assert (myObject (attribute1 "attr6291") ) ) +(assert (myObject (attribute1 "attr6292") ) ) +(assert (myObject (attribute1 "attr6293") ) ) +(assert (myObject (attribute1 "attr6294") ) ) +(assert (myObject (attribute1 "attr6295") ) ) +(assert (myObject (attribute1 "attr6296") ) ) +(assert (myObject (attribute1 "attr6297") ) ) +(assert (myObject (attribute1 "attr6298") ) ) +(assert (myObject (attribute1 "attr6299") ) ) +(assert (myObject (attribute1 "attr6300") ) ) +(assert (myObject (attribute1 "attr6301") ) ) +(assert (myObject (attribute1 "attr6302") ) ) +(assert (myObject (attribute1 "attr6303") ) ) +(assert (myObject (attribute1 "attr6304") ) ) +(assert (myObject (attribute1 "attr6305") ) ) +(assert (myObject (attribute1 "attr6306") ) ) +(assert (myObject (attribute1 "attr6307") ) ) +(assert (myObject (attribute1 "attr6308") ) ) +(assert (myObject (attribute1 "attr6309") ) ) +(assert (myObject (attribute1 "attr6310") ) ) +(assert (myObject (attribute1 "attr6311") ) ) +(assert (myObject (attribute1 "attr6312") ) ) +(assert (myObject (attribute1 "attr6313") ) ) +(assert (myObject (attribute1 "attr6314") ) ) +(assert (myObject (attribute1 "attr6315") ) ) +(assert (myObject (attribute1 "attr6316") ) ) +(assert (myObject (attribute1 "attr6317") ) ) +(assert (myObject (attribute1 "attr6318") ) ) +(assert (myObject (attribute1 "attr6319") ) ) +(assert (myObject (attribute1 "attr6320") ) ) +(assert (myObject (attribute1 "attr6321") ) ) +(assert (myObject (attribute1 "attr6322") ) ) +(assert (myObject (attribute1 "attr6323") ) ) +(assert (myObject (attribute1 "attr6324") ) ) +(assert (myObject (attribute1 "attr6325") ) ) +(assert (myObject (attribute1 "attr6326") ) ) +(assert (myObject (attribute1 "attr6327") ) ) +(assert (myObject (attribute1 "attr6328") ) ) +(assert (myObject (attribute1 "attr6329") ) ) +(assert (myObject (attribute1 "attr6330") ) ) +(assert (myObject (attribute1 "attr6331") ) ) +(assert (myObject (attribute1 "attr6332") ) ) +(assert (myObject (attribute1 "attr6333") ) ) +(assert (myObject (attribute1 "attr6334") ) ) +(assert (myObject (attribute1 "attr6335") ) ) +(assert (myObject (attribute1 "attr6336") ) ) +(assert (myObject (attribute1 "attr6337") ) ) +(assert (myObject (attribute1 "attr6338") ) ) +(assert (myObject (attribute1 "attr6339") ) ) +(assert (myObject (attribute1 "attr6340") ) ) +(assert (myObject (attribute1 "attr6341") ) ) +(assert (myObject (attribute1 "attr6342") ) ) +(assert (myObject (attribute1 "attr6343") ) ) +(assert (myObject (attribute1 "attr6344") ) ) +(assert (myObject (attribute1 "attr6345") ) ) +(assert (myObject (attribute1 "attr6346") ) ) +(assert (myObject (attribute1 "attr6347") ) ) +(assert (myObject (attribute1 "attr6348") ) ) +(assert (myObject (attribute1 "attr6349") ) ) +(assert (myObject (attribute1 "attr6350") ) ) +(assert (myObject (attribute1 "attr6351") ) ) +(assert (myObject (attribute1 "attr6352") ) ) +(assert (myObject (attribute1 "attr6353") ) ) +(assert (myObject (attribute1 "attr6354") ) ) +(assert (myObject (attribute1 "attr6355") ) ) +(assert (myObject (attribute1 "attr6356") ) ) +(assert (myObject (attribute1 "attr6357") ) ) +(assert (myObject (attribute1 "attr6358") ) ) +(assert (myObject (attribute1 "attr6359") ) ) +(assert (myObject (attribute1 "attr6360") ) ) +(assert (myObject (attribute1 "attr6361") ) ) +(assert (myObject (attribute1 "attr6362") ) ) +(assert (myObject (attribute1 "attr6363") ) ) +(assert (myObject (attribute1 "attr6364") ) ) +(assert (myObject (attribute1 "attr6365") ) ) +(assert (myObject (attribute1 "attr6366") ) ) +(assert (myObject (attribute1 "attr6367") ) ) +(assert (myObject (attribute1 "attr6368") ) ) +(assert (myObject (attribute1 "attr6369") ) ) +(assert (myObject (attribute1 "attr6370") ) ) +(assert (myObject (attribute1 "attr6371") ) ) +(assert (myObject (attribute1 "attr6372") ) ) +(assert (myObject (attribute1 "attr6373") ) ) +(assert (myObject (attribute1 "attr6374") ) ) +(assert (myObject (attribute1 "attr6375") ) ) +(assert (myObject (attribute1 "attr6376") ) ) +(assert (myObject (attribute1 "attr6377") ) ) +(assert (myObject (attribute1 "attr6378") ) ) +(assert (myObject (attribute1 "attr6379") ) ) +(assert (myObject (attribute1 "attr6380") ) ) +(assert (myObject (attribute1 "attr6381") ) ) +(assert (myObject (attribute1 "attr6382") ) ) +(assert (myObject (attribute1 "attr6383") ) ) +(assert (myObject (attribute1 "attr6384") ) ) +(assert (myObject (attribute1 "attr6385") ) ) +(assert (myObject (attribute1 "attr6386") ) ) +(assert (myObject (attribute1 "attr6387") ) ) +(assert (myObject (attribute1 "attr6388") ) ) +(assert (myObject (attribute1 "attr6389") ) ) +(assert (myObject (attribute1 "attr6390") ) ) +(assert (myObject (attribute1 "attr6391") ) ) +(assert (myObject (attribute1 "attr6392") ) ) +(assert (myObject (attribute1 "attr6393") ) ) +(assert (myObject (attribute1 "attr6394") ) ) +(assert (myObject (attribute1 "attr6395") ) ) +(assert (myObject (attribute1 "attr6396") ) ) +(assert (myObject (attribute1 "attr6397") ) ) +(assert (myObject (attribute1 "attr6398") ) ) +(assert (myObject (attribute1 "attr6399") ) ) +(assert (myObject (attribute1 "attr6400") ) ) +(assert (myObject (attribute1 "attr6401") ) ) +(assert (myObject (attribute1 "attr6402") ) ) +(assert (myObject (attribute1 "attr6403") ) ) +(assert (myObject (attribute1 "attr6404") ) ) +(assert (myObject (attribute1 "attr6405") ) ) +(assert (myObject (attribute1 "attr6406") ) ) +(assert (myObject (attribute1 "attr6407") ) ) +(assert (myObject (attribute1 "attr6408") ) ) +(assert (myObject (attribute1 "attr6409") ) ) +(assert (myObject (attribute1 "attr6410") ) ) +(assert (myObject (attribute1 "attr6411") ) ) +(assert (myObject (attribute1 "attr6412") ) ) +(assert (myObject (attribute1 "attr6413") ) ) +(assert (myObject (attribute1 "attr6414") ) ) +(assert (myObject (attribute1 "attr6415") ) ) +(assert (myObject (attribute1 "attr6416") ) ) +(assert (myObject (attribute1 "attr6417") ) ) +(assert (myObject (attribute1 "attr6418") ) ) +(assert (myObject (attribute1 "attr6419") ) ) +(assert (myObject (attribute1 "attr6420") ) ) +(assert (myObject (attribute1 "attr6421") ) ) +(assert (myObject (attribute1 "attr6422") ) ) +(assert (myObject (attribute1 "attr6423") ) ) +(assert (myObject (attribute1 "attr6424") ) ) +(assert (myObject (attribute1 "attr6425") ) ) +(assert (myObject (attribute1 "attr6426") ) ) +(assert (myObject (attribute1 "attr6427") ) ) +(assert (myObject (attribute1 "attr6428") ) ) +(assert (myObject (attribute1 "attr6429") ) ) +(assert (myObject (attribute1 "attr6430") ) ) +(assert (myObject (attribute1 "attr6431") ) ) +(assert (myObject (attribute1 "attr6432") ) ) +(assert (myObject (attribute1 "attr6433") ) ) +(assert (myObject (attribute1 "attr6434") ) ) +(assert (myObject (attribute1 "attr6435") ) ) +(assert (myObject (attribute1 "attr6436") ) ) +(assert (myObject (attribute1 "attr6437") ) ) +(assert (myObject (attribute1 "attr6438") ) ) +(assert (myObject (attribute1 "attr6439") ) ) +(assert (myObject (attribute1 "attr6440") ) ) +(assert (myObject (attribute1 "attr6441") ) ) +(assert (myObject (attribute1 "attr6442") ) ) +(assert (myObject (attribute1 "attr6443") ) ) +(assert (myObject (attribute1 "attr6444") ) ) +(assert (myObject (attribute1 "attr6445") ) ) +(assert (myObject (attribute1 "attr6446") ) ) +(assert (myObject (attribute1 "attr6447") ) ) +(assert (myObject (attribute1 "attr6448") ) ) +(assert (myObject (attribute1 "attr6449") ) ) +(assert (myObject (attribute1 "attr6450") ) ) +(assert (myObject (attribute1 "attr6451") ) ) +(assert (myObject (attribute1 "attr6452") ) ) +(assert (myObject (attribute1 "attr6453") ) ) +(assert (myObject (attribute1 "attr6454") ) ) +(assert (myObject (attribute1 "attr6455") ) ) +(assert (myObject (attribute1 "attr6456") ) ) +(assert (myObject (attribute1 "attr6457") ) ) +(assert (myObject (attribute1 "attr6458") ) ) +(assert (myObject (attribute1 "attr6459") ) ) +(assert (myObject (attribute1 "attr6460") ) ) +(assert (myObject (attribute1 "attr6461") ) ) +(assert (myObject (attribute1 "attr6462") ) ) +(assert (myObject (attribute1 "attr6463") ) ) +(assert (myObject (attribute1 "attr6464") ) ) +(assert (myObject (attribute1 "attr6465") ) ) +(assert (myObject (attribute1 "attr6466") ) ) +(assert (myObject (attribute1 "attr6467") ) ) +(assert (myObject (attribute1 "attr6468") ) ) +(assert (myObject (attribute1 "attr6469") ) ) +(assert (myObject (attribute1 "attr6470") ) ) +(assert (myObject (attribute1 "attr6471") ) ) +(assert (myObject (attribute1 "attr6472") ) ) +(assert (myObject (attribute1 "attr6473") ) ) +(assert (myObject (attribute1 "attr6474") ) ) +(assert (myObject (attribute1 "attr6475") ) ) +(assert (myObject (attribute1 "attr6476") ) ) +(assert (myObject (attribute1 "attr6477") ) ) +(assert (myObject (attribute1 "attr6478") ) ) +(assert (myObject (attribute1 "attr6479") ) ) +(assert (myObject (attribute1 "attr6480") ) ) +(assert (myObject (attribute1 "attr6481") ) ) +(assert (myObject (attribute1 "attr6482") ) ) +(assert (myObject (attribute1 "attr6483") ) ) +(assert (myObject (attribute1 "attr6484") ) ) +(assert (myObject (attribute1 "attr6485") ) ) +(assert (myObject (attribute1 "attr6486") ) ) +(assert (myObject (attribute1 "attr6487") ) ) +(assert (myObject (attribute1 "attr6488") ) ) +(assert (myObject (attribute1 "attr6489") ) ) +(assert (myObject (attribute1 "attr6490") ) ) +(assert (myObject (attribute1 "attr6491") ) ) +(assert (myObject (attribute1 "attr6492") ) ) +(assert (myObject (attribute1 "attr6493") ) ) +(assert (myObject (attribute1 "attr6494") ) ) +(assert (myObject (attribute1 "attr6495") ) ) +(assert (myObject (attribute1 "attr6496") ) ) +(assert (myObject (attribute1 "attr6497") ) ) +(assert (myObject (attribute1 "attr6498") ) ) +(assert (myObject (attribute1 "attr6499") ) ) +(assert (myObject (attribute1 "attr6500") ) ) +(assert (myObject (attribute1 "attr6501") ) ) +(assert (myObject (attribute1 "attr6502") ) ) +(assert (myObject (attribute1 "attr6503") ) ) +(assert (myObject (attribute1 "attr6504") ) ) +(assert (myObject (attribute1 "attr6505") ) ) +(assert (myObject (attribute1 "attr6506") ) ) +(assert (myObject (attribute1 "attr6507") ) ) +(assert (myObject (attribute1 "attr6508") ) ) +(assert (myObject (attribute1 "attr6509") ) ) +(assert (myObject (attribute1 "attr6510") ) ) +(assert (myObject (attribute1 "attr6511") ) ) +(assert (myObject (attribute1 "attr6512") ) ) +(assert (myObject (attribute1 "attr6513") ) ) +(assert (myObject (attribute1 "attr6514") ) ) +(assert (myObject (attribute1 "attr6515") ) ) +(assert (myObject (attribute1 "attr6516") ) ) +(assert (myObject (attribute1 "attr6517") ) ) +(assert (myObject (attribute1 "attr6518") ) ) +(assert (myObject (attribute1 "attr6519") ) ) +(assert (myObject (attribute1 "attr6520") ) ) +(assert (myObject (attribute1 "attr6521") ) ) +(assert (myObject (attribute1 "attr6522") ) ) +(assert (myObject (attribute1 "attr6523") ) ) +(assert (myObject (attribute1 "attr6524") ) ) +(assert (myObject (attribute1 "attr6525") ) ) +(assert (myObject (attribute1 "attr6526") ) ) +(assert (myObject (attribute1 "attr6527") ) ) +(assert (myObject (attribute1 "attr6528") ) ) +(assert (myObject (attribute1 "attr6529") ) ) +(assert (myObject (attribute1 "attr6530") ) ) +(assert (myObject (attribute1 "attr6531") ) ) +(assert (myObject (attribute1 "attr6532") ) ) +(assert (myObject (attribute1 "attr6533") ) ) +(assert (myObject (attribute1 "attr6534") ) ) +(assert (myObject (attribute1 "attr6535") ) ) +(assert (myObject (attribute1 "attr6536") ) ) +(assert (myObject (attribute1 "attr6537") ) ) +(assert (myObject (attribute1 "attr6538") ) ) +(assert (myObject (attribute1 "attr6539") ) ) +(assert (myObject (attribute1 "attr6540") ) ) +(assert (myObject (attribute1 "attr6541") ) ) +(assert (myObject (attribute1 "attr6542") ) ) +(assert (myObject (attribute1 "attr6543") ) ) +(assert (myObject (attribute1 "attr6544") ) ) +(assert (myObject (attribute1 "attr6545") ) ) +(assert (myObject (attribute1 "attr6546") ) ) +(assert (myObject (attribute1 "attr6547") ) ) +(assert (myObject (attribute1 "attr6548") ) ) +(assert (myObject (attribute1 "attr6549") ) ) +(assert (myObject (attribute1 "attr6550") ) ) +(assert (myObject (attribute1 "attr6551") ) ) +(assert (myObject (attribute1 "attr6552") ) ) +(assert (myObject (attribute1 "attr6553") ) ) +(assert (myObject (attribute1 "attr6554") ) ) +(assert (myObject (attribute1 "attr6555") ) ) +(assert (myObject (attribute1 "attr6556") ) ) +(assert (myObject (attribute1 "attr6557") ) ) +(assert (myObject (attribute1 "attr6558") ) ) +(assert (myObject (attribute1 "attr6559") ) ) +(assert (myObject (attribute1 "attr6560") ) ) +(assert (myObject (attribute1 "attr6561") ) ) +(assert (myObject (attribute1 "attr6562") ) ) +(assert (myObject (attribute1 "attr6563") ) ) +(assert (myObject (attribute1 "attr6564") ) ) +(assert (myObject (attribute1 "attr6565") ) ) +(assert (myObject (attribute1 "attr6566") ) ) +(assert (myObject (attribute1 "attr6567") ) ) +(assert (myObject (attribute1 "attr6568") ) ) +(assert (myObject (attribute1 "attr6569") ) ) +(assert (myObject (attribute1 "attr6570") ) ) +(assert (myObject (attribute1 "attr6571") ) ) +(assert (myObject (attribute1 "attr6572") ) ) +(assert (myObject (attribute1 "attr6573") ) ) +(assert (myObject (attribute1 "attr6574") ) ) +(assert (myObject (attribute1 "attr6575") ) ) +(assert (myObject (attribute1 "attr6576") ) ) +(assert (myObject (attribute1 "attr6577") ) ) +(assert (myObject (attribute1 "attr6578") ) ) +(assert (myObject (attribute1 "attr6579") ) ) +(assert (myObject (attribute1 "attr6580") ) ) +(assert (myObject (attribute1 "attr6581") ) ) +(assert (myObject (attribute1 "attr6582") ) ) +(assert (myObject (attribute1 "attr6583") ) ) +(assert (myObject (attribute1 "attr6584") ) ) +(assert (myObject (attribute1 "attr6585") ) ) +(assert (myObject (attribute1 "attr6586") ) ) +(assert (myObject (attribute1 "attr6587") ) ) +(assert (myObject (attribute1 "attr6588") ) ) +(assert (myObject (attribute1 "attr6589") ) ) +(assert (myObject (attribute1 "attr6590") ) ) +(assert (myObject (attribute1 "attr6591") ) ) +(assert (myObject (attribute1 "attr6592") ) ) +(assert (myObject (attribute1 "attr6593") ) ) +(assert (myObject (attribute1 "attr6594") ) ) +(assert (myObject (attribute1 "attr6595") ) ) +(assert (myObject (attribute1 "attr6596") ) ) +(assert (myObject (attribute1 "attr6597") ) ) +(assert (myObject (attribute1 "attr6598") ) ) +(assert (myObject (attribute1 "attr6599") ) ) +(assert (myObject (attribute1 "attr6600") ) ) +(assert (myObject (attribute1 "attr6601") ) ) +(assert (myObject (attribute1 "attr6602") ) ) +(assert (myObject (attribute1 "attr6603") ) ) +(assert (myObject (attribute1 "attr6604") ) ) +(assert (myObject (attribute1 "attr6605") ) ) +(assert (myObject (attribute1 "attr6606") ) ) +(assert (myObject (attribute1 "attr6607") ) ) +(assert (myObject (attribute1 "attr6608") ) ) +(assert (myObject (attribute1 "attr6609") ) ) +(assert (myObject (attribute1 "attr6610") ) ) +(assert (myObject (attribute1 "attr6611") ) ) +(assert (myObject (attribute1 "attr6612") ) ) +(assert (myObject (attribute1 "attr6613") ) ) +(assert (myObject (attribute1 "attr6614") ) ) +(assert (myObject (attribute1 "attr6615") ) ) +(assert (myObject (attribute1 "attr6616") ) ) +(assert (myObject (attribute1 "attr6617") ) ) +(assert (myObject (attribute1 "attr6618") ) ) +(assert (myObject (attribute1 "attr6619") ) ) +(assert (myObject (attribute1 "attr6620") ) ) +(assert (myObject (attribute1 "attr6621") ) ) +(assert (myObject (attribute1 "attr6622") ) ) +(assert (myObject (attribute1 "attr6623") ) ) +(assert (myObject (attribute1 "attr6624") ) ) +(assert (myObject (attribute1 "attr6625") ) ) +(assert (myObject (attribute1 "attr6626") ) ) +(assert (myObject (attribute1 "attr6627") ) ) +(assert (myObject (attribute1 "attr6628") ) ) +(assert (myObject (attribute1 "attr6629") ) ) +(assert (myObject (attribute1 "attr6630") ) ) +(assert (myObject (attribute1 "attr6631") ) ) +(assert (myObject (attribute1 "attr6632") ) ) +(assert (myObject (attribute1 "attr6633") ) ) +(assert (myObject (attribute1 "attr6634") ) ) +(assert (myObject (attribute1 "attr6635") ) ) +(assert (myObject (attribute1 "attr6636") ) ) +(assert (myObject (attribute1 "attr6637") ) ) +(assert (myObject (attribute1 "attr6638") ) ) +(assert (myObject (attribute1 "attr6639") ) ) +(assert (myObject (attribute1 "attr6640") ) ) +(assert (myObject (attribute1 "attr6641") ) ) +(assert (myObject (attribute1 "attr6642") ) ) +(assert (myObject (attribute1 "attr6643") ) ) +(assert (myObject (attribute1 "attr6644") ) ) +(assert (myObject (attribute1 "attr6645") ) ) +(assert (myObject (attribute1 "attr6646") ) ) +(assert (myObject (attribute1 "attr6647") ) ) +(assert (myObject (attribute1 "attr6648") ) ) +(assert (myObject (attribute1 "attr6649") ) ) +(assert (myObject (attribute1 "attr6650") ) ) +(assert (myObject (attribute1 "attr6651") ) ) +(assert (myObject (attribute1 "attr6652") ) ) +(assert (myObject (attribute1 "attr6653") ) ) +(assert (myObject (attribute1 "attr6654") ) ) +(assert (myObject (attribute1 "attr6655") ) ) +(assert (myObject (attribute1 "attr6656") ) ) +(assert (myObject (attribute1 "attr6657") ) ) +(assert (myObject (attribute1 "attr6658") ) ) +(assert (myObject (attribute1 "attr6659") ) ) +(assert (myObject (attribute1 "attr6660") ) ) +(assert (myObject (attribute1 "attr6661") ) ) +(assert (myObject (attribute1 "attr6662") ) ) +(assert (myObject (attribute1 "attr6663") ) ) +(assert (myObject (attribute1 "attr6664") ) ) +(assert (myObject (attribute1 "attr6665") ) ) +(assert (myObject (attribute1 "attr6666") ) ) +(assert (myObject (attribute1 "attr6667") ) ) +(assert (myObject (attribute1 "attr6668") ) ) +(assert (myObject (attribute1 "attr6669") ) ) +(assert (myObject (attribute1 "attr6670") ) ) +(assert (myObject (attribute1 "attr6671") ) ) +(assert (myObject (attribute1 "attr6672") ) ) +(assert (myObject (attribute1 "attr6673") ) ) +(assert (myObject (attribute1 "attr6674") ) ) +(assert (myObject (attribute1 "attr6675") ) ) +(assert (myObject (attribute1 "attr6676") ) ) +(assert (myObject (attribute1 "attr6677") ) ) +(assert (myObject (attribute1 "attr6678") ) ) +(assert (myObject (attribute1 "attr6679") ) ) +(assert (myObject (attribute1 "attr6680") ) ) +(assert (myObject (attribute1 "attr6681") ) ) +(assert (myObject (attribute1 "attr6682") ) ) +(assert (myObject (attribute1 "attr6683") ) ) +(assert (myObject (attribute1 "attr6684") ) ) +(assert (myObject (attribute1 "attr6685") ) ) +(assert (myObject (attribute1 "attr6686") ) ) +(assert (myObject (attribute1 "attr6687") ) ) +(assert (myObject (attribute1 "attr6688") ) ) +(assert (myObject (attribute1 "attr6689") ) ) +(assert (myObject (attribute1 "attr6690") ) ) +(assert (myObject (attribute1 "attr6691") ) ) +(assert (myObject (attribute1 "attr6692") ) ) +(assert (myObject (attribute1 "attr6693") ) ) +(assert (myObject (attribute1 "attr6694") ) ) +(assert (myObject (attribute1 "attr6695") ) ) +(assert (myObject (attribute1 "attr6696") ) ) +(assert (myObject (attribute1 "attr6697") ) ) +(assert (myObject (attribute1 "attr6698") ) ) +(assert (myObject (attribute1 "attr6699") ) ) +(assert (myObject (attribute1 "attr6700") ) ) +(assert (myObject (attribute1 "attr6701") ) ) +(assert (myObject (attribute1 "attr6702") ) ) +(assert (myObject (attribute1 "attr6703") ) ) +(assert (myObject (attribute1 "attr6704") ) ) +(assert (myObject (attribute1 "attr6705") ) ) +(assert (myObject (attribute1 "attr6706") ) ) +(assert (myObject (attribute1 "attr6707") ) ) +(assert (myObject (attribute1 "attr6708") ) ) +(assert (myObject (attribute1 "attr6709") ) ) +(assert (myObject (attribute1 "attr6710") ) ) +(assert (myObject (attribute1 "attr6711") ) ) +(assert (myObject (attribute1 "attr6712") ) ) +(assert (myObject (attribute1 "attr6713") ) ) +(assert (myObject (attribute1 "attr6714") ) ) +(assert (myObject (attribute1 "attr6715") ) ) +(assert (myObject (attribute1 "attr6716") ) ) +(assert (myObject (attribute1 "attr6717") ) ) +(assert (myObject (attribute1 "attr6718") ) ) +(assert (myObject (attribute1 "attr6719") ) ) +(assert (myObject (attribute1 "attr6720") ) ) +(assert (myObject (attribute1 "attr6721") ) ) +(assert (myObject (attribute1 "attr6722") ) ) +(assert (myObject (attribute1 "attr6723") ) ) +(assert (myObject (attribute1 "attr6724") ) ) +(assert (myObject (attribute1 "attr6725") ) ) +(assert (myObject (attribute1 "attr6726") ) ) +(assert (myObject (attribute1 "attr6727") ) ) +(assert (myObject (attribute1 "attr6728") ) ) +(assert (myObject (attribute1 "attr6729") ) ) +(assert (myObject (attribute1 "attr6730") ) ) +(assert (myObject (attribute1 "attr6731") ) ) +(assert (myObject (attribute1 "attr6732") ) ) +(assert (myObject (attribute1 "attr6733") ) ) +(assert (myObject (attribute1 "attr6734") ) ) +(assert (myObject (attribute1 "attr6735") ) ) +(assert (myObject (attribute1 "attr6736") ) ) +(assert (myObject (attribute1 "attr6737") ) ) +(assert (myObject (attribute1 "attr6738") ) ) +(assert (myObject (attribute1 "attr6739") ) ) +(assert (myObject (attribute1 "attr6740") ) ) +(assert (myObject (attribute1 "attr6741") ) ) +(assert (myObject (attribute1 "attr6742") ) ) +(assert (myObject (attribute1 "attr6743") ) ) +(assert (myObject (attribute1 "attr6744") ) ) +(assert (myObject (attribute1 "attr6745") ) ) +(assert (myObject (attribute1 "attr6746") ) ) +(assert (myObject (attribute1 "attr6747") ) ) +(assert (myObject (attribute1 "attr6748") ) ) +(assert (myObject (attribute1 "attr6749") ) ) +(assert (myObject (attribute1 "attr6750") ) ) +(assert (myObject (attribute1 "attr6751") ) ) +(assert (myObject (attribute1 "attr6752") ) ) +(assert (myObject (attribute1 "attr6753") ) ) +(assert (myObject (attribute1 "attr6754") ) ) +(assert (myObject (attribute1 "attr6755") ) ) +(assert (myObject (attribute1 "attr6756") ) ) +(assert (myObject (attribute1 "attr6757") ) ) +(assert (myObject (attribute1 "attr6758") ) ) +(assert (myObject (attribute1 "attr6759") ) ) +(assert (myObject (attribute1 "attr6760") ) ) +(assert (myObject (attribute1 "attr6761") ) ) +(assert (myObject (attribute1 "attr6762") ) ) +(assert (myObject (attribute1 "attr6763") ) ) +(assert (myObject (attribute1 "attr6764") ) ) +(assert (myObject (attribute1 "attr6765") ) ) +(assert (myObject (attribute1 "attr6766") ) ) +(assert (myObject (attribute1 "attr6767") ) ) +(assert (myObject (attribute1 "attr6768") ) ) +(assert (myObject (attribute1 "attr6769") ) ) +(assert (myObject (attribute1 "attr6770") ) ) +(assert (myObject (attribute1 "attr6771") ) ) +(assert (myObject (attribute1 "attr6772") ) ) +(assert (myObject (attribute1 "attr6773") ) ) +(assert (myObject (attribute1 "attr6774") ) ) +(assert (myObject (attribute1 "attr6775") ) ) +(assert (myObject (attribute1 "attr6776") ) ) +(assert (myObject (attribute1 "attr6777") ) ) +(assert (myObject (attribute1 "attr6778") ) ) +(assert (myObject (attribute1 "attr6779") ) ) +(assert (myObject (attribute1 "attr6780") ) ) +(assert (myObject (attribute1 "attr6781") ) ) +(assert (myObject (attribute1 "attr6782") ) ) +(assert (myObject (attribute1 "attr6783") ) ) +(assert (myObject (attribute1 "attr6784") ) ) +(assert (myObject (attribute1 "attr6785") ) ) +(assert (myObject (attribute1 "attr6786") ) ) +(assert (myObject (attribute1 "attr6787") ) ) +(assert (myObject (attribute1 "attr6788") ) ) +(assert (myObject (attribute1 "attr6789") ) ) +(assert (myObject (attribute1 "attr6790") ) ) +(assert (myObject (attribute1 "attr6791") ) ) +(assert (myObject (attribute1 "attr6792") ) ) +(assert (myObject (attribute1 "attr6793") ) ) +(assert (myObject (attribute1 "attr6794") ) ) +(assert (myObject (attribute1 "attr6795") ) ) +(assert (myObject (attribute1 "attr6796") ) ) +(assert (myObject (attribute1 "attr6797") ) ) +(assert (myObject (attribute1 "attr6798") ) ) +(assert (myObject (attribute1 "attr6799") ) ) +(assert (myObject (attribute1 "attr6800") ) ) +(assert (myObject (attribute1 "attr6801") ) ) +(assert (myObject (attribute1 "attr6802") ) ) +(assert (myObject (attribute1 "attr6803") ) ) +(assert (myObject (attribute1 "attr6804") ) ) +(assert (myObject (attribute1 "attr6805") ) ) +(assert (myObject (attribute1 "attr6806") ) ) +(assert (myObject (attribute1 "attr6807") ) ) +(assert (myObject (attribute1 "attr6808") ) ) +(assert (myObject (attribute1 "attr6809") ) ) +(assert (myObject (attribute1 "attr6810") ) ) +(assert (myObject (attribute1 "attr6811") ) ) +(assert (myObject (attribute1 "attr6812") ) ) +(assert (myObject (attribute1 "attr6813") ) ) +(assert (myObject (attribute1 "attr6814") ) ) +(assert (myObject (attribute1 "attr6815") ) ) +(assert (myObject (attribute1 "attr6816") ) ) +(assert (myObject (attribute1 "attr6817") ) ) +(assert (myObject (attribute1 "attr6818") ) ) +(assert (myObject (attribute1 "attr6819") ) ) +(assert (myObject (attribute1 "attr6820") ) ) +(assert (myObject (attribute1 "attr6821") ) ) +(assert (myObject (attribute1 "attr6822") ) ) +(assert (myObject (attribute1 "attr6823") ) ) +(assert (myObject (attribute1 "attr6824") ) ) +(assert (myObject (attribute1 "attr6825") ) ) +(assert (myObject (attribute1 "attr6826") ) ) +(assert (myObject (attribute1 "attr6827") ) ) +(assert (myObject (attribute1 "attr6828") ) ) +(assert (myObject (attribute1 "attr6829") ) ) +(assert (myObject (attribute1 "attr6830") ) ) +(assert (myObject (attribute1 "attr6831") ) ) +(assert (myObject (attribute1 "attr6832") ) ) +(assert (myObject (attribute1 "attr6833") ) ) +(assert (myObject (attribute1 "attr6834") ) ) +(assert (myObject (attribute1 "attr6835") ) ) +(assert (myObject (attribute1 "attr6836") ) ) +(assert (myObject (attribute1 "attr6837") ) ) +(assert (myObject (attribute1 "attr6838") ) ) +(assert (myObject (attribute1 "attr6839") ) ) +(assert (myObject (attribute1 "attr6840") ) ) +(assert (myObject (attribute1 "attr6841") ) ) +(assert (myObject (attribute1 "attr6842") ) ) +(assert (myObject (attribute1 "attr6843") ) ) +(assert (myObject (attribute1 "attr6844") ) ) +(assert (myObject (attribute1 "attr6845") ) ) +(assert (myObject (attribute1 "attr6846") ) ) +(assert (myObject (attribute1 "attr6847") ) ) +(assert (myObject (attribute1 "attr6848") ) ) +(assert (myObject (attribute1 "attr6849") ) ) +(assert (myObject (attribute1 "attr6850") ) ) +(assert (myObject (attribute1 "attr6851") ) ) +(assert (myObject (attribute1 "attr6852") ) ) +(assert (myObject (attribute1 "attr6853") ) ) +(assert (myObject (attribute1 "attr6854") ) ) +(assert (myObject (attribute1 "attr6855") ) ) +(assert (myObject (attribute1 "attr6856") ) ) +(assert (myObject (attribute1 "attr6857") ) ) +(assert (myObject (attribute1 "attr6858") ) ) +(assert (myObject (attribute1 "attr6859") ) ) +(assert (myObject (attribute1 "attr6860") ) ) +(assert (myObject (attribute1 "attr6861") ) ) +(assert (myObject (attribute1 "attr6862") ) ) +(assert (myObject (attribute1 "attr6863") ) ) +(assert (myObject (attribute1 "attr6864") ) ) +(assert (myObject (attribute1 "attr6865") ) ) +(assert (myObject (attribute1 "attr6866") ) ) +(assert (myObject (attribute1 "attr6867") ) ) +(assert (myObject (attribute1 "attr6868") ) ) +(assert (myObject (attribute1 "attr6869") ) ) +(assert (myObject (attribute1 "attr6870") ) ) +(assert (myObject (attribute1 "attr6871") ) ) +(assert (myObject (attribute1 "attr6872") ) ) +(assert (myObject (attribute1 "attr6873") ) ) +(assert (myObject (attribute1 "attr6874") ) ) +(assert (myObject (attribute1 "attr6875") ) ) +(assert (myObject (attribute1 "attr6876") ) ) +(assert (myObject (attribute1 "attr6877") ) ) +(assert (myObject (attribute1 "attr6878") ) ) +(assert (myObject (attribute1 "attr6879") ) ) +(assert (myObject (attribute1 "attr6880") ) ) +(assert (myObject (attribute1 "attr6881") ) ) +(assert (myObject (attribute1 "attr6882") ) ) +(assert (myObject (attribute1 "attr6883") ) ) +(assert (myObject (attribute1 "attr6884") ) ) +(assert (myObject (attribute1 "attr6885") ) ) +(assert (myObject (attribute1 "attr6886") ) ) +(assert (myObject (attribute1 "attr6887") ) ) +(assert (myObject (attribute1 "attr6888") ) ) +(assert (myObject (attribute1 "attr6889") ) ) +(assert (myObject (attribute1 "attr6890") ) ) +(assert (myObject (attribute1 "attr6891") ) ) +(assert (myObject (attribute1 "attr6892") ) ) +(assert (myObject (attribute1 "attr6893") ) ) +(assert (myObject (attribute1 "attr6894") ) ) +(assert (myObject (attribute1 "attr6895") ) ) +(assert (myObject (attribute1 "attr6896") ) ) +(assert (myObject (attribute1 "attr6897") ) ) +(assert (myObject (attribute1 "attr6898") ) ) +(assert (myObject (attribute1 "attr6899") ) ) +(assert (myObject (attribute1 "attr6900") ) ) +(assert (myObject (attribute1 "attr6901") ) ) +(assert (myObject (attribute1 "attr6902") ) ) +(assert (myObject (attribute1 "attr6903") ) ) +(assert (myObject (attribute1 "attr6904") ) ) +(assert (myObject (attribute1 "attr6905") ) ) +(assert (myObject (attribute1 "attr6906") ) ) +(assert (myObject (attribute1 "attr6907") ) ) +(assert (myObject (attribute1 "attr6908") ) ) +(assert (myObject (attribute1 "attr6909") ) ) +(assert (myObject (attribute1 "attr6910") ) ) +(assert (myObject (attribute1 "attr6911") ) ) +(assert (myObject (attribute1 "attr6912") ) ) +(assert (myObject (attribute1 "attr6913") ) ) +(assert (myObject (attribute1 "attr6914") ) ) +(assert (myObject (attribute1 "attr6915") ) ) +(assert (myObject (attribute1 "attr6916") ) ) +(assert (myObject (attribute1 "attr6917") ) ) +(assert (myObject (attribute1 "attr6918") ) ) +(assert (myObject (attribute1 "attr6919") ) ) +(assert (myObject (attribute1 "attr6920") ) ) +(assert (myObject (attribute1 "attr6921") ) ) +(assert (myObject (attribute1 "attr6922") ) ) +(assert (myObject (attribute1 "attr6923") ) ) +(assert (myObject (attribute1 "attr6924") ) ) +(assert (myObject (attribute1 "attr6925") ) ) +(assert (myObject (attribute1 "attr6926") ) ) +(assert (myObject (attribute1 "attr6927") ) ) +(assert (myObject (attribute1 "attr6928") ) ) +(assert (myObject (attribute1 "attr6929") ) ) +(assert (myObject (attribute1 "attr6930") ) ) +(assert (myObject (attribute1 "attr6931") ) ) +(assert (myObject (attribute1 "attr6932") ) ) +(assert (myObject (attribute1 "attr6933") ) ) +(assert (myObject (attribute1 "attr6934") ) ) +(assert (myObject (attribute1 "attr6935") ) ) +(assert (myObject (attribute1 "attr6936") ) ) +(assert (myObject (attribute1 "attr6937") ) ) +(assert (myObject (attribute1 "attr6938") ) ) +(assert (myObject (attribute1 "attr6939") ) ) +(assert (myObject (attribute1 "attr6940") ) ) +(assert (myObject (attribute1 "attr6941") ) ) +(assert (myObject (attribute1 "attr6942") ) ) +(assert (myObject (attribute1 "attr6943") ) ) +(assert (myObject (attribute1 "attr6944") ) ) +(assert (myObject (attribute1 "attr6945") ) ) +(assert (myObject (attribute1 "attr6946") ) ) +(assert (myObject (attribute1 "attr6947") ) ) +(assert (myObject (attribute1 "attr6948") ) ) +(assert (myObject (attribute1 "attr6949") ) ) +(assert (myObject (attribute1 "attr6950") ) ) +(assert (myObject (attribute1 "attr6951") ) ) +(assert (myObject (attribute1 "attr6952") ) ) +(assert (myObject (attribute1 "attr6953") ) ) +(assert (myObject (attribute1 "attr6954") ) ) +(assert (myObject (attribute1 "attr6955") ) ) +(assert (myObject (attribute1 "attr6956") ) ) +(assert (myObject (attribute1 "attr6957") ) ) +(assert (myObject (attribute1 "attr6958") ) ) +(assert (myObject (attribute1 "attr6959") ) ) +(assert (myObject (attribute1 "attr6960") ) ) +(assert (myObject (attribute1 "attr6961") ) ) +(assert (myObject (attribute1 "attr6962") ) ) +(assert (myObject (attribute1 "attr6963") ) ) +(assert (myObject (attribute1 "attr6964") ) ) +(assert (myObject (attribute1 "attr6965") ) ) +(assert (myObject (attribute1 "attr6966") ) ) +(assert (myObject (attribute1 "attr6967") ) ) +(assert (myObject (attribute1 "attr6968") ) ) +(assert (myObject (attribute1 "attr6969") ) ) +(assert (myObject (attribute1 "attr6970") ) ) +(assert (myObject (attribute1 "attr6971") ) ) +(assert (myObject (attribute1 "attr6972") ) ) +(assert (myObject (attribute1 "attr6973") ) ) +(assert (myObject (attribute1 "attr6974") ) ) +(assert (myObject (attribute1 "attr6975") ) ) +(assert (myObject (attribute1 "attr6976") ) ) +(assert (myObject (attribute1 "attr6977") ) ) +(assert (myObject (attribute1 "attr6978") ) ) +(assert (myObject (attribute1 "attr6979") ) ) +(assert (myObject (attribute1 "attr6980") ) ) +(assert (myObject (attribute1 "attr6981") ) ) +(assert (myObject (attribute1 "attr6982") ) ) +(assert (myObject (attribute1 "attr6983") ) ) +(assert (myObject (attribute1 "attr6984") ) ) +(assert (myObject (attribute1 "attr6985") ) ) +(assert (myObject (attribute1 "attr6986") ) ) +(assert (myObject (attribute1 "attr6987") ) ) +(assert (myObject (attribute1 "attr6988") ) ) +(assert (myObject (attribute1 "attr6989") ) ) +(assert (myObject (attribute1 "attr6990") ) ) +(assert (myObject (attribute1 "attr6991") ) ) +(assert (myObject (attribute1 "attr6992") ) ) +(assert (myObject (attribute1 "attr6993") ) ) +(assert (myObject (attribute1 "attr6994") ) ) +(assert (myObject (attribute1 "attr6995") ) ) +(assert (myObject (attribute1 "attr6996") ) ) +(assert (myObject (attribute1 "attr6997") ) ) +(assert (myObject (attribute1 "attr6998") ) ) +(assert (myObject (attribute1 "attr6999") ) ) +(assert (myObject (attribute1 "attr7000") ) ) +(assert (myObject (attribute1 "attr7001") ) ) +(assert (myObject (attribute1 "attr7002") ) ) +(assert (myObject (attribute1 "attr7003") ) ) +(assert (myObject (attribute1 "attr7004") ) ) +(assert (myObject (attribute1 "attr7005") ) ) +(assert (myObject (attribute1 "attr7006") ) ) +(assert (myObject (attribute1 "attr7007") ) ) +(assert (myObject (attribute1 "attr7008") ) ) +(assert (myObject (attribute1 "attr7009") ) ) +(assert (myObject (attribute1 "attr7010") ) ) +(assert (myObject (attribute1 "attr7011") ) ) +(assert (myObject (attribute1 "attr7012") ) ) +(assert (myObject (attribute1 "attr7013") ) ) +(assert (myObject (attribute1 "attr7014") ) ) +(assert (myObject (attribute1 "attr7015") ) ) +(assert (myObject (attribute1 "attr7016") ) ) +(assert (myObject (attribute1 "attr7017") ) ) +(assert (myObject (attribute1 "attr7018") ) ) +(assert (myObject (attribute1 "attr7019") ) ) +(assert (myObject (attribute1 "attr7020") ) ) +(assert (myObject (attribute1 "attr7021") ) ) +(assert (myObject (attribute1 "attr7022") ) ) +(assert (myObject (attribute1 "attr7023") ) ) +(assert (myObject (attribute1 "attr7024") ) ) +(assert (myObject (attribute1 "attr7025") ) ) +(assert (myObject (attribute1 "attr7026") ) ) +(assert (myObject (attribute1 "attr7027") ) ) +(assert (myObject (attribute1 "attr7028") ) ) +(assert (myObject (attribute1 "attr7029") ) ) +(assert (myObject (attribute1 "attr7030") ) ) +(assert (myObject (attribute1 "attr7031") ) ) +(assert (myObject (attribute1 "attr7032") ) ) +(assert (myObject (attribute1 "attr7033") ) ) +(assert (myObject (attribute1 "attr7034") ) ) +(assert (myObject (attribute1 "attr7035") ) ) +(assert (myObject (attribute1 "attr7036") ) ) +(assert (myObject (attribute1 "attr7037") ) ) +(assert (myObject (attribute1 "attr7038") ) ) +(assert (myObject (attribute1 "attr7039") ) ) +(assert (myObject (attribute1 "attr7040") ) ) +(assert (myObject (attribute1 "attr7041") ) ) +(assert (myObject (attribute1 "attr7042") ) ) +(assert (myObject (attribute1 "attr7043") ) ) +(assert (myObject (attribute1 "attr7044") ) ) +(assert (myObject (attribute1 "attr7045") ) ) +(assert (myObject (attribute1 "attr7046") ) ) +(assert (myObject (attribute1 "attr7047") ) ) +(assert (myObject (attribute1 "attr7048") ) ) +(assert (myObject (attribute1 "attr7049") ) ) +(assert (myObject (attribute1 "attr7050") ) ) +(assert (myObject (attribute1 "attr7051") ) ) +(assert (myObject (attribute1 "attr7052") ) ) +(assert (myObject (attribute1 "attr7053") ) ) +(assert (myObject (attribute1 "attr7054") ) ) +(assert (myObject (attribute1 "attr7055") ) ) +(assert (myObject (attribute1 "attr7056") ) ) +(assert (myObject (attribute1 "attr7057") ) ) +(assert (myObject (attribute1 "attr7058") ) ) +(assert (myObject (attribute1 "attr7059") ) ) +(assert (myObject (attribute1 "attr7060") ) ) +(assert (myObject (attribute1 "attr7061") ) ) +(assert (myObject (attribute1 "attr7062") ) ) +(assert (myObject (attribute1 "attr7063") ) ) +(assert (myObject (attribute1 "attr7064") ) ) +(assert (myObject (attribute1 "attr7065") ) ) +(assert (myObject (attribute1 "attr7066") ) ) +(assert (myObject (attribute1 "attr7067") ) ) +(assert (myObject (attribute1 "attr7068") ) ) +(assert (myObject (attribute1 "attr7069") ) ) +(assert (myObject (attribute1 "attr7070") ) ) +(assert (myObject (attribute1 "attr7071") ) ) +(assert (myObject (attribute1 "attr7072") ) ) +(assert (myObject (attribute1 "attr7073") ) ) +(assert (myObject (attribute1 "attr7074") ) ) +(assert (myObject (attribute1 "attr7075") ) ) +(assert (myObject (attribute1 "attr7076") ) ) +(assert (myObject (attribute1 "attr7077") ) ) +(assert (myObject (attribute1 "attr7078") ) ) +(assert (myObject (attribute1 "attr7079") ) ) +(assert (myObject (attribute1 "attr7080") ) ) +(assert (myObject (attribute1 "attr7081") ) ) +(assert (myObject (attribute1 "attr7082") ) ) +(assert (myObject (attribute1 "attr7083") ) ) +(assert (myObject (attribute1 "attr7084") ) ) +(assert (myObject (attribute1 "attr7085") ) ) +(assert (myObject (attribute1 "attr7086") ) ) +(assert (myObject (attribute1 "attr7087") ) ) +(assert (myObject (attribute1 "attr7088") ) ) +(assert (myObject (attribute1 "attr7089") ) ) +(assert (myObject (attribute1 "attr7090") ) ) +(assert (myObject (attribute1 "attr7091") ) ) +(assert (myObject (attribute1 "attr7092") ) ) +(assert (myObject (attribute1 "attr7093") ) ) +(assert (myObject (attribute1 "attr7094") ) ) +(assert (myObject (attribute1 "attr7095") ) ) +(assert (myObject (attribute1 "attr7096") ) ) +(assert (myObject (attribute1 "attr7097") ) ) +(assert (myObject (attribute1 "attr7098") ) ) +(assert (myObject (attribute1 "attr7099") ) ) +(assert (myObject (attribute1 "attr7100") ) ) +(assert (myObject (attribute1 "attr7101") ) ) +(assert (myObject (attribute1 "attr7102") ) ) +(assert (myObject (attribute1 "attr7103") ) ) +(assert (myObject (attribute1 "attr7104") ) ) +(assert (myObject (attribute1 "attr7105") ) ) +(assert (myObject (attribute1 "attr7106") ) ) +(assert (myObject (attribute1 "attr7107") ) ) +(assert (myObject (attribute1 "attr7108") ) ) +(assert (myObject (attribute1 "attr7109") ) ) +(assert (myObject (attribute1 "attr7110") ) ) +(assert (myObject (attribute1 "attr7111") ) ) +(assert (myObject (attribute1 "attr7112") ) ) +(assert (myObject (attribute1 "attr7113") ) ) +(assert (myObject (attribute1 "attr7114") ) ) +(assert (myObject (attribute1 "attr7115") ) ) +(assert (myObject (attribute1 "attr7116") ) ) +(assert (myObject (attribute1 "attr7117") ) ) +(assert (myObject (attribute1 "attr7118") ) ) +(assert (myObject (attribute1 "attr7119") ) ) +(assert (myObject (attribute1 "attr7120") ) ) +(assert (myObject (attribute1 "attr7121") ) ) +(assert (myObject (attribute1 "attr7122") ) ) +(assert (myObject (attribute1 "attr7123") ) ) +(assert (myObject (attribute1 "attr7124") ) ) +(assert (myObject (attribute1 "attr7125") ) ) +(assert (myObject (attribute1 "attr7126") ) ) +(assert (myObject (attribute1 "attr7127") ) ) +(assert (myObject (attribute1 "attr7128") ) ) +(assert (myObject (attribute1 "attr7129") ) ) +(assert (myObject (attribute1 "attr7130") ) ) +(assert (myObject (attribute1 "attr7131") ) ) +(assert (myObject (attribute1 "attr7132") ) ) +(assert (myObject (attribute1 "attr7133") ) ) +(assert (myObject (attribute1 "attr7134") ) ) +(assert (myObject (attribute1 "attr7135") ) ) +(assert (myObject (attribute1 "attr7136") ) ) +(assert (myObject (attribute1 "attr7137") ) ) +(assert (myObject (attribute1 "attr7138") ) ) +(assert (myObject (attribute1 "attr7139") ) ) +(assert (myObject (attribute1 "attr7140") ) ) +(assert (myObject (attribute1 "attr7141") ) ) +(assert (myObject (attribute1 "attr7142") ) ) +(assert (myObject (attribute1 "attr7143") ) ) +(assert (myObject (attribute1 "attr7144") ) ) +(assert (myObject (attribute1 "attr7145") ) ) +(assert (myObject (attribute1 "attr7146") ) ) +(assert (myObject (attribute1 "attr7147") ) ) +(assert (myObject (attribute1 "attr7148") ) ) +(assert (myObject (attribute1 "attr7149") ) ) +(assert (myObject (attribute1 "attr7150") ) ) +(assert (myObject (attribute1 "attr7151") ) ) +(assert (myObject (attribute1 "attr7152") ) ) +(assert (myObject (attribute1 "attr7153") ) ) +(assert (myObject (attribute1 "attr7154") ) ) +(assert (myObject (attribute1 "attr7155") ) ) +(assert (myObject (attribute1 "attr7156") ) ) +(assert (myObject (attribute1 "attr7157") ) ) +(assert (myObject (attribute1 "attr7158") ) ) +(assert (myObject (attribute1 "attr7159") ) ) +(assert (myObject (attribute1 "attr7160") ) ) +(assert (myObject (attribute1 "attr7161") ) ) +(assert (myObject (attribute1 "attr7162") ) ) +(assert (myObject (attribute1 "attr7163") ) ) +(assert (myObject (attribute1 "attr7164") ) ) +(assert (myObject (attribute1 "attr7165") ) ) +(assert (myObject (attribute1 "attr7166") ) ) +(assert (myObject (attribute1 "attr7167") ) ) +(assert (myObject (attribute1 "attr7168") ) ) +(assert (myObject (attribute1 "attr7169") ) ) +(assert (myObject (attribute1 "attr7170") ) ) +(assert (myObject (attribute1 "attr7171") ) ) +(assert (myObject (attribute1 "attr7172") ) ) +(assert (myObject (attribute1 "attr7173") ) ) +(assert (myObject (attribute1 "attr7174") ) ) +(assert (myObject (attribute1 "attr7175") ) ) +(assert (myObject (attribute1 "attr7176") ) ) +(assert (myObject (attribute1 "attr7177") ) ) +(assert (myObject (attribute1 "attr7178") ) ) +(assert (myObject (attribute1 "attr7179") ) ) +(assert (myObject (attribute1 "attr7180") ) ) +(assert (myObject (attribute1 "attr7181") ) ) +(assert (myObject (attribute1 "attr7182") ) ) +(assert (myObject (attribute1 "attr7183") ) ) +(assert (myObject (attribute1 "attr7184") ) ) +(assert (myObject (attribute1 "attr7185") ) ) +(assert (myObject (attribute1 "attr7186") ) ) +(assert (myObject (attribute1 "attr7187") ) ) +(assert (myObject (attribute1 "attr7188") ) ) +(assert (myObject (attribute1 "attr7189") ) ) +(assert (myObject (attribute1 "attr7190") ) ) +(assert (myObject (attribute1 "attr7191") ) ) +(assert (myObject (attribute1 "attr7192") ) ) +(assert (myObject (attribute1 "attr7193") ) ) +(assert (myObject (attribute1 "attr7194") ) ) +(assert (myObject (attribute1 "attr7195") ) ) +(assert (myObject (attribute1 "attr7196") ) ) +(assert (myObject (attribute1 "attr7197") ) ) +(assert (myObject (attribute1 "attr7198") ) ) +(assert (myObject (attribute1 "attr7199") ) ) +(assert (myObject (attribute1 "attr7200") ) ) +(assert (myObject (attribute1 "attr7201") ) ) +(assert (myObject (attribute1 "attr7202") ) ) +(assert (myObject (attribute1 "attr7203") ) ) +(assert (myObject (attribute1 "attr7204") ) ) +(assert (myObject (attribute1 "attr7205") ) ) +(assert (myObject (attribute1 "attr7206") ) ) +(assert (myObject (attribute1 "attr7207") ) ) +(assert (myObject (attribute1 "attr7208") ) ) +(assert (myObject (attribute1 "attr7209") ) ) +(assert (myObject (attribute1 "attr7210") ) ) +(assert (myObject (attribute1 "attr7211") ) ) +(assert (myObject (attribute1 "attr7212") ) ) +(assert (myObject (attribute1 "attr7213") ) ) +(assert (myObject (attribute1 "attr7214") ) ) +(assert (myObject (attribute1 "attr7215") ) ) +(assert (myObject (attribute1 "attr7216") ) ) +(assert (myObject (attribute1 "attr7217") ) ) +(assert (myObject (attribute1 "attr7218") ) ) +(assert (myObject (attribute1 "attr7219") ) ) +(assert (myObject (attribute1 "attr7220") ) ) +(assert (myObject (attribute1 "attr7221") ) ) +(assert (myObject (attribute1 "attr7222") ) ) +(assert (myObject (attribute1 "attr7223") ) ) +(assert (myObject (attribute1 "attr7224") ) ) +(assert (myObject (attribute1 "attr7225") ) ) +(assert (myObject (attribute1 "attr7226") ) ) +(assert (myObject (attribute1 "attr7227") ) ) +(assert (myObject (attribute1 "attr7228") ) ) +(assert (myObject (attribute1 "attr7229") ) ) +(assert (myObject (attribute1 "attr7230") ) ) +(assert (myObject (attribute1 "attr7231") ) ) +(assert (myObject (attribute1 "attr7232") ) ) +(assert (myObject (attribute1 "attr7233") ) ) +(assert (myObject (attribute1 "attr7234") ) ) +(assert (myObject (attribute1 "attr7235") ) ) +(assert (myObject (attribute1 "attr7236") ) ) +(assert (myObject (attribute1 "attr7237") ) ) +(assert (myObject (attribute1 "attr7238") ) ) +(assert (myObject (attribute1 "attr7239") ) ) +(assert (myObject (attribute1 "attr7240") ) ) +(assert (myObject (attribute1 "attr7241") ) ) +(assert (myObject (attribute1 "attr7242") ) ) +(assert (myObject (attribute1 "attr7243") ) ) +(assert (myObject (attribute1 "attr7244") ) ) +(assert (myObject (attribute1 "attr7245") ) ) +(assert (myObject (attribute1 "attr7246") ) ) +(assert (myObject (attribute1 "attr7247") ) ) +(assert (myObject (attribute1 "attr7248") ) ) +(assert (myObject (attribute1 "attr7249") ) ) +(assert (myObject (attribute1 "attr7250") ) ) +(assert (myObject (attribute1 "attr7251") ) ) +(assert (myObject (attribute1 "attr7252") ) ) +(assert (myObject (attribute1 "attr7253") ) ) +(assert (myObject (attribute1 "attr7254") ) ) +(assert (myObject (attribute1 "attr7255") ) ) +(assert (myObject (attribute1 "attr7256") ) ) +(assert (myObject (attribute1 "attr7257") ) ) +(assert (myObject (attribute1 "attr7258") ) ) +(assert (myObject (attribute1 "attr7259") ) ) +(assert (myObject (attribute1 "attr7260") ) ) +(assert (myObject (attribute1 "attr7261") ) ) +(assert (myObject (attribute1 "attr7262") ) ) +(assert (myObject (attribute1 "attr7263") ) ) +(assert (myObject (attribute1 "attr7264") ) ) +(assert (myObject (attribute1 "attr7265") ) ) +(assert (myObject (attribute1 "attr7266") ) ) +(assert (myObject (attribute1 "attr7267") ) ) +(assert (myObject (attribute1 "attr7268") ) ) +(assert (myObject (attribute1 "attr7269") ) ) +(assert (myObject (attribute1 "attr7270") ) ) +(assert (myObject (attribute1 "attr7271") ) ) +(assert (myObject (attribute1 "attr7272") ) ) +(assert (myObject (attribute1 "attr7273") ) ) +(assert (myObject (attribute1 "attr7274") ) ) +(assert (myObject (attribute1 "attr7275") ) ) +(assert (myObject (attribute1 "attr7276") ) ) +(assert (myObject (attribute1 "attr7277") ) ) +(assert (myObject (attribute1 "attr7278") ) ) +(assert (myObject (attribute1 "attr7279") ) ) +(assert (myObject (attribute1 "attr7280") ) ) +(assert (myObject (attribute1 "attr7281") ) ) +(assert (myObject (attribute1 "attr7282") ) ) +(assert (myObject (attribute1 "attr7283") ) ) +(assert (myObject (attribute1 "attr7284") ) ) +(assert (myObject (attribute1 "attr7285") ) ) +(assert (myObject (attribute1 "attr7286") ) ) +(assert (myObject (attribute1 "attr7287") ) ) +(assert (myObject (attribute1 "attr7288") ) ) +(assert (myObject (attribute1 "attr7289") ) ) +(assert (myObject (attribute1 "attr7290") ) ) +(assert (myObject (attribute1 "attr7291") ) ) +(assert (myObject (attribute1 "attr7292") ) ) +(assert (myObject (attribute1 "attr7293") ) ) +(assert (myObject (attribute1 "attr7294") ) ) +(assert (myObject (attribute1 "attr7295") ) ) +(assert (myObject (attribute1 "attr7296") ) ) +(assert (myObject (attribute1 "attr7297") ) ) +(assert (myObject (attribute1 "attr7298") ) ) +(assert (myObject (attribute1 "attr7299") ) ) +(assert (myObject (attribute1 "attr7300") ) ) +(assert (myObject (attribute1 "attr7301") ) ) +(assert (myObject (attribute1 "attr7302") ) ) +(assert (myObject (attribute1 "attr7303") ) ) +(assert (myObject (attribute1 "attr7304") ) ) +(assert (myObject (attribute1 "attr7305") ) ) +(assert (myObject (attribute1 "attr7306") ) ) +(assert (myObject (attribute1 "attr7307") ) ) +(assert (myObject (attribute1 "attr7308") ) ) +(assert (myObject (attribute1 "attr7309") ) ) +(assert (myObject (attribute1 "attr7310") ) ) +(assert (myObject (attribute1 "attr7311") ) ) +(assert (myObject (attribute1 "attr7312") ) ) +(assert (myObject (attribute1 "attr7313") ) ) +(assert (myObject (attribute1 "attr7314") ) ) +(assert (myObject (attribute1 "attr7315") ) ) +(assert (myObject (attribute1 "attr7316") ) ) +(assert (myObject (attribute1 "attr7317") ) ) +(assert (myObject (attribute1 "attr7318") ) ) +(assert (myObject (attribute1 "attr7319") ) ) +(assert (myObject (attribute1 "attr7320") ) ) +(assert (myObject (attribute1 "attr7321") ) ) +(assert (myObject (attribute1 "attr7322") ) ) +(assert (myObject (attribute1 "attr7323") ) ) +(assert (myObject (attribute1 "attr7324") ) ) +(assert (myObject (attribute1 "attr7325") ) ) +(assert (myObject (attribute1 "attr7326") ) ) +(assert (myObject (attribute1 "attr7327") ) ) +(assert (myObject (attribute1 "attr7328") ) ) +(assert (myObject (attribute1 "attr7329") ) ) +(assert (myObject (attribute1 "attr7330") ) ) +(assert (myObject (attribute1 "attr7331") ) ) +(assert (myObject (attribute1 "attr7332") ) ) +(assert (myObject (attribute1 "attr7333") ) ) +(assert (myObject (attribute1 "attr7334") ) ) +(assert (myObject (attribute1 "attr7335") ) ) +(assert (myObject (attribute1 "attr7336") ) ) +(assert (myObject (attribute1 "attr7337") ) ) +(assert (myObject (attribute1 "attr7338") ) ) +(assert (myObject (attribute1 "attr7339") ) ) +(assert (myObject (attribute1 "attr7340") ) ) +(assert (myObject (attribute1 "attr7341") ) ) +(assert (myObject (attribute1 "attr7342") ) ) +(assert (myObject (attribute1 "attr7343") ) ) +(assert (myObject (attribute1 "attr7344") ) ) +(assert (myObject (attribute1 "attr7345") ) ) +(assert (myObject (attribute1 "attr7346") ) ) +(assert (myObject (attribute1 "attr7347") ) ) +(assert (myObject (attribute1 "attr7348") ) ) +(assert (myObject (attribute1 "attr7349") ) ) +(assert (myObject (attribute1 "attr7350") ) ) +(assert (myObject (attribute1 "attr7351") ) ) +(assert (myObject (attribute1 "attr7352") ) ) +(assert (myObject (attribute1 "attr7353") ) ) +(assert (myObject (attribute1 "attr7354") ) ) +(assert (myObject (attribute1 "attr7355") ) ) +(assert (myObject (attribute1 "attr7356") ) ) +(assert (myObject (attribute1 "attr7357") ) ) +(assert (myObject (attribute1 "attr7358") ) ) +(assert (myObject (attribute1 "attr7359") ) ) +(assert (myObject (attribute1 "attr7360") ) ) +(assert (myObject (attribute1 "attr7361") ) ) +(assert (myObject (attribute1 "attr7362") ) ) +(assert (myObject (attribute1 "attr7363") ) ) +(assert (myObject (attribute1 "attr7364") ) ) +(assert (myObject (attribute1 "attr7365") ) ) +(assert (myObject (attribute1 "attr7366") ) ) +(assert (myObject (attribute1 "attr7367") ) ) +(assert (myObject (attribute1 "attr7368") ) ) +(assert (myObject (attribute1 "attr7369") ) ) +(assert (myObject (attribute1 "attr7370") ) ) +(assert (myObject (attribute1 "attr7371") ) ) +(assert (myObject (attribute1 "attr7372") ) ) +(assert (myObject (attribute1 "attr7373") ) ) +(assert (myObject (attribute1 "attr7374") ) ) +(assert (myObject (attribute1 "attr7375") ) ) +(assert (myObject (attribute1 "attr7376") ) ) +(assert (myObject (attribute1 "attr7377") ) ) +(assert (myObject (attribute1 "attr7378") ) ) +(assert (myObject (attribute1 "attr7379") ) ) +(assert (myObject (attribute1 "attr7380") ) ) +(assert (myObject (attribute1 "attr7381") ) ) +(assert (myObject (attribute1 "attr7382") ) ) +(assert (myObject (attribute1 "attr7383") ) ) +(assert (myObject (attribute1 "attr7384") ) ) +(assert (myObject (attribute1 "attr7385") ) ) +(assert (myObject (attribute1 "attr7386") ) ) +(assert (myObject (attribute1 "attr7387") ) ) +(assert (myObject (attribute1 "attr7388") ) ) +(assert (myObject (attribute1 "attr7389") ) ) +(assert (myObject (attribute1 "attr7390") ) ) +(assert (myObject (attribute1 "attr7391") ) ) +(assert (myObject (attribute1 "attr7392") ) ) +(assert (myObject (attribute1 "attr7393") ) ) +(assert (myObject (attribute1 "attr7394") ) ) +(assert (myObject (attribute1 "attr7395") ) ) +(assert (myObject (attribute1 "attr7396") ) ) +(assert (myObject (attribute1 "attr7397") ) ) +(assert (myObject (attribute1 "attr7398") ) ) +(assert (myObject (attribute1 "attr7399") ) ) +(assert (myObject (attribute1 "attr7400") ) ) +(assert (myObject (attribute1 "attr7401") ) ) +(assert (myObject (attribute1 "attr7402") ) ) +(assert (myObject (attribute1 "attr7403") ) ) +(assert (myObject (attribute1 "attr7404") ) ) +(assert (myObject (attribute1 "attr7405") ) ) +(assert (myObject (attribute1 "attr7406") ) ) +(assert (myObject (attribute1 "attr7407") ) ) +(assert (myObject (attribute1 "attr7408") ) ) +(assert (myObject (attribute1 "attr7409") ) ) +(assert (myObject (attribute1 "attr7410") ) ) +(assert (myObject (attribute1 "attr7411") ) ) +(assert (myObject (attribute1 "attr7412") ) ) +(assert (myObject (attribute1 "attr7413") ) ) +(assert (myObject (attribute1 "attr7414") ) ) +(assert (myObject (attribute1 "attr7415") ) ) +(assert (myObject (attribute1 "attr7416") ) ) +(assert (myObject (attribute1 "attr7417") ) ) +(assert (myObject (attribute1 "attr7418") ) ) +(assert (myObject (attribute1 "attr7419") ) ) +(assert (myObject (attribute1 "attr7420") ) ) +(assert (myObject (attribute1 "attr7421") ) ) +(assert (myObject (attribute1 "attr7422") ) ) +(assert (myObject (attribute1 "attr7423") ) ) +(assert (myObject (attribute1 "attr7424") ) ) +(assert (myObject (attribute1 "attr7425") ) ) +(assert (myObject (attribute1 "attr7426") ) ) +(assert (myObject (attribute1 "attr7427") ) ) +(assert (myObject (attribute1 "attr7428") ) ) +(assert (myObject (attribute1 "attr7429") ) ) +(assert (myObject (attribute1 "attr7430") ) ) +(assert (myObject (attribute1 "attr7431") ) ) +(assert (myObject (attribute1 "attr7432") ) ) +(assert (myObject (attribute1 "attr7433") ) ) +(assert (myObject (attribute1 "attr7434") ) ) +(assert (myObject (attribute1 "attr7435") ) ) +(assert (myObject (attribute1 "attr7436") ) ) +(assert (myObject (attribute1 "attr7437") ) ) +(assert (myObject (attribute1 "attr7438") ) ) +(assert (myObject (attribute1 "attr7439") ) ) +(assert (myObject (attribute1 "attr7440") ) ) +(assert (myObject (attribute1 "attr7441") ) ) +(assert (myObject (attribute1 "attr7442") ) ) +(assert (myObject (attribute1 "attr7443") ) ) +(assert (myObject (attribute1 "attr7444") ) ) +(assert (myObject (attribute1 "attr7445") ) ) +(assert (myObject (attribute1 "attr7446") ) ) +(assert (myObject (attribute1 "attr7447") ) ) +(assert (myObject (attribute1 "attr7448") ) ) +(assert (myObject (attribute1 "attr7449") ) ) +(assert (myObject (attribute1 "attr7450") ) ) +(assert (myObject (attribute1 "attr7451") ) ) +(assert (myObject (attribute1 "attr7452") ) ) +(assert (myObject (attribute1 "attr7453") ) ) +(assert (myObject (attribute1 "attr7454") ) ) +(assert (myObject (attribute1 "attr7455") ) ) +(assert (myObject (attribute1 "attr7456") ) ) +(assert (myObject (attribute1 "attr7457") ) ) +(assert (myObject (attribute1 "attr7458") ) ) +(assert (myObject (attribute1 "attr7459") ) ) +(assert (myObject (attribute1 "attr7460") ) ) +(assert (myObject (attribute1 "attr7461") ) ) +(assert (myObject (attribute1 "attr7462") ) ) +(assert (myObject (attribute1 "attr7463") ) ) +(assert (myObject (attribute1 "attr7464") ) ) +(assert (myObject (attribute1 "attr7465") ) ) +(assert (myObject (attribute1 "attr7466") ) ) +(assert (myObject (attribute1 "attr7467") ) ) +(assert (myObject (attribute1 "attr7468") ) ) +(assert (myObject (attribute1 "attr7469") ) ) +(assert (myObject (attribute1 "attr7470") ) ) +(assert (myObject (attribute1 "attr7471") ) ) +(assert (myObject (attribute1 "attr7472") ) ) +(assert (myObject (attribute1 "attr7473") ) ) +(assert (myObject (attribute1 "attr7474") ) ) +(assert (myObject (attribute1 "attr7475") ) ) +(assert (myObject (attribute1 "attr7476") ) ) +(assert (myObject (attribute1 "attr7477") ) ) +(assert (myObject (attribute1 "attr7478") ) ) +(assert (myObject (attribute1 "attr7479") ) ) +(assert (myObject (attribute1 "attr7480") ) ) +(assert (myObject (attribute1 "attr7481") ) ) +(assert (myObject (attribute1 "attr7482") ) ) +(assert (myObject (attribute1 "attr7483") ) ) +(assert (myObject (attribute1 "attr7484") ) ) +(assert (myObject (attribute1 "attr7485") ) ) +(assert (myObject (attribute1 "attr7486") ) ) +(assert (myObject (attribute1 "attr7487") ) ) +(assert (myObject (attribute1 "attr7488") ) ) +(assert (myObject (attribute1 "attr7489") ) ) +(assert (myObject (attribute1 "attr7490") ) ) +(assert (myObject (attribute1 "attr7491") ) ) +(assert (myObject (attribute1 "attr7492") ) ) +(assert (myObject (attribute1 "attr7493") ) ) +(assert (myObject (attribute1 "attr7494") ) ) +(assert (myObject (attribute1 "attr7495") ) ) +(assert (myObject (attribute1 "attr7496") ) ) +(assert (myObject (attribute1 "attr7497") ) ) +(assert (myObject (attribute1 "attr7498") ) ) +(assert (myObject (attribute1 "attr7499") ) ) +(assert (myObject (attribute1 "attr7500") ) ) +(assert (myObject (attribute1 "attr7501") ) ) +(assert (myObject (attribute1 "attr7502") ) ) +(assert (myObject (attribute1 "attr7503") ) ) +(assert (myObject (attribute1 "attr7504") ) ) +(assert (myObject (attribute1 "attr7505") ) ) +(assert (myObject (attribute1 "attr7506") ) ) +(assert (myObject (attribute1 "attr7507") ) ) +(assert (myObject (attribute1 "attr7508") ) ) +(assert (myObject (attribute1 "attr7509") ) ) +(assert (myObject (attribute1 "attr7510") ) ) +(assert (myObject (attribute1 "attr7511") ) ) +(assert (myObject (attribute1 "attr7512") ) ) +(assert (myObject (attribute1 "attr7513") ) ) +(assert (myObject (attribute1 "attr7514") ) ) +(assert (myObject (attribute1 "attr7515") ) ) +(assert (myObject (attribute1 "attr7516") ) ) +(assert (myObject (attribute1 "attr7517") ) ) +(assert (myObject (attribute1 "attr7518") ) ) +(assert (myObject (attribute1 "attr7519") ) ) +(assert (myObject (attribute1 "attr7520") ) ) +(assert (myObject (attribute1 "attr7521") ) ) +(assert (myObject (attribute1 "attr7522") ) ) +(assert (myObject (attribute1 "attr7523") ) ) +(assert (myObject (attribute1 "attr7524") ) ) +(assert (myObject (attribute1 "attr7525") ) ) +(assert (myObject (attribute1 "attr7526") ) ) +(assert (myObject (attribute1 "attr7527") ) ) +(assert (myObject (attribute1 "attr7528") ) ) +(assert (myObject (attribute1 "attr7529") ) ) +(assert (myObject (attribute1 "attr7530") ) ) +(assert (myObject (attribute1 "attr7531") ) ) +(assert (myObject (attribute1 "attr7532") ) ) +(assert (myObject (attribute1 "attr7533") ) ) +(assert (myObject (attribute1 "attr7534") ) ) +(assert (myObject (attribute1 "attr7535") ) ) +(assert (myObject (attribute1 "attr7536") ) ) +(assert (myObject (attribute1 "attr7537") ) ) +(assert (myObject (attribute1 "attr7538") ) ) +(assert (myObject (attribute1 "attr7539") ) ) +(assert (myObject (attribute1 "attr7540") ) ) +(assert (myObject (attribute1 "attr7541") ) ) +(assert (myObject (attribute1 "attr7542") ) ) +(assert (myObject (attribute1 "attr7543") ) ) +(assert (myObject (attribute1 "attr7544") ) ) +(assert (myObject (attribute1 "attr7545") ) ) +(assert (myObject (attribute1 "attr7546") ) ) +(assert (myObject (attribute1 "attr7547") ) ) +(assert (myObject (attribute1 "attr7548") ) ) +(assert (myObject (attribute1 "attr7549") ) ) +(assert (myObject (attribute1 "attr7550") ) ) +(assert (myObject (attribute1 "attr7551") ) ) +(assert (myObject (attribute1 "attr7552") ) ) +(assert (myObject (attribute1 "attr7553") ) ) +(assert (myObject (attribute1 "attr7554") ) ) +(assert (myObject (attribute1 "attr7555") ) ) +(assert (myObject (attribute1 "attr7556") ) ) +(assert (myObject (attribute1 "attr7557") ) ) +(assert (myObject (attribute1 "attr7558") ) ) +(assert (myObject (attribute1 "attr7559") ) ) +(assert (myObject (attribute1 "attr7560") ) ) +(assert (myObject (attribute1 "attr7561") ) ) +(assert (myObject (attribute1 "attr7562") ) ) +(assert (myObject (attribute1 "attr7563") ) ) +(assert (myObject (attribute1 "attr7564") ) ) +(assert (myObject (attribute1 "attr7565") ) ) +(assert (myObject (attribute1 "attr7566") ) ) +(assert (myObject (attribute1 "attr7567") ) ) +(assert (myObject (attribute1 "attr7568") ) ) +(assert (myObject (attribute1 "attr7569") ) ) +(assert (myObject (attribute1 "attr7570") ) ) +(assert (myObject (attribute1 "attr7571") ) ) +(assert (myObject (attribute1 "attr7572") ) ) +(assert (myObject (attribute1 "attr7573") ) ) +(assert (myObject (attribute1 "attr7574") ) ) +(assert (myObject (attribute1 "attr7575") ) ) +(assert (myObject (attribute1 "attr7576") ) ) +(assert (myObject (attribute1 "attr7577") ) ) +(assert (myObject (attribute1 "attr7578") ) ) +(assert (myObject (attribute1 "attr7579") ) ) +(assert (myObject (attribute1 "attr7580") ) ) +(assert (myObject (attribute1 "attr7581") ) ) +(assert (myObject (attribute1 "attr7582") ) ) +(assert (myObject (attribute1 "attr7583") ) ) +(assert (myObject (attribute1 "attr7584") ) ) +(assert (myObject (attribute1 "attr7585") ) ) +(assert (myObject (attribute1 "attr7586") ) ) +(assert (myObject (attribute1 "attr7587") ) ) +(assert (myObject (attribute1 "attr7588") ) ) +(assert (myObject (attribute1 "attr7589") ) ) +(assert (myObject (attribute1 "attr7590") ) ) +(assert (myObject (attribute1 "attr7591") ) ) +(assert (myObject (attribute1 "attr7592") ) ) +(assert (myObject (attribute1 "attr7593") ) ) +(assert (myObject (attribute1 "attr7594") ) ) +(assert (myObject (attribute1 "attr7595") ) ) +(assert (myObject (attribute1 "attr7596") ) ) +(assert (myObject (attribute1 "attr7597") ) ) +(assert (myObject (attribute1 "attr7598") ) ) +(assert (myObject (attribute1 "attr7599") ) ) +(assert (myObject (attribute1 "attr7600") ) ) +(assert (myObject (attribute1 "attr7601") ) ) +(assert (myObject (attribute1 "attr7602") ) ) +(assert (myObject (attribute1 "attr7603") ) ) +(assert (myObject (attribute1 "attr7604") ) ) +(assert (myObject (attribute1 "attr7605") ) ) +(assert (myObject (attribute1 "attr7606") ) ) +(assert (myObject (attribute1 "attr7607") ) ) +(assert (myObject (attribute1 "attr7608") ) ) +(assert (myObject (attribute1 "attr7609") ) ) +(assert (myObject (attribute1 "attr7610") ) ) +(assert (myObject (attribute1 "attr7611") ) ) +(assert (myObject (attribute1 "attr7612") ) ) +(assert (myObject (attribute1 "attr7613") ) ) +(assert (myObject (attribute1 "attr7614") ) ) +(assert (myObject (attribute1 "attr7615") ) ) +(assert (myObject (attribute1 "attr7616") ) ) +(assert (myObject (attribute1 "attr7617") ) ) +(assert (myObject (attribute1 "attr7618") ) ) +(assert (myObject (attribute1 "attr7619") ) ) +(assert (myObject (attribute1 "attr7620") ) ) +(assert (myObject (attribute1 "attr7621") ) ) +(assert (myObject (attribute1 "attr7622") ) ) +(assert (myObject (attribute1 "attr7623") ) ) +(assert (myObject (attribute1 "attr7624") ) ) +(assert (myObject (attribute1 "attr7625") ) ) +(assert (myObject (attribute1 "attr7626") ) ) +(assert (myObject (attribute1 "attr7627") ) ) +(assert (myObject (attribute1 "attr7628") ) ) +(assert (myObject (attribute1 "attr7629") ) ) +(assert (myObject (attribute1 "attr7630") ) ) +(assert (myObject (attribute1 "attr7631") ) ) +(assert (myObject (attribute1 "attr7632") ) ) +(assert (myObject (attribute1 "attr7633") ) ) +(assert (myObject (attribute1 "attr7634") ) ) +(assert (myObject (attribute1 "attr7635") ) ) +(assert (myObject (attribute1 "attr7636") ) ) +(assert (myObject (attribute1 "attr7637") ) ) +(assert (myObject (attribute1 "attr7638") ) ) +(assert (myObject (attribute1 "attr7639") ) ) +(assert (myObject (attribute1 "attr7640") ) ) +(assert (myObject (attribute1 "attr7641") ) ) +(assert (myObject (attribute1 "attr7642") ) ) +(assert (myObject (attribute1 "attr7643") ) ) +(assert (myObject (attribute1 "attr7644") ) ) +(assert (myObject (attribute1 "attr7645") ) ) +(assert (myObject (attribute1 "attr7646") ) ) +(assert (myObject (attribute1 "attr7647") ) ) +(assert (myObject (attribute1 "attr7648") ) ) +(assert (myObject (attribute1 "attr7649") ) ) +(assert (myObject (attribute1 "attr7650") ) ) +(assert (myObject (attribute1 "attr7651") ) ) +(assert (myObject (attribute1 "attr7652") ) ) +(assert (myObject (attribute1 "attr7653") ) ) +(assert (myObject (attribute1 "attr7654") ) ) +(assert (myObject (attribute1 "attr7655") ) ) +(assert (myObject (attribute1 "attr7656") ) ) +(assert (myObject (attribute1 "attr7657") ) ) +(assert (myObject (attribute1 "attr7658") ) ) +(assert (myObject (attribute1 "attr7659") ) ) +(assert (myObject (attribute1 "attr7660") ) ) +(assert (myObject (attribute1 "attr7661") ) ) +(assert (myObject (attribute1 "attr7662") ) ) +(assert (myObject (attribute1 "attr7663") ) ) +(assert (myObject (attribute1 "attr7664") ) ) +(assert (myObject (attribute1 "attr7665") ) ) +(assert (myObject (attribute1 "attr7666") ) ) +(assert (myObject (attribute1 "attr7667") ) ) +(assert (myObject (attribute1 "attr7668") ) ) +(assert (myObject (attribute1 "attr7669") ) ) +(assert (myObject (attribute1 "attr7670") ) ) +(assert (myObject (attribute1 "attr7671") ) ) +(assert (myObject (attribute1 "attr7672") ) ) +(assert (myObject (attribute1 "attr7673") ) ) +(assert (myObject (attribute1 "attr7674") ) ) +(assert (myObject (attribute1 "attr7675") ) ) +(assert (myObject (attribute1 "attr7676") ) ) +(assert (myObject (attribute1 "attr7677") ) ) +(assert (myObject (attribute1 "attr7678") ) ) +(assert (myObject (attribute1 "attr7679") ) ) +(assert (myObject (attribute1 "attr7680") ) ) +(assert (myObject (attribute1 "attr7681") ) ) +(assert (myObject (attribute1 "attr7682") ) ) +(assert (myObject (attribute1 "attr7683") ) ) +(assert (myObject (attribute1 "attr7684") ) ) +(assert (myObject (attribute1 "attr7685") ) ) +(assert (myObject (attribute1 "attr7686") ) ) +(assert (myObject (attribute1 "attr7687") ) ) +(assert (myObject (attribute1 "attr7688") ) ) +(assert (myObject (attribute1 "attr7689") ) ) +(assert (myObject (attribute1 "attr7690") ) ) +(assert (myObject (attribute1 "attr7691") ) ) +(assert (myObject (attribute1 "attr7692") ) ) +(assert (myObject (attribute1 "attr7693") ) ) +(assert (myObject (attribute1 "attr7694") ) ) +(assert (myObject (attribute1 "attr7695") ) ) +(assert (myObject (attribute1 "attr7696") ) ) +(assert (myObject (attribute1 "attr7697") ) ) +(assert (myObject (attribute1 "attr7698") ) ) +(assert (myObject (attribute1 "attr7699") ) ) +(assert (myObject (attribute1 "attr7700") ) ) +(assert (myObject (attribute1 "attr7701") ) ) +(assert (myObject (attribute1 "attr7702") ) ) +(assert (myObject (attribute1 "attr7703") ) ) +(assert (myObject (attribute1 "attr7704") ) ) +(assert (myObject (attribute1 "attr7705") ) ) +(assert (myObject (attribute1 "attr7706") ) ) +(assert (myObject (attribute1 "attr7707") ) ) +(assert (myObject (attribute1 "attr7708") ) ) +(assert (myObject (attribute1 "attr7709") ) ) +(assert (myObject (attribute1 "attr7710") ) ) +(assert (myObject (attribute1 "attr7711") ) ) +(assert (myObject (attribute1 "attr7712") ) ) +(assert (myObject (attribute1 "attr7713") ) ) +(assert (myObject (attribute1 "attr7714") ) ) +(assert (myObject (attribute1 "attr7715") ) ) +(assert (myObject (attribute1 "attr7716") ) ) +(assert (myObject (attribute1 "attr7717") ) ) +(assert (myObject (attribute1 "attr7718") ) ) +(assert (myObject (attribute1 "attr7719") ) ) +(assert (myObject (attribute1 "attr7720") ) ) +(assert (myObject (attribute1 "attr7721") ) ) +(assert (myObject (attribute1 "attr7722") ) ) +(assert (myObject (attribute1 "attr7723") ) ) +(assert (myObject (attribute1 "attr7724") ) ) +(assert (myObject (attribute1 "attr7725") ) ) +(assert (myObject (attribute1 "attr7726") ) ) +(assert (myObject (attribute1 "attr7727") ) ) +(assert (myObject (attribute1 "attr7728") ) ) +(assert (myObject (attribute1 "attr7729") ) ) +(assert (myObject (attribute1 "attr7730") ) ) +(assert (myObject (attribute1 "attr7731") ) ) +(assert (myObject (attribute1 "attr7732") ) ) +(assert (myObject (attribute1 "attr7733") ) ) +(assert (myObject (attribute1 "attr7734") ) ) +(assert (myObject (attribute1 "attr7735") ) ) +(assert (myObject (attribute1 "attr7736") ) ) +(assert (myObject (attribute1 "attr7737") ) ) +(assert (myObject (attribute1 "attr7738") ) ) +(assert (myObject (attribute1 "attr7739") ) ) +(assert (myObject (attribute1 "attr7740") ) ) +(assert (myObject (attribute1 "attr7741") ) ) +(assert (myObject (attribute1 "attr7742") ) ) +(assert (myObject (attribute1 "attr7743") ) ) +(assert (myObject (attribute1 "attr7744") ) ) +(assert (myObject (attribute1 "attr7745") ) ) +(assert (myObject (attribute1 "attr7746") ) ) +(assert (myObject (attribute1 "attr7747") ) ) +(assert (myObject (attribute1 "attr7748") ) ) +(assert (myObject (attribute1 "attr7749") ) ) +(assert (myObject (attribute1 "attr7750") ) ) +(assert (myObject (attribute1 "attr7751") ) ) +(assert (myObject (attribute1 "attr7752") ) ) +(assert (myObject (attribute1 "attr7753") ) ) +(assert (myObject (attribute1 "attr7754") ) ) +(assert (myObject (attribute1 "attr7755") ) ) +(assert (myObject (attribute1 "attr7756") ) ) +(assert (myObject (attribute1 "attr7757") ) ) +(assert (myObject (attribute1 "attr7758") ) ) +(assert (myObject (attribute1 "attr7759") ) ) +(assert (myObject (attribute1 "attr7760") ) ) +(assert (myObject (attribute1 "attr7761") ) ) +(assert (myObject (attribute1 "attr7762") ) ) +(assert (myObject (attribute1 "attr7763") ) ) +(assert (myObject (attribute1 "attr7764") ) ) +(assert (myObject (attribute1 "attr7765") ) ) +(assert (myObject (attribute1 "attr7766") ) ) +(assert (myObject (attribute1 "attr7767") ) ) +(assert (myObject (attribute1 "attr7768") ) ) +(assert (myObject (attribute1 "attr7769") ) ) +(assert (myObject (attribute1 "attr7770") ) ) +(assert (myObject (attribute1 "attr7771") ) ) +(assert (myObject (attribute1 "attr7772") ) ) +(assert (myObject (attribute1 "attr7773") ) ) +(assert (myObject (attribute1 "attr7774") ) ) +(assert (myObject (attribute1 "attr7775") ) ) +(assert (myObject (attribute1 "attr7776") ) ) +(assert (myObject (attribute1 "attr7777") ) ) +(assert (myObject (attribute1 "attr7778") ) ) +(assert (myObject (attribute1 "attr7779") ) ) +(assert (myObject (attribute1 "attr7780") ) ) +(assert (myObject (attribute1 "attr7781") ) ) +(assert (myObject (attribute1 "attr7782") ) ) +(assert (myObject (attribute1 "attr7783") ) ) +(assert (myObject (attribute1 "attr7784") ) ) +(assert (myObject (attribute1 "attr7785") ) ) +(assert (myObject (attribute1 "attr7786") ) ) +(assert (myObject (attribute1 "attr7787") ) ) +(assert (myObject (attribute1 "attr7788") ) ) +(assert (myObject (attribute1 "attr7789") ) ) +(assert (myObject (attribute1 "attr7790") ) ) +(assert (myObject (attribute1 "attr7791") ) ) +(assert (myObject (attribute1 "attr7792") ) ) +(assert (myObject (attribute1 "attr7793") ) ) +(assert (myObject (attribute1 "attr7794") ) ) +(assert (myObject (attribute1 "attr7795") ) ) +(assert (myObject (attribute1 "attr7796") ) ) +(assert (myObject (attribute1 "attr7797") ) ) +(assert (myObject (attribute1 "attr7798") ) ) +(assert (myObject (attribute1 "attr7799") ) ) +(assert (myObject (attribute1 "attr7800") ) ) +(assert (myObject (attribute1 "attr7801") ) ) +(assert (myObject (attribute1 "attr7802") ) ) +(assert (myObject (attribute1 "attr7803") ) ) +(assert (myObject (attribute1 "attr7804") ) ) +(assert (myObject (attribute1 "attr7805") ) ) +(assert (myObject (attribute1 "attr7806") ) ) +(assert (myObject (attribute1 "attr7807") ) ) +(assert (myObject (attribute1 "attr7808") ) ) +(assert (myObject (attribute1 "attr7809") ) ) +(assert (myObject (attribute1 "attr7810") ) ) +(assert (myObject (attribute1 "attr7811") ) ) +(assert (myObject (attribute1 "attr7812") ) ) +(assert (myObject (attribute1 "attr7813") ) ) +(assert (myObject (attribute1 "attr7814") ) ) +(assert (myObject (attribute1 "attr7815") ) ) +(assert (myObject (attribute1 "attr7816") ) ) +(assert (myObject (attribute1 "attr7817") ) ) +(assert (myObject (attribute1 "attr7818") ) ) +(assert (myObject (attribute1 "attr7819") ) ) +(assert (myObject (attribute1 "attr7820") ) ) +(assert (myObject (attribute1 "attr7821") ) ) +(assert (myObject (attribute1 "attr7822") ) ) +(assert (myObject (attribute1 "attr7823") ) ) +(assert (myObject (attribute1 "attr7824") ) ) +(assert (myObject (attribute1 "attr7825") ) ) +(assert (myObject (attribute1 "attr7826") ) ) +(assert (myObject (attribute1 "attr7827") ) ) +(assert (myObject (attribute1 "attr7828") ) ) +(assert (myObject (attribute1 "attr7829") ) ) +(assert (myObject (attribute1 "attr7830") ) ) +(assert (myObject (attribute1 "attr7831") ) ) +(assert (myObject (attribute1 "attr7832") ) ) +(assert (myObject (attribute1 "attr7833") ) ) +(assert (myObject (attribute1 "attr7834") ) ) +(assert (myObject (attribute1 "attr7835") ) ) +(assert (myObject (attribute1 "attr7836") ) ) +(assert (myObject (attribute1 "attr7837") ) ) +(assert (myObject (attribute1 "attr7838") ) ) +(assert (myObject (attribute1 "attr7839") ) ) +(assert (myObject (attribute1 "attr7840") ) ) +(assert (myObject (attribute1 "attr7841") ) ) +(assert (myObject (attribute1 "attr7842") ) ) +(assert (myObject (attribute1 "attr7843") ) ) +(assert (myObject (attribute1 "attr7844") ) ) +(assert (myObject (attribute1 "attr7845") ) ) +(assert (myObject (attribute1 "attr7846") ) ) +(assert (myObject (attribute1 "attr7847") ) ) +(assert (myObject (attribute1 "attr7848") ) ) +(assert (myObject (attribute1 "attr7849") ) ) +(assert (myObject (attribute1 "attr7850") ) ) +(assert (myObject (attribute1 "attr7851") ) ) +(assert (myObject (attribute1 "attr7852") ) ) +(assert (myObject (attribute1 "attr7853") ) ) +(assert (myObject (attribute1 "attr7854") ) ) +(assert (myObject (attribute1 "attr7855") ) ) +(assert (myObject (attribute1 "attr7856") ) ) +(assert (myObject (attribute1 "attr7857") ) ) +(assert (myObject (attribute1 "attr7858") ) ) +(assert (myObject (attribute1 "attr7859") ) ) +(assert (myObject (attribute1 "attr7860") ) ) +(assert (myObject (attribute1 "attr7861") ) ) +(assert (myObject (attribute1 "attr7862") ) ) +(assert (myObject (attribute1 "attr7863") ) ) +(assert (myObject (attribute1 "attr7864") ) ) +(assert (myObject (attribute1 "attr7865") ) ) +(assert (myObject (attribute1 "attr7866") ) ) +(assert (myObject (attribute1 "attr7867") ) ) +(assert (myObject (attribute1 "attr7868") ) ) +(assert (myObject (attribute1 "attr7869") ) ) +(assert (myObject (attribute1 "attr7870") ) ) +(assert (myObject (attribute1 "attr7871") ) ) +(assert (myObject (attribute1 "attr7872") ) ) +(assert (myObject (attribute1 "attr7873") ) ) +(assert (myObject (attribute1 "attr7874") ) ) +(assert (myObject (attribute1 "attr7875") ) ) +(assert (myObject (attribute1 "attr7876") ) ) +(assert (myObject (attribute1 "attr7877") ) ) +(assert (myObject (attribute1 "attr7878") ) ) +(assert (myObject (attribute1 "attr7879") ) ) +(assert (myObject (attribute1 "attr7880") ) ) +(assert (myObject (attribute1 "attr7881") ) ) +(assert (myObject (attribute1 "attr7882") ) ) +(assert (myObject (attribute1 "attr7883") ) ) +(assert (myObject (attribute1 "attr7884") ) ) +(assert (myObject (attribute1 "attr7885") ) ) +(assert (myObject (attribute1 "attr7886") ) ) +(assert (myObject (attribute1 "attr7887") ) ) +(assert (myObject (attribute1 "attr7888") ) ) +(assert (myObject (attribute1 "attr7889") ) ) +(assert (myObject (attribute1 "attr7890") ) ) +(assert (myObject (attribute1 "attr7891") ) ) +(assert (myObject (attribute1 "attr7892") ) ) +(assert (myObject (attribute1 "attr7893") ) ) +(assert (myObject (attribute1 "attr7894") ) ) +(assert (myObject (attribute1 "attr7895") ) ) +(assert (myObject (attribute1 "attr7896") ) ) +(assert (myObject (attribute1 "attr7897") ) ) +(assert (myObject (attribute1 "attr7898") ) ) +(assert (myObject (attribute1 "attr7899") ) ) +(assert (myObject (attribute1 "attr7900") ) ) +(assert (myObject (attribute1 "attr7901") ) ) +(assert (myObject (attribute1 "attr7902") ) ) +(assert (myObject (attribute1 "attr7903") ) ) +(assert (myObject (attribute1 "attr7904") ) ) +(assert (myObject (attribute1 "attr7905") ) ) +(assert (myObject (attribute1 "attr7906") ) ) +(assert (myObject (attribute1 "attr7907") ) ) +(assert (myObject (attribute1 "attr7908") ) ) +(assert (myObject (attribute1 "attr7909") ) ) +(assert (myObject (attribute1 "attr7910") ) ) +(assert (myObject (attribute1 "attr7911") ) ) +(assert (myObject (attribute1 "attr7912") ) ) +(assert (myObject (attribute1 "attr7913") ) ) +(assert (myObject (attribute1 "attr7914") ) ) +(assert (myObject (attribute1 "attr7915") ) ) +(assert (myObject (attribute1 "attr7916") ) ) +(assert (myObject (attribute1 "attr7917") ) ) +(assert (myObject (attribute1 "attr7918") ) ) +(assert (myObject (attribute1 "attr7919") ) ) +(assert (myObject (attribute1 "attr7920") ) ) +(assert (myObject (attribute1 "attr7921") ) ) +(assert (myObject (attribute1 "attr7922") ) ) +(assert (myObject (attribute1 "attr7923") ) ) +(assert (myObject (attribute1 "attr7924") ) ) +(assert (myObject (attribute1 "attr7925") ) ) +(assert (myObject (attribute1 "attr7926") ) ) +(assert (myObject (attribute1 "attr7927") ) ) +(assert (myObject (attribute1 "attr7928") ) ) +(assert (myObject (attribute1 "attr7929") ) ) +(assert (myObject (attribute1 "attr7930") ) ) +(assert (myObject (attribute1 "attr7931") ) ) +(assert (myObject (attribute1 "attr7932") ) ) +(assert (myObject (attribute1 "attr7933") ) ) +(assert (myObject (attribute1 "attr7934") ) ) +(assert (myObject (attribute1 "attr7935") ) ) +(assert (myObject (attribute1 "attr7936") ) ) +(assert (myObject (attribute1 "attr7937") ) ) +(assert (myObject (attribute1 "attr7938") ) ) +(assert (myObject (attribute1 "attr7939") ) ) +(assert (myObject (attribute1 "attr7940") ) ) +(assert (myObject (attribute1 "attr7941") ) ) +(assert (myObject (attribute1 "attr7942") ) ) +(assert (myObject (attribute1 "attr7943") ) ) +(assert (myObject (attribute1 "attr7944") ) ) +(assert (myObject (attribute1 "attr7945") ) ) +(assert (myObject (attribute1 "attr7946") ) ) +(assert (myObject (attribute1 "attr7947") ) ) +(assert (myObject (attribute1 "attr7948") ) ) +(assert (myObject (attribute1 "attr7949") ) ) +(assert (myObject (attribute1 "attr7950") ) ) +(assert (myObject (attribute1 "attr7951") ) ) +(assert (myObject (attribute1 "attr7952") ) ) +(assert (myObject (attribute1 "attr7953") ) ) +(assert (myObject (attribute1 "attr7954") ) ) +(assert (myObject (attribute1 "attr7955") ) ) +(assert (myObject (attribute1 "attr7956") ) ) +(assert (myObject (attribute1 "attr7957") ) ) +(assert (myObject (attribute1 "attr7958") ) ) +(assert (myObject (attribute1 "attr7959") ) ) +(assert (myObject (attribute1 "attr7960") ) ) +(assert (myObject (attribute1 "attr7961") ) ) +(assert (myObject (attribute1 "attr7962") ) ) +(assert (myObject (attribute1 "attr7963") ) ) +(assert (myObject (attribute1 "attr7964") ) ) +(assert (myObject (attribute1 "attr7965") ) ) +(assert (myObject (attribute1 "attr7966") ) ) +(assert (myObject (attribute1 "attr7967") ) ) +(assert (myObject (attribute1 "attr7968") ) ) +(assert (myObject (attribute1 "attr7969") ) ) +(assert (myObject (attribute1 "attr7970") ) ) +(assert (myObject (attribute1 "attr7971") ) ) +(assert (myObject (attribute1 "attr7972") ) ) +(assert (myObject (attribute1 "attr7973") ) ) +(assert (myObject (attribute1 "attr7974") ) ) +(assert (myObject (attribute1 "attr7975") ) ) +(assert (myObject (attribute1 "attr7976") ) ) +(assert (myObject (attribute1 "attr7977") ) ) +(assert (myObject (attribute1 "attr7978") ) ) +(assert (myObject (attribute1 "attr7979") ) ) +(assert (myObject (attribute1 "attr7980") ) ) +(assert (myObject (attribute1 "attr7981") ) ) +(assert (myObject (attribute1 "attr7982") ) ) +(assert (myObject (attribute1 "attr7983") ) ) +(assert (myObject (attribute1 "attr7984") ) ) +(assert (myObject (attribute1 "attr7985") ) ) +(assert (myObject (attribute1 "attr7986") ) ) +(assert (myObject (attribute1 "attr7987") ) ) +(assert (myObject (attribute1 "attr7988") ) ) +(assert (myObject (attribute1 "attr7989") ) ) +(assert (myObject (attribute1 "attr7990") ) ) +(assert (myObject (attribute1 "attr7991") ) ) +(assert (myObject (attribute1 "attr7992") ) ) +(assert (myObject (attribute1 "attr7993") ) ) +(assert (myObject (attribute1 "attr7994") ) ) +(assert (myObject (attribute1 "attr7995") ) ) +(assert (myObject (attribute1 "attr7996") ) ) +(assert (myObject (attribute1 "attr7997") ) ) +(assert (myObject (attribute1 "attr7998") ) ) +(assert (myObject (attribute1 "attr7999") ) ) +(assert (myObject (attribute1 "attr8000") ) ) +(assert (myObject (attribute1 "attr8001") ) ) +(assert (myObject (attribute1 "attr8002") ) ) +(assert (myObject (attribute1 "attr8003") ) ) +(assert (myObject (attribute1 "attr8004") ) ) +(assert (myObject (attribute1 "attr8005") ) ) +(assert (myObject (attribute1 "attr8006") ) ) +(assert (myObject (attribute1 "attr8007") ) ) +(assert (myObject (attribute1 "attr8008") ) ) +(assert (myObject (attribute1 "attr8009") ) ) +(assert (myObject (attribute1 "attr8010") ) ) +(assert (myObject (attribute1 "attr8011") ) ) +(assert (myObject (attribute1 "attr8012") ) ) +(assert (myObject (attribute1 "attr8013") ) ) +(assert (myObject (attribute1 "attr8014") ) ) +(assert (myObject (attribute1 "attr8015") ) ) +(assert (myObject (attribute1 "attr8016") ) ) +(assert (myObject (attribute1 "attr8017") ) ) +(assert (myObject (attribute1 "attr8018") ) ) +(assert (myObject (attribute1 "attr8019") ) ) +(assert (myObject (attribute1 "attr8020") ) ) +(assert (myObject (attribute1 "attr8021") ) ) +(assert (myObject (attribute1 "attr8022") ) ) +(assert (myObject (attribute1 "attr8023") ) ) +(assert (myObject (attribute1 "attr8024") ) ) +(assert (myObject (attribute1 "attr8025") ) ) +(assert (myObject (attribute1 "attr8026") ) ) +(assert (myObject (attribute1 "attr8027") ) ) +(assert (myObject (attribute1 "attr8028") ) ) +(assert (myObject (attribute1 "attr8029") ) ) +(assert (myObject (attribute1 "attr8030") ) ) +(assert (myObject (attribute1 "attr8031") ) ) +(assert (myObject (attribute1 "attr8032") ) ) +(assert (myObject (attribute1 "attr8033") ) ) +(assert (myObject (attribute1 "attr8034") ) ) +(assert (myObject (attribute1 "attr8035") ) ) +(assert (myObject (attribute1 "attr8036") ) ) +(assert (myObject (attribute1 "attr8037") ) ) +(assert (myObject (attribute1 "attr8038") ) ) +(assert (myObject (attribute1 "attr8039") ) ) +(assert (myObject (attribute1 "attr8040") ) ) +(assert (myObject (attribute1 "attr8041") ) ) +(assert (myObject (attribute1 "attr8042") ) ) +(assert (myObject (attribute1 "attr8043") ) ) +(assert (myObject (attribute1 "attr8044") ) ) +(assert (myObject (attribute1 "attr8045") ) ) +(assert (myObject (attribute1 "attr8046") ) ) +(assert (myObject (attribute1 "attr8047") ) ) +(assert (myObject (attribute1 "attr8048") ) ) +(assert (myObject (attribute1 "attr8049") ) ) +(assert (myObject (attribute1 "attr8050") ) ) +(assert (myObject (attribute1 "attr8051") ) ) +(assert (myObject (attribute1 "attr8052") ) ) +(assert (myObject (attribute1 "attr8053") ) ) +(assert (myObject (attribute1 "attr8054") ) ) +(assert (myObject (attribute1 "attr8055") ) ) +(assert (myObject (attribute1 "attr8056") ) ) +(assert (myObject (attribute1 "attr8057") ) ) +(assert (myObject (attribute1 "attr8058") ) ) +(assert (myObject (attribute1 "attr8059") ) ) +(assert (myObject (attribute1 "attr8060") ) ) +(assert (myObject (attribute1 "attr8061") ) ) +(assert (myObject (attribute1 "attr8062") ) ) +(assert (myObject (attribute1 "attr8063") ) ) +(assert (myObject (attribute1 "attr8064") ) ) +(assert (myObject (attribute1 "attr8065") ) ) +(assert (myObject (attribute1 "attr8066") ) ) +(assert (myObject (attribute1 "attr8067") ) ) +(assert (myObject (attribute1 "attr8068") ) ) +(assert (myObject (attribute1 "attr8069") ) ) +(assert (myObject (attribute1 "attr8070") ) ) +(assert (myObject (attribute1 "attr8071") ) ) +(assert (myObject (attribute1 "attr8072") ) ) +(assert (myObject (attribute1 "attr8073") ) ) +(assert (myObject (attribute1 "attr8074") ) ) +(assert (myObject (attribute1 "attr8075") ) ) +(assert (myObject (attribute1 "attr8076") ) ) +(assert (myObject (attribute1 "attr8077") ) ) +(assert (myObject (attribute1 "attr8078") ) ) +(assert (myObject (attribute1 "attr8079") ) ) +(assert (myObject (attribute1 "attr8080") ) ) +(assert (myObject (attribute1 "attr8081") ) ) +(assert (myObject (attribute1 "attr8082") ) ) +(assert (myObject (attribute1 "attr8083") ) ) +(assert (myObject (attribute1 "attr8084") ) ) +(assert (myObject (attribute1 "attr8085") ) ) +(assert (myObject (attribute1 "attr8086") ) ) +(assert (myObject (attribute1 "attr8087") ) ) +(assert (myObject (attribute1 "attr8088") ) ) +(assert (myObject (attribute1 "attr8089") ) ) +(assert (myObject (attribute1 "attr8090") ) ) +(assert (myObject (attribute1 "attr8091") ) ) +(assert (myObject (attribute1 "attr8092") ) ) +(assert (myObject (attribute1 "attr8093") ) ) +(assert (myObject (attribute1 "attr8094") ) ) +(assert (myObject (attribute1 "attr8095") ) ) +(assert (myObject (attribute1 "attr8096") ) ) +(assert (myObject (attribute1 "attr8097") ) ) +(assert (myObject (attribute1 "attr8098") ) ) +(assert (myObject (attribute1 "attr8099") ) ) +(assert (myObject (attribute1 "attr8100") ) ) +(assert (myObject (attribute1 "attr8101") ) ) +(assert (myObject (attribute1 "attr8102") ) ) +(assert (myObject (attribute1 "attr8103") ) ) +(assert (myObject (attribute1 "attr8104") ) ) +(assert (myObject (attribute1 "attr8105") ) ) +(assert (myObject (attribute1 "attr8106") ) ) +(assert (myObject (attribute1 "attr8107") ) ) +(assert (myObject (attribute1 "attr8108") ) ) +(assert (myObject (attribute1 "attr8109") ) ) +(assert (myObject (attribute1 "attr8110") ) ) +(assert (myObject (attribute1 "attr8111") ) ) +(assert (myObject (attribute1 "attr8112") ) ) +(assert (myObject (attribute1 "attr8113") ) ) +(assert (myObject (attribute1 "attr8114") ) ) +(assert (myObject (attribute1 "attr8115") ) ) +(assert (myObject (attribute1 "attr8116") ) ) +(assert (myObject (attribute1 "attr8117") ) ) +(assert (myObject (attribute1 "attr8118") ) ) +(assert (myObject (attribute1 "attr8119") ) ) +(assert (myObject (attribute1 "attr8120") ) ) +(assert (myObject (attribute1 "attr8121") ) ) +(assert (myObject (attribute1 "attr8122") ) ) +(assert (myObject (attribute1 "attr8123") ) ) +(assert (myObject (attribute1 "attr8124") ) ) +(assert (myObject (attribute1 "attr8125") ) ) +(assert (myObject (attribute1 "attr8126") ) ) +(assert (myObject (attribute1 "attr8127") ) ) +(assert (myObject (attribute1 "attr8128") ) ) +(assert (myObject (attribute1 "attr8129") ) ) +(assert (myObject (attribute1 "attr8130") ) ) +(assert (myObject (attribute1 "attr8131") ) ) +(assert (myObject (attribute1 "attr8132") ) ) +(assert (myObject (attribute1 "attr8133") ) ) +(assert (myObject (attribute1 "attr8134") ) ) +(assert (myObject (attribute1 "attr8135") ) ) +(assert (myObject (attribute1 "attr8136") ) ) +(assert (myObject (attribute1 "attr8137") ) ) +(assert (myObject (attribute1 "attr8138") ) ) +(assert (myObject (attribute1 "attr8139") ) ) +(assert (myObject (attribute1 "attr8140") ) ) +(assert (myObject (attribute1 "attr8141") ) ) +(assert (myObject (attribute1 "attr8142") ) ) +(assert (myObject (attribute1 "attr8143") ) ) +(assert (myObject (attribute1 "attr8144") ) ) +(assert (myObject (attribute1 "attr8145") ) ) +(assert (myObject (attribute1 "attr8146") ) ) +(assert (myObject (attribute1 "attr8147") ) ) +(assert (myObject (attribute1 "attr8148") ) ) +(assert (myObject (attribute1 "attr8149") ) ) +(assert (myObject (attribute1 "attr8150") ) ) +(assert (myObject (attribute1 "attr8151") ) ) +(assert (myObject (attribute1 "attr8152") ) ) +(assert (myObject (attribute1 "attr8153") ) ) +(assert (myObject (attribute1 "attr8154") ) ) +(assert (myObject (attribute1 "attr8155") ) ) +(assert (myObject (attribute1 "attr8156") ) ) +(assert (myObject (attribute1 "attr8157") ) ) +(assert (myObject (attribute1 "attr8158") ) ) +(assert (myObject (attribute1 "attr8159") ) ) +(assert (myObject (attribute1 "attr8160") ) ) +(assert (myObject (attribute1 "attr8161") ) ) +(assert (myObject (attribute1 "attr8162") ) ) +(assert (myObject (attribute1 "attr8163") ) ) +(assert (myObject (attribute1 "attr8164") ) ) +(assert (myObject (attribute1 "attr8165") ) ) +(assert (myObject (attribute1 "attr8166") ) ) +(assert (myObject (attribute1 "attr8167") ) ) +(assert (myObject (attribute1 "attr8168") ) ) +(assert (myObject (attribute1 "attr8169") ) ) +(assert (myObject (attribute1 "attr8170") ) ) +(assert (myObject (attribute1 "attr8171") ) ) +(assert (myObject (attribute1 "attr8172") ) ) +(assert (myObject (attribute1 "attr8173") ) ) +(assert (myObject (attribute1 "attr8174") ) ) +(assert (myObject (attribute1 "attr8175") ) ) +(assert (myObject (attribute1 "attr8176") ) ) +(assert (myObject (attribute1 "attr8177") ) ) +(assert (myObject (attribute1 "attr8178") ) ) +(assert (myObject (attribute1 "attr8179") ) ) +(assert (myObject (attribute1 "attr8180") ) ) +(assert (myObject (attribute1 "attr8181") ) ) +(assert (myObject (attribute1 "attr8182") ) ) +(assert (myObject (attribute1 "attr8183") ) ) +(assert (myObject (attribute1 "attr8184") ) ) +(assert (myObject (attribute1 "attr8185") ) ) +(assert (myObject (attribute1 "attr8186") ) ) +(assert (myObject (attribute1 "attr8187") ) ) +(assert (myObject (attribute1 "attr8188") ) ) +(assert (myObject (attribute1 "attr8189") ) ) +(assert (myObject (attribute1 "attr8190") ) ) +(assert (myObject (attribute1 "attr8191") ) ) +(assert (myObject (attribute1 "attr8192") ) ) +(assert (myObject (attribute1 "attr8193") ) ) +(assert (myObject (attribute1 "attr8194") ) ) +(assert (myObject (attribute1 "attr8195") ) ) +(assert (myObject (attribute1 "attr8196") ) ) +(assert (myObject (attribute1 "attr8197") ) ) +(assert (myObject (attribute1 "attr8198") ) ) +(assert (myObject (attribute1 "attr8199") ) ) +(assert (myObject (attribute1 "attr8200") ) ) +(assert (myObject (attribute1 "attr8201") ) ) +(assert (myObject (attribute1 "attr8202") ) ) +(assert (myObject (attribute1 "attr8203") ) ) +(assert (myObject (attribute1 "attr8204") ) ) +(assert (myObject (attribute1 "attr8205") ) ) +(assert (myObject (attribute1 "attr8206") ) ) +(assert (myObject (attribute1 "attr8207") ) ) +(assert (myObject (attribute1 "attr8208") ) ) +(assert (myObject (attribute1 "attr8209") ) ) +(assert (myObject (attribute1 "attr8210") ) ) +(assert (myObject (attribute1 "attr8211") ) ) +(assert (myObject (attribute1 "attr8212") ) ) +(assert (myObject (attribute1 "attr8213") ) ) +(assert (myObject (attribute1 "attr8214") ) ) +(assert (myObject (attribute1 "attr8215") ) ) +(assert (myObject (attribute1 "attr8216") ) ) +(assert (myObject (attribute1 "attr8217") ) ) +(assert (myObject (attribute1 "attr8218") ) ) +(assert (myObject (attribute1 "attr8219") ) ) +(assert (myObject (attribute1 "attr8220") ) ) +(assert (myObject (attribute1 "attr8221") ) ) +(assert (myObject (attribute1 "attr8222") ) ) +(assert (myObject (attribute1 "attr8223") ) ) +(assert (myObject (attribute1 "attr8224") ) ) +(assert (myObject (attribute1 "attr8225") ) ) +(assert (myObject (attribute1 "attr8226") ) ) +(assert (myObject (attribute1 "attr8227") ) ) +(assert (myObject (attribute1 "attr8228") ) ) +(assert (myObject (attribute1 "attr8229") ) ) +(assert (myObject (attribute1 "attr8230") ) ) +(assert (myObject (attribute1 "attr8231") ) ) +(assert (myObject (attribute1 "attr8232") ) ) +(assert (myObject (attribute1 "attr8233") ) ) +(assert (myObject (attribute1 "attr8234") ) ) +(assert (myObject (attribute1 "attr8235") ) ) +(assert (myObject (attribute1 "attr8236") ) ) +(assert (myObject (attribute1 "attr8237") ) ) +(assert (myObject (attribute1 "attr8238") ) ) +(assert (myObject (attribute1 "attr8239") ) ) +(assert (myObject (attribute1 "attr8240") ) ) +(assert (myObject (attribute1 "attr8241") ) ) +(assert (myObject (attribute1 "attr8242") ) ) +(assert (myObject (attribute1 "attr8243") ) ) +(assert (myObject (attribute1 "attr8244") ) ) +(assert (myObject (attribute1 "attr8245") ) ) +(assert (myObject (attribute1 "attr8246") ) ) +(assert (myObject (attribute1 "attr8247") ) ) +(assert (myObject (attribute1 "attr8248") ) ) +(assert (myObject (attribute1 "attr8249") ) ) +(assert (myObject (attribute1 "attr8250") ) ) +(assert (myObject (attribute1 "attr8251") ) ) +(assert (myObject (attribute1 "attr8252") ) ) +(assert (myObject (attribute1 "attr8253") ) ) +(assert (myObject (attribute1 "attr8254") ) ) +(assert (myObject (attribute1 "attr8255") ) ) +(assert (myObject (attribute1 "attr8256") ) ) +(assert (myObject (attribute1 "attr8257") ) ) +(assert (myObject (attribute1 "attr8258") ) ) +(assert (myObject (attribute1 "attr8259") ) ) +(assert (myObject (attribute1 "attr8260") ) ) +(assert (myObject (attribute1 "attr8261") ) ) +(assert (myObject (attribute1 "attr8262") ) ) +(assert (myObject (attribute1 "attr8263") ) ) +(assert (myObject (attribute1 "attr8264") ) ) +(assert (myObject (attribute1 "attr8265") ) ) +(assert (myObject (attribute1 "attr8266") ) ) +(assert (myObject (attribute1 "attr8267") ) ) +(assert (myObject (attribute1 "attr8268") ) ) +(assert (myObject (attribute1 "attr8269") ) ) +(assert (myObject (attribute1 "attr8270") ) ) +(assert (myObject (attribute1 "attr8271") ) ) +(assert (myObject (attribute1 "attr8272") ) ) +(assert (myObject (attribute1 "attr8273") ) ) +(assert (myObject (attribute1 "attr8274") ) ) +(assert (myObject (attribute1 "attr8275") ) ) +(assert (myObject (attribute1 "attr8276") ) ) +(assert (myObject (attribute1 "attr8277") ) ) +(assert (myObject (attribute1 "attr8278") ) ) +(assert (myObject (attribute1 "attr8279") ) ) +(assert (myObject (attribute1 "attr8280") ) ) +(assert (myObject (attribute1 "attr8281") ) ) +(assert (myObject (attribute1 "attr8282") ) ) +(assert (myObject (attribute1 "attr8283") ) ) +(assert (myObject (attribute1 "attr8284") ) ) +(assert (myObject (attribute1 "attr8285") ) ) +(assert (myObject (attribute1 "attr8286") ) ) +(assert (myObject (attribute1 "attr8287") ) ) +(assert (myObject (attribute1 "attr8288") ) ) +(assert (myObject (attribute1 "attr8289") ) ) +(assert (myObject (attribute1 "attr8290") ) ) +(assert (myObject (attribute1 "attr8291") ) ) +(assert (myObject (attribute1 "attr8292") ) ) +(assert (myObject (attribute1 "attr8293") ) ) +(assert (myObject (attribute1 "attr8294") ) ) +(assert (myObject (attribute1 "attr8295") ) ) +(assert (myObject (attribute1 "attr8296") ) ) +(assert (myObject (attribute1 "attr8297") ) ) +(assert (myObject (attribute1 "attr8298") ) ) +(assert (myObject (attribute1 "attr8299") ) ) +(assert (myObject (attribute1 "attr8300") ) ) +(assert (myObject (attribute1 "attr8301") ) ) +(assert (myObject (attribute1 "attr8302") ) ) +(assert (myObject (attribute1 "attr8303") ) ) +(assert (myObject (attribute1 "attr8304") ) ) +(assert (myObject (attribute1 "attr8305") ) ) +(assert (myObject (attribute1 "attr8306") ) ) +(assert (myObject (attribute1 "attr8307") ) ) +(assert (myObject (attribute1 "attr8308") ) ) +(assert (myObject (attribute1 "attr8309") ) ) +(assert (myObject (attribute1 "attr8310") ) ) +(assert (myObject (attribute1 "attr8311") ) ) +(assert (myObject (attribute1 "attr8312") ) ) +(assert (myObject (attribute1 "attr8313") ) ) +(assert (myObject (attribute1 "attr8314") ) ) +(assert (myObject (attribute1 "attr8315") ) ) +(assert (myObject (attribute1 "attr8316") ) ) +(assert (myObject (attribute1 "attr8317") ) ) +(assert (myObject (attribute1 "attr8318") ) ) +(assert (myObject (attribute1 "attr8319") ) ) +(assert (myObject (attribute1 "attr8320") ) ) +(assert (myObject (attribute1 "attr8321") ) ) +(assert (myObject (attribute1 "attr8322") ) ) +(assert (myObject (attribute1 "attr8323") ) ) +(assert (myObject (attribute1 "attr8324") ) ) +(assert (myObject (attribute1 "attr8325") ) ) +(assert (myObject (attribute1 "attr8326") ) ) +(assert (myObject (attribute1 "attr8327") ) ) +(assert (myObject (attribute1 "attr8328") ) ) +(assert (myObject (attribute1 "attr8329") ) ) +(assert (myObject (attribute1 "attr8330") ) ) +(assert (myObject (attribute1 "attr8331") ) ) +(assert (myObject (attribute1 "attr8332") ) ) +(assert (myObject (attribute1 "attr8333") ) ) +(assert (myObject (attribute1 "attr8334") ) ) +(assert (myObject (attribute1 "attr8335") ) ) +(assert (myObject (attribute1 "attr8336") ) ) +(assert (myObject (attribute1 "attr8337") ) ) +(assert (myObject (attribute1 "attr8338") ) ) +(assert (myObject (attribute1 "attr8339") ) ) +(assert (myObject (attribute1 "attr8340") ) ) +(assert (myObject (attribute1 "attr8341") ) ) +(assert (myObject (attribute1 "attr8342") ) ) +(assert (myObject (attribute1 "attr8343") ) ) +(assert (myObject (attribute1 "attr8344") ) ) +(assert (myObject (attribute1 "attr8345") ) ) +(assert (myObject (attribute1 "attr8346") ) ) +(assert (myObject (attribute1 "attr8347") ) ) +(assert (myObject (attribute1 "attr8348") ) ) +(assert (myObject (attribute1 "attr8349") ) ) +(assert (myObject (attribute1 "attr8350") ) ) +(assert (myObject (attribute1 "attr8351") ) ) +(assert (myObject (attribute1 "attr8352") ) ) +(assert (myObject (attribute1 "attr8353") ) ) +(assert (myObject (attribute1 "attr8354") ) ) +(assert (myObject (attribute1 "attr8355") ) ) +(assert (myObject (attribute1 "attr8356") ) ) +(assert (myObject (attribute1 "attr8357") ) ) +(assert (myObject (attribute1 "attr8358") ) ) +(assert (myObject (attribute1 "attr8359") ) ) +(assert (myObject (attribute1 "attr8360") ) ) +(assert (myObject (attribute1 "attr8361") ) ) +(assert (myObject (attribute1 "attr8362") ) ) +(assert (myObject (attribute1 "attr8363") ) ) +(assert (myObject (attribute1 "attr8364") ) ) +(assert (myObject (attribute1 "attr8365") ) ) +(assert (myObject (attribute1 "attr8366") ) ) +(assert (myObject (attribute1 "attr8367") ) ) +(assert (myObject (attribute1 "attr8368") ) ) +(assert (myObject (attribute1 "attr8369") ) ) +(assert (myObject (attribute1 "attr8370") ) ) +(assert (myObject (attribute1 "attr8371") ) ) +(assert (myObject (attribute1 "attr8372") ) ) +(assert (myObject (attribute1 "attr8373") ) ) +(assert (myObject (attribute1 "attr8374") ) ) +(assert (myObject (attribute1 "attr8375") ) ) +(assert (myObject (attribute1 "attr8376") ) ) +(assert (myObject (attribute1 "attr8377") ) ) +(assert (myObject (attribute1 "attr8378") ) ) +(assert (myObject (attribute1 "attr8379") ) ) +(assert (myObject (attribute1 "attr8380") ) ) +(assert (myObject (attribute1 "attr8381") ) ) +(assert (myObject (attribute1 "attr8382") ) ) +(assert (myObject (attribute1 "attr8383") ) ) +(assert (myObject (attribute1 "attr8384") ) ) +(assert (myObject (attribute1 "attr8385") ) ) +(assert (myObject (attribute1 "attr8386") ) ) +(assert (myObject (attribute1 "attr8387") ) ) +(assert (myObject (attribute1 "attr8388") ) ) +(assert (myObject (attribute1 "attr8389") ) ) +(assert (myObject (attribute1 "attr8390") ) ) +(assert (myObject (attribute1 "attr8391") ) ) +(assert (myObject (attribute1 "attr8392") ) ) +(assert (myObject (attribute1 "attr8393") ) ) +(assert (myObject (attribute1 "attr8394") ) ) +(assert (myObject (attribute1 "attr8395") ) ) +(assert (myObject (attribute1 "attr8396") ) ) +(assert (myObject (attribute1 "attr8397") ) ) +(assert (myObject (attribute1 "attr8398") ) ) +(assert (myObject (attribute1 "attr8399") ) ) +(assert (myObject (attribute1 "attr8400") ) ) +(assert (myObject (attribute1 "attr8401") ) ) +(assert (myObject (attribute1 "attr8402") ) ) +(assert (myObject (attribute1 "attr8403") ) ) +(assert (myObject (attribute1 "attr8404") ) ) +(assert (myObject (attribute1 "attr8405") ) ) +(assert (myObject (attribute1 "attr8406") ) ) +(assert (myObject (attribute1 "attr8407") ) ) +(assert (myObject (attribute1 "attr8408") ) ) +(assert (myObject (attribute1 "attr8409") ) ) +(assert (myObject (attribute1 "attr8410") ) ) +(assert (myObject (attribute1 "attr8411") ) ) +(assert (myObject (attribute1 "attr8412") ) ) +(assert (myObject (attribute1 "attr8413") ) ) +(assert (myObject (attribute1 "attr8414") ) ) +(assert (myObject (attribute1 "attr8415") ) ) +(assert (myObject (attribute1 "attr8416") ) ) +(assert (myObject (attribute1 "attr8417") ) ) +(assert (myObject (attribute1 "attr8418") ) ) +(assert (myObject (attribute1 "attr8419") ) ) +(assert (myObject (attribute1 "attr8420") ) ) +(assert (myObject (attribute1 "attr8421") ) ) +(assert (myObject (attribute1 "attr8422") ) ) +(assert (myObject (attribute1 "attr8423") ) ) +(assert (myObject (attribute1 "attr8424") ) ) +(assert (myObject (attribute1 "attr8425") ) ) +(assert (myObject (attribute1 "attr8426") ) ) +(assert (myObject (attribute1 "attr8427") ) ) +(assert (myObject (attribute1 "attr8428") ) ) +(assert (myObject (attribute1 "attr8429") ) ) +(assert (myObject (attribute1 "attr8430") ) ) +(assert (myObject (attribute1 "attr8431") ) ) +(assert (myObject (attribute1 "attr8432") ) ) +(assert (myObject (attribute1 "attr8433") ) ) +(assert (myObject (attribute1 "attr8434") ) ) +(assert (myObject (attribute1 "attr8435") ) ) +(assert (myObject (attribute1 "attr8436") ) ) +(assert (myObject (attribute1 "attr8437") ) ) +(assert (myObject (attribute1 "attr8438") ) ) +(assert (myObject (attribute1 "attr8439") ) ) +(assert (myObject (attribute1 "attr8440") ) ) +(assert (myObject (attribute1 "attr8441") ) ) +(assert (myObject (attribute1 "attr8442") ) ) +(assert (myObject (attribute1 "attr8443") ) ) +(assert (myObject (attribute1 "attr8444") ) ) +(assert (myObject (attribute1 "attr8445") ) ) +(assert (myObject (attribute1 "attr8446") ) ) +(assert (myObject (attribute1 "attr8447") ) ) +(assert (myObject (attribute1 "attr8448") ) ) +(assert (myObject (attribute1 "attr8449") ) ) +(assert (myObject (attribute1 "attr8450") ) ) +(assert (myObject (attribute1 "attr8451") ) ) +(assert (myObject (attribute1 "attr8452") ) ) +(assert (myObject (attribute1 "attr8453") ) ) +(assert (myObject (attribute1 "attr8454") ) ) +(assert (myObject (attribute1 "attr8455") ) ) +(assert (myObject (attribute1 "attr8456") ) ) +(assert (myObject (attribute1 "attr8457") ) ) +(assert (myObject (attribute1 "attr8458") ) ) +(assert (myObject (attribute1 "attr8459") ) ) +(assert (myObject (attribute1 "attr8460") ) ) +(assert (myObject (attribute1 "attr8461") ) ) +(assert (myObject (attribute1 "attr8462") ) ) +(assert (myObject (attribute1 "attr8463") ) ) +(assert (myObject (attribute1 "attr8464") ) ) +(assert (myObject (attribute1 "attr8465") ) ) +(assert (myObject (attribute1 "attr8466") ) ) +(assert (myObject (attribute1 "attr8467") ) ) +(assert (myObject (attribute1 "attr8468") ) ) +(assert (myObject (attribute1 "attr8469") ) ) +(assert (myObject (attribute1 "attr8470") ) ) +(assert (myObject (attribute1 "attr8471") ) ) +(assert (myObject (attribute1 "attr8472") ) ) +(assert (myObject (attribute1 "attr8473") ) ) +(assert (myObject (attribute1 "attr8474") ) ) +(assert (myObject (attribute1 "attr8475") ) ) +(assert (myObject (attribute1 "attr8476") ) ) +(assert (myObject (attribute1 "attr8477") ) ) +(assert (myObject (attribute1 "attr8478") ) ) +(assert (myObject (attribute1 "attr8479") ) ) +(assert (myObject (attribute1 "attr8480") ) ) +(assert (myObject (attribute1 "attr8481") ) ) +(assert (myObject (attribute1 "attr8482") ) ) +(assert (myObject (attribute1 "attr8483") ) ) +(assert (myObject (attribute1 "attr8484") ) ) +(assert (myObject (attribute1 "attr8485") ) ) +(assert (myObject (attribute1 "attr8486") ) ) +(assert (myObject (attribute1 "attr8487") ) ) +(assert (myObject (attribute1 "attr8488") ) ) +(assert (myObject (attribute1 "attr8489") ) ) +(assert (myObject (attribute1 "attr8490") ) ) +(assert (myObject (attribute1 "attr8491") ) ) +(assert (myObject (attribute1 "attr8492") ) ) +(assert (myObject (attribute1 "attr8493") ) ) +(assert (myObject (attribute1 "attr8494") ) ) +(assert (myObject (attribute1 "attr8495") ) ) +(assert (myObject (attribute1 "attr8496") ) ) +(assert (myObject (attribute1 "attr8497") ) ) +(assert (myObject (attribute1 "attr8498") ) ) +(assert (myObject (attribute1 "attr8499") ) ) +(assert (myObject (attribute1 "attr8500") ) ) +(assert (myObject (attribute1 "attr8501") ) ) +(assert (myObject (attribute1 "attr8502") ) ) +(assert (myObject (attribute1 "attr8503") ) ) +(assert (myObject (attribute1 "attr8504") ) ) +(assert (myObject (attribute1 "attr8505") ) ) +(assert (myObject (attribute1 "attr8506") ) ) +(assert (myObject (attribute1 "attr8507") ) ) +(assert (myObject (attribute1 "attr8508") ) ) +(assert (myObject (attribute1 "attr8509") ) ) +(assert (myObject (attribute1 "attr8510") ) ) +(assert (myObject (attribute1 "attr8511") ) ) +(assert (myObject (attribute1 "attr8512") ) ) +(assert (myObject (attribute1 "attr8513") ) ) +(assert (myObject (attribute1 "attr8514") ) ) +(assert (myObject (attribute1 "attr8515") ) ) +(assert (myObject (attribute1 "attr8516") ) ) +(assert (myObject (attribute1 "attr8517") ) ) +(assert (myObject (attribute1 "attr8518") ) ) +(assert (myObject (attribute1 "attr8519") ) ) +(assert (myObject (attribute1 "attr8520") ) ) +(assert (myObject (attribute1 "attr8521") ) ) +(assert (myObject (attribute1 "attr8522") ) ) +(assert (myObject (attribute1 "attr8523") ) ) +(assert (myObject (attribute1 "attr8524") ) ) +(assert (myObject (attribute1 "attr8525") ) ) +(assert (myObject (attribute1 "attr8526") ) ) +(assert (myObject (attribute1 "attr8527") ) ) +(assert (myObject (attribute1 "attr8528") ) ) +(assert (myObject (attribute1 "attr8529") ) ) +(assert (myObject (attribute1 "attr8530") ) ) +(assert (myObject (attribute1 "attr8531") ) ) +(assert (myObject (attribute1 "attr8532") ) ) +(assert (myObject (attribute1 "attr8533") ) ) +(assert (myObject (attribute1 "attr8534") ) ) +(assert (myObject (attribute1 "attr8535") ) ) +(assert (myObject (attribute1 "attr8536") ) ) +(assert (myObject (attribute1 "attr8537") ) ) +(assert (myObject (attribute1 "attr8538") ) ) +(assert (myObject (attribute1 "attr8539") ) ) +(assert (myObject (attribute1 "attr8540") ) ) +(assert (myObject (attribute1 "attr8541") ) ) +(assert (myObject (attribute1 "attr8542") ) ) +(assert (myObject (attribute1 "attr8543") ) ) +(assert (myObject (attribute1 "attr8544") ) ) +(assert (myObject (attribute1 "attr8545") ) ) +(assert (myObject (attribute1 "attr8546") ) ) +(assert (myObject (attribute1 "attr8547") ) ) +(assert (myObject (attribute1 "attr8548") ) ) +(assert (myObject (attribute1 "attr8549") ) ) +(assert (myObject (attribute1 "attr8550") ) ) +(assert (myObject (attribute1 "attr8551") ) ) +(assert (myObject (attribute1 "attr8552") ) ) +(assert (myObject (attribute1 "attr8553") ) ) +(assert (myObject (attribute1 "attr8554") ) ) +(assert (myObject (attribute1 "attr8555") ) ) +(assert (myObject (attribute1 "attr8556") ) ) +(assert (myObject (attribute1 "attr8557") ) ) +(assert (myObject (attribute1 "attr8558") ) ) +(assert (myObject (attribute1 "attr8559") ) ) +(assert (myObject (attribute1 "attr8560") ) ) +(assert (myObject (attribute1 "attr8561") ) ) +(assert (myObject (attribute1 "attr8562") ) ) +(assert (myObject (attribute1 "attr8563") ) ) +(assert (myObject (attribute1 "attr8564") ) ) +(assert (myObject (attribute1 "attr8565") ) ) +(assert (myObject (attribute1 "attr8566") ) ) +(assert (myObject (attribute1 "attr8567") ) ) +(assert (myObject (attribute1 "attr8568") ) ) +(assert (myObject (attribute1 "attr8569") ) ) +(assert (myObject (attribute1 "attr8570") ) ) +(assert (myObject (attribute1 "attr8571") ) ) +(assert (myObject (attribute1 "attr8572") ) ) +(assert (myObject (attribute1 "attr8573") ) ) +(assert (myObject (attribute1 "attr8574") ) ) +(assert (myObject (attribute1 "attr8575") ) ) +(assert (myObject (attribute1 "attr8576") ) ) +(assert (myObject (attribute1 "attr8577") ) ) +(assert (myObject (attribute1 "attr8578") ) ) +(assert (myObject (attribute1 "attr8579") ) ) +(assert (myObject (attribute1 "attr8580") ) ) +(assert (myObject (attribute1 "attr8581") ) ) +(assert (myObject (attribute1 "attr8582") ) ) +(assert (myObject (attribute1 "attr8583") ) ) +(assert (myObject (attribute1 "attr8584") ) ) +(assert (myObject (attribute1 "attr8585") ) ) +(assert (myObject (attribute1 "attr8586") ) ) +(assert (myObject (attribute1 "attr8587") ) ) +(assert (myObject (attribute1 "attr8588") ) ) +(assert (myObject (attribute1 "attr8589") ) ) +(assert (myObject (attribute1 "attr8590") ) ) +(assert (myObject (attribute1 "attr8591") ) ) +(assert (myObject (attribute1 "attr8592") ) ) +(assert (myObject (attribute1 "attr8593") ) ) +(assert (myObject (attribute1 "attr8594") ) ) +(assert (myObject (attribute1 "attr8595") ) ) +(assert (myObject (attribute1 "attr8596") ) ) +(assert (myObject (attribute1 "attr8597") ) ) +(assert (myObject (attribute1 "attr8598") ) ) +(assert (myObject (attribute1 "attr8599") ) ) +(assert (myObject (attribute1 "attr8600") ) ) +(assert (myObject (attribute1 "attr8601") ) ) +(assert (myObject (attribute1 "attr8602") ) ) +(assert (myObject (attribute1 "attr8603") ) ) +(assert (myObject (attribute1 "attr8604") ) ) +(assert (myObject (attribute1 "attr8605") ) ) +(assert (myObject (attribute1 "attr8606") ) ) +(assert (myObject (attribute1 "attr8607") ) ) +(assert (myObject (attribute1 "attr8608") ) ) +(assert (myObject (attribute1 "attr8609") ) ) +(assert (myObject (attribute1 "attr8610") ) ) +(assert (myObject (attribute1 "attr8611") ) ) +(assert (myObject (attribute1 "attr8612") ) ) +(assert (myObject (attribute1 "attr8613") ) ) +(assert (myObject (attribute1 "attr8614") ) ) +(assert (myObject (attribute1 "attr8615") ) ) +(assert (myObject (attribute1 "attr8616") ) ) +(assert (myObject (attribute1 "attr8617") ) ) +(assert (myObject (attribute1 "attr8618") ) ) +(assert (myObject (attribute1 "attr8619") ) ) +(assert (myObject (attribute1 "attr8620") ) ) +(assert (myObject (attribute1 "attr8621") ) ) +(assert (myObject (attribute1 "attr8622") ) ) +(assert (myObject (attribute1 "attr8623") ) ) +(assert (myObject (attribute1 "attr8624") ) ) +(assert (myObject (attribute1 "attr8625") ) ) +(assert (myObject (attribute1 "attr8626") ) ) +(assert (myObject (attribute1 "attr8627") ) ) +(assert (myObject (attribute1 "attr8628") ) ) +(assert (myObject (attribute1 "attr8629") ) ) +(assert (myObject (attribute1 "attr8630") ) ) +(assert (myObject (attribute1 "attr8631") ) ) +(assert (myObject (attribute1 "attr8632") ) ) +(assert (myObject (attribute1 "attr8633") ) ) +(assert (myObject (attribute1 "attr8634") ) ) +(assert (myObject (attribute1 "attr8635") ) ) +(assert (myObject (attribute1 "attr8636") ) ) +(assert (myObject (attribute1 "attr8637") ) ) +(assert (myObject (attribute1 "attr8638") ) ) +(assert (myObject (attribute1 "attr8639") ) ) +(assert (myObject (attribute1 "attr8640") ) ) +(assert (myObject (attribute1 "attr8641") ) ) +(assert (myObject (attribute1 "attr8642") ) ) +(assert (myObject (attribute1 "attr8643") ) ) +(assert (myObject (attribute1 "attr8644") ) ) +(assert (myObject (attribute1 "attr8645") ) ) +(assert (myObject (attribute1 "attr8646") ) ) +(assert (myObject (attribute1 "attr8647") ) ) +(assert (myObject (attribute1 "attr8648") ) ) +(assert (myObject (attribute1 "attr8649") ) ) +(assert (myObject (attribute1 "attr8650") ) ) +(assert (myObject (attribute1 "attr8651") ) ) +(assert (myObject (attribute1 "attr8652") ) ) +(assert (myObject (attribute1 "attr8653") ) ) +(assert (myObject (attribute1 "attr8654") ) ) +(assert (myObject (attribute1 "attr8655") ) ) +(assert (myObject (attribute1 "attr8656") ) ) +(assert (myObject (attribute1 "attr8657") ) ) +(assert (myObject (attribute1 "attr8658") ) ) +(assert (myObject (attribute1 "attr8659") ) ) +(assert (myObject (attribute1 "attr8660") ) ) +(assert (myObject (attribute1 "attr8661") ) ) +(assert (myObject (attribute1 "attr8662") ) ) +(assert (myObject (attribute1 "attr8663") ) ) +(assert (myObject (attribute1 "attr8664") ) ) +(assert (myObject (attribute1 "attr8665") ) ) +(assert (myObject (attribute1 "attr8666") ) ) +(assert (myObject (attribute1 "attr8667") ) ) +(assert (myObject (attribute1 "attr8668") ) ) +(assert (myObject (attribute1 "attr8669") ) ) +(assert (myObject (attribute1 "attr8670") ) ) +(assert (myObject (attribute1 "attr8671") ) ) +(assert (myObject (attribute1 "attr8672") ) ) +(assert (myObject (attribute1 "attr8673") ) ) +(assert (myObject (attribute1 "attr8674") ) ) +(assert (myObject (attribute1 "attr8675") ) ) +(assert (myObject (attribute1 "attr8676") ) ) +(assert (myObject (attribute1 "attr8677") ) ) +(assert (myObject (attribute1 "attr8678") ) ) +(assert (myObject (attribute1 "attr8679") ) ) +(assert (myObject (attribute1 "attr8680") ) ) +(assert (myObject (attribute1 "attr8681") ) ) +(assert (myObject (attribute1 "attr8682") ) ) +(assert (myObject (attribute1 "attr8683") ) ) +(assert (myObject (attribute1 "attr8684") ) ) +(assert (myObject (attribute1 "attr8685") ) ) +(assert (myObject (attribute1 "attr8686") ) ) +(assert (myObject (attribute1 "attr8687") ) ) +(assert (myObject (attribute1 "attr8688") ) ) +(assert (myObject (attribute1 "attr8689") ) ) +(assert (myObject (attribute1 "attr8690") ) ) +(assert (myObject (attribute1 "attr8691") ) ) +(assert (myObject (attribute1 "attr8692") ) ) +(assert (myObject (attribute1 "attr8693") ) ) +(assert (myObject (attribute1 "attr8694") ) ) +(assert (myObject (attribute1 "attr8695") ) ) +(assert (myObject (attribute1 "attr8696") ) ) +(assert (myObject (attribute1 "attr8697") ) ) +(assert (myObject (attribute1 "attr8698") ) ) +(assert (myObject (attribute1 "attr8699") ) ) +(assert (myObject (attribute1 "attr8700") ) ) +(assert (myObject (attribute1 "attr8701") ) ) +(assert (myObject (attribute1 "attr8702") ) ) +(assert (myObject (attribute1 "attr8703") ) ) +(assert (myObject (attribute1 "attr8704") ) ) +(assert (myObject (attribute1 "attr8705") ) ) +(assert (myObject (attribute1 "attr8706") ) ) +(assert (myObject (attribute1 "attr8707") ) ) +(assert (myObject (attribute1 "attr8708") ) ) +(assert (myObject (attribute1 "attr8709") ) ) +(assert (myObject (attribute1 "attr8710") ) ) +(assert (myObject (attribute1 "attr8711") ) ) +(assert (myObject (attribute1 "attr8712") ) ) +(assert (myObject (attribute1 "attr8713") ) ) +(assert (myObject (attribute1 "attr8714") ) ) +(assert (myObject (attribute1 "attr8715") ) ) +(assert (myObject (attribute1 "attr8716") ) ) +(assert (myObject (attribute1 "attr8717") ) ) +(assert (myObject (attribute1 "attr8718") ) ) +(assert (myObject (attribute1 "attr8719") ) ) +(assert (myObject (attribute1 "attr8720") ) ) +(assert (myObject (attribute1 "attr8721") ) ) +(assert (myObject (attribute1 "attr8722") ) ) +(assert (myObject (attribute1 "attr8723") ) ) +(assert (myObject (attribute1 "attr8724") ) ) +(assert (myObject (attribute1 "attr8725") ) ) +(assert (myObject (attribute1 "attr8726") ) ) +(assert (myObject (attribute1 "attr8727") ) ) +(assert (myObject (attribute1 "attr8728") ) ) +(assert (myObject (attribute1 "attr8729") ) ) +(assert (myObject (attribute1 "attr8730") ) ) +(assert (myObject (attribute1 "attr8731") ) ) +(assert (myObject (attribute1 "attr8732") ) ) +(assert (myObject (attribute1 "attr8733") ) ) +(assert (myObject (attribute1 "attr8734") ) ) +(assert (myObject (attribute1 "attr8735") ) ) +(assert (myObject (attribute1 "attr8736") ) ) +(assert (myObject (attribute1 "attr8737") ) ) +(assert (myObject (attribute1 "attr8738") ) ) +(assert (myObject (attribute1 "attr8739") ) ) +(assert (myObject (attribute1 "attr8740") ) ) +(assert (myObject (attribute1 "attr8741") ) ) +(assert (myObject (attribute1 "attr8742") ) ) +(assert (myObject (attribute1 "attr8743") ) ) +(assert (myObject (attribute1 "attr8744") ) ) +(assert (myObject (attribute1 "attr8745") ) ) +(assert (myObject (attribute1 "attr8746") ) ) +(assert (myObject (attribute1 "attr8747") ) ) +(assert (myObject (attribute1 "attr8748") ) ) +(assert (myObject (attribute1 "attr8749") ) ) +(assert (myObject (attribute1 "attr8750") ) ) +(assert (myObject (attribute1 "attr8751") ) ) +(assert (myObject (attribute1 "attr8752") ) ) +(assert (myObject (attribute1 "attr8753") ) ) +(assert (myObject (attribute1 "attr8754") ) ) +(assert (myObject (attribute1 "attr8755") ) ) +(assert (myObject (attribute1 "attr8756") ) ) +(assert (myObject (attribute1 "attr8757") ) ) +(assert (myObject (attribute1 "attr8758") ) ) +(assert (myObject (attribute1 "attr8759") ) ) +(assert (myObject (attribute1 "attr8760") ) ) +(assert (myObject (attribute1 "attr8761") ) ) +(assert (myObject (attribute1 "attr8762") ) ) +(assert (myObject (attribute1 "attr8763") ) ) +(assert (myObject (attribute1 "attr8764") ) ) +(assert (myObject (attribute1 "attr8765") ) ) +(assert (myObject (attribute1 "attr8766") ) ) +(assert (myObject (attribute1 "attr8767") ) ) +(assert (myObject (attribute1 "attr8768") ) ) +(assert (myObject (attribute1 "attr8769") ) ) +(assert (myObject (attribute1 "attr8770") ) ) +(assert (myObject (attribute1 "attr8771") ) ) +(assert (myObject (attribute1 "attr8772") ) ) +(assert (myObject (attribute1 "attr8773") ) ) +(assert (myObject (attribute1 "attr8774") ) ) +(assert (myObject (attribute1 "attr8775") ) ) +(assert (myObject (attribute1 "attr8776") ) ) +(assert (myObject (attribute1 "attr8777") ) ) +(assert (myObject (attribute1 "attr8778") ) ) +(assert (myObject (attribute1 "attr8779") ) ) +(assert (myObject (attribute1 "attr8780") ) ) +(assert (myObject (attribute1 "attr8781") ) ) +(assert (myObject (attribute1 "attr8782") ) ) +(assert (myObject (attribute1 "attr8783") ) ) +(assert (myObject (attribute1 "attr8784") ) ) +(assert (myObject (attribute1 "attr8785") ) ) +(assert (myObject (attribute1 "attr8786") ) ) +(assert (myObject (attribute1 "attr8787") ) ) +(assert (myObject (attribute1 "attr8788") ) ) +(assert (myObject (attribute1 "attr8789") ) ) +(assert (myObject (attribute1 "attr8790") ) ) +(assert (myObject (attribute1 "attr8791") ) ) +(assert (myObject (attribute1 "attr8792") ) ) +(assert (myObject (attribute1 "attr8793") ) ) +(assert (myObject (attribute1 "attr8794") ) ) +(assert (myObject (attribute1 "attr8795") ) ) +(assert (myObject (attribute1 "attr8796") ) ) +(assert (myObject (attribute1 "attr8797") ) ) +(assert (myObject (attribute1 "attr8798") ) ) +(assert (myObject (attribute1 "attr8799") ) ) +(assert (myObject (attribute1 "attr8800") ) ) +(assert (myObject (attribute1 "attr8801") ) ) +(assert (myObject (attribute1 "attr8802") ) ) +(assert (myObject (attribute1 "attr8803") ) ) +(assert (myObject (attribute1 "attr8804") ) ) +(assert (myObject (attribute1 "attr8805") ) ) +(assert (myObject (attribute1 "attr8806") ) ) +(assert (myObject (attribute1 "attr8807") ) ) +(assert (myObject (attribute1 "attr8808") ) ) +(assert (myObject (attribute1 "attr8809") ) ) +(assert (myObject (attribute1 "attr8810") ) ) +(assert (myObject (attribute1 "attr8811") ) ) +(assert (myObject (attribute1 "attr8812") ) ) +(assert (myObject (attribute1 "attr8813") ) ) +(assert (myObject (attribute1 "attr8814") ) ) +(assert (myObject (attribute1 "attr8815") ) ) +(assert (myObject (attribute1 "attr8816") ) ) +(assert (myObject (attribute1 "attr8817") ) ) +(assert (myObject (attribute1 "attr8818") ) ) +(assert (myObject (attribute1 "attr8819") ) ) +(assert (myObject (attribute1 "attr8820") ) ) +(assert (myObject (attribute1 "attr8821") ) ) +(assert (myObject (attribute1 "attr8822") ) ) +(assert (myObject (attribute1 "attr8823") ) ) +(assert (myObject (attribute1 "attr8824") ) ) +(assert (myObject (attribute1 "attr8825") ) ) +(assert (myObject (attribute1 "attr8826") ) ) +(assert (myObject (attribute1 "attr8827") ) ) +(assert (myObject (attribute1 "attr8828") ) ) +(assert (myObject (attribute1 "attr8829") ) ) +(assert (myObject (attribute1 "attr8830") ) ) +(assert (myObject (attribute1 "attr8831") ) ) +(assert (myObject (attribute1 "attr8832") ) ) +(assert (myObject (attribute1 "attr8833") ) ) +(assert (myObject (attribute1 "attr8834") ) ) +(assert (myObject (attribute1 "attr8835") ) ) +(assert (myObject (attribute1 "attr8836") ) ) +(assert (myObject (attribute1 "attr8837") ) ) +(assert (myObject (attribute1 "attr8838") ) ) +(assert (myObject (attribute1 "attr8839") ) ) +(assert (myObject (attribute1 "attr8840") ) ) +(assert (myObject (attribute1 "attr8841") ) ) +(assert (myObject (attribute1 "attr8842") ) ) +(assert (myObject (attribute1 "attr8843") ) ) +(assert (myObject (attribute1 "attr8844") ) ) +(assert (myObject (attribute1 "attr8845") ) ) +(assert (myObject (attribute1 "attr8846") ) ) +(assert (myObject (attribute1 "attr8847") ) ) +(assert (myObject (attribute1 "attr8848") ) ) +(assert (myObject (attribute1 "attr8849") ) ) +(assert (myObject (attribute1 "attr8850") ) ) +(assert (myObject (attribute1 "attr8851") ) ) +(assert (myObject (attribute1 "attr8852") ) ) +(assert (myObject (attribute1 "attr8853") ) ) +(assert (myObject (attribute1 "attr8854") ) ) +(assert (myObject (attribute1 "attr8855") ) ) +(assert (myObject (attribute1 "attr8856") ) ) +(assert (myObject (attribute1 "attr8857") ) ) +(assert (myObject (attribute1 "attr8858") ) ) +(assert (myObject (attribute1 "attr8859") ) ) +(assert (myObject (attribute1 "attr8860") ) ) +(assert (myObject (attribute1 "attr8861") ) ) +(assert (myObject (attribute1 "attr8862") ) ) +(assert (myObject (attribute1 "attr8863") ) ) +(assert (myObject (attribute1 "attr8864") ) ) +(assert (myObject (attribute1 "attr8865") ) ) +(assert (myObject (attribute1 "attr8866") ) ) +(assert (myObject (attribute1 "attr8867") ) ) +(assert (myObject (attribute1 "attr8868") ) ) +(assert (myObject (attribute1 "attr8869") ) ) +(assert (myObject (attribute1 "attr8870") ) ) +(assert (myObject (attribute1 "attr8871") ) ) +(assert (myObject (attribute1 "attr8872") ) ) +(assert (myObject (attribute1 "attr8873") ) ) +(assert (myObject (attribute1 "attr8874") ) ) +(assert (myObject (attribute1 "attr8875") ) ) +(assert (myObject (attribute1 "attr8876") ) ) +(assert (myObject (attribute1 "attr8877") ) ) +(assert (myObject (attribute1 "attr8878") ) ) +(assert (myObject (attribute1 "attr8879") ) ) +(assert (myObject (attribute1 "attr8880") ) ) +(assert (myObject (attribute1 "attr8881") ) ) +(assert (myObject (attribute1 "attr8882") ) ) +(assert (myObject (attribute1 "attr8883") ) ) +(assert (myObject (attribute1 "attr8884") ) ) +(assert (myObject (attribute1 "attr8885") ) ) +(assert (myObject (attribute1 "attr8886") ) ) +(assert (myObject (attribute1 "attr8887") ) ) +(assert (myObject (attribute1 "attr8888") ) ) +(assert (myObject (attribute1 "attr8889") ) ) +(assert (myObject (attribute1 "attr8890") ) ) +(assert (myObject (attribute1 "attr8891") ) ) +(assert (myObject (attribute1 "attr8892") ) ) +(assert (myObject (attribute1 "attr8893") ) ) +(assert (myObject (attribute1 "attr8894") ) ) +(assert (myObject (attribute1 "attr8895") ) ) +(assert (myObject (attribute1 "attr8896") ) ) +(assert (myObject (attribute1 "attr8897") ) ) +(assert (myObject (attribute1 "attr8898") ) ) +(assert (myObject (attribute1 "attr8899") ) ) +(assert (myObject (attribute1 "attr8900") ) ) +(assert (myObject (attribute1 "attr8901") ) ) +(assert (myObject (attribute1 "attr8902") ) ) +(assert (myObject (attribute1 "attr8903") ) ) +(assert (myObject (attribute1 "attr8904") ) ) +(assert (myObject (attribute1 "attr8905") ) ) +(assert (myObject (attribute1 "attr8906") ) ) +(assert (myObject (attribute1 "attr8907") ) ) +(assert (myObject (attribute1 "attr8908") ) ) +(assert (myObject (attribute1 "attr8909") ) ) +(assert (myObject (attribute1 "attr8910") ) ) +(assert (myObject (attribute1 "attr8911") ) ) +(assert (myObject (attribute1 "attr8912") ) ) +(assert (myObject (attribute1 "attr8913") ) ) +(assert (myObject (attribute1 "attr8914") ) ) +(assert (myObject (attribute1 "attr8915") ) ) +(assert (myObject (attribute1 "attr8916") ) ) +(assert (myObject (attribute1 "attr8917") ) ) +(assert (myObject (attribute1 "attr8918") ) ) +(assert (myObject (attribute1 "attr8919") ) ) +(assert (myObject (attribute1 "attr8920") ) ) +(assert (myObject (attribute1 "attr8921") ) ) +(assert (myObject (attribute1 "attr8922") ) ) +(assert (myObject (attribute1 "attr8923") ) ) +(assert (myObject (attribute1 "attr8924") ) ) +(assert (myObject (attribute1 "attr8925") ) ) +(assert (myObject (attribute1 "attr8926") ) ) +(assert (myObject (attribute1 "attr8927") ) ) +(assert (myObject (attribute1 "attr8928") ) ) +(assert (myObject (attribute1 "attr8929") ) ) +(assert (myObject (attribute1 "attr8930") ) ) +(assert (myObject (attribute1 "attr8931") ) ) +(assert (myObject (attribute1 "attr8932") ) ) +(assert (myObject (attribute1 "attr8933") ) ) +(assert (myObject (attribute1 "attr8934") ) ) +(assert (myObject (attribute1 "attr8935") ) ) +(assert (myObject (attribute1 "attr8936") ) ) +(assert (myObject (attribute1 "attr8937") ) ) +(assert (myObject (attribute1 "attr8938") ) ) +(assert (myObject (attribute1 "attr8939") ) ) +(assert (myObject (attribute1 "attr8940") ) ) +(assert (myObject (attribute1 "attr8941") ) ) +(assert (myObject (attribute1 "attr8942") ) ) +(assert (myObject (attribute1 "attr8943") ) ) +(assert (myObject (attribute1 "attr8944") ) ) +(assert (myObject (attribute1 "attr8945") ) ) +(assert (myObject (attribute1 "attr8946") ) ) +(assert (myObject (attribute1 "attr8947") ) ) +(assert (myObject (attribute1 "attr8948") ) ) +(assert (myObject (attribute1 "attr8949") ) ) +(assert (myObject (attribute1 "attr8950") ) ) +(assert (myObject (attribute1 "attr8951") ) ) +(assert (myObject (attribute1 "attr8952") ) ) +(assert (myObject (attribute1 "attr8953") ) ) +(assert (myObject (attribute1 "attr8954") ) ) +(assert (myObject (attribute1 "attr8955") ) ) +(assert (myObject (attribute1 "attr8956") ) ) +(assert (myObject (attribute1 "attr8957") ) ) +(assert (myObject (attribute1 "attr8958") ) ) +(assert (myObject (attribute1 "attr8959") ) ) +(assert (myObject (attribute1 "attr8960") ) ) +(assert (myObject (attribute1 "attr8961") ) ) +(assert (myObject (attribute1 "attr8962") ) ) +(assert (myObject (attribute1 "attr8963") ) ) +(assert (myObject (attribute1 "attr8964") ) ) +(assert (myObject (attribute1 "attr8965") ) ) +(assert (myObject (attribute1 "attr8966") ) ) +(assert (myObject (attribute1 "attr8967") ) ) +(assert (myObject (attribute1 "attr8968") ) ) +(assert (myObject (attribute1 "attr8969") ) ) +(assert (myObject (attribute1 "attr8970") ) ) +(assert (myObject (attribute1 "attr8971") ) ) +(assert (myObject (attribute1 "attr8972") ) ) +(assert (myObject (attribute1 "attr8973") ) ) +(assert (myObject (attribute1 "attr8974") ) ) +(assert (myObject (attribute1 "attr8975") ) ) +(assert (myObject (attribute1 "attr8976") ) ) +(assert (myObject (attribute1 "attr8977") ) ) +(assert (myObject (attribute1 "attr8978") ) ) +(assert (myObject (attribute1 "attr8979") ) ) +(assert (myObject (attribute1 "attr8980") ) ) +(assert (myObject (attribute1 "attr8981") ) ) +(assert (myObject (attribute1 "attr8982") ) ) +(assert (myObject (attribute1 "attr8983") ) ) +(assert (myObject (attribute1 "attr8984") ) ) +(assert (myObject (attribute1 "attr8985") ) ) +(assert (myObject (attribute1 "attr8986") ) ) +(assert (myObject (attribute1 "attr8987") ) ) +(assert (myObject (attribute1 "attr8988") ) ) +(assert (myObject (attribute1 "attr8989") ) ) +(assert (myObject (attribute1 "attr8990") ) ) +(assert (myObject (attribute1 "attr8991") ) ) +(assert (myObject (attribute1 "attr8992") ) ) +(assert (myObject (attribute1 "attr8993") ) ) +(assert (myObject (attribute1 "attr8994") ) ) +(assert (myObject (attribute1 "attr8995") ) ) +(assert (myObject (attribute1 "attr8996") ) ) +(assert (myObject (attribute1 "attr8997") ) ) +(assert (myObject (attribute1 "attr8998") ) ) +(assert (myObject (attribute1 "attr8999") ) ) +(assert (myObject (attribute1 "attr9000") ) ) +(assert (myObject (attribute1 "attr9001") ) ) +(assert (myObject (attribute1 "attr9002") ) ) +(assert (myObject (attribute1 "attr9003") ) ) +(assert (myObject (attribute1 "attr9004") ) ) +(assert (myObject (attribute1 "attr9005") ) ) +(assert (myObject (attribute1 "attr9006") ) ) +(assert (myObject (attribute1 "attr9007") ) ) +(assert (myObject (attribute1 "attr9008") ) ) +(assert (myObject (attribute1 "attr9009") ) ) +(assert (myObject (attribute1 "attr9010") ) ) +(assert (myObject (attribute1 "attr9011") ) ) +(assert (myObject (attribute1 "attr9012") ) ) +(assert (myObject (attribute1 "attr9013") ) ) +(assert (myObject (attribute1 "attr9014") ) ) +(assert (myObject (attribute1 "attr9015") ) ) +(assert (myObject (attribute1 "attr9016") ) ) +(assert (myObject (attribute1 "attr9017") ) ) +(assert (myObject (attribute1 "attr9018") ) ) +(assert (myObject (attribute1 "attr9019") ) ) +(assert (myObject (attribute1 "attr9020") ) ) +(assert (myObject (attribute1 "attr9021") ) ) +(assert (myObject (attribute1 "attr9022") ) ) +(assert (myObject (attribute1 "attr9023") ) ) +(assert (myObject (attribute1 "attr9024") ) ) +(assert (myObject (attribute1 "attr9025") ) ) +(assert (myObject (attribute1 "attr9026") ) ) +(assert (myObject (attribute1 "attr9027") ) ) +(assert (myObject (attribute1 "attr9028") ) ) +(assert (myObject (attribute1 "attr9029") ) ) +(assert (myObject (attribute1 "attr9030") ) ) +(assert (myObject (attribute1 "attr9031") ) ) +(assert (myObject (attribute1 "attr9032") ) ) +(assert (myObject (attribute1 "attr9033") ) ) +(assert (myObject (attribute1 "attr9034") ) ) +(assert (myObject (attribute1 "attr9035") ) ) +(assert (myObject (attribute1 "attr9036") ) ) +(assert (myObject (attribute1 "attr9037") ) ) +(assert (myObject (attribute1 "attr9038") ) ) +(assert (myObject (attribute1 "attr9039") ) ) +(assert (myObject (attribute1 "attr9040") ) ) +(assert (myObject (attribute1 "attr9041") ) ) +(assert (myObject (attribute1 "attr9042") ) ) +(assert (myObject (attribute1 "attr9043") ) ) +(assert (myObject (attribute1 "attr9044") ) ) +(assert (myObject (attribute1 "attr9045") ) ) +(assert (myObject (attribute1 "attr9046") ) ) +(assert (myObject (attribute1 "attr9047") ) ) +(assert (myObject (attribute1 "attr9048") ) ) +(assert (myObject (attribute1 "attr9049") ) ) +(assert (myObject (attribute1 "attr9050") ) ) +(assert (myObject (attribute1 "attr9051") ) ) +(assert (myObject (attribute1 "attr9052") ) ) +(assert (myObject (attribute1 "attr9053") ) ) +(assert (myObject (attribute1 "attr9054") ) ) +(assert (myObject (attribute1 "attr9055") ) ) +(assert (myObject (attribute1 "attr9056") ) ) +(assert (myObject (attribute1 "attr9057") ) ) +(assert (myObject (attribute1 "attr9058") ) ) +(assert (myObject (attribute1 "attr9059") ) ) +(assert (myObject (attribute1 "attr9060") ) ) +(assert (myObject (attribute1 "attr9061") ) ) +(assert (myObject (attribute1 "attr9062") ) ) +(assert (myObject (attribute1 "attr9063") ) ) +(assert (myObject (attribute1 "attr9064") ) ) +(assert (myObject (attribute1 "attr9065") ) ) +(assert (myObject (attribute1 "attr9066") ) ) +(assert (myObject (attribute1 "attr9067") ) ) +(assert (myObject (attribute1 "attr9068") ) ) +(assert (myObject (attribute1 "attr9069") ) ) +(assert (myObject (attribute1 "attr9070") ) ) +(assert (myObject (attribute1 "attr9071") ) ) +(assert (myObject (attribute1 "attr9072") ) ) +(assert (myObject (attribute1 "attr9073") ) ) +(assert (myObject (attribute1 "attr9074") ) ) +(assert (myObject (attribute1 "attr9075") ) ) +(assert (myObject (attribute1 "attr9076") ) ) +(assert (myObject (attribute1 "attr9077") ) ) +(assert (myObject (attribute1 "attr9078") ) ) +(assert (myObject (attribute1 "attr9079") ) ) +(assert (myObject (attribute1 "attr9080") ) ) +(assert (myObject (attribute1 "attr9081") ) ) +(assert (myObject (attribute1 "attr9082") ) ) +(assert (myObject (attribute1 "attr9083") ) ) +(assert (myObject (attribute1 "attr9084") ) ) +(assert (myObject (attribute1 "attr9085") ) ) +(assert (myObject (attribute1 "attr9086") ) ) +(assert (myObject (attribute1 "attr9087") ) ) +(assert (myObject (attribute1 "attr9088") ) ) +(assert (myObject (attribute1 "attr9089") ) ) +(assert (myObject (attribute1 "attr9090") ) ) +(assert (myObject (attribute1 "attr9091") ) ) +(assert (myObject (attribute1 "attr9092") ) ) +(assert (myObject (attribute1 "attr9093") ) ) +(assert (myObject (attribute1 "attr9094") ) ) +(assert (myObject (attribute1 "attr9095") ) ) +(assert (myObject (attribute1 "attr9096") ) ) +(assert (myObject (attribute1 "attr9097") ) ) +(assert (myObject (attribute1 "attr9098") ) ) +(assert (myObject (attribute1 "attr9099") ) ) +(assert (myObject (attribute1 "attr9100") ) ) +(assert (myObject (attribute1 "attr9101") ) ) +(assert (myObject (attribute1 "attr9102") ) ) +(assert (myObject (attribute1 "attr9103") ) ) +(assert (myObject (attribute1 "attr9104") ) ) +(assert (myObject (attribute1 "attr9105") ) ) +(assert (myObject (attribute1 "attr9106") ) ) +(assert (myObject (attribute1 "attr9107") ) ) +(assert (myObject (attribute1 "attr9108") ) ) +(assert (myObject (attribute1 "attr9109") ) ) +(assert (myObject (attribute1 "attr9110") ) ) +(assert (myObject (attribute1 "attr9111") ) ) +(assert (myObject (attribute1 "attr9112") ) ) +(assert (myObject (attribute1 "attr9113") ) ) +(assert (myObject (attribute1 "attr9114") ) ) +(assert (myObject (attribute1 "attr9115") ) ) +(assert (myObject (attribute1 "attr9116") ) ) +(assert (myObject (attribute1 "attr9117") ) ) +(assert (myObject (attribute1 "attr9118") ) ) +(assert (myObject (attribute1 "attr9119") ) ) +(assert (myObject (attribute1 "attr9120") ) ) +(assert (myObject (attribute1 "attr9121") ) ) +(assert (myObject (attribute1 "attr9122") ) ) +(assert (myObject (attribute1 "attr9123") ) ) +(assert (myObject (attribute1 "attr9124") ) ) +(assert (myObject (attribute1 "attr9125") ) ) +(assert (myObject (attribute1 "attr9126") ) ) +(assert (myObject (attribute1 "attr9127") ) ) +(assert (myObject (attribute1 "attr9128") ) ) +(assert (myObject (attribute1 "attr9129") ) ) +(assert (myObject (attribute1 "attr9130") ) ) +(assert (myObject (attribute1 "attr9131") ) ) +(assert (myObject (attribute1 "attr9132") ) ) +(assert (myObject (attribute1 "attr9133") ) ) +(assert (myObject (attribute1 "attr9134") ) ) +(assert (myObject (attribute1 "attr9135") ) ) +(assert (myObject (attribute1 "attr9136") ) ) +(assert (myObject (attribute1 "attr9137") ) ) +(assert (myObject (attribute1 "attr9138") ) ) +(assert (myObject (attribute1 "attr9139") ) ) +(assert (myObject (attribute1 "attr9140") ) ) +(assert (myObject (attribute1 "attr9141") ) ) +(assert (myObject (attribute1 "attr9142") ) ) +(assert (myObject (attribute1 "attr9143") ) ) +(assert (myObject (attribute1 "attr9144") ) ) +(assert (myObject (attribute1 "attr9145") ) ) +(assert (myObject (attribute1 "attr9146") ) ) +(assert (myObject (attribute1 "attr9147") ) ) +(assert (myObject (attribute1 "attr9148") ) ) +(assert (myObject (attribute1 "attr9149") ) ) +(assert (myObject (attribute1 "attr9150") ) ) +(assert (myObject (attribute1 "attr9151") ) ) +(assert (myObject (attribute1 "attr9152") ) ) +(assert (myObject (attribute1 "attr9153") ) ) +(assert (myObject (attribute1 "attr9154") ) ) +(assert (myObject (attribute1 "attr9155") ) ) +(assert (myObject (attribute1 "attr9156") ) ) +(assert (myObject (attribute1 "attr9157") ) ) +(assert (myObject (attribute1 "attr9158") ) ) +(assert (myObject (attribute1 "attr9159") ) ) +(assert (myObject (attribute1 "attr9160") ) ) +(assert (myObject (attribute1 "attr9161") ) ) +(assert (myObject (attribute1 "attr9162") ) ) +(assert (myObject (attribute1 "attr9163") ) ) +(assert (myObject (attribute1 "attr9164") ) ) +(assert (myObject (attribute1 "attr9165") ) ) +(assert (myObject (attribute1 "attr9166") ) ) +(assert (myObject (attribute1 "attr9167") ) ) +(assert (myObject (attribute1 "attr9168") ) ) +(assert (myObject (attribute1 "attr9169") ) ) +(assert (myObject (attribute1 "attr9170") ) ) +(assert (myObject (attribute1 "attr9171") ) ) +(assert (myObject (attribute1 "attr9172") ) ) +(assert (myObject (attribute1 "attr9173") ) ) +(assert (myObject (attribute1 "attr9174") ) ) +(assert (myObject (attribute1 "attr9175") ) ) +(assert (myObject (attribute1 "attr9176") ) ) +(assert (myObject (attribute1 "attr9177") ) ) +(assert (myObject (attribute1 "attr9178") ) ) +(assert (myObject (attribute1 "attr9179") ) ) +(assert (myObject (attribute1 "attr9180") ) ) +(assert (myObject (attribute1 "attr9181") ) ) +(assert (myObject (attribute1 "attr9182") ) ) +(assert (myObject (attribute1 "attr9183") ) ) +(assert (myObject (attribute1 "attr9184") ) ) +(assert (myObject (attribute1 "attr9185") ) ) +(assert (myObject (attribute1 "attr9186") ) ) +(assert (myObject (attribute1 "attr9187") ) ) +(assert (myObject (attribute1 "attr9188") ) ) +(assert (myObject (attribute1 "attr9189") ) ) +(assert (myObject (attribute1 "attr9190") ) ) +(assert (myObject (attribute1 "attr9191") ) ) +(assert (myObject (attribute1 "attr9192") ) ) +(assert (myObject (attribute1 "attr9193") ) ) +(assert (myObject (attribute1 "attr9194") ) ) +(assert (myObject (attribute1 "attr9195") ) ) +(assert (myObject (attribute1 "attr9196") ) ) +(assert (myObject (attribute1 "attr9197") ) ) +(assert (myObject (attribute1 "attr9198") ) ) +(assert (myObject (attribute1 "attr9199") ) ) +(assert (myObject (attribute1 "attr9200") ) ) +(assert (myObject (attribute1 "attr9201") ) ) +(assert (myObject (attribute1 "attr9202") ) ) +(assert (myObject (attribute1 "attr9203") ) ) +(assert (myObject (attribute1 "attr9204") ) ) +(assert (myObject (attribute1 "attr9205") ) ) +(assert (myObject (attribute1 "attr9206") ) ) +(assert (myObject (attribute1 "attr9207") ) ) +(assert (myObject (attribute1 "attr9208") ) ) +(assert (myObject (attribute1 "attr9209") ) ) +(assert (myObject (attribute1 "attr9210") ) ) +(assert (myObject (attribute1 "attr9211") ) ) +(assert (myObject (attribute1 "attr9212") ) ) +(assert (myObject (attribute1 "attr9213") ) ) +(assert (myObject (attribute1 "attr9214") ) ) +(assert (myObject (attribute1 "attr9215") ) ) +(assert (myObject (attribute1 "attr9216") ) ) +(assert (myObject (attribute1 "attr9217") ) ) +(assert (myObject (attribute1 "attr9218") ) ) +(assert (myObject (attribute1 "attr9219") ) ) +(assert (myObject (attribute1 "attr9220") ) ) +(assert (myObject (attribute1 "attr9221") ) ) +(assert (myObject (attribute1 "attr9222") ) ) +(assert (myObject (attribute1 "attr9223") ) ) +(assert (myObject (attribute1 "attr9224") ) ) +(assert (myObject (attribute1 "attr9225") ) ) +(assert (myObject (attribute1 "attr9226") ) ) +(assert (myObject (attribute1 "attr9227") ) ) +(assert (myObject (attribute1 "attr9228") ) ) +(assert (myObject (attribute1 "attr9229") ) ) +(assert (myObject (attribute1 "attr9230") ) ) +(assert (myObject (attribute1 "attr9231") ) ) +(assert (myObject (attribute1 "attr9232") ) ) +(assert (myObject (attribute1 "attr9233") ) ) +(assert (myObject (attribute1 "attr9234") ) ) +(assert (myObject (attribute1 "attr9235") ) ) +(assert (myObject (attribute1 "attr9236") ) ) +(assert (myObject (attribute1 "attr9237") ) ) +(assert (myObject (attribute1 "attr9238") ) ) +(assert (myObject (attribute1 "attr9239") ) ) +(assert (myObject (attribute1 "attr9240") ) ) +(assert (myObject (attribute1 "attr9241") ) ) +(assert (myObject (attribute1 "attr9242") ) ) +(assert (myObject (attribute1 "attr9243") ) ) +(assert (myObject (attribute1 "attr9244") ) ) +(assert (myObject (attribute1 "attr9245") ) ) +(assert (myObject (attribute1 "attr9246") ) ) +(assert (myObject (attribute1 "attr9247") ) ) +(assert (myObject (attribute1 "attr9248") ) ) +(assert (myObject (attribute1 "attr9249") ) ) +(assert (myObject (attribute1 "attr9250") ) ) +(assert (myObject (attribute1 "attr9251") ) ) +(assert (myObject (attribute1 "attr9252") ) ) +(assert (myObject (attribute1 "attr9253") ) ) +(assert (myObject (attribute1 "attr9254") ) ) +(assert (myObject (attribute1 "attr9255") ) ) +(assert (myObject (attribute1 "attr9256") ) ) +(assert (myObject (attribute1 "attr9257") ) ) +(assert (myObject (attribute1 "attr9258") ) ) +(assert (myObject (attribute1 "attr9259") ) ) +(assert (myObject (attribute1 "attr9260") ) ) +(assert (myObject (attribute1 "attr9261") ) ) +(assert (myObject (attribute1 "attr9262") ) ) +(assert (myObject (attribute1 "attr9263") ) ) +(assert (myObject (attribute1 "attr9264") ) ) +(assert (myObject (attribute1 "attr9265") ) ) +(assert (myObject (attribute1 "attr9266") ) ) +(assert (myObject (attribute1 "attr9267") ) ) +(assert (myObject (attribute1 "attr9268") ) ) +(assert (myObject (attribute1 "attr9269") ) ) +(assert (myObject (attribute1 "attr9270") ) ) +(assert (myObject (attribute1 "attr9271") ) ) +(assert (myObject (attribute1 "attr9272") ) ) +(assert (myObject (attribute1 "attr9273") ) ) +(assert (myObject (attribute1 "attr9274") ) ) +(assert (myObject (attribute1 "attr9275") ) ) +(assert (myObject (attribute1 "attr9276") ) ) +(assert (myObject (attribute1 "attr9277") ) ) +(assert (myObject (attribute1 "attr9278") ) ) +(assert (myObject (attribute1 "attr9279") ) ) +(assert (myObject (attribute1 "attr9280") ) ) +(assert (myObject (attribute1 "attr9281") ) ) +(assert (myObject (attribute1 "attr9282") ) ) +(assert (myObject (attribute1 "attr9283") ) ) +(assert (myObject (attribute1 "attr9284") ) ) +(assert (myObject (attribute1 "attr9285") ) ) +(assert (myObject (attribute1 "attr9286") ) ) +(assert (myObject (attribute1 "attr9287") ) ) +(assert (myObject (attribute1 "attr9288") ) ) +(assert (myObject (attribute1 "attr9289") ) ) +(assert (myObject (attribute1 "attr9290") ) ) +(assert (myObject (attribute1 "attr9291") ) ) +(assert (myObject (attribute1 "attr9292") ) ) +(assert (myObject (attribute1 "attr9293") ) ) +(assert (myObject (attribute1 "attr9294") ) ) +(assert (myObject (attribute1 "attr9295") ) ) +(assert (myObject (attribute1 "attr9296") ) ) +(assert (myObject (attribute1 "attr9297") ) ) +(assert (myObject (attribute1 "attr9298") ) ) +(assert (myObject (attribute1 "attr9299") ) ) +(assert (myObject (attribute1 "attr9300") ) ) +(assert (myObject (attribute1 "attr9301") ) ) +(assert (myObject (attribute1 "attr9302") ) ) +(assert (myObject (attribute1 "attr9303") ) ) +(assert (myObject (attribute1 "attr9304") ) ) +(assert (myObject (attribute1 "attr9305") ) ) +(assert (myObject (attribute1 "attr9306") ) ) +(assert (myObject (attribute1 "attr9307") ) ) +(assert (myObject (attribute1 "attr9308") ) ) +(assert (myObject (attribute1 "attr9309") ) ) +(assert (myObject (attribute1 "attr9310") ) ) +(assert (myObject (attribute1 "attr9311") ) ) +(assert (myObject (attribute1 "attr9312") ) ) +(assert (myObject (attribute1 "attr9313") ) ) +(assert (myObject (attribute1 "attr9314") ) ) +(assert (myObject (attribute1 "attr9315") ) ) +(assert (myObject (attribute1 "attr9316") ) ) +(assert (myObject (attribute1 "attr9317") ) ) +(assert (myObject (attribute1 "attr9318") ) ) +(assert (myObject (attribute1 "attr9319") ) ) +(assert (myObject (attribute1 "attr9320") ) ) +(assert (myObject (attribute1 "attr9321") ) ) +(assert (myObject (attribute1 "attr9322") ) ) +(assert (myObject (attribute1 "attr9323") ) ) +(assert (myObject (attribute1 "attr9324") ) ) +(assert (myObject (attribute1 "attr9325") ) ) +(assert (myObject (attribute1 "attr9326") ) ) +(assert (myObject (attribute1 "attr9327") ) ) +(assert (myObject (attribute1 "attr9328") ) ) +(assert (myObject (attribute1 "attr9329") ) ) +(assert (myObject (attribute1 "attr9330") ) ) +(assert (myObject (attribute1 "attr9331") ) ) +(assert (myObject (attribute1 "attr9332") ) ) +(assert (myObject (attribute1 "attr9333") ) ) +(assert (myObject (attribute1 "attr9334") ) ) +(assert (myObject (attribute1 "attr9335") ) ) +(assert (myObject (attribute1 "attr9336") ) ) +(assert (myObject (attribute1 "attr9337") ) ) +(assert (myObject (attribute1 "attr9338") ) ) +(assert (myObject (attribute1 "attr9339") ) ) +(assert (myObject (attribute1 "attr9340") ) ) +(assert (myObject (attribute1 "attr9341") ) ) +(assert (myObject (attribute1 "attr9342") ) ) +(assert (myObject (attribute1 "attr9343") ) ) +(assert (myObject (attribute1 "attr9344") ) ) +(assert (myObject (attribute1 "attr9345") ) ) +(assert (myObject (attribute1 "attr9346") ) ) +(assert (myObject (attribute1 "attr9347") ) ) +(assert (myObject (attribute1 "attr9348") ) ) +(assert (myObject (attribute1 "attr9349") ) ) +(assert (myObject (attribute1 "attr9350") ) ) +(assert (myObject (attribute1 "attr9351") ) ) +(assert (myObject (attribute1 "attr9352") ) ) +(assert (myObject (attribute1 "attr9353") ) ) +(assert (myObject (attribute1 "attr9354") ) ) +(assert (myObject (attribute1 "attr9355") ) ) +(assert (myObject (attribute1 "attr9356") ) ) +(assert (myObject (attribute1 "attr9357") ) ) +(assert (myObject (attribute1 "attr9358") ) ) +(assert (myObject (attribute1 "attr9359") ) ) +(assert (myObject (attribute1 "attr9360") ) ) +(assert (myObject (attribute1 "attr9361") ) ) +(assert (myObject (attribute1 "attr9362") ) ) +(assert (myObject (attribute1 "attr9363") ) ) +(assert (myObject (attribute1 "attr9364") ) ) +(assert (myObject (attribute1 "attr9365") ) ) +(assert (myObject (attribute1 "attr9366") ) ) +(assert (myObject (attribute1 "attr9367") ) ) +(assert (myObject (attribute1 "attr9368") ) ) +(assert (myObject (attribute1 "attr9369") ) ) +(assert (myObject (attribute1 "attr9370") ) ) +(assert (myObject (attribute1 "attr9371") ) ) +(assert (myObject (attribute1 "attr9372") ) ) +(assert (myObject (attribute1 "attr9373") ) ) +(assert (myObject (attribute1 "attr9374") ) ) +(assert (myObject (attribute1 "attr9375") ) ) +(assert (myObject (attribute1 "attr9376") ) ) +(assert (myObject (attribute1 "attr9377") ) ) +(assert (myObject (attribute1 "attr9378") ) ) +(assert (myObject (attribute1 "attr9379") ) ) +(assert (myObject (attribute1 "attr9380") ) ) +(assert (myObject (attribute1 "attr9381") ) ) +(assert (myObject (attribute1 "attr9382") ) ) +(assert (myObject (attribute1 "attr9383") ) ) +(assert (myObject (attribute1 "attr9384") ) ) +(assert (myObject (attribute1 "attr9385") ) ) +(assert (myObject (attribute1 "attr9386") ) ) +(assert (myObject (attribute1 "attr9387") ) ) +(assert (myObject (attribute1 "attr9388") ) ) +(assert (myObject (attribute1 "attr9389") ) ) +(assert (myObject (attribute1 "attr9390") ) ) +(assert (myObject (attribute1 "attr9391") ) ) +(assert (myObject (attribute1 "attr9392") ) ) +(assert (myObject (attribute1 "attr9393") ) ) +(assert (myObject (attribute1 "attr9394") ) ) +(assert (myObject (attribute1 "attr9395") ) ) +(assert (myObject (attribute1 "attr9396") ) ) +(assert (myObject (attribute1 "attr9397") ) ) +(assert (myObject (attribute1 "attr9398") ) ) +(assert (myObject (attribute1 "attr9399") ) ) +(assert (myObject (attribute1 "attr9400") ) ) +(assert (myObject (attribute1 "attr9401") ) ) +(assert (myObject (attribute1 "attr9402") ) ) +(assert (myObject (attribute1 "attr9403") ) ) +(assert (myObject (attribute1 "attr9404") ) ) +(assert (myObject (attribute1 "attr9405") ) ) +(assert (myObject (attribute1 "attr9406") ) ) +(assert (myObject (attribute1 "attr9407") ) ) +(assert (myObject (attribute1 "attr9408") ) ) +(assert (myObject (attribute1 "attr9409") ) ) +(assert (myObject (attribute1 "attr9410") ) ) +(assert (myObject (attribute1 "attr9411") ) ) +(assert (myObject (attribute1 "attr9412") ) ) +(assert (myObject (attribute1 "attr9413") ) ) +(assert (myObject (attribute1 "attr9414") ) ) +(assert (myObject (attribute1 "attr9415") ) ) +(assert (myObject (attribute1 "attr9416") ) ) +(assert (myObject (attribute1 "attr9417") ) ) +(assert (myObject (attribute1 "attr9418") ) ) +(assert (myObject (attribute1 "attr9419") ) ) +(assert (myObject (attribute1 "attr9420") ) ) +(assert (myObject (attribute1 "attr9421") ) ) +(assert (myObject (attribute1 "attr9422") ) ) +(assert (myObject (attribute1 "attr9423") ) ) +(assert (myObject (attribute1 "attr9424") ) ) +(assert (myObject (attribute1 "attr9425") ) ) +(assert (myObject (attribute1 "attr9426") ) ) +(assert (myObject (attribute1 "attr9427") ) ) +(assert (myObject (attribute1 "attr9428") ) ) +(assert (myObject (attribute1 "attr9429") ) ) +(assert (myObject (attribute1 "attr9430") ) ) +(assert (myObject (attribute1 "attr9431") ) ) +(assert (myObject (attribute1 "attr9432") ) ) +(assert (myObject (attribute1 "attr9433") ) ) +(assert (myObject (attribute1 "attr9434") ) ) +(assert (myObject (attribute1 "attr9435") ) ) +(assert (myObject (attribute1 "attr9436") ) ) +(assert (myObject (attribute1 "attr9437") ) ) +(assert (myObject (attribute1 "attr9438") ) ) +(assert (myObject (attribute1 "attr9439") ) ) +(assert (myObject (attribute1 "attr9440") ) ) +(assert (myObject (attribute1 "attr9441") ) ) +(assert (myObject (attribute1 "attr9442") ) ) +(assert (myObject (attribute1 "attr9443") ) ) +(assert (myObject (attribute1 "attr9444") ) ) +(assert (myObject (attribute1 "attr9445") ) ) +(assert (myObject (attribute1 "attr9446") ) ) +(assert (myObject (attribute1 "attr9447") ) ) +(assert (myObject (attribute1 "attr9448") ) ) +(assert (myObject (attribute1 "attr9449") ) ) +(assert (myObject (attribute1 "attr9450") ) ) +(assert (myObject (attribute1 "attr9451") ) ) +(assert (myObject (attribute1 "attr9452") ) ) +(assert (myObject (attribute1 "attr9453") ) ) +(assert (myObject (attribute1 "attr9454") ) ) +(assert (myObject (attribute1 "attr9455") ) ) +(assert (myObject (attribute1 "attr9456") ) ) +(assert (myObject (attribute1 "attr9457") ) ) +(assert (myObject (attribute1 "attr9458") ) ) +(assert (myObject (attribute1 "attr9459") ) ) +(assert (myObject (attribute1 "attr9460") ) ) +(assert (myObject (attribute1 "attr9461") ) ) +(assert (myObject (attribute1 "attr9462") ) ) +(assert (myObject (attribute1 "attr9463") ) ) +(assert (myObject (attribute1 "attr9464") ) ) +(assert (myObject (attribute1 "attr9465") ) ) +(assert (myObject (attribute1 "attr9466") ) ) +(assert (myObject (attribute1 "attr9467") ) ) +(assert (myObject (attribute1 "attr9468") ) ) +(assert (myObject (attribute1 "attr9469") ) ) +(assert (myObject (attribute1 "attr9470") ) ) +(assert (myObject (attribute1 "attr9471") ) ) +(assert (myObject (attribute1 "attr9472") ) ) +(assert (myObject (attribute1 "attr9473") ) ) +(assert (myObject (attribute1 "attr9474") ) ) +(assert (myObject (attribute1 "attr9475") ) ) +(assert (myObject (attribute1 "attr9476") ) ) +(assert (myObject (attribute1 "attr9477") ) ) +(assert (myObject (attribute1 "attr9478") ) ) +(assert (myObject (attribute1 "attr9479") ) ) +(assert (myObject (attribute1 "attr9480") ) ) +(assert (myObject (attribute1 "attr9481") ) ) +(assert (myObject (attribute1 "attr9482") ) ) +(assert (myObject (attribute1 "attr9483") ) ) +(assert (myObject (attribute1 "attr9484") ) ) +(assert (myObject (attribute1 "attr9485") ) ) +(assert (myObject (attribute1 "attr9486") ) ) +(assert (myObject (attribute1 "attr9487") ) ) +(assert (myObject (attribute1 "attr9488") ) ) +(assert (myObject (attribute1 "attr9489") ) ) +(assert (myObject (attribute1 "attr9490") ) ) +(assert (myObject (attribute1 "attr9491") ) ) +(assert (myObject (attribute1 "attr9492") ) ) +(assert (myObject (attribute1 "attr9493") ) ) +(assert (myObject (attribute1 "attr9494") ) ) +(assert (myObject (attribute1 "attr9495") ) ) +(assert (myObject (attribute1 "attr9496") ) ) +(assert (myObject (attribute1 "attr9497") ) ) +(assert (myObject (attribute1 "attr9498") ) ) +(assert (myObject (attribute1 "attr9499") ) ) +(assert (myObject (attribute1 "attr9500") ) ) +(assert (myObject (attribute1 "attr9501") ) ) +(assert (myObject (attribute1 "attr9502") ) ) +(assert (myObject (attribute1 "attr9503") ) ) +(assert (myObject (attribute1 "attr9504") ) ) +(assert (myObject (attribute1 "attr9505") ) ) +(assert (myObject (attribute1 "attr9506") ) ) +(assert (myObject (attribute1 "attr9507") ) ) +(assert (myObject (attribute1 "attr9508") ) ) +(assert (myObject (attribute1 "attr9509") ) ) +(assert (myObject (attribute1 "attr9510") ) ) +(assert (myObject (attribute1 "attr9511") ) ) +(assert (myObject (attribute1 "attr9512") ) ) +(assert (myObject (attribute1 "attr9513") ) ) +(assert (myObject (attribute1 "attr9514") ) ) +(assert (myObject (attribute1 "attr9515") ) ) +(assert (myObject (attribute1 "attr9516") ) ) +(assert (myObject (attribute1 "attr9517") ) ) +(assert (myObject (attribute1 "attr9518") ) ) +(assert (myObject (attribute1 "attr9519") ) ) +(assert (myObject (attribute1 "attr9520") ) ) +(assert (myObject (attribute1 "attr9521") ) ) +(assert (myObject (attribute1 "attr9522") ) ) +(assert (myObject (attribute1 "attr9523") ) ) +(assert (myObject (attribute1 "attr9524") ) ) +(assert (myObject (attribute1 "attr9525") ) ) +(assert (myObject (attribute1 "attr9526") ) ) +(assert (myObject (attribute1 "attr9527") ) ) +(assert (myObject (attribute1 "attr9528") ) ) +(assert (myObject (attribute1 "attr9529") ) ) +(assert (myObject (attribute1 "attr9530") ) ) +(assert (myObject (attribute1 "attr9531") ) ) +(assert (myObject (attribute1 "attr9532") ) ) +(assert (myObject (attribute1 "attr9533") ) ) +(assert (myObject (attribute1 "attr9534") ) ) +(assert (myObject (attribute1 "attr9535") ) ) +(assert (myObject (attribute1 "attr9536") ) ) +(assert (myObject (attribute1 "attr9537") ) ) +(assert (myObject (attribute1 "attr9538") ) ) +(assert (myObject (attribute1 "attr9539") ) ) +(assert (myObject (attribute1 "attr9540") ) ) +(assert (myObject (attribute1 "attr9541") ) ) +(assert (myObject (attribute1 "attr9542") ) ) +(assert (myObject (attribute1 "attr9543") ) ) +(assert (myObject (attribute1 "attr9544") ) ) +(assert (myObject (attribute1 "attr9545") ) ) +(assert (myObject (attribute1 "attr9546") ) ) +(assert (myObject (attribute1 "attr9547") ) ) +(assert (myObject (attribute1 "attr9548") ) ) +(assert (myObject (attribute1 "attr9549") ) ) +(assert (myObject (attribute1 "attr9550") ) ) +(assert (myObject (attribute1 "attr9551") ) ) +(assert (myObject (attribute1 "attr9552") ) ) +(assert (myObject (attribute1 "attr9553") ) ) +(assert (myObject (attribute1 "attr9554") ) ) +(assert (myObject (attribute1 "attr9555") ) ) +(assert (myObject (attribute1 "attr9556") ) ) +(assert (myObject (attribute1 "attr9557") ) ) +(assert (myObject (attribute1 "attr9558") ) ) +(assert (myObject (attribute1 "attr9559") ) ) +(assert (myObject (attribute1 "attr9560") ) ) +(assert (myObject (attribute1 "attr9561") ) ) +(assert (myObject (attribute1 "attr9562") ) ) +(assert (myObject (attribute1 "attr9563") ) ) +(assert (myObject (attribute1 "attr9564") ) ) +(assert (myObject (attribute1 "attr9565") ) ) +(assert (myObject (attribute1 "attr9566") ) ) +(assert (myObject (attribute1 "attr9567") ) ) +(assert (myObject (attribute1 "attr9568") ) ) +(assert (myObject (attribute1 "attr9569") ) ) +(assert (myObject (attribute1 "attr9570") ) ) +(assert (myObject (attribute1 "attr9571") ) ) +(assert (myObject (attribute1 "attr9572") ) ) +(assert (myObject (attribute1 "attr9573") ) ) +(assert (myObject (attribute1 "attr9574") ) ) +(assert (myObject (attribute1 "attr9575") ) ) +(assert (myObject (attribute1 "attr9576") ) ) +(assert (myObject (attribute1 "attr9577") ) ) +(assert (myObject (attribute1 "attr9578") ) ) +(assert (myObject (attribute1 "attr9579") ) ) +(assert (myObject (attribute1 "attr9580") ) ) +(assert (myObject (attribute1 "attr9581") ) ) +(assert (myObject (attribute1 "attr9582") ) ) +(assert (myObject (attribute1 "attr9583") ) ) +(assert (myObject (attribute1 "attr9584") ) ) +(assert (myObject (attribute1 "attr9585") ) ) +(assert (myObject (attribute1 "attr9586") ) ) +(assert (myObject (attribute1 "attr9587") ) ) +(assert (myObject (attribute1 "attr9588") ) ) +(assert (myObject (attribute1 "attr9589") ) ) +(assert (myObject (attribute1 "attr9590") ) ) +(assert (myObject (attribute1 "attr9591") ) ) +(assert (myObject (attribute1 "attr9592") ) ) +(assert (myObject (attribute1 "attr9593") ) ) +(assert (myObject (attribute1 "attr9594") ) ) +(assert (myObject (attribute1 "attr9595") ) ) +(assert (myObject (attribute1 "attr9596") ) ) +(assert (myObject (attribute1 "attr9597") ) ) +(assert (myObject (attribute1 "attr9598") ) ) +(assert (myObject (attribute1 "attr9599") ) ) +(assert (myObject (attribute1 "attr9600") ) ) +(assert (myObject (attribute1 "attr9601") ) ) +(assert (myObject (attribute1 "attr9602") ) ) +(assert (myObject (attribute1 "attr9603") ) ) +(assert (myObject (attribute1 "attr9604") ) ) +(assert (myObject (attribute1 "attr9605") ) ) +(assert (myObject (attribute1 "attr9606") ) ) +(assert (myObject (attribute1 "attr9607") ) ) +(assert (myObject (attribute1 "attr9608") ) ) +(assert (myObject (attribute1 "attr9609") ) ) +(assert (myObject (attribute1 "attr9610") ) ) +(assert (myObject (attribute1 "attr9611") ) ) +(assert (myObject (attribute1 "attr9612") ) ) +(assert (myObject (attribute1 "attr9613") ) ) +(assert (myObject (attribute1 "attr9614") ) ) +(assert (myObject (attribute1 "attr9615") ) ) +(assert (myObject (attribute1 "attr9616") ) ) +(assert (myObject (attribute1 "attr9617") ) ) +(assert (myObject (attribute1 "attr9618") ) ) +(assert (myObject (attribute1 "attr9619") ) ) +(assert (myObject (attribute1 "attr9620") ) ) +(assert (myObject (attribute1 "attr9621") ) ) +(assert (myObject (attribute1 "attr9622") ) ) +(assert (myObject (attribute1 "attr9623") ) ) +(assert (myObject (attribute1 "attr9624") ) ) +(assert (myObject (attribute1 "attr9625") ) ) +(assert (myObject (attribute1 "attr9626") ) ) +(assert (myObject (attribute1 "attr9627") ) ) +(assert (myObject (attribute1 "attr9628") ) ) +(assert (myObject (attribute1 "attr9629") ) ) +(assert (myObject (attribute1 "attr9630") ) ) +(assert (myObject (attribute1 "attr9631") ) ) +(assert (myObject (attribute1 "attr9632") ) ) +(assert (myObject (attribute1 "attr9633") ) ) +(assert (myObject (attribute1 "attr9634") ) ) +(assert (myObject (attribute1 "attr9635") ) ) +(assert (myObject (attribute1 "attr9636") ) ) +(assert (myObject (attribute1 "attr9637") ) ) +(assert (myObject (attribute1 "attr9638") ) ) +(assert (myObject (attribute1 "attr9639") ) ) +(assert (myObject (attribute1 "attr9640") ) ) +(assert (myObject (attribute1 "attr9641") ) ) +(assert (myObject (attribute1 "attr9642") ) ) +(assert (myObject (attribute1 "attr9643") ) ) +(assert (myObject (attribute1 "attr9644") ) ) +(assert (myObject (attribute1 "attr9645") ) ) +(assert (myObject (attribute1 "attr9646") ) ) +(assert (myObject (attribute1 "attr9647") ) ) +(assert (myObject (attribute1 "attr9648") ) ) +(assert (myObject (attribute1 "attr9649") ) ) +(assert (myObject (attribute1 "attr9650") ) ) +(assert (myObject (attribute1 "attr9651") ) ) +(assert (myObject (attribute1 "attr9652") ) ) +(assert (myObject (attribute1 "attr9653") ) ) +(assert (myObject (attribute1 "attr9654") ) ) +(assert (myObject (attribute1 "attr9655") ) ) +(assert (myObject (attribute1 "attr9656") ) ) +(assert (myObject (attribute1 "attr9657") ) ) +(assert (myObject (attribute1 "attr9658") ) ) +(assert (myObject (attribute1 "attr9659") ) ) +(assert (myObject (attribute1 "attr9660") ) ) +(assert (myObject (attribute1 "attr9661") ) ) +(assert (myObject (attribute1 "attr9662") ) ) +(assert (myObject (attribute1 "attr9663") ) ) +(assert (myObject (attribute1 "attr9664") ) ) +(assert (myObject (attribute1 "attr9665") ) ) +(assert (myObject (attribute1 "attr9666") ) ) +(assert (myObject (attribute1 "attr9667") ) ) +(assert (myObject (attribute1 "attr9668") ) ) +(assert (myObject (attribute1 "attr9669") ) ) +(assert (myObject (attribute1 "attr9670") ) ) +(assert (myObject (attribute1 "attr9671") ) ) +(assert (myObject (attribute1 "attr9672") ) ) +(assert (myObject (attribute1 "attr9673") ) ) +(assert (myObject (attribute1 "attr9674") ) ) +(assert (myObject (attribute1 "attr9675") ) ) +(assert (myObject (attribute1 "attr9676") ) ) +(assert (myObject (attribute1 "attr9677") ) ) +(assert (myObject (attribute1 "attr9678") ) ) +(assert (myObject (attribute1 "attr9679") ) ) +(assert (myObject (attribute1 "attr9680") ) ) +(assert (myObject (attribute1 "attr9681") ) ) +(assert (myObject (attribute1 "attr9682") ) ) +(assert (myObject (attribute1 "attr9683") ) ) +(assert (myObject (attribute1 "attr9684") ) ) +(assert (myObject (attribute1 "attr9685") ) ) +(assert (myObject (attribute1 "attr9686") ) ) +(assert (myObject (attribute1 "attr9687") ) ) +(assert (myObject (attribute1 "attr9688") ) ) +(assert (myObject (attribute1 "attr9689") ) ) +(assert (myObject (attribute1 "attr9690") ) ) +(assert (myObject (attribute1 "attr9691") ) ) +(assert (myObject (attribute1 "attr9692") ) ) +(assert (myObject (attribute1 "attr9693") ) ) +(assert (myObject (attribute1 "attr9694") ) ) +(assert (myObject (attribute1 "attr9695") ) ) +(assert (myObject (attribute1 "attr9696") ) ) +(assert (myObject (attribute1 "attr9697") ) ) +(assert (myObject (attribute1 "attr9698") ) ) +(assert (myObject (attribute1 "attr9699") ) ) +(assert (myObject (attribute1 "attr9700") ) ) +(assert (myObject (attribute1 "attr9701") ) ) +(assert (myObject (attribute1 "attr9702") ) ) +(assert (myObject (attribute1 "attr9703") ) ) +(assert (myObject (attribute1 "attr9704") ) ) +(assert (myObject (attribute1 "attr9705") ) ) +(assert (myObject (attribute1 "attr9706") ) ) +(assert (myObject (attribute1 "attr9707") ) ) +(assert (myObject (attribute1 "attr9708") ) ) +(assert (myObject (attribute1 "attr9709") ) ) +(assert (myObject (attribute1 "attr9710") ) ) +(assert (myObject (attribute1 "attr9711") ) ) +(assert (myObject (attribute1 "attr9712") ) ) +(assert (myObject (attribute1 "attr9713") ) ) +(assert (myObject (attribute1 "attr9714") ) ) +(assert (myObject (attribute1 "attr9715") ) ) +(assert (myObject (attribute1 "attr9716") ) ) +(assert (myObject (attribute1 "attr9717") ) ) +(assert (myObject (attribute1 "attr9718") ) ) +(assert (myObject (attribute1 "attr9719") ) ) +(assert (myObject (attribute1 "attr9720") ) ) +(assert (myObject (attribute1 "attr9721") ) ) +(assert (myObject (attribute1 "attr9722") ) ) +(assert (myObject (attribute1 "attr9723") ) ) +(assert (myObject (attribute1 "attr9724") ) ) +(assert (myObject (attribute1 "attr9725") ) ) +(assert (myObject (attribute1 "attr9726") ) ) +(assert (myObject (attribute1 "attr9727") ) ) +(assert (myObject (attribute1 "attr9728") ) ) +(assert (myObject (attribute1 "attr9729") ) ) +(assert (myObject (attribute1 "attr9730") ) ) +(assert (myObject (attribute1 "attr9731") ) ) +(assert (myObject (attribute1 "attr9732") ) ) +(assert (myObject (attribute1 "attr9733") ) ) +(assert (myObject (attribute1 "attr9734") ) ) +(assert (myObject (attribute1 "attr9735") ) ) +(assert (myObject (attribute1 "attr9736") ) ) +(assert (myObject (attribute1 "attr9737") ) ) +(assert (myObject (attribute1 "attr9738") ) ) +(assert (myObject (attribute1 "attr9739") ) ) +(assert (myObject (attribute1 "attr9740") ) ) +(assert (myObject (attribute1 "attr9741") ) ) +(assert (myObject (attribute1 "attr9742") ) ) +(assert (myObject (attribute1 "attr9743") ) ) +(assert (myObject (attribute1 "attr9744") ) ) +(assert (myObject (attribute1 "attr9745") ) ) +(assert (myObject (attribute1 "attr9746") ) ) +(assert (myObject (attribute1 "attr9747") ) ) +(assert (myObject (attribute1 "attr9748") ) ) +(assert (myObject (attribute1 "attr9749") ) ) +(assert (myObject (attribute1 "attr9750") ) ) +(assert (myObject (attribute1 "attr9751") ) ) +(assert (myObject (attribute1 "attr9752") ) ) +(assert (myObject (attribute1 "attr9753") ) ) +(assert (myObject (attribute1 "attr9754") ) ) +(assert (myObject (attribute1 "attr9755") ) ) +(assert (myObject (attribute1 "attr9756") ) ) +(assert (myObject (attribute1 "attr9757") ) ) +(assert (myObject (attribute1 "attr9758") ) ) +(assert (myObject (attribute1 "attr9759") ) ) +(assert (myObject (attribute1 "attr9760") ) ) +(assert (myObject (attribute1 "attr9761") ) ) +(assert (myObject (attribute1 "attr9762") ) ) +(assert (myObject (attribute1 "attr9763") ) ) +(assert (myObject (attribute1 "attr9764") ) ) +(assert (myObject (attribute1 "attr9765") ) ) +(assert (myObject (attribute1 "attr9766") ) ) +(assert (myObject (attribute1 "attr9767") ) ) +(assert (myObject (attribute1 "attr9768") ) ) +(assert (myObject (attribute1 "attr9769") ) ) +(assert (myObject (attribute1 "attr9770") ) ) +(assert (myObject (attribute1 "attr9771") ) ) +(assert (myObject (attribute1 "attr9772") ) ) +(assert (myObject (attribute1 "attr9773") ) ) +(assert (myObject (attribute1 "attr9774") ) ) +(assert (myObject (attribute1 "attr9775") ) ) +(assert (myObject (attribute1 "attr9776") ) ) +(assert (myObject (attribute1 "attr9777") ) ) +(assert (myObject (attribute1 "attr9778") ) ) +(assert (myObject (attribute1 "attr9779") ) ) +(assert (myObject (attribute1 "attr9780") ) ) +(assert (myObject (attribute1 "attr9781") ) ) +(assert (myObject (attribute1 "attr9782") ) ) +(assert (myObject (attribute1 "attr9783") ) ) +(assert (myObject (attribute1 "attr9784") ) ) +(assert (myObject (attribute1 "attr9785") ) ) +(assert (myObject (attribute1 "attr9786") ) ) +(assert (myObject (attribute1 "attr9787") ) ) +(assert (myObject (attribute1 "attr9788") ) ) +(assert (myObject (attribute1 "attr9789") ) ) +(assert (myObject (attribute1 "attr9790") ) ) +(assert (myObject (attribute1 "attr9791") ) ) +(assert (myObject (attribute1 "attr9792") ) ) +(assert (myObject (attribute1 "attr9793") ) ) +(assert (myObject (attribute1 "attr9794") ) ) +(assert (myObject (attribute1 "attr9795") ) ) +(assert (myObject (attribute1 "attr9796") ) ) +(assert (myObject (attribute1 "attr9797") ) ) +(assert (myObject (attribute1 "attr9798") ) ) +(assert (myObject (attribute1 "attr9799") ) ) +(assert (myObject (attribute1 "attr9800") ) ) +(assert (myObject (attribute1 "attr9801") ) ) +(assert (myObject (attribute1 "attr9802") ) ) +(assert (myObject (attribute1 "attr9803") ) ) +(assert (myObject (attribute1 "attr9804") ) ) +(assert (myObject (attribute1 "attr9805") ) ) +(assert (myObject (attribute1 "attr9806") ) ) +(assert (myObject (attribute1 "attr9807") ) ) +(assert (myObject (attribute1 "attr9808") ) ) +(assert (myObject (attribute1 "attr9809") ) ) +(assert (myObject (attribute1 "attr9810") ) ) +(assert (myObject (attribute1 "attr9811") ) ) +(assert (myObject (attribute1 "attr9812") ) ) +(assert (myObject (attribute1 "attr9813") ) ) +(assert (myObject (attribute1 "attr9814") ) ) +(assert (myObject (attribute1 "attr9815") ) ) +(assert (myObject (attribute1 "attr9816") ) ) +(assert (myObject (attribute1 "attr9817") ) ) +(assert (myObject (attribute1 "attr9818") ) ) +(assert (myObject (attribute1 "attr9819") ) ) +(assert (myObject (attribute1 "attr9820") ) ) +(assert (myObject (attribute1 "attr9821") ) ) +(assert (myObject (attribute1 "attr9822") ) ) +(assert (myObject (attribute1 "attr9823") ) ) +(assert (myObject (attribute1 "attr9824") ) ) +(assert (myObject (attribute1 "attr9825") ) ) +(assert (myObject (attribute1 "attr9826") ) ) +(assert (myObject (attribute1 "attr9827") ) ) +(assert (myObject (attribute1 "attr9828") ) ) +(assert (myObject (attribute1 "attr9829") ) ) +(assert (myObject (attribute1 "attr9830") ) ) +(assert (myObject (attribute1 "attr9831") ) ) +(assert (myObject (attribute1 "attr9832") ) ) +(assert (myObject (attribute1 "attr9833") ) ) +(assert (myObject (attribute1 "attr9834") ) ) +(assert (myObject (attribute1 "attr9835") ) ) +(assert (myObject (attribute1 "attr9836") ) ) +(assert (myObject (attribute1 "attr9837") ) ) +(assert (myObject (attribute1 "attr9838") ) ) +(assert (myObject (attribute1 "attr9839") ) ) +(assert (myObject (attribute1 "attr9840") ) ) +(assert (myObject (attribute1 "attr9841") ) ) +(assert (myObject (attribute1 "attr9842") ) ) +(assert (myObject (attribute1 "attr9843") ) ) +(assert (myObject (attribute1 "attr9844") ) ) +(assert (myObject (attribute1 "attr9845") ) ) +(assert (myObject (attribute1 "attr9846") ) ) +(assert (myObject (attribute1 "attr9847") ) ) +(assert (myObject (attribute1 "attr9848") ) ) +(assert (myObject (attribute1 "attr9849") ) ) +(assert (myObject (attribute1 "attr9850") ) ) +(assert (myObject (attribute1 "attr9851") ) ) +(assert (myObject (attribute1 "attr9852") ) ) +(assert (myObject (attribute1 "attr9853") ) ) +(assert (myObject (attribute1 "attr9854") ) ) +(assert (myObject (attribute1 "attr9855") ) ) +(assert (myObject (attribute1 "attr9856") ) ) +(assert (myObject (attribute1 "attr9857") ) ) +(assert (myObject (attribute1 "attr9858") ) ) +(assert (myObject (attribute1 "attr9859") ) ) +(assert (myObject (attribute1 "attr9860") ) ) +(assert (myObject (attribute1 "attr9861") ) ) +(assert (myObject (attribute1 "attr9862") ) ) +(assert (myObject (attribute1 "attr9863") ) ) +(assert (myObject (attribute1 "attr9864") ) ) +(assert (myObject (attribute1 "attr9865") ) ) +(assert (myObject (attribute1 "attr9866") ) ) +(assert (myObject (attribute1 "attr9867") ) ) +(assert (myObject (attribute1 "attr9868") ) ) +(assert (myObject (attribute1 "attr9869") ) ) +(assert (myObject (attribute1 "attr9870") ) ) +(assert (myObject (attribute1 "attr9871") ) ) +(assert (myObject (attribute1 "attr9872") ) ) +(assert (myObject (attribute1 "attr9873") ) ) +(assert (myObject (attribute1 "attr9874") ) ) +(assert (myObject (attribute1 "attr9875") ) ) +(assert (myObject (attribute1 "attr9876") ) ) +(assert (myObject (attribute1 "attr9877") ) ) +(assert (myObject (attribute1 "attr9878") ) ) +(assert (myObject (attribute1 "attr9879") ) ) +(assert (myObject (attribute1 "attr9880") ) ) +(assert (myObject (attribute1 "attr9881") ) ) +(assert (myObject (attribute1 "attr9882") ) ) +(assert (myObject (attribute1 "attr9883") ) ) +(assert (myObject (attribute1 "attr9884") ) ) +(assert (myObject (attribute1 "attr9885") ) ) +(assert (myObject (attribute1 "attr9886") ) ) +(assert (myObject (attribute1 "attr9887") ) ) +(assert (myObject (attribute1 "attr9888") ) ) +(assert (myObject (attribute1 "attr9889") ) ) +(assert (myObject (attribute1 "attr9890") ) ) +(assert (myObject (attribute1 "attr9891") ) ) +(assert (myObject (attribute1 "attr9892") ) ) +(assert (myObject (attribute1 "attr9893") ) ) +(assert (myObject (attribute1 "attr9894") ) ) +(assert (myObject (attribute1 "attr9895") ) ) +(assert (myObject (attribute1 "attr9896") ) ) +(assert (myObject (attribute1 "attr9897") ) ) +(assert (myObject (attribute1 "attr9898") ) ) +(assert (myObject (attribute1 "attr9899") ) ) +(assert (myObject (attribute1 "attr9900") ) ) +(assert (myObject (attribute1 "attr9901") ) ) +(assert (myObject (attribute1 "attr9902") ) ) +(assert (myObject (attribute1 "attr9903") ) ) +(assert (myObject (attribute1 "attr9904") ) ) +(assert (myObject (attribute1 "attr9905") ) ) +(assert (myObject (attribute1 "attr9906") ) ) +(assert (myObject (attribute1 "attr9907") ) ) +(assert (myObject (attribute1 "attr9908") ) ) +(assert (myObject (attribute1 "attr9909") ) ) +(assert (myObject (attribute1 "attr9910") ) ) +(assert (myObject (attribute1 "attr9911") ) ) +(assert (myObject (attribute1 "attr9912") ) ) +(assert (myObject (attribute1 "attr9913") ) ) +(assert (myObject (attribute1 "attr9914") ) ) +(assert (myObject (attribute1 "attr9915") ) ) +(assert (myObject (attribute1 "attr9916") ) ) +(assert (myObject (attribute1 "attr9917") ) ) +(assert (myObject (attribute1 "attr9918") ) ) +(assert (myObject (attribute1 "attr9919") ) ) +(assert (myObject (attribute1 "attr9920") ) ) +(assert (myObject (attribute1 "attr9921") ) ) +(assert (myObject (attribute1 "attr9922") ) ) +(assert (myObject (attribute1 "attr9923") ) ) +(assert (myObject (attribute1 "attr9924") ) ) +(assert (myObject (attribute1 "attr9925") ) ) +(assert (myObject (attribute1 "attr9926") ) ) +(assert (myObject (attribute1 "attr9927") ) ) +(assert (myObject (attribute1 "attr9928") ) ) +(assert (myObject (attribute1 "attr9929") ) ) +(assert (myObject (attribute1 "attr9930") ) ) +(assert (myObject (attribute1 "attr9931") ) ) +(assert (myObject (attribute1 "attr9932") ) ) +(assert (myObject (attribute1 "attr9933") ) ) +(assert (myObject (attribute1 "attr9934") ) ) +(assert (myObject (attribute1 "attr9935") ) ) +(assert (myObject (attribute1 "attr9936") ) ) +(assert (myObject (attribute1 "attr9937") ) ) +(assert (myObject (attribute1 "attr9938") ) ) +(assert (myObject (attribute1 "attr9939") ) ) +(assert (myObject (attribute1 "attr9940") ) ) +(assert (myObject (attribute1 "attr9941") ) ) +(assert (myObject (attribute1 "attr9942") ) ) +(assert (myObject (attribute1 "attr9943") ) ) +(assert (myObject (attribute1 "attr9944") ) ) +(assert (myObject (attribute1 "attr9945") ) ) +(assert (myObject (attribute1 "attr9946") ) ) +(assert (myObject (attribute1 "attr9947") ) ) +(assert (myObject (attribute1 "attr9948") ) ) +(assert (myObject (attribute1 "attr9949") ) ) +(assert (myObject (attribute1 "attr9950") ) ) +(assert (myObject (attribute1 "attr9951") ) ) +(assert (myObject (attribute1 "attr9952") ) ) +(assert (myObject (attribute1 "attr9953") ) ) +(assert (myObject (attribute1 "attr9954") ) ) +(assert (myObject (attribute1 "attr9955") ) ) +(assert (myObject (attribute1 "attr9956") ) ) +(assert (myObject (attribute1 "attr9957") ) ) +(assert (myObject (attribute1 "attr9958") ) ) +(assert (myObject (attribute1 "attr9959") ) ) +(assert (myObject (attribute1 "attr9960") ) ) +(assert (myObject (attribute1 "attr9961") ) ) +(assert (myObject (attribute1 "attr9962") ) ) +(assert (myObject (attribute1 "attr9963") ) ) +(assert (myObject (attribute1 "attr9964") ) ) +(assert (myObject (attribute1 "attr9965") ) ) +(assert (myObject (attribute1 "attr9966") ) ) +(assert (myObject (attribute1 "attr9967") ) ) +(assert (myObject (attribute1 "attr9968") ) ) +(assert (myObject (attribute1 "attr9969") ) ) +(assert (myObject (attribute1 "attr9970") ) ) +(assert (myObject (attribute1 "attr9971") ) ) +(assert (myObject (attribute1 "attr9972") ) ) +(assert (myObject (attribute1 "attr9973") ) ) +(assert (myObject (attribute1 "attr9974") ) ) +(assert (myObject (attribute1 "attr9975") ) ) +(assert (myObject (attribute1 "attr9976") ) ) +(assert (myObject (attribute1 "attr9977") ) ) +(assert (myObject (attribute1 "attr9978") ) ) +(assert (myObject (attribute1 "attr9979") ) ) +(assert (myObject (attribute1 "attr9980") ) ) +(assert (myObject (attribute1 "attr9981") ) ) +(assert (myObject (attribute1 "attr9982") ) ) +(assert (myObject (attribute1 "attr9983") ) ) +(assert (myObject (attribute1 "attr9984") ) ) +(assert (myObject (attribute1 "attr9985") ) ) +(assert (myObject (attribute1 "attr9986") ) ) +(assert (myObject (attribute1 "attr9987") ) ) +(assert (myObject (attribute1 "attr9988") ) ) +(assert (myObject (attribute1 "attr9989") ) ) +(assert (myObject (attribute1 "attr9990") ) ) +(assert (myObject (attribute1 "attr9991") ) ) +(assert (myObject (attribute1 "attr9992") ) ) +(assert (myObject (attribute1 "attr9993") ) ) +(assert (myObject (attribute1 "attr9994") ) ) +(assert (myObject (attribute1 "attr9995") ) ) +(assert (myObject (attribute1 "attr9996") ) ) +(assert (myObject (attribute1 "attr9997") ) ) +(assert (myObject (attribute1 "attr9998") ) ) +(assert (myObject (attribute1 "attr9999") ) ) +(assert (myObject (attribute1 "attr10000") ) ) +(assert (myObject (attribute1 "attr10001") ) ) +(assert (myObject (attribute1 "attr10002") ) ) +(assert (myObject (attribute1 "attr10003") ) ) +(assert (myObject (attribute1 "attr10004") ) ) +(assert (myObject (attribute1 "attr10005") ) ) +(assert (myObject (attribute1 "attr10006") ) ) +(assert (myObject (attribute1 "attr10007") ) ) +(assert (myObject (attribute1 "attr10008") ) ) +(assert (myObject (attribute1 "attr10009") ) ) +(assert (myObject (attribute1 "attr10010") ) ) +(assert (myObject (attribute1 "attr10011") ) ) +(assert (myObject (attribute1 "attr10012") ) ) +(assert (myObject (attribute1 "attr10013") ) ) +(assert (myObject (attribute1 "attr10014") ) ) +(assert (myObject (attribute1 "attr10015") ) ) +(assert (myObject (attribute1 "attr10016") ) ) +(assert (myObject (attribute1 "attr10017") ) ) +(assert (myObject (attribute1 "attr10018") ) ) +(assert (myObject (attribute1 "attr10019") ) ) +(assert (myObject (attribute1 "attr10020") ) ) +(assert (myObject (attribute1 "attr10021") ) ) +(assert (myObject (attribute1 "attr10022") ) ) +(assert (myObject (attribute1 "attr10023") ) ) +(assert (myObject (attribute1 "attr10024") ) ) +(assert (myObject (attribute1 "attr10025") ) ) +(assert (myObject (attribute1 "attr10026") ) ) +(assert (myObject (attribute1 "attr10027") ) ) +(assert (myObject (attribute1 "attr10028") ) ) +(assert (myObject (attribute1 "attr10029") ) ) +(assert (myObject (attribute1 "attr10030") ) ) +(assert (myObject (attribute1 "attr10031") ) ) +(assert (myObject (attribute1 "attr10032") ) ) +(assert (myObject (attribute1 "attr10033") ) ) +(assert (myObject (attribute1 "attr10034") ) ) +(assert (myObject (attribute1 "attr10035") ) ) +(assert (myObject (attribute1 "attr10036") ) ) +(assert (myObject (attribute1 "attr10037") ) ) +(assert (myObject (attribute1 "attr10038") ) ) +(assert (myObject (attribute1 "attr10039") ) ) +(assert (myObject (attribute1 "attr10040") ) ) +(assert (myObject (attribute1 "attr10041") ) ) +(assert (myObject (attribute1 "attr10042") ) ) +(assert (myObject (attribute1 "attr10043") ) ) +(assert (myObject (attribute1 "attr10044") ) ) +(assert (myObject (attribute1 "attr10045") ) ) +(assert (myObject (attribute1 "attr10046") ) ) +(assert (myObject (attribute1 "attr10047") ) ) +(assert (myObject (attribute1 "attr10048") ) ) +(assert (myObject (attribute1 "attr10049") ) ) +(assert (myObject (attribute1 "attr10050") ) ) +(assert (myObject (attribute1 "attr10051") ) ) +(assert (myObject (attribute1 "attr10052") ) ) +(assert (myObject (attribute1 "attr10053") ) ) +(assert (myObject (attribute1 "attr10054") ) ) +(assert (myObject (attribute1 "attr10055") ) ) +(assert (myObject (attribute1 "attr10056") ) ) +(assert (myObject (attribute1 "attr10057") ) ) +(assert (myObject (attribute1 "attr10058") ) ) +(assert (myObject (attribute1 "attr10059") ) ) +(assert (myObject (attribute1 "attr10060") ) ) +(assert (myObject (attribute1 "attr10061") ) ) +(assert (myObject (attribute1 "attr10062") ) ) +(assert (myObject (attribute1 "attr10063") ) ) +(assert (myObject (attribute1 "attr10064") ) ) +(assert (myObject (attribute1 "attr10065") ) ) +(assert (myObject (attribute1 "attr10066") ) ) +(assert (myObject (attribute1 "attr10067") ) ) +(assert (myObject (attribute1 "attr10068") ) ) +(assert (myObject (attribute1 "attr10069") ) ) +(assert (myObject (attribute1 "attr10070") ) ) +(assert (myObject (attribute1 "attr10071") ) ) +(assert (myObject (attribute1 "attr10072") ) ) +(assert (myObject (attribute1 "attr10073") ) ) +(assert (myObject (attribute1 "attr10074") ) ) +(assert (myObject (attribute1 "attr10075") ) ) +(assert (myObject (attribute1 "attr10076") ) ) +(assert (myObject (attribute1 "attr10077") ) ) +(assert (myObject (attribute1 "attr10078") ) ) +(assert (myObject (attribute1 "attr10079") ) ) +(assert (myObject (attribute1 "attr10080") ) ) +(assert (myObject (attribute1 "attr10081") ) ) +(assert (myObject (attribute1 "attr10082") ) ) +(assert (myObject (attribute1 "attr10083") ) ) +(assert (myObject (attribute1 "attr10084") ) ) +(assert (myObject (attribute1 "attr10085") ) ) +(assert (myObject (attribute1 "attr10086") ) ) +(assert (myObject (attribute1 "attr10087") ) ) +(assert (myObject (attribute1 "attr10088") ) ) +(assert (myObject (attribute1 "attr10089") ) ) +(assert (myObject (attribute1 "attr10090") ) ) +(assert (myObject (attribute1 "attr10091") ) ) +(assert (myObject (attribute1 "attr10092") ) ) +(assert (myObject (attribute1 "attr10093") ) ) +(assert (myObject (attribute1 "attr10094") ) ) +(assert (myObject (attribute1 "attr10095") ) ) +(assert (myObject (attribute1 "attr10096") ) ) +(assert (myObject (attribute1 "attr10097") ) ) +(assert (myObject (attribute1 "attr10098") ) ) +(assert (myObject (attribute1 "attr10099") ) ) +(assert (myObject (attribute1 "attr10100") ) ) +(assert (myObject (attribute1 "attr10101") ) ) +(assert (myObject (attribute1 "attr10102") ) ) +(assert (myObject (attribute1 "attr10103") ) ) +(assert (myObject (attribute1 "attr10104") ) ) +(assert (myObject (attribute1 "attr10105") ) ) +(assert (myObject (attribute1 "attr10106") ) ) +(assert (myObject (attribute1 "attr10107") ) ) +(assert (myObject (attribute1 "attr10108") ) ) +(assert (myObject (attribute1 "attr10109") ) ) +(assert (myObject (attribute1 "attr10110") ) ) +(assert (myObject (attribute1 "attr10111") ) ) +(assert (myObject (attribute1 "attr10112") ) ) +(assert (myObject (attribute1 "attr10113") ) ) +(assert (myObject (attribute1 "attr10114") ) ) +(assert (myObject (attribute1 "attr10115") ) ) +(assert (myObject (attribute1 "attr10116") ) ) +(assert (myObject (attribute1 "attr10117") ) ) +(assert (myObject (attribute1 "attr10118") ) ) +(assert (myObject (attribute1 "attr10119") ) ) +(assert (myObject (attribute1 "attr10120") ) ) +(assert (myObject (attribute1 "attr10121") ) ) +(assert (myObject (attribute1 "attr10122") ) ) +(assert (myObject (attribute1 "attr10123") ) ) +(assert (myObject (attribute1 "attr10124") ) ) +(assert (myObject (attribute1 "attr10125") ) ) +(assert (myObject (attribute1 "attr10126") ) ) +(assert (myObject (attribute1 "attr10127") ) ) +(assert (myObject (attribute1 "attr10128") ) ) +(assert (myObject (attribute1 "attr10129") ) ) +(assert (myObject (attribute1 "attr10130") ) ) +(assert (myObject (attribute1 "attr10131") ) ) +(assert (myObject (attribute1 "attr10132") ) ) +(assert (myObject (attribute1 "attr10133") ) ) +(assert (myObject (attribute1 "attr10134") ) ) +(assert (myObject (attribute1 "attr10135") ) ) +(assert (myObject (attribute1 "attr10136") ) ) +(assert (myObject (attribute1 "attr10137") ) ) +(assert (myObject (attribute1 "attr10138") ) ) +(assert (myObject (attribute1 "attr10139") ) ) +(assert (myObject (attribute1 "attr10140") ) ) +(assert (myObject (attribute1 "attr10141") ) ) +(assert (myObject (attribute1 "attr10142") ) ) +(assert (myObject (attribute1 "attr10143") ) ) +(assert (myObject (attribute1 "attr10144") ) ) +(assert (myObject (attribute1 "attr10145") ) ) +(assert (myObject (attribute1 "attr10146") ) ) +(assert (myObject (attribute1 "attr10147") ) ) +(assert (myObject (attribute1 "attr10148") ) ) +(assert (myObject (attribute1 "attr10149") ) ) +(assert (myObject (attribute1 "attr10150") ) ) +(assert (myObject (attribute1 "attr10151") ) ) +(assert (myObject (attribute1 "attr10152") ) ) +(assert (myObject (attribute1 "attr10153") ) ) +(assert (myObject (attribute1 "attr10154") ) ) +(assert (myObject (attribute1 "attr10155") ) ) +(assert (myObject (attribute1 "attr10156") ) ) +(assert (myObject (attribute1 "attr10157") ) ) +(assert (myObject (attribute1 "attr10158") ) ) +(assert (myObject (attribute1 "attr10159") ) ) +(assert (myObject (attribute1 "attr10160") ) ) +(assert (myObject (attribute1 "attr10161") ) ) +(assert (myObject (attribute1 "attr10162") ) ) +(assert (myObject (attribute1 "attr10163") ) ) +(assert (myObject (attribute1 "attr10164") ) ) +(assert (myObject (attribute1 "attr10165") ) ) +(assert (myObject (attribute1 "attr10166") ) ) +(assert (myObject (attribute1 "attr10167") ) ) +(assert (myObject (attribute1 "attr10168") ) ) +(assert (myObject (attribute1 "attr10169") ) ) +(assert (myObject (attribute1 "attr10170") ) ) +(assert (myObject (attribute1 "attr10171") ) ) +(assert (myObject (attribute1 "attr10172") ) ) +(assert (myObject (attribute1 "attr10173") ) ) +(assert (myObject (attribute1 "attr10174") ) ) +(assert (myObject (attribute1 "attr10175") ) ) +(assert (myObject (attribute1 "attr10176") ) ) +(assert (myObject (attribute1 "attr10177") ) ) +(assert (myObject (attribute1 "attr10178") ) ) +(assert (myObject (attribute1 "attr10179") ) ) +(assert (myObject (attribute1 "attr10180") ) ) +(assert (myObject (attribute1 "attr10181") ) ) +(assert (myObject (attribute1 "attr10182") ) ) +(assert (myObject (attribute1 "attr10183") ) ) +(assert (myObject (attribute1 "attr10184") ) ) +(assert (myObject (attribute1 "attr10185") ) ) +(assert (myObject (attribute1 "attr10186") ) ) +(assert (myObject (attribute1 "attr10187") ) ) +(assert (myObject (attribute1 "attr10188") ) ) +(assert (myObject (attribute1 "attr10189") ) ) +(assert (myObject (attribute1 "attr10190") ) ) +(assert (myObject (attribute1 "attr10191") ) ) +(assert (myObject (attribute1 "attr10192") ) ) +(assert (myObject (attribute1 "attr10193") ) ) +(assert (myObject (attribute1 "attr10194") ) ) +(assert (myObject (attribute1 "attr10195") ) ) +(assert (myObject (attribute1 "attr10196") ) ) +(assert (myObject (attribute1 "attr10197") ) ) +(assert (myObject (attribute1 "attr10198") ) ) +(assert (myObject (attribute1 "attr10199") ) ) +(assert (myObject (attribute1 "attr10200") ) ) +(assert (myObject (attribute1 "attr10201") ) ) +(assert (myObject (attribute1 "attr10202") ) ) +(assert (myObject (attribute1 "attr10203") ) ) +(assert (myObject (attribute1 "attr10204") ) ) +(assert (myObject (attribute1 "attr10205") ) ) +(assert (myObject (attribute1 "attr10206") ) ) +(assert (myObject (attribute1 "attr10207") ) ) +(assert (myObject (attribute1 "attr10208") ) ) +(assert (myObject (attribute1 "attr10209") ) ) +(assert (myObject (attribute1 "attr10210") ) ) +(assert (myObject (attribute1 "attr10211") ) ) +(assert (myObject (attribute1 "attr10212") ) ) +(assert (myObject (attribute1 "attr10213") ) ) +(assert (myObject (attribute1 "attr10214") ) ) +(assert (myObject (attribute1 "attr10215") ) ) +(assert (myObject (attribute1 "attr10216") ) ) +(assert (myObject (attribute1 "attr10217") ) ) +(assert (myObject (attribute1 "attr10218") ) ) +(assert (myObject (attribute1 "attr10219") ) ) +(assert (myObject (attribute1 "attr10220") ) ) +(assert (myObject (attribute1 "attr10221") ) ) +(assert (myObject (attribute1 "attr10222") ) ) +(assert (myObject (attribute1 "attr10223") ) ) +(assert (myObject (attribute1 "attr10224") ) ) +(assert (myObject (attribute1 "attr10225") ) ) +(assert (myObject (attribute1 "attr10226") ) ) +(assert (myObject (attribute1 "attr10227") ) ) +(assert (myObject (attribute1 "attr10228") ) ) +(assert (myObject (attribute1 "attr10229") ) ) +(assert (myObject (attribute1 "attr10230") ) ) +(assert (myObject (attribute1 "attr10231") ) ) +(assert (myObject (attribute1 "attr10232") ) ) +(assert (myObject (attribute1 "attr10233") ) ) +(assert (myObject (attribute1 "attr10234") ) ) +(assert (myObject (attribute1 "attr10235") ) ) +(assert (myObject (attribute1 "attr10236") ) ) +(assert (myObject (attribute1 "attr10237") ) ) +(assert (myObject (attribute1 "attr10238") ) ) +(assert (myObject (attribute1 "attr10239") ) ) +(assert (myObject (attribute1 "attr10240") ) ) +(assert (myObject (attribute1 "attr10241") ) ) +(assert (myObject (attribute1 "attr10242") ) ) +(assert (myObject (attribute1 "attr10243") ) ) +(assert (myObject (attribute1 "attr10244") ) ) +(assert (myObject (attribute1 "attr10245") ) ) +(assert (myObject (attribute1 "attr10246") ) ) +(assert (myObject (attribute1 "attr10247") ) ) +(assert (myObject (attribute1 "attr10248") ) ) +(assert (myObject (attribute1 "attr10249") ) ) +(assert (myObject (attribute1 "attr10250") ) ) +(assert (myObject (attribute1 "attr10251") ) ) +(assert (myObject (attribute1 "attr10252") ) ) +(assert (myObject (attribute1 "attr10253") ) ) +(assert (myObject (attribute1 "attr10254") ) ) +(assert (myObject (attribute1 "attr10255") ) ) +(assert (myObject (attribute1 "attr10256") ) ) +(assert (myObject (attribute1 "attr10257") ) ) +(assert (myObject (attribute1 "attr10258") ) ) +(assert (myObject (attribute1 "attr10259") ) ) +(assert (myObject (attribute1 "attr10260") ) ) +(assert (myObject (attribute1 "attr10261") ) ) +(assert (myObject (attribute1 "attr10262") ) ) +(assert (myObject (attribute1 "attr10263") ) ) +(assert (myObject (attribute1 "attr10264") ) ) +(assert (myObject (attribute1 "attr10265") ) ) +(assert (myObject (attribute1 "attr10266") ) ) +(assert (myObject (attribute1 "attr10267") ) ) +(assert (myObject (attribute1 "attr10268") ) ) +(assert (myObject (attribute1 "attr10269") ) ) +(assert (myObject (attribute1 "attr10270") ) ) +(assert (myObject (attribute1 "attr10271") ) ) +(assert (myObject (attribute1 "attr10272") ) ) +(assert (myObject (attribute1 "attr10273") ) ) +(assert (myObject (attribute1 "attr10274") ) ) +(assert (myObject (attribute1 "attr10275") ) ) +(assert (myObject (attribute1 "attr10276") ) ) +(assert (myObject (attribute1 "attr10277") ) ) +(assert (myObject (attribute1 "attr10278") ) ) +(assert (myObject (attribute1 "attr10279") ) ) +(assert (myObject (attribute1 "attr10280") ) ) +(assert (myObject (attribute1 "attr10281") ) ) +(assert (myObject (attribute1 "attr10282") ) ) +(assert (myObject (attribute1 "attr10283") ) ) +(assert (myObject (attribute1 "attr10284") ) ) +(assert (myObject (attribute1 "attr10285") ) ) +(assert (myObject (attribute1 "attr10286") ) ) +(assert (myObject (attribute1 "attr10287") ) ) +(assert (myObject (attribute1 "attr10288") ) ) +(assert (myObject (attribute1 "attr10289") ) ) +(assert (myObject (attribute1 "attr10290") ) ) +(assert (myObject (attribute1 "attr10291") ) ) +(assert (myObject (attribute1 "attr10292") ) ) +(assert (myObject (attribute1 "attr10293") ) ) +(assert (myObject (attribute1 "attr10294") ) ) +(assert (myObject (attribute1 "attr10295") ) ) +(assert (myObject (attribute1 "attr10296") ) ) +(assert (myObject (attribute1 "attr10297") ) ) +(assert (myObject (attribute1 "attr10298") ) ) +(assert (myObject (attribute1 "attr10299") ) ) +(assert (myObject (attribute1 "attr10300") ) ) +(assert (myObject (attribute1 "attr10301") ) ) +(assert (myObject (attribute1 "attr10302") ) ) +(assert (myObject (attribute1 "attr10303") ) ) +(assert (myObject (attribute1 "attr10304") ) ) +(assert (myObject (attribute1 "attr10305") ) ) +(assert (myObject (attribute1 "attr10306") ) ) +(assert (myObject (attribute1 "attr10307") ) ) +(assert (myObject (attribute1 "attr10308") ) ) +(assert (myObject (attribute1 "attr10309") ) ) +(assert (myObject (attribute1 "attr10310") ) ) +(assert (myObject (attribute1 "attr10311") ) ) +(assert (myObject (attribute1 "attr10312") ) ) +(assert (myObject (attribute1 "attr10313") ) ) +(assert (myObject (attribute1 "attr10314") ) ) +(assert (myObject (attribute1 "attr10315") ) ) +(assert (myObject (attribute1 "attr10316") ) ) +(assert (myObject (attribute1 "attr10317") ) ) +(assert (myObject (attribute1 "attr10318") ) ) +(assert (myObject (attribute1 "attr10319") ) ) +(assert (myObject (attribute1 "attr10320") ) ) +(assert (myObject (attribute1 "attr10321") ) ) +(assert (myObject (attribute1 "attr10322") ) ) +(assert (myObject (attribute1 "attr10323") ) ) +(assert (myObject (attribute1 "attr10324") ) ) +(assert (myObject (attribute1 "attr10325") ) ) +(assert (myObject (attribute1 "attr10326") ) ) +(assert (myObject (attribute1 "attr10327") ) ) +(assert (myObject (attribute1 "attr10328") ) ) +(assert (myObject (attribute1 "attr10329") ) ) +(assert (myObject (attribute1 "attr10330") ) ) +(assert (myObject (attribute1 "attr10331") ) ) +(assert (myObject (attribute1 "attr10332") ) ) +(assert (myObject (attribute1 "attr10333") ) ) +(assert (myObject (attribute1 "attr10334") ) ) +(assert (myObject (attribute1 "attr10335") ) ) +(assert (myObject (attribute1 "attr10336") ) ) +(assert (myObject (attribute1 "attr10337") ) ) +(assert (myObject (attribute1 "attr10338") ) ) +(assert (myObject (attribute1 "attr10339") ) ) +(assert (myObject (attribute1 "attr10340") ) ) +(assert (myObject (attribute1 "attr10341") ) ) +(assert (myObject (attribute1 "attr10342") ) ) +(assert (myObject (attribute1 "attr10343") ) ) +(assert (myObject (attribute1 "attr10344") ) ) +(assert (myObject (attribute1 "attr10345") ) ) +(assert (myObject (attribute1 "attr10346") ) ) +(assert (myObject (attribute1 "attr10347") ) ) +(assert (myObject (attribute1 "attr10348") ) ) +(assert (myObject (attribute1 "attr10349") ) ) +(assert (myObject (attribute1 "attr10350") ) ) +(assert (myObject (attribute1 "attr10351") ) ) +(assert (myObject (attribute1 "attr10352") ) ) +(assert (myObject (attribute1 "attr10353") ) ) +(assert (myObject (attribute1 "attr10354") ) ) +(assert (myObject (attribute1 "attr10355") ) ) +(assert (myObject (attribute1 "attr10356") ) ) +(assert (myObject (attribute1 "attr10357") ) ) +(assert (myObject (attribute1 "attr10358") ) ) +(assert (myObject (attribute1 "attr10359") ) ) +(assert (myObject (attribute1 "attr10360") ) ) +(assert (myObject (attribute1 "attr10361") ) ) +(assert (myObject (attribute1 "attr10362") ) ) +(assert (myObject (attribute1 "attr10363") ) ) +(assert (myObject (attribute1 "attr10364") ) ) +(assert (myObject (attribute1 "attr10365") ) ) +(assert (myObject (attribute1 "attr10366") ) ) +(assert (myObject (attribute1 "attr10367") ) ) +(assert (myObject (attribute1 "attr10368") ) ) +(assert (myObject (attribute1 "attr10369") ) ) +(assert (myObject (attribute1 "attr10370") ) ) +(assert (myObject (attribute1 "attr10371") ) ) +(assert (myObject (attribute1 "attr10372") ) ) +(assert (myObject (attribute1 "attr10373") ) ) +(assert (myObject (attribute1 "attr10374") ) ) +(assert (myObject (attribute1 "attr10375") ) ) +(assert (myObject (attribute1 "attr10376") ) ) +(assert (myObject (attribute1 "attr10377") ) ) +(assert (myObject (attribute1 "attr10378") ) ) +(assert (myObject (attribute1 "attr10379") ) ) +(assert (myObject (attribute1 "attr10380") ) ) +(assert (myObject (attribute1 "attr10381") ) ) +(assert (myObject (attribute1 "attr10382") ) ) +(assert (myObject (attribute1 "attr10383") ) ) +(assert (myObject (attribute1 "attr10384") ) ) +(assert (myObject (attribute1 "attr10385") ) ) +(assert (myObject (attribute1 "attr10386") ) ) +(assert (myObject (attribute1 "attr10387") ) ) +(assert (myObject (attribute1 "attr10388") ) ) +(assert (myObject (attribute1 "attr10389") ) ) +(assert (myObject (attribute1 "attr10390") ) ) +(assert (myObject (attribute1 "attr10391") ) ) +(assert (myObject (attribute1 "attr10392") ) ) +(assert (myObject (attribute1 "attr10393") ) ) +(assert (myObject (attribute1 "attr10394") ) ) +(assert (myObject (attribute1 "attr10395") ) ) +(assert (myObject (attribute1 "attr10396") ) ) +(assert (myObject (attribute1 "attr10397") ) ) +(assert (myObject (attribute1 "attr10398") ) ) +(assert (myObject (attribute1 "attr10399") ) ) +(assert (myObject (attribute1 "attr10400") ) ) +(assert (myObject (attribute1 "attr10401") ) ) +(assert (myObject (attribute1 "attr10402") ) ) +(assert (myObject (attribute1 "attr10403") ) ) +(assert (myObject (attribute1 "attr10404") ) ) +(assert (myObject (attribute1 "attr10405") ) ) +(assert (myObject (attribute1 "attr10406") ) ) +(assert (myObject (attribute1 "attr10407") ) ) +(assert (myObject (attribute1 "attr10408") ) ) +(assert (myObject (attribute1 "attr10409") ) ) +(assert (myObject (attribute1 "attr10410") ) ) +(assert (myObject (attribute1 "attr10411") ) ) +(assert (myObject (attribute1 "attr10412") ) ) +(assert (myObject (attribute1 "attr10413") ) ) +(assert (myObject (attribute1 "attr10414") ) ) +(assert (myObject (attribute1 "attr10415") ) ) +(assert (myObject (attribute1 "attr10416") ) ) +(assert (myObject (attribute1 "attr10417") ) ) +(assert (myObject (attribute1 "attr10418") ) ) +(assert (myObject (attribute1 "attr10419") ) ) +(assert (myObject (attribute1 "attr10420") ) ) +(assert (myObject (attribute1 "attr10421") ) ) +(assert (myObject (attribute1 "attr10422") ) ) +(assert (myObject (attribute1 "attr10423") ) ) +(assert (myObject (attribute1 "attr10424") ) ) +(assert (myObject (attribute1 "attr10425") ) ) +(assert (myObject (attribute1 "attr10426") ) ) +(assert (myObject (attribute1 "attr10427") ) ) +(assert (myObject (attribute1 "attr10428") ) ) +(assert (myObject (attribute1 "attr10429") ) ) +(assert (myObject (attribute1 "attr10430") ) ) +(assert (myObject (attribute1 "attr10431") ) ) +(assert (myObject (attribute1 "attr10432") ) ) +(assert (myObject (attribute1 "attr10433") ) ) +(assert (myObject (attribute1 "attr10434") ) ) +(assert (myObject (attribute1 "attr10435") ) ) +(assert (myObject (attribute1 "attr10436") ) ) +(assert (myObject (attribute1 "attr10437") ) ) +(assert (myObject (attribute1 "attr10438") ) ) +(assert (myObject (attribute1 "attr10439") ) ) +(assert (myObject (attribute1 "attr10440") ) ) +(assert (myObject (attribute1 "attr10441") ) ) +(assert (myObject (attribute1 "attr10442") ) ) +(assert (myObject (attribute1 "attr10443") ) ) +(assert (myObject (attribute1 "attr10444") ) ) +(assert (myObject (attribute1 "attr10445") ) ) +(assert (myObject (attribute1 "attr10446") ) ) +(assert (myObject (attribute1 "attr10447") ) ) +(assert (myObject (attribute1 "attr10448") ) ) +(assert (myObject (attribute1 "attr10449") ) ) +(assert (myObject (attribute1 "attr10450") ) ) +(assert (myObject (attribute1 "attr10451") ) ) +(assert (myObject (attribute1 "attr10452") ) ) +(assert (myObject (attribute1 "attr10453") ) ) +(assert (myObject (attribute1 "attr10454") ) ) +(assert (myObject (attribute1 "attr10455") ) ) +(assert (myObject (attribute1 "attr10456") ) ) +(assert (myObject (attribute1 "attr10457") ) ) +(assert (myObject (attribute1 "attr10458") ) ) +(assert (myObject (attribute1 "attr10459") ) ) +(assert (myObject (attribute1 "attr10460") ) ) +(assert (myObject (attribute1 "attr10461") ) ) +(assert (myObject (attribute1 "attr10462") ) ) +(assert (myObject (attribute1 "attr10463") ) ) +(assert (myObject (attribute1 "attr10464") ) ) +(assert (myObject (attribute1 "attr10465") ) ) +(assert (myObject (attribute1 "attr10466") ) ) +(assert (myObject (attribute1 "attr10467") ) ) +(assert (myObject (attribute1 "attr10468") ) ) +(assert (myObject (attribute1 "attr10469") ) ) +(assert (myObject (attribute1 "attr10470") ) ) +(assert (myObject (attribute1 "attr10471") ) ) +(assert (myObject (attribute1 "attr10472") ) ) +(assert (myObject (attribute1 "attr10473") ) ) +(assert (myObject (attribute1 "attr10474") ) ) +(assert (myObject (attribute1 "attr10475") ) ) +(assert (myObject (attribute1 "attr10476") ) ) +(assert (myObject (attribute1 "attr10477") ) ) +(assert (myObject (attribute1 "attr10478") ) ) +(assert (myObject (attribute1 "attr10479") ) ) +(assert (myObject (attribute1 "attr10480") ) ) +(assert (myObject (attribute1 "attr10481") ) ) +(assert (myObject (attribute1 "attr10482") ) ) +(assert (myObject (attribute1 "attr10483") ) ) +(assert (myObject (attribute1 "attr10484") ) ) +(assert (myObject (attribute1 "attr10485") ) ) +(assert (myObject (attribute1 "attr10486") ) ) +(assert (myObject (attribute1 "attr10487") ) ) +(assert (myObject (attribute1 "attr10488") ) ) +(assert (myObject (attribute1 "attr10489") ) ) +(assert (myObject (attribute1 "attr10490") ) ) +(assert (myObject (attribute1 "attr10491") ) ) +(assert (myObject (attribute1 "attr10492") ) ) +(assert (myObject (attribute1 "attr10493") ) ) +(assert (myObject (attribute1 "attr10494") ) ) +(assert (myObject (attribute1 "attr10495") ) ) +(assert (myObject (attribute1 "attr10496") ) ) +(assert (myObject (attribute1 "attr10497") ) ) +(assert (myObject (attribute1 "attr10498") ) ) +(assert (myObject (attribute1 "attr10499") ) ) +(assert (myObject (attribute1 "attr10500") ) ) +(assert (myObject (attribute1 "attr10501") ) ) +(assert (myObject (attribute1 "attr10502") ) ) +(assert (myObject (attribute1 "attr10503") ) ) +(assert (myObject (attribute1 "attr10504") ) ) +(assert (myObject (attribute1 "attr10505") ) ) +(assert (myObject (attribute1 "attr10506") ) ) +(assert (myObject (attribute1 "attr10507") ) ) +(assert (myObject (attribute1 "attr10508") ) ) +(assert (myObject (attribute1 "attr10509") ) ) +(assert (myObject (attribute1 "attr10510") ) ) +(assert (myObject (attribute1 "attr10511") ) ) +(assert (myObject (attribute1 "attr10512") ) ) +(assert (myObject (attribute1 "attr10513") ) ) +(assert (myObject (attribute1 "attr10514") ) ) +(assert (myObject (attribute1 "attr10515") ) ) +(assert (myObject (attribute1 "attr10516") ) ) +(assert (myObject (attribute1 "attr10517") ) ) +(assert (myObject (attribute1 "attr10518") ) ) +(assert (myObject (attribute1 "attr10519") ) ) +(assert (myObject (attribute1 "attr10520") ) ) +(assert (myObject (attribute1 "attr10521") ) ) +(assert (myObject (attribute1 "attr10522") ) ) +(assert (myObject (attribute1 "attr10523") ) ) +(assert (myObject (attribute1 "attr10524") ) ) +(assert (myObject (attribute1 "attr10525") ) ) +(assert (myObject (attribute1 "attr10526") ) ) +(assert (myObject (attribute1 "attr10527") ) ) +(assert (myObject (attribute1 "attr10528") ) ) +(assert (myObject (attribute1 "attr10529") ) ) +(assert (myObject (attribute1 "attr10530") ) ) +(assert (myObject (attribute1 "attr10531") ) ) +(assert (myObject (attribute1 "attr10532") ) ) +(assert (myObject (attribute1 "attr10533") ) ) +(assert (myObject (attribute1 "attr10534") ) ) +(assert (myObject (attribute1 "attr10535") ) ) +(assert (myObject (attribute1 "attr10536") ) ) +(assert (myObject (attribute1 "attr10537") ) ) +(assert (myObject (attribute1 "attr10538") ) ) +(assert (myObject (attribute1 "attr10539") ) ) +(assert (myObject (attribute1 "attr10540") ) ) +(assert (myObject (attribute1 "attr10541") ) ) +(assert (myObject (attribute1 "attr10542") ) ) +(assert (myObject (attribute1 "attr10543") ) ) +(assert (myObject (attribute1 "attr10544") ) ) +(assert (myObject (attribute1 "attr10545") ) ) +(assert (myObject (attribute1 "attr10546") ) ) +(assert (myObject (attribute1 "attr10547") ) ) +(assert (myObject (attribute1 "attr10548") ) ) +(assert (myObject (attribute1 "attr10549") ) ) +(assert (myObject (attribute1 "attr10550") ) ) +(assert (myObject (attribute1 "attr10551") ) ) +(assert (myObject (attribute1 "attr10552") ) ) +(assert (myObject (attribute1 "attr10553") ) ) +(assert (myObject (attribute1 "attr10554") ) ) +(assert (myObject (attribute1 "attr10555") ) ) +(assert (myObject (attribute1 "attr10556") ) ) +(assert (myObject (attribute1 "attr10557") ) ) +(assert (myObject (attribute1 "attr10558") ) ) +(assert (myObject (attribute1 "attr10559") ) ) +(assert (myObject (attribute1 "attr10560") ) ) +(assert (myObject (attribute1 "attr10561") ) ) +(assert (myObject (attribute1 "attr10562") ) ) +(assert (myObject (attribute1 "attr10563") ) ) +(assert (myObject (attribute1 "attr10564") ) ) +(assert (myObject (attribute1 "attr10565") ) ) +(assert (myObject (attribute1 "attr10566") ) ) +(assert (myObject (attribute1 "attr10567") ) ) +(assert (myObject (attribute1 "attr10568") ) ) +(assert (myObject (attribute1 "attr10569") ) ) +(assert (myObject (attribute1 "attr10570") ) ) +(assert (myObject (attribute1 "attr10571") ) ) +(assert (myObject (attribute1 "attr10572") ) ) +(assert (myObject (attribute1 "attr10573") ) ) +(assert (myObject (attribute1 "attr10574") ) ) +(assert (myObject (attribute1 "attr10575") ) ) +(assert (myObject (attribute1 "attr10576") ) ) +(assert (myObject (attribute1 "attr10577") ) ) +(assert (myObject (attribute1 "attr10578") ) ) +(assert (myObject (attribute1 "attr10579") ) ) +(assert (myObject (attribute1 "attr10580") ) ) +(assert (myObject (attribute1 "attr10581") ) ) +(assert (myObject (attribute1 "attr10582") ) ) +(assert (myObject (attribute1 "attr10583") ) ) +(assert (myObject (attribute1 "attr10584") ) ) +(assert (myObject (attribute1 "attr10585") ) ) +(assert (myObject (attribute1 "attr10586") ) ) +(assert (myObject (attribute1 "attr10587") ) ) +(assert (myObject (attribute1 "attr10588") ) ) +(assert (myObject (attribute1 "attr10589") ) ) +(assert (myObject (attribute1 "attr10590") ) ) +(assert (myObject (attribute1 "attr10591") ) ) +(assert (myObject (attribute1 "attr10592") ) ) +(assert (myObject (attribute1 "attr10593") ) ) +(assert (myObject (attribute1 "attr10594") ) ) +(assert (myObject (attribute1 "attr10595") ) ) +(assert (myObject (attribute1 "attr10596") ) ) +(assert (myObject (attribute1 "attr10597") ) ) +(assert (myObject (attribute1 "attr10598") ) ) +(assert (myObject (attribute1 "attr10599") ) ) +(assert (myObject (attribute1 "attr10600") ) ) +(assert (myObject (attribute1 "attr10601") ) ) +(assert (myObject (attribute1 "attr10602") ) ) +(assert (myObject (attribute1 "attr10603") ) ) +(assert (myObject (attribute1 "attr10604") ) ) +(assert (myObject (attribute1 "attr10605") ) ) +(assert (myObject (attribute1 "attr10606") ) ) +(assert (myObject (attribute1 "attr10607") ) ) +(assert (myObject (attribute1 "attr10608") ) ) +(assert (myObject (attribute1 "attr10609") ) ) +(assert (myObject (attribute1 "attr10610") ) ) +(assert (myObject (attribute1 "attr10611") ) ) +(assert (myObject (attribute1 "attr10612") ) ) +(assert (myObject (attribute1 "attr10613") ) ) +(assert (myObject (attribute1 "attr10614") ) ) +(assert (myObject (attribute1 "attr10615") ) ) +(assert (myObject (attribute1 "attr10616") ) ) +(assert (myObject (attribute1 "attr10617") ) ) +(assert (myObject (attribute1 "attr10618") ) ) +(assert (myObject (attribute1 "attr10619") ) ) +(assert (myObject (attribute1 "attr10620") ) ) +(assert (myObject (attribute1 "attr10621") ) ) +(assert (myObject (attribute1 "attr10622") ) ) +(assert (myObject (attribute1 "attr10623") ) ) +(assert (myObject (attribute1 "attr10624") ) ) +(assert (myObject (attribute1 "attr10625") ) ) +(assert (myObject (attribute1 "attr10626") ) ) +(assert (myObject (attribute1 "attr10627") ) ) +(assert (myObject (attribute1 "attr10628") ) ) +(assert (myObject (attribute1 "attr10629") ) ) +(assert (myObject (attribute1 "attr10630") ) ) +(assert (myObject (attribute1 "attr10631") ) ) +(assert (myObject (attribute1 "attr10632") ) ) +(assert (myObject (attribute1 "attr10633") ) ) +(assert (myObject (attribute1 "attr10634") ) ) +(assert (myObject (attribute1 "attr10635") ) ) +(assert (myObject (attribute1 "attr10636") ) ) +(assert (myObject (attribute1 "attr10637") ) ) +(assert (myObject (attribute1 "attr10638") ) ) +(assert (myObject (attribute1 "attr10639") ) ) +(assert (myObject (attribute1 "attr10640") ) ) +(assert (myObject (attribute1 "attr10641") ) ) +(assert (myObject (attribute1 "attr10642") ) ) +(assert (myObject (attribute1 "attr10643") ) ) +(assert (myObject (attribute1 "attr10644") ) ) +(assert (myObject (attribute1 "attr10645") ) ) +(assert (myObject (attribute1 "attr10646") ) ) +(assert (myObject (attribute1 "attr10647") ) ) +(assert (myObject (attribute1 "attr10648") ) ) +(assert (myObject (attribute1 "attr10649") ) ) +(assert (myObject (attribute1 "attr10650") ) ) +(assert (myObject (attribute1 "attr10651") ) ) +(assert (myObject (attribute1 "attr10652") ) ) +(assert (myObject (attribute1 "attr10653") ) ) +(assert (myObject (attribute1 "attr10654") ) ) +(assert (myObject (attribute1 "attr10655") ) ) +(assert (myObject (attribute1 "attr10656") ) ) +(assert (myObject (attribute1 "attr10657") ) ) +(assert (myObject (attribute1 "attr10658") ) ) +(assert (myObject (attribute1 "attr10659") ) ) +(assert (myObject (attribute1 "attr10660") ) ) +(assert (myObject (attribute1 "attr10661") ) ) +(assert (myObject (attribute1 "attr10662") ) ) +(assert (myObject (attribute1 "attr10663") ) ) +(assert (myObject (attribute1 "attr10664") ) ) +(assert (myObject (attribute1 "attr10665") ) ) +(assert (myObject (attribute1 "attr10666") ) ) +(assert (myObject (attribute1 "attr10667") ) ) +(assert (myObject (attribute1 "attr10668") ) ) +(assert (myObject (attribute1 "attr10669") ) ) +(assert (myObject (attribute1 "attr10670") ) ) +(assert (myObject (attribute1 "attr10671") ) ) +(assert (myObject (attribute1 "attr10672") ) ) +(assert (myObject (attribute1 "attr10673") ) ) +(assert (myObject (attribute1 "attr10674") ) ) +(assert (myObject (attribute1 "attr10675") ) ) +(assert (myObject (attribute1 "attr10676") ) ) +(assert (myObject (attribute1 "attr10677") ) ) +(assert (myObject (attribute1 "attr10678") ) ) +(assert (myObject (attribute1 "attr10679") ) ) +(assert (myObject (attribute1 "attr10680") ) ) +(assert (myObject (attribute1 "attr10681") ) ) +(assert (myObject (attribute1 "attr10682") ) ) +(assert (myObject (attribute1 "attr10683") ) ) +(assert (myObject (attribute1 "attr10684") ) ) +(assert (myObject (attribute1 "attr10685") ) ) +(assert (myObject (attribute1 "attr10686") ) ) +(assert (myObject (attribute1 "attr10687") ) ) +(assert (myObject (attribute1 "attr10688") ) ) +(assert (myObject (attribute1 "attr10689") ) ) +(assert (myObject (attribute1 "attr10690") ) ) +(assert (myObject (attribute1 "attr10691") ) ) +(assert (myObject (attribute1 "attr10692") ) ) +(assert (myObject (attribute1 "attr10693") ) ) +(assert (myObject (attribute1 "attr10694") ) ) +(assert (myObject (attribute1 "attr10695") ) ) +(assert (myObject (attribute1 "attr10696") ) ) +(assert (myObject (attribute1 "attr10697") ) ) +(assert (myObject (attribute1 "attr10698") ) ) +(assert (myObject (attribute1 "attr10699") ) ) +(assert (myObject (attribute1 "attr10700") ) ) +(assert (myObject (attribute1 "attr10701") ) ) +(assert (myObject (attribute1 "attr10702") ) ) +(assert (myObject (attribute1 "attr10703") ) ) +(assert (myObject (attribute1 "attr10704") ) ) +(assert (myObject (attribute1 "attr10705") ) ) +(assert (myObject (attribute1 "attr10706") ) ) +(assert (myObject (attribute1 "attr10707") ) ) +(assert (myObject (attribute1 "attr10708") ) ) +(assert (myObject (attribute1 "attr10709") ) ) +(assert (myObject (attribute1 "attr10710") ) ) +(assert (myObject (attribute1 "attr10711") ) ) +(assert (myObject (attribute1 "attr10712") ) ) +(assert (myObject (attribute1 "attr10713") ) ) +(assert (myObject (attribute1 "attr10714") ) ) +(assert (myObject (attribute1 "attr10715") ) ) +(assert (myObject (attribute1 "attr10716") ) ) +(assert (myObject (attribute1 "attr10717") ) ) +(assert (myObject (attribute1 "attr10718") ) ) +(assert (myObject (attribute1 "attr10719") ) ) +(assert (myObject (attribute1 "attr10720") ) ) +(assert (myObject (attribute1 "attr10721") ) ) +(assert (myObject (attribute1 "attr10722") ) ) +(assert (myObject (attribute1 "attr10723") ) ) +(assert (myObject (attribute1 "attr10724") ) ) +(assert (myObject (attribute1 "attr10725") ) ) +(assert (myObject (attribute1 "attr10726") ) ) +(assert (myObject (attribute1 "attr10727") ) ) +(assert (myObject (attribute1 "attr10728") ) ) +(assert (myObject (attribute1 "attr10729") ) ) +(assert (myObject (attribute1 "attr10730") ) ) +(assert (myObject (attribute1 "attr10731") ) ) +(assert (myObject (attribute1 "attr10732") ) ) +(assert (myObject (attribute1 "attr10733") ) ) +(assert (myObject (attribute1 "attr10734") ) ) +(assert (myObject (attribute1 "attr10735") ) ) +(assert (myObject (attribute1 "attr10736") ) ) +(assert (myObject (attribute1 "attr10737") ) ) +(assert (myObject (attribute1 "attr10738") ) ) +(assert (myObject (attribute1 "attr10739") ) ) +(assert (myObject (attribute1 "attr10740") ) ) +(assert (myObject (attribute1 "attr10741") ) ) +(assert (myObject (attribute1 "attr10742") ) ) +(assert (myObject (attribute1 "attr10743") ) ) +(assert (myObject (attribute1 "attr10744") ) ) +(assert (myObject (attribute1 "attr10745") ) ) +(assert (myObject (attribute1 "attr10746") ) ) +(assert (myObject (attribute1 "attr10747") ) ) +(assert (myObject (attribute1 "attr10748") ) ) +(assert (myObject (attribute1 "attr10749") ) ) +(assert (myObject (attribute1 "attr10750") ) ) +(assert (myObject (attribute1 "attr10751") ) ) +(assert (myObject (attribute1 "attr10752") ) ) +(assert (myObject (attribute1 "attr10753") ) ) +(assert (myObject (attribute1 "attr10754") ) ) +(assert (myObject (attribute1 "attr10755") ) ) +(assert (myObject (attribute1 "attr10756") ) ) +(assert (myObject (attribute1 "attr10757") ) ) +(assert (myObject (attribute1 "attr10758") ) ) +(assert (myObject (attribute1 "attr10759") ) ) +(assert (myObject (attribute1 "attr10760") ) ) +(assert (myObject (attribute1 "attr10761") ) ) +(assert (myObject (attribute1 "attr10762") ) ) +(assert (myObject (attribute1 "attr10763") ) ) +(assert (myObject (attribute1 "attr10764") ) ) +(assert (myObject (attribute1 "attr10765") ) ) +(assert (myObject (attribute1 "attr10766") ) ) +(assert (myObject (attribute1 "attr10767") ) ) +(assert (myObject (attribute1 "attr10768") ) ) +(assert (myObject (attribute1 "attr10769") ) ) +(assert (myObject (attribute1 "attr10770") ) ) +(assert (myObject (attribute1 "attr10771") ) ) +(assert (myObject (attribute1 "attr10772") ) ) +(assert (myObject (attribute1 "attr10773") ) ) +(assert (myObject (attribute1 "attr10774") ) ) +(assert (myObject (attribute1 "attr10775") ) ) +(assert (myObject (attribute1 "attr10776") ) ) +(assert (myObject (attribute1 "attr10777") ) ) +(assert (myObject (attribute1 "attr10778") ) ) +(assert (myObject (attribute1 "attr10779") ) ) +(assert (myObject (attribute1 "attr10780") ) ) +(assert (myObject (attribute1 "attr10781") ) ) +(assert (myObject (attribute1 "attr10782") ) ) +(assert (myObject (attribute1 "attr10783") ) ) +(assert (myObject (attribute1 "attr10784") ) ) +(assert (myObject (attribute1 "attr10785") ) ) +(assert (myObject (attribute1 "attr10786") ) ) +(assert (myObject (attribute1 "attr10787") ) ) +(assert (myObject (attribute1 "attr10788") ) ) +(assert (myObject (attribute1 "attr10789") ) ) +(assert (myObject (attribute1 "attr10790") ) ) +(assert (myObject (attribute1 "attr10791") ) ) +(assert (myObject (attribute1 "attr10792") ) ) +(assert (myObject (attribute1 "attr10793") ) ) +(assert (myObject (attribute1 "attr10794") ) ) +(assert (myObject (attribute1 "attr10795") ) ) +(assert (myObject (attribute1 "attr10796") ) ) +(assert (myObject (attribute1 "attr10797") ) ) +(assert (myObject (attribute1 "attr10798") ) ) +(assert (myObject (attribute1 "attr10799") ) ) +(assert (myObject (attribute1 "attr10800") ) ) +(assert (myObject (attribute1 "attr10801") ) ) +(assert (myObject (attribute1 "attr10802") ) ) +(assert (myObject (attribute1 "attr10803") ) ) +(assert (myObject (attribute1 "attr10804") ) ) +(assert (myObject (attribute1 "attr10805") ) ) +(assert (myObject (attribute1 "attr10806") ) ) +(assert (myObject (attribute1 "attr10807") ) ) +(assert (myObject (attribute1 "attr10808") ) ) +(assert (myObject (attribute1 "attr10809") ) ) +(assert (myObject (attribute1 "attr10810") ) ) +(assert (myObject (attribute1 "attr10811") ) ) +(assert (myObject (attribute1 "attr10812") ) ) +(assert (myObject (attribute1 "attr10813") ) ) +(assert (myObject (attribute1 "attr10814") ) ) +(assert (myObject (attribute1 "attr10815") ) ) +(assert (myObject (attribute1 "attr10816") ) ) +(assert (myObject (attribute1 "attr10817") ) ) +(assert (myObject (attribute1 "attr10818") ) ) +(assert (myObject (attribute1 "attr10819") ) ) +(assert (myObject (attribute1 "attr10820") ) ) +(assert (myObject (attribute1 "attr10821") ) ) +(assert (myObject (attribute1 "attr10822") ) ) +(assert (myObject (attribute1 "attr10823") ) ) +(assert (myObject (attribute1 "attr10824") ) ) +(assert (myObject (attribute1 "attr10825") ) ) +(assert (myObject (attribute1 "attr10826") ) ) +(assert (myObject (attribute1 "attr10827") ) ) +(assert (myObject (attribute1 "attr10828") ) ) +(assert (myObject (attribute1 "attr10829") ) ) +(assert (myObject (attribute1 "attr10830") ) ) +(assert (myObject (attribute1 "attr10831") ) ) +(assert (myObject (attribute1 "attr10832") ) ) +(assert (myObject (attribute1 "attr10833") ) ) +(assert (myObject (attribute1 "attr10834") ) ) +(assert (myObject (attribute1 "attr10835") ) ) +(assert (myObject (attribute1 "attr10836") ) ) +(assert (myObject (attribute1 "attr10837") ) ) +(assert (myObject (attribute1 "attr10838") ) ) +(assert (myObject (attribute1 "attr10839") ) ) +(assert (myObject (attribute1 "attr10840") ) ) +(assert (myObject (attribute1 "attr10841") ) ) +(assert (myObject (attribute1 "attr10842") ) ) +(assert (myObject (attribute1 "attr10843") ) ) +(assert (myObject (attribute1 "attr10844") ) ) +(assert (myObject (attribute1 "attr10845") ) ) +(assert (myObject (attribute1 "attr10846") ) ) +(assert (myObject (attribute1 "attr10847") ) ) +(assert (myObject (attribute1 "attr10848") ) ) +(assert (myObject (attribute1 "attr10849") ) ) +(assert (myObject (attribute1 "attr10850") ) ) +(assert (myObject (attribute1 "attr10851") ) ) +(assert (myObject (attribute1 "attr10852") ) ) +(assert (myObject (attribute1 "attr10853") ) ) +(assert (myObject (attribute1 "attr10854") ) ) +(assert (myObject (attribute1 "attr10855") ) ) +(assert (myObject (attribute1 "attr10856") ) ) +(assert (myObject (attribute1 "attr10857") ) ) +(assert (myObject (attribute1 "attr10858") ) ) +(assert (myObject (attribute1 "attr10859") ) ) +(assert (myObject (attribute1 "attr10860") ) ) +(assert (myObject (attribute1 "attr10861") ) ) +(assert (myObject (attribute1 "attr10862") ) ) +(assert (myObject (attribute1 "attr10863") ) ) +(assert (myObject (attribute1 "attr10864") ) ) +(assert (myObject (attribute1 "attr10865") ) ) +(assert (myObject (attribute1 "attr10866") ) ) +(assert (myObject (attribute1 "attr10867") ) ) +(assert (myObject (attribute1 "attr10868") ) ) +(assert (myObject (attribute1 "attr10869") ) ) +(assert (myObject (attribute1 "attr10870") ) ) +(assert (myObject (attribute1 "attr10871") ) ) +(assert (myObject (attribute1 "attr10872") ) ) +(assert (myObject (attribute1 "attr10873") ) ) +(assert (myObject (attribute1 "attr10874") ) ) +(assert (myObject (attribute1 "attr10875") ) ) +(assert (myObject (attribute1 "attr10876") ) ) +(assert (myObject (attribute1 "attr10877") ) ) +(assert (myObject (attribute1 "attr10878") ) ) +(assert (myObject (attribute1 "attr10879") ) ) +(assert (myObject (attribute1 "attr10880") ) ) +(assert (myObject (attribute1 "attr10881") ) ) +(assert (myObject (attribute1 "attr10882") ) ) +(assert (myObject (attribute1 "attr10883") ) ) +(assert (myObject (attribute1 "attr10884") ) ) +(assert (myObject (attribute1 "attr10885") ) ) +(assert (myObject (attribute1 "attr10886") ) ) +(assert (myObject (attribute1 "attr10887") ) ) +(assert (myObject (attribute1 "attr10888") ) ) +(assert (myObject (attribute1 "attr10889") ) ) +(assert (myObject (attribute1 "attr10890") ) ) +(assert (myObject (attribute1 "attr10891") ) ) +(assert (myObject (attribute1 "attr10892") ) ) +(assert (myObject (attribute1 "attr10893") ) ) +(assert (myObject (attribute1 "attr10894") ) ) +(assert (myObject (attribute1 "attr10895") ) ) +(assert (myObject (attribute1 "attr10896") ) ) +(assert (myObject (attribute1 "attr10897") ) ) +(assert (myObject (attribute1 "attr10898") ) ) +(assert (myObject (attribute1 "attr10899") ) ) +(assert (myObject (attribute1 "attr10900") ) ) +(assert (myObject (attribute1 "attr10901") ) ) +(assert (myObject (attribute1 "attr10902") ) ) +(assert (myObject (attribute1 "attr10903") ) ) +(assert (myObject (attribute1 "attr10904") ) ) +(assert (myObject (attribute1 "attr10905") ) ) +(assert (myObject (attribute1 "attr10906") ) ) +(assert (myObject (attribute1 "attr10907") ) ) +(assert (myObject (attribute1 "attr10908") ) ) +(assert (myObject (attribute1 "attr10909") ) ) +(assert (myObject (attribute1 "attr10910") ) ) +(assert (myObject (attribute1 "attr10911") ) ) +(assert (myObject (attribute1 "attr10912") ) ) +(assert (myObject (attribute1 "attr10913") ) ) +(assert (myObject (attribute1 "attr10914") ) ) +(assert (myObject (attribute1 "attr10915") ) ) +(assert (myObject (attribute1 "attr10916") ) ) +(assert (myObject (attribute1 "attr10917") ) ) +(assert (myObject (attribute1 "attr10918") ) ) +(assert (myObject (attribute1 "attr10919") ) ) +(assert (myObject (attribute1 "attr10920") ) ) +(assert (myObject (attribute1 "attr10921") ) ) +(assert (myObject (attribute1 "attr10922") ) ) +(assert (myObject (attribute1 "attr10923") ) ) +(assert (myObject (attribute1 "attr10924") ) ) +(assert (myObject (attribute1 "attr10925") ) ) +(assert (myObject (attribute1 "attr10926") ) ) +(assert (myObject (attribute1 "attr10927") ) ) +(assert (myObject (attribute1 "attr10928") ) ) +(assert (myObject (attribute1 "attr10929") ) ) +(assert (myObject (attribute1 "attr10930") ) ) +(assert (myObject (attribute1 "attr10931") ) ) +(assert (myObject (attribute1 "attr10932") ) ) +(assert (myObject (attribute1 "attr10933") ) ) +(assert (myObject (attribute1 "attr10934") ) ) +(assert (myObject (attribute1 "attr10935") ) ) +(assert (myObject (attribute1 "attr10936") ) ) +(assert (myObject (attribute1 "attr10937") ) ) +(assert (myObject (attribute1 "attr10938") ) ) +(assert (myObject (attribute1 "attr10939") ) ) +(assert (myObject (attribute1 "attr10940") ) ) +(assert (myObject (attribute1 "attr10941") ) ) +(assert (myObject (attribute1 "attr10942") ) ) +(assert (myObject (attribute1 "attr10943") ) ) +(assert (myObject (attribute1 "attr10944") ) ) +(assert (myObject (attribute1 "attr10945") ) ) +(assert (myObject (attribute1 "attr10946") ) ) +(assert (myObject (attribute1 "attr10947") ) ) +(assert (myObject (attribute1 "attr10948") ) ) +(assert (myObject (attribute1 "attr10949") ) ) +(assert (myObject (attribute1 "attr10950") ) ) +(assert (myObject (attribute1 "attr10951") ) ) +(assert (myObject (attribute1 "attr10952") ) ) +(assert (myObject (attribute1 "attr10953") ) ) +(assert (myObject (attribute1 "attr10954") ) ) +(assert (myObject (attribute1 "attr10955") ) ) +(assert (myObject (attribute1 "attr10956") ) ) +(assert (myObject (attribute1 "attr10957") ) ) +(assert (myObject (attribute1 "attr10958") ) ) +(assert (myObject (attribute1 "attr10959") ) ) +(assert (myObject (attribute1 "attr10960") ) ) +(assert (myObject (attribute1 "attr10961") ) ) +(assert (myObject (attribute1 "attr10962") ) ) +(assert (myObject (attribute1 "attr10963") ) ) +(assert (myObject (attribute1 "attr10964") ) ) +(assert (myObject (attribute1 "attr10965") ) ) +(assert (myObject (attribute1 "attr10966") ) ) +(assert (myObject (attribute1 "attr10967") ) ) +(assert (myObject (attribute1 "attr10968") ) ) +(assert (myObject (attribute1 "attr10969") ) ) +(assert (myObject (attribute1 "attr10970") ) ) +(assert (myObject (attribute1 "attr10971") ) ) +(assert (myObject (attribute1 "attr10972") ) ) +(assert (myObject (attribute1 "attr10973") ) ) +(assert (myObject (attribute1 "attr10974") ) ) +(assert (myObject (attribute1 "attr10975") ) ) +(assert (myObject (attribute1 "attr10976") ) ) +(assert (myObject (attribute1 "attr10977") ) ) +(assert (myObject (attribute1 "attr10978") ) ) +(assert (myObject (attribute1 "attr10979") ) ) +(assert (myObject (attribute1 "attr10980") ) ) +(assert (myObject (attribute1 "attr10981") ) ) +(assert (myObject (attribute1 "attr10982") ) ) +(assert (myObject (attribute1 "attr10983") ) ) +(assert (myObject (attribute1 "attr10984") ) ) +(assert (myObject (attribute1 "attr10985") ) ) +(assert (myObject (attribute1 "attr10986") ) ) +(assert (myObject (attribute1 "attr10987") ) ) +(assert (myObject (attribute1 "attr10988") ) ) +(assert (myObject (attribute1 "attr10989") ) ) +(assert (myObject (attribute1 "attr10990") ) ) +(assert (myObject (attribute1 "attr10991") ) ) +(assert (myObject (attribute1 "attr10992") ) ) +(assert (myObject (attribute1 "attr10993") ) ) +(assert (myObject (attribute1 "attr10994") ) ) +(assert (myObject (attribute1 "attr10995") ) ) +(assert (myObject (attribute1 "attr10996") ) ) +(assert (myObject (attribute1 "attr10997") ) ) +(assert (myObject (attribute1 "attr10998") ) ) +(assert (myObject (attribute1 "attr10999") ) ) +(assert (myObject (attribute1 "attr11000") ) ) +(assert (myObject (attribute1 "attr11001") ) ) +(assert (myObject (attribute1 "attr11002") ) ) +(assert (myObject (attribute1 "attr11003") ) ) +(assert (myObject (attribute1 "attr11004") ) ) +(assert (myObject (attribute1 "attr11005") ) ) +(assert (myObject (attribute1 "attr11006") ) ) +(assert (myObject (attribute1 "attr11007") ) ) +(assert (myObject (attribute1 "attr11008") ) ) +(assert (myObject (attribute1 "attr11009") ) ) +(assert (myObject (attribute1 "attr11010") ) ) +(assert (myObject (attribute1 "attr11011") ) ) +(assert (myObject (attribute1 "attr11012") ) ) +(assert (myObject (attribute1 "attr11013") ) ) +(assert (myObject (attribute1 "attr11014") ) ) +(assert (myObject (attribute1 "attr11015") ) ) +(assert (myObject (attribute1 "attr11016") ) ) +(assert (myObject (attribute1 "attr11017") ) ) +(assert (myObject (attribute1 "attr11018") ) ) +(assert (myObject (attribute1 "attr11019") ) ) +(assert (myObject (attribute1 "attr11020") ) ) +(assert (myObject (attribute1 "attr11021") ) ) +(assert (myObject (attribute1 "attr11022") ) ) +(assert (myObject (attribute1 "attr11023") ) ) +(assert (myObject (attribute1 "attr11024") ) ) +(assert (myObject (attribute1 "attr11025") ) ) +(assert (myObject (attribute1 "attr11026") ) ) +(assert (myObject (attribute1 "attr11027") ) ) +(assert (myObject (attribute1 "attr11028") ) ) +(assert (myObject (attribute1 "attr11029") ) ) +(assert (myObject (attribute1 "attr11030") ) ) +(assert (myObject (attribute1 "attr11031") ) ) +(assert (myObject (attribute1 "attr11032") ) ) +(assert (myObject (attribute1 "attr11033") ) ) +(assert (myObject (attribute1 "attr11034") ) ) +(assert (myObject (attribute1 "attr11035") ) ) +(assert (myObject (attribute1 "attr11036") ) ) +(assert (myObject (attribute1 "attr11037") ) ) +(assert (myObject (attribute1 "attr11038") ) ) +(assert (myObject (attribute1 "attr11039") ) ) +(assert (myObject (attribute1 "attr11040") ) ) +(assert (myObject (attribute1 "attr11041") ) ) +(assert (myObject (attribute1 "attr11042") ) ) +(assert (myObject (attribute1 "attr11043") ) ) +(assert (myObject (attribute1 "attr11044") ) ) +(assert (myObject (attribute1 "attr11045") ) ) +(assert (myObject (attribute1 "attr11046") ) ) +(assert (myObject (attribute1 "attr11047") ) ) +(assert (myObject (attribute1 "attr11048") ) ) +(assert (myObject (attribute1 "attr11049") ) ) +(assert (myObject (attribute1 "attr11050") ) ) +(assert (myObject (attribute1 "attr11051") ) ) +(assert (myObject (attribute1 "attr11052") ) ) +(assert (myObject (attribute1 "attr11053") ) ) +(assert (myObject (attribute1 "attr11054") ) ) +(assert (myObject (attribute1 "attr11055") ) ) +(assert (myObject (attribute1 "attr11056") ) ) +(assert (myObject (attribute1 "attr11057") ) ) +(assert (myObject (attribute1 "attr11058") ) ) +(assert (myObject (attribute1 "attr11059") ) ) +(assert (myObject (attribute1 "attr11060") ) ) +(assert (myObject (attribute1 "attr11061") ) ) +(assert (myObject (attribute1 "attr11062") ) ) +(assert (myObject (attribute1 "attr11063") ) ) +(assert (myObject (attribute1 "attr11064") ) ) +(assert (myObject (attribute1 "attr11065") ) ) +(assert (myObject (attribute1 "attr11066") ) ) +(assert (myObject (attribute1 "attr11067") ) ) +(assert (myObject (attribute1 "attr11068") ) ) +(assert (myObject (attribute1 "attr11069") ) ) +(assert (myObject (attribute1 "attr11070") ) ) +(assert (myObject (attribute1 "attr11071") ) ) +(assert (myObject (attribute1 "attr11072") ) ) +(assert (myObject (attribute1 "attr11073") ) ) +(assert (myObject (attribute1 "attr11074") ) ) +(assert (myObject (attribute1 "attr11075") ) ) +(assert (myObject (attribute1 "attr11076") ) ) +(assert (myObject (attribute1 "attr11077") ) ) +(assert (myObject (attribute1 "attr11078") ) ) +(assert (myObject (attribute1 "attr11079") ) ) +(assert (myObject (attribute1 "attr11080") ) ) +(assert (myObject (attribute1 "attr11081") ) ) +(assert (myObject (attribute1 "attr11082") ) ) +(assert (myObject (attribute1 "attr11083") ) ) +(assert (myObject (attribute1 "attr11084") ) ) +(assert (myObject (attribute1 "attr11085") ) ) +(assert (myObject (attribute1 "attr11086") ) ) +(assert (myObject (attribute1 "attr11087") ) ) +(assert (myObject (attribute1 "attr11088") ) ) +(assert (myObject (attribute1 "attr11089") ) ) +(assert (myObject (attribute1 "attr11090") ) ) +(assert (myObject (attribute1 "attr11091") ) ) +(assert (myObject (attribute1 "attr11092") ) ) +(assert (myObject (attribute1 "attr11093") ) ) +(assert (myObject (attribute1 "attr11094") ) ) +(assert (myObject (attribute1 "attr11095") ) ) +(assert (myObject (attribute1 "attr11096") ) ) +(assert (myObject (attribute1 "attr11097") ) ) +(assert (myObject (attribute1 "attr11098") ) ) +(assert (myObject (attribute1 "attr11099") ) ) +(assert (myObject (attribute1 "attr11100") ) ) +(assert (myObject (attribute1 "attr11101") ) ) +(assert (myObject (attribute1 "attr11102") ) ) +(assert (myObject (attribute1 "attr11103") ) ) +(assert (myObject (attribute1 "attr11104") ) ) +(assert (myObject (attribute1 "attr11105") ) ) +(assert (myObject (attribute1 "attr11106") ) ) +(assert (myObject (attribute1 "attr11107") ) ) +(assert (myObject (attribute1 "attr11108") ) ) +(assert (myObject (attribute1 "attr11109") ) ) +(assert (myObject (attribute1 "attr11110") ) ) +(assert (myObject (attribute1 "attr11111") ) ) +(assert (myObject (attribute1 "attr11112") ) ) +(assert (myObject (attribute1 "attr11113") ) ) +(assert (myObject (attribute1 "attr11114") ) ) +(assert (myObject (attribute1 "attr11115") ) ) +(assert (myObject (attribute1 "attr11116") ) ) +(assert (myObject (attribute1 "attr11117") ) ) +(assert (myObject (attribute1 "attr11118") ) ) +(assert (myObject (attribute1 "attr11119") ) ) +(assert (myObject (attribute1 "attr11120") ) ) +(assert (myObject (attribute1 "attr11121") ) ) +(assert (myObject (attribute1 "attr11122") ) ) +(assert (myObject (attribute1 "attr11123") ) ) +(assert (myObject (attribute1 "attr11124") ) ) +(assert (myObject (attribute1 "attr11125") ) ) +(assert (myObject (attribute1 "attr11126") ) ) +(assert (myObject (attribute1 "attr11127") ) ) +(assert (myObject (attribute1 "attr11128") ) ) +(assert (myObject (attribute1 "attr11129") ) ) +(assert (myObject (attribute1 "attr11130") ) ) +(assert (myObject (attribute1 "attr11131") ) ) +(assert (myObject (attribute1 "attr11132") ) ) +(assert (myObject (attribute1 "attr11133") ) ) +(assert (myObject (attribute1 "attr11134") ) ) +(assert (myObject (attribute1 "attr11135") ) ) +(assert (myObject (attribute1 "attr11136") ) ) +(assert (myObject (attribute1 "attr11137") ) ) +(assert (myObject (attribute1 "attr11138") ) ) +(assert (myObject (attribute1 "attr11139") ) ) +(assert (myObject (attribute1 "attr11140") ) ) +(assert (myObject (attribute1 "attr11141") ) ) +(assert (myObject (attribute1 "attr11142") ) ) +(assert (myObject (attribute1 "attr11143") ) ) +(assert (myObject (attribute1 "attr11144") ) ) +(assert (myObject (attribute1 "attr11145") ) ) +(assert (myObject (attribute1 "attr11146") ) ) +(assert (myObject (attribute1 "attr11147") ) ) +(assert (myObject (attribute1 "attr11148") ) ) +(assert (myObject (attribute1 "attr11149") ) ) +(assert (myObject (attribute1 "attr11150") ) ) +(assert (myObject (attribute1 "attr11151") ) ) +(assert (myObject (attribute1 "attr11152") ) ) +(assert (myObject (attribute1 "attr11153") ) ) +(assert (myObject (attribute1 "attr11154") ) ) +(assert (myObject (attribute1 "attr11155") ) ) +(assert (myObject (attribute1 "attr11156") ) ) +(assert (myObject (attribute1 "attr11157") ) ) +(assert (myObject (attribute1 "attr11158") ) ) +(assert (myObject (attribute1 "attr11159") ) ) +(assert (myObject (attribute1 "attr11160") ) ) +(assert (myObject (attribute1 "attr11161") ) ) +(assert (myObject (attribute1 "attr11162") ) ) +(assert (myObject (attribute1 "attr11163") ) ) +(assert (myObject (attribute1 "attr11164") ) ) +(assert (myObject (attribute1 "attr11165") ) ) +(assert (myObject (attribute1 "attr11166") ) ) +(assert (myObject (attribute1 "attr11167") ) ) +(assert (myObject (attribute1 "attr11168") ) ) +(assert (myObject (attribute1 "attr11169") ) ) +(assert (myObject (attribute1 "attr11170") ) ) +(assert (myObject (attribute1 "attr11171") ) ) +(assert (myObject (attribute1 "attr11172") ) ) +(assert (myObject (attribute1 "attr11173") ) ) +(assert (myObject (attribute1 "attr11174") ) ) +(assert (myObject (attribute1 "attr11175") ) ) +(assert (myObject (attribute1 "attr11176") ) ) +(assert (myObject (attribute1 "attr11177") ) ) +(assert (myObject (attribute1 "attr11178") ) ) +(assert (myObject (attribute1 "attr11179") ) ) +(assert (myObject (attribute1 "attr11180") ) ) +(assert (myObject (attribute1 "attr11181") ) ) +(assert (myObject (attribute1 "attr11182") ) ) +(assert (myObject (attribute1 "attr11183") ) ) +(assert (myObject (attribute1 "attr11184") ) ) +(assert (myObject (attribute1 "attr11185") ) ) +(assert (myObject (attribute1 "attr11186") ) ) +(assert (myObject (attribute1 "attr11187") ) ) +(assert (myObject (attribute1 "attr11188") ) ) +(assert (myObject (attribute1 "attr11189") ) ) +(assert (myObject (attribute1 "attr11190") ) ) +(assert (myObject (attribute1 "attr11191") ) ) +(assert (myObject (attribute1 "attr11192") ) ) +(assert (myObject (attribute1 "attr11193") ) ) +(assert (myObject (attribute1 "attr11194") ) ) +(assert (myObject (attribute1 "attr11195") ) ) +(assert (myObject (attribute1 "attr11196") ) ) +(assert (myObject (attribute1 "attr11197") ) ) +(assert (myObject (attribute1 "attr11198") ) ) +(assert (myObject (attribute1 "attr11199") ) ) +(assert (myObject (attribute1 "attr11200") ) ) +(assert (myObject (attribute1 "attr11201") ) ) +(assert (myObject (attribute1 "attr11202") ) ) +(assert (myObject (attribute1 "attr11203") ) ) +(assert (myObject (attribute1 "attr11204") ) ) +(assert (myObject (attribute1 "attr11205") ) ) +(assert (myObject (attribute1 "attr11206") ) ) +(assert (myObject (attribute1 "attr11207") ) ) +(assert (myObject (attribute1 "attr11208") ) ) +(assert (myObject (attribute1 "attr11209") ) ) +(assert (myObject (attribute1 "attr11210") ) ) +(assert (myObject (attribute1 "attr11211") ) ) +(assert (myObject (attribute1 "attr11212") ) ) +(assert (myObject (attribute1 "attr11213") ) ) +(assert (myObject (attribute1 "attr11214") ) ) +(assert (myObject (attribute1 "attr11215") ) ) +(assert (myObject (attribute1 "attr11216") ) ) +(assert (myObject (attribute1 "attr11217") ) ) +(assert (myObject (attribute1 "attr11218") ) ) +(assert (myObject (attribute1 "attr11219") ) ) +(assert (myObject (attribute1 "attr11220") ) ) +(assert (myObject (attribute1 "attr11221") ) ) +(assert (myObject (attribute1 "attr11222") ) ) +(assert (myObject (attribute1 "attr11223") ) ) +(assert (myObject (attribute1 "attr11224") ) ) +(assert (myObject (attribute1 "attr11225") ) ) +(assert (myObject (attribute1 "attr11226") ) ) +(assert (myObject (attribute1 "attr11227") ) ) +(assert (myObject (attribute1 "attr11228") ) ) +(assert (myObject (attribute1 "attr11229") ) ) +(assert (myObject (attribute1 "attr11230") ) ) +(assert (myObject (attribute1 "attr11231") ) ) +(assert (myObject (attribute1 "attr11232") ) ) +(assert (myObject (attribute1 "attr11233") ) ) +(assert (myObject (attribute1 "attr11234") ) ) +(assert (myObject (attribute1 "attr11235") ) ) +(assert (myObject (attribute1 "attr11236") ) ) +(assert (myObject (attribute1 "attr11237") ) ) +(assert (myObject (attribute1 "attr11238") ) ) +(assert (myObject (attribute1 "attr11239") ) ) +(assert (myObject (attribute1 "attr11240") ) ) +(assert (myObject (attribute1 "attr11241") ) ) +(assert (myObject (attribute1 "attr11242") ) ) +(assert (myObject (attribute1 "attr11243") ) ) +(assert (myObject (attribute1 "attr11244") ) ) +(assert (myObject (attribute1 "attr11245") ) ) +(assert (myObject (attribute1 "attr11246") ) ) +(assert (myObject (attribute1 "attr11247") ) ) +(assert (myObject (attribute1 "attr11248") ) ) +(assert (myObject (attribute1 "attr11249") ) ) +(assert (myObject (attribute1 "attr11250") ) ) +(assert (myObject (attribute1 "attr11251") ) ) +(assert (myObject (attribute1 "attr11252") ) ) +(assert (myObject (attribute1 "attr11253") ) ) +(assert (myObject (attribute1 "attr11254") ) ) +(assert (myObject (attribute1 "attr11255") ) ) +(assert (myObject (attribute1 "attr11256") ) ) +(assert (myObject (attribute1 "attr11257") ) ) +(assert (myObject (attribute1 "attr11258") ) ) +(assert (myObject (attribute1 "attr11259") ) ) +(assert (myObject (attribute1 "attr11260") ) ) +(assert (myObject (attribute1 "attr11261") ) ) +(assert (myObject (attribute1 "attr11262") ) ) +(assert (myObject (attribute1 "attr11263") ) ) +(assert (myObject (attribute1 "attr11264") ) ) +(assert (myObject (attribute1 "attr11265") ) ) +(assert (myObject (attribute1 "attr11266") ) ) +(assert (myObject (attribute1 "attr11267") ) ) +(assert (myObject (attribute1 "attr11268") ) ) +(assert (myObject (attribute1 "attr11269") ) ) +(assert (myObject (attribute1 "attr11270") ) ) +(assert (myObject (attribute1 "attr11271") ) ) +(assert (myObject (attribute1 "attr11272") ) ) +(assert (myObject (attribute1 "attr11273") ) ) +(assert (myObject (attribute1 "attr11274") ) ) +(assert (myObject (attribute1 "attr11275") ) ) +(assert (myObject (attribute1 "attr11276") ) ) +(assert (myObject (attribute1 "attr11277") ) ) +(assert (myObject (attribute1 "attr11278") ) ) +(assert (myObject (attribute1 "attr11279") ) ) +(assert (myObject (attribute1 "attr11280") ) ) +(assert (myObject (attribute1 "attr11281") ) ) +(assert (myObject (attribute1 "attr11282") ) ) +(assert (myObject (attribute1 "attr11283") ) ) +(assert (myObject (attribute1 "attr11284") ) ) +(assert (myObject (attribute1 "attr11285") ) ) +(assert (myObject (attribute1 "attr11286") ) ) +(assert (myObject (attribute1 "attr11287") ) ) +(assert (myObject (attribute1 "attr11288") ) ) +(assert (myObject (attribute1 "attr11289") ) ) +(assert (myObject (attribute1 "attr11290") ) ) +(assert (myObject (attribute1 "attr11291") ) ) +(assert (myObject (attribute1 "attr11292") ) ) +(assert (myObject (attribute1 "attr11293") ) ) +(assert (myObject (attribute1 "attr11294") ) ) +(assert (myObject (attribute1 "attr11295") ) ) +(assert (myObject (attribute1 "attr11296") ) ) +(assert (myObject (attribute1 "attr11297") ) ) +(assert (myObject (attribute1 "attr11298") ) ) +(assert (myObject (attribute1 "attr11299") ) ) +(assert (myObject (attribute1 "attr11300") ) ) +(assert (myObject (attribute1 "attr11301") ) ) +(assert (myObject (attribute1 "attr11302") ) ) +(assert (myObject (attribute1 "attr11303") ) ) +(assert (myObject (attribute1 "attr11304") ) ) +(assert (myObject (attribute1 "attr11305") ) ) +(assert (myObject (attribute1 "attr11306") ) ) +(assert (myObject (attribute1 "attr11307") ) ) +(assert (myObject (attribute1 "attr11308") ) ) +(assert (myObject (attribute1 "attr11309") ) ) +(assert (myObject (attribute1 "attr11310") ) ) +(assert (myObject (attribute1 "attr11311") ) ) +(assert (myObject (attribute1 "attr11312") ) ) +(assert (myObject (attribute1 "attr11313") ) ) +(assert (myObject (attribute1 "attr11314") ) ) +(assert (myObject (attribute1 "attr11315") ) ) +(assert (myObject (attribute1 "attr11316") ) ) +(assert (myObject (attribute1 "attr11317") ) ) +(assert (myObject (attribute1 "attr11318") ) ) +(assert (myObject (attribute1 "attr11319") ) ) +(assert (myObject (attribute1 "attr11320") ) ) +(assert (myObject (attribute1 "attr11321") ) ) +(assert (myObject (attribute1 "attr11322") ) ) +(assert (myObject (attribute1 "attr11323") ) ) +(assert (myObject (attribute1 "attr11324") ) ) +(assert (myObject (attribute1 "attr11325") ) ) +(assert (myObject (attribute1 "attr11326") ) ) +(assert (myObject (attribute1 "attr11327") ) ) +(assert (myObject (attribute1 "attr11328") ) ) +(assert (myObject (attribute1 "attr11329") ) ) +(assert (myObject (attribute1 "attr11330") ) ) +(assert (myObject (attribute1 "attr11331") ) ) +(assert (myObject (attribute1 "attr11332") ) ) +(assert (myObject (attribute1 "attr11333") ) ) +(assert (myObject (attribute1 "attr11334") ) ) +(assert (myObject (attribute1 "attr11335") ) ) +(assert (myObject (attribute1 "attr11336") ) ) +(assert (myObject (attribute1 "attr11337") ) ) +(assert (myObject (attribute1 "attr11338") ) ) +(assert (myObject (attribute1 "attr11339") ) ) +(assert (myObject (attribute1 "attr11340") ) ) +(assert (myObject (attribute1 "attr11341") ) ) +(assert (myObject (attribute1 "attr11342") ) ) +(assert (myObject (attribute1 "attr11343") ) ) +(assert (myObject (attribute1 "attr11344") ) ) +(assert (myObject (attribute1 "attr11345") ) ) +(assert (myObject (attribute1 "attr11346") ) ) +(assert (myObject (attribute1 "attr11347") ) ) +(assert (myObject (attribute1 "attr11348") ) ) +(assert (myObject (attribute1 "attr11349") ) ) +(assert (myObject (attribute1 "attr11350") ) ) +(assert (myObject (attribute1 "attr11351") ) ) +(assert (myObject (attribute1 "attr11352") ) ) +(assert (myObject (attribute1 "attr11353") ) ) +(assert (myObject (attribute1 "attr11354") ) ) +(assert (myObject (attribute1 "attr11355") ) ) +(assert (myObject (attribute1 "attr11356") ) ) +(assert (myObject (attribute1 "attr11357") ) ) +(assert (myObject (attribute1 "attr11358") ) ) +(assert (myObject (attribute1 "attr11359") ) ) +(assert (myObject (attribute1 "attr11360") ) ) +(assert (myObject (attribute1 "attr11361") ) ) +(assert (myObject (attribute1 "attr11362") ) ) +(assert (myObject (attribute1 "attr11363") ) ) +(assert (myObject (attribute1 "attr11364") ) ) +(assert (myObject (attribute1 "attr11365") ) ) +(assert (myObject (attribute1 "attr11366") ) ) +(assert (myObject (attribute1 "attr11367") ) ) +(assert (myObject (attribute1 "attr11368") ) ) +(assert (myObject (attribute1 "attr11369") ) ) +(assert (myObject (attribute1 "attr11370") ) ) +(assert (myObject (attribute1 "attr11371") ) ) +(assert (myObject (attribute1 "attr11372") ) ) +(assert (myObject (attribute1 "attr11373") ) ) +(assert (myObject (attribute1 "attr11374") ) ) +(assert (myObject (attribute1 "attr11375") ) ) +(assert (myObject (attribute1 "attr11376") ) ) +(assert (myObject (attribute1 "attr11377") ) ) +(assert (myObject (attribute1 "attr11378") ) ) +(assert (myObject (attribute1 "attr11379") ) ) +(assert (myObject (attribute1 "attr11380") ) ) +(assert (myObject (attribute1 "attr11381") ) ) +(assert (myObject (attribute1 "attr11382") ) ) +(assert (myObject (attribute1 "attr11383") ) ) +(assert (myObject (attribute1 "attr11384") ) ) +(assert (myObject (attribute1 "attr11385") ) ) +(assert (myObject (attribute1 "attr11386") ) ) +(assert (myObject (attribute1 "attr11387") ) ) +(assert (myObject (attribute1 "attr11388") ) ) +(assert (myObject (attribute1 "attr11389") ) ) +(assert (myObject (attribute1 "attr11390") ) ) +(assert (myObject (attribute1 "attr11391") ) ) +(assert (myObject (attribute1 "attr11392") ) ) +(assert (myObject (attribute1 "attr11393") ) ) +(assert (myObject (attribute1 "attr11394") ) ) +(assert (myObject (attribute1 "attr11395") ) ) +(assert (myObject (attribute1 "attr11396") ) ) +(assert (myObject (attribute1 "attr11397") ) ) +(assert (myObject (attribute1 "attr11398") ) ) +(assert (myObject (attribute1 "attr11399") ) ) +(assert (myObject (attribute1 "attr11400") ) ) +(assert (myObject (attribute1 "attr11401") ) ) +(assert (myObject (attribute1 "attr11402") ) ) +(assert (myObject (attribute1 "attr11403") ) ) +(assert (myObject (attribute1 "attr11404") ) ) +(assert (myObject (attribute1 "attr11405") ) ) +(assert (myObject (attribute1 "attr11406") ) ) +(assert (myObject (attribute1 "attr11407") ) ) +(assert (myObject (attribute1 "attr11408") ) ) +(assert (myObject (attribute1 "attr11409") ) ) +(assert (myObject (attribute1 "attr11410") ) ) +(assert (myObject (attribute1 "attr11411") ) ) +(assert (myObject (attribute1 "attr11412") ) ) +(assert (myObject (attribute1 "attr11413") ) ) +(assert (myObject (attribute1 "attr11414") ) ) +(assert (myObject (attribute1 "attr11415") ) ) +(assert (myObject (attribute1 "attr11416") ) ) +(assert (myObject (attribute1 "attr11417") ) ) +(assert (myObject (attribute1 "attr11418") ) ) +(assert (myObject (attribute1 "attr11419") ) ) +(assert (myObject (attribute1 "attr11420") ) ) +(assert (myObject (attribute1 "attr11421") ) ) +(assert (myObject (attribute1 "attr11422") ) ) +(assert (myObject (attribute1 "attr11423") ) ) +(assert (myObject (attribute1 "attr11424") ) ) +(assert (myObject (attribute1 "attr11425") ) ) +(assert (myObject (attribute1 "attr11426") ) ) +(assert (myObject (attribute1 "attr11427") ) ) +(assert (myObject (attribute1 "attr11428") ) ) +(assert (myObject (attribute1 "attr11429") ) ) +(assert (myObject (attribute1 "attr11430") ) ) +(assert (myObject (attribute1 "attr11431") ) ) +(assert (myObject (attribute1 "attr11432") ) ) +(assert (myObject (attribute1 "attr11433") ) ) +(assert (myObject (attribute1 "attr11434") ) ) +(assert (myObject (attribute1 "attr11435") ) ) +(assert (myObject (attribute1 "attr11436") ) ) +(assert (myObject (attribute1 "attr11437") ) ) +(assert (myObject (attribute1 "attr11438") ) ) +(assert (myObject (attribute1 "attr11439") ) ) +(assert (myObject (attribute1 "attr11440") ) ) +(assert (myObject (attribute1 "attr11441") ) ) +(assert (myObject (attribute1 "attr11442") ) ) +(assert (myObject (attribute1 "attr11443") ) ) +(assert (myObject (attribute1 "attr11444") ) ) +(assert (myObject (attribute1 "attr11445") ) ) +(assert (myObject (attribute1 "attr11446") ) ) +(assert (myObject (attribute1 "attr11447") ) ) +(assert (myObject (attribute1 "attr11448") ) ) +(assert (myObject (attribute1 "attr11449") ) ) +(assert (myObject (attribute1 "attr11450") ) ) +(assert (myObject (attribute1 "attr11451") ) ) +(assert (myObject (attribute1 "attr11452") ) ) +(assert (myObject (attribute1 "attr11453") ) ) +(assert (myObject (attribute1 "attr11454") ) ) +(assert (myObject (attribute1 "attr11455") ) ) +(assert (myObject (attribute1 "attr11456") ) ) +(assert (myObject (attribute1 "attr11457") ) ) +(assert (myObject (attribute1 "attr11458") ) ) +(assert (myObject (attribute1 "attr11459") ) ) +(assert (myObject (attribute1 "attr11460") ) ) +(assert (myObject (attribute1 "attr11461") ) ) +(assert (myObject (attribute1 "attr11462") ) ) +(assert (myObject (attribute1 "attr11463") ) ) +(assert (myObject (attribute1 "attr11464") ) ) +(assert (myObject (attribute1 "attr11465") ) ) +(assert (myObject (attribute1 "attr11466") ) ) +(assert (myObject (attribute1 "attr11467") ) ) +(assert (myObject (attribute1 "attr11468") ) ) +(assert (myObject (attribute1 "attr11469") ) ) +(assert (myObject (attribute1 "attr11470") ) ) +(assert (myObject (attribute1 "attr11471") ) ) +(assert (myObject (attribute1 "attr11472") ) ) +(assert (myObject (attribute1 "attr11473") ) ) +(assert (myObject (attribute1 "attr11474") ) ) +(assert (myObject (attribute1 "attr11475") ) ) +(assert (myObject (attribute1 "attr11476") ) ) +(assert (myObject (attribute1 "attr11477") ) ) +(assert (myObject (attribute1 "attr11478") ) ) +(assert (myObject (attribute1 "attr11479") ) ) +(assert (myObject (attribute1 "attr11480") ) ) +(assert (myObject (attribute1 "attr11481") ) ) +(assert (myObject (attribute1 "attr11482") ) ) +(assert (myObject (attribute1 "attr11483") ) ) +(assert (myObject (attribute1 "attr11484") ) ) +(assert (myObject (attribute1 "attr11485") ) ) +(assert (myObject (attribute1 "attr11486") ) ) +(assert (myObject (attribute1 "attr11487") ) ) +(assert (myObject (attribute1 "attr11488") ) ) +(assert (myObject (attribute1 "attr11489") ) ) +(assert (myObject (attribute1 "attr11490") ) ) +(assert (myObject (attribute1 "attr11491") ) ) +(assert (myObject (attribute1 "attr11492") ) ) +(assert (myObject (attribute1 "attr11493") ) ) +(assert (myObject (attribute1 "attr11494") ) ) +(assert (myObject (attribute1 "attr11495") ) ) +(assert (myObject (attribute1 "attr11496") ) ) +(assert (myObject (attribute1 "attr11497") ) ) +(assert (myObject (attribute1 "attr11498") ) ) +(assert (myObject (attribute1 "attr11499") ) ) +(assert (myObject (attribute1 "attr11500") ) ) +(assert (myObject (attribute1 "attr11501") ) ) +(assert (myObject (attribute1 "attr11502") ) ) +(assert (myObject (attribute1 "attr11503") ) ) +(assert (myObject (attribute1 "attr11504") ) ) +(assert (myObject (attribute1 "attr11505") ) ) +(assert (myObject (attribute1 "attr11506") ) ) +(assert (myObject (attribute1 "attr11507") ) ) +(assert (myObject (attribute1 "attr11508") ) ) +(assert (myObject (attribute1 "attr11509") ) ) +(assert (myObject (attribute1 "attr11510") ) ) +(assert (myObject (attribute1 "attr11511") ) ) +(assert (myObject (attribute1 "attr11512") ) ) +(assert (myObject (attribute1 "attr11513") ) ) +(assert (myObject (attribute1 "attr11514") ) ) +(assert (myObject (attribute1 "attr11515") ) ) +(assert (myObject (attribute1 "attr11516") ) ) +(assert (myObject (attribute1 "attr11517") ) ) +(assert (myObject (attribute1 "attr11518") ) ) +(assert (myObject (attribute1 "attr11519") ) ) +(assert (myObject (attribute1 "attr11520") ) ) +(assert (myObject (attribute1 "attr11521") ) ) +(assert (myObject (attribute1 "attr11522") ) ) +(assert (myObject (attribute1 "attr11523") ) ) +(assert (myObject (attribute1 "attr11524") ) ) +(assert (myObject (attribute1 "attr11525") ) ) +(assert (myObject (attribute1 "attr11526") ) ) +(assert (myObject (attribute1 "attr11527") ) ) +(assert (myObject (attribute1 "attr11528") ) ) +(assert (myObject (attribute1 "attr11529") ) ) +(assert (myObject (attribute1 "attr11530") ) ) +(assert (myObject (attribute1 "attr11531") ) ) +(assert (myObject (attribute1 "attr11532") ) ) +(assert (myObject (attribute1 "attr11533") ) ) +(assert (myObject (attribute1 "attr11534") ) ) +(assert (myObject (attribute1 "attr11535") ) ) +(assert (myObject (attribute1 "attr11536") ) ) +(assert (myObject (attribute1 "attr11537") ) ) +(assert (myObject (attribute1 "attr11538") ) ) +(assert (myObject (attribute1 "attr11539") ) ) +(assert (myObject (attribute1 "attr11540") ) ) +(assert (myObject (attribute1 "attr11541") ) ) +(assert (myObject (attribute1 "attr11542") ) ) +(assert (myObject (attribute1 "attr11543") ) ) +(assert (myObject (attribute1 "attr11544") ) ) +(assert (myObject (attribute1 "attr11545") ) ) +(assert (myObject (attribute1 "attr11546") ) ) +(assert (myObject (attribute1 "attr11547") ) ) +(assert (myObject (attribute1 "attr11548") ) ) +(assert (myObject (attribute1 "attr11549") ) ) +(assert (myObject (attribute1 "attr11550") ) ) +(assert (myObject (attribute1 "attr11551") ) ) +(assert (myObject (attribute1 "attr11552") ) ) +(assert (myObject (attribute1 "attr11553") ) ) +(assert (myObject (attribute1 "attr11554") ) ) +(assert (myObject (attribute1 "attr11555") ) ) +(assert (myObject (attribute1 "attr11556") ) ) +(assert (myObject (attribute1 "attr11557") ) ) +(assert (myObject (attribute1 "attr11558") ) ) +(assert (myObject (attribute1 "attr11559") ) ) +(assert (myObject (attribute1 "attr11560") ) ) +(assert (myObject (attribute1 "attr11561") ) ) +(assert (myObject (attribute1 "attr11562") ) ) +(assert (myObject (attribute1 "attr11563") ) ) +(assert (myObject (attribute1 "attr11564") ) ) +(assert (myObject (attribute1 "attr11565") ) ) +(assert (myObject (attribute1 "attr11566") ) ) +(assert (myObject (attribute1 "attr11567") ) ) +(assert (myObject (attribute1 "attr11568") ) ) +(assert (myObject (attribute1 "attr11569") ) ) +(assert (myObject (attribute1 "attr11570") ) ) +(assert (myObject (attribute1 "attr11571") ) ) +(assert (myObject (attribute1 "attr11572") ) ) +(assert (myObject (attribute1 "attr11573") ) ) +(assert (myObject (attribute1 "attr11574") ) ) +(assert (myObject (attribute1 "attr11575") ) ) +(assert (myObject (attribute1 "attr11576") ) ) +(assert (myObject (attribute1 "attr11577") ) ) +(assert (myObject (attribute1 "attr11578") ) ) +(assert (myObject (attribute1 "attr11579") ) ) +(assert (myObject (attribute1 "attr11580") ) ) +(assert (myObject (attribute1 "attr11581") ) ) +(assert (myObject (attribute1 "attr11582") ) ) +(assert (myObject (attribute1 "attr11583") ) ) +(assert (myObject (attribute1 "attr11584") ) ) +(assert (myObject (attribute1 "attr11585") ) ) +(assert (myObject (attribute1 "attr11586") ) ) +(assert (myObject (attribute1 "attr11587") ) ) +(assert (myObject (attribute1 "attr11588") ) ) +(assert (myObject (attribute1 "attr11589") ) ) +(assert (myObject (attribute1 "attr11590") ) ) +(assert (myObject (attribute1 "attr11591") ) ) +(assert (myObject (attribute1 "attr11592") ) ) +(assert (myObject (attribute1 "attr11593") ) ) +(assert (myObject (attribute1 "attr11594") ) ) +(assert (myObject (attribute1 "attr11595") ) ) +(assert (myObject (attribute1 "attr11596") ) ) +(assert (myObject (attribute1 "attr11597") ) ) +(assert (myObject (attribute1 "attr11598") ) ) +(assert (myObject (attribute1 "attr11599") ) ) +(assert (myObject (attribute1 "attr11600") ) ) +(assert (myObject (attribute1 "attr11601") ) ) +(assert (myObject (attribute1 "attr11602") ) ) +(assert (myObject (attribute1 "attr11603") ) ) +(assert (myObject (attribute1 "attr11604") ) ) +(assert (myObject (attribute1 "attr11605") ) ) +(assert (myObject (attribute1 "attr11606") ) ) +(assert (myObject (attribute1 "attr11607") ) ) +(assert (myObject (attribute1 "attr11608") ) ) +(assert (myObject (attribute1 "attr11609") ) ) +(assert (myObject (attribute1 "attr11610") ) ) +(assert (myObject (attribute1 "attr11611") ) ) +(assert (myObject (attribute1 "attr11612") ) ) +(assert (myObject (attribute1 "attr11613") ) ) +(assert (myObject (attribute1 "attr11614") ) ) +(assert (myObject (attribute1 "attr11615") ) ) +(assert (myObject (attribute1 "attr11616") ) ) +(assert (myObject (attribute1 "attr11617") ) ) +(assert (myObject (attribute1 "attr11618") ) ) +(assert (myObject (attribute1 "attr11619") ) ) +(assert (myObject (attribute1 "attr11620") ) ) +(assert (myObject (attribute1 "attr11621") ) ) +(assert (myObject (attribute1 "attr11622") ) ) +(assert (myObject (attribute1 "attr11623") ) ) +(assert (myObject (attribute1 "attr11624") ) ) +(assert (myObject (attribute1 "attr11625") ) ) +(assert (myObject (attribute1 "attr11626") ) ) +(assert (myObject (attribute1 "attr11627") ) ) +(assert (myObject (attribute1 "attr11628") ) ) +(assert (myObject (attribute1 "attr11629") ) ) +(assert (myObject (attribute1 "attr11630") ) ) +(assert (myObject (attribute1 "attr11631") ) ) +(assert (myObject (attribute1 "attr11632") ) ) +(assert (myObject (attribute1 "attr11633") ) ) +(assert (myObject (attribute1 "attr11634") ) ) +(assert (myObject (attribute1 "attr11635") ) ) +(assert (myObject (attribute1 "attr11636") ) ) +(assert (myObject (attribute1 "attr11637") ) ) +(assert (myObject (attribute1 "attr11638") ) ) +(assert (myObject (attribute1 "attr11639") ) ) +(assert (myObject (attribute1 "attr11640") ) ) +(assert (myObject (attribute1 "attr11641") ) ) +(assert (myObject (attribute1 "attr11642") ) ) +(assert (myObject (attribute1 "attr11643") ) ) +(assert (myObject (attribute1 "attr11644") ) ) +(assert (myObject (attribute1 "attr11645") ) ) +(assert (myObject (attribute1 "attr11646") ) ) +(assert (myObject (attribute1 "attr11647") ) ) +(assert (myObject (attribute1 "attr11648") ) ) +(assert (myObject (attribute1 "attr11649") ) ) +(assert (myObject (attribute1 "attr11650") ) ) +(assert (myObject (attribute1 "attr11651") ) ) +(assert (myObject (attribute1 "attr11652") ) ) +(assert (myObject (attribute1 "attr11653") ) ) +(assert (myObject (attribute1 "attr11654") ) ) +(assert (myObject (attribute1 "attr11655") ) ) +(assert (myObject (attribute1 "attr11656") ) ) +(assert (myObject (attribute1 "attr11657") ) ) +(assert (myObject (attribute1 "attr11658") ) ) +(assert (myObject (attribute1 "attr11659") ) ) +(assert (myObject (attribute1 "attr11660") ) ) +(assert (myObject (attribute1 "attr11661") ) ) +(assert (myObject (attribute1 "attr11662") ) ) +(assert (myObject (attribute1 "attr11663") ) ) +(assert (myObject (attribute1 "attr11664") ) ) +(assert (myObject (attribute1 "attr11665") ) ) +(assert (myObject (attribute1 "attr11666") ) ) +(assert (myObject (attribute1 "attr11667") ) ) +(assert (myObject (attribute1 "attr11668") ) ) +(assert (myObject (attribute1 "attr11669") ) ) +(assert (myObject (attribute1 "attr11670") ) ) +(assert (myObject (attribute1 "attr11671") ) ) +(assert (myObject (attribute1 "attr11672") ) ) +(assert (myObject (attribute1 "attr11673") ) ) +(assert (myObject (attribute1 "attr11674") ) ) +(assert (myObject (attribute1 "attr11675") ) ) +(assert (myObject (attribute1 "attr11676") ) ) +(assert (myObject (attribute1 "attr11677") ) ) +(assert (myObject (attribute1 "attr11678") ) ) +(assert (myObject (attribute1 "attr11679") ) ) +(assert (myObject (attribute1 "attr11680") ) ) +(assert (myObject (attribute1 "attr11681") ) ) +(assert (myObject (attribute1 "attr11682") ) ) +(assert (myObject (attribute1 "attr11683") ) ) +(assert (myObject (attribute1 "attr11684") ) ) +(assert (myObject (attribute1 "attr11685") ) ) +(assert (myObject (attribute1 "attr11686") ) ) +(assert (myObject (attribute1 "attr11687") ) ) +(assert (myObject (attribute1 "attr11688") ) ) +(assert (myObject (attribute1 "attr11689") ) ) +(assert (myObject (attribute1 "attr11690") ) ) +(assert (myObject (attribute1 "attr11691") ) ) +(assert (myObject (attribute1 "attr11692") ) ) +(assert (myObject (attribute1 "attr11693") ) ) +(assert (myObject (attribute1 "attr11694") ) ) +(assert (myObject (attribute1 "attr11695") ) ) +(assert (myObject (attribute1 "attr11696") ) ) +(assert (myObject (attribute1 "attr11697") ) ) +(assert (myObject (attribute1 "attr11698") ) ) +(assert (myObject (attribute1 "attr11699") ) ) +(assert (myObject (attribute1 "attr11700") ) ) +(assert (myObject (attribute1 "attr11701") ) ) +(assert (myObject (attribute1 "attr11702") ) ) +(assert (myObject (attribute1 "attr11703") ) ) +(assert (myObject (attribute1 "attr11704") ) ) +(assert (myObject (attribute1 "attr11705") ) ) +(assert (myObject (attribute1 "attr11706") ) ) +(assert (myObject (attribute1 "attr11707") ) ) +(assert (myObject (attribute1 "attr11708") ) ) +(assert (myObject (attribute1 "attr11709") ) ) +(assert (myObject (attribute1 "attr11710") ) ) +(assert (myObject (attribute1 "attr11711") ) ) +(assert (myObject (attribute1 "attr11712") ) ) +(assert (myObject (attribute1 "attr11713") ) ) +(assert (myObject (attribute1 "attr11714") ) ) +(assert (myObject (attribute1 "attr11715") ) ) +(assert (myObject (attribute1 "attr11716") ) ) +(assert (myObject (attribute1 "attr11717") ) ) +(assert (myObject (attribute1 "attr11718") ) ) +(assert (myObject (attribute1 "attr11719") ) ) +(assert (myObject (attribute1 "attr11720") ) ) +(assert (myObject (attribute1 "attr11721") ) ) +(assert (myObject (attribute1 "attr11722") ) ) +(assert (myObject (attribute1 "attr11723") ) ) +(assert (myObject (attribute1 "attr11724") ) ) +(assert (myObject (attribute1 "attr11725") ) ) +(assert (myObject (attribute1 "attr11726") ) ) +(assert (myObject (attribute1 "attr11727") ) ) +(assert (myObject (attribute1 "attr11728") ) ) +(assert (myObject (attribute1 "attr11729") ) ) +(assert (myObject (attribute1 "attr11730") ) ) +(assert (myObject (attribute1 "attr11731") ) ) +(assert (myObject (attribute1 "attr11732") ) ) +(assert (myObject (attribute1 "attr11733") ) ) +(assert (myObject (attribute1 "attr11734") ) ) +(assert (myObject (attribute1 "attr11735") ) ) +(assert (myObject (attribute1 "attr11736") ) ) +(assert (myObject (attribute1 "attr11737") ) ) +(assert (myObject (attribute1 "attr11738") ) ) +(assert (myObject (attribute1 "attr11739") ) ) +(assert (myObject (attribute1 "attr11740") ) ) +(assert (myObject (attribute1 "attr11741") ) ) +(assert (myObject (attribute1 "attr11742") ) ) +(assert (myObject (attribute1 "attr11743") ) ) +(assert (myObject (attribute1 "attr11744") ) ) +(assert (myObject (attribute1 "attr11745") ) ) +(assert (myObject (attribute1 "attr11746") ) ) +(assert (myObject (attribute1 "attr11747") ) ) +(assert (myObject (attribute1 "attr11748") ) ) +(assert (myObject (attribute1 "attr11749") ) ) +(assert (myObject (attribute1 "attr11750") ) ) +(assert (myObject (attribute1 "attr11751") ) ) +(assert (myObject (attribute1 "attr11752") ) ) +(assert (myObject (attribute1 "attr11753") ) ) +(assert (myObject (attribute1 "attr11754") ) ) +(assert (myObject (attribute1 "attr11755") ) ) +(assert (myObject (attribute1 "attr11756") ) ) +(assert (myObject (attribute1 "attr11757") ) ) +(assert (myObject (attribute1 "attr11758") ) ) +(assert (myObject (attribute1 "attr11759") ) ) +(assert (myObject (attribute1 "attr11760") ) ) +(assert (myObject (attribute1 "attr11761") ) ) +(assert (myObject (attribute1 "attr11762") ) ) +(assert (myObject (attribute1 "attr11763") ) ) +(assert (myObject (attribute1 "attr11764") ) ) +(assert (myObject (attribute1 "attr11765") ) ) +(assert (myObject (attribute1 "attr11766") ) ) +(assert (myObject (attribute1 "attr11767") ) ) +(assert (myObject (attribute1 "attr11768") ) ) +(assert (myObject (attribute1 "attr11769") ) ) +(assert (myObject (attribute1 "attr11770") ) ) +(assert (myObject (attribute1 "attr11771") ) ) +(assert (myObject (attribute1 "attr11772") ) ) +(assert (myObject (attribute1 "attr11773") ) ) +(assert (myObject (attribute1 "attr11774") ) ) +(assert (myObject (attribute1 "attr11775") ) ) +(assert (myObject (attribute1 "attr11776") ) ) +(assert (myObject (attribute1 "attr11777") ) ) +(assert (myObject (attribute1 "attr11778") ) ) +(assert (myObject (attribute1 "attr11779") ) ) +(assert (myObject (attribute1 "attr11780") ) ) +(assert (myObject (attribute1 "attr11781") ) ) +(assert (myObject (attribute1 "attr11782") ) ) +(assert (myObject (attribute1 "attr11783") ) ) +(assert (myObject (attribute1 "attr11784") ) ) +(assert (myObject (attribute1 "attr11785") ) ) +(assert (myObject (attribute1 "attr11786") ) ) +(assert (myObject (attribute1 "attr11787") ) ) +(assert (myObject (attribute1 "attr11788") ) ) +(assert (myObject (attribute1 "attr11789") ) ) +(assert (myObject (attribute1 "attr11790") ) ) +(assert (myObject (attribute1 "attr11791") ) ) +(assert (myObject (attribute1 "attr11792") ) ) +(assert (myObject (attribute1 "attr11793") ) ) +(assert (myObject (attribute1 "attr11794") ) ) +(assert (myObject (attribute1 "attr11795") ) ) +(assert (myObject (attribute1 "attr11796") ) ) +(assert (myObject (attribute1 "attr11797") ) ) +(assert (myObject (attribute1 "attr11798") ) ) +(assert (myObject (attribute1 "attr11799") ) ) +(assert (myObject (attribute1 "attr11800") ) ) +(assert (myObject (attribute1 "attr11801") ) ) +(assert (myObject (attribute1 "attr11802") ) ) +(assert (myObject (attribute1 "attr11803") ) ) +(assert (myObject (attribute1 "attr11804") ) ) +(assert (myObject (attribute1 "attr11805") ) ) +(assert (myObject (attribute1 "attr11806") ) ) +(assert (myObject (attribute1 "attr11807") ) ) +(assert (myObject (attribute1 "attr11808") ) ) +(assert (myObject (attribute1 "attr11809") ) ) +(assert (myObject (attribute1 "attr11810") ) ) +(assert (myObject (attribute1 "attr11811") ) ) +(assert (myObject (attribute1 "attr11812") ) ) +(assert (myObject (attribute1 "attr11813") ) ) +(assert (myObject (attribute1 "attr11814") ) ) +(assert (myObject (attribute1 "attr11815") ) ) +(assert (myObject (attribute1 "attr11816") ) ) +(assert (myObject (attribute1 "attr11817") ) ) +(assert (myObject (attribute1 "attr11818") ) ) +(assert (myObject (attribute1 "attr11819") ) ) +(assert (myObject (attribute1 "attr11820") ) ) +(assert (myObject (attribute1 "attr11821") ) ) +(assert (myObject (attribute1 "attr11822") ) ) +(assert (myObject (attribute1 "attr11823") ) ) +(assert (myObject (attribute1 "attr11824") ) ) +(assert (myObject (attribute1 "attr11825") ) ) +(assert (myObject (attribute1 "attr11826") ) ) +(assert (myObject (attribute1 "attr11827") ) ) +(assert (myObject (attribute1 "attr11828") ) ) +(assert (myObject (attribute1 "attr11829") ) ) +(assert (myObject (attribute1 "attr11830") ) ) +(assert (myObject (attribute1 "attr11831") ) ) +(assert (myObject (attribute1 "attr11832") ) ) +(assert (myObject (attribute1 "attr11833") ) ) +(assert (myObject (attribute1 "attr11834") ) ) +(assert (myObject (attribute1 "attr11835") ) ) +(assert (myObject (attribute1 "attr11836") ) ) +(assert (myObject (attribute1 "attr11837") ) ) +(assert (myObject (attribute1 "attr11838") ) ) +(assert (myObject (attribute1 "attr11839") ) ) +(assert (myObject (attribute1 "attr11840") ) ) +(assert (myObject (attribute1 "attr11841") ) ) +(assert (myObject (attribute1 "attr11842") ) ) +(assert (myObject (attribute1 "attr11843") ) ) +(assert (myObject (attribute1 "attr11844") ) ) +(assert (myObject (attribute1 "attr11845") ) ) +(assert (myObject (attribute1 "attr11846") ) ) +(assert (myObject (attribute1 "attr11847") ) ) +(assert (myObject (attribute1 "attr11848") ) ) +(assert (myObject (attribute1 "attr11849") ) ) +(assert (myObject (attribute1 "attr11850") ) ) +(assert (myObject (attribute1 "attr11851") ) ) +(assert (myObject (attribute1 "attr11852") ) ) +(assert (myObject (attribute1 "attr11853") ) ) +(assert (myObject (attribute1 "attr11854") ) ) +(assert (myObject (attribute1 "attr11855") ) ) +(assert (myObject (attribute1 "attr11856") ) ) +(assert (myObject (attribute1 "attr11857") ) ) +(assert (myObject (attribute1 "attr11858") ) ) +(assert (myObject (attribute1 "attr11859") ) ) +(assert (myObject (attribute1 "attr11860") ) ) +(assert (myObject (attribute1 "attr11861") ) ) +(assert (myObject (attribute1 "attr11862") ) ) +(assert (myObject (attribute1 "attr11863") ) ) +(assert (myObject (attribute1 "attr11864") ) ) +(assert (myObject (attribute1 "attr11865") ) ) +(assert (myObject (attribute1 "attr11866") ) ) +(assert (myObject (attribute1 "attr11867") ) ) +(assert (myObject (attribute1 "attr11868") ) ) +(assert (myObject (attribute1 "attr11869") ) ) +(assert (myObject (attribute1 "attr11870") ) ) +(assert (myObject (attribute1 "attr11871") ) ) +(assert (myObject (attribute1 "attr11872") ) ) +(assert (myObject (attribute1 "attr11873") ) ) +(assert (myObject (attribute1 "attr11874") ) ) +(assert (myObject (attribute1 "attr11875") ) ) +(assert (myObject (attribute1 "attr11876") ) ) +(assert (myObject (attribute1 "attr11877") ) ) +(assert (myObject (attribute1 "attr11878") ) ) +(assert (myObject (attribute1 "attr11879") ) ) +(assert (myObject (attribute1 "attr11880") ) ) +(assert (myObject (attribute1 "attr11881") ) ) +(assert (myObject (attribute1 "attr11882") ) ) +(assert (myObject (attribute1 "attr11883") ) ) +(assert (myObject (attribute1 "attr11884") ) ) +(assert (myObject (attribute1 "attr11885") ) ) +(assert (myObject (attribute1 "attr11886") ) ) +(assert (myObject (attribute1 "attr11887") ) ) +(assert (myObject (attribute1 "attr11888") ) ) +(assert (myObject (attribute1 "attr11889") ) ) +(assert (myObject (attribute1 "attr11890") ) ) +(assert (myObject (attribute1 "attr11891") ) ) +(assert (myObject (attribute1 "attr11892") ) ) +(assert (myObject (attribute1 "attr11893") ) ) +(assert (myObject (attribute1 "attr11894") ) ) +(assert (myObject (attribute1 "attr11895") ) ) +(assert (myObject (attribute1 "attr11896") ) ) +(assert (myObject (attribute1 "attr11897") ) ) +(assert (myObject (attribute1 "attr11898") ) ) +(assert (myObject (attribute1 "attr11899") ) ) +(assert (myObject (attribute1 "attr11900") ) ) +(assert (myObject (attribute1 "attr11901") ) ) +(assert (myObject (attribute1 "attr11902") ) ) +(assert (myObject (attribute1 "attr11903") ) ) +(assert (myObject (attribute1 "attr11904") ) ) +(assert (myObject (attribute1 "attr11905") ) ) +(assert (myObject (attribute1 "attr11906") ) ) +(assert (myObject (attribute1 "attr11907") ) ) +(assert (myObject (attribute1 "attr11908") ) ) +(assert (myObject (attribute1 "attr11909") ) ) +(assert (myObject (attribute1 "attr11910") ) ) +(assert (myObject (attribute1 "attr11911") ) ) +(assert (myObject (attribute1 "attr11912") ) ) +(assert (myObject (attribute1 "attr11913") ) ) +(assert (myObject (attribute1 "attr11914") ) ) +(assert (myObject (attribute1 "attr11915") ) ) +(assert (myObject (attribute1 "attr11916") ) ) +(assert (myObject (attribute1 "attr11917") ) ) +(assert (myObject (attribute1 "attr11918") ) ) +(assert (myObject (attribute1 "attr11919") ) ) +(assert (myObject (attribute1 "attr11920") ) ) +(assert (myObject (attribute1 "attr11921") ) ) +(assert (myObject (attribute1 "attr11922") ) ) +(assert (myObject (attribute1 "attr11923") ) ) +(assert (myObject (attribute1 "attr11924") ) ) +(assert (myObject (attribute1 "attr11925") ) ) +(assert (myObject (attribute1 "attr11926") ) ) +(assert (myObject (attribute1 "attr11927") ) ) +(assert (myObject (attribute1 "attr11928") ) ) +(assert (myObject (attribute1 "attr11929") ) ) +(assert (myObject (attribute1 "attr11930") ) ) +(assert (myObject (attribute1 "attr11931") ) ) +(assert (myObject (attribute1 "attr11932") ) ) +(assert (myObject (attribute1 "attr11933") ) ) +(assert (myObject (attribute1 "attr11934") ) ) +(assert (myObject (attribute1 "attr11935") ) ) +(assert (myObject (attribute1 "attr11936") ) ) +(assert (myObject (attribute1 "attr11937") ) ) +(assert (myObject (attribute1 "attr11938") ) ) +(assert (myObject (attribute1 "attr11939") ) ) +(assert (myObject (attribute1 "attr11940") ) ) +(assert (myObject (attribute1 "attr11941") ) ) +(assert (myObject (attribute1 "attr11942") ) ) +(assert (myObject (attribute1 "attr11943") ) ) +(assert (myObject (attribute1 "attr11944") ) ) +(assert (myObject (attribute1 "attr11945") ) ) +(assert (myObject (attribute1 "attr11946") ) ) +(assert (myObject (attribute1 "attr11947") ) ) +(assert (myObject (attribute1 "attr11948") ) ) +(assert (myObject (attribute1 "attr11949") ) ) +(assert (myObject (attribute1 "attr11950") ) ) +(assert (myObject (attribute1 "attr11951") ) ) +(assert (myObject (attribute1 "attr11952") ) ) +(assert (myObject (attribute1 "attr11953") ) ) +(assert (myObject (attribute1 "attr11954") ) ) +(assert (myObject (attribute1 "attr11955") ) ) +(assert (myObject (attribute1 "attr11956") ) ) +(assert (myObject (attribute1 "attr11957") ) ) +(assert (myObject (attribute1 "attr11958") ) ) +(assert (myObject (attribute1 "attr11959") ) ) +(assert (myObject (attribute1 "attr11960") ) ) +(assert (myObject (attribute1 "attr11961") ) ) +(assert (myObject (attribute1 "attr11962") ) ) +(assert (myObject (attribute1 "attr11963") ) ) +(assert (myObject (attribute1 "attr11964") ) ) +(assert (myObject (attribute1 "attr11965") ) ) +(assert (myObject (attribute1 "attr11966") ) ) +(assert (myObject (attribute1 "attr11967") ) ) +(assert (myObject (attribute1 "attr11968") ) ) +(assert (myObject (attribute1 "attr11969") ) ) +(assert (myObject (attribute1 "attr11970") ) ) +(assert (myObject (attribute1 "attr11971") ) ) +(assert (myObject (attribute1 "attr11972") ) ) +(assert (myObject (attribute1 "attr11973") ) ) +(assert (myObject (attribute1 "attr11974") ) ) +(assert (myObject (attribute1 "attr11975") ) ) +(assert (myObject (attribute1 "attr11976") ) ) +(assert (myObject (attribute1 "attr11977") ) ) +(assert (myObject (attribute1 "attr11978") ) ) +(assert (myObject (attribute1 "attr11979") ) ) +(assert (myObject (attribute1 "attr11980") ) ) +(assert (myObject (attribute1 "attr11981") ) ) +(assert (myObject (attribute1 "attr11982") ) ) +(assert (myObject (attribute1 "attr11983") ) ) +(assert (myObject (attribute1 "attr11984") ) ) +(assert (myObject (attribute1 "attr11985") ) ) +(assert (myObject (attribute1 "attr11986") ) ) +(assert (myObject (attribute1 "attr11987") ) ) +(assert (myObject (attribute1 "attr11988") ) ) +(assert (myObject (attribute1 "attr11989") ) ) +(assert (myObject (attribute1 "attr11990") ) ) +(assert (myObject (attribute1 "attr11991") ) ) +(assert (myObject (attribute1 "attr11992") ) ) +(assert (myObject (attribute1 "attr11993") ) ) +(assert (myObject (attribute1 "attr11994") ) ) +(assert (myObject (attribute1 "attr11995") ) ) +(assert (myObject (attribute1 "attr11996") ) ) +(assert (myObject (attribute1 "attr11997") ) ) +(assert (myObject (attribute1 "attr11998") ) ) +(assert (myObject (attribute1 "attr11999") ) ) +(assert (myObject (attribute1 "attr12000") ) ) +(assert (myObject (attribute1 "attr12001") ) ) +(assert (myObject (attribute1 "attr12002") ) ) +(assert (myObject (attribute1 "attr12003") ) ) +(assert (myObject (attribute1 "attr12004") ) ) +(assert (myObject (attribute1 "attr12005") ) ) +(assert (myObject (attribute1 "attr12006") ) ) +(assert (myObject (attribute1 "attr12007") ) ) +(assert (myObject (attribute1 "attr12008") ) ) +(assert (myObject (attribute1 "attr12009") ) ) +(assert (myObject (attribute1 "attr12010") ) ) +(assert (myObject (attribute1 "attr12011") ) ) +(assert (myObject (attribute1 "attr12012") ) ) +(assert (myObject (attribute1 "attr12013") ) ) +(assert (myObject (attribute1 "attr12014") ) ) +(assert (myObject (attribute1 "attr12015") ) ) +(assert (myObject (attribute1 "attr12016") ) ) +(assert (myObject (attribute1 "attr12017") ) ) +(assert (myObject (attribute1 "attr12018") ) ) +(assert (myObject (attribute1 "attr12019") ) ) +(assert (myObject (attribute1 "attr12020") ) ) +(assert (myObject (attribute1 "attr12021") ) ) +(assert (myObject (attribute1 "attr12022") ) ) +(assert (myObject (attribute1 "attr12023") ) ) +(assert (myObject (attribute1 "attr12024") ) ) +(assert (myObject (attribute1 "attr12025") ) ) +(assert (myObject (attribute1 "attr12026") ) ) +(assert (myObject (attribute1 "attr12027") ) ) +(assert (myObject (attribute1 "attr12028") ) ) +(assert (myObject (attribute1 "attr12029") ) ) +(assert (myObject (attribute1 "attr12030") ) ) +(assert (myObject (attribute1 "attr12031") ) ) +(assert (myObject (attribute1 "attr12032") ) ) +(assert (myObject (attribute1 "attr12033") ) ) +(assert (myObject (attribute1 "attr12034") ) ) +(assert (myObject (attribute1 "attr12035") ) ) +(assert (myObject (attribute1 "attr12036") ) ) +(assert (myObject (attribute1 "attr12037") ) ) +(assert (myObject (attribute1 "attr12038") ) ) +(assert (myObject (attribute1 "attr12039") ) ) +(assert (myObject (attribute1 "attr12040") ) ) +(assert (myObject (attribute1 "attr12041") ) ) +(assert (myObject (attribute1 "attr12042") ) ) +(assert (myObject (attribute1 "attr12043") ) ) +(assert (myObject (attribute1 "attr12044") ) ) +(assert (myObject (attribute1 "attr12045") ) ) +(assert (myObject (attribute1 "attr12046") ) ) +(assert (myObject (attribute1 "attr12047") ) ) +(assert (myObject (attribute1 "attr12048") ) ) +(assert (myObject (attribute1 "attr12049") ) ) +(assert (myObject (attribute1 "attr12050") ) ) +(assert (myObject (attribute1 "attr12051") ) ) +(assert (myObject (attribute1 "attr12052") ) ) +(assert (myObject (attribute1 "attr12053") ) ) +(assert (myObject (attribute1 "attr12054") ) ) +(assert (myObject (attribute1 "attr12055") ) ) +(assert (myObject (attribute1 "attr12056") ) ) +(assert (myObject (attribute1 "attr12057") ) ) +(assert (myObject (attribute1 "attr12058") ) ) +(assert (myObject (attribute1 "attr12059") ) ) +(assert (myObject (attribute1 "attr12060") ) ) +(assert (myObject (attribute1 "attr12061") ) ) +(assert (myObject (attribute1 "attr12062") ) ) +(assert (myObject (attribute1 "attr12063") ) ) +(assert (myObject (attribute1 "attr12064") ) ) +(assert (myObject (attribute1 "attr12065") ) ) +(assert (myObject (attribute1 "attr12066") ) ) +(assert (myObject (attribute1 "attr12067") ) ) +(assert (myObject (attribute1 "attr12068") ) ) +(assert (myObject (attribute1 "attr12069") ) ) +(assert (myObject (attribute1 "attr12070") ) ) +(assert (myObject (attribute1 "attr12071") ) ) +(assert (myObject (attribute1 "attr12072") ) ) +(assert (myObject (attribute1 "attr12073") ) ) +(assert (myObject (attribute1 "attr12074") ) ) +(assert (myObject (attribute1 "attr12075") ) ) +(assert (myObject (attribute1 "attr12076") ) ) +(assert (myObject (attribute1 "attr12077") ) ) +(assert (myObject (attribute1 "attr12078") ) ) +(assert (myObject (attribute1 "attr12079") ) ) +(assert (myObject (attribute1 "attr12080") ) ) +(assert (myObject (attribute1 "attr12081") ) ) +(assert (myObject (attribute1 "attr12082") ) ) +(assert (myObject (attribute1 "attr12083") ) ) +(assert (myObject (attribute1 "attr12084") ) ) +(assert (myObject (attribute1 "attr12085") ) ) +(assert (myObject (attribute1 "attr12086") ) ) +(assert (myObject (attribute1 "attr12087") ) ) +(assert (myObject (attribute1 "attr12088") ) ) +(assert (myObject (attribute1 "attr12089") ) ) +(assert (myObject (attribute1 "attr12090") ) ) +(assert (myObject (attribute1 "attr12091") ) ) +(assert (myObject (attribute1 "attr12092") ) ) +(assert (myObject (attribute1 "attr12093") ) ) +(assert (myObject (attribute1 "attr12094") ) ) +(assert (myObject (attribute1 "attr12095") ) ) +(assert (myObject (attribute1 "attr12096") ) ) +(assert (myObject (attribute1 "attr12097") ) ) +(assert (myObject (attribute1 "attr12098") ) ) +(assert (myObject (attribute1 "attr12099") ) ) +(assert (myObject (attribute1 "attr12100") ) ) +(assert (myObject (attribute1 "attr12101") ) ) +(assert (myObject (attribute1 "attr12102") ) ) +(assert (myObject (attribute1 "attr12103") ) ) +(assert (myObject (attribute1 "attr12104") ) ) +(assert (myObject (attribute1 "attr12105") ) ) +(assert (myObject (attribute1 "attr12106") ) ) +(assert (myObject (attribute1 "attr12107") ) ) +(assert (myObject (attribute1 "attr12108") ) ) +(assert (myObject (attribute1 "attr12109") ) ) +(assert (myObject (attribute1 "attr12110") ) ) +(assert (myObject (attribute1 "attr12111") ) ) +(assert (myObject (attribute1 "attr12112") ) ) +(assert (myObject (attribute1 "attr12113") ) ) +(assert (myObject (attribute1 "attr12114") ) ) +(assert (myObject (attribute1 "attr12115") ) ) +(assert (myObject (attribute1 "attr12116") ) ) +(assert (myObject (attribute1 "attr12117") ) ) +(assert (myObject (attribute1 "attr12118") ) ) +(assert (myObject (attribute1 "attr12119") ) ) +(assert (myObject (attribute1 "attr12120") ) ) +(assert (myObject (attribute1 "attr12121") ) ) +(assert (myObject (attribute1 "attr12122") ) ) +(assert (myObject (attribute1 "attr12123") ) ) +(assert (myObject (attribute1 "attr12124") ) ) +(assert (myObject (attribute1 "attr12125") ) ) +(assert (myObject (attribute1 "attr12126") ) ) +(assert (myObject (attribute1 "attr12127") ) ) +(assert (myObject (attribute1 "attr12128") ) ) +(assert (myObject (attribute1 "attr12129") ) ) +(assert (myObject (attribute1 "attr12130") ) ) +(assert (myObject (attribute1 "attr12131") ) ) +(assert (myObject (attribute1 "attr12132") ) ) +(assert (myObject (attribute1 "attr12133") ) ) +(assert (myObject (attribute1 "attr12134") ) ) +(assert (myObject (attribute1 "attr12135") ) ) +(assert (myObject (attribute1 "attr12136") ) ) +(assert (myObject (attribute1 "attr12137") ) ) +(assert (myObject (attribute1 "attr12138") ) ) +(assert (myObject (attribute1 "attr12139") ) ) +(assert (myObject (attribute1 "attr12140") ) ) +(assert (myObject (attribute1 "attr12141") ) ) +(assert (myObject (attribute1 "attr12142") ) ) +(assert (myObject (attribute1 "attr12143") ) ) +(assert (myObject (attribute1 "attr12144") ) ) +(assert (myObject (attribute1 "attr12145") ) ) +(assert (myObject (attribute1 "attr12146") ) ) +(assert (myObject (attribute1 "attr12147") ) ) +(assert (myObject (attribute1 "attr12148") ) ) +(assert (myObject (attribute1 "attr12149") ) ) +(assert (myObject (attribute1 "attr12150") ) ) +(assert (myObject (attribute1 "attr12151") ) ) +(assert (myObject (attribute1 "attr12152") ) ) +(assert (myObject (attribute1 "attr12153") ) ) +(assert (myObject (attribute1 "attr12154") ) ) +(assert (myObject (attribute1 "attr12155") ) ) +(assert (myObject (attribute1 "attr12156") ) ) +(assert (myObject (attribute1 "attr12157") ) ) +(assert (myObject (attribute1 "attr12158") ) ) +(assert (myObject (attribute1 "attr12159") ) ) +(assert (myObject (attribute1 "attr12160") ) ) +(assert (myObject (attribute1 "attr12161") ) ) +(assert (myObject (attribute1 "attr12162") ) ) +(assert (myObject (attribute1 "attr12163") ) ) +(assert (myObject (attribute1 "attr12164") ) ) +(assert (myObject (attribute1 "attr12165") ) ) +(assert (myObject (attribute1 "attr12166") ) ) +(assert (myObject (attribute1 "attr12167") ) ) +(assert (myObject (attribute1 "attr12168") ) ) +(assert (myObject (attribute1 "attr12169") ) ) +(assert (myObject (attribute1 "attr12170") ) ) +(assert (myObject (attribute1 "attr12171") ) ) +(assert (myObject (attribute1 "attr12172") ) ) +(assert (myObject (attribute1 "attr12173") ) ) +(assert (myObject (attribute1 "attr12174") ) ) +(assert (myObject (attribute1 "attr12175") ) ) +(assert (myObject (attribute1 "attr12176") ) ) +(assert (myObject (attribute1 "attr12177") ) ) +(assert (myObject (attribute1 "attr12178") ) ) +(assert (myObject (attribute1 "attr12179") ) ) +(assert (myObject (attribute1 "attr12180") ) ) +(assert (myObject (attribute1 "attr12181") ) ) +(assert (myObject (attribute1 "attr12182") ) ) +(assert (myObject (attribute1 "attr12183") ) ) +(assert (myObject (attribute1 "attr12184") ) ) +(assert (myObject (attribute1 "attr12185") ) ) +(assert (myObject (attribute1 "attr12186") ) ) +(assert (myObject (attribute1 "attr12187") ) ) +(assert (myObject (attribute1 "attr12188") ) ) +(assert (myObject (attribute1 "attr12189") ) ) +(assert (myObject (attribute1 "attr12190") ) ) +(assert (myObject (attribute1 "attr12191") ) ) +(assert (myObject (attribute1 "attr12192") ) ) +(assert (myObject (attribute1 "attr12193") ) ) +(assert (myObject (attribute1 "attr12194") ) ) +(assert (myObject (attribute1 "attr12195") ) ) +(assert (myObject (attribute1 "attr12196") ) ) +(assert (myObject (attribute1 "attr12197") ) ) +(assert (myObject (attribute1 "attr12198") ) ) +(assert (myObject (attribute1 "attr12199") ) ) +(assert (myObject (attribute1 "attr12200") ) ) +(assert (myObject (attribute1 "attr12201") ) ) +(assert (myObject (attribute1 "attr12202") ) ) +(assert (myObject (attribute1 "attr12203") ) ) +(assert (myObject (attribute1 "attr12204") ) ) +(assert (myObject (attribute1 "attr12205") ) ) +(assert (myObject (attribute1 "attr12206") ) ) +(assert (myObject (attribute1 "attr12207") ) ) +(assert (myObject (attribute1 "attr12208") ) ) +(assert (myObject (attribute1 "attr12209") ) ) +(assert (myObject (attribute1 "attr12210") ) ) +(assert (myObject (attribute1 "attr12211") ) ) +(assert (myObject (attribute1 "attr12212") ) ) +(assert (myObject (attribute1 "attr12213") ) ) +(assert (myObject (attribute1 "attr12214") ) ) +(assert (myObject (attribute1 "attr12215") ) ) +(assert (myObject (attribute1 "attr12216") ) ) +(assert (myObject (attribute1 "attr12217") ) ) +(assert (myObject (attribute1 "attr12218") ) ) +(assert (myObject (attribute1 "attr12219") ) ) +(assert (myObject (attribute1 "attr12220") ) ) +(assert (myObject (attribute1 "attr12221") ) ) +(assert (myObject (attribute1 "attr12222") ) ) +(assert (myObject (attribute1 "attr12223") ) ) +(assert (myObject (attribute1 "attr12224") ) ) +(assert (myObject (attribute1 "attr12225") ) ) +(assert (myObject (attribute1 "attr12226") ) ) +(assert (myObject (attribute1 "attr12227") ) ) +(assert (myObject (attribute1 "attr12228") ) ) +(assert (myObject (attribute1 "attr12229") ) ) +(assert (myObject (attribute1 "attr12230") ) ) +(assert (myObject (attribute1 "attr12231") ) ) +(assert (myObject (attribute1 "attr12232") ) ) +(assert (myObject (attribute1 "attr12233") ) ) +(assert (myObject (attribute1 "attr12234") ) ) +(assert (myObject (attribute1 "attr12235") ) ) +(assert (myObject (attribute1 "attr12236") ) ) +(assert (myObject (attribute1 "attr12237") ) ) +(assert (myObject (attribute1 "attr12238") ) ) +(assert (myObject (attribute1 "attr12239") ) ) +(assert (myObject (attribute1 "attr12240") ) ) +(assert (myObject (attribute1 "attr12241") ) ) +(assert (myObject (attribute1 "attr12242") ) ) +(assert (myObject (attribute1 "attr12243") ) ) +(assert (myObject (attribute1 "attr12244") ) ) +(assert (myObject (attribute1 "attr12245") ) ) +(assert (myObject (attribute1 "attr12246") ) ) +(assert (myObject (attribute1 "attr12247") ) ) +(assert (myObject (attribute1 "attr12248") ) ) +(assert (myObject (attribute1 "attr12249") ) ) +(assert (myObject (attribute1 "attr12250") ) ) +(assert (myObject (attribute1 "attr12251") ) ) +(assert (myObject (attribute1 "attr12252") ) ) +(assert (myObject (attribute1 "attr12253") ) ) +(assert (myObject (attribute1 "attr12254") ) ) +(assert (myObject (attribute1 "attr12255") ) ) +(assert (myObject (attribute1 "attr12256") ) ) +(assert (myObject (attribute1 "attr12257") ) ) +(assert (myObject (attribute1 "attr12258") ) ) +(assert (myObject (attribute1 "attr12259") ) ) +(assert (myObject (attribute1 "attr12260") ) ) +(assert (myObject (attribute1 "attr12261") ) ) +(assert (myObject (attribute1 "attr12262") ) ) +(assert (myObject (attribute1 "attr12263") ) ) +(assert (myObject (attribute1 "attr12264") ) ) +(assert (myObject (attribute1 "attr12265") ) ) +(assert (myObject (attribute1 "attr12266") ) ) +(assert (myObject (attribute1 "attr12267") ) ) +(assert (myObject (attribute1 "attr12268") ) ) +(assert (myObject (attribute1 "attr12269") ) ) +(assert (myObject (attribute1 "attr12270") ) ) +(assert (myObject (attribute1 "attr12271") ) ) +(assert (myObject (attribute1 "attr12272") ) ) +(assert (myObject (attribute1 "attr12273") ) ) +(assert (myObject (attribute1 "attr12274") ) ) +(assert (myObject (attribute1 "attr12275") ) ) +(assert (myObject (attribute1 "attr12276") ) ) +(assert (myObject (attribute1 "attr12277") ) ) +(assert (myObject (attribute1 "attr12278") ) ) +(assert (myObject (attribute1 "attr12279") ) ) +(assert (myObject (attribute1 "attr12280") ) ) +(assert (myObject (attribute1 "attr12281") ) ) +(assert (myObject (attribute1 "attr12282") ) ) +(assert (myObject (attribute1 "attr12283") ) ) +(assert (myObject (attribute1 "attr12284") ) ) +(assert (myObject (attribute1 "attr12285") ) ) +(assert (myObject (attribute1 "attr12286") ) ) +(assert (myObject (attribute1 "attr12287") ) ) +(assert (myObject (attribute1 "attr12288") ) ) +(assert (myObject (attribute1 "attr12289") ) ) +(assert (myObject (attribute1 "attr12290") ) ) +(assert (myObject (attribute1 "attr12291") ) ) +(assert (myObject (attribute1 "attr12292") ) ) +(assert (myObject (attribute1 "attr12293") ) ) +(assert (myObject (attribute1 "attr12294") ) ) +(assert (myObject (attribute1 "attr12295") ) ) +(assert (myObject (attribute1 "attr12296") ) ) +(assert (myObject (attribute1 "attr12297") ) ) +(assert (myObject (attribute1 "attr12298") ) ) +(assert (myObject (attribute1 "attr12299") ) ) +(assert (myObject (attribute1 "attr12300") ) ) +(assert (myObject (attribute1 "attr12301") ) ) +(assert (myObject (attribute1 "attr12302") ) ) +(assert (myObject (attribute1 "attr12303") ) ) +(assert (myObject (attribute1 "attr12304") ) ) +(assert (myObject (attribute1 "attr12305") ) ) +(assert (myObject (attribute1 "attr12306") ) ) +(assert (myObject (attribute1 "attr12307") ) ) +(assert (myObject (attribute1 "attr12308") ) ) +(assert (myObject (attribute1 "attr12309") ) ) +(assert (myObject (attribute1 "attr12310") ) ) +(assert (myObject (attribute1 "attr12311") ) ) +(assert (myObject (attribute1 "attr12312") ) ) +(assert (myObject (attribute1 "attr12313") ) ) +(assert (myObject (attribute1 "attr12314") ) ) +(assert (myObject (attribute1 "attr12315") ) ) +(assert (myObject (attribute1 "attr12316") ) ) +(assert (myObject (attribute1 "attr12317") ) ) +(assert (myObject (attribute1 "attr12318") ) ) +(assert (myObject (attribute1 "attr12319") ) ) +(assert (myObject (attribute1 "attr12320") ) ) +(assert (myObject (attribute1 "attr12321") ) ) +(assert (myObject (attribute1 "attr12322") ) ) +(assert (myObject (attribute1 "attr12323") ) ) +(assert (myObject (attribute1 "attr12324") ) ) +(assert (myObject (attribute1 "attr12325") ) ) +(assert (myObject (attribute1 "attr12326") ) ) +(assert (myObject (attribute1 "attr12327") ) ) +(assert (myObject (attribute1 "attr12328") ) ) +(assert (myObject (attribute1 "attr12329") ) ) +(assert (myObject (attribute1 "attr12330") ) ) +(assert (myObject (attribute1 "attr12331") ) ) +(assert (myObject (attribute1 "attr12332") ) ) +(assert (myObject (attribute1 "attr12333") ) ) +(assert (myObject (attribute1 "attr12334") ) ) +(assert (myObject (attribute1 "attr12335") ) ) +(assert (myObject (attribute1 "attr12336") ) ) +(assert (myObject (attribute1 "attr12337") ) ) +(assert (myObject (attribute1 "attr12338") ) ) +(assert (myObject (attribute1 "attr12339") ) ) +(assert (myObject (attribute1 "attr12340") ) ) +(assert (myObject (attribute1 "attr12341") ) ) +(assert (myObject (attribute1 "attr12342") ) ) +(assert (myObject (attribute1 "attr12343") ) ) +(assert (myObject (attribute1 "attr12344") ) ) +(assert (myObject (attribute1 "attr12345") ) ) +(assert (myObject (attribute1 "attr12346") ) ) +(assert (myObject (attribute1 "attr12347") ) ) +(assert (myObject (attribute1 "attr12348") ) ) +(assert (myObject (attribute1 "attr12349") ) ) +(assert (myObject (attribute1 "attr12350") ) ) +(assert (myObject (attribute1 "attr12351") ) ) +(assert (myObject (attribute1 "attr12352") ) ) +(assert (myObject (attribute1 "attr12353") ) ) +(assert (myObject (attribute1 "attr12354") ) ) +(assert (myObject (attribute1 "attr12355") ) ) +(assert (myObject (attribute1 "attr12356") ) ) +(assert (myObject (attribute1 "attr12357") ) ) +(assert (myObject (attribute1 "attr12358") ) ) +(assert (myObject (attribute1 "attr12359") ) ) +(assert (myObject (attribute1 "attr12360") ) ) +(assert (myObject (attribute1 "attr12361") ) ) +(assert (myObject (attribute1 "attr12362") ) ) +(assert (myObject (attribute1 "attr12363") ) ) +(assert (myObject (attribute1 "attr12364") ) ) +(assert (myObject (attribute1 "attr12365") ) ) +(assert (myObject (attribute1 "attr12366") ) ) +(assert (myObject (attribute1 "attr12367") ) ) +(assert (myObject (attribute1 "attr12368") ) ) +(assert (myObject (attribute1 "attr12369") ) ) +(assert (myObject (attribute1 "attr12370") ) ) +(assert (myObject (attribute1 "attr12371") ) ) +(assert (myObject (attribute1 "attr12372") ) ) +(assert (myObject (attribute1 "attr12373") ) ) +(assert (myObject (attribute1 "attr12374") ) ) +(assert (myObject (attribute1 "attr12375") ) ) +(assert (myObject (attribute1 "attr12376") ) ) +(assert (myObject (attribute1 "attr12377") ) ) +(assert (myObject (attribute1 "attr12378") ) ) +(assert (myObject (attribute1 "attr12379") ) ) +(assert (myObject (attribute1 "attr12380") ) ) +(assert (myObject (attribute1 "attr12381") ) ) +(assert (myObject (attribute1 "attr12382") ) ) +(assert (myObject (attribute1 "attr12383") ) ) +(assert (myObject (attribute1 "attr12384") ) ) +(assert (myObject (attribute1 "attr12385") ) ) +(assert (myObject (attribute1 "attr12386") ) ) +(assert (myObject (attribute1 "attr12387") ) ) +(assert (myObject (attribute1 "attr12388") ) ) +(assert (myObject (attribute1 "attr12389") ) ) +(assert (myObject (attribute1 "attr12390") ) ) +(assert (myObject (attribute1 "attr12391") ) ) +(assert (myObject (attribute1 "attr12392") ) ) +(assert (myObject (attribute1 "attr12393") ) ) +(assert (myObject (attribute1 "attr12394") ) ) +(assert (myObject (attribute1 "attr12395") ) ) +(assert (myObject (attribute1 "attr12396") ) ) +(assert (myObject (attribute1 "attr12397") ) ) +(assert (myObject (attribute1 "attr12398") ) ) +(assert (myObject (attribute1 "attr12399") ) ) +(assert (myObject (attribute1 "attr12400") ) ) +(assert (myObject (attribute1 "attr12401") ) ) +(assert (myObject (attribute1 "attr12402") ) ) +(assert (myObject (attribute1 "attr12403") ) ) +(assert (myObject (attribute1 "attr12404") ) ) +(assert (myObject (attribute1 "attr12405") ) ) +(assert (myObject (attribute1 "attr12406") ) ) +(assert (myObject (attribute1 "attr12407") ) ) +(assert (myObject (attribute1 "attr12408") ) ) +(assert (myObject (attribute1 "attr12409") ) ) +(assert (myObject (attribute1 "attr12410") ) ) +(assert (myObject (attribute1 "attr12411") ) ) +(assert (myObject (attribute1 "attr12412") ) ) +(assert (myObject (attribute1 "attr12413") ) ) +(assert (myObject (attribute1 "attr12414") ) ) +(assert (myObject (attribute1 "attr12415") ) ) +(assert (myObject (attribute1 "attr12416") ) ) +(assert (myObject (attribute1 "attr12417") ) ) +(assert (myObject (attribute1 "attr12418") ) ) +(assert (myObject (attribute1 "attr12419") ) ) +(assert (myObject (attribute1 "attr12420") ) ) +(assert (myObject (attribute1 "attr12421") ) ) +(assert (myObject (attribute1 "attr12422") ) ) +(assert (myObject (attribute1 "attr12423") ) ) +(assert (myObject (attribute1 "attr12424") ) ) +(assert (myObject (attribute1 "attr12425") ) ) +(assert (myObject (attribute1 "attr12426") ) ) +(assert (myObject (attribute1 "attr12427") ) ) +(assert (myObject (attribute1 "attr12428") ) ) +(assert (myObject (attribute1 "attr12429") ) ) +(assert (myObject (attribute1 "attr12430") ) ) +(assert (myObject (attribute1 "attr12431") ) ) +(assert (myObject (attribute1 "attr12432") ) ) +(assert (myObject (attribute1 "attr12433") ) ) +(assert (myObject (attribute1 "attr12434") ) ) +(assert (myObject (attribute1 "attr12435") ) ) +(assert (myObject (attribute1 "attr12436") ) ) +(assert (myObject (attribute1 "attr12437") ) ) +(assert (myObject (attribute1 "attr12438") ) ) +(assert (myObject (attribute1 "attr12439") ) ) +(assert (myObject (attribute1 "attr12440") ) ) +(assert (myObject (attribute1 "attr12441") ) ) +(assert (myObject (attribute1 "attr12442") ) ) +(assert (myObject (attribute1 "attr12443") ) ) +(assert (myObject (attribute1 "attr12444") ) ) +(assert (myObject (attribute1 "attr12445") ) ) +(assert (myObject (attribute1 "attr12446") ) ) +(assert (myObject (attribute1 "attr12447") ) ) +(assert (myObject (attribute1 "attr12448") ) ) +(assert (myObject (attribute1 "attr12449") ) ) +(assert (myObject (attribute1 "attr12450") ) ) +(assert (myObject (attribute1 "attr12451") ) ) +(assert (myObject (attribute1 "attr12452") ) ) +(assert (myObject (attribute1 "attr12453") ) ) +(assert (myObject (attribute1 "attr12454") ) ) +(assert (myObject (attribute1 "attr12455") ) ) +(assert (myObject (attribute1 "attr12456") ) ) +(assert (myObject (attribute1 "attr12457") ) ) +(assert (myObject (attribute1 "attr12458") ) ) +(assert (myObject (attribute1 "attr12459") ) ) +(assert (myObject (attribute1 "attr12460") ) ) +(assert (myObject (attribute1 "attr12461") ) ) +(assert (myObject (attribute1 "attr12462") ) ) +(assert (myObject (attribute1 "attr12463") ) ) +(assert (myObject (attribute1 "attr12464") ) ) +(assert (myObject (attribute1 "attr12465") ) ) +(assert (myObject (attribute1 "attr12466") ) ) +(assert (myObject (attribute1 "attr12467") ) ) +(assert (myObject (attribute1 "attr12468") ) ) +(assert (myObject (attribute1 "attr12469") ) ) +(assert (myObject (attribute1 "attr12470") ) ) +(assert (myObject (attribute1 "attr12471") ) ) +(assert (myObject (attribute1 "attr12472") ) ) +(assert (myObject (attribute1 "attr12473") ) ) +(assert (myObject (attribute1 "attr12474") ) ) +(assert (myObject (attribute1 "attr12475") ) ) +(assert (myObject (attribute1 "attr12476") ) ) +(assert (myObject (attribute1 "attr12477") ) ) +(assert (myObject (attribute1 "attr12478") ) ) +(assert (myObject (attribute1 "attr12479") ) ) +(assert (myObject (attribute1 "attr12480") ) ) +(assert (myObject (attribute1 "attr12481") ) ) +(assert (myObject (attribute1 "attr12482") ) ) +(assert (myObject (attribute1 "attr12483") ) ) +(assert (myObject (attribute1 "attr12484") ) ) +(assert (myObject (attribute1 "attr12485") ) ) +(assert (myObject (attribute1 "attr12486") ) ) +(assert (myObject (attribute1 "attr12487") ) ) +(assert (myObject (attribute1 "attr12488") ) ) +(assert (myObject (attribute1 "attr12489") ) ) +(assert (myObject (attribute1 "attr12490") ) ) +(assert (myObject (attribute1 "attr12491") ) ) +(assert (myObject (attribute1 "attr12492") ) ) +(assert (myObject (attribute1 "attr12493") ) ) +(assert (myObject (attribute1 "attr12494") ) ) +(assert (myObject (attribute1 "attr12495") ) ) +(assert (myObject (attribute1 "attr12496") ) ) +(assert (myObject (attribute1 "attr12497") ) ) +(assert (myObject (attribute1 "attr12498") ) ) +(assert (myObject (attribute1 "attr12499") ) ) +(assert (myObject (attribute1 "attr12500") ) ) +(assert (myObject (attribute1 "attr12501") ) ) +(assert (myObject (attribute1 "attr12502") ) ) +(assert (myObject (attribute1 "attr12503") ) ) +(assert (myObject (attribute1 "attr12504") ) ) +(assert (myObject (attribute1 "attr12505") ) ) +(assert (myObject (attribute1 "attr12506") ) ) +(assert (myObject (attribute1 "attr12507") ) ) +(assert (myObject (attribute1 "attr12508") ) ) +(assert (myObject (attribute1 "attr12509") ) ) +(assert (myObject (attribute1 "attr12510") ) ) +(assert (myObject (attribute1 "attr12511") ) ) +(assert (myObject (attribute1 "attr12512") ) ) +(assert (myObject (attribute1 "attr12513") ) ) +(assert (myObject (attribute1 "attr12514") ) ) +(assert (myObject (attribute1 "attr12515") ) ) +(assert (myObject (attribute1 "attr12516") ) ) +(assert (myObject (attribute1 "attr12517") ) ) +(assert (myObject (attribute1 "attr12518") ) ) +(assert (myObject (attribute1 "attr12519") ) ) +(assert (myObject (attribute1 "attr12520") ) ) +(assert (myObject (attribute1 "attr12521") ) ) +(assert (myObject (attribute1 "attr12522") ) ) +(assert (myObject (attribute1 "attr12523") ) ) +(assert (myObject (attribute1 "attr12524") ) ) +(assert (myObject (attribute1 "attr12525") ) ) +(assert (myObject (attribute1 "attr12526") ) ) +(assert (myObject (attribute1 "attr12527") ) ) +(assert (myObject (attribute1 "attr12528") ) ) +(assert (myObject (attribute1 "attr12529") ) ) +(assert (myObject (attribute1 "attr12530") ) ) +(assert (myObject (attribute1 "attr12531") ) ) +(assert (myObject (attribute1 "attr12532") ) ) +(assert (myObject (attribute1 "attr12533") ) ) +(assert (myObject (attribute1 "attr12534") ) ) +(assert (myObject (attribute1 "attr12535") ) ) +(assert (myObject (attribute1 "attr12536") ) ) +(assert (myObject (attribute1 "attr12537") ) ) +(assert (myObject (attribute1 "attr12538") ) ) +(assert (myObject (attribute1 "attr12539") ) ) +(assert (myObject (attribute1 "attr12540") ) ) +(assert (myObject (attribute1 "attr12541") ) ) +(assert (myObject (attribute1 "attr12542") ) ) +(assert (myObject (attribute1 "attr12543") ) ) +(assert (myObject (attribute1 "attr12544") ) ) +(assert (myObject (attribute1 "attr12545") ) ) +(assert (myObject (attribute1 "attr12546") ) ) +(assert (myObject (attribute1 "attr12547") ) ) +(assert (myObject (attribute1 "attr12548") ) ) +(assert (myObject (attribute1 "attr12549") ) ) +(assert (myObject (attribute1 "attr12550") ) ) +(assert (myObject (attribute1 "attr12551") ) ) +(assert (myObject (attribute1 "attr12552") ) ) +(assert (myObject (attribute1 "attr12553") ) ) +(assert (myObject (attribute1 "attr12554") ) ) +(assert (myObject (attribute1 "attr12555") ) ) +(assert (myObject (attribute1 "attr12556") ) ) +(assert (myObject (attribute1 "attr12557") ) ) +(assert (myObject (attribute1 "attr12558") ) ) +(assert (myObject (attribute1 "attr12559") ) ) +(assert (myObject (attribute1 "attr12560") ) ) +(assert (myObject (attribute1 "attr12561") ) ) +(assert (myObject (attribute1 "attr12562") ) ) +(assert (myObject (attribute1 "attr12563") ) ) +(assert (myObject (attribute1 "attr12564") ) ) +(assert (myObject (attribute1 "attr12565") ) ) +(assert (myObject (attribute1 "attr12566") ) ) +(assert (myObject (attribute1 "attr12567") ) ) +(assert (myObject (attribute1 "attr12568") ) ) +(assert (myObject (attribute1 "attr12569") ) ) +(assert (myObject (attribute1 "attr12570") ) ) +(assert (myObject (attribute1 "attr12571") ) ) +(assert (myObject (attribute1 "attr12572") ) ) +(assert (myObject (attribute1 "attr12573") ) ) +(assert (myObject (attribute1 "attr12574") ) ) +(assert (myObject (attribute1 "attr12575") ) ) +(assert (myObject (attribute1 "attr12576") ) ) +(assert (myObject (attribute1 "attr12577") ) ) +(assert (myObject (attribute1 "attr12578") ) ) +(assert (myObject (attribute1 "attr12579") ) ) +(assert (myObject (attribute1 "attr12580") ) ) +(assert (myObject (attribute1 "attr12581") ) ) +(assert (myObject (attribute1 "attr12582") ) ) +(assert (myObject (attribute1 "attr12583") ) ) +(assert (myObject (attribute1 "attr12584") ) ) +(assert (myObject (attribute1 "attr12585") ) ) +(assert (myObject (attribute1 "attr12586") ) ) +(assert (myObject (attribute1 "attr12587") ) ) +(assert (myObject (attribute1 "attr12588") ) ) +(assert (myObject (attribute1 "attr12589") ) ) +(assert (myObject (attribute1 "attr12590") ) ) +(assert (myObject (attribute1 "attr12591") ) ) +(assert (myObject (attribute1 "attr12592") ) ) +(assert (myObject (attribute1 "attr12593") ) ) +(assert (myObject (attribute1 "attr12594") ) ) +(assert (myObject (attribute1 "attr12595") ) ) +(assert (myObject (attribute1 "attr12596") ) ) +(assert (myObject (attribute1 "attr12597") ) ) +(assert (myObject (attribute1 "attr12598") ) ) +(assert (myObject (attribute1 "attr12599") ) ) +(assert (myObject (attribute1 "attr12600") ) ) +(assert (myObject (attribute1 "attr12601") ) ) +(assert (myObject (attribute1 "attr12602") ) ) +(assert (myObject (attribute1 "attr12603") ) ) +(assert (myObject (attribute1 "attr12604") ) ) +(assert (myObject (attribute1 "attr12605") ) ) +(assert (myObject (attribute1 "attr12606") ) ) +(assert (myObject (attribute1 "attr12607") ) ) +(assert (myObject (attribute1 "attr12608") ) ) +(assert (myObject (attribute1 "attr12609") ) ) +(assert (myObject (attribute1 "attr12610") ) ) +(assert (myObject (attribute1 "attr12611") ) ) +(assert (myObject (attribute1 "attr12612") ) ) +(assert (myObject (attribute1 "attr12613") ) ) +(assert (myObject (attribute1 "attr12614") ) ) +(assert (myObject (attribute1 "attr12615") ) ) +(assert (myObject (attribute1 "attr12616") ) ) +(assert (myObject (attribute1 "attr12617") ) ) +(assert (myObject (attribute1 "attr12618") ) ) +(assert (myObject (attribute1 "attr12619") ) ) +(assert (myObject (attribute1 "attr12620") ) ) +(assert (myObject (attribute1 "attr12621") ) ) +(assert (myObject (attribute1 "attr12622") ) ) +(assert (myObject (attribute1 "attr12623") ) ) +(assert (myObject (attribute1 "attr12624") ) ) +(assert (myObject (attribute1 "attr12625") ) ) +(assert (myObject (attribute1 "attr12626") ) ) +(assert (myObject (attribute1 "attr12627") ) ) +(assert (myObject (attribute1 "attr12628") ) ) +(assert (myObject (attribute1 "attr12629") ) ) +(assert (myObject (attribute1 "attr12630") ) ) +(assert (myObject (attribute1 "attr12631") ) ) +(assert (myObject (attribute1 "attr12632") ) ) +(assert (myObject (attribute1 "attr12633") ) ) +(assert (myObject (attribute1 "attr12634") ) ) +(assert (myObject (attribute1 "attr12635") ) ) +(assert (myObject (attribute1 "attr12636") ) ) +(assert (myObject (attribute1 "attr12637") ) ) +(assert (myObject (attribute1 "attr12638") ) ) +(assert (myObject (attribute1 "attr12639") ) ) +(assert (myObject (attribute1 "attr12640") ) ) +(assert (myObject (attribute1 "attr12641") ) ) +(assert (myObject (attribute1 "attr12642") ) ) +(assert (myObject (attribute1 "attr12643") ) ) +(assert (myObject (attribute1 "attr12644") ) ) +(assert (myObject (attribute1 "attr12645") ) ) +(assert (myObject (attribute1 "attr12646") ) ) +(assert (myObject (attribute1 "attr12647") ) ) +(assert (myObject (attribute1 "attr12648") ) ) +(assert (myObject (attribute1 "attr12649") ) ) +(assert (myObject (attribute1 "attr12650") ) ) +(assert (myObject (attribute1 "attr12651") ) ) +(assert (myObject (attribute1 "attr12652") ) ) +(assert (myObject (attribute1 "attr12653") ) ) +(assert (myObject (attribute1 "attr12654") ) ) +(assert (myObject (attribute1 "attr12655") ) ) +(assert (myObject (attribute1 "attr12656") ) ) +(assert (myObject (attribute1 "attr12657") ) ) +(assert (myObject (attribute1 "attr12658") ) ) +(assert (myObject (attribute1 "attr12659") ) ) +(assert (myObject (attribute1 "attr12660") ) ) +(assert (myObject (attribute1 "attr12661") ) ) +(assert (myObject (attribute1 "attr12662") ) ) +(assert (myObject (attribute1 "attr12663") ) ) +(assert (myObject (attribute1 "attr12664") ) ) +(assert (myObject (attribute1 "attr12665") ) ) +(assert (myObject (attribute1 "attr12666") ) ) +(assert (myObject (attribute1 "attr12667") ) ) +(assert (myObject (attribute1 "attr12668") ) ) +(assert (myObject (attribute1 "attr12669") ) ) +(assert (myObject (attribute1 "attr12670") ) ) +(assert (myObject (attribute1 "attr12671") ) ) +(assert (myObject (attribute1 "attr12672") ) ) +(assert (myObject (attribute1 "attr12673") ) ) +(assert (myObject (attribute1 "attr12674") ) ) +(assert (myObject (attribute1 "attr12675") ) ) +(assert (myObject (attribute1 "attr12676") ) ) +(assert (myObject (attribute1 "attr12677") ) ) +(assert (myObject (attribute1 "attr12678") ) ) +(assert (myObject (attribute1 "attr12679") ) ) +(assert (myObject (attribute1 "attr12680") ) ) +(assert (myObject (attribute1 "attr12681") ) ) +(assert (myObject (attribute1 "attr12682") ) ) +(assert (myObject (attribute1 "attr12683") ) ) +(assert (myObject (attribute1 "attr12684") ) ) +(assert (myObject (attribute1 "attr12685") ) ) +(assert (myObject (attribute1 "attr12686") ) ) +(assert (myObject (attribute1 "attr12687") ) ) +(assert (myObject (attribute1 "attr12688") ) ) +(assert (myObject (attribute1 "attr12689") ) ) +(assert (myObject (attribute1 "attr12690") ) ) +(assert (myObject (attribute1 "attr12691") ) ) +(assert (myObject (attribute1 "attr12692") ) ) +(assert (myObject (attribute1 "attr12693") ) ) +(assert (myObject (attribute1 "attr12694") ) ) +(assert (myObject (attribute1 "attr12695") ) ) +(assert (myObject (attribute1 "attr12696") ) ) +(assert (myObject (attribute1 "attr12697") ) ) +(assert (myObject (attribute1 "attr12698") ) ) +(assert (myObject (attribute1 "attr12699") ) ) +(assert (myObject (attribute1 "attr12700") ) ) +(assert (myObject (attribute1 "attr12701") ) ) +(assert (myObject (attribute1 "attr12702") ) ) +(assert (myObject (attribute1 "attr12703") ) ) +(assert (myObject (attribute1 "attr12704") ) ) +(assert (myObject (attribute1 "attr12705") ) ) +(assert (myObject (attribute1 "attr12706") ) ) +(assert (myObject (attribute1 "attr12707") ) ) +(assert (myObject (attribute1 "attr12708") ) ) +(assert (myObject (attribute1 "attr12709") ) ) +(assert (myObject (attribute1 "attr12710") ) ) +(assert (myObject (attribute1 "attr12711") ) ) +(assert (myObject (attribute1 "attr12712") ) ) +(assert (myObject (attribute1 "attr12713") ) ) +(assert (myObject (attribute1 "attr12714") ) ) +(assert (myObject (attribute1 "attr12715") ) ) +(assert (myObject (attribute1 "attr12716") ) ) +(assert (myObject (attribute1 "attr12717") ) ) +(assert (myObject (attribute1 "attr12718") ) ) +(assert (myObject (attribute1 "attr12719") ) ) +(assert (myObject (attribute1 "attr12720") ) ) +(assert (myObject (attribute1 "attr12721") ) ) +(assert (myObject (attribute1 "attr12722") ) ) +(assert (myObject (attribute1 "attr12723") ) ) +(assert (myObject (attribute1 "attr12724") ) ) +(assert (myObject (attribute1 "attr12725") ) ) +(assert (myObject (attribute1 "attr12726") ) ) +(assert (myObject (attribute1 "attr12727") ) ) +(assert (myObject (attribute1 "attr12728") ) ) +(assert (myObject (attribute1 "attr12729") ) ) +(assert (myObject (attribute1 "attr12730") ) ) +(assert (myObject (attribute1 "attr12731") ) ) +(assert (myObject (attribute1 "attr12732") ) ) +(assert (myObject (attribute1 "attr12733") ) ) +(assert (myObject (attribute1 "attr12734") ) ) +(assert (myObject (attribute1 "attr12735") ) ) +(assert (myObject (attribute1 "attr12736") ) ) +(assert (myObject (attribute1 "attr12737") ) ) +(assert (myObject (attribute1 "attr12738") ) ) +(assert (myObject (attribute1 "attr12739") ) ) +(assert (myObject (attribute1 "attr12740") ) ) +(assert (myObject (attribute1 "attr12741") ) ) +(assert (myObject (attribute1 "attr12742") ) ) +(assert (myObject (attribute1 "attr12743") ) ) +(assert (myObject (attribute1 "attr12744") ) ) +(assert (myObject (attribute1 "attr12745") ) ) +(assert (myObject (attribute1 "attr12746") ) ) +(assert (myObject (attribute1 "attr12747") ) ) +(assert (myObject (attribute1 "attr12748") ) ) +(assert (myObject (attribute1 "attr12749") ) ) +(assert (myObject (attribute1 "attr12750") ) ) +(assert (myObject (attribute1 "attr12751") ) ) +(assert (myObject (attribute1 "attr12752") ) ) +(assert (myObject (attribute1 "attr12753") ) ) +(assert (myObject (attribute1 "attr12754") ) ) +(assert (myObject (attribute1 "attr12755") ) ) +(assert (myObject (attribute1 "attr12756") ) ) +(assert (myObject (attribute1 "attr12757") ) ) +(assert (myObject (attribute1 "attr12758") ) ) +(assert (myObject (attribute1 "attr12759") ) ) +(assert (myObject (attribute1 "attr12760") ) ) +(assert (myObject (attribute1 "attr12761") ) ) +(assert (myObject (attribute1 "attr12762") ) ) +(assert (myObject (attribute1 "attr12763") ) ) +(assert (myObject (attribute1 "attr12764") ) ) +(assert (myObject (attribute1 "attr12765") ) ) +(assert (myObject (attribute1 "attr12766") ) ) +(assert (myObject (attribute1 "attr12767") ) ) +(assert (myObject (attribute1 "attr12768") ) ) +(assert (myObject (attribute1 "attr12769") ) ) +(assert (myObject (attribute1 "attr12770") ) ) +(assert (myObject (attribute1 "attr12771") ) ) +(assert (myObject (attribute1 "attr12772") ) ) +(assert (myObject (attribute1 "attr12773") ) ) +(assert (myObject (attribute1 "attr12774") ) ) +(assert (myObject (attribute1 "attr12775") ) ) +(assert (myObject (attribute1 "attr12776") ) ) +(assert (myObject (attribute1 "attr12777") ) ) +(assert (myObject (attribute1 "attr12778") ) ) +(assert (myObject (attribute1 "attr12779") ) ) +(assert (myObject (attribute1 "attr12780") ) ) +(assert (myObject (attribute1 "attr12781") ) ) +(assert (myObject (attribute1 "attr12782") ) ) +(assert (myObject (attribute1 "attr12783") ) ) +(assert (myObject (attribute1 "attr12784") ) ) +(assert (myObject (attribute1 "attr12785") ) ) +(assert (myObject (attribute1 "attr12786") ) ) +(assert (myObject (attribute1 "attr12787") ) ) +(assert (myObject (attribute1 "attr12788") ) ) +(assert (myObject (attribute1 "attr12789") ) ) +(assert (myObject (attribute1 "attr12790") ) ) +(assert (myObject (attribute1 "attr12791") ) ) +(assert (myObject (attribute1 "attr12792") ) ) +(assert (myObject (attribute1 "attr12793") ) ) +(assert (myObject (attribute1 "attr12794") ) ) +(assert (myObject (attribute1 "attr12795") ) ) +(assert (myObject (attribute1 "attr12796") ) ) +(assert (myObject (attribute1 "attr12797") ) ) +(assert (myObject (attribute1 "attr12798") ) ) +(assert (myObject (attribute1 "attr12799") ) ) +(assert (myObject (attribute1 "attr12800") ) ) +(assert (myObject (attribute1 "attr12801") ) ) +(assert (myObject (attribute1 "attr12802") ) ) +(assert (myObject (attribute1 "attr12803") ) ) +(assert (myObject (attribute1 "attr12804") ) ) +(assert (myObject (attribute1 "attr12805") ) ) +(assert (myObject (attribute1 "attr12806") ) ) +(assert (myObject (attribute1 "attr12807") ) ) +(assert (myObject (attribute1 "attr12808") ) ) +(assert (myObject (attribute1 "attr12809") ) ) +(assert (myObject (attribute1 "attr12810") ) ) +(assert (myObject (attribute1 "attr12811") ) ) +(assert (myObject (attribute1 "attr12812") ) ) +(assert (myObject (attribute1 "attr12813") ) ) +(assert (myObject (attribute1 "attr12814") ) ) +(assert (myObject (attribute1 "attr12815") ) ) +(assert (myObject (attribute1 "attr12816") ) ) +(assert (myObject (attribute1 "attr12817") ) ) +(assert (myObject (attribute1 "attr12818") ) ) +(assert (myObject (attribute1 "attr12819") ) ) +(assert (myObject (attribute1 "attr12820") ) ) +(assert (myObject (attribute1 "attr12821") ) ) +(assert (myObject (attribute1 "attr12822") ) ) +(assert (myObject (attribute1 "attr12823") ) ) +(assert (myObject (attribute1 "attr12824") ) ) +(assert (myObject (attribute1 "attr12825") ) ) +(assert (myObject (attribute1 "attr12826") ) ) +(assert (myObject (attribute1 "attr12827") ) ) +(assert (myObject (attribute1 "attr12828") ) ) +(assert (myObject (attribute1 "attr12829") ) ) +(assert (myObject (attribute1 "attr12830") ) ) +(assert (myObject (attribute1 "attr12831") ) ) +(assert (myObject (attribute1 "attr12832") ) ) +(assert (myObject (attribute1 "attr12833") ) ) +(assert (myObject (attribute1 "attr12834") ) ) +(assert (myObject (attribute1 "attr12835") ) ) +(assert (myObject (attribute1 "attr12836") ) ) +(assert (myObject (attribute1 "attr12837") ) ) +(assert (myObject (attribute1 "attr12838") ) ) +(assert (myObject (attribute1 "attr12839") ) ) +(assert (myObject (attribute1 "attr12840") ) ) +(assert (myObject (attribute1 "attr12841") ) ) +(assert (myObject (attribute1 "attr12842") ) ) +(assert (myObject (attribute1 "attr12843") ) ) +(assert (myObject (attribute1 "attr12844") ) ) +(assert (myObject (attribute1 "attr12845") ) ) +(assert (myObject (attribute1 "attr12846") ) ) +(assert (myObject (attribute1 "attr12847") ) ) +(assert (myObject (attribute1 "attr12848") ) ) +(assert (myObject (attribute1 "attr12849") ) ) +(assert (myObject (attribute1 "attr12850") ) ) +(assert (myObject (attribute1 "attr12851") ) ) +(assert (myObject (attribute1 "attr12852") ) ) +(assert (myObject (attribute1 "attr12853") ) ) +(assert (myObject (attribute1 "attr12854") ) ) +(assert (myObject (attribute1 "attr12855") ) ) +(assert (myObject (attribute1 "attr12856") ) ) +(assert (myObject (attribute1 "attr12857") ) ) +(assert (myObject (attribute1 "attr12858") ) ) +(assert (myObject (attribute1 "attr12859") ) ) +(assert (myObject (attribute1 "attr12860") ) ) +(assert (myObject (attribute1 "attr12861") ) ) +(assert (myObject (attribute1 "attr12862") ) ) +(assert (myObject (attribute1 "attr12863") ) ) +(assert (myObject (attribute1 "attr12864") ) ) +(assert (myObject (attribute1 "attr12865") ) ) +(assert (myObject (attribute1 "attr12866") ) ) +(assert (myObject (attribute1 "attr12867") ) ) +(assert (myObject (attribute1 "attr12868") ) ) +(assert (myObject (attribute1 "attr12869") ) ) +(assert (myObject (attribute1 "attr12870") ) ) +(assert (myObject (attribute1 "attr12871") ) ) +(assert (myObject (attribute1 "attr12872") ) ) +(assert (myObject (attribute1 "attr12873") ) ) +(assert (myObject (attribute1 "attr12874") ) ) +(assert (myObject (attribute1 "attr12875") ) ) +(assert (myObject (attribute1 "attr12876") ) ) +(assert (myObject (attribute1 "attr12877") ) ) +(assert (myObject (attribute1 "attr12878") ) ) +(assert (myObject (attribute1 "attr12879") ) ) +(assert (myObject (attribute1 "attr12880") ) ) +(assert (myObject (attribute1 "attr12881") ) ) +(assert (myObject (attribute1 "attr12882") ) ) +(assert (myObject (attribute1 "attr12883") ) ) +(assert (myObject (attribute1 "attr12884") ) ) +(assert (myObject (attribute1 "attr12885") ) ) +(assert (myObject (attribute1 "attr12886") ) ) +(assert (myObject (attribute1 "attr12887") ) ) +(assert (myObject (attribute1 "attr12888") ) ) +(assert (myObject (attribute1 "attr12889") ) ) +(assert (myObject (attribute1 "attr12890") ) ) +(assert (myObject (attribute1 "attr12891") ) ) +(assert (myObject (attribute1 "attr12892") ) ) +(assert (myObject (attribute1 "attr12893") ) ) +(assert (myObject (attribute1 "attr12894") ) ) +(assert (myObject (attribute1 "attr12895") ) ) +(assert (myObject (attribute1 "attr12896") ) ) +(assert (myObject (attribute1 "attr12897") ) ) +(assert (myObject (attribute1 "attr12898") ) ) +(assert (myObject (attribute1 "attr12899") ) ) +(assert (myObject (attribute1 "attr12900") ) ) +(assert (myObject (attribute1 "attr12901") ) ) +(assert (myObject (attribute1 "attr12902") ) ) +(assert (myObject (attribute1 "attr12903") ) ) +(assert (myObject (attribute1 "attr12904") ) ) +(assert (myObject (attribute1 "attr12905") ) ) +(assert (myObject (attribute1 "attr12906") ) ) +(assert (myObject (attribute1 "attr12907") ) ) +(assert (myObject (attribute1 "attr12908") ) ) +(assert (myObject (attribute1 "attr12909") ) ) +(assert (myObject (attribute1 "attr12910") ) ) +(assert (myObject (attribute1 "attr12911") ) ) +(assert (myObject (attribute1 "attr12912") ) ) +(assert (myObject (attribute1 "attr12913") ) ) +(assert (myObject (attribute1 "attr12914") ) ) +(assert (myObject (attribute1 "attr12915") ) ) +(assert (myObject (attribute1 "attr12916") ) ) +(assert (myObject (attribute1 "attr12917") ) ) +(assert (myObject (attribute1 "attr12918") ) ) +(assert (myObject (attribute1 "attr12919") ) ) +(assert (myObject (attribute1 "attr12920") ) ) +(assert (myObject (attribute1 "attr12921") ) ) +(assert (myObject (attribute1 "attr12922") ) ) +(assert (myObject (attribute1 "attr12923") ) ) +(assert (myObject (attribute1 "attr12924") ) ) +(assert (myObject (attribute1 "attr12925") ) ) +(assert (myObject (attribute1 "attr12926") ) ) +(assert (myObject (attribute1 "attr12927") ) ) +(assert (myObject (attribute1 "attr12928") ) ) +(assert (myObject (attribute1 "attr12929") ) ) +(assert (myObject (attribute1 "attr12930") ) ) +(assert (myObject (attribute1 "attr12931") ) ) +(assert (myObject (attribute1 "attr12932") ) ) +(assert (myObject (attribute1 "attr12933") ) ) +(assert (myObject (attribute1 "attr12934") ) ) +(assert (myObject (attribute1 "attr12935") ) ) +(assert (myObject (attribute1 "attr12936") ) ) +(assert (myObject (attribute1 "attr12937") ) ) +(assert (myObject (attribute1 "attr12938") ) ) +(assert (myObject (attribute1 "attr12939") ) ) +(assert (myObject (attribute1 "attr12940") ) ) +(assert (myObject (attribute1 "attr12941") ) ) +(assert (myObject (attribute1 "attr12942") ) ) +(assert (myObject (attribute1 "attr12943") ) ) +(assert (myObject (attribute1 "attr12944") ) ) +(assert (myObject (attribute1 "attr12945") ) ) +(assert (myObject (attribute1 "attr12946") ) ) +(assert (myObject (attribute1 "attr12947") ) ) +(assert (myObject (attribute1 "attr12948") ) ) +(assert (myObject (attribute1 "attr12949") ) ) +(assert (myObject (attribute1 "attr12950") ) ) +(assert (myObject (attribute1 "attr12951") ) ) +(assert (myObject (attribute1 "attr12952") ) ) +(assert (myObject (attribute1 "attr12953") ) ) +(assert (myObject (attribute1 "attr12954") ) ) +(assert (myObject (attribute1 "attr12955") ) ) +(assert (myObject (attribute1 "attr12956") ) ) +(assert (myObject (attribute1 "attr12957") ) ) +(assert (myObject (attribute1 "attr12958") ) ) +(assert (myObject (attribute1 "attr12959") ) ) +(assert (myObject (attribute1 "attr12960") ) ) +(assert (myObject (attribute1 "attr12961") ) ) +(assert (myObject (attribute1 "attr12962") ) ) +(assert (myObject (attribute1 "attr12963") ) ) +(assert (myObject (attribute1 "attr12964") ) ) +(assert (myObject (attribute1 "attr12965") ) ) +(assert (myObject (attribute1 "attr12966") ) ) +(assert (myObject (attribute1 "attr12967") ) ) +(assert (myObject (attribute1 "attr12968") ) ) +(assert (myObject (attribute1 "attr12969") ) ) +(assert (myObject (attribute1 "attr12970") ) ) +(assert (myObject (attribute1 "attr12971") ) ) +(assert (myObject (attribute1 "attr12972") ) ) +(assert (myObject (attribute1 "attr12973") ) ) +(assert (myObject (attribute1 "attr12974") ) ) +(assert (myObject (attribute1 "attr12975") ) ) +(assert (myObject (attribute1 "attr12976") ) ) +(assert (myObject (attribute1 "attr12977") ) ) +(assert (myObject (attribute1 "attr12978") ) ) +(assert (myObject (attribute1 "attr12979") ) ) +(assert (myObject (attribute1 "attr12980") ) ) +(assert (myObject (attribute1 "attr12981") ) ) +(assert (myObject (attribute1 "attr12982") ) ) +(assert (myObject (attribute1 "attr12983") ) ) +(assert (myObject (attribute1 "attr12984") ) ) +(assert (myObject (attribute1 "attr12985") ) ) +(assert (myObject (attribute1 "attr12986") ) ) +(assert (myObject (attribute1 "attr12987") ) ) +(assert (myObject (attribute1 "attr12988") ) ) +(assert (myObject (attribute1 "attr12989") ) ) +(assert (myObject (attribute1 "attr12990") ) ) +(assert (myObject (attribute1 "attr12991") ) ) +(assert (myObject (attribute1 "attr12992") ) ) +(assert (myObject (attribute1 "attr12993") ) ) +(assert (myObject (attribute1 "attr12994") ) ) +(assert (myObject (attribute1 "attr12995") ) ) +(assert (myObject (attribute1 "attr12996") ) ) +(assert (myObject (attribute1 "attr12997") ) ) +(assert (myObject (attribute1 "attr12998") ) ) +(assert (myObject (attribute1 "attr12999") ) ) +(assert (myObject (attribute1 "attr13000") ) ) +(assert (myObject (attribute1 "attr13001") ) ) +(assert (myObject (attribute1 "attr13002") ) ) +(assert (myObject (attribute1 "attr13003") ) ) +(assert (myObject (attribute1 "attr13004") ) ) +(assert (myObject (attribute1 "attr13005") ) ) +(assert (myObject (attribute1 "attr13006") ) ) +(assert (myObject (attribute1 "attr13007") ) ) +(assert (myObject (attribute1 "attr13008") ) ) +(assert (myObject (attribute1 "attr13009") ) ) +(assert (myObject (attribute1 "attr13010") ) ) +(assert (myObject (attribute1 "attr13011") ) ) +(assert (myObject (attribute1 "attr13012") ) ) +(assert (myObject (attribute1 "attr13013") ) ) +(assert (myObject (attribute1 "attr13014") ) ) +(assert (myObject (attribute1 "attr13015") ) ) +(assert (myObject (attribute1 "attr13016") ) ) +(assert (myObject (attribute1 "attr13017") ) ) +(assert (myObject (attribute1 "attr13018") ) ) +(assert (myObject (attribute1 "attr13019") ) ) +(assert (myObject (attribute1 "attr13020") ) ) +(assert (myObject (attribute1 "attr13021") ) ) +(assert (myObject (attribute1 "attr13022") ) ) +(assert (myObject (attribute1 "attr13023") ) ) +(assert (myObject (attribute1 "attr13024") ) ) +(assert (myObject (attribute1 "attr13025") ) ) +(assert (myObject (attribute1 "attr13026") ) ) +(assert (myObject (attribute1 "attr13027") ) ) +(assert (myObject (attribute1 "attr13028") ) ) +(assert (myObject (attribute1 "attr13029") ) ) +(assert (myObject (attribute1 "attr13030") ) ) +(assert (myObject (attribute1 "attr13031") ) ) +(assert (myObject (attribute1 "attr13032") ) ) +(assert (myObject (attribute1 "attr13033") ) ) +(assert (myObject (attribute1 "attr13034") ) ) +(assert (myObject (attribute1 "attr13035") ) ) +(assert (myObject (attribute1 "attr13036") ) ) +(assert (myObject (attribute1 "attr13037") ) ) +(assert (myObject (attribute1 "attr13038") ) ) +(assert (myObject (attribute1 "attr13039") ) ) +(assert (myObject (attribute1 "attr13040") ) ) +(assert (myObject (attribute1 "attr13041") ) ) +(assert (myObject (attribute1 "attr13042") ) ) +(assert (myObject (attribute1 "attr13043") ) ) +(assert (myObject (attribute1 "attr13044") ) ) +(assert (myObject (attribute1 "attr13045") ) ) +(assert (myObject (attribute1 "attr13046") ) ) +(assert (myObject (attribute1 "attr13047") ) ) +(assert (myObject (attribute1 "attr13048") ) ) +(assert (myObject (attribute1 "attr13049") ) ) +(assert (myObject (attribute1 "attr13050") ) ) +(assert (myObject (attribute1 "attr13051") ) ) +(assert (myObject (attribute1 "attr13052") ) ) +(assert (myObject (attribute1 "attr13053") ) ) +(assert (myObject (attribute1 "attr13054") ) ) +(assert (myObject (attribute1 "attr13055") ) ) +(assert (myObject (attribute1 "attr13056") ) ) +(assert (myObject (attribute1 "attr13057") ) ) +(assert (myObject (attribute1 "attr13058") ) ) +(assert (myObject (attribute1 "attr13059") ) ) +(assert (myObject (attribute1 "attr13060") ) ) +(assert (myObject (attribute1 "attr13061") ) ) +(assert (myObject (attribute1 "attr13062") ) ) +(assert (myObject (attribute1 "attr13063") ) ) +(assert (myObject (attribute1 "attr13064") ) ) +(assert (myObject (attribute1 "attr13065") ) ) +(assert (myObject (attribute1 "attr13066") ) ) +(assert (myObject (attribute1 "attr13067") ) ) +(assert (myObject (attribute1 "attr13068") ) ) +(assert (myObject (attribute1 "attr13069") ) ) +(assert (myObject (attribute1 "attr13070") ) ) +(assert (myObject (attribute1 "attr13071") ) ) +(assert (myObject (attribute1 "attr13072") ) ) +(assert (myObject (attribute1 "attr13073") ) ) +(assert (myObject (attribute1 "attr13074") ) ) +(assert (myObject (attribute1 "attr13075") ) ) +(assert (myObject (attribute1 "attr13076") ) ) +(assert (myObject (attribute1 "attr13077") ) ) +(assert (myObject (attribute1 "attr13078") ) ) +(assert (myObject (attribute1 "attr13079") ) ) +(assert (myObject (attribute1 "attr13080") ) ) +(assert (myObject (attribute1 "attr13081") ) ) +(assert (myObject (attribute1 "attr13082") ) ) +(assert (myObject (attribute1 "attr13083") ) ) +(assert (myObject (attribute1 "attr13084") ) ) +(assert (myObject (attribute1 "attr13085") ) ) +(assert (myObject (attribute1 "attr13086") ) ) +(assert (myObject (attribute1 "attr13087") ) ) +(assert (myObject (attribute1 "attr13088") ) ) +(assert (myObject (attribute1 "attr13089") ) ) +(assert (myObject (attribute1 "attr13090") ) ) +(assert (myObject (attribute1 "attr13091") ) ) +(assert (myObject (attribute1 "attr13092") ) ) +(assert (myObject (attribute1 "attr13093") ) ) +(assert (myObject (attribute1 "attr13094") ) ) +(assert (myObject (attribute1 "attr13095") ) ) +(assert (myObject (attribute1 "attr13096") ) ) +(assert (myObject (attribute1 "attr13097") ) ) +(assert (myObject (attribute1 "attr13098") ) ) +(assert (myObject (attribute1 "attr13099") ) ) +(assert (myObject (attribute1 "attr13100") ) ) +(assert (myObject (attribute1 "attr13101") ) ) +(assert (myObject (attribute1 "attr13102") ) ) +(assert (myObject (attribute1 "attr13103") ) ) +(assert (myObject (attribute1 "attr13104") ) ) +(assert (myObject (attribute1 "attr13105") ) ) +(assert (myObject (attribute1 "attr13106") ) ) +(assert (myObject (attribute1 "attr13107") ) ) +(assert (myObject (attribute1 "attr13108") ) ) +(assert (myObject (attribute1 "attr13109") ) ) +(assert (myObject (attribute1 "attr13110") ) ) +(assert (myObject (attribute1 "attr13111") ) ) +(assert (myObject (attribute1 "attr13112") ) ) +(assert (myObject (attribute1 "attr13113") ) ) +(assert (myObject (attribute1 "attr13114") ) ) +(assert (myObject (attribute1 "attr13115") ) ) +(assert (myObject (attribute1 "attr13116") ) ) +(assert (myObject (attribute1 "attr13117") ) ) +(assert (myObject (attribute1 "attr13118") ) ) +(assert (myObject (attribute1 "attr13119") ) ) +(assert (myObject (attribute1 "attr13120") ) ) +(assert (myObject (attribute1 "attr13121") ) ) +(assert (myObject (attribute1 "attr13122") ) ) +(assert (myObject (attribute1 "attr13123") ) ) +(assert (myObject (attribute1 "attr13124") ) ) +(assert (myObject (attribute1 "attr13125") ) ) +(assert (myObject (attribute1 "attr13126") ) ) +(assert (myObject (attribute1 "attr13127") ) ) +(assert (myObject (attribute1 "attr13128") ) ) +(assert (myObject (attribute1 "attr13129") ) ) +(assert (myObject (attribute1 "attr13130") ) ) +(assert (myObject (attribute1 "attr13131") ) ) +(assert (myObject (attribute1 "attr13132") ) ) +(assert (myObject (attribute1 "attr13133") ) ) +(assert (myObject (attribute1 "attr13134") ) ) +(assert (myObject (attribute1 "attr13135") ) ) +(assert (myObject (attribute1 "attr13136") ) ) +(assert (myObject (attribute1 "attr13137") ) ) +(assert (myObject (attribute1 "attr13138") ) ) +(assert (myObject (attribute1 "attr13139") ) ) +(assert (myObject (attribute1 "attr13140") ) ) +(assert (myObject (attribute1 "attr13141") ) ) +(assert (myObject (attribute1 "attr13142") ) ) +(assert (myObject (attribute1 "attr13143") ) ) +(assert (myObject (attribute1 "attr13144") ) ) +(assert (myObject (attribute1 "attr13145") ) ) +(assert (myObject (attribute1 "attr13146") ) ) +(assert (myObject (attribute1 "attr13147") ) ) +(assert (myObject (attribute1 "attr13148") ) ) +(assert (myObject (attribute1 "attr13149") ) ) +(assert (myObject (attribute1 "attr13150") ) ) +(assert (myObject (attribute1 "attr13151") ) ) +(assert (myObject (attribute1 "attr13152") ) ) +(assert (myObject (attribute1 "attr13153") ) ) +(assert (myObject (attribute1 "attr13154") ) ) +(assert (myObject (attribute1 "attr13155") ) ) +(assert (myObject (attribute1 "attr13156") ) ) +(assert (myObject (attribute1 "attr13157") ) ) +(assert (myObject (attribute1 "attr13158") ) ) +(assert (myObject (attribute1 "attr13159") ) ) +(assert (myObject (attribute1 "attr13160") ) ) +(assert (myObject (attribute1 "attr13161") ) ) +(assert (myObject (attribute1 "attr13162") ) ) +(assert (myObject (attribute1 "attr13163") ) ) +(assert (myObject (attribute1 "attr13164") ) ) +(assert (myObject (attribute1 "attr13165") ) ) +(assert (myObject (attribute1 "attr13166") ) ) +(assert (myObject (attribute1 "attr13167") ) ) +(assert (myObject (attribute1 "attr13168") ) ) +(assert (myObject (attribute1 "attr13169") ) ) +(assert (myObject (attribute1 "attr13170") ) ) +(assert (myObject (attribute1 "attr13171") ) ) +(assert (myObject (attribute1 "attr13172") ) ) +(assert (myObject (attribute1 "attr13173") ) ) +(assert (myObject (attribute1 "attr13174") ) ) +(assert (myObject (attribute1 "attr13175") ) ) +(assert (myObject (attribute1 "attr13176") ) ) +(assert (myObject (attribute1 "attr13177") ) ) +(assert (myObject (attribute1 "attr13178") ) ) +(assert (myObject (attribute1 "attr13179") ) ) +(assert (myObject (attribute1 "attr13180") ) ) +(assert (myObject (attribute1 "attr13181") ) ) +(assert (myObject (attribute1 "attr13182") ) ) +(assert (myObject (attribute1 "attr13183") ) ) +(assert (myObject (attribute1 "attr13184") ) ) +(assert (myObject (attribute1 "attr13185") ) ) +(assert (myObject (attribute1 "attr13186") ) ) +(assert (myObject (attribute1 "attr13187") ) ) +(assert (myObject (attribute1 "attr13188") ) ) +(assert (myObject (attribute1 "attr13189") ) ) +(assert (myObject (attribute1 "attr13190") ) ) +(assert (myObject (attribute1 "attr13191") ) ) +(assert (myObject (attribute1 "attr13192") ) ) +(assert (myObject (attribute1 "attr13193") ) ) +(assert (myObject (attribute1 "attr13194") ) ) +(assert (myObject (attribute1 "attr13195") ) ) +(assert (myObject (attribute1 "attr13196") ) ) +(assert (myObject (attribute1 "attr13197") ) ) +(assert (myObject (attribute1 "attr13198") ) ) +(assert (myObject (attribute1 "attr13199") ) ) +(assert (myObject (attribute1 "attr13200") ) ) +(assert (myObject (attribute1 "attr13201") ) ) +(assert (myObject (attribute1 "attr13202") ) ) +(assert (myObject (attribute1 "attr13203") ) ) +(assert (myObject (attribute1 "attr13204") ) ) +(assert (myObject (attribute1 "attr13205") ) ) +(assert (myObject (attribute1 "attr13206") ) ) +(assert (myObject (attribute1 "attr13207") ) ) +(assert (myObject (attribute1 "attr13208") ) ) +(assert (myObject (attribute1 "attr13209") ) ) +(assert (myObject (attribute1 "attr13210") ) ) +(assert (myObject (attribute1 "attr13211") ) ) +(assert (myObject (attribute1 "attr13212") ) ) +(assert (myObject (attribute1 "attr13213") ) ) +(assert (myObject (attribute1 "attr13214") ) ) +(assert (myObject (attribute1 "attr13215") ) ) +(assert (myObject (attribute1 "attr13216") ) ) +(assert (myObject (attribute1 "attr13217") ) ) +(assert (myObject (attribute1 "attr13218") ) ) +(assert (myObject (attribute1 "attr13219") ) ) +(assert (myObject (attribute1 "attr13220") ) ) +(assert (myObject (attribute1 "attr13221") ) ) +(assert (myObject (attribute1 "attr13222") ) ) +(assert (myObject (attribute1 "attr13223") ) ) +(assert (myObject (attribute1 "attr13224") ) ) +(assert (myObject (attribute1 "attr13225") ) ) +(assert (myObject (attribute1 "attr13226") ) ) +(assert (myObject (attribute1 "attr13227") ) ) +(assert (myObject (attribute1 "attr13228") ) ) +(assert (myObject (attribute1 "attr13229") ) ) +(assert (myObject (attribute1 "attr13230") ) ) +(assert (myObject (attribute1 "attr13231") ) ) +(assert (myObject (attribute1 "attr13232") ) ) +(assert (myObject (attribute1 "attr13233") ) ) +(assert (myObject (attribute1 "attr13234") ) ) +(assert (myObject (attribute1 "attr13235") ) ) +(assert (myObject (attribute1 "attr13236") ) ) +(assert (myObject (attribute1 "attr13237") ) ) +(assert (myObject (attribute1 "attr13238") ) ) +(assert (myObject (attribute1 "attr13239") ) ) +(assert (myObject (attribute1 "attr13240") ) ) +(assert (myObject (attribute1 "attr13241") ) ) +(assert (myObject (attribute1 "attr13242") ) ) +(assert (myObject (attribute1 "attr13243") ) ) +(assert (myObject (attribute1 "attr13244") ) ) +(assert (myObject (attribute1 "attr13245") ) ) +(assert (myObject (attribute1 "attr13246") ) ) +(assert (myObject (attribute1 "attr13247") ) ) +(assert (myObject (attribute1 "attr13248") ) ) +(assert (myObject (attribute1 "attr13249") ) ) +(assert (myObject (attribute1 "attr13250") ) ) +(assert (myObject (attribute1 "attr13251") ) ) +(assert (myObject (attribute1 "attr13252") ) ) +(assert (myObject (attribute1 "attr13253") ) ) +(assert (myObject (attribute1 "attr13254") ) ) +(assert (myObject (attribute1 "attr13255") ) ) +(assert (myObject (attribute1 "attr13256") ) ) +(assert (myObject (attribute1 "attr13257") ) ) +(assert (myObject (attribute1 "attr13258") ) ) +(assert (myObject (attribute1 "attr13259") ) ) +(assert (myObject (attribute1 "attr13260") ) ) +(assert (myObject (attribute1 "attr13261") ) ) +(assert (myObject (attribute1 "attr13262") ) ) +(assert (myObject (attribute1 "attr13263") ) ) +(assert (myObject (attribute1 "attr13264") ) ) +(assert (myObject (attribute1 "attr13265") ) ) +(assert (myObject (attribute1 "attr13266") ) ) +(assert (myObject (attribute1 "attr13267") ) ) +(assert (myObject (attribute1 "attr13268") ) ) +(assert (myObject (attribute1 "attr13269") ) ) +(assert (myObject (attribute1 "attr13270") ) ) +(assert (myObject (attribute1 "attr13271") ) ) +(assert (myObject (attribute1 "attr13272") ) ) +(assert (myObject (attribute1 "attr13273") ) ) +(assert (myObject (attribute1 "attr13274") ) ) +(assert (myObject (attribute1 "attr13275") ) ) +(assert (myObject (attribute1 "attr13276") ) ) +(assert (myObject (attribute1 "attr13277") ) ) +(assert (myObject (attribute1 "attr13278") ) ) +(assert (myObject (attribute1 "attr13279") ) ) +(assert (myObject (attribute1 "attr13280") ) ) +(assert (myObject (attribute1 "attr13281") ) ) +(assert (myObject (attribute1 "attr13282") ) ) +(assert (myObject (attribute1 "attr13283") ) ) +(assert (myObject (attribute1 "attr13284") ) ) +(assert (myObject (attribute1 "attr13285") ) ) +(assert (myObject (attribute1 "attr13286") ) ) +(assert (myObject (attribute1 "attr13287") ) ) +(assert (myObject (attribute1 "attr13288") ) ) +(assert (myObject (attribute1 "attr13289") ) ) +(assert (myObject (attribute1 "attr13290") ) ) +(assert (myObject (attribute1 "attr13291") ) ) +(assert (myObject (attribute1 "attr13292") ) ) +(assert (myObject (attribute1 "attr13293") ) ) +(assert (myObject (attribute1 "attr13294") ) ) +(assert (myObject (attribute1 "attr13295") ) ) +(assert (myObject (attribute1 "attr13296") ) ) +(assert (myObject (attribute1 "attr13297") ) ) +(assert (myObject (attribute1 "attr13298") ) ) +(assert (myObject (attribute1 "attr13299") ) ) +(assert (myObject (attribute1 "attr13300") ) ) +(assert (myObject (attribute1 "attr13301") ) ) +(assert (myObject (attribute1 "attr13302") ) ) +(assert (myObject (attribute1 "attr13303") ) ) +(assert (myObject (attribute1 "attr13304") ) ) +(assert (myObject (attribute1 "attr13305") ) ) +(assert (myObject (attribute1 "attr13306") ) ) +(assert (myObject (attribute1 "attr13307") ) ) +(assert (myObject (attribute1 "attr13308") ) ) +(assert (myObject (attribute1 "attr13309") ) ) +(assert (myObject (attribute1 "attr13310") ) ) +(assert (myObject (attribute1 "attr13311") ) ) +(assert (myObject (attribute1 "attr13312") ) ) +(assert (myObject (attribute1 "attr13313") ) ) +(assert (myObject (attribute1 "attr13314") ) ) +(assert (myObject (attribute1 "attr13315") ) ) +(assert (myObject (attribute1 "attr13316") ) ) +(assert (myObject (attribute1 "attr13317") ) ) +(assert (myObject (attribute1 "attr13318") ) ) +(assert (myObject (attribute1 "attr13319") ) ) +(assert (myObject (attribute1 "attr13320") ) ) +(assert (myObject (attribute1 "attr13321") ) ) +(assert (myObject (attribute1 "attr13322") ) ) +(assert (myObject (attribute1 "attr13323") ) ) +(assert (myObject (attribute1 "attr13324") ) ) +(assert (myObject (attribute1 "attr13325") ) ) +(assert (myObject (attribute1 "attr13326") ) ) +(assert (myObject (attribute1 "attr13327") ) ) +(assert (myObject (attribute1 "attr13328") ) ) +(assert (myObject (attribute1 "attr13329") ) ) +(assert (myObject (attribute1 "attr13330") ) ) +(assert (myObject (attribute1 "attr13331") ) ) +(assert (myObject (attribute1 "attr13332") ) ) +(assert (myObject (attribute1 "attr13333") ) ) +(assert (myObject (attribute1 "attr13334") ) ) +(assert (myObject (attribute1 "attr13335") ) ) +(assert (myObject (attribute1 "attr13336") ) ) +(assert (myObject (attribute1 "attr13337") ) ) +(assert (myObject (attribute1 "attr13338") ) ) +(assert (myObject (attribute1 "attr13339") ) ) +(assert (myObject (attribute1 "attr13340") ) ) +(assert (myObject (attribute1 "attr13341") ) ) +(assert (myObject (attribute1 "attr13342") ) ) +(assert (myObject (attribute1 "attr13343") ) ) +(assert (myObject (attribute1 "attr13344") ) ) +(assert (myObject (attribute1 "attr13345") ) ) +(assert (myObject (attribute1 "attr13346") ) ) +(assert (myObject (attribute1 "attr13347") ) ) +(assert (myObject (attribute1 "attr13348") ) ) +(assert (myObject (attribute1 "attr13349") ) ) +(assert (myObject (attribute1 "attr13350") ) ) +(assert (myObject (attribute1 "attr13351") ) ) +(assert (myObject (attribute1 "attr13352") ) ) +(assert (myObject (attribute1 "attr13353") ) ) +(assert (myObject (attribute1 "attr13354") ) ) +(assert (myObject (attribute1 "attr13355") ) ) +(assert (myObject (attribute1 "attr13356") ) ) +(assert (myObject (attribute1 "attr13357") ) ) +(assert (myObject (attribute1 "attr13358") ) ) +(assert (myObject (attribute1 "attr13359") ) ) +(assert (myObject (attribute1 "attr13360") ) ) +(assert (myObject (attribute1 "attr13361") ) ) +(assert (myObject (attribute1 "attr13362") ) ) +(assert (myObject (attribute1 "attr13363") ) ) +(assert (myObject (attribute1 "attr13364") ) ) +(assert (myObject (attribute1 "attr13365") ) ) +(assert (myObject (attribute1 "attr13366") ) ) +(assert (myObject (attribute1 "attr13367") ) ) +(assert (myObject (attribute1 "attr13368") ) ) +(assert (myObject (attribute1 "attr13369") ) ) +(assert (myObject (attribute1 "attr13370") ) ) +(assert (myObject (attribute1 "attr13371") ) ) +(assert (myObject (attribute1 "attr13372") ) ) +(assert (myObject (attribute1 "attr13373") ) ) +(assert (myObject (attribute1 "attr13374") ) ) +(assert (myObject (attribute1 "attr13375") ) ) +(assert (myObject (attribute1 "attr13376") ) ) +(assert (myObject (attribute1 "attr13377") ) ) +(assert (myObject (attribute1 "attr13378") ) ) +(assert (myObject (attribute1 "attr13379") ) ) +(assert (myObject (attribute1 "attr13380") ) ) +(assert (myObject (attribute1 "attr13381") ) ) +(assert (myObject (attribute1 "attr13382") ) ) +(assert (myObject (attribute1 "attr13383") ) ) +(assert (myObject (attribute1 "attr13384") ) ) +(assert (myObject (attribute1 "attr13385") ) ) +(assert (myObject (attribute1 "attr13386") ) ) +(assert (myObject (attribute1 "attr13387") ) ) +(assert (myObject (attribute1 "attr13388") ) ) +(assert (myObject (attribute1 "attr13389") ) ) +(assert (myObject (attribute1 "attr13390") ) ) +(assert (myObject (attribute1 "attr13391") ) ) +(assert (myObject (attribute1 "attr13392") ) ) +(assert (myObject (attribute1 "attr13393") ) ) +(assert (myObject (attribute1 "attr13394") ) ) +(assert (myObject (attribute1 "attr13395") ) ) +(assert (myObject (attribute1 "attr13396") ) ) +(assert (myObject (attribute1 "attr13397") ) ) +(assert (myObject (attribute1 "attr13398") ) ) +(assert (myObject (attribute1 "attr13399") ) ) +(assert (myObject (attribute1 "attr13400") ) ) +(assert (myObject (attribute1 "attr13401") ) ) +(assert (myObject (attribute1 "attr13402") ) ) +(assert (myObject (attribute1 "attr13403") ) ) +(assert (myObject (attribute1 "attr13404") ) ) +(assert (myObject (attribute1 "attr13405") ) ) +(assert (myObject (attribute1 "attr13406") ) ) +(assert (myObject (attribute1 "attr13407") ) ) +(assert (myObject (attribute1 "attr13408") ) ) +(assert (myObject (attribute1 "attr13409") ) ) +(assert (myObject (attribute1 "attr13410") ) ) +(assert (myObject (attribute1 "attr13411") ) ) +(assert (myObject (attribute1 "attr13412") ) ) +(assert (myObject (attribute1 "attr13413") ) ) +(assert (myObject (attribute1 "attr13414") ) ) +(assert (myObject (attribute1 "attr13415") ) ) +(assert (myObject (attribute1 "attr13416") ) ) +(assert (myObject (attribute1 "attr13417") ) ) +(assert (myObject (attribute1 "attr13418") ) ) +(assert (myObject (attribute1 "attr13419") ) ) +(assert (myObject (attribute1 "attr13420") ) ) +(assert (myObject (attribute1 "attr13421") ) ) +(assert (myObject (attribute1 "attr13422") ) ) +(assert (myObject (attribute1 "attr13423") ) ) +(assert (myObject (attribute1 "attr13424") ) ) +(assert (myObject (attribute1 "attr13425") ) ) +(assert (myObject (attribute1 "attr13426") ) ) +(assert (myObject (attribute1 "attr13427") ) ) +(assert (myObject (attribute1 "attr13428") ) ) +(assert (myObject (attribute1 "attr13429") ) ) +(assert (myObject (attribute1 "attr13430") ) ) +(assert (myObject (attribute1 "attr13431") ) ) +(assert (myObject (attribute1 "attr13432") ) ) +(assert (myObject (attribute1 "attr13433") ) ) +(assert (myObject (attribute1 "attr13434") ) ) +(assert (myObject (attribute1 "attr13435") ) ) +(assert (myObject (attribute1 "attr13436") ) ) +(assert (myObject (attribute1 "attr13437") ) ) +(assert (myObject (attribute1 "attr13438") ) ) +(assert (myObject (attribute1 "attr13439") ) ) +(assert (myObject (attribute1 "attr13440") ) ) +(assert (myObject (attribute1 "attr13441") ) ) +(assert (myObject (attribute1 "attr13442") ) ) +(assert (myObject (attribute1 "attr13443") ) ) +(assert (myObject (attribute1 "attr13444") ) ) +(assert (myObject (attribute1 "attr13445") ) ) +(assert (myObject (attribute1 "attr13446") ) ) +(assert (myObject (attribute1 "attr13447") ) ) +(assert (myObject (attribute1 "attr13448") ) ) +(assert (myObject (attribute1 "attr13449") ) ) +(assert (myObject (attribute1 "attr13450") ) ) +(assert (myObject (attribute1 "attr13451") ) ) +(assert (myObject (attribute1 "attr13452") ) ) +(assert (myObject (attribute1 "attr13453") ) ) +(assert (myObject (attribute1 "attr13454") ) ) +(assert (myObject (attribute1 "attr13455") ) ) +(assert (myObject (attribute1 "attr13456") ) ) +(assert (myObject (attribute1 "attr13457") ) ) +(assert (myObject (attribute1 "attr13458") ) ) +(assert (myObject (attribute1 "attr13459") ) ) +(assert (myObject (attribute1 "attr13460") ) ) +(assert (myObject (attribute1 "attr13461") ) ) +(assert (myObject (attribute1 "attr13462") ) ) +(assert (myObject (attribute1 "attr13463") ) ) +(assert (myObject (attribute1 "attr13464") ) ) +(assert (myObject (attribute1 "attr13465") ) ) +(assert (myObject (attribute1 "attr13466") ) ) +(assert (myObject (attribute1 "attr13467") ) ) +(assert (myObject (attribute1 "attr13468") ) ) +(assert (myObject (attribute1 "attr13469") ) ) +(assert (myObject (attribute1 "attr13470") ) ) +(assert (myObject (attribute1 "attr13471") ) ) +(assert (myObject (attribute1 "attr13472") ) ) +(assert (myObject (attribute1 "attr13473") ) ) +(assert (myObject (attribute1 "attr13474") ) ) +(assert (myObject (attribute1 "attr13475") ) ) +(assert (myObject (attribute1 "attr13476") ) ) +(assert (myObject (attribute1 "attr13477") ) ) +(assert (myObject (attribute1 "attr13478") ) ) +(assert (myObject (attribute1 "attr13479") ) ) +(assert (myObject (attribute1 "attr13480") ) ) +(assert (myObject (attribute1 "attr13481") ) ) +(assert (myObject (attribute1 "attr13482") ) ) +(assert (myObject (attribute1 "attr13483") ) ) +(assert (myObject (attribute1 "attr13484") ) ) +(assert (myObject (attribute1 "attr13485") ) ) +(assert (myObject (attribute1 "attr13486") ) ) +(assert (myObject (attribute1 "attr13487") ) ) +(assert (myObject (attribute1 "attr13488") ) ) +(assert (myObject (attribute1 "attr13489") ) ) +(assert (myObject (attribute1 "attr13490") ) ) +(assert (myObject (attribute1 "attr13491") ) ) +(assert (myObject (attribute1 "attr13492") ) ) +(assert (myObject (attribute1 "attr13493") ) ) +(assert (myObject (attribute1 "attr13494") ) ) +(assert (myObject (attribute1 "attr13495") ) ) +(assert (myObject (attribute1 "attr13496") ) ) +(assert (myObject (attribute1 "attr13497") ) ) +(assert (myObject (attribute1 "attr13498") ) ) +(assert (myObject (attribute1 "attr13499") ) ) +(assert (myObject (attribute1 "attr13500") ) ) +(assert (myObject (attribute1 "attr13501") ) ) +(assert (myObject (attribute1 "attr13502") ) ) +(assert (myObject (attribute1 "attr13503") ) ) +(assert (myObject (attribute1 "attr13504") ) ) +(assert (myObject (attribute1 "attr13505") ) ) +(assert (myObject (attribute1 "attr13506") ) ) +(assert (myObject (attribute1 "attr13507") ) ) +(assert (myObject (attribute1 "attr13508") ) ) +(assert (myObject (attribute1 "attr13509") ) ) +(assert (myObject (attribute1 "attr13510") ) ) +(assert (myObject (attribute1 "attr13511") ) ) +(assert (myObject (attribute1 "attr13512") ) ) +(assert (myObject (attribute1 "attr13513") ) ) +(assert (myObject (attribute1 "attr13514") ) ) +(assert (myObject (attribute1 "attr13515") ) ) +(assert (myObject (attribute1 "attr13516") ) ) +(assert (myObject (attribute1 "attr13517") ) ) +(assert (myObject (attribute1 "attr13518") ) ) +(assert (myObject (attribute1 "attr13519") ) ) +(assert (myObject (attribute1 "attr13520") ) ) +(assert (myObject (attribute1 "attr13521") ) ) +(assert (myObject (attribute1 "attr13522") ) ) +(assert (myObject (attribute1 "attr13523") ) ) +(assert (myObject (attribute1 "attr13524") ) ) +(assert (myObject (attribute1 "attr13525") ) ) +(assert (myObject (attribute1 "attr13526") ) ) +(assert (myObject (attribute1 "attr13527") ) ) +(assert (myObject (attribute1 "attr13528") ) ) +(assert (myObject (attribute1 "attr13529") ) ) +(assert (myObject (attribute1 "attr13530") ) ) +(assert (myObject (attribute1 "attr13531") ) ) +(assert (myObject (attribute1 "attr13532") ) ) +(assert (myObject (attribute1 "attr13533") ) ) +(assert (myObject (attribute1 "attr13534") ) ) +(assert (myObject (attribute1 "attr13535") ) ) +(assert (myObject (attribute1 "attr13536") ) ) +(assert (myObject (attribute1 "attr13537") ) ) +(assert (myObject (attribute1 "attr13538") ) ) +(assert (myObject (attribute1 "attr13539") ) ) +(assert (myObject (attribute1 "attr13540") ) ) +(assert (myObject (attribute1 "attr13541") ) ) +(assert (myObject (attribute1 "attr13542") ) ) +(assert (myObject (attribute1 "attr13543") ) ) +(assert (myObject (attribute1 "attr13544") ) ) +(assert (myObject (attribute1 "attr13545") ) ) +(assert (myObject (attribute1 "attr13546") ) ) +(assert (myObject (attribute1 "attr13547") ) ) +(assert (myObject (attribute1 "attr13548") ) ) +(assert (myObject (attribute1 "attr13549") ) ) +(assert (myObject (attribute1 "attr13550") ) ) +(assert (myObject (attribute1 "attr13551") ) ) +(assert (myObject (attribute1 "attr13552") ) ) +(assert (myObject (attribute1 "attr13553") ) ) +(assert (myObject (attribute1 "attr13554") ) ) +(assert (myObject (attribute1 "attr13555") ) ) +(assert (myObject (attribute1 "attr13556") ) ) +(assert (myObject (attribute1 "attr13557") ) ) +(assert (myObject (attribute1 "attr13558") ) ) +(assert (myObject (attribute1 "attr13559") ) ) +(assert (myObject (attribute1 "attr13560") ) ) +(assert (myObject (attribute1 "attr13561") ) ) +(assert (myObject (attribute1 "attr13562") ) ) +(assert (myObject (attribute1 "attr13563") ) ) +(assert (myObject (attribute1 "attr13564") ) ) +(assert (myObject (attribute1 "attr13565") ) ) +(assert (myObject (attribute1 "attr13566") ) ) +(assert (myObject (attribute1 "attr13567") ) ) +(assert (myObject (attribute1 "attr13568") ) ) +(assert (myObject (attribute1 "attr13569") ) ) +(assert (myObject (attribute1 "attr13570") ) ) +(assert (myObject (attribute1 "attr13571") ) ) +(assert (myObject (attribute1 "attr13572") ) ) +(assert (myObject (attribute1 "attr13573") ) ) +(assert (myObject (attribute1 "attr13574") ) ) +(assert (myObject (attribute1 "attr13575") ) ) +(assert (myObject (attribute1 "attr13576") ) ) +(assert (myObject (attribute1 "attr13577") ) ) +(assert (myObject (attribute1 "attr13578") ) ) +(assert (myObject (attribute1 "attr13579") ) ) +(assert (myObject (attribute1 "attr13580") ) ) +(assert (myObject (attribute1 "attr13581") ) ) +(assert (myObject (attribute1 "attr13582") ) ) +(assert (myObject (attribute1 "attr13583") ) ) +(assert (myObject (attribute1 "attr13584") ) ) +(assert (myObject (attribute1 "attr13585") ) ) +(assert (myObject (attribute1 "attr13586") ) ) +(assert (myObject (attribute1 "attr13587") ) ) +(assert (myObject (attribute1 "attr13588") ) ) +(assert (myObject (attribute1 "attr13589") ) ) +(assert (myObject (attribute1 "attr13590") ) ) +(assert (myObject (attribute1 "attr13591") ) ) +(assert (myObject (attribute1 "attr13592") ) ) +(assert (myObject (attribute1 "attr13593") ) ) +(assert (myObject (attribute1 "attr13594") ) ) +(assert (myObject (attribute1 "attr13595") ) ) +(assert (myObject (attribute1 "attr13596") ) ) +(assert (myObject (attribute1 "attr13597") ) ) +(assert (myObject (attribute1 "attr13598") ) ) +(assert (myObject (attribute1 "attr13599") ) ) +(assert (myObject (attribute1 "attr13600") ) ) +(assert (myObject (attribute1 "attr13601") ) ) +(assert (myObject (attribute1 "attr13602") ) ) +(assert (myObject (attribute1 "attr13603") ) ) +(assert (myObject (attribute1 "attr13604") ) ) +(assert (myObject (attribute1 "attr13605") ) ) +(assert (myObject (attribute1 "attr13606") ) ) +(assert (myObject (attribute1 "attr13607") ) ) +(assert (myObject (attribute1 "attr13608") ) ) +(assert (myObject (attribute1 "attr13609") ) ) +(assert (myObject (attribute1 "attr13610") ) ) +(assert (myObject (attribute1 "attr13611") ) ) +(assert (myObject (attribute1 "attr13612") ) ) +(assert (myObject (attribute1 "attr13613") ) ) +(assert (myObject (attribute1 "attr13614") ) ) +(assert (myObject (attribute1 "attr13615") ) ) +(assert (myObject (attribute1 "attr13616") ) ) +(assert (myObject (attribute1 "attr13617") ) ) +(assert (myObject (attribute1 "attr13618") ) ) +(assert (myObject (attribute1 "attr13619") ) ) +(assert (myObject (attribute1 "attr13620") ) ) +(assert (myObject (attribute1 "attr13621") ) ) +(assert (myObject (attribute1 "attr13622") ) ) +(assert (myObject (attribute1 "attr13623") ) ) +(assert (myObject (attribute1 "attr13624") ) ) +(assert (myObject (attribute1 "attr13625") ) ) +(assert (myObject (attribute1 "attr13626") ) ) +(assert (myObject (attribute1 "attr13627") ) ) +(assert (myObject (attribute1 "attr13628") ) ) +(assert (myObject (attribute1 "attr13629") ) ) +(assert (myObject (attribute1 "attr13630") ) ) +(assert (myObject (attribute1 "attr13631") ) ) +(assert (myObject (attribute1 "attr13632") ) ) +(assert (myObject (attribute1 "attr13633") ) ) +(assert (myObject (attribute1 "attr13634") ) ) +(assert (myObject (attribute1 "attr13635") ) ) +(assert (myObject (attribute1 "attr13636") ) ) +(assert (myObject (attribute1 "attr13637") ) ) +(assert (myObject (attribute1 "attr13638") ) ) +(assert (myObject (attribute1 "attr13639") ) ) +(assert (myObject (attribute1 "attr13640") ) ) +(assert (myObject (attribute1 "attr13641") ) ) +(assert (myObject (attribute1 "attr13642") ) ) +(assert (myObject (attribute1 "attr13643") ) ) +(assert (myObject (attribute1 "attr13644") ) ) +(assert (myObject (attribute1 "attr13645") ) ) +(assert (myObject (attribute1 "attr13646") ) ) +(assert (myObject (attribute1 "attr13647") ) ) +(assert (myObject (attribute1 "attr13648") ) ) +(assert (myObject (attribute1 "attr13649") ) ) +(assert (myObject (attribute1 "attr13650") ) ) +(assert (myObject (attribute1 "attr13651") ) ) +(assert (myObject (attribute1 "attr13652") ) ) +(assert (myObject (attribute1 "attr13653") ) ) +(assert (myObject (attribute1 "attr13654") ) ) +(assert (myObject (attribute1 "attr13655") ) ) +(assert (myObject (attribute1 "attr13656") ) ) +(assert (myObject (attribute1 "attr13657") ) ) +(assert (myObject (attribute1 "attr13658") ) ) +(assert (myObject (attribute1 "attr13659") ) ) +(assert (myObject (attribute1 "attr13660") ) ) +(assert (myObject (attribute1 "attr13661") ) ) +(assert (myObject (attribute1 "attr13662") ) ) +(assert (myObject (attribute1 "attr13663") ) ) +(assert (myObject (attribute1 "attr13664") ) ) +(assert (myObject (attribute1 "attr13665") ) ) +(assert (myObject (attribute1 "attr13666") ) ) +(assert (myObject (attribute1 "attr13667") ) ) +(assert (myObject (attribute1 "attr13668") ) ) +(assert (myObject (attribute1 "attr13669") ) ) +(assert (myObject (attribute1 "attr13670") ) ) +(assert (myObject (attribute1 "attr13671") ) ) +(assert (myObject (attribute1 "attr13672") ) ) +(assert (myObject (attribute1 "attr13673") ) ) +(assert (myObject (attribute1 "attr13674") ) ) +(assert (myObject (attribute1 "attr13675") ) ) +(assert (myObject (attribute1 "attr13676") ) ) +(assert (myObject (attribute1 "attr13677") ) ) +(assert (myObject (attribute1 "attr13678") ) ) +(assert (myObject (attribute1 "attr13679") ) ) +(assert (myObject (attribute1 "attr13680") ) ) +(assert (myObject (attribute1 "attr13681") ) ) +(assert (myObject (attribute1 "attr13682") ) ) +(assert (myObject (attribute1 "attr13683") ) ) +(assert (myObject (attribute1 "attr13684") ) ) +(assert (myObject (attribute1 "attr13685") ) ) +(assert (myObject (attribute1 "attr13686") ) ) +(assert (myObject (attribute1 "attr13687") ) ) +(assert (myObject (attribute1 "attr13688") ) ) +(assert (myObject (attribute1 "attr13689") ) ) +(assert (myObject (attribute1 "attr13690") ) ) +(assert (myObject (attribute1 "attr13691") ) ) +(assert (myObject (attribute1 "attr13692") ) ) +(assert (myObject (attribute1 "attr13693") ) ) +(assert (myObject (attribute1 "attr13694") ) ) +(assert (myObject (attribute1 "attr13695") ) ) +(assert (myObject (attribute1 "attr13696") ) ) +(assert (myObject (attribute1 "attr13697") ) ) +(assert (myObject (attribute1 "attr13698") ) ) +(assert (myObject (attribute1 "attr13699") ) ) +(assert (myObject (attribute1 "attr13700") ) ) +(assert (myObject (attribute1 "attr13701") ) ) +(assert (myObject (attribute1 "attr13702") ) ) +(assert (myObject (attribute1 "attr13703") ) ) +(assert (myObject (attribute1 "attr13704") ) ) +(assert (myObject (attribute1 "attr13705") ) ) +(assert (myObject (attribute1 "attr13706") ) ) +(assert (myObject (attribute1 "attr13707") ) ) +(assert (myObject (attribute1 "attr13708") ) ) +(assert (myObject (attribute1 "attr13709") ) ) +(assert (myObject (attribute1 "attr13710") ) ) +(assert (myObject (attribute1 "attr13711") ) ) +(assert (myObject (attribute1 "attr13712") ) ) +(assert (myObject (attribute1 "attr13713") ) ) +(assert (myObject (attribute1 "attr13714") ) ) +(assert (myObject (attribute1 "attr13715") ) ) +(assert (myObject (attribute1 "attr13716") ) ) +(assert (myObject (attribute1 "attr13717") ) ) +(assert (myObject (attribute1 "attr13718") ) ) +(assert (myObject (attribute1 "attr13719") ) ) +(assert (myObject (attribute1 "attr13720") ) ) +(assert (myObject (attribute1 "attr13721") ) ) +(assert (myObject (attribute1 "attr13722") ) ) +(assert (myObject (attribute1 "attr13723") ) ) +(assert (myObject (attribute1 "attr13724") ) ) +(assert (myObject (attribute1 "attr13725") ) ) +(assert (myObject (attribute1 "attr13726") ) ) +(assert (myObject (attribute1 "attr13727") ) ) +(assert (myObject (attribute1 "attr13728") ) ) +(assert (myObject (attribute1 "attr13729") ) ) +(assert (myObject (attribute1 "attr13730") ) ) +(assert (myObject (attribute1 "attr13731") ) ) +(assert (myObject (attribute1 "attr13732") ) ) +(assert (myObject (attribute1 "attr13733") ) ) +(assert (myObject (attribute1 "attr13734") ) ) +(assert (myObject (attribute1 "attr13735") ) ) +(assert (myObject (attribute1 "attr13736") ) ) +(assert (myObject (attribute1 "attr13737") ) ) +(assert (myObject (attribute1 "attr13738") ) ) +(assert (myObject (attribute1 "attr13739") ) ) +(assert (myObject (attribute1 "attr13740") ) ) +(assert (myObject (attribute1 "attr13741") ) ) +(assert (myObject (attribute1 "attr13742") ) ) +(assert (myObject (attribute1 "attr13743") ) ) +(assert (myObject (attribute1 "attr13744") ) ) +(assert (myObject (attribute1 "attr13745") ) ) +(assert (myObject (attribute1 "attr13746") ) ) +(assert (myObject (attribute1 "attr13747") ) ) +(assert (myObject (attribute1 "attr13748") ) ) +(assert (myObject (attribute1 "attr13749") ) ) +(assert (myObject (attribute1 "attr13750") ) ) +(assert (myObject (attribute1 "attr13751") ) ) +(assert (myObject (attribute1 "attr13752") ) ) +(assert (myObject (attribute1 "attr13753") ) ) +(assert (myObject (attribute1 "attr13754") ) ) +(assert (myObject (attribute1 "attr13755") ) ) +(assert (myObject (attribute1 "attr13756") ) ) +(assert (myObject (attribute1 "attr13757") ) ) +(assert (myObject (attribute1 "attr13758") ) ) +(assert (myObject (attribute1 "attr13759") ) ) +(assert (myObject (attribute1 "attr13760") ) ) +(assert (myObject (attribute1 "attr13761") ) ) +(assert (myObject (attribute1 "attr13762") ) ) +(assert (myObject (attribute1 "attr13763") ) ) +(assert (myObject (attribute1 "attr13764") ) ) +(assert (myObject (attribute1 "attr13765") ) ) +(assert (myObject (attribute1 "attr13766") ) ) +(assert (myObject (attribute1 "attr13767") ) ) +(assert (myObject (attribute1 "attr13768") ) ) +(assert (myObject (attribute1 "attr13769") ) ) +(assert (myObject (attribute1 "attr13770") ) ) +(assert (myObject (attribute1 "attr13771") ) ) +(assert (myObject (attribute1 "attr13772") ) ) +(assert (myObject (attribute1 "attr13773") ) ) +(assert (myObject (attribute1 "attr13774") ) ) +(assert (myObject (attribute1 "attr13775") ) ) +(assert (myObject (attribute1 "attr13776") ) ) +(assert (myObject (attribute1 "attr13777") ) ) +(assert (myObject (attribute1 "attr13778") ) ) +(assert (myObject (attribute1 "attr13779") ) ) +(assert (myObject (attribute1 "attr13780") ) ) +(assert (myObject (attribute1 "attr13781") ) ) +(assert (myObject (attribute1 "attr13782") ) ) +(assert (myObject (attribute1 "attr13783") ) ) +(assert (myObject (attribute1 "attr13784") ) ) +(assert (myObject (attribute1 "attr13785") ) ) +(assert (myObject (attribute1 "attr13786") ) ) +(assert (myObject (attribute1 "attr13787") ) ) +(assert (myObject (attribute1 "attr13788") ) ) +(assert (myObject (attribute1 "attr13789") ) ) +(assert (myObject (attribute1 "attr13790") ) ) +(assert (myObject (attribute1 "attr13791") ) ) +(assert (myObject (attribute1 "attr13792") ) ) +(assert (myObject (attribute1 "attr13793") ) ) +(assert (myObject (attribute1 "attr13794") ) ) +(assert (myObject (attribute1 "attr13795") ) ) +(assert (myObject (attribute1 "attr13796") ) ) +(assert (myObject (attribute1 "attr13797") ) ) +(assert (myObject (attribute1 "attr13798") ) ) +(assert (myObject (attribute1 "attr13799") ) ) +(assert (myObject (attribute1 "attr13800") ) ) +(assert (myObject (attribute1 "attr13801") ) ) +(assert (myObject (attribute1 "attr13802") ) ) +(assert (myObject (attribute1 "attr13803") ) ) +(assert (myObject (attribute1 "attr13804") ) ) +(assert (myObject (attribute1 "attr13805") ) ) +(assert (myObject (attribute1 "attr13806") ) ) +(assert (myObject (attribute1 "attr13807") ) ) +(assert (myObject (attribute1 "attr13808") ) ) +(assert (myObject (attribute1 "attr13809") ) ) +(assert (myObject (attribute1 "attr13810") ) ) +(assert (myObject (attribute1 "attr13811") ) ) +(assert (myObject (attribute1 "attr13812") ) ) +(assert (myObject (attribute1 "attr13813") ) ) +(assert (myObject (attribute1 "attr13814") ) ) +(assert (myObject (attribute1 "attr13815") ) ) +(assert (myObject (attribute1 "attr13816") ) ) +(assert (myObject (attribute1 "attr13817") ) ) +(assert (myObject (attribute1 "attr13818") ) ) +(assert (myObject (attribute1 "attr13819") ) ) +(assert (myObject (attribute1 "attr13820") ) ) +(assert (myObject (attribute1 "attr13821") ) ) +(assert (myObject (attribute1 "attr13822") ) ) +(assert (myObject (attribute1 "attr13823") ) ) +(assert (myObject (attribute1 "attr13824") ) ) +(assert (myObject (attribute1 "attr13825") ) ) +(assert (myObject (attribute1 "attr13826") ) ) +(assert (myObject (attribute1 "attr13827") ) ) +(assert (myObject (attribute1 "attr13828") ) ) +(assert (myObject (attribute1 "attr13829") ) ) +(assert (myObject (attribute1 "attr13830") ) ) +(assert (myObject (attribute1 "attr13831") ) ) +(assert (myObject (attribute1 "attr13832") ) ) +(assert (myObject (attribute1 "attr13833") ) ) +(assert (myObject (attribute1 "attr13834") ) ) +(assert (myObject (attribute1 "attr13835") ) ) +(assert (myObject (attribute1 "attr13836") ) ) +(assert (myObject (attribute1 "attr13837") ) ) +(assert (myObject (attribute1 "attr13838") ) ) +(assert (myObject (attribute1 "attr13839") ) ) +(assert (myObject (attribute1 "attr13840") ) ) +(assert (myObject (attribute1 "attr13841") ) ) +(assert (myObject (attribute1 "attr13842") ) ) +(assert (myObject (attribute1 "attr13843") ) ) +(assert (myObject (attribute1 "attr13844") ) ) +(assert (myObject (attribute1 "attr13845") ) ) +(assert (myObject (attribute1 "attr13846") ) ) +(assert (myObject (attribute1 "attr13847") ) ) +(assert (myObject (attribute1 "attr13848") ) ) +(assert (myObject (attribute1 "attr13849") ) ) +(assert (myObject (attribute1 "attr13850") ) ) +(assert (myObject (attribute1 "attr13851") ) ) +(assert (myObject (attribute1 "attr13852") ) ) +(assert (myObject (attribute1 "attr13853") ) ) +(assert (myObject (attribute1 "attr13854") ) ) +(assert (myObject (attribute1 "attr13855") ) ) +(assert (myObject (attribute1 "attr13856") ) ) +(assert (myObject (attribute1 "attr13857") ) ) +(assert (myObject (attribute1 "attr13858") ) ) +(assert (myObject (attribute1 "attr13859") ) ) +(assert (myObject (attribute1 "attr13860") ) ) +(assert (myObject (attribute1 "attr13861") ) ) +(assert (myObject (attribute1 "attr13862") ) ) +(assert (myObject (attribute1 "attr13863") ) ) +(assert (myObject (attribute1 "attr13864") ) ) +(assert (myObject (attribute1 "attr13865") ) ) +(assert (myObject (attribute1 "attr13866") ) ) +(assert (myObject (attribute1 "attr13867") ) ) +(assert (myObject (attribute1 "attr13868") ) ) +(assert (myObject (attribute1 "attr13869") ) ) +(assert (myObject (attribute1 "attr13870") ) ) +(assert (myObject (attribute1 "attr13871") ) ) +(assert (myObject (attribute1 "attr13872") ) ) +(assert (myObject (attribute1 "attr13873") ) ) +(assert (myObject (attribute1 "attr13874") ) ) +(assert (myObject (attribute1 "attr13875") ) ) +(assert (myObject (attribute1 "attr13876") ) ) +(assert (myObject (attribute1 "attr13877") ) ) +(assert (myObject (attribute1 "attr13878") ) ) +(assert (myObject (attribute1 "attr13879") ) ) +(assert (myObject (attribute1 "attr13880") ) ) +(assert (myObject (attribute1 "attr13881") ) ) +(assert (myObject (attribute1 "attr13882") ) ) +(assert (myObject (attribute1 "attr13883") ) ) +(assert (myObject (attribute1 "attr13884") ) ) +(assert (myObject (attribute1 "attr13885") ) ) +(assert (myObject (attribute1 "attr13886") ) ) +(assert (myObject (attribute1 "attr13887") ) ) +(assert (myObject (attribute1 "attr13888") ) ) +(assert (myObject (attribute1 "attr13889") ) ) +(assert (myObject (attribute1 "attr13890") ) ) +(assert (myObject (attribute1 "attr13891") ) ) +(assert (myObject (attribute1 "attr13892") ) ) +(assert (myObject (attribute1 "attr13893") ) ) +(assert (myObject (attribute1 "attr13894") ) ) +(assert (myObject (attribute1 "attr13895") ) ) +(assert (myObject (attribute1 "attr13896") ) ) +(assert (myObject (attribute1 "attr13897") ) ) +(assert (myObject (attribute1 "attr13898") ) ) +(assert (myObject (attribute1 "attr13899") ) ) +(assert (myObject (attribute1 "attr13900") ) ) +(assert (myObject (attribute1 "attr13901") ) ) +(assert (myObject (attribute1 "attr13902") ) ) +(assert (myObject (attribute1 "attr13903") ) ) +(assert (myObject (attribute1 "attr13904") ) ) +(assert (myObject (attribute1 "attr13905") ) ) +(assert (myObject (attribute1 "attr13906") ) ) +(assert (myObject (attribute1 "attr13907") ) ) +(assert (myObject (attribute1 "attr13908") ) ) +(assert (myObject (attribute1 "attr13909") ) ) +(assert (myObject (attribute1 "attr13910") ) ) +(assert (myObject (attribute1 "attr13911") ) ) +(assert (myObject (attribute1 "attr13912") ) ) +(assert (myObject (attribute1 "attr13913") ) ) +(assert (myObject (attribute1 "attr13914") ) ) +(assert (myObject (attribute1 "attr13915") ) ) +(assert (myObject (attribute1 "attr13916") ) ) +(assert (myObject (attribute1 "attr13917") ) ) +(assert (myObject (attribute1 "attr13918") ) ) +(assert (myObject (attribute1 "attr13919") ) ) +(assert (myObject (attribute1 "attr13920") ) ) +(assert (myObject (attribute1 "attr13921") ) ) +(assert (myObject (attribute1 "attr13922") ) ) +(assert (myObject (attribute1 "attr13923") ) ) +(assert (myObject (attribute1 "attr13924") ) ) +(assert (myObject (attribute1 "attr13925") ) ) +(assert (myObject (attribute1 "attr13926") ) ) +(assert (myObject (attribute1 "attr13927") ) ) +(assert (myObject (attribute1 "attr13928") ) ) +(assert (myObject (attribute1 "attr13929") ) ) +(assert (myObject (attribute1 "attr13930") ) ) +(assert (myObject (attribute1 "attr13931") ) ) +(assert (myObject (attribute1 "attr13932") ) ) +(assert (myObject (attribute1 "attr13933") ) ) +(assert (myObject (attribute1 "attr13934") ) ) +(assert (myObject (attribute1 "attr13935") ) ) +(assert (myObject (attribute1 "attr13936") ) ) +(assert (myObject (attribute1 "attr13937") ) ) +(assert (myObject (attribute1 "attr13938") ) ) +(assert (myObject (attribute1 "attr13939") ) ) +(assert (myObject (attribute1 "attr13940") ) ) +(assert (myObject (attribute1 "attr13941") ) ) +(assert (myObject (attribute1 "attr13942") ) ) +(assert (myObject (attribute1 "attr13943") ) ) +(assert (myObject (attribute1 "attr13944") ) ) +(assert (myObject (attribute1 "attr13945") ) ) +(assert (myObject (attribute1 "attr13946") ) ) +(assert (myObject (attribute1 "attr13947") ) ) +(assert (myObject (attribute1 "attr13948") ) ) +(assert (myObject (attribute1 "attr13949") ) ) +(assert (myObject (attribute1 "attr13950") ) ) +(assert (myObject (attribute1 "attr13951") ) ) +(assert (myObject (attribute1 "attr13952") ) ) +(assert (myObject (attribute1 "attr13953") ) ) +(assert (myObject (attribute1 "attr13954") ) ) +(assert (myObject (attribute1 "attr13955") ) ) +(assert (myObject (attribute1 "attr13956") ) ) +(assert (myObject (attribute1 "attr13957") ) ) +(assert (myObject (attribute1 "attr13958") ) ) +(assert (myObject (attribute1 "attr13959") ) ) +(assert (myObject (attribute1 "attr13960") ) ) +(assert (myObject (attribute1 "attr13961") ) ) +(assert (myObject (attribute1 "attr13962") ) ) +(assert (myObject (attribute1 "attr13963") ) ) +(assert (myObject (attribute1 "attr13964") ) ) +(assert (myObject (attribute1 "attr13965") ) ) +(assert (myObject (attribute1 "attr13966") ) ) +(assert (myObject (attribute1 "attr13967") ) ) +(assert (myObject (attribute1 "attr13968") ) ) +(assert (myObject (attribute1 "attr13969") ) ) +(assert (myObject (attribute1 "attr13970") ) ) +(assert (myObject (attribute1 "attr13971") ) ) +(assert (myObject (attribute1 "attr13972") ) ) +(assert (myObject (attribute1 "attr13973") ) ) +(assert (myObject (attribute1 "attr13974") ) ) +(assert (myObject (attribute1 "attr13975") ) ) +(assert (myObject (attribute1 "attr13976") ) ) +(assert (myObject (attribute1 "attr13977") ) ) +(assert (myObject (attribute1 "attr13978") ) ) +(assert (myObject (attribute1 "attr13979") ) ) +(assert (myObject (attribute1 "attr13980") ) ) +(assert (myObject (attribute1 "attr13981") ) ) +(assert (myObject (attribute1 "attr13982") ) ) +(assert (myObject (attribute1 "attr13983") ) ) +(assert (myObject (attribute1 "attr13984") ) ) +(assert (myObject (attribute1 "attr13985") ) ) +(assert (myObject (attribute1 "attr13986") ) ) +(assert (myObject (attribute1 "attr13987") ) ) +(assert (myObject (attribute1 "attr13988") ) ) +(assert (myObject (attribute1 "attr13989") ) ) +(assert (myObject (attribute1 "attr13990") ) ) +(assert (myObject (attribute1 "attr13991") ) ) +(assert (myObject (attribute1 "attr13992") ) ) +(assert (myObject (attribute1 "attr13993") ) ) +(assert (myObject (attribute1 "attr13994") ) ) +(assert (myObject (attribute1 "attr13995") ) ) +(assert (myObject (attribute1 "attr13996") ) ) +(assert (myObject (attribute1 "attr13997") ) ) +(assert (myObject (attribute1 "attr13998") ) ) +(assert (myObject (attribute1 "attr13999") ) ) +(assert (myObject (attribute1 "attr14000") ) ) +(assert (myObject (attribute1 "attr14001") ) ) +(assert (myObject (attribute1 "attr14002") ) ) +(assert (myObject (attribute1 "attr14003") ) ) +(assert (myObject (attribute1 "attr14004") ) ) +(assert (myObject (attribute1 "attr14005") ) ) +(assert (myObject (attribute1 "attr14006") ) ) +(assert (myObject (attribute1 "attr14007") ) ) +(assert (myObject (attribute1 "attr14008") ) ) +(assert (myObject (attribute1 "attr14009") ) ) +(assert (myObject (attribute1 "attr14010") ) ) +(assert (myObject (attribute1 "attr14011") ) ) +(assert (myObject (attribute1 "attr14012") ) ) +(assert (myObject (attribute1 "attr14013") ) ) +(assert (myObject (attribute1 "attr14014") ) ) +(assert (myObject (attribute1 "attr14015") ) ) +(assert (myObject (attribute1 "attr14016") ) ) +(assert (myObject (attribute1 "attr14017") ) ) +(assert (myObject (attribute1 "attr14018") ) ) +(assert (myObject (attribute1 "attr14019") ) ) +(assert (myObject (attribute1 "attr14020") ) ) +(assert (myObject (attribute1 "attr14021") ) ) +(assert (myObject (attribute1 "attr14022") ) ) +(assert (myObject (attribute1 "attr14023") ) ) +(assert (myObject (attribute1 "attr14024") ) ) +(assert (myObject (attribute1 "attr14025") ) ) +(assert (myObject (attribute1 "attr14026") ) ) +(assert (myObject (attribute1 "attr14027") ) ) +(assert (myObject (attribute1 "attr14028") ) ) +(assert (myObject (attribute1 "attr14029") ) ) +(assert (myObject (attribute1 "attr14030") ) ) +(assert (myObject (attribute1 "attr14031") ) ) +(assert (myObject (attribute1 "attr14032") ) ) +(assert (myObject (attribute1 "attr14033") ) ) +(assert (myObject (attribute1 "attr14034") ) ) +(assert (myObject (attribute1 "attr14035") ) ) +(assert (myObject (attribute1 "attr14036") ) ) +(assert (myObject (attribute1 "attr14037") ) ) +(assert (myObject (attribute1 "attr14038") ) ) +(assert (myObject (attribute1 "attr14039") ) ) +(assert (myObject (attribute1 "attr14040") ) ) +(assert (myObject (attribute1 "attr14041") ) ) +(assert (myObject (attribute1 "attr14042") ) ) +(assert (myObject (attribute1 "attr14043") ) ) +(assert (myObject (attribute1 "attr14044") ) ) +(assert (myObject (attribute1 "attr14045") ) ) +(assert (myObject (attribute1 "attr14046") ) ) +(assert (myObject (attribute1 "attr14047") ) ) +(assert (myObject (attribute1 "attr14048") ) ) +(assert (myObject (attribute1 "attr14049") ) ) +(assert (myObject (attribute1 "attr14050") ) ) +(assert (myObject (attribute1 "attr14051") ) ) +(assert (myObject (attribute1 "attr14052") ) ) +(assert (myObject (attribute1 "attr14053") ) ) +(assert (myObject (attribute1 "attr14054") ) ) +(assert (myObject (attribute1 "attr14055") ) ) +(assert (myObject (attribute1 "attr14056") ) ) +(assert (myObject (attribute1 "attr14057") ) ) +(assert (myObject (attribute1 "attr14058") ) ) +(assert (myObject (attribute1 "attr14059") ) ) +(assert (myObject (attribute1 "attr14060") ) ) +(assert (myObject (attribute1 "attr14061") ) ) +(assert (myObject (attribute1 "attr14062") ) ) +(assert (myObject (attribute1 "attr14063") ) ) +(assert (myObject (attribute1 "attr14064") ) ) +(assert (myObject (attribute1 "attr14065") ) ) +(assert (myObject (attribute1 "attr14066") ) ) +(assert (myObject (attribute1 "attr14067") ) ) +(assert (myObject (attribute1 "attr14068") ) ) +(assert (myObject (attribute1 "attr14069") ) ) +(assert (myObject (attribute1 "attr14070") ) ) +(assert (myObject (attribute1 "attr14071") ) ) +(assert (myObject (attribute1 "attr14072") ) ) +(assert (myObject (attribute1 "attr14073") ) ) +(assert (myObject (attribute1 "attr14074") ) ) +(assert (myObject (attribute1 "attr14075") ) ) +(assert (myObject (attribute1 "attr14076") ) ) +(assert (myObject (attribute1 "attr14077") ) ) +(assert (myObject (attribute1 "attr14078") ) ) +(assert (myObject (attribute1 "attr14079") ) ) +(assert (myObject (attribute1 "attr14080") ) ) +(assert (myObject (attribute1 "attr14081") ) ) +(assert (myObject (attribute1 "attr14082") ) ) +(assert (myObject (attribute1 "attr14083") ) ) +(assert (myObject (attribute1 "attr14084") ) ) +(assert (myObject (attribute1 "attr14085") ) ) +(assert (myObject (attribute1 "attr14086") ) ) +(assert (myObject (attribute1 "attr14087") ) ) +(assert (myObject (attribute1 "attr14088") ) ) +(assert (myObject (attribute1 "attr14089") ) ) +(assert (myObject (attribute1 "attr14090") ) ) +(assert (myObject (attribute1 "attr14091") ) ) +(assert (myObject (attribute1 "attr14092") ) ) +(assert (myObject (attribute1 "attr14093") ) ) +(assert (myObject (attribute1 "attr14094") ) ) +(assert (myObject (attribute1 "attr14095") ) ) +(assert (myObject (attribute1 "attr14096") ) ) +(assert (myObject (attribute1 "attr14097") ) ) +(assert (myObject (attribute1 "attr14098") ) ) +(assert (myObject (attribute1 "attr14099") ) ) +(assert (myObject (attribute1 "attr14100") ) ) +(assert (myObject (attribute1 "attr14101") ) ) +(assert (myObject (attribute1 "attr14102") ) ) +(assert (myObject (attribute1 "attr14103") ) ) +(assert (myObject (attribute1 "attr14104") ) ) +(assert (myObject (attribute1 "attr14105") ) ) +(assert (myObject (attribute1 "attr14106") ) ) +(assert (myObject (attribute1 "attr14107") ) ) +(assert (myObject (attribute1 "attr14108") ) ) +(assert (myObject (attribute1 "attr14109") ) ) +(assert (myObject (attribute1 "attr14110") ) ) +(assert (myObject (attribute1 "attr14111") ) ) +(assert (myObject (attribute1 "attr14112") ) ) +(assert (myObject (attribute1 "attr14113") ) ) +(assert (myObject (attribute1 "attr14114") ) ) +(assert (myObject (attribute1 "attr14115") ) ) +(assert (myObject (attribute1 "attr14116") ) ) +(assert (myObject (attribute1 "attr14117") ) ) +(assert (myObject (attribute1 "attr14118") ) ) +(assert (myObject (attribute1 "attr14119") ) ) +(assert (myObject (attribute1 "attr14120") ) ) +(assert (myObject (attribute1 "attr14121") ) ) +(assert (myObject (attribute1 "attr14122") ) ) +(assert (myObject (attribute1 "attr14123") ) ) +(assert (myObject (attribute1 "attr14124") ) ) +(assert (myObject (attribute1 "attr14125") ) ) +(assert (myObject (attribute1 "attr14126") ) ) +(assert (myObject (attribute1 "attr14127") ) ) +(assert (myObject (attribute1 "attr14128") ) ) +(assert (myObject (attribute1 "attr14129") ) ) +(assert (myObject (attribute1 "attr14130") ) ) +(assert (myObject (attribute1 "attr14131") ) ) +(assert (myObject (attribute1 "attr14132") ) ) +(assert (myObject (attribute1 "attr14133") ) ) +(assert (myObject (attribute1 "attr14134") ) ) +(assert (myObject (attribute1 "attr14135") ) ) +(assert (myObject (attribute1 "attr14136") ) ) +(assert (myObject (attribute1 "attr14137") ) ) +(assert (myObject (attribute1 "attr14138") ) ) +(assert (myObject (attribute1 "attr14139") ) ) +(assert (myObject (attribute1 "attr14140") ) ) +(assert (myObject (attribute1 "attr14141") ) ) +(assert (myObject (attribute1 "attr14142") ) ) +(assert (myObject (attribute1 "attr14143") ) ) +(assert (myObject (attribute1 "attr14144") ) ) +(assert (myObject (attribute1 "attr14145") ) ) +(assert (myObject (attribute1 "attr14146") ) ) +(assert (myObject (attribute1 "attr14147") ) ) +(assert (myObject (attribute1 "attr14148") ) ) +(assert (myObject (attribute1 "attr14149") ) ) +(assert (myObject (attribute1 "attr14150") ) ) +(assert (myObject (attribute1 "attr14151") ) ) +(assert (myObject (attribute1 "attr14152") ) ) +(assert (myObject (attribute1 "attr14153") ) ) +(assert (myObject (attribute1 "attr14154") ) ) +(assert (myObject (attribute1 "attr14155") ) ) +(assert (myObject (attribute1 "attr14156") ) ) +(assert (myObject (attribute1 "attr14157") ) ) +(assert (myObject (attribute1 "attr14158") ) ) +(assert (myObject (attribute1 "attr14159") ) ) +(assert (myObject (attribute1 "attr14160") ) ) +(assert (myObject (attribute1 "attr14161") ) ) +(assert (myObject (attribute1 "attr14162") ) ) +(assert (myObject (attribute1 "attr14163") ) ) +(assert (myObject (attribute1 "attr14164") ) ) +(assert (myObject (attribute1 "attr14165") ) ) +(assert (myObject (attribute1 "attr14166") ) ) +(assert (myObject (attribute1 "attr14167") ) ) +(assert (myObject (attribute1 "attr14168") ) ) +(assert (myObject (attribute1 "attr14169") ) ) +(assert (myObject (attribute1 "attr14170") ) ) +(assert (myObject (attribute1 "attr14171") ) ) +(assert (myObject (attribute1 "attr14172") ) ) +(assert (myObject (attribute1 "attr14173") ) ) +(assert (myObject (attribute1 "attr14174") ) ) +(assert (myObject (attribute1 "attr14175") ) ) +(assert (myObject (attribute1 "attr14176") ) ) +(assert (myObject (attribute1 "attr14177") ) ) +(assert (myObject (attribute1 "attr14178") ) ) +(assert (myObject (attribute1 "attr14179") ) ) +(assert (myObject (attribute1 "attr14180") ) ) +(assert (myObject (attribute1 "attr14181") ) ) +(assert (myObject (attribute1 "attr14182") ) ) +(assert (myObject (attribute1 "attr14183") ) ) +(assert (myObject (attribute1 "attr14184") ) ) +(assert (myObject (attribute1 "attr14185") ) ) +(assert (myObject (attribute1 "attr14186") ) ) +(assert (myObject (attribute1 "attr14187") ) ) +(assert (myObject (attribute1 "attr14188") ) ) +(assert (myObject (attribute1 "attr14189") ) ) +(assert (myObject (attribute1 "attr14190") ) ) +(assert (myObject (attribute1 "attr14191") ) ) +(assert (myObject (attribute1 "attr14192") ) ) +(assert (myObject (attribute1 "attr14193") ) ) +(assert (myObject (attribute1 "attr14194") ) ) +(assert (myObject (attribute1 "attr14195") ) ) +(assert (myObject (attribute1 "attr14196") ) ) +(assert (myObject (attribute1 "attr14197") ) ) +(assert (myObject (attribute1 "attr14198") ) ) +(assert (myObject (attribute1 "attr14199") ) ) +(assert (myObject (attribute1 "attr14200") ) ) +(assert (myObject (attribute1 "attr14201") ) ) +(assert (myObject (attribute1 "attr14202") ) ) +(assert (myObject (attribute1 "attr14203") ) ) +(assert (myObject (attribute1 "attr14204") ) ) +(assert (myObject (attribute1 "attr14205") ) ) +(assert (myObject (attribute1 "attr14206") ) ) +(assert (myObject (attribute1 "attr14207") ) ) +(assert (myObject (attribute1 "attr14208") ) ) +(assert (myObject (attribute1 "attr14209") ) ) +(assert (myObject (attribute1 "attr14210") ) ) +(assert (myObject (attribute1 "attr14211") ) ) +(assert (myObject (attribute1 "attr14212") ) ) +(assert (myObject (attribute1 "attr14213") ) ) +(assert (myObject (attribute1 "attr14214") ) ) +(assert (myObject (attribute1 "attr14215") ) ) +(assert (myObject (attribute1 "attr14216") ) ) +(assert (myObject (attribute1 "attr14217") ) ) +(assert (myObject (attribute1 "attr14218") ) ) +(assert (myObject (attribute1 "attr14219") ) ) +(assert (myObject (attribute1 "attr14220") ) ) +(assert (myObject (attribute1 "attr14221") ) ) +(assert (myObject (attribute1 "attr14222") ) ) +(assert (myObject (attribute1 "attr14223") ) ) +(assert (myObject (attribute1 "attr14224") ) ) +(assert (myObject (attribute1 "attr14225") ) ) +(assert (myObject (attribute1 "attr14226") ) ) +(assert (myObject (attribute1 "attr14227") ) ) +(assert (myObject (attribute1 "attr14228") ) ) +(assert (myObject (attribute1 "attr14229") ) ) +(assert (myObject (attribute1 "attr14230") ) ) +(assert (myObject (attribute1 "attr14231") ) ) +(assert (myObject (attribute1 "attr14232") ) ) +(assert (myObject (attribute1 "attr14233") ) ) +(assert (myObject (attribute1 "attr14234") ) ) +(assert (myObject (attribute1 "attr14235") ) ) +(assert (myObject (attribute1 "attr14236") ) ) +(assert (myObject (attribute1 "attr14237") ) ) +(assert (myObject (attribute1 "attr14238") ) ) +(assert (myObject (attribute1 "attr14239") ) ) +(assert (myObject (attribute1 "attr14240") ) ) +(assert (myObject (attribute1 "attr14241") ) ) +(assert (myObject (attribute1 "attr14242") ) ) +(assert (myObject (attribute1 "attr14243") ) ) +(assert (myObject (attribute1 "attr14244") ) ) +(assert (myObject (attribute1 "attr14245") ) ) +(assert (myObject (attribute1 "attr14246") ) ) +(assert (myObject (attribute1 "attr14247") ) ) +(assert (myObject (attribute1 "attr14248") ) ) +(assert (myObject (attribute1 "attr14249") ) ) +(assert (myObject (attribute1 "attr14250") ) ) +(assert (myObject (attribute1 "attr14251") ) ) +(assert (myObject (attribute1 "attr14252") ) ) +(assert (myObject (attribute1 "attr14253") ) ) +(assert (myObject (attribute1 "attr14254") ) ) +(assert (myObject (attribute1 "attr14255") ) ) +(assert (myObject (attribute1 "attr14256") ) ) +(assert (myObject (attribute1 "attr14257") ) ) +(assert (myObject (attribute1 "attr14258") ) ) +(assert (myObject (attribute1 "attr14259") ) ) +(assert (myObject (attribute1 "attr14260") ) ) +(assert (myObject (attribute1 "attr14261") ) ) +(assert (myObject (attribute1 "attr14262") ) ) +(assert (myObject (attribute1 "attr14263") ) ) +(assert (myObject (attribute1 "attr14264") ) ) +(assert (myObject (attribute1 "attr14265") ) ) +(assert (myObject (attribute1 "attr14266") ) ) +(assert (myObject (attribute1 "attr14267") ) ) +(assert (myObject (attribute1 "attr14268") ) ) +(assert (myObject (attribute1 "attr14269") ) ) +(assert (myObject (attribute1 "attr14270") ) ) +(assert (myObject (attribute1 "attr14271") ) ) +(assert (myObject (attribute1 "attr14272") ) ) +(assert (myObject (attribute1 "attr14273") ) ) +(assert (myObject (attribute1 "attr14274") ) ) +(assert (myObject (attribute1 "attr14275") ) ) +(assert (myObject (attribute1 "attr14276") ) ) +(assert (myObject (attribute1 "attr14277") ) ) +(assert (myObject (attribute1 "attr14278") ) ) +(assert (myObject (attribute1 "attr14279") ) ) +(assert (myObject (attribute1 "attr14280") ) ) +(assert (myObject (attribute1 "attr14281") ) ) +(assert (myObject (attribute1 "attr14282") ) ) +(assert (myObject (attribute1 "attr14283") ) ) +(assert (myObject (attribute1 "attr14284") ) ) +(assert (myObject (attribute1 "attr14285") ) ) +(assert (myObject (attribute1 "attr14286") ) ) +(assert (myObject (attribute1 "attr14287") ) ) +(assert (myObject (attribute1 "attr14288") ) ) +(assert (myObject (attribute1 "attr14289") ) ) +(assert (myObject (attribute1 "attr14290") ) ) +(assert (myObject (attribute1 "attr14291") ) ) +(assert (myObject (attribute1 "attr14292") ) ) +(assert (myObject (attribute1 "attr14293") ) ) +(assert (myObject (attribute1 "attr14294") ) ) +(assert (myObject (attribute1 "attr14295") ) ) +(assert (myObject (attribute1 "attr14296") ) ) +(assert (myObject (attribute1 "attr14297") ) ) +(assert (myObject (attribute1 "attr14298") ) ) +(assert (myObject (attribute1 "attr14299") ) ) +(assert (myObject (attribute1 "attr14300") ) ) +(assert (myObject (attribute1 "attr14301") ) ) +(assert (myObject (attribute1 "attr14302") ) ) +(assert (myObject (attribute1 "attr14303") ) ) +(assert (myObject (attribute1 "attr14304") ) ) +(assert (myObject (attribute1 "attr14305") ) ) +(assert (myObject (attribute1 "attr14306") ) ) +(assert (myObject (attribute1 "attr14307") ) ) +(assert (myObject (attribute1 "attr14308") ) ) +(assert (myObject (attribute1 "attr14309") ) ) +(assert (myObject (attribute1 "attr14310") ) ) +(assert (myObject (attribute1 "attr14311") ) ) +(assert (myObject (attribute1 "attr14312") ) ) +(assert (myObject (attribute1 "attr14313") ) ) +(assert (myObject (attribute1 "attr14314") ) ) +(assert (myObject (attribute1 "attr14315") ) ) +(assert (myObject (attribute1 "attr14316") ) ) +(assert (myObject (attribute1 "attr14317") ) ) +(assert (myObject (attribute1 "attr14318") ) ) +(assert (myObject (attribute1 "attr14319") ) ) +(assert (myObject (attribute1 "attr14320") ) ) +(assert (myObject (attribute1 "attr14321") ) ) +(assert (myObject (attribute1 "attr14322") ) ) +(assert (myObject (attribute1 "attr14323") ) ) +(assert (myObject (attribute1 "attr14324") ) ) +(assert (myObject (attribute1 "attr14325") ) ) +(assert (myObject (attribute1 "attr14326") ) ) +(assert (myObject (attribute1 "attr14327") ) ) +(assert (myObject (attribute1 "attr14328") ) ) +(assert (myObject (attribute1 "attr14329") ) ) +(assert (myObject (attribute1 "attr14330") ) ) +(assert (myObject (attribute1 "attr14331") ) ) +(assert (myObject (attribute1 "attr14332") ) ) +(assert (myObject (attribute1 "attr14333") ) ) +(assert (myObject (attribute1 "attr14334") ) ) +(assert (myObject (attribute1 "attr14335") ) ) +(assert (myObject (attribute1 "attr14336") ) ) +(assert (myObject (attribute1 "attr14337") ) ) +(assert (myObject (attribute1 "attr14338") ) ) +(assert (myObject (attribute1 "attr14339") ) ) +(assert (myObject (attribute1 "attr14340") ) ) +(assert (myObject (attribute1 "attr14341") ) ) +(assert (myObject (attribute1 "attr14342") ) ) +(assert (myObject (attribute1 "attr14343") ) ) +(assert (myObject (attribute1 "attr14344") ) ) +(assert (myObject (attribute1 "attr14345") ) ) +(assert (myObject (attribute1 "attr14346") ) ) +(assert (myObject (attribute1 "attr14347") ) ) +(assert (myObject (attribute1 "attr14348") ) ) +(assert (myObject (attribute1 "attr14349") ) ) +(assert (myObject (attribute1 "attr14350") ) ) +(assert (myObject (attribute1 "attr14351") ) ) +(assert (myObject (attribute1 "attr14352") ) ) +(assert (myObject (attribute1 "attr14353") ) ) +(assert (myObject (attribute1 "attr14354") ) ) +(assert (myObject (attribute1 "attr14355") ) ) +(assert (myObject (attribute1 "attr14356") ) ) +(assert (myObject (attribute1 "attr14357") ) ) +(assert (myObject (attribute1 "attr14358") ) ) +(assert (myObject (attribute1 "attr14359") ) ) +(assert (myObject (attribute1 "attr14360") ) ) +(assert (myObject (attribute1 "attr14361") ) ) +(assert (myObject (attribute1 "attr14362") ) ) +(assert (myObject (attribute1 "attr14363") ) ) +(assert (myObject (attribute1 "attr14364") ) ) +(assert (myObject (attribute1 "attr14365") ) ) +(assert (myObject (attribute1 "attr14366") ) ) +(assert (myObject (attribute1 "attr14367") ) ) +(assert (myObject (attribute1 "attr14368") ) ) +(assert (myObject (attribute1 "attr14369") ) ) +(assert (myObject (attribute1 "attr14370") ) ) +(assert (myObject (attribute1 "attr14371") ) ) +(assert (myObject (attribute1 "attr14372") ) ) +(assert (myObject (attribute1 "attr14373") ) ) +(assert (myObject (attribute1 "attr14374") ) ) +(assert (myObject (attribute1 "attr14375") ) ) +(assert (myObject (attribute1 "attr14376") ) ) +(assert (myObject (attribute1 "attr14377") ) ) +(assert (myObject (attribute1 "attr14378") ) ) +(assert (myObject (attribute1 "attr14379") ) ) +(assert (myObject (attribute1 "attr14380") ) ) +(assert (myObject (attribute1 "attr14381") ) ) +(assert (myObject (attribute1 "attr14382") ) ) +(assert (myObject (attribute1 "attr14383") ) ) +(assert (myObject (attribute1 "attr14384") ) ) +(assert (myObject (attribute1 "attr14385") ) ) +(assert (myObject (attribute1 "attr14386") ) ) +(assert (myObject (attribute1 "attr14387") ) ) +(assert (myObject (attribute1 "attr14388") ) ) +(assert (myObject (attribute1 "attr14389") ) ) +(assert (myObject (attribute1 "attr14390") ) ) +(assert (myObject (attribute1 "attr14391") ) ) +(assert (myObject (attribute1 "attr14392") ) ) +(assert (myObject (attribute1 "attr14393") ) ) +(assert (myObject (attribute1 "attr14394") ) ) +(assert (myObject (attribute1 "attr14395") ) ) +(assert (myObject (attribute1 "attr14396") ) ) +(assert (myObject (attribute1 "attr14397") ) ) +(assert (myObject (attribute1 "attr14398") ) ) +(assert (myObject (attribute1 "attr14399") ) ) +(assert (myObject (attribute1 "attr14400") ) ) +(assert (myObject (attribute1 "attr14401") ) ) +(assert (myObject (attribute1 "attr14402") ) ) +(assert (myObject (attribute1 "attr14403") ) ) +(assert (myObject (attribute1 "attr14404") ) ) +(assert (myObject (attribute1 "attr14405") ) ) +(assert (myObject (attribute1 "attr14406") ) ) +(assert (myObject (attribute1 "attr14407") ) ) +(assert (myObject (attribute1 "attr14408") ) ) +(assert (myObject (attribute1 "attr14409") ) ) +(assert (myObject (attribute1 "attr14410") ) ) +(assert (myObject (attribute1 "attr14411") ) ) +(assert (myObject (attribute1 "attr14412") ) ) +(assert (myObject (attribute1 "attr14413") ) ) +(assert (myObject (attribute1 "attr14414") ) ) +(assert (myObject (attribute1 "attr14415") ) ) +(assert (myObject (attribute1 "attr14416") ) ) +(assert (myObject (attribute1 "attr14417") ) ) +(assert (myObject (attribute1 "attr14418") ) ) +(assert (myObject (attribute1 "attr14419") ) ) +(assert (myObject (attribute1 "attr14420") ) ) +(assert (myObject (attribute1 "attr14421") ) ) +(assert (myObject (attribute1 "attr14422") ) ) +(assert (myObject (attribute1 "attr14423") ) ) +(assert (myObject (attribute1 "attr14424") ) ) +(assert (myObject (attribute1 "attr14425") ) ) +(assert (myObject (attribute1 "attr14426") ) ) +(assert (myObject (attribute1 "attr14427") ) ) +(assert (myObject (attribute1 "attr14428") ) ) +(assert (myObject (attribute1 "attr14429") ) ) +(assert (myObject (attribute1 "attr14430") ) ) +(assert (myObject (attribute1 "attr14431") ) ) +(assert (myObject (attribute1 "attr14432") ) ) +(assert (myObject (attribute1 "attr14433") ) ) +(assert (myObject (attribute1 "attr14434") ) ) +(assert (myObject (attribute1 "attr14435") ) ) +(assert (myObject (attribute1 "attr14436") ) ) +(assert (myObject (attribute1 "attr14437") ) ) +(assert (myObject (attribute1 "attr14438") ) ) +(assert (myObject (attribute1 "attr14439") ) ) +(assert (myObject (attribute1 "attr14440") ) ) +(assert (myObject (attribute1 "attr14441") ) ) +(assert (myObject (attribute1 "attr14442") ) ) +(assert (myObject (attribute1 "attr14443") ) ) +(assert (myObject (attribute1 "attr14444") ) ) +(assert (myObject (attribute1 "attr14445") ) ) +(assert (myObject (attribute1 "attr14446") ) ) +(assert (myObject (attribute1 "attr14447") ) ) +(assert (myObject (attribute1 "attr14448") ) ) +(assert (myObject (attribute1 "attr14449") ) ) +(assert (myObject (attribute1 "attr14450") ) ) +(assert (myObject (attribute1 "attr14451") ) ) +(assert (myObject (attribute1 "attr14452") ) ) +(assert (myObject (attribute1 "attr14453") ) ) +(assert (myObject (attribute1 "attr14454") ) ) +(assert (myObject (attribute1 "attr14455") ) ) +(assert (myObject (attribute1 "attr14456") ) ) +(assert (myObject (attribute1 "attr14457") ) ) +(assert (myObject (attribute1 "attr14458") ) ) +(assert (myObject (attribute1 "attr14459") ) ) +(assert (myObject (attribute1 "attr14460") ) ) +(assert (myObject (attribute1 "attr14461") ) ) +(assert (myObject (attribute1 "attr14462") ) ) +(assert (myObject (attribute1 "attr14463") ) ) +(assert (myObject (attribute1 "attr14464") ) ) +(assert (myObject (attribute1 "attr14465") ) ) +(assert (myObject (attribute1 "attr14466") ) ) +(assert (myObject (attribute1 "attr14467") ) ) +(assert (myObject (attribute1 "attr14468") ) ) +(assert (myObject (attribute1 "attr14469") ) ) +(assert (myObject (attribute1 "attr14470") ) ) +(assert (myObject (attribute1 "attr14471") ) ) +(assert (myObject (attribute1 "attr14472") ) ) +(assert (myObject (attribute1 "attr14473") ) ) +(assert (myObject (attribute1 "attr14474") ) ) +(assert (myObject (attribute1 "attr14475") ) ) +(assert (myObject (attribute1 "attr14476") ) ) +(assert (myObject (attribute1 "attr14477") ) ) +(assert (myObject (attribute1 "attr14478") ) ) +(assert (myObject (attribute1 "attr14479") ) ) +(assert (myObject (attribute1 "attr14480") ) ) +(assert (myObject (attribute1 "attr14481") ) ) +(assert (myObject (attribute1 "attr14482") ) ) +(assert (myObject (attribute1 "attr14483") ) ) +(assert (myObject (attribute1 "attr14484") ) ) +(assert (myObject (attribute1 "attr14485") ) ) +(assert (myObject (attribute1 "attr14486") ) ) +(assert (myObject (attribute1 "attr14487") ) ) +(assert (myObject (attribute1 "attr14488") ) ) +(assert (myObject (attribute1 "attr14489") ) ) +(assert (myObject (attribute1 "attr14490") ) ) +(assert (myObject (attribute1 "attr14491") ) ) +(assert (myObject (attribute1 "attr14492") ) ) +(assert (myObject (attribute1 "attr14493") ) ) +(assert (myObject (attribute1 "attr14494") ) ) +(assert (myObject (attribute1 "attr14495") ) ) +(assert (myObject (attribute1 "attr14496") ) ) +(assert (myObject (attribute1 "attr14497") ) ) +(assert (myObject (attribute1 "attr14498") ) ) +(assert (myObject (attribute1 "attr14499") ) ) +(assert (myObject (attribute1 "attr14500") ) ) +(assert (myObject (attribute1 "attr14501") ) ) +(assert (myObject (attribute1 "attr14502") ) ) +(assert (myObject (attribute1 "attr14503") ) ) +(assert (myObject (attribute1 "attr14504") ) ) +(assert (myObject (attribute1 "attr14505") ) ) +(assert (myObject (attribute1 "attr14506") ) ) +(assert (myObject (attribute1 "attr14507") ) ) +(assert (myObject (attribute1 "attr14508") ) ) +(assert (myObject (attribute1 "attr14509") ) ) +(assert (myObject (attribute1 "attr14510") ) ) +(assert (myObject (attribute1 "attr14511") ) ) +(assert (myObject (attribute1 "attr14512") ) ) +(assert (myObject (attribute1 "attr14513") ) ) +(assert (myObject (attribute1 "attr14514") ) ) +(assert (myObject (attribute1 "attr14515") ) ) +(assert (myObject (attribute1 "attr14516") ) ) +(assert (myObject (attribute1 "attr14517") ) ) +(assert (myObject (attribute1 "attr14518") ) ) +(assert (myObject (attribute1 "attr14519") ) ) +(assert (myObject (attribute1 "attr14520") ) ) +(assert (myObject (attribute1 "attr14521") ) ) +(assert (myObject (attribute1 "attr14522") ) ) +(assert (myObject (attribute1 "attr14523") ) ) +(assert (myObject (attribute1 "attr14524") ) ) +(assert (myObject (attribute1 "attr14525") ) ) +(assert (myObject (attribute1 "attr14526") ) ) +(assert (myObject (attribute1 "attr14527") ) ) +(assert (myObject (attribute1 "attr14528") ) ) +(assert (myObject (attribute1 "attr14529") ) ) +(assert (myObject (attribute1 "attr14530") ) ) +(assert (myObject (attribute1 "attr14531") ) ) +(assert (myObject (attribute1 "attr14532") ) ) +(assert (myObject (attribute1 "attr14533") ) ) +(assert (myObject (attribute1 "attr14534") ) ) +(assert (myObject (attribute1 "attr14535") ) ) +(assert (myObject (attribute1 "attr14536") ) ) +(assert (myObject (attribute1 "attr14537") ) ) +(assert (myObject (attribute1 "attr14538") ) ) +(assert (myObject (attribute1 "attr14539") ) ) +(assert (myObject (attribute1 "attr14540") ) ) +(assert (myObject (attribute1 "attr14541") ) ) +(assert (myObject (attribute1 "attr14542") ) ) +(assert (myObject (attribute1 "attr14543") ) ) +(assert (myObject (attribute1 "attr14544") ) ) +(assert (myObject (attribute1 "attr14545") ) ) +(assert (myObject (attribute1 "attr14546") ) ) +(assert (myObject (attribute1 "attr14547") ) ) +(assert (myObject (attribute1 "attr14548") ) ) +(assert (myObject (attribute1 "attr14549") ) ) +(assert (myObject (attribute1 "attr14550") ) ) +(assert (myObject (attribute1 "attr14551") ) ) +(assert (myObject (attribute1 "attr14552") ) ) +(assert (myObject (attribute1 "attr14553") ) ) +(assert (myObject (attribute1 "attr14554") ) ) +(assert (myObject (attribute1 "attr14555") ) ) +(assert (myObject (attribute1 "attr14556") ) ) +(assert (myObject (attribute1 "attr14557") ) ) +(assert (myObject (attribute1 "attr14558") ) ) +(assert (myObject (attribute1 "attr14559") ) ) +(assert (myObject (attribute1 "attr14560") ) ) +(assert (myObject (attribute1 "attr14561") ) ) +(assert (myObject (attribute1 "attr14562") ) ) +(assert (myObject (attribute1 "attr14563") ) ) +(assert (myObject (attribute1 "attr14564") ) ) +(assert (myObject (attribute1 "attr14565") ) ) +(assert (myObject (attribute1 "attr14566") ) ) +(assert (myObject (attribute1 "attr14567") ) ) +(assert (myObject (attribute1 "attr14568") ) ) +(assert (myObject (attribute1 "attr14569") ) ) +(assert (myObject (attribute1 "attr14570") ) ) +(assert (myObject (attribute1 "attr14571") ) ) +(assert (myObject (attribute1 "attr14572") ) ) +(assert (myObject (attribute1 "attr14573") ) ) +(assert (myObject (attribute1 "attr14574") ) ) +(assert (myObject (attribute1 "attr14575") ) ) +(assert (myObject (attribute1 "attr14576") ) ) +(assert (myObject (attribute1 "attr14577") ) ) +(assert (myObject (attribute1 "attr14578") ) ) +(assert (myObject (attribute1 "attr14579") ) ) +(assert (myObject (attribute1 "attr14580") ) ) +(assert (myObject (attribute1 "attr14581") ) ) +(assert (myObject (attribute1 "attr14582") ) ) +(assert (myObject (attribute1 "attr14583") ) ) +(assert (myObject (attribute1 "attr14584") ) ) +(assert (myObject (attribute1 "attr14585") ) ) +(assert (myObject (attribute1 "attr14586") ) ) +(assert (myObject (attribute1 "attr14587") ) ) +(assert (myObject (attribute1 "attr14588") ) ) +(assert (myObject (attribute1 "attr14589") ) ) +(assert (myObject (attribute1 "attr14590") ) ) +(assert (myObject (attribute1 "attr14591") ) ) +(assert (myObject (attribute1 "attr14592") ) ) +(assert (myObject (attribute1 "attr14593") ) ) +(assert (myObject (attribute1 "attr14594") ) ) +(assert (myObject (attribute1 "attr14595") ) ) +(assert (myObject (attribute1 "attr14596") ) ) +(assert (myObject (attribute1 "attr14597") ) ) +(assert (myObject (attribute1 "attr14598") ) ) +(assert (myObject (attribute1 "attr14599") ) ) +(assert (myObject (attribute1 "attr14600") ) ) +(assert (myObject (attribute1 "attr14601") ) ) +(assert (myObject (attribute1 "attr14602") ) ) +(assert (myObject (attribute1 "attr14603") ) ) +(assert (myObject (attribute1 "attr14604") ) ) +(assert (myObject (attribute1 "attr14605") ) ) +(assert (myObject (attribute1 "attr14606") ) ) +(assert (myObject (attribute1 "attr14607") ) ) +(assert (myObject (attribute1 "attr14608") ) ) +(assert (myObject (attribute1 "attr14609") ) ) +(assert (myObject (attribute1 "attr14610") ) ) +(assert (myObject (attribute1 "attr14611") ) ) +(assert (myObject (attribute1 "attr14612") ) ) +(assert (myObject (attribute1 "attr14613") ) ) +(assert (myObject (attribute1 "attr14614") ) ) +(assert (myObject (attribute1 "attr14615") ) ) +(assert (myObject (attribute1 "attr14616") ) ) +(assert (myObject (attribute1 "attr14617") ) ) +(assert (myObject (attribute1 "attr14618") ) ) +(assert (myObject (attribute1 "attr14619") ) ) +(assert (myObject (attribute1 "attr14620") ) ) +(assert (myObject (attribute1 "attr14621") ) ) +(assert (myObject (attribute1 "attr14622") ) ) +(assert (myObject (attribute1 "attr14623") ) ) +(assert (myObject (attribute1 "attr14624") ) ) +(assert (myObject (attribute1 "attr14625") ) ) +(assert (myObject (attribute1 "attr14626") ) ) +(assert (myObject (attribute1 "attr14627") ) ) +(assert (myObject (attribute1 "attr14628") ) ) +(assert (myObject (attribute1 "attr14629") ) ) +(assert (myObject (attribute1 "attr14630") ) ) +(assert (myObject (attribute1 "attr14631") ) ) +(assert (myObject (attribute1 "attr14632") ) ) +(assert (myObject (attribute1 "attr14633") ) ) +(assert (myObject (attribute1 "attr14634") ) ) +(assert (myObject (attribute1 "attr14635") ) ) +(assert (myObject (attribute1 "attr14636") ) ) +(assert (myObject (attribute1 "attr14637") ) ) +(assert (myObject (attribute1 "attr14638") ) ) +(assert (myObject (attribute1 "attr14639") ) ) +(assert (myObject (attribute1 "attr14640") ) ) +(assert (myObject (attribute1 "attr14641") ) ) +(assert (myObject (attribute1 "attr14642") ) ) +(assert (myObject (attribute1 "attr14643") ) ) +(assert (myObject (attribute1 "attr14644") ) ) +(assert (myObject (attribute1 "attr14645") ) ) +(assert (myObject (attribute1 "attr14646") ) ) +(assert (myObject (attribute1 "attr14647") ) ) +(assert (myObject (attribute1 "attr14648") ) ) +(assert (myObject (attribute1 "attr14649") ) ) +(assert (myObject (attribute1 "attr14650") ) ) +(assert (myObject (attribute1 "attr14651") ) ) +(assert (myObject (attribute1 "attr14652") ) ) +(assert (myObject (attribute1 "attr14653") ) ) +(assert (myObject (attribute1 "attr14654") ) ) +(assert (myObject (attribute1 "attr14655") ) ) +(assert (myObject (attribute1 "attr14656") ) ) +(assert (myObject (attribute1 "attr14657") ) ) +(assert (myObject (attribute1 "attr14658") ) ) +(assert (myObject (attribute1 "attr14659") ) ) +(assert (myObject (attribute1 "attr14660") ) ) +(assert (myObject (attribute1 "attr14661") ) ) +(assert (myObject (attribute1 "attr14662") ) ) +(assert (myObject (attribute1 "attr14663") ) ) +(assert (myObject (attribute1 "attr14664") ) ) +(assert (myObject (attribute1 "attr14665") ) ) +(assert (myObject (attribute1 "attr14666") ) ) +(assert (myObject (attribute1 "attr14667") ) ) +(assert (myObject (attribute1 "attr14668") ) ) +(assert (myObject (attribute1 "attr14669") ) ) +(assert (myObject (attribute1 "attr14670") ) ) +(assert (myObject (attribute1 "attr14671") ) ) +(assert (myObject (attribute1 "attr14672") ) ) +(assert (myObject (attribute1 "attr14673") ) ) +(assert (myObject (attribute1 "attr14674") ) ) +(assert (myObject (attribute1 "attr14675") ) ) +(assert (myObject (attribute1 "attr14676") ) ) +(assert (myObject (attribute1 "attr14677") ) ) +(assert (myObject (attribute1 "attr14678") ) ) +(assert (myObject (attribute1 "attr14679") ) ) +(assert (myObject (attribute1 "attr14680") ) ) +(assert (myObject (attribute1 "attr14681") ) ) +(assert (myObject (attribute1 "attr14682") ) ) +(assert (myObject (attribute1 "attr14683") ) ) +(assert (myObject (attribute1 "attr14684") ) ) +(assert (myObject (attribute1 "attr14685") ) ) +(assert (myObject (attribute1 "attr14686") ) ) +(assert (myObject (attribute1 "attr14687") ) ) +(assert (myObject (attribute1 "attr14688") ) ) +(assert (myObject (attribute1 "attr14689") ) ) +(assert (myObject (attribute1 "attr14690") ) ) +(assert (myObject (attribute1 "attr14691") ) ) +(assert (myObject (attribute1 "attr14692") ) ) +(assert (myObject (attribute1 "attr14693") ) ) +(assert (myObject (attribute1 "attr14694") ) ) +(assert (myObject (attribute1 "attr14695") ) ) +(assert (myObject (attribute1 "attr14696") ) ) +(assert (myObject (attribute1 "attr14697") ) ) +(assert (myObject (attribute1 "attr14698") ) ) +(assert (myObject (attribute1 "attr14699") ) ) +(assert (myObject (attribute1 "attr14700") ) ) +(assert (myObject (attribute1 "attr14701") ) ) +(assert (myObject (attribute1 "attr14702") ) ) +(assert (myObject (attribute1 "attr14703") ) ) +(assert (myObject (attribute1 "attr14704") ) ) +(assert (myObject (attribute1 "attr14705") ) ) +(assert (myObject (attribute1 "attr14706") ) ) +(assert (myObject (attribute1 "attr14707") ) ) +(assert (myObject (attribute1 "attr14708") ) ) +(assert (myObject (attribute1 "attr14709") ) ) +(assert (myObject (attribute1 "attr14710") ) ) +(assert (myObject (attribute1 "attr14711") ) ) +(assert (myObject (attribute1 "attr14712") ) ) +(assert (myObject (attribute1 "attr14713") ) ) +(assert (myObject (attribute1 "attr14714") ) ) +(assert (myObject (attribute1 "attr14715") ) ) +(assert (myObject (attribute1 "attr14716") ) ) +(assert (myObject (attribute1 "attr14717") ) ) +(assert (myObject (attribute1 "attr14718") ) ) +(assert (myObject (attribute1 "attr14719") ) ) +(assert (myObject (attribute1 "attr14720") ) ) +(assert (myObject (attribute1 "attr14721") ) ) +(assert (myObject (attribute1 "attr14722") ) ) +(assert (myObject (attribute1 "attr14723") ) ) +(assert (myObject (attribute1 "attr14724") ) ) +(assert (myObject (attribute1 "attr14725") ) ) +(assert (myObject (attribute1 "attr14726") ) ) +(assert (myObject (attribute1 "attr14727") ) ) +(assert (myObject (attribute1 "attr14728") ) ) +(assert (myObject (attribute1 "attr14729") ) ) +(assert (myObject (attribute1 "attr14730") ) ) +(assert (myObject (attribute1 "attr14731") ) ) +(assert (myObject (attribute1 "attr14732") ) ) +(assert (myObject (attribute1 "attr14733") ) ) +(assert (myObject (attribute1 "attr14734") ) ) +(assert (myObject (attribute1 "attr14735") ) ) +(assert (myObject (attribute1 "attr14736") ) ) +(assert (myObject (attribute1 "attr14737") ) ) +(assert (myObject (attribute1 "attr14738") ) ) +(assert (myObject (attribute1 "attr14739") ) ) +(assert (myObject (attribute1 "attr14740") ) ) +(assert (myObject (attribute1 "attr14741") ) ) +(assert (myObject (attribute1 "attr14742") ) ) +(assert (myObject (attribute1 "attr14743") ) ) +(assert (myObject (attribute1 "attr14744") ) ) +(assert (myObject (attribute1 "attr14745") ) ) +(assert (myObject (attribute1 "attr14746") ) ) +(assert (myObject (attribute1 "attr14747") ) ) +(assert (myObject (attribute1 "attr14748") ) ) +(assert (myObject (attribute1 "attr14749") ) ) +(assert (myObject (attribute1 "attr14750") ) ) +(assert (myObject (attribute1 "attr14751") ) ) +(assert (myObject (attribute1 "attr14752") ) ) +(assert (myObject (attribute1 "attr14753") ) ) +(assert (myObject (attribute1 "attr14754") ) ) +(assert (myObject (attribute1 "attr14755") ) ) +(assert (myObject (attribute1 "attr14756") ) ) +(assert (myObject (attribute1 "attr14757") ) ) +(assert (myObject (attribute1 "attr14758") ) ) +(assert (myObject (attribute1 "attr14759") ) ) +(assert (myObject (attribute1 "attr14760") ) ) +(assert (myObject (attribute1 "attr14761") ) ) +(assert (myObject (attribute1 "attr14762") ) ) +(assert (myObject (attribute1 "attr14763") ) ) +(assert (myObject (attribute1 "attr14764") ) ) +(assert (myObject (attribute1 "attr14765") ) ) +(assert (myObject (attribute1 "attr14766") ) ) +(assert (myObject (attribute1 "attr14767") ) ) +(assert (myObject (attribute1 "attr14768") ) ) +(assert (myObject (attribute1 "attr14769") ) ) +(assert (myObject (attribute1 "attr14770") ) ) +(assert (myObject (attribute1 "attr14771") ) ) +(assert (myObject (attribute1 "attr14772") ) ) +(assert (myObject (attribute1 "attr14773") ) ) +(assert (myObject (attribute1 "attr14774") ) ) +(assert (myObject (attribute1 "attr14775") ) ) +(assert (myObject (attribute1 "attr14776") ) ) +(assert (myObject (attribute1 "attr14777") ) ) +(assert (myObject (attribute1 "attr14778") ) ) +(assert (myObject (attribute1 "attr14779") ) ) +(assert (myObject (attribute1 "attr14780") ) ) +(assert (myObject (attribute1 "attr14781") ) ) +(assert (myObject (attribute1 "attr14782") ) ) +(assert (myObject (attribute1 "attr14783") ) ) +(assert (myObject (attribute1 "attr14784") ) ) +(assert (myObject (attribute1 "attr14785") ) ) +(assert (myObject (attribute1 "attr14786") ) ) +(assert (myObject (attribute1 "attr14787") ) ) +(assert (myObject (attribute1 "attr14788") ) ) +(assert (myObject (attribute1 "attr14789") ) ) +(assert (myObject (attribute1 "attr14790") ) ) +(assert (myObject (attribute1 "attr14791") ) ) +(assert (myObject (attribute1 "attr14792") ) ) +(assert (myObject (attribute1 "attr14793") ) ) +(assert (myObject (attribute1 "attr14794") ) ) +(assert (myObject (attribute1 "attr14795") ) ) +(assert (myObject (attribute1 "attr14796") ) ) +(assert (myObject (attribute1 "attr14797") ) ) +(assert (myObject (attribute1 "attr14798") ) ) +(assert (myObject (attribute1 "attr14799") ) ) +(assert (myObject (attribute1 "attr14800") ) ) +(assert (myObject (attribute1 "attr14801") ) ) +(assert (myObject (attribute1 "attr14802") ) ) +(assert (myObject (attribute1 "attr14803") ) ) +(assert (myObject (attribute1 "attr14804") ) ) +(assert (myObject (attribute1 "attr14805") ) ) +(assert (myObject (attribute1 "attr14806") ) ) +(assert (myObject (attribute1 "attr14807") ) ) +(assert (myObject (attribute1 "attr14808") ) ) +(assert (myObject (attribute1 "attr14809") ) ) +(assert (myObject (attribute1 "attr14810") ) ) +(assert (myObject (attribute1 "attr14811") ) ) +(assert (myObject (attribute1 "attr14812") ) ) +(assert (myObject (attribute1 "attr14813") ) ) +(assert (myObject (attribute1 "attr14814") ) ) +(assert (myObject (attribute1 "attr14815") ) ) +(assert (myObject (attribute1 "attr14816") ) ) +(assert (myObject (attribute1 "attr14817") ) ) +(assert (myObject (attribute1 "attr14818") ) ) +(assert (myObject (attribute1 "attr14819") ) ) +(assert (myObject (attribute1 "attr14820") ) ) +(assert (myObject (attribute1 "attr14821") ) ) +(assert (myObject (attribute1 "attr14822") ) ) +(assert (myObject (attribute1 "attr14823") ) ) +(assert (myObject (attribute1 "attr14824") ) ) +(assert (myObject (attribute1 "attr14825") ) ) +(assert (myObject (attribute1 "attr14826") ) ) +(assert (myObject (attribute1 "attr14827") ) ) +(assert (myObject (attribute1 "attr14828") ) ) +(assert (myObject (attribute1 "attr14829") ) ) +(assert (myObject (attribute1 "attr14830") ) ) +(assert (myObject (attribute1 "attr14831") ) ) +(assert (myObject (attribute1 "attr14832") ) ) +(assert (myObject (attribute1 "attr14833") ) ) +(assert (myObject (attribute1 "attr14834") ) ) +(assert (myObject (attribute1 "attr14835") ) ) +(assert (myObject (attribute1 "attr14836") ) ) +(assert (myObject (attribute1 "attr14837") ) ) +(assert (myObject (attribute1 "attr14838") ) ) +(assert (myObject (attribute1 "attr14839") ) ) +(assert (myObject (attribute1 "attr14840") ) ) +(assert (myObject (attribute1 "attr14841") ) ) +(assert (myObject (attribute1 "attr14842") ) ) +(assert (myObject (attribute1 "attr14843") ) ) +(assert (myObject (attribute1 "attr14844") ) ) +(assert (myObject (attribute1 "attr14845") ) ) +(assert (myObject (attribute1 "attr14846") ) ) +(assert (myObject (attribute1 "attr14847") ) ) +(assert (myObject (attribute1 "attr14848") ) ) +(assert (myObject (attribute1 "attr14849") ) ) +(assert (myObject (attribute1 "attr14850") ) ) +(assert (myObject (attribute1 "attr14851") ) ) +(assert (myObject (attribute1 "attr14852") ) ) +(assert (myObject (attribute1 "attr14853") ) ) +(assert (myObject (attribute1 "attr14854") ) ) +(assert (myObject (attribute1 "attr14855") ) ) +(assert (myObject (attribute1 "attr14856") ) ) +(assert (myObject (attribute1 "attr14857") ) ) +(assert (myObject (attribute1 "attr14858") ) ) +(assert (myObject (attribute1 "attr14859") ) ) +(assert (myObject (attribute1 "attr14860") ) ) +(assert (myObject (attribute1 "attr14861") ) ) +(assert (myObject (attribute1 "attr14862") ) ) +(assert (myObject (attribute1 "attr14863") ) ) +(assert (myObject (attribute1 "attr14864") ) ) +(assert (myObject (attribute1 "attr14865") ) ) +(assert (myObject (attribute1 "attr14866") ) ) +(assert (myObject (attribute1 "attr14867") ) ) +(assert (myObject (attribute1 "attr14868") ) ) +(assert (myObject (attribute1 "attr14869") ) ) +(assert (myObject (attribute1 "attr14870") ) ) +(assert (myObject (attribute1 "attr14871") ) ) +(assert (myObject (attribute1 "attr14872") ) ) +(assert (myObject (attribute1 "attr14873") ) ) +(assert (myObject (attribute1 "attr14874") ) ) +(assert (myObject (attribute1 "attr14875") ) ) +(assert (myObject (attribute1 "attr14876") ) ) +(assert (myObject (attribute1 "attr14877") ) ) +(assert (myObject (attribute1 "attr14878") ) ) +(assert (myObject (attribute1 "attr14879") ) ) +(assert (myObject (attribute1 "attr14880") ) ) +(assert (myObject (attribute1 "attr14881") ) ) +(assert (myObject (attribute1 "attr14882") ) ) +(assert (myObject (attribute1 "attr14883") ) ) +(assert (myObject (attribute1 "attr14884") ) ) +(assert (myObject (attribute1 "attr14885") ) ) +(assert (myObject (attribute1 "attr14886") ) ) +(assert (myObject (attribute1 "attr14887") ) ) +(assert (myObject (attribute1 "attr14888") ) ) +(assert (myObject (attribute1 "attr14889") ) ) +(assert (myObject (attribute1 "attr14890") ) ) +(assert (myObject (attribute1 "attr14891") ) ) +(assert (myObject (attribute1 "attr14892") ) ) +(assert (myObject (attribute1 "attr14893") ) ) +(assert (myObject (attribute1 "attr14894") ) ) +(assert (myObject (attribute1 "attr14895") ) ) +(assert (myObject (attribute1 "attr14896") ) ) +(assert (myObject (attribute1 "attr14897") ) ) +(assert (myObject (attribute1 "attr14898") ) ) +(assert (myObject (attribute1 "attr14899") ) ) +(assert (myObject (attribute1 "attr14900") ) ) +(assert (myObject (attribute1 "attr14901") ) ) +(assert (myObject (attribute1 "attr14902") ) ) +(assert (myObject (attribute1 "attr14903") ) ) +(assert (myObject (attribute1 "attr14904") ) ) +(assert (myObject (attribute1 "attr14905") ) ) +(assert (myObject (attribute1 "attr14906") ) ) +(assert (myObject (attribute1 "attr14907") ) ) +(assert (myObject (attribute1 "attr14908") ) ) +(assert (myObject (attribute1 "attr14909") ) ) +(assert (myObject (attribute1 "attr14910") ) ) +(assert (myObject (attribute1 "attr14911") ) ) +(assert (myObject (attribute1 "attr14912") ) ) +(assert (myObject (attribute1 "attr14913") ) ) +(assert (myObject (attribute1 "attr14914") ) ) +(assert (myObject (attribute1 "attr14915") ) ) +(assert (myObject (attribute1 "attr14916") ) ) +(assert (myObject (attribute1 "attr14917") ) ) +(assert (myObject (attribute1 "attr14918") ) ) +(assert (myObject (attribute1 "attr14919") ) ) +(assert (myObject (attribute1 "attr14920") ) ) +(assert (myObject (attribute1 "attr14921") ) ) +(assert (myObject (attribute1 "attr14922") ) ) +(assert (myObject (attribute1 "attr14923") ) ) +(assert (myObject (attribute1 "attr14924") ) ) +(assert (myObject (attribute1 "attr14925") ) ) +(assert (myObject (attribute1 "attr14926") ) ) +(assert (myObject (attribute1 "attr14927") ) ) +(assert (myObject (attribute1 "attr14928") ) ) +(assert (myObject (attribute1 "attr14929") ) ) +(assert (myObject (attribute1 "attr14930") ) ) +(assert (myObject (attribute1 "attr14931") ) ) +(assert (myObject (attribute1 "attr14932") ) ) +(assert (myObject (attribute1 "attr14933") ) ) +(assert (myObject (attribute1 "attr14934") ) ) +(assert (myObject (attribute1 "attr14935") ) ) +(assert (myObject (attribute1 "attr14936") ) ) +(assert (myObject (attribute1 "attr14937") ) ) +(assert (myObject (attribute1 "attr14938") ) ) +(assert (myObject (attribute1 "attr14939") ) ) +(assert (myObject (attribute1 "attr14940") ) ) +(assert (myObject (attribute1 "attr14941") ) ) +(assert (myObject (attribute1 "attr14942") ) ) +(assert (myObject (attribute1 "attr14943") ) ) +(assert (myObject (attribute1 "attr14944") ) ) +(assert (myObject (attribute1 "attr14945") ) ) +(assert (myObject (attribute1 "attr14946") ) ) +(assert (myObject (attribute1 "attr14947") ) ) +(assert (myObject (attribute1 "attr14948") ) ) +(assert (myObject (attribute1 "attr14949") ) ) +(assert (myObject (attribute1 "attr14950") ) ) +(assert (myObject (attribute1 "attr14951") ) ) +(assert (myObject (attribute1 "attr14952") ) ) +(assert (myObject (attribute1 "attr14953") ) ) +(assert (myObject (attribute1 "attr14954") ) ) +(assert (myObject (attribute1 "attr14955") ) ) +(assert (myObject (attribute1 "attr14956") ) ) +(assert (myObject (attribute1 "attr14957") ) ) +(assert (myObject (attribute1 "attr14958") ) ) +(assert (myObject (attribute1 "attr14959") ) ) +(assert (myObject (attribute1 "attr14960") ) ) +(assert (myObject (attribute1 "attr14961") ) ) +(assert (myObject (attribute1 "attr14962") ) ) +(assert (myObject (attribute1 "attr14963") ) ) +(assert (myObject (attribute1 "attr14964") ) ) +(assert (myObject (attribute1 "attr14965") ) ) +(assert (myObject (attribute1 "attr14966") ) ) +(assert (myObject (attribute1 "attr14967") ) ) +(assert (myObject (attribute1 "attr14968") ) ) +(assert (myObject (attribute1 "attr14969") ) ) +(assert (myObject (attribute1 "attr14970") ) ) +(assert (myObject (attribute1 "attr14971") ) ) +(assert (myObject (attribute1 "attr14972") ) ) +(assert (myObject (attribute1 "attr14973") ) ) +(assert (myObject (attribute1 "attr14974") ) ) +(assert (myObject (attribute1 "attr14975") ) ) +(assert (myObject (attribute1 "attr14976") ) ) +(assert (myObject (attribute1 "attr14977") ) ) +(assert (myObject (attribute1 "attr14978") ) ) +(assert (myObject (attribute1 "attr14979") ) ) +(assert (myObject (attribute1 "attr14980") ) ) +(assert (myObject (attribute1 "attr14981") ) ) +(assert (myObject (attribute1 "attr14982") ) ) +(assert (myObject (attribute1 "attr14983") ) ) +(assert (myObject (attribute1 "attr14984") ) ) +(assert (myObject (attribute1 "attr14985") ) ) +(assert (myObject (attribute1 "attr14986") ) ) +(assert (myObject (attribute1 "attr14987") ) ) +(assert (myObject (attribute1 "attr14988") ) ) +(assert (myObject (attribute1 "attr14989") ) ) +(assert (myObject (attribute1 "attr14990") ) ) +(assert (myObject (attribute1 "attr14991") ) ) +(assert (myObject (attribute1 "attr14992") ) ) +(assert (myObject (attribute1 "attr14993") ) ) +(assert (myObject (attribute1 "attr14994") ) ) +(assert (myObject (attribute1 "attr14995") ) ) +(assert (myObject (attribute1 "attr14996") ) ) +(assert (myObject (attribute1 "attr14997") ) ) +(assert (myObject (attribute1 "attr14998") ) ) +(assert (myObject (attribute1 "attr14999") ) ) +(assert (myObject (attribute1 "attr15000") ) ) +(assert (myObject (attribute1 "attr15001") ) ) +(assert (myObject (attribute1 "attr15002") ) ) +(assert (myObject (attribute1 "attr15003") ) ) +(assert (myObject (attribute1 "attr15004") ) ) +(assert (myObject (attribute1 "attr15005") ) ) +(assert (myObject (attribute1 "attr15006") ) ) +(assert (myObject (attribute1 "attr15007") ) ) +(assert (myObject (attribute1 "attr15008") ) ) +(assert (myObject (attribute1 "attr15009") ) ) +(assert (myObject (attribute1 "attr15010") ) ) +(assert (myObject (attribute1 "attr15011") ) ) +(assert (myObject (attribute1 "attr15012") ) ) +(assert (myObject (attribute1 "attr15013") ) ) +(assert (myObject (attribute1 "attr15014") ) ) +(assert (myObject (attribute1 "attr15015") ) ) +(assert (myObject (attribute1 "attr15016") ) ) +(assert (myObject (attribute1 "attr15017") ) ) +(assert (myObject (attribute1 "attr15018") ) ) +(assert (myObject (attribute1 "attr15019") ) ) +(assert (myObject (attribute1 "attr15020") ) ) +(assert (myObject (attribute1 "attr15021") ) ) +(assert (myObject (attribute1 "attr15022") ) ) +(assert (myObject (attribute1 "attr15023") ) ) +(assert (myObject (attribute1 "attr15024") ) ) +(assert (myObject (attribute1 "attr15025") ) ) +(assert (myObject (attribute1 "attr15026") ) ) +(assert (myObject (attribute1 "attr15027") ) ) +(assert (myObject (attribute1 "attr15028") ) ) +(assert (myObject (attribute1 "attr15029") ) ) +(assert (myObject (attribute1 "attr15030") ) ) +(assert (myObject (attribute1 "attr15031") ) ) +(assert (myObject (attribute1 "attr15032") ) ) +(assert (myObject (attribute1 "attr15033") ) ) +(assert (myObject (attribute1 "attr15034") ) ) +(assert (myObject (attribute1 "attr15035") ) ) +(assert (myObject (attribute1 "attr15036") ) ) +(assert (myObject (attribute1 "attr15037") ) ) +(assert (myObject (attribute1 "attr15038") ) ) +(assert (myObject (attribute1 "attr15039") ) ) +(assert (myObject (attribute1 "attr15040") ) ) +(assert (myObject (attribute1 "attr15041") ) ) +(assert (myObject (attribute1 "attr15042") ) ) +(assert (myObject (attribute1 "attr15043") ) ) +(assert (myObject (attribute1 "attr15044") ) ) +(assert (myObject (attribute1 "attr15045") ) ) +(assert (myObject (attribute1 "attr15046") ) ) +(assert (myObject (attribute1 "attr15047") ) ) +(assert (myObject (attribute1 "attr15048") ) ) +(assert (myObject (attribute1 "attr15049") ) ) +(assert (myObject (attribute1 "attr15050") ) ) +(assert (myObject (attribute1 "attr15051") ) ) +(assert (myObject (attribute1 "attr15052") ) ) +(assert (myObject (attribute1 "attr15053") ) ) +(assert (myObject (attribute1 "attr15054") ) ) +(assert (myObject (attribute1 "attr15055") ) ) +(assert (myObject (attribute1 "attr15056") ) ) +(assert (myObject (attribute1 "attr15057") ) ) +(assert (myObject (attribute1 "attr15058") ) ) +(assert (myObject (attribute1 "attr15059") ) ) +(assert (myObject (attribute1 "attr15060") ) ) +(assert (myObject (attribute1 "attr15061") ) ) +(assert (myObject (attribute1 "attr15062") ) ) +(assert (myObject (attribute1 "attr15063") ) ) +(assert (myObject (attribute1 "attr15064") ) ) +(assert (myObject (attribute1 "attr15065") ) ) +(assert (myObject (attribute1 "attr15066") ) ) +(assert (myObject (attribute1 "attr15067") ) ) +(assert (myObject (attribute1 "attr15068") ) ) +(assert (myObject (attribute1 "attr15069") ) ) +(assert (myObject (attribute1 "attr15070") ) ) +(assert (myObject (attribute1 "attr15071") ) ) +(assert (myObject (attribute1 "attr15072") ) ) +(assert (myObject (attribute1 "attr15073") ) ) +(assert (myObject (attribute1 "attr15074") ) ) +(assert (myObject (attribute1 "attr15075") ) ) +(assert (myObject (attribute1 "attr15076") ) ) +(assert (myObject (attribute1 "attr15077") ) ) +(assert (myObject (attribute1 "attr15078") ) ) +(assert (myObject (attribute1 "attr15079") ) ) +(assert (myObject (attribute1 "attr15080") ) ) +(assert (myObject (attribute1 "attr15081") ) ) +(assert (myObject (attribute1 "attr15082") ) ) +(assert (myObject (attribute1 "attr15083") ) ) +(assert (myObject (attribute1 "attr15084") ) ) +(assert (myObject (attribute1 "attr15085") ) ) +(assert (myObject (attribute1 "attr15086") ) ) +(assert (myObject (attribute1 "attr15087") ) ) +(assert (myObject (attribute1 "attr15088") ) ) +(assert (myObject (attribute1 "attr15089") ) ) +(assert (myObject (attribute1 "attr15090") ) ) +(assert (myObject (attribute1 "attr15091") ) ) +(assert (myObject (attribute1 "attr15092") ) ) +(assert (myObject (attribute1 "attr15093") ) ) +(assert (myObject (attribute1 "attr15094") ) ) +(assert (myObject (attribute1 "attr15095") ) ) +(assert (myObject (attribute1 "attr15096") ) ) +(assert (myObject (attribute1 "attr15097") ) ) +(assert (myObject (attribute1 "attr15098") ) ) +(assert (myObject (attribute1 "attr15099") ) ) +(assert (myObject (attribute1 "attr15100") ) ) +(assert (myObject (attribute1 "attr15101") ) ) +(assert (myObject (attribute1 "attr15102") ) ) +(assert (myObject (attribute1 "attr15103") ) ) +(assert (myObject (attribute1 "attr15104") ) ) +(assert (myObject (attribute1 "attr15105") ) ) +(assert (myObject (attribute1 "attr15106") ) ) +(assert (myObject (attribute1 "attr15107") ) ) +(assert (myObject (attribute1 "attr15108") ) ) +(assert (myObject (attribute1 "attr15109") ) ) +(assert (myObject (attribute1 "attr15110") ) ) +(assert (myObject (attribute1 "attr15111") ) ) +(assert (myObject (attribute1 "attr15112") ) ) +(assert (myObject (attribute1 "attr15113") ) ) +(assert (myObject (attribute1 "attr15114") ) ) +(assert (myObject (attribute1 "attr15115") ) ) +(assert (myObject (attribute1 "attr15116") ) ) +(assert (myObject (attribute1 "attr15117") ) ) +(assert (myObject (attribute1 "attr15118") ) ) +(assert (myObject (attribute1 "attr15119") ) ) +(assert (myObject (attribute1 "attr15120") ) ) +(assert (myObject (attribute1 "attr15121") ) ) +(assert (myObject (attribute1 "attr15122") ) ) +(assert (myObject (attribute1 "attr15123") ) ) +(assert (myObject (attribute1 "attr15124") ) ) +(assert (myObject (attribute1 "attr15125") ) ) +(assert (myObject (attribute1 "attr15126") ) ) +(assert (myObject (attribute1 "attr15127") ) ) +(assert (myObject (attribute1 "attr15128") ) ) +(assert (myObject (attribute1 "attr15129") ) ) +(assert (myObject (attribute1 "attr15130") ) ) +(assert (myObject (attribute1 "attr15131") ) ) +(assert (myObject (attribute1 "attr15132") ) ) +(assert (myObject (attribute1 "attr15133") ) ) +(assert (myObject (attribute1 "attr15134") ) ) +(assert (myObject (attribute1 "attr15135") ) ) +(assert (myObject (attribute1 "attr15136") ) ) +(assert (myObject (attribute1 "attr15137") ) ) +(assert (myObject (attribute1 "attr15138") ) ) +(assert (myObject (attribute1 "attr15139") ) ) +(assert (myObject (attribute1 "attr15140") ) ) +(assert (myObject (attribute1 "attr15141") ) ) +(assert (myObject (attribute1 "attr15142") ) ) +(assert (myObject (attribute1 "attr15143") ) ) +(assert (myObject (attribute1 "attr15144") ) ) +(assert (myObject (attribute1 "attr15145") ) ) +(assert (myObject (attribute1 "attr15146") ) ) +(assert (myObject (attribute1 "attr15147") ) ) +(assert (myObject (attribute1 "attr15148") ) ) +(assert (myObject (attribute1 "attr15149") ) ) +(assert (myObject (attribute1 "attr15150") ) ) +(assert (myObject (attribute1 "attr15151") ) ) +(assert (myObject (attribute1 "attr15152") ) ) +(assert (myObject (attribute1 "attr15153") ) ) +(assert (myObject (attribute1 "attr15154") ) ) +(assert (myObject (attribute1 "attr15155") ) ) +(assert (myObject (attribute1 "attr15156") ) ) +(assert (myObject (attribute1 "attr15157") ) ) +(assert (myObject (attribute1 "attr15158") ) ) +(assert (myObject (attribute1 "attr15159") ) ) +(assert (myObject (attribute1 "attr15160") ) ) +(assert (myObject (attribute1 "attr15161") ) ) +(assert (myObject (attribute1 "attr15162") ) ) +(assert (myObject (attribute1 "attr15163") ) ) +(assert (myObject (attribute1 "attr15164") ) ) +(assert (myObject (attribute1 "attr15165") ) ) +(assert (myObject (attribute1 "attr15166") ) ) +(assert (myObject (attribute1 "attr15167") ) ) +(assert (myObject (attribute1 "attr15168") ) ) +(assert (myObject (attribute1 "attr15169") ) ) +(assert (myObject (attribute1 "attr15170") ) ) +(assert (myObject (attribute1 "attr15171") ) ) +(assert (myObject (attribute1 "attr15172") ) ) +(assert (myObject (attribute1 "attr15173") ) ) +(assert (myObject (attribute1 "attr15174") ) ) +(assert (myObject (attribute1 "attr15175") ) ) +(assert (myObject (attribute1 "attr15176") ) ) +(assert (myObject (attribute1 "attr15177") ) ) +(assert (myObject (attribute1 "attr15178") ) ) +(assert (myObject (attribute1 "attr15179") ) ) +(assert (myObject (attribute1 "attr15180") ) ) +(assert (myObject (attribute1 "attr15181") ) ) +(assert (myObject (attribute1 "attr15182") ) ) +(assert (myObject (attribute1 "attr15183") ) ) +(assert (myObject (attribute1 "attr15184") ) ) +(assert (myObject (attribute1 "attr15185") ) ) +(assert (myObject (attribute1 "attr15186") ) ) +(assert (myObject (attribute1 "attr15187") ) ) +(assert (myObject (attribute1 "attr15188") ) ) +(assert (myObject (attribute1 "attr15189") ) ) +(assert (myObject (attribute1 "attr15190") ) ) +(assert (myObject (attribute1 "attr15191") ) ) +(assert (myObject (attribute1 "attr15192") ) ) +(assert (myObject (attribute1 "attr15193") ) ) +(assert (myObject (attribute1 "attr15194") ) ) +(assert (myObject (attribute1 "attr15195") ) ) +(assert (myObject (attribute1 "attr15196") ) ) +(assert (myObject (attribute1 "attr15197") ) ) +(assert (myObject (attribute1 "attr15198") ) ) +(assert (myObject (attribute1 "attr15199") ) ) +(assert (myObject (attribute1 "attr15200") ) ) +(assert (myObject (attribute1 "attr15201") ) ) +(assert (myObject (attribute1 "attr15202") ) ) +(assert (myObject (attribute1 "attr15203") ) ) +(assert (myObject (attribute1 "attr15204") ) ) +(assert (myObject (attribute1 "attr15205") ) ) +(assert (myObject (attribute1 "attr15206") ) ) +(assert (myObject (attribute1 "attr15207") ) ) +(assert (myObject (attribute1 "attr15208") ) ) +(assert (myObject (attribute1 "attr15209") ) ) +(assert (myObject (attribute1 "attr15210") ) ) +(assert (myObject (attribute1 "attr15211") ) ) +(assert (myObject (attribute1 "attr15212") ) ) +(assert (myObject (attribute1 "attr15213") ) ) +(assert (myObject (attribute1 "attr15214") ) ) +(assert (myObject (attribute1 "attr15215") ) ) +(assert (myObject (attribute1 "attr15216") ) ) +(assert (myObject (attribute1 "attr15217") ) ) +(assert (myObject (attribute1 "attr15218") ) ) +(assert (myObject (attribute1 "attr15219") ) ) +(assert (myObject (attribute1 "attr15220") ) ) +(assert (myObject (attribute1 "attr15221") ) ) +(assert (myObject (attribute1 "attr15222") ) ) +(assert (myObject (attribute1 "attr15223") ) ) +(assert (myObject (attribute1 "attr15224") ) ) +(assert (myObject (attribute1 "attr15225") ) ) +(assert (myObject (attribute1 "attr15226") ) ) +(assert (myObject (attribute1 "attr15227") ) ) +(assert (myObject (attribute1 "attr15228") ) ) +(assert (myObject (attribute1 "attr15229") ) ) +(assert (myObject (attribute1 "attr15230") ) ) +(assert (myObject (attribute1 "attr15231") ) ) +(assert (myObject (attribute1 "attr15232") ) ) +(assert (myObject (attribute1 "attr15233") ) ) +(assert (myObject (attribute1 "attr15234") ) ) +(assert (myObject (attribute1 "attr15235") ) ) +(assert (myObject (attribute1 "attr15236") ) ) +(assert (myObject (attribute1 "attr15237") ) ) +(assert (myObject (attribute1 "attr15238") ) ) +(assert (myObject (attribute1 "attr15239") ) ) +(assert (myObject (attribute1 "attr15240") ) ) +(assert (myObject (attribute1 "attr15241") ) ) +(assert (myObject (attribute1 "attr15242") ) ) +(assert (myObject (attribute1 "attr15243") ) ) +(assert (myObject (attribute1 "attr15244") ) ) +(assert (myObject (attribute1 "attr15245") ) ) +(assert (myObject (attribute1 "attr15246") ) ) +(assert (myObject (attribute1 "attr15247") ) ) +(assert (myObject (attribute1 "attr15248") ) ) +(assert (myObject (attribute1 "attr15249") ) ) +(assert (myObject (attribute1 "attr15250") ) ) +(assert (myObject (attribute1 "attr15251") ) ) +(assert (myObject (attribute1 "attr15252") ) ) +(assert (myObject (attribute1 "attr15253") ) ) +(assert (myObject (attribute1 "attr15254") ) ) +(assert (myObject (attribute1 "attr15255") ) ) +(assert (myObject (attribute1 "attr15256") ) ) +(assert (myObject (attribute1 "attr15257") ) ) +(assert (myObject (attribute1 "attr15258") ) ) +(assert (myObject (attribute1 "attr15259") ) ) +(assert (myObject (attribute1 "attr15260") ) ) +(assert (myObject (attribute1 "attr15261") ) ) +(assert (myObject (attribute1 "attr15262") ) ) +(assert (myObject (attribute1 "attr15263") ) ) +(assert (myObject (attribute1 "attr15264") ) ) +(assert (myObject (attribute1 "attr15265") ) ) +(assert (myObject (attribute1 "attr15266") ) ) +(assert (myObject (attribute1 "attr15267") ) ) +(assert (myObject (attribute1 "attr15268") ) ) +(assert (myObject (attribute1 "attr15269") ) ) +(assert (myObject (attribute1 "attr15270") ) ) +(assert (myObject (attribute1 "attr15271") ) ) +(assert (myObject (attribute1 "attr15272") ) ) +(assert (myObject (attribute1 "attr15273") ) ) +(assert (myObject (attribute1 "attr15274") ) ) +(assert (myObject (attribute1 "attr15275") ) ) +(assert (myObject (attribute1 "attr15276") ) ) +(assert (myObject (attribute1 "attr15277") ) ) +(assert (myObject (attribute1 "attr15278") ) ) +(assert (myObject (attribute1 "attr15279") ) ) +(assert (myObject (attribute1 "attr15280") ) ) +(assert (myObject (attribute1 "attr15281") ) ) +(assert (myObject (attribute1 "attr15282") ) ) +(assert (myObject (attribute1 "attr15283") ) ) +(assert (myObject (attribute1 "attr15284") ) ) +(assert (myObject (attribute1 "attr15285") ) ) +(assert (myObject (attribute1 "attr15286") ) ) +(assert (myObject (attribute1 "attr15287") ) ) +(assert (myObject (attribute1 "attr15288") ) ) +(assert (myObject (attribute1 "attr15289") ) ) +(assert (myObject (attribute1 "attr15290") ) ) +(assert (myObject (attribute1 "attr15291") ) ) +(assert (myObject (attribute1 "attr15292") ) ) +(assert (myObject (attribute1 "attr15293") ) ) +(assert (myObject (attribute1 "attr15294") ) ) +(assert (myObject (attribute1 "attr15295") ) ) +(assert (myObject (attribute1 "attr15296") ) ) +(assert (myObject (attribute1 "attr15297") ) ) +(assert (myObject (attribute1 "attr15298") ) ) +(assert (myObject (attribute1 "attr15299") ) ) +(assert (myObject (attribute1 "attr15300") ) ) +(assert (myObject (attribute1 "attr15301") ) ) +(assert (myObject (attribute1 "attr15302") ) ) +(assert (myObject (attribute1 "attr15303") ) ) +(assert (myObject (attribute1 "attr15304") ) ) +(assert (myObject (attribute1 "attr15305") ) ) +(assert (myObject (attribute1 "attr15306") ) ) +(assert (myObject (attribute1 "attr15307") ) ) +(assert (myObject (attribute1 "attr15308") ) ) +(assert (myObject (attribute1 "attr15309") ) ) +(assert (myObject (attribute1 "attr15310") ) ) +(assert (myObject (attribute1 "attr15311") ) ) +(assert (myObject (attribute1 "attr15312") ) ) +(assert (myObject (attribute1 "attr15313") ) ) +(assert (myObject (attribute1 "attr15314") ) ) +(assert (myObject (attribute1 "attr15315") ) ) +(assert (myObject (attribute1 "attr15316") ) ) +(assert (myObject (attribute1 "attr15317") ) ) +(assert (myObject (attribute1 "attr15318") ) ) +(assert (myObject (attribute1 "attr15319") ) ) +(assert (myObject (attribute1 "attr15320") ) ) +(assert (myObject (attribute1 "attr15321") ) ) +(assert (myObject (attribute1 "attr15322") ) ) +(assert (myObject (attribute1 "attr15323") ) ) +(assert (myObject (attribute1 "attr15324") ) ) +(assert (myObject (attribute1 "attr15325") ) ) +(assert (myObject (attribute1 "attr15326") ) ) +(assert (myObject (attribute1 "attr15327") ) ) +(assert (myObject (attribute1 "attr15328") ) ) +(assert (myObject (attribute1 "attr15329") ) ) +(assert (myObject (attribute1 "attr15330") ) ) +(assert (myObject (attribute1 "attr15331") ) ) +(assert (myObject (attribute1 "attr15332") ) ) +(assert (myObject (attribute1 "attr15333") ) ) +(assert (myObject (attribute1 "attr15334") ) ) +(assert (myObject (attribute1 "attr15335") ) ) +(assert (myObject (attribute1 "attr15336") ) ) +(assert (myObject (attribute1 "attr15337") ) ) +(assert (myObject (attribute1 "attr15338") ) ) +(assert (myObject (attribute1 "attr15339") ) ) +(assert (myObject (attribute1 "attr15340") ) ) +(assert (myObject (attribute1 "attr15341") ) ) +(assert (myObject (attribute1 "attr15342") ) ) +(assert (myObject (attribute1 "attr15343") ) ) +(assert (myObject (attribute1 "attr15344") ) ) +(assert (myObject (attribute1 "attr15345") ) ) +(assert (myObject (attribute1 "attr15346") ) ) +(assert (myObject (attribute1 "attr15347") ) ) +(assert (myObject (attribute1 "attr15348") ) ) +(assert (myObject (attribute1 "attr15349") ) ) +(assert (myObject (attribute1 "attr15350") ) ) +(assert (myObject (attribute1 "attr15351") ) ) +(assert (myObject (attribute1 "attr15352") ) ) +(assert (myObject (attribute1 "attr15353") ) ) +(assert (myObject (attribute1 "attr15354") ) ) +(assert (myObject (attribute1 "attr15355") ) ) +(assert (myObject (attribute1 "attr15356") ) ) +(assert (myObject (attribute1 "attr15357") ) ) +(assert (myObject (attribute1 "attr15358") ) ) +(assert (myObject (attribute1 "attr15359") ) ) +(assert (myObject (attribute1 "attr15360") ) ) +(assert (myObject (attribute1 "attr15361") ) ) +(assert (myObject (attribute1 "attr15362") ) ) +(assert (myObject (attribute1 "attr15363") ) ) +(assert (myObject (attribute1 "attr15364") ) ) +(assert (myObject (attribute1 "attr15365") ) ) +(assert (myObject (attribute1 "attr15366") ) ) +(assert (myObject (attribute1 "attr15367") ) ) +(assert (myObject (attribute1 "attr15368") ) ) +(assert (myObject (attribute1 "attr15369") ) ) +(assert (myObject (attribute1 "attr15370") ) ) +(assert (myObject (attribute1 "attr15371") ) ) +(assert (myObject (attribute1 "attr15372") ) ) +(assert (myObject (attribute1 "attr15373") ) ) +(assert (myObject (attribute1 "attr15374") ) ) +(assert (myObject (attribute1 "attr15375") ) ) +(assert (myObject (attribute1 "attr15376") ) ) +(assert (myObject (attribute1 "attr15377") ) ) +(assert (myObject (attribute1 "attr15378") ) ) +(assert (myObject (attribute1 "attr15379") ) ) +(assert (myObject (attribute1 "attr15380") ) ) +(assert (myObject (attribute1 "attr15381") ) ) +(assert (myObject (attribute1 "attr15382") ) ) +(assert (myObject (attribute1 "attr15383") ) ) +(assert (myObject (attribute1 "attr15384") ) ) +(assert (myObject (attribute1 "attr15385") ) ) +(assert (myObject (attribute1 "attr15386") ) ) +(assert (myObject (attribute1 "attr15387") ) ) +(assert (myObject (attribute1 "attr15388") ) ) +(assert (myObject (attribute1 "attr15389") ) ) +(assert (myObject (attribute1 "attr15390") ) ) +(assert (myObject (attribute1 "attr15391") ) ) +(assert (myObject (attribute1 "attr15392") ) ) +(assert (myObject (attribute1 "attr15393") ) ) +(assert (myObject (attribute1 "attr15394") ) ) +(assert (myObject (attribute1 "attr15395") ) ) +(assert (myObject (attribute1 "attr15396") ) ) +(assert (myObject (attribute1 "attr15397") ) ) +(assert (myObject (attribute1 "attr15398") ) ) +(assert (myObject (attribute1 "attr15399") ) ) +(assert (myObject (attribute1 "attr15400") ) ) +(assert (myObject (attribute1 "attr15401") ) ) +(assert (myObject (attribute1 "attr15402") ) ) +(assert (myObject (attribute1 "attr15403") ) ) +(assert (myObject (attribute1 "attr15404") ) ) +(assert (myObject (attribute1 "attr15405") ) ) +(assert (myObject (attribute1 "attr15406") ) ) +(assert (myObject (attribute1 "attr15407") ) ) +(assert (myObject (attribute1 "attr15408") ) ) +(assert (myObject (attribute1 "attr15409") ) ) +(assert (myObject (attribute1 "attr15410") ) ) +(assert (myObject (attribute1 "attr15411") ) ) +(assert (myObject (attribute1 "attr15412") ) ) +(assert (myObject (attribute1 "attr15413") ) ) +(assert (myObject (attribute1 "attr15414") ) ) +(assert (myObject (attribute1 "attr15415") ) ) +(assert (myObject (attribute1 "attr15416") ) ) +(assert (myObject (attribute1 "attr15417") ) ) +(assert (myObject (attribute1 "attr15418") ) ) +(assert (myObject (attribute1 "attr15419") ) ) +(assert (myObject (attribute1 "attr15420") ) ) +(assert (myObject (attribute1 "attr15421") ) ) +(assert (myObject (attribute1 "attr15422") ) ) +(assert (myObject (attribute1 "attr15423") ) ) +(assert (myObject (attribute1 "attr15424") ) ) +(assert (myObject (attribute1 "attr15425") ) ) +(assert (myObject (attribute1 "attr15426") ) ) +(assert (myObject (attribute1 "attr15427") ) ) +(assert (myObject (attribute1 "attr15428") ) ) +(assert (myObject (attribute1 "attr15429") ) ) +(assert (myObject (attribute1 "attr15430") ) ) +(assert (myObject (attribute1 "attr15431") ) ) +(assert (myObject (attribute1 "attr15432") ) ) +(assert (myObject (attribute1 "attr15433") ) ) +(assert (myObject (attribute1 "attr15434") ) ) +(assert (myObject (attribute1 "attr15435") ) ) +(assert (myObject (attribute1 "attr15436") ) ) +(assert (myObject (attribute1 "attr15437") ) ) +(assert (myObject (attribute1 "attr15438") ) ) +(assert (myObject (attribute1 "attr15439") ) ) +(assert (myObject (attribute1 "attr15440") ) ) +(assert (myObject (attribute1 "attr15441") ) ) +(assert (myObject (attribute1 "attr15442") ) ) +(assert (myObject (attribute1 "attr15443") ) ) +(assert (myObject (attribute1 "attr15444") ) ) +(assert (myObject (attribute1 "attr15445") ) ) +(assert (myObject (attribute1 "attr15446") ) ) +(assert (myObject (attribute1 "attr15447") ) ) +(assert (myObject (attribute1 "attr15448") ) ) +(assert (myObject (attribute1 "attr15449") ) ) +(assert (myObject (attribute1 "attr15450") ) ) +(assert (myObject (attribute1 "attr15451") ) ) +(assert (myObject (attribute1 "attr15452") ) ) +(assert (myObject (attribute1 "attr15453") ) ) +(assert (myObject (attribute1 "attr15454") ) ) +(assert (myObject (attribute1 "attr15455") ) ) +(assert (myObject (attribute1 "attr15456") ) ) +(assert (myObject (attribute1 "attr15457") ) ) +(assert (myObject (attribute1 "attr15458") ) ) +(assert (myObject (attribute1 "attr15459") ) ) +(assert (myObject (attribute1 "attr15460") ) ) +(assert (myObject (attribute1 "attr15461") ) ) +(assert (myObject (attribute1 "attr15462") ) ) +(assert (myObject (attribute1 "attr15463") ) ) +(assert (myObject (attribute1 "attr15464") ) ) +(assert (myObject (attribute1 "attr15465") ) ) +(assert (myObject (attribute1 "attr15466") ) ) +(assert (myObject (attribute1 "attr15467") ) ) +(assert (myObject (attribute1 "attr15468") ) ) +(assert (myObject (attribute1 "attr15469") ) ) +(assert (myObject (attribute1 "attr15470") ) ) +(assert (myObject (attribute1 "attr15471") ) ) +(assert (myObject (attribute1 "attr15472") ) ) +(assert (myObject (attribute1 "attr15473") ) ) +(assert (myObject (attribute1 "attr15474") ) ) +(assert (myObject (attribute1 "attr15475") ) ) +(assert (myObject (attribute1 "attr15476") ) ) +(assert (myObject (attribute1 "attr15477") ) ) +(assert (myObject (attribute1 "attr15478") ) ) +(assert (myObject (attribute1 "attr15479") ) ) +(assert (myObject (attribute1 "attr15480") ) ) +(assert (myObject (attribute1 "attr15481") ) ) +(assert (myObject (attribute1 "attr15482") ) ) +(assert (myObject (attribute1 "attr15483") ) ) +(assert (myObject (attribute1 "attr15484") ) ) +(assert (myObject (attribute1 "attr15485") ) ) +(assert (myObject (attribute1 "attr15486") ) ) +(assert (myObject (attribute1 "attr15487") ) ) +(assert (myObject (attribute1 "attr15488") ) ) +(assert (myObject (attribute1 "attr15489") ) ) +(assert (myObject (attribute1 "attr15490") ) ) +(assert (myObject (attribute1 "attr15491") ) ) +(assert (myObject (attribute1 "attr15492") ) ) +(assert (myObject (attribute1 "attr15493") ) ) +(assert (myObject (attribute1 "attr15494") ) ) +(assert (myObject (attribute1 "attr15495") ) ) +(assert (myObject (attribute1 "attr15496") ) ) +(assert (myObject (attribute1 "attr15497") ) ) +(assert (myObject (attribute1 "attr15498") ) ) +(assert (myObject (attribute1 "attr15499") ) ) +(assert (myObject (attribute1 "attr15500") ) ) +(assert (myObject (attribute1 "attr15501") ) ) +(assert (myObject (attribute1 "attr15502") ) ) +(assert (myObject (attribute1 "attr15503") ) ) +(assert (myObject (attribute1 "attr15504") ) ) +(assert (myObject (attribute1 "attr15505") ) ) +(assert (myObject (attribute1 "attr15506") ) ) +(assert (myObject (attribute1 "attr15507") ) ) +(assert (myObject (attribute1 "attr15508") ) ) +(assert (myObject (attribute1 "attr15509") ) ) +(assert (myObject (attribute1 "attr15510") ) ) +(assert (myObject (attribute1 "attr15511") ) ) +(assert (myObject (attribute1 "attr15512") ) ) +(assert (myObject (attribute1 "attr15513") ) ) +(assert (myObject (attribute1 "attr15514") ) ) +(assert (myObject (attribute1 "attr15515") ) ) +(assert (myObject (attribute1 "attr15516") ) ) +(assert (myObject (attribute1 "attr15517") ) ) +(assert (myObject (attribute1 "attr15518") ) ) +(assert (myObject (attribute1 "attr15519") ) ) +(assert (myObject (attribute1 "attr15520") ) ) +(assert (myObject (attribute1 "attr15521") ) ) +(assert (myObject (attribute1 "attr15522") ) ) +(assert (myObject (attribute1 "attr15523") ) ) +(assert (myObject (attribute1 "attr15524") ) ) +(assert (myObject (attribute1 "attr15525") ) ) +(assert (myObject (attribute1 "attr15526") ) ) +(assert (myObject (attribute1 "attr15527") ) ) +(assert (myObject (attribute1 "attr15528") ) ) +(assert (myObject (attribute1 "attr15529") ) ) +(assert (myObject (attribute1 "attr15530") ) ) +(assert (myObject (attribute1 "attr15531") ) ) +(assert (myObject (attribute1 "attr15532") ) ) +(assert (myObject (attribute1 "attr15533") ) ) +(assert (myObject (attribute1 "attr15534") ) ) +(assert (myObject (attribute1 "attr15535") ) ) +(assert (myObject (attribute1 "attr15536") ) ) +(assert (myObject (attribute1 "attr15537") ) ) +(assert (myObject (attribute1 "attr15538") ) ) +(assert (myObject (attribute1 "attr15539") ) ) +(assert (myObject (attribute1 "attr15540") ) ) +(assert (myObject (attribute1 "attr15541") ) ) +(assert (myObject (attribute1 "attr15542") ) ) +(assert (myObject (attribute1 "attr15543") ) ) +(assert (myObject (attribute1 "attr15544") ) ) +(assert (myObject (attribute1 "attr15545") ) ) +(assert (myObject (attribute1 "attr15546") ) ) +(assert (myObject (attribute1 "attr15547") ) ) +(assert (myObject (attribute1 "attr15548") ) ) +(assert (myObject (attribute1 "attr15549") ) ) +(assert (myObject (attribute1 "attr15550") ) ) +(assert (myObject (attribute1 "attr15551") ) ) +(assert (myObject (attribute1 "attr15552") ) ) +(assert (myObject (attribute1 "attr15553") ) ) +(assert (myObject (attribute1 "attr15554") ) ) +(assert (myObject (attribute1 "attr15555") ) ) +(assert (myObject (attribute1 "attr15556") ) ) +(assert (myObject (attribute1 "attr15557") ) ) +(assert (myObject (attribute1 "attr15558") ) ) +(assert (myObject (attribute1 "attr15559") ) ) +(assert (myObject (attribute1 "attr15560") ) ) +(assert (myObject (attribute1 "attr15561") ) ) +(assert (myObject (attribute1 "attr15562") ) ) +(assert (myObject (attribute1 "attr15563") ) ) +(assert (myObject (attribute1 "attr15564") ) ) +(assert (myObject (attribute1 "attr15565") ) ) +(assert (myObject (attribute1 "attr15566") ) ) +(assert (myObject (attribute1 "attr15567") ) ) +(assert (myObject (attribute1 "attr15568") ) ) +(assert (myObject (attribute1 "attr15569") ) ) +(assert (myObject (attribute1 "attr15570") ) ) +(assert (myObject (attribute1 "attr15571") ) ) +(assert (myObject (attribute1 "attr15572") ) ) +(assert (myObject (attribute1 "attr15573") ) ) +(assert (myObject (attribute1 "attr15574") ) ) +(assert (myObject (attribute1 "attr15575") ) ) +(assert (myObject (attribute1 "attr15576") ) ) +(assert (myObject (attribute1 "attr15577") ) ) +(assert (myObject (attribute1 "attr15578") ) ) +(assert (myObject (attribute1 "attr15579") ) ) +(assert (myObject (attribute1 "attr15580") ) ) +(assert (myObject (attribute1 "attr15581") ) ) +(assert (myObject (attribute1 "attr15582") ) ) +(assert (myObject (attribute1 "attr15583") ) ) +(assert (myObject (attribute1 "attr15584") ) ) +(assert (myObject (attribute1 "attr15585") ) ) +(assert (myObject (attribute1 "attr15586") ) ) +(assert (myObject (attribute1 "attr15587") ) ) +(assert (myObject (attribute1 "attr15588") ) ) +(assert (myObject (attribute1 "attr15589") ) ) +(assert (myObject (attribute1 "attr15590") ) ) +(assert (myObject (attribute1 "attr15591") ) ) +(assert (myObject (attribute1 "attr15592") ) ) +(assert (myObject (attribute1 "attr15593") ) ) +(assert (myObject (attribute1 "attr15594") ) ) +(assert (myObject (attribute1 "attr15595") ) ) +(assert (myObject (attribute1 "attr15596") ) ) +(assert (myObject (attribute1 "attr15597") ) ) +(assert (myObject (attribute1 "attr15598") ) ) +(assert (myObject (attribute1 "attr15599") ) ) +(assert (myObject (attribute1 "attr15600") ) ) +(assert (myObject (attribute1 "attr15601") ) ) +(assert (myObject (attribute1 "attr15602") ) ) +(assert (myObject (attribute1 "attr15603") ) ) +(assert (myObject (attribute1 "attr15604") ) ) +(assert (myObject (attribute1 "attr15605") ) ) +(assert (myObject (attribute1 "attr15606") ) ) +(assert (myObject (attribute1 "attr15607") ) ) +(assert (myObject (attribute1 "attr15608") ) ) +(assert (myObject (attribute1 "attr15609") ) ) +(assert (myObject (attribute1 "attr15610") ) ) +(assert (myObject (attribute1 "attr15611") ) ) +(assert (myObject (attribute1 "attr15612") ) ) +(assert (myObject (attribute1 "attr15613") ) ) +(assert (myObject (attribute1 "attr15614") ) ) +(assert (myObject (attribute1 "attr15615") ) ) +(assert (myObject (attribute1 "attr15616") ) ) +(assert (myObject (attribute1 "attr15617") ) ) +(assert (myObject (attribute1 "attr15618") ) ) +(assert (myObject (attribute1 "attr15619") ) ) +(assert (myObject (attribute1 "attr15620") ) ) +(assert (myObject (attribute1 "attr15621") ) ) +(assert (myObject (attribute1 "attr15622") ) ) +(assert (myObject (attribute1 "attr15623") ) ) +(assert (myObject (attribute1 "attr15624") ) ) +(assert (myObject (attribute1 "attr15625") ) ) +(assert (myObject (attribute1 "attr15626") ) ) +(assert (myObject (attribute1 "attr15627") ) ) +(assert (myObject (attribute1 "attr15628") ) ) +(assert (myObject (attribute1 "attr15629") ) ) +(assert (myObject (attribute1 "attr15630") ) ) +(assert (myObject (attribute1 "attr15631") ) ) +(assert (myObject (attribute1 "attr15632") ) ) +(assert (myObject (attribute1 "attr15633") ) ) +(assert (myObject (attribute1 "attr15634") ) ) +(assert (myObject (attribute1 "attr15635") ) ) +(assert (myObject (attribute1 "attr15636") ) ) +(assert (myObject (attribute1 "attr15637") ) ) +(assert (myObject (attribute1 "attr15638") ) ) +(assert (myObject (attribute1 "attr15639") ) ) +(assert (myObject (attribute1 "attr15640") ) ) +(assert (myObject (attribute1 "attr15641") ) ) +(assert (myObject (attribute1 "attr15642") ) ) +(assert (myObject (attribute1 "attr15643") ) ) +(assert (myObject (attribute1 "attr15644") ) ) +(assert (myObject (attribute1 "attr15645") ) ) +(assert (myObject (attribute1 "attr15646") ) ) +(assert (myObject (attribute1 "attr15647") ) ) +(assert (myObject (attribute1 "attr15648") ) ) +(assert (myObject (attribute1 "attr15649") ) ) +(assert (myObject (attribute1 "attr15650") ) ) +(assert (myObject (attribute1 "attr15651") ) ) +(assert (myObject (attribute1 "attr15652") ) ) +(assert (myObject (attribute1 "attr15653") ) ) +(assert (myObject (attribute1 "attr15654") ) ) +(assert (myObject (attribute1 "attr15655") ) ) +(assert (myObject (attribute1 "attr15656") ) ) +(assert (myObject (attribute1 "attr15657") ) ) +(assert (myObject (attribute1 "attr15658") ) ) +(assert (myObject (attribute1 "attr15659") ) ) +(assert (myObject (attribute1 "attr15660") ) ) +(assert (myObject (attribute1 "attr15661") ) ) +(assert (myObject (attribute1 "attr15662") ) ) +(assert (myObject (attribute1 "attr15663") ) ) +(assert (myObject (attribute1 "attr15664") ) ) +(assert (myObject (attribute1 "attr15665") ) ) +(assert (myObject (attribute1 "attr15666") ) ) +(assert (myObject (attribute1 "attr15667") ) ) +(assert (myObject (attribute1 "attr15668") ) ) +(assert (myObject (attribute1 "attr15669") ) ) +(assert (myObject (attribute1 "attr15670") ) ) +(assert (myObject (attribute1 "attr15671") ) ) +(assert (myObject (attribute1 "attr15672") ) ) +(assert (myObject (attribute1 "attr15673") ) ) +(assert (myObject (attribute1 "attr15674") ) ) +(assert (myObject (attribute1 "attr15675") ) ) +(assert (myObject (attribute1 "attr15676") ) ) +(assert (myObject (attribute1 "attr15677") ) ) +(assert (myObject (attribute1 "attr15678") ) ) +(assert (myObject (attribute1 "attr15679") ) ) +(assert (myObject (attribute1 "attr15680") ) ) +(assert (myObject (attribute1 "attr15681") ) ) +(assert (myObject (attribute1 "attr15682") ) ) +(assert (myObject (attribute1 "attr15683") ) ) +(assert (myObject (attribute1 "attr15684") ) ) +(assert (myObject (attribute1 "attr15685") ) ) +(assert (myObject (attribute1 "attr15686") ) ) +(assert (myObject (attribute1 "attr15687") ) ) +(assert (myObject (attribute1 "attr15688") ) ) +(assert (myObject (attribute1 "attr15689") ) ) +(assert (myObject (attribute1 "attr15690") ) ) +(assert (myObject (attribute1 "attr15691") ) ) +(assert (myObject (attribute1 "attr15692") ) ) +(assert (myObject (attribute1 "attr15693") ) ) +(assert (myObject (attribute1 "attr15694") ) ) +(assert (myObject (attribute1 "attr15695") ) ) +(assert (myObject (attribute1 "attr15696") ) ) +(assert (myObject (attribute1 "attr15697") ) ) +(assert (myObject (attribute1 "attr15698") ) ) +(assert (myObject (attribute1 "attr15699") ) ) +(assert (myObject (attribute1 "attr15700") ) ) +(assert (myObject (attribute1 "attr15701") ) ) +(assert (myObject (attribute1 "attr15702") ) ) +(assert (myObject (attribute1 "attr15703") ) ) +(assert (myObject (attribute1 "attr15704") ) ) +(assert (myObject (attribute1 "attr15705") ) ) +(assert (myObject (attribute1 "attr15706") ) ) +(assert (myObject (attribute1 "attr15707") ) ) +(assert (myObject (attribute1 "attr15708") ) ) +(assert (myObject (attribute1 "attr15709") ) ) +(assert (myObject (attribute1 "attr15710") ) ) +(assert (myObject (attribute1 "attr15711") ) ) +(assert (myObject (attribute1 "attr15712") ) ) +(assert (myObject (attribute1 "attr15713") ) ) +(assert (myObject (attribute1 "attr15714") ) ) +(assert (myObject (attribute1 "attr15715") ) ) +(assert (myObject (attribute1 "attr15716") ) ) +(assert (myObject (attribute1 "attr15717") ) ) +(assert (myObject (attribute1 "attr15718") ) ) +(assert (myObject (attribute1 "attr15719") ) ) +(assert (myObject (attribute1 "attr15720") ) ) +(assert (myObject (attribute1 "attr15721") ) ) +(assert (myObject (attribute1 "attr15722") ) ) +(assert (myObject (attribute1 "attr15723") ) ) +(assert (myObject (attribute1 "attr15724") ) ) +(assert (myObject (attribute1 "attr15725") ) ) +(assert (myObject (attribute1 "attr15726") ) ) +(assert (myObject (attribute1 "attr15727") ) ) +(assert (myObject (attribute1 "attr15728") ) ) +(assert (myObject (attribute1 "attr15729") ) ) +(assert (myObject (attribute1 "attr15730") ) ) +(assert (myObject (attribute1 "attr15731") ) ) +(assert (myObject (attribute1 "attr15732") ) ) +(assert (myObject (attribute1 "attr15733") ) ) +(assert (myObject (attribute1 "attr15734") ) ) +(assert (myObject (attribute1 "attr15735") ) ) +(assert (myObject (attribute1 "attr15736") ) ) +(assert (myObject (attribute1 "attr15737") ) ) +(assert (myObject (attribute1 "attr15738") ) ) +(assert (myObject (attribute1 "attr15739") ) ) +(assert (myObject (attribute1 "attr15740") ) ) +(assert (myObject (attribute1 "attr15741") ) ) +(assert (myObject (attribute1 "attr15742") ) ) +(assert (myObject (attribute1 "attr15743") ) ) +(assert (myObject (attribute1 "attr15744") ) ) +(assert (myObject (attribute1 "attr15745") ) ) +(assert (myObject (attribute1 "attr15746") ) ) +(assert (myObject (attribute1 "attr15747") ) ) +(assert (myObject (attribute1 "attr15748") ) ) +(assert (myObject (attribute1 "attr15749") ) ) +(assert (myObject (attribute1 "attr15750") ) ) +(assert (myObject (attribute1 "attr15751") ) ) +(assert (myObject (attribute1 "attr15752") ) ) +(assert (myObject (attribute1 "attr15753") ) ) +(assert (myObject (attribute1 "attr15754") ) ) +(assert (myObject (attribute1 "attr15755") ) ) +(assert (myObject (attribute1 "attr15756") ) ) +(assert (myObject (attribute1 "attr15757") ) ) +(assert (myObject (attribute1 "attr15758") ) ) +(assert (myObject (attribute1 "attr15759") ) ) +(assert (myObject (attribute1 "attr15760") ) ) +(assert (myObject (attribute1 "attr15761") ) ) +(assert (myObject (attribute1 "attr15762") ) ) +(assert (myObject (attribute1 "attr15763") ) ) +(assert (myObject (attribute1 "attr15764") ) ) +(assert (myObject (attribute1 "attr15765") ) ) +(assert (myObject (attribute1 "attr15766") ) ) +(assert (myObject (attribute1 "attr15767") ) ) +(assert (myObject (attribute1 "attr15768") ) ) +(assert (myObject (attribute1 "attr15769") ) ) +(assert (myObject (attribute1 "attr15770") ) ) +(assert (myObject (attribute1 "attr15771") ) ) +(assert (myObject (attribute1 "attr15772") ) ) +(assert (myObject (attribute1 "attr15773") ) ) +(assert (myObject (attribute1 "attr15774") ) ) +(assert (myObject (attribute1 "attr15775") ) ) +(assert (myObject (attribute1 "attr15776") ) ) +(assert (myObject (attribute1 "attr15777") ) ) +(assert (myObject (attribute1 "attr15778") ) ) +(assert (myObject (attribute1 "attr15779") ) ) +(assert (myObject (attribute1 "attr15780") ) ) +(assert (myObject (attribute1 "attr15781") ) ) +(assert (myObject (attribute1 "attr15782") ) ) +(assert (myObject (attribute1 "attr15783") ) ) +(assert (myObject (attribute1 "attr15784") ) ) +(assert (myObject (attribute1 "attr15785") ) ) +(assert (myObject (attribute1 "attr15786") ) ) +(assert (myObject (attribute1 "attr15787") ) ) +(assert (myObject (attribute1 "attr15788") ) ) +(assert (myObject (attribute1 "attr15789") ) ) +(assert (myObject (attribute1 "attr15790") ) ) +(assert (myObject (attribute1 "attr15791") ) ) +(assert (myObject (attribute1 "attr15792") ) ) +(assert (myObject (attribute1 "attr15793") ) ) +(assert (myObject (attribute1 "attr15794") ) ) +(assert (myObject (attribute1 "attr15795") ) ) +(assert (myObject (attribute1 "attr15796") ) ) +(assert (myObject (attribute1 "attr15797") ) ) +(assert (myObject (attribute1 "attr15798") ) ) +(assert (myObject (attribute1 "attr15799") ) ) +(assert (myObject (attribute1 "attr15800") ) ) +(assert (myObject (attribute1 "attr15801") ) ) +(assert (myObject (attribute1 "attr15802") ) ) +(assert (myObject (attribute1 "attr15803") ) ) +(assert (myObject (attribute1 "attr15804") ) ) +(assert (myObject (attribute1 "attr15805") ) ) +(assert (myObject (attribute1 "attr15806") ) ) +(assert (myObject (attribute1 "attr15807") ) ) +(assert (myObject (attribute1 "attr15808") ) ) +(assert (myObject (attribute1 "attr15809") ) ) +(assert (myObject (attribute1 "attr15810") ) ) +(assert (myObject (attribute1 "attr15811") ) ) +(assert (myObject (attribute1 "attr15812") ) ) +(assert (myObject (attribute1 "attr15813") ) ) +(assert (myObject (attribute1 "attr15814") ) ) +(assert (myObject (attribute1 "attr15815") ) ) +(assert (myObject (attribute1 "attr15816") ) ) +(assert (myObject (attribute1 "attr15817") ) ) +(assert (myObject (attribute1 "attr15818") ) ) +(assert (myObject (attribute1 "attr15819") ) ) +(assert (myObject (attribute1 "attr15820") ) ) +(assert (myObject (attribute1 "attr15821") ) ) +(assert (myObject (attribute1 "attr15822") ) ) +(assert (myObject (attribute1 "attr15823") ) ) +(assert (myObject (attribute1 "attr15824") ) ) +(assert (myObject (attribute1 "attr15825") ) ) +(assert (myObject (attribute1 "attr15826") ) ) +(assert (myObject (attribute1 "attr15827") ) ) +(assert (myObject (attribute1 "attr15828") ) ) +(assert (myObject (attribute1 "attr15829") ) ) +(assert (myObject (attribute1 "attr15830") ) ) +(assert (myObject (attribute1 "attr15831") ) ) +(assert (myObject (attribute1 "attr15832") ) ) +(assert (myObject (attribute1 "attr15833") ) ) +(assert (myObject (attribute1 "attr15834") ) ) +(assert (myObject (attribute1 "attr15835") ) ) +(assert (myObject (attribute1 "attr15836") ) ) +(assert (myObject (attribute1 "attr15837") ) ) +(assert (myObject (attribute1 "attr15838") ) ) +(assert (myObject (attribute1 "attr15839") ) ) +(assert (myObject (attribute1 "attr15840") ) ) +(assert (myObject (attribute1 "attr15841") ) ) +(assert (myObject (attribute1 "attr15842") ) ) +(assert (myObject (attribute1 "attr15843") ) ) +(assert (myObject (attribute1 "attr15844") ) ) +(assert (myObject (attribute1 "attr15845") ) ) +(assert (myObject (attribute1 "attr15846") ) ) +(assert (myObject (attribute1 "attr15847") ) ) +(assert (myObject (attribute1 "attr15848") ) ) +(assert (myObject (attribute1 "attr15849") ) ) +(assert (myObject (attribute1 "attr15850") ) ) +(assert (myObject (attribute1 "attr15851") ) ) +(assert (myObject (attribute1 "attr15852") ) ) +(assert (myObject (attribute1 "attr15853") ) ) +(assert (myObject (attribute1 "attr15854") ) ) +(assert (myObject (attribute1 "attr15855") ) ) +(assert (myObject (attribute1 "attr15856") ) ) +(assert (myObject (attribute1 "attr15857") ) ) +(assert (myObject (attribute1 "attr15858") ) ) +(assert (myObject (attribute1 "attr15859") ) ) +(assert (myObject (attribute1 "attr15860") ) ) +(assert (myObject (attribute1 "attr15861") ) ) +(assert (myObject (attribute1 "attr15862") ) ) +(assert (myObject (attribute1 "attr15863") ) ) +(assert (myObject (attribute1 "attr15864") ) ) +(assert (myObject (attribute1 "attr15865") ) ) +(assert (myObject (attribute1 "attr15866") ) ) +(assert (myObject (attribute1 "attr15867") ) ) +(assert (myObject (attribute1 "attr15868") ) ) +(assert (myObject (attribute1 "attr15869") ) ) +(assert (myObject (attribute1 "attr15870") ) ) +(assert (myObject (attribute1 "attr15871") ) ) +(assert (myObject (attribute1 "attr15872") ) ) +(assert (myObject (attribute1 "attr15873") ) ) +(assert (myObject (attribute1 "attr15874") ) ) +(assert (myObject (attribute1 "attr15875") ) ) +(assert (myObject (attribute1 "attr15876") ) ) +(assert (myObject (attribute1 "attr15877") ) ) +(assert (myObject (attribute1 "attr15878") ) ) +(assert (myObject (attribute1 "attr15879") ) ) +(assert (myObject (attribute1 "attr15880") ) ) +(assert (myObject (attribute1 "attr15881") ) ) +(assert (myObject (attribute1 "attr15882") ) ) +(assert (myObject (attribute1 "attr15883") ) ) +(assert (myObject (attribute1 "attr15884") ) ) +(assert (myObject (attribute1 "attr15885") ) ) +(assert (myObject (attribute1 "attr15886") ) ) +(assert (myObject (attribute1 "attr15887") ) ) +(assert (myObject (attribute1 "attr15888") ) ) +(assert (myObject (attribute1 "attr15889") ) ) +(assert (myObject (attribute1 "attr15890") ) ) +(assert (myObject (attribute1 "attr15891") ) ) +(assert (myObject (attribute1 "attr15892") ) ) +(assert (myObject (attribute1 "attr15893") ) ) +(assert (myObject (attribute1 "attr15894") ) ) +(assert (myObject (attribute1 "attr15895") ) ) +(assert (myObject (attribute1 "attr15896") ) ) +(assert (myObject (attribute1 "attr15897") ) ) +(assert (myObject (attribute1 "attr15898") ) ) +(assert (myObject (attribute1 "attr15899") ) ) +(assert (myObject (attribute1 "attr15900") ) ) +(assert (myObject (attribute1 "attr15901") ) ) +(assert (myObject (attribute1 "attr15902") ) ) +(assert (myObject (attribute1 "attr15903") ) ) +(assert (myObject (attribute1 "attr15904") ) ) +(assert (myObject (attribute1 "attr15905") ) ) +(assert (myObject (attribute1 "attr15906") ) ) +(assert (myObject (attribute1 "attr15907") ) ) +(assert (myObject (attribute1 "attr15908") ) ) +(assert (myObject (attribute1 "attr15909") ) ) +(assert (myObject (attribute1 "attr15910") ) ) +(assert (myObject (attribute1 "attr15911") ) ) +(assert (myObject (attribute1 "attr15912") ) ) +(assert (myObject (attribute1 "attr15913") ) ) +(assert (myObject (attribute1 "attr15914") ) ) +(assert (myObject (attribute1 "attr15915") ) ) +(assert (myObject (attribute1 "attr15916") ) ) +(assert (myObject (attribute1 "attr15917") ) ) +(assert (myObject (attribute1 "attr15918") ) ) +(assert (myObject (attribute1 "attr15919") ) ) +(assert (myObject (attribute1 "attr15920") ) ) +(assert (myObject (attribute1 "attr15921") ) ) +(assert (myObject (attribute1 "attr15922") ) ) +(assert (myObject (attribute1 "attr15923") ) ) +(assert (myObject (attribute1 "attr15924") ) ) +(assert (myObject (attribute1 "attr15925") ) ) +(assert (myObject (attribute1 "attr15926") ) ) +(assert (myObject (attribute1 "attr15927") ) ) +(assert (myObject (attribute1 "attr15928") ) ) +(assert (myObject (attribute1 "attr15929") ) ) +(assert (myObject (attribute1 "attr15930") ) ) +(assert (myObject (attribute1 "attr15931") ) ) +(assert (myObject (attribute1 "attr15932") ) ) +(assert (myObject (attribute1 "attr15933") ) ) +(assert (myObject (attribute1 "attr15934") ) ) +(assert (myObject (attribute1 "attr15935") ) ) +(assert (myObject (attribute1 "attr15936") ) ) +(assert (myObject (attribute1 "attr15937") ) ) +(assert (myObject (attribute1 "attr15938") ) ) +(assert (myObject (attribute1 "attr15939") ) ) +(assert (myObject (attribute1 "attr15940") ) ) +(assert (myObject (attribute1 "attr15941") ) ) +(assert (myObject (attribute1 "attr15942") ) ) +(assert (myObject (attribute1 "attr15943") ) ) +(assert (myObject (attribute1 "attr15944") ) ) +(assert (myObject (attribute1 "attr15945") ) ) +(assert (myObject (attribute1 "attr15946") ) ) +(assert (myObject (attribute1 "attr15947") ) ) +(assert (myObject (attribute1 "attr15948") ) ) +(assert (myObject (attribute1 "attr15949") ) ) +(assert (myObject (attribute1 "attr15950") ) ) +(assert (myObject (attribute1 "attr15951") ) ) +(assert (myObject (attribute1 "attr15952") ) ) +(assert (myObject (attribute1 "attr15953") ) ) +(assert (myObject (attribute1 "attr15954") ) ) +(assert (myObject (attribute1 "attr15955") ) ) +(assert (myObject (attribute1 "attr15956") ) ) +(assert (myObject (attribute1 "attr15957") ) ) +(assert (myObject (attribute1 "attr15958") ) ) +(assert (myObject (attribute1 "attr15959") ) ) +(assert (myObject (attribute1 "attr15960") ) ) +(assert (myObject (attribute1 "attr15961") ) ) +(assert (myObject (attribute1 "attr15962") ) ) +(assert (myObject (attribute1 "attr15963") ) ) +(assert (myObject (attribute1 "attr15964") ) ) +(assert (myObject (attribute1 "attr15965") ) ) +(assert (myObject (attribute1 "attr15966") ) ) +(assert (myObject (attribute1 "attr15967") ) ) +(assert (myObject (attribute1 "attr15968") ) ) +(assert (myObject (attribute1 "attr15969") ) ) +(assert (myObject (attribute1 "attr15970") ) ) +(assert (myObject (attribute1 "attr15971") ) ) +(assert (myObject (attribute1 "attr15972") ) ) +(assert (myObject (attribute1 "attr15973") ) ) +(assert (myObject (attribute1 "attr15974") ) ) +(assert (myObject (attribute1 "attr15975") ) ) +(assert (myObject (attribute1 "attr15976") ) ) +(assert (myObject (attribute1 "attr15977") ) ) +(assert (myObject (attribute1 "attr15978") ) ) +(assert (myObject (attribute1 "attr15979") ) ) +(assert (myObject (attribute1 "attr15980") ) ) +(assert (myObject (attribute1 "attr15981") ) ) +(assert (myObject (attribute1 "attr15982") ) ) +(assert (myObject (attribute1 "attr15983") ) ) +(assert (myObject (attribute1 "attr15984") ) ) +(assert (myObject (attribute1 "attr15985") ) ) +(assert (myObject (attribute1 "attr15986") ) ) +(assert (myObject (attribute1 "attr15987") ) ) +(assert (myObject (attribute1 "attr15988") ) ) +(assert (myObject (attribute1 "attr15989") ) ) +(assert (myObject (attribute1 "attr15990") ) ) +(assert (myObject (attribute1 "attr15991") ) ) +(assert (myObject (attribute1 "attr15992") ) ) +(assert (myObject (attribute1 "attr15993") ) ) +(assert (myObject (attribute1 "attr15994") ) ) +(assert (myObject (attribute1 "attr15995") ) ) +(assert (myObject (attribute1 "attr15996") ) ) +(assert (myObject (attribute1 "attr15997") ) ) +(assert (myObject (attribute1 "attr15998") ) ) +(assert (myObject (attribute1 "attr15999") ) ) +(assert (myObject (attribute1 "attr16000") ) ) +(assert (myObject (attribute1 "attr16001") ) ) +(assert (myObject (attribute1 "attr16002") ) ) +(assert (myObject (attribute1 "attr16003") ) ) +(assert (myObject (attribute1 "attr16004") ) ) +(assert (myObject (attribute1 "attr16005") ) ) +(assert (myObject (attribute1 "attr16006") ) ) +(assert (myObject (attribute1 "attr16007") ) ) +(assert (myObject (attribute1 "attr16008") ) ) +(assert (myObject (attribute1 "attr16009") ) ) +(assert (myObject (attribute1 "attr16010") ) ) +(assert (myObject (attribute1 "attr16011") ) ) +(assert (myObject (attribute1 "attr16012") ) ) +(assert (myObject (attribute1 "attr16013") ) ) +(assert (myObject (attribute1 "attr16014") ) ) +(assert (myObject (attribute1 "attr16015") ) ) +(assert (myObject (attribute1 "attr16016") ) ) +(assert (myObject (attribute1 "attr16017") ) ) +(assert (myObject (attribute1 "attr16018") ) ) +(assert (myObject (attribute1 "attr16019") ) ) +(assert (myObject (attribute1 "attr16020") ) ) +(assert (myObject (attribute1 "attr16021") ) ) +(assert (myObject (attribute1 "attr16022") ) ) +(assert (myObject (attribute1 "attr16023") ) ) +(assert (myObject (attribute1 "attr16024") ) ) +(assert (myObject (attribute1 "attr16025") ) ) +(assert (myObject (attribute1 "attr16026") ) ) +(assert (myObject (attribute1 "attr16027") ) ) +(assert (myObject (attribute1 "attr16028") ) ) +(assert (myObject (attribute1 "attr16029") ) ) +(assert (myObject (attribute1 "attr16030") ) ) +(assert (myObject (attribute1 "attr16031") ) ) +(assert (myObject (attribute1 "attr16032") ) ) +(assert (myObject (attribute1 "attr16033") ) ) +(assert (myObject (attribute1 "attr16034") ) ) +(assert (myObject (attribute1 "attr16035") ) ) +(assert (myObject (attribute1 "attr16036") ) ) +(assert (myObject (attribute1 "attr16037") ) ) +(assert (myObject (attribute1 "attr16038") ) ) +(assert (myObject (attribute1 "attr16039") ) ) +(assert (myObject (attribute1 "attr16040") ) ) +(assert (myObject (attribute1 "attr16041") ) ) +(assert (myObject (attribute1 "attr16042") ) ) +(assert (myObject (attribute1 "attr16043") ) ) +(assert (myObject (attribute1 "attr16044") ) ) +(assert (myObject (attribute1 "attr16045") ) ) +(assert (myObject (attribute1 "attr16046") ) ) +(assert (myObject (attribute1 "attr16047") ) ) +(assert (myObject (attribute1 "attr16048") ) ) +(assert (myObject (attribute1 "attr16049") ) ) +(assert (myObject (attribute1 "attr16050") ) ) +(assert (myObject (attribute1 "attr16051") ) ) +(assert (myObject (attribute1 "attr16052") ) ) +(assert (myObject (attribute1 "attr16053") ) ) +(assert (myObject (attribute1 "attr16054") ) ) +(assert (myObject (attribute1 "attr16055") ) ) +(assert (myObject (attribute1 "attr16056") ) ) +(assert (myObject (attribute1 "attr16057") ) ) +(assert (myObject (attribute1 "attr16058") ) ) +(assert (myObject (attribute1 "attr16059") ) ) +(assert (myObject (attribute1 "attr16060") ) ) +(assert (myObject (attribute1 "attr16061") ) ) +(assert (myObject (attribute1 "attr16062") ) ) +(assert (myObject (attribute1 "attr16063") ) ) +(assert (myObject (attribute1 "attr16064") ) ) +(assert (myObject (attribute1 "attr16065") ) ) +(assert (myObject (attribute1 "attr16066") ) ) +(assert (myObject (attribute1 "attr16067") ) ) +(assert (myObject (attribute1 "attr16068") ) ) +(assert (myObject (attribute1 "attr16069") ) ) +(assert (myObject (attribute1 "attr16070") ) ) +(assert (myObject (attribute1 "attr16071") ) ) +(assert (myObject (attribute1 "attr16072") ) ) +(assert (myObject (attribute1 "attr16073") ) ) +(assert (myObject (attribute1 "attr16074") ) ) +(assert (myObject (attribute1 "attr16075") ) ) +(assert (myObject (attribute1 "attr16076") ) ) +(assert (myObject (attribute1 "attr16077") ) ) +(assert (myObject (attribute1 "attr16078") ) ) +(assert (myObject (attribute1 "attr16079") ) ) +(assert (myObject (attribute1 "attr16080") ) ) +(assert (myObject (attribute1 "attr16081") ) ) +(assert (myObject (attribute1 "attr16082") ) ) +(assert (myObject (attribute1 "attr16083") ) ) +(assert (myObject (attribute1 "attr16084") ) ) +(assert (myObject (attribute1 "attr16085") ) ) +(assert (myObject (attribute1 "attr16086") ) ) +(assert (myObject (attribute1 "attr16087") ) ) +(assert (myObject (attribute1 "attr16088") ) ) +(assert (myObject (attribute1 "attr16089") ) ) +(assert (myObject (attribute1 "attr16090") ) ) +(assert (myObject (attribute1 "attr16091") ) ) +(assert (myObject (attribute1 "attr16092") ) ) +(assert (myObject (attribute1 "attr16093") ) ) +(assert (myObject (attribute1 "attr16094") ) ) +(assert (myObject (attribute1 "attr16095") ) ) +(assert (myObject (attribute1 "attr16096") ) ) +(assert (myObject (attribute1 "attr16097") ) ) +(assert (myObject (attribute1 "attr16098") ) ) +(assert (myObject (attribute1 "attr16099") ) ) +(assert (myObject (attribute1 "attr16100") ) ) +(assert (myObject (attribute1 "attr16101") ) ) +(assert (myObject (attribute1 "attr16102") ) ) +(assert (myObject (attribute1 "attr16103") ) ) +(assert (myObject (attribute1 "attr16104") ) ) +(assert (myObject (attribute1 "attr16105") ) ) +(assert (myObject (attribute1 "attr16106") ) ) +(assert (myObject (attribute1 "attr16107") ) ) +(assert (myObject (attribute1 "attr16108") ) ) +(assert (myObject (attribute1 "attr16109") ) ) +(assert (myObject (attribute1 "attr16110") ) ) +(assert (myObject (attribute1 "attr16111") ) ) +(assert (myObject (attribute1 "attr16112") ) ) +(assert (myObject (attribute1 "attr16113") ) ) +(assert (myObject (attribute1 "attr16114") ) ) +(assert (myObject (attribute1 "attr16115") ) ) +(assert (myObject (attribute1 "attr16116") ) ) +(assert (myObject (attribute1 "attr16117") ) ) +(assert (myObject (attribute1 "attr16118") ) ) +(assert (myObject (attribute1 "attr16119") ) ) +(assert (myObject (attribute1 "attr16120") ) ) +(assert (myObject (attribute1 "attr16121") ) ) +(assert (myObject (attribute1 "attr16122") ) ) +(assert (myObject (attribute1 "attr16123") ) ) +(assert (myObject (attribute1 "attr16124") ) ) +(assert (myObject (attribute1 "attr16125") ) ) +(assert (myObject (attribute1 "attr16126") ) ) +(assert (myObject (attribute1 "attr16127") ) ) +(assert (myObject (attribute1 "attr16128") ) ) +(assert (myObject (attribute1 "attr16129") ) ) +(assert (myObject (attribute1 "attr16130") ) ) +(assert (myObject (attribute1 "attr16131") ) ) +(assert (myObject (attribute1 "attr16132") ) ) +(assert (myObject (attribute1 "attr16133") ) ) +(assert (myObject (attribute1 "attr16134") ) ) +(assert (myObject (attribute1 "attr16135") ) ) +(assert (myObject (attribute1 "attr16136") ) ) +(assert (myObject (attribute1 "attr16137") ) ) +(assert (myObject (attribute1 "attr16138") ) ) +(assert (myObject (attribute1 "attr16139") ) ) +(assert (myObject (attribute1 "attr16140") ) ) +(assert (myObject (attribute1 "attr16141") ) ) +(assert (myObject (attribute1 "attr16142") ) ) +(assert (myObject (attribute1 "attr16143") ) ) +(assert (myObject (attribute1 "attr16144") ) ) +(assert (myObject (attribute1 "attr16145") ) ) +(assert (myObject (attribute1 "attr16146") ) ) +(assert (myObject (attribute1 "attr16147") ) ) +(assert (myObject (attribute1 "attr16148") ) ) +(assert (myObject (attribute1 "attr16149") ) ) +(assert (myObject (attribute1 "attr16150") ) ) +(assert (myObject (attribute1 "attr16151") ) ) +(assert (myObject (attribute1 "attr16152") ) ) +(assert (myObject (attribute1 "attr16153") ) ) +(assert (myObject (attribute1 "attr16154") ) ) +(assert (myObject (attribute1 "attr16155") ) ) +(assert (myObject (attribute1 "attr16156") ) ) +(assert (myObject (attribute1 "attr16157") ) ) +(assert (myObject (attribute1 "attr16158") ) ) +(assert (myObject (attribute1 "attr16159") ) ) +(assert (myObject (attribute1 "attr16160") ) ) +(assert (myObject (attribute1 "attr16161") ) ) +(assert (myObject (attribute1 "attr16162") ) ) +(assert (myObject (attribute1 "attr16163") ) ) +(assert (myObject (attribute1 "attr16164") ) ) +(assert (myObject (attribute1 "attr16165") ) ) +(assert (myObject (attribute1 "attr16166") ) ) +(assert (myObject (attribute1 "attr16167") ) ) +(assert (myObject (attribute1 "attr16168") ) ) +(assert (myObject (attribute1 "attr16169") ) ) +(assert (myObject (attribute1 "attr16170") ) ) +(assert (myObject (attribute1 "attr16171") ) ) +(assert (myObject (attribute1 "attr16172") ) ) +(assert (myObject (attribute1 "attr16173") ) ) +(assert (myObject (attribute1 "attr16174") ) ) +(assert (myObject (attribute1 "attr16175") ) ) +(assert (myObject (attribute1 "attr16176") ) ) +(assert (myObject (attribute1 "attr16177") ) ) +(assert (myObject (attribute1 "attr16178") ) ) +(assert (myObject (attribute1 "attr16179") ) ) +(assert (myObject (attribute1 "attr16180") ) ) +(assert (myObject (attribute1 "attr16181") ) ) +(assert (myObject (attribute1 "attr16182") ) ) +(assert (myObject (attribute1 "attr16183") ) ) +(assert (myObject (attribute1 "attr16184") ) ) +(assert (myObject (attribute1 "attr16185") ) ) +(assert (myObject (attribute1 "attr16186") ) ) +(assert (myObject (attribute1 "attr16187") ) ) +(assert (myObject (attribute1 "attr16188") ) ) +(assert (myObject (attribute1 "attr16189") ) ) +(assert (myObject (attribute1 "attr16190") ) ) +(assert (myObject (attribute1 "attr16191") ) ) +(assert (myObject (attribute1 "attr16192") ) ) +(assert (myObject (attribute1 "attr16193") ) ) +(assert (myObject (attribute1 "attr16194") ) ) +(assert (myObject (attribute1 "attr16195") ) ) +(assert (myObject (attribute1 "attr16196") ) ) +(assert (myObject (attribute1 "attr16197") ) ) +(assert (myObject (attribute1 "attr16198") ) ) +(assert (myObject (attribute1 "attr16199") ) ) +(assert (myObject (attribute1 "attr16200") ) ) +(assert (myObject (attribute1 "attr16201") ) ) +(assert (myObject (attribute1 "attr16202") ) ) +(assert (myObject (attribute1 "attr16203") ) ) +(assert (myObject (attribute1 "attr16204") ) ) +(assert (myObject (attribute1 "attr16205") ) ) +(assert (myObject (attribute1 "attr16206") ) ) +(assert (myObject (attribute1 "attr16207") ) ) +(assert (myObject (attribute1 "attr16208") ) ) +(assert (myObject (attribute1 "attr16209") ) ) +(assert (myObject (attribute1 "attr16210") ) ) +(assert (myObject (attribute1 "attr16211") ) ) +(assert (myObject (attribute1 "attr16212") ) ) +(assert (myObject (attribute1 "attr16213") ) ) +(assert (myObject (attribute1 "attr16214") ) ) +(assert (myObject (attribute1 "attr16215") ) ) +(assert (myObject (attribute1 "attr16216") ) ) +(assert (myObject (attribute1 "attr16217") ) ) +(assert (myObject (attribute1 "attr16218") ) ) +(assert (myObject (attribute1 "attr16219") ) ) +(assert (myObject (attribute1 "attr16220") ) ) +(assert (myObject (attribute1 "attr16221") ) ) +(assert (myObject (attribute1 "attr16222") ) ) +(assert (myObject (attribute1 "attr16223") ) ) +(assert (myObject (attribute1 "attr16224") ) ) +(assert (myObject (attribute1 "attr16225") ) ) +(assert (myObject (attribute1 "attr16226") ) ) +(assert (myObject (attribute1 "attr16227") ) ) +(assert (myObject (attribute1 "attr16228") ) ) +(assert (myObject (attribute1 "attr16229") ) ) +(assert (myObject (attribute1 "attr16230") ) ) +(assert (myObject (attribute1 "attr16231") ) ) +(assert (myObject (attribute1 "attr16232") ) ) +(assert (myObject (attribute1 "attr16233") ) ) +(assert (myObject (attribute1 "attr16234") ) ) +(assert (myObject (attribute1 "attr16235") ) ) +(assert (myObject (attribute1 "attr16236") ) ) +(assert (myObject (attribute1 "attr16237") ) ) +(assert (myObject (attribute1 "attr16238") ) ) +(assert (myObject (attribute1 "attr16239") ) ) +(assert (myObject (attribute1 "attr16240") ) ) +(assert (myObject (attribute1 "attr16241") ) ) +(assert (myObject (attribute1 "attr16242") ) ) +(assert (myObject (attribute1 "attr16243") ) ) +(assert (myObject (attribute1 "attr16244") ) ) +(assert (myObject (attribute1 "attr16245") ) ) +(assert (myObject (attribute1 "attr16246") ) ) +(assert (myObject (attribute1 "attr16247") ) ) +(assert (myObject (attribute1 "attr16248") ) ) +(assert (myObject (attribute1 "attr16249") ) ) +(assert (myObject (attribute1 "attr16250") ) ) +(assert (myObject (attribute1 "attr16251") ) ) +(assert (myObject (attribute1 "attr16252") ) ) +(assert (myObject (attribute1 "attr16253") ) ) +(assert (myObject (attribute1 "attr16254") ) ) +(assert (myObject (attribute1 "attr16255") ) ) +(assert (myObject (attribute1 "attr16256") ) ) +(assert (myObject (attribute1 "attr16257") ) ) +(assert (myObject (attribute1 "attr16258") ) ) +(assert (myObject (attribute1 "attr16259") ) ) +(assert (myObject (attribute1 "attr16260") ) ) +(assert (myObject (attribute1 "attr16261") ) ) +(assert (myObject (attribute1 "attr16262") ) ) +(assert (myObject (attribute1 "attr16263") ) ) +(assert (myObject (attribute1 "attr16264") ) ) +(assert (myObject (attribute1 "attr16265") ) ) +(assert (myObject (attribute1 "attr16266") ) ) +(assert (myObject (attribute1 "attr16267") ) ) +(assert (myObject (attribute1 "attr16268") ) ) +(assert (myObject (attribute1 "attr16269") ) ) +(assert (myObject (attribute1 "attr16270") ) ) +(assert (myObject (attribute1 "attr16271") ) ) +(assert (myObject (attribute1 "attr16272") ) ) +(assert (myObject (attribute1 "attr16273") ) ) +(assert (myObject (attribute1 "attr16274") ) ) +(assert (myObject (attribute1 "attr16275") ) ) +(assert (myObject (attribute1 "attr16276") ) ) +(assert (myObject (attribute1 "attr16277") ) ) +(assert (myObject (attribute1 "attr16278") ) ) +(assert (myObject (attribute1 "attr16279") ) ) +(assert (myObject (attribute1 "attr16280") ) ) +(assert (myObject (attribute1 "attr16281") ) ) +(assert (myObject (attribute1 "attr16282") ) ) +(assert (myObject (attribute1 "attr16283") ) ) +(assert (myObject (attribute1 "attr16284") ) ) +(assert (myObject (attribute1 "attr16285") ) ) +(assert (myObject (attribute1 "attr16286") ) ) +(assert (myObject (attribute1 "attr16287") ) ) +(assert (myObject (attribute1 "attr16288") ) ) +(assert (myObject (attribute1 "attr16289") ) ) +(assert (myObject (attribute1 "attr16290") ) ) +(assert (myObject (attribute1 "attr16291") ) ) +(assert (myObject (attribute1 "attr16292") ) ) +(assert (myObject (attribute1 "attr16293") ) ) +(assert (myObject (attribute1 "attr16294") ) ) +(assert (myObject (attribute1 "attr16295") ) ) +(assert (myObject (attribute1 "attr16296") ) ) +(assert (myObject (attribute1 "attr16297") ) ) +(assert (myObject (attribute1 "attr16298") ) ) +(assert (myObject (attribute1 "attr16299") ) ) +(assert (myObject (attribute1 "attr16300") ) ) +(assert (myObject (attribute1 "attr16301") ) ) +(assert (myObject (attribute1 "attr16302") ) ) +(assert (myObject (attribute1 "attr16303") ) ) +(assert (myObject (attribute1 "attr16304") ) ) +(assert (myObject (attribute1 "attr16305") ) ) +(assert (myObject (attribute1 "attr16306") ) ) +(assert (myObject (attribute1 "attr16307") ) ) +(assert (myObject (attribute1 "attr16308") ) ) +(assert (myObject (attribute1 "attr16309") ) ) +(assert (myObject (attribute1 "attr16310") ) ) +(assert (myObject (attribute1 "attr16311") ) ) +(assert (myObject (attribute1 "attr16312") ) ) +(assert (myObject (attribute1 "attr16313") ) ) +(assert (myObject (attribute1 "attr16314") ) ) +(assert (myObject (attribute1 "attr16315") ) ) +(assert (myObject (attribute1 "attr16316") ) ) +(assert (myObject (attribute1 "attr16317") ) ) +(assert (myObject (attribute1 "attr16318") ) ) +(assert (myObject (attribute1 "attr16319") ) ) +(assert (myObject (attribute1 "attr16320") ) ) +(assert (myObject (attribute1 "attr16321") ) ) +(assert (myObject (attribute1 "attr16322") ) ) +(assert (myObject (attribute1 "attr16323") ) ) +(assert (myObject (attribute1 "attr16324") ) ) +(assert (myObject (attribute1 "attr16325") ) ) +(assert (myObject (attribute1 "attr16326") ) ) +(assert (myObject (attribute1 "attr16327") ) ) +(assert (myObject (attribute1 "attr16328") ) ) +(assert (myObject (attribute1 "attr16329") ) ) +(assert (myObject (attribute1 "attr16330") ) ) +(assert (myObject (attribute1 "attr16331") ) ) +(assert (myObject (attribute1 "attr16332") ) ) +(assert (myObject (attribute1 "attr16333") ) ) +(assert (myObject (attribute1 "attr16334") ) ) +(assert (myObject (attribute1 "attr16335") ) ) +(assert (myObject (attribute1 "attr16336") ) ) +(assert (myObject (attribute1 "attr16337") ) ) +(assert (myObject (attribute1 "attr16338") ) ) +(assert (myObject (attribute1 "attr16339") ) ) +(assert (myObject (attribute1 "attr16340") ) ) +(assert (myObject (attribute1 "attr16341") ) ) +(assert (myObject (attribute1 "attr16342") ) ) +(assert (myObject (attribute1 "attr16343") ) ) +(assert (myObject (attribute1 "attr16344") ) ) +(assert (myObject (attribute1 "attr16345") ) ) +(assert (myObject (attribute1 "attr16346") ) ) +(assert (myObject (attribute1 "attr16347") ) ) +(assert (myObject (attribute1 "attr16348") ) ) +(assert (myObject (attribute1 "attr16349") ) ) +(assert (myObject (attribute1 "attr16350") ) ) +(assert (myObject (attribute1 "attr16351") ) ) +(assert (myObject (attribute1 "attr16352") ) ) +(assert (myObject (attribute1 "attr16353") ) ) +(assert (myObject (attribute1 "attr16354") ) ) +(assert (myObject (attribute1 "attr16355") ) ) +(assert (myObject (attribute1 "attr16356") ) ) +(assert (myObject (attribute1 "attr16357") ) ) +(assert (myObject (attribute1 "attr16358") ) ) +(assert (myObject (attribute1 "attr16359") ) ) +(assert (myObject (attribute1 "attr16360") ) ) +(assert (myObject (attribute1 "attr16361") ) ) +(assert (myObject (attribute1 "attr16362") ) ) +(assert (myObject (attribute1 "attr16363") ) ) +(assert (myObject (attribute1 "attr16364") ) ) +(assert (myObject (attribute1 "attr16365") ) ) +(assert (myObject (attribute1 "attr16366") ) ) +(assert (myObject (attribute1 "attr16367") ) ) +(assert (myObject (attribute1 "attr16368") ) ) +(assert (myObject (attribute1 "attr16369") ) ) +(assert (myObject (attribute1 "attr16370") ) ) +(assert (myObject (attribute1 "attr16371") ) ) +(assert (myObject (attribute1 "attr16372") ) ) +(assert (myObject (attribute1 "attr16373") ) ) +(assert (myObject (attribute1 "attr16374") ) ) +(assert (myObject (attribute1 "attr16375") ) ) +(assert (myObject (attribute1 "attr16376") ) ) +(assert (myObject (attribute1 "attr16377") ) ) +(assert (myObject (attribute1 "attr16378") ) ) +(assert (myObject (attribute1 "attr16379") ) ) +(assert (myObject (attribute1 "attr16380") ) ) +(assert (myObject (attribute1 "attr16381") ) ) +(assert (myObject (attribute1 "attr16382") ) ) +(assert (myObject (attribute1 "attr16383") ) ) +(assert (myObject (attribute1 "attr16384") ) ) +(assert (myObject (attribute1 "attr16385") ) ) +(assert (myObject (attribute1 "attr16386") ) ) +(assert (myObject (attribute1 "attr16387") ) ) +(assert (myObject (attribute1 "attr16388") ) ) +(assert (myObject (attribute1 "attr16389") ) ) +(assert (myObject (attribute1 "attr16390") ) ) +(assert (myObject (attribute1 "attr16391") ) ) +(assert (myObject (attribute1 "attr16392") ) ) +(assert (myObject (attribute1 "attr16393") ) ) +(assert (myObject (attribute1 "attr16394") ) ) +(assert (myObject (attribute1 "attr16395") ) ) +(assert (myObject (attribute1 "attr16396") ) ) +(assert (myObject (attribute1 "attr16397") ) ) +(assert (myObject (attribute1 "attr16398") ) ) +(assert (myObject (attribute1 "attr16399") ) ) +(assert (myObject (attribute1 "attr16400") ) ) +(assert (myObject (attribute1 "attr16401") ) ) +(assert (myObject (attribute1 "attr16402") ) ) +(assert (myObject (attribute1 "attr16403") ) ) +(assert (myObject (attribute1 "attr16404") ) ) +(assert (myObject (attribute1 "attr16405") ) ) +(assert (myObject (attribute1 "attr16406") ) ) +(assert (myObject (attribute1 "attr16407") ) ) +(assert (myObject (attribute1 "attr16408") ) ) +(assert (myObject (attribute1 "attr16409") ) ) +(assert (myObject (attribute1 "attr16410") ) ) +(assert (myObject (attribute1 "attr16411") ) ) +(assert (myObject (attribute1 "attr16412") ) ) +(assert (myObject (attribute1 "attr16413") ) ) +(assert (myObject (attribute1 "attr16414") ) ) +(assert (myObject (attribute1 "attr16415") ) ) +(assert (myObject (attribute1 "attr16416") ) ) +(assert (myObject (attribute1 "attr16417") ) ) +(assert (myObject (attribute1 "attr16418") ) ) +(assert (myObject (attribute1 "attr16419") ) ) +(assert (myObject (attribute1 "attr16420") ) ) +(assert (myObject (attribute1 "attr16421") ) ) +(assert (myObject (attribute1 "attr16422") ) ) +(assert (myObject (attribute1 "attr16423") ) ) +(assert (myObject (attribute1 "attr16424") ) ) +(assert (myObject (attribute1 "attr16425") ) ) +(assert (myObject (attribute1 "attr16426") ) ) +(assert (myObject (attribute1 "attr16427") ) ) +(assert (myObject (attribute1 "attr16428") ) ) +(assert (myObject (attribute1 "attr16429") ) ) +(assert (myObject (attribute1 "attr16430") ) ) +(assert (myObject (attribute1 "attr16431") ) ) +(assert (myObject (attribute1 "attr16432") ) ) +(assert (myObject (attribute1 "attr16433") ) ) +(assert (myObject (attribute1 "attr16434") ) ) +(assert (myObject (attribute1 "attr16435") ) ) +(assert (myObject (attribute1 "attr16436") ) ) +(assert (myObject (attribute1 "attr16437") ) ) +(assert (myObject (attribute1 "attr16438") ) ) +(assert (myObject (attribute1 "attr16439") ) ) +(assert (myObject (attribute1 "attr16440") ) ) +(assert (myObject (attribute1 "attr16441") ) ) +(assert (myObject (attribute1 "attr16442") ) ) +(assert (myObject (attribute1 "attr16443") ) ) +(assert (myObject (attribute1 "attr16444") ) ) +(assert (myObject (attribute1 "attr16445") ) ) +(assert (myObject (attribute1 "attr16446") ) ) +(assert (myObject (attribute1 "attr16447") ) ) +(assert (myObject (attribute1 "attr16448") ) ) +(assert (myObject (attribute1 "attr16449") ) ) +(assert (myObject (attribute1 "attr16450") ) ) +(assert (myObject (attribute1 "attr16451") ) ) +(assert (myObject (attribute1 "attr16452") ) ) +(assert (myObject (attribute1 "attr16453") ) ) +(assert (myObject (attribute1 "attr16454") ) ) +(assert (myObject (attribute1 "attr16455") ) ) +(assert (myObject (attribute1 "attr16456") ) ) +(assert (myObject (attribute1 "attr16457") ) ) +(assert (myObject (attribute1 "attr16458") ) ) +(assert (myObject (attribute1 "attr16459") ) ) +(assert (myObject (attribute1 "attr16460") ) ) +(assert (myObject (attribute1 "attr16461") ) ) +(assert (myObject (attribute1 "attr16462") ) ) +(assert (myObject (attribute1 "attr16463") ) ) +(assert (myObject (attribute1 "attr16464") ) ) +(assert (myObject (attribute1 "attr16465") ) ) +(assert (myObject (attribute1 "attr16466") ) ) +(assert (myObject (attribute1 "attr16467") ) ) +(assert (myObject (attribute1 "attr16468") ) ) +(assert (myObject (attribute1 "attr16469") ) ) +(assert (myObject (attribute1 "attr16470") ) ) +(assert (myObject (attribute1 "attr16471") ) ) +(assert (myObject (attribute1 "attr16472") ) ) +(assert (myObject (attribute1 "attr16473") ) ) +(assert (myObject (attribute1 "attr16474") ) ) +(assert (myObject (attribute1 "attr16475") ) ) +(assert (myObject (attribute1 "attr16476") ) ) +(assert (myObject (attribute1 "attr16477") ) ) +(assert (myObject (attribute1 "attr16478") ) ) +(assert (myObject (attribute1 "attr16479") ) ) +(assert (myObject (attribute1 "attr16480") ) ) +(assert (myObject (attribute1 "attr16481") ) ) +(assert (myObject (attribute1 "attr16482") ) ) +(assert (myObject (attribute1 "attr16483") ) ) +(assert (myObject (attribute1 "attr16484") ) ) +(assert (myObject (attribute1 "attr16485") ) ) +(assert (myObject (attribute1 "attr16486") ) ) +(assert (myObject (attribute1 "attr16487") ) ) +(assert (myObject (attribute1 "attr16488") ) ) +(assert (myObject (attribute1 "attr16489") ) ) +(assert (myObject (attribute1 "attr16490") ) ) +(assert (myObject (attribute1 "attr16491") ) ) +(assert (myObject (attribute1 "attr16492") ) ) +(assert (myObject (attribute1 "attr16493") ) ) +(assert (myObject (attribute1 "attr16494") ) ) +(assert (myObject (attribute1 "attr16495") ) ) +(assert (myObject (attribute1 "attr16496") ) ) +(assert (myObject (attribute1 "attr16497") ) ) +(assert (myObject (attribute1 "attr16498") ) ) +(assert (myObject (attribute1 "attr16499") ) ) +(assert (myObject (attribute1 "attr16500") ) ) +(assert (myObject (attribute1 "attr16501") ) ) +(assert (myObject (attribute1 "attr16502") ) ) +(assert (myObject (attribute1 "attr16503") ) ) +(assert (myObject (attribute1 "attr16504") ) ) +(assert (myObject (attribute1 "attr16505") ) ) +(assert (myObject (attribute1 "attr16506") ) ) +(assert (myObject (attribute1 "attr16507") ) ) +(assert (myObject (attribute1 "attr16508") ) ) +(assert (myObject (attribute1 "attr16509") ) ) +(assert (myObject (attribute1 "attr16510") ) ) +(assert (myObject (attribute1 "attr16511") ) ) +(assert (myObject (attribute1 "attr16512") ) ) +(assert (myObject (attribute1 "attr16513") ) ) +(assert (myObject (attribute1 "attr16514") ) ) +(assert (myObject (attribute1 "attr16515") ) ) +(assert (myObject (attribute1 "attr16516") ) ) +(assert (myObject (attribute1 "attr16517") ) ) +(assert (myObject (attribute1 "attr16518") ) ) +(assert (myObject (attribute1 "attr16519") ) ) +(assert (myObject (attribute1 "attr16520") ) ) +(assert (myObject (attribute1 "attr16521") ) ) +(assert (myObject (attribute1 "attr16522") ) ) +(assert (myObject (attribute1 "attr16523") ) ) +(assert (myObject (attribute1 "attr16524") ) ) +(assert (myObject (attribute1 "attr16525") ) ) +(assert (myObject (attribute1 "attr16526") ) ) +(assert (myObject (attribute1 "attr16527") ) ) +(assert (myObject (attribute1 "attr16528") ) ) +(assert (myObject (attribute1 "attr16529") ) ) +(assert (myObject (attribute1 "attr16530") ) ) +(assert (myObject (attribute1 "attr16531") ) ) +(assert (myObject (attribute1 "attr16532") ) ) +(assert (myObject (attribute1 "attr16533") ) ) +(assert (myObject (attribute1 "attr16534") ) ) +(assert (myObject (attribute1 "attr16535") ) ) +(assert (myObject (attribute1 "attr16536") ) ) +(assert (myObject (attribute1 "attr16537") ) ) +(assert (myObject (attribute1 "attr16538") ) ) +(assert (myObject (attribute1 "attr16539") ) ) +(assert (myObject (attribute1 "attr16540") ) ) +(assert (myObject (attribute1 "attr16541") ) ) +(assert (myObject (attribute1 "attr16542") ) ) +(assert (myObject (attribute1 "attr16543") ) ) +(assert (myObject (attribute1 "attr16544") ) ) +(assert (myObject (attribute1 "attr16545") ) ) +(assert (myObject (attribute1 "attr16546") ) ) +(assert (myObject (attribute1 "attr16547") ) ) +(assert (myObject (attribute1 "attr16548") ) ) +(assert (myObject (attribute1 "attr16549") ) ) +(assert (myObject (attribute1 "attr16550") ) ) +(assert (myObject (attribute1 "attr16551") ) ) +(assert (myObject (attribute1 "attr16552") ) ) +(assert (myObject (attribute1 "attr16553") ) ) +(assert (myObject (attribute1 "attr16554") ) ) +(assert (myObject (attribute1 "attr16555") ) ) +(assert (myObject (attribute1 "attr16556") ) ) +(assert (myObject (attribute1 "attr16557") ) ) +(assert (myObject (attribute1 "attr16558") ) ) +(assert (myObject (attribute1 "attr16559") ) ) +(assert (myObject (attribute1 "attr16560") ) ) +(assert (myObject (attribute1 "attr16561") ) ) +(assert (myObject (attribute1 "attr16562") ) ) +(assert (myObject (attribute1 "attr16563") ) ) +(assert (myObject (attribute1 "attr16564") ) ) +(assert (myObject (attribute1 "attr16565") ) ) +(assert (myObject (attribute1 "attr16566") ) ) +(assert (myObject (attribute1 "attr16567") ) ) +(assert (myObject (attribute1 "attr16568") ) ) +(assert (myObject (attribute1 "attr16569") ) ) +(assert (myObject (attribute1 "attr16570") ) ) +(assert (myObject (attribute1 "attr16571") ) ) +(assert (myObject (attribute1 "attr16572") ) ) +(assert (myObject (attribute1 "attr16573") ) ) +(assert (myObject (attribute1 "attr16574") ) ) +(assert (myObject (attribute1 "attr16575") ) ) +(assert (myObject (attribute1 "attr16576") ) ) +(assert (myObject (attribute1 "attr16577") ) ) +(assert (myObject (attribute1 "attr16578") ) ) +(assert (myObject (attribute1 "attr16579") ) ) +(assert (myObject (attribute1 "attr16580") ) ) +(assert (myObject (attribute1 "attr16581") ) ) +(assert (myObject (attribute1 "attr16582") ) ) +(assert (myObject (attribute1 "attr16583") ) ) +(assert (myObject (attribute1 "attr16584") ) ) +(assert (myObject (attribute1 "attr16585") ) ) +(assert (myObject (attribute1 "attr16586") ) ) +(assert (myObject (attribute1 "attr16587") ) ) +(assert (myObject (attribute1 "attr16588") ) ) +(assert (myObject (attribute1 "attr16589") ) ) +(assert (myObject (attribute1 "attr16590") ) ) +(assert (myObject (attribute1 "attr16591") ) ) +(assert (myObject (attribute1 "attr16592") ) ) +(assert (myObject (attribute1 "attr16593") ) ) +(assert (myObject (attribute1 "attr16594") ) ) +(assert (myObject (attribute1 "attr16595") ) ) +(assert (myObject (attribute1 "attr16596") ) ) +(assert (myObject (attribute1 "attr16597") ) ) +(assert (myObject (attribute1 "attr16598") ) ) +(assert (myObject (attribute1 "attr16599") ) ) +(assert (myObject (attribute1 "attr16600") ) ) +(assert (myObject (attribute1 "attr16601") ) ) +(assert (myObject (attribute1 "attr16602") ) ) +(assert (myObject (attribute1 "attr16603") ) ) +(assert (myObject (attribute1 "attr16604") ) ) +(assert (myObject (attribute1 "attr16605") ) ) +(assert (myObject (attribute1 "attr16606") ) ) +(assert (myObject (attribute1 "attr16607") ) ) +(assert (myObject (attribute1 "attr16608") ) ) +(assert (myObject (attribute1 "attr16609") ) ) +(assert (myObject (attribute1 "attr16610") ) ) +(assert (myObject (attribute1 "attr16611") ) ) +(assert (myObject (attribute1 "attr16612") ) ) +(assert (myObject (attribute1 "attr16613") ) ) +(assert (myObject (attribute1 "attr16614") ) ) +(assert (myObject (attribute1 "attr16615") ) ) +(assert (myObject (attribute1 "attr16616") ) ) +(assert (myObject (attribute1 "attr16617") ) ) +(assert (myObject (attribute1 "attr16618") ) ) +(assert (myObject (attribute1 "attr16619") ) ) +(assert (myObject (attribute1 "attr16620") ) ) +(assert (myObject (attribute1 "attr16621") ) ) +(assert (myObject (attribute1 "attr16622") ) ) +(assert (myObject (attribute1 "attr16623") ) ) +(assert (myObject (attribute1 "attr16624") ) ) +(assert (myObject (attribute1 "attr16625") ) ) +(assert (myObject (attribute1 "attr16626") ) ) +(assert (myObject (attribute1 "attr16627") ) ) +(assert (myObject (attribute1 "attr16628") ) ) +(assert (myObject (attribute1 "attr16629") ) ) +(assert (myObject (attribute1 "attr16630") ) ) +(assert (myObject (attribute1 "attr16631") ) ) +(assert (myObject (attribute1 "attr16632") ) ) +(assert (myObject (attribute1 "attr16633") ) ) +(assert (myObject (attribute1 "attr16634") ) ) +(assert (myObject (attribute1 "attr16635") ) ) +(assert (myObject (attribute1 "attr16636") ) ) +(assert (myObject (attribute1 "attr16637") ) ) +(assert (myObject (attribute1 "attr16638") ) ) +(assert (myObject (attribute1 "attr16639") ) ) +(assert (myObject (attribute1 "attr16640") ) ) +(assert (myObject (attribute1 "attr16641") ) ) +(assert (myObject (attribute1 "attr16642") ) ) +(assert (myObject (attribute1 "attr16643") ) ) +(assert (myObject (attribute1 "attr16644") ) ) +(assert (myObject (attribute1 "attr16645") ) ) +(assert (myObject (attribute1 "attr16646") ) ) +(assert (myObject (attribute1 "attr16647") ) ) +(assert (myObject (attribute1 "attr16648") ) ) +(assert (myObject (attribute1 "attr16649") ) ) +(assert (myObject (attribute1 "attr16650") ) ) +(assert (myObject (attribute1 "attr16651") ) ) +(assert (myObject (attribute1 "attr16652") ) ) +(assert (myObject (attribute1 "attr16653") ) ) +(assert (myObject (attribute1 "attr16654") ) ) +(assert (myObject (attribute1 "attr16655") ) ) +(assert (myObject (attribute1 "attr16656") ) ) +(assert (myObject (attribute1 "attr16657") ) ) +(assert (myObject (attribute1 "attr16658") ) ) +(assert (myObject (attribute1 "attr16659") ) ) +(assert (myObject (attribute1 "attr16660") ) ) +(assert (myObject (attribute1 "attr16661") ) ) +(assert (myObject (attribute1 "attr16662") ) ) +(assert (myObject (attribute1 "attr16663") ) ) +(assert (myObject (attribute1 "attr16664") ) ) +(assert (myObject (attribute1 "attr16665") ) ) +(assert (myObject (attribute1 "attr16666") ) ) +(assert (myObject (attribute1 "attr16667") ) ) +(assert (myObject (attribute1 "attr16668") ) ) +(assert (myObject (attribute1 "attr16669") ) ) +(assert (myObject (attribute1 "attr16670") ) ) +(assert (myObject (attribute1 "attr16671") ) ) +(assert (myObject (attribute1 "attr16672") ) ) +(assert (myObject (attribute1 "attr16673") ) ) +(assert (myObject (attribute1 "attr16674") ) ) +(assert (myObject (attribute1 "attr16675") ) ) +(assert (myObject (attribute1 "attr16676") ) ) +(assert (myObject (attribute1 "attr16677") ) ) +(assert (myObject (attribute1 "attr16678") ) ) +(assert (myObject (attribute1 "attr16679") ) ) +(assert (myObject (attribute1 "attr16680") ) ) +(assert (myObject (attribute1 "attr16681") ) ) +(assert (myObject (attribute1 "attr16682") ) ) +(assert (myObject (attribute1 "attr16683") ) ) +(assert (myObject (attribute1 "attr16684") ) ) +(assert (myObject (attribute1 "attr16685") ) ) +(assert (myObject (attribute1 "attr16686") ) ) +(assert (myObject (attribute1 "attr16687") ) ) +(assert (myObject (attribute1 "attr16688") ) ) +(assert (myObject (attribute1 "attr16689") ) ) +(assert (myObject (attribute1 "attr16690") ) ) +(assert (myObject (attribute1 "attr16691") ) ) +(assert (myObject (attribute1 "attr16692") ) ) +(assert (myObject (attribute1 "attr16693") ) ) +(assert (myObject (attribute1 "attr16694") ) ) +(assert (myObject (attribute1 "attr16695") ) ) +(assert (myObject (attribute1 "attr16696") ) ) +(assert (myObject (attribute1 "attr16697") ) ) +(assert (myObject (attribute1 "attr16698") ) ) +(assert (myObject (attribute1 "attr16699") ) ) +(assert (myObject (attribute1 "attr16700") ) ) +(assert (myObject (attribute1 "attr16701") ) ) +(assert (myObject (attribute1 "attr16702") ) ) +(assert (myObject (attribute1 "attr16703") ) ) +(assert (myObject (attribute1 "attr16704") ) ) +(assert (myObject (attribute1 "attr16705") ) ) +(assert (myObject (attribute1 "attr16706") ) ) +(assert (myObject (attribute1 "attr16707") ) ) +(assert (myObject (attribute1 "attr16708") ) ) +(assert (myObject (attribute1 "attr16709") ) ) +(assert (myObject (attribute1 "attr16710") ) ) +(assert (myObject (attribute1 "attr16711") ) ) +(assert (myObject (attribute1 "attr16712") ) ) +(assert (myObject (attribute1 "attr16713") ) ) +(assert (myObject (attribute1 "attr16714") ) ) +(assert (myObject (attribute1 "attr16715") ) ) +(assert (myObject (attribute1 "attr16716") ) ) +(assert (myObject (attribute1 "attr16717") ) ) +(assert (myObject (attribute1 "attr16718") ) ) +(assert (myObject (attribute1 "attr16719") ) ) +(assert (myObject (attribute1 "attr16720") ) ) +(assert (myObject (attribute1 "attr16721") ) ) +(assert (myObject (attribute1 "attr16722") ) ) +(assert (myObject (attribute1 "attr16723") ) ) +(assert (myObject (attribute1 "attr16724") ) ) +(assert (myObject (attribute1 "attr16725") ) ) +(assert (myObject (attribute1 "attr16726") ) ) +(assert (myObject (attribute1 "attr16727") ) ) +(assert (myObject (attribute1 "attr16728") ) ) +(assert (myObject (attribute1 "attr16729") ) ) +(assert (myObject (attribute1 "attr16730") ) ) +(assert (myObject (attribute1 "attr16731") ) ) +(assert (myObject (attribute1 "attr16732") ) ) +(assert (myObject (attribute1 "attr16733") ) ) +(assert (myObject (attribute1 "attr16734") ) ) +(assert (myObject (attribute1 "attr16735") ) ) +(assert (myObject (attribute1 "attr16736") ) ) +(assert (myObject (attribute1 "attr16737") ) ) +(assert (myObject (attribute1 "attr16738") ) ) +(assert (myObject (attribute1 "attr16739") ) ) +(assert (myObject (attribute1 "attr16740") ) ) +(assert (myObject (attribute1 "attr16741") ) ) +(assert (myObject (attribute1 "attr16742") ) ) +(assert (myObject (attribute1 "attr16743") ) ) +(assert (myObject (attribute1 "attr16744") ) ) +(assert (myObject (attribute1 "attr16745") ) ) +(assert (myObject (attribute1 "attr16746") ) ) +(assert (myObject (attribute1 "attr16747") ) ) +(assert (myObject (attribute1 "attr16748") ) ) +(assert (myObject (attribute1 "attr16749") ) ) +(assert (myObject (attribute1 "attr16750") ) ) +(assert (myObject (attribute1 "attr16751") ) ) +(assert (myObject (attribute1 "attr16752") ) ) +(assert (myObject (attribute1 "attr16753") ) ) +(assert (myObject (attribute1 "attr16754") ) ) +(assert (myObject (attribute1 "attr16755") ) ) +(assert (myObject (attribute1 "attr16756") ) ) +(assert (myObject (attribute1 "attr16757") ) ) +(assert (myObject (attribute1 "attr16758") ) ) +(assert (myObject (attribute1 "attr16759") ) ) +(assert (myObject (attribute1 "attr16760") ) ) +(assert (myObject (attribute1 "attr16761") ) ) +(assert (myObject (attribute1 "attr16762") ) ) +(assert (myObject (attribute1 "attr16763") ) ) +(assert (myObject (attribute1 "attr16764") ) ) +(assert (myObject (attribute1 "attr16765") ) ) +(assert (myObject (attribute1 "attr16766") ) ) +(assert (myObject (attribute1 "attr16767") ) ) +(assert (myObject (attribute1 "attr16768") ) ) +(assert (myObject (attribute1 "attr16769") ) ) +(assert (myObject (attribute1 "attr16770") ) ) +(assert (myObject (attribute1 "attr16771") ) ) +(assert (myObject (attribute1 "attr16772") ) ) +(assert (myObject (attribute1 "attr16773") ) ) +(assert (myObject (attribute1 "attr16774") ) ) +(assert (myObject (attribute1 "attr16775") ) ) +(assert (myObject (attribute1 "attr16776") ) ) +(assert (myObject (attribute1 "attr16777") ) ) +(assert (myObject (attribute1 "attr16778") ) ) +(assert (myObject (attribute1 "attr16779") ) ) +(assert (myObject (attribute1 "attr16780") ) ) +(assert (myObject (attribute1 "attr16781") ) ) +(assert (myObject (attribute1 "attr16782") ) ) +(assert (myObject (attribute1 "attr16783") ) ) +(assert (myObject (attribute1 "attr16784") ) ) +(assert (myObject (attribute1 "attr16785") ) ) +(assert (myObject (attribute1 "attr16786") ) ) +(assert (myObject (attribute1 "attr16787") ) ) +(assert (myObject (attribute1 "attr16788") ) ) +(assert (myObject (attribute1 "attr16789") ) ) +(assert (myObject (attribute1 "attr16790") ) ) +(assert (myObject (attribute1 "attr16791") ) ) +(assert (myObject (attribute1 "attr16792") ) ) +(assert (myObject (attribute1 "attr16793") ) ) +(assert (myObject (attribute1 "attr16794") ) ) +(assert (myObject (attribute1 "attr16795") ) ) +(assert (myObject (attribute1 "attr16796") ) ) +(assert (myObject (attribute1 "attr16797") ) ) +(assert (myObject (attribute1 "attr16798") ) ) +(assert (myObject (attribute1 "attr16799") ) ) +(assert (myObject (attribute1 "attr16800") ) ) +(assert (myObject (attribute1 "attr16801") ) ) +(assert (myObject (attribute1 "attr16802") ) ) +(assert (myObject (attribute1 "attr16803") ) ) +(assert (myObject (attribute1 "attr16804") ) ) +(assert (myObject (attribute1 "attr16805") ) ) +(assert (myObject (attribute1 "attr16806") ) ) +(assert (myObject (attribute1 "attr16807") ) ) +(assert (myObject (attribute1 "attr16808") ) ) +(assert (myObject (attribute1 "attr16809") ) ) +(assert (myObject (attribute1 "attr16810") ) ) +(assert (myObject (attribute1 "attr16811") ) ) +(assert (myObject (attribute1 "attr16812") ) ) +(assert (myObject (attribute1 "attr16813") ) ) +(assert (myObject (attribute1 "attr16814") ) ) +(assert (myObject (attribute1 "attr16815") ) ) +(assert (myObject (attribute1 "attr16816") ) ) +(assert (myObject (attribute1 "attr16817") ) ) +(assert (myObject (attribute1 "attr16818") ) ) +(assert (myObject (attribute1 "attr16819") ) ) +(assert (myObject (attribute1 "attr16820") ) ) +(assert (myObject (attribute1 "attr16821") ) ) +(assert (myObject (attribute1 "attr16822") ) ) +(assert (myObject (attribute1 "attr16823") ) ) +(assert (myObject (attribute1 "attr16824") ) ) +(assert (myObject (attribute1 "attr16825") ) ) +(assert (myObject (attribute1 "attr16826") ) ) +(assert (myObject (attribute1 "attr16827") ) ) +(assert (myObject (attribute1 "attr16828") ) ) +(assert (myObject (attribute1 "attr16829") ) ) +(assert (myObject (attribute1 "attr16830") ) ) +(assert (myObject (attribute1 "attr16831") ) ) +(assert (myObject (attribute1 "attr16832") ) ) +(assert (myObject (attribute1 "attr16833") ) ) +(assert (myObject (attribute1 "attr16834") ) ) +(assert (myObject (attribute1 "attr16835") ) ) +(assert (myObject (attribute1 "attr16836") ) ) +(assert (myObject (attribute1 "attr16837") ) ) +(assert (myObject (attribute1 "attr16838") ) ) +(assert (myObject (attribute1 "attr16839") ) ) +(assert (myObject (attribute1 "attr16840") ) ) +(assert (myObject (attribute1 "attr16841") ) ) +(assert (myObject (attribute1 "attr16842") ) ) +(assert (myObject (attribute1 "attr16843") ) ) +(assert (myObject (attribute1 "attr16844") ) ) +(assert (myObject (attribute1 "attr16845") ) ) +(assert (myObject (attribute1 "attr16846") ) ) +(assert (myObject (attribute1 "attr16847") ) ) +(assert (myObject (attribute1 "attr16848") ) ) +(assert (myObject (attribute1 "attr16849") ) ) +(assert (myObject (attribute1 "attr16850") ) ) +(assert (myObject (attribute1 "attr16851") ) ) +(assert (myObject (attribute1 "attr16852") ) ) +(assert (myObject (attribute1 "attr16853") ) ) +(assert (myObject (attribute1 "attr16854") ) ) +(assert (myObject (attribute1 "attr16855") ) ) +(assert (myObject (attribute1 "attr16856") ) ) +(assert (myObject (attribute1 "attr16857") ) ) +(assert (myObject (attribute1 "attr16858") ) ) +(assert (myObject (attribute1 "attr16859") ) ) +(assert (myObject (attribute1 "attr16860") ) ) +(assert (myObject (attribute1 "attr16861") ) ) +(assert (myObject (attribute1 "attr16862") ) ) +(assert (myObject (attribute1 "attr16863") ) ) +(assert (myObject (attribute1 "attr16864") ) ) +(assert (myObject (attribute1 "attr16865") ) ) +(assert (myObject (attribute1 "attr16866") ) ) +(assert (myObject (attribute1 "attr16867") ) ) +(assert (myObject (attribute1 "attr16868") ) ) +(assert (myObject (attribute1 "attr16869") ) ) +(assert (myObject (attribute1 "attr16870") ) ) +(assert (myObject (attribute1 "attr16871") ) ) +(assert (myObject (attribute1 "attr16872") ) ) +(assert (myObject (attribute1 "attr16873") ) ) +(assert (myObject (attribute1 "attr16874") ) ) +(assert (myObject (attribute1 "attr16875") ) ) +(assert (myObject (attribute1 "attr16876") ) ) +(assert (myObject (attribute1 "attr16877") ) ) +(assert (myObject (attribute1 "attr16878") ) ) +(assert (myObject (attribute1 "attr16879") ) ) +(assert (myObject (attribute1 "attr16880") ) ) +(assert (myObject (attribute1 "attr16881") ) ) +(assert (myObject (attribute1 "attr16882") ) ) +(assert (myObject (attribute1 "attr16883") ) ) +(assert (myObject (attribute1 "attr16884") ) ) +(assert (myObject (attribute1 "attr16885") ) ) +(assert (myObject (attribute1 "attr16886") ) ) +(assert (myObject (attribute1 "attr16887") ) ) +(assert (myObject (attribute1 "attr16888") ) ) +(assert (myObject (attribute1 "attr16889") ) ) +(assert (myObject (attribute1 "attr16890") ) ) +(assert (myObject (attribute1 "attr16891") ) ) +(assert (myObject (attribute1 "attr16892") ) ) +(assert (myObject (attribute1 "attr16893") ) ) +(assert (myObject (attribute1 "attr16894") ) ) +(assert (myObject (attribute1 "attr16895") ) ) +(assert (myObject (attribute1 "attr16896") ) ) +(assert (myObject (attribute1 "attr16897") ) ) +(assert (myObject (attribute1 "attr16898") ) ) +(assert (myObject (attribute1 "attr16899") ) ) +(assert (myObject (attribute1 "attr16900") ) ) +(assert (myObject (attribute1 "attr16901") ) ) +(assert (myObject (attribute1 "attr16902") ) ) +(assert (myObject (attribute1 "attr16903") ) ) +(assert (myObject (attribute1 "attr16904") ) ) +(assert (myObject (attribute1 "attr16905") ) ) +(assert (myObject (attribute1 "attr16906") ) ) +(assert (myObject (attribute1 "attr16907") ) ) +(assert (myObject (attribute1 "attr16908") ) ) +(assert (myObject (attribute1 "attr16909") ) ) +(assert (myObject (attribute1 "attr16910") ) ) +(assert (myObject (attribute1 "attr16911") ) ) +(assert (myObject (attribute1 "attr16912") ) ) +(assert (myObject (attribute1 "attr16913") ) ) +(assert (myObject (attribute1 "attr16914") ) ) +(assert (myObject (attribute1 "attr16915") ) ) +(assert (myObject (attribute1 "attr16916") ) ) +(assert (myObject (attribute1 "attr16917") ) ) +(assert (myObject (attribute1 "attr16918") ) ) +(assert (myObject (attribute1 "attr16919") ) ) +(assert (myObject (attribute1 "attr16920") ) ) +(assert (myObject (attribute1 "attr16921") ) ) +(assert (myObject (attribute1 "attr16922") ) ) +(assert (myObject (attribute1 "attr16923") ) ) +(assert (myObject (attribute1 "attr16924") ) ) +(assert (myObject (attribute1 "attr16925") ) ) +(assert (myObject (attribute1 "attr16926") ) ) +(assert (myObject (attribute1 "attr16927") ) ) +(assert (myObject (attribute1 "attr16928") ) ) +(assert (myObject (attribute1 "attr16929") ) ) +(assert (myObject (attribute1 "attr16930") ) ) +(assert (myObject (attribute1 "attr16931") ) ) +(assert (myObject (attribute1 "attr16932") ) ) +(assert (myObject (attribute1 "attr16933") ) ) +(assert (myObject (attribute1 "attr16934") ) ) +(assert (myObject (attribute1 "attr16935") ) ) +(assert (myObject (attribute1 "attr16936") ) ) +(assert (myObject (attribute1 "attr16937") ) ) +(assert (myObject (attribute1 "attr16938") ) ) +(assert (myObject (attribute1 "attr16939") ) ) +(assert (myObject (attribute1 "attr16940") ) ) +(assert (myObject (attribute1 "attr16941") ) ) +(assert (myObject (attribute1 "attr16942") ) ) +(assert (myObject (attribute1 "attr16943") ) ) +(assert (myObject (attribute1 "attr16944") ) ) +(assert (myObject (attribute1 "attr16945") ) ) +(assert (myObject (attribute1 "attr16946") ) ) +(assert (myObject (attribute1 "attr16947") ) ) +(assert (myObject (attribute1 "attr16948") ) ) +(assert (myObject (attribute1 "attr16949") ) ) +(assert (myObject (attribute1 "attr16950") ) ) +(assert (myObject (attribute1 "attr16951") ) ) +(assert (myObject (attribute1 "attr16952") ) ) +(assert (myObject (attribute1 "attr16953") ) ) +(assert (myObject (attribute1 "attr16954") ) ) +(assert (myObject (attribute1 "attr16955") ) ) +(assert (myObject (attribute1 "attr16956") ) ) +(assert (myObject (attribute1 "attr16957") ) ) +(assert (myObject (attribute1 "attr16958") ) ) +(assert (myObject (attribute1 "attr16959") ) ) +(assert (myObject (attribute1 "attr16960") ) ) +(assert (myObject (attribute1 "attr16961") ) ) +(assert (myObject (attribute1 "attr16962") ) ) +(assert (myObject (attribute1 "attr16963") ) ) +(assert (myObject (attribute1 "attr16964") ) ) +(assert (myObject (attribute1 "attr16965") ) ) +(assert (myObject (attribute1 "attr16966") ) ) +(assert (myObject (attribute1 "attr16967") ) ) +(assert (myObject (attribute1 "attr16968") ) ) +(assert (myObject (attribute1 "attr16969") ) ) +(assert (myObject (attribute1 "attr16970") ) ) +(assert (myObject (attribute1 "attr16971") ) ) +(assert (myObject (attribute1 "attr16972") ) ) +(assert (myObject (attribute1 "attr16973") ) ) +(assert (myObject (attribute1 "attr16974") ) ) +(assert (myObject (attribute1 "attr16975") ) ) +(assert (myObject (attribute1 "attr16976") ) ) +(assert (myObject (attribute1 "attr16977") ) ) +(assert (myObject (attribute1 "attr16978") ) ) +(assert (myObject (attribute1 "attr16979") ) ) +(assert (myObject (attribute1 "attr16980") ) ) +(assert (myObject (attribute1 "attr16981") ) ) +(assert (myObject (attribute1 "attr16982") ) ) +(assert (myObject (attribute1 "attr16983") ) ) +(assert (myObject (attribute1 "attr16984") ) ) +(assert (myObject (attribute1 "attr16985") ) ) +(assert (myObject (attribute1 "attr16986") ) ) +(assert (myObject (attribute1 "attr16987") ) ) +(assert (myObject (attribute1 "attr16988") ) ) +(assert (myObject (attribute1 "attr16989") ) ) +(assert (myObject (attribute1 "attr16990") ) ) +(assert (myObject (attribute1 "attr16991") ) ) +(assert (myObject (attribute1 "attr16992") ) ) +(assert (myObject (attribute1 "attr16993") ) ) +(assert (myObject (attribute1 "attr16994") ) ) +(assert (myObject (attribute1 "attr16995") ) ) +(assert (myObject (attribute1 "attr16996") ) ) +(assert (myObject (attribute1 "attr16997") ) ) +(assert (myObject (attribute1 "attr16998") ) ) +(assert (myObject (attribute1 "attr16999") ) ) +(assert (myObject (attribute1 "attr17000") ) ) +(assert (myObject (attribute1 "attr17001") ) ) +(assert (myObject (attribute1 "attr17002") ) ) +(assert (myObject (attribute1 "attr17003") ) ) +(assert (myObject (attribute1 "attr17004") ) ) +(assert (myObject (attribute1 "attr17005") ) ) +(assert (myObject (attribute1 "attr17006") ) ) +(assert (myObject (attribute1 "attr17007") ) ) +(assert (myObject (attribute1 "attr17008") ) ) +(assert (myObject (attribute1 "attr17009") ) ) +(assert (myObject (attribute1 "attr17010") ) ) +(assert (myObject (attribute1 "attr17011") ) ) +(assert (myObject (attribute1 "attr17012") ) ) +(assert (myObject (attribute1 "attr17013") ) ) +(assert (myObject (attribute1 "attr17014") ) ) +(assert (myObject (attribute1 "attr17015") ) ) +(assert (myObject (attribute1 "attr17016") ) ) +(assert (myObject (attribute1 "attr17017") ) ) +(assert (myObject (attribute1 "attr17018") ) ) +(assert (myObject (attribute1 "attr17019") ) ) +(assert (myObject (attribute1 "attr17020") ) ) +(assert (myObject (attribute1 "attr17021") ) ) +(assert (myObject (attribute1 "attr17022") ) ) +(assert (myObject (attribute1 "attr17023") ) ) +(assert (myObject (attribute1 "attr17024") ) ) +(assert (myObject (attribute1 "attr17025") ) ) +(assert (myObject (attribute1 "attr17026") ) ) +(assert (myObject (attribute1 "attr17027") ) ) +(assert (myObject (attribute1 "attr17028") ) ) +(assert (myObject (attribute1 "attr17029") ) ) +(assert (myObject (attribute1 "attr17030") ) ) +(assert (myObject (attribute1 "attr17031") ) ) +(assert (myObject (attribute1 "attr17032") ) ) +(assert (myObject (attribute1 "attr17033") ) ) +(assert (myObject (attribute1 "attr17034") ) ) +(assert (myObject (attribute1 "attr17035") ) ) +(assert (myObject (attribute1 "attr17036") ) ) +(assert (myObject (attribute1 "attr17037") ) ) +(assert (myObject (attribute1 "attr17038") ) ) +(assert (myObject (attribute1 "attr17039") ) ) +(assert (myObject (attribute1 "attr17040") ) ) +(assert (myObject (attribute1 "attr17041") ) ) +(assert (myObject (attribute1 "attr17042") ) ) +(assert (myObject (attribute1 "attr17043") ) ) +(assert (myObject (attribute1 "attr17044") ) ) +(assert (myObject (attribute1 "attr17045") ) ) +(assert (myObject (attribute1 "attr17046") ) ) +(assert (myObject (attribute1 "attr17047") ) ) +(assert (myObject (attribute1 "attr17048") ) ) +(assert (myObject (attribute1 "attr17049") ) ) +(assert (myObject (attribute1 "attr17050") ) ) +(assert (myObject (attribute1 "attr17051") ) ) +(assert (myObject (attribute1 "attr17052") ) ) +(assert (myObject (attribute1 "attr17053") ) ) +(assert (myObject (attribute1 "attr17054") ) ) +(assert (myObject (attribute1 "attr17055") ) ) +(assert (myObject (attribute1 "attr17056") ) ) +(assert (myObject (attribute1 "attr17057") ) ) +(assert (myObject (attribute1 "attr17058") ) ) +(assert (myObject (attribute1 "attr17059") ) ) +(assert (myObject (attribute1 "attr17060") ) ) +(assert (myObject (attribute1 "attr17061") ) ) +(assert (myObject (attribute1 "attr17062") ) ) +(assert (myObject (attribute1 "attr17063") ) ) +(assert (myObject (attribute1 "attr17064") ) ) +(assert (myObject (attribute1 "attr17065") ) ) +(assert (myObject (attribute1 "attr17066") ) ) +(assert (myObject (attribute1 "attr17067") ) ) +(assert (myObject (attribute1 "attr17068") ) ) +(assert (myObject (attribute1 "attr17069") ) ) +(assert (myObject (attribute1 "attr17070") ) ) +(assert (myObject (attribute1 "attr17071") ) ) +(assert (myObject (attribute1 "attr17072") ) ) +(assert (myObject (attribute1 "attr17073") ) ) +(assert (myObject (attribute1 "attr17074") ) ) +(assert (myObject (attribute1 "attr17075") ) ) +(assert (myObject (attribute1 "attr17076") ) ) +(assert (myObject (attribute1 "attr17077") ) ) +(assert (myObject (attribute1 "attr17078") ) ) +(assert (myObject (attribute1 "attr17079") ) ) +(assert (myObject (attribute1 "attr17080") ) ) +(assert (myObject (attribute1 "attr17081") ) ) +(assert (myObject (attribute1 "attr17082") ) ) +(assert (myObject (attribute1 "attr17083") ) ) +(assert (myObject (attribute1 "attr17084") ) ) +(assert (myObject (attribute1 "attr17085") ) ) +(assert (myObject (attribute1 "attr17086") ) ) +(assert (myObject (attribute1 "attr17087") ) ) +(assert (myObject (attribute1 "attr17088") ) ) +(assert (myObject (attribute1 "attr17089") ) ) +(assert (myObject (attribute1 "attr17090") ) ) +(assert (myObject (attribute1 "attr17091") ) ) +(assert (myObject (attribute1 "attr17092") ) ) +(assert (myObject (attribute1 "attr17093") ) ) +(assert (myObject (attribute1 "attr17094") ) ) +(assert (myObject (attribute1 "attr17095") ) ) +(assert (myObject (attribute1 "attr17096") ) ) +(assert (myObject (attribute1 "attr17097") ) ) +(assert (myObject (attribute1 "attr17098") ) ) +(assert (myObject (attribute1 "attr17099") ) ) +(assert (myObject (attribute1 "attr17100") ) ) +(assert (myObject (attribute1 "attr17101") ) ) +(assert (myObject (attribute1 "attr17102") ) ) +(assert (myObject (attribute1 "attr17103") ) ) +(assert (myObject (attribute1 "attr17104") ) ) +(assert (myObject (attribute1 "attr17105") ) ) +(assert (myObject (attribute1 "attr17106") ) ) +(assert (myObject (attribute1 "attr17107") ) ) +(assert (myObject (attribute1 "attr17108") ) ) +(assert (myObject (attribute1 "attr17109") ) ) +(assert (myObject (attribute1 "attr17110") ) ) +(assert (myObject (attribute1 "attr17111") ) ) +(assert (myObject (attribute1 "attr17112") ) ) +(assert (myObject (attribute1 "attr17113") ) ) +(assert (myObject (attribute1 "attr17114") ) ) +(assert (myObject (attribute1 "attr17115") ) ) +(assert (myObject (attribute1 "attr17116") ) ) +(assert (myObject (attribute1 "attr17117") ) ) +(assert (myObject (attribute1 "attr17118") ) ) +(assert (myObject (attribute1 "attr17119") ) ) +(assert (myObject (attribute1 "attr17120") ) ) +(assert (myObject (attribute1 "attr17121") ) ) +(assert (myObject (attribute1 "attr17122") ) ) +(assert (myObject (attribute1 "attr17123") ) ) +(assert (myObject (attribute1 "attr17124") ) ) +(assert (myObject (attribute1 "attr17125") ) ) +(assert (myObject (attribute1 "attr17126") ) ) +(assert (myObject (attribute1 "attr17127") ) ) +(assert (myObject (attribute1 "attr17128") ) ) +(assert (myObject (attribute1 "attr17129") ) ) +(assert (myObject (attribute1 "attr17130") ) ) +(assert (myObject (attribute1 "attr17131") ) ) +(assert (myObject (attribute1 "attr17132") ) ) +(assert (myObject (attribute1 "attr17133") ) ) +(assert (myObject (attribute1 "attr17134") ) ) +(assert (myObject (attribute1 "attr17135") ) ) +(assert (myObject (attribute1 "attr17136") ) ) +(assert (myObject (attribute1 "attr17137") ) ) +(assert (myObject (attribute1 "attr17138") ) ) +(assert (myObject (attribute1 "attr17139") ) ) +(assert (myObject (attribute1 "attr17140") ) ) +(assert (myObject (attribute1 "attr17141") ) ) +(assert (myObject (attribute1 "attr17142") ) ) +(assert (myObject (attribute1 "attr17143") ) ) +(assert (myObject (attribute1 "attr17144") ) ) +(assert (myObject (attribute1 "attr17145") ) ) +(assert (myObject (attribute1 "attr17146") ) ) +(assert (myObject (attribute1 "attr17147") ) ) +(assert (myObject (attribute1 "attr17148") ) ) +(assert (myObject (attribute1 "attr17149") ) ) +(assert (myObject (attribute1 "attr17150") ) ) +(assert (myObject (attribute1 "attr17151") ) ) +(assert (myObject (attribute1 "attr17152") ) ) +(assert (myObject (attribute1 "attr17153") ) ) +(assert (myObject (attribute1 "attr17154") ) ) +(assert (myObject (attribute1 "attr17155") ) ) +(assert (myObject (attribute1 "attr17156") ) ) +(assert (myObject (attribute1 "attr17157") ) ) +(assert (myObject (attribute1 "attr17158") ) ) +(assert (myObject (attribute1 "attr17159") ) ) +(assert (myObject (attribute1 "attr17160") ) ) +(assert (myObject (attribute1 "attr17161") ) ) +(assert (myObject (attribute1 "attr17162") ) ) +(assert (myObject (attribute1 "attr17163") ) ) +(assert (myObject (attribute1 "attr17164") ) ) +(assert (myObject (attribute1 "attr17165") ) ) +(assert (myObject (attribute1 "attr17166") ) ) +(assert (myObject (attribute1 "attr17167") ) ) +(assert (myObject (attribute1 "attr17168") ) ) +(assert (myObject (attribute1 "attr17169") ) ) +(assert (myObject (attribute1 "attr17170") ) ) +(assert (myObject (attribute1 "attr17171") ) ) +(assert (myObject (attribute1 "attr17172") ) ) +(assert (myObject (attribute1 "attr17173") ) ) +(assert (myObject (attribute1 "attr17174") ) ) +(assert (myObject (attribute1 "attr17175") ) ) +(assert (myObject (attribute1 "attr17176") ) ) +(assert (myObject (attribute1 "attr17177") ) ) +(assert (myObject (attribute1 "attr17178") ) ) +(assert (myObject (attribute1 "attr17179") ) ) +(assert (myObject (attribute1 "attr17180") ) ) +(assert (myObject (attribute1 "attr17181") ) ) +(assert (myObject (attribute1 "attr17182") ) ) +(assert (myObject (attribute1 "attr17183") ) ) +(assert (myObject (attribute1 "attr17184") ) ) +(assert (myObject (attribute1 "attr17185") ) ) +(assert (myObject (attribute1 "attr17186") ) ) +(assert (myObject (attribute1 "attr17187") ) ) +(assert (myObject (attribute1 "attr17188") ) ) +(assert (myObject (attribute1 "attr17189") ) ) +(assert (myObject (attribute1 "attr17190") ) ) +(assert (myObject (attribute1 "attr17191") ) ) +(assert (myObject (attribute1 "attr17192") ) ) +(assert (myObject (attribute1 "attr17193") ) ) +(assert (myObject (attribute1 "attr17194") ) ) +(assert (myObject (attribute1 "attr17195") ) ) +(assert (myObject (attribute1 "attr17196") ) ) +(assert (myObject (attribute1 "attr17197") ) ) +(assert (myObject (attribute1 "attr17198") ) ) +(assert (myObject (attribute1 "attr17199") ) ) +(assert (myObject (attribute1 "attr17200") ) ) +(assert (myObject (attribute1 "attr17201") ) ) +(assert (myObject (attribute1 "attr17202") ) ) +(assert (myObject (attribute1 "attr17203") ) ) +(assert (myObject (attribute1 "attr17204") ) ) +(assert (myObject (attribute1 "attr17205") ) ) +(assert (myObject (attribute1 "attr17206") ) ) +(assert (myObject (attribute1 "attr17207") ) ) +(assert (myObject (attribute1 "attr17208") ) ) +(assert (myObject (attribute1 "attr17209") ) ) +(assert (myObject (attribute1 "attr17210") ) ) +(assert (myObject (attribute1 "attr17211") ) ) +(assert (myObject (attribute1 "attr17212") ) ) +(assert (myObject (attribute1 "attr17213") ) ) +(assert (myObject (attribute1 "attr17214") ) ) +(assert (myObject (attribute1 "attr17215") ) ) +(assert (myObject (attribute1 "attr17216") ) ) +(assert (myObject (attribute1 "attr17217") ) ) +(assert (myObject (attribute1 "attr17218") ) ) +(assert (myObject (attribute1 "attr17219") ) ) +(assert (myObject (attribute1 "attr17220") ) ) +(assert (myObject (attribute1 "attr17221") ) ) +(assert (myObject (attribute1 "attr17222") ) ) +(assert (myObject (attribute1 "attr17223") ) ) +(assert (myObject (attribute1 "attr17224") ) ) +(assert (myObject (attribute1 "attr17225") ) ) +(assert (myObject (attribute1 "attr17226") ) ) +(assert (myObject (attribute1 "attr17227") ) ) +(assert (myObject (attribute1 "attr17228") ) ) +(assert (myObject (attribute1 "attr17229") ) ) +(assert (myObject (attribute1 "attr17230") ) ) +(assert (myObject (attribute1 "attr17231") ) ) +(assert (myObject (attribute1 "attr17232") ) ) +(assert (myObject (attribute1 "attr17233") ) ) +(assert (myObject (attribute1 "attr17234") ) ) +(assert (myObject (attribute1 "attr17235") ) ) +(assert (myObject (attribute1 "attr17236") ) ) +(assert (myObject (attribute1 "attr17237") ) ) +(assert (myObject (attribute1 "attr17238") ) ) +(assert (myObject (attribute1 "attr17239") ) ) +(assert (myObject (attribute1 "attr17240") ) ) +(assert (myObject (attribute1 "attr17241") ) ) +(assert (myObject (attribute1 "attr17242") ) ) +(assert (myObject (attribute1 "attr17243") ) ) +(assert (myObject (attribute1 "attr17244") ) ) +(assert (myObject (attribute1 "attr17245") ) ) +(assert (myObject (attribute1 "attr17246") ) ) +(assert (myObject (attribute1 "attr17247") ) ) +(assert (myObject (attribute1 "attr17248") ) ) +(assert (myObject (attribute1 "attr17249") ) ) +(assert (myObject (attribute1 "attr17250") ) ) +(assert (myObject (attribute1 "attr17251") ) ) +(assert (myObject (attribute1 "attr17252") ) ) +(assert (myObject (attribute1 "attr17253") ) ) +(assert (myObject (attribute1 "attr17254") ) ) +(assert (myObject (attribute1 "attr17255") ) ) +(assert (myObject (attribute1 "attr17256") ) ) +(assert (myObject (attribute1 "attr17257") ) ) +(assert (myObject (attribute1 "attr17258") ) ) +(assert (myObject (attribute1 "attr17259") ) ) +(assert (myObject (attribute1 "attr17260") ) ) +(assert (myObject (attribute1 "attr17261") ) ) +(assert (myObject (attribute1 "attr17262") ) ) +(assert (myObject (attribute1 "attr17263") ) ) +(assert (myObject (attribute1 "attr17264") ) ) +(assert (myObject (attribute1 "attr17265") ) ) +(assert (myObject (attribute1 "attr17266") ) ) +(assert (myObject (attribute1 "attr17267") ) ) +(assert (myObject (attribute1 "attr17268") ) ) +(assert (myObject (attribute1 "attr17269") ) ) +(assert (myObject (attribute1 "attr17270") ) ) +(assert (myObject (attribute1 "attr17271") ) ) +(assert (myObject (attribute1 "attr17272") ) ) +(assert (myObject (attribute1 "attr17273") ) ) +(assert (myObject (attribute1 "attr17274") ) ) +(assert (myObject (attribute1 "attr17275") ) ) +(assert (myObject (attribute1 "attr17276") ) ) +(assert (myObject (attribute1 "attr17277") ) ) +(assert (myObject (attribute1 "attr17278") ) ) +(assert (myObject (attribute1 "attr17279") ) ) +(assert (myObject (attribute1 "attr17280") ) ) +(assert (myObject (attribute1 "attr17281") ) ) +(assert (myObject (attribute1 "attr17282") ) ) +(assert (myObject (attribute1 "attr17283") ) ) +(assert (myObject (attribute1 "attr17284") ) ) +(assert (myObject (attribute1 "attr17285") ) ) +(assert (myObject (attribute1 "attr17286") ) ) +(assert (myObject (attribute1 "attr17287") ) ) +(assert (myObject (attribute1 "attr17288") ) ) +(assert (myObject (attribute1 "attr17289") ) ) +(assert (myObject (attribute1 "attr17290") ) ) +(assert (myObject (attribute1 "attr17291") ) ) +(assert (myObject (attribute1 "attr17292") ) ) +(assert (myObject (attribute1 "attr17293") ) ) +(assert (myObject (attribute1 "attr17294") ) ) +(assert (myObject (attribute1 "attr17295") ) ) +(assert (myObject (attribute1 "attr17296") ) ) +(assert (myObject (attribute1 "attr17297") ) ) +(assert (myObject (attribute1 "attr17298") ) ) +(assert (myObject (attribute1 "attr17299") ) ) +(assert (myObject (attribute1 "attr17300") ) ) +(assert (myObject (attribute1 "attr17301") ) ) +(assert (myObject (attribute1 "attr17302") ) ) +(assert (myObject (attribute1 "attr17303") ) ) +(assert (myObject (attribute1 "attr17304") ) ) +(assert (myObject (attribute1 "attr17305") ) ) +(assert (myObject (attribute1 "attr17306") ) ) +(assert (myObject (attribute1 "attr17307") ) ) +(assert (myObject (attribute1 "attr17308") ) ) +(assert (myObject (attribute1 "attr17309") ) ) +(assert (myObject (attribute1 "attr17310") ) ) +(assert (myObject (attribute1 "attr17311") ) ) +(assert (myObject (attribute1 "attr17312") ) ) +(assert (myObject (attribute1 "attr17313") ) ) +(assert (myObject (attribute1 "attr17314") ) ) +(assert (myObject (attribute1 "attr17315") ) ) +(assert (myObject (attribute1 "attr17316") ) ) +(assert (myObject (attribute1 "attr17317") ) ) +(assert (myObject (attribute1 "attr17318") ) ) +(assert (myObject (attribute1 "attr17319") ) ) +(assert (myObject (attribute1 "attr17320") ) ) +(assert (myObject (attribute1 "attr17321") ) ) +(assert (myObject (attribute1 "attr17322") ) ) +(assert (myObject (attribute1 "attr17323") ) ) +(assert (myObject (attribute1 "attr17324") ) ) +(assert (myObject (attribute1 "attr17325") ) ) +(assert (myObject (attribute1 "attr17326") ) ) +(assert (myObject (attribute1 "attr17327") ) ) +(assert (myObject (attribute1 "attr17328") ) ) +(assert (myObject (attribute1 "attr17329") ) ) +(assert (myObject (attribute1 "attr17330") ) ) +(assert (myObject (attribute1 "attr17331") ) ) +(assert (myObject (attribute1 "attr17332") ) ) +(assert (myObject (attribute1 "attr17333") ) ) +(assert (myObject (attribute1 "attr17334") ) ) +(assert (myObject (attribute1 "attr17335") ) ) +(assert (myObject (attribute1 "attr17336") ) ) +(assert (myObject (attribute1 "attr17337") ) ) +(assert (myObject (attribute1 "attr17338") ) ) +(assert (myObject (attribute1 "attr17339") ) ) +(assert (myObject (attribute1 "attr17340") ) ) +(assert (myObject (attribute1 "attr17341") ) ) +(assert (myObject (attribute1 "attr17342") ) ) +(assert (myObject (attribute1 "attr17343") ) ) +(assert (myObject (attribute1 "attr17344") ) ) +(assert (myObject (attribute1 "attr17345") ) ) +(assert (myObject (attribute1 "attr17346") ) ) +(assert (myObject (attribute1 "attr17347") ) ) +(assert (myObject (attribute1 "attr17348") ) ) +(assert (myObject (attribute1 "attr17349") ) ) +(assert (myObject (attribute1 "attr17350") ) ) +(assert (myObject (attribute1 "attr17351") ) ) +(assert (myObject (attribute1 "attr17352") ) ) +(assert (myObject (attribute1 "attr17353") ) ) +(assert (myObject (attribute1 "attr17354") ) ) +(assert (myObject (attribute1 "attr17355") ) ) +(assert (myObject (attribute1 "attr17356") ) ) +(assert (myObject (attribute1 "attr17357") ) ) +(assert (myObject (attribute1 "attr17358") ) ) +(assert (myObject (attribute1 "attr17359") ) ) +(assert (myObject (attribute1 "attr17360") ) ) +(assert (myObject (attribute1 "attr17361") ) ) +(assert (myObject (attribute1 "attr17362") ) ) +(assert (myObject (attribute1 "attr17363") ) ) +(assert (myObject (attribute1 "attr17364") ) ) +(assert (myObject (attribute1 "attr17365") ) ) +(assert (myObject (attribute1 "attr17366") ) ) +(assert (myObject (attribute1 "attr17367") ) ) +(assert (myObject (attribute1 "attr17368") ) ) +(assert (myObject (attribute1 "attr17369") ) ) +(assert (myObject (attribute1 "attr17370") ) ) +(assert (myObject (attribute1 "attr17371") ) ) +(assert (myObject (attribute1 "attr17372") ) ) +(assert (myObject (attribute1 "attr17373") ) ) +(assert (myObject (attribute1 "attr17374") ) ) +(assert (myObject (attribute1 "attr17375") ) ) +(assert (myObject (attribute1 "attr17376") ) ) +(assert (myObject (attribute1 "attr17377") ) ) +(assert (myObject (attribute1 "attr17378") ) ) +(assert (myObject (attribute1 "attr17379") ) ) +(assert (myObject (attribute1 "attr17380") ) ) +(assert (myObject (attribute1 "attr17381") ) ) +(assert (myObject (attribute1 "attr17382") ) ) +(assert (myObject (attribute1 "attr17383") ) ) +(assert (myObject (attribute1 "attr17384") ) ) +(assert (myObject (attribute1 "attr17385") ) ) +(assert (myObject (attribute1 "attr17386") ) ) +(assert (myObject (attribute1 "attr17387") ) ) +(assert (myObject (attribute1 "attr17388") ) ) +(assert (myObject (attribute1 "attr17389") ) ) +(assert (myObject (attribute1 "attr17390") ) ) +(assert (myObject (attribute1 "attr17391") ) ) +(assert (myObject (attribute1 "attr17392") ) ) +(assert (myObject (attribute1 "attr17393") ) ) +(assert (myObject (attribute1 "attr17394") ) ) +(assert (myObject (attribute1 "attr17395") ) ) +(assert (myObject (attribute1 "attr17396") ) ) +(assert (myObject (attribute1 "attr17397") ) ) +(assert (myObject (attribute1 "attr17398") ) ) +(assert (myObject (attribute1 "attr17399") ) ) +(assert (myObject (attribute1 "attr17400") ) ) +(assert (myObject (attribute1 "attr17401") ) ) +(assert (myObject (attribute1 "attr17402") ) ) +(assert (myObject (attribute1 "attr17403") ) ) +(assert (myObject (attribute1 "attr17404") ) ) +(assert (myObject (attribute1 "attr17405") ) ) +(assert (myObject (attribute1 "attr17406") ) ) +(assert (myObject (attribute1 "attr17407") ) ) +(assert (myObject (attribute1 "attr17408") ) ) +(assert (myObject (attribute1 "attr17409") ) ) +(assert (myObject (attribute1 "attr17410") ) ) +(assert (myObject (attribute1 "attr17411") ) ) +(assert (myObject (attribute1 "attr17412") ) ) +(assert (myObject (attribute1 "attr17413") ) ) +(assert (myObject (attribute1 "attr17414") ) ) +(assert (myObject (attribute1 "attr17415") ) ) +(assert (myObject (attribute1 "attr17416") ) ) +(assert (myObject (attribute1 "attr17417") ) ) +(assert (myObject (attribute1 "attr17418") ) ) +(assert (myObject (attribute1 "attr17419") ) ) +(assert (myObject (attribute1 "attr17420") ) ) +(assert (myObject (attribute1 "attr17421") ) ) +(assert (myObject (attribute1 "attr17422") ) ) +(assert (myObject (attribute1 "attr17423") ) ) +(assert (myObject (attribute1 "attr17424") ) ) +(assert (myObject (attribute1 "attr17425") ) ) +(assert (myObject (attribute1 "attr17426") ) ) +(assert (myObject (attribute1 "attr17427") ) ) +(assert (myObject (attribute1 "attr17428") ) ) +(assert (myObject (attribute1 "attr17429") ) ) +(assert (myObject (attribute1 "attr17430") ) ) +(assert (myObject (attribute1 "attr17431") ) ) +(assert (myObject (attribute1 "attr17432") ) ) +(assert (myObject (attribute1 "attr17433") ) ) +(assert (myObject (attribute1 "attr17434") ) ) +(assert (myObject (attribute1 "attr17435") ) ) +(assert (myObject (attribute1 "attr17436") ) ) +(assert (myObject (attribute1 "attr17437") ) ) +(assert (myObject (attribute1 "attr17438") ) ) +(assert (myObject (attribute1 "attr17439") ) ) +(assert (myObject (attribute1 "attr17440") ) ) +(assert (myObject (attribute1 "attr17441") ) ) +(assert (myObject (attribute1 "attr17442") ) ) +(assert (myObject (attribute1 "attr17443") ) ) +(assert (myObject (attribute1 "attr17444") ) ) +(assert (myObject (attribute1 "attr17445") ) ) +(assert (myObject (attribute1 "attr17446") ) ) +(assert (myObject (attribute1 "attr17447") ) ) +(assert (myObject (attribute1 "attr17448") ) ) +(assert (myObject (attribute1 "attr17449") ) ) +(assert (myObject (attribute1 "attr17450") ) ) +(assert (myObject (attribute1 "attr17451") ) ) +(assert (myObject (attribute1 "attr17452") ) ) +(assert (myObject (attribute1 "attr17453") ) ) +(assert (myObject (attribute1 "attr17454") ) ) +(assert (myObject (attribute1 "attr17455") ) ) +(assert (myObject (attribute1 "attr17456") ) ) +(assert (myObject (attribute1 "attr17457") ) ) +(assert (myObject (attribute1 "attr17458") ) ) +(assert (myObject (attribute1 "attr17459") ) ) +(assert (myObject (attribute1 "attr17460") ) ) +(assert (myObject (attribute1 "attr17461") ) ) +(assert (myObject (attribute1 "attr17462") ) ) +(assert (myObject (attribute1 "attr17463") ) ) +(assert (myObject (attribute1 "attr17464") ) ) +(assert (myObject (attribute1 "attr17465") ) ) +(assert (myObject (attribute1 "attr17466") ) ) +(assert (myObject (attribute1 "attr17467") ) ) +(assert (myObject (attribute1 "attr17468") ) ) +(assert (myObject (attribute1 "attr17469") ) ) +(assert (myObject (attribute1 "attr17470") ) ) +(assert (myObject (attribute1 "attr17471") ) ) +(assert (myObject (attribute1 "attr17472") ) ) +(assert (myObject (attribute1 "attr17473") ) ) +(assert (myObject (attribute1 "attr17474") ) ) +(assert (myObject (attribute1 "attr17475") ) ) +(assert (myObject (attribute1 "attr17476") ) ) +(assert (myObject (attribute1 "attr17477") ) ) +(assert (myObject (attribute1 "attr17478") ) ) +(assert (myObject (attribute1 "attr17479") ) ) +(assert (myObject (attribute1 "attr17480") ) ) +(assert (myObject (attribute1 "attr17481") ) ) +(assert (myObject (attribute1 "attr17482") ) ) +(assert (myObject (attribute1 "attr17483") ) ) +(assert (myObject (attribute1 "attr17484") ) ) +(assert (myObject (attribute1 "attr17485") ) ) +(assert (myObject (attribute1 "attr17486") ) ) +(assert (myObject (attribute1 "attr17487") ) ) +(assert (myObject (attribute1 "attr17488") ) ) +(assert (myObject (attribute1 "attr17489") ) ) +(assert (myObject (attribute1 "attr17490") ) ) +(assert (myObject (attribute1 "attr17491") ) ) +(assert (myObject (attribute1 "attr17492") ) ) +(assert (myObject (attribute1 "attr17493") ) ) +(assert (myObject (attribute1 "attr17494") ) ) +(assert (myObject (attribute1 "attr17495") ) ) +(assert (myObject (attribute1 "attr17496") ) ) +(assert (myObject (attribute1 "attr17497") ) ) +(assert (myObject (attribute1 "attr17498") ) ) +(assert (myObject (attribute1 "attr17499") ) ) +(assert (myObject (attribute1 "attr17500") ) ) +(assert (myObject (attribute1 "attr17501") ) ) +(assert (myObject (attribute1 "attr17502") ) ) +(assert (myObject (attribute1 "attr17503") ) ) +(assert (myObject (attribute1 "attr17504") ) ) +(assert (myObject (attribute1 "attr17505") ) ) +(assert (myObject (attribute1 "attr17506") ) ) +(assert (myObject (attribute1 "attr17507") ) ) +(assert (myObject (attribute1 "attr17508") ) ) +(assert (myObject (attribute1 "attr17509") ) ) +(assert (myObject (attribute1 "attr17510") ) ) +(assert (myObject (attribute1 "attr17511") ) ) +(assert (myObject (attribute1 "attr17512") ) ) +(assert (myObject (attribute1 "attr17513") ) ) +(assert (myObject (attribute1 "attr17514") ) ) +(assert (myObject (attribute1 "attr17515") ) ) +(assert (myObject (attribute1 "attr17516") ) ) +(assert (myObject (attribute1 "attr17517") ) ) +(assert (myObject (attribute1 "attr17518") ) ) +(assert (myObject (attribute1 "attr17519") ) ) +(assert (myObject (attribute1 "attr17520") ) ) +(assert (myObject (attribute1 "attr17521") ) ) +(assert (myObject (attribute1 "attr17522") ) ) +(assert (myObject (attribute1 "attr17523") ) ) +(assert (myObject (attribute1 "attr17524") ) ) +(assert (myObject (attribute1 "attr17525") ) ) +(assert (myObject (attribute1 "attr17526") ) ) +(assert (myObject (attribute1 "attr17527") ) ) +(assert (myObject (attribute1 "attr17528") ) ) +(assert (myObject (attribute1 "attr17529") ) ) +(assert (myObject (attribute1 "attr17530") ) ) +(assert (myObject (attribute1 "attr17531") ) ) +(assert (myObject (attribute1 "attr17532") ) ) +(assert (myObject (attribute1 "attr17533") ) ) +(assert (myObject (attribute1 "attr17534") ) ) +(assert (myObject (attribute1 "attr17535") ) ) +(assert (myObject (attribute1 "attr17536") ) ) +(assert (myObject (attribute1 "attr17537") ) ) +(assert (myObject (attribute1 "attr17538") ) ) +(assert (myObject (attribute1 "attr17539") ) ) +(assert (myObject (attribute1 "attr17540") ) ) +(assert (myObject (attribute1 "attr17541") ) ) +(assert (myObject (attribute1 "attr17542") ) ) +(assert (myObject (attribute1 "attr17543") ) ) +(assert (myObject (attribute1 "attr17544") ) ) +(assert (myObject (attribute1 "attr17545") ) ) +(assert (myObject (attribute1 "attr17546") ) ) +(assert (myObject (attribute1 "attr17547") ) ) +(assert (myObject (attribute1 "attr17548") ) ) +(assert (myObject (attribute1 "attr17549") ) ) +(assert (myObject (attribute1 "attr17550") ) ) +(assert (myObject (attribute1 "attr17551") ) ) +(assert (myObject (attribute1 "attr17552") ) ) +(assert (myObject (attribute1 "attr17553") ) ) +(assert (myObject (attribute1 "attr17554") ) ) +(assert (myObject (attribute1 "attr17555") ) ) +(assert (myObject (attribute1 "attr17556") ) ) +(assert (myObject (attribute1 "attr17557") ) ) +(assert (myObject (attribute1 "attr17558") ) ) +(assert (myObject (attribute1 "attr17559") ) ) +(assert (myObject (attribute1 "attr17560") ) ) +(assert (myObject (attribute1 "attr17561") ) ) +(assert (myObject (attribute1 "attr17562") ) ) +(assert (myObject (attribute1 "attr17563") ) ) +(assert (myObject (attribute1 "attr17564") ) ) +(assert (myObject (attribute1 "attr17565") ) ) +(assert (myObject (attribute1 "attr17566") ) ) +(assert (myObject (attribute1 "attr17567") ) ) +(assert (myObject (attribute1 "attr17568") ) ) +(assert (myObject (attribute1 "attr17569") ) ) +(assert (myObject (attribute1 "attr17570") ) ) +(assert (myObject (attribute1 "attr17571") ) ) +(assert (myObject (attribute1 "attr17572") ) ) +(assert (myObject (attribute1 "attr17573") ) ) +(assert (myObject (attribute1 "attr17574") ) ) +(assert (myObject (attribute1 "attr17575") ) ) +(assert (myObject (attribute1 "attr17576") ) ) +(assert (myObject (attribute1 "attr17577") ) ) +(assert (myObject (attribute1 "attr17578") ) ) +(assert (myObject (attribute1 "attr17579") ) ) +(assert (myObject (attribute1 "attr17580") ) ) +(assert (myObject (attribute1 "attr17581") ) ) +(assert (myObject (attribute1 "attr17582") ) ) +(assert (myObject (attribute1 "attr17583") ) ) +(assert (myObject (attribute1 "attr17584") ) ) +(assert (myObject (attribute1 "attr17585") ) ) +(assert (myObject (attribute1 "attr17586") ) ) +(assert (myObject (attribute1 "attr17587") ) ) +(assert (myObject (attribute1 "attr17588") ) ) +(assert (myObject (attribute1 "attr17589") ) ) +(assert (myObject (attribute1 "attr17590") ) ) +(assert (myObject (attribute1 "attr17591") ) ) +(assert (myObject (attribute1 "attr17592") ) ) +(assert (myObject (attribute1 "attr17593") ) ) +(assert (myObject (attribute1 "attr17594") ) ) +(assert (myObject (attribute1 "attr17595") ) ) +(assert (myObject (attribute1 "attr17596") ) ) +(assert (myObject (attribute1 "attr17597") ) ) +(assert (myObject (attribute1 "attr17598") ) ) +(assert (myObject (attribute1 "attr17599") ) ) +(assert (myObject (attribute1 "attr17600") ) ) +(assert (myObject (attribute1 "attr17601") ) ) +(assert (myObject (attribute1 "attr17602") ) ) +(assert (myObject (attribute1 "attr17603") ) ) +(assert (myObject (attribute1 "attr17604") ) ) +(assert (myObject (attribute1 "attr17605") ) ) +(assert (myObject (attribute1 "attr17606") ) ) +(assert (myObject (attribute1 "attr17607") ) ) +(assert (myObject (attribute1 "attr17608") ) ) +(assert (myObject (attribute1 "attr17609") ) ) +(assert (myObject (attribute1 "attr17610") ) ) +(assert (myObject (attribute1 "attr17611") ) ) +(assert (myObject (attribute1 "attr17612") ) ) +(assert (myObject (attribute1 "attr17613") ) ) +(assert (myObject (attribute1 "attr17614") ) ) +(assert (myObject (attribute1 "attr17615") ) ) +(assert (myObject (attribute1 "attr17616") ) ) +(assert (myObject (attribute1 "attr17617") ) ) +(assert (myObject (attribute1 "attr17618") ) ) +(assert (myObject (attribute1 "attr17619") ) ) +(assert (myObject (attribute1 "attr17620") ) ) +(assert (myObject (attribute1 "attr17621") ) ) +(assert (myObject (attribute1 "attr17622") ) ) +(assert (myObject (attribute1 "attr17623") ) ) +(assert (myObject (attribute1 "attr17624") ) ) +(assert (myObject (attribute1 "attr17625") ) ) +(assert (myObject (attribute1 "attr17626") ) ) +(assert (myObject (attribute1 "attr17627") ) ) +(assert (myObject (attribute1 "attr17628") ) ) +(assert (myObject (attribute1 "attr17629") ) ) +(assert (myObject (attribute1 "attr17630") ) ) +(assert (myObject (attribute1 "attr17631") ) ) +(assert (myObject (attribute1 "attr17632") ) ) +(assert (myObject (attribute1 "attr17633") ) ) +(assert (myObject (attribute1 "attr17634") ) ) +(assert (myObject (attribute1 "attr17635") ) ) +(assert (myObject (attribute1 "attr17636") ) ) +(assert (myObject (attribute1 "attr17637") ) ) +(assert (myObject (attribute1 "attr17638") ) ) +(assert (myObject (attribute1 "attr17639") ) ) +(assert (myObject (attribute1 "attr17640") ) ) +(assert (myObject (attribute1 "attr17641") ) ) +(assert (myObject (attribute1 "attr17642") ) ) +(assert (myObject (attribute1 "attr17643") ) ) +(assert (myObject (attribute1 "attr17644") ) ) +(assert (myObject (attribute1 "attr17645") ) ) +(assert (myObject (attribute1 "attr17646") ) ) +(assert (myObject (attribute1 "attr17647") ) ) +(assert (myObject (attribute1 "attr17648") ) ) +(assert (myObject (attribute1 "attr17649") ) ) +(assert (myObject (attribute1 "attr17650") ) ) +(assert (myObject (attribute1 "attr17651") ) ) +(assert (myObject (attribute1 "attr17652") ) ) +(assert (myObject (attribute1 "attr17653") ) ) +(assert (myObject (attribute1 "attr17654") ) ) +(assert (myObject (attribute1 "attr17655") ) ) +(assert (myObject (attribute1 "attr17656") ) ) +(assert (myObject (attribute1 "attr17657") ) ) +(assert (myObject (attribute1 "attr17658") ) ) +(assert (myObject (attribute1 "attr17659") ) ) +(assert (myObject (attribute1 "attr17660") ) ) +(assert (myObject (attribute1 "attr17661") ) ) +(assert (myObject (attribute1 "attr17662") ) ) +(assert (myObject (attribute1 "attr17663") ) ) +(assert (myObject (attribute1 "attr17664") ) ) +(assert (myObject (attribute1 "attr17665") ) ) +(assert (myObject (attribute1 "attr17666") ) ) +(assert (myObject (attribute1 "attr17667") ) ) +(assert (myObject (attribute1 "attr17668") ) ) +(assert (myObject (attribute1 "attr17669") ) ) +(assert (myObject (attribute1 "attr17670") ) ) +(assert (myObject (attribute1 "attr17671") ) ) +(assert (myObject (attribute1 "attr17672") ) ) +(assert (myObject (attribute1 "attr17673") ) ) +(assert (myObject (attribute1 "attr17674") ) ) +(assert (myObject (attribute1 "attr17675") ) ) +(assert (myObject (attribute1 "attr17676") ) ) +(assert (myObject (attribute1 "attr17677") ) ) +(assert (myObject (attribute1 "attr17678") ) ) +(assert (myObject (attribute1 "attr17679") ) ) +(assert (myObject (attribute1 "attr17680") ) ) +(assert (myObject (attribute1 "attr17681") ) ) +(assert (myObject (attribute1 "attr17682") ) ) +(assert (myObject (attribute1 "attr17683") ) ) +(assert (myObject (attribute1 "attr17684") ) ) +(assert (myObject (attribute1 "attr17685") ) ) +(assert (myObject (attribute1 "attr17686") ) ) +(assert (myObject (attribute1 "attr17687") ) ) +(assert (myObject (attribute1 "attr17688") ) ) +(assert (myObject (attribute1 "attr17689") ) ) +(assert (myObject (attribute1 "attr17690") ) ) +(assert (myObject (attribute1 "attr17691") ) ) +(assert (myObject (attribute1 "attr17692") ) ) +(assert (myObject (attribute1 "attr17693") ) ) +(assert (myObject (attribute1 "attr17694") ) ) +(assert (myObject (attribute1 "attr17695") ) ) +(assert (myObject (attribute1 "attr17696") ) ) +(assert (myObject (attribute1 "attr17697") ) ) +(assert (myObject (attribute1 "attr17698") ) ) +(assert (myObject (attribute1 "attr17699") ) ) +(assert (myObject (attribute1 "attr17700") ) ) +(assert (myObject (attribute1 "attr17701") ) ) +(assert (myObject (attribute1 "attr17702") ) ) +(assert (myObject (attribute1 "attr17703") ) ) +(assert (myObject (attribute1 "attr17704") ) ) +(assert (myObject (attribute1 "attr17705") ) ) +(assert (myObject (attribute1 "attr17706") ) ) +(assert (myObject (attribute1 "attr17707") ) ) +(assert (myObject (attribute1 "attr17708") ) ) +(assert (myObject (attribute1 "attr17709") ) ) +(assert (myObject (attribute1 "attr17710") ) ) +(assert (myObject (attribute1 "attr17711") ) ) +(assert (myObject (attribute1 "attr17712") ) ) +(assert (myObject (attribute1 "attr17713") ) ) +(assert (myObject (attribute1 "attr17714") ) ) +(assert (myObject (attribute1 "attr17715") ) ) +(assert (myObject (attribute1 "attr17716") ) ) +(assert (myObject (attribute1 "attr17717") ) ) +(assert (myObject (attribute1 "attr17718") ) ) +(assert (myObject (attribute1 "attr17719") ) ) +(assert (myObject (attribute1 "attr17720") ) ) +(assert (myObject (attribute1 "attr17721") ) ) +(assert (myObject (attribute1 "attr17722") ) ) +(assert (myObject (attribute1 "attr17723") ) ) +(assert (myObject (attribute1 "attr17724") ) ) +(assert (myObject (attribute1 "attr17725") ) ) +(assert (myObject (attribute1 "attr17726") ) ) +(assert (myObject (attribute1 "attr17727") ) ) +(assert (myObject (attribute1 "attr17728") ) ) +(assert (myObject (attribute1 "attr17729") ) ) +(assert (myObject (attribute1 "attr17730") ) ) +(assert (myObject (attribute1 "attr17731") ) ) +(assert (myObject (attribute1 "attr17732") ) ) +(assert (myObject (attribute1 "attr17733") ) ) +(assert (myObject (attribute1 "attr17734") ) ) +(assert (myObject (attribute1 "attr17735") ) ) +(assert (myObject (attribute1 "attr17736") ) ) +(assert (myObject (attribute1 "attr17737") ) ) +(assert (myObject (attribute1 "attr17738") ) ) +(assert (myObject (attribute1 "attr17739") ) ) +(assert (myObject (attribute1 "attr17740") ) ) +(assert (myObject (attribute1 "attr17741") ) ) +(assert (myObject (attribute1 "attr17742") ) ) +(assert (myObject (attribute1 "attr17743") ) ) +(assert (myObject (attribute1 "attr17744") ) ) +(assert (myObject (attribute1 "attr17745") ) ) +(assert (myObject (attribute1 "attr17746") ) ) +(assert (myObject (attribute1 "attr17747") ) ) +(assert (myObject (attribute1 "attr17748") ) ) +(assert (myObject (attribute1 "attr17749") ) ) +(assert (myObject (attribute1 "attr17750") ) ) +(assert (myObject (attribute1 "attr17751") ) ) +(assert (myObject (attribute1 "attr17752") ) ) +(assert (myObject (attribute1 "attr17753") ) ) +(assert (myObject (attribute1 "attr17754") ) ) +(assert (myObject (attribute1 "attr17755") ) ) +(assert (myObject (attribute1 "attr17756") ) ) +(assert (myObject (attribute1 "attr17757") ) ) +(assert (myObject (attribute1 "attr17758") ) ) +(assert (myObject (attribute1 "attr17759") ) ) +(assert (myObject (attribute1 "attr17760") ) ) +(assert (myObject (attribute1 "attr17761") ) ) +(assert (myObject (attribute1 "attr17762") ) ) +(assert (myObject (attribute1 "attr17763") ) ) +(assert (myObject (attribute1 "attr17764") ) ) +(assert (myObject (attribute1 "attr17765") ) ) +(assert (myObject (attribute1 "attr17766") ) ) +(assert (myObject (attribute1 "attr17767") ) ) +(assert (myObject (attribute1 "attr17768") ) ) +(assert (myObject (attribute1 "attr17769") ) ) +(assert (myObject (attribute1 "attr17770") ) ) +(assert (myObject (attribute1 "attr17771") ) ) +(assert (myObject (attribute1 "attr17772") ) ) +(assert (myObject (attribute1 "attr17773") ) ) +(assert (myObject (attribute1 "attr17774") ) ) +(assert (myObject (attribute1 "attr17775") ) ) +(assert (myObject (attribute1 "attr17776") ) ) +(assert (myObject (attribute1 "attr17777") ) ) +(assert (myObject (attribute1 "attr17778") ) ) +(assert (myObject (attribute1 "attr17779") ) ) +(assert (myObject (attribute1 "attr17780") ) ) +(assert (myObject (attribute1 "attr17781") ) ) +(assert (myObject (attribute1 "attr17782") ) ) +(assert (myObject (attribute1 "attr17783") ) ) +(assert (myObject (attribute1 "attr17784") ) ) +(assert (myObject (attribute1 "attr17785") ) ) +(assert (myObject (attribute1 "attr17786") ) ) +(assert (myObject (attribute1 "attr17787") ) ) +(assert (myObject (attribute1 "attr17788") ) ) +(assert (myObject (attribute1 "attr17789") ) ) +(assert (myObject (attribute1 "attr17790") ) ) +(assert (myObject (attribute1 "attr17791") ) ) +(assert (myObject (attribute1 "attr17792") ) ) +(assert (myObject (attribute1 "attr17793") ) ) +(assert (myObject (attribute1 "attr17794") ) ) +(assert (myObject (attribute1 "attr17795") ) ) +(assert (myObject (attribute1 "attr17796") ) ) +(assert (myObject (attribute1 "attr17797") ) ) +(assert (myObject (attribute1 "attr17798") ) ) +(assert (myObject (attribute1 "attr17799") ) ) +(assert (myObject (attribute1 "attr17800") ) ) +(assert (myObject (attribute1 "attr17801") ) ) +(assert (myObject (attribute1 "attr17802") ) ) +(assert (myObject (attribute1 "attr17803") ) ) +(assert (myObject (attribute1 "attr17804") ) ) +(assert (myObject (attribute1 "attr17805") ) ) +(assert (myObject (attribute1 "attr17806") ) ) +(assert (myObject (attribute1 "attr17807") ) ) +(assert (myObject (attribute1 "attr17808") ) ) +(assert (myObject (attribute1 "attr17809") ) ) +(assert (myObject (attribute1 "attr17810") ) ) +(assert (myObject (attribute1 "attr17811") ) ) +(assert (myObject (attribute1 "attr17812") ) ) +(assert (myObject (attribute1 "attr17813") ) ) +(assert (myObject (attribute1 "attr17814") ) ) +(assert (myObject (attribute1 "attr17815") ) ) +(assert (myObject (attribute1 "attr17816") ) ) +(assert (myObject (attribute1 "attr17817") ) ) +(assert (myObject (attribute1 "attr17818") ) ) +(assert (myObject (attribute1 "attr17819") ) ) +(assert (myObject (attribute1 "attr17820") ) ) +(assert (myObject (attribute1 "attr17821") ) ) +(assert (myObject (attribute1 "attr17822") ) ) +(assert (myObject (attribute1 "attr17823") ) ) +(assert (myObject (attribute1 "attr17824") ) ) +(assert (myObject (attribute1 "attr17825") ) ) +(assert (myObject (attribute1 "attr17826") ) ) +(assert (myObject (attribute1 "attr17827") ) ) +(assert (myObject (attribute1 "attr17828") ) ) +(assert (myObject (attribute1 "attr17829") ) ) +(assert (myObject (attribute1 "attr17830") ) ) +(assert (myObject (attribute1 "attr17831") ) ) +(assert (myObject (attribute1 "attr17832") ) ) +(assert (myObject (attribute1 "attr17833") ) ) +(assert (myObject (attribute1 "attr17834") ) ) +(assert (myObject (attribute1 "attr17835") ) ) +(assert (myObject (attribute1 "attr17836") ) ) +(assert (myObject (attribute1 "attr17837") ) ) +(assert (myObject (attribute1 "attr17838") ) ) +(assert (myObject (attribute1 "attr17839") ) ) +(assert (myObject (attribute1 "attr17840") ) ) +(assert (myObject (attribute1 "attr17841") ) ) +(assert (myObject (attribute1 "attr17842") ) ) +(assert (myObject (attribute1 "attr17843") ) ) +(assert (myObject (attribute1 "attr17844") ) ) +(assert (myObject (attribute1 "attr17845") ) ) +(assert (myObject (attribute1 "attr17846") ) ) +(assert (myObject (attribute1 "attr17847") ) ) +(assert (myObject (attribute1 "attr17848") ) ) +(assert (myObject (attribute1 "attr17849") ) ) +(assert (myObject (attribute1 "attr17850") ) ) +(assert (myObject (attribute1 "attr17851") ) ) +(assert (myObject (attribute1 "attr17852") ) ) +(assert (myObject (attribute1 "attr17853") ) ) +(assert (myObject (attribute1 "attr17854") ) ) +(assert (myObject (attribute1 "attr17855") ) ) +(assert (myObject (attribute1 "attr17856") ) ) +(assert (myObject (attribute1 "attr17857") ) ) +(assert (myObject (attribute1 "attr17858") ) ) +(assert (myObject (attribute1 "attr17859") ) ) +(assert (myObject (attribute1 "attr17860") ) ) +(assert (myObject (attribute1 "attr17861") ) ) +(assert (myObject (attribute1 "attr17862") ) ) +(assert (myObject (attribute1 "attr17863") ) ) +(assert (myObject (attribute1 "attr17864") ) ) +(assert (myObject (attribute1 "attr17865") ) ) +(assert (myObject (attribute1 "attr17866") ) ) +(assert (myObject (attribute1 "attr17867") ) ) +(assert (myObject (attribute1 "attr17868") ) ) +(assert (myObject (attribute1 "attr17869") ) ) +(assert (myObject (attribute1 "attr17870") ) ) +(assert (myObject (attribute1 "attr17871") ) ) +(assert (myObject (attribute1 "attr17872") ) ) +(assert (myObject (attribute1 "attr17873") ) ) +(assert (myObject (attribute1 "attr17874") ) ) +(assert (myObject (attribute1 "attr17875") ) ) +(assert (myObject (attribute1 "attr17876") ) ) +(assert (myObject (attribute1 "attr17877") ) ) +(assert (myObject (attribute1 "attr17878") ) ) +(assert (myObject (attribute1 "attr17879") ) ) +(assert (myObject (attribute1 "attr17880") ) ) +(assert (myObject (attribute1 "attr17881") ) ) +(assert (myObject (attribute1 "attr17882") ) ) +(assert (myObject (attribute1 "attr17883") ) ) +(assert (myObject (attribute1 "attr17884") ) ) +(assert (myObject (attribute1 "attr17885") ) ) +(assert (myObject (attribute1 "attr17886") ) ) +(assert (myObject (attribute1 "attr17887") ) ) +(assert (myObject (attribute1 "attr17888") ) ) +(assert (myObject (attribute1 "attr17889") ) ) +(assert (myObject (attribute1 "attr17890") ) ) +(assert (myObject (attribute1 "attr17891") ) ) +(assert (myObject (attribute1 "attr17892") ) ) +(assert (myObject (attribute1 "attr17893") ) ) +(assert (myObject (attribute1 "attr17894") ) ) +(assert (myObject (attribute1 "attr17895") ) ) +(assert (myObject (attribute1 "attr17896") ) ) +(assert (myObject (attribute1 "attr17897") ) ) +(assert (myObject (attribute1 "attr17898") ) ) +(assert (myObject (attribute1 "attr17899") ) ) +(assert (myObject (attribute1 "attr17900") ) ) +(assert (myObject (attribute1 "attr17901") ) ) +(assert (myObject (attribute1 "attr17902") ) ) +(assert (myObject (attribute1 "attr17903") ) ) +(assert (myObject (attribute1 "attr17904") ) ) +(assert (myObject (attribute1 "attr17905") ) ) +(assert (myObject (attribute1 "attr17906") ) ) +(assert (myObject (attribute1 "attr17907") ) ) +(assert (myObject (attribute1 "attr17908") ) ) +(assert (myObject (attribute1 "attr17909") ) ) +(assert (myObject (attribute1 "attr17910") ) ) +(assert (myObject (attribute1 "attr17911") ) ) +(assert (myObject (attribute1 "attr17912") ) ) +(assert (myObject (attribute1 "attr17913") ) ) +(assert (myObject (attribute1 "attr17914") ) ) +(assert (myObject (attribute1 "attr17915") ) ) +(assert (myObject (attribute1 "attr17916") ) ) +(assert (myObject (attribute1 "attr17917") ) ) +(assert (myObject (attribute1 "attr17918") ) ) +(assert (myObject (attribute1 "attr17919") ) ) +(assert (myObject (attribute1 "attr17920") ) ) +(assert (myObject (attribute1 "attr17921") ) ) +(assert (myObject (attribute1 "attr17922") ) ) +(assert (myObject (attribute1 "attr17923") ) ) +(assert (myObject (attribute1 "attr17924") ) ) +(assert (myObject (attribute1 "attr17925") ) ) +(assert (myObject (attribute1 "attr17926") ) ) +(assert (myObject (attribute1 "attr17927") ) ) +(assert (myObject (attribute1 "attr17928") ) ) +(assert (myObject (attribute1 "attr17929") ) ) +(assert (myObject (attribute1 "attr17930") ) ) +(assert (myObject (attribute1 "attr17931") ) ) +(assert (myObject (attribute1 "attr17932") ) ) +(assert (myObject (attribute1 "attr17933") ) ) +(assert (myObject (attribute1 "attr17934") ) ) +(assert (myObject (attribute1 "attr17935") ) ) +(assert (myObject (attribute1 "attr17936") ) ) +(assert (myObject (attribute1 "attr17937") ) ) +(assert (myObject (attribute1 "attr17938") ) ) +(assert (myObject (attribute1 "attr17939") ) ) +(assert (myObject (attribute1 "attr17940") ) ) +(assert (myObject (attribute1 "attr17941") ) ) +(assert (myObject (attribute1 "attr17942") ) ) +(assert (myObject (attribute1 "attr17943") ) ) +(assert (myObject (attribute1 "attr17944") ) ) +(assert (myObject (attribute1 "attr17945") ) ) +(assert (myObject (attribute1 "attr17946") ) ) +(assert (myObject (attribute1 "attr17947") ) ) +(assert (myObject (attribute1 "attr17948") ) ) +(assert (myObject (attribute1 "attr17949") ) ) +(assert (myObject (attribute1 "attr17950") ) ) +(assert (myObject (attribute1 "attr17951") ) ) +(assert (myObject (attribute1 "attr17952") ) ) +(assert (myObject (attribute1 "attr17953") ) ) +(assert (myObject (attribute1 "attr17954") ) ) +(assert (myObject (attribute1 "attr17955") ) ) +(assert (myObject (attribute1 "attr17956") ) ) +(assert (myObject (attribute1 "attr17957") ) ) +(assert (myObject (attribute1 "attr17958") ) ) +(assert (myObject (attribute1 "attr17959") ) ) +(assert (myObject (attribute1 "attr17960") ) ) +(assert (myObject (attribute1 "attr17961") ) ) +(assert (myObject (attribute1 "attr17962") ) ) +(assert (myObject (attribute1 "attr17963") ) ) +(assert (myObject (attribute1 "attr17964") ) ) +(assert (myObject (attribute1 "attr17965") ) ) +(assert (myObject (attribute1 "attr17966") ) ) +(assert (myObject (attribute1 "attr17967") ) ) +(assert (myObject (attribute1 "attr17968") ) ) +(assert (myObject (attribute1 "attr17969") ) ) +(assert (myObject (attribute1 "attr17970") ) ) +(assert (myObject (attribute1 "attr17971") ) ) +(assert (myObject (attribute1 "attr17972") ) ) +(assert (myObject (attribute1 "attr17973") ) ) +(assert (myObject (attribute1 "attr17974") ) ) +(assert (myObject (attribute1 "attr17975") ) ) +(assert (myObject (attribute1 "attr17976") ) ) +(assert (myObject (attribute1 "attr17977") ) ) +(assert (myObject (attribute1 "attr17978") ) ) +(assert (myObject (attribute1 "attr17979") ) ) +(assert (myObject (attribute1 "attr17980") ) ) +(assert (myObject (attribute1 "attr17981") ) ) +(assert (myObject (attribute1 "attr17982") ) ) +(assert (myObject (attribute1 "attr17983") ) ) +(assert (myObject (attribute1 "attr17984") ) ) +(assert (myObject (attribute1 "attr17985") ) ) +(assert (myObject (attribute1 "attr17986") ) ) +(assert (myObject (attribute1 "attr17987") ) ) +(assert (myObject (attribute1 "attr17988") ) ) +(assert (myObject (attribute1 "attr17989") ) ) +(assert (myObject (attribute1 "attr17990") ) ) +(assert (myObject (attribute1 "attr17991") ) ) +(assert (myObject (attribute1 "attr17992") ) ) +(assert (myObject (attribute1 "attr17993") ) ) +(assert (myObject (attribute1 "attr17994") ) ) +(assert (myObject (attribute1 "attr17995") ) ) +(assert (myObject (attribute1 "attr17996") ) ) +(assert (myObject (attribute1 "attr17997") ) ) +(assert (myObject (attribute1 "attr17998") ) ) +(assert (myObject (attribute1 "attr17999") ) ) +(assert (myObject (attribute1 "attr18000") ) ) +(assert (myObject (attribute1 "attr18001") ) ) +(assert (myObject (attribute1 "attr18002") ) ) +(assert (myObject (attribute1 "attr18003") ) ) +(assert (myObject (attribute1 "attr18004") ) ) +(assert (myObject (attribute1 "attr18005") ) ) +(assert (myObject (attribute1 "attr18006") ) ) +(assert (myObject (attribute1 "attr18007") ) ) +(assert (myObject (attribute1 "attr18008") ) ) +(assert (myObject (attribute1 "attr18009") ) ) +(assert (myObject (attribute1 "attr18010") ) ) +(assert (myObject (attribute1 "attr18011") ) ) +(assert (myObject (attribute1 "attr18012") ) ) +(assert (myObject (attribute1 "attr18013") ) ) +(assert (myObject (attribute1 "attr18014") ) ) +(assert (myObject (attribute1 "attr18015") ) ) +(assert (myObject (attribute1 "attr18016") ) ) +(assert (myObject (attribute1 "attr18017") ) ) +(assert (myObject (attribute1 "attr18018") ) ) +(assert (myObject (attribute1 "attr18019") ) ) +(assert (myObject (attribute1 "attr18020") ) ) +(assert (myObject (attribute1 "attr18021") ) ) +(assert (myObject (attribute1 "attr18022") ) ) +(assert (myObject (attribute1 "attr18023") ) ) +(assert (myObject (attribute1 "attr18024") ) ) +(assert (myObject (attribute1 "attr18025") ) ) +(assert (myObject (attribute1 "attr18026") ) ) +(assert (myObject (attribute1 "attr18027") ) ) +(assert (myObject (attribute1 "attr18028") ) ) +(assert (myObject (attribute1 "attr18029") ) ) +(assert (myObject (attribute1 "attr18030") ) ) +(assert (myObject (attribute1 "attr18031") ) ) +(assert (myObject (attribute1 "attr18032") ) ) +(assert (myObject (attribute1 "attr18033") ) ) +(assert (myObject (attribute1 "attr18034") ) ) +(assert (myObject (attribute1 "attr18035") ) ) +(assert (myObject (attribute1 "attr18036") ) ) +(assert (myObject (attribute1 "attr18037") ) ) +(assert (myObject (attribute1 "attr18038") ) ) +(assert (myObject (attribute1 "attr18039") ) ) +(assert (myObject (attribute1 "attr18040") ) ) +(assert (myObject (attribute1 "attr18041") ) ) +(assert (myObject (attribute1 "attr18042") ) ) +(assert (myObject (attribute1 "attr18043") ) ) +(assert (myObject (attribute1 "attr18044") ) ) +(assert (myObject (attribute1 "attr18045") ) ) +(assert (myObject (attribute1 "attr18046") ) ) +(assert (myObject (attribute1 "attr18047") ) ) +(assert (myObject (attribute1 "attr18048") ) ) +(assert (myObject (attribute1 "attr18049") ) ) +(assert (myObject (attribute1 "attr18050") ) ) +(assert (myObject (attribute1 "attr18051") ) ) +(assert (myObject (attribute1 "attr18052") ) ) +(assert (myObject (attribute1 "attr18053") ) ) +(assert (myObject (attribute1 "attr18054") ) ) +(assert (myObject (attribute1 "attr18055") ) ) +(assert (myObject (attribute1 "attr18056") ) ) +(assert (myObject (attribute1 "attr18057") ) ) +(assert (myObject (attribute1 "attr18058") ) ) +(assert (myObject (attribute1 "attr18059") ) ) +(assert (myObject (attribute1 "attr18060") ) ) +(assert (myObject (attribute1 "attr18061") ) ) +(assert (myObject (attribute1 "attr18062") ) ) +(assert (myObject (attribute1 "attr18063") ) ) +(assert (myObject (attribute1 "attr18064") ) ) +(assert (myObject (attribute1 "attr18065") ) ) +(assert (myObject (attribute1 "attr18066") ) ) +(assert (myObject (attribute1 "attr18067") ) ) +(assert (myObject (attribute1 "attr18068") ) ) +(assert (myObject (attribute1 "attr18069") ) ) +(assert (myObject (attribute1 "attr18070") ) ) +(assert (myObject (attribute1 "attr18071") ) ) +(assert (myObject (attribute1 "attr18072") ) ) +(assert (myObject (attribute1 "attr18073") ) ) +(assert (myObject (attribute1 "attr18074") ) ) +(assert (myObject (attribute1 "attr18075") ) ) +(assert (myObject (attribute1 "attr18076") ) ) +(assert (myObject (attribute1 "attr18077") ) ) +(assert (myObject (attribute1 "attr18078") ) ) +(assert (myObject (attribute1 "attr18079") ) ) +(assert (myObject (attribute1 "attr18080") ) ) +(assert (myObject (attribute1 "attr18081") ) ) +(assert (myObject (attribute1 "attr18082") ) ) +(assert (myObject (attribute1 "attr18083") ) ) +(assert (myObject (attribute1 "attr18084") ) ) +(assert (myObject (attribute1 "attr18085") ) ) +(assert (myObject (attribute1 "attr18086") ) ) +(assert (myObject (attribute1 "attr18087") ) ) +(assert (myObject (attribute1 "attr18088") ) ) +(assert (myObject (attribute1 "attr18089") ) ) +(assert (myObject (attribute1 "attr18090") ) ) +(assert (myObject (attribute1 "attr18091") ) ) +(assert (myObject (attribute1 "attr18092") ) ) +(assert (myObject (attribute1 "attr18093") ) ) +(assert (myObject (attribute1 "attr18094") ) ) +(assert (myObject (attribute1 "attr18095") ) ) +(assert (myObject (attribute1 "attr18096") ) ) +(assert (myObject (attribute1 "attr18097") ) ) +(assert (myObject (attribute1 "attr18098") ) ) +(assert (myObject (attribute1 "attr18099") ) ) +(assert (myObject (attribute1 "attr18100") ) ) +(assert (myObject (attribute1 "attr18101") ) ) +(assert (myObject (attribute1 "attr18102") ) ) +(assert (myObject (attribute1 "attr18103") ) ) +(assert (myObject (attribute1 "attr18104") ) ) +(assert (myObject (attribute1 "attr18105") ) ) +(assert (myObject (attribute1 "attr18106") ) ) +(assert (myObject (attribute1 "attr18107") ) ) +(assert (myObject (attribute1 "attr18108") ) ) +(assert (myObject (attribute1 "attr18109") ) ) +(assert (myObject (attribute1 "attr18110") ) ) +(assert (myObject (attribute1 "attr18111") ) ) +(assert (myObject (attribute1 "attr18112") ) ) +(assert (myObject (attribute1 "attr18113") ) ) +(assert (myObject (attribute1 "attr18114") ) ) +(assert (myObject (attribute1 "attr18115") ) ) +(assert (myObject (attribute1 "attr18116") ) ) +(assert (myObject (attribute1 "attr18117") ) ) +(assert (myObject (attribute1 "attr18118") ) ) +(assert (myObject (attribute1 "attr18119") ) ) +(assert (myObject (attribute1 "attr18120") ) ) +(assert (myObject (attribute1 "attr18121") ) ) +(assert (myObject (attribute1 "attr18122") ) ) +(assert (myObject (attribute1 "attr18123") ) ) +(assert (myObject (attribute1 "attr18124") ) ) +(assert (myObject (attribute1 "attr18125") ) ) +(assert (myObject (attribute1 "attr18126") ) ) +(assert (myObject (attribute1 "attr18127") ) ) +(assert (myObject (attribute1 "attr18128") ) ) +(assert (myObject (attribute1 "attr18129") ) ) +(assert (myObject (attribute1 "attr18130") ) ) +(assert (myObject (attribute1 "attr18131") ) ) +(assert (myObject (attribute1 "attr18132") ) ) +(assert (myObject (attribute1 "attr18133") ) ) +(assert (myObject (attribute1 "attr18134") ) ) +(assert (myObject (attribute1 "attr18135") ) ) +(assert (myObject (attribute1 "attr18136") ) ) +(assert (myObject (attribute1 "attr18137") ) ) +(assert (myObject (attribute1 "attr18138") ) ) +(assert (myObject (attribute1 "attr18139") ) ) +(assert (myObject (attribute1 "attr18140") ) ) +(assert (myObject (attribute1 "attr18141") ) ) +(assert (myObject (attribute1 "attr18142") ) ) +(assert (myObject (attribute1 "attr18143") ) ) +(assert (myObject (attribute1 "attr18144") ) ) +(assert (myObject (attribute1 "attr18145") ) ) +(assert (myObject (attribute1 "attr18146") ) ) +(assert (myObject (attribute1 "attr18147") ) ) +(assert (myObject (attribute1 "attr18148") ) ) +(assert (myObject (attribute1 "attr18149") ) ) +(assert (myObject (attribute1 "attr18150") ) ) +(assert (myObject (attribute1 "attr18151") ) ) +(assert (myObject (attribute1 "attr18152") ) ) +(assert (myObject (attribute1 "attr18153") ) ) +(assert (myObject (attribute1 "attr18154") ) ) +(assert (myObject (attribute1 "attr18155") ) ) +(assert (myObject (attribute1 "attr18156") ) ) +(assert (myObject (attribute1 "attr18157") ) ) +(assert (myObject (attribute1 "attr18158") ) ) +(assert (myObject (attribute1 "attr18159") ) ) +(assert (myObject (attribute1 "attr18160") ) ) +(assert (myObject (attribute1 "attr18161") ) ) +(assert (myObject (attribute1 "attr18162") ) ) +(assert (myObject (attribute1 "attr18163") ) ) +(assert (myObject (attribute1 "attr18164") ) ) +(assert (myObject (attribute1 "attr18165") ) ) +(assert (myObject (attribute1 "attr18166") ) ) +(assert (myObject (attribute1 "attr18167") ) ) +(assert (myObject (attribute1 "attr18168") ) ) +(assert (myObject (attribute1 "attr18169") ) ) +(assert (myObject (attribute1 "attr18170") ) ) +(assert (myObject (attribute1 "attr18171") ) ) +(assert (myObject (attribute1 "attr18172") ) ) +(assert (myObject (attribute1 "attr18173") ) ) +(assert (myObject (attribute1 "attr18174") ) ) +(assert (myObject (attribute1 "attr18175") ) ) +(assert (myObject (attribute1 "attr18176") ) ) +(assert (myObject (attribute1 "attr18177") ) ) +(assert (myObject (attribute1 "attr18178") ) ) +(assert (myObject (attribute1 "attr18179") ) ) +(assert (myObject (attribute1 "attr18180") ) ) +(assert (myObject (attribute1 "attr18181") ) ) +(assert (myObject (attribute1 "attr18182") ) ) +(assert (myObject (attribute1 "attr18183") ) ) +(assert (myObject (attribute1 "attr18184") ) ) +(assert (myObject (attribute1 "attr18185") ) ) +(assert (myObject (attribute1 "attr18186") ) ) +(assert (myObject (attribute1 "attr18187") ) ) +(assert (myObject (attribute1 "attr18188") ) ) +(assert (myObject (attribute1 "attr18189") ) ) +(assert (myObject (attribute1 "attr18190") ) ) +(assert (myObject (attribute1 "attr18191") ) ) +(assert (myObject (attribute1 "attr18192") ) ) +(assert (myObject (attribute1 "attr18193") ) ) +(assert (myObject (attribute1 "attr18194") ) ) +(assert (myObject (attribute1 "attr18195") ) ) +(assert (myObject (attribute1 "attr18196") ) ) +(assert (myObject (attribute1 "attr18197") ) ) +(assert (myObject (attribute1 "attr18198") ) ) +(assert (myObject (attribute1 "attr18199") ) ) +(assert (myObject (attribute1 "attr18200") ) ) +(assert (myObject (attribute1 "attr18201") ) ) +(assert (myObject (attribute1 "attr18202") ) ) +(assert (myObject (attribute1 "attr18203") ) ) +(assert (myObject (attribute1 "attr18204") ) ) +(assert (myObject (attribute1 "attr18205") ) ) +(assert (myObject (attribute1 "attr18206") ) ) +(assert (myObject (attribute1 "attr18207") ) ) +(assert (myObject (attribute1 "attr18208") ) ) +(assert (myObject (attribute1 "attr18209") ) ) +(assert (myObject (attribute1 "attr18210") ) ) +(assert (myObject (attribute1 "attr18211") ) ) +(assert (myObject (attribute1 "attr18212") ) ) +(assert (myObject (attribute1 "attr18213") ) ) +(assert (myObject (attribute1 "attr18214") ) ) +(assert (myObject (attribute1 "attr18215") ) ) +(assert (myObject (attribute1 "attr18216") ) ) +(assert (myObject (attribute1 "attr18217") ) ) +(assert (myObject (attribute1 "attr18218") ) ) +(assert (myObject (attribute1 "attr18219") ) ) +(assert (myObject (attribute1 "attr18220") ) ) +(assert (myObject (attribute1 "attr18221") ) ) +(assert (myObject (attribute1 "attr18222") ) ) +(assert (myObject (attribute1 "attr18223") ) ) +(assert (myObject (attribute1 "attr18224") ) ) +(assert (myObject (attribute1 "attr18225") ) ) +(assert (myObject (attribute1 "attr18226") ) ) +(assert (myObject (attribute1 "attr18227") ) ) +(assert (myObject (attribute1 "attr18228") ) ) +(assert (myObject (attribute1 "attr18229") ) ) +(assert (myObject (attribute1 "attr18230") ) ) +(assert (myObject (attribute1 "attr18231") ) ) +(assert (myObject (attribute1 "attr18232") ) ) +(assert (myObject (attribute1 "attr18233") ) ) +(assert (myObject (attribute1 "attr18234") ) ) +(assert (myObject (attribute1 "attr18235") ) ) +(assert (myObject (attribute1 "attr18236") ) ) +(assert (myObject (attribute1 "attr18237") ) ) +(assert (myObject (attribute1 "attr18238") ) ) +(assert (myObject (attribute1 "attr18239") ) ) +(assert (myObject (attribute1 "attr18240") ) ) +(assert (myObject (attribute1 "attr18241") ) ) +(assert (myObject (attribute1 "attr18242") ) ) +(assert (myObject (attribute1 "attr18243") ) ) +(assert (myObject (attribute1 "attr18244") ) ) +(assert (myObject (attribute1 "attr18245") ) ) +(assert (myObject (attribute1 "attr18246") ) ) +(assert (myObject (attribute1 "attr18247") ) ) +(assert (myObject (attribute1 "attr18248") ) ) +(assert (myObject (attribute1 "attr18249") ) ) +(assert (myObject (attribute1 "attr18250") ) ) +(assert (myObject (attribute1 "attr18251") ) ) +(assert (myObject (attribute1 "attr18252") ) ) +(assert (myObject (attribute1 "attr18253") ) ) +(assert (myObject (attribute1 "attr18254") ) ) +(assert (myObject (attribute1 "attr18255") ) ) +(assert (myObject (attribute1 "attr18256") ) ) +(assert (myObject (attribute1 "attr18257") ) ) +(assert (myObject (attribute1 "attr18258") ) ) +(assert (myObject (attribute1 "attr18259") ) ) +(assert (myObject (attribute1 "attr18260") ) ) +(assert (myObject (attribute1 "attr18261") ) ) +(assert (myObject (attribute1 "attr18262") ) ) +(assert (myObject (attribute1 "attr18263") ) ) +(assert (myObject (attribute1 "attr18264") ) ) +(assert (myObject (attribute1 "attr18265") ) ) +(assert (myObject (attribute1 "attr18266") ) ) +(assert (myObject (attribute1 "attr18267") ) ) +(assert (myObject (attribute1 "attr18268") ) ) +(assert (myObject (attribute1 "attr18269") ) ) +(assert (myObject (attribute1 "attr18270") ) ) +(assert (myObject (attribute1 "attr18271") ) ) +(assert (myObject (attribute1 "attr18272") ) ) +(assert (myObject (attribute1 "attr18273") ) ) +(assert (myObject (attribute1 "attr18274") ) ) +(assert (myObject (attribute1 "attr18275") ) ) +(assert (myObject (attribute1 "attr18276") ) ) +(assert (myObject (attribute1 "attr18277") ) ) +(assert (myObject (attribute1 "attr18278") ) ) +(assert (myObject (attribute1 "attr18279") ) ) +(assert (myObject (attribute1 "attr18280") ) ) +(assert (myObject (attribute1 "attr18281") ) ) +(assert (myObject (attribute1 "attr18282") ) ) +(assert (myObject (attribute1 "attr18283") ) ) +(assert (myObject (attribute1 "attr18284") ) ) +(assert (myObject (attribute1 "attr18285") ) ) +(assert (myObject (attribute1 "attr18286") ) ) +(assert (myObject (attribute1 "attr18287") ) ) +(assert (myObject (attribute1 "attr18288") ) ) +(assert (myObject (attribute1 "attr18289") ) ) +(assert (myObject (attribute1 "attr18290") ) ) +(assert (myObject (attribute1 "attr18291") ) ) +(assert (myObject (attribute1 "attr18292") ) ) +(assert (myObject (attribute1 "attr18293") ) ) +(assert (myObject (attribute1 "attr18294") ) ) +(assert (myObject (attribute1 "attr18295") ) ) +(assert (myObject (attribute1 "attr18296") ) ) +(assert (myObject (attribute1 "attr18297") ) ) +(assert (myObject (attribute1 "attr18298") ) ) +(assert (myObject (attribute1 "attr18299") ) ) +(assert (myObject (attribute1 "attr18300") ) ) +(assert (myObject (attribute1 "attr18301") ) ) +(assert (myObject (attribute1 "attr18302") ) ) +(assert (myObject (attribute1 "attr18303") ) ) +(assert (myObject (attribute1 "attr18304") ) ) +(assert (myObject (attribute1 "attr18305") ) ) +(assert (myObject (attribute1 "attr18306") ) ) +(assert (myObject (attribute1 "attr18307") ) ) +(assert (myObject (attribute1 "attr18308") ) ) +(assert (myObject (attribute1 "attr18309") ) ) +(assert (myObject (attribute1 "attr18310") ) ) +(assert (myObject (attribute1 "attr18311") ) ) +(assert (myObject (attribute1 "attr18312") ) ) +(assert (myObject (attribute1 "attr18313") ) ) +(assert (myObject (attribute1 "attr18314") ) ) +(assert (myObject (attribute1 "attr18315") ) ) +(assert (myObject (attribute1 "attr18316") ) ) +(assert (myObject (attribute1 "attr18317") ) ) +(assert (myObject (attribute1 "attr18318") ) ) +(assert (myObject (attribute1 "attr18319") ) ) +(assert (myObject (attribute1 "attr18320") ) ) +(assert (myObject (attribute1 "attr18321") ) ) +(assert (myObject (attribute1 "attr18322") ) ) +(assert (myObject (attribute1 "attr18323") ) ) +(assert (myObject (attribute1 "attr18324") ) ) +(assert (myObject (attribute1 "attr18325") ) ) +(assert (myObject (attribute1 "attr18326") ) ) +(assert (myObject (attribute1 "attr18327") ) ) +(assert (myObject (attribute1 "attr18328") ) ) +(assert (myObject (attribute1 "attr18329") ) ) +(assert (myObject (attribute1 "attr18330") ) ) +(assert (myObject (attribute1 "attr18331") ) ) +(assert (myObject (attribute1 "attr18332") ) ) +(assert (myObject (attribute1 "attr18333") ) ) +(assert (myObject (attribute1 "attr18334") ) ) +(assert (myObject (attribute1 "attr18335") ) ) +(assert (myObject (attribute1 "attr18336") ) ) +(assert (myObject (attribute1 "attr18337") ) ) +(assert (myObject (attribute1 "attr18338") ) ) +(assert (myObject (attribute1 "attr18339") ) ) +(assert (myObject (attribute1 "attr18340") ) ) +(assert (myObject (attribute1 "attr18341") ) ) +(assert (myObject (attribute1 "attr18342") ) ) +(assert (myObject (attribute1 "attr18343") ) ) +(assert (myObject (attribute1 "attr18344") ) ) +(assert (myObject (attribute1 "attr18345") ) ) +(assert (myObject (attribute1 "attr18346") ) ) +(assert (myObject (attribute1 "attr18347") ) ) +(assert (myObject (attribute1 "attr18348") ) ) +(assert (myObject (attribute1 "attr18349") ) ) +(assert (myObject (attribute1 "attr18350") ) ) +(assert (myObject (attribute1 "attr18351") ) ) +(assert (myObject (attribute1 "attr18352") ) ) +(assert (myObject (attribute1 "attr18353") ) ) +(assert (myObject (attribute1 "attr18354") ) ) +(assert (myObject (attribute1 "attr18355") ) ) +(assert (myObject (attribute1 "attr18356") ) ) +(assert (myObject (attribute1 "attr18357") ) ) +(assert (myObject (attribute1 "attr18358") ) ) +(assert (myObject (attribute1 "attr18359") ) ) +(assert (myObject (attribute1 "attr18360") ) ) +(assert (myObject (attribute1 "attr18361") ) ) +(assert (myObject (attribute1 "attr18362") ) ) +(assert (myObject (attribute1 "attr18363") ) ) +(assert (myObject (attribute1 "attr18364") ) ) +(assert (myObject (attribute1 "attr18365") ) ) +(assert (myObject (attribute1 "attr18366") ) ) +(assert (myObject (attribute1 "attr18367") ) ) +(assert (myObject (attribute1 "attr18368") ) ) +(assert (myObject (attribute1 "attr18369") ) ) +(assert (myObject (attribute1 "attr18370") ) ) +(assert (myObject (attribute1 "attr18371") ) ) +(assert (myObject (attribute1 "attr18372") ) ) +(assert (myObject (attribute1 "attr18373") ) ) +(assert (myObject (attribute1 "attr18374") ) ) +(assert (myObject (attribute1 "attr18375") ) ) +(assert (myObject (attribute1 "attr18376") ) ) +(assert (myObject (attribute1 "attr18377") ) ) +(assert (myObject (attribute1 "attr18378") ) ) +(assert (myObject (attribute1 "attr18379") ) ) +(assert (myObject (attribute1 "attr18380") ) ) +(assert (myObject (attribute1 "attr18381") ) ) +(assert (myObject (attribute1 "attr18382") ) ) +(assert (myObject (attribute1 "attr18383") ) ) +(assert (myObject (attribute1 "attr18384") ) ) +(assert (myObject (attribute1 "attr18385") ) ) +(assert (myObject (attribute1 "attr18386") ) ) +(assert (myObject (attribute1 "attr18387") ) ) +(assert (myObject (attribute1 "attr18388") ) ) +(assert (myObject (attribute1 "attr18389") ) ) +(assert (myObject (attribute1 "attr18390") ) ) +(assert (myObject (attribute1 "attr18391") ) ) +(assert (myObject (attribute1 "attr18392") ) ) +(assert (myObject (attribute1 "attr18393") ) ) +(assert (myObject (attribute1 "attr18394") ) ) +(assert (myObject (attribute1 "attr18395") ) ) +(assert (myObject (attribute1 "attr18396") ) ) +(assert (myObject (attribute1 "attr18397") ) ) +(assert (myObject (attribute1 "attr18398") ) ) +(assert (myObject (attribute1 "attr18399") ) ) +(assert (myObject (attribute1 "attr18400") ) ) +(assert (myObject (attribute1 "attr18401") ) ) +(assert (myObject (attribute1 "attr18402") ) ) +(assert (myObject (attribute1 "attr18403") ) ) +(assert (myObject (attribute1 "attr18404") ) ) +(assert (myObject (attribute1 "attr18405") ) ) +(assert (myObject (attribute1 "attr18406") ) ) +(assert (myObject (attribute1 "attr18407") ) ) +(assert (myObject (attribute1 "attr18408") ) ) +(assert (myObject (attribute1 "attr18409") ) ) +(assert (myObject (attribute1 "attr18410") ) ) +(assert (myObject (attribute1 "attr18411") ) ) +(assert (myObject (attribute1 "attr18412") ) ) +(assert (myObject (attribute1 "attr18413") ) ) +(assert (myObject (attribute1 "attr18414") ) ) +(assert (myObject (attribute1 "attr18415") ) ) +(assert (myObject (attribute1 "attr18416") ) ) +(assert (myObject (attribute1 "attr18417") ) ) +(assert (myObject (attribute1 "attr18418") ) ) +(assert (myObject (attribute1 "attr18419") ) ) +(assert (myObject (attribute1 "attr18420") ) ) +(assert (myObject (attribute1 "attr18421") ) ) +(assert (myObject (attribute1 "attr18422") ) ) +(assert (myObject (attribute1 "attr18423") ) ) +(assert (myObject (attribute1 "attr18424") ) ) +(assert (myObject (attribute1 "attr18425") ) ) +(assert (myObject (attribute1 "attr18426") ) ) +(assert (myObject (attribute1 "attr18427") ) ) +(assert (myObject (attribute1 "attr18428") ) ) +(assert (myObject (attribute1 "attr18429") ) ) +(assert (myObject (attribute1 "attr18430") ) ) +(assert (myObject (attribute1 "attr18431") ) ) +(assert (myObject (attribute1 "attr18432") ) ) +(assert (myObject (attribute1 "attr18433") ) ) +(assert (myObject (attribute1 "attr18434") ) ) +(assert (myObject (attribute1 "attr18435") ) ) +(assert (myObject (attribute1 "attr18436") ) ) +(assert (myObject (attribute1 "attr18437") ) ) +(assert (myObject (attribute1 "attr18438") ) ) +(assert (myObject (attribute1 "attr18439") ) ) +(assert (myObject (attribute1 "attr18440") ) ) +(assert (myObject (attribute1 "attr18441") ) ) +(assert (myObject (attribute1 "attr18442") ) ) +(assert (myObject (attribute1 "attr18443") ) ) +(assert (myObject (attribute1 "attr18444") ) ) +(assert (myObject (attribute1 "attr18445") ) ) +(assert (myObject (attribute1 "attr18446") ) ) +(assert (myObject (attribute1 "attr18447") ) ) +(assert (myObject (attribute1 "attr18448") ) ) +(assert (myObject (attribute1 "attr18449") ) ) +(assert (myObject (attribute1 "attr18450") ) ) +(assert (myObject (attribute1 "attr18451") ) ) +(assert (myObject (attribute1 "attr18452") ) ) +(assert (myObject (attribute1 "attr18453") ) ) +(assert (myObject (attribute1 "attr18454") ) ) +(assert (myObject (attribute1 "attr18455") ) ) +(assert (myObject (attribute1 "attr18456") ) ) +(assert (myObject (attribute1 "attr18457") ) ) +(assert (myObject (attribute1 "attr18458") ) ) +(assert (myObject (attribute1 "attr18459") ) ) +(assert (myObject (attribute1 "attr18460") ) ) +(assert (myObject (attribute1 "attr18461") ) ) +(assert (myObject (attribute1 "attr18462") ) ) +(assert (myObject (attribute1 "attr18463") ) ) +(assert (myObject (attribute1 "attr18464") ) ) +(assert (myObject (attribute1 "attr18465") ) ) +(assert (myObject (attribute1 "attr18466") ) ) +(assert (myObject (attribute1 "attr18467") ) ) +(assert (myObject (attribute1 "attr18468") ) ) +(assert (myObject (attribute1 "attr18469") ) ) +(assert (myObject (attribute1 "attr18470") ) ) +(assert (myObject (attribute1 "attr18471") ) ) +(assert (myObject (attribute1 "attr18472") ) ) +(assert (myObject (attribute1 "attr18473") ) ) +(assert (myObject (attribute1 "attr18474") ) ) +(assert (myObject (attribute1 "attr18475") ) ) +(assert (myObject (attribute1 "attr18476") ) ) +(assert (myObject (attribute1 "attr18477") ) ) +(assert (myObject (attribute1 "attr18478") ) ) +(assert (myObject (attribute1 "attr18479") ) ) +(assert (myObject (attribute1 "attr18480") ) ) +(assert (myObject (attribute1 "attr18481") ) ) +(assert (myObject (attribute1 "attr18482") ) ) +(assert (myObject (attribute1 "attr18483") ) ) +(assert (myObject (attribute1 "attr18484") ) ) +(assert (myObject (attribute1 "attr18485") ) ) +(assert (myObject (attribute1 "attr18486") ) ) +(assert (myObject (attribute1 "attr18487") ) ) +(assert (myObject (attribute1 "attr18488") ) ) +(assert (myObject (attribute1 "attr18489") ) ) +(assert (myObject (attribute1 "attr18490") ) ) +(assert (myObject (attribute1 "attr18491") ) ) +(assert (myObject (attribute1 "attr18492") ) ) +(assert (myObject (attribute1 "attr18493") ) ) +(assert (myObject (attribute1 "attr18494") ) ) +(assert (myObject (attribute1 "attr18495") ) ) +(assert (myObject (attribute1 "attr18496") ) ) +(assert (myObject (attribute1 "attr18497") ) ) +(assert (myObject (attribute1 "attr18498") ) ) +(assert (myObject (attribute1 "attr18499") ) ) +(assert (myObject (attribute1 "attr18500") ) ) +(assert (myObject (attribute1 "attr18501") ) ) +(assert (myObject (attribute1 "attr18502") ) ) +(assert (myObject (attribute1 "attr18503") ) ) +(assert (myObject (attribute1 "attr18504") ) ) +(assert (myObject (attribute1 "attr18505") ) ) +(assert (myObject (attribute1 "attr18506") ) ) +(assert (myObject (attribute1 "attr18507") ) ) +(assert (myObject (attribute1 "attr18508") ) ) +(assert (myObject (attribute1 "attr18509") ) ) +(assert (myObject (attribute1 "attr18510") ) ) +(assert (myObject (attribute1 "attr18511") ) ) +(assert (myObject (attribute1 "attr18512") ) ) +(assert (myObject (attribute1 "attr18513") ) ) +(assert (myObject (attribute1 "attr18514") ) ) +(assert (myObject (attribute1 "attr18515") ) ) +(assert (myObject (attribute1 "attr18516") ) ) +(assert (myObject (attribute1 "attr18517") ) ) +(assert (myObject (attribute1 "attr18518") ) ) +(assert (myObject (attribute1 "attr18519") ) ) +(assert (myObject (attribute1 "attr18520") ) ) +(assert (myObject (attribute1 "attr18521") ) ) +(assert (myObject (attribute1 "attr18522") ) ) +(assert (myObject (attribute1 "attr18523") ) ) +(assert (myObject (attribute1 "attr18524") ) ) +(assert (myObject (attribute1 "attr18525") ) ) +(assert (myObject (attribute1 "attr18526") ) ) +(assert (myObject (attribute1 "attr18527") ) ) +(assert (myObject (attribute1 "attr18528") ) ) +(assert (myObject (attribute1 "attr18529") ) ) +(assert (myObject (attribute1 "attr18530") ) ) +(assert (myObject (attribute1 "attr18531") ) ) +(assert (myObject (attribute1 "attr18532") ) ) +(assert (myObject (attribute1 "attr18533") ) ) +(assert (myObject (attribute1 "attr18534") ) ) +(assert (myObject (attribute1 "attr18535") ) ) +(assert (myObject (attribute1 "attr18536") ) ) +(assert (myObject (attribute1 "attr18537") ) ) +(assert (myObject (attribute1 "attr18538") ) ) +(assert (myObject (attribute1 "attr18539") ) ) +(assert (myObject (attribute1 "attr18540") ) ) +(assert (myObject (attribute1 "attr18541") ) ) +(assert (myObject (attribute1 "attr18542") ) ) +(assert (myObject (attribute1 "attr18543") ) ) +(assert (myObject (attribute1 "attr18544") ) ) +(assert (myObject (attribute1 "attr18545") ) ) +(assert (myObject (attribute1 "attr18546") ) ) +(assert (myObject (attribute1 "attr18547") ) ) +(assert (myObject (attribute1 "attr18548") ) ) +(assert (myObject (attribute1 "attr18549") ) ) +(assert (myObject (attribute1 "attr18550") ) ) +(assert (myObject (attribute1 "attr18551") ) ) +(assert (myObject (attribute1 "attr18552") ) ) +(assert (myObject (attribute1 "attr18553") ) ) +(assert (myObject (attribute1 "attr18554") ) ) +(assert (myObject (attribute1 "attr18555") ) ) +(assert (myObject (attribute1 "attr18556") ) ) +(assert (myObject (attribute1 "attr18557") ) ) +(assert (myObject (attribute1 "attr18558") ) ) +(assert (myObject (attribute1 "attr18559") ) ) +(assert (myObject (attribute1 "attr18560") ) ) +(assert (myObject (attribute1 "attr18561") ) ) +(assert (myObject (attribute1 "attr18562") ) ) +(assert (myObject (attribute1 "attr18563") ) ) +(assert (myObject (attribute1 "attr18564") ) ) +(assert (myObject (attribute1 "attr18565") ) ) +(assert (myObject (attribute1 "attr18566") ) ) +(assert (myObject (attribute1 "attr18567") ) ) +(assert (myObject (attribute1 "attr18568") ) ) +(assert (myObject (attribute1 "attr18569") ) ) +(assert (myObject (attribute1 "attr18570") ) ) +(assert (myObject (attribute1 "attr18571") ) ) +(assert (myObject (attribute1 "attr18572") ) ) +(assert (myObject (attribute1 "attr18573") ) ) +(assert (myObject (attribute1 "attr18574") ) ) +(assert (myObject (attribute1 "attr18575") ) ) +(assert (myObject (attribute1 "attr18576") ) ) +(assert (myObject (attribute1 "attr18577") ) ) +(assert (myObject (attribute1 "attr18578") ) ) +(assert (myObject (attribute1 "attr18579") ) ) +(assert (myObject (attribute1 "attr18580") ) ) +(assert (myObject (attribute1 "attr18581") ) ) +(assert (myObject (attribute1 "attr18582") ) ) +(assert (myObject (attribute1 "attr18583") ) ) +(assert (myObject (attribute1 "attr18584") ) ) +(assert (myObject (attribute1 "attr18585") ) ) +(assert (myObject (attribute1 "attr18586") ) ) +(assert (myObject (attribute1 "attr18587") ) ) +(assert (myObject (attribute1 "attr18588") ) ) +(assert (myObject (attribute1 "attr18589") ) ) +(assert (myObject (attribute1 "attr18590") ) ) +(assert (myObject (attribute1 "attr18591") ) ) +(assert (myObject (attribute1 "attr18592") ) ) +(assert (myObject (attribute1 "attr18593") ) ) +(assert (myObject (attribute1 "attr18594") ) ) +(assert (myObject (attribute1 "attr18595") ) ) +(assert (myObject (attribute1 "attr18596") ) ) +(assert (myObject (attribute1 "attr18597") ) ) +(assert (myObject (attribute1 "attr18598") ) ) +(assert (myObject (attribute1 "attr18599") ) ) +(assert (myObject (attribute1 "attr18600") ) ) +(assert (myObject (attribute1 "attr18601") ) ) +(assert (myObject (attribute1 "attr18602") ) ) +(assert (myObject (attribute1 "attr18603") ) ) +(assert (myObject (attribute1 "attr18604") ) ) +(assert (myObject (attribute1 "attr18605") ) ) +(assert (myObject (attribute1 "attr18606") ) ) +(assert (myObject (attribute1 "attr18607") ) ) +(assert (myObject (attribute1 "attr18608") ) ) +(assert (myObject (attribute1 "attr18609") ) ) +(assert (myObject (attribute1 "attr18610") ) ) +(assert (myObject (attribute1 "attr18611") ) ) +(assert (myObject (attribute1 "attr18612") ) ) +(assert (myObject (attribute1 "attr18613") ) ) +(assert (myObject (attribute1 "attr18614") ) ) +(assert (myObject (attribute1 "attr18615") ) ) +(assert (myObject (attribute1 "attr18616") ) ) +(assert (myObject (attribute1 "attr18617") ) ) +(assert (myObject (attribute1 "attr18618") ) ) +(assert (myObject (attribute1 "attr18619") ) ) +(assert (myObject (attribute1 "attr18620") ) ) +(assert (myObject (attribute1 "attr18621") ) ) +(assert (myObject (attribute1 "attr18622") ) ) +(assert (myObject (attribute1 "attr18623") ) ) +(assert (myObject (attribute1 "attr18624") ) ) +(assert (myObject (attribute1 "attr18625") ) ) +(assert (myObject (attribute1 "attr18626") ) ) +(assert (myObject (attribute1 "attr18627") ) ) +(assert (myObject (attribute1 "attr18628") ) ) +(assert (myObject (attribute1 "attr18629") ) ) +(assert (myObject (attribute1 "attr18630") ) ) +(assert (myObject (attribute1 "attr18631") ) ) +(assert (myObject (attribute1 "attr18632") ) ) +(assert (myObject (attribute1 "attr18633") ) ) +(assert (myObject (attribute1 "attr18634") ) ) +(assert (myObject (attribute1 "attr18635") ) ) +(assert (myObject (attribute1 "attr18636") ) ) +(assert (myObject (attribute1 "attr18637") ) ) +(assert (myObject (attribute1 "attr18638") ) ) +(assert (myObject (attribute1 "attr18639") ) ) +(assert (myObject (attribute1 "attr18640") ) ) +(assert (myObject (attribute1 "attr18641") ) ) +(assert (myObject (attribute1 "attr18642") ) ) +(assert (myObject (attribute1 "attr18643") ) ) +(assert (myObject (attribute1 "attr18644") ) ) +(assert (myObject (attribute1 "attr18645") ) ) +(assert (myObject (attribute1 "attr18646") ) ) +(assert (myObject (attribute1 "attr18647") ) ) +(assert (myObject (attribute1 "attr18648") ) ) +(assert (myObject (attribute1 "attr18649") ) ) +(assert (myObject (attribute1 "attr18650") ) ) +(assert (myObject (attribute1 "attr18651") ) ) +(assert (myObject (attribute1 "attr18652") ) ) +(assert (myObject (attribute1 "attr18653") ) ) +(assert (myObject (attribute1 "attr18654") ) ) +(assert (myObject (attribute1 "attr18655") ) ) +(assert (myObject (attribute1 "attr18656") ) ) +(assert (myObject (attribute1 "attr18657") ) ) +(assert (myObject (attribute1 "attr18658") ) ) +(assert (myObject (attribute1 "attr18659") ) ) +(assert (myObject (attribute1 "attr18660") ) ) +(assert (myObject (attribute1 "attr18661") ) ) +(assert (myObject (attribute1 "attr18662") ) ) +(assert (myObject (attribute1 "attr18663") ) ) +(assert (myObject (attribute1 "attr18664") ) ) +(assert (myObject (attribute1 "attr18665") ) ) +(assert (myObject (attribute1 "attr18666") ) ) +(assert (myObject (attribute1 "attr18667") ) ) +(assert (myObject (attribute1 "attr18668") ) ) +(assert (myObject (attribute1 "attr18669") ) ) +(assert (myObject (attribute1 "attr18670") ) ) +(assert (myObject (attribute1 "attr18671") ) ) +(assert (myObject (attribute1 "attr18672") ) ) +(assert (myObject (attribute1 "attr18673") ) ) +(assert (myObject (attribute1 "attr18674") ) ) +(assert (myObject (attribute1 "attr18675") ) ) +(assert (myObject (attribute1 "attr18676") ) ) +(assert (myObject (attribute1 "attr18677") ) ) +(assert (myObject (attribute1 "attr18678") ) ) +(assert (myObject (attribute1 "attr18679") ) ) +(assert (myObject (attribute1 "attr18680") ) ) +(assert (myObject (attribute1 "attr18681") ) ) +(assert (myObject (attribute1 "attr18682") ) ) +(assert (myObject (attribute1 "attr18683") ) ) +(assert (myObject (attribute1 "attr18684") ) ) +(assert (myObject (attribute1 "attr18685") ) ) +(assert (myObject (attribute1 "attr18686") ) ) +(assert (myObject (attribute1 "attr18687") ) ) +(assert (myObject (attribute1 "attr18688") ) ) +(assert (myObject (attribute1 "attr18689") ) ) +(assert (myObject (attribute1 "attr18690") ) ) +(assert (myObject (attribute1 "attr18691") ) ) +(assert (myObject (attribute1 "attr18692") ) ) +(assert (myObject (attribute1 "attr18693") ) ) +(assert (myObject (attribute1 "attr18694") ) ) +(assert (myObject (attribute1 "attr18695") ) ) +(assert (myObject (attribute1 "attr18696") ) ) +(assert (myObject (attribute1 "attr18697") ) ) +(assert (myObject (attribute1 "attr18698") ) ) +(assert (myObject (attribute1 "attr18699") ) ) +(assert (myObject (attribute1 "attr18700") ) ) +(assert (myObject (attribute1 "attr18701") ) ) +(assert (myObject (attribute1 "attr18702") ) ) +(assert (myObject (attribute1 "attr18703") ) ) +(assert (myObject (attribute1 "attr18704") ) ) +(assert (myObject (attribute1 "attr18705") ) ) +(assert (myObject (attribute1 "attr18706") ) ) +(assert (myObject (attribute1 "attr18707") ) ) +(assert (myObject (attribute1 "attr18708") ) ) +(assert (myObject (attribute1 "attr18709") ) ) +(assert (myObject (attribute1 "attr18710") ) ) +(assert (myObject (attribute1 "attr18711") ) ) +(assert (myObject (attribute1 "attr18712") ) ) +(assert (myObject (attribute1 "attr18713") ) ) +(assert (myObject (attribute1 "attr18714") ) ) +(assert (myObject (attribute1 "attr18715") ) ) +(assert (myObject (attribute1 "attr18716") ) ) +(assert (myObject (attribute1 "attr18717") ) ) +(assert (myObject (attribute1 "attr18718") ) ) +(assert (myObject (attribute1 "attr18719") ) ) +(assert (myObject (attribute1 "attr18720") ) ) +(assert (myObject (attribute1 "attr18721") ) ) +(assert (myObject (attribute1 "attr18722") ) ) +(assert (myObject (attribute1 "attr18723") ) ) +(assert (myObject (attribute1 "attr18724") ) ) +(assert (myObject (attribute1 "attr18725") ) ) +(assert (myObject (attribute1 "attr18726") ) ) +(assert (myObject (attribute1 "attr18727") ) ) +(assert (myObject (attribute1 "attr18728") ) ) +(assert (myObject (attribute1 "attr18729") ) ) +(assert (myObject (attribute1 "attr18730") ) ) +(assert (myObject (attribute1 "attr18731") ) ) +(assert (myObject (attribute1 "attr18732") ) ) +(assert (myObject (attribute1 "attr18733") ) ) +(assert (myObject (attribute1 "attr18734") ) ) +(assert (myObject (attribute1 "attr18735") ) ) +(assert (myObject (attribute1 "attr18736") ) ) +(assert (myObject (attribute1 "attr18737") ) ) +(assert (myObject (attribute1 "attr18738") ) ) +(assert (myObject (attribute1 "attr18739") ) ) +(assert (myObject (attribute1 "attr18740") ) ) +(assert (myObject (attribute1 "attr18741") ) ) +(assert (myObject (attribute1 "attr18742") ) ) +(assert (myObject (attribute1 "attr18743") ) ) +(assert (myObject (attribute1 "attr18744") ) ) +(assert (myObject (attribute1 "attr18745") ) ) +(assert (myObject (attribute1 "attr18746") ) ) +(assert (myObject (attribute1 "attr18747") ) ) +(assert (myObject (attribute1 "attr18748") ) ) +(assert (myObject (attribute1 "attr18749") ) ) +(assert (myObject (attribute1 "attr18750") ) ) +(assert (myObject (attribute1 "attr18751") ) ) +(assert (myObject (attribute1 "attr18752") ) ) +(assert (myObject (attribute1 "attr18753") ) ) +(assert (myObject (attribute1 "attr18754") ) ) +(assert (myObject (attribute1 "attr18755") ) ) +(assert (myObject (attribute1 "attr18756") ) ) +(assert (myObject (attribute1 "attr18757") ) ) +(assert (myObject (attribute1 "attr18758") ) ) +(assert (myObject (attribute1 "attr18759") ) ) +(assert (myObject (attribute1 "attr18760") ) ) +(assert (myObject (attribute1 "attr18761") ) ) +(assert (myObject (attribute1 "attr18762") ) ) +(assert (myObject (attribute1 "attr18763") ) ) +(assert (myObject (attribute1 "attr18764") ) ) +(assert (myObject (attribute1 "attr18765") ) ) +(assert (myObject (attribute1 "attr18766") ) ) +(assert (myObject (attribute1 "attr18767") ) ) +(assert (myObject (attribute1 "attr18768") ) ) +(assert (myObject (attribute1 "attr18769") ) ) +(assert (myObject (attribute1 "attr18770") ) ) +(assert (myObject (attribute1 "attr18771") ) ) +(assert (myObject (attribute1 "attr18772") ) ) +(assert (myObject (attribute1 "attr18773") ) ) +(assert (myObject (attribute1 "attr18774") ) ) +(assert (myObject (attribute1 "attr18775") ) ) +(assert (myObject (attribute1 "attr18776") ) ) +(assert (myObject (attribute1 "attr18777") ) ) +(assert (myObject (attribute1 "attr18778") ) ) +(assert (myObject (attribute1 "attr18779") ) ) +(assert (myObject (attribute1 "attr18780") ) ) +(assert (myObject (attribute1 "attr18781") ) ) +(assert (myObject (attribute1 "attr18782") ) ) +(assert (myObject (attribute1 "attr18783") ) ) +(assert (myObject (attribute1 "attr18784") ) ) +(assert (myObject (attribute1 "attr18785") ) ) +(assert (myObject (attribute1 "attr18786") ) ) +(assert (myObject (attribute1 "attr18787") ) ) +(assert (myObject (attribute1 "attr18788") ) ) +(assert (myObject (attribute1 "attr18789") ) ) +(assert (myObject (attribute1 "attr18790") ) ) +(assert (myObject (attribute1 "attr18791") ) ) +(assert (myObject (attribute1 "attr18792") ) ) +(assert (myObject (attribute1 "attr18793") ) ) +(assert (myObject (attribute1 "attr18794") ) ) +(assert (myObject (attribute1 "attr18795") ) ) +(assert (myObject (attribute1 "attr18796") ) ) +(assert (myObject (attribute1 "attr18797") ) ) +(assert (myObject (attribute1 "attr18798") ) ) +(assert (myObject (attribute1 "attr18799") ) ) +(assert (myObject (attribute1 "attr18800") ) ) +(assert (myObject (attribute1 "attr18801") ) ) +(assert (myObject (attribute1 "attr18802") ) ) +(assert (myObject (attribute1 "attr18803") ) ) +(assert (myObject (attribute1 "attr18804") ) ) +(assert (myObject (attribute1 "attr18805") ) ) +(assert (myObject (attribute1 "attr18806") ) ) +(assert (myObject (attribute1 "attr18807") ) ) +(assert (myObject (attribute1 "attr18808") ) ) +(assert (myObject (attribute1 "attr18809") ) ) +(assert (myObject (attribute1 "attr18810") ) ) +(assert (myObject (attribute1 "attr18811") ) ) +(assert (myObject (attribute1 "attr18812") ) ) +(assert (myObject (attribute1 "attr18813") ) ) +(assert (myObject (attribute1 "attr18814") ) ) +(assert (myObject (attribute1 "attr18815") ) ) +(assert (myObject (attribute1 "attr18816") ) ) +(assert (myObject (attribute1 "attr18817") ) ) +(assert (myObject (attribute1 "attr18818") ) ) +(assert (myObject (attribute1 "attr18819") ) ) +(assert (myObject (attribute1 "attr18820") ) ) +(assert (myObject (attribute1 "attr18821") ) ) +(assert (myObject (attribute1 "attr18822") ) ) +(assert (myObject (attribute1 "attr18823") ) ) +(assert (myObject (attribute1 "attr18824") ) ) +(assert (myObject (attribute1 "attr18825") ) ) +(assert (myObject (attribute1 "attr18826") ) ) +(assert (myObject (attribute1 "attr18827") ) ) +(assert (myObject (attribute1 "attr18828") ) ) +(assert (myObject (attribute1 "attr18829") ) ) +(assert (myObject (attribute1 "attr18830") ) ) +(assert (myObject (attribute1 "attr18831") ) ) +(assert (myObject (attribute1 "attr18832") ) ) +(assert (myObject (attribute1 "attr18833") ) ) +(assert (myObject (attribute1 "attr18834") ) ) +(assert (myObject (attribute1 "attr18835") ) ) +(assert (myObject (attribute1 "attr18836") ) ) +(assert (myObject (attribute1 "attr18837") ) ) +(assert (myObject (attribute1 "attr18838") ) ) +(assert (myObject (attribute1 "attr18839") ) ) +(assert (myObject (attribute1 "attr18840") ) ) +(assert (myObject (attribute1 "attr18841") ) ) +(assert (myObject (attribute1 "attr18842") ) ) +(assert (myObject (attribute1 "attr18843") ) ) +(assert (myObject (attribute1 "attr18844") ) ) +(assert (myObject (attribute1 "attr18845") ) ) +(assert (myObject (attribute1 "attr18846") ) ) +(assert (myObject (attribute1 "attr18847") ) ) +(assert (myObject (attribute1 "attr18848") ) ) +(assert (myObject (attribute1 "attr18849") ) ) +(assert (myObject (attribute1 "attr18850") ) ) +(assert (myObject (attribute1 "attr18851") ) ) +(assert (myObject (attribute1 "attr18852") ) ) +(assert (myObject (attribute1 "attr18853") ) ) +(assert (myObject (attribute1 "attr18854") ) ) +(assert (myObject (attribute1 "attr18855") ) ) +(assert (myObject (attribute1 "attr18856") ) ) +(assert (myObject (attribute1 "attr18857") ) ) +(assert (myObject (attribute1 "attr18858") ) ) +(assert (myObject (attribute1 "attr18859") ) ) +(assert (myObject (attribute1 "attr18860") ) ) +(assert (myObject (attribute1 "attr18861") ) ) +(assert (myObject (attribute1 "attr18862") ) ) +(assert (myObject (attribute1 "attr18863") ) ) +(assert (myObject (attribute1 "attr18864") ) ) +(assert (myObject (attribute1 "attr18865") ) ) +(assert (myObject (attribute1 "attr18866") ) ) +(assert (myObject (attribute1 "attr18867") ) ) +(assert (myObject (attribute1 "attr18868") ) ) +(assert (myObject (attribute1 "attr18869") ) ) +(assert (myObject (attribute1 "attr18870") ) ) +(assert (myObject (attribute1 "attr18871") ) ) +(assert (myObject (attribute1 "attr18872") ) ) +(assert (myObject (attribute1 "attr18873") ) ) +(assert (myObject (attribute1 "attr18874") ) ) +(assert (myObject (attribute1 "attr18875") ) ) +(assert (myObject (attribute1 "attr18876") ) ) +(assert (myObject (attribute1 "attr18877") ) ) +(assert (myObject (attribute1 "attr18878") ) ) +(assert (myObject (attribute1 "attr18879") ) ) +(assert (myObject (attribute1 "attr18880") ) ) +(assert (myObject (attribute1 "attr18881") ) ) +(assert (myObject (attribute1 "attr18882") ) ) +(assert (myObject (attribute1 "attr18883") ) ) +(assert (myObject (attribute1 "attr18884") ) ) +(assert (myObject (attribute1 "attr18885") ) ) +(assert (myObject (attribute1 "attr18886") ) ) +(assert (myObject (attribute1 "attr18887") ) ) +(assert (myObject (attribute1 "attr18888") ) ) +(assert (myObject (attribute1 "attr18889") ) ) +(assert (myObject (attribute1 "attr18890") ) ) +(assert (myObject (attribute1 "attr18891") ) ) +(assert (myObject (attribute1 "attr18892") ) ) +(assert (myObject (attribute1 "attr18893") ) ) +(assert (myObject (attribute1 "attr18894") ) ) +(assert (myObject (attribute1 "attr18895") ) ) +(assert (myObject (attribute1 "attr18896") ) ) +(assert (myObject (attribute1 "attr18897") ) ) +(assert (myObject (attribute1 "attr18898") ) ) +(assert (myObject (attribute1 "attr18899") ) ) +(assert (myObject (attribute1 "attr18900") ) ) +(assert (myObject (attribute1 "attr18901") ) ) +(assert (myObject (attribute1 "attr18902") ) ) +(assert (myObject (attribute1 "attr18903") ) ) +(assert (myObject (attribute1 "attr18904") ) ) +(assert (myObject (attribute1 "attr18905") ) ) +(assert (myObject (attribute1 "attr18906") ) ) +(assert (myObject (attribute1 "attr18907") ) ) +(assert (myObject (attribute1 "attr18908") ) ) +(assert (myObject (attribute1 "attr18909") ) ) +(assert (myObject (attribute1 "attr18910") ) ) +(assert (myObject (attribute1 "attr18911") ) ) +(assert (myObject (attribute1 "attr18912") ) ) +(assert (myObject (attribute1 "attr18913") ) ) +(assert (myObject (attribute1 "attr18914") ) ) +(assert (myObject (attribute1 "attr18915") ) ) +(assert (myObject (attribute1 "attr18916") ) ) +(assert (myObject (attribute1 "attr18917") ) ) +(assert (myObject (attribute1 "attr18918") ) ) +(assert (myObject (attribute1 "attr18919") ) ) +(assert (myObject (attribute1 "attr18920") ) ) +(assert (myObject (attribute1 "attr18921") ) ) +(assert (myObject (attribute1 "attr18922") ) ) +(assert (myObject (attribute1 "attr18923") ) ) +(assert (myObject (attribute1 "attr18924") ) ) +(assert (myObject (attribute1 "attr18925") ) ) +(assert (myObject (attribute1 "attr18926") ) ) +(assert (myObject (attribute1 "attr18927") ) ) +(assert (myObject (attribute1 "attr18928") ) ) +(assert (myObject (attribute1 "attr18929") ) ) +(assert (myObject (attribute1 "attr18930") ) ) +(assert (myObject (attribute1 "attr18931") ) ) +(assert (myObject (attribute1 "attr18932") ) ) +(assert (myObject (attribute1 "attr18933") ) ) +(assert (myObject (attribute1 "attr18934") ) ) +(assert (myObject (attribute1 "attr18935") ) ) +(assert (myObject (attribute1 "attr18936") ) ) +(assert (myObject (attribute1 "attr18937") ) ) +(assert (myObject (attribute1 "attr18938") ) ) +(assert (myObject (attribute1 "attr18939") ) ) +(assert (myObject (attribute1 "attr18940") ) ) +(assert (myObject (attribute1 "attr18941") ) ) +(assert (myObject (attribute1 "attr18942") ) ) +(assert (myObject (attribute1 "attr18943") ) ) +(assert (myObject (attribute1 "attr18944") ) ) +(assert (myObject (attribute1 "attr18945") ) ) +(assert (myObject (attribute1 "attr18946") ) ) +(assert (myObject (attribute1 "attr18947") ) ) +(assert (myObject (attribute1 "attr18948") ) ) +(assert (myObject (attribute1 "attr18949") ) ) +(assert (myObject (attribute1 "attr18950") ) ) +(assert (myObject (attribute1 "attr18951") ) ) +(assert (myObject (attribute1 "attr18952") ) ) +(assert (myObject (attribute1 "attr18953") ) ) +(assert (myObject (attribute1 "attr18954") ) ) +(assert (myObject (attribute1 "attr18955") ) ) +(assert (myObject (attribute1 "attr18956") ) ) +(assert (myObject (attribute1 "attr18957") ) ) +(assert (myObject (attribute1 "attr18958") ) ) +(assert (myObject (attribute1 "attr18959") ) ) +(assert (myObject (attribute1 "attr18960") ) ) +(assert (myObject (attribute1 "attr18961") ) ) +(assert (myObject (attribute1 "attr18962") ) ) +(assert (myObject (attribute1 "attr18963") ) ) +(assert (myObject (attribute1 "attr18964") ) ) +(assert (myObject (attribute1 "attr18965") ) ) +(assert (myObject (attribute1 "attr18966") ) ) +(assert (myObject (attribute1 "attr18967") ) ) +(assert (myObject (attribute1 "attr18968") ) ) +(assert (myObject (attribute1 "attr18969") ) ) +(assert (myObject (attribute1 "attr18970") ) ) +(assert (myObject (attribute1 "attr18971") ) ) +(assert (myObject (attribute1 "attr18972") ) ) +(assert (myObject (attribute1 "attr18973") ) ) +(assert (myObject (attribute1 "attr18974") ) ) +(assert (myObject (attribute1 "attr18975") ) ) +(assert (myObject (attribute1 "attr18976") ) ) +(assert (myObject (attribute1 "attr18977") ) ) +(assert (myObject (attribute1 "attr18978") ) ) +(assert (myObject (attribute1 "attr18979") ) ) +(assert (myObject (attribute1 "attr18980") ) ) +(assert (myObject (attribute1 "attr18981") ) ) +(assert (myObject (attribute1 "attr18982") ) ) +(assert (myObject (attribute1 "attr18983") ) ) +(assert (myObject (attribute1 "attr18984") ) ) +(assert (myObject (attribute1 "attr18985") ) ) +(assert (myObject (attribute1 "attr18986") ) ) +(assert (myObject (attribute1 "attr18987") ) ) +(assert (myObject (attribute1 "attr18988") ) ) +(assert (myObject (attribute1 "attr18989") ) ) +(assert (myObject (attribute1 "attr18990") ) ) +(assert (myObject (attribute1 "attr18991") ) ) +(assert (myObject (attribute1 "attr18992") ) ) +(assert (myObject (attribute1 "attr18993") ) ) +(assert (myObject (attribute1 "attr18994") ) ) +(assert (myObject (attribute1 "attr18995") ) ) +(assert (myObject (attribute1 "attr18996") ) ) +(assert (myObject (attribute1 "attr18997") ) ) +(assert (myObject (attribute1 "attr18998") ) ) +(assert (myObject (attribute1 "attr18999") ) ) +(assert (myObject (attribute1 "attr19000") ) ) +(assert (myObject (attribute1 "attr19001") ) ) +(assert (myObject (attribute1 "attr19002") ) ) +(assert (myObject (attribute1 "attr19003") ) ) +(assert (myObject (attribute1 "attr19004") ) ) +(assert (myObject (attribute1 "attr19005") ) ) +(assert (myObject (attribute1 "attr19006") ) ) +(assert (myObject (attribute1 "attr19007") ) ) +(assert (myObject (attribute1 "attr19008") ) ) +(assert (myObject (attribute1 "attr19009") ) ) +(assert (myObject (attribute1 "attr19010") ) ) +(assert (myObject (attribute1 "attr19011") ) ) +(assert (myObject (attribute1 "attr19012") ) ) +(assert (myObject (attribute1 "attr19013") ) ) +(assert (myObject (attribute1 "attr19014") ) ) +(assert (myObject (attribute1 "attr19015") ) ) +(assert (myObject (attribute1 "attr19016") ) ) +(assert (myObject (attribute1 "attr19017") ) ) +(assert (myObject (attribute1 "attr19018") ) ) +(assert (myObject (attribute1 "attr19019") ) ) +(assert (myObject (attribute1 "attr19020") ) ) +(assert (myObject (attribute1 "attr19021") ) ) +(assert (myObject (attribute1 "attr19022") ) ) +(assert (myObject (attribute1 "attr19023") ) ) +(assert (myObject (attribute1 "attr19024") ) ) +(assert (myObject (attribute1 "attr19025") ) ) +(assert (myObject (attribute1 "attr19026") ) ) +(assert (myObject (attribute1 "attr19027") ) ) +(assert (myObject (attribute1 "attr19028") ) ) +(assert (myObject (attribute1 "attr19029") ) ) +(assert (myObject (attribute1 "attr19030") ) ) +(assert (myObject (attribute1 "attr19031") ) ) +(assert (myObject (attribute1 "attr19032") ) ) +(assert (myObject (attribute1 "attr19033") ) ) +(assert (myObject (attribute1 "attr19034") ) ) +(assert (myObject (attribute1 "attr19035") ) ) +(assert (myObject (attribute1 "attr19036") ) ) +(assert (myObject (attribute1 "attr19037") ) ) +(assert (myObject (attribute1 "attr19038") ) ) +(assert (myObject (attribute1 "attr19039") ) ) +(assert (myObject (attribute1 "attr19040") ) ) +(assert (myObject (attribute1 "attr19041") ) ) +(assert (myObject (attribute1 "attr19042") ) ) +(assert (myObject (attribute1 "attr19043") ) ) +(assert (myObject (attribute1 "attr19044") ) ) +(assert (myObject (attribute1 "attr19045") ) ) +(assert (myObject (attribute1 "attr19046") ) ) +(assert (myObject (attribute1 "attr19047") ) ) +(assert (myObject (attribute1 "attr19048") ) ) +(assert (myObject (attribute1 "attr19049") ) ) +(assert (myObject (attribute1 "attr19050") ) ) +(assert (myObject (attribute1 "attr19051") ) ) +(assert (myObject (attribute1 "attr19052") ) ) +(assert (myObject (attribute1 "attr19053") ) ) +(assert (myObject (attribute1 "attr19054") ) ) +(assert (myObject (attribute1 "attr19055") ) ) +(assert (myObject (attribute1 "attr19056") ) ) +(assert (myObject (attribute1 "attr19057") ) ) +(assert (myObject (attribute1 "attr19058") ) ) +(assert (myObject (attribute1 "attr19059") ) ) +(assert (myObject (attribute1 "attr19060") ) ) +(assert (myObject (attribute1 "attr19061") ) ) +(assert (myObject (attribute1 "attr19062") ) ) +(assert (myObject (attribute1 "attr19063") ) ) +(assert (myObject (attribute1 "attr19064") ) ) +(assert (myObject (attribute1 "attr19065") ) ) +(assert (myObject (attribute1 "attr19066") ) ) +(assert (myObject (attribute1 "attr19067") ) ) +(assert (myObject (attribute1 "attr19068") ) ) +(assert (myObject (attribute1 "attr19069") ) ) +(assert (myObject (attribute1 "attr19070") ) ) +(assert (myObject (attribute1 "attr19071") ) ) +(assert (myObject (attribute1 "attr19072") ) ) +(assert (myObject (attribute1 "attr19073") ) ) +(assert (myObject (attribute1 "attr19074") ) ) +(assert (myObject (attribute1 "attr19075") ) ) +(assert (myObject (attribute1 "attr19076") ) ) +(assert (myObject (attribute1 "attr19077") ) ) +(assert (myObject (attribute1 "attr19078") ) ) +(assert (myObject (attribute1 "attr19079") ) ) +(assert (myObject (attribute1 "attr19080") ) ) +(assert (myObject (attribute1 "attr19081") ) ) +(assert (myObject (attribute1 "attr19082") ) ) +(assert (myObject (attribute1 "attr19083") ) ) +(assert (myObject (attribute1 "attr19084") ) ) +(assert (myObject (attribute1 "attr19085") ) ) +(assert (myObject (attribute1 "attr19086") ) ) +(assert (myObject (attribute1 "attr19087") ) ) +(assert (myObject (attribute1 "attr19088") ) ) +(assert (myObject (attribute1 "attr19089") ) ) +(assert (myObject (attribute1 "attr19090") ) ) +(assert (myObject (attribute1 "attr19091") ) ) +(assert (myObject (attribute1 "attr19092") ) ) +(assert (myObject (attribute1 "attr19093") ) ) +(assert (myObject (attribute1 "attr19094") ) ) +(assert (myObject (attribute1 "attr19095") ) ) +(assert (myObject (attribute1 "attr19096") ) ) +(assert (myObject (attribute1 "attr19097") ) ) +(assert (myObject (attribute1 "attr19098") ) ) +(assert (myObject (attribute1 "attr19099") ) ) +(assert (myObject (attribute1 "attr19100") ) ) +(assert (myObject (attribute1 "attr19101") ) ) +(assert (myObject (attribute1 "attr19102") ) ) +(assert (myObject (attribute1 "attr19103") ) ) +(assert (myObject (attribute1 "attr19104") ) ) +(assert (myObject (attribute1 "attr19105") ) ) +(assert (myObject (attribute1 "attr19106") ) ) +(assert (myObject (attribute1 "attr19107") ) ) +(assert (myObject (attribute1 "attr19108") ) ) +(assert (myObject (attribute1 "attr19109") ) ) +(assert (myObject (attribute1 "attr19110") ) ) +(assert (myObject (attribute1 "attr19111") ) ) +(assert (myObject (attribute1 "attr19112") ) ) +(assert (myObject (attribute1 "attr19113") ) ) +(assert (myObject (attribute1 "attr19114") ) ) +(assert (myObject (attribute1 "attr19115") ) ) +(assert (myObject (attribute1 "attr19116") ) ) +(assert (myObject (attribute1 "attr19117") ) ) +(assert (myObject (attribute1 "attr19118") ) ) +(assert (myObject (attribute1 "attr19119") ) ) +(assert (myObject (attribute1 "attr19120") ) ) +(assert (myObject (attribute1 "attr19121") ) ) +(assert (myObject (attribute1 "attr19122") ) ) +(assert (myObject (attribute1 "attr19123") ) ) +(assert (myObject (attribute1 "attr19124") ) ) +(assert (myObject (attribute1 "attr19125") ) ) +(assert (myObject (attribute1 "attr19126") ) ) +(assert (myObject (attribute1 "attr19127") ) ) +(assert (myObject (attribute1 "attr19128") ) ) +(assert (myObject (attribute1 "attr19129") ) ) +(assert (myObject (attribute1 "attr19130") ) ) +(assert (myObject (attribute1 "attr19131") ) ) +(assert (myObject (attribute1 "attr19132") ) ) +(assert (myObject (attribute1 "attr19133") ) ) +(assert (myObject (attribute1 "attr19134") ) ) +(assert (myObject (attribute1 "attr19135") ) ) +(assert (myObject (attribute1 "attr19136") ) ) +(assert (myObject (attribute1 "attr19137") ) ) +(assert (myObject (attribute1 "attr19138") ) ) +(assert (myObject (attribute1 "attr19139") ) ) +(assert (myObject (attribute1 "attr19140") ) ) +(assert (myObject (attribute1 "attr19141") ) ) +(assert (myObject (attribute1 "attr19142") ) ) +(assert (myObject (attribute1 "attr19143") ) ) +(assert (myObject (attribute1 "attr19144") ) ) +(assert (myObject (attribute1 "attr19145") ) ) +(assert (myObject (attribute1 "attr19146") ) ) +(assert (myObject (attribute1 "attr19147") ) ) +(assert (myObject (attribute1 "attr19148") ) ) +(assert (myObject (attribute1 "attr19149") ) ) +(assert (myObject (attribute1 "attr19150") ) ) +(assert (myObject (attribute1 "attr19151") ) ) +(assert (myObject (attribute1 "attr19152") ) ) +(assert (myObject (attribute1 "attr19153") ) ) +(assert (myObject (attribute1 "attr19154") ) ) +(assert (myObject (attribute1 "attr19155") ) ) +(assert (myObject (attribute1 "attr19156") ) ) +(assert (myObject (attribute1 "attr19157") ) ) +(assert (myObject (attribute1 "attr19158") ) ) +(assert (myObject (attribute1 "attr19159") ) ) +(assert (myObject (attribute1 "attr19160") ) ) +(assert (myObject (attribute1 "attr19161") ) ) +(assert (myObject (attribute1 "attr19162") ) ) +(assert (myObject (attribute1 "attr19163") ) ) +(assert (myObject (attribute1 "attr19164") ) ) +(assert (myObject (attribute1 "attr19165") ) ) +(assert (myObject (attribute1 "attr19166") ) ) +(assert (myObject (attribute1 "attr19167") ) ) +(assert (myObject (attribute1 "attr19168") ) ) +(assert (myObject (attribute1 "attr19169") ) ) +(assert (myObject (attribute1 "attr19170") ) ) +(assert (myObject (attribute1 "attr19171") ) ) +(assert (myObject (attribute1 "attr19172") ) ) +(assert (myObject (attribute1 "attr19173") ) ) +(assert (myObject (attribute1 "attr19174") ) ) +(assert (myObject (attribute1 "attr19175") ) ) +(assert (myObject (attribute1 "attr19176") ) ) +(assert (myObject (attribute1 "attr19177") ) ) +(assert (myObject (attribute1 "attr19178") ) ) +(assert (myObject (attribute1 "attr19179") ) ) +(assert (myObject (attribute1 "attr19180") ) ) +(assert (myObject (attribute1 "attr19181") ) ) +(assert (myObject (attribute1 "attr19182") ) ) +(assert (myObject (attribute1 "attr19183") ) ) +(assert (myObject (attribute1 "attr19184") ) ) +(assert (myObject (attribute1 "attr19185") ) ) +(assert (myObject (attribute1 "attr19186") ) ) +(assert (myObject (attribute1 "attr19187") ) ) +(assert (myObject (attribute1 "attr19188") ) ) +(assert (myObject (attribute1 "attr19189") ) ) +(assert (myObject (attribute1 "attr19190") ) ) +(assert (myObject (attribute1 "attr19191") ) ) +(assert (myObject (attribute1 "attr19192") ) ) +(assert (myObject (attribute1 "attr19193") ) ) +(assert (myObject (attribute1 "attr19194") ) ) +(assert (myObject (attribute1 "attr19195") ) ) +(assert (myObject (attribute1 "attr19196") ) ) +(assert (myObject (attribute1 "attr19197") ) ) +(assert (myObject (attribute1 "attr19198") ) ) +(assert (myObject (attribute1 "attr19199") ) ) +(assert (myObject (attribute1 "attr19200") ) ) +(assert (myObject (attribute1 "attr19201") ) ) +(assert (myObject (attribute1 "attr19202") ) ) +(assert (myObject (attribute1 "attr19203") ) ) +(assert (myObject (attribute1 "attr19204") ) ) +(assert (myObject (attribute1 "attr19205") ) ) +(assert (myObject (attribute1 "attr19206") ) ) +(assert (myObject (attribute1 "attr19207") ) ) +(assert (myObject (attribute1 "attr19208") ) ) +(assert (myObject (attribute1 "attr19209") ) ) +(assert (myObject (attribute1 "attr19210") ) ) +(assert (myObject (attribute1 "attr19211") ) ) +(assert (myObject (attribute1 "attr19212") ) ) +(assert (myObject (attribute1 "attr19213") ) ) +(assert (myObject (attribute1 "attr19214") ) ) +(assert (myObject (attribute1 "attr19215") ) ) +(assert (myObject (attribute1 "attr19216") ) ) +(assert (myObject (attribute1 "attr19217") ) ) +(assert (myObject (attribute1 "attr19218") ) ) +(assert (myObject (attribute1 "attr19219") ) ) +(assert (myObject (attribute1 "attr19220") ) ) +(assert (myObject (attribute1 "attr19221") ) ) +(assert (myObject (attribute1 "attr19222") ) ) +(assert (myObject (attribute1 "attr19223") ) ) +(assert (myObject (attribute1 "attr19224") ) ) +(assert (myObject (attribute1 "attr19225") ) ) +(assert (myObject (attribute1 "attr19226") ) ) +(assert (myObject (attribute1 "attr19227") ) ) +(assert (myObject (attribute1 "attr19228") ) ) +(assert (myObject (attribute1 "attr19229") ) ) +(assert (myObject (attribute1 "attr19230") ) ) +(assert (myObject (attribute1 "attr19231") ) ) +(assert (myObject (attribute1 "attr19232") ) ) +(assert (myObject (attribute1 "attr19233") ) ) +(assert (myObject (attribute1 "attr19234") ) ) +(assert (myObject (attribute1 "attr19235") ) ) +(assert (myObject (attribute1 "attr19236") ) ) +(assert (myObject (attribute1 "attr19237") ) ) +(assert (myObject (attribute1 "attr19238") ) ) +(assert (myObject (attribute1 "attr19239") ) ) +(assert (myObject (attribute1 "attr19240") ) ) +(assert (myObject (attribute1 "attr19241") ) ) +(assert (myObject (attribute1 "attr19242") ) ) +(assert (myObject (attribute1 "attr19243") ) ) +(assert (myObject (attribute1 "attr19244") ) ) +(assert (myObject (attribute1 "attr19245") ) ) +(assert (myObject (attribute1 "attr19246") ) ) +(assert (myObject (attribute1 "attr19247") ) ) +(assert (myObject (attribute1 "attr19248") ) ) +(assert (myObject (attribute1 "attr19249") ) ) +(assert (myObject (attribute1 "attr19250") ) ) +(assert (myObject (attribute1 "attr19251") ) ) +(assert (myObject (attribute1 "attr19252") ) ) +(assert (myObject (attribute1 "attr19253") ) ) +(assert (myObject (attribute1 "attr19254") ) ) +(assert (myObject (attribute1 "attr19255") ) ) +(assert (myObject (attribute1 "attr19256") ) ) +(assert (myObject (attribute1 "attr19257") ) ) +(assert (myObject (attribute1 "attr19258") ) ) +(assert (myObject (attribute1 "attr19259") ) ) +(assert (myObject (attribute1 "attr19260") ) ) +(assert (myObject (attribute1 "attr19261") ) ) +(assert (myObject (attribute1 "attr19262") ) ) +(assert (myObject (attribute1 "attr19263") ) ) +(assert (myObject (attribute1 "attr19264") ) ) +(assert (myObject (attribute1 "attr19265") ) ) +(assert (myObject (attribute1 "attr19266") ) ) +(assert (myObject (attribute1 "attr19267") ) ) +(assert (myObject (attribute1 "attr19268") ) ) +(assert (myObject (attribute1 "attr19269") ) ) +(assert (myObject (attribute1 "attr19270") ) ) +(assert (myObject (attribute1 "attr19271") ) ) +(assert (myObject (attribute1 "attr19272") ) ) +(assert (myObject (attribute1 "attr19273") ) ) +(assert (myObject (attribute1 "attr19274") ) ) +(assert (myObject (attribute1 "attr19275") ) ) +(assert (myObject (attribute1 "attr19276") ) ) +(assert (myObject (attribute1 "attr19277") ) ) +(assert (myObject (attribute1 "attr19278") ) ) +(assert (myObject (attribute1 "attr19279") ) ) +(assert (myObject (attribute1 "attr19280") ) ) +(assert (myObject (attribute1 "attr19281") ) ) +(assert (myObject (attribute1 "attr19282") ) ) +(assert (myObject (attribute1 "attr19283") ) ) +(assert (myObject (attribute1 "attr19284") ) ) +(assert (myObject (attribute1 "attr19285") ) ) +(assert (myObject (attribute1 "attr19286") ) ) +(assert (myObject (attribute1 "attr19287") ) ) +(assert (myObject (attribute1 "attr19288") ) ) +(assert (myObject (attribute1 "attr19289") ) ) +(assert (myObject (attribute1 "attr19290") ) ) +(assert (myObject (attribute1 "attr19291") ) ) +(assert (myObject (attribute1 "attr19292") ) ) +(assert (myObject (attribute1 "attr19293") ) ) +(assert (myObject (attribute1 "attr19294") ) ) +(assert (myObject (attribute1 "attr19295") ) ) +(assert (myObject (attribute1 "attr19296") ) ) +(assert (myObject (attribute1 "attr19297") ) ) +(assert (myObject (attribute1 "attr19298") ) ) +(assert (myObject (attribute1 "attr19299") ) ) +(assert (myObject (attribute1 "attr19300") ) ) +(assert (myObject (attribute1 "attr19301") ) ) +(assert (myObject (attribute1 "attr19302") ) ) +(assert (myObject (attribute1 "attr19303") ) ) +(assert (myObject (attribute1 "attr19304") ) ) +(assert (myObject (attribute1 "attr19305") ) ) +(assert (myObject (attribute1 "attr19306") ) ) +(assert (myObject (attribute1 "attr19307") ) ) +(assert (myObject (attribute1 "attr19308") ) ) +(assert (myObject (attribute1 "attr19309") ) ) +(assert (myObject (attribute1 "attr19310") ) ) +(assert (myObject (attribute1 "attr19311") ) ) +(assert (myObject (attribute1 "attr19312") ) ) +(assert (myObject (attribute1 "attr19313") ) ) +(assert (myObject (attribute1 "attr19314") ) ) +(assert (myObject (attribute1 "attr19315") ) ) +(assert (myObject (attribute1 "attr19316") ) ) +(assert (myObject (attribute1 "attr19317") ) ) +(assert (myObject (attribute1 "attr19318") ) ) +(assert (myObject (attribute1 "attr19319") ) ) +(assert (myObject (attribute1 "attr19320") ) ) +(assert (myObject (attribute1 "attr19321") ) ) +(assert (myObject (attribute1 "attr19322") ) ) +(assert (myObject (attribute1 "attr19323") ) ) +(assert (myObject (attribute1 "attr19324") ) ) +(assert (myObject (attribute1 "attr19325") ) ) +(assert (myObject (attribute1 "attr19326") ) ) +(assert (myObject (attribute1 "attr19327") ) ) +(assert (myObject (attribute1 "attr19328") ) ) +(assert (myObject (attribute1 "attr19329") ) ) +(assert (myObject (attribute1 "attr19330") ) ) +(assert (myObject (attribute1 "attr19331") ) ) +(assert (myObject (attribute1 "attr19332") ) ) +(assert (myObject (attribute1 "attr19333") ) ) +(assert (myObject (attribute1 "attr19334") ) ) +(assert (myObject (attribute1 "attr19335") ) ) +(assert (myObject (attribute1 "attr19336") ) ) +(assert (myObject (attribute1 "attr19337") ) ) +(assert (myObject (attribute1 "attr19338") ) ) +(assert (myObject (attribute1 "attr19339") ) ) +(assert (myObject (attribute1 "attr19340") ) ) +(assert (myObject (attribute1 "attr19341") ) ) +(assert (myObject (attribute1 "attr19342") ) ) +(assert (myObject (attribute1 "attr19343") ) ) +(assert (myObject (attribute1 "attr19344") ) ) +(assert (myObject (attribute1 "attr19345") ) ) +(assert (myObject (attribute1 "attr19346") ) ) +(assert (myObject (attribute1 "attr19347") ) ) +(assert (myObject (attribute1 "attr19348") ) ) +(assert (myObject (attribute1 "attr19349") ) ) +(assert (myObject (attribute1 "attr19350") ) ) +(assert (myObject (attribute1 "attr19351") ) ) +(assert (myObject (attribute1 "attr19352") ) ) +(assert (myObject (attribute1 "attr19353") ) ) +(assert (myObject (attribute1 "attr19354") ) ) +(assert (myObject (attribute1 "attr19355") ) ) +(assert (myObject (attribute1 "attr19356") ) ) +(assert (myObject (attribute1 "attr19357") ) ) +(assert (myObject (attribute1 "attr19358") ) ) +(assert (myObject (attribute1 "attr19359") ) ) +(assert (myObject (attribute1 "attr19360") ) ) +(assert (myObject (attribute1 "attr19361") ) ) +(assert (myObject (attribute1 "attr19362") ) ) +(assert (myObject (attribute1 "attr19363") ) ) +(assert (myObject (attribute1 "attr19364") ) ) +(assert (myObject (attribute1 "attr19365") ) ) +(assert (myObject (attribute1 "attr19366") ) ) +(assert (myObject (attribute1 "attr19367") ) ) +(assert (myObject (attribute1 "attr19368") ) ) +(assert (myObject (attribute1 "attr19369") ) ) +(assert (myObject (attribute1 "attr19370") ) ) +(assert (myObject (attribute1 "attr19371") ) ) +(assert (myObject (attribute1 "attr19372") ) ) +(assert (myObject (attribute1 "attr19373") ) ) +(assert (myObject (attribute1 "attr19374") ) ) +(assert (myObject (attribute1 "attr19375") ) ) +(assert (myObject (attribute1 "attr19376") ) ) +(assert (myObject (attribute1 "attr19377") ) ) +(assert (myObject (attribute1 "attr19378") ) ) +(assert (myObject (attribute1 "attr19379") ) ) +(assert (myObject (attribute1 "attr19380") ) ) +(assert (myObject (attribute1 "attr19381") ) ) +(assert (myObject (attribute1 "attr19382") ) ) +(assert (myObject (attribute1 "attr19383") ) ) +(assert (myObject (attribute1 "attr19384") ) ) +(assert (myObject (attribute1 "attr19385") ) ) +(assert (myObject (attribute1 "attr19386") ) ) +(assert (myObject (attribute1 "attr19387") ) ) +(assert (myObject (attribute1 "attr19388") ) ) +(assert (myObject (attribute1 "attr19389") ) ) +(assert (myObject (attribute1 "attr19390") ) ) +(assert (myObject (attribute1 "attr19391") ) ) +(assert (myObject (attribute1 "attr19392") ) ) +(assert (myObject (attribute1 "attr19393") ) ) +(assert (myObject (attribute1 "attr19394") ) ) +(assert (myObject (attribute1 "attr19395") ) ) +(assert (myObject (attribute1 "attr19396") ) ) +(assert (myObject (attribute1 "attr19397") ) ) +(assert (myObject (attribute1 "attr19398") ) ) +(assert (myObject (attribute1 "attr19399") ) ) +(assert (myObject (attribute1 "attr19400") ) ) +(assert (myObject (attribute1 "attr19401") ) ) +(assert (myObject (attribute1 "attr19402") ) ) +(assert (myObject (attribute1 "attr19403") ) ) +(assert (myObject (attribute1 "attr19404") ) ) +(assert (myObject (attribute1 "attr19405") ) ) +(assert (myObject (attribute1 "attr19406") ) ) +(assert (myObject (attribute1 "attr19407") ) ) +(assert (myObject (attribute1 "attr19408") ) ) +(assert (myObject (attribute1 "attr19409") ) ) +(assert (myObject (attribute1 "attr19410") ) ) +(assert (myObject (attribute1 "attr19411") ) ) +(assert (myObject (attribute1 "attr19412") ) ) +(assert (myObject (attribute1 "attr19413") ) ) +(assert (myObject (attribute1 "attr19414") ) ) +(assert (myObject (attribute1 "attr19415") ) ) +(assert (myObject (attribute1 "attr19416") ) ) +(assert (myObject (attribute1 "attr19417") ) ) +(assert (myObject (attribute1 "attr19418") ) ) +(assert (myObject (attribute1 "attr19419") ) ) +(assert (myObject (attribute1 "attr19420") ) ) +(assert (myObject (attribute1 "attr19421") ) ) +(assert (myObject (attribute1 "attr19422") ) ) +(assert (myObject (attribute1 "attr19423") ) ) +(assert (myObject (attribute1 "attr19424") ) ) +(assert (myObject (attribute1 "attr19425") ) ) +(assert (myObject (attribute1 "attr19426") ) ) +(assert (myObject (attribute1 "attr19427") ) ) +(assert (myObject (attribute1 "attr19428") ) ) +(assert (myObject (attribute1 "attr19429") ) ) +(assert (myObject (attribute1 "attr19430") ) ) +(assert (myObject (attribute1 "attr19431") ) ) +(assert (myObject (attribute1 "attr19432") ) ) +(assert (myObject (attribute1 "attr19433") ) ) +(assert (myObject (attribute1 "attr19434") ) ) +(assert (myObject (attribute1 "attr19435") ) ) +(assert (myObject (attribute1 "attr19436") ) ) +(assert (myObject (attribute1 "attr19437") ) ) +(assert (myObject (attribute1 "attr19438") ) ) +(assert (myObject (attribute1 "attr19439") ) ) +(assert (myObject (attribute1 "attr19440") ) ) +(assert (myObject (attribute1 "attr19441") ) ) +(assert (myObject (attribute1 "attr19442") ) ) +(assert (myObject (attribute1 "attr19443") ) ) +(assert (myObject (attribute1 "attr19444") ) ) +(assert (myObject (attribute1 "attr19445") ) ) +(assert (myObject (attribute1 "attr19446") ) ) +(assert (myObject (attribute1 "attr19447") ) ) +(assert (myObject (attribute1 "attr19448") ) ) +(assert (myObject (attribute1 "attr19449") ) ) +(assert (myObject (attribute1 "attr19450") ) ) +(assert (myObject (attribute1 "attr19451") ) ) +(assert (myObject (attribute1 "attr19452") ) ) +(assert (myObject (attribute1 "attr19453") ) ) +(assert (myObject (attribute1 "attr19454") ) ) +(assert (myObject (attribute1 "attr19455") ) ) +(assert (myObject (attribute1 "attr19456") ) ) +(assert (myObject (attribute1 "attr19457") ) ) +(assert (myObject (attribute1 "attr19458") ) ) +(assert (myObject (attribute1 "attr19459") ) ) +(assert (myObject (attribute1 "attr19460") ) ) +(assert (myObject (attribute1 "attr19461") ) ) +(assert (myObject (attribute1 "attr19462") ) ) +(assert (myObject (attribute1 "attr19463") ) ) +(assert (myObject (attribute1 "attr19464") ) ) +(assert (myObject (attribute1 "attr19465") ) ) +(assert (myObject (attribute1 "attr19466") ) ) +(assert (myObject (attribute1 "attr19467") ) ) +(assert (myObject (attribute1 "attr19468") ) ) +(assert (myObject (attribute1 "attr19469") ) ) +(assert (myObject (attribute1 "attr19470") ) ) +(assert (myObject (attribute1 "attr19471") ) ) +(assert (myObject (attribute1 "attr19472") ) ) +(assert (myObject (attribute1 "attr19473") ) ) +(assert (myObject (attribute1 "attr19474") ) ) +(assert (myObject (attribute1 "attr19475") ) ) +(assert (myObject (attribute1 "attr19476") ) ) +(assert (myObject (attribute1 "attr19477") ) ) +(assert (myObject (attribute1 "attr19478") ) ) +(assert (myObject (attribute1 "attr19479") ) ) +(assert (myObject (attribute1 "attr19480") ) ) +(assert (myObject (attribute1 "attr19481") ) ) +(assert (myObject (attribute1 "attr19482") ) ) +(assert (myObject (attribute1 "attr19483") ) ) +(assert (myObject (attribute1 "attr19484") ) ) +(assert (myObject (attribute1 "attr19485") ) ) +(assert (myObject (attribute1 "attr19486") ) ) +(assert (myObject (attribute1 "attr19487") ) ) +(assert (myObject (attribute1 "attr19488") ) ) +(assert (myObject (attribute1 "attr19489") ) ) +(assert (myObject (attribute1 "attr19490") ) ) +(assert (myObject (attribute1 "attr19491") ) ) +(assert (myObject (attribute1 "attr19492") ) ) +(assert (myObject (attribute1 "attr19493") ) ) +(assert (myObject (attribute1 "attr19494") ) ) +(assert (myObject (attribute1 "attr19495") ) ) +(assert (myObject (attribute1 "attr19496") ) ) +(assert (myObject (attribute1 "attr19497") ) ) +(assert (myObject (attribute1 "attr19498") ) ) +(assert (myObject (attribute1 "attr19499") ) ) +(assert (myObject (attribute1 "attr19500") ) ) +(assert (myObject (attribute1 "attr19501") ) ) +(assert (myObject (attribute1 "attr19502") ) ) +(assert (myObject (attribute1 "attr19503") ) ) +(assert (myObject (attribute1 "attr19504") ) ) +(assert (myObject (attribute1 "attr19505") ) ) +(assert (myObject (attribute1 "attr19506") ) ) +(assert (myObject (attribute1 "attr19507") ) ) +(assert (myObject (attribute1 "attr19508") ) ) +(assert (myObject (attribute1 "attr19509") ) ) +(assert (myObject (attribute1 "attr19510") ) ) +(assert (myObject (attribute1 "attr19511") ) ) +(assert (myObject (attribute1 "attr19512") ) ) +(assert (myObject (attribute1 "attr19513") ) ) +(assert (myObject (attribute1 "attr19514") ) ) +(assert (myObject (attribute1 "attr19515") ) ) +(assert (myObject (attribute1 "attr19516") ) ) +(assert (myObject (attribute1 "attr19517") ) ) +(assert (myObject (attribute1 "attr19518") ) ) +(assert (myObject (attribute1 "attr19519") ) ) +(assert (myObject (attribute1 "attr19520") ) ) +(assert (myObject (attribute1 "attr19521") ) ) +(assert (myObject (attribute1 "attr19522") ) ) +(assert (myObject (attribute1 "attr19523") ) ) +(assert (myObject (attribute1 "attr19524") ) ) +(assert (myObject (attribute1 "attr19525") ) ) +(assert (myObject (attribute1 "attr19526") ) ) +(assert (myObject (attribute1 "attr19527") ) ) +(assert (myObject (attribute1 "attr19528") ) ) +(assert (myObject (attribute1 "attr19529") ) ) +(assert (myObject (attribute1 "attr19530") ) ) +(assert (myObject (attribute1 "attr19531") ) ) +(assert (myObject (attribute1 "attr19532") ) ) +(assert (myObject (attribute1 "attr19533") ) ) +(assert (myObject (attribute1 "attr19534") ) ) +(assert (myObject (attribute1 "attr19535") ) ) +(assert (myObject (attribute1 "attr19536") ) ) +(assert (myObject (attribute1 "attr19537") ) ) +(assert (myObject (attribute1 "attr19538") ) ) +(assert (myObject (attribute1 "attr19539") ) ) +(assert (myObject (attribute1 "attr19540") ) ) +(assert (myObject (attribute1 "attr19541") ) ) +(assert (myObject (attribute1 "attr19542") ) ) +(assert (myObject (attribute1 "attr19543") ) ) +(assert (myObject (attribute1 "attr19544") ) ) +(assert (myObject (attribute1 "attr19545") ) ) +(assert (myObject (attribute1 "attr19546") ) ) +(assert (myObject (attribute1 "attr19547") ) ) +(assert (myObject (attribute1 "attr19548") ) ) +(assert (myObject (attribute1 "attr19549") ) ) +(assert (myObject (attribute1 "attr19550") ) ) +(assert (myObject (attribute1 "attr19551") ) ) +(assert (myObject (attribute1 "attr19552") ) ) +(assert (myObject (attribute1 "attr19553") ) ) +(assert (myObject (attribute1 "attr19554") ) ) +(assert (myObject (attribute1 "attr19555") ) ) +(assert (myObject (attribute1 "attr19556") ) ) +(assert (myObject (attribute1 "attr19557") ) ) +(assert (myObject (attribute1 "attr19558") ) ) +(assert (myObject (attribute1 "attr19559") ) ) +(assert (myObject (attribute1 "attr19560") ) ) +(assert (myObject (attribute1 "attr19561") ) ) +(assert (myObject (attribute1 "attr19562") ) ) +(assert (myObject (attribute1 "attr19563") ) ) +(assert (myObject (attribute1 "attr19564") ) ) +(assert (myObject (attribute1 "attr19565") ) ) +(assert (myObject (attribute1 "attr19566") ) ) +(assert (myObject (attribute1 "attr19567") ) ) +(assert (myObject (attribute1 "attr19568") ) ) +(assert (myObject (attribute1 "attr19569") ) ) +(assert (myObject (attribute1 "attr19570") ) ) +(assert (myObject (attribute1 "attr19571") ) ) +(assert (myObject (attribute1 "attr19572") ) ) +(assert (myObject (attribute1 "attr19573") ) ) +(assert (myObject (attribute1 "attr19574") ) ) +(assert (myObject (attribute1 "attr19575") ) ) +(assert (myObject (attribute1 "attr19576") ) ) +(assert (myObject (attribute1 "attr19577") ) ) +(assert (myObject (attribute1 "attr19578") ) ) +(assert (myObject (attribute1 "attr19579") ) ) +(assert (myObject (attribute1 "attr19580") ) ) +(assert (myObject (attribute1 "attr19581") ) ) +(assert (myObject (attribute1 "attr19582") ) ) +(assert (myObject (attribute1 "attr19583") ) ) +(assert (myObject (attribute1 "attr19584") ) ) +(assert (myObject (attribute1 "attr19585") ) ) +(assert (myObject (attribute1 "attr19586") ) ) +(assert (myObject (attribute1 "attr19587") ) ) +(assert (myObject (attribute1 "attr19588") ) ) +(assert (myObject (attribute1 "attr19589") ) ) +(assert (myObject (attribute1 "attr19590") ) ) +(assert (myObject (attribute1 "attr19591") ) ) +(assert (myObject (attribute1 "attr19592") ) ) +(assert (myObject (attribute1 "attr19593") ) ) +(assert (myObject (attribute1 "attr19594") ) ) +(assert (myObject (attribute1 "attr19595") ) ) +(assert (myObject (attribute1 "attr19596") ) ) +(assert (myObject (attribute1 "attr19597") ) ) +(assert (myObject (attribute1 "attr19598") ) ) +(assert (myObject (attribute1 "attr19599") ) ) +(assert (myObject (attribute1 "attr19600") ) ) +(assert (myObject (attribute1 "attr19601") ) ) +(assert (myObject (attribute1 "attr19602") ) ) +(assert (myObject (attribute1 "attr19603") ) ) +(assert (myObject (attribute1 "attr19604") ) ) +(assert (myObject (attribute1 "attr19605") ) ) +(assert (myObject (attribute1 "attr19606") ) ) +(assert (myObject (attribute1 "attr19607") ) ) +(assert (myObject (attribute1 "attr19608") ) ) +(assert (myObject (attribute1 "attr19609") ) ) +(assert (myObject (attribute1 "attr19610") ) ) +(assert (myObject (attribute1 "attr19611") ) ) +(assert (myObject (attribute1 "attr19612") ) ) +(assert (myObject (attribute1 "attr19613") ) ) +(assert (myObject (attribute1 "attr19614") ) ) +(assert (myObject (attribute1 "attr19615") ) ) +(assert (myObject (attribute1 "attr19616") ) ) +(assert (myObject (attribute1 "attr19617") ) ) +(assert (myObject (attribute1 "attr19618") ) ) +(assert (myObject (attribute1 "attr19619") ) ) +(assert (myObject (attribute1 "attr19620") ) ) +(assert (myObject (attribute1 "attr19621") ) ) +(assert (myObject (attribute1 "attr19622") ) ) +(assert (myObject (attribute1 "attr19623") ) ) +(assert (myObject (attribute1 "attr19624") ) ) +(assert (myObject (attribute1 "attr19625") ) ) +(assert (myObject (attribute1 "attr19626") ) ) +(assert (myObject (attribute1 "attr19627") ) ) +(assert (myObject (attribute1 "attr19628") ) ) +(assert (myObject (attribute1 "attr19629") ) ) +(assert (myObject (attribute1 "attr19630") ) ) +(assert (myObject (attribute1 "attr19631") ) ) +(assert (myObject (attribute1 "attr19632") ) ) +(assert (myObject (attribute1 "attr19633") ) ) +(assert (myObject (attribute1 "attr19634") ) ) +(assert (myObject (attribute1 "attr19635") ) ) +(assert (myObject (attribute1 "attr19636") ) ) +(assert (myObject (attribute1 "attr19637") ) ) +(assert (myObject (attribute1 "attr19638") ) ) +(assert (myObject (attribute1 "attr19639") ) ) +(assert (myObject (attribute1 "attr19640") ) ) +(assert (myObject (attribute1 "attr19641") ) ) +(assert (myObject (attribute1 "attr19642") ) ) +(assert (myObject (attribute1 "attr19643") ) ) +(assert (myObject (attribute1 "attr19644") ) ) +(assert (myObject (attribute1 "attr19645") ) ) +(assert (myObject (attribute1 "attr19646") ) ) +(assert (myObject (attribute1 "attr19647") ) ) +(assert (myObject (attribute1 "attr19648") ) ) +(assert (myObject (attribute1 "attr19649") ) ) +(assert (myObject (attribute1 "attr19650") ) ) +(assert (myObject (attribute1 "attr19651") ) ) +(assert (myObject (attribute1 "attr19652") ) ) +(assert (myObject (attribute1 "attr19653") ) ) +(assert (myObject (attribute1 "attr19654") ) ) +(assert (myObject (attribute1 "attr19655") ) ) +(assert (myObject (attribute1 "attr19656") ) ) +(assert (myObject (attribute1 "attr19657") ) ) +(assert (myObject (attribute1 "attr19658") ) ) +(assert (myObject (attribute1 "attr19659") ) ) +(assert (myObject (attribute1 "attr19660") ) ) +(assert (myObject (attribute1 "attr19661") ) ) +(assert (myObject (attribute1 "attr19662") ) ) +(assert (myObject (attribute1 "attr19663") ) ) +(assert (myObject (attribute1 "attr19664") ) ) +(assert (myObject (attribute1 "attr19665") ) ) +(assert (myObject (attribute1 "attr19666") ) ) +(assert (myObject (attribute1 "attr19667") ) ) +(assert (myObject (attribute1 "attr19668") ) ) +(assert (myObject (attribute1 "attr19669") ) ) +(assert (myObject (attribute1 "attr19670") ) ) +(assert (myObject (attribute1 "attr19671") ) ) +(assert (myObject (attribute1 "attr19672") ) ) +(assert (myObject (attribute1 "attr19673") ) ) +(assert (myObject (attribute1 "attr19674") ) ) +(assert (myObject (attribute1 "attr19675") ) ) +(assert (myObject (attribute1 "attr19676") ) ) +(assert (myObject (attribute1 "attr19677") ) ) +(assert (myObject (attribute1 "attr19678") ) ) +(assert (myObject (attribute1 "attr19679") ) ) +(assert (myObject (attribute1 "attr19680") ) ) +(assert (myObject (attribute1 "attr19681") ) ) +(assert (myObject (attribute1 "attr19682") ) ) +(assert (myObject (attribute1 "attr19683") ) ) +(assert (myObject (attribute1 "attr19684") ) ) +(assert (myObject (attribute1 "attr19685") ) ) +(assert (myObject (attribute1 "attr19686") ) ) +(assert (myObject (attribute1 "attr19687") ) ) +(assert (myObject (attribute1 "attr19688") ) ) +(assert (myObject (attribute1 "attr19689") ) ) +(assert (myObject (attribute1 "attr19690") ) ) +(assert (myObject (attribute1 "attr19691") ) ) +(assert (myObject (attribute1 "attr19692") ) ) +(assert (myObject (attribute1 "attr19693") ) ) +(assert (myObject (attribute1 "attr19694") ) ) +(assert (myObject (attribute1 "attr19695") ) ) +(assert (myObject (attribute1 "attr19696") ) ) +(assert (myObject (attribute1 "attr19697") ) ) +(assert (myObject (attribute1 "attr19698") ) ) +(assert (myObject (attribute1 "attr19699") ) ) +(assert (myObject (attribute1 "attr19700") ) ) +(assert (myObject (attribute1 "attr19701") ) ) +(assert (myObject (attribute1 "attr19702") ) ) +(assert (myObject (attribute1 "attr19703") ) ) +(assert (myObject (attribute1 "attr19704") ) ) +(assert (myObject (attribute1 "attr19705") ) ) +(assert (myObject (attribute1 "attr19706") ) ) +(assert (myObject (attribute1 "attr19707") ) ) +(assert (myObject (attribute1 "attr19708") ) ) +(assert (myObject (attribute1 "attr19709") ) ) +(assert (myObject (attribute1 "attr19710") ) ) +(assert (myObject (attribute1 "attr19711") ) ) +(assert (myObject (attribute1 "attr19712") ) ) +(assert (myObject (attribute1 "attr19713") ) ) +(assert (myObject (attribute1 "attr19714") ) ) +(assert (myObject (attribute1 "attr19715") ) ) +(assert (myObject (attribute1 "attr19716") ) ) +(assert (myObject (attribute1 "attr19717") ) ) +(assert (myObject (attribute1 "attr19718") ) ) +(assert (myObject (attribute1 "attr19719") ) ) +(assert (myObject (attribute1 "attr19720") ) ) +(assert (myObject (attribute1 "attr19721") ) ) +(assert (myObject (attribute1 "attr19722") ) ) +(assert (myObject (attribute1 "attr19723") ) ) +(assert (myObject (attribute1 "attr19724") ) ) +(assert (myObject (attribute1 "attr19725") ) ) +(assert (myObject (attribute1 "attr19726") ) ) +(assert (myObject (attribute1 "attr19727") ) ) +(assert (myObject (attribute1 "attr19728") ) ) +(assert (myObject (attribute1 "attr19729") ) ) +(assert (myObject (attribute1 "attr19730") ) ) +(assert (myObject (attribute1 "attr19731") ) ) +(assert (myObject (attribute1 "attr19732") ) ) +(assert (myObject (attribute1 "attr19733") ) ) +(assert (myObject (attribute1 "attr19734") ) ) +(assert (myObject (attribute1 "attr19735") ) ) +(assert (myObject (attribute1 "attr19736") ) ) +(assert (myObject (attribute1 "attr19737") ) ) +(assert (myObject (attribute1 "attr19738") ) ) +(assert (myObject (attribute1 "attr19739") ) ) +(assert (myObject (attribute1 "attr19740") ) ) +(assert (myObject (attribute1 "attr19741") ) ) +(assert (myObject (attribute1 "attr19742") ) ) +(assert (myObject (attribute1 "attr19743") ) ) +(assert (myObject (attribute1 "attr19744") ) ) +(assert (myObject (attribute1 "attr19745") ) ) +(assert (myObject (attribute1 "attr19746") ) ) +(assert (myObject (attribute1 "attr19747") ) ) +(assert (myObject (attribute1 "attr19748") ) ) +(assert (myObject (attribute1 "attr19749") ) ) +(assert (myObject (attribute1 "attr19750") ) ) +(assert (myObject (attribute1 "attr19751") ) ) +(assert (myObject (attribute1 "attr19752") ) ) +(assert (myObject (attribute1 "attr19753") ) ) +(assert (myObject (attribute1 "attr19754") ) ) +(assert (myObject (attribute1 "attr19755") ) ) +(assert (myObject (attribute1 "attr19756") ) ) +(assert (myObject (attribute1 "attr19757") ) ) +(assert (myObject (attribute1 "attr19758") ) ) +(assert (myObject (attribute1 "attr19759") ) ) +(assert (myObject (attribute1 "attr19760") ) ) +(assert (myObject (attribute1 "attr19761") ) ) +(assert (myObject (attribute1 "attr19762") ) ) +(assert (myObject (attribute1 "attr19763") ) ) +(assert (myObject (attribute1 "attr19764") ) ) +(assert (myObject (attribute1 "attr19765") ) ) +(assert (myObject (attribute1 "attr19766") ) ) +(assert (myObject (attribute1 "attr19767") ) ) +(assert (myObject (attribute1 "attr19768") ) ) +(assert (myObject (attribute1 "attr19769") ) ) +(assert (myObject (attribute1 "attr19770") ) ) +(assert (myObject (attribute1 "attr19771") ) ) +(assert (myObject (attribute1 "attr19772") ) ) +(assert (myObject (attribute1 "attr19773") ) ) +(assert (myObject (attribute1 "attr19774") ) ) +(assert (myObject (attribute1 "attr19775") ) ) +(assert (myObject (attribute1 "attr19776") ) ) +(assert (myObject (attribute1 "attr19777") ) ) +(assert (myObject (attribute1 "attr19778") ) ) +(assert (myObject (attribute1 "attr19779") ) ) +(assert (myObject (attribute1 "attr19780") ) ) +(assert (myObject (attribute1 "attr19781") ) ) +(assert (myObject (attribute1 "attr19782") ) ) +(assert (myObject (attribute1 "attr19783") ) ) +(assert (myObject (attribute1 "attr19784") ) ) +(assert (myObject (attribute1 "attr19785") ) ) +(assert (myObject (attribute1 "attr19786") ) ) +(assert (myObject (attribute1 "attr19787") ) ) +(assert (myObject (attribute1 "attr19788") ) ) +(assert (myObject (attribute1 "attr19789") ) ) +(assert (myObject (attribute1 "attr19790") ) ) +(assert (myObject (attribute1 "attr19791") ) ) +(assert (myObject (attribute1 "attr19792") ) ) +(assert (myObject (attribute1 "attr19793") ) ) +(assert (myObject (attribute1 "attr19794") ) ) +(assert (myObject (attribute1 "attr19795") ) ) +(assert (myObject (attribute1 "attr19796") ) ) +(assert (myObject (attribute1 "attr19797") ) ) +(assert (myObject (attribute1 "attr19798") ) ) +(assert (myObject (attribute1 "attr19799") ) ) +(assert (myObject (attribute1 "attr19800") ) ) +(assert (myObject (attribute1 "attr19801") ) ) +(assert (myObject (attribute1 "attr19802") ) ) +(assert (myObject (attribute1 "attr19803") ) ) +(assert (myObject (attribute1 "attr19804") ) ) +(assert (myObject (attribute1 "attr19805") ) ) +(assert (myObject (attribute1 "attr19806") ) ) +(assert (myObject (attribute1 "attr19807") ) ) +(assert (myObject (attribute1 "attr19808") ) ) +(assert (myObject (attribute1 "attr19809") ) ) +(assert (myObject (attribute1 "attr19810") ) ) +(assert (myObject (attribute1 "attr19811") ) ) +(assert (myObject (attribute1 "attr19812") ) ) +(assert (myObject (attribute1 "attr19813") ) ) +(assert (myObject (attribute1 "attr19814") ) ) +(assert (myObject (attribute1 "attr19815") ) ) +(assert (myObject (attribute1 "attr19816") ) ) +(assert (myObject (attribute1 "attr19817") ) ) +(assert (myObject (attribute1 "attr19818") ) ) +(assert (myObject (attribute1 "attr19819") ) ) +(assert (myObject (attribute1 "attr19820") ) ) +(assert (myObject (attribute1 "attr19821") ) ) +(assert (myObject (attribute1 "attr19822") ) ) +(assert (myObject (attribute1 "attr19823") ) ) +(assert (myObject (attribute1 "attr19824") ) ) +(assert (myObject (attribute1 "attr19825") ) ) +(assert (myObject (attribute1 "attr19826") ) ) +(assert (myObject (attribute1 "attr19827") ) ) +(assert (myObject (attribute1 "attr19828") ) ) +(assert (myObject (attribute1 "attr19829") ) ) +(assert (myObject (attribute1 "attr19830") ) ) +(assert (myObject (attribute1 "attr19831") ) ) +(assert (myObject (attribute1 "attr19832") ) ) +(assert (myObject (attribute1 "attr19833") ) ) +(assert (myObject (attribute1 "attr19834") ) ) +(assert (myObject (attribute1 "attr19835") ) ) +(assert (myObject (attribute1 "attr19836") ) ) +(assert (myObject (attribute1 "attr19837") ) ) +(assert (myObject (attribute1 "attr19838") ) ) +(assert (myObject (attribute1 "attr19839") ) ) +(assert (myObject (attribute1 "attr19840") ) ) +(assert (myObject (attribute1 "attr19841") ) ) +(assert (myObject (attribute1 "attr19842") ) ) +(assert (myObject (attribute1 "attr19843") ) ) +(assert (myObject (attribute1 "attr19844") ) ) +(assert (myObject (attribute1 "attr19845") ) ) +(assert (myObject (attribute1 "attr19846") ) ) +(assert (myObject (attribute1 "attr19847") ) ) +(assert (myObject (attribute1 "attr19848") ) ) +(assert (myObject (attribute1 "attr19849") ) ) +(assert (myObject (attribute1 "attr19850") ) ) +(assert (myObject (attribute1 "attr19851") ) ) +(assert (myObject (attribute1 "attr19852") ) ) +(assert (myObject (attribute1 "attr19853") ) ) +(assert (myObject (attribute1 "attr19854") ) ) +(assert (myObject (attribute1 "attr19855") ) ) +(assert (myObject (attribute1 "attr19856") ) ) +(assert (myObject (attribute1 "attr19857") ) ) +(assert (myObject (attribute1 "attr19858") ) ) +(assert (myObject (attribute1 "attr19859") ) ) +(assert (myObject (attribute1 "attr19860") ) ) +(assert (myObject (attribute1 "attr19861") ) ) +(assert (myObject (attribute1 "attr19862") ) ) +(assert (myObject (attribute1 "attr19863") ) ) +(assert (myObject (attribute1 "attr19864") ) ) +(assert (myObject (attribute1 "attr19865") ) ) +(assert (myObject (attribute1 "attr19866") ) ) +(assert (myObject (attribute1 "attr19867") ) ) +(assert (myObject (attribute1 "attr19868") ) ) +(assert (myObject (attribute1 "attr19869") ) ) +(assert (myObject (attribute1 "attr19870") ) ) +(assert (myObject (attribute1 "attr19871") ) ) +(assert (myObject (attribute1 "attr19872") ) ) +(assert (myObject (attribute1 "attr19873") ) ) +(assert (myObject (attribute1 "attr19874") ) ) +(assert (myObject (attribute1 "attr19875") ) ) +(assert (myObject (attribute1 "attr19876") ) ) +(assert (myObject (attribute1 "attr19877") ) ) +(assert (myObject (attribute1 "attr19878") ) ) +(assert (myObject (attribute1 "attr19879") ) ) +(assert (myObject (attribute1 "attr19880") ) ) +(assert (myObject (attribute1 "attr19881") ) ) +(assert (myObject (attribute1 "attr19882") ) ) +(assert (myObject (attribute1 "attr19883") ) ) +(assert (myObject (attribute1 "attr19884") ) ) +(assert (myObject (attribute1 "attr19885") ) ) +(assert (myObject (attribute1 "attr19886") ) ) +(assert (myObject (attribute1 "attr19887") ) ) +(assert (myObject (attribute1 "attr19888") ) ) +(assert (myObject (attribute1 "attr19889") ) ) +(assert (myObject (attribute1 "attr19890") ) ) +(assert (myObject (attribute1 "attr19891") ) ) +(assert (myObject (attribute1 "attr19892") ) ) +(assert (myObject (attribute1 "attr19893") ) ) +(assert (myObject (attribute1 "attr19894") ) ) +(assert (myObject (attribute1 "attr19895") ) ) +(assert (myObject (attribute1 "attr19896") ) ) +(assert (myObject (attribute1 "attr19897") ) ) +(assert (myObject (attribute1 "attr19898") ) ) +(assert (myObject (attribute1 "attr19899") ) ) +(assert (myObject (attribute1 "attr19900") ) ) +(assert (myObject (attribute1 "attr19901") ) ) +(assert (myObject (attribute1 "attr19902") ) ) +(assert (myObject (attribute1 "attr19903") ) ) +(assert (myObject (attribute1 "attr19904") ) ) +(assert (myObject (attribute1 "attr19905") ) ) +(assert (myObject (attribute1 "attr19906") ) ) +(assert (myObject (attribute1 "attr19907") ) ) +(assert (myObject (attribute1 "attr19908") ) ) +(assert (myObject (attribute1 "attr19909") ) ) +(assert (myObject (attribute1 "attr19910") ) ) +(assert (myObject (attribute1 "attr19911") ) ) +(assert (myObject (attribute1 "attr19912") ) ) +(assert (myObject (attribute1 "attr19913") ) ) +(assert (myObject (attribute1 "attr19914") ) ) +(assert (myObject (attribute1 "attr19915") ) ) +(assert (myObject (attribute1 "attr19916") ) ) +(assert (myObject (attribute1 "attr19917") ) ) +(assert (myObject (attribute1 "attr19918") ) ) +(assert (myObject (attribute1 "attr19919") ) ) +(assert (myObject (attribute1 "attr19920") ) ) +(assert (myObject (attribute1 "attr19921") ) ) +(assert (myObject (attribute1 "attr19922") ) ) +(assert (myObject (attribute1 "attr19923") ) ) +(assert (myObject (attribute1 "attr19924") ) ) +(assert (myObject (attribute1 "attr19925") ) ) +(assert (myObject (attribute1 "attr19926") ) ) +(assert (myObject (attribute1 "attr19927") ) ) +(assert (myObject (attribute1 "attr19928") ) ) +(assert (myObject (attribute1 "attr19929") ) ) +(assert (myObject (attribute1 "attr19930") ) ) +(assert (myObject (attribute1 "attr19931") ) ) +(assert (myObject (attribute1 "attr19932") ) ) +(assert (myObject (attribute1 "attr19933") ) ) +(assert (myObject (attribute1 "attr19934") ) ) +(assert (myObject (attribute1 "attr19935") ) ) +(assert (myObject (attribute1 "attr19936") ) ) +(assert (myObject (attribute1 "attr19937") ) ) +(assert (myObject (attribute1 "attr19938") ) ) +(assert (myObject (attribute1 "attr19939") ) ) +(assert (myObject (attribute1 "attr19940") ) ) +(assert (myObject (attribute1 "attr19941") ) ) +(assert (myObject (attribute1 "attr19942") ) ) +(assert (myObject (attribute1 "attr19943") ) ) +(assert (myObject (attribute1 "attr19944") ) ) +(assert (myObject (attribute1 "attr19945") ) ) +(assert (myObject (attribute1 "attr19946") ) ) +(assert (myObject (attribute1 "attr19947") ) ) +(assert (myObject (attribute1 "attr19948") ) ) +(assert (myObject (attribute1 "attr19949") ) ) +(assert (myObject (attribute1 "attr19950") ) ) +(assert (myObject (attribute1 "attr19951") ) ) +(assert (myObject (attribute1 "attr19952") ) ) +(assert (myObject (attribute1 "attr19953") ) ) +(assert (myObject (attribute1 "attr19954") ) ) +(assert (myObject (attribute1 "attr19955") ) ) +(assert (myObject (attribute1 "attr19956") ) ) +(assert (myObject (attribute1 "attr19957") ) ) +(assert (myObject (attribute1 "attr19958") ) ) +(assert (myObject (attribute1 "attr19959") ) ) +(assert (myObject (attribute1 "attr19960") ) ) +(assert (myObject (attribute1 "attr19961") ) ) +(assert (myObject (attribute1 "attr19962") ) ) +(assert (myObject (attribute1 "attr19963") ) ) +(assert (myObject (attribute1 "attr19964") ) ) +(assert (myObject (attribute1 "attr19965") ) ) +(assert (myObject (attribute1 "attr19966") ) ) +(assert (myObject (attribute1 "attr19967") ) ) +(assert (myObject (attribute1 "attr19968") ) ) +(assert (myObject (attribute1 "attr19969") ) ) +(assert (myObject (attribute1 "attr19970") ) ) +(assert (myObject (attribute1 "attr19971") ) ) +(assert (myObject (attribute1 "attr19972") ) ) +(assert (myObject (attribute1 "attr19973") ) ) +(assert (myObject (attribute1 "attr19974") ) ) +(assert (myObject (attribute1 "attr19975") ) ) +(assert (myObject (attribute1 "attr19976") ) ) +(assert (myObject (attribute1 "attr19977") ) ) +(assert (myObject (attribute1 "attr19978") ) ) +(assert (myObject (attribute1 "attr19979") ) ) +(assert (myObject (attribute1 "attr19980") ) ) +(assert (myObject (attribute1 "attr19981") ) ) +(assert (myObject (attribute1 "attr19982") ) ) +(assert (myObject (attribute1 "attr19983") ) ) +(assert (myObject (attribute1 "attr19984") ) ) +(assert (myObject (attribute1 "attr19985") ) ) +(assert (myObject (attribute1 "attr19986") ) ) +(assert (myObject (attribute1 "attr19987") ) ) +(assert (myObject (attribute1 "attr19988") ) ) +(assert (myObject (attribute1 "attr19989") ) ) +(assert (myObject (attribute1 "attr19990") ) ) +(assert (myObject (attribute1 "attr19991") ) ) +(assert (myObject (attribute1 "attr19992") ) ) +(assert (myObject (attribute1 "attr19993") ) ) +(assert (myObject (attribute1 "attr19994") ) ) +(assert (myObject (attribute1 "attr19995") ) ) +(assert (myObject (attribute1 "attr19996") ) ) +(assert (myObject (attribute1 "attr19997") ) ) +(assert (myObject (attribute1 "attr19998") ) ) +(assert (myObject (attribute1 "attr19999") ) ) +(assert (myObject (attribute1 "attr20000") ) ) +(assert (myObject (attribute1 "attr20001") ) ) +(assert (myObject (attribute1 "attr20002") ) ) +(assert (myObject (attribute1 "attr20003") ) ) +(assert (myObject (attribute1 "attr20004") ) ) +(assert (myObject (attribute1 "attr20005") ) ) +(assert (myObject (attribute1 "attr20006") ) ) +(assert (myObject (attribute1 "attr20007") ) ) +(assert (myObject (attribute1 "attr20008") ) ) +(assert (myObject (attribute1 "attr20009") ) ) +(assert (myObject (attribute1 "attr20010") ) ) +(assert (myObject (attribute1 "attr20011") ) ) +(assert (myObject (attribute1 "attr20012") ) ) +(assert (myObject (attribute1 "attr20013") ) ) +(assert (myObject (attribute1 "attr20014") ) ) +(assert (myObject (attribute1 "attr20015") ) ) +(assert (myObject (attribute1 "attr20016") ) ) +(assert (myObject (attribute1 "attr20017") ) ) +(assert (myObject (attribute1 "attr20018") ) ) +(assert (myObject (attribute1 "attr20019") ) ) +(assert (myObject (attribute1 "attr20020") ) ) +(assert (myObject (attribute1 "attr20021") ) ) +(assert (myObject (attribute1 "attr20022") ) ) +(assert (myObject (attribute1 "attr20023") ) ) +(assert (myObject (attribute1 "attr20024") ) ) +(assert (myObject (attribute1 "attr20025") ) ) +(assert (myObject (attribute1 "attr20026") ) ) +(assert (myObject (attribute1 "attr20027") ) ) +(assert (myObject (attribute1 "attr20028") ) ) +(assert (myObject (attribute1 "attr20029") ) ) +(assert (myObject (attribute1 "attr20030") ) ) +(assert (myObject (attribute1 "attr20031") ) ) +(assert (myObject (attribute1 "attr20032") ) ) +(assert (myObject (attribute1 "attr20033") ) ) +(assert (myObject (attribute1 "attr20034") ) ) +(assert (myObject (attribute1 "attr20035") ) ) +(assert (myObject (attribute1 "attr20036") ) ) +(assert (myObject (attribute1 "attr20037") ) ) +(assert (myObject (attribute1 "attr20038") ) ) +(assert (myObject (attribute1 "attr20039") ) ) +(assert (myObject (attribute1 "attr20040") ) ) +(assert (myObject (attribute1 "attr20041") ) ) +(assert (myObject (attribute1 "attr20042") ) ) +(assert (myObject (attribute1 "attr20043") ) ) +(assert (myObject (attribute1 "attr20044") ) ) +(assert (myObject (attribute1 "attr20045") ) ) +(assert (myObject (attribute1 "attr20046") ) ) +(assert (myObject (attribute1 "attr20047") ) ) +(assert (myObject (attribute1 "attr20048") ) ) +(assert (myObject (attribute1 "attr20049") ) ) +(assert (myObject (attribute1 "attr20050") ) ) +(assert (myObject (attribute1 "attr20051") ) ) +(assert (myObject (attribute1 "attr20052") ) ) +(assert (myObject (attribute1 "attr20053") ) ) +(assert (myObject (attribute1 "attr20054") ) ) +(assert (myObject (attribute1 "attr20055") ) ) +(assert (myObject (attribute1 "attr20056") ) ) +(assert (myObject (attribute1 "attr20057") ) ) +(assert (myObject (attribute1 "attr20058") ) ) +(assert (myObject (attribute1 "attr20059") ) ) +(assert (myObject (attribute1 "attr20060") ) ) +(assert (myObject (attribute1 "attr20061") ) ) +(assert (myObject (attribute1 "attr20062") ) ) +(assert (myObject (attribute1 "attr20063") ) ) +(assert (myObject (attribute1 "attr20064") ) ) +(assert (myObject (attribute1 "attr20065") ) ) +(assert (myObject (attribute1 "attr20066") ) ) +(assert (myObject (attribute1 "attr20067") ) ) +(assert (myObject (attribute1 "attr20068") ) ) +(assert (myObject (attribute1 "attr20069") ) ) +(assert (myObject (attribute1 "attr20070") ) ) +(assert (myObject (attribute1 "attr20071") ) ) +(assert (myObject (attribute1 "attr20072") ) ) +(assert (myObject (attribute1 "attr20073") ) ) +(assert (myObject (attribute1 "attr20074") ) ) +(assert (myObject (attribute1 "attr20075") ) ) +(assert (myObject (attribute1 "attr20076") ) ) +(assert (myObject (attribute1 "attr20077") ) ) +(assert (myObject (attribute1 "attr20078") ) ) +(assert (myObject (attribute1 "attr20079") ) ) +(assert (myObject (attribute1 "attr20080") ) ) +(assert (myObject (attribute1 "attr20081") ) ) +(assert (myObject (attribute1 "attr20082") ) ) +(assert (myObject (attribute1 "attr20083") ) ) +(assert (myObject (attribute1 "attr20084") ) ) +(assert (myObject (attribute1 "attr20085") ) ) +(assert (myObject (attribute1 "attr20086") ) ) +(assert (myObject (attribute1 "attr20087") ) ) +(assert (myObject (attribute1 "attr20088") ) ) +(assert (myObject (attribute1 "attr20089") ) ) +(assert (myObject (attribute1 "attr20090") ) ) +(assert (myObject (attribute1 "attr20091") ) ) +(assert (myObject (attribute1 "attr20092") ) ) +(assert (myObject (attribute1 "attr20093") ) ) +(assert (myObject (attribute1 "attr20094") ) ) +(assert (myObject (attribute1 "attr20095") ) ) +(assert (myObject (attribute1 "attr20096") ) ) +(assert (myObject (attribute1 "attr20097") ) ) +(assert (myObject (attribute1 "attr20098") ) ) +(assert (myObject (attribute1 "attr20099") ) ) +(assert (myObject (attribute1 "attr20100") ) ) +(assert (myObject (attribute1 "attr20101") ) ) +(assert (myObject (attribute1 "attr20102") ) ) +(assert (myObject (attribute1 "attr20103") ) ) +(assert (myObject (attribute1 "attr20104") ) ) +(assert (myObject (attribute1 "attr20105") ) ) +(assert (myObject (attribute1 "attr20106") ) ) +(assert (myObject (attribute1 "attr20107") ) ) +(assert (myObject (attribute1 "attr20108") ) ) +(assert (myObject (attribute1 "attr20109") ) ) +(assert (myObject (attribute1 "attr20110") ) ) +(assert (myObject (attribute1 "attr20111") ) ) +(assert (myObject (attribute1 "attr20112") ) ) +(assert (myObject (attribute1 "attr20113") ) ) +(assert (myObject (attribute1 "attr20114") ) ) +(assert (myObject (attribute1 "attr20115") ) ) +(assert (myObject (attribute1 "attr20116") ) ) +(assert (myObject (attribute1 "attr20117") ) ) +(assert (myObject (attribute1 "attr20118") ) ) +(assert (myObject (attribute1 "attr20119") ) ) +(assert (myObject (attribute1 "attr20120") ) ) +(assert (myObject (attribute1 "attr20121") ) ) +(assert (myObject (attribute1 "attr20122") ) ) +(assert (myObject (attribute1 "attr20123") ) ) +(assert (myObject (attribute1 "attr20124") ) ) +(assert (myObject (attribute1 "attr20125") ) ) +(assert (myObject (attribute1 "attr20126") ) ) +(assert (myObject (attribute1 "attr20127") ) ) +(assert (myObject (attribute1 "attr20128") ) ) +(assert (myObject (attribute1 "attr20129") ) ) +(assert (myObject (attribute1 "attr20130") ) ) +(assert (myObject (attribute1 "attr20131") ) ) +(assert (myObject (attribute1 "attr20132") ) ) +(assert (myObject (attribute1 "attr20133") ) ) +(assert (myObject (attribute1 "attr20134") ) ) +(assert (myObject (attribute1 "attr20135") ) ) +(assert (myObject (attribute1 "attr20136") ) ) +(assert (myObject (attribute1 "attr20137") ) ) +(assert (myObject (attribute1 "attr20138") ) ) +(assert (myObject (attribute1 "attr20139") ) ) +(assert (myObject (attribute1 "attr20140") ) ) +(assert (myObject (attribute1 "attr20141") ) ) +(assert (myObject (attribute1 "attr20142") ) ) +(assert (myObject (attribute1 "attr20143") ) ) +(assert (myObject (attribute1 "attr20144") ) ) +(assert (myObject (attribute1 "attr20145") ) ) +(assert (myObject (attribute1 "attr20146") ) ) +(assert (myObject (attribute1 "attr20147") ) ) +(assert (myObject (attribute1 "attr20148") ) ) +(assert (myObject (attribute1 "attr20149") ) ) +(assert (myObject (attribute1 "attr20150") ) ) +(assert (myObject (attribute1 "attr20151") ) ) +(assert (myObject (attribute1 "attr20152") ) ) +(assert (myObject (attribute1 "attr20153") ) ) +(assert (myObject (attribute1 "attr20154") ) ) +(assert (myObject (attribute1 "attr20155") ) ) +(assert (myObject (attribute1 "attr20156") ) ) +(assert (myObject (attribute1 "attr20157") ) ) +(assert (myObject (attribute1 "attr20158") ) ) +(assert (myObject (attribute1 "attr20159") ) ) +(assert (myObject (attribute1 "attr20160") ) ) +(assert (myObject (attribute1 "attr20161") ) ) +(assert (myObject (attribute1 "attr20162") ) ) +(assert (myObject (attribute1 "attr20163") ) ) +(assert (myObject (attribute1 "attr20164") ) ) +(assert (myObject (attribute1 "attr20165") ) ) +(assert (myObject (attribute1 "attr20166") ) ) +(assert (myObject (attribute1 "attr20167") ) ) +(assert (myObject (attribute1 "attr20168") ) ) +(assert (myObject (attribute1 "attr20169") ) ) +(assert (myObject (attribute1 "attr20170") ) ) +(assert (myObject (attribute1 "attr20171") ) ) +(assert (myObject (attribute1 "attr20172") ) ) +(assert (myObject (attribute1 "attr20173") ) ) +(assert (myObject (attribute1 "attr20174") ) ) +(assert (myObject (attribute1 "attr20175") ) ) +(assert (myObject (attribute1 "attr20176") ) ) +(assert (myObject (attribute1 "attr20177") ) ) +(assert (myObject (attribute1 "attr20178") ) ) +(assert (myObject (attribute1 "attr20179") ) ) +(assert (myObject (attribute1 "attr20180") ) ) +(assert (myObject (attribute1 "attr20181") ) ) +(assert (myObject (attribute1 "attr20182") ) ) +(assert (myObject (attribute1 "attr20183") ) ) +(assert (myObject (attribute1 "attr20184") ) ) +(assert (myObject (attribute1 "attr20185") ) ) +(assert (myObject (attribute1 "attr20186") ) ) +(assert (myObject (attribute1 "attr20187") ) ) +(assert (myObject (attribute1 "attr20188") ) ) +(assert (myObject (attribute1 "attr20189") ) ) +(assert (myObject (attribute1 "attr20190") ) ) +(assert (myObject (attribute1 "attr20191") ) ) +(assert (myObject (attribute1 "attr20192") ) ) +(assert (myObject (attribute1 "attr20193") ) ) +(assert (myObject (attribute1 "attr20194") ) ) +(assert (myObject (attribute1 "attr20195") ) ) +(assert (myObject (attribute1 "attr20196") ) ) +(assert (myObject (attribute1 "attr20197") ) ) +(assert (myObject (attribute1 "attr20198") ) ) +(assert (myObject (attribute1 "attr20199") ) ) +(assert (myObject (attribute1 "attr20200") ) ) +(assert (myObject (attribute1 "attr20201") ) ) +(assert (myObject (attribute1 "attr20202") ) ) +(assert (myObject (attribute1 "attr20203") ) ) +(assert (myObject (attribute1 "attr20204") ) ) +(assert (myObject (attribute1 "attr20205") ) ) +(assert (myObject (attribute1 "attr20206") ) ) +(assert (myObject (attribute1 "attr20207") ) ) +(assert (myObject (attribute1 "attr20208") ) ) +(assert (myObject (attribute1 "attr20209") ) ) +(assert (myObject (attribute1 "attr20210") ) ) +(assert (myObject (attribute1 "attr20211") ) ) +(assert (myObject (attribute1 "attr20212") ) ) +(assert (myObject (attribute1 "attr20213") ) ) +(assert (myObject (attribute1 "attr20214") ) ) +(assert (myObject (attribute1 "attr20215") ) ) +(assert (myObject (attribute1 "attr20216") ) ) +(assert (myObject (attribute1 "attr20217") ) ) +(assert (myObject (attribute1 "attr20218") ) ) +(assert (myObject (attribute1 "attr20219") ) ) +(assert (myObject (attribute1 "attr20220") ) ) +(assert (myObject (attribute1 "attr20221") ) ) +(assert (myObject (attribute1 "attr20222") ) ) +(assert (myObject (attribute1 "attr20223") ) ) +(assert (myObject (attribute1 "attr20224") ) ) +(assert (myObject (attribute1 "attr20225") ) ) +(assert (myObject (attribute1 "attr20226") ) ) +(assert (myObject (attribute1 "attr20227") ) ) +(assert (myObject (attribute1 "attr20228") ) ) +(assert (myObject (attribute1 "attr20229") ) ) +(assert (myObject (attribute1 "attr20230") ) ) +(assert (myObject (attribute1 "attr20231") ) ) +(assert (myObject (attribute1 "attr20232") ) ) +(assert (myObject (attribute1 "attr20233") ) ) +(assert (myObject (attribute1 "attr20234") ) ) +(assert (myObject (attribute1 "attr20235") ) ) +(assert (myObject (attribute1 "attr20236") ) ) +(assert (myObject (attribute1 "attr20237") ) ) +(assert (myObject (attribute1 "attr20238") ) ) +(assert (myObject (attribute1 "attr20239") ) ) +(assert (myObject (attribute1 "attr20240") ) ) +(assert (myObject (attribute1 "attr20241") ) ) +(assert (myObject (attribute1 "attr20242") ) ) +(assert (myObject (attribute1 "attr20243") ) ) +(assert (myObject (attribute1 "attr20244") ) ) +(assert (myObject (attribute1 "attr20245") ) ) +(assert (myObject (attribute1 "attr20246") ) ) +(assert (myObject (attribute1 "attr20247") ) ) +(assert (myObject (attribute1 "attr20248") ) ) +(assert (myObject (attribute1 "attr20249") ) ) +(assert (myObject (attribute1 "attr20250") ) ) +(assert (myObject (attribute1 "attr20251") ) ) +(assert (myObject (attribute1 "attr20252") ) ) +(assert (myObject (attribute1 "attr20253") ) ) +(assert (myObject (attribute1 "attr20254") ) ) +(assert (myObject (attribute1 "attr20255") ) ) +(assert (myObject (attribute1 "attr20256") ) ) +(assert (myObject (attribute1 "attr20257") ) ) +(assert (myObject (attribute1 "attr20258") ) ) +(assert (myObject (attribute1 "attr20259") ) ) +(assert (myObject (attribute1 "attr20260") ) ) +(assert (myObject (attribute1 "attr20261") ) ) +(assert (myObject (attribute1 "attr20262") ) ) +(assert (myObject (attribute1 "attr20263") ) ) +(assert (myObject (attribute1 "attr20264") ) ) +(assert (myObject (attribute1 "attr20265") ) ) +(assert (myObject (attribute1 "attr20266") ) ) +(assert (myObject (attribute1 "attr20267") ) ) +(assert (myObject (attribute1 "attr20268") ) ) +(assert (myObject (attribute1 "attr20269") ) ) +(assert (myObject (attribute1 "attr20270") ) ) +(assert (myObject (attribute1 "attr20271") ) ) +(assert (myObject (attribute1 "attr20272") ) ) +(assert (myObject (attribute1 "attr20273") ) ) +(assert (myObject (attribute1 "attr20274") ) ) +(assert (myObject (attribute1 "attr20275") ) ) +(assert (myObject (attribute1 "attr20276") ) ) +(assert (myObject (attribute1 "attr20277") ) ) +(assert (myObject (attribute1 "attr20278") ) ) +(assert (myObject (attribute1 "attr20279") ) ) +(assert (myObject (attribute1 "attr20280") ) ) +(assert (myObject (attribute1 "attr20281") ) ) +(assert (myObject (attribute1 "attr20282") ) ) +(assert (myObject (attribute1 "attr20283") ) ) +(assert (myObject (attribute1 "attr20284") ) ) +(assert (myObject (attribute1 "attr20285") ) ) +(assert (myObject (attribute1 "attr20286") ) ) +(assert (myObject (attribute1 "attr20287") ) ) +(assert (myObject (attribute1 "attr20288") ) ) +(assert (myObject (attribute1 "attr20289") ) ) +(assert (myObject (attribute1 "attr20290") ) ) +(assert (myObject (attribute1 "attr20291") ) ) +(assert (myObject (attribute1 "attr20292") ) ) +(assert (myObject (attribute1 "attr20293") ) ) +(assert (myObject (attribute1 "attr20294") ) ) +(assert (myObject (attribute1 "attr20295") ) ) +(assert (myObject (attribute1 "attr20296") ) ) +(assert (myObject (attribute1 "attr20297") ) ) +(assert (myObject (attribute1 "attr20298") ) ) +(assert (myObject (attribute1 "attr20299") ) ) +(assert (myObject (attribute1 "attr20300") ) ) +(assert (myObject (attribute1 "attr20301") ) ) +(assert (myObject (attribute1 "attr20302") ) ) +(assert (myObject (attribute1 "attr20303") ) ) +(assert (myObject (attribute1 "attr20304") ) ) +(assert (myObject (attribute1 "attr20305") ) ) +(assert (myObject (attribute1 "attr20306") ) ) +(assert (myObject (attribute1 "attr20307") ) ) +(assert (myObject (attribute1 "attr20308") ) ) +(assert (myObject (attribute1 "attr20309") ) ) +(assert (myObject (attribute1 "attr20310") ) ) +(assert (myObject (attribute1 "attr20311") ) ) +(assert (myObject (attribute1 "attr20312") ) ) +(assert (myObject (attribute1 "attr20313") ) ) +(assert (myObject (attribute1 "attr20314") ) ) +(assert (myObject (attribute1 "attr20315") ) ) +(assert (myObject (attribute1 "attr20316") ) ) +(assert (myObject (attribute1 "attr20317") ) ) +(assert (myObject (attribute1 "attr20318") ) ) +(assert (myObject (attribute1 "attr20319") ) ) +(assert (myObject (attribute1 "attr20320") ) ) +(assert (myObject (attribute1 "attr20321") ) ) +(assert (myObject (attribute1 "attr20322") ) ) +(assert (myObject (attribute1 "attr20323") ) ) +(assert (myObject (attribute1 "attr20324") ) ) +(assert (myObject (attribute1 "attr20325") ) ) +(assert (myObject (attribute1 "attr20326") ) ) +(assert (myObject (attribute1 "attr20327") ) ) +(assert (myObject (attribute1 "attr20328") ) ) +(assert (myObject (attribute1 "attr20329") ) ) +(assert (myObject (attribute1 "attr20330") ) ) +(assert (myObject (attribute1 "attr20331") ) ) +(assert (myObject (attribute1 "attr20332") ) ) +(assert (myObject (attribute1 "attr20333") ) ) +(assert (myObject (attribute1 "attr20334") ) ) +(assert (myObject (attribute1 "attr20335") ) ) +(assert (myObject (attribute1 "attr20336") ) ) +(assert (myObject (attribute1 "attr20337") ) ) +(assert (myObject (attribute1 "attr20338") ) ) +(assert (myObject (attribute1 "attr20339") ) ) +(assert (myObject (attribute1 "attr20340") ) ) +(assert (myObject (attribute1 "attr20341") ) ) +(assert (myObject (attribute1 "attr20342") ) ) +(assert (myObject (attribute1 "attr20343") ) ) +(assert (myObject (attribute1 "attr20344") ) ) +(assert (myObject (attribute1 "attr20345") ) ) +(assert (myObject (attribute1 "attr20346") ) ) +(assert (myObject (attribute1 "attr20347") ) ) +(assert (myObject (attribute1 "attr20348") ) ) +(assert (myObject (attribute1 "attr20349") ) ) +(assert (myObject (attribute1 "attr20350") ) ) +(assert (myObject (attribute1 "attr20351") ) ) +(assert (myObject (attribute1 "attr20352") ) ) +(assert (myObject (attribute1 "attr20353") ) ) +(assert (myObject (attribute1 "attr20354") ) ) +(assert (myObject (attribute1 "attr20355") ) ) +(assert (myObject (attribute1 "attr20356") ) ) +(assert (myObject (attribute1 "attr20357") ) ) +(assert (myObject (attribute1 "attr20358") ) ) +(assert (myObject (attribute1 "attr20359") ) ) +(assert (myObject (attribute1 "attr20360") ) ) +(assert (myObject (attribute1 "attr20361") ) ) +(assert (myObject (attribute1 "attr20362") ) ) +(assert (myObject (attribute1 "attr20363") ) ) +(assert (myObject (attribute1 "attr20364") ) ) +(assert (myObject (attribute1 "attr20365") ) ) +(assert (myObject (attribute1 "attr20366") ) ) +(assert (myObject (attribute1 "attr20367") ) ) +(assert (myObject (attribute1 "attr20368") ) ) +(assert (myObject (attribute1 "attr20369") ) ) +(assert (myObject (attribute1 "attr20370") ) ) +(assert (myObject (attribute1 "attr20371") ) ) +(assert (myObject (attribute1 "attr20372") ) ) +(assert (myObject (attribute1 "attr20373") ) ) +(assert (myObject (attribute1 "attr20374") ) ) +(assert (myObject (attribute1 "attr20375") ) ) +(assert (myObject (attribute1 "attr20376") ) ) +(assert (myObject (attribute1 "attr20377") ) ) +(assert (myObject (attribute1 "attr20378") ) ) +(assert (myObject (attribute1 "attr20379") ) ) +(assert (myObject (attribute1 "attr20380") ) ) +(assert (myObject (attribute1 "attr20381") ) ) +(assert (myObject (attribute1 "attr20382") ) ) +(assert (myObject (attribute1 "attr20383") ) ) +(assert (myObject (attribute1 "attr20384") ) ) +(assert (myObject (attribute1 "attr20385") ) ) +(assert (myObject (attribute1 "attr20386") ) ) +(assert (myObject (attribute1 "attr20387") ) ) +(assert (myObject (attribute1 "attr20388") ) ) +(assert (myObject (attribute1 "attr20389") ) ) +(assert (myObject (attribute1 "attr20390") ) ) +(assert (myObject (attribute1 "attr20391") ) ) +(assert (myObject (attribute1 "attr20392") ) ) +(assert (myObject (attribute1 "attr20393") ) ) +(assert (myObject (attribute1 "attr20394") ) ) +(assert (myObject (attribute1 "attr20395") ) ) +(assert (myObject (attribute1 "attr20396") ) ) +(assert (myObject (attribute1 "attr20397") ) ) +(assert (myObject (attribute1 "attr20398") ) ) +(assert (myObject (attribute1 "attr20399") ) ) +(assert (myObject (attribute1 "attr20400") ) ) +(assert (myObject (attribute1 "attr20401") ) ) +(assert (myObject (attribute1 "attr20402") ) ) +(assert (myObject (attribute1 "attr20403") ) ) +(assert (myObject (attribute1 "attr20404") ) ) +(assert (myObject (attribute1 "attr20405") ) ) +(assert (myObject (attribute1 "attr20406") ) ) +(assert (myObject (attribute1 "attr20407") ) ) +(assert (myObject (attribute1 "attr20408") ) ) +(assert (myObject (attribute1 "attr20409") ) ) +(assert (myObject (attribute1 "attr20410") ) ) +(assert (myObject (attribute1 "attr20411") ) ) +(assert (myObject (attribute1 "attr20412") ) ) +(assert (myObject (attribute1 "attr20413") ) ) +(assert (myObject (attribute1 "attr20414") ) ) +(assert (myObject (attribute1 "attr20415") ) ) +(assert (myObject (attribute1 "attr20416") ) ) +(assert (myObject (attribute1 "attr20417") ) ) +(assert (myObject (attribute1 "attr20418") ) ) +(assert (myObject (attribute1 "attr20419") ) ) +(assert (myObject (attribute1 "attr20420") ) ) +(assert (myObject (attribute1 "attr20421") ) ) +(assert (myObject (attribute1 "attr20422") ) ) +(assert (myObject (attribute1 "attr20423") ) ) +(assert (myObject (attribute1 "attr20424") ) ) +(assert (myObject (attribute1 "attr20425") ) ) +(assert (myObject (attribute1 "attr20426") ) ) +(assert (myObject (attribute1 "attr20427") ) ) +(assert (myObject (attribute1 "attr20428") ) ) +(assert (myObject (attribute1 "attr20429") ) ) +(assert (myObject (attribute1 "attr20430") ) ) +(assert (myObject (attribute1 "attr20431") ) ) +(assert (myObject (attribute1 "attr20432") ) ) +(assert (myObject (attribute1 "attr20433") ) ) +(assert (myObject (attribute1 "attr20434") ) ) +(assert (myObject (attribute1 "attr20435") ) ) +(assert (myObject (attribute1 "attr20436") ) ) +(assert (myObject (attribute1 "attr20437") ) ) +(assert (myObject (attribute1 "attr20438") ) ) +(assert (myObject (attribute1 "attr20439") ) ) +(assert (myObject (attribute1 "attr20440") ) ) +(assert (myObject (attribute1 "attr20441") ) ) +(assert (myObject (attribute1 "attr20442") ) ) +(assert (myObject (attribute1 "attr20443") ) ) +(assert (myObject (attribute1 "attr20444") ) ) +(assert (myObject (attribute1 "attr20445") ) ) +(assert (myObject (attribute1 "attr20446") ) ) +(assert (myObject (attribute1 "attr20447") ) ) +(assert (myObject (attribute1 "attr20448") ) ) +(assert (myObject (attribute1 "attr20449") ) ) +(assert (myObject (attribute1 "attr20450") ) ) +(assert (myObject (attribute1 "attr20451") ) ) +(assert (myObject (attribute1 "attr20452") ) ) +(assert (myObject (attribute1 "attr20453") ) ) +(assert (myObject (attribute1 "attr20454") ) ) +(assert (myObject (attribute1 "attr20455") ) ) +(assert (myObject (attribute1 "attr20456") ) ) +(assert (myObject (attribute1 "attr20457") ) ) +(assert (myObject (attribute1 "attr20458") ) ) +(assert (myObject (attribute1 "attr20459") ) ) +(assert (myObject (attribute1 "attr20460") ) ) +(assert (myObject (attribute1 "attr20461") ) ) +(assert (myObject (attribute1 "attr20462") ) ) +(assert (myObject (attribute1 "attr20463") ) ) +(assert (myObject (attribute1 "attr20464") ) ) +(assert (myObject (attribute1 "attr20465") ) ) +(assert (myObject (attribute1 "attr20466") ) ) +(assert (myObject (attribute1 "attr20467") ) ) +(assert (myObject (attribute1 "attr20468") ) ) +(assert (myObject (attribute1 "attr20469") ) ) +(assert (myObject (attribute1 "attr20470") ) ) +(assert (myObject (attribute1 "attr20471") ) ) +(assert (myObject (attribute1 "attr20472") ) ) +(assert (myObject (attribute1 "attr20473") ) ) +(assert (myObject (attribute1 "attr20474") ) ) +(assert (myObject (attribute1 "attr20475") ) ) +(assert (myObject (attribute1 "attr20476") ) ) +(assert (myObject (attribute1 "attr20477") ) ) +(assert (myObject (attribute1 "attr20478") ) ) +(assert (myObject (attribute1 "attr20479") ) ) +(assert (myObject (attribute1 "attr20480") ) ) +(assert (myObject (attribute1 "attr20481") ) ) +(assert (myObject (attribute1 "attr20482") ) ) +(assert (myObject (attribute1 "attr20483") ) ) +(assert (myObject (attribute1 "attr20484") ) ) +(assert (myObject (attribute1 "attr20485") ) ) +(assert (myObject (attribute1 "attr20486") ) ) +(assert (myObject (attribute1 "attr20487") ) ) +(assert (myObject (attribute1 "attr20488") ) ) +(assert (myObject (attribute1 "attr20489") ) ) +(assert (myObject (attribute1 "attr20490") ) ) +(assert (myObject (attribute1 "attr20491") ) ) +(assert (myObject (attribute1 "attr20492") ) ) +(assert (myObject (attribute1 "attr20493") ) ) +(assert (myObject (attribute1 "attr20494") ) ) +(assert (myObject (attribute1 "attr20495") ) ) +(assert (myObject (attribute1 "attr20496") ) ) +(assert (myObject (attribute1 "attr20497") ) ) +(assert (myObject (attribute1 "attr20498") ) ) +(assert (myObject (attribute1 "attr20499") ) ) +(assert (myObject (attribute1 "attr20500") ) ) +(assert (myObject (attribute1 "attr20501") ) ) +(assert (myObject (attribute1 "attr20502") ) ) +(assert (myObject (attribute1 "attr20503") ) ) +(assert (myObject (attribute1 "attr20504") ) ) +(assert (myObject (attribute1 "attr20505") ) ) +(assert (myObject (attribute1 "attr20506") ) ) +(assert (myObject (attribute1 "attr20507") ) ) +(assert (myObject (attribute1 "attr20508") ) ) +(assert (myObject (attribute1 "attr20509") ) ) +(assert (myObject (attribute1 "attr20510") ) ) +(assert (myObject (attribute1 "attr20511") ) ) +(assert (myObject (attribute1 "attr20512") ) ) +(assert (myObject (attribute1 "attr20513") ) ) +(assert (myObject (attribute1 "attr20514") ) ) +(assert (myObject (attribute1 "attr20515") ) ) +(assert (myObject (attribute1 "attr20516") ) ) +(assert (myObject (attribute1 "attr20517") ) ) +(assert (myObject (attribute1 "attr20518") ) ) +(assert (myObject (attribute1 "attr20519") ) ) +(assert (myObject (attribute1 "attr20520") ) ) +(assert (myObject (attribute1 "attr20521") ) ) +(assert (myObject (attribute1 "attr20522") ) ) +(assert (myObject (attribute1 "attr20523") ) ) +(assert (myObject (attribute1 "attr20524") ) ) +(assert (myObject (attribute1 "attr20525") ) ) +(assert (myObject (attribute1 "attr20526") ) ) +(assert (myObject (attribute1 "attr20527") ) ) +(assert (myObject (attribute1 "attr20528") ) ) +(assert (myObject (attribute1 "attr20529") ) ) +(assert (myObject (attribute1 "attr20530") ) ) +(assert (myObject (attribute1 "attr20531") ) ) +(assert (myObject (attribute1 "attr20532") ) ) +(assert (myObject (attribute1 "attr20533") ) ) +(assert (myObject (attribute1 "attr20534") ) ) +(assert (myObject (attribute1 "attr20535") ) ) +(assert (myObject (attribute1 "attr20536") ) ) +(assert (myObject (attribute1 "attr20537") ) ) +(assert (myObject (attribute1 "attr20538") ) ) +(assert (myObject (attribute1 "attr20539") ) ) +(assert (myObject (attribute1 "attr20540") ) ) +(assert (myObject (attribute1 "attr20541") ) ) +(assert (myObject (attribute1 "attr20542") ) ) +(assert (myObject (attribute1 "attr20543") ) ) +(assert (myObject (attribute1 "attr20544") ) ) +(assert (myObject (attribute1 "attr20545") ) ) +(assert (myObject (attribute1 "attr20546") ) ) +(assert (myObject (attribute1 "attr20547") ) ) +(assert (myObject (attribute1 "attr20548") ) ) +(assert (myObject (attribute1 "attr20549") ) ) +(assert (myObject (attribute1 "attr20550") ) ) +(assert (myObject (attribute1 "attr20551") ) ) +(assert (myObject (attribute1 "attr20552") ) ) +(assert (myObject (attribute1 "attr20553") ) ) +(assert (myObject (attribute1 "attr20554") ) ) +(assert (myObject (attribute1 "attr20555") ) ) +(assert (myObject (attribute1 "attr20556") ) ) +(assert (myObject (attribute1 "attr20557") ) ) +(assert (myObject (attribute1 "attr20558") ) ) +(assert (myObject (attribute1 "attr20559") ) ) +(assert (myObject (attribute1 "attr20560") ) ) +(assert (myObject (attribute1 "attr20561") ) ) +(assert (myObject (attribute1 "attr20562") ) ) +(assert (myObject (attribute1 "attr20563") ) ) +(assert (myObject (attribute1 "attr20564") ) ) +(assert (myObject (attribute1 "attr20565") ) ) +(assert (myObject (attribute1 "attr20566") ) ) +(assert (myObject (attribute1 "attr20567") ) ) +(assert (myObject (attribute1 "attr20568") ) ) +(assert (myObject (attribute1 "attr20569") ) ) +(assert (myObject (attribute1 "attr20570") ) ) +(assert (myObject (attribute1 "attr20571") ) ) +(assert (myObject (attribute1 "attr20572") ) ) +(assert (myObject (attribute1 "attr20573") ) ) +(assert (myObject (attribute1 "attr20574") ) ) +(assert (myObject (attribute1 "attr20575") ) ) +(assert (myObject (attribute1 "attr20576") ) ) +(assert (myObject (attribute1 "attr20577") ) ) +(assert (myObject (attribute1 "attr20578") ) ) +(assert (myObject (attribute1 "attr20579") ) ) +(assert (myObject (attribute1 "attr20580") ) ) +(assert (myObject (attribute1 "attr20581") ) ) +(assert (myObject (attribute1 "attr20582") ) ) +(assert (myObject (attribute1 "attr20583") ) ) +(assert (myObject (attribute1 "attr20584") ) ) +(assert (myObject (attribute1 "attr20585") ) ) +(assert (myObject (attribute1 "attr20586") ) ) +(assert (myObject (attribute1 "attr20587") ) ) +(assert (myObject (attribute1 "attr20588") ) ) +(assert (myObject (attribute1 "attr20589") ) ) +(assert (myObject (attribute1 "attr20590") ) ) +(assert (myObject (attribute1 "attr20591") ) ) +(assert (myObject (attribute1 "attr20592") ) ) +(assert (myObject (attribute1 "attr20593") ) ) +(assert (myObject (attribute1 "attr20594") ) ) +(assert (myObject (attribute1 "attr20595") ) ) +(assert (myObject (attribute1 "attr20596") ) ) +(assert (myObject (attribute1 "attr20597") ) ) +(assert (myObject (attribute1 "attr20598") ) ) +(assert (myObject (attribute1 "attr20599") ) ) +(assert (myObject (attribute1 "attr20600") ) ) +(assert (myObject (attribute1 "attr20601") ) ) +(assert (myObject (attribute1 "attr20602") ) ) +(assert (myObject (attribute1 "attr20603") ) ) +(assert (myObject (attribute1 "attr20604") ) ) +(assert (myObject (attribute1 "attr20605") ) ) +(assert (myObject (attribute1 "attr20606") ) ) +(assert (myObject (attribute1 "attr20607") ) ) +(assert (myObject (attribute1 "attr20608") ) ) +(assert (myObject (attribute1 "attr20609") ) ) +(assert (myObject (attribute1 "attr20610") ) ) +(assert (myObject (attribute1 "attr20611") ) ) +(assert (myObject (attribute1 "attr20612") ) ) +(assert (myObject (attribute1 "attr20613") ) ) +(assert (myObject (attribute1 "attr20614") ) ) +(assert (myObject (attribute1 "attr20615") ) ) +(assert (myObject (attribute1 "attr20616") ) ) +(assert (myObject (attribute1 "attr20617") ) ) +(assert (myObject (attribute1 "attr20618") ) ) +(assert (myObject (attribute1 "attr20619") ) ) +(assert (myObject (attribute1 "attr20620") ) ) +(assert (myObject (attribute1 "attr20621") ) ) +(assert (myObject (attribute1 "attr20622") ) ) +(assert (myObject (attribute1 "attr20623") ) ) +(assert (myObject (attribute1 "attr20624") ) ) +(assert (myObject (attribute1 "attr20625") ) ) +(assert (myObject (attribute1 "attr20626") ) ) +(assert (myObject (attribute1 "attr20627") ) ) +(assert (myObject (attribute1 "attr20628") ) ) +(assert (myObject (attribute1 "attr20629") ) ) +(assert (myObject (attribute1 "attr20630") ) ) +(assert (myObject (attribute1 "attr20631") ) ) +(assert (myObject (attribute1 "attr20632") ) ) +(assert (myObject (attribute1 "attr20633") ) ) +(assert (myObject (attribute1 "attr20634") ) ) +(assert (myObject (attribute1 "attr20635") ) ) +(assert (myObject (attribute1 "attr20636") ) ) +(assert (myObject (attribute1 "attr20637") ) ) +(assert (myObject (attribute1 "attr20638") ) ) +(assert (myObject (attribute1 "attr20639") ) ) +(assert (myObject (attribute1 "attr20640") ) ) +(assert (myObject (attribute1 "attr20641") ) ) +(assert (myObject (attribute1 "attr20642") ) ) +(assert (myObject (attribute1 "attr20643") ) ) +(assert (myObject (attribute1 "attr20644") ) ) +(assert (myObject (attribute1 "attr20645") ) ) +(assert (myObject (attribute1 "attr20646") ) ) +(assert (myObject (attribute1 "attr20647") ) ) +(assert (myObject (attribute1 "attr20648") ) ) +(assert (myObject (attribute1 "attr20649") ) ) +(assert (myObject (attribute1 "attr20650") ) ) +(assert (myObject (attribute1 "attr20651") ) ) +(assert (myObject (attribute1 "attr20652") ) ) +(assert (myObject (attribute1 "attr20653") ) ) +(assert (myObject (attribute1 "attr20654") ) ) +(assert (myObject (attribute1 "attr20655") ) ) +(assert (myObject (attribute1 "attr20656") ) ) +(assert (myObject (attribute1 "attr20657") ) ) +(assert (myObject (attribute1 "attr20658") ) ) +(assert (myObject (attribute1 "attr20659") ) ) +(assert (myObject (attribute1 "attr20660") ) ) +(assert (myObject (attribute1 "attr20661") ) ) +(assert (myObject (attribute1 "attr20662") ) ) +(assert (myObject (attribute1 "attr20663") ) ) +(assert (myObject (attribute1 "attr20664") ) ) +(assert (myObject (attribute1 "attr20665") ) ) +(assert (myObject (attribute1 "attr20666") ) ) +(assert (myObject (attribute1 "attr20667") ) ) +(assert (myObject (attribute1 "attr20668") ) ) +(assert (myObject (attribute1 "attr20669") ) ) +(assert (myObject (attribute1 "attr20670") ) ) +(assert (myObject (attribute1 "attr20671") ) ) +(assert (myObject (attribute1 "attr20672") ) ) +(assert (myObject (attribute1 "attr20673") ) ) +(assert (myObject (attribute1 "attr20674") ) ) +(assert (myObject (attribute1 "attr20675") ) ) +(assert (myObject (attribute1 "attr20676") ) ) +(assert (myObject (attribute1 "attr20677") ) ) +(assert (myObject (attribute1 "attr20678") ) ) +(assert (myObject (attribute1 "attr20679") ) ) +(assert (myObject (attribute1 "attr20680") ) ) +(assert (myObject (attribute1 "attr20681") ) ) +(assert (myObject (attribute1 "attr20682") ) ) +(assert (myObject (attribute1 "attr20683") ) ) +(assert (myObject (attribute1 "attr20684") ) ) +(assert (myObject (attribute1 "attr20685") ) ) +(assert (myObject (attribute1 "attr20686") ) ) +(assert (myObject (attribute1 "attr20687") ) ) +(assert (myObject (attribute1 "attr20688") ) ) +(assert (myObject (attribute1 "attr20689") ) ) +(assert (myObject (attribute1 "attr20690") ) ) +(assert (myObject (attribute1 "attr20691") ) ) +(assert (myObject (attribute1 "attr20692") ) ) +(assert (myObject (attribute1 "attr20693") ) ) +(assert (myObject (attribute1 "attr20694") ) ) +(assert (myObject (attribute1 "attr20695") ) ) +(assert (myObject (attribute1 "attr20696") ) ) +(assert (myObject (attribute1 "attr20697") ) ) +(assert (myObject (attribute1 "attr20698") ) ) +(assert (myObject (attribute1 "attr20699") ) ) +(assert (myObject (attribute1 "attr20700") ) ) +(assert (myObject (attribute1 "attr20701") ) ) +(assert (myObject (attribute1 "attr20702") ) ) +(assert (myObject (attribute1 "attr20703") ) ) +(assert (myObject (attribute1 "attr20704") ) ) +(assert (myObject (attribute1 "attr20705") ) ) +(assert (myObject (attribute1 "attr20706") ) ) +(assert (myObject (attribute1 "attr20707") ) ) +(assert (myObject (attribute1 "attr20708") ) ) +(assert (myObject (attribute1 "attr20709") ) ) +(assert (myObject (attribute1 "attr20710") ) ) +(assert (myObject (attribute1 "attr20711") ) ) +(assert (myObject (attribute1 "attr20712") ) ) +(assert (myObject (attribute1 "attr20713") ) ) +(assert (myObject (attribute1 "attr20714") ) ) +(assert (myObject (attribute1 "attr20715") ) ) +(assert (myObject (attribute1 "attr20716") ) ) +(assert (myObject (attribute1 "attr20717") ) ) +(assert (myObject (attribute1 "attr20718") ) ) +(assert (myObject (attribute1 "attr20719") ) ) +(assert (myObject (attribute1 "attr20720") ) ) +(assert (myObject (attribute1 "attr20721") ) ) +(assert (myObject (attribute1 "attr20722") ) ) +(assert (myObject (attribute1 "attr20723") ) ) +(assert (myObject (attribute1 "attr20724") ) ) +(assert (myObject (attribute1 "attr20725") ) ) +(assert (myObject (attribute1 "attr20726") ) ) +(assert (myObject (attribute1 "attr20727") ) ) +(assert (myObject (attribute1 "attr20728") ) ) +(assert (myObject (attribute1 "attr20729") ) ) +(assert (myObject (attribute1 "attr20730") ) ) +(assert (myObject (attribute1 "attr20731") ) ) +(assert (myObject (attribute1 "attr20732") ) ) +(assert (myObject (attribute1 "attr20733") ) ) +(assert (myObject (attribute1 "attr20734") ) ) +(assert (myObject (attribute1 "attr20735") ) ) +(assert (myObject (attribute1 "attr20736") ) ) +(assert (myObject (attribute1 "attr20737") ) ) +(assert (myObject (attribute1 "attr20738") ) ) +(assert (myObject (attribute1 "attr20739") ) ) +(assert (myObject (attribute1 "attr20740") ) ) +(assert (myObject (attribute1 "attr20741") ) ) +(assert (myObject (attribute1 "attr20742") ) ) +(assert (myObject (attribute1 "attr20743") ) ) +(assert (myObject (attribute1 "attr20744") ) ) +(assert (myObject (attribute1 "attr20745") ) ) +(assert (myObject (attribute1 "attr20746") ) ) +(assert (myObject (attribute1 "attr20747") ) ) +(assert (myObject (attribute1 "attr20748") ) ) +(assert (myObject (attribute1 "attr20749") ) ) +(assert (myObject (attribute1 "attr20750") ) ) +(assert (myObject (attribute1 "attr20751") ) ) +(assert (myObject (attribute1 "attr20752") ) ) +(assert (myObject (attribute1 "attr20753") ) ) +(assert (myObject (attribute1 "attr20754") ) ) +(assert (myObject (attribute1 "attr20755") ) ) +(assert (myObject (attribute1 "attr20756") ) ) +(assert (myObject (attribute1 "attr20757") ) ) +(assert (myObject (attribute1 "attr20758") ) ) +(assert (myObject (attribute1 "attr20759") ) ) +(assert (myObject (attribute1 "attr20760") ) ) +(assert (myObject (attribute1 "attr20761") ) ) +(assert (myObject (attribute1 "attr20762") ) ) +(assert (myObject (attribute1 "attr20763") ) ) +(assert (myObject (attribute1 "attr20764") ) ) +(assert (myObject (attribute1 "attr20765") ) ) +(assert (myObject (attribute1 "attr20766") ) ) +(assert (myObject (attribute1 "attr20767") ) ) +(assert (myObject (attribute1 "attr20768") ) ) +(assert (myObject (attribute1 "attr20769") ) ) +(assert (myObject (attribute1 "attr20770") ) ) +(assert (myObject (attribute1 "attr20771") ) ) +(assert (myObject (attribute1 "attr20772") ) ) +(assert (myObject (attribute1 "attr20773") ) ) +(assert (myObject (attribute1 "attr20774") ) ) +(assert (myObject (attribute1 "attr20775") ) ) +(assert (myObject (attribute1 "attr20776") ) ) +(assert (myObject (attribute1 "attr20777") ) ) +(assert (myObject (attribute1 "attr20778") ) ) +(assert (myObject (attribute1 "attr20779") ) ) +(assert (myObject (attribute1 "attr20780") ) ) +(assert (myObject (attribute1 "attr20781") ) ) +(assert (myObject (attribute1 "attr20782") ) ) +(assert (myObject (attribute1 "attr20783") ) ) +(assert (myObject (attribute1 "attr20784") ) ) +(assert (myObject (attribute1 "attr20785") ) ) +(assert (myObject (attribute1 "attr20786") ) ) +(assert (myObject (attribute1 "attr20787") ) ) +(assert (myObject (attribute1 "attr20788") ) ) +(assert (myObject (attribute1 "attr20789") ) ) +(assert (myObject (attribute1 "attr20790") ) ) +(assert (myObject (attribute1 "attr20791") ) ) +(assert (myObject (attribute1 "attr20792") ) ) +(assert (myObject (attribute1 "attr20793") ) ) +(assert (myObject (attribute1 "attr20794") ) ) +(assert (myObject (attribute1 "attr20795") ) ) +(assert (myObject (attribute1 "attr20796") ) ) +(assert (myObject (attribute1 "attr20797") ) ) +(assert (myObject (attribute1 "attr20798") ) ) +(assert (myObject (attribute1 "attr20799") ) ) +(assert (myObject (attribute1 "attr20800") ) ) +(assert (myObject (attribute1 "attr20801") ) ) +(assert (myObject (attribute1 "attr20802") ) ) +(assert (myObject (attribute1 "attr20803") ) ) +(assert (myObject (attribute1 "attr20804") ) ) +(assert (myObject (attribute1 "attr20805") ) ) +(assert (myObject (attribute1 "attr20806") ) ) +(assert (myObject (attribute1 "attr20807") ) ) +(assert (myObject (attribute1 "attr20808") ) ) +(assert (myObject (attribute1 "attr20809") ) ) +(assert (myObject (attribute1 "attr20810") ) ) +(assert (myObject (attribute1 "attr20811") ) ) +(assert (myObject (attribute1 "attr20812") ) ) +(assert (myObject (attribute1 "attr20813") ) ) +(assert (myObject (attribute1 "attr20814") ) ) +(assert (myObject (attribute1 "attr20815") ) ) +(assert (myObject (attribute1 "attr20816") ) ) +(assert (myObject (attribute1 "attr20817") ) ) +(assert (myObject (attribute1 "attr20818") ) ) +(assert (myObject (attribute1 "attr20819") ) ) +(assert (myObject (attribute1 "attr20820") ) ) +(assert (myObject (attribute1 "attr20821") ) ) +(assert (myObject (attribute1 "attr20822") ) ) +(assert (myObject (attribute1 "attr20823") ) ) +(assert (myObject (attribute1 "attr20824") ) ) +(assert (myObject (attribute1 "attr20825") ) ) +(assert (myObject (attribute1 "attr20826") ) ) +(assert (myObject (attribute1 "attr20827") ) ) +(assert (myObject (attribute1 "attr20828") ) ) +(assert (myObject (attribute1 "attr20829") ) ) +(assert (myObject (attribute1 "attr20830") ) ) +(assert (myObject (attribute1 "attr20831") ) ) +(assert (myObject (attribute1 "attr20832") ) ) +(assert (myObject (attribute1 "attr20833") ) ) +(assert (myObject (attribute1 "attr20834") ) ) +(assert (myObject (attribute1 "attr20835") ) ) +(assert (myObject (attribute1 "attr20836") ) ) +(assert (myObject (attribute1 "attr20837") ) ) +(assert (myObject (attribute1 "attr20838") ) ) +(assert (myObject (attribute1 "attr20839") ) ) +(assert (myObject (attribute1 "attr20840") ) ) +(assert (myObject (attribute1 "attr20841") ) ) +(assert (myObject (attribute1 "attr20842") ) ) +(assert (myObject (attribute1 "attr20843") ) ) +(assert (myObject (attribute1 "attr20844") ) ) +(assert (myObject (attribute1 "attr20845") ) ) +(assert (myObject (attribute1 "attr20846") ) ) +(assert (myObject (attribute1 "attr20847") ) ) +(assert (myObject (attribute1 "attr20848") ) ) +(assert (myObject (attribute1 "attr20849") ) ) +(assert (myObject (attribute1 "attr20850") ) ) +(assert (myObject (attribute1 "attr20851") ) ) +(assert (myObject (attribute1 "attr20852") ) ) +(assert (myObject (attribute1 "attr20853") ) ) +(assert (myObject (attribute1 "attr20854") ) ) +(assert (myObject (attribute1 "attr20855") ) ) +(assert (myObject (attribute1 "attr20856") ) ) +(assert (myObject (attribute1 "attr20857") ) ) +(assert (myObject (attribute1 "attr20858") ) ) +(assert (myObject (attribute1 "attr20859") ) ) +(assert (myObject (attribute1 "attr20860") ) ) +(assert (myObject (attribute1 "attr20861") ) ) +(assert (myObject (attribute1 "attr20862") ) ) +(assert (myObject (attribute1 "attr20863") ) ) +(assert (myObject (attribute1 "attr20864") ) ) +(assert (myObject (attribute1 "attr20865") ) ) +(assert (myObject (attribute1 "attr20866") ) ) +(assert (myObject (attribute1 "attr20867") ) ) +(assert (myObject (attribute1 "attr20868") ) ) +(assert (myObject (attribute1 "attr20869") ) ) +(assert (myObject (attribute1 "attr20870") ) ) +(assert (myObject (attribute1 "attr20871") ) ) +(assert (myObject (attribute1 "attr20872") ) ) +(assert (myObject (attribute1 "attr20873") ) ) +(assert (myObject (attribute1 "attr20874") ) ) +(assert (myObject (attribute1 "attr20875") ) ) +(assert (myObject (attribute1 "attr20876") ) ) +(assert (myObject (attribute1 "attr20877") ) ) +(assert (myObject (attribute1 "attr20878") ) ) +(assert (myObject (attribute1 "attr20879") ) ) +(assert (myObject (attribute1 "attr20880") ) ) +(assert (myObject (attribute1 "attr20881") ) ) +(assert (myObject (attribute1 "attr20882") ) ) +(assert (myObject (attribute1 "attr20883") ) ) +(assert (myObject (attribute1 "attr20884") ) ) +(assert (myObject (attribute1 "attr20885") ) ) +(assert (myObject (attribute1 "attr20886") ) ) +(assert (myObject (attribute1 "attr20887") ) ) +(assert (myObject (attribute1 "attr20888") ) ) +(assert (myObject (attribute1 "attr20889") ) ) +(assert (myObject (attribute1 "attr20890") ) ) +(assert (myObject (attribute1 "attr20891") ) ) +(assert (myObject (attribute1 "attr20892") ) ) +(assert (myObject (attribute1 "attr20893") ) ) +(assert (myObject (attribute1 "attr20894") ) ) +(assert (myObject (attribute1 "attr20895") ) ) +(assert (myObject (attribute1 "attr20896") ) ) +(assert (myObject (attribute1 "attr20897") ) ) +(assert (myObject (attribute1 "attr20898") ) ) +(assert (myObject (attribute1 "attr20899") ) ) +(assert (myObject (attribute1 "attr20900") ) ) +(assert (myObject (attribute1 "attr20901") ) ) +(assert (myObject (attribute1 "attr20902") ) ) +(assert (myObject (attribute1 "attr20903") ) ) +(assert (myObject (attribute1 "attr20904") ) ) +(assert (myObject (attribute1 "attr20905") ) ) +(assert (myObject (attribute1 "attr20906") ) ) +(assert (myObject (attribute1 "attr20907") ) ) +(assert (myObject (attribute1 "attr20908") ) ) +(assert (myObject (attribute1 "attr20909") ) ) +(assert (myObject (attribute1 "attr20910") ) ) +(assert (myObject (attribute1 "attr20911") ) ) +(assert (myObject (attribute1 "attr20912") ) ) +(assert (myObject (attribute1 "attr20913") ) ) +(assert (myObject (attribute1 "attr20914") ) ) +(assert (myObject (attribute1 "attr20915") ) ) +(assert (myObject (attribute1 "attr20916") ) ) +(assert (myObject (attribute1 "attr20917") ) ) +(assert (myObject (attribute1 "attr20918") ) ) +(assert (myObject (attribute1 "attr20919") ) ) +(assert (myObject (attribute1 "attr20920") ) ) +(assert (myObject (attribute1 "attr20921") ) ) +(assert (myObject (attribute1 "attr20922") ) ) +(assert (myObject (attribute1 "attr20923") ) ) +(assert (myObject (attribute1 "attr20924") ) ) +(assert (myObject (attribute1 "attr20925") ) ) +(assert (myObject (attribute1 "attr20926") ) ) +(assert (myObject (attribute1 "attr20927") ) ) +(assert (myObject (attribute1 "attr20928") ) ) +(assert (myObject (attribute1 "attr20929") ) ) +(assert (myObject (attribute1 "attr20930") ) ) +(assert (myObject (attribute1 "attr20931") ) ) +(assert (myObject (attribute1 "attr20932") ) ) +(assert (myObject (attribute1 "attr20933") ) ) +(assert (myObject (attribute1 "attr20934") ) ) +(assert (myObject (attribute1 "attr20935") ) ) +(assert (myObject (attribute1 "attr20936") ) ) +(assert (myObject (attribute1 "attr20937") ) ) +(assert (myObject (attribute1 "attr20938") ) ) +(assert (myObject (attribute1 "attr20939") ) ) +(assert (myObject (attribute1 "attr20940") ) ) +(assert (myObject (attribute1 "attr20941") ) ) +(assert (myObject (attribute1 "attr20942") ) ) +(assert (myObject (attribute1 "attr20943") ) ) +(assert (myObject (attribute1 "attr20944") ) ) +(assert (myObject (attribute1 "attr20945") ) ) +(assert (myObject (attribute1 "attr20946") ) ) +(assert (myObject (attribute1 "attr20947") ) ) +(assert (myObject (attribute1 "attr20948") ) ) +(assert (myObject (attribute1 "attr20949") ) ) +(assert (myObject (attribute1 "attr20950") ) ) +(assert (myObject (attribute1 "attr20951") ) ) +(assert (myObject (attribute1 "attr20952") ) ) +(assert (myObject (attribute1 "attr20953") ) ) +(assert (myObject (attribute1 "attr20954") ) ) +(assert (myObject (attribute1 "attr20955") ) ) +(assert (myObject (attribute1 "attr20956") ) ) +(assert (myObject (attribute1 "attr20957") ) ) +(assert (myObject (attribute1 "attr20958") ) ) +(assert (myObject (attribute1 "attr20959") ) ) +(assert (myObject (attribute1 "attr20960") ) ) +(assert (myObject (attribute1 "attr20961") ) ) +(assert (myObject (attribute1 "attr20962") ) ) +(assert (myObject (attribute1 "attr20963") ) ) +(assert (myObject (attribute1 "attr20964") ) ) +(assert (myObject (attribute1 "attr20965") ) ) +(assert (myObject (attribute1 "attr20966") ) ) +(assert (myObject (attribute1 "attr20967") ) ) +(assert (myObject (attribute1 "attr20968") ) ) +(assert (myObject (attribute1 "attr20969") ) ) +(assert (myObject (attribute1 "attr20970") ) ) +(assert (myObject (attribute1 "attr20971") ) ) +(assert (myObject (attribute1 "attr20972") ) ) +(assert (myObject (attribute1 "attr20973") ) ) +(assert (myObject (attribute1 "attr20974") ) ) +(assert (myObject (attribute1 "attr20975") ) ) +(assert (myObject (attribute1 "attr20976") ) ) +(assert (myObject (attribute1 "attr20977") ) ) +(assert (myObject (attribute1 "attr20978") ) ) +(assert (myObject (attribute1 "attr20979") ) ) +(assert (myObject (attribute1 "attr20980") ) ) +(assert (myObject (attribute1 "attr20981") ) ) +(assert (myObject (attribute1 "attr20982") ) ) +(assert (myObject (attribute1 "attr20983") ) ) +(assert (myObject (attribute1 "attr20984") ) ) +(assert (myObject (attribute1 "attr20985") ) ) +(assert (myObject (attribute1 "attr20986") ) ) +(assert (myObject (attribute1 "attr20987") ) ) +(assert (myObject (attribute1 "attr20988") ) ) +(assert (myObject (attribute1 "attr20989") ) ) +(assert (myObject (attribute1 "attr20990") ) ) +(assert (myObject (attribute1 "attr20991") ) ) +(assert (myObject (attribute1 "attr20992") ) ) +(assert (myObject (attribute1 "attr20993") ) ) +(assert (myObject (attribute1 "attr20994") ) ) +(assert (myObject (attribute1 "attr20995") ) ) +(assert (myObject (attribute1 "attr20996") ) ) +(assert (myObject (attribute1 "attr20997") ) ) +(assert (myObject (attribute1 "attr20998") ) ) +(assert (myObject (attribute1 "attr20999") ) ) +(assert (myObject (attribute1 "attr21000") ) ) +(assert (myObject (attribute1 "attr21001") ) ) +(assert (myObject (attribute1 "attr21002") ) ) +(assert (myObject (attribute1 "attr21003") ) ) +(assert (myObject (attribute1 "attr21004") ) ) +(assert (myObject (attribute1 "attr21005") ) ) +(assert (myObject (attribute1 "attr21006") ) ) +(assert (myObject (attribute1 "attr21007") ) ) +(assert (myObject (attribute1 "attr21008") ) ) +(assert (myObject (attribute1 "attr21009") ) ) +(assert (myObject (attribute1 "attr21010") ) ) +(assert (myObject (attribute1 "attr21011") ) ) +(assert (myObject (attribute1 "attr21012") ) ) +(assert (myObject (attribute1 "attr21013") ) ) +(assert (myObject (attribute1 "attr21014") ) ) +(assert (myObject (attribute1 "attr21015") ) ) +(assert (myObject (attribute1 "attr21016") ) ) +(assert (myObject (attribute1 "attr21017") ) ) +(assert (myObject (attribute1 "attr21018") ) ) +(assert (myObject (attribute1 "attr21019") ) ) +(assert (myObject (attribute1 "attr21020") ) ) +(assert (myObject (attribute1 "attr21021") ) ) +(assert (myObject (attribute1 "attr21022") ) ) +(assert (myObject (attribute1 "attr21023") ) ) +(assert (myObject (attribute1 "attr21024") ) ) +(assert (myObject (attribute1 "attr21025") ) ) +(assert (myObject (attribute1 "attr21026") ) ) +(assert (myObject (attribute1 "attr21027") ) ) +(assert (myObject (attribute1 "attr21028") ) ) +(assert (myObject (attribute1 "attr21029") ) ) +(assert (myObject (attribute1 "attr21030") ) ) +(assert (myObject (attribute1 "attr21031") ) ) +(assert (myObject (attribute1 "attr21032") ) ) +(assert (myObject (attribute1 "attr21033") ) ) +(assert (myObject (attribute1 "attr21034") ) ) +(assert (myObject (attribute1 "attr21035") ) ) +(assert (myObject (attribute1 "attr21036") ) ) +(assert (myObject (attribute1 "attr21037") ) ) +(assert (myObject (attribute1 "attr21038") ) ) +(assert (myObject (attribute1 "attr21039") ) ) +(assert (myObject (attribute1 "attr21040") ) ) +(assert (myObject (attribute1 "attr21041") ) ) +(assert (myObject (attribute1 "attr21042") ) ) +(assert (myObject (attribute1 "attr21043") ) ) +(assert (myObject (attribute1 "attr21044") ) ) +(assert (myObject (attribute1 "attr21045") ) ) +(assert (myObject (attribute1 "attr21046") ) ) +(assert (myObject (attribute1 "attr21047") ) ) +(assert (myObject (attribute1 "attr21048") ) ) +(assert (myObject (attribute1 "attr21049") ) ) +(assert (myObject (attribute1 "attr21050") ) ) +(assert (myObject (attribute1 "attr21051") ) ) +(assert (myObject (attribute1 "attr21052") ) ) +(assert (myObject (attribute1 "attr21053") ) ) +(assert (myObject (attribute1 "attr21054") ) ) +(assert (myObject (attribute1 "attr21055") ) ) +(assert (myObject (attribute1 "attr21056") ) ) +(assert (myObject (attribute1 "attr21057") ) ) +(assert (myObject (attribute1 "attr21058") ) ) +(assert (myObject (attribute1 "attr21059") ) ) +(assert (myObject (attribute1 "attr21060") ) ) +(assert (myObject (attribute1 "attr21061") ) ) +(assert (myObject (attribute1 "attr21062") ) ) +(assert (myObject (attribute1 "attr21063") ) ) +(assert (myObject (attribute1 "attr21064") ) ) +(assert (myObject (attribute1 "attr21065") ) ) +(assert (myObject (attribute1 "attr21066") ) ) +(assert (myObject (attribute1 "attr21067") ) ) +(assert (myObject (attribute1 "attr21068") ) ) +(assert (myObject (attribute1 "attr21069") ) ) +(assert (myObject (attribute1 "attr21070") ) ) +(assert (myObject (attribute1 "attr21071") ) ) +(assert (myObject (attribute1 "attr21072") ) ) +(assert (myObject (attribute1 "attr21073") ) ) +(assert (myObject (attribute1 "attr21074") ) ) +(assert (myObject (attribute1 "attr21075") ) ) +(assert (myObject (attribute1 "attr21076") ) ) +(assert (myObject (attribute1 "attr21077") ) ) +(assert (myObject (attribute1 "attr21078") ) ) +(assert (myObject (attribute1 "attr21079") ) ) +(assert (myObject (attribute1 "attr21080") ) ) +(assert (myObject (attribute1 "attr21081") ) ) +(assert (myObject (attribute1 "attr21082") ) ) +(assert (myObject (attribute1 "attr21083") ) ) +(assert (myObject (attribute1 "attr21084") ) ) +(assert (myObject (attribute1 "attr21085") ) ) +(assert (myObject (attribute1 "attr21086") ) ) +(assert (myObject (attribute1 "attr21087") ) ) +(assert (myObject (attribute1 "attr21088") ) ) +(assert (myObject (attribute1 "attr21089") ) ) +(assert (myObject (attribute1 "attr21090") ) ) +(assert (myObject (attribute1 "attr21091") ) ) +(assert (myObject (attribute1 "attr21092") ) ) +(assert (myObject (attribute1 "attr21093") ) ) +(assert (myObject (attribute1 "attr21094") ) ) +(assert (myObject (attribute1 "attr21095") ) ) +(assert (myObject (attribute1 "attr21096") ) ) +(assert (myObject (attribute1 "attr21097") ) ) +(assert (myObject (attribute1 "attr21098") ) ) +(assert (myObject (attribute1 "attr21099") ) ) +(assert (myObject (attribute1 "attr21100") ) ) +(assert (myObject (attribute1 "attr21101") ) ) +(assert (myObject (attribute1 "attr21102") ) ) +(assert (myObject (attribute1 "attr21103") ) ) +(assert (myObject (attribute1 "attr21104") ) ) +(assert (myObject (attribute1 "attr21105") ) ) +(assert (myObject (attribute1 "attr21106") ) ) +(assert (myObject (attribute1 "attr21107") ) ) +(assert (myObject (attribute1 "attr21108") ) ) +(assert (myObject (attribute1 "attr21109") ) ) +(assert (myObject (attribute1 "attr21110") ) ) +(assert (myObject (attribute1 "attr21111") ) ) +(assert (myObject (attribute1 "attr21112") ) ) +(assert (myObject (attribute1 "attr21113") ) ) +(assert (myObject (attribute1 "attr21114") ) ) +(assert (myObject (attribute1 "attr21115") ) ) +(assert (myObject (attribute1 "attr21116") ) ) +(assert (myObject (attribute1 "attr21117") ) ) +(assert (myObject (attribute1 "attr21118") ) ) +(assert (myObject (attribute1 "attr21119") ) ) +(assert (myObject (attribute1 "attr21120") ) ) +(assert (myObject (attribute1 "attr21121") ) ) +(assert (myObject (attribute1 "attr21122") ) ) +(assert (myObject (attribute1 "attr21123") ) ) +(assert (myObject (attribute1 "attr21124") ) ) +(assert (myObject (attribute1 "attr21125") ) ) +(assert (myObject (attribute1 "attr21126") ) ) +(assert (myObject (attribute1 "attr21127") ) ) +(assert (myObject (attribute1 "attr21128") ) ) +(assert (myObject (attribute1 "attr21129") ) ) +(assert (myObject (attribute1 "attr21130") ) ) +(assert (myObject (attribute1 "attr21131") ) ) +(assert (myObject (attribute1 "attr21132") ) ) +(assert (myObject (attribute1 "attr21133") ) ) +(assert (myObject (attribute1 "attr21134") ) ) +(assert (myObject (attribute1 "attr21135") ) ) +(assert (myObject (attribute1 "attr21136") ) ) +(assert (myObject (attribute1 "attr21137") ) ) +(assert (myObject (attribute1 "attr21138") ) ) +(assert (myObject (attribute1 "attr21139") ) ) +(assert (myObject (attribute1 "attr21140") ) ) +(assert (myObject (attribute1 "attr21141") ) ) +(assert (myObject (attribute1 "attr21142") ) ) +(assert (myObject (attribute1 "attr21143") ) ) +(assert (myObject (attribute1 "attr21144") ) ) +(assert (myObject (attribute1 "attr21145") ) ) +(assert (myObject (attribute1 "attr21146") ) ) +(assert (myObject (attribute1 "attr21147") ) ) +(assert (myObject (attribute1 "attr21148") ) ) +(assert (myObject (attribute1 "attr21149") ) ) +(assert (myObject (attribute1 "attr21150") ) ) +(assert (myObject (attribute1 "attr21151") ) ) +(assert (myObject (attribute1 "attr21152") ) ) +(assert (myObject (attribute1 "attr21153") ) ) +(assert (myObject (attribute1 "attr21154") ) ) +(assert (myObject (attribute1 "attr21155") ) ) +(assert (myObject (attribute1 "attr21156") ) ) +(assert (myObject (attribute1 "attr21157") ) ) +(assert (myObject (attribute1 "attr21158") ) ) +(assert (myObject (attribute1 "attr21159") ) ) +(assert (myObject (attribute1 "attr21160") ) ) +(assert (myObject (attribute1 "attr21161") ) ) +(assert (myObject (attribute1 "attr21162") ) ) +(assert (myObject (attribute1 "attr21163") ) ) +(assert (myObject (attribute1 "attr21164") ) ) +(assert (myObject (attribute1 "attr21165") ) ) +(assert (myObject (attribute1 "attr21166") ) ) +(assert (myObject (attribute1 "attr21167") ) ) +(assert (myObject (attribute1 "attr21168") ) ) +(assert (myObject (attribute1 "attr21169") ) ) +(assert (myObject (attribute1 "attr21170") ) ) +(assert (myObject (attribute1 "attr21171") ) ) +(assert (myObject (attribute1 "attr21172") ) ) +(assert (myObject (attribute1 "attr21173") ) ) +(assert (myObject (attribute1 "attr21174") ) ) +(assert (myObject (attribute1 "attr21175") ) ) +(assert (myObject (attribute1 "attr21176") ) ) +(assert (myObject (attribute1 "attr21177") ) ) +(assert (myObject (attribute1 "attr21178") ) ) +(assert (myObject (attribute1 "attr21179") ) ) +(assert (myObject (attribute1 "attr21180") ) ) +(assert (myObject (attribute1 "attr21181") ) ) +(assert (myObject (attribute1 "attr21182") ) ) +(assert (myObject (attribute1 "attr21183") ) ) +(assert (myObject (attribute1 "attr21184") ) ) +(assert (myObject (attribute1 "attr21185") ) ) +(assert (myObject (attribute1 "attr21186") ) ) +(assert (myObject (attribute1 "attr21187") ) ) +(assert (myObject (attribute1 "attr21188") ) ) +(assert (myObject (attribute1 "attr21189") ) ) +(assert (myObject (attribute1 "attr21190") ) ) +(assert (myObject (attribute1 "attr21191") ) ) +(assert (myObject (attribute1 "attr21192") ) ) +(assert (myObject (attribute1 "attr21193") ) ) +(assert (myObject (attribute1 "attr21194") ) ) +(assert (myObject (attribute1 "attr21195") ) ) +(assert (myObject (attribute1 "attr21196") ) ) +(assert (myObject (attribute1 "attr21197") ) ) +(assert (myObject (attribute1 "attr21198") ) ) +(assert (myObject (attribute1 "attr21199") ) ) +(assert (myObject (attribute1 "attr21200") ) ) +(assert (myObject (attribute1 "attr21201") ) ) +(assert (myObject (attribute1 "attr21202") ) ) +(assert (myObject (attribute1 "attr21203") ) ) +(assert (myObject (attribute1 "attr21204") ) ) +(assert (myObject (attribute1 "attr21205") ) ) +(assert (myObject (attribute1 "attr21206") ) ) +(assert (myObject (attribute1 "attr21207") ) ) +(assert (myObject (attribute1 "attr21208") ) ) +(assert (myObject (attribute1 "attr21209") ) ) +(assert (myObject (attribute1 "attr21210") ) ) +(assert (myObject (attribute1 "attr21211") ) ) +(assert (myObject (attribute1 "attr21212") ) ) +(assert (myObject (attribute1 "attr21213") ) ) +(assert (myObject (attribute1 "attr21214") ) ) +(assert (myObject (attribute1 "attr21215") ) ) +(assert (myObject (attribute1 "attr21216") ) ) +(assert (myObject (attribute1 "attr21217") ) ) +(assert (myObject (attribute1 "attr21218") ) ) +(assert (myObject (attribute1 "attr21219") ) ) +(assert (myObject (attribute1 "attr21220") ) ) +(assert (myObject (attribute1 "attr21221") ) ) +(assert (myObject (attribute1 "attr21222") ) ) +(assert (myObject (attribute1 "attr21223") ) ) +(assert (myObject (attribute1 "attr21224") ) ) +(assert (myObject (attribute1 "attr21225") ) ) +(assert (myObject (attribute1 "attr21226") ) ) +(assert (myObject (attribute1 "attr21227") ) ) +(assert (myObject (attribute1 "attr21228") ) ) +(assert (myObject (attribute1 "attr21229") ) ) +(assert (myObject (attribute1 "attr21230") ) ) +(assert (myObject (attribute1 "attr21231") ) ) +(assert (myObject (attribute1 "attr21232") ) ) +(assert (myObject (attribute1 "attr21233") ) ) +(assert (myObject (attribute1 "attr21234") ) ) +(assert (myObject (attribute1 "attr21235") ) ) +(assert (myObject (attribute1 "attr21236") ) ) +(assert (myObject (attribute1 "attr21237") ) ) +(assert (myObject (attribute1 "attr21238") ) ) +(assert (myObject (attribute1 "attr21239") ) ) +(assert (myObject (attribute1 "attr21240") ) ) +(assert (myObject (attribute1 "attr21241") ) ) +(assert (myObject (attribute1 "attr21242") ) ) +(assert (myObject (attribute1 "attr21243") ) ) +(assert (myObject (attribute1 "attr21244") ) ) +(assert (myObject (attribute1 "attr21245") ) ) +(assert (myObject (attribute1 "attr21246") ) ) +(assert (myObject (attribute1 "attr21247") ) ) +(assert (myObject (attribute1 "attr21248") ) ) +(assert (myObject (attribute1 "attr21249") ) ) +(assert (myObject (attribute1 "attr21250") ) ) +(assert (myObject (attribute1 "attr21251") ) ) +(assert (myObject (attribute1 "attr21252") ) ) +(assert (myObject (attribute1 "attr21253") ) ) +(assert (myObject (attribute1 "attr21254") ) ) +(assert (myObject (attribute1 "attr21255") ) ) +(assert (myObject (attribute1 "attr21256") ) ) +(assert (myObject (attribute1 "attr21257") ) ) +(assert (myObject (attribute1 "attr21258") ) ) +(assert (myObject (attribute1 "attr21259") ) ) +(assert (myObject (attribute1 "attr21260") ) ) +(assert (myObject (attribute1 "attr21261") ) ) +(assert (myObject (attribute1 "attr21262") ) ) +(assert (myObject (attribute1 "attr21263") ) ) +(assert (myObject (attribute1 "attr21264") ) ) +(assert (myObject (attribute1 "attr21265") ) ) +(assert (myObject (attribute1 "attr21266") ) ) +(assert (myObject (attribute1 "attr21267") ) ) +(assert (myObject (attribute1 "attr21268") ) ) +(assert (myObject (attribute1 "attr21269") ) ) +(assert (myObject (attribute1 "attr21270") ) ) +(assert (myObject (attribute1 "attr21271") ) ) +(assert (myObject (attribute1 "attr21272") ) ) +(assert (myObject (attribute1 "attr21273") ) ) +(assert (myObject (attribute1 "attr21274") ) ) +(assert (myObject (attribute1 "attr21275") ) ) +(assert (myObject (attribute1 "attr21276") ) ) +(assert (myObject (attribute1 "attr21277") ) ) +(assert (myObject (attribute1 "attr21278") ) ) +(assert (myObject (attribute1 "attr21279") ) ) +(assert (myObject (attribute1 "attr21280") ) ) +(assert (myObject (attribute1 "attr21281") ) ) +(assert (myObject (attribute1 "attr21282") ) ) +(assert (myObject (attribute1 "attr21283") ) ) +(assert (myObject (attribute1 "attr21284") ) ) +(assert (myObject (attribute1 "attr21285") ) ) +(assert (myObject (attribute1 "attr21286") ) ) +(assert (myObject (attribute1 "attr21287") ) ) +(assert (myObject (attribute1 "attr21288") ) ) +(assert (myObject (attribute1 "attr21289") ) ) +(assert (myObject (attribute1 "attr21290") ) ) +(assert (myObject (attribute1 "attr21291") ) ) +(assert (myObject (attribute1 "attr21292") ) ) +(assert (myObject (attribute1 "attr21293") ) ) +(assert (myObject (attribute1 "attr21294") ) ) +(assert (myObject (attribute1 "attr21295") ) ) +(assert (myObject (attribute1 "attr21296") ) ) +(assert (myObject (attribute1 "attr21297") ) ) +(assert (myObject (attribute1 "attr21298") ) ) +(assert (myObject (attribute1 "attr21299") ) ) +(assert (myObject (attribute1 "attr21300") ) ) +(assert (myObject (attribute1 "attr21301") ) ) +(assert (myObject (attribute1 "attr21302") ) ) +(assert (myObject (attribute1 "attr21303") ) ) +(assert (myObject (attribute1 "attr21304") ) ) +(assert (myObject (attribute1 "attr21305") ) ) +(assert (myObject (attribute1 "attr21306") ) ) +(assert (myObject (attribute1 "attr21307") ) ) +(assert (myObject (attribute1 "attr21308") ) ) +(assert (myObject (attribute1 "attr21309") ) ) +(assert (myObject (attribute1 "attr21310") ) ) +(assert (myObject (attribute1 "attr21311") ) ) +(assert (myObject (attribute1 "attr21312") ) ) +(assert (myObject (attribute1 "attr21313") ) ) +(assert (myObject (attribute1 "attr21314") ) ) +(assert (myObject (attribute1 "attr21315") ) ) +(assert (myObject (attribute1 "attr21316") ) ) +(assert (myObject (attribute1 "attr21317") ) ) +(assert (myObject (attribute1 "attr21318") ) ) +(assert (myObject (attribute1 "attr21319") ) ) +(assert (myObject (attribute1 "attr21320") ) ) +(assert (myObject (attribute1 "attr21321") ) ) +(assert (myObject (attribute1 "attr21322") ) ) +(assert (myObject (attribute1 "attr21323") ) ) +(assert (myObject (attribute1 "attr21324") ) ) +(assert (myObject (attribute1 "attr21325") ) ) +(assert (myObject (attribute1 "attr21326") ) ) +(assert (myObject (attribute1 "attr21327") ) ) +(assert (myObject (attribute1 "attr21328") ) ) +(assert (myObject (attribute1 "attr21329") ) ) +(assert (myObject (attribute1 "attr21330") ) ) +(assert (myObject (attribute1 "attr21331") ) ) +(assert (myObject (attribute1 "attr21332") ) ) +(assert (myObject (attribute1 "attr21333") ) ) +(assert (myObject (attribute1 "attr21334") ) ) +(assert (myObject (attribute1 "attr21335") ) ) +(assert (myObject (attribute1 "attr21336") ) ) +(assert (myObject (attribute1 "attr21337") ) ) +(assert (myObject (attribute1 "attr21338") ) ) +(assert (myObject (attribute1 "attr21339") ) ) +(assert (myObject (attribute1 "attr21340") ) ) +(assert (myObject (attribute1 "attr21341") ) ) +(assert (myObject (attribute1 "attr21342") ) ) +(assert (myObject (attribute1 "attr21343") ) ) +(assert (myObject (attribute1 "attr21344") ) ) +(assert (myObject (attribute1 "attr21345") ) ) +(assert (myObject (attribute1 "attr21346") ) ) +(assert (myObject (attribute1 "attr21347") ) ) +(assert (myObject (attribute1 "attr21348") ) ) +(assert (myObject (attribute1 "attr21349") ) ) +(assert (myObject (attribute1 "attr21350") ) ) +(assert (myObject (attribute1 "attr21351") ) ) +(assert (myObject (attribute1 "attr21352") ) ) +(assert (myObject (attribute1 "attr21353") ) ) +(assert (myObject (attribute1 "attr21354") ) ) +(assert (myObject (attribute1 "attr21355") ) ) +(assert (myObject (attribute1 "attr21356") ) ) +(assert (myObject (attribute1 "attr21357") ) ) +(assert (myObject (attribute1 "attr21358") ) ) +(assert (myObject (attribute1 "attr21359") ) ) +(assert (myObject (attribute1 "attr21360") ) ) +(assert (myObject (attribute1 "attr21361") ) ) +(assert (myObject (attribute1 "attr21362") ) ) +(assert (myObject (attribute1 "attr21363") ) ) +(assert (myObject (attribute1 "attr21364") ) ) +(assert (myObject (attribute1 "attr21365") ) ) +(assert (myObject (attribute1 "attr21366") ) ) +(assert (myObject (attribute1 "attr21367") ) ) +(assert (myObject (attribute1 "attr21368") ) ) +(assert (myObject (attribute1 "attr21369") ) ) +(assert (myObject (attribute1 "attr21370") ) ) +(assert (myObject (attribute1 "attr21371") ) ) +(assert (myObject (attribute1 "attr21372") ) ) +(assert (myObject (attribute1 "attr21373") ) ) +(assert (myObject (attribute1 "attr21374") ) ) +(assert (myObject (attribute1 "attr21375") ) ) +(assert (myObject (attribute1 "attr21376") ) ) +(assert (myObject (attribute1 "attr21377") ) ) +(assert (myObject (attribute1 "attr21378") ) ) +(assert (myObject (attribute1 "attr21379") ) ) +(assert (myObject (attribute1 "attr21380") ) ) +(assert (myObject (attribute1 "attr21381") ) ) +(assert (myObject (attribute1 "attr21382") ) ) +(assert (myObject (attribute1 "attr21383") ) ) +(assert (myObject (attribute1 "attr21384") ) ) +(assert (myObject (attribute1 "attr21385") ) ) +(assert (myObject (attribute1 "attr21386") ) ) +(assert (myObject (attribute1 "attr21387") ) ) +(assert (myObject (attribute1 "attr21388") ) ) +(assert (myObject (attribute1 "attr21389") ) ) +(assert (myObject (attribute1 "attr21390") ) ) +(assert (myObject (attribute1 "attr21391") ) ) +(assert (myObject (attribute1 "attr21392") ) ) +(assert (myObject (attribute1 "attr21393") ) ) +(assert (myObject (attribute1 "attr21394") ) ) +(assert (myObject (attribute1 "attr21395") ) ) +(assert (myObject (attribute1 "attr21396") ) ) +(assert (myObject (attribute1 "attr21397") ) ) +(assert (myObject (attribute1 "attr21398") ) ) +(assert (myObject (attribute1 "attr21399") ) ) +(assert (myObject (attribute1 "attr21400") ) ) +(assert (myObject (attribute1 "attr21401") ) ) +(assert (myObject (attribute1 "attr21402") ) ) +(assert (myObject (attribute1 "attr21403") ) ) +(assert (myObject (attribute1 "attr21404") ) ) +(assert (myObject (attribute1 "attr21405") ) ) +(assert (myObject (attribute1 "attr21406") ) ) +(assert (myObject (attribute1 "attr21407") ) ) +(assert (myObject (attribute1 "attr21408") ) ) +(assert (myObject (attribute1 "attr21409") ) ) +(assert (myObject (attribute1 "attr21410") ) ) +(assert (myObject (attribute1 "attr21411") ) ) +(assert (myObject (attribute1 "attr21412") ) ) +(assert (myObject (attribute1 "attr21413") ) ) +(assert (myObject (attribute1 "attr21414") ) ) +(assert (myObject (attribute1 "attr21415") ) ) +(assert (myObject (attribute1 "attr21416") ) ) +(assert (myObject (attribute1 "attr21417") ) ) +(assert (myObject (attribute1 "attr21418") ) ) +(assert (myObject (attribute1 "attr21419") ) ) +(assert (myObject (attribute1 "attr21420") ) ) +(assert (myObject (attribute1 "attr21421") ) ) +(assert (myObject (attribute1 "attr21422") ) ) +(assert (myObject (attribute1 "attr21423") ) ) +(assert (myObject (attribute1 "attr21424") ) ) +(assert (myObject (attribute1 "attr21425") ) ) +(assert (myObject (attribute1 "attr21426") ) ) +(assert (myObject (attribute1 "attr21427") ) ) +(assert (myObject (attribute1 "attr21428") ) ) +(assert (myObject (attribute1 "attr21429") ) ) +(assert (myObject (attribute1 "attr21430") ) ) +(assert (myObject (attribute1 "attr21431") ) ) +(assert (myObject (attribute1 "attr21432") ) ) +(assert (myObject (attribute1 "attr21433") ) ) +(assert (myObject (attribute1 "attr21434") ) ) +(assert (myObject (attribute1 "attr21435") ) ) +(assert (myObject (attribute1 "attr21436") ) ) +(assert (myObject (attribute1 "attr21437") ) ) +(assert (myObject (attribute1 "attr21438") ) ) +(assert (myObject (attribute1 "attr21439") ) ) +(assert (myObject (attribute1 "attr21440") ) ) +(assert (myObject (attribute1 "attr21441") ) ) +(assert (myObject (attribute1 "attr21442") ) ) +(assert (myObject (attribute1 "attr21443") ) ) +(assert (myObject (attribute1 "attr21444") ) ) +(assert (myObject (attribute1 "attr21445") ) ) +(assert (myObject (attribute1 "attr21446") ) ) +(assert (myObject (attribute1 "attr21447") ) ) +(assert (myObject (attribute1 "attr21448") ) ) +(assert (myObject (attribute1 "attr21449") ) ) +(assert (myObject (attribute1 "attr21450") ) ) +(assert (myObject (attribute1 "attr21451") ) ) +(assert (myObject (attribute1 "attr21452") ) ) +(assert (myObject (attribute1 "attr21453") ) ) +(assert (myObject (attribute1 "attr21454") ) ) +(assert (myObject (attribute1 "attr21455") ) ) +(assert (myObject (attribute1 "attr21456") ) ) +(assert (myObject (attribute1 "attr21457") ) ) +(assert (myObject (attribute1 "attr21458") ) ) +(assert (myObject (attribute1 "attr21459") ) ) +(assert (myObject (attribute1 "attr21460") ) ) +(assert (myObject (attribute1 "attr21461") ) ) +(assert (myObject (attribute1 "attr21462") ) ) +(assert (myObject (attribute1 "attr21463") ) ) +(assert (myObject (attribute1 "attr21464") ) ) +(assert (myObject (attribute1 "attr21465") ) ) +(assert (myObject (attribute1 "attr21466") ) ) +(assert (myObject (attribute1 "attr21467") ) ) +(assert (myObject (attribute1 "attr21468") ) ) +(assert (myObject (attribute1 "attr21469") ) ) +(assert (myObject (attribute1 "attr21470") ) ) +(assert (myObject (attribute1 "attr21471") ) ) +(assert (myObject (attribute1 "attr21472") ) ) +(assert (myObject (attribute1 "attr21473") ) ) +(assert (myObject (attribute1 "attr21474") ) ) +(assert (myObject (attribute1 "attr21475") ) ) +(assert (myObject (attribute1 "attr21476") ) ) +(assert (myObject (attribute1 "attr21477") ) ) +(assert (myObject (attribute1 "attr21478") ) ) +(assert (myObject (attribute1 "attr21479") ) ) +(assert (myObject (attribute1 "attr21480") ) ) +(assert (myObject (attribute1 "attr21481") ) ) +(assert (myObject (attribute1 "attr21482") ) ) +(assert (myObject (attribute1 "attr21483") ) ) +(assert (myObject (attribute1 "attr21484") ) ) +(assert (myObject (attribute1 "attr21485") ) ) +(assert (myObject (attribute1 "attr21486") ) ) +(assert (myObject (attribute1 "attr21487") ) ) +(assert (myObject (attribute1 "attr21488") ) ) +(assert (myObject (attribute1 "attr21489") ) ) +(assert (myObject (attribute1 "attr21490") ) ) +(assert (myObject (attribute1 "attr21491") ) ) +(assert (myObject (attribute1 "attr21492") ) ) +(assert (myObject (attribute1 "attr21493") ) ) +(assert (myObject (attribute1 "attr21494") ) ) +(assert (myObject (attribute1 "attr21495") ) ) +(assert (myObject (attribute1 "attr21496") ) ) +(assert (myObject (attribute1 "attr21497") ) ) +(assert (myObject (attribute1 "attr21498") ) ) +(assert (myObject (attribute1 "attr21499") ) ) +(assert (myObject (attribute1 "attr21500") ) ) +(assert (myObject (attribute1 "attr21501") ) ) +(assert (myObject (attribute1 "attr21502") ) ) +(assert (myObject (attribute1 "attr21503") ) ) +(assert (myObject (attribute1 "attr21504") ) ) +(assert (myObject (attribute1 "attr21505") ) ) +(assert (myObject (attribute1 "attr21506") ) ) +(assert (myObject (attribute1 "attr21507") ) ) +(assert (myObject (attribute1 "attr21508") ) ) +(assert (myObject (attribute1 "attr21509") ) ) +(assert (myObject (attribute1 "attr21510") ) ) +(assert (myObject (attribute1 "attr21511") ) ) +(assert (myObject (attribute1 "attr21512") ) ) +(assert (myObject (attribute1 "attr21513") ) ) +(assert (myObject (attribute1 "attr21514") ) ) +(assert (myObject (attribute1 "attr21515") ) ) +(assert (myObject (attribute1 "attr21516") ) ) +(assert (myObject (attribute1 "attr21517") ) ) +(assert (myObject (attribute1 "attr21518") ) ) +(assert (myObject (attribute1 "attr21519") ) ) +(assert (myObject (attribute1 "attr21520") ) ) +(assert (myObject (attribute1 "attr21521") ) ) +(assert (myObject (attribute1 "attr21522") ) ) +(assert (myObject (attribute1 "attr21523") ) ) +(assert (myObject (attribute1 "attr21524") ) ) +(assert (myObject (attribute1 "attr21525") ) ) +(assert (myObject (attribute1 "attr21526") ) ) +(assert (myObject (attribute1 "attr21527") ) ) +(assert (myObject (attribute1 "attr21528") ) ) +(assert (myObject (attribute1 "attr21529") ) ) +(assert (myObject (attribute1 "attr21530") ) ) +(assert (myObject (attribute1 "attr21531") ) ) +(assert (myObject (attribute1 "attr21532") ) ) +(assert (myObject (attribute1 "attr21533") ) ) +(assert (myObject (attribute1 "attr21534") ) ) +(assert (myObject (attribute1 "attr21535") ) ) +(assert (myObject (attribute1 "attr21536") ) ) +(assert (myObject (attribute1 "attr21537") ) ) +(assert (myObject (attribute1 "attr21538") ) ) +(assert (myObject (attribute1 "attr21539") ) ) +(assert (myObject (attribute1 "attr21540") ) ) +(assert (myObject (attribute1 "attr21541") ) ) +(assert (myObject (attribute1 "attr21542") ) ) +(assert (myObject (attribute1 "attr21543") ) ) +(assert (myObject (attribute1 "attr21544") ) ) +(assert (myObject (attribute1 "attr21545") ) ) +(assert (myObject (attribute1 "attr21546") ) ) +(assert (myObject (attribute1 "attr21547") ) ) +(assert (myObject (attribute1 "attr21548") ) ) +(assert (myObject (attribute1 "attr21549") ) ) +(assert (myObject (attribute1 "attr21550") ) ) +(assert (myObject (attribute1 "attr21551") ) ) +(assert (myObject (attribute1 "attr21552") ) ) +(assert (myObject (attribute1 "attr21553") ) ) +(assert (myObject (attribute1 "attr21554") ) ) +(assert (myObject (attribute1 "attr21555") ) ) +(assert (myObject (attribute1 "attr21556") ) ) +(assert (myObject (attribute1 "attr21557") ) ) +(assert (myObject (attribute1 "attr21558") ) ) +(assert (myObject (attribute1 "attr21559") ) ) +(assert (myObject (attribute1 "attr21560") ) ) +(assert (myObject (attribute1 "attr21561") ) ) +(assert (myObject (attribute1 "attr21562") ) ) +(assert (myObject (attribute1 "attr21563") ) ) +(assert (myObject (attribute1 "attr21564") ) ) +(assert (myObject (attribute1 "attr21565") ) ) +(assert (myObject (attribute1 "attr21566") ) ) +(assert (myObject (attribute1 "attr21567") ) ) +(assert (myObject (attribute1 "attr21568") ) ) +(assert (myObject (attribute1 "attr21569") ) ) +(assert (myObject (attribute1 "attr21570") ) ) +(assert (myObject (attribute1 "attr21571") ) ) +(assert (myObject (attribute1 "attr21572") ) ) +(assert (myObject (attribute1 "attr21573") ) ) +(assert (myObject (attribute1 "attr21574") ) ) +(assert (myObject (attribute1 "attr21575") ) ) +(assert (myObject (attribute1 "attr21576") ) ) +(assert (myObject (attribute1 "attr21577") ) ) +(assert (myObject (attribute1 "attr21578") ) ) +(assert (myObject (attribute1 "attr21579") ) ) +(assert (myObject (attribute1 "attr21580") ) ) +(assert (myObject (attribute1 "attr21581") ) ) +(assert (myObject (attribute1 "attr21582") ) ) +(assert (myObject (attribute1 "attr21583") ) ) +(assert (myObject (attribute1 "attr21584") ) ) +(assert (myObject (attribute1 "attr21585") ) ) +(assert (myObject (attribute1 "attr21586") ) ) +(assert (myObject (attribute1 "attr21587") ) ) +(assert (myObject (attribute1 "attr21588") ) ) +(assert (myObject (attribute1 "attr21589") ) ) +(assert (myObject (attribute1 "attr21590") ) ) +(assert (myObject (attribute1 "attr21591") ) ) +(assert (myObject (attribute1 "attr21592") ) ) +(assert (myObject (attribute1 "attr21593") ) ) +(assert (myObject (attribute1 "attr21594") ) ) +(assert (myObject (attribute1 "attr21595") ) ) +(assert (myObject (attribute1 "attr21596") ) ) +(assert (myObject (attribute1 "attr21597") ) ) +(assert (myObject (attribute1 "attr21598") ) ) +(assert (myObject (attribute1 "attr21599") ) ) +(assert (myObject (attribute1 "attr21600") ) ) +(assert (myObject (attribute1 "attr21601") ) ) +(assert (myObject (attribute1 "attr21602") ) ) +(assert (myObject (attribute1 "attr21603") ) ) +(assert (myObject (attribute1 "attr21604") ) ) +(assert (myObject (attribute1 "attr21605") ) ) +(assert (myObject (attribute1 "attr21606") ) ) +(assert (myObject (attribute1 "attr21607") ) ) +(assert (myObject (attribute1 "attr21608") ) ) +(assert (myObject (attribute1 "attr21609") ) ) +(assert (myObject (attribute1 "attr21610") ) ) +(assert (myObject (attribute1 "attr21611") ) ) +(assert (myObject (attribute1 "attr21612") ) ) +(assert (myObject (attribute1 "attr21613") ) ) +(assert (myObject (attribute1 "attr21614") ) ) +(assert (myObject (attribute1 "attr21615") ) ) +(assert (myObject (attribute1 "attr21616") ) ) +(assert (myObject (attribute1 "attr21617") ) ) +(assert (myObject (attribute1 "attr21618") ) ) +(assert (myObject (attribute1 "attr21619") ) ) +(assert (myObject (attribute1 "attr21620") ) ) +(assert (myObject (attribute1 "attr21621") ) ) +(assert (myObject (attribute1 "attr21622") ) ) +(assert (myObject (attribute1 "attr21623") ) ) +(assert (myObject (attribute1 "attr21624") ) ) +(assert (myObject (attribute1 "attr21625") ) ) +(assert (myObject (attribute1 "attr21626") ) ) +(assert (myObject (attribute1 "attr21627") ) ) +(assert (myObject (attribute1 "attr21628") ) ) +(assert (myObject (attribute1 "attr21629") ) ) +(assert (myObject (attribute1 "attr21630") ) ) +(assert (myObject (attribute1 "attr21631") ) ) +(assert (myObject (attribute1 "attr21632") ) ) +(assert (myObject (attribute1 "attr21633") ) ) +(assert (myObject (attribute1 "attr21634") ) ) +(assert (myObject (attribute1 "attr21635") ) ) +(assert (myObject (attribute1 "attr21636") ) ) +(assert (myObject (attribute1 "attr21637") ) ) +(assert (myObject (attribute1 "attr21638") ) ) +(assert (myObject (attribute1 "attr21639") ) ) +(assert (myObject (attribute1 "attr21640") ) ) +(assert (myObject (attribute1 "attr21641") ) ) +(assert (myObject (attribute1 "attr21642") ) ) +(assert (myObject (attribute1 "attr21643") ) ) +(assert (myObject (attribute1 "attr21644") ) ) +(assert (myObject (attribute1 "attr21645") ) ) +(assert (myObject (attribute1 "attr21646") ) ) +(assert (myObject (attribute1 "attr21647") ) ) +(assert (myObject (attribute1 "attr21648") ) ) +(assert (myObject (attribute1 "attr21649") ) ) +(assert (myObject (attribute1 "attr21650") ) ) +(assert (myObject (attribute1 "attr21651") ) ) +(assert (myObject (attribute1 "attr21652") ) ) +(assert (myObject (attribute1 "attr21653") ) ) +(assert (myObject (attribute1 "attr21654") ) ) +(assert (myObject (attribute1 "attr21655") ) ) +(assert (myObject (attribute1 "attr21656") ) ) +(assert (myObject (attribute1 "attr21657") ) ) +(assert (myObject (attribute1 "attr21658") ) ) +(assert (myObject (attribute1 "attr21659") ) ) +(assert (myObject (attribute1 "attr21660") ) ) +(assert (myObject (attribute1 "attr21661") ) ) +(assert (myObject (attribute1 "attr21662") ) ) +(assert (myObject (attribute1 "attr21663") ) ) +(assert (myObject (attribute1 "attr21664") ) ) +(assert (myObject (attribute1 "attr21665") ) ) +(assert (myObject (attribute1 "attr21666") ) ) +(assert (myObject (attribute1 "attr21667") ) ) +(assert (myObject (attribute1 "attr21668") ) ) +(assert (myObject (attribute1 "attr21669") ) ) +(assert (myObject (attribute1 "attr21670") ) ) +(assert (myObject (attribute1 "attr21671") ) ) +(assert (myObject (attribute1 "attr21672") ) ) +(assert (myObject (attribute1 "attr21673") ) ) +(assert (myObject (attribute1 "attr21674") ) ) +(assert (myObject (attribute1 "attr21675") ) ) +(assert (myObject (attribute1 "attr21676") ) ) +(assert (myObject (attribute1 "attr21677") ) ) +(assert (myObject (attribute1 "attr21678") ) ) +(assert (myObject (attribute1 "attr21679") ) ) +(assert (myObject (attribute1 "attr21680") ) ) +(assert (myObject (attribute1 "attr21681") ) ) +(assert (myObject (attribute1 "attr21682") ) ) +(assert (myObject (attribute1 "attr21683") ) ) +(assert (myObject (attribute1 "attr21684") ) ) +(assert (myObject (attribute1 "attr21685") ) ) +(assert (myObject (attribute1 "attr21686") ) ) +(assert (myObject (attribute1 "attr21687") ) ) +(assert (myObject (attribute1 "attr21688") ) ) +(assert (myObject (attribute1 "attr21689") ) ) +(assert (myObject (attribute1 "attr21690") ) ) +(assert (myObject (attribute1 "attr21691") ) ) +(assert (myObject (attribute1 "attr21692") ) ) +(assert (myObject (attribute1 "attr21693") ) ) +(assert (myObject (attribute1 "attr21694") ) ) +(assert (myObject (attribute1 "attr21695") ) ) +(assert (myObject (attribute1 "attr21696") ) ) +(assert (myObject (attribute1 "attr21697") ) ) +(assert (myObject (attribute1 "attr21698") ) ) +(assert (myObject (attribute1 "attr21699") ) ) +(assert (myObject (attribute1 "attr21700") ) ) +(assert (myObject (attribute1 "attr21701") ) ) +(assert (myObject (attribute1 "attr21702") ) ) +(assert (myObject (attribute1 "attr21703") ) ) +(assert (myObject (attribute1 "attr21704") ) ) +(assert (myObject (attribute1 "attr21705") ) ) +(assert (myObject (attribute1 "attr21706") ) ) +(assert (myObject (attribute1 "attr21707") ) ) +(assert (myObject (attribute1 "attr21708") ) ) +(assert (myObject (attribute1 "attr21709") ) ) +(assert (myObject (attribute1 "attr21710") ) ) +(assert (myObject (attribute1 "attr21711") ) ) +(assert (myObject (attribute1 "attr21712") ) ) +(assert (myObject (attribute1 "attr21713") ) ) +(assert (myObject (attribute1 "attr21714") ) ) +(assert (myObject (attribute1 "attr21715") ) ) +(assert (myObject (attribute1 "attr21716") ) ) +(assert (myObject (attribute1 "attr21717") ) ) +(assert (myObject (attribute1 "attr21718") ) ) +(assert (myObject (attribute1 "attr21719") ) ) +(assert (myObject (attribute1 "attr21720") ) ) +(assert (myObject (attribute1 "attr21721") ) ) +(assert (myObject (attribute1 "attr21722") ) ) +(assert (myObject (attribute1 "attr21723") ) ) +(assert (myObject (attribute1 "attr21724") ) ) +(assert (myObject (attribute1 "attr21725") ) ) +(assert (myObject (attribute1 "attr21726") ) ) +(assert (myObject (attribute1 "attr21727") ) ) +(assert (myObject (attribute1 "attr21728") ) ) +(assert (myObject (attribute1 "attr21729") ) ) +(assert (myObject (attribute1 "attr21730") ) ) +(assert (myObject (attribute1 "attr21731") ) ) +(assert (myObject (attribute1 "attr21732") ) ) +(assert (myObject (attribute1 "attr21733") ) ) +(assert (myObject (attribute1 "attr21734") ) ) +(assert (myObject (attribute1 "attr21735") ) ) +(assert (myObject (attribute1 "attr21736") ) ) +(assert (myObject (attribute1 "attr21737") ) ) +(assert (myObject (attribute1 "attr21738") ) ) +(assert (myObject (attribute1 "attr21739") ) ) +(assert (myObject (attribute1 "attr21740") ) ) +(assert (myObject (attribute1 "attr21741") ) ) +(assert (myObject (attribute1 "attr21742") ) ) +(assert (myObject (attribute1 "attr21743") ) ) +(assert (myObject (attribute1 "attr21744") ) ) +(assert (myObject (attribute1 "attr21745") ) ) +(assert (myObject (attribute1 "attr21746") ) ) +(assert (myObject (attribute1 "attr21747") ) ) +(assert (myObject (attribute1 "attr21748") ) ) +(assert (myObject (attribute1 "attr21749") ) ) +(assert (myObject (attribute1 "attr21750") ) ) +(assert (myObject (attribute1 "attr21751") ) ) +(assert (myObject (attribute1 "attr21752") ) ) +(assert (myObject (attribute1 "attr21753") ) ) +(assert (myObject (attribute1 "attr21754") ) ) +(assert (myObject (attribute1 "attr21755") ) ) +(assert (myObject (attribute1 "attr21756") ) ) +(assert (myObject (attribute1 "attr21757") ) ) +(assert (myObject (attribute1 "attr21758") ) ) +(assert (myObject (attribute1 "attr21759") ) ) +(assert (myObject (attribute1 "attr21760") ) ) +(assert (myObject (attribute1 "attr21761") ) ) +(assert (myObject (attribute1 "attr21762") ) ) +(assert (myObject (attribute1 "attr21763") ) ) +(assert (myObject (attribute1 "attr21764") ) ) +(assert (myObject (attribute1 "attr21765") ) ) +(assert (myObject (attribute1 "attr21766") ) ) +(assert (myObject (attribute1 "attr21767") ) ) +(assert (myObject (attribute1 "attr21768") ) ) +(assert (myObject (attribute1 "attr21769") ) ) +(assert (myObject (attribute1 "attr21770") ) ) +(assert (myObject (attribute1 "attr21771") ) ) +(assert (myObject (attribute1 "attr21772") ) ) +(assert (myObject (attribute1 "attr21773") ) ) +(assert (myObject (attribute1 "attr21774") ) ) +(assert (myObject (attribute1 "attr21775") ) ) +(assert (myObject (attribute1 "attr21776") ) ) +(assert (myObject (attribute1 "attr21777") ) ) +(assert (myObject (attribute1 "attr21778") ) ) +(assert (myObject (attribute1 "attr21779") ) ) +(assert (myObject (attribute1 "attr21780") ) ) +(assert (myObject (attribute1 "attr21781") ) ) +(assert (myObject (attribute1 "attr21782") ) ) +(assert (myObject (attribute1 "attr21783") ) ) +(assert (myObject (attribute1 "attr21784") ) ) +(assert (myObject (attribute1 "attr21785") ) ) +(assert (myObject (attribute1 "attr21786") ) ) +(assert (myObject (attribute1 "attr21787") ) ) +(assert (myObject (attribute1 "attr21788") ) ) +(assert (myObject (attribute1 "attr21789") ) ) +(assert (myObject (attribute1 "attr21790") ) ) +(assert (myObject (attribute1 "attr21791") ) ) +(assert (myObject (attribute1 "attr21792") ) ) +(assert (myObject (attribute1 "attr21793") ) ) +(assert (myObject (attribute1 "attr21794") ) ) +(assert (myObject (attribute1 "attr21795") ) ) +(assert (myObject (attribute1 "attr21796") ) ) +(assert (myObject (attribute1 "attr21797") ) ) +(assert (myObject (attribute1 "attr21798") ) ) +(assert (myObject (attribute1 "attr21799") ) ) +(assert (myObject (attribute1 "attr21800") ) ) +(assert (myObject (attribute1 "attr21801") ) ) +(assert (myObject (attribute1 "attr21802") ) ) +(assert (myObject (attribute1 "attr21803") ) ) +(assert (myObject (attribute1 "attr21804") ) ) +(assert (myObject (attribute1 "attr21805") ) ) +(assert (myObject (attribute1 "attr21806") ) ) +(assert (myObject (attribute1 "attr21807") ) ) +(assert (myObject (attribute1 "attr21808") ) ) +(assert (myObject (attribute1 "attr21809") ) ) +(assert (myObject (attribute1 "attr21810") ) ) +(assert (myObject (attribute1 "attr21811") ) ) +(assert (myObject (attribute1 "attr21812") ) ) +(assert (myObject (attribute1 "attr21813") ) ) +(assert (myObject (attribute1 "attr21814") ) ) +(assert (myObject (attribute1 "attr21815") ) ) +(assert (myObject (attribute1 "attr21816") ) ) +(assert (myObject (attribute1 "attr21817") ) ) +(assert (myObject (attribute1 "attr21818") ) ) +(assert (myObject (attribute1 "attr21819") ) ) +(assert (myObject (attribute1 "attr21820") ) ) +(assert (myObject (attribute1 "attr21821") ) ) +(assert (myObject (attribute1 "attr21822") ) ) +(assert (myObject (attribute1 "attr21823") ) ) +(assert (myObject (attribute1 "attr21824") ) ) +(assert (myObject (attribute1 "attr21825") ) ) +(assert (myObject (attribute1 "attr21826") ) ) +(assert (myObject (attribute1 "attr21827") ) ) +(assert (myObject (attribute1 "attr21828") ) ) +(assert (myObject (attribute1 "attr21829") ) ) +(assert (myObject (attribute1 "attr21830") ) ) +(assert (myObject (attribute1 "attr21831") ) ) +(assert (myObject (attribute1 "attr21832") ) ) +(assert (myObject (attribute1 "attr21833") ) ) +(assert (myObject (attribute1 "attr21834") ) ) +(assert (myObject (attribute1 "attr21835") ) ) +(assert (myObject (attribute1 "attr21836") ) ) +(assert (myObject (attribute1 "attr21837") ) ) +(assert (myObject (attribute1 "attr21838") ) ) +(assert (myObject (attribute1 "attr21839") ) ) +(assert (myObject (attribute1 "attr21840") ) ) +(assert (myObject (attribute1 "attr21841") ) ) +(assert (myObject (attribute1 "attr21842") ) ) +(assert (myObject (attribute1 "attr21843") ) ) +(assert (myObject (attribute1 "attr21844") ) ) +(assert (myObject (attribute1 "attr21845") ) ) +(assert (myObject (attribute1 "attr21846") ) ) +(assert (myObject (attribute1 "attr21847") ) ) +(assert (myObject (attribute1 "attr21848") ) ) +(assert (myObject (attribute1 "attr21849") ) ) +(assert (myObject (attribute1 "attr21850") ) ) +(assert (myObject (attribute1 "attr21851") ) ) +(assert (myObject (attribute1 "attr21852") ) ) +(assert (myObject (attribute1 "attr21853") ) ) +(assert (myObject (attribute1 "attr21854") ) ) +(assert (myObject (attribute1 "attr21855") ) ) +(assert (myObject (attribute1 "attr21856") ) ) +(assert (myObject (attribute1 "attr21857") ) ) +(assert (myObject (attribute1 "attr21858") ) ) +(assert (myObject (attribute1 "attr21859") ) ) +(assert (myObject (attribute1 "attr21860") ) ) +(assert (myObject (attribute1 "attr21861") ) ) +(assert (myObject (attribute1 "attr21862") ) ) +(assert (myObject (attribute1 "attr21863") ) ) +(assert (myObject (attribute1 "attr21864") ) ) +(assert (myObject (attribute1 "attr21865") ) ) +(assert (myObject (attribute1 "attr21866") ) ) +(assert (myObject (attribute1 "attr21867") ) ) +(assert (myObject (attribute1 "attr21868") ) ) +(assert (myObject (attribute1 "attr21869") ) ) +(assert (myObject (attribute1 "attr21870") ) ) +(assert (myObject (attribute1 "attr21871") ) ) +(assert (myObject (attribute1 "attr21872") ) ) +(assert (myObject (attribute1 "attr21873") ) ) +(assert (myObject (attribute1 "attr21874") ) ) +(assert (myObject (attribute1 "attr21875") ) ) +(assert (myObject (attribute1 "attr21876") ) ) +(assert (myObject (attribute1 "attr21877") ) ) +(assert (myObject (attribute1 "attr21878") ) ) +(assert (myObject (attribute1 "attr21879") ) ) +(assert (myObject (attribute1 "attr21880") ) ) +(assert (myObject (attribute1 "attr21881") ) ) +(assert (myObject (attribute1 "attr21882") ) ) +(assert (myObject (attribute1 "attr21883") ) ) +(assert (myObject (attribute1 "attr21884") ) ) +(assert (myObject (attribute1 "attr21885") ) ) +(assert (myObject (attribute1 "attr21886") ) ) +(assert (myObject (attribute1 "attr21887") ) ) +(assert (myObject (attribute1 "attr21888") ) ) +(assert (myObject (attribute1 "attr21889") ) ) +(assert (myObject (attribute1 "attr21890") ) ) +(assert (myObject (attribute1 "attr21891") ) ) +(assert (myObject (attribute1 "attr21892") ) ) +(assert (myObject (attribute1 "attr21893") ) ) +(assert (myObject (attribute1 "attr21894") ) ) +(assert (myObject (attribute1 "attr21895") ) ) +(assert (myObject (attribute1 "attr21896") ) ) +(assert (myObject (attribute1 "attr21897") ) ) +(assert (myObject (attribute1 "attr21898") ) ) +(assert (myObject (attribute1 "attr21899") ) ) +(assert (myObject (attribute1 "attr21900") ) ) +(assert (myObject (attribute1 "attr21901") ) ) +(assert (myObject (attribute1 "attr21902") ) ) +(assert (myObject (attribute1 "attr21903") ) ) +(assert (myObject (attribute1 "attr21904") ) ) +(assert (myObject (attribute1 "attr21905") ) ) +(assert (myObject (attribute1 "attr21906") ) ) +(assert (myObject (attribute1 "attr21907") ) ) +(assert (myObject (attribute1 "attr21908") ) ) +(assert (myObject (attribute1 "attr21909") ) ) +(assert (myObject (attribute1 "attr21910") ) ) +(assert (myObject (attribute1 "attr21911") ) ) +(assert (myObject (attribute1 "attr21912") ) ) +(assert (myObject (attribute1 "attr21913") ) ) +(assert (myObject (attribute1 "attr21914") ) ) +(assert (myObject (attribute1 "attr21915") ) ) +(assert (myObject (attribute1 "attr21916") ) ) +(assert (myObject (attribute1 "attr21917") ) ) +(assert (myObject (attribute1 "attr21918") ) ) +(assert (myObject (attribute1 "attr21919") ) ) +(assert (myObject (attribute1 "attr21920") ) ) +(assert (myObject (attribute1 "attr21921") ) ) +(assert (myObject (attribute1 "attr21922") ) ) +(assert (myObject (attribute1 "attr21923") ) ) +(assert (myObject (attribute1 "attr21924") ) ) +(assert (myObject (attribute1 "attr21925") ) ) +(assert (myObject (attribute1 "attr21926") ) ) +(assert (myObject (attribute1 "attr21927") ) ) +(assert (myObject (attribute1 "attr21928") ) ) +(assert (myObject (attribute1 "attr21929") ) ) +(assert (myObject (attribute1 "attr21930") ) ) +(assert (myObject (attribute1 "attr21931") ) ) +(assert (myObject (attribute1 "attr21932") ) ) +(assert (myObject (attribute1 "attr21933") ) ) +(assert (myObject (attribute1 "attr21934") ) ) +(assert (myObject (attribute1 "attr21935") ) ) +(assert (myObject (attribute1 "attr21936") ) ) +(assert (myObject (attribute1 "attr21937") ) ) +(assert (myObject (attribute1 "attr21938") ) ) +(assert (myObject (attribute1 "attr21939") ) ) +(assert (myObject (attribute1 "attr21940") ) ) +(assert (myObject (attribute1 "attr21941") ) ) +(assert (myObject (attribute1 "attr21942") ) ) +(assert (myObject (attribute1 "attr21943") ) ) +(assert (myObject (attribute1 "attr21944") ) ) +(assert (myObject (attribute1 "attr21945") ) ) +(assert (myObject (attribute1 "attr21946") ) ) +(assert (myObject (attribute1 "attr21947") ) ) +(assert (myObject (attribute1 "attr21948") ) ) +(assert (myObject (attribute1 "attr21949") ) ) +(assert (myObject (attribute1 "attr21950") ) ) +(assert (myObject (attribute1 "attr21951") ) ) +(assert (myObject (attribute1 "attr21952") ) ) +(assert (myObject (attribute1 "attr21953") ) ) +(assert (myObject (attribute1 "attr21954") ) ) +(assert (myObject (attribute1 "attr21955") ) ) +(assert (myObject (attribute1 "attr21956") ) ) +(assert (myObject (attribute1 "attr21957") ) ) +(assert (myObject (attribute1 "attr21958") ) ) +(assert (myObject (attribute1 "attr21959") ) ) +(assert (myObject (attribute1 "attr21960") ) ) +(assert (myObject (attribute1 "attr21961") ) ) +(assert (myObject (attribute1 "attr21962") ) ) +(assert (myObject (attribute1 "attr21963") ) ) +(assert (myObject (attribute1 "attr21964") ) ) +(assert (myObject (attribute1 "attr21965") ) ) +(assert (myObject (attribute1 "attr21966") ) ) +(assert (myObject (attribute1 "attr21967") ) ) +(assert (myObject (attribute1 "attr21968") ) ) +(assert (myObject (attribute1 "attr21969") ) ) +(assert (myObject (attribute1 "attr21970") ) ) +(assert (myObject (attribute1 "attr21971") ) ) +(assert (myObject (attribute1 "attr21972") ) ) +(assert (myObject (attribute1 "attr21973") ) ) +(assert (myObject (attribute1 "attr21974") ) ) +(assert (myObject (attribute1 "attr21975") ) ) +(assert (myObject (attribute1 "attr21976") ) ) +(assert (myObject (attribute1 "attr21977") ) ) +(assert (myObject (attribute1 "attr21978") ) ) +(assert (myObject (attribute1 "attr21979") ) ) +(assert (myObject (attribute1 "attr21980") ) ) +(assert (myObject (attribute1 "attr21981") ) ) +(assert (myObject (attribute1 "attr21982") ) ) +(assert (myObject (attribute1 "attr21983") ) ) +(assert (myObject (attribute1 "attr21984") ) ) +(assert (myObject (attribute1 "attr21985") ) ) +(assert (myObject (attribute1 "attr21986") ) ) +(assert (myObject (attribute1 "attr21987") ) ) +(assert (myObject (attribute1 "attr21988") ) ) +(assert (myObject (attribute1 "attr21989") ) ) +(assert (myObject (attribute1 "attr21990") ) ) +(assert (myObject (attribute1 "attr21991") ) ) +(assert (myObject (attribute1 "attr21992") ) ) +(assert (myObject (attribute1 "attr21993") ) ) +(assert (myObject (attribute1 "attr21994") ) ) +(assert (myObject (attribute1 "attr21995") ) ) +(assert (myObject (attribute1 "attr21996") ) ) +(assert (myObject (attribute1 "attr21997") ) ) +(assert (myObject (attribute1 "attr21998") ) ) +(assert (myObject (attribute1 "attr21999") ) ) +(assert (myObject (attribute1 "attr22000") ) ) +(assert (myObject (attribute1 "attr22001") ) ) +(assert (myObject (attribute1 "attr22002") ) ) +(assert (myObject (attribute1 "attr22003") ) ) +(assert (myObject (attribute1 "attr22004") ) ) +(assert (myObject (attribute1 "attr22005") ) ) +(assert (myObject (attribute1 "attr22006") ) ) +(assert (myObject (attribute1 "attr22007") ) ) +(assert (myObject (attribute1 "attr22008") ) ) +(assert (myObject (attribute1 "attr22009") ) ) +(assert (myObject (attribute1 "attr22010") ) ) +(assert (myObject (attribute1 "attr22011") ) ) +(assert (myObject (attribute1 "attr22012") ) ) +(assert (myObject (attribute1 "attr22013") ) ) +(assert (myObject (attribute1 "attr22014") ) ) +(assert (myObject (attribute1 "attr22015") ) ) +(assert (myObject (attribute1 "attr22016") ) ) +(assert (myObject (attribute1 "attr22017") ) ) +(assert (myObject (attribute1 "attr22018") ) ) +(assert (myObject (attribute1 "attr22019") ) ) +(assert (myObject (attribute1 "attr22020") ) ) +(assert (myObject (attribute1 "attr22021") ) ) +(assert (myObject (attribute1 "attr22022") ) ) +(assert (myObject (attribute1 "attr22023") ) ) +(assert (myObject (attribute1 "attr22024") ) ) +(assert (myObject (attribute1 "attr22025") ) ) +(assert (myObject (attribute1 "attr22026") ) ) +(assert (myObject (attribute1 "attr22027") ) ) +(assert (myObject (attribute1 "attr22028") ) ) +(assert (myObject (attribute1 "attr22029") ) ) +(assert (myObject (attribute1 "attr22030") ) ) +(assert (myObject (attribute1 "attr22031") ) ) +(assert (myObject (attribute1 "attr22032") ) ) +(assert (myObject (attribute1 "attr22033") ) ) +(assert (myObject (attribute1 "attr22034") ) ) +(assert (myObject (attribute1 "attr22035") ) ) +(assert (myObject (attribute1 "attr22036") ) ) +(assert (myObject (attribute1 "attr22037") ) ) +(assert (myObject (attribute1 "attr22038") ) ) +(assert (myObject (attribute1 "attr22039") ) ) +(assert (myObject (attribute1 "attr22040") ) ) +(assert (myObject (attribute1 "attr22041") ) ) +(assert (myObject (attribute1 "attr22042") ) ) +(assert (myObject (attribute1 "attr22043") ) ) +(assert (myObject (attribute1 "attr22044") ) ) +(assert (myObject (attribute1 "attr22045") ) ) +(assert (myObject (attribute1 "attr22046") ) ) +(assert (myObject (attribute1 "attr22047") ) ) +(assert (myObject (attribute1 "attr22048") ) ) +(assert (myObject (attribute1 "attr22049") ) ) +(assert (myObject (attribute1 "attr22050") ) ) +(assert (myObject (attribute1 "attr22051") ) ) +(assert (myObject (attribute1 "attr22052") ) ) +(assert (myObject (attribute1 "attr22053") ) ) +(assert (myObject (attribute1 "attr22054") ) ) +(assert (myObject (attribute1 "attr22055") ) ) +(assert (myObject (attribute1 "attr22056") ) ) +(assert (myObject (attribute1 "attr22057") ) ) +(assert (myObject (attribute1 "attr22058") ) ) +(assert (myObject (attribute1 "attr22059") ) ) +(assert (myObject (attribute1 "attr22060") ) ) +(assert (myObject (attribute1 "attr22061") ) ) +(assert (myObject (attribute1 "attr22062") ) ) +(assert (myObject (attribute1 "attr22063") ) ) +(assert (myObject (attribute1 "attr22064") ) ) +(assert (myObject (attribute1 "attr22065") ) ) +(assert (myObject (attribute1 "attr22066") ) ) +(assert (myObject (attribute1 "attr22067") ) ) +(assert (myObject (attribute1 "attr22068") ) ) +(assert (myObject (attribute1 "attr22069") ) ) +(assert (myObject (attribute1 "attr22070") ) ) +(assert (myObject (attribute1 "attr22071") ) ) +(assert (myObject (attribute1 "attr22072") ) ) +(assert (myObject (attribute1 "attr22073") ) ) +(assert (myObject (attribute1 "attr22074") ) ) +(assert (myObject (attribute1 "attr22075") ) ) +(assert (myObject (attribute1 "attr22076") ) ) +(assert (myObject (attribute1 "attr22077") ) ) +(assert (myObject (attribute1 "attr22078") ) ) +(assert (myObject (attribute1 "attr22079") ) ) +(assert (myObject (attribute1 "attr22080") ) ) +(assert (myObject (attribute1 "attr22081") ) ) +(assert (myObject (attribute1 "attr22082") ) ) +(assert (myObject (attribute1 "attr22083") ) ) +(assert (myObject (attribute1 "attr22084") ) ) +(assert (myObject (attribute1 "attr22085") ) ) +(assert (myObject (attribute1 "attr22086") ) ) +(assert (myObject (attribute1 "attr22087") ) ) +(assert (myObject (attribute1 "attr22088") ) ) +(assert (myObject (attribute1 "attr22089") ) ) +(assert (myObject (attribute1 "attr22090") ) ) +(assert (myObject (attribute1 "attr22091") ) ) +(assert (myObject (attribute1 "attr22092") ) ) +(assert (myObject (attribute1 "attr22093") ) ) +(assert (myObject (attribute1 "attr22094") ) ) +(assert (myObject (attribute1 "attr22095") ) ) +(assert (myObject (attribute1 "attr22096") ) ) +(assert (myObject (attribute1 "attr22097") ) ) +(assert (myObject (attribute1 "attr22098") ) ) +(assert (myObject (attribute1 "attr22099") ) ) +(assert (myObject (attribute1 "attr22100") ) ) +(assert (myObject (attribute1 "attr22101") ) ) +(assert (myObject (attribute1 "attr22102") ) ) +(assert (myObject (attribute1 "attr22103") ) ) +(assert (myObject (attribute1 "attr22104") ) ) +(assert (myObject (attribute1 "attr22105") ) ) +(assert (myObject (attribute1 "attr22106") ) ) +(assert (myObject (attribute1 "attr22107") ) ) +(assert (myObject (attribute1 "attr22108") ) ) +(assert (myObject (attribute1 "attr22109") ) ) +(assert (myObject (attribute1 "attr22110") ) ) +(assert (myObject (attribute1 "attr22111") ) ) +(assert (myObject (attribute1 "attr22112") ) ) +(assert (myObject (attribute1 "attr22113") ) ) +(assert (myObject (attribute1 "attr22114") ) ) +(assert (myObject (attribute1 "attr22115") ) ) +(assert (myObject (attribute1 "attr22116") ) ) +(assert (myObject (attribute1 "attr22117") ) ) +(assert (myObject (attribute1 "attr22118") ) ) +(assert (myObject (attribute1 "attr22119") ) ) +(assert (myObject (attribute1 "attr22120") ) ) +(assert (myObject (attribute1 "attr22121") ) ) +(assert (myObject (attribute1 "attr22122") ) ) +(assert (myObject (attribute1 "attr22123") ) ) +(assert (myObject (attribute1 "attr22124") ) ) +(assert (myObject (attribute1 "attr22125") ) ) +(assert (myObject (attribute1 "attr22126") ) ) +(assert (myObject (attribute1 "attr22127") ) ) +(assert (myObject (attribute1 "attr22128") ) ) +(assert (myObject (attribute1 "attr22129") ) ) +(assert (myObject (attribute1 "attr22130") ) ) +(assert (myObject (attribute1 "attr22131") ) ) +(assert (myObject (attribute1 "attr22132") ) ) +(assert (myObject (attribute1 "attr22133") ) ) +(assert (myObject (attribute1 "attr22134") ) ) +(assert (myObject (attribute1 "attr22135") ) ) +(assert (myObject (attribute1 "attr22136") ) ) +(assert (myObject (attribute1 "attr22137") ) ) +(assert (myObject (attribute1 "attr22138") ) ) +(assert (myObject (attribute1 "attr22139") ) ) +(assert (myObject (attribute1 "attr22140") ) ) +(assert (myObject (attribute1 "attr22141") ) ) +(assert (myObject (attribute1 "attr22142") ) ) +(assert (myObject (attribute1 "attr22143") ) ) +(assert (myObject (attribute1 "attr22144") ) ) +(assert (myObject (attribute1 "attr22145") ) ) +(assert (myObject (attribute1 "attr22146") ) ) +(assert (myObject (attribute1 "attr22147") ) ) +(assert (myObject (attribute1 "attr22148") ) ) +(assert (myObject (attribute1 "attr22149") ) ) +(assert (myObject (attribute1 "attr22150") ) ) +(assert (myObject (attribute1 "attr22151") ) ) +(assert (myObject (attribute1 "attr22152") ) ) +(assert (myObject (attribute1 "attr22153") ) ) +(assert (myObject (attribute1 "attr22154") ) ) +(assert (myObject (attribute1 "attr22155") ) ) +(assert (myObject (attribute1 "attr22156") ) ) +(assert (myObject (attribute1 "attr22157") ) ) +(assert (myObject (attribute1 "attr22158") ) ) +(assert (myObject (attribute1 "attr22159") ) ) +(assert (myObject (attribute1 "attr22160") ) ) +(assert (myObject (attribute1 "attr22161") ) ) +(assert (myObject (attribute1 "attr22162") ) ) +(assert (myObject (attribute1 "attr22163") ) ) +(assert (myObject (attribute1 "attr22164") ) ) +(assert (myObject (attribute1 "attr22165") ) ) +(assert (myObject (attribute1 "attr22166") ) ) +(assert (myObject (attribute1 "attr22167") ) ) +(assert (myObject (attribute1 "attr22168") ) ) +(assert (myObject (attribute1 "attr22169") ) ) +(assert (myObject (attribute1 "attr22170") ) ) +(assert (myObject (attribute1 "attr22171") ) ) +(assert (myObject (attribute1 "attr22172") ) ) +(assert (myObject (attribute1 "attr22173") ) ) +(assert (myObject (attribute1 "attr22174") ) ) +(assert (myObject (attribute1 "attr22175") ) ) +(assert (myObject (attribute1 "attr22176") ) ) +(assert (myObject (attribute1 "attr22177") ) ) +(assert (myObject (attribute1 "attr22178") ) ) +(assert (myObject (attribute1 "attr22179") ) ) +(assert (myObject (attribute1 "attr22180") ) ) +(assert (myObject (attribute1 "attr22181") ) ) +(assert (myObject (attribute1 "attr22182") ) ) +(assert (myObject (attribute1 "attr22183") ) ) +(assert (myObject (attribute1 "attr22184") ) ) +(assert (myObject (attribute1 "attr22185") ) ) +(assert (myObject (attribute1 "attr22186") ) ) +(assert (myObject (attribute1 "attr22187") ) ) +(assert (myObject (attribute1 "attr22188") ) ) +(assert (myObject (attribute1 "attr22189") ) ) +(assert (myObject (attribute1 "attr22190") ) ) +(assert (myObject (attribute1 "attr22191") ) ) +(assert (myObject (attribute1 "attr22192") ) ) +(assert (myObject (attribute1 "attr22193") ) ) +(assert (myObject (attribute1 "attr22194") ) ) +(assert (myObject (attribute1 "attr22195") ) ) +(assert (myObject (attribute1 "attr22196") ) ) +(assert (myObject (attribute1 "attr22197") ) ) +(assert (myObject (attribute1 "attr22198") ) ) +(assert (myObject (attribute1 "attr22199") ) ) +(assert (myObject (attribute1 "attr22200") ) ) +(assert (myObject (attribute1 "attr22201") ) ) +(assert (myObject (attribute1 "attr22202") ) ) +(assert (myObject (attribute1 "attr22203") ) ) +(assert (myObject (attribute1 "attr22204") ) ) +(assert (myObject (attribute1 "attr22205") ) ) +(assert (myObject (attribute1 "attr22206") ) ) +(assert (myObject (attribute1 "attr22207") ) ) +(assert (myObject (attribute1 "attr22208") ) ) +(assert (myObject (attribute1 "attr22209") ) ) +(assert (myObject (attribute1 "attr22210") ) ) +(assert (myObject (attribute1 "attr22211") ) ) +(assert (myObject (attribute1 "attr22212") ) ) +(assert (myObject (attribute1 "attr22213") ) ) +(assert (myObject (attribute1 "attr22214") ) ) +(assert (myObject (attribute1 "attr22215") ) ) +(assert (myObject (attribute1 "attr22216") ) ) +(assert (myObject (attribute1 "attr22217") ) ) +(assert (myObject (attribute1 "attr22218") ) ) +(assert (myObject (attribute1 "attr22219") ) ) +(assert (myObject (attribute1 "attr22220") ) ) +(assert (myObject (attribute1 "attr22221") ) ) +(assert (myObject (attribute1 "attr22222") ) ) +(assert (myObject (attribute1 "attr22223") ) ) +(assert (myObject (attribute1 "attr22224") ) ) +(assert (myObject (attribute1 "attr22225") ) ) +(assert (myObject (attribute1 "attr22226") ) ) +(assert (myObject (attribute1 "attr22227") ) ) +(assert (myObject (attribute1 "attr22228") ) ) +(assert (myObject (attribute1 "attr22229") ) ) +(assert (myObject (attribute1 "attr22230") ) ) +(assert (myObject (attribute1 "attr22231") ) ) +(assert (myObject (attribute1 "attr22232") ) ) +(assert (myObject (attribute1 "attr22233") ) ) +(assert (myObject (attribute1 "attr22234") ) ) +(assert (myObject (attribute1 "attr22235") ) ) +(assert (myObject (attribute1 "attr22236") ) ) +(assert (myObject (attribute1 "attr22237") ) ) +(assert (myObject (attribute1 "attr22238") ) ) +(assert (myObject (attribute1 "attr22239") ) ) +(assert (myObject (attribute1 "attr22240") ) ) +(assert (myObject (attribute1 "attr22241") ) ) +(assert (myObject (attribute1 "attr22242") ) ) +(assert (myObject (attribute1 "attr22243") ) ) +(assert (myObject (attribute1 "attr22244") ) ) +(assert (myObject (attribute1 "attr22245") ) ) +(assert (myObject (attribute1 "attr22246") ) ) +(assert (myObject (attribute1 "attr22247") ) ) +(assert (myObject (attribute1 "attr22248") ) ) +(assert (myObject (attribute1 "attr22249") ) ) +(assert (myObject (attribute1 "attr22250") ) ) +(assert (myObject (attribute1 "attr22251") ) ) +(assert (myObject (attribute1 "attr22252") ) ) +(assert (myObject (attribute1 "attr22253") ) ) +(assert (myObject (attribute1 "attr22254") ) ) +(assert (myObject (attribute1 "attr22255") ) ) +(assert (myObject (attribute1 "attr22256") ) ) +(assert (myObject (attribute1 "attr22257") ) ) +(assert (myObject (attribute1 "attr22258") ) ) +(assert (myObject (attribute1 "attr22259") ) ) +(assert (myObject (attribute1 "attr22260") ) ) +(assert (myObject (attribute1 "attr22261") ) ) +(assert (myObject (attribute1 "attr22262") ) ) +(assert (myObject (attribute1 "attr22263") ) ) +(assert (myObject (attribute1 "attr22264") ) ) +(assert (myObject (attribute1 "attr22265") ) ) +(assert (myObject (attribute1 "attr22266") ) ) +(assert (myObject (attribute1 "attr22267") ) ) +(assert (myObject (attribute1 "attr22268") ) ) +(assert (myObject (attribute1 "attr22269") ) ) +(assert (myObject (attribute1 "attr22270") ) ) +(assert (myObject (attribute1 "attr22271") ) ) +(assert (myObject (attribute1 "attr22272") ) ) +(assert (myObject (attribute1 "attr22273") ) ) +(assert (myObject (attribute1 "attr22274") ) ) +(assert (myObject (attribute1 "attr22275") ) ) +(assert (myObject (attribute1 "attr22276") ) ) +(assert (myObject (attribute1 "attr22277") ) ) +(assert (myObject (attribute1 "attr22278") ) ) +(assert (myObject (attribute1 "attr22279") ) ) +(assert (myObject (attribute1 "attr22280") ) ) +(assert (myObject (attribute1 "attr22281") ) ) +(assert (myObject (attribute1 "attr22282") ) ) +(assert (myObject (attribute1 "attr22283") ) ) +(assert (myObject (attribute1 "attr22284") ) ) +(assert (myObject (attribute1 "attr22285") ) ) +(assert (myObject (attribute1 "attr22286") ) ) +(assert (myObject (attribute1 "attr22287") ) ) +(assert (myObject (attribute1 "attr22288") ) ) +(assert (myObject (attribute1 "attr22289") ) ) +(assert (myObject (attribute1 "attr22290") ) ) +(assert (myObject (attribute1 "attr22291") ) ) +(assert (myObject (attribute1 "attr22292") ) ) +(assert (myObject (attribute1 "attr22293") ) ) +(assert (myObject (attribute1 "attr22294") ) ) +(assert (myObject (attribute1 "attr22295") ) ) +(assert (myObject (attribute1 "attr22296") ) ) +(assert (myObject (attribute1 "attr22297") ) ) +(assert (myObject (attribute1 "attr22298") ) ) +(assert (myObject (attribute1 "attr22299") ) ) +(assert (myObject (attribute1 "attr22300") ) ) +(assert (myObject (attribute1 "attr22301") ) ) +(assert (myObject (attribute1 "attr22302") ) ) +(assert (myObject (attribute1 "attr22303") ) ) +(assert (myObject (attribute1 "attr22304") ) ) +(assert (myObject (attribute1 "attr22305") ) ) +(assert (myObject (attribute1 "attr22306") ) ) +(assert (myObject (attribute1 "attr22307") ) ) +(assert (myObject (attribute1 "attr22308") ) ) +(assert (myObject (attribute1 "attr22309") ) ) +(assert (myObject (attribute1 "attr22310") ) ) +(assert (myObject (attribute1 "attr22311") ) ) +(assert (myObject (attribute1 "attr22312") ) ) +(assert (myObject (attribute1 "attr22313") ) ) +(assert (myObject (attribute1 "attr22314") ) ) +(assert (myObject (attribute1 "attr22315") ) ) +(assert (myObject (attribute1 "attr22316") ) ) +(assert (myObject (attribute1 "attr22317") ) ) +(assert (myObject (attribute1 "attr22318") ) ) +(assert (myObject (attribute1 "attr22319") ) ) +(assert (myObject (attribute1 "attr22320") ) ) +(assert (myObject (attribute1 "attr22321") ) ) +(assert (myObject (attribute1 "attr22322") ) ) +(assert (myObject (attribute1 "attr22323") ) ) +(assert (myObject (attribute1 "attr22324") ) ) +(assert (myObject (attribute1 "attr22325") ) ) +(assert (myObject (attribute1 "attr22326") ) ) +(assert (myObject (attribute1 "attr22327") ) ) +(assert (myObject (attribute1 "attr22328") ) ) +(assert (myObject (attribute1 "attr22329") ) ) +(assert (myObject (attribute1 "attr22330") ) ) +(assert (myObject (attribute1 "attr22331") ) ) +(assert (myObject (attribute1 "attr22332") ) ) +(assert (myObject (attribute1 "attr22333") ) ) +(assert (myObject (attribute1 "attr22334") ) ) +(assert (myObject (attribute1 "attr22335") ) ) +(assert (myObject (attribute1 "attr22336") ) ) +(assert (myObject (attribute1 "attr22337") ) ) +(assert (myObject (attribute1 "attr22338") ) ) +(assert (myObject (attribute1 "attr22339") ) ) +(assert (myObject (attribute1 "attr22340") ) ) +(assert (myObject (attribute1 "attr22341") ) ) +(assert (myObject (attribute1 "attr22342") ) ) +(assert (myObject (attribute1 "attr22343") ) ) +(assert (myObject (attribute1 "attr22344") ) ) +(assert (myObject (attribute1 "attr22345") ) ) +(assert (myObject (attribute1 "attr22346") ) ) +(assert (myObject (attribute1 "attr22347") ) ) +(assert (myObject (attribute1 "attr22348") ) ) +(assert (myObject (attribute1 "attr22349") ) ) +(assert (myObject (attribute1 "attr22350") ) ) +(assert (myObject (attribute1 "attr22351") ) ) +(assert (myObject (attribute1 "attr22352") ) ) +(assert (myObject (attribute1 "attr22353") ) ) +(assert (myObject (attribute1 "attr22354") ) ) +(assert (myObject (attribute1 "attr22355") ) ) +(assert (myObject (attribute1 "attr22356") ) ) +(assert (myObject (attribute1 "attr22357") ) ) +(assert (myObject (attribute1 "attr22358") ) ) +(assert (myObject (attribute1 "attr22359") ) ) +(assert (myObject (attribute1 "attr22360") ) ) +(assert (myObject (attribute1 "attr22361") ) ) +(assert (myObject (attribute1 "attr22362") ) ) +(assert (myObject (attribute1 "attr22363") ) ) +(assert (myObject (attribute1 "attr22364") ) ) +(assert (myObject (attribute1 "attr22365") ) ) +(assert (myObject (attribute1 "attr22366") ) ) +(assert (myObject (attribute1 "attr22367") ) ) +(assert (myObject (attribute1 "attr22368") ) ) +(assert (myObject (attribute1 "attr22369") ) ) +(assert (myObject (attribute1 "attr22370") ) ) +(assert (myObject (attribute1 "attr22371") ) ) +(assert (myObject (attribute1 "attr22372") ) ) +(assert (myObject (attribute1 "attr22373") ) ) +(assert (myObject (attribute1 "attr22374") ) ) +(assert (myObject (attribute1 "attr22375") ) ) +(assert (myObject (attribute1 "attr22376") ) ) +(assert (myObject (attribute1 "attr22377") ) ) +(assert (myObject (attribute1 "attr22378") ) ) +(assert (myObject (attribute1 "attr22379") ) ) +(assert (myObject (attribute1 "attr22380") ) ) +(assert (myObject (attribute1 "attr22381") ) ) +(assert (myObject (attribute1 "attr22382") ) ) +(assert (myObject (attribute1 "attr22383") ) ) +(assert (myObject (attribute1 "attr22384") ) ) +(assert (myObject (attribute1 "attr22385") ) ) +(assert (myObject (attribute1 "attr22386") ) ) +(assert (myObject (attribute1 "attr22387") ) ) +(assert (myObject (attribute1 "attr22388") ) ) +(assert (myObject (attribute1 "attr22389") ) ) +(assert (myObject (attribute1 "attr22390") ) ) +(assert (myObject (attribute1 "attr22391") ) ) +(assert (myObject (attribute1 "attr22392") ) ) +(assert (myObject (attribute1 "attr22393") ) ) +(assert (myObject (attribute1 "attr22394") ) ) +(assert (myObject (attribute1 "attr22395") ) ) +(assert (myObject (attribute1 "attr22396") ) ) +(assert (myObject (attribute1 "attr22397") ) ) +(assert (myObject (attribute1 "attr22398") ) ) +(assert (myObject (attribute1 "attr22399") ) ) +(assert (myObject (attribute1 "attr22400") ) ) +(assert (myObject (attribute1 "attr22401") ) ) +(assert (myObject (attribute1 "attr22402") ) ) +(assert (myObject (attribute1 "attr22403") ) ) +(assert (myObject (attribute1 "attr22404") ) ) +(assert (myObject (attribute1 "attr22405") ) ) +(assert (myObject (attribute1 "attr22406") ) ) +(assert (myObject (attribute1 "attr22407") ) ) +(assert (myObject (attribute1 "attr22408") ) ) +(assert (myObject (attribute1 "attr22409") ) ) +(assert (myObject (attribute1 "attr22410") ) ) +(assert (myObject (attribute1 "attr22411") ) ) +(assert (myObject (attribute1 "attr22412") ) ) +(assert (myObject (attribute1 "attr22413") ) ) +(assert (myObject (attribute1 "attr22414") ) ) +(assert (myObject (attribute1 "attr22415") ) ) +(assert (myObject (attribute1 "attr22416") ) ) +(assert (myObject (attribute1 "attr22417") ) ) +(assert (myObject (attribute1 "attr22418") ) ) +(assert (myObject (attribute1 "attr22419") ) ) +(assert (myObject (attribute1 "attr22420") ) ) +(assert (myObject (attribute1 "attr22421") ) ) +(assert (myObject (attribute1 "attr22422") ) ) +(assert (myObject (attribute1 "attr22423") ) ) +(assert (myObject (attribute1 "attr22424") ) ) +(assert (myObject (attribute1 "attr22425") ) ) +(assert (myObject (attribute1 "attr22426") ) ) +(assert (myObject (attribute1 "attr22427") ) ) +(assert (myObject (attribute1 "attr22428") ) ) +(assert (myObject (attribute1 "attr22429") ) ) +(assert (myObject (attribute1 "attr22430") ) ) +(assert (myObject (attribute1 "attr22431") ) ) +(assert (myObject (attribute1 "attr22432") ) ) +(assert (myObject (attribute1 "attr22433") ) ) +(assert (myObject (attribute1 "attr22434") ) ) +(assert (myObject (attribute1 "attr22435") ) ) +(assert (myObject (attribute1 "attr22436") ) ) +(assert (myObject (attribute1 "attr22437") ) ) +(assert (myObject (attribute1 "attr22438") ) ) +(assert (myObject (attribute1 "attr22439") ) ) +(assert (myObject (attribute1 "attr22440") ) ) +(assert (myObject (attribute1 "attr22441") ) ) +(assert (myObject (attribute1 "attr22442") ) ) +(assert (myObject (attribute1 "attr22443") ) ) +(assert (myObject (attribute1 "attr22444") ) ) +(assert (myObject (attribute1 "attr22445") ) ) +(assert (myObject (attribute1 "attr22446") ) ) +(assert (myObject (attribute1 "attr22447") ) ) +(assert (myObject (attribute1 "attr22448") ) ) +(assert (myObject (attribute1 "attr22449") ) ) +(assert (myObject (attribute1 "attr22450") ) ) +(assert (myObject (attribute1 "attr22451") ) ) +(assert (myObject (attribute1 "attr22452") ) ) +(assert (myObject (attribute1 "attr22453") ) ) +(assert (myObject (attribute1 "attr22454") ) ) +(assert (myObject (attribute1 "attr22455") ) ) +(assert (myObject (attribute1 "attr22456") ) ) +(assert (myObject (attribute1 "attr22457") ) ) +(assert (myObject (attribute1 "attr22458") ) ) +(assert (myObject (attribute1 "attr22459") ) ) +(assert (myObject (attribute1 "attr22460") ) ) +(assert (myObject (attribute1 "attr22461") ) ) +(assert (myObject (attribute1 "attr22462") ) ) +(assert (myObject (attribute1 "attr22463") ) ) +(assert (myObject (attribute1 "attr22464") ) ) +(assert (myObject (attribute1 "attr22465") ) ) +(assert (myObject (attribute1 "attr22466") ) ) +(assert (myObject (attribute1 "attr22467") ) ) +(assert (myObject (attribute1 "attr22468") ) ) +(assert (myObject (attribute1 "attr22469") ) ) +(assert (myObject (attribute1 "attr22470") ) ) +(assert (myObject (attribute1 "attr22471") ) ) +(assert (myObject (attribute1 "attr22472") ) ) +(assert (myObject (attribute1 "attr22473") ) ) +(assert (myObject (attribute1 "attr22474") ) ) +(assert (myObject (attribute1 "attr22475") ) ) +(assert (myObject (attribute1 "attr22476") ) ) +(assert (myObject (attribute1 "attr22477") ) ) +(assert (myObject (attribute1 "attr22478") ) ) +(assert (myObject (attribute1 "attr22479") ) ) +(assert (myObject (attribute1 "attr22480") ) ) +(assert (myObject (attribute1 "attr22481") ) ) +(assert (myObject (attribute1 "attr22482") ) ) +(assert (myObject (attribute1 "attr22483") ) ) +(assert (myObject (attribute1 "attr22484") ) ) +(assert (myObject (attribute1 "attr22485") ) ) +(assert (myObject (attribute1 "attr22486") ) ) +(assert (myObject (attribute1 "attr22487") ) ) +(assert (myObject (attribute1 "attr22488") ) ) +(assert (myObject (attribute1 "attr22489") ) ) +(assert (myObject (attribute1 "attr22490") ) ) +(assert (myObject (attribute1 "attr22491") ) ) +(assert (myObject (attribute1 "attr22492") ) ) +(assert (myObject (attribute1 "attr22493") ) ) +(assert (myObject (attribute1 "attr22494") ) ) +(assert (myObject (attribute1 "attr22495") ) ) +(assert (myObject (attribute1 "attr22496") ) ) +(assert (myObject (attribute1 "attr22497") ) ) +(assert (myObject (attribute1 "attr22498") ) ) +(assert (myObject (attribute1 "attr22499") ) ) +(assert (myObject (attribute1 "attr22500") ) ) +(assert (myObject (attribute1 "attr22501") ) ) +(assert (myObject (attribute1 "attr22502") ) ) +(assert (myObject (attribute1 "attr22503") ) ) +(assert (myObject (attribute1 "attr22504") ) ) +(assert (myObject (attribute1 "attr22505") ) ) +(assert (myObject (attribute1 "attr22506") ) ) +(assert (myObject (attribute1 "attr22507") ) ) +(assert (myObject (attribute1 "attr22508") ) ) +(assert (myObject (attribute1 "attr22509") ) ) +(assert (myObject (attribute1 "attr22510") ) ) +(assert (myObject (attribute1 "attr22511") ) ) +(assert (myObject (attribute1 "attr22512") ) ) +(assert (myObject (attribute1 "attr22513") ) ) +(assert (myObject (attribute1 "attr22514") ) ) +(assert (myObject (attribute1 "attr22515") ) ) +(assert (myObject (attribute1 "attr22516") ) ) +(assert (myObject (attribute1 "attr22517") ) ) +(assert (myObject (attribute1 "attr22518") ) ) +(assert (myObject (attribute1 "attr22519") ) ) +(assert (myObject (attribute1 "attr22520") ) ) +(assert (myObject (attribute1 "attr22521") ) ) +(assert (myObject (attribute1 "attr22522") ) ) +(assert (myObject (attribute1 "attr22523") ) ) +(assert (myObject (attribute1 "attr22524") ) ) +(assert (myObject (attribute1 "attr22525") ) ) +(assert (myObject (attribute1 "attr22526") ) ) +(assert (myObject (attribute1 "attr22527") ) ) +(assert (myObject (attribute1 "attr22528") ) ) +(assert (myObject (attribute1 "attr22529") ) ) +(assert (myObject (attribute1 "attr22530") ) ) +(assert (myObject (attribute1 "attr22531") ) ) +(assert (myObject (attribute1 "attr22532") ) ) +(assert (myObject (attribute1 "attr22533") ) ) +(assert (myObject (attribute1 "attr22534") ) ) +(assert (myObject (attribute1 "attr22535") ) ) +(assert (myObject (attribute1 "attr22536") ) ) +(assert (myObject (attribute1 "attr22537") ) ) +(assert (myObject (attribute1 "attr22538") ) ) +(assert (myObject (attribute1 "attr22539") ) ) +(assert (myObject (attribute1 "attr22540") ) ) +(assert (myObject (attribute1 "attr22541") ) ) +(assert (myObject (attribute1 "attr22542") ) ) +(assert (myObject (attribute1 "attr22543") ) ) +(assert (myObject (attribute1 "attr22544") ) ) +(assert (myObject (attribute1 "attr22545") ) ) +(assert (myObject (attribute1 "attr22546") ) ) +(assert (myObject (attribute1 "attr22547") ) ) +(assert (myObject (attribute1 "attr22548") ) ) +(assert (myObject (attribute1 "attr22549") ) ) +(assert (myObject (attribute1 "attr22550") ) ) +(assert (myObject (attribute1 "attr22551") ) ) +(assert (myObject (attribute1 "attr22552") ) ) +(assert (myObject (attribute1 "attr22553") ) ) +(assert (myObject (attribute1 "attr22554") ) ) +(assert (myObject (attribute1 "attr22555") ) ) +(assert (myObject (attribute1 "attr22556") ) ) +(assert (myObject (attribute1 "attr22557") ) ) +(assert (myObject (attribute1 "attr22558") ) ) +(assert (myObject (attribute1 "attr22559") ) ) +(assert (myObject (attribute1 "attr22560") ) ) +(assert (myObject (attribute1 "attr22561") ) ) +(assert (myObject (attribute1 "attr22562") ) ) +(assert (myObject (attribute1 "attr22563") ) ) +(assert (myObject (attribute1 "attr22564") ) ) +(assert (myObject (attribute1 "attr22565") ) ) +(assert (myObject (attribute1 "attr22566") ) ) +(assert (myObject (attribute1 "attr22567") ) ) +(assert (myObject (attribute1 "attr22568") ) ) +(assert (myObject (attribute1 "attr22569") ) ) +(assert (myObject (attribute1 "attr22570") ) ) +(assert (myObject (attribute1 "attr22571") ) ) +(assert (myObject (attribute1 "attr22572") ) ) +(assert (myObject (attribute1 "attr22573") ) ) +(assert (myObject (attribute1 "attr22574") ) ) +(assert (myObject (attribute1 "attr22575") ) ) +(assert (myObject (attribute1 "attr22576") ) ) +(assert (myObject (attribute1 "attr22577") ) ) +(assert (myObject (attribute1 "attr22578") ) ) +(assert (myObject (attribute1 "attr22579") ) ) +(assert (myObject (attribute1 "attr22580") ) ) +(assert (myObject (attribute1 "attr22581") ) ) +(assert (myObject (attribute1 "attr22582") ) ) +(assert (myObject (attribute1 "attr22583") ) ) +(assert (myObject (attribute1 "attr22584") ) ) +(assert (myObject (attribute1 "attr22585") ) ) +(assert (myObject (attribute1 "attr22586") ) ) +(assert (myObject (attribute1 "attr22587") ) ) +(assert (myObject (attribute1 "attr22588") ) ) +(assert (myObject (attribute1 "attr22589") ) ) +(assert (myObject (attribute1 "attr22590") ) ) +(assert (myObject (attribute1 "attr22591") ) ) +(assert (myObject (attribute1 "attr22592") ) ) +(assert (myObject (attribute1 "attr22593") ) ) +(assert (myObject (attribute1 "attr22594") ) ) +(assert (myObject (attribute1 "attr22595") ) ) +(assert (myObject (attribute1 "attr22596") ) ) +(assert (myObject (attribute1 "attr22597") ) ) +(assert (myObject (attribute1 "attr22598") ) ) +(assert (myObject (attribute1 "attr22599") ) ) +(assert (myObject (attribute1 "attr22600") ) ) +(assert (myObject (attribute1 "attr22601") ) ) +(assert (myObject (attribute1 "attr22602") ) ) +(assert (myObject (attribute1 "attr22603") ) ) +(assert (myObject (attribute1 "attr22604") ) ) +(assert (myObject (attribute1 "attr22605") ) ) +(assert (myObject (attribute1 "attr22606") ) ) +(assert (myObject (attribute1 "attr22607") ) ) +(assert (myObject (attribute1 "attr22608") ) ) +(assert (myObject (attribute1 "attr22609") ) ) +(assert (myObject (attribute1 "attr22610") ) ) +(assert (myObject (attribute1 "attr22611") ) ) +(assert (myObject (attribute1 "attr22612") ) ) +(assert (myObject (attribute1 "attr22613") ) ) +(assert (myObject (attribute1 "attr22614") ) ) +(assert (myObject (attribute1 "attr22615") ) ) +(assert (myObject (attribute1 "attr22616") ) ) +(assert (myObject (attribute1 "attr22617") ) ) +(assert (myObject (attribute1 "attr22618") ) ) +(assert (myObject (attribute1 "attr22619") ) ) +(assert (myObject (attribute1 "attr22620") ) ) +(assert (myObject (attribute1 "attr22621") ) ) +(assert (myObject (attribute1 "attr22622") ) ) +(assert (myObject (attribute1 "attr22623") ) ) +(assert (myObject (attribute1 "attr22624") ) ) +(assert (myObject (attribute1 "attr22625") ) ) +(assert (myObject (attribute1 "attr22626") ) ) +(assert (myObject (attribute1 "attr22627") ) ) +(assert (myObject (attribute1 "attr22628") ) ) +(assert (myObject (attribute1 "attr22629") ) ) +(assert (myObject (attribute1 "attr22630") ) ) +(assert (myObject (attribute1 "attr22631") ) ) +(assert (myObject (attribute1 "attr22632") ) ) +(assert (myObject (attribute1 "attr22633") ) ) +(assert (myObject (attribute1 "attr22634") ) ) +(assert (myObject (attribute1 "attr22635") ) ) +(assert (myObject (attribute1 "attr22636") ) ) +(assert (myObject (attribute1 "attr22637") ) ) +(assert (myObject (attribute1 "attr22638") ) ) +(assert (myObject (attribute1 "attr22639") ) ) +(assert (myObject (attribute1 "attr22640") ) ) +(assert (myObject (attribute1 "attr22641") ) ) +(assert (myObject (attribute1 "attr22642") ) ) +(assert (myObject (attribute1 "attr22643") ) ) +(assert (myObject (attribute1 "attr22644") ) ) +(assert (myObject (attribute1 "attr22645") ) ) +(assert (myObject (attribute1 "attr22646") ) ) +(assert (myObject (attribute1 "attr22647") ) ) +(assert (myObject (attribute1 "attr22648") ) ) +(assert (myObject (attribute1 "attr22649") ) ) +(assert (myObject (attribute1 "attr22650") ) ) +(assert (myObject (attribute1 "attr22651") ) ) +(assert (myObject (attribute1 "attr22652") ) ) +(assert (myObject (attribute1 "attr22653") ) ) +(assert (myObject (attribute1 "attr22654") ) ) +(assert (myObject (attribute1 "attr22655") ) ) +(assert (myObject (attribute1 "attr22656") ) ) +(assert (myObject (attribute1 "attr22657") ) ) +(assert (myObject (attribute1 "attr22658") ) ) +(assert (myObject (attribute1 "attr22659") ) ) +(assert (myObject (attribute1 "attr22660") ) ) +(assert (myObject (attribute1 "attr22661") ) ) +(assert (myObject (attribute1 "attr22662") ) ) +(assert (myObject (attribute1 "attr22663") ) ) +(assert (myObject (attribute1 "attr22664") ) ) +(assert (myObject (attribute1 "attr22665") ) ) +(assert (myObject (attribute1 "attr22666") ) ) +(assert (myObject (attribute1 "attr22667") ) ) +(assert (myObject (attribute1 "attr22668") ) ) +(assert (myObject (attribute1 "attr22669") ) ) +(assert (myObject (attribute1 "attr22670") ) ) +(assert (myObject (attribute1 "attr22671") ) ) +(assert (myObject (attribute1 "attr22672") ) ) +(assert (myObject (attribute1 "attr22673") ) ) +(assert (myObject (attribute1 "attr22674") ) ) +(assert (myObject (attribute1 "attr22675") ) ) +(assert (myObject (attribute1 "attr22676") ) ) +(assert (myObject (attribute1 "attr22677") ) ) +(assert (myObject (attribute1 "attr22678") ) ) +(assert (myObject (attribute1 "attr22679") ) ) +(assert (myObject (attribute1 "attr22680") ) ) +(assert (myObject (attribute1 "attr22681") ) ) +(assert (myObject (attribute1 "attr22682") ) ) +(assert (myObject (attribute1 "attr22683") ) ) +(assert (myObject (attribute1 "attr22684") ) ) +(assert (myObject (attribute1 "attr22685") ) ) +(assert (myObject (attribute1 "attr22686") ) ) +(assert (myObject (attribute1 "attr22687") ) ) +(assert (myObject (attribute1 "attr22688") ) ) +(assert (myObject (attribute1 "attr22689") ) ) +(assert (myObject (attribute1 "attr22690") ) ) +(assert (myObject (attribute1 "attr22691") ) ) +(assert (myObject (attribute1 "attr22692") ) ) +(assert (myObject (attribute1 "attr22693") ) ) +(assert (myObject (attribute1 "attr22694") ) ) +(assert (myObject (attribute1 "attr22695") ) ) +(assert (myObject (attribute1 "attr22696") ) ) +(assert (myObject (attribute1 "attr22697") ) ) +(assert (myObject (attribute1 "attr22698") ) ) +(assert (myObject (attribute1 "attr22699") ) ) +(assert (myObject (attribute1 "attr22700") ) ) +(assert (myObject (attribute1 "attr22701") ) ) +(assert (myObject (attribute1 "attr22702") ) ) +(assert (myObject (attribute1 "attr22703") ) ) +(assert (myObject (attribute1 "attr22704") ) ) +(assert (myObject (attribute1 "attr22705") ) ) +(assert (myObject (attribute1 "attr22706") ) ) +(assert (myObject (attribute1 "attr22707") ) ) +(assert (myObject (attribute1 "attr22708") ) ) +(assert (myObject (attribute1 "attr22709") ) ) +(assert (myObject (attribute1 "attr22710") ) ) +(assert (myObject (attribute1 "attr22711") ) ) +(assert (myObject (attribute1 "attr22712") ) ) +(assert (myObject (attribute1 "attr22713") ) ) +(assert (myObject (attribute1 "attr22714") ) ) +(assert (myObject (attribute1 "attr22715") ) ) +(assert (myObject (attribute1 "attr22716") ) ) +(assert (myObject (attribute1 "attr22717") ) ) +(assert (myObject (attribute1 "attr22718") ) ) +(assert (myObject (attribute1 "attr22719") ) ) +(assert (myObject (attribute1 "attr22720") ) ) +(assert (myObject (attribute1 "attr22721") ) ) +(assert (myObject (attribute1 "attr22722") ) ) +(assert (myObject (attribute1 "attr22723") ) ) +(assert (myObject (attribute1 "attr22724") ) ) +(assert (myObject (attribute1 "attr22725") ) ) +(assert (myObject (attribute1 "attr22726") ) ) +(assert (myObject (attribute1 "attr22727") ) ) +(assert (myObject (attribute1 "attr22728") ) ) +(assert (myObject (attribute1 "attr22729") ) ) +(assert (myObject (attribute1 "attr22730") ) ) +(assert (myObject (attribute1 "attr22731") ) ) +(assert (myObject (attribute1 "attr22732") ) ) +(assert (myObject (attribute1 "attr22733") ) ) +(assert (myObject (attribute1 "attr22734") ) ) +(assert (myObject (attribute1 "attr22735") ) ) +(assert (myObject (attribute1 "attr22736") ) ) +(assert (myObject (attribute1 "attr22737") ) ) +(assert (myObject (attribute1 "attr22738") ) ) +(assert (myObject (attribute1 "attr22739") ) ) +(assert (myObject (attribute1 "attr22740") ) ) +(assert (myObject (attribute1 "attr22741") ) ) +(assert (myObject (attribute1 "attr22742") ) ) +(assert (myObject (attribute1 "attr22743") ) ) +(assert (myObject (attribute1 "attr22744") ) ) +(assert (myObject (attribute1 "attr22745") ) ) +(assert (myObject (attribute1 "attr22746") ) ) +(assert (myObject (attribute1 "attr22747") ) ) +(assert (myObject (attribute1 "attr22748") ) ) +(assert (myObject (attribute1 "attr22749") ) ) +(assert (myObject (attribute1 "attr22750") ) ) +(assert (myObject (attribute1 "attr22751") ) ) +(assert (myObject (attribute1 "attr22752") ) ) +(assert (myObject (attribute1 "attr22753") ) ) +(assert (myObject (attribute1 "attr22754") ) ) +(assert (myObject (attribute1 "attr22755") ) ) +(assert (myObject (attribute1 "attr22756") ) ) +(assert (myObject (attribute1 "attr22757") ) ) +(assert (myObject (attribute1 "attr22758") ) ) +(assert (myObject (attribute1 "attr22759") ) ) +(assert (myObject (attribute1 "attr22760") ) ) +(assert (myObject (attribute1 "attr22761") ) ) +(assert (myObject (attribute1 "attr22762") ) ) +(assert (myObject (attribute1 "attr22763") ) ) +(assert (myObject (attribute1 "attr22764") ) ) +(assert (myObject (attribute1 "attr22765") ) ) +(assert (myObject (attribute1 "attr22766") ) ) +(assert (myObject (attribute1 "attr22767") ) ) +(assert (myObject (attribute1 "attr22768") ) ) +(assert (myObject (attribute1 "attr22769") ) ) +(assert (myObject (attribute1 "attr22770") ) ) +(assert (myObject (attribute1 "attr22771") ) ) +(assert (myObject (attribute1 "attr22772") ) ) +(assert (myObject (attribute1 "attr22773") ) ) +(assert (myObject (attribute1 "attr22774") ) ) +(assert (myObject (attribute1 "attr22775") ) ) +(assert (myObject (attribute1 "attr22776") ) ) +(assert (myObject (attribute1 "attr22777") ) ) +(assert (myObject (attribute1 "attr22778") ) ) +(assert (myObject (attribute1 "attr22779") ) ) +(assert (myObject (attribute1 "attr22780") ) ) +(assert (myObject (attribute1 "attr22781") ) ) +(assert (myObject (attribute1 "attr22782") ) ) +(assert (myObject (attribute1 "attr22783") ) ) +(assert (myObject (attribute1 "attr22784") ) ) +(assert (myObject (attribute1 "attr22785") ) ) +(assert (myObject (attribute1 "attr22786") ) ) +(assert (myObject (attribute1 "attr22787") ) ) +(assert (myObject (attribute1 "attr22788") ) ) +(assert (myObject (attribute1 "attr22789") ) ) +(assert (myObject (attribute1 "attr22790") ) ) +(assert (myObject (attribute1 "attr22791") ) ) +(assert (myObject (attribute1 "attr22792") ) ) +(assert (myObject (attribute1 "attr22793") ) ) +(assert (myObject (attribute1 "attr22794") ) ) +(assert (myObject (attribute1 "attr22795") ) ) +(assert (myObject (attribute1 "attr22796") ) ) +(assert (myObject (attribute1 "attr22797") ) ) +(assert (myObject (attribute1 "attr22798") ) ) +(assert (myObject (attribute1 "attr22799") ) ) +(assert (myObject (attribute1 "attr22800") ) ) +(assert (myObject (attribute1 "attr22801") ) ) +(assert (myObject (attribute1 "attr22802") ) ) +(assert (myObject (attribute1 "attr22803") ) ) +(assert (myObject (attribute1 "attr22804") ) ) +(assert (myObject (attribute1 "attr22805") ) ) +(assert (myObject (attribute1 "attr22806") ) ) +(assert (myObject (attribute1 "attr22807") ) ) +(assert (myObject (attribute1 "attr22808") ) ) +(assert (myObject (attribute1 "attr22809") ) ) +(assert (myObject (attribute1 "attr22810") ) ) +(assert (myObject (attribute1 "attr22811") ) ) +(assert (myObject (attribute1 "attr22812") ) ) +(assert (myObject (attribute1 "attr22813") ) ) +(assert (myObject (attribute1 "attr22814") ) ) +(assert (myObject (attribute1 "attr22815") ) ) +(assert (myObject (attribute1 "attr22816") ) ) +(assert (myObject (attribute1 "attr22817") ) ) +(assert (myObject (attribute1 "attr22818") ) ) +(assert (myObject (attribute1 "attr22819") ) ) +(assert (myObject (attribute1 "attr22820") ) ) +(assert (myObject (attribute1 "attr22821") ) ) +(assert (myObject (attribute1 "attr22822") ) ) +(assert (myObject (attribute1 "attr22823") ) ) +(assert (myObject (attribute1 "attr22824") ) ) +(assert (myObject (attribute1 "attr22825") ) ) +(assert (myObject (attribute1 "attr22826") ) ) +(assert (myObject (attribute1 "attr22827") ) ) +(assert (myObject (attribute1 "attr22828") ) ) +(assert (myObject (attribute1 "attr22829") ) ) +(assert (myObject (attribute1 "attr22830") ) ) +(assert (myObject (attribute1 "attr22831") ) ) +(assert (myObject (attribute1 "attr22832") ) ) +(assert (myObject (attribute1 "attr22833") ) ) +(assert (myObject (attribute1 "attr22834") ) ) +(assert (myObject (attribute1 "attr22835") ) ) +(assert (myObject (attribute1 "attr22836") ) ) +(assert (myObject (attribute1 "attr22837") ) ) +(assert (myObject (attribute1 "attr22838") ) ) +(assert (myObject (attribute1 "attr22839") ) ) +(assert (myObject (attribute1 "attr22840") ) ) +(assert (myObject (attribute1 "attr22841") ) ) +(assert (myObject (attribute1 "attr22842") ) ) +(assert (myObject (attribute1 "attr22843") ) ) +(assert (myObject (attribute1 "attr22844") ) ) +(assert (myObject (attribute1 "attr22845") ) ) +(assert (myObject (attribute1 "attr22846") ) ) +(assert (myObject (attribute1 "attr22847") ) ) +(assert (myObject (attribute1 "attr22848") ) ) +(assert (myObject (attribute1 "attr22849") ) ) +(assert (myObject (attribute1 "attr22850") ) ) +(assert (myObject (attribute1 "attr22851") ) ) +(assert (myObject (attribute1 "attr22852") ) ) +(assert (myObject (attribute1 "attr22853") ) ) +(assert (myObject (attribute1 "attr22854") ) ) +(assert (myObject (attribute1 "attr22855") ) ) +(assert (myObject (attribute1 "attr22856") ) ) +(assert (myObject (attribute1 "attr22857") ) ) +(assert (myObject (attribute1 "attr22858") ) ) +(assert (myObject (attribute1 "attr22859") ) ) +(assert (myObject (attribute1 "attr22860") ) ) +(assert (myObject (attribute1 "attr22861") ) ) +(assert (myObject (attribute1 "attr22862") ) ) +(assert (myObject (attribute1 "attr22863") ) ) +(assert (myObject (attribute1 "attr22864") ) ) +(assert (myObject (attribute1 "attr22865") ) ) +(assert (myObject (attribute1 "attr22866") ) ) +(assert (myObject (attribute1 "attr22867") ) ) +(assert (myObject (attribute1 "attr22868") ) ) +(assert (myObject (attribute1 "attr22869") ) ) +(assert (myObject (attribute1 "attr22870") ) ) +(assert (myObject (attribute1 "attr22871") ) ) +(assert (myObject (attribute1 "attr22872") ) ) +(assert (myObject (attribute1 "attr22873") ) ) +(assert (myObject (attribute1 "attr22874") ) ) +(assert (myObject (attribute1 "attr22875") ) ) +(assert (myObject (attribute1 "attr22876") ) ) +(assert (myObject (attribute1 "attr22877") ) ) +(assert (myObject (attribute1 "attr22878") ) ) +(assert (myObject (attribute1 "attr22879") ) ) +(assert (myObject (attribute1 "attr22880") ) ) +(assert (myObject (attribute1 "attr22881") ) ) +(assert (myObject (attribute1 "attr22882") ) ) +(assert (myObject (attribute1 "attr22883") ) ) +(assert (myObject (attribute1 "attr22884") ) ) +(assert (myObject (attribute1 "attr22885") ) ) +(assert (myObject (attribute1 "attr22886") ) ) +(assert (myObject (attribute1 "attr22887") ) ) +(assert (myObject (attribute1 "attr22888") ) ) +(assert (myObject (attribute1 "attr22889") ) ) +(assert (myObject (attribute1 "attr22890") ) ) +(assert (myObject (attribute1 "attr22891") ) ) +(assert (myObject (attribute1 "attr22892") ) ) +(assert (myObject (attribute1 "attr22893") ) ) +(assert (myObject (attribute1 "attr22894") ) ) +(assert (myObject (attribute1 "attr22895") ) ) +(assert (myObject (attribute1 "attr22896") ) ) +(assert (myObject (attribute1 "attr22897") ) ) +(assert (myObject (attribute1 "attr22898") ) ) +(assert (myObject (attribute1 "attr22899") ) ) +(assert (myObject (attribute1 "attr22900") ) ) +(assert (myObject (attribute1 "attr22901") ) ) +(assert (myObject (attribute1 "attr22902") ) ) +(assert (myObject (attribute1 "attr22903") ) ) +(assert (myObject (attribute1 "attr22904") ) ) +(assert (myObject (attribute1 "attr22905") ) ) +(assert (myObject (attribute1 "attr22906") ) ) +(assert (myObject (attribute1 "attr22907") ) ) +(assert (myObject (attribute1 "attr22908") ) ) +(assert (myObject (attribute1 "attr22909") ) ) +(assert (myObject (attribute1 "attr22910") ) ) +(assert (myObject (attribute1 "attr22911") ) ) +(assert (myObject (attribute1 "attr22912") ) ) +(assert (myObject (attribute1 "attr22913") ) ) +(assert (myObject (attribute1 "attr22914") ) ) +(assert (myObject (attribute1 "attr22915") ) ) +(assert (myObject (attribute1 "attr22916") ) ) +(assert (myObject (attribute1 "attr22917") ) ) +(assert (myObject (attribute1 "attr22918") ) ) +(assert (myObject (attribute1 "attr22919") ) ) +(assert (myObject (attribute1 "attr22920") ) ) +(assert (myObject (attribute1 "attr22921") ) ) +(assert (myObject (attribute1 "attr22922") ) ) +(assert (myObject (attribute1 "attr22923") ) ) +(assert (myObject (attribute1 "attr22924") ) ) +(assert (myObject (attribute1 "attr22925") ) ) +(assert (myObject (attribute1 "attr22926") ) ) +(assert (myObject (attribute1 "attr22927") ) ) +(assert (myObject (attribute1 "attr22928") ) ) +(assert (myObject (attribute1 "attr22929") ) ) +(assert (myObject (attribute1 "attr22930") ) ) +(assert (myObject (attribute1 "attr22931") ) ) +(assert (myObject (attribute1 "attr22932") ) ) +(assert (myObject (attribute1 "attr22933") ) ) +(assert (myObject (attribute1 "attr22934") ) ) +(assert (myObject (attribute1 "attr22935") ) ) +(assert (myObject (attribute1 "attr22936") ) ) +(assert (myObject (attribute1 "attr22937") ) ) +(assert (myObject (attribute1 "attr22938") ) ) +(assert (myObject (attribute1 "attr22939") ) ) +(assert (myObject (attribute1 "attr22940") ) ) +(assert (myObject (attribute1 "attr22941") ) ) +(assert (myObject (attribute1 "attr22942") ) ) +(assert (myObject (attribute1 "attr22943") ) ) +(assert (myObject (attribute1 "attr22944") ) ) +(assert (myObject (attribute1 "attr22945") ) ) +(assert (myObject (attribute1 "attr22946") ) ) +(assert (myObject (attribute1 "attr22947") ) ) +(assert (myObject (attribute1 "attr22948") ) ) +(assert (myObject (attribute1 "attr22949") ) ) +(assert (myObject (attribute1 "attr22950") ) ) +(assert (myObject (attribute1 "attr22951") ) ) +(assert (myObject (attribute1 "attr22952") ) ) +(assert (myObject (attribute1 "attr22953") ) ) +(assert (myObject (attribute1 "attr22954") ) ) +(assert (myObject (attribute1 "attr22955") ) ) +(assert (myObject (attribute1 "attr22956") ) ) +(assert (myObject (attribute1 "attr22957") ) ) +(assert (myObject (attribute1 "attr22958") ) ) +(assert (myObject (attribute1 "attr22959") ) ) +(assert (myObject (attribute1 "attr22960") ) ) +(assert (myObject (attribute1 "attr22961") ) ) +(assert (myObject (attribute1 "attr22962") ) ) +(assert (myObject (attribute1 "attr22963") ) ) +(assert (myObject (attribute1 "attr22964") ) ) +(assert (myObject (attribute1 "attr22965") ) ) +(assert (myObject (attribute1 "attr22966") ) ) +(assert (myObject (attribute1 "attr22967") ) ) +(assert (myObject (attribute1 "attr22968") ) ) +(assert (myObject (attribute1 "attr22969") ) ) +(assert (myObject (attribute1 "attr22970") ) ) +(assert (myObject (attribute1 "attr22971") ) ) +(assert (myObject (attribute1 "attr22972") ) ) +(assert (myObject (attribute1 "attr22973") ) ) +(assert (myObject (attribute1 "attr22974") ) ) +(assert (myObject (attribute1 "attr22975") ) ) +(assert (myObject (attribute1 "attr22976") ) ) +(assert (myObject (attribute1 "attr22977") ) ) +(assert (myObject (attribute1 "attr22978") ) ) +(assert (myObject (attribute1 "attr22979") ) ) +(assert (myObject (attribute1 "attr22980") ) ) +(assert (myObject (attribute1 "attr22981") ) ) +(assert (myObject (attribute1 "attr22982") ) ) +(assert (myObject (attribute1 "attr22983") ) ) +(assert (myObject (attribute1 "attr22984") ) ) +(assert (myObject (attribute1 "attr22985") ) ) +(assert (myObject (attribute1 "attr22986") ) ) +(assert (myObject (attribute1 "attr22987") ) ) +(assert (myObject (attribute1 "attr22988") ) ) +(assert (myObject (attribute1 "attr22989") ) ) +(assert (myObject (attribute1 "attr22990") ) ) +(assert (myObject (attribute1 "attr22991") ) ) +(assert (myObject (attribute1 "attr22992") ) ) +(assert (myObject (attribute1 "attr22993") ) ) +(assert (myObject (attribute1 "attr22994") ) ) +(assert (myObject (attribute1 "attr22995") ) ) +(assert (myObject (attribute1 "attr22996") ) ) +(assert (myObject (attribute1 "attr22997") ) ) +(assert (myObject (attribute1 "attr22998") ) ) +(assert (myObject (attribute1 "attr22999") ) ) +(assert (myObject (attribute1 "attr23000") ) ) +(assert (myObject (attribute1 "attr23001") ) ) +(assert (myObject (attribute1 "attr23002") ) ) +(assert (myObject (attribute1 "attr23003") ) ) +(assert (myObject (attribute1 "attr23004") ) ) +(assert (myObject (attribute1 "attr23005") ) ) +(assert (myObject (attribute1 "attr23006") ) ) +(assert (myObject (attribute1 "attr23007") ) ) +(assert (myObject (attribute1 "attr23008") ) ) +(assert (myObject (attribute1 "attr23009") ) ) +(assert (myObject (attribute1 "attr23010") ) ) +(assert (myObject (attribute1 "attr23011") ) ) +(assert (myObject (attribute1 "attr23012") ) ) +(assert (myObject (attribute1 "attr23013") ) ) +(assert (myObject (attribute1 "attr23014") ) ) +(assert (myObject (attribute1 "attr23015") ) ) +(assert (myObject (attribute1 "attr23016") ) ) +(assert (myObject (attribute1 "attr23017") ) ) +(assert (myObject (attribute1 "attr23018") ) ) +(assert (myObject (attribute1 "attr23019") ) ) +(assert (myObject (attribute1 "attr23020") ) ) +(assert (myObject (attribute1 "attr23021") ) ) +(assert (myObject (attribute1 "attr23022") ) ) +(assert (myObject (attribute1 "attr23023") ) ) +(assert (myObject (attribute1 "attr23024") ) ) +(assert (myObject (attribute1 "attr23025") ) ) +(assert (myObject (attribute1 "attr23026") ) ) +(assert (myObject (attribute1 "attr23027") ) ) +(assert (myObject (attribute1 "attr23028") ) ) +(assert (myObject (attribute1 "attr23029") ) ) +(assert (myObject (attribute1 "attr23030") ) ) +(assert (myObject (attribute1 "attr23031") ) ) +(assert (myObject (attribute1 "attr23032") ) ) +(assert (myObject (attribute1 "attr23033") ) ) +(assert (myObject (attribute1 "attr23034") ) ) +(assert (myObject (attribute1 "attr23035") ) ) +(assert (myObject (attribute1 "attr23036") ) ) +(assert (myObject (attribute1 "attr23037") ) ) +(assert (myObject (attribute1 "attr23038") ) ) +(assert (myObject (attribute1 "attr23039") ) ) +(assert (myObject (attribute1 "attr23040") ) ) +(assert (myObject (attribute1 "attr23041") ) ) +(assert (myObject (attribute1 "attr23042") ) ) +(assert (myObject (attribute1 "attr23043") ) ) +(assert (myObject (attribute1 "attr23044") ) ) +(assert (myObject (attribute1 "attr23045") ) ) +(assert (myObject (attribute1 "attr23046") ) ) +(assert (myObject (attribute1 "attr23047") ) ) +(assert (myObject (attribute1 "attr23048") ) ) +(assert (myObject (attribute1 "attr23049") ) ) +(assert (myObject (attribute1 "attr23050") ) ) +(assert (myObject (attribute1 "attr23051") ) ) +(assert (myObject (attribute1 "attr23052") ) ) +(assert (myObject (attribute1 "attr23053") ) ) +(assert (myObject (attribute1 "attr23054") ) ) +(assert (myObject (attribute1 "attr23055") ) ) +(assert (myObject (attribute1 "attr23056") ) ) +(assert (myObject (attribute1 "attr23057") ) ) +(assert (myObject (attribute1 "attr23058") ) ) +(assert (myObject (attribute1 "attr23059") ) ) +(assert (myObject (attribute1 "attr23060") ) ) +(assert (myObject (attribute1 "attr23061") ) ) +(assert (myObject (attribute1 "attr23062") ) ) +(assert (myObject (attribute1 "attr23063") ) ) +(assert (myObject (attribute1 "attr23064") ) ) +(assert (myObject (attribute1 "attr23065") ) ) +(assert (myObject (attribute1 "attr23066") ) ) +(assert (myObject (attribute1 "attr23067") ) ) +(assert (myObject (attribute1 "attr23068") ) ) +(assert (myObject (attribute1 "attr23069") ) ) +(assert (myObject (attribute1 "attr23070") ) ) +(assert (myObject (attribute1 "attr23071") ) ) +(assert (myObject (attribute1 "attr23072") ) ) +(assert (myObject (attribute1 "attr23073") ) ) +(assert (myObject (attribute1 "attr23074") ) ) +(assert (myObject (attribute1 "attr23075") ) ) +(assert (myObject (attribute1 "attr23076") ) ) +(assert (myObject (attribute1 "attr23077") ) ) +(assert (myObject (attribute1 "attr23078") ) ) +(assert (myObject (attribute1 "attr23079") ) ) +(assert (myObject (attribute1 "attr23080") ) ) +(assert (myObject (attribute1 "attr23081") ) ) +(assert (myObject (attribute1 "attr23082") ) ) +(assert (myObject (attribute1 "attr23083") ) ) +(assert (myObject (attribute1 "attr23084") ) ) +(assert (myObject (attribute1 "attr23085") ) ) +(assert (myObject (attribute1 "attr23086") ) ) +(assert (myObject (attribute1 "attr23087") ) ) +(assert (myObject (attribute1 "attr23088") ) ) +(assert (myObject (attribute1 "attr23089") ) ) +(assert (myObject (attribute1 "attr23090") ) ) +(assert (myObject (attribute1 "attr23091") ) ) +(assert (myObject (attribute1 "attr23092") ) ) +(assert (myObject (attribute1 "attr23093") ) ) +(assert (myObject (attribute1 "attr23094") ) ) +(assert (myObject (attribute1 "attr23095") ) ) +(assert (myObject (attribute1 "attr23096") ) ) +(assert (myObject (attribute1 "attr23097") ) ) +(assert (myObject (attribute1 "attr23098") ) ) +(assert (myObject (attribute1 "attr23099") ) ) +(assert (myObject (attribute1 "attr23100") ) ) +(assert (myObject (attribute1 "attr23101") ) ) +(assert (myObject (attribute1 "attr23102") ) ) +(assert (myObject (attribute1 "attr23103") ) ) +(assert (myObject (attribute1 "attr23104") ) ) +(assert (myObject (attribute1 "attr23105") ) ) +(assert (myObject (attribute1 "attr23106") ) ) +(assert (myObject (attribute1 "attr23107") ) ) +(assert (myObject (attribute1 "attr23108") ) ) +(assert (myObject (attribute1 "attr23109") ) ) +(assert (myObject (attribute1 "attr23110") ) ) +(assert (myObject (attribute1 "attr23111") ) ) +(assert (myObject (attribute1 "attr23112") ) ) +(assert (myObject (attribute1 "attr23113") ) ) +(assert (myObject (attribute1 "attr23114") ) ) +(assert (myObject (attribute1 "attr23115") ) ) +(assert (myObject (attribute1 "attr23116") ) ) +(assert (myObject (attribute1 "attr23117") ) ) +(assert (myObject (attribute1 "attr23118") ) ) +(assert (myObject (attribute1 "attr23119") ) ) +(assert (myObject (attribute1 "attr23120") ) ) +(assert (myObject (attribute1 "attr23121") ) ) +(assert (myObject (attribute1 "attr23122") ) ) +(assert (myObject (attribute1 "attr23123") ) ) +(assert (myObject (attribute1 "attr23124") ) ) +(assert (myObject (attribute1 "attr23125") ) ) +(assert (myObject (attribute1 "attr23126") ) ) +(assert (myObject (attribute1 "attr23127") ) ) +(assert (myObject (attribute1 "attr23128") ) ) +(assert (myObject (attribute1 "attr23129") ) ) +(assert (myObject (attribute1 "attr23130") ) ) +(assert (myObject (attribute1 "attr23131") ) ) +(assert (myObject (attribute1 "attr23132") ) ) +(assert (myObject (attribute1 "attr23133") ) ) +(assert (myObject (attribute1 "attr23134") ) ) +(assert (myObject (attribute1 "attr23135") ) ) +(assert (myObject (attribute1 "attr23136") ) ) +(assert (myObject (attribute1 "attr23137") ) ) +(assert (myObject (attribute1 "attr23138") ) ) +(assert (myObject (attribute1 "attr23139") ) ) +(assert (myObject (attribute1 "attr23140") ) ) +(assert (myObject (attribute1 "attr23141") ) ) +(assert (myObject (attribute1 "attr23142") ) ) +(assert (myObject (attribute1 "attr23143") ) ) +(assert (myObject (attribute1 "attr23144") ) ) +(assert (myObject (attribute1 "attr23145") ) ) +(assert (myObject (attribute1 "attr23146") ) ) +(assert (myObject (attribute1 "attr23147") ) ) +(assert (myObject (attribute1 "attr23148") ) ) +(assert (myObject (attribute1 "attr23149") ) ) +(assert (myObject (attribute1 "attr23150") ) ) +(assert (myObject (attribute1 "attr23151") ) ) +(assert (myObject (attribute1 "attr23152") ) ) +(assert (myObject (attribute1 "attr23153") ) ) +(assert (myObject (attribute1 "attr23154") ) ) +(assert (myObject (attribute1 "attr23155") ) ) +(assert (myObject (attribute1 "attr23156") ) ) +(assert (myObject (attribute1 "attr23157") ) ) +(assert (myObject (attribute1 "attr23158") ) ) +(assert (myObject (attribute1 "attr23159") ) ) +(assert (myObject (attribute1 "attr23160") ) ) +(assert (myObject (attribute1 "attr23161") ) ) +(assert (myObject (attribute1 "attr23162") ) ) +(assert (myObject (attribute1 "attr23163") ) ) +(assert (myObject (attribute1 "attr23164") ) ) +(assert (myObject (attribute1 "attr23165") ) ) +(assert (myObject (attribute1 "attr23166") ) ) +(assert (myObject (attribute1 "attr23167") ) ) +(assert (myObject (attribute1 "attr23168") ) ) +(assert (myObject (attribute1 "attr23169") ) ) +(assert (myObject (attribute1 "attr23170") ) ) +(assert (myObject (attribute1 "attr23171") ) ) +(assert (myObject (attribute1 "attr23172") ) ) +(assert (myObject (attribute1 "attr23173") ) ) +(assert (myObject (attribute1 "attr23174") ) ) +(assert (myObject (attribute1 "attr23175") ) ) +(assert (myObject (attribute1 "attr23176") ) ) +(assert (myObject (attribute1 "attr23177") ) ) +(assert (myObject (attribute1 "attr23178") ) ) +(assert (myObject (attribute1 "attr23179") ) ) +(assert (myObject (attribute1 "attr23180") ) ) +(assert (myObject (attribute1 "attr23181") ) ) +(assert (myObject (attribute1 "attr23182") ) ) +(assert (myObject (attribute1 "attr23183") ) ) +(assert (myObject (attribute1 "attr23184") ) ) +(assert (myObject (attribute1 "attr23185") ) ) +(assert (myObject (attribute1 "attr23186") ) ) +(assert (myObject (attribute1 "attr23187") ) ) +(assert (myObject (attribute1 "attr23188") ) ) +(assert (myObject (attribute1 "attr23189") ) ) +(assert (myObject (attribute1 "attr23190") ) ) +(assert (myObject (attribute1 "attr23191") ) ) +(assert (myObject (attribute1 "attr23192") ) ) +(assert (myObject (attribute1 "attr23193") ) ) +(assert (myObject (attribute1 "attr23194") ) ) +(assert (myObject (attribute1 "attr23195") ) ) +(assert (myObject (attribute1 "attr23196") ) ) +(assert (myObject (attribute1 "attr23197") ) ) +(assert (myObject (attribute1 "attr23198") ) ) +(assert (myObject (attribute1 "attr23199") ) ) +(assert (myObject (attribute1 "attr23200") ) ) +(assert (myObject (attribute1 "attr23201") ) ) +(assert (myObject (attribute1 "attr23202") ) ) +(assert (myObject (attribute1 "attr23203") ) ) +(assert (myObject (attribute1 "attr23204") ) ) +(assert (myObject (attribute1 "attr23205") ) ) +(assert (myObject (attribute1 "attr23206") ) ) +(assert (myObject (attribute1 "attr23207") ) ) +(assert (myObject (attribute1 "attr23208") ) ) +(assert (myObject (attribute1 "attr23209") ) ) +(assert (myObject (attribute1 "attr23210") ) ) +(assert (myObject (attribute1 "attr23211") ) ) +(assert (myObject (attribute1 "attr23212") ) ) +(assert (myObject (attribute1 "attr23213") ) ) +(assert (myObject (attribute1 "attr23214") ) ) +(assert (myObject (attribute1 "attr23215") ) ) +(assert (myObject (attribute1 "attr23216") ) ) +(assert (myObject (attribute1 "attr23217") ) ) +(assert (myObject (attribute1 "attr23218") ) ) +(assert (myObject (attribute1 "attr23219") ) ) +(assert (myObject (attribute1 "attr23220") ) ) +(assert (myObject (attribute1 "attr23221") ) ) +(assert (myObject (attribute1 "attr23222") ) ) +(assert (myObject (attribute1 "attr23223") ) ) +(assert (myObject (attribute1 "attr23224") ) ) +(assert (myObject (attribute1 "attr23225") ) ) +(assert (myObject (attribute1 "attr23226") ) ) +(assert (myObject (attribute1 "attr23227") ) ) +(assert (myObject (attribute1 "attr23228") ) ) +(assert (myObject (attribute1 "attr23229") ) ) +(assert (myObject (attribute1 "attr23230") ) ) +(assert (myObject (attribute1 "attr23231") ) ) +(assert (myObject (attribute1 "attr23232") ) ) +(assert (myObject (attribute1 "attr23233") ) ) +(assert (myObject (attribute1 "attr23234") ) ) +(assert (myObject (attribute1 "attr23235") ) ) +(assert (myObject (attribute1 "attr23236") ) ) +(assert (myObject (attribute1 "attr23237") ) ) +(assert (myObject (attribute1 "attr23238") ) ) +(assert (myObject (attribute1 "attr23239") ) ) +(assert (myObject (attribute1 "attr23240") ) ) +(assert (myObject (attribute1 "attr23241") ) ) +(assert (myObject (attribute1 "attr23242") ) ) +(assert (myObject (attribute1 "attr23243") ) ) +(assert (myObject (attribute1 "attr23244") ) ) +(assert (myObject (attribute1 "attr23245") ) ) +(assert (myObject (attribute1 "attr23246") ) ) +(assert (myObject (attribute1 "attr23247") ) ) +(assert (myObject (attribute1 "attr23248") ) ) +(assert (myObject (attribute1 "attr23249") ) ) +(assert (myObject (attribute1 "attr23250") ) ) +(assert (myObject (attribute1 "attr23251") ) ) +(assert (myObject (attribute1 "attr23252") ) ) +(assert (myObject (attribute1 "attr23253") ) ) +(assert (myObject (attribute1 "attr23254") ) ) +(assert (myObject (attribute1 "attr23255") ) ) +(assert (myObject (attribute1 "attr23256") ) ) +(assert (myObject (attribute1 "attr23257") ) ) +(assert (myObject (attribute1 "attr23258") ) ) +(assert (myObject (attribute1 "attr23259") ) ) +(assert (myObject (attribute1 "attr23260") ) ) +(assert (myObject (attribute1 "attr23261") ) ) +(assert (myObject (attribute1 "attr23262") ) ) +(assert (myObject (attribute1 "attr23263") ) ) +(assert (myObject (attribute1 "attr23264") ) ) +(assert (myObject (attribute1 "attr23265") ) ) +(assert (myObject (attribute1 "attr23266") ) ) +(assert (myObject (attribute1 "attr23267") ) ) +(assert (myObject (attribute1 "attr23268") ) ) +(assert (myObject (attribute1 "attr23269") ) ) +(assert (myObject (attribute1 "attr23270") ) ) +(assert (myObject (attribute1 "attr23271") ) ) +(assert (myObject (attribute1 "attr23272") ) ) +(assert (myObject (attribute1 "attr23273") ) ) +(assert (myObject (attribute1 "attr23274") ) ) +(assert (myObject (attribute1 "attr23275") ) ) +(assert (myObject (attribute1 "attr23276") ) ) +(assert (myObject (attribute1 "attr23277") ) ) +(assert (myObject (attribute1 "attr23278") ) ) +(assert (myObject (attribute1 "attr23279") ) ) +(assert (myObject (attribute1 "attr23280") ) ) +(assert (myObject (attribute1 "attr23281") ) ) +(assert (myObject (attribute1 "attr23282") ) ) +(assert (myObject (attribute1 "attr23283") ) ) +(assert (myObject (attribute1 "attr23284") ) ) +(assert (myObject (attribute1 "attr23285") ) ) +(assert (myObject (attribute1 "attr23286") ) ) +(assert (myObject (attribute1 "attr23287") ) ) +(assert (myObject (attribute1 "attr23288") ) ) +(assert (myObject (attribute1 "attr23289") ) ) +(assert (myObject (attribute1 "attr23290") ) ) +(assert (myObject (attribute1 "attr23291") ) ) +(assert (myObject (attribute1 "attr23292") ) ) +(assert (myObject (attribute1 "attr23293") ) ) +(assert (myObject (attribute1 "attr23294") ) ) +(assert (myObject (attribute1 "attr23295") ) ) +(assert (myObject (attribute1 "attr23296") ) ) +(assert (myObject (attribute1 "attr23297") ) ) +(assert (myObject (attribute1 "attr23298") ) ) +(assert (myObject (attribute1 "attr23299") ) ) +(assert (myObject (attribute1 "attr23300") ) ) +(assert (myObject (attribute1 "attr23301") ) ) +(assert (myObject (attribute1 "attr23302") ) ) +(assert (myObject (attribute1 "attr23303") ) ) +(assert (myObject (attribute1 "attr23304") ) ) +(assert (myObject (attribute1 "attr23305") ) ) +(assert (myObject (attribute1 "attr23306") ) ) +(assert (myObject (attribute1 "attr23307") ) ) +(assert (myObject (attribute1 "attr23308") ) ) +(assert (myObject (attribute1 "attr23309") ) ) +(assert (myObject (attribute1 "attr23310") ) ) +(assert (myObject (attribute1 "attr23311") ) ) +(assert (myObject (attribute1 "attr23312") ) ) +(assert (myObject (attribute1 "attr23313") ) ) +(assert (myObject (attribute1 "attr23314") ) ) +(assert (myObject (attribute1 "attr23315") ) ) +(assert (myObject (attribute1 "attr23316") ) ) +(assert (myObject (attribute1 "attr23317") ) ) +(assert (myObject (attribute1 "attr23318") ) ) +(assert (myObject (attribute1 "attr23319") ) ) +(assert (myObject (attribute1 "attr23320") ) ) +(assert (myObject (attribute1 "attr23321") ) ) +(assert (myObject (attribute1 "attr23322") ) ) +(assert (myObject (attribute1 "attr23323") ) ) +(assert (myObject (attribute1 "attr23324") ) ) +(assert (myObject (attribute1 "attr23325") ) ) +(assert (myObject (attribute1 "attr23326") ) ) +(assert (myObject (attribute1 "attr23327") ) ) +(assert (myObject (attribute1 "attr23328") ) ) +(assert (myObject (attribute1 "attr23329") ) ) +(assert (myObject (attribute1 "attr23330") ) ) +(assert (myObject (attribute1 "attr23331") ) ) +(assert (myObject (attribute1 "attr23332") ) ) +(assert (myObject (attribute1 "attr23333") ) ) +(assert (myObject (attribute1 "attr23334") ) ) +(assert (myObject (attribute1 "attr23335") ) ) +(assert (myObject (attribute1 "attr23336") ) ) +(assert (myObject (attribute1 "attr23337") ) ) +(assert (myObject (attribute1 "attr23338") ) ) +(assert (myObject (attribute1 "attr23339") ) ) +(assert (myObject (attribute1 "attr23340") ) ) +(assert (myObject (attribute1 "attr23341") ) ) +(assert (myObject (attribute1 "attr23342") ) ) +(assert (myObject (attribute1 "attr23343") ) ) +(assert (myObject (attribute1 "attr23344") ) ) +(assert (myObject (attribute1 "attr23345") ) ) +(assert (myObject (attribute1 "attr23346") ) ) +(assert (myObject (attribute1 "attr23347") ) ) +(assert (myObject (attribute1 "attr23348") ) ) +(assert (myObject (attribute1 "attr23349") ) ) +(assert (myObject (attribute1 "attr23350") ) ) +(assert (myObject (attribute1 "attr23351") ) ) +(assert (myObject (attribute1 "attr23352") ) ) +(assert (myObject (attribute1 "attr23353") ) ) +(assert (myObject (attribute1 "attr23354") ) ) +(assert (myObject (attribute1 "attr23355") ) ) +(assert (myObject (attribute1 "attr23356") ) ) +(assert (myObject (attribute1 "attr23357") ) ) +(assert (myObject (attribute1 "attr23358") ) ) +(assert (myObject (attribute1 "attr23359") ) ) +(assert (myObject (attribute1 "attr23360") ) ) +(assert (myObject (attribute1 "attr23361") ) ) +(assert (myObject (attribute1 "attr23362") ) ) +(assert (myObject (attribute1 "attr23363") ) ) +(assert (myObject (attribute1 "attr23364") ) ) +(assert (myObject (attribute1 "attr23365") ) ) +(assert (myObject (attribute1 "attr23366") ) ) +(assert (myObject (attribute1 "attr23367") ) ) +(assert (myObject (attribute1 "attr23368") ) ) +(assert (myObject (attribute1 "attr23369") ) ) +(assert (myObject (attribute1 "attr23370") ) ) +(assert (myObject (attribute1 "attr23371") ) ) +(assert (myObject (attribute1 "attr23372") ) ) +(assert (myObject (attribute1 "attr23373") ) ) +(assert (myObject (attribute1 "attr23374") ) ) +(assert (myObject (attribute1 "attr23375") ) ) +(assert (myObject (attribute1 "attr23376") ) ) +(assert (myObject (attribute1 "attr23377") ) ) +(assert (myObject (attribute1 "attr23378") ) ) +(assert (myObject (attribute1 "attr23379") ) ) +(assert (myObject (attribute1 "attr23380") ) ) +(assert (myObject (attribute1 "attr23381") ) ) +(assert (myObject (attribute1 "attr23382") ) ) +(assert (myObject (attribute1 "attr23383") ) ) +(assert (myObject (attribute1 "attr23384") ) ) +(assert (myObject (attribute1 "attr23385") ) ) +(assert (myObject (attribute1 "attr23386") ) ) +(assert (myObject (attribute1 "attr23387") ) ) +(assert (myObject (attribute1 "attr23388") ) ) +(assert (myObject (attribute1 "attr23389") ) ) +(assert (myObject (attribute1 "attr23390") ) ) +(assert (myObject (attribute1 "attr23391") ) ) +(assert (myObject (attribute1 "attr23392") ) ) +(assert (myObject (attribute1 "attr23393") ) ) +(assert (myObject (attribute1 "attr23394") ) ) +(assert (myObject (attribute1 "attr23395") ) ) +(assert (myObject (attribute1 "attr23396") ) ) +(assert (myObject (attribute1 "attr23397") ) ) +(assert (myObject (attribute1 "attr23398") ) ) +(assert (myObject (attribute1 "attr23399") ) ) +(assert (myObject (attribute1 "attr23400") ) ) +(assert (myObject (attribute1 "attr23401") ) ) +(assert (myObject (attribute1 "attr23402") ) ) +(assert (myObject (attribute1 "attr23403") ) ) +(assert (myObject (attribute1 "attr23404") ) ) +(assert (myObject (attribute1 "attr23405") ) ) +(assert (myObject (attribute1 "attr23406") ) ) +(assert (myObject (attribute1 "attr23407") ) ) +(assert (myObject (attribute1 "attr23408") ) ) +(assert (myObject (attribute1 "attr23409") ) ) +(assert (myObject (attribute1 "attr23410") ) ) +(assert (myObject (attribute1 "attr23411") ) ) +(assert (myObject (attribute1 "attr23412") ) ) +(assert (myObject (attribute1 "attr23413") ) ) +(assert (myObject (attribute1 "attr23414") ) ) +(assert (myObject (attribute1 "attr23415") ) ) +(assert (myObject (attribute1 "attr23416") ) ) +(assert (myObject (attribute1 "attr23417") ) ) +(assert (myObject (attribute1 "attr23418") ) ) +(assert (myObject (attribute1 "attr23419") ) ) +(assert (myObject (attribute1 "attr23420") ) ) +(assert (myObject (attribute1 "attr23421") ) ) +(assert (myObject (attribute1 "attr23422") ) ) +(assert (myObject (attribute1 "attr23423") ) ) +(assert (myObject (attribute1 "attr23424") ) ) +(assert (myObject (attribute1 "attr23425") ) ) +(assert (myObject (attribute1 "attr23426") ) ) +(assert (myObject (attribute1 "attr23427") ) ) +(assert (myObject (attribute1 "attr23428") ) ) +(assert (myObject (attribute1 "attr23429") ) ) +(assert (myObject (attribute1 "attr23430") ) ) +(assert (myObject (attribute1 "attr23431") ) ) +(assert (myObject (attribute1 "attr23432") ) ) +(assert (myObject (attribute1 "attr23433") ) ) +(assert (myObject (attribute1 "attr23434") ) ) +(assert (myObject (attribute1 "attr23435") ) ) +(assert (myObject (attribute1 "attr23436") ) ) +(assert (myObject (attribute1 "attr23437") ) ) +(assert (myObject (attribute1 "attr23438") ) ) +(assert (myObject (attribute1 "attr23439") ) ) +(assert (myObject (attribute1 "attr23440") ) ) +(assert (myObject (attribute1 "attr23441") ) ) +(assert (myObject (attribute1 "attr23442") ) ) +(assert (myObject (attribute1 "attr23443") ) ) +(assert (myObject (attribute1 "attr23444") ) ) +(assert (myObject (attribute1 "attr23445") ) ) +(assert (myObject (attribute1 "attr23446") ) ) +(assert (myObject (attribute1 "attr23447") ) ) +(assert (myObject (attribute1 "attr23448") ) ) +(assert (myObject (attribute1 "attr23449") ) ) +(assert (myObject (attribute1 "attr23450") ) ) +(assert (myObject (attribute1 "attr23451") ) ) +(assert (myObject (attribute1 "attr23452") ) ) +(assert (myObject (attribute1 "attr23453") ) ) +(assert (myObject (attribute1 "attr23454") ) ) +(assert (myObject (attribute1 "attr23455") ) ) +(assert (myObject (attribute1 "attr23456") ) ) +(assert (myObject (attribute1 "attr23457") ) ) +(assert (myObject (attribute1 "attr23458") ) ) +(assert (myObject (attribute1 "attr23459") ) ) +(assert (myObject (attribute1 "attr23460") ) ) +(assert (myObject (attribute1 "attr23461") ) ) +(assert (myObject (attribute1 "attr23462") ) ) +(assert (myObject (attribute1 "attr23463") ) ) +(assert (myObject (attribute1 "attr23464") ) ) +(assert (myObject (attribute1 "attr23465") ) ) +(assert (myObject (attribute1 "attr23466") ) ) +(assert (myObject (attribute1 "attr23467") ) ) +(assert (myObject (attribute1 "attr23468") ) ) +(assert (myObject (attribute1 "attr23469") ) ) +(assert (myObject (attribute1 "attr23470") ) ) +(assert (myObject (attribute1 "attr23471") ) ) +(assert (myObject (attribute1 "attr23472") ) ) +(assert (myObject (attribute1 "attr23473") ) ) +(assert (myObject (attribute1 "attr23474") ) ) +(assert (myObject (attribute1 "attr23475") ) ) +(assert (myObject (attribute1 "attr23476") ) ) +(assert (myObject (attribute1 "attr23477") ) ) +(assert (myObject (attribute1 "attr23478") ) ) +(assert (myObject (attribute1 "attr23479") ) ) +(assert (myObject (attribute1 "attr23480") ) ) +(assert (myObject (attribute1 "attr23481") ) ) +(assert (myObject (attribute1 "attr23482") ) ) +(assert (myObject (attribute1 "attr23483") ) ) +(assert (myObject (attribute1 "attr23484") ) ) +(assert (myObject (attribute1 "attr23485") ) ) +(assert (myObject (attribute1 "attr23486") ) ) +(assert (myObject (attribute1 "attr23487") ) ) +(assert (myObject (attribute1 "attr23488") ) ) +(assert (myObject (attribute1 "attr23489") ) ) +(assert (myObject (attribute1 "attr23490") ) ) +(assert (myObject (attribute1 "attr23491") ) ) +(assert (myObject (attribute1 "attr23492") ) ) +(assert (myObject (attribute1 "attr23493") ) ) +(assert (myObject (attribute1 "attr23494") ) ) +(assert (myObject (attribute1 "attr23495") ) ) +(assert (myObject (attribute1 "attr23496") ) ) +(assert (myObject (attribute1 "attr23497") ) ) +(assert (myObject (attribute1 "attr23498") ) ) +(assert (myObject (attribute1 "attr23499") ) ) +(assert (myObject (attribute1 "attr23500") ) ) +(assert (myObject (attribute1 "attr23501") ) ) +(assert (myObject (attribute1 "attr23502") ) ) +(assert (myObject (attribute1 "attr23503") ) ) +(assert (myObject (attribute1 "attr23504") ) ) +(assert (myObject (attribute1 "attr23505") ) ) +(assert (myObject (attribute1 "attr23506") ) ) +(assert (myObject (attribute1 "attr23507") ) ) +(assert (myObject (attribute1 "attr23508") ) ) +(assert (myObject (attribute1 "attr23509") ) ) +(assert (myObject (attribute1 "attr23510") ) ) +(assert (myObject (attribute1 "attr23511") ) ) +(assert (myObject (attribute1 "attr23512") ) ) +(assert (myObject (attribute1 "attr23513") ) ) +(assert (myObject (attribute1 "attr23514") ) ) +(assert (myObject (attribute1 "attr23515") ) ) +(assert (myObject (attribute1 "attr23516") ) ) +(assert (myObject (attribute1 "attr23517") ) ) +(assert (myObject (attribute1 "attr23518") ) ) +(assert (myObject (attribute1 "attr23519") ) ) +(assert (myObject (attribute1 "attr23520") ) ) +(assert (myObject (attribute1 "attr23521") ) ) +(assert (myObject (attribute1 "attr23522") ) ) +(assert (myObject (attribute1 "attr23523") ) ) +(assert (myObject (attribute1 "attr23524") ) ) +(assert (myObject (attribute1 "attr23525") ) ) +(assert (myObject (attribute1 "attr23526") ) ) +(assert (myObject (attribute1 "attr23527") ) ) +(assert (myObject (attribute1 "attr23528") ) ) +(assert (myObject (attribute1 "attr23529") ) ) +(assert (myObject (attribute1 "attr23530") ) ) +(assert (myObject (attribute1 "attr23531") ) ) +(assert (myObject (attribute1 "attr23532") ) ) +(assert (myObject (attribute1 "attr23533") ) ) +(assert (myObject (attribute1 "attr23534") ) ) +(assert (myObject (attribute1 "attr23535") ) ) +(assert (myObject (attribute1 "attr23536") ) ) +(assert (myObject (attribute1 "attr23537") ) ) +(assert (myObject (attribute1 "attr23538") ) ) +(assert (myObject (attribute1 "attr23539") ) ) +(assert (myObject (attribute1 "attr23540") ) ) +(assert (myObject (attribute1 "attr23541") ) ) +(assert (myObject (attribute1 "attr23542") ) ) +(assert (myObject (attribute1 "attr23543") ) ) +(assert (myObject (attribute1 "attr23544") ) ) +(assert (myObject (attribute1 "attr23545") ) ) +(assert (myObject (attribute1 "attr23546") ) ) +(assert (myObject (attribute1 "attr23547") ) ) +(assert (myObject (attribute1 "attr23548") ) ) +(assert (myObject (attribute1 "attr23549") ) ) +(assert (myObject (attribute1 "attr23550") ) ) +(assert (myObject (attribute1 "attr23551") ) ) +(assert (myObject (attribute1 "attr23552") ) ) +(assert (myObject (attribute1 "attr23553") ) ) +(assert (myObject (attribute1 "attr23554") ) ) +(assert (myObject (attribute1 "attr23555") ) ) +(assert (myObject (attribute1 "attr23556") ) ) +(assert (myObject (attribute1 "attr23557") ) ) +(assert (myObject (attribute1 "attr23558") ) ) +(assert (myObject (attribute1 "attr23559") ) ) +(assert (myObject (attribute1 "attr23560") ) ) +(assert (myObject (attribute1 "attr23561") ) ) +(assert (myObject (attribute1 "attr23562") ) ) +(assert (myObject (attribute1 "attr23563") ) ) +(assert (myObject (attribute1 "attr23564") ) ) +(assert (myObject (attribute1 "attr23565") ) ) +(assert (myObject (attribute1 "attr23566") ) ) +(assert (myObject (attribute1 "attr23567") ) ) +(assert (myObject (attribute1 "attr23568") ) ) +(assert (myObject (attribute1 "attr23569") ) ) +(assert (myObject (attribute1 "attr23570") ) ) +(assert (myObject (attribute1 "attr23571") ) ) +(assert (myObject (attribute1 "attr23572") ) ) +(assert (myObject (attribute1 "attr23573") ) ) +(assert (myObject (attribute1 "attr23574") ) ) +(assert (myObject (attribute1 "attr23575") ) ) +(assert (myObject (attribute1 "attr23576") ) ) +(assert (myObject (attribute1 "attr23577") ) ) +(assert (myObject (attribute1 "attr23578") ) ) +(assert (myObject (attribute1 "attr23579") ) ) +(assert (myObject (attribute1 "attr23580") ) ) +(assert (myObject (attribute1 "attr23581") ) ) +(assert (myObject (attribute1 "attr23582") ) ) +(assert (myObject (attribute1 "attr23583") ) ) +(assert (myObject (attribute1 "attr23584") ) ) +(assert (myObject (attribute1 "attr23585") ) ) +(assert (myObject (attribute1 "attr23586") ) ) +(assert (myObject (attribute1 "attr23587") ) ) +(assert (myObject (attribute1 "attr23588") ) ) +(assert (myObject (attribute1 "attr23589") ) ) +(assert (myObject (attribute1 "attr23590") ) ) +(assert (myObject (attribute1 "attr23591") ) ) +(assert (myObject (attribute1 "attr23592") ) ) +(assert (myObject (attribute1 "attr23593") ) ) +(assert (myObject (attribute1 "attr23594") ) ) +(assert (myObject (attribute1 "attr23595") ) ) +(assert (myObject (attribute1 "attr23596") ) ) +(assert (myObject (attribute1 "attr23597") ) ) +(assert (myObject (attribute1 "attr23598") ) ) +(assert (myObject (attribute1 "attr23599") ) ) +(assert (myObject (attribute1 "attr23600") ) ) +(assert (myObject (attribute1 "attr23601") ) ) +(assert (myObject (attribute1 "attr23602") ) ) +(assert (myObject (attribute1 "attr23603") ) ) +(assert (myObject (attribute1 "attr23604") ) ) +(assert (myObject (attribute1 "attr23605") ) ) +(assert (myObject (attribute1 "attr23606") ) ) +(assert (myObject (attribute1 "attr23607") ) ) +(assert (myObject (attribute1 "attr23608") ) ) +(assert (myObject (attribute1 "attr23609") ) ) +(assert (myObject (attribute1 "attr23610") ) ) +(assert (myObject (attribute1 "attr23611") ) ) +(assert (myObject (attribute1 "attr23612") ) ) +(assert (myObject (attribute1 "attr23613") ) ) +(assert (myObject (attribute1 "attr23614") ) ) +(assert (myObject (attribute1 "attr23615") ) ) +(assert (myObject (attribute1 "attr23616") ) ) +(assert (myObject (attribute1 "attr23617") ) ) +(assert (myObject (attribute1 "attr23618") ) ) +(assert (myObject (attribute1 "attr23619") ) ) +(assert (myObject (attribute1 "attr23620") ) ) +(assert (myObject (attribute1 "attr23621") ) ) +(assert (myObject (attribute1 "attr23622") ) ) +(assert (myObject (attribute1 "attr23623") ) ) +(assert (myObject (attribute1 "attr23624") ) ) +(assert (myObject (attribute1 "attr23625") ) ) +(assert (myObject (attribute1 "attr23626") ) ) +(assert (myObject (attribute1 "attr23627") ) ) +(assert (myObject (attribute1 "attr23628") ) ) +(assert (myObject (attribute1 "attr23629") ) ) +(assert (myObject (attribute1 "attr23630") ) ) +(assert (myObject (attribute1 "attr23631") ) ) +(assert (myObject (attribute1 "attr23632") ) ) +(assert (myObject (attribute1 "attr23633") ) ) +(assert (myObject (attribute1 "attr23634") ) ) +(assert (myObject (attribute1 "attr23635") ) ) +(assert (myObject (attribute1 "attr23636") ) ) +(assert (myObject (attribute1 "attr23637") ) ) +(assert (myObject (attribute1 "attr23638") ) ) +(assert (myObject (attribute1 "attr23639") ) ) +(assert (myObject (attribute1 "attr23640") ) ) +(assert (myObject (attribute1 "attr23641") ) ) +(assert (myObject (attribute1 "attr23642") ) ) +(assert (myObject (attribute1 "attr23643") ) ) +(assert (myObject (attribute1 "attr23644") ) ) +(assert (myObject (attribute1 "attr23645") ) ) +(assert (myObject (attribute1 "attr23646") ) ) +(assert (myObject (attribute1 "attr23647") ) ) +(assert (myObject (attribute1 "attr23648") ) ) +(assert (myObject (attribute1 "attr23649") ) ) +(assert (myObject (attribute1 "attr23650") ) ) +(assert (myObject (attribute1 "attr23651") ) ) +(assert (myObject (attribute1 "attr23652") ) ) +(assert (myObject (attribute1 "attr23653") ) ) +(assert (myObject (attribute1 "attr23654") ) ) +(assert (myObject (attribute1 "attr23655") ) ) +(assert (myObject (attribute1 "attr23656") ) ) +(assert (myObject (attribute1 "attr23657") ) ) +(assert (myObject (attribute1 "attr23658") ) ) +(assert (myObject (attribute1 "attr23659") ) ) +(assert (myObject (attribute1 "attr23660") ) ) +(assert (myObject (attribute1 "attr23661") ) ) +(assert (myObject (attribute1 "attr23662") ) ) +(assert (myObject (attribute1 "attr23663") ) ) +(assert (myObject (attribute1 "attr23664") ) ) +(assert (myObject (attribute1 "attr23665") ) ) +(assert (myObject (attribute1 "attr23666") ) ) +(assert (myObject (attribute1 "attr23667") ) ) +(assert (myObject (attribute1 "attr23668") ) ) +(assert (myObject (attribute1 "attr23669") ) ) +(assert (myObject (attribute1 "attr23670") ) ) +(assert (myObject (attribute1 "attr23671") ) ) +(assert (myObject (attribute1 "attr23672") ) ) +(assert (myObject (attribute1 "attr23673") ) ) +(assert (myObject (attribute1 "attr23674") ) ) +(assert (myObject (attribute1 "attr23675") ) ) +(assert (myObject (attribute1 "attr23676") ) ) +(assert (myObject (attribute1 "attr23677") ) ) +(assert (myObject (attribute1 "attr23678") ) ) +(assert (myObject (attribute1 "attr23679") ) ) +(assert (myObject (attribute1 "attr23680") ) ) +(assert (myObject (attribute1 "attr23681") ) ) +(assert (myObject (attribute1 "attr23682") ) ) +(assert (myObject (attribute1 "attr23683") ) ) +(assert (myObject (attribute1 "attr23684") ) ) +(assert (myObject (attribute1 "attr23685") ) ) +(assert (myObject (attribute1 "attr23686") ) ) +(assert (myObject (attribute1 "attr23687") ) ) +(assert (myObject (attribute1 "attr23688") ) ) +(assert (myObject (attribute1 "attr23689") ) ) +(assert (myObject (attribute1 "attr23690") ) ) +(assert (myObject (attribute1 "attr23691") ) ) +(assert (myObject (attribute1 "attr23692") ) ) +(assert (myObject (attribute1 "attr23693") ) ) +(assert (myObject (attribute1 "attr23694") ) ) +(assert (myObject (attribute1 "attr23695") ) ) +(assert (myObject (attribute1 "attr23696") ) ) +(assert (myObject (attribute1 "attr23697") ) ) +(assert (myObject (attribute1 "attr23698") ) ) +(assert (myObject (attribute1 "attr23699") ) ) +(assert (myObject (attribute1 "attr23700") ) ) +(assert (myObject (attribute1 "attr23701") ) ) +(assert (myObject (attribute1 "attr23702") ) ) +(assert (myObject (attribute1 "attr23703") ) ) +(assert (myObject (attribute1 "attr23704") ) ) +(assert (myObject (attribute1 "attr23705") ) ) +(assert (myObject (attribute1 "attr23706") ) ) +(assert (myObject (attribute1 "attr23707") ) ) +(assert (myObject (attribute1 "attr23708") ) ) +(assert (myObject (attribute1 "attr23709") ) ) +(assert (myObject (attribute1 "attr23710") ) ) +(assert (myObject (attribute1 "attr23711") ) ) +(assert (myObject (attribute1 "attr23712") ) ) +(assert (myObject (attribute1 "attr23713") ) ) +(assert (myObject (attribute1 "attr23714") ) ) +(assert (myObject (attribute1 "attr23715") ) ) +(assert (myObject (attribute1 "attr23716") ) ) +(assert (myObject (attribute1 "attr23717") ) ) +(assert (myObject (attribute1 "attr23718") ) ) +(assert (myObject (attribute1 "attr23719") ) ) +(assert (myObject (attribute1 "attr23720") ) ) +(assert (myObject (attribute1 "attr23721") ) ) +(assert (myObject (attribute1 "attr23722") ) ) +(assert (myObject (attribute1 "attr23723") ) ) +(assert (myObject (attribute1 "attr23724") ) ) +(assert (myObject (attribute1 "attr23725") ) ) +(assert (myObject (attribute1 "attr23726") ) ) +(assert (myObject (attribute1 "attr23727") ) ) +(assert (myObject (attribute1 "attr23728") ) ) +(assert (myObject (attribute1 "attr23729") ) ) +(assert (myObject (attribute1 "attr23730") ) ) +(assert (myObject (attribute1 "attr23731") ) ) +(assert (myObject (attribute1 "attr23732") ) ) +(assert (myObject (attribute1 "attr23733") ) ) +(assert (myObject (attribute1 "attr23734") ) ) +(assert (myObject (attribute1 "attr23735") ) ) +(assert (myObject (attribute1 "attr23736") ) ) +(assert (myObject (attribute1 "attr23737") ) ) +(assert (myObject (attribute1 "attr23738") ) ) +(assert (myObject (attribute1 "attr23739") ) ) +(assert (myObject (attribute1 "attr23740") ) ) +(assert (myObject (attribute1 "attr23741") ) ) +(assert (myObject (attribute1 "attr23742") ) ) +(assert (myObject (attribute1 "attr23743") ) ) +(assert (myObject (attribute1 "attr23744") ) ) +(assert (myObject (attribute1 "attr23745") ) ) +(assert (myObject (attribute1 "attr23746") ) ) +(assert (myObject (attribute1 "attr23747") ) ) +(assert (myObject (attribute1 "attr23748") ) ) +(assert (myObject (attribute1 "attr23749") ) ) +(assert (myObject (attribute1 "attr23750") ) ) +(assert (myObject (attribute1 "attr23751") ) ) +(assert (myObject (attribute1 "attr23752") ) ) +(assert (myObject (attribute1 "attr23753") ) ) +(assert (myObject (attribute1 "attr23754") ) ) +(assert (myObject (attribute1 "attr23755") ) ) +(assert (myObject (attribute1 "attr23756") ) ) +(assert (myObject (attribute1 "attr23757") ) ) +(assert (myObject (attribute1 "attr23758") ) ) +(assert (myObject (attribute1 "attr23759") ) ) +(assert (myObject (attribute1 "attr23760") ) ) +(assert (myObject (attribute1 "attr23761") ) ) +(assert (myObject (attribute1 "attr23762") ) ) +(assert (myObject (attribute1 "attr23763") ) ) +(assert (myObject (attribute1 "attr23764") ) ) +(assert (myObject (attribute1 "attr23765") ) ) +(assert (myObject (attribute1 "attr23766") ) ) +(assert (myObject (attribute1 "attr23767") ) ) +(assert (myObject (attribute1 "attr23768") ) ) +(assert (myObject (attribute1 "attr23769") ) ) +(assert (myObject (attribute1 "attr23770") ) ) +(assert (myObject (attribute1 "attr23771") ) ) +(assert (myObject (attribute1 "attr23772") ) ) +(assert (myObject (attribute1 "attr23773") ) ) +(assert (myObject (attribute1 "attr23774") ) ) +(assert (myObject (attribute1 "attr23775") ) ) +(assert (myObject (attribute1 "attr23776") ) ) +(assert (myObject (attribute1 "attr23777") ) ) +(assert (myObject (attribute1 "attr23778") ) ) +(assert (myObject (attribute1 "attr23779") ) ) +(assert (myObject (attribute1 "attr23780") ) ) +(assert (myObject (attribute1 "attr23781") ) ) +(assert (myObject (attribute1 "attr23782") ) ) +(assert (myObject (attribute1 "attr23783") ) ) +(assert (myObject (attribute1 "attr23784") ) ) +(assert (myObject (attribute1 "attr23785") ) ) +(assert (myObject (attribute1 "attr23786") ) ) +(assert (myObject (attribute1 "attr23787") ) ) +(assert (myObject (attribute1 "attr23788") ) ) +(assert (myObject (attribute1 "attr23789") ) ) +(assert (myObject (attribute1 "attr23790") ) ) +(assert (myObject (attribute1 "attr23791") ) ) +(assert (myObject (attribute1 "attr23792") ) ) +(assert (myObject (attribute1 "attr23793") ) ) +(assert (myObject (attribute1 "attr23794") ) ) +(assert (myObject (attribute1 "attr23795") ) ) +(assert (myObject (attribute1 "attr23796") ) ) +(assert (myObject (attribute1 "attr23797") ) ) +(assert (myObject (attribute1 "attr23798") ) ) +(assert (myObject (attribute1 "attr23799") ) ) +(assert (myObject (attribute1 "attr23800") ) ) +(assert (myObject (attribute1 "attr23801") ) ) +(assert (myObject (attribute1 "attr23802") ) ) +(assert (myObject (attribute1 "attr23803") ) ) +(assert (myObject (attribute1 "attr23804") ) ) +(assert (myObject (attribute1 "attr23805") ) ) +(assert (myObject (attribute1 "attr23806") ) ) +(assert (myObject (attribute1 "attr23807") ) ) +(assert (myObject (attribute1 "attr23808") ) ) +(assert (myObject (attribute1 "attr23809") ) ) +(assert (myObject (attribute1 "attr23810") ) ) +(assert (myObject (attribute1 "attr23811") ) ) +(assert (myObject (attribute1 "attr23812") ) ) +(assert (myObject (attribute1 "attr23813") ) ) +(assert (myObject (attribute1 "attr23814") ) ) +(assert (myObject (attribute1 "attr23815") ) ) +(assert (myObject (attribute1 "attr23816") ) ) +(assert (myObject (attribute1 "attr23817") ) ) +(assert (myObject (attribute1 "attr23818") ) ) +(assert (myObject (attribute1 "attr23819") ) ) +(assert (myObject (attribute1 "attr23820") ) ) +(assert (myObject (attribute1 "attr23821") ) ) +(assert (myObject (attribute1 "attr23822") ) ) +(assert (myObject (attribute1 "attr23823") ) ) +(assert (myObject (attribute1 "attr23824") ) ) +(assert (myObject (attribute1 "attr23825") ) ) +(assert (myObject (attribute1 "attr23826") ) ) +(assert (myObject (attribute1 "attr23827") ) ) +(assert (myObject (attribute1 "attr23828") ) ) +(assert (myObject (attribute1 "attr23829") ) ) +(assert (myObject (attribute1 "attr23830") ) ) +(assert (myObject (attribute1 "attr23831") ) ) +(assert (myObject (attribute1 "attr23832") ) ) +(assert (myObject (attribute1 "attr23833") ) ) +(assert (myObject (attribute1 "attr23834") ) ) +(assert (myObject (attribute1 "attr23835") ) ) +(assert (myObject (attribute1 "attr23836") ) ) +(assert (myObject (attribute1 "attr23837") ) ) +(assert (myObject (attribute1 "attr23838") ) ) +(assert (myObject (attribute1 "attr23839") ) ) +(assert (myObject (attribute1 "attr23840") ) ) +(assert (myObject (attribute1 "attr23841") ) ) +(assert (myObject (attribute1 "attr23842") ) ) +(assert (myObject (attribute1 "attr23843") ) ) +(assert (myObject (attribute1 "attr23844") ) ) +(assert (myObject (attribute1 "attr23845") ) ) +(assert (myObject (attribute1 "attr23846") ) ) +(assert (myObject (attribute1 "attr23847") ) ) +(assert (myObject (attribute1 "attr23848") ) ) +(assert (myObject (attribute1 "attr23849") ) ) +(assert (myObject (attribute1 "attr23850") ) ) +(assert (myObject (attribute1 "attr23851") ) ) +(assert (myObject (attribute1 "attr23852") ) ) +(assert (myObject (attribute1 "attr23853") ) ) +(assert (myObject (attribute1 "attr23854") ) ) +(assert (myObject (attribute1 "attr23855") ) ) +(assert (myObject (attribute1 "attr23856") ) ) +(assert (myObject (attribute1 "attr23857") ) ) +(assert (myObject (attribute1 "attr23858") ) ) +(assert (myObject (attribute1 "attr23859") ) ) +(assert (myObject (attribute1 "attr23860") ) ) +(assert (myObject (attribute1 "attr23861") ) ) +(assert (myObject (attribute1 "attr23862") ) ) +(assert (myObject (attribute1 "attr23863") ) ) +(assert (myObject (attribute1 "attr23864") ) ) +(assert (myObject (attribute1 "attr23865") ) ) +(assert (myObject (attribute1 "attr23866") ) ) +(assert (myObject (attribute1 "attr23867") ) ) +(assert (myObject (attribute1 "attr23868") ) ) +(assert (myObject (attribute1 "attr23869") ) ) +(assert (myObject (attribute1 "attr23870") ) ) +(assert (myObject (attribute1 "attr23871") ) ) +(assert (myObject (attribute1 "attr23872") ) ) +(assert (myObject (attribute1 "attr23873") ) ) +(assert (myObject (attribute1 "attr23874") ) ) +(assert (myObject (attribute1 "attr23875") ) ) +(assert (myObject (attribute1 "attr23876") ) ) +(assert (myObject (attribute1 "attr23877") ) ) +(assert (myObject (attribute1 "attr23878") ) ) +(assert (myObject (attribute1 "attr23879") ) ) +(assert (myObject (attribute1 "attr23880") ) ) +(assert (myObject (attribute1 "attr23881") ) ) +(assert (myObject (attribute1 "attr23882") ) ) +(assert (myObject (attribute1 "attr23883") ) ) +(assert (myObject (attribute1 "attr23884") ) ) +(assert (myObject (attribute1 "attr23885") ) ) +(assert (myObject (attribute1 "attr23886") ) ) +(assert (myObject (attribute1 "attr23887") ) ) +(assert (myObject (attribute1 "attr23888") ) ) +(assert (myObject (attribute1 "attr23889") ) ) +(assert (myObject (attribute1 "attr23890") ) ) +(assert (myObject (attribute1 "attr23891") ) ) +(assert (myObject (attribute1 "attr23892") ) ) +(assert (myObject (attribute1 "attr23893") ) ) +(assert (myObject (attribute1 "attr23894") ) ) +(assert (myObject (attribute1 "attr23895") ) ) +(assert (myObject (attribute1 "attr23896") ) ) +(assert (myObject (attribute1 "attr23897") ) ) +(assert (myObject (attribute1 "attr23898") ) ) +(assert (myObject (attribute1 "attr23899") ) ) +(assert (myObject (attribute1 "attr23900") ) ) +(assert (myObject (attribute1 "attr23901") ) ) +(assert (myObject (attribute1 "attr23902") ) ) +(assert (myObject (attribute1 "attr23903") ) ) +(assert (myObject (attribute1 "attr23904") ) ) +(assert (myObject (attribute1 "attr23905") ) ) +(assert (myObject (attribute1 "attr23906") ) ) +(assert (myObject (attribute1 "attr23907") ) ) +(assert (myObject (attribute1 "attr23908") ) ) +(assert (myObject (attribute1 "attr23909") ) ) +(assert (myObject (attribute1 "attr23910") ) ) +(assert (myObject (attribute1 "attr23911") ) ) +(assert (myObject (attribute1 "attr23912") ) ) +(assert (myObject (attribute1 "attr23913") ) ) +(assert (myObject (attribute1 "attr23914") ) ) +(assert (myObject (attribute1 "attr23915") ) ) +(assert (myObject (attribute1 "attr23916") ) ) +(assert (myObject (attribute1 "attr23917") ) ) +(assert (myObject (attribute1 "attr23918") ) ) +(assert (myObject (attribute1 "attr23919") ) ) +(assert (myObject (attribute1 "attr23920") ) ) +(assert (myObject (attribute1 "attr23921") ) ) +(assert (myObject (attribute1 "attr23922") ) ) +(assert (myObject (attribute1 "attr23923") ) ) +(assert (myObject (attribute1 "attr23924") ) ) +(assert (myObject (attribute1 "attr23925") ) ) +(assert (myObject (attribute1 "attr23926") ) ) +(assert (myObject (attribute1 "attr23927") ) ) +(assert (myObject (attribute1 "attr23928") ) ) +(assert (myObject (attribute1 "attr23929") ) ) +(assert (myObject (attribute1 "attr23930") ) ) +(assert (myObject (attribute1 "attr23931") ) ) +(assert (myObject (attribute1 "attr23932") ) ) +(assert (myObject (attribute1 "attr23933") ) ) +(assert (myObject (attribute1 "attr23934") ) ) +(assert (myObject (attribute1 "attr23935") ) ) +(assert (myObject (attribute1 "attr23936") ) ) +(assert (myObject (attribute1 "attr23937") ) ) +(assert (myObject (attribute1 "attr23938") ) ) +(assert (myObject (attribute1 "attr23939") ) ) +(assert (myObject (attribute1 "attr23940") ) ) +(assert (myObject (attribute1 "attr23941") ) ) +(assert (myObject (attribute1 "attr23942") ) ) +(assert (myObject (attribute1 "attr23943") ) ) +(assert (myObject (attribute1 "attr23944") ) ) +(assert (myObject (attribute1 "attr23945") ) ) +(assert (myObject (attribute1 "attr23946") ) ) +(assert (myObject (attribute1 "attr23947") ) ) +(assert (myObject (attribute1 "attr23948") ) ) +(assert (myObject (attribute1 "attr23949") ) ) +(assert (myObject (attribute1 "attr23950") ) ) +(assert (myObject (attribute1 "attr23951") ) ) +(assert (myObject (attribute1 "attr23952") ) ) +(assert (myObject (attribute1 "attr23953") ) ) +(assert (myObject (attribute1 "attr23954") ) ) +(assert (myObject (attribute1 "attr23955") ) ) +(assert (myObject (attribute1 "attr23956") ) ) +(assert (myObject (attribute1 "attr23957") ) ) +(assert (myObject (attribute1 "attr23958") ) ) +(assert (myObject (attribute1 "attr23959") ) ) +(assert (myObject (attribute1 "attr23960") ) ) +(assert (myObject (attribute1 "attr23961") ) ) +(assert (myObject (attribute1 "attr23962") ) ) +(assert (myObject (attribute1 "attr23963") ) ) +(assert (myObject (attribute1 "attr23964") ) ) +(assert (myObject (attribute1 "attr23965") ) ) +(assert (myObject (attribute1 "attr23966") ) ) +(assert (myObject (attribute1 "attr23967") ) ) +(assert (myObject (attribute1 "attr23968") ) ) +(assert (myObject (attribute1 "attr23969") ) ) +(assert (myObject (attribute1 "attr23970") ) ) +(assert (myObject (attribute1 "attr23971") ) ) +(assert (myObject (attribute1 "attr23972") ) ) +(assert (myObject (attribute1 "attr23973") ) ) +(assert (myObject (attribute1 "attr23974") ) ) +(assert (myObject (attribute1 "attr23975") ) ) +(assert (myObject (attribute1 "attr23976") ) ) +(assert (myObject (attribute1 "attr23977") ) ) +(assert (myObject (attribute1 "attr23978") ) ) +(assert (myObject (attribute1 "attr23979") ) ) +(assert (myObject (attribute1 "attr23980") ) ) +(assert (myObject (attribute1 "attr23981") ) ) +(assert (myObject (attribute1 "attr23982") ) ) +(assert (myObject (attribute1 "attr23983") ) ) +(assert (myObject (attribute1 "attr23984") ) ) +(assert (myObject (attribute1 "attr23985") ) ) +(assert (myObject (attribute1 "attr23986") ) ) +(assert (myObject (attribute1 "attr23987") ) ) +(assert (myObject (attribute1 "attr23988") ) ) +(assert (myObject (attribute1 "attr23989") ) ) +(assert (myObject (attribute1 "attr23990") ) ) +(assert (myObject (attribute1 "attr23991") ) ) +(assert (myObject (attribute1 "attr23992") ) ) +(assert (myObject (attribute1 "attr23993") ) ) +(assert (myObject (attribute1 "attr23994") ) ) +(assert (myObject (attribute1 "attr23995") ) ) +(assert (myObject (attribute1 "attr23996") ) ) +(assert (myObject (attribute1 "attr23997") ) ) +(assert (myObject (attribute1 "attr23998") ) ) +(assert (myObject (attribute1 "attr23999") ) ) +(assert (myObject (attribute1 "attr24000") ) ) +(assert (myObject (attribute1 "attr24001") ) ) +(assert (myObject (attribute1 "attr24002") ) ) +(assert (myObject (attribute1 "attr24003") ) ) +(assert (myObject (attribute1 "attr24004") ) ) +(assert (myObject (attribute1 "attr24005") ) ) +(assert (myObject (attribute1 "attr24006") ) ) +(assert (myObject (attribute1 "attr24007") ) ) +(assert (myObject (attribute1 "attr24008") ) ) +(assert (myObject (attribute1 "attr24009") ) ) +(assert (myObject (attribute1 "attr24010") ) ) +(assert (myObject (attribute1 "attr24011") ) ) +(assert (myObject (attribute1 "attr24012") ) ) +(assert (myObject (attribute1 "attr24013") ) ) +(assert (myObject (attribute1 "attr24014") ) ) +(assert (myObject (attribute1 "attr24015") ) ) +(assert (myObject (attribute1 "attr24016") ) ) +(assert (myObject (attribute1 "attr24017") ) ) +(assert (myObject (attribute1 "attr24018") ) ) +(assert (myObject (attribute1 "attr24019") ) ) +(assert (myObject (attribute1 "attr24020") ) ) +(assert (myObject (attribute1 "attr24021") ) ) +(assert (myObject (attribute1 "attr24022") ) ) +(assert (myObject (attribute1 "attr24023") ) ) +(assert (myObject (attribute1 "attr24024") ) ) +(assert (myObject (attribute1 "attr24025") ) ) +(assert (myObject (attribute1 "attr24026") ) ) +(assert (myObject (attribute1 "attr24027") ) ) +(assert (myObject (attribute1 "attr24028") ) ) +(assert (myObject (attribute1 "attr24029") ) ) +(assert (myObject (attribute1 "attr24030") ) ) +(assert (myObject (attribute1 "attr24031") ) ) +(assert (myObject (attribute1 "attr24032") ) ) +(assert (myObject (attribute1 "attr24033") ) ) +(assert (myObject (attribute1 "attr24034") ) ) +(assert (myObject (attribute1 "attr24035") ) ) +(assert (myObject (attribute1 "attr24036") ) ) +(assert (myObject (attribute1 "attr24037") ) ) +(assert (myObject (attribute1 "attr24038") ) ) +(assert (myObject (attribute1 "attr24039") ) ) +(assert (myObject (attribute1 "attr24040") ) ) +(assert (myObject (attribute1 "attr24041") ) ) +(assert (myObject (attribute1 "attr24042") ) ) +(assert (myObject (attribute1 "attr24043") ) ) +(assert (myObject (attribute1 "attr24044") ) ) +(assert (myObject (attribute1 "attr24045") ) ) +(assert (myObject (attribute1 "attr24046") ) ) +(assert (myObject (attribute1 "attr24047") ) ) +(assert (myObject (attribute1 "attr24048") ) ) +(assert (myObject (attribute1 "attr24049") ) ) +(assert (myObject (attribute1 "attr24050") ) ) +(assert (myObject (attribute1 "attr24051") ) ) +(assert (myObject (attribute1 "attr24052") ) ) +(assert (myObject (attribute1 "attr24053") ) ) +(assert (myObject (attribute1 "attr24054") ) ) +(assert (myObject (attribute1 "attr24055") ) ) +(assert (myObject (attribute1 "attr24056") ) ) +(assert (myObject (attribute1 "attr24057") ) ) +(assert (myObject (attribute1 "attr24058") ) ) +(assert (myObject (attribute1 "attr24059") ) ) +(assert (myObject (attribute1 "attr24060") ) ) +(assert (myObject (attribute1 "attr24061") ) ) +(assert (myObject (attribute1 "attr24062") ) ) +(assert (myObject (attribute1 "attr24063") ) ) +(assert (myObject (attribute1 "attr24064") ) ) +(assert (myObject (attribute1 "attr24065") ) ) +(assert (myObject (attribute1 "attr24066") ) ) +(assert (myObject (attribute1 "attr24067") ) ) +(assert (myObject (attribute1 "attr24068") ) ) +(assert (myObject (attribute1 "attr24069") ) ) +(assert (myObject (attribute1 "attr24070") ) ) +(assert (myObject (attribute1 "attr24071") ) ) +(assert (myObject (attribute1 "attr24072") ) ) +(assert (myObject (attribute1 "attr24073") ) ) +(assert (myObject (attribute1 "attr24074") ) ) +(assert (myObject (attribute1 "attr24075") ) ) +(assert (myObject (attribute1 "attr24076") ) ) +(assert (myObject (attribute1 "attr24077") ) ) +(assert (myObject (attribute1 "attr24078") ) ) +(assert (myObject (attribute1 "attr24079") ) ) +(assert (myObject (attribute1 "attr24080") ) ) +(assert (myObject (attribute1 "attr24081") ) ) +(assert (myObject (attribute1 "attr24082") ) ) +(assert (myObject (attribute1 "attr24083") ) ) +(assert (myObject (attribute1 "attr24084") ) ) +(assert (myObject (attribute1 "attr24085") ) ) +(assert (myObject (attribute1 "attr24086") ) ) +(assert (myObject (attribute1 "attr24087") ) ) +(assert (myObject (attribute1 "attr24088") ) ) +(assert (myObject (attribute1 "attr24089") ) ) +(assert (myObject (attribute1 "attr24090") ) ) +(assert (myObject (attribute1 "attr24091") ) ) +(assert (myObject (attribute1 "attr24092") ) ) +(assert (myObject (attribute1 "attr24093") ) ) +(assert (myObject (attribute1 "attr24094") ) ) +(assert (myObject (attribute1 "attr24095") ) ) +(assert (myObject (attribute1 "attr24096") ) ) +(assert (myObject (attribute1 "attr24097") ) ) +(assert (myObject (attribute1 "attr24098") ) ) +(assert (myObject (attribute1 "attr24099") ) ) +(assert (myObject (attribute1 "attr24100") ) ) +(assert (myObject (attribute1 "attr24101") ) ) +(assert (myObject (attribute1 "attr24102") ) ) +(assert (myObject (attribute1 "attr24103") ) ) +(assert (myObject (attribute1 "attr24104") ) ) +(assert (myObject (attribute1 "attr24105") ) ) +(assert (myObject (attribute1 "attr24106") ) ) +(assert (myObject (attribute1 "attr24107") ) ) +(assert (myObject (attribute1 "attr24108") ) ) +(assert (myObject (attribute1 "attr24109") ) ) +(assert (myObject (attribute1 "attr24110") ) ) +(assert (myObject (attribute1 "attr24111") ) ) +(assert (myObject (attribute1 "attr24112") ) ) +(assert (myObject (attribute1 "attr24113") ) ) +(assert (myObject (attribute1 "attr24114") ) ) +(assert (myObject (attribute1 "attr24115") ) ) +(assert (myObject (attribute1 "attr24116") ) ) +(assert (myObject (attribute1 "attr24117") ) ) +(assert (myObject (attribute1 "attr24118") ) ) +(assert (myObject (attribute1 "attr24119") ) ) +(assert (myObject (attribute1 "attr24120") ) ) +(assert (myObject (attribute1 "attr24121") ) ) +(assert (myObject (attribute1 "attr24122") ) ) +(assert (myObject (attribute1 "attr24123") ) ) +(assert (myObject (attribute1 "attr24124") ) ) +(assert (myObject (attribute1 "attr24125") ) ) +(assert (myObject (attribute1 "attr24126") ) ) +(assert (myObject (attribute1 "attr24127") ) ) +(assert (myObject (attribute1 "attr24128") ) ) +(assert (myObject (attribute1 "attr24129") ) ) +(assert (myObject (attribute1 "attr24130") ) ) +(assert (myObject (attribute1 "attr24131") ) ) +(assert (myObject (attribute1 "attr24132") ) ) +(assert (myObject (attribute1 "attr24133") ) ) +(assert (myObject (attribute1 "attr24134") ) ) +(assert (myObject (attribute1 "attr24135") ) ) +(assert (myObject (attribute1 "attr24136") ) ) +(assert (myObject (attribute1 "attr24137") ) ) +(assert (myObject (attribute1 "attr24138") ) ) +(assert (myObject (attribute1 "attr24139") ) ) +(assert (myObject (attribute1 "attr24140") ) ) +(assert (myObject (attribute1 "attr24141") ) ) +(assert (myObject (attribute1 "attr24142") ) ) +(assert (myObject (attribute1 "attr24143") ) ) +(assert (myObject (attribute1 "attr24144") ) ) +(assert (myObject (attribute1 "attr24145") ) ) +(assert (myObject (attribute1 "attr24146") ) ) +(assert (myObject (attribute1 "attr24147") ) ) +(assert (myObject (attribute1 "attr24148") ) ) +(assert (myObject (attribute1 "attr24149") ) ) +(assert (myObject (attribute1 "attr24150") ) ) +(assert (myObject (attribute1 "attr24151") ) ) +(assert (myObject (attribute1 "attr24152") ) ) +(assert (myObject (attribute1 "attr24153") ) ) +(assert (myObject (attribute1 "attr24154") ) ) +(assert (myObject (attribute1 "attr24155") ) ) +(assert (myObject (attribute1 "attr24156") ) ) +(assert (myObject (attribute1 "attr24157") ) ) +(assert (myObject (attribute1 "attr24158") ) ) +(assert (myObject (attribute1 "attr24159") ) ) +(assert (myObject (attribute1 "attr24160") ) ) +(assert (myObject (attribute1 "attr24161") ) ) +(assert (myObject (attribute1 "attr24162") ) ) +(assert (myObject (attribute1 "attr24163") ) ) +(assert (myObject (attribute1 "attr24164") ) ) +(assert (myObject (attribute1 "attr24165") ) ) +(assert (myObject (attribute1 "attr24166") ) ) +(assert (myObject (attribute1 "attr24167") ) ) +(assert (myObject (attribute1 "attr24168") ) ) +(assert (myObject (attribute1 "attr24169") ) ) +(assert (myObject (attribute1 "attr24170") ) ) +(assert (myObject (attribute1 "attr24171") ) ) +(assert (myObject (attribute1 "attr24172") ) ) +(assert (myObject (attribute1 "attr24173") ) ) +(assert (myObject (attribute1 "attr24174") ) ) +(assert (myObject (attribute1 "attr24175") ) ) +(assert (myObject (attribute1 "attr24176") ) ) +(assert (myObject (attribute1 "attr24177") ) ) +(assert (myObject (attribute1 "attr24178") ) ) +(assert (myObject (attribute1 "attr24179") ) ) +(assert (myObject (attribute1 "attr24180") ) ) +(assert (myObject (attribute1 "attr24181") ) ) +(assert (myObject (attribute1 "attr24182") ) ) +(assert (myObject (attribute1 "attr24183") ) ) +(assert (myObject (attribute1 "attr24184") ) ) +(assert (myObject (attribute1 "attr24185") ) ) +(assert (myObject (attribute1 "attr24186") ) ) +(assert (myObject (attribute1 "attr24187") ) ) +(assert (myObject (attribute1 "attr24188") ) ) +(assert (myObject (attribute1 "attr24189") ) ) +(assert (myObject (attribute1 "attr24190") ) ) +(assert (myObject (attribute1 "attr24191") ) ) +(assert (myObject (attribute1 "attr24192") ) ) +(assert (myObject (attribute1 "attr24193") ) ) +(assert (myObject (attribute1 "attr24194") ) ) +(assert (myObject (attribute1 "attr24195") ) ) +(assert (myObject (attribute1 "attr24196") ) ) +(assert (myObject (attribute1 "attr24197") ) ) +(assert (myObject (attribute1 "attr24198") ) ) +(assert (myObject (attribute1 "attr24199") ) ) +(assert (myObject (attribute1 "attr24200") ) ) +(assert (myObject (attribute1 "attr24201") ) ) +(assert (myObject (attribute1 "attr24202") ) ) +(assert (myObject (attribute1 "attr24203") ) ) +(assert (myObject (attribute1 "attr24204") ) ) +(assert (myObject (attribute1 "attr24205") ) ) +(assert (myObject (attribute1 "attr24206") ) ) +(assert (myObject (attribute1 "attr24207") ) ) +(assert (myObject (attribute1 "attr24208") ) ) +(assert (myObject (attribute1 "attr24209") ) ) +(assert (myObject (attribute1 "attr24210") ) ) +(assert (myObject (attribute1 "attr24211") ) ) +(assert (myObject (attribute1 "attr24212") ) ) +(assert (myObject (attribute1 "attr24213") ) ) +(assert (myObject (attribute1 "attr24214") ) ) +(assert (myObject (attribute1 "attr24215") ) ) +(assert (myObject (attribute1 "attr24216") ) ) +(assert (myObject (attribute1 "attr24217") ) ) +(assert (myObject (attribute1 "attr24218") ) ) +(assert (myObject (attribute1 "attr24219") ) ) +(assert (myObject (attribute1 "attr24220") ) ) +(assert (myObject (attribute1 "attr24221") ) ) +(assert (myObject (attribute1 "attr24222") ) ) +(assert (myObject (attribute1 "attr24223") ) ) +(assert (myObject (attribute1 "attr24224") ) ) +(assert (myObject (attribute1 "attr24225") ) ) +(assert (myObject (attribute1 "attr24226") ) ) +(assert (myObject (attribute1 "attr24227") ) ) +(assert (myObject (attribute1 "attr24228") ) ) +(assert (myObject (attribute1 "attr24229") ) ) +(assert (myObject (attribute1 "attr24230") ) ) +(assert (myObject (attribute1 "attr24231") ) ) +(assert (myObject (attribute1 "attr24232") ) ) +(assert (myObject (attribute1 "attr24233") ) ) +(assert (myObject (attribute1 "attr24234") ) ) +(assert (myObject (attribute1 "attr24235") ) ) +(assert (myObject (attribute1 "attr24236") ) ) +(assert (myObject (attribute1 "attr24237") ) ) +(assert (myObject (attribute1 "attr24238") ) ) +(assert (myObject (attribute1 "attr24239") ) ) +(assert (myObject (attribute1 "attr24240") ) ) +(assert (myObject (attribute1 "attr24241") ) ) +(assert (myObject (attribute1 "attr24242") ) ) +(assert (myObject (attribute1 "attr24243") ) ) +(assert (myObject (attribute1 "attr24244") ) ) +(assert (myObject (attribute1 "attr24245") ) ) +(assert (myObject (attribute1 "attr24246") ) ) +(assert (myObject (attribute1 "attr24247") ) ) +(assert (myObject (attribute1 "attr24248") ) ) +(assert (myObject (attribute1 "attr24249") ) ) +(assert (myObject (attribute1 "attr24250") ) ) +(assert (myObject (attribute1 "attr24251") ) ) +(assert (myObject (attribute1 "attr24252") ) ) +(assert (myObject (attribute1 "attr24253") ) ) +(assert (myObject (attribute1 "attr24254") ) ) +(assert (myObject (attribute1 "attr24255") ) ) +(assert (myObject (attribute1 "attr24256") ) ) +(assert (myObject (attribute1 "attr24257") ) ) +(assert (myObject (attribute1 "attr24258") ) ) +(assert (myObject (attribute1 "attr24259") ) ) +(assert (myObject (attribute1 "attr24260") ) ) +(assert (myObject (attribute1 "attr24261") ) ) +(assert (myObject (attribute1 "attr24262") ) ) +(assert (myObject (attribute1 "attr24263") ) ) +(assert (myObject (attribute1 "attr24264") ) ) +(assert (myObject (attribute1 "attr24265") ) ) +(assert (myObject (attribute1 "attr24266") ) ) +(assert (myObject (attribute1 "attr24267") ) ) +(assert (myObject (attribute1 "attr24268") ) ) +(assert (myObject (attribute1 "attr24269") ) ) +(assert (myObject (attribute1 "attr24270") ) ) +(assert (myObject (attribute1 "attr24271") ) ) +(assert (myObject (attribute1 "attr24272") ) ) +(assert (myObject (attribute1 "attr24273") ) ) +(assert (myObject (attribute1 "attr24274") ) ) +(assert (myObject (attribute1 "attr24275") ) ) +(assert (myObject (attribute1 "attr24276") ) ) +(assert (myObject (attribute1 "attr24277") ) ) +(assert (myObject (attribute1 "attr24278") ) ) +(assert (myObject (attribute1 "attr24279") ) ) +(assert (myObject (attribute1 "attr24280") ) ) +(assert (myObject (attribute1 "attr24281") ) ) +(assert (myObject (attribute1 "attr24282") ) ) +(assert (myObject (attribute1 "attr24283") ) ) +(assert (myObject (attribute1 "attr24284") ) ) +(assert (myObject (attribute1 "attr24285") ) ) +(assert (myObject (attribute1 "attr24286") ) ) +(assert (myObject (attribute1 "attr24287") ) ) +(assert (myObject (attribute1 "attr24288") ) ) +(assert (myObject (attribute1 "attr24289") ) ) +(assert (myObject (attribute1 "attr24290") ) ) +(assert (myObject (attribute1 "attr24291") ) ) +(assert (myObject (attribute1 "attr24292") ) ) +(assert (myObject (attribute1 "attr24293") ) ) +(assert (myObject (attribute1 "attr24294") ) ) +(assert (myObject (attribute1 "attr24295") ) ) +(assert (myObject (attribute1 "attr24296") ) ) +(assert (myObject (attribute1 "attr24297") ) ) +(assert (myObject (attribute1 "attr24298") ) ) +(assert (myObject (attribute1 "attr24299") ) ) +(assert (myObject (attribute1 "attr24300") ) ) +(assert (myObject (attribute1 "attr24301") ) ) +(assert (myObject (attribute1 "attr24302") ) ) +(assert (myObject (attribute1 "attr24303") ) ) +(assert (myObject (attribute1 "attr24304") ) ) +(assert (myObject (attribute1 "attr24305") ) ) +(assert (myObject (attribute1 "attr24306") ) ) +(assert (myObject (attribute1 "attr24307") ) ) +(assert (myObject (attribute1 "attr24308") ) ) +(assert (myObject (attribute1 "attr24309") ) ) +(assert (myObject (attribute1 "attr24310") ) ) +(assert (myObject (attribute1 "attr24311") ) ) +(assert (myObject (attribute1 "attr24312") ) ) +(assert (myObject (attribute1 "attr24313") ) ) +(assert (myObject (attribute1 "attr24314") ) ) +(assert (myObject (attribute1 "attr24315") ) ) +(assert (myObject (attribute1 "attr24316") ) ) +(assert (myObject (attribute1 "attr24317") ) ) +(assert (myObject (attribute1 "attr24318") ) ) +(assert (myObject (attribute1 "attr24319") ) ) +(assert (myObject (attribute1 "attr24320") ) ) +(assert (myObject (attribute1 "attr24321") ) ) +(assert (myObject (attribute1 "attr24322") ) ) +(assert (myObject (attribute1 "attr24323") ) ) +(assert (myObject (attribute1 "attr24324") ) ) +(assert (myObject (attribute1 "attr24325") ) ) +(assert (myObject (attribute1 "attr24326") ) ) +(assert (myObject (attribute1 "attr24327") ) ) +(assert (myObject (attribute1 "attr24328") ) ) +(assert (myObject (attribute1 "attr24329") ) ) +(assert (myObject (attribute1 "attr24330") ) ) +(assert (myObject (attribute1 "attr24331") ) ) +(assert (myObject (attribute1 "attr24332") ) ) +(assert (myObject (attribute1 "attr24333") ) ) +(assert (myObject (attribute1 "attr24334") ) ) +(assert (myObject (attribute1 "attr24335") ) ) +(assert (myObject (attribute1 "attr24336") ) ) +(assert (myObject (attribute1 "attr24337") ) ) +(assert (myObject (attribute1 "attr24338") ) ) +(assert (myObject (attribute1 "attr24339") ) ) +(assert (myObject (attribute1 "attr24340") ) ) +(assert (myObject (attribute1 "attr24341") ) ) +(assert (myObject (attribute1 "attr24342") ) ) +(assert (myObject (attribute1 "attr24343") ) ) +(assert (myObject (attribute1 "attr24344") ) ) +(assert (myObject (attribute1 "attr24345") ) ) +(assert (myObject (attribute1 "attr24346") ) ) +(assert (myObject (attribute1 "attr24347") ) ) +(assert (myObject (attribute1 "attr24348") ) ) +(assert (myObject (attribute1 "attr24349") ) ) +(assert (myObject (attribute1 "attr24350") ) ) +(assert (myObject (attribute1 "attr24351") ) ) +(assert (myObject (attribute1 "attr24352") ) ) +(assert (myObject (attribute1 "attr24353") ) ) +(assert (myObject (attribute1 "attr24354") ) ) +(assert (myObject (attribute1 "attr24355") ) ) +(assert (myObject (attribute1 "attr24356") ) ) +(assert (myObject (attribute1 "attr24357") ) ) +(assert (myObject (attribute1 "attr24358") ) ) +(assert (myObject (attribute1 "attr24359") ) ) +(assert (myObject (attribute1 "attr24360") ) ) +(assert (myObject (attribute1 "attr24361") ) ) +(assert (myObject (attribute1 "attr24362") ) ) +(assert (myObject (attribute1 "attr24363") ) ) +(assert (myObject (attribute1 "attr24364") ) ) +(assert (myObject (attribute1 "attr24365") ) ) +(assert (myObject (attribute1 "attr24366") ) ) +(assert (myObject (attribute1 "attr24367") ) ) +(assert (myObject (attribute1 "attr24368") ) ) +(assert (myObject (attribute1 "attr24369") ) ) +(assert (myObject (attribute1 "attr24370") ) ) +(assert (myObject (attribute1 "attr24371") ) ) +(assert (myObject (attribute1 "attr24372") ) ) +(assert (myObject (attribute1 "attr24373") ) ) +(assert (myObject (attribute1 "attr24374") ) ) +(assert (myObject (attribute1 "attr24375") ) ) +(assert (myObject (attribute1 "attr24376") ) ) +(assert (myObject (attribute1 "attr24377") ) ) +(assert (myObject (attribute1 "attr24378") ) ) +(assert (myObject (attribute1 "attr24379") ) ) +(assert (myObject (attribute1 "attr24380") ) ) +(assert (myObject (attribute1 "attr24381") ) ) +(assert (myObject (attribute1 "attr24382") ) ) +(assert (myObject (attribute1 "attr24383") ) ) +(assert (myObject (attribute1 "attr24384") ) ) +(assert (myObject (attribute1 "attr24385") ) ) +(assert (myObject (attribute1 "attr24386") ) ) +(assert (myObject (attribute1 "attr24387") ) ) +(assert (myObject (attribute1 "attr24388") ) ) +(assert (myObject (attribute1 "attr24389") ) ) +(assert (myObject (attribute1 "attr24390") ) ) +(assert (myObject (attribute1 "attr24391") ) ) +(assert (myObject (attribute1 "attr24392") ) ) +(assert (myObject (attribute1 "attr24393") ) ) +(assert (myObject (attribute1 "attr24394") ) ) +(assert (myObject (attribute1 "attr24395") ) ) +(assert (myObject (attribute1 "attr24396") ) ) +(assert (myObject (attribute1 "attr24397") ) ) +(assert (myObject (attribute1 "attr24398") ) ) +(assert (myObject (attribute1 "attr24399") ) ) +(assert (myObject (attribute1 "attr24400") ) ) +(assert (myObject (attribute1 "attr24401") ) ) +(assert (myObject (attribute1 "attr24402") ) ) +(assert (myObject (attribute1 "attr24403") ) ) +(assert (myObject (attribute1 "attr24404") ) ) +(assert (myObject (attribute1 "attr24405") ) ) +(assert (myObject (attribute1 "attr24406") ) ) +(assert (myObject (attribute1 "attr24407") ) ) +(assert (myObject (attribute1 "attr24408") ) ) +(assert (myObject (attribute1 "attr24409") ) ) +(assert (myObject (attribute1 "attr24410") ) ) +(assert (myObject (attribute1 "attr24411") ) ) +(assert (myObject (attribute1 "attr24412") ) ) +(assert (myObject (attribute1 "attr24413") ) ) +(assert (myObject (attribute1 "attr24414") ) ) +(assert (myObject (attribute1 "attr24415") ) ) +(assert (myObject (attribute1 "attr24416") ) ) +(assert (myObject (attribute1 "attr24417") ) ) +(assert (myObject (attribute1 "attr24418") ) ) +(assert (myObject (attribute1 "attr24419") ) ) +(assert (myObject (attribute1 "attr24420") ) ) +(assert (myObject (attribute1 "attr24421") ) ) +(assert (myObject (attribute1 "attr24422") ) ) +(assert (myObject (attribute1 "attr24423") ) ) +(assert (myObject (attribute1 "attr24424") ) ) +(assert (myObject (attribute1 "attr24425") ) ) +(assert (myObject (attribute1 "attr24426") ) ) +(assert (myObject (attribute1 "attr24427") ) ) +(assert (myObject (attribute1 "attr24428") ) ) +(assert (myObject (attribute1 "attr24429") ) ) +(assert (myObject (attribute1 "attr24430") ) ) +(assert (myObject (attribute1 "attr24431") ) ) +(assert (myObject (attribute1 "attr24432") ) ) +(assert (myObject (attribute1 "attr24433") ) ) +(assert (myObject (attribute1 "attr24434") ) ) +(assert (myObject (attribute1 "attr24435") ) ) +(assert (myObject (attribute1 "attr24436") ) ) +(assert (myObject (attribute1 "attr24437") ) ) +(assert (myObject (attribute1 "attr24438") ) ) +(assert (myObject (attribute1 "attr24439") ) ) +(assert (myObject (attribute1 "attr24440") ) ) +(assert (myObject (attribute1 "attr24441") ) ) +(assert (myObject (attribute1 "attr24442") ) ) +(assert (myObject (attribute1 "attr24443") ) ) +(assert (myObject (attribute1 "attr24444") ) ) +(assert (myObject (attribute1 "attr24445") ) ) +(assert (myObject (attribute1 "attr24446") ) ) +(assert (myObject (attribute1 "attr24447") ) ) +(assert (myObject (attribute1 "attr24448") ) ) +(assert (myObject (attribute1 "attr24449") ) ) +(assert (myObject (attribute1 "attr24450") ) ) +(assert (myObject (attribute1 "attr24451") ) ) +(assert (myObject (attribute1 "attr24452") ) ) +(assert (myObject (attribute1 "attr24453") ) ) +(assert (myObject (attribute1 "attr24454") ) ) +(assert (myObject (attribute1 "attr24455") ) ) +(assert (myObject (attribute1 "attr24456") ) ) +(assert (myObject (attribute1 "attr24457") ) ) +(assert (myObject (attribute1 "attr24458") ) ) +(assert (myObject (attribute1 "attr24459") ) ) +(assert (myObject (attribute1 "attr24460") ) ) +(assert (myObject (attribute1 "attr24461") ) ) +(assert (myObject (attribute1 "attr24462") ) ) +(assert (myObject (attribute1 "attr24463") ) ) +(assert (myObject (attribute1 "attr24464") ) ) +(assert (myObject (attribute1 "attr24465") ) ) +(assert (myObject (attribute1 "attr24466") ) ) +(assert (myObject (attribute1 "attr24467") ) ) +(assert (myObject (attribute1 "attr24468") ) ) +(assert (myObject (attribute1 "attr24469") ) ) +(assert (myObject (attribute1 "attr24470") ) ) +(assert (myObject (attribute1 "attr24471") ) ) +(assert (myObject (attribute1 "attr24472") ) ) +(assert (myObject (attribute1 "attr24473") ) ) +(assert (myObject (attribute1 "attr24474") ) ) +(assert (myObject (attribute1 "attr24475") ) ) +(assert (myObject (attribute1 "attr24476") ) ) +(assert (myObject (attribute1 "attr24477") ) ) +(assert (myObject (attribute1 "attr24478") ) ) +(assert (myObject (attribute1 "attr24479") ) ) +(assert (myObject (attribute1 "attr24480") ) ) +(assert (myObject (attribute1 "attr24481") ) ) +(assert (myObject (attribute1 "attr24482") ) ) +(assert (myObject (attribute1 "attr24483") ) ) +(assert (myObject (attribute1 "attr24484") ) ) +(assert (myObject (attribute1 "attr24485") ) ) +(assert (myObject (attribute1 "attr24486") ) ) +(assert (myObject (attribute1 "attr24487") ) ) +(assert (myObject (attribute1 "attr24488") ) ) +(assert (myObject (attribute1 "attr24489") ) ) +(assert (myObject (attribute1 "attr24490") ) ) +(assert (myObject (attribute1 "attr24491") ) ) +(assert (myObject (attribute1 "attr24492") ) ) +(assert (myObject (attribute1 "attr24493") ) ) +(assert (myObject (attribute1 "attr24494") ) ) +(assert (myObject (attribute1 "attr24495") ) ) +(assert (myObject (attribute1 "attr24496") ) ) +(assert (myObject (attribute1 "attr24497") ) ) +(assert (myObject (attribute1 "attr24498") ) ) +(assert (myObject (attribute1 "attr24499") ) ) +(assert (myObject (attribute1 "attr24500") ) ) +(assert (myObject (attribute1 "attr24501") ) ) +(assert (myObject (attribute1 "attr24502") ) ) +(assert (myObject (attribute1 "attr24503") ) ) +(assert (myObject (attribute1 "attr24504") ) ) +(assert (myObject (attribute1 "attr24505") ) ) +(assert (myObject (attribute1 "attr24506") ) ) +(assert (myObject (attribute1 "attr24507") ) ) +(assert (myObject (attribute1 "attr24508") ) ) +(assert (myObject (attribute1 "attr24509") ) ) +(assert (myObject (attribute1 "attr24510") ) ) +(assert (myObject (attribute1 "attr24511") ) ) +(assert (myObject (attribute1 "attr24512") ) ) +(assert (myObject (attribute1 "attr24513") ) ) +(assert (myObject (attribute1 "attr24514") ) ) +(assert (myObject (attribute1 "attr24515") ) ) +(assert (myObject (attribute1 "attr24516") ) ) +(assert (myObject (attribute1 "attr24517") ) ) +(assert (myObject (attribute1 "attr24518") ) ) +(assert (myObject (attribute1 "attr24519") ) ) +(assert (myObject (attribute1 "attr24520") ) ) +(assert (myObject (attribute1 "attr24521") ) ) +(assert (myObject (attribute1 "attr24522") ) ) +(assert (myObject (attribute1 "attr24523") ) ) +(assert (myObject (attribute1 "attr24524") ) ) +(assert (myObject (attribute1 "attr24525") ) ) +(assert (myObject (attribute1 "attr24526") ) ) +(assert (myObject (attribute1 "attr24527") ) ) +(assert (myObject (attribute1 "attr24528") ) ) +(assert (myObject (attribute1 "attr24529") ) ) +(assert (myObject (attribute1 "attr24530") ) ) +(assert (myObject (attribute1 "attr24531") ) ) +(assert (myObject (attribute1 "attr24532") ) ) +(assert (myObject (attribute1 "attr24533") ) ) +(assert (myObject (attribute1 "attr24534") ) ) +(assert (myObject (attribute1 "attr24535") ) ) +(assert (myObject (attribute1 "attr24536") ) ) +(assert (myObject (attribute1 "attr24537") ) ) +(assert (myObject (attribute1 "attr24538") ) ) +(assert (myObject (attribute1 "attr24539") ) ) +(assert (myObject (attribute1 "attr24540") ) ) +(assert (myObject (attribute1 "attr24541") ) ) +(assert (myObject (attribute1 "attr24542") ) ) +(assert (myObject (attribute1 "attr24543") ) ) +(assert (myObject (attribute1 "attr24544") ) ) +(assert (myObject (attribute1 "attr24545") ) ) +(assert (myObject (attribute1 "attr24546") ) ) +(assert (myObject (attribute1 "attr24547") ) ) +(assert (myObject (attribute1 "attr24548") ) ) +(assert (myObject (attribute1 "attr24549") ) ) +(assert (myObject (attribute1 "attr24550") ) ) +(assert (myObject (attribute1 "attr24551") ) ) +(assert (myObject (attribute1 "attr24552") ) ) +(assert (myObject (attribute1 "attr24553") ) ) +(assert (myObject (attribute1 "attr24554") ) ) +(assert (myObject (attribute1 "attr24555") ) ) +(assert (myObject (attribute1 "attr24556") ) ) +(assert (myObject (attribute1 "attr24557") ) ) +(assert (myObject (attribute1 "attr24558") ) ) +(assert (myObject (attribute1 "attr24559") ) ) +(assert (myObject (attribute1 "attr24560") ) ) +(assert (myObject (attribute1 "attr24561") ) ) +(assert (myObject (attribute1 "attr24562") ) ) +(assert (myObject (attribute1 "attr24563") ) ) +(assert (myObject (attribute1 "attr24564") ) ) +(assert (myObject (attribute1 "attr24565") ) ) +(assert (myObject (attribute1 "attr24566") ) ) +(assert (myObject (attribute1 "attr24567") ) ) +(assert (myObject (attribute1 "attr24568") ) ) +(assert (myObject (attribute1 "attr24569") ) ) +(assert (myObject (attribute1 "attr24570") ) ) +(assert (myObject (attribute1 "attr24571") ) ) +(assert (myObject (attribute1 "attr24572") ) ) +(assert (myObject (attribute1 "attr24573") ) ) +(assert (myObject (attribute1 "attr24574") ) ) +(assert (myObject (attribute1 "attr24575") ) ) +(assert (myObject (attribute1 "attr24576") ) ) +(assert (myObject (attribute1 "attr24577") ) ) +(assert (myObject (attribute1 "attr24578") ) ) +(assert (myObject (attribute1 "attr24579") ) ) +(assert (myObject (attribute1 "attr24580") ) ) +(assert (myObject (attribute1 "attr24581") ) ) +(assert (myObject (attribute1 "attr24582") ) ) +(assert (myObject (attribute1 "attr24583") ) ) +(assert (myObject (attribute1 "attr24584") ) ) +(assert (myObject (attribute1 "attr24585") ) ) +(assert (myObject (attribute1 "attr24586") ) ) +(assert (myObject (attribute1 "attr24587") ) ) +(assert (myObject (attribute1 "attr24588") ) ) +(assert (myObject (attribute1 "attr24589") ) ) +(assert (myObject (attribute1 "attr24590") ) ) +(assert (myObject (attribute1 "attr24591") ) ) +(assert (myObject (attribute1 "attr24592") ) ) +(assert (myObject (attribute1 "attr24593") ) ) +(assert (myObject (attribute1 "attr24594") ) ) +(assert (myObject (attribute1 "attr24595") ) ) +(assert (myObject (attribute1 "attr24596") ) ) +(assert (myObject (attribute1 "attr24597") ) ) +(assert (myObject (attribute1 "attr24598") ) ) +(assert (myObject (attribute1 "attr24599") ) ) +(assert (myObject (attribute1 "attr24600") ) ) +(assert (myObject (attribute1 "attr24601") ) ) +(assert (myObject (attribute1 "attr24602") ) ) +(assert (myObject (attribute1 "attr24603") ) ) +(assert (myObject (attribute1 "attr24604") ) ) +(assert (myObject (attribute1 "attr24605") ) ) +(assert (myObject (attribute1 "attr24606") ) ) +(assert (myObject (attribute1 "attr24607") ) ) +(assert (myObject (attribute1 "attr24608") ) ) +(assert (myObject (attribute1 "attr24609") ) ) +(assert (myObject (attribute1 "attr24610") ) ) +(assert (myObject (attribute1 "attr24611") ) ) +(assert (myObject (attribute1 "attr24612") ) ) +(assert (myObject (attribute1 "attr24613") ) ) +(assert (myObject (attribute1 "attr24614") ) ) +(assert (myObject (attribute1 "attr24615") ) ) +(assert (myObject (attribute1 "attr24616") ) ) +(assert (myObject (attribute1 "attr24617") ) ) +(assert (myObject (attribute1 "attr24618") ) ) +(assert (myObject (attribute1 "attr24619") ) ) +(assert (myObject (attribute1 "attr24620") ) ) +(assert (myObject (attribute1 "attr24621") ) ) +(assert (myObject (attribute1 "attr24622") ) ) +(assert (myObject (attribute1 "attr24623") ) ) +(assert (myObject (attribute1 "attr24624") ) ) +(assert (myObject (attribute1 "attr24625") ) ) +(assert (myObject (attribute1 "attr24626") ) ) +(assert (myObject (attribute1 "attr24627") ) ) +(assert (myObject (attribute1 "attr24628") ) ) +(assert (myObject (attribute1 "attr24629") ) ) +(assert (myObject (attribute1 "attr24630") ) ) +(assert (myObject (attribute1 "attr24631") ) ) +(assert (myObject (attribute1 "attr24632") ) ) +(assert (myObject (attribute1 "attr24633") ) ) +(assert (myObject (attribute1 "attr24634") ) ) +(assert (myObject (attribute1 "attr24635") ) ) +(assert (myObject (attribute1 "attr24636") ) ) +(assert (myObject (attribute1 "attr24637") ) ) +(assert (myObject (attribute1 "attr24638") ) ) +(assert (myObject (attribute1 "attr24639") ) ) +(assert (myObject (attribute1 "attr24640") ) ) +(assert (myObject (attribute1 "attr24641") ) ) +(assert (myObject (attribute1 "attr24642") ) ) +(assert (myObject (attribute1 "attr24643") ) ) +(assert (myObject (attribute1 "attr24644") ) ) +(assert (myObject (attribute1 "attr24645") ) ) +(assert (myObject (attribute1 "attr24646") ) ) +(assert (myObject (attribute1 "attr24647") ) ) +(assert (myObject (attribute1 "attr24648") ) ) +(assert (myObject (attribute1 "attr24649") ) ) +(assert (myObject (attribute1 "attr24650") ) ) +(assert (myObject (attribute1 "attr24651") ) ) +(assert (myObject (attribute1 "attr24652") ) ) +(assert (myObject (attribute1 "attr24653") ) ) +(assert (myObject (attribute1 "attr24654") ) ) +(assert (myObject (attribute1 "attr24655") ) ) +(assert (myObject (attribute1 "attr24656") ) ) +(assert (myObject (attribute1 "attr24657") ) ) +(assert (myObject (attribute1 "attr24658") ) ) +(assert (myObject (attribute1 "attr24659") ) ) +(assert (myObject (attribute1 "attr24660") ) ) +(assert (myObject (attribute1 "attr24661") ) ) +(assert (myObject (attribute1 "attr24662") ) ) +(assert (myObject (attribute1 "attr24663") ) ) +(assert (myObject (attribute1 "attr24664") ) ) +(assert (myObject (attribute1 "attr24665") ) ) +(assert (myObject (attribute1 "attr24666") ) ) +(assert (myObject (attribute1 "attr24667") ) ) +(assert (myObject (attribute1 "attr24668") ) ) +(assert (myObject (attribute1 "attr24669") ) ) +(assert (myObject (attribute1 "attr24670") ) ) +(assert (myObject (attribute1 "attr24671") ) ) +(assert (myObject (attribute1 "attr24672") ) ) +(assert (myObject (attribute1 "attr24673") ) ) +(assert (myObject (attribute1 "attr24674") ) ) +(assert (myObject (attribute1 "attr24675") ) ) +(assert (myObject (attribute1 "attr24676") ) ) +(assert (myObject (attribute1 "attr24677") ) ) +(assert (myObject (attribute1 "attr24678") ) ) +(assert (myObject (attribute1 "attr24679") ) ) +(assert (myObject (attribute1 "attr24680") ) ) +(assert (myObject (attribute1 "attr24681") ) ) +(assert (myObject (attribute1 "attr24682") ) ) +(assert (myObject (attribute1 "attr24683") ) ) +(assert (myObject (attribute1 "attr24684") ) ) +(assert (myObject (attribute1 "attr24685") ) ) +(assert (myObject (attribute1 "attr24686") ) ) +(assert (myObject (attribute1 "attr24687") ) ) +(assert (myObject (attribute1 "attr24688") ) ) +(assert (myObject (attribute1 "attr24689") ) ) +(assert (myObject (attribute1 "attr24690") ) ) +(assert (myObject (attribute1 "attr24691") ) ) +(assert (myObject (attribute1 "attr24692") ) ) +(assert (myObject (attribute1 "attr24693") ) ) +(assert (myObject (attribute1 "attr24694") ) ) +(assert (myObject (attribute1 "attr24695") ) ) +(assert (myObject (attribute1 "attr24696") ) ) +(assert (myObject (attribute1 "attr24697") ) ) +(assert (myObject (attribute1 "attr24698") ) ) +(assert (myObject (attribute1 "attr24699") ) ) +(assert (myObject (attribute1 "attr24700") ) ) +(assert (myObject (attribute1 "attr24701") ) ) +(assert (myObject (attribute1 "attr24702") ) ) +(assert (myObject (attribute1 "attr24703") ) ) +(assert (myObject (attribute1 "attr24704") ) ) +(assert (myObject (attribute1 "attr24705") ) ) +(assert (myObject (attribute1 "attr24706") ) ) +(assert (myObject (attribute1 "attr24707") ) ) +(assert (myObject (attribute1 "attr24708") ) ) +(assert (myObject (attribute1 "attr24709") ) ) +(assert (myObject (attribute1 "attr24710") ) ) +(assert (myObject (attribute1 "attr24711") ) ) +(assert (myObject (attribute1 "attr24712") ) ) +(assert (myObject (attribute1 "attr24713") ) ) +(assert (myObject (attribute1 "attr24714") ) ) +(assert (myObject (attribute1 "attr24715") ) ) +(assert (myObject (attribute1 "attr24716") ) ) +(assert (myObject (attribute1 "attr24717") ) ) +(assert (myObject (attribute1 "attr24718") ) ) +(assert (myObject (attribute1 "attr24719") ) ) +(assert (myObject (attribute1 "attr24720") ) ) +(assert (myObject (attribute1 "attr24721") ) ) +(assert (myObject (attribute1 "attr24722") ) ) +(assert (myObject (attribute1 "attr24723") ) ) +(assert (myObject (attribute1 "attr24724") ) ) +(assert (myObject (attribute1 "attr24725") ) ) +(assert (myObject (attribute1 "attr24726") ) ) +(assert (myObject (attribute1 "attr24727") ) ) +(assert (myObject (attribute1 "attr24728") ) ) +(assert (myObject (attribute1 "attr24729") ) ) +(assert (myObject (attribute1 "attr24730") ) ) +(assert (myObject (attribute1 "attr24731") ) ) +(assert (myObject (attribute1 "attr24732") ) ) +(assert (myObject (attribute1 "attr24733") ) ) +(assert (myObject (attribute1 "attr24734") ) ) +(assert (myObject (attribute1 "attr24735") ) ) +(assert (myObject (attribute1 "attr24736") ) ) +(assert (myObject (attribute1 "attr24737") ) ) +(assert (myObject (attribute1 "attr24738") ) ) +(assert (myObject (attribute1 "attr24739") ) ) +(assert (myObject (attribute1 "attr24740") ) ) +(assert (myObject (attribute1 "attr24741") ) ) +(assert (myObject (attribute1 "attr24742") ) ) +(assert (myObject (attribute1 "attr24743") ) ) +(assert (myObject (attribute1 "attr24744") ) ) +(assert (myObject (attribute1 "attr24745") ) ) +(assert (myObject (attribute1 "attr24746") ) ) +(assert (myObject (attribute1 "attr24747") ) ) +(assert (myObject (attribute1 "attr24748") ) ) +(assert (myObject (attribute1 "attr24749") ) ) +(assert (myObject (attribute1 "attr24750") ) ) +(assert (myObject (attribute1 "attr24751") ) ) +(assert (myObject (attribute1 "attr24752") ) ) +(assert (myObject (attribute1 "attr24753") ) ) +(assert (myObject (attribute1 "attr24754") ) ) +(assert (myObject (attribute1 "attr24755") ) ) +(assert (myObject (attribute1 "attr24756") ) ) +(assert (myObject (attribute1 "attr24757") ) ) +(assert (myObject (attribute1 "attr24758") ) ) +(assert (myObject (attribute1 "attr24759") ) ) +(assert (myObject (attribute1 "attr24760") ) ) +(assert (myObject (attribute1 "attr24761") ) ) +(assert (myObject (attribute1 "attr24762") ) ) +(assert (myObject (attribute1 "attr24763") ) ) +(assert (myObject (attribute1 "attr24764") ) ) +(assert (myObject (attribute1 "attr24765") ) ) +(assert (myObject (attribute1 "attr24766") ) ) +(assert (myObject (attribute1 "attr24767") ) ) +(assert (myObject (attribute1 "attr24768") ) ) +(assert (myObject (attribute1 "attr24769") ) ) +(assert (myObject (attribute1 "attr24770") ) ) +(assert (myObject (attribute1 "attr24771") ) ) +(assert (myObject (attribute1 "attr24772") ) ) +(assert (myObject (attribute1 "attr24773") ) ) +(assert (myObject (attribute1 "attr24774") ) ) +(assert (myObject (attribute1 "attr24775") ) ) +(assert (myObject (attribute1 "attr24776") ) ) +(assert (myObject (attribute1 "attr24777") ) ) +(assert (myObject (attribute1 "attr24778") ) ) +(assert (myObject (attribute1 "attr24779") ) ) +(assert (myObject (attribute1 "attr24780") ) ) +(assert (myObject (attribute1 "attr24781") ) ) +(assert (myObject (attribute1 "attr24782") ) ) +(assert (myObject (attribute1 "attr24783") ) ) +(assert (myObject (attribute1 "attr24784") ) ) +(assert (myObject (attribute1 "attr24785") ) ) +(assert (myObject (attribute1 "attr24786") ) ) +(assert (myObject (attribute1 "attr24787") ) ) +(assert (myObject (attribute1 "attr24788") ) ) +(assert (myObject (attribute1 "attr24789") ) ) +(assert (myObject (attribute1 "attr24790") ) ) +(assert (myObject (attribute1 "attr24791") ) ) +(assert (myObject (attribute1 "attr24792") ) ) +(assert (myObject (attribute1 "attr24793") ) ) +(assert (myObject (attribute1 "attr24794") ) ) +(assert (myObject (attribute1 "attr24795") ) ) +(assert (myObject (attribute1 "attr24796") ) ) +(assert (myObject (attribute1 "attr24797") ) ) +(assert (myObject (attribute1 "attr24798") ) ) +(assert (myObject (attribute1 "attr24799") ) ) +(assert (myObject (attribute1 "attr24800") ) ) +(assert (myObject (attribute1 "attr24801") ) ) +(assert (myObject (attribute1 "attr24802") ) ) +(assert (myObject (attribute1 "attr24803") ) ) +(assert (myObject (attribute1 "attr24804") ) ) +(assert (myObject (attribute1 "attr24805") ) ) +(assert (myObject (attribute1 "attr24806") ) ) +(assert (myObject (attribute1 "attr24807") ) ) +(assert (myObject (attribute1 "attr24808") ) ) +(assert (myObject (attribute1 "attr24809") ) ) +(assert (myObject (attribute1 "attr24810") ) ) +(assert (myObject (attribute1 "attr24811") ) ) +(assert (myObject (attribute1 "attr24812") ) ) +(assert (myObject (attribute1 "attr24813") ) ) +(assert (myObject (attribute1 "attr24814") ) ) +(assert (myObject (attribute1 "attr24815") ) ) +(assert (myObject (attribute1 "attr24816") ) ) +(assert (myObject (attribute1 "attr24817") ) ) +(assert (myObject (attribute1 "attr24818") ) ) +(assert (myObject (attribute1 "attr24819") ) ) +(assert (myObject (attribute1 "attr24820") ) ) +(assert (myObject (attribute1 "attr24821") ) ) +(assert (myObject (attribute1 "attr24822") ) ) +(assert (myObject (attribute1 "attr24823") ) ) +(assert (myObject (attribute1 "attr24824") ) ) +(assert (myObject (attribute1 "attr24825") ) ) +(assert (myObject (attribute1 "attr24826") ) ) +(assert (myObject (attribute1 "attr24827") ) ) +(assert (myObject (attribute1 "attr24828") ) ) +(assert (myObject (attribute1 "attr24829") ) ) +(assert (myObject (attribute1 "attr24830") ) ) +(assert (myObject (attribute1 "attr24831") ) ) +(assert (myObject (attribute1 "attr24832") ) ) +(assert (myObject (attribute1 "attr24833") ) ) +(assert (myObject (attribute1 "attr24834") ) ) +(assert (myObject (attribute1 "attr24835") ) ) +(assert (myObject (attribute1 "attr24836") ) ) +(assert (myObject (attribute1 "attr24837") ) ) +(assert (myObject (attribute1 "attr24838") ) ) +(assert (myObject (attribute1 "attr24839") ) ) +(assert (myObject (attribute1 "attr24840") ) ) +(assert (myObject (attribute1 "attr24841") ) ) +(assert (myObject (attribute1 "attr24842") ) ) +(assert (myObject (attribute1 "attr24843") ) ) +(assert (myObject (attribute1 "attr24844") ) ) +(assert (myObject (attribute1 "attr24845") ) ) +(assert (myObject (attribute1 "attr24846") ) ) +(assert (myObject (attribute1 "attr24847") ) ) +(assert (myObject (attribute1 "attr24848") ) ) +(assert (myObject (attribute1 "attr24849") ) ) +(assert (myObject (attribute1 "attr24850") ) ) +(assert (myObject (attribute1 "attr24851") ) ) +(assert (myObject (attribute1 "attr24852") ) ) +(assert (myObject (attribute1 "attr24853") ) ) +(assert (myObject (attribute1 "attr24854") ) ) +(assert (myObject (attribute1 "attr24855") ) ) +(assert (myObject (attribute1 "attr24856") ) ) +(assert (myObject (attribute1 "attr24857") ) ) +(assert (myObject (attribute1 "attr24858") ) ) +(assert (myObject (attribute1 "attr24859") ) ) +(assert (myObject (attribute1 "attr24860") ) ) +(assert (myObject (attribute1 "attr24861") ) ) +(assert (myObject (attribute1 "attr24862") ) ) +(assert (myObject (attribute1 "attr24863") ) ) +(assert (myObject (attribute1 "attr24864") ) ) +(assert (myObject (attribute1 "attr24865") ) ) +(assert (myObject (attribute1 "attr24866") ) ) +(assert (myObject (attribute1 "attr24867") ) ) +(assert (myObject (attribute1 "attr24868") ) ) +(assert (myObject (attribute1 "attr24869") ) ) +(assert (myObject (attribute1 "attr24870") ) ) +(assert (myObject (attribute1 "attr24871") ) ) +(assert (myObject (attribute1 "attr24872") ) ) +(assert (myObject (attribute1 "attr24873") ) ) +(assert (myObject (attribute1 "attr24874") ) ) +(assert (myObject (attribute1 "attr24875") ) ) +(assert (myObject (attribute1 "attr24876") ) ) +(assert (myObject (attribute1 "attr24877") ) ) +(assert (myObject (attribute1 "attr24878") ) ) +(assert (myObject (attribute1 "attr24879") ) ) +(assert (myObject (attribute1 "attr24880") ) ) +(assert (myObject (attribute1 "attr24881") ) ) +(assert (myObject (attribute1 "attr24882") ) ) +(assert (myObject (attribute1 "attr24883") ) ) +(assert (myObject (attribute1 "attr24884") ) ) +(assert (myObject (attribute1 "attr24885") ) ) +(assert (myObject (attribute1 "attr24886") ) ) +(assert (myObject (attribute1 "attr24887") ) ) +(assert (myObject (attribute1 "attr24888") ) ) +(assert (myObject (attribute1 "attr24889") ) ) +(assert (myObject (attribute1 "attr24890") ) ) +(assert (myObject (attribute1 "attr24891") ) ) +(assert (myObject (attribute1 "attr24892") ) ) +(assert (myObject (attribute1 "attr24893") ) ) +(assert (myObject (attribute1 "attr24894") ) ) +(assert (myObject (attribute1 "attr24895") ) ) +(assert (myObject (attribute1 "attr24896") ) ) +(assert (myObject (attribute1 "attr24897") ) ) +(assert (myObject (attribute1 "attr24898") ) ) +(assert (myObject (attribute1 "attr24899") ) ) +(assert (myObject (attribute1 "attr24900") ) ) +(assert (myObject (attribute1 "attr24901") ) ) +(assert (myObject (attribute1 "attr24902") ) ) +(assert (myObject (attribute1 "attr24903") ) ) +(assert (myObject (attribute1 "attr24904") ) ) +(assert (myObject (attribute1 "attr24905") ) ) +(assert (myObject (attribute1 "attr24906") ) ) +(assert (myObject (attribute1 "attr24907") ) ) +(assert (myObject (attribute1 "attr24908") ) ) +(assert (myObject (attribute1 "attr24909") ) ) +(assert (myObject (attribute1 "attr24910") ) ) +(assert (myObject (attribute1 "attr24911") ) ) +(assert (myObject (attribute1 "attr24912") ) ) +(assert (myObject (attribute1 "attr24913") ) ) +(assert (myObject (attribute1 "attr24914") ) ) +(assert (myObject (attribute1 "attr24915") ) ) +(assert (myObject (attribute1 "attr24916") ) ) +(assert (myObject (attribute1 "attr24917") ) ) +(assert (myObject (attribute1 "attr24918") ) ) +(assert (myObject (attribute1 "attr24919") ) ) +(assert (myObject (attribute1 "attr24920") ) ) +(assert (myObject (attribute1 "attr24921") ) ) +(assert (myObject (attribute1 "attr24922") ) ) +(assert (myObject (attribute1 "attr24923") ) ) +(assert (myObject (attribute1 "attr24924") ) ) +(assert (myObject (attribute1 "attr24925") ) ) +(assert (myObject (attribute1 "attr24926") ) ) +(assert (myObject (attribute1 "attr24927") ) ) +(assert (myObject (attribute1 "attr24928") ) ) +(assert (myObject (attribute1 "attr24929") ) ) +(assert (myObject (attribute1 "attr24930") ) ) +(assert (myObject (attribute1 "attr24931") ) ) +(assert (myObject (attribute1 "attr24932") ) ) +(assert (myObject (attribute1 "attr24933") ) ) +(assert (myObject (attribute1 "attr24934") ) ) +(assert (myObject (attribute1 "attr24935") ) ) +(assert (myObject (attribute1 "attr24936") ) ) +(assert (myObject (attribute1 "attr24937") ) ) +(assert (myObject (attribute1 "attr24938") ) ) +(assert (myObject (attribute1 "attr24939") ) ) +(assert (myObject (attribute1 "attr24940") ) ) +(assert (myObject (attribute1 "attr24941") ) ) +(assert (myObject (attribute1 "attr24942") ) ) +(assert (myObject (attribute1 "attr24943") ) ) +(assert (myObject (attribute1 "attr24944") ) ) +(assert (myObject (attribute1 "attr24945") ) ) +(assert (myObject (attribute1 "attr24946") ) ) +(assert (myObject (attribute1 "attr24947") ) ) +(assert (myObject (attribute1 "attr24948") ) ) +(assert (myObject (attribute1 "attr24949") ) ) +(assert (myObject (attribute1 "attr24950") ) ) +(assert (myObject (attribute1 "attr24951") ) ) +(assert (myObject (attribute1 "attr24952") ) ) +(assert (myObject (attribute1 "attr24953") ) ) +(assert (myObject (attribute1 "attr24954") ) ) +(assert (myObject (attribute1 "attr24955") ) ) +(assert (myObject (attribute1 "attr24956") ) ) +(assert (myObject (attribute1 "attr24957") ) ) +(assert (myObject (attribute1 "attr24958") ) ) +(assert (myObject (attribute1 "attr24959") ) ) +(assert (myObject (attribute1 "attr24960") ) ) +(assert (myObject (attribute1 "attr24961") ) ) +(assert (myObject (attribute1 "attr24962") ) ) +(assert (myObject (attribute1 "attr24963") ) ) +(assert (myObject (attribute1 "attr24964") ) ) +(assert (myObject (attribute1 "attr24965") ) ) +(assert (myObject (attribute1 "attr24966") ) ) +(assert (myObject (attribute1 "attr24967") ) ) +(assert (myObject (attribute1 "attr24968") ) ) +(assert (myObject (attribute1 "attr24969") ) ) +(assert (myObject (attribute1 "attr24970") ) ) +(assert (myObject (attribute1 "attr24971") ) ) +(assert (myObject (attribute1 "attr24972") ) ) +(assert (myObject (attribute1 "attr24973") ) ) +(assert (myObject (attribute1 "attr24974") ) ) +(assert (myObject (attribute1 "attr24975") ) ) +(assert (myObject (attribute1 "attr24976") ) ) +(assert (myObject (attribute1 "attr24977") ) ) +(assert (myObject (attribute1 "attr24978") ) ) +(assert (myObject (attribute1 "attr24979") ) ) +(assert (myObject (attribute1 "attr24980") ) ) +(assert (myObject (attribute1 "attr24981") ) ) +(assert (myObject (attribute1 "attr24982") ) ) +(assert (myObject (attribute1 "attr24983") ) ) +(assert (myObject (attribute1 "attr24984") ) ) +(assert (myObject (attribute1 "attr24985") ) ) +(assert (myObject (attribute1 "attr24986") ) ) +(assert (myObject (attribute1 "attr24987") ) ) +(assert (myObject (attribute1 "attr24988") ) ) +(assert (myObject (attribute1 "attr24989") ) ) +(assert (myObject (attribute1 "attr24990") ) ) +(assert (myObject (attribute1 "attr24991") ) ) +(assert (myObject (attribute1 "attr24992") ) ) +(assert (myObject (attribute1 "attr24993") ) ) +(assert (myObject (attribute1 "attr24994") ) ) +(assert (myObject (attribute1 "attr24995") ) ) +(assert (myObject (attribute1 "attr24996") ) ) +(assert (myObject (attribute1 "attr24997") ) ) +(assert (myObject (attribute1 "attr24998") ) ) +(assert (myObject (attribute1 "attr24999") ) ) +(assert (myObject (attribute1 "attr25000") ) ) +(assert (myObject (attribute1 "attr25001") ) ) +(assert (myObject (attribute1 "attr25002") ) ) +(assert (myObject (attribute1 "attr25003") ) ) +(assert (myObject (attribute1 "attr25004") ) ) +(assert (myObject (attribute1 "attr25005") ) ) +(assert (myObject (attribute1 "attr25006") ) ) +(assert (myObject (attribute1 "attr25007") ) ) +(assert (myObject (attribute1 "attr25008") ) ) +(assert (myObject (attribute1 "attr25009") ) ) +(assert (myObject (attribute1 "attr25010") ) ) +(assert (myObject (attribute1 "attr25011") ) ) +(assert (myObject (attribute1 "attr25012") ) ) +(assert (myObject (attribute1 "attr25013") ) ) +(assert (myObject (attribute1 "attr25014") ) ) +(assert (myObject (attribute1 "attr25015") ) ) +(assert (myObject (attribute1 "attr25016") ) ) +(assert (myObject (attribute1 "attr25017") ) ) +(assert (myObject (attribute1 "attr25018") ) ) +(assert (myObject (attribute1 "attr25019") ) ) +(assert (myObject (attribute1 "attr25020") ) ) +(assert (myObject (attribute1 "attr25021") ) ) +(assert (myObject (attribute1 "attr25022") ) ) +(assert (myObject (attribute1 "attr25023") ) ) +(assert (myObject (attribute1 "attr25024") ) ) +(assert (myObject (attribute1 "attr25025") ) ) +(assert (myObject (attribute1 "attr25026") ) ) +(assert (myObject (attribute1 "attr25027") ) ) +(assert (myObject (attribute1 "attr25028") ) ) +(assert (myObject (attribute1 "attr25029") ) ) +(assert (myObject (attribute1 "attr25030") ) ) +(assert (myObject (attribute1 "attr25031") ) ) +(assert (myObject (attribute1 "attr25032") ) ) +(assert (myObject (attribute1 "attr25033") ) ) +(assert (myObject (attribute1 "attr25034") ) ) +(assert (myObject (attribute1 "attr25035") ) ) +(assert (myObject (attribute1 "attr25036") ) ) +(assert (myObject (attribute1 "attr25037") ) ) +(assert (myObject (attribute1 "attr25038") ) ) +(assert (myObject (attribute1 "attr25039") ) ) +(assert (myObject (attribute1 "attr25040") ) ) +(assert (myObject (attribute1 "attr25041") ) ) +(assert (myObject (attribute1 "attr25042") ) ) +(assert (myObject (attribute1 "attr25043") ) ) +(assert (myObject (attribute1 "attr25044") ) ) +(assert (myObject (attribute1 "attr25045") ) ) +(assert (myObject (attribute1 "attr25046") ) ) +(assert (myObject (attribute1 "attr25047") ) ) +(assert (myObject (attribute1 "attr25048") ) ) +(assert (myObject (attribute1 "attr25049") ) ) +(assert (myObject (attribute1 "attr25050") ) ) +(assert (myObject (attribute1 "attr25051") ) ) +(assert (myObject (attribute1 "attr25052") ) ) +(assert (myObject (attribute1 "attr25053") ) ) +(assert (myObject (attribute1 "attr25054") ) ) +(assert (myObject (attribute1 "attr25055") ) ) +(assert (myObject (attribute1 "attr25056") ) ) +(assert (myObject (attribute1 "attr25057") ) ) +(assert (myObject (attribute1 "attr25058") ) ) +(assert (myObject (attribute1 "attr25059") ) ) +(assert (myObject (attribute1 "attr25060") ) ) +(assert (myObject (attribute1 "attr25061") ) ) +(assert (myObject (attribute1 "attr25062") ) ) +(assert (myObject (attribute1 "attr25063") ) ) +(assert (myObject (attribute1 "attr25064") ) ) +(assert (myObject (attribute1 "attr25065") ) ) +(assert (myObject (attribute1 "attr25066") ) ) +(assert (myObject (attribute1 "attr25067") ) ) +(assert (myObject (attribute1 "attr25068") ) ) +(assert (myObject (attribute1 "attr25069") ) ) +(assert (myObject (attribute1 "attr25070") ) ) +(assert (myObject (attribute1 "attr25071") ) ) +(assert (myObject (attribute1 "attr25072") ) ) +(assert (myObject (attribute1 "attr25073") ) ) +(assert (myObject (attribute1 "attr25074") ) ) +(assert (myObject (attribute1 "attr25075") ) ) +(assert (myObject (attribute1 "attr25076") ) ) +(assert (myObject (attribute1 "attr25077") ) ) +(assert (myObject (attribute1 "attr25078") ) ) +(assert (myObject (attribute1 "attr25079") ) ) +(assert (myObject (attribute1 "attr25080") ) ) +(assert (myObject (attribute1 "attr25081") ) ) +(assert (myObject (attribute1 "attr25082") ) ) +(assert (myObject (attribute1 "attr25083") ) ) +(assert (myObject (attribute1 "attr25084") ) ) +(assert (myObject (attribute1 "attr25085") ) ) +(assert (myObject (attribute1 "attr25086") ) ) +(assert (myObject (attribute1 "attr25087") ) ) +(assert (myObject (attribute1 "attr25088") ) ) +(assert (myObject (attribute1 "attr25089") ) ) +(assert (myObject (attribute1 "attr25090") ) ) +(assert (myObject (attribute1 "attr25091") ) ) +(assert (myObject (attribute1 "attr25092") ) ) +(assert (myObject (attribute1 "attr25093") ) ) +(assert (myObject (attribute1 "attr25094") ) ) +(assert (myObject (attribute1 "attr25095") ) ) +(assert (myObject (attribute1 "attr25096") ) ) +(assert (myObject (attribute1 "attr25097") ) ) +(assert (myObject (attribute1 "attr25098") ) ) +(assert (myObject (attribute1 "attr25099") ) ) +(assert (myObject (attribute1 "attr25100") ) ) +(assert (myObject (attribute1 "attr25101") ) ) +(assert (myObject (attribute1 "attr25102") ) ) +(assert (myObject (attribute1 "attr25103") ) ) +(assert (myObject (attribute1 "attr25104") ) ) +(assert (myObject (attribute1 "attr25105") ) ) +(assert (myObject (attribute1 "attr25106") ) ) +(assert (myObject (attribute1 "attr25107") ) ) +(assert (myObject (attribute1 "attr25108") ) ) +(assert (myObject (attribute1 "attr25109") ) ) +(assert (myObject (attribute1 "attr25110") ) ) +(assert (myObject (attribute1 "attr25111") ) ) +(assert (myObject (attribute1 "attr25112") ) ) +(assert (myObject (attribute1 "attr25113") ) ) +(assert (myObject (attribute1 "attr25114") ) ) +(assert (myObject (attribute1 "attr25115") ) ) +(assert (myObject (attribute1 "attr25116") ) ) +(assert (myObject (attribute1 "attr25117") ) ) +(assert (myObject (attribute1 "attr25118") ) ) +(assert (myObject (attribute1 "attr25119") ) ) +(assert (myObject (attribute1 "attr25120") ) ) +(assert (myObject (attribute1 "attr25121") ) ) +(assert (myObject (attribute1 "attr25122") ) ) +(assert (myObject (attribute1 "attr25123") ) ) +(assert (myObject (attribute1 "attr25124") ) ) +(assert (myObject (attribute1 "attr25125") ) ) +(assert (myObject (attribute1 "attr25126") ) ) +(assert (myObject (attribute1 "attr25127") ) ) +(assert (myObject (attribute1 "attr25128") ) ) +(assert (myObject (attribute1 "attr25129") ) ) +(assert (myObject (attribute1 "attr25130") ) ) +(assert (myObject (attribute1 "attr25131") ) ) +(assert (myObject (attribute1 "attr25132") ) ) +(assert (myObject (attribute1 "attr25133") ) ) +(assert (myObject (attribute1 "attr25134") ) ) +(assert (myObject (attribute1 "attr25135") ) ) +(assert (myObject (attribute1 "attr25136") ) ) +(assert (myObject (attribute1 "attr25137") ) ) +(assert (myObject (attribute1 "attr25138") ) ) +(assert (myObject (attribute1 "attr25139") ) ) +(assert (myObject (attribute1 "attr25140") ) ) +(assert (myObject (attribute1 "attr25141") ) ) +(assert (myObject (attribute1 "attr25142") ) ) +(assert (myObject (attribute1 "attr25143") ) ) +(assert (myObject (attribute1 "attr25144") ) ) +(assert (myObject (attribute1 "attr25145") ) ) +(assert (myObject (attribute1 "attr25146") ) ) +(assert (myObject (attribute1 "attr25147") ) ) +(assert (myObject (attribute1 "attr25148") ) ) +(assert (myObject (attribute1 "attr25149") ) ) +(assert (myObject (attribute1 "attr25150") ) ) +(assert (myObject (attribute1 "attr25151") ) ) +(assert (myObject (attribute1 "attr25152") ) ) +(assert (myObject (attribute1 "attr25153") ) ) +(assert (myObject (attribute1 "attr25154") ) ) +(assert (myObject (attribute1 "attr25155") ) ) +(assert (myObject (attribute1 "attr25156") ) ) +(assert (myObject (attribute1 "attr25157") ) ) +(assert (myObject (attribute1 "attr25158") ) ) +(assert (myObject (attribute1 "attr25159") ) ) +(assert (myObject (attribute1 "attr25160") ) ) +(assert (myObject (attribute1 "attr25161") ) ) +(assert (myObject (attribute1 "attr25162") ) ) +(assert (myObject (attribute1 "attr25163") ) ) +(assert (myObject (attribute1 "attr25164") ) ) +(assert (myObject (attribute1 "attr25165") ) ) +(assert (myObject (attribute1 "attr25166") ) ) +(assert (myObject (attribute1 "attr25167") ) ) +(assert (myObject (attribute1 "attr25168") ) ) +(assert (myObject (attribute1 "attr25169") ) ) +(assert (myObject (attribute1 "attr25170") ) ) +(assert (myObject (attribute1 "attr25171") ) ) +(assert (myObject (attribute1 "attr25172") ) ) +(assert (myObject (attribute1 "attr25173") ) ) +(assert (myObject (attribute1 "attr25174") ) ) +(assert (myObject (attribute1 "attr25175") ) ) +(assert (myObject (attribute1 "attr25176") ) ) +(assert (myObject (attribute1 "attr25177") ) ) +(assert (myObject (attribute1 "attr25178") ) ) +(assert (myObject (attribute1 "attr25179") ) ) +(assert (myObject (attribute1 "attr25180") ) ) +(assert (myObject (attribute1 "attr25181") ) ) +(assert (myObject (attribute1 "attr25182") ) ) +(assert (myObject (attribute1 "attr25183") ) ) +(assert (myObject (attribute1 "attr25184") ) ) +(assert (myObject (attribute1 "attr25185") ) ) +(assert (myObject (attribute1 "attr25186") ) ) +(assert (myObject (attribute1 "attr25187") ) ) +(assert (myObject (attribute1 "attr25188") ) ) +(assert (myObject (attribute1 "attr25189") ) ) +(assert (myObject (attribute1 "attr25190") ) ) +(assert (myObject (attribute1 "attr25191") ) ) +(assert (myObject (attribute1 "attr25192") ) ) +(assert (myObject (attribute1 "attr25193") ) ) +(assert (myObject (attribute1 "attr25194") ) ) +(assert (myObject (attribute1 "attr25195") ) ) +(assert (myObject (attribute1 "attr25196") ) ) +(assert (myObject (attribute1 "attr25197") ) ) +(assert (myObject (attribute1 "attr25198") ) ) +(assert (myObject (attribute1 "attr25199") ) ) +(assert (myObject (attribute1 "attr25200") ) ) +(assert (myObject (attribute1 "attr25201") ) ) +(assert (myObject (attribute1 "attr25202") ) ) +(assert (myObject (attribute1 "attr25203") ) ) +(assert (myObject (attribute1 "attr25204") ) ) +(assert (myObject (attribute1 "attr25205") ) ) +(assert (myObject (attribute1 "attr25206") ) ) +(assert (myObject (attribute1 "attr25207") ) ) +(assert (myObject (attribute1 "attr25208") ) ) +(assert (myObject (attribute1 "attr25209") ) ) +(assert (myObject (attribute1 "attr25210") ) ) +(assert (myObject (attribute1 "attr25211") ) ) +(assert (myObject (attribute1 "attr25212") ) ) +(assert (myObject (attribute1 "attr25213") ) ) +(assert (myObject (attribute1 "attr25214") ) ) +(assert (myObject (attribute1 "attr25215") ) ) +(assert (myObject (attribute1 "attr25216") ) ) +(assert (myObject (attribute1 "attr25217") ) ) +(assert (myObject (attribute1 "attr25218") ) ) +(assert (myObject (attribute1 "attr25219") ) ) +(assert (myObject (attribute1 "attr25220") ) ) +(assert (myObject (attribute1 "attr25221") ) ) +(assert (myObject (attribute1 "attr25222") ) ) +(assert (myObject (attribute1 "attr25223") ) ) +(assert (myObject (attribute1 "attr25224") ) ) +(assert (myObject (attribute1 "attr25225") ) ) +(assert (myObject (attribute1 "attr25226") ) ) +(assert (myObject (attribute1 "attr25227") ) ) +(assert (myObject (attribute1 "attr25228") ) ) +(assert (myObject (attribute1 "attr25229") ) ) +(assert (myObject (attribute1 "attr25230") ) ) +(assert (myObject (attribute1 "attr25231") ) ) +(assert (myObject (attribute1 "attr25232") ) ) +(assert (myObject (attribute1 "attr25233") ) ) +(assert (myObject (attribute1 "attr25234") ) ) +(assert (myObject (attribute1 "attr25235") ) ) +(assert (myObject (attribute1 "attr25236") ) ) +(assert (myObject (attribute1 "attr25237") ) ) +(assert (myObject (attribute1 "attr25238") ) ) +(assert (myObject (attribute1 "attr25239") ) ) +(assert (myObject (attribute1 "attr25240") ) ) +(assert (myObject (attribute1 "attr25241") ) ) +(assert (myObject (attribute1 "attr25242") ) ) +(assert (myObject (attribute1 "attr25243") ) ) +(assert (myObject (attribute1 "attr25244") ) ) +(assert (myObject (attribute1 "attr25245") ) ) +(assert (myObject (attribute1 "attr25246") ) ) +(assert (myObject (attribute1 "attr25247") ) ) +(assert (myObject (attribute1 "attr25248") ) ) +(assert (myObject (attribute1 "attr25249") ) ) +(assert (myObject (attribute1 "attr25250") ) ) +(assert (myObject (attribute1 "attr25251") ) ) +(assert (myObject (attribute1 "attr25252") ) ) +(assert (myObject (attribute1 "attr25253") ) ) +(assert (myObject (attribute1 "attr25254") ) ) +(assert (myObject (attribute1 "attr25255") ) ) +(assert (myObject (attribute1 "attr25256") ) ) +(assert (myObject (attribute1 "attr25257") ) ) +(assert (myObject (attribute1 "attr25258") ) ) +(assert (myObject (attribute1 "attr25259") ) ) +(assert (myObject (attribute1 "attr25260") ) ) +(assert (myObject (attribute1 "attr25261") ) ) +(assert (myObject (attribute1 "attr25262") ) ) +(assert (myObject (attribute1 "attr25263") ) ) +(assert (myObject (attribute1 "attr25264") ) ) +(assert (myObject (attribute1 "attr25265") ) ) +(assert (myObject (attribute1 "attr25266") ) ) +(assert (myObject (attribute1 "attr25267") ) ) +(assert (myObject (attribute1 "attr25268") ) ) +(assert (myObject (attribute1 "attr25269") ) ) +(assert (myObject (attribute1 "attr25270") ) ) +(assert (myObject (attribute1 "attr25271") ) ) +(assert (myObject (attribute1 "attr25272") ) ) +(assert (myObject (attribute1 "attr25273") ) ) +(assert (myObject (attribute1 "attr25274") ) ) +(assert (myObject (attribute1 "attr25275") ) ) +(assert (myObject (attribute1 "attr25276") ) ) +(assert (myObject (attribute1 "attr25277") ) ) +(assert (myObject (attribute1 "attr25278") ) ) +(assert (myObject (attribute1 "attr25279") ) ) +(assert (myObject (attribute1 "attr25280") ) ) +(assert (myObject (attribute1 "attr25281") ) ) +(assert (myObject (attribute1 "attr25282") ) ) +(assert (myObject (attribute1 "attr25283") ) ) +(assert (myObject (attribute1 "attr25284") ) ) +(assert (myObject (attribute1 "attr25285") ) ) +(assert (myObject (attribute1 "attr25286") ) ) +(assert (myObject (attribute1 "attr25287") ) ) +(assert (myObject (attribute1 "attr25288") ) ) +(assert (myObject (attribute1 "attr25289") ) ) +(assert (myObject (attribute1 "attr25290") ) ) +(assert (myObject (attribute1 "attr25291") ) ) +(assert (myObject (attribute1 "attr25292") ) ) +(assert (myObject (attribute1 "attr25293") ) ) +(assert (myObject (attribute1 "attr25294") ) ) +(assert (myObject (attribute1 "attr25295") ) ) +(assert (myObject (attribute1 "attr25296") ) ) +(assert (myObject (attribute1 "attr25297") ) ) +(assert (myObject (attribute1 "attr25298") ) ) +(assert (myObject (attribute1 "attr25299") ) ) +(assert (myObject (attribute1 "attr25300") ) ) +(assert (myObject (attribute1 "attr25301") ) ) +(assert (myObject (attribute1 "attr25302") ) ) +(assert (myObject (attribute1 "attr25303") ) ) +(assert (myObject (attribute1 "attr25304") ) ) +(assert (myObject (attribute1 "attr25305") ) ) +(assert (myObject (attribute1 "attr25306") ) ) +(assert (myObject (attribute1 "attr25307") ) ) +(assert (myObject (attribute1 "attr25308") ) ) +(assert (myObject (attribute1 "attr25309") ) ) +(assert (myObject (attribute1 "attr25310") ) ) +(assert (myObject (attribute1 "attr25311") ) ) +(assert (myObject (attribute1 "attr25312") ) ) +(assert (myObject (attribute1 "attr25313") ) ) +(assert (myObject (attribute1 "attr25314") ) ) +(assert (myObject (attribute1 "attr25315") ) ) +(assert (myObject (attribute1 "attr25316") ) ) +(assert (myObject (attribute1 "attr25317") ) ) +(assert (myObject (attribute1 "attr25318") ) ) +(assert (myObject (attribute1 "attr25319") ) ) +(assert (myObject (attribute1 "attr25320") ) ) +(assert (myObject (attribute1 "attr25321") ) ) +(assert (myObject (attribute1 "attr25322") ) ) +(assert (myObject (attribute1 "attr25323") ) ) +(assert (myObject (attribute1 "attr25324") ) ) +(assert (myObject (attribute1 "attr25325") ) ) +(assert (myObject (attribute1 "attr25326") ) ) +(assert (myObject (attribute1 "attr25327") ) ) +(assert (myObject (attribute1 "attr25328") ) ) +(assert (myObject (attribute1 "attr25329") ) ) +(assert (myObject (attribute1 "attr25330") ) ) +(assert (myObject (attribute1 "attr25331") ) ) +(assert (myObject (attribute1 "attr25332") ) ) +(assert (myObject (attribute1 "attr25333") ) ) +(assert (myObject (attribute1 "attr25334") ) ) +(assert (myObject (attribute1 "attr25335") ) ) +(assert (myObject (attribute1 "attr25336") ) ) +(assert (myObject (attribute1 "attr25337") ) ) +(assert (myObject (attribute1 "attr25338") ) ) +(assert (myObject (attribute1 "attr25339") ) ) +(assert (myObject (attribute1 "attr25340") ) ) +(assert (myObject (attribute1 "attr25341") ) ) +(assert (myObject (attribute1 "attr25342") ) ) +(assert (myObject (attribute1 "attr25343") ) ) +(assert (myObject (attribute1 "attr25344") ) ) +(assert (myObject (attribute1 "attr25345") ) ) +(assert (myObject (attribute1 "attr25346") ) ) +(assert (myObject (attribute1 "attr25347") ) ) +(assert (myObject (attribute1 "attr25348") ) ) +(assert (myObject (attribute1 "attr25349") ) ) +(assert (myObject (attribute1 "attr25350") ) ) +(assert (myObject (attribute1 "attr25351") ) ) +(assert (myObject (attribute1 "attr25352") ) ) +(assert (myObject (attribute1 "attr25353") ) ) +(assert (myObject (attribute1 "attr25354") ) ) +(assert (myObject (attribute1 "attr25355") ) ) +(assert (myObject (attribute1 "attr25356") ) ) +(assert (myObject (attribute1 "attr25357") ) ) +(assert (myObject (attribute1 "attr25358") ) ) +(assert (myObject (attribute1 "attr25359") ) ) +(assert (myObject (attribute1 "attr25360") ) ) +(assert (myObject (attribute1 "attr25361") ) ) +(assert (myObject (attribute1 "attr25362") ) ) +(assert (myObject (attribute1 "attr25363") ) ) +(assert (myObject (attribute1 "attr25364") ) ) +(assert (myObject (attribute1 "attr25365") ) ) +(assert (myObject (attribute1 "attr25366") ) ) +(assert (myObject (attribute1 "attr25367") ) ) +(assert (myObject (attribute1 "attr25368") ) ) +(assert (myObject (attribute1 "attr25369") ) ) +(assert (myObject (attribute1 "attr25370") ) ) +(assert (myObject (attribute1 "attr25371") ) ) +(assert (myObject (attribute1 "attr25372") ) ) +(assert (myObject (attribute1 "attr25373") ) ) +(assert (myObject (attribute1 "attr25374") ) ) +(assert (myObject (attribute1 "attr25375") ) ) +(assert (myObject (attribute1 "attr25376") ) ) +(assert (myObject (attribute1 "attr25377") ) ) +(assert (myObject (attribute1 "attr25378") ) ) +(assert (myObject (attribute1 "attr25379") ) ) +(assert (myObject (attribute1 "attr25380") ) ) +(assert (myObject (attribute1 "attr25381") ) ) +(assert (myObject (attribute1 "attr25382") ) ) +(assert (myObject (attribute1 "attr25383") ) ) +(assert (myObject (attribute1 "attr25384") ) ) +(assert (myObject (attribute1 "attr25385") ) ) +(assert (myObject (attribute1 "attr25386") ) ) +(assert (myObject (attribute1 "attr25387") ) ) +(assert (myObject (attribute1 "attr25388") ) ) +(assert (myObject (attribute1 "attr25389") ) ) +(assert (myObject (attribute1 "attr25390") ) ) +(assert (myObject (attribute1 "attr25391") ) ) +(assert (myObject (attribute1 "attr25392") ) ) +(assert (myObject (attribute1 "attr25393") ) ) +(assert (myObject (attribute1 "attr25394") ) ) +(assert (myObject (attribute1 "attr25395") ) ) +(assert (myObject (attribute1 "attr25396") ) ) +(assert (myObject (attribute1 "attr25397") ) ) +(assert (myObject (attribute1 "attr25398") ) ) +(assert (myObject (attribute1 "attr25399") ) ) +(assert (myObject (attribute1 "attr25400") ) ) +(assert (myObject (attribute1 "attr25401") ) ) +(assert (myObject (attribute1 "attr25402") ) ) +(assert (myObject (attribute1 "attr25403") ) ) +(assert (myObject (attribute1 "attr25404") ) ) +(assert (myObject (attribute1 "attr25405") ) ) +(assert (myObject (attribute1 "attr25406") ) ) +(assert (myObject (attribute1 "attr25407") ) ) +(assert (myObject (attribute1 "attr25408") ) ) +(assert (myObject (attribute1 "attr25409") ) ) +(assert (myObject (attribute1 "attr25410") ) ) +(assert (myObject (attribute1 "attr25411") ) ) +(assert (myObject (attribute1 "attr25412") ) ) +(assert (myObject (attribute1 "attr25413") ) ) +(assert (myObject (attribute1 "attr25414") ) ) +(assert (myObject (attribute1 "attr25415") ) ) +(assert (myObject (attribute1 "attr25416") ) ) +(assert (myObject (attribute1 "attr25417") ) ) +(assert (myObject (attribute1 "attr25418") ) ) +(assert (myObject (attribute1 "attr25419") ) ) +(assert (myObject (attribute1 "attr25420") ) ) +(assert (myObject (attribute1 "attr25421") ) ) +(assert (myObject (attribute1 "attr25422") ) ) +(assert (myObject (attribute1 "attr25423") ) ) +(assert (myObject (attribute1 "attr25424") ) ) +(assert (myObject (attribute1 "attr25425") ) ) +(assert (myObject (attribute1 "attr25426") ) ) +(assert (myObject (attribute1 "attr25427") ) ) +(assert (myObject (attribute1 "attr25428") ) ) +(assert (myObject (attribute1 "attr25429") ) ) +(assert (myObject (attribute1 "attr25430") ) ) +(assert (myObject (attribute1 "attr25431") ) ) +(assert (myObject (attribute1 "attr25432") ) ) +(assert (myObject (attribute1 "attr25433") ) ) +(assert (myObject (attribute1 "attr25434") ) ) +(assert (myObject (attribute1 "attr25435") ) ) +(assert (myObject (attribute1 "attr25436") ) ) +(assert (myObject (attribute1 "attr25437") ) ) +(assert (myObject (attribute1 "attr25438") ) ) +(assert (myObject (attribute1 "attr25439") ) ) +(assert (myObject (attribute1 "attr25440") ) ) +(assert (myObject (attribute1 "attr25441") ) ) +(assert (myObject (attribute1 "attr25442") ) ) +(assert (myObject (attribute1 "attr25443") ) ) +(assert (myObject (attribute1 "attr25444") ) ) +(assert (myObject (attribute1 "attr25445") ) ) +(assert (myObject (attribute1 "attr25446") ) ) +(assert (myObject (attribute1 "attr25447") ) ) +(assert (myObject (attribute1 "attr25448") ) ) +(assert (myObject (attribute1 "attr25449") ) ) +(assert (myObject (attribute1 "attr25450") ) ) +(assert (myObject (attribute1 "attr25451") ) ) +(assert (myObject (attribute1 "attr25452") ) ) +(assert (myObject (attribute1 "attr25453") ) ) +(assert (myObject (attribute1 "attr25454") ) ) +(assert (myObject (attribute1 "attr25455") ) ) +(assert (myObject (attribute1 "attr25456") ) ) +(assert (myObject (attribute1 "attr25457") ) ) +(assert (myObject (attribute1 "attr25458") ) ) +(assert (myObject (attribute1 "attr25459") ) ) +(assert (myObject (attribute1 "attr25460") ) ) +(assert (myObject (attribute1 "attr25461") ) ) +(assert (myObject (attribute1 "attr25462") ) ) +(assert (myObject (attribute1 "attr25463") ) ) +(assert (myObject (attribute1 "attr25464") ) ) +(assert (myObject (attribute1 "attr25465") ) ) +(assert (myObject (attribute1 "attr25466") ) ) +(assert (myObject (attribute1 "attr25467") ) ) +(assert (myObject (attribute1 "attr25468") ) ) +(assert (myObject (attribute1 "attr25469") ) ) +(assert (myObject (attribute1 "attr25470") ) ) +(assert (myObject (attribute1 "attr25471") ) ) +(assert (myObject (attribute1 "attr25472") ) ) +(assert (myObject (attribute1 "attr25473") ) ) +(assert (myObject (attribute1 "attr25474") ) ) +(assert (myObject (attribute1 "attr25475") ) ) +(assert (myObject (attribute1 "attr25476") ) ) +(assert (myObject (attribute1 "attr25477") ) ) +(assert (myObject (attribute1 "attr25478") ) ) +(assert (myObject (attribute1 "attr25479") ) ) +(assert (myObject (attribute1 "attr25480") ) ) +(assert (myObject (attribute1 "attr25481") ) ) +(assert (myObject (attribute1 "attr25482") ) ) +(assert (myObject (attribute1 "attr25483") ) ) +(assert (myObject (attribute1 "attr25484") ) ) +(assert (myObject (attribute1 "attr25485") ) ) +(assert (myObject (attribute1 "attr25486") ) ) +(assert (myObject (attribute1 "attr25487") ) ) +(assert (myObject (attribute1 "attr25488") ) ) +(assert (myObject (attribute1 "attr25489") ) ) +(assert (myObject (attribute1 "attr25490") ) ) +(assert (myObject (attribute1 "attr25491") ) ) +(assert (myObject (attribute1 "attr25492") ) ) +(assert (myObject (attribute1 "attr25493") ) ) +(assert (myObject (attribute1 "attr25494") ) ) +(assert (myObject (attribute1 "attr25495") ) ) +(assert (myObject (attribute1 "attr25496") ) ) +(assert (myObject (attribute1 "attr25497") ) ) +(assert (myObject (attribute1 "attr25498") ) ) +(assert (myObject (attribute1 "attr25499") ) ) +(assert (myObject (attribute1 "attr25500") ) ) +(assert (myObject (attribute1 "attr25501") ) ) +(assert (myObject (attribute1 "attr25502") ) ) +(assert (myObject (attribute1 "attr25503") ) ) +(assert (myObject (attribute1 "attr25504") ) ) +(assert (myObject (attribute1 "attr25505") ) ) +(assert (myObject (attribute1 "attr25506") ) ) +(assert (myObject (attribute1 "attr25507") ) ) +(assert (myObject (attribute1 "attr25508") ) ) +(assert (myObject (attribute1 "attr25509") ) ) +(assert (myObject (attribute1 "attr25510") ) ) +(assert (myObject (attribute1 "attr25511") ) ) +(assert (myObject (attribute1 "attr25512") ) ) +(assert (myObject (attribute1 "attr25513") ) ) +(assert (myObject (attribute1 "attr25514") ) ) +(assert (myObject (attribute1 "attr25515") ) ) +(assert (myObject (attribute1 "attr25516") ) ) +(assert (myObject (attribute1 "attr25517") ) ) +(assert (myObject (attribute1 "attr25518") ) ) +(assert (myObject (attribute1 "attr25519") ) ) +(assert (myObject (attribute1 "attr25520") ) ) +(assert (myObject (attribute1 "attr25521") ) ) +(assert (myObject (attribute1 "attr25522") ) ) +(assert (myObject (attribute1 "attr25523") ) ) +(assert (myObject (attribute1 "attr25524") ) ) +(assert (myObject (attribute1 "attr25525") ) ) +(assert (myObject (attribute1 "attr25526") ) ) +(assert (myObject (attribute1 "attr25527") ) ) +(assert (myObject (attribute1 "attr25528") ) ) +(assert (myObject (attribute1 "attr25529") ) ) +(assert (myObject (attribute1 "attr25530") ) ) +(assert (myObject (attribute1 "attr25531") ) ) +(assert (myObject (attribute1 "attr25532") ) ) +(assert (myObject (attribute1 "attr25533") ) ) +(assert (myObject (attribute1 "attr25534") ) ) +(assert (myObject (attribute1 "attr25535") ) ) +(assert (myObject (attribute1 "attr25536") ) ) +(assert (myObject (attribute1 "attr25537") ) ) +(assert (myObject (attribute1 "attr25538") ) ) +(assert (myObject (attribute1 "attr25539") ) ) +(assert (myObject (attribute1 "attr25540") ) ) +(assert (myObject (attribute1 "attr25541") ) ) +(assert (myObject (attribute1 "attr25542") ) ) +(assert (myObject (attribute1 "attr25543") ) ) +(assert (myObject (attribute1 "attr25544") ) ) +(assert (myObject (attribute1 "attr25545") ) ) +(assert (myObject (attribute1 "attr25546") ) ) +(assert (myObject (attribute1 "attr25547") ) ) +(assert (myObject (attribute1 "attr25548") ) ) +(assert (myObject (attribute1 "attr25549") ) ) +(assert (myObject (attribute1 "attr25550") ) ) +(assert (myObject (attribute1 "attr25551") ) ) +(assert (myObject (attribute1 "attr25552") ) ) +(assert (myObject (attribute1 "attr25553") ) ) +(assert (myObject (attribute1 "attr25554") ) ) +(assert (myObject (attribute1 "attr25555") ) ) +(assert (myObject (attribute1 "attr25556") ) ) +(assert (myObject (attribute1 "attr25557") ) ) +(assert (myObject (attribute1 "attr25558") ) ) +(assert (myObject (attribute1 "attr25559") ) ) +(assert (myObject (attribute1 "attr25560") ) ) +(assert (myObject (attribute1 "attr25561") ) ) +(assert (myObject (attribute1 "attr25562") ) ) +(assert (myObject (attribute1 "attr25563") ) ) +(assert (myObject (attribute1 "attr25564") ) ) +(assert (myObject (attribute1 "attr25565") ) ) +(assert (myObject (attribute1 "attr25566") ) ) +(assert (myObject (attribute1 "attr25567") ) ) +(assert (myObject (attribute1 "attr25568") ) ) +(assert (myObject (attribute1 "attr25569") ) ) +(assert (myObject (attribute1 "attr25570") ) ) +(assert (myObject (attribute1 "attr25571") ) ) +(assert (myObject (attribute1 "attr25572") ) ) +(assert (myObject (attribute1 "attr25573") ) ) +(assert (myObject (attribute1 "attr25574") ) ) +(assert (myObject (attribute1 "attr25575") ) ) +(assert (myObject (attribute1 "attr25576") ) ) +(assert (myObject (attribute1 "attr25577") ) ) +(assert (myObject (attribute1 "attr25578") ) ) +(assert (myObject (attribute1 "attr25579") ) ) +(assert (myObject (attribute1 "attr25580") ) ) +(assert (myObject (attribute1 "attr25581") ) ) +(assert (myObject (attribute1 "attr25582") ) ) +(assert (myObject (attribute1 "attr25583") ) ) +(assert (myObject (attribute1 "attr25584") ) ) +(assert (myObject (attribute1 "attr25585") ) ) +(assert (myObject (attribute1 "attr25586") ) ) +(assert (myObject (attribute1 "attr25587") ) ) +(assert (myObject (attribute1 "attr25588") ) ) +(assert (myObject (attribute1 "attr25589") ) ) +(assert (myObject (attribute1 "attr25590") ) ) +(assert (myObject (attribute1 "attr25591") ) ) +(assert (myObject (attribute1 "attr25592") ) ) +(assert (myObject (attribute1 "attr25593") ) ) +(assert (myObject (attribute1 "attr25594") ) ) +(assert (myObject (attribute1 "attr25595") ) ) +(assert (myObject (attribute1 "attr25596") ) ) +(assert (myObject (attribute1 "attr25597") ) ) +(assert (myObject (attribute1 "attr25598") ) ) +(assert (myObject (attribute1 "attr25599") ) ) +(assert (myObject (attribute1 "attr25600") ) ) +(assert (myObject (attribute1 "attr25601") ) ) +(assert (myObject (attribute1 "attr25602") ) ) +(assert (myObject (attribute1 "attr25603") ) ) +(assert (myObject (attribute1 "attr25604") ) ) +(assert (myObject (attribute1 "attr25605") ) ) +(assert (myObject (attribute1 "attr25606") ) ) +(assert (myObject (attribute1 "attr25607") ) ) +(assert (myObject (attribute1 "attr25608") ) ) +(assert (myObject (attribute1 "attr25609") ) ) +(assert (myObject (attribute1 "attr25610") ) ) +(assert (myObject (attribute1 "attr25611") ) ) +(assert (myObject (attribute1 "attr25612") ) ) +(assert (myObject (attribute1 "attr25613") ) ) +(assert (myObject (attribute1 "attr25614") ) ) +(assert (myObject (attribute1 "attr25615") ) ) +(assert (myObject (attribute1 "attr25616") ) ) +(assert (myObject (attribute1 "attr25617") ) ) +(assert (myObject (attribute1 "attr25618") ) ) +(assert (myObject (attribute1 "attr25619") ) ) +(assert (myObject (attribute1 "attr25620") ) ) +(assert (myObject (attribute1 "attr25621") ) ) +(assert (myObject (attribute1 "attr25622") ) ) +(assert (myObject (attribute1 "attr25623") ) ) +(assert (myObject (attribute1 "attr25624") ) ) +(assert (myObject (attribute1 "attr25625") ) ) +(assert (myObject (attribute1 "attr25626") ) ) +(assert (myObject (attribute1 "attr25627") ) ) +(assert (myObject (attribute1 "attr25628") ) ) +(assert (myObject (attribute1 "attr25629") ) ) +(assert (myObject (attribute1 "attr25630") ) ) +(assert (myObject (attribute1 "attr25631") ) ) +(assert (myObject (attribute1 "attr25632") ) ) +(assert (myObject (attribute1 "attr25633") ) ) +(assert (myObject (attribute1 "attr25634") ) ) +(assert (myObject (attribute1 "attr25635") ) ) +(assert (myObject (attribute1 "attr25636") ) ) +(assert (myObject (attribute1 "attr25637") ) ) +(assert (myObject (attribute1 "attr25638") ) ) +(assert (myObject (attribute1 "attr25639") ) ) +(assert (myObject (attribute1 "attr25640") ) ) +(assert (myObject (attribute1 "attr25641") ) ) +(assert (myObject (attribute1 "attr25642") ) ) +(assert (myObject (attribute1 "attr25643") ) ) +(assert (myObject (attribute1 "attr25644") ) ) +(assert (myObject (attribute1 "attr25645") ) ) +(assert (myObject (attribute1 "attr25646") ) ) +(assert (myObject (attribute1 "attr25647") ) ) +(assert (myObject (attribute1 "attr25648") ) ) +(assert (myObject (attribute1 "attr25649") ) ) +(assert (myObject (attribute1 "attr25650") ) ) +(assert (myObject (attribute1 "attr25651") ) ) +(assert (myObject (attribute1 "attr25652") ) ) +(assert (myObject (attribute1 "attr25653") ) ) +(assert (myObject (attribute1 "attr25654") ) ) +(assert (myObject (attribute1 "attr25655") ) ) +(assert (myObject (attribute1 "attr25656") ) ) +(assert (myObject (attribute1 "attr25657") ) ) +(assert (myObject (attribute1 "attr25658") ) ) +(assert (myObject (attribute1 "attr25659") ) ) +(assert (myObject (attribute1 "attr25660") ) ) +(assert (myObject (attribute1 "attr25661") ) ) +(assert (myObject (attribute1 "attr25662") ) ) +(assert (myObject (attribute1 "attr25663") ) ) +(assert (myObject (attribute1 "attr25664") ) ) +(assert (myObject (attribute1 "attr25665") ) ) +(assert (myObject (attribute1 "attr25666") ) ) +(assert (myObject (attribute1 "attr25667") ) ) +(assert (myObject (attribute1 "attr25668") ) ) +(assert (myObject (attribute1 "attr25669") ) ) +(assert (myObject (attribute1 "attr25670") ) ) +(assert (myObject (attribute1 "attr25671") ) ) +(assert (myObject (attribute1 "attr25672") ) ) +(assert (myObject (attribute1 "attr25673") ) ) +(assert (myObject (attribute1 "attr25674") ) ) +(assert (myObject (attribute1 "attr25675") ) ) +(assert (myObject (attribute1 "attr25676") ) ) +(assert (myObject (attribute1 "attr25677") ) ) +(assert (myObject (attribute1 "attr25678") ) ) +(assert (myObject (attribute1 "attr25679") ) ) +(assert (myObject (attribute1 "attr25680") ) ) +(assert (myObject (attribute1 "attr25681") ) ) +(assert (myObject (attribute1 "attr25682") ) ) +(assert (myObject (attribute1 "attr25683") ) ) +(assert (myObject (attribute1 "attr25684") ) ) +(assert (myObject (attribute1 "attr25685") ) ) +(assert (myObject (attribute1 "attr25686") ) ) +(assert (myObject (attribute1 "attr25687") ) ) +(assert (myObject (attribute1 "attr25688") ) ) +(assert (myObject (attribute1 "attr25689") ) ) +(assert (myObject (attribute1 "attr25690") ) ) +(assert (myObject (attribute1 "attr25691") ) ) +(assert (myObject (attribute1 "attr25692") ) ) +(assert (myObject (attribute1 "attr25693") ) ) +(assert (myObject (attribute1 "attr25694") ) ) +(assert (myObject (attribute1 "attr25695") ) ) +(assert (myObject (attribute1 "attr25696") ) ) +(assert (myObject (attribute1 "attr25697") ) ) +(assert (myObject (attribute1 "attr25698") ) ) +(assert (myObject (attribute1 "attr25699") ) ) +(assert (myObject (attribute1 "attr25700") ) ) +(assert (myObject (attribute1 "attr25701") ) ) +(assert (myObject (attribute1 "attr25702") ) ) +(assert (myObject (attribute1 "attr25703") ) ) +(assert (myObject (attribute1 "attr25704") ) ) +(assert (myObject (attribute1 "attr25705") ) ) +(assert (myObject (attribute1 "attr25706") ) ) +(assert (myObject (attribute1 "attr25707") ) ) +(assert (myObject (attribute1 "attr25708") ) ) +(assert (myObject (attribute1 "attr25709") ) ) +(assert (myObject (attribute1 "attr25710") ) ) +(assert (myObject (attribute1 "attr25711") ) ) +(assert (myObject (attribute1 "attr25712") ) ) +(assert (myObject (attribute1 "attr25713") ) ) +(assert (myObject (attribute1 "attr25714") ) ) +(assert (myObject (attribute1 "attr25715") ) ) +(assert (myObject (attribute1 "attr25716") ) ) +(assert (myObject (attribute1 "attr25717") ) ) +(assert (myObject (attribute1 "attr25718") ) ) +(assert (myObject (attribute1 "attr25719") ) ) +(assert (myObject (attribute1 "attr25720") ) ) +(assert (myObject (attribute1 "attr25721") ) ) +(assert (myObject (attribute1 "attr25722") ) ) +(assert (myObject (attribute1 "attr25723") ) ) +(assert (myObject (attribute1 "attr25724") ) ) +(assert (myObject (attribute1 "attr25725") ) ) +(assert (myObject (attribute1 "attr25726") ) ) +(assert (myObject (attribute1 "attr25727") ) ) +(assert (myObject (attribute1 "attr25728") ) ) +(assert (myObject (attribute1 "attr25729") ) ) +(assert (myObject (attribute1 "attr25730") ) ) +(assert (myObject (attribute1 "attr25731") ) ) +(assert (myObject (attribute1 "attr25732") ) ) +(assert (myObject (attribute1 "attr25733") ) ) +(assert (myObject (attribute1 "attr25734") ) ) +(assert (myObject (attribute1 "attr25735") ) ) +(assert (myObject (attribute1 "attr25736") ) ) +(assert (myObject (attribute1 "attr25737") ) ) +(assert (myObject (attribute1 "attr25738") ) ) +(assert (myObject (attribute1 "attr25739") ) ) +(assert (myObject (attribute1 "attr25740") ) ) +(assert (myObject (attribute1 "attr25741") ) ) +(assert (myObject (attribute1 "attr25742") ) ) +(assert (myObject (attribute1 "attr25743") ) ) +(assert (myObject (attribute1 "attr25744") ) ) +(assert (myObject (attribute1 "attr25745") ) ) +(assert (myObject (attribute1 "attr25746") ) ) +(assert (myObject (attribute1 "attr25747") ) ) +(assert (myObject (attribute1 "attr25748") ) ) +(assert (myObject (attribute1 "attr25749") ) ) +(assert (myObject (attribute1 "attr25750") ) ) +(assert (myObject (attribute1 "attr25751") ) ) +(assert (myObject (attribute1 "attr25752") ) ) +(assert (myObject (attribute1 "attr25753") ) ) +(assert (myObject (attribute1 "attr25754") ) ) +(assert (myObject (attribute1 "attr25755") ) ) +(assert (myObject (attribute1 "attr25756") ) ) +(assert (myObject (attribute1 "attr25757") ) ) +(assert (myObject (attribute1 "attr25758") ) ) +(assert (myObject (attribute1 "attr25759") ) ) +(assert (myObject (attribute1 "attr25760") ) ) +(assert (myObject (attribute1 "attr25761") ) ) +(assert (myObject (attribute1 "attr25762") ) ) +(assert (myObject (attribute1 "attr25763") ) ) +(assert (myObject (attribute1 "attr25764") ) ) +(assert (myObject (attribute1 "attr25765") ) ) +(assert (myObject (attribute1 "attr25766") ) ) +(assert (myObject (attribute1 "attr25767") ) ) +(assert (myObject (attribute1 "attr25768") ) ) +(assert (myObject (attribute1 "attr25769") ) ) +(assert (myObject (attribute1 "attr25770") ) ) +(assert (myObject (attribute1 "attr25771") ) ) +(assert (myObject (attribute1 "attr25772") ) ) +(assert (myObject (attribute1 "attr25773") ) ) +(assert (myObject (attribute1 "attr25774") ) ) +(assert (myObject (attribute1 "attr25775") ) ) +(assert (myObject (attribute1 "attr25776") ) ) +(assert (myObject (attribute1 "attr25777") ) ) +(assert (myObject (attribute1 "attr25778") ) ) +(assert (myObject (attribute1 "attr25779") ) ) +(assert (myObject (attribute1 "attr25780") ) ) +(assert (myObject (attribute1 "attr25781") ) ) +(assert (myObject (attribute1 "attr25782") ) ) +(assert (myObject (attribute1 "attr25783") ) ) +(assert (myObject (attribute1 "attr25784") ) ) +(assert (myObject (attribute1 "attr25785") ) ) +(assert (myObject (attribute1 "attr25786") ) ) +(assert (myObject (attribute1 "attr25787") ) ) +(assert (myObject (attribute1 "attr25788") ) ) +(assert (myObject (attribute1 "attr25789") ) ) +(assert (myObject (attribute1 "attr25790") ) ) +(assert (myObject (attribute1 "attr25791") ) ) +(assert (myObject (attribute1 "attr25792") ) ) +(assert (myObject (attribute1 "attr25793") ) ) +(assert (myObject (attribute1 "attr25794") ) ) +(assert (myObject (attribute1 "attr25795") ) ) +(assert (myObject (attribute1 "attr25796") ) ) +(assert (myObject (attribute1 "attr25797") ) ) +(assert (myObject (attribute1 "attr25798") ) ) +(assert (myObject (attribute1 "attr25799") ) ) +(assert (myObject (attribute1 "attr25800") ) ) +(assert (myObject (attribute1 "attr25801") ) ) +(assert (myObject (attribute1 "attr25802") ) ) +(assert (myObject (attribute1 "attr25803") ) ) +(assert (myObject (attribute1 "attr25804") ) ) +(assert (myObject (attribute1 "attr25805") ) ) +(assert (myObject (attribute1 "attr25806") ) ) +(assert (myObject (attribute1 "attr25807") ) ) +(assert (myObject (attribute1 "attr25808") ) ) +(assert (myObject (attribute1 "attr25809") ) ) +(assert (myObject (attribute1 "attr25810") ) ) +(assert (myObject (attribute1 "attr25811") ) ) +(assert (myObject (attribute1 "attr25812") ) ) +(assert (myObject (attribute1 "attr25813") ) ) +(assert (myObject (attribute1 "attr25814") ) ) +(assert (myObject (attribute1 "attr25815") ) ) +(assert (myObject (attribute1 "attr25816") ) ) +(assert (myObject (attribute1 "attr25817") ) ) +(assert (myObject (attribute1 "attr25818") ) ) +(assert (myObject (attribute1 "attr25819") ) ) +(assert (myObject (attribute1 "attr25820") ) ) +(assert (myObject (attribute1 "attr25821") ) ) +(assert (myObject (attribute1 "attr25822") ) ) +(assert (myObject (attribute1 "attr25823") ) ) +(assert (myObject (attribute1 "attr25824") ) ) +(assert (myObject (attribute1 "attr25825") ) ) +(assert (myObject (attribute1 "attr25826") ) ) +(assert (myObject (attribute1 "attr25827") ) ) +(assert (myObject (attribute1 "attr25828") ) ) +(assert (myObject (attribute1 "attr25829") ) ) +(assert (myObject (attribute1 "attr25830") ) ) +(assert (myObject (attribute1 "attr25831") ) ) +(assert (myObject (attribute1 "attr25832") ) ) +(assert (myObject (attribute1 "attr25833") ) ) +(assert (myObject (attribute1 "attr25834") ) ) +(assert (myObject (attribute1 "attr25835") ) ) +(assert (myObject (attribute1 "attr25836") ) ) +(assert (myObject (attribute1 "attr25837") ) ) +(assert (myObject (attribute1 "attr25838") ) ) +(assert (myObject (attribute1 "attr25839") ) ) +(assert (myObject (attribute1 "attr25840") ) ) +(assert (myObject (attribute1 "attr25841") ) ) +(assert (myObject (attribute1 "attr25842") ) ) +(assert (myObject (attribute1 "attr25843") ) ) +(assert (myObject (attribute1 "attr25844") ) ) +(assert (myObject (attribute1 "attr25845") ) ) +(assert (myObject (attribute1 "attr25846") ) ) +(assert (myObject (attribute1 "attr25847") ) ) +(assert (myObject (attribute1 "attr25848") ) ) +(assert (myObject (attribute1 "attr25849") ) ) +(assert (myObject (attribute1 "attr25850") ) ) +(assert (myObject (attribute1 "attr25851") ) ) +(assert (myObject (attribute1 "attr25852") ) ) +(assert (myObject (attribute1 "attr25853") ) ) +(assert (myObject (attribute1 "attr25854") ) ) +(assert (myObject (attribute1 "attr25855") ) ) +(assert (myObject (attribute1 "attr25856") ) ) +(assert (myObject (attribute1 "attr25857") ) ) +(assert (myObject (attribute1 "attr25858") ) ) +(assert (myObject (attribute1 "attr25859") ) ) +(assert (myObject (attribute1 "attr25860") ) ) +(assert (myObject (attribute1 "attr25861") ) ) +(assert (myObject (attribute1 "attr25862") ) ) +(assert (myObject (attribute1 "attr25863") ) ) +(assert (myObject (attribute1 "attr25864") ) ) +(assert (myObject (attribute1 "attr25865") ) ) +(assert (myObject (attribute1 "attr25866") ) ) +(assert (myObject (attribute1 "attr25867") ) ) +(assert (myObject (attribute1 "attr25868") ) ) +(assert (myObject (attribute1 "attr25869") ) ) +(assert (myObject (attribute1 "attr25870") ) ) +(assert (myObject (attribute1 "attr25871") ) ) +(assert (myObject (attribute1 "attr25872") ) ) +(assert (myObject (attribute1 "attr25873") ) ) +(assert (myObject (attribute1 "attr25874") ) ) +(assert (myObject (attribute1 "attr25875") ) ) +(assert (myObject (attribute1 "attr25876") ) ) +(assert (myObject (attribute1 "attr25877") ) ) +(assert (myObject (attribute1 "attr25878") ) ) +(assert (myObject (attribute1 "attr25879") ) ) +(assert (myObject (attribute1 "attr25880") ) ) +(assert (myObject (attribute1 "attr25881") ) ) +(assert (myObject (attribute1 "attr25882") ) ) +(assert (myObject (attribute1 "attr25883") ) ) +(assert (myObject (attribute1 "attr25884") ) ) +(assert (myObject (attribute1 "attr25885") ) ) +(assert (myObject (attribute1 "attr25886") ) ) +(assert (myObject (attribute1 "attr25887") ) ) +(assert (myObject (attribute1 "attr25888") ) ) +(assert (myObject (attribute1 "attr25889") ) ) +(assert (myObject (attribute1 "attr25890") ) ) +(assert (myObject (attribute1 "attr25891") ) ) +(assert (myObject (attribute1 "attr25892") ) ) +(assert (myObject (attribute1 "attr25893") ) ) +(assert (myObject (attribute1 "attr25894") ) ) +(assert (myObject (attribute1 "attr25895") ) ) +(assert (myObject (attribute1 "attr25896") ) ) +(assert (myObject (attribute1 "attr25897") ) ) +(assert (myObject (attribute1 "attr25898") ) ) +(assert (myObject (attribute1 "attr25899") ) ) +(assert (myObject (attribute1 "attr25900") ) ) +(assert (myObject (attribute1 "attr25901") ) ) +(assert (myObject (attribute1 "attr25902") ) ) +(assert (myObject (attribute1 "attr25903") ) ) +(assert (myObject (attribute1 "attr25904") ) ) +(assert (myObject (attribute1 "attr25905") ) ) +(assert (myObject (attribute1 "attr25906") ) ) +(assert (myObject (attribute1 "attr25907") ) ) +(assert (myObject (attribute1 "attr25908") ) ) +(assert (myObject (attribute1 "attr25909") ) ) +(assert (myObject (attribute1 "attr25910") ) ) +(assert (myObject (attribute1 "attr25911") ) ) +(assert (myObject (attribute1 "attr25912") ) ) +(assert (myObject (attribute1 "attr25913") ) ) +(assert (myObject (attribute1 "attr25914") ) ) +(assert (myObject (attribute1 "attr25915") ) ) +(assert (myObject (attribute1 "attr25916") ) ) +(assert (myObject (attribute1 "attr25917") ) ) +(assert (myObject (attribute1 "attr25918") ) ) +(assert (myObject (attribute1 "attr25919") ) ) +(assert (myObject (attribute1 "attr25920") ) ) +(assert (myObject (attribute1 "attr25921") ) ) +(assert (myObject (attribute1 "attr25922") ) ) +(assert (myObject (attribute1 "attr25923") ) ) +(assert (myObject (attribute1 "attr25924") ) ) +(assert (myObject (attribute1 "attr25925") ) ) +(assert (myObject (attribute1 "attr25926") ) ) +(assert (myObject (attribute1 "attr25927") ) ) +(assert (myObject (attribute1 "attr25928") ) ) +(assert (myObject (attribute1 "attr25929") ) ) +(assert (myObject (attribute1 "attr25930") ) ) +(assert (myObject (attribute1 "attr25931") ) ) +(assert (myObject (attribute1 "attr25932") ) ) +(assert (myObject (attribute1 "attr25933") ) ) +(assert (myObject (attribute1 "attr25934") ) ) +(assert (myObject (attribute1 "attr25935") ) ) +(assert (myObject (attribute1 "attr25936") ) ) +(assert (myObject (attribute1 "attr25937") ) ) +(assert (myObject (attribute1 "attr25938") ) ) +(assert (myObject (attribute1 "attr25939") ) ) +(assert (myObject (attribute1 "attr25940") ) ) +(assert (myObject (attribute1 "attr25941") ) ) +(assert (myObject (attribute1 "attr25942") ) ) +(assert (myObject (attribute1 "attr25943") ) ) +(assert (myObject (attribute1 "attr25944") ) ) +(assert (myObject (attribute1 "attr25945") ) ) +(assert (myObject (attribute1 "attr25946") ) ) +(assert (myObject (attribute1 "attr25947") ) ) +(assert (myObject (attribute1 "attr25948") ) ) +(assert (myObject (attribute1 "attr25949") ) ) +(assert (myObject (attribute1 "attr25950") ) ) +(assert (myObject (attribute1 "attr25951") ) ) +(assert (myObject (attribute1 "attr25952") ) ) +(assert (myObject (attribute1 "attr25953") ) ) +(assert (myObject (attribute1 "attr25954") ) ) +(assert (myObject (attribute1 "attr25955") ) ) +(assert (myObject (attribute1 "attr25956") ) ) +(assert (myObject (attribute1 "attr25957") ) ) +(assert (myObject (attribute1 "attr25958") ) ) +(assert (myObject (attribute1 "attr25959") ) ) +(assert (myObject (attribute1 "attr25960") ) ) +(assert (myObject (attribute1 "attr25961") ) ) +(assert (myObject (attribute1 "attr25962") ) ) +(assert (myObject (attribute1 "attr25963") ) ) +(assert (myObject (attribute1 "attr25964") ) ) +(assert (myObject (attribute1 "attr25965") ) ) +(assert (myObject (attribute1 "attr25966") ) ) +(assert (myObject (attribute1 "attr25967") ) ) +(assert (myObject (attribute1 "attr25968") ) ) +(assert (myObject (attribute1 "attr25969") ) ) +(assert (myObject (attribute1 "attr25970") ) ) +(assert (myObject (attribute1 "attr25971") ) ) +(assert (myObject (attribute1 "attr25972") ) ) +(assert (myObject (attribute1 "attr25973") ) ) +(assert (myObject (attribute1 "attr25974") ) ) +(assert (myObject (attribute1 "attr25975") ) ) +(assert (myObject (attribute1 "attr25976") ) ) +(assert (myObject (attribute1 "attr25977") ) ) +(assert (myObject (attribute1 "attr25978") ) ) +(assert (myObject (attribute1 "attr25979") ) ) +(assert (myObject (attribute1 "attr25980") ) ) +(assert (myObject (attribute1 "attr25981") ) ) +(assert (myObject (attribute1 "attr25982") ) ) +(assert (myObject (attribute1 "attr25983") ) ) +(assert (myObject (attribute1 "attr25984") ) ) +(assert (myObject (attribute1 "attr25985") ) ) +(assert (myObject (attribute1 "attr25986") ) ) +(assert (myObject (attribute1 "attr25987") ) ) +(assert (myObject (attribute1 "attr25988") ) ) +(assert (myObject (attribute1 "attr25989") ) ) +(assert (myObject (attribute1 "attr25990") ) ) +(assert (myObject (attribute1 "attr25991") ) ) +(assert (myObject (attribute1 "attr25992") ) ) +(assert (myObject (attribute1 "attr25993") ) ) +(assert (myObject (attribute1 "attr25994") ) ) +(assert (myObject (attribute1 "attr25995") ) ) +(assert (myObject (attribute1 "attr25996") ) ) +(assert (myObject (attribute1 "attr25997") ) ) +(assert (myObject (attribute1 "attr25998") ) ) +(assert (myObject (attribute1 "attr25999") ) ) +(assert (myObject (attribute1 "attr26000") ) ) +(assert (myObject (attribute1 "attr26001") ) ) +(assert (myObject (attribute1 "attr26002") ) ) +(assert (myObject (attribute1 "attr26003") ) ) +(assert (myObject (attribute1 "attr26004") ) ) +(assert (myObject (attribute1 "attr26005") ) ) +(assert (myObject (attribute1 "attr26006") ) ) +(assert (myObject (attribute1 "attr26007") ) ) +(assert (myObject (attribute1 "attr26008") ) ) +(assert (myObject (attribute1 "attr26009") ) ) +(assert (myObject (attribute1 "attr26010") ) ) +(assert (myObject (attribute1 "attr26011") ) ) +(assert (myObject (attribute1 "attr26012") ) ) +(assert (myObject (attribute1 "attr26013") ) ) +(assert (myObject (attribute1 "attr26014") ) ) +(assert (myObject (attribute1 "attr26015") ) ) +(assert (myObject (attribute1 "attr26016") ) ) +(assert (myObject (attribute1 "attr26017") ) ) +(assert (myObject (attribute1 "attr26018") ) ) +(assert (myObject (attribute1 "attr26019") ) ) +(assert (myObject (attribute1 "attr26020") ) ) +(assert (myObject (attribute1 "attr26021") ) ) +(assert (myObject (attribute1 "attr26022") ) ) +(assert (myObject (attribute1 "attr26023") ) ) +(assert (myObject (attribute1 "attr26024") ) ) +(assert (myObject (attribute1 "attr26025") ) ) +(assert (myObject (attribute1 "attr26026") ) ) +(assert (myObject (attribute1 "attr26027") ) ) +(assert (myObject (attribute1 "attr26028") ) ) +(assert (myObject (attribute1 "attr26029") ) ) +(assert (myObject (attribute1 "attr26030") ) ) +(assert (myObject (attribute1 "attr26031") ) ) +(assert (myObject (attribute1 "attr26032") ) ) +(assert (myObject (attribute1 "attr26033") ) ) +(assert (myObject (attribute1 "attr26034") ) ) +(assert (myObject (attribute1 "attr26035") ) ) +(assert (myObject (attribute1 "attr26036") ) ) +(assert (myObject (attribute1 "attr26037") ) ) +(assert (myObject (attribute1 "attr26038") ) ) +(assert (myObject (attribute1 "attr26039") ) ) +(assert (myObject (attribute1 "attr26040") ) ) +(assert (myObject (attribute1 "attr26041") ) ) +(assert (myObject (attribute1 "attr26042") ) ) +(assert (myObject (attribute1 "attr26043") ) ) +(assert (myObject (attribute1 "attr26044") ) ) +(assert (myObject (attribute1 "attr26045") ) ) +(assert (myObject (attribute1 "attr26046") ) ) +(assert (myObject (attribute1 "attr26047") ) ) +(assert (myObject (attribute1 "attr26048") ) ) +(assert (myObject (attribute1 "attr26049") ) ) +(assert (myObject (attribute1 "attr26050") ) ) +(assert (myObject (attribute1 "attr26051") ) ) +(assert (myObject (attribute1 "attr26052") ) ) +(assert (myObject (attribute1 "attr26053") ) ) +(assert (myObject (attribute1 "attr26054") ) ) +(assert (myObject (attribute1 "attr26055") ) ) +(assert (myObject (attribute1 "attr26056") ) ) +(assert (myObject (attribute1 "attr26057") ) ) +(assert (myObject (attribute1 "attr26058") ) ) +(assert (myObject (attribute1 "attr26059") ) ) +(assert (myObject (attribute1 "attr26060") ) ) +(assert (myObject (attribute1 "attr26061") ) ) +(assert (myObject (attribute1 "attr26062") ) ) +(assert (myObject (attribute1 "attr26063") ) ) +(assert (myObject (attribute1 "attr26064") ) ) +(assert (myObject (attribute1 "attr26065") ) ) +(assert (myObject (attribute1 "attr26066") ) ) +(assert (myObject (attribute1 "attr26067") ) ) +(assert (myObject (attribute1 "attr26068") ) ) +(assert (myObject (attribute1 "attr26069") ) ) +(assert (myObject (attribute1 "attr26070") ) ) +(assert (myObject (attribute1 "attr26071") ) ) +(assert (myObject (attribute1 "attr26072") ) ) +(assert (myObject (attribute1 "attr26073") ) ) +(assert (myObject (attribute1 "attr26074") ) ) +(assert (myObject (attribute1 "attr26075") ) ) +(assert (myObject (attribute1 "attr26076") ) ) +(assert (myObject (attribute1 "attr26077") ) ) +(assert (myObject (attribute1 "attr26078") ) ) +(assert (myObject (attribute1 "attr26079") ) ) +(assert (myObject (attribute1 "attr26080") ) ) +(assert (myObject (attribute1 "attr26081") ) ) +(assert (myObject (attribute1 "attr26082") ) ) +(assert (myObject (attribute1 "attr26083") ) ) +(assert (myObject (attribute1 "attr26084") ) ) +(assert (myObject (attribute1 "attr26085") ) ) +(assert (myObject (attribute1 "attr26086") ) ) +(assert (myObject (attribute1 "attr26087") ) ) +(assert (myObject (attribute1 "attr26088") ) ) +(assert (myObject (attribute1 "attr26089") ) ) +(assert (myObject (attribute1 "attr26090") ) ) +(assert (myObject (attribute1 "attr26091") ) ) +(assert (myObject (attribute1 "attr26092") ) ) +(assert (myObject (attribute1 "attr26093") ) ) +(assert (myObject (attribute1 "attr26094") ) ) +(assert (myObject (attribute1 "attr26095") ) ) +(assert (myObject (attribute1 "attr26096") ) ) +(assert (myObject (attribute1 "attr26097") ) ) +(assert (myObject (attribute1 "attr26098") ) ) +(assert (myObject (attribute1 "attr26099") ) ) +(assert (myObject (attribute1 "attr26100") ) ) +(assert (myObject (attribute1 "attr26101") ) ) +(assert (myObject (attribute1 "attr26102") ) ) +(assert (myObject (attribute1 "attr26103") ) ) +(assert (myObject (attribute1 "attr26104") ) ) +(assert (myObject (attribute1 "attr26105") ) ) +(assert (myObject (attribute1 "attr26106") ) ) +(assert (myObject (attribute1 "attr26107") ) ) +(assert (myObject (attribute1 "attr26108") ) ) +(assert (myObject (attribute1 "attr26109") ) ) +(assert (myObject (attribute1 "attr26110") ) ) +(assert (myObject (attribute1 "attr26111") ) ) +(assert (myObject (attribute1 "attr26112") ) ) +(assert (myObject (attribute1 "attr26113") ) ) +(assert (myObject (attribute1 "attr26114") ) ) +(assert (myObject (attribute1 "attr26115") ) ) +(assert (myObject (attribute1 "attr26116") ) ) +(assert (myObject (attribute1 "attr26117") ) ) +(assert (myObject (attribute1 "attr26118") ) ) +(assert (myObject (attribute1 "attr26119") ) ) +(assert (myObject (attribute1 "attr26120") ) ) +(assert (myObject (attribute1 "attr26121") ) ) +(assert (myObject (attribute1 "attr26122") ) ) +(assert (myObject (attribute1 "attr26123") ) ) +(assert (myObject (attribute1 "attr26124") ) ) +(assert (myObject (attribute1 "attr26125") ) ) +(assert (myObject (attribute1 "attr26126") ) ) +(assert (myObject (attribute1 "attr26127") ) ) +(assert (myObject (attribute1 "attr26128") ) ) +(assert (myObject (attribute1 "attr26129") ) ) +(assert (myObject (attribute1 "attr26130") ) ) +(assert (myObject (attribute1 "attr26131") ) ) +(assert (myObject (attribute1 "attr26132") ) ) +(assert (myObject (attribute1 "attr26133") ) ) +(assert (myObject (attribute1 "attr26134") ) ) +(assert (myObject (attribute1 "attr26135") ) ) +(assert (myObject (attribute1 "attr26136") ) ) +(assert (myObject (attribute1 "attr26137") ) ) +(assert (myObject (attribute1 "attr26138") ) ) +(assert (myObject (attribute1 "attr26139") ) ) +(assert (myObject (attribute1 "attr26140") ) ) +(assert (myObject (attribute1 "attr26141") ) ) +(assert (myObject (attribute1 "attr26142") ) ) +(assert (myObject (attribute1 "attr26143") ) ) +(assert (myObject (attribute1 "attr26144") ) ) +(assert (myObject (attribute1 "attr26145") ) ) +(assert (myObject (attribute1 "attr26146") ) ) +(assert (myObject (attribute1 "attr26147") ) ) +(assert (myObject (attribute1 "attr26148") ) ) +(assert (myObject (attribute1 "attr26149") ) ) +(assert (myObject (attribute1 "attr26150") ) ) +(assert (myObject (attribute1 "attr26151") ) ) +(assert (myObject (attribute1 "attr26152") ) ) +(assert (myObject (attribute1 "attr26153") ) ) +(assert (myObject (attribute1 "attr26154") ) ) +(assert (myObject (attribute1 "attr26155") ) ) +(assert (myObject (attribute1 "attr26156") ) ) +(assert (myObject (attribute1 "attr26157") ) ) +(assert (myObject (attribute1 "attr26158") ) ) +(assert (myObject (attribute1 "attr26159") ) ) +(assert (myObject (attribute1 "attr26160") ) ) +(assert (myObject (attribute1 "attr26161") ) ) +(assert (myObject (attribute1 "attr26162") ) ) +(assert (myObject (attribute1 "attr26163") ) ) +(assert (myObject (attribute1 "attr26164") ) ) +(assert (myObject (attribute1 "attr26165") ) ) +(assert (myObject (attribute1 "attr26166") ) ) +(assert (myObject (attribute1 "attr26167") ) ) +(assert (myObject (attribute1 "attr26168") ) ) +(assert (myObject (attribute1 "attr26169") ) ) +(assert (myObject (attribute1 "attr26170") ) ) +(assert (myObject (attribute1 "attr26171") ) ) +(assert (myObject (attribute1 "attr26172") ) ) +(assert (myObject (attribute1 "attr26173") ) ) +(assert (myObject (attribute1 "attr26174") ) ) +(assert (myObject (attribute1 "attr26175") ) ) +(assert (myObject (attribute1 "attr26176") ) ) +(assert (myObject (attribute1 "attr26177") ) ) +(assert (myObject (attribute1 "attr26178") ) ) +(assert (myObject (attribute1 "attr26179") ) ) +(assert (myObject (attribute1 "attr26180") ) ) +(assert (myObject (attribute1 "attr26181") ) ) +(assert (myObject (attribute1 "attr26182") ) ) +(assert (myObject (attribute1 "attr26183") ) ) +(assert (myObject (attribute1 "attr26184") ) ) +(assert (myObject (attribute1 "attr26185") ) ) +(assert (myObject (attribute1 "attr26186") ) ) +(assert (myObject (attribute1 "attr26187") ) ) +(assert (myObject (attribute1 "attr26188") ) ) +(assert (myObject (attribute1 "attr26189") ) ) +(assert (myObject (attribute1 "attr26190") ) ) +(assert (myObject (attribute1 "attr26191") ) ) +(assert (myObject (attribute1 "attr26192") ) ) +(assert (myObject (attribute1 "attr26193") ) ) +(assert (myObject (attribute1 "attr26194") ) ) +(assert (myObject (attribute1 "attr26195") ) ) +(assert (myObject (attribute1 "attr26196") ) ) +(assert (myObject (attribute1 "attr26197") ) ) +(assert (myObject (attribute1 "attr26198") ) ) +(assert (myObject (attribute1 "attr26199") ) ) +(assert (myObject (attribute1 "attr26200") ) ) +(assert (myObject (attribute1 "attr26201") ) ) +(assert (myObject (attribute1 "attr26202") ) ) +(assert (myObject (attribute1 "attr26203") ) ) +(assert (myObject (attribute1 "attr26204") ) ) +(assert (myObject (attribute1 "attr26205") ) ) +(assert (myObject (attribute1 "attr26206") ) ) +(assert (myObject (attribute1 "attr26207") ) ) +(assert (myObject (attribute1 "attr26208") ) ) +(assert (myObject (attribute1 "attr26209") ) ) +(assert (myObject (attribute1 "attr26210") ) ) +(assert (myObject (attribute1 "attr26211") ) ) +(assert (myObject (attribute1 "attr26212") ) ) +(assert (myObject (attribute1 "attr26213") ) ) +(assert (myObject (attribute1 "attr26214") ) ) +(assert (myObject (attribute1 "attr26215") ) ) +(assert (myObject (attribute1 "attr26216") ) ) +(assert (myObject (attribute1 "attr26217") ) ) +(assert (myObject (attribute1 "attr26218") ) ) +(assert (myObject (attribute1 "attr26219") ) ) +(assert (myObject (attribute1 "attr26220") ) ) +(assert (myObject (attribute1 "attr26221") ) ) +(assert (myObject (attribute1 "attr26222") ) ) +(assert (myObject (attribute1 "attr26223") ) ) +(assert (myObject (attribute1 "attr26224") ) ) +(assert (myObject (attribute1 "attr26225") ) ) +(assert (myObject (attribute1 "attr26226") ) ) +(assert (myObject (attribute1 "attr26227") ) ) +(assert (myObject (attribute1 "attr26228") ) ) +(assert (myObject (attribute1 "attr26229") ) ) +(assert (myObject (attribute1 "attr26230") ) ) +(assert (myObject (attribute1 "attr26231") ) ) +(assert (myObject (attribute1 "attr26232") ) ) +(assert (myObject (attribute1 "attr26233") ) ) +(assert (myObject (attribute1 "attr26234") ) ) +(assert (myObject (attribute1 "attr26235") ) ) +(assert (myObject (attribute1 "attr26236") ) ) +(assert (myObject (attribute1 "attr26237") ) ) +(assert (myObject (attribute1 "attr26238") ) ) +(assert (myObject (attribute1 "attr26239") ) ) +(assert (myObject (attribute1 "attr26240") ) ) +(assert (myObject (attribute1 "attr26241") ) ) +(assert (myObject (attribute1 "attr26242") ) ) +(assert (myObject (attribute1 "attr26243") ) ) +(assert (myObject (attribute1 "attr26244") ) ) +(assert (myObject (attribute1 "attr26245") ) ) +(assert (myObject (attribute1 "attr26246") ) ) +(assert (myObject (attribute1 "attr26247") ) ) +(assert (myObject (attribute1 "attr26248") ) ) +(assert (myObject (attribute1 "attr26249") ) ) +(assert (myObject (attribute1 "attr26250") ) ) +(assert (myObject (attribute1 "attr26251") ) ) +(assert (myObject (attribute1 "attr26252") ) ) +(assert (myObject (attribute1 "attr26253") ) ) +(assert (myObject (attribute1 "attr26254") ) ) +(assert (myObject (attribute1 "attr26255") ) ) +(assert (myObject (attribute1 "attr26256") ) ) +(assert (myObject (attribute1 "attr26257") ) ) +(assert (myObject (attribute1 "attr26258") ) ) +(assert (myObject (attribute1 "attr26259") ) ) +(assert (myObject (attribute1 "attr26260") ) ) +(assert (myObject (attribute1 "attr26261") ) ) +(assert (myObject (attribute1 "attr26262") ) ) +(assert (myObject (attribute1 "attr26263") ) ) +(assert (myObject (attribute1 "attr26264") ) ) +(assert (myObject (attribute1 "attr26265") ) ) +(assert (myObject (attribute1 "attr26266") ) ) +(assert (myObject (attribute1 "attr26267") ) ) +(assert (myObject (attribute1 "attr26268") ) ) +(assert (myObject (attribute1 "attr26269") ) ) +(assert (myObject (attribute1 "attr26270") ) ) +(assert (myObject (attribute1 "attr26271") ) ) +(assert (myObject (attribute1 "attr26272") ) ) +(assert (myObject (attribute1 "attr26273") ) ) +(assert (myObject (attribute1 "attr26274") ) ) +(assert (myObject (attribute1 "attr26275") ) ) +(assert (myObject (attribute1 "attr26276") ) ) +(assert (myObject (attribute1 "attr26277") ) ) +(assert (myObject (attribute1 "attr26278") ) ) +(assert (myObject (attribute1 "attr26279") ) ) +(assert (myObject (attribute1 "attr26280") ) ) +(assert (myObject (attribute1 "attr26281") ) ) +(assert (myObject (attribute1 "attr26282") ) ) +(assert (myObject (attribute1 "attr26283") ) ) +(assert (myObject (attribute1 "attr26284") ) ) +(assert (myObject (attribute1 "attr26285") ) ) +(assert (myObject (attribute1 "attr26286") ) ) +(assert (myObject (attribute1 "attr26287") ) ) +(assert (myObject (attribute1 "attr26288") ) ) +(assert (myObject (attribute1 "attr26289") ) ) +(assert (myObject (attribute1 "attr26290") ) ) +(assert (myObject (attribute1 "attr26291") ) ) +(assert (myObject (attribute1 "attr26292") ) ) +(assert (myObject (attribute1 "attr26293") ) ) +(assert (myObject (attribute1 "attr26294") ) ) +(assert (myObject (attribute1 "attr26295") ) ) +(assert (myObject (attribute1 "attr26296") ) ) +(assert (myObject (attribute1 "attr26297") ) ) +(assert (myObject (attribute1 "attr26298") ) ) +(assert (myObject (attribute1 "attr26299") ) ) +(assert (myObject (attribute1 "attr26300") ) ) +(assert (myObject (attribute1 "attr26301") ) ) +(assert (myObject (attribute1 "attr26302") ) ) +(assert (myObject (attribute1 "attr26303") ) ) +(assert (myObject (attribute1 "attr26304") ) ) +(assert (myObject (attribute1 "attr26305") ) ) +(assert (myObject (attribute1 "attr26306") ) ) +(assert (myObject (attribute1 "attr26307") ) ) +(assert (myObject (attribute1 "attr26308") ) ) +(assert (myObject (attribute1 "attr26309") ) ) +(assert (myObject (attribute1 "attr26310") ) ) +(assert (myObject (attribute1 "attr26311") ) ) +(assert (myObject (attribute1 "attr26312") ) ) +(assert (myObject (attribute1 "attr26313") ) ) +(assert (myObject (attribute1 "attr26314") ) ) +(assert (myObject (attribute1 "attr26315") ) ) +(assert (myObject (attribute1 "attr26316") ) ) +(assert (myObject (attribute1 "attr26317") ) ) +(assert (myObject (attribute1 "attr26318") ) ) +(assert (myObject (attribute1 "attr26319") ) ) +(assert (myObject (attribute1 "attr26320") ) ) +(assert (myObject (attribute1 "attr26321") ) ) +(assert (myObject (attribute1 "attr26322") ) ) +(assert (myObject (attribute1 "attr26323") ) ) +(assert (myObject (attribute1 "attr26324") ) ) +(assert (myObject (attribute1 "attr26325") ) ) +(assert (myObject (attribute1 "attr26326") ) ) +(assert (myObject (attribute1 "attr26327") ) ) +(assert (myObject (attribute1 "attr26328") ) ) +(assert (myObject (attribute1 "attr26329") ) ) +(assert (myObject (attribute1 "attr26330") ) ) +(assert (myObject (attribute1 "attr26331") ) ) +(assert (myObject (attribute1 "attr26332") ) ) +(assert (myObject (attribute1 "attr26333") ) ) +(assert (myObject (attribute1 "attr26334") ) ) +(assert (myObject (attribute1 "attr26335") ) ) +(assert (myObject (attribute1 "attr26336") ) ) +(assert (myObject (attribute1 "attr26337") ) ) +(assert (myObject (attribute1 "attr26338") ) ) +(assert (myObject (attribute1 "attr26339") ) ) +(assert (myObject (attribute1 "attr26340") ) ) +(assert (myObject (attribute1 "attr26341") ) ) +(assert (myObject (attribute1 "attr26342") ) ) +(assert (myObject (attribute1 "attr26343") ) ) +(assert (myObject (attribute1 "attr26344") ) ) +(assert (myObject (attribute1 "attr26345") ) ) +(assert (myObject (attribute1 "attr26346") ) ) +(assert (myObject (attribute1 "attr26347") ) ) +(assert (myObject (attribute1 "attr26348") ) ) +(assert (myObject (attribute1 "attr26349") ) ) +(assert (myObject (attribute1 "attr26350") ) ) +(assert (myObject (attribute1 "attr26351") ) ) +(assert (myObject (attribute1 "attr26352") ) ) +(assert (myObject (attribute1 "attr26353") ) ) +(assert (myObject (attribute1 "attr26354") ) ) +(assert (myObject (attribute1 "attr26355") ) ) +(assert (myObject (attribute1 "attr26356") ) ) +(assert (myObject (attribute1 "attr26357") ) ) +(assert (myObject (attribute1 "attr26358") ) ) +(assert (myObject (attribute1 "attr26359") ) ) +(assert (myObject (attribute1 "attr26360") ) ) +(assert (myObject (attribute1 "attr26361") ) ) +(assert (myObject (attribute1 "attr26362") ) ) +(assert (myObject (attribute1 "attr26363") ) ) +(assert (myObject (attribute1 "attr26364") ) ) +(assert (myObject (attribute1 "attr26365") ) ) +(assert (myObject (attribute1 "attr26366") ) ) +(assert (myObject (attribute1 "attr26367") ) ) +(assert (myObject (attribute1 "attr26368") ) ) +(assert (myObject (attribute1 "attr26369") ) ) +(assert (myObject (attribute1 "attr26370") ) ) +(assert (myObject (attribute1 "attr26371") ) ) +(assert (myObject (attribute1 "attr26372") ) ) +(assert (myObject (attribute1 "attr26373") ) ) +(assert (myObject (attribute1 "attr26374") ) ) +(assert (myObject (attribute1 "attr26375") ) ) +(assert (myObject (attribute1 "attr26376") ) ) +(assert (myObject (attribute1 "attr26377") ) ) +(assert (myObject (attribute1 "attr26378") ) ) +(assert (myObject (attribute1 "attr26379") ) ) +(assert (myObject (attribute1 "attr26380") ) ) +(assert (myObject (attribute1 "attr26381") ) ) +(assert (myObject (attribute1 "attr26382") ) ) +(assert (myObject (attribute1 "attr26383") ) ) +(assert (myObject (attribute1 "attr26384") ) ) +(assert (myObject (attribute1 "attr26385") ) ) +(assert (myObject (attribute1 "attr26386") ) ) +(assert (myObject (attribute1 "attr26387") ) ) +(assert (myObject (attribute1 "attr26388") ) ) +(assert (myObject (attribute1 "attr26389") ) ) +(assert (myObject (attribute1 "attr26390") ) ) +(assert (myObject (attribute1 "attr26391") ) ) +(assert (myObject (attribute1 "attr26392") ) ) +(assert (myObject (attribute1 "attr26393") ) ) +(assert (myObject (attribute1 "attr26394") ) ) +(assert (myObject (attribute1 "attr26395") ) ) +(assert (myObject (attribute1 "attr26396") ) ) +(assert (myObject (attribute1 "attr26397") ) ) +(assert (myObject (attribute1 "attr26398") ) ) +(assert (myObject (attribute1 "attr26399") ) ) +(assert (myObject (attribute1 "attr26400") ) ) +(assert (myObject (attribute1 "attr26401") ) ) +(assert (myObject (attribute1 "attr26402") ) ) +(assert (myObject (attribute1 "attr26403") ) ) +(assert (myObject (attribute1 "attr26404") ) ) +(assert (myObject (attribute1 "attr26405") ) ) +(assert (myObject (attribute1 "attr26406") ) ) +(assert (myObject (attribute1 "attr26407") ) ) +(assert (myObject (attribute1 "attr26408") ) ) +(assert (myObject (attribute1 "attr26409") ) ) +(assert (myObject (attribute1 "attr26410") ) ) +(assert (myObject (attribute1 "attr26411") ) ) +(assert (myObject (attribute1 "attr26412") ) ) +(assert (myObject (attribute1 "attr26413") ) ) +(assert (myObject (attribute1 "attr26414") ) ) +(assert (myObject (attribute1 "attr26415") ) ) +(assert (myObject (attribute1 "attr26416") ) ) +(assert (myObject (attribute1 "attr26417") ) ) +(assert (myObject (attribute1 "attr26418") ) ) +(assert (myObject (attribute1 "attr26419") ) ) +(assert (myObject (attribute1 "attr26420") ) ) +(assert (myObject (attribute1 "attr26421") ) ) +(assert (myObject (attribute1 "attr26422") ) ) +(assert (myObject (attribute1 "attr26423") ) ) +(assert (myObject (attribute1 "attr26424") ) ) +(assert (myObject (attribute1 "attr26425") ) ) +(assert (myObject (attribute1 "attr26426") ) ) +(assert (myObject (attribute1 "attr26427") ) ) +(assert (myObject (attribute1 "attr26428") ) ) +(assert (myObject (attribute1 "attr26429") ) ) +(assert (myObject (attribute1 "attr26430") ) ) +(assert (myObject (attribute1 "attr26431") ) ) +(assert (myObject (attribute1 "attr26432") ) ) +(assert (myObject (attribute1 "attr26433") ) ) +(assert (myObject (attribute1 "attr26434") ) ) +(assert (myObject (attribute1 "attr26435") ) ) +(assert (myObject (attribute1 "attr26436") ) ) +(assert (myObject (attribute1 "attr26437") ) ) +(assert (myObject (attribute1 "attr26438") ) ) +(assert (myObject (attribute1 "attr26439") ) ) +(assert (myObject (attribute1 "attr26440") ) ) +(assert (myObject (attribute1 "attr26441") ) ) +(assert (myObject (attribute1 "attr26442") ) ) +(assert (myObject (attribute1 "attr26443") ) ) +(assert (myObject (attribute1 "attr26444") ) ) +(assert (myObject (attribute1 "attr26445") ) ) +(assert (myObject (attribute1 "attr26446") ) ) +(assert (myObject (attribute1 "attr26447") ) ) +(assert (myObject (attribute1 "attr26448") ) ) +(assert (myObject (attribute1 "attr26449") ) ) +(assert (myObject (attribute1 "attr26450") ) ) +(assert (myObject (attribute1 "attr26451") ) ) +(assert (myObject (attribute1 "attr26452") ) ) +(assert (myObject (attribute1 "attr26453") ) ) +(assert (myObject (attribute1 "attr26454") ) ) +(assert (myObject (attribute1 "attr26455") ) ) +(assert (myObject (attribute1 "attr26456") ) ) +(assert (myObject (attribute1 "attr26457") ) ) +(assert (myObject (attribute1 "attr26458") ) ) +(assert (myObject (attribute1 "attr26459") ) ) +(assert (myObject (attribute1 "attr26460") ) ) +(assert (myObject (attribute1 "attr26461") ) ) +(assert (myObject (attribute1 "attr26462") ) ) +(assert (myObject (attribute1 "attr26463") ) ) +(assert (myObject (attribute1 "attr26464") ) ) +(assert (myObject (attribute1 "attr26465") ) ) +(assert (myObject (attribute1 "attr26466") ) ) +(assert (myObject (attribute1 "attr26467") ) ) +(assert (myObject (attribute1 "attr26468") ) ) +(assert (myObject (attribute1 "attr26469") ) ) +(assert (myObject (attribute1 "attr26470") ) ) +(assert (myObject (attribute1 "attr26471") ) ) +(assert (myObject (attribute1 "attr26472") ) ) +(assert (myObject (attribute1 "attr26473") ) ) +(assert (myObject (attribute1 "attr26474") ) ) +(assert (myObject (attribute1 "attr26475") ) ) +(assert (myObject (attribute1 "attr26476") ) ) +(assert (myObject (attribute1 "attr26477") ) ) +(assert (myObject (attribute1 "attr26478") ) ) +(assert (myObject (attribute1 "attr26479") ) ) +(assert (myObject (attribute1 "attr26480") ) ) +(assert (myObject (attribute1 "attr26481") ) ) +(assert (myObject (attribute1 "attr26482") ) ) +(assert (myObject (attribute1 "attr26483") ) ) +(assert (myObject (attribute1 "attr26484") ) ) +(assert (myObject (attribute1 "attr26485") ) ) +(assert (myObject (attribute1 "attr26486") ) ) +(assert (myObject (attribute1 "attr26487") ) ) +(assert (myObject (attribute1 "attr26488") ) ) +(assert (myObject (attribute1 "attr26489") ) ) +(assert (myObject (attribute1 "attr26490") ) ) +(assert (myObject (attribute1 "attr26491") ) ) +(assert (myObject (attribute1 "attr26492") ) ) +(assert (myObject (attribute1 "attr26493") ) ) +(assert (myObject (attribute1 "attr26494") ) ) +(assert (myObject (attribute1 "attr26495") ) ) +(assert (myObject (attribute1 "attr26496") ) ) +(assert (myObject (attribute1 "attr26497") ) ) +(assert (myObject (attribute1 "attr26498") ) ) +(assert (myObject (attribute1 "attr26499") ) ) +(assert (myObject (attribute1 "attr26500") ) ) +(assert (myObject (attribute1 "attr26501") ) ) +(assert (myObject (attribute1 "attr26502") ) ) +(assert (myObject (attribute1 "attr26503") ) ) +(assert (myObject (attribute1 "attr26504") ) ) +(assert (myObject (attribute1 "attr26505") ) ) +(assert (myObject (attribute1 "attr26506") ) ) +(assert (myObject (attribute1 "attr26507") ) ) +(assert (myObject (attribute1 "attr26508") ) ) +(assert (myObject (attribute1 "attr26509") ) ) +(assert (myObject (attribute1 "attr26510") ) ) +(assert (myObject (attribute1 "attr26511") ) ) +(assert (myObject (attribute1 "attr26512") ) ) +(assert (myObject (attribute1 "attr26513") ) ) +(assert (myObject (attribute1 "attr26514") ) ) +(assert (myObject (attribute1 "attr26515") ) ) +(assert (myObject (attribute1 "attr26516") ) ) +(assert (myObject (attribute1 "attr26517") ) ) +(assert (myObject (attribute1 "attr26518") ) ) +(assert (myObject (attribute1 "attr26519") ) ) +(assert (myObject (attribute1 "attr26520") ) ) +(assert (myObject (attribute1 "attr26521") ) ) +(assert (myObject (attribute1 "attr26522") ) ) +(assert (myObject (attribute1 "attr26523") ) ) +(assert (myObject (attribute1 "attr26524") ) ) +(assert (myObject (attribute1 "attr26525") ) ) +(assert (myObject (attribute1 "attr26526") ) ) +(assert (myObject (attribute1 "attr26527") ) ) +(assert (myObject (attribute1 "attr26528") ) ) +(assert (myObject (attribute1 "attr26529") ) ) +(assert (myObject (attribute1 "attr26530") ) ) +(assert (myObject (attribute1 "attr26531") ) ) +(assert (myObject (attribute1 "attr26532") ) ) +(assert (myObject (attribute1 "attr26533") ) ) +(assert (myObject (attribute1 "attr26534") ) ) +(assert (myObject (attribute1 "attr26535") ) ) +(assert (myObject (attribute1 "attr26536") ) ) +(assert (myObject (attribute1 "attr26537") ) ) +(assert (myObject (attribute1 "attr26538") ) ) +(assert (myObject (attribute1 "attr26539") ) ) +(assert (myObject (attribute1 "attr26540") ) ) +(assert (myObject (attribute1 "attr26541") ) ) +(assert (myObject (attribute1 "attr26542") ) ) +(assert (myObject (attribute1 "attr26543") ) ) +(assert (myObject (attribute1 "attr26544") ) ) +(assert (myObject (attribute1 "attr26545") ) ) +(assert (myObject (attribute1 "attr26546") ) ) +(assert (myObject (attribute1 "attr26547") ) ) +(assert (myObject (attribute1 "attr26548") ) ) +(assert (myObject (attribute1 "attr26549") ) ) +(assert (myObject (attribute1 "attr26550") ) ) +(assert (myObject (attribute1 "attr26551") ) ) +(assert (myObject (attribute1 "attr26552") ) ) +(assert (myObject (attribute1 "attr26553") ) ) +(assert (myObject (attribute1 "attr26554") ) ) +(assert (myObject (attribute1 "attr26555") ) ) +(assert (myObject (attribute1 "attr26556") ) ) +(assert (myObject (attribute1 "attr26557") ) ) +(assert (myObject (attribute1 "attr26558") ) ) +(assert (myObject (attribute1 "attr26559") ) ) +(assert (myObject (attribute1 "attr26560") ) ) +(assert (myObject (attribute1 "attr26561") ) ) +(assert (myObject (attribute1 "attr26562") ) ) +(assert (myObject (attribute1 "attr26563") ) ) +(assert (myObject (attribute1 "attr26564") ) ) +(assert (myObject (attribute1 "attr26565") ) ) +(assert (myObject (attribute1 "attr26566") ) ) +(assert (myObject (attribute1 "attr26567") ) ) +(assert (myObject (attribute1 "attr26568") ) ) +(assert (myObject (attribute1 "attr26569") ) ) +(assert (myObject (attribute1 "attr26570") ) ) +(assert (myObject (attribute1 "attr26571") ) ) +(assert (myObject (attribute1 "attr26572") ) ) +(assert (myObject (attribute1 "attr26573") ) ) +(assert (myObject (attribute1 "attr26574") ) ) +(assert (myObject (attribute1 "attr26575") ) ) +(assert (myObject (attribute1 "attr26576") ) ) +(assert (myObject (attribute1 "attr26577") ) ) +(assert (myObject (attribute1 "attr26578") ) ) +(assert (myObject (attribute1 "attr26579") ) ) +(assert (myObject (attribute1 "attr26580") ) ) +(assert (myObject (attribute1 "attr26581") ) ) +(assert (myObject (attribute1 "attr26582") ) ) +(assert (myObject (attribute1 "attr26583") ) ) +(assert (myObject (attribute1 "attr26584") ) ) +(assert (myObject (attribute1 "attr26585") ) ) +(assert (myObject (attribute1 "attr26586") ) ) +(assert (myObject (attribute1 "attr26587") ) ) +(assert (myObject (attribute1 "attr26588") ) ) +(assert (myObject (attribute1 "attr26589") ) ) +(assert (myObject (attribute1 "attr26590") ) ) +(assert (myObject (attribute1 "attr26591") ) ) +(assert (myObject (attribute1 "attr26592") ) ) +(assert (myObject (attribute1 "attr26593") ) ) +(assert (myObject (attribute1 "attr26594") ) ) +(assert (myObject (attribute1 "attr26595") ) ) +(assert (myObject (attribute1 "attr26596") ) ) +(assert (myObject (attribute1 "attr26597") ) ) +(assert (myObject (attribute1 "attr26598") ) ) +(assert (myObject (attribute1 "attr26599") ) ) +(assert (myObject (attribute1 "attr26600") ) ) +(assert (myObject (attribute1 "attr26601") ) ) +(assert (myObject (attribute1 "attr26602") ) ) +(assert (myObject (attribute1 "attr26603") ) ) +(assert (myObject (attribute1 "attr26604") ) ) +(assert (myObject (attribute1 "attr26605") ) ) +(assert (myObject (attribute1 "attr26606") ) ) +(assert (myObject (attribute1 "attr26607") ) ) +(assert (myObject (attribute1 "attr26608") ) ) +(assert (myObject (attribute1 "attr26609") ) ) +(assert (myObject (attribute1 "attr26610") ) ) +(assert (myObject (attribute1 "attr26611") ) ) +(assert (myObject (attribute1 "attr26612") ) ) +(assert (myObject (attribute1 "attr26613") ) ) +(assert (myObject (attribute1 "attr26614") ) ) +(assert (myObject (attribute1 "attr26615") ) ) +(assert (myObject (attribute1 "attr26616") ) ) +(assert (myObject (attribute1 "attr26617") ) ) +(assert (myObject (attribute1 "attr26618") ) ) +(assert (myObject (attribute1 "attr26619") ) ) +(assert (myObject (attribute1 "attr26620") ) ) +(assert (myObject (attribute1 "attr26621") ) ) +(assert (myObject (attribute1 "attr26622") ) ) +(assert (myObject (attribute1 "attr26623") ) ) +(assert (myObject (attribute1 "attr26624") ) ) +(assert (myObject (attribute1 "attr26625") ) ) +(assert (myObject (attribute1 "attr26626") ) ) +(assert (myObject (attribute1 "attr26627") ) ) +(assert (myObject (attribute1 "attr26628") ) ) +(assert (myObject (attribute1 "attr26629") ) ) +(assert (myObject (attribute1 "attr26630") ) ) +(assert (myObject (attribute1 "attr26631") ) ) +(assert (myObject (attribute1 "attr26632") ) ) +(assert (myObject (attribute1 "attr26633") ) ) +(assert (myObject (attribute1 "attr26634") ) ) +(assert (myObject (attribute1 "attr26635") ) ) +(assert (myObject (attribute1 "attr26636") ) ) +(assert (myObject (attribute1 "attr26637") ) ) +(assert (myObject (attribute1 "attr26638") ) ) +(assert (myObject (attribute1 "attr26639") ) ) +(assert (myObject (attribute1 "attr26640") ) ) +(assert (myObject (attribute1 "attr26641") ) ) +(assert (myObject (attribute1 "attr26642") ) ) +(assert (myObject (attribute1 "attr26643") ) ) +(assert (myObject (attribute1 "attr26644") ) ) +(assert (myObject (attribute1 "attr26645") ) ) +(assert (myObject (attribute1 "attr26646") ) ) +(assert (myObject (attribute1 "attr26647") ) ) +(assert (myObject (attribute1 "attr26648") ) ) +(assert (myObject (attribute1 "attr26649") ) ) +(assert (myObject (attribute1 "attr26650") ) ) +(assert (myObject (attribute1 "attr26651") ) ) +(assert (myObject (attribute1 "attr26652") ) ) +(assert (myObject (attribute1 "attr26653") ) ) +(assert (myObject (attribute1 "attr26654") ) ) +(assert (myObject (attribute1 "attr26655") ) ) +(assert (myObject (attribute1 "attr26656") ) ) +(assert (myObject (attribute1 "attr26657") ) ) +(assert (myObject (attribute1 "attr26658") ) ) +(assert (myObject (attribute1 "attr26659") ) ) +(assert (myObject (attribute1 "attr26660") ) ) +(assert (myObject (attribute1 "attr26661") ) ) +(assert (myObject (attribute1 "attr26662") ) ) +(assert (myObject (attribute1 "attr26663") ) ) +(assert (myObject (attribute1 "attr26664") ) ) +(assert (myObject (attribute1 "attr26665") ) ) +(assert (myObject (attribute1 "attr26666") ) ) +(assert (myObject (attribute1 "attr26667") ) ) +(assert (myObject (attribute1 "attr26668") ) ) +(assert (myObject (attribute1 "attr26669") ) ) +(assert (myObject (attribute1 "attr26670") ) ) +(assert (myObject (attribute1 "attr26671") ) ) +(assert (myObject (attribute1 "attr26672") ) ) +(assert (myObject (attribute1 "attr26673") ) ) +(assert (myObject (attribute1 "attr26674") ) ) +(assert (myObject (attribute1 "attr26675") ) ) +(assert (myObject (attribute1 "attr26676") ) ) +(assert (myObject (attribute1 "attr26677") ) ) +(assert (myObject (attribute1 "attr26678") ) ) +(assert (myObject (attribute1 "attr26679") ) ) +(assert (myObject (attribute1 "attr26680") ) ) +(assert (myObject (attribute1 "attr26681") ) ) +(assert (myObject (attribute1 "attr26682") ) ) +(assert (myObject (attribute1 "attr26683") ) ) +(assert (myObject (attribute1 "attr26684") ) ) +(assert (myObject (attribute1 "attr26685") ) ) +(assert (myObject (attribute1 "attr26686") ) ) +(assert (myObject (attribute1 "attr26687") ) ) +(assert (myObject (attribute1 "attr26688") ) ) +(assert (myObject (attribute1 "attr26689") ) ) +(assert (myObject (attribute1 "attr26690") ) ) +(assert (myObject (attribute1 "attr26691") ) ) +(assert (myObject (attribute1 "attr26692") ) ) +(assert (myObject (attribute1 "attr26693") ) ) +(assert (myObject (attribute1 "attr26694") ) ) +(assert (myObject (attribute1 "attr26695") ) ) +(assert (myObject (attribute1 "attr26696") ) ) +(assert (myObject (attribute1 "attr26697") ) ) +(assert (myObject (attribute1 "attr26698") ) ) +(assert (myObject (attribute1 "attr26699") ) ) +(assert (myObject (attribute1 "attr26700") ) ) +(assert (myObject (attribute1 "attr26701") ) ) +(assert (myObject (attribute1 "attr26702") ) ) +(assert (myObject (attribute1 "attr26703") ) ) +(assert (myObject (attribute1 "attr26704") ) ) +(assert (myObject (attribute1 "attr26705") ) ) +(assert (myObject (attribute1 "attr26706") ) ) +(assert (myObject (attribute1 "attr26707") ) ) +(assert (myObject (attribute1 "attr26708") ) ) +(assert (myObject (attribute1 "attr26709") ) ) +(assert (myObject (attribute1 "attr26710") ) ) +(assert (myObject (attribute1 "attr26711") ) ) +(assert (myObject (attribute1 "attr26712") ) ) +(assert (myObject (attribute1 "attr26713") ) ) +(assert (myObject (attribute1 "attr26714") ) ) +(assert (myObject (attribute1 "attr26715") ) ) +(assert (myObject (attribute1 "attr26716") ) ) +(assert (myObject (attribute1 "attr26717") ) ) +(assert (myObject (attribute1 "attr26718") ) ) +(assert (myObject (attribute1 "attr26719") ) ) +(assert (myObject (attribute1 "attr26720") ) ) +(assert (myObject (attribute1 "attr26721") ) ) +(assert (myObject (attribute1 "attr26722") ) ) +(assert (myObject (attribute1 "attr26723") ) ) +(assert (myObject (attribute1 "attr26724") ) ) +(assert (myObject (attribute1 "attr26725") ) ) +(assert (myObject (attribute1 "attr26726") ) ) +(assert (myObject (attribute1 "attr26727") ) ) +(assert (myObject (attribute1 "attr26728") ) ) +(assert (myObject (attribute1 "attr26729") ) ) +(assert (myObject (attribute1 "attr26730") ) ) +(assert (myObject (attribute1 "attr26731") ) ) +(assert (myObject (attribute1 "attr26732") ) ) +(assert (myObject (attribute1 "attr26733") ) ) +(assert (myObject (attribute1 "attr26734") ) ) +(assert (myObject (attribute1 "attr26735") ) ) +(assert (myObject (attribute1 "attr26736") ) ) +(assert (myObject (attribute1 "attr26737") ) ) +(assert (myObject (attribute1 "attr26738") ) ) +(assert (myObject (attribute1 "attr26739") ) ) +(assert (myObject (attribute1 "attr26740") ) ) +(assert (myObject (attribute1 "attr26741") ) ) +(assert (myObject (attribute1 "attr26742") ) ) +(assert (myObject (attribute1 "attr26743") ) ) +(assert (myObject (attribute1 "attr26744") ) ) +(assert (myObject (attribute1 "attr26745") ) ) +(assert (myObject (attribute1 "attr26746") ) ) +(assert (myObject (attribute1 "attr26747") ) ) +(assert (myObject (attribute1 "attr26748") ) ) +(assert (myObject (attribute1 "attr26749") ) ) +(assert (myObject (attribute1 "attr26750") ) ) +(assert (myObject (attribute1 "attr26751") ) ) +(assert (myObject (attribute1 "attr26752") ) ) +(assert (myObject (attribute1 "attr26753") ) ) +(assert (myObject (attribute1 "attr26754") ) ) +(assert (myObject (attribute1 "attr26755") ) ) +(assert (myObject (attribute1 "attr26756") ) ) +(assert (myObject (attribute1 "attr26757") ) ) +(assert (myObject (attribute1 "attr26758") ) ) +(assert (myObject (attribute1 "attr26759") ) ) +(assert (myObject (attribute1 "attr26760") ) ) +(assert (myObject (attribute1 "attr26761") ) ) +(assert (myObject (attribute1 "attr26762") ) ) +(assert (myObject (attribute1 "attr26763") ) ) +(assert (myObject (attribute1 "attr26764") ) ) +(assert (myObject (attribute1 "attr26765") ) ) +(assert (myObject (attribute1 "attr26766") ) ) +(assert (myObject (attribute1 "attr26767") ) ) +(assert (myObject (attribute1 "attr26768") ) ) +(assert (myObject (attribute1 "attr26769") ) ) +(assert (myObject (attribute1 "attr26770") ) ) +(assert (myObject (attribute1 "attr26771") ) ) +(assert (myObject (attribute1 "attr26772") ) ) +(assert (myObject (attribute1 "attr26773") ) ) +(assert (myObject (attribute1 "attr26774") ) ) +(assert (myObject (attribute1 "attr26775") ) ) +(assert (myObject (attribute1 "attr26776") ) ) +(assert (myObject (attribute1 "attr26777") ) ) +(assert (myObject (attribute1 "attr26778") ) ) +(assert (myObject (attribute1 "attr26779") ) ) +(assert (myObject (attribute1 "attr26780") ) ) +(assert (myObject (attribute1 "attr26781") ) ) +(assert (myObject (attribute1 "attr26782") ) ) +(assert (myObject (attribute1 "attr26783") ) ) +(assert (myObject (attribute1 "attr26784") ) ) +(assert (myObject (attribute1 "attr26785") ) ) +(assert (myObject (attribute1 "attr26786") ) ) +(assert (myObject (attribute1 "attr26787") ) ) +(assert (myObject (attribute1 "attr26788") ) ) +(assert (myObject (attribute1 "attr26789") ) ) +(assert (myObject (attribute1 "attr26790") ) ) +(assert (myObject (attribute1 "attr26791") ) ) +(assert (myObject (attribute1 "attr26792") ) ) +(assert (myObject (attribute1 "attr26793") ) ) +(assert (myObject (attribute1 "attr26794") ) ) +(assert (myObject (attribute1 "attr26795") ) ) +(assert (myObject (attribute1 "attr26796") ) ) +(assert (myObject (attribute1 "attr26797") ) ) +(assert (myObject (attribute1 "attr26798") ) ) +(assert (myObject (attribute1 "attr26799") ) ) +(assert (myObject (attribute1 "attr26800") ) ) +(assert (myObject (attribute1 "attr26801") ) ) +(assert (myObject (attribute1 "attr26802") ) ) +(assert (myObject (attribute1 "attr26803") ) ) +(assert (myObject (attribute1 "attr26804") ) ) +(assert (myObject (attribute1 "attr26805") ) ) +(assert (myObject (attribute1 "attr26806") ) ) +(assert (myObject (attribute1 "attr26807") ) ) +(assert (myObject (attribute1 "attr26808") ) ) +(assert (myObject (attribute1 "attr26809") ) ) +(assert (myObject (attribute1 "attr26810") ) ) +(assert (myObject (attribute1 "attr26811") ) ) +(assert (myObject (attribute1 "attr26812") ) ) +(assert (myObject (attribute1 "attr26813") ) ) +(assert (myObject (attribute1 "attr26814") ) ) +(assert (myObject (attribute1 "attr26815") ) ) +(assert (myObject (attribute1 "attr26816") ) ) +(assert (myObject (attribute1 "attr26817") ) ) +(assert (myObject (attribute1 "attr26818") ) ) +(assert (myObject (attribute1 "attr26819") ) ) +(assert (myObject (attribute1 "attr26820") ) ) +(assert (myObject (attribute1 "attr26821") ) ) +(assert (myObject (attribute1 "attr26822") ) ) +(assert (myObject (attribute1 "attr26823") ) ) +(assert (myObject (attribute1 "attr26824") ) ) +(assert (myObject (attribute1 "attr26825") ) ) +(assert (myObject (attribute1 "attr26826") ) ) +(assert (myObject (attribute1 "attr26827") ) ) +(assert (myObject (attribute1 "attr26828") ) ) +(assert (myObject (attribute1 "attr26829") ) ) +(assert (myObject (attribute1 "attr26830") ) ) +(assert (myObject (attribute1 "attr26831") ) ) +(assert (myObject (attribute1 "attr26832") ) ) +(assert (myObject (attribute1 "attr26833") ) ) +(assert (myObject (attribute1 "attr26834") ) ) +(assert (myObject (attribute1 "attr26835") ) ) +(assert (myObject (attribute1 "attr26836") ) ) +(assert (myObject (attribute1 "attr26837") ) ) +(assert (myObject (attribute1 "attr26838") ) ) +(assert (myObject (attribute1 "attr26839") ) ) +(assert (myObject (attribute1 "attr26840") ) ) +(assert (myObject (attribute1 "attr26841") ) ) +(assert (myObject (attribute1 "attr26842") ) ) +(assert (myObject (attribute1 "attr26843") ) ) +(assert (myObject (attribute1 "attr26844") ) ) +(assert (myObject (attribute1 "attr26845") ) ) +(assert (myObject (attribute1 "attr26846") ) ) +(assert (myObject (attribute1 "attr26847") ) ) +(assert (myObject (attribute1 "attr26848") ) ) +(assert (myObject (attribute1 "attr26849") ) ) +(assert (myObject (attribute1 "attr26850") ) ) +(assert (myObject (attribute1 "attr26851") ) ) +(assert (myObject (attribute1 "attr26852") ) ) +(assert (myObject (attribute1 "attr26853") ) ) +(assert (myObject (attribute1 "attr26854") ) ) +(assert (myObject (attribute1 "attr26855") ) ) +(assert (myObject (attribute1 "attr26856") ) ) +(assert (myObject (attribute1 "attr26857") ) ) +(assert (myObject (attribute1 "attr26858") ) ) +(assert (myObject (attribute1 "attr26859") ) ) +(assert (myObject (attribute1 "attr26860") ) ) +(assert (myObject (attribute1 "attr26861") ) ) +(assert (myObject (attribute1 "attr26862") ) ) +(assert (myObject (attribute1 "attr26863") ) ) +(assert (myObject (attribute1 "attr26864") ) ) +(assert (myObject (attribute1 "attr26865") ) ) +(assert (myObject (attribute1 "attr26866") ) ) +(assert (myObject (attribute1 "attr26867") ) ) +(assert (myObject (attribute1 "attr26868") ) ) +(assert (myObject (attribute1 "attr26869") ) ) +(assert (myObject (attribute1 "attr26870") ) ) +(assert (myObject (attribute1 "attr26871") ) ) +(assert (myObject (attribute1 "attr26872") ) ) +(assert (myObject (attribute1 "attr26873") ) ) +(assert (myObject (attribute1 "attr26874") ) ) +(assert (myObject (attribute1 "attr26875") ) ) +(assert (myObject (attribute1 "attr26876") ) ) +(assert (myObject (attribute1 "attr26877") ) ) +(assert (myObject (attribute1 "attr26878") ) ) +(assert (myObject (attribute1 "attr26879") ) ) +(assert (myObject (attribute1 "attr26880") ) ) +(assert (myObject (attribute1 "attr26881") ) ) +(assert (myObject (attribute1 "attr26882") ) ) +(assert (myObject (attribute1 "attr26883") ) ) +(assert (myObject (attribute1 "attr26884") ) ) +(assert (myObject (attribute1 "attr26885") ) ) +(assert (myObject (attribute1 "attr26886") ) ) +(assert (myObject (attribute1 "attr26887") ) ) +(assert (myObject (attribute1 "attr26888") ) ) +(assert (myObject (attribute1 "attr26889") ) ) +(assert (myObject (attribute1 "attr26890") ) ) +(assert (myObject (attribute1 "attr26891") ) ) +(assert (myObject (attribute1 "attr26892") ) ) +(assert (myObject (attribute1 "attr26893") ) ) +(assert (myObject (attribute1 "attr26894") ) ) +(assert (myObject (attribute1 "attr26895") ) ) +(assert (myObject (attribute1 "attr26896") ) ) +(assert (myObject (attribute1 "attr26897") ) ) +(assert (myObject (attribute1 "attr26898") ) ) +(assert (myObject (attribute1 "attr26899") ) ) +(assert (myObject (attribute1 "attr26900") ) ) +(assert (myObject (attribute1 "attr26901") ) ) +(assert (myObject (attribute1 "attr26902") ) ) +(assert (myObject (attribute1 "attr26903") ) ) +(assert (myObject (attribute1 "attr26904") ) ) +(assert (myObject (attribute1 "attr26905") ) ) +(assert (myObject (attribute1 "attr26906") ) ) +(assert (myObject (attribute1 "attr26907") ) ) +(assert (myObject (attribute1 "attr26908") ) ) +(assert (myObject (attribute1 "attr26909") ) ) +(assert (myObject (attribute1 "attr26910") ) ) +(assert (myObject (attribute1 "attr26911") ) ) +(assert (myObject (attribute1 "attr26912") ) ) +(assert (myObject (attribute1 "attr26913") ) ) +(assert (myObject (attribute1 "attr26914") ) ) +(assert (myObject (attribute1 "attr26915") ) ) +(assert (myObject (attribute1 "attr26916") ) ) +(assert (myObject (attribute1 "attr26917") ) ) +(assert (myObject (attribute1 "attr26918") ) ) +(assert (myObject (attribute1 "attr26919") ) ) +(assert (myObject (attribute1 "attr26920") ) ) +(assert (myObject (attribute1 "attr26921") ) ) +(assert (myObject (attribute1 "attr26922") ) ) +(assert (myObject (attribute1 "attr26923") ) ) +(assert (myObject (attribute1 "attr26924") ) ) +(assert (myObject (attribute1 "attr26925") ) ) +(assert (myObject (attribute1 "attr26926") ) ) +(assert (myObject (attribute1 "attr26927") ) ) +(assert (myObject (attribute1 "attr26928") ) ) +(assert (myObject (attribute1 "attr26929") ) ) +(assert (myObject (attribute1 "attr26930") ) ) +(assert (myObject (attribute1 "attr26931") ) ) +(assert (myObject (attribute1 "attr26932") ) ) +(assert (myObject (attribute1 "attr26933") ) ) +(assert (myObject (attribute1 "attr26934") ) ) +(assert (myObject (attribute1 "attr26935") ) ) +(assert (myObject (attribute1 "attr26936") ) ) +(assert (myObject (attribute1 "attr26937") ) ) +(assert (myObject (attribute1 "attr26938") ) ) +(assert (myObject (attribute1 "attr26939") ) ) +(assert (myObject (attribute1 "attr26940") ) ) +(assert (myObject (attribute1 "attr26941") ) ) +(assert (myObject (attribute1 "attr26942") ) ) +(assert (myObject (attribute1 "attr26943") ) ) +(assert (myObject (attribute1 "attr26944") ) ) +(assert (myObject (attribute1 "attr26945") ) ) +(assert (myObject (attribute1 "attr26946") ) ) +(assert (myObject (attribute1 "attr26947") ) ) +(assert (myObject (attribute1 "attr26948") ) ) +(assert (myObject (attribute1 "attr26949") ) ) +(assert (myObject (attribute1 "attr26950") ) ) +(assert (myObject (attribute1 "attr26951") ) ) +(assert (myObject (attribute1 "attr26952") ) ) +(assert (myObject (attribute1 "attr26953") ) ) +(assert (myObject (attribute1 "attr26954") ) ) +(assert (myObject (attribute1 "attr26955") ) ) +(assert (myObject (attribute1 "attr26956") ) ) +(assert (myObject (attribute1 "attr26957") ) ) +(assert (myObject (attribute1 "attr26958") ) ) +(assert (myObject (attribute1 "attr26959") ) ) +(assert (myObject (attribute1 "attr26960") ) ) +(assert (myObject (attribute1 "attr26961") ) ) +(assert (myObject (attribute1 "attr26962") ) ) +(assert (myObject (attribute1 "attr26963") ) ) +(assert (myObject (attribute1 "attr26964") ) ) +(assert (myObject (attribute1 "attr26965") ) ) +(assert (myObject (attribute1 "attr26966") ) ) +(assert (myObject (attribute1 "attr26967") ) ) +(assert (myObject (attribute1 "attr26968") ) ) +(assert (myObject (attribute1 "attr26969") ) ) +(assert (myObject (attribute1 "attr26970") ) ) +(assert (myObject (attribute1 "attr26971") ) ) +(assert (myObject (attribute1 "attr26972") ) ) +(assert (myObject (attribute1 "attr26973") ) ) +(assert (myObject (attribute1 "attr26974") ) ) +(assert (myObject (attribute1 "attr26975") ) ) +(assert (myObject (attribute1 "attr26976") ) ) +(assert (myObject (attribute1 "attr26977") ) ) +(assert (myObject (attribute1 "attr26978") ) ) +(assert (myObject (attribute1 "attr26979") ) ) +(assert (myObject (attribute1 "attr26980") ) ) +(assert (myObject (attribute1 "attr26981") ) ) +(assert (myObject (attribute1 "attr26982") ) ) +(assert (myObject (attribute1 "attr26983") ) ) +(assert (myObject (attribute1 "attr26984") ) ) +(assert (myObject (attribute1 "attr26985") ) ) +(assert (myObject (attribute1 "attr26986") ) ) +(assert (myObject (attribute1 "attr26987") ) ) +(assert (myObject (attribute1 "attr26988") ) ) +(assert (myObject (attribute1 "attr26989") ) ) +(assert (myObject (attribute1 "attr26990") ) ) +(assert (myObject (attribute1 "attr26991") ) ) +(assert (myObject (attribute1 "attr26992") ) ) +(assert (myObject (attribute1 "attr26993") ) ) +(assert (myObject (attribute1 "attr26994") ) ) +(assert (myObject (attribute1 "attr26995") ) ) +(assert (myObject (attribute1 "attr26996") ) ) +(assert (myObject (attribute1 "attr26997") ) ) +(assert (myObject (attribute1 "attr26998") ) ) +(assert (myObject (attribute1 "attr26999") ) ) +(assert (myObject (attribute1 "attr27000") ) ) +(assert (myObject (attribute1 "attr27001") ) ) +(assert (myObject (attribute1 "attr27002") ) ) +(assert (myObject (attribute1 "attr27003") ) ) +(assert (myObject (attribute1 "attr27004") ) ) +(assert (myObject (attribute1 "attr27005") ) ) +(assert (myObject (attribute1 "attr27006") ) ) +(assert (myObject (attribute1 "attr27007") ) ) +(assert (myObject (attribute1 "attr27008") ) ) +(assert (myObject (attribute1 "attr27009") ) ) +(assert (myObject (attribute1 "attr27010") ) ) +(assert (myObject (attribute1 "attr27011") ) ) +(assert (myObject (attribute1 "attr27012") ) ) +(assert (myObject (attribute1 "attr27013") ) ) +(assert (myObject (attribute1 "attr27014") ) ) +(assert (myObject (attribute1 "attr27015") ) ) +(assert (myObject (attribute1 "attr27016") ) ) +(assert (myObject (attribute1 "attr27017") ) ) +(assert (myObject (attribute1 "attr27018") ) ) +(assert (myObject (attribute1 "attr27019") ) ) +(assert (myObject (attribute1 "attr27020") ) ) +(assert (myObject (attribute1 "attr27021") ) ) +(assert (myObject (attribute1 "attr27022") ) ) +(assert (myObject (attribute1 "attr27023") ) ) +(assert (myObject (attribute1 "attr27024") ) ) +(assert (myObject (attribute1 "attr27025") ) ) +(assert (myObject (attribute1 "attr27026") ) ) +(assert (myObject (attribute1 "attr27027") ) ) +(assert (myObject (attribute1 "attr27028") ) ) +(assert (myObject (attribute1 "attr27029") ) ) +(assert (myObject (attribute1 "attr27030") ) ) +(assert (myObject (attribute1 "attr27031") ) ) +(assert (myObject (attribute1 "attr27032") ) ) +(assert (myObject (attribute1 "attr27033") ) ) +(assert (myObject (attribute1 "attr27034") ) ) +(assert (myObject (attribute1 "attr27035") ) ) +(assert (myObject (attribute1 "attr27036") ) ) +(assert (myObject (attribute1 "attr27037") ) ) +(assert (myObject (attribute1 "attr27038") ) ) +(assert (myObject (attribute1 "attr27039") ) ) +(assert (myObject (attribute1 "attr27040") ) ) +(assert (myObject (attribute1 "attr27041") ) ) +(assert (myObject (attribute1 "attr27042") ) ) +(assert (myObject (attribute1 "attr27043") ) ) +(assert (myObject (attribute1 "attr27044") ) ) +(assert (myObject (attribute1 "attr27045") ) ) +(assert (myObject (attribute1 "attr27046") ) ) +(assert (myObject (attribute1 "attr27047") ) ) +(assert (myObject (attribute1 "attr27048") ) ) +(assert (myObject (attribute1 "attr27049") ) ) +(assert (myObject (attribute1 "attr27050") ) ) +(assert (myObject (attribute1 "attr27051") ) ) +(assert (myObject (attribute1 "attr27052") ) ) +(assert (myObject (attribute1 "attr27053") ) ) +(assert (myObject (attribute1 "attr27054") ) ) +(assert (myObject (attribute1 "attr27055") ) ) +(assert (myObject (attribute1 "attr27056") ) ) +(assert (myObject (attribute1 "attr27057") ) ) +(assert (myObject (attribute1 "attr27058") ) ) +(assert (myObject (attribute1 "attr27059") ) ) +(assert (myObject (attribute1 "attr27060") ) ) +(assert (myObject (attribute1 "attr27061") ) ) +(assert (myObject (attribute1 "attr27062") ) ) +(assert (myObject (attribute1 "attr27063") ) ) +(assert (myObject (attribute1 "attr27064") ) ) +(assert (myObject (attribute1 "attr27065") ) ) +(assert (myObject (attribute1 "attr27066") ) ) +(assert (myObject (attribute1 "attr27067") ) ) +(assert (myObject (attribute1 "attr27068") ) ) +(assert (myObject (attribute1 "attr27069") ) ) +(assert (myObject (attribute1 "attr27070") ) ) +(assert (myObject (attribute1 "attr27071") ) ) +(assert (myObject (attribute1 "attr27072") ) ) +(assert (myObject (attribute1 "attr27073") ) ) +(assert (myObject (attribute1 "attr27074") ) ) +(assert (myObject (attribute1 "attr27075") ) ) +(assert (myObject (attribute1 "attr27076") ) ) +(assert (myObject (attribute1 "attr27077") ) ) +(assert (myObject (attribute1 "attr27078") ) ) +(assert (myObject (attribute1 "attr27079") ) ) +(assert (myObject (attribute1 "attr27080") ) ) +(assert (myObject (attribute1 "attr27081") ) ) +(assert (myObject (attribute1 "attr27082") ) ) +(assert (myObject (attribute1 "attr27083") ) ) +(assert (myObject (attribute1 "attr27084") ) ) +(assert (myObject (attribute1 "attr27085") ) ) +(assert (myObject (attribute1 "attr27086") ) ) +(assert (myObject (attribute1 "attr27087") ) ) +(assert (myObject (attribute1 "attr27088") ) ) +(assert (myObject (attribute1 "attr27089") ) ) +(assert (myObject (attribute1 "attr27090") ) ) +(assert (myObject (attribute1 "attr27091") ) ) +(assert (myObject (attribute1 "attr27092") ) ) +(assert (myObject (attribute1 "attr27093") ) ) +(assert (myObject (attribute1 "attr27094") ) ) +(assert (myObject (attribute1 "attr27095") ) ) +(assert (myObject (attribute1 "attr27096") ) ) +(assert (myObject (attribute1 "attr27097") ) ) +(assert (myObject (attribute1 "attr27098") ) ) +(assert (myObject (attribute1 "attr27099") ) ) +(assert (myObject (attribute1 "attr27100") ) ) +(assert (myObject (attribute1 "attr27101") ) ) +(assert (myObject (attribute1 "attr27102") ) ) +(assert (myObject (attribute1 "attr27103") ) ) +(assert (myObject (attribute1 "attr27104") ) ) +(assert (myObject (attribute1 "attr27105") ) ) +(assert (myObject (attribute1 "attr27106") ) ) +(assert (myObject (attribute1 "attr27107") ) ) +(assert (myObject (attribute1 "attr27108") ) ) +(assert (myObject (attribute1 "attr27109") ) ) +(assert (myObject (attribute1 "attr27110") ) ) +(assert (myObject (attribute1 "attr27111") ) ) +(assert (myObject (attribute1 "attr27112") ) ) +(assert (myObject (attribute1 "attr27113") ) ) +(assert (myObject (attribute1 "attr27114") ) ) +(assert (myObject (attribute1 "attr27115") ) ) +(assert (myObject (attribute1 "attr27116") ) ) +(assert (myObject (attribute1 "attr27117") ) ) +(assert (myObject (attribute1 "attr27118") ) ) +(assert (myObject (attribute1 "attr27119") ) ) +(assert (myObject (attribute1 "attr27120") ) ) +(assert (myObject (attribute1 "attr27121") ) ) +(assert (myObject (attribute1 "attr27122") ) ) +(assert (myObject (attribute1 "attr27123") ) ) +(assert (myObject (attribute1 "attr27124") ) ) +(assert (myObject (attribute1 "attr27125") ) ) +(assert (myObject (attribute1 "attr27126") ) ) +(assert (myObject (attribute1 "attr27127") ) ) +(assert (myObject (attribute1 "attr27128") ) ) +(assert (myObject (attribute1 "attr27129") ) ) +(assert (myObject (attribute1 "attr27130") ) ) +(assert (myObject (attribute1 "attr27131") ) ) +(assert (myObject (attribute1 "attr27132") ) ) +(assert (myObject (attribute1 "attr27133") ) ) +(assert (myObject (attribute1 "attr27134") ) ) +(assert (myObject (attribute1 "attr27135") ) ) +(assert (myObject (attribute1 "attr27136") ) ) +(assert (myObject (attribute1 "attr27137") ) ) +(assert (myObject (attribute1 "attr27138") ) ) +(assert (myObject (attribute1 "attr27139") ) ) +(assert (myObject (attribute1 "attr27140") ) ) +(assert (myObject (attribute1 "attr27141") ) ) +(assert (myObject (attribute1 "attr27142") ) ) +(assert (myObject (attribute1 "attr27143") ) ) +(assert (myObject (attribute1 "attr27144") ) ) +(assert (myObject (attribute1 "attr27145") ) ) +(assert (myObject (attribute1 "attr27146") ) ) +(assert (myObject (attribute1 "attr27147") ) ) +(assert (myObject (attribute1 "attr27148") ) ) +(assert (myObject (attribute1 "attr27149") ) ) +(assert (myObject (attribute1 "attr27150") ) ) +(assert (myObject (attribute1 "attr27151") ) ) +(assert (myObject (attribute1 "attr27152") ) ) +(assert (myObject (attribute1 "attr27153") ) ) +(assert (myObject (attribute1 "attr27154") ) ) +(assert (myObject (attribute1 "attr27155") ) ) +(assert (myObject (attribute1 "attr27156") ) ) +(assert (myObject (attribute1 "attr27157") ) ) +(assert (myObject (attribute1 "attr27158") ) ) +(assert (myObject (attribute1 "attr27159") ) ) +(assert (myObject (attribute1 "attr27160") ) ) +(assert (myObject (attribute1 "attr27161") ) ) +(assert (myObject (attribute1 "attr27162") ) ) +(assert (myObject (attribute1 "attr27163") ) ) +(assert (myObject (attribute1 "attr27164") ) ) +(assert (myObject (attribute1 "attr27165") ) ) +(assert (myObject (attribute1 "attr27166") ) ) +(assert (myObject (attribute1 "attr27167") ) ) +(assert (myObject (attribute1 "attr27168") ) ) +(assert (myObject (attribute1 "attr27169") ) ) +(assert (myObject (attribute1 "attr27170") ) ) +(assert (myObject (attribute1 "attr27171") ) ) +(assert (myObject (attribute1 "attr27172") ) ) +(assert (myObject (attribute1 "attr27173") ) ) +(assert (myObject (attribute1 "attr27174") ) ) +(assert (myObject (attribute1 "attr27175") ) ) +(assert (myObject (attribute1 "attr27176") ) ) +(assert (myObject (attribute1 "attr27177") ) ) +(assert (myObject (attribute1 "attr27178") ) ) +(assert (myObject (attribute1 "attr27179") ) ) +(assert (myObject (attribute1 "attr27180") ) ) +(assert (myObject (attribute1 "attr27181") ) ) +(assert (myObject (attribute1 "attr27182") ) ) +(assert (myObject (attribute1 "attr27183") ) ) +(assert (myObject (attribute1 "attr27184") ) ) +(assert (myObject (attribute1 "attr27185") ) ) +(assert (myObject (attribute1 "attr27186") ) ) +(assert (myObject (attribute1 "attr27187") ) ) +(assert (myObject (attribute1 "attr27188") ) ) +(assert (myObject (attribute1 "attr27189") ) ) +(assert (myObject (attribute1 "attr27190") ) ) +(assert (myObject (attribute1 "attr27191") ) ) +(assert (myObject (attribute1 "attr27192") ) ) +(assert (myObject (attribute1 "attr27193") ) ) +(assert (myObject (attribute1 "attr27194") ) ) +(assert (myObject (attribute1 "attr27195") ) ) +(assert (myObject (attribute1 "attr27196") ) ) +(assert (myObject (attribute1 "attr27197") ) ) +(assert (myObject (attribute1 "attr27198") ) ) +(assert (myObject (attribute1 "attr27199") ) ) +(assert (myObject (attribute1 "attr27200") ) ) +(assert (myObject (attribute1 "attr27201") ) ) +(assert (myObject (attribute1 "attr27202") ) ) +(assert (myObject (attribute1 "attr27203") ) ) +(assert (myObject (attribute1 "attr27204") ) ) +(assert (myObject (attribute1 "attr27205") ) ) +(assert (myObject (attribute1 "attr27206") ) ) +(assert (myObject (attribute1 "attr27207") ) ) +(assert (myObject (attribute1 "attr27208") ) ) +(assert (myObject (attribute1 "attr27209") ) ) +(assert (myObject (attribute1 "attr27210") ) ) +(assert (myObject (attribute1 "attr27211") ) ) +(assert (myObject (attribute1 "attr27212") ) ) +(assert (myObject (attribute1 "attr27213") ) ) +(assert (myObject (attribute1 "attr27214") ) ) +(assert (myObject (attribute1 "attr27215") ) ) +(assert (myObject (attribute1 "attr27216") ) ) +(assert (myObject (attribute1 "attr27217") ) ) +(assert (myObject (attribute1 "attr27218") ) ) +(assert (myObject (attribute1 "attr27219") ) ) +(assert (myObject (attribute1 "attr27220") ) ) +(assert (myObject (attribute1 "attr27221") ) ) +(assert (myObject (attribute1 "attr27222") ) ) +(assert (myObject (attribute1 "attr27223") ) ) +(assert (myObject (attribute1 "attr27224") ) ) +(assert (myObject (attribute1 "attr27225") ) ) +(assert (myObject (attribute1 "attr27226") ) ) +(assert (myObject (attribute1 "attr27227") ) ) +(assert (myObject (attribute1 "attr27228") ) ) +(assert (myObject (attribute1 "attr27229") ) ) +(assert (myObject (attribute1 "attr27230") ) ) +(assert (myObject (attribute1 "attr27231") ) ) +(assert (myObject (attribute1 "attr27232") ) ) +(assert (myObject (attribute1 "attr27233") ) ) +(assert (myObject (attribute1 "attr27234") ) ) +(assert (myObject (attribute1 "attr27235") ) ) +(assert (myObject (attribute1 "attr27236") ) ) +(assert (myObject (attribute1 "attr27237") ) ) +(assert (myObject (attribute1 "attr27238") ) ) +(assert (myObject (attribute1 "attr27239") ) ) +(assert (myObject (attribute1 "attr27240") ) ) +(assert (myObject (attribute1 "attr27241") ) ) +(assert (myObject (attribute1 "attr27242") ) ) +(assert (myObject (attribute1 "attr27243") ) ) +(assert (myObject (attribute1 "attr27244") ) ) +(assert (myObject (attribute1 "attr27245") ) ) +(assert (myObject (attribute1 "attr27246") ) ) +(assert (myObject (attribute1 "attr27247") ) ) +(assert (myObject (attribute1 "attr27248") ) ) +(assert (myObject (attribute1 "attr27249") ) ) +(assert (myObject (attribute1 "attr27250") ) ) +(assert (myObject (attribute1 "attr27251") ) ) +(assert (myObject (attribute1 "attr27252") ) ) +(assert (myObject (attribute1 "attr27253") ) ) +(assert (myObject (attribute1 "attr27254") ) ) +(assert (myObject (attribute1 "attr27255") ) ) +(assert (myObject (attribute1 "attr27256") ) ) +(assert (myObject (attribute1 "attr27257") ) ) +(assert (myObject (attribute1 "attr27258") ) ) +(assert (myObject (attribute1 "attr27259") ) ) +(assert (myObject (attribute1 "attr27260") ) ) +(assert (myObject (attribute1 "attr27261") ) ) +(assert (myObject (attribute1 "attr27262") ) ) +(assert (myObject (attribute1 "attr27263") ) ) +(assert (myObject (attribute1 "attr27264") ) ) +(assert (myObject (attribute1 "attr27265") ) ) +(assert (myObject (attribute1 "attr27266") ) ) +(assert (myObject (attribute1 "attr27267") ) ) +(assert (myObject (attribute1 "attr27268") ) ) +(assert (myObject (attribute1 "attr27269") ) ) +(assert (myObject (attribute1 "attr27270") ) ) +(assert (myObject (attribute1 "attr27271") ) ) +(assert (myObject (attribute1 "attr27272") ) ) +(assert (myObject (attribute1 "attr27273") ) ) +(assert (myObject (attribute1 "attr27274") ) ) +(assert (myObject (attribute1 "attr27275") ) ) +(assert (myObject (attribute1 "attr27276") ) ) +(assert (myObject (attribute1 "attr27277") ) ) +(assert (myObject (attribute1 "attr27278") ) ) +(assert (myObject (attribute1 "attr27279") ) ) +(assert (myObject (attribute1 "attr27280") ) ) +(assert (myObject (attribute1 "attr27281") ) ) +(assert (myObject (attribute1 "attr27282") ) ) +(assert (myObject (attribute1 "attr27283") ) ) +(assert (myObject (attribute1 "attr27284") ) ) +(assert (myObject (attribute1 "attr27285") ) ) +(assert (myObject (attribute1 "attr27286") ) ) +(assert (myObject (attribute1 "attr27287") ) ) +(assert (myObject (attribute1 "attr27288") ) ) +(assert (myObject (attribute1 "attr27289") ) ) +(assert (myObject (attribute1 "attr27290") ) ) +(assert (myObject (attribute1 "attr27291") ) ) +(assert (myObject (attribute1 "attr27292") ) ) +(assert (myObject (attribute1 "attr27293") ) ) +(assert (myObject (attribute1 "attr27294") ) ) +(assert (myObject (attribute1 "attr27295") ) ) +(assert (myObject (attribute1 "attr27296") ) ) +(assert (myObject (attribute1 "attr27297") ) ) +(assert (myObject (attribute1 "attr27298") ) ) +(assert (myObject (attribute1 "attr27299") ) ) +(assert (myObject (attribute1 "attr27300") ) ) +(assert (myObject (attribute1 "attr27301") ) ) +(assert (myObject (attribute1 "attr27302") ) ) +(assert (myObject (attribute1 "attr27303") ) ) +(assert (myObject (attribute1 "attr27304") ) ) +(assert (myObject (attribute1 "attr27305") ) ) +(assert (myObject (attribute1 "attr27306") ) ) +(assert (myObject (attribute1 "attr27307") ) ) +(assert (myObject (attribute1 "attr27308") ) ) +(assert (myObject (attribute1 "attr27309") ) ) +(assert (myObject (attribute1 "attr27310") ) ) +(assert (myObject (attribute1 "attr27311") ) ) +(assert (myObject (attribute1 "attr27312") ) ) +(assert (myObject (attribute1 "attr27313") ) ) +(assert (myObject (attribute1 "attr27314") ) ) +(assert (myObject (attribute1 "attr27315") ) ) +(assert (myObject (attribute1 "attr27316") ) ) +(assert (myObject (attribute1 "attr27317") ) ) +(assert (myObject (attribute1 "attr27318") ) ) +(assert (myObject (attribute1 "attr27319") ) ) +(assert (myObject (attribute1 "attr27320") ) ) +(assert (myObject (attribute1 "attr27321") ) ) +(assert (myObject (attribute1 "attr27322") ) ) +(assert (myObject (attribute1 "attr27323") ) ) +(assert (myObject (attribute1 "attr27324") ) ) +(assert (myObject (attribute1 "attr27325") ) ) +(assert (myObject (attribute1 "attr27326") ) ) +(assert (myObject (attribute1 "attr27327") ) ) +(assert (myObject (attribute1 "attr27328") ) ) +(assert (myObject (attribute1 "attr27329") ) ) +(assert (myObject (attribute1 "attr27330") ) ) +(assert (myObject (attribute1 "attr27331") ) ) +(assert (myObject (attribute1 "attr27332") ) ) +(assert (myObject (attribute1 "attr27333") ) ) +(assert (myObject (attribute1 "attr27334") ) ) +(assert (myObject (attribute1 "attr27335") ) ) +(assert (myObject (attribute1 "attr27336") ) ) +(assert (myObject (attribute1 "attr27337") ) ) +(assert (myObject (attribute1 "attr27338") ) ) +(assert (myObject (attribute1 "attr27339") ) ) +(assert (myObject (attribute1 "attr27340") ) ) +(assert (myObject (attribute1 "attr27341") ) ) +(assert (myObject (attribute1 "attr27342") ) ) +(assert (myObject (attribute1 "attr27343") ) ) +(assert (myObject (attribute1 "attr27344") ) ) +(assert (myObject (attribute1 "attr27345") ) ) +(assert (myObject (attribute1 "attr27346") ) ) +(assert (myObject (attribute1 "attr27347") ) ) +(assert (myObject (attribute1 "attr27348") ) ) +(assert (myObject (attribute1 "attr27349") ) ) +(assert (myObject (attribute1 "attr27350") ) ) +(assert (myObject (attribute1 "attr27351") ) ) +(assert (myObject (attribute1 "attr27352") ) ) +(assert (myObject (attribute1 "attr27353") ) ) +(assert (myObject (attribute1 "attr27354") ) ) +(assert (myObject (attribute1 "attr27355") ) ) +(assert (myObject (attribute1 "attr27356") ) ) +(assert (myObject (attribute1 "attr27357") ) ) +(assert (myObject (attribute1 "attr27358") ) ) +(assert (myObject (attribute1 "attr27359") ) ) +(assert (myObject (attribute1 "attr27360") ) ) +(assert (myObject (attribute1 "attr27361") ) ) +(assert (myObject (attribute1 "attr27362") ) ) +(assert (myObject (attribute1 "attr27363") ) ) +(assert (myObject (attribute1 "attr27364") ) ) +(assert (myObject (attribute1 "attr27365") ) ) +(assert (myObject (attribute1 "attr27366") ) ) +(assert (myObject (attribute1 "attr27367") ) ) +(assert (myObject (attribute1 "attr27368") ) ) +(assert (myObject (attribute1 "attr27369") ) ) +(assert (myObject (attribute1 "attr27370") ) ) +(assert (myObject (attribute1 "attr27371") ) ) +(assert (myObject (attribute1 "attr27372") ) ) +(assert (myObject (attribute1 "attr27373") ) ) +(assert (myObject (attribute1 "attr27374") ) ) +(assert (myObject (attribute1 "attr27375") ) ) +(assert (myObject (attribute1 "attr27376") ) ) +(assert (myObject (attribute1 "attr27377") ) ) +(assert (myObject (attribute1 "attr27378") ) ) +(assert (myObject (attribute1 "attr27379") ) ) +(assert (myObject (attribute1 "attr27380") ) ) +(assert (myObject (attribute1 "attr27381") ) ) +(assert (myObject (attribute1 "attr27382") ) ) +(assert (myObject (attribute1 "attr27383") ) ) +(assert (myObject (attribute1 "attr27384") ) ) +(assert (myObject (attribute1 "attr27385") ) ) +(assert (myObject (attribute1 "attr27386") ) ) +(assert (myObject (attribute1 "attr27387") ) ) +(assert (myObject (attribute1 "attr27388") ) ) +(assert (myObject (attribute1 "attr27389") ) ) +(assert (myObject (attribute1 "attr27390") ) ) +(assert (myObject (attribute1 "attr27391") ) ) +(assert (myObject (attribute1 "attr27392") ) ) +(assert (myObject (attribute1 "attr27393") ) ) +(assert (myObject (attribute1 "attr27394") ) ) +(assert (myObject (attribute1 "attr27395") ) ) +(assert (myObject (attribute1 "attr27396") ) ) +(assert (myObject (attribute1 "attr27397") ) ) +(assert (myObject (attribute1 "attr27398") ) ) +(assert (myObject (attribute1 "attr27399") ) ) +(assert (myObject (attribute1 "attr27400") ) ) +(assert (myObject (attribute1 "attr27401") ) ) +(assert (myObject (attribute1 "attr27402") ) ) +(assert (myObject (attribute1 "attr27403") ) ) +(assert (myObject (attribute1 "attr27404") ) ) +(assert (myObject (attribute1 "attr27405") ) ) +(assert (myObject (attribute1 "attr27406") ) ) +(assert (myObject (attribute1 "attr27407") ) ) +(assert (myObject (attribute1 "attr27408") ) ) +(assert (myObject (attribute1 "attr27409") ) ) +(assert (myObject (attribute1 "attr27410") ) ) +(assert (myObject (attribute1 "attr27411") ) ) +(assert (myObject (attribute1 "attr27412") ) ) +(assert (myObject (attribute1 "attr27413") ) ) +(assert (myObject (attribute1 "attr27414") ) ) +(assert (myObject (attribute1 "attr27415") ) ) +(assert (myObject (attribute1 "attr27416") ) ) +(assert (myObject (attribute1 "attr27417") ) ) +(assert (myObject (attribute1 "attr27418") ) ) +(assert (myObject (attribute1 "attr27419") ) ) +(assert (myObject (attribute1 "attr27420") ) ) +(assert (myObject (attribute1 "attr27421") ) ) +(assert (myObject (attribute1 "attr27422") ) ) +(assert (myObject (attribute1 "attr27423") ) ) +(assert (myObject (attribute1 "attr27424") ) ) +(assert (myObject (attribute1 "attr27425") ) ) +(assert (myObject (attribute1 "attr27426") ) ) +(assert (myObject (attribute1 "attr27427") ) ) +(assert (myObject (attribute1 "attr27428") ) ) +(assert (myObject (attribute1 "attr27429") ) ) +(assert (myObject (attribute1 "attr27430") ) ) +(assert (myObject (attribute1 "attr27431") ) ) +(assert (myObject (attribute1 "attr27432") ) ) +(assert (myObject (attribute1 "attr27433") ) ) +(assert (myObject (attribute1 "attr27434") ) ) +(assert (myObject (attribute1 "attr27435") ) ) +(assert (myObject (attribute1 "attr27436") ) ) +(assert (myObject (attribute1 "attr27437") ) ) +(assert (myObject (attribute1 "attr27438") ) ) +(assert (myObject (attribute1 "attr27439") ) ) +(assert (myObject (attribute1 "attr27440") ) ) +(assert (myObject (attribute1 "attr27441") ) ) +(assert (myObject (attribute1 "attr27442") ) ) +(assert (myObject (attribute1 "attr27443") ) ) +(assert (myObject (attribute1 "attr27444") ) ) +(assert (myObject (attribute1 "attr27445") ) ) +(assert (myObject (attribute1 "attr27446") ) ) +(assert (myObject (attribute1 "attr27447") ) ) +(assert (myObject (attribute1 "attr27448") ) ) +(assert (myObject (attribute1 "attr27449") ) ) +(assert (myObject (attribute1 "attr27450") ) ) +(assert (myObject (attribute1 "attr27451") ) ) +(assert (myObject (attribute1 "attr27452") ) ) +(assert (myObject (attribute1 "attr27453") ) ) +(assert (myObject (attribute1 "attr27454") ) ) +(assert (myObject (attribute1 "attr27455") ) ) +(assert (myObject (attribute1 "attr27456") ) ) +(assert (myObject (attribute1 "attr27457") ) ) +(assert (myObject (attribute1 "attr27458") ) ) +(assert (myObject (attribute1 "attr27459") ) ) +(assert (myObject (attribute1 "attr27460") ) ) +(assert (myObject (attribute1 "attr27461") ) ) +(assert (myObject (attribute1 "attr27462") ) ) +(assert (myObject (attribute1 "attr27463") ) ) +(assert (myObject (attribute1 "attr27464") ) ) +(assert (myObject (attribute1 "attr27465") ) ) +(assert (myObject (attribute1 "attr27466") ) ) +(assert (myObject (attribute1 "attr27467") ) ) +(assert (myObject (attribute1 "attr27468") ) ) +(assert (myObject (attribute1 "attr27469") ) ) +(assert (myObject (attribute1 "attr27470") ) ) +(assert (myObject (attribute1 "attr27471") ) ) +(assert (myObject (attribute1 "attr27472") ) ) +(assert (myObject (attribute1 "attr27473") ) ) +(assert (myObject (attribute1 "attr27474") ) ) +(assert (myObject (attribute1 "attr27475") ) ) +(assert (myObject (attribute1 "attr27476") ) ) +(assert (myObject (attribute1 "attr27477") ) ) +(assert (myObject (attribute1 "attr27478") ) ) +(assert (myObject (attribute1 "attr27479") ) ) +(assert (myObject (attribute1 "attr27480") ) ) +(assert (myObject (attribute1 "attr27481") ) ) +(assert (myObject (attribute1 "attr27482") ) ) +(assert (myObject (attribute1 "attr27483") ) ) +(assert (myObject (attribute1 "attr27484") ) ) +(assert (myObject (attribute1 "attr27485") ) ) +(assert (myObject (attribute1 "attr27486") ) ) +(assert (myObject (attribute1 "attr27487") ) ) +(assert (myObject (attribute1 "attr27488") ) ) +(assert (myObject (attribute1 "attr27489") ) ) +(assert (myObject (attribute1 "attr27490") ) ) +(assert (myObject (attribute1 "attr27491") ) ) +(assert (myObject (attribute1 "attr27492") ) ) +(assert (myObject (attribute1 "attr27493") ) ) +(assert (myObject (attribute1 "attr27494") ) ) +(assert (myObject (attribute1 "attr27495") ) ) +(assert (myObject (attribute1 "attr27496") ) ) +(assert (myObject (attribute1 "attr27497") ) ) +(assert (myObject (attribute1 "attr27498") ) ) +(assert (myObject (attribute1 "attr27499") ) ) +(assert (myObject (attribute1 "attr27500") ) ) +(assert (myObject (attribute1 "attr27501") ) ) +(assert (myObject (attribute1 "attr27502") ) ) +(assert (myObject (attribute1 "attr27503") ) ) +(assert (myObject (attribute1 "attr27504") ) ) +(assert (myObject (attribute1 "attr27505") ) ) +(assert (myObject (attribute1 "attr27506") ) ) +(assert (myObject (attribute1 "attr27507") ) ) +(assert (myObject (attribute1 "attr27508") ) ) +(assert (myObject (attribute1 "attr27509") ) ) +(assert (myObject (attribute1 "attr27510") ) ) +(assert (myObject (attribute1 "attr27511") ) ) +(assert (myObject (attribute1 "attr27512") ) ) +(assert (myObject (attribute1 "attr27513") ) ) +(assert (myObject (attribute1 "attr27514") ) ) +(assert (myObject (attribute1 "attr27515") ) ) +(assert (myObject (attribute1 "attr27516") ) ) +(assert (myObject (attribute1 "attr27517") ) ) +(assert (myObject (attribute1 "attr27518") ) ) +(assert (myObject (attribute1 "attr27519") ) ) +(assert (myObject (attribute1 "attr27520") ) ) +(assert (myObject (attribute1 "attr27521") ) ) +(assert (myObject (attribute1 "attr27522") ) ) +(assert (myObject (attribute1 "attr27523") ) ) +(assert (myObject (attribute1 "attr27524") ) ) +(assert (myObject (attribute1 "attr27525") ) ) +(assert (myObject (attribute1 "attr27526") ) ) +(assert (myObject (attribute1 "attr27527") ) ) +(assert (myObject (attribute1 "attr27528") ) ) +(assert (myObject (attribute1 "attr27529") ) ) +(assert (myObject (attribute1 "attr27530") ) ) +(assert (myObject (attribute1 "attr27531") ) ) +(assert (myObject (attribute1 "attr27532") ) ) +(assert (myObject (attribute1 "attr27533") ) ) +(assert (myObject (attribute1 "attr27534") ) ) +(assert (myObject (attribute1 "attr27535") ) ) +(assert (myObject (attribute1 "attr27536") ) ) +(assert (myObject (attribute1 "attr27537") ) ) +(assert (myObject (attribute1 "attr27538") ) ) +(assert (myObject (attribute1 "attr27539") ) ) +(assert (myObject (attribute1 "attr27540") ) ) +(assert (myObject (attribute1 "attr27541") ) ) +(assert (myObject (attribute1 "attr27542") ) ) +(assert (myObject (attribute1 "attr27543") ) ) +(assert (myObject (attribute1 "attr27544") ) ) +(assert (myObject (attribute1 "attr27545") ) ) +(assert (myObject (attribute1 "attr27546") ) ) +(assert (myObject (attribute1 "attr27547") ) ) +(assert (myObject (attribute1 "attr27548") ) ) +(assert (myObject (attribute1 "attr27549") ) ) +(assert (myObject (attribute1 "attr27550") ) ) +(assert (myObject (attribute1 "attr27551") ) ) +(assert (myObject (attribute1 "attr27552") ) ) +(assert (myObject (attribute1 "attr27553") ) ) +(assert (myObject (attribute1 "attr27554") ) ) +(assert (myObject (attribute1 "attr27555") ) ) +(assert (myObject (attribute1 "attr27556") ) ) +(assert (myObject (attribute1 "attr27557") ) ) +(assert (myObject (attribute1 "attr27558") ) ) +(assert (myObject (attribute1 "attr27559") ) ) +(assert (myObject (attribute1 "attr27560") ) ) +(assert (myObject (attribute1 "attr27561") ) ) +(assert (myObject (attribute1 "attr27562") ) ) +(assert (myObject (attribute1 "attr27563") ) ) +(assert (myObject (attribute1 "attr27564") ) ) +(assert (myObject (attribute1 "attr27565") ) ) +(assert (myObject (attribute1 "attr27566") ) ) +(assert (myObject (attribute1 "attr27567") ) ) +(assert (myObject (attribute1 "attr27568") ) ) +(assert (myObject (attribute1 "attr27569") ) ) +(assert (myObject (attribute1 "attr27570") ) ) +(assert (myObject (attribute1 "attr27571") ) ) +(assert (myObject (attribute1 "attr27572") ) ) +(assert (myObject (attribute1 "attr27573") ) ) +(assert (myObject (attribute1 "attr27574") ) ) +(assert (myObject (attribute1 "attr27575") ) ) +(assert (myObject (attribute1 "attr27576") ) ) +(assert (myObject (attribute1 "attr27577") ) ) +(assert (myObject (attribute1 "attr27578") ) ) +(assert (myObject (attribute1 "attr27579") ) ) +(assert (myObject (attribute1 "attr27580") ) ) +(assert (myObject (attribute1 "attr27581") ) ) +(assert (myObject (attribute1 "attr27582") ) ) +(assert (myObject (attribute1 "attr27583") ) ) +(assert (myObject (attribute1 "attr27584") ) ) +(assert (myObject (attribute1 "attr27585") ) ) +(assert (myObject (attribute1 "attr27586") ) ) +(assert (myObject (attribute1 "attr27587") ) ) +(assert (myObject (attribute1 "attr27588") ) ) +(assert (myObject (attribute1 "attr27589") ) ) +(assert (myObject (attribute1 "attr27590") ) ) +(assert (myObject (attribute1 "attr27591") ) ) +(assert (myObject (attribute1 "attr27592") ) ) +(assert (myObject (attribute1 "attr27593") ) ) +(assert (myObject (attribute1 "attr27594") ) ) +(assert (myObject (attribute1 "attr27595") ) ) +(assert (myObject (attribute1 "attr27596") ) ) +(assert (myObject (attribute1 "attr27597") ) ) +(assert (myObject (attribute1 "attr27598") ) ) +(assert (myObject (attribute1 "attr27599") ) ) +(assert (myObject (attribute1 "attr27600") ) ) +(assert (myObject (attribute1 "attr27601") ) ) +(assert (myObject (attribute1 "attr27602") ) ) +(assert (myObject (attribute1 "attr27603") ) ) +(assert (myObject (attribute1 "attr27604") ) ) +(assert (myObject (attribute1 "attr27605") ) ) +(assert (myObject (attribute1 "attr27606") ) ) +(assert (myObject (attribute1 "attr27607") ) ) +(assert (myObject (attribute1 "attr27608") ) ) +(assert (myObject (attribute1 "attr27609") ) ) +(assert (myObject (attribute1 "attr27610") ) ) +(assert (myObject (attribute1 "attr27611") ) ) +(assert (myObject (attribute1 "attr27612") ) ) +(assert (myObject (attribute1 "attr27613") ) ) +(assert (myObject (attribute1 "attr27614") ) ) +(assert (myObject (attribute1 "attr27615") ) ) +(assert (myObject (attribute1 "attr27616") ) ) +(assert (myObject (attribute1 "attr27617") ) ) +(assert (myObject (attribute1 "attr27618") ) ) +(assert (myObject (attribute1 "attr27619") ) ) +(assert (myObject (attribute1 "attr27620") ) ) +(assert (myObject (attribute1 "attr27621") ) ) +(assert (myObject (attribute1 "attr27622") ) ) +(assert (myObject (attribute1 "attr27623") ) ) +(assert (myObject (attribute1 "attr27624") ) ) +(assert (myObject (attribute1 "attr27625") ) ) +(assert (myObject (attribute1 "attr27626") ) ) +(assert (myObject (attribute1 "attr27627") ) ) +(assert (myObject (attribute1 "attr27628") ) ) +(assert (myObject (attribute1 "attr27629") ) ) +(assert (myObject (attribute1 "attr27630") ) ) +(assert (myObject (attribute1 "attr27631") ) ) +(assert (myObject (attribute1 "attr27632") ) ) +(assert (myObject (attribute1 "attr27633") ) ) +(assert (myObject (attribute1 "attr27634") ) ) +(assert (myObject (attribute1 "attr27635") ) ) +(assert (myObject (attribute1 "attr27636") ) ) +(assert (myObject (attribute1 "attr27637") ) ) +(assert (myObject (attribute1 "attr27638") ) ) +(assert (myObject (attribute1 "attr27639") ) ) +(assert (myObject (attribute1 "attr27640") ) ) +(assert (myObject (attribute1 "attr27641") ) ) +(assert (myObject (attribute1 "attr27642") ) ) +(assert (myObject (attribute1 "attr27643") ) ) +(assert (myObject (attribute1 "attr27644") ) ) +(assert (myObject (attribute1 "attr27645") ) ) +(assert (myObject (attribute1 "attr27646") ) ) +(assert (myObject (attribute1 "attr27647") ) ) +(assert (myObject (attribute1 "attr27648") ) ) +(assert (myObject (attribute1 "attr27649") ) ) +(assert (myObject (attribute1 "attr27650") ) ) +(assert (myObject (attribute1 "attr27651") ) ) +(assert (myObject (attribute1 "attr27652") ) ) +(assert (myObject (attribute1 "attr27653") ) ) +(assert (myObject (attribute1 "attr27654") ) ) +(assert (myObject (attribute1 "attr27655") ) ) +(assert (myObject (attribute1 "attr27656") ) ) +(assert (myObject (attribute1 "attr27657") ) ) +(assert (myObject (attribute1 "attr27658") ) ) +(assert (myObject (attribute1 "attr27659") ) ) +(assert (myObject (attribute1 "attr27660") ) ) +(assert (myObject (attribute1 "attr27661") ) ) +(assert (myObject (attribute1 "attr27662") ) ) +(assert (myObject (attribute1 "attr27663") ) ) +(assert (myObject (attribute1 "attr27664") ) ) +(assert (myObject (attribute1 "attr27665") ) ) +(assert (myObject (attribute1 "attr27666") ) ) +(assert (myObject (attribute1 "attr27667") ) ) +(assert (myObject (attribute1 "attr27668") ) ) +(assert (myObject (attribute1 "attr27669") ) ) +(assert (myObject (attribute1 "attr27670") ) ) +(assert (myObject (attribute1 "attr27671") ) ) +(assert (myObject (attribute1 "attr27672") ) ) +(assert (myObject (attribute1 "attr27673") ) ) +(assert (myObject (attribute1 "attr27674") ) ) +(assert (myObject (attribute1 "attr27675") ) ) +(assert (myObject (attribute1 "attr27676") ) ) +(assert (myObject (attribute1 "attr27677") ) ) +(assert (myObject (attribute1 "attr27678") ) ) +(assert (myObject (attribute1 "attr27679") ) ) +(assert (myObject (attribute1 "attr27680") ) ) +(assert (myObject (attribute1 "attr27681") ) ) +(assert (myObject (attribute1 "attr27682") ) ) +(assert (myObject (attribute1 "attr27683") ) ) +(assert (myObject (attribute1 "attr27684") ) ) +(assert (myObject (attribute1 "attr27685") ) ) +(assert (myObject (attribute1 "attr27686") ) ) +(assert (myObject (attribute1 "attr27687") ) ) +(assert (myObject (attribute1 "attr27688") ) ) +(assert (myObject (attribute1 "attr27689") ) ) +(assert (myObject (attribute1 "attr27690") ) ) +(assert (myObject (attribute1 "attr27691") ) ) +(assert (myObject (attribute1 "attr27692") ) ) +(assert (myObject (attribute1 "attr27693") ) ) +(assert (myObject (attribute1 "attr27694") ) ) +(assert (myObject (attribute1 "attr27695") ) ) +(assert (myObject (attribute1 "attr27696") ) ) +(assert (myObject (attribute1 "attr27697") ) ) +(assert (myObject (attribute1 "attr27698") ) ) +(assert (myObject (attribute1 "attr27699") ) ) +(assert (myObject (attribute1 "attr27700") ) ) +(assert (myObject (attribute1 "attr27701") ) ) +(assert (myObject (attribute1 "attr27702") ) ) +(assert (myObject (attribute1 "attr27703") ) ) +(assert (myObject (attribute1 "attr27704") ) ) +(assert (myObject (attribute1 "attr27705") ) ) +(assert (myObject (attribute1 "attr27706") ) ) +(assert (myObject (attribute1 "attr27707") ) ) +(assert (myObject (attribute1 "attr27708") ) ) +(assert (myObject (attribute1 "attr27709") ) ) +(assert (myObject (attribute1 "attr27710") ) ) +(assert (myObject (attribute1 "attr27711") ) ) +(assert (myObject (attribute1 "attr27712") ) ) +(assert (myObject (attribute1 "attr27713") ) ) +(assert (myObject (attribute1 "attr27714") ) ) +(assert (myObject (attribute1 "attr27715") ) ) +(assert (myObject (attribute1 "attr27716") ) ) +(assert (myObject (attribute1 "attr27717") ) ) +(assert (myObject (attribute1 "attr27718") ) ) +(assert (myObject (attribute1 "attr27719") ) ) +(assert (myObject (attribute1 "attr27720") ) ) +(assert (myObject (attribute1 "attr27721") ) ) +(assert (myObject (attribute1 "attr27722") ) ) +(assert (myObject (attribute1 "attr27723") ) ) +(assert (myObject (attribute1 "attr27724") ) ) +(assert (myObject (attribute1 "attr27725") ) ) +(assert (myObject (attribute1 "attr27726") ) ) +(assert (myObject (attribute1 "attr27727") ) ) +(assert (myObject (attribute1 "attr27728") ) ) +(assert (myObject (attribute1 "attr27729") ) ) +(assert (myObject (attribute1 "attr27730") ) ) +(assert (myObject (attribute1 "attr27731") ) ) +(assert (myObject (attribute1 "attr27732") ) ) +(assert (myObject (attribute1 "attr27733") ) ) +(assert (myObject (attribute1 "attr27734") ) ) +(assert (myObject (attribute1 "attr27735") ) ) +(assert (myObject (attribute1 "attr27736") ) ) +(assert (myObject (attribute1 "attr27737") ) ) +(assert (myObject (attribute1 "attr27738") ) ) +(assert (myObject (attribute1 "attr27739") ) ) +(assert (myObject (attribute1 "attr27740") ) ) +(assert (myObject (attribute1 "attr27741") ) ) +(assert (myObject (attribute1 "attr27742") ) ) +(assert (myObject (attribute1 "attr27743") ) ) +(assert (myObject (attribute1 "attr27744") ) ) +(assert (myObject (attribute1 "attr27745") ) ) +(assert (myObject (attribute1 "attr27746") ) ) +(assert (myObject (attribute1 "attr27747") ) ) +(assert (myObject (attribute1 "attr27748") ) ) +(assert (myObject (attribute1 "attr27749") ) ) +(assert (myObject (attribute1 "attr27750") ) ) +(assert (myObject (attribute1 "attr27751") ) ) +(assert (myObject (attribute1 "attr27752") ) ) +(assert (myObject (attribute1 "attr27753") ) ) +(assert (myObject (attribute1 "attr27754") ) ) +(assert (myObject (attribute1 "attr27755") ) ) +(assert (myObject (attribute1 "attr27756") ) ) +(assert (myObject (attribute1 "attr27757") ) ) +(assert (myObject (attribute1 "attr27758") ) ) +(assert (myObject (attribute1 "attr27759") ) ) +(assert (myObject (attribute1 "attr27760") ) ) +(assert (myObject (attribute1 "attr27761") ) ) +(assert (myObject (attribute1 "attr27762") ) ) +(assert (myObject (attribute1 "attr27763") ) ) +(assert (myObject (attribute1 "attr27764") ) ) +(assert (myObject (attribute1 "attr27765") ) ) +(assert (myObject (attribute1 "attr27766") ) ) +(assert (myObject (attribute1 "attr27767") ) ) +(assert (myObject (attribute1 "attr27768") ) ) +(assert (myObject (attribute1 "attr27769") ) ) +(assert (myObject (attribute1 "attr27770") ) ) +(assert (myObject (attribute1 "attr27771") ) ) +(assert (myObject (attribute1 "attr27772") ) ) +(assert (myObject (attribute1 "attr27773") ) ) +(assert (myObject (attribute1 "attr27774") ) ) +(assert (myObject (attribute1 "attr27775") ) ) +(assert (myObject (attribute1 "attr27776") ) ) +(assert (myObject (attribute1 "attr27777") ) ) +(assert (myObject (attribute1 "attr27778") ) ) +(assert (myObject (attribute1 "attr27779") ) ) +(assert (myObject (attribute1 "attr27780") ) ) +(assert (myObject (attribute1 "attr27781") ) ) +(assert (myObject (attribute1 "attr27782") ) ) +(assert (myObject (attribute1 "attr27783") ) ) +(assert (myObject (attribute1 "attr27784") ) ) +(assert (myObject (attribute1 "attr27785") ) ) +(assert (myObject (attribute1 "attr27786") ) ) +(assert (myObject (attribute1 "attr27787") ) ) +(assert (myObject (attribute1 "attr27788") ) ) +(assert (myObject (attribute1 "attr27789") ) ) +(assert (myObject (attribute1 "attr27790") ) ) +(assert (myObject (attribute1 "attr27791") ) ) +(assert (myObject (attribute1 "attr27792") ) ) +(assert (myObject (attribute1 "attr27793") ) ) +(assert (myObject (attribute1 "attr27794") ) ) +(assert (myObject (attribute1 "attr27795") ) ) +(assert (myObject (attribute1 "attr27796") ) ) +(assert (myObject (attribute1 "attr27797") ) ) +(assert (myObject (attribute1 "attr27798") ) ) +(assert (myObject (attribute1 "attr27799") ) ) +(assert (myObject (attribute1 "attr27800") ) ) +(assert (myObject (attribute1 "attr27801") ) ) +(assert (myObject (attribute1 "attr27802") ) ) +(assert (myObject (attribute1 "attr27803") ) ) +(assert (myObject (attribute1 "attr27804") ) ) +(assert (myObject (attribute1 "attr27805") ) ) +(assert (myObject (attribute1 "attr27806") ) ) +(assert (myObject (attribute1 "attr27807") ) ) +(assert (myObject (attribute1 "attr27808") ) ) +(assert (myObject (attribute1 "attr27809") ) ) +(assert (myObject (attribute1 "attr27810") ) ) +(assert (myObject (attribute1 "attr27811") ) ) +(assert (myObject (attribute1 "attr27812") ) ) +(assert (myObject (attribute1 "attr27813") ) ) +(assert (myObject (attribute1 "attr27814") ) ) +(assert (myObject (attribute1 "attr27815") ) ) +(assert (myObject (attribute1 "attr27816") ) ) +(assert (myObject (attribute1 "attr27817") ) ) +(assert (myObject (attribute1 "attr27818") ) ) +(assert (myObject (attribute1 "attr27819") ) ) +(assert (myObject (attribute1 "attr27820") ) ) +(assert (myObject (attribute1 "attr27821") ) ) +(assert (myObject (attribute1 "attr27822") ) ) +(assert (myObject (attribute1 "attr27823") ) ) +(assert (myObject (attribute1 "attr27824") ) ) +(assert (myObject (attribute1 "attr27825") ) ) +(assert (myObject (attribute1 "attr27826") ) ) +(assert (myObject (attribute1 "attr27827") ) ) +(assert (myObject (attribute1 "attr27828") ) ) +(assert (myObject (attribute1 "attr27829") ) ) +(assert (myObject (attribute1 "attr27830") ) ) +(assert (myObject (attribute1 "attr27831") ) ) +(assert (myObject (attribute1 "attr27832") ) ) +(assert (myObject (attribute1 "attr27833") ) ) +(assert (myObject (attribute1 "attr27834") ) ) +(assert (myObject (attribute1 "attr27835") ) ) +(assert (myObject (attribute1 "attr27836") ) ) +(assert (myObject (attribute1 "attr27837") ) ) +(assert (myObject (attribute1 "attr27838") ) ) +(assert (myObject (attribute1 "attr27839") ) ) +(assert (myObject (attribute1 "attr27840") ) ) +(assert (myObject (attribute1 "attr27841") ) ) +(assert (myObject (attribute1 "attr27842") ) ) +(assert (myObject (attribute1 "attr27843") ) ) +(assert (myObject (attribute1 "attr27844") ) ) +(assert (myObject (attribute1 "attr27845") ) ) +(assert (myObject (attribute1 "attr27846") ) ) +(assert (myObject (attribute1 "attr27847") ) ) +(assert (myObject (attribute1 "attr27848") ) ) +(assert (myObject (attribute1 "attr27849") ) ) +(assert (myObject (attribute1 "attr27850") ) ) +(assert (myObject (attribute1 "attr27851") ) ) +(assert (myObject (attribute1 "attr27852") ) ) +(assert (myObject (attribute1 "attr27853") ) ) +(assert (myObject (attribute1 "attr27854") ) ) +(assert (myObject (attribute1 "attr27855") ) ) +(assert (myObject (attribute1 "attr27856") ) ) +(assert (myObject (attribute1 "attr27857") ) ) +(assert (myObject (attribute1 "attr27858") ) ) +(assert (myObject (attribute1 "attr27859") ) ) +(assert (myObject (attribute1 "attr27860") ) ) +(assert (myObject (attribute1 "attr27861") ) ) +(assert (myObject (attribute1 "attr27862") ) ) +(assert (myObject (attribute1 "attr27863") ) ) +(assert (myObject (attribute1 "attr27864") ) ) +(assert (myObject (attribute1 "attr27865") ) ) +(assert (myObject (attribute1 "attr27866") ) ) +(assert (myObject (attribute1 "attr27867") ) ) +(assert (myObject (attribute1 "attr27868") ) ) +(assert (myObject (attribute1 "attr27869") ) ) +(assert (myObject (attribute1 "attr27870") ) ) +(assert (myObject (attribute1 "attr27871") ) ) +(assert (myObject (attribute1 "attr27872") ) ) +(assert (myObject (attribute1 "attr27873") ) ) +(assert (myObject (attribute1 "attr27874") ) ) +(assert (myObject (attribute1 "attr27875") ) ) +(assert (myObject (attribute1 "attr27876") ) ) +(assert (myObject (attribute1 "attr27877") ) ) +(assert (myObject (attribute1 "attr27878") ) ) +(assert (myObject (attribute1 "attr27879") ) ) +(assert (myObject (attribute1 "attr27880") ) ) +(assert (myObject (attribute1 "attr27881") ) ) +(assert (myObject (attribute1 "attr27882") ) ) +(assert (myObject (attribute1 "attr27883") ) ) +(assert (myObject (attribute1 "attr27884") ) ) +(assert (myObject (attribute1 "attr27885") ) ) +(assert (myObject (attribute1 "attr27886") ) ) +(assert (myObject (attribute1 "attr27887") ) ) +(assert (myObject (attribute1 "attr27888") ) ) +(assert (myObject (attribute1 "attr27889") ) ) +(assert (myObject (attribute1 "attr27890") ) ) +(assert (myObject (attribute1 "attr27891") ) ) +(assert (myObject (attribute1 "attr27892") ) ) +(assert (myObject (attribute1 "attr27893") ) ) +(assert (myObject (attribute1 "attr27894") ) ) +(assert (myObject (attribute1 "attr27895") ) ) +(assert (myObject (attribute1 "attr27896") ) ) +(assert (myObject (attribute1 "attr27897") ) ) +(assert (myObject (attribute1 "attr27898") ) ) +(assert (myObject (attribute1 "attr27899") ) ) +(assert (myObject (attribute1 "attr27900") ) ) +(assert (myObject (attribute1 "attr27901") ) ) +(assert (myObject (attribute1 "attr27902") ) ) +(assert (myObject (attribute1 "attr27903") ) ) +(assert (myObject (attribute1 "attr27904") ) ) +(assert (myObject (attribute1 "attr27905") ) ) +(assert (myObject (attribute1 "attr27906") ) ) +(assert (myObject (attribute1 "attr27907") ) ) +(assert (myObject (attribute1 "attr27908") ) ) +(assert (myObject (attribute1 "attr27909") ) ) +(assert (myObject (attribute1 "attr27910") ) ) +(assert (myObject (attribute1 "attr27911") ) ) +(assert (myObject (attribute1 "attr27912") ) ) +(assert (myObject (attribute1 "attr27913") ) ) +(assert (myObject (attribute1 "attr27914") ) ) +(assert (myObject (attribute1 "attr27915") ) ) +(assert (myObject (attribute1 "attr27916") ) ) +(assert (myObject (attribute1 "attr27917") ) ) +(assert (myObject (attribute1 "attr27918") ) ) +(assert (myObject (attribute1 "attr27919") ) ) +(assert (myObject (attribute1 "attr27920") ) ) +(assert (myObject (attribute1 "attr27921") ) ) +(assert (myObject (attribute1 "attr27922") ) ) +(assert (myObject (attribute1 "attr27923") ) ) +(assert (myObject (attribute1 "attr27924") ) ) +(assert (myObject (attribute1 "attr27925") ) ) +(assert (myObject (attribute1 "attr27926") ) ) +(assert (myObject (attribute1 "attr27927") ) ) +(assert (myObject (attribute1 "attr27928") ) ) +(assert (myObject (attribute1 "attr27929") ) ) +(assert (myObject (attribute1 "attr27930") ) ) +(assert (myObject (attribute1 "attr27931") ) ) +(assert (myObject (attribute1 "attr27932") ) ) +(assert (myObject (attribute1 "attr27933") ) ) +(assert (myObject (attribute1 "attr27934") ) ) +(assert (myObject (attribute1 "attr27935") ) ) +(assert (myObject (attribute1 "attr27936") ) ) +(assert (myObject (attribute1 "attr27937") ) ) +(assert (myObject (attribute1 "attr27938") ) ) +(assert (myObject (attribute1 "attr27939") ) ) +(assert (myObject (attribute1 "attr27940") ) ) +(assert (myObject (attribute1 "attr27941") ) ) +(assert (myObject (attribute1 "attr27942") ) ) +(assert (myObject (attribute1 "attr27943") ) ) +(assert (myObject (attribute1 "attr27944") ) ) +(assert (myObject (attribute1 "attr27945") ) ) +(assert (myObject (attribute1 "attr27946") ) ) +(assert (myObject (attribute1 "attr27947") ) ) +(assert (myObject (attribute1 "attr27948") ) ) +(assert (myObject (attribute1 "attr27949") ) ) +(assert (myObject (attribute1 "attr27950") ) ) +(assert (myObject (attribute1 "attr27951") ) ) +(assert (myObject (attribute1 "attr27952") ) ) +(assert (myObject (attribute1 "attr27953") ) ) +(assert (myObject (attribute1 "attr27954") ) ) +(assert (myObject (attribute1 "attr27955") ) ) +(assert (myObject (attribute1 "attr27956") ) ) +(assert (myObject (attribute1 "attr27957") ) ) +(assert (myObject (attribute1 "attr27958") ) ) +(assert (myObject (attribute1 "attr27959") ) ) +(assert (myObject (attribute1 "attr27960") ) ) +(assert (myObject (attribute1 "attr27961") ) ) +(assert (myObject (attribute1 "attr27962") ) ) +(assert (myObject (attribute1 "attr27963") ) ) +(assert (myObject (attribute1 "attr27964") ) ) +(assert (myObject (attribute1 "attr27965") ) ) +(assert (myObject (attribute1 "attr27966") ) ) +(assert (myObject (attribute1 "attr27967") ) ) +(assert (myObject (attribute1 "attr27968") ) ) +(assert (myObject (attribute1 "attr27969") ) ) +(assert (myObject (attribute1 "attr27970") ) ) +(assert (myObject (attribute1 "attr27971") ) ) +(assert (myObject (attribute1 "attr27972") ) ) +(assert (myObject (attribute1 "attr27973") ) ) +(assert (myObject (attribute1 "attr27974") ) ) +(assert (myObject (attribute1 "attr27975") ) ) +(assert (myObject (attribute1 "attr27976") ) ) +(assert (myObject (attribute1 "attr27977") ) ) +(assert (myObject (attribute1 "attr27978") ) ) +(assert (myObject (attribute1 "attr27979") ) ) +(assert (myObject (attribute1 "attr27980") ) ) +(assert (myObject (attribute1 "attr27981") ) ) +(assert (myObject (attribute1 "attr27982") ) ) +(assert (myObject (attribute1 "attr27983") ) ) +(assert (myObject (attribute1 "attr27984") ) ) +(assert (myObject (attribute1 "attr27985") ) ) +(assert (myObject (attribute1 "attr27986") ) ) +(assert (myObject (attribute1 "attr27987") ) ) +(assert (myObject (attribute1 "attr27988") ) ) +(assert (myObject (attribute1 "attr27989") ) ) +(assert (myObject (attribute1 "attr27990") ) ) +(assert (myObject (attribute1 "attr27991") ) ) +(assert (myObject (attribute1 "attr27992") ) ) +(assert (myObject (attribute1 "attr27993") ) ) +(assert (myObject (attribute1 "attr27994") ) ) +(assert (myObject (attribute1 "attr27995") ) ) +(assert (myObject (attribute1 "attr27996") ) ) +(assert (myObject (attribute1 "attr27997") ) ) +(assert (myObject (attribute1 "attr27998") ) ) +(assert (myObject (attribute1 "attr27999") ) ) +(assert (myObject (attribute1 "attr28000") ) ) +(assert (myObject (attribute1 "attr28001") ) ) +(assert (myObject (attribute1 "attr28002") ) ) +(assert (myObject (attribute1 "attr28003") ) ) +(assert (myObject (attribute1 "attr28004") ) ) +(assert (myObject (attribute1 "attr28005") ) ) +(assert (myObject (attribute1 "attr28006") ) ) +(assert (myObject (attribute1 "attr28007") ) ) +(assert (myObject (attribute1 "attr28008") ) ) +(assert (myObject (attribute1 "attr28009") ) ) +(assert (myObject (attribute1 "attr28010") ) ) +(assert (myObject (attribute1 "attr28011") ) ) +(assert (myObject (attribute1 "attr28012") ) ) +(assert (myObject (attribute1 "attr28013") ) ) +(assert (myObject (attribute1 "attr28014") ) ) +(assert (myObject (attribute1 "attr28015") ) ) +(assert (myObject (attribute1 "attr28016") ) ) +(assert (myObject (attribute1 "attr28017") ) ) +(assert (myObject (attribute1 "attr28018") ) ) +(assert (myObject (attribute1 "attr28019") ) ) +(assert (myObject (attribute1 "attr28020") ) ) +(assert (myObject (attribute1 "attr28021") ) ) +(assert (myObject (attribute1 "attr28022") ) ) +(assert (myObject (attribute1 "attr28023") ) ) +(assert (myObject (attribute1 "attr28024") ) ) +(assert (myObject (attribute1 "attr28025") ) ) +(assert (myObject (attribute1 "attr28026") ) ) +(assert (myObject (attribute1 "attr28027") ) ) +(assert (myObject (attribute1 "attr28028") ) ) +(assert (myObject (attribute1 "attr28029") ) ) +(assert (myObject (attribute1 "attr28030") ) ) +(assert (myObject (attribute1 "attr28031") ) ) +(assert (myObject (attribute1 "attr28032") ) ) +(assert (myObject (attribute1 "attr28033") ) ) +(assert (myObject (attribute1 "attr28034") ) ) +(assert (myObject (attribute1 "attr28035") ) ) +(assert (myObject (attribute1 "attr28036") ) ) +(assert (myObject (attribute1 "attr28037") ) ) +(assert (myObject (attribute1 "attr28038") ) ) +(assert (myObject (attribute1 "attr28039") ) ) +(assert (myObject (attribute1 "attr28040") ) ) +(assert (myObject (attribute1 "attr28041") ) ) +(assert (myObject (attribute1 "attr28042") ) ) +(assert (myObject (attribute1 "attr28043") ) ) +(assert (myObject (attribute1 "attr28044") ) ) +(assert (myObject (attribute1 "attr28045") ) ) +(assert (myObject (attribute1 "attr28046") ) ) +(assert (myObject (attribute1 "attr28047") ) ) +(assert (myObject (attribute1 "attr28048") ) ) +(assert (myObject (attribute1 "attr28049") ) ) +(assert (myObject (attribute1 "attr28050") ) ) +(assert (myObject (attribute1 "attr28051") ) ) +(assert (myObject (attribute1 "attr28052") ) ) +(assert (myObject (attribute1 "attr28053") ) ) +(assert (myObject (attribute1 "attr28054") ) ) +(assert (myObject (attribute1 "attr28055") ) ) +(assert (myObject (attribute1 "attr28056") ) ) +(assert (myObject (attribute1 "attr28057") ) ) +(assert (myObject (attribute1 "attr28058") ) ) +(assert (myObject (attribute1 "attr28059") ) ) +(assert (myObject (attribute1 "attr28060") ) ) +(assert (myObject (attribute1 "attr28061") ) ) +(assert (myObject (attribute1 "attr28062") ) ) +(assert (myObject (attribute1 "attr28063") ) ) +(assert (myObject (attribute1 "attr28064") ) ) +(assert (myObject (attribute1 "attr28065") ) ) +(assert (myObject (attribute1 "attr28066") ) ) +(assert (myObject (attribute1 "attr28067") ) ) +(assert (myObject (attribute1 "attr28068") ) ) +(assert (myObject (attribute1 "attr28069") ) ) +(assert (myObject (attribute1 "attr28070") ) ) +(assert (myObject (attribute1 "attr28071") ) ) +(assert (myObject (attribute1 "attr28072") ) ) +(assert (myObject (attribute1 "attr28073") ) ) +(assert (myObject (attribute1 "attr28074") ) ) +(assert (myObject (attribute1 "attr28075") ) ) +(assert (myObject (attribute1 "attr28076") ) ) +(assert (myObject (attribute1 "attr28077") ) ) +(assert (myObject (attribute1 "attr28078") ) ) +(assert (myObject (attribute1 "attr28079") ) ) +(assert (myObject (attribute1 "attr28080") ) ) +(assert (myObject (attribute1 "attr28081") ) ) +(assert (myObject (attribute1 "attr28082") ) ) +(assert (myObject (attribute1 "attr28083") ) ) +(assert (myObject (attribute1 "attr28084") ) ) +(assert (myObject (attribute1 "attr28085") ) ) +(assert (myObject (attribute1 "attr28086") ) ) +(assert (myObject (attribute1 "attr28087") ) ) +(assert (myObject (attribute1 "attr28088") ) ) +(assert (myObject (attribute1 "attr28089") ) ) +(assert (myObject (attribute1 "attr28090") ) ) +(assert (myObject (attribute1 "attr28091") ) ) +(assert (myObject (attribute1 "attr28092") ) ) +(assert (myObject (attribute1 "attr28093") ) ) +(assert (myObject (attribute1 "attr28094") ) ) +(assert (myObject (attribute1 "attr28095") ) ) +(assert (myObject (attribute1 "attr28096") ) ) +(assert (myObject (attribute1 "attr28097") ) ) +(assert (myObject (attribute1 "attr28098") ) ) +(assert (myObject (attribute1 "attr28099") ) ) +(assert (myObject (attribute1 "attr28100") ) ) +(assert (myObject (attribute1 "attr28101") ) ) +(assert (myObject (attribute1 "attr28102") ) ) +(assert (myObject (attribute1 "attr28103") ) ) +(assert (myObject (attribute1 "attr28104") ) ) +(assert (myObject (attribute1 "attr28105") ) ) +(assert (myObject (attribute1 "attr28106") ) ) +(assert (myObject (attribute1 "attr28107") ) ) +(assert (myObject (attribute1 "attr28108") ) ) +(assert (myObject (attribute1 "attr28109") ) ) +(assert (myObject (attribute1 "attr28110") ) ) +(assert (myObject (attribute1 "attr28111") ) ) +(assert (myObject (attribute1 "attr28112") ) ) +(assert (myObject (attribute1 "attr28113") ) ) +(assert (myObject (attribute1 "attr28114") ) ) +(assert (myObject (attribute1 "attr28115") ) ) +(assert (myObject (attribute1 "attr28116") ) ) +(assert (myObject (attribute1 "attr28117") ) ) +(assert (myObject (attribute1 "attr28118") ) ) +(assert (myObject (attribute1 "attr28119") ) ) +(assert (myObject (attribute1 "attr28120") ) ) +(assert (myObject (attribute1 "attr28121") ) ) +(assert (myObject (attribute1 "attr28122") ) ) +(assert (myObject (attribute1 "attr28123") ) ) +(assert (myObject (attribute1 "attr28124") ) ) +(assert (myObject (attribute1 "attr28125") ) ) +(assert (myObject (attribute1 "attr28126") ) ) +(assert (myObject (attribute1 "attr28127") ) ) +(assert (myObject (attribute1 "attr28128") ) ) +(assert (myObject (attribute1 "attr28129") ) ) +(assert (myObject (attribute1 "attr28130") ) ) +(assert (myObject (attribute1 "attr28131") ) ) +(assert (myObject (attribute1 "attr28132") ) ) +(assert (myObject (attribute1 "attr28133") ) ) +(assert (myObject (attribute1 "attr28134") ) ) +(assert (myObject (attribute1 "attr28135") ) ) +(assert (myObject (attribute1 "attr28136") ) ) +(assert (myObject (attribute1 "attr28137") ) ) +(assert (myObject (attribute1 "attr28138") ) ) +(assert (myObject (attribute1 "attr28139") ) ) +(assert (myObject (attribute1 "attr28140") ) ) +(assert (myObject (attribute1 "attr28141") ) ) +(assert (myObject (attribute1 "attr28142") ) ) +(assert (myObject (attribute1 "attr28143") ) ) +(assert (myObject (attribute1 "attr28144") ) ) +(assert (myObject (attribute1 "attr28145") ) ) +(assert (myObject (attribute1 "attr28146") ) ) +(assert (myObject (attribute1 "attr28147") ) ) +(assert (myObject (attribute1 "attr28148") ) ) +(assert (myObject (attribute1 "attr28149") ) ) +(assert (myObject (attribute1 "attr28150") ) ) +(assert (myObject (attribute1 "attr28151") ) ) +(assert (myObject (attribute1 "attr28152") ) ) +(assert (myObject (attribute1 "attr28153") ) ) +(assert (myObject (attribute1 "attr28154") ) ) +(assert (myObject (attribute1 "attr28155") ) ) +(assert (myObject (attribute1 "attr28156") ) ) +(assert (myObject (attribute1 "attr28157") ) ) +(assert (myObject (attribute1 "attr28158") ) ) +(assert (myObject (attribute1 "attr28159") ) ) +(assert (myObject (attribute1 "attr28160") ) ) +(assert (myObject (attribute1 "attr28161") ) ) +(assert (myObject (attribute1 "attr28162") ) ) +(assert (myObject (attribute1 "attr28163") ) ) +(assert (myObject (attribute1 "attr28164") ) ) +(assert (myObject (attribute1 "attr28165") ) ) +(assert (myObject (attribute1 "attr28166") ) ) +(assert (myObject (attribute1 "attr28167") ) ) +(assert (myObject (attribute1 "attr28168") ) ) +(assert (myObject (attribute1 "attr28169") ) ) +(assert (myObject (attribute1 "attr28170") ) ) +(assert (myObject (attribute1 "attr28171") ) ) +(assert (myObject (attribute1 "attr28172") ) ) +(assert (myObject (attribute1 "attr28173") ) ) +(assert (myObject (attribute1 "attr28174") ) ) +(assert (myObject (attribute1 "attr28175") ) ) +(assert (myObject (attribute1 "attr28176") ) ) +(assert (myObject (attribute1 "attr28177") ) ) +(assert (myObject (attribute1 "attr28178") ) ) +(assert (myObject (attribute1 "attr28179") ) ) +(assert (myObject (attribute1 "attr28180") ) ) +(assert (myObject (attribute1 "attr28181") ) ) +(assert (myObject (attribute1 "attr28182") ) ) +(assert (myObject (attribute1 "attr28183") ) ) +(assert (myObject (attribute1 "attr28184") ) ) +(assert (myObject (attribute1 "attr28185") ) ) +(assert (myObject (attribute1 "attr28186") ) ) +(assert (myObject (attribute1 "attr28187") ) ) +(assert (myObject (attribute1 "attr28188") ) ) +(assert (myObject (attribute1 "attr28189") ) ) +(assert (myObject (attribute1 "attr28190") ) ) +(assert (myObject (attribute1 "attr28191") ) ) +(assert (myObject (attribute1 "attr28192") ) ) +(assert (myObject (attribute1 "attr28193") ) ) +(assert (myObject (attribute1 "attr28194") ) ) +(assert (myObject (attribute1 "attr28195") ) ) +(assert (myObject (attribute1 "attr28196") ) ) +(assert (myObject (attribute1 "attr28197") ) ) +(assert (myObject (attribute1 "attr28198") ) ) +(assert (myObject (attribute1 "attr28199") ) ) +(assert (myObject (attribute1 "attr28200") ) ) +(assert (myObject (attribute1 "attr28201") ) ) +(assert (myObject (attribute1 "attr28202") ) ) +(assert (myObject (attribute1 "attr28203") ) ) +(assert (myObject (attribute1 "attr28204") ) ) +(assert (myObject (attribute1 "attr28205") ) ) +(assert (myObject (attribute1 "attr28206") ) ) +(assert (myObject (attribute1 "attr28207") ) ) +(assert (myObject (attribute1 "attr28208") ) ) +(assert (myObject (attribute1 "attr28209") ) ) +(assert (myObject (attribute1 "attr28210") ) ) +(assert (myObject (attribute1 "attr28211") ) ) +(assert (myObject (attribute1 "attr28212") ) ) +(assert (myObject (attribute1 "attr28213") ) ) +(assert (myObject (attribute1 "attr28214") ) ) +(assert (myObject (attribute1 "attr28215") ) ) +(assert (myObject (attribute1 "attr28216") ) ) +(assert (myObject (attribute1 "attr28217") ) ) +(assert (myObject (attribute1 "attr28218") ) ) +(assert (myObject (attribute1 "attr28219") ) ) +(assert (myObject (attribute1 "attr28220") ) ) +(assert (myObject (attribute1 "attr28221") ) ) +(assert (myObject (attribute1 "attr28222") ) ) +(assert (myObject (attribute1 "attr28223") ) ) +(assert (myObject (attribute1 "attr28224") ) ) +(assert (myObject (attribute1 "attr28225") ) ) +(assert (myObject (attribute1 "attr28226") ) ) +(assert (myObject (attribute1 "attr28227") ) ) +(assert (myObject (attribute1 "attr28228") ) ) +(assert (myObject (attribute1 "attr28229") ) ) +(assert (myObject (attribute1 "attr28230") ) ) +(assert (myObject (attribute1 "attr28231") ) ) +(assert (myObject (attribute1 "attr28232") ) ) +(assert (myObject (attribute1 "attr28233") ) ) +(assert (myObject (attribute1 "attr28234") ) ) +(assert (myObject (attribute1 "attr28235") ) ) +(assert (myObject (attribute1 "attr28236") ) ) +(assert (myObject (attribute1 "attr28237") ) ) +(assert (myObject (attribute1 "attr28238") ) ) +(assert (myObject (attribute1 "attr28239") ) ) +(assert (myObject (attribute1 "attr28240") ) ) +(assert (myObject (attribute1 "attr28241") ) ) +(assert (myObject (attribute1 "attr28242") ) ) +(assert (myObject (attribute1 "attr28243") ) ) +(assert (myObject (attribute1 "attr28244") ) ) +(assert (myObject (attribute1 "attr28245") ) ) +(assert (myObject (attribute1 "attr28246") ) ) +(assert (myObject (attribute1 "attr28247") ) ) +(assert (myObject (attribute1 "attr28248") ) ) +(assert (myObject (attribute1 "attr28249") ) ) +(assert (myObject (attribute1 "attr28250") ) ) +(assert (myObject (attribute1 "attr28251") ) ) +(assert (myObject (attribute1 "attr28252") ) ) +(assert (myObject (attribute1 "attr28253") ) ) +(assert (myObject (attribute1 "attr28254") ) ) +(assert (myObject (attribute1 "attr28255") ) ) +(assert (myObject (attribute1 "attr28256") ) ) +(assert (myObject (attribute1 "attr28257") ) ) +(assert (myObject (attribute1 "attr28258") ) ) +(assert (myObject (attribute1 "attr28259") ) ) +(assert (myObject (attribute1 "attr28260") ) ) +(assert (myObject (attribute1 "attr28261") ) ) +(assert (myObject (attribute1 "attr28262") ) ) +(assert (myObject (attribute1 "attr28263") ) ) +(assert (myObject (attribute1 "attr28264") ) ) +(assert (myObject (attribute1 "attr28265") ) ) +(assert (myObject (attribute1 "attr28266") ) ) +(assert (myObject (attribute1 "attr28267") ) ) +(assert (myObject (attribute1 "attr28268") ) ) +(assert (myObject (attribute1 "attr28269") ) ) +(assert (myObject (attribute1 "attr28270") ) ) +(assert (myObject (attribute1 "attr28271") ) ) +(assert (myObject (attribute1 "attr28272") ) ) +(assert (myObject (attribute1 "attr28273") ) ) +(assert (myObject (attribute1 "attr28274") ) ) +(assert (myObject (attribute1 "attr28275") ) ) +(assert (myObject (attribute1 "attr28276") ) ) +(assert (myObject (attribute1 "attr28277") ) ) +(assert (myObject (attribute1 "attr28278") ) ) +(assert (myObject (attribute1 "attr28279") ) ) +(assert (myObject (attribute1 "attr28280") ) ) +(assert (myObject (attribute1 "attr28281") ) ) +(assert (myObject (attribute1 "attr28282") ) ) +(assert (myObject (attribute1 "attr28283") ) ) +(assert (myObject (attribute1 "attr28284") ) ) +(assert (myObject (attribute1 "attr28285") ) ) +(assert (myObject (attribute1 "attr28286") ) ) +(assert (myObject (attribute1 "attr28287") ) ) +(assert (myObject (attribute1 "attr28288") ) ) +(assert (myObject (attribute1 "attr28289") ) ) +(assert (myObject (attribute1 "attr28290") ) ) +(assert (myObject (attribute1 "attr28291") ) ) +(assert (myObject (attribute1 "attr28292") ) ) +(assert (myObject (attribute1 "attr28293") ) ) +(assert (myObject (attribute1 "attr28294") ) ) +(assert (myObject (attribute1 "attr28295") ) ) +(assert (myObject (attribute1 "attr28296") ) ) +(assert (myObject (attribute1 "attr28297") ) ) +(assert (myObject (attribute1 "attr28298") ) ) +(assert (myObject (attribute1 "attr28299") ) ) +(assert (myObject (attribute1 "attr28300") ) ) +(assert (myObject (attribute1 "attr28301") ) ) +(assert (myObject (attribute1 "attr28302") ) ) +(assert (myObject (attribute1 "attr28303") ) ) +(assert (myObject (attribute1 "attr28304") ) ) +(assert (myObject (attribute1 "attr28305") ) ) +(assert (myObject (attribute1 "attr28306") ) ) +(assert (myObject (attribute1 "attr28307") ) ) +(assert (myObject (attribute1 "attr28308") ) ) +(assert (myObject (attribute1 "attr28309") ) ) +(assert (myObject (attribute1 "attr28310") ) ) +(assert (myObject (attribute1 "attr28311") ) ) +(assert (myObject (attribute1 "attr28312") ) ) +(assert (myObject (attribute1 "attr28313") ) ) +(assert (myObject (attribute1 "attr28314") ) ) +(assert (myObject (attribute1 "attr28315") ) ) +(assert (myObject (attribute1 "attr28316") ) ) +(assert (myObject (attribute1 "attr28317") ) ) +(assert (myObject (attribute1 "attr28318") ) ) +(assert (myObject (attribute1 "attr28319") ) ) +(assert (myObject (attribute1 "attr28320") ) ) +(assert (myObject (attribute1 "attr28321") ) ) +(assert (myObject (attribute1 "attr28322") ) ) +(assert (myObject (attribute1 "attr28323") ) ) +(assert (myObject (attribute1 "attr28324") ) ) +(assert (myObject (attribute1 "attr28325") ) ) +(assert (myObject (attribute1 "attr28326") ) ) +(assert (myObject (attribute1 "attr28327") ) ) +(assert (myObject (attribute1 "attr28328") ) ) +(assert (myObject (attribute1 "attr28329") ) ) +(assert (myObject (attribute1 "attr28330") ) ) +(assert (myObject (attribute1 "attr28331") ) ) +(assert (myObject (attribute1 "attr28332") ) ) +(assert (myObject (attribute1 "attr28333") ) ) +(assert (myObject (attribute1 "attr28334") ) ) +(assert (myObject (attribute1 "attr28335") ) ) +(assert (myObject (attribute1 "attr28336") ) ) +(assert (myObject (attribute1 "attr28337") ) ) +(assert (myObject (attribute1 "attr28338") ) ) +(assert (myObject (attribute1 "attr28339") ) ) +(assert (myObject (attribute1 "attr28340") ) ) +(assert (myObject (attribute1 "attr28341") ) ) +(assert (myObject (attribute1 "attr28342") ) ) +(assert (myObject (attribute1 "attr28343") ) ) +(assert (myObject (attribute1 "attr28344") ) ) +(assert (myObject (attribute1 "attr28345") ) ) +(assert (myObject (attribute1 "attr28346") ) ) +(assert (myObject (attribute1 "attr28347") ) ) +(assert (myObject (attribute1 "attr28348") ) ) +(assert (myObject (attribute1 "attr28349") ) ) +(assert (myObject (attribute1 "attr28350") ) ) +(assert (myObject (attribute1 "attr28351") ) ) +(assert (myObject (attribute1 "attr28352") ) ) +(assert (myObject (attribute1 "attr28353") ) ) +(assert (myObject (attribute1 "attr28354") ) ) +(assert (myObject (attribute1 "attr28355") ) ) +(assert (myObject (attribute1 "attr28356") ) ) +(assert (myObject (attribute1 "attr28357") ) ) +(assert (myObject (attribute1 "attr28358") ) ) +(assert (myObject (attribute1 "attr28359") ) ) +(assert (myObject (attribute1 "attr28360") ) ) +(assert (myObject (attribute1 "attr28361") ) ) +(assert (myObject (attribute1 "attr28362") ) ) +(assert (myObject (attribute1 "attr28363") ) ) +(assert (myObject (attribute1 "attr28364") ) ) +(assert (myObject (attribute1 "attr28365") ) ) +(assert (myObject (attribute1 "attr28366") ) ) +(assert (myObject (attribute1 "attr28367") ) ) +(assert (myObject (attribute1 "attr28368") ) ) +(assert (myObject (attribute1 "attr28369") ) ) +(assert (myObject (attribute1 "attr28370") ) ) +(assert (myObject (attribute1 "attr28371") ) ) +(assert (myObject (attribute1 "attr28372") ) ) +(assert (myObject (attribute1 "attr28373") ) ) +(assert (myObject (attribute1 "attr28374") ) ) +(assert (myObject (attribute1 "attr28375") ) ) +(assert (myObject (attribute1 "attr28376") ) ) +(assert (myObject (attribute1 "attr28377") ) ) +(assert (myObject (attribute1 "attr28378") ) ) +(assert (myObject (attribute1 "attr28379") ) ) +(assert (myObject (attribute1 "attr28380") ) ) +(assert (myObject (attribute1 "attr28381") ) ) +(assert (myObject (attribute1 "attr28382") ) ) +(assert (myObject (attribute1 "attr28383") ) ) +(assert (myObject (attribute1 "attr28384") ) ) +(assert (myObject (attribute1 "attr28385") ) ) +(assert (myObject (attribute1 "attr28386") ) ) +(assert (myObject (attribute1 "attr28387") ) ) +(assert (myObject (attribute1 "attr28388") ) ) +(assert (myObject (attribute1 "attr28389") ) ) +(assert (myObject (attribute1 "attr28390") ) ) +(assert (myObject (attribute1 "attr28391") ) ) +(assert (myObject (attribute1 "attr28392") ) ) +(assert (myObject (attribute1 "attr28393") ) ) +(assert (myObject (attribute1 "attr28394") ) ) +(assert (myObject (attribute1 "attr28395") ) ) +(assert (myObject (attribute1 "attr28396") ) ) +(assert (myObject (attribute1 "attr28397") ) ) +(assert (myObject (attribute1 "attr28398") ) ) +(assert (myObject (attribute1 "attr28399") ) ) +(assert (myObject (attribute1 "attr28400") ) ) +(assert (myObject (attribute1 "attr28401") ) ) +(assert (myObject (attribute1 "attr28402") ) ) +(assert (myObject (attribute1 "attr28403") ) ) +(assert (myObject (attribute1 "attr28404") ) ) +(assert (myObject (attribute1 "attr28405") ) ) +(assert (myObject (attribute1 "attr28406") ) ) +(assert (myObject (attribute1 "attr28407") ) ) +(assert (myObject (attribute1 "attr28408") ) ) +(assert (myObject (attribute1 "attr28409") ) ) +(assert (myObject (attribute1 "attr28410") ) ) +(assert (myObject (attribute1 "attr28411") ) ) +(assert (myObject (attribute1 "attr28412") ) ) +(assert (myObject (attribute1 "attr28413") ) ) +(assert (myObject (attribute1 "attr28414") ) ) +(assert (myObject (attribute1 "attr28415") ) ) +(assert (myObject (attribute1 "attr28416") ) ) +(assert (myObject (attribute1 "attr28417") ) ) +(assert (myObject (attribute1 "attr28418") ) ) +(assert (myObject (attribute1 "attr28419") ) ) +(assert (myObject (attribute1 "attr28420") ) ) +(assert (myObject (attribute1 "attr28421") ) ) +(assert (myObject (attribute1 "attr28422") ) ) +(assert (myObject (attribute1 "attr28423") ) ) +(assert (myObject (attribute1 "attr28424") ) ) +(assert (myObject (attribute1 "attr28425") ) ) +(assert (myObject (attribute1 "attr28426") ) ) +(assert (myObject (attribute1 "attr28427") ) ) +(assert (myObject (attribute1 "attr28428") ) ) +(assert (myObject (attribute1 "attr28429") ) ) +(assert (myObject (attribute1 "attr28430") ) ) +(assert (myObject (attribute1 "attr28431") ) ) +(assert (myObject (attribute1 "attr28432") ) ) +(assert (myObject (attribute1 "attr28433") ) ) +(assert (myObject (attribute1 "attr28434") ) ) +(assert (myObject (attribute1 "attr28435") ) ) +(assert (myObject (attribute1 "attr28436") ) ) +(assert (myObject (attribute1 "attr28437") ) ) +(assert (myObject (attribute1 "attr28438") ) ) +(assert (myObject (attribute1 "attr28439") ) ) +(assert (myObject (attribute1 "attr28440") ) ) +(assert (myObject (attribute1 "attr28441") ) ) +(assert (myObject (attribute1 "attr28442") ) ) +(assert (myObject (attribute1 "attr28443") ) ) +(assert (myObject (attribute1 "attr28444") ) ) +(assert (myObject (attribute1 "attr28445") ) ) +(assert (myObject (attribute1 "attr28446") ) ) +(assert (myObject (attribute1 "attr28447") ) ) +(assert (myObject (attribute1 "attr28448") ) ) +(assert (myObject (attribute1 "attr28449") ) ) +(assert (myObject (attribute1 "attr28450") ) ) +(assert (myObject (attribute1 "attr28451") ) ) +(assert (myObject (attribute1 "attr28452") ) ) +(assert (myObject (attribute1 "attr28453") ) ) +(assert (myObject (attribute1 "attr28454") ) ) +(assert (myObject (attribute1 "attr28455") ) ) +(assert (myObject (attribute1 "attr28456") ) ) +(assert (myObject (attribute1 "attr28457") ) ) +(assert (myObject (attribute1 "attr28458") ) ) +(assert (myObject (attribute1 "attr28459") ) ) +(assert (myObject (attribute1 "attr28460") ) ) +(assert (myObject (attribute1 "attr28461") ) ) +(assert (myObject (attribute1 "attr28462") ) ) +(assert (myObject (attribute1 "attr28463") ) ) +(assert (myObject (attribute1 "attr28464") ) ) +(assert (myObject (attribute1 "attr28465") ) ) +(assert (myObject (attribute1 "attr28466") ) ) +(assert (myObject (attribute1 "attr28467") ) ) +(assert (myObject (attribute1 "attr28468") ) ) +(assert (myObject (attribute1 "attr28469") ) ) +(assert (myObject (attribute1 "attr28470") ) ) +(assert (myObject (attribute1 "attr28471") ) ) +(assert (myObject (attribute1 "attr28472") ) ) +(assert (myObject (attribute1 "attr28473") ) ) +(assert (myObject (attribute1 "attr28474") ) ) +(assert (myObject (attribute1 "attr28475") ) ) +(assert (myObject (attribute1 "attr28476") ) ) +(assert (myObject (attribute1 "attr28477") ) ) +(assert (myObject (attribute1 "attr28478") ) ) +(assert (myObject (attribute1 "attr28479") ) ) +(assert (myObject (attribute1 "attr28480") ) ) +(assert (myObject (attribute1 "attr28481") ) ) +(assert (myObject (attribute1 "attr28482") ) ) +(assert (myObject (attribute1 "attr28483") ) ) +(assert (myObject (attribute1 "attr28484") ) ) +(assert (myObject (attribute1 "attr28485") ) ) +(assert (myObject (attribute1 "attr28486") ) ) +(assert (myObject (attribute1 "attr28487") ) ) +(assert (myObject (attribute1 "attr28488") ) ) +(assert (myObject (attribute1 "attr28489") ) ) +(assert (myObject (attribute1 "attr28490") ) ) +(assert (myObject (attribute1 "attr28491") ) ) +(assert (myObject (attribute1 "attr28492") ) ) +(assert (myObject (attribute1 "attr28493") ) ) +(assert (myObject (attribute1 "attr28494") ) ) +(assert (myObject (attribute1 "attr28495") ) ) +(assert (myObject (attribute1 "attr28496") ) ) +(assert (myObject (attribute1 "attr28497") ) ) +(assert (myObject (attribute1 "attr28498") ) ) +(assert (myObject (attribute1 "attr28499") ) ) +(assert (myObject (attribute1 "attr28500") ) ) +(assert (myObject (attribute1 "attr28501") ) ) +(assert (myObject (attribute1 "attr28502") ) ) +(assert (myObject (attribute1 "attr28503") ) ) +(assert (myObject (attribute1 "attr28504") ) ) +(assert (myObject (attribute1 "attr28505") ) ) +(assert (myObject (attribute1 "attr28506") ) ) +(assert (myObject (attribute1 "attr28507") ) ) +(assert (myObject (attribute1 "attr28508") ) ) +(assert (myObject (attribute1 "attr28509") ) ) +(assert (myObject (attribute1 "attr28510") ) ) +(assert (myObject (attribute1 "attr28511") ) ) +(assert (myObject (attribute1 "attr28512") ) ) +(assert (myObject (attribute1 "attr28513") ) ) +(assert (myObject (attribute1 "attr28514") ) ) +(assert (myObject (attribute1 "attr28515") ) ) +(assert (myObject (attribute1 "attr28516") ) ) +(assert (myObject (attribute1 "attr28517") ) ) +(assert (myObject (attribute1 "attr28518") ) ) +(assert (myObject (attribute1 "attr28519") ) ) +(assert (myObject (attribute1 "attr28520") ) ) +(assert (myObject (attribute1 "attr28521") ) ) +(assert (myObject (attribute1 "attr28522") ) ) +(assert (myObject (attribute1 "attr28523") ) ) +(assert (myObject (attribute1 "attr28524") ) ) +(assert (myObject (attribute1 "attr28525") ) ) +(assert (myObject (attribute1 "attr28526") ) ) +(assert (myObject (attribute1 "attr28527") ) ) +(assert (myObject (attribute1 "attr28528") ) ) +(assert (myObject (attribute1 "attr28529") ) ) +(assert (myObject (attribute1 "attr28530") ) ) +(assert (myObject (attribute1 "attr28531") ) ) +(assert (myObject (attribute1 "attr28532") ) ) +(assert (myObject (attribute1 "attr28533") ) ) +(assert (myObject (attribute1 "attr28534") ) ) +(assert (myObject (attribute1 "attr28535") ) ) +(assert (myObject (attribute1 "attr28536") ) ) +(assert (myObject (attribute1 "attr28537") ) ) +(assert (myObject (attribute1 "attr28538") ) ) +(assert (myObject (attribute1 "attr28539") ) ) +(assert (myObject (attribute1 "attr28540") ) ) +(assert (myObject (attribute1 "attr28541") ) ) +(assert (myObject (attribute1 "attr28542") ) ) +(assert (myObject (attribute1 "attr28543") ) ) +(assert (myObject (attribute1 "attr28544") ) ) +(assert (myObject (attribute1 "attr28545") ) ) +(assert (myObject (attribute1 "attr28546") ) ) +(assert (myObject (attribute1 "attr28547") ) ) +(assert (myObject (attribute1 "attr28548") ) ) +(assert (myObject (attribute1 "attr28549") ) ) +(assert (myObject (attribute1 "attr28550") ) ) +(assert (myObject (attribute1 "attr28551") ) ) +(assert (myObject (attribute1 "attr28552") ) ) +(assert (myObject (attribute1 "attr28553") ) ) +(assert (myObject (attribute1 "attr28554") ) ) +(assert (myObject (attribute1 "attr28555") ) ) +(assert (myObject (attribute1 "attr28556") ) ) +(assert (myObject (attribute1 "attr28557") ) ) +(assert (myObject (attribute1 "attr28558") ) ) +(assert (myObject (attribute1 "attr28559") ) ) +(assert (myObject (attribute1 "attr28560") ) ) +(assert (myObject (attribute1 "attr28561") ) ) +(assert (myObject (attribute1 "attr28562") ) ) +(assert (myObject (attribute1 "attr28563") ) ) +(assert (myObject (attribute1 "attr28564") ) ) +(assert (myObject (attribute1 "attr28565") ) ) +(assert (myObject (attribute1 "attr28566") ) ) +(assert (myObject (attribute1 "attr28567") ) ) +(assert (myObject (attribute1 "attr28568") ) ) +(assert (myObject (attribute1 "attr28569") ) ) +(assert (myObject (attribute1 "attr28570") ) ) +(assert (myObject (attribute1 "attr28571") ) ) +(assert (myObject (attribute1 "attr28572") ) ) +(assert (myObject (attribute1 "attr28573") ) ) +(assert (myObject (attribute1 "attr28574") ) ) +(assert (myObject (attribute1 "attr28575") ) ) +(assert (myObject (attribute1 "attr28576") ) ) +(assert (myObject (attribute1 "attr28577") ) ) +(assert (myObject (attribute1 "attr28578") ) ) +(assert (myObject (attribute1 "attr28579") ) ) +(assert (myObject (attribute1 "attr28580") ) ) +(assert (myObject (attribute1 "attr28581") ) ) +(assert (myObject (attribute1 "attr28582") ) ) +(assert (myObject (attribute1 "attr28583") ) ) +(assert (myObject (attribute1 "attr28584") ) ) +(assert (myObject (attribute1 "attr28585") ) ) +(assert (myObject (attribute1 "attr28586") ) ) +(assert (myObject (attribute1 "attr28587") ) ) +(assert (myObject (attribute1 "attr28588") ) ) +(assert (myObject (attribute1 "attr28589") ) ) +(assert (myObject (attribute1 "attr28590") ) ) +(assert (myObject (attribute1 "attr28591") ) ) +(assert (myObject (attribute1 "attr28592") ) ) +(assert (myObject (attribute1 "attr28593") ) ) +(assert (myObject (attribute1 "attr28594") ) ) +(assert (myObject (attribute1 "attr28595") ) ) +(assert (myObject (attribute1 "attr28596") ) ) +(assert (myObject (attribute1 "attr28597") ) ) +(assert (myObject (attribute1 "attr28598") ) ) +(assert (myObject (attribute1 "attr28599") ) ) +(assert (myObject (attribute1 "attr28600") ) ) +(assert (myObject (attribute1 "attr28601") ) ) +(assert (myObject (attribute1 "attr28602") ) ) +(assert (myObject (attribute1 "attr28603") ) ) +(assert (myObject (attribute1 "attr28604") ) ) +(assert (myObject (attribute1 "attr28605") ) ) +(assert (myObject (attribute1 "attr28606") ) ) +(assert (myObject (attribute1 "attr28607") ) ) +(assert (myObject (attribute1 "attr28608") ) ) +(assert (myObject (attribute1 "attr28609") ) ) +(assert (myObject (attribute1 "attr28610") ) ) +(assert (myObject (attribute1 "attr28611") ) ) +(assert (myObject (attribute1 "attr28612") ) ) +(assert (myObject (attribute1 "attr28613") ) ) +(assert (myObject (attribute1 "attr28614") ) ) +(assert (myObject (attribute1 "attr28615") ) ) +(assert (myObject (attribute1 "attr28616") ) ) +(assert (myObject (attribute1 "attr28617") ) ) +(assert (myObject (attribute1 "attr28618") ) ) +(assert (myObject (attribute1 "attr28619") ) ) +(assert (myObject (attribute1 "attr28620") ) ) +(assert (myObject (attribute1 "attr28621") ) ) +(assert (myObject (attribute1 "attr28622") ) ) +(assert (myObject (attribute1 "attr28623") ) ) +(assert (myObject (attribute1 "attr28624") ) ) +(assert (myObject (attribute1 "attr28625") ) ) +(assert (myObject (attribute1 "attr28626") ) ) +(assert (myObject (attribute1 "attr28627") ) ) +(assert (myObject (attribute1 "attr28628") ) ) +(assert (myObject (attribute1 "attr28629") ) ) +(assert (myObject (attribute1 "attr28630") ) ) +(assert (myObject (attribute1 "attr28631") ) ) +(assert (myObject (attribute1 "attr28632") ) ) +(assert (myObject (attribute1 "attr28633") ) ) +(assert (myObject (attribute1 "attr28634") ) ) +(assert (myObject (attribute1 "attr28635") ) ) +(assert (myObject (attribute1 "attr28636") ) ) +(assert (myObject (attribute1 "attr28637") ) ) +(assert (myObject (attribute1 "attr28638") ) ) +(assert (myObject (attribute1 "attr28639") ) ) +(assert (myObject (attribute1 "attr28640") ) ) +(assert (myObject (attribute1 "attr28641") ) ) +(assert (myObject (attribute1 "attr28642") ) ) +(assert (myObject (attribute1 "attr28643") ) ) +(assert (myObject (attribute1 "attr28644") ) ) +(assert (myObject (attribute1 "attr28645") ) ) +(assert (myObject (attribute1 "attr28646") ) ) +(assert (myObject (attribute1 "attr28647") ) ) +(assert (myObject (attribute1 "attr28648") ) ) +(assert (myObject (attribute1 "attr28649") ) ) +(assert (myObject (attribute1 "attr28650") ) ) +(assert (myObject (attribute1 "attr28651") ) ) +(assert (myObject (attribute1 "attr28652") ) ) +(assert (myObject (attribute1 "attr28653") ) ) +(assert (myObject (attribute1 "attr28654") ) ) +(assert (myObject (attribute1 "attr28655") ) ) +(assert (myObject (attribute1 "attr28656") ) ) +(assert (myObject (attribute1 "attr28657") ) ) +(assert (myObject (attribute1 "attr28658") ) ) +(assert (myObject (attribute1 "attr28659") ) ) +(assert (myObject (attribute1 "attr28660") ) ) +(assert (myObject (attribute1 "attr28661") ) ) +(assert (myObject (attribute1 "attr28662") ) ) +(assert (myObject (attribute1 "attr28663") ) ) +(assert (myObject (attribute1 "attr28664") ) ) +(assert (myObject (attribute1 "attr28665") ) ) +(assert (myObject (attribute1 "attr28666") ) ) +(assert (myObject (attribute1 "attr28667") ) ) +(assert (myObject (attribute1 "attr28668") ) ) +(assert (myObject (attribute1 "attr28669") ) ) +(assert (myObject (attribute1 "attr28670") ) ) +(assert (myObject (attribute1 "attr28671") ) ) +(assert (myObject (attribute1 "attr28672") ) ) +(assert (myObject (attribute1 "attr28673") ) ) +(assert (myObject (attribute1 "attr28674") ) ) +(assert (myObject (attribute1 "attr28675") ) ) +(assert (myObject (attribute1 "attr28676") ) ) +(assert (myObject (attribute1 "attr28677") ) ) +(assert (myObject (attribute1 "attr28678") ) ) +(assert (myObject (attribute1 "attr28679") ) ) +(assert (myObject (attribute1 "attr28680") ) ) +(assert (myObject (attribute1 "attr28681") ) ) +(assert (myObject (attribute1 "attr28682") ) ) +(assert (myObject (attribute1 "attr28683") ) ) +(assert (myObject (attribute1 "attr28684") ) ) +(assert (myObject (attribute1 "attr28685") ) ) +(assert (myObject (attribute1 "attr28686") ) ) +(assert (myObject (attribute1 "attr28687") ) ) +(assert (myObject (attribute1 "attr28688") ) ) +(assert (myObject (attribute1 "attr28689") ) ) +(assert (myObject (attribute1 "attr28690") ) ) +(assert (myObject (attribute1 "attr28691") ) ) +(assert (myObject (attribute1 "attr28692") ) ) +(assert (myObject (attribute1 "attr28693") ) ) +(assert (myObject (attribute1 "attr28694") ) ) +(assert (myObject (attribute1 "attr28695") ) ) +(assert (myObject (attribute1 "attr28696") ) ) +(assert (myObject (attribute1 "attr28697") ) ) +(assert (myObject (attribute1 "attr28698") ) ) +(assert (myObject (attribute1 "attr28699") ) ) +(assert (myObject (attribute1 "attr28700") ) ) +(assert (myObject (attribute1 "attr28701") ) ) +(assert (myObject (attribute1 "attr28702") ) ) +(assert (myObject (attribute1 "attr28703") ) ) +(assert (myObject (attribute1 "attr28704") ) ) +(assert (myObject (attribute1 "attr28705") ) ) +(assert (myObject (attribute1 "attr28706") ) ) +(assert (myObject (attribute1 "attr28707") ) ) +(assert (myObject (attribute1 "attr28708") ) ) +(assert (myObject (attribute1 "attr28709") ) ) +(assert (myObject (attribute1 "attr28710") ) ) +(assert (myObject (attribute1 "attr28711") ) ) +(assert (myObject (attribute1 "attr28712") ) ) +(assert (myObject (attribute1 "attr28713") ) ) +(assert (myObject (attribute1 "attr28714") ) ) +(assert (myObject (attribute1 "attr28715") ) ) +(assert (myObject (attribute1 "attr28716") ) ) +(assert (myObject (attribute1 "attr28717") ) ) +(assert (myObject (attribute1 "attr28718") ) ) +(assert (myObject (attribute1 "attr28719") ) ) +(assert (myObject (attribute1 "attr28720") ) ) +(assert (myObject (attribute1 "attr28721") ) ) +(assert (myObject (attribute1 "attr28722") ) ) +(assert (myObject (attribute1 "attr28723") ) ) +(assert (myObject (attribute1 "attr28724") ) ) +(assert (myObject (attribute1 "attr28725") ) ) +(assert (myObject (attribute1 "attr28726") ) ) +(assert (myObject (attribute1 "attr28727") ) ) +(assert (myObject (attribute1 "attr28728") ) ) +(assert (myObject (attribute1 "attr28729") ) ) +(assert (myObject (attribute1 "attr28730") ) ) +(assert (myObject (attribute1 "attr28731") ) ) +(assert (myObject (attribute1 "attr28732") ) ) +(assert (myObject (attribute1 "attr28733") ) ) +(assert (myObject (attribute1 "attr28734") ) ) +(assert (myObject (attribute1 "attr28735") ) ) +(assert (myObject (attribute1 "attr28736") ) ) +(assert (myObject (attribute1 "attr28737") ) ) +(assert (myObject (attribute1 "attr28738") ) ) +(assert (myObject (attribute1 "attr28739") ) ) +(assert (myObject (attribute1 "attr28740") ) ) +(assert (myObject (attribute1 "attr28741") ) ) +(assert (myObject (attribute1 "attr28742") ) ) +(assert (myObject (attribute1 "attr28743") ) ) +(assert (myObject (attribute1 "attr28744") ) ) +(assert (myObject (attribute1 "attr28745") ) ) +(assert (myObject (attribute1 "attr28746") ) ) +(assert (myObject (attribute1 "attr28747") ) ) +(assert (myObject (attribute1 "attr28748") ) ) +(assert (myObject (attribute1 "attr28749") ) ) +(assert (myObject (attribute1 "attr28750") ) ) +(assert (myObject (attribute1 "attr28751") ) ) +(assert (myObject (attribute1 "attr28752") ) ) +(assert (myObject (attribute1 "attr28753") ) ) +(assert (myObject (attribute1 "attr28754") ) ) +(assert (myObject (attribute1 "attr28755") ) ) +(assert (myObject (attribute1 "attr28756") ) ) +(assert (myObject (attribute1 "attr28757") ) ) +(assert (myObject (attribute1 "attr28758") ) ) +(assert (myObject (attribute1 "attr28759") ) ) +(assert (myObject (attribute1 "attr28760") ) ) +(assert (myObject (attribute1 "attr28761") ) ) +(assert (myObject (attribute1 "attr28762") ) ) +(assert (myObject (attribute1 "attr28763") ) ) +(assert (myObject (attribute1 "attr28764") ) ) +(assert (myObject (attribute1 "attr28765") ) ) +(assert (myObject (attribute1 "attr28766") ) ) +(assert (myObject (attribute1 "attr28767") ) ) +(assert (myObject (attribute1 "attr28768") ) ) +(assert (myObject (attribute1 "attr28769") ) ) +(assert (myObject (attribute1 "attr28770") ) ) +(assert (myObject (attribute1 "attr28771") ) ) +(assert (myObject (attribute1 "attr28772") ) ) +(assert (myObject (attribute1 "attr28773") ) ) +(assert (myObject (attribute1 "attr28774") ) ) +(assert (myObject (attribute1 "attr28775") ) ) +(assert (myObject (attribute1 "attr28776") ) ) +(assert (myObject (attribute1 "attr28777") ) ) +(assert (myObject (attribute1 "attr28778") ) ) +(assert (myObject (attribute1 "attr28779") ) ) +(assert (myObject (attribute1 "attr28780") ) ) +(assert (myObject (attribute1 "attr28781") ) ) +(assert (myObject (attribute1 "attr28782") ) ) +(assert (myObject (attribute1 "attr28783") ) ) +(assert (myObject (attribute1 "attr28784") ) ) +(assert (myObject (attribute1 "attr28785") ) ) +(assert (myObject (attribute1 "attr28786") ) ) +(assert (myObject (attribute1 "attr28787") ) ) +(assert (myObject (attribute1 "attr28788") ) ) +(assert (myObject (attribute1 "attr28789") ) ) +(assert (myObject (attribute1 "attr28790") ) ) +(assert (myObject (attribute1 "attr28791") ) ) +(assert (myObject (attribute1 "attr28792") ) ) +(assert (myObject (attribute1 "attr28793") ) ) +(assert (myObject (attribute1 "attr28794") ) ) +(assert (myObject (attribute1 "attr28795") ) ) +(assert (myObject (attribute1 "attr28796") ) ) +(assert (myObject (attribute1 "attr28797") ) ) +(assert (myObject (attribute1 "attr28798") ) ) +(assert (myObject (attribute1 "attr28799") ) ) +(assert (myObject (attribute1 "attr28800") ) ) +(assert (myObject (attribute1 "attr28801") ) ) +(assert (myObject (attribute1 "attr28802") ) ) +(assert (myObject (attribute1 "attr28803") ) ) +(assert (myObject (attribute1 "attr28804") ) ) +(assert (myObject (attribute1 "attr28805") ) ) +(assert (myObject (attribute1 "attr28806") ) ) +(assert (myObject (attribute1 "attr28807") ) ) +(assert (myObject (attribute1 "attr28808") ) ) +(assert (myObject (attribute1 "attr28809") ) ) +(assert (myObject (attribute1 "attr28810") ) ) +(assert (myObject (attribute1 "attr28811") ) ) +(assert (myObject (attribute1 "attr28812") ) ) +(assert (myObject (attribute1 "attr28813") ) ) +(assert (myObject (attribute1 "attr28814") ) ) +(assert (myObject (attribute1 "attr28815") ) ) +(assert (myObject (attribute1 "attr28816") ) ) +(assert (myObject (attribute1 "attr28817") ) ) +(assert (myObject (attribute1 "attr28818") ) ) +(assert (myObject (attribute1 "attr28819") ) ) +(assert (myObject (attribute1 "attr28820") ) ) +(assert (myObject (attribute1 "attr28821") ) ) +(assert (myObject (attribute1 "attr28822") ) ) +(assert (myObject (attribute1 "attr28823") ) ) +(assert (myObject (attribute1 "attr28824") ) ) +(assert (myObject (attribute1 "attr28825") ) ) +(assert (myObject (attribute1 "attr28826") ) ) +(assert (myObject (attribute1 "attr28827") ) ) +(assert (myObject (attribute1 "attr28828") ) ) +(assert (myObject (attribute1 "attr28829") ) ) +(assert (myObject (attribute1 "attr28830") ) ) +(assert (myObject (attribute1 "attr28831") ) ) +(assert (myObject (attribute1 "attr28832") ) ) +(assert (myObject (attribute1 "attr28833") ) ) +(assert (myObject (attribute1 "attr28834") ) ) +(assert (myObject (attribute1 "attr28835") ) ) +(assert (myObject (attribute1 "attr28836") ) ) +(assert (myObject (attribute1 "attr28837") ) ) +(assert (myObject (attribute1 "attr28838") ) ) +(assert (myObject (attribute1 "attr28839") ) ) +(assert (myObject (attribute1 "attr28840") ) ) +(assert (myObject (attribute1 "attr28841") ) ) +(assert (myObject (attribute1 "attr28842") ) ) +(assert (myObject (attribute1 "attr28843") ) ) +(assert (myObject (attribute1 "attr28844") ) ) +(assert (myObject (attribute1 "attr28845") ) ) +(assert (myObject (attribute1 "attr28846") ) ) +(assert (myObject (attribute1 "attr28847") ) ) +(assert (myObject (attribute1 "attr28848") ) ) +(assert (myObject (attribute1 "attr28849") ) ) +(assert (myObject (attribute1 "attr28850") ) ) +(assert (myObject (attribute1 "attr28851") ) ) +(assert (myObject (attribute1 "attr28852") ) ) +(assert (myObject (attribute1 "attr28853") ) ) +(assert (myObject (attribute1 "attr28854") ) ) +(assert (myObject (attribute1 "attr28855") ) ) +(assert (myObject (attribute1 "attr28856") ) ) +(assert (myObject (attribute1 "attr28857") ) ) +(assert (myObject (attribute1 "attr28858") ) ) +(assert (myObject (attribute1 "attr28859") ) ) +(assert (myObject (attribute1 "attr28860") ) ) +(assert (myObject (attribute1 "attr28861") ) ) +(assert (myObject (attribute1 "attr28862") ) ) +(assert (myObject (attribute1 "attr28863") ) ) +(assert (myObject (attribute1 "attr28864") ) ) +(assert (myObject (attribute1 "attr28865") ) ) +(assert (myObject (attribute1 "attr28866") ) ) +(assert (myObject (attribute1 "attr28867") ) ) +(assert (myObject (attribute1 "attr28868") ) ) +(assert (myObject (attribute1 "attr28869") ) ) +(assert (myObject (attribute1 "attr28870") ) ) +(assert (myObject (attribute1 "attr28871") ) ) +(assert (myObject (attribute1 "attr28872") ) ) +(assert (myObject (attribute1 "attr28873") ) ) +(assert (myObject (attribute1 "attr28874") ) ) +(assert (myObject (attribute1 "attr28875") ) ) +(assert (myObject (attribute1 "attr28876") ) ) +(assert (myObject (attribute1 "attr28877") ) ) +(assert (myObject (attribute1 "attr28878") ) ) +(assert (myObject (attribute1 "attr28879") ) ) +(assert (myObject (attribute1 "attr28880") ) ) +(assert (myObject (attribute1 "attr28881") ) ) +(assert (myObject (attribute1 "attr28882") ) ) +(assert (myObject (attribute1 "attr28883") ) ) +(assert (myObject (attribute1 "attr28884") ) ) +(assert (myObject (attribute1 "attr28885") ) ) +(assert (myObject (attribute1 "attr28886") ) ) +(assert (myObject (attribute1 "attr28887") ) ) +(assert (myObject (attribute1 "attr28888") ) ) +(assert (myObject (attribute1 "attr28889") ) ) +(assert (myObject (attribute1 "attr28890") ) ) +(assert (myObject (attribute1 "attr28891") ) ) +(assert (myObject (attribute1 "attr28892") ) ) +(assert (myObject (attribute1 "attr28893") ) ) +(assert (myObject (attribute1 "attr28894") ) ) +(assert (myObject (attribute1 "attr28895") ) ) +(assert (myObject (attribute1 "attr28896") ) ) +(assert (myObject (attribute1 "attr28897") ) ) +(assert (myObject (attribute1 "attr28898") ) ) +(assert (myObject (attribute1 "attr28899") ) ) +(assert (myObject (attribute1 "attr28900") ) ) +(assert (myObject (attribute1 "attr28901") ) ) +(assert (myObject (attribute1 "attr28902") ) ) +(assert (myObject (attribute1 "attr28903") ) ) +(assert (myObject (attribute1 "attr28904") ) ) +(assert (myObject (attribute1 "attr28905") ) ) +(assert (myObject (attribute1 "attr28906") ) ) +(assert (myObject (attribute1 "attr28907") ) ) +(assert (myObject (attribute1 "attr28908") ) ) +(assert (myObject (attribute1 "attr28909") ) ) +(assert (myObject (attribute1 "attr28910") ) ) +(assert (myObject (attribute1 "attr28911") ) ) +(assert (myObject (attribute1 "attr28912") ) ) +(assert (myObject (attribute1 "attr28913") ) ) +(assert (myObject (attribute1 "attr28914") ) ) +(assert (myObject (attribute1 "attr28915") ) ) +(assert (myObject (attribute1 "attr28916") ) ) +(assert (myObject (attribute1 "attr28917") ) ) +(assert (myObject (attribute1 "attr28918") ) ) +(assert (myObject (attribute1 "attr28919") ) ) +(assert (myObject (attribute1 "attr28920") ) ) +(assert (myObject (attribute1 "attr28921") ) ) +(assert (myObject (attribute1 "attr28922") ) ) +(assert (myObject (attribute1 "attr28923") ) ) +(assert (myObject (attribute1 "attr28924") ) ) +(assert (myObject (attribute1 "attr28925") ) ) +(assert (myObject (attribute1 "attr28926") ) ) +(assert (myObject (attribute1 "attr28927") ) ) +(assert (myObject (attribute1 "attr28928") ) ) +(assert (myObject (attribute1 "attr28929") ) ) +(assert (myObject (attribute1 "attr28930") ) ) +(assert (myObject (attribute1 "attr28931") ) ) +(assert (myObject (attribute1 "attr28932") ) ) +(assert (myObject (attribute1 "attr28933") ) ) +(assert (myObject (attribute1 "attr28934") ) ) +(assert (myObject (attribute1 "attr28935") ) ) +(assert (myObject (attribute1 "attr28936") ) ) +(assert (myObject (attribute1 "attr28937") ) ) +(assert (myObject (attribute1 "attr28938") ) ) +(assert (myObject (attribute1 "attr28939") ) ) +(assert (myObject (attribute1 "attr28940") ) ) +(assert (myObject (attribute1 "attr28941") ) ) +(assert (myObject (attribute1 "attr28942") ) ) +(assert (myObject (attribute1 "attr28943") ) ) +(assert (myObject (attribute1 "attr28944") ) ) +(assert (myObject (attribute1 "attr28945") ) ) +(assert (myObject (attribute1 "attr28946") ) ) +(assert (myObject (attribute1 "attr28947") ) ) +(assert (myObject (attribute1 "attr28948") ) ) +(assert (myObject (attribute1 "attr28949") ) ) +(assert (myObject (attribute1 "attr28950") ) ) +(assert (myObject (attribute1 "attr28951") ) ) +(assert (myObject (attribute1 "attr28952") ) ) +(assert (myObject (attribute1 "attr28953") ) ) +(assert (myObject (attribute1 "attr28954") ) ) +(assert (myObject (attribute1 "attr28955") ) ) +(assert (myObject (attribute1 "attr28956") ) ) +(assert (myObject (attribute1 "attr28957") ) ) +(assert (myObject (attribute1 "attr28958") ) ) +(assert (myObject (attribute1 "attr28959") ) ) +(assert (myObject (attribute1 "attr28960") ) ) +(assert (myObject (attribute1 "attr28961") ) ) +(assert (myObject (attribute1 "attr28962") ) ) +(assert (myObject (attribute1 "attr28963") ) ) +(assert (myObject (attribute1 "attr28964") ) ) +(assert (myObject (attribute1 "attr28965") ) ) +(assert (myObject (attribute1 "attr28966") ) ) +(assert (myObject (attribute1 "attr28967") ) ) +(assert (myObject (attribute1 "attr28968") ) ) +(assert (myObject (attribute1 "attr28969") ) ) +(assert (myObject (attribute1 "attr28970") ) ) +(assert (myObject (attribute1 "attr28971") ) ) +(assert (myObject (attribute1 "attr28972") ) ) +(assert (myObject (attribute1 "attr28973") ) ) +(assert (myObject (attribute1 "attr28974") ) ) +(assert (myObject (attribute1 "attr28975") ) ) +(assert (myObject (attribute1 "attr28976") ) ) +(assert (myObject (attribute1 "attr28977") ) ) +(assert (myObject (attribute1 "attr28978") ) ) +(assert (myObject (attribute1 "attr28979") ) ) +(assert (myObject (attribute1 "attr28980") ) ) +(assert (myObject (attribute1 "attr28981") ) ) +(assert (myObject (attribute1 "attr28982") ) ) +(assert (myObject (attribute1 "attr28983") ) ) +(assert (myObject (attribute1 "attr28984") ) ) +(assert (myObject (attribute1 "attr28985") ) ) +(assert (myObject (attribute1 "attr28986") ) ) +(assert (myObject (attribute1 "attr28987") ) ) +(assert (myObject (attribute1 "attr28988") ) ) +(assert (myObject (attribute1 "attr28989") ) ) +(assert (myObject (attribute1 "attr28990") ) ) +(assert (myObject (attribute1 "attr28991") ) ) +(assert (myObject (attribute1 "attr28992") ) ) +(assert (myObject (attribute1 "attr28993") ) ) +(assert (myObject (attribute1 "attr28994") ) ) +(assert (myObject (attribute1 "attr28995") ) ) +(assert (myObject (attribute1 "attr28996") ) ) +(assert (myObject (attribute1 "attr28997") ) ) +(assert (myObject (attribute1 "attr28998") ) ) +(assert (myObject (attribute1 "attr28999") ) ) +(assert (myObject (attribute1 "attr29000") ) ) +(assert (myObject (attribute1 "attr29001") ) ) +(assert (myObject (attribute1 "attr29002") ) ) +(assert (myObject (attribute1 "attr29003") ) ) +(assert (myObject (attribute1 "attr29004") ) ) +(assert (myObject (attribute1 "attr29005") ) ) +(assert (myObject (attribute1 "attr29006") ) ) +(assert (myObject (attribute1 "attr29007") ) ) +(assert (myObject (attribute1 "attr29008") ) ) +(assert (myObject (attribute1 "attr29009") ) ) +(assert (myObject (attribute1 "attr29010") ) ) +(assert (myObject (attribute1 "attr29011") ) ) +(assert (myObject (attribute1 "attr29012") ) ) +(assert (myObject (attribute1 "attr29013") ) ) +(assert (myObject (attribute1 "attr29014") ) ) +(assert (myObject (attribute1 "attr29015") ) ) +(assert (myObject (attribute1 "attr29016") ) ) +(assert (myObject (attribute1 "attr29017") ) ) +(assert (myObject (attribute1 "attr29018") ) ) +(assert (myObject (attribute1 "attr29019") ) ) +(assert (myObject (attribute1 "attr29020") ) ) +(assert (myObject (attribute1 "attr29021") ) ) +(assert (myObject (attribute1 "attr29022") ) ) +(assert (myObject (attribute1 "attr29023") ) ) +(assert (myObject (attribute1 "attr29024") ) ) +(assert (myObject (attribute1 "attr29025") ) ) +(assert (myObject (attribute1 "attr29026") ) ) +(assert (myObject (attribute1 "attr29027") ) ) +(assert (myObject (attribute1 "attr29028") ) ) +(assert (myObject (attribute1 "attr29029") ) ) +(assert (myObject (attribute1 "attr29030") ) ) +(assert (myObject (attribute1 "attr29031") ) ) +(assert (myObject (attribute1 "attr29032") ) ) +(assert (myObject (attribute1 "attr29033") ) ) +(assert (myObject (attribute1 "attr29034") ) ) +(assert (myObject (attribute1 "attr29035") ) ) +(assert (myObject (attribute1 "attr29036") ) ) +(assert (myObject (attribute1 "attr29037") ) ) +(assert (myObject (attribute1 "attr29038") ) ) +(assert (myObject (attribute1 "attr29039") ) ) +(assert (myObject (attribute1 "attr29040") ) ) +(assert (myObject (attribute1 "attr29041") ) ) +(assert (myObject (attribute1 "attr29042") ) ) +(assert (myObject (attribute1 "attr29043") ) ) +(assert (myObject (attribute1 "attr29044") ) ) +(assert (myObject (attribute1 "attr29045") ) ) +(assert (myObject (attribute1 "attr29046") ) ) +(assert (myObject (attribute1 "attr29047") ) ) +(assert (myObject (attribute1 "attr29048") ) ) +(assert (myObject (attribute1 "attr29049") ) ) +(assert (myObject (attribute1 "attr29050") ) ) +(assert (myObject (attribute1 "attr29051") ) ) +(assert (myObject (attribute1 "attr29052") ) ) +(assert (myObject (attribute1 "attr29053") ) ) +(assert (myObject (attribute1 "attr29054") ) ) +(assert (myObject (attribute1 "attr29055") ) ) +(assert (myObject (attribute1 "attr29056") ) ) +(assert (myObject (attribute1 "attr29057") ) ) +(assert (myObject (attribute1 "attr29058") ) ) +(assert (myObject (attribute1 "attr29059") ) ) +(assert (myObject (attribute1 "attr29060") ) ) +(assert (myObject (attribute1 "attr29061") ) ) +(assert (myObject (attribute1 "attr29062") ) ) +(assert (myObject (attribute1 "attr29063") ) ) +(assert (myObject (attribute1 "attr29064") ) ) +(assert (myObject (attribute1 "attr29065") ) ) +(assert (myObject (attribute1 "attr29066") ) ) +(assert (myObject (attribute1 "attr29067") ) ) +(assert (myObject (attribute1 "attr29068") ) ) +(assert (myObject (attribute1 "attr29069") ) ) +(assert (myObject (attribute1 "attr29070") ) ) +(assert (myObject (attribute1 "attr29071") ) ) +(assert (myObject (attribute1 "attr29072") ) ) +(assert (myObject (attribute1 "attr29073") ) ) +(assert (myObject (attribute1 "attr29074") ) ) +(assert (myObject (attribute1 "attr29075") ) ) +(assert (myObject (attribute1 "attr29076") ) ) +(assert (myObject (attribute1 "attr29077") ) ) +(assert (myObject (attribute1 "attr29078") ) ) +(assert (myObject (attribute1 "attr29079") ) ) +(assert (myObject (attribute1 "attr29080") ) ) +(assert (myObject (attribute1 "attr29081") ) ) +(assert (myObject (attribute1 "attr29082") ) ) +(assert (myObject (attribute1 "attr29083") ) ) +(assert (myObject (attribute1 "attr29084") ) ) +(assert (myObject (attribute1 "attr29085") ) ) +(assert (myObject (attribute1 "attr29086") ) ) +(assert (myObject (attribute1 "attr29087") ) ) +(assert (myObject (attribute1 "attr29088") ) ) +(assert (myObject (attribute1 "attr29089") ) ) +(assert (myObject (attribute1 "attr29090") ) ) +(assert (myObject (attribute1 "attr29091") ) ) +(assert (myObject (attribute1 "attr29092") ) ) +(assert (myObject (attribute1 "attr29093") ) ) +(assert (myObject (attribute1 "attr29094") ) ) +(assert (myObject (attribute1 "attr29095") ) ) +(assert (myObject (attribute1 "attr29096") ) ) +(assert (myObject (attribute1 "attr29097") ) ) +(assert (myObject (attribute1 "attr29098") ) ) +(assert (myObject (attribute1 "attr29099") ) ) +(assert (myObject (attribute1 "attr29100") ) ) +(assert (myObject (attribute1 "attr29101") ) ) +(assert (myObject (attribute1 "attr29102") ) ) +(assert (myObject (attribute1 "attr29103") ) ) +(assert (myObject (attribute1 "attr29104") ) ) +(assert (myObject (attribute1 "attr29105") ) ) +(assert (myObject (attribute1 "attr29106") ) ) +(assert (myObject (attribute1 "attr29107") ) ) +(assert (myObject (attribute1 "attr29108") ) ) +(assert (myObject (attribute1 "attr29109") ) ) +(assert (myObject (attribute1 "attr29110") ) ) +(assert (myObject (attribute1 "attr29111") ) ) +(assert (myObject (attribute1 "attr29112") ) ) +(assert (myObject (attribute1 "attr29113") ) ) +(assert (myObject (attribute1 "attr29114") ) ) +(assert (myObject (attribute1 "attr29115") ) ) +(assert (myObject (attribute1 "attr29116") ) ) +(assert (myObject (attribute1 "attr29117") ) ) +(assert (myObject (attribute1 "attr29118") ) ) +(assert (myObject (attribute1 "attr29119") ) ) +(assert (myObject (attribute1 "attr29120") ) ) +(assert (myObject (attribute1 "attr29121") ) ) +(assert (myObject (attribute1 "attr29122") ) ) +(assert (myObject (attribute1 "attr29123") ) ) +(assert (myObject (attribute1 "attr29124") ) ) +(assert (myObject (attribute1 "attr29125") ) ) +(assert (myObject (attribute1 "attr29126") ) ) +(assert (myObject (attribute1 "attr29127") ) ) +(assert (myObject (attribute1 "attr29128") ) ) +(assert (myObject (attribute1 "attr29129") ) ) +(assert (myObject (attribute1 "attr29130") ) ) +(assert (myObject (attribute1 "attr29131") ) ) +(assert (myObject (attribute1 "attr29132") ) ) +(assert (myObject (attribute1 "attr29133") ) ) +(assert (myObject (attribute1 "attr29134") ) ) +(assert (myObject (attribute1 "attr29135") ) ) +(assert (myObject (attribute1 "attr29136") ) ) +(assert (myObject (attribute1 "attr29137") ) ) +(assert (myObject (attribute1 "attr29138") ) ) +(assert (myObject (attribute1 "attr29139") ) ) +(assert (myObject (attribute1 "attr29140") ) ) +(assert (myObject (attribute1 "attr29141") ) ) +(assert (myObject (attribute1 "attr29142") ) ) +(assert (myObject (attribute1 "attr29143") ) ) +(assert (myObject (attribute1 "attr29144") ) ) +(assert (myObject (attribute1 "attr29145") ) ) +(assert (myObject (attribute1 "attr29146") ) ) +(assert (myObject (attribute1 "attr29147") ) ) +(assert (myObject (attribute1 "attr29148") ) ) +(assert (myObject (attribute1 "attr29149") ) ) +(assert (myObject (attribute1 "attr29150") ) ) +(assert (myObject (attribute1 "attr29151") ) ) +(assert (myObject (attribute1 "attr29152") ) ) +(assert (myObject (attribute1 "attr29153") ) ) +(assert (myObject (attribute1 "attr29154") ) ) +(assert (myObject (attribute1 "attr29155") ) ) +(assert (myObject (attribute1 "attr29156") ) ) +(assert (myObject (attribute1 "attr29157") ) ) +(assert (myObject (attribute1 "attr29158") ) ) +(assert (myObject (attribute1 "attr29159") ) ) +(assert (myObject (attribute1 "attr29160") ) ) +(assert (myObject (attribute1 "attr29161") ) ) +(assert (myObject (attribute1 "attr29162") ) ) +(assert (myObject (attribute1 "attr29163") ) ) +(assert (myObject (attribute1 "attr29164") ) ) +(assert (myObject (attribute1 "attr29165") ) ) +(assert (myObject (attribute1 "attr29166") ) ) +(assert (myObject (attribute1 "attr29167") ) ) +(assert (myObject (attribute1 "attr29168") ) ) +(assert (myObject (attribute1 "attr29169") ) ) +(assert (myObject (attribute1 "attr29170") ) ) +(assert (myObject (attribute1 "attr29171") ) ) +(assert (myObject (attribute1 "attr29172") ) ) +(assert (myObject (attribute1 "attr29173") ) ) +(assert (myObject (attribute1 "attr29174") ) ) +(assert (myObject (attribute1 "attr29175") ) ) +(assert (myObject (attribute1 "attr29176") ) ) +(assert (myObject (attribute1 "attr29177") ) ) +(assert (myObject (attribute1 "attr29178") ) ) +(assert (myObject (attribute1 "attr29179") ) ) +(assert (myObject (attribute1 "attr29180") ) ) +(assert (myObject (attribute1 "attr29181") ) ) +(assert (myObject (attribute1 "attr29182") ) ) +(assert (myObject (attribute1 "attr29183") ) ) +(assert (myObject (attribute1 "attr29184") ) ) +(assert (myObject (attribute1 "attr29185") ) ) +(assert (myObject (attribute1 "attr29186") ) ) +(assert (myObject (attribute1 "attr29187") ) ) +(assert (myObject (attribute1 "attr29188") ) ) +(assert (myObject (attribute1 "attr29189") ) ) +(assert (myObject (attribute1 "attr29190") ) ) +(assert (myObject (attribute1 "attr29191") ) ) +(assert (myObject (attribute1 "attr29192") ) ) +(assert (myObject (attribute1 "attr29193") ) ) +(assert (myObject (attribute1 "attr29194") ) ) +(assert (myObject (attribute1 "attr29195") ) ) +(assert (myObject (attribute1 "attr29196") ) ) +(assert (myObject (attribute1 "attr29197") ) ) +(assert (myObject (attribute1 "attr29198") ) ) +(assert (myObject (attribute1 "attr29199") ) ) +(assert (myObject (attribute1 "attr29200") ) ) +(assert (myObject (attribute1 "attr29201") ) ) +(assert (myObject (attribute1 "attr29202") ) ) +(assert (myObject (attribute1 "attr29203") ) ) +(assert (myObject (attribute1 "attr29204") ) ) +(assert (myObject (attribute1 "attr29205") ) ) +(assert (myObject (attribute1 "attr29206") ) ) +(assert (myObject (attribute1 "attr29207") ) ) +(assert (myObject (attribute1 "attr29208") ) ) +(assert (myObject (attribute1 "attr29209") ) ) +(assert (myObject (attribute1 "attr29210") ) ) +(assert (myObject (attribute1 "attr29211") ) ) +(assert (myObject (attribute1 "attr29212") ) ) +(assert (myObject (attribute1 "attr29213") ) ) +(assert (myObject (attribute1 "attr29214") ) ) +(assert (myObject (attribute1 "attr29215") ) ) +(assert (myObject (attribute1 "attr29216") ) ) +(assert (myObject (attribute1 "attr29217") ) ) +(assert (myObject (attribute1 "attr29218") ) ) +(assert (myObject (attribute1 "attr29219") ) ) +(assert (myObject (attribute1 "attr29220") ) ) +(assert (myObject (attribute1 "attr29221") ) ) +(assert (myObject (attribute1 "attr29222") ) ) +(assert (myObject (attribute1 "attr29223") ) ) +(assert (myObject (attribute1 "attr29224") ) ) +(assert (myObject (attribute1 "attr29225") ) ) +(assert (myObject (attribute1 "attr29226") ) ) +(assert (myObject (attribute1 "attr29227") ) ) +(assert (myObject (attribute1 "attr29228") ) ) +(assert (myObject (attribute1 "attr29229") ) ) +(assert (myObject (attribute1 "attr29230") ) ) +(assert (myObject (attribute1 "attr29231") ) ) +(assert (myObject (attribute1 "attr29232") ) ) +(assert (myObject (attribute1 "attr29233") ) ) +(assert (myObject (attribute1 "attr29234") ) ) +(assert (myObject (attribute1 "attr29235") ) ) +(assert (myObject (attribute1 "attr29236") ) ) +(assert (myObject (attribute1 "attr29237") ) ) +(assert (myObject (attribute1 "attr29238") ) ) +(assert (myObject (attribute1 "attr29239") ) ) +(assert (myObject (attribute1 "attr29240") ) ) +(assert (myObject (attribute1 "attr29241") ) ) +(assert (myObject (attribute1 "attr29242") ) ) +(assert (myObject (attribute1 "attr29243") ) ) +(assert (myObject (attribute1 "attr29244") ) ) +(assert (myObject (attribute1 "attr29245") ) ) +(assert (myObject (attribute1 "attr29246") ) ) +(assert (myObject (attribute1 "attr29247") ) ) +(assert (myObject (attribute1 "attr29248") ) ) +(assert (myObject (attribute1 "attr29249") ) ) +(assert (myObject (attribute1 "attr29250") ) ) +(assert (myObject (attribute1 "attr29251") ) ) +(assert (myObject (attribute1 "attr29252") ) ) +(assert (myObject (attribute1 "attr29253") ) ) +(assert (myObject (attribute1 "attr29254") ) ) +(assert (myObject (attribute1 "attr29255") ) ) +(assert (myObject (attribute1 "attr29256") ) ) +(assert (myObject (attribute1 "attr29257") ) ) +(assert (myObject (attribute1 "attr29258") ) ) +(assert (myObject (attribute1 "attr29259") ) ) +(assert (myObject (attribute1 "attr29260") ) ) +(assert (myObject (attribute1 "attr29261") ) ) +(assert (myObject (attribute1 "attr29262") ) ) +(assert (myObject (attribute1 "attr29263") ) ) +(assert (myObject (attribute1 "attr29264") ) ) +(assert (myObject (attribute1 "attr29265") ) ) +(assert (myObject (attribute1 "attr29266") ) ) +(assert (myObject (attribute1 "attr29267") ) ) +(assert (myObject (attribute1 "attr29268") ) ) +(assert (myObject (attribute1 "attr29269") ) ) +(assert (myObject (attribute1 "attr29270") ) ) +(assert (myObject (attribute1 "attr29271") ) ) +(assert (myObject (attribute1 "attr29272") ) ) +(assert (myObject (attribute1 "attr29273") ) ) +(assert (myObject (attribute1 "attr29274") ) ) +(assert (myObject (attribute1 "attr29275") ) ) +(assert (myObject (attribute1 "attr29276") ) ) +(assert (myObject (attribute1 "attr29277") ) ) +(assert (myObject (attribute1 "attr29278") ) ) +(assert (myObject (attribute1 "attr29279") ) ) +(assert (myObject (attribute1 "attr29280") ) ) +(assert (myObject (attribute1 "attr29281") ) ) +(assert (myObject (attribute1 "attr29282") ) ) +(assert (myObject (attribute1 "attr29283") ) ) +(assert (myObject (attribute1 "attr29284") ) ) +(assert (myObject (attribute1 "attr29285") ) ) +(assert (myObject (attribute1 "attr29286") ) ) +(assert (myObject (attribute1 "attr29287") ) ) +(assert (myObject (attribute1 "attr29288") ) ) +(assert (myObject (attribute1 "attr29289") ) ) +(assert (myObject (attribute1 "attr29290") ) ) +(assert (myObject (attribute1 "attr29291") ) ) +(assert (myObject (attribute1 "attr29292") ) ) +(assert (myObject (attribute1 "attr29293") ) ) +(assert (myObject (attribute1 "attr29294") ) ) +(assert (myObject (attribute1 "attr29295") ) ) +(assert (myObject (attribute1 "attr29296") ) ) +(assert (myObject (attribute1 "attr29297") ) ) +(assert (myObject (attribute1 "attr29298") ) ) +(assert (myObject (attribute1 "attr29299") ) ) +(assert (myObject (attribute1 "attr29300") ) ) +(assert (myObject (attribute1 "attr29301") ) ) +(assert (myObject (attribute1 "attr29302") ) ) +(assert (myObject (attribute1 "attr29303") ) ) +(assert (myObject (attribute1 "attr29304") ) ) +(assert (myObject (attribute1 "attr29305") ) ) +(assert (myObject (attribute1 "attr29306") ) ) +(assert (myObject (attribute1 "attr29307") ) ) +(assert (myObject (attribute1 "attr29308") ) ) +(assert (myObject (attribute1 "attr29309") ) ) +(assert (myObject (attribute1 "attr29310") ) ) +(assert (myObject (attribute1 "attr29311") ) ) +(assert (myObject (attribute1 "attr29312") ) ) +(assert (myObject (attribute1 "attr29313") ) ) +(assert (myObject (attribute1 "attr29314") ) ) +(assert (myObject (attribute1 "attr29315") ) ) +(assert (myObject (attribute1 "attr29316") ) ) +(assert (myObject (attribute1 "attr29317") ) ) +(assert (myObject (attribute1 "attr29318") ) ) +(assert (myObject (attribute1 "attr29319") ) ) +(assert (myObject (attribute1 "attr29320") ) ) +(assert (myObject (attribute1 "attr29321") ) ) +(assert (myObject (attribute1 "attr29322") ) ) +(assert (myObject (attribute1 "attr29323") ) ) +(assert (myObject (attribute1 "attr29324") ) ) +(assert (myObject (attribute1 "attr29325") ) ) +(assert (myObject (attribute1 "attr29326") ) ) +(assert (myObject (attribute1 "attr29327") ) ) +(assert (myObject (attribute1 "attr29328") ) ) +(assert (myObject (attribute1 "attr29329") ) ) +(assert (myObject (attribute1 "attr29330") ) ) +(assert (myObject (attribute1 "attr29331") ) ) +(assert (myObject (attribute1 "attr29332") ) ) +(assert (myObject (attribute1 "attr29333") ) ) +(assert (myObject (attribute1 "attr29334") ) ) +(assert (myObject (attribute1 "attr29335") ) ) +(assert (myObject (attribute1 "attr29336") ) ) +(assert (myObject (attribute1 "attr29337") ) ) +(assert (myObject (attribute1 "attr29338") ) ) +(assert (myObject (attribute1 "attr29339") ) ) +(assert (myObject (attribute1 "attr29340") ) ) +(assert (myObject (attribute1 "attr29341") ) ) +(assert (myObject (attribute1 "attr29342") ) ) +(assert (myObject (attribute1 "attr29343") ) ) +(assert (myObject (attribute1 "attr29344") ) ) +(assert (myObject (attribute1 "attr29345") ) ) +(assert (myObject (attribute1 "attr29346") ) ) +(assert (myObject (attribute1 "attr29347") ) ) +(assert (myObject (attribute1 "attr29348") ) ) +(assert (myObject (attribute1 "attr29349") ) ) +(assert (myObject (attribute1 "attr29350") ) ) +(assert (myObject (attribute1 "attr29351") ) ) +(assert (myObject (attribute1 "attr29352") ) ) +(assert (myObject (attribute1 "attr29353") ) ) +(assert (myObject (attribute1 "attr29354") ) ) +(assert (myObject (attribute1 "attr29355") ) ) +(assert (myObject (attribute1 "attr29356") ) ) +(assert (myObject (attribute1 "attr29357") ) ) +(assert (myObject (attribute1 "attr29358") ) ) +(assert (myObject (attribute1 "attr29359") ) ) +(assert (myObject (attribute1 "attr29360") ) ) +(assert (myObject (attribute1 "attr29361") ) ) +(assert (myObject (attribute1 "attr29362") ) ) +(assert (myObject (attribute1 "attr29363") ) ) +(assert (myObject (attribute1 "attr29364") ) ) +(assert (myObject (attribute1 "attr29365") ) ) +(assert (myObject (attribute1 "attr29366") ) ) +(assert (myObject (attribute1 "attr29367") ) ) +(assert (myObject (attribute1 "attr29368") ) ) +(assert (myObject (attribute1 "attr29369") ) ) +(assert (myObject (attribute1 "attr29370") ) ) +(assert (myObject (attribute1 "attr29371") ) ) +(assert (myObject (attribute1 "attr29372") ) ) +(assert (myObject (attribute1 "attr29373") ) ) +(assert (myObject (attribute1 "attr29374") ) ) +(assert (myObject (attribute1 "attr29375") ) ) +(assert (myObject (attribute1 "attr29376") ) ) +(assert (myObject (attribute1 "attr29377") ) ) +(assert (myObject (attribute1 "attr29378") ) ) +(assert (myObject (attribute1 "attr29379") ) ) +(assert (myObject (attribute1 "attr29380") ) ) +(assert (myObject (attribute1 "attr29381") ) ) +(assert (myObject (attribute1 "attr29382") ) ) +(assert (myObject (attribute1 "attr29383") ) ) +(assert (myObject (attribute1 "attr29384") ) ) +(assert (myObject (attribute1 "attr29385") ) ) +(assert (myObject (attribute1 "attr29386") ) ) +(assert (myObject (attribute1 "attr29387") ) ) +(assert (myObject (attribute1 "attr29388") ) ) +(assert (myObject (attribute1 "attr29389") ) ) +(assert (myObject (attribute1 "attr29390") ) ) +(assert (myObject (attribute1 "attr29391") ) ) +(assert (myObject (attribute1 "attr29392") ) ) +(assert (myObject (attribute1 "attr29393") ) ) +(assert (myObject (attribute1 "attr29394") ) ) +(assert (myObject (attribute1 "attr29395") ) ) +(assert (myObject (attribute1 "attr29396") ) ) +(assert (myObject (attribute1 "attr29397") ) ) +(assert (myObject (attribute1 "attr29398") ) ) +(assert (myObject (attribute1 "attr29399") ) ) +(assert (myObject (attribute1 "attr29400") ) ) +(assert (myObject (attribute1 "attr29401") ) ) +(assert (myObject (attribute1 "attr29402") ) ) +(assert (myObject (attribute1 "attr29403") ) ) +(assert (myObject (attribute1 "attr29404") ) ) +(assert (myObject (attribute1 "attr29405") ) ) +(assert (myObject (attribute1 "attr29406") ) ) +(assert (myObject (attribute1 "attr29407") ) ) +(assert (myObject (attribute1 "attr29408") ) ) +(assert (myObject (attribute1 "attr29409") ) ) +(assert (myObject (attribute1 "attr29410") ) ) +(assert (myObject (attribute1 "attr29411") ) ) +(assert (myObject (attribute1 "attr29412") ) ) +(assert (myObject (attribute1 "attr29413") ) ) +(assert (myObject (attribute1 "attr29414") ) ) +(assert (myObject (attribute1 "attr29415") ) ) +(assert (myObject (attribute1 "attr29416") ) ) +(assert (myObject (attribute1 "attr29417") ) ) +(assert (myObject (attribute1 "attr29418") ) ) +(assert (myObject (attribute1 "attr29419") ) ) +(assert (myObject (attribute1 "attr29420") ) ) +(assert (myObject (attribute1 "attr29421") ) ) +(assert (myObject (attribute1 "attr29422") ) ) +(assert (myObject (attribute1 "attr29423") ) ) +(assert (myObject (attribute1 "attr29424") ) ) +(assert (myObject (attribute1 "attr29425") ) ) +(assert (myObject (attribute1 "attr29426") ) ) +(assert (myObject (attribute1 "attr29427") ) ) +(assert (myObject (attribute1 "attr29428") ) ) +(assert (myObject (attribute1 "attr29429") ) ) +(assert (myObject (attribute1 "attr29430") ) ) +(assert (myObject (attribute1 "attr29431") ) ) +(assert (myObject (attribute1 "attr29432") ) ) +(assert (myObject (attribute1 "attr29433") ) ) +(assert (myObject (attribute1 "attr29434") ) ) +(assert (myObject (attribute1 "attr29435") ) ) +(assert (myObject (attribute1 "attr29436") ) ) +(assert (myObject (attribute1 "attr29437") ) ) +(assert (myObject (attribute1 "attr29438") ) ) +(assert (myObject (attribute1 "attr29439") ) ) +(assert (myObject (attribute1 "attr29440") ) ) +(assert (myObject (attribute1 "attr29441") ) ) +(assert (myObject (attribute1 "attr29442") ) ) +(assert (myObject (attribute1 "attr29443") ) ) +(assert (myObject (attribute1 "attr29444") ) ) +(assert (myObject (attribute1 "attr29445") ) ) +(assert (myObject (attribute1 "attr29446") ) ) +(assert (myObject (attribute1 "attr29447") ) ) +(assert (myObject (attribute1 "attr29448") ) ) +(assert (myObject (attribute1 "attr29449") ) ) +(assert (myObject (attribute1 "attr29450") ) ) +(assert (myObject (attribute1 "attr29451") ) ) +(assert (myObject (attribute1 "attr29452") ) ) +(assert (myObject (attribute1 "attr29453") ) ) +(assert (myObject (attribute1 "attr29454") ) ) +(assert (myObject (attribute1 "attr29455") ) ) +(assert (myObject (attribute1 "attr29456") ) ) +(assert (myObject (attribute1 "attr29457") ) ) +(assert (myObject (attribute1 "attr29458") ) ) +(assert (myObject (attribute1 "attr29459") ) ) +(assert (myObject (attribute1 "attr29460") ) ) +(assert (myObject (attribute1 "attr29461") ) ) +(assert (myObject (attribute1 "attr29462") ) ) +(assert (myObject (attribute1 "attr29463") ) ) +(assert (myObject (attribute1 "attr29464") ) ) +(assert (myObject (attribute1 "attr29465") ) ) +(assert (myObject (attribute1 "attr29466") ) ) +(assert (myObject (attribute1 "attr29467") ) ) +(assert (myObject (attribute1 "attr29468") ) ) +(assert (myObject (attribute1 "attr29469") ) ) +(assert (myObject (attribute1 "attr29470") ) ) +(assert (myObject (attribute1 "attr29471") ) ) +(assert (myObject (attribute1 "attr29472") ) ) +(assert (myObject (attribute1 "attr29473") ) ) +(assert (myObject (attribute1 "attr29474") ) ) +(assert (myObject (attribute1 "attr29475") ) ) +(assert (myObject (attribute1 "attr29476") ) ) +(assert (myObject (attribute1 "attr29477") ) ) +(assert (myObject (attribute1 "attr29478") ) ) +(assert (myObject (attribute1 "attr29479") ) ) +(assert (myObject (attribute1 "attr29480") ) ) +(assert (myObject (attribute1 "attr29481") ) ) +(assert (myObject (attribute1 "attr29482") ) ) +(assert (myObject (attribute1 "attr29483") ) ) +(assert (myObject (attribute1 "attr29484") ) ) +(assert (myObject (attribute1 "attr29485") ) ) +(assert (myObject (attribute1 "attr29486") ) ) +(assert (myObject (attribute1 "attr29487") ) ) +(assert (myObject (attribute1 "attr29488") ) ) +(assert (myObject (attribute1 "attr29489") ) ) +(assert (myObject (attribute1 "attr29490") ) ) +(assert (myObject (attribute1 "attr29491") ) ) +(assert (myObject (attribute1 "attr29492") ) ) +(assert (myObject (attribute1 "attr29493") ) ) +(assert (myObject (attribute1 "attr29494") ) ) +(assert (myObject (attribute1 "attr29495") ) ) +(assert (myObject (attribute1 "attr29496") ) ) +(assert (myObject (attribute1 "attr29497") ) ) +(assert (myObject (attribute1 "attr29498") ) ) +(assert (myObject (attribute1 "attr29499") ) ) +(assert (myObject (attribute1 "attr29500") ) ) +(assert (myObject (attribute1 "attr29501") ) ) +(assert (myObject (attribute1 "attr29502") ) ) +(assert (myObject (attribute1 "attr29503") ) ) +(assert (myObject (attribute1 "attr29504") ) ) +(assert (myObject (attribute1 "attr29505") ) ) +(assert (myObject (attribute1 "attr29506") ) ) +(assert (myObject (attribute1 "attr29507") ) ) +(assert (myObject (attribute1 "attr29508") ) ) +(assert (myObject (attribute1 "attr29509") ) ) +(assert (myObject (attribute1 "attr29510") ) ) +(assert (myObject (attribute1 "attr29511") ) ) +(assert (myObject (attribute1 "attr29512") ) ) +(assert (myObject (attribute1 "attr29513") ) ) +(assert (myObject (attribute1 "attr29514") ) ) +(assert (myObject (attribute1 "attr29515") ) ) +(assert (myObject (attribute1 "attr29516") ) ) +(assert (myObject (attribute1 "attr29517") ) ) +(assert (myObject (attribute1 "attr29518") ) ) +(assert (myObject (attribute1 "attr29519") ) ) +(assert (myObject (attribute1 "attr29520") ) ) +(assert (myObject (attribute1 "attr29521") ) ) +(assert (myObject (attribute1 "attr29522") ) ) +(assert (myObject (attribute1 "attr29523") ) ) +(assert (myObject (attribute1 "attr29524") ) ) +(assert (myObject (attribute1 "attr29525") ) ) +(assert (myObject (attribute1 "attr29526") ) ) +(assert (myObject (attribute1 "attr29527") ) ) +(assert (myObject (attribute1 "attr29528") ) ) +(assert (myObject (attribute1 "attr29529") ) ) +(assert (myObject (attribute1 "attr29530") ) ) +(assert (myObject (attribute1 "attr29531") ) ) +(assert (myObject (attribute1 "attr29532") ) ) +(assert (myObject (attribute1 "attr29533") ) ) +(assert (myObject (attribute1 "attr29534") ) ) +(assert (myObject (attribute1 "attr29535") ) ) +(assert (myObject (attribute1 "attr29536") ) ) +(assert (myObject (attribute1 "attr29537") ) ) +(assert (myObject (attribute1 "attr29538") ) ) +(assert (myObject (attribute1 "attr29539") ) ) +(assert (myObject (attribute1 "attr29540") ) ) +(assert (myObject (attribute1 "attr29541") ) ) +(assert (myObject (attribute1 "attr29542") ) ) +(assert (myObject (attribute1 "attr29543") ) ) +(assert (myObject (attribute1 "attr29544") ) ) +(assert (myObject (attribute1 "attr29545") ) ) +(assert (myObject (attribute1 "attr29546") ) ) +(assert (myObject (attribute1 "attr29547") ) ) +(assert (myObject (attribute1 "attr29548") ) ) +(assert (myObject (attribute1 "attr29549") ) ) +(assert (myObject (attribute1 "attr29550") ) ) +(assert (myObject (attribute1 "attr29551") ) ) +(assert (myObject (attribute1 "attr29552") ) ) +(assert (myObject (attribute1 "attr29553") ) ) +(assert (myObject (attribute1 "attr29554") ) ) +(assert (myObject (attribute1 "attr29555") ) ) +(assert (myObject (attribute1 "attr29556") ) ) +(assert (myObject (attribute1 "attr29557") ) ) +(assert (myObject (attribute1 "attr29558") ) ) +(assert (myObject (attribute1 "attr29559") ) ) +(assert (myObject (attribute1 "attr29560") ) ) +(assert (myObject (attribute1 "attr29561") ) ) +(assert (myObject (attribute1 "attr29562") ) ) +(assert (myObject (attribute1 "attr29563") ) ) +(assert (myObject (attribute1 "attr29564") ) ) +(assert (myObject (attribute1 "attr29565") ) ) +(assert (myObject (attribute1 "attr29566") ) ) +(assert (myObject (attribute1 "attr29567") ) ) +(assert (myObject (attribute1 "attr29568") ) ) +(assert (myObject (attribute1 "attr29569") ) ) +(assert (myObject (attribute1 "attr29570") ) ) +(assert (myObject (attribute1 "attr29571") ) ) +(assert (myObject (attribute1 "attr29572") ) ) +(assert (myObject (attribute1 "attr29573") ) ) +(assert (myObject (attribute1 "attr29574") ) ) +(assert (myObject (attribute1 "attr29575") ) ) +(assert (myObject (attribute1 "attr29576") ) ) +(assert (myObject (attribute1 "attr29577") ) ) +(assert (myObject (attribute1 "attr29578") ) ) +(assert (myObject (attribute1 "attr29579") ) ) +(assert (myObject (attribute1 "attr29580") ) ) +(assert (myObject (attribute1 "attr29581") ) ) +(assert (myObject (attribute1 "attr29582") ) ) +(assert (myObject (attribute1 "attr29583") ) ) +(assert (myObject (attribute1 "attr29584") ) ) +(assert (myObject (attribute1 "attr29585") ) ) +(assert (myObject (attribute1 "attr29586") ) ) +(assert (myObject (attribute1 "attr29587") ) ) +(assert (myObject (attribute1 "attr29588") ) ) +(assert (myObject (attribute1 "attr29589") ) ) +(assert (myObject (attribute1 "attr29590") ) ) +(assert (myObject (attribute1 "attr29591") ) ) +(assert (myObject (attribute1 "attr29592") ) ) +(assert (myObject (attribute1 "attr29593") ) ) +(assert (myObject (attribute1 "attr29594") ) ) +(assert (myObject (attribute1 "attr29595") ) ) +(assert (myObject (attribute1 "attr29596") ) ) +(assert (myObject (attribute1 "attr29597") ) ) +(assert (myObject (attribute1 "attr29598") ) ) +(assert (myObject (attribute1 "attr29599") ) ) +(assert (myObject (attribute1 "attr29600") ) ) +(assert (myObject (attribute1 "attr29601") ) ) +(assert (myObject (attribute1 "attr29602") ) ) +(assert (myObject (attribute1 "attr29603") ) ) +(assert (myObject (attribute1 "attr29604") ) ) +(assert (myObject (attribute1 "attr29605") ) ) +(assert (myObject (attribute1 "attr29606") ) ) +(assert (myObject (attribute1 "attr29607") ) ) +(assert (myObject (attribute1 "attr29608") ) ) +(assert (myObject (attribute1 "attr29609") ) ) +(assert (myObject (attribute1 "attr29610") ) ) +(assert (myObject (attribute1 "attr29611") ) ) +(assert (myObject (attribute1 "attr29612") ) ) +(assert (myObject (attribute1 "attr29613") ) ) +(assert (myObject (attribute1 "attr29614") ) ) +(assert (myObject (attribute1 "attr29615") ) ) +(assert (myObject (attribute1 "attr29616") ) ) +(assert (myObject (attribute1 "attr29617") ) ) +(assert (myObject (attribute1 "attr29618") ) ) +(assert (myObject (attribute1 "attr29619") ) ) +(assert (myObject (attribute1 "attr29620") ) ) +(assert (myObject (attribute1 "attr29621") ) ) +(assert (myObject (attribute1 "attr29622") ) ) +(assert (myObject (attribute1 "attr29623") ) ) +(assert (myObject (attribute1 "attr29624") ) ) +(assert (myObject (attribute1 "attr29625") ) ) +(assert (myObject (attribute1 "attr29626") ) ) +(assert (myObject (attribute1 "attr29627") ) ) +(assert (myObject (attribute1 "attr29628") ) ) +(assert (myObject (attribute1 "attr29629") ) ) +(assert (myObject (attribute1 "attr29630") ) ) +(assert (myObject (attribute1 "attr29631") ) ) +(assert (myObject (attribute1 "attr29632") ) ) +(assert (myObject (attribute1 "attr29633") ) ) +(assert (myObject (attribute1 "attr29634") ) ) +(assert (myObject (attribute1 "attr29635") ) ) +(assert (myObject (attribute1 "attr29636") ) ) +(assert (myObject (attribute1 "attr29637") ) ) +(assert (myObject (attribute1 "attr29638") ) ) +(assert (myObject (attribute1 "attr29639") ) ) +(assert (myObject (attribute1 "attr29640") ) ) +(assert (myObject (attribute1 "attr29641") ) ) +(assert (myObject (attribute1 "attr29642") ) ) +(assert (myObject (attribute1 "attr29643") ) ) +(assert (myObject (attribute1 "attr29644") ) ) +(assert (myObject (attribute1 "attr29645") ) ) +(assert (myObject (attribute1 "attr29646") ) ) +(assert (myObject (attribute1 "attr29647") ) ) +(assert (myObject (attribute1 "attr29648") ) ) +(assert (myObject (attribute1 "attr29649") ) ) +(assert (myObject (attribute1 "attr29650") ) ) +(assert (myObject (attribute1 "attr29651") ) ) +(assert (myObject (attribute1 "attr29652") ) ) +(assert (myObject (attribute1 "attr29653") ) ) +(assert (myObject (attribute1 "attr29654") ) ) +(assert (myObject (attribute1 "attr29655") ) ) +(assert (myObject (attribute1 "attr29656") ) ) +(assert (myObject (attribute1 "attr29657") ) ) +(assert (myObject (attribute1 "attr29658") ) ) +(assert (myObject (attribute1 "attr29659") ) ) +(assert (myObject (attribute1 "attr29660") ) ) +(assert (myObject (attribute1 "attr29661") ) ) +(assert (myObject (attribute1 "attr29662") ) ) +(assert (myObject (attribute1 "attr29663") ) ) +(assert (myObject (attribute1 "attr29664") ) ) +(assert (myObject (attribute1 "attr29665") ) ) +(assert (myObject (attribute1 "attr29666") ) ) +(assert (myObject (attribute1 "attr29667") ) ) +(assert (myObject (attribute1 "attr29668") ) ) +(assert (myObject (attribute1 "attr29669") ) ) +(assert (myObject (attribute1 "attr29670") ) ) +(assert (myObject (attribute1 "attr29671") ) ) +(assert (myObject (attribute1 "attr29672") ) ) +(assert (myObject (attribute1 "attr29673") ) ) +(assert (myObject (attribute1 "attr29674") ) ) +(assert (myObject (attribute1 "attr29675") ) ) +(assert (myObject (attribute1 "attr29676") ) ) +(assert (myObject (attribute1 "attr29677") ) ) +(assert (myObject (attribute1 "attr29678") ) ) +(assert (myObject (attribute1 "attr29679") ) ) +(assert (myObject (attribute1 "attr29680") ) ) +(assert (myObject (attribute1 "attr29681") ) ) +(assert (myObject (attribute1 "attr29682") ) ) +(assert (myObject (attribute1 "attr29683") ) ) +(assert (myObject (attribute1 "attr29684") ) ) +(assert (myObject (attribute1 "attr29685") ) ) +(assert (myObject (attribute1 "attr29686") ) ) +(assert (myObject (attribute1 "attr29687") ) ) +(assert (myObject (attribute1 "attr29688") ) ) +(assert (myObject (attribute1 "attr29689") ) ) +(assert (myObject (attribute1 "attr29690") ) ) +(assert (myObject (attribute1 "attr29691") ) ) +(assert (myObject (attribute1 "attr29692") ) ) +(assert (myObject (attribute1 "attr29693") ) ) +(assert (myObject (attribute1 "attr29694") ) ) +(assert (myObject (attribute1 "attr29695") ) ) +(assert (myObject (attribute1 "attr29696") ) ) +(assert (myObject (attribute1 "attr29697") ) ) +(assert (myObject (attribute1 "attr29698") ) ) +(assert (myObject (attribute1 "attr29699") ) ) +(assert (myObject (attribute1 "attr29700") ) ) +(assert (myObject (attribute1 "attr29701") ) ) +(assert (myObject (attribute1 "attr29702") ) ) +(assert (myObject (attribute1 "attr29703") ) ) +(assert (myObject (attribute1 "attr29704") ) ) +(assert (myObject (attribute1 "attr29705") ) ) +(assert (myObject (attribute1 "attr29706") ) ) +(assert (myObject (attribute1 "attr29707") ) ) +(assert (myObject (attribute1 "attr29708") ) ) +(assert (myObject (attribute1 "attr29709") ) ) +(assert (myObject (attribute1 "attr29710") ) ) +(assert (myObject (attribute1 "attr29711") ) ) +(assert (myObject (attribute1 "attr29712") ) ) +(assert (myObject (attribute1 "attr29713") ) ) +(assert (myObject (attribute1 "attr29714") ) ) +(assert (myObject (attribute1 "attr29715") ) ) +(assert (myObject (attribute1 "attr29716") ) ) +(assert (myObject (attribute1 "attr29717") ) ) +(assert (myObject (attribute1 "attr29718") ) ) +(assert (myObject (attribute1 "attr29719") ) ) +(assert (myObject (attribute1 "attr29720") ) ) +(assert (myObject (attribute1 "attr29721") ) ) +(assert (myObject (attribute1 "attr29722") ) ) +(assert (myObject (attribute1 "attr29723") ) ) +(assert (myObject (attribute1 "attr29724") ) ) +(assert (myObject (attribute1 "attr29725") ) ) +(assert (myObject (attribute1 "attr29726") ) ) +(assert (myObject (attribute1 "attr29727") ) ) +(assert (myObject (attribute1 "attr29728") ) ) +(assert (myObject (attribute1 "attr29729") ) ) +(assert (myObject (attribute1 "attr29730") ) ) +(assert (myObject (attribute1 "attr29731") ) ) +(assert (myObject (attribute1 "attr29732") ) ) +(assert (myObject (attribute1 "attr29733") ) ) +(assert (myObject (attribute1 "attr29734") ) ) +(assert (myObject (attribute1 "attr29735") ) ) +(assert (myObject (attribute1 "attr29736") ) ) +(assert (myObject (attribute1 "attr29737") ) ) +(assert (myObject (attribute1 "attr29738") ) ) +(assert (myObject (attribute1 "attr29739") ) ) +(assert (myObject (attribute1 "attr29740") ) ) +(assert (myObject (attribute1 "attr29741") ) ) +(assert (myObject (attribute1 "attr29742") ) ) +(assert (myObject (attribute1 "attr29743") ) ) +(assert (myObject (attribute1 "attr29744") ) ) +(assert (myObject (attribute1 "attr29745") ) ) +(assert (myObject (attribute1 "attr29746") ) ) +(assert (myObject (attribute1 "attr29747") ) ) +(assert (myObject (attribute1 "attr29748") ) ) +(assert (myObject (attribute1 "attr29749") ) ) +(assert (myObject (attribute1 "attr29750") ) ) +(assert (myObject (attribute1 "attr29751") ) ) +(assert (myObject (attribute1 "attr29752") ) ) +(assert (myObject (attribute1 "attr29753") ) ) +(assert (myObject (attribute1 "attr29754") ) ) +(assert (myObject (attribute1 "attr29755") ) ) +(assert (myObject (attribute1 "attr29756") ) ) +(assert (myObject (attribute1 "attr29757") ) ) +(assert (myObject (attribute1 "attr29758") ) ) +(assert (myObject (attribute1 "attr29759") ) ) +(assert (myObject (attribute1 "attr29760") ) ) +(assert (myObject (attribute1 "attr29761") ) ) +(assert (myObject (attribute1 "attr29762") ) ) +(assert (myObject (attribute1 "attr29763") ) ) +(assert (myObject (attribute1 "attr29764") ) ) +(assert (myObject (attribute1 "attr29765") ) ) +(assert (myObject (attribute1 "attr29766") ) ) +(assert (myObject (attribute1 "attr29767") ) ) +(assert (myObject (attribute1 "attr29768") ) ) +(assert (myObject (attribute1 "attr29769") ) ) +(assert (myObject (attribute1 "attr29770") ) ) +(assert (myObject (attribute1 "attr29771") ) ) +(assert (myObject (attribute1 "attr29772") ) ) +(assert (myObject (attribute1 "attr29773") ) ) +(assert (myObject (attribute1 "attr29774") ) ) +(assert (myObject (attribute1 "attr29775") ) ) +(assert (myObject (attribute1 "attr29776") ) ) +(assert (myObject (attribute1 "attr29777") ) ) +(assert (myObject (attribute1 "attr29778") ) ) +(assert (myObject (attribute1 "attr29779") ) ) +(assert (myObject (attribute1 "attr29780") ) ) +(assert (myObject (attribute1 "attr29781") ) ) +(assert (myObject (attribute1 "attr29782") ) ) +(assert (myObject (attribute1 "attr29783") ) ) +(assert (myObject (attribute1 "attr29784") ) ) +(assert (myObject (attribute1 "attr29785") ) ) +(assert (myObject (attribute1 "attr29786") ) ) +(assert (myObject (attribute1 "attr29787") ) ) +(assert (myObject (attribute1 "attr29788") ) ) +(assert (myObject (attribute1 "attr29789") ) ) +(assert (myObject (attribute1 "attr29790") ) ) +(assert (myObject (attribute1 "attr29791") ) ) +(assert (myObject (attribute1 "attr29792") ) ) +(assert (myObject (attribute1 "attr29793") ) ) +(assert (myObject (attribute1 "attr29794") ) ) +(assert (myObject (attribute1 "attr29795") ) ) +(assert (myObject (attribute1 "attr29796") ) ) +(assert (myObject (attribute1 "attr29797") ) ) +(assert (myObject (attribute1 "attr29798") ) ) +(assert (myObject (attribute1 "attr29799") ) ) +(assert (myObject (attribute1 "attr29800") ) ) +(assert (myObject (attribute1 "attr29801") ) ) +(assert (myObject (attribute1 "attr29802") ) ) +(assert (myObject (attribute1 "attr29803") ) ) +(assert (myObject (attribute1 "attr29804") ) ) +(assert (myObject (attribute1 "attr29805") ) ) +(assert (myObject (attribute1 "attr29806") ) ) +(assert (myObject (attribute1 "attr29807") ) ) +(assert (myObject (attribute1 "attr29808") ) ) +(assert (myObject (attribute1 "attr29809") ) ) +(assert (myObject (attribute1 "attr29810") ) ) +(assert (myObject (attribute1 "attr29811") ) ) +(assert (myObject (attribute1 "attr29812") ) ) +(assert (myObject (attribute1 "attr29813") ) ) +(assert (myObject (attribute1 "attr29814") ) ) +(assert (myObject (attribute1 "attr29815") ) ) +(assert (myObject (attribute1 "attr29816") ) ) +(assert (myObject (attribute1 "attr29817") ) ) +(assert (myObject (attribute1 "attr29818") ) ) +(assert (myObject (attribute1 "attr29819") ) ) +(assert (myObject (attribute1 "attr29820") ) ) +(assert (myObject (attribute1 "attr29821") ) ) +(assert (myObject (attribute1 "attr29822") ) ) +(assert (myObject (attribute1 "attr29823") ) ) +(assert (myObject (attribute1 "attr29824") ) ) +(assert (myObject (attribute1 "attr29825") ) ) +(assert (myObject (attribute1 "attr29826") ) ) +(assert (myObject (attribute1 "attr29827") ) ) +(assert (myObject (attribute1 "attr29828") ) ) +(assert (myObject (attribute1 "attr29829") ) ) +(assert (myObject (attribute1 "attr29830") ) ) +(assert (myObject (attribute1 "attr29831") ) ) +(assert (myObject (attribute1 "attr29832") ) ) +(assert (myObject (attribute1 "attr29833") ) ) +(assert (myObject (attribute1 "attr29834") ) ) +(assert (myObject (attribute1 "attr29835") ) ) +(assert (myObject (attribute1 "attr29836") ) ) +(assert (myObject (attribute1 "attr29837") ) ) +(assert (myObject (attribute1 "attr29838") ) ) +(assert (myObject (attribute1 "attr29839") ) ) +(assert (myObject (attribute1 "attr29840") ) ) +(assert (myObject (attribute1 "attr29841") ) ) +(assert (myObject (attribute1 "attr29842") ) ) +(assert (myObject (attribute1 "attr29843") ) ) +(assert (myObject (attribute1 "attr29844") ) ) +(assert (myObject (attribute1 "attr29845") ) ) +(assert (myObject (attribute1 "attr29846") ) ) +(assert (myObject (attribute1 "attr29847") ) ) +(assert (myObject (attribute1 "attr29848") ) ) +(assert (myObject (attribute1 "attr29849") ) ) +(assert (myObject (attribute1 "attr29850") ) ) +(assert (myObject (attribute1 "attr29851") ) ) +(assert (myObject (attribute1 "attr29852") ) ) +(assert (myObject (attribute1 "attr29853") ) ) +(assert (myObject (attribute1 "attr29854") ) ) +(assert (myObject (attribute1 "attr29855") ) ) +(assert (myObject (attribute1 "attr29856") ) ) +(assert (myObject (attribute1 "attr29857") ) ) +(assert (myObject (attribute1 "attr29858") ) ) +(assert (myObject (attribute1 "attr29859") ) ) +(assert (myObject (attribute1 "attr29860") ) ) +(assert (myObject (attribute1 "attr29861") ) ) +(assert (myObject (attribute1 "attr29862") ) ) +(assert (myObject (attribute1 "attr29863") ) ) +(assert (myObject (attribute1 "attr29864") ) ) +(assert (myObject (attribute1 "attr29865") ) ) +(assert (myObject (attribute1 "attr29866") ) ) +(assert (myObject (attribute1 "attr29867") ) ) +(assert (myObject (attribute1 "attr29868") ) ) +(assert (myObject (attribute1 "attr29869") ) ) +(assert (myObject (attribute1 "attr29870") ) ) +(assert (myObject (attribute1 "attr29871") ) ) +(assert (myObject (attribute1 "attr29872") ) ) +(assert (myObject (attribute1 "attr29873") ) ) +(assert (myObject (attribute1 "attr29874") ) ) +(assert (myObject (attribute1 "attr29875") ) ) +(assert (myObject (attribute1 "attr29876") ) ) +(assert (myObject (attribute1 "attr29877") ) ) +(assert (myObject (attribute1 "attr29878") ) ) +(assert (myObject (attribute1 "attr29879") ) ) +(assert (myObject (attribute1 "attr29880") ) ) +(assert (myObject (attribute1 "attr29881") ) ) +(assert (myObject (attribute1 "attr29882") ) ) +(assert (myObject (attribute1 "attr29883") ) ) +(assert (myObject (attribute1 "attr29884") ) ) +(assert (myObject (attribute1 "attr29885") ) ) +(assert (myObject (attribute1 "attr29886") ) ) +(assert (myObject (attribute1 "attr29887") ) ) +(assert (myObject (attribute1 "attr29888") ) ) +(assert (myObject (attribute1 "attr29889") ) ) +(assert (myObject (attribute1 "attr29890") ) ) +(assert (myObject (attribute1 "attr29891") ) ) +(assert (myObject (attribute1 "attr29892") ) ) +(assert (myObject (attribute1 "attr29893") ) ) +(assert (myObject (attribute1 "attr29894") ) ) +(assert (myObject (attribute1 "attr29895") ) ) +(assert (myObject (attribute1 "attr29896") ) ) +(assert (myObject (attribute1 "attr29897") ) ) +(assert (myObject (attribute1 "attr29898") ) ) +(assert (myObject (attribute1 "attr29899") ) ) +(assert (myObject (attribute1 "attr29900") ) ) +(assert (myObject (attribute1 "attr29901") ) ) +(assert (myObject (attribute1 "attr29902") ) ) +(assert (myObject (attribute1 "attr29903") ) ) +(assert (myObject (attribute1 "attr29904") ) ) +(assert (myObject (attribute1 "attr29905") ) ) +(assert (myObject (attribute1 "attr29906") ) ) +(assert (myObject (attribute1 "attr29907") ) ) +(assert (myObject (attribute1 "attr29908") ) ) +(assert (myObject (attribute1 "attr29909") ) ) +(assert (myObject (attribute1 "attr29910") ) ) +(assert (myObject (attribute1 "attr29911") ) ) +(assert (myObject (attribute1 "attr29912") ) ) +(assert (myObject (attribute1 "attr29913") ) ) +(assert (myObject (attribute1 "attr29914") ) ) +(assert (myObject (attribute1 "attr29915") ) ) +(assert (myObject (attribute1 "attr29916") ) ) +(assert (myObject (attribute1 "attr29917") ) ) +(assert (myObject (attribute1 "attr29918") ) ) +(assert (myObject (attribute1 "attr29919") ) ) +(assert (myObject (attribute1 "attr29920") ) ) +(assert (myObject (attribute1 "attr29921") ) ) +(assert (myObject (attribute1 "attr29922") ) ) +(assert (myObject (attribute1 "attr29923") ) ) +(assert (myObject (attribute1 "attr29924") ) ) +(assert (myObject (attribute1 "attr29925") ) ) +(assert (myObject (attribute1 "attr29926") ) ) +(assert (myObject (attribute1 "attr29927") ) ) +(assert (myObject (attribute1 "attr29928") ) ) +(assert (myObject (attribute1 "attr29929") ) ) +(assert (myObject (attribute1 "attr29930") ) ) +(assert (myObject (attribute1 "attr29931") ) ) +(assert (myObject (attribute1 "attr29932") ) ) +(assert (myObject (attribute1 "attr29933") ) ) +(assert (myObject (attribute1 "attr29934") ) ) +(assert (myObject (attribute1 "attr29935") ) ) +(assert (myObject (attribute1 "attr29936") ) ) +(assert (myObject (attribute1 "attr29937") ) ) +(assert (myObject (attribute1 "attr29938") ) ) +(assert (myObject (attribute1 "attr29939") ) ) +(assert (myObject (attribute1 "attr29940") ) ) +(assert (myObject (attribute1 "attr29941") ) ) +(assert (myObject (attribute1 "attr29942") ) ) +(assert (myObject (attribute1 "attr29943") ) ) +(assert (myObject (attribute1 "attr29944") ) ) +(assert (myObject (attribute1 "attr29945") ) ) +(assert (myObject (attribute1 "attr29946") ) ) +(assert (myObject (attribute1 "attr29947") ) ) +(assert (myObject (attribute1 "attr29948") ) ) +(assert (myObject (attribute1 "attr29949") ) ) +(assert (myObject (attribute1 "attr29950") ) ) +(assert (myObject (attribute1 "attr29951") ) ) +(assert (myObject (attribute1 "attr29952") ) ) +(assert (myObject (attribute1 "attr29953") ) ) +(assert (myObject (attribute1 "attr29954") ) ) +(assert (myObject (attribute1 "attr29955") ) ) +(assert (myObject (attribute1 "attr29956") ) ) +(assert (myObject (attribute1 "attr29957") ) ) +(assert (myObject (attribute1 "attr29958") ) ) +(assert (myObject (attribute1 "attr29959") ) ) +(assert (myObject (attribute1 "attr29960") ) ) +(assert (myObject (attribute1 "attr29961") ) ) +(assert (myObject (attribute1 "attr29962") ) ) +(assert (myObject (attribute1 "attr29963") ) ) +(assert (myObject (attribute1 "attr29964") ) ) +(assert (myObject (attribute1 "attr29965") ) ) +(assert (myObject (attribute1 "attr29966") ) ) +(assert (myObject (attribute1 "attr29967") ) ) +(assert (myObject (attribute1 "attr29968") ) ) +(assert (myObject (attribute1 "attr29969") ) ) +(assert (myObject (attribute1 "attr29970") ) ) +(assert (myObject (attribute1 "attr29971") ) ) +(assert (myObject (attribute1 "attr29972") ) ) +(assert (myObject (attribute1 "attr29973") ) ) +(assert (myObject (attribute1 "attr29974") ) ) +(assert (myObject (attribute1 "attr29975") ) ) +(assert (myObject (attribute1 "attr29976") ) ) +(assert (myObject (attribute1 "attr29977") ) ) +(assert (myObject (attribute1 "attr29978") ) ) +(assert (myObject (attribute1 "attr29979") ) ) +(assert (myObject (attribute1 "attr29980") ) ) +(assert (myObject (attribute1 "attr29981") ) ) +(assert (myObject (attribute1 "attr29982") ) ) +(assert (myObject (attribute1 "attr29983") ) ) +(assert (myObject (attribute1 "attr29984") ) ) +(assert (myObject (attribute1 "attr29985") ) ) +(assert (myObject (attribute1 "attr29986") ) ) +(assert (myObject (attribute1 "attr29987") ) ) +(assert (myObject (attribute1 "attr29988") ) ) +(assert (myObject (attribute1 "attr29989") ) ) +(assert (myObject (attribute1 "attr29990") ) ) +(assert (myObject (attribute1 "attr29991") ) ) +(assert (myObject (attribute1 "attr29992") ) ) +(assert (myObject (attribute1 "attr29993") ) ) +(assert (myObject (attribute1 "attr29994") ) ) +(assert (myObject (attribute1 "attr29995") ) ) +(assert (myObject (attribute1 "attr29996") ) ) +(assert (myObject (attribute1 "attr29997") ) ) +(assert (myObject (attribute1 "attr29998") ) ) +(assert (myObject (attribute1 "attr29999") ) ) +(assert (myObject (attribute1 "attr30000") ) ) +(assert (myObject (attribute1 "attr30001") ) ) +(assert (myObject (attribute1 "attr30002") ) ) +(assert (myObject (attribute1 "attr30003") ) ) +(assert (myObject (attribute1 "attr30004") ) ) +(assert (myObject (attribute1 "attr30005") ) ) +(assert (myObject (attribute1 "attr30006") ) ) +(assert (myObject (attribute1 "attr30007") ) ) +(assert (myObject (attribute1 "attr30008") ) ) +(assert (myObject (attribute1 "attr30009") ) ) +(assert (myObject (attribute1 "attr30010") ) ) +(assert (myObject (attribute1 "attr30011") ) ) +(assert (myObject (attribute1 "attr30012") ) ) +(assert (myObject (attribute1 "attr30013") ) ) +(assert (myObject (attribute1 "attr30014") ) ) +(assert (myObject (attribute1 "attr30015") ) ) +(assert (myObject (attribute1 "attr30016") ) ) +(assert (myObject (attribute1 "attr30017") ) ) +(assert (myObject (attribute1 "attr30018") ) ) +(assert (myObject (attribute1 "attr30019") ) ) +(assert (myObject (attribute1 "attr30020") ) ) +(assert (myObject (attribute1 "attr30021") ) ) +(assert (myObject (attribute1 "attr30022") ) ) +(assert (myObject (attribute1 "attr30023") ) ) +(assert (myObject (attribute1 "attr30024") ) ) +(assert (myObject (attribute1 "attr30025") ) ) +(assert (myObject (attribute1 "attr30026") ) ) +(assert (myObject (attribute1 "attr30027") ) ) +(assert (myObject (attribute1 "attr30028") ) ) +(assert (myObject (attribute1 "attr30029") ) ) +(assert (myObject (attribute1 "attr30030") ) ) +(assert (myObject (attribute1 "attr30031") ) ) +(assert (myObject (attribute1 "attr30032") ) ) +(assert (myObject (attribute1 "attr30033") ) ) +(assert (myObject (attribute1 "attr30034") ) ) +(assert (myObject (attribute1 "attr30035") ) ) +(assert (myObject (attribute1 "attr30036") ) ) +(assert (myObject (attribute1 "attr30037") ) ) +(assert (myObject (attribute1 "attr30038") ) ) +(assert (myObject (attribute1 "attr30039") ) ) +(assert (myObject (attribute1 "attr30040") ) ) +(assert (myObject (attribute1 "attr30041") ) ) +(assert (myObject (attribute1 "attr30042") ) ) +(assert (myObject (attribute1 "attr30043") ) ) +(assert (myObject (attribute1 "attr30044") ) ) +(assert (myObject (attribute1 "attr30045") ) ) +(assert (myObject (attribute1 "attr30046") ) ) +(assert (myObject (attribute1 "attr30047") ) ) +(assert (myObject (attribute1 "attr30048") ) ) +(assert (myObject (attribute1 "attr30049") ) ) +(assert (myObject (attribute1 "attr30050") ) ) +(assert (myObject (attribute1 "attr30051") ) ) +(assert (myObject (attribute1 "attr30052") ) ) +(assert (myObject (attribute1 "attr30053") ) ) +(assert (myObject (attribute1 "attr30054") ) ) +(assert (myObject (attribute1 "attr30055") ) ) +(assert (myObject (attribute1 "attr30056") ) ) +(assert (myObject (attribute1 "attr30057") ) ) +(assert (myObject (attribute1 "attr30058") ) ) +(assert (myObject (attribute1 "attr30059") ) ) +(assert (myObject (attribute1 "attr30060") ) ) +(assert (myObject (attribute1 "attr30061") ) ) +(assert (myObject (attribute1 "attr30062") ) ) +(assert (myObject (attribute1 "attr30063") ) ) +(assert (myObject (attribute1 "attr30064") ) ) +(assert (myObject (attribute1 "attr30065") ) ) +(assert (myObject (attribute1 "attr30066") ) ) +(assert (myObject (attribute1 "attr30067") ) ) +(assert (myObject (attribute1 "attr30068") ) ) +(assert (myObject (attribute1 "attr30069") ) ) +(assert (myObject (attribute1 "attr30070") ) ) +(assert (myObject (attribute1 "attr30071") ) ) +(assert (myObject (attribute1 "attr30072") ) ) +(assert (myObject (attribute1 "attr30073") ) ) +(assert (myObject (attribute1 "attr30074") ) ) +(assert (myObject (attribute1 "attr30075") ) ) +(assert (myObject (attribute1 "attr30076") ) ) +(assert (myObject (attribute1 "attr30077") ) ) +(assert (myObject (attribute1 "attr30078") ) ) +(assert (myObject (attribute1 "attr30079") ) ) +(assert (myObject (attribute1 "attr30080") ) ) +(assert (myObject (attribute1 "attr30081") ) ) +(assert (myObject (attribute1 "attr30082") ) ) +(assert (myObject (attribute1 "attr30083") ) ) +(assert (myObject (attribute1 "attr30084") ) ) +(assert (myObject (attribute1 "attr30085") ) ) +(assert (myObject (attribute1 "attr30086") ) ) +(assert (myObject (attribute1 "attr30087") ) ) +(assert (myObject (attribute1 "attr30088") ) ) +(assert (myObject (attribute1 "attr30089") ) ) +(assert (myObject (attribute1 "attr30090") ) ) +(assert (myObject (attribute1 "attr30091") ) ) +(assert (myObject (attribute1 "attr30092") ) ) +(assert (myObject (attribute1 "attr30093") ) ) +(assert (myObject (attribute1 "attr30094") ) ) +(assert (myObject (attribute1 "attr30095") ) ) +(assert (myObject (attribute1 "attr30096") ) ) +(assert (myObject (attribute1 "attr30097") ) ) +(assert (myObject (attribute1 "attr30098") ) ) +(assert (myObject (attribute1 "attr30099") ) ) +(assert (myObject (attribute1 "attr30100") ) ) +(assert (myObject (attribute1 "attr30101") ) ) +(assert (myObject (attribute1 "attr30102") ) ) +(assert (myObject (attribute1 "attr30103") ) ) +(assert (myObject (attribute1 "attr30104") ) ) +(assert (myObject (attribute1 "attr30105") ) ) +(assert (myObject (attribute1 "attr30106") ) ) +(assert (myObject (attribute1 "attr30107") ) ) +(assert (myObject (attribute1 "attr30108") ) ) +(assert (myObject (attribute1 "attr30109") ) ) +(assert (myObject (attribute1 "attr30110") ) ) +(assert (myObject (attribute1 "attr30111") ) ) +(assert (myObject (attribute1 "attr30112") ) ) +(assert (myObject (attribute1 "attr30113") ) ) +(assert (myObject (attribute1 "attr30114") ) ) +(assert (myObject (attribute1 "attr30115") ) ) +(assert (myObject (attribute1 "attr30116") ) ) +(assert (myObject (attribute1 "attr30117") ) ) +(assert (myObject (attribute1 "attr30118") ) ) +(assert (myObject (attribute1 "attr30119") ) ) +(assert (myObject (attribute1 "attr30120") ) ) +(assert (myObject (attribute1 "attr30121") ) ) +(assert (myObject (attribute1 "attr30122") ) ) +(assert (myObject (attribute1 "attr30123") ) ) +(assert (myObject (attribute1 "attr30124") ) ) +(assert (myObject (attribute1 "attr30125") ) ) +(assert (myObject (attribute1 "attr30126") ) ) +(assert (myObject (attribute1 "attr30127") ) ) +(assert (myObject (attribute1 "attr30128") ) ) +(assert (myObject (attribute1 "attr30129") ) ) +(assert (myObject (attribute1 "attr30130") ) ) +(assert (myObject (attribute1 "attr30131") ) ) +(assert (myObject (attribute1 "attr30132") ) ) +(assert (myObject (attribute1 "attr30133") ) ) +(assert (myObject (attribute1 "attr30134") ) ) +(assert (myObject (attribute1 "attr30135") ) ) +(assert (myObject (attribute1 "attr30136") ) ) +(assert (myObject (attribute1 "attr30137") ) ) +(assert (myObject (attribute1 "attr30138") ) ) +(assert (myObject (attribute1 "attr30139") ) ) +(assert (myObject (attribute1 "attr30140") ) ) +(assert (myObject (attribute1 "attr30141") ) ) +(assert (myObject (attribute1 "attr30142") ) ) +(assert (myObject (attribute1 "attr30143") ) ) +(assert (myObject (attribute1 "attr30144") ) ) +(assert (myObject (attribute1 "attr30145") ) ) +(assert (myObject (attribute1 "attr30146") ) ) +(assert (myObject (attribute1 "attr30147") ) ) +(assert (myObject (attribute1 "attr30148") ) ) +(assert (myObject (attribute1 "attr30149") ) ) +(assert (myObject (attribute1 "attr30150") ) ) +(assert (myObject (attribute1 "attr30151") ) ) +(assert (myObject (attribute1 "attr30152") ) ) +(assert (myObject (attribute1 "attr30153") ) ) +(assert (myObject (attribute1 "attr30154") ) ) +(assert (myObject (attribute1 "attr30155") ) ) +(assert (myObject (attribute1 "attr30156") ) ) +(assert (myObject (attribute1 "attr30157") ) ) +(assert (myObject (attribute1 "attr30158") ) ) +(assert (myObject (attribute1 "attr30159") ) ) +(assert (myObject (attribute1 "attr30160") ) ) +(assert (myObject (attribute1 "attr30161") ) ) +(assert (myObject (attribute1 "attr30162") ) ) +(assert (myObject (attribute1 "attr30163") ) ) +(assert (myObject (attribute1 "attr30164") ) ) +(assert (myObject (attribute1 "attr30165") ) ) +(assert (myObject (attribute1 "attr30166") ) ) +(assert (myObject (attribute1 "attr30167") ) ) +(assert (myObject (attribute1 "attr30168") ) ) +(assert (myObject (attribute1 "attr30169") ) ) +(assert (myObject (attribute1 "attr30170") ) ) +(assert (myObject (attribute1 "attr30171") ) ) +(assert (myObject (attribute1 "attr30172") ) ) +(assert (myObject (attribute1 "attr30173") ) ) +(assert (myObject (attribute1 "attr30174") ) ) +(assert (myObject (attribute1 "attr30175") ) ) +(assert (myObject (attribute1 "attr30176") ) ) +(assert (myObject (attribute1 "attr30177") ) ) +(assert (myObject (attribute1 "attr30178") ) ) +(assert (myObject (attribute1 "attr30179") ) ) +(assert (myObject (attribute1 "attr30180") ) ) +(assert (myObject (attribute1 "attr30181") ) ) +(assert (myObject (attribute1 "attr30182") ) ) +(assert (myObject (attribute1 "attr30183") ) ) +(assert (myObject (attribute1 "attr30184") ) ) +(assert (myObject (attribute1 "attr30185") ) ) +(assert (myObject (attribute1 "attr30186") ) ) +(assert (myObject (attribute1 "attr30187") ) ) +(assert (myObject (attribute1 "attr30188") ) ) +(assert (myObject (attribute1 "attr30189") ) ) +(assert (myObject (attribute1 "attr30190") ) ) +(assert (myObject (attribute1 "attr30191") ) ) +(assert (myObject (attribute1 "attr30192") ) ) +(assert (myObject (attribute1 "attr30193") ) ) +(assert (myObject (attribute1 "attr30194") ) ) +(assert (myObject (attribute1 "attr30195") ) ) +(assert (myObject (attribute1 "attr30196") ) ) +(assert (myObject (attribute1 "attr30197") ) ) +(assert (myObject (attribute1 "attr30198") ) ) +(assert (myObject (attribute1 "attr30199") ) ) +(assert (myObject (attribute1 "attr30200") ) ) +(assert (myObject (attribute1 "attr30201") ) ) +(assert (myObject (attribute1 "attr30202") ) ) +(assert (myObject (attribute1 "attr30203") ) ) +(assert (myObject (attribute1 "attr30204") ) ) +(assert (myObject (attribute1 "attr30205") ) ) +(assert (myObject (attribute1 "attr30206") ) ) +(assert (myObject (attribute1 "attr30207") ) ) +(assert (myObject (attribute1 "attr30208") ) ) +(assert (myObject (attribute1 "attr30209") ) ) +(assert (myObject (attribute1 "attr30210") ) ) +(assert (myObject (attribute1 "attr30211") ) ) +(assert (myObject (attribute1 "attr30212") ) ) +(assert (myObject (attribute1 "attr30213") ) ) +(assert (myObject (attribute1 "attr30214") ) ) +(assert (myObject (attribute1 "attr30215") ) ) +(assert (myObject (attribute1 "attr30216") ) ) +(assert (myObject (attribute1 "attr30217") ) ) +(assert (myObject (attribute1 "attr30218") ) ) +(assert (myObject (attribute1 "attr30219") ) ) +(assert (myObject (attribute1 "attr30220") ) ) +(assert (myObject (attribute1 "attr30221") ) ) +(assert (myObject (attribute1 "attr30222") ) ) +(assert (myObject (attribute1 "attr30223") ) ) +(assert (myObject (attribute1 "attr30224") ) ) +(assert (myObject (attribute1 "attr30225") ) ) +(assert (myObject (attribute1 "attr30226") ) ) +(assert (myObject (attribute1 "attr30227") ) ) +(assert (myObject (attribute1 "attr30228") ) ) +(assert (myObject (attribute1 "attr30229") ) ) +(assert (myObject (attribute1 "attr30230") ) ) +(assert (myObject (attribute1 "attr30231") ) ) +(assert (myObject (attribute1 "attr30232") ) ) +(assert (myObject (attribute1 "attr30233") ) ) +(assert (myObject (attribute1 "attr30234") ) ) +(assert (myObject (attribute1 "attr30235") ) ) +(assert (myObject (attribute1 "attr30236") ) ) +(assert (myObject (attribute1 "attr30237") ) ) +(assert (myObject (attribute1 "attr30238") ) ) +(assert (myObject (attribute1 "attr30239") ) ) +(assert (myObject (attribute1 "attr30240") ) ) +(assert (myObject (attribute1 "attr30241") ) ) +(assert (myObject (attribute1 "attr30242") ) ) +(assert (myObject (attribute1 "attr30243") ) ) +(assert (myObject (attribute1 "attr30244") ) ) +(assert (myObject (attribute1 "attr30245") ) ) +(assert (myObject (attribute1 "attr30246") ) ) +(assert (myObject (attribute1 "attr30247") ) ) +(assert (myObject (attribute1 "attr30248") ) ) +(assert (myObject (attribute1 "attr30249") ) ) +(assert (myObject (attribute1 "attr30250") ) ) +(assert (myObject (attribute1 "attr30251") ) ) +(assert (myObject (attribute1 "attr30252") ) ) +(assert (myObject (attribute1 "attr30253") ) ) +(assert (myObject (attribute1 "attr30254") ) ) +(assert (myObject (attribute1 "attr30255") ) ) +(assert (myObject (attribute1 "attr30256") ) ) +(assert (myObject (attribute1 "attr30257") ) ) +(assert (myObject (attribute1 "attr30258") ) ) +(assert (myObject (attribute1 "attr30259") ) ) +(assert (myObject (attribute1 "attr30260") ) ) +(assert (myObject (attribute1 "attr30261") ) ) +(assert (myObject (attribute1 "attr30262") ) ) +(assert (myObject (attribute1 "attr30263") ) ) +(assert (myObject (attribute1 "attr30264") ) ) +(assert (myObject (attribute1 "attr30265") ) ) +(assert (myObject (attribute1 "attr30266") ) ) +(assert (myObject (attribute1 "attr30267") ) ) +(assert (myObject (attribute1 "attr30268") ) ) +(assert (myObject (attribute1 "attr30269") ) ) +(assert (myObject (attribute1 "attr30270") ) ) +(assert (myObject (attribute1 "attr30271") ) ) +(assert (myObject (attribute1 "attr30272") ) ) +(assert (myObject (attribute1 "attr30273") ) ) +(assert (myObject (attribute1 "attr30274") ) ) +(assert (myObject (attribute1 "attr30275") ) ) +(assert (myObject (attribute1 "attr30276") ) ) +(assert (myObject (attribute1 "attr30277") ) ) +(assert (myObject (attribute1 "attr30278") ) ) +(assert (myObject (attribute1 "attr30279") ) ) +(assert (myObject (attribute1 "attr30280") ) ) +(assert (myObject (attribute1 "attr30281") ) ) +(assert (myObject (attribute1 "attr30282") ) ) +(assert (myObject (attribute1 "attr30283") ) ) +(assert (myObject (attribute1 "attr30284") ) ) +(assert (myObject (attribute1 "attr30285") ) ) +(assert (myObject (attribute1 "attr30286") ) ) +(assert (myObject (attribute1 "attr30287") ) ) +(assert (myObject (attribute1 "attr30288") ) ) +(assert (myObject (attribute1 "attr30289") ) ) +(assert (myObject (attribute1 "attr30290") ) ) +(assert (myObject (attribute1 "attr30291") ) ) +(assert (myObject (attribute1 "attr30292") ) ) +(assert (myObject (attribute1 "attr30293") ) ) +(assert (myObject (attribute1 "attr30294") ) ) +(assert (myObject (attribute1 "attr30295") ) ) +(assert (myObject (attribute1 "attr30296") ) ) +(assert (myObject (attribute1 "attr30297") ) ) +(assert (myObject (attribute1 "attr30298") ) ) +(assert (myObject (attribute1 "attr30299") ) ) +(assert (myObject (attribute1 "attr30300") ) ) +(assert (myObject (attribute1 "attr30301") ) ) +(assert (myObject (attribute1 "attr30302") ) ) +(assert (myObject (attribute1 "attr30303") ) ) +(assert (myObject (attribute1 "attr30304") ) ) +(assert (myObject (attribute1 "attr30305") ) ) +(assert (myObject (attribute1 "attr30306") ) ) +(assert (myObject (attribute1 "attr30307") ) ) +(assert (myObject (attribute1 "attr30308") ) ) +(assert (myObject (attribute1 "attr30309") ) ) +(assert (myObject (attribute1 "attr30310") ) ) +(assert (myObject (attribute1 "attr30311") ) ) +(assert (myObject (attribute1 "attr30312") ) ) +(assert (myObject (attribute1 "attr30313") ) ) +(assert (myObject (attribute1 "attr30314") ) ) +(assert (myObject (attribute1 "attr30315") ) ) +(assert (myObject (attribute1 "attr30316") ) ) +(assert (myObject (attribute1 "attr30317") ) ) +(assert (myObject (attribute1 "attr30318") ) ) +(assert (myObject (attribute1 "attr30319") ) ) +(assert (myObject (attribute1 "attr30320") ) ) +(assert (myObject (attribute1 "attr30321") ) ) +(assert (myObject (attribute1 "attr30322") ) ) +(assert (myObject (attribute1 "attr30323") ) ) +(assert (myObject (attribute1 "attr30324") ) ) +(assert (myObject (attribute1 "attr30325") ) ) +(assert (myObject (attribute1 "attr30326") ) ) +(assert (myObject (attribute1 "attr30327") ) ) +(assert (myObject (attribute1 "attr30328") ) ) +(assert (myObject (attribute1 "attr30329") ) ) +(assert (myObject (attribute1 "attr30330") ) ) +(assert (myObject (attribute1 "attr30331") ) ) +(assert (myObject (attribute1 "attr30332") ) ) +(assert (myObject (attribute1 "attr30333") ) ) +(assert (myObject (attribute1 "attr30334") ) ) +(assert (myObject (attribute1 "attr30335") ) ) +(assert (myObject (attribute1 "attr30336") ) ) +(assert (myObject (attribute1 "attr30337") ) ) +(assert (myObject (attribute1 "attr30338") ) ) +(assert (myObject (attribute1 "attr30339") ) ) +(assert (myObject (attribute1 "attr30340") ) ) +(assert (myObject (attribute1 "attr30341") ) ) +(assert (myObject (attribute1 "attr30342") ) ) +(assert (myObject (attribute1 "attr30343") ) ) +(assert (myObject (attribute1 "attr30344") ) ) +(assert (myObject (attribute1 "attr30345") ) ) +(assert (myObject (attribute1 "attr30346") ) ) +(assert (myObject (attribute1 "attr30347") ) ) +(assert (myObject (attribute1 "attr30348") ) ) +(assert (myObject (attribute1 "attr30349") ) ) +(assert (myObject (attribute1 "attr30350") ) ) +(assert (myObject (attribute1 "attr30351") ) ) +(assert (myObject (attribute1 "attr30352") ) ) +(assert (myObject (attribute1 "attr30353") ) ) +(assert (myObject (attribute1 "attr30354") ) ) +(assert (myObject (attribute1 "attr30355") ) ) +(assert (myObject (attribute1 "attr30356") ) ) +(assert (myObject (attribute1 "attr30357") ) ) +(assert (myObject (attribute1 "attr30358") ) ) +(assert (myObject (attribute1 "attr30359") ) ) +(assert (myObject (attribute1 "attr30360") ) ) +(assert (myObject (attribute1 "attr30361") ) ) +(assert (myObject (attribute1 "attr30362") ) ) +(assert (myObject (attribute1 "attr30363") ) ) +(assert (myObject (attribute1 "attr30364") ) ) +(assert (myObject (attribute1 "attr30365") ) ) +(assert (myObject (attribute1 "attr30366") ) ) +(assert (myObject (attribute1 "attr30367") ) ) +(assert (myObject (attribute1 "attr30368") ) ) +(assert (myObject (attribute1 "attr30369") ) ) +(assert (myObject (attribute1 "attr30370") ) ) +(assert (myObject (attribute1 "attr30371") ) ) +(assert (myObject (attribute1 "attr30372") ) ) +(assert (myObject (attribute1 "attr30373") ) ) +(assert (myObject (attribute1 "attr30374") ) ) +(assert (myObject (attribute1 "attr30375") ) ) +(assert (myObject (attribute1 "attr30376") ) ) +(assert (myObject (attribute1 "attr30377") ) ) +(assert (myObject (attribute1 "attr30378") ) ) +(assert (myObject (attribute1 "attr30379") ) ) +(assert (myObject (attribute1 "attr30380") ) ) +(assert (myObject (attribute1 "attr30381") ) ) +(assert (myObject (attribute1 "attr30382") ) ) +(assert (myObject (attribute1 "attr30383") ) ) +(assert (myObject (attribute1 "attr30384") ) ) +(assert (myObject (attribute1 "attr30385") ) ) +(assert (myObject (attribute1 "attr30386") ) ) +(assert (myObject (attribute1 "attr30387") ) ) +(assert (myObject (attribute1 "attr30388") ) ) +(assert (myObject (attribute1 "attr30389") ) ) +(assert (myObject (attribute1 "attr30390") ) ) +(assert (myObject (attribute1 "attr30391") ) ) +(assert (myObject (attribute1 "attr30392") ) ) +(assert (myObject (attribute1 "attr30393") ) ) +(assert (myObject (attribute1 "attr30394") ) ) +(assert (myObject (attribute1 "attr30395") ) ) +(assert (myObject (attribute1 "attr30396") ) ) +(assert (myObject (attribute1 "attr30397") ) ) +(assert (myObject (attribute1 "attr30398") ) ) +(assert (myObject (attribute1 "attr30399") ) ) +(assert (myObject (attribute1 "attr30400") ) ) +(assert (myObject (attribute1 "attr30401") ) ) +(assert (myObject (attribute1 "attr30402") ) ) +(assert (myObject (attribute1 "attr30403") ) ) +(assert (myObject (attribute1 "attr30404") ) ) +(assert (myObject (attribute1 "attr30405") ) ) +(assert (myObject (attribute1 "attr30406") ) ) +(assert (myObject (attribute1 "attr30407") ) ) +(assert (myObject (attribute1 "attr30408") ) ) +(assert (myObject (attribute1 "attr30409") ) ) +(assert (myObject (attribute1 "attr30410") ) ) +(assert (myObject (attribute1 "attr30411") ) ) +(assert (myObject (attribute1 "attr30412") ) ) +(assert (myObject (attribute1 "attr30413") ) ) +(assert (myObject (attribute1 "attr30414") ) ) +(assert (myObject (attribute1 "attr30415") ) ) +(assert (myObject (attribute1 "attr30416") ) ) +(assert (myObject (attribute1 "attr30417") ) ) +(assert (myObject (attribute1 "attr30418") ) ) +(assert (myObject (attribute1 "attr30419") ) ) +(assert (myObject (attribute1 "attr30420") ) ) +(assert (myObject (attribute1 "attr30421") ) ) +(assert (myObject (attribute1 "attr30422") ) ) +(assert (myObject (attribute1 "attr30423") ) ) +(assert (myObject (attribute1 "attr30424") ) ) +(assert (myObject (attribute1 "attr30425") ) ) +(assert (myObject (attribute1 "attr30426") ) ) +(assert (myObject (attribute1 "attr30427") ) ) +(assert (myObject (attribute1 "attr30428") ) ) +(assert (myObject (attribute1 "attr30429") ) ) +(assert (myObject (attribute1 "attr30430") ) ) +(assert (myObject (attribute1 "attr30431") ) ) +(assert (myObject (attribute1 "attr30432") ) ) +(assert (myObject (attribute1 "attr30433") ) ) +(assert (myObject (attribute1 "attr30434") ) ) +(assert (myObject (attribute1 "attr30435") ) ) +(assert (myObject (attribute1 "attr30436") ) ) +(assert (myObject (attribute1 "attr30437") ) ) +(assert (myObject (attribute1 "attr30438") ) ) +(assert (myObject (attribute1 "attr30439") ) ) +(assert (myObject (attribute1 "attr30440") ) ) +(assert (myObject (attribute1 "attr30441") ) ) +(assert (myObject (attribute1 "attr30442") ) ) +(assert (myObject (attribute1 "attr30443") ) ) +(assert (myObject (attribute1 "attr30444") ) ) +(assert (myObject (attribute1 "attr30445") ) ) +(assert (myObject (attribute1 "attr30446") ) ) +(assert (myObject (attribute1 "attr30447") ) ) +(assert (myObject (attribute1 "attr30448") ) ) +(assert (myObject (attribute1 "attr30449") ) ) +(assert (myObject (attribute1 "attr30450") ) ) +(assert (myObject (attribute1 "attr30451") ) ) +(assert (myObject (attribute1 "attr30452") ) ) +(assert (myObject (attribute1 "attr30453") ) ) +(assert (myObject (attribute1 "attr30454") ) ) +(assert (myObject (attribute1 "attr30455") ) ) +(assert (myObject (attribute1 "attr30456") ) ) +(assert (myObject (attribute1 "attr30457") ) ) +(assert (myObject (attribute1 "attr30458") ) ) +(assert (myObject (attribute1 "attr30459") ) ) +(assert (myObject (attribute1 "attr30460") ) ) +(assert (myObject (attribute1 "attr30461") ) ) +(assert (myObject (attribute1 "attr30462") ) ) +(assert (myObject (attribute1 "attr30463") ) ) +(assert (myObject (attribute1 "attr30464") ) ) +(assert (myObject (attribute1 "attr30465") ) ) +(assert (myObject (attribute1 "attr30466") ) ) +(assert (myObject (attribute1 "attr30467") ) ) +(assert (myObject (attribute1 "attr30468") ) ) +(assert (myObject (attribute1 "attr30469") ) ) +(assert (myObject (attribute1 "attr30470") ) ) +(assert (myObject (attribute1 "attr30471") ) ) +(assert (myObject (attribute1 "attr30472") ) ) +(assert (myObject (attribute1 "attr30473") ) ) +(assert (myObject (attribute1 "attr30474") ) ) +(assert (myObject (attribute1 "attr30475") ) ) +(assert (myObject (attribute1 "attr30476") ) ) +(assert (myObject (attribute1 "attr30477") ) ) +(assert (myObject (attribute1 "attr30478") ) ) +(assert (myObject (attribute1 "attr30479") ) ) +(assert (myObject (attribute1 "attr30480") ) ) +(assert (myObject (attribute1 "attr30481") ) ) +(assert (myObject (attribute1 "attr30482") ) ) +(assert (myObject (attribute1 "attr30483") ) ) +(assert (myObject (attribute1 "attr30484") ) ) +(assert (myObject (attribute1 "attr30485") ) ) +(assert (myObject (attribute1 "attr30486") ) ) +(assert (myObject (attribute1 "attr30487") ) ) +(assert (myObject (attribute1 "attr30488") ) ) +(assert (myObject (attribute1 "attr30489") ) ) +(assert (myObject (attribute1 "attr30490") ) ) +(assert (myObject (attribute1 "attr30491") ) ) +(assert (myObject (attribute1 "attr30492") ) ) +(assert (myObject (attribute1 "attr30493") ) ) +(assert (myObject (attribute1 "attr30494") ) ) +(assert (myObject (attribute1 "attr30495") ) ) +(assert (myObject (attribute1 "attr30496") ) ) +(assert (myObject (attribute1 "attr30497") ) ) +(assert (myObject (attribute1 "attr30498") ) ) +(assert (myObject (attribute1 "attr30499") ) ) +(assert (myObject (attribute1 "attr30500") ) ) +(assert (myObject (attribute1 "attr30501") ) ) +(assert (myObject (attribute1 "attr30502") ) ) +(assert (myObject (attribute1 "attr30503") ) ) +(assert (myObject (attribute1 "attr30504") ) ) +(assert (myObject (attribute1 "attr30505") ) ) +(assert (myObject (attribute1 "attr30506") ) ) +(assert (myObject (attribute1 "attr30507") ) ) +(assert (myObject (attribute1 "attr30508") ) ) +(assert (myObject (attribute1 "attr30509") ) ) +(assert (myObject (attribute1 "attr30510") ) ) +(assert (myObject (attribute1 "attr30511") ) ) +(assert (myObject (attribute1 "attr30512") ) ) +(assert (myObject (attribute1 "attr30513") ) ) +(assert (myObject (attribute1 "attr30514") ) ) +(assert (myObject (attribute1 "attr30515") ) ) +(assert (myObject (attribute1 "attr30516") ) ) +(assert (myObject (attribute1 "attr30517") ) ) +(assert (myObject (attribute1 "attr30518") ) ) +(assert (myObject (attribute1 "attr30519") ) ) +(assert (myObject (attribute1 "attr30520") ) ) +(assert (myObject (attribute1 "attr30521") ) ) +(assert (myObject (attribute1 "attr30522") ) ) +(assert (myObject (attribute1 "attr30523") ) ) +(assert (myObject (attribute1 "attr30524") ) ) +(assert (myObject (attribute1 "attr30525") ) ) +(assert (myObject (attribute1 "attr30526") ) ) +(assert (myObject (attribute1 "attr30527") ) ) +(assert (myObject (attribute1 "attr30528") ) ) +(assert (myObject (attribute1 "attr30529") ) ) +(assert (myObject (attribute1 "attr30530") ) ) +(assert (myObject (attribute1 "attr30531") ) ) +(assert (myObject (attribute1 "attr30532") ) ) +(assert (myObject (attribute1 "attr30533") ) ) +(assert (myObject (attribute1 "attr30534") ) ) +(assert (myObject (attribute1 "attr30535") ) ) +(assert (myObject (attribute1 "attr30536") ) ) +(assert (myObject (attribute1 "attr30537") ) ) +(assert (myObject (attribute1 "attr30538") ) ) +(assert (myObject (attribute1 "attr30539") ) ) +(assert (myObject (attribute1 "attr30540") ) ) +(assert (myObject (attribute1 "attr30541") ) ) +(assert (myObject (attribute1 "attr30542") ) ) +(assert (myObject (attribute1 "attr30543") ) ) +(assert (myObject (attribute1 "attr30544") ) ) +(assert (myObject (attribute1 "attr30545") ) ) +(assert (myObject (attribute1 "attr30546") ) ) +(assert (myObject (attribute1 "attr30547") ) ) +(assert (myObject (attribute1 "attr30548") ) ) +(assert (myObject (attribute1 "attr30549") ) ) +(assert (myObject (attribute1 "attr30550") ) ) +(assert (myObject (attribute1 "attr30551") ) ) +(assert (myObject (attribute1 "attr30552") ) ) +(assert (myObject (attribute1 "attr30553") ) ) +(assert (myObject (attribute1 "attr30554") ) ) +(assert (myObject (attribute1 "attr30555") ) ) +(assert (myObject (attribute1 "attr30556") ) ) +(assert (myObject (attribute1 "attr30557") ) ) +(assert (myObject (attribute1 "attr30558") ) ) +(assert (myObject (attribute1 "attr30559") ) ) +(assert (myObject (attribute1 "attr30560") ) ) +(assert (myObject (attribute1 "attr30561") ) ) +(assert (myObject (attribute1 "attr30562") ) ) +(assert (myObject (attribute1 "attr30563") ) ) +(assert (myObject (attribute1 "attr30564") ) ) +(assert (myObject (attribute1 "attr30565") ) ) +(assert (myObject (attribute1 "attr30566") ) ) +(assert (myObject (attribute1 "attr30567") ) ) +(assert (myObject (attribute1 "attr30568") ) ) +(assert (myObject (attribute1 "attr30569") ) ) +(assert (myObject (attribute1 "attr30570") ) ) +(assert (myObject (attribute1 "attr30571") ) ) +(assert (myObject (attribute1 "attr30572") ) ) +(assert (myObject (attribute1 "attr30573") ) ) +(assert (myObject (attribute1 "attr30574") ) ) +(assert (myObject (attribute1 "attr30575") ) ) +(assert (myObject (attribute1 "attr30576") ) ) +(assert (myObject (attribute1 "attr30577") ) ) +(assert (myObject (attribute1 "attr30578") ) ) +(assert (myObject (attribute1 "attr30579") ) ) +(assert (myObject (attribute1 "attr30580") ) ) +(assert (myObject (attribute1 "attr30581") ) ) +(assert (myObject (attribute1 "attr30582") ) ) +(assert (myObject (attribute1 "attr30583") ) ) +(assert (myObject (attribute1 "attr30584") ) ) +(assert (myObject (attribute1 "attr30585") ) ) +(assert (myObject (attribute1 "attr30586") ) ) +(assert (myObject (attribute1 "attr30587") ) ) +(assert (myObject (attribute1 "attr30588") ) ) +(assert (myObject (attribute1 "attr30589") ) ) +(assert (myObject (attribute1 "attr30590") ) ) +(assert (myObject (attribute1 "attr30591") ) ) +(assert (myObject (attribute1 "attr30592") ) ) +(assert (myObject (attribute1 "attr30593") ) ) +(assert (myObject (attribute1 "attr30594") ) ) +(assert (myObject (attribute1 "attr30595") ) ) +(assert (myObject (attribute1 "attr30596") ) ) +(assert (myObject (attribute1 "attr30597") ) ) +(assert (myObject (attribute1 "attr30598") ) ) +(assert (myObject (attribute1 "attr30599") ) ) +(assert (myObject (attribute1 "attr30600") ) ) +(assert (myObject (attribute1 "attr30601") ) ) +(assert (myObject (attribute1 "attr30602") ) ) +(assert (myObject (attribute1 "attr30603") ) ) +(assert (myObject (attribute1 "attr30604") ) ) +(assert (myObject (attribute1 "attr30605") ) ) +(assert (myObject (attribute1 "attr30606") ) ) +(assert (myObject (attribute1 "attr30607") ) ) +(assert (myObject (attribute1 "attr30608") ) ) +(assert (myObject (attribute1 "attr30609") ) ) +(assert (myObject (attribute1 "attr30610") ) ) +(assert (myObject (attribute1 "attr30611") ) ) +(assert (myObject (attribute1 "attr30612") ) ) +(assert (myObject (attribute1 "attr30613") ) ) +(assert (myObject (attribute1 "attr30614") ) ) +(assert (myObject (attribute1 "attr30615") ) ) +(assert (myObject (attribute1 "attr30616") ) ) +(assert (myObject (attribute1 "attr30617") ) ) +(assert (myObject (attribute1 "attr30618") ) ) +(assert (myObject (attribute1 "attr30619") ) ) +(assert (myObject (attribute1 "attr30620") ) ) +(assert (myObject (attribute1 "attr30621") ) ) +(assert (myObject (attribute1 "attr30622") ) ) +(assert (myObject (attribute1 "attr30623") ) ) +(assert (myObject (attribute1 "attr30624") ) ) +(assert (myObject (attribute1 "attr30625") ) ) +(assert (myObject (attribute1 "attr30626") ) ) +(assert (myObject (attribute1 "attr30627") ) ) +(assert (myObject (attribute1 "attr30628") ) ) +(assert (myObject (attribute1 "attr30629") ) ) +(assert (myObject (attribute1 "attr30630") ) ) +(assert (myObject (attribute1 "attr30631") ) ) +(assert (myObject (attribute1 "attr30632") ) ) +(assert (myObject (attribute1 "attr30633") ) ) +(assert (myObject (attribute1 "attr30634") ) ) +(assert (myObject (attribute1 "attr30635") ) ) +(assert (myObject (attribute1 "attr30636") ) ) +(assert (myObject (attribute1 "attr30637") ) ) +(assert (myObject (attribute1 "attr30638") ) ) +(assert (myObject (attribute1 "attr30639") ) ) +(assert (myObject (attribute1 "attr30640") ) ) +(assert (myObject (attribute1 "attr30641") ) ) +(assert (myObject (attribute1 "attr30642") ) ) +(assert (myObject (attribute1 "attr30643") ) ) +(assert (myObject (attribute1 "attr30644") ) ) +(assert (myObject (attribute1 "attr30645") ) ) +(assert (myObject (attribute1 "attr30646") ) ) +(assert (myObject (attribute1 "attr30647") ) ) +(assert (myObject (attribute1 "attr30648") ) ) +(assert (myObject (attribute1 "attr30649") ) ) +(assert (myObject (attribute1 "attr30650") ) ) +(assert (myObject (attribute1 "attr30651") ) ) +(assert (myObject (attribute1 "attr30652") ) ) +(assert (myObject (attribute1 "attr30653") ) ) +(assert (myObject (attribute1 "attr30654") ) ) +(assert (myObject (attribute1 "attr30655") ) ) +(assert (myObject (attribute1 "attr30656") ) ) +(assert (myObject (attribute1 "attr30657") ) ) +(assert (myObject (attribute1 "attr30658") ) ) +(assert (myObject (attribute1 "attr30659") ) ) +(assert (myObject (attribute1 "attr30660") ) ) +(assert (myObject (attribute1 "attr30661") ) ) +(assert (myObject (attribute1 "attr30662") ) ) +(assert (myObject (attribute1 "attr30663") ) ) +(assert (myObject (attribute1 "attr30664") ) ) +(assert (myObject (attribute1 "attr30665") ) ) +(assert (myObject (attribute1 "attr30666") ) ) +(assert (myObject (attribute1 "attr30667") ) ) +(assert (myObject (attribute1 "attr30668") ) ) +(assert (myObject (attribute1 "attr30669") ) ) +(assert (myObject (attribute1 "attr30670") ) ) +(assert (myObject (attribute1 "attr30671") ) ) +(assert (myObject (attribute1 "attr30672") ) ) +(assert (myObject (attribute1 "attr30673") ) ) +(assert (myObject (attribute1 "attr30674") ) ) +(assert (myObject (attribute1 "attr30675") ) ) +(assert (myObject (attribute1 "attr30676") ) ) +(assert (myObject (attribute1 "attr30677") ) ) +(assert (myObject (attribute1 "attr30678") ) ) +(assert (myObject (attribute1 "attr30679") ) ) +(assert (myObject (attribute1 "attr30680") ) ) +(assert (myObject (attribute1 "attr30681") ) ) +(assert (myObject (attribute1 "attr30682") ) ) +(assert (myObject (attribute1 "attr30683") ) ) +(assert (myObject (attribute1 "attr30684") ) ) +(assert (myObject (attribute1 "attr30685") ) ) +(assert (myObject (attribute1 "attr30686") ) ) +(assert (myObject (attribute1 "attr30687") ) ) +(assert (myObject (attribute1 "attr30688") ) ) +(assert (myObject (attribute1 "attr30689") ) ) +(assert (myObject (attribute1 "attr30690") ) ) +(assert (myObject (attribute1 "attr30691") ) ) +(assert (myObject (attribute1 "attr30692") ) ) +(assert (myObject (attribute1 "attr30693") ) ) +(assert (myObject (attribute1 "attr30694") ) ) +(assert (myObject (attribute1 "attr30695") ) ) +(assert (myObject (attribute1 "attr30696") ) ) +(assert (myObject (attribute1 "attr30697") ) ) +(assert (myObject (attribute1 "attr30698") ) ) +(assert (myObject (attribute1 "attr30699") ) ) +(assert (myObject (attribute1 "attr30700") ) ) +(assert (myObject (attribute1 "attr30701") ) ) +(assert (myObject (attribute1 "attr30702") ) ) +(assert (myObject (attribute1 "attr30703") ) ) +(assert (myObject (attribute1 "attr30704") ) ) +(assert (myObject (attribute1 "attr30705") ) ) +(assert (myObject (attribute1 "attr30706") ) ) +(assert (myObject (attribute1 "attr30707") ) ) +(assert (myObject (attribute1 "attr30708") ) ) +(assert (myObject (attribute1 "attr30709") ) ) +(assert (myObject (attribute1 "attr30710") ) ) +(assert (myObject (attribute1 "attr30711") ) ) +(assert (myObject (attribute1 "attr30712") ) ) +(assert (myObject (attribute1 "attr30713") ) ) +(assert (myObject (attribute1 "attr30714") ) ) +(assert (myObject (attribute1 "attr30715") ) ) +(assert (myObject (attribute1 "attr30716") ) ) +(assert (myObject (attribute1 "attr30717") ) ) +(assert (myObject (attribute1 "attr30718") ) ) +(assert (myObject (attribute1 "attr30719") ) ) +(assert (myObject (attribute1 "attr30720") ) ) +(assert (myObject (attribute1 "attr30721") ) ) +(assert (myObject (attribute1 "attr30722") ) ) +(assert (myObject (attribute1 "attr30723") ) ) +(assert (myObject (attribute1 "attr30724") ) ) +(assert (myObject (attribute1 "attr30725") ) ) +(assert (myObject (attribute1 "attr30726") ) ) +(assert (myObject (attribute1 "attr30727") ) ) +(assert (myObject (attribute1 "attr30728") ) ) +(assert (myObject (attribute1 "attr30729") ) ) +(assert (myObject (attribute1 "attr30730") ) ) +(assert (myObject (attribute1 "attr30731") ) ) +(assert (myObject (attribute1 "attr30732") ) ) +(assert (myObject (attribute1 "attr30733") ) ) +(assert (myObject (attribute1 "attr30734") ) ) +(assert (myObject (attribute1 "attr30735") ) ) +(assert (myObject (attribute1 "attr30736") ) ) +(assert (myObject (attribute1 "attr30737") ) ) +(assert (myObject (attribute1 "attr30738") ) ) +(assert (myObject (attribute1 "attr30739") ) ) +(assert (myObject (attribute1 "attr30740") ) ) +(assert (myObject (attribute1 "attr30741") ) ) +(assert (myObject (attribute1 "attr30742") ) ) +(assert (myObject (attribute1 "attr30743") ) ) +(assert (myObject (attribute1 "attr30744") ) ) +(assert (myObject (attribute1 "attr30745") ) ) +(assert (myObject (attribute1 "attr30746") ) ) +(assert (myObject (attribute1 "attr30747") ) ) +(assert (myObject (attribute1 "attr30748") ) ) +(assert (myObject (attribute1 "attr30749") ) ) +(assert (myObject (attribute1 "attr30750") ) ) +(assert (myObject (attribute1 "attr30751") ) ) +(assert (myObject (attribute1 "attr30752") ) ) +(assert (myObject (attribute1 "attr30753") ) ) +(assert (myObject (attribute1 "attr30754") ) ) +(assert (myObject (attribute1 "attr30755") ) ) +(assert (myObject (attribute1 "attr30756") ) ) +(assert (myObject (attribute1 "attr30757") ) ) +(assert (myObject (attribute1 "attr30758") ) ) +(assert (myObject (attribute1 "attr30759") ) ) +(assert (myObject (attribute1 "attr30760") ) ) +(assert (myObject (attribute1 "attr30761") ) ) +(assert (myObject (attribute1 "attr30762") ) ) +(assert (myObject (attribute1 "attr30763") ) ) +(assert (myObject (attribute1 "attr30764") ) ) +(assert (myObject (attribute1 "attr30765") ) ) +(assert (myObject (attribute1 "attr30766") ) ) +(assert (myObject (attribute1 "attr30767") ) ) +(assert (myObject (attribute1 "attr30768") ) ) +(assert (myObject (attribute1 "attr30769") ) ) +(assert (myObject (attribute1 "attr30770") ) ) +(assert (myObject (attribute1 "attr30771") ) ) +(assert (myObject (attribute1 "attr30772") ) ) +(assert (myObject (attribute1 "attr30773") ) ) +(assert (myObject (attribute1 "attr30774") ) ) +(assert (myObject (attribute1 "attr30775") ) ) +(assert (myObject (attribute1 "attr30776") ) ) +(assert (myObject (attribute1 "attr30777") ) ) +(assert (myObject (attribute1 "attr30778") ) ) +(assert (myObject (attribute1 "attr30779") ) ) +(assert (myObject (attribute1 "attr30780") ) ) +(assert (myObject (attribute1 "attr30781") ) ) +(assert (myObject (attribute1 "attr30782") ) ) +(assert (myObject (attribute1 "attr30783") ) ) +(assert (myObject (attribute1 "attr30784") ) ) +(assert (myObject (attribute1 "attr30785") ) ) +(assert (myObject (attribute1 "attr30786") ) ) +(assert (myObject (attribute1 "attr30787") ) ) +(assert (myObject (attribute1 "attr30788") ) ) +(assert (myObject (attribute1 "attr30789") ) ) +(assert (myObject (attribute1 "attr30790") ) ) +(assert (myObject (attribute1 "attr30791") ) ) +(assert (myObject (attribute1 "attr30792") ) ) +(assert (myObject (attribute1 "attr30793") ) ) +(assert (myObject (attribute1 "attr30794") ) ) +(assert (myObject (attribute1 "attr30795") ) ) +(assert (myObject (attribute1 "attr30796") ) ) +(assert (myObject (attribute1 "attr30797") ) ) +(assert (myObject (attribute1 "attr30798") ) ) +(assert (myObject (attribute1 "attr30799") ) ) +(assert (myObject (attribute1 "attr30800") ) ) +(assert (myObject (attribute1 "attr30801") ) ) +(assert (myObject (attribute1 "attr30802") ) ) +(assert (myObject (attribute1 "attr30803") ) ) +(assert (myObject (attribute1 "attr30804") ) ) +(assert (myObject (attribute1 "attr30805") ) ) +(assert (myObject (attribute1 "attr30806") ) ) +(assert (myObject (attribute1 "attr30807") ) ) +(assert (myObject (attribute1 "attr30808") ) ) +(assert (myObject (attribute1 "attr30809") ) ) +(assert (myObject (attribute1 "attr30810") ) ) +(assert (myObject (attribute1 "attr30811") ) ) +(assert (myObject (attribute1 "attr30812") ) ) +(assert (myObject (attribute1 "attr30813") ) ) +(assert (myObject (attribute1 "attr30814") ) ) +(assert (myObject (attribute1 "attr30815") ) ) +(assert (myObject (attribute1 "attr30816") ) ) +(assert (myObject (attribute1 "attr30817") ) ) +(assert (myObject (attribute1 "attr30818") ) ) +(assert (myObject (attribute1 "attr30819") ) ) +(assert (myObject (attribute1 "attr30820") ) ) +(assert (myObject (attribute1 "attr30821") ) ) +(assert (myObject (attribute1 "attr30822") ) ) +(assert (myObject (attribute1 "attr30823") ) ) +(assert (myObject (attribute1 "attr30824") ) ) +(assert (myObject (attribute1 "attr30825") ) ) +(assert (myObject (attribute1 "attr30826") ) ) +(assert (myObject (attribute1 "attr30827") ) ) +(assert (myObject (attribute1 "attr30828") ) ) +(assert (myObject (attribute1 "attr30829") ) ) +(assert (myObject (attribute1 "attr30830") ) ) +(assert (myObject (attribute1 "attr30831") ) ) +(assert (myObject (attribute1 "attr30832") ) ) +(assert (myObject (attribute1 "attr30833") ) ) +(assert (myObject (attribute1 "attr30834") ) ) +(assert (myObject (attribute1 "attr30835") ) ) +(assert (myObject (attribute1 "attr30836") ) ) +(assert (myObject (attribute1 "attr30837") ) ) +(assert (myObject (attribute1 "attr30838") ) ) +(assert (myObject (attribute1 "attr30839") ) ) +(assert (myObject (attribute1 "attr30840") ) ) +(assert (myObject (attribute1 "attr30841") ) ) +(assert (myObject (attribute1 "attr30842") ) ) +(assert (myObject (attribute1 "attr30843") ) ) +(assert (myObject (attribute1 "attr30844") ) ) +(assert (myObject (attribute1 "attr30845") ) ) +(assert (myObject (attribute1 "attr30846") ) ) +(assert (myObject (attribute1 "attr30847") ) ) +(assert (myObject (attribute1 "attr30848") ) ) +(assert (myObject (attribute1 "attr30849") ) ) +(assert (myObject (attribute1 "attr30850") ) ) +(assert (myObject (attribute1 "attr30851") ) ) +(assert (myObject (attribute1 "attr30852") ) ) +(assert (myObject (attribute1 "attr30853") ) ) +(assert (myObject (attribute1 "attr30854") ) ) +(assert (myObject (attribute1 "attr30855") ) ) +(assert (myObject (attribute1 "attr30856") ) ) +(assert (myObject (attribute1 "attr30857") ) ) +(assert (myObject (attribute1 "attr30858") ) ) +(assert (myObject (attribute1 "attr30859") ) ) +(assert (myObject (attribute1 "attr30860") ) ) +(assert (myObject (attribute1 "attr30861") ) ) +(assert (myObject (attribute1 "attr30862") ) ) +(assert (myObject (attribute1 "attr30863") ) ) +(assert (myObject (attribute1 "attr30864") ) ) +(assert (myObject (attribute1 "attr30865") ) ) +(assert (myObject (attribute1 "attr30866") ) ) +(assert (myObject (attribute1 "attr30867") ) ) +(assert (myObject (attribute1 "attr30868") ) ) +(assert (myObject (attribute1 "attr30869") ) ) +(assert (myObject (attribute1 "attr30870") ) ) +(assert (myObject (attribute1 "attr30871") ) ) +(assert (myObject (attribute1 "attr30872") ) ) +(assert (myObject (attribute1 "attr30873") ) ) +(assert (myObject (attribute1 "attr30874") ) ) +(assert (myObject (attribute1 "attr30875") ) ) +(assert (myObject (attribute1 "attr30876") ) ) +(assert (myObject (attribute1 "attr30877") ) ) +(assert (myObject (attribute1 "attr30878") ) ) +(assert (myObject (attribute1 "attr30879") ) ) +(assert (myObject (attribute1 "attr30880") ) ) +(assert (myObject (attribute1 "attr30881") ) ) +(assert (myObject (attribute1 "attr30882") ) ) +(assert (myObject (attribute1 "attr30883") ) ) +(assert (myObject (attribute1 "attr30884") ) ) +(assert (myObject (attribute1 "attr30885") ) ) +(assert (myObject (attribute1 "attr30886") ) ) +(assert (myObject (attribute1 "attr30887") ) ) +(assert (myObject (attribute1 "attr30888") ) ) +(assert (myObject (attribute1 "attr30889") ) ) +(assert (myObject (attribute1 "attr30890") ) ) +(assert (myObject (attribute1 "attr30891") ) ) +(assert (myObject (attribute1 "attr30892") ) ) +(assert (myObject (attribute1 "attr30893") ) ) +(assert (myObject (attribute1 "attr30894") ) ) +(assert (myObject (attribute1 "attr30895") ) ) +(assert (myObject (attribute1 "attr30896") ) ) +(assert (myObject (attribute1 "attr30897") ) ) +(assert (myObject (attribute1 "attr30898") ) ) +(assert (myObject (attribute1 "attr30899") ) ) +(assert (myObject (attribute1 "attr30900") ) ) +(assert (myObject (attribute1 "attr30901") ) ) +(assert (myObject (attribute1 "attr30902") ) ) +(assert (myObject (attribute1 "attr30903") ) ) +(assert (myObject (attribute1 "attr30904") ) ) +(assert (myObject (attribute1 "attr30905") ) ) +(assert (myObject (attribute1 "attr30906") ) ) +(assert (myObject (attribute1 "attr30907") ) ) +(assert (myObject (attribute1 "attr30908") ) ) +(assert (myObject (attribute1 "attr30909") ) ) +(assert (myObject (attribute1 "attr30910") ) ) +(assert (myObject (attribute1 "attr30911") ) ) +(assert (myObject (attribute1 "attr30912") ) ) +(assert (myObject (attribute1 "attr30913") ) ) +(assert (myObject (attribute1 "attr30914") ) ) +(assert (myObject (attribute1 "attr30915") ) ) +(assert (myObject (attribute1 "attr30916") ) ) +(assert (myObject (attribute1 "attr30917") ) ) +(assert (myObject (attribute1 "attr30918") ) ) +(assert (myObject (attribute1 "attr30919") ) ) +(assert (myObject (attribute1 "attr30920") ) ) +(assert (myObject (attribute1 "attr30921") ) ) +(assert (myObject (attribute1 "attr30922") ) ) +(assert (myObject (attribute1 "attr30923") ) ) +(assert (myObject (attribute1 "attr30924") ) ) +(assert (myObject (attribute1 "attr30925") ) ) +(assert (myObject (attribute1 "attr30926") ) ) +(assert (myObject (attribute1 "attr30927") ) ) +(assert (myObject (attribute1 "attr30928") ) ) +(assert (myObject (attribute1 "attr30929") ) ) +(assert (myObject (attribute1 "attr30930") ) ) +(assert (myObject (attribute1 "attr30931") ) ) +(assert (myObject (attribute1 "attr30932") ) ) +(assert (myObject (attribute1 "attr30933") ) ) +(assert (myObject (attribute1 "attr30934") ) ) +(assert (myObject (attribute1 "attr30935") ) ) +(assert (myObject (attribute1 "attr30936") ) ) +(assert (myObject (attribute1 "attr30937") ) ) +(assert (myObject (attribute1 "attr30938") ) ) +(assert (myObject (attribute1 "attr30939") ) ) +(assert (myObject (attribute1 "attr30940") ) ) +(assert (myObject (attribute1 "attr30941") ) ) +(assert (myObject (attribute1 "attr30942") ) ) +(assert (myObject (attribute1 "attr30943") ) ) +(assert (myObject (attribute1 "attr30944") ) ) +(assert (myObject (attribute1 "attr30945") ) ) +(assert (myObject (attribute1 "attr30946") ) ) +(assert (myObject (attribute1 "attr30947") ) ) +(assert (myObject (attribute1 "attr30948") ) ) +(assert (myObject (attribute1 "attr30949") ) ) +(assert (myObject (attribute1 "attr30950") ) ) +(assert (myObject (attribute1 "attr30951") ) ) +(assert (myObject (attribute1 "attr30952") ) ) +(assert (myObject (attribute1 "attr30953") ) ) +(assert (myObject (attribute1 "attr30954") ) ) +(assert (myObject (attribute1 "attr30955") ) ) +(assert (myObject (attribute1 "attr30956") ) ) +(assert (myObject (attribute1 "attr30957") ) ) +(assert (myObject (attribute1 "attr30958") ) ) +(assert (myObject (attribute1 "attr30959") ) ) +(assert (myObject (attribute1 "attr30960") ) ) +(assert (myObject (attribute1 "attr30961") ) ) +(assert (myObject (attribute1 "attr30962") ) ) +(assert (myObject (attribute1 "attr30963") ) ) +(assert (myObject (attribute1 "attr30964") ) ) +(assert (myObject (attribute1 "attr30965") ) ) +(assert (myObject (attribute1 "attr30966") ) ) +(assert (myObject (attribute1 "attr30967") ) ) +(assert (myObject (attribute1 "attr30968") ) ) +(assert (myObject (attribute1 "attr30969") ) ) +(assert (myObject (attribute1 "attr30970") ) ) +(assert (myObject (attribute1 "attr30971") ) ) +(assert (myObject (attribute1 "attr30972") ) ) +(assert (myObject (attribute1 "attr30973") ) ) +(assert (myObject (attribute1 "attr30974") ) ) +(assert (myObject (attribute1 "attr30975") ) ) +(assert (myObject (attribute1 "attr30976") ) ) +(assert (myObject (attribute1 "attr30977") ) ) +(assert (myObject (attribute1 "attr30978") ) ) +(assert (myObject (attribute1 "attr30979") ) ) +(assert (myObject (attribute1 "attr30980") ) ) +(assert (myObject (attribute1 "attr30981") ) ) +(assert (myObject (attribute1 "attr30982") ) ) +(assert (myObject (attribute1 "attr30983") ) ) +(assert (myObject (attribute1 "attr30984") ) ) +(assert (myObject (attribute1 "attr30985") ) ) +(assert (myObject (attribute1 "attr30986") ) ) +(assert (myObject (attribute1 "attr30987") ) ) +(assert (myObject (attribute1 "attr30988") ) ) +(assert (myObject (attribute1 "attr30989") ) ) +(assert (myObject (attribute1 "attr30990") ) ) +(assert (myObject (attribute1 "attr30991") ) ) +(assert (myObject (attribute1 "attr30992") ) ) +(assert (myObject (attribute1 "attr30993") ) ) +(assert (myObject (attribute1 "attr30994") ) ) +(assert (myObject (attribute1 "attr30995") ) ) +(assert (myObject (attribute1 "attr30996") ) ) +(assert (myObject (attribute1 "attr30997") ) ) +(assert (myObject (attribute1 "attr30998") ) ) +(assert (myObject (attribute1 "attr30999") ) ) +(assert (myObject (attribute1 "attr31000") ) ) +(assert (myObject (attribute1 "attr31001") ) ) +(assert (myObject (attribute1 "attr31002") ) ) +(assert (myObject (attribute1 "attr31003") ) ) +(assert (myObject (attribute1 "attr31004") ) ) +(assert (myObject (attribute1 "attr31005") ) ) +(assert (myObject (attribute1 "attr31006") ) ) +(assert (myObject (attribute1 "attr31007") ) ) +(assert (myObject (attribute1 "attr31008") ) ) +(assert (myObject (attribute1 "attr31009") ) ) +(assert (myObject (attribute1 "attr31010") ) ) +(assert (myObject (attribute1 "attr31011") ) ) +(assert (myObject (attribute1 "attr31012") ) ) +(assert (myObject (attribute1 "attr31013") ) ) +(assert (myObject (attribute1 "attr31014") ) ) +(assert (myObject (attribute1 "attr31015") ) ) +(assert (myObject (attribute1 "attr31016") ) ) +(assert (myObject (attribute1 "attr31017") ) ) +(assert (myObject (attribute1 "attr31018") ) ) +(assert (myObject (attribute1 "attr31019") ) ) +(assert (myObject (attribute1 "attr31020") ) ) +(assert (myObject (attribute1 "attr31021") ) ) +(assert (myObject (attribute1 "attr31022") ) ) +(assert (myObject (attribute1 "attr31023") ) ) +(assert (myObject (attribute1 "attr31024") ) ) +(assert (myObject (attribute1 "attr31025") ) ) +(assert (myObject (attribute1 "attr31026") ) ) +(assert (myObject (attribute1 "attr31027") ) ) +(assert (myObject (attribute1 "attr31028") ) ) +(assert (myObject (attribute1 "attr31029") ) ) +(assert (myObject (attribute1 "attr31030") ) ) +(assert (myObject (attribute1 "attr31031") ) ) +(assert (myObject (attribute1 "attr31032") ) ) +(assert (myObject (attribute1 "attr31033") ) ) +(assert (myObject (attribute1 "attr31034") ) ) +(assert (myObject (attribute1 "attr31035") ) ) +(assert (myObject (attribute1 "attr31036") ) ) +(assert (myObject (attribute1 "attr31037") ) ) +(assert (myObject (attribute1 "attr31038") ) ) +(assert (myObject (attribute1 "attr31039") ) ) +(assert (myObject (attribute1 "attr31040") ) ) +(assert (myObject (attribute1 "attr31041") ) ) +(assert (myObject (attribute1 "attr31042") ) ) +(assert (myObject (attribute1 "attr31043") ) ) +(assert (myObject (attribute1 "attr31044") ) ) +(assert (myObject (attribute1 "attr31045") ) ) +(assert (myObject (attribute1 "attr31046") ) ) +(assert (myObject (attribute1 "attr31047") ) ) +(assert (myObject (attribute1 "attr31048") ) ) +(assert (myObject (attribute1 "attr31049") ) ) +(assert (myObject (attribute1 "attr31050") ) ) +(assert (myObject (attribute1 "attr31051") ) ) +(assert (myObject (attribute1 "attr31052") ) ) +(assert (myObject (attribute1 "attr31053") ) ) +(assert (myObject (attribute1 "attr31054") ) ) +(assert (myObject (attribute1 "attr31055") ) ) +(assert (myObject (attribute1 "attr31056") ) ) +(assert (myObject (attribute1 "attr31057") ) ) +(assert (myObject (attribute1 "attr31058") ) ) +(assert (myObject (attribute1 "attr31059") ) ) +(assert (myObject (attribute1 "attr31060") ) ) +(assert (myObject (attribute1 "attr31061") ) ) +(assert (myObject (attribute1 "attr31062") ) ) +(assert (myObject (attribute1 "attr31063") ) ) +(assert (myObject (attribute1 "attr31064") ) ) +(assert (myObject (attribute1 "attr31065") ) ) +(assert (myObject (attribute1 "attr31066") ) ) +(assert (myObject (attribute1 "attr31067") ) ) +(assert (myObject (attribute1 "attr31068") ) ) +(assert (myObject (attribute1 "attr31069") ) ) +(assert (myObject (attribute1 "attr31070") ) ) +(assert (myObject (attribute1 "attr31071") ) ) +(assert (myObject (attribute1 "attr31072") ) ) +(assert (myObject (attribute1 "attr31073") ) ) +(assert (myObject (attribute1 "attr31074") ) ) +(assert (myObject (attribute1 "attr31075") ) ) +(assert (myObject (attribute1 "attr31076") ) ) +(assert (myObject (attribute1 "attr31077") ) ) +(assert (myObject (attribute1 "attr31078") ) ) +(assert (myObject (attribute1 "attr31079") ) ) +(assert (myObject (attribute1 "attr31080") ) ) +(assert (myObject (attribute1 "attr31081") ) ) +(assert (myObject (attribute1 "attr31082") ) ) +(assert (myObject (attribute1 "attr31083") ) ) +(assert (myObject (attribute1 "attr31084") ) ) +(assert (myObject (attribute1 "attr31085") ) ) +(assert (myObject (attribute1 "attr31086") ) ) +(assert (myObject (attribute1 "attr31087") ) ) +(assert (myObject (attribute1 "attr31088") ) ) +(assert (myObject (attribute1 "attr31089") ) ) +(assert (myObject (attribute1 "attr31090") ) ) +(assert (myObject (attribute1 "attr31091") ) ) +(assert (myObject (attribute1 "attr31092") ) ) +(assert (myObject (attribute1 "attr31093") ) ) +(assert (myObject (attribute1 "attr31094") ) ) +(assert (myObject (attribute1 "attr31095") ) ) +(assert (myObject (attribute1 "attr31096") ) ) +(assert (myObject (attribute1 "attr31097") ) ) +(assert (myObject (attribute1 "attr31098") ) ) +(assert (myObject (attribute1 "attr31099") ) ) +(assert (myObject (attribute1 "attr31100") ) ) +(assert (myObject (attribute1 "attr31101") ) ) +(assert (myObject (attribute1 "attr31102") ) ) +(assert (myObject (attribute1 "attr31103") ) ) +(assert (myObject (attribute1 "attr31104") ) ) +(assert (myObject (attribute1 "attr31105") ) ) +(assert (myObject (attribute1 "attr31106") ) ) +(assert (myObject (attribute1 "attr31107") ) ) +(assert (myObject (attribute1 "attr31108") ) ) +(assert (myObject (attribute1 "attr31109") ) ) +(assert (myObject (attribute1 "attr31110") ) ) +(assert (myObject (attribute1 "attr31111") ) ) +(assert (myObject (attribute1 "attr31112") ) ) +(assert (myObject (attribute1 "attr31113") ) ) +(assert (myObject (attribute1 "attr31114") ) ) +(assert (myObject (attribute1 "attr31115") ) ) +(assert (myObject (attribute1 "attr31116") ) ) +(assert (myObject (attribute1 "attr31117") ) ) +(assert (myObject (attribute1 "attr31118") ) ) +(assert (myObject (attribute1 "attr31119") ) ) +(assert (myObject (attribute1 "attr31120") ) ) +(assert (myObject (attribute1 "attr31121") ) ) +(assert (myObject (attribute1 "attr31122") ) ) +(assert (myObject (attribute1 "attr31123") ) ) +(assert (myObject (attribute1 "attr31124") ) ) +(assert (myObject (attribute1 "attr31125") ) ) +(assert (myObject (attribute1 "attr31126") ) ) +(assert (myObject (attribute1 "attr31127") ) ) +(assert (myObject (attribute1 "attr31128") ) ) +(assert (myObject (attribute1 "attr31129") ) ) +(assert (myObject (attribute1 "attr31130") ) ) +(assert (myObject (attribute1 "attr31131") ) ) +(assert (myObject (attribute1 "attr31132") ) ) +(assert (myObject (attribute1 "attr31133") ) ) +(assert (myObject (attribute1 "attr31134") ) ) +(assert (myObject (attribute1 "attr31135") ) ) +(assert (myObject (attribute1 "attr31136") ) ) +(assert (myObject (attribute1 "attr31137") ) ) +(assert (myObject (attribute1 "attr31138") ) ) +(assert (myObject (attribute1 "attr31139") ) ) +(assert (myObject (attribute1 "attr31140") ) ) +(assert (myObject (attribute1 "attr31141") ) ) +(assert (myObject (attribute1 "attr31142") ) ) +(assert (myObject (attribute1 "attr31143") ) ) +(assert (myObject (attribute1 "attr31144") ) ) +(assert (myObject (attribute1 "attr31145") ) ) +(assert (myObject (attribute1 "attr31146") ) ) +(assert (myObject (attribute1 "attr31147") ) ) +(assert (myObject (attribute1 "attr31148") ) ) +(assert (myObject (attribute1 "attr31149") ) ) +(assert (myObject (attribute1 "attr31150") ) ) +(assert (myObject (attribute1 "attr31151") ) ) +(assert (myObject (attribute1 "attr31152") ) ) +(assert (myObject (attribute1 "attr31153") ) ) +(assert (myObject (attribute1 "attr31154") ) ) +(assert (myObject (attribute1 "attr31155") ) ) +(assert (myObject (attribute1 "attr31156") ) ) +(assert (myObject (attribute1 "attr31157") ) ) +(assert (myObject (attribute1 "attr31158") ) ) +(assert (myObject (attribute1 "attr31159") ) ) +(assert (myObject (attribute1 "attr31160") ) ) +(assert (myObject (attribute1 "attr31161") ) ) +(assert (myObject (attribute1 "attr31162") ) ) +(assert (myObject (attribute1 "attr31163") ) ) +(assert (myObject (attribute1 "attr31164") ) ) +(assert (myObject (attribute1 "attr31165") ) ) +(assert (myObject (attribute1 "attr31166") ) ) +(assert (myObject (attribute1 "attr31167") ) ) +(assert (myObject (attribute1 "attr31168") ) ) +(assert (myObject (attribute1 "attr31169") ) ) +(assert (myObject (attribute1 "attr31170") ) ) +(assert (myObject (attribute1 "attr31171") ) ) +(assert (myObject (attribute1 "attr31172") ) ) +(assert (myObject (attribute1 "attr31173") ) ) +(assert (myObject (attribute1 "attr31174") ) ) +(assert (myObject (attribute1 "attr31175") ) ) +(assert (myObject (attribute1 "attr31176") ) ) +(assert (myObject (attribute1 "attr31177") ) ) +(assert (myObject (attribute1 "attr31178") ) ) +(assert (myObject (attribute1 "attr31179") ) ) +(assert (myObject (attribute1 "attr31180") ) ) +(assert (myObject (attribute1 "attr31181") ) ) +(assert (myObject (attribute1 "attr31182") ) ) +(assert (myObject (attribute1 "attr31183") ) ) +(assert (myObject (attribute1 "attr31184") ) ) +(assert (myObject (attribute1 "attr31185") ) ) +(assert (myObject (attribute1 "attr31186") ) ) +(assert (myObject (attribute1 "attr31187") ) ) +(assert (myObject (attribute1 "attr31188") ) ) +(assert (myObject (attribute1 "attr31189") ) ) +(assert (myObject (attribute1 "attr31190") ) ) +(assert (myObject (attribute1 "attr31191") ) ) +(assert (myObject (attribute1 "attr31192") ) ) +(assert (myObject (attribute1 "attr31193") ) ) +(assert (myObject (attribute1 "attr31194") ) ) +(assert (myObject (attribute1 "attr31195") ) ) +(assert (myObject (attribute1 "attr31196") ) ) +(assert (myObject (attribute1 "attr31197") ) ) +(assert (myObject (attribute1 "attr31198") ) ) +(assert (myObject (attribute1 "attr31199") ) ) +(assert (myObject (attribute1 "attr31200") ) ) +(assert (myObject (attribute1 "attr31201") ) ) +(assert (myObject (attribute1 "attr31202") ) ) +(assert (myObject (attribute1 "attr31203") ) ) +(assert (myObject (attribute1 "attr31204") ) ) +(assert (myObject (attribute1 "attr31205") ) ) +(assert (myObject (attribute1 "attr31206") ) ) +(assert (myObject (attribute1 "attr31207") ) ) +(assert (myObject (attribute1 "attr31208") ) ) +(assert (myObject (attribute1 "attr31209") ) ) +(assert (myObject (attribute1 "attr31210") ) ) +(assert (myObject (attribute1 "attr31211") ) ) +(assert (myObject (attribute1 "attr31212") ) ) +(assert (myObject (attribute1 "attr31213") ) ) +(assert (myObject (attribute1 "attr31214") ) ) +(assert (myObject (attribute1 "attr31215") ) ) +(assert (myObject (attribute1 "attr31216") ) ) +(assert (myObject (attribute1 "attr31217") ) ) +(assert (myObject (attribute1 "attr31218") ) ) +(assert (myObject (attribute1 "attr31219") ) ) +(assert (myObject (attribute1 "attr31220") ) ) +(assert (myObject (attribute1 "attr31221") ) ) +(assert (myObject (attribute1 "attr31222") ) ) +(assert (myObject (attribute1 "attr31223") ) ) +(assert (myObject (attribute1 "attr31224") ) ) +(assert (myObject (attribute1 "attr31225") ) ) +(assert (myObject (attribute1 "attr31226") ) ) +(assert (myObject (attribute1 "attr31227") ) ) +(assert (myObject (attribute1 "attr31228") ) ) +(assert (myObject (attribute1 "attr31229") ) ) +(assert (myObject (attribute1 "attr31230") ) ) +(assert (myObject (attribute1 "attr31231") ) ) +(assert (myObject (attribute1 "attr31232") ) ) +(assert (myObject (attribute1 "attr31233") ) ) +(assert (myObject (attribute1 "attr31234") ) ) +(assert (myObject (attribute1 "attr31235") ) ) +(assert (myObject (attribute1 "attr31236") ) ) +(assert (myObject (attribute1 "attr31237") ) ) +(assert (myObject (attribute1 "attr31238") ) ) +(assert (myObject (attribute1 "attr31239") ) ) +(assert (myObject (attribute1 "attr31240") ) ) +(assert (myObject (attribute1 "attr31241") ) ) +(assert (myObject (attribute1 "attr31242") ) ) +(assert (myObject (attribute1 "attr31243") ) ) +(assert (myObject (attribute1 "attr31244") ) ) +(assert (myObject (attribute1 "attr31245") ) ) +(assert (myObject (attribute1 "attr31246") ) ) +(assert (myObject (attribute1 "attr31247") ) ) +(assert (myObject (attribute1 "attr31248") ) ) +(assert (myObject (attribute1 "attr31249") ) ) +(assert (myObject (attribute1 "attr31250") ) ) +(assert (myObject (attribute1 "attr31251") ) ) +(assert (myObject (attribute1 "attr31252") ) ) +(assert (myObject (attribute1 "attr31253") ) ) +(assert (myObject (attribute1 "attr31254") ) ) +(assert (myObject (attribute1 "attr31255") ) ) +(assert (myObject (attribute1 "attr31256") ) ) +(assert (myObject (attribute1 "attr31257") ) ) +(assert (myObject (attribute1 "attr31258") ) ) +(assert (myObject (attribute1 "attr31259") ) ) +(assert (myObject (attribute1 "attr31260") ) ) +(assert (myObject (attribute1 "attr31261") ) ) +(assert (myObject (attribute1 "attr31262") ) ) +(assert (myObject (attribute1 "attr31263") ) ) +(assert (myObject (attribute1 "attr31264") ) ) +(assert (myObject (attribute1 "attr31265") ) ) +(assert (myObject (attribute1 "attr31266") ) ) +(assert (myObject (attribute1 "attr31267") ) ) +(assert (myObject (attribute1 "attr31268") ) ) +(assert (myObject (attribute1 "attr31269") ) ) +(assert (myObject (attribute1 "attr31270") ) ) +(assert (myObject (attribute1 "attr31271") ) ) +(assert (myObject (attribute1 "attr31272") ) ) +(assert (myObject (attribute1 "attr31273") ) ) +(assert (myObject (attribute1 "attr31274") ) ) +(assert (myObject (attribute1 "attr31275") ) ) +(assert (myObject (attribute1 "attr31276") ) ) +(assert (myObject (attribute1 "attr31277") ) ) +(assert (myObject (attribute1 "attr31278") ) ) +(assert (myObject (attribute1 "attr31279") ) ) +(assert (myObject (attribute1 "attr31280") ) ) +(assert (myObject (attribute1 "attr31281") ) ) +(assert (myObject (attribute1 "attr31282") ) ) +(assert (myObject (attribute1 "attr31283") ) ) +(assert (myObject (attribute1 "attr31284") ) ) +(assert (myObject (attribute1 "attr31285") ) ) +(assert (myObject (attribute1 "attr31286") ) ) +(assert (myObject (attribute1 "attr31287") ) ) +(assert (myObject (attribute1 "attr31288") ) ) +(assert (myObject (attribute1 "attr31289") ) ) +(assert (myObject (attribute1 "attr31290") ) ) +(assert (myObject (attribute1 "attr31291") ) ) +(assert (myObject (attribute1 "attr31292") ) ) +(assert (myObject (attribute1 "attr31293") ) ) +(assert (myObject (attribute1 "attr31294") ) ) +(assert (myObject (attribute1 "attr31295") ) ) +(assert (myObject (attribute1 "attr31296") ) ) +(assert (myObject (attribute1 "attr31297") ) ) +(assert (myObject (attribute1 "attr31298") ) ) +(assert (myObject (attribute1 "attr31299") ) ) +(assert (myObject (attribute1 "attr31300") ) ) +(assert (myObject (attribute1 "attr31301") ) ) +(assert (myObject (attribute1 "attr31302") ) ) +(assert (myObject (attribute1 "attr31303") ) ) +(assert (myObject (attribute1 "attr31304") ) ) +(assert (myObject (attribute1 "attr31305") ) ) +(assert (myObject (attribute1 "attr31306") ) ) +(assert (myObject (attribute1 "attr31307") ) ) +(assert (myObject (attribute1 "attr31308") ) ) +(assert (myObject (attribute1 "attr31309") ) ) +(assert (myObject (attribute1 "attr31310") ) ) +(assert (myObject (attribute1 "attr31311") ) ) +(assert (myObject (attribute1 "attr31312") ) ) +(assert (myObject (attribute1 "attr31313") ) ) +(assert (myObject (attribute1 "attr31314") ) ) +(assert (myObject (attribute1 "attr31315") ) ) +(assert (myObject (attribute1 "attr31316") ) ) +(assert (myObject (attribute1 "attr31317") ) ) +(assert (myObject (attribute1 "attr31318") ) ) +(assert (myObject (attribute1 "attr31319") ) ) +(assert (myObject (attribute1 "attr31320") ) ) +(assert (myObject (attribute1 "attr31321") ) ) +(assert (myObject (attribute1 "attr31322") ) ) +(assert (myObject (attribute1 "attr31323") ) ) +(assert (myObject (attribute1 "attr31324") ) ) +(assert (myObject (attribute1 "attr31325") ) ) +(assert (myObject (attribute1 "attr31326") ) ) +(assert (myObject (attribute1 "attr31327") ) ) +(assert (myObject (attribute1 "attr31328") ) ) +(assert (myObject (attribute1 "attr31329") ) ) +(assert (myObject (attribute1 "attr31330") ) ) +(assert (myObject (attribute1 "attr31331") ) ) +(assert (myObject (attribute1 "attr31332") ) ) +(assert (myObject (attribute1 "attr31333") ) ) +(assert (myObject (attribute1 "attr31334") ) ) +(assert (myObject (attribute1 "attr31335") ) ) +(assert (myObject (attribute1 "attr31336") ) ) +(assert (myObject (attribute1 "attr31337") ) ) +(assert (myObject (attribute1 "attr31338") ) ) +(assert (myObject (attribute1 "attr31339") ) ) +(assert (myObject (attribute1 "attr31340") ) ) +(assert (myObject (attribute1 "attr31341") ) ) +(assert (myObject (attribute1 "attr31342") ) ) +(assert (myObject (attribute1 "attr31343") ) ) +(assert (myObject (attribute1 "attr31344") ) ) +(assert (myObject (attribute1 "attr31345") ) ) +(assert (myObject (attribute1 "attr31346") ) ) +(assert (myObject (attribute1 "attr31347") ) ) +(assert (myObject (attribute1 "attr31348") ) ) +(assert (myObject (attribute1 "attr31349") ) ) +(assert (myObject (attribute1 "attr31350") ) ) +(assert (myObject (attribute1 "attr31351") ) ) +(assert (myObject (attribute1 "attr31352") ) ) +(assert (myObject (attribute1 "attr31353") ) ) +(assert (myObject (attribute1 "attr31354") ) ) +(assert (myObject (attribute1 "attr31355") ) ) +(assert (myObject (attribute1 "attr31356") ) ) +(assert (myObject (attribute1 "attr31357") ) ) +(assert (myObject (attribute1 "attr31358") ) ) +(assert (myObject (attribute1 "attr31359") ) ) +(assert (myObject (attribute1 "attr31360") ) ) +(assert (myObject (attribute1 "attr31361") ) ) +(assert (myObject (attribute1 "attr31362") ) ) +(assert (myObject (attribute1 "attr31363") ) ) +(assert (myObject (attribute1 "attr31364") ) ) +(assert (myObject (attribute1 "attr31365") ) ) +(assert (myObject (attribute1 "attr31366") ) ) +(assert (myObject (attribute1 "attr31367") ) ) +(assert (myObject (attribute1 "attr31368") ) ) +(assert (myObject (attribute1 "attr31369") ) ) +(assert (myObject (attribute1 "attr31370") ) ) +(assert (myObject (attribute1 "attr31371") ) ) +(assert (myObject (attribute1 "attr31372") ) ) +(assert (myObject (attribute1 "attr31373") ) ) +(assert (myObject (attribute1 "attr31374") ) ) +(assert (myObject (attribute1 "attr31375") ) ) +(assert (myObject (attribute1 "attr31376") ) ) +(assert (myObject (attribute1 "attr31377") ) ) +(assert (myObject (attribute1 "attr31378") ) ) +(assert (myObject (attribute1 "attr31379") ) ) +(assert (myObject (attribute1 "attr31380") ) ) +(assert (myObject (attribute1 "attr31381") ) ) +(assert (myObject (attribute1 "attr31382") ) ) +(assert (myObject (attribute1 "attr31383") ) ) +(assert (myObject (attribute1 "attr31384") ) ) +(assert (myObject (attribute1 "attr31385") ) ) +(assert (myObject (attribute1 "attr31386") ) ) +(assert (myObject (attribute1 "attr31387") ) ) +(assert (myObject (attribute1 "attr31388") ) ) +(assert (myObject (attribute1 "attr31389") ) ) +(assert (myObject (attribute1 "attr31390") ) ) +(assert (myObject (attribute1 "attr31391") ) ) +(assert (myObject (attribute1 "attr31392") ) ) +(assert (myObject (attribute1 "attr31393") ) ) +(assert (myObject (attribute1 "attr31394") ) ) +(assert (myObject (attribute1 "attr31395") ) ) +(assert (myObject (attribute1 "attr31396") ) ) +(assert (myObject (attribute1 "attr31397") ) ) +(assert (myObject (attribute1 "attr31398") ) ) +(assert (myObject (attribute1 "attr31399") ) ) +(assert (myObject (attribute1 "attr31400") ) ) +(assert (myObject (attribute1 "attr31401") ) ) +(assert (myObject (attribute1 "attr31402") ) ) +(assert (myObject (attribute1 "attr31403") ) ) +(assert (myObject (attribute1 "attr31404") ) ) +(assert (myObject (attribute1 "attr31405") ) ) +(assert (myObject (attribute1 "attr31406") ) ) +(assert (myObject (attribute1 "attr31407") ) ) +(assert (myObject (attribute1 "attr31408") ) ) +(assert (myObject (attribute1 "attr31409") ) ) +(assert (myObject (attribute1 "attr31410") ) ) +(assert (myObject (attribute1 "attr31411") ) ) +(assert (myObject (attribute1 "attr31412") ) ) +(assert (myObject (attribute1 "attr31413") ) ) +(assert (myObject (attribute1 "attr31414") ) ) +(assert (myObject (attribute1 "attr31415") ) ) +(assert (myObject (attribute1 "attr31416") ) ) +(assert (myObject (attribute1 "attr31417") ) ) +(assert (myObject (attribute1 "attr31418") ) ) +(assert (myObject (attribute1 "attr31419") ) ) +(assert (myObject (attribute1 "attr31420") ) ) +(assert (myObject (attribute1 "attr31421") ) ) +(assert (myObject (attribute1 "attr31422") ) ) +(assert (myObject (attribute1 "attr31423") ) ) +(assert (myObject (attribute1 "attr31424") ) ) +(assert (myObject (attribute1 "attr31425") ) ) +(assert (myObject (attribute1 "attr31426") ) ) +(assert (myObject (attribute1 "attr31427") ) ) +(assert (myObject (attribute1 "attr31428") ) ) +(assert (myObject (attribute1 "attr31429") ) ) +(assert (myObject (attribute1 "attr31430") ) ) +(assert (myObject (attribute1 "attr31431") ) ) +(assert (myObject (attribute1 "attr31432") ) ) +(assert (myObject (attribute1 "attr31433") ) ) +(assert (myObject (attribute1 "attr31434") ) ) +(assert (myObject (attribute1 "attr31435") ) ) +(assert (myObject (attribute1 "attr31436") ) ) +(assert (myObject (attribute1 "attr31437") ) ) +(assert (myObject (attribute1 "attr31438") ) ) +(assert (myObject (attribute1 "attr31439") ) ) +(assert (myObject (attribute1 "attr31440") ) ) +(assert (myObject (attribute1 "attr31441") ) ) +(assert (myObject (attribute1 "attr31442") ) ) +(assert (myObject (attribute1 "attr31443") ) ) +(assert (myObject (attribute1 "attr31444") ) ) +(assert (myObject (attribute1 "attr31445") ) ) +(assert (myObject (attribute1 "attr31446") ) ) +(assert (myObject (attribute1 "attr31447") ) ) +(assert (myObject (attribute1 "attr31448") ) ) +(assert (myObject (attribute1 "attr31449") ) ) +(assert (myObject (attribute1 "attr31450") ) ) +(assert (myObject (attribute1 "attr31451") ) ) +(assert (myObject (attribute1 "attr31452") ) ) +(assert (myObject (attribute1 "attr31453") ) ) +(assert (myObject (attribute1 "attr31454") ) ) +(assert (myObject (attribute1 "attr31455") ) ) +(assert (myObject (attribute1 "attr31456") ) ) +(assert (myObject (attribute1 "attr31457") ) ) +(assert (myObject (attribute1 "attr31458") ) ) +(assert (myObject (attribute1 "attr31459") ) ) +(assert (myObject (attribute1 "attr31460") ) ) +(assert (myObject (attribute1 "attr31461") ) ) +(assert (myObject (attribute1 "attr31462") ) ) +(assert (myObject (attribute1 "attr31463") ) ) +(assert (myObject (attribute1 "attr31464") ) ) +(assert (myObject (attribute1 "attr31465") ) ) +(assert (myObject (attribute1 "attr31466") ) ) +(assert (myObject (attribute1 "attr31467") ) ) +(assert (myObject (attribute1 "attr31468") ) ) +(assert (myObject (attribute1 "attr31469") ) ) +(assert (myObject (attribute1 "attr31470") ) ) +(assert (myObject (attribute1 "attr31471") ) ) +(assert (myObject (attribute1 "attr31472") ) ) +(assert (myObject (attribute1 "attr31473") ) ) +(assert (myObject (attribute1 "attr31474") ) ) +(assert (myObject (attribute1 "attr31475") ) ) +(assert (myObject (attribute1 "attr31476") ) ) +(assert (myObject (attribute1 "attr31477") ) ) +(assert (myObject (attribute1 "attr31478") ) ) +(assert (myObject (attribute1 "attr31479") ) ) +(assert (myObject (attribute1 "attr31480") ) ) +(assert (myObject (attribute1 "attr31481") ) ) +(assert (myObject (attribute1 "attr31482") ) ) +(assert (myObject (attribute1 "attr31483") ) ) +(assert (myObject (attribute1 "attr31484") ) ) +(assert (myObject (attribute1 "attr31485") ) ) +(assert (myObject (attribute1 "attr31486") ) ) +(assert (myObject (attribute1 "attr31487") ) ) +(assert (myObject (attribute1 "attr31488") ) ) +(assert (myObject (attribute1 "attr31489") ) ) +(assert (myObject (attribute1 "attr31490") ) ) +(assert (myObject (attribute1 "attr31491") ) ) +(assert (myObject (attribute1 "attr31492") ) ) +(assert (myObject (attribute1 "attr31493") ) ) +(assert (myObject (attribute1 "attr31494") ) ) +(assert (myObject (attribute1 "attr31495") ) ) +(assert (myObject (attribute1 "attr31496") ) ) +(assert (myObject (attribute1 "attr31497") ) ) +(assert (myObject (attribute1 "attr31498") ) ) +(assert (myObject (attribute1 "attr31499") ) ) +(assert (myObject (attribute1 "attr31500") ) ) +(assert (myObject (attribute1 "attr31501") ) ) +(assert (myObject (attribute1 "attr31502") ) ) +(assert (myObject (attribute1 "attr31503") ) ) +(assert (myObject (attribute1 "attr31504") ) ) +(assert (myObject (attribute1 "attr31505") ) ) +(assert (myObject (attribute1 "attr31506") ) ) +(assert (myObject (attribute1 "attr31507") ) ) +(assert (myObject (attribute1 "attr31508") ) ) +(assert (myObject (attribute1 "attr31509") ) ) +(assert (myObject (attribute1 "attr31510") ) ) +(assert (myObject (attribute1 "attr31511") ) ) +(assert (myObject (attribute1 "attr31512") ) ) +(assert (myObject (attribute1 "attr31513") ) ) +(assert (myObject (attribute1 "attr31514") ) ) +(assert (myObject (attribute1 "attr31515") ) ) +(assert (myObject (attribute1 "attr31516") ) ) +(assert (myObject (attribute1 "attr31517") ) ) +(assert (myObject (attribute1 "attr31518") ) ) +(assert (myObject (attribute1 "attr31519") ) ) +(assert (myObject (attribute1 "attr31520") ) ) +(assert (myObject (attribute1 "attr31521") ) ) +(assert (myObject (attribute1 "attr31522") ) ) +(assert (myObject (attribute1 "attr31523") ) ) +(assert (myObject (attribute1 "attr31524") ) ) +(assert (myObject (attribute1 "attr31525") ) ) +(assert (myObject (attribute1 "attr31526") ) ) +(assert (myObject (attribute1 "attr31527") ) ) +(assert (myObject (attribute1 "attr31528") ) ) +(assert (myObject (attribute1 "attr31529") ) ) +(assert (myObject (attribute1 "attr31530") ) ) +(assert (myObject (attribute1 "attr31531") ) ) +(assert (myObject (attribute1 "attr31532") ) ) +(assert (myObject (attribute1 "attr31533") ) ) +(assert (myObject (attribute1 "attr31534") ) ) +(assert (myObject (attribute1 "attr31535") ) ) +(assert (myObject (attribute1 "attr31536") ) ) +(assert (myObject (attribute1 "attr31537") ) ) +(assert (myObject (attribute1 "attr31538") ) ) +(assert (myObject (attribute1 "attr31539") ) ) +(assert (myObject (attribute1 "attr31540") ) ) +(assert (myObject (attribute1 "attr31541") ) ) +(assert (myObject (attribute1 "attr31542") ) ) +(assert (myObject (attribute1 "attr31543") ) ) +(assert (myObject (attribute1 "attr31544") ) ) +(assert (myObject (attribute1 "attr31545") ) ) +(assert (myObject (attribute1 "attr31546") ) ) +(assert (myObject (attribute1 "attr31547") ) ) +(assert (myObject (attribute1 "attr31548") ) ) +(assert (myObject (attribute1 "attr31549") ) ) +(assert (myObject (attribute1 "attr31550") ) ) +(assert (myObject (attribute1 "attr31551") ) ) +(assert (myObject (attribute1 "attr31552") ) ) +(assert (myObject (attribute1 "attr31553") ) ) +(assert (myObject (attribute1 "attr31554") ) ) +(assert (myObject (attribute1 "attr31555") ) ) +(assert (myObject (attribute1 "attr31556") ) ) +(assert (myObject (attribute1 "attr31557") ) ) +(assert (myObject (attribute1 "attr31558") ) ) +(assert (myObject (attribute1 "attr31559") ) ) +(assert (myObject (attribute1 "attr31560") ) ) +(assert (myObject (attribute1 "attr31561") ) ) +(assert (myObject (attribute1 "attr31562") ) ) +(assert (myObject (attribute1 "attr31563") ) ) +(assert (myObject (attribute1 "attr31564") ) ) +(assert (myObject (attribute1 "attr31565") ) ) +(assert (myObject (attribute1 "attr31566") ) ) +(assert (myObject (attribute1 "attr31567") ) ) +(assert (myObject (attribute1 "attr31568") ) ) +(assert (myObject (attribute1 "attr31569") ) ) +(assert (myObject (attribute1 "attr31570") ) ) +(assert (myObject (attribute1 "attr31571") ) ) +(assert (myObject (attribute1 "attr31572") ) ) +(assert (myObject (attribute1 "attr31573") ) ) +(assert (myObject (attribute1 "attr31574") ) ) +(assert (myObject (attribute1 "attr31575") ) ) +(assert (myObject (attribute1 "attr31576") ) ) +(assert (myObject (attribute1 "attr31577") ) ) +(assert (myObject (attribute1 "attr31578") ) ) +(assert (myObject (attribute1 "attr31579") ) ) +(assert (myObject (attribute1 "attr31580") ) ) +(assert (myObject (attribute1 "attr31581") ) ) +(assert (myObject (attribute1 "attr31582") ) ) +(assert (myObject (attribute1 "attr31583") ) ) +(assert (myObject (attribute1 "attr31584") ) ) +(assert (myObject (attribute1 "attr31585") ) ) +(assert (myObject (attribute1 "attr31586") ) ) +(assert (myObject (attribute1 "attr31587") ) ) +(assert (myObject (attribute1 "attr31588") ) ) +(assert (myObject (attribute1 "attr31589") ) ) +(assert (myObject (attribute1 "attr31590") ) ) +(assert (myObject (attribute1 "attr31591") ) ) +(assert (myObject (attribute1 "attr31592") ) ) +(assert (myObject (attribute1 "attr31593") ) ) +(assert (myObject (attribute1 "attr31594") ) ) +(assert (myObject (attribute1 "attr31595") ) ) +(assert (myObject (attribute1 "attr31596") ) ) +(assert (myObject (attribute1 "attr31597") ) ) +(assert (myObject (attribute1 "attr31598") ) ) +(assert (myObject (attribute1 "attr31599") ) ) +(assert (myObject (attribute1 "attr31600") ) ) +(assert (myObject (attribute1 "attr31601") ) ) +(assert (myObject (attribute1 "attr31602") ) ) +(assert (myObject (attribute1 "attr31603") ) ) +(assert (myObject (attribute1 "attr31604") ) ) +(assert (myObject (attribute1 "attr31605") ) ) +(assert (myObject (attribute1 "attr31606") ) ) +(assert (myObject (attribute1 "attr31607") ) ) +(assert (myObject (attribute1 "attr31608") ) ) +(assert (myObject (attribute1 "attr31609") ) ) +(assert (myObject (attribute1 "attr31610") ) ) +(assert (myObject (attribute1 "attr31611") ) ) +(assert (myObject (attribute1 "attr31612") ) ) +(assert (myObject (attribute1 "attr31613") ) ) +(assert (myObject (attribute1 "attr31614") ) ) +(assert (myObject (attribute1 "attr31615") ) ) +(assert (myObject (attribute1 "attr31616") ) ) +(assert (myObject (attribute1 "attr31617") ) ) +(assert (myObject (attribute1 "attr31618") ) ) +(assert (myObject (attribute1 "attr31619") ) ) +(assert (myObject (attribute1 "attr31620") ) ) +(assert (myObject (attribute1 "attr31621") ) ) +(assert (myObject (attribute1 "attr31622") ) ) +(assert (myObject (attribute1 "attr31623") ) ) +(assert (myObject (attribute1 "attr31624") ) ) +(assert (myObject (attribute1 "attr31625") ) ) +(assert (myObject (attribute1 "attr31626") ) ) +(assert (myObject (attribute1 "attr31627") ) ) +(assert (myObject (attribute1 "attr31628") ) ) +(assert (myObject (attribute1 "attr31629") ) ) +(assert (myObject (attribute1 "attr31630") ) ) +(assert (myObject (attribute1 "attr31631") ) ) +(assert (myObject (attribute1 "attr31632") ) ) +(assert (myObject (attribute1 "attr31633") ) ) +(assert (myObject (attribute1 "attr31634") ) ) +(assert (myObject (attribute1 "attr31635") ) ) +(assert (myObject (attribute1 "attr31636") ) ) +(assert (myObject (attribute1 "attr31637") ) ) +(assert (myObject (attribute1 "attr31638") ) ) +(assert (myObject (attribute1 "attr31639") ) ) +(assert (myObject (attribute1 "attr31640") ) ) +(assert (myObject (attribute1 "attr31641") ) ) +(assert (myObject (attribute1 "attr31642") ) ) +(assert (myObject (attribute1 "attr31643") ) ) +(assert (myObject (attribute1 "attr31644") ) ) +(assert (myObject (attribute1 "attr31645") ) ) +(assert (myObject (attribute1 "attr31646") ) ) +(assert (myObject (attribute1 "attr31647") ) ) +(assert (myObject (attribute1 "attr31648") ) ) +(assert (myObject (attribute1 "attr31649") ) ) +(assert (myObject (attribute1 "attr31650") ) ) +(assert (myObject (attribute1 "attr31651") ) ) +(assert (myObject (attribute1 "attr31652") ) ) +(assert (myObject (attribute1 "attr31653") ) ) +(assert (myObject (attribute1 "attr31654") ) ) +(assert (myObject (attribute1 "attr31655") ) ) +(assert (myObject (attribute1 "attr31656") ) ) +(assert (myObject (attribute1 "attr31657") ) ) +(assert (myObject (attribute1 "attr31658") ) ) +(assert (myObject (attribute1 "attr31659") ) ) +(assert (myObject (attribute1 "attr31660") ) ) +(assert (myObject (attribute1 "attr31661") ) ) +(assert (myObject (attribute1 "attr31662") ) ) +(assert (myObject (attribute1 "attr31663") ) ) +(assert (myObject (attribute1 "attr31664") ) ) +(assert (myObject (attribute1 "attr31665") ) ) +(assert (myObject (attribute1 "attr31666") ) ) +(assert (myObject (attribute1 "attr31667") ) ) +(assert (myObject (attribute1 "attr31668") ) ) +(assert (myObject (attribute1 "attr31669") ) ) +(assert (myObject (attribute1 "attr31670") ) ) +(assert (myObject (attribute1 "attr31671") ) ) +(assert (myObject (attribute1 "attr31672") ) ) +(assert (myObject (attribute1 "attr31673") ) ) +(assert (myObject (attribute1 "attr31674") ) ) +(assert (myObject (attribute1 "attr31675") ) ) +(assert (myObject (attribute1 "attr31676") ) ) +(assert (myObject (attribute1 "attr31677") ) ) +(assert (myObject (attribute1 "attr31678") ) ) +(assert (myObject (attribute1 "attr31679") ) ) +(assert (myObject (attribute1 "attr31680") ) ) +(assert (myObject (attribute1 "attr31681") ) ) +(assert (myObject (attribute1 "attr31682") ) ) +(assert (myObject (attribute1 "attr31683") ) ) +(assert (myObject (attribute1 "attr31684") ) ) +(assert (myObject (attribute1 "attr31685") ) ) +(assert (myObject (attribute1 "attr31686") ) ) +(assert (myObject (attribute1 "attr31687") ) ) +(assert (myObject (attribute1 "attr31688") ) ) +(assert (myObject (attribute1 "attr31689") ) ) +(assert (myObject (attribute1 "attr31690") ) ) +(assert (myObject (attribute1 "attr31691") ) ) +(assert (myObject (attribute1 "attr31692") ) ) +(assert (myObject (attribute1 "attr31693") ) ) +(assert (myObject (attribute1 "attr31694") ) ) +(assert (myObject (attribute1 "attr31695") ) ) +(assert (myObject (attribute1 "attr31696") ) ) +(assert (myObject (attribute1 "attr31697") ) ) +(assert (myObject (attribute1 "attr31698") ) ) +(assert (myObject (attribute1 "attr31699") ) ) +(assert (myObject (attribute1 "attr31700") ) ) +(assert (myObject (attribute1 "attr31701") ) ) +(assert (myObject (attribute1 "attr31702") ) ) +(assert (myObject (attribute1 "attr31703") ) ) +(assert (myObject (attribute1 "attr31704") ) ) +(assert (myObject (attribute1 "attr31705") ) ) +(assert (myObject (attribute1 "attr31706") ) ) +(assert (myObject (attribute1 "attr31707") ) ) +(assert (myObject (attribute1 "attr31708") ) ) +(assert (myObject (attribute1 "attr31709") ) ) +(assert (myObject (attribute1 "attr31710") ) ) +(assert (myObject (attribute1 "attr31711") ) ) +(assert (myObject (attribute1 "attr31712") ) ) +(assert (myObject (attribute1 "attr31713") ) ) +(assert (myObject (attribute1 "attr31714") ) ) +(assert (myObject (attribute1 "attr31715") ) ) +(assert (myObject (attribute1 "attr31716") ) ) +(assert (myObject (attribute1 "attr31717") ) ) +(assert (myObject (attribute1 "attr31718") ) ) +(assert (myObject (attribute1 "attr31719") ) ) +(assert (myObject (attribute1 "attr31720") ) ) +(assert (myObject (attribute1 "attr31721") ) ) +(assert (myObject (attribute1 "attr31722") ) ) +(assert (myObject (attribute1 "attr31723") ) ) +(assert (myObject (attribute1 "attr31724") ) ) +(assert (myObject (attribute1 "attr31725") ) ) +(assert (myObject (attribute1 "attr31726") ) ) +(assert (myObject (attribute1 "attr31727") ) ) +(assert (myObject (attribute1 "attr31728") ) ) +(assert (myObject (attribute1 "attr31729") ) ) +(assert (myObject (attribute1 "attr31730") ) ) +(assert (myObject (attribute1 "attr31731") ) ) +(assert (myObject (attribute1 "attr31732") ) ) +(assert (myObject (attribute1 "attr31733") ) ) +(assert (myObject (attribute1 "attr31734") ) ) +(assert (myObject (attribute1 "attr31735") ) ) +(assert (myObject (attribute1 "attr31736") ) ) +(assert (myObject (attribute1 "attr31737") ) ) +(assert (myObject (attribute1 "attr31738") ) ) +(assert (myObject (attribute1 "attr31739") ) ) +(assert (myObject (attribute1 "attr31740") ) ) +(assert (myObject (attribute1 "attr31741") ) ) +(assert (myObject (attribute1 "attr31742") ) ) +(assert (myObject (attribute1 "attr31743") ) ) +(assert (myObject (attribute1 "attr31744") ) ) +(assert (myObject (attribute1 "attr31745") ) ) +(assert (myObject (attribute1 "attr31746") ) ) +(assert (myObject (attribute1 "attr31747") ) ) +(assert (myObject (attribute1 "attr31748") ) ) +(assert (myObject (attribute1 "attr31749") ) ) +(assert (myObject (attribute1 "attr31750") ) ) +(assert (myObject (attribute1 "attr31751") ) ) +(assert (myObject (attribute1 "attr31752") ) ) +(assert (myObject (attribute1 "attr31753") ) ) +(assert (myObject (attribute1 "attr31754") ) ) +(assert (myObject (attribute1 "attr31755") ) ) +(assert (myObject (attribute1 "attr31756") ) ) +(assert (myObject (attribute1 "attr31757") ) ) +(assert (myObject (attribute1 "attr31758") ) ) +(assert (myObject (attribute1 "attr31759") ) ) +(assert (myObject (attribute1 "attr31760") ) ) +(assert (myObject (attribute1 "attr31761") ) ) +(assert (myObject (attribute1 "attr31762") ) ) +(assert (myObject (attribute1 "attr31763") ) ) +(assert (myObject (attribute1 "attr31764") ) ) +(assert (myObject (attribute1 "attr31765") ) ) +(assert (myObject (attribute1 "attr31766") ) ) +(assert (myObject (attribute1 "attr31767") ) ) +(assert (myObject (attribute1 "attr31768") ) ) +(assert (myObject (attribute1 "attr31769") ) ) +(assert (myObject (attribute1 "attr31770") ) ) +(assert (myObject (attribute1 "attr31771") ) ) +(assert (myObject (attribute1 "attr31772") ) ) +(assert (myObject (attribute1 "attr31773") ) ) +(assert (myObject (attribute1 "attr31774") ) ) +(assert (myObject (attribute1 "attr31775") ) ) +(assert (myObject (attribute1 "attr31776") ) ) +(assert (myObject (attribute1 "attr31777") ) ) +(assert (myObject (attribute1 "attr31778") ) ) +(assert (myObject (attribute1 "attr31779") ) ) +(assert (myObject (attribute1 "attr31780") ) ) +(assert (myObject (attribute1 "attr31781") ) ) +(assert (myObject (attribute1 "attr31782") ) ) +(assert (myObject (attribute1 "attr31783") ) ) +(assert (myObject (attribute1 "attr31784") ) ) +(assert (myObject (attribute1 "attr31785") ) ) +(assert (myObject (attribute1 "attr31786") ) ) +(assert (myObject (attribute1 "attr31787") ) ) +(assert (myObject (attribute1 "attr31788") ) ) +(assert (myObject (attribute1 "attr31789") ) ) +(assert (myObject (attribute1 "attr31790") ) ) +(assert (myObject (attribute1 "attr31791") ) ) +(assert (myObject (attribute1 "attr31792") ) ) +(assert (myObject (attribute1 "attr31793") ) ) +(assert (myObject (attribute1 "attr31794") ) ) +(assert (myObject (attribute1 "attr31795") ) ) +(assert (myObject (attribute1 "attr31796") ) ) +(assert (myObject (attribute1 "attr31797") ) ) +(assert (myObject (attribute1 "attr31798") ) ) +(assert (myObject (attribute1 "attr31799") ) ) +(assert (myObject (attribute1 "attr31800") ) ) +(assert (myObject (attribute1 "attr31801") ) ) +(assert (myObject (attribute1 "attr31802") ) ) +(assert (myObject (attribute1 "attr31803") ) ) +(assert (myObject (attribute1 "attr31804") ) ) +(assert (myObject (attribute1 "attr31805") ) ) +(assert (myObject (attribute1 "attr31806") ) ) +(assert (myObject (attribute1 "attr31807") ) ) +(assert (myObject (attribute1 "attr31808") ) ) +(assert (myObject (attribute1 "attr31809") ) ) +(assert (myObject (attribute1 "attr31810") ) ) +(assert (myObject (attribute1 "attr31811") ) ) +(assert (myObject (attribute1 "attr31812") ) ) +(assert (myObject (attribute1 "attr31813") ) ) +(assert (myObject (attribute1 "attr31814") ) ) +(assert (myObject (attribute1 "attr31815") ) ) +(assert (myObject (attribute1 "attr31816") ) ) +(assert (myObject (attribute1 "attr31817") ) ) +(assert (myObject (attribute1 "attr31818") ) ) +(assert (myObject (attribute1 "attr31819") ) ) +(assert (myObject (attribute1 "attr31820") ) ) +(assert (myObject (attribute1 "attr31821") ) ) +(assert (myObject (attribute1 "attr31822") ) ) +(assert (myObject (attribute1 "attr31823") ) ) +(assert (myObject (attribute1 "attr31824") ) ) +(assert (myObject (attribute1 "attr31825") ) ) +(assert (myObject (attribute1 "attr31826") ) ) +(assert (myObject (attribute1 "attr31827") ) ) +(assert (myObject (attribute1 "attr31828") ) ) +(assert (myObject (attribute1 "attr31829") ) ) +(assert (myObject (attribute1 "attr31830") ) ) +(assert (myObject (attribute1 "attr31831") ) ) +(assert (myObject (attribute1 "attr31832") ) ) +(assert (myObject (attribute1 "attr31833") ) ) +(assert (myObject (attribute1 "attr31834") ) ) +(assert (myObject (attribute1 "attr31835") ) ) +(assert (myObject (attribute1 "attr31836") ) ) +(assert (myObject (attribute1 "attr31837") ) ) +(assert (myObject (attribute1 "attr31838") ) ) +(assert (myObject (attribute1 "attr31839") ) ) +(assert (myObject (attribute1 "attr31840") ) ) +(assert (myObject (attribute1 "attr31841") ) ) +(assert (myObject (attribute1 "attr31842") ) ) +(assert (myObject (attribute1 "attr31843") ) ) +(assert (myObject (attribute1 "attr31844") ) ) +(assert (myObject (attribute1 "attr31845") ) ) +(assert (myObject (attribute1 "attr31846") ) ) +(assert (myObject (attribute1 "attr31847") ) ) +(assert (myObject (attribute1 "attr31848") ) ) +(assert (myObject (attribute1 "attr31849") ) ) +(assert (myObject (attribute1 "attr31850") ) ) +(assert (myObject (attribute1 "attr31851") ) ) +(assert (myObject (attribute1 "attr31852") ) ) +(assert (myObject (attribute1 "attr31853") ) ) +(assert (myObject (attribute1 "attr31854") ) ) +(assert (myObject (attribute1 "attr31855") ) ) +(assert (myObject (attribute1 "attr31856") ) ) +(assert (myObject (attribute1 "attr31857") ) ) +(assert (myObject (attribute1 "attr31858") ) ) +(assert (myObject (attribute1 "attr31859") ) ) +(assert (myObject (attribute1 "attr31860") ) ) +(assert (myObject (attribute1 "attr31861") ) ) +(assert (myObject (attribute1 "attr31862") ) ) +(assert (myObject (attribute1 "attr31863") ) ) +(assert (myObject (attribute1 "attr31864") ) ) +(assert (myObject (attribute1 "attr31865") ) ) +(assert (myObject (attribute1 "attr31866") ) ) +(assert (myObject (attribute1 "attr31867") ) ) +(assert (myObject (attribute1 "attr31868") ) ) +(assert (myObject (attribute1 "attr31869") ) ) +(assert (myObject (attribute1 "attr31870") ) ) +(assert (myObject (attribute1 "attr31871") ) ) +(assert (myObject (attribute1 "attr31872") ) ) +(assert (myObject (attribute1 "attr31873") ) ) +(assert (myObject (attribute1 "attr31874") ) ) +(assert (myObject (attribute1 "attr31875") ) ) +(assert (myObject (attribute1 "attr31876") ) ) +(assert (myObject (attribute1 "attr31877") ) ) +(assert (myObject (attribute1 "attr31878") ) ) +(assert (myObject (attribute1 "attr31879") ) ) +(assert (myObject (attribute1 "attr31880") ) ) +(assert (myObject (attribute1 "attr31881") ) ) +(assert (myObject (attribute1 "attr31882") ) ) +(assert (myObject (attribute1 "attr31883") ) ) +(assert (myObject (attribute1 "attr31884") ) ) +(assert (myObject (attribute1 "attr31885") ) ) +(assert (myObject (attribute1 "attr31886") ) ) +(assert (myObject (attribute1 "attr31887") ) ) +(assert (myObject (attribute1 "attr31888") ) ) +(assert (myObject (attribute1 "attr31889") ) ) +(assert (myObject (attribute1 "attr31890") ) ) +(assert (myObject (attribute1 "attr31891") ) ) +(assert (myObject (attribute1 "attr31892") ) ) +(assert (myObject (attribute1 "attr31893") ) ) +(assert (myObject (attribute1 "attr31894") ) ) +(assert (myObject (attribute1 "attr31895") ) ) +(assert (myObject (attribute1 "attr31896") ) ) +(assert (myObject (attribute1 "attr31897") ) ) +(assert (myObject (attribute1 "attr31898") ) ) +(assert (myObject (attribute1 "attr31899") ) ) +(assert (myObject (attribute1 "attr31900") ) ) +(assert (myObject (attribute1 "attr31901") ) ) +(assert (myObject (attribute1 "attr31902") ) ) +(assert (myObject (attribute1 "attr31903") ) ) +(assert (myObject (attribute1 "attr31904") ) ) +(assert (myObject (attribute1 "attr31905") ) ) +(assert (myObject (attribute1 "attr31906") ) ) +(assert (myObject (attribute1 "attr31907") ) ) +(assert (myObject (attribute1 "attr31908") ) ) +(assert (myObject (attribute1 "attr31909") ) ) +(assert (myObject (attribute1 "attr31910") ) ) +(assert (myObject (attribute1 "attr31911") ) ) +(assert (myObject (attribute1 "attr31912") ) ) +(assert (myObject (attribute1 "attr31913") ) ) +(assert (myObject (attribute1 "attr31914") ) ) +(assert (myObject (attribute1 "attr31915") ) ) +(assert (myObject (attribute1 "attr31916") ) ) +(assert (myObject (attribute1 "attr31917") ) ) +(assert (myObject (attribute1 "attr31918") ) ) +(assert (myObject (attribute1 "attr31919") ) ) +(assert (myObject (attribute1 "attr31920") ) ) +(assert (myObject (attribute1 "attr31921") ) ) +(assert (myObject (attribute1 "attr31922") ) ) +(assert (myObject (attribute1 "attr31923") ) ) +(assert (myObject (attribute1 "attr31924") ) ) +(assert (myObject (attribute1 "attr31925") ) ) +(assert (myObject (attribute1 "attr31926") ) ) +(assert (myObject (attribute1 "attr31927") ) ) +(assert (myObject (attribute1 "attr31928") ) ) +(assert (myObject (attribute1 "attr31929") ) ) +(assert (myObject (attribute1 "attr31930") ) ) +(assert (myObject (attribute1 "attr31931") ) ) +(assert (myObject (attribute1 "attr31932") ) ) +(assert (myObject (attribute1 "attr31933") ) ) +(assert (myObject (attribute1 "attr31934") ) ) +(assert (myObject (attribute1 "attr31935") ) ) +(assert (myObject (attribute1 "attr31936") ) ) +(assert (myObject (attribute1 "attr31937") ) ) +(assert (myObject (attribute1 "attr31938") ) ) +(assert (myObject (attribute1 "attr31939") ) ) +(assert (myObject (attribute1 "attr31940") ) ) +(assert (myObject (attribute1 "attr31941") ) ) +(assert (myObject (attribute1 "attr31942") ) ) +(assert (myObject (attribute1 "attr31943") ) ) +(assert (myObject (attribute1 "attr31944") ) ) +(assert (myObject (attribute1 "attr31945") ) ) +(assert (myObject (attribute1 "attr31946") ) ) +(assert (myObject (attribute1 "attr31947") ) ) +(assert (myObject (attribute1 "attr31948") ) ) +(assert (myObject (attribute1 "attr31949") ) ) +(assert (myObject (attribute1 "attr31950") ) ) +(assert (myObject (attribute1 "attr31951") ) ) +(assert (myObject (attribute1 "attr31952") ) ) +(assert (myObject (attribute1 "attr31953") ) ) +(assert (myObject (attribute1 "attr31954") ) ) +(assert (myObject (attribute1 "attr31955") ) ) +(assert (myObject (attribute1 "attr31956") ) ) +(assert (myObject (attribute1 "attr31957") ) ) +(assert (myObject (attribute1 "attr31958") ) ) +(assert (myObject (attribute1 "attr31959") ) ) +(assert (myObject (attribute1 "attr31960") ) ) +(assert (myObject (attribute1 "attr31961") ) ) +(assert (myObject (attribute1 "attr31962") ) ) +(assert (myObject (attribute1 "attr31963") ) ) +(assert (myObject (attribute1 "attr31964") ) ) +(assert (myObject (attribute1 "attr31965") ) ) +(assert (myObject (attribute1 "attr31966") ) ) +(assert (myObject (attribute1 "attr31967") ) ) +(assert (myObject (attribute1 "attr31968") ) ) +(assert (myObject (attribute1 "attr31969") ) ) +(assert (myObject (attribute1 "attr31970") ) ) +(assert (myObject (attribute1 "attr31971") ) ) +(assert (myObject (attribute1 "attr31972") ) ) +(assert (myObject (attribute1 "attr31973") ) ) +(assert (myObject (attribute1 "attr31974") ) ) +(assert (myObject (attribute1 "attr31975") ) ) +(assert (myObject (attribute1 "attr31976") ) ) +(assert (myObject (attribute1 "attr31977") ) ) +(assert (myObject (attribute1 "attr31978") ) ) +(assert (myObject (attribute1 "attr31979") ) ) +(assert (myObject (attribute1 "attr31980") ) ) +(assert (myObject (attribute1 "attr31981") ) ) +(assert (myObject (attribute1 "attr31982") ) ) +(assert (myObject (attribute1 "attr31983") ) ) +(assert (myObject (attribute1 "attr31984") ) ) +(assert (myObject (attribute1 "attr31985") ) ) +(assert (myObject (attribute1 "attr31986") ) ) +(assert (myObject (attribute1 "attr31987") ) ) +(assert (myObject (attribute1 "attr31988") ) ) +(assert (myObject (attribute1 "attr31989") ) ) +(assert (myObject (attribute1 "attr31990") ) ) +(assert (myObject (attribute1 "attr31991") ) ) +(assert (myObject (attribute1 "attr31992") ) ) +(assert (myObject (attribute1 "attr31993") ) ) +(assert (myObject (attribute1 "attr31994") ) ) +(assert (myObject (attribute1 "attr31995") ) ) +(assert (myObject (attribute1 "attr31996") ) ) +(assert (myObject (attribute1 "attr31997") ) ) +(assert (myObject (attribute1 "attr31998") ) ) +(assert (myObject (attribute1 "attr31999") ) ) +(assert (myObject (attribute1 "attr32000") ) ) +(assert (myObject (attribute1 "attr32001") ) ) +(assert (myObject (attribute1 "attr32002") ) ) +(assert (myObject (attribute1 "attr32003") ) ) +(assert (myObject (attribute1 "attr32004") ) ) +(assert (myObject (attribute1 "attr32005") ) ) +(assert (myObject (attribute1 "attr32006") ) ) +(assert (myObject (attribute1 "attr32007") ) ) +(assert (myObject (attribute1 "attr32008") ) ) +(assert (myObject (attribute1 "attr32009") ) ) +(assert (myObject (attribute1 "attr32010") ) ) +(assert (myObject (attribute1 "attr32011") ) ) +(assert (myObject (attribute1 "attr32012") ) ) +(assert (myObject (attribute1 "attr32013") ) ) +(assert (myObject (attribute1 "attr32014") ) ) +(assert (myObject (attribute1 "attr32015") ) ) +(assert (myObject (attribute1 "attr32016") ) ) +(assert (myObject (attribute1 "attr32017") ) ) +(assert (myObject (attribute1 "attr32018") ) ) +(assert (myObject (attribute1 "attr32019") ) ) +(assert (myObject (attribute1 "attr32020") ) ) +(assert (myObject (attribute1 "attr32021") ) ) +(assert (myObject (attribute1 "attr32022") ) ) +(assert (myObject (attribute1 "attr32023") ) ) +(assert (myObject (attribute1 "attr32024") ) ) +(assert (myObject (attribute1 "attr32025") ) ) +(assert (myObject (attribute1 "attr32026") ) ) +(assert (myObject (attribute1 "attr32027") ) ) +(assert (myObject (attribute1 "attr32028") ) ) +(assert (myObject (attribute1 "attr32029") ) ) +(assert (myObject (attribute1 "attr32030") ) ) +(assert (myObject (attribute1 "attr32031") ) ) +(assert (myObject (attribute1 "attr32032") ) ) +(assert (myObject (attribute1 "attr32033") ) ) +(assert (myObject (attribute1 "attr32034") ) ) +(assert (myObject (attribute1 "attr32035") ) ) +(assert (myObject (attribute1 "attr32036") ) ) +(assert (myObject (attribute1 "attr32037") ) ) +(assert (myObject (attribute1 "attr32038") ) ) +(assert (myObject (attribute1 "attr32039") ) ) +(assert (myObject (attribute1 "attr32040") ) ) +(assert (myObject (attribute1 "attr32041") ) ) +(assert (myObject (attribute1 "attr32042") ) ) +(assert (myObject (attribute1 "attr32043") ) ) +(assert (myObject (attribute1 "attr32044") ) ) +(assert (myObject (attribute1 "attr32045") ) ) +(assert (myObject (attribute1 "attr32046") ) ) +(assert (myObject (attribute1 "attr32047") ) ) +(assert (myObject (attribute1 "attr32048") ) ) +(assert (myObject (attribute1 "attr32049") ) ) +(assert (myObject (attribute1 "attr32050") ) ) +(assert (myObject (attribute1 "attr32051") ) ) +(assert (myObject (attribute1 "attr32052") ) ) +(assert (myObject (attribute1 "attr32053") ) ) +(assert (myObject (attribute1 "attr32054") ) ) +(assert (myObject (attribute1 "attr32055") ) ) +(assert (myObject (attribute1 "attr32056") ) ) +(assert (myObject (attribute1 "attr32057") ) ) +(assert (myObject (attribute1 "attr32058") ) ) +(assert (myObject (attribute1 "attr32059") ) ) +(assert (myObject (attribute1 "attr32060") ) ) +(assert (myObject (attribute1 "attr32061") ) ) +(assert (myObject (attribute1 "attr32062") ) ) +(assert (myObject (attribute1 "attr32063") ) ) +(assert (myObject (attribute1 "attr32064") ) ) +(assert (myObject (attribute1 "attr32065") ) ) +(assert (myObject (attribute1 "attr32066") ) ) +(assert (myObject (attribute1 "attr32067") ) ) +(assert (myObject (attribute1 "attr32068") ) ) +(assert (myObject (attribute1 "attr32069") ) ) +(assert (myObject (attribute1 "attr32070") ) ) +(assert (myObject (attribute1 "attr32071") ) ) +(assert (myObject (attribute1 "attr32072") ) ) +(assert (myObject (attribute1 "attr32073") ) ) +(assert (myObject (attribute1 "attr32074") ) ) +(assert (myObject (attribute1 "attr32075") ) ) +(assert (myObject (attribute1 "attr32076") ) ) +(assert (myObject (attribute1 "attr32077") ) ) +(assert (myObject (attribute1 "attr32078") ) ) +(assert (myObject (attribute1 "attr32079") ) ) +(assert (myObject (attribute1 "attr32080") ) ) +(assert (myObject (attribute1 "attr32081") ) ) +(assert (myObject (attribute1 "attr32082") ) ) +(assert (myObject (attribute1 "attr32083") ) ) +(assert (myObject (attribute1 "attr32084") ) ) +(assert (myObject (attribute1 "attr32085") ) ) +(assert (myObject (attribute1 "attr32086") ) ) +(assert (myObject (attribute1 "attr32087") ) ) +(assert (myObject (attribute1 "attr32088") ) ) +(assert (myObject (attribute1 "attr32089") ) ) +(assert (myObject (attribute1 "attr32090") ) ) +(assert (myObject (attribute1 "attr32091") ) ) +(assert (myObject (attribute1 "attr32092") ) ) +(assert (myObject (attribute1 "attr32093") ) ) +(assert (myObject (attribute1 "attr32094") ) ) +(assert (myObject (attribute1 "attr32095") ) ) +(assert (myObject (attribute1 "attr32096") ) ) +(assert (myObject (attribute1 "attr32097") ) ) +(assert (myObject (attribute1 "attr32098") ) ) +(assert (myObject (attribute1 "attr32099") ) ) +(assert (myObject (attribute1 "attr32100") ) ) +(assert (myObject (attribute1 "attr32101") ) ) +(assert (myObject (attribute1 "attr32102") ) ) +(assert (myObject (attribute1 "attr32103") ) ) +(assert (myObject (attribute1 "attr32104") ) ) +(assert (myObject (attribute1 "attr32105") ) ) +(assert (myObject (attribute1 "attr32106") ) ) +(assert (myObject (attribute1 "attr32107") ) ) +(assert (myObject (attribute1 "attr32108") ) ) +(assert (myObject (attribute1 "attr32109") ) ) +(assert (myObject (attribute1 "attr32110") ) ) +(assert (myObject (attribute1 "attr32111") ) ) +(assert (myObject (attribute1 "attr32112") ) ) +(assert (myObject (attribute1 "attr32113") ) ) +(assert (myObject (attribute1 "attr32114") ) ) +(assert (myObject (attribute1 "attr32115") ) ) +(assert (myObject (attribute1 "attr32116") ) ) +(assert (myObject (attribute1 "attr32117") ) ) +(assert (myObject (attribute1 "attr32118") ) ) +(assert (myObject (attribute1 "attr32119") ) ) +(assert (myObject (attribute1 "attr32120") ) ) +(assert (myObject (attribute1 "attr32121") ) ) +(assert (myObject (attribute1 "attr32122") ) ) +(assert (myObject (attribute1 "attr32123") ) ) +(assert (myObject (attribute1 "attr32124") ) ) +(assert (myObject (attribute1 "attr32125") ) ) +(assert (myObject (attribute1 "attr32126") ) ) +(assert (myObject (attribute1 "attr32127") ) ) +(assert (myObject (attribute1 "attr32128") ) ) +(assert (myObject (attribute1 "attr32129") ) ) +(assert (myObject (attribute1 "attr32130") ) ) +(assert (myObject (attribute1 "attr32131") ) ) +(assert (myObject (attribute1 "attr32132") ) ) +(assert (myObject (attribute1 "attr32133") ) ) +(assert (myObject (attribute1 "attr32134") ) ) +(assert (myObject (attribute1 "attr32135") ) ) +(assert (myObject (attribute1 "attr32136") ) ) +(assert (myObject (attribute1 "attr32137") ) ) +(assert (myObject (attribute1 "attr32138") ) ) +(assert (myObject (attribute1 "attr32139") ) ) +(assert (myObject (attribute1 "attr32140") ) ) +(assert (myObject (attribute1 "attr32141") ) ) +(assert (myObject (attribute1 "attr32142") ) ) +(assert (myObject (attribute1 "attr32143") ) ) +(assert (myObject (attribute1 "attr32144") ) ) +(assert (myObject (attribute1 "attr32145") ) ) +(assert (myObject (attribute1 "attr32146") ) ) +(assert (myObject (attribute1 "attr32147") ) ) +(assert (myObject (attribute1 "attr32148") ) ) +(assert (myObject (attribute1 "attr32149") ) ) +(assert (myObject (attribute1 "attr32150") ) ) +(assert (myObject (attribute1 "attr32151") ) ) +(assert (myObject (attribute1 "attr32152") ) ) +(assert (myObject (attribute1 "attr32153") ) ) +(assert (myObject (attribute1 "attr32154") ) ) +(assert (myObject (attribute1 "attr32155") ) ) +(assert (myObject (attribute1 "attr32156") ) ) +(assert (myObject (attribute1 "attr32157") ) ) +(assert (myObject (attribute1 "attr32158") ) ) +(assert (myObject (attribute1 "attr32159") ) ) +(assert (myObject (attribute1 "attr32160") ) ) +(assert (myObject (attribute1 "attr32161") ) ) +(assert (myObject (attribute1 "attr32162") ) ) +(assert (myObject (attribute1 "attr32163") ) ) +(assert (myObject (attribute1 "attr32164") ) ) +(assert (myObject (attribute1 "attr32165") ) ) +(assert (myObject (attribute1 "attr32166") ) ) +(assert (myObject (attribute1 "attr32167") ) ) +(assert (myObject (attribute1 "attr32168") ) ) +(assert (myObject (attribute1 "attr32169") ) ) +(assert (myObject (attribute1 "attr32170") ) ) +(assert (myObject (attribute1 "attr32171") ) ) +(assert (myObject (attribute1 "attr32172") ) ) +(assert (myObject (attribute1 "attr32173") ) ) +(assert (myObject (attribute1 "attr32174") ) ) +(assert (myObject (attribute1 "attr32175") ) ) +(assert (myObject (attribute1 "attr32176") ) ) +(assert (myObject (attribute1 "attr32177") ) ) +(assert (myObject (attribute1 "attr32178") ) ) +(assert (myObject (attribute1 "attr32179") ) ) +(assert (myObject (attribute1 "attr32180") ) ) +(assert (myObject (attribute1 "attr32181") ) ) +(assert (myObject (attribute1 "attr32182") ) ) +(assert (myObject (attribute1 "attr32183") ) ) +(assert (myObject (attribute1 "attr32184") ) ) +(assert (myObject (attribute1 "attr32185") ) ) +(assert (myObject (attribute1 "attr32186") ) ) +(assert (myObject (attribute1 "attr32187") ) ) +(assert (myObject (attribute1 "attr32188") ) ) +(assert (myObject (attribute1 "attr32189") ) ) +(assert (myObject (attribute1 "attr32190") ) ) +(assert (myObject (attribute1 "attr32191") ) ) +(assert (myObject (attribute1 "attr32192") ) ) +(assert (myObject (attribute1 "attr32193") ) ) +(assert (myObject (attribute1 "attr32194") ) ) +(assert (myObject (attribute1 "attr32195") ) ) +(assert (myObject (attribute1 "attr32196") ) ) +(assert (myObject (attribute1 "attr32197") ) ) +(assert (myObject (attribute1 "attr32198") ) ) +(assert (myObject (attribute1 "attr32199") ) ) +(assert (myObject (attribute1 "attr32200") ) ) +(assert (myObject (attribute1 "attr32201") ) ) +(assert (myObject (attribute1 "attr32202") ) ) +(assert (myObject (attribute1 "attr32203") ) ) +(assert (myObject (attribute1 "attr32204") ) ) +(assert (myObject (attribute1 "attr32205") ) ) +(assert (myObject (attribute1 "attr32206") ) ) +(assert (myObject (attribute1 "attr32207") ) ) +(assert (myObject (attribute1 "attr32208") ) ) +(assert (myObject (attribute1 "attr32209") ) ) +(assert (myObject (attribute1 "attr32210") ) ) +(assert (myObject (attribute1 "attr32211") ) ) +(assert (myObject (attribute1 "attr32212") ) ) +(assert (myObject (attribute1 "attr32213") ) ) +(assert (myObject (attribute1 "attr32214") ) ) +(assert (myObject (attribute1 "attr32215") ) ) +(assert (myObject (attribute1 "attr32216") ) ) +(assert (myObject (attribute1 "attr32217") ) ) +(assert (myObject (attribute1 "attr32218") ) ) +(assert (myObject (attribute1 "attr32219") ) ) +(assert (myObject (attribute1 "attr32220") ) ) +(assert (myObject (attribute1 "attr32221") ) ) +(assert (myObject (attribute1 "attr32222") ) ) +(assert (myObject (attribute1 "attr32223") ) ) +(assert (myObject (attribute1 "attr32224") ) ) +(assert (myObject (attribute1 "attr32225") ) ) +(assert (myObject (attribute1 "attr32226") ) ) +(assert (myObject (attribute1 "attr32227") ) ) +(assert (myObject (attribute1 "attr32228") ) ) +(assert (myObject (attribute1 "attr32229") ) ) +(assert (myObject (attribute1 "attr32230") ) ) +(assert (myObject (attribute1 "attr32231") ) ) +(assert (myObject (attribute1 "attr32232") ) ) +(assert (myObject (attribute1 "attr32233") ) ) +(assert (myObject (attribute1 "attr32234") ) ) +(assert (myObject (attribute1 "attr32235") ) ) +(assert (myObject (attribute1 "attr32236") ) ) +(assert (myObject (attribute1 "attr32237") ) ) +(assert (myObject (attribute1 "attr32238") ) ) +(assert (myObject (attribute1 "attr32239") ) ) +(assert (myObject (attribute1 "attr32240") ) ) +(assert (myObject (attribute1 "attr32241") ) ) +(assert (myObject (attribute1 "attr32242") ) ) +(assert (myObject (attribute1 "attr32243") ) ) +(assert (myObject (attribute1 "attr32244") ) ) +(assert (myObject (attribute1 "attr32245") ) ) +(assert (myObject (attribute1 "attr32246") ) ) +(assert (myObject (attribute1 "attr32247") ) ) +(assert (myObject (attribute1 "attr32248") ) ) +(assert (myObject (attribute1 "attr32249") ) ) +(assert (myObject (attribute1 "attr32250") ) ) +(assert (myObject (attribute1 "attr32251") ) ) +(assert (myObject (attribute1 "attr32252") ) ) +(assert (myObject (attribute1 "attr32253") ) ) +(assert (myObject (attribute1 "attr32254") ) ) +(assert (myObject (attribute1 "attr32255") ) ) +(assert (myObject (attribute1 "attr32256") ) ) +(assert (myObject (attribute1 "attr32257") ) ) +(assert (myObject (attribute1 "attr32258") ) ) +(assert (myObject (attribute1 "attr32259") ) ) +(assert (myObject (attribute1 "attr32260") ) ) +(assert (myObject (attribute1 "attr32261") ) ) +(assert (myObject (attribute1 "attr32262") ) ) +(assert (myObject (attribute1 "attr32263") ) ) +(assert (myObject (attribute1 "attr32264") ) ) +(assert (myObject (attribute1 "attr32265") ) ) +(assert (myObject (attribute1 "attr32266") ) ) +(assert (myObject (attribute1 "attr32267") ) ) +(assert (myObject (attribute1 "attr32268") ) ) +(assert (myObject (attribute1 "attr32269") ) ) +(assert (myObject (attribute1 "attr32270") ) ) +(assert (myObject (attribute1 "attr32271") ) ) +(assert (myObject (attribute1 "attr32272") ) ) +(assert (myObject (attribute1 "attr32273") ) ) +(assert (myObject (attribute1 "attr32274") ) ) +(assert (myObject (attribute1 "attr32275") ) ) +(assert (myObject (attribute1 "attr32276") ) ) +(assert (myObject (attribute1 "attr32277") ) ) +(assert (myObject (attribute1 "attr32278") ) ) +(assert (myObject (attribute1 "attr32279") ) ) +(assert (myObject (attribute1 "attr32280") ) ) +(assert (myObject (attribute1 "attr32281") ) ) +(assert (myObject (attribute1 "attr32282") ) ) +(assert (myObject (attribute1 "attr32283") ) ) +(assert (myObject (attribute1 "attr32284") ) ) +(assert (myObject (attribute1 "attr32285") ) ) +(assert (myObject (attribute1 "attr32286") ) ) +(assert (myObject (attribute1 "attr32287") ) ) +(assert (myObject (attribute1 "attr32288") ) ) +(assert (myObject (attribute1 "attr32289") ) ) +(assert (myObject (attribute1 "attr32290") ) ) +(assert (myObject (attribute1 "attr32291") ) ) +(assert (myObject (attribute1 "attr32292") ) ) +(assert (myObject (attribute1 "attr32293") ) ) +(assert (myObject (attribute1 "attr32294") ) ) +(assert (myObject (attribute1 "attr32295") ) ) +(assert (myObject (attribute1 "attr32296") ) ) +(assert (myObject (attribute1 "attr32297") ) ) +(assert (myObject (attribute1 "attr32298") ) ) +(assert (myObject (attribute1 "attr32299") ) ) +(assert (myObject (attribute1 "attr32300") ) ) +(assert (myObject (attribute1 "attr32301") ) ) +(assert (myObject (attribute1 "attr32302") ) ) +(assert (myObject (attribute1 "attr32303") ) ) +(assert (myObject (attribute1 "attr32304") ) ) +(assert (myObject (attribute1 "attr32305") ) ) +(assert (myObject (attribute1 "attr32306") ) ) +(assert (myObject (attribute1 "attr32307") ) ) +(assert (myObject (attribute1 "attr32308") ) ) +(assert (myObject (attribute1 "attr32309") ) ) +(assert (myObject (attribute1 "attr32310") ) ) +(assert (myObject (attribute1 "attr32311") ) ) +(assert (myObject (attribute1 "attr32312") ) ) +(assert (myObject (attribute1 "attr32313") ) ) +(assert (myObject (attribute1 "attr32314") ) ) +(assert (myObject (attribute1 "attr32315") ) ) +(assert (myObject (attribute1 "attr32316") ) ) +(assert (myObject (attribute1 "attr32317") ) ) +(assert (myObject (attribute1 "attr32318") ) ) +(assert (myObject (attribute1 "attr32319") ) ) +(assert (myObject (attribute1 "attr32320") ) ) +(assert (myObject (attribute1 "attr32321") ) ) +(assert (myObject (attribute1 "attr32322") ) ) +(assert (myObject (attribute1 "attr32323") ) ) +(assert (myObject (attribute1 "attr32324") ) ) +(assert (myObject (attribute1 "attr32325") ) ) +(assert (myObject (attribute1 "attr32326") ) ) +(assert (myObject (attribute1 "attr32327") ) ) +(assert (myObject (attribute1 "attr32328") ) ) +(assert (myObject (attribute1 "attr32329") ) ) +(assert (myObject (attribute1 "attr32330") ) ) +(assert (myObject (attribute1 "attr32331") ) ) +(assert (myObject (attribute1 "attr32332") ) ) +(assert (myObject (attribute1 "attr32333") ) ) +(assert (myObject (attribute1 "attr32334") ) ) +(assert (myObject (attribute1 "attr32335") ) ) +(assert (myObject (attribute1 "attr32336") ) ) +(assert (myObject (attribute1 "attr32337") ) ) +(assert (myObject (attribute1 "attr32338") ) ) +(assert (myObject (attribute1 "attr32339") ) ) +(assert (myObject (attribute1 "attr32340") ) ) +(assert (myObject (attribute1 "attr32341") ) ) +(assert (myObject (attribute1 "attr32342") ) ) +(assert (myObject (attribute1 "attr32343") ) ) +(assert (myObject (attribute1 "attr32344") ) ) +(assert (myObject (attribute1 "attr32345") ) ) +(assert (myObject (attribute1 "attr32346") ) ) +(assert (myObject (attribute1 "attr32347") ) ) +(assert (myObject (attribute1 "attr32348") ) ) +(assert (myObject (attribute1 "attr32349") ) ) +(assert (myObject (attribute1 "attr32350") ) ) +(assert (myObject (attribute1 "attr32351") ) ) +(assert (myObject (attribute1 "attr32352") ) ) +(assert (myObject (attribute1 "attr32353") ) ) +(assert (myObject (attribute1 "attr32354") ) ) +(assert (myObject (attribute1 "attr32355") ) ) +(assert (myObject (attribute1 "attr32356") ) ) +(assert (myObject (attribute1 "attr32357") ) ) +(assert (myObject (attribute1 "attr32358") ) ) +(assert (myObject (attribute1 "attr32359") ) ) +(assert (myObject (attribute1 "attr32360") ) ) +(assert (myObject (attribute1 "attr32361") ) ) +(assert (myObject (attribute1 "attr32362") ) ) +(assert (myObject (attribute1 "attr32363") ) ) +(assert (myObject (attribute1 "attr32364") ) ) +(assert (myObject (attribute1 "attr32365") ) ) +(assert (myObject (attribute1 "attr32366") ) ) +(assert (myObject (attribute1 "attr32367") ) ) +(assert (myObject (attribute1 "attr32368") ) ) +(assert (myObject (attribute1 "attr32369") ) ) +(assert (myObject (attribute1 "attr32370") ) ) +(assert (myObject (attribute1 "attr32371") ) ) +(assert (myObject (attribute1 "attr32372") ) ) +(assert (myObject (attribute1 "attr32373") ) ) +(assert (myObject (attribute1 "attr32374") ) ) +(assert (myObject (attribute1 "attr32375") ) ) +(assert (myObject (attribute1 "attr32376") ) ) +(assert (myObject (attribute1 "attr32377") ) ) +(assert (myObject (attribute1 "attr32378") ) ) +(assert (myObject (attribute1 "attr32379") ) ) +(assert (myObject (attribute1 "attr32380") ) ) +(assert (myObject (attribute1 "attr32381") ) ) +(assert (myObject (attribute1 "attr32382") ) ) +(assert (myObject (attribute1 "attr32383") ) ) +(assert (myObject (attribute1 "attr32384") ) ) +(assert (myObject (attribute1 "attr32385") ) ) +(assert (myObject (attribute1 "attr32386") ) ) +(assert (myObject (attribute1 "attr32387") ) ) +(assert (myObject (attribute1 "attr32388") ) ) +(assert (myObject (attribute1 "attr32389") ) ) +(assert (myObject (attribute1 "attr32390") ) ) +(assert (myObject (attribute1 "attr32391") ) ) +(assert (myObject (attribute1 "attr32392") ) ) +(assert (myObject (attribute1 "attr32393") ) ) +(assert (myObject (attribute1 "attr32394") ) ) +(assert (myObject (attribute1 "attr32395") ) ) +(assert (myObject (attribute1 "attr32396") ) ) +(assert (myObject (attribute1 "attr32397") ) ) +(assert (myObject (attribute1 "attr32398") ) ) +(assert (myObject (attribute1 "attr32399") ) ) +(assert (myObject (attribute1 "attr32400") ) ) +(assert (myObject (attribute1 "attr32401") ) ) +(assert (myObject (attribute1 "attr32402") ) ) +(assert (myObject (attribute1 "attr32403") ) ) +(assert (myObject (attribute1 "attr32404") ) ) +(assert (myObject (attribute1 "attr32405") ) ) +(assert (myObject (attribute1 "attr32406") ) ) +(assert (myObject (attribute1 "attr32407") ) ) +(assert (myObject (attribute1 "attr32408") ) ) +(assert (myObject (attribute1 "attr32409") ) ) +(assert (myObject (attribute1 "attr32410") ) ) +(assert (myObject (attribute1 "attr32411") ) ) +(assert (myObject (attribute1 "attr32412") ) ) +(assert (myObject (attribute1 "attr32413") ) ) +(assert (myObject (attribute1 "attr32414") ) ) +(assert (myObject (attribute1 "attr32415") ) ) +(assert (myObject (attribute1 "attr32416") ) ) +(assert (myObject (attribute1 "attr32417") ) ) +(assert (myObject (attribute1 "attr32418") ) ) +(assert (myObject (attribute1 "attr32419") ) ) +(assert (myObject (attribute1 "attr32420") ) ) +(assert (myObject (attribute1 "attr32421") ) ) +(assert (myObject (attribute1 "attr32422") ) ) +(assert (myObject (attribute1 "attr32423") ) ) +(assert (myObject (attribute1 "attr32424") ) ) +(assert (myObject (attribute1 "attr32425") ) ) +(assert (myObject (attribute1 "attr32426") ) ) +(assert (myObject (attribute1 "attr32427") ) ) +(assert (myObject (attribute1 "attr32428") ) ) +(assert (myObject (attribute1 "attr32429") ) ) +(assert (myObject (attribute1 "attr32430") ) ) +(assert (myObject (attribute1 "attr32431") ) ) +(assert (myObject (attribute1 "attr32432") ) ) +(assert (myObject (attribute1 "attr32433") ) ) +(assert (myObject (attribute1 "attr32434") ) ) +(assert (myObject (attribute1 "attr32435") ) ) +(assert (myObject (attribute1 "attr32436") ) ) +(assert (myObject (attribute1 "attr32437") ) ) +(assert (myObject (attribute1 "attr32438") ) ) +(assert (myObject (attribute1 "attr32439") ) ) +(assert (myObject (attribute1 "attr32440") ) ) +(assert (myObject (attribute1 "attr32441") ) ) +(assert (myObject (attribute1 "attr32442") ) ) +(assert (myObject (attribute1 "attr32443") ) ) +(assert (myObject (attribute1 "attr32444") ) ) +(assert (myObject (attribute1 "attr32445") ) ) +(assert (myObject (attribute1 "attr32446") ) ) +(assert (myObject (attribute1 "attr32447") ) ) +(assert (myObject (attribute1 "attr32448") ) ) +(assert (myObject (attribute1 "attr32449") ) ) +(assert (myObject (attribute1 "attr32450") ) ) +(assert (myObject (attribute1 "attr32451") ) ) +(assert (myObject (attribute1 "attr32452") ) ) +(assert (myObject (attribute1 "attr32453") ) ) +(assert (myObject (attribute1 "attr32454") ) ) +(assert (myObject (attribute1 "attr32455") ) ) +(assert (myObject (attribute1 "attr32456") ) ) +(assert (myObject (attribute1 "attr32457") ) ) +(assert (myObject (attribute1 "attr32458") ) ) +(assert (myObject (attribute1 "attr32459") ) ) +(assert (myObject (attribute1 "attr32460") ) ) +(assert (myObject (attribute1 "attr32461") ) ) +(assert (myObject (attribute1 "attr32462") ) ) +(assert (myObject (attribute1 "attr32463") ) ) +(assert (myObject (attribute1 "attr32464") ) ) +(assert (myObject (attribute1 "attr32465") ) ) +(assert (myObject (attribute1 "attr32466") ) ) +(assert (myObject (attribute1 "attr32467") ) ) +(assert (myObject (attribute1 "attr32468") ) ) +(assert (myObject (attribute1 "attr32469") ) ) +(assert (myObject (attribute1 "attr32470") ) ) +(assert (myObject (attribute1 "attr32471") ) ) +(assert (myObject (attribute1 "attr32472") ) ) +(assert (myObject (attribute1 "attr32473") ) ) +(assert (myObject (attribute1 "attr32474") ) ) +(assert (myObject (attribute1 "attr32475") ) ) +(assert (myObject (attribute1 "attr32476") ) ) +(assert (myObject (attribute1 "attr32477") ) ) +(assert (myObject (attribute1 "attr32478") ) ) +(assert (myObject (attribute1 "attr32479") ) ) +(assert (myObject (attribute1 "attr32480") ) ) +(assert (myObject (attribute1 "attr32481") ) ) +(assert (myObject (attribute1 "attr32482") ) ) +(assert (myObject (attribute1 "attr32483") ) ) +(assert (myObject (attribute1 "attr32484") ) ) +(assert (myObject (attribute1 "attr32485") ) ) +(assert (myObject (attribute1 "attr32486") ) ) +(assert (myObject (attribute1 "attr32487") ) ) +(assert (myObject (attribute1 "attr32488") ) ) +(assert (myObject (attribute1 "attr32489") ) ) +(assert (myObject (attribute1 "attr32490") ) ) +(assert (myObject (attribute1 "attr32491") ) ) +(assert (myObject (attribute1 "attr32492") ) ) +(assert (myObject (attribute1 "attr32493") ) ) +(assert (myObject (attribute1 "attr32494") ) ) +(assert (myObject (attribute1 "attr32495") ) ) +(assert (myObject (attribute1 "attr32496") ) ) +(assert (myObject (attribute1 "attr32497") ) ) +(assert (myObject (attribute1 "attr32498") ) ) +(assert (myObject (attribute1 "attr32499") ) ) +(assert (myObject (attribute1 "attr32500") ) ) +(assert (myObject (attribute1 "attr32501") ) ) +(assert (myObject (attribute1 "attr32502") ) ) +(assert (myObject (attribute1 "attr32503") ) ) +(assert (myObject (attribute1 "attr32504") ) ) +(assert (myObject (attribute1 "attr32505") ) ) +(assert (myObject (attribute1 "attr32506") ) ) +(assert (myObject (attribute1 "attr32507") ) ) +(assert (myObject (attribute1 "attr32508") ) ) +(assert (myObject (attribute1 "attr32509") ) ) +(assert (myObject (attribute1 "attr32510") ) ) +(assert (myObject (attribute1 "attr32511") ) ) +(assert (myObject (attribute1 "attr32512") ) ) +(assert (myObject (attribute1 "attr32513") ) ) +(assert (myObject (attribute1 "attr32514") ) ) +(assert (myObject (attribute1 "attr32515") ) ) +(assert (myObject (attribute1 "attr32516") ) ) +(assert (myObject (attribute1 "attr32517") ) ) +(assert (myObject (attribute1 "attr32518") ) ) +(assert (myObject (attribute1 "attr32519") ) ) +(assert (myObject (attribute1 "attr32520") ) ) +(assert (myObject (attribute1 "attr32521") ) ) +(assert (myObject (attribute1 "attr32522") ) ) +(assert (myObject (attribute1 "attr32523") ) ) +(assert (myObject (attribute1 "attr32524") ) ) +(assert (myObject (attribute1 "attr32525") ) ) +(assert (myObject (attribute1 "attr32526") ) ) +(assert (myObject (attribute1 "attr32527") ) ) +(assert (myObject (attribute1 "attr32528") ) ) +(assert (myObject (attribute1 "attr32529") ) ) +(assert (myObject (attribute1 "attr32530") ) ) +(assert (myObject (attribute1 "attr32531") ) ) +(assert (myObject (attribute1 "attr32532") ) ) +(assert (myObject (attribute1 "attr32533") ) ) +(assert (myObject (attribute1 "attr32534") ) ) +(assert (myObject (attribute1 "attr32535") ) ) +(assert (myObject (attribute1 "attr32536") ) ) +(assert (myObject (attribute1 "attr32537") ) ) +(assert (myObject (attribute1 "attr32538") ) ) +(assert (myObject (attribute1 "attr32539") ) ) +(assert (myObject (attribute1 "attr32540") ) ) +(assert (myObject (attribute1 "attr32541") ) ) +(assert (myObject (attribute1 "attr32542") ) ) +(assert (myObject (attribute1 "attr32543") ) ) +(assert (myObject (attribute1 "attr32544") ) ) +(assert (myObject (attribute1 "attr32545") ) ) +(assert (myObject (attribute1 "attr32546") ) ) +(assert (myObject (attribute1 "attr32547") ) ) +(assert (myObject (attribute1 "attr32548") ) ) +(assert (myObject (attribute1 "attr32549") ) ) +(assert (myObject (attribute1 "attr32550") ) ) +(assert (myObject (attribute1 "attr32551") ) ) +(assert (myObject (attribute1 "attr32552") ) ) +(assert (myObject (attribute1 "attr32553") ) ) +(assert (myObject (attribute1 "attr32554") ) ) +(assert (myObject (attribute1 "attr32555") ) ) +(assert (myObject (attribute1 "attr32556") ) ) +(assert (myObject (attribute1 "attr32557") ) ) +(assert (myObject (attribute1 "attr32558") ) ) +(assert (myObject (attribute1 "attr32559") ) ) +(assert (myObject (attribute1 "attr32560") ) ) +(assert (myObject (attribute1 "attr32561") ) ) +(assert (myObject (attribute1 "attr32562") ) ) +(assert (myObject (attribute1 "attr32563") ) ) +(assert (myObject (attribute1 "attr32564") ) ) +(assert (myObject (attribute1 "attr32565") ) ) +(assert (myObject (attribute1 "attr32566") ) ) +(assert (myObject (attribute1 "attr32567") ) ) +(assert (myObject (attribute1 "attr32568") ) ) +(assert (myObject (attribute1 "attr32569") ) ) +(assert (myObject (attribute1 "attr32570") ) ) +(assert (myObject (attribute1 "attr32571") ) ) +(assert (myObject (attribute1 "attr32572") ) ) +(assert (myObject (attribute1 "attr32573") ) ) +(assert (myObject (attribute1 "attr32574") ) ) +(assert (myObject (attribute1 "attr32575") ) ) +(assert (myObject (attribute1 "attr32576") ) ) +(assert (myObject (attribute1 "attr32577") ) ) +(assert (myObject (attribute1 "attr32578") ) ) +(assert (myObject (attribute1 "attr32579") ) ) +(assert (myObject (attribute1 "attr32580") ) ) +(assert (myObject (attribute1 "attr32581") ) ) +(assert (myObject (attribute1 "attr32582") ) ) +(assert (myObject (attribute1 "attr32583") ) ) +(assert (myObject (attribute1 "attr32584") ) ) +(assert (myObject (attribute1 "attr32585") ) ) +(assert (myObject (attribute1 "attr32586") ) ) +(assert (myObject (attribute1 "attr32587") ) ) +(assert (myObject (attribute1 "attr32588") ) ) +(assert (myObject (attribute1 "attr32589") ) ) +(assert (myObject (attribute1 "attr32590") ) ) +(assert (myObject (attribute1 "attr32591") ) ) +(assert (myObject (attribute1 "attr32592") ) ) +(assert (myObject (attribute1 "attr32593") ) ) +(assert (myObject (attribute1 "attr32594") ) ) +(assert (myObject (attribute1 "attr32595") ) ) +(assert (myObject (attribute1 "attr32596") ) ) +(assert (myObject (attribute1 "attr32597") ) ) +(assert (myObject (attribute1 "attr32598") ) ) +(assert (myObject (attribute1 "attr32599") ) ) +(assert (myObject (attribute1 "attr32600") ) ) +(assert (myObject (attribute1 "attr32601") ) ) +(assert (myObject (attribute1 "attr32602") ) ) +(assert (myObject (attribute1 "attr32603") ) ) +(assert (myObject (attribute1 "attr32604") ) ) +(assert (myObject (attribute1 "attr32605") ) ) +(assert (myObject (attribute1 "attr32606") ) ) +(assert (myObject (attribute1 "attr32607") ) ) +(assert (myObject (attribute1 "attr32608") ) ) +(assert (myObject (attribute1 "attr32609") ) ) +(assert (myObject (attribute1 "attr32610") ) ) +(assert (myObject (attribute1 "attr32611") ) ) +(assert (myObject (attribute1 "attr32612") ) ) +(assert (myObject (attribute1 "attr32613") ) ) +(assert (myObject (attribute1 "attr32614") ) ) +(assert (myObject (attribute1 "attr32615") ) ) +(assert (myObject (attribute1 "attr32616") ) ) +(assert (myObject (attribute1 "attr32617") ) ) +(assert (myObject (attribute1 "attr32618") ) ) +(assert (myObject (attribute1 "attr32619") ) ) +(assert (myObject (attribute1 "attr32620") ) ) +(assert (myObject (attribute1 "attr32621") ) ) +(assert (myObject (attribute1 "attr32622") ) ) +(assert (myObject (attribute1 "attr32623") ) ) +(assert (myObject (attribute1 "attr32624") ) ) +(assert (myObject (attribute1 "attr32625") ) ) +(assert (myObject (attribute1 "attr32626") ) ) +(assert (myObject (attribute1 "attr32627") ) ) +(assert (myObject (attribute1 "attr32628") ) ) +(assert (myObject (attribute1 "attr32629") ) ) +(assert (myObject (attribute1 "attr32630") ) ) +(assert (myObject (attribute1 "attr32631") ) ) +(assert (myObject (attribute1 "attr32632") ) ) +(assert (myObject (attribute1 "attr32633") ) ) +(assert (myObject (attribute1 "attr32634") ) ) +(assert (myObject (attribute1 "attr32635") ) ) +(assert (myObject (attribute1 "attr32636") ) ) +(assert (myObject (attribute1 "attr32637") ) ) +(assert (myObject (attribute1 "attr32638") ) ) +(assert (myObject (attribute1 "attr32639") ) ) +(assert (myObject (attribute1 "attr32640") ) ) +(assert (myObject (attribute1 "attr32641") ) ) +(assert (myObject (attribute1 "attr32642") ) ) +(assert (myObject (attribute1 "attr32643") ) ) +(assert (myObject (attribute1 "attr32644") ) ) +(assert (myObject (attribute1 "attr32645") ) ) +(assert (myObject (attribute1 "attr32646") ) ) +(assert (myObject (attribute1 "attr32647") ) ) +(assert (myObject (attribute1 "attr32648") ) ) +(assert (myObject (attribute1 "attr32649") ) ) +(assert (myObject (attribute1 "attr32650") ) ) +(assert (myObject (attribute1 "attr32651") ) ) +(assert (myObject (attribute1 "attr32652") ) ) +(assert (myObject (attribute1 "attr32653") ) ) +(assert (myObject (attribute1 "attr32654") ) ) +(assert (myObject (attribute1 "attr32655") ) ) +(assert (myObject (attribute1 "attr32656") ) ) +(assert (myObject (attribute1 "attr32657") ) ) +(assert (myObject (attribute1 "attr32658") ) ) +(assert (myObject (attribute1 "attr32659") ) ) +(assert (myObject (attribute1 "attr32660") ) ) +(assert (myObject (attribute1 "attr32661") ) ) +(assert (myObject (attribute1 "attr32662") ) ) +(assert (myObject (attribute1 "attr32663") ) ) +(assert (myObject (attribute1 "attr32664") ) ) +(assert (myObject (attribute1 "attr32665") ) ) +(assert (myObject (attribute1 "attr32666") ) ) +(assert (myObject (attribute1 "attr32667") ) ) +(assert (myObject (attribute1 "attr32668") ) ) +(assert (myObject (attribute1 "attr32669") ) ) +(assert (myObject (attribute1 "attr32670") ) ) +(assert (myObject (attribute1 "attr32671") ) ) +(assert (myObject (attribute1 "attr32672") ) ) +(assert (myObject (attribute1 "attr32673") ) ) +(assert (myObject (attribute1 "attr32674") ) ) +(assert (myObject (attribute1 "attr32675") ) ) +(assert (myObject (attribute1 "attr32676") ) ) +(assert (myObject (attribute1 "attr32677") ) ) +(assert (myObject (attribute1 "attr32678") ) ) +(assert (myObject (attribute1 "attr32679") ) ) +(assert (myObject (attribute1 "attr32680") ) ) +(assert (myObject (attribute1 "attr32681") ) ) +(assert (myObject (attribute1 "attr32682") ) ) +(assert (myObject (attribute1 "attr32683") ) ) +(assert (myObject (attribute1 "attr32684") ) ) +(assert (myObject (attribute1 "attr32685") ) ) +(assert (myObject (attribute1 "attr32686") ) ) +(assert (myObject (attribute1 "attr32687") ) ) +(assert (myObject (attribute1 "attr32688") ) ) +(assert (myObject (attribute1 "attr32689") ) ) +(assert (myObject (attribute1 "attr32690") ) ) +(assert (myObject (attribute1 "attr32691") ) ) +(assert (myObject (attribute1 "attr32692") ) ) +(assert (myObject (attribute1 "attr32693") ) ) +(assert (myObject (attribute1 "attr32694") ) ) +(assert (myObject (attribute1 "attr32695") ) ) +(assert (myObject (attribute1 "attr32696") ) ) +(assert (myObject (attribute1 "attr32697") ) ) +(assert (myObject (attribute1 "attr32698") ) ) +(assert (myObject (attribute1 "attr32699") ) ) +(assert (myObject (attribute1 "attr32700") ) ) +(assert (myObject (attribute1 "attr32701") ) ) +(assert (myObject (attribute1 "attr32702") ) ) +(assert (myObject (attribute1 "attr32703") ) ) +(assert (myObject (attribute1 "attr32704") ) ) +(assert (myObject (attribute1 "attr32705") ) ) +(assert (myObject (attribute1 "attr32706") ) ) +(assert (myObject (attribute1 "attr32707") ) ) +(assert (myObject (attribute1 "attr32708") ) ) +(assert (myObject (attribute1 "attr32709") ) ) +(assert (myObject (attribute1 "attr32710") ) ) +(assert (myObject (attribute1 "attr32711") ) ) +(assert (myObject (attribute1 "attr32712") ) ) +(assert (myObject (attribute1 "attr32713") ) ) +(assert (myObject (attribute1 "attr32714") ) ) +(assert (myObject (attribute1 "attr32715") ) ) +(assert (myObject (attribute1 "attr32716") ) ) +(assert (myObject (attribute1 "attr32717") ) ) +(assert (myObject (attribute1 "attr32718") ) ) +(assert (myObject (attribute1 "attr32719") ) ) +(assert (myObject (attribute1 "attr32720") ) ) +(assert (myObject (attribute1 "attr32721") ) ) +(assert (myObject (attribute1 "attr32722") ) ) +(assert (myObject (attribute1 "attr32723") ) ) +(assert (myObject (attribute1 "attr32724") ) ) +(assert (myObject (attribute1 "attr32725") ) ) +(assert (myObject (attribute1 "attr32726") ) ) +(assert (myObject (attribute1 "attr32727") ) ) +(assert (myObject (attribute1 "attr32728") ) ) +(assert (myObject (attribute1 "attr32729") ) ) +(assert (myObject (attribute1 "attr32730") ) ) +(assert (myObject (attribute1 "attr32731") ) ) +(assert (myObject (attribute1 "attr32732") ) ) +(assert (myObject (attribute1 "attr32733") ) ) +(assert (myObject (attribute1 "attr32734") ) ) +(assert (myObject (attribute1 "attr32735") ) ) +(assert (myObject (attribute1 "attr32736") ) ) +(assert (myObject (attribute1 "attr32737") ) ) +(assert (myObject (attribute1 "attr32738") ) ) +(assert (myObject (attribute1 "attr32739") ) ) +(assert (myObject (attribute1 "attr32740") ) ) +(assert (myObject (attribute1 "attr32741") ) ) +(assert (myObject (attribute1 "attr32742") ) ) +(assert (myObject (attribute1 "attr32743") ) ) +(assert (myObject (attribute1 "attr32744") ) ) +(assert (myObject (attribute1 "attr32745") ) ) +(assert (myObject (attribute1 "attr32746") ) ) +(assert (myObject (attribute1 "attr32747") ) ) +(assert (myObject (attribute1 "attr32748") ) ) +(assert (myObject (attribute1 "attr32749") ) ) +(assert (myObject (attribute1 "attr32750") ) ) +(assert (myObject (attribute1 "attr32751") ) ) +(assert (myObject (attribute1 "attr32752") ) ) +(assert (myObject (attribute1 "attr32753") ) ) +(assert (myObject (attribute1 "attr32754") ) ) +(assert (myObject (attribute1 "attr32755") ) ) +(assert (myObject (attribute1 "attr32756") ) ) +(assert (myObject (attribute1 "attr32757") ) ) +(assert (myObject (attribute1 "attr32758") ) ) +(assert (myObject (attribute1 "attr32759") ) ) +(assert (myObject (attribute1 "attr32760") ) ) +(assert (myObject (attribute1 "attr32761") ) ) +(assert (myObject (attribute1 "attr32762") ) ) +(assert (myObject (attribute1 "attr32763") ) ) +(assert (myObject (attribute1 "attr32764") ) ) +(assert (myObject (attribute1 "attr32765") ) ) +(assert (myObject (attribute1 "attr32766") ) ) +(assert (myObject (attribute1 "attr32767") ) ) +(assert (myObject (attribute1 "attr32768") ) ) +(assert (myObject (attribute1 "attr32769") ) ) +(assert (myObject (attribute1 "attr32770") ) ) +(assert (myObject (attribute1 "attr32771") ) ) +(assert (myObject (attribute1 "attr32772") ) ) +(assert (myObject (attribute1 "attr32773") ) ) +(assert (myObject (attribute1 "attr32774") ) ) +(assert (myObject (attribute1 "attr32775") ) ) +(assert (myObject (attribute1 "attr32776") ) ) +(assert (myObject (attribute1 "attr32777") ) ) +(assert (myObject (attribute1 "attr32778") ) ) +(assert (myObject (attribute1 "attr32779") ) ) +(assert (myObject (attribute1 "attr32780") ) ) +(assert (myObject (attribute1 "attr32781") ) ) +(assert (myObject (attribute1 "attr32782") ) ) +(assert (myObject (attribute1 "attr32783") ) ) +(assert (myObject (attribute1 "attr32784") ) ) +(assert (myObject (attribute1 "attr32785") ) ) +(assert (myObject (attribute1 "attr32786") ) ) +(assert (myObject (attribute1 "attr32787") ) ) +(assert (myObject (attribute1 "attr32788") ) ) +(assert (myObject (attribute1 "attr32789") ) ) +(assert (myObject (attribute1 "attr32790") ) ) +(assert (myObject (attribute1 "attr32791") ) ) +(assert (myObject (attribute1 "attr32792") ) ) +(assert (myObject (attribute1 "attr32793") ) ) +(assert (myObject (attribute1 "attr32794") ) ) +(assert (myObject (attribute1 "attr32795") ) ) +(assert (myObject (attribute1 "attr32796") ) ) +(assert (myObject (attribute1 "attr32797") ) ) +(assert (myObject (attribute1 "attr32798") ) ) +(assert (myObject (attribute1 "attr32799") ) ) +(assert (myObject (attribute1 "attr32800") ) ) +(assert (myObject (attribute1 "attr32801") ) ) +(assert (myObject (attribute1 "attr32802") ) ) +(assert (myObject (attribute1 "attr32803") ) ) +(assert (myObject (attribute1 "attr32804") ) ) +(assert (myObject (attribute1 "attr32805") ) ) +(assert (myObject (attribute1 "attr32806") ) ) +(assert (myObject (attribute1 "attr32807") ) ) +(assert (myObject (attribute1 "attr32808") ) ) +(assert (myObject (attribute1 "attr32809") ) ) +(assert (myObject (attribute1 "attr32810") ) ) +(assert (myObject (attribute1 "attr32811") ) ) +(assert (myObject (attribute1 "attr32812") ) ) +(assert (myObject (attribute1 "attr32813") ) ) +(assert (myObject (attribute1 "attr32814") ) ) +(assert (myObject (attribute1 "attr32815") ) ) +(assert (myObject (attribute1 "attr32816") ) ) +(assert (myObject (attribute1 "attr32817") ) ) +(assert (myObject (attribute1 "attr32818") ) ) +(assert (myObject (attribute1 "attr32819") ) ) +(assert (myObject (attribute1 "attr32820") ) ) +(assert (myObject (attribute1 "attr32821") ) ) +(assert (myObject (attribute1 "attr32822") ) ) +(assert (myObject (attribute1 "attr32823") ) ) +(assert (myObject (attribute1 "attr32824") ) ) +(assert (myObject (attribute1 "attr32825") ) ) +(assert (myObject (attribute1 "attr32826") ) ) +(assert (myObject (attribute1 "attr32827") ) ) +(assert (myObject (attribute1 "attr32828") ) ) +(assert (myObject (attribute1 "attr32829") ) ) +(assert (myObject (attribute1 "attr32830") ) ) +(assert (myObject (attribute1 "attr32831") ) ) +(assert (myObject (attribute1 "attr32832") ) ) +(assert (myObject (attribute1 "attr32833") ) ) +(assert (myObject (attribute1 "attr32834") ) ) +(assert (myObject (attribute1 "attr32835") ) ) +(assert (myObject (attribute1 "attr32836") ) ) +(assert (myObject (attribute1 "attr32837") ) ) +(assert (myObject (attribute1 "attr32838") ) ) +(assert (myObject (attribute1 "attr32839") ) ) +(assert (myObject (attribute1 "attr32840") ) ) +(assert (myObject (attribute1 "attr32841") ) ) +(assert (myObject (attribute1 "attr32842") ) ) +(assert (myObject (attribute1 "attr32843") ) ) +(assert (myObject (attribute1 "attr32844") ) ) +(assert (myObject (attribute1 "attr32845") ) ) +(assert (myObject (attribute1 "attr32846") ) ) +(assert (myObject (attribute1 "attr32847") ) ) +(assert (myObject (attribute1 "attr32848") ) ) +(assert (myObject (attribute1 "attr32849") ) ) +(assert (myObject (attribute1 "attr32850") ) ) +(assert (myObject (attribute1 "attr32851") ) ) +(assert (myObject (attribute1 "attr32852") ) ) +(assert (myObject (attribute1 "attr32853") ) ) +(assert (myObject (attribute1 "attr32854") ) ) +(assert (myObject (attribute1 "attr32855") ) ) +(assert (myObject (attribute1 "attr32856") ) ) +(assert (myObject (attribute1 "attr32857") ) ) +(assert (myObject (attribute1 "attr32858") ) ) +(assert (myObject (attribute1 "attr32859") ) ) +(assert (myObject (attribute1 "attr32860") ) ) +(assert (myObject (attribute1 "attr32861") ) ) +(assert (myObject (attribute1 "attr32862") ) ) +(assert (myObject (attribute1 "attr32863") ) ) +(assert (myObject (attribute1 "attr32864") ) ) +(assert (myObject (attribute1 "attr32865") ) ) +(assert (myObject (attribute1 "attr32866") ) ) +(assert (myObject (attribute1 "attr32867") ) ) +(assert (myObject (attribute1 "attr32868") ) ) +(assert (myObject (attribute1 "attr32869") ) ) +(assert (myObject (attribute1 "attr32870") ) ) +(assert (myObject (attribute1 "attr32871") ) ) +(assert (myObject (attribute1 "attr32872") ) ) +(assert (myObject (attribute1 "attr32873") ) ) +(assert (myObject (attribute1 "attr32874") ) ) +(assert (myObject (attribute1 "attr32875") ) ) +(assert (myObject (attribute1 "attr32876") ) ) +(assert (myObject (attribute1 "attr32877") ) ) +(assert (myObject (attribute1 "attr32878") ) ) +(assert (myObject (attribute1 "attr32879") ) ) +(assert (myObject (attribute1 "attr32880") ) ) +(assert (myObject (attribute1 "attr32881") ) ) +(assert (myObject (attribute1 "attr32882") ) ) +(assert (myObject (attribute1 "attr32883") ) ) +(assert (myObject (attribute1 "attr32884") ) ) +(assert (myObject (attribute1 "attr32885") ) ) +(assert (myObject (attribute1 "attr32886") ) ) +(assert (myObject (attribute1 "attr32887") ) ) +(assert (myObject (attribute1 "attr32888") ) ) +(assert (myObject (attribute1 "attr32889") ) ) +(assert (myObject (attribute1 "attr32890") ) ) +(assert (myObject (attribute1 "attr32891") ) ) +(assert (myObject (attribute1 "attr32892") ) ) +(assert (myObject (attribute1 "attr32893") ) ) +(assert (myObject (attribute1 "attr32894") ) ) +(assert (myObject (attribute1 "attr32895") ) ) +(assert (myObject (attribute1 "attr32896") ) ) +(assert (myObject (attribute1 "attr32897") ) ) +(assert (myObject (attribute1 "attr32898") ) ) +(assert (myObject (attribute1 "attr32899") ) ) +(assert (myObject (attribute1 "attr32900") ) ) +(assert (myObject (attribute1 "attr32901") ) ) +(assert (myObject (attribute1 "attr32902") ) ) +(assert (myObject (attribute1 "attr32903") ) ) +(assert (myObject (attribute1 "attr32904") ) ) +(assert (myObject (attribute1 "attr32905") ) ) +(assert (myObject (attribute1 "attr32906") ) ) +(assert (myObject (attribute1 "attr32907") ) ) +(assert (myObject (attribute1 "attr32908") ) ) +(assert (myObject (attribute1 "attr32909") ) ) +(assert (myObject (attribute1 "attr32910") ) ) +(assert (myObject (attribute1 "attr32911") ) ) +(assert (myObject (attribute1 "attr32912") ) ) +(assert (myObject (attribute1 "attr32913") ) ) +(assert (myObject (attribute1 "attr32914") ) ) +(assert (myObject (attribute1 "attr32915") ) ) +(assert (myObject (attribute1 "attr32916") ) ) +(assert (myObject (attribute1 "attr32917") ) ) +(assert (myObject (attribute1 "attr32918") ) ) +(assert (myObject (attribute1 "attr32919") ) ) +(assert (myObject (attribute1 "attr32920") ) ) +(assert (myObject (attribute1 "attr32921") ) ) +(assert (myObject (attribute1 "attr32922") ) ) +(assert (myObject (attribute1 "attr32923") ) ) +(assert (myObject (attribute1 "attr32924") ) ) +(assert (myObject (attribute1 "attr32925") ) ) +(assert (myObject (attribute1 "attr32926") ) ) +(assert (myObject (attribute1 "attr32927") ) ) +(assert (myObject (attribute1 "attr32928") ) ) +(assert (myObject (attribute1 "attr32929") ) ) +(assert (myObject (attribute1 "attr32930") ) ) +(assert (myObject (attribute1 "attr32931") ) ) +(assert (myObject (attribute1 "attr32932") ) ) +(assert (myObject (attribute1 "attr32933") ) ) +(assert (myObject (attribute1 "attr32934") ) ) +(assert (myObject (attribute1 "attr32935") ) ) +(assert (myObject (attribute1 "attr32936") ) ) +(assert (myObject (attribute1 "attr32937") ) ) +(assert (myObject (attribute1 "attr32938") ) ) +(assert (myObject (attribute1 "attr32939") ) ) +(assert (myObject (attribute1 "attr32940") ) ) +(assert (myObject (attribute1 "attr32941") ) ) +(assert (myObject (attribute1 "attr32942") ) ) +(assert (myObject (attribute1 "attr32943") ) ) +(assert (myObject (attribute1 "attr32944") ) ) +(assert (myObject (attribute1 "attr32945") ) ) +(assert (myObject (attribute1 "attr32946") ) ) +(assert (myObject (attribute1 "attr32947") ) ) +(assert (myObject (attribute1 "attr32948") ) ) +(assert (myObject (attribute1 "attr32949") ) ) +(assert (myObject (attribute1 "attr32950") ) ) +(assert (myObject (attribute1 "attr32951") ) ) +(assert (myObject (attribute1 "attr32952") ) ) +(assert (myObject (attribute1 "attr32953") ) ) +(assert (myObject (attribute1 "attr32954") ) ) +(assert (myObject (attribute1 "attr32955") ) ) +(assert (myObject (attribute1 "attr32956") ) ) +(assert (myObject (attribute1 "attr32957") ) ) +(assert (myObject (attribute1 "attr32958") ) ) +(assert (myObject (attribute1 "attr32959") ) ) +(assert (myObject (attribute1 "attr32960") ) ) +(assert (myObject (attribute1 "attr32961") ) ) +(assert (myObject (attribute1 "attr32962") ) ) +(assert (myObject (attribute1 "attr32963") ) ) +(assert (myObject (attribute1 "attr32964") ) ) +(assert (myObject (attribute1 "attr32965") ) ) +(assert (myObject (attribute1 "attr32966") ) ) +(assert (myObject (attribute1 "attr32967") ) ) +(assert (myObject (attribute1 "attr32968") ) ) +(assert (myObject (attribute1 "attr32969") ) ) +(assert (myObject (attribute1 "attr32970") ) ) +(assert (myObject (attribute1 "attr32971") ) ) +(assert (myObject (attribute1 "attr32972") ) ) +(assert (myObject (attribute1 "attr32973") ) ) +(assert (myObject (attribute1 "attr32974") ) ) +(assert (myObject (attribute1 "attr32975") ) ) +(assert (myObject (attribute1 "attr32976") ) ) +(assert (myObject (attribute1 "attr32977") ) ) +(assert (myObject (attribute1 "attr32978") ) ) +(assert (myObject (attribute1 "attr32979") ) ) +(assert (myObject (attribute1 "attr32980") ) ) +(assert (myObject (attribute1 "attr32981") ) ) +(assert (myObject (attribute1 "attr32982") ) ) +(assert (myObject (attribute1 "attr32983") ) ) +(assert (myObject (attribute1 "attr32984") ) ) +(assert (myObject (attribute1 "attr32985") ) ) +(assert (myObject (attribute1 "attr32986") ) ) +(assert (myObject (attribute1 "attr32987") ) ) +(assert (myObject (attribute1 "attr32988") ) ) +(assert (myObject (attribute1 "attr32989") ) ) +(assert (myObject (attribute1 "attr32990") ) ) +(assert (myObject (attribute1 "attr32991") ) ) +(assert (myObject (attribute1 "attr32992") ) ) +(assert (myObject (attribute1 "attr32993") ) ) +(assert (myObject (attribute1 "attr32994") ) ) +(assert (myObject (attribute1 "attr32995") ) ) +(assert (myObject (attribute1 "attr32996") ) ) +(assert (myObject (attribute1 "attr32997") ) ) +(assert (myObject (attribute1 "attr32998") ) ) +(assert (myObject (attribute1 "attr32999") ) ) +(assert (myObject (attribute1 "attr33000") ) ) +(assert (myObject (attribute1 "attr33001") ) ) +(assert (myObject (attribute1 "attr33002") ) ) +(assert (myObject (attribute1 "attr33003") ) ) +(assert (myObject (attribute1 "attr33004") ) ) +(assert (myObject (attribute1 "attr33005") ) ) +(assert (myObject (attribute1 "attr33006") ) ) +(assert (myObject (attribute1 "attr33007") ) ) +(assert (myObject (attribute1 "attr33008") ) ) +(assert (myObject (attribute1 "attr33009") ) ) +(assert (myObject (attribute1 "attr33010") ) ) +(assert (myObject (attribute1 "attr33011") ) ) +(assert (myObject (attribute1 "attr33012") ) ) +(assert (myObject (attribute1 "attr33013") ) ) +(assert (myObject (attribute1 "attr33014") ) ) +(assert (myObject (attribute1 "attr33015") ) ) +(assert (myObject (attribute1 "attr33016") ) ) +(assert (myObject (attribute1 "attr33017") ) ) +(assert (myObject (attribute1 "attr33018") ) ) +(assert (myObject (attribute1 "attr33019") ) ) +(assert (myObject (attribute1 "attr33020") ) ) +(assert (myObject (attribute1 "attr33021") ) ) +(assert (myObject (attribute1 "attr33022") ) ) +(assert (myObject (attribute1 "attr33023") ) ) +(assert (myObject (attribute1 "attr33024") ) ) +(assert (myObject (attribute1 "attr33025") ) ) +(assert (myObject (attribute1 "attr33026") ) ) +(assert (myObject (attribute1 "attr33027") ) ) +(assert (myObject (attribute1 "attr33028") ) ) +(assert (myObject (attribute1 "attr33029") ) ) +(assert (myObject (attribute1 "attr33030") ) ) +(assert (myObject (attribute1 "attr33031") ) ) +(assert (myObject (attribute1 "attr33032") ) ) +(assert (myObject (attribute1 "attr33033") ) ) +(assert (myObject (attribute1 "attr33034") ) ) +(assert (myObject (attribute1 "attr33035") ) ) +(assert (myObject (attribute1 "attr33036") ) ) +(assert (myObject (attribute1 "attr33037") ) ) +(assert (myObject (attribute1 "attr33038") ) ) +(assert (myObject (attribute1 "attr33039") ) ) +(assert (myObject (attribute1 "attr33040") ) ) +(assert (myObject (attribute1 "attr33041") ) ) +(assert (myObject (attribute1 "attr33042") ) ) +(assert (myObject (attribute1 "attr33043") ) ) +(assert (myObject (attribute1 "attr33044") ) ) +(assert (myObject (attribute1 "attr33045") ) ) +(assert (myObject (attribute1 "attr33046") ) ) +(assert (myObject (attribute1 "attr33047") ) ) +(assert (myObject (attribute1 "attr33048") ) ) +(assert (myObject (attribute1 "attr33049") ) ) +(assert (myObject (attribute1 "attr33050") ) ) +(assert (myObject (attribute1 "attr33051") ) ) +(assert (myObject (attribute1 "attr33052") ) ) +(assert (myObject (attribute1 "attr33053") ) ) +(assert (myObject (attribute1 "attr33054") ) ) +(assert (myObject (attribute1 "attr33055") ) ) +(assert (myObject (attribute1 "attr33056") ) ) +(assert (myObject (attribute1 "attr33057") ) ) +(assert (myObject (attribute1 "attr33058") ) ) +(assert (myObject (attribute1 "attr33059") ) ) +(assert (myObject (attribute1 "attr33060") ) ) +(assert (myObject (attribute1 "attr33061") ) ) +(assert (myObject (attribute1 "attr33062") ) ) +(assert (myObject (attribute1 "attr33063") ) ) +(assert (myObject (attribute1 "attr33064") ) ) +(assert (myObject (attribute1 "attr33065") ) ) +(assert (myObject (attribute1 "attr33066") ) ) +(assert (myObject (attribute1 "attr33067") ) ) +(assert (myObject (attribute1 "attr33068") ) ) +(assert (myObject (attribute1 "attr33069") ) ) +(assert (myObject (attribute1 "attr33070") ) ) +(assert (myObject (attribute1 "attr33071") ) ) +(assert (myObject (attribute1 "attr33072") ) ) +(assert (myObject (attribute1 "attr33073") ) ) +(assert (myObject (attribute1 "attr33074") ) ) +(assert (myObject (attribute1 "attr33075") ) ) +(assert (myObject (attribute1 "attr33076") ) ) +(assert (myObject (attribute1 "attr33077") ) ) +(assert (myObject (attribute1 "attr33078") ) ) +(assert (myObject (attribute1 "attr33079") ) ) +(assert (myObject (attribute1 "attr33080") ) ) +(assert (myObject (attribute1 "attr33081") ) ) +(assert (myObject (attribute1 "attr33082") ) ) +(assert (myObject (attribute1 "attr33083") ) ) +(assert (myObject (attribute1 "attr33084") ) ) +(assert (myObject (attribute1 "attr33085") ) ) +(assert (myObject (attribute1 "attr33086") ) ) +(assert (myObject (attribute1 "attr33087") ) ) +(assert (myObject (attribute1 "attr33088") ) ) +(assert (myObject (attribute1 "attr33089") ) ) +(assert (myObject (attribute1 "attr33090") ) ) +(assert (myObject (attribute1 "attr33091") ) ) +(assert (myObject (attribute1 "attr33092") ) ) +(assert (myObject (attribute1 "attr33093") ) ) +(assert (myObject (attribute1 "attr33094") ) ) +(assert (myObject (attribute1 "attr33095") ) ) +(assert (myObject (attribute1 "attr33096") ) ) +(assert (myObject (attribute1 "attr33097") ) ) +(assert (myObject (attribute1 "attr33098") ) ) +(assert (myObject (attribute1 "attr33099") ) ) +(assert (myObject (attribute1 "attr33100") ) ) +(assert (myObject (attribute1 "attr33101") ) ) +(assert (myObject (attribute1 "attr33102") ) ) +(assert (myObject (attribute1 "attr33103") ) ) +(assert (myObject (attribute1 "attr33104") ) ) +(assert (myObject (attribute1 "attr33105") ) ) +(assert (myObject (attribute1 "attr33106") ) ) +(assert (myObject (attribute1 "attr33107") ) ) +(assert (myObject (attribute1 "attr33108") ) ) +(assert (myObject (attribute1 "attr33109") ) ) +(assert (myObject (attribute1 "attr33110") ) ) +(assert (myObject (attribute1 "attr33111") ) ) +(assert (myObject (attribute1 "attr33112") ) ) +(assert (myObject (attribute1 "attr33113") ) ) +(assert (myObject (attribute1 "attr33114") ) ) +(assert (myObject (attribute1 "attr33115") ) ) +(assert (myObject (attribute1 "attr33116") ) ) +(assert (myObject (attribute1 "attr33117") ) ) +(assert (myObject (attribute1 "attr33118") ) ) +(assert (myObject (attribute1 "attr33119") ) ) +(assert (myObject (attribute1 "attr33120") ) ) +(assert (myObject (attribute1 "attr33121") ) ) +(assert (myObject (attribute1 "attr33122") ) ) +(assert (myObject (attribute1 "attr33123") ) ) +(assert (myObject (attribute1 "attr33124") ) ) +(assert (myObject (attribute1 "attr33125") ) ) +(assert (myObject (attribute1 "attr33126") ) ) +(assert (myObject (attribute1 "attr33127") ) ) +(assert (myObject (attribute1 "attr33128") ) ) +(assert (myObject (attribute1 "attr33129") ) ) +(assert (myObject (attribute1 "attr33130") ) ) +(assert (myObject (attribute1 "attr33131") ) ) +(assert (myObject (attribute1 "attr33132") ) ) +(assert (myObject (attribute1 "attr33133") ) ) +(assert (myObject (attribute1 "attr33134") ) ) +(assert (myObject (attribute1 "attr33135") ) ) +(assert (myObject (attribute1 "attr33136") ) ) +(assert (myObject (attribute1 "attr33137") ) ) +(assert (myObject (attribute1 "attr33138") ) ) +(assert (myObject (attribute1 "attr33139") ) ) +(assert (myObject (attribute1 "attr33140") ) ) +(assert (myObject (attribute1 "attr33141") ) ) +(assert (myObject (attribute1 "attr33142") ) ) +(assert (myObject (attribute1 "attr33143") ) ) +(assert (myObject (attribute1 "attr33144") ) ) +(assert (myObject (attribute1 "attr33145") ) ) +(assert (myObject (attribute1 "attr33146") ) ) +(assert (myObject (attribute1 "attr33147") ) ) +(assert (myObject (attribute1 "attr33148") ) ) +(assert (myObject (attribute1 "attr33149") ) ) +(assert (myObject (attribute1 "attr33150") ) ) +(assert (myObject (attribute1 "attr33151") ) ) +(assert (myObject (attribute1 "attr33152") ) ) +(assert (myObject (attribute1 "attr33153") ) ) +(assert (myObject (attribute1 "attr33154") ) ) +(assert (myObject (attribute1 "attr33155") ) ) +(assert (myObject (attribute1 "attr33156") ) ) +(assert (myObject (attribute1 "attr33157") ) ) +(assert (myObject (attribute1 "attr33158") ) ) +(assert (myObject (attribute1 "attr33159") ) ) +(assert (myObject (attribute1 "attr33160") ) ) +(assert (myObject (attribute1 "attr33161") ) ) +(assert (myObject (attribute1 "attr33162") ) ) +(assert (myObject (attribute1 "attr33163") ) ) +(assert (myObject (attribute1 "attr33164") ) ) +(assert (myObject (attribute1 "attr33165") ) ) +(assert (myObject (attribute1 "attr33166") ) ) +(assert (myObject (attribute1 "attr33167") ) ) +(assert (myObject (attribute1 "attr33168") ) ) +(assert (myObject (attribute1 "attr33169") ) ) +(assert (myObject (attribute1 "attr33170") ) ) +(assert (myObject (attribute1 "attr33171") ) ) +(assert (myObject (attribute1 "attr33172") ) ) +(assert (myObject (attribute1 "attr33173") ) ) +(assert (myObject (attribute1 "attr33174") ) ) +(assert (myObject (attribute1 "attr33175") ) ) +(assert (myObject (attribute1 "attr33176") ) ) +(assert (myObject (attribute1 "attr33177") ) ) +(assert (myObject (attribute1 "attr33178") ) ) +(assert (myObject (attribute1 "attr33179") ) ) +(assert (myObject (attribute1 "attr33180") ) ) +(assert (myObject (attribute1 "attr33181") ) ) +(assert (myObject (attribute1 "attr33182") ) ) +(assert (myObject (attribute1 "attr33183") ) ) +(assert (myObject (attribute1 "attr33184") ) ) +(assert (myObject (attribute1 "attr33185") ) ) +(assert (myObject (attribute1 "attr33186") ) ) +(assert (myObject (attribute1 "attr33187") ) ) +(assert (myObject (attribute1 "attr33188") ) ) +(assert (myObject (attribute1 "attr33189") ) ) +(assert (myObject (attribute1 "attr33190") ) ) +(assert (myObject (attribute1 "attr33191") ) ) +(assert (myObject (attribute1 "attr33192") ) ) +(assert (myObject (attribute1 "attr33193") ) ) +(assert (myObject (attribute1 "attr33194") ) ) +(assert (myObject (attribute1 "attr33195") ) ) +(assert (myObject (attribute1 "attr33196") ) ) +(assert (myObject (attribute1 "attr33197") ) ) +(assert (myObject (attribute1 "attr33198") ) ) +(assert (myObject (attribute1 "attr33199") ) ) +(assert (myObject (attribute1 "attr33200") ) ) +(assert (myObject (attribute1 "attr33201") ) ) +(assert (myObject (attribute1 "attr33202") ) ) +(assert (myObject (attribute1 "attr33203") ) ) +(assert (myObject (attribute1 "attr33204") ) ) +(assert (myObject (attribute1 "attr33205") ) ) +(assert (myObject (attribute1 "attr33206") ) ) +(assert (myObject (attribute1 "attr33207") ) ) +(assert (myObject (attribute1 "attr33208") ) ) +(assert (myObject (attribute1 "attr33209") ) ) +(assert (myObject (attribute1 "attr33210") ) ) +(assert (myObject (attribute1 "attr33211") ) ) +(assert (myObject (attribute1 "attr33212") ) ) +(assert (myObject (attribute1 "attr33213") ) ) +(assert (myObject (attribute1 "attr33214") ) ) +(assert (myObject (attribute1 "attr33215") ) ) +(assert (myObject (attribute1 "attr33216") ) ) +(assert (myObject (attribute1 "attr33217") ) ) +(assert (myObject (attribute1 "attr33218") ) ) +(assert (myObject (attribute1 "attr33219") ) ) +(assert (myObject (attribute1 "attr33220") ) ) +(assert (myObject (attribute1 "attr33221") ) ) +(assert (myObject (attribute1 "attr33222") ) ) +(assert (myObject (attribute1 "attr33223") ) ) +(assert (myObject (attribute1 "attr33224") ) ) +(assert (myObject (attribute1 "attr33225") ) ) +(assert (myObject (attribute1 "attr33226") ) ) +(assert (myObject (attribute1 "attr33227") ) ) +(assert (myObject (attribute1 "attr33228") ) ) +(assert (myObject (attribute1 "attr33229") ) ) +(assert (myObject (attribute1 "attr33230") ) ) +(assert (myObject (attribute1 "attr33231") ) ) +(assert (myObject (attribute1 "attr33232") ) ) +(assert (myObject (attribute1 "attr33233") ) ) +(assert (myObject (attribute1 "attr33234") ) ) +(assert (myObject (attribute1 "attr33235") ) ) +(assert (myObject (attribute1 "attr33236") ) ) +(assert (myObject (attribute1 "attr33237") ) ) +(assert (myObject (attribute1 "attr33238") ) ) +(assert (myObject (attribute1 "attr33239") ) ) +(assert (myObject (attribute1 "attr33240") ) ) +(assert (myObject (attribute1 "attr33241") ) ) +(assert (myObject (attribute1 "attr33242") ) ) +(assert (myObject (attribute1 "attr33243") ) ) +(assert (myObject (attribute1 "attr33244") ) ) +(assert (myObject (attribute1 "attr33245") ) ) +(assert (myObject (attribute1 "attr33246") ) ) +(assert (myObject (attribute1 "attr33247") ) ) +(assert (myObject (attribute1 "attr33248") ) ) +(assert (myObject (attribute1 "attr33249") ) ) +(assert (myObject (attribute1 "attr33250") ) ) +(assert (myObject (attribute1 "attr33251") ) ) +(assert (myObject (attribute1 "attr33252") ) ) +(assert (myObject (attribute1 "attr33253") ) ) +(assert (myObject (attribute1 "attr33254") ) ) +(assert (myObject (attribute1 "attr33255") ) ) +(assert (myObject (attribute1 "attr33256") ) ) +(assert (myObject (attribute1 "attr33257") ) ) +(assert (myObject (attribute1 "attr33258") ) ) +(assert (myObject (attribute1 "attr33259") ) ) +(assert (myObject (attribute1 "attr33260") ) ) +(assert (myObject (attribute1 "attr33261") ) ) +(assert (myObject (attribute1 "attr33262") ) ) +(assert (myObject (attribute1 "attr33263") ) ) +(assert (myObject (attribute1 "attr33264") ) ) +(assert (myObject (attribute1 "attr33265") ) ) +(assert (myObject (attribute1 "attr33266") ) ) +(assert (myObject (attribute1 "attr33267") ) ) +(assert (myObject (attribute1 "attr33268") ) ) +(assert (myObject (attribute1 "attr33269") ) ) +(assert (myObject (attribute1 "attr33270") ) ) +(assert (myObject (attribute1 "attr33271") ) ) +(assert (myObject (attribute1 "attr33272") ) ) +(assert (myObject (attribute1 "attr33273") ) ) +(assert (myObject (attribute1 "attr33274") ) ) +(assert (myObject (attribute1 "attr33275") ) ) +(assert (myObject (attribute1 "attr33276") ) ) +(assert (myObject (attribute1 "attr33277") ) ) +(assert (myObject (attribute1 "attr33278") ) ) +(assert (myObject (attribute1 "attr33279") ) ) +(assert (myObject (attribute1 "attr33280") ) ) +(assert (myObject (attribute1 "attr33281") ) ) +(assert (myObject (attribute1 "attr33282") ) ) +(assert (myObject (attribute1 "attr33283") ) ) +(assert (myObject (attribute1 "attr33284") ) ) +(assert (myObject (attribute1 "attr33285") ) ) +(assert (myObject (attribute1 "attr33286") ) ) +(assert (myObject (attribute1 "attr33287") ) ) +(assert (myObject (attribute1 "attr33288") ) ) +(assert (myObject (attribute1 "attr33289") ) ) +(assert (myObject (attribute1 "attr33290") ) ) +(assert (myObject (attribute1 "attr33291") ) ) +(assert (myObject (attribute1 "attr33292") ) ) +(assert (myObject (attribute1 "attr33293") ) ) +(assert (myObject (attribute1 "attr33294") ) ) +(assert (myObject (attribute1 "attr33295") ) ) +(assert (myObject (attribute1 "attr33296") ) ) +(assert (myObject (attribute1 "attr33297") ) ) +(assert (myObject (attribute1 "attr33298") ) ) +(assert (myObject (attribute1 "attr33299") ) ) +(assert (myObject (attribute1 "attr33300") ) ) +(assert (myObject (attribute1 "attr33301") ) ) +(assert (myObject (attribute1 "attr33302") ) ) +(assert (myObject (attribute1 "attr33303") ) ) +(assert (myObject (attribute1 "attr33304") ) ) +(assert (myObject (attribute1 "attr33305") ) ) +(assert (myObject (attribute1 "attr33306") ) ) +(assert (myObject (attribute1 "attr33307") ) ) +(assert (myObject (attribute1 "attr33308") ) ) +(assert (myObject (attribute1 "attr33309") ) ) +(assert (myObject (attribute1 "attr33310") ) ) +(assert (myObject (attribute1 "attr33311") ) ) +(assert (myObject (attribute1 "attr33312") ) ) +(assert (myObject (attribute1 "attr33313") ) ) +(assert (myObject (attribute1 "attr33314") ) ) +(assert (myObject (attribute1 "attr33315") ) ) +(assert (myObject (attribute1 "attr33316") ) ) +(assert (myObject (attribute1 "attr33317") ) ) +(assert (myObject (attribute1 "attr33318") ) ) +(assert (myObject (attribute1 "attr33319") ) ) +(assert (myObject (attribute1 "attr33320") ) ) +(assert (myObject (attribute1 "attr33321") ) ) +(assert (myObject (attribute1 "attr33322") ) ) +(assert (myObject (attribute1 "attr33323") ) ) +(assert (myObject (attribute1 "attr33324") ) ) +(assert (myObject (attribute1 "attr33325") ) ) +(assert (myObject (attribute1 "attr33326") ) ) +(assert (myObject (attribute1 "attr33327") ) ) +(assert (myObject (attribute1 "attr33328") ) ) +(assert (myObject (attribute1 "attr33329") ) ) +(assert (myObject (attribute1 "attr33330") ) ) +(assert (myObject (attribute1 "attr33331") ) ) +(assert (myObject (attribute1 "attr33332") ) ) +(assert (myObject (attribute1 "attr33333") ) ) +(assert (myObject (attribute1 "attr33334") ) ) +(assert (myObject (attribute1 "attr33335") ) ) +(assert (myObject (attribute1 "attr33336") ) ) +(assert (myObject (attribute1 "attr33337") ) ) +(assert (myObject (attribute1 "attr33338") ) ) +(assert (myObject (attribute1 "attr33339") ) ) +(assert (myObject (attribute1 "attr33340") ) ) +(assert (myObject (attribute1 "attr33341") ) ) +(assert (myObject (attribute1 "attr33342") ) ) +(assert (myObject (attribute1 "attr33343") ) ) +(assert (myObject (attribute1 "attr33344") ) ) +(assert (myObject (attribute1 "attr33345") ) ) +(assert (myObject (attribute1 "attr33346") ) ) +(assert (myObject (attribute1 "attr33347") ) ) +(assert (myObject (attribute1 "attr33348") ) ) +(assert (myObject (attribute1 "attr33349") ) ) +(assert (myObject (attribute1 "attr33350") ) ) +(assert (myObject (attribute1 "attr33351") ) ) +(assert (myObject (attribute1 "attr33352") ) ) +(assert (myObject (attribute1 "attr33353") ) ) +(assert (myObject (attribute1 "attr33354") ) ) +(assert (myObject (attribute1 "attr33355") ) ) +(assert (myObject (attribute1 "attr33356") ) ) +(assert (myObject (attribute1 "attr33357") ) ) +(assert (myObject (attribute1 "attr33358") ) ) +(assert (myObject (attribute1 "attr33359") ) ) +(assert (myObject (attribute1 "attr33360") ) ) +(assert (myObject (attribute1 "attr33361") ) ) +(assert (myObject (attribute1 "attr33362") ) ) +(assert (myObject (attribute1 "attr33363") ) ) +(assert (myObject (attribute1 "attr33364") ) ) +(assert (myObject (attribute1 "attr33365") ) ) +(assert (myObject (attribute1 "attr33366") ) ) +(assert (myObject (attribute1 "attr33367") ) ) +(assert (myObject (attribute1 "attr33368") ) ) +(assert (myObject (attribute1 "attr33369") ) ) +(assert (myObject (attribute1 "attr33370") ) ) +(assert (myObject (attribute1 "attr33371") ) ) +(assert (myObject (attribute1 "attr33372") ) ) +(assert (myObject (attribute1 "attr33373") ) ) +(assert (myObject (attribute1 "attr33374") ) ) +(assert (myObject (attribute1 "attr33375") ) ) +(assert (myObject (attribute1 "attr33376") ) ) +(assert (myObject (attribute1 "attr33377") ) ) +(assert (myObject (attribute1 "attr33378") ) ) +(assert (myObject (attribute1 "attr33379") ) ) +(assert (myObject (attribute1 "attr33380") ) ) +(assert (myObject (attribute1 "attr33381") ) ) +(assert (myObject (attribute1 "attr33382") ) ) +(assert (myObject (attribute1 "attr33383") ) ) +(assert (myObject (attribute1 "attr33384") ) ) +(assert (myObject (attribute1 "attr33385") ) ) +(assert (myObject (attribute1 "attr33386") ) ) +(assert (myObject (attribute1 "attr33387") ) ) +(assert (myObject (attribute1 "attr33388") ) ) +(assert (myObject (attribute1 "attr33389") ) ) +(assert (myObject (attribute1 "attr33390") ) ) +(assert (myObject (attribute1 "attr33391") ) ) +(assert (myObject (attribute1 "attr33392") ) ) +(assert (myObject (attribute1 "attr33393") ) ) +(assert (myObject (attribute1 "attr33394") ) ) +(assert (myObject (attribute1 "attr33395") ) ) +(assert (myObject (attribute1 "attr33396") ) ) +(assert (myObject (attribute1 "attr33397") ) ) +(assert (myObject (attribute1 "attr33398") ) ) +(assert (myObject (attribute1 "attr33399") ) ) +(assert (myObject (attribute1 "attr33400") ) ) +(assert (myObject (attribute1 "attr33401") ) ) +(assert (myObject (attribute1 "attr33402") ) ) +(assert (myObject (attribute1 "attr33403") ) ) +(assert (myObject (attribute1 "attr33404") ) ) +(assert (myObject (attribute1 "attr33405") ) ) +(assert (myObject (attribute1 "attr33406") ) ) +(assert (myObject (attribute1 "attr33407") ) ) +(assert (myObject (attribute1 "attr33408") ) ) +(assert (myObject (attribute1 "attr33409") ) ) +(assert (myObject (attribute1 "attr33410") ) ) +(assert (myObject (attribute1 "attr33411") ) ) +(assert (myObject (attribute1 "attr33412") ) ) +(assert (myObject (attribute1 "attr33413") ) ) +(assert (myObject (attribute1 "attr33414") ) ) +(assert (myObject (attribute1 "attr33415") ) ) +(assert (myObject (attribute1 "attr33416") ) ) +(assert (myObject (attribute1 "attr33417") ) ) +(assert (myObject (attribute1 "attr33418") ) ) +(assert (myObject (attribute1 "attr33419") ) ) +(assert (myObject (attribute1 "attr33420") ) ) +(assert (myObject (attribute1 "attr33421") ) ) +(assert (myObject (attribute1 "attr33422") ) ) +(assert (myObject (attribute1 "attr33423") ) ) +(assert (myObject (attribute1 "attr33424") ) ) +(assert (myObject (attribute1 "attr33425") ) ) +(assert (myObject (attribute1 "attr33426") ) ) +(assert (myObject (attribute1 "attr33427") ) ) +(assert (myObject (attribute1 "attr33428") ) ) +(assert (myObject (attribute1 "attr33429") ) ) +(assert (myObject (attribute1 "attr33430") ) ) +(assert (myObject (attribute1 "attr33431") ) ) +(assert (myObject (attribute1 "attr33432") ) ) +(assert (myObject (attribute1 "attr33433") ) ) +(assert (myObject (attribute1 "attr33434") ) ) +(assert (myObject (attribute1 "attr33435") ) ) +(assert (myObject (attribute1 "attr33436") ) ) +(assert (myObject (attribute1 "attr33437") ) ) +(assert (myObject (attribute1 "attr33438") ) ) +(assert (myObject (attribute1 "attr33439") ) ) +(assert (myObject (attribute1 "attr33440") ) ) +(assert (myObject (attribute1 "attr33441") ) ) +(assert (myObject (attribute1 "attr33442") ) ) +(assert (myObject (attribute1 "attr33443") ) ) +(assert (myObject (attribute1 "attr33444") ) ) +(assert (myObject (attribute1 "attr33445") ) ) +(assert (myObject (attribute1 "attr33446") ) ) +(assert (myObject (attribute1 "attr33447") ) ) +(assert (myObject (attribute1 "attr33448") ) ) +(assert (myObject (attribute1 "attr33449") ) ) +(assert (myObject (attribute1 "attr33450") ) ) +(assert (myObject (attribute1 "attr33451") ) ) +(assert (myObject (attribute1 "attr33452") ) ) +(assert (myObject (attribute1 "attr33453") ) ) +(assert (myObject (attribute1 "attr33454") ) ) +(assert (myObject (attribute1 "attr33455") ) ) +(assert (myObject (attribute1 "attr33456") ) ) +(assert (myObject (attribute1 "attr33457") ) ) +(assert (myObject (attribute1 "attr33458") ) ) +(assert (myObject (attribute1 "attr33459") ) ) +(assert (myObject (attribute1 "attr33460") ) ) +(assert (myObject (attribute1 "attr33461") ) ) +(assert (myObject (attribute1 "attr33462") ) ) +(assert (myObject (attribute1 "attr33463") ) ) +(assert (myObject (attribute1 "attr33464") ) ) +(assert (myObject (attribute1 "attr33465") ) ) +(assert (myObject (attribute1 "attr33466") ) ) +(assert (myObject (attribute1 "attr33467") ) ) +(assert (myObject (attribute1 "attr33468") ) ) +(assert (myObject (attribute1 "attr33469") ) ) +(assert (myObject (attribute1 "attr33470") ) ) +(assert (myObject (attribute1 "attr33471") ) ) +(assert (myObject (attribute1 "attr33472") ) ) +(assert (myObject (attribute1 "attr33473") ) ) +(assert (myObject (attribute1 "attr33474") ) ) +(assert (myObject (attribute1 "attr33475") ) ) +(assert (myObject (attribute1 "attr33476") ) ) +(assert (myObject (attribute1 "attr33477") ) ) +(assert (myObject (attribute1 "attr33478") ) ) +(assert (myObject (attribute1 "attr33479") ) ) +(assert (myObject (attribute1 "attr33480") ) ) +(assert (myObject (attribute1 "attr33481") ) ) +(assert (myObject (attribute1 "attr33482") ) ) +(assert (myObject (attribute1 "attr33483") ) ) +(assert (myObject (attribute1 "attr33484") ) ) +(assert (myObject (attribute1 "attr33485") ) ) +(assert (myObject (attribute1 "attr33486") ) ) +(assert (myObject (attribute1 "attr33487") ) ) +(assert (myObject (attribute1 "attr33488") ) ) +(assert (myObject (attribute1 "attr33489") ) ) +(assert (myObject (attribute1 "attr33490") ) ) +(assert (myObject (attribute1 "attr33491") ) ) +(assert (myObject (attribute1 "attr33492") ) ) +(assert (myObject (attribute1 "attr33493") ) ) +(assert (myObject (attribute1 "attr33494") ) ) +(assert (myObject (attribute1 "attr33495") ) ) +(assert (myObject (attribute1 "attr33496") ) ) +(assert (myObject (attribute1 "attr33497") ) ) +(assert (myObject (attribute1 "attr33498") ) ) +(assert (myObject (attribute1 "attr33499") ) ) +(assert (myObject (attribute1 "attr33500") ) ) +(assert (myObject (attribute1 "attr33501") ) ) +(assert (myObject (attribute1 "attr33502") ) ) +(assert (myObject (attribute1 "attr33503") ) ) +(assert (myObject (attribute1 "attr33504") ) ) +(assert (myObject (attribute1 "attr33505") ) ) +(assert (myObject (attribute1 "attr33506") ) ) +(assert (myObject (attribute1 "attr33507") ) ) +(assert (myObject (attribute1 "attr33508") ) ) +(assert (myObject (attribute1 "attr33509") ) ) +(assert (myObject (attribute1 "attr33510") ) ) +(assert (myObject (attribute1 "attr33511") ) ) +(assert (myObject (attribute1 "attr33512") ) ) +(assert (myObject (attribute1 "attr33513") ) ) +(assert (myObject (attribute1 "attr33514") ) ) +(assert (myObject (attribute1 "attr33515") ) ) +(assert (myObject (attribute1 "attr33516") ) ) +(assert (myObject (attribute1 "attr33517") ) ) +(assert (myObject (attribute1 "attr33518") ) ) +(assert (myObject (attribute1 "attr33519") ) ) +(assert (myObject (attribute1 "attr33520") ) ) +(assert (myObject (attribute1 "attr33521") ) ) +(assert (myObject (attribute1 "attr33522") ) ) +(assert (myObject (attribute1 "attr33523") ) ) +(assert (myObject (attribute1 "attr33524") ) ) +(assert (myObject (attribute1 "attr33525") ) ) +(assert (myObject (attribute1 "attr33526") ) ) +(assert (myObject (attribute1 "attr33527") ) ) +(assert (myObject (attribute1 "attr33528") ) ) +(assert (myObject (attribute1 "attr33529") ) ) +(assert (myObject (attribute1 "attr33530") ) ) +(assert (myObject (attribute1 "attr33531") ) ) +(assert (myObject (attribute1 "attr33532") ) ) +(assert (myObject (attribute1 "attr33533") ) ) +(assert (myObject (attribute1 "attr33534") ) ) +(assert (myObject (attribute1 "attr33535") ) ) +(assert (myObject (attribute1 "attr33536") ) ) +(assert (myObject (attribute1 "attr33537") ) ) +(assert (myObject (attribute1 "attr33538") ) ) +(assert (myObject (attribute1 "attr33539") ) ) +(assert (myObject (attribute1 "attr33540") ) ) +(assert (myObject (attribute1 "attr33541") ) ) +(assert (myObject (attribute1 "attr33542") ) ) +(assert (myObject (attribute1 "attr33543") ) ) +(assert (myObject (attribute1 "attr33544") ) ) +(assert (myObject (attribute1 "attr33545") ) ) +(assert (myObject (attribute1 "attr33546") ) ) +(assert (myObject (attribute1 "attr33547") ) ) +(assert (myObject (attribute1 "attr33548") ) ) +(assert (myObject (attribute1 "attr33549") ) ) +(assert (myObject (attribute1 "attr33550") ) ) +(assert (myObject (attribute1 "attr33551") ) ) +(assert (myObject (attribute1 "attr33552") ) ) +(assert (myObject (attribute1 "attr33553") ) ) +(assert (myObject (attribute1 "attr33554") ) ) +(assert (myObject (attribute1 "attr33555") ) ) +(assert (myObject (attribute1 "attr33556") ) ) +(assert (myObject (attribute1 "attr33557") ) ) +(assert (myObject (attribute1 "attr33558") ) ) +(assert (myObject (attribute1 "attr33559") ) ) +(assert (myObject (attribute1 "attr33560") ) ) +(assert (myObject (attribute1 "attr33561") ) ) +(assert (myObject (attribute1 "attr33562") ) ) +(assert (myObject (attribute1 "attr33563") ) ) +(assert (myObject (attribute1 "attr33564") ) ) +(assert (myObject (attribute1 "attr33565") ) ) +(assert (myObject (attribute1 "attr33566") ) ) +(assert (myObject (attribute1 "attr33567") ) ) +(assert (myObject (attribute1 "attr33568") ) ) +(assert (myObject (attribute1 "attr33569") ) ) +(assert (myObject (attribute1 "attr33570") ) ) +(assert (myObject (attribute1 "attr33571") ) ) +(assert (myObject (attribute1 "attr33572") ) ) +(assert (myObject (attribute1 "attr33573") ) ) +(assert (myObject (attribute1 "attr33574") ) ) +(assert (myObject (attribute1 "attr33575") ) ) +(assert (myObject (attribute1 "attr33576") ) ) +(assert (myObject (attribute1 "attr33577") ) ) +(assert (myObject (attribute1 "attr33578") ) ) +(assert (myObject (attribute1 "attr33579") ) ) +(assert (myObject (attribute1 "attr33580") ) ) +(assert (myObject (attribute1 "attr33581") ) ) +(assert (myObject (attribute1 "attr33582") ) ) +(assert (myObject (attribute1 "attr33583") ) ) +(assert (myObject (attribute1 "attr33584") ) ) +(assert (myObject (attribute1 "attr33585") ) ) +(assert (myObject (attribute1 "attr33586") ) ) +(assert (myObject (attribute1 "attr33587") ) ) +(assert (myObject (attribute1 "attr33588") ) ) +(assert (myObject (attribute1 "attr33589") ) ) +(assert (myObject (attribute1 "attr33590") ) ) +(assert (myObject (attribute1 "attr33591") ) ) +(assert (myObject (attribute1 "attr33592") ) ) +(assert (myObject (attribute1 "attr33593") ) ) +(assert (myObject (attribute1 "attr33594") ) ) +(assert (myObject (attribute1 "attr33595") ) ) +(assert (myObject (attribute1 "attr33596") ) ) +(assert (myObject (attribute1 "attr33597") ) ) +(assert (myObject (attribute1 "attr33598") ) ) +(assert (myObject (attribute1 "attr33599") ) ) +(assert (myObject (attribute1 "attr33600") ) ) +(assert (myObject (attribute1 "attr33601") ) ) +(assert (myObject (attribute1 "attr33602") ) ) +(assert (myObject (attribute1 "attr33603") ) ) +(assert (myObject (attribute1 "attr33604") ) ) +(assert (myObject (attribute1 "attr33605") ) ) +(assert (myObject (attribute1 "attr33606") ) ) +(assert (myObject (attribute1 "attr33607") ) ) +(assert (myObject (attribute1 "attr33608") ) ) +(assert (myObject (attribute1 "attr33609") ) ) +(assert (myObject (attribute1 "attr33610") ) ) +(assert (myObject (attribute1 "attr33611") ) ) +(assert (myObject (attribute1 "attr33612") ) ) +(assert (myObject (attribute1 "attr33613") ) ) +(assert (myObject (attribute1 "attr33614") ) ) +(assert (myObject (attribute1 "attr33615") ) ) +(assert (myObject (attribute1 "attr33616") ) ) +(assert (myObject (attribute1 "attr33617") ) ) +(assert (myObject (attribute1 "attr33618") ) ) +(assert (myObject (attribute1 "attr33619") ) ) +(assert (myObject (attribute1 "attr33620") ) ) +(assert (myObject (attribute1 "attr33621") ) ) +(assert (myObject (attribute1 "attr33622") ) ) +(assert (myObject (attribute1 "attr33623") ) ) +(assert (myObject (attribute1 "attr33624") ) ) +(assert (myObject (attribute1 "attr33625") ) ) +(assert (myObject (attribute1 "attr33626") ) ) +(assert (myObject (attribute1 "attr33627") ) ) +(assert (myObject (attribute1 "attr33628") ) ) +(assert (myObject (attribute1 "attr33629") ) ) +(assert (myObject (attribute1 "attr33630") ) ) +(assert (myObject (attribute1 "attr33631") ) ) +(assert (myObject (attribute1 "attr33632") ) ) +(assert (myObject (attribute1 "attr33633") ) ) +(assert (myObject (attribute1 "attr33634") ) ) +(assert (myObject (attribute1 "attr33635") ) ) +(assert (myObject (attribute1 "attr33636") ) ) +(assert (myObject (attribute1 "attr33637") ) ) +(assert (myObject (attribute1 "attr33638") ) ) +(assert (myObject (attribute1 "attr33639") ) ) +(assert (myObject (attribute1 "attr33640") ) ) +(assert (myObject (attribute1 "attr33641") ) ) +(assert (myObject (attribute1 "attr33642") ) ) +(assert (myObject (attribute1 "attr33643") ) ) +(assert (myObject (attribute1 "attr33644") ) ) +(assert (myObject (attribute1 "attr33645") ) ) +(assert (myObject (attribute1 "attr33646") ) ) +(assert (myObject (attribute1 "attr33647") ) ) +(assert (myObject (attribute1 "attr33648") ) ) +(assert (myObject (attribute1 "attr33649") ) ) +(assert (myObject (attribute1 "attr33650") ) ) +(assert (myObject (attribute1 "attr33651") ) ) +(assert (myObject (attribute1 "attr33652") ) ) +(assert (myObject (attribute1 "attr33653") ) ) +(assert (myObject (attribute1 "attr33654") ) ) +(assert (myObject (attribute1 "attr33655") ) ) +(assert (myObject (attribute1 "attr33656") ) ) +(assert (myObject (attribute1 "attr33657") ) ) +(assert (myObject (attribute1 "attr33658") ) ) +(assert (myObject (attribute1 "attr33659") ) ) +(assert (myObject (attribute1 "attr33660") ) ) +(assert (myObject (attribute1 "attr33661") ) ) +(assert (myObject (attribute1 "attr33662") ) ) +(assert (myObject (attribute1 "attr33663") ) ) +(assert (myObject (attribute1 "attr33664") ) ) +(assert (myObject (attribute1 "attr33665") ) ) +(assert (myObject (attribute1 "attr33666") ) ) +(assert (myObject (attribute1 "attr33667") ) ) +(assert (myObject (attribute1 "attr33668") ) ) +(assert (myObject (attribute1 "attr33669") ) ) +(assert (myObject (attribute1 "attr33670") ) ) +(assert (myObject (attribute1 "attr33671") ) ) +(assert (myObject (attribute1 "attr33672") ) ) +(assert (myObject (attribute1 "attr33673") ) ) +(assert (myObject (attribute1 "attr33674") ) ) +(assert (myObject (attribute1 "attr33675") ) ) +(assert (myObject (attribute1 "attr33676") ) ) +(assert (myObject (attribute1 "attr33677") ) ) +(assert (myObject (attribute1 "attr33678") ) ) +(assert (myObject (attribute1 "attr33679") ) ) +(assert (myObject (attribute1 "attr33680") ) ) +(assert (myObject (attribute1 "attr33681") ) ) +(assert (myObject (attribute1 "attr33682") ) ) +(assert (myObject (attribute1 "attr33683") ) ) +(assert (myObject (attribute1 "attr33684") ) ) +(assert (myObject (attribute1 "attr33685") ) ) +(assert (myObject (attribute1 "attr33686") ) ) +(assert (myObject (attribute1 "attr33687") ) ) +(assert (myObject (attribute1 "attr33688") ) ) +(assert (myObject (attribute1 "attr33689") ) ) +(assert (myObject (attribute1 "attr33690") ) ) +(assert (myObject (attribute1 "attr33691") ) ) +(assert (myObject (attribute1 "attr33692") ) ) +(assert (myObject (attribute1 "attr33693") ) ) +(assert (myObject (attribute1 "attr33694") ) ) +(assert (myObject (attribute1 "attr33695") ) ) +(assert (myObject (attribute1 "attr33696") ) ) +(assert (myObject (attribute1 "attr33697") ) ) +(assert (myObject (attribute1 "attr33698") ) ) +(assert (myObject (attribute1 "attr33699") ) ) +(assert (myObject (attribute1 "attr33700") ) ) +(assert (myObject (attribute1 "attr33701") ) ) +(assert (myObject (attribute1 "attr33702") ) ) +(assert (myObject (attribute1 "attr33703") ) ) +(assert (myObject (attribute1 "attr33704") ) ) +(assert (myObject (attribute1 "attr33705") ) ) +(assert (myObject (attribute1 "attr33706") ) ) +(assert (myObject (attribute1 "attr33707") ) ) +(assert (myObject (attribute1 "attr33708") ) ) +(assert (myObject (attribute1 "attr33709") ) ) +(assert (myObject (attribute1 "attr33710") ) ) +(assert (myObject (attribute1 "attr33711") ) ) +(assert (myObject (attribute1 "attr33712") ) ) +(assert (myObject (attribute1 "attr33713") ) ) +(assert (myObject (attribute1 "attr33714") ) ) +(assert (myObject (attribute1 "attr33715") ) ) +(assert (myObject (attribute1 "attr33716") ) ) +(assert (myObject (attribute1 "attr33717") ) ) +(assert (myObject (attribute1 "attr33718") ) ) +(assert (myObject (attribute1 "attr33719") ) ) +(assert (myObject (attribute1 "attr33720") ) ) +(assert (myObject (attribute1 "attr33721") ) ) +(assert (myObject (attribute1 "attr33722") ) ) +(assert (myObject (attribute1 "attr33723") ) ) +(assert (myObject (attribute1 "attr33724") ) ) +(assert (myObject (attribute1 "attr33725") ) ) +(assert (myObject (attribute1 "attr33726") ) ) +(assert (myObject (attribute1 "attr33727") ) ) +(assert (myObject (attribute1 "attr33728") ) ) +(assert (myObject (attribute1 "attr33729") ) ) +(assert (myObject (attribute1 "attr33730") ) ) +(assert (myObject (attribute1 "attr33731") ) ) +(assert (myObject (attribute1 "attr33732") ) ) +(assert (myObject (attribute1 "attr33733") ) ) +(assert (myObject (attribute1 "attr33734") ) ) +(assert (myObject (attribute1 "attr33735") ) ) +(assert (myObject (attribute1 "attr33736") ) ) +(assert (myObject (attribute1 "attr33737") ) ) +(assert (myObject (attribute1 "attr33738") ) ) +(assert (myObject (attribute1 "attr33739") ) ) +(assert (myObject (attribute1 "attr33740") ) ) +(assert (myObject (attribute1 "attr33741") ) ) +(assert (myObject (attribute1 "attr33742") ) ) +(assert (myObject (attribute1 "attr33743") ) ) +(assert (myObject (attribute1 "attr33744") ) ) +(assert (myObject (attribute1 "attr33745") ) ) +(assert (myObject (attribute1 "attr33746") ) ) +(assert (myObject (attribute1 "attr33747") ) ) +(assert (myObject (attribute1 "attr33748") ) ) +(assert (myObject (attribute1 "attr33749") ) ) +(assert (myObject (attribute1 "attr33750") ) ) +(assert (myObject (attribute1 "attr33751") ) ) +(assert (myObject (attribute1 "attr33752") ) ) +(assert (myObject (attribute1 "attr33753") ) ) +(assert (myObject (attribute1 "attr33754") ) ) +(assert (myObject (attribute1 "attr33755") ) ) +(assert (myObject (attribute1 "attr33756") ) ) +(assert (myObject (attribute1 "attr33757") ) ) +(assert (myObject (attribute1 "attr33758") ) ) +(assert (myObject (attribute1 "attr33759") ) ) +(assert (myObject (attribute1 "attr33760") ) ) +(assert (myObject (attribute1 "attr33761") ) ) +(assert (myObject (attribute1 "attr33762") ) ) +(assert (myObject (attribute1 "attr33763") ) ) +(assert (myObject (attribute1 "attr33764") ) ) +(assert (myObject (attribute1 "attr33765") ) ) +(assert (myObject (attribute1 "attr33766") ) ) +(assert (myObject (attribute1 "attr33767") ) ) +(assert (myObject (attribute1 "attr33768") ) ) +(assert (myObject (attribute1 "attr33769") ) ) +(assert (myObject (attribute1 "attr33770") ) ) +(assert (myObject (attribute1 "attr33771") ) ) +(assert (myObject (attribute1 "attr33772") ) ) +(assert (myObject (attribute1 "attr33773") ) ) +(assert (myObject (attribute1 "attr33774") ) ) +(assert (myObject (attribute1 "attr33775") ) ) +(assert (myObject (attribute1 "attr33776") ) ) +(assert (myObject (attribute1 "attr33777") ) ) +(assert (myObject (attribute1 "attr33778") ) ) +(assert (myObject (attribute1 "attr33779") ) ) +(assert (myObject (attribute1 "attr33780") ) ) +(assert (myObject (attribute1 "attr33781") ) ) +(assert (myObject (attribute1 "attr33782") ) ) +(assert (myObject (attribute1 "attr33783") ) ) +(assert (myObject (attribute1 "attr33784") ) ) +(assert (myObject (attribute1 "attr33785") ) ) +(assert (myObject (attribute1 "attr33786") ) ) +(assert (myObject (attribute1 "attr33787") ) ) +(assert (myObject (attribute1 "attr33788") ) ) +(assert (myObject (attribute1 "attr33789") ) ) +(assert (myObject (attribute1 "attr33790") ) ) +(assert (myObject (attribute1 "attr33791") ) ) +(assert (myObject (attribute1 "attr33792") ) ) +(assert (myObject (attribute1 "attr33793") ) ) +(assert (myObject (attribute1 "attr33794") ) ) +(assert (myObject (attribute1 "attr33795") ) ) +(assert (myObject (attribute1 "attr33796") ) ) +(assert (myObject (attribute1 "attr33797") ) ) +(assert (myObject (attribute1 "attr33798") ) ) +(assert (myObject (attribute1 "attr33799") ) ) +(assert (myObject (attribute1 "attr33800") ) ) +(assert (myObject (attribute1 "attr33801") ) ) +(assert (myObject (attribute1 "attr33802") ) ) +(assert (myObject (attribute1 "attr33803") ) ) +(assert (myObject (attribute1 "attr33804") ) ) +(assert (myObject (attribute1 "attr33805") ) ) +(assert (myObject (attribute1 "attr33806") ) ) +(assert (myObject (attribute1 "attr33807") ) ) +(assert (myObject (attribute1 "attr33808") ) ) +(assert (myObject (attribute1 "attr33809") ) ) +(assert (myObject (attribute1 "attr33810") ) ) +(assert (myObject (attribute1 "attr33811") ) ) +(assert (myObject (attribute1 "attr33812") ) ) +(assert (myObject (attribute1 "attr33813") ) ) +(assert (myObject (attribute1 "attr33814") ) ) +(assert (myObject (attribute1 "attr33815") ) ) +(assert (myObject (attribute1 "attr33816") ) ) +(assert (myObject (attribute1 "attr33817") ) ) +(assert (myObject (attribute1 "attr33818") ) ) +(assert (myObject (attribute1 "attr33819") ) ) +(assert (myObject (attribute1 "attr33820") ) ) +(assert (myObject (attribute1 "attr33821") ) ) +(assert (myObject (attribute1 "attr33822") ) ) +(assert (myObject (attribute1 "attr33823") ) ) +(assert (myObject (attribute1 "attr33824") ) ) +(assert (myObject (attribute1 "attr33825") ) ) +(assert (myObject (attribute1 "attr33826") ) ) +(assert (myObject (attribute1 "attr33827") ) ) +(assert (myObject (attribute1 "attr33828") ) ) +(assert (myObject (attribute1 "attr33829") ) ) +(assert (myObject (attribute1 "attr33830") ) ) +(assert (myObject (attribute1 "attr33831") ) ) +(assert (myObject (attribute1 "attr33832") ) ) +(assert (myObject (attribute1 "attr33833") ) ) +(assert (myObject (attribute1 "attr33834") ) ) +(assert (myObject (attribute1 "attr33835") ) ) +(assert (myObject (attribute1 "attr33836") ) ) +(assert (myObject (attribute1 "attr33837") ) ) +(assert (myObject (attribute1 "attr33838") ) ) +(assert (myObject (attribute1 "attr33839") ) ) +(assert (myObject (attribute1 "attr33840") ) ) +(assert (myObject (attribute1 "attr33841") ) ) +(assert (myObject (attribute1 "attr33842") ) ) +(assert (myObject (attribute1 "attr33843") ) ) +(assert (myObject (attribute1 "attr33844") ) ) +(assert (myObject (attribute1 "attr33845") ) ) +(assert (myObject (attribute1 "attr33846") ) ) +(assert (myObject (attribute1 "attr33847") ) ) +(assert (myObject (attribute1 "attr33848") ) ) +(assert (myObject (attribute1 "attr33849") ) ) +(assert (myObject (attribute1 "attr33850") ) ) +(assert (myObject (attribute1 "attr33851") ) ) +(assert (myObject (attribute1 "attr33852") ) ) +(assert (myObject (attribute1 "attr33853") ) ) +(assert (myObject (attribute1 "attr33854") ) ) +(assert (myObject (attribute1 "attr33855") ) ) +(assert (myObject (attribute1 "attr33856") ) ) +(assert (myObject (attribute1 "attr33857") ) ) +(assert (myObject (attribute1 "attr33858") ) ) +(assert (myObject (attribute1 "attr33859") ) ) +(assert (myObject (attribute1 "attr33860") ) ) +(assert (myObject (attribute1 "attr33861") ) ) +(assert (myObject (attribute1 "attr33862") ) ) +(assert (myObject (attribute1 "attr33863") ) ) +(assert (myObject (attribute1 "attr33864") ) ) +(assert (myObject (attribute1 "attr33865") ) ) +(assert (myObject (attribute1 "attr33866") ) ) +(assert (myObject (attribute1 "attr33867") ) ) +(assert (myObject (attribute1 "attr33868") ) ) +(assert (myObject (attribute1 "attr33869") ) ) +(assert (myObject (attribute1 "attr33870") ) ) +(assert (myObject (attribute1 "attr33871") ) ) +(assert (myObject (attribute1 "attr33872") ) ) +(assert (myObject (attribute1 "attr33873") ) ) +(assert (myObject (attribute1 "attr33874") ) ) +(assert (myObject (attribute1 "attr33875") ) ) +(assert (myObject (attribute1 "attr33876") ) ) +(assert (myObject (attribute1 "attr33877") ) ) +(assert (myObject (attribute1 "attr33878") ) ) +(assert (myObject (attribute1 "attr33879") ) ) +(assert (myObject (attribute1 "attr33880") ) ) +(assert (myObject (attribute1 "attr33881") ) ) +(assert (myObject (attribute1 "attr33882") ) ) +(assert (myObject (attribute1 "attr33883") ) ) +(assert (myObject (attribute1 "attr33884") ) ) +(assert (myObject (attribute1 "attr33885") ) ) +(assert (myObject (attribute1 "attr33886") ) ) +(assert (myObject (attribute1 "attr33887") ) ) +(assert (myObject (attribute1 "attr33888") ) ) +(assert (myObject (attribute1 "attr33889") ) ) +(assert (myObject (attribute1 "attr33890") ) ) +(assert (myObject (attribute1 "attr33891") ) ) +(assert (myObject (attribute1 "attr33892") ) ) +(assert (myObject (attribute1 "attr33893") ) ) +(assert (myObject (attribute1 "attr33894") ) ) +(assert (myObject (attribute1 "attr33895") ) ) +(assert (myObject (attribute1 "attr33896") ) ) +(assert (myObject (attribute1 "attr33897") ) ) +(assert (myObject (attribute1 "attr33898") ) ) +(assert (myObject (attribute1 "attr33899") ) ) +(assert (myObject (attribute1 "attr33900") ) ) +(assert (myObject (attribute1 "attr33901") ) ) +(assert (myObject (attribute1 "attr33902") ) ) +(assert (myObject (attribute1 "attr33903") ) ) +(assert (myObject (attribute1 "attr33904") ) ) +(assert (myObject (attribute1 "attr33905") ) ) +(assert (myObject (attribute1 "attr33906") ) ) +(assert (myObject (attribute1 "attr33907") ) ) +(assert (myObject (attribute1 "attr33908") ) ) +(assert (myObject (attribute1 "attr33909") ) ) +(assert (myObject (attribute1 "attr33910") ) ) +(assert (myObject (attribute1 "attr33911") ) ) +(assert (myObject (attribute1 "attr33912") ) ) +(assert (myObject (attribute1 "attr33913") ) ) +(assert (myObject (attribute1 "attr33914") ) ) +(assert (myObject (attribute1 "attr33915") ) ) +(assert (myObject (attribute1 "attr33916") ) ) +(assert (myObject (attribute1 "attr33917") ) ) +(assert (myObject (attribute1 "attr33918") ) ) +(assert (myObject (attribute1 "attr33919") ) ) +(assert (myObject (attribute1 "attr33920") ) ) +(assert (myObject (attribute1 "attr33921") ) ) +(assert (myObject (attribute1 "attr33922") ) ) +(assert (myObject (attribute1 "attr33923") ) ) +(assert (myObject (attribute1 "attr33924") ) ) +(assert (myObject (attribute1 "attr33925") ) ) +(assert (myObject (attribute1 "attr33926") ) ) +(assert (myObject (attribute1 "attr33927") ) ) +(assert (myObject (attribute1 "attr33928") ) ) +(assert (myObject (attribute1 "attr33929") ) ) +(assert (myObject (attribute1 "attr33930") ) ) +(assert (myObject (attribute1 "attr33931") ) ) +(assert (myObject (attribute1 "attr33932") ) ) +(assert (myObject (attribute1 "attr33933") ) ) +(assert (myObject (attribute1 "attr33934") ) ) +(assert (myObject (attribute1 "attr33935") ) ) +(assert (myObject (attribute1 "attr33936") ) ) +(assert (myObject (attribute1 "attr33937") ) ) +(assert (myObject (attribute1 "attr33938") ) ) +(assert (myObject (attribute1 "attr33939") ) ) +(assert (myObject (attribute1 "attr33940") ) ) +(assert (myObject (attribute1 "attr33941") ) ) +(assert (myObject (attribute1 "attr33942") ) ) +(assert (myObject (attribute1 "attr33943") ) ) +(assert (myObject (attribute1 "attr33944") ) ) +(assert (myObject (attribute1 "attr33945") ) ) +(assert (myObject (attribute1 "attr33946") ) ) +(assert (myObject (attribute1 "attr33947") ) ) +(assert (myObject (attribute1 "attr33948") ) ) +(assert (myObject (attribute1 "attr33949") ) ) +(assert (myObject (attribute1 "attr33950") ) ) +(assert (myObject (attribute1 "attr33951") ) ) +(assert (myObject (attribute1 "attr33952") ) ) +(assert (myObject (attribute1 "attr33953") ) ) +(assert (myObject (attribute1 "attr33954") ) ) +(assert (myObject (attribute1 "attr33955") ) ) +(assert (myObject (attribute1 "attr33956") ) ) +(assert (myObject (attribute1 "attr33957") ) ) +(assert (myObject (attribute1 "attr33958") ) ) +(assert (myObject (attribute1 "attr33959") ) ) +(assert (myObject (attribute1 "attr33960") ) ) +(assert (myObject (attribute1 "attr33961") ) ) +(assert (myObject (attribute1 "attr33962") ) ) +(assert (myObject (attribute1 "attr33963") ) ) +(assert (myObject (attribute1 "attr33964") ) ) +(assert (myObject (attribute1 "attr33965") ) ) +(assert (myObject (attribute1 "attr33966") ) ) +(assert (myObject (attribute1 "attr33967") ) ) +(assert (myObject (attribute1 "attr33968") ) ) +(assert (myObject (attribute1 "attr33969") ) ) +(assert (myObject (attribute1 "attr33970") ) ) +(assert (myObject (attribute1 "attr33971") ) ) +(assert (myObject (attribute1 "attr33972") ) ) +(assert (myObject (attribute1 "attr33973") ) ) +(assert (myObject (attribute1 "attr33974") ) ) +(assert (myObject (attribute1 "attr33975") ) ) +(assert (myObject (attribute1 "attr33976") ) ) +(assert (myObject (attribute1 "attr33977") ) ) +(assert (myObject (attribute1 "attr33978") ) ) +(assert (myObject (attribute1 "attr33979") ) ) +(assert (myObject (attribute1 "attr33980") ) ) +(assert (myObject (attribute1 "attr33981") ) ) +(assert (myObject (attribute1 "attr33982") ) ) +(assert (myObject (attribute1 "attr33983") ) ) +(assert (myObject (attribute1 "attr33984") ) ) +(assert (myObject (attribute1 "attr33985") ) ) +(assert (myObject (attribute1 "attr33986") ) ) +(assert (myObject (attribute1 "attr33987") ) ) +(assert (myObject (attribute1 "attr33988") ) ) +(assert (myObject (attribute1 "attr33989") ) ) +(assert (myObject (attribute1 "attr33990") ) ) +(assert (myObject (attribute1 "attr33991") ) ) +(assert (myObject (attribute1 "attr33992") ) ) +(assert (myObject (attribute1 "attr33993") ) ) +(assert (myObject (attribute1 "attr33994") ) ) +(assert (myObject (attribute1 "attr33995") ) ) +(assert (myObject (attribute1 "attr33996") ) ) +(assert (myObject (attribute1 "attr33997") ) ) +(assert (myObject (attribute1 "attr33998") ) ) +(assert (myObject (attribute1 "attr33999") ) ) +(assert (myObject (attribute1 "attr34000") ) ) +(assert (myObject (attribute1 "attr34001") ) ) +(assert (myObject (attribute1 "attr34002") ) ) +(assert (myObject (attribute1 "attr34003") ) ) +(assert (myObject (attribute1 "attr34004") ) ) +(assert (myObject (attribute1 "attr34005") ) ) +(assert (myObject (attribute1 "attr34006") ) ) +(assert (myObject (attribute1 "attr34007") ) ) +(assert (myObject (attribute1 "attr34008") ) ) +(assert (myObject (attribute1 "attr34009") ) ) +(assert (myObject (attribute1 "attr34010") ) ) +(assert (myObject (attribute1 "attr34011") ) ) +(assert (myObject (attribute1 "attr34012") ) ) +(assert (myObject (attribute1 "attr34013") ) ) +(assert (myObject (attribute1 "attr34014") ) ) +(assert (myObject (attribute1 "attr34015") ) ) +(assert (myObject (attribute1 "attr34016") ) ) +(assert (myObject (attribute1 "attr34017") ) ) +(assert (myObject (attribute1 "attr34018") ) ) +(assert (myObject (attribute1 "attr34019") ) ) +(assert (myObject (attribute1 "attr34020") ) ) +(assert (myObject (attribute1 "attr34021") ) ) +(assert (myObject (attribute1 "attr34022") ) ) +(assert (myObject (attribute1 "attr34023") ) ) +(assert (myObject (attribute1 "attr34024") ) ) +(assert (myObject (attribute1 "attr34025") ) ) +(assert (myObject (attribute1 "attr34026") ) ) +(assert (myObject (attribute1 "attr34027") ) ) +(assert (myObject (attribute1 "attr34028") ) ) +(assert (myObject (attribute1 "attr34029") ) ) +(assert (myObject (attribute1 "attr34030") ) ) +(assert (myObject (attribute1 "attr34031") ) ) +(assert (myObject (attribute1 "attr34032") ) ) +(assert (myObject (attribute1 "attr34033") ) ) +(assert (myObject (attribute1 "attr34034") ) ) +(assert (myObject (attribute1 "attr34035") ) ) +(assert (myObject (attribute1 "attr34036") ) ) +(assert (myObject (attribute1 "attr34037") ) ) +(assert (myObject (attribute1 "attr34038") ) ) +(assert (myObject (attribute1 "attr34039") ) ) +(assert (myObject (attribute1 "attr34040") ) ) +(assert (myObject (attribute1 "attr34041") ) ) +(assert (myObject (attribute1 "attr34042") ) ) +(assert (myObject (attribute1 "attr34043") ) ) +(assert (myObject (attribute1 "attr34044") ) ) +(assert (myObject (attribute1 "attr34045") ) ) +(assert (myObject (attribute1 "attr34046") ) ) +(assert (myObject (attribute1 "attr34047") ) ) +(assert (myObject (attribute1 "attr34048") ) ) +(assert (myObject (attribute1 "attr34049") ) ) +(assert (myObject (attribute1 "attr34050") ) ) +(assert (myObject (attribute1 "attr34051") ) ) +(assert (myObject (attribute1 "attr34052") ) ) +(assert (myObject (attribute1 "attr34053") ) ) +(assert (myObject (attribute1 "attr34054") ) ) +(assert (myObject (attribute1 "attr34055") ) ) +(assert (myObject (attribute1 "attr34056") ) ) +(assert (myObject (attribute1 "attr34057") ) ) +(assert (myObject (attribute1 "attr34058") ) ) +(assert (myObject (attribute1 "attr34059") ) ) +(assert (myObject (attribute1 "attr34060") ) ) +(assert (myObject (attribute1 "attr34061") ) ) +(assert (myObject (attribute1 "attr34062") ) ) +(assert (myObject (attribute1 "attr34063") ) ) +(assert (myObject (attribute1 "attr34064") ) ) +(assert (myObject (attribute1 "attr34065") ) ) +(assert (myObject (attribute1 "attr34066") ) ) +(assert (myObject (attribute1 "attr34067") ) ) +(assert (myObject (attribute1 "attr34068") ) ) +(assert (myObject (attribute1 "attr34069") ) ) +(assert (myObject (attribute1 "attr34070") ) ) +(assert (myObject (attribute1 "attr34071") ) ) +(assert (myObject (attribute1 "attr34072") ) ) +(assert (myObject (attribute1 "attr34073") ) ) +(assert (myObject (attribute1 "attr34074") ) ) +(assert (myObject (attribute1 "attr34075") ) ) +(assert (myObject (attribute1 "attr34076") ) ) +(assert (myObject (attribute1 "attr34077") ) ) +(assert (myObject (attribute1 "attr34078") ) ) +(assert (myObject (attribute1 "attr34079") ) ) +(assert (myObject (attribute1 "attr34080") ) ) +(assert (myObject (attribute1 "attr34081") ) ) +(assert (myObject (attribute1 "attr34082") ) ) +(assert (myObject (attribute1 "attr34083") ) ) +(assert (myObject (attribute1 "attr34084") ) ) +(assert (myObject (attribute1 "attr34085") ) ) +(assert (myObject (attribute1 "attr34086") ) ) +(assert (myObject (attribute1 "attr34087") ) ) +(assert (myObject (attribute1 "attr34088") ) ) +(assert (myObject (attribute1 "attr34089") ) ) +(assert (myObject (attribute1 "attr34090") ) ) +(assert (myObject (attribute1 "attr34091") ) ) +(assert (myObject (attribute1 "attr34092") ) ) +(assert (myObject (attribute1 "attr34093") ) ) +(assert (myObject (attribute1 "attr34094") ) ) +(assert (myObject (attribute1 "attr34095") ) ) +(assert (myObject (attribute1 "attr34096") ) ) +(assert (myObject (attribute1 "attr34097") ) ) +(assert (myObject (attribute1 "attr34098") ) ) +(assert (myObject (attribute1 "attr34099") ) ) +(assert (myObject (attribute1 "attr34100") ) ) +(assert (myObject (attribute1 "attr34101") ) ) +(assert (myObject (attribute1 "attr34102") ) ) +(assert (myObject (attribute1 "attr34103") ) ) +(assert (myObject (attribute1 "attr34104") ) ) +(assert (myObject (attribute1 "attr34105") ) ) +(assert (myObject (attribute1 "attr34106") ) ) +(assert (myObject (attribute1 "attr34107") ) ) +(assert (myObject (attribute1 "attr34108") ) ) +(assert (myObject (attribute1 "attr34109") ) ) +(assert (myObject (attribute1 "attr34110") ) ) +(assert (myObject (attribute1 "attr34111") ) ) +(assert (myObject (attribute1 "attr34112") ) ) +(assert (myObject (attribute1 "attr34113") ) ) +(assert (myObject (attribute1 "attr34114") ) ) +(assert (myObject (attribute1 "attr34115") ) ) +(assert (myObject (attribute1 "attr34116") ) ) +(assert (myObject (attribute1 "attr34117") ) ) +(assert (myObject (attribute1 "attr34118") ) ) +(assert (myObject (attribute1 "attr34119") ) ) +(assert (myObject (attribute1 "attr34120") ) ) +(assert (myObject (attribute1 "attr34121") ) ) +(assert (myObject (attribute1 "attr34122") ) ) +(assert (myObject (attribute1 "attr34123") ) ) +(assert (myObject (attribute1 "attr34124") ) ) +(assert (myObject (attribute1 "attr34125") ) ) +(assert (myObject (attribute1 "attr34126") ) ) +(assert (myObject (attribute1 "attr34127") ) ) +(assert (myObject (attribute1 "attr34128") ) ) +(assert (myObject (attribute1 "attr34129") ) ) +(assert (myObject (attribute1 "attr34130") ) ) +(assert (myObject (attribute1 "attr34131") ) ) +(assert (myObject (attribute1 "attr34132") ) ) +(assert (myObject (attribute1 "attr34133") ) ) +(assert (myObject (attribute1 "attr34134") ) ) +(assert (myObject (attribute1 "attr34135") ) ) +(assert (myObject (attribute1 "attr34136") ) ) +(assert (myObject (attribute1 "attr34137") ) ) +(assert (myObject (attribute1 "attr34138") ) ) +(assert (myObject (attribute1 "attr34139") ) ) +(assert (myObject (attribute1 "attr34140") ) ) +(assert (myObject (attribute1 "attr34141") ) ) +(assert (myObject (attribute1 "attr34142") ) ) +(assert (myObject (attribute1 "attr34143") ) ) +(assert (myObject (attribute1 "attr34144") ) ) +(assert (myObject (attribute1 "attr34145") ) ) +(assert (myObject (attribute1 "attr34146") ) ) +(assert (myObject (attribute1 "attr34147") ) ) +(assert (myObject (attribute1 "attr34148") ) ) +(assert (myObject (attribute1 "attr34149") ) ) +(assert (myObject (attribute1 "attr34150") ) ) +(assert (myObject (attribute1 "attr34151") ) ) +(assert (myObject (attribute1 "attr34152") ) ) +(assert (myObject (attribute1 "attr34153") ) ) +(assert (myObject (attribute1 "attr34154") ) ) +(assert (myObject (attribute1 "attr34155") ) ) +(assert (myObject (attribute1 "attr34156") ) ) +(assert (myObject (attribute1 "attr34157") ) ) +(assert (myObject (attribute1 "attr34158") ) ) +(assert (myObject (attribute1 "attr34159") ) ) +(assert (myObject (attribute1 "attr34160") ) ) +(assert (myObject (attribute1 "attr34161") ) ) +(assert (myObject (attribute1 "attr34162") ) ) +(assert (myObject (attribute1 "attr34163") ) ) +(assert (myObject (attribute1 "attr34164") ) ) +(assert (myObject (attribute1 "attr34165") ) ) +(assert (myObject (attribute1 "attr34166") ) ) +(assert (myObject (attribute1 "attr34167") ) ) +(assert (myObject (attribute1 "attr34168") ) ) +(assert (myObject (attribute1 "attr34169") ) ) +(assert (myObject (attribute1 "attr34170") ) ) +(assert (myObject (attribute1 "attr34171") ) ) +(assert (myObject (attribute1 "attr34172") ) ) +(assert (myObject (attribute1 "attr34173") ) ) +(assert (myObject (attribute1 "attr34174") ) ) +(assert (myObject (attribute1 "attr34175") ) ) +(assert (myObject (attribute1 "attr34176") ) ) +(assert (myObject (attribute1 "attr34177") ) ) +(assert (myObject (attribute1 "attr34178") ) ) +(assert (myObject (attribute1 "attr34179") ) ) +(assert (myObject (attribute1 "attr34180") ) ) +(assert (myObject (attribute1 "attr34181") ) ) +(assert (myObject (attribute1 "attr34182") ) ) +(assert (myObject (attribute1 "attr34183") ) ) +(assert (myObject (attribute1 "attr34184") ) ) +(assert (myObject (attribute1 "attr34185") ) ) +(assert (myObject (attribute1 "attr34186") ) ) +(assert (myObject (attribute1 "attr34187") ) ) +(assert (myObject (attribute1 "attr34188") ) ) +(assert (myObject (attribute1 "attr34189") ) ) +(assert (myObject (attribute1 "attr34190") ) ) +(assert (myObject (attribute1 "attr34191") ) ) +(assert (myObject (attribute1 "attr34192") ) ) +(assert (myObject (attribute1 "attr34193") ) ) +(assert (myObject (attribute1 "attr34194") ) ) +(assert (myObject (attribute1 "attr34195") ) ) +(assert (myObject (attribute1 "attr34196") ) ) +(assert (myObject (attribute1 "attr34197") ) ) +(assert (myObject (attribute1 "attr34198") ) ) +(assert (myObject (attribute1 "attr34199") ) ) +(assert (myObject (attribute1 "attr34200") ) ) +(assert (myObject (attribute1 "attr34201") ) ) +(assert (myObject (attribute1 "attr34202") ) ) +(assert (myObject (attribute1 "attr34203") ) ) +(assert (myObject (attribute1 "attr34204") ) ) +(assert (myObject (attribute1 "attr34205") ) ) +(assert (myObject (attribute1 "attr34206") ) ) +(assert (myObject (attribute1 "attr34207") ) ) +(assert (myObject (attribute1 "attr34208") ) ) +(assert (myObject (attribute1 "attr34209") ) ) +(assert (myObject (attribute1 "attr34210") ) ) +(assert (myObject (attribute1 "attr34211") ) ) +(assert (myObject (attribute1 "attr34212") ) ) +(assert (myObject (attribute1 "attr34213") ) ) +(assert (myObject (attribute1 "attr34214") ) ) +(assert (myObject (attribute1 "attr34215") ) ) +(assert (myObject (attribute1 "attr34216") ) ) +(assert (myObject (attribute1 "attr34217") ) ) +(assert (myObject (attribute1 "attr34218") ) ) +(assert (myObject (attribute1 "attr34219") ) ) +(assert (myObject (attribute1 "attr34220") ) ) +(assert (myObject (attribute1 "attr34221") ) ) +(assert (myObject (attribute1 "attr34222") ) ) +(assert (myObject (attribute1 "attr34223") ) ) +(assert (myObject (attribute1 "attr34224") ) ) +(assert (myObject (attribute1 "attr34225") ) ) +(assert (myObject (attribute1 "attr34226") ) ) +(assert (myObject (attribute1 "attr34227") ) ) +(assert (myObject (attribute1 "attr34228") ) ) +(assert (myObject (attribute1 "attr34229") ) ) +(assert (myObject (attribute1 "attr34230") ) ) +(assert (myObject (attribute1 "attr34231") ) ) +(assert (myObject (attribute1 "attr34232") ) ) +(assert (myObject (attribute1 "attr34233") ) ) +(assert (myObject (attribute1 "attr34234") ) ) +(assert (myObject (attribute1 "attr34235") ) ) +(assert (myObject (attribute1 "attr34236") ) ) +(assert (myObject (attribute1 "attr34237") ) ) +(assert (myObject (attribute1 "attr34238") ) ) +(assert (myObject (attribute1 "attr34239") ) ) +(assert (myObject (attribute1 "attr34240") ) ) +(assert (myObject (attribute1 "attr34241") ) ) +(assert (myObject (attribute1 "attr34242") ) ) +(assert (myObject (attribute1 "attr34243") ) ) +(assert (myObject (attribute1 "attr34244") ) ) +(assert (myObject (attribute1 "attr34245") ) ) +(assert (myObject (attribute1 "attr34246") ) ) +(assert (myObject (attribute1 "attr34247") ) ) +(assert (myObject (attribute1 "attr34248") ) ) +(assert (myObject (attribute1 "attr34249") ) ) +(assert (myObject (attribute1 "attr34250") ) ) +(assert (myObject (attribute1 "attr34251") ) ) +(assert (myObject (attribute1 "attr34252") ) ) +(assert (myObject (attribute1 "attr34253") ) ) +(assert (myObject (attribute1 "attr34254") ) ) +(assert (myObject (attribute1 "attr34255") ) ) +(assert (myObject (attribute1 "attr34256") ) ) +(assert (myObject (attribute1 "attr34257") ) ) +(assert (myObject (attribute1 "attr34258") ) ) +(assert (myObject (attribute1 "attr34259") ) ) +(assert (myObject (attribute1 "attr34260") ) ) +(assert (myObject (attribute1 "attr34261") ) ) +(assert (myObject (attribute1 "attr34262") ) ) +(assert (myObject (attribute1 "attr34263") ) ) +(assert (myObject (attribute1 "attr34264") ) ) +(assert (myObject (attribute1 "attr34265") ) ) +(assert (myObject (attribute1 "attr34266") ) ) +(assert (myObject (attribute1 "attr34267") ) ) +(assert (myObject (attribute1 "attr34268") ) ) +(assert (myObject (attribute1 "attr34269") ) ) +(assert (myObject (attribute1 "attr34270") ) ) +(assert (myObject (attribute1 "attr34271") ) ) +(assert (myObject (attribute1 "attr34272") ) ) +(assert (myObject (attribute1 "attr34273") ) ) +(assert (myObject (attribute1 "attr34274") ) ) +(assert (myObject (attribute1 "attr34275") ) ) +(assert (myObject (attribute1 "attr34276") ) ) +(assert (myObject (attribute1 "attr34277") ) ) +(assert (myObject (attribute1 "attr34278") ) ) +(assert (myObject (attribute1 "attr34279") ) ) +(assert (myObject (attribute1 "attr34280") ) ) +(assert (myObject (attribute1 "attr34281") ) ) +(assert (myObject (attribute1 "attr34282") ) ) +(assert (myObject (attribute1 "attr34283") ) ) +(assert (myObject (attribute1 "attr34284") ) ) +(assert (myObject (attribute1 "attr34285") ) ) +(assert (myObject (attribute1 "attr34286") ) ) +(assert (myObject (attribute1 "attr34287") ) ) +(assert (myObject (attribute1 "attr34288") ) ) +(assert (myObject (attribute1 "attr34289") ) ) +(assert (myObject (attribute1 "attr34290") ) ) +(assert (myObject (attribute1 "attr34291") ) ) +(assert (myObject (attribute1 "attr34292") ) ) +(assert (myObject (attribute1 "attr34293") ) ) +(assert (myObject (attribute1 "attr34294") ) ) +(assert (myObject (attribute1 "attr34295") ) ) +(assert (myObject (attribute1 "attr34296") ) ) +(assert (myObject (attribute1 "attr34297") ) ) +(assert (myObject (attribute1 "attr34298") ) ) +(assert (myObject (attribute1 "attr34299") ) ) +(assert (myObject (attribute1 "attr34300") ) ) +(assert (myObject (attribute1 "attr34301") ) ) +(assert (myObject (attribute1 "attr34302") ) ) +(assert (myObject (attribute1 "attr34303") ) ) +(assert (myObject (attribute1 "attr34304") ) ) +(assert (myObject (attribute1 "attr34305") ) ) +(assert (myObject (attribute1 "attr34306") ) ) +(assert (myObject (attribute1 "attr34307") ) ) +(assert (myObject (attribute1 "attr34308") ) ) +(assert (myObject (attribute1 "attr34309") ) ) +(assert (myObject (attribute1 "attr34310") ) ) +(assert (myObject (attribute1 "attr34311") ) ) +(assert (myObject (attribute1 "attr34312") ) ) +(assert (myObject (attribute1 "attr34313") ) ) +(assert (myObject (attribute1 "attr34314") ) ) +(assert (myObject (attribute1 "attr34315") ) ) +(assert (myObject (attribute1 "attr34316") ) ) +(assert (myObject (attribute1 "attr34317") ) ) +(assert (myObject (attribute1 "attr34318") ) ) +(assert (myObject (attribute1 "attr34319") ) ) +(assert (myObject (attribute1 "attr34320") ) ) +(assert (myObject (attribute1 "attr34321") ) ) +(assert (myObject (attribute1 "attr34322") ) ) +(assert (myObject (attribute1 "attr34323") ) ) +(assert (myObject (attribute1 "attr34324") ) ) +(assert (myObject (attribute1 "attr34325") ) ) +(assert (myObject (attribute1 "attr34326") ) ) +(assert (myObject (attribute1 "attr34327") ) ) +(assert (myObject (attribute1 "attr34328") ) ) +(assert (myObject (attribute1 "attr34329") ) ) +(assert (myObject (attribute1 "attr34330") ) ) +(assert (myObject (attribute1 "attr34331") ) ) +(assert (myObject (attribute1 "attr34332") ) ) +(assert (myObject (attribute1 "attr34333") ) ) +(assert (myObject (attribute1 "attr34334") ) ) +(assert (myObject (attribute1 "attr34335") ) ) +(assert (myObject (attribute1 "attr34336") ) ) +(assert (myObject (attribute1 "attr34337") ) ) +(assert (myObject (attribute1 "attr34338") ) ) +(assert (myObject (attribute1 "attr34339") ) ) +(assert (myObject (attribute1 "attr34340") ) ) +(assert (myObject (attribute1 "attr34341") ) ) +(assert (myObject (attribute1 "attr34342") ) ) +(assert (myObject (attribute1 "attr34343") ) ) +(assert (myObject (attribute1 "attr34344") ) ) +(assert (myObject (attribute1 "attr34345") ) ) +(assert (myObject (attribute1 "attr34346") ) ) +(assert (myObject (attribute1 "attr34347") ) ) +(assert (myObject (attribute1 "attr34348") ) ) +(assert (myObject (attribute1 "attr34349") ) ) +(assert (myObject (attribute1 "attr34350") ) ) +(assert (myObject (attribute1 "attr34351") ) ) +(assert (myObject (attribute1 "attr34352") ) ) +(assert (myObject (attribute1 "attr34353") ) ) +(assert (myObject (attribute1 "attr34354") ) ) +(assert (myObject (attribute1 "attr34355") ) ) +(assert (myObject (attribute1 "attr34356") ) ) +(assert (myObject (attribute1 "attr34357") ) ) +(assert (myObject (attribute1 "attr34358") ) ) +(assert (myObject (attribute1 "attr34359") ) ) +(assert (myObject (attribute1 "attr34360") ) ) +(assert (myObject (attribute1 "attr34361") ) ) +(assert (myObject (attribute1 "attr34362") ) ) +(assert (myObject (attribute1 "attr34363") ) ) +(assert (myObject (attribute1 "attr34364") ) ) +(assert (myObject (attribute1 "attr34365") ) ) +(assert (myObject (attribute1 "attr34366") ) ) +(assert (myObject (attribute1 "attr34367") ) ) +(assert (myObject (attribute1 "attr34368") ) ) +(assert (myObject (attribute1 "attr34369") ) ) +(assert (myObject (attribute1 "attr34370") ) ) +(assert (myObject (attribute1 "attr34371") ) ) +(assert (myObject (attribute1 "attr34372") ) ) +(assert (myObject (attribute1 "attr34373") ) ) +(assert (myObject (attribute1 "attr34374") ) ) +(assert (myObject (attribute1 "attr34375") ) ) +(assert (myObject (attribute1 "attr34376") ) ) +(assert (myObject (attribute1 "attr34377") ) ) +(assert (myObject (attribute1 "attr34378") ) ) +(assert (myObject (attribute1 "attr34379") ) ) +(assert (myObject (attribute1 "attr34380") ) ) +(assert (myObject (attribute1 "attr34381") ) ) +(assert (myObject (attribute1 "attr34382") ) ) +(assert (myObject (attribute1 "attr34383") ) ) +(assert (myObject (attribute1 "attr34384") ) ) +(assert (myObject (attribute1 "attr34385") ) ) +(assert (myObject (attribute1 "attr34386") ) ) +(assert (myObject (attribute1 "attr34387") ) ) +(assert (myObject (attribute1 "attr34388") ) ) +(assert (myObject (attribute1 "attr34389") ) ) +(assert (myObject (attribute1 "attr34390") ) ) +(assert (myObject (attribute1 "attr34391") ) ) +(assert (myObject (attribute1 "attr34392") ) ) +(assert (myObject (attribute1 "attr34393") ) ) +(assert (myObject (attribute1 "attr34394") ) ) +(assert (myObject (attribute1 "attr34395") ) ) +(assert (myObject (attribute1 "attr34396") ) ) +(assert (myObject (attribute1 "attr34397") ) ) +(assert (myObject (attribute1 "attr34398") ) ) +(assert (myObject (attribute1 "attr34399") ) ) +(assert (myObject (attribute1 "attr34400") ) ) +(assert (myObject (attribute1 "attr34401") ) ) +(assert (myObject (attribute1 "attr34402") ) ) +(assert (myObject (attribute1 "attr34403") ) ) +(assert (myObject (attribute1 "attr34404") ) ) +(assert (myObject (attribute1 "attr34405") ) ) +(assert (myObject (attribute1 "attr34406") ) ) +(assert (myObject (attribute1 "attr34407") ) ) +(assert (myObject (attribute1 "attr34408") ) ) +(assert (myObject (attribute1 "attr34409") ) ) +(assert (myObject (attribute1 "attr34410") ) ) +(assert (myObject (attribute1 "attr34411") ) ) +(assert (myObject (attribute1 "attr34412") ) ) +(assert (myObject (attribute1 "attr34413") ) ) +(assert (myObject (attribute1 "attr34414") ) ) +(assert (myObject (attribute1 "attr34415") ) ) +(assert (myObject (attribute1 "attr34416") ) ) +(assert (myObject (attribute1 "attr34417") ) ) +(assert (myObject (attribute1 "attr34418") ) ) +(assert (myObject (attribute1 "attr34419") ) ) +(assert (myObject (attribute1 "attr34420") ) ) +(assert (myObject (attribute1 "attr34421") ) ) +(assert (myObject (attribute1 "attr34422") ) ) +(assert (myObject (attribute1 "attr34423") ) ) +(assert (myObject (attribute1 "attr34424") ) ) +(assert (myObject (attribute1 "attr34425") ) ) +(assert (myObject (attribute1 "attr34426") ) ) +(assert (myObject (attribute1 "attr34427") ) ) +(assert (myObject (attribute1 "attr34428") ) ) +(assert (myObject (attribute1 "attr34429") ) ) +(assert (myObject (attribute1 "attr34430") ) ) +(assert (myObject (attribute1 "attr34431") ) ) +(assert (myObject (attribute1 "attr34432") ) ) +(assert (myObject (attribute1 "attr34433") ) ) +(assert (myObject (attribute1 "attr34434") ) ) +(assert (myObject (attribute1 "attr34435") ) ) +(assert (myObject (attribute1 "attr34436") ) ) +(assert (myObject (attribute1 "attr34437") ) ) +(assert (myObject (attribute1 "attr34438") ) ) +(assert (myObject (attribute1 "attr34439") ) ) +(assert (myObject (attribute1 "attr34440") ) ) +(assert (myObject (attribute1 "attr34441") ) ) +(assert (myObject (attribute1 "attr34442") ) ) +(assert (myObject (attribute1 "attr34443") ) ) +(assert (myObject (attribute1 "attr34444") ) ) +(assert (myObject (attribute1 "attr34445") ) ) +(assert (myObject (attribute1 "attr34446") ) ) +(assert (myObject (attribute1 "attr34447") ) ) +(assert (myObject (attribute1 "attr34448") ) ) +(assert (myObject (attribute1 "attr34449") ) ) +(assert (myObject (attribute1 "attr34450") ) ) +(assert (myObject (attribute1 "attr34451") ) ) +(assert (myObject (attribute1 "attr34452") ) ) +(assert (myObject (attribute1 "attr34453") ) ) +(assert (myObject (attribute1 "attr34454") ) ) +(assert (myObject (attribute1 "attr34455") ) ) +(assert (myObject (attribute1 "attr34456") ) ) +(assert (myObject (attribute1 "attr34457") ) ) +(assert (myObject (attribute1 "attr34458") ) ) +(assert (myObject (attribute1 "attr34459") ) ) +(assert (myObject (attribute1 "attr34460") ) ) +(assert (myObject (attribute1 "attr34461") ) ) +(assert (myObject (attribute1 "attr34462") ) ) +(assert (myObject (attribute1 "attr34463") ) ) +(assert (myObject (attribute1 "attr34464") ) ) +(assert (myObject (attribute1 "attr34465") ) ) +(assert (myObject (attribute1 "attr34466") ) ) +(assert (myObject (attribute1 "attr34467") ) ) +(assert (myObject (attribute1 "attr34468") ) ) +(assert (myObject (attribute1 "attr34469") ) ) +(assert (myObject (attribute1 "attr34470") ) ) +(assert (myObject (attribute1 "attr34471") ) ) +(assert (myObject (attribute1 "attr34472") ) ) +(assert (myObject (attribute1 "attr34473") ) ) +(assert (myObject (attribute1 "attr34474") ) ) +(assert (myObject (attribute1 "attr34475") ) ) +(assert (myObject (attribute1 "attr34476") ) ) +(assert (myObject (attribute1 "attr34477") ) ) +(assert (myObject (attribute1 "attr34478") ) ) +(assert (myObject (attribute1 "attr34479") ) ) +(assert (myObject (attribute1 "attr34480") ) ) +(assert (myObject (attribute1 "attr34481") ) ) +(assert (myObject (attribute1 "attr34482") ) ) +(assert (myObject (attribute1 "attr34483") ) ) +(assert (myObject (attribute1 "attr34484") ) ) +(assert (myObject (attribute1 "attr34485") ) ) +(assert (myObject (attribute1 "attr34486") ) ) +(assert (myObject (attribute1 "attr34487") ) ) +(assert (myObject (attribute1 "attr34488") ) ) +(assert (myObject (attribute1 "attr34489") ) ) +(assert (myObject (attribute1 "attr34490") ) ) +(assert (myObject (attribute1 "attr34491") ) ) +(assert (myObject (attribute1 "attr34492") ) ) +(assert (myObject (attribute1 "attr34493") ) ) +(assert (myObject (attribute1 "attr34494") ) ) +(assert (myObject (attribute1 "attr34495") ) ) +(assert (myObject (attribute1 "attr34496") ) ) +(assert (myObject (attribute1 "attr34497") ) ) +(assert (myObject (attribute1 "attr34498") ) ) +(assert (myObject (attribute1 "attr34499") ) ) +(assert (myObject (attribute1 "attr34500") ) ) +(assert (myObject (attribute1 "attr34501") ) ) +(assert (myObject (attribute1 "attr34502") ) ) +(assert (myObject (attribute1 "attr34503") ) ) +(assert (myObject (attribute1 "attr34504") ) ) +(assert (myObject (attribute1 "attr34505") ) ) +(assert (myObject (attribute1 "attr34506") ) ) +(assert (myObject (attribute1 "attr34507") ) ) +(assert (myObject (attribute1 "attr34508") ) ) +(assert (myObject (attribute1 "attr34509") ) ) +(assert (myObject (attribute1 "attr34510") ) ) +(assert (myObject (attribute1 "attr34511") ) ) +(assert (myObject (attribute1 "attr34512") ) ) +(assert (myObject (attribute1 "attr34513") ) ) +(assert (myObject (attribute1 "attr34514") ) ) +(assert (myObject (attribute1 "attr34515") ) ) +(assert (myObject (attribute1 "attr34516") ) ) +(assert (myObject (attribute1 "attr34517") ) ) +(assert (myObject (attribute1 "attr34518") ) ) +(assert (myObject (attribute1 "attr34519") ) ) +(assert (myObject (attribute1 "attr34520") ) ) +(assert (myObject (attribute1 "attr34521") ) ) +(assert (myObject (attribute1 "attr34522") ) ) +(assert (myObject (attribute1 "attr34523") ) ) +(assert (myObject (attribute1 "attr34524") ) ) +(assert (myObject (attribute1 "attr34525") ) ) +(assert (myObject (attribute1 "attr34526") ) ) +(assert (myObject (attribute1 "attr34527") ) ) +(assert (myObject (attribute1 "attr34528") ) ) +(assert (myObject (attribute1 "attr34529") ) ) +(assert (myObject (attribute1 "attr34530") ) ) +(assert (myObject (attribute1 "attr34531") ) ) +(assert (myObject (attribute1 "attr34532") ) ) +(assert (myObject (attribute1 "attr34533") ) ) +(assert (myObject (attribute1 "attr34534") ) ) +(assert (myObject (attribute1 "attr34535") ) ) +(assert (myObject (attribute1 "attr34536") ) ) +(assert (myObject (attribute1 "attr34537") ) ) +(assert (myObject (attribute1 "attr34538") ) ) +(assert (myObject (attribute1 "attr34539") ) ) +(assert (myObject (attribute1 "attr34540") ) ) +(assert (myObject (attribute1 "attr34541") ) ) +(assert (myObject (attribute1 "attr34542") ) ) +(assert (myObject (attribute1 "attr34543") ) ) +(assert (myObject (attribute1 "attr34544") ) ) +(assert (myObject (attribute1 "attr34545") ) ) +(assert (myObject (attribute1 "attr34546") ) ) +(assert (myObject (attribute1 "attr34547") ) ) +(assert (myObject (attribute1 "attr34548") ) ) +(assert (myObject (attribute1 "attr34549") ) ) +(assert (myObject (attribute1 "attr34550") ) ) +(assert (myObject (attribute1 "attr34551") ) ) +(assert (myObject (attribute1 "attr34552") ) ) +(assert (myObject (attribute1 "attr34553") ) ) +(assert (myObject (attribute1 "attr34554") ) ) +(assert (myObject (attribute1 "attr34555") ) ) +(assert (myObject (attribute1 "attr34556") ) ) +(assert (myObject (attribute1 "attr34557") ) ) +(assert (myObject (attribute1 "attr34558") ) ) +(assert (myObject (attribute1 "attr34559") ) ) +(assert (myObject (attribute1 "attr34560") ) ) +(assert (myObject (attribute1 "attr34561") ) ) +(assert (myObject (attribute1 "attr34562") ) ) +(assert (myObject (attribute1 "attr34563") ) ) +(assert (myObject (attribute1 "attr34564") ) ) +(assert (myObject (attribute1 "attr34565") ) ) +(assert (myObject (attribute1 "attr34566") ) ) +(assert (myObject (attribute1 "attr34567") ) ) +(assert (myObject (attribute1 "attr34568") ) ) +(assert (myObject (attribute1 "attr34569") ) ) +(assert (myObject (attribute1 "attr34570") ) ) +(assert (myObject (attribute1 "attr34571") ) ) +(assert (myObject (attribute1 "attr34572") ) ) +(assert (myObject (attribute1 "attr34573") ) ) +(assert (myObject (attribute1 "attr34574") ) ) +(assert (myObject (attribute1 "attr34575") ) ) +(assert (myObject (attribute1 "attr34576") ) ) +(assert (myObject (attribute1 "attr34577") ) ) +(assert (myObject (attribute1 "attr34578") ) ) +(assert (myObject (attribute1 "attr34579") ) ) +(assert (myObject (attribute1 "attr34580") ) ) +(assert (myObject (attribute1 "attr34581") ) ) +(assert (myObject (attribute1 "attr34582") ) ) +(assert (myObject (attribute1 "attr34583") ) ) +(assert (myObject (attribute1 "attr34584") ) ) +(assert (myObject (attribute1 "attr34585") ) ) +(assert (myObject (attribute1 "attr34586") ) ) +(assert (myObject (attribute1 "attr34587") ) ) +(assert (myObject (attribute1 "attr34588") ) ) +(assert (myObject (attribute1 "attr34589") ) ) +(assert (myObject (attribute1 "attr34590") ) ) +(assert (myObject (attribute1 "attr34591") ) ) +(assert (myObject (attribute1 "attr34592") ) ) +(assert (myObject (attribute1 "attr34593") ) ) +(assert (myObject (attribute1 "attr34594") ) ) +(assert (myObject (attribute1 "attr34595") ) ) +(assert (myObject (attribute1 "attr34596") ) ) +(assert (myObject (attribute1 "attr34597") ) ) +(assert (myObject (attribute1 "attr34598") ) ) +(assert (myObject (attribute1 "attr34599") ) ) +(assert (myObject (attribute1 "attr34600") ) ) +(assert (myObject (attribute1 "attr34601") ) ) +(assert (myObject (attribute1 "attr34602") ) ) +(assert (myObject (attribute1 "attr34603") ) ) +(assert (myObject (attribute1 "attr34604") ) ) +(assert (myObject (attribute1 "attr34605") ) ) +(assert (myObject (attribute1 "attr34606") ) ) +(assert (myObject (attribute1 "attr34607") ) ) +(assert (myObject (attribute1 "attr34608") ) ) +(assert (myObject (attribute1 "attr34609") ) ) +(assert (myObject (attribute1 "attr34610") ) ) +(assert (myObject (attribute1 "attr34611") ) ) +(assert (myObject (attribute1 "attr34612") ) ) +(assert (myObject (attribute1 "attr34613") ) ) +(assert (myObject (attribute1 "attr34614") ) ) +(assert (myObject (attribute1 "attr34615") ) ) +(assert (myObject (attribute1 "attr34616") ) ) +(assert (myObject (attribute1 "attr34617") ) ) +(assert (myObject (attribute1 "attr34618") ) ) +(assert (myObject (attribute1 "attr34619") ) ) +(assert (myObject (attribute1 "attr34620") ) ) +(assert (myObject (attribute1 "attr34621") ) ) +(assert (myObject (attribute1 "attr34622") ) ) +(assert (myObject (attribute1 "attr34623") ) ) +(assert (myObject (attribute1 "attr34624") ) ) +(assert (myObject (attribute1 "attr34625") ) ) +(assert (myObject (attribute1 "attr34626") ) ) +(assert (myObject (attribute1 "attr34627") ) ) +(assert (myObject (attribute1 "attr34628") ) ) +(assert (myObject (attribute1 "attr34629") ) ) +(assert (myObject (attribute1 "attr34630") ) ) +(assert (myObject (attribute1 "attr34631") ) ) +(assert (myObject (attribute1 "attr34632") ) ) +(assert (myObject (attribute1 "attr34633") ) ) +(assert (myObject (attribute1 "attr34634") ) ) +(assert (myObject (attribute1 "attr34635") ) ) +(assert (myObject (attribute1 "attr34636") ) ) +(assert (myObject (attribute1 "attr34637") ) ) +(assert (myObject (attribute1 "attr34638") ) ) +(assert (myObject (attribute1 "attr34639") ) ) +(assert (myObject (attribute1 "attr34640") ) ) +(assert (myObject (attribute1 "attr34641") ) ) +(assert (myObject (attribute1 "attr34642") ) ) +(assert (myObject (attribute1 "attr34643") ) ) +(assert (myObject (attribute1 "attr34644") ) ) +(assert (myObject (attribute1 "attr34645") ) ) +(assert (myObject (attribute1 "attr34646") ) ) +(assert (myObject (attribute1 "attr34647") ) ) +(assert (myObject (attribute1 "attr34648") ) ) +(assert (myObject (attribute1 "attr34649") ) ) +(assert (myObject (attribute1 "attr34650") ) ) +(assert (myObject (attribute1 "attr34651") ) ) +(assert (myObject (attribute1 "attr34652") ) ) +(assert (myObject (attribute1 "attr34653") ) ) +(assert (myObject (attribute1 "attr34654") ) ) +(assert (myObject (attribute1 "attr34655") ) ) +(assert (myObject (attribute1 "attr34656") ) ) +(assert (myObject (attribute1 "attr34657") ) ) +(assert (myObject (attribute1 "attr34658") ) ) +(assert (myObject (attribute1 "attr34659") ) ) +(assert (myObject (attribute1 "attr34660") ) ) +(assert (myObject (attribute1 "attr34661") ) ) +(assert (myObject (attribute1 "attr34662") ) ) +(assert (myObject (attribute1 "attr34663") ) ) +(assert (myObject (attribute1 "attr34664") ) ) +(assert (myObject (attribute1 "attr34665") ) ) +(assert (myObject (attribute1 "attr34666") ) ) +(assert (myObject (attribute1 "attr34667") ) ) +(assert (myObject (attribute1 "attr34668") ) ) +(assert (myObject (attribute1 "attr34669") ) ) +(assert (myObject (attribute1 "attr34670") ) ) +(assert (myObject (attribute1 "attr34671") ) ) +(assert (myObject (attribute1 "attr34672") ) ) +(assert (myObject (attribute1 "attr34673") ) ) +(assert (myObject (attribute1 "attr34674") ) ) +(assert (myObject (attribute1 "attr34675") ) ) +(assert (myObject (attribute1 "attr34676") ) ) +(assert (myObject (attribute1 "attr34677") ) ) +(assert (myObject (attribute1 "attr34678") ) ) +(assert (myObject (attribute1 "attr34679") ) ) +(assert (myObject (attribute1 "attr34680") ) ) +(assert (myObject (attribute1 "attr34681") ) ) +(assert (myObject (attribute1 "attr34682") ) ) +(assert (myObject (attribute1 "attr34683") ) ) +(assert (myObject (attribute1 "attr34684") ) ) +(assert (myObject (attribute1 "attr34685") ) ) +(assert (myObject (attribute1 "attr34686") ) ) +(assert (myObject (attribute1 "attr34687") ) ) +(assert (myObject (attribute1 "attr34688") ) ) +(assert (myObject (attribute1 "attr34689") ) ) +(assert (myObject (attribute1 "attr34690") ) ) +(assert (myObject (attribute1 "attr34691") ) ) +(assert (myObject (attribute1 "attr34692") ) ) +(assert (myObject (attribute1 "attr34693") ) ) +(assert (myObject (attribute1 "attr34694") ) ) +(assert (myObject (attribute1 "attr34695") ) ) +(assert (myObject (attribute1 "attr34696") ) ) +(assert (myObject (attribute1 "attr34697") ) ) +(assert (myObject (attribute1 "attr34698") ) ) +(assert (myObject (attribute1 "attr34699") ) ) +(assert (myObject (attribute1 "attr34700") ) ) +(assert (myObject (attribute1 "attr34701") ) ) +(assert (myObject (attribute1 "attr34702") ) ) +(assert (myObject (attribute1 "attr34703") ) ) +(assert (myObject (attribute1 "attr34704") ) ) +(assert (myObject (attribute1 "attr34705") ) ) +(assert (myObject (attribute1 "attr34706") ) ) +(assert (myObject (attribute1 "attr34707") ) ) +(assert (myObject (attribute1 "attr34708") ) ) +(assert (myObject (attribute1 "attr34709") ) ) +(assert (myObject (attribute1 "attr34710") ) ) +(assert (myObject (attribute1 "attr34711") ) ) +(assert (myObject (attribute1 "attr34712") ) ) +(assert (myObject (attribute1 "attr34713") ) ) +(assert (myObject (attribute1 "attr34714") ) ) +(assert (myObject (attribute1 "attr34715") ) ) +(assert (myObject (attribute1 "attr34716") ) ) +(assert (myObject (attribute1 "attr34717") ) ) +(assert (myObject (attribute1 "attr34718") ) ) +(assert (myObject (attribute1 "attr34719") ) ) +(assert (myObject (attribute1 "attr34720") ) ) +(assert (myObject (attribute1 "attr34721") ) ) +(assert (myObject (attribute1 "attr34722") ) ) +(assert (myObject (attribute1 "attr34723") ) ) +(assert (myObject (attribute1 "attr34724") ) ) +(assert (myObject (attribute1 "attr34725") ) ) +(assert (myObject (attribute1 "attr34726") ) ) +(assert (myObject (attribute1 "attr34727") ) ) +(assert (myObject (attribute1 "attr34728") ) ) +(assert (myObject (attribute1 "attr34729") ) ) +(assert (myObject (attribute1 "attr34730") ) ) +(assert (myObject (attribute1 "attr34731") ) ) +(assert (myObject (attribute1 "attr34732") ) ) +(assert (myObject (attribute1 "attr34733") ) ) +(assert (myObject (attribute1 "attr34734") ) ) +(assert (myObject (attribute1 "attr34735") ) ) +(assert (myObject (attribute1 "attr34736") ) ) +(assert (myObject (attribute1 "attr34737") ) ) +(assert (myObject (attribute1 "attr34738") ) ) +(assert (myObject (attribute1 "attr34739") ) ) +(assert (myObject (attribute1 "attr34740") ) ) +(assert (myObject (attribute1 "attr34741") ) ) +(assert (myObject (attribute1 "attr34742") ) ) +(assert (myObject (attribute1 "attr34743") ) ) +(assert (myObject (attribute1 "attr34744") ) ) +(assert (myObject (attribute1 "attr34745") ) ) +(assert (myObject (attribute1 "attr34746") ) ) +(assert (myObject (attribute1 "attr34747") ) ) +(assert (myObject (attribute1 "attr34748") ) ) +(assert (myObject (attribute1 "attr34749") ) ) +(assert (myObject (attribute1 "attr34750") ) ) +(assert (myObject (attribute1 "attr34751") ) ) +(assert (myObject (attribute1 "attr34752") ) ) +(assert (myObject (attribute1 "attr34753") ) ) +(assert (myObject (attribute1 "attr34754") ) ) +(assert (myObject (attribute1 "attr34755") ) ) +(assert (myObject (attribute1 "attr34756") ) ) +(assert (myObject (attribute1 "attr34757") ) ) +(assert (myObject (attribute1 "attr34758") ) ) +(assert (myObject (attribute1 "attr34759") ) ) +(assert (myObject (attribute1 "attr34760") ) ) +(assert (myObject (attribute1 "attr34761") ) ) +(assert (myObject (attribute1 "attr34762") ) ) +(assert (myObject (attribute1 "attr34763") ) ) +(assert (myObject (attribute1 "attr34764") ) ) +(assert (myObject (attribute1 "attr34765") ) ) +(assert (myObject (attribute1 "attr34766") ) ) +(assert (myObject (attribute1 "attr34767") ) ) +(assert (myObject (attribute1 "attr34768") ) ) +(assert (myObject (attribute1 "attr34769") ) ) +(assert (myObject (attribute1 "attr34770") ) ) +(assert (myObject (attribute1 "attr34771") ) ) +(assert (myObject (attribute1 "attr34772") ) ) +(assert (myObject (attribute1 "attr34773") ) ) +(assert (myObject (attribute1 "attr34774") ) ) +(assert (myObject (attribute1 "attr34775") ) ) +(assert (myObject (attribute1 "attr34776") ) ) +(assert (myObject (attribute1 "attr34777") ) ) +(assert (myObject (attribute1 "attr34778") ) ) +(assert (myObject (attribute1 "attr34779") ) ) +(assert (myObject (attribute1 "attr34780") ) ) +(assert (myObject (attribute1 "attr34781") ) ) +(assert (myObject (attribute1 "attr34782") ) ) +(assert (myObject (attribute1 "attr34783") ) ) +(assert (myObject (attribute1 "attr34784") ) ) +(assert (myObject (attribute1 "attr34785") ) ) +(assert (myObject (attribute1 "attr34786") ) ) +(assert (myObject (attribute1 "attr34787") ) ) +(assert (myObject (attribute1 "attr34788") ) ) +(assert (myObject (attribute1 "attr34789") ) ) +(assert (myObject (attribute1 "attr34790") ) ) +(assert (myObject (attribute1 "attr34791") ) ) +(assert (myObject (attribute1 "attr34792") ) ) +(assert (myObject (attribute1 "attr34793") ) ) +(assert (myObject (attribute1 "attr34794") ) ) +(assert (myObject (attribute1 "attr34795") ) ) +(assert (myObject (attribute1 "attr34796") ) ) +(assert (myObject (attribute1 "attr34797") ) ) +(assert (myObject (attribute1 "attr34798") ) ) +(assert (myObject (attribute1 "attr34799") ) ) +(assert (myObject (attribute1 "attr34800") ) ) +(assert (myObject (attribute1 "attr34801") ) ) +(assert (myObject (attribute1 "attr34802") ) ) +(assert (myObject (attribute1 "attr34803") ) ) +(assert (myObject (attribute1 "attr34804") ) ) +(assert (myObject (attribute1 "attr34805") ) ) +(assert (myObject (attribute1 "attr34806") ) ) +(assert (myObject (attribute1 "attr34807") ) ) +(assert (myObject (attribute1 "attr34808") ) ) +(assert (myObject (attribute1 "attr34809") ) ) +(assert (myObject (attribute1 "attr34810") ) ) +(assert (myObject (attribute1 "attr34811") ) ) +(assert (myObject (attribute1 "attr34812") ) ) +(assert (myObject (attribute1 "attr34813") ) ) +(assert (myObject (attribute1 "attr34814") ) ) +(assert (myObject (attribute1 "attr34815") ) ) +(assert (myObject (attribute1 "attr34816") ) ) +(assert (myObject (attribute1 "attr34817") ) ) +(assert (myObject (attribute1 "attr34818") ) ) +(assert (myObject (attribute1 "attr34819") ) ) +(assert (myObject (attribute1 "attr34820") ) ) +(assert (myObject (attribute1 "attr34821") ) ) +(assert (myObject (attribute1 "attr34822") ) ) +(assert (myObject (attribute1 "attr34823") ) ) +(assert (myObject (attribute1 "attr34824") ) ) +(assert (myObject (attribute1 "attr34825") ) ) +(assert (myObject (attribute1 "attr34826") ) ) +(assert (myObject (attribute1 "attr34827") ) ) +(assert (myObject (attribute1 "attr34828") ) ) +(assert (myObject (attribute1 "attr34829") ) ) +(assert (myObject (attribute1 "attr34830") ) ) +(assert (myObject (attribute1 "attr34831") ) ) +(assert (myObject (attribute1 "attr34832") ) ) +(assert (myObject (attribute1 "attr34833") ) ) +(assert (myObject (attribute1 "attr34834") ) ) +(assert (myObject (attribute1 "attr34835") ) ) +(assert (myObject (attribute1 "attr34836") ) ) +(assert (myObject (attribute1 "attr34837") ) ) +(assert (myObject (attribute1 "attr34838") ) ) +(assert (myObject (attribute1 "attr34839") ) ) +(assert (myObject (attribute1 "attr34840") ) ) +(assert (myObject (attribute1 "attr34841") ) ) +(assert (myObject (attribute1 "attr34842") ) ) +(assert (myObject (attribute1 "attr34843") ) ) +(assert (myObject (attribute1 "attr34844") ) ) +(assert (myObject (attribute1 "attr34845") ) ) +(assert (myObject (attribute1 "attr34846") ) ) +(assert (myObject (attribute1 "attr34847") ) ) +(assert (myObject (attribute1 "attr34848") ) ) +(assert (myObject (attribute1 "attr34849") ) ) +(assert (myObject (attribute1 "attr34850") ) ) +(assert (myObject (attribute1 "attr34851") ) ) +(assert (myObject (attribute1 "attr34852") ) ) +(assert (myObject (attribute1 "attr34853") ) ) +(assert (myObject (attribute1 "attr34854") ) ) +(assert (myObject (attribute1 "attr34855") ) ) +(assert (myObject (attribute1 "attr34856") ) ) +(assert (myObject (attribute1 "attr34857") ) ) +(assert (myObject (attribute1 "attr34858") ) ) +(assert (myObject (attribute1 "attr34859") ) ) +(assert (myObject (attribute1 "attr34860") ) ) +(assert (myObject (attribute1 "attr34861") ) ) +(assert (myObject (attribute1 "attr34862") ) ) +(assert (myObject (attribute1 "attr34863") ) ) +(assert (myObject (attribute1 "attr34864") ) ) +(assert (myObject (attribute1 "attr34865") ) ) +(assert (myObject (attribute1 "attr34866") ) ) +(assert (myObject (attribute1 "attr34867") ) ) +(assert (myObject (attribute1 "attr34868") ) ) +(assert (myObject (attribute1 "attr34869") ) ) +(assert (myObject (attribute1 "attr34870") ) ) +(assert (myObject (attribute1 "attr34871") ) ) +(assert (myObject (attribute1 "attr34872") ) ) +(assert (myObject (attribute1 "attr34873") ) ) +(assert (myObject (attribute1 "attr34874") ) ) +(assert (myObject (attribute1 "attr34875") ) ) +(assert (myObject (attribute1 "attr34876") ) ) +(assert (myObject (attribute1 "attr34877") ) ) +(assert (myObject (attribute1 "attr34878") ) ) +(assert (myObject (attribute1 "attr34879") ) ) +(assert (myObject (attribute1 "attr34880") ) ) +(assert (myObject (attribute1 "attr34881") ) ) +(assert (myObject (attribute1 "attr34882") ) ) +(assert (myObject (attribute1 "attr34883") ) ) +(assert (myObject (attribute1 "attr34884") ) ) +(assert (myObject (attribute1 "attr34885") ) ) +(assert (myObject (attribute1 "attr34886") ) ) +(assert (myObject (attribute1 "attr34887") ) ) +(assert (myObject (attribute1 "attr34888") ) ) +(assert (myObject (attribute1 "attr34889") ) ) +(assert (myObject (attribute1 "attr34890") ) ) +(assert (myObject (attribute1 "attr34891") ) ) +(assert (myObject (attribute1 "attr34892") ) ) +(assert (myObject (attribute1 "attr34893") ) ) +(assert (myObject (attribute1 "attr34894") ) ) +(assert (myObject (attribute1 "attr34895") ) ) +(assert (myObject (attribute1 "attr34896") ) ) +(assert (myObject (attribute1 "attr34897") ) ) +(assert (myObject (attribute1 "attr34898") ) ) +(assert (myObject (attribute1 "attr34899") ) ) +(assert (myObject (attribute1 "attr34900") ) ) +(assert (myObject (attribute1 "attr34901") ) ) +(assert (myObject (attribute1 "attr34902") ) ) +(assert (myObject (attribute1 "attr34903") ) ) +(assert (myObject (attribute1 "attr34904") ) ) +(assert (myObject (attribute1 "attr34905") ) ) +(assert (myObject (attribute1 "attr34906") ) ) +(assert (myObject (attribute1 "attr34907") ) ) +(assert (myObject (attribute1 "attr34908") ) ) +(assert (myObject (attribute1 "attr34909") ) ) +(assert (myObject (attribute1 "attr34910") ) ) +(assert (myObject (attribute1 "attr34911") ) ) +(assert (myObject (attribute1 "attr34912") ) ) +(assert (myObject (attribute1 "attr34913") ) ) +(assert (myObject (attribute1 "attr34914") ) ) +(assert (myObject (attribute1 "attr34915") ) ) +(assert (myObject (attribute1 "attr34916") ) ) +(assert (myObject (attribute1 "attr34917") ) ) +(assert (myObject (attribute1 "attr34918") ) ) +(assert (myObject (attribute1 "attr34919") ) ) +(assert (myObject (attribute1 "attr34920") ) ) +(assert (myObject (attribute1 "attr34921") ) ) +(assert (myObject (attribute1 "attr34922") ) ) +(assert (myObject (attribute1 "attr34923") ) ) +(assert (myObject (attribute1 "attr34924") ) ) +(assert (myObject (attribute1 "attr34925") ) ) +(assert (myObject (attribute1 "attr34926") ) ) +(assert (myObject (attribute1 "attr34927") ) ) +(assert (myObject (attribute1 "attr34928") ) ) +(assert (myObject (attribute1 "attr34929") ) ) +(assert (myObject (attribute1 "attr34930") ) ) +(assert (myObject (attribute1 "attr34931") ) ) +(assert (myObject (attribute1 "attr34932") ) ) +(assert (myObject (attribute1 "attr34933") ) ) +(assert (myObject (attribute1 "attr34934") ) ) +(assert (myObject (attribute1 "attr34935") ) ) +(assert (myObject (attribute1 "attr34936") ) ) +(assert (myObject (attribute1 "attr34937") ) ) +(assert (myObject (attribute1 "attr34938") ) ) +(assert (myObject (attribute1 "attr34939") ) ) +(assert (myObject (attribute1 "attr34940") ) ) +(assert (myObject (attribute1 "attr34941") ) ) +(assert (myObject (attribute1 "attr34942") ) ) +(assert (myObject (attribute1 "attr34943") ) ) +(assert (myObject (attribute1 "attr34944") ) ) +(assert (myObject (attribute1 "attr34945") ) ) +(assert (myObject (attribute1 "attr34946") ) ) +(assert (myObject (attribute1 "attr34947") ) ) +(assert (myObject (attribute1 "attr34948") ) ) +(assert (myObject (attribute1 "attr34949") ) ) +(assert (myObject (attribute1 "attr34950") ) ) +(assert (myObject (attribute1 "attr34951") ) ) +(assert (myObject (attribute1 "attr34952") ) ) +(assert (myObject (attribute1 "attr34953") ) ) +(assert (myObject (attribute1 "attr34954") ) ) +(assert (myObject (attribute1 "attr34955") ) ) +(assert (myObject (attribute1 "attr34956") ) ) +(assert (myObject (attribute1 "attr34957") ) ) +(assert (myObject (attribute1 "attr34958") ) ) +(assert (myObject (attribute1 "attr34959") ) ) +(assert (myObject (attribute1 "attr34960") ) ) +(assert (myObject (attribute1 "attr34961") ) ) +(assert (myObject (attribute1 "attr34962") ) ) +(assert (myObject (attribute1 "attr34963") ) ) +(assert (myObject (attribute1 "attr34964") ) ) +(assert (myObject (attribute1 "attr34965") ) ) +(assert (myObject (attribute1 "attr34966") ) ) +(assert (myObject (attribute1 "attr34967") ) ) +(assert (myObject (attribute1 "attr34968") ) ) +(assert (myObject (attribute1 "attr34969") ) ) +(assert (myObject (attribute1 "attr34970") ) ) +(assert (myObject (attribute1 "attr34971") ) ) +(assert (myObject (attribute1 "attr34972") ) ) +(assert (myObject (attribute1 "attr34973") ) ) +(assert (myObject (attribute1 "attr34974") ) ) +(assert (myObject (attribute1 "attr34975") ) ) +(assert (myObject (attribute1 "attr34976") ) ) +(assert (myObject (attribute1 "attr34977") ) ) +(assert (myObject (attribute1 "attr34978") ) ) +(assert (myObject (attribute1 "attr34979") ) ) +(assert (myObject (attribute1 "attr34980") ) ) +(assert (myObject (attribute1 "attr34981") ) ) +(assert (myObject (attribute1 "attr34982") ) ) +(assert (myObject (attribute1 "attr34983") ) ) +(assert (myObject (attribute1 "attr34984") ) ) +(assert (myObject (attribute1 "attr34985") ) ) +(assert (myObject (attribute1 "attr34986") ) ) +(assert (myObject (attribute1 "attr34987") ) ) +(assert (myObject (attribute1 "attr34988") ) ) +(assert (myObject (attribute1 "attr34989") ) ) +(assert (myObject (attribute1 "attr34990") ) ) +(assert (myObject (attribute1 "attr34991") ) ) +(assert (myObject (attribute1 "attr34992") ) ) +(assert (myObject (attribute1 "attr34993") ) ) +(assert (myObject (attribute1 "attr34994") ) ) +(assert (myObject (attribute1 "attr34995") ) ) +(assert (myObject (attribute1 "attr34996") ) ) +(assert (myObject (attribute1 "attr34997") ) ) +(assert (myObject (attribute1 "attr34998") ) ) +(assert (myObject (attribute1 "attr34999") ) ) +(assert (myObject (attribute1 "attr35000") ) ) +(assert (myObject (attribute1 "attr35001") ) ) +(assert (myObject (attribute1 "attr35002") ) ) +(assert (myObject (attribute1 "attr35003") ) ) +(assert (myObject (attribute1 "attr35004") ) ) +(assert (myObject (attribute1 "attr35005") ) ) +(assert (myObject (attribute1 "attr35006") ) ) +(assert (myObject (attribute1 "attr35007") ) ) +(assert (myObject (attribute1 "attr35008") ) ) +(assert (myObject (attribute1 "attr35009") ) ) +(assert (myObject (attribute1 "attr35010") ) ) +(assert (myObject (attribute1 "attr35011") ) ) +(assert (myObject (attribute1 "attr35012") ) ) +(assert (myObject (attribute1 "attr35013") ) ) +(assert (myObject (attribute1 "attr35014") ) ) +(assert (myObject (attribute1 "attr35015") ) ) +(assert (myObject (attribute1 "attr35016") ) ) +(assert (myObject (attribute1 "attr35017") ) ) +(assert (myObject (attribute1 "attr35018") ) ) +(assert (myObject (attribute1 "attr35019") ) ) +(assert (myObject (attribute1 "attr35020") ) ) +(assert (myObject (attribute1 "attr35021") ) ) +(assert (myObject (attribute1 "attr35022") ) ) +(assert (myObject (attribute1 "attr35023") ) ) +(assert (myObject (attribute1 "attr35024") ) ) +(assert (myObject (attribute1 "attr35025") ) ) +(assert (myObject (attribute1 "attr35026") ) ) +(assert (myObject (attribute1 "attr35027") ) ) +(assert (myObject (attribute1 "attr35028") ) ) +(assert (myObject (attribute1 "attr35029") ) ) +(assert (myObject (attribute1 "attr35030") ) ) +(assert (myObject (attribute1 "attr35031") ) ) +(assert (myObject (attribute1 "attr35032") ) ) +(assert (myObject (attribute1 "attr35033") ) ) +(assert (myObject (attribute1 "attr35034") ) ) +(assert (myObject (attribute1 "attr35035") ) ) +(assert (myObject (attribute1 "attr35036") ) ) +(assert (myObject (attribute1 "attr35037") ) ) +(assert (myObject (attribute1 "attr35038") ) ) +(assert (myObject (attribute1 "attr35039") ) ) +(assert (myObject (attribute1 "attr35040") ) ) +(assert (myObject (attribute1 "attr35041") ) ) +(assert (myObject (attribute1 "attr35042") ) ) +(assert (myObject (attribute1 "attr35043") ) ) +(assert (myObject (attribute1 "attr35044") ) ) +(assert (myObject (attribute1 "attr35045") ) ) +(assert (myObject (attribute1 "attr35046") ) ) +(assert (myObject (attribute1 "attr35047") ) ) +(assert (myObject (attribute1 "attr35048") ) ) +(assert (myObject (attribute1 "attr35049") ) ) +(assert (myObject (attribute1 "attr35050") ) ) +(assert (myObject (attribute1 "attr35051") ) ) +(assert (myObject (attribute1 "attr35052") ) ) +(assert (myObject (attribute1 "attr35053") ) ) +(assert (myObject (attribute1 "attr35054") ) ) +(assert (myObject (attribute1 "attr35055") ) ) +(assert (myObject (attribute1 "attr35056") ) ) +(assert (myObject (attribute1 "attr35057") ) ) +(assert (myObject (attribute1 "attr35058") ) ) +(assert (myObject (attribute1 "attr35059") ) ) +(assert (myObject (attribute1 "attr35060") ) ) +(assert (myObject (attribute1 "attr35061") ) ) +(assert (myObject (attribute1 "attr35062") ) ) +(assert (myObject (attribute1 "attr35063") ) ) +(assert (myObject (attribute1 "attr35064") ) ) +(assert (myObject (attribute1 "attr35065") ) ) +(assert (myObject (attribute1 "attr35066") ) ) +(assert (myObject (attribute1 "attr35067") ) ) +(assert (myObject (attribute1 "attr35068") ) ) +(assert (myObject (attribute1 "attr35069") ) ) +(assert (myObject (attribute1 "attr35070") ) ) +(assert (myObject (attribute1 "attr35071") ) ) +(assert (myObject (attribute1 "attr35072") ) ) +(assert (myObject (attribute1 "attr35073") ) ) +(assert (myObject (attribute1 "attr35074") ) ) +(assert (myObject (attribute1 "attr35075") ) ) +(assert (myObject (attribute1 "attr35076") ) ) +(assert (myObject (attribute1 "attr35077") ) ) +(assert (myObject (attribute1 "attr35078") ) ) +(assert (myObject (attribute1 "attr35079") ) ) +(assert (myObject (attribute1 "attr35080") ) ) +(assert (myObject (attribute1 "attr35081") ) ) +(assert (myObject (attribute1 "attr35082") ) ) +(assert (myObject (attribute1 "attr35083") ) ) +(assert (myObject (attribute1 "attr35084") ) ) +(assert (myObject (attribute1 "attr35085") ) ) +(assert (myObject (attribute1 "attr35086") ) ) +(assert (myObject (attribute1 "attr35087") ) ) +(assert (myObject (attribute1 "attr35088") ) ) +(assert (myObject (attribute1 "attr35089") ) ) +(assert (myObject (attribute1 "attr35090") ) ) +(assert (myObject (attribute1 "attr35091") ) ) +(assert (myObject (attribute1 "attr35092") ) ) +(assert (myObject (attribute1 "attr35093") ) ) +(assert (myObject (attribute1 "attr35094") ) ) +(assert (myObject (attribute1 "attr35095") ) ) +(assert (myObject (attribute1 "attr35096") ) ) +(assert (myObject (attribute1 "attr35097") ) ) +(assert (myObject (attribute1 "attr35098") ) ) +(assert (myObject (attribute1 "attr35099") ) ) +(assert (myObject (attribute1 "attr35100") ) ) +(assert (myObject (attribute1 "attr35101") ) ) +(assert (myObject (attribute1 "attr35102") ) ) +(assert (myObject (attribute1 "attr35103") ) ) +(assert (myObject (attribute1 "attr35104") ) ) +(assert (myObject (attribute1 "attr35105") ) ) +(assert (myObject (attribute1 "attr35106") ) ) +(assert (myObject (attribute1 "attr35107") ) ) +(assert (myObject (attribute1 "attr35108") ) ) +(assert (myObject (attribute1 "attr35109") ) ) +(assert (myObject (attribute1 "attr35110") ) ) +(assert (myObject (attribute1 "attr35111") ) ) +(assert (myObject (attribute1 "attr35112") ) ) +(assert (myObject (attribute1 "attr35113") ) ) +(assert (myObject (attribute1 "attr35114") ) ) +(assert (myObject (attribute1 "attr35115") ) ) +(assert (myObject (attribute1 "attr35116") ) ) +(assert (myObject (attribute1 "attr35117") ) ) +(assert (myObject (attribute1 "attr35118") ) ) +(assert (myObject (attribute1 "attr35119") ) ) +(assert (myObject (attribute1 "attr35120") ) ) +(assert (myObject (attribute1 "attr35121") ) ) +(assert (myObject (attribute1 "attr35122") ) ) +(assert (myObject (attribute1 "attr35123") ) ) +(assert (myObject (attribute1 "attr35124") ) ) +(assert (myObject (attribute1 "attr35125") ) ) +(assert (myObject (attribute1 "attr35126") ) ) +(assert (myObject (attribute1 "attr35127") ) ) +(assert (myObject (attribute1 "attr35128") ) ) +(assert (myObject (attribute1 "attr35129") ) ) +(assert (myObject (attribute1 "attr35130") ) ) +(assert (myObject (attribute1 "attr35131") ) ) +(assert (myObject (attribute1 "attr35132") ) ) +(assert (myObject (attribute1 "attr35133") ) ) +(assert (myObject (attribute1 "attr35134") ) ) +(assert (myObject (attribute1 "attr35135") ) ) +(assert (myObject (attribute1 "attr35136") ) ) +(assert (myObject (attribute1 "attr35137") ) ) +(assert (myObject (attribute1 "attr35138") ) ) +(assert (myObject (attribute1 "attr35139") ) ) +(assert (myObject (attribute1 "attr35140") ) ) +(assert (myObject (attribute1 "attr35141") ) ) +(assert (myObject (attribute1 "attr35142") ) ) +(assert (myObject (attribute1 "attr35143") ) ) +(assert (myObject (attribute1 "attr35144") ) ) +(assert (myObject (attribute1 "attr35145") ) ) +(assert (myObject (attribute1 "attr35146") ) ) +(assert (myObject (attribute1 "attr35147") ) ) +(assert (myObject (attribute1 "attr35148") ) ) +(assert (myObject (attribute1 "attr35149") ) ) +(assert (myObject (attribute1 "attr35150") ) ) +(assert (myObject (attribute1 "attr35151") ) ) +(assert (myObject (attribute1 "attr35152") ) ) +(assert (myObject (attribute1 "attr35153") ) ) +(assert (myObject (attribute1 "attr35154") ) ) +(assert (myObject (attribute1 "attr35155") ) ) +(assert (myObject (attribute1 "attr35156") ) ) +(assert (myObject (attribute1 "attr35157") ) ) +(assert (myObject (attribute1 "attr35158") ) ) +(assert (myObject (attribute1 "attr35159") ) ) +(assert (myObject (attribute1 "attr35160") ) ) +(assert (myObject (attribute1 "attr35161") ) ) +(assert (myObject (attribute1 "attr35162") ) ) +(assert (myObject (attribute1 "attr35163") ) ) +(assert (myObject (attribute1 "attr35164") ) ) +(assert (myObject (attribute1 "attr35165") ) ) +(assert (myObject (attribute1 "attr35166") ) ) +(assert (myObject (attribute1 "attr35167") ) ) +(assert (myObject (attribute1 "attr35168") ) ) +(assert (myObject (attribute1 "attr35169") ) ) +(assert (myObject (attribute1 "attr35170") ) ) +(assert (myObject (attribute1 "attr35171") ) ) +(assert (myObject (attribute1 "attr35172") ) ) +(assert (myObject (attribute1 "attr35173") ) ) +(assert (myObject (attribute1 "attr35174") ) ) +(assert (myObject (attribute1 "attr35175") ) ) +(assert (myObject (attribute1 "attr35176") ) ) +(assert (myObject (attribute1 "attr35177") ) ) +(assert (myObject (attribute1 "attr35178") ) ) +(assert (myObject (attribute1 "attr35179") ) ) +(assert (myObject (attribute1 "attr35180") ) ) +(assert (myObject (attribute1 "attr35181") ) ) +(assert (myObject (attribute1 "attr35182") ) ) +(assert (myObject (attribute1 "attr35183") ) ) +(assert (myObject (attribute1 "attr35184") ) ) +(assert (myObject (attribute1 "attr35185") ) ) +(assert (myObject (attribute1 "attr35186") ) ) +(assert (myObject (attribute1 "attr35187") ) ) +(assert (myObject (attribute1 "attr35188") ) ) +(assert (myObject (attribute1 "attr35189") ) ) +(assert (myObject (attribute1 "attr35190") ) ) +(assert (myObject (attribute1 "attr35191") ) ) +(assert (myObject (attribute1 "attr35192") ) ) +(assert (myObject (attribute1 "attr35193") ) ) +(assert (myObject (attribute1 "attr35194") ) ) +(assert (myObject (attribute1 "attr35195") ) ) +(assert (myObject (attribute1 "attr35196") ) ) +(assert (myObject (attribute1 "attr35197") ) ) +(assert (myObject (attribute1 "attr35198") ) ) +(assert (myObject (attribute1 "attr35199") ) ) +(assert (myObject (attribute1 "attr35200") ) ) +(assert (myObject (attribute1 "attr35201") ) ) +(assert (myObject (attribute1 "attr35202") ) ) +(assert (myObject (attribute1 "attr35203") ) ) +(assert (myObject (attribute1 "attr35204") ) ) +(assert (myObject (attribute1 "attr35205") ) ) +(assert (myObject (attribute1 "attr35206") ) ) +(assert (myObject (attribute1 "attr35207") ) ) +(assert (myObject (attribute1 "attr35208") ) ) +(assert (myObject (attribute1 "attr35209") ) ) +(assert (myObject (attribute1 "attr35210") ) ) +(assert (myObject (attribute1 "attr35211") ) ) +(assert (myObject (attribute1 "attr35212") ) ) +(assert (myObject (attribute1 "attr35213") ) ) +(assert (myObject (attribute1 "attr35214") ) ) +(assert (myObject (attribute1 "attr35215") ) ) +(assert (myObject (attribute1 "attr35216") ) ) +(assert (myObject (attribute1 "attr35217") ) ) +(assert (myObject (attribute1 "attr35218") ) ) +(assert (myObject (attribute1 "attr35219") ) ) +(assert (myObject (attribute1 "attr35220") ) ) +(assert (myObject (attribute1 "attr35221") ) ) +(assert (myObject (attribute1 "attr35222") ) ) +(assert (myObject (attribute1 "attr35223") ) ) +(assert (myObject (attribute1 "attr35224") ) ) +(assert (myObject (attribute1 "attr35225") ) ) +(assert (myObject (attribute1 "attr35226") ) ) +(assert (myObject (attribute1 "attr35227") ) ) +(assert (myObject (attribute1 "attr35228") ) ) +(assert (myObject (attribute1 "attr35229") ) ) +(assert (myObject (attribute1 "attr35230") ) ) +(assert (myObject (attribute1 "attr35231") ) ) +(assert (myObject (attribute1 "attr35232") ) ) +(assert (myObject (attribute1 "attr35233") ) ) +(assert (myObject (attribute1 "attr35234") ) ) +(assert (myObject (attribute1 "attr35235") ) ) +(assert (myObject (attribute1 "attr35236") ) ) +(assert (myObject (attribute1 "attr35237") ) ) +(assert (myObject (attribute1 "attr35238") ) ) +(assert (myObject (attribute1 "attr35239") ) ) +(assert (myObject (attribute1 "attr35240") ) ) +(assert (myObject (attribute1 "attr35241") ) ) +(assert (myObject (attribute1 "attr35242") ) ) +(assert (myObject (attribute1 "attr35243") ) ) +(assert (myObject (attribute1 "attr35244") ) ) +(assert (myObject (attribute1 "attr35245") ) ) +(assert (myObject (attribute1 "attr35246") ) ) +(assert (myObject (attribute1 "attr35247") ) ) +(assert (myObject (attribute1 "attr35248") ) ) +(assert (myObject (attribute1 "attr35249") ) ) +(assert (myObject (attribute1 "attr35250") ) ) +(assert (myObject (attribute1 "attr35251") ) ) +(assert (myObject (attribute1 "attr35252") ) ) +(assert (myObject (attribute1 "attr35253") ) ) +(assert (myObject (attribute1 "attr35254") ) ) +(assert (myObject (attribute1 "attr35255") ) ) +(assert (myObject (attribute1 "attr35256") ) ) +(assert (myObject (attribute1 "attr35257") ) ) +(assert (myObject (attribute1 "attr35258") ) ) +(assert (myObject (attribute1 "attr35259") ) ) +(assert (myObject (attribute1 "attr35260") ) ) +(assert (myObject (attribute1 "attr35261") ) ) +(assert (myObject (attribute1 "attr35262") ) ) +(assert (myObject (attribute1 "attr35263") ) ) +(assert (myObject (attribute1 "attr35264") ) ) +(assert (myObject (attribute1 "attr35265") ) ) +(assert (myObject (attribute1 "attr35266") ) ) +(assert (myObject (attribute1 "attr35267") ) ) +(assert (myObject (attribute1 "attr35268") ) ) +(assert (myObject (attribute1 "attr35269") ) ) +(assert (myObject (attribute1 "attr35270") ) ) +(assert (myObject (attribute1 "attr35271") ) ) +(assert (myObject (attribute1 "attr35272") ) ) +(assert (myObject (attribute1 "attr35273") ) ) +(assert (myObject (attribute1 "attr35274") ) ) +(assert (myObject (attribute1 "attr35275") ) ) +(assert (myObject (attribute1 "attr35276") ) ) +(assert (myObject (attribute1 "attr35277") ) ) +(assert (myObject (attribute1 "attr35278") ) ) +(assert (myObject (attribute1 "attr35279") ) ) +(assert (myObject (attribute1 "attr35280") ) ) +(assert (myObject (attribute1 "attr35281") ) ) +(assert (myObject (attribute1 "attr35282") ) ) +(assert (myObject (attribute1 "attr35283") ) ) +(assert (myObject (attribute1 "attr35284") ) ) +(assert (myObject (attribute1 "attr35285") ) ) +(assert (myObject (attribute1 "attr35286") ) ) +(assert (myObject (attribute1 "attr35287") ) ) +(assert (myObject (attribute1 "attr35288") ) ) +(assert (myObject (attribute1 "attr35289") ) ) +(assert (myObject (attribute1 "attr35290") ) ) +(assert (myObject (attribute1 "attr35291") ) ) +(assert (myObject (attribute1 "attr35292") ) ) +(assert (myObject (attribute1 "attr35293") ) ) +(assert (myObject (attribute1 "attr35294") ) ) +(assert (myObject (attribute1 "attr35295") ) ) +(assert (myObject (attribute1 "attr35296") ) ) +(assert (myObject (attribute1 "attr35297") ) ) +(assert (myObject (attribute1 "attr35298") ) ) +(assert (myObject (attribute1 "attr35299") ) ) +(assert (myObject (attribute1 "attr35300") ) ) +(assert (myObject (attribute1 "attr35301") ) ) +(assert (myObject (attribute1 "attr35302") ) ) +(assert (myObject (attribute1 "attr35303") ) ) +(assert (myObject (attribute1 "attr35304") ) ) +(assert (myObject (attribute1 "attr35305") ) ) +(assert (myObject (attribute1 "attr35306") ) ) +(assert (myObject (attribute1 "attr35307") ) ) +(assert (myObject (attribute1 "attr35308") ) ) +(assert (myObject (attribute1 "attr35309") ) ) +(assert (myObject (attribute1 "attr35310") ) ) +(assert (myObject (attribute1 "attr35311") ) ) +(assert (myObject (attribute1 "attr35312") ) ) +(assert (myObject (attribute1 "attr35313") ) ) +(assert (myObject (attribute1 "attr35314") ) ) +(assert (myObject (attribute1 "attr35315") ) ) +(assert (myObject (attribute1 "attr35316") ) ) +(assert (myObject (attribute1 "attr35317") ) ) +(assert (myObject (attribute1 "attr35318") ) ) +(assert (myObject (attribute1 "attr35319") ) ) +(assert (myObject (attribute1 "attr35320") ) ) +(assert (myObject (attribute1 "attr35321") ) ) +(assert (myObject (attribute1 "attr35322") ) ) +(assert (myObject (attribute1 "attr35323") ) ) +(assert (myObject (attribute1 "attr35324") ) ) +(assert (myObject (attribute1 "attr35325") ) ) +(assert (myObject (attribute1 "attr35326") ) ) +(assert (myObject (attribute1 "attr35327") ) ) +(assert (myObject (attribute1 "attr35328") ) ) +(assert (myObject (attribute1 "attr35329") ) ) +(assert (myObject (attribute1 "attr35330") ) ) +(assert (myObject (attribute1 "attr35331") ) ) +(assert (myObject (attribute1 "attr35332") ) ) +(assert (myObject (attribute1 "attr35333") ) ) +(assert (myObject (attribute1 "attr35334") ) ) +(assert (myObject (attribute1 "attr35335") ) ) +(assert (myObject (attribute1 "attr35336") ) ) +(assert (myObject (attribute1 "attr35337") ) ) +(assert (myObject (attribute1 "attr35338") ) ) +(assert (myObject (attribute1 "attr35339") ) ) +(assert (myObject (attribute1 "attr35340") ) ) +(assert (myObject (attribute1 "attr35341") ) ) +(assert (myObject (attribute1 "attr35342") ) ) +(assert (myObject (attribute1 "attr35343") ) ) +(assert (myObject (attribute1 "attr35344") ) ) +(assert (myObject (attribute1 "attr35345") ) ) +(assert (myObject (attribute1 "attr35346") ) ) +(assert (myObject (attribute1 "attr35347") ) ) +(assert (myObject (attribute1 "attr35348") ) ) +(assert (myObject (attribute1 "attr35349") ) ) +(assert (myObject (attribute1 "attr35350") ) ) +(assert (myObject (attribute1 "attr35351") ) ) +(assert (myObject (attribute1 "attr35352") ) ) +(assert (myObject (attribute1 "attr35353") ) ) +(assert (myObject (attribute1 "attr35354") ) ) +(assert (myObject (attribute1 "attr35355") ) ) +(assert (myObject (attribute1 "attr35356") ) ) +(assert (myObject (attribute1 "attr35357") ) ) +(assert (myObject (attribute1 "attr35358") ) ) +(assert (myObject (attribute1 "attr35359") ) ) +(assert (myObject (attribute1 "attr35360") ) ) +(assert (myObject (attribute1 "attr35361") ) ) +(assert (myObject (attribute1 "attr35362") ) ) +(assert (myObject (attribute1 "attr35363") ) ) +(assert (myObject (attribute1 "attr35364") ) ) +(assert (myObject (attribute1 "attr35365") ) ) +(assert (myObject (attribute1 "attr35366") ) ) +(assert (myObject (attribute1 "attr35367") ) ) +(assert (myObject (attribute1 "attr35368") ) ) +(assert (myObject (attribute1 "attr35369") ) ) +(assert (myObject (attribute1 "attr35370") ) ) +(assert (myObject (attribute1 "attr35371") ) ) +(assert (myObject (attribute1 "attr35372") ) ) +(assert (myObject (attribute1 "attr35373") ) ) +(assert (myObject (attribute1 "attr35374") ) ) +(assert (myObject (attribute1 "attr35375") ) ) +(assert (myObject (attribute1 "attr35376") ) ) +(assert (myObject (attribute1 "attr35377") ) ) +(assert (myObject (attribute1 "attr35378") ) ) +(assert (myObject (attribute1 "attr35379") ) ) +(assert (myObject (attribute1 "attr35380") ) ) +(assert (myObject (attribute1 "attr35381") ) ) +(assert (myObject (attribute1 "attr35382") ) ) +(assert (myObject (attribute1 "attr35383") ) ) +(assert (myObject (attribute1 "attr35384") ) ) +(assert (myObject (attribute1 "attr35385") ) ) +(assert (myObject (attribute1 "attr35386") ) ) +(assert (myObject (attribute1 "attr35387") ) ) +(assert (myObject (attribute1 "attr35388") ) ) +(assert (myObject (attribute1 "attr35389") ) ) +(assert (myObject (attribute1 "attr35390") ) ) +(assert (myObject (attribute1 "attr35391") ) ) +(assert (myObject (attribute1 "attr35392") ) ) +(assert (myObject (attribute1 "attr35393") ) ) +(assert (myObject (attribute1 "attr35394") ) ) +(assert (myObject (attribute1 "attr35395") ) ) +(assert (myObject (attribute1 "attr35396") ) ) +(assert (myObject (attribute1 "attr35397") ) ) +(assert (myObject (attribute1 "attr35398") ) ) +(assert (myObject (attribute1 "attr35399") ) ) +(assert (myObject (attribute1 "attr35400") ) ) +(assert (myObject (attribute1 "attr35401") ) ) +(assert (myObject (attribute1 "attr35402") ) ) +(assert (myObject (attribute1 "attr35403") ) ) +(assert (myObject (attribute1 "attr35404") ) ) +(assert (myObject (attribute1 "attr35405") ) ) +(assert (myObject (attribute1 "attr35406") ) ) +(assert (myObject (attribute1 "attr35407") ) ) +(assert (myObject (attribute1 "attr35408") ) ) +(assert (myObject (attribute1 "attr35409") ) ) +(assert (myObject (attribute1 "attr35410") ) ) +(assert (myObject (attribute1 "attr35411") ) ) +(assert (myObject (attribute1 "attr35412") ) ) +(assert (myObject (attribute1 "attr35413") ) ) +(assert (myObject (attribute1 "attr35414") ) ) +(assert (myObject (attribute1 "attr35415") ) ) +(assert (myObject (attribute1 "attr35416") ) ) +(assert (myObject (attribute1 "attr35417") ) ) +(assert (myObject (attribute1 "attr35418") ) ) +(assert (myObject (attribute1 "attr35419") ) ) +(assert (myObject (attribute1 "attr35420") ) ) +(assert (myObject (attribute1 "attr35421") ) ) +(assert (myObject (attribute1 "attr35422") ) ) +(assert (myObject (attribute1 "attr35423") ) ) +(assert (myObject (attribute1 "attr35424") ) ) +(assert (myObject (attribute1 "attr35425") ) ) +(assert (myObject (attribute1 "attr35426") ) ) +(assert (myObject (attribute1 "attr35427") ) ) +(assert (myObject (attribute1 "attr35428") ) ) +(assert (myObject (attribute1 "attr35429") ) ) +(assert (myObject (attribute1 "attr35430") ) ) +(assert (myObject (attribute1 "attr35431") ) ) +(assert (myObject (attribute1 "attr35432") ) ) +(assert (myObject (attribute1 "attr35433") ) ) +(assert (myObject (attribute1 "attr35434") ) ) +(assert (myObject (attribute1 "attr35435") ) ) +(assert (myObject (attribute1 "attr35436") ) ) +(assert (myObject (attribute1 "attr35437") ) ) +(assert (myObject (attribute1 "attr35438") ) ) +(assert (myObject (attribute1 "attr35439") ) ) +(assert (myObject (attribute1 "attr35440") ) ) +(assert (myObject (attribute1 "attr35441") ) ) +(assert (myObject (attribute1 "attr35442") ) ) +(assert (myObject (attribute1 "attr35443") ) ) +(assert (myObject (attribute1 "attr35444") ) ) +(assert (myObject (attribute1 "attr35445") ) ) +(assert (myObject (attribute1 "attr35446") ) ) +(assert (myObject (attribute1 "attr35447") ) ) +(assert (myObject (attribute1 "attr35448") ) ) +(assert (myObject (attribute1 "attr35449") ) ) +(assert (myObject (attribute1 "attr35450") ) ) +(assert (myObject (attribute1 "attr35451") ) ) +(assert (myObject (attribute1 "attr35452") ) ) +(assert (myObject (attribute1 "attr35453") ) ) +(assert (myObject (attribute1 "attr35454") ) ) +(assert (myObject (attribute1 "attr35455") ) ) +(assert (myObject (attribute1 "attr35456") ) ) +(assert (myObject (attribute1 "attr35457") ) ) +(assert (myObject (attribute1 "attr35458") ) ) +(assert (myObject (attribute1 "attr35459") ) ) +(assert (myObject (attribute1 "attr35460") ) ) +(assert (myObject (attribute1 "attr35461") ) ) +(assert (myObject (attribute1 "attr35462") ) ) +(assert (myObject (attribute1 "attr35463") ) ) +(assert (myObject (attribute1 "attr35464") ) ) +(assert (myObject (attribute1 "attr35465") ) ) +(assert (myObject (attribute1 "attr35466") ) ) +(assert (myObject (attribute1 "attr35467") ) ) +(assert (myObject (attribute1 "attr35468") ) ) +(assert (myObject (attribute1 "attr35469") ) ) +(assert (myObject (attribute1 "attr35470") ) ) +(assert (myObject (attribute1 "attr35471") ) ) +(assert (myObject (attribute1 "attr35472") ) ) +(assert (myObject (attribute1 "attr35473") ) ) +(assert (myObject (attribute1 "attr35474") ) ) +(assert (myObject (attribute1 "attr35475") ) ) +(assert (myObject (attribute1 "attr35476") ) ) +(assert (myObject (attribute1 "attr35477") ) ) +(assert (myObject (attribute1 "attr35478") ) ) +(assert (myObject (attribute1 "attr35479") ) ) +(assert (myObject (attribute1 "attr35480") ) ) +(assert (myObject (attribute1 "attr35481") ) ) +(assert (myObject (attribute1 "attr35482") ) ) +(assert (myObject (attribute1 "attr35483") ) ) +(assert (myObject (attribute1 "attr35484") ) ) +(assert (myObject (attribute1 "attr35485") ) ) +(assert (myObject (attribute1 "attr35486") ) ) +(assert (myObject (attribute1 "attr35487") ) ) +(assert (myObject (attribute1 "attr35488") ) ) +(assert (myObject (attribute1 "attr35489") ) ) +(assert (myObject (attribute1 "attr35490") ) ) +(assert (myObject (attribute1 "attr35491") ) ) +(assert (myObject (attribute1 "attr35492") ) ) +(assert (myObject (attribute1 "attr35493") ) ) +(assert (myObject (attribute1 "attr35494") ) ) +(assert (myObject (attribute1 "attr35495") ) ) +(assert (myObject (attribute1 "attr35496") ) ) +(assert (myObject (attribute1 "attr35497") ) ) +(assert (myObject (attribute1 "attr35498") ) ) +(assert (myObject (attribute1 "attr35499") ) ) +(assert (myObject (attribute1 "attr35500") ) ) +(assert (myObject (attribute1 "attr35501") ) ) +(assert (myObject (attribute1 "attr35502") ) ) +(assert (myObject (attribute1 "attr35503") ) ) +(assert (myObject (attribute1 "attr35504") ) ) +(assert (myObject (attribute1 "attr35505") ) ) +(assert (myObject (attribute1 "attr35506") ) ) +(assert (myObject (attribute1 "attr35507") ) ) +(assert (myObject (attribute1 "attr35508") ) ) +(assert (myObject (attribute1 "attr35509") ) ) +(assert (myObject (attribute1 "attr35510") ) ) +(assert (myObject (attribute1 "attr35511") ) ) +(assert (myObject (attribute1 "attr35512") ) ) +(assert (myObject (attribute1 "attr35513") ) ) +(assert (myObject (attribute1 "attr35514") ) ) +(assert (myObject (attribute1 "attr35515") ) ) +(assert (myObject (attribute1 "attr35516") ) ) +(assert (myObject (attribute1 "attr35517") ) ) +(assert (myObject (attribute1 "attr35518") ) ) +(assert (myObject (attribute1 "attr35519") ) ) +(assert (myObject (attribute1 "attr35520") ) ) +(assert (myObject (attribute1 "attr35521") ) ) +(assert (myObject (attribute1 "attr35522") ) ) +(assert (myObject (attribute1 "attr35523") ) ) +(assert (myObject (attribute1 "attr35524") ) ) +(assert (myObject (attribute1 "attr35525") ) ) +(assert (myObject (attribute1 "attr35526") ) ) +(assert (myObject (attribute1 "attr35527") ) ) +(assert (myObject (attribute1 "attr35528") ) ) +(assert (myObject (attribute1 "attr35529") ) ) +(assert (myObject (attribute1 "attr35530") ) ) +(assert (myObject (attribute1 "attr35531") ) ) +(assert (myObject (attribute1 "attr35532") ) ) +(assert (myObject (attribute1 "attr35533") ) ) +(assert (myObject (attribute1 "attr35534") ) ) +(assert (myObject (attribute1 "attr35535") ) ) +(assert (myObject (attribute1 "attr35536") ) ) +(assert (myObject (attribute1 "attr35537") ) ) +(assert (myObject (attribute1 "attr35538") ) ) +(assert (myObject (attribute1 "attr35539") ) ) +(assert (myObject (attribute1 "attr35540") ) ) +(assert (myObject (attribute1 "attr35541") ) ) +(assert (myObject (attribute1 "attr35542") ) ) +(assert (myObject (attribute1 "attr35543") ) ) +(assert (myObject (attribute1 "attr35544") ) ) +(assert (myObject (attribute1 "attr35545") ) ) +(assert (myObject (attribute1 "attr35546") ) ) +(assert (myObject (attribute1 "attr35547") ) ) +(assert (myObject (attribute1 "attr35548") ) ) +(assert (myObject (attribute1 "attr35549") ) ) +(assert (myObject (attribute1 "attr35550") ) ) +(assert (myObject (attribute1 "attr35551") ) ) +(assert (myObject (attribute1 "attr35552") ) ) +(assert (myObject (attribute1 "attr35553") ) ) +(assert (myObject (attribute1 "attr35554") ) ) +(assert (myObject (attribute1 "attr35555") ) ) +(assert (myObject (attribute1 "attr35556") ) ) +(assert (myObject (attribute1 "attr35557") ) ) +(assert (myObject (attribute1 "attr35558") ) ) +(assert (myObject (attribute1 "attr35559") ) ) +(assert (myObject (attribute1 "attr35560") ) ) +(assert (myObject (attribute1 "attr35561") ) ) +(assert (myObject (attribute1 "attr35562") ) ) +(assert (myObject (attribute1 "attr35563") ) ) +(assert (myObject (attribute1 "attr35564") ) ) +(assert (myObject (attribute1 "attr35565") ) ) +(assert (myObject (attribute1 "attr35566") ) ) +(assert (myObject (attribute1 "attr35567") ) ) +(assert (myObject (attribute1 "attr35568") ) ) +(assert (myObject (attribute1 "attr35569") ) ) +(assert (myObject (attribute1 "attr35570") ) ) +(assert (myObject (attribute1 "attr35571") ) ) +(assert (myObject (attribute1 "attr35572") ) ) +(assert (myObject (attribute1 "attr35573") ) ) +(assert (myObject (attribute1 "attr35574") ) ) +(assert (myObject (attribute1 "attr35575") ) ) +(assert (myObject (attribute1 "attr35576") ) ) +(assert (myObject (attribute1 "attr35577") ) ) +(assert (myObject (attribute1 "attr35578") ) ) +(assert (myObject (attribute1 "attr35579") ) ) +(assert (myObject (attribute1 "attr35580") ) ) +(assert (myObject (attribute1 "attr35581") ) ) +(assert (myObject (attribute1 "attr35582") ) ) +(assert (myObject (attribute1 "attr35583") ) ) +(assert (myObject (attribute1 "attr35584") ) ) +(assert (myObject (attribute1 "attr35585") ) ) +(assert (myObject (attribute1 "attr35586") ) ) +(assert (myObject (attribute1 "attr35587") ) ) +(assert (myObject (attribute1 "attr35588") ) ) +(assert (myObject (attribute1 "attr35589") ) ) +(assert (myObject (attribute1 "attr35590") ) ) +(assert (myObject (attribute1 "attr35591") ) ) +(assert (myObject (attribute1 "attr35592") ) ) +(assert (myObject (attribute1 "attr35593") ) ) +(assert (myObject (attribute1 "attr35594") ) ) +(assert (myObject (attribute1 "attr35595") ) ) +(assert (myObject (attribute1 "attr35596") ) ) +(assert (myObject (attribute1 "attr35597") ) ) +(assert (myObject (attribute1 "attr35598") ) ) +(assert (myObject (attribute1 "attr35599") ) ) +(assert (myObject (attribute1 "attr35600") ) ) +(assert (myObject (attribute1 "attr35601") ) ) +(assert (myObject (attribute1 "attr35602") ) ) +(assert (myObject (attribute1 "attr35603") ) ) +(assert (myObject (attribute1 "attr35604") ) ) +(assert (myObject (attribute1 "attr35605") ) ) +(assert (myObject (attribute1 "attr35606") ) ) +(assert (myObject (attribute1 "attr35607") ) ) +(assert (myObject (attribute1 "attr35608") ) ) +(assert (myObject (attribute1 "attr35609") ) ) +(assert (myObject (attribute1 "attr35610") ) ) +(assert (myObject (attribute1 "attr35611") ) ) +(assert (myObject (attribute1 "attr35612") ) ) +(assert (myObject (attribute1 "attr35613") ) ) +(assert (myObject (attribute1 "attr35614") ) ) +(assert (myObject (attribute1 "attr35615") ) ) +(assert (myObject (attribute1 "attr35616") ) ) +(assert (myObject (attribute1 "attr35617") ) ) +(assert (myObject (attribute1 "attr35618") ) ) +(assert (myObject (attribute1 "attr35619") ) ) +(assert (myObject (attribute1 "attr35620") ) ) +(assert (myObject (attribute1 "attr35621") ) ) +(assert (myObject (attribute1 "attr35622") ) ) +(assert (myObject (attribute1 "attr35623") ) ) +(assert (myObject (attribute1 "attr35624") ) ) +(assert (myObject (attribute1 "attr35625") ) ) +(assert (myObject (attribute1 "attr35626") ) ) +(assert (myObject (attribute1 "attr35627") ) ) +(assert (myObject (attribute1 "attr35628") ) ) +(assert (myObject (attribute1 "attr35629") ) ) +(assert (myObject (attribute1 "attr35630") ) ) +(assert (myObject (attribute1 "attr35631") ) ) +(assert (myObject (attribute1 "attr35632") ) ) +(assert (myObject (attribute1 "attr35633") ) ) +(assert (myObject (attribute1 "attr35634") ) ) +(assert (myObject (attribute1 "attr35635") ) ) +(assert (myObject (attribute1 "attr35636") ) ) +(assert (myObject (attribute1 "attr35637") ) ) +(assert (myObject (attribute1 "attr35638") ) ) +(assert (myObject (attribute1 "attr35639") ) ) +(assert (myObject (attribute1 "attr35640") ) ) +(assert (myObject (attribute1 "attr35641") ) ) +(assert (myObject (attribute1 "attr35642") ) ) +(assert (myObject (attribute1 "attr35643") ) ) +(assert (myObject (attribute1 "attr35644") ) ) +(assert (myObject (attribute1 "attr35645") ) ) +(assert (myObject (attribute1 "attr35646") ) ) +(assert (myObject (attribute1 "attr35647") ) ) +(assert (myObject (attribute1 "attr35648") ) ) +(assert (myObject (attribute1 "attr35649") ) ) +(assert (myObject (attribute1 "attr35650") ) ) +(assert (myObject (attribute1 "attr35651") ) ) +(assert (myObject (attribute1 "attr35652") ) ) +(assert (myObject (attribute1 "attr35653") ) ) +(assert (myObject (attribute1 "attr35654") ) ) +(assert (myObject (attribute1 "attr35655") ) ) +(assert (myObject (attribute1 "attr35656") ) ) +(assert (myObject (attribute1 "attr35657") ) ) +(assert (myObject (attribute1 "attr35658") ) ) +(assert (myObject (attribute1 "attr35659") ) ) +(assert (myObject (attribute1 "attr35660") ) ) +(assert (myObject (attribute1 "attr35661") ) ) +(assert (myObject (attribute1 "attr35662") ) ) +(assert (myObject (attribute1 "attr35663") ) ) +(assert (myObject (attribute1 "attr35664") ) ) +(assert (myObject (attribute1 "attr35665") ) ) +(assert (myObject (attribute1 "attr35666") ) ) +(assert (myObject (attribute1 "attr35667") ) ) +(assert (myObject (attribute1 "attr35668") ) ) +(assert (myObject (attribute1 "attr35669") ) ) +(assert (myObject (attribute1 "attr35670") ) ) +(assert (myObject (attribute1 "attr35671") ) ) +(assert (myObject (attribute1 "attr35672") ) ) +(assert (myObject (attribute1 "attr35673") ) ) +(assert (myObject (attribute1 "attr35674") ) ) +(assert (myObject (attribute1 "attr35675") ) ) +(assert (myObject (attribute1 "attr35676") ) ) +(assert (myObject (attribute1 "attr35677") ) ) +(assert (myObject (attribute1 "attr35678") ) ) +(assert (myObject (attribute1 "attr35679") ) ) +(assert (myObject (attribute1 "attr35680") ) ) +(assert (myObject (attribute1 "attr35681") ) ) +(assert (myObject (attribute1 "attr35682") ) ) +(assert (myObject (attribute1 "attr35683") ) ) +(assert (myObject (attribute1 "attr35684") ) ) +(assert (myObject (attribute1 "attr35685") ) ) +(assert (myObject (attribute1 "attr35686") ) ) +(assert (myObject (attribute1 "attr35687") ) ) +(assert (myObject (attribute1 "attr35688") ) ) +(assert (myObject (attribute1 "attr35689") ) ) +(assert (myObject (attribute1 "attr35690") ) ) +(assert (myObject (attribute1 "attr35691") ) ) +(assert (myObject (attribute1 "attr35692") ) ) +(assert (myObject (attribute1 "attr35693") ) ) +(assert (myObject (attribute1 "attr35694") ) ) +(assert (myObject (attribute1 "attr35695") ) ) +(assert (myObject (attribute1 "attr35696") ) ) +(assert (myObject (attribute1 "attr35697") ) ) +(assert (myObject (attribute1 "attr35698") ) ) +(assert (myObject (attribute1 "attr35699") ) ) +(assert (myObject (attribute1 "attr35700") ) ) +(assert (myObject (attribute1 "attr35701") ) ) +(assert (myObject (attribute1 "attr35702") ) ) +(assert (myObject (attribute1 "attr35703") ) ) +(assert (myObject (attribute1 "attr35704") ) ) +(assert (myObject (attribute1 "attr35705") ) ) +(assert (myObject (attribute1 "attr35706") ) ) +(assert (myObject (attribute1 "attr35707") ) ) +(assert (myObject (attribute1 "attr35708") ) ) +(assert (myObject (attribute1 "attr35709") ) ) +(assert (myObject (attribute1 "attr35710") ) ) +(assert (myObject (attribute1 "attr35711") ) ) +(assert (myObject (attribute1 "attr35712") ) ) +(assert (myObject (attribute1 "attr35713") ) ) +(assert (myObject (attribute1 "attr35714") ) ) +(assert (myObject (attribute1 "attr35715") ) ) +(assert (myObject (attribute1 "attr35716") ) ) +(assert (myObject (attribute1 "attr35717") ) ) +(assert (myObject (attribute1 "attr35718") ) ) +(assert (myObject (attribute1 "attr35719") ) ) +(assert (myObject (attribute1 "attr35720") ) ) +(assert (myObject (attribute1 "attr35721") ) ) +(assert (myObject (attribute1 "attr35722") ) ) +(assert (myObject (attribute1 "attr35723") ) ) +(assert (myObject (attribute1 "attr35724") ) ) +(assert (myObject (attribute1 "attr35725") ) ) +(assert (myObject (attribute1 "attr35726") ) ) +(assert (myObject (attribute1 "attr35727") ) ) +(assert (myObject (attribute1 "attr35728") ) ) +(assert (myObject (attribute1 "attr35729") ) ) +(assert (myObject (attribute1 "attr35730") ) ) +(assert (myObject (attribute1 "attr35731") ) ) +(assert (myObject (attribute1 "attr35732") ) ) +(assert (myObject (attribute1 "attr35733") ) ) +(assert (myObject (attribute1 "attr35734") ) ) +(assert (myObject (attribute1 "attr35735") ) ) +(assert (myObject (attribute1 "attr35736") ) ) +(assert (myObject (attribute1 "attr35737") ) ) +(assert (myObject (attribute1 "attr35738") ) ) +(assert (myObject (attribute1 "attr35739") ) ) +(assert (myObject (attribute1 "attr35740") ) ) +(assert (myObject (attribute1 "attr35741") ) ) +(assert (myObject (attribute1 "attr35742") ) ) +(assert (myObject (attribute1 "attr35743") ) ) +(assert (myObject (attribute1 "attr35744") ) ) +(assert (myObject (attribute1 "attr35745") ) ) +(assert (myObject (attribute1 "attr35746") ) ) +(assert (myObject (attribute1 "attr35747") ) ) +(assert (myObject (attribute1 "attr35748") ) ) +(assert (myObject (attribute1 "attr35749") ) ) +(assert (myObject (attribute1 "attr35750") ) ) +(assert (myObject (attribute1 "attr35751") ) ) +(assert (myObject (attribute1 "attr35752") ) ) +(assert (myObject (attribute1 "attr35753") ) ) +(assert (myObject (attribute1 "attr35754") ) ) +(assert (myObject (attribute1 "attr35755") ) ) +(assert (myObject (attribute1 "attr35756") ) ) +(assert (myObject (attribute1 "attr35757") ) ) +(assert (myObject (attribute1 "attr35758") ) ) +(assert (myObject (attribute1 "attr35759") ) ) +(assert (myObject (attribute1 "attr35760") ) ) +(assert (myObject (attribute1 "attr35761") ) ) +(assert (myObject (attribute1 "attr35762") ) ) +(assert (myObject (attribute1 "attr35763") ) ) +(assert (myObject (attribute1 "attr35764") ) ) +(assert (myObject (attribute1 "attr35765") ) ) +(assert (myObject (attribute1 "attr35766") ) ) +(assert (myObject (attribute1 "attr35767") ) ) +(assert (myObject (attribute1 "attr35768") ) ) +(assert (myObject (attribute1 "attr35769") ) ) +(assert (myObject (attribute1 "attr35770") ) ) +(assert (myObject (attribute1 "attr35771") ) ) +(assert (myObject (attribute1 "attr35772") ) ) +(assert (myObject (attribute1 "attr35773") ) ) +(assert (myObject (attribute1 "attr35774") ) ) +(assert (myObject (attribute1 "attr35775") ) ) +(assert (myObject (attribute1 "attr35776") ) ) +(assert (myObject (attribute1 "attr35777") ) ) +(assert (myObject (attribute1 "attr35778") ) ) +(assert (myObject (attribute1 "attr35779") ) ) +(assert (myObject (attribute1 "attr35780") ) ) +(assert (myObject (attribute1 "attr35781") ) ) +(assert (myObject (attribute1 "attr35782") ) ) +(assert (myObject (attribute1 "attr35783") ) ) +(assert (myObject (attribute1 "attr35784") ) ) +(assert (myObject (attribute1 "attr35785") ) ) +(assert (myObject (attribute1 "attr35786") ) ) +(assert (myObject (attribute1 "attr35787") ) ) +(assert (myObject (attribute1 "attr35788") ) ) +(assert (myObject (attribute1 "attr35789") ) ) +(assert (myObject (attribute1 "attr35790") ) ) +(assert (myObject (attribute1 "attr35791") ) ) +(assert (myObject (attribute1 "attr35792") ) ) +(assert (myObject (attribute1 "attr35793") ) ) +(assert (myObject (attribute1 "attr35794") ) ) +(assert (myObject (attribute1 "attr35795") ) ) +(assert (myObject (attribute1 "attr35796") ) ) +(assert (myObject (attribute1 "attr35797") ) ) +(assert (myObject (attribute1 "attr35798") ) ) +(assert (myObject (attribute1 "attr35799") ) ) +(assert (myObject (attribute1 "attr35800") ) ) +(assert (myObject (attribute1 "attr35801") ) ) +(assert (myObject (attribute1 "attr35802") ) ) +(assert (myObject (attribute1 "attr35803") ) ) +(assert (myObject (attribute1 "attr35804") ) ) +(assert (myObject (attribute1 "attr35805") ) ) +(assert (myObject (attribute1 "attr35806") ) ) +(assert (myObject (attribute1 "attr35807") ) ) +(assert (myObject (attribute1 "attr35808") ) ) +(assert (myObject (attribute1 "attr35809") ) ) +(assert (myObject (attribute1 "attr35810") ) ) +(assert (myObject (attribute1 "attr35811") ) ) +(assert (myObject (attribute1 "attr35812") ) ) +(assert (myObject (attribute1 "attr35813") ) ) +(assert (myObject (attribute1 "attr35814") ) ) +(assert (myObject (attribute1 "attr35815") ) ) +(assert (myObject (attribute1 "attr35816") ) ) +(assert (myObject (attribute1 "attr35817") ) ) +(assert (myObject (attribute1 "attr35818") ) ) +(assert (myObject (attribute1 "attr35819") ) ) +(assert (myObject (attribute1 "attr35820") ) ) +(assert (myObject (attribute1 "attr35821") ) ) +(assert (myObject (attribute1 "attr35822") ) ) +(assert (myObject (attribute1 "attr35823") ) ) +(assert (myObject (attribute1 "attr35824") ) ) +(assert (myObject (attribute1 "attr35825") ) ) +(assert (myObject (attribute1 "attr35826") ) ) +(assert (myObject (attribute1 "attr35827") ) ) +(assert (myObject (attribute1 "attr35828") ) ) +(assert (myObject (attribute1 "attr35829") ) ) +(assert (myObject (attribute1 "attr35830") ) ) +(assert (myObject (attribute1 "attr35831") ) ) +(assert (myObject (attribute1 "attr35832") ) ) +(assert (myObject (attribute1 "attr35833") ) ) +(assert (myObject (attribute1 "attr35834") ) ) +(assert (myObject (attribute1 "attr35835") ) ) +(assert (myObject (attribute1 "attr35836") ) ) +(assert (myObject (attribute1 "attr35837") ) ) +(assert (myObject (attribute1 "attr35838") ) ) +(assert (myObject (attribute1 "attr35839") ) ) +(assert (myObject (attribute1 "attr35840") ) ) +(assert (myObject (attribute1 "attr35841") ) ) +(assert (myObject (attribute1 "attr35842") ) ) +(assert (myObject (attribute1 "attr35843") ) ) +(assert (myObject (attribute1 "attr35844") ) ) +(assert (myObject (attribute1 "attr35845") ) ) +(assert (myObject (attribute1 "attr35846") ) ) +(assert (myObject (attribute1 "attr35847") ) ) +(assert (myObject (attribute1 "attr35848") ) ) +(assert (myObject (attribute1 "attr35849") ) ) +(assert (myObject (attribute1 "attr35850") ) ) +(assert (myObject (attribute1 "attr35851") ) ) +(assert (myObject (attribute1 "attr35852") ) ) +(assert (myObject (attribute1 "attr35853") ) ) +(assert (myObject (attribute1 "attr35854") ) ) +(assert (myObject (attribute1 "attr35855") ) ) +(assert (myObject (attribute1 "attr35856") ) ) +(assert (myObject (attribute1 "attr35857") ) ) +(assert (myObject (attribute1 "attr35858") ) ) +(assert (myObject (attribute1 "attr35859") ) ) +(assert (myObject (attribute1 "attr35860") ) ) +(assert (myObject (attribute1 "attr35861") ) ) +(assert (myObject (attribute1 "attr35862") ) ) +(assert (myObject (attribute1 "attr35863") ) ) +(assert (myObject (attribute1 "attr35864") ) ) +(assert (myObject (attribute1 "attr35865") ) ) +(assert (myObject (attribute1 "attr35866") ) ) +(assert (myObject (attribute1 "attr35867") ) ) +(assert (myObject (attribute1 "attr35868") ) ) +(assert (myObject (attribute1 "attr35869") ) ) +(assert (myObject (attribute1 "attr35870") ) ) +(assert (myObject (attribute1 "attr35871") ) ) +(assert (myObject (attribute1 "attr35872") ) ) +(assert (myObject (attribute1 "attr35873") ) ) +(assert (myObject (attribute1 "attr35874") ) ) +(assert (myObject (attribute1 "attr35875") ) ) +(assert (myObject (attribute1 "attr35876") ) ) +(assert (myObject (attribute1 "attr35877") ) ) +(assert (myObject (attribute1 "attr35878") ) ) +(assert (myObject (attribute1 "attr35879") ) ) +(assert (myObject (attribute1 "attr35880") ) ) +(assert (myObject (attribute1 "attr35881") ) ) +(assert (myObject (attribute1 "attr35882") ) ) +(assert (myObject (attribute1 "attr35883") ) ) +(assert (myObject (attribute1 "attr35884") ) ) +(assert (myObject (attribute1 "attr35885") ) ) +(assert (myObject (attribute1 "attr35886") ) ) +(assert (myObject (attribute1 "attr35887") ) ) +(assert (myObject (attribute1 "attr35888") ) ) +(assert (myObject (attribute1 "attr35889") ) ) +(assert (myObject (attribute1 "attr35890") ) ) +(assert (myObject (attribute1 "attr35891") ) ) +(assert (myObject (attribute1 "attr35892") ) ) +(assert (myObject (attribute1 "attr35893") ) ) +(assert (myObject (attribute1 "attr35894") ) ) +(assert (myObject (attribute1 "attr35895") ) ) +(assert (myObject (attribute1 "attr35896") ) ) +(assert (myObject (attribute1 "attr35897") ) ) +(assert (myObject (attribute1 "attr35898") ) ) +(assert (myObject (attribute1 "attr35899") ) ) +(assert (myObject (attribute1 "attr35900") ) ) +(assert (myObject (attribute1 "attr35901") ) ) +(assert (myObject (attribute1 "attr35902") ) ) +(assert (myObject (attribute1 "attr35903") ) ) +(assert (myObject (attribute1 "attr35904") ) ) +(assert (myObject (attribute1 "attr35905") ) ) +(assert (myObject (attribute1 "attr35906") ) ) +(assert (myObject (attribute1 "attr35907") ) ) +(assert (myObject (attribute1 "attr35908") ) ) +(assert (myObject (attribute1 "attr35909") ) ) +(assert (myObject (attribute1 "attr35910") ) ) +(assert (myObject (attribute1 "attr35911") ) ) +(assert (myObject (attribute1 "attr35912") ) ) +(assert (myObject (attribute1 "attr35913") ) ) +(assert (myObject (attribute1 "attr35914") ) ) +(assert (myObject (attribute1 "attr35915") ) ) +(assert (myObject (attribute1 "attr35916") ) ) +(assert (myObject (attribute1 "attr35917") ) ) +(assert (myObject (attribute1 "attr35918") ) ) +(assert (myObject (attribute1 "attr35919") ) ) +(assert (myObject (attribute1 "attr35920") ) ) +(assert (myObject (attribute1 "attr35921") ) ) +(assert (myObject (attribute1 "attr35922") ) ) +(assert (myObject (attribute1 "attr35923") ) ) +(assert (myObject (attribute1 "attr35924") ) ) +(assert (myObject (attribute1 "attr35925") ) ) +(assert (myObject (attribute1 "attr35926") ) ) +(assert (myObject (attribute1 "attr35927") ) ) +(assert (myObject (attribute1 "attr35928") ) ) +(assert (myObject (attribute1 "attr35929") ) ) +(assert (myObject (attribute1 "attr35930") ) ) +(assert (myObject (attribute1 "attr35931") ) ) +(assert (myObject (attribute1 "attr35932") ) ) +(assert (myObject (attribute1 "attr35933") ) ) +(assert (myObject (attribute1 "attr35934") ) ) +(assert (myObject (attribute1 "attr35935") ) ) +(assert (myObject (attribute1 "attr35936") ) ) +(assert (myObject (attribute1 "attr35937") ) ) +(assert (myObject (attribute1 "attr35938") ) ) +(assert (myObject (attribute1 "attr35939") ) ) +(assert (myObject (attribute1 "attr35940") ) ) +(assert (myObject (attribute1 "attr35941") ) ) +(assert (myObject (attribute1 "attr35942") ) ) +(assert (myObject (attribute1 "attr35943") ) ) +(assert (myObject (attribute1 "attr35944") ) ) +(assert (myObject (attribute1 "attr35945") ) ) +(assert (myObject (attribute1 "attr35946") ) ) +(assert (myObject (attribute1 "attr35947") ) ) +(assert (myObject (attribute1 "attr35948") ) ) +(assert (myObject (attribute1 "attr35949") ) ) +(assert (myObject (attribute1 "attr35950") ) ) +(assert (myObject (attribute1 "attr35951") ) ) +(assert (myObject (attribute1 "attr35952") ) ) +(assert (myObject (attribute1 "attr35953") ) ) +(assert (myObject (attribute1 "attr35954") ) ) +(assert (myObject (attribute1 "attr35955") ) ) +(assert (myObject (attribute1 "attr35956") ) ) +(assert (myObject (attribute1 "attr35957") ) ) +(assert (myObject (attribute1 "attr35958") ) ) +(assert (myObject (attribute1 "attr35959") ) ) +(assert (myObject (attribute1 "attr35960") ) ) +(assert (myObject (attribute1 "attr35961") ) ) +(assert (myObject (attribute1 "attr35962") ) ) +(assert (myObject (attribute1 "attr35963") ) ) +(assert (myObject (attribute1 "attr35964") ) ) +(assert (myObject (attribute1 "attr35965") ) ) +(assert (myObject (attribute1 "attr35966") ) ) +(assert (myObject (attribute1 "attr35967") ) ) +(assert (myObject (attribute1 "attr35968") ) ) +(assert (myObject (attribute1 "attr35969") ) ) +(assert (myObject (attribute1 "attr35970") ) ) +(assert (myObject (attribute1 "attr35971") ) ) +(assert (myObject (attribute1 "attr35972") ) ) +(assert (myObject (attribute1 "attr35973") ) ) +(assert (myObject (attribute1 "attr35974") ) ) +(assert (myObject (attribute1 "attr35975") ) ) +(assert (myObject (attribute1 "attr35976") ) ) +(assert (myObject (attribute1 "attr35977") ) ) +(assert (myObject (attribute1 "attr35978") ) ) +(assert (myObject (attribute1 "attr35979") ) ) +(assert (myObject (attribute1 "attr35980") ) ) +(assert (myObject (attribute1 "attr35981") ) ) +(assert (myObject (attribute1 "attr35982") ) ) +(assert (myObject (attribute1 "attr35983") ) ) +(assert (myObject (attribute1 "attr35984") ) ) +(assert (myObject (attribute1 "attr35985") ) ) +(assert (myObject (attribute1 "attr35986") ) ) +(assert (myObject (attribute1 "attr35987") ) ) +(assert (myObject (attribute1 "attr35988") ) ) +(assert (myObject (attribute1 "attr35989") ) ) +(assert (myObject (attribute1 "attr35990") ) ) +(assert (myObject (attribute1 "attr35991") ) ) +(assert (myObject (attribute1 "attr35992") ) ) +(assert (myObject (attribute1 "attr35993") ) ) +(assert (myObject (attribute1 "attr35994") ) ) +(assert (myObject (attribute1 "attr35995") ) ) +(assert (myObject (attribute1 "attr35996") ) ) +(assert (myObject (attribute1 "attr35997") ) ) +(assert (myObject (attribute1 "attr35998") ) ) +(assert (myObject (attribute1 "attr35999") ) ) +(assert (myObject (attribute1 "attr36000") ) ) +(assert (myObject (attribute1 "attr36001") ) ) +(assert (myObject (attribute1 "attr36002") ) ) +(assert (myObject (attribute1 "attr36003") ) ) +(assert (myObject (attribute1 "attr36004") ) ) +(assert (myObject (attribute1 "attr36005") ) ) +(assert (myObject (attribute1 "attr36006") ) ) +(assert (myObject (attribute1 "attr36007") ) ) +(assert (myObject (attribute1 "attr36008") ) ) +(assert (myObject (attribute1 "attr36009") ) ) +(assert (myObject (attribute1 "attr36010") ) ) +(assert (myObject (attribute1 "attr36011") ) ) +(assert (myObject (attribute1 "attr36012") ) ) +(assert (myObject (attribute1 "attr36013") ) ) +(assert (myObject (attribute1 "attr36014") ) ) +(assert (myObject (attribute1 "attr36015") ) ) +(assert (myObject (attribute1 "attr36016") ) ) +(assert (myObject (attribute1 "attr36017") ) ) +(assert (myObject (attribute1 "attr36018") ) ) +(assert (myObject (attribute1 "attr36019") ) ) +(assert (myObject (attribute1 "attr36020") ) ) +(assert (myObject (attribute1 "attr36021") ) ) +(assert (myObject (attribute1 "attr36022") ) ) +(assert (myObject (attribute1 "attr36023") ) ) +(assert (myObject (attribute1 "attr36024") ) ) +(assert (myObject (attribute1 "attr36025") ) ) +(assert (myObject (attribute1 "attr36026") ) ) +(assert (myObject (attribute1 "attr36027") ) ) +(assert (myObject (attribute1 "attr36028") ) ) +(assert (myObject (attribute1 "attr36029") ) ) +(assert (myObject (attribute1 "attr36030") ) ) +(assert (myObject (attribute1 "attr36031") ) ) +(assert (myObject (attribute1 "attr36032") ) ) +(assert (myObject (attribute1 "attr36033") ) ) +(assert (myObject (attribute1 "attr36034") ) ) +(assert (myObject (attribute1 "attr36035") ) ) +(assert (myObject (attribute1 "attr36036") ) ) +(assert (myObject (attribute1 "attr36037") ) ) +(assert (myObject (attribute1 "attr36038") ) ) +(assert (myObject (attribute1 "attr36039") ) ) +(assert (myObject (attribute1 "attr36040") ) ) +(assert (myObject (attribute1 "attr36041") ) ) +(assert (myObject (attribute1 "attr36042") ) ) +(assert (myObject (attribute1 "attr36043") ) ) +(assert (myObject (attribute1 "attr36044") ) ) +(assert (myObject (attribute1 "attr36045") ) ) +(assert (myObject (attribute1 "attr36046") ) ) +(assert (myObject (attribute1 "attr36047") ) ) +(assert (myObject (attribute1 "attr36048") ) ) +(assert (myObject (attribute1 "attr36049") ) ) +(assert (myObject (attribute1 "attr36050") ) ) +(assert (myObject (attribute1 "attr36051") ) ) +(assert (myObject (attribute1 "attr36052") ) ) +(assert (myObject (attribute1 "attr36053") ) ) +(assert (myObject (attribute1 "attr36054") ) ) +(assert (myObject (attribute1 "attr36055") ) ) +(assert (myObject (attribute1 "attr36056") ) ) +(assert (myObject (attribute1 "attr36057") ) ) +(assert (myObject (attribute1 "attr36058") ) ) +(assert (myObject (attribute1 "attr36059") ) ) +(assert (myObject (attribute1 "attr36060") ) ) +(assert (myObject (attribute1 "attr36061") ) ) +(assert (myObject (attribute1 "attr36062") ) ) +(assert (myObject (attribute1 "attr36063") ) ) +(assert (myObject (attribute1 "attr36064") ) ) +(assert (myObject (attribute1 "attr36065") ) ) +(assert (myObject (attribute1 "attr36066") ) ) +(assert (myObject (attribute1 "attr36067") ) ) +(assert (myObject (attribute1 "attr36068") ) ) +(assert (myObject (attribute1 "attr36069") ) ) +(assert (myObject (attribute1 "attr36070") ) ) +(assert (myObject (attribute1 "attr36071") ) ) +(assert (myObject (attribute1 "attr36072") ) ) +(assert (myObject (attribute1 "attr36073") ) ) +(assert (myObject (attribute1 "attr36074") ) ) +(assert (myObject (attribute1 "attr36075") ) ) +(assert (myObject (attribute1 "attr36076") ) ) +(assert (myObject (attribute1 "attr36077") ) ) +(assert (myObject (attribute1 "attr36078") ) ) +(assert (myObject (attribute1 "attr36079") ) ) +(assert (myObject (attribute1 "attr36080") ) ) +(assert (myObject (attribute1 "attr36081") ) ) +(assert (myObject (attribute1 "attr36082") ) ) +(assert (myObject (attribute1 "attr36083") ) ) +(assert (myObject (attribute1 "attr36084") ) ) +(assert (myObject (attribute1 "attr36085") ) ) +(assert (myObject (attribute1 "attr36086") ) ) +(assert (myObject (attribute1 "attr36087") ) ) +(assert (myObject (attribute1 "attr36088") ) ) +(assert (myObject (attribute1 "attr36089") ) ) +(assert (myObject (attribute1 "attr36090") ) ) +(assert (myObject (attribute1 "attr36091") ) ) +(assert (myObject (attribute1 "attr36092") ) ) +(assert (myObject (attribute1 "attr36093") ) ) +(assert (myObject (attribute1 "attr36094") ) ) +(assert (myObject (attribute1 "attr36095") ) ) +(assert (myObject (attribute1 "attr36096") ) ) +(assert (myObject (attribute1 "attr36097") ) ) +(assert (myObject (attribute1 "attr36098") ) ) +(assert (myObject (attribute1 "attr36099") ) ) +(assert (myObject (attribute1 "attr36100") ) ) +(assert (myObject (attribute1 "attr36101") ) ) +(assert (myObject (attribute1 "attr36102") ) ) +(assert (myObject (attribute1 "attr36103") ) ) +(assert (myObject (attribute1 "attr36104") ) ) +(assert (myObject (attribute1 "attr36105") ) ) +(assert (myObject (attribute1 "attr36106") ) ) +(assert (myObject (attribute1 "attr36107") ) ) +(assert (myObject (attribute1 "attr36108") ) ) +(assert (myObject (attribute1 "attr36109") ) ) +(assert (myObject (attribute1 "attr36110") ) ) +(assert (myObject (attribute1 "attr36111") ) ) +(assert (myObject (attribute1 "attr36112") ) ) +(assert (myObject (attribute1 "attr36113") ) ) +(assert (myObject (attribute1 "attr36114") ) ) +(assert (myObject (attribute1 "attr36115") ) ) +(assert (myObject (attribute1 "attr36116") ) ) +(assert (myObject (attribute1 "attr36117") ) ) +(assert (myObject (attribute1 "attr36118") ) ) +(assert (myObject (attribute1 "attr36119") ) ) +(assert (myObject (attribute1 "attr36120") ) ) +(assert (myObject (attribute1 "attr36121") ) ) +(assert (myObject (attribute1 "attr36122") ) ) +(assert (myObject (attribute1 "attr36123") ) ) +(assert (myObject (attribute1 "attr36124") ) ) +(assert (myObject (attribute1 "attr36125") ) ) +(assert (myObject (attribute1 "attr36126") ) ) +(assert (myObject (attribute1 "attr36127") ) ) +(assert (myObject (attribute1 "attr36128") ) ) +(assert (myObject (attribute1 "attr36129") ) ) +(assert (myObject (attribute1 "attr36130") ) ) +(assert (myObject (attribute1 "attr36131") ) ) +(assert (myObject (attribute1 "attr36132") ) ) +(assert (myObject (attribute1 "attr36133") ) ) +(assert (myObject (attribute1 "attr36134") ) ) +(assert (myObject (attribute1 "attr36135") ) ) +(assert (myObject (attribute1 "attr36136") ) ) +(assert (myObject (attribute1 "attr36137") ) ) +(assert (myObject (attribute1 "attr36138") ) ) +(assert (myObject (attribute1 "attr36139") ) ) +(assert (myObject (attribute1 "attr36140") ) ) +(assert (myObject (attribute1 "attr36141") ) ) +(assert (myObject (attribute1 "attr36142") ) ) +(assert (myObject (attribute1 "attr36143") ) ) +(assert (myObject (attribute1 "attr36144") ) ) +(assert (myObject (attribute1 "attr36145") ) ) +(assert (myObject (attribute1 "attr36146") ) ) +(assert (myObject (attribute1 "attr36147") ) ) +(assert (myObject (attribute1 "attr36148") ) ) +(assert (myObject (attribute1 "attr36149") ) ) +(assert (myObject (attribute1 "attr36150") ) ) +(assert (myObject (attribute1 "attr36151") ) ) +(assert (myObject (attribute1 "attr36152") ) ) +(assert (myObject (attribute1 "attr36153") ) ) +(assert (myObject (attribute1 "attr36154") ) ) +(assert (myObject (attribute1 "attr36155") ) ) +(assert (myObject (attribute1 "attr36156") ) ) +(assert (myObject (attribute1 "attr36157") ) ) +(assert (myObject (attribute1 "attr36158") ) ) +(assert (myObject (attribute1 "attr36159") ) ) +(assert (myObject (attribute1 "attr36160") ) ) +(assert (myObject (attribute1 "attr36161") ) ) +(assert (myObject (attribute1 "attr36162") ) ) +(assert (myObject (attribute1 "attr36163") ) ) +(assert (myObject (attribute1 "attr36164") ) ) +(assert (myObject (attribute1 "attr36165") ) ) +(assert (myObject (attribute1 "attr36166") ) ) +(assert (myObject (attribute1 "attr36167") ) ) +(assert (myObject (attribute1 "attr36168") ) ) +(assert (myObject (attribute1 "attr36169") ) ) +(assert (myObject (attribute1 "attr36170") ) ) +(assert (myObject (attribute1 "attr36171") ) ) +(assert (myObject (attribute1 "attr36172") ) ) +(assert (myObject (attribute1 "attr36173") ) ) +(assert (myObject (attribute1 "attr36174") ) ) +(assert (myObject (attribute1 "attr36175") ) ) +(assert (myObject (attribute1 "attr36176") ) ) +(assert (myObject (attribute1 "attr36177") ) ) +(assert (myObject (attribute1 "attr36178") ) ) +(assert (myObject (attribute1 "attr36179") ) ) +(assert (myObject (attribute1 "attr36180") ) ) +(assert (myObject (attribute1 "attr36181") ) ) +(assert (myObject (attribute1 "attr36182") ) ) +(assert (myObject (attribute1 "attr36183") ) ) +(assert (myObject (attribute1 "attr36184") ) ) +(assert (myObject (attribute1 "attr36185") ) ) +(assert (myObject (attribute1 "attr36186") ) ) +(assert (myObject (attribute1 "attr36187") ) ) +(assert (myObject (attribute1 "attr36188") ) ) +(assert (myObject (attribute1 "attr36189") ) ) +(assert (myObject (attribute1 "attr36190") ) ) +(assert (myObject (attribute1 "attr36191") ) ) +(assert (myObject (attribute1 "attr36192") ) ) +(assert (myObject (attribute1 "attr36193") ) ) +(assert (myObject (attribute1 "attr36194") ) ) +(assert (myObject (attribute1 "attr36195") ) ) +(assert (myObject (attribute1 "attr36196") ) ) +(assert (myObject (attribute1 "attr36197") ) ) +(assert (myObject (attribute1 "attr36198") ) ) +(assert (myObject (attribute1 "attr36199") ) ) +(assert (myObject (attribute1 "attr36200") ) ) +(assert (myObject (attribute1 "attr36201") ) ) +(assert (myObject (attribute1 "attr36202") ) ) +(assert (myObject (attribute1 "attr36203") ) ) +(assert (myObject (attribute1 "attr36204") ) ) +(assert (myObject (attribute1 "attr36205") ) ) +(assert (myObject (attribute1 "attr36206") ) ) +(assert (myObject (attribute1 "attr36207") ) ) +(assert (myObject (attribute1 "attr36208") ) ) +(assert (myObject (attribute1 "attr36209") ) ) +(assert (myObject (attribute1 "attr36210") ) ) +(assert (myObject (attribute1 "attr36211") ) ) +(assert (myObject (attribute1 "attr36212") ) ) +(assert (myObject (attribute1 "attr36213") ) ) +(assert (myObject (attribute1 "attr36214") ) ) +(assert (myObject (attribute1 "attr36215") ) ) +(assert (myObject (attribute1 "attr36216") ) ) +(assert (myObject (attribute1 "attr36217") ) ) +(assert (myObject (attribute1 "attr36218") ) ) +(assert (myObject (attribute1 "attr36219") ) ) +(assert (myObject (attribute1 "attr36220") ) ) +(assert (myObject (attribute1 "attr36221") ) ) +(assert (myObject (attribute1 "attr36222") ) ) +(assert (myObject (attribute1 "attr36223") ) ) +(assert (myObject (attribute1 "attr36224") ) ) +(assert (myObject (attribute1 "attr36225") ) ) +(assert (myObject (attribute1 "attr36226") ) ) +(assert (myObject (attribute1 "attr36227") ) ) +(assert (myObject (attribute1 "attr36228") ) ) +(assert (myObject (attribute1 "attr36229") ) ) +(assert (myObject (attribute1 "attr36230") ) ) +(assert (myObject (attribute1 "attr36231") ) ) +(assert (myObject (attribute1 "attr36232") ) ) +(assert (myObject (attribute1 "attr36233") ) ) +(assert (myObject (attribute1 "attr36234") ) ) +(assert (myObject (attribute1 "attr36235") ) ) +(assert (myObject (attribute1 "attr36236") ) ) +(assert (myObject (attribute1 "attr36237") ) ) +(assert (myObject (attribute1 "attr36238") ) ) +(assert (myObject (attribute1 "attr36239") ) ) +(assert (myObject (attribute1 "attr36240") ) ) +(assert (myObject (attribute1 "attr36241") ) ) +(assert (myObject (attribute1 "attr36242") ) ) +(assert (myObject (attribute1 "attr36243") ) ) +(assert (myObject (attribute1 "attr36244") ) ) +(assert (myObject (attribute1 "attr36245") ) ) +(assert (myObject (attribute1 "attr36246") ) ) +(assert (myObject (attribute1 "attr36247") ) ) +(assert (myObject (attribute1 "attr36248") ) ) +(assert (myObject (attribute1 "attr36249") ) ) +(assert (myObject (attribute1 "attr36250") ) ) +(assert (myObject (attribute1 "attr36251") ) ) +(assert (myObject (attribute1 "attr36252") ) ) +(assert (myObject (attribute1 "attr36253") ) ) +(assert (myObject (attribute1 "attr36254") ) ) +(assert (myObject (attribute1 "attr36255") ) ) +(assert (myObject (attribute1 "attr36256") ) ) +(assert (myObject (attribute1 "attr36257") ) ) +(assert (myObject (attribute1 "attr36258") ) ) +(assert (myObject (attribute1 "attr36259") ) ) +(assert (myObject (attribute1 "attr36260") ) ) +(assert (myObject (attribute1 "attr36261") ) ) +(assert (myObject (attribute1 "attr36262") ) ) +(assert (myObject (attribute1 "attr36263") ) ) +(assert (myObject (attribute1 "attr36264") ) ) +(assert (myObject (attribute1 "attr36265") ) ) +(assert (myObject (attribute1 "attr36266") ) ) +(assert (myObject (attribute1 "attr36267") ) ) +(assert (myObject (attribute1 "attr36268") ) ) +(assert (myObject (attribute1 "attr36269") ) ) +(assert (myObject (attribute1 "attr36270") ) ) +(assert (myObject (attribute1 "attr36271") ) ) +(assert (myObject (attribute1 "attr36272") ) ) +(assert (myObject (attribute1 "attr36273") ) ) +(assert (myObject (attribute1 "attr36274") ) ) +(assert (myObject (attribute1 "attr36275") ) ) +(assert (myObject (attribute1 "attr36276") ) ) +(assert (myObject (attribute1 "attr36277") ) ) +(assert (myObject (attribute1 "attr36278") ) ) +(assert (myObject (attribute1 "attr36279") ) ) +(assert (myObject (attribute1 "attr36280") ) ) +(assert (myObject (attribute1 "attr36281") ) ) +(assert (myObject (attribute1 "attr36282") ) ) +(assert (myObject (attribute1 "attr36283") ) ) +(assert (myObject (attribute1 "attr36284") ) ) +(assert (myObject (attribute1 "attr36285") ) ) +(assert (myObject (attribute1 "attr36286") ) ) +(assert (myObject (attribute1 "attr36287") ) ) +(assert (myObject (attribute1 "attr36288") ) ) +(assert (myObject (attribute1 "attr36289") ) ) +(assert (myObject (attribute1 "attr36290") ) ) +(assert (myObject (attribute1 "attr36291") ) ) +(assert (myObject (attribute1 "attr36292") ) ) +(assert (myObject (attribute1 "attr36293") ) ) +(assert (myObject (attribute1 "attr36294") ) ) +(assert (myObject (attribute1 "attr36295") ) ) +(assert (myObject (attribute1 "attr36296") ) ) +(assert (myObject (attribute1 "attr36297") ) ) +(assert (myObject (attribute1 "attr36298") ) ) +(assert (myObject (attribute1 "attr36299") ) ) +(assert (myObject (attribute1 "attr36300") ) ) +(assert (myObject (attribute1 "attr36301") ) ) +(assert (myObject (attribute1 "attr36302") ) ) +(assert (myObject (attribute1 "attr36303") ) ) +(assert (myObject (attribute1 "attr36304") ) ) +(assert (myObject (attribute1 "attr36305") ) ) +(assert (myObject (attribute1 "attr36306") ) ) +(assert (myObject (attribute1 "attr36307") ) ) +(assert (myObject (attribute1 "attr36308") ) ) +(assert (myObject (attribute1 "attr36309") ) ) +(assert (myObject (attribute1 "attr36310") ) ) +(assert (myObject (attribute1 "attr36311") ) ) +(assert (myObject (attribute1 "attr36312") ) ) +(assert (myObject (attribute1 "attr36313") ) ) +(assert (myObject (attribute1 "attr36314") ) ) +(assert (myObject (attribute1 "attr36315") ) ) +(assert (myObject (attribute1 "attr36316") ) ) +(assert (myObject (attribute1 "attr36317") ) ) +(assert (myObject (attribute1 "attr36318") ) ) +(assert (myObject (attribute1 "attr36319") ) ) +(assert (myObject (attribute1 "attr36320") ) ) +(assert (myObject (attribute1 "attr36321") ) ) +(assert (myObject (attribute1 "attr36322") ) ) +(assert (myObject (attribute1 "attr36323") ) ) +(assert (myObject (attribute1 "attr36324") ) ) +(assert (myObject (attribute1 "attr36325") ) ) +(assert (myObject (attribute1 "attr36326") ) ) +(assert (myObject (attribute1 "attr36327") ) ) +(assert (myObject (attribute1 "attr36328") ) ) +(assert (myObject (attribute1 "attr36329") ) ) +(assert (myObject (attribute1 "attr36330") ) ) +(assert (myObject (attribute1 "attr36331") ) ) +(assert (myObject (attribute1 "attr36332") ) ) +(assert (myObject (attribute1 "attr36333") ) ) +(assert (myObject (attribute1 "attr36334") ) ) +(assert (myObject (attribute1 "attr36335") ) ) +(assert (myObject (attribute1 "attr36336") ) ) +(assert (myObject (attribute1 "attr36337") ) ) +(assert (myObject (attribute1 "attr36338") ) ) +(assert (myObject (attribute1 "attr36339") ) ) +(assert (myObject (attribute1 "attr36340") ) ) +(assert (myObject (attribute1 "attr36341") ) ) +(assert (myObject (attribute1 "attr36342") ) ) +(assert (myObject (attribute1 "attr36343") ) ) +(assert (myObject (attribute1 "attr36344") ) ) +(assert (myObject (attribute1 "attr36345") ) ) +(assert (myObject (attribute1 "attr36346") ) ) +(assert (myObject (attribute1 "attr36347") ) ) +(assert (myObject (attribute1 "attr36348") ) ) +(assert (myObject (attribute1 "attr36349") ) ) +(assert (myObject (attribute1 "attr36350") ) ) +(assert (myObject (attribute1 "attr36351") ) ) +(assert (myObject (attribute1 "attr36352") ) ) +(assert (myObject (attribute1 "attr36353") ) ) +(assert (myObject (attribute1 "attr36354") ) ) +(assert (myObject (attribute1 "attr36355") ) ) +(assert (myObject (attribute1 "attr36356") ) ) +(assert (myObject (attribute1 "attr36357") ) ) +(assert (myObject (attribute1 "attr36358") ) ) +(assert (myObject (attribute1 "attr36359") ) ) +(assert (myObject (attribute1 "attr36360") ) ) +(assert (myObject (attribute1 "attr36361") ) ) +(assert (myObject (attribute1 "attr36362") ) ) +(assert (myObject (attribute1 "attr36363") ) ) +(assert (myObject (attribute1 "attr36364") ) ) +(assert (myObject (attribute1 "attr36365") ) ) +(assert (myObject (attribute1 "attr36366") ) ) +(assert (myObject (attribute1 "attr36367") ) ) +(assert (myObject (attribute1 "attr36368") ) ) +(assert (myObject (attribute1 "attr36369") ) ) +(assert (myObject (attribute1 "attr36370") ) ) +(assert (myObject (attribute1 "attr36371") ) ) +(assert (myObject (attribute1 "attr36372") ) ) +(assert (myObject (attribute1 "attr36373") ) ) +(assert (myObject (attribute1 "attr36374") ) ) +(assert (myObject (attribute1 "attr36375") ) ) +(assert (myObject (attribute1 "attr36376") ) ) +(assert (myObject (attribute1 "attr36377") ) ) +(assert (myObject (attribute1 "attr36378") ) ) +(assert (myObject (attribute1 "attr36379") ) ) +(assert (myObject (attribute1 "attr36380") ) ) +(assert (myObject (attribute1 "attr36381") ) ) +(assert (myObject (attribute1 "attr36382") ) ) +(assert (myObject (attribute1 "attr36383") ) ) +(assert (myObject (attribute1 "attr36384") ) ) +(assert (myObject (attribute1 "attr36385") ) ) +(assert (myObject (attribute1 "attr36386") ) ) +(assert (myObject (attribute1 "attr36387") ) ) +(assert (myObject (attribute1 "attr36388") ) ) +(assert (myObject (attribute1 "attr36389") ) ) +(assert (myObject (attribute1 "attr36390") ) ) +(assert (myObject (attribute1 "attr36391") ) ) +(assert (myObject (attribute1 "attr36392") ) ) +(assert (myObject (attribute1 "attr36393") ) ) +(assert (myObject (attribute1 "attr36394") ) ) +(assert (myObject (attribute1 "attr36395") ) ) +(assert (myObject (attribute1 "attr36396") ) ) +(assert (myObject (attribute1 "attr36397") ) ) +(assert (myObject (attribute1 "attr36398") ) ) +(assert (myObject (attribute1 "attr36399") ) ) +(assert (myObject (attribute1 "attr36400") ) ) +(assert (myObject (attribute1 "attr36401") ) ) +(assert (myObject (attribute1 "attr36402") ) ) +(assert (myObject (attribute1 "attr36403") ) ) +(assert (myObject (attribute1 "attr36404") ) ) +(assert (myObject (attribute1 "attr36405") ) ) +(assert (myObject (attribute1 "attr36406") ) ) +(assert (myObject (attribute1 "attr36407") ) ) +(assert (myObject (attribute1 "attr36408") ) ) +(assert (myObject (attribute1 "attr36409") ) ) +(assert (myObject (attribute1 "attr36410") ) ) +(assert (myObject (attribute1 "attr36411") ) ) +(assert (myObject (attribute1 "attr36412") ) ) +(assert (myObject (attribute1 "attr36413") ) ) +(assert (myObject (attribute1 "attr36414") ) ) +(assert (myObject (attribute1 "attr36415") ) ) +(assert (myObject (attribute1 "attr36416") ) ) +(assert (myObject (attribute1 "attr36417") ) ) +(assert (myObject (attribute1 "attr36418") ) ) +(assert (myObject (attribute1 "attr36419") ) ) +(assert (myObject (attribute1 "attr36420") ) ) +(assert (myObject (attribute1 "attr36421") ) ) +(assert (myObject (attribute1 "attr36422") ) ) +(assert (myObject (attribute1 "attr36423") ) ) +(assert (myObject (attribute1 "attr36424") ) ) +(assert (myObject (attribute1 "attr36425") ) ) +(assert (myObject (attribute1 "attr36426") ) ) +(assert (myObject (attribute1 "attr36427") ) ) +(assert (myObject (attribute1 "attr36428") ) ) +(assert (myObject (attribute1 "attr36429") ) ) +(assert (myObject (attribute1 "attr36430") ) ) +(assert (myObject (attribute1 "attr36431") ) ) +(assert (myObject (attribute1 "attr36432") ) ) +(assert (myObject (attribute1 "attr36433") ) ) +(assert (myObject (attribute1 "attr36434") ) ) +(assert (myObject (attribute1 "attr36435") ) ) +(assert (myObject (attribute1 "attr36436") ) ) +(assert (myObject (attribute1 "attr36437") ) ) +(assert (myObject (attribute1 "attr36438") ) ) +(assert (myObject (attribute1 "attr36439") ) ) +(assert (myObject (attribute1 "attr36440") ) ) +(assert (myObject (attribute1 "attr36441") ) ) +(assert (myObject (attribute1 "attr36442") ) ) +(assert (myObject (attribute1 "attr36443") ) ) +(assert (myObject (attribute1 "attr36444") ) ) +(assert (myObject (attribute1 "attr36445") ) ) +(assert (myObject (attribute1 "attr36446") ) ) +(assert (myObject (attribute1 "attr36447") ) ) +(assert (myObject (attribute1 "attr36448") ) ) +(assert (myObject (attribute1 "attr36449") ) ) +(assert (myObject (attribute1 "attr36450") ) ) +(assert (myObject (attribute1 "attr36451") ) ) +(assert (myObject (attribute1 "attr36452") ) ) +(assert (myObject (attribute1 "attr36453") ) ) +(assert (myObject (attribute1 "attr36454") ) ) +(assert (myObject (attribute1 "attr36455") ) ) +(assert (myObject (attribute1 "attr36456") ) ) +(assert (myObject (attribute1 "attr36457") ) ) +(assert (myObject (attribute1 "attr36458") ) ) +(assert (myObject (attribute1 "attr36459") ) ) +(assert (myObject (attribute1 "attr36460") ) ) +(assert (myObject (attribute1 "attr36461") ) ) +(assert (myObject (attribute1 "attr36462") ) ) +(assert (myObject (attribute1 "attr36463") ) ) +(assert (myObject (attribute1 "attr36464") ) ) +(assert (myObject (attribute1 "attr36465") ) ) +(assert (myObject (attribute1 "attr36466") ) ) +(assert (myObject (attribute1 "attr36467") ) ) +(assert (myObject (attribute1 "attr36468") ) ) +(assert (myObject (attribute1 "attr36469") ) ) +(assert (myObject (attribute1 "attr36470") ) ) +(assert (myObject (attribute1 "attr36471") ) ) +(assert (myObject (attribute1 "attr36472") ) ) +(assert (myObject (attribute1 "attr36473") ) ) +(assert (myObject (attribute1 "attr36474") ) ) +(assert (myObject (attribute1 "attr36475") ) ) +(assert (myObject (attribute1 "attr36476") ) ) +(assert (myObject (attribute1 "attr36477") ) ) +(assert (myObject (attribute1 "attr36478") ) ) +(assert (myObject (attribute1 "attr36479") ) ) +(assert (myObject (attribute1 "attr36480") ) ) +(assert (myObject (attribute1 "attr36481") ) ) +(assert (myObject (attribute1 "attr36482") ) ) +(assert (myObject (attribute1 "attr36483") ) ) +(assert (myObject (attribute1 "attr36484") ) ) +(assert (myObject (attribute1 "attr36485") ) ) +(assert (myObject (attribute1 "attr36486") ) ) +(assert (myObject (attribute1 "attr36487") ) ) +(assert (myObject (attribute1 "attr36488") ) ) +(assert (myObject (attribute1 "attr36489") ) ) +(assert (myObject (attribute1 "attr36490") ) ) +(assert (myObject (attribute1 "attr36491") ) ) +(assert (myObject (attribute1 "attr36492") ) ) +(assert (myObject (attribute1 "attr36493") ) ) +(assert (myObject (attribute1 "attr36494") ) ) +(assert (myObject (attribute1 "attr36495") ) ) +(assert (myObject (attribute1 "attr36496") ) ) +(assert (myObject (attribute1 "attr36497") ) ) +(assert (myObject (attribute1 "attr36498") ) ) +(assert (myObject (attribute1 "attr36499") ) ) +(assert (myObject (attribute1 "attr36500") ) ) +(assert (myObject (attribute1 "attr36501") ) ) +(assert (myObject (attribute1 "attr36502") ) ) +(assert (myObject (attribute1 "attr36503") ) ) +(assert (myObject (attribute1 "attr36504") ) ) +(assert (myObject (attribute1 "attr36505") ) ) +(assert (myObject (attribute1 "attr36506") ) ) +(assert (myObject (attribute1 "attr36507") ) ) +(assert (myObject (attribute1 "attr36508") ) ) +(assert (myObject (attribute1 "attr36509") ) ) +(assert (myObject (attribute1 "attr36510") ) ) +(assert (myObject (attribute1 "attr36511") ) ) +(assert (myObject (attribute1 "attr36512") ) ) +(assert (myObject (attribute1 "attr36513") ) ) +(assert (myObject (attribute1 "attr36514") ) ) +(assert (myObject (attribute1 "attr36515") ) ) +(assert (myObject (attribute1 "attr36516") ) ) +(assert (myObject (attribute1 "attr36517") ) ) +(assert (myObject (attribute1 "attr36518") ) ) +(assert (myObject (attribute1 "attr36519") ) ) +(assert (myObject (attribute1 "attr36520") ) ) +(assert (myObject (attribute1 "attr36521") ) ) +(assert (myObject (attribute1 "attr36522") ) ) +(assert (myObject (attribute1 "attr36523") ) ) +(assert (myObject (attribute1 "attr36524") ) ) +(assert (myObject (attribute1 "attr36525") ) ) +(assert (myObject (attribute1 "attr36526") ) ) +(assert (myObject (attribute1 "attr36527") ) ) +(assert (myObject (attribute1 "attr36528") ) ) +(assert (myObject (attribute1 "attr36529") ) ) +(assert (myObject (attribute1 "attr36530") ) ) +(assert (myObject (attribute1 "attr36531") ) ) +(assert (myObject (attribute1 "attr36532") ) ) +(assert (myObject (attribute1 "attr36533") ) ) +(assert (myObject (attribute1 "attr36534") ) ) +(assert (myObject (attribute1 "attr36535") ) ) +(assert (myObject (attribute1 "attr36536") ) ) +(assert (myObject (attribute1 "attr36537") ) ) +(assert (myObject (attribute1 "attr36538") ) ) +(assert (myObject (attribute1 "attr36539") ) ) +(assert (myObject (attribute1 "attr36540") ) ) +(assert (myObject (attribute1 "attr36541") ) ) +(assert (myObject (attribute1 "attr36542") ) ) +(assert (myObject (attribute1 "attr36543") ) ) +(assert (myObject (attribute1 "attr36544") ) ) +(assert (myObject (attribute1 "attr36545") ) ) +(assert (myObject (attribute1 "attr36546") ) ) +(assert (myObject (attribute1 "attr36547") ) ) +(assert (myObject (attribute1 "attr36548") ) ) +(assert (myObject (attribute1 "attr36549") ) ) +(assert (myObject (attribute1 "attr36550") ) ) +(assert (myObject (attribute1 "attr36551") ) ) +(assert (myObject (attribute1 "attr36552") ) ) +(assert (myObject (attribute1 "attr36553") ) ) +(assert (myObject (attribute1 "attr36554") ) ) +(assert (myObject (attribute1 "attr36555") ) ) +(assert (myObject (attribute1 "attr36556") ) ) +(assert (myObject (attribute1 "attr36557") ) ) +(assert (myObject (attribute1 "attr36558") ) ) +(assert (myObject (attribute1 "attr36559") ) ) +(assert (myObject (attribute1 "attr36560") ) ) +(assert (myObject (attribute1 "attr36561") ) ) +(assert (myObject (attribute1 "attr36562") ) ) +(assert (myObject (attribute1 "attr36563") ) ) +(assert (myObject (attribute1 "attr36564") ) ) +(assert (myObject (attribute1 "attr36565") ) ) +(assert (myObject (attribute1 "attr36566") ) ) +(assert (myObject (attribute1 "attr36567") ) ) +(assert (myObject (attribute1 "attr36568") ) ) +(assert (myObject (attribute1 "attr36569") ) ) +(assert (myObject (attribute1 "attr36570") ) ) +(assert (myObject (attribute1 "attr36571") ) ) +(assert (myObject (attribute1 "attr36572") ) ) +(assert (myObject (attribute1 "attr36573") ) ) +(assert (myObject (attribute1 "attr36574") ) ) +(assert (myObject (attribute1 "attr36575") ) ) +(assert (myObject (attribute1 "attr36576") ) ) +(assert (myObject (attribute1 "attr36577") ) ) +(assert (myObject (attribute1 "attr36578") ) ) +(assert (myObject (attribute1 "attr36579") ) ) +(assert (myObject (attribute1 "attr36580") ) ) +(assert (myObject (attribute1 "attr36581") ) ) +(assert (myObject (attribute1 "attr36582") ) ) +(assert (myObject (attribute1 "attr36583") ) ) +(assert (myObject (attribute1 "attr36584") ) ) +(assert (myObject (attribute1 "attr36585") ) ) +(assert (myObject (attribute1 "attr36586") ) ) +(assert (myObject (attribute1 "attr36587") ) ) +(assert (myObject (attribute1 "attr36588") ) ) +(assert (myObject (attribute1 "attr36589") ) ) +(assert (myObject (attribute1 "attr36590") ) ) +(assert (myObject (attribute1 "attr36591") ) ) +(assert (myObject (attribute1 "attr36592") ) ) +(assert (myObject (attribute1 "attr36593") ) ) +(assert (myObject (attribute1 "attr36594") ) ) +(assert (myObject (attribute1 "attr36595") ) ) +(assert (myObject (attribute1 "attr36596") ) ) +(assert (myObject (attribute1 "attr36597") ) ) +(assert (myObject (attribute1 "attr36598") ) ) +(assert (myObject (attribute1 "attr36599") ) ) +(assert (myObject (attribute1 "attr36600") ) ) +(assert (myObject (attribute1 "attr36601") ) ) +(assert (myObject (attribute1 "attr36602") ) ) +(assert (myObject (attribute1 "attr36603") ) ) +(assert (myObject (attribute1 "attr36604") ) ) +(assert (myObject (attribute1 "attr36605") ) ) +(assert (myObject (attribute1 "attr36606") ) ) +(assert (myObject (attribute1 "attr36607") ) ) +(assert (myObject (attribute1 "attr36608") ) ) +(assert (myObject (attribute1 "attr36609") ) ) +(assert (myObject (attribute1 "attr36610") ) ) +(assert (myObject (attribute1 "attr36611") ) ) +(assert (myObject (attribute1 "attr36612") ) ) +(assert (myObject (attribute1 "attr36613") ) ) +(assert (myObject (attribute1 "attr36614") ) ) +(assert (myObject (attribute1 "attr36615") ) ) +(assert (myObject (attribute1 "attr36616") ) ) +(assert (myObject (attribute1 "attr36617") ) ) +(assert (myObject (attribute1 "attr36618") ) ) +(assert (myObject (attribute1 "attr36619") ) ) +(assert (myObject (attribute1 "attr36620") ) ) +(assert (myObject (attribute1 "attr36621") ) ) +(assert (myObject (attribute1 "attr36622") ) ) +(assert (myObject (attribute1 "attr36623") ) ) +(assert (myObject (attribute1 "attr36624") ) ) +(assert (myObject (attribute1 "attr36625") ) ) +(assert (myObject (attribute1 "attr36626") ) ) +(assert (myObject (attribute1 "attr36627") ) ) +(assert (myObject (attribute1 "attr36628") ) ) +(assert (myObject (attribute1 "attr36629") ) ) +(assert (myObject (attribute1 "attr36630") ) ) +(assert (myObject (attribute1 "attr36631") ) ) +(assert (myObject (attribute1 "attr36632") ) ) +(assert (myObject (attribute1 "attr36633") ) ) +(assert (myObject (attribute1 "attr36634") ) ) +(assert (myObject (attribute1 "attr36635") ) ) +(assert (myObject (attribute1 "attr36636") ) ) +(assert (myObject (attribute1 "attr36637") ) ) +(assert (myObject (attribute1 "attr36638") ) ) +(assert (myObject (attribute1 "attr36639") ) ) +(assert (myObject (attribute1 "attr36640") ) ) +(assert (myObject (attribute1 "attr36641") ) ) +(assert (myObject (attribute1 "attr36642") ) ) +(assert (myObject (attribute1 "attr36643") ) ) +(assert (myObject (attribute1 "attr36644") ) ) +(assert (myObject (attribute1 "attr36645") ) ) +(assert (myObject (attribute1 "attr36646") ) ) +(assert (myObject (attribute1 "attr36647") ) ) +(assert (myObject (attribute1 "attr36648") ) ) +(assert (myObject (attribute1 "attr36649") ) ) +(assert (myObject (attribute1 "attr36650") ) ) +(assert (myObject (attribute1 "attr36651") ) ) +(assert (myObject (attribute1 "attr36652") ) ) +(assert (myObject (attribute1 "attr36653") ) ) +(assert (myObject (attribute1 "attr36654") ) ) +(assert (myObject (attribute1 "attr36655") ) ) +(assert (myObject (attribute1 "attr36656") ) ) +(assert (myObject (attribute1 "attr36657") ) ) +(assert (myObject (attribute1 "attr36658") ) ) +(assert (myObject (attribute1 "attr36659") ) ) +(assert (myObject (attribute1 "attr36660") ) ) +(assert (myObject (attribute1 "attr36661") ) ) +(assert (myObject (attribute1 "attr36662") ) ) +(assert (myObject (attribute1 "attr36663") ) ) +(assert (myObject (attribute1 "attr36664") ) ) +(assert (myObject (attribute1 "attr36665") ) ) +(assert (myObject (attribute1 "attr36666") ) ) +(assert (myObject (attribute1 "attr36667") ) ) +(assert (myObject (attribute1 "attr36668") ) ) +(assert (myObject (attribute1 "attr36669") ) ) +(assert (myObject (attribute1 "attr36670") ) ) +(assert (myObject (attribute1 "attr36671") ) ) +(assert (myObject (attribute1 "attr36672") ) ) +(assert (myObject (attribute1 "attr36673") ) ) +(assert (myObject (attribute1 "attr36674") ) ) +(assert (myObject (attribute1 "attr36675") ) ) +(assert (myObject (attribute1 "attr36676") ) ) +(assert (myObject (attribute1 "attr36677") ) ) +(assert (myObject (attribute1 "attr36678") ) ) +(assert (myObject (attribute1 "attr36679") ) ) +(assert (myObject (attribute1 "attr36680") ) ) +(assert (myObject (attribute1 "attr36681") ) ) +(assert (myObject (attribute1 "attr36682") ) ) +(assert (myObject (attribute1 "attr36683") ) ) +(assert (myObject (attribute1 "attr36684") ) ) +(assert (myObject (attribute1 "attr36685") ) ) +(assert (myObject (attribute1 "attr36686") ) ) +(assert (myObject (attribute1 "attr36687") ) ) +(assert (myObject (attribute1 "attr36688") ) ) +(assert (myObject (attribute1 "attr36689") ) ) +(assert (myObject (attribute1 "attr36690") ) ) +(assert (myObject (attribute1 "attr36691") ) ) +(assert (myObject (attribute1 "attr36692") ) ) +(assert (myObject (attribute1 "attr36693") ) ) +(assert (myObject (attribute1 "attr36694") ) ) +(assert (myObject (attribute1 "attr36695") ) ) +(assert (myObject (attribute1 "attr36696") ) ) +(assert (myObject (attribute1 "attr36697") ) ) +(assert (myObject (attribute1 "attr36698") ) ) +(assert (myObject (attribute1 "attr36699") ) ) +(assert (myObject (attribute1 "attr36700") ) ) +(assert (myObject (attribute1 "attr36701") ) ) +(assert (myObject (attribute1 "attr36702") ) ) +(assert (myObject (attribute1 "attr36703") ) ) +(assert (myObject (attribute1 "attr36704") ) ) +(assert (myObject (attribute1 "attr36705") ) ) +(assert (myObject (attribute1 "attr36706") ) ) +(assert (myObject (attribute1 "attr36707") ) ) +(assert (myObject (attribute1 "attr36708") ) ) +(assert (myObject (attribute1 "attr36709") ) ) +(assert (myObject (attribute1 "attr36710") ) ) +(assert (myObject (attribute1 "attr36711") ) ) +(assert (myObject (attribute1 "attr36712") ) ) +(assert (myObject (attribute1 "attr36713") ) ) +(assert (myObject (attribute1 "attr36714") ) ) +(assert (myObject (attribute1 "attr36715") ) ) +(assert (myObject (attribute1 "attr36716") ) ) +(assert (myObject (attribute1 "attr36717") ) ) +(assert (myObject (attribute1 "attr36718") ) ) +(assert (myObject (attribute1 "attr36719") ) ) +(assert (myObject (attribute1 "attr36720") ) ) +(assert (myObject (attribute1 "attr36721") ) ) +(assert (myObject (attribute1 "attr36722") ) ) +(assert (myObject (attribute1 "attr36723") ) ) +(assert (myObject (attribute1 "attr36724") ) ) +(assert (myObject (attribute1 "attr36725") ) ) +(assert (myObject (attribute1 "attr36726") ) ) +(assert (myObject (attribute1 "attr36727") ) ) +(assert (myObject (attribute1 "attr36728") ) ) +(assert (myObject (attribute1 "attr36729") ) ) +(assert (myObject (attribute1 "attr36730") ) ) +(assert (myObject (attribute1 "attr36731") ) ) +(assert (myObject (attribute1 "attr36732") ) ) +(assert (myObject (attribute1 "attr36733") ) ) +(assert (myObject (attribute1 "attr36734") ) ) +(assert (myObject (attribute1 "attr36735") ) ) +(assert (myObject (attribute1 "attr36736") ) ) +(assert (myObject (attribute1 "attr36737") ) ) +(assert (myObject (attribute1 "attr36738") ) ) +(assert (myObject (attribute1 "attr36739") ) ) +(assert (myObject (attribute1 "attr36740") ) ) +(assert (myObject (attribute1 "attr36741") ) ) +(assert (myObject (attribute1 "attr36742") ) ) +(assert (myObject (attribute1 "attr36743") ) ) +(assert (myObject (attribute1 "attr36744") ) ) +(assert (myObject (attribute1 "attr36745") ) ) +(assert (myObject (attribute1 "attr36746") ) ) +(assert (myObject (attribute1 "attr36747") ) ) +(assert (myObject (attribute1 "attr36748") ) ) +(assert (myObject (attribute1 "attr36749") ) ) +(assert (myObject (attribute1 "attr36750") ) ) +(assert (myObject (attribute1 "attr36751") ) ) +(assert (myObject (attribute1 "attr36752") ) ) +(assert (myObject (attribute1 "attr36753") ) ) +(assert (myObject (attribute1 "attr36754") ) ) +(assert (myObject (attribute1 "attr36755") ) ) +(assert (myObject (attribute1 "attr36756") ) ) +(assert (myObject (attribute1 "attr36757") ) ) +(assert (myObject (attribute1 "attr36758") ) ) +(assert (myObject (attribute1 "attr36759") ) ) +(assert (myObject (attribute1 "attr36760") ) ) +(assert (myObject (attribute1 "attr36761") ) ) +(assert (myObject (attribute1 "attr36762") ) ) +(assert (myObject (attribute1 "attr36763") ) ) +(assert (myObject (attribute1 "attr36764") ) ) +(assert (myObject (attribute1 "attr36765") ) ) +(assert (myObject (attribute1 "attr36766") ) ) +(assert (myObject (attribute1 "attr36767") ) ) +(assert (myObject (attribute1 "attr36768") ) ) +(assert (myObject (attribute1 "attr36769") ) ) +(assert (myObject (attribute1 "attr36770") ) ) +(assert (myObject (attribute1 "attr36771") ) ) +(assert (myObject (attribute1 "attr36772") ) ) +(assert (myObject (attribute1 "attr36773") ) ) +(assert (myObject (attribute1 "attr36774") ) ) +(assert (myObject (attribute1 "attr36775") ) ) +(assert (myObject (attribute1 "attr36776") ) ) +(assert (myObject (attribute1 "attr36777") ) ) +(assert (myObject (attribute1 "attr36778") ) ) +(assert (myObject (attribute1 "attr36779") ) ) +(assert (myObject (attribute1 "attr36780") ) ) +(assert (myObject (attribute1 "attr36781") ) ) +(assert (myObject (attribute1 "attr36782") ) ) +(assert (myObject (attribute1 "attr36783") ) ) +(assert (myObject (attribute1 "attr36784") ) ) +(assert (myObject (attribute1 "attr36785") ) ) +(assert (myObject (attribute1 "attr36786") ) ) +(assert (myObject (attribute1 "attr36787") ) ) +(assert (myObject (attribute1 "attr36788") ) ) +(assert (myObject (attribute1 "attr36789") ) ) +(assert (myObject (attribute1 "attr36790") ) ) +(assert (myObject (attribute1 "attr36791") ) ) +(assert (myObject (attribute1 "attr36792") ) ) +(assert (myObject (attribute1 "attr36793") ) ) +(assert (myObject (attribute1 "attr36794") ) ) +(assert (myObject (attribute1 "attr36795") ) ) +(assert (myObject (attribute1 "attr36796") ) ) +(assert (myObject (attribute1 "attr36797") ) ) +(assert (myObject (attribute1 "attr36798") ) ) +(assert (myObject (attribute1 "attr36799") ) ) +(assert (myObject (attribute1 "attr36800") ) ) +(assert (myObject (attribute1 "attr36801") ) ) +(assert (myObject (attribute1 "attr36802") ) ) +(assert (myObject (attribute1 "attr36803") ) ) +(assert (myObject (attribute1 "attr36804") ) ) +(assert (myObject (attribute1 "attr36805") ) ) +(assert (myObject (attribute1 "attr36806") ) ) +(assert (myObject (attribute1 "attr36807") ) ) +(assert (myObject (attribute1 "attr36808") ) ) +(assert (myObject (attribute1 "attr36809") ) ) +(assert (myObject (attribute1 "attr36810") ) ) +(assert (myObject (attribute1 "attr36811") ) ) +(assert (myObject (attribute1 "attr36812") ) ) +(assert (myObject (attribute1 "attr36813") ) ) +(assert (myObject (attribute1 "attr36814") ) ) +(assert (myObject (attribute1 "attr36815") ) ) +(assert (myObject (attribute1 "attr36816") ) ) +(assert (myObject (attribute1 "attr36817") ) ) +(assert (myObject (attribute1 "attr36818") ) ) +(assert (myObject (attribute1 "attr36819") ) ) +(assert (myObject (attribute1 "attr36820") ) ) +(assert (myObject (attribute1 "attr36821") ) ) +(assert (myObject (attribute1 "attr36822") ) ) +(assert (myObject (attribute1 "attr36823") ) ) +(assert (myObject (attribute1 "attr36824") ) ) +(assert (myObject (attribute1 "attr36825") ) ) +(assert (myObject (attribute1 "attr36826") ) ) +(assert (myObject (attribute1 "attr36827") ) ) +(assert (myObject (attribute1 "attr36828") ) ) +(assert (myObject (attribute1 "attr36829") ) ) +(assert (myObject (attribute1 "attr36830") ) ) +(assert (myObject (attribute1 "attr36831") ) ) +(assert (myObject (attribute1 "attr36832") ) ) +(assert (myObject (attribute1 "attr36833") ) ) +(assert (myObject (attribute1 "attr36834") ) ) +(assert (myObject (attribute1 "attr36835") ) ) +(assert (myObject (attribute1 "attr36836") ) ) +(assert (myObject (attribute1 "attr36837") ) ) +(assert (myObject (attribute1 "attr36838") ) ) +(assert (myObject (attribute1 "attr36839") ) ) +(assert (myObject (attribute1 "attr36840") ) ) +(assert (myObject (attribute1 "attr36841") ) ) +(assert (myObject (attribute1 "attr36842") ) ) +(assert (myObject (attribute1 "attr36843") ) ) +(assert (myObject (attribute1 "attr36844") ) ) +(assert (myObject (attribute1 "attr36845") ) ) +(assert (myObject (attribute1 "attr36846") ) ) +(assert (myObject (attribute1 "attr36847") ) ) +(assert (myObject (attribute1 "attr36848") ) ) +(assert (myObject (attribute1 "attr36849") ) ) +(assert (myObject (attribute1 "attr36850") ) ) +(assert (myObject (attribute1 "attr36851") ) ) +(assert (myObject (attribute1 "attr36852") ) ) +(assert (myObject (attribute1 "attr36853") ) ) +(assert (myObject (attribute1 "attr36854") ) ) +(assert (myObject (attribute1 "attr36855") ) ) +(assert (myObject (attribute1 "attr36856") ) ) +(assert (myObject (attribute1 "attr36857") ) ) +(assert (myObject (attribute1 "attr36858") ) ) +(assert (myObject (attribute1 "attr36859") ) ) +(assert (myObject (attribute1 "attr36860") ) ) +(assert (myObject (attribute1 "attr36861") ) ) +(assert (myObject (attribute1 "attr36862") ) ) +(assert (myObject (attribute1 "attr36863") ) ) +(assert (myObject (attribute1 "attr36864") ) ) +(assert (myObject (attribute1 "attr36865") ) ) +(assert (myObject (attribute1 "attr36866") ) ) +(assert (myObject (attribute1 "attr36867") ) ) +(assert (myObject (attribute1 "attr36868") ) ) +(assert (myObject (attribute1 "attr36869") ) ) +(assert (myObject (attribute1 "attr36870") ) ) +(assert (myObject (attribute1 "attr36871") ) ) +(assert (myObject (attribute1 "attr36872") ) ) +(assert (myObject (attribute1 "attr36873") ) ) +(assert (myObject (attribute1 "attr36874") ) ) +(assert (myObject (attribute1 "attr36875") ) ) +(assert (myObject (attribute1 "attr36876") ) ) +(assert (myObject (attribute1 "attr36877") ) ) +(assert (myObject (attribute1 "attr36878") ) ) +(assert (myObject (attribute1 "attr36879") ) ) +(assert (myObject (attribute1 "attr36880") ) ) +(assert (myObject (attribute1 "attr36881") ) ) +(assert (myObject (attribute1 "attr36882") ) ) +(assert (myObject (attribute1 "attr36883") ) ) +(assert (myObject (attribute1 "attr36884") ) ) +(assert (myObject (attribute1 "attr36885") ) ) +(assert (myObject (attribute1 "attr36886") ) ) +(assert (myObject (attribute1 "attr36887") ) ) +(assert (myObject (attribute1 "attr36888") ) ) +(assert (myObject (attribute1 "attr36889") ) ) +(assert (myObject (attribute1 "attr36890") ) ) +(assert (myObject (attribute1 "attr36891") ) ) +(assert (myObject (attribute1 "attr36892") ) ) +(assert (myObject (attribute1 "attr36893") ) ) +(assert (myObject (attribute1 "attr36894") ) ) +(assert (myObject (attribute1 "attr36895") ) ) +(assert (myObject (attribute1 "attr36896") ) ) +(assert (myObject (attribute1 "attr36897") ) ) +(assert (myObject (attribute1 "attr36898") ) ) +(assert (myObject (attribute1 "attr36899") ) ) +(assert (myObject (attribute1 "attr36900") ) ) +(assert (myObject (attribute1 "attr36901") ) ) +(assert (myObject (attribute1 "attr36902") ) ) +(assert (myObject (attribute1 "attr36903") ) ) +(assert (myObject (attribute1 "attr36904") ) ) +(assert (myObject (attribute1 "attr36905") ) ) +(assert (myObject (attribute1 "attr36906") ) ) +(assert (myObject (attribute1 "attr36907") ) ) +(assert (myObject (attribute1 "attr36908") ) ) +(assert (myObject (attribute1 "attr36909") ) ) +(assert (myObject (attribute1 "attr36910") ) ) +(assert (myObject (attribute1 "attr36911") ) ) +(assert (myObject (attribute1 "attr36912") ) ) +(assert (myObject (attribute1 "attr36913") ) ) +(assert (myObject (attribute1 "attr36914") ) ) +(assert (myObject (attribute1 "attr36915") ) ) +(assert (myObject (attribute1 "attr36916") ) ) +(assert (myObject (attribute1 "attr36917") ) ) +(assert (myObject (attribute1 "attr36918") ) ) +(assert (myObject (attribute1 "attr36919") ) ) +(assert (myObject (attribute1 "attr36920") ) ) +(assert (myObject (attribute1 "attr36921") ) ) +(assert (myObject (attribute1 "attr36922") ) ) +(assert (myObject (attribute1 "attr36923") ) ) +(assert (myObject (attribute1 "attr36924") ) ) +(assert (myObject (attribute1 "attr36925") ) ) +(assert (myObject (attribute1 "attr36926") ) ) +(assert (myObject (attribute1 "attr36927") ) ) +(assert (myObject (attribute1 "attr36928") ) ) +(assert (myObject (attribute1 "attr36929") ) ) +(assert (myObject (attribute1 "attr36930") ) ) +(assert (myObject (attribute1 "attr36931") ) ) +(assert (myObject (attribute1 "attr36932") ) ) +(assert (myObject (attribute1 "attr36933") ) ) +(assert (myObject (attribute1 "attr36934") ) ) +(assert (myObject (attribute1 "attr36935") ) ) +(assert (myObject (attribute1 "attr36936") ) ) +(assert (myObject (attribute1 "attr36937") ) ) +(assert (myObject (attribute1 "attr36938") ) ) +(assert (myObject (attribute1 "attr36939") ) ) +(assert (myObject (attribute1 "attr36940") ) ) +(assert (myObject (attribute1 "attr36941") ) ) +(assert (myObject (attribute1 "attr36942") ) ) +(assert (myObject (attribute1 "attr36943") ) ) +(assert (myObject (attribute1 "attr36944") ) ) +(assert (myObject (attribute1 "attr36945") ) ) +(assert (myObject (attribute1 "attr36946") ) ) +(assert (myObject (attribute1 "attr36947") ) ) +(assert (myObject (attribute1 "attr36948") ) ) +(assert (myObject (attribute1 "attr36949") ) ) +(assert (myObject (attribute1 "attr36950") ) ) +(assert (myObject (attribute1 "attr36951") ) ) +(assert (myObject (attribute1 "attr36952") ) ) +(assert (myObject (attribute1 "attr36953") ) ) +(assert (myObject (attribute1 "attr36954") ) ) +(assert (myObject (attribute1 "attr36955") ) ) +(assert (myObject (attribute1 "attr36956") ) ) +(assert (myObject (attribute1 "attr36957") ) ) +(assert (myObject (attribute1 "attr36958") ) ) +(assert (myObject (attribute1 "attr36959") ) ) +(assert (myObject (attribute1 "attr36960") ) ) +(assert (myObject (attribute1 "attr36961") ) ) +(assert (myObject (attribute1 "attr36962") ) ) +(assert (myObject (attribute1 "attr36963") ) ) +(assert (myObject (attribute1 "attr36964") ) ) +(assert (myObject (attribute1 "attr36965") ) ) +(assert (myObject (attribute1 "attr36966") ) ) +(assert (myObject (attribute1 "attr36967") ) ) +(assert (myObject (attribute1 "attr36968") ) ) +(assert (myObject (attribute1 "attr36969") ) ) +(assert (myObject (attribute1 "attr36970") ) ) +(assert (myObject (attribute1 "attr36971") ) ) +(assert (myObject (attribute1 "attr36972") ) ) +(assert (myObject (attribute1 "attr36973") ) ) +(assert (myObject (attribute1 "attr36974") ) ) +(assert (myObject (attribute1 "attr36975") ) ) +(assert (myObject (attribute1 "attr36976") ) ) +(assert (myObject (attribute1 "attr36977") ) ) +(assert (myObject (attribute1 "attr36978") ) ) +(assert (myObject (attribute1 "attr36979") ) ) +(assert (myObject (attribute1 "attr36980") ) ) +(assert (myObject (attribute1 "attr36981") ) ) +(assert (myObject (attribute1 "attr36982") ) ) +(assert (myObject (attribute1 "attr36983") ) ) +(assert (myObject (attribute1 "attr36984") ) ) +(assert (myObject (attribute1 "attr36985") ) ) +(assert (myObject (attribute1 "attr36986") ) ) +(assert (myObject (attribute1 "attr36987") ) ) +(assert (myObject (attribute1 "attr36988") ) ) +(assert (myObject (attribute1 "attr36989") ) ) +(assert (myObject (attribute1 "attr36990") ) ) +(assert (myObject (attribute1 "attr36991") ) ) +(assert (myObject (attribute1 "attr36992") ) ) +(assert (myObject (attribute1 "attr36993") ) ) +(assert (myObject (attribute1 "attr36994") ) ) +(assert (myObject (attribute1 "attr36995") ) ) +(assert (myObject (attribute1 "attr36996") ) ) +(assert (myObject (attribute1 "attr36997") ) ) +(assert (myObject (attribute1 "attr36998") ) ) +(assert (myObject (attribute1 "attr36999") ) ) +(assert (myObject (attribute1 "attr37000") ) ) +(assert (myObject (attribute1 "attr37001") ) ) +(assert (myObject (attribute1 "attr37002") ) ) +(assert (myObject (attribute1 "attr37003") ) ) +(assert (myObject (attribute1 "attr37004") ) ) +(assert (myObject (attribute1 "attr37005") ) ) +(assert (myObject (attribute1 "attr37006") ) ) +(assert (myObject (attribute1 "attr37007") ) ) +(assert (myObject (attribute1 "attr37008") ) ) +(assert (myObject (attribute1 "attr37009") ) ) +(assert (myObject (attribute1 "attr37010") ) ) +(assert (myObject (attribute1 "attr37011") ) ) +(assert (myObject (attribute1 "attr37012") ) ) +(assert (myObject (attribute1 "attr37013") ) ) +(assert (myObject (attribute1 "attr37014") ) ) +(assert (myObject (attribute1 "attr37015") ) ) +(assert (myObject (attribute1 "attr37016") ) ) +(assert (myObject (attribute1 "attr37017") ) ) +(assert (myObject (attribute1 "attr37018") ) ) +(assert (myObject (attribute1 "attr37019") ) ) +(assert (myObject (attribute1 "attr37020") ) ) +(assert (myObject (attribute1 "attr37021") ) ) +(assert (myObject (attribute1 "attr37022") ) ) +(assert (myObject (attribute1 "attr37023") ) ) +(assert (myObject (attribute1 "attr37024") ) ) +(assert (myObject (attribute1 "attr37025") ) ) +(assert (myObject (attribute1 "attr37026") ) ) +(assert (myObject (attribute1 "attr37027") ) ) +(assert (myObject (attribute1 "attr37028") ) ) +(assert (myObject (attribute1 "attr37029") ) ) +(assert (myObject (attribute1 "attr37030") ) ) +(assert (myObject (attribute1 "attr37031") ) ) +(assert (myObject (attribute1 "attr37032") ) ) +(assert (myObject (attribute1 "attr37033") ) ) +(assert (myObject (attribute1 "attr37034") ) ) +(assert (myObject (attribute1 "attr37035") ) ) +(assert (myObject (attribute1 "attr37036") ) ) +(assert (myObject (attribute1 "attr37037") ) ) +(assert (myObject (attribute1 "attr37038") ) ) +(assert (myObject (attribute1 "attr37039") ) ) +(assert (myObject (attribute1 "attr37040") ) ) +(assert (myObject (attribute1 "attr37041") ) ) +(assert (myObject (attribute1 "attr37042") ) ) +(assert (myObject (attribute1 "attr37043") ) ) +(assert (myObject (attribute1 "attr37044") ) ) +(assert (myObject (attribute1 "attr37045") ) ) +(assert (myObject (attribute1 "attr37046") ) ) +(assert (myObject (attribute1 "attr37047") ) ) +(assert (myObject (attribute1 "attr37048") ) ) +(assert (myObject (attribute1 "attr37049") ) ) +(assert (myObject (attribute1 "attr37050") ) ) +(assert (myObject (attribute1 "attr37051") ) ) +(assert (myObject (attribute1 "attr37052") ) ) +(assert (myObject (attribute1 "attr37053") ) ) +(assert (myObject (attribute1 "attr37054") ) ) +(assert (myObject (attribute1 "attr37055") ) ) +(assert (myObject (attribute1 "attr37056") ) ) +(assert (myObject (attribute1 "attr37057") ) ) +(assert (myObject (attribute1 "attr37058") ) ) +(assert (myObject (attribute1 "attr37059") ) ) +(assert (myObject (attribute1 "attr37060") ) ) +(assert (myObject (attribute1 "attr37061") ) ) +(assert (myObject (attribute1 "attr37062") ) ) +(assert (myObject (attribute1 "attr37063") ) ) +(assert (myObject (attribute1 "attr37064") ) ) +(assert (myObject (attribute1 "attr37065") ) ) +(assert (myObject (attribute1 "attr37066") ) ) +(assert (myObject (attribute1 "attr37067") ) ) +(assert (myObject (attribute1 "attr37068") ) ) +(assert (myObject (attribute1 "attr37069") ) ) +(assert (myObject (attribute1 "attr37070") ) ) +(assert (myObject (attribute1 "attr37071") ) ) +(assert (myObject (attribute1 "attr37072") ) ) +(assert (myObject (attribute1 "attr37073") ) ) +(assert (myObject (attribute1 "attr37074") ) ) +(assert (myObject (attribute1 "attr37075") ) ) +(assert (myObject (attribute1 "attr37076") ) ) +(assert (myObject (attribute1 "attr37077") ) ) +(assert (myObject (attribute1 "attr37078") ) ) +(assert (myObject (attribute1 "attr37079") ) ) +(assert (myObject (attribute1 "attr37080") ) ) +(assert (myObject (attribute1 "attr37081") ) ) +(assert (myObject (attribute1 "attr37082") ) ) +(assert (myObject (attribute1 "attr37083") ) ) +(assert (myObject (attribute1 "attr37084") ) ) +(assert (myObject (attribute1 "attr37085") ) ) +(assert (myObject (attribute1 "attr37086") ) ) +(assert (myObject (attribute1 "attr37087") ) ) +(assert (myObject (attribute1 "attr37088") ) ) +(assert (myObject (attribute1 "attr37089") ) ) +(assert (myObject (attribute1 "attr37090") ) ) +(assert (myObject (attribute1 "attr37091") ) ) +(assert (myObject (attribute1 "attr37092") ) ) +(assert (myObject (attribute1 "attr37093") ) ) +(assert (myObject (attribute1 "attr37094") ) ) +(assert (myObject (attribute1 "attr37095") ) ) +(assert (myObject (attribute1 "attr37096") ) ) +(assert (myObject (attribute1 "attr37097") ) ) +(assert (myObject (attribute1 "attr37098") ) ) +(assert (myObject (attribute1 "attr37099") ) ) +(assert (myObject (attribute1 "attr37100") ) ) +(assert (myObject (attribute1 "attr37101") ) ) +(assert (myObject (attribute1 "attr37102") ) ) +(assert (myObject (attribute1 "attr37103") ) ) +(assert (myObject (attribute1 "attr37104") ) ) +(assert (myObject (attribute1 "attr37105") ) ) +(assert (myObject (attribute1 "attr37106") ) ) +(assert (myObject (attribute1 "attr37107") ) ) +(assert (myObject (attribute1 "attr37108") ) ) +(assert (myObject (attribute1 "attr37109") ) ) +(assert (myObject (attribute1 "attr37110") ) ) +(assert (myObject (attribute1 "attr37111") ) ) +(assert (myObject (attribute1 "attr37112") ) ) +(assert (myObject (attribute1 "attr37113") ) ) +(assert (myObject (attribute1 "attr37114") ) ) +(assert (myObject (attribute1 "attr37115") ) ) +(assert (myObject (attribute1 "attr37116") ) ) +(assert (myObject (attribute1 "attr37117") ) ) +(assert (myObject (attribute1 "attr37118") ) ) +(assert (myObject (attribute1 "attr37119") ) ) +(assert (myObject (attribute1 "attr37120") ) ) +(assert (myObject (attribute1 "attr37121") ) ) +(assert (myObject (attribute1 "attr37122") ) ) +(assert (myObject (attribute1 "attr37123") ) ) +(assert (myObject (attribute1 "attr37124") ) ) +(assert (myObject (attribute1 "attr37125") ) ) +(assert (myObject (attribute1 "attr37126") ) ) +(assert (myObject (attribute1 "attr37127") ) ) +(assert (myObject (attribute1 "attr37128") ) ) +(assert (myObject (attribute1 "attr37129") ) ) +(assert (myObject (attribute1 "attr37130") ) ) +(assert (myObject (attribute1 "attr37131") ) ) +(assert (myObject (attribute1 "attr37132") ) ) +(assert (myObject (attribute1 "attr37133") ) ) +(assert (myObject (attribute1 "attr37134") ) ) +(assert (myObject (attribute1 "attr37135") ) ) +(assert (myObject (attribute1 "attr37136") ) ) +(assert (myObject (attribute1 "attr37137") ) ) +(assert (myObject (attribute1 "attr37138") ) ) +(assert (myObject (attribute1 "attr37139") ) ) +(assert (myObject (attribute1 "attr37140") ) ) +(assert (myObject (attribute1 "attr37141") ) ) +(assert (myObject (attribute1 "attr37142") ) ) +(assert (myObject (attribute1 "attr37143") ) ) +(assert (myObject (attribute1 "attr37144") ) ) +(assert (myObject (attribute1 "attr37145") ) ) +(assert (myObject (attribute1 "attr37146") ) ) +(assert (myObject (attribute1 "attr37147") ) ) +(assert (myObject (attribute1 "attr37148") ) ) +(assert (myObject (attribute1 "attr37149") ) ) +(assert (myObject (attribute1 "attr37150") ) ) +(assert (myObject (attribute1 "attr37151") ) ) +(assert (myObject (attribute1 "attr37152") ) ) +(assert (myObject (attribute1 "attr37153") ) ) +(assert (myObject (attribute1 "attr37154") ) ) +(assert (myObject (attribute1 "attr37155") ) ) +(assert (myObject (attribute1 "attr37156") ) ) +(assert (myObject (attribute1 "attr37157") ) ) +(assert (myObject (attribute1 "attr37158") ) ) +(assert (myObject (attribute1 "attr37159") ) ) +(assert (myObject (attribute1 "attr37160") ) ) +(assert (myObject (attribute1 "attr37161") ) ) +(assert (myObject (attribute1 "attr37162") ) ) +(assert (myObject (attribute1 "attr37163") ) ) +(assert (myObject (attribute1 "attr37164") ) ) +(assert (myObject (attribute1 "attr37165") ) ) +(assert (myObject (attribute1 "attr37166") ) ) +(assert (myObject (attribute1 "attr37167") ) ) +(assert (myObject (attribute1 "attr37168") ) ) +(assert (myObject (attribute1 "attr37169") ) ) +(assert (myObject (attribute1 "attr37170") ) ) +(assert (myObject (attribute1 "attr37171") ) ) +(assert (myObject (attribute1 "attr37172") ) ) +(assert (myObject (attribute1 "attr37173") ) ) +(assert (myObject (attribute1 "attr37174") ) ) +(assert (myObject (attribute1 "attr37175") ) ) +(assert (myObject (attribute1 "attr37176") ) ) +(assert (myObject (attribute1 "attr37177") ) ) +(assert (myObject (attribute1 "attr37178") ) ) +(assert (myObject (attribute1 "attr37179") ) ) +(assert (myObject (attribute1 "attr37180") ) ) +(assert (myObject (attribute1 "attr37181") ) ) +(assert (myObject (attribute1 "attr37182") ) ) +(assert (myObject (attribute1 "attr37183") ) ) +(assert (myObject (attribute1 "attr37184") ) ) +(assert (myObject (attribute1 "attr37185") ) ) +(assert (myObject (attribute1 "attr37186") ) ) +(assert (myObject (attribute1 "attr37187") ) ) +(assert (myObject (attribute1 "attr37188") ) ) +(assert (myObject (attribute1 "attr37189") ) ) +(assert (myObject (attribute1 "attr37190") ) ) +(assert (myObject (attribute1 "attr37191") ) ) +(assert (myObject (attribute1 "attr37192") ) ) +(assert (myObject (attribute1 "attr37193") ) ) +(assert (myObject (attribute1 "attr37194") ) ) +(assert (myObject (attribute1 "attr37195") ) ) +(assert (myObject (attribute1 "attr37196") ) ) +(assert (myObject (attribute1 "attr37197") ) ) +(assert (myObject (attribute1 "attr37198") ) ) +(assert (myObject (attribute1 "attr37199") ) ) +(assert (myObject (attribute1 "attr37200") ) ) +(assert (myObject (attribute1 "attr37201") ) ) +(assert (myObject (attribute1 "attr37202") ) ) +(assert (myObject (attribute1 "attr37203") ) ) +(assert (myObject (attribute1 "attr37204") ) ) +(assert (myObject (attribute1 "attr37205") ) ) +(assert (myObject (attribute1 "attr37206") ) ) +(assert (myObject (attribute1 "attr37207") ) ) +(assert (myObject (attribute1 "attr37208") ) ) +(assert (myObject (attribute1 "attr37209") ) ) +(assert (myObject (attribute1 "attr37210") ) ) +(assert (myObject (attribute1 "attr37211") ) ) +(assert (myObject (attribute1 "attr37212") ) ) +(assert (myObject (attribute1 "attr37213") ) ) +(assert (myObject (attribute1 "attr37214") ) ) +(assert (myObject (attribute1 "attr37215") ) ) +(assert (myObject (attribute1 "attr37216") ) ) +(assert (myObject (attribute1 "attr37217") ) ) +(assert (myObject (attribute1 "attr37218") ) ) +(assert (myObject (attribute1 "attr37219") ) ) +(assert (myObject (attribute1 "attr37220") ) ) +(assert (myObject (attribute1 "attr37221") ) ) +(assert (myObject (attribute1 "attr37222") ) ) +(assert (myObject (attribute1 "attr37223") ) ) +(assert (myObject (attribute1 "attr37224") ) ) +(assert (myObject (attribute1 "attr37225") ) ) +(assert (myObject (attribute1 "attr37226") ) ) +(assert (myObject (attribute1 "attr37227") ) ) +(assert (myObject (attribute1 "attr37228") ) ) +(assert (myObject (attribute1 "attr37229") ) ) +(assert (myObject (attribute1 "attr37230") ) ) +(assert (myObject (attribute1 "attr37231") ) ) +(assert (myObject (attribute1 "attr37232") ) ) +(assert (myObject (attribute1 "attr37233") ) ) +(assert (myObject (attribute1 "attr37234") ) ) +(assert (myObject (attribute1 "attr37235") ) ) +(assert (myObject (attribute1 "attr37236") ) ) +(assert (myObject (attribute1 "attr37237") ) ) +(assert (myObject (attribute1 "attr37238") ) ) +(assert (myObject (attribute1 "attr37239") ) ) +(assert (myObject (attribute1 "attr37240") ) ) +(assert (myObject (attribute1 "attr37241") ) ) +(assert (myObject (attribute1 "attr37242") ) ) +(assert (myObject (attribute1 "attr37243") ) ) +(assert (myObject (attribute1 "attr37244") ) ) +(assert (myObject (attribute1 "attr37245") ) ) +(assert (myObject (attribute1 "attr37246") ) ) +(assert (myObject (attribute1 "attr37247") ) ) +(assert (myObject (attribute1 "attr37248") ) ) +(assert (myObject (attribute1 "attr37249") ) ) +(assert (myObject (attribute1 "attr37250") ) ) +(assert (myObject (attribute1 "attr37251") ) ) +(assert (myObject (attribute1 "attr37252") ) ) +(assert (myObject (attribute1 "attr37253") ) ) +(assert (myObject (attribute1 "attr37254") ) ) +(assert (myObject (attribute1 "attr37255") ) ) +(assert (myObject (attribute1 "attr37256") ) ) +(assert (myObject (attribute1 "attr37257") ) ) +(assert (myObject (attribute1 "attr37258") ) ) +(assert (myObject (attribute1 "attr37259") ) ) +(assert (myObject (attribute1 "attr37260") ) ) +(assert (myObject (attribute1 "attr37261") ) ) +(assert (myObject (attribute1 "attr37262") ) ) +(assert (myObject (attribute1 "attr37263") ) ) +(assert (myObject (attribute1 "attr37264") ) ) +(assert (myObject (attribute1 "attr37265") ) ) +(assert (myObject (attribute1 "attr37266") ) ) +(assert (myObject (attribute1 "attr37267") ) ) +(assert (myObject (attribute1 "attr37268") ) ) +(assert (myObject (attribute1 "attr37269") ) ) +(assert (myObject (attribute1 "attr37270") ) ) +(assert (myObject (attribute1 "attr37271") ) ) +(assert (myObject (attribute1 "attr37272") ) ) +(assert (myObject (attribute1 "attr37273") ) ) +(assert (myObject (attribute1 "attr37274") ) ) +(assert (myObject (attribute1 "attr37275") ) ) +(assert (myObject (attribute1 "attr37276") ) ) +(assert (myObject (attribute1 "attr37277") ) ) +(assert (myObject (attribute1 "attr37278") ) ) +(assert (myObject (attribute1 "attr37279") ) ) +(assert (myObject (attribute1 "attr37280") ) ) +(assert (myObject (attribute1 "attr37281") ) ) +(assert (myObject (attribute1 "attr37282") ) ) +(assert (myObject (attribute1 "attr37283") ) ) +(assert (myObject (attribute1 "attr37284") ) ) +(assert (myObject (attribute1 "attr37285") ) ) +(assert (myObject (attribute1 "attr37286") ) ) +(assert (myObject (attribute1 "attr37287") ) ) +(assert (myObject (attribute1 "attr37288") ) ) +(assert (myObject (attribute1 "attr37289") ) ) +(assert (myObject (attribute1 "attr37290") ) ) +(assert (myObject (attribute1 "attr37291") ) ) +(assert (myObject (attribute1 "attr37292") ) ) +(assert (myObject (attribute1 "attr37293") ) ) +(assert (myObject (attribute1 "attr37294") ) ) +(assert (myObject (attribute1 "attr37295") ) ) +(assert (myObject (attribute1 "attr37296") ) ) +(assert (myObject (attribute1 "attr37297") ) ) +(assert (myObject (attribute1 "attr37298") ) ) +(assert (myObject (attribute1 "attr37299") ) ) +(assert (myObject (attribute1 "attr37300") ) ) +(assert (myObject (attribute1 "attr37301") ) ) +(assert (myObject (attribute1 "attr37302") ) ) +(assert (myObject (attribute1 "attr37303") ) ) +(assert (myObject (attribute1 "attr37304") ) ) +(assert (myObject (attribute1 "attr37305") ) ) +(assert (myObject (attribute1 "attr37306") ) ) +(assert (myObject (attribute1 "attr37307") ) ) +(assert (myObject (attribute1 "attr37308") ) ) +(assert (myObject (attribute1 "attr37309") ) ) +(assert (myObject (attribute1 "attr37310") ) ) +(assert (myObject (attribute1 "attr37311") ) ) +(assert (myObject (attribute1 "attr37312") ) ) +(assert (myObject (attribute1 "attr37313") ) ) +(assert (myObject (attribute1 "attr37314") ) ) +(assert (myObject (attribute1 "attr37315") ) ) +(assert (myObject (attribute1 "attr37316") ) ) +(assert (myObject (attribute1 "attr37317") ) ) +(assert (myObject (attribute1 "attr37318") ) ) +(assert (myObject (attribute1 "attr37319") ) ) +(assert (myObject (attribute1 "attr37320") ) ) +(assert (myObject (attribute1 "attr37321") ) ) +(assert (myObject (attribute1 "attr37322") ) ) +(assert (myObject (attribute1 "attr37323") ) ) +(assert (myObject (attribute1 "attr37324") ) ) +(assert (myObject (attribute1 "attr37325") ) ) +(assert (myObject (attribute1 "attr37326") ) ) +(assert (myObject (attribute1 "attr37327") ) ) +(assert (myObject (attribute1 "attr37328") ) ) +(assert (myObject (attribute1 "attr37329") ) ) +(assert (myObject (attribute1 "attr37330") ) ) +(assert (myObject (attribute1 "attr37331") ) ) +(assert (myObject (attribute1 "attr37332") ) ) +(assert (myObject (attribute1 "attr37333") ) ) +(assert (myObject (attribute1 "attr37334") ) ) +(assert (myObject (attribute1 "attr37335") ) ) +(assert (myObject (attribute1 "attr37336") ) ) +(assert (myObject (attribute1 "attr37337") ) ) +(assert (myObject (attribute1 "attr37338") ) ) +(assert (myObject (attribute1 "attr37339") ) ) +(assert (myObject (attribute1 "attr37340") ) ) +(assert (myObject (attribute1 "attr37341") ) ) +(assert (myObject (attribute1 "attr37342") ) ) +(assert (myObject (attribute1 "attr37343") ) ) +(assert (myObject (attribute1 "attr37344") ) ) +(assert (myObject (attribute1 "attr37345") ) ) +(assert (myObject (attribute1 "attr37346") ) ) +(assert (myObject (attribute1 "attr37347") ) ) +(assert (myObject (attribute1 "attr37348") ) ) +(assert (myObject (attribute1 "attr37349") ) ) +(assert (myObject (attribute1 "attr37350") ) ) +(assert (myObject (attribute1 "attr37351") ) ) +(assert (myObject (attribute1 "attr37352") ) ) +(assert (myObject (attribute1 "attr37353") ) ) +(assert (myObject (attribute1 "attr37354") ) ) +(assert (myObject (attribute1 "attr37355") ) ) +(assert (myObject (attribute1 "attr37356") ) ) +(assert (myObject (attribute1 "attr37357") ) ) +(assert (myObject (attribute1 "attr37358") ) ) +(assert (myObject (attribute1 "attr37359") ) ) +(assert (myObject (attribute1 "attr37360") ) ) +(assert (myObject (attribute1 "attr37361") ) ) +(assert (myObject (attribute1 "attr37362") ) ) +(assert (myObject (attribute1 "attr37363") ) ) +(assert (myObject (attribute1 "attr37364") ) ) +(assert (myObject (attribute1 "attr37365") ) ) +(assert (myObject (attribute1 "attr37366") ) ) +(assert (myObject (attribute1 "attr37367") ) ) +(assert (myObject (attribute1 "attr37368") ) ) +(assert (myObject (attribute1 "attr37369") ) ) +(assert (myObject (attribute1 "attr37370") ) ) +(assert (myObject (attribute1 "attr37371") ) ) +(assert (myObject (attribute1 "attr37372") ) ) +(assert (myObject (attribute1 "attr37373") ) ) +(assert (myObject (attribute1 "attr37374") ) ) +(assert (myObject (attribute1 "attr37375") ) ) +(assert (myObject (attribute1 "attr37376") ) ) +(assert (myObject (attribute1 "attr37377") ) ) +(assert (myObject (attribute1 "attr37378") ) ) +(assert (myObject (attribute1 "attr37379") ) ) +(assert (myObject (attribute1 "attr37380") ) ) +(assert (myObject (attribute1 "attr37381") ) ) +(assert (myObject (attribute1 "attr37382") ) ) +(assert (myObject (attribute1 "attr37383") ) ) +(assert (myObject (attribute1 "attr37384") ) ) +(assert (myObject (attribute1 "attr37385") ) ) +(assert (myObject (attribute1 "attr37386") ) ) +(assert (myObject (attribute1 "attr37387") ) ) +(assert (myObject (attribute1 "attr37388") ) ) +(assert (myObject (attribute1 "attr37389") ) ) +(assert (myObject (attribute1 "attr37390") ) ) +(assert (myObject (attribute1 "attr37391") ) ) +(assert (myObject (attribute1 "attr37392") ) ) +(assert (myObject (attribute1 "attr37393") ) ) +(assert (myObject (attribute1 "attr37394") ) ) +(assert (myObject (attribute1 "attr37395") ) ) +(assert (myObject (attribute1 "attr37396") ) ) +(assert (myObject (attribute1 "attr37397") ) ) +(assert (myObject (attribute1 "attr37398") ) ) +(assert (myObject (attribute1 "attr37399") ) ) +(assert (myObject (attribute1 "attr37400") ) ) +(assert (myObject (attribute1 "attr37401") ) ) +(assert (myObject (attribute1 "attr37402") ) ) +(assert (myObject (attribute1 "attr37403") ) ) +(assert (myObject (attribute1 "attr37404") ) ) +(assert (myObject (attribute1 "attr37405") ) ) +(assert (myObject (attribute1 "attr37406") ) ) +(assert (myObject (attribute1 "attr37407") ) ) +(assert (myObject (attribute1 "attr37408") ) ) +(assert (myObject (attribute1 "attr37409") ) ) +(assert (myObject (attribute1 "attr37410") ) ) +(assert (myObject (attribute1 "attr37411") ) ) +(assert (myObject (attribute1 "attr37412") ) ) +(assert (myObject (attribute1 "attr37413") ) ) +(assert (myObject (attribute1 "attr37414") ) ) +(assert (myObject (attribute1 "attr37415") ) ) +(assert (myObject (attribute1 "attr37416") ) ) +(assert (myObject (attribute1 "attr37417") ) ) +(assert (myObject (attribute1 "attr37418") ) ) +(assert (myObject (attribute1 "attr37419") ) ) +(assert (myObject (attribute1 "attr37420") ) ) +(assert (myObject (attribute1 "attr37421") ) ) +(assert (myObject (attribute1 "attr37422") ) ) +(assert (myObject (attribute1 "attr37423") ) ) +(assert (myObject (attribute1 "attr37424") ) ) +(assert (myObject (attribute1 "attr37425") ) ) +(assert (myObject (attribute1 "attr37426") ) ) +(assert (myObject (attribute1 "attr37427") ) ) +(assert (myObject (attribute1 "attr37428") ) ) +(assert (myObject (attribute1 "attr37429") ) ) +(assert (myObject (attribute1 "attr37430") ) ) +(assert (myObject (attribute1 "attr37431") ) ) +(assert (myObject (attribute1 "attr37432") ) ) +(assert (myObject (attribute1 "attr37433") ) ) +(assert (myObject (attribute1 "attr37434") ) ) +(assert (myObject (attribute1 "attr37435") ) ) +(assert (myObject (attribute1 "attr37436") ) ) +(assert (myObject (attribute1 "attr37437") ) ) +(assert (myObject (attribute1 "attr37438") ) ) +(assert (myObject (attribute1 "attr37439") ) ) +(assert (myObject (attribute1 "attr37440") ) ) +(assert (myObject (attribute1 "attr37441") ) ) +(assert (myObject (attribute1 "attr37442") ) ) +(assert (myObject (attribute1 "attr37443") ) ) +(assert (myObject (attribute1 "attr37444") ) ) +(assert (myObject (attribute1 "attr37445") ) ) +(assert (myObject (attribute1 "attr37446") ) ) +(assert (myObject (attribute1 "attr37447") ) ) +(assert (myObject (attribute1 "attr37448") ) ) +(assert (myObject (attribute1 "attr37449") ) ) +(assert (myObject (attribute1 "attr37450") ) ) +(assert (myObject (attribute1 "attr37451") ) ) +(assert (myObject (attribute1 "attr37452") ) ) +(assert (myObject (attribute1 "attr37453") ) ) +(assert (myObject (attribute1 "attr37454") ) ) +(assert (myObject (attribute1 "attr37455") ) ) +(assert (myObject (attribute1 "attr37456") ) ) +(assert (myObject (attribute1 "attr37457") ) ) +(assert (myObject (attribute1 "attr37458") ) ) +(assert (myObject (attribute1 "attr37459") ) ) +(assert (myObject (attribute1 "attr37460") ) ) +(assert (myObject (attribute1 "attr37461") ) ) +(assert (myObject (attribute1 "attr37462") ) ) +(assert (myObject (attribute1 "attr37463") ) ) +(assert (myObject (attribute1 "attr37464") ) ) +(assert (myObject (attribute1 "attr37465") ) ) +(assert (myObject (attribute1 "attr37466") ) ) +(assert (myObject (attribute1 "attr37467") ) ) +(assert (myObject (attribute1 "attr37468") ) ) +(assert (myObject (attribute1 "attr37469") ) ) +(assert (myObject (attribute1 "attr37470") ) ) +(assert (myObject (attribute1 "attr37471") ) ) +(assert (myObject (attribute1 "attr37472") ) ) +(assert (myObject (attribute1 "attr37473") ) ) +(assert (myObject (attribute1 "attr37474") ) ) +(assert (myObject (attribute1 "attr37475") ) ) +(assert (myObject (attribute1 "attr37476") ) ) +(assert (myObject (attribute1 "attr37477") ) ) +(assert (myObject (attribute1 "attr37478") ) ) +(assert (myObject (attribute1 "attr37479") ) ) +(assert (myObject (attribute1 "attr37480") ) ) +(assert (myObject (attribute1 "attr37481") ) ) +(assert (myObject (attribute1 "attr37482") ) ) +(assert (myObject (attribute1 "attr37483") ) ) +(assert (myObject (attribute1 "attr37484") ) ) +(assert (myObject (attribute1 "attr37485") ) ) +(assert (myObject (attribute1 "attr37486") ) ) +(assert (myObject (attribute1 "attr37487") ) ) +(assert (myObject (attribute1 "attr37488") ) ) +(assert (myObject (attribute1 "attr37489") ) ) +(assert (myObject (attribute1 "attr37490") ) ) +(assert (myObject (attribute1 "attr37491") ) ) +(assert (myObject (attribute1 "attr37492") ) ) +(assert (myObject (attribute1 "attr37493") ) ) +(assert (myObject (attribute1 "attr37494") ) ) +(assert (myObject (attribute1 "attr37495") ) ) +(assert (myObject (attribute1 "attr37496") ) ) +(assert (myObject (attribute1 "attr37497") ) ) +(assert (myObject (attribute1 "attr37498") ) ) +(assert (myObject (attribute1 "attr37499") ) ) +(assert (myObject (attribute1 "attr37500") ) ) +(assert (myObject (attribute1 "attr37501") ) ) +(assert (myObject (attribute1 "attr37502") ) ) +(assert (myObject (attribute1 "attr37503") ) ) +(assert (myObject (attribute1 "attr37504") ) ) +(assert (myObject (attribute1 "attr37505") ) ) +(assert (myObject (attribute1 "attr37506") ) ) +(assert (myObject (attribute1 "attr37507") ) ) +(assert (myObject (attribute1 "attr37508") ) ) +(assert (myObject (attribute1 "attr37509") ) ) +(assert (myObject (attribute1 "attr37510") ) ) +(assert (myObject (attribute1 "attr37511") ) ) +(assert (myObject (attribute1 "attr37512") ) ) +(assert (myObject (attribute1 "attr37513") ) ) +(assert (myObject (attribute1 "attr37514") ) ) +(assert (myObject (attribute1 "attr37515") ) ) +(assert (myObject (attribute1 "attr37516") ) ) +(assert (myObject (attribute1 "attr37517") ) ) +(assert (myObject (attribute1 "attr37518") ) ) +(assert (myObject (attribute1 "attr37519") ) ) +(assert (myObject (attribute1 "attr37520") ) ) +(assert (myObject (attribute1 "attr37521") ) ) +(assert (myObject (attribute1 "attr37522") ) ) +(assert (myObject (attribute1 "attr37523") ) ) +(assert (myObject (attribute1 "attr37524") ) ) +(assert (myObject (attribute1 "attr37525") ) ) +(assert (myObject (attribute1 "attr37526") ) ) +(assert (myObject (attribute1 "attr37527") ) ) +(assert (myObject (attribute1 "attr37528") ) ) +(assert (myObject (attribute1 "attr37529") ) ) +(assert (myObject (attribute1 "attr37530") ) ) +(assert (myObject (attribute1 "attr37531") ) ) +(assert (myObject (attribute1 "attr37532") ) ) +(assert (myObject (attribute1 "attr37533") ) ) +(assert (myObject (attribute1 "attr37534") ) ) +(assert (myObject (attribute1 "attr37535") ) ) +(assert (myObject (attribute1 "attr37536") ) ) +(assert (myObject (attribute1 "attr37537") ) ) +(assert (myObject (attribute1 "attr37538") ) ) +(assert (myObject (attribute1 "attr37539") ) ) +(assert (myObject (attribute1 "attr37540") ) ) +(assert (myObject (attribute1 "attr37541") ) ) +(assert (myObject (attribute1 "attr37542") ) ) +(assert (myObject (attribute1 "attr37543") ) ) +(assert (myObject (attribute1 "attr37544") ) ) +(assert (myObject (attribute1 "attr37545") ) ) +(assert (myObject (attribute1 "attr37546") ) ) +(assert (myObject (attribute1 "attr37547") ) ) +(assert (myObject (attribute1 "attr37548") ) ) +(assert (myObject (attribute1 "attr37549") ) ) +(assert (myObject (attribute1 "attr37550") ) ) +(assert (myObject (attribute1 "attr37551") ) ) +(assert (myObject (attribute1 "attr37552") ) ) +(assert (myObject (attribute1 "attr37553") ) ) +(assert (myObject (attribute1 "attr37554") ) ) +(assert (myObject (attribute1 "attr37555") ) ) +(assert (myObject (attribute1 "attr37556") ) ) +(assert (myObject (attribute1 "attr37557") ) ) +(assert (myObject (attribute1 "attr37558") ) ) +(assert (myObject (attribute1 "attr37559") ) ) +(assert (myObject (attribute1 "attr37560") ) ) +(assert (myObject (attribute1 "attr37561") ) ) +(assert (myObject (attribute1 "attr37562") ) ) +(assert (myObject (attribute1 "attr37563") ) ) +(assert (myObject (attribute1 "attr37564") ) ) +(assert (myObject (attribute1 "attr37565") ) ) +(assert (myObject (attribute1 "attr37566") ) ) +(assert (myObject (attribute1 "attr37567") ) ) +(assert (myObject (attribute1 "attr37568") ) ) +(assert (myObject (attribute1 "attr37569") ) ) +(assert (myObject (attribute1 "attr37570") ) ) +(assert (myObject (attribute1 "attr37571") ) ) +(assert (myObject (attribute1 "attr37572") ) ) +(assert (myObject (attribute1 "attr37573") ) ) +(assert (myObject (attribute1 "attr37574") ) ) +(assert (myObject (attribute1 "attr37575") ) ) +(assert (myObject (attribute1 "attr37576") ) ) +(assert (myObject (attribute1 "attr37577") ) ) +(assert (myObject (attribute1 "attr37578") ) ) +(assert (myObject (attribute1 "attr37579") ) ) +(assert (myObject (attribute1 "attr37580") ) ) +(assert (myObject (attribute1 "attr37581") ) ) +(assert (myObject (attribute1 "attr37582") ) ) +(assert (myObject (attribute1 "attr37583") ) ) +(assert (myObject (attribute1 "attr37584") ) ) +(assert (myObject (attribute1 "attr37585") ) ) +(assert (myObject (attribute1 "attr37586") ) ) +(assert (myObject (attribute1 "attr37587") ) ) +(assert (myObject (attribute1 "attr37588") ) ) +(assert (myObject (attribute1 "attr37589") ) ) +(assert (myObject (attribute1 "attr37590") ) ) +(assert (myObject (attribute1 "attr37591") ) ) +(assert (myObject (attribute1 "attr37592") ) ) +(assert (myObject (attribute1 "attr37593") ) ) +(assert (myObject (attribute1 "attr37594") ) ) +(assert (myObject (attribute1 "attr37595") ) ) +(assert (myObject (attribute1 "attr37596") ) ) +(assert (myObject (attribute1 "attr37597") ) ) +(assert (myObject (attribute1 "attr37598") ) ) +(assert (myObject (attribute1 "attr37599") ) ) +(assert (myObject (attribute1 "attr37600") ) ) +(assert (myObject (attribute1 "attr37601") ) ) +(assert (myObject (attribute1 "attr37602") ) ) +(assert (myObject (attribute1 "attr37603") ) ) +(assert (myObject (attribute1 "attr37604") ) ) +(assert (myObject (attribute1 "attr37605") ) ) +(assert (myObject (attribute1 "attr37606") ) ) +(assert (myObject (attribute1 "attr37607") ) ) +(assert (myObject (attribute1 "attr37608") ) ) +(assert (myObject (attribute1 "attr37609") ) ) +(assert (myObject (attribute1 "attr37610") ) ) +(assert (myObject (attribute1 "attr37611") ) ) +(assert (myObject (attribute1 "attr37612") ) ) +(assert (myObject (attribute1 "attr37613") ) ) +(assert (myObject (attribute1 "attr37614") ) ) +(assert (myObject (attribute1 "attr37615") ) ) +(assert (myObject (attribute1 "attr37616") ) ) +(assert (myObject (attribute1 "attr37617") ) ) +(assert (myObject (attribute1 "attr37618") ) ) +(assert (myObject (attribute1 "attr37619") ) ) +(assert (myObject (attribute1 "attr37620") ) ) +(assert (myObject (attribute1 "attr37621") ) ) +(assert (myObject (attribute1 "attr37622") ) ) +(assert (myObject (attribute1 "attr37623") ) ) +(assert (myObject (attribute1 "attr37624") ) ) +(assert (myObject (attribute1 "attr37625") ) ) +(assert (myObject (attribute1 "attr37626") ) ) +(assert (myObject (attribute1 "attr37627") ) ) +(assert (myObject (attribute1 "attr37628") ) ) +(assert (myObject (attribute1 "attr37629") ) ) +(assert (myObject (attribute1 "attr37630") ) ) +(assert (myObject (attribute1 "attr37631") ) ) +(assert (myObject (attribute1 "attr37632") ) ) +(assert (myObject (attribute1 "attr37633") ) ) +(assert (myObject (attribute1 "attr37634") ) ) +(assert (myObject (attribute1 "attr37635") ) ) +(assert (myObject (attribute1 "attr37636") ) ) +(assert (myObject (attribute1 "attr37637") ) ) +(assert (myObject (attribute1 "attr37638") ) ) +(assert (myObject (attribute1 "attr37639") ) ) +(assert (myObject (attribute1 "attr37640") ) ) +(assert (myObject (attribute1 "attr37641") ) ) +(assert (myObject (attribute1 "attr37642") ) ) +(assert (myObject (attribute1 "attr37643") ) ) +(assert (myObject (attribute1 "attr37644") ) ) +(assert (myObject (attribute1 "attr37645") ) ) +(assert (myObject (attribute1 "attr37646") ) ) +(assert (myObject (attribute1 "attr37647") ) ) +(assert (myObject (attribute1 "attr37648") ) ) +(assert (myObject (attribute1 "attr37649") ) ) +(assert (myObject (attribute1 "attr37650") ) ) +(assert (myObject (attribute1 "attr37651") ) ) +(assert (myObject (attribute1 "attr37652") ) ) +(assert (myObject (attribute1 "attr37653") ) ) +(assert (myObject (attribute1 "attr37654") ) ) +(assert (myObject (attribute1 "attr37655") ) ) +(assert (myObject (attribute1 "attr37656") ) ) +(assert (myObject (attribute1 "attr37657") ) ) +(assert (myObject (attribute1 "attr37658") ) ) +(assert (myObject (attribute1 "attr37659") ) ) +(assert (myObject (attribute1 "attr37660") ) ) +(assert (myObject (attribute1 "attr37661") ) ) +(assert (myObject (attribute1 "attr37662") ) ) +(assert (myObject (attribute1 "attr37663") ) ) +(assert (myObject (attribute1 "attr37664") ) ) +(assert (myObject (attribute1 "attr37665") ) ) +(assert (myObject (attribute1 "attr37666") ) ) +(assert (myObject (attribute1 "attr37667") ) ) +(assert (myObject (attribute1 "attr37668") ) ) +(assert (myObject (attribute1 "attr37669") ) ) +(assert (myObject (attribute1 "attr37670") ) ) +(assert (myObject (attribute1 "attr37671") ) ) +(assert (myObject (attribute1 "attr37672") ) ) +(assert (myObject (attribute1 "attr37673") ) ) +(assert (myObject (attribute1 "attr37674") ) ) +(assert (myObject (attribute1 "attr37675") ) ) +(assert (myObject (attribute1 "attr37676") ) ) +(assert (myObject (attribute1 "attr37677") ) ) +(assert (myObject (attribute1 "attr37678") ) ) +(assert (myObject (attribute1 "attr37679") ) ) +(assert (myObject (attribute1 "attr37680") ) ) +(assert (myObject (attribute1 "attr37681") ) ) +(assert (myObject (attribute1 "attr37682") ) ) +(assert (myObject (attribute1 "attr37683") ) ) +(assert (myObject (attribute1 "attr37684") ) ) +(assert (myObject (attribute1 "attr37685") ) ) +(assert (myObject (attribute1 "attr37686") ) ) +(assert (myObject (attribute1 "attr37687") ) ) +(assert (myObject (attribute1 "attr37688") ) ) +(assert (myObject (attribute1 "attr37689") ) ) +(assert (myObject (attribute1 "attr37690") ) ) +(assert (myObject (attribute1 "attr37691") ) ) +(assert (myObject (attribute1 "attr37692") ) ) +(assert (myObject (attribute1 "attr37693") ) ) +(assert (myObject (attribute1 "attr37694") ) ) +(assert (myObject (attribute1 "attr37695") ) ) +(assert (myObject (attribute1 "attr37696") ) ) +(assert (myObject (attribute1 "attr37697") ) ) +(assert (myObject (attribute1 "attr37698") ) ) +(assert (myObject (attribute1 "attr37699") ) ) +(assert (myObject (attribute1 "attr37700") ) ) +(assert (myObject (attribute1 "attr37701") ) ) +(assert (myObject (attribute1 "attr37702") ) ) +(assert (myObject (attribute1 "attr37703") ) ) +(assert (myObject (attribute1 "attr37704") ) ) +(assert (myObject (attribute1 "attr37705") ) ) +(assert (myObject (attribute1 "attr37706") ) ) +(assert (myObject (attribute1 "attr37707") ) ) +(assert (myObject (attribute1 "attr37708") ) ) +(assert (myObject (attribute1 "attr37709") ) ) +(assert (myObject (attribute1 "attr37710") ) ) +(assert (myObject (attribute1 "attr37711") ) ) +(assert (myObject (attribute1 "attr37712") ) ) +(assert (myObject (attribute1 "attr37713") ) ) +(assert (myObject (attribute1 "attr37714") ) ) +(assert (myObject (attribute1 "attr37715") ) ) +(assert (myObject (attribute1 "attr37716") ) ) +(assert (myObject (attribute1 "attr37717") ) ) +(assert (myObject (attribute1 "attr37718") ) ) +(assert (myObject (attribute1 "attr37719") ) ) +(assert (myObject (attribute1 "attr37720") ) ) +(assert (myObject (attribute1 "attr37721") ) ) +(assert (myObject (attribute1 "attr37722") ) ) +(assert (myObject (attribute1 "attr37723") ) ) +(assert (myObject (attribute1 "attr37724") ) ) +(assert (myObject (attribute1 "attr37725") ) ) +(assert (myObject (attribute1 "attr37726") ) ) +(assert (myObject (attribute1 "attr37727") ) ) +(assert (myObject (attribute1 "attr37728") ) ) +(assert (myObject (attribute1 "attr37729") ) ) +(assert (myObject (attribute1 "attr37730") ) ) +(assert (myObject (attribute1 "attr37731") ) ) +(assert (myObject (attribute1 "attr37732") ) ) +(assert (myObject (attribute1 "attr37733") ) ) +(assert (myObject (attribute1 "attr37734") ) ) +(assert (myObject (attribute1 "attr37735") ) ) +(assert (myObject (attribute1 "attr37736") ) ) +(assert (myObject (attribute1 "attr37737") ) ) +(assert (myObject (attribute1 "attr37738") ) ) +(assert (myObject (attribute1 "attr37739") ) ) +(assert (myObject (attribute1 "attr37740") ) ) +(assert (myObject (attribute1 "attr37741") ) ) +(assert (myObject (attribute1 "attr37742") ) ) +(assert (myObject (attribute1 "attr37743") ) ) +(assert (myObject (attribute1 "attr37744") ) ) +(assert (myObject (attribute1 "attr37745") ) ) +(assert (myObject (attribute1 "attr37746") ) ) +(assert (myObject (attribute1 "attr37747") ) ) +(assert (myObject (attribute1 "attr37748") ) ) +(assert (myObject (attribute1 "attr37749") ) ) +(assert (myObject (attribute1 "attr37750") ) ) +(assert (myObject (attribute1 "attr37751") ) ) +(assert (myObject (attribute1 "attr37752") ) ) +(assert (myObject (attribute1 "attr37753") ) ) +(assert (myObject (attribute1 "attr37754") ) ) +(assert (myObject (attribute1 "attr37755") ) ) +(assert (myObject (attribute1 "attr37756") ) ) +(assert (myObject (attribute1 "attr37757") ) ) +(assert (myObject (attribute1 "attr37758") ) ) +(assert (myObject (attribute1 "attr37759") ) ) +(assert (myObject (attribute1 "attr37760") ) ) +(assert (myObject (attribute1 "attr37761") ) ) +(assert (myObject (attribute1 "attr37762") ) ) +(assert (myObject (attribute1 "attr37763") ) ) +(assert (myObject (attribute1 "attr37764") ) ) +(assert (myObject (attribute1 "attr37765") ) ) +(assert (myObject (attribute1 "attr37766") ) ) +(assert (myObject (attribute1 "attr37767") ) ) +(assert (myObject (attribute1 "attr37768") ) ) +(assert (myObject (attribute1 "attr37769") ) ) +(assert (myObject (attribute1 "attr37770") ) ) +(assert (myObject (attribute1 "attr37771") ) ) +(assert (myObject (attribute1 "attr37772") ) ) +(assert (myObject (attribute1 "attr37773") ) ) +(assert (myObject (attribute1 "attr37774") ) ) +(assert (myObject (attribute1 "attr37775") ) ) +(assert (myObject (attribute1 "attr37776") ) ) +(assert (myObject (attribute1 "attr37777") ) ) +(assert (myObject (attribute1 "attr37778") ) ) +(assert (myObject (attribute1 "attr37779") ) ) +(assert (myObject (attribute1 "attr37780") ) ) +(assert (myObject (attribute1 "attr37781") ) ) +(assert (myObject (attribute1 "attr37782") ) ) +(assert (myObject (attribute1 "attr37783") ) ) +(assert (myObject (attribute1 "attr37784") ) ) +(assert (myObject (attribute1 "attr37785") ) ) +(assert (myObject (attribute1 "attr37786") ) ) +(assert (myObject (attribute1 "attr37787") ) ) +(assert (myObject (attribute1 "attr37788") ) ) +(assert (myObject (attribute1 "attr37789") ) ) +(assert (myObject (attribute1 "attr37790") ) ) +(assert (myObject (attribute1 "attr37791") ) ) +(assert (myObject (attribute1 "attr37792") ) ) +(assert (myObject (attribute1 "attr37793") ) ) +(assert (myObject (attribute1 "attr37794") ) ) +(assert (myObject (attribute1 "attr37795") ) ) +(assert (myObject (attribute1 "attr37796") ) ) +(assert (myObject (attribute1 "attr37797") ) ) +(assert (myObject (attribute1 "attr37798") ) ) +(assert (myObject (attribute1 "attr37799") ) ) +(assert (myObject (attribute1 "attr37800") ) ) +(assert (myObject (attribute1 "attr37801") ) ) +(assert (myObject (attribute1 "attr37802") ) ) +(assert (myObject (attribute1 "attr37803") ) ) +(assert (myObject (attribute1 "attr37804") ) ) +(assert (myObject (attribute1 "attr37805") ) ) +(assert (myObject (attribute1 "attr37806") ) ) +(assert (myObject (attribute1 "attr37807") ) ) +(assert (myObject (attribute1 "attr37808") ) ) +(assert (myObject (attribute1 "attr37809") ) ) +(assert (myObject (attribute1 "attr37810") ) ) +(assert (myObject (attribute1 "attr37811") ) ) +(assert (myObject (attribute1 "attr37812") ) ) +(assert (myObject (attribute1 "attr37813") ) ) +(assert (myObject (attribute1 "attr37814") ) ) +(assert (myObject (attribute1 "attr37815") ) ) +(assert (myObject (attribute1 "attr37816") ) ) +(assert (myObject (attribute1 "attr37817") ) ) +(assert (myObject (attribute1 "attr37818") ) ) +(assert (myObject (attribute1 "attr37819") ) ) +(assert (myObject (attribute1 "attr37820") ) ) +(assert (myObject (attribute1 "attr37821") ) ) +(assert (myObject (attribute1 "attr37822") ) ) +(assert (myObject (attribute1 "attr37823") ) ) +(assert (myObject (attribute1 "attr37824") ) ) +(assert (myObject (attribute1 "attr37825") ) ) +(assert (myObject (attribute1 "attr37826") ) ) +(assert (myObject (attribute1 "attr37827") ) ) +(assert (myObject (attribute1 "attr37828") ) ) +(assert (myObject (attribute1 "attr37829") ) ) +(assert (myObject (attribute1 "attr37830") ) ) +(assert (myObject (attribute1 "attr37831") ) ) +(assert (myObject (attribute1 "attr37832") ) ) +(assert (myObject (attribute1 "attr37833") ) ) +(assert (myObject (attribute1 "attr37834") ) ) +(assert (myObject (attribute1 "attr37835") ) ) +(assert (myObject (attribute1 "attr37836") ) ) +(assert (myObject (attribute1 "attr37837") ) ) +(assert (myObject (attribute1 "attr37838") ) ) +(assert (myObject (attribute1 "attr37839") ) ) +(assert (myObject (attribute1 "attr37840") ) ) +(assert (myObject (attribute1 "attr37841") ) ) +(assert (myObject (attribute1 "attr37842") ) ) +(assert (myObject (attribute1 "attr37843") ) ) +(assert (myObject (attribute1 "attr37844") ) ) +(assert (myObject (attribute1 "attr37845") ) ) +(assert (myObject (attribute1 "attr37846") ) ) +(assert (myObject (attribute1 "attr37847") ) ) +(assert (myObject (attribute1 "attr37848") ) ) +(assert (myObject (attribute1 "attr37849") ) ) +(assert (myObject (attribute1 "attr37850") ) ) +(assert (myObject (attribute1 "attr37851") ) ) +(assert (myObject (attribute1 "attr37852") ) ) +(assert (myObject (attribute1 "attr37853") ) ) +(assert (myObject (attribute1 "attr37854") ) ) +(assert (myObject (attribute1 "attr37855") ) ) +(assert (myObject (attribute1 "attr37856") ) ) +(assert (myObject (attribute1 "attr37857") ) ) +(assert (myObject (attribute1 "attr37858") ) ) +(assert (myObject (attribute1 "attr37859") ) ) +(assert (myObject (attribute1 "attr37860") ) ) +(assert (myObject (attribute1 "attr37861") ) ) +(assert (myObject (attribute1 "attr37862") ) ) +(assert (myObject (attribute1 "attr37863") ) ) +(assert (myObject (attribute1 "attr37864") ) ) +(assert (myObject (attribute1 "attr37865") ) ) +(assert (myObject (attribute1 "attr37866") ) ) +(assert (myObject (attribute1 "attr37867") ) ) +(assert (myObject (attribute1 "attr37868") ) ) +(assert (myObject (attribute1 "attr37869") ) ) +(assert (myObject (attribute1 "attr37870") ) ) +(assert (myObject (attribute1 "attr37871") ) ) +(assert (myObject (attribute1 "attr37872") ) ) +(assert (myObject (attribute1 "attr37873") ) ) +(assert (myObject (attribute1 "attr37874") ) ) +(assert (myObject (attribute1 "attr37875") ) ) +(assert (myObject (attribute1 "attr37876") ) ) +(assert (myObject (attribute1 "attr37877") ) ) +(assert (myObject (attribute1 "attr37878") ) ) +(assert (myObject (attribute1 "attr37879") ) ) +(assert (myObject (attribute1 "attr37880") ) ) +(assert (myObject (attribute1 "attr37881") ) ) +(assert (myObject (attribute1 "attr37882") ) ) +(assert (myObject (attribute1 "attr37883") ) ) +(assert (myObject (attribute1 "attr37884") ) ) +(assert (myObject (attribute1 "attr37885") ) ) +(assert (myObject (attribute1 "attr37886") ) ) +(assert (myObject (attribute1 "attr37887") ) ) +(assert (myObject (attribute1 "attr37888") ) ) +(assert (myObject (attribute1 "attr37889") ) ) +(assert (myObject (attribute1 "attr37890") ) ) +(assert (myObject (attribute1 "attr37891") ) ) +(assert (myObject (attribute1 "attr37892") ) ) +(assert (myObject (attribute1 "attr37893") ) ) +(assert (myObject (attribute1 "attr37894") ) ) +(assert (myObject (attribute1 "attr37895") ) ) +(assert (myObject (attribute1 "attr37896") ) ) +(assert (myObject (attribute1 "attr37897") ) ) +(assert (myObject (attribute1 "attr37898") ) ) +(assert (myObject (attribute1 "attr37899") ) ) +(assert (myObject (attribute1 "attr37900") ) ) +(assert (myObject (attribute1 "attr37901") ) ) +(assert (myObject (attribute1 "attr37902") ) ) +(assert (myObject (attribute1 "attr37903") ) ) +(assert (myObject (attribute1 "attr37904") ) ) +(assert (myObject (attribute1 "attr37905") ) ) +(assert (myObject (attribute1 "attr37906") ) ) +(assert (myObject (attribute1 "attr37907") ) ) +(assert (myObject (attribute1 "attr37908") ) ) +(assert (myObject (attribute1 "attr37909") ) ) +(assert (myObject (attribute1 "attr37910") ) ) +(assert (myObject (attribute1 "attr37911") ) ) +(assert (myObject (attribute1 "attr37912") ) ) +(assert (myObject (attribute1 "attr37913") ) ) +(assert (myObject (attribute1 "attr37914") ) ) +(assert (myObject (attribute1 "attr37915") ) ) +(assert (myObject (attribute1 "attr37916") ) ) +(assert (myObject (attribute1 "attr37917") ) ) +(assert (myObject (attribute1 "attr37918") ) ) +(assert (myObject (attribute1 "attr37919") ) ) +(assert (myObject (attribute1 "attr37920") ) ) +(assert (myObject (attribute1 "attr37921") ) ) +(assert (myObject (attribute1 "attr37922") ) ) +(assert (myObject (attribute1 "attr37923") ) ) +(assert (myObject (attribute1 "attr37924") ) ) +(assert (myObject (attribute1 "attr37925") ) ) +(assert (myObject (attribute1 "attr37926") ) ) +(assert (myObject (attribute1 "attr37927") ) ) +(assert (myObject (attribute1 "attr37928") ) ) +(assert (myObject (attribute1 "attr37929") ) ) +(assert (myObject (attribute1 "attr37930") ) ) +(assert (myObject (attribute1 "attr37931") ) ) +(assert (myObject (attribute1 "attr37932") ) ) +(assert (myObject (attribute1 "attr37933") ) ) +(assert (myObject (attribute1 "attr37934") ) ) +(assert (myObject (attribute1 "attr37935") ) ) +(assert (myObject (attribute1 "attr37936") ) ) +(assert (myObject (attribute1 "attr37937") ) ) +(assert (myObject (attribute1 "attr37938") ) ) +(assert (myObject (attribute1 "attr37939") ) ) +(assert (myObject (attribute1 "attr37940") ) ) +(assert (myObject (attribute1 "attr37941") ) ) +(assert (myObject (attribute1 "attr37942") ) ) +(assert (myObject (attribute1 "attr37943") ) ) +(assert (myObject (attribute1 "attr37944") ) ) +(assert (myObject (attribute1 "attr37945") ) ) +(assert (myObject (attribute1 "attr37946") ) ) +(assert (myObject (attribute1 "attr37947") ) ) +(assert (myObject (attribute1 "attr37948") ) ) +(assert (myObject (attribute1 "attr37949") ) ) +(assert (myObject (attribute1 "attr37950") ) ) +(assert (myObject (attribute1 "attr37951") ) ) +(assert (myObject (attribute1 "attr37952") ) ) +(assert (myObject (attribute1 "attr37953") ) ) +(assert (myObject (attribute1 "attr37954") ) ) +(assert (myObject (attribute1 "attr37955") ) ) +(assert (myObject (attribute1 "attr37956") ) ) +(assert (myObject (attribute1 "attr37957") ) ) +(assert (myObject (attribute1 "attr37958") ) ) +(assert (myObject (attribute1 "attr37959") ) ) +(assert (myObject (attribute1 "attr37960") ) ) +(assert (myObject (attribute1 "attr37961") ) ) +(assert (myObject (attribute1 "attr37962") ) ) +(assert (myObject (attribute1 "attr37963") ) ) +(assert (myObject (attribute1 "attr37964") ) ) +(assert (myObject (attribute1 "attr37965") ) ) +(assert (myObject (attribute1 "attr37966") ) ) +(assert (myObject (attribute1 "attr37967") ) ) +(assert (myObject (attribute1 "attr37968") ) ) +(assert (myObject (attribute1 "attr37969") ) ) +(assert (myObject (attribute1 "attr37970") ) ) +(assert (myObject (attribute1 "attr37971") ) ) +(assert (myObject (attribute1 "attr37972") ) ) +(assert (myObject (attribute1 "attr37973") ) ) +(assert (myObject (attribute1 "attr37974") ) ) +(assert (myObject (attribute1 "attr37975") ) ) +(assert (myObject (attribute1 "attr37976") ) ) +(assert (myObject (attribute1 "attr37977") ) ) +(assert (myObject (attribute1 "attr37978") ) ) +(assert (myObject (attribute1 "attr37979") ) ) +(assert (myObject (attribute1 "attr37980") ) ) +(assert (myObject (attribute1 "attr37981") ) ) +(assert (myObject (attribute1 "attr37982") ) ) +(assert (myObject (attribute1 "attr37983") ) ) +(assert (myObject (attribute1 "attr37984") ) ) +(assert (myObject (attribute1 "attr37985") ) ) +(assert (myObject (attribute1 "attr37986") ) ) +(assert (myObject (attribute1 "attr37987") ) ) +(assert (myObject (attribute1 "attr37988") ) ) +(assert (myObject (attribute1 "attr37989") ) ) +(assert (myObject (attribute1 "attr37990") ) ) +(assert (myObject (attribute1 "attr37991") ) ) +(assert (myObject (attribute1 "attr37992") ) ) +(assert (myObject (attribute1 "attr37993") ) ) +(assert (myObject (attribute1 "attr37994") ) ) +(assert (myObject (attribute1 "attr37995") ) ) +(assert (myObject (attribute1 "attr37996") ) ) +(assert (myObject (attribute1 "attr37997") ) ) +(assert (myObject (attribute1 "attr37998") ) ) +(assert (myObject (attribute1 "attr37999") ) ) +(assert (myObject (attribute1 "attr38000") ) ) +(assert (myObject (attribute1 "attr38001") ) ) +(assert (myObject (attribute1 "attr38002") ) ) +(assert (myObject (attribute1 "attr38003") ) ) +(assert (myObject (attribute1 "attr38004") ) ) +(assert (myObject (attribute1 "attr38005") ) ) +(assert (myObject (attribute1 "attr38006") ) ) +(assert (myObject (attribute1 "attr38007") ) ) +(assert (myObject (attribute1 "attr38008") ) ) +(assert (myObject (attribute1 "attr38009") ) ) +(assert (myObject (attribute1 "attr38010") ) ) +(assert (myObject (attribute1 "attr38011") ) ) +(assert (myObject (attribute1 "attr38012") ) ) +(assert (myObject (attribute1 "attr38013") ) ) +(assert (myObject (attribute1 "attr38014") ) ) +(assert (myObject (attribute1 "attr38015") ) ) +(assert (myObject (attribute1 "attr38016") ) ) +(assert (myObject (attribute1 "attr38017") ) ) +(assert (myObject (attribute1 "attr38018") ) ) +(assert (myObject (attribute1 "attr38019") ) ) +(assert (myObject (attribute1 "attr38020") ) ) +(assert (myObject (attribute1 "attr38021") ) ) +(assert (myObject (attribute1 "attr38022") ) ) +(assert (myObject (attribute1 "attr38023") ) ) +(assert (myObject (attribute1 "attr38024") ) ) +(assert (myObject (attribute1 "attr38025") ) ) +(assert (myObject (attribute1 "attr38026") ) ) +(assert (myObject (attribute1 "attr38027") ) ) +(assert (myObject (attribute1 "attr38028") ) ) +(assert (myObject (attribute1 "attr38029") ) ) +(assert (myObject (attribute1 "attr38030") ) ) +(assert (myObject (attribute1 "attr38031") ) ) +(assert (myObject (attribute1 "attr38032") ) ) +(assert (myObject (attribute1 "attr38033") ) ) +(assert (myObject (attribute1 "attr38034") ) ) +(assert (myObject (attribute1 "attr38035") ) ) +(assert (myObject (attribute1 "attr38036") ) ) +(assert (myObject (attribute1 "attr38037") ) ) +(assert (myObject (attribute1 "attr38038") ) ) +(assert (myObject (attribute1 "attr38039") ) ) +(assert (myObject (attribute1 "attr38040") ) ) +(assert (myObject (attribute1 "attr38041") ) ) +(assert (myObject (attribute1 "attr38042") ) ) +(assert (myObject (attribute1 "attr38043") ) ) +(assert (myObject (attribute1 "attr38044") ) ) +(assert (myObject (attribute1 "attr38045") ) ) +(assert (myObject (attribute1 "attr38046") ) ) +(assert (myObject (attribute1 "attr38047") ) ) +(assert (myObject (attribute1 "attr38048") ) ) +(assert (myObject (attribute1 "attr38049") ) ) +(assert (myObject (attribute1 "attr38050") ) ) +(assert (myObject (attribute1 "attr38051") ) ) +(assert (myObject (attribute1 "attr38052") ) ) +(assert (myObject (attribute1 "attr38053") ) ) +(assert (myObject (attribute1 "attr38054") ) ) +(assert (myObject (attribute1 "attr38055") ) ) +(assert (myObject (attribute1 "attr38056") ) ) +(assert (myObject (attribute1 "attr38057") ) ) +(assert (myObject (attribute1 "attr38058") ) ) +(assert (myObject (attribute1 "attr38059") ) ) +(assert (myObject (attribute1 "attr38060") ) ) +(assert (myObject (attribute1 "attr38061") ) ) +(assert (myObject (attribute1 "attr38062") ) ) +(assert (myObject (attribute1 "attr38063") ) ) +(assert (myObject (attribute1 "attr38064") ) ) +(assert (myObject (attribute1 "attr38065") ) ) +(assert (myObject (attribute1 "attr38066") ) ) +(assert (myObject (attribute1 "attr38067") ) ) +(assert (myObject (attribute1 "attr38068") ) ) +(assert (myObject (attribute1 "attr38069") ) ) +(assert (myObject (attribute1 "attr38070") ) ) +(assert (myObject (attribute1 "attr38071") ) ) +(assert (myObject (attribute1 "attr38072") ) ) +(assert (myObject (attribute1 "attr38073") ) ) +(assert (myObject (attribute1 "attr38074") ) ) +(assert (myObject (attribute1 "attr38075") ) ) +(assert (myObject (attribute1 "attr38076") ) ) +(assert (myObject (attribute1 "attr38077") ) ) +(assert (myObject (attribute1 "attr38078") ) ) +(assert (myObject (attribute1 "attr38079") ) ) +(assert (myObject (attribute1 "attr38080") ) ) +(assert (myObject (attribute1 "attr38081") ) ) +(assert (myObject (attribute1 "attr38082") ) ) +(assert (myObject (attribute1 "attr38083") ) ) +(assert (myObject (attribute1 "attr38084") ) ) +(assert (myObject (attribute1 "attr38085") ) ) +(assert (myObject (attribute1 "attr38086") ) ) +(assert (myObject (attribute1 "attr38087") ) ) +(assert (myObject (attribute1 "attr38088") ) ) +(assert (myObject (attribute1 "attr38089") ) ) +(assert (myObject (attribute1 "attr38090") ) ) +(assert (myObject (attribute1 "attr38091") ) ) +(assert (myObject (attribute1 "attr38092") ) ) +(assert (myObject (attribute1 "attr38093") ) ) +(assert (myObject (attribute1 "attr38094") ) ) +(assert (myObject (attribute1 "attr38095") ) ) +(assert (myObject (attribute1 "attr38096") ) ) +(assert (myObject (attribute1 "attr38097") ) ) +(assert (myObject (attribute1 "attr38098") ) ) +(assert (myObject (attribute1 "attr38099") ) ) +(assert (myObject (attribute1 "attr38100") ) ) +(assert (myObject (attribute1 "attr38101") ) ) +(assert (myObject (attribute1 "attr38102") ) ) +(assert (myObject (attribute1 "attr38103") ) ) +(assert (myObject (attribute1 "attr38104") ) ) +(assert (myObject (attribute1 "attr38105") ) ) +(assert (myObject (attribute1 "attr38106") ) ) +(assert (myObject (attribute1 "attr38107") ) ) +(assert (myObject (attribute1 "attr38108") ) ) +(assert (myObject (attribute1 "attr38109") ) ) +(assert (myObject (attribute1 "attr38110") ) ) +(assert (myObject (attribute1 "attr38111") ) ) +(assert (myObject (attribute1 "attr38112") ) ) +(assert (myObject (attribute1 "attr38113") ) ) +(assert (myObject (attribute1 "attr38114") ) ) +(assert (myObject (attribute1 "attr38115") ) ) +(assert (myObject (attribute1 "attr38116") ) ) +(assert (myObject (attribute1 "attr38117") ) ) +(assert (myObject (attribute1 "attr38118") ) ) +(assert (myObject (attribute1 "attr38119") ) ) +(assert (myObject (attribute1 "attr38120") ) ) +(assert (myObject (attribute1 "attr38121") ) ) +(assert (myObject (attribute1 "attr38122") ) ) +(assert (myObject (attribute1 "attr38123") ) ) +(assert (myObject (attribute1 "attr38124") ) ) +(assert (myObject (attribute1 "attr38125") ) ) +(assert (myObject (attribute1 "attr38126") ) ) +(assert (myObject (attribute1 "attr38127") ) ) +(assert (myObject (attribute1 "attr38128") ) ) +(assert (myObject (attribute1 "attr38129") ) ) +(assert (myObject (attribute1 "attr38130") ) ) +(assert (myObject (attribute1 "attr38131") ) ) +(assert (myObject (attribute1 "attr38132") ) ) +(assert (myObject (attribute1 "attr38133") ) ) +(assert (myObject (attribute1 "attr38134") ) ) +(assert (myObject (attribute1 "attr38135") ) ) +(assert (myObject (attribute1 "attr38136") ) ) +(assert (myObject (attribute1 "attr38137") ) ) +(assert (myObject (attribute1 "attr38138") ) ) +(assert (myObject (attribute1 "attr38139") ) ) +(assert (myObject (attribute1 "attr38140") ) ) +(assert (myObject (attribute1 "attr38141") ) ) +(assert (myObject (attribute1 "attr38142") ) ) +(assert (myObject (attribute1 "attr38143") ) ) +(assert (myObject (attribute1 "attr38144") ) ) +(assert (myObject (attribute1 "attr38145") ) ) +(assert (myObject (attribute1 "attr38146") ) ) +(assert (myObject (attribute1 "attr38147") ) ) +(assert (myObject (attribute1 "attr38148") ) ) +(assert (myObject (attribute1 "attr38149") ) ) +(assert (myObject (attribute1 "attr38150") ) ) +(assert (myObject (attribute1 "attr38151") ) ) +(assert (myObject (attribute1 "attr38152") ) ) +(assert (myObject (attribute1 "attr38153") ) ) +(assert (myObject (attribute1 "attr38154") ) ) +(assert (myObject (attribute1 "attr38155") ) ) +(assert (myObject (attribute1 "attr38156") ) ) +(assert (myObject (attribute1 "attr38157") ) ) +(assert (myObject (attribute1 "attr38158") ) ) +(assert (myObject (attribute1 "attr38159") ) ) +(assert (myObject (attribute1 "attr38160") ) ) +(assert (myObject (attribute1 "attr38161") ) ) +(assert (myObject (attribute1 "attr38162") ) ) +(assert (myObject (attribute1 "attr38163") ) ) +(assert (myObject (attribute1 "attr38164") ) ) +(assert (myObject (attribute1 "attr38165") ) ) +(assert (myObject (attribute1 "attr38166") ) ) +(assert (myObject (attribute1 "attr38167") ) ) +(assert (myObject (attribute1 "attr38168") ) ) +(assert (myObject (attribute1 "attr38169") ) ) +(assert (myObject (attribute1 "attr38170") ) ) +(assert (myObject (attribute1 "attr38171") ) ) +(assert (myObject (attribute1 "attr38172") ) ) +(assert (myObject (attribute1 "attr38173") ) ) +(assert (myObject (attribute1 "attr38174") ) ) +(assert (myObject (attribute1 "attr38175") ) ) +(assert (myObject (attribute1 "attr38176") ) ) +(assert (myObject (attribute1 "attr38177") ) ) +(assert (myObject (attribute1 "attr38178") ) ) +(assert (myObject (attribute1 "attr38179") ) ) +(assert (myObject (attribute1 "attr38180") ) ) +(assert (myObject (attribute1 "attr38181") ) ) +(assert (myObject (attribute1 "attr38182") ) ) +(assert (myObject (attribute1 "attr38183") ) ) +(assert (myObject (attribute1 "attr38184") ) ) +(assert (myObject (attribute1 "attr38185") ) ) +(assert (myObject (attribute1 "attr38186") ) ) +(assert (myObject (attribute1 "attr38187") ) ) +(assert (myObject (attribute1 "attr38188") ) ) +(assert (myObject (attribute1 "attr38189") ) ) +(assert (myObject (attribute1 "attr38190") ) ) +(assert (myObject (attribute1 "attr38191") ) ) +(assert (myObject (attribute1 "attr38192") ) ) +(assert (myObject (attribute1 "attr38193") ) ) +(assert (myObject (attribute1 "attr38194") ) ) +(assert (myObject (attribute1 "attr38195") ) ) +(assert (myObject (attribute1 "attr38196") ) ) +(assert (myObject (attribute1 "attr38197") ) ) +(assert (myObject (attribute1 "attr38198") ) ) +(assert (myObject (attribute1 "attr38199") ) ) +(assert (myObject (attribute1 "attr38200") ) ) +(assert (myObject (attribute1 "attr38201") ) ) +(assert (myObject (attribute1 "attr38202") ) ) +(assert (myObject (attribute1 "attr38203") ) ) +(assert (myObject (attribute1 "attr38204") ) ) +(assert (myObject (attribute1 "attr38205") ) ) +(assert (myObject (attribute1 "attr38206") ) ) +(assert (myObject (attribute1 "attr38207") ) ) +(assert (myObject (attribute1 "attr38208") ) ) +(assert (myObject (attribute1 "attr38209") ) ) +(assert (myObject (attribute1 "attr38210") ) ) +(assert (myObject (attribute1 "attr38211") ) ) +(assert (myObject (attribute1 "attr38212") ) ) +(assert (myObject (attribute1 "attr38213") ) ) +(assert (myObject (attribute1 "attr38214") ) ) +(assert (myObject (attribute1 "attr38215") ) ) +(assert (myObject (attribute1 "attr38216") ) ) +(assert (myObject (attribute1 "attr38217") ) ) +(assert (myObject (attribute1 "attr38218") ) ) +(assert (myObject (attribute1 "attr38219") ) ) +(assert (myObject (attribute1 "attr38220") ) ) +(assert (myObject (attribute1 "attr38221") ) ) +(assert (myObject (attribute1 "attr38222") ) ) +(assert (myObject (attribute1 "attr38223") ) ) +(assert (myObject (attribute1 "attr38224") ) ) +(assert (myObject (attribute1 "attr38225") ) ) +(assert (myObject (attribute1 "attr38226") ) ) +(assert (myObject (attribute1 "attr38227") ) ) +(assert (myObject (attribute1 "attr38228") ) ) +(assert (myObject (attribute1 "attr38229") ) ) +(assert (myObject (attribute1 "attr38230") ) ) +(assert (myObject (attribute1 "attr38231") ) ) +(assert (myObject (attribute1 "attr38232") ) ) +(assert (myObject (attribute1 "attr38233") ) ) +(assert (myObject (attribute1 "attr38234") ) ) +(assert (myObject (attribute1 "attr38235") ) ) +(assert (myObject (attribute1 "attr38236") ) ) +(assert (myObject (attribute1 "attr38237") ) ) +(assert (myObject (attribute1 "attr38238") ) ) +(assert (myObject (attribute1 "attr38239") ) ) +(assert (myObject (attribute1 "attr38240") ) ) +(assert (myObject (attribute1 "attr38241") ) ) +(assert (myObject (attribute1 "attr38242") ) ) +(assert (myObject (attribute1 "attr38243") ) ) +(assert (myObject (attribute1 "attr38244") ) ) +(assert (myObject (attribute1 "attr38245") ) ) +(assert (myObject (attribute1 "attr38246") ) ) +(assert (myObject (attribute1 "attr38247") ) ) +(assert (myObject (attribute1 "attr38248") ) ) +(assert (myObject (attribute1 "attr38249") ) ) +(assert (myObject (attribute1 "attr38250") ) ) +(assert (myObject (attribute1 "attr38251") ) ) +(assert (myObject (attribute1 "attr38252") ) ) +(assert (myObject (attribute1 "attr38253") ) ) +(assert (myObject (attribute1 "attr38254") ) ) +(assert (myObject (attribute1 "attr38255") ) ) +(assert (myObject (attribute1 "attr38256") ) ) +(assert (myObject (attribute1 "attr38257") ) ) +(assert (myObject (attribute1 "attr38258") ) ) +(assert (myObject (attribute1 "attr38259") ) ) +(assert (myObject (attribute1 "attr38260") ) ) +(assert (myObject (attribute1 "attr38261") ) ) +(assert (myObject (attribute1 "attr38262") ) ) +(assert (myObject (attribute1 "attr38263") ) ) +(assert (myObject (attribute1 "attr38264") ) ) +(assert (myObject (attribute1 "attr38265") ) ) +(assert (myObject (attribute1 "attr38266") ) ) +(assert (myObject (attribute1 "attr38267") ) ) +(assert (myObject (attribute1 "attr38268") ) ) +(assert (myObject (attribute1 "attr38269") ) ) +(assert (myObject (attribute1 "attr38270") ) ) +(assert (myObject (attribute1 "attr38271") ) ) +(assert (myObject (attribute1 "attr38272") ) ) +(assert (myObject (attribute1 "attr38273") ) ) +(assert (myObject (attribute1 "attr38274") ) ) +(assert (myObject (attribute1 "attr38275") ) ) +(assert (myObject (attribute1 "attr38276") ) ) +(assert (myObject (attribute1 "attr38277") ) ) +(assert (myObject (attribute1 "attr38278") ) ) +(assert (myObject (attribute1 "attr38279") ) ) +(assert (myObject (attribute1 "attr38280") ) ) +(assert (myObject (attribute1 "attr38281") ) ) +(assert (myObject (attribute1 "attr38282") ) ) +(assert (myObject (attribute1 "attr38283") ) ) +(assert (myObject (attribute1 "attr38284") ) ) +(assert (myObject (attribute1 "attr38285") ) ) +(assert (myObject (attribute1 "attr38286") ) ) +(assert (myObject (attribute1 "attr38287") ) ) +(assert (myObject (attribute1 "attr38288") ) ) +(assert (myObject (attribute1 "attr38289") ) ) +(assert (myObject (attribute1 "attr38290") ) ) +(assert (myObject (attribute1 "attr38291") ) ) +(assert (myObject (attribute1 "attr38292") ) ) +(assert (myObject (attribute1 "attr38293") ) ) +(assert (myObject (attribute1 "attr38294") ) ) +(assert (myObject (attribute1 "attr38295") ) ) +(assert (myObject (attribute1 "attr38296") ) ) +(assert (myObject (attribute1 "attr38297") ) ) +(assert (myObject (attribute1 "attr38298") ) ) +(assert (myObject (attribute1 "attr38299") ) ) +(assert (myObject (attribute1 "attr38300") ) ) +(assert (myObject (attribute1 "attr38301") ) ) +(assert (myObject (attribute1 "attr38302") ) ) +(assert (myObject (attribute1 "attr38303") ) ) +(assert (myObject (attribute1 "attr38304") ) ) +(assert (myObject (attribute1 "attr38305") ) ) +(assert (myObject (attribute1 "attr38306") ) ) +(assert (myObject (attribute1 "attr38307") ) ) +(assert (myObject (attribute1 "attr38308") ) ) +(assert (myObject (attribute1 "attr38309") ) ) +(assert (myObject (attribute1 "attr38310") ) ) +(assert (myObject (attribute1 "attr38311") ) ) +(assert (myObject (attribute1 "attr38312") ) ) +(assert (myObject (attribute1 "attr38313") ) ) +(assert (myObject (attribute1 "attr38314") ) ) +(assert (myObject (attribute1 "attr38315") ) ) +(assert (myObject (attribute1 "attr38316") ) ) +(assert (myObject (attribute1 "attr38317") ) ) +(assert (myObject (attribute1 "attr38318") ) ) +(assert (myObject (attribute1 "attr38319") ) ) +(assert (myObject (attribute1 "attr38320") ) ) +(assert (myObject (attribute1 "attr38321") ) ) +(assert (myObject (attribute1 "attr38322") ) ) +(assert (myObject (attribute1 "attr38323") ) ) +(assert (myObject (attribute1 "attr38324") ) ) +(assert (myObject (attribute1 "attr38325") ) ) +(assert (myObject (attribute1 "attr38326") ) ) +(assert (myObject (attribute1 "attr38327") ) ) +(assert (myObject (attribute1 "attr38328") ) ) +(assert (myObject (attribute1 "attr38329") ) ) +(assert (myObject (attribute1 "attr38330") ) ) +(assert (myObject (attribute1 "attr38331") ) ) +(assert (myObject (attribute1 "attr38332") ) ) +(assert (myObject (attribute1 "attr38333") ) ) +(assert (myObject (attribute1 "attr38334") ) ) +(assert (myObject (attribute1 "attr38335") ) ) +(assert (myObject (attribute1 "attr38336") ) ) +(assert (myObject (attribute1 "attr38337") ) ) +(assert (myObject (attribute1 "attr38338") ) ) +(assert (myObject (attribute1 "attr38339") ) ) +(assert (myObject (attribute1 "attr38340") ) ) +(assert (myObject (attribute1 "attr38341") ) ) +(assert (myObject (attribute1 "attr38342") ) ) +(assert (myObject (attribute1 "attr38343") ) ) +(assert (myObject (attribute1 "attr38344") ) ) +(assert (myObject (attribute1 "attr38345") ) ) +(assert (myObject (attribute1 "attr38346") ) ) +(assert (myObject (attribute1 "attr38347") ) ) +(assert (myObject (attribute1 "attr38348") ) ) +(assert (myObject (attribute1 "attr38349") ) ) +(assert (myObject (attribute1 "attr38350") ) ) +(assert (myObject (attribute1 "attr38351") ) ) +(assert (myObject (attribute1 "attr38352") ) ) +(assert (myObject (attribute1 "attr38353") ) ) +(assert (myObject (attribute1 "attr38354") ) ) +(assert (myObject (attribute1 "attr38355") ) ) +(assert (myObject (attribute1 "attr38356") ) ) +(assert (myObject (attribute1 "attr38357") ) ) +(assert (myObject (attribute1 "attr38358") ) ) +(assert (myObject (attribute1 "attr38359") ) ) +(assert (myObject (attribute1 "attr38360") ) ) +(assert (myObject (attribute1 "attr38361") ) ) +(assert (myObject (attribute1 "attr38362") ) ) +(assert (myObject (attribute1 "attr38363") ) ) +(assert (myObject (attribute1 "attr38364") ) ) +(assert (myObject (attribute1 "attr38365") ) ) +(assert (myObject (attribute1 "attr38366") ) ) +(assert (myObject (attribute1 "attr38367") ) ) +(assert (myObject (attribute1 "attr38368") ) ) +(assert (myObject (attribute1 "attr38369") ) ) +(assert (myObject (attribute1 "attr38370") ) ) +(assert (myObject (attribute1 "attr38371") ) ) +(assert (myObject (attribute1 "attr38372") ) ) +(assert (myObject (attribute1 "attr38373") ) ) +(assert (myObject (attribute1 "attr38374") ) ) +(assert (myObject (attribute1 "attr38375") ) ) +(assert (myObject (attribute1 "attr38376") ) ) +(assert (myObject (attribute1 "attr38377") ) ) +(assert (myObject (attribute1 "attr38378") ) ) +(assert (myObject (attribute1 "attr38379") ) ) +(assert (myObject (attribute1 "attr38380") ) ) +(assert (myObject (attribute1 "attr38381") ) ) +(assert (myObject (attribute1 "attr38382") ) ) +(assert (myObject (attribute1 "attr38383") ) ) +(assert (myObject (attribute1 "attr38384") ) ) +(assert (myObject (attribute1 "attr38385") ) ) +(assert (myObject (attribute1 "attr38386") ) ) +(assert (myObject (attribute1 "attr38387") ) ) +(assert (myObject (attribute1 "attr38388") ) ) +(assert (myObject (attribute1 "attr38389") ) ) +(assert (myObject (attribute1 "attr38390") ) ) +(assert (myObject (attribute1 "attr38391") ) ) +(assert (myObject (attribute1 "attr38392") ) ) +(assert (myObject (attribute1 "attr38393") ) ) +(assert (myObject (attribute1 "attr38394") ) ) +(assert (myObject (attribute1 "attr38395") ) ) +(assert (myObject (attribute1 "attr38396") ) ) +(assert (myObject (attribute1 "attr38397") ) ) +(assert (myObject (attribute1 "attr38398") ) ) +(assert (myObject (attribute1 "attr38399") ) ) +(assert (myObject (attribute1 "attr38400") ) ) +(assert (myObject (attribute1 "attr38401") ) ) +(assert (myObject (attribute1 "attr38402") ) ) +(assert (myObject (attribute1 "attr38403") ) ) +(assert (myObject (attribute1 "attr38404") ) ) +(assert (myObject (attribute1 "attr38405") ) ) +(assert (myObject (attribute1 "attr38406") ) ) +(assert (myObject (attribute1 "attr38407") ) ) +(assert (myObject (attribute1 "attr38408") ) ) +(assert (myObject (attribute1 "attr38409") ) ) +(assert (myObject (attribute1 "attr38410") ) ) +(assert (myObject (attribute1 "attr38411") ) ) +(assert (myObject (attribute1 "attr38412") ) ) +(assert (myObject (attribute1 "attr38413") ) ) +(assert (myObject (attribute1 "attr38414") ) ) +(assert (myObject (attribute1 "attr38415") ) ) +(assert (myObject (attribute1 "attr38416") ) ) +(assert (myObject (attribute1 "attr38417") ) ) +(assert (myObject (attribute1 "attr38418") ) ) +(assert (myObject (attribute1 "attr38419") ) ) +(assert (myObject (attribute1 "attr38420") ) ) +(assert (myObject (attribute1 "attr38421") ) ) +(assert (myObject (attribute1 "attr38422") ) ) +(assert (myObject (attribute1 "attr38423") ) ) +(assert (myObject (attribute1 "attr38424") ) ) +(assert (myObject (attribute1 "attr38425") ) ) +(assert (myObject (attribute1 "attr38426") ) ) +(assert (myObject (attribute1 "attr38427") ) ) +(assert (myObject (attribute1 "attr38428") ) ) +(assert (myObject (attribute1 "attr38429") ) ) +(assert (myObject (attribute1 "attr38430") ) ) +(assert (myObject (attribute1 "attr38431") ) ) +(assert (myObject (attribute1 "attr38432") ) ) +(assert (myObject (attribute1 "attr38433") ) ) +(assert (myObject (attribute1 "attr38434") ) ) +(assert (myObject (attribute1 "attr38435") ) ) +(assert (myObject (attribute1 "attr38436") ) ) +(assert (myObject (attribute1 "attr38437") ) ) +(assert (myObject (attribute1 "attr38438") ) ) +(assert (myObject (attribute1 "attr38439") ) ) +(assert (myObject (attribute1 "attr38440") ) ) +(assert (myObject (attribute1 "attr38441") ) ) +(assert (myObject (attribute1 "attr38442") ) ) +(assert (myObject (attribute1 "attr38443") ) ) +(assert (myObject (attribute1 "attr38444") ) ) +(assert (myObject (attribute1 "attr38445") ) ) +(assert (myObject (attribute1 "attr38446") ) ) +(assert (myObject (attribute1 "attr38447") ) ) +(assert (myObject (attribute1 "attr38448") ) ) +(assert (myObject (attribute1 "attr38449") ) ) +(assert (myObject (attribute1 "attr38450") ) ) +(assert (myObject (attribute1 "attr38451") ) ) +(assert (myObject (attribute1 "attr38452") ) ) +(assert (myObject (attribute1 "attr38453") ) ) +(assert (myObject (attribute1 "attr38454") ) ) +(assert (myObject (attribute1 "attr38455") ) ) +(assert (myObject (attribute1 "attr38456") ) ) +(assert (myObject (attribute1 "attr38457") ) ) +(assert (myObject (attribute1 "attr38458") ) ) +(assert (myObject (attribute1 "attr38459") ) ) +(assert (myObject (attribute1 "attr38460") ) ) +(assert (myObject (attribute1 "attr38461") ) ) +(assert (myObject (attribute1 "attr38462") ) ) +(assert (myObject (attribute1 "attr38463") ) ) +(assert (myObject (attribute1 "attr38464") ) ) +(assert (myObject (attribute1 "attr38465") ) ) +(assert (myObject (attribute1 "attr38466") ) ) +(assert (myObject (attribute1 "attr38467") ) ) +(assert (myObject (attribute1 "attr38468") ) ) +(assert (myObject (attribute1 "attr38469") ) ) +(assert (myObject (attribute1 "attr38470") ) ) +(assert (myObject (attribute1 "attr38471") ) ) +(assert (myObject (attribute1 "attr38472") ) ) +(assert (myObject (attribute1 "attr38473") ) ) +(assert (myObject (attribute1 "attr38474") ) ) +(assert (myObject (attribute1 "attr38475") ) ) +(assert (myObject (attribute1 "attr38476") ) ) +(assert (myObject (attribute1 "attr38477") ) ) +(assert (myObject (attribute1 "attr38478") ) ) +(assert (myObject (attribute1 "attr38479") ) ) +(assert (myObject (attribute1 "attr38480") ) ) +(assert (myObject (attribute1 "attr38481") ) ) +(assert (myObject (attribute1 "attr38482") ) ) +(assert (myObject (attribute1 "attr38483") ) ) +(assert (myObject (attribute1 "attr38484") ) ) +(assert (myObject (attribute1 "attr38485") ) ) +(assert (myObject (attribute1 "attr38486") ) ) +(assert (myObject (attribute1 "attr38487") ) ) +(assert (myObject (attribute1 "attr38488") ) ) +(assert (myObject (attribute1 "attr38489") ) ) +(assert (myObject (attribute1 "attr38490") ) ) +(assert (myObject (attribute1 "attr38491") ) ) +(assert (myObject (attribute1 "attr38492") ) ) +(assert (myObject (attribute1 "attr38493") ) ) +(assert (myObject (attribute1 "attr38494") ) ) +(assert (myObject (attribute1 "attr38495") ) ) +(assert (myObject (attribute1 "attr38496") ) ) +(assert (myObject (attribute1 "attr38497") ) ) +(assert (myObject (attribute1 "attr38498") ) ) +(assert (myObject (attribute1 "attr38499") ) ) +(assert (myObject (attribute1 "attr38500") ) ) +(assert (myObject (attribute1 "attr38501") ) ) +(assert (myObject (attribute1 "attr38502") ) ) +(assert (myObject (attribute1 "attr38503") ) ) +(assert (myObject (attribute1 "attr38504") ) ) +(assert (myObject (attribute1 "attr38505") ) ) +(assert (myObject (attribute1 "attr38506") ) ) +(assert (myObject (attribute1 "attr38507") ) ) +(assert (myObject (attribute1 "attr38508") ) ) +(assert (myObject (attribute1 "attr38509") ) ) +(assert (myObject (attribute1 "attr38510") ) ) +(assert (myObject (attribute1 "attr38511") ) ) +(assert (myObject (attribute1 "attr38512") ) ) +(assert (myObject (attribute1 "attr38513") ) ) +(assert (myObject (attribute1 "attr38514") ) ) +(assert (myObject (attribute1 "attr38515") ) ) +(assert (myObject (attribute1 "attr38516") ) ) +(assert (myObject (attribute1 "attr38517") ) ) +(assert (myObject (attribute1 "attr38518") ) ) +(assert (myObject (attribute1 "attr38519") ) ) +(assert (myObject (attribute1 "attr38520") ) ) +(assert (myObject (attribute1 "attr38521") ) ) +(assert (myObject (attribute1 "attr38522") ) ) +(assert (myObject (attribute1 "attr38523") ) ) +(assert (myObject (attribute1 "attr38524") ) ) +(assert (myObject (attribute1 "attr38525") ) ) +(assert (myObject (attribute1 "attr38526") ) ) +(assert (myObject (attribute1 "attr38527") ) ) +(assert (myObject (attribute1 "attr38528") ) ) +(assert (myObject (attribute1 "attr38529") ) ) +(assert (myObject (attribute1 "attr38530") ) ) +(assert (myObject (attribute1 "attr38531") ) ) +(assert (myObject (attribute1 "attr38532") ) ) +(assert (myObject (attribute1 "attr38533") ) ) +(assert (myObject (attribute1 "attr38534") ) ) +(assert (myObject (attribute1 "attr38535") ) ) +(assert (myObject (attribute1 "attr38536") ) ) +(assert (myObject (attribute1 "attr38537") ) ) +(assert (myObject (attribute1 "attr38538") ) ) +(assert (myObject (attribute1 "attr38539") ) ) +(assert (myObject (attribute1 "attr38540") ) ) +(assert (myObject (attribute1 "attr38541") ) ) +(assert (myObject (attribute1 "attr38542") ) ) +(assert (myObject (attribute1 "attr38543") ) ) +(assert (myObject (attribute1 "attr38544") ) ) +(assert (myObject (attribute1 "attr38545") ) ) +(assert (myObject (attribute1 "attr38546") ) ) +(assert (myObject (attribute1 "attr38547") ) ) +(assert (myObject (attribute1 "attr38548") ) ) +(assert (myObject (attribute1 "attr38549") ) ) +(assert (myObject (attribute1 "attr38550") ) ) +(assert (myObject (attribute1 "attr38551") ) ) +(assert (myObject (attribute1 "attr38552") ) ) +(assert (myObject (attribute1 "attr38553") ) ) +(assert (myObject (attribute1 "attr38554") ) ) +(assert (myObject (attribute1 "attr38555") ) ) +(assert (myObject (attribute1 "attr38556") ) ) +(assert (myObject (attribute1 "attr38557") ) ) +(assert (myObject (attribute1 "attr38558") ) ) +(assert (myObject (attribute1 "attr38559") ) ) +(assert (myObject (attribute1 "attr38560") ) ) +(assert (myObject (attribute1 "attr38561") ) ) +(assert (myObject (attribute1 "attr38562") ) ) +(assert (myObject (attribute1 "attr38563") ) ) +(assert (myObject (attribute1 "attr38564") ) ) +(assert (myObject (attribute1 "attr38565") ) ) +(assert (myObject (attribute1 "attr38566") ) ) +(assert (myObject (attribute1 "attr38567") ) ) +(assert (myObject (attribute1 "attr38568") ) ) +(assert (myObject (attribute1 "attr38569") ) ) +(assert (myObject (attribute1 "attr38570") ) ) +(assert (myObject (attribute1 "attr38571") ) ) +(assert (myObject (attribute1 "attr38572") ) ) +(assert (myObject (attribute1 "attr38573") ) ) +(assert (myObject (attribute1 "attr38574") ) ) +(assert (myObject (attribute1 "attr38575") ) ) +(assert (myObject (attribute1 "attr38576") ) ) +(assert (myObject (attribute1 "attr38577") ) ) +(assert (myObject (attribute1 "attr38578") ) ) +(assert (myObject (attribute1 "attr38579") ) ) +(assert (myObject (attribute1 "attr38580") ) ) +(assert (myObject (attribute1 "attr38581") ) ) +(assert (myObject (attribute1 "attr38582") ) ) +(assert (myObject (attribute1 "attr38583") ) ) +(assert (myObject (attribute1 "attr38584") ) ) +(assert (myObject (attribute1 "attr38585") ) ) +(assert (myObject (attribute1 "attr38586") ) ) +(assert (myObject (attribute1 "attr38587") ) ) +(assert (myObject (attribute1 "attr38588") ) ) +(assert (myObject (attribute1 "attr38589") ) ) +(assert (myObject (attribute1 "attr38590") ) ) +(assert (myObject (attribute1 "attr38591") ) ) +(assert (myObject (attribute1 "attr38592") ) ) +(assert (myObject (attribute1 "attr38593") ) ) +(assert (myObject (attribute1 "attr38594") ) ) +(assert (myObject (attribute1 "attr38595") ) ) +(assert (myObject (attribute1 "attr38596") ) ) +(assert (myObject (attribute1 "attr38597") ) ) +(assert (myObject (attribute1 "attr38598") ) ) +(assert (myObject (attribute1 "attr38599") ) ) +(assert (myObject (attribute1 "attr38600") ) ) +(assert (myObject (attribute1 "attr38601") ) ) +(assert (myObject (attribute1 "attr38602") ) ) +(assert (myObject (attribute1 "attr38603") ) ) +(assert (myObject (attribute1 "attr38604") ) ) +(assert (myObject (attribute1 "attr38605") ) ) +(assert (myObject (attribute1 "attr38606") ) ) +(assert (myObject (attribute1 "attr38607") ) ) +(assert (myObject (attribute1 "attr38608") ) ) +(assert (myObject (attribute1 "attr38609") ) ) +(assert (myObject (attribute1 "attr38610") ) ) +(assert (myObject (attribute1 "attr38611") ) ) +(assert (myObject (attribute1 "attr38612") ) ) +(assert (myObject (attribute1 "attr38613") ) ) +(assert (myObject (attribute1 "attr38614") ) ) +(assert (myObject (attribute1 "attr38615") ) ) +(assert (myObject (attribute1 "attr38616") ) ) +(assert (myObject (attribute1 "attr38617") ) ) +(assert (myObject (attribute1 "attr38618") ) ) +(assert (myObject (attribute1 "attr38619") ) ) +(assert (myObject (attribute1 "attr38620") ) ) +(assert (myObject (attribute1 "attr38621") ) ) +(assert (myObject (attribute1 "attr38622") ) ) +(assert (myObject (attribute1 "attr38623") ) ) +(assert (myObject (attribute1 "attr38624") ) ) +(assert (myObject (attribute1 "attr38625") ) ) +(assert (myObject (attribute1 "attr38626") ) ) +(assert (myObject (attribute1 "attr38627") ) ) +(assert (myObject (attribute1 "attr38628") ) ) +(assert (myObject (attribute1 "attr38629") ) ) +(assert (myObject (attribute1 "attr38630") ) ) +(assert (myObject (attribute1 "attr38631") ) ) +(assert (myObject (attribute1 "attr38632") ) ) +(assert (myObject (attribute1 "attr38633") ) ) +(assert (myObject (attribute1 "attr38634") ) ) +(assert (myObject (attribute1 "attr38635") ) ) +(assert (myObject (attribute1 "attr38636") ) ) +(assert (myObject (attribute1 "attr38637") ) ) +(assert (myObject (attribute1 "attr38638") ) ) +(assert (myObject (attribute1 "attr38639") ) ) +(assert (myObject (attribute1 "attr38640") ) ) +(assert (myObject (attribute1 "attr38641") ) ) +(assert (myObject (attribute1 "attr38642") ) ) +(assert (myObject (attribute1 "attr38643") ) ) +(assert (myObject (attribute1 "attr38644") ) ) +(assert (myObject (attribute1 "attr38645") ) ) +(assert (myObject (attribute1 "attr38646") ) ) +(assert (myObject (attribute1 "attr38647") ) ) +(assert (myObject (attribute1 "attr38648") ) ) +(assert (myObject (attribute1 "attr38649") ) ) +(assert (myObject (attribute1 "attr38650") ) ) +(assert (myObject (attribute1 "attr38651") ) ) +(assert (myObject (attribute1 "attr38652") ) ) +(assert (myObject (attribute1 "attr38653") ) ) +(assert (myObject (attribute1 "attr38654") ) ) +(assert (myObject (attribute1 "attr38655") ) ) +(assert (myObject (attribute1 "attr38656") ) ) +(assert (myObject (attribute1 "attr38657") ) ) +(assert (myObject (attribute1 "attr38658") ) ) +(assert (myObject (attribute1 "attr38659") ) ) +(assert (myObject (attribute1 "attr38660") ) ) +(assert (myObject (attribute1 "attr38661") ) ) +(assert (myObject (attribute1 "attr38662") ) ) +(assert (myObject (attribute1 "attr38663") ) ) +(assert (myObject (attribute1 "attr38664") ) ) +(assert (myObject (attribute1 "attr38665") ) ) +(assert (myObject (attribute1 "attr38666") ) ) +(assert (myObject (attribute1 "attr38667") ) ) +(assert (myObject (attribute1 "attr38668") ) ) +(assert (myObject (attribute1 "attr38669") ) ) +(assert (myObject (attribute1 "attr38670") ) ) +(assert (myObject (attribute1 "attr38671") ) ) +(assert (myObject (attribute1 "attr38672") ) ) +(assert (myObject (attribute1 "attr38673") ) ) +(assert (myObject (attribute1 "attr38674") ) ) +(assert (myObject (attribute1 "attr38675") ) ) +(assert (myObject (attribute1 "attr38676") ) ) +(assert (myObject (attribute1 "attr38677") ) ) +(assert (myObject (attribute1 "attr38678") ) ) +(assert (myObject (attribute1 "attr38679") ) ) +(assert (myObject (attribute1 "attr38680") ) ) +(assert (myObject (attribute1 "attr38681") ) ) +(assert (myObject (attribute1 "attr38682") ) ) +(assert (myObject (attribute1 "attr38683") ) ) +(assert (myObject (attribute1 "attr38684") ) ) +(assert (myObject (attribute1 "attr38685") ) ) +(assert (myObject (attribute1 "attr38686") ) ) +(assert (myObject (attribute1 "attr38687") ) ) +(assert (myObject (attribute1 "attr38688") ) ) +(assert (myObject (attribute1 "attr38689") ) ) +(assert (myObject (attribute1 "attr38690") ) ) +(assert (myObject (attribute1 "attr38691") ) ) +(assert (myObject (attribute1 "attr38692") ) ) +(assert (myObject (attribute1 "attr38693") ) ) +(assert (myObject (attribute1 "attr38694") ) ) +(assert (myObject (attribute1 "attr38695") ) ) +(assert (myObject (attribute1 "attr38696") ) ) +(assert (myObject (attribute1 "attr38697") ) ) +(assert (myObject (attribute1 "attr38698") ) ) +(assert (myObject (attribute1 "attr38699") ) ) +(assert (myObject (attribute1 "attr38700") ) ) +(assert (myObject (attribute1 "attr38701") ) ) +(assert (myObject (attribute1 "attr38702") ) ) +(assert (myObject (attribute1 "attr38703") ) ) +(assert (myObject (attribute1 "attr38704") ) ) +(assert (myObject (attribute1 "attr38705") ) ) +(assert (myObject (attribute1 "attr38706") ) ) +(assert (myObject (attribute1 "attr38707") ) ) +(assert (myObject (attribute1 "attr38708") ) ) +(assert (myObject (attribute1 "attr38709") ) ) +(assert (myObject (attribute1 "attr38710") ) ) +(assert (myObject (attribute1 "attr38711") ) ) +(assert (myObject (attribute1 "attr38712") ) ) +(assert (myObject (attribute1 "attr38713") ) ) +(assert (myObject (attribute1 "attr38714") ) ) +(assert (myObject (attribute1 "attr38715") ) ) +(assert (myObject (attribute1 "attr38716") ) ) +(assert (myObject (attribute1 "attr38717") ) ) +(assert (myObject (attribute1 "attr38718") ) ) +(assert (myObject (attribute1 "attr38719") ) ) +(assert (myObject (attribute1 "attr38720") ) ) +(assert (myObject (attribute1 "attr38721") ) ) +(assert (myObject (attribute1 "attr38722") ) ) +(assert (myObject (attribute1 "attr38723") ) ) +(assert (myObject (attribute1 "attr38724") ) ) +(assert (myObject (attribute1 "attr38725") ) ) +(assert (myObject (attribute1 "attr38726") ) ) +(assert (myObject (attribute1 "attr38727") ) ) +(assert (myObject (attribute1 "attr38728") ) ) +(assert (myObject (attribute1 "attr38729") ) ) +(assert (myObject (attribute1 "attr38730") ) ) +(assert (myObject (attribute1 "attr38731") ) ) +(assert (myObject (attribute1 "attr38732") ) ) +(assert (myObject (attribute1 "attr38733") ) ) +(assert (myObject (attribute1 "attr38734") ) ) +(assert (myObject (attribute1 "attr38735") ) ) +(assert (myObject (attribute1 "attr38736") ) ) +(assert (myObject (attribute1 "attr38737") ) ) +(assert (myObject (attribute1 "attr38738") ) ) +(assert (myObject (attribute1 "attr38739") ) ) +(assert (myObject (attribute1 "attr38740") ) ) +(assert (myObject (attribute1 "attr38741") ) ) +(assert (myObject (attribute1 "attr38742") ) ) +(assert (myObject (attribute1 "attr38743") ) ) +(assert (myObject (attribute1 "attr38744") ) ) +(assert (myObject (attribute1 "attr38745") ) ) +(assert (myObject (attribute1 "attr38746") ) ) +(assert (myObject (attribute1 "attr38747") ) ) +(assert (myObject (attribute1 "attr38748") ) ) +(assert (myObject (attribute1 "attr38749") ) ) +(assert (myObject (attribute1 "attr38750") ) ) +(assert (myObject (attribute1 "attr38751") ) ) +(assert (myObject (attribute1 "attr38752") ) ) +(assert (myObject (attribute1 "attr38753") ) ) +(assert (myObject (attribute1 "attr38754") ) ) +(assert (myObject (attribute1 "attr38755") ) ) +(assert (myObject (attribute1 "attr38756") ) ) +(assert (myObject (attribute1 "attr38757") ) ) +(assert (myObject (attribute1 "attr38758") ) ) +(assert (myObject (attribute1 "attr38759") ) ) +(assert (myObject (attribute1 "attr38760") ) ) +(assert (myObject (attribute1 "attr38761") ) ) +(assert (myObject (attribute1 "attr38762") ) ) +(assert (myObject (attribute1 "attr38763") ) ) +(assert (myObject (attribute1 "attr38764") ) ) +(assert (myObject (attribute1 "attr38765") ) ) +(assert (myObject (attribute1 "attr38766") ) ) +(assert (myObject (attribute1 "attr38767") ) ) +(assert (myObject (attribute1 "attr38768") ) ) +(assert (myObject (attribute1 "attr38769") ) ) +(assert (myObject (attribute1 "attr38770") ) ) +(assert (myObject (attribute1 "attr38771") ) ) +(assert (myObject (attribute1 "attr38772") ) ) +(assert (myObject (attribute1 "attr38773") ) ) +(assert (myObject (attribute1 "attr38774") ) ) +(assert (myObject (attribute1 "attr38775") ) ) +(assert (myObject (attribute1 "attr38776") ) ) +(assert (myObject (attribute1 "attr38777") ) ) +(assert (myObject (attribute1 "attr38778") ) ) +(assert (myObject (attribute1 "attr38779") ) ) +(assert (myObject (attribute1 "attr38780") ) ) +(assert (myObject (attribute1 "attr38781") ) ) +(assert (myObject (attribute1 "attr38782") ) ) +(assert (myObject (attribute1 "attr38783") ) ) +(assert (myObject (attribute1 "attr38784") ) ) +(assert (myObject (attribute1 "attr38785") ) ) +(assert (myObject (attribute1 "attr38786") ) ) +(assert (myObject (attribute1 "attr38787") ) ) +(assert (myObject (attribute1 "attr38788") ) ) +(assert (myObject (attribute1 "attr38789") ) ) +(assert (myObject (attribute1 "attr38790") ) ) +(assert (myObject (attribute1 "attr38791") ) ) +(assert (myObject (attribute1 "attr38792") ) ) +(assert (myObject (attribute1 "attr38793") ) ) +(assert (myObject (attribute1 "attr38794") ) ) +(assert (myObject (attribute1 "attr38795") ) ) +(assert (myObject (attribute1 "attr38796") ) ) +(assert (myObject (attribute1 "attr38797") ) ) +(assert (myObject (attribute1 "attr38798") ) ) +(assert (myObject (attribute1 "attr38799") ) ) +(assert (myObject (attribute1 "attr38800") ) ) +(assert (myObject (attribute1 "attr38801") ) ) +(assert (myObject (attribute1 "attr38802") ) ) +(assert (myObject (attribute1 "attr38803") ) ) +(assert (myObject (attribute1 "attr38804") ) ) +(assert (myObject (attribute1 "attr38805") ) ) +(assert (myObject (attribute1 "attr38806") ) ) +(assert (myObject (attribute1 "attr38807") ) ) +(assert (myObject (attribute1 "attr38808") ) ) +(assert (myObject (attribute1 "attr38809") ) ) +(assert (myObject (attribute1 "attr38810") ) ) +(assert (myObject (attribute1 "attr38811") ) ) +(assert (myObject (attribute1 "attr38812") ) ) +(assert (myObject (attribute1 "attr38813") ) ) +(assert (myObject (attribute1 "attr38814") ) ) +(assert (myObject (attribute1 "attr38815") ) ) +(assert (myObject (attribute1 "attr38816") ) ) +(assert (myObject (attribute1 "attr38817") ) ) +(assert (myObject (attribute1 "attr38818") ) ) +(assert (myObject (attribute1 "attr38819") ) ) +(assert (myObject (attribute1 "attr38820") ) ) +(assert (myObject (attribute1 "attr38821") ) ) +(assert (myObject (attribute1 "attr38822") ) ) +(assert (myObject (attribute1 "attr38823") ) ) +(assert (myObject (attribute1 "attr38824") ) ) +(assert (myObject (attribute1 "attr38825") ) ) +(assert (myObject (attribute1 "attr38826") ) ) +(assert (myObject (attribute1 "attr38827") ) ) +(assert (myObject (attribute1 "attr38828") ) ) +(assert (myObject (attribute1 "attr38829") ) ) +(assert (myObject (attribute1 "attr38830") ) ) +(assert (myObject (attribute1 "attr38831") ) ) +(assert (myObject (attribute1 "attr38832") ) ) +(assert (myObject (attribute1 "attr38833") ) ) +(assert (myObject (attribute1 "attr38834") ) ) +(assert (myObject (attribute1 "attr38835") ) ) +(assert (myObject (attribute1 "attr38836") ) ) +(assert (myObject (attribute1 "attr38837") ) ) +(assert (myObject (attribute1 "attr38838") ) ) +(assert (myObject (attribute1 "attr38839") ) ) +(assert (myObject (attribute1 "attr38840") ) ) +(assert (myObject (attribute1 "attr38841") ) ) +(assert (myObject (attribute1 "attr38842") ) ) +(assert (myObject (attribute1 "attr38843") ) ) +(assert (myObject (attribute1 "attr38844") ) ) +(assert (myObject (attribute1 "attr38845") ) ) +(assert (myObject (attribute1 "attr38846") ) ) +(assert (myObject (attribute1 "attr38847") ) ) +(assert (myObject (attribute1 "attr38848") ) ) +(assert (myObject (attribute1 "attr38849") ) ) +(assert (myObject (attribute1 "attr38850") ) ) +(assert (myObject (attribute1 "attr38851") ) ) +(assert (myObject (attribute1 "attr38852") ) ) +(assert (myObject (attribute1 "attr38853") ) ) +(assert (myObject (attribute1 "attr38854") ) ) +(assert (myObject (attribute1 "attr38855") ) ) +(assert (myObject (attribute1 "attr38856") ) ) +(assert (myObject (attribute1 "attr38857") ) ) +(assert (myObject (attribute1 "attr38858") ) ) +(assert (myObject (attribute1 "attr38859") ) ) +(assert (myObject (attribute1 "attr38860") ) ) +(assert (myObject (attribute1 "attr38861") ) ) +(assert (myObject (attribute1 "attr38862") ) ) +(assert (myObject (attribute1 "attr38863") ) ) +(assert (myObject (attribute1 "attr38864") ) ) +(assert (myObject (attribute1 "attr38865") ) ) +(assert (myObject (attribute1 "attr38866") ) ) +(assert (myObject (attribute1 "attr38867") ) ) +(assert (myObject (attribute1 "attr38868") ) ) +(assert (myObject (attribute1 "attr38869") ) ) +(assert (myObject (attribute1 "attr38870") ) ) +(assert (myObject (attribute1 "attr38871") ) ) +(assert (myObject (attribute1 "attr38872") ) ) +(assert (myObject (attribute1 "attr38873") ) ) +(assert (myObject (attribute1 "attr38874") ) ) +(assert (myObject (attribute1 "attr38875") ) ) +(assert (myObject (attribute1 "attr38876") ) ) +(assert (myObject (attribute1 "attr38877") ) ) +(assert (myObject (attribute1 "attr38878") ) ) +(assert (myObject (attribute1 "attr38879") ) ) +(assert (myObject (attribute1 "attr38880") ) ) +(assert (myObject (attribute1 "attr38881") ) ) +(assert (myObject (attribute1 "attr38882") ) ) +(assert (myObject (attribute1 "attr38883") ) ) +(assert (myObject (attribute1 "attr38884") ) ) +(assert (myObject (attribute1 "attr38885") ) ) +(assert (myObject (attribute1 "attr38886") ) ) +(assert (myObject (attribute1 "attr38887") ) ) +(assert (myObject (attribute1 "attr38888") ) ) +(assert (myObject (attribute1 "attr38889") ) ) +(assert (myObject (attribute1 "attr38890") ) ) +(assert (myObject (attribute1 "attr38891") ) ) +(assert (myObject (attribute1 "attr38892") ) ) +(assert (myObject (attribute1 "attr38893") ) ) +(assert (myObject (attribute1 "attr38894") ) ) +(assert (myObject (attribute1 "attr38895") ) ) +(assert (myObject (attribute1 "attr38896") ) ) +(assert (myObject (attribute1 "attr38897") ) ) +(assert (myObject (attribute1 "attr38898") ) ) +(assert (myObject (attribute1 "attr38899") ) ) +(assert (myObject (attribute1 "attr38900") ) ) +(assert (myObject (attribute1 "attr38901") ) ) +(assert (myObject (attribute1 "attr38902") ) ) +(assert (myObject (attribute1 "attr38903") ) ) +(assert (myObject (attribute1 "attr38904") ) ) +(assert (myObject (attribute1 "attr38905") ) ) +(assert (myObject (attribute1 "attr38906") ) ) +(assert (myObject (attribute1 "attr38907") ) ) +(assert (myObject (attribute1 "attr38908") ) ) +(assert (myObject (attribute1 "attr38909") ) ) +(assert (myObject (attribute1 "attr38910") ) ) +(assert (myObject (attribute1 "attr38911") ) ) +(assert (myObject (attribute1 "attr38912") ) ) +(assert (myObject (attribute1 "attr38913") ) ) +(assert (myObject (attribute1 "attr38914") ) ) +(assert (myObject (attribute1 "attr38915") ) ) +(assert (myObject (attribute1 "attr38916") ) ) +(assert (myObject (attribute1 "attr38917") ) ) +(assert (myObject (attribute1 "attr38918") ) ) +(assert (myObject (attribute1 "attr38919") ) ) +(assert (myObject (attribute1 "attr38920") ) ) +(assert (myObject (attribute1 "attr38921") ) ) +(assert (myObject (attribute1 "attr38922") ) ) +(assert (myObject (attribute1 "attr38923") ) ) +(assert (myObject (attribute1 "attr38924") ) ) +(assert (myObject (attribute1 "attr38925") ) ) +(assert (myObject (attribute1 "attr38926") ) ) +(assert (myObject (attribute1 "attr38927") ) ) +(assert (myObject (attribute1 "attr38928") ) ) +(assert (myObject (attribute1 "attr38929") ) ) +(assert (myObject (attribute1 "attr38930") ) ) +(assert (myObject (attribute1 "attr38931") ) ) +(assert (myObject (attribute1 "attr38932") ) ) +(assert (myObject (attribute1 "attr38933") ) ) +(assert (myObject (attribute1 "attr38934") ) ) +(assert (myObject (attribute1 "attr38935") ) ) +(assert (myObject (attribute1 "attr38936") ) ) +(assert (myObject (attribute1 "attr38937") ) ) +(assert (myObject (attribute1 "attr38938") ) ) +(assert (myObject (attribute1 "attr38939") ) ) +(assert (myObject (attribute1 "attr38940") ) ) +(assert (myObject (attribute1 "attr38941") ) ) +(assert (myObject (attribute1 "attr38942") ) ) +(assert (myObject (attribute1 "attr38943") ) ) +(assert (myObject (attribute1 "attr38944") ) ) +(assert (myObject (attribute1 "attr38945") ) ) +(assert (myObject (attribute1 "attr38946") ) ) +(assert (myObject (attribute1 "attr38947") ) ) +(assert (myObject (attribute1 "attr38948") ) ) +(assert (myObject (attribute1 "attr38949") ) ) +(assert (myObject (attribute1 "attr38950") ) ) +(assert (myObject (attribute1 "attr38951") ) ) +(assert (myObject (attribute1 "attr38952") ) ) +(assert (myObject (attribute1 "attr38953") ) ) +(assert (myObject (attribute1 "attr38954") ) ) +(assert (myObject (attribute1 "attr38955") ) ) +(assert (myObject (attribute1 "attr38956") ) ) +(assert (myObject (attribute1 "attr38957") ) ) +(assert (myObject (attribute1 "attr38958") ) ) +(assert (myObject (attribute1 "attr38959") ) ) +(assert (myObject (attribute1 "attr38960") ) ) +(assert (myObject (attribute1 "attr38961") ) ) +(assert (myObject (attribute1 "attr38962") ) ) +(assert (myObject (attribute1 "attr38963") ) ) +(assert (myObject (attribute1 "attr38964") ) ) +(assert (myObject (attribute1 "attr38965") ) ) +(assert (myObject (attribute1 "attr38966") ) ) +(assert (myObject (attribute1 "attr38967") ) ) +(assert (myObject (attribute1 "attr38968") ) ) +(assert (myObject (attribute1 "attr38969") ) ) +(assert (myObject (attribute1 "attr38970") ) ) +(assert (myObject (attribute1 "attr38971") ) ) +(assert (myObject (attribute1 "attr38972") ) ) +(assert (myObject (attribute1 "attr38973") ) ) +(assert (myObject (attribute1 "attr38974") ) ) +(assert (myObject (attribute1 "attr38975") ) ) +(assert (myObject (attribute1 "attr38976") ) ) +(assert (myObject (attribute1 "attr38977") ) ) +(assert (myObject (attribute1 "attr38978") ) ) +(assert (myObject (attribute1 "attr38979") ) ) +(assert (myObject (attribute1 "attr38980") ) ) +(assert (myObject (attribute1 "attr38981") ) ) +(assert (myObject (attribute1 "attr38982") ) ) +(assert (myObject (attribute1 "attr38983") ) ) +(assert (myObject (attribute1 "attr38984") ) ) +(assert (myObject (attribute1 "attr38985") ) ) +(assert (myObject (attribute1 "attr38986") ) ) +(assert (myObject (attribute1 "attr38987") ) ) +(assert (myObject (attribute1 "attr38988") ) ) +(assert (myObject (attribute1 "attr38989") ) ) +(assert (myObject (attribute1 "attr38990") ) ) +(assert (myObject (attribute1 "attr38991") ) ) +(assert (myObject (attribute1 "attr38992") ) ) +(assert (myObject (attribute1 "attr38993") ) ) +(assert (myObject (attribute1 "attr38994") ) ) +(assert (myObject (attribute1 "attr38995") ) ) +(assert (myObject (attribute1 "attr38996") ) ) +(assert (myObject (attribute1 "attr38997") ) ) +(assert (myObject (attribute1 "attr38998") ) ) +(assert (myObject (attribute1 "attr38999") ) ) +(assert (myObject (attribute1 "attr39000") ) ) +(assert (myObject (attribute1 "attr39001") ) ) +(assert (myObject (attribute1 "attr39002") ) ) +(assert (myObject (attribute1 "attr39003") ) ) +(assert (myObject (attribute1 "attr39004") ) ) +(assert (myObject (attribute1 "attr39005") ) ) +(assert (myObject (attribute1 "attr39006") ) ) +(assert (myObject (attribute1 "attr39007") ) ) +(assert (myObject (attribute1 "attr39008") ) ) +(assert (myObject (attribute1 "attr39009") ) ) +(assert (myObject (attribute1 "attr39010") ) ) +(assert (myObject (attribute1 "attr39011") ) ) +(assert (myObject (attribute1 "attr39012") ) ) +(assert (myObject (attribute1 "attr39013") ) ) +(assert (myObject (attribute1 "attr39014") ) ) +(assert (myObject (attribute1 "attr39015") ) ) +(assert (myObject (attribute1 "attr39016") ) ) +(assert (myObject (attribute1 "attr39017") ) ) +(assert (myObject (attribute1 "attr39018") ) ) +(assert (myObject (attribute1 "attr39019") ) ) +(assert (myObject (attribute1 "attr39020") ) ) +(assert (myObject (attribute1 "attr39021") ) ) +(assert (myObject (attribute1 "attr39022") ) ) +(assert (myObject (attribute1 "attr39023") ) ) +(assert (myObject (attribute1 "attr39024") ) ) +(assert (myObject (attribute1 "attr39025") ) ) +(assert (myObject (attribute1 "attr39026") ) ) +(assert (myObject (attribute1 "attr39027") ) ) +(assert (myObject (attribute1 "attr39028") ) ) +(assert (myObject (attribute1 "attr39029") ) ) +(assert (myObject (attribute1 "attr39030") ) ) +(assert (myObject (attribute1 "attr39031") ) ) +(assert (myObject (attribute1 "attr39032") ) ) +(assert (myObject (attribute1 "attr39033") ) ) +(assert (myObject (attribute1 "attr39034") ) ) +(assert (myObject (attribute1 "attr39035") ) ) +(assert (myObject (attribute1 "attr39036") ) ) +(assert (myObject (attribute1 "attr39037") ) ) +(assert (myObject (attribute1 "attr39038") ) ) +(assert (myObject (attribute1 "attr39039") ) ) +(assert (myObject (attribute1 "attr39040") ) ) +(assert (myObject (attribute1 "attr39041") ) ) +(assert (myObject (attribute1 "attr39042") ) ) +(assert (myObject (attribute1 "attr39043") ) ) +(assert (myObject (attribute1 "attr39044") ) ) +(assert (myObject (attribute1 "attr39045") ) ) +(assert (myObject (attribute1 "attr39046") ) ) +(assert (myObject (attribute1 "attr39047") ) ) +(assert (myObject (attribute1 "attr39048") ) ) +(assert (myObject (attribute1 "attr39049") ) ) +(assert (myObject (attribute1 "attr39050") ) ) +(assert (myObject (attribute1 "attr39051") ) ) +(assert (myObject (attribute1 "attr39052") ) ) +(assert (myObject (attribute1 "attr39053") ) ) +(assert (myObject (attribute1 "attr39054") ) ) +(assert (myObject (attribute1 "attr39055") ) ) +(assert (myObject (attribute1 "attr39056") ) ) +(assert (myObject (attribute1 "attr39057") ) ) +(assert (myObject (attribute1 "attr39058") ) ) +(assert (myObject (attribute1 "attr39059") ) ) +(assert (myObject (attribute1 "attr39060") ) ) +(assert (myObject (attribute1 "attr39061") ) ) +(assert (myObject (attribute1 "attr39062") ) ) +(assert (myObject (attribute1 "attr39063") ) ) +(assert (myObject (attribute1 "attr39064") ) ) +(assert (myObject (attribute1 "attr39065") ) ) +(assert (myObject (attribute1 "attr39066") ) ) +(assert (myObject (attribute1 "attr39067") ) ) +(assert (myObject (attribute1 "attr39068") ) ) +(assert (myObject (attribute1 "attr39069") ) ) +(assert (myObject (attribute1 "attr39070") ) ) +(assert (myObject (attribute1 "attr39071") ) ) +(assert (myObject (attribute1 "attr39072") ) ) +(assert (myObject (attribute1 "attr39073") ) ) +(assert (myObject (attribute1 "attr39074") ) ) +(assert (myObject (attribute1 "attr39075") ) ) +(assert (myObject (attribute1 "attr39076") ) ) +(assert (myObject (attribute1 "attr39077") ) ) +(assert (myObject (attribute1 "attr39078") ) ) +(assert (myObject (attribute1 "attr39079") ) ) +(assert (myObject (attribute1 "attr39080") ) ) +(assert (myObject (attribute1 "attr39081") ) ) +(assert (myObject (attribute1 "attr39082") ) ) +(assert (myObject (attribute1 "attr39083") ) ) +(assert (myObject (attribute1 "attr39084") ) ) +(assert (myObject (attribute1 "attr39085") ) ) +(assert (myObject (attribute1 "attr39086") ) ) +(assert (myObject (attribute1 "attr39087") ) ) +(assert (myObject (attribute1 "attr39088") ) ) +(assert (myObject (attribute1 "attr39089") ) ) +(assert (myObject (attribute1 "attr39090") ) ) +(assert (myObject (attribute1 "attr39091") ) ) +(assert (myObject (attribute1 "attr39092") ) ) +(assert (myObject (attribute1 "attr39093") ) ) +(assert (myObject (attribute1 "attr39094") ) ) +(assert (myObject (attribute1 "attr39095") ) ) +(assert (myObject (attribute1 "attr39096") ) ) +(assert (myObject (attribute1 "attr39097") ) ) +(assert (myObject (attribute1 "attr39098") ) ) +(assert (myObject (attribute1 "attr39099") ) ) +(assert (myObject (attribute1 "attr39100") ) ) +(assert (myObject (attribute1 "attr39101") ) ) +(assert (myObject (attribute1 "attr39102") ) ) +(assert (myObject (attribute1 "attr39103") ) ) +(assert (myObject (attribute1 "attr39104") ) ) +(assert (myObject (attribute1 "attr39105") ) ) +(assert (myObject (attribute1 "attr39106") ) ) +(assert (myObject (attribute1 "attr39107") ) ) +(assert (myObject (attribute1 "attr39108") ) ) +(assert (myObject (attribute1 "attr39109") ) ) +(assert (myObject (attribute1 "attr39110") ) ) +(assert (myObject (attribute1 "attr39111") ) ) +(assert (myObject (attribute1 "attr39112") ) ) +(assert (myObject (attribute1 "attr39113") ) ) +(assert (myObject (attribute1 "attr39114") ) ) +(assert (myObject (attribute1 "attr39115") ) ) +(assert (myObject (attribute1 "attr39116") ) ) +(assert (myObject (attribute1 "attr39117") ) ) +(assert (myObject (attribute1 "attr39118") ) ) +(assert (myObject (attribute1 "attr39119") ) ) +(assert (myObject (attribute1 "attr39120") ) ) +(assert (myObject (attribute1 "attr39121") ) ) +(assert (myObject (attribute1 "attr39122") ) ) +(assert (myObject (attribute1 "attr39123") ) ) +(assert (myObject (attribute1 "attr39124") ) ) +(assert (myObject (attribute1 "attr39125") ) ) +(assert (myObject (attribute1 "attr39126") ) ) +(assert (myObject (attribute1 "attr39127") ) ) +(assert (myObject (attribute1 "attr39128") ) ) +(assert (myObject (attribute1 "attr39129") ) ) +(assert (myObject (attribute1 "attr39130") ) ) +(assert (myObject (attribute1 "attr39131") ) ) +(assert (myObject (attribute1 "attr39132") ) ) +(assert (myObject (attribute1 "attr39133") ) ) +(assert (myObject (attribute1 "attr39134") ) ) +(assert (myObject (attribute1 "attr39135") ) ) +(assert (myObject (attribute1 "attr39136") ) ) +(assert (myObject (attribute1 "attr39137") ) ) +(assert (myObject (attribute1 "attr39138") ) ) +(assert (myObject (attribute1 "attr39139") ) ) +(assert (myObject (attribute1 "attr39140") ) ) +(assert (myObject (attribute1 "attr39141") ) ) +(assert (myObject (attribute1 "attr39142") ) ) +(assert (myObject (attribute1 "attr39143") ) ) +(assert (myObject (attribute1 "attr39144") ) ) +(assert (myObject (attribute1 "attr39145") ) ) +(assert (myObject (attribute1 "attr39146") ) ) +(assert (myObject (attribute1 "attr39147") ) ) +(assert (myObject (attribute1 "attr39148") ) ) +(assert (myObject (attribute1 "attr39149") ) ) +(assert (myObject (attribute1 "attr39150") ) ) +(assert (myObject (attribute1 "attr39151") ) ) +(assert (myObject (attribute1 "attr39152") ) ) +(assert (myObject (attribute1 "attr39153") ) ) +(assert (myObject (attribute1 "attr39154") ) ) +(assert (myObject (attribute1 "attr39155") ) ) +(assert (myObject (attribute1 "attr39156") ) ) +(assert (myObject (attribute1 "attr39157") ) ) +(assert (myObject (attribute1 "attr39158") ) ) +(assert (myObject (attribute1 "attr39159") ) ) +(assert (myObject (attribute1 "attr39160") ) ) +(assert (myObject (attribute1 "attr39161") ) ) +(assert (myObject (attribute1 "attr39162") ) ) +(assert (myObject (attribute1 "attr39163") ) ) +(assert (myObject (attribute1 "attr39164") ) ) +(assert (myObject (attribute1 "attr39165") ) ) +(assert (myObject (attribute1 "attr39166") ) ) +(assert (myObject (attribute1 "attr39167") ) ) +(assert (myObject (attribute1 "attr39168") ) ) +(assert (myObject (attribute1 "attr39169") ) ) +(assert (myObject (attribute1 "attr39170") ) ) +(assert (myObject (attribute1 "attr39171") ) ) +(assert (myObject (attribute1 "attr39172") ) ) +(assert (myObject (attribute1 "attr39173") ) ) +(assert (myObject (attribute1 "attr39174") ) ) +(assert (myObject (attribute1 "attr39175") ) ) +(assert (myObject (attribute1 "attr39176") ) ) +(assert (myObject (attribute1 "attr39177") ) ) +(assert (myObject (attribute1 "attr39178") ) ) +(assert (myObject (attribute1 "attr39179") ) ) +(assert (myObject (attribute1 "attr39180") ) ) +(assert (myObject (attribute1 "attr39181") ) ) +(assert (myObject (attribute1 "attr39182") ) ) +(assert (myObject (attribute1 "attr39183") ) ) +(assert (myObject (attribute1 "attr39184") ) ) +(assert (myObject (attribute1 "attr39185") ) ) +(assert (myObject (attribute1 "attr39186") ) ) +(assert (myObject (attribute1 "attr39187") ) ) +(assert (myObject (attribute1 "attr39188") ) ) +(assert (myObject (attribute1 "attr39189") ) ) +(assert (myObject (attribute1 "attr39190") ) ) +(assert (myObject (attribute1 "attr39191") ) ) +(assert (myObject (attribute1 "attr39192") ) ) +(assert (myObject (attribute1 "attr39193") ) ) +(assert (myObject (attribute1 "attr39194") ) ) +(assert (myObject (attribute1 "attr39195") ) ) +(assert (myObject (attribute1 "attr39196") ) ) +(assert (myObject (attribute1 "attr39197") ) ) +(assert (myObject (attribute1 "attr39198") ) ) +(assert (myObject (attribute1 "attr39199") ) ) +(assert (myObject (attribute1 "attr39200") ) ) +(assert (myObject (attribute1 "attr39201") ) ) +(assert (myObject (attribute1 "attr39202") ) ) +(assert (myObject (attribute1 "attr39203") ) ) +(assert (myObject (attribute1 "attr39204") ) ) +(assert (myObject (attribute1 "attr39205") ) ) +(assert (myObject (attribute1 "attr39206") ) ) +(assert (myObject (attribute1 "attr39207") ) ) +(assert (myObject (attribute1 "attr39208") ) ) +(assert (myObject (attribute1 "attr39209") ) ) +(assert (myObject (attribute1 "attr39210") ) ) +(assert (myObject (attribute1 "attr39211") ) ) +(assert (myObject (attribute1 "attr39212") ) ) +(assert (myObject (attribute1 "attr39213") ) ) +(assert (myObject (attribute1 "attr39214") ) ) +(assert (myObject (attribute1 "attr39215") ) ) +(assert (myObject (attribute1 "attr39216") ) ) +(assert (myObject (attribute1 "attr39217") ) ) +(assert (myObject (attribute1 "attr39218") ) ) +(assert (myObject (attribute1 "attr39219") ) ) +(assert (myObject (attribute1 "attr39220") ) ) +(assert (myObject (attribute1 "attr39221") ) ) +(assert (myObject (attribute1 "attr39222") ) ) +(assert (myObject (attribute1 "attr39223") ) ) +(assert (myObject (attribute1 "attr39224") ) ) +(assert (myObject (attribute1 "attr39225") ) ) +(assert (myObject (attribute1 "attr39226") ) ) +(assert (myObject (attribute1 "attr39227") ) ) +(assert (myObject (attribute1 "attr39228") ) ) +(assert (myObject (attribute1 "attr39229") ) ) +(assert (myObject (attribute1 "attr39230") ) ) +(assert (myObject (attribute1 "attr39231") ) ) +(assert (myObject (attribute1 "attr39232") ) ) +(assert (myObject (attribute1 "attr39233") ) ) +(assert (myObject (attribute1 "attr39234") ) ) +(assert (myObject (attribute1 "attr39235") ) ) +(assert (myObject (attribute1 "attr39236") ) ) +(assert (myObject (attribute1 "attr39237") ) ) +(assert (myObject (attribute1 "attr39238") ) ) +(assert (myObject (attribute1 "attr39239") ) ) +(assert (myObject (attribute1 "attr39240") ) ) +(assert (myObject (attribute1 "attr39241") ) ) +(assert (myObject (attribute1 "attr39242") ) ) +(assert (myObject (attribute1 "attr39243") ) ) +(assert (myObject (attribute1 "attr39244") ) ) +(assert (myObject (attribute1 "attr39245") ) ) +(assert (myObject (attribute1 "attr39246") ) ) +(assert (myObject (attribute1 "attr39247") ) ) +(assert (myObject (attribute1 "attr39248") ) ) +(assert (myObject (attribute1 "attr39249") ) ) +(assert (myObject (attribute1 "attr39250") ) ) +(assert (myObject (attribute1 "attr39251") ) ) +(assert (myObject (attribute1 "attr39252") ) ) +(assert (myObject (attribute1 "attr39253") ) ) +(assert (myObject (attribute1 "attr39254") ) ) +(assert (myObject (attribute1 "attr39255") ) ) +(assert (myObject (attribute1 "attr39256") ) ) +(assert (myObject (attribute1 "attr39257") ) ) +(assert (myObject (attribute1 "attr39258") ) ) +(assert (myObject (attribute1 "attr39259") ) ) +(assert (myObject (attribute1 "attr39260") ) ) +(assert (myObject (attribute1 "attr39261") ) ) +(assert (myObject (attribute1 "attr39262") ) ) +(assert (myObject (attribute1 "attr39263") ) ) +(assert (myObject (attribute1 "attr39264") ) ) +(assert (myObject (attribute1 "attr39265") ) ) +(assert (myObject (attribute1 "attr39266") ) ) +(assert (myObject (attribute1 "attr39267") ) ) +(assert (myObject (attribute1 "attr39268") ) ) +(assert (myObject (attribute1 "attr39269") ) ) +(assert (myObject (attribute1 "attr39270") ) ) +(assert (myObject (attribute1 "attr39271") ) ) +(assert (myObject (attribute1 "attr39272") ) ) +(assert (myObject (attribute1 "attr39273") ) ) +(assert (myObject (attribute1 "attr39274") ) ) +(assert (myObject (attribute1 "attr39275") ) ) +(assert (myObject (attribute1 "attr39276") ) ) +(assert (myObject (attribute1 "attr39277") ) ) +(assert (myObject (attribute1 "attr39278") ) ) +(assert (myObject (attribute1 "attr39279") ) ) +(assert (myObject (attribute1 "attr39280") ) ) +(assert (myObject (attribute1 "attr39281") ) ) +(assert (myObject (attribute1 "attr39282") ) ) +(assert (myObject (attribute1 "attr39283") ) ) +(assert (myObject (attribute1 "attr39284") ) ) +(assert (myObject (attribute1 "attr39285") ) ) +(assert (myObject (attribute1 "attr39286") ) ) +(assert (myObject (attribute1 "attr39287") ) ) +(assert (myObject (attribute1 "attr39288") ) ) +(assert (myObject (attribute1 "attr39289") ) ) +(assert (myObject (attribute1 "attr39290") ) ) +(assert (myObject (attribute1 "attr39291") ) ) +(assert (myObject (attribute1 "attr39292") ) ) +(assert (myObject (attribute1 "attr39293") ) ) +(assert (myObject (attribute1 "attr39294") ) ) +(assert (myObject (attribute1 "attr39295") ) ) +(assert (myObject (attribute1 "attr39296") ) ) +(assert (myObject (attribute1 "attr39297") ) ) +(assert (myObject (attribute1 "attr39298") ) ) +(assert (myObject (attribute1 "attr39299") ) ) +(assert (myObject (attribute1 "attr39300") ) ) +(assert (myObject (attribute1 "attr39301") ) ) +(assert (myObject (attribute1 "attr39302") ) ) +(assert (myObject (attribute1 "attr39303") ) ) +(assert (myObject (attribute1 "attr39304") ) ) +(assert (myObject (attribute1 "attr39305") ) ) +(assert (myObject (attribute1 "attr39306") ) ) +(assert (myObject (attribute1 "attr39307") ) ) +(assert (myObject (attribute1 "attr39308") ) ) +(assert (myObject (attribute1 "attr39309") ) ) +(assert (myObject (attribute1 "attr39310") ) ) +(assert (myObject (attribute1 "attr39311") ) ) +(assert (myObject (attribute1 "attr39312") ) ) +(assert (myObject (attribute1 "attr39313") ) ) +(assert (myObject (attribute1 "attr39314") ) ) +(assert (myObject (attribute1 "attr39315") ) ) +(assert (myObject (attribute1 "attr39316") ) ) +(assert (myObject (attribute1 "attr39317") ) ) +(assert (myObject (attribute1 "attr39318") ) ) +(assert (myObject (attribute1 "attr39319") ) ) +(assert (myObject (attribute1 "attr39320") ) ) +(assert (myObject (attribute1 "attr39321") ) ) +(assert (myObject (attribute1 "attr39322") ) ) +(assert (myObject (attribute1 "attr39323") ) ) +(assert (myObject (attribute1 "attr39324") ) ) +(assert (myObject (attribute1 "attr39325") ) ) +(assert (myObject (attribute1 "attr39326") ) ) +(assert (myObject (attribute1 "attr39327") ) ) +(assert (myObject (attribute1 "attr39328") ) ) +(assert (myObject (attribute1 "attr39329") ) ) +(assert (myObject (attribute1 "attr39330") ) ) +(assert (myObject (attribute1 "attr39331") ) ) +(assert (myObject (attribute1 "attr39332") ) ) +(assert (myObject (attribute1 "attr39333") ) ) +(assert (myObject (attribute1 "attr39334") ) ) +(assert (myObject (attribute1 "attr39335") ) ) +(assert (myObject (attribute1 "attr39336") ) ) +(assert (myObject (attribute1 "attr39337") ) ) +(assert (myObject (attribute1 "attr39338") ) ) +(assert (myObject (attribute1 "attr39339") ) ) +(assert (myObject (attribute1 "attr39340") ) ) +(assert (myObject (attribute1 "attr39341") ) ) +(assert (myObject (attribute1 "attr39342") ) ) +(assert (myObject (attribute1 "attr39343") ) ) +(assert (myObject (attribute1 "attr39344") ) ) +(assert (myObject (attribute1 "attr39345") ) ) +(assert (myObject (attribute1 "attr39346") ) ) +(assert (myObject (attribute1 "attr39347") ) ) +(assert (myObject (attribute1 "attr39348") ) ) +(assert (myObject (attribute1 "attr39349") ) ) +(assert (myObject (attribute1 "attr39350") ) ) +(assert (myObject (attribute1 "attr39351") ) ) +(assert (myObject (attribute1 "attr39352") ) ) +(assert (myObject (attribute1 "attr39353") ) ) +(assert (myObject (attribute1 "attr39354") ) ) +(assert (myObject (attribute1 "attr39355") ) ) +(assert (myObject (attribute1 "attr39356") ) ) +(assert (myObject (attribute1 "attr39357") ) ) +(assert (myObject (attribute1 "attr39358") ) ) +(assert (myObject (attribute1 "attr39359") ) ) +(assert (myObject (attribute1 "attr39360") ) ) +(assert (myObject (attribute1 "attr39361") ) ) +(assert (myObject (attribute1 "attr39362") ) ) +(assert (myObject (attribute1 "attr39363") ) ) +(assert (myObject (attribute1 "attr39364") ) ) +(assert (myObject (attribute1 "attr39365") ) ) +(assert (myObject (attribute1 "attr39366") ) ) +(assert (myObject (attribute1 "attr39367") ) ) +(assert (myObject (attribute1 "attr39368") ) ) +(assert (myObject (attribute1 "attr39369") ) ) +(assert (myObject (attribute1 "attr39370") ) ) +(assert (myObject (attribute1 "attr39371") ) ) +(assert (myObject (attribute1 "attr39372") ) ) +(assert (myObject (attribute1 "attr39373") ) ) +(assert (myObject (attribute1 "attr39374") ) ) +(assert (myObject (attribute1 "attr39375") ) ) +(assert (myObject (attribute1 "attr39376") ) ) +(assert (myObject (attribute1 "attr39377") ) ) +(assert (myObject (attribute1 "attr39378") ) ) +(assert (myObject (attribute1 "attr39379") ) ) +(assert (myObject (attribute1 "attr39380") ) ) +(assert (myObject (attribute1 "attr39381") ) ) +(assert (myObject (attribute1 "attr39382") ) ) +(assert (myObject (attribute1 "attr39383") ) ) +(assert (myObject (attribute1 "attr39384") ) ) +(assert (myObject (attribute1 "attr39385") ) ) +(assert (myObject (attribute1 "attr39386") ) ) +(assert (myObject (attribute1 "attr39387") ) ) +(assert (myObject (attribute1 "attr39388") ) ) +(assert (myObject (attribute1 "attr39389") ) ) +(assert (myObject (attribute1 "attr39390") ) ) +(assert (myObject (attribute1 "attr39391") ) ) +(assert (myObject (attribute1 "attr39392") ) ) +(assert (myObject (attribute1 "attr39393") ) ) +(assert (myObject (attribute1 "attr39394") ) ) +(assert (myObject (attribute1 "attr39395") ) ) +(assert (myObject (attribute1 "attr39396") ) ) +(assert (myObject (attribute1 "attr39397") ) ) +(assert (myObject (attribute1 "attr39398") ) ) +(assert (myObject (attribute1 "attr39399") ) ) +(assert (myObject (attribute1 "attr39400") ) ) +(assert (myObject (attribute1 "attr39401") ) ) +(assert (myObject (attribute1 "attr39402") ) ) +(assert (myObject (attribute1 "attr39403") ) ) +(assert (myObject (attribute1 "attr39404") ) ) +(assert (myObject (attribute1 "attr39405") ) ) +(assert (myObject (attribute1 "attr39406") ) ) +(assert (myObject (attribute1 "attr39407") ) ) +(assert (myObject (attribute1 "attr39408") ) ) +(assert (myObject (attribute1 "attr39409") ) ) +(assert (myObject (attribute1 "attr39410") ) ) +(assert (myObject (attribute1 "attr39411") ) ) +(assert (myObject (attribute1 "attr39412") ) ) +(assert (myObject (attribute1 "attr39413") ) ) +(assert (myObject (attribute1 "attr39414") ) ) +(assert (myObject (attribute1 "attr39415") ) ) +(assert (myObject (attribute1 "attr39416") ) ) +(assert (myObject (attribute1 "attr39417") ) ) +(assert (myObject (attribute1 "attr39418") ) ) +(assert (myObject (attribute1 "attr39419") ) ) +(assert (myObject (attribute1 "attr39420") ) ) +(assert (myObject (attribute1 "attr39421") ) ) +(assert (myObject (attribute1 "attr39422") ) ) +(assert (myObject (attribute1 "attr39423") ) ) +(assert (myObject (attribute1 "attr39424") ) ) +(assert (myObject (attribute1 "attr39425") ) ) +(assert (myObject (attribute1 "attr39426") ) ) +(assert (myObject (attribute1 "attr39427") ) ) +(assert (myObject (attribute1 "attr39428") ) ) +(assert (myObject (attribute1 "attr39429") ) ) +(assert (myObject (attribute1 "attr39430") ) ) +(assert (myObject (attribute1 "attr39431") ) ) +(assert (myObject (attribute1 "attr39432") ) ) +(assert (myObject (attribute1 "attr39433") ) ) +(assert (myObject (attribute1 "attr39434") ) ) +(assert (myObject (attribute1 "attr39435") ) ) +(assert (myObject (attribute1 "attr39436") ) ) +(assert (myObject (attribute1 "attr39437") ) ) +(assert (myObject (attribute1 "attr39438") ) ) +(assert (myObject (attribute1 "attr39439") ) ) +(assert (myObject (attribute1 "attr39440") ) ) +(assert (myObject (attribute1 "attr39441") ) ) +(assert (myObject (attribute1 "attr39442") ) ) +(assert (myObject (attribute1 "attr39443") ) ) +(assert (myObject (attribute1 "attr39444") ) ) +(assert (myObject (attribute1 "attr39445") ) ) +(assert (myObject (attribute1 "attr39446") ) ) +(assert (myObject (attribute1 "attr39447") ) ) +(assert (myObject (attribute1 "attr39448") ) ) +(assert (myObject (attribute1 "attr39449") ) ) +(assert (myObject (attribute1 "attr39450") ) ) +(assert (myObject (attribute1 "attr39451") ) ) +(assert (myObject (attribute1 "attr39452") ) ) +(assert (myObject (attribute1 "attr39453") ) ) +(assert (myObject (attribute1 "attr39454") ) ) +(assert (myObject (attribute1 "attr39455") ) ) +(assert (myObject (attribute1 "attr39456") ) ) +(assert (myObject (attribute1 "attr39457") ) ) +(assert (myObject (attribute1 "attr39458") ) ) +(assert (myObject (attribute1 "attr39459") ) ) +(assert (myObject (attribute1 "attr39460") ) ) +(assert (myObject (attribute1 "attr39461") ) ) +(assert (myObject (attribute1 "attr39462") ) ) +(assert (myObject (attribute1 "attr39463") ) ) +(assert (myObject (attribute1 "attr39464") ) ) +(assert (myObject (attribute1 "attr39465") ) ) +(assert (myObject (attribute1 "attr39466") ) ) +(assert (myObject (attribute1 "attr39467") ) ) +(assert (myObject (attribute1 "attr39468") ) ) +(assert (myObject (attribute1 "attr39469") ) ) +(assert (myObject (attribute1 "attr39470") ) ) +(assert (myObject (attribute1 "attr39471") ) ) +(assert (myObject (attribute1 "attr39472") ) ) +(assert (myObject (attribute1 "attr39473") ) ) +(assert (myObject (attribute1 "attr39474") ) ) +(assert (myObject (attribute1 "attr39475") ) ) +(assert (myObject (attribute1 "attr39476") ) ) +(assert (myObject (attribute1 "attr39477") ) ) +(assert (myObject (attribute1 "attr39478") ) ) +(assert (myObject (attribute1 "attr39479") ) ) +(assert (myObject (attribute1 "attr39480") ) ) +(assert (myObject (attribute1 "attr39481") ) ) +(assert (myObject (attribute1 "attr39482") ) ) +(assert (myObject (attribute1 "attr39483") ) ) +(assert (myObject (attribute1 "attr39484") ) ) +(assert (myObject (attribute1 "attr39485") ) ) +(assert (myObject (attribute1 "attr39486") ) ) +(assert (myObject (attribute1 "attr39487") ) ) +(assert (myObject (attribute1 "attr39488") ) ) +(assert (myObject (attribute1 "attr39489") ) ) +(assert (myObject (attribute1 "attr39490") ) ) +(assert (myObject (attribute1 "attr39491") ) ) +(assert (myObject (attribute1 "attr39492") ) ) +(assert (myObject (attribute1 "attr39493") ) ) +(assert (myObject (attribute1 "attr39494") ) ) +(assert (myObject (attribute1 "attr39495") ) ) +(assert (myObject (attribute1 "attr39496") ) ) +(assert (myObject (attribute1 "attr39497") ) ) +(assert (myObject (attribute1 "attr39498") ) ) +(assert (myObject (attribute1 "attr39499") ) ) +(assert (myObject (attribute1 "attr39500") ) ) +(assert (myObject (attribute1 "attr39501") ) ) +(assert (myObject (attribute1 "attr39502") ) ) +(assert (myObject (attribute1 "attr39503") ) ) +(assert (myObject (attribute1 "attr39504") ) ) +(assert (myObject (attribute1 "attr39505") ) ) +(assert (myObject (attribute1 "attr39506") ) ) +(assert (myObject (attribute1 "attr39507") ) ) +(assert (myObject (attribute1 "attr39508") ) ) +(assert (myObject (attribute1 "attr39509") ) ) +(assert (myObject (attribute1 "attr39510") ) ) +(assert (myObject (attribute1 "attr39511") ) ) +(assert (myObject (attribute1 "attr39512") ) ) +(assert (myObject (attribute1 "attr39513") ) ) +(assert (myObject (attribute1 "attr39514") ) ) +(assert (myObject (attribute1 "attr39515") ) ) +(assert (myObject (attribute1 "attr39516") ) ) +(assert (myObject (attribute1 "attr39517") ) ) +(assert (myObject (attribute1 "attr39518") ) ) +(assert (myObject (attribute1 "attr39519") ) ) +(assert (myObject (attribute1 "attr39520") ) ) +(assert (myObject (attribute1 "attr39521") ) ) +(assert (myObject (attribute1 "attr39522") ) ) +(assert (myObject (attribute1 "attr39523") ) ) +(assert (myObject (attribute1 "attr39524") ) ) +(assert (myObject (attribute1 "attr39525") ) ) +(assert (myObject (attribute1 "attr39526") ) ) +(assert (myObject (attribute1 "attr39527") ) ) +(assert (myObject (attribute1 "attr39528") ) ) +(assert (myObject (attribute1 "attr39529") ) ) +(assert (myObject (attribute1 "attr39530") ) ) +(assert (myObject (attribute1 "attr39531") ) ) +(assert (myObject (attribute1 "attr39532") ) ) +(assert (myObject (attribute1 "attr39533") ) ) +(assert (myObject (attribute1 "attr39534") ) ) +(assert (myObject (attribute1 "attr39535") ) ) +(assert (myObject (attribute1 "attr39536") ) ) +(assert (myObject (attribute1 "attr39537") ) ) +(assert (myObject (attribute1 "attr39538") ) ) +(assert (myObject (attribute1 "attr39539") ) ) +(assert (myObject (attribute1 "attr39540") ) ) +(assert (myObject (attribute1 "attr39541") ) ) +(assert (myObject (attribute1 "attr39542") ) ) +(assert (myObject (attribute1 "attr39543") ) ) +(assert (myObject (attribute1 "attr39544") ) ) +(assert (myObject (attribute1 "attr39545") ) ) +(assert (myObject (attribute1 "attr39546") ) ) +(assert (myObject (attribute1 "attr39547") ) ) +(assert (myObject (attribute1 "attr39548") ) ) +(assert (myObject (attribute1 "attr39549") ) ) +(assert (myObject (attribute1 "attr39550") ) ) +(assert (myObject (attribute1 "attr39551") ) ) +(assert (myObject (attribute1 "attr39552") ) ) +(assert (myObject (attribute1 "attr39553") ) ) +(assert (myObject (attribute1 "attr39554") ) ) +(assert (myObject (attribute1 "attr39555") ) ) +(assert (myObject (attribute1 "attr39556") ) ) +(assert (myObject (attribute1 "attr39557") ) ) +(assert (myObject (attribute1 "attr39558") ) ) +(assert (myObject (attribute1 "attr39559") ) ) +(assert (myObject (attribute1 "attr39560") ) ) +(assert (myObject (attribute1 "attr39561") ) ) +(assert (myObject (attribute1 "attr39562") ) ) +(assert (myObject (attribute1 "attr39563") ) ) +(assert (myObject (attribute1 "attr39564") ) ) +(assert (myObject (attribute1 "attr39565") ) ) +(assert (myObject (attribute1 "attr39566") ) ) +(assert (myObject (attribute1 "attr39567") ) ) +(assert (myObject (attribute1 "attr39568") ) ) +(assert (myObject (attribute1 "attr39569") ) ) +(assert (myObject (attribute1 "attr39570") ) ) +(assert (myObject (attribute1 "attr39571") ) ) +(assert (myObject (attribute1 "attr39572") ) ) +(assert (myObject (attribute1 "attr39573") ) ) +(assert (myObject (attribute1 "attr39574") ) ) +(assert (myObject (attribute1 "attr39575") ) ) +(assert (myObject (attribute1 "attr39576") ) ) +(assert (myObject (attribute1 "attr39577") ) ) +(assert (myObject (attribute1 "attr39578") ) ) +(assert (myObject (attribute1 "attr39579") ) ) +(assert (myObject (attribute1 "attr39580") ) ) +(assert (myObject (attribute1 "attr39581") ) ) +(assert (myObject (attribute1 "attr39582") ) ) +(assert (myObject (attribute1 "attr39583") ) ) +(assert (myObject (attribute1 "attr39584") ) ) +(assert (myObject (attribute1 "attr39585") ) ) +(assert (myObject (attribute1 "attr39586") ) ) +(assert (myObject (attribute1 "attr39587") ) ) +(assert (myObject (attribute1 "attr39588") ) ) +(assert (myObject (attribute1 "attr39589") ) ) +(assert (myObject (attribute1 "attr39590") ) ) +(assert (myObject (attribute1 "attr39591") ) ) +(assert (myObject (attribute1 "attr39592") ) ) +(assert (myObject (attribute1 "attr39593") ) ) +(assert (myObject (attribute1 "attr39594") ) ) +(assert (myObject (attribute1 "attr39595") ) ) +(assert (myObject (attribute1 "attr39596") ) ) +(assert (myObject (attribute1 "attr39597") ) ) +(assert (myObject (attribute1 "attr39598") ) ) +(assert (myObject (attribute1 "attr39599") ) ) +(assert (myObject (attribute1 "attr39600") ) ) +(assert (myObject (attribute1 "attr39601") ) ) +(assert (myObject (attribute1 "attr39602") ) ) +(assert (myObject (attribute1 "attr39603") ) ) +(assert (myObject (attribute1 "attr39604") ) ) +(assert (myObject (attribute1 "attr39605") ) ) +(assert (myObject (attribute1 "attr39606") ) ) +(assert (myObject (attribute1 "attr39607") ) ) +(assert (myObject (attribute1 "attr39608") ) ) +(assert (myObject (attribute1 "attr39609") ) ) +(assert (myObject (attribute1 "attr39610") ) ) +(assert (myObject (attribute1 "attr39611") ) ) +(assert (myObject (attribute1 "attr39612") ) ) +(assert (myObject (attribute1 "attr39613") ) ) +(assert (myObject (attribute1 "attr39614") ) ) +(assert (myObject (attribute1 "attr39615") ) ) +(assert (myObject (attribute1 "attr39616") ) ) +(assert (myObject (attribute1 "attr39617") ) ) +(assert (myObject (attribute1 "attr39618") ) ) +(assert (myObject (attribute1 "attr39619") ) ) +(assert (myObject (attribute1 "attr39620") ) ) +(assert (myObject (attribute1 "attr39621") ) ) +(assert (myObject (attribute1 "attr39622") ) ) +(assert (myObject (attribute1 "attr39623") ) ) +(assert (myObject (attribute1 "attr39624") ) ) +(assert (myObject (attribute1 "attr39625") ) ) +(assert (myObject (attribute1 "attr39626") ) ) +(assert (myObject (attribute1 "attr39627") ) ) +(assert (myObject (attribute1 "attr39628") ) ) +(assert (myObject (attribute1 "attr39629") ) ) +(assert (myObject (attribute1 "attr39630") ) ) +(assert (myObject (attribute1 "attr39631") ) ) +(assert (myObject (attribute1 "attr39632") ) ) +(assert (myObject (attribute1 "attr39633") ) ) +(assert (myObject (attribute1 "attr39634") ) ) +(assert (myObject (attribute1 "attr39635") ) ) +(assert (myObject (attribute1 "attr39636") ) ) +(assert (myObject (attribute1 "attr39637") ) ) +(assert (myObject (attribute1 "attr39638") ) ) +(assert (myObject (attribute1 "attr39639") ) ) +(assert (myObject (attribute1 "attr39640") ) ) +(assert (myObject (attribute1 "attr39641") ) ) +(assert (myObject (attribute1 "attr39642") ) ) +(assert (myObject (attribute1 "attr39643") ) ) +(assert (myObject (attribute1 "attr39644") ) ) +(assert (myObject (attribute1 "attr39645") ) ) +(assert (myObject (attribute1 "attr39646") ) ) +(assert (myObject (attribute1 "attr39647") ) ) +(assert (myObject (attribute1 "attr39648") ) ) +(assert (myObject (attribute1 "attr39649") ) ) +(assert (myObject (attribute1 "attr39650") ) ) +(assert (myObject (attribute1 "attr39651") ) ) +(assert (myObject (attribute1 "attr39652") ) ) +(assert (myObject (attribute1 "attr39653") ) ) +(assert (myObject (attribute1 "attr39654") ) ) +(assert (myObject (attribute1 "attr39655") ) ) +(assert (myObject (attribute1 "attr39656") ) ) +(assert (myObject (attribute1 "attr39657") ) ) +(assert (myObject (attribute1 "attr39658") ) ) +(assert (myObject (attribute1 "attr39659") ) ) +(assert (myObject (attribute1 "attr39660") ) ) +(assert (myObject (attribute1 "attr39661") ) ) +(assert (myObject (attribute1 "attr39662") ) ) +(assert (myObject (attribute1 "attr39663") ) ) +(assert (myObject (attribute1 "attr39664") ) ) +(assert (myObject (attribute1 "attr39665") ) ) +(assert (myObject (attribute1 "attr39666") ) ) +(assert (myObject (attribute1 "attr39667") ) ) +(assert (myObject (attribute1 "attr39668") ) ) +(assert (myObject (attribute1 "attr39669") ) ) +(assert (myObject (attribute1 "attr39670") ) ) +(assert (myObject (attribute1 "attr39671") ) ) +(assert (myObject (attribute1 "attr39672") ) ) +(assert (myObject (attribute1 "attr39673") ) ) +(assert (myObject (attribute1 "attr39674") ) ) +(assert (myObject (attribute1 "attr39675") ) ) +(assert (myObject (attribute1 "attr39676") ) ) +(assert (myObject (attribute1 "attr39677") ) ) +(assert (myObject (attribute1 "attr39678") ) ) +(assert (myObject (attribute1 "attr39679") ) ) +(assert (myObject (attribute1 "attr39680") ) ) +(assert (myObject (attribute1 "attr39681") ) ) +(assert (myObject (attribute1 "attr39682") ) ) +(assert (myObject (attribute1 "attr39683") ) ) +(assert (myObject (attribute1 "attr39684") ) ) +(assert (myObject (attribute1 "attr39685") ) ) +(assert (myObject (attribute1 "attr39686") ) ) +(assert (myObject (attribute1 "attr39687") ) ) +(assert (myObject (attribute1 "attr39688") ) ) +(assert (myObject (attribute1 "attr39689") ) ) +(assert (myObject (attribute1 "attr39690") ) ) +(assert (myObject (attribute1 "attr39691") ) ) +(assert (myObject (attribute1 "attr39692") ) ) +(assert (myObject (attribute1 "attr39693") ) ) +(assert (myObject (attribute1 "attr39694") ) ) +(assert (myObject (attribute1 "attr39695") ) ) +(assert (myObject (attribute1 "attr39696") ) ) +(assert (myObject (attribute1 "attr39697") ) ) +(assert (myObject (attribute1 "attr39698") ) ) +(assert (myObject (attribute1 "attr39699") ) ) +(assert (myObject (attribute1 "attr39700") ) ) +(assert (myObject (attribute1 "attr39701") ) ) +(assert (myObject (attribute1 "attr39702") ) ) +(assert (myObject (attribute1 "attr39703") ) ) +(assert (myObject (attribute1 "attr39704") ) ) +(assert (myObject (attribute1 "attr39705") ) ) +(assert (myObject (attribute1 "attr39706") ) ) +(assert (myObject (attribute1 "attr39707") ) ) +(assert (myObject (attribute1 "attr39708") ) ) +(assert (myObject (attribute1 "attr39709") ) ) +(assert (myObject (attribute1 "attr39710") ) ) +(assert (myObject (attribute1 "attr39711") ) ) +(assert (myObject (attribute1 "attr39712") ) ) +(assert (myObject (attribute1 "attr39713") ) ) +(assert (myObject (attribute1 "attr39714") ) ) +(assert (myObject (attribute1 "attr39715") ) ) +(assert (myObject (attribute1 "attr39716") ) ) +(assert (myObject (attribute1 "attr39717") ) ) +(assert (myObject (attribute1 "attr39718") ) ) +(assert (myObject (attribute1 "attr39719") ) ) +(assert (myObject (attribute1 "attr39720") ) ) +(assert (myObject (attribute1 "attr39721") ) ) +(assert (myObject (attribute1 "attr39722") ) ) +(assert (myObject (attribute1 "attr39723") ) ) +(assert (myObject (attribute1 "attr39724") ) ) +(assert (myObject (attribute1 "attr39725") ) ) +(assert (myObject (attribute1 "attr39726") ) ) +(assert (myObject (attribute1 "attr39727") ) ) +(assert (myObject (attribute1 "attr39728") ) ) +(assert (myObject (attribute1 "attr39729") ) ) +(assert (myObject (attribute1 "attr39730") ) ) +(assert (myObject (attribute1 "attr39731") ) ) +(assert (myObject (attribute1 "attr39732") ) ) +(assert (myObject (attribute1 "attr39733") ) ) +(assert (myObject (attribute1 "attr39734") ) ) +(assert (myObject (attribute1 "attr39735") ) ) +(assert (myObject (attribute1 "attr39736") ) ) +(assert (myObject (attribute1 "attr39737") ) ) +(assert (myObject (attribute1 "attr39738") ) ) +(assert (myObject (attribute1 "attr39739") ) ) +(assert (myObject (attribute1 "attr39740") ) ) +(assert (myObject (attribute1 "attr39741") ) ) +(assert (myObject (attribute1 "attr39742") ) ) +(assert (myObject (attribute1 "attr39743") ) ) +(assert (myObject (attribute1 "attr39744") ) ) +(assert (myObject (attribute1 "attr39745") ) ) +(assert (myObject (attribute1 "attr39746") ) ) +(assert (myObject (attribute1 "attr39747") ) ) +(assert (myObject (attribute1 "attr39748") ) ) +(assert (myObject (attribute1 "attr39749") ) ) +(assert (myObject (attribute1 "attr39750") ) ) +(assert (myObject (attribute1 "attr39751") ) ) +(assert (myObject (attribute1 "attr39752") ) ) +(assert (myObject (attribute1 "attr39753") ) ) +(assert (myObject (attribute1 "attr39754") ) ) +(assert (myObject (attribute1 "attr39755") ) ) +(assert (myObject (attribute1 "attr39756") ) ) +(assert (myObject (attribute1 "attr39757") ) ) +(assert (myObject (attribute1 "attr39758") ) ) +(assert (myObject (attribute1 "attr39759") ) ) +(assert (myObject (attribute1 "attr39760") ) ) +(assert (myObject (attribute1 "attr39761") ) ) +(assert (myObject (attribute1 "attr39762") ) ) +(assert (myObject (attribute1 "attr39763") ) ) +(assert (myObject (attribute1 "attr39764") ) ) +(assert (myObject (attribute1 "attr39765") ) ) +(assert (myObject (attribute1 "attr39766") ) ) +(assert (myObject (attribute1 "attr39767") ) ) +(assert (myObject (attribute1 "attr39768") ) ) +(assert (myObject (attribute1 "attr39769") ) ) +(assert (myObject (attribute1 "attr39770") ) ) +(assert (myObject (attribute1 "attr39771") ) ) +(assert (myObject (attribute1 "attr39772") ) ) +(assert (myObject (attribute1 "attr39773") ) ) +(assert (myObject (attribute1 "attr39774") ) ) +(assert (myObject (attribute1 "attr39775") ) ) +(assert (myObject (attribute1 "attr39776") ) ) +(assert (myObject (attribute1 "attr39777") ) ) +(assert (myObject (attribute1 "attr39778") ) ) +(assert (myObject (attribute1 "attr39779") ) ) +(assert (myObject (attribute1 "attr39780") ) ) +(assert (myObject (attribute1 "attr39781") ) ) +(assert (myObject (attribute1 "attr39782") ) ) +(assert (myObject (attribute1 "attr39783") ) ) +(assert (myObject (attribute1 "attr39784") ) ) +(assert (myObject (attribute1 "attr39785") ) ) +(assert (myObject (attribute1 "attr39786") ) ) +(assert (myObject (attribute1 "attr39787") ) ) +(assert (myObject (attribute1 "attr39788") ) ) +(assert (myObject (attribute1 "attr39789") ) ) +(assert (myObject (attribute1 "attr39790") ) ) +(assert (myObject (attribute1 "attr39791") ) ) +(assert (myObject (attribute1 "attr39792") ) ) +(assert (myObject (attribute1 "attr39793") ) ) +(assert (myObject (attribute1 "attr39794") ) ) +(assert (myObject (attribute1 "attr39795") ) ) +(assert (myObject (attribute1 "attr39796") ) ) +(assert (myObject (attribute1 "attr39797") ) ) +(assert (myObject (attribute1 "attr39798") ) ) +(assert (myObject (attribute1 "attr39799") ) ) +(assert (myObject (attribute1 "attr39800") ) ) +(assert (myObject (attribute1 "attr39801") ) ) +(assert (myObject (attribute1 "attr39802") ) ) +(assert (myObject (attribute1 "attr39803") ) ) +(assert (myObject (attribute1 "attr39804") ) ) +(assert (myObject (attribute1 "attr39805") ) ) +(assert (myObject (attribute1 "attr39806") ) ) +(assert (myObject (attribute1 "attr39807") ) ) +(assert (myObject (attribute1 "attr39808") ) ) +(assert (myObject (attribute1 "attr39809") ) ) +(assert (myObject (attribute1 "attr39810") ) ) +(assert (myObject (attribute1 "attr39811") ) ) +(assert (myObject (attribute1 "attr39812") ) ) +(assert (myObject (attribute1 "attr39813") ) ) +(assert (myObject (attribute1 "attr39814") ) ) +(assert (myObject (attribute1 "attr39815") ) ) +(assert (myObject (attribute1 "attr39816") ) ) +(assert (myObject (attribute1 "attr39817") ) ) +(assert (myObject (attribute1 "attr39818") ) ) +(assert (myObject (attribute1 "attr39819") ) ) +(assert (myObject (attribute1 "attr39820") ) ) +(assert (myObject (attribute1 "attr39821") ) ) +(assert (myObject (attribute1 "attr39822") ) ) +(assert (myObject (attribute1 "attr39823") ) ) +(assert (myObject (attribute1 "attr39824") ) ) +(assert (myObject (attribute1 "attr39825") ) ) +(assert (myObject (attribute1 "attr39826") ) ) +(assert (myObject (attribute1 "attr39827") ) ) +(assert (myObject (attribute1 "attr39828") ) ) +(assert (myObject (attribute1 "attr39829") ) ) +(assert (myObject (attribute1 "attr39830") ) ) +(assert (myObject (attribute1 "attr39831") ) ) +(assert (myObject (attribute1 "attr39832") ) ) +(assert (myObject (attribute1 "attr39833") ) ) +(assert (myObject (attribute1 "attr39834") ) ) +(assert (myObject (attribute1 "attr39835") ) ) +(assert (myObject (attribute1 "attr39836") ) ) +(assert (myObject (attribute1 "attr39837") ) ) +(assert (myObject (attribute1 "attr39838") ) ) +(assert (myObject (attribute1 "attr39839") ) ) +(assert (myObject (attribute1 "attr39840") ) ) +(assert (myObject (attribute1 "attr39841") ) ) +(assert (myObject (attribute1 "attr39842") ) ) +(assert (myObject (attribute1 "attr39843") ) ) +(assert (myObject (attribute1 "attr39844") ) ) +(assert (myObject (attribute1 "attr39845") ) ) +(assert (myObject (attribute1 "attr39846") ) ) +(assert (myObject (attribute1 "attr39847") ) ) +(assert (myObject (attribute1 "attr39848") ) ) +(assert (myObject (attribute1 "attr39849") ) ) +(assert (myObject (attribute1 "attr39850") ) ) +(assert (myObject (attribute1 "attr39851") ) ) +(assert (myObject (attribute1 "attr39852") ) ) +(assert (myObject (attribute1 "attr39853") ) ) +(assert (myObject (attribute1 "attr39854") ) ) +(assert (myObject (attribute1 "attr39855") ) ) +(assert (myObject (attribute1 "attr39856") ) ) +(assert (myObject (attribute1 "attr39857") ) ) +(assert (myObject (attribute1 "attr39858") ) ) +(assert (myObject (attribute1 "attr39859") ) ) +(assert (myObject (attribute1 "attr39860") ) ) +(assert (myObject (attribute1 "attr39861") ) ) +(assert (myObject (attribute1 "attr39862") ) ) +(assert (myObject (attribute1 "attr39863") ) ) +(assert (myObject (attribute1 "attr39864") ) ) +(assert (myObject (attribute1 "attr39865") ) ) +(assert (myObject (attribute1 "attr39866") ) ) +(assert (myObject (attribute1 "attr39867") ) ) +(assert (myObject (attribute1 "attr39868") ) ) +(assert (myObject (attribute1 "attr39869") ) ) +(assert (myObject (attribute1 "attr39870") ) ) +(assert (myObject (attribute1 "attr39871") ) ) +(assert (myObject (attribute1 "attr39872") ) ) +(assert (myObject (attribute1 "attr39873") ) ) +(assert (myObject (attribute1 "attr39874") ) ) +(assert (myObject (attribute1 "attr39875") ) ) +(assert (myObject (attribute1 "attr39876") ) ) +(assert (myObject (attribute1 "attr39877") ) ) +(assert (myObject (attribute1 "attr39878") ) ) +(assert (myObject (attribute1 "attr39879") ) ) +(assert (myObject (attribute1 "attr39880") ) ) +(assert (myObject (attribute1 "attr39881") ) ) +(assert (myObject (attribute1 "attr39882") ) ) +(assert (myObject (attribute1 "attr39883") ) ) +(assert (myObject (attribute1 "attr39884") ) ) +(assert (myObject (attribute1 "attr39885") ) ) +(assert (myObject (attribute1 "attr39886") ) ) +(assert (myObject (attribute1 "attr39887") ) ) +(assert (myObject (attribute1 "attr39888") ) ) +(assert (myObject (attribute1 "attr39889") ) ) +(assert (myObject (attribute1 "attr39890") ) ) +(assert (myObject (attribute1 "attr39891") ) ) +(assert (myObject (attribute1 "attr39892") ) ) +(assert (myObject (attribute1 "attr39893") ) ) +(assert (myObject (attribute1 "attr39894") ) ) +(assert (myObject (attribute1 "attr39895") ) ) +(assert (myObject (attribute1 "attr39896") ) ) +(assert (myObject (attribute1 "attr39897") ) ) +(assert (myObject (attribute1 "attr39898") ) ) +(assert (myObject (attribute1 "attr39899") ) ) +(assert (myObject (attribute1 "attr39900") ) ) +(assert (myObject (attribute1 "attr39901") ) ) +(assert (myObject (attribute1 "attr39902") ) ) +(assert (myObject (attribute1 "attr39903") ) ) +(assert (myObject (attribute1 "attr39904") ) ) +(assert (myObject (attribute1 "attr39905") ) ) +(assert (myObject (attribute1 "attr39906") ) ) +(assert (myObject (attribute1 "attr39907") ) ) +(assert (myObject (attribute1 "attr39908") ) ) +(assert (myObject (attribute1 "attr39909") ) ) +(assert (myObject (attribute1 "attr39910") ) ) +(assert (myObject (attribute1 "attr39911") ) ) +(assert (myObject (attribute1 "attr39912") ) ) +(assert (myObject (attribute1 "attr39913") ) ) +(assert (myObject (attribute1 "attr39914") ) ) +(assert (myObject (attribute1 "attr39915") ) ) +(assert (myObject (attribute1 "attr39916") ) ) +(assert (myObject (attribute1 "attr39917") ) ) +(assert (myObject (attribute1 "attr39918") ) ) +(assert (myObject (attribute1 "attr39919") ) ) +(assert (myObject (attribute1 "attr39920") ) ) +(assert (myObject (attribute1 "attr39921") ) ) +(assert (myObject (attribute1 "attr39922") ) ) +(assert (myObject (attribute1 "attr39923") ) ) +(assert (myObject (attribute1 "attr39924") ) ) +(assert (myObject (attribute1 "attr39925") ) ) +(assert (myObject (attribute1 "attr39926") ) ) +(assert (myObject (attribute1 "attr39927") ) ) +(assert (myObject (attribute1 "attr39928") ) ) +(assert (myObject (attribute1 "attr39929") ) ) +(assert (myObject (attribute1 "attr39930") ) ) +(assert (myObject (attribute1 "attr39931") ) ) +(assert (myObject (attribute1 "attr39932") ) ) +(assert (myObject (attribute1 "attr39933") ) ) +(assert (myObject (attribute1 "attr39934") ) ) +(assert (myObject (attribute1 "attr39935") ) ) +(assert (myObject (attribute1 "attr39936") ) ) +(assert (myObject (attribute1 "attr39937") ) ) +(assert (myObject (attribute1 "attr39938") ) ) +(assert (myObject (attribute1 "attr39939") ) ) +(assert (myObject (attribute1 "attr39940") ) ) +(assert (myObject (attribute1 "attr39941") ) ) +(assert (myObject (attribute1 "attr39942") ) ) +(assert (myObject (attribute1 "attr39943") ) ) +(assert (myObject (attribute1 "attr39944") ) ) +(assert (myObject (attribute1 "attr39945") ) ) +(assert (myObject (attribute1 "attr39946") ) ) +(assert (myObject (attribute1 "attr39947") ) ) +(assert (myObject (attribute1 "attr39948") ) ) +(assert (myObject (attribute1 "attr39949") ) ) +(assert (myObject (attribute1 "attr39950") ) ) +(assert (myObject (attribute1 "attr39951") ) ) +(assert (myObject (attribute1 "attr39952") ) ) +(assert (myObject (attribute1 "attr39953") ) ) +(assert (myObject (attribute1 "attr39954") ) ) +(assert (myObject (attribute1 "attr39955") ) ) +(assert (myObject (attribute1 "attr39956") ) ) +(assert (myObject (attribute1 "attr39957") ) ) +(assert (myObject (attribute1 "attr39958") ) ) +(assert (myObject (attribute1 "attr39959") ) ) +(assert (myObject (attribute1 "attr39960") ) ) +(assert (myObject (attribute1 "attr39961") ) ) +(assert (myObject (attribute1 "attr39962") ) ) +(assert (myObject (attribute1 "attr39963") ) ) +(assert (myObject (attribute1 "attr39964") ) ) +(assert (myObject (attribute1 "attr39965") ) ) +(assert (myObject (attribute1 "attr39966") ) ) +(assert (myObject (attribute1 "attr39967") ) ) +(assert (myObject (attribute1 "attr39968") ) ) +(assert (myObject (attribute1 "attr39969") ) ) +(assert (myObject (attribute1 "attr39970") ) ) +(assert (myObject (attribute1 "attr39971") ) ) +(assert (myObject (attribute1 "attr39972") ) ) +(assert (myObject (attribute1 "attr39973") ) ) +(assert (myObject (attribute1 "attr39974") ) ) +(assert (myObject (attribute1 "attr39975") ) ) +(assert (myObject (attribute1 "attr39976") ) ) +(assert (myObject (attribute1 "attr39977") ) ) +(assert (myObject (attribute1 "attr39978") ) ) +(assert (myObject (attribute1 "attr39979") ) ) +(assert (myObject (attribute1 "attr39980") ) ) +(assert (myObject (attribute1 "attr39981") ) ) +(assert (myObject (attribute1 "attr39982") ) ) +(assert (myObject (attribute1 "attr39983") ) ) +(assert (myObject (attribute1 "attr39984") ) ) +(assert (myObject (attribute1 "attr39985") ) ) +(assert (myObject (attribute1 "attr39986") ) ) +(assert (myObject (attribute1 "attr39987") ) ) +(assert (myObject (attribute1 "attr39988") ) ) +(assert (myObject (attribute1 "attr39989") ) ) +(assert (myObject (attribute1 "attr39990") ) ) +(assert (myObject (attribute1 "attr39991") ) ) +(assert (myObject (attribute1 "attr39992") ) ) +(assert (myObject (attribute1 "attr39993") ) ) +(assert (myObject (attribute1 "attr39994") ) ) +(assert (myObject (attribute1 "attr39995") ) ) +(assert (myObject (attribute1 "attr39996") ) ) +(assert (myObject (attribute1 "attr39997") ) ) +(assert (myObject (attribute1 "attr39998") ) ) +(assert (myObject (attribute1 "attr39999") ) ) +(assert (myObject (attribute1 "attr40000") ) ) +(assert (myObject (attribute1 "attr40001") ) ) +(assert (myObject (attribute1 "attr40002") ) ) +(assert (myObject (attribute1 "attr40003") ) ) +(assert (myObject (attribute1 "attr40004") ) ) +(assert (myObject (attribute1 "attr40005") ) ) +(assert (myObject (attribute1 "attr40006") ) ) +(assert (myObject (attribute1 "attr40007") ) ) +(assert (myObject (attribute1 "attr40008") ) ) +(assert (myObject (attribute1 "attr40009") ) ) +(assert (myObject (attribute1 "attr40010") ) ) +(assert (myObject (attribute1 "attr40011") ) ) +(assert (myObject (attribute1 "attr40012") ) ) +(assert (myObject (attribute1 "attr40013") ) ) +(assert (myObject (attribute1 "attr40014") ) ) +(assert (myObject (attribute1 "attr40015") ) ) +(assert (myObject (attribute1 "attr40016") ) ) +(assert (myObject (attribute1 "attr40017") ) ) +(assert (myObject (attribute1 "attr40018") ) ) +(assert (myObject (attribute1 "attr40019") ) ) +(assert (myObject (attribute1 "attr40020") ) ) +(assert (myObject (attribute1 "attr40021") ) ) +(assert (myObject (attribute1 "attr40022") ) ) +(assert (myObject (attribute1 "attr40023") ) ) +(assert (myObject (attribute1 "attr40024") ) ) +(assert (myObject (attribute1 "attr40025") ) ) +(assert (myObject (attribute1 "attr40026") ) ) +(assert (myObject (attribute1 "attr40027") ) ) +(assert (myObject (attribute1 "attr40028") ) ) +(assert (myObject (attribute1 "attr40029") ) ) +(assert (myObject (attribute1 "attr40030") ) ) +(assert (myObject (attribute1 "attr40031") ) ) +(assert (myObject (attribute1 "attr40032") ) ) +(assert (myObject (attribute1 "attr40033") ) ) +(assert (myObject (attribute1 "attr40034") ) ) +(assert (myObject (attribute1 "attr40035") ) ) +(assert (myObject (attribute1 "attr40036") ) ) +(assert (myObject (attribute1 "attr40037") ) ) +(assert (myObject (attribute1 "attr40038") ) ) +(assert (myObject (attribute1 "attr40039") ) ) +(assert (myObject (attribute1 "attr40040") ) ) +(assert (myObject (attribute1 "attr40041") ) ) +(assert (myObject (attribute1 "attr40042") ) ) +(assert (myObject (attribute1 "attr40043") ) ) +(assert (myObject (attribute1 "attr40044") ) ) +(assert (myObject (attribute1 "attr40045") ) ) +(assert (myObject (attribute1 "attr40046") ) ) +(assert (myObject (attribute1 "attr40047") ) ) +(assert (myObject (attribute1 "attr40048") ) ) +(assert (myObject (attribute1 "attr40049") ) ) +(assert (myObject (attribute1 "attr40050") ) ) +(assert (myObject (attribute1 "attr40051") ) ) +(assert (myObject (attribute1 "attr40052") ) ) +(assert (myObject (attribute1 "attr40053") ) ) +(assert (myObject (attribute1 "attr40054") ) ) +(assert (myObject (attribute1 "attr40055") ) ) +(assert (myObject (attribute1 "attr40056") ) ) +(assert (myObject (attribute1 "attr40057") ) ) +(assert (myObject (attribute1 "attr40058") ) ) +(assert (myObject (attribute1 "attr40059") ) ) +(assert (myObject (attribute1 "attr40060") ) ) +(assert (myObject (attribute1 "attr40061") ) ) +(assert (myObject (attribute1 "attr40062") ) ) +(assert (myObject (attribute1 "attr40063") ) ) +(assert (myObject (attribute1 "attr40064") ) ) +(assert (myObject (attribute1 "attr40065") ) ) +(assert (myObject (attribute1 "attr40066") ) ) +(assert (myObject (attribute1 "attr40067") ) ) +(assert (myObject (attribute1 "attr40068") ) ) +(assert (myObject (attribute1 "attr40069") ) ) +(assert (myObject (attribute1 "attr40070") ) ) +(assert (myObject (attribute1 "attr40071") ) ) +(assert (myObject (attribute1 "attr40072") ) ) +(assert (myObject (attribute1 "attr40073") ) ) +(assert (myObject (attribute1 "attr40074") ) ) +(assert (myObject (attribute1 "attr40075") ) ) +(assert (myObject (attribute1 "attr40076") ) ) +(assert (myObject (attribute1 "attr40077") ) ) +(assert (myObject (attribute1 "attr40078") ) ) +(assert (myObject (attribute1 "attr40079") ) ) +(assert (myObject (attribute1 "attr40080") ) ) +(assert (myObject (attribute1 "attr40081") ) ) +(assert (myObject (attribute1 "attr40082") ) ) +(assert (myObject (attribute1 "attr40083") ) ) +(assert (myObject (attribute1 "attr40084") ) ) +(assert (myObject (attribute1 "attr40085") ) ) +(assert (myObject (attribute1 "attr40086") ) ) +(assert (myObject (attribute1 "attr40087") ) ) +(assert (myObject (attribute1 "attr40088") ) ) +(assert (myObject (attribute1 "attr40089") ) ) +(assert (myObject (attribute1 "attr40090") ) ) +(assert (myObject (attribute1 "attr40091") ) ) +(assert (myObject (attribute1 "attr40092") ) ) +(assert (myObject (attribute1 "attr40093") ) ) +(assert (myObject (attribute1 "attr40094") ) ) +(assert (myObject (attribute1 "attr40095") ) ) +(assert (myObject (attribute1 "attr40096") ) ) +(assert (myObject (attribute1 "attr40097") ) ) +(assert (myObject (attribute1 "attr40098") ) ) +(assert (myObject (attribute1 "attr40099") ) ) +(assert (myObject (attribute1 "attr40100") ) ) +(assert (myObject (attribute1 "attr40101") ) ) +(assert (myObject (attribute1 "attr40102") ) ) +(assert (myObject (attribute1 "attr40103") ) ) +(assert (myObject (attribute1 "attr40104") ) ) +(assert (myObject (attribute1 "attr40105") ) ) +(assert (myObject (attribute1 "attr40106") ) ) +(assert (myObject (attribute1 "attr40107") ) ) +(assert (myObject (attribute1 "attr40108") ) ) +(assert (myObject (attribute1 "attr40109") ) ) +(assert (myObject (attribute1 "attr40110") ) ) +(assert (myObject (attribute1 "attr40111") ) ) +(assert (myObject (attribute1 "attr40112") ) ) +(assert (myObject (attribute1 "attr40113") ) ) +(assert (myObject (attribute1 "attr40114") ) ) +(assert (myObject (attribute1 "attr40115") ) ) +(assert (myObject (attribute1 "attr40116") ) ) +(assert (myObject (attribute1 "attr40117") ) ) +(assert (myObject (attribute1 "attr40118") ) ) +(assert (myObject (attribute1 "attr40119") ) ) +(assert (myObject (attribute1 "attr40120") ) ) +(assert (myObject (attribute1 "attr40121") ) ) +(assert (myObject (attribute1 "attr40122") ) ) +(assert (myObject (attribute1 "attr40123") ) ) +(assert (myObject (attribute1 "attr40124") ) ) +(assert (myObject (attribute1 "attr40125") ) ) +(assert (myObject (attribute1 "attr40126") ) ) +(assert (myObject (attribute1 "attr40127") ) ) +(assert (myObject (attribute1 "attr40128") ) ) +(assert (myObject (attribute1 "attr40129") ) ) +(assert (myObject (attribute1 "attr40130") ) ) +(assert (myObject (attribute1 "attr40131") ) ) +(assert (myObject (attribute1 "attr40132") ) ) +(assert (myObject (attribute1 "attr40133") ) ) +(assert (myObject (attribute1 "attr40134") ) ) +(assert (myObject (attribute1 "attr40135") ) ) +(assert (myObject (attribute1 "attr40136") ) ) +(assert (myObject (attribute1 "attr40137") ) ) +(assert (myObject (attribute1 "attr40138") ) ) +(assert (myObject (attribute1 "attr40139") ) ) +(assert (myObject (attribute1 "attr40140") ) ) +(assert (myObject (attribute1 "attr40141") ) ) +(assert (myObject (attribute1 "attr40142") ) ) +(assert (myObject (attribute1 "attr40143") ) ) +(assert (myObject (attribute1 "attr40144") ) ) +(assert (myObject (attribute1 "attr40145") ) ) +(assert (myObject (attribute1 "attr40146") ) ) +(assert (myObject (attribute1 "attr40147") ) ) +(assert (myObject (attribute1 "attr40148") ) ) +(assert (myObject (attribute1 "attr40149") ) ) +(assert (myObject (attribute1 "attr40150") ) ) +(assert (myObject (attribute1 "attr40151") ) ) +(assert (myObject (attribute1 "attr40152") ) ) +(assert (myObject (attribute1 "attr40153") ) ) +(assert (myObject (attribute1 "attr40154") ) ) +(assert (myObject (attribute1 "attr40155") ) ) +(assert (myObject (attribute1 "attr40156") ) ) +(assert (myObject (attribute1 "attr40157") ) ) +(assert (myObject (attribute1 "attr40158") ) ) +(assert (myObject (attribute1 "attr40159") ) ) +(assert (myObject (attribute1 "attr40160") ) ) +(assert (myObject (attribute1 "attr40161") ) ) +(assert (myObject (attribute1 "attr40162") ) ) +(assert (myObject (attribute1 "attr40163") ) ) +(assert (myObject (attribute1 "attr40164") ) ) +(assert (myObject (attribute1 "attr40165") ) ) +(assert (myObject (attribute1 "attr40166") ) ) +(assert (myObject (attribute1 "attr40167") ) ) +(assert (myObject (attribute1 "attr40168") ) ) +(assert (myObject (attribute1 "attr40169") ) ) +(assert (myObject (attribute1 "attr40170") ) ) +(assert (myObject (attribute1 "attr40171") ) ) +(assert (myObject (attribute1 "attr40172") ) ) +(assert (myObject (attribute1 "attr40173") ) ) +(assert (myObject (attribute1 "attr40174") ) ) +(assert (myObject (attribute1 "attr40175") ) ) +(assert (myObject (attribute1 "attr40176") ) ) +(assert (myObject (attribute1 "attr40177") ) ) +(assert (myObject (attribute1 "attr40178") ) ) +(assert (myObject (attribute1 "attr40179") ) ) +(assert (myObject (attribute1 "attr40180") ) ) +(assert (myObject (attribute1 "attr40181") ) ) +(assert (myObject (attribute1 "attr40182") ) ) +(assert (myObject (attribute1 "attr40183") ) ) +(assert (myObject (attribute1 "attr40184") ) ) +(assert (myObject (attribute1 "attr40185") ) ) +(assert (myObject (attribute1 "attr40186") ) ) +(assert (myObject (attribute1 "attr40187") ) ) +(assert (myObject (attribute1 "attr40188") ) ) +(assert (myObject (attribute1 "attr40189") ) ) +(assert (myObject (attribute1 "attr40190") ) ) +(assert (myObject (attribute1 "attr40191") ) ) +(assert (myObject (attribute1 "attr40192") ) ) +(assert (myObject (attribute1 "attr40193") ) ) +(assert (myObject (attribute1 "attr40194") ) ) +(assert (myObject (attribute1 "attr40195") ) ) +(assert (myObject (attribute1 "attr40196") ) ) +(assert (myObject (attribute1 "attr40197") ) ) +(assert (myObject (attribute1 "attr40198") ) ) +(assert (myObject (attribute1 "attr40199") ) ) +(assert (myObject (attribute1 "attr40200") ) ) +(assert (myObject (attribute1 "attr40201") ) ) +(assert (myObject (attribute1 "attr40202") ) ) +(assert (myObject (attribute1 "attr40203") ) ) +(assert (myObject (attribute1 "attr40204") ) ) +(assert (myObject (attribute1 "attr40205") ) ) +(assert (myObject (attribute1 "attr40206") ) ) +(assert (myObject (attribute1 "attr40207") ) ) +(assert (myObject (attribute1 "attr40208") ) ) +(assert (myObject (attribute1 "attr40209") ) ) +(assert (myObject (attribute1 "attr40210") ) ) +(assert (myObject (attribute1 "attr40211") ) ) +(assert (myObject (attribute1 "attr40212") ) ) +(assert (myObject (attribute1 "attr40213") ) ) +(assert (myObject (attribute1 "attr40214") ) ) +(assert (myObject (attribute1 "attr40215") ) ) +(assert (myObject (attribute1 "attr40216") ) ) +(assert (myObject (attribute1 "attr40217") ) ) +(assert (myObject (attribute1 "attr40218") ) ) +(assert (myObject (attribute1 "attr40219") ) ) +(assert (myObject (attribute1 "attr40220") ) ) +(assert (myObject (attribute1 "attr40221") ) ) +(assert (myObject (attribute1 "attr40222") ) ) +(assert (myObject (attribute1 "attr40223") ) ) +(assert (myObject (attribute1 "attr40224") ) ) +(assert (myObject (attribute1 "attr40225") ) ) +(assert (myObject (attribute1 "attr40226") ) ) +(assert (myObject (attribute1 "attr40227") ) ) +(assert (myObject (attribute1 "attr40228") ) ) +(assert (myObject (attribute1 "attr40229") ) ) +(assert (myObject (attribute1 "attr40230") ) ) +(assert (myObject (attribute1 "attr40231") ) ) +(assert (myObject (attribute1 "attr40232") ) ) +(assert (myObject (attribute1 "attr40233") ) ) +(assert (myObject (attribute1 "attr40234") ) ) +(assert (myObject (attribute1 "attr40235") ) ) +(assert (myObject (attribute1 "attr40236") ) ) +(assert (myObject (attribute1 "attr40237") ) ) +(assert (myObject (attribute1 "attr40238") ) ) +(assert (myObject (attribute1 "attr40239") ) ) +(assert (myObject (attribute1 "attr40240") ) ) +(assert (myObject (attribute1 "attr40241") ) ) +(assert (myObject (attribute1 "attr40242") ) ) +(assert (myObject (attribute1 "attr40243") ) ) +(assert (myObject (attribute1 "attr40244") ) ) +(assert (myObject (attribute1 "attr40245") ) ) +(assert (myObject (attribute1 "attr40246") ) ) +(assert (myObject (attribute1 "attr40247") ) ) +(assert (myObject (attribute1 "attr40248") ) ) +(assert (myObject (attribute1 "attr40249") ) ) +(assert (myObject (attribute1 "attr40250") ) ) +(assert (myObject (attribute1 "attr40251") ) ) +(assert (myObject (attribute1 "attr40252") ) ) +(assert (myObject (attribute1 "attr40253") ) ) +(assert (myObject (attribute1 "attr40254") ) ) +(assert (myObject (attribute1 "attr40255") ) ) +(assert (myObject (attribute1 "attr40256") ) ) +(assert (myObject (attribute1 "attr40257") ) ) +(assert (myObject (attribute1 "attr40258") ) ) +(assert (myObject (attribute1 "attr40259") ) ) +(assert (myObject (attribute1 "attr40260") ) ) +(assert (myObject (attribute1 "attr40261") ) ) +(assert (myObject (attribute1 "attr40262") ) ) +(assert (myObject (attribute1 "attr40263") ) ) +(assert (myObject (attribute1 "attr40264") ) ) +(assert (myObject (attribute1 "attr40265") ) ) +(assert (myObject (attribute1 "attr40266") ) ) +(assert (myObject (attribute1 "attr40267") ) ) +(assert (myObject (attribute1 "attr40268") ) ) +(assert (myObject (attribute1 "attr40269") ) ) +(assert (myObject (attribute1 "attr40270") ) ) +(assert (myObject (attribute1 "attr40271") ) ) +(assert (myObject (attribute1 "attr40272") ) ) +(assert (myObject (attribute1 "attr40273") ) ) +(assert (myObject (attribute1 "attr40274") ) ) +(assert (myObject (attribute1 "attr40275") ) ) +(assert (myObject (attribute1 "attr40276") ) ) +(assert (myObject (attribute1 "attr40277") ) ) +(assert (myObject (attribute1 "attr40278") ) ) +(assert (myObject (attribute1 "attr40279") ) ) +(assert (myObject (attribute1 "attr40280") ) ) +(assert (myObject (attribute1 "attr40281") ) ) +(assert (myObject (attribute1 "attr40282") ) ) +(assert (myObject (attribute1 "attr40283") ) ) +(assert (myObject (attribute1 "attr40284") ) ) +(assert (myObject (attribute1 "attr40285") ) ) +(assert (myObject (attribute1 "attr40286") ) ) +(assert (myObject (attribute1 "attr40287") ) ) +(assert (myObject (attribute1 "attr40288") ) ) +(assert (myObject (attribute1 "attr40289") ) ) +(assert (myObject (attribute1 "attr40290") ) ) +(assert (myObject (attribute1 "attr40291") ) ) +(assert (myObject (attribute1 "attr40292") ) ) +(assert (myObject (attribute1 "attr40293") ) ) +(assert (myObject (attribute1 "attr40294") ) ) +(assert (myObject (attribute1 "attr40295") ) ) +(assert (myObject (attribute1 "attr40296") ) ) +(assert (myObject (attribute1 "attr40297") ) ) +(assert (myObject (attribute1 "attr40298") ) ) +(assert (myObject (attribute1 "attr40299") ) ) +(assert (myObject (attribute1 "attr40300") ) ) +(assert (myObject (attribute1 "attr40301") ) ) +(assert (myObject (attribute1 "attr40302") ) ) +(assert (myObject (attribute1 "attr40303") ) ) +(assert (myObject (attribute1 "attr40304") ) ) +(assert (myObject (attribute1 "attr40305") ) ) +(assert (myObject (attribute1 "attr40306") ) ) +(assert (myObject (attribute1 "attr40307") ) ) +(assert (myObject (attribute1 "attr40308") ) ) +(assert (myObject (attribute1 "attr40309") ) ) +(assert (myObject (attribute1 "attr40310") ) ) +(assert (myObject (attribute1 "attr40311") ) ) +(assert (myObject (attribute1 "attr40312") ) ) +(assert (myObject (attribute1 "attr40313") ) ) +(assert (myObject (attribute1 "attr40314") ) ) +(assert (myObject (attribute1 "attr40315") ) ) +(assert (myObject (attribute1 "attr40316") ) ) +(assert (myObject (attribute1 "attr40317") ) ) +(assert (myObject (attribute1 "attr40318") ) ) +(assert (myObject (attribute1 "attr40319") ) ) +(assert (myObject (attribute1 "attr40320") ) ) +(assert (myObject (attribute1 "attr40321") ) ) +(assert (myObject (attribute1 "attr40322") ) ) +(assert (myObject (attribute1 "attr40323") ) ) +(assert (myObject (attribute1 "attr40324") ) ) +(assert (myObject (attribute1 "attr40325") ) ) +(assert (myObject (attribute1 "attr40326") ) ) +(assert (myObject (attribute1 "attr40327") ) ) +(assert (myObject (attribute1 "attr40328") ) ) +(assert (myObject (attribute1 "attr40329") ) ) +(assert (myObject (attribute1 "attr40330") ) ) +(assert (myObject (attribute1 "attr40331") ) ) +(assert (myObject (attribute1 "attr40332") ) ) +(assert (myObject (attribute1 "attr40333") ) ) +(assert (myObject (attribute1 "attr40334") ) ) +(assert (myObject (attribute1 "attr40335") ) ) +(assert (myObject (attribute1 "attr40336") ) ) +(assert (myObject (attribute1 "attr40337") ) ) +(assert (myObject (attribute1 "attr40338") ) ) +(assert (myObject (attribute1 "attr40339") ) ) +(assert (myObject (attribute1 "attr40340") ) ) +(assert (myObject (attribute1 "attr40341") ) ) +(assert (myObject (attribute1 "attr40342") ) ) +(assert (myObject (attribute1 "attr40343") ) ) +(assert (myObject (attribute1 "attr40344") ) ) +(assert (myObject (attribute1 "attr40345") ) ) +(assert (myObject (attribute1 "attr40346") ) ) +(assert (myObject (attribute1 "attr40347") ) ) +(assert (myObject (attribute1 "attr40348") ) ) +(assert (myObject (attribute1 "attr40349") ) ) +(assert (myObject (attribute1 "attr40350") ) ) +(assert (myObject (attribute1 "attr40351") ) ) +(assert (myObject (attribute1 "attr40352") ) ) +(assert (myObject (attribute1 "attr40353") ) ) +(assert (myObject (attribute1 "attr40354") ) ) +(assert (myObject (attribute1 "attr40355") ) ) +(assert (myObject (attribute1 "attr40356") ) ) +(assert (myObject (attribute1 "attr40357") ) ) +(assert (myObject (attribute1 "attr40358") ) ) +(assert (myObject (attribute1 "attr40359") ) ) +(assert (myObject (attribute1 "attr40360") ) ) +(assert (myObject (attribute1 "attr40361") ) ) +(assert (myObject (attribute1 "attr40362") ) ) +(assert (myObject (attribute1 "attr40363") ) ) +(assert (myObject (attribute1 "attr40364") ) ) +(assert (myObject (attribute1 "attr40365") ) ) +(assert (myObject (attribute1 "attr40366") ) ) +(assert (myObject (attribute1 "attr40367") ) ) +(assert (myObject (attribute1 "attr40368") ) ) +(assert (myObject (attribute1 "attr40369") ) ) +(assert (myObject (attribute1 "attr40370") ) ) +(assert (myObject (attribute1 "attr40371") ) ) +(assert (myObject (attribute1 "attr40372") ) ) +(assert (myObject (attribute1 "attr40373") ) ) +(assert (myObject (attribute1 "attr40374") ) ) +(assert (myObject (attribute1 "attr40375") ) ) +(assert (myObject (attribute1 "attr40376") ) ) +(assert (myObject (attribute1 "attr40377") ) ) +(assert (myObject (attribute1 "attr40378") ) ) +(assert (myObject (attribute1 "attr40379") ) ) +(assert (myObject (attribute1 "attr40380") ) ) +(assert (myObject (attribute1 "attr40381") ) ) +(assert (myObject (attribute1 "attr40382") ) ) +(assert (myObject (attribute1 "attr40383") ) ) +(assert (myObject (attribute1 "attr40384") ) ) +(assert (myObject (attribute1 "attr40385") ) ) +(assert (myObject (attribute1 "attr40386") ) ) +(assert (myObject (attribute1 "attr40387") ) ) +(assert (myObject (attribute1 "attr40388") ) ) +(assert (myObject (attribute1 "attr40389") ) ) +(assert (myObject (attribute1 "attr40390") ) ) +(assert (myObject (attribute1 "attr40391") ) ) +(assert (myObject (attribute1 "attr40392") ) ) +(assert (myObject (attribute1 "attr40393") ) ) +(assert (myObject (attribute1 "attr40394") ) ) +(assert (myObject (attribute1 "attr40395") ) ) +(assert (myObject (attribute1 "attr40396") ) ) +(assert (myObject (attribute1 "attr40397") ) ) +(assert (myObject (attribute1 "attr40398") ) ) +(assert (myObject (attribute1 "attr40399") ) ) +(assert (myObject (attribute1 "attr40400") ) ) +(assert (myObject (attribute1 "attr40401") ) ) +(assert (myObject (attribute1 "attr40402") ) ) +(assert (myObject (attribute1 "attr40403") ) ) +(assert (myObject (attribute1 "attr40404") ) ) +(assert (myObject (attribute1 "attr40405") ) ) +(assert (myObject (attribute1 "attr40406") ) ) +(assert (myObject (attribute1 "attr40407") ) ) +(assert (myObject (attribute1 "attr40408") ) ) +(assert (myObject (attribute1 "attr40409") ) ) +(assert (myObject (attribute1 "attr40410") ) ) +(assert (myObject (attribute1 "attr40411") ) ) +(assert (myObject (attribute1 "attr40412") ) ) +(assert (myObject (attribute1 "attr40413") ) ) +(assert (myObject (attribute1 "attr40414") ) ) +(assert (myObject (attribute1 "attr40415") ) ) +(assert (myObject (attribute1 "attr40416") ) ) +(assert (myObject (attribute1 "attr40417") ) ) +(assert (myObject (attribute1 "attr40418") ) ) +(assert (myObject (attribute1 "attr40419") ) ) +(assert (myObject (attribute1 "attr40420") ) ) +(assert (myObject (attribute1 "attr40421") ) ) +(assert (myObject (attribute1 "attr40422") ) ) +(assert (myObject (attribute1 "attr40423") ) ) +(assert (myObject (attribute1 "attr40424") ) ) +(assert (myObject (attribute1 "attr40425") ) ) +(assert (myObject (attribute1 "attr40426") ) ) +(assert (myObject (attribute1 "attr40427") ) ) +(assert (myObject (attribute1 "attr40428") ) ) +(assert (myObject (attribute1 "attr40429") ) ) +(assert (myObject (attribute1 "attr40430") ) ) +(assert (myObject (attribute1 "attr40431") ) ) +(assert (myObject (attribute1 "attr40432") ) ) +(assert (myObject (attribute1 "attr40433") ) ) +(assert (myObject (attribute1 "attr40434") ) ) +(assert (myObject (attribute1 "attr40435") ) ) +(assert (myObject (attribute1 "attr40436") ) ) +(assert (myObject (attribute1 "attr40437") ) ) +(assert (myObject (attribute1 "attr40438") ) ) +(assert (myObject (attribute1 "attr40439") ) ) +(assert (myObject (attribute1 "attr40440") ) ) +(assert (myObject (attribute1 "attr40441") ) ) +(assert (myObject (attribute1 "attr40442") ) ) +(assert (myObject (attribute1 "attr40443") ) ) +(assert (myObject (attribute1 "attr40444") ) ) +(assert (myObject (attribute1 "attr40445") ) ) +(assert (myObject (attribute1 "attr40446") ) ) +(assert (myObject (attribute1 "attr40447") ) ) +(assert (myObject (attribute1 "attr40448") ) ) +(assert (myObject (attribute1 "attr40449") ) ) +(assert (myObject (attribute1 "attr40450") ) ) +(assert (myObject (attribute1 "attr40451") ) ) +(assert (myObject (attribute1 "attr40452") ) ) +(assert (myObject (attribute1 "attr40453") ) ) +(assert (myObject (attribute1 "attr40454") ) ) +(assert (myObject (attribute1 "attr40455") ) ) +(assert (myObject (attribute1 "attr40456") ) ) +(assert (myObject (attribute1 "attr40457") ) ) +(assert (myObject (attribute1 "attr40458") ) ) +(assert (myObject (attribute1 "attr40459") ) ) +(assert (myObject (attribute1 "attr40460") ) ) +(assert (myObject (attribute1 "attr40461") ) ) +(assert (myObject (attribute1 "attr40462") ) ) +(assert (myObject (attribute1 "attr40463") ) ) +(assert (myObject (attribute1 "attr40464") ) ) +(assert (myObject (attribute1 "attr40465") ) ) +(assert (myObject (attribute1 "attr40466") ) ) +(assert (myObject (attribute1 "attr40467") ) ) +(assert (myObject (attribute1 "attr40468") ) ) +(assert (myObject (attribute1 "attr40469") ) ) +(assert (myObject (attribute1 "attr40470") ) ) +(assert (myObject (attribute1 "attr40471") ) ) +(assert (myObject (attribute1 "attr40472") ) ) +(assert (myObject (attribute1 "attr40473") ) ) +(assert (myObject (attribute1 "attr40474") ) ) +(assert (myObject (attribute1 "attr40475") ) ) +(assert (myObject (attribute1 "attr40476") ) ) +(assert (myObject (attribute1 "attr40477") ) ) +(assert (myObject (attribute1 "attr40478") ) ) +(assert (myObject (attribute1 "attr40479") ) ) +(assert (myObject (attribute1 "attr40480") ) ) +(assert (myObject (attribute1 "attr40481") ) ) +(assert (myObject (attribute1 "attr40482") ) ) +(assert (myObject (attribute1 "attr40483") ) ) +(assert (myObject (attribute1 "attr40484") ) ) +(assert (myObject (attribute1 "attr40485") ) ) +(assert (myObject (attribute1 "attr40486") ) ) +(assert (myObject (attribute1 "attr40487") ) ) +(assert (myObject (attribute1 "attr40488") ) ) +(assert (myObject (attribute1 "attr40489") ) ) +(assert (myObject (attribute1 "attr40490") ) ) +(assert (myObject (attribute1 "attr40491") ) ) +(assert (myObject (attribute1 "attr40492") ) ) +(assert (myObject (attribute1 "attr40493") ) ) +(assert (myObject (attribute1 "attr40494") ) ) +(assert (myObject (attribute1 "attr40495") ) ) +(assert (myObject (attribute1 "attr40496") ) ) +(assert (myObject (attribute1 "attr40497") ) ) +(assert (myObject (attribute1 "attr40498") ) ) +(assert (myObject (attribute1 "attr40499") ) ) +(assert (myObject (attribute1 "attr40500") ) ) +(assert (myObject (attribute1 "attr40501") ) ) +(assert (myObject (attribute1 "attr40502") ) ) +(assert (myObject (attribute1 "attr40503") ) ) +(assert (myObject (attribute1 "attr40504") ) ) +(assert (myObject (attribute1 "attr40505") ) ) +(assert (myObject (attribute1 "attr40506") ) ) +(assert (myObject (attribute1 "attr40507") ) ) +(assert (myObject (attribute1 "attr40508") ) ) +(assert (myObject (attribute1 "attr40509") ) ) +(assert (myObject (attribute1 "attr40510") ) ) +(assert (myObject (attribute1 "attr40511") ) ) +(assert (myObject (attribute1 "attr40512") ) ) +(assert (myObject (attribute1 "attr40513") ) ) +(assert (myObject (attribute1 "attr40514") ) ) +(assert (myObject (attribute1 "attr40515") ) ) +(assert (myObject (attribute1 "attr40516") ) ) +(assert (myObject (attribute1 "attr40517") ) ) +(assert (myObject (attribute1 "attr40518") ) ) +(assert (myObject (attribute1 "attr40519") ) ) +(assert (myObject (attribute1 "attr40520") ) ) +(assert (myObject (attribute1 "attr40521") ) ) +(assert (myObject (attribute1 "attr40522") ) ) +(assert (myObject (attribute1 "attr40523") ) ) +(assert (myObject (attribute1 "attr40524") ) ) +(assert (myObject (attribute1 "attr40525") ) ) +(assert (myObject (attribute1 "attr40526") ) ) +(assert (myObject (attribute1 "attr40527") ) ) +(assert (myObject (attribute1 "attr40528") ) ) +(assert (myObject (attribute1 "attr40529") ) ) +(assert (myObject (attribute1 "attr40530") ) ) +(assert (myObject (attribute1 "attr40531") ) ) +(assert (myObject (attribute1 "attr40532") ) ) +(assert (myObject (attribute1 "attr40533") ) ) +(assert (myObject (attribute1 "attr40534") ) ) +(assert (myObject (attribute1 "attr40535") ) ) +(assert (myObject (attribute1 "attr40536") ) ) +(assert (myObject (attribute1 "attr40537") ) ) +(assert (myObject (attribute1 "attr40538") ) ) +(assert (myObject (attribute1 "attr40539") ) ) +(assert (myObject (attribute1 "attr40540") ) ) +(assert (myObject (attribute1 "attr40541") ) ) +(assert (myObject (attribute1 "attr40542") ) ) +(assert (myObject (attribute1 "attr40543") ) ) +(assert (myObject (attribute1 "attr40544") ) ) +(assert (myObject (attribute1 "attr40545") ) ) +(assert (myObject (attribute1 "attr40546") ) ) +(assert (myObject (attribute1 "attr40547") ) ) +(assert (myObject (attribute1 "attr40548") ) ) +(assert (myObject (attribute1 "attr40549") ) ) +(assert (myObject (attribute1 "attr40550") ) ) +(assert (myObject (attribute1 "attr40551") ) ) +(assert (myObject (attribute1 "attr40552") ) ) +(assert (myObject (attribute1 "attr40553") ) ) +(assert (myObject (attribute1 "attr40554") ) ) +(assert (myObject (attribute1 "attr40555") ) ) +(assert (myObject (attribute1 "attr40556") ) ) +(assert (myObject (attribute1 "attr40557") ) ) +(assert (myObject (attribute1 "attr40558") ) ) +(assert (myObject (attribute1 "attr40559") ) ) +(assert (myObject (attribute1 "attr40560") ) ) +(assert (myObject (attribute1 "attr40561") ) ) +(assert (myObject (attribute1 "attr40562") ) ) +(assert (myObject (attribute1 "attr40563") ) ) +(assert (myObject (attribute1 "attr40564") ) ) +(assert (myObject (attribute1 "attr40565") ) ) +(assert (myObject (attribute1 "attr40566") ) ) +(assert (myObject (attribute1 "attr40567") ) ) +(assert (myObject (attribute1 "attr40568") ) ) +(assert (myObject (attribute1 "attr40569") ) ) +(assert (myObject (attribute1 "attr40570") ) ) +(assert (myObject (attribute1 "attr40571") ) ) +(assert (myObject (attribute1 "attr40572") ) ) +(assert (myObject (attribute1 "attr40573") ) ) +(assert (myObject (attribute1 "attr40574") ) ) +(assert (myObject (attribute1 "attr40575") ) ) +(assert (myObject (attribute1 "attr40576") ) ) +(assert (myObject (attribute1 "attr40577") ) ) +(assert (myObject (attribute1 "attr40578") ) ) +(assert (myObject (attribute1 "attr40579") ) ) +(assert (myObject (attribute1 "attr40580") ) ) +(assert (myObject (attribute1 "attr40581") ) ) +(assert (myObject (attribute1 "attr40582") ) ) +(assert (myObject (attribute1 "attr40583") ) ) +(assert (myObject (attribute1 "attr40584") ) ) +(assert (myObject (attribute1 "attr40585") ) ) +(assert (myObject (attribute1 "attr40586") ) ) +(assert (myObject (attribute1 "attr40587") ) ) +(assert (myObject (attribute1 "attr40588") ) ) +(assert (myObject (attribute1 "attr40589") ) ) +(assert (myObject (attribute1 "attr40590") ) ) +(assert (myObject (attribute1 "attr40591") ) ) +(assert (myObject (attribute1 "attr40592") ) ) +(assert (myObject (attribute1 "attr40593") ) ) +(assert (myObject (attribute1 "attr40594") ) ) +(assert (myObject (attribute1 "attr40595") ) ) +(assert (myObject (attribute1 "attr40596") ) ) +(assert (myObject (attribute1 "attr40597") ) ) +(assert (myObject (attribute1 "attr40598") ) ) +(assert (myObject (attribute1 "attr40599") ) ) +(assert (myObject (attribute1 "attr40600") ) ) +(assert (myObject (attribute1 "attr40601") ) ) +(assert (myObject (attribute1 "attr40602") ) ) +(assert (myObject (attribute1 "attr40603") ) ) +(assert (myObject (attribute1 "attr40604") ) ) +(assert (myObject (attribute1 "attr40605") ) ) +(assert (myObject (attribute1 "attr40606") ) ) +(assert (myObject (attribute1 "attr40607") ) ) +(assert (myObject (attribute1 "attr40608") ) ) +(assert (myObject (attribute1 "attr40609") ) ) +(assert (myObject (attribute1 "attr40610") ) ) +(assert (myObject (attribute1 "attr40611") ) ) +(assert (myObject (attribute1 "attr40612") ) ) +(assert (myObject (attribute1 "attr40613") ) ) +(assert (myObject (attribute1 "attr40614") ) ) +(assert (myObject (attribute1 "attr40615") ) ) +(assert (myObject (attribute1 "attr40616") ) ) +(assert (myObject (attribute1 "attr40617") ) ) +(assert (myObject (attribute1 "attr40618") ) ) +(assert (myObject (attribute1 "attr40619") ) ) +(assert (myObject (attribute1 "attr40620") ) ) +(assert (myObject (attribute1 "attr40621") ) ) +(assert (myObject (attribute1 "attr40622") ) ) +(assert (myObject (attribute1 "attr40623") ) ) +(assert (myObject (attribute1 "attr40624") ) ) +(assert (myObject (attribute1 "attr40625") ) ) +(assert (myObject (attribute1 "attr40626") ) ) +(assert (myObject (attribute1 "attr40627") ) ) +(assert (myObject (attribute1 "attr40628") ) ) +(assert (myObject (attribute1 "attr40629") ) ) +(assert (myObject (attribute1 "attr40630") ) ) +(assert (myObject (attribute1 "attr40631") ) ) +(assert (myObject (attribute1 "attr40632") ) ) +(assert (myObject (attribute1 "attr40633") ) ) +(assert (myObject (attribute1 "attr40634") ) ) +(assert (myObject (attribute1 "attr40635") ) ) +(assert (myObject (attribute1 "attr40636") ) ) +(assert (myObject (attribute1 "attr40637") ) ) +(assert (myObject (attribute1 "attr40638") ) ) +(assert (myObject (attribute1 "attr40639") ) ) +(assert (myObject (attribute1 "attr40640") ) ) +(assert (myObject (attribute1 "attr40641") ) ) +(assert (myObject (attribute1 "attr40642") ) ) +(assert (myObject (attribute1 "attr40643") ) ) +(assert (myObject (attribute1 "attr40644") ) ) +(assert (myObject (attribute1 "attr40645") ) ) +(assert (myObject (attribute1 "attr40646") ) ) +(assert (myObject (attribute1 "attr40647") ) ) +(assert (myObject (attribute1 "attr40648") ) ) +(assert (myObject (attribute1 "attr40649") ) ) +(assert (myObject (attribute1 "attr40650") ) ) +(assert (myObject (attribute1 "attr40651") ) ) +(assert (myObject (attribute1 "attr40652") ) ) +(assert (myObject (attribute1 "attr40653") ) ) +(assert (myObject (attribute1 "attr40654") ) ) +(assert (myObject (attribute1 "attr40655") ) ) +(assert (myObject (attribute1 "attr40656") ) ) +(assert (myObject (attribute1 "attr40657") ) ) +(assert (myObject (attribute1 "attr40658") ) ) +(assert (myObject (attribute1 "attr40659") ) ) +(assert (myObject (attribute1 "attr40660") ) ) +(assert (myObject (attribute1 "attr40661") ) ) +(assert (myObject (attribute1 "attr40662") ) ) +(assert (myObject (attribute1 "attr40663") ) ) +(assert (myObject (attribute1 "attr40664") ) ) +(assert (myObject (attribute1 "attr40665") ) ) +(assert (myObject (attribute1 "attr40666") ) ) +(assert (myObject (attribute1 "attr40667") ) ) +(assert (myObject (attribute1 "attr40668") ) ) +(assert (myObject (attribute1 "attr40669") ) ) +(assert (myObject (attribute1 "attr40670") ) ) +(assert (myObject (attribute1 "attr40671") ) ) +(assert (myObject (attribute1 "attr40672") ) ) +(assert (myObject (attribute1 "attr40673") ) ) +(assert (myObject (attribute1 "attr40674") ) ) +(assert (myObject (attribute1 "attr40675") ) ) +(assert (myObject (attribute1 "attr40676") ) ) +(assert (myObject (attribute1 "attr40677") ) ) +(assert (myObject (attribute1 "attr40678") ) ) +(assert (myObject (attribute1 "attr40679") ) ) +(assert (myObject (attribute1 "attr40680") ) ) +(assert (myObject (attribute1 "attr40681") ) ) +(assert (myObject (attribute1 "attr40682") ) ) +(assert (myObject (attribute1 "attr40683") ) ) +(assert (myObject (attribute1 "attr40684") ) ) +(assert (myObject (attribute1 "attr40685") ) ) +(assert (myObject (attribute1 "attr40686") ) ) +(assert (myObject (attribute1 "attr40687") ) ) +(assert (myObject (attribute1 "attr40688") ) ) +(assert (myObject (attribute1 "attr40689") ) ) +(assert (myObject (attribute1 "attr40690") ) ) +(assert (myObject (attribute1 "attr40691") ) ) +(assert (myObject (attribute1 "attr40692") ) ) +(assert (myObject (attribute1 "attr40693") ) ) +(assert (myObject (attribute1 "attr40694") ) ) +(assert (myObject (attribute1 "attr40695") ) ) +(assert (myObject (attribute1 "attr40696") ) ) +(assert (myObject (attribute1 "attr40697") ) ) +(assert (myObject (attribute1 "attr40698") ) ) +(assert (myObject (attribute1 "attr40699") ) ) +(assert (myObject (attribute1 "attr40700") ) ) +(assert (myObject (attribute1 "attr40701") ) ) +(assert (myObject (attribute1 "attr40702") ) ) +(assert (myObject (attribute1 "attr40703") ) ) +(assert (myObject (attribute1 "attr40704") ) ) +(assert (myObject (attribute1 "attr40705") ) ) +(assert (myObject (attribute1 "attr40706") ) ) +(assert (myObject (attribute1 "attr40707") ) ) +(assert (myObject (attribute1 "attr40708") ) ) +(assert (myObject (attribute1 "attr40709") ) ) +(assert (myObject (attribute1 "attr40710") ) ) +(assert (myObject (attribute1 "attr40711") ) ) +(assert (myObject (attribute1 "attr40712") ) ) +(assert (myObject (attribute1 "attr40713") ) ) +(assert (myObject (attribute1 "attr40714") ) ) +(assert (myObject (attribute1 "attr40715") ) ) +(assert (myObject (attribute1 "attr40716") ) ) +(assert (myObject (attribute1 "attr40717") ) ) +(assert (myObject (attribute1 "attr40718") ) ) +(assert (myObject (attribute1 "attr40719") ) ) +(assert (myObject (attribute1 "attr40720") ) ) +(assert (myObject (attribute1 "attr40721") ) ) +(assert (myObject (attribute1 "attr40722") ) ) +(assert (myObject (attribute1 "attr40723") ) ) +(assert (myObject (attribute1 "attr40724") ) ) +(assert (myObject (attribute1 "attr40725") ) ) +(assert (myObject (attribute1 "attr40726") ) ) +(assert (myObject (attribute1 "attr40727") ) ) +(assert (myObject (attribute1 "attr40728") ) ) +(assert (myObject (attribute1 "attr40729") ) ) +(assert (myObject (attribute1 "attr40730") ) ) +(assert (myObject (attribute1 "attr40731") ) ) +(assert (myObject (attribute1 "attr40732") ) ) +(assert (myObject (attribute1 "attr40733") ) ) +(assert (myObject (attribute1 "attr40734") ) ) +(assert (myObject (attribute1 "attr40735") ) ) +(assert (myObject (attribute1 "attr40736") ) ) +(assert (myObject (attribute1 "attr40737") ) ) +(assert (myObject (attribute1 "attr40738") ) ) +(assert (myObject (attribute1 "attr40739") ) ) +(assert (myObject (attribute1 "attr40740") ) ) +(assert (myObject (attribute1 "attr40741") ) ) +(assert (myObject (attribute1 "attr40742") ) ) +(assert (myObject (attribute1 "attr40743") ) ) +(assert (myObject (attribute1 "attr40744") ) ) +(assert (myObject (attribute1 "attr40745") ) ) +(assert (myObject (attribute1 "attr40746") ) ) +(assert (myObject (attribute1 "attr40747") ) ) +(assert (myObject (attribute1 "attr40748") ) ) +(assert (myObject (attribute1 "attr40749") ) ) +(assert (myObject (attribute1 "attr40750") ) ) +(assert (myObject (attribute1 "attr40751") ) ) +(assert (myObject (attribute1 "attr40752") ) ) +(assert (myObject (attribute1 "attr40753") ) ) +(assert (myObject (attribute1 "attr40754") ) ) +(assert (myObject (attribute1 "attr40755") ) ) +(assert (myObject (attribute1 "attr40756") ) ) +(assert (myObject (attribute1 "attr40757") ) ) +(assert (myObject (attribute1 "attr40758") ) ) +(assert (myObject (attribute1 "attr40759") ) ) +(assert (myObject (attribute1 "attr40760") ) ) +(assert (myObject (attribute1 "attr40761") ) ) +(assert (myObject (attribute1 "attr40762") ) ) +(assert (myObject (attribute1 "attr40763") ) ) +(assert (myObject (attribute1 "attr40764") ) ) +(assert (myObject (attribute1 "attr40765") ) ) +(assert (myObject (attribute1 "attr40766") ) ) +(assert (myObject (attribute1 "attr40767") ) ) +(assert (myObject (attribute1 "attr40768") ) ) +(assert (myObject (attribute1 "attr40769") ) ) +(assert (myObject (attribute1 "attr40770") ) ) +(assert (myObject (attribute1 "attr40771") ) ) +(assert (myObject (attribute1 "attr40772") ) ) +(assert (myObject (attribute1 "attr40773") ) ) +(assert (myObject (attribute1 "attr40774") ) ) +(assert (myObject (attribute1 "attr40775") ) ) +(assert (myObject (attribute1 "attr40776") ) ) +(assert (myObject (attribute1 "attr40777") ) ) +(assert (myObject (attribute1 "attr40778") ) ) +(assert (myObject (attribute1 "attr40779") ) ) +(assert (myObject (attribute1 "attr40780") ) ) +(assert (myObject (attribute1 "attr40781") ) ) +(assert (myObject (attribute1 "attr40782") ) ) +(assert (myObject (attribute1 "attr40783") ) ) +(assert (myObject (attribute1 "attr40784") ) ) +(assert (myObject (attribute1 "attr40785") ) ) +(assert (myObject (attribute1 "attr40786") ) ) +(assert (myObject (attribute1 "attr40787") ) ) +(assert (myObject (attribute1 "attr40788") ) ) +(assert (myObject (attribute1 "attr40789") ) ) +(assert (myObject (attribute1 "attr40790") ) ) +(assert (myObject (attribute1 "attr40791") ) ) +(assert (myObject (attribute1 "attr40792") ) ) +(assert (myObject (attribute1 "attr40793") ) ) +(assert (myObject (attribute1 "attr40794") ) ) +(assert (myObject (attribute1 "attr40795") ) ) +(assert (myObject (attribute1 "attr40796") ) ) +(assert (myObject (attribute1 "attr40797") ) ) +(assert (myObject (attribute1 "attr40798") ) ) +(assert (myObject (attribute1 "attr40799") ) ) +(assert (myObject (attribute1 "attr40800") ) ) +(assert (myObject (attribute1 "attr40801") ) ) +(assert (myObject (attribute1 "attr40802") ) ) +(assert (myObject (attribute1 "attr40803") ) ) +(assert (myObject (attribute1 "attr40804") ) ) +(assert (myObject (attribute1 "attr40805") ) ) +(assert (myObject (attribute1 "attr40806") ) ) +(assert (myObject (attribute1 "attr40807") ) ) +(assert (myObject (attribute1 "attr40808") ) ) +(assert (myObject (attribute1 "attr40809") ) ) +(assert (myObject (attribute1 "attr40810") ) ) +(assert (myObject (attribute1 "attr40811") ) ) +(assert (myObject (attribute1 "attr40812") ) ) +(assert (myObject (attribute1 "attr40813") ) ) +(assert (myObject (attribute1 "attr40814") ) ) +(assert (myObject (attribute1 "attr40815") ) ) +(assert (myObject (attribute1 "attr40816") ) ) +(assert (myObject (attribute1 "attr40817") ) ) +(assert (myObject (attribute1 "attr40818") ) ) +(assert (myObject (attribute1 "attr40819") ) ) +(assert (myObject (attribute1 "attr40820") ) ) +(assert (myObject (attribute1 "attr40821") ) ) +(assert (myObject (attribute1 "attr40822") ) ) +(assert (myObject (attribute1 "attr40823") ) ) +(assert (myObject (attribute1 "attr40824") ) ) +(assert (myObject (attribute1 "attr40825") ) ) +(assert (myObject (attribute1 "attr40826") ) ) +(assert (myObject (attribute1 "attr40827") ) ) +(assert (myObject (attribute1 "attr40828") ) ) +(assert (myObject (attribute1 "attr40829") ) ) +(assert (myObject (attribute1 "attr40830") ) ) +(assert (myObject (attribute1 "attr40831") ) ) +(assert (myObject (attribute1 "attr40832") ) ) +(assert (myObject (attribute1 "attr40833") ) ) +(assert (myObject (attribute1 "attr40834") ) ) +(assert (myObject (attribute1 "attr40835") ) ) +(assert (myObject (attribute1 "attr40836") ) ) +(assert (myObject (attribute1 "attr40837") ) ) +(assert (myObject (attribute1 "attr40838") ) ) +(assert (myObject (attribute1 "attr40839") ) ) +(assert (myObject (attribute1 "attr40840") ) ) +(assert (myObject (attribute1 "attr40841") ) ) +(assert (myObject (attribute1 "attr40842") ) ) +(assert (myObject (attribute1 "attr40843") ) ) +(assert (myObject (attribute1 "attr40844") ) ) +(assert (myObject (attribute1 "attr40845") ) ) +(assert (myObject (attribute1 "attr40846") ) ) +(assert (myObject (attribute1 "attr40847") ) ) +(assert (myObject (attribute1 "attr40848") ) ) +(assert (myObject (attribute1 "attr40849") ) ) +(assert (myObject (attribute1 "attr40850") ) ) +(assert (myObject (attribute1 "attr40851") ) ) +(assert (myObject (attribute1 "attr40852") ) ) +(assert (myObject (attribute1 "attr40853") ) ) +(assert (myObject (attribute1 "attr40854") ) ) +(assert (myObject (attribute1 "attr40855") ) ) +(assert (myObject (attribute1 "attr40856") ) ) +(assert (myObject (attribute1 "attr40857") ) ) +(assert (myObject (attribute1 "attr40858") ) ) +(assert (myObject (attribute1 "attr40859") ) ) +(assert (myObject (attribute1 "attr40860") ) ) +(assert (myObject (attribute1 "attr40861") ) ) +(assert (myObject (attribute1 "attr40862") ) ) +(assert (myObject (attribute1 "attr40863") ) ) +(assert (myObject (attribute1 "attr40864") ) ) +(assert (myObject (attribute1 "attr40865") ) ) +(assert (myObject (attribute1 "attr40866") ) ) +(assert (myObject (attribute1 "attr40867") ) ) +(assert (myObject (attribute1 "attr40868") ) ) +(assert (myObject (attribute1 "attr40869") ) ) +(assert (myObject (attribute1 "attr40870") ) ) +(assert (myObject (attribute1 "attr40871") ) ) +(assert (myObject (attribute1 "attr40872") ) ) +(assert (myObject (attribute1 "attr40873") ) ) +(assert (myObject (attribute1 "attr40874") ) ) +(assert (myObject (attribute1 "attr40875") ) ) +(assert (myObject (attribute1 "attr40876") ) ) +(assert (myObject (attribute1 "attr40877") ) ) +(assert (myObject (attribute1 "attr40878") ) ) +(assert (myObject (attribute1 "attr40879") ) ) +(assert (myObject (attribute1 "attr40880") ) ) +(assert (myObject (attribute1 "attr40881") ) ) +(assert (myObject (attribute1 "attr40882") ) ) +(assert (myObject (attribute1 "attr40883") ) ) +(assert (myObject (attribute1 "attr40884") ) ) +(assert (myObject (attribute1 "attr40885") ) ) +(assert (myObject (attribute1 "attr40886") ) ) +(assert (myObject (attribute1 "attr40887") ) ) +(assert (myObject (attribute1 "attr40888") ) ) +(assert (myObject (attribute1 "attr40889") ) ) +(assert (myObject (attribute1 "attr40890") ) ) +(assert (myObject (attribute1 "attr40891") ) ) +(assert (myObject (attribute1 "attr40892") ) ) +(assert (myObject (attribute1 "attr40893") ) ) +(assert (myObject (attribute1 "attr40894") ) ) +(assert (myObject (attribute1 "attr40895") ) ) +(assert (myObject (attribute1 "attr40896") ) ) +(assert (myObject (attribute1 "attr40897") ) ) +(assert (myObject (attribute1 "attr40898") ) ) +(assert (myObject (attribute1 "attr40899") ) ) +(assert (myObject (attribute1 "attr40900") ) ) +(assert (myObject (attribute1 "attr40901") ) ) +(assert (myObject (attribute1 "attr40902") ) ) +(assert (myObject (attribute1 "attr40903") ) ) +(assert (myObject (attribute1 "attr40904") ) ) +(assert (myObject (attribute1 "attr40905") ) ) +(assert (myObject (attribute1 "attr40906") ) ) +(assert (myObject (attribute1 "attr40907") ) ) +(assert (myObject (attribute1 "attr40908") ) ) +(assert (myObject (attribute1 "attr40909") ) ) +(assert (myObject (attribute1 "attr40910") ) ) +(assert (myObject (attribute1 "attr40911") ) ) +(assert (myObject (attribute1 "attr40912") ) ) +(assert (myObject (attribute1 "attr40913") ) ) +(assert (myObject (attribute1 "attr40914") ) ) +(assert (myObject (attribute1 "attr40915") ) ) +(assert (myObject (attribute1 "attr40916") ) ) +(assert (myObject (attribute1 "attr40917") ) ) +(assert (myObject (attribute1 "attr40918") ) ) +(assert (myObject (attribute1 "attr40919") ) ) +(assert (myObject (attribute1 "attr40920") ) ) +(assert (myObject (attribute1 "attr40921") ) ) +(assert (myObject (attribute1 "attr40922") ) ) +(assert (myObject (attribute1 "attr40923") ) ) +(assert (myObject (attribute1 "attr40924") ) ) +(assert (myObject (attribute1 "attr40925") ) ) +(assert (myObject (attribute1 "attr40926") ) ) +(assert (myObject (attribute1 "attr40927") ) ) +(assert (myObject (attribute1 "attr40928") ) ) +(assert (myObject (attribute1 "attr40929") ) ) +(assert (myObject (attribute1 "attr40930") ) ) +(assert (myObject (attribute1 "attr40931") ) ) +(assert (myObject (attribute1 "attr40932") ) ) +(assert (myObject (attribute1 "attr40933") ) ) +(assert (myObject (attribute1 "attr40934") ) ) +(assert (myObject (attribute1 "attr40935") ) ) +(assert (myObject (attribute1 "attr40936") ) ) +(assert (myObject (attribute1 "attr40937") ) ) +(assert (myObject (attribute1 "attr40938") ) ) +(assert (myObject (attribute1 "attr40939") ) ) +(assert (myObject (attribute1 "attr40940") ) ) +(assert (myObject (attribute1 "attr40941") ) ) +(assert (myObject (attribute1 "attr40942") ) ) +(assert (myObject (attribute1 "attr40943") ) ) +(assert (myObject (attribute1 "attr40944") ) ) +(assert (myObject (attribute1 "attr40945") ) ) +(assert (myObject (attribute1 "attr40946") ) ) +(assert (myObject (attribute1 "attr40947") ) ) +(assert (myObject (attribute1 "attr40948") ) ) +(assert (myObject (attribute1 "attr40949") ) ) +(assert (myObject (attribute1 "attr40950") ) ) +(assert (myObject (attribute1 "attr40951") ) ) +(assert (myObject (attribute1 "attr40952") ) ) +(assert (myObject (attribute1 "attr40953") ) ) +(assert (myObject (attribute1 "attr40954") ) ) +(assert (myObject (attribute1 "attr40955") ) ) +(assert (myObject (attribute1 "attr40956") ) ) +(assert (myObject (attribute1 "attr40957") ) ) +(assert (myObject (attribute1 "attr40958") ) ) +(assert (myObject (attribute1 "attr40959") ) ) +(assert (myObject (attribute1 "attr40960") ) ) +(assert (myObject (attribute1 "attr40961") ) ) +(assert (myObject (attribute1 "attr40962") ) ) +(assert (myObject (attribute1 "attr40963") ) ) +(assert (myObject (attribute1 "attr40964") ) ) +(assert (myObject (attribute1 "attr40965") ) ) +(assert (myObject (attribute1 "attr40966") ) ) +(assert (myObject (attribute1 "attr40967") ) ) +(assert (myObject (attribute1 "attr40968") ) ) +(assert (myObject (attribute1 "attr40969") ) ) +(assert (myObject (attribute1 "attr40970") ) ) +(assert (myObject (attribute1 "attr40971") ) ) +(assert (myObject (attribute1 "attr40972") ) ) +(assert (myObject (attribute1 "attr40973") ) ) +(assert (myObject (attribute1 "attr40974") ) ) +(assert (myObject (attribute1 "attr40975") ) ) +(assert (myObject (attribute1 "attr40976") ) ) +(assert (myObject (attribute1 "attr40977") ) ) +(assert (myObject (attribute1 "attr40978") ) ) +(assert (myObject (attribute1 "attr40979") ) ) +(assert (myObject (attribute1 "attr40980") ) ) +(assert (myObject (attribute1 "attr40981") ) ) +(assert (myObject (attribute1 "attr40982") ) ) +(assert (myObject (attribute1 "attr40983") ) ) +(assert (myObject (attribute1 "attr40984") ) ) +(assert (myObject (attribute1 "attr40985") ) ) +(assert (myObject (attribute1 "attr40986") ) ) +(assert (myObject (attribute1 "attr40987") ) ) +(assert (myObject (attribute1 "attr40988") ) ) +(assert (myObject (attribute1 "attr40989") ) ) +(assert (myObject (attribute1 "attr40990") ) ) +(assert (myObject (attribute1 "attr40991") ) ) +(assert (myObject (attribute1 "attr40992") ) ) +(assert (myObject (attribute1 "attr40993") ) ) +(assert (myObject (attribute1 "attr40994") ) ) +(assert (myObject (attribute1 "attr40995") ) ) +(assert (myObject (attribute1 "attr40996") ) ) +(assert (myObject (attribute1 "attr40997") ) ) +(assert (myObject (attribute1 "attr40998") ) ) +(assert (myObject (attribute1 "attr40999") ) ) +(assert (myObject (attribute1 "attr41000") ) ) +(assert (myObject (attribute1 "attr41001") ) ) +(assert (myObject (attribute1 "attr41002") ) ) +(assert (myObject (attribute1 "attr41003") ) ) +(assert (myObject (attribute1 "attr41004") ) ) +(assert (myObject (attribute1 "attr41005") ) ) +(assert (myObject (attribute1 "attr41006") ) ) +(assert (myObject (attribute1 "attr41007") ) ) +(assert (myObject (attribute1 "attr41008") ) ) +(assert (myObject (attribute1 "attr41009") ) ) +(assert (myObject (attribute1 "attr41010") ) ) +(assert (myObject (attribute1 "attr41011") ) ) +(assert (myObject (attribute1 "attr41012") ) ) +(assert (myObject (attribute1 "attr41013") ) ) +(assert (myObject (attribute1 "attr41014") ) ) +(assert (myObject (attribute1 "attr41015") ) ) +(assert (myObject (attribute1 "attr41016") ) ) +(assert (myObject (attribute1 "attr41017") ) ) +(assert (myObject (attribute1 "attr41018") ) ) +(assert (myObject (attribute1 "attr41019") ) ) +(assert (myObject (attribute1 "attr41020") ) ) +(assert (myObject (attribute1 "attr41021") ) ) +(assert (myObject (attribute1 "attr41022") ) ) +(assert (myObject (attribute1 "attr41023") ) ) +(assert (myObject (attribute1 "attr41024") ) ) +(assert (myObject (attribute1 "attr41025") ) ) +(assert (myObject (attribute1 "attr41026") ) ) +(assert (myObject (attribute1 "attr41027") ) ) +(assert (myObject (attribute1 "attr41028") ) ) +(assert (myObject (attribute1 "attr41029") ) ) +(assert (myObject (attribute1 "attr41030") ) ) +(assert (myObject (attribute1 "attr41031") ) ) +(assert (myObject (attribute1 "attr41032") ) ) +(assert (myObject (attribute1 "attr41033") ) ) +(assert (myObject (attribute1 "attr41034") ) ) +(assert (myObject (attribute1 "attr41035") ) ) +(assert (myObject (attribute1 "attr41036") ) ) +(assert (myObject (attribute1 "attr41037") ) ) +(assert (myObject (attribute1 "attr41038") ) ) +(assert (myObject (attribute1 "attr41039") ) ) +(assert (myObject (attribute1 "attr41040") ) ) +(assert (myObject (attribute1 "attr41041") ) ) +(assert (myObject (attribute1 "attr41042") ) ) +(assert (myObject (attribute1 "attr41043") ) ) +(assert (myObject (attribute1 "attr41044") ) ) +(assert (myObject (attribute1 "attr41045") ) ) +(assert (myObject (attribute1 "attr41046") ) ) +(assert (myObject (attribute1 "attr41047") ) ) +(assert (myObject (attribute1 "attr41048") ) ) +(assert (myObject (attribute1 "attr41049") ) ) +(assert (myObject (attribute1 "attr41050") ) ) +(assert (myObject (attribute1 "attr41051") ) ) +(assert (myObject (attribute1 "attr41052") ) ) +(assert (myObject (attribute1 "attr41053") ) ) +(assert (myObject (attribute1 "attr41054") ) ) +(assert (myObject (attribute1 "attr41055") ) ) +(assert (myObject (attribute1 "attr41056") ) ) +(assert (myObject (attribute1 "attr41057") ) ) +(assert (myObject (attribute1 "attr41058") ) ) +(assert (myObject (attribute1 "attr41059") ) ) +(assert (myObject (attribute1 "attr41060") ) ) +(assert (myObject (attribute1 "attr41061") ) ) +(assert (myObject (attribute1 "attr41062") ) ) +(assert (myObject (attribute1 "attr41063") ) ) +(assert (myObject (attribute1 "attr41064") ) ) +(assert (myObject (attribute1 "attr41065") ) ) +(assert (myObject (attribute1 "attr41066") ) ) +(assert (myObject (attribute1 "attr41067") ) ) +(assert (myObject (attribute1 "attr41068") ) ) +(assert (myObject (attribute1 "attr41069") ) ) +(assert (myObject (attribute1 "attr41070") ) ) +(assert (myObject (attribute1 "attr41071") ) ) +(assert (myObject (attribute1 "attr41072") ) ) +(assert (myObject (attribute1 "attr41073") ) ) +(assert (myObject (attribute1 "attr41074") ) ) +(assert (myObject (attribute1 "attr41075") ) ) +(assert (myObject (attribute1 "attr41076") ) ) +(assert (myObject (attribute1 "attr41077") ) ) +(assert (myObject (attribute1 "attr41078") ) ) +(assert (myObject (attribute1 "attr41079") ) ) +(assert (myObject (attribute1 "attr41080") ) ) +(assert (myObject (attribute1 "attr41081") ) ) +(assert (myObject (attribute1 "attr41082") ) ) +(assert (myObject (attribute1 "attr41083") ) ) +(assert (myObject (attribute1 "attr41084") ) ) +(assert (myObject (attribute1 "attr41085") ) ) +(assert (myObject (attribute1 "attr41086") ) ) +(assert (myObject (attribute1 "attr41087") ) ) +(assert (myObject (attribute1 "attr41088") ) ) +(assert (myObject (attribute1 "attr41089") ) ) +(assert (myObject (attribute1 "attr41090") ) ) +(assert (myObject (attribute1 "attr41091") ) ) +(assert (myObject (attribute1 "attr41092") ) ) +(assert (myObject (attribute1 "attr41093") ) ) +(assert (myObject (attribute1 "attr41094") ) ) +(assert (myObject (attribute1 "attr41095") ) ) +(assert (myObject (attribute1 "attr41096") ) ) +(assert (myObject (attribute1 "attr41097") ) ) +(assert (myObject (attribute1 "attr41098") ) ) +(assert (myObject (attribute1 "attr41099") ) ) +(assert (myObject (attribute1 "attr41100") ) ) +(assert (myObject (attribute1 "attr41101") ) ) +(assert (myObject (attribute1 "attr41102") ) ) +(assert (myObject (attribute1 "attr41103") ) ) +(assert (myObject (attribute1 "attr41104") ) ) +(assert (myObject (attribute1 "attr41105") ) ) +(assert (myObject (attribute1 "attr41106") ) ) +(assert (myObject (attribute1 "attr41107") ) ) +(assert (myObject (attribute1 "attr41108") ) ) +(assert (myObject (attribute1 "attr41109") ) ) +(assert (myObject (attribute1 "attr41110") ) ) +(assert (myObject (attribute1 "attr41111") ) ) +(assert (myObject (attribute1 "attr41112") ) ) +(assert (myObject (attribute1 "attr41113") ) ) +(assert (myObject (attribute1 "attr41114") ) ) +(assert (myObject (attribute1 "attr41115") ) ) +(assert (myObject (attribute1 "attr41116") ) ) +(assert (myObject (attribute1 "attr41117") ) ) +(assert (myObject (attribute1 "attr41118") ) ) +(assert (myObject (attribute1 "attr41119") ) ) +(assert (myObject (attribute1 "attr41120") ) ) +(assert (myObject (attribute1 "attr41121") ) ) +(assert (myObject (attribute1 "attr41122") ) ) +(assert (myObject (attribute1 "attr41123") ) ) +(assert (myObject (attribute1 "attr41124") ) ) +(assert (myObject (attribute1 "attr41125") ) ) +(assert (myObject (attribute1 "attr41126") ) ) +(assert (myObject (attribute1 "attr41127") ) ) +(assert (myObject (attribute1 "attr41128") ) ) +(assert (myObject (attribute1 "attr41129") ) ) +(assert (myObject (attribute1 "attr41130") ) ) +(assert (myObject (attribute1 "attr41131") ) ) +(assert (myObject (attribute1 "attr41132") ) ) +(assert (myObject (attribute1 "attr41133") ) ) +(assert (myObject (attribute1 "attr41134") ) ) +(assert (myObject (attribute1 "attr41135") ) ) +(assert (myObject (attribute1 "attr41136") ) ) +(assert (myObject (attribute1 "attr41137") ) ) +(assert (myObject (attribute1 "attr41138") ) ) +(assert (myObject (attribute1 "attr41139") ) ) +(assert (myObject (attribute1 "attr41140") ) ) +(assert (myObject (attribute1 "attr41141") ) ) +(assert (myObject (attribute1 "attr41142") ) ) +(assert (myObject (attribute1 "attr41143") ) ) +(assert (myObject (attribute1 "attr41144") ) ) +(assert (myObject (attribute1 "attr41145") ) ) +(assert (myObject (attribute1 "attr41146") ) ) +(assert (myObject (attribute1 "attr41147") ) ) +(assert (myObject (attribute1 "attr41148") ) ) +(assert (myObject (attribute1 "attr41149") ) ) +(assert (myObject (attribute1 "attr41150") ) ) +(assert (myObject (attribute1 "attr41151") ) ) +(assert (myObject (attribute1 "attr41152") ) ) +(assert (myObject (attribute1 "attr41153") ) ) +(assert (myObject (attribute1 "attr41154") ) ) +(assert (myObject (attribute1 "attr41155") ) ) +(assert (myObject (attribute1 "attr41156") ) ) +(assert (myObject (attribute1 "attr41157") ) ) +(assert (myObject (attribute1 "attr41158") ) ) +(assert (myObject (attribute1 "attr41159") ) ) +(assert (myObject (attribute1 "attr41160") ) ) +(assert (myObject (attribute1 "attr41161") ) ) +(assert (myObject (attribute1 "attr41162") ) ) +(assert (myObject (attribute1 "attr41163") ) ) +(assert (myObject (attribute1 "attr41164") ) ) +(assert (myObject (attribute1 "attr41165") ) ) +(assert (myObject (attribute1 "attr41166") ) ) +(assert (myObject (attribute1 "attr41167") ) ) +(assert (myObject (attribute1 "attr41168") ) ) +(assert (myObject (attribute1 "attr41169") ) ) +(assert (myObject (attribute1 "attr41170") ) ) +(assert (myObject (attribute1 "attr41171") ) ) +(assert (myObject (attribute1 "attr41172") ) ) +(assert (myObject (attribute1 "attr41173") ) ) +(assert (myObject (attribute1 "attr41174") ) ) +(assert (myObject (attribute1 "attr41175") ) ) +(assert (myObject (attribute1 "attr41176") ) ) +(assert (myObject (attribute1 "attr41177") ) ) +(assert (myObject (attribute1 "attr41178") ) ) +(assert (myObject (attribute1 "attr41179") ) ) +(assert (myObject (attribute1 "attr41180") ) ) +(assert (myObject (attribute1 "attr41181") ) ) +(assert (myObject (attribute1 "attr41182") ) ) +(assert (myObject (attribute1 "attr41183") ) ) +(assert (myObject (attribute1 "attr41184") ) ) +(assert (myObject (attribute1 "attr41185") ) ) +(assert (myObject (attribute1 "attr41186") ) ) +(assert (myObject (attribute1 "attr41187") ) ) +(assert (myObject (attribute1 "attr41188") ) ) +(assert (myObject (attribute1 "attr41189") ) ) +(assert (myObject (attribute1 "attr41190") ) ) +(assert (myObject (attribute1 "attr41191") ) ) +(assert (myObject (attribute1 "attr41192") ) ) +(assert (myObject (attribute1 "attr41193") ) ) +(assert (myObject (attribute1 "attr41194") ) ) +(assert (myObject (attribute1 "attr41195") ) ) +(assert (myObject (attribute1 "attr41196") ) ) +(assert (myObject (attribute1 "attr41197") ) ) +(assert (myObject (attribute1 "attr41198") ) ) +(assert (myObject (attribute1 "attr41199") ) ) +(assert (myObject (attribute1 "attr41200") ) ) +(assert (myObject (attribute1 "attr41201") ) ) +(assert (myObject (attribute1 "attr41202") ) ) +(assert (myObject (attribute1 "attr41203") ) ) +(assert (myObject (attribute1 "attr41204") ) ) +(assert (myObject (attribute1 "attr41205") ) ) +(assert (myObject (attribute1 "attr41206") ) ) +(assert (myObject (attribute1 "attr41207") ) ) +(assert (myObject (attribute1 "attr41208") ) ) +(assert (myObject (attribute1 "attr41209") ) ) +(assert (myObject (attribute1 "attr41210") ) ) +(assert (myObject (attribute1 "attr41211") ) ) +(assert (myObject (attribute1 "attr41212") ) ) +(assert (myObject (attribute1 "attr41213") ) ) +(assert (myObject (attribute1 "attr41214") ) ) +(assert (myObject (attribute1 "attr41215") ) ) +(assert (myObject (attribute1 "attr41216") ) ) +(assert (myObject (attribute1 "attr41217") ) ) +(assert (myObject (attribute1 "attr41218") ) ) +(assert (myObject (attribute1 "attr41219") ) ) +(assert (myObject (attribute1 "attr41220") ) ) +(assert (myObject (attribute1 "attr41221") ) ) +(assert (myObject (attribute1 "attr41222") ) ) +(assert (myObject (attribute1 "attr41223") ) ) +(assert (myObject (attribute1 "attr41224") ) ) +(assert (myObject (attribute1 "attr41225") ) ) +(assert (myObject (attribute1 "attr41226") ) ) +(assert (myObject (attribute1 "attr41227") ) ) +(assert (myObject (attribute1 "attr41228") ) ) +(assert (myObject (attribute1 "attr41229") ) ) +(assert (myObject (attribute1 "attr41230") ) ) +(assert (myObject (attribute1 "attr41231") ) ) +(assert (myObject (attribute1 "attr41232") ) ) +(assert (myObject (attribute1 "attr41233") ) ) +(assert (myObject (attribute1 "attr41234") ) ) +(assert (myObject (attribute1 "attr41235") ) ) +(assert (myObject (attribute1 "attr41236") ) ) +(assert (myObject (attribute1 "attr41237") ) ) +(assert (myObject (attribute1 "attr41238") ) ) +(assert (myObject (attribute1 "attr41239") ) ) +(assert (myObject (attribute1 "attr41240") ) ) +(assert (myObject (attribute1 "attr41241") ) ) +(assert (myObject (attribute1 "attr41242") ) ) +(assert (myObject (attribute1 "attr41243") ) ) +(assert (myObject (attribute1 "attr41244") ) ) +(assert (myObject (attribute1 "attr41245") ) ) +(assert (myObject (attribute1 "attr41246") ) ) +(assert (myObject (attribute1 "attr41247") ) ) +(assert (myObject (attribute1 "attr41248") ) ) +(assert (myObject (attribute1 "attr41249") ) ) +(assert (myObject (attribute1 "attr41250") ) ) +(assert (myObject (attribute1 "attr41251") ) ) +(assert (myObject (attribute1 "attr41252") ) ) +(assert (myObject (attribute1 "attr41253") ) ) +(assert (myObject (attribute1 "attr41254") ) ) +(assert (myObject (attribute1 "attr41255") ) ) +(assert (myObject (attribute1 "attr41256") ) ) +(assert (myObject (attribute1 "attr41257") ) ) +(assert (myObject (attribute1 "attr41258") ) ) +(assert (myObject (attribute1 "attr41259") ) ) +(assert (myObject (attribute1 "attr41260") ) ) +(assert (myObject (attribute1 "attr41261") ) ) +(assert (myObject (attribute1 "attr41262") ) ) +(assert (myObject (attribute1 "attr41263") ) ) +(assert (myObject (attribute1 "attr41264") ) ) +(assert (myObject (attribute1 "attr41265") ) ) +(assert (myObject (attribute1 "attr41266") ) ) +(assert (myObject (attribute1 "attr41267") ) ) +(assert (myObject (attribute1 "attr41268") ) ) +(assert (myObject (attribute1 "attr41269") ) ) +(assert (myObject (attribute1 "attr41270") ) ) +(assert (myObject (attribute1 "attr41271") ) ) +(assert (myObject (attribute1 "attr41272") ) ) +(assert (myObject (attribute1 "attr41273") ) ) +(assert (myObject (attribute1 "attr41274") ) ) +(assert (myObject (attribute1 "attr41275") ) ) +(assert (myObject (attribute1 "attr41276") ) ) +(assert (myObject (attribute1 "attr41277") ) ) +(assert (myObject (attribute1 "attr41278") ) ) +(assert (myObject (attribute1 "attr41279") ) ) +(assert (myObject (attribute1 "attr41280") ) ) +(assert (myObject (attribute1 "attr41281") ) ) +(assert (myObject (attribute1 "attr41282") ) ) +(assert (myObject (attribute1 "attr41283") ) ) +(assert (myObject (attribute1 "attr41284") ) ) +(assert (myObject (attribute1 "attr41285") ) ) +(assert (myObject (attribute1 "attr41286") ) ) +(assert (myObject (attribute1 "attr41287") ) ) +(assert (myObject (attribute1 "attr41288") ) ) +(assert (myObject (attribute1 "attr41289") ) ) +(assert (myObject (attribute1 "attr41290") ) ) +(assert (myObject (attribute1 "attr41291") ) ) +(assert (myObject (attribute1 "attr41292") ) ) +(assert (myObject (attribute1 "attr41293") ) ) +(assert (myObject (attribute1 "attr41294") ) ) +(assert (myObject (attribute1 "attr41295") ) ) +(assert (myObject (attribute1 "attr41296") ) ) +(assert (myObject (attribute1 "attr41297") ) ) +(assert (myObject (attribute1 "attr41298") ) ) +(assert (myObject (attribute1 "attr41299") ) ) +(assert (myObject (attribute1 "attr41300") ) ) +(assert (myObject (attribute1 "attr41301") ) ) +(assert (myObject (attribute1 "attr41302") ) ) +(assert (myObject (attribute1 "attr41303") ) ) +(assert (myObject (attribute1 "attr41304") ) ) +(assert (myObject (attribute1 "attr41305") ) ) +(assert (myObject (attribute1 "attr41306") ) ) +(assert (myObject (attribute1 "attr41307") ) ) +(assert (myObject (attribute1 "attr41308") ) ) +(assert (myObject (attribute1 "attr41309") ) ) +(assert (myObject (attribute1 "attr41310") ) ) +(assert (myObject (attribute1 "attr41311") ) ) +(assert (myObject (attribute1 "attr41312") ) ) +(assert (myObject (attribute1 "attr41313") ) ) +(assert (myObject (attribute1 "attr41314") ) ) +(assert (myObject (attribute1 "attr41315") ) ) +(assert (myObject (attribute1 "attr41316") ) ) +(assert (myObject (attribute1 "attr41317") ) ) +(assert (myObject (attribute1 "attr41318") ) ) +(assert (myObject (attribute1 "attr41319") ) ) +(assert (myObject (attribute1 "attr41320") ) ) +(assert (myObject (attribute1 "attr41321") ) ) +(assert (myObject (attribute1 "attr41322") ) ) +(assert (myObject (attribute1 "attr41323") ) ) +(assert (myObject (attribute1 "attr41324") ) ) +(assert (myObject (attribute1 "attr41325") ) ) +(assert (myObject (attribute1 "attr41326") ) ) +(assert (myObject (attribute1 "attr41327") ) ) +(assert (myObject (attribute1 "attr41328") ) ) +(assert (myObject (attribute1 "attr41329") ) ) +(assert (myObject (attribute1 "attr41330") ) ) +(assert (myObject (attribute1 "attr41331") ) ) +(assert (myObject (attribute1 "attr41332") ) ) +(assert (myObject (attribute1 "attr41333") ) ) +(assert (myObject (attribute1 "attr41334") ) ) +(assert (myObject (attribute1 "attr41335") ) ) +(assert (myObject (attribute1 "attr41336") ) ) +(assert (myObject (attribute1 "attr41337") ) ) +(assert (myObject (attribute1 "attr41338") ) ) +(assert (myObject (attribute1 "attr41339") ) ) +(assert (myObject (attribute1 "attr41340") ) ) +(assert (myObject (attribute1 "attr41341") ) ) +(assert (myObject (attribute1 "attr41342") ) ) +(assert (myObject (attribute1 "attr41343") ) ) +(assert (myObject (attribute1 "attr41344") ) ) +(assert (myObject (attribute1 "attr41345") ) ) +(assert (myObject (attribute1 "attr41346") ) ) +(assert (myObject (attribute1 "attr41347") ) ) +(assert (myObject (attribute1 "attr41348") ) ) +(assert (myObject (attribute1 "attr41349") ) ) +(assert (myObject (attribute1 "attr41350") ) ) +(assert (myObject (attribute1 "attr41351") ) ) +(assert (myObject (attribute1 "attr41352") ) ) +(assert (myObject (attribute1 "attr41353") ) ) +(assert (myObject (attribute1 "attr41354") ) ) +(assert (myObject (attribute1 "attr41355") ) ) +(assert (myObject (attribute1 "attr41356") ) ) +(assert (myObject (attribute1 "attr41357") ) ) +(assert (myObject (attribute1 "attr41358") ) ) +(assert (myObject (attribute1 "attr41359") ) ) +(assert (myObject (attribute1 "attr41360") ) ) +(assert (myObject (attribute1 "attr41361") ) ) +(assert (myObject (attribute1 "attr41362") ) ) +(assert (myObject (attribute1 "attr41363") ) ) +(assert (myObject (attribute1 "attr41364") ) ) +(assert (myObject (attribute1 "attr41365") ) ) +(assert (myObject (attribute1 "attr41366") ) ) +(assert (myObject (attribute1 "attr41367") ) ) +(assert (myObject (attribute1 "attr41368") ) ) +(assert (myObject (attribute1 "attr41369") ) ) +(assert (myObject (attribute1 "attr41370") ) ) +(assert (myObject (attribute1 "attr41371") ) ) +(assert (myObject (attribute1 "attr41372") ) ) +(assert (myObject (attribute1 "attr41373") ) ) +(assert (myObject (attribute1 "attr41374") ) ) +(assert (myObject (attribute1 "attr41375") ) ) +(assert (myObject (attribute1 "attr41376") ) ) +(assert (myObject (attribute1 "attr41377") ) ) +(assert (myObject (attribute1 "attr41378") ) ) +(assert (myObject (attribute1 "attr41379") ) ) +(assert (myObject (attribute1 "attr41380") ) ) +(assert (myObject (attribute1 "attr41381") ) ) +(assert (myObject (attribute1 "attr41382") ) ) +(assert (myObject (attribute1 "attr41383") ) ) +(assert (myObject (attribute1 "attr41384") ) ) +(assert (myObject (attribute1 "attr41385") ) ) +(assert (myObject (attribute1 "attr41386") ) ) +(assert (myObject (attribute1 "attr41387") ) ) +(assert (myObject (attribute1 "attr41388") ) ) +(assert (myObject (attribute1 "attr41389") ) ) +(assert (myObject (attribute1 "attr41390") ) ) +(assert (myObject (attribute1 "attr41391") ) ) +(assert (myObject (attribute1 "attr41392") ) ) +(assert (myObject (attribute1 "attr41393") ) ) +(assert (myObject (attribute1 "attr41394") ) ) +(assert (myObject (attribute1 "attr41395") ) ) +(assert (myObject (attribute1 "attr41396") ) ) +(assert (myObject (attribute1 "attr41397") ) ) +(assert (myObject (attribute1 "attr41398") ) ) +(assert (myObject (attribute1 "attr41399") ) ) +(assert (myObject (attribute1 "attr41400") ) ) +(assert (myObject (attribute1 "attr41401") ) ) +(assert (myObject (attribute1 "attr41402") ) ) +(assert (myObject (attribute1 "attr41403") ) ) +(assert (myObject (attribute1 "attr41404") ) ) +(assert (myObject (attribute1 "attr41405") ) ) +(assert (myObject (attribute1 "attr41406") ) ) +(assert (myObject (attribute1 "attr41407") ) ) +(assert (myObject (attribute1 "attr41408") ) ) +(assert (myObject (attribute1 "attr41409") ) ) +(assert (myObject (attribute1 "attr41410") ) ) +(assert (myObject (attribute1 "attr41411") ) ) +(assert (myObject (attribute1 "attr41412") ) ) +(assert (myObject (attribute1 "attr41413") ) ) +(assert (myObject (attribute1 "attr41414") ) ) +(assert (myObject (attribute1 "attr41415") ) ) +(assert (myObject (attribute1 "attr41416") ) ) +(assert (myObject (attribute1 "attr41417") ) ) +(assert (myObject (attribute1 "attr41418") ) ) +(assert (myObject (attribute1 "attr41419") ) ) +(assert (myObject (attribute1 "attr41420") ) ) +(assert (myObject (attribute1 "attr41421") ) ) +(assert (myObject (attribute1 "attr41422") ) ) +(assert (myObject (attribute1 "attr41423") ) ) +(assert (myObject (attribute1 "attr41424") ) ) +(assert (myObject (attribute1 "attr41425") ) ) +(assert (myObject (attribute1 "attr41426") ) ) +(assert (myObject (attribute1 "attr41427") ) ) +(assert (myObject (attribute1 "attr41428") ) ) +(assert (myObject (attribute1 "attr41429") ) ) +(assert (myObject (attribute1 "attr41430") ) ) +(assert (myObject (attribute1 "attr41431") ) ) +(assert (myObject (attribute1 "attr41432") ) ) +(assert (myObject (attribute1 "attr41433") ) ) +(assert (myObject (attribute1 "attr41434") ) ) +(assert (myObject (attribute1 "attr41435") ) ) +(assert (myObject (attribute1 "attr41436") ) ) +(assert (myObject (attribute1 "attr41437") ) ) +(assert (myObject (attribute1 "attr41438") ) ) +(assert (myObject (attribute1 "attr41439") ) ) +(assert (myObject (attribute1 "attr41440") ) ) +(assert (myObject (attribute1 "attr41441") ) ) +(assert (myObject (attribute1 "attr41442") ) ) +(assert (myObject (attribute1 "attr41443") ) ) +(assert (myObject (attribute1 "attr41444") ) ) +(assert (myObject (attribute1 "attr41445") ) ) +(assert (myObject (attribute1 "attr41446") ) ) +(assert (myObject (attribute1 "attr41447") ) ) +(assert (myObject (attribute1 "attr41448") ) ) +(assert (myObject (attribute1 "attr41449") ) ) +(assert (myObject (attribute1 "attr41450") ) ) +(assert (myObject (attribute1 "attr41451") ) ) +(assert (myObject (attribute1 "attr41452") ) ) +(assert (myObject (attribute1 "attr41453") ) ) +(assert (myObject (attribute1 "attr41454") ) ) +(assert (myObject (attribute1 "attr41455") ) ) +(assert (myObject (attribute1 "attr41456") ) ) +(assert (myObject (attribute1 "attr41457") ) ) +(assert (myObject (attribute1 "attr41458") ) ) +(assert (myObject (attribute1 "attr41459") ) ) +(assert (myObject (attribute1 "attr41460") ) ) +(assert (myObject (attribute1 "attr41461") ) ) +(assert (myObject (attribute1 "attr41462") ) ) +(assert (myObject (attribute1 "attr41463") ) ) +(assert (myObject (attribute1 "attr41464") ) ) +(assert (myObject (attribute1 "attr41465") ) ) +(assert (myObject (attribute1 "attr41466") ) ) +(assert (myObject (attribute1 "attr41467") ) ) +(assert (myObject (attribute1 "attr41468") ) ) +(assert (myObject (attribute1 "attr41469") ) ) +(assert (myObject (attribute1 "attr41470") ) ) +(assert (myObject (attribute1 "attr41471") ) ) +(assert (myObject (attribute1 "attr41472") ) ) +(assert (myObject (attribute1 "attr41473") ) ) +(assert (myObject (attribute1 "attr41474") ) ) +(assert (myObject (attribute1 "attr41475") ) ) +(assert (myObject (attribute1 "attr41476") ) ) +(assert (myObject (attribute1 "attr41477") ) ) +(assert (myObject (attribute1 "attr41478") ) ) +(assert (myObject (attribute1 "attr41479") ) ) +(assert (myObject (attribute1 "attr41480") ) ) +(assert (myObject (attribute1 "attr41481") ) ) +(assert (myObject (attribute1 "attr41482") ) ) +(assert (myObject (attribute1 "attr41483") ) ) +(assert (myObject (attribute1 "attr41484") ) ) +(assert (myObject (attribute1 "attr41485") ) ) +(assert (myObject (attribute1 "attr41486") ) ) +(assert (myObject (attribute1 "attr41487") ) ) +(assert (myObject (attribute1 "attr41488") ) ) +(assert (myObject (attribute1 "attr41489") ) ) +(assert (myObject (attribute1 "attr41490") ) ) +(assert (myObject (attribute1 "attr41491") ) ) +(assert (myObject (attribute1 "attr41492") ) ) +(assert (myObject (attribute1 "attr41493") ) ) +(assert (myObject (attribute1 "attr41494") ) ) +(assert (myObject (attribute1 "attr41495") ) ) +(assert (myObject (attribute1 "attr41496") ) ) +(assert (myObject (attribute1 "attr41497") ) ) +(assert (myObject (attribute1 "attr41498") ) ) +(assert (myObject (attribute1 "attr41499") ) ) +(assert (myObject (attribute1 "attr41500") ) ) +(assert (myObject (attribute1 "attr41501") ) ) +(assert (myObject (attribute1 "attr41502") ) ) +(assert (myObject (attribute1 "attr41503") ) ) +(assert (myObject (attribute1 "attr41504") ) ) +(assert (myObject (attribute1 "attr41505") ) ) +(assert (myObject (attribute1 "attr41506") ) ) +(assert (myObject (attribute1 "attr41507") ) ) +(assert (myObject (attribute1 "attr41508") ) ) +(assert (myObject (attribute1 "attr41509") ) ) +(assert (myObject (attribute1 "attr41510") ) ) +(assert (myObject (attribute1 "attr41511") ) ) +(assert (myObject (attribute1 "attr41512") ) ) +(assert (myObject (attribute1 "attr41513") ) ) +(assert (myObject (attribute1 "attr41514") ) ) +(assert (myObject (attribute1 "attr41515") ) ) +(assert (myObject (attribute1 "attr41516") ) ) +(assert (myObject (attribute1 "attr41517") ) ) +(assert (myObject (attribute1 "attr41518") ) ) +(assert (myObject (attribute1 "attr41519") ) ) +(assert (myObject (attribute1 "attr41520") ) ) +(assert (myObject (attribute1 "attr41521") ) ) +(assert (myObject (attribute1 "attr41522") ) ) +(assert (myObject (attribute1 "attr41523") ) ) +(assert (myObject (attribute1 "attr41524") ) ) +(assert (myObject (attribute1 "attr41525") ) ) +(assert (myObject (attribute1 "attr41526") ) ) +(assert (myObject (attribute1 "attr41527") ) ) +(assert (myObject (attribute1 "attr41528") ) ) +(assert (myObject (attribute1 "attr41529") ) ) +(assert (myObject (attribute1 "attr41530") ) ) +(assert (myObject (attribute1 "attr41531") ) ) +(assert (myObject (attribute1 "attr41532") ) ) +(assert (myObject (attribute1 "attr41533") ) ) +(assert (myObject (attribute1 "attr41534") ) ) +(assert (myObject (attribute1 "attr41535") ) ) +(assert (myObject (attribute1 "attr41536") ) ) +(assert (myObject (attribute1 "attr41537") ) ) +(assert (myObject (attribute1 "attr41538") ) ) +(assert (myObject (attribute1 "attr41539") ) ) +(assert (myObject (attribute1 "attr41540") ) ) +(assert (myObject (attribute1 "attr41541") ) ) +(assert (myObject (attribute1 "attr41542") ) ) +(assert (myObject (attribute1 "attr41543") ) ) +(assert (myObject (attribute1 "attr41544") ) ) +(assert (myObject (attribute1 "attr41545") ) ) +(assert (myObject (attribute1 "attr41546") ) ) +(assert (myObject (attribute1 "attr41547") ) ) +(assert (myObject (attribute1 "attr41548") ) ) +(assert (myObject (attribute1 "attr41549") ) ) +(assert (myObject (attribute1 "attr41550") ) ) +(assert (myObject (attribute1 "attr41551") ) ) +(assert (myObject (attribute1 "attr41552") ) ) +(assert (myObject (attribute1 "attr41553") ) ) +(assert (myObject (attribute1 "attr41554") ) ) +(assert (myObject (attribute1 "attr41555") ) ) +(assert (myObject (attribute1 "attr41556") ) ) +(assert (myObject (attribute1 "attr41557") ) ) +(assert (myObject (attribute1 "attr41558") ) ) +(assert (myObject (attribute1 "attr41559") ) ) +(assert (myObject (attribute1 "attr41560") ) ) +(assert (myObject (attribute1 "attr41561") ) ) +(assert (myObject (attribute1 "attr41562") ) ) +(assert (myObject (attribute1 "attr41563") ) ) +(assert (myObject (attribute1 "attr41564") ) ) +(assert (myObject (attribute1 "attr41565") ) ) +(assert (myObject (attribute1 "attr41566") ) ) +(assert (myObject (attribute1 "attr41567") ) ) +(assert (myObject (attribute1 "attr41568") ) ) +(assert (myObject (attribute1 "attr41569") ) ) +(assert (myObject (attribute1 "attr41570") ) ) +(assert (myObject (attribute1 "attr41571") ) ) +(assert (myObject (attribute1 "attr41572") ) ) +(assert (myObject (attribute1 "attr41573") ) ) +(assert (myObject (attribute1 "attr41574") ) ) +(assert (myObject (attribute1 "attr41575") ) ) +(assert (myObject (attribute1 "attr41576") ) ) +(assert (myObject (attribute1 "attr41577") ) ) +(assert (myObject (attribute1 "attr41578") ) ) +(assert (myObject (attribute1 "attr41579") ) ) +(assert (myObject (attribute1 "attr41580") ) ) +(assert (myObject (attribute1 "attr41581") ) ) +(assert (myObject (attribute1 "attr41582") ) ) +(assert (myObject (attribute1 "attr41583") ) ) +(assert (myObject (attribute1 "attr41584") ) ) +(assert (myObject (attribute1 "attr41585") ) ) +(assert (myObject (attribute1 "attr41586") ) ) +(assert (myObject (attribute1 "attr41587") ) ) +(assert (myObject (attribute1 "attr41588") ) ) +(assert (myObject (attribute1 "attr41589") ) ) +(assert (myObject (attribute1 "attr41590") ) ) +(assert (myObject (attribute1 "attr41591") ) ) +(assert (myObject (attribute1 "attr41592") ) ) +(assert (myObject (attribute1 "attr41593") ) ) +(assert (myObject (attribute1 "attr41594") ) ) +(assert (myObject (attribute1 "attr41595") ) ) +(assert (myObject (attribute1 "attr41596") ) ) +(assert (myObject (attribute1 "attr41597") ) ) +(assert (myObject (attribute1 "attr41598") ) ) +(assert (myObject (attribute1 "attr41599") ) ) +(assert (myObject (attribute1 "attr41600") ) ) +(assert (myObject (attribute1 "attr41601") ) ) +(assert (myObject (attribute1 "attr41602") ) ) +(assert (myObject (attribute1 "attr41603") ) ) +(assert (myObject (attribute1 "attr41604") ) ) +(assert (myObject (attribute1 "attr41605") ) ) +(assert (myObject (attribute1 "attr41606") ) ) +(assert (myObject (attribute1 "attr41607") ) ) +(assert (myObject (attribute1 "attr41608") ) ) +(assert (myObject (attribute1 "attr41609") ) ) +(assert (myObject (attribute1 "attr41610") ) ) +(assert (myObject (attribute1 "attr41611") ) ) +(assert (myObject (attribute1 "attr41612") ) ) +(assert (myObject (attribute1 "attr41613") ) ) +(assert (myObject (attribute1 "attr41614") ) ) +(assert (myObject (attribute1 "attr41615") ) ) +(assert (myObject (attribute1 "attr41616") ) ) +(assert (myObject (attribute1 "attr41617") ) ) +(assert (myObject (attribute1 "attr41618") ) ) +(assert (myObject (attribute1 "attr41619") ) ) +(assert (myObject (attribute1 "attr41620") ) ) +(assert (myObject (attribute1 "attr41621") ) ) +(assert (myObject (attribute1 "attr41622") ) ) +(assert (myObject (attribute1 "attr41623") ) ) +(assert (myObject (attribute1 "attr41624") ) ) +(assert (myObject (attribute1 "attr41625") ) ) +(assert (myObject (attribute1 "attr41626") ) ) +(assert (myObject (attribute1 "attr41627") ) ) +(assert (myObject (attribute1 "attr41628") ) ) +(assert (myObject (attribute1 "attr41629") ) ) +(assert (myObject (attribute1 "attr41630") ) ) +(assert (myObject (attribute1 "attr41631") ) ) +(assert (myObject (attribute1 "attr41632") ) ) +(assert (myObject (attribute1 "attr41633") ) ) +(assert (myObject (attribute1 "attr41634") ) ) +(assert (myObject (attribute1 "attr41635") ) ) +(assert (myObject (attribute1 "attr41636") ) ) +(assert (myObject (attribute1 "attr41637") ) ) +(assert (myObject (attribute1 "attr41638") ) ) +(assert (myObject (attribute1 "attr41639") ) ) +(assert (myObject (attribute1 "attr41640") ) ) +(assert (myObject (attribute1 "attr41641") ) ) +(assert (myObject (attribute1 "attr41642") ) ) +(assert (myObject (attribute1 "attr41643") ) ) +(assert (myObject (attribute1 "attr41644") ) ) +(assert (myObject (attribute1 "attr41645") ) ) +(assert (myObject (attribute1 "attr41646") ) ) +(assert (myObject (attribute1 "attr41647") ) ) +(assert (myObject (attribute1 "attr41648") ) ) +(assert (myObject (attribute1 "attr41649") ) ) +(assert (myObject (attribute1 "attr41650") ) ) +(assert (myObject (attribute1 "attr41651") ) ) +(assert (myObject (attribute1 "attr41652") ) ) +(assert (myObject (attribute1 "attr41653") ) ) +(assert (myObject (attribute1 "attr41654") ) ) +(assert (myObject (attribute1 "attr41655") ) ) +(assert (myObject (attribute1 "attr41656") ) ) +(assert (myObject (attribute1 "attr41657") ) ) +(assert (myObject (attribute1 "attr41658") ) ) +(assert (myObject (attribute1 "attr41659") ) ) +(assert (myObject (attribute1 "attr41660") ) ) +(assert (myObject (attribute1 "attr41661") ) ) +(assert (myObject (attribute1 "attr41662") ) ) +(assert (myObject (attribute1 "attr41663") ) ) +(assert (myObject (attribute1 "attr41664") ) ) +(assert (myObject (attribute1 "attr41665") ) ) +(assert (myObject (attribute1 "attr41666") ) ) +(assert (myObject (attribute1 "attr41667") ) ) +(assert (myObject (attribute1 "attr41668") ) ) +(assert (myObject (attribute1 "attr41669") ) ) +(assert (myObject (attribute1 "attr41670") ) ) +(assert (myObject (attribute1 "attr41671") ) ) +(assert (myObject (attribute1 "attr41672") ) ) +(assert (myObject (attribute1 "attr41673") ) ) +(assert (myObject (attribute1 "attr41674") ) ) +(assert (myObject (attribute1 "attr41675") ) ) +(assert (myObject (attribute1 "attr41676") ) ) +(assert (myObject (attribute1 "attr41677") ) ) +(assert (myObject (attribute1 "attr41678") ) ) +(assert (myObject (attribute1 "attr41679") ) ) +(assert (myObject (attribute1 "attr41680") ) ) +(assert (myObject (attribute1 "attr41681") ) ) +(assert (myObject (attribute1 "attr41682") ) ) +(assert (myObject (attribute1 "attr41683") ) ) +(assert (myObject (attribute1 "attr41684") ) ) +(assert (myObject (attribute1 "attr41685") ) ) +(assert (myObject (attribute1 "attr41686") ) ) +(assert (myObject (attribute1 "attr41687") ) ) +(assert (myObject (attribute1 "attr41688") ) ) +(assert (myObject (attribute1 "attr41689") ) ) +(assert (myObject (attribute1 "attr41690") ) ) +(assert (myObject (attribute1 "attr41691") ) ) +(assert (myObject (attribute1 "attr41692") ) ) +(assert (myObject (attribute1 "attr41693") ) ) +(assert (myObject (attribute1 "attr41694") ) ) +(assert (myObject (attribute1 "attr41695") ) ) +(assert (myObject (attribute1 "attr41696") ) ) +(assert (myObject (attribute1 "attr41697") ) ) +(assert (myObject (attribute1 "attr41698") ) ) +(assert (myObject (attribute1 "attr41699") ) ) +(assert (myObject (attribute1 "attr41700") ) ) +(assert (myObject (attribute1 "attr41701") ) ) +(assert (myObject (attribute1 "attr41702") ) ) +(assert (myObject (attribute1 "attr41703") ) ) +(assert (myObject (attribute1 "attr41704") ) ) +(assert (myObject (attribute1 "attr41705") ) ) +(assert (myObject (attribute1 "attr41706") ) ) +(assert (myObject (attribute1 "attr41707") ) ) +(assert (myObject (attribute1 "attr41708") ) ) +(assert (myObject (attribute1 "attr41709") ) ) +(assert (myObject (attribute1 "attr41710") ) ) +(assert (myObject (attribute1 "attr41711") ) ) +(assert (myObject (attribute1 "attr41712") ) ) +(assert (myObject (attribute1 "attr41713") ) ) +(assert (myObject (attribute1 "attr41714") ) ) +(assert (myObject (attribute1 "attr41715") ) ) +(assert (myObject (attribute1 "attr41716") ) ) +(assert (myObject (attribute1 "attr41717") ) ) +(assert (myObject (attribute1 "attr41718") ) ) +(assert (myObject (attribute1 "attr41719") ) ) +(assert (myObject (attribute1 "attr41720") ) ) +(assert (myObject (attribute1 "attr41721") ) ) +(assert (myObject (attribute1 "attr41722") ) ) +(assert (myObject (attribute1 "attr41723") ) ) +(assert (myObject (attribute1 "attr41724") ) ) +(assert (myObject (attribute1 "attr41725") ) ) +(assert (myObject (attribute1 "attr41726") ) ) +(assert (myObject (attribute1 "attr41727") ) ) +(assert (myObject (attribute1 "attr41728") ) ) +(assert (myObject (attribute1 "attr41729") ) ) +(assert (myObject (attribute1 "attr41730") ) ) +(assert (myObject (attribute1 "attr41731") ) ) +(assert (myObject (attribute1 "attr41732") ) ) +(assert (myObject (attribute1 "attr41733") ) ) +(assert (myObject (attribute1 "attr41734") ) ) +(assert (myObject (attribute1 "attr41735") ) ) +(assert (myObject (attribute1 "attr41736") ) ) +(assert (myObject (attribute1 "attr41737") ) ) +(assert (myObject (attribute1 "attr41738") ) ) +(assert (myObject (attribute1 "attr41739") ) ) +(assert (myObject (attribute1 "attr41740") ) ) +(assert (myObject (attribute1 "attr41741") ) ) +(assert (myObject (attribute1 "attr41742") ) ) +(assert (myObject (attribute1 "attr41743") ) ) +(assert (myObject (attribute1 "attr41744") ) ) +(assert (myObject (attribute1 "attr41745") ) ) +(assert (myObject (attribute1 "attr41746") ) ) +(assert (myObject (attribute1 "attr41747") ) ) +(assert (myObject (attribute1 "attr41748") ) ) +(assert (myObject (attribute1 "attr41749") ) ) +(assert (myObject (attribute1 "attr41750") ) ) +(assert (myObject (attribute1 "attr41751") ) ) +(assert (myObject (attribute1 "attr41752") ) ) +(assert (myObject (attribute1 "attr41753") ) ) +(assert (myObject (attribute1 "attr41754") ) ) +(assert (myObject (attribute1 "attr41755") ) ) +(assert (myObject (attribute1 "attr41756") ) ) +(assert (myObject (attribute1 "attr41757") ) ) +(assert (myObject (attribute1 "attr41758") ) ) +(assert (myObject (attribute1 "attr41759") ) ) +(assert (myObject (attribute1 "attr41760") ) ) +(assert (myObject (attribute1 "attr41761") ) ) +(assert (myObject (attribute1 "attr41762") ) ) +(assert (myObject (attribute1 "attr41763") ) ) +(assert (myObject (attribute1 "attr41764") ) ) +(assert (myObject (attribute1 "attr41765") ) ) +(assert (myObject (attribute1 "attr41766") ) ) +(assert (myObject (attribute1 "attr41767") ) ) +(assert (myObject (attribute1 "attr41768") ) ) +(assert (myObject (attribute1 "attr41769") ) ) +(assert (myObject (attribute1 "attr41770") ) ) +(assert (myObject (attribute1 "attr41771") ) ) +(assert (myObject (attribute1 "attr41772") ) ) +(assert (myObject (attribute1 "attr41773") ) ) +(assert (myObject (attribute1 "attr41774") ) ) +(assert (myObject (attribute1 "attr41775") ) ) +(assert (myObject (attribute1 "attr41776") ) ) +(assert (myObject (attribute1 "attr41777") ) ) +(assert (myObject (attribute1 "attr41778") ) ) +(assert (myObject (attribute1 "attr41779") ) ) +(assert (myObject (attribute1 "attr41780") ) ) +(assert (myObject (attribute1 "attr41781") ) ) +(assert (myObject (attribute1 "attr41782") ) ) +(assert (myObject (attribute1 "attr41783") ) ) +(assert (myObject (attribute1 "attr41784") ) ) +(assert (myObject (attribute1 "attr41785") ) ) +(assert (myObject (attribute1 "attr41786") ) ) +(assert (myObject (attribute1 "attr41787") ) ) +(assert (myObject (attribute1 "attr41788") ) ) +(assert (myObject (attribute1 "attr41789") ) ) +(assert (myObject (attribute1 "attr41790") ) ) +(assert (myObject (attribute1 "attr41791") ) ) +(assert (myObject (attribute1 "attr41792") ) ) +(assert (myObject (attribute1 "attr41793") ) ) +(assert (myObject (attribute1 "attr41794") ) ) +(assert (myObject (attribute1 "attr41795") ) ) +(assert (myObject (attribute1 "attr41796") ) ) +(assert (myObject (attribute1 "attr41797") ) ) +(assert (myObject (attribute1 "attr41798") ) ) +(assert (myObject (attribute1 "attr41799") ) ) +(assert (myObject (attribute1 "attr41800") ) ) +(assert (myObject (attribute1 "attr41801") ) ) +(assert (myObject (attribute1 "attr41802") ) ) +(assert (myObject (attribute1 "attr41803") ) ) +(assert (myObject (attribute1 "attr41804") ) ) +(assert (myObject (attribute1 "attr41805") ) ) +(assert (myObject (attribute1 "attr41806") ) ) +(assert (myObject (attribute1 "attr41807") ) ) +(assert (myObject (attribute1 "attr41808") ) ) +(assert (myObject (attribute1 "attr41809") ) ) +(assert (myObject (attribute1 "attr41810") ) ) +(assert (myObject (attribute1 "attr41811") ) ) +(assert (myObject (attribute1 "attr41812") ) ) +(assert (myObject (attribute1 "attr41813") ) ) +(assert (myObject (attribute1 "attr41814") ) ) +(assert (myObject (attribute1 "attr41815") ) ) +(assert (myObject (attribute1 "attr41816") ) ) +(assert (myObject (attribute1 "attr41817") ) ) +(assert (myObject (attribute1 "attr41818") ) ) +(assert (myObject (attribute1 "attr41819") ) ) +(assert (myObject (attribute1 "attr41820") ) ) +(assert (myObject (attribute1 "attr41821") ) ) +(assert (myObject (attribute1 "attr41822") ) ) +(assert (myObject (attribute1 "attr41823") ) ) +(assert (myObject (attribute1 "attr41824") ) ) +(assert (myObject (attribute1 "attr41825") ) ) +(assert (myObject (attribute1 "attr41826") ) ) +(assert (myObject (attribute1 "attr41827") ) ) +(assert (myObject (attribute1 "attr41828") ) ) +(assert (myObject (attribute1 "attr41829") ) ) +(assert (myObject (attribute1 "attr41830") ) ) +(assert (myObject (attribute1 "attr41831") ) ) +(assert (myObject (attribute1 "attr41832") ) ) +(assert (myObject (attribute1 "attr41833") ) ) +(assert (myObject (attribute1 "attr41834") ) ) +(assert (myObject (attribute1 "attr41835") ) ) +(assert (myObject (attribute1 "attr41836") ) ) +(assert (myObject (attribute1 "attr41837") ) ) +(assert (myObject (attribute1 "attr41838") ) ) +(assert (myObject (attribute1 "attr41839") ) ) +(assert (myObject (attribute1 "attr41840") ) ) +(assert (myObject (attribute1 "attr41841") ) ) +(assert (myObject (attribute1 "attr41842") ) ) +(assert (myObject (attribute1 "attr41843") ) ) +(assert (myObject (attribute1 "attr41844") ) ) +(assert (myObject (attribute1 "attr41845") ) ) +(assert (myObject (attribute1 "attr41846") ) ) +(assert (myObject (attribute1 "attr41847") ) ) +(assert (myObject (attribute1 "attr41848") ) ) +(assert (myObject (attribute1 "attr41849") ) ) +(assert (myObject (attribute1 "attr41850") ) ) +(assert (myObject (attribute1 "attr41851") ) ) +(assert (myObject (attribute1 "attr41852") ) ) +(assert (myObject (attribute1 "attr41853") ) ) +(assert (myObject (attribute1 "attr41854") ) ) +(assert (myObject (attribute1 "attr41855") ) ) +(assert (myObject (attribute1 "attr41856") ) ) +(assert (myObject (attribute1 "attr41857") ) ) +(assert (myObject (attribute1 "attr41858") ) ) +(assert (myObject (attribute1 "attr41859") ) ) +(assert (myObject (attribute1 "attr41860") ) ) +(assert (myObject (attribute1 "attr41861") ) ) +(assert (myObject (attribute1 "attr41862") ) ) +(assert (myObject (attribute1 "attr41863") ) ) +(assert (myObject (attribute1 "attr41864") ) ) +(assert (myObject (attribute1 "attr41865") ) ) +(assert (myObject (attribute1 "attr41866") ) ) +(assert (myObject (attribute1 "attr41867") ) ) +(assert (myObject (attribute1 "attr41868") ) ) +(assert (myObject (attribute1 "attr41869") ) ) +(assert (myObject (attribute1 "attr41870") ) ) +(assert (myObject (attribute1 "attr41871") ) ) +(assert (myObject (attribute1 "attr41872") ) ) +(assert (myObject (attribute1 "attr41873") ) ) +(assert (myObject (attribute1 "attr41874") ) ) +(assert (myObject (attribute1 "attr41875") ) ) +(assert (myObject (attribute1 "attr41876") ) ) +(assert (myObject (attribute1 "attr41877") ) ) +(assert (myObject (attribute1 "attr41878") ) ) +(assert (myObject (attribute1 "attr41879") ) ) +(assert (myObject (attribute1 "attr41880") ) ) +(assert (myObject (attribute1 "attr41881") ) ) +(assert (myObject (attribute1 "attr41882") ) ) +(assert (myObject (attribute1 "attr41883") ) ) +(assert (myObject (attribute1 "attr41884") ) ) +(assert (myObject (attribute1 "attr41885") ) ) +(assert (myObject (attribute1 "attr41886") ) ) +(assert (myObject (attribute1 "attr41887") ) ) +(assert (myObject (attribute1 "attr41888") ) ) +(assert (myObject (attribute1 "attr41889") ) ) +(assert (myObject (attribute1 "attr41890") ) ) +(assert (myObject (attribute1 "attr41891") ) ) +(assert (myObject (attribute1 "attr41892") ) ) +(assert (myObject (attribute1 "attr41893") ) ) +(assert (myObject (attribute1 "attr41894") ) ) +(assert (myObject (attribute1 "attr41895") ) ) +(assert (myObject (attribute1 "attr41896") ) ) +(assert (myObject (attribute1 "attr41897") ) ) +(assert (myObject (attribute1 "attr41898") ) ) +(assert (myObject (attribute1 "attr41899") ) ) +(assert (myObject (attribute1 "attr41900") ) ) +(assert (myObject (attribute1 "attr41901") ) ) +(assert (myObject (attribute1 "attr41902") ) ) +(assert (myObject (attribute1 "attr41903") ) ) +(assert (myObject (attribute1 "attr41904") ) ) +(assert (myObject (attribute1 "attr41905") ) ) +(assert (myObject (attribute1 "attr41906") ) ) +(assert (myObject (attribute1 "attr41907") ) ) +(assert (myObject (attribute1 "attr41908") ) ) +(assert (myObject (attribute1 "attr41909") ) ) +(assert (myObject (attribute1 "attr41910") ) ) +(assert (myObject (attribute1 "attr41911") ) ) +(assert (myObject (attribute1 "attr41912") ) ) +(assert (myObject (attribute1 "attr41913") ) ) +(assert (myObject (attribute1 "attr41914") ) ) +(assert (myObject (attribute1 "attr41915") ) ) +(assert (myObject (attribute1 "attr41916") ) ) +(assert (myObject (attribute1 "attr41917") ) ) +(assert (myObject (attribute1 "attr41918") ) ) +(assert (myObject (attribute1 "attr41919") ) ) +(assert (myObject (attribute1 "attr41920") ) ) +(assert (myObject (attribute1 "attr41921") ) ) +(assert (myObject (attribute1 "attr41922") ) ) +(assert (myObject (attribute1 "attr41923") ) ) +(assert (myObject (attribute1 "attr41924") ) ) +(assert (myObject (attribute1 "attr41925") ) ) +(assert (myObject (attribute1 "attr41926") ) ) +(assert (myObject (attribute1 "attr41927") ) ) +(assert (myObject (attribute1 "attr41928") ) ) +(assert (myObject (attribute1 "attr41929") ) ) +(assert (myObject (attribute1 "attr41930") ) ) +(assert (myObject (attribute1 "attr41931") ) ) +(assert (myObject (attribute1 "attr41932") ) ) +(assert (myObject (attribute1 "attr41933") ) ) +(assert (myObject (attribute1 "attr41934") ) ) +(assert (myObject (attribute1 "attr41935") ) ) +(assert (myObject (attribute1 "attr41936") ) ) +(assert (myObject (attribute1 "attr41937") ) ) +(assert (myObject (attribute1 "attr41938") ) ) +(assert (myObject (attribute1 "attr41939") ) ) +(assert (myObject (attribute1 "attr41940") ) ) +(assert (myObject (attribute1 "attr41941") ) ) +(assert (myObject (attribute1 "attr41942") ) ) +(assert (myObject (attribute1 "attr41943") ) ) +(assert (myObject (attribute1 "attr41944") ) ) +(assert (myObject (attribute1 "attr41945") ) ) +(assert (myObject (attribute1 "attr41946") ) ) +(assert (myObject (attribute1 "attr41947") ) ) +(assert (myObject (attribute1 "attr41948") ) ) +(assert (myObject (attribute1 "attr41949") ) ) +(assert (myObject (attribute1 "attr41950") ) ) +(assert (myObject (attribute1 "attr41951") ) ) +(assert (myObject (attribute1 "attr41952") ) ) +(assert (myObject (attribute1 "attr41953") ) ) +(assert (myObject (attribute1 "attr41954") ) ) +(assert (myObject (attribute1 "attr41955") ) ) +(assert (myObject (attribute1 "attr41956") ) ) +(assert (myObject (attribute1 "attr41957") ) ) +(assert (myObject (attribute1 "attr41958") ) ) +(assert (myObject (attribute1 "attr41959") ) ) +(assert (myObject (attribute1 "attr41960") ) ) +(assert (myObject (attribute1 "attr41961") ) ) +(assert (myObject (attribute1 "attr41962") ) ) +(assert (myObject (attribute1 "attr41963") ) ) +(assert (myObject (attribute1 "attr41964") ) ) +(assert (myObject (attribute1 "attr41965") ) ) +(assert (myObject (attribute1 "attr41966") ) ) +(assert (myObject (attribute1 "attr41967") ) ) +(assert (myObject (attribute1 "attr41968") ) ) +(assert (myObject (attribute1 "attr41969") ) ) +(assert (myObject (attribute1 "attr41970") ) ) +(assert (myObject (attribute1 "attr41971") ) ) +(assert (myObject (attribute1 "attr41972") ) ) +(assert (myObject (attribute1 "attr41973") ) ) +(assert (myObject (attribute1 "attr41974") ) ) +(assert (myObject (attribute1 "attr41975") ) ) +(assert (myObject (attribute1 "attr41976") ) ) +(assert (myObject (attribute1 "attr41977") ) ) +(assert (myObject (attribute1 "attr41978") ) ) +(assert (myObject (attribute1 "attr41979") ) ) +(assert (myObject (attribute1 "attr41980") ) ) +(assert (myObject (attribute1 "attr41981") ) ) +(assert (myObject (attribute1 "attr41982") ) ) +(assert (myObject (attribute1 "attr41983") ) ) +(assert (myObject (attribute1 "attr41984") ) ) +(assert (myObject (attribute1 "attr41985") ) ) +(assert (myObject (attribute1 "attr41986") ) ) +(assert (myObject (attribute1 "attr41987") ) ) +(assert (myObject (attribute1 "attr41988") ) ) +(assert (myObject (attribute1 "attr41989") ) ) +(assert (myObject (attribute1 "attr41990") ) ) +(assert (myObject (attribute1 "attr41991") ) ) +(assert (myObject (attribute1 "attr41992") ) ) +(assert (myObject (attribute1 "attr41993") ) ) +(assert (myObject (attribute1 "attr41994") ) ) +(assert (myObject (attribute1 "attr41995") ) ) +(assert (myObject (attribute1 "attr41996") ) ) +(assert (myObject (attribute1 "attr41997") ) ) +(assert (myObject (attribute1 "attr41998") ) ) +(assert (myObject (attribute1 "attr41999") ) ) +(assert (myObject (attribute1 "attr42000") ) ) +(assert (myObject (attribute1 "attr42001") ) ) +(assert (myObject (attribute1 "attr42002") ) ) +(assert (myObject (attribute1 "attr42003") ) ) +(assert (myObject (attribute1 "attr42004") ) ) +(assert (myObject (attribute1 "attr42005") ) ) +(assert (myObject (attribute1 "attr42006") ) ) +(assert (myObject (attribute1 "attr42007") ) ) +(assert (myObject (attribute1 "attr42008") ) ) +(assert (myObject (attribute1 "attr42009") ) ) +(assert (myObject (attribute1 "attr42010") ) ) +(assert (myObject (attribute1 "attr42011") ) ) +(assert (myObject (attribute1 "attr42012") ) ) +(assert (myObject (attribute1 "attr42013") ) ) +(assert (myObject (attribute1 "attr42014") ) ) +(assert (myObject (attribute1 "attr42015") ) ) +(assert (myObject (attribute1 "attr42016") ) ) +(assert (myObject (attribute1 "attr42017") ) ) +(assert (myObject (attribute1 "attr42018") ) ) +(assert (myObject (attribute1 "attr42019") ) ) +(assert (myObject (attribute1 "attr42020") ) ) +(assert (myObject (attribute1 "attr42021") ) ) +(assert (myObject (attribute1 "attr42022") ) ) +(assert (myObject (attribute1 "attr42023") ) ) +(assert (myObject (attribute1 "attr42024") ) ) +(assert (myObject (attribute1 "attr42025") ) ) +(assert (myObject (attribute1 "attr42026") ) ) +(assert (myObject (attribute1 "attr42027") ) ) +(assert (myObject (attribute1 "attr42028") ) ) +(assert (myObject (attribute1 "attr42029") ) ) +(assert (myObject (attribute1 "attr42030") ) ) +(assert (myObject (attribute1 "attr42031") ) ) +(assert (myObject (attribute1 "attr42032") ) ) +(assert (myObject (attribute1 "attr42033") ) ) +(assert (myObject (attribute1 "attr42034") ) ) +(assert (myObject (attribute1 "attr42035") ) ) +(assert (myObject (attribute1 "attr42036") ) ) +(assert (myObject (attribute1 "attr42037") ) ) +(assert (myObject (attribute1 "attr42038") ) ) +(assert (myObject (attribute1 "attr42039") ) ) +(assert (myObject (attribute1 "attr42040") ) ) +(assert (myObject (attribute1 "attr42041") ) ) +(assert (myObject (attribute1 "attr42042") ) ) +(assert (myObject (attribute1 "attr42043") ) ) +(assert (myObject (attribute1 "attr42044") ) ) +(assert (myObject (attribute1 "attr42045") ) ) +(assert (myObject (attribute1 "attr42046") ) ) +(assert (myObject (attribute1 "attr42047") ) ) +(assert (myObject (attribute1 "attr42048") ) ) +(assert (myObject (attribute1 "attr42049") ) ) +(assert (myObject (attribute1 "attr42050") ) ) +(assert (myObject (attribute1 "attr42051") ) ) +(assert (myObject (attribute1 "attr42052") ) ) +(assert (myObject (attribute1 "attr42053") ) ) +(assert (myObject (attribute1 "attr42054") ) ) +(assert (myObject (attribute1 "attr42055") ) ) +(assert (myObject (attribute1 "attr42056") ) ) +(assert (myObject (attribute1 "attr42057") ) ) +(assert (myObject (attribute1 "attr42058") ) ) +(assert (myObject (attribute1 "attr42059") ) ) +(assert (myObject (attribute1 "attr42060") ) ) +(assert (myObject (attribute1 "attr42061") ) ) +(assert (myObject (attribute1 "attr42062") ) ) +(assert (myObject (attribute1 "attr42063") ) ) +(assert (myObject (attribute1 "attr42064") ) ) +(assert (myObject (attribute1 "attr42065") ) ) +(assert (myObject (attribute1 "attr42066") ) ) +(assert (myObject (attribute1 "attr42067") ) ) +(assert (myObject (attribute1 "attr42068") ) ) +(assert (myObject (attribute1 "attr42069") ) ) +(assert (myObject (attribute1 "attr42070") ) ) +(assert (myObject (attribute1 "attr42071") ) ) +(assert (myObject (attribute1 "attr42072") ) ) +(assert (myObject (attribute1 "attr42073") ) ) +(assert (myObject (attribute1 "attr42074") ) ) +(assert (myObject (attribute1 "attr42075") ) ) +(assert (myObject (attribute1 "attr42076") ) ) +(assert (myObject (attribute1 "attr42077") ) ) +(assert (myObject (attribute1 "attr42078") ) ) +(assert (myObject (attribute1 "attr42079") ) ) +(assert (myObject (attribute1 "attr42080") ) ) +(assert (myObject (attribute1 "attr42081") ) ) +(assert (myObject (attribute1 "attr42082") ) ) +(assert (myObject (attribute1 "attr42083") ) ) +(assert (myObject (attribute1 "attr42084") ) ) +(assert (myObject (attribute1 "attr42085") ) ) +(assert (myObject (attribute1 "attr42086") ) ) +(assert (myObject (attribute1 "attr42087") ) ) +(assert (myObject (attribute1 "attr42088") ) ) +(assert (myObject (attribute1 "attr42089") ) ) +(assert (myObject (attribute1 "attr42090") ) ) +(assert (myObject (attribute1 "attr42091") ) ) +(assert (myObject (attribute1 "attr42092") ) ) +(assert (myObject (attribute1 "attr42093") ) ) +(assert (myObject (attribute1 "attr42094") ) ) +(assert (myObject (attribute1 "attr42095") ) ) +(assert (myObject (attribute1 "attr42096") ) ) +(assert (myObject (attribute1 "attr42097") ) ) +(assert (myObject (attribute1 "attr42098") ) ) +(assert (myObject (attribute1 "attr42099") ) ) +(assert (myObject (attribute1 "attr42100") ) ) +(assert (myObject (attribute1 "attr42101") ) ) +(assert (myObject (attribute1 "attr42102") ) ) +(assert (myObject (attribute1 "attr42103") ) ) +(assert (myObject (attribute1 "attr42104") ) ) +(assert (myObject (attribute1 "attr42105") ) ) +(assert (myObject (attribute1 "attr42106") ) ) +(assert (myObject (attribute1 "attr42107") ) ) +(assert (myObject (attribute1 "attr42108") ) ) +(assert (myObject (attribute1 "attr42109") ) ) +(assert (myObject (attribute1 "attr42110") ) ) +(assert (myObject (attribute1 "attr42111") ) ) +(assert (myObject (attribute1 "attr42112") ) ) +(assert (myObject (attribute1 "attr42113") ) ) +(assert (myObject (attribute1 "attr42114") ) ) +(assert (myObject (attribute1 "attr42115") ) ) +(assert (myObject (attribute1 "attr42116") ) ) +(assert (myObject (attribute1 "attr42117") ) ) +(assert (myObject (attribute1 "attr42118") ) ) +(assert (myObject (attribute1 "attr42119") ) ) +(assert (myObject (attribute1 "attr42120") ) ) +(assert (myObject (attribute1 "attr42121") ) ) +(assert (myObject (attribute1 "attr42122") ) ) +(assert (myObject (attribute1 "attr42123") ) ) +(assert (myObject (attribute1 "attr42124") ) ) +(assert (myObject (attribute1 "attr42125") ) ) +(assert (myObject (attribute1 "attr42126") ) ) +(assert (myObject (attribute1 "attr42127") ) ) +(assert (myObject (attribute1 "attr42128") ) ) +(assert (myObject (attribute1 "attr42129") ) ) +(assert (myObject (attribute1 "attr42130") ) ) +(assert (myObject (attribute1 "attr42131") ) ) +(assert (myObject (attribute1 "attr42132") ) ) +(assert (myObject (attribute1 "attr42133") ) ) +(assert (myObject (attribute1 "attr42134") ) ) +(assert (myObject (attribute1 "attr42135") ) ) +(assert (myObject (attribute1 "attr42136") ) ) +(assert (myObject (attribute1 "attr42137") ) ) +(assert (myObject (attribute1 "attr42138") ) ) +(assert (myObject (attribute1 "attr42139") ) ) +(assert (myObject (attribute1 "attr42140") ) ) +(assert (myObject (attribute1 "attr42141") ) ) +(assert (myObject (attribute1 "attr42142") ) ) +(assert (myObject (attribute1 "attr42143") ) ) +(assert (myObject (attribute1 "attr42144") ) ) +(assert (myObject (attribute1 "attr42145") ) ) +(assert (myObject (attribute1 "attr42146") ) ) +(assert (myObject (attribute1 "attr42147") ) ) +(assert (myObject (attribute1 "attr42148") ) ) +(assert (myObject (attribute1 "attr42149") ) ) +(assert (myObject (attribute1 "attr42150") ) ) +(assert (myObject (attribute1 "attr42151") ) ) +(assert (myObject (attribute1 "attr42152") ) ) +(assert (myObject (attribute1 "attr42153") ) ) +(assert (myObject (attribute1 "attr42154") ) ) +(assert (myObject (attribute1 "attr42155") ) ) +(assert (myObject (attribute1 "attr42156") ) ) +(assert (myObject (attribute1 "attr42157") ) ) +(assert (myObject (attribute1 "attr42158") ) ) +(assert (myObject (attribute1 "attr42159") ) ) +(assert (myObject (attribute1 "attr42160") ) ) +(assert (myObject (attribute1 "attr42161") ) ) +(assert (myObject (attribute1 "attr42162") ) ) +(assert (myObject (attribute1 "attr42163") ) ) +(assert (myObject (attribute1 "attr42164") ) ) +(assert (myObject (attribute1 "attr42165") ) ) +(assert (myObject (attribute1 "attr42166") ) ) +(assert (myObject (attribute1 "attr42167") ) ) +(assert (myObject (attribute1 "attr42168") ) ) +(assert (myObject (attribute1 "attr42169") ) ) +(assert (myObject (attribute1 "attr42170") ) ) +(assert (myObject (attribute1 "attr42171") ) ) +(assert (myObject (attribute1 "attr42172") ) ) +(assert (myObject (attribute1 "attr42173") ) ) +(assert (myObject (attribute1 "attr42174") ) ) +(assert (myObject (attribute1 "attr42175") ) ) +(assert (myObject (attribute1 "attr42176") ) ) +(assert (myObject (attribute1 "attr42177") ) ) +(assert (myObject (attribute1 "attr42178") ) ) +(assert (myObject (attribute1 "attr42179") ) ) +(assert (myObject (attribute1 "attr42180") ) ) +(assert (myObject (attribute1 "attr42181") ) ) +(assert (myObject (attribute1 "attr42182") ) ) +(assert (myObject (attribute1 "attr42183") ) ) +(assert (myObject (attribute1 "attr42184") ) ) +(assert (myObject (attribute1 "attr42185") ) ) +(assert (myObject (attribute1 "attr42186") ) ) +(assert (myObject (attribute1 "attr42187") ) ) +(assert (myObject (attribute1 "attr42188") ) ) +(assert (myObject (attribute1 "attr42189") ) ) +(assert (myObject (attribute1 "attr42190") ) ) +(assert (myObject (attribute1 "attr42191") ) ) +(assert (myObject (attribute1 "attr42192") ) ) +(assert (myObject (attribute1 "attr42193") ) ) +(assert (myObject (attribute1 "attr42194") ) ) +(assert (myObject (attribute1 "attr42195") ) ) +(assert (myObject (attribute1 "attr42196") ) ) +(assert (myObject (attribute1 "attr42197") ) ) +(assert (myObject (attribute1 "attr42198") ) ) +(assert (myObject (attribute1 "attr42199") ) ) +(assert (myObject (attribute1 "attr42200") ) ) +(assert (myObject (attribute1 "attr42201") ) ) +(assert (myObject (attribute1 "attr42202") ) ) +(assert (myObject (attribute1 "attr42203") ) ) +(assert (myObject (attribute1 "attr42204") ) ) +(assert (myObject (attribute1 "attr42205") ) ) +(assert (myObject (attribute1 "attr42206") ) ) +(assert (myObject (attribute1 "attr42207") ) ) +(assert (myObject (attribute1 "attr42208") ) ) +(assert (myObject (attribute1 "attr42209") ) ) +(assert (myObject (attribute1 "attr42210") ) ) +(assert (myObject (attribute1 "attr42211") ) ) +(assert (myObject (attribute1 "attr42212") ) ) +(assert (myObject (attribute1 "attr42213") ) ) +(assert (myObject (attribute1 "attr42214") ) ) +(assert (myObject (attribute1 "attr42215") ) ) +(assert (myObject (attribute1 "attr42216") ) ) +(assert (myObject (attribute1 "attr42217") ) ) +(assert (myObject (attribute1 "attr42218") ) ) +(assert (myObject (attribute1 "attr42219") ) ) +(assert (myObject (attribute1 "attr42220") ) ) +(assert (myObject (attribute1 "attr42221") ) ) +(assert (myObject (attribute1 "attr42222") ) ) +(assert (myObject (attribute1 "attr42223") ) ) +(assert (myObject (attribute1 "attr42224") ) ) +(assert (myObject (attribute1 "attr42225") ) ) +(assert (myObject (attribute1 "attr42226") ) ) +(assert (myObject (attribute1 "attr42227") ) ) +(assert (myObject (attribute1 "attr42228") ) ) +(assert (myObject (attribute1 "attr42229") ) ) +(assert (myObject (attribute1 "attr42230") ) ) +(assert (myObject (attribute1 "attr42231") ) ) +(assert (myObject (attribute1 "attr42232") ) ) +(assert (myObject (attribute1 "attr42233") ) ) +(assert (myObject (attribute1 "attr42234") ) ) +(assert (myObject (attribute1 "attr42235") ) ) +(assert (myObject (attribute1 "attr42236") ) ) +(assert (myObject (attribute1 "attr42237") ) ) +(assert (myObject (attribute1 "attr42238") ) ) +(assert (myObject (attribute1 "attr42239") ) ) +(assert (myObject (attribute1 "attr42240") ) ) +(assert (myObject (attribute1 "attr42241") ) ) +(assert (myObject (attribute1 "attr42242") ) ) +(assert (myObject (attribute1 "attr42243") ) ) +(assert (myObject (attribute1 "attr42244") ) ) +(assert (myObject (attribute1 "attr42245") ) ) +(assert (myObject (attribute1 "attr42246") ) ) +(assert (myObject (attribute1 "attr42247") ) ) +(assert (myObject (attribute1 "attr42248") ) ) +(assert (myObject (attribute1 "attr42249") ) ) +(assert (myObject (attribute1 "attr42250") ) ) +(assert (myObject (attribute1 "attr42251") ) ) +(assert (myObject (attribute1 "attr42252") ) ) +(assert (myObject (attribute1 "attr42253") ) ) +(assert (myObject (attribute1 "attr42254") ) ) +(assert (myObject (attribute1 "attr42255") ) ) +(assert (myObject (attribute1 "attr42256") ) ) +(assert (myObject (attribute1 "attr42257") ) ) +(assert (myObject (attribute1 "attr42258") ) ) +(assert (myObject (attribute1 "attr42259") ) ) +(assert (myObject (attribute1 "attr42260") ) ) +(assert (myObject (attribute1 "attr42261") ) ) +(assert (myObject (attribute1 "attr42262") ) ) +(assert (myObject (attribute1 "attr42263") ) ) +(assert (myObject (attribute1 "attr42264") ) ) +(assert (myObject (attribute1 "attr42265") ) ) +(assert (myObject (attribute1 "attr42266") ) ) +(assert (myObject (attribute1 "attr42267") ) ) +(assert (myObject (attribute1 "attr42268") ) ) +(assert (myObject (attribute1 "attr42269") ) ) +(assert (myObject (attribute1 "attr42270") ) ) +(assert (myObject (attribute1 "attr42271") ) ) +(assert (myObject (attribute1 "attr42272") ) ) +(assert (myObject (attribute1 "attr42273") ) ) +(assert (myObject (attribute1 "attr42274") ) ) +(assert (myObject (attribute1 "attr42275") ) ) +(assert (myObject (attribute1 "attr42276") ) ) +(assert (myObject (attribute1 "attr42277") ) ) +(assert (myObject (attribute1 "attr42278") ) ) +(assert (myObject (attribute1 "attr42279") ) ) +(assert (myObject (attribute1 "attr42280") ) ) +(assert (myObject (attribute1 "attr42281") ) ) +(assert (myObject (attribute1 "attr42282") ) ) +(assert (myObject (attribute1 "attr42283") ) ) +(assert (myObject (attribute1 "attr42284") ) ) +(assert (myObject (attribute1 "attr42285") ) ) +(assert (myObject (attribute1 "attr42286") ) ) +(assert (myObject (attribute1 "attr42287") ) ) +(assert (myObject (attribute1 "attr42288") ) ) +(assert (myObject (attribute1 "attr42289") ) ) +(assert (myObject (attribute1 "attr42290") ) ) +(assert (myObject (attribute1 "attr42291") ) ) +(assert (myObject (attribute1 "attr42292") ) ) +(assert (myObject (attribute1 "attr42293") ) ) +(assert (myObject (attribute1 "attr42294") ) ) +(assert (myObject (attribute1 "attr42295") ) ) +(assert (myObject (attribute1 "attr42296") ) ) +(assert (myObject (attribute1 "attr42297") ) ) +(assert (myObject (attribute1 "attr42298") ) ) +(assert (myObject (attribute1 "attr42299") ) ) +(assert (myObject (attribute1 "attr42300") ) ) +(assert (myObject (attribute1 "attr42301") ) ) +(assert (myObject (attribute1 "attr42302") ) ) +(assert (myObject (attribute1 "attr42303") ) ) +(assert (myObject (attribute1 "attr42304") ) ) +(assert (myObject (attribute1 "attr42305") ) ) +(assert (myObject (attribute1 "attr42306") ) ) +(assert (myObject (attribute1 "attr42307") ) ) +(assert (myObject (attribute1 "attr42308") ) ) +(assert (myObject (attribute1 "attr42309") ) ) +(assert (myObject (attribute1 "attr42310") ) ) +(assert (myObject (attribute1 "attr42311") ) ) +(assert (myObject (attribute1 "attr42312") ) ) +(assert (myObject (attribute1 "attr42313") ) ) +(assert (myObject (attribute1 "attr42314") ) ) +(assert (myObject (attribute1 "attr42315") ) ) +(assert (myObject (attribute1 "attr42316") ) ) +(assert (myObject (attribute1 "attr42317") ) ) +(assert (myObject (attribute1 "attr42318") ) ) +(assert (myObject (attribute1 "attr42319") ) ) +(assert (myObject (attribute1 "attr42320") ) ) +(assert (myObject (attribute1 "attr42321") ) ) +(assert (myObject (attribute1 "attr42322") ) ) +(assert (myObject (attribute1 "attr42323") ) ) +(assert (myObject (attribute1 "attr42324") ) ) +(assert (myObject (attribute1 "attr42325") ) ) +(assert (myObject (attribute1 "attr42326") ) ) +(assert (myObject (attribute1 "attr42327") ) ) +(assert (myObject (attribute1 "attr42328") ) ) +(assert (myObject (attribute1 "attr42329") ) ) +(assert (myObject (attribute1 "attr42330") ) ) +(assert (myObject (attribute1 "attr42331") ) ) +(assert (myObject (attribute1 "attr42332") ) ) +(assert (myObject (attribute1 "attr42333") ) ) +(assert (myObject (attribute1 "attr42334") ) ) +(assert (myObject (attribute1 "attr42335") ) ) +(assert (myObject (attribute1 "attr42336") ) ) +(assert (myObject (attribute1 "attr42337") ) ) +(assert (myObject (attribute1 "attr42338") ) ) +(assert (myObject (attribute1 "attr42339") ) ) +(assert (myObject (attribute1 "attr42340") ) ) +(assert (myObject (attribute1 "attr42341") ) ) +(assert (myObject (attribute1 "attr42342") ) ) +(assert (myObject (attribute1 "attr42343") ) ) +(assert (myObject (attribute1 "attr42344") ) ) +(assert (myObject (attribute1 "attr42345") ) ) +(assert (myObject (attribute1 "attr42346") ) ) +(assert (myObject (attribute1 "attr42347") ) ) +(assert (myObject (attribute1 "attr42348") ) ) +(assert (myObject (attribute1 "attr42349") ) ) +(assert (myObject (attribute1 "attr42350") ) ) +(assert (myObject (attribute1 "attr42351") ) ) +(assert (myObject (attribute1 "attr42352") ) ) +(assert (myObject (attribute1 "attr42353") ) ) +(assert (myObject (attribute1 "attr42354") ) ) +(assert (myObject (attribute1 "attr42355") ) ) +(assert (myObject (attribute1 "attr42356") ) ) +(assert (myObject (attribute1 "attr42357") ) ) +(assert (myObject (attribute1 "attr42358") ) ) +(assert (myObject (attribute1 "attr42359") ) ) +(assert (myObject (attribute1 "attr42360") ) ) +(assert (myObject (attribute1 "attr42361") ) ) +(assert (myObject (attribute1 "attr42362") ) ) +(assert (myObject (attribute1 "attr42363") ) ) +(assert (myObject (attribute1 "attr42364") ) ) +(assert (myObject (attribute1 "attr42365") ) ) +(assert (myObject (attribute1 "attr42366") ) ) +(assert (myObject (attribute1 "attr42367") ) ) +(assert (myObject (attribute1 "attr42368") ) ) +(assert (myObject (attribute1 "attr42369") ) ) +(assert (myObject (attribute1 "attr42370") ) ) +(assert (myObject (attribute1 "attr42371") ) ) +(assert (myObject (attribute1 "attr42372") ) ) +(assert (myObject (attribute1 "attr42373") ) ) +(assert (myObject (attribute1 "attr42374") ) ) +(assert (myObject (attribute1 "attr42375") ) ) +(assert (myObject (attribute1 "attr42376") ) ) +(assert (myObject (attribute1 "attr42377") ) ) +(assert (myObject (attribute1 "attr42378") ) ) +(assert (myObject (attribute1 "attr42379") ) ) +(assert (myObject (attribute1 "attr42380") ) ) +(assert (myObject (attribute1 "attr42381") ) ) +(assert (myObject (attribute1 "attr42382") ) ) +(assert (myObject (attribute1 "attr42383") ) ) +(assert (myObject (attribute1 "attr42384") ) ) +(assert (myObject (attribute1 "attr42385") ) ) +(assert (myObject (attribute1 "attr42386") ) ) +(assert (myObject (attribute1 "attr42387") ) ) +(assert (myObject (attribute1 "attr42388") ) ) +(assert (myObject (attribute1 "attr42389") ) ) +(assert (myObject (attribute1 "attr42390") ) ) +(assert (myObject (attribute1 "attr42391") ) ) +(assert (myObject (attribute1 "attr42392") ) ) +(assert (myObject (attribute1 "attr42393") ) ) +(assert (myObject (attribute1 "attr42394") ) ) +(assert (myObject (attribute1 "attr42395") ) ) +(assert (myObject (attribute1 "attr42396") ) ) +(assert (myObject (attribute1 "attr42397") ) ) +(assert (myObject (attribute1 "attr42398") ) ) +(assert (myObject (attribute1 "attr42399") ) ) +(assert (myObject (attribute1 "attr42400") ) ) +(assert (myObject (attribute1 "attr42401") ) ) +(assert (myObject (attribute1 "attr42402") ) ) +(assert (myObject (attribute1 "attr42403") ) ) +(assert (myObject (attribute1 "attr42404") ) ) +(assert (myObject (attribute1 "attr42405") ) ) +(assert (myObject (attribute1 "attr42406") ) ) +(assert (myObject (attribute1 "attr42407") ) ) +(assert (myObject (attribute1 "attr42408") ) ) +(assert (myObject (attribute1 "attr42409") ) ) +(assert (myObject (attribute1 "attr42410") ) ) +(assert (myObject (attribute1 "attr42411") ) ) +(assert (myObject (attribute1 "attr42412") ) ) +(assert (myObject (attribute1 "attr42413") ) ) +(assert (myObject (attribute1 "attr42414") ) ) +(assert (myObject (attribute1 "attr42415") ) ) +(assert (myObject (attribute1 "attr42416") ) ) +(assert (myObject (attribute1 "attr42417") ) ) +(assert (myObject (attribute1 "attr42418") ) ) +(assert (myObject (attribute1 "attr42419") ) ) +(assert (myObject (attribute1 "attr42420") ) ) +(assert (myObject (attribute1 "attr42421") ) ) +(assert (myObject (attribute1 "attr42422") ) ) +(assert (myObject (attribute1 "attr42423") ) ) +(assert (myObject (attribute1 "attr42424") ) ) +(assert (myObject (attribute1 "attr42425") ) ) +(assert (myObject (attribute1 "attr42426") ) ) +(assert (myObject (attribute1 "attr42427") ) ) +(assert (myObject (attribute1 "attr42428") ) ) +(assert (myObject (attribute1 "attr42429") ) ) +(assert (myObject (attribute1 "attr42430") ) ) +(assert (myObject (attribute1 "attr42431") ) ) +(assert (myObject (attribute1 "attr42432") ) ) +(assert (myObject (attribute1 "attr42433") ) ) +(assert (myObject (attribute1 "attr42434") ) ) +(assert (myObject (attribute1 "attr42435") ) ) +(assert (myObject (attribute1 "attr42436") ) ) +(assert (myObject (attribute1 "attr42437") ) ) +(assert (myObject (attribute1 "attr42438") ) ) +(assert (myObject (attribute1 "attr42439") ) ) +(assert (myObject (attribute1 "attr42440") ) ) +(assert (myObject (attribute1 "attr42441") ) ) +(assert (myObject (attribute1 "attr42442") ) ) +(assert (myObject (attribute1 "attr42443") ) ) +(assert (myObject (attribute1 "attr42444") ) ) +(assert (myObject (attribute1 "attr42445") ) ) +(assert (myObject (attribute1 "attr42446") ) ) +(assert (myObject (attribute1 "attr42447") ) ) +(assert (myObject (attribute1 "attr42448") ) ) +(assert (myObject (attribute1 "attr42449") ) ) +(assert (myObject (attribute1 "attr42450") ) ) +(assert (myObject (attribute1 "attr42451") ) ) +(assert (myObject (attribute1 "attr42452") ) ) +(assert (myObject (attribute1 "attr42453") ) ) +(assert (myObject (attribute1 "attr42454") ) ) +(assert (myObject (attribute1 "attr42455") ) ) +(assert (myObject (attribute1 "attr42456") ) ) +(assert (myObject (attribute1 "attr42457") ) ) +(assert (myObject (attribute1 "attr42458") ) ) +(assert (myObject (attribute1 "attr42459") ) ) +(assert (myObject (attribute1 "attr42460") ) ) +(assert (myObject (attribute1 "attr42461") ) ) +(assert (myObject (attribute1 "attr42462") ) ) +(assert (myObject (attribute1 "attr42463") ) ) +(assert (myObject (attribute1 "attr42464") ) ) +(assert (myObject (attribute1 "attr42465") ) ) +(assert (myObject (attribute1 "attr42466") ) ) +(assert (myObject (attribute1 "attr42467") ) ) +(assert (myObject (attribute1 "attr42468") ) ) +(assert (myObject (attribute1 "attr42469") ) ) +(assert (myObject (attribute1 "attr42470") ) ) +(assert (myObject (attribute1 "attr42471") ) ) +(assert (myObject (attribute1 "attr42472") ) ) +(assert (myObject (attribute1 "attr42473") ) ) +(assert (myObject (attribute1 "attr42474") ) ) +(assert (myObject (attribute1 "attr42475") ) ) +(assert (myObject (attribute1 "attr42476") ) ) +(assert (myObject (attribute1 "attr42477") ) ) +(assert (myObject (attribute1 "attr42478") ) ) +(assert (myObject (attribute1 "attr42479") ) ) +(assert (myObject (attribute1 "attr42480") ) ) +(assert (myObject (attribute1 "attr42481") ) ) +(assert (myObject (attribute1 "attr42482") ) ) +(assert (myObject (attribute1 "attr42483") ) ) +(assert (myObject (attribute1 "attr42484") ) ) +(assert (myObject (attribute1 "attr42485") ) ) +(assert (myObject (attribute1 "attr42486") ) ) +(assert (myObject (attribute1 "attr42487") ) ) +(assert (myObject (attribute1 "attr42488") ) ) +(assert (myObject (attribute1 "attr42489") ) ) +(assert (myObject (attribute1 "attr42490") ) ) +(assert (myObject (attribute1 "attr42491") ) ) +(assert (myObject (attribute1 "attr42492") ) ) +(assert (myObject (attribute1 "attr42493") ) ) +(assert (myObject (attribute1 "attr42494") ) ) +(assert (myObject (attribute1 "attr42495") ) ) +(assert (myObject (attribute1 "attr42496") ) ) +(assert (myObject (attribute1 "attr42497") ) ) +(assert (myObject (attribute1 "attr42498") ) ) +(assert (myObject (attribute1 "attr42499") ) ) +(assert (myObject (attribute1 "attr42500") ) ) +(assert (myObject (attribute1 "attr42501") ) ) +(assert (myObject (attribute1 "attr42502") ) ) +(assert (myObject (attribute1 "attr42503") ) ) +(assert (myObject (attribute1 "attr42504") ) ) +(assert (myObject (attribute1 "attr42505") ) ) +(assert (myObject (attribute1 "attr42506") ) ) +(assert (myObject (attribute1 "attr42507") ) ) +(assert (myObject (attribute1 "attr42508") ) ) +(assert (myObject (attribute1 "attr42509") ) ) +(assert (myObject (attribute1 "attr42510") ) ) +(assert (myObject (attribute1 "attr42511") ) ) +(assert (myObject (attribute1 "attr42512") ) ) +(assert (myObject (attribute1 "attr42513") ) ) +(assert (myObject (attribute1 "attr42514") ) ) +(assert (myObject (attribute1 "attr42515") ) ) +(assert (myObject (attribute1 "attr42516") ) ) +(assert (myObject (attribute1 "attr42517") ) ) +(assert (myObject (attribute1 "attr42518") ) ) +(assert (myObject (attribute1 "attr42519") ) ) +(assert (myObject (attribute1 "attr42520") ) ) +(assert (myObject (attribute1 "attr42521") ) ) +(assert (myObject (attribute1 "attr42522") ) ) +(assert (myObject (attribute1 "attr42523") ) ) +(assert (myObject (attribute1 "attr42524") ) ) +(assert (myObject (attribute1 "attr42525") ) ) +(assert (myObject (attribute1 "attr42526") ) ) +(assert (myObject (attribute1 "attr42527") ) ) +(assert (myObject (attribute1 "attr42528") ) ) +(assert (myObject (attribute1 "attr42529") ) ) +(assert (myObject (attribute1 "attr42530") ) ) +(assert (myObject (attribute1 "attr42531") ) ) +(assert (myObject (attribute1 "attr42532") ) ) +(assert (myObject (attribute1 "attr42533") ) ) +(assert (myObject (attribute1 "attr42534") ) ) +(assert (myObject (attribute1 "attr42535") ) ) +(assert (myObject (attribute1 "attr42536") ) ) +(assert (myObject (attribute1 "attr42537") ) ) +(assert (myObject (attribute1 "attr42538") ) ) +(assert (myObject (attribute1 "attr42539") ) ) +(assert (myObject (attribute1 "attr42540") ) ) +(assert (myObject (attribute1 "attr42541") ) ) +(assert (myObject (attribute1 "attr42542") ) ) +(assert (myObject (attribute1 "attr42543") ) ) +(assert (myObject (attribute1 "attr42544") ) ) +(assert (myObject (attribute1 "attr42545") ) ) +(assert (myObject (attribute1 "attr42546") ) ) +(assert (myObject (attribute1 "attr42547") ) ) +(assert (myObject (attribute1 "attr42548") ) ) +(assert (myObject (attribute1 "attr42549") ) ) +(assert (myObject (attribute1 "attr42550") ) ) +(assert (myObject (attribute1 "attr42551") ) ) +(assert (myObject (attribute1 "attr42552") ) ) +(assert (myObject (attribute1 "attr42553") ) ) +(assert (myObject (attribute1 "attr42554") ) ) +(assert (myObject (attribute1 "attr42555") ) ) +(assert (myObject (attribute1 "attr42556") ) ) +(assert (myObject (attribute1 "attr42557") ) ) +(assert (myObject (attribute1 "attr42558") ) ) +(assert (myObject (attribute1 "attr42559") ) ) +(assert (myObject (attribute1 "attr42560") ) ) +(assert (myObject (attribute1 "attr42561") ) ) +(assert (myObject (attribute1 "attr42562") ) ) +(assert (myObject (attribute1 "attr42563") ) ) +(assert (myObject (attribute1 "attr42564") ) ) +(assert (myObject (attribute1 "attr42565") ) ) +(assert (myObject (attribute1 "attr42566") ) ) +(assert (myObject (attribute1 "attr42567") ) ) +(assert (myObject (attribute1 "attr42568") ) ) +(assert (myObject (attribute1 "attr42569") ) ) +(assert (myObject (attribute1 "attr42570") ) ) +(assert (myObject (attribute1 "attr42571") ) ) +(assert (myObject (attribute1 "attr42572") ) ) +(assert (myObject (attribute1 "attr42573") ) ) +(assert (myObject (attribute1 "attr42574") ) ) +(assert (myObject (attribute1 "attr42575") ) ) +(assert (myObject (attribute1 "attr42576") ) ) +(assert (myObject (attribute1 "attr42577") ) ) +(assert (myObject (attribute1 "attr42578") ) ) +(assert (myObject (attribute1 "attr42579") ) ) +(assert (myObject (attribute1 "attr42580") ) ) +(assert (myObject (attribute1 "attr42581") ) ) +(assert (myObject (attribute1 "attr42582") ) ) +(assert (myObject (attribute1 "attr42583") ) ) +(assert (myObject (attribute1 "attr42584") ) ) +(assert (myObject (attribute1 "attr42585") ) ) +(assert (myObject (attribute1 "attr42586") ) ) +(assert (myObject (attribute1 "attr42587") ) ) +(assert (myObject (attribute1 "attr42588") ) ) +(assert (myObject (attribute1 "attr42589") ) ) +(assert (myObject (attribute1 "attr42590") ) ) +(assert (myObject (attribute1 "attr42591") ) ) +(assert (myObject (attribute1 "attr42592") ) ) +(assert (myObject (attribute1 "attr42593") ) ) +(assert (myObject (attribute1 "attr42594") ) ) +(assert (myObject (attribute1 "attr42595") ) ) +(assert (myObject (attribute1 "attr42596") ) ) +(assert (myObject (attribute1 "attr42597") ) ) +(assert (myObject (attribute1 "attr42598") ) ) +(assert (myObject (attribute1 "attr42599") ) ) +(assert (myObject (attribute1 "attr42600") ) ) +(assert (myObject (attribute1 "attr42601") ) ) +(assert (myObject (attribute1 "attr42602") ) ) +(assert (myObject (attribute1 "attr42603") ) ) +(assert (myObject (attribute1 "attr42604") ) ) +(assert (myObject (attribute1 "attr42605") ) ) +(assert (myObject (attribute1 "attr42606") ) ) +(assert (myObject (attribute1 "attr42607") ) ) +(assert (myObject (attribute1 "attr42608") ) ) +(assert (myObject (attribute1 "attr42609") ) ) +(assert (myObject (attribute1 "attr42610") ) ) +(assert (myObject (attribute1 "attr42611") ) ) +(assert (myObject (attribute1 "attr42612") ) ) +(assert (myObject (attribute1 "attr42613") ) ) +(assert (myObject (attribute1 "attr42614") ) ) +(assert (myObject (attribute1 "attr42615") ) ) +(assert (myObject (attribute1 "attr42616") ) ) +(assert (myObject (attribute1 "attr42617") ) ) +(assert (myObject (attribute1 "attr42618") ) ) +(assert (myObject (attribute1 "attr42619") ) ) +(assert (myObject (attribute1 "attr42620") ) ) +(assert (myObject (attribute1 "attr42621") ) ) +(assert (myObject (attribute1 "attr42622") ) ) +(assert (myObject (attribute1 "attr42623") ) ) +(assert (myObject (attribute1 "attr42624") ) ) +(assert (myObject (attribute1 "attr42625") ) ) +(assert (myObject (attribute1 "attr42626") ) ) +(assert (myObject (attribute1 "attr42627") ) ) +(assert (myObject (attribute1 "attr42628") ) ) +(assert (myObject (attribute1 "attr42629") ) ) +(assert (myObject (attribute1 "attr42630") ) ) +(assert (myObject (attribute1 "attr42631") ) ) +(assert (myObject (attribute1 "attr42632") ) ) +(assert (myObject (attribute1 "attr42633") ) ) +(assert (myObject (attribute1 "attr42634") ) ) +(assert (myObject (attribute1 "attr42635") ) ) +(assert (myObject (attribute1 "attr42636") ) ) +(assert (myObject (attribute1 "attr42637") ) ) +(assert (myObject (attribute1 "attr42638") ) ) +(assert (myObject (attribute1 "attr42639") ) ) +(assert (myObject (attribute1 "attr42640") ) ) +(assert (myObject (attribute1 "attr42641") ) ) +(assert (myObject (attribute1 "attr42642") ) ) +(assert (myObject (attribute1 "attr42643") ) ) +(assert (myObject (attribute1 "attr42644") ) ) +(assert (myObject (attribute1 "attr42645") ) ) +(assert (myObject (attribute1 "attr42646") ) ) +(assert (myObject (attribute1 "attr42647") ) ) +(assert (myObject (attribute1 "attr42648") ) ) +(assert (myObject (attribute1 "attr42649") ) ) +(assert (myObject (attribute1 "attr42650") ) ) +(assert (myObject (attribute1 "attr42651") ) ) +(assert (myObject (attribute1 "attr42652") ) ) +(assert (myObject (attribute1 "attr42653") ) ) +(assert (myObject (attribute1 "attr42654") ) ) +(assert (myObject (attribute1 "attr42655") ) ) +(assert (myObject (attribute1 "attr42656") ) ) +(assert (myObject (attribute1 "attr42657") ) ) +(assert (myObject (attribute1 "attr42658") ) ) +(assert (myObject (attribute1 "attr42659") ) ) +(assert (myObject (attribute1 "attr42660") ) ) +(assert (myObject (attribute1 "attr42661") ) ) +(assert (myObject (attribute1 "attr42662") ) ) +(assert (myObject (attribute1 "attr42663") ) ) +(assert (myObject (attribute1 "attr42664") ) ) +(assert (myObject (attribute1 "attr42665") ) ) +(assert (myObject (attribute1 "attr42666") ) ) +(assert (myObject (attribute1 "attr42667") ) ) +(assert (myObject (attribute1 "attr42668") ) ) +(assert (myObject (attribute1 "attr42669") ) ) +(assert (myObject (attribute1 "attr42670") ) ) +(assert (myObject (attribute1 "attr42671") ) ) +(assert (myObject (attribute1 "attr42672") ) ) +(assert (myObject (attribute1 "attr42673") ) ) +(assert (myObject (attribute1 "attr42674") ) ) +(assert (myObject (attribute1 "attr42675") ) ) +(assert (myObject (attribute1 "attr42676") ) ) +(assert (myObject (attribute1 "attr42677") ) ) +(assert (myObject (attribute1 "attr42678") ) ) +(assert (myObject (attribute1 "attr42679") ) ) +(assert (myObject (attribute1 "attr42680") ) ) +(assert (myObject (attribute1 "attr42681") ) ) +(assert (myObject (attribute1 "attr42682") ) ) +(assert (myObject (attribute1 "attr42683") ) ) +(assert (myObject (attribute1 "attr42684") ) ) +(assert (myObject (attribute1 "attr42685") ) ) +(assert (myObject (attribute1 "attr42686") ) ) +(assert (myObject (attribute1 "attr42687") ) ) +(assert (myObject (attribute1 "attr42688") ) ) +(assert (myObject (attribute1 "attr42689") ) ) +(assert (myObject (attribute1 "attr42690") ) ) +(assert (myObject (attribute1 "attr42691") ) ) +(assert (myObject (attribute1 "attr42692") ) ) +(assert (myObject (attribute1 "attr42693") ) ) +(assert (myObject (attribute1 "attr42694") ) ) +(assert (myObject (attribute1 "attr42695") ) ) +(assert (myObject (attribute1 "attr42696") ) ) +(assert (myObject (attribute1 "attr42697") ) ) +(assert (myObject (attribute1 "attr42698") ) ) +(assert (myObject (attribute1 "attr42699") ) ) +(assert (myObject (attribute1 "attr42700") ) ) +(assert (myObject (attribute1 "attr42701") ) ) +(assert (myObject (attribute1 "attr42702") ) ) +(assert (myObject (attribute1 "attr42703") ) ) +(assert (myObject (attribute1 "attr42704") ) ) +(assert (myObject (attribute1 "attr42705") ) ) +(assert (myObject (attribute1 "attr42706") ) ) +(assert (myObject (attribute1 "attr42707") ) ) +(assert (myObject (attribute1 "attr42708") ) ) +(assert (myObject (attribute1 "attr42709") ) ) +(assert (myObject (attribute1 "attr42710") ) ) +(assert (myObject (attribute1 "attr42711") ) ) +(assert (myObject (attribute1 "attr42712") ) ) +(assert (myObject (attribute1 "attr42713") ) ) +(assert (myObject (attribute1 "attr42714") ) ) +(assert (myObject (attribute1 "attr42715") ) ) +(assert (myObject (attribute1 "attr42716") ) ) +(assert (myObject (attribute1 "attr42717") ) ) +(assert (myObject (attribute1 "attr42718") ) ) +(assert (myObject (attribute1 "attr42719") ) ) +(assert (myObject (attribute1 "attr42720") ) ) +(assert (myObject (attribute1 "attr42721") ) ) +(assert (myObject (attribute1 "attr42722") ) ) +(assert (myObject (attribute1 "attr42723") ) ) +(assert (myObject (attribute1 "attr42724") ) ) +(assert (myObject (attribute1 "attr42725") ) ) +(assert (myObject (attribute1 "attr42726") ) ) +(assert (myObject (attribute1 "attr42727") ) ) +(assert (myObject (attribute1 "attr42728") ) ) +(assert (myObject (attribute1 "attr42729") ) ) +(assert (myObject (attribute1 "attr42730") ) ) +(assert (myObject (attribute1 "attr42731") ) ) +(assert (myObject (attribute1 "attr42732") ) ) +(assert (myObject (attribute1 "attr42733") ) ) +(assert (myObject (attribute1 "attr42734") ) ) +(assert (myObject (attribute1 "attr42735") ) ) +(assert (myObject (attribute1 "attr42736") ) ) +(assert (myObject (attribute1 "attr42737") ) ) +(assert (myObject (attribute1 "attr42738") ) ) +(assert (myObject (attribute1 "attr42739") ) ) +(assert (myObject (attribute1 "attr42740") ) ) +(assert (myObject (attribute1 "attr42741") ) ) +(assert (myObject (attribute1 "attr42742") ) ) +(assert (myObject (attribute1 "attr42743") ) ) +(assert (myObject (attribute1 "attr42744") ) ) +(assert (myObject (attribute1 "attr42745") ) ) +(assert (myObject (attribute1 "attr42746") ) ) +(assert (myObject (attribute1 "attr42747") ) ) +(assert (myObject (attribute1 "attr42748") ) ) +(assert (myObject (attribute1 "attr42749") ) ) +(assert (myObject (attribute1 "attr42750") ) ) +(assert (myObject (attribute1 "attr42751") ) ) +(assert (myObject (attribute1 "attr42752") ) ) +(assert (myObject (attribute1 "attr42753") ) ) +(assert (myObject (attribute1 "attr42754") ) ) +(assert (myObject (attribute1 "attr42755") ) ) +(assert (myObject (attribute1 "attr42756") ) ) +(assert (myObject (attribute1 "attr42757") ) ) +(assert (myObject (attribute1 "attr42758") ) ) +(assert (myObject (attribute1 "attr42759") ) ) +(assert (myObject (attribute1 "attr42760") ) ) +(assert (myObject (attribute1 "attr42761") ) ) +(assert (myObject (attribute1 "attr42762") ) ) +(assert (myObject (attribute1 "attr42763") ) ) +(assert (myObject (attribute1 "attr42764") ) ) +(assert (myObject (attribute1 "attr42765") ) ) +(assert (myObject (attribute1 "attr42766") ) ) +(assert (myObject (attribute1 "attr42767") ) ) +(assert (myObject (attribute1 "attr42768") ) ) +(assert (myObject (attribute1 "attr42769") ) ) +(assert (myObject (attribute1 "attr42770") ) ) +(assert (myObject (attribute1 "attr42771") ) ) +(assert (myObject (attribute1 "attr42772") ) ) +(assert (myObject (attribute1 "attr42773") ) ) +(assert (myObject (attribute1 "attr42774") ) ) +(assert (myObject (attribute1 "attr42775") ) ) +(assert (myObject (attribute1 "attr42776") ) ) +(assert (myObject (attribute1 "attr42777") ) ) +(assert (myObject (attribute1 "attr42778") ) ) +(assert (myObject (attribute1 "attr42779") ) ) +(assert (myObject (attribute1 "attr42780") ) ) +(assert (myObject (attribute1 "attr42781") ) ) +(assert (myObject (attribute1 "attr42782") ) ) +(assert (myObject (attribute1 "attr42783") ) ) +(assert (myObject (attribute1 "attr42784") ) ) +(assert (myObject (attribute1 "attr42785") ) ) +(assert (myObject (attribute1 "attr42786") ) ) +(assert (myObject (attribute1 "attr42787") ) ) +(assert (myObject (attribute1 "attr42788") ) ) +(assert (myObject (attribute1 "attr42789") ) ) +(assert (myObject (attribute1 "attr42790") ) ) +(assert (myObject (attribute1 "attr42791") ) ) +(assert (myObject (attribute1 "attr42792") ) ) +(assert (myObject (attribute1 "attr42793") ) ) +(assert (myObject (attribute1 "attr42794") ) ) +(assert (myObject (attribute1 "attr42795") ) ) +(assert (myObject (attribute1 "attr42796") ) ) +(assert (myObject (attribute1 "attr42797") ) ) +(assert (myObject (attribute1 "attr42798") ) ) +(assert (myObject (attribute1 "attr42799") ) ) +(assert (myObject (attribute1 "attr42800") ) ) +(assert (myObject (attribute1 "attr42801") ) ) +(assert (myObject (attribute1 "attr42802") ) ) +(assert (myObject (attribute1 "attr42803") ) ) +(assert (myObject (attribute1 "attr42804") ) ) +(assert (myObject (attribute1 "attr42805") ) ) +(assert (myObject (attribute1 "attr42806") ) ) +(assert (myObject (attribute1 "attr42807") ) ) +(assert (myObject (attribute1 "attr42808") ) ) +(assert (myObject (attribute1 "attr42809") ) ) +(assert (myObject (attribute1 "attr42810") ) ) +(assert (myObject (attribute1 "attr42811") ) ) +(assert (myObject (attribute1 "attr42812") ) ) +(assert (myObject (attribute1 "attr42813") ) ) +(assert (myObject (attribute1 "attr42814") ) ) +(assert (myObject (attribute1 "attr42815") ) ) +(assert (myObject (attribute1 "attr42816") ) ) +(assert (myObject (attribute1 "attr42817") ) ) +(assert (myObject (attribute1 "attr42818") ) ) +(assert (myObject (attribute1 "attr42819") ) ) +(assert (myObject (attribute1 "attr42820") ) ) +(assert (myObject (attribute1 "attr42821") ) ) +(assert (myObject (attribute1 "attr42822") ) ) +(assert (myObject (attribute1 "attr42823") ) ) +(assert (myObject (attribute1 "attr42824") ) ) +(assert (myObject (attribute1 "attr42825") ) ) +(assert (myObject (attribute1 "attr42826") ) ) +(assert (myObject (attribute1 "attr42827") ) ) +(assert (myObject (attribute1 "attr42828") ) ) +(assert (myObject (attribute1 "attr42829") ) ) +(assert (myObject (attribute1 "attr42830") ) ) +(assert (myObject (attribute1 "attr42831") ) ) +(assert (myObject (attribute1 "attr42832") ) ) +(assert (myObject (attribute1 "attr42833") ) ) +(assert (myObject (attribute1 "attr42834") ) ) +(assert (myObject (attribute1 "attr42835") ) ) +(assert (myObject (attribute1 "attr42836") ) ) +(assert (myObject (attribute1 "attr42837") ) ) +(assert (myObject (attribute1 "attr42838") ) ) +(assert (myObject (attribute1 "attr42839") ) ) +(assert (myObject (attribute1 "attr42840") ) ) +(assert (myObject (attribute1 "attr42841") ) ) +(assert (myObject (attribute1 "attr42842") ) ) +(assert (myObject (attribute1 "attr42843") ) ) +(assert (myObject (attribute1 "attr42844") ) ) +(assert (myObject (attribute1 "attr42845") ) ) +(assert (myObject (attribute1 "attr42846") ) ) +(assert (myObject (attribute1 "attr42847") ) ) +(assert (myObject (attribute1 "attr42848") ) ) +(assert (myObject (attribute1 "attr42849") ) ) +(assert (myObject (attribute1 "attr42850") ) ) +(assert (myObject (attribute1 "attr42851") ) ) +(assert (myObject (attribute1 "attr42852") ) ) +(assert (myObject (attribute1 "attr42853") ) ) +(assert (myObject (attribute1 "attr42854") ) ) +(assert (myObject (attribute1 "attr42855") ) ) +(assert (myObject (attribute1 "attr42856") ) ) +(assert (myObject (attribute1 "attr42857") ) ) +(assert (myObject (attribute1 "attr42858") ) ) +(assert (myObject (attribute1 "attr42859") ) ) +(assert (myObject (attribute1 "attr42860") ) ) +(assert (myObject (attribute1 "attr42861") ) ) +(assert (myObject (attribute1 "attr42862") ) ) +(assert (myObject (attribute1 "attr42863") ) ) +(assert (myObject (attribute1 "attr42864") ) ) +(assert (myObject (attribute1 "attr42865") ) ) +(assert (myObject (attribute1 "attr42866") ) ) +(assert (myObject (attribute1 "attr42867") ) ) +(assert (myObject (attribute1 "attr42868") ) ) +(assert (myObject (attribute1 "attr42869") ) ) +(assert (myObject (attribute1 "attr42870") ) ) +(assert (myObject (attribute1 "attr42871") ) ) +(assert (myObject (attribute1 "attr42872") ) ) +(assert (myObject (attribute1 "attr42873") ) ) +(assert (myObject (attribute1 "attr42874") ) ) +(assert (myObject (attribute1 "attr42875") ) ) +(assert (myObject (attribute1 "attr42876") ) ) +(assert (myObject (attribute1 "attr42877") ) ) +(assert (myObject (attribute1 "attr42878") ) ) +(assert (myObject (attribute1 "attr42879") ) ) +(assert (myObject (attribute1 "attr42880") ) ) +(assert (myObject (attribute1 "attr42881") ) ) +(assert (myObject (attribute1 "attr42882") ) ) +(assert (myObject (attribute1 "attr42883") ) ) +(assert (myObject (attribute1 "attr42884") ) ) +(assert (myObject (attribute1 "attr42885") ) ) +(assert (myObject (attribute1 "attr42886") ) ) +(assert (myObject (attribute1 "attr42887") ) ) +(assert (myObject (attribute1 "attr42888") ) ) +(assert (myObject (attribute1 "attr42889") ) ) +(assert (myObject (attribute1 "attr42890") ) ) +(assert (myObject (attribute1 "attr42891") ) ) +(assert (myObject (attribute1 "attr42892") ) ) +(assert (myObject (attribute1 "attr42893") ) ) +(assert (myObject (attribute1 "attr42894") ) ) +(assert (myObject (attribute1 "attr42895") ) ) +(assert (myObject (attribute1 "attr42896") ) ) +(assert (myObject (attribute1 "attr42897") ) ) +(assert (myObject (attribute1 "attr42898") ) ) +(assert (myObject (attribute1 "attr42899") ) ) +(assert (myObject (attribute1 "attr42900") ) ) +(assert (myObject (attribute1 "attr42901") ) ) +(assert (myObject (attribute1 "attr42902") ) ) +(assert (myObject (attribute1 "attr42903") ) ) +(assert (myObject (attribute1 "attr42904") ) ) +(assert (myObject (attribute1 "attr42905") ) ) +(assert (myObject (attribute1 "attr42906") ) ) +(assert (myObject (attribute1 "attr42907") ) ) +(assert (myObject (attribute1 "attr42908") ) ) +(assert (myObject (attribute1 "attr42909") ) ) +(assert (myObject (attribute1 "attr42910") ) ) +(assert (myObject (attribute1 "attr42911") ) ) +(assert (myObject (attribute1 "attr42912") ) ) +(assert (myObject (attribute1 "attr42913") ) ) +(assert (myObject (attribute1 "attr42914") ) ) +(assert (myObject (attribute1 "attr42915") ) ) +(assert (myObject (attribute1 "attr42916") ) ) +(assert (myObject (attribute1 "attr42917") ) ) +(assert (myObject (attribute1 "attr42918") ) ) +(assert (myObject (attribute1 "attr42919") ) ) +(assert (myObject (attribute1 "attr42920") ) ) +(assert (myObject (attribute1 "attr42921") ) ) +(assert (myObject (attribute1 "attr42922") ) ) +(assert (myObject (attribute1 "attr42923") ) ) +(assert (myObject (attribute1 "attr42924") ) ) +(assert (myObject (attribute1 "attr42925") ) ) +(assert (myObject (attribute1 "attr42926") ) ) +(assert (myObject (attribute1 "attr42927") ) ) +(assert (myObject (attribute1 "attr42928") ) ) +(assert (myObject (attribute1 "attr42929") ) ) +(assert (myObject (attribute1 "attr42930") ) ) +(assert (myObject (attribute1 "attr42931") ) ) +(assert (myObject (attribute1 "attr42932") ) ) +(assert (myObject (attribute1 "attr42933") ) ) +(assert (myObject (attribute1 "attr42934") ) ) +(assert (myObject (attribute1 "attr42935") ) ) +(assert (myObject (attribute1 "attr42936") ) ) +(assert (myObject (attribute1 "attr42937") ) ) +(assert (myObject (attribute1 "attr42938") ) ) +(assert (myObject (attribute1 "attr42939") ) ) +(assert (myObject (attribute1 "attr42940") ) ) +(assert (myObject (attribute1 "attr42941") ) ) +(assert (myObject (attribute1 "attr42942") ) ) +(assert (myObject (attribute1 "attr42943") ) ) +(assert (myObject (attribute1 "attr42944") ) ) +(assert (myObject (attribute1 "attr42945") ) ) +(assert (myObject (attribute1 "attr42946") ) ) +(assert (myObject (attribute1 "attr42947") ) ) +(assert (myObject (attribute1 "attr42948") ) ) +(assert (myObject (attribute1 "attr42949") ) ) +(assert (myObject (attribute1 "attr42950") ) ) +(assert (myObject (attribute1 "attr42951") ) ) +(assert (myObject (attribute1 "attr42952") ) ) +(assert (myObject (attribute1 "attr42953") ) ) +(assert (myObject (attribute1 "attr42954") ) ) +(assert (myObject (attribute1 "attr42955") ) ) +(assert (myObject (attribute1 "attr42956") ) ) +(assert (myObject (attribute1 "attr42957") ) ) +(assert (myObject (attribute1 "attr42958") ) ) +(assert (myObject (attribute1 "attr42959") ) ) +(assert (myObject (attribute1 "attr42960") ) ) +(assert (myObject (attribute1 "attr42961") ) ) +(assert (myObject (attribute1 "attr42962") ) ) +(assert (myObject (attribute1 "attr42963") ) ) +(assert (myObject (attribute1 "attr42964") ) ) +(assert (myObject (attribute1 "attr42965") ) ) +(assert (myObject (attribute1 "attr42966") ) ) +(assert (myObject (attribute1 "attr42967") ) ) +(assert (myObject (attribute1 "attr42968") ) ) +(assert (myObject (attribute1 "attr42969") ) ) +(assert (myObject (attribute1 "attr42970") ) ) +(assert (myObject (attribute1 "attr42971") ) ) +(assert (myObject (attribute1 "attr42972") ) ) +(assert (myObject (attribute1 "attr42973") ) ) +(assert (myObject (attribute1 "attr42974") ) ) +(assert (myObject (attribute1 "attr42975") ) ) +(assert (myObject (attribute1 "attr42976") ) ) +(assert (myObject (attribute1 "attr42977") ) ) +(assert (myObject (attribute1 "attr42978") ) ) +(assert (myObject (attribute1 "attr42979") ) ) +(assert (myObject (attribute1 "attr42980") ) ) +(assert (myObject (attribute1 "attr42981") ) ) +(assert (myObject (attribute1 "attr42982") ) ) +(assert (myObject (attribute1 "attr42983") ) ) +(assert (myObject (attribute1 "attr42984") ) ) +(assert (myObject (attribute1 "attr42985") ) ) +(assert (myObject (attribute1 "attr42986") ) ) +(assert (myObject (attribute1 "attr42987") ) ) +(assert (myObject (attribute1 "attr42988") ) ) +(assert (myObject (attribute1 "attr42989") ) ) +(assert (myObject (attribute1 "attr42990") ) ) +(assert (myObject (attribute1 "attr42991") ) ) +(assert (myObject (attribute1 "attr42992") ) ) +(assert (myObject (attribute1 "attr42993") ) ) +(assert (myObject (attribute1 "attr42994") ) ) +(assert (myObject (attribute1 "attr42995") ) ) +(assert (myObject (attribute1 "attr42996") ) ) +(assert (myObject (attribute1 "attr42997") ) ) +(assert (myObject (attribute1 "attr42998") ) ) +(assert (myObject (attribute1 "attr42999") ) ) +(assert (myObject (attribute1 "attr43000") ) ) +(assert (myObject (attribute1 "attr43001") ) ) +(assert (myObject (attribute1 "attr43002") ) ) +(assert (myObject (attribute1 "attr43003") ) ) +(assert (myObject (attribute1 "attr43004") ) ) +(assert (myObject (attribute1 "attr43005") ) ) +(assert (myObject (attribute1 "attr43006") ) ) +(assert (myObject (attribute1 "attr43007") ) ) +(assert (myObject (attribute1 "attr43008") ) ) +(assert (myObject (attribute1 "attr43009") ) ) +(assert (myObject (attribute1 "attr43010") ) ) +(assert (myObject (attribute1 "attr43011") ) ) +(assert (myObject (attribute1 "attr43012") ) ) +(assert (myObject (attribute1 "attr43013") ) ) +(assert (myObject (attribute1 "attr43014") ) ) +(assert (myObject (attribute1 "attr43015") ) ) +(assert (myObject (attribute1 "attr43016") ) ) +(assert (myObject (attribute1 "attr43017") ) ) +(assert (myObject (attribute1 "attr43018") ) ) +(assert (myObject (attribute1 "attr43019") ) ) +(assert (myObject (attribute1 "attr43020") ) ) +(assert (myObject (attribute1 "attr43021") ) ) +(assert (myObject (attribute1 "attr43022") ) ) +(assert (myObject (attribute1 "attr43023") ) ) +(assert (myObject (attribute1 "attr43024") ) ) +(assert (myObject (attribute1 "attr43025") ) ) +(assert (myObject (attribute1 "attr43026") ) ) +(assert (myObject (attribute1 "attr43027") ) ) +(assert (myObject (attribute1 "attr43028") ) ) +(assert (myObject (attribute1 "attr43029") ) ) +(assert (myObject (attribute1 "attr43030") ) ) +(assert (myObject (attribute1 "attr43031") ) ) +(assert (myObject (attribute1 "attr43032") ) ) +(assert (myObject (attribute1 "attr43033") ) ) +(assert (myObject (attribute1 "attr43034") ) ) +(assert (myObject (attribute1 "attr43035") ) ) +(assert (myObject (attribute1 "attr43036") ) ) +(assert (myObject (attribute1 "attr43037") ) ) +(assert (myObject (attribute1 "attr43038") ) ) +(assert (myObject (attribute1 "attr43039") ) ) +(assert (myObject (attribute1 "attr43040") ) ) +(assert (myObject (attribute1 "attr43041") ) ) +(assert (myObject (attribute1 "attr43042") ) ) +(assert (myObject (attribute1 "attr43043") ) ) +(assert (myObject (attribute1 "attr43044") ) ) +(assert (myObject (attribute1 "attr43045") ) ) +(assert (myObject (attribute1 "attr43046") ) ) +(assert (myObject (attribute1 "attr43047") ) ) +(assert (myObject (attribute1 "attr43048") ) ) +(assert (myObject (attribute1 "attr43049") ) ) +(assert (myObject (attribute1 "attr43050") ) ) +(assert (myObject (attribute1 "attr43051") ) ) +(assert (myObject (attribute1 "attr43052") ) ) +(assert (myObject (attribute1 "attr43053") ) ) +(assert (myObject (attribute1 "attr43054") ) ) +(assert (myObject (attribute1 "attr43055") ) ) +(assert (myObject (attribute1 "attr43056") ) ) +(assert (myObject (attribute1 "attr43057") ) ) +(assert (myObject (attribute1 "attr43058") ) ) +(assert (myObject (attribute1 "attr43059") ) ) +(assert (myObject (attribute1 "attr43060") ) ) +(assert (myObject (attribute1 "attr43061") ) ) +(assert (myObject (attribute1 "attr43062") ) ) +(assert (myObject (attribute1 "attr43063") ) ) +(assert (myObject (attribute1 "attr43064") ) ) +(assert (myObject (attribute1 "attr43065") ) ) +(assert (myObject (attribute1 "attr43066") ) ) +(assert (myObject (attribute1 "attr43067") ) ) +(assert (myObject (attribute1 "attr43068") ) ) +(assert (myObject (attribute1 "attr43069") ) ) +(assert (myObject (attribute1 "attr43070") ) ) +(assert (myObject (attribute1 "attr43071") ) ) +(assert (myObject (attribute1 "attr43072") ) ) +(assert (myObject (attribute1 "attr43073") ) ) +(assert (myObject (attribute1 "attr43074") ) ) +(assert (myObject (attribute1 "attr43075") ) ) +(assert (myObject (attribute1 "attr43076") ) ) +(assert (myObject (attribute1 "attr43077") ) ) +(assert (myObject (attribute1 "attr43078") ) ) +(assert (myObject (attribute1 "attr43079") ) ) +(assert (myObject (attribute1 "attr43080") ) ) +(assert (myObject (attribute1 "attr43081") ) ) +(assert (myObject (attribute1 "attr43082") ) ) +(assert (myObject (attribute1 "attr43083") ) ) +(assert (myObject (attribute1 "attr43084") ) ) +(assert (myObject (attribute1 "attr43085") ) ) +(assert (myObject (attribute1 "attr43086") ) ) +(assert (myObject (attribute1 "attr43087") ) ) +(assert (myObject (attribute1 "attr43088") ) ) +(assert (myObject (attribute1 "attr43089") ) ) +(assert (myObject (attribute1 "attr43090") ) ) +(assert (myObject (attribute1 "attr43091") ) ) +(assert (myObject (attribute1 "attr43092") ) ) +(assert (myObject (attribute1 "attr43093") ) ) +(assert (myObject (attribute1 "attr43094") ) ) +(assert (myObject (attribute1 "attr43095") ) ) +(assert (myObject (attribute1 "attr43096") ) ) +(assert (myObject (attribute1 "attr43097") ) ) +(assert (myObject (attribute1 "attr43098") ) ) +(assert (myObject (attribute1 "attr43099") ) ) +(assert (myObject (attribute1 "attr43100") ) ) +(assert (myObject (attribute1 "attr43101") ) ) +(assert (myObject (attribute1 "attr43102") ) ) +(assert (myObject (attribute1 "attr43103") ) ) +(assert (myObject (attribute1 "attr43104") ) ) +(assert (myObject (attribute1 "attr43105") ) ) +(assert (myObject (attribute1 "attr43106") ) ) +(assert (myObject (attribute1 "attr43107") ) ) +(assert (myObject (attribute1 "attr43108") ) ) +(assert (myObject (attribute1 "attr43109") ) ) +(assert (myObject (attribute1 "attr43110") ) ) +(assert (myObject (attribute1 "attr43111") ) ) +(assert (myObject (attribute1 "attr43112") ) ) +(assert (myObject (attribute1 "attr43113") ) ) +(assert (myObject (attribute1 "attr43114") ) ) +(assert (myObject (attribute1 "attr43115") ) ) +(assert (myObject (attribute1 "attr43116") ) ) +(assert (myObject (attribute1 "attr43117") ) ) +(assert (myObject (attribute1 "attr43118") ) ) +(assert (myObject (attribute1 "attr43119") ) ) +(assert (myObject (attribute1 "attr43120") ) ) +(assert (myObject (attribute1 "attr43121") ) ) +(assert (myObject (attribute1 "attr43122") ) ) +(assert (myObject (attribute1 "attr43123") ) ) +(assert (myObject (attribute1 "attr43124") ) ) +(assert (myObject (attribute1 "attr43125") ) ) +(assert (myObject (attribute1 "attr43126") ) ) +(assert (myObject (attribute1 "attr43127") ) ) +(assert (myObject (attribute1 "attr43128") ) ) +(assert (myObject (attribute1 "attr43129") ) ) +(assert (myObject (attribute1 "attr43130") ) ) +(assert (myObject (attribute1 "attr43131") ) ) +(assert (myObject (attribute1 "attr43132") ) ) +(assert (myObject (attribute1 "attr43133") ) ) +(assert (myObject (attribute1 "attr43134") ) ) +(assert (myObject (attribute1 "attr43135") ) ) +(assert (myObject (attribute1 "attr43136") ) ) +(assert (myObject (attribute1 "attr43137") ) ) +(assert (myObject (attribute1 "attr43138") ) ) +(assert (myObject (attribute1 "attr43139") ) ) +(assert (myObject (attribute1 "attr43140") ) ) +(assert (myObject (attribute1 "attr43141") ) ) +(assert (myObject (attribute1 "attr43142") ) ) +(assert (myObject (attribute1 "attr43143") ) ) +(assert (myObject (attribute1 "attr43144") ) ) +(assert (myObject (attribute1 "attr43145") ) ) +(assert (myObject (attribute1 "attr43146") ) ) +(assert (myObject (attribute1 "attr43147") ) ) +(assert (myObject (attribute1 "attr43148") ) ) +(assert (myObject (attribute1 "attr43149") ) ) +(assert (myObject (attribute1 "attr43150") ) ) +(assert (myObject (attribute1 "attr43151") ) ) +(assert (myObject (attribute1 "attr43152") ) ) +(assert (myObject (attribute1 "attr43153") ) ) +(assert (myObject (attribute1 "attr43154") ) ) +(assert (myObject (attribute1 "attr43155") ) ) +(assert (myObject (attribute1 "attr43156") ) ) +(assert (myObject (attribute1 "attr43157") ) ) +(assert (myObject (attribute1 "attr43158") ) ) +(assert (myObject (attribute1 "attr43159") ) ) +(assert (myObject (attribute1 "attr43160") ) ) +(assert (myObject (attribute1 "attr43161") ) ) +(assert (myObject (attribute1 "attr43162") ) ) +(assert (myObject (attribute1 "attr43163") ) ) +(assert (myObject (attribute1 "attr43164") ) ) +(assert (myObject (attribute1 "attr43165") ) ) +(assert (myObject (attribute1 "attr43166") ) ) +(assert (myObject (attribute1 "attr43167") ) ) +(assert (myObject (attribute1 "attr43168") ) ) +(assert (myObject (attribute1 "attr43169") ) ) +(assert (myObject (attribute1 "attr43170") ) ) +(assert (myObject (attribute1 "attr43171") ) ) +(assert (myObject (attribute1 "attr43172") ) ) +(assert (myObject (attribute1 "attr43173") ) ) +(assert (myObject (attribute1 "attr43174") ) ) +(assert (myObject (attribute1 "attr43175") ) ) +(assert (myObject (attribute1 "attr43176") ) ) +(assert (myObject (attribute1 "attr43177") ) ) +(assert (myObject (attribute1 "attr43178") ) ) +(assert (myObject (attribute1 "attr43179") ) ) +(assert (myObject (attribute1 "attr43180") ) ) +(assert (myObject (attribute1 "attr43181") ) ) +(assert (myObject (attribute1 "attr43182") ) ) +(assert (myObject (attribute1 "attr43183") ) ) +(assert (myObject (attribute1 "attr43184") ) ) +(assert (myObject (attribute1 "attr43185") ) ) +(assert (myObject (attribute1 "attr43186") ) ) +(assert (myObject (attribute1 "attr43187") ) ) +(assert (myObject (attribute1 "attr43188") ) ) +(assert (myObject (attribute1 "attr43189") ) ) +(assert (myObject (attribute1 "attr43190") ) ) +(assert (myObject (attribute1 "attr43191") ) ) +(assert (myObject (attribute1 "attr43192") ) ) +(assert (myObject (attribute1 "attr43193") ) ) +(assert (myObject (attribute1 "attr43194") ) ) +(assert (myObject (attribute1 "attr43195") ) ) +(assert (myObject (attribute1 "attr43196") ) ) +(assert (myObject (attribute1 "attr43197") ) ) +(assert (myObject (attribute1 "attr43198") ) ) +(assert (myObject (attribute1 "attr43199") ) ) +(assert (myObject (attribute1 "attr43200") ) ) +(assert (myObject (attribute1 "attr43201") ) ) +(assert (myObject (attribute1 "attr43202") ) ) +(assert (myObject (attribute1 "attr43203") ) ) +(assert (myObject (attribute1 "attr43204") ) ) +(assert (myObject (attribute1 "attr43205") ) ) +(assert (myObject (attribute1 "attr43206") ) ) +(assert (myObject (attribute1 "attr43207") ) ) +(assert (myObject (attribute1 "attr43208") ) ) +(assert (myObject (attribute1 "attr43209") ) ) +(assert (myObject (attribute1 "attr43210") ) ) +(assert (myObject (attribute1 "attr43211") ) ) +(assert (myObject (attribute1 "attr43212") ) ) +(assert (myObject (attribute1 "attr43213") ) ) +(assert (myObject (attribute1 "attr43214") ) ) +(assert (myObject (attribute1 "attr43215") ) ) +(assert (myObject (attribute1 "attr43216") ) ) +(assert (myObject (attribute1 "attr43217") ) ) +(assert (myObject (attribute1 "attr43218") ) ) +(assert (myObject (attribute1 "attr43219") ) ) +(assert (myObject (attribute1 "attr43220") ) ) +(assert (myObject (attribute1 "attr43221") ) ) +(assert (myObject (attribute1 "attr43222") ) ) +(assert (myObject (attribute1 "attr43223") ) ) +(assert (myObject (attribute1 "attr43224") ) ) +(assert (myObject (attribute1 "attr43225") ) ) +(assert (myObject (attribute1 "attr43226") ) ) +(assert (myObject (attribute1 "attr43227") ) ) +(assert (myObject (attribute1 "attr43228") ) ) +(assert (myObject (attribute1 "attr43229") ) ) +(assert (myObject (attribute1 "attr43230") ) ) +(assert (myObject (attribute1 "attr43231") ) ) +(assert (myObject (attribute1 "attr43232") ) ) +(assert (myObject (attribute1 "attr43233") ) ) +(assert (myObject (attribute1 "attr43234") ) ) +(assert (myObject (attribute1 "attr43235") ) ) +(assert (myObject (attribute1 "attr43236") ) ) +(assert (myObject (attribute1 "attr43237") ) ) +(assert (myObject (attribute1 "attr43238") ) ) +(assert (myObject (attribute1 "attr43239") ) ) +(assert (myObject (attribute1 "attr43240") ) ) +(assert (myObject (attribute1 "attr43241") ) ) +(assert (myObject (attribute1 "attr43242") ) ) +(assert (myObject (attribute1 "attr43243") ) ) +(assert (myObject (attribute1 "attr43244") ) ) +(assert (myObject (attribute1 "attr43245") ) ) +(assert (myObject (attribute1 "attr43246") ) ) +(assert (myObject (attribute1 "attr43247") ) ) +(assert (myObject (attribute1 "attr43248") ) ) +(assert (myObject (attribute1 "attr43249") ) ) +(assert (myObject (attribute1 "attr43250") ) ) +(assert (myObject (attribute1 "attr43251") ) ) +(assert (myObject (attribute1 "attr43252") ) ) +(assert (myObject (attribute1 "attr43253") ) ) +(assert (myObject (attribute1 "attr43254") ) ) +(assert (myObject (attribute1 "attr43255") ) ) +(assert (myObject (attribute1 "attr43256") ) ) +(assert (myObject (attribute1 "attr43257") ) ) +(assert (myObject (attribute1 "attr43258") ) ) +(assert (myObject (attribute1 "attr43259") ) ) +(assert (myObject (attribute1 "attr43260") ) ) +(assert (myObject (attribute1 "attr43261") ) ) +(assert (myObject (attribute1 "attr43262") ) ) +(assert (myObject (attribute1 "attr43263") ) ) +(assert (myObject (attribute1 "attr43264") ) ) +(assert (myObject (attribute1 "attr43265") ) ) +(assert (myObject (attribute1 "attr43266") ) ) +(assert (myObject (attribute1 "attr43267") ) ) +(assert (myObject (attribute1 "attr43268") ) ) +(assert (myObject (attribute1 "attr43269") ) ) +(assert (myObject (attribute1 "attr43270") ) ) +(assert (myObject (attribute1 "attr43271") ) ) +(assert (myObject (attribute1 "attr43272") ) ) +(assert (myObject (attribute1 "attr43273") ) ) +(assert (myObject (attribute1 "attr43274") ) ) +(assert (myObject (attribute1 "attr43275") ) ) +(assert (myObject (attribute1 "attr43276") ) ) +(assert (myObject (attribute1 "attr43277") ) ) +(assert (myObject (attribute1 "attr43278") ) ) +(assert (myObject (attribute1 "attr43279") ) ) +(assert (myObject (attribute1 "attr43280") ) ) +(assert (myObject (attribute1 "attr43281") ) ) +(assert (myObject (attribute1 "attr43282") ) ) +(assert (myObject (attribute1 "attr43283") ) ) +(assert (myObject (attribute1 "attr43284") ) ) +(assert (myObject (attribute1 "attr43285") ) ) +(assert (myObject (attribute1 "attr43286") ) ) +(assert (myObject (attribute1 "attr43287") ) ) +(assert (myObject (attribute1 "attr43288") ) ) +(assert (myObject (attribute1 "attr43289") ) ) +(assert (myObject (attribute1 "attr43290") ) ) +(assert (myObject (attribute1 "attr43291") ) ) +(assert (myObject (attribute1 "attr43292") ) ) +(assert (myObject (attribute1 "attr43293") ) ) +(assert (myObject (attribute1 "attr43294") ) ) +(assert (myObject (attribute1 "attr43295") ) ) +(assert (myObject (attribute1 "attr43296") ) ) +(assert (myObject (attribute1 "attr43297") ) ) +(assert (myObject (attribute1 "attr43298") ) ) +(assert (myObject (attribute1 "attr43299") ) ) +(assert (myObject (attribute1 "attr43300") ) ) +(assert (myObject (attribute1 "attr43301") ) ) +(assert (myObject (attribute1 "attr43302") ) ) +(assert (myObject (attribute1 "attr43303") ) ) +(assert (myObject (attribute1 "attr43304") ) ) +(assert (myObject (attribute1 "attr43305") ) ) +(assert (myObject (attribute1 "attr43306") ) ) +(assert (myObject (attribute1 "attr43307") ) ) +(assert (myObject (attribute1 "attr43308") ) ) +(assert (myObject (attribute1 "attr43309") ) ) +(assert (myObject (attribute1 "attr43310") ) ) +(assert (myObject (attribute1 "attr43311") ) ) +(assert (myObject (attribute1 "attr43312") ) ) +(assert (myObject (attribute1 "attr43313") ) ) +(assert (myObject (attribute1 "attr43314") ) ) +(assert (myObject (attribute1 "attr43315") ) ) +(assert (myObject (attribute1 "attr43316") ) ) +(assert (myObject (attribute1 "attr43317") ) ) +(assert (myObject (attribute1 "attr43318") ) ) +(assert (myObject (attribute1 "attr43319") ) ) +(assert (myObject (attribute1 "attr43320") ) ) +(assert (myObject (attribute1 "attr43321") ) ) +(assert (myObject (attribute1 "attr43322") ) ) +(assert (myObject (attribute1 "attr43323") ) ) +(assert (myObject (attribute1 "attr43324") ) ) +(assert (myObject (attribute1 "attr43325") ) ) +(assert (myObject (attribute1 "attr43326") ) ) +(assert (myObject (attribute1 "attr43327") ) ) +(assert (myObject (attribute1 "attr43328") ) ) +(assert (myObject (attribute1 "attr43329") ) ) +(assert (myObject (attribute1 "attr43330") ) ) +(assert (myObject (attribute1 "attr43331") ) ) +(assert (myObject (attribute1 "attr43332") ) ) +(assert (myObject (attribute1 "attr43333") ) ) +(assert (myObject (attribute1 "attr43334") ) ) +(assert (myObject (attribute1 "attr43335") ) ) +(assert (myObject (attribute1 "attr43336") ) ) +(assert (myObject (attribute1 "attr43337") ) ) +(assert (myObject (attribute1 "attr43338") ) ) +(assert (myObject (attribute1 "attr43339") ) ) +(assert (myObject (attribute1 "attr43340") ) ) +(assert (myObject (attribute1 "attr43341") ) ) +(assert (myObject (attribute1 "attr43342") ) ) +(assert (myObject (attribute1 "attr43343") ) ) +(assert (myObject (attribute1 "attr43344") ) ) +(assert (myObject (attribute1 "attr43345") ) ) +(assert (myObject (attribute1 "attr43346") ) ) +(assert (myObject (attribute1 "attr43347") ) ) +(assert (myObject (attribute1 "attr43348") ) ) +(assert (myObject (attribute1 "attr43349") ) ) +(assert (myObject (attribute1 "attr43350") ) ) +(assert (myObject (attribute1 "attr43351") ) ) +(assert (myObject (attribute1 "attr43352") ) ) +(assert (myObject (attribute1 "attr43353") ) ) +(assert (myObject (attribute1 "attr43354") ) ) +(assert (myObject (attribute1 "attr43355") ) ) +(assert (myObject (attribute1 "attr43356") ) ) +(assert (myObject (attribute1 "attr43357") ) ) +(assert (myObject (attribute1 "attr43358") ) ) +(assert (myObject (attribute1 "attr43359") ) ) +(assert (myObject (attribute1 "attr43360") ) ) +(assert (myObject (attribute1 "attr43361") ) ) +(assert (myObject (attribute1 "attr43362") ) ) +(assert (myObject (attribute1 "attr43363") ) ) +(assert (myObject (attribute1 "attr43364") ) ) +(assert (myObject (attribute1 "attr43365") ) ) +(assert (myObject (attribute1 "attr43366") ) ) +(assert (myObject (attribute1 "attr43367") ) ) +(assert (myObject (attribute1 "attr43368") ) ) +(assert (myObject (attribute1 "attr43369") ) ) +(assert (myObject (attribute1 "attr43370") ) ) +(assert (myObject (attribute1 "attr43371") ) ) +(assert (myObject (attribute1 "attr43372") ) ) +(assert (myObject (attribute1 "attr43373") ) ) +(assert (myObject (attribute1 "attr43374") ) ) +(assert (myObject (attribute1 "attr43375") ) ) +(assert (myObject (attribute1 "attr43376") ) ) +(assert (myObject (attribute1 "attr43377") ) ) +(assert (myObject (attribute1 "attr43378") ) ) +(assert (myObject (attribute1 "attr43379") ) ) +(assert (myObject (attribute1 "attr43380") ) ) +(assert (myObject (attribute1 "attr43381") ) ) +(assert (myObject (attribute1 "attr43382") ) ) +(assert (myObject (attribute1 "attr43383") ) ) +(assert (myObject (attribute1 "attr43384") ) ) +(assert (myObject (attribute1 "attr43385") ) ) +(assert (myObject (attribute1 "attr43386") ) ) +(assert (myObject (attribute1 "attr43387") ) ) +(assert (myObject (attribute1 "attr43388") ) ) +(assert (myObject (attribute1 "attr43389") ) ) +(assert (myObject (attribute1 "attr43390") ) ) +(assert (myObject (attribute1 "attr43391") ) ) +(assert (myObject (attribute1 "attr43392") ) ) +(assert (myObject (attribute1 "attr43393") ) ) +(assert (myObject (attribute1 "attr43394") ) ) +(assert (myObject (attribute1 "attr43395") ) ) +(assert (myObject (attribute1 "attr43396") ) ) +(assert (myObject (attribute1 "attr43397") ) ) +(assert (myObject (attribute1 "attr43398") ) ) +(assert (myObject (attribute1 "attr43399") ) ) +(assert (myObject (attribute1 "attr43400") ) ) +(assert (myObject (attribute1 "attr43401") ) ) +(assert (myObject (attribute1 "attr43402") ) ) +(assert (myObject (attribute1 "attr43403") ) ) +(assert (myObject (attribute1 "attr43404") ) ) +(assert (myObject (attribute1 "attr43405") ) ) +(assert (myObject (attribute1 "attr43406") ) ) +(assert (myObject (attribute1 "attr43407") ) ) +(assert (myObject (attribute1 "attr43408") ) ) +(assert (myObject (attribute1 "attr43409") ) ) +(assert (myObject (attribute1 "attr43410") ) ) +(assert (myObject (attribute1 "attr43411") ) ) +(assert (myObject (attribute1 "attr43412") ) ) +(assert (myObject (attribute1 "attr43413") ) ) +(assert (myObject (attribute1 "attr43414") ) ) +(assert (myObject (attribute1 "attr43415") ) ) +(assert (myObject (attribute1 "attr43416") ) ) +(assert (myObject (attribute1 "attr43417") ) ) +(assert (myObject (attribute1 "attr43418") ) ) +(assert (myObject (attribute1 "attr43419") ) ) +(assert (myObject (attribute1 "attr43420") ) ) +(assert (myObject (attribute1 "attr43421") ) ) +(assert (myObject (attribute1 "attr43422") ) ) +(assert (myObject (attribute1 "attr43423") ) ) +(assert (myObject (attribute1 "attr43424") ) ) +(assert (myObject (attribute1 "attr43425") ) ) +(assert (myObject (attribute1 "attr43426") ) ) +(assert (myObject (attribute1 "attr43427") ) ) +(assert (myObject (attribute1 "attr43428") ) ) +(assert (myObject (attribute1 "attr43429") ) ) +(assert (myObject (attribute1 "attr43430") ) ) +(assert (myObject (attribute1 "attr43431") ) ) +(assert (myObject (attribute1 "attr43432") ) ) +(assert (myObject (attribute1 "attr43433") ) ) +(assert (myObject (attribute1 "attr43434") ) ) +(assert (myObject (attribute1 "attr43435") ) ) +(assert (myObject (attribute1 "attr43436") ) ) +(assert (myObject (attribute1 "attr43437") ) ) +(assert (myObject (attribute1 "attr43438") ) ) +(assert (myObject (attribute1 "attr43439") ) ) +(assert (myObject (attribute1 "attr43440") ) ) +(assert (myObject (attribute1 "attr43441") ) ) +(assert (myObject (attribute1 "attr43442") ) ) +(assert (myObject (attribute1 "attr43443") ) ) +(assert (myObject (attribute1 "attr43444") ) ) +(assert (myObject (attribute1 "attr43445") ) ) +(assert (myObject (attribute1 "attr43446") ) ) +(assert (myObject (attribute1 "attr43447") ) ) +(assert (myObject (attribute1 "attr43448") ) ) +(assert (myObject (attribute1 "attr43449") ) ) +(assert (myObject (attribute1 "attr43450") ) ) +(assert (myObject (attribute1 "attr43451") ) ) +(assert (myObject (attribute1 "attr43452") ) ) +(assert (myObject (attribute1 "attr43453") ) ) +(assert (myObject (attribute1 "attr43454") ) ) +(assert (myObject (attribute1 "attr43455") ) ) +(assert (myObject (attribute1 "attr43456") ) ) +(assert (myObject (attribute1 "attr43457") ) ) +(assert (myObject (attribute1 "attr43458") ) ) +(assert (myObject (attribute1 "attr43459") ) ) +(assert (myObject (attribute1 "attr43460") ) ) +(assert (myObject (attribute1 "attr43461") ) ) +(assert (myObject (attribute1 "attr43462") ) ) +(assert (myObject (attribute1 "attr43463") ) ) +(assert (myObject (attribute1 "attr43464") ) ) +(assert (myObject (attribute1 "attr43465") ) ) +(assert (myObject (attribute1 "attr43466") ) ) +(assert (myObject (attribute1 "attr43467") ) ) +(assert (myObject (attribute1 "attr43468") ) ) +(assert (myObject (attribute1 "attr43469") ) ) +(assert (myObject (attribute1 "attr43470") ) ) +(assert (myObject (attribute1 "attr43471") ) ) +(assert (myObject (attribute1 "attr43472") ) ) +(assert (myObject (attribute1 "attr43473") ) ) +(assert (myObject (attribute1 "attr43474") ) ) +(assert (myObject (attribute1 "attr43475") ) ) +(assert (myObject (attribute1 "attr43476") ) ) +(assert (myObject (attribute1 "attr43477") ) ) +(assert (myObject (attribute1 "attr43478") ) ) +(assert (myObject (attribute1 "attr43479") ) ) +(assert (myObject (attribute1 "attr43480") ) ) +(assert (myObject (attribute1 "attr43481") ) ) +(assert (myObject (attribute1 "attr43482") ) ) +(assert (myObject (attribute1 "attr43483") ) ) +(assert (myObject (attribute1 "attr43484") ) ) +(assert (myObject (attribute1 "attr43485") ) ) +(assert (myObject (attribute1 "attr43486") ) ) +(assert (myObject (attribute1 "attr43487") ) ) +(assert (myObject (attribute1 "attr43488") ) ) +(assert (myObject (attribute1 "attr43489") ) ) +(assert (myObject (attribute1 "attr43490") ) ) +(assert (myObject (attribute1 "attr43491") ) ) +(assert (myObject (attribute1 "attr43492") ) ) +(assert (myObject (attribute1 "attr43493") ) ) +(assert (myObject (attribute1 "attr43494") ) ) +(assert (myObject (attribute1 "attr43495") ) ) +(assert (myObject (attribute1 "attr43496") ) ) +(assert (myObject (attribute1 "attr43497") ) ) +(assert (myObject (attribute1 "attr43498") ) ) +(assert (myObject (attribute1 "attr43499") ) ) +(assert (myObject (attribute1 "attr43500") ) ) +(assert (myObject (attribute1 "attr43501") ) ) +(assert (myObject (attribute1 "attr43502") ) ) +(assert (myObject (attribute1 "attr43503") ) ) +(assert (myObject (attribute1 "attr43504") ) ) +(assert (myObject (attribute1 "attr43505") ) ) +(assert (myObject (attribute1 "attr43506") ) ) +(assert (myObject (attribute1 "attr43507") ) ) +(assert (myObject (attribute1 "attr43508") ) ) +(assert (myObject (attribute1 "attr43509") ) ) +(assert (myObject (attribute1 "attr43510") ) ) +(assert (myObject (attribute1 "attr43511") ) ) +(assert (myObject (attribute1 "attr43512") ) ) +(assert (myObject (attribute1 "attr43513") ) ) +(assert (myObject (attribute1 "attr43514") ) ) +(assert (myObject (attribute1 "attr43515") ) ) +(assert (myObject (attribute1 "attr43516") ) ) +(assert (myObject (attribute1 "attr43517") ) ) +(assert (myObject (attribute1 "attr43518") ) ) +(assert (myObject (attribute1 "attr43519") ) ) +(assert (myObject (attribute1 "attr43520") ) ) +(assert (myObject (attribute1 "attr43521") ) ) +(assert (myObject (attribute1 "attr43522") ) ) +(assert (myObject (attribute1 "attr43523") ) ) +(assert (myObject (attribute1 "attr43524") ) ) +(assert (myObject (attribute1 "attr43525") ) ) +(assert (myObject (attribute1 "attr43526") ) ) +(assert (myObject (attribute1 "attr43527") ) ) +(assert (myObject (attribute1 "attr43528") ) ) +(assert (myObject (attribute1 "attr43529") ) ) +(assert (myObject (attribute1 "attr43530") ) ) +(assert (myObject (attribute1 "attr43531") ) ) +(assert (myObject (attribute1 "attr43532") ) ) +(assert (myObject (attribute1 "attr43533") ) ) +(assert (myObject (attribute1 "attr43534") ) ) +(assert (myObject (attribute1 "attr43535") ) ) +(assert (myObject (attribute1 "attr43536") ) ) +(assert (myObject (attribute1 "attr43537") ) ) +(assert (myObject (attribute1 "attr43538") ) ) +(assert (myObject (attribute1 "attr43539") ) ) +(assert (myObject (attribute1 "attr43540") ) ) +(assert (myObject (attribute1 "attr43541") ) ) +(assert (myObject (attribute1 "attr43542") ) ) +(assert (myObject (attribute1 "attr43543") ) ) +(assert (myObject (attribute1 "attr43544") ) ) +(assert (myObject (attribute1 "attr43545") ) ) +(assert (myObject (attribute1 "attr43546") ) ) +(assert (myObject (attribute1 "attr43547") ) ) +(assert (myObject (attribute1 "attr43548") ) ) +(assert (myObject (attribute1 "attr43549") ) ) +(assert (myObject (attribute1 "attr43550") ) ) +(assert (myObject (attribute1 "attr43551") ) ) +(assert (myObject (attribute1 "attr43552") ) ) +(assert (myObject (attribute1 "attr43553") ) ) +(assert (myObject (attribute1 "attr43554") ) ) +(assert (myObject (attribute1 "attr43555") ) ) +(assert (myObject (attribute1 "attr43556") ) ) +(assert (myObject (attribute1 "attr43557") ) ) +(assert (myObject (attribute1 "attr43558") ) ) +(assert (myObject (attribute1 "attr43559") ) ) +(assert (myObject (attribute1 "attr43560") ) ) +(assert (myObject (attribute1 "attr43561") ) ) +(assert (myObject (attribute1 "attr43562") ) ) +(assert (myObject (attribute1 "attr43563") ) ) +(assert (myObject (attribute1 "attr43564") ) ) +(assert (myObject (attribute1 "attr43565") ) ) +(assert (myObject (attribute1 "attr43566") ) ) +(assert (myObject (attribute1 "attr43567") ) ) +(assert (myObject (attribute1 "attr43568") ) ) +(assert (myObject (attribute1 "attr43569") ) ) +(assert (myObject (attribute1 "attr43570") ) ) +(assert (myObject (attribute1 "attr43571") ) ) +(assert (myObject (attribute1 "attr43572") ) ) +(assert (myObject (attribute1 "attr43573") ) ) +(assert (myObject (attribute1 "attr43574") ) ) +(assert (myObject (attribute1 "attr43575") ) ) +(assert (myObject (attribute1 "attr43576") ) ) +(assert (myObject (attribute1 "attr43577") ) ) +(assert (myObject (attribute1 "attr43578") ) ) +(assert (myObject (attribute1 "attr43579") ) ) +(assert (myObject (attribute1 "attr43580") ) ) +(assert (myObject (attribute1 "attr43581") ) ) +(assert (myObject (attribute1 "attr43582") ) ) +(assert (myObject (attribute1 "attr43583") ) ) +(assert (myObject (attribute1 "attr43584") ) ) +(assert (myObject (attribute1 "attr43585") ) ) +(assert (myObject (attribute1 "attr43586") ) ) +(assert (myObject (attribute1 "attr43587") ) ) +(assert (myObject (attribute1 "attr43588") ) ) +(assert (myObject (attribute1 "attr43589") ) ) +(assert (myObject (attribute1 "attr43590") ) ) +(assert (myObject (attribute1 "attr43591") ) ) +(assert (myObject (attribute1 "attr43592") ) ) +(assert (myObject (attribute1 "attr43593") ) ) +(assert (myObject (attribute1 "attr43594") ) ) +(assert (myObject (attribute1 "attr43595") ) ) +(assert (myObject (attribute1 "attr43596") ) ) +(assert (myObject (attribute1 "attr43597") ) ) +(assert (myObject (attribute1 "attr43598") ) ) +(assert (myObject (attribute1 "attr43599") ) ) +(assert (myObject (attribute1 "attr43600") ) ) +(assert (myObject (attribute1 "attr43601") ) ) +(assert (myObject (attribute1 "attr43602") ) ) +(assert (myObject (attribute1 "attr43603") ) ) +(assert (myObject (attribute1 "attr43604") ) ) +(assert (myObject (attribute1 "attr43605") ) ) +(assert (myObject (attribute1 "attr43606") ) ) +(assert (myObject (attribute1 "attr43607") ) ) +(assert (myObject (attribute1 "attr43608") ) ) +(assert (myObject (attribute1 "attr43609") ) ) +(assert (myObject (attribute1 "attr43610") ) ) +(assert (myObject (attribute1 "attr43611") ) ) +(assert (myObject (attribute1 "attr43612") ) ) +(assert (myObject (attribute1 "attr43613") ) ) +(assert (myObject (attribute1 "attr43614") ) ) +(assert (myObject (attribute1 "attr43615") ) ) +(assert (myObject (attribute1 "attr43616") ) ) +(assert (myObject (attribute1 "attr43617") ) ) +(assert (myObject (attribute1 "attr43618") ) ) +(assert (myObject (attribute1 "attr43619") ) ) +(assert (myObject (attribute1 "attr43620") ) ) +(assert (myObject (attribute1 "attr43621") ) ) +(assert (myObject (attribute1 "attr43622") ) ) +(assert (myObject (attribute1 "attr43623") ) ) +(assert (myObject (attribute1 "attr43624") ) ) +(assert (myObject (attribute1 "attr43625") ) ) +(assert (myObject (attribute1 "attr43626") ) ) +(assert (myObject (attribute1 "attr43627") ) ) +(assert (myObject (attribute1 "attr43628") ) ) +(assert (myObject (attribute1 "attr43629") ) ) +(assert (myObject (attribute1 "attr43630") ) ) +(assert (myObject (attribute1 "attr43631") ) ) +(assert (myObject (attribute1 "attr43632") ) ) +(assert (myObject (attribute1 "attr43633") ) ) +(assert (myObject (attribute1 "attr43634") ) ) +(assert (myObject (attribute1 "attr43635") ) ) +(assert (myObject (attribute1 "attr43636") ) ) +(assert (myObject (attribute1 "attr43637") ) ) +(assert (myObject (attribute1 "attr43638") ) ) +(assert (myObject (attribute1 "attr43639") ) ) +(assert (myObject (attribute1 "attr43640") ) ) +(assert (myObject (attribute1 "attr43641") ) ) +(assert (myObject (attribute1 "attr43642") ) ) +(assert (myObject (attribute1 "attr43643") ) ) +(assert (myObject (attribute1 "attr43644") ) ) +(assert (myObject (attribute1 "attr43645") ) ) +(assert (myObject (attribute1 "attr43646") ) ) +(assert (myObject (attribute1 "attr43647") ) ) +(assert (myObject (attribute1 "attr43648") ) ) +(assert (myObject (attribute1 "attr43649") ) ) +(assert (myObject (attribute1 "attr43650") ) ) +(assert (myObject (attribute1 "attr43651") ) ) +(assert (myObject (attribute1 "attr43652") ) ) +(assert (myObject (attribute1 "attr43653") ) ) +(assert (myObject (attribute1 "attr43654") ) ) +(assert (myObject (attribute1 "attr43655") ) ) +(assert (myObject (attribute1 "attr43656") ) ) +(assert (myObject (attribute1 "attr43657") ) ) +(assert (myObject (attribute1 "attr43658") ) ) +(assert (myObject (attribute1 "attr43659") ) ) +(assert (myObject (attribute1 "attr43660") ) ) +(assert (myObject (attribute1 "attr43661") ) ) +(assert (myObject (attribute1 "attr43662") ) ) +(assert (myObject (attribute1 "attr43663") ) ) +(assert (myObject (attribute1 "attr43664") ) ) +(assert (myObject (attribute1 "attr43665") ) ) +(assert (myObject (attribute1 "attr43666") ) ) +(assert (myObject (attribute1 "attr43667") ) ) +(assert (myObject (attribute1 "attr43668") ) ) +(assert (myObject (attribute1 "attr43669") ) ) +(assert (myObject (attribute1 "attr43670") ) ) +(assert (myObject (attribute1 "attr43671") ) ) +(assert (myObject (attribute1 "attr43672") ) ) +(assert (myObject (attribute1 "attr43673") ) ) +(assert (myObject (attribute1 "attr43674") ) ) +(assert (myObject (attribute1 "attr43675") ) ) +(assert (myObject (attribute1 "attr43676") ) ) +(assert (myObject (attribute1 "attr43677") ) ) +(assert (myObject (attribute1 "attr43678") ) ) +(assert (myObject (attribute1 "attr43679") ) ) +(assert (myObject (attribute1 "attr43680") ) ) +(assert (myObject (attribute1 "attr43681") ) ) +(assert (myObject (attribute1 "attr43682") ) ) +(assert (myObject (attribute1 "attr43683") ) ) +(assert (myObject (attribute1 "attr43684") ) ) +(assert (myObject (attribute1 "attr43685") ) ) +(assert (myObject (attribute1 "attr43686") ) ) +(assert (myObject (attribute1 "attr43687") ) ) +(assert (myObject (attribute1 "attr43688") ) ) +(assert (myObject (attribute1 "attr43689") ) ) +(assert (myObject (attribute1 "attr43690") ) ) +(assert (myObject (attribute1 "attr43691") ) ) +(assert (myObject (attribute1 "attr43692") ) ) +(assert (myObject (attribute1 "attr43693") ) ) +(assert (myObject (attribute1 "attr43694") ) ) +(assert (myObject (attribute1 "attr43695") ) ) +(assert (myObject (attribute1 "attr43696") ) ) +(assert (myObject (attribute1 "attr43697") ) ) +(assert (myObject (attribute1 "attr43698") ) ) +(assert (myObject (attribute1 "attr43699") ) ) +(assert (myObject (attribute1 "attr43700") ) ) +(assert (myObject (attribute1 "attr43701") ) ) +(assert (myObject (attribute1 "attr43702") ) ) +(assert (myObject (attribute1 "attr43703") ) ) +(assert (myObject (attribute1 "attr43704") ) ) +(assert (myObject (attribute1 "attr43705") ) ) +(assert (myObject (attribute1 "attr43706") ) ) +(assert (myObject (attribute1 "attr43707") ) ) +(assert (myObject (attribute1 "attr43708") ) ) +(assert (myObject (attribute1 "attr43709") ) ) +(assert (myObject (attribute1 "attr43710") ) ) +(assert (myObject (attribute1 "attr43711") ) ) +(assert (myObject (attribute1 "attr43712") ) ) +(assert (myObject (attribute1 "attr43713") ) ) +(assert (myObject (attribute1 "attr43714") ) ) +(assert (myObject (attribute1 "attr43715") ) ) +(assert (myObject (attribute1 "attr43716") ) ) +(assert (myObject (attribute1 "attr43717") ) ) +(assert (myObject (attribute1 "attr43718") ) ) +(assert (myObject (attribute1 "attr43719") ) ) +(assert (myObject (attribute1 "attr43720") ) ) +(assert (myObject (attribute1 "attr43721") ) ) +(assert (myObject (attribute1 "attr43722") ) ) +(assert (myObject (attribute1 "attr43723") ) ) +(assert (myObject (attribute1 "attr43724") ) ) +(assert (myObject (attribute1 "attr43725") ) ) +(assert (myObject (attribute1 "attr43726") ) ) +(assert (myObject (attribute1 "attr43727") ) ) +(assert (myObject (attribute1 "attr43728") ) ) +(assert (myObject (attribute1 "attr43729") ) ) +(assert (myObject (attribute1 "attr43730") ) ) +(assert (myObject (attribute1 "attr43731") ) ) +(assert (myObject (attribute1 "attr43732") ) ) +(assert (myObject (attribute1 "attr43733") ) ) +(assert (myObject (attribute1 "attr43734") ) ) +(assert (myObject (attribute1 "attr43735") ) ) +(assert (myObject (attribute1 "attr43736") ) ) +(assert (myObject (attribute1 "attr43737") ) ) +(assert (myObject (attribute1 "attr43738") ) ) +(assert (myObject (attribute1 "attr43739") ) ) +(assert (myObject (attribute1 "attr43740") ) ) +(assert (myObject (attribute1 "attr43741") ) ) +(assert (myObject (attribute1 "attr43742") ) ) +(assert (myObject (attribute1 "attr43743") ) ) +(assert (myObject (attribute1 "attr43744") ) ) +(assert (myObject (attribute1 "attr43745") ) ) +(assert (myObject (attribute1 "attr43746") ) ) +(assert (myObject (attribute1 "attr43747") ) ) +(assert (myObject (attribute1 "attr43748") ) ) +(assert (myObject (attribute1 "attr43749") ) ) +(assert (myObject (attribute1 "attr43750") ) ) +(assert (myObject (attribute1 "attr43751") ) ) +(assert (myObject (attribute1 "attr43752") ) ) +(assert (myObject (attribute1 "attr43753") ) ) +(assert (myObject (attribute1 "attr43754") ) ) +(assert (myObject (attribute1 "attr43755") ) ) +(assert (myObject (attribute1 "attr43756") ) ) +(assert (myObject (attribute1 "attr43757") ) ) +(assert (myObject (attribute1 "attr43758") ) ) +(assert (myObject (attribute1 "attr43759") ) ) +(assert (myObject (attribute1 "attr43760") ) ) +(assert (myObject (attribute1 "attr43761") ) ) +(assert (myObject (attribute1 "attr43762") ) ) +(assert (myObject (attribute1 "attr43763") ) ) +(assert (myObject (attribute1 "attr43764") ) ) +(assert (myObject (attribute1 "attr43765") ) ) +(assert (myObject (attribute1 "attr43766") ) ) +(assert (myObject (attribute1 "attr43767") ) ) +(assert (myObject (attribute1 "attr43768") ) ) +(assert (myObject (attribute1 "attr43769") ) ) +(assert (myObject (attribute1 "attr43770") ) ) +(assert (myObject (attribute1 "attr43771") ) ) +(assert (myObject (attribute1 "attr43772") ) ) +(assert (myObject (attribute1 "attr43773") ) ) +(assert (myObject (attribute1 "attr43774") ) ) +(assert (myObject (attribute1 "attr43775") ) ) +(assert (myObject (attribute1 "attr43776") ) ) +(assert (myObject (attribute1 "attr43777") ) ) +(assert (myObject (attribute1 "attr43778") ) ) +(assert (myObject (attribute1 "attr43779") ) ) +(assert (myObject (attribute1 "attr43780") ) ) +(assert (myObject (attribute1 "attr43781") ) ) +(assert (myObject (attribute1 "attr43782") ) ) +(assert (myObject (attribute1 "attr43783") ) ) +(assert (myObject (attribute1 "attr43784") ) ) +(assert (myObject (attribute1 "attr43785") ) ) +(assert (myObject (attribute1 "attr43786") ) ) +(assert (myObject (attribute1 "attr43787") ) ) +(assert (myObject (attribute1 "attr43788") ) ) +(assert (myObject (attribute1 "attr43789") ) ) +(assert (myObject (attribute1 "attr43790") ) ) +(assert (myObject (attribute1 "attr43791") ) ) +(assert (myObject (attribute1 "attr43792") ) ) +(assert (myObject (attribute1 "attr43793") ) ) +(assert (myObject (attribute1 "attr43794") ) ) +(assert (myObject (attribute1 "attr43795") ) ) +(assert (myObject (attribute1 "attr43796") ) ) +(assert (myObject (attribute1 "attr43797") ) ) +(assert (myObject (attribute1 "attr43798") ) ) +(assert (myObject (attribute1 "attr43799") ) ) +(assert (myObject (attribute1 "attr43800") ) ) +(assert (myObject (attribute1 "attr43801") ) ) +(assert (myObject (attribute1 "attr43802") ) ) +(assert (myObject (attribute1 "attr43803") ) ) +(assert (myObject (attribute1 "attr43804") ) ) +(assert (myObject (attribute1 "attr43805") ) ) +(assert (myObject (attribute1 "attr43806") ) ) +(assert (myObject (attribute1 "attr43807") ) ) +(assert (myObject (attribute1 "attr43808") ) ) +(assert (myObject (attribute1 "attr43809") ) ) +(assert (myObject (attribute1 "attr43810") ) ) +(assert (myObject (attribute1 "attr43811") ) ) +(assert (myObject (attribute1 "attr43812") ) ) +(assert (myObject (attribute1 "attr43813") ) ) +(assert (myObject (attribute1 "attr43814") ) ) +(assert (myObject (attribute1 "attr43815") ) ) +(assert (myObject (attribute1 "attr43816") ) ) +(assert (myObject (attribute1 "attr43817") ) ) +(assert (myObject (attribute1 "attr43818") ) ) +(assert (myObject (attribute1 "attr43819") ) ) +(assert (myObject (attribute1 "attr43820") ) ) +(assert (myObject (attribute1 "attr43821") ) ) +(assert (myObject (attribute1 "attr43822") ) ) +(assert (myObject (attribute1 "attr43823") ) ) +(assert (myObject (attribute1 "attr43824") ) ) +(assert (myObject (attribute1 "attr43825") ) ) +(assert (myObject (attribute1 "attr43826") ) ) +(assert (myObject (attribute1 "attr43827") ) ) +(assert (myObject (attribute1 "attr43828") ) ) +(assert (myObject (attribute1 "attr43829") ) ) +(assert (myObject (attribute1 "attr43830") ) ) +(assert (myObject (attribute1 "attr43831") ) ) +(assert (myObject (attribute1 "attr43832") ) ) +(assert (myObject (attribute1 "attr43833") ) ) +(assert (myObject (attribute1 "attr43834") ) ) +(assert (myObject (attribute1 "attr43835") ) ) +(assert (myObject (attribute1 "attr43836") ) ) +(assert (myObject (attribute1 "attr43837") ) ) +(assert (myObject (attribute1 "attr43838") ) ) +(assert (myObject (attribute1 "attr43839") ) ) +(assert (myObject (attribute1 "attr43840") ) ) +(assert (myObject (attribute1 "attr43841") ) ) +(assert (myObject (attribute1 "attr43842") ) ) +(assert (myObject (attribute1 "attr43843") ) ) +(assert (myObject (attribute1 "attr43844") ) ) +(assert (myObject (attribute1 "attr43845") ) ) +(assert (myObject (attribute1 "attr43846") ) ) +(assert (myObject (attribute1 "attr43847") ) ) +(assert (myObject (attribute1 "attr43848") ) ) +(assert (myObject (attribute1 "attr43849") ) ) +(assert (myObject (attribute1 "attr43850") ) ) +(assert (myObject (attribute1 "attr43851") ) ) +(assert (myObject (attribute1 "attr43852") ) ) +(assert (myObject (attribute1 "attr43853") ) ) +(assert (myObject (attribute1 "attr43854") ) ) +(assert (myObject (attribute1 "attr43855") ) ) +(assert (myObject (attribute1 "attr43856") ) ) +(assert (myObject (attribute1 "attr43857") ) ) +(assert (myObject (attribute1 "attr43858") ) ) +(assert (myObject (attribute1 "attr43859") ) ) +(assert (myObject (attribute1 "attr43860") ) ) +(assert (myObject (attribute1 "attr43861") ) ) +(assert (myObject (attribute1 "attr43862") ) ) +(assert (myObject (attribute1 "attr43863") ) ) +(assert (myObject (attribute1 "attr43864") ) ) +(assert (myObject (attribute1 "attr43865") ) ) +(assert (myObject (attribute1 "attr43866") ) ) +(assert (myObject (attribute1 "attr43867") ) ) +(assert (myObject (attribute1 "attr43868") ) ) +(assert (myObject (attribute1 "attr43869") ) ) +(assert (myObject (attribute1 "attr43870") ) ) +(assert (myObject (attribute1 "attr43871") ) ) +(assert (myObject (attribute1 "attr43872") ) ) +(assert (myObject (attribute1 "attr43873") ) ) +(assert (myObject (attribute1 "attr43874") ) ) +(assert (myObject (attribute1 "attr43875") ) ) +(assert (myObject (attribute1 "attr43876") ) ) +(assert (myObject (attribute1 "attr43877") ) ) +(assert (myObject (attribute1 "attr43878") ) ) +(assert (myObject (attribute1 "attr43879") ) ) +(assert (myObject (attribute1 "attr43880") ) ) +(assert (myObject (attribute1 "attr43881") ) ) +(assert (myObject (attribute1 "attr43882") ) ) +(assert (myObject (attribute1 "attr43883") ) ) +(assert (myObject (attribute1 "attr43884") ) ) +(assert (myObject (attribute1 "attr43885") ) ) +(assert (myObject (attribute1 "attr43886") ) ) +(assert (myObject (attribute1 "attr43887") ) ) +(assert (myObject (attribute1 "attr43888") ) ) +(assert (myObject (attribute1 "attr43889") ) ) +(assert (myObject (attribute1 "attr43890") ) ) +(assert (myObject (attribute1 "attr43891") ) ) +(assert (myObject (attribute1 "attr43892") ) ) +(assert (myObject (attribute1 "attr43893") ) ) +(assert (myObject (attribute1 "attr43894") ) ) +(assert (myObject (attribute1 "attr43895") ) ) +(assert (myObject (attribute1 "attr43896") ) ) +(assert (myObject (attribute1 "attr43897") ) ) +(assert (myObject (attribute1 "attr43898") ) ) +(assert (myObject (attribute1 "attr43899") ) ) +(assert (myObject (attribute1 "attr43900") ) ) +(assert (myObject (attribute1 "attr43901") ) ) +(assert (myObject (attribute1 "attr43902") ) ) +(assert (myObject (attribute1 "attr43903") ) ) +(assert (myObject (attribute1 "attr43904") ) ) +(assert (myObject (attribute1 "attr43905") ) ) +(assert (myObject (attribute1 "attr43906") ) ) +(assert (myObject (attribute1 "attr43907") ) ) +(assert (myObject (attribute1 "attr43908") ) ) +(assert (myObject (attribute1 "attr43909") ) ) +(assert (myObject (attribute1 "attr43910") ) ) +(assert (myObject (attribute1 "attr43911") ) ) +(assert (myObject (attribute1 "attr43912") ) ) +(assert (myObject (attribute1 "attr43913") ) ) +(assert (myObject (attribute1 "attr43914") ) ) +(assert (myObject (attribute1 "attr43915") ) ) +(assert (myObject (attribute1 "attr43916") ) ) +(assert (myObject (attribute1 "attr43917") ) ) +(assert (myObject (attribute1 "attr43918") ) ) +(assert (myObject (attribute1 "attr43919") ) ) +(assert (myObject (attribute1 "attr43920") ) ) +(assert (myObject (attribute1 "attr43921") ) ) +(assert (myObject (attribute1 "attr43922") ) ) +(assert (myObject (attribute1 "attr43923") ) ) +(assert (myObject (attribute1 "attr43924") ) ) +(assert (myObject (attribute1 "attr43925") ) ) +(assert (myObject (attribute1 "attr43926") ) ) +(assert (myObject (attribute1 "attr43927") ) ) +(assert (myObject (attribute1 "attr43928") ) ) +(assert (myObject (attribute1 "attr43929") ) ) +(assert (myObject (attribute1 "attr43930") ) ) +(assert (myObject (attribute1 "attr43931") ) ) +(assert (myObject (attribute1 "attr43932") ) ) +(assert (myObject (attribute1 "attr43933") ) ) +(assert (myObject (attribute1 "attr43934") ) ) +(assert (myObject (attribute1 "attr43935") ) ) +(assert (myObject (attribute1 "attr43936") ) ) +(assert (myObject (attribute1 "attr43937") ) ) +(assert (myObject (attribute1 "attr43938") ) ) +(assert (myObject (attribute1 "attr43939") ) ) +(assert (myObject (attribute1 "attr43940") ) ) +(assert (myObject (attribute1 "attr43941") ) ) +(assert (myObject (attribute1 "attr43942") ) ) +(assert (myObject (attribute1 "attr43943") ) ) +(assert (myObject (attribute1 "attr43944") ) ) +(assert (myObject (attribute1 "attr43945") ) ) +(assert (myObject (attribute1 "attr43946") ) ) +(assert (myObject (attribute1 "attr43947") ) ) +(assert (myObject (attribute1 "attr43948") ) ) +(assert (myObject (attribute1 "attr43949") ) ) +(assert (myObject (attribute1 "attr43950") ) ) +(assert (myObject (attribute1 "attr43951") ) ) +(assert (myObject (attribute1 "attr43952") ) ) +(assert (myObject (attribute1 "attr43953") ) ) +(assert (myObject (attribute1 "attr43954") ) ) +(assert (myObject (attribute1 "attr43955") ) ) +(assert (myObject (attribute1 "attr43956") ) ) +(assert (myObject (attribute1 "attr43957") ) ) +(assert (myObject (attribute1 "attr43958") ) ) +(assert (myObject (attribute1 "attr43959") ) ) +(assert (myObject (attribute1 "attr43960") ) ) +(assert (myObject (attribute1 "attr43961") ) ) +(assert (myObject (attribute1 "attr43962") ) ) +(assert (myObject (attribute1 "attr43963") ) ) +(assert (myObject (attribute1 "attr43964") ) ) +(assert (myObject (attribute1 "attr43965") ) ) +(assert (myObject (attribute1 "attr43966") ) ) +(assert (myObject (attribute1 "attr43967") ) ) +(assert (myObject (attribute1 "attr43968") ) ) +(assert (myObject (attribute1 "attr43969") ) ) +(assert (myObject (attribute1 "attr43970") ) ) +(assert (myObject (attribute1 "attr43971") ) ) +(assert (myObject (attribute1 "attr43972") ) ) +(assert (myObject (attribute1 "attr43973") ) ) +(assert (myObject (attribute1 "attr43974") ) ) +(assert (myObject (attribute1 "attr43975") ) ) +(assert (myObject (attribute1 "attr43976") ) ) +(assert (myObject (attribute1 "attr43977") ) ) +(assert (myObject (attribute1 "attr43978") ) ) +(assert (myObject (attribute1 "attr43979") ) ) +(assert (myObject (attribute1 "attr43980") ) ) +(assert (myObject (attribute1 "attr43981") ) ) +(assert (myObject (attribute1 "attr43982") ) ) +(assert (myObject (attribute1 "attr43983") ) ) +(assert (myObject (attribute1 "attr43984") ) ) +(assert (myObject (attribute1 "attr43985") ) ) +(assert (myObject (attribute1 "attr43986") ) ) +(assert (myObject (attribute1 "attr43987") ) ) +(assert (myObject (attribute1 "attr43988") ) ) +(assert (myObject (attribute1 "attr43989") ) ) +(assert (myObject (attribute1 "attr43990") ) ) +(assert (myObject (attribute1 "attr43991") ) ) +(assert (myObject (attribute1 "attr43992") ) ) +(assert (myObject (attribute1 "attr43993") ) ) +(assert (myObject (attribute1 "attr43994") ) ) +(assert (myObject (attribute1 "attr43995") ) ) +(assert (myObject (attribute1 "attr43996") ) ) +(assert (myObject (attribute1 "attr43997") ) ) +(assert (myObject (attribute1 "attr43998") ) ) +(assert (myObject (attribute1 "attr43999") ) ) +(assert (myObject (attribute1 "attr44000") ) ) +(assert (myObject (attribute1 "attr44001") ) ) +(assert (myObject (attribute1 "attr44002") ) ) +(assert (myObject (attribute1 "attr44003") ) ) +(assert (myObject (attribute1 "attr44004") ) ) +(assert (myObject (attribute1 "attr44005") ) ) +(assert (myObject (attribute1 "attr44006") ) ) +(assert (myObject (attribute1 "attr44007") ) ) +(assert (myObject (attribute1 "attr44008") ) ) +(assert (myObject (attribute1 "attr44009") ) ) +(assert (myObject (attribute1 "attr44010") ) ) +(assert (myObject (attribute1 "attr44011") ) ) +(assert (myObject (attribute1 "attr44012") ) ) +(assert (myObject (attribute1 "attr44013") ) ) +(assert (myObject (attribute1 "attr44014") ) ) +(assert (myObject (attribute1 "attr44015") ) ) +(assert (myObject (attribute1 "attr44016") ) ) +(assert (myObject (attribute1 "attr44017") ) ) +(assert (myObject (attribute1 "attr44018") ) ) +(assert (myObject (attribute1 "attr44019") ) ) +(assert (myObject (attribute1 "attr44020") ) ) +(assert (myObject (attribute1 "attr44021") ) ) +(assert (myObject (attribute1 "attr44022") ) ) +(assert (myObject (attribute1 "attr44023") ) ) +(assert (myObject (attribute1 "attr44024") ) ) +(assert (myObject (attribute1 "attr44025") ) ) +(assert (myObject (attribute1 "attr44026") ) ) +(assert (myObject (attribute1 "attr44027") ) ) +(assert (myObject (attribute1 "attr44028") ) ) +(assert (myObject (attribute1 "attr44029") ) ) +(assert (myObject (attribute1 "attr44030") ) ) +(assert (myObject (attribute1 "attr44031") ) ) +(assert (myObject (attribute1 "attr44032") ) ) +(assert (myObject (attribute1 "attr44033") ) ) +(assert (myObject (attribute1 "attr44034") ) ) +(assert (myObject (attribute1 "attr44035") ) ) +(assert (myObject (attribute1 "attr44036") ) ) +(assert (myObject (attribute1 "attr44037") ) ) +(assert (myObject (attribute1 "attr44038") ) ) +(assert (myObject (attribute1 "attr44039") ) ) +(assert (myObject (attribute1 "attr44040") ) ) +(assert (myObject (attribute1 "attr44041") ) ) +(assert (myObject (attribute1 "attr44042") ) ) +(assert (myObject (attribute1 "attr44043") ) ) +(assert (myObject (attribute1 "attr44044") ) ) +(assert (myObject (attribute1 "attr44045") ) ) +(assert (myObject (attribute1 "attr44046") ) ) +(assert (myObject (attribute1 "attr44047") ) ) +(assert (myObject (attribute1 "attr44048") ) ) +(assert (myObject (attribute1 "attr44049") ) ) +(assert (myObject (attribute1 "attr44050") ) ) +(assert (myObject (attribute1 "attr44051") ) ) +(assert (myObject (attribute1 "attr44052") ) ) +(assert (myObject (attribute1 "attr44053") ) ) +(assert (myObject (attribute1 "attr44054") ) ) +(assert (myObject (attribute1 "attr44055") ) ) +(assert (myObject (attribute1 "attr44056") ) ) +(assert (myObject (attribute1 "attr44057") ) ) +(assert (myObject (attribute1 "attr44058") ) ) +(assert (myObject (attribute1 "attr44059") ) ) +(assert (myObject (attribute1 "attr44060") ) ) +(assert (myObject (attribute1 "attr44061") ) ) +(assert (myObject (attribute1 "attr44062") ) ) +(assert (myObject (attribute1 "attr44063") ) ) +(assert (myObject (attribute1 "attr44064") ) ) +(assert (myObject (attribute1 "attr44065") ) ) +(assert (myObject (attribute1 "attr44066") ) ) +(assert (myObject (attribute1 "attr44067") ) ) +(assert (myObject (attribute1 "attr44068") ) ) +(assert (myObject (attribute1 "attr44069") ) ) +(assert (myObject (attribute1 "attr44070") ) ) +(assert (myObject (attribute1 "attr44071") ) ) +(assert (myObject (attribute1 "attr44072") ) ) +(assert (myObject (attribute1 "attr44073") ) ) +(assert (myObject (attribute1 "attr44074") ) ) +(assert (myObject (attribute1 "attr44075") ) ) +(assert (myObject (attribute1 "attr44076") ) ) +(assert (myObject (attribute1 "attr44077") ) ) +(assert (myObject (attribute1 "attr44078") ) ) +(assert (myObject (attribute1 "attr44079") ) ) +(assert (myObject (attribute1 "attr44080") ) ) +(assert (myObject (attribute1 "attr44081") ) ) +(assert (myObject (attribute1 "attr44082") ) ) +(assert (myObject (attribute1 "attr44083") ) ) +(assert (myObject (attribute1 "attr44084") ) ) +(assert (myObject (attribute1 "attr44085") ) ) +(assert (myObject (attribute1 "attr44086") ) ) +(assert (myObject (attribute1 "attr44087") ) ) +(assert (myObject (attribute1 "attr44088") ) ) +(assert (myObject (attribute1 "attr44089") ) ) +(assert (myObject (attribute1 "attr44090") ) ) +(assert (myObject (attribute1 "attr44091") ) ) +(assert (myObject (attribute1 "attr44092") ) ) +(assert (myObject (attribute1 "attr44093") ) ) +(assert (myObject (attribute1 "attr44094") ) ) +(assert (myObject (attribute1 "attr44095") ) ) +(assert (myObject (attribute1 "attr44096") ) ) +(assert (myObject (attribute1 "attr44097") ) ) +(assert (myObject (attribute1 "attr44098") ) ) +(assert (myObject (attribute1 "attr44099") ) ) +(assert (myObject (attribute1 "attr44100") ) ) +(assert (myObject (attribute1 "attr44101") ) ) +(assert (myObject (attribute1 "attr44102") ) ) +(assert (myObject (attribute1 "attr44103") ) ) +(assert (myObject (attribute1 "attr44104") ) ) +(assert (myObject (attribute1 "attr44105") ) ) +(assert (myObject (attribute1 "attr44106") ) ) +(assert (myObject (attribute1 "attr44107") ) ) +(assert (myObject (attribute1 "attr44108") ) ) +(assert (myObject (attribute1 "attr44109") ) ) +(assert (myObject (attribute1 "attr44110") ) ) +(assert (myObject (attribute1 "attr44111") ) ) +(assert (myObject (attribute1 "attr44112") ) ) +(assert (myObject (attribute1 "attr44113") ) ) +(assert (myObject (attribute1 "attr44114") ) ) +(assert (myObject (attribute1 "attr44115") ) ) +(assert (myObject (attribute1 "attr44116") ) ) +(assert (myObject (attribute1 "attr44117") ) ) +(assert (myObject (attribute1 "attr44118") ) ) +(assert (myObject (attribute1 "attr44119") ) ) +(assert (myObject (attribute1 "attr44120") ) ) +(assert (myObject (attribute1 "attr44121") ) ) +(assert (myObject (attribute1 "attr44122") ) ) +(assert (myObject (attribute1 "attr44123") ) ) +(assert (myObject (attribute1 "attr44124") ) ) +(assert (myObject (attribute1 "attr44125") ) ) +(assert (myObject (attribute1 "attr44126") ) ) +(assert (myObject (attribute1 "attr44127") ) ) +(assert (myObject (attribute1 "attr44128") ) ) +(assert (myObject (attribute1 "attr44129") ) ) +(assert (myObject (attribute1 "attr44130") ) ) +(assert (myObject (attribute1 "attr44131") ) ) +(assert (myObject (attribute1 "attr44132") ) ) +(assert (myObject (attribute1 "attr44133") ) ) +(assert (myObject (attribute1 "attr44134") ) ) +(assert (myObject (attribute1 "attr44135") ) ) +(assert (myObject (attribute1 "attr44136") ) ) +(assert (myObject (attribute1 "attr44137") ) ) +(assert (myObject (attribute1 "attr44138") ) ) +(assert (myObject (attribute1 "attr44139") ) ) +(assert (myObject (attribute1 "attr44140") ) ) +(assert (myObject (attribute1 "attr44141") ) ) +(assert (myObject (attribute1 "attr44142") ) ) +(assert (myObject (attribute1 "attr44143") ) ) +(assert (myObject (attribute1 "attr44144") ) ) +(assert (myObject (attribute1 "attr44145") ) ) +(assert (myObject (attribute1 "attr44146") ) ) +(assert (myObject (attribute1 "attr44147") ) ) +(assert (myObject (attribute1 "attr44148") ) ) +(assert (myObject (attribute1 "attr44149") ) ) +(assert (myObject (attribute1 "attr44150") ) ) +(assert (myObject (attribute1 "attr44151") ) ) +(assert (myObject (attribute1 "attr44152") ) ) +(assert (myObject (attribute1 "attr44153") ) ) +(assert (myObject (attribute1 "attr44154") ) ) +(assert (myObject (attribute1 "attr44155") ) ) +(assert (myObject (attribute1 "attr44156") ) ) +(assert (myObject (attribute1 "attr44157") ) ) +(assert (myObject (attribute1 "attr44158") ) ) +(assert (myObject (attribute1 "attr44159") ) ) +(assert (myObject (attribute1 "attr44160") ) ) +(assert (myObject (attribute1 "attr44161") ) ) +(assert (myObject (attribute1 "attr44162") ) ) +(assert (myObject (attribute1 "attr44163") ) ) +(assert (myObject (attribute1 "attr44164") ) ) +(assert (myObject (attribute1 "attr44165") ) ) +(assert (myObject (attribute1 "attr44166") ) ) +(assert (myObject (attribute1 "attr44167") ) ) +(assert (myObject (attribute1 "attr44168") ) ) +(assert (myObject (attribute1 "attr44169") ) ) +(assert (myObject (attribute1 "attr44170") ) ) +(assert (myObject (attribute1 "attr44171") ) ) +(assert (myObject (attribute1 "attr44172") ) ) +(assert (myObject (attribute1 "attr44173") ) ) +(assert (myObject (attribute1 "attr44174") ) ) +(assert (myObject (attribute1 "attr44175") ) ) +(assert (myObject (attribute1 "attr44176") ) ) +(assert (myObject (attribute1 "attr44177") ) ) +(assert (myObject (attribute1 "attr44178") ) ) +(assert (myObject (attribute1 "attr44179") ) ) +(assert (myObject (attribute1 "attr44180") ) ) +(assert (myObject (attribute1 "attr44181") ) ) +(assert (myObject (attribute1 "attr44182") ) ) +(assert (myObject (attribute1 "attr44183") ) ) +(assert (myObject (attribute1 "attr44184") ) ) +(assert (myObject (attribute1 "attr44185") ) ) +(assert (myObject (attribute1 "attr44186") ) ) +(assert (myObject (attribute1 "attr44187") ) ) +(assert (myObject (attribute1 "attr44188") ) ) +(assert (myObject (attribute1 "attr44189") ) ) +(assert (myObject (attribute1 "attr44190") ) ) +(assert (myObject (attribute1 "attr44191") ) ) +(assert (myObject (attribute1 "attr44192") ) ) +(assert (myObject (attribute1 "attr44193") ) ) +(assert (myObject (attribute1 "attr44194") ) ) +(assert (myObject (attribute1 "attr44195") ) ) +(assert (myObject (attribute1 "attr44196") ) ) +(assert (myObject (attribute1 "attr44197") ) ) +(assert (myObject (attribute1 "attr44198") ) ) +(assert (myObject (attribute1 "attr44199") ) ) +(assert (myObject (attribute1 "attr44200") ) ) +(assert (myObject (attribute1 "attr44201") ) ) +(assert (myObject (attribute1 "attr44202") ) ) +(assert (myObject (attribute1 "attr44203") ) ) +(assert (myObject (attribute1 "attr44204") ) ) +(assert (myObject (attribute1 "attr44205") ) ) +(assert (myObject (attribute1 "attr44206") ) ) +(assert (myObject (attribute1 "attr44207") ) ) +(assert (myObject (attribute1 "attr44208") ) ) +(assert (myObject (attribute1 "attr44209") ) ) +(assert (myObject (attribute1 "attr44210") ) ) +(assert (myObject (attribute1 "attr44211") ) ) +(assert (myObject (attribute1 "attr44212") ) ) +(assert (myObject (attribute1 "attr44213") ) ) +(assert (myObject (attribute1 "attr44214") ) ) +(assert (myObject (attribute1 "attr44215") ) ) +(assert (myObject (attribute1 "attr44216") ) ) +(assert (myObject (attribute1 "attr44217") ) ) +(assert (myObject (attribute1 "attr44218") ) ) +(assert (myObject (attribute1 "attr44219") ) ) +(assert (myObject (attribute1 "attr44220") ) ) +(assert (myObject (attribute1 "attr44221") ) ) +(assert (myObject (attribute1 "attr44222") ) ) +(assert (myObject (attribute1 "attr44223") ) ) +(assert (myObject (attribute1 "attr44224") ) ) +(assert (myObject (attribute1 "attr44225") ) ) +(assert (myObject (attribute1 "attr44226") ) ) +(assert (myObject (attribute1 "attr44227") ) ) +(assert (myObject (attribute1 "attr44228") ) ) +(assert (myObject (attribute1 "attr44229") ) ) +(assert (myObject (attribute1 "attr44230") ) ) +(assert (myObject (attribute1 "attr44231") ) ) +(assert (myObject (attribute1 "attr44232") ) ) +(assert (myObject (attribute1 "attr44233") ) ) +(assert (myObject (attribute1 "attr44234") ) ) +(assert (myObject (attribute1 "attr44235") ) ) +(assert (myObject (attribute1 "attr44236") ) ) +(assert (myObject (attribute1 "attr44237") ) ) +(assert (myObject (attribute1 "attr44238") ) ) +(assert (myObject (attribute1 "attr44239") ) ) +(assert (myObject (attribute1 "attr44240") ) ) +(assert (myObject (attribute1 "attr44241") ) ) +(assert (myObject (attribute1 "attr44242") ) ) +(assert (myObject (attribute1 "attr44243") ) ) +(assert (myObject (attribute1 "attr44244") ) ) +(assert (myObject (attribute1 "attr44245") ) ) +(assert (myObject (attribute1 "attr44246") ) ) +(assert (myObject (attribute1 "attr44247") ) ) +(assert (myObject (attribute1 "attr44248") ) ) +(assert (myObject (attribute1 "attr44249") ) ) +(assert (myObject (attribute1 "attr44250") ) ) +(assert (myObject (attribute1 "attr44251") ) ) +(assert (myObject (attribute1 "attr44252") ) ) +(assert (myObject (attribute1 "attr44253") ) ) +(assert (myObject (attribute1 "attr44254") ) ) +(assert (myObject (attribute1 "attr44255") ) ) +(assert (myObject (attribute1 "attr44256") ) ) +(assert (myObject (attribute1 "attr44257") ) ) +(assert (myObject (attribute1 "attr44258") ) ) +(assert (myObject (attribute1 "attr44259") ) ) +(assert (myObject (attribute1 "attr44260") ) ) +(assert (myObject (attribute1 "attr44261") ) ) +(assert (myObject (attribute1 "attr44262") ) ) +(assert (myObject (attribute1 "attr44263") ) ) +(assert (myObject (attribute1 "attr44264") ) ) +(assert (myObject (attribute1 "attr44265") ) ) +(assert (myObject (attribute1 "attr44266") ) ) +(assert (myObject (attribute1 "attr44267") ) ) +(assert (myObject (attribute1 "attr44268") ) ) +(assert (myObject (attribute1 "attr44269") ) ) +(assert (myObject (attribute1 "attr44270") ) ) +(assert (myObject (attribute1 "attr44271") ) ) +(assert (myObject (attribute1 "attr44272") ) ) +(assert (myObject (attribute1 "attr44273") ) ) +(assert (myObject (attribute1 "attr44274") ) ) +(assert (myObject (attribute1 "attr44275") ) ) +(assert (myObject (attribute1 "attr44276") ) ) +(assert (myObject (attribute1 "attr44277") ) ) +(assert (myObject (attribute1 "attr44278") ) ) +(assert (myObject (attribute1 "attr44279") ) ) +(assert (myObject (attribute1 "attr44280") ) ) +(assert (myObject (attribute1 "attr44281") ) ) +(assert (myObject (attribute1 "attr44282") ) ) +(assert (myObject (attribute1 "attr44283") ) ) +(assert (myObject (attribute1 "attr44284") ) ) +(assert (myObject (attribute1 "attr44285") ) ) +(assert (myObject (attribute1 "attr44286") ) ) +(assert (myObject (attribute1 "attr44287") ) ) +(assert (myObject (attribute1 "attr44288") ) ) +(assert (myObject (attribute1 "attr44289") ) ) +(assert (myObject (attribute1 "attr44290") ) ) +(assert (myObject (attribute1 "attr44291") ) ) +(assert (myObject (attribute1 "attr44292") ) ) +(assert (myObject (attribute1 "attr44293") ) ) +(assert (myObject (attribute1 "attr44294") ) ) +(assert (myObject (attribute1 "attr44295") ) ) +(assert (myObject (attribute1 "attr44296") ) ) +(assert (myObject (attribute1 "attr44297") ) ) +(assert (myObject (attribute1 "attr44298") ) ) +(assert (myObject (attribute1 "attr44299") ) ) +(assert (myObject (attribute1 "attr44300") ) ) +(assert (myObject (attribute1 "attr44301") ) ) +(assert (myObject (attribute1 "attr44302") ) ) +(assert (myObject (attribute1 "attr44303") ) ) +(assert (myObject (attribute1 "attr44304") ) ) +(assert (myObject (attribute1 "attr44305") ) ) +(assert (myObject (attribute1 "attr44306") ) ) +(assert (myObject (attribute1 "attr44307") ) ) +(assert (myObject (attribute1 "attr44308") ) ) +(assert (myObject (attribute1 "attr44309") ) ) +(assert (myObject (attribute1 "attr44310") ) ) +(assert (myObject (attribute1 "attr44311") ) ) +(assert (myObject (attribute1 "attr44312") ) ) +(assert (myObject (attribute1 "attr44313") ) ) +(assert (myObject (attribute1 "attr44314") ) ) +(assert (myObject (attribute1 "attr44315") ) ) +(assert (myObject (attribute1 "attr44316") ) ) +(assert (myObject (attribute1 "attr44317") ) ) +(assert (myObject (attribute1 "attr44318") ) ) +(assert (myObject (attribute1 "attr44319") ) ) +(assert (myObject (attribute1 "attr44320") ) ) +(assert (myObject (attribute1 "attr44321") ) ) +(assert (myObject (attribute1 "attr44322") ) ) +(assert (myObject (attribute1 "attr44323") ) ) +(assert (myObject (attribute1 "attr44324") ) ) +(assert (myObject (attribute1 "attr44325") ) ) +(assert (myObject (attribute1 "attr44326") ) ) +(assert (myObject (attribute1 "attr44327") ) ) +(assert (myObject (attribute1 "attr44328") ) ) +(assert (myObject (attribute1 "attr44329") ) ) +(assert (myObject (attribute1 "attr44330") ) ) +(assert (myObject (attribute1 "attr44331") ) ) +(assert (myObject (attribute1 "attr44332") ) ) +(assert (myObject (attribute1 "attr44333") ) ) +(assert (myObject (attribute1 "attr44334") ) ) +(assert (myObject (attribute1 "attr44335") ) ) +(assert (myObject (attribute1 "attr44336") ) ) +(assert (myObject (attribute1 "attr44337") ) ) +(assert (myObject (attribute1 "attr44338") ) ) +(assert (myObject (attribute1 "attr44339") ) ) +(assert (myObject (attribute1 "attr44340") ) ) +(assert (myObject (attribute1 "attr44341") ) ) +(assert (myObject (attribute1 "attr44342") ) ) +(assert (myObject (attribute1 "attr44343") ) ) +(assert (myObject (attribute1 "attr44344") ) ) +(assert (myObject (attribute1 "attr44345") ) ) +(assert (myObject (attribute1 "attr44346") ) ) +(assert (myObject (attribute1 "attr44347") ) ) +(assert (myObject (attribute1 "attr44348") ) ) +(assert (myObject (attribute1 "attr44349") ) ) +(assert (myObject (attribute1 "attr44350") ) ) +(assert (myObject (attribute1 "attr44351") ) ) +(assert (myObject (attribute1 "attr44352") ) ) +(assert (myObject (attribute1 "attr44353") ) ) +(assert (myObject (attribute1 "attr44354") ) ) +(assert (myObject (attribute1 "attr44355") ) ) +(assert (myObject (attribute1 "attr44356") ) ) +(assert (myObject (attribute1 "attr44357") ) ) +(assert (myObject (attribute1 "attr44358") ) ) +(assert (myObject (attribute1 "attr44359") ) ) +(assert (myObject (attribute1 "attr44360") ) ) +(assert (myObject (attribute1 "attr44361") ) ) +(assert (myObject (attribute1 "attr44362") ) ) +(assert (myObject (attribute1 "attr44363") ) ) +(assert (myObject (attribute1 "attr44364") ) ) +(assert (myObject (attribute1 "attr44365") ) ) +(assert (myObject (attribute1 "attr44366") ) ) +(assert (myObject (attribute1 "attr44367") ) ) +(assert (myObject (attribute1 "attr44368") ) ) +(assert (myObject (attribute1 "attr44369") ) ) +(assert (myObject (attribute1 "attr44370") ) ) +(assert (myObject (attribute1 "attr44371") ) ) +(assert (myObject (attribute1 "attr44372") ) ) +(assert (myObject (attribute1 "attr44373") ) ) +(assert (myObject (attribute1 "attr44374") ) ) +(assert (myObject (attribute1 "attr44375") ) ) +(assert (myObject (attribute1 "attr44376") ) ) +(assert (myObject (attribute1 "attr44377") ) ) +(assert (myObject (attribute1 "attr44378") ) ) +(assert (myObject (attribute1 "attr44379") ) ) +(assert (myObject (attribute1 "attr44380") ) ) +(assert (myObject (attribute1 "attr44381") ) ) +(assert (myObject (attribute1 "attr44382") ) ) +(assert (myObject (attribute1 "attr44383") ) ) +(assert (myObject (attribute1 "attr44384") ) ) +(assert (myObject (attribute1 "attr44385") ) ) +(assert (myObject (attribute1 "attr44386") ) ) +(assert (myObject (attribute1 "attr44387") ) ) +(assert (myObject (attribute1 "attr44388") ) ) +(assert (myObject (attribute1 "attr44389") ) ) +(assert (myObject (attribute1 "attr44390") ) ) +(assert (myObject (attribute1 "attr44391") ) ) +(assert (myObject (attribute1 "attr44392") ) ) +(assert (myObject (attribute1 "attr44393") ) ) +(assert (myObject (attribute1 "attr44394") ) ) +(assert (myObject (attribute1 "attr44395") ) ) +(assert (myObject (attribute1 "attr44396") ) ) +(assert (myObject (attribute1 "attr44397") ) ) +(assert (myObject (attribute1 "attr44398") ) ) +(assert (myObject (attribute1 "attr44399") ) ) +(assert (myObject (attribute1 "attr44400") ) ) +(assert (myObject (attribute1 "attr44401") ) ) +(assert (myObject (attribute1 "attr44402") ) ) +(assert (myObject (attribute1 "attr44403") ) ) +(assert (myObject (attribute1 "attr44404") ) ) +(assert (myObject (attribute1 "attr44405") ) ) +(assert (myObject (attribute1 "attr44406") ) ) +(assert (myObject (attribute1 "attr44407") ) ) +(assert (myObject (attribute1 "attr44408") ) ) +(assert (myObject (attribute1 "attr44409") ) ) +(assert (myObject (attribute1 "attr44410") ) ) +(assert (myObject (attribute1 "attr44411") ) ) +(assert (myObject (attribute1 "attr44412") ) ) +(assert (myObject (attribute1 "attr44413") ) ) +(assert (myObject (attribute1 "attr44414") ) ) +(assert (myObject (attribute1 "attr44415") ) ) +(assert (myObject (attribute1 "attr44416") ) ) +(assert (myObject (attribute1 "attr44417") ) ) +(assert (myObject (attribute1 "attr44418") ) ) +(assert (myObject (attribute1 "attr44419") ) ) +(assert (myObject (attribute1 "attr44420") ) ) +(assert (myObject (attribute1 "attr44421") ) ) +(assert (myObject (attribute1 "attr44422") ) ) +(assert (myObject (attribute1 "attr44423") ) ) +(assert (myObject (attribute1 "attr44424") ) ) +(assert (myObject (attribute1 "attr44425") ) ) +(assert (myObject (attribute1 "attr44426") ) ) +(assert (myObject (attribute1 "attr44427") ) ) +(assert (myObject (attribute1 "attr44428") ) ) +(assert (myObject (attribute1 "attr44429") ) ) +(assert (myObject (attribute1 "attr44430") ) ) +(assert (myObject (attribute1 "attr44431") ) ) +(assert (myObject (attribute1 "attr44432") ) ) +(assert (myObject (attribute1 "attr44433") ) ) +(assert (myObject (attribute1 "attr44434") ) ) +(assert (myObject (attribute1 "attr44435") ) ) +(assert (myObject (attribute1 "attr44436") ) ) +(assert (myObject (attribute1 "attr44437") ) ) +(assert (myObject (attribute1 "attr44438") ) ) +(assert (myObject (attribute1 "attr44439") ) ) +(assert (myObject (attribute1 "attr44440") ) ) +(assert (myObject (attribute1 "attr44441") ) ) +(assert (myObject (attribute1 "attr44442") ) ) +(assert (myObject (attribute1 "attr44443") ) ) +(assert (myObject (attribute1 "attr44444") ) ) +(assert (myObject (attribute1 "attr44445") ) ) +(assert (myObject (attribute1 "attr44446") ) ) +(assert (myObject (attribute1 "attr44447") ) ) +(assert (myObject (attribute1 "attr44448") ) ) +(assert (myObject (attribute1 "attr44449") ) ) +(assert (myObject (attribute1 "attr44450") ) ) +(assert (myObject (attribute1 "attr44451") ) ) +(assert (myObject (attribute1 "attr44452") ) ) +(assert (myObject (attribute1 "attr44453") ) ) +(assert (myObject (attribute1 "attr44454") ) ) +(assert (myObject (attribute1 "attr44455") ) ) +(assert (myObject (attribute1 "attr44456") ) ) +(assert (myObject (attribute1 "attr44457") ) ) +(assert (myObject (attribute1 "attr44458") ) ) +(assert (myObject (attribute1 "attr44459") ) ) +(assert (myObject (attribute1 "attr44460") ) ) +(assert (myObject (attribute1 "attr44461") ) ) +(assert (myObject (attribute1 "attr44462") ) ) +(assert (myObject (attribute1 "attr44463") ) ) +(assert (myObject (attribute1 "attr44464") ) ) +(assert (myObject (attribute1 "attr44465") ) ) +(assert (myObject (attribute1 "attr44466") ) ) +(assert (myObject (attribute1 "attr44467") ) ) +(assert (myObject (attribute1 "attr44468") ) ) +(assert (myObject (attribute1 "attr44469") ) ) +(assert (myObject (attribute1 "attr44470") ) ) +(assert (myObject (attribute1 "attr44471") ) ) +(assert (myObject (attribute1 "attr44472") ) ) +(assert (myObject (attribute1 "attr44473") ) ) +(assert (myObject (attribute1 "attr44474") ) ) +(assert (myObject (attribute1 "attr44475") ) ) +(assert (myObject (attribute1 "attr44476") ) ) +(assert (myObject (attribute1 "attr44477") ) ) +(assert (myObject (attribute1 "attr44478") ) ) +(assert (myObject (attribute1 "attr44479") ) ) +(assert (myObject (attribute1 "attr44480") ) ) +(assert (myObject (attribute1 "attr44481") ) ) +(assert (myObject (attribute1 "attr44482") ) ) +(assert (myObject (attribute1 "attr44483") ) ) +(assert (myObject (attribute1 "attr44484") ) ) +(assert (myObject (attribute1 "attr44485") ) ) +(assert (myObject (attribute1 "attr44486") ) ) +(assert (myObject (attribute1 "attr44487") ) ) +(assert (myObject (attribute1 "attr44488") ) ) +(assert (myObject (attribute1 "attr44489") ) ) +(assert (myObject (attribute1 "attr44490") ) ) +(assert (myObject (attribute1 "attr44491") ) ) +(assert (myObject (attribute1 "attr44492") ) ) +(assert (myObject (attribute1 "attr44493") ) ) +(assert (myObject (attribute1 "attr44494") ) ) +(assert (myObject (attribute1 "attr44495") ) ) +(assert (myObject (attribute1 "attr44496") ) ) +(assert (myObject (attribute1 "attr44497") ) ) +(assert (myObject (attribute1 "attr44498") ) ) +(assert (myObject (attribute1 "attr44499") ) ) +(assert (myObject (attribute1 "attr44500") ) ) +(assert (myObject (attribute1 "attr44501") ) ) +(assert (myObject (attribute1 "attr44502") ) ) +(assert (myObject (attribute1 "attr44503") ) ) +(assert (myObject (attribute1 "attr44504") ) ) +(assert (myObject (attribute1 "attr44505") ) ) +(assert (myObject (attribute1 "attr44506") ) ) +(assert (myObject (attribute1 "attr44507") ) ) +(assert (myObject (attribute1 "attr44508") ) ) +(assert (myObject (attribute1 "attr44509") ) ) +(assert (myObject (attribute1 "attr44510") ) ) +(assert (myObject (attribute1 "attr44511") ) ) +(assert (myObject (attribute1 "attr44512") ) ) +(assert (myObject (attribute1 "attr44513") ) ) +(assert (myObject (attribute1 "attr44514") ) ) +(assert (myObject (attribute1 "attr44515") ) ) +(assert (myObject (attribute1 "attr44516") ) ) +(assert (myObject (attribute1 "attr44517") ) ) +(assert (myObject (attribute1 "attr44518") ) ) +(assert (myObject (attribute1 "attr44519") ) ) +(assert (myObject (attribute1 "attr44520") ) ) +(assert (myObject (attribute1 "attr44521") ) ) +(assert (myObject (attribute1 "attr44522") ) ) +(assert (myObject (attribute1 "attr44523") ) ) +(assert (myObject (attribute1 "attr44524") ) ) +(assert (myObject (attribute1 "attr44525") ) ) +(assert (myObject (attribute1 "attr44526") ) ) +(assert (myObject (attribute1 "attr44527") ) ) +(assert (myObject (attribute1 "attr44528") ) ) +(assert (myObject (attribute1 "attr44529") ) ) +(assert (myObject (attribute1 "attr44530") ) ) +(assert (myObject (attribute1 "attr44531") ) ) +(assert (myObject (attribute1 "attr44532") ) ) +(assert (myObject (attribute1 "attr44533") ) ) +(assert (myObject (attribute1 "attr44534") ) ) +(assert (myObject (attribute1 "attr44535") ) ) +(assert (myObject (attribute1 "attr44536") ) ) +(assert (myObject (attribute1 "attr44537") ) ) +(assert (myObject (attribute1 "attr44538") ) ) +(assert (myObject (attribute1 "attr44539") ) ) +(assert (myObject (attribute1 "attr44540") ) ) +(assert (myObject (attribute1 "attr44541") ) ) +(assert (myObject (attribute1 "attr44542") ) ) +(assert (myObject (attribute1 "attr44543") ) ) +(assert (myObject (attribute1 "attr44544") ) ) +(assert (myObject (attribute1 "attr44545") ) ) +(assert (myObject (attribute1 "attr44546") ) ) +(assert (myObject (attribute1 "attr44547") ) ) +(assert (myObject (attribute1 "attr44548") ) ) +(assert (myObject (attribute1 "attr44549") ) ) +(assert (myObject (attribute1 "attr44550") ) ) +(assert (myObject (attribute1 "attr44551") ) ) +(assert (myObject (attribute1 "attr44552") ) ) +(assert (myObject (attribute1 "attr44553") ) ) +(assert (myObject (attribute1 "attr44554") ) ) +(assert (myObject (attribute1 "attr44555") ) ) +(assert (myObject (attribute1 "attr44556") ) ) +(assert (myObject (attribute1 "attr44557") ) ) +(assert (myObject (attribute1 "attr44558") ) ) +(assert (myObject (attribute1 "attr44559") ) ) +(assert (myObject (attribute1 "attr44560") ) ) +(assert (myObject (attribute1 "attr44561") ) ) +(assert (myObject (attribute1 "attr44562") ) ) +(assert (myObject (attribute1 "attr44563") ) ) +(assert (myObject (attribute1 "attr44564") ) ) +(assert (myObject (attribute1 "attr44565") ) ) +(assert (myObject (attribute1 "attr44566") ) ) +(assert (myObject (attribute1 "attr44567") ) ) +(assert (myObject (attribute1 "attr44568") ) ) +(assert (myObject (attribute1 "attr44569") ) ) +(assert (myObject (attribute1 "attr44570") ) ) +(assert (myObject (attribute1 "attr44571") ) ) +(assert (myObject (attribute1 "attr44572") ) ) +(assert (myObject (attribute1 "attr44573") ) ) +(assert (myObject (attribute1 "attr44574") ) ) +(assert (myObject (attribute1 "attr44575") ) ) +(assert (myObject (attribute1 "attr44576") ) ) +(assert (myObject (attribute1 "attr44577") ) ) +(assert (myObject (attribute1 "attr44578") ) ) +(assert (myObject (attribute1 "attr44579") ) ) +(assert (myObject (attribute1 "attr44580") ) ) +(assert (myObject (attribute1 "attr44581") ) ) +(assert (myObject (attribute1 "attr44582") ) ) +(assert (myObject (attribute1 "attr44583") ) ) +(assert (myObject (attribute1 "attr44584") ) ) +(assert (myObject (attribute1 "attr44585") ) ) +(assert (myObject (attribute1 "attr44586") ) ) +(assert (myObject (attribute1 "attr44587") ) ) +(assert (myObject (attribute1 "attr44588") ) ) +(assert (myObject (attribute1 "attr44589") ) ) +(assert (myObject (attribute1 "attr44590") ) ) +(assert (myObject (attribute1 "attr44591") ) ) +(assert (myObject (attribute1 "attr44592") ) ) +(assert (myObject (attribute1 "attr44593") ) ) +(assert (myObject (attribute1 "attr44594") ) ) +(assert (myObject (attribute1 "attr44595") ) ) +(assert (myObject (attribute1 "attr44596") ) ) +(assert (myObject (attribute1 "attr44597") ) ) +(assert (myObject (attribute1 "attr44598") ) ) +(assert (myObject (attribute1 "attr44599") ) ) +(assert (myObject (attribute1 "attr44600") ) ) +(assert (myObject (attribute1 "attr44601") ) ) +(assert (myObject (attribute1 "attr44602") ) ) +(assert (myObject (attribute1 "attr44603") ) ) +(assert (myObject (attribute1 "attr44604") ) ) +(assert (myObject (attribute1 "attr44605") ) ) +(assert (myObject (attribute1 "attr44606") ) ) +(assert (myObject (attribute1 "attr44607") ) ) +(assert (myObject (attribute1 "attr44608") ) ) +(assert (myObject (attribute1 "attr44609") ) ) +(assert (myObject (attribute1 "attr44610") ) ) +(assert (myObject (attribute1 "attr44611") ) ) +(assert (myObject (attribute1 "attr44612") ) ) +(assert (myObject (attribute1 "attr44613") ) ) +(assert (myObject (attribute1 "attr44614") ) ) +(assert (myObject (attribute1 "attr44615") ) ) +(assert (myObject (attribute1 "attr44616") ) ) +(assert (myObject (attribute1 "attr44617") ) ) +(assert (myObject (attribute1 "attr44618") ) ) +(assert (myObject (attribute1 "attr44619") ) ) +(assert (myObject (attribute1 "attr44620") ) ) +(assert (myObject (attribute1 "attr44621") ) ) +(assert (myObject (attribute1 "attr44622") ) ) +(assert (myObject (attribute1 "attr44623") ) ) +(assert (myObject (attribute1 "attr44624") ) ) +(assert (myObject (attribute1 "attr44625") ) ) +(assert (myObject (attribute1 "attr44626") ) ) +(assert (myObject (attribute1 "attr44627") ) ) +(assert (myObject (attribute1 "attr44628") ) ) +(assert (myObject (attribute1 "attr44629") ) ) +(assert (myObject (attribute1 "attr44630") ) ) +(assert (myObject (attribute1 "attr44631") ) ) +(assert (myObject (attribute1 "attr44632") ) ) +(assert (myObject (attribute1 "attr44633") ) ) +(assert (myObject (attribute1 "attr44634") ) ) +(assert (myObject (attribute1 "attr44635") ) ) +(assert (myObject (attribute1 "attr44636") ) ) +(assert (myObject (attribute1 "attr44637") ) ) +(assert (myObject (attribute1 "attr44638") ) ) +(assert (myObject (attribute1 "attr44639") ) ) +(assert (myObject (attribute1 "attr44640") ) ) +(assert (myObject (attribute1 "attr44641") ) ) +(assert (myObject (attribute1 "attr44642") ) ) +(assert (myObject (attribute1 "attr44643") ) ) +(assert (myObject (attribute1 "attr44644") ) ) +(assert (myObject (attribute1 "attr44645") ) ) +(assert (myObject (attribute1 "attr44646") ) ) +(assert (myObject (attribute1 "attr44647") ) ) +(assert (myObject (attribute1 "attr44648") ) ) +(assert (myObject (attribute1 "attr44649") ) ) +(assert (myObject (attribute1 "attr44650") ) ) +(assert (myObject (attribute1 "attr44651") ) ) +(assert (myObject (attribute1 "attr44652") ) ) +(assert (myObject (attribute1 "attr44653") ) ) +(assert (myObject (attribute1 "attr44654") ) ) +(assert (myObject (attribute1 "attr44655") ) ) +(assert (myObject (attribute1 "attr44656") ) ) +(assert (myObject (attribute1 "attr44657") ) ) +(assert (myObject (attribute1 "attr44658") ) ) +(assert (myObject (attribute1 "attr44659") ) ) +(assert (myObject (attribute1 "attr44660") ) ) +(assert (myObject (attribute1 "attr44661") ) ) +(assert (myObject (attribute1 "attr44662") ) ) +(assert (myObject (attribute1 "attr44663") ) ) +(assert (myObject (attribute1 "attr44664") ) ) +(assert (myObject (attribute1 "attr44665") ) ) +(assert (myObject (attribute1 "attr44666") ) ) +(assert (myObject (attribute1 "attr44667") ) ) +(assert (myObject (attribute1 "attr44668") ) ) +(assert (myObject (attribute1 "attr44669") ) ) +(assert (myObject (attribute1 "attr44670") ) ) +(assert (myObject (attribute1 "attr44671") ) ) +(assert (myObject (attribute1 "attr44672") ) ) +(assert (myObject (attribute1 "attr44673") ) ) +(assert (myObject (attribute1 "attr44674") ) ) +(assert (myObject (attribute1 "attr44675") ) ) +(assert (myObject (attribute1 "attr44676") ) ) +(assert (myObject (attribute1 "attr44677") ) ) +(assert (myObject (attribute1 "attr44678") ) ) +(assert (myObject (attribute1 "attr44679") ) ) +(assert (myObject (attribute1 "attr44680") ) ) +(assert (myObject (attribute1 "attr44681") ) ) +(assert (myObject (attribute1 "attr44682") ) ) +(assert (myObject (attribute1 "attr44683") ) ) +(assert (myObject (attribute1 "attr44684") ) ) +(assert (myObject (attribute1 "attr44685") ) ) +(assert (myObject (attribute1 "attr44686") ) ) +(assert (myObject (attribute1 "attr44687") ) ) +(assert (myObject (attribute1 "attr44688") ) ) +(assert (myObject (attribute1 "attr44689") ) ) +(assert (myObject (attribute1 "attr44690") ) ) +(assert (myObject (attribute1 "attr44691") ) ) +(assert (myObject (attribute1 "attr44692") ) ) +(assert (myObject (attribute1 "attr44693") ) ) +(assert (myObject (attribute1 "attr44694") ) ) +(assert (myObject (attribute1 "attr44695") ) ) +(assert (myObject (attribute1 "attr44696") ) ) +(assert (myObject (attribute1 "attr44697") ) ) +(assert (myObject (attribute1 "attr44698") ) ) +(assert (myObject (attribute1 "attr44699") ) ) +(assert (myObject (attribute1 "attr44700") ) ) +(assert (myObject (attribute1 "attr44701") ) ) +(assert (myObject (attribute1 "attr44702") ) ) +(assert (myObject (attribute1 "attr44703") ) ) +(assert (myObject (attribute1 "attr44704") ) ) +(assert (myObject (attribute1 "attr44705") ) ) +(assert (myObject (attribute1 "attr44706") ) ) +(assert (myObject (attribute1 "attr44707") ) ) +(assert (myObject (attribute1 "attr44708") ) ) +(assert (myObject (attribute1 "attr44709") ) ) +(assert (myObject (attribute1 "attr44710") ) ) +(assert (myObject (attribute1 "attr44711") ) ) +(assert (myObject (attribute1 "attr44712") ) ) +(assert (myObject (attribute1 "attr44713") ) ) +(assert (myObject (attribute1 "attr44714") ) ) +(assert (myObject (attribute1 "attr44715") ) ) +(assert (myObject (attribute1 "attr44716") ) ) +(assert (myObject (attribute1 "attr44717") ) ) +(assert (myObject (attribute1 "attr44718") ) ) +(assert (myObject (attribute1 "attr44719") ) ) +(assert (myObject (attribute1 "attr44720") ) ) +(assert (myObject (attribute1 "attr44721") ) ) +(assert (myObject (attribute1 "attr44722") ) ) +(assert (myObject (attribute1 "attr44723") ) ) +(assert (myObject (attribute1 "attr44724") ) ) +(assert (myObject (attribute1 "attr44725") ) ) +(assert (myObject (attribute1 "attr44726") ) ) +(assert (myObject (attribute1 "attr44727") ) ) +(assert (myObject (attribute1 "attr44728") ) ) +(assert (myObject (attribute1 "attr44729") ) ) +(assert (myObject (attribute1 "attr44730") ) ) +(assert (myObject (attribute1 "attr44731") ) ) +(assert (myObject (attribute1 "attr44732") ) ) +(assert (myObject (attribute1 "attr44733") ) ) +(assert (myObject (attribute1 "attr44734") ) ) +(assert (myObject (attribute1 "attr44735") ) ) +(assert (myObject (attribute1 "attr44736") ) ) +(assert (myObject (attribute1 "attr44737") ) ) +(assert (myObject (attribute1 "attr44738") ) ) +(assert (myObject (attribute1 "attr44739") ) ) +(assert (myObject (attribute1 "attr44740") ) ) +(assert (myObject (attribute1 "attr44741") ) ) +(assert (myObject (attribute1 "attr44742") ) ) +(assert (myObject (attribute1 "attr44743") ) ) +(assert (myObject (attribute1 "attr44744") ) ) +(assert (myObject (attribute1 "attr44745") ) ) +(assert (myObject (attribute1 "attr44746") ) ) +(assert (myObject (attribute1 "attr44747") ) ) +(assert (myObject (attribute1 "attr44748") ) ) +(assert (myObject (attribute1 "attr44749") ) ) +(assert (myObject (attribute1 "attr44750") ) ) +(assert (myObject (attribute1 "attr44751") ) ) +(assert (myObject (attribute1 "attr44752") ) ) +(assert (myObject (attribute1 "attr44753") ) ) +(assert (myObject (attribute1 "attr44754") ) ) +(assert (myObject (attribute1 "attr44755") ) ) +(assert (myObject (attribute1 "attr44756") ) ) +(assert (myObject (attribute1 "attr44757") ) ) +(assert (myObject (attribute1 "attr44758") ) ) +(assert (myObject (attribute1 "attr44759") ) ) +(assert (myObject (attribute1 "attr44760") ) ) +(assert (myObject (attribute1 "attr44761") ) ) +(assert (myObject (attribute1 "attr44762") ) ) +(assert (myObject (attribute1 "attr44763") ) ) +(assert (myObject (attribute1 "attr44764") ) ) +(assert (myObject (attribute1 "attr44765") ) ) +(assert (myObject (attribute1 "attr44766") ) ) +(assert (myObject (attribute1 "attr44767") ) ) +(assert (myObject (attribute1 "attr44768") ) ) +(assert (myObject (attribute1 "attr44769") ) ) +(assert (myObject (attribute1 "attr44770") ) ) +(assert (myObject (attribute1 "attr44771") ) ) +(assert (myObject (attribute1 "attr44772") ) ) +(assert (myObject (attribute1 "attr44773") ) ) +(assert (myObject (attribute1 "attr44774") ) ) +(assert (myObject (attribute1 "attr44775") ) ) +(assert (myObject (attribute1 "attr44776") ) ) +(assert (myObject (attribute1 "attr44777") ) ) +(assert (myObject (attribute1 "attr44778") ) ) +(assert (myObject (attribute1 "attr44779") ) ) +(assert (myObject (attribute1 "attr44780") ) ) +(assert (myObject (attribute1 "attr44781") ) ) +(assert (myObject (attribute1 "attr44782") ) ) +(assert (myObject (attribute1 "attr44783") ) ) +(assert (myObject (attribute1 "attr44784") ) ) +(assert (myObject (attribute1 "attr44785") ) ) +(assert (myObject (attribute1 "attr44786") ) ) +(assert (myObject (attribute1 "attr44787") ) ) +(assert (myObject (attribute1 "attr44788") ) ) +(assert (myObject (attribute1 "attr44789") ) ) +(assert (myObject (attribute1 "attr44790") ) ) +(assert (myObject (attribute1 "attr44791") ) ) +(assert (myObject (attribute1 "attr44792") ) ) +(assert (myObject (attribute1 "attr44793") ) ) +(assert (myObject (attribute1 "attr44794") ) ) +(assert (myObject (attribute1 "attr44795") ) ) +(assert (myObject (attribute1 "attr44796") ) ) +(assert (myObject (attribute1 "attr44797") ) ) +(assert (myObject (attribute1 "attr44798") ) ) +(assert (myObject (attribute1 "attr44799") ) ) +(assert (myObject (attribute1 "attr44800") ) ) +(assert (myObject (attribute1 "attr44801") ) ) +(assert (myObject (attribute1 "attr44802") ) ) +(assert (myObject (attribute1 "attr44803") ) ) +(assert (myObject (attribute1 "attr44804") ) ) +(assert (myObject (attribute1 "attr44805") ) ) +(assert (myObject (attribute1 "attr44806") ) ) +(assert (myObject (attribute1 "attr44807") ) ) +(assert (myObject (attribute1 "attr44808") ) ) +(assert (myObject (attribute1 "attr44809") ) ) +(assert (myObject (attribute1 "attr44810") ) ) +(assert (myObject (attribute1 "attr44811") ) ) +(assert (myObject (attribute1 "attr44812") ) ) +(assert (myObject (attribute1 "attr44813") ) ) +(assert (myObject (attribute1 "attr44814") ) ) +(assert (myObject (attribute1 "attr44815") ) ) +(assert (myObject (attribute1 "attr44816") ) ) +(assert (myObject (attribute1 "attr44817") ) ) +(assert (myObject (attribute1 "attr44818") ) ) +(assert (myObject (attribute1 "attr44819") ) ) +(assert (myObject (attribute1 "attr44820") ) ) +(assert (myObject (attribute1 "attr44821") ) ) +(assert (myObject (attribute1 "attr44822") ) ) +(assert (myObject (attribute1 "attr44823") ) ) +(assert (myObject (attribute1 "attr44824") ) ) +(assert (myObject (attribute1 "attr44825") ) ) +(assert (myObject (attribute1 "attr44826") ) ) +(assert (myObject (attribute1 "attr44827") ) ) +(assert (myObject (attribute1 "attr44828") ) ) +(assert (myObject (attribute1 "attr44829") ) ) +(assert (myObject (attribute1 "attr44830") ) ) +(assert (myObject (attribute1 "attr44831") ) ) +(assert (myObject (attribute1 "attr44832") ) ) +(assert (myObject (attribute1 "attr44833") ) ) +(assert (myObject (attribute1 "attr44834") ) ) +(assert (myObject (attribute1 "attr44835") ) ) +(assert (myObject (attribute1 "attr44836") ) ) +(assert (myObject (attribute1 "attr44837") ) ) +(assert (myObject (attribute1 "attr44838") ) ) +(assert (myObject (attribute1 "attr44839") ) ) +(assert (myObject (attribute1 "attr44840") ) ) +(assert (myObject (attribute1 "attr44841") ) ) +(assert (myObject (attribute1 "attr44842") ) ) +(assert (myObject (attribute1 "attr44843") ) ) +(assert (myObject (attribute1 "attr44844") ) ) +(assert (myObject (attribute1 "attr44845") ) ) +(assert (myObject (attribute1 "attr44846") ) ) +(assert (myObject (attribute1 "attr44847") ) ) +(assert (myObject (attribute1 "attr44848") ) ) +(assert (myObject (attribute1 "attr44849") ) ) +(assert (myObject (attribute1 "attr44850") ) ) +(assert (myObject (attribute1 "attr44851") ) ) +(assert (myObject (attribute1 "attr44852") ) ) +(assert (myObject (attribute1 "attr44853") ) ) +(assert (myObject (attribute1 "attr44854") ) ) +(assert (myObject (attribute1 "attr44855") ) ) +(assert (myObject (attribute1 "attr44856") ) ) +(assert (myObject (attribute1 "attr44857") ) ) +(assert (myObject (attribute1 "attr44858") ) ) +(assert (myObject (attribute1 "attr44859") ) ) +(assert (myObject (attribute1 "attr44860") ) ) +(assert (myObject (attribute1 "attr44861") ) ) +(assert (myObject (attribute1 "attr44862") ) ) +(assert (myObject (attribute1 "attr44863") ) ) +(assert (myObject (attribute1 "attr44864") ) ) +(assert (myObject (attribute1 "attr44865") ) ) +(assert (myObject (attribute1 "attr44866") ) ) +(assert (myObject (attribute1 "attr44867") ) ) +(assert (myObject (attribute1 "attr44868") ) ) +(assert (myObject (attribute1 "attr44869") ) ) +(assert (myObject (attribute1 "attr44870") ) ) +(assert (myObject (attribute1 "attr44871") ) ) +(assert (myObject (attribute1 "attr44872") ) ) +(assert (myObject (attribute1 "attr44873") ) ) +(assert (myObject (attribute1 "attr44874") ) ) +(assert (myObject (attribute1 "attr44875") ) ) +(assert (myObject (attribute1 "attr44876") ) ) +(assert (myObject (attribute1 "attr44877") ) ) +(assert (myObject (attribute1 "attr44878") ) ) +(assert (myObject (attribute1 "attr44879") ) ) +(assert (myObject (attribute1 "attr44880") ) ) +(assert (myObject (attribute1 "attr44881") ) ) +(assert (myObject (attribute1 "attr44882") ) ) +(assert (myObject (attribute1 "attr44883") ) ) +(assert (myObject (attribute1 "attr44884") ) ) +(assert (myObject (attribute1 "attr44885") ) ) +(assert (myObject (attribute1 "attr44886") ) ) +(assert (myObject (attribute1 "attr44887") ) ) +(assert (myObject (attribute1 "attr44888") ) ) +(assert (myObject (attribute1 "attr44889") ) ) +(assert (myObject (attribute1 "attr44890") ) ) +(assert (myObject (attribute1 "attr44891") ) ) +(assert (myObject (attribute1 "attr44892") ) ) +(assert (myObject (attribute1 "attr44893") ) ) +(assert (myObject (attribute1 "attr44894") ) ) +(assert (myObject (attribute1 "attr44895") ) ) +(assert (myObject (attribute1 "attr44896") ) ) +(assert (myObject (attribute1 "attr44897") ) ) +(assert (myObject (attribute1 "attr44898") ) ) +(assert (myObject (attribute1 "attr44899") ) ) +(assert (myObject (attribute1 "attr44900") ) ) +(assert (myObject (attribute1 "attr44901") ) ) +(assert (myObject (attribute1 "attr44902") ) ) +(assert (myObject (attribute1 "attr44903") ) ) +(assert (myObject (attribute1 "attr44904") ) ) +(assert (myObject (attribute1 "attr44905") ) ) +(assert (myObject (attribute1 "attr44906") ) ) +(assert (myObject (attribute1 "attr44907") ) ) +(assert (myObject (attribute1 "attr44908") ) ) +(assert (myObject (attribute1 "attr44909") ) ) +(assert (myObject (attribute1 "attr44910") ) ) +(assert (myObject (attribute1 "attr44911") ) ) +(assert (myObject (attribute1 "attr44912") ) ) +(assert (myObject (attribute1 "attr44913") ) ) +(assert (myObject (attribute1 "attr44914") ) ) +(assert (myObject (attribute1 "attr44915") ) ) +(assert (myObject (attribute1 "attr44916") ) ) +(assert (myObject (attribute1 "attr44917") ) ) +(assert (myObject (attribute1 "attr44918") ) ) +(assert (myObject (attribute1 "attr44919") ) ) +(assert (myObject (attribute1 "attr44920") ) ) +(assert (myObject (attribute1 "attr44921") ) ) +(assert (myObject (attribute1 "attr44922") ) ) +(assert (myObject (attribute1 "attr44923") ) ) +(assert (myObject (attribute1 "attr44924") ) ) +(assert (myObject (attribute1 "attr44925") ) ) +(assert (myObject (attribute1 "attr44926") ) ) +(assert (myObject (attribute1 "attr44927") ) ) +(assert (myObject (attribute1 "attr44928") ) ) +(assert (myObject (attribute1 "attr44929") ) ) +(assert (myObject (attribute1 "attr44930") ) ) +(assert (myObject (attribute1 "attr44931") ) ) +(assert (myObject (attribute1 "attr44932") ) ) +(assert (myObject (attribute1 "attr44933") ) ) +(assert (myObject (attribute1 "attr44934") ) ) +(assert (myObject (attribute1 "attr44935") ) ) +(assert (myObject (attribute1 "attr44936") ) ) +(assert (myObject (attribute1 "attr44937") ) ) +(assert (myObject (attribute1 "attr44938") ) ) +(assert (myObject (attribute1 "attr44939") ) ) +(assert (myObject (attribute1 "attr44940") ) ) +(assert (myObject (attribute1 "attr44941") ) ) +(assert (myObject (attribute1 "attr44942") ) ) +(assert (myObject (attribute1 "attr44943") ) ) +(assert (myObject (attribute1 "attr44944") ) ) +(assert (myObject (attribute1 "attr44945") ) ) +(assert (myObject (attribute1 "attr44946") ) ) +(assert (myObject (attribute1 "attr44947") ) ) +(assert (myObject (attribute1 "attr44948") ) ) +(assert (myObject (attribute1 "attr44949") ) ) +(assert (myObject (attribute1 "attr44950") ) ) +(assert (myObject (attribute1 "attr44951") ) ) +(assert (myObject (attribute1 "attr44952") ) ) +(assert (myObject (attribute1 "attr44953") ) ) +(assert (myObject (attribute1 "attr44954") ) ) +(assert (myObject (attribute1 "attr44955") ) ) +(assert (myObject (attribute1 "attr44956") ) ) +(assert (myObject (attribute1 "attr44957") ) ) +(assert (myObject (attribute1 "attr44958") ) ) +(assert (myObject (attribute1 "attr44959") ) ) +(assert (myObject (attribute1 "attr44960") ) ) +(assert (myObject (attribute1 "attr44961") ) ) +(assert (myObject (attribute1 "attr44962") ) ) +(assert (myObject (attribute1 "attr44963") ) ) +(assert (myObject (attribute1 "attr44964") ) ) +(assert (myObject (attribute1 "attr44965") ) ) +(assert (myObject (attribute1 "attr44966") ) ) +(assert (myObject (attribute1 "attr44967") ) ) +(assert (myObject (attribute1 "attr44968") ) ) +(assert (myObject (attribute1 "attr44969") ) ) +(assert (myObject (attribute1 "attr44970") ) ) +(assert (myObject (attribute1 "attr44971") ) ) +(assert (myObject (attribute1 "attr44972") ) ) +(assert (myObject (attribute1 "attr44973") ) ) +(assert (myObject (attribute1 "attr44974") ) ) +(assert (myObject (attribute1 "attr44975") ) ) +(assert (myObject (attribute1 "attr44976") ) ) +(assert (myObject (attribute1 "attr44977") ) ) +(assert (myObject (attribute1 "attr44978") ) ) +(assert (myObject (attribute1 "attr44979") ) ) +(assert (myObject (attribute1 "attr44980") ) ) +(assert (myObject (attribute1 "attr44981") ) ) +(assert (myObject (attribute1 "attr44982") ) ) +(assert (myObject (attribute1 "attr44983") ) ) +(assert (myObject (attribute1 "attr44984") ) ) +(assert (myObject (attribute1 "attr44985") ) ) +(assert (myObject (attribute1 "attr44986") ) ) +(assert (myObject (attribute1 "attr44987") ) ) +(assert (myObject (attribute1 "attr44988") ) ) +(assert (myObject (attribute1 "attr44989") ) ) +(assert (myObject (attribute1 "attr44990") ) ) +(assert (myObject (attribute1 "attr44991") ) ) +(assert (myObject (attribute1 "attr44992") ) ) +(assert (myObject (attribute1 "attr44993") ) ) +(assert (myObject (attribute1 "attr44994") ) ) +(assert (myObject (attribute1 "attr44995") ) ) +(assert (myObject (attribute1 "attr44996") ) ) +(assert (myObject (attribute1 "attr44997") ) ) +(assert (myObject (attribute1 "attr44998") ) ) +(assert (myObject (attribute1 "attr44999") ) ) +(assert (myObject (attribute1 "attr45000") ) ) +(assert (myObject (attribute1 "attr45001") ) ) +(assert (myObject (attribute1 "attr45002") ) ) +(assert (myObject (attribute1 "attr45003") ) ) +(assert (myObject (attribute1 "attr45004") ) ) +(assert (myObject (attribute1 "attr45005") ) ) +(assert (myObject (attribute1 "attr45006") ) ) +(assert (myObject (attribute1 "attr45007") ) ) +(assert (myObject (attribute1 "attr45008") ) ) +(assert (myObject (attribute1 "attr45009") ) ) +(assert (myObject (attribute1 "attr45010") ) ) +(assert (myObject (attribute1 "attr45011") ) ) +(assert (myObject (attribute1 "attr45012") ) ) +(assert (myObject (attribute1 "attr45013") ) ) +(assert (myObject (attribute1 "attr45014") ) ) +(assert (myObject (attribute1 "attr45015") ) ) +(assert (myObject (attribute1 "attr45016") ) ) +(assert (myObject (attribute1 "attr45017") ) ) +(assert (myObject (attribute1 "attr45018") ) ) +(assert (myObject (attribute1 "attr45019") ) ) +(assert (myObject (attribute1 "attr45020") ) ) +(assert (myObject (attribute1 "attr45021") ) ) +(assert (myObject (attribute1 "attr45022") ) ) +(assert (myObject (attribute1 "attr45023") ) ) +(assert (myObject (attribute1 "attr45024") ) ) +(assert (myObject (attribute1 "attr45025") ) ) +(assert (myObject (attribute1 "attr45026") ) ) +(assert (myObject (attribute1 "attr45027") ) ) +(assert (myObject (attribute1 "attr45028") ) ) +(assert (myObject (attribute1 "attr45029") ) ) +(assert (myObject (attribute1 "attr45030") ) ) +(assert (myObject (attribute1 "attr45031") ) ) +(assert (myObject (attribute1 "attr45032") ) ) +(assert (myObject (attribute1 "attr45033") ) ) +(assert (myObject (attribute1 "attr45034") ) ) +(assert (myObject (attribute1 "attr45035") ) ) +(assert (myObject (attribute1 "attr45036") ) ) +(assert (myObject (attribute1 "attr45037") ) ) +(assert (myObject (attribute1 "attr45038") ) ) +(assert (myObject (attribute1 "attr45039") ) ) +(assert (myObject (attribute1 "attr45040") ) ) +(assert (myObject (attribute1 "attr45041") ) ) +(assert (myObject (attribute1 "attr45042") ) ) +(assert (myObject (attribute1 "attr45043") ) ) +(assert (myObject (attribute1 "attr45044") ) ) +(assert (myObject (attribute1 "attr45045") ) ) +(assert (myObject (attribute1 "attr45046") ) ) +(assert (myObject (attribute1 "attr45047") ) ) +(assert (myObject (attribute1 "attr45048") ) ) +(assert (myObject (attribute1 "attr45049") ) ) +(assert (myObject (attribute1 "attr45050") ) ) +(assert (myObject (attribute1 "attr45051") ) ) +(assert (myObject (attribute1 "attr45052") ) ) +(assert (myObject (attribute1 "attr45053") ) ) +(assert (myObject (attribute1 "attr45054") ) ) +(assert (myObject (attribute1 "attr45055") ) ) +(assert (myObject (attribute1 "attr45056") ) ) +(assert (myObject (attribute1 "attr45057") ) ) +(assert (myObject (attribute1 "attr45058") ) ) +(assert (myObject (attribute1 "attr45059") ) ) +(assert (myObject (attribute1 "attr45060") ) ) +(assert (myObject (attribute1 "attr45061") ) ) +(assert (myObject (attribute1 "attr45062") ) ) +(assert (myObject (attribute1 "attr45063") ) ) +(assert (myObject (attribute1 "attr45064") ) ) +(assert (myObject (attribute1 "attr45065") ) ) +(assert (myObject (attribute1 "attr45066") ) ) +(assert (myObject (attribute1 "attr45067") ) ) +(assert (myObject (attribute1 "attr45068") ) ) +(assert (myObject (attribute1 "attr45069") ) ) +(assert (myObject (attribute1 "attr45070") ) ) +(assert (myObject (attribute1 "attr45071") ) ) +(assert (myObject (attribute1 "attr45072") ) ) +(assert (myObject (attribute1 "attr45073") ) ) +(assert (myObject (attribute1 "attr45074") ) ) +(assert (myObject (attribute1 "attr45075") ) ) +(assert (myObject (attribute1 "attr45076") ) ) +(assert (myObject (attribute1 "attr45077") ) ) +(assert (myObject (attribute1 "attr45078") ) ) +(assert (myObject (attribute1 "attr45079") ) ) +(assert (myObject (attribute1 "attr45080") ) ) +(assert (myObject (attribute1 "attr45081") ) ) +(assert (myObject (attribute1 "attr45082") ) ) +(assert (myObject (attribute1 "attr45083") ) ) +(assert (myObject (attribute1 "attr45084") ) ) +(assert (myObject (attribute1 "attr45085") ) ) +(assert (myObject (attribute1 "attr45086") ) ) +(assert (myObject (attribute1 "attr45087") ) ) +(assert (myObject (attribute1 "attr45088") ) ) +(assert (myObject (attribute1 "attr45089") ) ) +(assert (myObject (attribute1 "attr45090") ) ) +(assert (myObject (attribute1 "attr45091") ) ) +(assert (myObject (attribute1 "attr45092") ) ) +(assert (myObject (attribute1 "attr45093") ) ) +(assert (myObject (attribute1 "attr45094") ) ) +(assert (myObject (attribute1 "attr45095") ) ) +(assert (myObject (attribute1 "attr45096") ) ) +(assert (myObject (attribute1 "attr45097") ) ) +(assert (myObject (attribute1 "attr45098") ) ) +(assert (myObject (attribute1 "attr45099") ) ) +(assert (myObject (attribute1 "attr45100") ) ) +(assert (myObject (attribute1 "attr45101") ) ) +(assert (myObject (attribute1 "attr45102") ) ) +(assert (myObject (attribute1 "attr45103") ) ) +(assert (myObject (attribute1 "attr45104") ) ) +(assert (myObject (attribute1 "attr45105") ) ) +(assert (myObject (attribute1 "attr45106") ) ) +(assert (myObject (attribute1 "attr45107") ) ) +(assert (myObject (attribute1 "attr45108") ) ) +(assert (myObject (attribute1 "attr45109") ) ) +(assert (myObject (attribute1 "attr45110") ) ) +(assert (myObject (attribute1 "attr45111") ) ) +(assert (myObject (attribute1 "attr45112") ) ) +(assert (myObject (attribute1 "attr45113") ) ) +(assert (myObject (attribute1 "attr45114") ) ) +(assert (myObject (attribute1 "attr45115") ) ) +(assert (myObject (attribute1 "attr45116") ) ) +(assert (myObject (attribute1 "attr45117") ) ) +(assert (myObject (attribute1 "attr45118") ) ) +(assert (myObject (attribute1 "attr45119") ) ) +(assert (myObject (attribute1 "attr45120") ) ) +(assert (myObject (attribute1 "attr45121") ) ) +(assert (myObject (attribute1 "attr45122") ) ) +(assert (myObject (attribute1 "attr45123") ) ) +(assert (myObject (attribute1 "attr45124") ) ) +(assert (myObject (attribute1 "attr45125") ) ) +(assert (myObject (attribute1 "attr45126") ) ) +(assert (myObject (attribute1 "attr45127") ) ) +(assert (myObject (attribute1 "attr45128") ) ) +(assert (myObject (attribute1 "attr45129") ) ) +(assert (myObject (attribute1 "attr45130") ) ) +(assert (myObject (attribute1 "attr45131") ) ) +(assert (myObject (attribute1 "attr45132") ) ) +(assert (myObject (attribute1 "attr45133") ) ) +(assert (myObject (attribute1 "attr45134") ) ) +(assert (myObject (attribute1 "attr45135") ) ) +(assert (myObject (attribute1 "attr45136") ) ) +(assert (myObject (attribute1 "attr45137") ) ) +(assert (myObject (attribute1 "attr45138") ) ) +(assert (myObject (attribute1 "attr45139") ) ) +(assert (myObject (attribute1 "attr45140") ) ) +(assert (myObject (attribute1 "attr45141") ) ) +(assert (myObject (attribute1 "attr45142") ) ) +(assert (myObject (attribute1 "attr45143") ) ) +(assert (myObject (attribute1 "attr45144") ) ) +(assert (myObject (attribute1 "attr45145") ) ) +(assert (myObject (attribute1 "attr45146") ) ) +(assert (myObject (attribute1 "attr45147") ) ) +(assert (myObject (attribute1 "attr45148") ) ) +(assert (myObject (attribute1 "attr45149") ) ) +(assert (myObject (attribute1 "attr45150") ) ) +(assert (myObject (attribute1 "attr45151") ) ) +(assert (myObject (attribute1 "attr45152") ) ) +(assert (myObject (attribute1 "attr45153") ) ) +(assert (myObject (attribute1 "attr45154") ) ) +(assert (myObject (attribute1 "attr45155") ) ) +(assert (myObject (attribute1 "attr45156") ) ) +(assert (myObject (attribute1 "attr45157") ) ) +(assert (myObject (attribute1 "attr45158") ) ) +(assert (myObject (attribute1 "attr45159") ) ) +(assert (myObject (attribute1 "attr45160") ) ) +(assert (myObject (attribute1 "attr45161") ) ) +(assert (myObject (attribute1 "attr45162") ) ) +(assert (myObject (attribute1 "attr45163") ) ) +(assert (myObject (attribute1 "attr45164") ) ) +(assert (myObject (attribute1 "attr45165") ) ) +(assert (myObject (attribute1 "attr45166") ) ) +(assert (myObject (attribute1 "attr45167") ) ) +(assert (myObject (attribute1 "attr45168") ) ) +(assert (myObject (attribute1 "attr45169") ) ) +(assert (myObject (attribute1 "attr45170") ) ) +(assert (myObject (attribute1 "attr45171") ) ) +(assert (myObject (attribute1 "attr45172") ) ) +(assert (myObject (attribute1 "attr45173") ) ) +(assert (myObject (attribute1 "attr45174") ) ) +(assert (myObject (attribute1 "attr45175") ) ) +(assert (myObject (attribute1 "attr45176") ) ) +(assert (myObject (attribute1 "attr45177") ) ) +(assert (myObject (attribute1 "attr45178") ) ) +(assert (myObject (attribute1 "attr45179") ) ) +(assert (myObject (attribute1 "attr45180") ) ) +(assert (myObject (attribute1 "attr45181") ) ) +(assert (myObject (attribute1 "attr45182") ) ) +(assert (myObject (attribute1 "attr45183") ) ) +(assert (myObject (attribute1 "attr45184") ) ) +(assert (myObject (attribute1 "attr45185") ) ) +(assert (myObject (attribute1 "attr45186") ) ) +(assert (myObject (attribute1 "attr45187") ) ) +(assert (myObject (attribute1 "attr45188") ) ) +(assert (myObject (attribute1 "attr45189") ) ) +(assert (myObject (attribute1 "attr45190") ) ) +(assert (myObject (attribute1 "attr45191") ) ) +(assert (myObject (attribute1 "attr45192") ) ) +(assert (myObject (attribute1 "attr45193") ) ) +(assert (myObject (attribute1 "attr45194") ) ) +(assert (myObject (attribute1 "attr45195") ) ) +(assert (myObject (attribute1 "attr45196") ) ) +(assert (myObject (attribute1 "attr45197") ) ) +(assert (myObject (attribute1 "attr45198") ) ) +(assert (myObject (attribute1 "attr45199") ) ) +(assert (myObject (attribute1 "attr45200") ) ) +(assert (myObject (attribute1 "attr45201") ) ) +(assert (myObject (attribute1 "attr45202") ) ) +(assert (myObject (attribute1 "attr45203") ) ) +(assert (myObject (attribute1 "attr45204") ) ) +(assert (myObject (attribute1 "attr45205") ) ) +(assert (myObject (attribute1 "attr45206") ) ) +(assert (myObject (attribute1 "attr45207") ) ) +(assert (myObject (attribute1 "attr45208") ) ) +(assert (myObject (attribute1 "attr45209") ) ) +(assert (myObject (attribute1 "attr45210") ) ) +(assert (myObject (attribute1 "attr45211") ) ) +(assert (myObject (attribute1 "attr45212") ) ) +(assert (myObject (attribute1 "attr45213") ) ) +(assert (myObject (attribute1 "attr45214") ) ) +(assert (myObject (attribute1 "attr45215") ) ) +(assert (myObject (attribute1 "attr45216") ) ) +(assert (myObject (attribute1 "attr45217") ) ) +(assert (myObject (attribute1 "attr45218") ) ) +(assert (myObject (attribute1 "attr45219") ) ) +(assert (myObject (attribute1 "attr45220") ) ) +(assert (myObject (attribute1 "attr45221") ) ) +(assert (myObject (attribute1 "attr45222") ) ) +(assert (myObject (attribute1 "attr45223") ) ) +(assert (myObject (attribute1 "attr45224") ) ) +(assert (myObject (attribute1 "attr45225") ) ) +(assert (myObject (attribute1 "attr45226") ) ) +(assert (myObject (attribute1 "attr45227") ) ) +(assert (myObject (attribute1 "attr45228") ) ) +(assert (myObject (attribute1 "attr45229") ) ) +(assert (myObject (attribute1 "attr45230") ) ) +(assert (myObject (attribute1 "attr45231") ) ) +(assert (myObject (attribute1 "attr45232") ) ) +(assert (myObject (attribute1 "attr45233") ) ) +(assert (myObject (attribute1 "attr45234") ) ) +(assert (myObject (attribute1 "attr45235") ) ) +(assert (myObject (attribute1 "attr45236") ) ) +(assert (myObject (attribute1 "attr45237") ) ) +(assert (myObject (attribute1 "attr45238") ) ) +(assert (myObject (attribute1 "attr45239") ) ) +(assert (myObject (attribute1 "attr45240") ) ) +(assert (myObject (attribute1 "attr45241") ) ) +(assert (myObject (attribute1 "attr45242") ) ) +(assert (myObject (attribute1 "attr45243") ) ) +(assert (myObject (attribute1 "attr45244") ) ) +(assert (myObject (attribute1 "attr45245") ) ) +(assert (myObject (attribute1 "attr45246") ) ) +(assert (myObject (attribute1 "attr45247") ) ) +(assert (myObject (attribute1 "attr45248") ) ) +(assert (myObject (attribute1 "attr45249") ) ) +(assert (myObject (attribute1 "attr45250") ) ) +(assert (myObject (attribute1 "attr45251") ) ) +(assert (myObject (attribute1 "attr45252") ) ) +(assert (myObject (attribute1 "attr45253") ) ) +(assert (myObject (attribute1 "attr45254") ) ) +(assert (myObject (attribute1 "attr45255") ) ) +(assert (myObject (attribute1 "attr45256") ) ) +(assert (myObject (attribute1 "attr45257") ) ) +(assert (myObject (attribute1 "attr45258") ) ) +(assert (myObject (attribute1 "attr45259") ) ) +(assert (myObject (attribute1 "attr45260") ) ) +(assert (myObject (attribute1 "attr45261") ) ) +(assert (myObject (attribute1 "attr45262") ) ) +(assert (myObject (attribute1 "attr45263") ) ) +(assert (myObject (attribute1 "attr45264") ) ) +(assert (myObject (attribute1 "attr45265") ) ) +(assert (myObject (attribute1 "attr45266") ) ) +(assert (myObject (attribute1 "attr45267") ) ) +(assert (myObject (attribute1 "attr45268") ) ) +(assert (myObject (attribute1 "attr45269") ) ) +(assert (myObject (attribute1 "attr45270") ) ) +(assert (myObject (attribute1 "attr45271") ) ) +(assert (myObject (attribute1 "attr45272") ) ) +(assert (myObject (attribute1 "attr45273") ) ) +(assert (myObject (attribute1 "attr45274") ) ) +(assert (myObject (attribute1 "attr45275") ) ) +(assert (myObject (attribute1 "attr45276") ) ) +(assert (myObject (attribute1 "attr45277") ) ) +(assert (myObject (attribute1 "attr45278") ) ) +(assert (myObject (attribute1 "attr45279") ) ) +(assert (myObject (attribute1 "attr45280") ) ) +(assert (myObject (attribute1 "attr45281") ) ) +(assert (myObject (attribute1 "attr45282") ) ) +(assert (myObject (attribute1 "attr45283") ) ) +(assert (myObject (attribute1 "attr45284") ) ) +(assert (myObject (attribute1 "attr45285") ) ) +(assert (myObject (attribute1 "attr45286") ) ) +(assert (myObject (attribute1 "attr45287") ) ) +(assert (myObject (attribute1 "attr45288") ) ) +(assert (myObject (attribute1 "attr45289") ) ) +(assert (myObject (attribute1 "attr45290") ) ) +(assert (myObject (attribute1 "attr45291") ) ) +(assert (myObject (attribute1 "attr45292") ) ) +(assert (myObject (attribute1 "attr45293") ) ) +(assert (myObject (attribute1 "attr45294") ) ) +(assert (myObject (attribute1 "attr45295") ) ) +(assert (myObject (attribute1 "attr45296") ) ) +(assert (myObject (attribute1 "attr45297") ) ) +(assert (myObject (attribute1 "attr45298") ) ) +(assert (myObject (attribute1 "attr45299") ) ) +(assert (myObject (attribute1 "attr45300") ) ) +(assert (myObject (attribute1 "attr45301") ) ) +(assert (myObject (attribute1 "attr45302") ) ) +(assert (myObject (attribute1 "attr45303") ) ) +(assert (myObject (attribute1 "attr45304") ) ) +(assert (myObject (attribute1 "attr45305") ) ) +(assert (myObject (attribute1 "attr45306") ) ) +(assert (myObject (attribute1 "attr45307") ) ) +(assert (myObject (attribute1 "attr45308") ) ) +(assert (myObject (attribute1 "attr45309") ) ) +(assert (myObject (attribute1 "attr45310") ) ) +(assert (myObject (attribute1 "attr45311") ) ) +(assert (myObject (attribute1 "attr45312") ) ) +(assert (myObject (attribute1 "attr45313") ) ) +(assert (myObject (attribute1 "attr45314") ) ) +(assert (myObject (attribute1 "attr45315") ) ) +(assert (myObject (attribute1 "attr45316") ) ) +(assert (myObject (attribute1 "attr45317") ) ) +(assert (myObject (attribute1 "attr45318") ) ) +(assert (myObject (attribute1 "attr45319") ) ) +(assert (myObject (attribute1 "attr45320") ) ) +(assert (myObject (attribute1 "attr45321") ) ) +(assert (myObject (attribute1 "attr45322") ) ) +(assert (myObject (attribute1 "attr45323") ) ) +(assert (myObject (attribute1 "attr45324") ) ) +(assert (myObject (attribute1 "attr45325") ) ) +(assert (myObject (attribute1 "attr45326") ) ) +(assert (myObject (attribute1 "attr45327") ) ) +(assert (myObject (attribute1 "attr45328") ) ) +(assert (myObject (attribute1 "attr45329") ) ) +(assert (myObject (attribute1 "attr45330") ) ) +(assert (myObject (attribute1 "attr45331") ) ) +(assert (myObject (attribute1 "attr45332") ) ) +(assert (myObject (attribute1 "attr45333") ) ) +(assert (myObject (attribute1 "attr45334") ) ) +(assert (myObject (attribute1 "attr45335") ) ) +(assert (myObject (attribute1 "attr45336") ) ) +(assert (myObject (attribute1 "attr45337") ) ) +(assert (myObject (attribute1 "attr45338") ) ) +(assert (myObject (attribute1 "attr45339") ) ) +(assert (myObject (attribute1 "attr45340") ) ) +(assert (myObject (attribute1 "attr45341") ) ) +(assert (myObject (attribute1 "attr45342") ) ) +(assert (myObject (attribute1 "attr45343") ) ) +(assert (myObject (attribute1 "attr45344") ) ) +(assert (myObject (attribute1 "attr45345") ) ) +(assert (myObject (attribute1 "attr45346") ) ) +(assert (myObject (attribute1 "attr45347") ) ) +(assert (myObject (attribute1 "attr45348") ) ) +(assert (myObject (attribute1 "attr45349") ) ) +(assert (myObject (attribute1 "attr45350") ) ) +(assert (myObject (attribute1 "attr45351") ) ) +(assert (myObject (attribute1 "attr45352") ) ) +(assert (myObject (attribute1 "attr45353") ) ) +(assert (myObject (attribute1 "attr45354") ) ) +(assert (myObject (attribute1 "attr45355") ) ) +(assert (myObject (attribute1 "attr45356") ) ) +(assert (myObject (attribute1 "attr45357") ) ) +(assert (myObject (attribute1 "attr45358") ) ) +(assert (myObject (attribute1 "attr45359") ) ) +(assert (myObject (attribute1 "attr45360") ) ) +(assert (myObject (attribute1 "attr45361") ) ) +(assert (myObject (attribute1 "attr45362") ) ) +(assert (myObject (attribute1 "attr45363") ) ) +(assert (myObject (attribute1 "attr45364") ) ) +(assert (myObject (attribute1 "attr45365") ) ) +(assert (myObject (attribute1 "attr45366") ) ) +(assert (myObject (attribute1 "attr45367") ) ) +(assert (myObject (attribute1 "attr45368") ) ) +(assert (myObject (attribute1 "attr45369") ) ) +(assert (myObject (attribute1 "attr45370") ) ) +(assert (myObject (attribute1 "attr45371") ) ) +(assert (myObject (attribute1 "attr45372") ) ) +(assert (myObject (attribute1 "attr45373") ) ) +(assert (myObject (attribute1 "attr45374") ) ) +(assert (myObject (attribute1 "attr45375") ) ) +(assert (myObject (attribute1 "attr45376") ) ) +(assert (myObject (attribute1 "attr45377") ) ) +(assert (myObject (attribute1 "attr45378") ) ) +(assert (myObject (attribute1 "attr45379") ) ) +(assert (myObject (attribute1 "attr45380") ) ) +(assert (myObject (attribute1 "attr45381") ) ) +(assert (myObject (attribute1 "attr45382") ) ) +(assert (myObject (attribute1 "attr45383") ) ) +(assert (myObject (attribute1 "attr45384") ) ) +(assert (myObject (attribute1 "attr45385") ) ) +(assert (myObject (attribute1 "attr45386") ) ) +(assert (myObject (attribute1 "attr45387") ) ) +(assert (myObject (attribute1 "attr45388") ) ) +(assert (myObject (attribute1 "attr45389") ) ) +(assert (myObject (attribute1 "attr45390") ) ) +(assert (myObject (attribute1 "attr45391") ) ) +(assert (myObject (attribute1 "attr45392") ) ) +(assert (myObject (attribute1 "attr45393") ) ) +(assert (myObject (attribute1 "attr45394") ) ) +(assert (myObject (attribute1 "attr45395") ) ) +(assert (myObject (attribute1 "attr45396") ) ) +(assert (myObject (attribute1 "attr45397") ) ) +(assert (myObject (attribute1 "attr45398") ) ) +(assert (myObject (attribute1 "attr45399") ) ) +(assert (myObject (attribute1 "attr45400") ) ) +(assert (myObject (attribute1 "attr45401") ) ) +(assert (myObject (attribute1 "attr45402") ) ) +(assert (myObject (attribute1 "attr45403") ) ) +(assert (myObject (attribute1 "attr45404") ) ) +(assert (myObject (attribute1 "attr45405") ) ) +(assert (myObject (attribute1 "attr45406") ) ) +(assert (myObject (attribute1 "attr45407") ) ) +(assert (myObject (attribute1 "attr45408") ) ) +(assert (myObject (attribute1 "attr45409") ) ) +(assert (myObject (attribute1 "attr45410") ) ) +(assert (myObject (attribute1 "attr45411") ) ) +(assert (myObject (attribute1 "attr45412") ) ) +(assert (myObject (attribute1 "attr45413") ) ) +(assert (myObject (attribute1 "attr45414") ) ) +(assert (myObject (attribute1 "attr45415") ) ) +(assert (myObject (attribute1 "attr45416") ) ) +(assert (myObject (attribute1 "attr45417") ) ) +(assert (myObject (attribute1 "attr45418") ) ) +(assert (myObject (attribute1 "attr45419") ) ) +(assert (myObject (attribute1 "attr45420") ) ) +(assert (myObject (attribute1 "attr45421") ) ) +(assert (myObject (attribute1 "attr45422") ) ) +(assert (myObject (attribute1 "attr45423") ) ) +(assert (myObject (attribute1 "attr45424") ) ) +(assert (myObject (attribute1 "attr45425") ) ) +(assert (myObject (attribute1 "attr45426") ) ) +(assert (myObject (attribute1 "attr45427") ) ) +(assert (myObject (attribute1 "attr45428") ) ) +(assert (myObject (attribute1 "attr45429") ) ) +(assert (myObject (attribute1 "attr45430") ) ) +(assert (myObject (attribute1 "attr45431") ) ) +(assert (myObject (attribute1 "attr45432") ) ) +(assert (myObject (attribute1 "attr45433") ) ) +(assert (myObject (attribute1 "attr45434") ) ) +(assert (myObject (attribute1 "attr45435") ) ) +(assert (myObject (attribute1 "attr45436") ) ) +(assert (myObject (attribute1 "attr45437") ) ) +(assert (myObject (attribute1 "attr45438") ) ) +(assert (myObject (attribute1 "attr45439") ) ) +(assert (myObject (attribute1 "attr45440") ) ) +(assert (myObject (attribute1 "attr45441") ) ) +(assert (myObject (attribute1 "attr45442") ) ) +(assert (myObject (attribute1 "attr45443") ) ) +(assert (myObject (attribute1 "attr45444") ) ) +(assert (myObject (attribute1 "attr45445") ) ) +(assert (myObject (attribute1 "attr45446") ) ) +(assert (myObject (attribute1 "attr45447") ) ) +(assert (myObject (attribute1 "attr45448") ) ) +(assert (myObject (attribute1 "attr45449") ) ) +(assert (myObject (attribute1 "attr45450") ) ) +(assert (myObject (attribute1 "attr45451") ) ) +(assert (myObject (attribute1 "attr45452") ) ) +(assert (myObject (attribute1 "attr45453") ) ) +(assert (myObject (attribute1 "attr45454") ) ) +(assert (myObject (attribute1 "attr45455") ) ) +(assert (myObject (attribute1 "attr45456") ) ) +(assert (myObject (attribute1 "attr45457") ) ) +(assert (myObject (attribute1 "attr45458") ) ) +(assert (myObject (attribute1 "attr45459") ) ) +(assert (myObject (attribute1 "attr45460") ) ) +(assert (myObject (attribute1 "attr45461") ) ) +(assert (myObject (attribute1 "attr45462") ) ) +(assert (myObject (attribute1 "attr45463") ) ) +(assert (myObject (attribute1 "attr45464") ) ) +(assert (myObject (attribute1 "attr45465") ) ) +(assert (myObject (attribute1 "attr45466") ) ) +(assert (myObject (attribute1 "attr45467") ) ) +(assert (myObject (attribute1 "attr45468") ) ) +(assert (myObject (attribute1 "attr45469") ) ) +(assert (myObject (attribute1 "attr45470") ) ) +(assert (myObject (attribute1 "attr45471") ) ) +(assert (myObject (attribute1 "attr45472") ) ) +(assert (myObject (attribute1 "attr45473") ) ) +(assert (myObject (attribute1 "attr45474") ) ) +(assert (myObject (attribute1 "attr45475") ) ) +(assert (myObject (attribute1 "attr45476") ) ) +(assert (myObject (attribute1 "attr45477") ) ) +(assert (myObject (attribute1 "attr45478") ) ) +(assert (myObject (attribute1 "attr45479") ) ) +(assert (myObject (attribute1 "attr45480") ) ) +(assert (myObject (attribute1 "attr45481") ) ) +(assert (myObject (attribute1 "attr45482") ) ) +(assert (myObject (attribute1 "attr45483") ) ) +(assert (myObject (attribute1 "attr45484") ) ) +(assert (myObject (attribute1 "attr45485") ) ) +(assert (myObject (attribute1 "attr45486") ) ) +(assert (myObject (attribute1 "attr45487") ) ) +(assert (myObject (attribute1 "attr45488") ) ) +(assert (myObject (attribute1 "attr45489") ) ) +(assert (myObject (attribute1 "attr45490") ) ) +(assert (myObject (attribute1 "attr45491") ) ) +(assert (myObject (attribute1 "attr45492") ) ) +(assert (myObject (attribute1 "attr45493") ) ) +(assert (myObject (attribute1 "attr45494") ) ) +(assert (myObject (attribute1 "attr45495") ) ) +(assert (myObject (attribute1 "attr45496") ) ) +(assert (myObject (attribute1 "attr45497") ) ) +(assert (myObject (attribute1 "attr45498") ) ) +(assert (myObject (attribute1 "attr45499") ) ) +(assert (myObject (attribute1 "attr45500") ) ) +(assert (myObject (attribute1 "attr45501") ) ) +(assert (myObject (attribute1 "attr45502") ) ) +(assert (myObject (attribute1 "attr45503") ) ) +(assert (myObject (attribute1 "attr45504") ) ) +(assert (myObject (attribute1 "attr45505") ) ) +(assert (myObject (attribute1 "attr45506") ) ) +(assert (myObject (attribute1 "attr45507") ) ) +(assert (myObject (attribute1 "attr45508") ) ) +(assert (myObject (attribute1 "attr45509") ) ) +(assert (myObject (attribute1 "attr45510") ) ) +(assert (myObject (attribute1 "attr45511") ) ) +(assert (myObject (attribute1 "attr45512") ) ) +(assert (myObject (attribute1 "attr45513") ) ) +(assert (myObject (attribute1 "attr45514") ) ) +(assert (myObject (attribute1 "attr45515") ) ) +(assert (myObject (attribute1 "attr45516") ) ) +(assert (myObject (attribute1 "attr45517") ) ) +(assert (myObject (attribute1 "attr45518") ) ) +(assert (myObject (attribute1 "attr45519") ) ) +(assert (myObject (attribute1 "attr45520") ) ) +(assert (myObject (attribute1 "attr45521") ) ) +(assert (myObject (attribute1 "attr45522") ) ) +(assert (myObject (attribute1 "attr45523") ) ) +(assert (myObject (attribute1 "attr45524") ) ) +(assert (myObject (attribute1 "attr45525") ) ) +(assert (myObject (attribute1 "attr45526") ) ) +(assert (myObject (attribute1 "attr45527") ) ) +(assert (myObject (attribute1 "attr45528") ) ) +(assert (myObject (attribute1 "attr45529") ) ) +(assert (myObject (attribute1 "attr45530") ) ) +(assert (myObject (attribute1 "attr45531") ) ) +(assert (myObject (attribute1 "attr45532") ) ) +(assert (myObject (attribute1 "attr45533") ) ) +(assert (myObject (attribute1 "attr45534") ) ) +(assert (myObject (attribute1 "attr45535") ) ) +(assert (myObject (attribute1 "attr45536") ) ) +(assert (myObject (attribute1 "attr45537") ) ) +(assert (myObject (attribute1 "attr45538") ) ) +(assert (myObject (attribute1 "attr45539") ) ) +(assert (myObject (attribute1 "attr45540") ) ) +(assert (myObject (attribute1 "attr45541") ) ) +(assert (myObject (attribute1 "attr45542") ) ) +(assert (myObject (attribute1 "attr45543") ) ) +(assert (myObject (attribute1 "attr45544") ) ) +(assert (myObject (attribute1 "attr45545") ) ) +(assert (myObject (attribute1 "attr45546") ) ) +(assert (myObject (attribute1 "attr45547") ) ) +(assert (myObject (attribute1 "attr45548") ) ) +(assert (myObject (attribute1 "attr45549") ) ) +(assert (myObject (attribute1 "attr45550") ) ) +(assert (myObject (attribute1 "attr45551") ) ) +(assert (myObject (attribute1 "attr45552") ) ) +(assert (myObject (attribute1 "attr45553") ) ) +(assert (myObject (attribute1 "attr45554") ) ) +(assert (myObject (attribute1 "attr45555") ) ) +(assert (myObject (attribute1 "attr45556") ) ) +(assert (myObject (attribute1 "attr45557") ) ) +(assert (myObject (attribute1 "attr45558") ) ) +(assert (myObject (attribute1 "attr45559") ) ) +(assert (myObject (attribute1 "attr45560") ) ) +(assert (myObject (attribute1 "attr45561") ) ) +(assert (myObject (attribute1 "attr45562") ) ) +(assert (myObject (attribute1 "attr45563") ) ) +(assert (myObject (attribute1 "attr45564") ) ) +(assert (myObject (attribute1 "attr45565") ) ) +(assert (myObject (attribute1 "attr45566") ) ) +(assert (myObject (attribute1 "attr45567") ) ) +(assert (myObject (attribute1 "attr45568") ) ) +(assert (myObject (attribute1 "attr45569") ) ) +(assert (myObject (attribute1 "attr45570") ) ) +(assert (myObject (attribute1 "attr45571") ) ) +(assert (myObject (attribute1 "attr45572") ) ) +(assert (myObject (attribute1 "attr45573") ) ) +(assert (myObject (attribute1 "attr45574") ) ) +(assert (myObject (attribute1 "attr45575") ) ) +(assert (myObject (attribute1 "attr45576") ) ) +(assert (myObject (attribute1 "attr45577") ) ) +(assert (myObject (attribute1 "attr45578") ) ) +(assert (myObject (attribute1 "attr45579") ) ) +(assert (myObject (attribute1 "attr45580") ) ) +(assert (myObject (attribute1 "attr45581") ) ) +(assert (myObject (attribute1 "attr45582") ) ) +(assert (myObject (attribute1 "attr45583") ) ) +(assert (myObject (attribute1 "attr45584") ) ) +(assert (myObject (attribute1 "attr45585") ) ) +(assert (myObject (attribute1 "attr45586") ) ) +(assert (myObject (attribute1 "attr45587") ) ) +(assert (myObject (attribute1 "attr45588") ) ) +(assert (myObject (attribute1 "attr45589") ) ) +(assert (myObject (attribute1 "attr45590") ) ) +(assert (myObject (attribute1 "attr45591") ) ) +(assert (myObject (attribute1 "attr45592") ) ) +(assert (myObject (attribute1 "attr45593") ) ) +(assert (myObject (attribute1 "attr45594") ) ) +(assert (myObject (attribute1 "attr45595") ) ) +(assert (myObject (attribute1 "attr45596") ) ) +(assert (myObject (attribute1 "attr45597") ) ) +(assert (myObject (attribute1 "attr45598") ) ) +(assert (myObject (attribute1 "attr45599") ) ) +(assert (myObject (attribute1 "attr45600") ) ) +(assert (myObject (attribute1 "attr45601") ) ) +(assert (myObject (attribute1 "attr45602") ) ) +(assert (myObject (attribute1 "attr45603") ) ) +(assert (myObject (attribute1 "attr45604") ) ) +(assert (myObject (attribute1 "attr45605") ) ) +(assert (myObject (attribute1 "attr45606") ) ) +(assert (myObject (attribute1 "attr45607") ) ) +(assert (myObject (attribute1 "attr45608") ) ) +(assert (myObject (attribute1 "attr45609") ) ) +(assert (myObject (attribute1 "attr45610") ) ) +(assert (myObject (attribute1 "attr45611") ) ) +(assert (myObject (attribute1 "attr45612") ) ) +(assert (myObject (attribute1 "attr45613") ) ) +(assert (myObject (attribute1 "attr45614") ) ) +(assert (myObject (attribute1 "attr45615") ) ) +(assert (myObject (attribute1 "attr45616") ) ) +(assert (myObject (attribute1 "attr45617") ) ) +(assert (myObject (attribute1 "attr45618") ) ) +(assert (myObject (attribute1 "attr45619") ) ) +(assert (myObject (attribute1 "attr45620") ) ) +(assert (myObject (attribute1 "attr45621") ) ) +(assert (myObject (attribute1 "attr45622") ) ) +(assert (myObject (attribute1 "attr45623") ) ) +(assert (myObject (attribute1 "attr45624") ) ) +(assert (myObject (attribute1 "attr45625") ) ) +(assert (myObject (attribute1 "attr45626") ) ) +(assert (myObject (attribute1 "attr45627") ) ) +(assert (myObject (attribute1 "attr45628") ) ) +(assert (myObject (attribute1 "attr45629") ) ) +(assert (myObject (attribute1 "attr45630") ) ) +(assert (myObject (attribute1 "attr45631") ) ) +(assert (myObject (attribute1 "attr45632") ) ) +(assert (myObject (attribute1 "attr45633") ) ) +(assert (myObject (attribute1 "attr45634") ) ) +(assert (myObject (attribute1 "attr45635") ) ) +(assert (myObject (attribute1 "attr45636") ) ) +(assert (myObject (attribute1 "attr45637") ) ) +(assert (myObject (attribute1 "attr45638") ) ) +(assert (myObject (attribute1 "attr45639") ) ) +(assert (myObject (attribute1 "attr45640") ) ) +(assert (myObject (attribute1 "attr45641") ) ) +(assert (myObject (attribute1 "attr45642") ) ) +(assert (myObject (attribute1 "attr45643") ) ) +(assert (myObject (attribute1 "attr45644") ) ) +(assert (myObject (attribute1 "attr45645") ) ) +(assert (myObject (attribute1 "attr45646") ) ) +(assert (myObject (attribute1 "attr45647") ) ) +(assert (myObject (attribute1 "attr45648") ) ) +(assert (myObject (attribute1 "attr45649") ) ) +(assert (myObject (attribute1 "attr45650") ) ) +(assert (myObject (attribute1 "attr45651") ) ) +(assert (myObject (attribute1 "attr45652") ) ) +(assert (myObject (attribute1 "attr45653") ) ) +(assert (myObject (attribute1 "attr45654") ) ) +(assert (myObject (attribute1 "attr45655") ) ) +(assert (myObject (attribute1 "attr45656") ) ) +(assert (myObject (attribute1 "attr45657") ) ) +(assert (myObject (attribute1 "attr45658") ) ) +(assert (myObject (attribute1 "attr45659") ) ) +(assert (myObject (attribute1 "attr45660") ) ) +(assert (myObject (attribute1 "attr45661") ) ) +(assert (myObject (attribute1 "attr45662") ) ) +(assert (myObject (attribute1 "attr45663") ) ) +(assert (myObject (attribute1 "attr45664") ) ) +(assert (myObject (attribute1 "attr45665") ) ) +(assert (myObject (attribute1 "attr45666") ) ) +(assert (myObject (attribute1 "attr45667") ) ) +(assert (myObject (attribute1 "attr45668") ) ) +(assert (myObject (attribute1 "attr45669") ) ) +(assert (myObject (attribute1 "attr45670") ) ) +(assert (myObject (attribute1 "attr45671") ) ) +(assert (myObject (attribute1 "attr45672") ) ) +(assert (myObject (attribute1 "attr45673") ) ) +(assert (myObject (attribute1 "attr45674") ) ) +(assert (myObject (attribute1 "attr45675") ) ) +(assert (myObject (attribute1 "attr45676") ) ) +(assert (myObject (attribute1 "attr45677") ) ) +(assert (myObject (attribute1 "attr45678") ) ) +(assert (myObject (attribute1 "attr45679") ) ) +(assert (myObject (attribute1 "attr45680") ) ) +(assert (myObject (attribute1 "attr45681") ) ) +(assert (myObject (attribute1 "attr45682") ) ) +(assert (myObject (attribute1 "attr45683") ) ) +(assert (myObject (attribute1 "attr45684") ) ) +(assert (myObject (attribute1 "attr45685") ) ) +(assert (myObject (attribute1 "attr45686") ) ) +(assert (myObject (attribute1 "attr45687") ) ) +(assert (myObject (attribute1 "attr45688") ) ) +(assert (myObject (attribute1 "attr45689") ) ) +(assert (myObject (attribute1 "attr45690") ) ) +(assert (myObject (attribute1 "attr45691") ) ) +(assert (myObject (attribute1 "attr45692") ) ) +(assert (myObject (attribute1 "attr45693") ) ) +(assert (myObject (attribute1 "attr45694") ) ) +(assert (myObject (attribute1 "attr45695") ) ) +(assert (myObject (attribute1 "attr45696") ) ) +(assert (myObject (attribute1 "attr45697") ) ) +(assert (myObject (attribute1 "attr45698") ) ) +(assert (myObject (attribute1 "attr45699") ) ) +(assert (myObject (attribute1 "attr45700") ) ) +(assert (myObject (attribute1 "attr45701") ) ) +(assert (myObject (attribute1 "attr45702") ) ) +(assert (myObject (attribute1 "attr45703") ) ) +(assert (myObject (attribute1 "attr45704") ) ) +(assert (myObject (attribute1 "attr45705") ) ) +(assert (myObject (attribute1 "attr45706") ) ) +(assert (myObject (attribute1 "attr45707") ) ) +(assert (myObject (attribute1 "attr45708") ) ) +(assert (myObject (attribute1 "attr45709") ) ) +(assert (myObject (attribute1 "attr45710") ) ) +(assert (myObject (attribute1 "attr45711") ) ) +(assert (myObject (attribute1 "attr45712") ) ) +(assert (myObject (attribute1 "attr45713") ) ) +(assert (myObject (attribute1 "attr45714") ) ) +(assert (myObject (attribute1 "attr45715") ) ) +(assert (myObject (attribute1 "attr45716") ) ) +(assert (myObject (attribute1 "attr45717") ) ) +(assert (myObject (attribute1 "attr45718") ) ) +(assert (myObject (attribute1 "attr45719") ) ) +(assert (myObject (attribute1 "attr45720") ) ) +(assert (myObject (attribute1 "attr45721") ) ) +(assert (myObject (attribute1 "attr45722") ) ) +(assert (myObject (attribute1 "attr45723") ) ) +(assert (myObject (attribute1 "attr45724") ) ) +(assert (myObject (attribute1 "attr45725") ) ) +(assert (myObject (attribute1 "attr45726") ) ) +(assert (myObject (attribute1 "attr45727") ) ) +(assert (myObject (attribute1 "attr45728") ) ) +(assert (myObject (attribute1 "attr45729") ) ) +(assert (myObject (attribute1 "attr45730") ) ) +(assert (myObject (attribute1 "attr45731") ) ) +(assert (myObject (attribute1 "attr45732") ) ) +(assert (myObject (attribute1 "attr45733") ) ) +(assert (myObject (attribute1 "attr45734") ) ) +(assert (myObject (attribute1 "attr45735") ) ) +(assert (myObject (attribute1 "attr45736") ) ) +(assert (myObject (attribute1 "attr45737") ) ) +(assert (myObject (attribute1 "attr45738") ) ) +(assert (myObject (attribute1 "attr45739") ) ) +(assert (myObject (attribute1 "attr45740") ) ) +(assert (myObject (attribute1 "attr45741") ) ) +(assert (myObject (attribute1 "attr45742") ) ) +(assert (myObject (attribute1 "attr45743") ) ) +(assert (myObject (attribute1 "attr45744") ) ) +(assert (myObject (attribute1 "attr45745") ) ) +(assert (myObject (attribute1 "attr45746") ) ) +(assert (myObject (attribute1 "attr45747") ) ) +(assert (myObject (attribute1 "attr45748") ) ) +(assert (myObject (attribute1 "attr45749") ) ) +(assert (myObject (attribute1 "attr45750") ) ) +(assert (myObject (attribute1 "attr45751") ) ) +(assert (myObject (attribute1 "attr45752") ) ) +(assert (myObject (attribute1 "attr45753") ) ) +(assert (myObject (attribute1 "attr45754") ) ) +(assert (myObject (attribute1 "attr45755") ) ) +(assert (myObject (attribute1 "attr45756") ) ) +(assert (myObject (attribute1 "attr45757") ) ) +(assert (myObject (attribute1 "attr45758") ) ) +(assert (myObject (attribute1 "attr45759") ) ) +(assert (myObject (attribute1 "attr45760") ) ) +(assert (myObject (attribute1 "attr45761") ) ) +(assert (myObject (attribute1 "attr45762") ) ) +(assert (myObject (attribute1 "attr45763") ) ) +(assert (myObject (attribute1 "attr45764") ) ) +(assert (myObject (attribute1 "attr45765") ) ) +(assert (myObject (attribute1 "attr45766") ) ) +(assert (myObject (attribute1 "attr45767") ) ) +(assert (myObject (attribute1 "attr45768") ) ) +(assert (myObject (attribute1 "attr45769") ) ) +(assert (myObject (attribute1 "attr45770") ) ) +(assert (myObject (attribute1 "attr45771") ) ) +(assert (myObject (attribute1 "attr45772") ) ) +(assert (myObject (attribute1 "attr45773") ) ) +(assert (myObject (attribute1 "attr45774") ) ) +(assert (myObject (attribute1 "attr45775") ) ) +(assert (myObject (attribute1 "attr45776") ) ) +(assert (myObject (attribute1 "attr45777") ) ) +(assert (myObject (attribute1 "attr45778") ) ) +(assert (myObject (attribute1 "attr45779") ) ) +(assert (myObject (attribute1 "attr45780") ) ) +(assert (myObject (attribute1 "attr45781") ) ) +(assert (myObject (attribute1 "attr45782") ) ) +(assert (myObject (attribute1 "attr45783") ) ) +(assert (myObject (attribute1 "attr45784") ) ) +(assert (myObject (attribute1 "attr45785") ) ) +(assert (myObject (attribute1 "attr45786") ) ) +(assert (myObject (attribute1 "attr45787") ) ) +(assert (myObject (attribute1 "attr45788") ) ) +(assert (myObject (attribute1 "attr45789") ) ) +(assert (myObject (attribute1 "attr45790") ) ) +(assert (myObject (attribute1 "attr45791") ) ) +(assert (myObject (attribute1 "attr45792") ) ) +(assert (myObject (attribute1 "attr45793") ) ) +(assert (myObject (attribute1 "attr45794") ) ) +(assert (myObject (attribute1 "attr45795") ) ) +(assert (myObject (attribute1 "attr45796") ) ) +(assert (myObject (attribute1 "attr45797") ) ) +(assert (myObject (attribute1 "attr45798") ) ) +(assert (myObject (attribute1 "attr45799") ) ) +(assert (myObject (attribute1 "attr45800") ) ) +(assert (myObject (attribute1 "attr45801") ) ) +(assert (myObject (attribute1 "attr45802") ) ) +(assert (myObject (attribute1 "attr45803") ) ) +(assert (myObject (attribute1 "attr45804") ) ) +(assert (myObject (attribute1 "attr45805") ) ) +(assert (myObject (attribute1 "attr45806") ) ) +(assert (myObject (attribute1 "attr45807") ) ) +(assert (myObject (attribute1 "attr45808") ) ) +(assert (myObject (attribute1 "attr45809") ) ) +(assert (myObject (attribute1 "attr45810") ) ) +(assert (myObject (attribute1 "attr45811") ) ) +(assert (myObject (attribute1 "attr45812") ) ) +(assert (myObject (attribute1 "attr45813") ) ) +(assert (myObject (attribute1 "attr45814") ) ) +(assert (myObject (attribute1 "attr45815") ) ) +(assert (myObject (attribute1 "attr45816") ) ) +(assert (myObject (attribute1 "attr45817") ) ) +(assert (myObject (attribute1 "attr45818") ) ) +(assert (myObject (attribute1 "attr45819") ) ) +(assert (myObject (attribute1 "attr45820") ) ) +(assert (myObject (attribute1 "attr45821") ) ) +(assert (myObject (attribute1 "attr45822") ) ) +(assert (myObject (attribute1 "attr45823") ) ) +(assert (myObject (attribute1 "attr45824") ) ) +(assert (myObject (attribute1 "attr45825") ) ) +(assert (myObject (attribute1 "attr45826") ) ) +(assert (myObject (attribute1 "attr45827") ) ) +(assert (myObject (attribute1 "attr45828") ) ) +(assert (myObject (attribute1 "attr45829") ) ) +(assert (myObject (attribute1 "attr45830") ) ) +(assert (myObject (attribute1 "attr45831") ) ) +(assert (myObject (attribute1 "attr45832") ) ) +(assert (myObject (attribute1 "attr45833") ) ) +(assert (myObject (attribute1 "attr45834") ) ) +(assert (myObject (attribute1 "attr45835") ) ) +(assert (myObject (attribute1 "attr45836") ) ) +(assert (myObject (attribute1 "attr45837") ) ) +(assert (myObject (attribute1 "attr45838") ) ) +(assert (myObject (attribute1 "attr45839") ) ) +(assert (myObject (attribute1 "attr45840") ) ) +(assert (myObject (attribute1 "attr45841") ) ) +(assert (myObject (attribute1 "attr45842") ) ) +(assert (myObject (attribute1 "attr45843") ) ) +(assert (myObject (attribute1 "attr45844") ) ) +(assert (myObject (attribute1 "attr45845") ) ) +(assert (myObject (attribute1 "attr45846") ) ) +(assert (myObject (attribute1 "attr45847") ) ) +(assert (myObject (attribute1 "attr45848") ) ) +(assert (myObject (attribute1 "attr45849") ) ) +(assert (myObject (attribute1 "attr45850") ) ) +(assert (myObject (attribute1 "attr45851") ) ) +(assert (myObject (attribute1 "attr45852") ) ) +(assert (myObject (attribute1 "attr45853") ) ) +(assert (myObject (attribute1 "attr45854") ) ) +(assert (myObject (attribute1 "attr45855") ) ) +(assert (myObject (attribute1 "attr45856") ) ) +(assert (myObject (attribute1 "attr45857") ) ) +(assert (myObject (attribute1 "attr45858") ) ) +(assert (myObject (attribute1 "attr45859") ) ) +(assert (myObject (attribute1 "attr45860") ) ) +(assert (myObject (attribute1 "attr45861") ) ) +(assert (myObject (attribute1 "attr45862") ) ) +(assert (myObject (attribute1 "attr45863") ) ) +(assert (myObject (attribute1 "attr45864") ) ) +(assert (myObject (attribute1 "attr45865") ) ) +(assert (myObject (attribute1 "attr45866") ) ) +(assert (myObject (attribute1 "attr45867") ) ) +(assert (myObject (attribute1 "attr45868") ) ) +(assert (myObject (attribute1 "attr45869") ) ) +(assert (myObject (attribute1 "attr45870") ) ) +(assert (myObject (attribute1 "attr45871") ) ) +(assert (myObject (attribute1 "attr45872") ) ) +(assert (myObject (attribute1 "attr45873") ) ) +(assert (myObject (attribute1 "attr45874") ) ) +(assert (myObject (attribute1 "attr45875") ) ) +(assert (myObject (attribute1 "attr45876") ) ) +(assert (myObject (attribute1 "attr45877") ) ) +(assert (myObject (attribute1 "attr45878") ) ) +(assert (myObject (attribute1 "attr45879") ) ) +(assert (myObject (attribute1 "attr45880") ) ) +(assert (myObject (attribute1 "attr45881") ) ) +(assert (myObject (attribute1 "attr45882") ) ) +(assert (myObject (attribute1 "attr45883") ) ) +(assert (myObject (attribute1 "attr45884") ) ) +(assert (myObject (attribute1 "attr45885") ) ) +(assert (myObject (attribute1 "attr45886") ) ) +(assert (myObject (attribute1 "attr45887") ) ) +(assert (myObject (attribute1 "attr45888") ) ) +(assert (myObject (attribute1 "attr45889") ) ) +(assert (myObject (attribute1 "attr45890") ) ) +(assert (myObject (attribute1 "attr45891") ) ) +(assert (myObject (attribute1 "attr45892") ) ) +(assert (myObject (attribute1 "attr45893") ) ) +(assert (myObject (attribute1 "attr45894") ) ) +(assert (myObject (attribute1 "attr45895") ) ) +(assert (myObject (attribute1 "attr45896") ) ) +(assert (myObject (attribute1 "attr45897") ) ) +(assert (myObject (attribute1 "attr45898") ) ) +(assert (myObject (attribute1 "attr45899") ) ) +(assert (myObject (attribute1 "attr45900") ) ) +(assert (myObject (attribute1 "attr45901") ) ) +(assert (myObject (attribute1 "attr45902") ) ) +(assert (myObject (attribute1 "attr45903") ) ) +(assert (myObject (attribute1 "attr45904") ) ) +(assert (myObject (attribute1 "attr45905") ) ) +(assert (myObject (attribute1 "attr45906") ) ) +(assert (myObject (attribute1 "attr45907") ) ) +(assert (myObject (attribute1 "attr45908") ) ) +(assert (myObject (attribute1 "attr45909") ) ) +(assert (myObject (attribute1 "attr45910") ) ) +(assert (myObject (attribute1 "attr45911") ) ) +(assert (myObject (attribute1 "attr45912") ) ) +(assert (myObject (attribute1 "attr45913") ) ) +(assert (myObject (attribute1 "attr45914") ) ) +(assert (myObject (attribute1 "attr45915") ) ) +(assert (myObject (attribute1 "attr45916") ) ) +(assert (myObject (attribute1 "attr45917") ) ) +(assert (myObject (attribute1 "attr45918") ) ) +(assert (myObject (attribute1 "attr45919") ) ) +(assert (myObject (attribute1 "attr45920") ) ) +(assert (myObject (attribute1 "attr45921") ) ) +(assert (myObject (attribute1 "attr45922") ) ) +(assert (myObject (attribute1 "attr45923") ) ) +(assert (myObject (attribute1 "attr45924") ) ) +(assert (myObject (attribute1 "attr45925") ) ) +(assert (myObject (attribute1 "attr45926") ) ) +(assert (myObject (attribute1 "attr45927") ) ) +(assert (myObject (attribute1 "attr45928") ) ) +(assert (myObject (attribute1 "attr45929") ) ) +(assert (myObject (attribute1 "attr45930") ) ) +(assert (myObject (attribute1 "attr45931") ) ) +(assert (myObject (attribute1 "attr45932") ) ) +(assert (myObject (attribute1 "attr45933") ) ) +(assert (myObject (attribute1 "attr45934") ) ) +(assert (myObject (attribute1 "attr45935") ) ) +(assert (myObject (attribute1 "attr45936") ) ) +(assert (myObject (attribute1 "attr45937") ) ) +(assert (myObject (attribute1 "attr45938") ) ) +(assert (myObject (attribute1 "attr45939") ) ) +(assert (myObject (attribute1 "attr45940") ) ) +(assert (myObject (attribute1 "attr45941") ) ) +(assert (myObject (attribute1 "attr45942") ) ) +(assert (myObject (attribute1 "attr45943") ) ) +(assert (myObject (attribute1 "attr45944") ) ) +(assert (myObject (attribute1 "attr45945") ) ) +(assert (myObject (attribute1 "attr45946") ) ) +(assert (myObject (attribute1 "attr45947") ) ) +(assert (myObject (attribute1 "attr45948") ) ) +(assert (myObject (attribute1 "attr45949") ) ) +(assert (myObject (attribute1 "attr45950") ) ) +(assert (myObject (attribute1 "attr45951") ) ) +(assert (myObject (attribute1 "attr45952") ) ) +(assert (myObject (attribute1 "attr45953") ) ) +(assert (myObject (attribute1 "attr45954") ) ) +(assert (myObject (attribute1 "attr45955") ) ) +(assert (myObject (attribute1 "attr45956") ) ) +(assert (myObject (attribute1 "attr45957") ) ) +(assert (myObject (attribute1 "attr45958") ) ) +(assert (myObject (attribute1 "attr45959") ) ) +(assert (myObject (attribute1 "attr45960") ) ) +(assert (myObject (attribute1 "attr45961") ) ) +(assert (myObject (attribute1 "attr45962") ) ) +(assert (myObject (attribute1 "attr45963") ) ) +(assert (myObject (attribute1 "attr45964") ) ) +(assert (myObject (attribute1 "attr45965") ) ) +(assert (myObject (attribute1 "attr45966") ) ) +(assert (myObject (attribute1 "attr45967") ) ) +(assert (myObject (attribute1 "attr45968") ) ) +(assert (myObject (attribute1 "attr45969") ) ) +(assert (myObject (attribute1 "attr45970") ) ) +(assert (myObject (attribute1 "attr45971") ) ) +(assert (myObject (attribute1 "attr45972") ) ) +(assert (myObject (attribute1 "attr45973") ) ) +(assert (myObject (attribute1 "attr45974") ) ) +(assert (myObject (attribute1 "attr45975") ) ) +(assert (myObject (attribute1 "attr45976") ) ) +(assert (myObject (attribute1 "attr45977") ) ) +(assert (myObject (attribute1 "attr45978") ) ) +(assert (myObject (attribute1 "attr45979") ) ) +(assert (myObject (attribute1 "attr45980") ) ) +(assert (myObject (attribute1 "attr45981") ) ) +(assert (myObject (attribute1 "attr45982") ) ) +(assert (myObject (attribute1 "attr45983") ) ) +(assert (myObject (attribute1 "attr45984") ) ) +(assert (myObject (attribute1 "attr45985") ) ) +(assert (myObject (attribute1 "attr45986") ) ) +(assert (myObject (attribute1 "attr45987") ) ) +(assert (myObject (attribute1 "attr45988") ) ) +(assert (myObject (attribute1 "attr45989") ) ) +(assert (myObject (attribute1 "attr45990") ) ) +(assert (myObject (attribute1 "attr45991") ) ) +(assert (myObject (attribute1 "attr45992") ) ) +(assert (myObject (attribute1 "attr45993") ) ) +(assert (myObject (attribute1 "attr45994") ) ) +(assert (myObject (attribute1 "attr45995") ) ) +(assert (myObject (attribute1 "attr45996") ) ) +(assert (myObject (attribute1 "attr45997") ) ) +(assert (myObject (attribute1 "attr45998") ) ) +(assert (myObject (attribute1 "attr45999") ) ) +(assert (myObject (attribute1 "attr46000") ) ) +(assert (myObject (attribute1 "attr46001") ) ) +(assert (myObject (attribute1 "attr46002") ) ) +(assert (myObject (attribute1 "attr46003") ) ) +(assert (myObject (attribute1 "attr46004") ) ) +(assert (myObject (attribute1 "attr46005") ) ) +(assert (myObject (attribute1 "attr46006") ) ) +(assert (myObject (attribute1 "attr46007") ) ) +(assert (myObject (attribute1 "attr46008") ) ) +(assert (myObject (attribute1 "attr46009") ) ) +(assert (myObject (attribute1 "attr46010") ) ) +(assert (myObject (attribute1 "attr46011") ) ) +(assert (myObject (attribute1 "attr46012") ) ) +(assert (myObject (attribute1 "attr46013") ) ) +(assert (myObject (attribute1 "attr46014") ) ) +(assert (myObject (attribute1 "attr46015") ) ) +(assert (myObject (attribute1 "attr46016") ) ) +(assert (myObject (attribute1 "attr46017") ) ) +(assert (myObject (attribute1 "attr46018") ) ) +(assert (myObject (attribute1 "attr46019") ) ) +(assert (myObject (attribute1 "attr46020") ) ) +(assert (myObject (attribute1 "attr46021") ) ) +(assert (myObject (attribute1 "attr46022") ) ) +(assert (myObject (attribute1 "attr46023") ) ) +(assert (myObject (attribute1 "attr46024") ) ) +(assert (myObject (attribute1 "attr46025") ) ) +(assert (myObject (attribute1 "attr46026") ) ) +(assert (myObject (attribute1 "attr46027") ) ) +(assert (myObject (attribute1 "attr46028") ) ) +(assert (myObject (attribute1 "attr46029") ) ) +(assert (myObject (attribute1 "attr46030") ) ) +(assert (myObject (attribute1 "attr46031") ) ) +(assert (myObject (attribute1 "attr46032") ) ) +(assert (myObject (attribute1 "attr46033") ) ) +(assert (myObject (attribute1 "attr46034") ) ) +(assert (myObject (attribute1 "attr46035") ) ) +(assert (myObject (attribute1 "attr46036") ) ) +(assert (myObject (attribute1 "attr46037") ) ) +(assert (myObject (attribute1 "attr46038") ) ) +(assert (myObject (attribute1 "attr46039") ) ) +(assert (myObject (attribute1 "attr46040") ) ) +(assert (myObject (attribute1 "attr46041") ) ) +(assert (myObject (attribute1 "attr46042") ) ) +(assert (myObject (attribute1 "attr46043") ) ) +(assert (myObject (attribute1 "attr46044") ) ) +(assert (myObject (attribute1 "attr46045") ) ) +(assert (myObject (attribute1 "attr46046") ) ) +(assert (myObject (attribute1 "attr46047") ) ) +(assert (myObject (attribute1 "attr46048") ) ) +(assert (myObject (attribute1 "attr46049") ) ) +(assert (myObject (attribute1 "attr46050") ) ) +(assert (myObject (attribute1 "attr46051") ) ) +(assert (myObject (attribute1 "attr46052") ) ) +(assert (myObject (attribute1 "attr46053") ) ) +(assert (myObject (attribute1 "attr46054") ) ) +(assert (myObject (attribute1 "attr46055") ) ) +(assert (myObject (attribute1 "attr46056") ) ) +(assert (myObject (attribute1 "attr46057") ) ) +(assert (myObject (attribute1 "attr46058") ) ) +(assert (myObject (attribute1 "attr46059") ) ) +(assert (myObject (attribute1 "attr46060") ) ) +(assert (myObject (attribute1 "attr46061") ) ) +(assert (myObject (attribute1 "attr46062") ) ) +(assert (myObject (attribute1 "attr46063") ) ) +(assert (myObject (attribute1 "attr46064") ) ) +(assert (myObject (attribute1 "attr46065") ) ) +(assert (myObject (attribute1 "attr46066") ) ) +(assert (myObject (attribute1 "attr46067") ) ) +(assert (myObject (attribute1 "attr46068") ) ) +(assert (myObject (attribute1 "attr46069") ) ) +(assert (myObject (attribute1 "attr46070") ) ) +(assert (myObject (attribute1 "attr46071") ) ) +(assert (myObject (attribute1 "attr46072") ) ) +(assert (myObject (attribute1 "attr46073") ) ) +(assert (myObject (attribute1 "attr46074") ) ) +(assert (myObject (attribute1 "attr46075") ) ) +(assert (myObject (attribute1 "attr46076") ) ) +(assert (myObject (attribute1 "attr46077") ) ) +(assert (myObject (attribute1 "attr46078") ) ) +(assert (myObject (attribute1 "attr46079") ) ) +(assert (myObject (attribute1 "attr46080") ) ) +(assert (myObject (attribute1 "attr46081") ) ) +(assert (myObject (attribute1 "attr46082") ) ) +(assert (myObject (attribute1 "attr46083") ) ) +(assert (myObject (attribute1 "attr46084") ) ) +(assert (myObject (attribute1 "attr46085") ) ) +(assert (myObject (attribute1 "attr46086") ) ) +(assert (myObject (attribute1 "attr46087") ) ) +(assert (myObject (attribute1 "attr46088") ) ) +(assert (myObject (attribute1 "attr46089") ) ) +(assert (myObject (attribute1 "attr46090") ) ) +(assert (myObject (attribute1 "attr46091") ) ) +(assert (myObject (attribute1 "attr46092") ) ) +(assert (myObject (attribute1 "attr46093") ) ) +(assert (myObject (attribute1 "attr46094") ) ) +(assert (myObject (attribute1 "attr46095") ) ) +(assert (myObject (attribute1 "attr46096") ) ) +(assert (myObject (attribute1 "attr46097") ) ) +(assert (myObject (attribute1 "attr46098") ) ) +(assert (myObject (attribute1 "attr46099") ) ) +(assert (myObject (attribute1 "attr46100") ) ) +(assert (myObject (attribute1 "attr46101") ) ) +(assert (myObject (attribute1 "attr46102") ) ) +(assert (myObject (attribute1 "attr46103") ) ) +(assert (myObject (attribute1 "attr46104") ) ) +(assert (myObject (attribute1 "attr46105") ) ) +(assert (myObject (attribute1 "attr46106") ) ) +(assert (myObject (attribute1 "attr46107") ) ) +(assert (myObject (attribute1 "attr46108") ) ) +(assert (myObject (attribute1 "attr46109") ) ) +(assert (myObject (attribute1 "attr46110") ) ) +(assert (myObject (attribute1 "attr46111") ) ) +(assert (myObject (attribute1 "attr46112") ) ) +(assert (myObject (attribute1 "attr46113") ) ) +(assert (myObject (attribute1 "attr46114") ) ) +(assert (myObject (attribute1 "attr46115") ) ) +(assert (myObject (attribute1 "attr46116") ) ) +(assert (myObject (attribute1 "attr46117") ) ) +(assert (myObject (attribute1 "attr46118") ) ) +(assert (myObject (attribute1 "attr46119") ) ) +(assert (myObject (attribute1 "attr46120") ) ) +(assert (myObject (attribute1 "attr46121") ) ) +(assert (myObject (attribute1 "attr46122") ) ) +(assert (myObject (attribute1 "attr46123") ) ) +(assert (myObject (attribute1 "attr46124") ) ) +(assert (myObject (attribute1 "attr46125") ) ) +(assert (myObject (attribute1 "attr46126") ) ) +(assert (myObject (attribute1 "attr46127") ) ) +(assert (myObject (attribute1 "attr46128") ) ) +(assert (myObject (attribute1 "attr46129") ) ) +(assert (myObject (attribute1 "attr46130") ) ) +(assert (myObject (attribute1 "attr46131") ) ) +(assert (myObject (attribute1 "attr46132") ) ) +(assert (myObject (attribute1 "attr46133") ) ) +(assert (myObject (attribute1 "attr46134") ) ) +(assert (myObject (attribute1 "attr46135") ) ) +(assert (myObject (attribute1 "attr46136") ) ) +(assert (myObject (attribute1 "attr46137") ) ) +(assert (myObject (attribute1 "attr46138") ) ) +(assert (myObject (attribute1 "attr46139") ) ) +(assert (myObject (attribute1 "attr46140") ) ) +(assert (myObject (attribute1 "attr46141") ) ) +(assert (myObject (attribute1 "attr46142") ) ) +(assert (myObject (attribute1 "attr46143") ) ) +(assert (myObject (attribute1 "attr46144") ) ) +(assert (myObject (attribute1 "attr46145") ) ) +(assert (myObject (attribute1 "attr46146") ) ) +(assert (myObject (attribute1 "attr46147") ) ) +(assert (myObject (attribute1 "attr46148") ) ) +(assert (myObject (attribute1 "attr46149") ) ) +(assert (myObject (attribute1 "attr46150") ) ) +(assert (myObject (attribute1 "attr46151") ) ) +(assert (myObject (attribute1 "attr46152") ) ) +(assert (myObject (attribute1 "attr46153") ) ) +(assert (myObject (attribute1 "attr46154") ) ) +(assert (myObject (attribute1 "attr46155") ) ) +(assert (myObject (attribute1 "attr46156") ) ) +(assert (myObject (attribute1 "attr46157") ) ) +(assert (myObject (attribute1 "attr46158") ) ) +(assert (myObject (attribute1 "attr46159") ) ) +(assert (myObject (attribute1 "attr46160") ) ) +(assert (myObject (attribute1 "attr46161") ) ) +(assert (myObject (attribute1 "attr46162") ) ) +(assert (myObject (attribute1 "attr46163") ) ) +(assert (myObject (attribute1 "attr46164") ) ) +(assert (myObject (attribute1 "attr46165") ) ) +(assert (myObject (attribute1 "attr46166") ) ) +(assert (myObject (attribute1 "attr46167") ) ) +(assert (myObject (attribute1 "attr46168") ) ) +(assert (myObject (attribute1 "attr46169") ) ) +(assert (myObject (attribute1 "attr46170") ) ) +(assert (myObject (attribute1 "attr46171") ) ) +(assert (myObject (attribute1 "attr46172") ) ) +(assert (myObject (attribute1 "attr46173") ) ) +(assert (myObject (attribute1 "attr46174") ) ) +(assert (myObject (attribute1 "attr46175") ) ) +(assert (myObject (attribute1 "attr46176") ) ) +(assert (myObject (attribute1 "attr46177") ) ) +(assert (myObject (attribute1 "attr46178") ) ) +(assert (myObject (attribute1 "attr46179") ) ) +(assert (myObject (attribute1 "attr46180") ) ) +(assert (myObject (attribute1 "attr46181") ) ) +(assert (myObject (attribute1 "attr46182") ) ) +(assert (myObject (attribute1 "attr46183") ) ) +(assert (myObject (attribute1 "attr46184") ) ) +(assert (myObject (attribute1 "attr46185") ) ) +(assert (myObject (attribute1 "attr46186") ) ) +(assert (myObject (attribute1 "attr46187") ) ) +(assert (myObject (attribute1 "attr46188") ) ) +(assert (myObject (attribute1 "attr46189") ) ) +(assert (myObject (attribute1 "attr46190") ) ) +(assert (myObject (attribute1 "attr46191") ) ) +(assert (myObject (attribute1 "attr46192") ) ) +(assert (myObject (attribute1 "attr46193") ) ) +(assert (myObject (attribute1 "attr46194") ) ) +(assert (myObject (attribute1 "attr46195") ) ) +(assert (myObject (attribute1 "attr46196") ) ) +(assert (myObject (attribute1 "attr46197") ) ) +(assert (myObject (attribute1 "attr46198") ) ) +(assert (myObject (attribute1 "attr46199") ) ) +(assert (myObject (attribute1 "attr46200") ) ) +(assert (myObject (attribute1 "attr46201") ) ) +(assert (myObject (attribute1 "attr46202") ) ) +(assert (myObject (attribute1 "attr46203") ) ) +(assert (myObject (attribute1 "attr46204") ) ) +(assert (myObject (attribute1 "attr46205") ) ) +(assert (myObject (attribute1 "attr46206") ) ) +(assert (myObject (attribute1 "attr46207") ) ) +(assert (myObject (attribute1 "attr46208") ) ) +(assert (myObject (attribute1 "attr46209") ) ) +(assert (myObject (attribute1 "attr46210") ) ) +(assert (myObject (attribute1 "attr46211") ) ) +(assert (myObject (attribute1 "attr46212") ) ) +(assert (myObject (attribute1 "attr46213") ) ) +(assert (myObject (attribute1 "attr46214") ) ) +(assert (myObject (attribute1 "attr46215") ) ) +(assert (myObject (attribute1 "attr46216") ) ) +(assert (myObject (attribute1 "attr46217") ) ) +(assert (myObject (attribute1 "attr46218") ) ) +(assert (myObject (attribute1 "attr46219") ) ) +(assert (myObject (attribute1 "attr46220") ) ) +(assert (myObject (attribute1 "attr46221") ) ) +(assert (myObject (attribute1 "attr46222") ) ) +(assert (myObject (attribute1 "attr46223") ) ) +(assert (myObject (attribute1 "attr46224") ) ) +(assert (myObject (attribute1 "attr46225") ) ) +(assert (myObject (attribute1 "attr46226") ) ) +(assert (myObject (attribute1 "attr46227") ) ) +(assert (myObject (attribute1 "attr46228") ) ) +(assert (myObject (attribute1 "attr46229") ) ) +(assert (myObject (attribute1 "attr46230") ) ) +(assert (myObject (attribute1 "attr46231") ) ) +(assert (myObject (attribute1 "attr46232") ) ) +(assert (myObject (attribute1 "attr46233") ) ) +(assert (myObject (attribute1 "attr46234") ) ) +(assert (myObject (attribute1 "attr46235") ) ) +(assert (myObject (attribute1 "attr46236") ) ) +(assert (myObject (attribute1 "attr46237") ) ) +(assert (myObject (attribute1 "attr46238") ) ) +(assert (myObject (attribute1 "attr46239") ) ) +(assert (myObject (attribute1 "attr46240") ) ) +(assert (myObject (attribute1 "attr46241") ) ) +(assert (myObject (attribute1 "attr46242") ) ) +(assert (myObject (attribute1 "attr46243") ) ) +(assert (myObject (attribute1 "attr46244") ) ) +(assert (myObject (attribute1 "attr46245") ) ) +(assert (myObject (attribute1 "attr46246") ) ) +(assert (myObject (attribute1 "attr46247") ) ) +(assert (myObject (attribute1 "attr46248") ) ) +(assert (myObject (attribute1 "attr46249") ) ) +(assert (myObject (attribute1 "attr46250") ) ) +(assert (myObject (attribute1 "attr46251") ) ) +(assert (myObject (attribute1 "attr46252") ) ) +(assert (myObject (attribute1 "attr46253") ) ) +(assert (myObject (attribute1 "attr46254") ) ) +(assert (myObject (attribute1 "attr46255") ) ) +(assert (myObject (attribute1 "attr46256") ) ) +(assert (myObject (attribute1 "attr46257") ) ) +(assert (myObject (attribute1 "attr46258") ) ) +(assert (myObject (attribute1 "attr46259") ) ) +(assert (myObject (attribute1 "attr46260") ) ) +(assert (myObject (attribute1 "attr46261") ) ) +(assert (myObject (attribute1 "attr46262") ) ) +(assert (myObject (attribute1 "attr46263") ) ) +(assert (myObject (attribute1 "attr46264") ) ) +(assert (myObject (attribute1 "attr46265") ) ) +(assert (myObject (attribute1 "attr46266") ) ) +(assert (myObject (attribute1 "attr46267") ) ) +(assert (myObject (attribute1 "attr46268") ) ) +(assert (myObject (attribute1 "attr46269") ) ) +(assert (myObject (attribute1 "attr46270") ) ) +(assert (myObject (attribute1 "attr46271") ) ) +(assert (myObject (attribute1 "attr46272") ) ) +(assert (myObject (attribute1 "attr46273") ) ) +(assert (myObject (attribute1 "attr46274") ) ) +(assert (myObject (attribute1 "attr46275") ) ) +(assert (myObject (attribute1 "attr46276") ) ) +(assert (myObject (attribute1 "attr46277") ) ) +(assert (myObject (attribute1 "attr46278") ) ) +(assert (myObject (attribute1 "attr46279") ) ) +(assert (myObject (attribute1 "attr46280") ) ) +(assert (myObject (attribute1 "attr46281") ) ) +(assert (myObject (attribute1 "attr46282") ) ) +(assert (myObject (attribute1 "attr46283") ) ) +(assert (myObject (attribute1 "attr46284") ) ) +(assert (myObject (attribute1 "attr46285") ) ) +(assert (myObject (attribute1 "attr46286") ) ) +(assert (myObject (attribute1 "attr46287") ) ) +(assert (myObject (attribute1 "attr46288") ) ) +(assert (myObject (attribute1 "attr46289") ) ) +(assert (myObject (attribute1 "attr46290") ) ) +(assert (myObject (attribute1 "attr46291") ) ) +(assert (myObject (attribute1 "attr46292") ) ) +(assert (myObject (attribute1 "attr46293") ) ) +(assert (myObject (attribute1 "attr46294") ) ) +(assert (myObject (attribute1 "attr46295") ) ) +(assert (myObject (attribute1 "attr46296") ) ) +(assert (myObject (attribute1 "attr46297") ) ) +(assert (myObject (attribute1 "attr46298") ) ) +(assert (myObject (attribute1 "attr46299") ) ) +(assert (myObject (attribute1 "attr46300") ) ) +(assert (myObject (attribute1 "attr46301") ) ) +(assert (myObject (attribute1 "attr46302") ) ) +(assert (myObject (attribute1 "attr46303") ) ) +(assert (myObject (attribute1 "attr46304") ) ) +(assert (myObject (attribute1 "attr46305") ) ) +(assert (myObject (attribute1 "attr46306") ) ) +(assert (myObject (attribute1 "attr46307") ) ) +(assert (myObject (attribute1 "attr46308") ) ) +(assert (myObject (attribute1 "attr46309") ) ) +(assert (myObject (attribute1 "attr46310") ) ) +(assert (myObject (attribute1 "attr46311") ) ) +(assert (myObject (attribute1 "attr46312") ) ) +(assert (myObject (attribute1 "attr46313") ) ) +(assert (myObject (attribute1 "attr46314") ) ) +(assert (myObject (attribute1 "attr46315") ) ) +(assert (myObject (attribute1 "attr46316") ) ) +(assert (myObject (attribute1 "attr46317") ) ) +(assert (myObject (attribute1 "attr46318") ) ) +(assert (myObject (attribute1 "attr46319") ) ) +(assert (myObject (attribute1 "attr46320") ) ) +(assert (myObject (attribute1 "attr46321") ) ) +(assert (myObject (attribute1 "attr46322") ) ) +(assert (myObject (attribute1 "attr46323") ) ) +(assert (myObject (attribute1 "attr46324") ) ) +(assert (myObject (attribute1 "attr46325") ) ) +(assert (myObject (attribute1 "attr46326") ) ) +(assert (myObject (attribute1 "attr46327") ) ) +(assert (myObject (attribute1 "attr46328") ) ) +(assert (myObject (attribute1 "attr46329") ) ) +(assert (myObject (attribute1 "attr46330") ) ) +(assert (myObject (attribute1 "attr46331") ) ) +(assert (myObject (attribute1 "attr46332") ) ) +(assert (myObject (attribute1 "attr46333") ) ) +(assert (myObject (attribute1 "attr46334") ) ) +(assert (myObject (attribute1 "attr46335") ) ) +(assert (myObject (attribute1 "attr46336") ) ) +(assert (myObject (attribute1 "attr46337") ) ) +(assert (myObject (attribute1 "attr46338") ) ) +(assert (myObject (attribute1 "attr46339") ) ) +(assert (myObject (attribute1 "attr46340") ) ) +(assert (myObject (attribute1 "attr46341") ) ) +(assert (myObject (attribute1 "attr46342") ) ) +(assert (myObject (attribute1 "attr46343") ) ) +(assert (myObject (attribute1 "attr46344") ) ) +(assert (myObject (attribute1 "attr46345") ) ) +(assert (myObject (attribute1 "attr46346") ) ) +(assert (myObject (attribute1 "attr46347") ) ) +(assert (myObject (attribute1 "attr46348") ) ) +(assert (myObject (attribute1 "attr46349") ) ) +(assert (myObject (attribute1 "attr46350") ) ) +(assert (myObject (attribute1 "attr46351") ) ) +(assert (myObject (attribute1 "attr46352") ) ) +(assert (myObject (attribute1 "attr46353") ) ) +(assert (myObject (attribute1 "attr46354") ) ) +(assert (myObject (attribute1 "attr46355") ) ) +(assert (myObject (attribute1 "attr46356") ) ) +(assert (myObject (attribute1 "attr46357") ) ) +(assert (myObject (attribute1 "attr46358") ) ) +(assert (myObject (attribute1 "attr46359") ) ) +(assert (myObject (attribute1 "attr46360") ) ) +(assert (myObject (attribute1 "attr46361") ) ) +(assert (myObject (attribute1 "attr46362") ) ) +(assert (myObject (attribute1 "attr46363") ) ) +(assert (myObject (attribute1 "attr46364") ) ) +(assert (myObject (attribute1 "attr46365") ) ) +(assert (myObject (attribute1 "attr46366") ) ) +(assert (myObject (attribute1 "attr46367") ) ) +(assert (myObject (attribute1 "attr46368") ) ) +(assert (myObject (attribute1 "attr46369") ) ) +(assert (myObject (attribute1 "attr46370") ) ) +(assert (myObject (attribute1 "attr46371") ) ) +(assert (myObject (attribute1 "attr46372") ) ) +(assert (myObject (attribute1 "attr46373") ) ) +(assert (myObject (attribute1 "attr46374") ) ) +(assert (myObject (attribute1 "attr46375") ) ) +(assert (myObject (attribute1 "attr46376") ) ) +(assert (myObject (attribute1 "attr46377") ) ) +(assert (myObject (attribute1 "attr46378") ) ) +(assert (myObject (attribute1 "attr46379") ) ) +(assert (myObject (attribute1 "attr46380") ) ) +(assert (myObject (attribute1 "attr46381") ) ) +(assert (myObject (attribute1 "attr46382") ) ) +(assert (myObject (attribute1 "attr46383") ) ) +(assert (myObject (attribute1 "attr46384") ) ) +(assert (myObject (attribute1 "attr46385") ) ) +(assert (myObject (attribute1 "attr46386") ) ) +(assert (myObject (attribute1 "attr46387") ) ) +(assert (myObject (attribute1 "attr46388") ) ) +(assert (myObject (attribute1 "attr46389") ) ) +(assert (myObject (attribute1 "attr46390") ) ) +(assert (myObject (attribute1 "attr46391") ) ) +(assert (myObject (attribute1 "attr46392") ) ) +(assert (myObject (attribute1 "attr46393") ) ) +(assert (myObject (attribute1 "attr46394") ) ) +(assert (myObject (attribute1 "attr46395") ) ) +(assert (myObject (attribute1 "attr46396") ) ) +(assert (myObject (attribute1 "attr46397") ) ) +(assert (myObject (attribute1 "attr46398") ) ) +(assert (myObject (attribute1 "attr46399") ) ) +(assert (myObject (attribute1 "attr46400") ) ) +(assert (myObject (attribute1 "attr46401") ) ) +(assert (myObject (attribute1 "attr46402") ) ) +(assert (myObject (attribute1 "attr46403") ) ) +(assert (myObject (attribute1 "attr46404") ) ) +(assert (myObject (attribute1 "attr46405") ) ) +(assert (myObject (attribute1 "attr46406") ) ) +(assert (myObject (attribute1 "attr46407") ) ) +(assert (myObject (attribute1 "attr46408") ) ) +(assert (myObject (attribute1 "attr46409") ) ) +(assert (myObject (attribute1 "attr46410") ) ) +(assert (myObject (attribute1 "attr46411") ) ) +(assert (myObject (attribute1 "attr46412") ) ) +(assert (myObject (attribute1 "attr46413") ) ) +(assert (myObject (attribute1 "attr46414") ) ) +(assert (myObject (attribute1 "attr46415") ) ) +(assert (myObject (attribute1 "attr46416") ) ) +(assert (myObject (attribute1 "attr46417") ) ) +(assert (myObject (attribute1 "attr46418") ) ) +(assert (myObject (attribute1 "attr46419") ) ) +(assert (myObject (attribute1 "attr46420") ) ) +(assert (myObject (attribute1 "attr46421") ) ) +(assert (myObject (attribute1 "attr46422") ) ) +(assert (myObject (attribute1 "attr46423") ) ) +(assert (myObject (attribute1 "attr46424") ) ) +(assert (myObject (attribute1 "attr46425") ) ) +(assert (myObject (attribute1 "attr46426") ) ) +(assert (myObject (attribute1 "attr46427") ) ) +(assert (myObject (attribute1 "attr46428") ) ) +(assert (myObject (attribute1 "attr46429") ) ) +(assert (myObject (attribute1 "attr46430") ) ) +(assert (myObject (attribute1 "attr46431") ) ) +(assert (myObject (attribute1 "attr46432") ) ) +(assert (myObject (attribute1 "attr46433") ) ) +(assert (myObject (attribute1 "attr46434") ) ) +(assert (myObject (attribute1 "attr46435") ) ) +(assert (myObject (attribute1 "attr46436") ) ) +(assert (myObject (attribute1 "attr46437") ) ) +(assert (myObject (attribute1 "attr46438") ) ) +(assert (myObject (attribute1 "attr46439") ) ) +(assert (myObject (attribute1 "attr46440") ) ) +(assert (myObject (attribute1 "attr46441") ) ) +(assert (myObject (attribute1 "attr46442") ) ) +(assert (myObject (attribute1 "attr46443") ) ) +(assert (myObject (attribute1 "attr46444") ) ) +(assert (myObject (attribute1 "attr46445") ) ) +(assert (myObject (attribute1 "attr46446") ) ) +(assert (myObject (attribute1 "attr46447") ) ) +(assert (myObject (attribute1 "attr46448") ) ) +(assert (myObject (attribute1 "attr46449") ) ) +(assert (myObject (attribute1 "attr46450") ) ) +(assert (myObject (attribute1 "attr46451") ) ) +(assert (myObject (attribute1 "attr46452") ) ) +(assert (myObject (attribute1 "attr46453") ) ) +(assert (myObject (attribute1 "attr46454") ) ) +(assert (myObject (attribute1 "attr46455") ) ) +(assert (myObject (attribute1 "attr46456") ) ) +(assert (myObject (attribute1 "attr46457") ) ) +(assert (myObject (attribute1 "attr46458") ) ) +(assert (myObject (attribute1 "attr46459") ) ) +(assert (myObject (attribute1 "attr46460") ) ) +(assert (myObject (attribute1 "attr46461") ) ) +(assert (myObject (attribute1 "attr46462") ) ) +(assert (myObject (attribute1 "attr46463") ) ) +(assert (myObject (attribute1 "attr46464") ) ) +(assert (myObject (attribute1 "attr46465") ) ) +(assert (myObject (attribute1 "attr46466") ) ) +(assert (myObject (attribute1 "attr46467") ) ) +(assert (myObject (attribute1 "attr46468") ) ) +(assert (myObject (attribute1 "attr46469") ) ) +(assert (myObject (attribute1 "attr46470") ) ) +(assert (myObject (attribute1 "attr46471") ) ) +(assert (myObject (attribute1 "attr46472") ) ) +(assert (myObject (attribute1 "attr46473") ) ) +(assert (myObject (attribute1 "attr46474") ) ) +(assert (myObject (attribute1 "attr46475") ) ) +(assert (myObject (attribute1 "attr46476") ) ) +(assert (myObject (attribute1 "attr46477") ) ) +(assert (myObject (attribute1 "attr46478") ) ) +(assert (myObject (attribute1 "attr46479") ) ) +(assert (myObject (attribute1 "attr46480") ) ) +(assert (myObject (attribute1 "attr46481") ) ) +(assert (myObject (attribute1 "attr46482") ) ) +(assert (myObject (attribute1 "attr46483") ) ) +(assert (myObject (attribute1 "attr46484") ) ) +(assert (myObject (attribute1 "attr46485") ) ) +(assert (myObject (attribute1 "attr46486") ) ) +(assert (myObject (attribute1 "attr46487") ) ) +(assert (myObject (attribute1 "attr46488") ) ) +(assert (myObject (attribute1 "attr46489") ) ) +(assert (myObject (attribute1 "attr46490") ) ) +(assert (myObject (attribute1 "attr46491") ) ) +(assert (myObject (attribute1 "attr46492") ) ) +(assert (myObject (attribute1 "attr46493") ) ) +(assert (myObject (attribute1 "attr46494") ) ) +(assert (myObject (attribute1 "attr46495") ) ) +(assert (myObject (attribute1 "attr46496") ) ) +(assert (myObject (attribute1 "attr46497") ) ) +(assert (myObject (attribute1 "attr46498") ) ) +(assert (myObject (attribute1 "attr46499") ) ) +(assert (myObject (attribute1 "attr46500") ) ) +(assert (myObject (attribute1 "attr46501") ) ) +(assert (myObject (attribute1 "attr46502") ) ) +(assert (myObject (attribute1 "attr46503") ) ) +(assert (myObject (attribute1 "attr46504") ) ) +(assert (myObject (attribute1 "attr46505") ) ) +(assert (myObject (attribute1 "attr46506") ) ) +(assert (myObject (attribute1 "attr46507") ) ) +(assert (myObject (attribute1 "attr46508") ) ) +(assert (myObject (attribute1 "attr46509") ) ) +(assert (myObject (attribute1 "attr46510") ) ) +(assert (myObject (attribute1 "attr46511") ) ) +(assert (myObject (attribute1 "attr46512") ) ) +(assert (myObject (attribute1 "attr46513") ) ) +(assert (myObject (attribute1 "attr46514") ) ) +(assert (myObject (attribute1 "attr46515") ) ) +(assert (myObject (attribute1 "attr46516") ) ) +(assert (myObject (attribute1 "attr46517") ) ) +(assert (myObject (attribute1 "attr46518") ) ) +(assert (myObject (attribute1 "attr46519") ) ) +(assert (myObject (attribute1 "attr46520") ) ) +(assert (myObject (attribute1 "attr46521") ) ) +(assert (myObject (attribute1 "attr46522") ) ) +(assert (myObject (attribute1 "attr46523") ) ) +(assert (myObject (attribute1 "attr46524") ) ) +(assert (myObject (attribute1 "attr46525") ) ) +(assert (myObject (attribute1 "attr46526") ) ) +(assert (myObject (attribute1 "attr46527") ) ) +(assert (myObject (attribute1 "attr46528") ) ) +(assert (myObject (attribute1 "attr46529") ) ) +(assert (myObject (attribute1 "attr46530") ) ) +(assert (myObject (attribute1 "attr46531") ) ) +(assert (myObject (attribute1 "attr46532") ) ) +(assert (myObject (attribute1 "attr46533") ) ) +(assert (myObject (attribute1 "attr46534") ) ) +(assert (myObject (attribute1 "attr46535") ) ) +(assert (myObject (attribute1 "attr46536") ) ) +(assert (myObject (attribute1 "attr46537") ) ) +(assert (myObject (attribute1 "attr46538") ) ) +(assert (myObject (attribute1 "attr46539") ) ) +(assert (myObject (attribute1 "attr46540") ) ) +(assert (myObject (attribute1 "attr46541") ) ) +(assert (myObject (attribute1 "attr46542") ) ) +(assert (myObject (attribute1 "attr46543") ) ) +(assert (myObject (attribute1 "attr46544") ) ) +(assert (myObject (attribute1 "attr46545") ) ) +(assert (myObject (attribute1 "attr46546") ) ) +(assert (myObject (attribute1 "attr46547") ) ) +(assert (myObject (attribute1 "attr46548") ) ) +(assert (myObject (attribute1 "attr46549") ) ) +(assert (myObject (attribute1 "attr46550") ) ) +(assert (myObject (attribute1 "attr46551") ) ) +(assert (myObject (attribute1 "attr46552") ) ) +(assert (myObject (attribute1 "attr46553") ) ) +(assert (myObject (attribute1 "attr46554") ) ) +(assert (myObject (attribute1 "attr46555") ) ) +(assert (myObject (attribute1 "attr46556") ) ) +(assert (myObject (attribute1 "attr46557") ) ) +(assert (myObject (attribute1 "attr46558") ) ) +(assert (myObject (attribute1 "attr46559") ) ) +(assert (myObject (attribute1 "attr46560") ) ) +(assert (myObject (attribute1 "attr46561") ) ) +(assert (myObject (attribute1 "attr46562") ) ) +(assert (myObject (attribute1 "attr46563") ) ) +(assert (myObject (attribute1 "attr46564") ) ) +(assert (myObject (attribute1 "attr46565") ) ) +(assert (myObject (attribute1 "attr46566") ) ) +(assert (myObject (attribute1 "attr46567") ) ) +(assert (myObject (attribute1 "attr46568") ) ) +(assert (myObject (attribute1 "attr46569") ) ) +(assert (myObject (attribute1 "attr46570") ) ) +(assert (myObject (attribute1 "attr46571") ) ) +(assert (myObject (attribute1 "attr46572") ) ) +(assert (myObject (attribute1 "attr46573") ) ) +(assert (myObject (attribute1 "attr46574") ) ) +(assert (myObject (attribute1 "attr46575") ) ) +(assert (myObject (attribute1 "attr46576") ) ) +(assert (myObject (attribute1 "attr46577") ) ) +(assert (myObject (attribute1 "attr46578") ) ) +(assert (myObject (attribute1 "attr46579") ) ) +(assert (myObject (attribute1 "attr46580") ) ) +(assert (myObject (attribute1 "attr46581") ) ) +(assert (myObject (attribute1 "attr46582") ) ) +(assert (myObject (attribute1 "attr46583") ) ) +(assert (myObject (attribute1 "attr46584") ) ) +(assert (myObject (attribute1 "attr46585") ) ) +(assert (myObject (attribute1 "attr46586") ) ) +(assert (myObject (attribute1 "attr46587") ) ) +(assert (myObject (attribute1 "attr46588") ) ) +(assert (myObject (attribute1 "attr46589") ) ) +(assert (myObject (attribute1 "attr46590") ) ) +(assert (myObject (attribute1 "attr46591") ) ) +(assert (myObject (attribute1 "attr46592") ) ) +(assert (myObject (attribute1 "attr46593") ) ) +(assert (myObject (attribute1 "attr46594") ) ) +(assert (myObject (attribute1 "attr46595") ) ) +(assert (myObject (attribute1 "attr46596") ) ) +(assert (myObject (attribute1 "attr46597") ) ) +(assert (myObject (attribute1 "attr46598") ) ) +(assert (myObject (attribute1 "attr46599") ) ) +(assert (myObject (attribute1 "attr46600") ) ) +(assert (myObject (attribute1 "attr46601") ) ) +(assert (myObject (attribute1 "attr46602") ) ) +(assert (myObject (attribute1 "attr46603") ) ) +(assert (myObject (attribute1 "attr46604") ) ) +(assert (myObject (attribute1 "attr46605") ) ) +(assert (myObject (attribute1 "attr46606") ) ) +(assert (myObject (attribute1 "attr46607") ) ) +(assert (myObject (attribute1 "attr46608") ) ) +(assert (myObject (attribute1 "attr46609") ) ) +(assert (myObject (attribute1 "attr46610") ) ) +(assert (myObject (attribute1 "attr46611") ) ) +(assert (myObject (attribute1 "attr46612") ) ) +(assert (myObject (attribute1 "attr46613") ) ) +(assert (myObject (attribute1 "attr46614") ) ) +(assert (myObject (attribute1 "attr46615") ) ) +(assert (myObject (attribute1 "attr46616") ) ) +(assert (myObject (attribute1 "attr46617") ) ) +(assert (myObject (attribute1 "attr46618") ) ) +(assert (myObject (attribute1 "attr46619") ) ) +(assert (myObject (attribute1 "attr46620") ) ) +(assert (myObject (attribute1 "attr46621") ) ) +(assert (myObject (attribute1 "attr46622") ) ) +(assert (myObject (attribute1 "attr46623") ) ) +(assert (myObject (attribute1 "attr46624") ) ) +(assert (myObject (attribute1 "attr46625") ) ) +(assert (myObject (attribute1 "attr46626") ) ) +(assert (myObject (attribute1 "attr46627") ) ) +(assert (myObject (attribute1 "attr46628") ) ) +(assert (myObject (attribute1 "attr46629") ) ) +(assert (myObject (attribute1 "attr46630") ) ) +(assert (myObject (attribute1 "attr46631") ) ) +(assert (myObject (attribute1 "attr46632") ) ) +(assert (myObject (attribute1 "attr46633") ) ) +(assert (myObject (attribute1 "attr46634") ) ) +(assert (myObject (attribute1 "attr46635") ) ) +(assert (myObject (attribute1 "attr46636") ) ) +(assert (myObject (attribute1 "attr46637") ) ) +(assert (myObject (attribute1 "attr46638") ) ) +(assert (myObject (attribute1 "attr46639") ) ) +(assert (myObject (attribute1 "attr46640") ) ) +(assert (myObject (attribute1 "attr46641") ) ) +(assert (myObject (attribute1 "attr46642") ) ) +(assert (myObject (attribute1 "attr46643") ) ) +(assert (myObject (attribute1 "attr46644") ) ) +(assert (myObject (attribute1 "attr46645") ) ) +(assert (myObject (attribute1 "attr46646") ) ) +(assert (myObject (attribute1 "attr46647") ) ) +(assert (myObject (attribute1 "attr46648") ) ) +(assert (myObject (attribute1 "attr46649") ) ) +(assert (myObject (attribute1 "attr46650") ) ) +(assert (myObject (attribute1 "attr46651") ) ) +(assert (myObject (attribute1 "attr46652") ) ) +(assert (myObject (attribute1 "attr46653") ) ) +(assert (myObject (attribute1 "attr46654") ) ) +(assert (myObject (attribute1 "attr46655") ) ) +(assert (myObject (attribute1 "attr46656") ) ) +(assert (myObject (attribute1 "attr46657") ) ) +(assert (myObject (attribute1 "attr46658") ) ) +(assert (myObject (attribute1 "attr46659") ) ) +(assert (myObject (attribute1 "attr46660") ) ) +(assert (myObject (attribute1 "attr46661") ) ) +(assert (myObject (attribute1 "attr46662") ) ) +(assert (myObject (attribute1 "attr46663") ) ) +(assert (myObject (attribute1 "attr46664") ) ) +(assert (myObject (attribute1 "attr46665") ) ) +(assert (myObject (attribute1 "attr46666") ) ) +(assert (myObject (attribute1 "attr46667") ) ) +(assert (myObject (attribute1 "attr46668") ) ) +(assert (myObject (attribute1 "attr46669") ) ) +(assert (myObject (attribute1 "attr46670") ) ) +(assert (myObject (attribute1 "attr46671") ) ) +(assert (myObject (attribute1 "attr46672") ) ) +(assert (myObject (attribute1 "attr46673") ) ) +(assert (myObject (attribute1 "attr46674") ) ) +(assert (myObject (attribute1 "attr46675") ) ) +(assert (myObject (attribute1 "attr46676") ) ) +(assert (myObject (attribute1 "attr46677") ) ) +(assert (myObject (attribute1 "attr46678") ) ) +(assert (myObject (attribute1 "attr46679") ) ) +(assert (myObject (attribute1 "attr46680") ) ) +(assert (myObject (attribute1 "attr46681") ) ) +(assert (myObject (attribute1 "attr46682") ) ) +(assert (myObject (attribute1 "attr46683") ) ) +(assert (myObject (attribute1 "attr46684") ) ) +(assert (myObject (attribute1 "attr46685") ) ) +(assert (myObject (attribute1 "attr46686") ) ) +(assert (myObject (attribute1 "attr46687") ) ) +(assert (myObject (attribute1 "attr46688") ) ) +(assert (myObject (attribute1 "attr46689") ) ) +(assert (myObject (attribute1 "attr46690") ) ) +(assert (myObject (attribute1 "attr46691") ) ) +(assert (myObject (attribute1 "attr46692") ) ) +(assert (myObject (attribute1 "attr46693") ) ) +(assert (myObject (attribute1 "attr46694") ) ) +(assert (myObject (attribute1 "attr46695") ) ) +(assert (myObject (attribute1 "attr46696") ) ) +(assert (myObject (attribute1 "attr46697") ) ) +(assert (myObject (attribute1 "attr46698") ) ) +(assert (myObject (attribute1 "attr46699") ) ) +(assert (myObject (attribute1 "attr46700") ) ) +(assert (myObject (attribute1 "attr46701") ) ) +(assert (myObject (attribute1 "attr46702") ) ) +(assert (myObject (attribute1 "attr46703") ) ) +(assert (myObject (attribute1 "attr46704") ) ) +(assert (myObject (attribute1 "attr46705") ) ) +(assert (myObject (attribute1 "attr46706") ) ) +(assert (myObject (attribute1 "attr46707") ) ) +(assert (myObject (attribute1 "attr46708") ) ) +(assert (myObject (attribute1 "attr46709") ) ) +(assert (myObject (attribute1 "attr46710") ) ) +(assert (myObject (attribute1 "attr46711") ) ) +(assert (myObject (attribute1 "attr46712") ) ) +(assert (myObject (attribute1 "attr46713") ) ) +(assert (myObject (attribute1 "attr46714") ) ) +(assert (myObject (attribute1 "attr46715") ) ) +(assert (myObject (attribute1 "attr46716") ) ) +(assert (myObject (attribute1 "attr46717") ) ) +(assert (myObject (attribute1 "attr46718") ) ) +(assert (myObject (attribute1 "attr46719") ) ) +(assert (myObject (attribute1 "attr46720") ) ) +(assert (myObject (attribute1 "attr46721") ) ) +(assert (myObject (attribute1 "attr46722") ) ) +(assert (myObject (attribute1 "attr46723") ) ) +(assert (myObject (attribute1 "attr46724") ) ) +(assert (myObject (attribute1 "attr46725") ) ) +(assert (myObject (attribute1 "attr46726") ) ) +(assert (myObject (attribute1 "attr46727") ) ) +(assert (myObject (attribute1 "attr46728") ) ) +(assert (myObject (attribute1 "attr46729") ) ) +(assert (myObject (attribute1 "attr46730") ) ) +(assert (myObject (attribute1 "attr46731") ) ) +(assert (myObject (attribute1 "attr46732") ) ) +(assert (myObject (attribute1 "attr46733") ) ) +(assert (myObject (attribute1 "attr46734") ) ) +(assert (myObject (attribute1 "attr46735") ) ) +(assert (myObject (attribute1 "attr46736") ) ) +(assert (myObject (attribute1 "attr46737") ) ) +(assert (myObject (attribute1 "attr46738") ) ) +(assert (myObject (attribute1 "attr46739") ) ) +(assert (myObject (attribute1 "attr46740") ) ) +(assert (myObject (attribute1 "attr46741") ) ) +(assert (myObject (attribute1 "attr46742") ) ) +(assert (myObject (attribute1 "attr46743") ) ) +(assert (myObject (attribute1 "attr46744") ) ) +(assert (myObject (attribute1 "attr46745") ) ) +(assert (myObject (attribute1 "attr46746") ) ) +(assert (myObject (attribute1 "attr46747") ) ) +(assert (myObject (attribute1 "attr46748") ) ) +(assert (myObject (attribute1 "attr46749") ) ) +(assert (myObject (attribute1 "attr46750") ) ) +(assert (myObject (attribute1 "attr46751") ) ) +(assert (myObject (attribute1 "attr46752") ) ) +(assert (myObject (attribute1 "attr46753") ) ) +(assert (myObject (attribute1 "attr46754") ) ) +(assert (myObject (attribute1 "attr46755") ) ) +(assert (myObject (attribute1 "attr46756") ) ) +(assert (myObject (attribute1 "attr46757") ) ) +(assert (myObject (attribute1 "attr46758") ) ) +(assert (myObject (attribute1 "attr46759") ) ) +(assert (myObject (attribute1 "attr46760") ) ) +(assert (myObject (attribute1 "attr46761") ) ) +(assert (myObject (attribute1 "attr46762") ) ) +(assert (myObject (attribute1 "attr46763") ) ) +(assert (myObject (attribute1 "attr46764") ) ) +(assert (myObject (attribute1 "attr46765") ) ) +(assert (myObject (attribute1 "attr46766") ) ) +(assert (myObject (attribute1 "attr46767") ) ) +(assert (myObject (attribute1 "attr46768") ) ) +(assert (myObject (attribute1 "attr46769") ) ) +(assert (myObject (attribute1 "attr46770") ) ) +(assert (myObject (attribute1 "attr46771") ) ) +(assert (myObject (attribute1 "attr46772") ) ) +(assert (myObject (attribute1 "attr46773") ) ) +(assert (myObject (attribute1 "attr46774") ) ) +(assert (myObject (attribute1 "attr46775") ) ) +(assert (myObject (attribute1 "attr46776") ) ) +(assert (myObject (attribute1 "attr46777") ) ) +(assert (myObject (attribute1 "attr46778") ) ) +(assert (myObject (attribute1 "attr46779") ) ) +(assert (myObject (attribute1 "attr46780") ) ) +(assert (myObject (attribute1 "attr46781") ) ) +(assert (myObject (attribute1 "attr46782") ) ) +(assert (myObject (attribute1 "attr46783") ) ) +(assert (myObject (attribute1 "attr46784") ) ) +(assert (myObject (attribute1 "attr46785") ) ) +(assert (myObject (attribute1 "attr46786") ) ) +(assert (myObject (attribute1 "attr46787") ) ) +(assert (myObject (attribute1 "attr46788") ) ) +(assert (myObject (attribute1 "attr46789") ) ) +(assert (myObject (attribute1 "attr46790") ) ) +(assert (myObject (attribute1 "attr46791") ) ) +(assert (myObject (attribute1 "attr46792") ) ) +(assert (myObject (attribute1 "attr46793") ) ) +(assert (myObject (attribute1 "attr46794") ) ) +(assert (myObject (attribute1 "attr46795") ) ) +(assert (myObject (attribute1 "attr46796") ) ) +(assert (myObject (attribute1 "attr46797") ) ) +(assert (myObject (attribute1 "attr46798") ) ) +(assert (myObject (attribute1 "attr46799") ) ) +(assert (myObject (attribute1 "attr46800") ) ) +(assert (myObject (attribute1 "attr46801") ) ) +(assert (myObject (attribute1 "attr46802") ) ) +(assert (myObject (attribute1 "attr46803") ) ) +(assert (myObject (attribute1 "attr46804") ) ) +(assert (myObject (attribute1 "attr46805") ) ) +(assert (myObject (attribute1 "attr46806") ) ) +(assert (myObject (attribute1 "attr46807") ) ) +(assert (myObject (attribute1 "attr46808") ) ) +(assert (myObject (attribute1 "attr46809") ) ) +(assert (myObject (attribute1 "attr46810") ) ) +(assert (myObject (attribute1 "attr46811") ) ) +(assert (myObject (attribute1 "attr46812") ) ) +(assert (myObject (attribute1 "attr46813") ) ) +(assert (myObject (attribute1 "attr46814") ) ) +(assert (myObject (attribute1 "attr46815") ) ) +(assert (myObject (attribute1 "attr46816") ) ) +(assert (myObject (attribute1 "attr46817") ) ) +(assert (myObject (attribute1 "attr46818") ) ) +(assert (myObject (attribute1 "attr46819") ) ) +(assert (myObject (attribute1 "attr46820") ) ) +(assert (myObject (attribute1 "attr46821") ) ) +(assert (myObject (attribute1 "attr46822") ) ) +(assert (myObject (attribute1 "attr46823") ) ) +(assert (myObject (attribute1 "attr46824") ) ) +(assert (myObject (attribute1 "attr46825") ) ) +(assert (myObject (attribute1 "attr46826") ) ) +(assert (myObject (attribute1 "attr46827") ) ) +(assert (myObject (attribute1 "attr46828") ) ) +(assert (myObject (attribute1 "attr46829") ) ) +(assert (myObject (attribute1 "attr46830") ) ) +(assert (myObject (attribute1 "attr46831") ) ) +(assert (myObject (attribute1 "attr46832") ) ) +(assert (myObject (attribute1 "attr46833") ) ) +(assert (myObject (attribute1 "attr46834") ) ) +(assert (myObject (attribute1 "attr46835") ) ) +(assert (myObject (attribute1 "attr46836") ) ) +(assert (myObject (attribute1 "attr46837") ) ) +(assert (myObject (attribute1 "attr46838") ) ) +(assert (myObject (attribute1 "attr46839") ) ) +(assert (myObject (attribute1 "attr46840") ) ) +(assert (myObject (attribute1 "attr46841") ) ) +(assert (myObject (attribute1 "attr46842") ) ) +(assert (myObject (attribute1 "attr46843") ) ) +(assert (myObject (attribute1 "attr46844") ) ) +(assert (myObject (attribute1 "attr46845") ) ) +(assert (myObject (attribute1 "attr46846") ) ) +(assert (myObject (attribute1 "attr46847") ) ) +(assert (myObject (attribute1 "attr46848") ) ) +(assert (myObject (attribute1 "attr46849") ) ) +(assert (myObject (attribute1 "attr46850") ) ) +(assert (myObject (attribute1 "attr46851") ) ) +(assert (myObject (attribute1 "attr46852") ) ) +(assert (myObject (attribute1 "attr46853") ) ) +(assert (myObject (attribute1 "attr46854") ) ) +(assert (myObject (attribute1 "attr46855") ) ) +(assert (myObject (attribute1 "attr46856") ) ) +(assert (myObject (attribute1 "attr46857") ) ) +(assert (myObject (attribute1 "attr46858") ) ) +(assert (myObject (attribute1 "attr46859") ) ) +(assert (myObject (attribute1 "attr46860") ) ) +(assert (myObject (attribute1 "attr46861") ) ) +(assert (myObject (attribute1 "attr46862") ) ) +(assert (myObject (attribute1 "attr46863") ) ) +(assert (myObject (attribute1 "attr46864") ) ) +(assert (myObject (attribute1 "attr46865") ) ) +(assert (myObject (attribute1 "attr46866") ) ) +(assert (myObject (attribute1 "attr46867") ) ) +(assert (myObject (attribute1 "attr46868") ) ) +(assert (myObject (attribute1 "attr46869") ) ) +(assert (myObject (attribute1 "attr46870") ) ) +(assert (myObject (attribute1 "attr46871") ) ) +(assert (myObject (attribute1 "attr46872") ) ) +(assert (myObject (attribute1 "attr46873") ) ) +(assert (myObject (attribute1 "attr46874") ) ) +(assert (myObject (attribute1 "attr46875") ) ) +(assert (myObject (attribute1 "attr46876") ) ) +(assert (myObject (attribute1 "attr46877") ) ) +(assert (myObject (attribute1 "attr46878") ) ) +(assert (myObject (attribute1 "attr46879") ) ) +(assert (myObject (attribute1 "attr46880") ) ) +(assert (myObject (attribute1 "attr46881") ) ) +(assert (myObject (attribute1 "attr46882") ) ) +(assert (myObject (attribute1 "attr46883") ) ) +(assert (myObject (attribute1 "attr46884") ) ) +(assert (myObject (attribute1 "attr46885") ) ) +(assert (myObject (attribute1 "attr46886") ) ) +(assert (myObject (attribute1 "attr46887") ) ) +(assert (myObject (attribute1 "attr46888") ) ) +(assert (myObject (attribute1 "attr46889") ) ) +(assert (myObject (attribute1 "attr46890") ) ) +(assert (myObject (attribute1 "attr46891") ) ) +(assert (myObject (attribute1 "attr46892") ) ) +(assert (myObject (attribute1 "attr46893") ) ) +(assert (myObject (attribute1 "attr46894") ) ) +(assert (myObject (attribute1 "attr46895") ) ) +(assert (myObject (attribute1 "attr46896") ) ) +(assert (myObject (attribute1 "attr46897") ) ) +(assert (myObject (attribute1 "attr46898") ) ) +(assert (myObject (attribute1 "attr46899") ) ) +(assert (myObject (attribute1 "attr46900") ) ) +(assert (myObject (attribute1 "attr46901") ) ) +(assert (myObject (attribute1 "attr46902") ) ) +(assert (myObject (attribute1 "attr46903") ) ) +(assert (myObject (attribute1 "attr46904") ) ) +(assert (myObject (attribute1 "attr46905") ) ) +(assert (myObject (attribute1 "attr46906") ) ) +(assert (myObject (attribute1 "attr46907") ) ) +(assert (myObject (attribute1 "attr46908") ) ) +(assert (myObject (attribute1 "attr46909") ) ) +(assert (myObject (attribute1 "attr46910") ) ) +(assert (myObject (attribute1 "attr46911") ) ) +(assert (myObject (attribute1 "attr46912") ) ) +(assert (myObject (attribute1 "attr46913") ) ) +(assert (myObject (attribute1 "attr46914") ) ) +(assert (myObject (attribute1 "attr46915") ) ) +(assert (myObject (attribute1 "attr46916") ) ) +(assert (myObject (attribute1 "attr46917") ) ) +(assert (myObject (attribute1 "attr46918") ) ) +(assert (myObject (attribute1 "attr46919") ) ) +(assert (myObject (attribute1 "attr46920") ) ) +(assert (myObject (attribute1 "attr46921") ) ) +(assert (myObject (attribute1 "attr46922") ) ) +(assert (myObject (attribute1 "attr46923") ) ) +(assert (myObject (attribute1 "attr46924") ) ) +(assert (myObject (attribute1 "attr46925") ) ) +(assert (myObject (attribute1 "attr46926") ) ) +(assert (myObject (attribute1 "attr46927") ) ) +(assert (myObject (attribute1 "attr46928") ) ) +(assert (myObject (attribute1 "attr46929") ) ) +(assert (myObject (attribute1 "attr46930") ) ) +(assert (myObject (attribute1 "attr46931") ) ) +(assert (myObject (attribute1 "attr46932") ) ) +(assert (myObject (attribute1 "attr46933") ) ) +(assert (myObject (attribute1 "attr46934") ) ) +(assert (myObject (attribute1 "attr46935") ) ) +(assert (myObject (attribute1 "attr46936") ) ) +(assert (myObject (attribute1 "attr46937") ) ) +(assert (myObject (attribute1 "attr46938") ) ) +(assert (myObject (attribute1 "attr46939") ) ) +(assert (myObject (attribute1 "attr46940") ) ) +(assert (myObject (attribute1 "attr46941") ) ) +(assert (myObject (attribute1 "attr46942") ) ) +(assert (myObject (attribute1 "attr46943") ) ) +(assert (myObject (attribute1 "attr46944") ) ) +(assert (myObject (attribute1 "attr46945") ) ) +(assert (myObject (attribute1 "attr46946") ) ) +(assert (myObject (attribute1 "attr46947") ) ) +(assert (myObject (attribute1 "attr46948") ) ) +(assert (myObject (attribute1 "attr46949") ) ) +(assert (myObject (attribute1 "attr46950") ) ) +(assert (myObject (attribute1 "attr46951") ) ) +(assert (myObject (attribute1 "attr46952") ) ) +(assert (myObject (attribute1 "attr46953") ) ) +(assert (myObject (attribute1 "attr46954") ) ) +(assert (myObject (attribute1 "attr46955") ) ) +(assert (myObject (attribute1 "attr46956") ) ) +(assert (myObject (attribute1 "attr46957") ) ) +(assert (myObject (attribute1 "attr46958") ) ) +(assert (myObject (attribute1 "attr46959") ) ) +(assert (myObject (attribute1 "attr46960") ) ) +(assert (myObject (attribute1 "attr46961") ) ) +(assert (myObject (attribute1 "attr46962") ) ) +(assert (myObject (attribute1 "attr46963") ) ) +(assert (myObject (attribute1 "attr46964") ) ) +(assert (myObject (attribute1 "attr46965") ) ) +(assert (myObject (attribute1 "attr46966") ) ) +(assert (myObject (attribute1 "attr46967") ) ) +(assert (myObject (attribute1 "attr46968") ) ) +(assert (myObject (attribute1 "attr46969") ) ) +(assert (myObject (attribute1 "attr46970") ) ) +(assert (myObject (attribute1 "attr46971") ) ) +(assert (myObject (attribute1 "attr46972") ) ) +(assert (myObject (attribute1 "attr46973") ) ) +(assert (myObject (attribute1 "attr46974") ) ) +(assert (myObject (attribute1 "attr46975") ) ) +(assert (myObject (attribute1 "attr46976") ) ) +(assert (myObject (attribute1 "attr46977") ) ) +(assert (myObject (attribute1 "attr46978") ) ) +(assert (myObject (attribute1 "attr46979") ) ) +(assert (myObject (attribute1 "attr46980") ) ) +(assert (myObject (attribute1 "attr46981") ) ) +(assert (myObject (attribute1 "attr46982") ) ) +(assert (myObject (attribute1 "attr46983") ) ) +(assert (myObject (attribute1 "attr46984") ) ) +(assert (myObject (attribute1 "attr46985") ) ) +(assert (myObject (attribute1 "attr46986") ) ) +(assert (myObject (attribute1 "attr46987") ) ) +(assert (myObject (attribute1 "attr46988") ) ) +(assert (myObject (attribute1 "attr46989") ) ) +(assert (myObject (attribute1 "attr46990") ) ) +(assert (myObject (attribute1 "attr46991") ) ) +(assert (myObject (attribute1 "attr46992") ) ) +(assert (myObject (attribute1 "attr46993") ) ) +(assert (myObject (attribute1 "attr46994") ) ) +(assert (myObject (attribute1 "attr46995") ) ) +(assert (myObject (attribute1 "attr46996") ) ) +(assert (myObject (attribute1 "attr46997") ) ) +(assert (myObject (attribute1 "attr46998") ) ) +(assert (myObject (attribute1 "attr46999") ) ) +(assert (myObject (attribute1 "attr47000") ) ) +(assert (myObject (attribute1 "attr47001") ) ) +(assert (myObject (attribute1 "attr47002") ) ) +(assert (myObject (attribute1 "attr47003") ) ) +(assert (myObject (attribute1 "attr47004") ) ) +(assert (myObject (attribute1 "attr47005") ) ) +(assert (myObject (attribute1 "attr47006") ) ) +(assert (myObject (attribute1 "attr47007") ) ) +(assert (myObject (attribute1 "attr47008") ) ) +(assert (myObject (attribute1 "attr47009") ) ) +(assert (myObject (attribute1 "attr47010") ) ) +(assert (myObject (attribute1 "attr47011") ) ) +(assert (myObject (attribute1 "attr47012") ) ) +(assert (myObject (attribute1 "attr47013") ) ) +(assert (myObject (attribute1 "attr47014") ) ) +(assert (myObject (attribute1 "attr47015") ) ) +(assert (myObject (attribute1 "attr47016") ) ) +(assert (myObject (attribute1 "attr47017") ) ) +(assert (myObject (attribute1 "attr47018") ) ) +(assert (myObject (attribute1 "attr47019") ) ) +(assert (myObject (attribute1 "attr47020") ) ) +(assert (myObject (attribute1 "attr47021") ) ) +(assert (myObject (attribute1 "attr47022") ) ) +(assert (myObject (attribute1 "attr47023") ) ) +(assert (myObject (attribute1 "attr47024") ) ) +(assert (myObject (attribute1 "attr47025") ) ) +(assert (myObject (attribute1 "attr47026") ) ) +(assert (myObject (attribute1 "attr47027") ) ) +(assert (myObject (attribute1 "attr47028") ) ) +(assert (myObject (attribute1 "attr47029") ) ) +(assert (myObject (attribute1 "attr47030") ) ) +(assert (myObject (attribute1 "attr47031") ) ) +(assert (myObject (attribute1 "attr47032") ) ) +(assert (myObject (attribute1 "attr47033") ) ) +(assert (myObject (attribute1 "attr47034") ) ) +(assert (myObject (attribute1 "attr47035") ) ) +(assert (myObject (attribute1 "attr47036") ) ) +(assert (myObject (attribute1 "attr47037") ) ) +(assert (myObject (attribute1 "attr47038") ) ) +(assert (myObject (attribute1 "attr47039") ) ) +(assert (myObject (attribute1 "attr47040") ) ) +(assert (myObject (attribute1 "attr47041") ) ) +(assert (myObject (attribute1 "attr47042") ) ) +(assert (myObject (attribute1 "attr47043") ) ) +(assert (myObject (attribute1 "attr47044") ) ) +(assert (myObject (attribute1 "attr47045") ) ) +(assert (myObject (attribute1 "attr47046") ) ) +(assert (myObject (attribute1 "attr47047") ) ) +(assert (myObject (attribute1 "attr47048") ) ) +(assert (myObject (attribute1 "attr47049") ) ) +(assert (myObject (attribute1 "attr47050") ) ) +(assert (myObject (attribute1 "attr47051") ) ) +(assert (myObject (attribute1 "attr47052") ) ) +(assert (myObject (attribute1 "attr47053") ) ) +(assert (myObject (attribute1 "attr47054") ) ) +(assert (myObject (attribute1 "attr47055") ) ) +(assert (myObject (attribute1 "attr47056") ) ) +(assert (myObject (attribute1 "attr47057") ) ) +(assert (myObject (attribute1 "attr47058") ) ) +(assert (myObject (attribute1 "attr47059") ) ) +(assert (myObject (attribute1 "attr47060") ) ) +(assert (myObject (attribute1 "attr47061") ) ) +(assert (myObject (attribute1 "attr47062") ) ) +(assert (myObject (attribute1 "attr47063") ) ) +(assert (myObject (attribute1 "attr47064") ) ) +(assert (myObject (attribute1 "attr47065") ) ) +(assert (myObject (attribute1 "attr47066") ) ) +(assert (myObject (attribute1 "attr47067") ) ) +(assert (myObject (attribute1 "attr47068") ) ) +(assert (myObject (attribute1 "attr47069") ) ) +(assert (myObject (attribute1 "attr47070") ) ) +(assert (myObject (attribute1 "attr47071") ) ) +(assert (myObject (attribute1 "attr47072") ) ) +(assert (myObject (attribute1 "attr47073") ) ) +(assert (myObject (attribute1 "attr47074") ) ) +(assert (myObject (attribute1 "attr47075") ) ) +(assert (myObject (attribute1 "attr47076") ) ) +(assert (myObject (attribute1 "attr47077") ) ) +(assert (myObject (attribute1 "attr47078") ) ) +(assert (myObject (attribute1 "attr47079") ) ) +(assert (myObject (attribute1 "attr47080") ) ) +(assert (myObject (attribute1 "attr47081") ) ) +(assert (myObject (attribute1 "attr47082") ) ) +(assert (myObject (attribute1 "attr47083") ) ) +(assert (myObject (attribute1 "attr47084") ) ) +(assert (myObject (attribute1 "attr47085") ) ) +(assert (myObject (attribute1 "attr47086") ) ) +(assert (myObject (attribute1 "attr47087") ) ) +(assert (myObject (attribute1 "attr47088") ) ) +(assert (myObject (attribute1 "attr47089") ) ) +(assert (myObject (attribute1 "attr47090") ) ) +(assert (myObject (attribute1 "attr47091") ) ) +(assert (myObject (attribute1 "attr47092") ) ) +(assert (myObject (attribute1 "attr47093") ) ) +(assert (myObject (attribute1 "attr47094") ) ) +(assert (myObject (attribute1 "attr47095") ) ) +(assert (myObject (attribute1 "attr47096") ) ) +(assert (myObject (attribute1 "attr47097") ) ) +(assert (myObject (attribute1 "attr47098") ) ) +(assert (myObject (attribute1 "attr47099") ) ) +(assert (myObject (attribute1 "attr47100") ) ) +(assert (myObject (attribute1 "attr47101") ) ) +(assert (myObject (attribute1 "attr47102") ) ) +(assert (myObject (attribute1 "attr47103") ) ) +(assert (myObject (attribute1 "attr47104") ) ) +(assert (myObject (attribute1 "attr47105") ) ) +(assert (myObject (attribute1 "attr47106") ) ) +(assert (myObject (attribute1 "attr47107") ) ) +(assert (myObject (attribute1 "attr47108") ) ) +(assert (myObject (attribute1 "attr47109") ) ) +(assert (myObject (attribute1 "attr47110") ) ) +(assert (myObject (attribute1 "attr47111") ) ) +(assert (myObject (attribute1 "attr47112") ) ) +(assert (myObject (attribute1 "attr47113") ) ) +(assert (myObject (attribute1 "attr47114") ) ) +(assert (myObject (attribute1 "attr47115") ) ) +(assert (myObject (attribute1 "attr47116") ) ) +(assert (myObject (attribute1 "attr47117") ) ) +(assert (myObject (attribute1 "attr47118") ) ) +(assert (myObject (attribute1 "attr47119") ) ) +(assert (myObject (attribute1 "attr47120") ) ) +(assert (myObject (attribute1 "attr47121") ) ) +(assert (myObject (attribute1 "attr47122") ) ) +(assert (myObject (attribute1 "attr47123") ) ) +(assert (myObject (attribute1 "attr47124") ) ) +(assert (myObject (attribute1 "attr47125") ) ) +(assert (myObject (attribute1 "attr47126") ) ) +(assert (myObject (attribute1 "attr47127") ) ) +(assert (myObject (attribute1 "attr47128") ) ) +(assert (myObject (attribute1 "attr47129") ) ) +(assert (myObject (attribute1 "attr47130") ) ) +(assert (myObject (attribute1 "attr47131") ) ) +(assert (myObject (attribute1 "attr47132") ) ) +(assert (myObject (attribute1 "attr47133") ) ) +(assert (myObject (attribute1 "attr47134") ) ) +(assert (myObject (attribute1 "attr47135") ) ) +(assert (myObject (attribute1 "attr47136") ) ) +(assert (myObject (attribute1 "attr47137") ) ) +(assert (myObject (attribute1 "attr47138") ) ) +(assert (myObject (attribute1 "attr47139") ) ) +(assert (myObject (attribute1 "attr47140") ) ) +(assert (myObject (attribute1 "attr47141") ) ) +(assert (myObject (attribute1 "attr47142") ) ) +(assert (myObject (attribute1 "attr47143") ) ) +(assert (myObject (attribute1 "attr47144") ) ) +(assert (myObject (attribute1 "attr47145") ) ) +(assert (myObject (attribute1 "attr47146") ) ) +(assert (myObject (attribute1 "attr47147") ) ) +(assert (myObject (attribute1 "attr47148") ) ) +(assert (myObject (attribute1 "attr47149") ) ) +(assert (myObject (attribute1 "attr47150") ) ) +(assert (myObject (attribute1 "attr47151") ) ) +(assert (myObject (attribute1 "attr47152") ) ) +(assert (myObject (attribute1 "attr47153") ) ) +(assert (myObject (attribute1 "attr47154") ) ) +(assert (myObject (attribute1 "attr47155") ) ) +(assert (myObject (attribute1 "attr47156") ) ) +(assert (myObject (attribute1 "attr47157") ) ) +(assert (myObject (attribute1 "attr47158") ) ) +(assert (myObject (attribute1 "attr47159") ) ) +(assert (myObject (attribute1 "attr47160") ) ) +(assert (myObject (attribute1 "attr47161") ) ) +(assert (myObject (attribute1 "attr47162") ) ) +(assert (myObject (attribute1 "attr47163") ) ) +(assert (myObject (attribute1 "attr47164") ) ) +(assert (myObject (attribute1 "attr47165") ) ) +(assert (myObject (attribute1 "attr47166") ) ) +(assert (myObject (attribute1 "attr47167") ) ) +(assert (myObject (attribute1 "attr47168") ) ) +(assert (myObject (attribute1 "attr47169") ) ) +(assert (myObject (attribute1 "attr47170") ) ) +(assert (myObject (attribute1 "attr47171") ) ) +(assert (myObject (attribute1 "attr47172") ) ) +(assert (myObject (attribute1 "attr47173") ) ) +(assert (myObject (attribute1 "attr47174") ) ) +(assert (myObject (attribute1 "attr47175") ) ) +(assert (myObject (attribute1 "attr47176") ) ) +(assert (myObject (attribute1 "attr47177") ) ) +(assert (myObject (attribute1 "attr47178") ) ) +(assert (myObject (attribute1 "attr47179") ) ) +(assert (myObject (attribute1 "attr47180") ) ) +(assert (myObject (attribute1 "attr47181") ) ) +(assert (myObject (attribute1 "attr47182") ) ) +(assert (myObject (attribute1 "attr47183") ) ) +(assert (myObject (attribute1 "attr47184") ) ) +(assert (myObject (attribute1 "attr47185") ) ) +(assert (myObject (attribute1 "attr47186") ) ) +(assert (myObject (attribute1 "attr47187") ) ) +(assert (myObject (attribute1 "attr47188") ) ) +(assert (myObject (attribute1 "attr47189") ) ) +(assert (myObject (attribute1 "attr47190") ) ) +(assert (myObject (attribute1 "attr47191") ) ) +(assert (myObject (attribute1 "attr47192") ) ) +(assert (myObject (attribute1 "attr47193") ) ) +(assert (myObject (attribute1 "attr47194") ) ) +(assert (myObject (attribute1 "attr47195") ) ) +(assert (myObject (attribute1 "attr47196") ) ) +(assert (myObject (attribute1 "attr47197") ) ) +(assert (myObject (attribute1 "attr47198") ) ) +(assert (myObject (attribute1 "attr47199") ) ) +(assert (myObject (attribute1 "attr47200") ) ) +(assert (myObject (attribute1 "attr47201") ) ) +(assert (myObject (attribute1 "attr47202") ) ) +(assert (myObject (attribute1 "attr47203") ) ) +(assert (myObject (attribute1 "attr47204") ) ) +(assert (myObject (attribute1 "attr47205") ) ) +(assert (myObject (attribute1 "attr47206") ) ) +(assert (myObject (attribute1 "attr47207") ) ) +(assert (myObject (attribute1 "attr47208") ) ) +(assert (myObject (attribute1 "attr47209") ) ) +(assert (myObject (attribute1 "attr47210") ) ) +(assert (myObject (attribute1 "attr47211") ) ) +(assert (myObject (attribute1 "attr47212") ) ) +(assert (myObject (attribute1 "attr47213") ) ) +(assert (myObject (attribute1 "attr47214") ) ) +(assert (myObject (attribute1 "attr47215") ) ) +(assert (myObject (attribute1 "attr47216") ) ) +(assert (myObject (attribute1 "attr47217") ) ) +(assert (myObject (attribute1 "attr47218") ) ) +(assert (myObject (attribute1 "attr47219") ) ) +(assert (myObject (attribute1 "attr47220") ) ) +(assert (myObject (attribute1 "attr47221") ) ) +(assert (myObject (attribute1 "attr47222") ) ) +(assert (myObject (attribute1 "attr47223") ) ) +(assert (myObject (attribute1 "attr47224") ) ) +(assert (myObject (attribute1 "attr47225") ) ) +(assert (myObject (attribute1 "attr47226") ) ) +(assert (myObject (attribute1 "attr47227") ) ) +(assert (myObject (attribute1 "attr47228") ) ) +(assert (myObject (attribute1 "attr47229") ) ) +(assert (myObject (attribute1 "attr47230") ) ) +(assert (myObject (attribute1 "attr47231") ) ) +(assert (myObject (attribute1 "attr47232") ) ) +(assert (myObject (attribute1 "attr47233") ) ) +(assert (myObject (attribute1 "attr47234") ) ) +(assert (myObject (attribute1 "attr47235") ) ) +(assert (myObject (attribute1 "attr47236") ) ) +(assert (myObject (attribute1 "attr47237") ) ) +(assert (myObject (attribute1 "attr47238") ) ) +(assert (myObject (attribute1 "attr47239") ) ) +(assert (myObject (attribute1 "attr47240") ) ) +(assert (myObject (attribute1 "attr47241") ) ) +(assert (myObject (attribute1 "attr47242") ) ) +(assert (myObject (attribute1 "attr47243") ) ) +(assert (myObject (attribute1 "attr47244") ) ) +(assert (myObject (attribute1 "attr47245") ) ) +(assert (myObject (attribute1 "attr47246") ) ) +(assert (myObject (attribute1 "attr47247") ) ) +(assert (myObject (attribute1 "attr47248") ) ) +(assert (myObject (attribute1 "attr47249") ) ) +(assert (myObject (attribute1 "attr47250") ) ) +(assert (myObject (attribute1 "attr47251") ) ) +(assert (myObject (attribute1 "attr47252") ) ) +(assert (myObject (attribute1 "attr47253") ) ) +(assert (myObject (attribute1 "attr47254") ) ) +(assert (myObject (attribute1 "attr47255") ) ) +(assert (myObject (attribute1 "attr47256") ) ) +(assert (myObject (attribute1 "attr47257") ) ) +(assert (myObject (attribute1 "attr47258") ) ) +(assert (myObject (attribute1 "attr47259") ) ) +(assert (myObject (attribute1 "attr47260") ) ) +(assert (myObject (attribute1 "attr47261") ) ) +(assert (myObject (attribute1 "attr47262") ) ) +(assert (myObject (attribute1 "attr47263") ) ) +(assert (myObject (attribute1 "attr47264") ) ) +(assert (myObject (attribute1 "attr47265") ) ) +(assert (myObject (attribute1 "attr47266") ) ) +(assert (myObject (attribute1 "attr47267") ) ) +(assert (myObject (attribute1 "attr47268") ) ) +(assert (myObject (attribute1 "attr47269") ) ) +(assert (myObject (attribute1 "attr47270") ) ) +(assert (myObject (attribute1 "attr47271") ) ) +(assert (myObject (attribute1 "attr47272") ) ) +(assert (myObject (attribute1 "attr47273") ) ) +(assert (myObject (attribute1 "attr47274") ) ) +(assert (myObject (attribute1 "attr47275") ) ) +(assert (myObject (attribute1 "attr47276") ) ) +(assert (myObject (attribute1 "attr47277") ) ) +(assert (myObject (attribute1 "attr47278") ) ) +(assert (myObject (attribute1 "attr47279") ) ) +(assert (myObject (attribute1 "attr47280") ) ) +(assert (myObject (attribute1 "attr47281") ) ) +(assert (myObject (attribute1 "attr47282") ) ) +(assert (myObject (attribute1 "attr47283") ) ) +(assert (myObject (attribute1 "attr47284") ) ) +(assert (myObject (attribute1 "attr47285") ) ) +(assert (myObject (attribute1 "attr47286") ) ) +(assert (myObject (attribute1 "attr47287") ) ) +(assert (myObject (attribute1 "attr47288") ) ) +(assert (myObject (attribute1 "attr47289") ) ) +(assert (myObject (attribute1 "attr47290") ) ) +(assert (myObject (attribute1 "attr47291") ) ) +(assert (myObject (attribute1 "attr47292") ) ) +(assert (myObject (attribute1 "attr47293") ) ) +(assert (myObject (attribute1 "attr47294") ) ) +(assert (myObject (attribute1 "attr47295") ) ) +(assert (myObject (attribute1 "attr47296") ) ) +(assert (myObject (attribute1 "attr47297") ) ) +(assert (myObject (attribute1 "attr47298") ) ) +(assert (myObject (attribute1 "attr47299") ) ) +(assert (myObject (attribute1 "attr47300") ) ) +(assert (myObject (attribute1 "attr47301") ) ) +(assert (myObject (attribute1 "attr47302") ) ) +(assert (myObject (attribute1 "attr47303") ) ) +(assert (myObject (attribute1 "attr47304") ) ) +(assert (myObject (attribute1 "attr47305") ) ) +(assert (myObject (attribute1 "attr47306") ) ) +(assert (myObject (attribute1 "attr47307") ) ) +(assert (myObject (attribute1 "attr47308") ) ) +(assert (myObject (attribute1 "attr47309") ) ) +(assert (myObject (attribute1 "attr47310") ) ) +(assert (myObject (attribute1 "attr47311") ) ) +(assert (myObject (attribute1 "attr47312") ) ) +(assert (myObject (attribute1 "attr47313") ) ) +(assert (myObject (attribute1 "attr47314") ) ) +(assert (myObject (attribute1 "attr47315") ) ) +(assert (myObject (attribute1 "attr47316") ) ) +(assert (myObject (attribute1 "attr47317") ) ) +(assert (myObject (attribute1 "attr47318") ) ) +(assert (myObject (attribute1 "attr47319") ) ) +(assert (myObject (attribute1 "attr47320") ) ) +(assert (myObject (attribute1 "attr47321") ) ) +(assert (myObject (attribute1 "attr47322") ) ) +(assert (myObject (attribute1 "attr47323") ) ) +(assert (myObject (attribute1 "attr47324") ) ) +(assert (myObject (attribute1 "attr47325") ) ) +(assert (myObject (attribute1 "attr47326") ) ) +(assert (myObject (attribute1 "attr47327") ) ) +(assert (myObject (attribute1 "attr47328") ) ) +(assert (myObject (attribute1 "attr47329") ) ) +(assert (myObject (attribute1 "attr47330") ) ) +(assert (myObject (attribute1 "attr47331") ) ) +(assert (myObject (attribute1 "attr47332") ) ) +(assert (myObject (attribute1 "attr47333") ) ) +(assert (myObject (attribute1 "attr47334") ) ) +(assert (myObject (attribute1 "attr47335") ) ) +(assert (myObject (attribute1 "attr47336") ) ) +(assert (myObject (attribute1 "attr47337") ) ) +(assert (myObject (attribute1 "attr47338") ) ) +(assert (myObject (attribute1 "attr47339") ) ) +(assert (myObject (attribute1 "attr47340") ) ) +(assert (myObject (attribute1 "attr47341") ) ) +(assert (myObject (attribute1 "attr47342") ) ) +(assert (myObject (attribute1 "attr47343") ) ) +(assert (myObject (attribute1 "attr47344") ) ) +(assert (myObject (attribute1 "attr47345") ) ) +(assert (myObject (attribute1 "attr47346") ) ) +(assert (myObject (attribute1 "attr47347") ) ) +(assert (myObject (attribute1 "attr47348") ) ) +(assert (myObject (attribute1 "attr47349") ) ) +(assert (myObject (attribute1 "attr47350") ) ) +(assert (myObject (attribute1 "attr47351") ) ) +(assert (myObject (attribute1 "attr47352") ) ) +(assert (myObject (attribute1 "attr47353") ) ) +(assert (myObject (attribute1 "attr47354") ) ) +(assert (myObject (attribute1 "attr47355") ) ) +(assert (myObject (attribute1 "attr47356") ) ) +(assert (myObject (attribute1 "attr47357") ) ) +(assert (myObject (attribute1 "attr47358") ) ) +(assert (myObject (attribute1 "attr47359") ) ) +(assert (myObject (attribute1 "attr47360") ) ) +(assert (myObject (attribute1 "attr47361") ) ) +(assert (myObject (attribute1 "attr47362") ) ) +(assert (myObject (attribute1 "attr47363") ) ) +(assert (myObject (attribute1 "attr47364") ) ) +(assert (myObject (attribute1 "attr47365") ) ) +(assert (myObject (attribute1 "attr47366") ) ) +(assert (myObject (attribute1 "attr47367") ) ) +(assert (myObject (attribute1 "attr47368") ) ) +(assert (myObject (attribute1 "attr47369") ) ) +(assert (myObject (attribute1 "attr47370") ) ) +(assert (myObject (attribute1 "attr47371") ) ) +(assert (myObject (attribute1 "attr47372") ) ) +(assert (myObject (attribute1 "attr47373") ) ) +(assert (myObject (attribute1 "attr47374") ) ) +(assert (myObject (attribute1 "attr47375") ) ) +(assert (myObject (attribute1 "attr47376") ) ) +(assert (myObject (attribute1 "attr47377") ) ) +(assert (myObject (attribute1 "attr47378") ) ) +(assert (myObject (attribute1 "attr47379") ) ) +(assert (myObject (attribute1 "attr47380") ) ) +(assert (myObject (attribute1 "attr47381") ) ) +(assert (myObject (attribute1 "attr47382") ) ) +(assert (myObject (attribute1 "attr47383") ) ) +(assert (myObject (attribute1 "attr47384") ) ) +(assert (myObject (attribute1 "attr47385") ) ) +(assert (myObject (attribute1 "attr47386") ) ) +(assert (myObject (attribute1 "attr47387") ) ) +(assert (myObject (attribute1 "attr47388") ) ) +(assert (myObject (attribute1 "attr47389") ) ) +(assert (myObject (attribute1 "attr47390") ) ) +(assert (myObject (attribute1 "attr47391") ) ) +(assert (myObject (attribute1 "attr47392") ) ) +(assert (myObject (attribute1 "attr47393") ) ) +(assert (myObject (attribute1 "attr47394") ) ) +(assert (myObject (attribute1 "attr47395") ) ) +(assert (myObject (attribute1 "attr47396") ) ) +(assert (myObject (attribute1 "attr47397") ) ) +(assert (myObject (attribute1 "attr47398") ) ) +(assert (myObject (attribute1 "attr47399") ) ) +(assert (myObject (attribute1 "attr47400") ) ) +(assert (myObject (attribute1 "attr47401") ) ) +(assert (myObject (attribute1 "attr47402") ) ) +(assert (myObject (attribute1 "attr47403") ) ) +(assert (myObject (attribute1 "attr47404") ) ) +(assert (myObject (attribute1 "attr47405") ) ) +(assert (myObject (attribute1 "attr47406") ) ) +(assert (myObject (attribute1 "attr47407") ) ) +(assert (myObject (attribute1 "attr47408") ) ) +(assert (myObject (attribute1 "attr47409") ) ) +(assert (myObject (attribute1 "attr47410") ) ) +(assert (myObject (attribute1 "attr47411") ) ) +(assert (myObject (attribute1 "attr47412") ) ) +(assert (myObject (attribute1 "attr47413") ) ) +(assert (myObject (attribute1 "attr47414") ) ) +(assert (myObject (attribute1 "attr47415") ) ) +(assert (myObject (attribute1 "attr47416") ) ) +(assert (myObject (attribute1 "attr47417") ) ) +(assert (myObject (attribute1 "attr47418") ) ) +(assert (myObject (attribute1 "attr47419") ) ) +(assert (myObject (attribute1 "attr47420") ) ) +(assert (myObject (attribute1 "attr47421") ) ) +(assert (myObject (attribute1 "attr47422") ) ) +(assert (myObject (attribute1 "attr47423") ) ) +(assert (myObject (attribute1 "attr47424") ) ) +(assert (myObject (attribute1 "attr47425") ) ) +(assert (myObject (attribute1 "attr47426") ) ) +(assert (myObject (attribute1 "attr47427") ) ) +(assert (myObject (attribute1 "attr47428") ) ) +(assert (myObject (attribute1 "attr47429") ) ) +(assert (myObject (attribute1 "attr47430") ) ) +(assert (myObject (attribute1 "attr47431") ) ) +(assert (myObject (attribute1 "attr47432") ) ) +(assert (myObject (attribute1 "attr47433") ) ) +(assert (myObject (attribute1 "attr47434") ) ) +(assert (myObject (attribute1 "attr47435") ) ) +(assert (myObject (attribute1 "attr47436") ) ) +(assert (myObject (attribute1 "attr47437") ) ) +(assert (myObject (attribute1 "attr47438") ) ) +(assert (myObject (attribute1 "attr47439") ) ) +(assert (myObject (attribute1 "attr47440") ) ) +(assert (myObject (attribute1 "attr47441") ) ) +(assert (myObject (attribute1 "attr47442") ) ) +(assert (myObject (attribute1 "attr47443") ) ) +(assert (myObject (attribute1 "attr47444") ) ) +(assert (myObject (attribute1 "attr47445") ) ) +(assert (myObject (attribute1 "attr47446") ) ) +(assert (myObject (attribute1 "attr47447") ) ) +(assert (myObject (attribute1 "attr47448") ) ) +(assert (myObject (attribute1 "attr47449") ) ) +(assert (myObject (attribute1 "attr47450") ) ) +(assert (myObject (attribute1 "attr47451") ) ) +(assert (myObject (attribute1 "attr47452") ) ) +(assert (myObject (attribute1 "attr47453") ) ) +(assert (myObject (attribute1 "attr47454") ) ) +(assert (myObject (attribute1 "attr47455") ) ) +(assert (myObject (attribute1 "attr47456") ) ) +(assert (myObject (attribute1 "attr47457") ) ) +(assert (myObject (attribute1 "attr47458") ) ) +(assert (myObject (attribute1 "attr47459") ) ) +(assert (myObject (attribute1 "attr47460") ) ) +(assert (myObject (attribute1 "attr47461") ) ) +(assert (myObject (attribute1 "attr47462") ) ) +(assert (myObject (attribute1 "attr47463") ) ) +(assert (myObject (attribute1 "attr47464") ) ) +(assert (myObject (attribute1 "attr47465") ) ) +(assert (myObject (attribute1 "attr47466") ) ) +(assert (myObject (attribute1 "attr47467") ) ) +(assert (myObject (attribute1 "attr47468") ) ) +(assert (myObject (attribute1 "attr47469") ) ) +(assert (myObject (attribute1 "attr47470") ) ) +(assert (myObject (attribute1 "attr47471") ) ) +(assert (myObject (attribute1 "attr47472") ) ) +(assert (myObject (attribute1 "attr47473") ) ) +(assert (myObject (attribute1 "attr47474") ) ) +(assert (myObject (attribute1 "attr47475") ) ) +(assert (myObject (attribute1 "attr47476") ) ) +(assert (myObject (attribute1 "attr47477") ) ) +(assert (myObject (attribute1 "attr47478") ) ) +(assert (myObject (attribute1 "attr47479") ) ) +(assert (myObject (attribute1 "attr47480") ) ) +(assert (myObject (attribute1 "attr47481") ) ) +(assert (myObject (attribute1 "attr47482") ) ) +(assert (myObject (attribute1 "attr47483") ) ) +(assert (myObject (attribute1 "attr47484") ) ) +(assert (myObject (attribute1 "attr47485") ) ) +(assert (myObject (attribute1 "attr47486") ) ) +(assert (myObject (attribute1 "attr47487") ) ) +(assert (myObject (attribute1 "attr47488") ) ) +(assert (myObject (attribute1 "attr47489") ) ) +(assert (myObject (attribute1 "attr47490") ) ) +(assert (myObject (attribute1 "attr47491") ) ) +(assert (myObject (attribute1 "attr47492") ) ) +(assert (myObject (attribute1 "attr47493") ) ) +(assert (myObject (attribute1 "attr47494") ) ) +(assert (myObject (attribute1 "attr47495") ) ) +(assert (myObject (attribute1 "attr47496") ) ) +(assert (myObject (attribute1 "attr47497") ) ) +(assert (myObject (attribute1 "attr47498") ) ) +(assert (myObject (attribute1 "attr47499") ) ) +(assert (myObject (attribute1 "attr47500") ) ) +(assert (myObject (attribute1 "attr47501") ) ) +(assert (myObject (attribute1 "attr47502") ) ) +(assert (myObject (attribute1 "attr47503") ) ) +(assert (myObject (attribute1 "attr47504") ) ) +(assert (myObject (attribute1 "attr47505") ) ) +(assert (myObject (attribute1 "attr47506") ) ) +(assert (myObject (attribute1 "attr47507") ) ) +(assert (myObject (attribute1 "attr47508") ) ) +(assert (myObject (attribute1 "attr47509") ) ) +(assert (myObject (attribute1 "attr47510") ) ) +(assert (myObject (attribute1 "attr47511") ) ) +(assert (myObject (attribute1 "attr47512") ) ) +(assert (myObject (attribute1 "attr47513") ) ) +(assert (myObject (attribute1 "attr47514") ) ) +(assert (myObject (attribute1 "attr47515") ) ) +(assert (myObject (attribute1 "attr47516") ) ) +(assert (myObject (attribute1 "attr47517") ) ) +(assert (myObject (attribute1 "attr47518") ) ) +(assert (myObject (attribute1 "attr47519") ) ) +(assert (myObject (attribute1 "attr47520") ) ) +(assert (myObject (attribute1 "attr47521") ) ) +(assert (myObject (attribute1 "attr47522") ) ) +(assert (myObject (attribute1 "attr47523") ) ) +(assert (myObject (attribute1 "attr47524") ) ) +(assert (myObject (attribute1 "attr47525") ) ) +(assert (myObject (attribute1 "attr47526") ) ) +(assert (myObject (attribute1 "attr47527") ) ) +(assert (myObject (attribute1 "attr47528") ) ) +(assert (myObject (attribute1 "attr47529") ) ) +(assert (myObject (attribute1 "attr47530") ) ) +(assert (myObject (attribute1 "attr47531") ) ) +(assert (myObject (attribute1 "attr47532") ) ) +(assert (myObject (attribute1 "attr47533") ) ) +(assert (myObject (attribute1 "attr47534") ) ) +(assert (myObject (attribute1 "attr47535") ) ) +(assert (myObject (attribute1 "attr47536") ) ) +(assert (myObject (attribute1 "attr47537") ) ) +(assert (myObject (attribute1 "attr47538") ) ) +(assert (myObject (attribute1 "attr47539") ) ) +(assert (myObject (attribute1 "attr47540") ) ) +(assert (myObject (attribute1 "attr47541") ) ) +(assert (myObject (attribute1 "attr47542") ) ) +(assert (myObject (attribute1 "attr47543") ) ) +(assert (myObject (attribute1 "attr47544") ) ) +(assert (myObject (attribute1 "attr47545") ) ) +(assert (myObject (attribute1 "attr47546") ) ) +(assert (myObject (attribute1 "attr47547") ) ) +(assert (myObject (attribute1 "attr47548") ) ) +(assert (myObject (attribute1 "attr47549") ) ) +(assert (myObject (attribute1 "attr47550") ) ) +(assert (myObject (attribute1 "attr47551") ) ) +(assert (myObject (attribute1 "attr47552") ) ) +(assert (myObject (attribute1 "attr47553") ) ) +(assert (myObject (attribute1 "attr47554") ) ) +(assert (myObject (attribute1 "attr47555") ) ) +(assert (myObject (attribute1 "attr47556") ) ) +(assert (myObject (attribute1 "attr47557") ) ) +(assert (myObject (attribute1 "attr47558") ) ) +(assert (myObject (attribute1 "attr47559") ) ) +(assert (myObject (attribute1 "attr47560") ) ) +(assert (myObject (attribute1 "attr47561") ) ) +(assert (myObject (attribute1 "attr47562") ) ) +(assert (myObject (attribute1 "attr47563") ) ) +(assert (myObject (attribute1 "attr47564") ) ) +(assert (myObject (attribute1 "attr47565") ) ) +(assert (myObject (attribute1 "attr47566") ) ) +(assert (myObject (attribute1 "attr47567") ) ) +(assert (myObject (attribute1 "attr47568") ) ) +(assert (myObject (attribute1 "attr47569") ) ) +(assert (myObject (attribute1 "attr47570") ) ) +(assert (myObject (attribute1 "attr47571") ) ) +(assert (myObject (attribute1 "attr47572") ) ) +(assert (myObject (attribute1 "attr47573") ) ) +(assert (myObject (attribute1 "attr47574") ) ) +(assert (myObject (attribute1 "attr47575") ) ) +(assert (myObject (attribute1 "attr47576") ) ) +(assert (myObject (attribute1 "attr47577") ) ) +(assert (myObject (attribute1 "attr47578") ) ) +(assert (myObject (attribute1 "attr47579") ) ) +(assert (myObject (attribute1 "attr47580") ) ) +(assert (myObject (attribute1 "attr47581") ) ) +(assert (myObject (attribute1 "attr47582") ) ) +(assert (myObject (attribute1 "attr47583") ) ) +(assert (myObject (attribute1 "attr47584") ) ) +(assert (myObject (attribute1 "attr47585") ) ) +(assert (myObject (attribute1 "attr47586") ) ) +(assert (myObject (attribute1 "attr47587") ) ) +(assert (myObject (attribute1 "attr47588") ) ) +(assert (myObject (attribute1 "attr47589") ) ) +(assert (myObject (attribute1 "attr47590") ) ) +(assert (myObject (attribute1 "attr47591") ) ) +(assert (myObject (attribute1 "attr47592") ) ) +(assert (myObject (attribute1 "attr47593") ) ) +(assert (myObject (attribute1 "attr47594") ) ) +(assert (myObject (attribute1 "attr47595") ) ) +(assert (myObject (attribute1 "attr47596") ) ) +(assert (myObject (attribute1 "attr47597") ) ) +(assert (myObject (attribute1 "attr47598") ) ) +(assert (myObject (attribute1 "attr47599") ) ) +(assert (myObject (attribute1 "attr47600") ) ) +(assert (myObject (attribute1 "attr47601") ) ) +(assert (myObject (attribute1 "attr47602") ) ) +(assert (myObject (attribute1 "attr47603") ) ) +(assert (myObject (attribute1 "attr47604") ) ) +(assert (myObject (attribute1 "attr47605") ) ) +(assert (myObject (attribute1 "attr47606") ) ) +(assert (myObject (attribute1 "attr47607") ) ) +(assert (myObject (attribute1 "attr47608") ) ) +(assert (myObject (attribute1 "attr47609") ) ) +(assert (myObject (attribute1 "attr47610") ) ) +(assert (myObject (attribute1 "attr47611") ) ) +(assert (myObject (attribute1 "attr47612") ) ) +(assert (myObject (attribute1 "attr47613") ) ) +(assert (myObject (attribute1 "attr47614") ) ) +(assert (myObject (attribute1 "attr47615") ) ) +(assert (myObject (attribute1 "attr47616") ) ) +(assert (myObject (attribute1 "attr47617") ) ) +(assert (myObject (attribute1 "attr47618") ) ) +(assert (myObject (attribute1 "attr47619") ) ) +(assert (myObject (attribute1 "attr47620") ) ) +(assert (myObject (attribute1 "attr47621") ) ) +(assert (myObject (attribute1 "attr47622") ) ) +(assert (myObject (attribute1 "attr47623") ) ) +(assert (myObject (attribute1 "attr47624") ) ) +(assert (myObject (attribute1 "attr47625") ) ) +(assert (myObject (attribute1 "attr47626") ) ) +(assert (myObject (attribute1 "attr47627") ) ) +(assert (myObject (attribute1 "attr47628") ) ) +(assert (myObject (attribute1 "attr47629") ) ) +(assert (myObject (attribute1 "attr47630") ) ) +(assert (myObject (attribute1 "attr47631") ) ) +(assert (myObject (attribute1 "attr47632") ) ) +(assert (myObject (attribute1 "attr47633") ) ) +(assert (myObject (attribute1 "attr47634") ) ) +(assert (myObject (attribute1 "attr47635") ) ) +(assert (myObject (attribute1 "attr47636") ) ) +(assert (myObject (attribute1 "attr47637") ) ) +(assert (myObject (attribute1 "attr47638") ) ) +(assert (myObject (attribute1 "attr47639") ) ) +(assert (myObject (attribute1 "attr47640") ) ) +(assert (myObject (attribute1 "attr47641") ) ) +(assert (myObject (attribute1 "attr47642") ) ) +(assert (myObject (attribute1 "attr47643") ) ) +(assert (myObject (attribute1 "attr47644") ) ) +(assert (myObject (attribute1 "attr47645") ) ) +(assert (myObject (attribute1 "attr47646") ) ) +(assert (myObject (attribute1 "attr47647") ) ) +(assert (myObject (attribute1 "attr47648") ) ) +(assert (myObject (attribute1 "attr47649") ) ) +(assert (myObject (attribute1 "attr47650") ) ) +(assert (myObject (attribute1 "attr47651") ) ) +(assert (myObject (attribute1 "attr47652") ) ) +(assert (myObject (attribute1 "attr47653") ) ) +(assert (myObject (attribute1 "attr47654") ) ) +(assert (myObject (attribute1 "attr47655") ) ) +(assert (myObject (attribute1 "attr47656") ) ) +(assert (myObject (attribute1 "attr47657") ) ) +(assert (myObject (attribute1 "attr47658") ) ) +(assert (myObject (attribute1 "attr47659") ) ) +(assert (myObject (attribute1 "attr47660") ) ) +(assert (myObject (attribute1 "attr47661") ) ) +(assert (myObject (attribute1 "attr47662") ) ) +(assert (myObject (attribute1 "attr47663") ) ) +(assert (myObject (attribute1 "attr47664") ) ) +(assert (myObject (attribute1 "attr47665") ) ) +(assert (myObject (attribute1 "attr47666") ) ) +(assert (myObject (attribute1 "attr47667") ) ) +(assert (myObject (attribute1 "attr47668") ) ) +(assert (myObject (attribute1 "attr47669") ) ) +(assert (myObject (attribute1 "attr47670") ) ) +(assert (myObject (attribute1 "attr47671") ) ) +(assert (myObject (attribute1 "attr47672") ) ) +(assert (myObject (attribute1 "attr47673") ) ) +(assert (myObject (attribute1 "attr47674") ) ) +(assert (myObject (attribute1 "attr47675") ) ) +(assert (myObject (attribute1 "attr47676") ) ) +(assert (myObject (attribute1 "attr47677") ) ) +(assert (myObject (attribute1 "attr47678") ) ) +(assert (myObject (attribute1 "attr47679") ) ) +(assert (myObject (attribute1 "attr47680") ) ) +(assert (myObject (attribute1 "attr47681") ) ) +(assert (myObject (attribute1 "attr47682") ) ) +(assert (myObject (attribute1 "attr47683") ) ) +(assert (myObject (attribute1 "attr47684") ) ) +(assert (myObject (attribute1 "attr47685") ) ) +(assert (myObject (attribute1 "attr47686") ) ) +(assert (myObject (attribute1 "attr47687") ) ) +(assert (myObject (attribute1 "attr47688") ) ) +(assert (myObject (attribute1 "attr47689") ) ) +(assert (myObject (attribute1 "attr47690") ) ) +(assert (myObject (attribute1 "attr47691") ) ) +(assert (myObject (attribute1 "attr47692") ) ) +(assert (myObject (attribute1 "attr47693") ) ) +(assert (myObject (attribute1 "attr47694") ) ) +(assert (myObject (attribute1 "attr47695") ) ) +(assert (myObject (attribute1 "attr47696") ) ) +(assert (myObject (attribute1 "attr47697") ) ) +(assert (myObject (attribute1 "attr47698") ) ) +(assert (myObject (attribute1 "attr47699") ) ) +(assert (myObject (attribute1 "attr47700") ) ) +(assert (myObject (attribute1 "attr47701") ) ) +(assert (myObject (attribute1 "attr47702") ) ) +(assert (myObject (attribute1 "attr47703") ) ) +(assert (myObject (attribute1 "attr47704") ) ) +(assert (myObject (attribute1 "attr47705") ) ) +(assert (myObject (attribute1 "attr47706") ) ) +(assert (myObject (attribute1 "attr47707") ) ) +(assert (myObject (attribute1 "attr47708") ) ) +(assert (myObject (attribute1 "attr47709") ) ) +(assert (myObject (attribute1 "attr47710") ) ) +(assert (myObject (attribute1 "attr47711") ) ) +(assert (myObject (attribute1 "attr47712") ) ) +(assert (myObject (attribute1 "attr47713") ) ) +(assert (myObject (attribute1 "attr47714") ) ) +(assert (myObject (attribute1 "attr47715") ) ) +(assert (myObject (attribute1 "attr47716") ) ) +(assert (myObject (attribute1 "attr47717") ) ) +(assert (myObject (attribute1 "attr47718") ) ) +(assert (myObject (attribute1 "attr47719") ) ) +(assert (myObject (attribute1 "attr47720") ) ) +(assert (myObject (attribute1 "attr47721") ) ) +(assert (myObject (attribute1 "attr47722") ) ) +(assert (myObject (attribute1 "attr47723") ) ) +(assert (myObject (attribute1 "attr47724") ) ) +(assert (myObject (attribute1 "attr47725") ) ) +(assert (myObject (attribute1 "attr47726") ) ) +(assert (myObject (attribute1 "attr47727") ) ) +(assert (myObject (attribute1 "attr47728") ) ) +(assert (myObject (attribute1 "attr47729") ) ) +(assert (myObject (attribute1 "attr47730") ) ) +(assert (myObject (attribute1 "attr47731") ) ) +(assert (myObject (attribute1 "attr47732") ) ) +(assert (myObject (attribute1 "attr47733") ) ) +(assert (myObject (attribute1 "attr47734") ) ) +(assert (myObject (attribute1 "attr47735") ) ) +(assert (myObject (attribute1 "attr47736") ) ) +(assert (myObject (attribute1 "attr47737") ) ) +(assert (myObject (attribute1 "attr47738") ) ) +(assert (myObject (attribute1 "attr47739") ) ) +(assert (myObject (attribute1 "attr47740") ) ) +(assert (myObject (attribute1 "attr47741") ) ) +(assert (myObject (attribute1 "attr47742") ) ) +(assert (myObject (attribute1 "attr47743") ) ) +(assert (myObject (attribute1 "attr47744") ) ) +(assert (myObject (attribute1 "attr47745") ) ) +(assert (myObject (attribute1 "attr47746") ) ) +(assert (myObject (attribute1 "attr47747") ) ) +(assert (myObject (attribute1 "attr47748") ) ) +(assert (myObject (attribute1 "attr47749") ) ) +(assert (myObject (attribute1 "attr47750") ) ) +(assert (myObject (attribute1 "attr47751") ) ) +(assert (myObject (attribute1 "attr47752") ) ) +(assert (myObject (attribute1 "attr47753") ) ) +(assert (myObject (attribute1 "attr47754") ) ) +(assert (myObject (attribute1 "attr47755") ) ) +(assert (myObject (attribute1 "attr47756") ) ) +(assert (myObject (attribute1 "attr47757") ) ) +(assert (myObject (attribute1 "attr47758") ) ) +(assert (myObject (attribute1 "attr47759") ) ) +(assert (myObject (attribute1 "attr47760") ) ) +(assert (myObject (attribute1 "attr47761") ) ) +(assert (myObject (attribute1 "attr47762") ) ) +(assert (myObject (attribute1 "attr47763") ) ) +(assert (myObject (attribute1 "attr47764") ) ) +(assert (myObject (attribute1 "attr47765") ) ) +(assert (myObject (attribute1 "attr47766") ) ) +(assert (myObject (attribute1 "attr47767") ) ) +(assert (myObject (attribute1 "attr47768") ) ) +(assert (myObject (attribute1 "attr47769") ) ) +(assert (myObject (attribute1 "attr47770") ) ) +(assert (myObject (attribute1 "attr47771") ) ) +(assert (myObject (attribute1 "attr47772") ) ) +(assert (myObject (attribute1 "attr47773") ) ) +(assert (myObject (attribute1 "attr47774") ) ) +(assert (myObject (attribute1 "attr47775") ) ) +(assert (myObject (attribute1 "attr47776") ) ) +(assert (myObject (attribute1 "attr47777") ) ) +(assert (myObject (attribute1 "attr47778") ) ) +(assert (myObject (attribute1 "attr47779") ) ) +(assert (myObject (attribute1 "attr47780") ) ) +(assert (myObject (attribute1 "attr47781") ) ) +(assert (myObject (attribute1 "attr47782") ) ) +(assert (myObject (attribute1 "attr47783") ) ) +(assert (myObject (attribute1 "attr47784") ) ) +(assert (myObject (attribute1 "attr47785") ) ) +(assert (myObject (attribute1 "attr47786") ) ) +(assert (myObject (attribute1 "attr47787") ) ) +(assert (myObject (attribute1 "attr47788") ) ) +(assert (myObject (attribute1 "attr47789") ) ) +(assert (myObject (attribute1 "attr47790") ) ) +(assert (myObject (attribute1 "attr47791") ) ) +(assert (myObject (attribute1 "attr47792") ) ) +(assert (myObject (attribute1 "attr47793") ) ) +(assert (myObject (attribute1 "attr47794") ) ) +(assert (myObject (attribute1 "attr47795") ) ) +(assert (myObject (attribute1 "attr47796") ) ) +(assert (myObject (attribute1 "attr47797") ) ) +(assert (myObject (attribute1 "attr47798") ) ) +(assert (myObject (attribute1 "attr47799") ) ) +(assert (myObject (attribute1 "attr47800") ) ) +(assert (myObject (attribute1 "attr47801") ) ) +(assert (myObject (attribute1 "attr47802") ) ) +(assert (myObject (attribute1 "attr47803") ) ) +(assert (myObject (attribute1 "attr47804") ) ) +(assert (myObject (attribute1 "attr47805") ) ) +(assert (myObject (attribute1 "attr47806") ) ) +(assert (myObject (attribute1 "attr47807") ) ) +(assert (myObject (attribute1 "attr47808") ) ) +(assert (myObject (attribute1 "attr47809") ) ) +(assert (myObject (attribute1 "attr47810") ) ) +(assert (myObject (attribute1 "attr47811") ) ) +(assert (myObject (attribute1 "attr47812") ) ) +(assert (myObject (attribute1 "attr47813") ) ) +(assert (myObject (attribute1 "attr47814") ) ) +(assert (myObject (attribute1 "attr47815") ) ) +(assert (myObject (attribute1 "attr47816") ) ) +(assert (myObject (attribute1 "attr47817") ) ) +(assert (myObject (attribute1 "attr47818") ) ) +(assert (myObject (attribute1 "attr47819") ) ) +(assert (myObject (attribute1 "attr47820") ) ) +(assert (myObject (attribute1 "attr47821") ) ) +(assert (myObject (attribute1 "attr47822") ) ) +(assert (myObject (attribute1 "attr47823") ) ) +(assert (myObject (attribute1 "attr47824") ) ) +(assert (myObject (attribute1 "attr47825") ) ) +(assert (myObject (attribute1 "attr47826") ) ) +(assert (myObject (attribute1 "attr47827") ) ) +(assert (myObject (attribute1 "attr47828") ) ) +(assert (myObject (attribute1 "attr47829") ) ) +(assert (myObject (attribute1 "attr47830") ) ) +(assert (myObject (attribute1 "attr47831") ) ) +(assert (myObject (attribute1 "attr47832") ) ) +(assert (myObject (attribute1 "attr47833") ) ) +(assert (myObject (attribute1 "attr47834") ) ) +(assert (myObject (attribute1 "attr47835") ) ) +(assert (myObject (attribute1 "attr47836") ) ) +(assert (myObject (attribute1 "attr47837") ) ) +(assert (myObject (attribute1 "attr47838") ) ) +(assert (myObject (attribute1 "attr47839") ) ) +(assert (myObject (attribute1 "attr47840") ) ) +(assert (myObject (attribute1 "attr47841") ) ) +(assert (myObject (attribute1 "attr47842") ) ) +(assert (myObject (attribute1 "attr47843") ) ) +(assert (myObject (attribute1 "attr47844") ) ) +(assert (myObject (attribute1 "attr47845") ) ) +(assert (myObject (attribute1 "attr47846") ) ) +(assert (myObject (attribute1 "attr47847") ) ) +(assert (myObject (attribute1 "attr47848") ) ) +(assert (myObject (attribute1 "attr47849") ) ) +(assert (myObject (attribute1 "attr47850") ) ) +(assert (myObject (attribute1 "attr47851") ) ) +(assert (myObject (attribute1 "attr47852") ) ) +(assert (myObject (attribute1 "attr47853") ) ) +(assert (myObject (attribute1 "attr47854") ) ) +(assert (myObject (attribute1 "attr47855") ) ) +(assert (myObject (attribute1 "attr47856") ) ) +(assert (myObject (attribute1 "attr47857") ) ) +(assert (myObject (attribute1 "attr47858") ) ) +(assert (myObject (attribute1 "attr47859") ) ) +(assert (myObject (attribute1 "attr47860") ) ) +(assert (myObject (attribute1 "attr47861") ) ) +(assert (myObject (attribute1 "attr47862") ) ) +(assert (myObject (attribute1 "attr47863") ) ) +(assert (myObject (attribute1 "attr47864") ) ) +(assert (myObject (attribute1 "attr47865") ) ) +(assert (myObject (attribute1 "attr47866") ) ) +(assert (myObject (attribute1 "attr47867") ) ) +(assert (myObject (attribute1 "attr47868") ) ) +(assert (myObject (attribute1 "attr47869") ) ) +(assert (myObject (attribute1 "attr47870") ) ) +(assert (myObject (attribute1 "attr47871") ) ) +(assert (myObject (attribute1 "attr47872") ) ) +(assert (myObject (attribute1 "attr47873") ) ) +(assert (myObject (attribute1 "attr47874") ) ) +(assert (myObject (attribute1 "attr47875") ) ) +(assert (myObject (attribute1 "attr47876") ) ) +(assert (myObject (attribute1 "attr47877") ) ) +(assert (myObject (attribute1 "attr47878") ) ) +(assert (myObject (attribute1 "attr47879") ) ) +(assert (myObject (attribute1 "attr47880") ) ) +(assert (myObject (attribute1 "attr47881") ) ) +(assert (myObject (attribute1 "attr47882") ) ) +(assert (myObject (attribute1 "attr47883") ) ) +(assert (myObject (attribute1 "attr47884") ) ) +(assert (myObject (attribute1 "attr47885") ) ) +(assert (myObject (attribute1 "attr47886") ) ) +(assert (myObject (attribute1 "attr47887") ) ) +(assert (myObject (attribute1 "attr47888") ) ) +(assert (myObject (attribute1 "attr47889") ) ) +(assert (myObject (attribute1 "attr47890") ) ) +(assert (myObject (attribute1 "attr47891") ) ) +(assert (myObject (attribute1 "attr47892") ) ) +(assert (myObject (attribute1 "attr47893") ) ) +(assert (myObject (attribute1 "attr47894") ) ) +(assert (myObject (attribute1 "attr47895") ) ) +(assert (myObject (attribute1 "attr47896") ) ) +(assert (myObject (attribute1 "attr47897") ) ) +(assert (myObject (attribute1 "attr47898") ) ) +(assert (myObject (attribute1 "attr47899") ) ) +(assert (myObject (attribute1 "attr47900") ) ) +(assert (myObject (attribute1 "attr47901") ) ) +(assert (myObject (attribute1 "attr47902") ) ) +(assert (myObject (attribute1 "attr47903") ) ) +(assert (myObject (attribute1 "attr47904") ) ) +(assert (myObject (attribute1 "attr47905") ) ) +(assert (myObject (attribute1 "attr47906") ) ) +(assert (myObject (attribute1 "attr47907") ) ) +(assert (myObject (attribute1 "attr47908") ) ) +(assert (myObject (attribute1 "attr47909") ) ) +(assert (myObject (attribute1 "attr47910") ) ) +(assert (myObject (attribute1 "attr47911") ) ) +(assert (myObject (attribute1 "attr47912") ) ) +(assert (myObject (attribute1 "attr47913") ) ) +(assert (myObject (attribute1 "attr47914") ) ) +(assert (myObject (attribute1 "attr47915") ) ) +(assert (myObject (attribute1 "attr47916") ) ) +(assert (myObject (attribute1 "attr47917") ) ) +(assert (myObject (attribute1 "attr47918") ) ) +(assert (myObject (attribute1 "attr47919") ) ) +(assert (myObject (attribute1 "attr47920") ) ) +(assert (myObject (attribute1 "attr47921") ) ) +(assert (myObject (attribute1 "attr47922") ) ) +(assert (myObject (attribute1 "attr47923") ) ) +(assert (myObject (attribute1 "attr47924") ) ) +(assert (myObject (attribute1 "attr47925") ) ) +(assert (myObject (attribute1 "attr47926") ) ) +(assert (myObject (attribute1 "attr47927") ) ) +(assert (myObject (attribute1 "attr47928") ) ) +(assert (myObject (attribute1 "attr47929") ) ) +(assert (myObject (attribute1 "attr47930") ) ) +(assert (myObject (attribute1 "attr47931") ) ) +(assert (myObject (attribute1 "attr47932") ) ) +(assert (myObject (attribute1 "attr47933") ) ) +(assert (myObject (attribute1 "attr47934") ) ) +(assert (myObject (attribute1 "attr47935") ) ) +(assert (myObject (attribute1 "attr47936") ) ) +(assert (myObject (attribute1 "attr47937") ) ) +(assert (myObject (attribute1 "attr47938") ) ) +(assert (myObject (attribute1 "attr47939") ) ) +(assert (myObject (attribute1 "attr47940") ) ) +(assert (myObject (attribute1 "attr47941") ) ) +(assert (myObject (attribute1 "attr47942") ) ) +(assert (myObject (attribute1 "attr47943") ) ) +(assert (myObject (attribute1 "attr47944") ) ) +(assert (myObject (attribute1 "attr47945") ) ) +(assert (myObject (attribute1 "attr47946") ) ) +(assert (myObject (attribute1 "attr47947") ) ) +(assert (myObject (attribute1 "attr47948") ) ) +(assert (myObject (attribute1 "attr47949") ) ) +(assert (myObject (attribute1 "attr47950") ) ) +(assert (myObject (attribute1 "attr47951") ) ) +(assert (myObject (attribute1 "attr47952") ) ) +(assert (myObject (attribute1 "attr47953") ) ) +(assert (myObject (attribute1 "attr47954") ) ) +(assert (myObject (attribute1 "attr47955") ) ) +(assert (myObject (attribute1 "attr47956") ) ) +(assert (myObject (attribute1 "attr47957") ) ) +(assert (myObject (attribute1 "attr47958") ) ) +(assert (myObject (attribute1 "attr47959") ) ) +(assert (myObject (attribute1 "attr47960") ) ) +(assert (myObject (attribute1 "attr47961") ) ) +(assert (myObject (attribute1 "attr47962") ) ) +(assert (myObject (attribute1 "attr47963") ) ) +(assert (myObject (attribute1 "attr47964") ) ) +(assert (myObject (attribute1 "attr47965") ) ) +(assert (myObject (attribute1 "attr47966") ) ) +(assert (myObject (attribute1 "attr47967") ) ) +(assert (myObject (attribute1 "attr47968") ) ) +(assert (myObject (attribute1 "attr47969") ) ) +(assert (myObject (attribute1 "attr47970") ) ) +(assert (myObject (attribute1 "attr47971") ) ) +(assert (myObject (attribute1 "attr47972") ) ) +(assert (myObject (attribute1 "attr47973") ) ) +(assert (myObject (attribute1 "attr47974") ) ) +(assert (myObject (attribute1 "attr47975") ) ) +(assert (myObject (attribute1 "attr47976") ) ) +(assert (myObject (attribute1 "attr47977") ) ) +(assert (myObject (attribute1 "attr47978") ) ) +(assert (myObject (attribute1 "attr47979") ) ) +(assert (myObject (attribute1 "attr47980") ) ) +(assert (myObject (attribute1 "attr47981") ) ) +(assert (myObject (attribute1 "attr47982") ) ) +(assert (myObject (attribute1 "attr47983") ) ) +(assert (myObject (attribute1 "attr47984") ) ) +(assert (myObject (attribute1 "attr47985") ) ) +(assert (myObject (attribute1 "attr47986") ) ) +(assert (myObject (attribute1 "attr47987") ) ) +(assert (myObject (attribute1 "attr47988") ) ) +(assert (myObject (attribute1 "attr47989") ) ) +(assert (myObject (attribute1 "attr47990") ) ) +(assert (myObject (attribute1 "attr47991") ) ) +(assert (myObject (attribute1 "attr47992") ) ) +(assert (myObject (attribute1 "attr47993") ) ) +(assert (myObject (attribute1 "attr47994") ) ) +(assert (myObject (attribute1 "attr47995") ) ) +(assert (myObject (attribute1 "attr47996") ) ) +(assert (myObject (attribute1 "attr47997") ) ) +(assert (myObject (attribute1 "attr47998") ) ) +(assert (myObject (attribute1 "attr47999") ) ) +(assert (myObject (attribute1 "attr48000") ) ) +(assert (myObject (attribute1 "attr48001") ) ) +(assert (myObject (attribute1 "attr48002") ) ) +(assert (myObject (attribute1 "attr48003") ) ) +(assert (myObject (attribute1 "attr48004") ) ) +(assert (myObject (attribute1 "attr48005") ) ) +(assert (myObject (attribute1 "attr48006") ) ) +(assert (myObject (attribute1 "attr48007") ) ) +(assert (myObject (attribute1 "attr48008") ) ) +(assert (myObject (attribute1 "attr48009") ) ) +(assert (myObject (attribute1 "attr48010") ) ) +(assert (myObject (attribute1 "attr48011") ) ) +(assert (myObject (attribute1 "attr48012") ) ) +(assert (myObject (attribute1 "attr48013") ) ) +(assert (myObject (attribute1 "attr48014") ) ) +(assert (myObject (attribute1 "attr48015") ) ) +(assert (myObject (attribute1 "attr48016") ) ) +(assert (myObject (attribute1 "attr48017") ) ) +(assert (myObject (attribute1 "attr48018") ) ) +(assert (myObject (attribute1 "attr48019") ) ) +(assert (myObject (attribute1 "attr48020") ) ) +(assert (myObject (attribute1 "attr48021") ) ) +(assert (myObject (attribute1 "attr48022") ) ) +(assert (myObject (attribute1 "attr48023") ) ) +(assert (myObject (attribute1 "attr48024") ) ) +(assert (myObject (attribute1 "attr48025") ) ) +(assert (myObject (attribute1 "attr48026") ) ) +(assert (myObject (attribute1 "attr48027") ) ) +(assert (myObject (attribute1 "attr48028") ) ) +(assert (myObject (attribute1 "attr48029") ) ) +(assert (myObject (attribute1 "attr48030") ) ) +(assert (myObject (attribute1 "attr48031") ) ) +(assert (myObject (attribute1 "attr48032") ) ) +(assert (myObject (attribute1 "attr48033") ) ) +(assert (myObject (attribute1 "attr48034") ) ) +(assert (myObject (attribute1 "attr48035") ) ) +(assert (myObject (attribute1 "attr48036") ) ) +(assert (myObject (attribute1 "attr48037") ) ) +(assert (myObject (attribute1 "attr48038") ) ) +(assert (myObject (attribute1 "attr48039") ) ) +(assert (myObject (attribute1 "attr48040") ) ) +(assert (myObject (attribute1 "attr48041") ) ) +(assert (myObject (attribute1 "attr48042") ) ) +(assert (myObject (attribute1 "attr48043") ) ) +(assert (myObject (attribute1 "attr48044") ) ) +(assert (myObject (attribute1 "attr48045") ) ) +(assert (myObject (attribute1 "attr48046") ) ) +(assert (myObject (attribute1 "attr48047") ) ) +(assert (myObject (attribute1 "attr48048") ) ) +(assert (myObject (attribute1 "attr48049") ) ) +(assert (myObject (attribute1 "attr48050") ) ) +(assert (myObject (attribute1 "attr48051") ) ) +(assert (myObject (attribute1 "attr48052") ) ) +(assert (myObject (attribute1 "attr48053") ) ) +(assert (myObject (attribute1 "attr48054") ) ) +(assert (myObject (attribute1 "attr48055") ) ) +(assert (myObject (attribute1 "attr48056") ) ) +(assert (myObject (attribute1 "attr48057") ) ) +(assert (myObject (attribute1 "attr48058") ) ) +(assert (myObject (attribute1 "attr48059") ) ) +(assert (myObject (attribute1 "attr48060") ) ) +(assert (myObject (attribute1 "attr48061") ) ) +(assert (myObject (attribute1 "attr48062") ) ) +(assert (myObject (attribute1 "attr48063") ) ) +(assert (myObject (attribute1 "attr48064") ) ) +(assert (myObject (attribute1 "attr48065") ) ) +(assert (myObject (attribute1 "attr48066") ) ) +(assert (myObject (attribute1 "attr48067") ) ) +(assert (myObject (attribute1 "attr48068") ) ) +(assert (myObject (attribute1 "attr48069") ) ) +(assert (myObject (attribute1 "attr48070") ) ) +(assert (myObject (attribute1 "attr48071") ) ) +(assert (myObject (attribute1 "attr48072") ) ) +(assert (myObject (attribute1 "attr48073") ) ) +(assert (myObject (attribute1 "attr48074") ) ) +(assert (myObject (attribute1 "attr48075") ) ) +(assert (myObject (attribute1 "attr48076") ) ) +(assert (myObject (attribute1 "attr48077") ) ) +(assert (myObject (attribute1 "attr48078") ) ) +(assert (myObject (attribute1 "attr48079") ) ) +(assert (myObject (attribute1 "attr48080") ) ) +(assert (myObject (attribute1 "attr48081") ) ) +(assert (myObject (attribute1 "attr48082") ) ) +(assert (myObject (attribute1 "attr48083") ) ) +(assert (myObject (attribute1 "attr48084") ) ) +(assert (myObject (attribute1 "attr48085") ) ) +(assert (myObject (attribute1 "attr48086") ) ) +(assert (myObject (attribute1 "attr48087") ) ) +(assert (myObject (attribute1 "attr48088") ) ) +(assert (myObject (attribute1 "attr48089") ) ) +(assert (myObject (attribute1 "attr48090") ) ) +(assert (myObject (attribute1 "attr48091") ) ) +(assert (myObject (attribute1 "attr48092") ) ) +(assert (myObject (attribute1 "attr48093") ) ) +(assert (myObject (attribute1 "attr48094") ) ) +(assert (myObject (attribute1 "attr48095") ) ) +(assert (myObject (attribute1 "attr48096") ) ) +(assert (myObject (attribute1 "attr48097") ) ) +(assert (myObject (attribute1 "attr48098") ) ) +(assert (myObject (attribute1 "attr48099") ) ) +(assert (myObject (attribute1 "attr48100") ) ) +(assert (myObject (attribute1 "attr48101") ) ) +(assert (myObject (attribute1 "attr48102") ) ) +(assert (myObject (attribute1 "attr48103") ) ) +(assert (myObject (attribute1 "attr48104") ) ) +(assert (myObject (attribute1 "attr48105") ) ) +(assert (myObject (attribute1 "attr48106") ) ) +(assert (myObject (attribute1 "attr48107") ) ) +(assert (myObject (attribute1 "attr48108") ) ) +(assert (myObject (attribute1 "attr48109") ) ) +(assert (myObject (attribute1 "attr48110") ) ) +(assert (myObject (attribute1 "attr48111") ) ) +(assert (myObject (attribute1 "attr48112") ) ) +(assert (myObject (attribute1 "attr48113") ) ) +(assert (myObject (attribute1 "attr48114") ) ) +(assert (myObject (attribute1 "attr48115") ) ) +(assert (myObject (attribute1 "attr48116") ) ) +(assert (myObject (attribute1 "attr48117") ) ) +(assert (myObject (attribute1 "attr48118") ) ) +(assert (myObject (attribute1 "attr48119") ) ) +(assert (myObject (attribute1 "attr48120") ) ) +(assert (myObject (attribute1 "attr48121") ) ) +(assert (myObject (attribute1 "attr48122") ) ) +(assert (myObject (attribute1 "attr48123") ) ) +(assert (myObject (attribute1 "attr48124") ) ) +(assert (myObject (attribute1 "attr48125") ) ) +(assert (myObject (attribute1 "attr48126") ) ) +(assert (myObject (attribute1 "attr48127") ) ) +(assert (myObject (attribute1 "attr48128") ) ) +(assert (myObject (attribute1 "attr48129") ) ) +(assert (myObject (attribute1 "attr48130") ) ) +(assert (myObject (attribute1 "attr48131") ) ) +(assert (myObject (attribute1 "attr48132") ) ) +(assert (myObject (attribute1 "attr48133") ) ) +(assert (myObject (attribute1 "attr48134") ) ) +(assert (myObject (attribute1 "attr48135") ) ) +(assert (myObject (attribute1 "attr48136") ) ) +(assert (myObject (attribute1 "attr48137") ) ) +(assert (myObject (attribute1 "attr48138") ) ) +(assert (myObject (attribute1 "attr48139") ) ) +(assert (myObject (attribute1 "attr48140") ) ) +(assert (myObject (attribute1 "attr48141") ) ) +(assert (myObject (attribute1 "attr48142") ) ) +(assert (myObject (attribute1 "attr48143") ) ) +(assert (myObject (attribute1 "attr48144") ) ) +(assert (myObject (attribute1 "attr48145") ) ) +(assert (myObject (attribute1 "attr48146") ) ) +(assert (myObject (attribute1 "attr48147") ) ) +(assert (myObject (attribute1 "attr48148") ) ) +(assert (myObject (attribute1 "attr48149") ) ) +(assert (myObject (attribute1 "attr48150") ) ) +(assert (myObject (attribute1 "attr48151") ) ) +(assert (myObject (attribute1 "attr48152") ) ) +(assert (myObject (attribute1 "attr48153") ) ) +(assert (myObject (attribute1 "attr48154") ) ) +(assert (myObject (attribute1 "attr48155") ) ) +(assert (myObject (attribute1 "attr48156") ) ) +(assert (myObject (attribute1 "attr48157") ) ) +(assert (myObject (attribute1 "attr48158") ) ) +(assert (myObject (attribute1 "attr48159") ) ) +(assert (myObject (attribute1 "attr48160") ) ) +(assert (myObject (attribute1 "attr48161") ) ) +(assert (myObject (attribute1 "attr48162") ) ) +(assert (myObject (attribute1 "attr48163") ) ) +(assert (myObject (attribute1 "attr48164") ) ) +(assert (myObject (attribute1 "attr48165") ) ) +(assert (myObject (attribute1 "attr48166") ) ) +(assert (myObject (attribute1 "attr48167") ) ) +(assert (myObject (attribute1 "attr48168") ) ) +(assert (myObject (attribute1 "attr48169") ) ) +(assert (myObject (attribute1 "attr48170") ) ) +(assert (myObject (attribute1 "attr48171") ) ) +(assert (myObject (attribute1 "attr48172") ) ) +(assert (myObject (attribute1 "attr48173") ) ) +(assert (myObject (attribute1 "attr48174") ) ) +(assert (myObject (attribute1 "attr48175") ) ) +(assert (myObject (attribute1 "attr48176") ) ) +(assert (myObject (attribute1 "attr48177") ) ) +(assert (myObject (attribute1 "attr48178") ) ) +(assert (myObject (attribute1 "attr48179") ) ) +(assert (myObject (attribute1 "attr48180") ) ) +(assert (myObject (attribute1 "attr48181") ) ) +(assert (myObject (attribute1 "attr48182") ) ) +(assert (myObject (attribute1 "attr48183") ) ) +(assert (myObject (attribute1 "attr48184") ) ) +(assert (myObject (attribute1 "attr48185") ) ) +(assert (myObject (attribute1 "attr48186") ) ) +(assert (myObject (attribute1 "attr48187") ) ) +(assert (myObject (attribute1 "attr48188") ) ) +(assert (myObject (attribute1 "attr48189") ) ) +(assert (myObject (attribute1 "attr48190") ) ) +(assert (myObject (attribute1 "attr48191") ) ) +(assert (myObject (attribute1 "attr48192") ) ) +(assert (myObject (attribute1 "attr48193") ) ) +(assert (myObject (attribute1 "attr48194") ) ) +(assert (myObject (attribute1 "attr48195") ) ) +(assert (myObject (attribute1 "attr48196") ) ) +(assert (myObject (attribute1 "attr48197") ) ) +(assert (myObject (attribute1 "attr48198") ) ) +(assert (myObject (attribute1 "attr48199") ) ) +(assert (myObject (attribute1 "attr48200") ) ) +(assert (myObject (attribute1 "attr48201") ) ) +(assert (myObject (attribute1 "attr48202") ) ) +(assert (myObject (attribute1 "attr48203") ) ) +(assert (myObject (attribute1 "attr48204") ) ) +(assert (myObject (attribute1 "attr48205") ) ) +(assert (myObject (attribute1 "attr48206") ) ) +(assert (myObject (attribute1 "attr48207") ) ) +(assert (myObject (attribute1 "attr48208") ) ) +(assert (myObject (attribute1 "attr48209") ) ) +(assert (myObject (attribute1 "attr48210") ) ) +(assert (myObject (attribute1 "attr48211") ) ) +(assert (myObject (attribute1 "attr48212") ) ) +(assert (myObject (attribute1 "attr48213") ) ) +(assert (myObject (attribute1 "attr48214") ) ) +(assert (myObject (attribute1 "attr48215") ) ) +(assert (myObject (attribute1 "attr48216") ) ) +(assert (myObject (attribute1 "attr48217") ) ) +(assert (myObject (attribute1 "attr48218") ) ) +(assert (myObject (attribute1 "attr48219") ) ) +(assert (myObject (attribute1 "attr48220") ) ) +(assert (myObject (attribute1 "attr48221") ) ) +(assert (myObject (attribute1 "attr48222") ) ) +(assert (myObject (attribute1 "attr48223") ) ) +(assert (myObject (attribute1 "attr48224") ) ) +(assert (myObject (attribute1 "attr48225") ) ) +(assert (myObject (attribute1 "attr48226") ) ) +(assert (myObject (attribute1 "attr48227") ) ) +(assert (myObject (attribute1 "attr48228") ) ) +(assert (myObject (attribute1 "attr48229") ) ) +(assert (myObject (attribute1 "attr48230") ) ) +(assert (myObject (attribute1 "attr48231") ) ) +(assert (myObject (attribute1 "attr48232") ) ) +(assert (myObject (attribute1 "attr48233") ) ) +(assert (myObject (attribute1 "attr48234") ) ) +(assert (myObject (attribute1 "attr48235") ) ) +(assert (myObject (attribute1 "attr48236") ) ) +(assert (myObject (attribute1 "attr48237") ) ) +(assert (myObject (attribute1 "attr48238") ) ) +(assert (myObject (attribute1 "attr48239") ) ) +(assert (myObject (attribute1 "attr48240") ) ) +(assert (myObject (attribute1 "attr48241") ) ) +(assert (myObject (attribute1 "attr48242") ) ) +(assert (myObject (attribute1 "attr48243") ) ) +(assert (myObject (attribute1 "attr48244") ) ) +(assert (myObject (attribute1 "attr48245") ) ) +(assert (myObject (attribute1 "attr48246") ) ) +(assert (myObject (attribute1 "attr48247") ) ) +(assert (myObject (attribute1 "attr48248") ) ) +(assert (myObject (attribute1 "attr48249") ) ) +(assert (myObject (attribute1 "attr48250") ) ) +(assert (myObject (attribute1 "attr48251") ) ) +(assert (myObject (attribute1 "attr48252") ) ) +(assert (myObject (attribute1 "attr48253") ) ) +(assert (myObject (attribute1 "attr48254") ) ) +(assert (myObject (attribute1 "attr48255") ) ) +(assert (myObject (attribute1 "attr48256") ) ) +(assert (myObject (attribute1 "attr48257") ) ) +(assert (myObject (attribute1 "attr48258") ) ) +(assert (myObject (attribute1 "attr48259") ) ) +(assert (myObject (attribute1 "attr48260") ) ) +(assert (myObject (attribute1 "attr48261") ) ) +(assert (myObject (attribute1 "attr48262") ) ) +(assert (myObject (attribute1 "attr48263") ) ) +(assert (myObject (attribute1 "attr48264") ) ) +(assert (myObject (attribute1 "attr48265") ) ) +(assert (myObject (attribute1 "attr48266") ) ) +(assert (myObject (attribute1 "attr48267") ) ) +(assert (myObject (attribute1 "attr48268") ) ) +(assert (myObject (attribute1 "attr48269") ) ) +(assert (myObject (attribute1 "attr48270") ) ) +(assert (myObject (attribute1 "attr48271") ) ) +(assert (myObject (attribute1 "attr48272") ) ) +(assert (myObject (attribute1 "attr48273") ) ) +(assert (myObject (attribute1 "attr48274") ) ) +(assert (myObject (attribute1 "attr48275") ) ) +(assert (myObject (attribute1 "attr48276") ) ) +(assert (myObject (attribute1 "attr48277") ) ) +(assert (myObject (attribute1 "attr48278") ) ) +(assert (myObject (attribute1 "attr48279") ) ) +(assert (myObject (attribute1 "attr48280") ) ) +(assert (myObject (attribute1 "attr48281") ) ) +(assert (myObject (attribute1 "attr48282") ) ) +(assert (myObject (attribute1 "attr48283") ) ) +(assert (myObject (attribute1 "attr48284") ) ) +(assert (myObject (attribute1 "attr48285") ) ) +(assert (myObject (attribute1 "attr48286") ) ) +(assert (myObject (attribute1 "attr48287") ) ) +(assert (myObject (attribute1 "attr48288") ) ) +(assert (myObject (attribute1 "attr48289") ) ) +(assert (myObject (attribute1 "attr48290") ) ) +(assert (myObject (attribute1 "attr48291") ) ) +(assert (myObject (attribute1 "attr48292") ) ) +(assert (myObject (attribute1 "attr48293") ) ) +(assert (myObject (attribute1 "attr48294") ) ) +(assert (myObject (attribute1 "attr48295") ) ) +(assert (myObject (attribute1 "attr48296") ) ) +(assert (myObject (attribute1 "attr48297") ) ) +(assert (myObject (attribute1 "attr48298") ) ) +(assert (myObject (attribute1 "attr48299") ) ) +(assert (myObject (attribute1 "attr48300") ) ) +(assert (myObject (attribute1 "attr48301") ) ) +(assert (myObject (attribute1 "attr48302") ) ) +(assert (myObject (attribute1 "attr48303") ) ) +(assert (myObject (attribute1 "attr48304") ) ) +(assert (myObject (attribute1 "attr48305") ) ) +(assert (myObject (attribute1 "attr48306") ) ) +(assert (myObject (attribute1 "attr48307") ) ) +(assert (myObject (attribute1 "attr48308") ) ) +(assert (myObject (attribute1 "attr48309") ) ) +(assert (myObject (attribute1 "attr48310") ) ) +(assert (myObject (attribute1 "attr48311") ) ) +(assert (myObject (attribute1 "attr48312") ) ) +(assert (myObject (attribute1 "attr48313") ) ) +(assert (myObject (attribute1 "attr48314") ) ) +(assert (myObject (attribute1 "attr48315") ) ) +(assert (myObject (attribute1 "attr48316") ) ) +(assert (myObject (attribute1 "attr48317") ) ) +(assert (myObject (attribute1 "attr48318") ) ) +(assert (myObject (attribute1 "attr48319") ) ) +(assert (myObject (attribute1 "attr48320") ) ) +(assert (myObject (attribute1 "attr48321") ) ) +(assert (myObject (attribute1 "attr48322") ) ) +(assert (myObject (attribute1 "attr48323") ) ) +(assert (myObject (attribute1 "attr48324") ) ) +(assert (myObject (attribute1 "attr48325") ) ) +(assert (myObject (attribute1 "attr48326") ) ) +(assert (myObject (attribute1 "attr48327") ) ) +(assert (myObject (attribute1 "attr48328") ) ) +(assert (myObject (attribute1 "attr48329") ) ) +(assert (myObject (attribute1 "attr48330") ) ) +(assert (myObject (attribute1 "attr48331") ) ) +(assert (myObject (attribute1 "attr48332") ) ) +(assert (myObject (attribute1 "attr48333") ) ) +(assert (myObject (attribute1 "attr48334") ) ) +(assert (myObject (attribute1 "attr48335") ) ) +(assert (myObject (attribute1 "attr48336") ) ) +(assert (myObject (attribute1 "attr48337") ) ) +(assert (myObject (attribute1 "attr48338") ) ) +(assert (myObject (attribute1 "attr48339") ) ) +(assert (myObject (attribute1 "attr48340") ) ) +(assert (myObject (attribute1 "attr48341") ) ) +(assert (myObject (attribute1 "attr48342") ) ) +(assert (myObject (attribute1 "attr48343") ) ) +(assert (myObject (attribute1 "attr48344") ) ) +(assert (myObject (attribute1 "attr48345") ) ) +(assert (myObject (attribute1 "attr48346") ) ) +(assert (myObject (attribute1 "attr48347") ) ) +(assert (myObject (attribute1 "attr48348") ) ) +(assert (myObject (attribute1 "attr48349") ) ) +(assert (myObject (attribute1 "attr48350") ) ) +(assert (myObject (attribute1 "attr48351") ) ) +(assert (myObject (attribute1 "attr48352") ) ) +(assert (myObject (attribute1 "attr48353") ) ) +(assert (myObject (attribute1 "attr48354") ) ) +(assert (myObject (attribute1 "attr48355") ) ) +(assert (myObject (attribute1 "attr48356") ) ) +(assert (myObject (attribute1 "attr48357") ) ) +(assert (myObject (attribute1 "attr48358") ) ) +(assert (myObject (attribute1 "attr48359") ) ) +(assert (myObject (attribute1 "attr48360") ) ) +(assert (myObject (attribute1 "attr48361") ) ) +(assert (myObject (attribute1 "attr48362") ) ) +(assert (myObject (attribute1 "attr48363") ) ) +(assert (myObject (attribute1 "attr48364") ) ) +(assert (myObject (attribute1 "attr48365") ) ) +(assert (myObject (attribute1 "attr48366") ) ) +(assert (myObject (attribute1 "attr48367") ) ) +(assert (myObject (attribute1 "attr48368") ) ) +(assert (myObject (attribute1 "attr48369") ) ) +(assert (myObject (attribute1 "attr48370") ) ) +(assert (myObject (attribute1 "attr48371") ) ) +(assert (myObject (attribute1 "attr48372") ) ) +(assert (myObject (attribute1 "attr48373") ) ) +(assert (myObject (attribute1 "attr48374") ) ) +(assert (myObject (attribute1 "attr48375") ) ) +(assert (myObject (attribute1 "attr48376") ) ) +(assert (myObject (attribute1 "attr48377") ) ) +(assert (myObject (attribute1 "attr48378") ) ) +(assert (myObject (attribute1 "attr48379") ) ) +(assert (myObject (attribute1 "attr48380") ) ) +(assert (myObject (attribute1 "attr48381") ) ) +(assert (myObject (attribute1 "attr48382") ) ) +(assert (myObject (attribute1 "attr48383") ) ) +(assert (myObject (attribute1 "attr48384") ) ) +(assert (myObject (attribute1 "attr48385") ) ) +(assert (myObject (attribute1 "attr48386") ) ) +(assert (myObject (attribute1 "attr48387") ) ) +(assert (myObject (attribute1 "attr48388") ) ) +(assert (myObject (attribute1 "attr48389") ) ) +(assert (myObject (attribute1 "attr48390") ) ) +(assert (myObject (attribute1 "attr48391") ) ) +(assert (myObject (attribute1 "attr48392") ) ) +(assert (myObject (attribute1 "attr48393") ) ) +(assert (myObject (attribute1 "attr48394") ) ) +(assert (myObject (attribute1 "attr48395") ) ) +(assert (myObject (attribute1 "attr48396") ) ) +(assert (myObject (attribute1 "attr48397") ) ) +(assert (myObject (attribute1 "attr48398") ) ) +(assert (myObject (attribute1 "attr48399") ) ) +(assert (myObject (attribute1 "attr48400") ) ) +(assert (myObject (attribute1 "attr48401") ) ) +(assert (myObject (attribute1 "attr48402") ) ) +(assert (myObject (attribute1 "attr48403") ) ) +(assert (myObject (attribute1 "attr48404") ) ) +(assert (myObject (attribute1 "attr48405") ) ) +(assert (myObject (attribute1 "attr48406") ) ) +(assert (myObject (attribute1 "attr48407") ) ) +(assert (myObject (attribute1 "attr48408") ) ) +(assert (myObject (attribute1 "attr48409") ) ) +(assert (myObject (attribute1 "attr48410") ) ) +(assert (myObject (attribute1 "attr48411") ) ) +(assert (myObject (attribute1 "attr48412") ) ) +(assert (myObject (attribute1 "attr48413") ) ) +(assert (myObject (attribute1 "attr48414") ) ) +(assert (myObject (attribute1 "attr48415") ) ) +(assert (myObject (attribute1 "attr48416") ) ) +(assert (myObject (attribute1 "attr48417") ) ) +(assert (myObject (attribute1 "attr48418") ) ) +(assert (myObject (attribute1 "attr48419") ) ) +(assert (myObject (attribute1 "attr48420") ) ) +(assert (myObject (attribute1 "attr48421") ) ) +(assert (myObject (attribute1 "attr48422") ) ) +(assert (myObject (attribute1 "attr48423") ) ) +(assert (myObject (attribute1 "attr48424") ) ) +(assert (myObject (attribute1 "attr48425") ) ) +(assert (myObject (attribute1 "attr48426") ) ) +(assert (myObject (attribute1 "attr48427") ) ) +(assert (myObject (attribute1 "attr48428") ) ) +(assert (myObject (attribute1 "attr48429") ) ) +(assert (myObject (attribute1 "attr48430") ) ) +(assert (myObject (attribute1 "attr48431") ) ) +(assert (myObject (attribute1 "attr48432") ) ) +(assert (myObject (attribute1 "attr48433") ) ) +(assert (myObject (attribute1 "attr48434") ) ) +(assert (myObject (attribute1 "attr48435") ) ) +(assert (myObject (attribute1 "attr48436") ) ) +(assert (myObject (attribute1 "attr48437") ) ) +(assert (myObject (attribute1 "attr48438") ) ) +(assert (myObject (attribute1 "attr48439") ) ) +(assert (myObject (attribute1 "attr48440") ) ) +(assert (myObject (attribute1 "attr48441") ) ) +(assert (myObject (attribute1 "attr48442") ) ) +(assert (myObject (attribute1 "attr48443") ) ) +(assert (myObject (attribute1 "attr48444") ) ) +(assert (myObject (attribute1 "attr48445") ) ) +(assert (myObject (attribute1 "attr48446") ) ) +(assert (myObject (attribute1 "attr48447") ) ) +(assert (myObject (attribute1 "attr48448") ) ) +(assert (myObject (attribute1 "attr48449") ) ) +(assert (myObject (attribute1 "attr48450") ) ) +(assert (myObject (attribute1 "attr48451") ) ) +(assert (myObject (attribute1 "attr48452") ) ) +(assert (myObject (attribute1 "attr48453") ) ) +(assert (myObject (attribute1 "attr48454") ) ) +(assert (myObject (attribute1 "attr48455") ) ) +(assert (myObject (attribute1 "attr48456") ) ) +(assert (myObject (attribute1 "attr48457") ) ) +(assert (myObject (attribute1 "attr48458") ) ) +(assert (myObject (attribute1 "attr48459") ) ) +(assert (myObject (attribute1 "attr48460") ) ) +(assert (myObject (attribute1 "attr48461") ) ) +(assert (myObject (attribute1 "attr48462") ) ) +(assert (myObject (attribute1 "attr48463") ) ) +(assert (myObject (attribute1 "attr48464") ) ) +(assert (myObject (attribute1 "attr48465") ) ) +(assert (myObject (attribute1 "attr48466") ) ) +(assert (myObject (attribute1 "attr48467") ) ) +(assert (myObject (attribute1 "attr48468") ) ) +(assert (myObject (attribute1 "attr48469") ) ) +(assert (myObject (attribute1 "attr48470") ) ) +(assert (myObject (attribute1 "attr48471") ) ) +(assert (myObject (attribute1 "attr48472") ) ) +(assert (myObject (attribute1 "attr48473") ) ) +(assert (myObject (attribute1 "attr48474") ) ) +(assert (myObject (attribute1 "attr48475") ) ) +(assert (myObject (attribute1 "attr48476") ) ) +(assert (myObject (attribute1 "attr48477") ) ) +(assert (myObject (attribute1 "attr48478") ) ) +(assert (myObject (attribute1 "attr48479") ) ) +(assert (myObject (attribute1 "attr48480") ) ) +(assert (myObject (attribute1 "attr48481") ) ) +(assert (myObject (attribute1 "attr48482") ) ) +(assert (myObject (attribute1 "attr48483") ) ) +(assert (myObject (attribute1 "attr48484") ) ) +(assert (myObject (attribute1 "attr48485") ) ) +(assert (myObject (attribute1 "attr48486") ) ) +(assert (myObject (attribute1 "attr48487") ) ) +(assert (myObject (attribute1 "attr48488") ) ) +(assert (myObject (attribute1 "attr48489") ) ) +(assert (myObject (attribute1 "attr48490") ) ) +(assert (myObject (attribute1 "attr48491") ) ) +(assert (myObject (attribute1 "attr48492") ) ) +(assert (myObject (attribute1 "attr48493") ) ) +(assert (myObject (attribute1 "attr48494") ) ) +(assert (myObject (attribute1 "attr48495") ) ) +(assert (myObject (attribute1 "attr48496") ) ) +(assert (myObject (attribute1 "attr48497") ) ) +(assert (myObject (attribute1 "attr48498") ) ) +(assert (myObject (attribute1 "attr48499") ) ) +(assert (myObject (attribute1 "attr48500") ) ) +(assert (myObject (attribute1 "attr48501") ) ) +(assert (myObject (attribute1 "attr48502") ) ) +(assert (myObject (attribute1 "attr48503") ) ) +(assert (myObject (attribute1 "attr48504") ) ) +(assert (myObject (attribute1 "attr48505") ) ) +(assert (myObject (attribute1 "attr48506") ) ) +(assert (myObject (attribute1 "attr48507") ) ) +(assert (myObject (attribute1 "attr48508") ) ) +(assert (myObject (attribute1 "attr48509") ) ) +(assert (myObject (attribute1 "attr48510") ) ) +(assert (myObject (attribute1 "attr48511") ) ) +(assert (myObject (attribute1 "attr48512") ) ) +(assert (myObject (attribute1 "attr48513") ) ) +(assert (myObject (attribute1 "attr48514") ) ) +(assert (myObject (attribute1 "attr48515") ) ) +(assert (myObject (attribute1 "attr48516") ) ) +(assert (myObject (attribute1 "attr48517") ) ) +(assert (myObject (attribute1 "attr48518") ) ) +(assert (myObject (attribute1 "attr48519") ) ) +(assert (myObject (attribute1 "attr48520") ) ) +(assert (myObject (attribute1 "attr48521") ) ) +(assert (myObject (attribute1 "attr48522") ) ) +(assert (myObject (attribute1 "attr48523") ) ) +(assert (myObject (attribute1 "attr48524") ) ) +(assert (myObject (attribute1 "attr48525") ) ) +(assert (myObject (attribute1 "attr48526") ) ) +(assert (myObject (attribute1 "attr48527") ) ) +(assert (myObject (attribute1 "attr48528") ) ) +(assert (myObject (attribute1 "attr48529") ) ) +(assert (myObject (attribute1 "attr48530") ) ) +(assert (myObject (attribute1 "attr48531") ) ) +(assert (myObject (attribute1 "attr48532") ) ) +(assert (myObject (attribute1 "attr48533") ) ) +(assert (myObject (attribute1 "attr48534") ) ) +(assert (myObject (attribute1 "attr48535") ) ) +(assert (myObject (attribute1 "attr48536") ) ) +(assert (myObject (attribute1 "attr48537") ) ) +(assert (myObject (attribute1 "attr48538") ) ) +(assert (myObject (attribute1 "attr48539") ) ) +(assert (myObject (attribute1 "attr48540") ) ) +(assert (myObject (attribute1 "attr48541") ) ) +(assert (myObject (attribute1 "attr48542") ) ) +(assert (myObject (attribute1 "attr48543") ) ) +(assert (myObject (attribute1 "attr48544") ) ) +(assert (myObject (attribute1 "attr48545") ) ) +(assert (myObject (attribute1 "attr48546") ) ) +(assert (myObject (attribute1 "attr48547") ) ) +(assert (myObject (attribute1 "attr48548") ) ) +(assert (myObject (attribute1 "attr48549") ) ) +(assert (myObject (attribute1 "attr48550") ) ) +(assert (myObject (attribute1 "attr48551") ) ) +(assert (myObject (attribute1 "attr48552") ) ) +(assert (myObject (attribute1 "attr48553") ) ) +(assert (myObject (attribute1 "attr48554") ) ) +(assert (myObject (attribute1 "attr48555") ) ) +(assert (myObject (attribute1 "attr48556") ) ) +(assert (myObject (attribute1 "attr48557") ) ) +(assert (myObject (attribute1 "attr48558") ) ) +(assert (myObject (attribute1 "attr48559") ) ) +(assert (myObject (attribute1 "attr48560") ) ) +(assert (myObject (attribute1 "attr48561") ) ) +(assert (myObject (attribute1 "attr48562") ) ) +(assert (myObject (attribute1 "attr48563") ) ) +(assert (myObject (attribute1 "attr48564") ) ) +(assert (myObject (attribute1 "attr48565") ) ) +(assert (myObject (attribute1 "attr48566") ) ) +(assert (myObject (attribute1 "attr48567") ) ) +(assert (myObject (attribute1 "attr48568") ) ) +(assert (myObject (attribute1 "attr48569") ) ) +(assert (myObject (attribute1 "attr48570") ) ) +(assert (myObject (attribute1 "attr48571") ) ) +(assert (myObject (attribute1 "attr48572") ) ) +(assert (myObject (attribute1 "attr48573") ) ) +(assert (myObject (attribute1 "attr48574") ) ) +(assert (myObject (attribute1 "attr48575") ) ) +(assert (myObject (attribute1 "attr48576") ) ) +(assert (myObject (attribute1 "attr48577") ) ) +(assert (myObject (attribute1 "attr48578") ) ) +(assert (myObject (attribute1 "attr48579") ) ) +(assert (myObject (attribute1 "attr48580") ) ) +(assert (myObject (attribute1 "attr48581") ) ) +(assert (myObject (attribute1 "attr48582") ) ) +(assert (myObject (attribute1 "attr48583") ) ) +(assert (myObject (attribute1 "attr48584") ) ) +(assert (myObject (attribute1 "attr48585") ) ) +(assert (myObject (attribute1 "attr48586") ) ) +(assert (myObject (attribute1 "attr48587") ) ) +(assert (myObject (attribute1 "attr48588") ) ) +(assert (myObject (attribute1 "attr48589") ) ) +(assert (myObject (attribute1 "attr48590") ) ) +(assert (myObject (attribute1 "attr48591") ) ) +(assert (myObject (attribute1 "attr48592") ) ) +(assert (myObject (attribute1 "attr48593") ) ) +(assert (myObject (attribute1 "attr48594") ) ) +(assert (myObject (attribute1 "attr48595") ) ) +(assert (myObject (attribute1 "attr48596") ) ) +(assert (myObject (attribute1 "attr48597") ) ) +(assert (myObject (attribute1 "attr48598") ) ) +(assert (myObject (attribute1 "attr48599") ) ) +(assert (myObject (attribute1 "attr48600") ) ) +(assert (myObject (attribute1 "attr48601") ) ) +(assert (myObject (attribute1 "attr48602") ) ) +(assert (myObject (attribute1 "attr48603") ) ) +(assert (myObject (attribute1 "attr48604") ) ) +(assert (myObject (attribute1 "attr48605") ) ) +(assert (myObject (attribute1 "attr48606") ) ) +(assert (myObject (attribute1 "attr48607") ) ) +(assert (myObject (attribute1 "attr48608") ) ) +(assert (myObject (attribute1 "attr48609") ) ) +(assert (myObject (attribute1 "attr48610") ) ) +(assert (myObject (attribute1 "attr48611") ) ) +(assert (myObject (attribute1 "attr48612") ) ) +(assert (myObject (attribute1 "attr48613") ) ) +(assert (myObject (attribute1 "attr48614") ) ) +(assert (myObject (attribute1 "attr48615") ) ) +(assert (myObject (attribute1 "attr48616") ) ) +(assert (myObject (attribute1 "attr48617") ) ) +(assert (myObject (attribute1 "attr48618") ) ) +(assert (myObject (attribute1 "attr48619") ) ) +(assert (myObject (attribute1 "attr48620") ) ) +(assert (myObject (attribute1 "attr48621") ) ) +(assert (myObject (attribute1 "attr48622") ) ) +(assert (myObject (attribute1 "attr48623") ) ) +(assert (myObject (attribute1 "attr48624") ) ) +(assert (myObject (attribute1 "attr48625") ) ) +(assert (myObject (attribute1 "attr48626") ) ) +(assert (myObject (attribute1 "attr48627") ) ) +(assert (myObject (attribute1 "attr48628") ) ) +(assert (myObject (attribute1 "attr48629") ) ) +(assert (myObject (attribute1 "attr48630") ) ) +(assert (myObject (attribute1 "attr48631") ) ) +(assert (myObject (attribute1 "attr48632") ) ) +(assert (myObject (attribute1 "attr48633") ) ) +(assert (myObject (attribute1 "attr48634") ) ) +(assert (myObject (attribute1 "attr48635") ) ) +(assert (myObject (attribute1 "attr48636") ) ) +(assert (myObject (attribute1 "attr48637") ) ) +(assert (myObject (attribute1 "attr48638") ) ) +(assert (myObject (attribute1 "attr48639") ) ) +(assert (myObject (attribute1 "attr48640") ) ) +(assert (myObject (attribute1 "attr48641") ) ) +(assert (myObject (attribute1 "attr48642") ) ) +(assert (myObject (attribute1 "attr48643") ) ) +(assert (myObject (attribute1 "attr48644") ) ) +(assert (myObject (attribute1 "attr48645") ) ) +(assert (myObject (attribute1 "attr48646") ) ) +(assert (myObject (attribute1 "attr48647") ) ) +(assert (myObject (attribute1 "attr48648") ) ) +(assert (myObject (attribute1 "attr48649") ) ) +(assert (myObject (attribute1 "attr48650") ) ) +(assert (myObject (attribute1 "attr48651") ) ) +(assert (myObject (attribute1 "attr48652") ) ) +(assert (myObject (attribute1 "attr48653") ) ) +(assert (myObject (attribute1 "attr48654") ) ) +(assert (myObject (attribute1 "attr48655") ) ) +(assert (myObject (attribute1 "attr48656") ) ) +(assert (myObject (attribute1 "attr48657") ) ) +(assert (myObject (attribute1 "attr48658") ) ) +(assert (myObject (attribute1 "attr48659") ) ) +(assert (myObject (attribute1 "attr48660") ) ) +(assert (myObject (attribute1 "attr48661") ) ) +(assert (myObject (attribute1 "attr48662") ) ) +(assert (myObject (attribute1 "attr48663") ) ) +(assert (myObject (attribute1 "attr48664") ) ) +(assert (myObject (attribute1 "attr48665") ) ) +(assert (myObject (attribute1 "attr48666") ) ) +(assert (myObject (attribute1 "attr48667") ) ) +(assert (myObject (attribute1 "attr48668") ) ) +(assert (myObject (attribute1 "attr48669") ) ) +(assert (myObject (attribute1 "attr48670") ) ) +(assert (myObject (attribute1 "attr48671") ) ) +(assert (myObject (attribute1 "attr48672") ) ) +(assert (myObject (attribute1 "attr48673") ) ) +(assert (myObject (attribute1 "attr48674") ) ) +(assert (myObject (attribute1 "attr48675") ) ) +(assert (myObject (attribute1 "attr48676") ) ) +(assert (myObject (attribute1 "attr48677") ) ) +(assert (myObject (attribute1 "attr48678") ) ) +(assert (myObject (attribute1 "attr48679") ) ) +(assert (myObject (attribute1 "attr48680") ) ) +(assert (myObject (attribute1 "attr48681") ) ) +(assert (myObject (attribute1 "attr48682") ) ) +(assert (myObject (attribute1 "attr48683") ) ) +(assert (myObject (attribute1 "attr48684") ) ) +(assert (myObject (attribute1 "attr48685") ) ) +(assert (myObject (attribute1 "attr48686") ) ) +(assert (myObject (attribute1 "attr48687") ) ) +(assert (myObject (attribute1 "attr48688") ) ) +(assert (myObject (attribute1 "attr48689") ) ) +(assert (myObject (attribute1 "attr48690") ) ) +(assert (myObject (attribute1 "attr48691") ) ) +(assert (myObject (attribute1 "attr48692") ) ) +(assert (myObject (attribute1 "attr48693") ) ) +(assert (myObject (attribute1 "attr48694") ) ) +(assert (myObject (attribute1 "attr48695") ) ) +(assert (myObject (attribute1 "attr48696") ) ) +(assert (myObject (attribute1 "attr48697") ) ) +(assert (myObject (attribute1 "attr48698") ) ) +(assert (myObject (attribute1 "attr48699") ) ) +(assert (myObject (attribute1 "attr48700") ) ) +(assert (myObject (attribute1 "attr48701") ) ) +(assert (myObject (attribute1 "attr48702") ) ) +(assert (myObject (attribute1 "attr48703") ) ) +(assert (myObject (attribute1 "attr48704") ) ) +(assert (myObject (attribute1 "attr48705") ) ) +(assert (myObject (attribute1 "attr48706") ) ) +(assert (myObject (attribute1 "attr48707") ) ) +(assert (myObject (attribute1 "attr48708") ) ) +(assert (myObject (attribute1 "attr48709") ) ) +(assert (myObject (attribute1 "attr48710") ) ) +(assert (myObject (attribute1 "attr48711") ) ) +(assert (myObject (attribute1 "attr48712") ) ) +(assert (myObject (attribute1 "attr48713") ) ) +(assert (myObject (attribute1 "attr48714") ) ) +(assert (myObject (attribute1 "attr48715") ) ) +(assert (myObject (attribute1 "attr48716") ) ) +(assert (myObject (attribute1 "attr48717") ) ) +(assert (myObject (attribute1 "attr48718") ) ) +(assert (myObject (attribute1 "attr48719") ) ) +(assert (myObject (attribute1 "attr48720") ) ) +(assert (myObject (attribute1 "attr48721") ) ) +(assert (myObject (attribute1 "attr48722") ) ) +(assert (myObject (attribute1 "attr48723") ) ) +(assert (myObject (attribute1 "attr48724") ) ) +(assert (myObject (attribute1 "attr48725") ) ) +(assert (myObject (attribute1 "attr48726") ) ) +(assert (myObject (attribute1 "attr48727") ) ) +(assert (myObject (attribute1 "attr48728") ) ) +(assert (myObject (attribute1 "attr48729") ) ) +(assert (myObject (attribute1 "attr48730") ) ) +(assert (myObject (attribute1 "attr48731") ) ) +(assert (myObject (attribute1 "attr48732") ) ) +(assert (myObject (attribute1 "attr48733") ) ) +(assert (myObject (attribute1 "attr48734") ) ) +(assert (myObject (attribute1 "attr48735") ) ) +(assert (myObject (attribute1 "attr48736") ) ) +(assert (myObject (attribute1 "attr48737") ) ) +(assert (myObject (attribute1 "attr48738") ) ) +(assert (myObject (attribute1 "attr48739") ) ) +(assert (myObject (attribute1 "attr48740") ) ) +(assert (myObject (attribute1 "attr48741") ) ) +(assert (myObject (attribute1 "attr48742") ) ) +(assert (myObject (attribute1 "attr48743") ) ) +(assert (myObject (attribute1 "attr48744") ) ) +(assert (myObject (attribute1 "attr48745") ) ) +(assert (myObject (attribute1 "attr48746") ) ) +(assert (myObject (attribute1 "attr48747") ) ) +(assert (myObject (attribute1 "attr48748") ) ) +(assert (myObject (attribute1 "attr48749") ) ) +(assert (myObject (attribute1 "attr48750") ) ) +(assert (myObject (attribute1 "attr48751") ) ) +(assert (myObject (attribute1 "attr48752") ) ) +(assert (myObject (attribute1 "attr48753") ) ) +(assert (myObject (attribute1 "attr48754") ) ) +(assert (myObject (attribute1 "attr48755") ) ) +(assert (myObject (attribute1 "attr48756") ) ) +(assert (myObject (attribute1 "attr48757") ) ) +(assert (myObject (attribute1 "attr48758") ) ) +(assert (myObject (attribute1 "attr48759") ) ) +(assert (myObject (attribute1 "attr48760") ) ) +(assert (myObject (attribute1 "attr48761") ) ) +(assert (myObject (attribute1 "attr48762") ) ) +(assert (myObject (attribute1 "attr48763") ) ) +(assert (myObject (attribute1 "attr48764") ) ) +(assert (myObject (attribute1 "attr48765") ) ) +(assert (myObject (attribute1 "attr48766") ) ) +(assert (myObject (attribute1 "attr48767") ) ) +(assert (myObject (attribute1 "attr48768") ) ) +(assert (myObject (attribute1 "attr48769") ) ) +(assert (myObject (attribute1 "attr48770") ) ) +(assert (myObject (attribute1 "attr48771") ) ) +(assert (myObject (attribute1 "attr48772") ) ) +(assert (myObject (attribute1 "attr48773") ) ) +(assert (myObject (attribute1 "attr48774") ) ) +(assert (myObject (attribute1 "attr48775") ) ) +(assert (myObject (attribute1 "attr48776") ) ) +(assert (myObject (attribute1 "attr48777") ) ) +(assert (myObject (attribute1 "attr48778") ) ) +(assert (myObject (attribute1 "attr48779") ) ) +(assert (myObject (attribute1 "attr48780") ) ) +(assert (myObject (attribute1 "attr48781") ) ) +(assert (myObject (attribute1 "attr48782") ) ) +(assert (myObject (attribute1 "attr48783") ) ) +(assert (myObject (attribute1 "attr48784") ) ) +(assert (myObject (attribute1 "attr48785") ) ) +(assert (myObject (attribute1 "attr48786") ) ) +(assert (myObject (attribute1 "attr48787") ) ) +(assert (myObject (attribute1 "attr48788") ) ) +(assert (myObject (attribute1 "attr48789") ) ) +(assert (myObject (attribute1 "attr48790") ) ) +(assert (myObject (attribute1 "attr48791") ) ) +(assert (myObject (attribute1 "attr48792") ) ) +(assert (myObject (attribute1 "attr48793") ) ) +(assert (myObject (attribute1 "attr48794") ) ) +(assert (myObject (attribute1 "attr48795") ) ) +(assert (myObject (attribute1 "attr48796") ) ) +(assert (myObject (attribute1 "attr48797") ) ) +(assert (myObject (attribute1 "attr48798") ) ) +(assert (myObject (attribute1 "attr48799") ) ) +(assert (myObject (attribute1 "attr48800") ) ) +(assert (myObject (attribute1 "attr48801") ) ) +(assert (myObject (attribute1 "attr48802") ) ) +(assert (myObject (attribute1 "attr48803") ) ) +(assert (myObject (attribute1 "attr48804") ) ) +(assert (myObject (attribute1 "attr48805") ) ) +(assert (myObject (attribute1 "attr48806") ) ) +(assert (myObject (attribute1 "attr48807") ) ) +(assert (myObject (attribute1 "attr48808") ) ) +(assert (myObject (attribute1 "attr48809") ) ) +(assert (myObject (attribute1 "attr48810") ) ) +(assert (myObject (attribute1 "attr48811") ) ) +(assert (myObject (attribute1 "attr48812") ) ) +(assert (myObject (attribute1 "attr48813") ) ) +(assert (myObject (attribute1 "attr48814") ) ) +(assert (myObject (attribute1 "attr48815") ) ) +(assert (myObject (attribute1 "attr48816") ) ) +(assert (myObject (attribute1 "attr48817") ) ) +(assert (myObject (attribute1 "attr48818") ) ) +(assert (myObject (attribute1 "attr48819") ) ) +(assert (myObject (attribute1 "attr48820") ) ) +(assert (myObject (attribute1 "attr48821") ) ) +(assert (myObject (attribute1 "attr48822") ) ) +(assert (myObject (attribute1 "attr48823") ) ) +(assert (myObject (attribute1 "attr48824") ) ) +(assert (myObject (attribute1 "attr48825") ) ) +(assert (myObject (attribute1 "attr48826") ) ) +(assert (myObject (attribute1 "attr48827") ) ) +(assert (myObject (attribute1 "attr48828") ) ) +(assert (myObject (attribute1 "attr48829") ) ) +(assert (myObject (attribute1 "attr48830") ) ) +(assert (myObject (attribute1 "attr48831") ) ) +(assert (myObject (attribute1 "attr48832") ) ) +(assert (myObject (attribute1 "attr48833") ) ) +(assert (myObject (attribute1 "attr48834") ) ) +(assert (myObject (attribute1 "attr48835") ) ) +(assert (myObject (attribute1 "attr48836") ) ) +(assert (myObject (attribute1 "attr48837") ) ) +(assert (myObject (attribute1 "attr48838") ) ) +(assert (myObject (attribute1 "attr48839") ) ) +(assert (myObject (attribute1 "attr48840") ) ) +(assert (myObject (attribute1 "attr48841") ) ) +(assert (myObject (attribute1 "attr48842") ) ) +(assert (myObject (attribute1 "attr48843") ) ) +(assert (myObject (attribute1 "attr48844") ) ) +(assert (myObject (attribute1 "attr48845") ) ) +(assert (myObject (attribute1 "attr48846") ) ) +(assert (myObject (attribute1 "attr48847") ) ) +(assert (myObject (attribute1 "attr48848") ) ) +(assert (myObject (attribute1 "attr48849") ) ) +(assert (myObject (attribute1 "attr48850") ) ) +(assert (myObject (attribute1 "attr48851") ) ) +(assert (myObject (attribute1 "attr48852") ) ) +(assert (myObject (attribute1 "attr48853") ) ) +(assert (myObject (attribute1 "attr48854") ) ) +(assert (myObject (attribute1 "attr48855") ) ) +(assert (myObject (attribute1 "attr48856") ) ) +(assert (myObject (attribute1 "attr48857") ) ) +(assert (myObject (attribute1 "attr48858") ) ) +(assert (myObject (attribute1 "attr48859") ) ) +(assert (myObject (attribute1 "attr48860") ) ) +(assert (myObject (attribute1 "attr48861") ) ) +(assert (myObject (attribute1 "attr48862") ) ) +(assert (myObject (attribute1 "attr48863") ) ) +(assert (myObject (attribute1 "attr48864") ) ) +(assert (myObject (attribute1 "attr48865") ) ) +(assert (myObject (attribute1 "attr48866") ) ) +(assert (myObject (attribute1 "attr48867") ) ) +(assert (myObject (attribute1 "attr48868") ) ) +(assert (myObject (attribute1 "attr48869") ) ) +(assert (myObject (attribute1 "attr48870") ) ) +(assert (myObject (attribute1 "attr48871") ) ) +(assert (myObject (attribute1 "attr48872") ) ) +(assert (myObject (attribute1 "attr48873") ) ) +(assert (myObject (attribute1 "attr48874") ) ) +(assert (myObject (attribute1 "attr48875") ) ) +(assert (myObject (attribute1 "attr48876") ) ) +(assert (myObject (attribute1 "attr48877") ) ) +(assert (myObject (attribute1 "attr48878") ) ) +(assert (myObject (attribute1 "attr48879") ) ) +(assert (myObject (attribute1 "attr48880") ) ) +(assert (myObject (attribute1 "attr48881") ) ) +(assert (myObject (attribute1 "attr48882") ) ) +(assert (myObject (attribute1 "attr48883") ) ) +(assert (myObject (attribute1 "attr48884") ) ) +(assert (myObject (attribute1 "attr48885") ) ) +(assert (myObject (attribute1 "attr48886") ) ) +(assert (myObject (attribute1 "attr48887") ) ) +(assert (myObject (attribute1 "attr48888") ) ) +(assert (myObject (attribute1 "attr48889") ) ) +(assert (myObject (attribute1 "attr48890") ) ) +(assert (myObject (attribute1 "attr48891") ) ) +(assert (myObject (attribute1 "attr48892") ) ) +(assert (myObject (attribute1 "attr48893") ) ) +(assert (myObject (attribute1 "attr48894") ) ) +(assert (myObject (attribute1 "attr48895") ) ) +(assert (myObject (attribute1 "attr48896") ) ) +(assert (myObject (attribute1 "attr48897") ) ) +(assert (myObject (attribute1 "attr48898") ) ) +(assert (myObject (attribute1 "attr48899") ) ) +(assert (myObject (attribute1 "attr48900") ) ) +(assert (myObject (attribute1 "attr48901") ) ) +(assert (myObject (attribute1 "attr48902") ) ) +(assert (myObject (attribute1 "attr48903") ) ) +(assert (myObject (attribute1 "attr48904") ) ) +(assert (myObject (attribute1 "attr48905") ) ) +(assert (myObject (attribute1 "attr48906") ) ) +(assert (myObject (attribute1 "attr48907") ) ) +(assert (myObject (attribute1 "attr48908") ) ) +(assert (myObject (attribute1 "attr48909") ) ) +(assert (myObject (attribute1 "attr48910") ) ) +(assert (myObject (attribute1 "attr48911") ) ) +(assert (myObject (attribute1 "attr48912") ) ) +(assert (myObject (attribute1 "attr48913") ) ) +(assert (myObject (attribute1 "attr48914") ) ) +(assert (myObject (attribute1 "attr48915") ) ) +(assert (myObject (attribute1 "attr48916") ) ) +(assert (myObject (attribute1 "attr48917") ) ) +(assert (myObject (attribute1 "attr48918") ) ) +(assert (myObject (attribute1 "attr48919") ) ) +(assert (myObject (attribute1 "attr48920") ) ) +(assert (myObject (attribute1 "attr48921") ) ) +(assert (myObject (attribute1 "attr48922") ) ) +(assert (myObject (attribute1 "attr48923") ) ) +(assert (myObject (attribute1 "attr48924") ) ) +(assert (myObject (attribute1 "attr48925") ) ) +(assert (myObject (attribute1 "attr48926") ) ) +(assert (myObject (attribute1 "attr48927") ) ) +(assert (myObject (attribute1 "attr48928") ) ) +(assert (myObject (attribute1 "attr48929") ) ) +(assert (myObject (attribute1 "attr48930") ) ) +(assert (myObject (attribute1 "attr48931") ) ) +(assert (myObject (attribute1 "attr48932") ) ) +(assert (myObject (attribute1 "attr48933") ) ) +(assert (myObject (attribute1 "attr48934") ) ) +(assert (myObject (attribute1 "attr48935") ) ) +(assert (myObject (attribute1 "attr48936") ) ) +(assert (myObject (attribute1 "attr48937") ) ) +(assert (myObject (attribute1 "attr48938") ) ) +(assert (myObject (attribute1 "attr48939") ) ) +(assert (myObject (attribute1 "attr48940") ) ) +(assert (myObject (attribute1 "attr48941") ) ) +(assert (myObject (attribute1 "attr48942") ) ) +(assert (myObject (attribute1 "attr48943") ) ) +(assert (myObject (attribute1 "attr48944") ) ) +(assert (myObject (attribute1 "attr48945") ) ) +(assert (myObject (attribute1 "attr48946") ) ) +(assert (myObject (attribute1 "attr48947") ) ) +(assert (myObject (attribute1 "attr48948") ) ) +(assert (myObject (attribute1 "attr48949") ) ) +(assert (myObject (attribute1 "attr48950") ) ) +(assert (myObject (attribute1 "attr48951") ) ) +(assert (myObject (attribute1 "attr48952") ) ) +(assert (myObject (attribute1 "attr48953") ) ) +(assert (myObject (attribute1 "attr48954") ) ) +(assert (myObject (attribute1 "attr48955") ) ) +(assert (myObject (attribute1 "attr48956") ) ) +(assert (myObject (attribute1 "attr48957") ) ) +(assert (myObject (attribute1 "attr48958") ) ) +(assert (myObject (attribute1 "attr48959") ) ) +(assert (myObject (attribute1 "attr48960") ) ) +(assert (myObject (attribute1 "attr48961") ) ) +(assert (myObject (attribute1 "attr48962") ) ) +(assert (myObject (attribute1 "attr48963") ) ) +(assert (myObject (attribute1 "attr48964") ) ) +(assert (myObject (attribute1 "attr48965") ) ) +(assert (myObject (attribute1 "attr48966") ) ) +(assert (myObject (attribute1 "attr48967") ) ) +(assert (myObject (attribute1 "attr48968") ) ) +(assert (myObject (attribute1 "attr48969") ) ) +(assert (myObject (attribute1 "attr48970") ) ) +(assert (myObject (attribute1 "attr48971") ) ) +(assert (myObject (attribute1 "attr48972") ) ) +(assert (myObject (attribute1 "attr48973") ) ) +(assert (myObject (attribute1 "attr48974") ) ) +(assert (myObject (attribute1 "attr48975") ) ) +(assert (myObject (attribute1 "attr48976") ) ) +(assert (myObject (attribute1 "attr48977") ) ) +(assert (myObject (attribute1 "attr48978") ) ) +(assert (myObject (attribute1 "attr48979") ) ) +(assert (myObject (attribute1 "attr48980") ) ) +(assert (myObject (attribute1 "attr48981") ) ) +(assert (myObject (attribute1 "attr48982") ) ) +(assert (myObject (attribute1 "attr48983") ) ) +(assert (myObject (attribute1 "attr48984") ) ) +(assert (myObject (attribute1 "attr48985") ) ) +(assert (myObject (attribute1 "attr48986") ) ) +(assert (myObject (attribute1 "attr48987") ) ) +(assert (myObject (attribute1 "attr48988") ) ) +(assert (myObject (attribute1 "attr48989") ) ) +(assert (myObject (attribute1 "attr48990") ) ) +(assert (myObject (attribute1 "attr48991") ) ) +(assert (myObject (attribute1 "attr48992") ) ) +(assert (myObject (attribute1 "attr48993") ) ) +(assert (myObject (attribute1 "attr48994") ) ) +(assert (myObject (attribute1 "attr48995") ) ) +(assert (myObject (attribute1 "attr48996") ) ) +(assert (myObject (attribute1 "attr48997") ) ) +(assert (myObject (attribute1 "attr48998") ) ) +(assert (myObject (attribute1 "attr48999") ) ) +(assert (myObject (attribute1 "attr49000") ) ) +(assert (myObject (attribute1 "attr49001") ) ) +(assert (myObject (attribute1 "attr49002") ) ) +(assert (myObject (attribute1 "attr49003") ) ) +(assert (myObject (attribute1 "attr49004") ) ) +(assert (myObject (attribute1 "attr49005") ) ) +(assert (myObject (attribute1 "attr49006") ) ) +(assert (myObject (attribute1 "attr49007") ) ) +(assert (myObject (attribute1 "attr49008") ) ) +(assert (myObject (attribute1 "attr49009") ) ) +(assert (myObject (attribute1 "attr49010") ) ) +(assert (myObject (attribute1 "attr49011") ) ) +(assert (myObject (attribute1 "attr49012") ) ) +(assert (myObject (attribute1 "attr49013") ) ) +(assert (myObject (attribute1 "attr49014") ) ) +(assert (myObject (attribute1 "attr49015") ) ) +(assert (myObject (attribute1 "attr49016") ) ) +(assert (myObject (attribute1 "attr49017") ) ) +(assert (myObject (attribute1 "attr49018") ) ) +(assert (myObject (attribute1 "attr49019") ) ) +(assert (myObject (attribute1 "attr49020") ) ) +(assert (myObject (attribute1 "attr49021") ) ) +(assert (myObject (attribute1 "attr49022") ) ) +(assert (myObject (attribute1 "attr49023") ) ) +(assert (myObject (attribute1 "attr49024") ) ) +(assert (myObject (attribute1 "attr49025") ) ) +(assert (myObject (attribute1 "attr49026") ) ) +(assert (myObject (attribute1 "attr49027") ) ) +(assert (myObject (attribute1 "attr49028") ) ) +(assert (myObject (attribute1 "attr49029") ) ) +(assert (myObject (attribute1 "attr49030") ) ) +(assert (myObject (attribute1 "attr49031") ) ) +(assert (myObject (attribute1 "attr49032") ) ) +(assert (myObject (attribute1 "attr49033") ) ) +(assert (myObject (attribute1 "attr49034") ) ) +(assert (myObject (attribute1 "attr49035") ) ) +(assert (myObject (attribute1 "attr49036") ) ) +(assert (myObject (attribute1 "attr49037") ) ) +(assert (myObject (attribute1 "attr49038") ) ) +(assert (myObject (attribute1 "attr49039") ) ) +(assert (myObject (attribute1 "attr49040") ) ) +(assert (myObject (attribute1 "attr49041") ) ) +(assert (myObject (attribute1 "attr49042") ) ) +(assert (myObject (attribute1 "attr49043") ) ) +(assert (myObject (attribute1 "attr49044") ) ) +(assert (myObject (attribute1 "attr49045") ) ) +(assert (myObject (attribute1 "attr49046") ) ) +(assert (myObject (attribute1 "attr49047") ) ) +(assert (myObject (attribute1 "attr49048") ) ) +(assert (myObject (attribute1 "attr49049") ) ) +(assert (myObject (attribute1 "attr49050") ) ) +(assert (myObject (attribute1 "attr49051") ) ) +(assert (myObject (attribute1 "attr49052") ) ) +(assert (myObject (attribute1 "attr49053") ) ) +(assert (myObject (attribute1 "attr49054") ) ) +(assert (myObject (attribute1 "attr49055") ) ) +(assert (myObject (attribute1 "attr49056") ) ) +(assert (myObject (attribute1 "attr49057") ) ) +(assert (myObject (attribute1 "attr49058") ) ) +(assert (myObject (attribute1 "attr49059") ) ) +(assert (myObject (attribute1 "attr49060") ) ) +(assert (myObject (attribute1 "attr49061") ) ) +(assert (myObject (attribute1 "attr49062") ) ) +(assert (myObject (attribute1 "attr49063") ) ) +(assert (myObject (attribute1 "attr49064") ) ) +(assert (myObject (attribute1 "attr49065") ) ) +(assert (myObject (attribute1 "attr49066") ) ) +(assert (myObject (attribute1 "attr49067") ) ) +(assert (myObject (attribute1 "attr49068") ) ) +(assert (myObject (attribute1 "attr49069") ) ) +(assert (myObject (attribute1 "attr49070") ) ) +(assert (myObject (attribute1 "attr49071") ) ) +(assert (myObject (attribute1 "attr49072") ) ) +(assert (myObject (attribute1 "attr49073") ) ) +(assert (myObject (attribute1 "attr49074") ) ) +(assert (myObject (attribute1 "attr49075") ) ) +(assert (myObject (attribute1 "attr49076") ) ) +(assert (myObject (attribute1 "attr49077") ) ) +(assert (myObject (attribute1 "attr49078") ) ) +(assert (myObject (attribute1 "attr49079") ) ) +(assert (myObject (attribute1 "attr49080") ) ) +(assert (myObject (attribute1 "attr49081") ) ) +(assert (myObject (attribute1 "attr49082") ) ) +(assert (myObject (attribute1 "attr49083") ) ) +(assert (myObject (attribute1 "attr49084") ) ) +(assert (myObject (attribute1 "attr49085") ) ) +(assert (myObject (attribute1 "attr49086") ) ) +(assert (myObject (attribute1 "attr49087") ) ) +(assert (myObject (attribute1 "attr49088") ) ) +(assert (myObject (attribute1 "attr49089") ) ) +(assert (myObject (attribute1 "attr49090") ) ) +(assert (myObject (attribute1 "attr49091") ) ) +(assert (myObject (attribute1 "attr49092") ) ) +(assert (myObject (attribute1 "attr49093") ) ) +(assert (myObject (attribute1 "attr49094") ) ) +(assert (myObject (attribute1 "attr49095") ) ) +(assert (myObject (attribute1 "attr49096") ) ) +(assert (myObject (attribute1 "attr49097") ) ) +(assert (myObject (attribute1 "attr49098") ) ) +(assert (myObject (attribute1 "attr49099") ) ) +(assert (myObject (attribute1 "attr49100") ) ) +(assert (myObject (attribute1 "attr49101") ) ) +(assert (myObject (attribute1 "attr49102") ) ) +(assert (myObject (attribute1 "attr49103") ) ) +(assert (myObject (attribute1 "attr49104") ) ) +(assert (myObject (attribute1 "attr49105") ) ) +(assert (myObject (attribute1 "attr49106") ) ) +(assert (myObject (attribute1 "attr49107") ) ) +(assert (myObject (attribute1 "attr49108") ) ) +(assert (myObject (attribute1 "attr49109") ) ) +(assert (myObject (attribute1 "attr49110") ) ) +(assert (myObject (attribute1 "attr49111") ) ) +(assert (myObject (attribute1 "attr49112") ) ) +(assert (myObject (attribute1 "attr49113") ) ) +(assert (myObject (attribute1 "attr49114") ) ) +(assert (myObject (attribute1 "attr49115") ) ) +(assert (myObject (attribute1 "attr49116") ) ) +(assert (myObject (attribute1 "attr49117") ) ) +(assert (myObject (attribute1 "attr49118") ) ) +(assert (myObject (attribute1 "attr49119") ) ) +(assert (myObject (attribute1 "attr49120") ) ) +(assert (myObject (attribute1 "attr49121") ) ) +(assert (myObject (attribute1 "attr49122") ) ) +(assert (myObject (attribute1 "attr49123") ) ) +(assert (myObject (attribute1 "attr49124") ) ) +(assert (myObject (attribute1 "attr49125") ) ) +(assert (myObject (attribute1 "attr49126") ) ) +(assert (myObject (attribute1 "attr49127") ) ) +(assert (myObject (attribute1 "attr49128") ) ) +(assert (myObject (attribute1 "attr49129") ) ) +(assert (myObject (attribute1 "attr49130") ) ) +(assert (myObject (attribute1 "attr49131") ) ) +(assert (myObject (attribute1 "attr49132") ) ) +(assert (myObject (attribute1 "attr49133") ) ) +(assert (myObject (attribute1 "attr49134") ) ) +(assert (myObject (attribute1 "attr49135") ) ) +(assert (myObject (attribute1 "attr49136") ) ) +(assert (myObject (attribute1 "attr49137") ) ) +(assert (myObject (attribute1 "attr49138") ) ) +(assert (myObject (attribute1 "attr49139") ) ) +(assert (myObject (attribute1 "attr49140") ) ) +(assert (myObject (attribute1 "attr49141") ) ) +(assert (myObject (attribute1 "attr49142") ) ) +(assert (myObject (attribute1 "attr49143") ) ) +(assert (myObject (attribute1 "attr49144") ) ) +(assert (myObject (attribute1 "attr49145") ) ) +(assert (myObject (attribute1 "attr49146") ) ) +(assert (myObject (attribute1 "attr49147") ) ) +(assert (myObject (attribute1 "attr49148") ) ) +(assert (myObject (attribute1 "attr49149") ) ) +(assert (myObject (attribute1 "attr49150") ) ) +(assert (myObject (attribute1 "attr49151") ) ) +(assert (myObject (attribute1 "attr49152") ) ) +(assert (myObject (attribute1 "attr49153") ) ) +(assert (myObject (attribute1 "attr49154") ) ) +(assert (myObject (attribute1 "attr49155") ) ) +(assert (myObject (attribute1 "attr49156") ) ) +(assert (myObject (attribute1 "attr49157") ) ) +(assert (myObject (attribute1 "attr49158") ) ) +(assert (myObject (attribute1 "attr49159") ) ) +(assert (myObject (attribute1 "attr49160") ) ) +(assert (myObject (attribute1 "attr49161") ) ) +(assert (myObject (attribute1 "attr49162") ) ) +(assert (myObject (attribute1 "attr49163") ) ) +(assert (myObject (attribute1 "attr49164") ) ) +(assert (myObject (attribute1 "attr49165") ) ) +(assert (myObject (attribute1 "attr49166") ) ) +(assert (myObject (attribute1 "attr49167") ) ) +(assert (myObject (attribute1 "attr49168") ) ) +(assert (myObject (attribute1 "attr49169") ) ) +(assert (myObject (attribute1 "attr49170") ) ) +(assert (myObject (attribute1 "attr49171") ) ) +(assert (myObject (attribute1 "attr49172") ) ) +(assert (myObject (attribute1 "attr49173") ) ) +(assert (myObject (attribute1 "attr49174") ) ) +(assert (myObject (attribute1 "attr49175") ) ) +(assert (myObject (attribute1 "attr49176") ) ) +(assert (myObject (attribute1 "attr49177") ) ) +(assert (myObject (attribute1 "attr49178") ) ) +(assert (myObject (attribute1 "attr49179") ) ) +(assert (myObject (attribute1 "attr49180") ) ) +(assert (myObject (attribute1 "attr49181") ) ) +(assert (myObject (attribute1 "attr49182") ) ) +(assert (myObject (attribute1 "attr49183") ) ) +(assert (myObject (attribute1 "attr49184") ) ) +(assert (myObject (attribute1 "attr49185") ) ) +(assert (myObject (attribute1 "attr49186") ) ) +(assert (myObject (attribute1 "attr49187") ) ) +(assert (myObject (attribute1 "attr49188") ) ) +(assert (myObject (attribute1 "attr49189") ) ) +(assert (myObject (attribute1 "attr49190") ) ) +(assert (myObject (attribute1 "attr49191") ) ) +(assert (myObject (attribute1 "attr49192") ) ) +(assert (myObject (attribute1 "attr49193") ) ) +(assert (myObject (attribute1 "attr49194") ) ) +(assert (myObject (attribute1 "attr49195") ) ) +(assert (myObject (attribute1 "attr49196") ) ) +(assert (myObject (attribute1 "attr49197") ) ) +(assert (myObject (attribute1 "attr49198") ) ) +(assert (myObject (attribute1 "attr49199") ) ) +(assert (myObject (attribute1 "attr49200") ) ) +(assert (myObject (attribute1 "attr49201") ) ) +(assert (myObject (attribute1 "attr49202") ) ) +(assert (myObject (attribute1 "attr49203") ) ) +(assert (myObject (attribute1 "attr49204") ) ) +(assert (myObject (attribute1 "attr49205") ) ) +(assert (myObject (attribute1 "attr49206") ) ) +(assert (myObject (attribute1 "attr49207") ) ) +(assert (myObject (attribute1 "attr49208") ) ) +(assert (myObject (attribute1 "attr49209") ) ) +(assert (myObject (attribute1 "attr49210") ) ) +(assert (myObject (attribute1 "attr49211") ) ) +(assert (myObject (attribute1 "attr49212") ) ) +(assert (myObject (attribute1 "attr49213") ) ) +(assert (myObject (attribute1 "attr49214") ) ) +(assert (myObject (attribute1 "attr49215") ) ) +(assert (myObject (attribute1 "attr49216") ) ) +(assert (myObject (attribute1 "attr49217") ) ) +(assert (myObject (attribute1 "attr49218") ) ) +(assert (myObject (attribute1 "attr49219") ) ) +(assert (myObject (attribute1 "attr49220") ) ) +(assert (myObject (attribute1 "attr49221") ) ) +(assert (myObject (attribute1 "attr49222") ) ) +(assert (myObject (attribute1 "attr49223") ) ) +(assert (myObject (attribute1 "attr49224") ) ) +(assert (myObject (attribute1 "attr49225") ) ) +(assert (myObject (attribute1 "attr49226") ) ) +(assert (myObject (attribute1 "attr49227") ) ) +(assert (myObject (attribute1 "attr49228") ) ) +(assert (myObject (attribute1 "attr49229") ) ) +(assert (myObject (attribute1 "attr49230") ) ) +(assert (myObject (attribute1 "attr49231") ) ) +(assert (myObject (attribute1 "attr49232") ) ) +(assert (myObject (attribute1 "attr49233") ) ) +(assert (myObject (attribute1 "attr49234") ) ) +(assert (myObject (attribute1 "attr49235") ) ) +(assert (myObject (attribute1 "attr49236") ) ) +(assert (myObject (attribute1 "attr49237") ) ) +(assert (myObject (attribute1 "attr49238") ) ) +(assert (myObject (attribute1 "attr49239") ) ) +(assert (myObject (attribute1 "attr49240") ) ) +(assert (myObject (attribute1 "attr49241") ) ) +(assert (myObject (attribute1 "attr49242") ) ) +(assert (myObject (attribute1 "attr49243") ) ) +(assert (myObject (attribute1 "attr49244") ) ) +(assert (myObject (attribute1 "attr49245") ) ) +(assert (myObject (attribute1 "attr49246") ) ) +(assert (myObject (attribute1 "attr49247") ) ) +(assert (myObject (attribute1 "attr49248") ) ) +(assert (myObject (attribute1 "attr49249") ) ) +(assert (myObject (attribute1 "attr49250") ) ) +(assert (myObject (attribute1 "attr49251") ) ) +(assert (myObject (attribute1 "attr49252") ) ) +(assert (myObject (attribute1 "attr49253") ) ) +(assert (myObject (attribute1 "attr49254") ) ) +(assert (myObject (attribute1 "attr49255") ) ) +(assert (myObject (attribute1 "attr49256") ) ) +(assert (myObject (attribute1 "attr49257") ) ) +(assert (myObject (attribute1 "attr49258") ) ) +(assert (myObject (attribute1 "attr49259") ) ) +(assert (myObject (attribute1 "attr49260") ) ) +(assert (myObject (attribute1 "attr49261") ) ) +(assert (myObject (attribute1 "attr49262") ) ) +(assert (myObject (attribute1 "attr49263") ) ) +(assert (myObject (attribute1 "attr49264") ) ) +(assert (myObject (attribute1 "attr49265") ) ) +(assert (myObject (attribute1 "attr49266") ) ) +(assert (myObject (attribute1 "attr49267") ) ) +(assert (myObject (attribute1 "attr49268") ) ) +(assert (myObject (attribute1 "attr49269") ) ) +(assert (myObject (attribute1 "attr49270") ) ) +(assert (myObject (attribute1 "attr49271") ) ) +(assert (myObject (attribute1 "attr49272") ) ) +(assert (myObject (attribute1 "attr49273") ) ) +(assert (myObject (attribute1 "attr49274") ) ) +(assert (myObject (attribute1 "attr49275") ) ) +(assert (myObject (attribute1 "attr49276") ) ) +(assert (myObject (attribute1 "attr49277") ) ) +(assert (myObject (attribute1 "attr49278") ) ) +(assert (myObject (attribute1 "attr49279") ) ) +(assert (myObject (attribute1 "attr49280") ) ) +(assert (myObject (attribute1 "attr49281") ) ) +(assert (myObject (attribute1 "attr49282") ) ) +(assert (myObject (attribute1 "attr49283") ) ) +(assert (myObject (attribute1 "attr49284") ) ) +(assert (myObject (attribute1 "attr49285") ) ) +(assert (myObject (attribute1 "attr49286") ) ) +(assert (myObject (attribute1 "attr49287") ) ) +(assert (myObject (attribute1 "attr49288") ) ) +(assert (myObject (attribute1 "attr49289") ) ) +(assert (myObject (attribute1 "attr49290") ) ) +(assert (myObject (attribute1 "attr49291") ) ) +(assert (myObject (attribute1 "attr49292") ) ) +(assert (myObject (attribute1 "attr49293") ) ) +(assert (myObject (attribute1 "attr49294") ) ) +(assert (myObject (attribute1 "attr49295") ) ) +(assert (myObject (attribute1 "attr49296") ) ) +(assert (myObject (attribute1 "attr49297") ) ) +(assert (myObject (attribute1 "attr49298") ) ) +(assert (myObject (attribute1 "attr49299") ) ) +(assert (myObject (attribute1 "attr49300") ) ) +(assert (myObject (attribute1 "attr49301") ) ) +(assert (myObject (attribute1 "attr49302") ) ) +(assert (myObject (attribute1 "attr49303") ) ) +(assert (myObject (attribute1 "attr49304") ) ) +(assert (myObject (attribute1 "attr49305") ) ) +(assert (myObject (attribute1 "attr49306") ) ) +(assert (myObject (attribute1 "attr49307") ) ) +(assert (myObject (attribute1 "attr49308") ) ) +(assert (myObject (attribute1 "attr49309") ) ) +(assert (myObject (attribute1 "attr49310") ) ) +(assert (myObject (attribute1 "attr49311") ) ) +(assert (myObject (attribute1 "attr49312") ) ) +(assert (myObject (attribute1 "attr49313") ) ) +(assert (myObject (attribute1 "attr49314") ) ) +(assert (myObject (attribute1 "attr49315") ) ) +(assert (myObject (attribute1 "attr49316") ) ) +(assert (myObject (attribute1 "attr49317") ) ) +(assert (myObject (attribute1 "attr49318") ) ) +(assert (myObject (attribute1 "attr49319") ) ) +(assert (myObject (attribute1 "attr49320") ) ) +(assert (myObject (attribute1 "attr49321") ) ) +(assert (myObject (attribute1 "attr49322") ) ) +(assert (myObject (attribute1 "attr49323") ) ) +(assert (myObject (attribute1 "attr49324") ) ) +(assert (myObject (attribute1 "attr49325") ) ) +(assert (myObject (attribute1 "attr49326") ) ) +(assert (myObject (attribute1 "attr49327") ) ) +(assert (myObject (attribute1 "attr49328") ) ) +(assert (myObject (attribute1 "attr49329") ) ) +(assert (myObject (attribute1 "attr49330") ) ) +(assert (myObject (attribute1 "attr49331") ) ) +(assert (myObject (attribute1 "attr49332") ) ) +(assert (myObject (attribute1 "attr49333") ) ) +(assert (myObject (attribute1 "attr49334") ) ) +(assert (myObject (attribute1 "attr49335") ) ) +(assert (myObject (attribute1 "attr49336") ) ) +(assert (myObject (attribute1 "attr49337") ) ) +(assert (myObject (attribute1 "attr49338") ) ) +(assert (myObject (attribute1 "attr49339") ) ) +(assert (myObject (attribute1 "attr49340") ) ) +(assert (myObject (attribute1 "attr49341") ) ) +(assert (myObject (attribute1 "attr49342") ) ) +(assert (myObject (attribute1 "attr49343") ) ) +(assert (myObject (attribute1 "attr49344") ) ) +(assert (myObject (attribute1 "attr49345") ) ) +(assert (myObject (attribute1 "attr49346") ) ) +(assert (myObject (attribute1 "attr49347") ) ) +(assert (myObject (attribute1 "attr49348") ) ) +(assert (myObject (attribute1 "attr49349") ) ) +(assert (myObject (attribute1 "attr49350") ) ) +(assert (myObject (attribute1 "attr49351") ) ) +(assert (myObject (attribute1 "attr49352") ) ) +(assert (myObject (attribute1 "attr49353") ) ) +(assert (myObject (attribute1 "attr49354") ) ) +(assert (myObject (attribute1 "attr49355") ) ) +(assert (myObject (attribute1 "attr49356") ) ) +(assert (myObject (attribute1 "attr49357") ) ) +(assert (myObject (attribute1 "attr49358") ) ) +(assert (myObject (attribute1 "attr49359") ) ) +(assert (myObject (attribute1 "attr49360") ) ) +(assert (myObject (attribute1 "attr49361") ) ) +(assert (myObject (attribute1 "attr49362") ) ) +(assert (myObject (attribute1 "attr49363") ) ) +(assert (myObject (attribute1 "attr49364") ) ) +(assert (myObject (attribute1 "attr49365") ) ) +(assert (myObject (attribute1 "attr49366") ) ) +(assert (myObject (attribute1 "attr49367") ) ) +(assert (myObject (attribute1 "attr49368") ) ) +(assert (myObject (attribute1 "attr49369") ) ) +(assert (myObject (attribute1 "attr49370") ) ) +(assert (myObject (attribute1 "attr49371") ) ) +(assert (myObject (attribute1 "attr49372") ) ) +(assert (myObject (attribute1 "attr49373") ) ) +(assert (myObject (attribute1 "attr49374") ) ) +(assert (myObject (attribute1 "attr49375") ) ) +(assert (myObject (attribute1 "attr49376") ) ) +(assert (myObject (attribute1 "attr49377") ) ) +(assert (myObject (attribute1 "attr49378") ) ) +(assert (myObject (attribute1 "attr49379") ) ) +(assert (myObject (attribute1 "attr49380") ) ) +(assert (myObject (attribute1 "attr49381") ) ) +(assert (myObject (attribute1 "attr49382") ) ) +(assert (myObject (attribute1 "attr49383") ) ) +(assert (myObject (attribute1 "attr49384") ) ) +(assert (myObject (attribute1 "attr49385") ) ) +(assert (myObject (attribute1 "attr49386") ) ) +(assert (myObject (attribute1 "attr49387") ) ) +(assert (myObject (attribute1 "attr49388") ) ) +(assert (myObject (attribute1 "attr49389") ) ) +(assert (myObject (attribute1 "attr49390") ) ) +(assert (myObject (attribute1 "attr49391") ) ) +(assert (myObject (attribute1 "attr49392") ) ) +(assert (myObject (attribute1 "attr49393") ) ) +(assert (myObject (attribute1 "attr49394") ) ) +(assert (myObject (attribute1 "attr49395") ) ) +(assert (myObject (attribute1 "attr49396") ) ) +(assert (myObject (attribute1 "attr49397") ) ) +(assert (myObject (attribute1 "attr49398") ) ) +(assert (myObject (attribute1 "attr49399") ) ) +(assert (myObject (attribute1 "attr49400") ) ) +(assert (myObject (attribute1 "attr49401") ) ) +(assert (myObject (attribute1 "attr49402") ) ) +(assert (myObject (attribute1 "attr49403") ) ) +(assert (myObject (attribute1 "attr49404") ) ) +(assert (myObject (attribute1 "attr49405") ) ) +(assert (myObject (attribute1 "attr49406") ) ) +(assert (myObject (attribute1 "attr49407") ) ) +(assert (myObject (attribute1 "attr49408") ) ) +(assert (myObject (attribute1 "attr49409") ) ) +(assert (myObject (attribute1 "attr49410") ) ) +(assert (myObject (attribute1 "attr49411") ) ) +(assert (myObject (attribute1 "attr49412") ) ) +(assert (myObject (attribute1 "attr49413") ) ) +(assert (myObject (attribute1 "attr49414") ) ) +(assert (myObject (attribute1 "attr49415") ) ) +(assert (myObject (attribute1 "attr49416") ) ) +(assert (myObject (attribute1 "attr49417") ) ) +(assert (myObject (attribute1 "attr49418") ) ) +(assert (myObject (attribute1 "attr49419") ) ) +(assert (myObject (attribute1 "attr49420") ) ) +(assert (myObject (attribute1 "attr49421") ) ) +(assert (myObject (attribute1 "attr49422") ) ) +(assert (myObject (attribute1 "attr49423") ) ) +(assert (myObject (attribute1 "attr49424") ) ) +(assert (myObject (attribute1 "attr49425") ) ) +(assert (myObject (attribute1 "attr49426") ) ) +(assert (myObject (attribute1 "attr49427") ) ) +(assert (myObject (attribute1 "attr49428") ) ) +(assert (myObject (attribute1 "attr49429") ) ) +(assert (myObject (attribute1 "attr49430") ) ) +(assert (myObject (attribute1 "attr49431") ) ) +(assert (myObject (attribute1 "attr49432") ) ) +(assert (myObject (attribute1 "attr49433") ) ) +(assert (myObject (attribute1 "attr49434") ) ) +(assert (myObject (attribute1 "attr49435") ) ) +(assert (myObject (attribute1 "attr49436") ) ) +(assert (myObject (attribute1 "attr49437") ) ) +(assert (myObject (attribute1 "attr49438") ) ) +(assert (myObject (attribute1 "attr49439") ) ) +(assert (myObject (attribute1 "attr49440") ) ) +(assert (myObject (attribute1 "attr49441") ) ) +(assert (myObject (attribute1 "attr49442") ) ) +(assert (myObject (attribute1 "attr49443") ) ) +(assert (myObject (attribute1 "attr49444") ) ) +(assert (myObject (attribute1 "attr49445") ) ) +(assert (myObject (attribute1 "attr49446") ) ) +(assert (myObject (attribute1 "attr49447") ) ) +(assert (myObject (attribute1 "attr49448") ) ) +(assert (myObject (attribute1 "attr49449") ) ) +(assert (myObject (attribute1 "attr49450") ) ) +(assert (myObject (attribute1 "attr49451") ) ) +(assert (myObject (attribute1 "attr49452") ) ) +(assert (myObject (attribute1 "attr49453") ) ) +(assert (myObject (attribute1 "attr49454") ) ) +(assert (myObject (attribute1 "attr49455") ) ) +(assert (myObject (attribute1 "attr49456") ) ) +(assert (myObject (attribute1 "attr49457") ) ) +(assert (myObject (attribute1 "attr49458") ) ) +(assert (myObject (attribute1 "attr49459") ) ) +(assert (myObject (attribute1 "attr49460") ) ) +(assert (myObject (attribute1 "attr49461") ) ) +(assert (myObject (attribute1 "attr49462") ) ) +(assert (myObject (attribute1 "attr49463") ) ) +(assert (myObject (attribute1 "attr49464") ) ) +(assert (myObject (attribute1 "attr49465") ) ) +(assert (myObject (attribute1 "attr49466") ) ) +(assert (myObject (attribute1 "attr49467") ) ) +(assert (myObject (attribute1 "attr49468") ) ) +(assert (myObject (attribute1 "attr49469") ) ) +(assert (myObject (attribute1 "attr49470") ) ) +(assert (myObject (attribute1 "attr49471") ) ) +(assert (myObject (attribute1 "attr49472") ) ) +(assert (myObject (attribute1 "attr49473") ) ) +(assert (myObject (attribute1 "attr49474") ) ) +(assert (myObject (attribute1 "attr49475") ) ) +(assert (myObject (attribute1 "attr49476") ) ) +(assert (myObject (attribute1 "attr49477") ) ) +(assert (myObject (attribute1 "attr49478") ) ) +(assert (myObject (attribute1 "attr49479") ) ) +(assert (myObject (attribute1 "attr49480") ) ) +(assert (myObject (attribute1 "attr49481") ) ) +(assert (myObject (attribute1 "attr49482") ) ) +(assert (myObject (attribute1 "attr49483") ) ) +(assert (myObject (attribute1 "attr49484") ) ) +(assert (myObject (attribute1 "attr49485") ) ) +(assert (myObject (attribute1 "attr49486") ) ) +(assert (myObject (attribute1 "attr49487") ) ) +(assert (myObject (attribute1 "attr49488") ) ) +(assert (myObject (attribute1 "attr49489") ) ) +(assert (myObject (attribute1 "attr49490") ) ) +(assert (myObject (attribute1 "attr49491") ) ) +(assert (myObject (attribute1 "attr49492") ) ) +(assert (myObject (attribute1 "attr49493") ) ) +(assert (myObject (attribute1 "attr49494") ) ) +(assert (myObject (attribute1 "attr49495") ) ) +(assert (myObject (attribute1 "attr49496") ) ) +(assert (myObject (attribute1 "attr49497") ) ) +(assert (myObject (attribute1 "attr49498") ) ) +(assert (myObject (attribute1 "attr49499") ) ) +(assert (myObject (attribute1 "attr49500") ) ) +(assert (myObject (attribute1 "attr49501") ) ) +(assert (myObject (attribute1 "attr49502") ) ) +(assert (myObject (attribute1 "attr49503") ) ) +(assert (myObject (attribute1 "attr49504") ) ) +(assert (myObject (attribute1 "attr49505") ) ) +(assert (myObject (attribute1 "attr49506") ) ) +(assert (myObject (attribute1 "attr49507") ) ) +(assert (myObject (attribute1 "attr49508") ) ) +(assert (myObject (attribute1 "attr49509") ) ) +(assert (myObject (attribute1 "attr49510") ) ) +(assert (myObject (attribute1 "attr49511") ) ) +(assert (myObject (attribute1 "attr49512") ) ) +(assert (myObject (attribute1 "attr49513") ) ) +(assert (myObject (attribute1 "attr49514") ) ) +(assert (myObject (attribute1 "attr49515") ) ) +(assert (myObject (attribute1 "attr49516") ) ) +(assert (myObject (attribute1 "attr49517") ) ) +(assert (myObject (attribute1 "attr49518") ) ) +(assert (myObject (attribute1 "attr49519") ) ) +(assert (myObject (attribute1 "attr49520") ) ) +(assert (myObject (attribute1 "attr49521") ) ) +(assert (myObject (attribute1 "attr49522") ) ) +(assert (myObject (attribute1 "attr49523") ) ) +(assert (myObject (attribute1 "attr49524") ) ) +(assert (myObject (attribute1 "attr49525") ) ) +(assert (myObject (attribute1 "attr49526") ) ) +(assert (myObject (attribute1 "attr49527") ) ) +(assert (myObject (attribute1 "attr49528") ) ) +(assert (myObject (attribute1 "attr49529") ) ) +(assert (myObject (attribute1 "attr49530") ) ) +(assert (myObject (attribute1 "attr49531") ) ) +(assert (myObject (attribute1 "attr49532") ) ) +(assert (myObject (attribute1 "attr49533") ) ) +(assert (myObject (attribute1 "attr49534") ) ) +(assert (myObject (attribute1 "attr49535") ) ) +(assert (myObject (attribute1 "attr49536") ) ) +(assert (myObject (attribute1 "attr49537") ) ) +(assert (myObject (attribute1 "attr49538") ) ) +(assert (myObject (attribute1 "attr49539") ) ) +(assert (myObject (attribute1 "attr49540") ) ) +(assert (myObject (attribute1 "attr49541") ) ) +(assert (myObject (attribute1 "attr49542") ) ) +(assert (myObject (attribute1 "attr49543") ) ) +(assert (myObject (attribute1 "attr49544") ) ) +(assert (myObject (attribute1 "attr49545") ) ) +(assert (myObject (attribute1 "attr49546") ) ) +(assert (myObject (attribute1 "attr49547") ) ) +(assert (myObject (attribute1 "attr49548") ) ) +(assert (myObject (attribute1 "attr49549") ) ) +(assert (myObject (attribute1 "attr49550") ) ) +(assert (myObject (attribute1 "attr49551") ) ) +(assert (myObject (attribute1 "attr49552") ) ) +(assert (myObject (attribute1 "attr49553") ) ) +(assert (myObject (attribute1 "attr49554") ) ) +(assert (myObject (attribute1 "attr49555") ) ) +(assert (myObject (attribute1 "attr49556") ) ) +(assert (myObject (attribute1 "attr49557") ) ) +(assert (myObject (attribute1 "attr49558") ) ) +(assert (myObject (attribute1 "attr49559") ) ) +(assert (myObject (attribute1 "attr49560") ) ) +(assert (myObject (attribute1 "attr49561") ) ) +(assert (myObject (attribute1 "attr49562") ) ) +(assert (myObject (attribute1 "attr49563") ) ) +(assert (myObject (attribute1 "attr49564") ) ) +(assert (myObject (attribute1 "attr49565") ) ) +(assert (myObject (attribute1 "attr49566") ) ) +(assert (myObject (attribute1 "attr49567") ) ) +(assert (myObject (attribute1 "attr49568") ) ) +(assert (myObject (attribute1 "attr49569") ) ) +(assert (myObject (attribute1 "attr49570") ) ) +(assert (myObject (attribute1 "attr49571") ) ) +(assert (myObject (attribute1 "attr49572") ) ) +(assert (myObject (attribute1 "attr49573") ) ) +(assert (myObject (attribute1 "attr49574") ) ) +(assert (myObject (attribute1 "attr49575") ) ) +(assert (myObject (attribute1 "attr49576") ) ) +(assert (myObject (attribute1 "attr49577") ) ) +(assert (myObject (attribute1 "attr49578") ) ) +(assert (myObject (attribute1 "attr49579") ) ) +(assert (myObject (attribute1 "attr49580") ) ) +(assert (myObject (attribute1 "attr49581") ) ) +(assert (myObject (attribute1 "attr49582") ) ) +(assert (myObject (attribute1 "attr49583") ) ) +(assert (myObject (attribute1 "attr49584") ) ) +(assert (myObject (attribute1 "attr49585") ) ) +(assert (myObject (attribute1 "attr49586") ) ) +(assert (myObject (attribute1 "attr49587") ) ) +(assert (myObject (attribute1 "attr49588") ) ) +(assert (myObject (attribute1 "attr49589") ) ) +(assert (myObject (attribute1 "attr49590") ) ) +(assert (myObject (attribute1 "attr49591") ) ) +(assert (myObject (attribute1 "attr49592") ) ) +(assert (myObject (attribute1 "attr49593") ) ) +(assert (myObject (attribute1 "attr49594") ) ) +(assert (myObject (attribute1 "attr49595") ) ) +(assert (myObject (attribute1 "attr49596") ) ) +(assert (myObject (attribute1 "attr49597") ) ) +(assert (myObject (attribute1 "attr49598") ) ) +(assert (myObject (attribute1 "attr49599") ) ) +(assert (myObject (attribute1 "attr49600") ) ) +(assert (myObject (attribute1 "attr49601") ) ) +(assert (myObject (attribute1 "attr49602") ) ) +(assert (myObject (attribute1 "attr49603") ) ) +(assert (myObject (attribute1 "attr49604") ) ) +(assert (myObject (attribute1 "attr49605") ) ) +(assert (myObject (attribute1 "attr49606") ) ) +(assert (myObject (attribute1 "attr49607") ) ) +(assert (myObject (attribute1 "attr49608") ) ) +(assert (myObject (attribute1 "attr49609") ) ) +(assert (myObject (attribute1 "attr49610") ) ) +(assert (myObject (attribute1 "attr49611") ) ) +(assert (myObject (attribute1 "attr49612") ) ) +(assert (myObject (attribute1 "attr49613") ) ) +(assert (myObject (attribute1 "attr49614") ) ) +(assert (myObject (attribute1 "attr49615") ) ) +(assert (myObject (attribute1 "attr49616") ) ) +(assert (myObject (attribute1 "attr49617") ) ) +(assert (myObject (attribute1 "attr49618") ) ) +(assert (myObject (attribute1 "attr49619") ) ) +(assert (myObject (attribute1 "attr49620") ) ) +(assert (myObject (attribute1 "attr49621") ) ) +(assert (myObject (attribute1 "attr49622") ) ) +(assert (myObject (attribute1 "attr49623") ) ) +(assert (myObject (attribute1 "attr49624") ) ) +(assert (myObject (attribute1 "attr49625") ) ) +(assert (myObject (attribute1 "attr49626") ) ) +(assert (myObject (attribute1 "attr49627") ) ) +(assert (myObject (attribute1 "attr49628") ) ) +(assert (myObject (attribute1 "attr49629") ) ) +(assert (myObject (attribute1 "attr49630") ) ) +(assert (myObject (attribute1 "attr49631") ) ) +(assert (myObject (attribute1 "attr49632") ) ) +(assert (myObject (attribute1 "attr49633") ) ) +(assert (myObject (attribute1 "attr49634") ) ) +(assert (myObject (attribute1 "attr49635") ) ) +(assert (myObject (attribute1 "attr49636") ) ) +(assert (myObject (attribute1 "attr49637") ) ) +(assert (myObject (attribute1 "attr49638") ) ) +(assert (myObject (attribute1 "attr49639") ) ) +(assert (myObject (attribute1 "attr49640") ) ) +(assert (myObject (attribute1 "attr49641") ) ) +(assert (myObject (attribute1 "attr49642") ) ) +(assert (myObject (attribute1 "attr49643") ) ) +(assert (myObject (attribute1 "attr49644") ) ) +(assert (myObject (attribute1 "attr49645") ) ) +(assert (myObject (attribute1 "attr49646") ) ) +(assert (myObject (attribute1 "attr49647") ) ) +(assert (myObject (attribute1 "attr49648") ) ) +(assert (myObject (attribute1 "attr49649") ) ) +(assert (myObject (attribute1 "attr49650") ) ) +(assert (myObject (attribute1 "attr49651") ) ) +(assert (myObject (attribute1 "attr49652") ) ) +(assert (myObject (attribute1 "attr49653") ) ) +(assert (myObject (attribute1 "attr49654") ) ) +(assert (myObject (attribute1 "attr49655") ) ) +(assert (myObject (attribute1 "attr49656") ) ) +(assert (myObject (attribute1 "attr49657") ) ) +(assert (myObject (attribute1 "attr49658") ) ) +(assert (myObject (attribute1 "attr49659") ) ) +(assert (myObject (attribute1 "attr49660") ) ) +(assert (myObject (attribute1 "attr49661") ) ) +(assert (myObject (attribute1 "attr49662") ) ) +(assert (myObject (attribute1 "attr49663") ) ) +(assert (myObject (attribute1 "attr49664") ) ) +(assert (myObject (attribute1 "attr49665") ) ) +(assert (myObject (attribute1 "attr49666") ) ) +(assert (myObject (attribute1 "attr49667") ) ) +(assert (myObject (attribute1 "attr49668") ) ) +(assert (myObject (attribute1 "attr49669") ) ) +(assert (myObject (attribute1 "attr49670") ) ) +(assert (myObject (attribute1 "attr49671") ) ) +(assert (myObject (attribute1 "attr49672") ) ) +(assert (myObject (attribute1 "attr49673") ) ) +(assert (myObject (attribute1 "attr49674") ) ) +(assert (myObject (attribute1 "attr49675") ) ) +(assert (myObject (attribute1 "attr49676") ) ) +(assert (myObject (attribute1 "attr49677") ) ) +(assert (myObject (attribute1 "attr49678") ) ) +(assert (myObject (attribute1 "attr49679") ) ) +(assert (myObject (attribute1 "attr49680") ) ) +(assert (myObject (attribute1 "attr49681") ) ) +(assert (myObject (attribute1 "attr49682") ) ) +(assert (myObject (attribute1 "attr49683") ) ) +(assert (myObject (attribute1 "attr49684") ) ) +(assert (myObject (attribute1 "attr49685") ) ) +(assert (myObject (attribute1 "attr49686") ) ) +(assert (myObject (attribute1 "attr49687") ) ) +(assert (myObject (attribute1 "attr49688") ) ) +(assert (myObject (attribute1 "attr49689") ) ) +(assert (myObject (attribute1 "attr49690") ) ) +(assert (myObject (attribute1 "attr49691") ) ) +(assert (myObject (attribute1 "attr49692") ) ) +(assert (myObject (attribute1 "attr49693") ) ) +(assert (myObject (attribute1 "attr49694") ) ) +(assert (myObject (attribute1 "attr49695") ) ) +(assert (myObject (attribute1 "attr49696") ) ) +(assert (myObject (attribute1 "attr49697") ) ) +(assert (myObject (attribute1 "attr49698") ) ) +(assert (myObject (attribute1 "attr49699") ) ) +(assert (myObject (attribute1 "attr49700") ) ) +(assert (myObject (attribute1 "attr49701") ) ) +(assert (myObject (attribute1 "attr49702") ) ) +(assert (myObject (attribute1 "attr49703") ) ) +(assert (myObject (attribute1 "attr49704") ) ) +(assert (myObject (attribute1 "attr49705") ) ) +(assert (myObject (attribute1 "attr49706") ) ) +(assert (myObject (attribute1 "attr49707") ) ) +(assert (myObject (attribute1 "attr49708") ) ) +(assert (myObject (attribute1 "attr49709") ) ) +(assert (myObject (attribute1 "attr49710") ) ) +(assert (myObject (attribute1 "attr49711") ) ) +(assert (myObject (attribute1 "attr49712") ) ) +(assert (myObject (attribute1 "attr49713") ) ) +(assert (myObject (attribute1 "attr49714") ) ) +(assert (myObject (attribute1 "attr49715") ) ) +(assert (myObject (attribute1 "attr49716") ) ) +(assert (myObject (attribute1 "attr49717") ) ) +(assert (myObject (attribute1 "attr49718") ) ) +(assert (myObject (attribute1 "attr49719") ) ) +(assert (myObject (attribute1 "attr49720") ) ) +(assert (myObject (attribute1 "attr49721") ) ) +(assert (myObject (attribute1 "attr49722") ) ) +(assert (myObject (attribute1 "attr49723") ) ) +(assert (myObject (attribute1 "attr49724") ) ) +(assert (myObject (attribute1 "attr49725") ) ) +(assert (myObject (attribute1 "attr49726") ) ) +(assert (myObject (attribute1 "attr49727") ) ) +(assert (myObject (attribute1 "attr49728") ) ) +(assert (myObject (attribute1 "attr49729") ) ) +(assert (myObject (attribute1 "attr49730") ) ) +(assert (myObject (attribute1 "attr49731") ) ) +(assert (myObject (attribute1 "attr49732") ) ) +(assert (myObject (attribute1 "attr49733") ) ) +(assert (myObject (attribute1 "attr49734") ) ) +(assert (myObject (attribute1 "attr49735") ) ) +(assert (myObject (attribute1 "attr49736") ) ) +(assert (myObject (attribute1 "attr49737") ) ) +(assert (myObject (attribute1 "attr49738") ) ) +(assert (myObject (attribute1 "attr49739") ) ) +(assert (myObject (attribute1 "attr49740") ) ) +(assert (myObject (attribute1 "attr49741") ) ) +(assert (myObject (attribute1 "attr49742") ) ) +(assert (myObject (attribute1 "attr49743") ) ) +(assert (myObject (attribute1 "attr49744") ) ) +(assert (myObject (attribute1 "attr49745") ) ) +(assert (myObject (attribute1 "attr49746") ) ) +(assert (myObject (attribute1 "attr49747") ) ) +(assert (myObject (attribute1 "attr49748") ) ) +(assert (myObject (attribute1 "attr49749") ) ) +(assert (myObject (attribute1 "attr49750") ) ) +(assert (myObject (attribute1 "attr49751") ) ) +(assert (myObject (attribute1 "attr49752") ) ) +(assert (myObject (attribute1 "attr49753") ) ) +(assert (myObject (attribute1 "attr49754") ) ) +(assert (myObject (attribute1 "attr49755") ) ) +(assert (myObject (attribute1 "attr49756") ) ) +(assert (myObject (attribute1 "attr49757") ) ) +(assert (myObject (attribute1 "attr49758") ) ) +(assert (myObject (attribute1 "attr49759") ) ) +(assert (myObject (attribute1 "attr49760") ) ) +(assert (myObject (attribute1 "attr49761") ) ) +(assert (myObject (attribute1 "attr49762") ) ) +(assert (myObject (attribute1 "attr49763") ) ) +(assert (myObject (attribute1 "attr49764") ) ) +(assert (myObject (attribute1 "attr49765") ) ) +(assert (myObject (attribute1 "attr49766") ) ) +(assert (myObject (attribute1 "attr49767") ) ) +(assert (myObject (attribute1 "attr49768") ) ) +(assert (myObject (attribute1 "attr49769") ) ) +(assert (myObject (attribute1 "attr49770") ) ) +(assert (myObject (attribute1 "attr49771") ) ) +(assert (myObject (attribute1 "attr49772") ) ) +(assert (myObject (attribute1 "attr49773") ) ) +(assert (myObject (attribute1 "attr49774") ) ) +(assert (myObject (attribute1 "attr49775") ) ) +(assert (myObject (attribute1 "attr49776") ) ) +(assert (myObject (attribute1 "attr49777") ) ) +(assert (myObject (attribute1 "attr49778") ) ) +(assert (myObject (attribute1 "attr49779") ) ) +(assert (myObject (attribute1 "attr49780") ) ) +(assert (myObject (attribute1 "attr49781") ) ) +(assert (myObject (attribute1 "attr49782") ) ) +(assert (myObject (attribute1 "attr49783") ) ) +(assert (myObject (attribute1 "attr49784") ) ) +(assert (myObject (attribute1 "attr49785") ) ) +(assert (myObject (attribute1 "attr49786") ) ) +(assert (myObject (attribute1 "attr49787") ) ) +(assert (myObject (attribute1 "attr49788") ) ) +(assert (myObject (attribute1 "attr49789") ) ) +(assert (myObject (attribute1 "attr49790") ) ) +(assert (myObject (attribute1 "attr49791") ) ) +(assert (myObject (attribute1 "attr49792") ) ) +(assert (myObject (attribute1 "attr49793") ) ) +(assert (myObject (attribute1 "attr49794") ) ) +(assert (myObject (attribute1 "attr49795") ) ) +(assert (myObject (attribute1 "attr49796") ) ) +(assert (myObject (attribute1 "attr49797") ) ) +(assert (myObject (attribute1 "attr49798") ) ) +(assert (myObject (attribute1 "attr49799") ) ) +(assert (myObject (attribute1 "attr49800") ) ) +(assert (myObject (attribute1 "attr49801") ) ) +(assert (myObject (attribute1 "attr49802") ) ) +(assert (myObject (attribute1 "attr49803") ) ) +(assert (myObject (attribute1 "attr49804") ) ) +(assert (myObject (attribute1 "attr49805") ) ) +(assert (myObject (attribute1 "attr49806") ) ) +(assert (myObject (attribute1 "attr49807") ) ) +(assert (myObject (attribute1 "attr49808") ) ) +(assert (myObject (attribute1 "attr49809") ) ) +(assert (myObject (attribute1 "attr49810") ) ) +(assert (myObject (attribute1 "attr49811") ) ) +(assert (myObject (attribute1 "attr49812") ) ) +(assert (myObject (attribute1 "attr49813") ) ) +(assert (myObject (attribute1 "attr49814") ) ) +(assert (myObject (attribute1 "attr49815") ) ) +(assert (myObject (attribute1 "attr49816") ) ) +(assert (myObject (attribute1 "attr49817") ) ) +(assert (myObject (attribute1 "attr49818") ) ) +(assert (myObject (attribute1 "attr49819") ) ) +(assert (myObject (attribute1 "attr49820") ) ) +(assert (myObject (attribute1 "attr49821") ) ) +(assert (myObject (attribute1 "attr49822") ) ) +(assert (myObject (attribute1 "attr49823") ) ) +(assert (myObject (attribute1 "attr49824") ) ) +(assert (myObject (attribute1 "attr49825") ) ) +(assert (myObject (attribute1 "attr49826") ) ) +(assert (myObject (attribute1 "attr49827") ) ) +(assert (myObject (attribute1 "attr49828") ) ) +(assert (myObject (attribute1 "attr49829") ) ) +(assert (myObject (attribute1 "attr49830") ) ) +(assert (myObject (attribute1 "attr49831") ) ) +(assert (myObject (attribute1 "attr49832") ) ) +(assert (myObject (attribute1 "attr49833") ) ) +(assert (myObject (attribute1 "attr49834") ) ) +(assert (myObject (attribute1 "attr49835") ) ) +(assert (myObject (attribute1 "attr49836") ) ) +(assert (myObject (attribute1 "attr49837") ) ) +(assert (myObject (attribute1 "attr49838") ) ) +(assert (myObject (attribute1 "attr49839") ) ) +(assert (myObject (attribute1 "attr49840") ) ) +(assert (myObject (attribute1 "attr49841") ) ) +(assert (myObject (attribute1 "attr49842") ) ) +(assert (myObject (attribute1 "attr49843") ) ) +(assert (myObject (attribute1 "attr49844") ) ) +(assert (myObject (attribute1 "attr49845") ) ) +(assert (myObject (attribute1 "attr49846") ) ) +(assert (myObject (attribute1 "attr49847") ) ) +(assert (myObject (attribute1 "attr49848") ) ) +(assert (myObject (attribute1 "attr49849") ) ) +(assert (myObject (attribute1 "attr49850") ) ) +(assert (myObject (attribute1 "attr49851") ) ) +(assert (myObject (attribute1 "attr49852") ) ) +(assert (myObject (attribute1 "attr49853") ) ) +(assert (myObject (attribute1 "attr49854") ) ) +(assert (myObject (attribute1 "attr49855") ) ) +(assert (myObject (attribute1 "attr49856") ) ) +(assert (myObject (attribute1 "attr49857") ) ) +(assert (myObject (attribute1 "attr49858") ) ) +(assert (myObject (attribute1 "attr49859") ) ) +(assert (myObject (attribute1 "attr49860") ) ) +(assert (myObject (attribute1 "attr49861") ) ) +(assert (myObject (attribute1 "attr49862") ) ) +(assert (myObject (attribute1 "attr49863") ) ) +(assert (myObject (attribute1 "attr49864") ) ) +(assert (myObject (attribute1 "attr49865") ) ) +(assert (myObject (attribute1 "attr49866") ) ) +(assert (myObject (attribute1 "attr49867") ) ) +(assert (myObject (attribute1 "attr49868") ) ) +(assert (myObject (attribute1 "attr49869") ) ) +(assert (myObject (attribute1 "attr49870") ) ) +(assert (myObject (attribute1 "attr49871") ) ) +(assert (myObject (attribute1 "attr49872") ) ) +(assert (myObject (attribute1 "attr49873") ) ) +(assert (myObject (attribute1 "attr49874") ) ) +(assert (myObject (attribute1 "attr49875") ) ) +(assert (myObject (attribute1 "attr49876") ) ) +(assert (myObject (attribute1 "attr49877") ) ) +(assert (myObject (attribute1 "attr49878") ) ) +(assert (myObject (attribute1 "attr49879") ) ) +(assert (myObject (attribute1 "attr49880") ) ) +(assert (myObject (attribute1 "attr49881") ) ) +(assert (myObject (attribute1 "attr49882") ) ) +(assert (myObject (attribute1 "attr49883") ) ) +(assert (myObject (attribute1 "attr49884") ) ) +(assert (myObject (attribute1 "attr49885") ) ) +(assert (myObject (attribute1 "attr49886") ) ) +(assert (myObject (attribute1 "attr49887") ) ) +(assert (myObject (attribute1 "attr49888") ) ) +(assert (myObject (attribute1 "attr49889") ) ) +(assert (myObject (attribute1 "attr49890") ) ) +(assert (myObject (attribute1 "attr49891") ) ) +(assert (myObject (attribute1 "attr49892") ) ) +(assert (myObject (attribute1 "attr49893") ) ) +(assert (myObject (attribute1 "attr49894") ) ) +(assert (myObject (attribute1 "attr49895") ) ) +(assert (myObject (attribute1 "attr49896") ) ) +(assert (myObject (attribute1 "attr49897") ) ) +(assert (myObject (attribute1 "attr49898") ) ) +(assert (myObject (attribute1 "attr49899") ) ) +(assert (myObject (attribute1 "attr49900") ) ) +(assert (myObject (attribute1 "attr49901") ) ) +(assert (myObject (attribute1 "attr49902") ) ) +(assert (myObject (attribute1 "attr49903") ) ) +(assert (myObject (attribute1 "attr49904") ) ) +(assert (myObject (attribute1 "attr49905") ) ) +(assert (myObject (attribute1 "attr49906") ) ) +(assert (myObject (attribute1 "attr49907") ) ) +(assert (myObject (attribute1 "attr49908") ) ) +(assert (myObject (attribute1 "attr49909") ) ) +(assert (myObject (attribute1 "attr49910") ) ) +(assert (myObject (attribute1 "attr49911") ) ) +(assert (myObject (attribute1 "attr49912") ) ) +(assert (myObject (attribute1 "attr49913") ) ) +(assert (myObject (attribute1 "attr49914") ) ) +(assert (myObject (attribute1 "attr49915") ) ) +(assert (myObject (attribute1 "attr49916") ) ) +(assert (myObject (attribute1 "attr49917") ) ) +(assert (myObject (attribute1 "attr49918") ) ) +(assert (myObject (attribute1 "attr49919") ) ) +(assert (myObject (attribute1 "attr49920") ) ) +(assert (myObject (attribute1 "attr49921") ) ) +(assert (myObject (attribute1 "attr49922") ) ) +(assert (myObject (attribute1 "attr49923") ) ) +(assert (myObject (attribute1 "attr49924") ) ) +(assert (myObject (attribute1 "attr49925") ) ) +(assert (myObject (attribute1 "attr49926") ) ) +(assert (myObject (attribute1 "attr49927") ) ) +(assert (myObject (attribute1 "attr49928") ) ) +(assert (myObject (attribute1 "attr49929") ) ) +(assert (myObject (attribute1 "attr49930") ) ) +(assert (myObject (attribute1 "attr49931") ) ) +(assert (myObject (attribute1 "attr49932") ) ) +(assert (myObject (attribute1 "attr49933") ) ) +(assert (myObject (attribute1 "attr49934") ) ) +(assert (myObject (attribute1 "attr49935") ) ) +(assert (myObject (attribute1 "attr49936") ) ) +(assert (myObject (attribute1 "attr49937") ) ) +(assert (myObject (attribute1 "attr49938") ) ) +(assert (myObject (attribute1 "attr49939") ) ) +(assert (myObject (attribute1 "attr49940") ) ) +(assert (myObject (attribute1 "attr49941") ) ) +(assert (myObject (attribute1 "attr49942") ) ) +(assert (myObject (attribute1 "attr49943") ) ) +(assert (myObject (attribute1 "attr49944") ) ) +(assert (myObject (attribute1 "attr49945") ) ) +(assert (myObject (attribute1 "attr49946") ) ) +(assert (myObject (attribute1 "attr49947") ) ) +(assert (myObject (attribute1 "attr49948") ) ) +(assert (myObject (attribute1 "attr49949") ) ) +(assert (myObject (attribute1 "attr49950") ) ) +(assert (myObject (attribute1 "attr49951") ) ) +(assert (myObject (attribute1 "attr49952") ) ) +(assert (myObject (attribute1 "attr49953") ) ) +(assert (myObject (attribute1 "attr49954") ) ) +(assert (myObject (attribute1 "attr49955") ) ) +(assert (myObject (attribute1 "attr49956") ) ) +(assert (myObject (attribute1 "attr49957") ) ) +(assert (myObject (attribute1 "attr49958") ) ) +(assert (myObject (attribute1 "attr49959") ) ) +(assert (myObject (attribute1 "attr49960") ) ) +(assert (myObject (attribute1 "attr49961") ) ) +(assert (myObject (attribute1 "attr49962") ) ) +(assert (myObject (attribute1 "attr49963") ) ) +(assert (myObject (attribute1 "attr49964") ) ) +(assert (myObject (attribute1 "attr49965") ) ) +(assert (myObject (attribute1 "attr49966") ) ) +(assert (myObject (attribute1 "attr49967") ) ) +(assert (myObject (attribute1 "attr49968") ) ) +(assert (myObject (attribute1 "attr49969") ) ) +(assert (myObject (attribute1 "attr49970") ) ) +(assert (myObject (attribute1 "attr49971") ) ) +(assert (myObject (attribute1 "attr49972") ) ) +(assert (myObject (attribute1 "attr49973") ) ) +(assert (myObject (attribute1 "attr49974") ) ) +(assert (myObject (attribute1 "attr49975") ) ) +(assert (myObject (attribute1 "attr49976") ) ) +(assert (myObject (attribute1 "attr49977") ) ) +(assert (myObject (attribute1 "attr49978") ) ) +(assert (myObject (attribute1 "attr49979") ) ) +(assert (myObject (attribute1 "attr49980") ) ) +(assert (myObject (attribute1 "attr49981") ) ) +(assert (myObject (attribute1 "attr49982") ) ) +(assert (myObject (attribute1 "attr49983") ) ) +(assert (myObject (attribute1 "attr49984") ) ) +(assert (myObject (attribute1 "attr49985") ) ) +(assert (myObject (attribute1 "attr49986") ) ) +(assert (myObject (attribute1 "attr49987") ) ) +(assert (myObject (attribute1 "attr49988") ) ) +(assert (myObject (attribute1 "attr49989") ) ) +(assert (myObject (attribute1 "attr49990") ) ) +(assert (myObject (attribute1 "attr49991") ) ) +(assert (myObject (attribute1 "attr49992") ) ) +(assert (myObject (attribute1 "attr49993") ) ) +(assert (myObject (attribute1 "attr49994") ) ) +(assert (myObject (attribute1 "attr49995") ) ) +(assert (myObject (attribute1 "attr49996") ) ) +(assert (myObject (attribute1 "attr49997") ) ) +(assert (myObject (attribute1 "attr49998") ) ) +(assert (myObject (attribute1 "attr49999") ) ) +(assert (myObject (attribute1 "attr50000") ) ) +(assert (myObject (attribute1 "attr50001") ) ) +(assert (myObject (attribute1 "attr50002") ) ) +(assert (myObject (attribute1 "attr50003") ) ) +(assert (myObject (attribute1 "attr50004") ) ) +(assert (myObject (attribute1 "attr50005") ) ) +(assert (myObject (attribute1 "attr50006") ) ) +(assert (myObject (attribute1 "attr50007") ) ) +(assert (myObject (attribute1 "attr50008") ) ) +(assert (myObject (attribute1 "attr50009") ) ) +(assert (myObject (attribute1 "attr50010") ) ) +(assert (myObject (attribute1 "attr50011") ) ) +(assert (myObject (attribute1 "attr50012") ) ) +(assert (myObject (attribute1 "attr50013") ) ) +(assert (myObject (attribute1 "attr50014") ) ) +(assert (myObject (attribute1 "attr50015") ) ) +(assert (myObject (attribute1 "attr50016") ) ) +(assert (myObject (attribute1 "attr50017") ) ) +(assert (myObject (attribute1 "attr50018") ) ) +(assert (myObject (attribute1 "attr50019") ) ) +(assert (myObject (attribute1 "attr50020") ) ) +(assert (myObject (attribute1 "attr50021") ) ) +(assert (myObject (attribute1 "attr50022") ) ) +(assert (myObject (attribute1 "attr50023") ) ) +(assert (myObject (attribute1 "attr50024") ) ) +(assert (myObject (attribute1 "attr50025") ) ) +(assert (myObject (attribute1 "attr50026") ) ) +(assert (myObject (attribute1 "attr50027") ) ) +(assert (myObject (attribute1 "attr50028") ) ) +(assert (myObject (attribute1 "attr50029") ) ) +(assert (myObject (attribute1 "attr50030") ) ) +(assert (myObject (attribute1 "attr50031") ) ) +(assert (myObject (attribute1 "attr50032") ) ) +(assert (myObject (attribute1 "attr50033") ) ) +(assert (myObject (attribute1 "attr50034") ) ) +(assert (myObject (attribute1 "attr50035") ) ) +(assert (myObject (attribute1 "attr50036") ) ) +(assert (myObject (attribute1 "attr50037") ) ) +(assert (myObject (attribute1 "attr50038") ) ) +(assert (myObject (attribute1 "attr50039") ) ) +(assert (myObject (attribute1 "attr50040") ) ) +(assert (myObject (attribute1 "attr50041") ) ) +(assert (myObject (attribute1 "attr50042") ) ) +(assert (myObject (attribute1 "attr50043") ) ) +(assert (myObject (attribute1 "attr50044") ) ) +(assert (myObject (attribute1 "attr50045") ) ) +(assert (myObject (attribute1 "attr50046") ) ) +(assert (myObject (attribute1 "attr50047") ) ) +(assert (myObject (attribute1 "attr50048") ) ) +(assert (myObject (attribute1 "attr50049") ) ) +(assert (myObject (attribute1 "attr50050") ) ) +(assert (myObject (attribute1 "attr50051") ) ) +(assert (myObject (attribute1 "attr50052") ) ) +(assert (myObject (attribute1 "attr50053") ) ) +(assert (myObject (attribute1 "attr50054") ) ) +(assert (myObject (attribute1 "attr50055") ) ) +(assert (myObject (attribute1 "attr50056") ) ) +(assert (myObject (attribute1 "attr50057") ) ) +(assert (myObject (attribute1 "attr50058") ) ) +(assert (myObject (attribute1 "attr50059") ) ) +(assert (myObject (attribute1 "attr50060") ) ) +(assert (myObject (attribute1 "attr50061") ) ) +(assert (myObject (attribute1 "attr50062") ) ) +(assert (myObject (attribute1 "attr50063") ) ) +(assert (myObject (attribute1 "attr50064") ) ) +(assert (myObject (attribute1 "attr50065") ) ) +(assert (myObject (attribute1 "attr50066") ) ) +(assert (myObject (attribute1 "attr50067") ) ) +(assert (myObject (attribute1 "attr50068") ) ) +(assert (myObject (attribute1 "attr50069") ) ) +(assert (myObject (attribute1 "attr50070") ) ) +(assert (myObject (attribute1 "attr50071") ) ) +(assert (myObject (attribute1 "attr50072") ) ) +(assert (myObject (attribute1 "attr50073") ) ) +(assert (myObject (attribute1 "attr50074") ) ) +(assert (myObject (attribute1 "attr50075") ) ) +(assert (myObject (attribute1 "attr50076") ) ) +(assert (myObject (attribute1 "attr50077") ) ) +(assert (myObject (attribute1 "attr50078") ) ) +(assert (myObject (attribute1 "attr50079") ) ) +(assert (myObject (attribute1 "attr50080") ) ) +(assert (myObject (attribute1 "attr50081") ) ) +(assert (myObject (attribute1 "attr50082") ) ) +(assert (myObject (attribute1 "attr50083") ) ) +(assert (myObject (attribute1 "attr50084") ) ) +(assert (myObject (attribute1 "attr50085") ) ) +(assert (myObject (attribute1 "attr50086") ) ) +(assert (myObject (attribute1 "attr50087") ) ) +(assert (myObject (attribute1 "attr50088") ) ) +(assert (myObject (attribute1 "attr50089") ) ) +(assert (myObject (attribute1 "attr50090") ) ) +(assert (myObject (attribute1 "attr50091") ) ) +(assert (myObject (attribute1 "attr50092") ) ) +(assert (myObject (attribute1 "attr50093") ) ) +(assert (myObject (attribute1 "attr50094") ) ) +(assert (myObject (attribute1 "attr50095") ) ) +(assert (myObject (attribute1 "attr50096") ) ) +(assert (myObject (attribute1 "attr50097") ) ) +(assert (myObject (attribute1 "attr50098") ) ) +(assert (myObject (attribute1 "attr50099") ) ) +(assert (myObject (attribute1 "attr50100") ) ) +(assert (myObject (attribute1 "attr50101") ) ) +(assert (myObject (attribute1 "attr50102") ) ) +(assert (myObject (attribute1 "attr50103") ) ) +(assert (myObject (attribute1 "attr50104") ) ) +(assert (myObject (attribute1 "attr50105") ) ) +(assert (myObject (attribute1 "attr50106") ) ) +(assert (myObject (attribute1 "attr50107") ) ) +(assert (myObject (attribute1 "attr50108") ) ) +(assert (myObject (attribute1 "attr50109") ) ) +(assert (myObject (attribute1 "attr50110") ) ) +(assert (myObject (attribute1 "attr50111") ) ) +(assert (myObject (attribute1 "attr50112") ) ) +(assert (myObject (attribute1 "attr50113") ) ) +(assert (myObject (attribute1 "attr50114") ) ) +(assert (myObject (attribute1 "attr50115") ) ) +(assert (myObject (attribute1 "attr50116") ) ) +(assert (myObject (attribute1 "attr50117") ) ) +(assert (myObject (attribute1 "attr50118") ) ) +(assert (myObject (attribute1 "attr50119") ) ) +(assert (myObject (attribute1 "attr50120") ) ) +(assert (myObject (attribute1 "attr50121") ) ) +(assert (myObject (attribute1 "attr50122") ) ) +(assert (myObject (attribute1 "attr50123") ) ) +(assert (myObject (attribute1 "attr50124") ) ) +(assert (myObject (attribute1 "attr50125") ) ) +(assert (myObject (attribute1 "attr50126") ) ) +(assert (myObject (attribute1 "attr50127") ) ) +(assert (myObject (attribute1 "attr50128") ) ) +(assert (myObject (attribute1 "attr50129") ) ) +(assert (myObject (attribute1 "attr50130") ) ) +(assert (myObject (attribute1 "attr50131") ) ) +(assert (myObject (attribute1 "attr50132") ) ) +(assert (myObject (attribute1 "attr50133") ) ) +(assert (myObject (attribute1 "attr50134") ) ) +(assert (myObject (attribute1 "attr50135") ) ) +(assert (myObject (attribute1 "attr50136") ) ) +(assert (myObject (attribute1 "attr50137") ) ) +(assert (myObject (attribute1 "attr50138") ) ) +(assert (myObject (attribute1 "attr50139") ) ) +(assert (myObject (attribute1 "attr50140") ) ) +(assert (myObject (attribute1 "attr50141") ) ) +(assert (myObject (attribute1 "attr50142") ) ) +(assert (myObject (attribute1 "attr50143") ) ) +(assert (myObject (attribute1 "attr50144") ) ) +(assert (myObject (attribute1 "attr50145") ) ) +(assert (myObject (attribute1 "attr50146") ) ) +(assert (myObject (attribute1 "attr50147") ) ) +(assert (myObject (attribute1 "attr50148") ) ) +(assert (myObject (attribute1 "attr50149") ) ) +(assert (myObject (attribute1 "attr50150") ) ) +(assert (myObject (attribute1 "attr50151") ) ) +(assert (myObject (attribute1 "attr50152") ) ) +(assert (myObject (attribute1 "attr50153") ) ) +(assert (myObject (attribute1 "attr50154") ) ) +(assert (myObject (attribute1 "attr50155") ) ) +(assert (myObject (attribute1 "attr50156") ) ) +(assert (myObject (attribute1 "attr50157") ) ) +(assert (myObject (attribute1 "attr50158") ) ) +(assert (myObject (attribute1 "attr50159") ) ) +(assert (myObject (attribute1 "attr50160") ) ) +(assert (myObject (attribute1 "attr50161") ) ) +(assert (myObject (attribute1 "attr50162") ) ) +(assert (myObject (attribute1 "attr50163") ) ) +(assert (myObject (attribute1 "attr50164") ) ) +(assert (myObject (attribute1 "attr50165") ) ) +(assert (myObject (attribute1 "attr50166") ) ) +(assert (myObject (attribute1 "attr50167") ) ) +(assert (myObject (attribute1 "attr50168") ) ) +(assert (myObject (attribute1 "attr50169") ) ) +(assert (myObject (attribute1 "attr50170") ) ) +(assert (myObject (attribute1 "attr50171") ) ) +(assert (myObject (attribute1 "attr50172") ) ) +(assert (myObject (attribute1 "attr50173") ) ) +(assert (myObject (attribute1 "attr50174") ) ) +(assert (myObject (attribute1 "attr50175") ) ) +(assert (myObject (attribute1 "attr50176") ) ) +(assert (myObject (attribute1 "attr50177") ) ) +(assert (myObject (attribute1 "attr50178") ) ) +(assert (myObject (attribute1 "attr50179") ) ) +(assert (myObject (attribute1 "attr50180") ) ) +(assert (myObject (attribute1 "attr50181") ) ) +(assert (myObject (attribute1 "attr50182") ) ) +(assert (myObject (attribute1 "attr50183") ) ) +(assert (myObject (attribute1 "attr50184") ) ) +(assert (myObject (attribute1 "attr50185") ) ) +(assert (myObject (attribute1 "attr50186") ) ) +(assert (myObject (attribute1 "attr50187") ) ) +(assert (myObject (attribute1 "attr50188") ) ) +(assert (myObject (attribute1 "attr50189") ) ) +(assert (myObject (attribute1 "attr50190") ) ) +(assert (myObject (attribute1 "attr50191") ) ) +(assert (myObject (attribute1 "attr50192") ) ) +(assert (myObject (attribute1 "attr50193") ) ) +(assert (myObject (attribute1 "attr50194") ) ) +(assert (myObject (attribute1 "attr50195") ) ) +(assert (myObject (attribute1 "attr50196") ) ) +(assert (myObject (attribute1 "attr50197") ) ) +(assert (myObject (attribute1 "attr50198") ) ) +(assert (myObject (attribute1 "attr50199") ) ) +(assert (myObject (attribute1 "attr50200") ) ) +(assert (myObject (attribute1 "attr50201") ) ) +(assert (myObject (attribute1 "attr50202") ) ) +(assert (myObject (attribute1 "attr50203") ) ) +(assert (myObject (attribute1 "attr50204") ) ) +(assert (myObject (attribute1 "attr50205") ) ) +(assert (myObject (attribute1 "attr50206") ) ) +(assert (myObject (attribute1 "attr50207") ) ) +(assert (myObject (attribute1 "attr50208") ) ) +(assert (myObject (attribute1 "attr50209") ) ) +(assert (myObject (attribute1 "attr50210") ) ) +(assert (myObject (attribute1 "attr50211") ) ) +(assert (myObject (attribute1 "attr50212") ) ) +(assert (myObject (attribute1 "attr50213") ) ) +(assert (myObject (attribute1 "attr50214") ) ) +(assert (myObject (attribute1 "attr50215") ) ) +(assert (myObject (attribute1 "attr50216") ) ) +(assert (myObject (attribute1 "attr50217") ) ) +(assert (myObject (attribute1 "attr50218") ) ) +(assert (myObject (attribute1 "attr50219") ) ) +(assert (myObject (attribute1 "attr50220") ) ) +(assert (myObject (attribute1 "attr50221") ) ) +(assert (myObject (attribute1 "attr50222") ) ) +(assert (myObject (attribute1 "attr50223") ) ) +(assert (myObject (attribute1 "attr50224") ) ) +(assert (myObject (attribute1 "attr50225") ) ) +(assert (myObject (attribute1 "attr50226") ) ) +(assert (myObject (attribute1 "attr50227") ) ) +(assert (myObject (attribute1 "attr50228") ) ) +(assert (myObject (attribute1 "attr50229") ) ) +(assert (myObject (attribute1 "attr50230") ) ) +(assert (myObject (attribute1 "attr50231") ) ) +(assert (myObject (attribute1 "attr50232") ) ) +(assert (myObject (attribute1 "attr50233") ) ) +(assert (myObject (attribute1 "attr50234") ) ) +(assert (myObject (attribute1 "attr50235") ) ) +(assert (myObject (attribute1 "attr50236") ) ) +(assert (myObject (attribute1 "attr50237") ) ) +(assert (myObject (attribute1 "attr50238") ) ) +(assert (myObject (attribute1 "attr50239") ) ) +(assert (myObject (attribute1 "attr50240") ) ) +(assert (myObject (attribute1 "attr50241") ) ) +(assert (myObject (attribute1 "attr50242") ) ) +(assert (myObject (attribute1 "attr50243") ) ) +(assert (myObject (attribute1 "attr50244") ) ) +(assert (myObject (attribute1 "attr50245") ) ) +(assert (myObject (attribute1 "attr50246") ) ) +(assert (myObject (attribute1 "attr50247") ) ) +(assert (myObject (attribute1 "attr50248") ) ) +(assert (myObject (attribute1 "attr50249") ) ) +(assert (myObject (attribute1 "attr50250") ) ) +(assert (myObject (attribute1 "attr50251") ) ) +(assert (myObject (attribute1 "attr50252") ) ) +(assert (myObject (attribute1 "attr50253") ) ) +(assert (myObject (attribute1 "attr50254") ) ) +(assert (myObject (attribute1 "attr50255") ) ) +(assert (myObject (attribute1 "attr50256") ) ) +(assert (myObject (attribute1 "attr50257") ) ) +(assert (myObject (attribute1 "attr50258") ) ) +(assert (myObject (attribute1 "attr50259") ) ) +(assert (myObject (attribute1 "attr50260") ) ) +(assert (myObject (attribute1 "attr50261") ) ) +(assert (myObject (attribute1 "attr50262") ) ) +(assert (myObject (attribute1 "attr50263") ) ) +(assert (myObject (attribute1 "attr50264") ) ) +(assert (myObject (attribute1 "attr50265") ) ) +(assert (myObject (attribute1 "attr50266") ) ) +(assert (myObject (attribute1 "attr50267") ) ) +(assert (myObject (attribute1 "attr50268") ) ) +(assert (myObject (attribute1 "attr50269") ) ) +(assert (myObject (attribute1 "attr50270") ) ) +(assert (myObject (attribute1 "attr50271") ) ) +(assert (myObject (attribute1 "attr50272") ) ) +(assert (myObject (attribute1 "attr50273") ) ) +(assert (myObject (attribute1 "attr50274") ) ) +(assert (myObject (attribute1 "attr50275") ) ) +(assert (myObject (attribute1 "attr50276") ) ) +(assert (myObject (attribute1 "attr50277") ) ) +(assert (myObject (attribute1 "attr50278") ) ) +(assert (myObject (attribute1 "attr50279") ) ) +(assert (myObject (attribute1 "attr50280") ) ) +(assert (myObject (attribute1 "attr50281") ) ) +(assert (myObject (attribute1 "attr50282") ) ) +(assert (myObject (attribute1 "attr50283") ) ) +(assert (myObject (attribute1 "attr50284") ) ) +(assert (myObject (attribute1 "attr50285") ) ) +(assert (myObject (attribute1 "attr50286") ) ) +(assert (myObject (attribute1 "attr50287") ) ) +(assert (myObject (attribute1 "attr50288") ) ) +(assert (myObject (attribute1 "attr50289") ) ) +(assert (myObject (attribute1 "attr50290") ) ) +(assert (myObject (attribute1 "attr50291") ) ) +(assert (myObject (attribute1 "attr50292") ) ) +(assert (myObject (attribute1 "attr50293") ) ) +(assert (myObject (attribute1 "attr50294") ) ) +(assert (myObject (attribute1 "attr50295") ) ) +(assert (myObject (attribute1 "attr50296") ) ) +(assert (myObject (attribute1 "attr50297") ) ) +(assert (myObject (attribute1 "attr50298") ) ) +(assert (myObject (attribute1 "attr50299") ) ) +(assert (myObject (attribute1 "attr50300") ) ) +(assert (myObject (attribute1 "attr50301") ) ) +(assert (myObject (attribute1 "attr50302") ) ) +(assert (myObject (attribute1 "attr50303") ) ) +(assert (myObject (attribute1 "attr50304") ) ) +(assert (myObject (attribute1 "attr50305") ) ) +(assert (myObject (attribute1 "attr50306") ) ) +(assert (myObject (attribute1 "attr50307") ) ) +(assert (myObject (attribute1 "attr50308") ) ) +(assert (myObject (attribute1 "attr50309") ) ) +(assert (myObject (attribute1 "attr50310") ) ) +(assert (myObject (attribute1 "attr50311") ) ) +(assert (myObject (attribute1 "attr50312") ) ) +(assert (myObject (attribute1 "attr50313") ) ) +(assert (myObject (attribute1 "attr50314") ) ) +(assert (myObject (attribute1 "attr50315") ) ) +(assert (myObject (attribute1 "attr50316") ) ) +(assert (myObject (attribute1 "attr50317") ) ) +(assert (myObject (attribute1 "attr50318") ) ) +(assert (myObject (attribute1 "attr50319") ) ) +(assert (myObject (attribute1 "attr50320") ) ) +(assert (myObject (attribute1 "attr50321") ) ) +(assert (myObject (attribute1 "attr50322") ) ) +(assert (myObject (attribute1 "attr50323") ) ) +(assert (myObject (attribute1 "attr50324") ) ) +(assert (myObject (attribute1 "attr50325") ) ) +(assert (myObject (attribute1 "attr50326") ) ) +(assert (myObject (attribute1 "attr50327") ) ) +(assert (myObject (attribute1 "attr50328") ) ) +(assert (myObject (attribute1 "attr50329") ) ) +(assert (myObject (attribute1 "attr50330") ) ) +(assert (myObject (attribute1 "attr50331") ) ) +(assert (myObject (attribute1 "attr50332") ) ) +(assert (myObject (attribute1 "attr50333") ) ) +(assert (myObject (attribute1 "attr50334") ) ) +(assert (myObject (attribute1 "attr50335") ) ) +(assert (myObject (attribute1 "attr50336") ) ) +(assert (myObject (attribute1 "attr50337") ) ) +(assert (myObject (attribute1 "attr50338") ) ) +(assert (myObject (attribute1 "attr50339") ) ) +(assert (myObject (attribute1 "attr50340") ) ) +(assert (myObject (attribute1 "attr50341") ) ) +(assert (myObject (attribute1 "attr50342") ) ) +(assert (myObject (attribute1 "attr50343") ) ) +(assert (myObject (attribute1 "attr50344") ) ) +(assert (myObject (attribute1 "attr50345") ) ) +(assert (myObject (attribute1 "attr50346") ) ) +(assert (myObject (attribute1 "attr50347") ) ) +(assert (myObject (attribute1 "attr50348") ) ) +(assert (myObject (attribute1 "attr50349") ) ) +(assert (myObject (attribute1 "attr50350") ) ) +(assert (myObject (attribute1 "attr50351") ) ) +(assert (myObject (attribute1 "attr50352") ) ) +(assert (myObject (attribute1 "attr50353") ) ) +(assert (myObject (attribute1 "attr50354") ) ) +(assert (myObject (attribute1 "attr50355") ) ) +(assert (myObject (attribute1 "attr50356") ) ) +(assert (myObject (attribute1 "attr50357") ) ) +(assert (myObject (attribute1 "attr50358") ) ) +(assert (myObject (attribute1 "attr50359") ) ) +(assert (myObject (attribute1 "attr50360") ) ) +(assert (myObject (attribute1 "attr50361") ) ) +(assert (myObject (attribute1 "attr50362") ) ) +(assert (myObject (attribute1 "attr50363") ) ) +(assert (myObject (attribute1 "attr50364") ) ) +(assert (myObject (attribute1 "attr50365") ) ) +(assert (myObject (attribute1 "attr50366") ) ) +(assert (myObject (attribute1 "attr50367") ) ) +(assert (myObject (attribute1 "attr50368") ) ) +(assert (myObject (attribute1 "attr50369") ) ) +(assert (myObject (attribute1 "attr50370") ) ) +(assert (myObject (attribute1 "attr50371") ) ) +(assert (myObject (attribute1 "attr50372") ) ) +(assert (myObject (attribute1 "attr50373") ) ) +(assert (myObject (attribute1 "attr50374") ) ) +(assert (myObject (attribute1 "attr50375") ) ) +(assert (myObject (attribute1 "attr50376") ) ) +(assert (myObject (attribute1 "attr50377") ) ) +(assert (myObject (attribute1 "attr50378") ) ) +(assert (myObject (attribute1 "attr50379") ) ) +(assert (myObject (attribute1 "attr50380") ) ) +(assert (myObject (attribute1 "attr50381") ) ) +(assert (myObject (attribute1 "attr50382") ) ) +(assert (myObject (attribute1 "attr50383") ) ) +(assert (myObject (attribute1 "attr50384") ) ) +(assert (myObject (attribute1 "attr50385") ) ) +(assert (myObject (attribute1 "attr50386") ) ) +(assert (myObject (attribute1 "attr50387") ) ) +(assert (myObject (attribute1 "attr50388") ) ) +(assert (myObject (attribute1 "attr50389") ) ) +(assert (myObject (attribute1 "attr50390") ) ) +(assert (myObject (attribute1 "attr50391") ) ) +(assert (myObject (attribute1 "attr50392") ) ) +(assert (myObject (attribute1 "attr50393") ) ) +(assert (myObject (attribute1 "attr50394") ) ) +(assert (myObject (attribute1 "attr50395") ) ) +(assert (myObject (attribute1 "attr50396") ) ) +(assert (myObject (attribute1 "attr50397") ) ) +(assert (myObject (attribute1 "attr50398") ) ) +(assert (myObject (attribute1 "attr50399") ) ) +(assert (myObject (attribute1 "attr50400") ) ) +(assert (myObject (attribute1 "attr50401") ) ) +(assert (myObject (attribute1 "attr50402") ) ) +(assert (myObject (attribute1 "attr50403") ) ) +(assert (myObject (attribute1 "attr50404") ) ) +(assert (myObject (attribute1 "attr50405") ) ) +(assert (myObject (attribute1 "attr50406") ) ) +(assert (myObject (attribute1 "attr50407") ) ) +(assert (myObject (attribute1 "attr50408") ) ) +(assert (myObject (attribute1 "attr50409") ) ) +(assert (myObject (attribute1 "attr50410") ) ) +(assert (myObject (attribute1 "attr50411") ) ) +(assert (myObject (attribute1 "attr50412") ) ) +(assert (myObject (attribute1 "attr50413") ) ) +(assert (myObject (attribute1 "attr50414") ) ) +(assert (myObject (attribute1 "attr50415") ) ) +(assert (myObject (attribute1 "attr50416") ) ) +(assert (myObject (attribute1 "attr50417") ) ) +(assert (myObject (attribute1 "attr50418") ) ) +(assert (myObject (attribute1 "attr50419") ) ) +(assert (myObject (attribute1 "attr50420") ) ) +(assert (myObject (attribute1 "attr50421") ) ) +(assert (myObject (attribute1 "attr50422") ) ) +(assert (myObject (attribute1 "attr50423") ) ) +(assert (myObject (attribute1 "attr50424") ) ) +(assert (myObject (attribute1 "attr50425") ) ) +(assert (myObject (attribute1 "attr50426") ) ) +(assert (myObject (attribute1 "attr50427") ) ) +(assert (myObject (attribute1 "attr50428") ) ) +(assert (myObject (attribute1 "attr50429") ) ) +(assert (myObject (attribute1 "attr50430") ) ) +(assert (myObject (attribute1 "attr50431") ) ) +(assert (myObject (attribute1 "attr50432") ) ) +(assert (myObject (attribute1 "attr50433") ) ) +(assert (myObject (attribute1 "attr50434") ) ) +(assert (myObject (attribute1 "attr50435") ) ) +(assert (myObject (attribute1 "attr50436") ) ) +(assert (myObject (attribute1 "attr50437") ) ) +(assert (myObject (attribute1 "attr50438") ) ) +(assert (myObject (attribute1 "attr50439") ) ) +(assert (myObject (attribute1 "attr50440") ) ) +(assert (myObject (attribute1 "attr50441") ) ) +(assert (myObject (attribute1 "attr50442") ) ) +(assert (myObject (attribute1 "attr50443") ) ) +(assert (myObject (attribute1 "attr50444") ) ) +(assert (myObject (attribute1 "attr50445") ) ) +(assert (myObject (attribute1 "attr50446") ) ) +(assert (myObject (attribute1 "attr50447") ) ) +(assert (myObject (attribute1 "attr50448") ) ) +(assert (myObject (attribute1 "attr50449") ) ) +(assert (myObject (attribute1 "attr50450") ) ) +(assert (myObject (attribute1 "attr50451") ) ) +(assert (myObject (attribute1 "attr50452") ) ) +(assert (myObject (attribute1 "attr50453") ) ) +(assert (myObject (attribute1 "attr50454") ) ) +(assert (myObject (attribute1 "attr50455") ) ) +(assert (myObject (attribute1 "attr50456") ) ) +(assert (myObject (attribute1 "attr50457") ) ) +(assert (myObject (attribute1 "attr50458") ) ) +(assert (myObject (attribute1 "attr50459") ) ) +(assert (myObject (attribute1 "attr50460") ) ) +(assert (myObject (attribute1 "attr50461") ) ) +(assert (myObject (attribute1 "attr50462") ) ) +(assert (myObject (attribute1 "attr50463") ) ) +(assert (myObject (attribute1 "attr50464") ) ) +(assert (myObject (attribute1 "attr50465") ) ) +(assert (myObject (attribute1 "attr50466") ) ) +(assert (myObject (attribute1 "attr50467") ) ) +(assert (myObject (attribute1 "attr50468") ) ) +(assert (myObject (attribute1 "attr50469") ) ) +(assert (myObject (attribute1 "attr50470") ) ) +(assert (myObject (attribute1 "attr50471") ) ) +(assert (myObject (attribute1 "attr50472") ) ) +(assert (myObject (attribute1 "attr50473") ) ) +(assert (myObject (attribute1 "attr50474") ) ) +(assert (myObject (attribute1 "attr50475") ) ) +(assert (myObject (attribute1 "attr50476") ) ) +(assert (myObject (attribute1 "attr50477") ) ) +(assert (myObject (attribute1 "attr50478") ) ) +(assert (myObject (attribute1 "attr50479") ) ) +(assert (myObject (attribute1 "attr50480") ) ) +(assert (myObject (attribute1 "attr50481") ) ) +(assert (myObject (attribute1 "attr50482") ) ) +(assert (myObject (attribute1 "attr50483") ) ) +(assert (myObject (attribute1 "attr50484") ) ) +(assert (myObject (attribute1 "attr50485") ) ) +(assert (myObject (attribute1 "attr50486") ) ) +(assert (myObject (attribute1 "attr50487") ) ) +(assert (myObject (attribute1 "attr50488") ) ) +(assert (myObject (attribute1 "attr50489") ) ) +(assert (myObject (attribute1 "attr50490") ) ) +(assert (myObject (attribute1 "attr50491") ) ) +(assert (myObject (attribute1 "attr50492") ) ) +(assert (myObject (attribute1 "attr50493") ) ) +(assert (myObject (attribute1 "attr50494") ) ) +(assert (myObject (attribute1 "attr50495") ) ) +(assert (myObject (attribute1 "attr50496") ) ) +(assert (myObject (attribute1 "attr50497") ) ) +(assert (myObject (attribute1 "attr50498") ) ) +(assert (myObject (attribute1 "attr50499") ) ) +(assert (myObject (attribute1 "attr50500") ) ) +(assert (myObject (attribute1 "attr50501") ) ) +(assert (myObject (attribute1 "attr50502") ) ) +(assert (myObject (attribute1 "attr50503") ) ) +(assert (myObject (attribute1 "attr50504") ) ) +(assert (myObject (attribute1 "attr50505") ) ) +(assert (myObject (attribute1 "attr50506") ) ) +(assert (myObject (attribute1 "attr50507") ) ) +(assert (myObject (attribute1 "attr50508") ) ) +(assert (myObject (attribute1 "attr50509") ) ) +(assert (myObject (attribute1 "attr50510") ) ) +(assert (myObject (attribute1 "attr50511") ) ) +(assert (myObject (attribute1 "attr50512") ) ) +(assert (myObject (attribute1 "attr50513") ) ) +(assert (myObject (attribute1 "attr50514") ) ) +(assert (myObject (attribute1 "attr50515") ) ) +(assert (myObject (attribute1 "attr50516") ) ) +(assert (myObject (attribute1 "attr50517") ) ) +(assert (myObject (attribute1 "attr50518") ) ) +(assert (myObject (attribute1 "attr50519") ) ) +(assert (myObject (attribute1 "attr50520") ) ) +(assert (myObject (attribute1 "attr50521") ) ) +(assert (myObject (attribute1 "attr50522") ) ) +(assert (myObject (attribute1 "attr50523") ) ) +(assert (myObject (attribute1 "attr50524") ) ) +(assert (myObject (attribute1 "attr50525") ) ) +(assert (myObject (attribute1 "attr50526") ) ) +(assert (myObject (attribute1 "attr50527") ) ) +(assert (myObject (attribute1 "attr50528") ) ) +(assert (myObject (attribute1 "attr50529") ) ) +(assert (myObject (attribute1 "attr50530") ) ) +(assert (myObject (attribute1 "attr50531") ) ) +(assert (myObject (attribute1 "attr50532") ) ) +(assert (myObject (attribute1 "attr50533") ) ) +(assert (myObject (attribute1 "attr50534") ) ) +(assert (myObject (attribute1 "attr50535") ) ) +(assert (myObject (attribute1 "attr50536") ) ) +(assert (myObject (attribute1 "attr50537") ) ) +(assert (myObject (attribute1 "attr50538") ) ) +(assert (myObject (attribute1 "attr50539") ) ) +(assert (myObject (attribute1 "attr50540") ) ) +(assert (myObject (attribute1 "attr50541") ) ) +(assert (myObject (attribute1 "attr50542") ) ) +(assert (myObject (attribute1 "attr50543") ) ) +(assert (myObject (attribute1 "attr50544") ) ) +(assert (myObject (attribute1 "attr50545") ) ) +(assert (myObject (attribute1 "attr50546") ) ) +(assert (myObject (attribute1 "attr50547") ) ) +(assert (myObject (attribute1 "attr50548") ) ) +(assert (myObject (attribute1 "attr50549") ) ) +(assert (myObject (attribute1 "attr50550") ) ) +(assert (myObject (attribute1 "attr50551") ) ) +(assert (myObject (attribute1 "attr50552") ) ) +(assert (myObject (attribute1 "attr50553") ) ) +(assert (myObject (attribute1 "attr50554") ) ) +(assert (myObject (attribute1 "attr50555") ) ) +(assert (myObject (attribute1 "attr50556") ) ) +(assert (myObject (attribute1 "attr50557") ) ) +(assert (myObject (attribute1 "attr50558") ) ) +(assert (myObject (attribute1 "attr50559") ) ) +(assert (myObject (attribute1 "attr50560") ) ) +(assert (myObject (attribute1 "attr50561") ) ) +(assert (myObject (attribute1 "attr50562") ) ) +(assert (myObject (attribute1 "attr50563") ) ) +(assert (myObject (attribute1 "attr50564") ) ) +(assert (myObject (attribute1 "attr50565") ) ) +(assert (myObject (attribute1 "attr50566") ) ) +(assert (myObject (attribute1 "attr50567") ) ) +(assert (myObject (attribute1 "attr50568") ) ) +(assert (myObject (attribute1 "attr50569") ) ) +(assert (myObject (attribute1 "attr50570") ) ) +(assert (myObject (attribute1 "attr50571") ) ) +(assert (myObject (attribute1 "attr50572") ) ) +(assert (myObject (attribute1 "attr50573") ) ) +(assert (myObject (attribute1 "attr50574") ) ) +(assert (myObject (attribute1 "attr50575") ) ) +(assert (myObject (attribute1 "attr50576") ) ) +(assert (myObject (attribute1 "attr50577") ) ) +(assert (myObject (attribute1 "attr50578") ) ) +(assert (myObject (attribute1 "attr50579") ) ) +(assert (myObject (attribute1 "attr50580") ) ) +(assert (myObject (attribute1 "attr50581") ) ) +(assert (myObject (attribute1 "attr50582") ) ) +(assert (myObject (attribute1 "attr50583") ) ) +(assert (myObject (attribute1 "attr50584") ) ) +(assert (myObject (attribute1 "attr50585") ) ) +(assert (myObject (attribute1 "attr50586") ) ) +(assert (myObject (attribute1 "attr50587") ) ) +(assert (myObject (attribute1 "attr50588") ) ) +(assert (myObject (attribute1 "attr50589") ) ) +(assert (myObject (attribute1 "attr50590") ) ) +(assert (myObject (attribute1 "attr50591") ) ) +(assert (myObject (attribute1 "attr50592") ) ) +(assert (myObject (attribute1 "attr50593") ) ) +(assert (myObject (attribute1 "attr50594") ) ) +(assert (myObject (attribute1 "attr50595") ) ) +(assert (myObject (attribute1 "attr50596") ) ) +(assert (myObject (attribute1 "attr50597") ) ) +(assert (myObject (attribute1 "attr50598") ) ) +(assert (myObject (attribute1 "attr50599") ) ) +(assert (myObject (attribute1 "attr50600") ) ) +(assert (myObject (attribute1 "attr50601") ) ) +(assert (myObject (attribute1 "attr50602") ) ) +(assert (myObject (attribute1 "attr50603") ) ) +(assert (myObject (attribute1 "attr50604") ) ) +(assert (myObject (attribute1 "attr50605") ) ) +(assert (myObject (attribute1 "attr50606") ) ) +(assert (myObject (attribute1 "attr50607") ) ) +(assert (myObject (attribute1 "attr50608") ) ) +(assert (myObject (attribute1 "attr50609") ) ) +(assert (myObject (attribute1 "attr50610") ) ) +(assert (myObject (attribute1 "attr50611") ) ) +(assert (myObject (attribute1 "attr50612") ) ) +(assert (myObject (attribute1 "attr50613") ) ) +(assert (myObject (attribute1 "attr50614") ) ) +(assert (myObject (attribute1 "attr50615") ) ) +(assert (myObject (attribute1 "attr50616") ) ) +(assert (myObject (attribute1 "attr50617") ) ) +(assert (myObject (attribute1 "attr50618") ) ) +(assert (myObject (attribute1 "attr50619") ) ) +(assert (myObject (attribute1 "attr50620") ) ) +(assert (myObject (attribute1 "attr50621") ) ) +(assert (myObject (attribute1 "attr50622") ) ) +(assert (myObject (attribute1 "attr50623") ) ) +(assert (myObject (attribute1 "attr50624") ) ) +(assert (myObject (attribute1 "attr50625") ) ) +(assert (myObject (attribute1 "attr50626") ) ) +(assert (myObject (attribute1 "attr50627") ) ) +(assert (myObject (attribute1 "attr50628") ) ) +(assert (myObject (attribute1 "attr50629") ) ) +(assert (myObject (attribute1 "attr50630") ) ) +(assert (myObject (attribute1 "attr50631") ) ) +(assert (myObject (attribute1 "attr50632") ) ) +(assert (myObject (attribute1 "attr50633") ) ) +(assert (myObject (attribute1 "attr50634") ) ) +(assert (myObject (attribute1 "attr50635") ) ) +(assert (myObject (attribute1 "attr50636") ) ) +(assert (myObject (attribute1 "attr50637") ) ) +(assert (myObject (attribute1 "attr50638") ) ) +(assert (myObject (attribute1 "attr50639") ) ) +(assert (myObject (attribute1 "attr50640") ) ) +(assert (myObject (attribute1 "attr50641") ) ) +(assert (myObject (attribute1 "attr50642") ) ) +(assert (myObject (attribute1 "attr50643") ) ) +(assert (myObject (attribute1 "attr50644") ) ) +(assert (myObject (attribute1 "attr50645") ) ) +(assert (myObject (attribute1 "attr50646") ) ) +(assert (myObject (attribute1 "attr50647") ) ) +(assert (myObject (attribute1 "attr50648") ) ) +(assert (myObject (attribute1 "attr50649") ) ) +(assert (myObject (attribute1 "attr50650") ) ) +(assert (myObject (attribute1 "attr50651") ) ) +(assert (myObject (attribute1 "attr50652") ) ) +(assert (myObject (attribute1 "attr50653") ) ) +(assert (myObject (attribute1 "attr50654") ) ) +(assert (myObject (attribute1 "attr50655") ) ) +(assert (myObject (attribute1 "attr50656") ) ) +(assert (myObject (attribute1 "attr50657") ) ) +(assert (myObject (attribute1 "attr50658") ) ) +(assert (myObject (attribute1 "attr50659") ) ) +(assert (myObject (attribute1 "attr50660") ) ) +(assert (myObject (attribute1 "attr50661") ) ) +(assert (myObject (attribute1 "attr50662") ) ) +(assert (myObject (attribute1 "attr50663") ) ) +(assert (myObject (attribute1 "attr50664") ) ) +(assert (myObject (attribute1 "attr50665") ) ) +(assert (myObject (attribute1 "attr50666") ) ) +(assert (myObject (attribute1 "attr50667") ) ) +(assert (myObject (attribute1 "attr50668") ) ) +(assert (myObject (attribute1 "attr50669") ) ) +(assert (myObject (attribute1 "attr50670") ) ) +(assert (myObject (attribute1 "attr50671") ) ) +(assert (myObject (attribute1 "attr50672") ) ) +(assert (myObject (attribute1 "attr50673") ) ) +(assert (myObject (attribute1 "attr50674") ) ) +(assert (myObject (attribute1 "attr50675") ) ) +(assert (myObject (attribute1 "attr50676") ) ) +(assert (myObject (attribute1 "attr50677") ) ) +(assert (myObject (attribute1 "attr50678") ) ) +(assert (myObject (attribute1 "attr50679") ) ) +(assert (myObject (attribute1 "attr50680") ) ) +(assert (myObject (attribute1 "attr50681") ) ) +(assert (myObject (attribute1 "attr50682") ) ) +(assert (myObject (attribute1 "attr50683") ) ) +(assert (myObject (attribute1 "attr50684") ) ) +(assert (myObject (attribute1 "attr50685") ) ) +(assert (myObject (attribute1 "attr50686") ) ) +(assert (myObject (attribute1 "attr50687") ) ) +(assert (myObject (attribute1 "attr50688") ) ) +(assert (myObject (attribute1 "attr50689") ) ) +(assert (myObject (attribute1 "attr50690") ) ) +(assert (myObject (attribute1 "attr50691") ) ) +(assert (myObject (attribute1 "attr50692") ) ) +(assert (myObject (attribute1 "attr50693") ) ) +(assert (myObject (attribute1 "attr50694") ) ) +(assert (myObject (attribute1 "attr50695") ) ) +(assert (myObject (attribute1 "attr50696") ) ) +(assert (myObject (attribute1 "attr50697") ) ) +(assert (myObject (attribute1 "attr50698") ) ) +(assert (myObject (attribute1 "attr50699") ) ) +(assert (myObject (attribute1 "attr50700") ) ) +(assert (myObject (attribute1 "attr50701") ) ) +(assert (myObject (attribute1 "attr50702") ) ) +(assert (myObject (attribute1 "attr50703") ) ) +(assert (myObject (attribute1 "attr50704") ) ) +(assert (myObject (attribute1 "attr50705") ) ) +(assert (myObject (attribute1 "attr50706") ) ) +(assert (myObject (attribute1 "attr50707") ) ) +(assert (myObject (attribute1 "attr50708") ) ) +(assert (myObject (attribute1 "attr50709") ) ) +(assert (myObject (attribute1 "attr50710") ) ) +(assert (myObject (attribute1 "attr50711") ) ) +(assert (myObject (attribute1 "attr50712") ) ) +(assert (myObject (attribute1 "attr50713") ) ) +(assert (myObject (attribute1 "attr50714") ) ) +(assert (myObject (attribute1 "attr50715") ) ) +(assert (myObject (attribute1 "attr50716") ) ) +(assert (myObject (attribute1 "attr50717") ) ) +(assert (myObject (attribute1 "attr50718") ) ) +(assert (myObject (attribute1 "attr50719") ) ) +(assert (myObject (attribute1 "attr50720") ) ) +(assert (myObject (attribute1 "attr50721") ) ) +(assert (myObject (attribute1 "attr50722") ) ) +(assert (myObject (attribute1 "attr50723") ) ) +(assert (myObject (attribute1 "attr50724") ) ) +(assert (myObject (attribute1 "attr50725") ) ) +(assert (myObject (attribute1 "attr50726") ) ) +(assert (myObject (attribute1 "attr50727") ) ) +(assert (myObject (attribute1 "attr50728") ) ) +(assert (myObject (attribute1 "attr50729") ) ) +(assert (myObject (attribute1 "attr50730") ) ) +(assert (myObject (attribute1 "attr50731") ) ) +(assert (myObject (attribute1 "attr50732") ) ) +(assert (myObject (attribute1 "attr50733") ) ) +(assert (myObject (attribute1 "attr50734") ) ) +(assert (myObject (attribute1 "attr50735") ) ) +(assert (myObject (attribute1 "attr50736") ) ) +(assert (myObject (attribute1 "attr50737") ) ) +(assert (myObject (attribute1 "attr50738") ) ) +(assert (myObject (attribute1 "attr50739") ) ) +(assert (myObject (attribute1 "attr50740") ) ) +(assert (myObject (attribute1 "attr50741") ) ) +(assert (myObject (attribute1 "attr50742") ) ) +(assert (myObject (attribute1 "attr50743") ) ) +(assert (myObject (attribute1 "attr50744") ) ) +(assert (myObject (attribute1 "attr50745") ) ) +(assert (myObject (attribute1 "attr50746") ) ) +(assert (myObject (attribute1 "attr50747") ) ) +(assert (myObject (attribute1 "attr50748") ) ) +(assert (myObject (attribute1 "attr50749") ) ) +(assert (myObject (attribute1 "attr50750") ) ) +(assert (myObject (attribute1 "attr50751") ) ) +(assert (myObject (attribute1 "attr50752") ) ) +(assert (myObject (attribute1 "attr50753") ) ) +(assert (myObject (attribute1 "attr50754") ) ) +(assert (myObject (attribute1 "attr50755") ) ) +(assert (myObject (attribute1 "attr50756") ) ) +(assert (myObject (attribute1 "attr50757") ) ) +(assert (myObject (attribute1 "attr50758") ) ) +(assert (myObject (attribute1 "attr50759") ) ) +(assert (myObject (attribute1 "attr50760") ) ) +(assert (myObject (attribute1 "attr50761") ) ) +(assert (myObject (attribute1 "attr50762") ) ) +(assert (myObject (attribute1 "attr50763") ) ) +(assert (myObject (attribute1 "attr50764") ) ) +(assert (myObject (attribute1 "attr50765") ) ) +(assert (myObject (attribute1 "attr50766") ) ) +(assert (myObject (attribute1 "attr50767") ) ) +(assert (myObject (attribute1 "attr50768") ) ) +(assert (myObject (attribute1 "attr50769") ) ) +(assert (myObject (attribute1 "attr50770") ) ) +(assert (myObject (attribute1 "attr50771") ) ) +(assert (myObject (attribute1 "attr50772") ) ) +(assert (myObject (attribute1 "attr50773") ) ) +(assert (myObject (attribute1 "attr50774") ) ) +(assert (myObject (attribute1 "attr50775") ) ) +(assert (myObject (attribute1 "attr50776") ) ) +(assert (myObject (attribute1 "attr50777") ) ) +(assert (myObject (attribute1 "attr50778") ) ) +(assert (myObject (attribute1 "attr50779") ) ) +(assert (myObject (attribute1 "attr50780") ) ) +(assert (myObject (attribute1 "attr50781") ) ) +(assert (myObject (attribute1 "attr50782") ) ) +(assert (myObject (attribute1 "attr50783") ) ) +(assert (myObject (attribute1 "attr50784") ) ) +(assert (myObject (attribute1 "attr50785") ) ) +(assert (myObject (attribute1 "attr50786") ) ) +(assert (myObject (attribute1 "attr50787") ) ) +(assert (myObject (attribute1 "attr50788") ) ) +(assert (myObject (attribute1 "attr50789") ) ) +(assert (myObject (attribute1 "attr50790") ) ) +(assert (myObject (attribute1 "attr50791") ) ) +(assert (myObject (attribute1 "attr50792") ) ) +(assert (myObject (attribute1 "attr50793") ) ) +(assert (myObject (attribute1 "attr50794") ) ) +(assert (myObject (attribute1 "attr50795") ) ) +(assert (myObject (attribute1 "attr50796") ) ) +(assert (myObject (attribute1 "attr50797") ) ) +(assert (myObject (attribute1 "attr50798") ) ) +(assert (myObject (attribute1 "attr50799") ) ) +(assert (myObject (attribute1 "attr50800") ) ) +(assert (myObject (attribute1 "attr50801") ) ) +(assert (myObject (attribute1 "attr50802") ) ) +(assert (myObject (attribute1 "attr50803") ) ) +(assert (myObject (attribute1 "attr50804") ) ) +(assert (myObject (attribute1 "attr50805") ) ) +(assert (myObject (attribute1 "attr50806") ) ) +(assert (myObject (attribute1 "attr50807") ) ) +(assert (myObject (attribute1 "attr50808") ) ) +(assert (myObject (attribute1 "attr50809") ) ) +(assert (myObject (attribute1 "attr50810") ) ) +(assert (myObject (attribute1 "attr50811") ) ) +(assert (myObject (attribute1 "attr50812") ) ) +(assert (myObject (attribute1 "attr50813") ) ) +(assert (myObject (attribute1 "attr50814") ) ) +(assert (myObject (attribute1 "attr50815") ) ) +(assert (myObject (attribute1 "attr50816") ) ) +(assert (myObject (attribute1 "attr50817") ) ) +(assert (myObject (attribute1 "attr50818") ) ) +(assert (myObject (attribute1 "attr50819") ) ) +(assert (myObject (attribute1 "attr50820") ) ) +(assert (myObject (attribute1 "attr50821") ) ) +(assert (myObject (attribute1 "attr50822") ) ) +(assert (myObject (attribute1 "attr50823") ) ) +(assert (myObject (attribute1 "attr50824") ) ) +(assert (myObject (attribute1 "attr50825") ) ) +(assert (myObject (attribute1 "attr50826") ) ) +(assert (myObject (attribute1 "attr50827") ) ) +(assert (myObject (attribute1 "attr50828") ) ) +(assert (myObject (attribute1 "attr50829") ) ) +(assert (myObject (attribute1 "attr50830") ) ) +(assert (myObject (attribute1 "attr50831") ) ) +(assert (myObject (attribute1 "attr50832") ) ) +(assert (myObject (attribute1 "attr50833") ) ) +(assert (myObject (attribute1 "attr50834") ) ) +(assert (myObject (attribute1 "attr50835") ) ) +(assert (myObject (attribute1 "attr50836") ) ) +(assert (myObject (attribute1 "attr50837") ) ) +(assert (myObject (attribute1 "attr50838") ) ) +(assert (myObject (attribute1 "attr50839") ) ) +(assert (myObject (attribute1 "attr50840") ) ) +(assert (myObject (attribute1 "attr50841") ) ) +(assert (myObject (attribute1 "attr50842") ) ) +(assert (myObject (attribute1 "attr50843") ) ) +(assert (myObject (attribute1 "attr50844") ) ) +(assert (myObject (attribute1 "attr50845") ) ) +(assert (myObject (attribute1 "attr50846") ) ) +(assert (myObject (attribute1 "attr50847") ) ) +(assert (myObject (attribute1 "attr50848") ) ) +(assert (myObject (attribute1 "attr50849") ) ) +(assert (myObject (attribute1 "attr50850") ) ) +(assert (myObject (attribute1 "attr50851") ) ) +(assert (myObject (attribute1 "attr50852") ) ) +(assert (myObject (attribute1 "attr50853") ) ) +(assert (myObject (attribute1 "attr50854") ) ) +(assert (myObject (attribute1 "attr50855") ) ) +(assert (myObject (attribute1 "attr50856") ) ) +(assert (myObject (attribute1 "attr50857") ) ) +(assert (myObject (attribute1 "attr50858") ) ) +(assert (myObject (attribute1 "attr50859") ) ) +(assert (myObject (attribute1 "attr50860") ) ) +(assert (myObject (attribute1 "attr50861") ) ) +(assert (myObject (attribute1 "attr50862") ) ) +(assert (myObject (attribute1 "attr50863") ) ) +(assert (myObject (attribute1 "attr50864") ) ) +(assert (myObject (attribute1 "attr50865") ) ) +(assert (myObject (attribute1 "attr50866") ) ) +(assert (myObject (attribute1 "attr50867") ) ) +(assert (myObject (attribute1 "attr50868") ) ) +(assert (myObject (attribute1 "attr50869") ) ) +(assert (myObject (attribute1 "attr50870") ) ) +(assert (myObject (attribute1 "attr50871") ) ) +(assert (myObject (attribute1 "attr50872") ) ) +(assert (myObject (attribute1 "attr50873") ) ) +(assert (myObject (attribute1 "attr50874") ) ) +(assert (myObject (attribute1 "attr50875") ) ) +(assert (myObject (attribute1 "attr50876") ) ) +(assert (myObject (attribute1 "attr50877") ) ) +(assert (myObject (attribute1 "attr50878") ) ) +(assert (myObject (attribute1 "attr50879") ) ) +(assert (myObject (attribute1 "attr50880") ) ) +(assert (myObject (attribute1 "attr50881") ) ) +(assert (myObject (attribute1 "attr50882") ) ) +(assert (myObject (attribute1 "attr50883") ) ) +(assert (myObject (attribute1 "attr50884") ) ) +(assert (myObject (attribute1 "attr50885") ) ) +(assert (myObject (attribute1 "attr50886") ) ) +(assert (myObject (attribute1 "attr50887") ) ) +(assert (myObject (attribute1 "attr50888") ) ) +(assert (myObject (attribute1 "attr50889") ) ) +(assert (myObject (attribute1 "attr50890") ) ) +(assert (myObject (attribute1 "attr50891") ) ) +(assert (myObject (attribute1 "attr50892") ) ) +(assert (myObject (attribute1 "attr50893") ) ) +(assert (myObject (attribute1 "attr50894") ) ) +(assert (myObject (attribute1 "attr50895") ) ) +(assert (myObject (attribute1 "attr50896") ) ) +(assert (myObject (attribute1 "attr50897") ) ) +(assert (myObject (attribute1 "attr50898") ) ) +(assert (myObject (attribute1 "attr50899") ) ) +(assert (myObject (attribute1 "attr50900") ) ) +(assert (myObject (attribute1 "attr50901") ) ) +(assert (myObject (attribute1 "attr50902") ) ) +(assert (myObject (attribute1 "attr50903") ) ) +(assert (myObject (attribute1 "attr50904") ) ) +(assert (myObject (attribute1 "attr50905") ) ) +(assert (myObject (attribute1 "attr50906") ) ) +(assert (myObject (attribute1 "attr50907") ) ) +(assert (myObject (attribute1 "attr50908") ) ) +(assert (myObject (attribute1 "attr50909") ) ) +(assert (myObject (attribute1 "attr50910") ) ) +(assert (myObject (attribute1 "attr50911") ) ) +(assert (myObject (attribute1 "attr50912") ) ) +(assert (myObject (attribute1 "attr50913") ) ) +(assert (myObject (attribute1 "attr50914") ) ) +(assert (myObject (attribute1 "attr50915") ) ) +(assert (myObject (attribute1 "attr50916") ) ) +(assert (myObject (attribute1 "attr50917") ) ) +(assert (myObject (attribute1 "attr50918") ) ) +(assert (myObject (attribute1 "attr50919") ) ) +(assert (myObject (attribute1 "attr50920") ) ) +(assert (myObject (attribute1 "attr50921") ) ) +(assert (myObject (attribute1 "attr50922") ) ) +(assert (myObject (attribute1 "attr50923") ) ) +(assert (myObject (attribute1 "attr50924") ) ) +(assert (myObject (attribute1 "attr50925") ) ) +(assert (myObject (attribute1 "attr50926") ) ) +(assert (myObject (attribute1 "attr50927") ) ) +(assert (myObject (attribute1 "attr50928") ) ) +(assert (myObject (attribute1 "attr50929") ) ) +(assert (myObject (attribute1 "attr50930") ) ) +(assert (myObject (attribute1 "attr50931") ) ) +(assert (myObject (attribute1 "attr50932") ) ) +(assert (myObject (attribute1 "attr50933") ) ) +(assert (myObject (attribute1 "attr50934") ) ) +(assert (myObject (attribute1 "attr50935") ) ) +(assert (myObject (attribute1 "attr50936") ) ) +(assert (myObject (attribute1 "attr50937") ) ) +(assert (myObject (attribute1 "attr50938") ) ) +(assert (myObject (attribute1 "attr50939") ) ) +(assert (myObject (attribute1 "attr50940") ) ) +(assert (myObject (attribute1 "attr50941") ) ) +(assert (myObject (attribute1 "attr50942") ) ) +(assert (myObject (attribute1 "attr50943") ) ) +(assert (myObject (attribute1 "attr50944") ) ) +(assert (myObject (attribute1 "attr50945") ) ) +(assert (myObject (attribute1 "attr50946") ) ) +(assert (myObject (attribute1 "attr50947") ) ) +(assert (myObject (attribute1 "attr50948") ) ) +(assert (myObject (attribute1 "attr50949") ) ) +(assert (myObject (attribute1 "attr50950") ) ) +(assert (myObject (attribute1 "attr50951") ) ) +(assert (myObject (attribute1 "attr50952") ) ) +(assert (myObject (attribute1 "attr50953") ) ) +(assert (myObject (attribute1 "attr50954") ) ) +(assert (myObject (attribute1 "attr50955") ) ) +(assert (myObject (attribute1 "attr50956") ) ) +(assert (myObject (attribute1 "attr50957") ) ) +(assert (myObject (attribute1 "attr50958") ) ) +(assert (myObject (attribute1 "attr50959") ) ) +(assert (myObject (attribute1 "attr50960") ) ) +(assert (myObject (attribute1 "attr50961") ) ) +(assert (myObject (attribute1 "attr50962") ) ) +(assert (myObject (attribute1 "attr50963") ) ) +(assert (myObject (attribute1 "attr50964") ) ) +(assert (myObject (attribute1 "attr50965") ) ) +(assert (myObject (attribute1 "attr50966") ) ) +(assert (myObject (attribute1 "attr50967") ) ) +(assert (myObject (attribute1 "attr50968") ) ) +(assert (myObject (attribute1 "attr50969") ) ) +(assert (myObject (attribute1 "attr50970") ) ) +(assert (myObject (attribute1 "attr50971") ) ) +(assert (myObject (attribute1 "attr50972") ) ) +(assert (myObject (attribute1 "attr50973") ) ) +(assert (myObject (attribute1 "attr50974") ) ) +(assert (myObject (attribute1 "attr50975") ) ) +(assert (myObject (attribute1 "attr50976") ) ) +(assert (myObject (attribute1 "attr50977") ) ) +(assert (myObject (attribute1 "attr50978") ) ) +(assert (myObject (attribute1 "attr50979") ) ) +(assert (myObject (attribute1 "attr50980") ) ) +(assert (myObject (attribute1 "attr50981") ) ) +(assert (myObject (attribute1 "attr50982") ) ) +(assert (myObject (attribute1 "attr50983") ) ) +(assert (myObject (attribute1 "attr50984") ) ) +(assert (myObject (attribute1 "attr50985") ) ) +(assert (myObject (attribute1 "attr50986") ) ) +(assert (myObject (attribute1 "attr50987") ) ) +(assert (myObject (attribute1 "attr50988") ) ) +(assert (myObject (attribute1 "attr50989") ) ) +(assert (myObject (attribute1 "attr50990") ) ) +(assert (myObject (attribute1 "attr50991") ) ) +(assert (myObject (attribute1 "attr50992") ) ) +(assert (myObject (attribute1 "attr50993") ) ) +(assert (myObject (attribute1 "attr50994") ) ) +(assert (myObject (attribute1 "attr50995") ) ) +(assert (myObject (attribute1 "attr50996") ) ) +(assert (myObject (attribute1 "attr50997") ) ) +(assert (myObject (attribute1 "attr50998") ) ) +(assert (myObject (attribute1 "attr50999") ) ) +(assert (myObject (attribute1 "attr51000") ) ) +(assert (myObject (attribute1 "attr51001") ) ) +(assert (myObject (attribute1 "attr51002") ) ) +(assert (myObject (attribute1 "attr51003") ) ) +(assert (myObject (attribute1 "attr51004") ) ) +(assert (myObject (attribute1 "attr51005") ) ) +(assert (myObject (attribute1 "attr51006") ) ) +(assert (myObject (attribute1 "attr51007") ) ) +(assert (myObject (attribute1 "attr51008") ) ) +(assert (myObject (attribute1 "attr51009") ) ) +(assert (myObject (attribute1 "attr51010") ) ) +(assert (myObject (attribute1 "attr51011") ) ) +(assert (myObject (attribute1 "attr51012") ) ) +(assert (myObject (attribute1 "attr51013") ) ) +(assert (myObject (attribute1 "attr51014") ) ) +(assert (myObject (attribute1 "attr51015") ) ) +(assert (myObject (attribute1 "attr51016") ) ) +(assert (myObject (attribute1 "attr51017") ) ) +(assert (myObject (attribute1 "attr51018") ) ) +(assert (myObject (attribute1 "attr51019") ) ) +(assert (myObject (attribute1 "attr51020") ) ) +(assert (myObject (attribute1 "attr51021") ) ) +(assert (myObject (attribute1 "attr51022") ) ) +(assert (myObject (attribute1 "attr51023") ) ) +(assert (myObject (attribute1 "attr51024") ) ) +(assert (myObject (attribute1 "attr51025") ) ) +(assert (myObject (attribute1 "attr51026") ) ) +(assert (myObject (attribute1 "attr51027") ) ) +(assert (myObject (attribute1 "attr51028") ) ) +(assert (myObject (attribute1 "attr51029") ) ) +(assert (myObject (attribute1 "attr51030") ) ) +(assert (myObject (attribute1 "attr51031") ) ) +(assert (myObject (attribute1 "attr51032") ) ) +(assert (myObject (attribute1 "attr51033") ) ) +(assert (myObject (attribute1 "attr51034") ) ) +(assert (myObject (attribute1 "attr51035") ) ) +(assert (myObject (attribute1 "attr51036") ) ) +(assert (myObject (attribute1 "attr51037") ) ) +(assert (myObject (attribute1 "attr51038") ) ) +(assert (myObject (attribute1 "attr51039") ) ) +(assert (myObject (attribute1 "attr51040") ) ) +(assert (myObject (attribute1 "attr51041") ) ) +(assert (myObject (attribute1 "attr51042") ) ) +(assert (myObject (attribute1 "attr51043") ) ) +(assert (myObject (attribute1 "attr51044") ) ) +(assert (myObject (attribute1 "attr51045") ) ) +(assert (myObject (attribute1 "attr51046") ) ) +(assert (myObject (attribute1 "attr51047") ) ) +(assert (myObject (attribute1 "attr51048") ) ) +(assert (myObject (attribute1 "attr51049") ) ) +(assert (myObject (attribute1 "attr51050") ) ) +(assert (myObject (attribute1 "attr51051") ) ) +(assert (myObject (attribute1 "attr51052") ) ) +(assert (myObject (attribute1 "attr51053") ) ) +(assert (myObject (attribute1 "attr51054") ) ) +(assert (myObject (attribute1 "attr51055") ) ) +(assert (myObject (attribute1 "attr51056") ) ) +(assert (myObject (attribute1 "attr51057") ) ) +(assert (myObject (attribute1 "attr51058") ) ) +(assert (myObject (attribute1 "attr51059") ) ) +(assert (myObject (attribute1 "attr51060") ) ) +(assert (myObject (attribute1 "attr51061") ) ) +(assert (myObject (attribute1 "attr51062") ) ) +(assert (myObject (attribute1 "attr51063") ) ) +(assert (myObject (attribute1 "attr51064") ) ) +(assert (myObject (attribute1 "attr51065") ) ) +(assert (myObject (attribute1 "attr51066") ) ) +(assert (myObject (attribute1 "attr51067") ) ) +(assert (myObject (attribute1 "attr51068") ) ) +(assert (myObject (attribute1 "attr51069") ) ) +(assert (myObject (attribute1 "attr51070") ) ) +(assert (myObject (attribute1 "attr51071") ) ) +(assert (myObject (attribute1 "attr51072") ) ) +(assert (myObject (attribute1 "attr51073") ) ) +(assert (myObject (attribute1 "attr51074") ) ) +(assert (myObject (attribute1 "attr51075") ) ) +(assert (myObject (attribute1 "attr51076") ) ) +(assert (myObject (attribute1 "attr51077") ) ) +(assert (myObject (attribute1 "attr51078") ) ) +(assert (myObject (attribute1 "attr51079") ) ) +(assert (myObject (attribute1 "attr51080") ) ) +(assert (myObject (attribute1 "attr51081") ) ) +(assert (myObject (attribute1 "attr51082") ) ) +(assert (myObject (attribute1 "attr51083") ) ) +(assert (myObject (attribute1 "attr51084") ) ) +(assert (myObject (attribute1 "attr51085") ) ) +(assert (myObject (attribute1 "attr51086") ) ) +(assert (myObject (attribute1 "attr51087") ) ) +(assert (myObject (attribute1 "attr51088") ) ) +(assert (myObject (attribute1 "attr51089") ) ) +(assert (myObject (attribute1 "attr51090") ) ) +(assert (myObject (attribute1 "attr51091") ) ) +(assert (myObject (attribute1 "attr51092") ) ) +(assert (myObject (attribute1 "attr51093") ) ) +(assert (myObject (attribute1 "attr51094") ) ) +(assert (myObject (attribute1 "attr51095") ) ) +(assert (myObject (attribute1 "attr51096") ) ) +(assert (myObject (attribute1 "attr51097") ) ) +(assert (myObject (attribute1 "attr51098") ) ) +(assert (myObject (attribute1 "attr51099") ) ) +(assert (myObject (attribute1 "attr51100") ) ) +(assert (myObject (attribute1 "attr51101") ) ) +(assert (myObject (attribute1 "attr51102") ) ) +(assert (myObject (attribute1 "attr51103") ) ) +(assert (myObject (attribute1 "attr51104") ) ) +(assert (myObject (attribute1 "attr51105") ) ) +(assert (myObject (attribute1 "attr51106") ) ) +(assert (myObject (attribute1 "attr51107") ) ) +(assert (myObject (attribute1 "attr51108") ) ) +(assert (myObject (attribute1 "attr51109") ) ) +(assert (myObject (attribute1 "attr51110") ) ) +(assert (myObject (attribute1 "attr51111") ) ) +(assert (myObject (attribute1 "attr51112") ) ) +(assert (myObject (attribute1 "attr51113") ) ) +(assert (myObject (attribute1 "attr51114") ) ) +(assert (myObject (attribute1 "attr51115") ) ) +(assert (myObject (attribute1 "attr51116") ) ) +(assert (myObject (attribute1 "attr51117") ) ) +(assert (myObject (attribute1 "attr51118") ) ) +(assert (myObject (attribute1 "attr51119") ) ) +(assert (myObject (attribute1 "attr51120") ) ) +(assert (myObject (attribute1 "attr51121") ) ) +(assert (myObject (attribute1 "attr51122") ) ) +(assert (myObject (attribute1 "attr51123") ) ) +(assert (myObject (attribute1 "attr51124") ) ) +(assert (myObject (attribute1 "attr51125") ) ) +(assert (myObject (attribute1 "attr51126") ) ) +(assert (myObject (attribute1 "attr51127") ) ) +(assert (myObject (attribute1 "attr51128") ) ) +(assert (myObject (attribute1 "attr51129") ) ) +(assert (myObject (attribute1 "attr51130") ) ) +(assert (myObject (attribute1 "attr51131") ) ) +(assert (myObject (attribute1 "attr51132") ) ) +(assert (myObject (attribute1 "attr51133") ) ) +(assert (myObject (attribute1 "attr51134") ) ) +(assert (myObject (attribute1 "attr51135") ) ) +(assert (myObject (attribute1 "attr51136") ) ) +(assert (myObject (attribute1 "attr51137") ) ) +(assert (myObject (attribute1 "attr51138") ) ) +(assert (myObject (attribute1 "attr51139") ) ) +(assert (myObject (attribute1 "attr51140") ) ) +(assert (myObject (attribute1 "attr51141") ) ) +(assert (myObject (attribute1 "attr51142") ) ) +(assert (myObject (attribute1 "attr51143") ) ) +(assert (myObject (attribute1 "attr51144") ) ) +(assert (myObject (attribute1 "attr51145") ) ) +(assert (myObject (attribute1 "attr51146") ) ) +(assert (myObject (attribute1 "attr51147") ) ) +(assert (myObject (attribute1 "attr51148") ) ) +(assert (myObject (attribute1 "attr51149") ) ) +(assert (myObject (attribute1 "attr51150") ) ) +(assert (myObject (attribute1 "attr51151") ) ) +(assert (myObject (attribute1 "attr51152") ) ) +(assert (myObject (attribute1 "attr51153") ) ) +(assert (myObject (attribute1 "attr51154") ) ) +(assert (myObject (attribute1 "attr51155") ) ) +(assert (myObject (attribute1 "attr51156") ) ) +(assert (myObject (attribute1 "attr51157") ) ) +(assert (myObject (attribute1 "attr51158") ) ) +(assert (myObject (attribute1 "attr51159") ) ) +(assert (myObject (attribute1 "attr51160") ) ) +(assert (myObject (attribute1 "attr51161") ) ) +(assert (myObject (attribute1 "attr51162") ) ) +(assert (myObject (attribute1 "attr51163") ) ) +(assert (myObject (attribute1 "attr51164") ) ) +(assert (myObject (attribute1 "attr51165") ) ) +(assert (myObject (attribute1 "attr51166") ) ) +(assert (myObject (attribute1 "attr51167") ) ) +(assert (myObject (attribute1 "attr51168") ) ) +(assert (myObject (attribute1 "attr51169") ) ) +(assert (myObject (attribute1 "attr51170") ) ) +(assert (myObject (attribute1 "attr51171") ) ) +(assert (myObject (attribute1 "attr51172") ) ) +(assert (myObject (attribute1 "attr51173") ) ) +(assert (myObject (attribute1 "attr51174") ) ) +(assert (myObject (attribute1 "attr51175") ) ) +(assert (myObject (attribute1 "attr51176") ) ) +(assert (myObject (attribute1 "attr51177") ) ) +(assert (myObject (attribute1 "attr51178") ) ) +(assert (myObject (attribute1 "attr51179") ) ) +(assert (myObject (attribute1 "attr51180") ) ) +(assert (myObject (attribute1 "attr51181") ) ) +(assert (myObject (attribute1 "attr51182") ) ) +(assert (myObject (attribute1 "attr51183") ) ) +(assert (myObject (attribute1 "attr51184") ) ) +(assert (myObject (attribute1 "attr51185") ) ) +(assert (myObject (attribute1 "attr51186") ) ) +(assert (myObject (attribute1 "attr51187") ) ) +(assert (myObject (attribute1 "attr51188") ) ) +(assert (myObject (attribute1 "attr51189") ) ) +(assert (myObject (attribute1 "attr51190") ) ) +(assert (myObject (attribute1 "attr51191") ) ) +(assert (myObject (attribute1 "attr51192") ) ) +(assert (myObject (attribute1 "attr51193") ) ) +(assert (myObject (attribute1 "attr51194") ) ) +(assert (myObject (attribute1 "attr51195") ) ) +(assert (myObject (attribute1 "attr51196") ) ) +(assert (myObject (attribute1 "attr51197") ) ) +(assert (myObject (attribute1 "attr51198") ) ) +(assert (myObject (attribute1 "attr51199") ) ) +(assert (myObject (attribute1 "attr51200") ) ) +(assert (myObject (attribute1 "attr51201") ) ) +(assert (myObject (attribute1 "attr51202") ) ) +(assert (myObject (attribute1 "attr51203") ) ) +(assert (myObject (attribute1 "attr51204") ) ) +(assert (myObject (attribute1 "attr51205") ) ) +(assert (myObject (attribute1 "attr51206") ) ) +(assert (myObject (attribute1 "attr51207") ) ) +(assert (myObject (attribute1 "attr51208") ) ) +(assert (myObject (attribute1 "attr51209") ) ) +(assert (myObject (attribute1 "attr51210") ) ) +(assert (myObject (attribute1 "attr51211") ) ) +(assert (myObject (attribute1 "attr51212") ) ) +(assert (myObject (attribute1 "attr51213") ) ) +(assert (myObject (attribute1 "attr51214") ) ) +(assert (myObject (attribute1 "attr51215") ) ) +(assert (myObject (attribute1 "attr51216") ) ) +(assert (myObject (attribute1 "attr51217") ) ) +(assert (myObject (attribute1 "attr51218") ) ) +(assert (myObject (attribute1 "attr51219") ) ) +(assert (myObject (attribute1 "attr51220") ) ) +(assert (myObject (attribute1 "attr51221") ) ) +(assert (myObject (attribute1 "attr51222") ) ) +(assert (myObject (attribute1 "attr51223") ) ) +(assert (myObject (attribute1 "attr51224") ) ) +(assert (myObject (attribute1 "attr51225") ) ) +(assert (myObject (attribute1 "attr51226") ) ) +(assert (myObject (attribute1 "attr51227") ) ) +(assert (myObject (attribute1 "attr51228") ) ) +(assert (myObject (attribute1 "attr51229") ) ) +(assert (myObject (attribute1 "attr51230") ) ) +(assert (myObject (attribute1 "attr51231") ) ) +(assert (myObject (attribute1 "attr51232") ) ) +(assert (myObject (attribute1 "attr51233") ) ) +(assert (myObject (attribute1 "attr51234") ) ) +(assert (myObject (attribute1 "attr51235") ) ) +(assert (myObject (attribute1 "attr51236") ) ) +(assert (myObject (attribute1 "attr51237") ) ) +(assert (myObject (attribute1 "attr51238") ) ) +(assert (myObject (attribute1 "attr51239") ) ) +(assert (myObject (attribute1 "attr51240") ) ) +(assert (myObject (attribute1 "attr51241") ) ) +(assert (myObject (attribute1 "attr51242") ) ) +(assert (myObject (attribute1 "attr51243") ) ) +(assert (myObject (attribute1 "attr51244") ) ) +(assert (myObject (attribute1 "attr51245") ) ) +(assert (myObject (attribute1 "attr51246") ) ) +(assert (myObject (attribute1 "attr51247") ) ) +(assert (myObject (attribute1 "attr51248") ) ) +(assert (myObject (attribute1 "attr51249") ) ) +(assert (myObject (attribute1 "attr51250") ) ) +(assert (myObject (attribute1 "attr51251") ) ) +(assert (myObject (attribute1 "attr51252") ) ) +(assert (myObject (attribute1 "attr51253") ) ) +(assert (myObject (attribute1 "attr51254") ) ) +(assert (myObject (attribute1 "attr51255") ) ) +(assert (myObject (attribute1 "attr51256") ) ) +(assert (myObject (attribute1 "attr51257") ) ) +(assert (myObject (attribute1 "attr51258") ) ) +(assert (myObject (attribute1 "attr51259") ) ) +(assert (myObject (attribute1 "attr51260") ) ) +(assert (myObject (attribute1 "attr51261") ) ) +(assert (myObject (attribute1 "attr51262") ) ) +(assert (myObject (attribute1 "attr51263") ) ) +(assert (myObject (attribute1 "attr51264") ) ) +(assert (myObject (attribute1 "attr51265") ) ) +(assert (myObject (attribute1 "attr51266") ) ) +(assert (myObject (attribute1 "attr51267") ) ) +(assert (myObject (attribute1 "attr51268") ) ) +(assert (myObject (attribute1 "attr51269") ) ) +(assert (myObject (attribute1 "attr51270") ) ) +(assert (myObject (attribute1 "attr51271") ) ) +(assert (myObject (attribute1 "attr51272") ) ) +(assert (myObject (attribute1 "attr51273") ) ) +(assert (myObject (attribute1 "attr51274") ) ) +(assert (myObject (attribute1 "attr51275") ) ) +(assert (myObject (attribute1 "attr51276") ) ) +(assert (myObject (attribute1 "attr51277") ) ) +(assert (myObject (attribute1 "attr51278") ) ) +(assert (myObject (attribute1 "attr51279") ) ) +(assert (myObject (attribute1 "attr51280") ) ) +(assert (myObject (attribute1 "attr51281") ) ) +(assert (myObject (attribute1 "attr51282") ) ) +(assert (myObject (attribute1 "attr51283") ) ) +(assert (myObject (attribute1 "attr51284") ) ) +(assert (myObject (attribute1 "attr51285") ) ) +(assert (myObject (attribute1 "attr51286") ) ) +(assert (myObject (attribute1 "attr51287") ) ) +(assert (myObject (attribute1 "attr51288") ) ) +(assert (myObject (attribute1 "attr51289") ) ) +(assert (myObject (attribute1 "attr51290") ) ) +(assert (myObject (attribute1 "attr51291") ) ) +(assert (myObject (attribute1 "attr51292") ) ) +(assert (myObject (attribute1 "attr51293") ) ) +(assert (myObject (attribute1 "attr51294") ) ) +(assert (myObject (attribute1 "attr51295") ) ) +(assert (myObject (attribute1 "attr51296") ) ) +(assert (myObject (attribute1 "attr51297") ) ) +(assert (myObject (attribute1 "attr51298") ) ) +(assert (myObject (attribute1 "attr51299") ) ) +(assert (myObject (attribute1 "attr51300") ) ) +(assert (myObject (attribute1 "attr51301") ) ) +(assert (myObject (attribute1 "attr51302") ) ) +(assert (myObject (attribute1 "attr51303") ) ) +(assert (myObject (attribute1 "attr51304") ) ) +(assert (myObject (attribute1 "attr51305") ) ) +(assert (myObject (attribute1 "attr51306") ) ) +(assert (myObject (attribute1 "attr51307") ) ) +(assert (myObject (attribute1 "attr51308") ) ) +(assert (myObject (attribute1 "attr51309") ) ) +(assert (myObject (attribute1 "attr51310") ) ) +(assert (myObject (attribute1 "attr51311") ) ) +(assert (myObject (attribute1 "attr51312") ) ) +(assert (myObject (attribute1 "attr51313") ) ) +(assert (myObject (attribute1 "attr51314") ) ) +(assert (myObject (attribute1 "attr51315") ) ) +(assert (myObject (attribute1 "attr51316") ) ) +(assert (myObject (attribute1 "attr51317") ) ) +(assert (myObject (attribute1 "attr51318") ) ) +(assert (myObject (attribute1 "attr51319") ) ) +(assert (myObject (attribute1 "attr51320") ) ) +(assert (myObject (attribute1 "attr51321") ) ) +(assert (myObject (attribute1 "attr51322") ) ) +(assert (myObject (attribute1 "attr51323") ) ) +(assert (myObject (attribute1 "attr51324") ) ) +(assert (myObject (attribute1 "attr51325") ) ) +(assert (myObject (attribute1 "attr51326") ) ) +(assert (myObject (attribute1 "attr51327") ) ) +(assert (myObject (attribute1 "attr51328") ) ) +(assert (myObject (attribute1 "attr51329") ) ) +(assert (myObject (attribute1 "attr51330") ) ) +(assert (myObject (attribute1 "attr51331") ) ) +(assert (myObject (attribute1 "attr51332") ) ) +(assert (myObject (attribute1 "attr51333") ) ) +(assert (myObject (attribute1 "attr51334") ) ) +(assert (myObject (attribute1 "attr51335") ) ) +(assert (myObject (attribute1 "attr51336") ) ) +(assert (myObject (attribute1 "attr51337") ) ) +(assert (myObject (attribute1 "attr51338") ) ) +(assert (myObject (attribute1 "attr51339") ) ) +(assert (myObject (attribute1 "attr51340") ) ) +(assert (myObject (attribute1 "attr51341") ) ) +(assert (myObject (attribute1 "attr51342") ) ) +(assert (myObject (attribute1 "attr51343") ) ) +(assert (myObject (attribute1 "attr51344") ) ) +(assert (myObject (attribute1 "attr51345") ) ) +(assert (myObject (attribute1 "attr51346") ) ) +(assert (myObject (attribute1 "attr51347") ) ) +(assert (myObject (attribute1 "attr51348") ) ) +(assert (myObject (attribute1 "attr51349") ) ) +(assert (myObject (attribute1 "attr51350") ) ) +(assert (myObject (attribute1 "attr51351") ) ) +(assert (myObject (attribute1 "attr51352") ) ) +(assert (myObject (attribute1 "attr51353") ) ) +(assert (myObject (attribute1 "attr51354") ) ) +(assert (myObject (attribute1 "attr51355") ) ) +(assert (myObject (attribute1 "attr51356") ) ) +(assert (myObject (attribute1 "attr51357") ) ) +(assert (myObject (attribute1 "attr51358") ) ) +(assert (myObject (attribute1 "attr51359") ) ) +(assert (myObject (attribute1 "attr51360") ) ) +(assert (myObject (attribute1 "attr51361") ) ) +(assert (myObject (attribute1 "attr51362") ) ) +(assert (myObject (attribute1 "attr51363") ) ) +(assert (myObject (attribute1 "attr51364") ) ) +(assert (myObject (attribute1 "attr51365") ) ) +(assert (myObject (attribute1 "attr51366") ) ) +(assert (myObject (attribute1 "attr51367") ) ) +(assert (myObject (attribute1 "attr51368") ) ) +(assert (myObject (attribute1 "attr51369") ) ) +(assert (myObject (attribute1 "attr51370") ) ) +(assert (myObject (attribute1 "attr51371") ) ) +(assert (myObject (attribute1 "attr51372") ) ) +(assert (myObject (attribute1 "attr51373") ) ) +(assert (myObject (attribute1 "attr51374") ) ) +(assert (myObject (attribute1 "attr51375") ) ) +(assert (myObject (attribute1 "attr51376") ) ) +(assert (myObject (attribute1 "attr51377") ) ) +(assert (myObject (attribute1 "attr51378") ) ) +(assert (myObject (attribute1 "attr51379") ) ) +(assert (myObject (attribute1 "attr51380") ) ) +(assert (myObject (attribute1 "attr51381") ) ) +(assert (myObject (attribute1 "attr51382") ) ) +(assert (myObject (attribute1 "attr51383") ) ) +(assert (myObject (attribute1 "attr51384") ) ) +(assert (myObject (attribute1 "attr51385") ) ) +(assert (myObject (attribute1 "attr51386") ) ) +(assert (myObject (attribute1 "attr51387") ) ) +(assert (myObject (attribute1 "attr51388") ) ) +(assert (myObject (attribute1 "attr51389") ) ) +(assert (myObject (attribute1 "attr51390") ) ) +(assert (myObject (attribute1 "attr51391") ) ) +(assert (myObject (attribute1 "attr51392") ) ) +(assert (myObject (attribute1 "attr51393") ) ) +(assert (myObject (attribute1 "attr51394") ) ) +(assert (myObject (attribute1 "attr51395") ) ) +(assert (myObject (attribute1 "attr51396") ) ) +(assert (myObject (attribute1 "attr51397") ) ) +(assert (myObject (attribute1 "attr51398") ) ) +(assert (myObject (attribute1 "attr51399") ) ) +(assert (myObject (attribute1 "attr51400") ) ) +(assert (myObject (attribute1 "attr51401") ) ) +(assert (myObject (attribute1 "attr51402") ) ) +(assert (myObject (attribute1 "attr51403") ) ) +(assert (myObject (attribute1 "attr51404") ) ) +(assert (myObject (attribute1 "attr51405") ) ) +(assert (myObject (attribute1 "attr51406") ) ) +(assert (myObject (attribute1 "attr51407") ) ) +(assert (myObject (attribute1 "attr51408") ) ) +(assert (myObject (attribute1 "attr51409") ) ) +(assert (myObject (attribute1 "attr51410") ) ) +(assert (myObject (attribute1 "attr51411") ) ) +(assert (myObject (attribute1 "attr51412") ) ) +(assert (myObject (attribute1 "attr51413") ) ) +(assert (myObject (attribute1 "attr51414") ) ) +(assert (myObject (attribute1 "attr51415") ) ) +(assert (myObject (attribute1 "attr51416") ) ) +(assert (myObject (attribute1 "attr51417") ) ) +(assert (myObject (attribute1 "attr51418") ) ) +(assert (myObject (attribute1 "attr51419") ) ) +(assert (myObject (attribute1 "attr51420") ) ) +(assert (myObject (attribute1 "attr51421") ) ) +(assert (myObject (attribute1 "attr51422") ) ) +(assert (myObject (attribute1 "attr51423") ) ) +(assert (myObject (attribute1 "attr51424") ) ) +(assert (myObject (attribute1 "attr51425") ) ) +(assert (myObject (attribute1 "attr51426") ) ) +(assert (myObject (attribute1 "attr51427") ) ) +(assert (myObject (attribute1 "attr51428") ) ) +(assert (myObject (attribute1 "attr51429") ) ) +(assert (myObject (attribute1 "attr51430") ) ) +(assert (myObject (attribute1 "attr51431") ) ) +(assert (myObject (attribute1 "attr51432") ) ) +(assert (myObject (attribute1 "attr51433") ) ) +(assert (myObject (attribute1 "attr51434") ) ) +(assert (myObject (attribute1 "attr51435") ) ) +(assert (myObject (attribute1 "attr51436") ) ) +(assert (myObject (attribute1 "attr51437") ) ) +(assert (myObject (attribute1 "attr51438") ) ) +(assert (myObject (attribute1 "attr51439") ) ) +(assert (myObject (attribute1 "attr51440") ) ) +(assert (myObject (attribute1 "attr51441") ) ) +(assert (myObject (attribute1 "attr51442") ) ) +(assert (myObject (attribute1 "attr51443") ) ) +(assert (myObject (attribute1 "attr51444") ) ) +(assert (myObject (attribute1 "attr51445") ) ) +(assert (myObject (attribute1 "attr51446") ) ) +(assert (myObject (attribute1 "attr51447") ) ) +(assert (myObject (attribute1 "attr51448") ) ) +(assert (myObject (attribute1 "attr51449") ) ) +(assert (myObject (attribute1 "attr51450") ) ) +(assert (myObject (attribute1 "attr51451") ) ) +(assert (myObject (attribute1 "attr51452") ) ) +(assert (myObject (attribute1 "attr51453") ) ) +(assert (myObject (attribute1 "attr51454") ) ) +(assert (myObject (attribute1 "attr51455") ) ) +(assert (myObject (attribute1 "attr51456") ) ) +(assert (myObject (attribute1 "attr51457") ) ) +(assert (myObject (attribute1 "attr51458") ) ) +(assert (myObject (attribute1 "attr51459") ) ) +(assert (myObject (attribute1 "attr51460") ) ) +(assert (myObject (attribute1 "attr51461") ) ) +(assert (myObject (attribute1 "attr51462") ) ) +(assert (myObject (attribute1 "attr51463") ) ) +(assert (myObject (attribute1 "attr51464") ) ) +(assert (myObject (attribute1 "attr51465") ) ) +(assert (myObject (attribute1 "attr51466") ) ) +(assert (myObject (attribute1 "attr51467") ) ) +(assert (myObject (attribute1 "attr51468") ) ) +(assert (myObject (attribute1 "attr51469") ) ) +(assert (myObject (attribute1 "attr51470") ) ) +(assert (myObject (attribute1 "attr51471") ) ) +(assert (myObject (attribute1 "attr51472") ) ) +(assert (myObject (attribute1 "attr51473") ) ) +(assert (myObject (attribute1 "attr51474") ) ) +(assert (myObject (attribute1 "attr51475") ) ) +(assert (myObject (attribute1 "attr51476") ) ) +(assert (myObject (attribute1 "attr51477") ) ) +(assert (myObject (attribute1 "attr51478") ) ) +(assert (myObject (attribute1 "attr51479") ) ) +(assert (myObject (attribute1 "attr51480") ) ) +(assert (myObject (attribute1 "attr51481") ) ) +(assert (myObject (attribute1 "attr51482") ) ) +(assert (myObject (attribute1 "attr51483") ) ) +(assert (myObject (attribute1 "attr51484") ) ) +(assert (myObject (attribute1 "attr51485") ) ) +(assert (myObject (attribute1 "attr51486") ) ) +(assert (myObject (attribute1 "attr51487") ) ) +(assert (myObject (attribute1 "attr51488") ) ) +(assert (myObject (attribute1 "attr51489") ) ) +(assert (myObject (attribute1 "attr51490") ) ) +(assert (myObject (attribute1 "attr51491") ) ) +(assert (myObject (attribute1 "attr51492") ) ) +(assert (myObject (attribute1 "attr51493") ) ) +(assert (myObject (attribute1 "attr51494") ) ) +(assert (myObject (attribute1 "attr51495") ) ) +(assert (myObject (attribute1 "attr51496") ) ) +(assert (myObject (attribute1 "attr51497") ) ) +(assert (myObject (attribute1 "attr51498") ) ) +(assert (myObject (attribute1 "attr51499") ) ) +(assert (myObject (attribute1 "attr51500") ) ) +(assert (myObject (attribute1 "attr51501") ) ) +(assert (myObject (attribute1 "attr51502") ) ) +(assert (myObject (attribute1 "attr51503") ) ) +(assert (myObject (attribute1 "attr51504") ) ) +(assert (myObject (attribute1 "attr51505") ) ) +(assert (myObject (attribute1 "attr51506") ) ) +(assert (myObject (attribute1 "attr51507") ) ) +(assert (myObject (attribute1 "attr51508") ) ) +(assert (myObject (attribute1 "attr51509") ) ) +(assert (myObject (attribute1 "attr51510") ) ) +(assert (myObject (attribute1 "attr51511") ) ) +(assert (myObject (attribute1 "attr51512") ) ) +(assert (myObject (attribute1 "attr51513") ) ) +(assert (myObject (attribute1 "attr51514") ) ) +(assert (myObject (attribute1 "attr51515") ) ) +(assert (myObject (attribute1 "attr51516") ) ) +(assert (myObject (attribute1 "attr51517") ) ) +(assert (myObject (attribute1 "attr51518") ) ) +(assert (myObject (attribute1 "attr51519") ) ) +(assert (myObject (attribute1 "attr51520") ) ) +(assert (myObject (attribute1 "attr51521") ) ) +(assert (myObject (attribute1 "attr51522") ) ) +(assert (myObject (attribute1 "attr51523") ) ) +(assert (myObject (attribute1 "attr51524") ) ) +(assert (myObject (attribute1 "attr51525") ) ) +(assert (myObject (attribute1 "attr51526") ) ) +(assert (myObject (attribute1 "attr51527") ) ) +(assert (myObject (attribute1 "attr51528") ) ) +(assert (myObject (attribute1 "attr51529") ) ) +(assert (myObject (attribute1 "attr51530") ) ) +(assert (myObject (attribute1 "attr51531") ) ) +(assert (myObject (attribute1 "attr51532") ) ) +(assert (myObject (attribute1 "attr51533") ) ) +(assert (myObject (attribute1 "attr51534") ) ) +(assert (myObject (attribute1 "attr51535") ) ) +(assert (myObject (attribute1 "attr51536") ) ) +(assert (myObject (attribute1 "attr51537") ) ) +(assert (myObject (attribute1 "attr51538") ) ) +(assert (myObject (attribute1 "attr51539") ) ) +(assert (myObject (attribute1 "attr51540") ) ) +(assert (myObject (attribute1 "attr51541") ) ) +(assert (myObject (attribute1 "attr51542") ) ) +(assert (myObject (attribute1 "attr51543") ) ) +(assert (myObject (attribute1 "attr51544") ) ) +(assert (myObject (attribute1 "attr51545") ) ) +(assert (myObject (attribute1 "attr51546") ) ) +(assert (myObject (attribute1 "attr51547") ) ) +(assert (myObject (attribute1 "attr51548") ) ) +(assert (myObject (attribute1 "attr51549") ) ) +(assert (myObject (attribute1 "attr51550") ) ) +(assert (myObject (attribute1 "attr51551") ) ) +(assert (myObject (attribute1 "attr51552") ) ) +(assert (myObject (attribute1 "attr51553") ) ) +(assert (myObject (attribute1 "attr51554") ) ) +(assert (myObject (attribute1 "attr51555") ) ) +(assert (myObject (attribute1 "attr51556") ) ) +(assert (myObject (attribute1 "attr51557") ) ) +(assert (myObject (attribute1 "attr51558") ) ) +(assert (myObject (attribute1 "attr51559") ) ) +(assert (myObject (attribute1 "attr51560") ) ) +(assert (myObject (attribute1 "attr51561") ) ) +(assert (myObject (attribute1 "attr51562") ) ) +(assert (myObject (attribute1 "attr51563") ) ) +(assert (myObject (attribute1 "attr51564") ) ) +(assert (myObject (attribute1 "attr51565") ) ) +(assert (myObject (attribute1 "attr51566") ) ) +(assert (myObject (attribute1 "attr51567") ) ) +(assert (myObject (attribute1 "attr51568") ) ) +(assert (myObject (attribute1 "attr51569") ) ) +(assert (myObject (attribute1 "attr51570") ) ) +(assert (myObject (attribute1 "attr51571") ) ) +(assert (myObject (attribute1 "attr51572") ) ) +(assert (myObject (attribute1 "attr51573") ) ) +(assert (myObject (attribute1 "attr51574") ) ) +(assert (myObject (attribute1 "attr51575") ) ) +(assert (myObject (attribute1 "attr51576") ) ) +(assert (myObject (attribute1 "attr51577") ) ) +(assert (myObject (attribute1 "attr51578") ) ) +(assert (myObject (attribute1 "attr51579") ) ) +(assert (myObject (attribute1 "attr51580") ) ) +(assert (myObject (attribute1 "attr51581") ) ) +(assert (myObject (attribute1 "attr51582") ) ) +(assert (myObject (attribute1 "attr51583") ) ) +(assert (myObject (attribute1 "attr51584") ) ) +(assert (myObject (attribute1 "attr51585") ) ) +(assert (myObject (attribute1 "attr51586") ) ) +(assert (myObject (attribute1 "attr51587") ) ) +(assert (myObject (attribute1 "attr51588") ) ) +(assert (myObject (attribute1 "attr51589") ) ) +(assert (myObject (attribute1 "attr51590") ) ) +(assert (myObject (attribute1 "attr51591") ) ) +(assert (myObject (attribute1 "attr51592") ) ) +(assert (myObject (attribute1 "attr51593") ) ) +(assert (myObject (attribute1 "attr51594") ) ) +(assert (myObject (attribute1 "attr51595") ) ) +(assert (myObject (attribute1 "attr51596") ) ) +(assert (myObject (attribute1 "attr51597") ) ) +(assert (myObject (attribute1 "attr51598") ) ) +(assert (myObject (attribute1 "attr51599") ) ) +(assert (myObject (attribute1 "attr51600") ) ) +(assert (myObject (attribute1 "attr51601") ) ) +(assert (myObject (attribute1 "attr51602") ) ) +(assert (myObject (attribute1 "attr51603") ) ) +(assert (myObject (attribute1 "attr51604") ) ) +(assert (myObject (attribute1 "attr51605") ) ) +(assert (myObject (attribute1 "attr51606") ) ) +(assert (myObject (attribute1 "attr51607") ) ) +(assert (myObject (attribute1 "attr51608") ) ) +(assert (myObject (attribute1 "attr51609") ) ) +(assert (myObject (attribute1 "attr51610") ) ) +(assert (myObject (attribute1 "attr51611") ) ) +(assert (myObject (attribute1 "attr51612") ) ) +(assert (myObject (attribute1 "attr51613") ) ) +(assert (myObject (attribute1 "attr51614") ) ) +(assert (myObject (attribute1 "attr51615") ) ) +(assert (myObject (attribute1 "attr51616") ) ) +(assert (myObject (attribute1 "attr51617") ) ) +(assert (myObject (attribute1 "attr51618") ) ) +(assert (myObject (attribute1 "attr51619") ) ) +(assert (myObject (attribute1 "attr51620") ) ) +(assert (myObject (attribute1 "attr51621") ) ) +(assert (myObject (attribute1 "attr51622") ) ) +(assert (myObject (attribute1 "attr51623") ) ) +(assert (myObject (attribute1 "attr51624") ) ) +(assert (myObject (attribute1 "attr51625") ) ) +(assert (myObject (attribute1 "attr51626") ) ) +(assert (myObject (attribute1 "attr51627") ) ) +(assert (myObject (attribute1 "attr51628") ) ) +(assert (myObject (attribute1 "attr51629") ) ) +(assert (myObject (attribute1 "attr51630") ) ) +(assert (myObject (attribute1 "attr51631") ) ) +(assert (myObject (attribute1 "attr51632") ) ) +(assert (myObject (attribute1 "attr51633") ) ) +(assert (myObject (attribute1 "attr51634") ) ) +(assert (myObject (attribute1 "attr51635") ) ) +(assert (myObject (attribute1 "attr51636") ) ) +(assert (myObject (attribute1 "attr51637") ) ) +(assert (myObject (attribute1 "attr51638") ) ) +(assert (myObject (attribute1 "attr51639") ) ) +(assert (myObject (attribute1 "attr51640") ) ) +(assert (myObject (attribute1 "attr51641") ) ) +(assert (myObject (attribute1 "attr51642") ) ) +(assert (myObject (attribute1 "attr51643") ) ) +(assert (myObject (attribute1 "attr51644") ) ) +(assert (myObject (attribute1 "attr51645") ) ) +(assert (myObject (attribute1 "attr51646") ) ) +(assert (myObject (attribute1 "attr51647") ) ) +(assert (myObject (attribute1 "attr51648") ) ) +(assert (myObject (attribute1 "attr51649") ) ) +(assert (myObject (attribute1 "attr51650") ) ) +(assert (myObject (attribute1 "attr51651") ) ) +(assert (myObject (attribute1 "attr51652") ) ) +(assert (myObject (attribute1 "attr51653") ) ) +(assert (myObject (attribute1 "attr51654") ) ) +(assert (myObject (attribute1 "attr51655") ) ) +(assert (myObject (attribute1 "attr51656") ) ) +(assert (myObject (attribute1 "attr51657") ) ) +(assert (myObject (attribute1 "attr51658") ) ) +(assert (myObject (attribute1 "attr51659") ) ) +(assert (myObject (attribute1 "attr51660") ) ) +(assert (myObject (attribute1 "attr51661") ) ) +(assert (myObject (attribute1 "attr51662") ) ) +(assert (myObject (attribute1 "attr51663") ) ) +(assert (myObject (attribute1 "attr51664") ) ) +(assert (myObject (attribute1 "attr51665") ) ) +(assert (myObject (attribute1 "attr51666") ) ) +(assert (myObject (attribute1 "attr51667") ) ) +(assert (myObject (attribute1 "attr51668") ) ) +(assert (myObject (attribute1 "attr51669") ) ) +(assert (myObject (attribute1 "attr51670") ) ) +(assert (myObject (attribute1 "attr51671") ) ) +(assert (myObject (attribute1 "attr51672") ) ) +(assert (myObject (attribute1 "attr51673") ) ) +(assert (myObject (attribute1 "attr51674") ) ) +(assert (myObject (attribute1 "attr51675") ) ) +(assert (myObject (attribute1 "attr51676") ) ) +(assert (myObject (attribute1 "attr51677") ) ) +(assert (myObject (attribute1 "attr51678") ) ) +(assert (myObject (attribute1 "attr51679") ) ) +(assert (myObject (attribute1 "attr51680") ) ) +(assert (myObject (attribute1 "attr51681") ) ) +(assert (myObject (attribute1 "attr51682") ) ) +(assert (myObject (attribute1 "attr51683") ) ) +(assert (myObject (attribute1 "attr51684") ) ) +(assert (myObject (attribute1 "attr51685") ) ) +(assert (myObject (attribute1 "attr51686") ) ) +(assert (myObject (attribute1 "attr51687") ) ) +(assert (myObject (attribute1 "attr51688") ) ) +(assert (myObject (attribute1 "attr51689") ) ) +(assert (myObject (attribute1 "attr51690") ) ) +(assert (myObject (attribute1 "attr51691") ) ) +(assert (myObject (attribute1 "attr51692") ) ) +(assert (myObject (attribute1 "attr51693") ) ) +(assert (myObject (attribute1 "attr51694") ) ) +(assert (myObject (attribute1 "attr51695") ) ) +(assert (myObject (attribute1 "attr51696") ) ) +(assert (myObject (attribute1 "attr51697") ) ) +(assert (myObject (attribute1 "attr51698") ) ) +(assert (myObject (attribute1 "attr51699") ) ) +(assert (myObject (attribute1 "attr51700") ) ) +(assert (myObject (attribute1 "attr51701") ) ) +(assert (myObject (attribute1 "attr51702") ) ) +(assert (myObject (attribute1 "attr51703") ) ) +(assert (myObject (attribute1 "attr51704") ) ) +(assert (myObject (attribute1 "attr51705") ) ) +(assert (myObject (attribute1 "attr51706") ) ) +(assert (myObject (attribute1 "attr51707") ) ) +(assert (myObject (attribute1 "attr51708") ) ) +(assert (myObject (attribute1 "attr51709") ) ) +(assert (myObject (attribute1 "attr51710") ) ) +(assert (myObject (attribute1 "attr51711") ) ) +(assert (myObject (attribute1 "attr51712") ) ) +(assert (myObject (attribute1 "attr51713") ) ) +(assert (myObject (attribute1 "attr51714") ) ) +(assert (myObject (attribute1 "attr51715") ) ) +(assert (myObject (attribute1 "attr51716") ) ) +(assert (myObject (attribute1 "attr51717") ) ) +(assert (myObject (attribute1 "attr51718") ) ) +(assert (myObject (attribute1 "attr51719") ) ) +(assert (myObject (attribute1 "attr51720") ) ) +(assert (myObject (attribute1 "attr51721") ) ) +(assert (myObject (attribute1 "attr51722") ) ) +(assert (myObject (attribute1 "attr51723") ) ) +(assert (myObject (attribute1 "attr51724") ) ) +(assert (myObject (attribute1 "attr51725") ) ) +(assert (myObject (attribute1 "attr51726") ) ) +(assert (myObject (attribute1 "attr51727") ) ) +(assert (myObject (attribute1 "attr51728") ) ) +(assert (myObject (attribute1 "attr51729") ) ) +(assert (myObject (attribute1 "attr51730") ) ) +(assert (myObject (attribute1 "attr51731") ) ) +(assert (myObject (attribute1 "attr51732") ) ) +(assert (myObject (attribute1 "attr51733") ) ) +(assert (myObject (attribute1 "attr51734") ) ) +(assert (myObject (attribute1 "attr51735") ) ) +(assert (myObject (attribute1 "attr51736") ) ) +(assert (myObject (attribute1 "attr51737") ) ) +(assert (myObject (attribute1 "attr51738") ) ) +(assert (myObject (attribute1 "attr51739") ) ) +(assert (myObject (attribute1 "attr51740") ) ) +(assert (myObject (attribute1 "attr51741") ) ) +(assert (myObject (attribute1 "attr51742") ) ) +(assert (myObject (attribute1 "attr51743") ) ) +(assert (myObject (attribute1 "attr51744") ) ) +(assert (myObject (attribute1 "attr51745") ) ) +(assert (myObject (attribute1 "attr51746") ) ) +(assert (myObject (attribute1 "attr51747") ) ) +(assert (myObject (attribute1 "attr51748") ) ) +(assert (myObject (attribute1 "attr51749") ) ) +(assert (myObject (attribute1 "attr51750") ) ) +(assert (myObject (attribute1 "attr51751") ) ) +(assert (myObject (attribute1 "attr51752") ) ) +(assert (myObject (attribute1 "attr51753") ) ) +(assert (myObject (attribute1 "attr51754") ) ) +(assert (myObject (attribute1 "attr51755") ) ) +(assert (myObject (attribute1 "attr51756") ) ) +(assert (myObject (attribute1 "attr51757") ) ) +(assert (myObject (attribute1 "attr51758") ) ) +(assert (myObject (attribute1 "attr51759") ) ) +(assert (myObject (attribute1 "attr51760") ) ) +(assert (myObject (attribute1 "attr51761") ) ) +(assert (myObject (attribute1 "attr51762") ) ) +(assert (myObject (attribute1 "attr51763") ) ) +(assert (myObject (attribute1 "attr51764") ) ) +(assert (myObject (attribute1 "attr51765") ) ) +(assert (myObject (attribute1 "attr51766") ) ) +(assert (myObject (attribute1 "attr51767") ) ) +(assert (myObject (attribute1 "attr51768") ) ) +(assert (myObject (attribute1 "attr51769") ) ) +(assert (myObject (attribute1 "attr51770") ) ) +(assert (myObject (attribute1 "attr51771") ) ) +(assert (myObject (attribute1 "attr51772") ) ) +(assert (myObject (attribute1 "attr51773") ) ) +(assert (myObject (attribute1 "attr51774") ) ) +(assert (myObject (attribute1 "attr51775") ) ) +(assert (myObject (attribute1 "attr51776") ) ) +(assert (myObject (attribute1 "attr51777") ) ) +(assert (myObject (attribute1 "attr51778") ) ) +(assert (myObject (attribute1 "attr51779") ) ) +(assert (myObject (attribute1 "attr51780") ) ) +(assert (myObject (attribute1 "attr51781") ) ) +(assert (myObject (attribute1 "attr51782") ) ) +(assert (myObject (attribute1 "attr51783") ) ) +(assert (myObject (attribute1 "attr51784") ) ) +(assert (myObject (attribute1 "attr51785") ) ) +(assert (myObject (attribute1 "attr51786") ) ) +(assert (myObject (attribute1 "attr51787") ) ) +(assert (myObject (attribute1 "attr51788") ) ) +(assert (myObject (attribute1 "attr51789") ) ) +(assert (myObject (attribute1 "attr51790") ) ) +(assert (myObject (attribute1 "attr51791") ) ) +(assert (myObject (attribute1 "attr51792") ) ) +(assert (myObject (attribute1 "attr51793") ) ) +(assert (myObject (attribute1 "attr51794") ) ) +(assert (myObject (attribute1 "attr51795") ) ) +(assert (myObject (attribute1 "attr51796") ) ) +(assert (myObject (attribute1 "attr51797") ) ) +(assert (myObject (attribute1 "attr51798") ) ) +(assert (myObject (attribute1 "attr51799") ) ) +(assert (myObject (attribute1 "attr51800") ) ) +(assert (myObject (attribute1 "attr51801") ) ) +(assert (myObject (attribute1 "attr51802") ) ) +(assert (myObject (attribute1 "attr51803") ) ) +(assert (myObject (attribute1 "attr51804") ) ) +(assert (myObject (attribute1 "attr51805") ) ) +(assert (myObject (attribute1 "attr51806") ) ) +(assert (myObject (attribute1 "attr51807") ) ) +(assert (myObject (attribute1 "attr51808") ) ) +(assert (myObject (attribute1 "attr51809") ) ) +(assert (myObject (attribute1 "attr51810") ) ) +(assert (myObject (attribute1 "attr51811") ) ) +(assert (myObject (attribute1 "attr51812") ) ) +(assert (myObject (attribute1 "attr51813") ) ) +(assert (myObject (attribute1 "attr51814") ) ) +(assert (myObject (attribute1 "attr51815") ) ) +(assert (myObject (attribute1 "attr51816") ) ) +(assert (myObject (attribute1 "attr51817") ) ) +(assert (myObject (attribute1 "attr51818") ) ) +(assert (myObject (attribute1 "attr51819") ) ) +(assert (myObject (attribute1 "attr51820") ) ) +(assert (myObject (attribute1 "attr51821") ) ) +(assert (myObject (attribute1 "attr51822") ) ) +(assert (myObject (attribute1 "attr51823") ) ) +(assert (myObject (attribute1 "attr51824") ) ) +(assert (myObject (attribute1 "attr51825") ) ) +(assert (myObject (attribute1 "attr51826") ) ) +(assert (myObject (attribute1 "attr51827") ) ) +(assert (myObject (attribute1 "attr51828") ) ) +(assert (myObject (attribute1 "attr51829") ) ) +(assert (myObject (attribute1 "attr51830") ) ) +(assert (myObject (attribute1 "attr51831") ) ) +(assert (myObject (attribute1 "attr51832") ) ) +(assert (myObject (attribute1 "attr51833") ) ) +(assert (myObject (attribute1 "attr51834") ) ) +(assert (myObject (attribute1 "attr51835") ) ) +(assert (myObject (attribute1 "attr51836") ) ) +(assert (myObject (attribute1 "attr51837") ) ) +(assert (myObject (attribute1 "attr51838") ) ) +(assert (myObject (attribute1 "attr51839") ) ) +(assert (myObject (attribute1 "attr51840") ) ) +(assert (myObject (attribute1 "attr51841") ) ) +(assert (myObject (attribute1 "attr51842") ) ) +(assert (myObject (attribute1 "attr51843") ) ) +(assert (myObject (attribute1 "attr51844") ) ) +(assert (myObject (attribute1 "attr51845") ) ) +(assert (myObject (attribute1 "attr51846") ) ) +(assert (myObject (attribute1 "attr51847") ) ) +(assert (myObject (attribute1 "attr51848") ) ) +(assert (myObject (attribute1 "attr51849") ) ) +(assert (myObject (attribute1 "attr51850") ) ) +(assert (myObject (attribute1 "attr51851") ) ) +(assert (myObject (attribute1 "attr51852") ) ) +(assert (myObject (attribute1 "attr51853") ) ) +(assert (myObject (attribute1 "attr51854") ) ) +(assert (myObject (attribute1 "attr51855") ) ) +(assert (myObject (attribute1 "attr51856") ) ) +(assert (myObject (attribute1 "attr51857") ) ) +(assert (myObject (attribute1 "attr51858") ) ) +(assert (myObject (attribute1 "attr51859") ) ) +(assert (myObject (attribute1 "attr51860") ) ) +(assert (myObject (attribute1 "attr51861") ) ) +(assert (myObject (attribute1 "attr51862") ) ) +(assert (myObject (attribute1 "attr51863") ) ) +(assert (myObject (attribute1 "attr51864") ) ) +(assert (myObject (attribute1 "attr51865") ) ) +(assert (myObject (attribute1 "attr51866") ) ) +(assert (myObject (attribute1 "attr51867") ) ) +(assert (myObject (attribute1 "attr51868") ) ) +(assert (myObject (attribute1 "attr51869") ) ) +(assert (myObject (attribute1 "attr51870") ) ) +(assert (myObject (attribute1 "attr51871") ) ) +(assert (myObject (attribute1 "attr51872") ) ) +(assert (myObject (attribute1 "attr51873") ) ) +(assert (myObject (attribute1 "attr51874") ) ) +(assert (myObject (attribute1 "attr51875") ) ) +(assert (myObject (attribute1 "attr51876") ) ) +(assert (myObject (attribute1 "attr51877") ) ) +(assert (myObject (attribute1 "attr51878") ) ) +(assert (myObject (attribute1 "attr51879") ) ) +(assert (myObject (attribute1 "attr51880") ) ) +(assert (myObject (attribute1 "attr51881") ) ) +(assert (myObject (attribute1 "attr51882") ) ) +(assert (myObject (attribute1 "attr51883") ) ) +(assert (myObject (attribute1 "attr51884") ) ) +(assert (myObject (attribute1 "attr51885") ) ) +(assert (myObject (attribute1 "attr51886") ) ) +(assert (myObject (attribute1 "attr51887") ) ) +(assert (myObject (attribute1 "attr51888") ) ) +(assert (myObject (attribute1 "attr51889") ) ) +(assert (myObject (attribute1 "attr51890") ) ) +(assert (myObject (attribute1 "attr51891") ) ) +(assert (myObject (attribute1 "attr51892") ) ) +(assert (myObject (attribute1 "attr51893") ) ) +(assert (myObject (attribute1 "attr51894") ) ) +(assert (myObject (attribute1 "attr51895") ) ) +(assert (myObject (attribute1 "attr51896") ) ) +(assert (myObject (attribute1 "attr51897") ) ) +(assert (myObject (attribute1 "attr51898") ) ) +(assert (myObject (attribute1 "attr51899") ) ) +(assert (myObject (attribute1 "attr51900") ) ) +(assert (myObject (attribute1 "attr51901") ) ) +(assert (myObject (attribute1 "attr51902") ) ) +(assert (myObject (attribute1 "attr51903") ) ) +(assert (myObject (attribute1 "attr51904") ) ) +(assert (myObject (attribute1 "attr51905") ) ) +(assert (myObject (attribute1 "attr51906") ) ) +(assert (myObject (attribute1 "attr51907") ) ) +(assert (myObject (attribute1 "attr51908") ) ) +(assert (myObject (attribute1 "attr51909") ) ) +(assert (myObject (attribute1 "attr51910") ) ) +(assert (myObject (attribute1 "attr51911") ) ) +(assert (myObject (attribute1 "attr51912") ) ) +(assert (myObject (attribute1 "attr51913") ) ) +(assert (myObject (attribute1 "attr51914") ) ) +(assert (myObject (attribute1 "attr51915") ) ) +(assert (myObject (attribute1 "attr51916") ) ) +(assert (myObject (attribute1 "attr51917") ) ) +(assert (myObject (attribute1 "attr51918") ) ) +(assert (myObject (attribute1 "attr51919") ) ) +(assert (myObject (attribute1 "attr51920") ) ) +(assert (myObject (attribute1 "attr51921") ) ) +(assert (myObject (attribute1 "attr51922") ) ) +(assert (myObject (attribute1 "attr51923") ) ) +(assert (myObject (attribute1 "attr51924") ) ) +(assert (myObject (attribute1 "attr51925") ) ) +(assert (myObject (attribute1 "attr51926") ) ) +(assert (myObject (attribute1 "attr51927") ) ) +(assert (myObject (attribute1 "attr51928") ) ) +(assert (myObject (attribute1 "attr51929") ) ) +(assert (myObject (attribute1 "attr51930") ) ) +(assert (myObject (attribute1 "attr51931") ) ) +(assert (myObject (attribute1 "attr51932") ) ) +(assert (myObject (attribute1 "attr51933") ) ) +(assert (myObject (attribute1 "attr51934") ) ) +(assert (myObject (attribute1 "attr51935") ) ) +(assert (myObject (attribute1 "attr51936") ) ) +(assert (myObject (attribute1 "attr51937") ) ) +(assert (myObject (attribute1 "attr51938") ) ) +(assert (myObject (attribute1 "attr51939") ) ) +(assert (myObject (attribute1 "attr51940") ) ) +(assert (myObject (attribute1 "attr51941") ) ) +(assert (myObject (attribute1 "attr51942") ) ) +(assert (myObject (attribute1 "attr51943") ) ) +(assert (myObject (attribute1 "attr51944") ) ) +(assert (myObject (attribute1 "attr51945") ) ) +(assert (myObject (attribute1 "attr51946") ) ) +(assert (myObject (attribute1 "attr51947") ) ) +(assert (myObject (attribute1 "attr51948") ) ) +(assert (myObject (attribute1 "attr51949") ) ) +(assert (myObject (attribute1 "attr51950") ) ) +(assert (myObject (attribute1 "attr51951") ) ) +(assert (myObject (attribute1 "attr51952") ) ) +(assert (myObject (attribute1 "attr51953") ) ) +(assert (myObject (attribute1 "attr51954") ) ) +(assert (myObject (attribute1 "attr51955") ) ) +(assert (myObject (attribute1 "attr51956") ) ) +(assert (myObject (attribute1 "attr51957") ) ) +(assert (myObject (attribute1 "attr51958") ) ) +(assert (myObject (attribute1 "attr51959") ) ) +(assert (myObject (attribute1 "attr51960") ) ) +(assert (myObject (attribute1 "attr51961") ) ) +(assert (myObject (attribute1 "attr51962") ) ) +(assert (myObject (attribute1 "attr51963") ) ) +(assert (myObject (attribute1 "attr51964") ) ) +(assert (myObject (attribute1 "attr51965") ) ) +(assert (myObject (attribute1 "attr51966") ) ) +(assert (myObject (attribute1 "attr51967") ) ) +(assert (myObject (attribute1 "attr51968") ) ) +(assert (myObject (attribute1 "attr51969") ) ) +(assert (myObject (attribute1 "attr51970") ) ) +(assert (myObject (attribute1 "attr51971") ) ) +(assert (myObject (attribute1 "attr51972") ) ) +(assert (myObject (attribute1 "attr51973") ) ) +(assert (myObject (attribute1 "attr51974") ) ) +(assert (myObject (attribute1 "attr51975") ) ) +(assert (myObject (attribute1 "attr51976") ) ) +(assert (myObject (attribute1 "attr51977") ) ) +(assert (myObject (attribute1 "attr51978") ) ) +(assert (myObject (attribute1 "attr51979") ) ) +(assert (myObject (attribute1 "attr51980") ) ) +(assert (myObject (attribute1 "attr51981") ) ) +(assert (myObject (attribute1 "attr51982") ) ) +(assert (myObject (attribute1 "attr51983") ) ) +(assert (myObject (attribute1 "attr51984") ) ) +(assert (myObject (attribute1 "attr51985") ) ) +(assert (myObject (attribute1 "attr51986") ) ) +(assert (myObject (attribute1 "attr51987") ) ) +(assert (myObject (attribute1 "attr51988") ) ) +(assert (myObject (attribute1 "attr51989") ) ) +(assert (myObject (attribute1 "attr51990") ) ) +(assert (myObject (attribute1 "attr51991") ) ) +(assert (myObject (attribute1 "attr51992") ) ) +(assert (myObject (attribute1 "attr51993") ) ) +(assert (myObject (attribute1 "attr51994") ) ) +(assert (myObject (attribute1 "attr51995") ) ) +(assert (myObject (attribute1 "attr51996") ) ) +(assert (myObject (attribute1 "attr51997") ) ) +(assert (myObject (attribute1 "attr51998") ) ) +(assert (myObject (attribute1 "attr51999") ) ) +(assert (myObject (attribute1 "attr52000") ) ) +(assert (myObject (attribute1 "attr52001") ) ) +(assert (myObject (attribute1 "attr52002") ) ) +(assert (myObject (attribute1 "attr52003") ) ) +(assert (myObject (attribute1 "attr52004") ) ) +(assert (myObject (attribute1 "attr52005") ) ) +(assert (myObject (attribute1 "attr52006") ) ) +(assert (myObject (attribute1 "attr52007") ) ) +(assert (myObject (attribute1 "attr52008") ) ) +(assert (myObject (attribute1 "attr52009") ) ) +(assert (myObject (attribute1 "attr52010") ) ) +(assert (myObject (attribute1 "attr52011") ) ) +(assert (myObject (attribute1 "attr52012") ) ) +(assert (myObject (attribute1 "attr52013") ) ) +(assert (myObject (attribute1 "attr52014") ) ) +(assert (myObject (attribute1 "attr52015") ) ) +(assert (myObject (attribute1 "attr52016") ) ) +(assert (myObject (attribute1 "attr52017") ) ) +(assert (myObject (attribute1 "attr52018") ) ) +(assert (myObject (attribute1 "attr52019") ) ) +(assert (myObject (attribute1 "attr52020") ) ) +(assert (myObject (attribute1 "attr52021") ) ) +(assert (myObject (attribute1 "attr52022") ) ) +(assert (myObject (attribute1 "attr52023") ) ) +(assert (myObject (attribute1 "attr52024") ) ) +(assert (myObject (attribute1 "attr52025") ) ) +(assert (myObject (attribute1 "attr52026") ) ) +(assert (myObject (attribute1 "attr52027") ) ) +(assert (myObject (attribute1 "attr52028") ) ) +(assert (myObject (attribute1 "attr52029") ) ) +(assert (myObject (attribute1 "attr52030") ) ) +(assert (myObject (attribute1 "attr52031") ) ) +(assert (myObject (attribute1 "attr52032") ) ) +(assert (myObject (attribute1 "attr52033") ) ) +(assert (myObject (attribute1 "attr52034") ) ) +(assert (myObject (attribute1 "attr52035") ) ) +(assert (myObject (attribute1 "attr52036") ) ) +(assert (myObject (attribute1 "attr52037") ) ) +(assert (myObject (attribute1 "attr52038") ) ) +(assert (myObject (attribute1 "attr52039") ) ) +(assert (myObject (attribute1 "attr52040") ) ) +(assert (myObject (attribute1 "attr52041") ) ) +(assert (myObject (attribute1 "attr52042") ) ) +(assert (myObject (attribute1 "attr52043") ) ) +(assert (myObject (attribute1 "attr52044") ) ) +(assert (myObject (attribute1 "attr52045") ) ) +(assert (myObject (attribute1 "attr52046") ) ) +(assert (myObject (attribute1 "attr52047") ) ) +(assert (myObject (attribute1 "attr52048") ) ) +(assert (myObject (attribute1 "attr52049") ) ) +(assert (myObject (attribute1 "attr52050") ) ) +(assert (myObject (attribute1 "attr52051") ) ) +(assert (myObject (attribute1 "attr52052") ) ) +(assert (myObject (attribute1 "attr52053") ) ) +(assert (myObject (attribute1 "attr52054") ) ) +(assert (myObject (attribute1 "attr52055") ) ) +(assert (myObject (attribute1 "attr52056") ) ) +(assert (myObject (attribute1 "attr52057") ) ) +(assert (myObject (attribute1 "attr52058") ) ) +(assert (myObject (attribute1 "attr52059") ) ) +(assert (myObject (attribute1 "attr52060") ) ) +(assert (myObject (attribute1 "attr52061") ) ) +(assert (myObject (attribute1 "attr52062") ) ) +(assert (myObject (attribute1 "attr52063") ) ) +(assert (myObject (attribute1 "attr52064") ) ) +(assert (myObject (attribute1 "attr52065") ) ) +(assert (myObject (attribute1 "attr52066") ) ) +(assert (myObject (attribute1 "attr52067") ) ) +(assert (myObject (attribute1 "attr52068") ) ) +(assert (myObject (attribute1 "attr52069") ) ) +(assert (myObject (attribute1 "attr52070") ) ) +(assert (myObject (attribute1 "attr52071") ) ) +(assert (myObject (attribute1 "attr52072") ) ) +(assert (myObject (attribute1 "attr52073") ) ) +(assert (myObject (attribute1 "attr52074") ) ) +(assert (myObject (attribute1 "attr52075") ) ) +(assert (myObject (attribute1 "attr52076") ) ) +(assert (myObject (attribute1 "attr52077") ) ) +(assert (myObject (attribute1 "attr52078") ) ) +(assert (myObject (attribute1 "attr52079") ) ) +(assert (myObject (attribute1 "attr52080") ) ) +(assert (myObject (attribute1 "attr52081") ) ) +(assert (myObject (attribute1 "attr52082") ) ) +(assert (myObject (attribute1 "attr52083") ) ) +(assert (myObject (attribute1 "attr52084") ) ) +(assert (myObject (attribute1 "attr52085") ) ) +(assert (myObject (attribute1 "attr52086") ) ) +(assert (myObject (attribute1 "attr52087") ) ) +(assert (myObject (attribute1 "attr52088") ) ) +(assert (myObject (attribute1 "attr52089") ) ) +(assert (myObject (attribute1 "attr52090") ) ) +(assert (myObject (attribute1 "attr52091") ) ) +(assert (myObject (attribute1 "attr52092") ) ) +(assert (myObject (attribute1 "attr52093") ) ) +(assert (myObject (attribute1 "attr52094") ) ) +(assert (myObject (attribute1 "attr52095") ) ) +(assert (myObject (attribute1 "attr52096") ) ) +(assert (myObject (attribute1 "attr52097") ) ) +(assert (myObject (attribute1 "attr52098") ) ) +(assert (myObject (attribute1 "attr52099") ) ) +(assert (myObject (attribute1 "attr52100") ) ) +(assert (myObject (attribute1 "attr52101") ) ) +(assert (myObject (attribute1 "attr52102") ) ) +(assert (myObject (attribute1 "attr52103") ) ) +(assert (myObject (attribute1 "attr52104") ) ) +(assert (myObject (attribute1 "attr52105") ) ) +(assert (myObject (attribute1 "attr52106") ) ) +(assert (myObject (attribute1 "attr52107") ) ) +(assert (myObject (attribute1 "attr52108") ) ) +(assert (myObject (attribute1 "attr52109") ) ) +(assert (myObject (attribute1 "attr52110") ) ) +(assert (myObject (attribute1 "attr52111") ) ) +(assert (myObject (attribute1 "attr52112") ) ) +(assert (myObject (attribute1 "attr52113") ) ) +(assert (myObject (attribute1 "attr52114") ) ) +(assert (myObject (attribute1 "attr52115") ) ) +(assert (myObject (attribute1 "attr52116") ) ) +(assert (myObject (attribute1 "attr52117") ) ) +(assert (myObject (attribute1 "attr52118") ) ) +(assert (myObject (attribute1 "attr52119") ) ) +(assert (myObject (attribute1 "attr52120") ) ) +(assert (myObject (attribute1 "attr52121") ) ) +(assert (myObject (attribute1 "attr52122") ) ) +(assert (myObject (attribute1 "attr52123") ) ) +(assert (myObject (attribute1 "attr52124") ) ) +(assert (myObject (attribute1 "attr52125") ) ) +(assert (myObject (attribute1 "attr52126") ) ) +(assert (myObject (attribute1 "attr52127") ) ) +(assert (myObject (attribute1 "attr52128") ) ) +(assert (myObject (attribute1 "attr52129") ) ) +(assert (myObject (attribute1 "attr52130") ) ) +(assert (myObject (attribute1 "attr52131") ) ) +(assert (myObject (attribute1 "attr52132") ) ) +(assert (myObject (attribute1 "attr52133") ) ) +(assert (myObject (attribute1 "attr52134") ) ) +(assert (myObject (attribute1 "attr52135") ) ) +(assert (myObject (attribute1 "attr52136") ) ) +(assert (myObject (attribute1 "attr52137") ) ) +(assert (myObject (attribute1 "attr52138") ) ) +(assert (myObject (attribute1 "attr52139") ) ) +(assert (myObject (attribute1 "attr52140") ) ) +(assert (myObject (attribute1 "attr52141") ) ) +(assert (myObject (attribute1 "attr52142") ) ) +(assert (myObject (attribute1 "attr52143") ) ) +(assert (myObject (attribute1 "attr52144") ) ) +(assert (myObject (attribute1 "attr52145") ) ) +(assert (myObject (attribute1 "attr52146") ) ) +(assert (myObject (attribute1 "attr52147") ) ) +(assert (myObject (attribute1 "attr52148") ) ) +(assert (myObject (attribute1 "attr52149") ) ) +(assert (myObject (attribute1 "attr52150") ) ) +(assert (myObject (attribute1 "attr52151") ) ) +(assert (myObject (attribute1 "attr52152") ) ) +(assert (myObject (attribute1 "attr52153") ) ) +(assert (myObject (attribute1 "attr52154") ) ) +(assert (myObject (attribute1 "attr52155") ) ) +(assert (myObject (attribute1 "attr52156") ) ) +(assert (myObject (attribute1 "attr52157") ) ) +(assert (myObject (attribute1 "attr52158") ) ) +(assert (myObject (attribute1 "attr52159") ) ) +(assert (myObject (attribute1 "attr52160") ) ) +(assert (myObject (attribute1 "attr52161") ) ) +(assert (myObject (attribute1 "attr52162") ) ) +(assert (myObject (attribute1 "attr52163") ) ) +(assert (myObject (attribute1 "attr52164") ) ) +(assert (myObject (attribute1 "attr52165") ) ) +(assert (myObject (attribute1 "attr52166") ) ) +(assert (myObject (attribute1 "attr52167") ) ) +(assert (myObject (attribute1 "attr52168") ) ) +(assert (myObject (attribute1 "attr52169") ) ) +(assert (myObject (attribute1 "attr52170") ) ) +(assert (myObject (attribute1 "attr52171") ) ) +(assert (myObject (attribute1 "attr52172") ) ) +(assert (myObject (attribute1 "attr52173") ) ) +(assert (myObject (attribute1 "attr52174") ) ) +(assert (myObject (attribute1 "attr52175") ) ) +(assert (myObject (attribute1 "attr52176") ) ) +(assert (myObject (attribute1 "attr52177") ) ) +(assert (myObject (attribute1 "attr52178") ) ) +(assert (myObject (attribute1 "attr52179") ) ) +(assert (myObject (attribute1 "attr52180") ) ) +(assert (myObject (attribute1 "attr52181") ) ) +(assert (myObject (attribute1 "attr52182") ) ) +(assert (myObject (attribute1 "attr52183") ) ) +(assert (myObject (attribute1 "attr52184") ) ) +(assert (myObject (attribute1 "attr52185") ) ) +(assert (myObject (attribute1 "attr52186") ) ) +(assert (myObject (attribute1 "attr52187") ) ) +(assert (myObject (attribute1 "attr52188") ) ) +(assert (myObject (attribute1 "attr52189") ) ) +(assert (myObject (attribute1 "attr52190") ) ) +(assert (myObject (attribute1 "attr52191") ) ) +(assert (myObject (attribute1 "attr52192") ) ) +(assert (myObject (attribute1 "attr52193") ) ) +(assert (myObject (attribute1 "attr52194") ) ) +(assert (myObject (attribute1 "attr52195") ) ) +(assert (myObject (attribute1 "attr52196") ) ) +(assert (myObject (attribute1 "attr52197") ) ) +(assert (myObject (attribute1 "attr52198") ) ) +(assert (myObject (attribute1 "attr52199") ) ) +(assert (myObject (attribute1 "attr52200") ) ) +(assert (myObject (attribute1 "attr52201") ) ) +(assert (myObject (attribute1 "attr52202") ) ) +(assert (myObject (attribute1 "attr52203") ) ) +(assert (myObject (attribute1 "attr52204") ) ) +(assert (myObject (attribute1 "attr52205") ) ) +(assert (myObject (attribute1 "attr52206") ) ) +(assert (myObject (attribute1 "attr52207") ) ) +(assert (myObject (attribute1 "attr52208") ) ) +(assert (myObject (attribute1 "attr52209") ) ) +(assert (myObject (attribute1 "attr52210") ) ) +(assert (myObject (attribute1 "attr52211") ) ) +(assert (myObject (attribute1 "attr52212") ) ) +(assert (myObject (attribute1 "attr52213") ) ) +(assert (myObject (attribute1 "attr52214") ) ) +(assert (myObject (attribute1 "attr52215") ) ) +(assert (myObject (attribute1 "attr52216") ) ) +(assert (myObject (attribute1 "attr52217") ) ) +(assert (myObject (attribute1 "attr52218") ) ) +(assert (myObject (attribute1 "attr52219") ) ) +(assert (myObject (attribute1 "attr52220") ) ) +(assert (myObject (attribute1 "attr52221") ) ) +(assert (myObject (attribute1 "attr52222") ) ) +(assert (myObject (attribute1 "attr52223") ) ) +(assert (myObject (attribute1 "attr52224") ) ) +(assert (myObject (attribute1 "attr52225") ) ) +(assert (myObject (attribute1 "attr52226") ) ) +(assert (myObject (attribute1 "attr52227") ) ) +(assert (myObject (attribute1 "attr52228") ) ) +(assert (myObject (attribute1 "attr52229") ) ) +(assert (myObject (attribute1 "attr52230") ) ) +(assert (myObject (attribute1 "attr52231") ) ) +(assert (myObject (attribute1 "attr52232") ) ) +(assert (myObject (attribute1 "attr52233") ) ) +(assert (myObject (attribute1 "attr52234") ) ) +(assert (myObject (attribute1 "attr52235") ) ) +(assert (myObject (attribute1 "attr52236") ) ) +(assert (myObject (attribute1 "attr52237") ) ) +(assert (myObject (attribute1 "attr52238") ) ) +(assert (myObject (attribute1 "attr52239") ) ) +(assert (myObject (attribute1 "attr52240") ) ) +(assert (myObject (attribute1 "attr52241") ) ) +(assert (myObject (attribute1 "attr52242") ) ) +(assert (myObject (attribute1 "attr52243") ) ) +(assert (myObject (attribute1 "attr52244") ) ) +(assert (myObject (attribute1 "attr52245") ) ) +(assert (myObject (attribute1 "attr52246") ) ) +(assert (myObject (attribute1 "attr52247") ) ) +(assert (myObject (attribute1 "attr52248") ) ) +(assert (myObject (attribute1 "attr52249") ) ) +(assert (myObject (attribute1 "attr52250") ) ) +(assert (myObject (attribute1 "attr52251") ) ) +(assert (myObject (attribute1 "attr52252") ) ) +(assert (myObject (attribute1 "attr52253") ) ) +(assert (myObject (attribute1 "attr52254") ) ) +(assert (myObject (attribute1 "attr52255") ) ) +(assert (myObject (attribute1 "attr52256") ) ) +(assert (myObject (attribute1 "attr52257") ) ) +(assert (myObject (attribute1 "attr52258") ) ) +(assert (myObject (attribute1 "attr52259") ) ) +(assert (myObject (attribute1 "attr52260") ) ) +(assert (myObject (attribute1 "attr52261") ) ) +(assert (myObject (attribute1 "attr52262") ) ) +(assert (myObject (attribute1 "attr52263") ) ) +(assert (myObject (attribute1 "attr52264") ) ) +(assert (myObject (attribute1 "attr52265") ) ) +(assert (myObject (attribute1 "attr52266") ) ) +(assert (myObject (attribute1 "attr52267") ) ) +(assert (myObject (attribute1 "attr52268") ) ) +(assert (myObject (attribute1 "attr52269") ) ) +(assert (myObject (attribute1 "attr52270") ) ) +(assert (myObject (attribute1 "attr52271") ) ) +(assert (myObject (attribute1 "attr52272") ) ) +(assert (myObject (attribute1 "attr52273") ) ) +(assert (myObject (attribute1 "attr52274") ) ) +(assert (myObject (attribute1 "attr52275") ) ) +(assert (myObject (attribute1 "attr52276") ) ) +(assert (myObject (attribute1 "attr52277") ) ) +(assert (myObject (attribute1 "attr52278") ) ) +(assert (myObject (attribute1 "attr52279") ) ) +(assert (myObject (attribute1 "attr52280") ) ) +(assert (myObject (attribute1 "attr52281") ) ) +(assert (myObject (attribute1 "attr52282") ) ) +(assert (myObject (attribute1 "attr52283") ) ) +(assert (myObject (attribute1 "attr52284") ) ) +(assert (myObject (attribute1 "attr52285") ) ) +(assert (myObject (attribute1 "attr52286") ) ) +(assert (myObject (attribute1 "attr52287") ) ) +(assert (myObject (attribute1 "attr52288") ) ) +(assert (myObject (attribute1 "attr52289") ) ) +(assert (myObject (attribute1 "attr52290") ) ) +(assert (myObject (attribute1 "attr52291") ) ) +(assert (myObject (attribute1 "attr52292") ) ) +(assert (myObject (attribute1 "attr52293") ) ) +(assert (myObject (attribute1 "attr52294") ) ) +(assert (myObject (attribute1 "attr52295") ) ) +(assert (myObject (attribute1 "attr52296") ) ) +(assert (myObject (attribute1 "attr52297") ) ) +(assert (myObject (attribute1 "attr52298") ) ) +(assert (myObject (attribute1 "attr52299") ) ) +(assert (myObject (attribute1 "attr52300") ) ) +(assert (myObject (attribute1 "attr52301") ) ) +(assert (myObject (attribute1 "attr52302") ) ) +(assert (myObject (attribute1 "attr52303") ) ) +(assert (myObject (attribute1 "attr52304") ) ) +(assert (myObject (attribute1 "attr52305") ) ) +(assert (myObject (attribute1 "attr52306") ) ) +(assert (myObject (attribute1 "attr52307") ) ) +(assert (myObject (attribute1 "attr52308") ) ) +(assert (myObject (attribute1 "attr52309") ) ) +(assert (myObject (attribute1 "attr52310") ) ) +(assert (myObject (attribute1 "attr52311") ) ) +(assert (myObject (attribute1 "attr52312") ) ) +(assert (myObject (attribute1 "attr52313") ) ) +(assert (myObject (attribute1 "attr52314") ) ) +(assert (myObject (attribute1 "attr52315") ) ) +(assert (myObject (attribute1 "attr52316") ) ) +(assert (myObject (attribute1 "attr52317") ) ) +(assert (myObject (attribute1 "attr52318") ) ) +(assert (myObject (attribute1 "attr52319") ) ) +(assert (myObject (attribute1 "attr52320") ) ) +(assert (myObject (attribute1 "attr52321") ) ) +(assert (myObject (attribute1 "attr52322") ) ) +(assert (myObject (attribute1 "attr52323") ) ) +(assert (myObject (attribute1 "attr52324") ) ) +(assert (myObject (attribute1 "attr52325") ) ) +(assert (myObject (attribute1 "attr52326") ) ) +(assert (myObject (attribute1 "attr52327") ) ) +(assert (myObject (attribute1 "attr52328") ) ) +(assert (myObject (attribute1 "attr52329") ) ) +(assert (myObject (attribute1 "attr52330") ) ) +(assert (myObject (attribute1 "attr52331") ) ) +(assert (myObject (attribute1 "attr52332") ) ) +(assert (myObject (attribute1 "attr52333") ) ) +(assert (myObject (attribute1 "attr52334") ) ) +(assert (myObject (attribute1 "attr52335") ) ) +(assert (myObject (attribute1 "attr52336") ) ) +(assert (myObject (attribute1 "attr52337") ) ) +(assert (myObject (attribute1 "attr52338") ) ) +(assert (myObject (attribute1 "attr52339") ) ) +(assert (myObject (attribute1 "attr52340") ) ) +(assert (myObject (attribute1 "attr52341") ) ) +(assert (myObject (attribute1 "attr52342") ) ) +(assert (myObject (attribute1 "attr52343") ) ) +(assert (myObject (attribute1 "attr52344") ) ) +(assert (myObject (attribute1 "attr52345") ) ) +(assert (myObject (attribute1 "attr52346") ) ) +(assert (myObject (attribute1 "attr52347") ) ) +(assert (myObject (attribute1 "attr52348") ) ) +(assert (myObject (attribute1 "attr52349") ) ) +(assert (myObject (attribute1 "attr52350") ) ) +(assert (myObject (attribute1 "attr52351") ) ) +(assert (myObject (attribute1 "attr52352") ) ) +(assert (myObject (attribute1 "attr52353") ) ) +(assert (myObject (attribute1 "attr52354") ) ) +(assert (myObject (attribute1 "attr52355") ) ) +(assert (myObject (attribute1 "attr52356") ) ) +(assert (myObject (attribute1 "attr52357") ) ) +(assert (myObject (attribute1 "attr52358") ) ) +(assert (myObject (attribute1 "attr52359") ) ) +(assert (myObject (attribute1 "attr52360") ) ) +(assert (myObject (attribute1 "attr52361") ) ) +(assert (myObject (attribute1 "attr52362") ) ) +(assert (myObject (attribute1 "attr52363") ) ) +(assert (myObject (attribute1 "attr52364") ) ) +(assert (myObject (attribute1 "attr52365") ) ) +(assert (myObject (attribute1 "attr52366") ) ) +(assert (myObject (attribute1 "attr52367") ) ) +(assert (myObject (attribute1 "attr52368") ) ) +(assert (myObject (attribute1 "attr52369") ) ) +(assert (myObject (attribute1 "attr52370") ) ) +(assert (myObject (attribute1 "attr52371") ) ) +(assert (myObject (attribute1 "attr52372") ) ) +(assert (myObject (attribute1 "attr52373") ) ) +(assert (myObject (attribute1 "attr52374") ) ) +(assert (myObject (attribute1 "attr52375") ) ) +(assert (myObject (attribute1 "attr52376") ) ) +(assert (myObject (attribute1 "attr52377") ) ) +(assert (myObject (attribute1 "attr52378") ) ) +(assert (myObject (attribute1 "attr52379") ) ) +(assert (myObject (attribute1 "attr52380") ) ) +(assert (myObject (attribute1 "attr52381") ) ) +(assert (myObject (attribute1 "attr52382") ) ) +(assert (myObject (attribute1 "attr52383") ) ) +(assert (myObject (attribute1 "attr52384") ) ) +(assert (myObject (attribute1 "attr52385") ) ) +(assert (myObject (attribute1 "attr52386") ) ) +(assert (myObject (attribute1 "attr52387") ) ) +(assert (myObject (attribute1 "attr52388") ) ) +(assert (myObject (attribute1 "attr52389") ) ) +(assert (myObject (attribute1 "attr52390") ) ) +(assert (myObject (attribute1 "attr52391") ) ) +(assert (myObject (attribute1 "attr52392") ) ) +(assert (myObject (attribute1 "attr52393") ) ) +(assert (myObject (attribute1 "attr52394") ) ) +(assert (myObject (attribute1 "attr52395") ) ) +(assert (myObject (attribute1 "attr52396") ) ) +(assert (myObject (attribute1 "attr52397") ) ) +(assert (myObject (attribute1 "attr52398") ) ) +(assert (myObject (attribute1 "attr52399") ) ) +(assert (myObject (attribute1 "attr52400") ) ) +(assert (myObject (attribute1 "attr52401") ) ) +(assert (myObject (attribute1 "attr52402") ) ) +(assert (myObject (attribute1 "attr52403") ) ) +(assert (myObject (attribute1 "attr52404") ) ) +(assert (myObject (attribute1 "attr52405") ) ) +(assert (myObject (attribute1 "attr52406") ) ) +(assert (myObject (attribute1 "attr52407") ) ) +(assert (myObject (attribute1 "attr52408") ) ) +(assert (myObject (attribute1 "attr52409") ) ) +(assert (myObject (attribute1 "attr52410") ) ) +(assert (myObject (attribute1 "attr52411") ) ) +(assert (myObject (attribute1 "attr52412") ) ) +(assert (myObject (attribute1 "attr52413") ) ) +(assert (myObject (attribute1 "attr52414") ) ) +(assert (myObject (attribute1 "attr52415") ) ) +(assert (myObject (attribute1 "attr52416") ) ) +(assert (myObject (attribute1 "attr52417") ) ) +(assert (myObject (attribute1 "attr52418") ) ) +(assert (myObject (attribute1 "attr52419") ) ) +(assert (myObject (attribute1 "attr52420") ) ) +(assert (myObject (attribute1 "attr52421") ) ) +(assert (myObject (attribute1 "attr52422") ) ) +(assert (myObject (attribute1 "attr52423") ) ) +(assert (myObject (attribute1 "attr52424") ) ) +(assert (myObject (attribute1 "attr52425") ) ) +(assert (myObject (attribute1 "attr52426") ) ) +(assert (myObject (attribute1 "attr52427") ) ) +(assert (myObject (attribute1 "attr52428") ) ) +(assert (myObject (attribute1 "attr52429") ) ) +(assert (myObject (attribute1 "attr52430") ) ) +(assert (myObject (attribute1 "attr52431") ) ) +(assert (myObject (attribute1 "attr52432") ) ) +(assert (myObject (attribute1 "attr52433") ) ) +(assert (myObject (attribute1 "attr52434") ) ) +(assert (myObject (attribute1 "attr52435") ) ) +(assert (myObject (attribute1 "attr52436") ) ) +(assert (myObject (attribute1 "attr52437") ) ) +(assert (myObject (attribute1 "attr52438") ) ) +(assert (myObject (attribute1 "attr52439") ) ) +(assert (myObject (attribute1 "attr52440") ) ) +(assert (myObject (attribute1 "attr52441") ) ) +(assert (myObject (attribute1 "attr52442") ) ) +(assert (myObject (attribute1 "attr52443") ) ) +(assert (myObject (attribute1 "attr52444") ) ) +(assert (myObject (attribute1 "attr52445") ) ) +(assert (myObject (attribute1 "attr52446") ) ) +(assert (myObject (attribute1 "attr52447") ) ) +(assert (myObject (attribute1 "attr52448") ) ) +(assert (myObject (attribute1 "attr52449") ) ) +(assert (myObject (attribute1 "attr52450") ) ) +(assert (myObject (attribute1 "attr52451") ) ) +(assert (myObject (attribute1 "attr52452") ) ) +(assert (myObject (attribute1 "attr52453") ) ) +(assert (myObject (attribute1 "attr52454") ) ) +(assert (myObject (attribute1 "attr52455") ) ) +(assert (myObject (attribute1 "attr52456") ) ) +(assert (myObject (attribute1 "attr52457") ) ) +(assert (myObject (attribute1 "attr52458") ) ) +(assert (myObject (attribute1 "attr52459") ) ) +(assert (myObject (attribute1 "attr52460") ) ) +(assert (myObject (attribute1 "attr52461") ) ) +(assert (myObject (attribute1 "attr52462") ) ) +(assert (myObject (attribute1 "attr52463") ) ) +(assert (myObject (attribute1 "attr52464") ) ) +(assert (myObject (attribute1 "attr52465") ) ) +(assert (myObject (attribute1 "attr52466") ) ) +(assert (myObject (attribute1 "attr52467") ) ) +(assert (myObject (attribute1 "attr52468") ) ) +(assert (myObject (attribute1 "attr52469") ) ) +(assert (myObject (attribute1 "attr52470") ) ) +(assert (myObject (attribute1 "attr52471") ) ) +(assert (myObject (attribute1 "attr52472") ) ) +(assert (myObject (attribute1 "attr52473") ) ) +(assert (myObject (attribute1 "attr52474") ) ) +(assert (myObject (attribute1 "attr52475") ) ) +(assert (myObject (attribute1 "attr52476") ) ) +(assert (myObject (attribute1 "attr52477") ) ) +(assert (myObject (attribute1 "attr52478") ) ) +(assert (myObject (attribute1 "attr52479") ) ) +(assert (myObject (attribute1 "attr52480") ) ) +(assert (myObject (attribute1 "attr52481") ) ) +(assert (myObject (attribute1 "attr52482") ) ) +(assert (myObject (attribute1 "attr52483") ) ) +(assert (myObject (attribute1 "attr52484") ) ) +(assert (myObject (attribute1 "attr52485") ) ) +(assert (myObject (attribute1 "attr52486") ) ) +(assert (myObject (attribute1 "attr52487") ) ) +(assert (myObject (attribute1 "attr52488") ) ) +(assert (myObject (attribute1 "attr52489") ) ) +(assert (myObject (attribute1 "attr52490") ) ) +(assert (myObject (attribute1 "attr52491") ) ) +(assert (myObject (attribute1 "attr52492") ) ) +(assert (myObject (attribute1 "attr52493") ) ) +(assert (myObject (attribute1 "attr52494") ) ) +(assert (myObject (attribute1 "attr52495") ) ) +(assert (myObject (attribute1 "attr52496") ) ) +(assert (myObject (attribute1 "attr52497") ) ) +(assert (myObject (attribute1 "attr52498") ) ) +(assert (myObject (attribute1 "attr52499") ) ) +(assert (myObject (attribute1 "attr52500") ) ) +(assert (myObject (attribute1 "attr52501") ) ) +(assert (myObject (attribute1 "attr52502") ) ) +(assert (myObject (attribute1 "attr52503") ) ) +(assert (myObject (attribute1 "attr52504") ) ) +(assert (myObject (attribute1 "attr52505") ) ) +(assert (myObject (attribute1 "attr52506") ) ) +(assert (myObject (attribute1 "attr52507") ) ) +(assert (myObject (attribute1 "attr52508") ) ) +(assert (myObject (attribute1 "attr52509") ) ) +(assert (myObject (attribute1 "attr52510") ) ) +(assert (myObject (attribute1 "attr52511") ) ) +(assert (myObject (attribute1 "attr52512") ) ) +(assert (myObject (attribute1 "attr52513") ) ) +(assert (myObject (attribute1 "attr52514") ) ) +(assert (myObject (attribute1 "attr52515") ) ) +(assert (myObject (attribute1 "attr52516") ) ) +(assert (myObject (attribute1 "attr52517") ) ) +(assert (myObject (attribute1 "attr52518") ) ) +(assert (myObject (attribute1 "attr52519") ) ) +(assert (myObject (attribute1 "attr52520") ) ) +(assert (myObject (attribute1 "attr52521") ) ) +(assert (myObject (attribute1 "attr52522") ) ) +(assert (myObject (attribute1 "attr52523") ) ) +(assert (myObject (attribute1 "attr52524") ) ) +(assert (myObject (attribute1 "attr52525") ) ) +(assert (myObject (attribute1 "attr52526") ) ) +(assert (myObject (attribute1 "attr52527") ) ) +(assert (myObject (attribute1 "attr52528") ) ) +(assert (myObject (attribute1 "attr52529") ) ) +(assert (myObject (attribute1 "attr52530") ) ) +(assert (myObject (attribute1 "attr52531") ) ) +(assert (myObject (attribute1 "attr52532") ) ) +(assert (myObject (attribute1 "attr52533") ) ) +(assert (myObject (attribute1 "attr52534") ) ) +(assert (myObject (attribute1 "attr52535") ) ) +(assert (myObject (attribute1 "attr52536") ) ) +(assert (myObject (attribute1 "attr52537") ) ) +(assert (myObject (attribute1 "attr52538") ) ) +(assert (myObject (attribute1 "attr52539") ) ) +(assert (myObject (attribute1 "attr52540") ) ) +(assert (myObject (attribute1 "attr52541") ) ) +(assert (myObject (attribute1 "attr52542") ) ) +(assert (myObject (attribute1 "attr52543") ) ) +(assert (myObject (attribute1 "attr52544") ) ) +(assert (myObject (attribute1 "attr52545") ) ) +(assert (myObject (attribute1 "attr52546") ) ) +(assert (myObject (attribute1 "attr52547") ) ) +(assert (myObject (attribute1 "attr52548") ) ) +(assert (myObject (attribute1 "attr52549") ) ) +(assert (myObject (attribute1 "attr52550") ) ) +(assert (myObject (attribute1 "attr52551") ) ) +(assert (myObject (attribute1 "attr52552") ) ) +(assert (myObject (attribute1 "attr52553") ) ) +(assert (myObject (attribute1 "attr52554") ) ) +(assert (myObject (attribute1 "attr52555") ) ) +(assert (myObject (attribute1 "attr52556") ) ) +(assert (myObject (attribute1 "attr52557") ) ) +(assert (myObject (attribute1 "attr52558") ) ) +(assert (myObject (attribute1 "attr52559") ) ) +(assert (myObject (attribute1 "attr52560") ) ) +(assert (myObject (attribute1 "attr52561") ) ) +(assert (myObject (attribute1 "attr52562") ) ) +(assert (myObject (attribute1 "attr52563") ) ) +(assert (myObject (attribute1 "attr52564") ) ) +(assert (myObject (attribute1 "attr52565") ) ) +(assert (myObject (attribute1 "attr52566") ) ) +(assert (myObject (attribute1 "attr52567") ) ) +(assert (myObject (attribute1 "attr52568") ) ) +(assert (myObject (attribute1 "attr52569") ) ) +(assert (myObject (attribute1 "attr52570") ) ) +(assert (myObject (attribute1 "attr52571") ) ) +(assert (myObject (attribute1 "attr52572") ) ) +(assert (myObject (attribute1 "attr52573") ) ) +(assert (myObject (attribute1 "attr52574") ) ) +(assert (myObject (attribute1 "attr52575") ) ) +(assert (myObject (attribute1 "attr52576") ) ) +(assert (myObject (attribute1 "attr52577") ) ) +(assert (myObject (attribute1 "attr52578") ) ) +(assert (myObject (attribute1 "attr52579") ) ) +(assert (myObject (attribute1 "attr52580") ) ) +(assert (myObject (attribute1 "attr52581") ) ) +(assert (myObject (attribute1 "attr52582") ) ) +(assert (myObject (attribute1 "attr52583") ) ) +(assert (myObject (attribute1 "attr52584") ) ) +(assert (myObject (attribute1 "attr52585") ) ) +(assert (myObject (attribute1 "attr52586") ) ) +(assert (myObject (attribute1 "attr52587") ) ) +(assert (myObject (attribute1 "attr52588") ) ) +(assert (myObject (attribute1 "attr52589") ) ) +(assert (myObject (attribute1 "attr52590") ) ) +(assert (myObject (attribute1 "attr52591") ) ) +(assert (myObject (attribute1 "attr52592") ) ) +(assert (myObject (attribute1 "attr52593") ) ) +(assert (myObject (attribute1 "attr52594") ) ) +(assert (myObject (attribute1 "attr52595") ) ) +(assert (myObject (attribute1 "attr52596") ) ) +(assert (myObject (attribute1 "attr52597") ) ) +(assert (myObject (attribute1 "attr52598") ) ) +(assert (myObject (attribute1 "attr52599") ) ) +(assert (myObject (attribute1 "attr52600") ) ) +(assert (myObject (attribute1 "attr52601") ) ) +(assert (myObject (attribute1 "attr52602") ) ) +(assert (myObject (attribute1 "attr52603") ) ) +(assert (myObject (attribute1 "attr52604") ) ) +(assert (myObject (attribute1 "attr52605") ) ) +(assert (myObject (attribute1 "attr52606") ) ) +(assert (myObject (attribute1 "attr52607") ) ) +(assert (myObject (attribute1 "attr52608") ) ) +(assert (myObject (attribute1 "attr52609") ) ) +(assert (myObject (attribute1 "attr52610") ) ) +(assert (myObject (attribute1 "attr52611") ) ) +(assert (myObject (attribute1 "attr52612") ) ) +(assert (myObject (attribute1 "attr52613") ) ) +(assert (myObject (attribute1 "attr52614") ) ) +(assert (myObject (attribute1 "attr52615") ) ) +(assert (myObject (attribute1 "attr52616") ) ) +(assert (myObject (attribute1 "attr52617") ) ) +(assert (myObject (attribute1 "attr52618") ) ) +(assert (myObject (attribute1 "attr52619") ) ) +(assert (myObject (attribute1 "attr52620") ) ) +(assert (myObject (attribute1 "attr52621") ) ) +(assert (myObject (attribute1 "attr52622") ) ) +(assert (myObject (attribute1 "attr52623") ) ) +(assert (myObject (attribute1 "attr52624") ) ) +(assert (myObject (attribute1 "attr52625") ) ) +(assert (myObject (attribute1 "attr52626") ) ) +(assert (myObject (attribute1 "attr52627") ) ) +(assert (myObject (attribute1 "attr52628") ) ) +(assert (myObject (attribute1 "attr52629") ) ) +(assert (myObject (attribute1 "attr52630") ) ) +(assert (myObject (attribute1 "attr52631") ) ) +(assert (myObject (attribute1 "attr52632") ) ) +(assert (myObject (attribute1 "attr52633") ) ) +(assert (myObject (attribute1 "attr52634") ) ) +(assert (myObject (attribute1 "attr52635") ) ) +(assert (myObject (attribute1 "attr52636") ) ) +(assert (myObject (attribute1 "attr52637") ) ) +(assert (myObject (attribute1 "attr52638") ) ) +(assert (myObject (attribute1 "attr52639") ) ) +(assert (myObject (attribute1 "attr52640") ) ) +(assert (myObject (attribute1 "attr52641") ) ) +(assert (myObject (attribute1 "attr52642") ) ) +(assert (myObject (attribute1 "attr52643") ) ) +(assert (myObject (attribute1 "attr52644") ) ) +(assert (myObject (attribute1 "attr52645") ) ) +(assert (myObject (attribute1 "attr52646") ) ) +(assert (myObject (attribute1 "attr52647") ) ) +(assert (myObject (attribute1 "attr52648") ) ) +(assert (myObject (attribute1 "attr52649") ) ) +(assert (myObject (attribute1 "attr52650") ) ) +(assert (myObject (attribute1 "attr52651") ) ) +(assert (myObject (attribute1 "attr52652") ) ) +(assert (myObject (attribute1 "attr52653") ) ) +(assert (myObject (attribute1 "attr52654") ) ) +(assert (myObject (attribute1 "attr52655") ) ) +(assert (myObject (attribute1 "attr52656") ) ) +(assert (myObject (attribute1 "attr52657") ) ) +(assert (myObject (attribute1 "attr52658") ) ) +(assert (myObject (attribute1 "attr52659") ) ) +(assert (myObject (attribute1 "attr52660") ) ) +(assert (myObject (attribute1 "attr52661") ) ) +(assert (myObject (attribute1 "attr52662") ) ) +(assert (myObject (attribute1 "attr52663") ) ) +(assert (myObject (attribute1 "attr52664") ) ) +(assert (myObject (attribute1 "attr52665") ) ) +(assert (myObject (attribute1 "attr52666") ) ) +(assert (myObject (attribute1 "attr52667") ) ) +(assert (myObject (attribute1 "attr52668") ) ) +(assert (myObject (attribute1 "attr52669") ) ) +(assert (myObject (attribute1 "attr52670") ) ) +(assert (myObject (attribute1 "attr52671") ) ) +(assert (myObject (attribute1 "attr52672") ) ) +(assert (myObject (attribute1 "attr52673") ) ) +(assert (myObject (attribute1 "attr52674") ) ) +(assert (myObject (attribute1 "attr52675") ) ) +(assert (myObject (attribute1 "attr52676") ) ) +(assert (myObject (attribute1 "attr52677") ) ) +(assert (myObject (attribute1 "attr52678") ) ) +(assert (myObject (attribute1 "attr52679") ) ) +(assert (myObject (attribute1 "attr52680") ) ) +(assert (myObject (attribute1 "attr52681") ) ) +(assert (myObject (attribute1 "attr52682") ) ) +(assert (myObject (attribute1 "attr52683") ) ) +(assert (myObject (attribute1 "attr52684") ) ) +(assert (myObject (attribute1 "attr52685") ) ) +(assert (myObject (attribute1 "attr52686") ) ) +(assert (myObject (attribute1 "attr52687") ) ) +(assert (myObject (attribute1 "attr52688") ) ) +(assert (myObject (attribute1 "attr52689") ) ) +(assert (myObject (attribute1 "attr52690") ) ) +(assert (myObject (attribute1 "attr52691") ) ) +(assert (myObject (attribute1 "attr52692") ) ) +(assert (myObject (attribute1 "attr52693") ) ) +(assert (myObject (attribute1 "attr52694") ) ) +(assert (myObject (attribute1 "attr52695") ) ) +(assert (myObject (attribute1 "attr52696") ) ) +(assert (myObject (attribute1 "attr52697") ) ) +(assert (myObject (attribute1 "attr52698") ) ) +(assert (myObject (attribute1 "attr52699") ) ) +(assert (myObject (attribute1 "attr52700") ) ) +(assert (myObject (attribute1 "attr52701") ) ) +(assert (myObject (attribute1 "attr52702") ) ) +(assert (myObject (attribute1 "attr52703") ) ) +(assert (myObject (attribute1 "attr52704") ) ) +(assert (myObject (attribute1 "attr52705") ) ) +(assert (myObject (attribute1 "attr52706") ) ) +(assert (myObject (attribute1 "attr52707") ) ) +(assert (myObject (attribute1 "attr52708") ) ) +(assert (myObject (attribute1 "attr52709") ) ) +(assert (myObject (attribute1 "attr52710") ) ) +(assert (myObject (attribute1 "attr52711") ) ) +(assert (myObject (attribute1 "attr52712") ) ) +(assert (myObject (attribute1 "attr52713") ) ) +(assert (myObject (attribute1 "attr52714") ) ) +(assert (myObject (attribute1 "attr52715") ) ) +(assert (myObject (attribute1 "attr52716") ) ) +(assert (myObject (attribute1 "attr52717") ) ) +(assert (myObject (attribute1 "attr52718") ) ) +(assert (myObject (attribute1 "attr52719") ) ) +(assert (myObject (attribute1 "attr52720") ) ) +(assert (myObject (attribute1 "attr52721") ) ) +(assert (myObject (attribute1 "attr52722") ) ) +(assert (myObject (attribute1 "attr52723") ) ) +(assert (myObject (attribute1 "attr52724") ) ) +(assert (myObject (attribute1 "attr52725") ) ) +(assert (myObject (attribute1 "attr52726") ) ) +(assert (myObject (attribute1 "attr52727") ) ) +(assert (myObject (attribute1 "attr52728") ) ) +(assert (myObject (attribute1 "attr52729") ) ) +(assert (myObject (attribute1 "attr52730") ) ) +(assert (myObject (attribute1 "attr52731") ) ) +(assert (myObject (attribute1 "attr52732") ) ) +(assert (myObject (attribute1 "attr52733") ) ) +(assert (myObject (attribute1 "attr52734") ) ) +(assert (myObject (attribute1 "attr52735") ) ) +(assert (myObject (attribute1 "attr52736") ) ) +(assert (myObject (attribute1 "attr52737") ) ) +(assert (myObject (attribute1 "attr52738") ) ) +(assert (myObject (attribute1 "attr52739") ) ) +(assert (myObject (attribute1 "attr52740") ) ) +(assert (myObject (attribute1 "attr52741") ) ) +(assert (myObject (attribute1 "attr52742") ) ) +(assert (myObject (attribute1 "attr52743") ) ) +(assert (myObject (attribute1 "attr52744") ) ) +(assert (myObject (attribute1 "attr52745") ) ) +(assert (myObject (attribute1 "attr52746") ) ) +(assert (myObject (attribute1 "attr52747") ) ) +(assert (myObject (attribute1 "attr52748") ) ) +(assert (myObject (attribute1 "attr52749") ) ) +(assert (myObject (attribute1 "attr52750") ) ) +(assert (myObject (attribute1 "attr52751") ) ) +(assert (myObject (attribute1 "attr52752") ) ) +(assert (myObject (attribute1 "attr52753") ) ) +(assert (myObject (attribute1 "attr52754") ) ) +(assert (myObject (attribute1 "attr52755") ) ) +(assert (myObject (attribute1 "attr52756") ) ) +(assert (myObject (attribute1 "attr52757") ) ) +(assert (myObject (attribute1 "attr52758") ) ) +(assert (myObject (attribute1 "attr52759") ) ) +(assert (myObject (attribute1 "attr52760") ) ) +(assert (myObject (attribute1 "attr52761") ) ) +(assert (myObject (attribute1 "attr52762") ) ) +(assert (myObject (attribute1 "attr52763") ) ) +(assert (myObject (attribute1 "attr52764") ) ) +(assert (myObject (attribute1 "attr52765") ) ) +(assert (myObject (attribute1 "attr52766") ) ) +(assert (myObject (attribute1 "attr52767") ) ) +(assert (myObject (attribute1 "attr52768") ) ) +(assert (myObject (attribute1 "attr52769") ) ) +(assert (myObject (attribute1 "attr52770") ) ) +(assert (myObject (attribute1 "attr52771") ) ) +(assert (myObject (attribute1 "attr52772") ) ) +(assert (myObject (attribute1 "attr52773") ) ) +(assert (myObject (attribute1 "attr52774") ) ) +(assert (myObject (attribute1 "attr52775") ) ) +(assert (myObject (attribute1 "attr52776") ) ) +(assert (myObject (attribute1 "attr52777") ) ) +(assert (myObject (attribute1 "attr52778") ) ) +(assert (myObject (attribute1 "attr52779") ) ) +(assert (myObject (attribute1 "attr52780") ) ) +(assert (myObject (attribute1 "attr52781") ) ) +(assert (myObject (attribute1 "attr52782") ) ) +(assert (myObject (attribute1 "attr52783") ) ) +(assert (myObject (attribute1 "attr52784") ) ) +(assert (myObject (attribute1 "attr52785") ) ) +(assert (myObject (attribute1 "attr52786") ) ) +(assert (myObject (attribute1 "attr52787") ) ) +(assert (myObject (attribute1 "attr52788") ) ) +(assert (myObject (attribute1 "attr52789") ) ) +(assert (myObject (attribute1 "attr52790") ) ) +(assert (myObject (attribute1 "attr52791") ) ) +(assert (myObject (attribute1 "attr52792") ) ) +(assert (myObject (attribute1 "attr52793") ) ) +(assert (myObject (attribute1 "attr52794") ) ) +(assert (myObject (attribute1 "attr52795") ) ) +(assert (myObject (attribute1 "attr52796") ) ) +(assert (myObject (attribute1 "attr52797") ) ) +(assert (myObject (attribute1 "attr52798") ) ) +(assert (myObject (attribute1 "attr52799") ) ) +(assert (myObject (attribute1 "attr52800") ) ) +(assert (myObject (attribute1 "attr52801") ) ) +(assert (myObject (attribute1 "attr52802") ) ) +(assert (myObject (attribute1 "attr52803") ) ) +(assert (myObject (attribute1 "attr52804") ) ) +(assert (myObject (attribute1 "attr52805") ) ) +(assert (myObject (attribute1 "attr52806") ) ) +(assert (myObject (attribute1 "attr52807") ) ) +(assert (myObject (attribute1 "attr52808") ) ) +(assert (myObject (attribute1 "attr52809") ) ) +(assert (myObject (attribute1 "attr52810") ) ) +(assert (myObject (attribute1 "attr52811") ) ) +(assert (myObject (attribute1 "attr52812") ) ) +(assert (myObject (attribute1 "attr52813") ) ) +(assert (myObject (attribute1 "attr52814") ) ) +(assert (myObject (attribute1 "attr52815") ) ) +(assert (myObject (attribute1 "attr52816") ) ) +(assert (myObject (attribute1 "attr52817") ) ) +(assert (myObject (attribute1 "attr52818") ) ) +(assert (myObject (attribute1 "attr52819") ) ) +(assert (myObject (attribute1 "attr52820") ) ) +(assert (myObject (attribute1 "attr52821") ) ) +(assert (myObject (attribute1 "attr52822") ) ) +(assert (myObject (attribute1 "attr52823") ) ) +(assert (myObject (attribute1 "attr52824") ) ) +(assert (myObject (attribute1 "attr52825") ) ) +(assert (myObject (attribute1 "attr52826") ) ) +(assert (myObject (attribute1 "attr52827") ) ) +(assert (myObject (attribute1 "attr52828") ) ) +(assert (myObject (attribute1 "attr52829") ) ) +(assert (myObject (attribute1 "attr52830") ) ) +(assert (myObject (attribute1 "attr52831") ) ) +(assert (myObject (attribute1 "attr52832") ) ) +(assert (myObject (attribute1 "attr52833") ) ) +(assert (myObject (attribute1 "attr52834") ) ) +(assert (myObject (attribute1 "attr52835") ) ) +(assert (myObject (attribute1 "attr52836") ) ) +(assert (myObject (attribute1 "attr52837") ) ) +(assert (myObject (attribute1 "attr52838") ) ) +(assert (myObject (attribute1 "attr52839") ) ) +(assert (myObject (attribute1 "attr52840") ) ) +(assert (myObject (attribute1 "attr52841") ) ) +(assert (myObject (attribute1 "attr52842") ) ) +(assert (myObject (attribute1 "attr52843") ) ) +(assert (myObject (attribute1 "attr52844") ) ) +(assert (myObject (attribute1 "attr52845") ) ) +(assert (myObject (attribute1 "attr52846") ) ) +(assert (myObject (attribute1 "attr52847") ) ) +(assert (myObject (attribute1 "attr52848") ) ) +(assert (myObject (attribute1 "attr52849") ) ) +(assert (myObject (attribute1 "attr52850") ) ) +(assert (myObject (attribute1 "attr52851") ) ) +(assert (myObject (attribute1 "attr52852") ) ) +(assert (myObject (attribute1 "attr52853") ) ) +(assert (myObject (attribute1 "attr52854") ) ) +(assert (myObject (attribute1 "attr52855") ) ) +(assert (myObject (attribute1 "attr52856") ) ) +(assert (myObject (attribute1 "attr52857") ) ) +(assert (myObject (attribute1 "attr52858") ) ) +(assert (myObject (attribute1 "attr52859") ) ) +(assert (myObject (attribute1 "attr52860") ) ) +(assert (myObject (attribute1 "attr52861") ) ) +(assert (myObject (attribute1 "attr52862") ) ) +(assert (myObject (attribute1 "attr52863") ) ) +(assert (myObject (attribute1 "attr52864") ) ) +(assert (myObject (attribute1 "attr52865") ) ) +(assert (myObject (attribute1 "attr52866") ) ) +(assert (myObject (attribute1 "attr52867") ) ) +(assert (myObject (attribute1 "attr52868") ) ) +(assert (myObject (attribute1 "attr52869") ) ) +(assert (myObject (attribute1 "attr52870") ) ) +(assert (myObject (attribute1 "attr52871") ) ) +(assert (myObject (attribute1 "attr52872") ) ) +(assert (myObject (attribute1 "attr52873") ) ) +(assert (myObject (attribute1 "attr52874") ) ) +(assert (myObject (attribute1 "attr52875") ) ) +(assert (myObject (attribute1 "attr52876") ) ) +(assert (myObject (attribute1 "attr52877") ) ) +(assert (myObject (attribute1 "attr52878") ) ) +(assert (myObject (attribute1 "attr52879") ) ) +(assert (myObject (attribute1 "attr52880") ) ) +(assert (myObject (attribute1 "attr52881") ) ) +(assert (myObject (attribute1 "attr52882") ) ) +(assert (myObject (attribute1 "attr52883") ) ) +(assert (myObject (attribute1 "attr52884") ) ) +(assert (myObject (attribute1 "attr52885") ) ) +(assert (myObject (attribute1 "attr52886") ) ) +(assert (myObject (attribute1 "attr52887") ) ) +(assert (myObject (attribute1 "attr52888") ) ) +(assert (myObject (attribute1 "attr52889") ) ) +(assert (myObject (attribute1 "attr52890") ) ) +(assert (myObject (attribute1 "attr52891") ) ) +(assert (myObject (attribute1 "attr52892") ) ) +(assert (myObject (attribute1 "attr52893") ) ) +(assert (myObject (attribute1 "attr52894") ) ) +(assert (myObject (attribute1 "attr52895") ) ) +(assert (myObject (attribute1 "attr52896") ) ) +(assert (myObject (attribute1 "attr52897") ) ) +(assert (myObject (attribute1 "attr52898") ) ) +(assert (myObject (attribute1 "attr52899") ) ) +(assert (myObject (attribute1 "attr52900") ) ) +(assert (myObject (attribute1 "attr52901") ) ) +(assert (myObject (attribute1 "attr52902") ) ) +(assert (myObject (attribute1 "attr52903") ) ) +(assert (myObject (attribute1 "attr52904") ) ) +(assert (myObject (attribute1 "attr52905") ) ) +(assert (myObject (attribute1 "attr52906") ) ) +(assert (myObject (attribute1 "attr52907") ) ) +(assert (myObject (attribute1 "attr52908") ) ) +(assert (myObject (attribute1 "attr52909") ) ) +(assert (myObject (attribute1 "attr52910") ) ) +(assert (myObject (attribute1 "attr52911") ) ) +(assert (myObject (attribute1 "attr52912") ) ) +(assert (myObject (attribute1 "attr52913") ) ) +(assert (myObject (attribute1 "attr52914") ) ) +(assert (myObject (attribute1 "attr52915") ) ) +(assert (myObject (attribute1 "attr52916") ) ) +(assert (myObject (attribute1 "attr52917") ) ) +(assert (myObject (attribute1 "attr52918") ) ) +(assert (myObject (attribute1 "attr52919") ) ) +(assert (myObject (attribute1 "attr52920") ) ) +(assert (myObject (attribute1 "attr52921") ) ) +(assert (myObject (attribute1 "attr52922") ) ) +(assert (myObject (attribute1 "attr52923") ) ) +(assert (myObject (attribute1 "attr52924") ) ) +(assert (myObject (attribute1 "attr52925") ) ) +(assert (myObject (attribute1 "attr52926") ) ) +(assert (myObject (attribute1 "attr52927") ) ) +(assert (myObject (attribute1 "attr52928") ) ) +(assert (myObject (attribute1 "attr52929") ) ) +(assert (myObject (attribute1 "attr52930") ) ) +(assert (myObject (attribute1 "attr52931") ) ) +(assert (myObject (attribute1 "attr52932") ) ) +(assert (myObject (attribute1 "attr52933") ) ) +(assert (myObject (attribute1 "attr52934") ) ) +(assert (myObject (attribute1 "attr52935") ) ) +(assert (myObject (attribute1 "attr52936") ) ) +(assert (myObject (attribute1 "attr52937") ) ) +(assert (myObject (attribute1 "attr52938") ) ) +(assert (myObject (attribute1 "attr52939") ) ) +(assert (myObject (attribute1 "attr52940") ) ) +(assert (myObject (attribute1 "attr52941") ) ) +(assert (myObject (attribute1 "attr52942") ) ) +(assert (myObject (attribute1 "attr52943") ) ) +(assert (myObject (attribute1 "attr52944") ) ) +(assert (myObject (attribute1 "attr52945") ) ) +(assert (myObject (attribute1 "attr52946") ) ) +(assert (myObject (attribute1 "attr52947") ) ) +(assert (myObject (attribute1 "attr52948") ) ) +(assert (myObject (attribute1 "attr52949") ) ) +(assert (myObject (attribute1 "attr52950") ) ) +(assert (myObject (attribute1 "attr52951") ) ) +(assert (myObject (attribute1 "attr52952") ) ) +(assert (myObject (attribute1 "attr52953") ) ) +(assert (myObject (attribute1 "attr52954") ) ) +(assert (myObject (attribute1 "attr52955") ) ) +(assert (myObject (attribute1 "attr52956") ) ) +(assert (myObject (attribute1 "attr52957") ) ) +(assert (myObject (attribute1 "attr52958") ) ) +(assert (myObject (attribute1 "attr52959") ) ) +(assert (myObject (attribute1 "attr52960") ) ) +(assert (myObject (attribute1 "attr52961") ) ) +(assert (myObject (attribute1 "attr52962") ) ) +(assert (myObject (attribute1 "attr52963") ) ) +(assert (myObject (attribute1 "attr52964") ) ) +(assert (myObject (attribute1 "attr52965") ) ) +(assert (myObject (attribute1 "attr52966") ) ) +(assert (myObject (attribute1 "attr52967") ) ) +(assert (myObject (attribute1 "attr52968") ) ) +(assert (myObject (attribute1 "attr52969") ) ) +(assert (myObject (attribute1 "attr52970") ) ) +(assert (myObject (attribute1 "attr52971") ) ) +(assert (myObject (attribute1 "attr52972") ) ) +(assert (myObject (attribute1 "attr52973") ) ) +(assert (myObject (attribute1 "attr52974") ) ) +(assert (myObject (attribute1 "attr52975") ) ) +(assert (myObject (attribute1 "attr52976") ) ) +(assert (myObject (attribute1 "attr52977") ) ) +(assert (myObject (attribute1 "attr52978") ) ) +(assert (myObject (attribute1 "attr52979") ) ) +(assert (myObject (attribute1 "attr52980") ) ) +(assert (myObject (attribute1 "attr52981") ) ) +(assert (myObject (attribute1 "attr52982") ) ) +(assert (myObject (attribute1 "attr52983") ) ) +(assert (myObject (attribute1 "attr52984") ) ) +(assert (myObject (attribute1 "attr52985") ) ) +(assert (myObject (attribute1 "attr52986") ) ) +(assert (myObject (attribute1 "attr52987") ) ) +(assert (myObject (attribute1 "attr52988") ) ) +(assert (myObject (attribute1 "attr52989") ) ) +(assert (myObject (attribute1 "attr52990") ) ) +(assert (myObject (attribute1 "attr52991") ) ) +(assert (myObject (attribute1 "attr52992") ) ) +(assert (myObject (attribute1 "attr52993") ) ) +(assert (myObject (attribute1 "attr52994") ) ) +(assert (myObject (attribute1 "attr52995") ) ) +(assert (myObject (attribute1 "attr52996") ) ) +(assert (myObject (attribute1 "attr52997") ) ) +(assert (myObject (attribute1 "attr52998") ) ) +(assert (myObject (attribute1 "attr52999") ) ) +(assert (myObject (attribute1 "attr53000") ) ) +(assert (myObject (attribute1 "attr53001") ) ) +(assert (myObject (attribute1 "attr53002") ) ) +(assert (myObject (attribute1 "attr53003") ) ) +(assert (myObject (attribute1 "attr53004") ) ) +(assert (myObject (attribute1 "attr53005") ) ) +(assert (myObject (attribute1 "attr53006") ) ) +(assert (myObject (attribute1 "attr53007") ) ) +(assert (myObject (attribute1 "attr53008") ) ) +(assert (myObject (attribute1 "attr53009") ) ) +(assert (myObject (attribute1 "attr53010") ) ) +(assert (myObject (attribute1 "attr53011") ) ) +(assert (myObject (attribute1 "attr53012") ) ) +(assert (myObject (attribute1 "attr53013") ) ) +(assert (myObject (attribute1 "attr53014") ) ) +(assert (myObject (attribute1 "attr53015") ) ) +(assert (myObject (attribute1 "attr53016") ) ) +(assert (myObject (attribute1 "attr53017") ) ) +(assert (myObject (attribute1 "attr53018") ) ) +(assert (myObject (attribute1 "attr53019") ) ) +(assert (myObject (attribute1 "attr53020") ) ) +(assert (myObject (attribute1 "attr53021") ) ) +(assert (myObject (attribute1 "attr53022") ) ) +(assert (myObject (attribute1 "attr53023") ) ) +(assert (myObject (attribute1 "attr53024") ) ) +(assert (myObject (attribute1 "attr53025") ) ) +(assert (myObject (attribute1 "attr53026") ) ) +(assert (myObject (attribute1 "attr53027") ) ) +(assert (myObject (attribute1 "attr53028") ) ) +(assert (myObject (attribute1 "attr53029") ) ) +(assert (myObject (attribute1 "attr53030") ) ) +(assert (myObject (attribute1 "attr53031") ) ) +(assert (myObject (attribute1 "attr53032") ) ) +(assert (myObject (attribute1 "attr53033") ) ) +(assert (myObject (attribute1 "attr53034") ) ) +(assert (myObject (attribute1 "attr53035") ) ) +(assert (myObject (attribute1 "attr53036") ) ) +(assert (myObject (attribute1 "attr53037") ) ) +(assert (myObject (attribute1 "attr53038") ) ) +(assert (myObject (attribute1 "attr53039") ) ) +(assert (myObject (attribute1 "attr53040") ) ) +(assert (myObject (attribute1 "attr53041") ) ) +(assert (myObject (attribute1 "attr53042") ) ) +(assert (myObject (attribute1 "attr53043") ) ) +(assert (myObject (attribute1 "attr53044") ) ) +(assert (myObject (attribute1 "attr53045") ) ) +(assert (myObject (attribute1 "attr53046") ) ) +(assert (myObject (attribute1 "attr53047") ) ) +(assert (myObject (attribute1 "attr53048") ) ) +(assert (myObject (attribute1 "attr53049") ) ) +(assert (myObject (attribute1 "attr53050") ) ) +(assert (myObject (attribute1 "attr53051") ) ) +(assert (myObject (attribute1 "attr53052") ) ) +(assert (myObject (attribute1 "attr53053") ) ) +(assert (myObject (attribute1 "attr53054") ) ) +(assert (myObject (attribute1 "attr53055") ) ) +(assert (myObject (attribute1 "attr53056") ) ) +(assert (myObject (attribute1 "attr53057") ) ) +(assert (myObject (attribute1 "attr53058") ) ) +(assert (myObject (attribute1 "attr53059") ) ) +(assert (myObject (attribute1 "attr53060") ) ) +(assert (myObject (attribute1 "attr53061") ) ) +(assert (myObject (attribute1 "attr53062") ) ) +(assert (myObject (attribute1 "attr53063") ) ) +(assert (myObject (attribute1 "attr53064") ) ) +(assert (myObject (attribute1 "attr53065") ) ) +(assert (myObject (attribute1 "attr53066") ) ) +(assert (myObject (attribute1 "attr53067") ) ) +(assert (myObject (attribute1 "attr53068") ) ) +(assert (myObject (attribute1 "attr53069") ) ) +(assert (myObject (attribute1 "attr53070") ) ) +(assert (myObject (attribute1 "attr53071") ) ) +(assert (myObject (attribute1 "attr53072") ) ) +(assert (myObject (attribute1 "attr53073") ) ) +(assert (myObject (attribute1 "attr53074") ) ) +(assert (myObject (attribute1 "attr53075") ) ) +(assert (myObject (attribute1 "attr53076") ) ) +(assert (myObject (attribute1 "attr53077") ) ) +(assert (myObject (attribute1 "attr53078") ) ) +(assert (myObject (attribute1 "attr53079") ) ) +(assert (myObject (attribute1 "attr53080") ) ) +(assert (myObject (attribute1 "attr53081") ) ) +(assert (myObject (attribute1 "attr53082") ) ) +(assert (myObject (attribute1 "attr53083") ) ) +(assert (myObject (attribute1 "attr53084") ) ) +(assert (myObject (attribute1 "attr53085") ) ) +(assert (myObject (attribute1 "attr53086") ) ) +(assert (myObject (attribute1 "attr53087") ) ) +(assert (myObject (attribute1 "attr53088") ) ) +(assert (myObject (attribute1 "attr53089") ) ) +(assert (myObject (attribute1 "attr53090") ) ) +(assert (myObject (attribute1 "attr53091") ) ) +(assert (myObject (attribute1 "attr53092") ) ) +(assert (myObject (attribute1 "attr53093") ) ) +(assert (myObject (attribute1 "attr53094") ) ) +(assert (myObject (attribute1 "attr53095") ) ) +(assert (myObject (attribute1 "attr53096") ) ) +(assert (myObject (attribute1 "attr53097") ) ) +(assert (myObject (attribute1 "attr53098") ) ) +(assert (myObject (attribute1 "attr53099") ) ) +(assert (myObject (attribute1 "attr53100") ) ) +(assert (myObject (attribute1 "attr53101") ) ) +(assert (myObject (attribute1 "attr53102") ) ) +(assert (myObject (attribute1 "attr53103") ) ) +(assert (myObject (attribute1 "attr53104") ) ) +(assert (myObject (attribute1 "attr53105") ) ) +(assert (myObject (attribute1 "attr53106") ) ) +(assert (myObject (attribute1 "attr53107") ) ) +(assert (myObject (attribute1 "attr53108") ) ) +(assert (myObject (attribute1 "attr53109") ) ) +(assert (myObject (attribute1 "attr53110") ) ) +(assert (myObject (attribute1 "attr53111") ) ) +(assert (myObject (attribute1 "attr53112") ) ) +(assert (myObject (attribute1 "attr53113") ) ) +(assert (myObject (attribute1 "attr53114") ) ) +(assert (myObject (attribute1 "attr53115") ) ) +(assert (myObject (attribute1 "attr53116") ) ) +(assert (myObject (attribute1 "attr53117") ) ) +(assert (myObject (attribute1 "attr53118") ) ) +(assert (myObject (attribute1 "attr53119") ) ) +(assert (myObject (attribute1 "attr53120") ) ) +(assert (myObject (attribute1 "attr53121") ) ) +(assert (myObject (attribute1 "attr53122") ) ) +(assert (myObject (attribute1 "attr53123") ) ) +(assert (myObject (attribute1 "attr53124") ) ) +(assert (myObject (attribute1 "attr53125") ) ) +(assert (myObject (attribute1 "attr53126") ) ) +(assert (myObject (attribute1 "attr53127") ) ) +(assert (myObject (attribute1 "attr53128") ) ) +(assert (myObject (attribute1 "attr53129") ) ) +(assert (myObject (attribute1 "attr53130") ) ) +(assert (myObject (attribute1 "attr53131") ) ) +(assert (myObject (attribute1 "attr53132") ) ) +(assert (myObject (attribute1 "attr53133") ) ) +(assert (myObject (attribute1 "attr53134") ) ) +(assert (myObject (attribute1 "attr53135") ) ) +(assert (myObject (attribute1 "attr53136") ) ) +(assert (myObject (attribute1 "attr53137") ) ) +(assert (myObject (attribute1 "attr53138") ) ) +(assert (myObject (attribute1 "attr53139") ) ) +(assert (myObject (attribute1 "attr53140") ) ) +(assert (myObject (attribute1 "attr53141") ) ) +(assert (myObject (attribute1 "attr53142") ) ) +(assert (myObject (attribute1 "attr53143") ) ) +(assert (myObject (attribute1 "attr53144") ) ) +(assert (myObject (attribute1 "attr53145") ) ) +(assert (myObject (attribute1 "attr53146") ) ) +(assert (myObject (attribute1 "attr53147") ) ) +(assert (myObject (attribute1 "attr53148") ) ) +(assert (myObject (attribute1 "attr53149") ) ) +(assert (myObject (attribute1 "attr53150") ) ) +(assert (myObject (attribute1 "attr53151") ) ) +(assert (myObject (attribute1 "attr53152") ) ) +(assert (myObject (attribute1 "attr53153") ) ) +(assert (myObject (attribute1 "attr53154") ) ) +(assert (myObject (attribute1 "attr53155") ) ) +(assert (myObject (attribute1 "attr53156") ) ) +(assert (myObject (attribute1 "attr53157") ) ) +(assert (myObject (attribute1 "attr53158") ) ) +(assert (myObject (attribute1 "attr53159") ) ) +(assert (myObject (attribute1 "attr53160") ) ) +(assert (myObject (attribute1 "attr53161") ) ) +(assert (myObject (attribute1 "attr53162") ) ) +(assert (myObject (attribute1 "attr53163") ) ) +(assert (myObject (attribute1 "attr53164") ) ) +(assert (myObject (attribute1 "attr53165") ) ) +(assert (myObject (attribute1 "attr53166") ) ) +(assert (myObject (attribute1 "attr53167") ) ) +(assert (myObject (attribute1 "attr53168") ) ) +(assert (myObject (attribute1 "attr53169") ) ) +(assert (myObject (attribute1 "attr53170") ) ) +(assert (myObject (attribute1 "attr53171") ) ) +(assert (myObject (attribute1 "attr53172") ) ) +(assert (myObject (attribute1 "attr53173") ) ) +(assert (myObject (attribute1 "attr53174") ) ) +(assert (myObject (attribute1 "attr53175") ) ) +(assert (myObject (attribute1 "attr53176") ) ) +(assert (myObject (attribute1 "attr53177") ) ) +(assert (myObject (attribute1 "attr53178") ) ) +(assert (myObject (attribute1 "attr53179") ) ) +(assert (myObject (attribute1 "attr53180") ) ) +(assert (myObject (attribute1 "attr53181") ) ) +(assert (myObject (attribute1 "attr53182") ) ) +(assert (myObject (attribute1 "attr53183") ) ) +(assert (myObject (attribute1 "attr53184") ) ) +(assert (myObject (attribute1 "attr53185") ) ) +(assert (myObject (attribute1 "attr53186") ) ) +(assert (myObject (attribute1 "attr53187") ) ) +(assert (myObject (attribute1 "attr53188") ) ) +(assert (myObject (attribute1 "attr53189") ) ) +(assert (myObject (attribute1 "attr53190") ) ) +(assert (myObject (attribute1 "attr53191") ) ) +(assert (myObject (attribute1 "attr53192") ) ) +(assert (myObject (attribute1 "attr53193") ) ) +(assert (myObject (attribute1 "attr53194") ) ) +(assert (myObject (attribute1 "attr53195") ) ) +(assert (myObject (attribute1 "attr53196") ) ) +(assert (myObject (attribute1 "attr53197") ) ) +(assert (myObject (attribute1 "attr53198") ) ) +(assert (myObject (attribute1 "attr53199") ) ) +(assert (myObject (attribute1 "attr53200") ) ) +(assert (myObject (attribute1 "attr53201") ) ) +(assert (myObject (attribute1 "attr53202") ) ) +(assert (myObject (attribute1 "attr53203") ) ) +(assert (myObject (attribute1 "attr53204") ) ) +(assert (myObject (attribute1 "attr53205") ) ) +(assert (myObject (attribute1 "attr53206") ) ) +(assert (myObject (attribute1 "attr53207") ) ) +(assert (myObject (attribute1 "attr53208") ) ) +(assert (myObject (attribute1 "attr53209") ) ) +(assert (myObject (attribute1 "attr53210") ) ) +(assert (myObject (attribute1 "attr53211") ) ) +(assert (myObject (attribute1 "attr53212") ) ) +(assert (myObject (attribute1 "attr53213") ) ) +(assert (myObject (attribute1 "attr53214") ) ) +(assert (myObject (attribute1 "attr53215") ) ) +(assert (myObject (attribute1 "attr53216") ) ) +(assert (myObject (attribute1 "attr53217") ) ) +(assert (myObject (attribute1 "attr53218") ) ) +(assert (myObject (attribute1 "attr53219") ) ) +(assert (myObject (attribute1 "attr53220") ) ) +(assert (myObject (attribute1 "attr53221") ) ) +(assert (myObject (attribute1 "attr53222") ) ) +(assert (myObject (attribute1 "attr53223") ) ) +(assert (myObject (attribute1 "attr53224") ) ) +(assert (myObject (attribute1 "attr53225") ) ) +(assert (myObject (attribute1 "attr53226") ) ) +(assert (myObject (attribute1 "attr53227") ) ) +(assert (myObject (attribute1 "attr53228") ) ) +(assert (myObject (attribute1 "attr53229") ) ) +(assert (myObject (attribute1 "attr53230") ) ) +(assert (myObject (attribute1 "attr53231") ) ) +(assert (myObject (attribute1 "attr53232") ) ) +(assert (myObject (attribute1 "attr53233") ) ) +(assert (myObject (attribute1 "attr53234") ) ) +(assert (myObject (attribute1 "attr53235") ) ) +(assert (myObject (attribute1 "attr53236") ) ) +(assert (myObject (attribute1 "attr53237") ) ) +(assert (myObject (attribute1 "attr53238") ) ) +(assert (myObject (attribute1 "attr53239") ) ) +(assert (myObject (attribute1 "attr53240") ) ) +(assert (myObject (attribute1 "attr53241") ) ) +(assert (myObject (attribute1 "attr53242") ) ) +(assert (myObject (attribute1 "attr53243") ) ) +(assert (myObject (attribute1 "attr53244") ) ) +(assert (myObject (attribute1 "attr53245") ) ) +(assert (myObject (attribute1 "attr53246") ) ) +(assert (myObject (attribute1 "attr53247") ) ) +(assert (myObject (attribute1 "attr53248") ) ) +(assert (myObject (attribute1 "attr53249") ) ) +(assert (myObject (attribute1 "attr53250") ) ) +(assert (myObject (attribute1 "attr53251") ) ) +(assert (myObject (attribute1 "attr53252") ) ) +(assert (myObject (attribute1 "attr53253") ) ) +(assert (myObject (attribute1 "attr53254") ) ) +(assert (myObject (attribute1 "attr53255") ) ) +(assert (myObject (attribute1 "attr53256") ) ) +(assert (myObject (attribute1 "attr53257") ) ) +(assert (myObject (attribute1 "attr53258") ) ) +(assert (myObject (attribute1 "attr53259") ) ) +(assert (myObject (attribute1 "attr53260") ) ) +(assert (myObject (attribute1 "attr53261") ) ) +(assert (myObject (attribute1 "attr53262") ) ) +(assert (myObject (attribute1 "attr53263") ) ) +(assert (myObject (attribute1 "attr53264") ) ) +(assert (myObject (attribute1 "attr53265") ) ) +(assert (myObject (attribute1 "attr53266") ) ) +(assert (myObject (attribute1 "attr53267") ) ) +(assert (myObject (attribute1 "attr53268") ) ) +(assert (myObject (attribute1 "attr53269") ) ) +(assert (myObject (attribute1 "attr53270") ) ) +(assert (myObject (attribute1 "attr53271") ) ) +(assert (myObject (attribute1 "attr53272") ) ) +(assert (myObject (attribute1 "attr53273") ) ) +(assert (myObject (attribute1 "attr53274") ) ) +(assert (myObject (attribute1 "attr53275") ) ) +(assert (myObject (attribute1 "attr53276") ) ) +(assert (myObject (attribute1 "attr53277") ) ) +(assert (myObject (attribute1 "attr53278") ) ) +(assert (myObject (attribute1 "attr53279") ) ) +(assert (myObject (attribute1 "attr53280") ) ) +(assert (myObject (attribute1 "attr53281") ) ) +(assert (myObject (attribute1 "attr53282") ) ) +(assert (myObject (attribute1 "attr53283") ) ) +(assert (myObject (attribute1 "attr53284") ) ) +(assert (myObject (attribute1 "attr53285") ) ) +(assert (myObject (attribute1 "attr53286") ) ) +(assert (myObject (attribute1 "attr53287") ) ) +(assert (myObject (attribute1 "attr53288") ) ) +(assert (myObject (attribute1 "attr53289") ) ) +(assert (myObject (attribute1 "attr53290") ) ) +(assert (myObject (attribute1 "attr53291") ) ) +(assert (myObject (attribute1 "attr53292") ) ) +(assert (myObject (attribute1 "attr53293") ) ) +(assert (myObject (attribute1 "attr53294") ) ) +(assert (myObject (attribute1 "attr53295") ) ) +(assert (myObject (attribute1 "attr53296") ) ) +(assert (myObject (attribute1 "attr53297") ) ) +(assert (myObject (attribute1 "attr53298") ) ) +(assert (myObject (attribute1 "attr53299") ) ) +(assert (myObject (attribute1 "attr53300") ) ) +(assert (myObject (attribute1 "attr53301") ) ) +(assert (myObject (attribute1 "attr53302") ) ) +(assert (myObject (attribute1 "attr53303") ) ) +(assert (myObject (attribute1 "attr53304") ) ) +(assert (myObject (attribute1 "attr53305") ) ) +(assert (myObject (attribute1 "attr53306") ) ) +(assert (myObject (attribute1 "attr53307") ) ) +(assert (myObject (attribute1 "attr53308") ) ) +(assert (myObject (attribute1 "attr53309") ) ) +(assert (myObject (attribute1 "attr53310") ) ) +(assert (myObject (attribute1 "attr53311") ) ) +(assert (myObject (attribute1 "attr53312") ) ) +(assert (myObject (attribute1 "attr53313") ) ) +(assert (myObject (attribute1 "attr53314") ) ) +(assert (myObject (attribute1 "attr53315") ) ) +(assert (myObject (attribute1 "attr53316") ) ) +(assert (myObject (attribute1 "attr53317") ) ) +(assert (myObject (attribute1 "attr53318") ) ) +(assert (myObject (attribute1 "attr53319") ) ) +(assert (myObject (attribute1 "attr53320") ) ) +(assert (myObject (attribute1 "attr53321") ) ) +(assert (myObject (attribute1 "attr53322") ) ) +(assert (myObject (attribute1 "attr53323") ) ) +(assert (myObject (attribute1 "attr53324") ) ) +(assert (myObject (attribute1 "attr53325") ) ) +(assert (myObject (attribute1 "attr53326") ) ) +(assert (myObject (attribute1 "attr53327") ) ) +(assert (myObject (attribute1 "attr53328") ) ) +(assert (myObject (attribute1 "attr53329") ) ) +(assert (myObject (attribute1 "attr53330") ) ) +(assert (myObject (attribute1 "attr53331") ) ) +(assert (myObject (attribute1 "attr53332") ) ) +(assert (myObject (attribute1 "attr53333") ) ) +(assert (myObject (attribute1 "attr53334") ) ) +(assert (myObject (attribute1 "attr53335") ) ) +(assert (myObject (attribute1 "attr53336") ) ) +(assert (myObject (attribute1 "attr53337") ) ) +(assert (myObject (attribute1 "attr53338") ) ) +(assert (myObject (attribute1 "attr53339") ) ) +(assert (myObject (attribute1 "attr53340") ) ) +(assert (myObject (attribute1 "attr53341") ) ) +(assert (myObject (attribute1 "attr53342") ) ) +(assert (myObject (attribute1 "attr53343") ) ) +(assert (myObject (attribute1 "attr53344") ) ) +(assert (myObject (attribute1 "attr53345") ) ) +(assert (myObject (attribute1 "attr53346") ) ) +(assert (myObject (attribute1 "attr53347") ) ) +(assert (myObject (attribute1 "attr53348") ) ) +(assert (myObject (attribute1 "attr53349") ) ) +(assert (myObject (attribute1 "attr53350") ) ) +(assert (myObject (attribute1 "attr53351") ) ) +(assert (myObject (attribute1 "attr53352") ) ) +(assert (myObject (attribute1 "attr53353") ) ) +(assert (myObject (attribute1 "attr53354") ) ) +(assert (myObject (attribute1 "attr53355") ) ) +(assert (myObject (attribute1 "attr53356") ) ) +(assert (myObject (attribute1 "attr53357") ) ) +(assert (myObject (attribute1 "attr53358") ) ) +(assert (myObject (attribute1 "attr53359") ) ) +(assert (myObject (attribute1 "attr53360") ) ) +(assert (myObject (attribute1 "attr53361") ) ) +(assert (myObject (attribute1 "attr53362") ) ) +(assert (myObject (attribute1 "attr53363") ) ) +(assert (myObject (attribute1 "attr53364") ) ) +(assert (myObject (attribute1 "attr53365") ) ) +(assert (myObject (attribute1 "attr53366") ) ) +(assert (myObject (attribute1 "attr53367") ) ) +(assert (myObject (attribute1 "attr53368") ) ) +(assert (myObject (attribute1 "attr53369") ) ) +(assert (myObject (attribute1 "attr53370") ) ) +(assert (myObject (attribute1 "attr53371") ) ) +(assert (myObject (attribute1 "attr53372") ) ) +(assert (myObject (attribute1 "attr53373") ) ) +(assert (myObject (attribute1 "attr53374") ) ) +(assert (myObject (attribute1 "attr53375") ) ) +(assert (myObject (attribute1 "attr53376") ) ) +(assert (myObject (attribute1 "attr53377") ) ) +(assert (myObject (attribute1 "attr53378") ) ) +(assert (myObject (attribute1 "attr53379") ) ) +(assert (myObject (attribute1 "attr53380") ) ) +(assert (myObject (attribute1 "attr53381") ) ) +(assert (myObject (attribute1 "attr53382") ) ) +(assert (myObject (attribute1 "attr53383") ) ) +(assert (myObject (attribute1 "attr53384") ) ) +(assert (myObject (attribute1 "attr53385") ) ) +(assert (myObject (attribute1 "attr53386") ) ) +(assert (myObject (attribute1 "attr53387") ) ) +(assert (myObject (attribute1 "attr53388") ) ) +(assert (myObject (attribute1 "attr53389") ) ) +(assert (myObject (attribute1 "attr53390") ) ) +(assert (myObject (attribute1 "attr53391") ) ) +(assert (myObject (attribute1 "attr53392") ) ) +(assert (myObject (attribute1 "attr53393") ) ) +(assert (myObject (attribute1 "attr53394") ) ) +(assert (myObject (attribute1 "attr53395") ) ) +(assert (myObject (attribute1 "attr53396") ) ) +(assert (myObject (attribute1 "attr53397") ) ) +(assert (myObject (attribute1 "attr53398") ) ) +(assert (myObject (attribute1 "attr53399") ) ) +(assert (myObject (attribute1 "attr53400") ) ) +(assert (myObject (attribute1 "attr53401") ) ) +(assert (myObject (attribute1 "attr53402") ) ) +(assert (myObject (attribute1 "attr53403") ) ) +(assert (myObject (attribute1 "attr53404") ) ) +(assert (myObject (attribute1 "attr53405") ) ) +(assert (myObject (attribute1 "attr53406") ) ) +(assert (myObject (attribute1 "attr53407") ) ) +(assert (myObject (attribute1 "attr53408") ) ) +(assert (myObject (attribute1 "attr53409") ) ) +(assert (myObject (attribute1 "attr53410") ) ) +(assert (myObject (attribute1 "attr53411") ) ) +(assert (myObject (attribute1 "attr53412") ) ) +(assert (myObject (attribute1 "attr53413") ) ) +(assert (myObject (attribute1 "attr53414") ) ) +(assert (myObject (attribute1 "attr53415") ) ) +(assert (myObject (attribute1 "attr53416") ) ) +(assert (myObject (attribute1 "attr53417") ) ) +(assert (myObject (attribute1 "attr53418") ) ) +(assert (myObject (attribute1 "attr53419") ) ) +(assert (myObject (attribute1 "attr53420") ) ) +(assert (myObject (attribute1 "attr53421") ) ) +(assert (myObject (attribute1 "attr53422") ) ) +(assert (myObject (attribute1 "attr53423") ) ) +(assert (myObject (attribute1 "attr53424") ) ) +(assert (myObject (attribute1 "attr53425") ) ) +(assert (myObject (attribute1 "attr53426") ) ) +(assert (myObject (attribute1 "attr53427") ) ) +(assert (myObject (attribute1 "attr53428") ) ) +(assert (myObject (attribute1 "attr53429") ) ) +(assert (myObject (attribute1 "attr53430") ) ) +(assert (myObject (attribute1 "attr53431") ) ) +(assert (myObject (attribute1 "attr53432") ) ) +(assert (myObject (attribute1 "attr53433") ) ) +(assert (myObject (attribute1 "attr53434") ) ) +(assert (myObject (attribute1 "attr53435") ) ) +(assert (myObject (attribute1 "attr53436") ) ) +(assert (myObject (attribute1 "attr53437") ) ) +(assert (myObject (attribute1 "attr53438") ) ) +(assert (myObject (attribute1 "attr53439") ) ) +(assert (myObject (attribute1 "attr53440") ) ) +(assert (myObject (attribute1 "attr53441") ) ) +(assert (myObject (attribute1 "attr53442") ) ) +(assert (myObject (attribute1 "attr53443") ) ) +(assert (myObject (attribute1 "attr53444") ) ) +(assert (myObject (attribute1 "attr53445") ) ) +(assert (myObject (attribute1 "attr53446") ) ) +(assert (myObject (attribute1 "attr53447") ) ) +(assert (myObject (attribute1 "attr53448") ) ) +(assert (myObject (attribute1 "attr53449") ) ) +(assert (myObject (attribute1 "attr53450") ) ) +(assert (myObject (attribute1 "attr53451") ) ) +(assert (myObject (attribute1 "attr53452") ) ) +(assert (myObject (attribute1 "attr53453") ) ) +(assert (myObject (attribute1 "attr53454") ) ) +(assert (myObject (attribute1 "attr53455") ) ) +(assert (myObject (attribute1 "attr53456") ) ) +(assert (myObject (attribute1 "attr53457") ) ) +(assert (myObject (attribute1 "attr53458") ) ) +(assert (myObject (attribute1 "attr53459") ) ) +(assert (myObject (attribute1 "attr53460") ) ) +(assert (myObject (attribute1 "attr53461") ) ) +(assert (myObject (attribute1 "attr53462") ) ) +(assert (myObject (attribute1 "attr53463") ) ) +(assert (myObject (attribute1 "attr53464") ) ) +(assert (myObject (attribute1 "attr53465") ) ) +(assert (myObject (attribute1 "attr53466") ) ) +(assert (myObject (attribute1 "attr53467") ) ) +(assert (myObject (attribute1 "attr53468") ) ) +(assert (myObject (attribute1 "attr53469") ) ) +(assert (myObject (attribute1 "attr53470") ) ) +(assert (myObject (attribute1 "attr53471") ) ) +(assert (myObject (attribute1 "attr53472") ) ) +(assert (myObject (attribute1 "attr53473") ) ) +(assert (myObject (attribute1 "attr53474") ) ) +(assert (myObject (attribute1 "attr53475") ) ) +(assert (myObject (attribute1 "attr53476") ) ) +(assert (myObject (attribute1 "attr53477") ) ) +(assert (myObject (attribute1 "attr53478") ) ) +(assert (myObject (attribute1 "attr53479") ) ) +(assert (myObject (attribute1 "attr53480") ) ) +(assert (myObject (attribute1 "attr53481") ) ) +(assert (myObject (attribute1 "attr53482") ) ) +(assert (myObject (attribute1 "attr53483") ) ) +(assert (myObject (attribute1 "attr53484") ) ) +(assert (myObject (attribute1 "attr53485") ) ) +(assert (myObject (attribute1 "attr53486") ) ) +(assert (myObject (attribute1 "attr53487") ) ) +(assert (myObject (attribute1 "attr53488") ) ) +(assert (myObject (attribute1 "attr53489") ) ) +(assert (myObject (attribute1 "attr53490") ) ) +(assert (myObject (attribute1 "attr53491") ) ) +(assert (myObject (attribute1 "attr53492") ) ) +(assert (myObject (attribute1 "attr53493") ) ) +(assert (myObject (attribute1 "attr53494") ) ) +(assert (myObject (attribute1 "attr53495") ) ) +(assert (myObject (attribute1 "attr53496") ) ) +(assert (myObject (attribute1 "attr53497") ) ) +(assert (myObject (attribute1 "attr53498") ) ) +(assert (myObject (attribute1 "attr53499") ) ) +(assert (myObject (attribute1 "attr53500") ) ) +(assert (myObject (attribute1 "attr53501") ) ) +(assert (myObject (attribute1 "attr53502") ) ) +(assert (myObject (attribute1 "attr53503") ) ) +(assert (myObject (attribute1 "attr53504") ) ) +(assert (myObject (attribute1 "attr53505") ) ) +(assert (myObject (attribute1 "attr53506") ) ) +(assert (myObject (attribute1 "attr53507") ) ) +(assert (myObject (attribute1 "attr53508") ) ) +(assert (myObject (attribute1 "attr53509") ) ) +(assert (myObject (attribute1 "attr53510") ) ) +(assert (myObject (attribute1 "attr53511") ) ) +(assert (myObject (attribute1 "attr53512") ) ) +(assert (myObject (attribute1 "attr53513") ) ) +(assert (myObject (attribute1 "attr53514") ) ) +(assert (myObject (attribute1 "attr53515") ) ) +(assert (myObject (attribute1 "attr53516") ) ) +(assert (myObject (attribute1 "attr53517") ) ) +(assert (myObject (attribute1 "attr53518") ) ) +(assert (myObject (attribute1 "attr53519") ) ) +(assert (myObject (attribute1 "attr53520") ) ) +(assert (myObject (attribute1 "attr53521") ) ) +(assert (myObject (attribute1 "attr53522") ) ) +(assert (myObject (attribute1 "attr53523") ) ) +(assert (myObject (attribute1 "attr53524") ) ) +(assert (myObject (attribute1 "attr53525") ) ) +(assert (myObject (attribute1 "attr53526") ) ) +(assert (myObject (attribute1 "attr53527") ) ) +(assert (myObject (attribute1 "attr53528") ) ) +(assert (myObject (attribute1 "attr53529") ) ) +(assert (myObject (attribute1 "attr53530") ) ) +(assert (myObject (attribute1 "attr53531") ) ) +(assert (myObject (attribute1 "attr53532") ) ) +(assert (myObject (attribute1 "attr53533") ) ) +(assert (myObject (attribute1 "attr53534") ) ) +(assert (myObject (attribute1 "attr53535") ) ) +(assert (myObject (attribute1 "attr53536") ) ) +(assert (myObject (attribute1 "attr53537") ) ) +(assert (myObject (attribute1 "attr53538") ) ) +(assert (myObject (attribute1 "attr53539") ) ) +(assert (myObject (attribute1 "attr53540") ) ) +(assert (myObject (attribute1 "attr53541") ) ) +(assert (myObject (attribute1 "attr53542") ) ) +(assert (myObject (attribute1 "attr53543") ) ) +(assert (myObject (attribute1 "attr53544") ) ) +(assert (myObject (attribute1 "attr53545") ) ) +(assert (myObject (attribute1 "attr53546") ) ) +(assert (myObject (attribute1 "attr53547") ) ) +(assert (myObject (attribute1 "attr53548") ) ) +(assert (myObject (attribute1 "attr53549") ) ) +(assert (myObject (attribute1 "attr53550") ) ) +(assert (myObject (attribute1 "attr53551") ) ) +(assert (myObject (attribute1 "attr53552") ) ) +(assert (myObject (attribute1 "attr53553") ) ) +(assert (myObject (attribute1 "attr53554") ) ) +(assert (myObject (attribute1 "attr53555") ) ) +(assert (myObject (attribute1 "attr53556") ) ) +(assert (myObject (attribute1 "attr53557") ) ) +(assert (myObject (attribute1 "attr53558") ) ) +(assert (myObject (attribute1 "attr53559") ) ) +(assert (myObject (attribute1 "attr53560") ) ) +(assert (myObject (attribute1 "attr53561") ) ) +(assert (myObject (attribute1 "attr53562") ) ) +(assert (myObject (attribute1 "attr53563") ) ) +(assert (myObject (attribute1 "attr53564") ) ) +(assert (myObject (attribute1 "attr53565") ) ) +(assert (myObject (attribute1 "attr53566") ) ) +(assert (myObject (attribute1 "attr53567") ) ) +(assert (myObject (attribute1 "attr53568") ) ) +(assert (myObject (attribute1 "attr53569") ) ) +(assert (myObject (attribute1 "attr53570") ) ) +(assert (myObject (attribute1 "attr53571") ) ) +(assert (myObject (attribute1 "attr53572") ) ) +(assert (myObject (attribute1 "attr53573") ) ) +(assert (myObject (attribute1 "attr53574") ) ) +(assert (myObject (attribute1 "attr53575") ) ) +(assert (myObject (attribute1 "attr53576") ) ) +(assert (myObject (attribute1 "attr53577") ) ) +(assert (myObject (attribute1 "attr53578") ) ) +(assert (myObject (attribute1 "attr53579") ) ) +(assert (myObject (attribute1 "attr53580") ) ) +(assert (myObject (attribute1 "attr53581") ) ) +(assert (myObject (attribute1 "attr53582") ) ) +(assert (myObject (attribute1 "attr53583") ) ) +(assert (myObject (attribute1 "attr53584") ) ) +(assert (myObject (attribute1 "attr53585") ) ) +(assert (myObject (attribute1 "attr53586") ) ) +(assert (myObject (attribute1 "attr53587") ) ) +(assert (myObject (attribute1 "attr53588") ) ) +(assert (myObject (attribute1 "attr53589") ) ) +(assert (myObject (attribute1 "attr53590") ) ) +(assert (myObject (attribute1 "attr53591") ) ) +(assert (myObject (attribute1 "attr53592") ) ) +(assert (myObject (attribute1 "attr53593") ) ) +(assert (myObject (attribute1 "attr53594") ) ) +(assert (myObject (attribute1 "attr53595") ) ) +(assert (myObject (attribute1 "attr53596") ) ) +(assert (myObject (attribute1 "attr53597") ) ) +(assert (myObject (attribute1 "attr53598") ) ) +(assert (myObject (attribute1 "attr53599") ) ) +(assert (myObject (attribute1 "attr53600") ) ) +(assert (myObject (attribute1 "attr53601") ) ) +(assert (myObject (attribute1 "attr53602") ) ) +(assert (myObject (attribute1 "attr53603") ) ) +(assert (myObject (attribute1 "attr53604") ) ) +(assert (myObject (attribute1 "attr53605") ) ) +(assert (myObject (attribute1 "attr53606") ) ) +(assert (myObject (attribute1 "attr53607") ) ) +(assert (myObject (attribute1 "attr53608") ) ) +(assert (myObject (attribute1 "attr53609") ) ) +(assert (myObject (attribute1 "attr53610") ) ) +(assert (myObject (attribute1 "attr53611") ) ) +(assert (myObject (attribute1 "attr53612") ) ) +(assert (myObject (attribute1 "attr53613") ) ) +(assert (myObject (attribute1 "attr53614") ) ) +(assert (myObject (attribute1 "attr53615") ) ) +(assert (myObject (attribute1 "attr53616") ) ) +(assert (myObject (attribute1 "attr53617") ) ) +(assert (myObject (attribute1 "attr53618") ) ) +(assert (myObject (attribute1 "attr53619") ) ) +(assert (myObject (attribute1 "attr53620") ) ) +(assert (myObject (attribute1 "attr53621") ) ) +(assert (myObject (attribute1 "attr53622") ) ) +(assert (myObject (attribute1 "attr53623") ) ) +(assert (myObject (attribute1 "attr53624") ) ) +(assert (myObject (attribute1 "attr53625") ) ) +(assert (myObject (attribute1 "attr53626") ) ) +(assert (myObject (attribute1 "attr53627") ) ) +(assert (myObject (attribute1 "attr53628") ) ) +(assert (myObject (attribute1 "attr53629") ) ) +(assert (myObject (attribute1 "attr53630") ) ) +(assert (myObject (attribute1 "attr53631") ) ) +(assert (myObject (attribute1 "attr53632") ) ) +(assert (myObject (attribute1 "attr53633") ) ) +(assert (myObject (attribute1 "attr53634") ) ) +(assert (myObject (attribute1 "attr53635") ) ) +(assert (myObject (attribute1 "attr53636") ) ) +(assert (myObject (attribute1 "attr53637") ) ) +(assert (myObject (attribute1 "attr53638") ) ) +(assert (myObject (attribute1 "attr53639") ) ) +(assert (myObject (attribute1 "attr53640") ) ) +(assert (myObject (attribute1 "attr53641") ) ) +(assert (myObject (attribute1 "attr53642") ) ) +(assert (myObject (attribute1 "attr53643") ) ) +(assert (myObject (attribute1 "attr53644") ) ) +(assert (myObject (attribute1 "attr53645") ) ) +(assert (myObject (attribute1 "attr53646") ) ) +(assert (myObject (attribute1 "attr53647") ) ) +(assert (myObject (attribute1 "attr53648") ) ) +(assert (myObject (attribute1 "attr53649") ) ) +(assert (myObject (attribute1 "attr53650") ) ) +(assert (myObject (attribute1 "attr53651") ) ) +(assert (myObject (attribute1 "attr53652") ) ) +(assert (myObject (attribute1 "attr53653") ) ) +(assert (myObject (attribute1 "attr53654") ) ) +(assert (myObject (attribute1 "attr53655") ) ) +(assert (myObject (attribute1 "attr53656") ) ) +(assert (myObject (attribute1 "attr53657") ) ) +(assert (myObject (attribute1 "attr53658") ) ) +(assert (myObject (attribute1 "attr53659") ) ) +(assert (myObject (attribute1 "attr53660") ) ) +(assert (myObject (attribute1 "attr53661") ) ) +(assert (myObject (attribute1 "attr53662") ) ) +(assert (myObject (attribute1 "attr53663") ) ) +(assert (myObject (attribute1 "attr53664") ) ) +(assert (myObject (attribute1 "attr53665") ) ) +(assert (myObject (attribute1 "attr53666") ) ) +(assert (myObject (attribute1 "attr53667") ) ) +(assert (myObject (attribute1 "attr53668") ) ) +(assert (myObject (attribute1 "attr53669") ) ) +(assert (myObject (attribute1 "attr53670") ) ) +(assert (myObject (attribute1 "attr53671") ) ) +(assert (myObject (attribute1 "attr53672") ) ) +(assert (myObject (attribute1 "attr53673") ) ) +(assert (myObject (attribute1 "attr53674") ) ) +(assert (myObject (attribute1 "attr53675") ) ) +(assert (myObject (attribute1 "attr53676") ) ) +(assert (myObject (attribute1 "attr53677") ) ) +(assert (myObject (attribute1 "attr53678") ) ) +(assert (myObject (attribute1 "attr53679") ) ) +(assert (myObject (attribute1 "attr53680") ) ) +(assert (myObject (attribute1 "attr53681") ) ) +(assert (myObject (attribute1 "attr53682") ) ) +(assert (myObject (attribute1 "attr53683") ) ) +(assert (myObject (attribute1 "attr53684") ) ) +(assert (myObject (attribute1 "attr53685") ) ) +(assert (myObject (attribute1 "attr53686") ) ) +(assert (myObject (attribute1 "attr53687") ) ) +(assert (myObject (attribute1 "attr53688") ) ) +(assert (myObject (attribute1 "attr53689") ) ) +(assert (myObject (attribute1 "attr53690") ) ) +(assert (myObject (attribute1 "attr53691") ) ) +(assert (myObject (attribute1 "attr53692") ) ) +(assert (myObject (attribute1 "attr53693") ) ) +(assert (myObject (attribute1 "attr53694") ) ) +(assert (myObject (attribute1 "attr53695") ) ) +(assert (myObject (attribute1 "attr53696") ) ) +(assert (myObject (attribute1 "attr53697") ) ) +(assert (myObject (attribute1 "attr53698") ) ) +(assert (myObject (attribute1 "attr53699") ) ) +(assert (myObject (attribute1 "attr53700") ) ) +(assert (myObject (attribute1 "attr53701") ) ) +(assert (myObject (attribute1 "attr53702") ) ) +(assert (myObject (attribute1 "attr53703") ) ) +(assert (myObject (attribute1 "attr53704") ) ) +(assert (myObject (attribute1 "attr53705") ) ) +(assert (myObject (attribute1 "attr53706") ) ) +(assert (myObject (attribute1 "attr53707") ) ) +(assert (myObject (attribute1 "attr53708") ) ) +(assert (myObject (attribute1 "attr53709") ) ) +(assert (myObject (attribute1 "attr53710") ) ) +(assert (myObject (attribute1 "attr53711") ) ) +(assert (myObject (attribute1 "attr53712") ) ) +(assert (myObject (attribute1 "attr53713") ) ) +(assert (myObject (attribute1 "attr53714") ) ) +(assert (myObject (attribute1 "attr53715") ) ) +(assert (myObject (attribute1 "attr53716") ) ) +(assert (myObject (attribute1 "attr53717") ) ) +(assert (myObject (attribute1 "attr53718") ) ) +(assert (myObject (attribute1 "attr53719") ) ) +(assert (myObject (attribute1 "attr53720") ) ) +(assert (myObject (attribute1 "attr53721") ) ) +(assert (myObject (attribute1 "attr53722") ) ) +(assert (myObject (attribute1 "attr53723") ) ) +(assert (myObject (attribute1 "attr53724") ) ) +(assert (myObject (attribute1 "attr53725") ) ) +(assert (myObject (attribute1 "attr53726") ) ) +(assert (myObject (attribute1 "attr53727") ) ) +(assert (myObject (attribute1 "attr53728") ) ) +(assert (myObject (attribute1 "attr53729") ) ) +(assert (myObject (attribute1 "attr53730") ) ) +(assert (myObject (attribute1 "attr53731") ) ) +(assert (myObject (attribute1 "attr53732") ) ) +(assert (myObject (attribute1 "attr53733") ) ) +(assert (myObject (attribute1 "attr53734") ) ) +(assert (myObject (attribute1 "attr53735") ) ) +(assert (myObject (attribute1 "attr53736") ) ) +(assert (myObject (attribute1 "attr53737") ) ) +(assert (myObject (attribute1 "attr53738") ) ) +(assert (myObject (attribute1 "attr53739") ) ) +(assert (myObject (attribute1 "attr53740") ) ) +(assert (myObject (attribute1 "attr53741") ) ) +(assert (myObject (attribute1 "attr53742") ) ) +(assert (myObject (attribute1 "attr53743") ) ) +(assert (myObject (attribute1 "attr53744") ) ) +(assert (myObject (attribute1 "attr53745") ) ) +(assert (myObject (attribute1 "attr53746") ) ) +(assert (myObject (attribute1 "attr53747") ) ) +(assert (myObject (attribute1 "attr53748") ) ) +(assert (myObject (attribute1 "attr53749") ) ) +(assert (myObject (attribute1 "attr53750") ) ) +(assert (myObject (attribute1 "attr53751") ) ) +(assert (myObject (attribute1 "attr53752") ) ) +(assert (myObject (attribute1 "attr53753") ) ) +(assert (myObject (attribute1 "attr53754") ) ) +(assert (myObject (attribute1 "attr53755") ) ) +(assert (myObject (attribute1 "attr53756") ) ) +(assert (myObject (attribute1 "attr53757") ) ) +(assert (myObject (attribute1 "attr53758") ) ) +(assert (myObject (attribute1 "attr53759") ) ) +(assert (myObject (attribute1 "attr53760") ) ) +(assert (myObject (attribute1 "attr53761") ) ) +(assert (myObject (attribute1 "attr53762") ) ) +(assert (myObject (attribute1 "attr53763") ) ) +(assert (myObject (attribute1 "attr53764") ) ) +(assert (myObject (attribute1 "attr53765") ) ) +(assert (myObject (attribute1 "attr53766") ) ) +(assert (myObject (attribute1 "attr53767") ) ) +(assert (myObject (attribute1 "attr53768") ) ) +(assert (myObject (attribute1 "attr53769") ) ) +(assert (myObject (attribute1 "attr53770") ) ) +(assert (myObject (attribute1 "attr53771") ) ) +(assert (myObject (attribute1 "attr53772") ) ) +(assert (myObject (attribute1 "attr53773") ) ) +(assert (myObject (attribute1 "attr53774") ) ) +(assert (myObject (attribute1 "attr53775") ) ) +(assert (myObject (attribute1 "attr53776") ) ) +(assert (myObject (attribute1 "attr53777") ) ) +(assert (myObject (attribute1 "attr53778") ) ) +(assert (myObject (attribute1 "attr53779") ) ) +(assert (myObject (attribute1 "attr53780") ) ) +(assert (myObject (attribute1 "attr53781") ) ) +(assert (myObject (attribute1 "attr53782") ) ) +(assert (myObject (attribute1 "attr53783") ) ) +(assert (myObject (attribute1 "attr53784") ) ) +(assert (myObject (attribute1 "attr53785") ) ) +(assert (myObject (attribute1 "attr53786") ) ) +(assert (myObject (attribute1 "attr53787") ) ) +(assert (myObject (attribute1 "attr53788") ) ) +(assert (myObject (attribute1 "attr53789") ) ) +(assert (myObject (attribute1 "attr53790") ) ) +(assert (myObject (attribute1 "attr53791") ) ) +(assert (myObject (attribute1 "attr53792") ) ) +(assert (myObject (attribute1 "attr53793") ) ) +(assert (myObject (attribute1 "attr53794") ) ) +(assert (myObject (attribute1 "attr53795") ) ) +(assert (myObject (attribute1 "attr53796") ) ) +(assert (myObject (attribute1 "attr53797") ) ) +(assert (myObject (attribute1 "attr53798") ) ) +(assert (myObject (attribute1 "attr53799") ) ) +(assert (myObject (attribute1 "attr53800") ) ) +(assert (myObject (attribute1 "attr53801") ) ) +(assert (myObject (attribute1 "attr53802") ) ) +(assert (myObject (attribute1 "attr53803") ) ) +(assert (myObject (attribute1 "attr53804") ) ) +(assert (myObject (attribute1 "attr53805") ) ) +(assert (myObject (attribute1 "attr53806") ) ) +(assert (myObject (attribute1 "attr53807") ) ) +(assert (myObject (attribute1 "attr53808") ) ) +(assert (myObject (attribute1 "attr53809") ) ) +(assert (myObject (attribute1 "attr53810") ) ) +(assert (myObject (attribute1 "attr53811") ) ) +(assert (myObject (attribute1 "attr53812") ) ) +(assert (myObject (attribute1 "attr53813") ) ) +(assert (myObject (attribute1 "attr53814") ) ) +(assert (myObject (attribute1 "attr53815") ) ) +(assert (myObject (attribute1 "attr53816") ) ) +(assert (myObject (attribute1 "attr53817") ) ) +(assert (myObject (attribute1 "attr53818") ) ) +(assert (myObject (attribute1 "attr53819") ) ) +(assert (myObject (attribute1 "attr53820") ) ) +(assert (myObject (attribute1 "attr53821") ) ) +(assert (myObject (attribute1 "attr53822") ) ) +(assert (myObject (attribute1 "attr53823") ) ) +(assert (myObject (attribute1 "attr53824") ) ) +(assert (myObject (attribute1 "attr53825") ) ) +(assert (myObject (attribute1 "attr53826") ) ) +(assert (myObject (attribute1 "attr53827") ) ) +(assert (myObject (attribute1 "attr53828") ) ) +(assert (myObject (attribute1 "attr53829") ) ) +(assert (myObject (attribute1 "attr53830") ) ) +(assert (myObject (attribute1 "attr53831") ) ) +(assert (myObject (attribute1 "attr53832") ) ) +(assert (myObject (attribute1 "attr53833") ) ) +(assert (myObject (attribute1 "attr53834") ) ) +(assert (myObject (attribute1 "attr53835") ) ) +(assert (myObject (attribute1 "attr53836") ) ) +(assert (myObject (attribute1 "attr53837") ) ) +(assert (myObject (attribute1 "attr53838") ) ) +(assert (myObject (attribute1 "attr53839") ) ) +(assert (myObject (attribute1 "attr53840") ) ) +(assert (myObject (attribute1 "attr53841") ) ) +(assert (myObject (attribute1 "attr53842") ) ) +(assert (myObject (attribute1 "attr53843") ) ) +(assert (myObject (attribute1 "attr53844") ) ) +(assert (myObject (attribute1 "attr53845") ) ) +(assert (myObject (attribute1 "attr53846") ) ) +(assert (myObject (attribute1 "attr53847") ) ) +(assert (myObject (attribute1 "attr53848") ) ) +(assert (myObject (attribute1 "attr53849") ) ) +(assert (myObject (attribute1 "attr53850") ) ) +(assert (myObject (attribute1 "attr53851") ) ) +(assert (myObject (attribute1 "attr53852") ) ) +(assert (myObject (attribute1 "attr53853") ) ) +(assert (myObject (attribute1 "attr53854") ) ) +(assert (myObject (attribute1 "attr53855") ) ) +(assert (myObject (attribute1 "attr53856") ) ) +(assert (myObject (attribute1 "attr53857") ) ) +(assert (myObject (attribute1 "attr53858") ) ) +(assert (myObject (attribute1 "attr53859") ) ) +(assert (myObject (attribute1 "attr53860") ) ) +(assert (myObject (attribute1 "attr53861") ) ) +(assert (myObject (attribute1 "attr53862") ) ) +(assert (myObject (attribute1 "attr53863") ) ) +(assert (myObject (attribute1 "attr53864") ) ) +(assert (myObject (attribute1 "attr53865") ) ) +(assert (myObject (attribute1 "attr53866") ) ) +(assert (myObject (attribute1 "attr53867") ) ) +(assert (myObject (attribute1 "attr53868") ) ) +(assert (myObject (attribute1 "attr53869") ) ) +(assert (myObject (attribute1 "attr53870") ) ) +(assert (myObject (attribute1 "attr53871") ) ) +(assert (myObject (attribute1 "attr53872") ) ) +(assert (myObject (attribute1 "attr53873") ) ) +(assert (myObject (attribute1 "attr53874") ) ) +(assert (myObject (attribute1 "attr53875") ) ) +(assert (myObject (attribute1 "attr53876") ) ) +(assert (myObject (attribute1 "attr53877") ) ) +(assert (myObject (attribute1 "attr53878") ) ) +(assert (myObject (attribute1 "attr53879") ) ) +(assert (myObject (attribute1 "attr53880") ) ) +(assert (myObject (attribute1 "attr53881") ) ) +(assert (myObject (attribute1 "attr53882") ) ) +(assert (myObject (attribute1 "attr53883") ) ) +(assert (myObject (attribute1 "attr53884") ) ) +(assert (myObject (attribute1 "attr53885") ) ) +(assert (myObject (attribute1 "attr53886") ) ) +(assert (myObject (attribute1 "attr53887") ) ) +(assert (myObject (attribute1 "attr53888") ) ) +(assert (myObject (attribute1 "attr53889") ) ) +(assert (myObject (attribute1 "attr53890") ) ) +(assert (myObject (attribute1 "attr53891") ) ) +(assert (myObject (attribute1 "attr53892") ) ) +(assert (myObject (attribute1 "attr53893") ) ) +(assert (myObject (attribute1 "attr53894") ) ) +(assert (myObject (attribute1 "attr53895") ) ) +(assert (myObject (attribute1 "attr53896") ) ) +(assert (myObject (attribute1 "attr53897") ) ) +(assert (myObject (attribute1 "attr53898") ) ) +(assert (myObject (attribute1 "attr53899") ) ) +(assert (myObject (attribute1 "attr53900") ) ) +(assert (myObject (attribute1 "attr53901") ) ) +(assert (myObject (attribute1 "attr53902") ) ) +(assert (myObject (attribute1 "attr53903") ) ) +(assert (myObject (attribute1 "attr53904") ) ) +(assert (myObject (attribute1 "attr53905") ) ) +(assert (myObject (attribute1 "attr53906") ) ) +(assert (myObject (attribute1 "attr53907") ) ) +(assert (myObject (attribute1 "attr53908") ) ) +(assert (myObject (attribute1 "attr53909") ) ) +(assert (myObject (attribute1 "attr53910") ) ) +(assert (myObject (attribute1 "attr53911") ) ) +(assert (myObject (attribute1 "attr53912") ) ) +(assert (myObject (attribute1 "attr53913") ) ) +(assert (myObject (attribute1 "attr53914") ) ) +(assert (myObject (attribute1 "attr53915") ) ) +(assert (myObject (attribute1 "attr53916") ) ) +(assert (myObject (attribute1 "attr53917") ) ) +(assert (myObject (attribute1 "attr53918") ) ) +(assert (myObject (attribute1 "attr53919") ) ) +(assert (myObject (attribute1 "attr53920") ) ) +(assert (myObject (attribute1 "attr53921") ) ) +(assert (myObject (attribute1 "attr53922") ) ) +(assert (myObject (attribute1 "attr53923") ) ) +(assert (myObject (attribute1 "attr53924") ) ) +(assert (myObject (attribute1 "attr53925") ) ) +(assert (myObject (attribute1 "attr53926") ) ) +(assert (myObject (attribute1 "attr53927") ) ) +(assert (myObject (attribute1 "attr53928") ) ) +(assert (myObject (attribute1 "attr53929") ) ) +(assert (myObject (attribute1 "attr53930") ) ) +(assert (myObject (attribute1 "attr53931") ) ) +(assert (myObject (attribute1 "attr53932") ) ) +(assert (myObject (attribute1 "attr53933") ) ) +(assert (myObject (attribute1 "attr53934") ) ) +(assert (myObject (attribute1 "attr53935") ) ) +(assert (myObject (attribute1 "attr53936") ) ) +(assert (myObject (attribute1 "attr53937") ) ) +(assert (myObject (attribute1 "attr53938") ) ) +(assert (myObject (attribute1 "attr53939") ) ) +(assert (myObject (attribute1 "attr53940") ) ) +(assert (myObject (attribute1 "attr53941") ) ) +(assert (myObject (attribute1 "attr53942") ) ) +(assert (myObject (attribute1 "attr53943") ) ) +(assert (myObject (attribute1 "attr53944") ) ) +(assert (myObject (attribute1 "attr53945") ) ) +(assert (myObject (attribute1 "attr53946") ) ) +(assert (myObject (attribute1 "attr53947") ) ) +(assert (myObject (attribute1 "attr53948") ) ) +(assert (myObject (attribute1 "attr53949") ) ) +(assert (myObject (attribute1 "attr53950") ) ) +(assert (myObject (attribute1 "attr53951") ) ) +(assert (myObject (attribute1 "attr53952") ) ) +(assert (myObject (attribute1 "attr53953") ) ) +(assert (myObject (attribute1 "attr53954") ) ) +(assert (myObject (attribute1 "attr53955") ) ) +(assert (myObject (attribute1 "attr53956") ) ) +(assert (myObject (attribute1 "attr53957") ) ) +(assert (myObject (attribute1 "attr53958") ) ) +(assert (myObject (attribute1 "attr53959") ) ) +(assert (myObject (attribute1 "attr53960") ) ) +(assert (myObject (attribute1 "attr53961") ) ) +(assert (myObject (attribute1 "attr53962") ) ) +(assert (myObject (attribute1 "attr53963") ) ) +(assert (myObject (attribute1 "attr53964") ) ) +(assert (myObject (attribute1 "attr53965") ) ) +(assert (myObject (attribute1 "attr53966") ) ) +(assert (myObject (attribute1 "attr53967") ) ) +(assert (myObject (attribute1 "attr53968") ) ) +(assert (myObject (attribute1 "attr53969") ) ) +(assert (myObject (attribute1 "attr53970") ) ) +(assert (myObject (attribute1 "attr53971") ) ) +(assert (myObject (attribute1 "attr53972") ) ) +(assert (myObject (attribute1 "attr53973") ) ) +(assert (myObject (attribute1 "attr53974") ) ) +(assert (myObject (attribute1 "attr53975") ) ) +(assert (myObject (attribute1 "attr53976") ) ) +(assert (myObject (attribute1 "attr53977") ) ) +(assert (myObject (attribute1 "attr53978") ) ) +(assert (myObject (attribute1 "attr53979") ) ) +(assert (myObject (attribute1 "attr53980") ) ) +(assert (myObject (attribute1 "attr53981") ) ) +(assert (myObject (attribute1 "attr53982") ) ) +(assert (myObject (attribute1 "attr53983") ) ) +(assert (myObject (attribute1 "attr53984") ) ) +(assert (myObject (attribute1 "attr53985") ) ) +(assert (myObject (attribute1 "attr53986") ) ) +(assert (myObject (attribute1 "attr53987") ) ) +(assert (myObject (attribute1 "attr53988") ) ) +(assert (myObject (attribute1 "attr53989") ) ) +(assert (myObject (attribute1 "attr53990") ) ) +(assert (myObject (attribute1 "attr53991") ) ) +(assert (myObject (attribute1 "attr53992") ) ) +(assert (myObject (attribute1 "attr53993") ) ) +(assert (myObject (attribute1 "attr53994") ) ) +(assert (myObject (attribute1 "attr53995") ) ) +(assert (myObject (attribute1 "attr53996") ) ) +(assert (myObject (attribute1 "attr53997") ) ) +(assert (myObject (attribute1 "attr53998") ) ) +(assert (myObject (attribute1 "attr53999") ) ) +(assert (myObject (attribute1 "attr54000") ) ) +(assert (myObject (attribute1 "attr54001") ) ) +(assert (myObject (attribute1 "attr54002") ) ) +(assert (myObject (attribute1 "attr54003") ) ) +(assert (myObject (attribute1 "attr54004") ) ) +(assert (myObject (attribute1 "attr54005") ) ) +(assert (myObject (attribute1 "attr54006") ) ) +(assert (myObject (attribute1 "attr54007") ) ) +(assert (myObject (attribute1 "attr54008") ) ) +(assert (myObject (attribute1 "attr54009") ) ) +(assert (myObject (attribute1 "attr54010") ) ) +(assert (myObject (attribute1 "attr54011") ) ) +(assert (myObject (attribute1 "attr54012") ) ) +(assert (myObject (attribute1 "attr54013") ) ) +(assert (myObject (attribute1 "attr54014") ) ) +(assert (myObject (attribute1 "attr54015") ) ) +(assert (myObject (attribute1 "attr54016") ) ) +(assert (myObject (attribute1 "attr54017") ) ) +(assert (myObject (attribute1 "attr54018") ) ) +(assert (myObject (attribute1 "attr54019") ) ) +(assert (myObject (attribute1 "attr54020") ) ) +(assert (myObject (attribute1 "attr54021") ) ) +(assert (myObject (attribute1 "attr54022") ) ) +(assert (myObject (attribute1 "attr54023") ) ) +(assert (myObject (attribute1 "attr54024") ) ) +(assert (myObject (attribute1 "attr54025") ) ) +(assert (myObject (attribute1 "attr54026") ) ) +(assert (myObject (attribute1 "attr54027") ) ) +(assert (myObject (attribute1 "attr54028") ) ) +(assert (myObject (attribute1 "attr54029") ) ) +(assert (myObject (attribute1 "attr54030") ) ) +(assert (myObject (attribute1 "attr54031") ) ) +(assert (myObject (attribute1 "attr54032") ) ) +(assert (myObject (attribute1 "attr54033") ) ) +(assert (myObject (attribute1 "attr54034") ) ) +(assert (myObject (attribute1 "attr54035") ) ) +(assert (myObject (attribute1 "attr54036") ) ) +(assert (myObject (attribute1 "attr54037") ) ) +(assert (myObject (attribute1 "attr54038") ) ) +(assert (myObject (attribute1 "attr54039") ) ) +(assert (myObject (attribute1 "attr54040") ) ) +(assert (myObject (attribute1 "attr54041") ) ) +(assert (myObject (attribute1 "attr54042") ) ) +(assert (myObject (attribute1 "attr54043") ) ) +(assert (myObject (attribute1 "attr54044") ) ) +(assert (myObject (attribute1 "attr54045") ) ) +(assert (myObject (attribute1 "attr54046") ) ) +(assert (myObject (attribute1 "attr54047") ) ) +(assert (myObject (attribute1 "attr54048") ) ) +(assert (myObject (attribute1 "attr54049") ) ) +(assert (myObject (attribute1 "attr54050") ) ) +(assert (myObject (attribute1 "attr54051") ) ) +(assert (myObject (attribute1 "attr54052") ) ) +(assert (myObject (attribute1 "attr54053") ) ) +(assert (myObject (attribute1 "attr54054") ) ) +(assert (myObject (attribute1 "attr54055") ) ) +(assert (myObject (attribute1 "attr54056") ) ) +(assert (myObject (attribute1 "attr54057") ) ) +(assert (myObject (attribute1 "attr54058") ) ) +(assert (myObject (attribute1 "attr54059") ) ) +(assert (myObject (attribute1 "attr54060") ) ) +(assert (myObject (attribute1 "attr54061") ) ) +(assert (myObject (attribute1 "attr54062") ) ) +(assert (myObject (attribute1 "attr54063") ) ) +(assert (myObject (attribute1 "attr54064") ) ) +(assert (myObject (attribute1 "attr54065") ) ) +(assert (myObject (attribute1 "attr54066") ) ) +(assert (myObject (attribute1 "attr54067") ) ) +(assert (myObject (attribute1 "attr54068") ) ) +(assert (myObject (attribute1 "attr54069") ) ) +(assert (myObject (attribute1 "attr54070") ) ) +(assert (myObject (attribute1 "attr54071") ) ) +(assert (myObject (attribute1 "attr54072") ) ) +(assert (myObject (attribute1 "attr54073") ) ) +(assert (myObject (attribute1 "attr54074") ) ) +(assert (myObject (attribute1 "attr54075") ) ) +(assert (myObject (attribute1 "attr54076") ) ) +(assert (myObject (attribute1 "attr54077") ) ) +(assert (myObject (attribute1 "attr54078") ) ) +(assert (myObject (attribute1 "attr54079") ) ) +(assert (myObject (attribute1 "attr54080") ) ) +(assert (myObject (attribute1 "attr54081") ) ) +(assert (myObject (attribute1 "attr54082") ) ) +(assert (myObject (attribute1 "attr54083") ) ) +(assert (myObject (attribute1 "attr54084") ) ) +(assert (myObject (attribute1 "attr54085") ) ) +(assert (myObject (attribute1 "attr54086") ) ) +(assert (myObject (attribute1 "attr54087") ) ) +(assert (myObject (attribute1 "attr54088") ) ) +(assert (myObject (attribute1 "attr54089") ) ) +(assert (myObject (attribute1 "attr54090") ) ) +(assert (myObject (attribute1 "attr54091") ) ) +(assert (myObject (attribute1 "attr54092") ) ) +(assert (myObject (attribute1 "attr54093") ) ) +(assert (myObject (attribute1 "attr54094") ) ) +(assert (myObject (attribute1 "attr54095") ) ) +(assert (myObject (attribute1 "attr54096") ) ) +(assert (myObject (attribute1 "attr54097") ) ) +(assert (myObject (attribute1 "attr54098") ) ) +(assert (myObject (attribute1 "attr54099") ) ) +(assert (myObject (attribute1 "attr54100") ) ) +(assert (myObject (attribute1 "attr54101") ) ) +(assert (myObject (attribute1 "attr54102") ) ) +(assert (myObject (attribute1 "attr54103") ) ) +(assert (myObject (attribute1 "attr54104") ) ) +(assert (myObject (attribute1 "attr54105") ) ) +(assert (myObject (attribute1 "attr54106") ) ) +(assert (myObject (attribute1 "attr54107") ) ) +(assert (myObject (attribute1 "attr54108") ) ) +(assert (myObject (attribute1 "attr54109") ) ) +(assert (myObject (attribute1 "attr54110") ) ) +(assert (myObject (attribute1 "attr54111") ) ) +(assert (myObject (attribute1 "attr54112") ) ) +(assert (myObject (attribute1 "attr54113") ) ) +(assert (myObject (attribute1 "attr54114") ) ) +(assert (myObject (attribute1 "attr54115") ) ) +(assert (myObject (attribute1 "attr54116") ) ) +(assert (myObject (attribute1 "attr54117") ) ) +(assert (myObject (attribute1 "attr54118") ) ) +(assert (myObject (attribute1 "attr54119") ) ) +(assert (myObject (attribute1 "attr54120") ) ) +(assert (myObject (attribute1 "attr54121") ) ) +(assert (myObject (attribute1 "attr54122") ) ) +(assert (myObject (attribute1 "attr54123") ) ) +(assert (myObject (attribute1 "attr54124") ) ) +(assert (myObject (attribute1 "attr54125") ) ) +(assert (myObject (attribute1 "attr54126") ) ) +(assert (myObject (attribute1 "attr54127") ) ) +(assert (myObject (attribute1 "attr54128") ) ) +(assert (myObject (attribute1 "attr54129") ) ) +(assert (myObject (attribute1 "attr54130") ) ) +(assert (myObject (attribute1 "attr54131") ) ) +(assert (myObject (attribute1 "attr54132") ) ) +(assert (myObject (attribute1 "attr54133") ) ) +(assert (myObject (attribute1 "attr54134") ) ) +(assert (myObject (attribute1 "attr54135") ) ) +(assert (myObject (attribute1 "attr54136") ) ) +(assert (myObject (attribute1 "attr54137") ) ) +(assert (myObject (attribute1 "attr54138") ) ) +(assert (myObject (attribute1 "attr54139") ) ) +(assert (myObject (attribute1 "attr54140") ) ) +(assert (myObject (attribute1 "attr54141") ) ) +(assert (myObject (attribute1 "attr54142") ) ) +(assert (myObject (attribute1 "attr54143") ) ) +(assert (myObject (attribute1 "attr54144") ) ) +(assert (myObject (attribute1 "attr54145") ) ) +(assert (myObject (attribute1 "attr54146") ) ) +(assert (myObject (attribute1 "attr54147") ) ) +(assert (myObject (attribute1 "attr54148") ) ) +(assert (myObject (attribute1 "attr54149") ) ) +(assert (myObject (attribute1 "attr54150") ) ) +(assert (myObject (attribute1 "attr54151") ) ) +(assert (myObject (attribute1 "attr54152") ) ) +(assert (myObject (attribute1 "attr54153") ) ) +(assert (myObject (attribute1 "attr54154") ) ) +(assert (myObject (attribute1 "attr54155") ) ) +(assert (myObject (attribute1 "attr54156") ) ) +(assert (myObject (attribute1 "attr54157") ) ) +(assert (myObject (attribute1 "attr54158") ) ) +(assert (myObject (attribute1 "attr54159") ) ) +(assert (myObject (attribute1 "attr54160") ) ) +(assert (myObject (attribute1 "attr54161") ) ) +(assert (myObject (attribute1 "attr54162") ) ) +(assert (myObject (attribute1 "attr54163") ) ) +(assert (myObject (attribute1 "attr54164") ) ) +(assert (myObject (attribute1 "attr54165") ) ) +(assert (myObject (attribute1 "attr54166") ) ) +(assert (myObject (attribute1 "attr54167") ) ) +(assert (myObject (attribute1 "attr54168") ) ) +(assert (myObject (attribute1 "attr54169") ) ) +(assert (myObject (attribute1 "attr54170") ) ) +(assert (myObject (attribute1 "attr54171") ) ) +(assert (myObject (attribute1 "attr54172") ) ) +(assert (myObject (attribute1 "attr54173") ) ) +(assert (myObject (attribute1 "attr54174") ) ) +(assert (myObject (attribute1 "attr54175") ) ) +(assert (myObject (attribute1 "attr54176") ) ) +(assert (myObject (attribute1 "attr54177") ) ) +(assert (myObject (attribute1 "attr54178") ) ) +(assert (myObject (attribute1 "attr54179") ) ) +(assert (myObject (attribute1 "attr54180") ) ) +(assert (myObject (attribute1 "attr54181") ) ) +(assert (myObject (attribute1 "attr54182") ) ) +(assert (myObject (attribute1 "attr54183") ) ) +(assert (myObject (attribute1 "attr54184") ) ) +(assert (myObject (attribute1 "attr54185") ) ) +(assert (myObject (attribute1 "attr54186") ) ) +(assert (myObject (attribute1 "attr54187") ) ) +(assert (myObject (attribute1 "attr54188") ) ) +(assert (myObject (attribute1 "attr54189") ) ) +(assert (myObject (attribute1 "attr54190") ) ) +(assert (myObject (attribute1 "attr54191") ) ) +(assert (myObject (attribute1 "attr54192") ) ) +(assert (myObject (attribute1 "attr54193") ) ) +(assert (myObject (attribute1 "attr54194") ) ) +(assert (myObject (attribute1 "attr54195") ) ) +(assert (myObject (attribute1 "attr54196") ) ) +(assert (myObject (attribute1 "attr54197") ) ) +(assert (myObject (attribute1 "attr54198") ) ) +(assert (myObject (attribute1 "attr54199") ) ) +(assert (myObject (attribute1 "attr54200") ) ) +(assert (myObject (attribute1 "attr54201") ) ) +(assert (myObject (attribute1 "attr54202") ) ) +(assert (myObject (attribute1 "attr54203") ) ) +(assert (myObject (attribute1 "attr54204") ) ) +(assert (myObject (attribute1 "attr54205") ) ) +(assert (myObject (attribute1 "attr54206") ) ) +(assert (myObject (attribute1 "attr54207") ) ) +(assert (myObject (attribute1 "attr54208") ) ) +(assert (myObject (attribute1 "attr54209") ) ) +(assert (myObject (attribute1 "attr54210") ) ) +(assert (myObject (attribute1 "attr54211") ) ) +(assert (myObject (attribute1 "attr54212") ) ) +(assert (myObject (attribute1 "attr54213") ) ) +(assert (myObject (attribute1 "attr54214") ) ) +(assert (myObject (attribute1 "attr54215") ) ) +(assert (myObject (attribute1 "attr54216") ) ) +(assert (myObject (attribute1 "attr54217") ) ) +(assert (myObject (attribute1 "attr54218") ) ) +(assert (myObject (attribute1 "attr54219") ) ) +(assert (myObject (attribute1 "attr54220") ) ) +(assert (myObject (attribute1 "attr54221") ) ) +(assert (myObject (attribute1 "attr54222") ) ) +(assert (myObject (attribute1 "attr54223") ) ) +(assert (myObject (attribute1 "attr54224") ) ) +(assert (myObject (attribute1 "attr54225") ) ) +(assert (myObject (attribute1 "attr54226") ) ) +(assert (myObject (attribute1 "attr54227") ) ) +(assert (myObject (attribute1 "attr54228") ) ) +(assert (myObject (attribute1 "attr54229") ) ) +(assert (myObject (attribute1 "attr54230") ) ) +(assert (myObject (attribute1 "attr54231") ) ) +(assert (myObject (attribute1 "attr54232") ) ) +(assert (myObject (attribute1 "attr54233") ) ) +(assert (myObject (attribute1 "attr54234") ) ) +(assert (myObject (attribute1 "attr54235") ) ) +(assert (myObject (attribute1 "attr54236") ) ) +(assert (myObject (attribute1 "attr54237") ) ) +(assert (myObject (attribute1 "attr54238") ) ) +(assert (myObject (attribute1 "attr54239") ) ) +(assert (myObject (attribute1 "attr54240") ) ) +(assert (myObject (attribute1 "attr54241") ) ) +(assert (myObject (attribute1 "attr54242") ) ) +(assert (myObject (attribute1 "attr54243") ) ) +(assert (myObject (attribute1 "attr54244") ) ) +(assert (myObject (attribute1 "attr54245") ) ) +(assert (myObject (attribute1 "attr54246") ) ) +(assert (myObject (attribute1 "attr54247") ) ) +(assert (myObject (attribute1 "attr54248") ) ) +(assert (myObject (attribute1 "attr54249") ) ) +(assert (myObject (attribute1 "attr54250") ) ) +(assert (myObject (attribute1 "attr54251") ) ) +(assert (myObject (attribute1 "attr54252") ) ) +(assert (myObject (attribute1 "attr54253") ) ) +(assert (myObject (attribute1 "attr54254") ) ) +(assert (myObject (attribute1 "attr54255") ) ) +(assert (myObject (attribute1 "attr54256") ) ) +(assert (myObject (attribute1 "attr54257") ) ) +(assert (myObject (attribute1 "attr54258") ) ) +(assert (myObject (attribute1 "attr54259") ) ) +(assert (myObject (attribute1 "attr54260") ) ) +(assert (myObject (attribute1 "attr54261") ) ) +(assert (myObject (attribute1 "attr54262") ) ) +(assert (myObject (attribute1 "attr54263") ) ) +(assert (myObject (attribute1 "attr54264") ) ) +(assert (myObject (attribute1 "attr54265") ) ) +(assert (myObject (attribute1 "attr54266") ) ) +(assert (myObject (attribute1 "attr54267") ) ) +(assert (myObject (attribute1 "attr54268") ) ) +(assert (myObject (attribute1 "attr54269") ) ) +(assert (myObject (attribute1 "attr54270") ) ) +(assert (myObject (attribute1 "attr54271") ) ) +(assert (myObject (attribute1 "attr54272") ) ) +(assert (myObject (attribute1 "attr54273") ) ) +(assert (myObject (attribute1 "attr54274") ) ) +(assert (myObject (attribute1 "attr54275") ) ) +(assert (myObject (attribute1 "attr54276") ) ) +(assert (myObject (attribute1 "attr54277") ) ) +(assert (myObject (attribute1 "attr54278") ) ) +(assert (myObject (attribute1 "attr54279") ) ) +(assert (myObject (attribute1 "attr54280") ) ) +(assert (myObject (attribute1 "attr54281") ) ) +(assert (myObject (attribute1 "attr54282") ) ) +(assert (myObject (attribute1 "attr54283") ) ) +(assert (myObject (attribute1 "attr54284") ) ) +(assert (myObject (attribute1 "attr54285") ) ) +(assert (myObject (attribute1 "attr54286") ) ) +(assert (myObject (attribute1 "attr54287") ) ) +(assert (myObject (attribute1 "attr54288") ) ) +(assert (myObject (attribute1 "attr54289") ) ) +(assert (myObject (attribute1 "attr54290") ) ) +(assert (myObject (attribute1 "attr54291") ) ) +(assert (myObject (attribute1 "attr54292") ) ) +(assert (myObject (attribute1 "attr54293") ) ) +(assert (myObject (attribute1 "attr54294") ) ) +(assert (myObject (attribute1 "attr54295") ) ) +(assert (myObject (attribute1 "attr54296") ) ) +(assert (myObject (attribute1 "attr54297") ) ) +(assert (myObject (attribute1 "attr54298") ) ) +(assert (myObject (attribute1 "attr54299") ) ) +(assert (myObject (attribute1 "attr54300") ) ) +(assert (myObject (attribute1 "attr54301") ) ) +(assert (myObject (attribute1 "attr54302") ) ) +(assert (myObject (attribute1 "attr54303") ) ) +(assert (myObject (attribute1 "attr54304") ) ) +(assert (myObject (attribute1 "attr54305") ) ) +(assert (myObject (attribute1 "attr54306") ) ) +(assert (myObject (attribute1 "attr54307") ) ) +(assert (myObject (attribute1 "attr54308") ) ) +(assert (myObject (attribute1 "attr54309") ) ) +(assert (myObject (attribute1 "attr54310") ) ) +(assert (myObject (attribute1 "attr54311") ) ) +(assert (myObject (attribute1 "attr54312") ) ) +(assert (myObject (attribute1 "attr54313") ) ) +(assert (myObject (attribute1 "attr54314") ) ) +(assert (myObject (attribute1 "attr54315") ) ) +(assert (myObject (attribute1 "attr54316") ) ) +(assert (myObject (attribute1 "attr54317") ) ) +(assert (myObject (attribute1 "attr54318") ) ) +(assert (myObject (attribute1 "attr54319") ) ) +(assert (myObject (attribute1 "attr54320") ) ) +(assert (myObject (attribute1 "attr54321") ) ) +(assert (myObject (attribute1 "attr54322") ) ) +(assert (myObject (attribute1 "attr54323") ) ) +(assert (myObject (attribute1 "attr54324") ) ) +(assert (myObject (attribute1 "attr54325") ) ) +(assert (myObject (attribute1 "attr54326") ) ) +(assert (myObject (attribute1 "attr54327") ) ) +(assert (myObject (attribute1 "attr54328") ) ) +(assert (myObject (attribute1 "attr54329") ) ) +(assert (myObject (attribute1 "attr54330") ) ) +(assert (myObject (attribute1 "attr54331") ) ) +(assert (myObject (attribute1 "attr54332") ) ) +(assert (myObject (attribute1 "attr54333") ) ) +(assert (myObject (attribute1 "attr54334") ) ) +(assert (myObject (attribute1 "attr54335") ) ) +(assert (myObject (attribute1 "attr54336") ) ) +(assert (myObject (attribute1 "attr54337") ) ) +(assert (myObject (attribute1 "attr54338") ) ) +(assert (myObject (attribute1 "attr54339") ) ) +(assert (myObject (attribute1 "attr54340") ) ) +(assert (myObject (attribute1 "attr54341") ) ) +(assert (myObject (attribute1 "attr54342") ) ) +(assert (myObject (attribute1 "attr54343") ) ) +(assert (myObject (attribute1 "attr54344") ) ) +(assert (myObject (attribute1 "attr54345") ) ) +(assert (myObject (attribute1 "attr54346") ) ) +(assert (myObject (attribute1 "attr54347") ) ) +(assert (myObject (attribute1 "attr54348") ) ) +(assert (myObject (attribute1 "attr54349") ) ) +(assert (myObject (attribute1 "attr54350") ) ) +(assert (myObject (attribute1 "attr54351") ) ) +(assert (myObject (attribute1 "attr54352") ) ) +(assert (myObject (attribute1 "attr54353") ) ) +(assert (myObject (attribute1 "attr54354") ) ) +(assert (myObject (attribute1 "attr54355") ) ) +(assert (myObject (attribute1 "attr54356") ) ) +(assert (myObject (attribute1 "attr54357") ) ) +(assert (myObject (attribute1 "attr54358") ) ) +(assert (myObject (attribute1 "attr54359") ) ) +(assert (myObject (attribute1 "attr54360") ) ) +(assert (myObject (attribute1 "attr54361") ) ) +(assert (myObject (attribute1 "attr54362") ) ) +(assert (myObject (attribute1 "attr54363") ) ) +(assert (myObject (attribute1 "attr54364") ) ) +(assert (myObject (attribute1 "attr54365") ) ) +(assert (myObject (attribute1 "attr54366") ) ) +(assert (myObject (attribute1 "attr54367") ) ) +(assert (myObject (attribute1 "attr54368") ) ) +(assert (myObject (attribute1 "attr54369") ) ) +(assert (myObject (attribute1 "attr54370") ) ) +(assert (myObject (attribute1 "attr54371") ) ) +(assert (myObject (attribute1 "attr54372") ) ) +(assert (myObject (attribute1 "attr54373") ) ) +(assert (myObject (attribute1 "attr54374") ) ) +(assert (myObject (attribute1 "attr54375") ) ) +(assert (myObject (attribute1 "attr54376") ) ) +(assert (myObject (attribute1 "attr54377") ) ) +(assert (myObject (attribute1 "attr54378") ) ) +(assert (myObject (attribute1 "attr54379") ) ) +(assert (myObject (attribute1 "attr54380") ) ) +(assert (myObject (attribute1 "attr54381") ) ) +(assert (myObject (attribute1 "attr54382") ) ) +(assert (myObject (attribute1 "attr54383") ) ) +(assert (myObject (attribute1 "attr54384") ) ) +(assert (myObject (attribute1 "attr54385") ) ) +(assert (myObject (attribute1 "attr54386") ) ) +(assert (myObject (attribute1 "attr54387") ) ) +(assert (myObject (attribute1 "attr54388") ) ) +(assert (myObject (attribute1 "attr54389") ) ) +(assert (myObject (attribute1 "attr54390") ) ) +(assert (myObject (attribute1 "attr54391") ) ) +(assert (myObject (attribute1 "attr54392") ) ) +(assert (myObject (attribute1 "attr54393") ) ) +(assert (myObject (attribute1 "attr54394") ) ) +(assert (myObject (attribute1 "attr54395") ) ) +(assert (myObject (attribute1 "attr54396") ) ) +(assert (myObject (attribute1 "attr54397") ) ) +(assert (myObject (attribute1 "attr54398") ) ) +(assert (myObject (attribute1 "attr54399") ) ) +(assert (myObject (attribute1 "attr54400") ) ) +(assert (myObject (attribute1 "attr54401") ) ) +(assert (myObject (attribute1 "attr54402") ) ) +(assert (myObject (attribute1 "attr54403") ) ) +(assert (myObject (attribute1 "attr54404") ) ) +(assert (myObject (attribute1 "attr54405") ) ) +(assert (myObject (attribute1 "attr54406") ) ) +(assert (myObject (attribute1 "attr54407") ) ) +(assert (myObject (attribute1 "attr54408") ) ) +(assert (myObject (attribute1 "attr54409") ) ) +(assert (myObject (attribute1 "attr54410") ) ) +(assert (myObject (attribute1 "attr54411") ) ) +(assert (myObject (attribute1 "attr54412") ) ) +(assert (myObject (attribute1 "attr54413") ) ) +(assert (myObject (attribute1 "attr54414") ) ) +(assert (myObject (attribute1 "attr54415") ) ) +(assert (myObject (attribute1 "attr54416") ) ) +(assert (myObject (attribute1 "attr54417") ) ) +(assert (myObject (attribute1 "attr54418") ) ) +(assert (myObject (attribute1 "attr54419") ) ) +(assert (myObject (attribute1 "attr54420") ) ) +(assert (myObject (attribute1 "attr54421") ) ) +(assert (myObject (attribute1 "attr54422") ) ) +(assert (myObject (attribute1 "attr54423") ) ) +(assert (myObject (attribute1 "attr54424") ) ) +(assert (myObject (attribute1 "attr54425") ) ) +(assert (myObject (attribute1 "attr54426") ) ) +(assert (myObject (attribute1 "attr54427") ) ) +(assert (myObject (attribute1 "attr54428") ) ) +(assert (myObject (attribute1 "attr54429") ) ) +(assert (myObject (attribute1 "attr54430") ) ) +(assert (myObject (attribute1 "attr54431") ) ) +(assert (myObject (attribute1 "attr54432") ) ) +(assert (myObject (attribute1 "attr54433") ) ) +(assert (myObject (attribute1 "attr54434") ) ) +(assert (myObject (attribute1 "attr54435") ) ) +(assert (myObject (attribute1 "attr54436") ) ) +(assert (myObject (attribute1 "attr54437") ) ) +(assert (myObject (attribute1 "attr54438") ) ) +(assert (myObject (attribute1 "attr54439") ) ) +(assert (myObject (attribute1 "attr54440") ) ) +(assert (myObject (attribute1 "attr54441") ) ) +(assert (myObject (attribute1 "attr54442") ) ) +(assert (myObject (attribute1 "attr54443") ) ) +(assert (myObject (attribute1 "attr54444") ) ) +(assert (myObject (attribute1 "attr54445") ) ) +(assert (myObject (attribute1 "attr54446") ) ) +(assert (myObject (attribute1 "attr54447") ) ) +(assert (myObject (attribute1 "attr54448") ) ) +(assert (myObject (attribute1 "attr54449") ) ) +(assert (myObject (attribute1 "attr54450") ) ) +(assert (myObject (attribute1 "attr54451") ) ) +(assert (myObject (attribute1 "attr54452") ) ) +(assert (myObject (attribute1 "attr54453") ) ) +(assert (myObject (attribute1 "attr54454") ) ) +(assert (myObject (attribute1 "attr54455") ) ) +(assert (myObject (attribute1 "attr54456") ) ) +(assert (myObject (attribute1 "attr54457") ) ) +(assert (myObject (attribute1 "attr54458") ) ) +(assert (myObject (attribute1 "attr54459") ) ) +(assert (myObject (attribute1 "attr54460") ) ) +(assert (myObject (attribute1 "attr54461") ) ) +(assert (myObject (attribute1 "attr54462") ) ) +(assert (myObject (attribute1 "attr54463") ) ) +(assert (myObject (attribute1 "attr54464") ) ) +(assert (myObject (attribute1 "attr54465") ) ) +(assert (myObject (attribute1 "attr54466") ) ) +(assert (myObject (attribute1 "attr54467") ) ) +(assert (myObject (attribute1 "attr54468") ) ) +(assert (myObject (attribute1 "attr54469") ) ) +(assert (myObject (attribute1 "attr54470") ) ) +(assert (myObject (attribute1 "attr54471") ) ) +(assert (myObject (attribute1 "attr54472") ) ) +(assert (myObject (attribute1 "attr54473") ) ) +(assert (myObject (attribute1 "attr54474") ) ) +(assert (myObject (attribute1 "attr54475") ) ) +(assert (myObject (attribute1 "attr54476") ) ) +(assert (myObject (attribute1 "attr54477") ) ) +(assert (myObject (attribute1 "attr54478") ) ) +(assert (myObject (attribute1 "attr54479") ) ) +(assert (myObject (attribute1 "attr54480") ) ) +(assert (myObject (attribute1 "attr54481") ) ) +(assert (myObject (attribute1 "attr54482") ) ) +(assert (myObject (attribute1 "attr54483") ) ) +(assert (myObject (attribute1 "attr54484") ) ) +(assert (myObject (attribute1 "attr54485") ) ) +(assert (myObject (attribute1 "attr54486") ) ) +(assert (myObject (attribute1 "attr54487") ) ) +(assert (myObject (attribute1 "attr54488") ) ) +(assert (myObject (attribute1 "attr54489") ) ) +(assert (myObject (attribute1 "attr54490") ) ) +(assert (myObject (attribute1 "attr54491") ) ) +(assert (myObject (attribute1 "attr54492") ) ) +(assert (myObject (attribute1 "attr54493") ) ) +(assert (myObject (attribute1 "attr54494") ) ) +(assert (myObject (attribute1 "attr54495") ) ) +(assert (myObject (attribute1 "attr54496") ) ) +(assert (myObject (attribute1 "attr54497") ) ) +(assert (myObject (attribute1 "attr54498") ) ) +(assert (myObject (attribute1 "attr54499") ) ) +(assert (myObject (attribute1 "attr54500") ) ) +(assert (myObject (attribute1 "attr54501") ) ) +(assert (myObject (attribute1 "attr54502") ) ) +(assert (myObject (attribute1 "attr54503") ) ) +(assert (myObject (attribute1 "attr54504") ) ) +(assert (myObject (attribute1 "attr54505") ) ) +(assert (myObject (attribute1 "attr54506") ) ) +(assert (myObject (attribute1 "attr54507") ) ) +(assert (myObject (attribute1 "attr54508") ) ) +(assert (myObject (attribute1 "attr54509") ) ) +(assert (myObject (attribute1 "attr54510") ) ) +(assert (myObject (attribute1 "attr54511") ) ) +(assert (myObject (attribute1 "attr54512") ) ) +(assert (myObject (attribute1 "attr54513") ) ) +(assert (myObject (attribute1 "attr54514") ) ) +(assert (myObject (attribute1 "attr54515") ) ) +(assert (myObject (attribute1 "attr54516") ) ) +(assert (myObject (attribute1 "attr54517") ) ) +(assert (myObject (attribute1 "attr54518") ) ) +(assert (myObject (attribute1 "attr54519") ) ) +(assert (myObject (attribute1 "attr54520") ) ) +(assert (myObject (attribute1 "attr54521") ) ) +(assert (myObject (attribute1 "attr54522") ) ) +(assert (myObject (attribute1 "attr54523") ) ) +(assert (myObject (attribute1 "attr54524") ) ) +(assert (myObject (attribute1 "attr54525") ) ) +(assert (myObject (attribute1 "attr54526") ) ) +(assert (myObject (attribute1 "attr54527") ) ) +(assert (myObject (attribute1 "attr54528") ) ) +(assert (myObject (attribute1 "attr54529") ) ) +(assert (myObject (attribute1 "attr54530") ) ) +(assert (myObject (attribute1 "attr54531") ) ) +(assert (myObject (attribute1 "attr54532") ) ) +(assert (myObject (attribute1 "attr54533") ) ) +(assert (myObject (attribute1 "attr54534") ) ) +(assert (myObject (attribute1 "attr54535") ) ) +(assert (myObject (attribute1 "attr54536") ) ) +(assert (myObject (attribute1 "attr54537") ) ) +(assert (myObject (attribute1 "attr54538") ) ) +(assert (myObject (attribute1 "attr54539") ) ) +(assert (myObject (attribute1 "attr54540") ) ) +(assert (myObject (attribute1 "attr54541") ) ) +(assert (myObject (attribute1 "attr54542") ) ) +(assert (myObject (attribute1 "attr54543") ) ) +(assert (myObject (attribute1 "attr54544") ) ) +(assert (myObject (attribute1 "attr54545") ) ) +(assert (myObject (attribute1 "attr54546") ) ) +(assert (myObject (attribute1 "attr54547") ) ) +(assert (myObject (attribute1 "attr54548") ) ) +(assert (myObject (attribute1 "attr54549") ) ) +(assert (myObject (attribute1 "attr54550") ) ) +(assert (myObject (attribute1 "attr54551") ) ) +(assert (myObject (attribute1 "attr54552") ) ) +(assert (myObject (attribute1 "attr54553") ) ) +(assert (myObject (attribute1 "attr54554") ) ) +(assert (myObject (attribute1 "attr54555") ) ) +(assert (myObject (attribute1 "attr54556") ) ) +(assert (myObject (attribute1 "attr54557") ) ) +(assert (myObject (attribute1 "attr54558") ) ) +(assert (myObject (attribute1 "attr54559") ) ) +(assert (myObject (attribute1 "attr54560") ) ) +(assert (myObject (attribute1 "attr54561") ) ) +(assert (myObject (attribute1 "attr54562") ) ) +(assert (myObject (attribute1 "attr54563") ) ) +(assert (myObject (attribute1 "attr54564") ) ) +(assert (myObject (attribute1 "attr54565") ) ) +(assert (myObject (attribute1 "attr54566") ) ) +(assert (myObject (attribute1 "attr54567") ) ) +(assert (myObject (attribute1 "attr54568") ) ) +(assert (myObject (attribute1 "attr54569") ) ) +(assert (myObject (attribute1 "attr54570") ) ) +(assert (myObject (attribute1 "attr54571") ) ) +(assert (myObject (attribute1 "attr54572") ) ) +(assert (myObject (attribute1 "attr54573") ) ) +(assert (myObject (attribute1 "attr54574") ) ) +(assert (myObject (attribute1 "attr54575") ) ) +(assert (myObject (attribute1 "attr54576") ) ) +(assert (myObject (attribute1 "attr54577") ) ) +(assert (myObject (attribute1 "attr54578") ) ) +(assert (myObject (attribute1 "attr54579") ) ) +(assert (myObject (attribute1 "attr54580") ) ) +(assert (myObject (attribute1 "attr54581") ) ) +(assert (myObject (attribute1 "attr54582") ) ) +(assert (myObject (attribute1 "attr54583") ) ) +(assert (myObject (attribute1 "attr54584") ) ) +(assert (myObject (attribute1 "attr54585") ) ) +(assert (myObject (attribute1 "attr54586") ) ) +(assert (myObject (attribute1 "attr54587") ) ) +(assert (myObject (attribute1 "attr54588") ) ) +(assert (myObject (attribute1 "attr54589") ) ) +(assert (myObject (attribute1 "attr54590") ) ) +(assert (myObject (attribute1 "attr54591") ) ) +(assert (myObject (attribute1 "attr54592") ) ) +(assert (myObject (attribute1 "attr54593") ) ) +(assert (myObject (attribute1 "attr54594") ) ) +(assert (myObject (attribute1 "attr54595") ) ) +(assert (myObject (attribute1 "attr54596") ) ) +(assert (myObject (attribute1 "attr54597") ) ) +(assert (myObject (attribute1 "attr54598") ) ) +(assert (myObject (attribute1 "attr54599") ) ) +(assert (myObject (attribute1 "attr54600") ) ) +(assert (myObject (attribute1 "attr54601") ) ) +(assert (myObject (attribute1 "attr54602") ) ) +(assert (myObject (attribute1 "attr54603") ) ) +(assert (myObject (attribute1 "attr54604") ) ) +(assert (myObject (attribute1 "attr54605") ) ) +(assert (myObject (attribute1 "attr54606") ) ) +(assert (myObject (attribute1 "attr54607") ) ) +(assert (myObject (attribute1 "attr54608") ) ) +(assert (myObject (attribute1 "attr54609") ) ) +(assert (myObject (attribute1 "attr54610") ) ) +(assert (myObject (attribute1 "attr54611") ) ) +(assert (myObject (attribute1 "attr54612") ) ) +(assert (myObject (attribute1 "attr54613") ) ) +(assert (myObject (attribute1 "attr54614") ) ) +(assert (myObject (attribute1 "attr54615") ) ) +(assert (myObject (attribute1 "attr54616") ) ) +(assert (myObject (attribute1 "attr54617") ) ) +(assert (myObject (attribute1 "attr54618") ) ) +(assert (myObject (attribute1 "attr54619") ) ) +(assert (myObject (attribute1 "attr54620") ) ) +(assert (myObject (attribute1 "attr54621") ) ) +(assert (myObject (attribute1 "attr54622") ) ) +(assert (myObject (attribute1 "attr54623") ) ) +(assert (myObject (attribute1 "attr54624") ) ) +(assert (myObject (attribute1 "attr54625") ) ) +(assert (myObject (attribute1 "attr54626") ) ) +(assert (myObject (attribute1 "attr54627") ) ) +(assert (myObject (attribute1 "attr54628") ) ) +(assert (myObject (attribute1 "attr54629") ) ) +(assert (myObject (attribute1 "attr54630") ) ) +(assert (myObject (attribute1 "attr54631") ) ) +(assert (myObject (attribute1 "attr54632") ) ) +(assert (myObject (attribute1 "attr54633") ) ) +(assert (myObject (attribute1 "attr54634") ) ) +(assert (myObject (attribute1 "attr54635") ) ) +(assert (myObject (attribute1 "attr54636") ) ) +(assert (myObject (attribute1 "attr54637") ) ) +(assert (myObject (attribute1 "attr54638") ) ) +(assert (myObject (attribute1 "attr54639") ) ) +(assert (myObject (attribute1 "attr54640") ) ) +(assert (myObject (attribute1 "attr54641") ) ) +(assert (myObject (attribute1 "attr54642") ) ) +(assert (myObject (attribute1 "attr54643") ) ) +(assert (myObject (attribute1 "attr54644") ) ) +(assert (myObject (attribute1 "attr54645") ) ) +(assert (myObject (attribute1 "attr54646") ) ) +(assert (myObject (attribute1 "attr54647") ) ) +(assert (myObject (attribute1 "attr54648") ) ) +(assert (myObject (attribute1 "attr54649") ) ) +(assert (myObject (attribute1 "attr54650") ) ) +(assert (myObject (attribute1 "attr54651") ) ) +(assert (myObject (attribute1 "attr54652") ) ) +(assert (myObject (attribute1 "attr54653") ) ) +(assert (myObject (attribute1 "attr54654") ) ) +(assert (myObject (attribute1 "attr54655") ) ) +(assert (myObject (attribute1 "attr54656") ) ) +(assert (myObject (attribute1 "attr54657") ) ) +(assert (myObject (attribute1 "attr54658") ) ) +(assert (myObject (attribute1 "attr54659") ) ) +(assert (myObject (attribute1 "attr54660") ) ) +(assert (myObject (attribute1 "attr54661") ) ) +(assert (myObject (attribute1 "attr54662") ) ) +(assert (myObject (attribute1 "attr54663") ) ) +(assert (myObject (attribute1 "attr54664") ) ) +(assert (myObject (attribute1 "attr54665") ) ) +(assert (myObject (attribute1 "attr54666") ) ) +(assert (myObject (attribute1 "attr54667") ) ) +(assert (myObject (attribute1 "attr54668") ) ) +(assert (myObject (attribute1 "attr54669") ) ) +(assert (myObject (attribute1 "attr54670") ) ) +(assert (myObject (attribute1 "attr54671") ) ) +(assert (myObject (attribute1 "attr54672") ) ) +(assert (myObject (attribute1 "attr54673") ) ) +(assert (myObject (attribute1 "attr54674") ) ) +(assert (myObject (attribute1 "attr54675") ) ) +(assert (myObject (attribute1 "attr54676") ) ) +(assert (myObject (attribute1 "attr54677") ) ) +(assert (myObject (attribute1 "attr54678") ) ) +(assert (myObject (attribute1 "attr54679") ) ) +(assert (myObject (attribute1 "attr54680") ) ) +(assert (myObject (attribute1 "attr54681") ) ) +(assert (myObject (attribute1 "attr54682") ) ) +(assert (myObject (attribute1 "attr54683") ) ) +(assert (myObject (attribute1 "attr54684") ) ) +(assert (myObject (attribute1 "attr54685") ) ) +(assert (myObject (attribute1 "attr54686") ) ) +(assert (myObject (attribute1 "attr54687") ) ) +(assert (myObject (attribute1 "attr54688") ) ) +(assert (myObject (attribute1 "attr54689") ) ) +(assert (myObject (attribute1 "attr54690") ) ) +(assert (myObject (attribute1 "attr54691") ) ) +(assert (myObject (attribute1 "attr54692") ) ) +(assert (myObject (attribute1 "attr54693") ) ) +(assert (myObject (attribute1 "attr54694") ) ) +(assert (myObject (attribute1 "attr54695") ) ) +(assert (myObject (attribute1 "attr54696") ) ) +(assert (myObject (attribute1 "attr54697") ) ) +(assert (myObject (attribute1 "attr54698") ) ) +(assert (myObject (attribute1 "attr54699") ) ) +(assert (myObject (attribute1 "attr54700") ) ) +(assert (myObject (attribute1 "attr54701") ) ) +(assert (myObject (attribute1 "attr54702") ) ) +(assert (myObject (attribute1 "attr54703") ) ) +(assert (myObject (attribute1 "attr54704") ) ) +(assert (myObject (attribute1 "attr54705") ) ) +(assert (myObject (attribute1 "attr54706") ) ) +(assert (myObject (attribute1 "attr54707") ) ) +(assert (myObject (attribute1 "attr54708") ) ) +(assert (myObject (attribute1 "attr54709") ) ) +(assert (myObject (attribute1 "attr54710") ) ) +(assert (myObject (attribute1 "attr54711") ) ) +(assert (myObject (attribute1 "attr54712") ) ) +(assert (myObject (attribute1 "attr54713") ) ) +(assert (myObject (attribute1 "attr54714") ) ) +(assert (myObject (attribute1 "attr54715") ) ) +(assert (myObject (attribute1 "attr54716") ) ) +(assert (myObject (attribute1 "attr54717") ) ) +(assert (myObject (attribute1 "attr54718") ) ) +(assert (myObject (attribute1 "attr54719") ) ) +(assert (myObject (attribute1 "attr54720") ) ) +(assert (myObject (attribute1 "attr54721") ) ) +(assert (myObject (attribute1 "attr54722") ) ) +(assert (myObject (attribute1 "attr54723") ) ) +(assert (myObject (attribute1 "attr54724") ) ) +(assert (myObject (attribute1 "attr54725") ) ) +(assert (myObject (attribute1 "attr54726") ) ) +(assert (myObject (attribute1 "attr54727") ) ) +(assert (myObject (attribute1 "attr54728") ) ) +(assert (myObject (attribute1 "attr54729") ) ) +(assert (myObject (attribute1 "attr54730") ) ) +(assert (myObject (attribute1 "attr54731") ) ) +(assert (myObject (attribute1 "attr54732") ) ) +(assert (myObject (attribute1 "attr54733") ) ) +(assert (myObject (attribute1 "attr54734") ) ) +(assert (myObject (attribute1 "attr54735") ) ) +(assert (myObject (attribute1 "attr54736") ) ) +(assert (myObject (attribute1 "attr54737") ) ) +(assert (myObject (attribute1 "attr54738") ) ) +(assert (myObject (attribute1 "attr54739") ) ) +(assert (myObject (attribute1 "attr54740") ) ) +(assert (myObject (attribute1 "attr54741") ) ) +(assert (myObject (attribute1 "attr54742") ) ) +(assert (myObject (attribute1 "attr54743") ) ) +(assert (myObject (attribute1 "attr54744") ) ) +(assert (myObject (attribute1 "attr54745") ) ) +(assert (myObject (attribute1 "attr54746") ) ) +(assert (myObject (attribute1 "attr54747") ) ) +(assert (myObject (attribute1 "attr54748") ) ) +(assert (myObject (attribute1 "attr54749") ) ) +(assert (myObject (attribute1 "attr54750") ) ) +(assert (myObject (attribute1 "attr54751") ) ) +(assert (myObject (attribute1 "attr54752") ) ) +(assert (myObject (attribute1 "attr54753") ) ) +(assert (myObject (attribute1 "attr54754") ) ) +(assert (myObject (attribute1 "attr54755") ) ) +(assert (myObject (attribute1 "attr54756") ) ) +(assert (myObject (attribute1 "attr54757") ) ) +(assert (myObject (attribute1 "attr54758") ) ) +(assert (myObject (attribute1 "attr54759") ) ) +(assert (myObject (attribute1 "attr54760") ) ) +(assert (myObject (attribute1 "attr54761") ) ) +(assert (myObject (attribute1 "attr54762") ) ) +(assert (myObject (attribute1 "attr54763") ) ) +(assert (myObject (attribute1 "attr54764") ) ) +(assert (myObject (attribute1 "attr54765") ) ) +(assert (myObject (attribute1 "attr54766") ) ) +(assert (myObject (attribute1 "attr54767") ) ) +(assert (myObject (attribute1 "attr54768") ) ) +(assert (myObject (attribute1 "attr54769") ) ) +(assert (myObject (attribute1 "attr54770") ) ) +(assert (myObject (attribute1 "attr54771") ) ) +(assert (myObject (attribute1 "attr54772") ) ) +(assert (myObject (attribute1 "attr54773") ) ) +(assert (myObject (attribute1 "attr54774") ) ) +(assert (myObject (attribute1 "attr54775") ) ) +(assert (myObject (attribute1 "attr54776") ) ) +(assert (myObject (attribute1 "attr54777") ) ) +(assert (myObject (attribute1 "attr54778") ) ) +(assert (myObject (attribute1 "attr54779") ) ) +(assert (myObject (attribute1 "attr54780") ) ) +(assert (myObject (attribute1 "attr54781") ) ) +(assert (myObject (attribute1 "attr54782") ) ) +(assert (myObject (attribute1 "attr54783") ) ) +(assert (myObject (attribute1 "attr54784") ) ) +(assert (myObject (attribute1 "attr54785") ) ) +(assert (myObject (attribute1 "attr54786") ) ) +(assert (myObject (attribute1 "attr54787") ) ) +(assert (myObject (attribute1 "attr54788") ) ) +(assert (myObject (attribute1 "attr54789") ) ) +(assert (myObject (attribute1 "attr54790") ) ) +(assert (myObject (attribute1 "attr54791") ) ) +(assert (myObject (attribute1 "attr54792") ) ) +(assert (myObject (attribute1 "attr54793") ) ) +(assert (myObject (attribute1 "attr54794") ) ) +(assert (myObject (attribute1 "attr54795") ) ) +(assert (myObject (attribute1 "attr54796") ) ) +(assert (myObject (attribute1 "attr54797") ) ) +(assert (myObject (attribute1 "attr54798") ) ) +(assert (myObject (attribute1 "attr54799") ) ) +(assert (myObject (attribute1 "attr54800") ) ) +(assert (myObject (attribute1 "attr54801") ) ) +(assert (myObject (attribute1 "attr54802") ) ) +(assert (myObject (attribute1 "attr54803") ) ) +(assert (myObject (attribute1 "attr54804") ) ) +(assert (myObject (attribute1 "attr54805") ) ) +(assert (myObject (attribute1 "attr54806") ) ) +(assert (myObject (attribute1 "attr54807") ) ) +(assert (myObject (attribute1 "attr54808") ) ) +(assert (myObject (attribute1 "attr54809") ) ) +(assert (myObject (attribute1 "attr54810") ) ) +(assert (myObject (attribute1 "attr54811") ) ) +(assert (myObject (attribute1 "attr54812") ) ) +(assert (myObject (attribute1 "attr54813") ) ) +(assert (myObject (attribute1 "attr54814") ) ) +(assert (myObject (attribute1 "attr54815") ) ) +(assert (myObject (attribute1 "attr54816") ) ) +(assert (myObject (attribute1 "attr54817") ) ) +(assert (myObject (attribute1 "attr54818") ) ) +(assert (myObject (attribute1 "attr54819") ) ) +(assert (myObject (attribute1 "attr54820") ) ) +(assert (myObject (attribute1 "attr54821") ) ) +(assert (myObject (attribute1 "attr54822") ) ) +(assert (myObject (attribute1 "attr54823") ) ) +(assert (myObject (attribute1 "attr54824") ) ) +(assert (myObject (attribute1 "attr54825") ) ) +(assert (myObject (attribute1 "attr54826") ) ) +(assert (myObject (attribute1 "attr54827") ) ) +(assert (myObject (attribute1 "attr54828") ) ) +(assert (myObject (attribute1 "attr54829") ) ) +(assert (myObject (attribute1 "attr54830") ) ) +(assert (myObject (attribute1 "attr54831") ) ) +(assert (myObject (attribute1 "attr54832") ) ) +(assert (myObject (attribute1 "attr54833") ) ) +(assert (myObject (attribute1 "attr54834") ) ) +(assert (myObject (attribute1 "attr54835") ) ) +(assert (myObject (attribute1 "attr54836") ) ) +(assert (myObject (attribute1 "attr54837") ) ) +(assert (myObject (attribute1 "attr54838") ) ) +(assert (myObject (attribute1 "attr54839") ) ) +(assert (myObject (attribute1 "attr54840") ) ) +(assert (myObject (attribute1 "attr54841") ) ) +(assert (myObject (attribute1 "attr54842") ) ) +(assert (myObject (attribute1 "attr54843") ) ) +(assert (myObject (attribute1 "attr54844") ) ) +(assert (myObject (attribute1 "attr54845") ) ) +(assert (myObject (attribute1 "attr54846") ) ) +(assert (myObject (attribute1 "attr54847") ) ) +(assert (myObject (attribute1 "attr54848") ) ) +(assert (myObject (attribute1 "attr54849") ) ) +(assert (myObject (attribute1 "attr54850") ) ) +(assert (myObject (attribute1 "attr54851") ) ) +(assert (myObject (attribute1 "attr54852") ) ) +(assert (myObject (attribute1 "attr54853") ) ) +(assert (myObject (attribute1 "attr54854") ) ) +(assert (myObject (attribute1 "attr54855") ) ) +(assert (myObject (attribute1 "attr54856") ) ) +(assert (myObject (attribute1 "attr54857") ) ) +(assert (myObject (attribute1 "attr54858") ) ) +(assert (myObject (attribute1 "attr54859") ) ) +(assert (myObject (attribute1 "attr54860") ) ) +(assert (myObject (attribute1 "attr54861") ) ) +(assert (myObject (attribute1 "attr54862") ) ) +(assert (myObject (attribute1 "attr54863") ) ) +(assert (myObject (attribute1 "attr54864") ) ) +(assert (myObject (attribute1 "attr54865") ) ) +(assert (myObject (attribute1 "attr54866") ) ) +(assert (myObject (attribute1 "attr54867") ) ) +(assert (myObject (attribute1 "attr54868") ) ) +(assert (myObject (attribute1 "attr54869") ) ) +(assert (myObject (attribute1 "attr54870") ) ) +(assert (myObject (attribute1 "attr54871") ) ) +(assert (myObject (attribute1 "attr54872") ) ) +(assert (myObject (attribute1 "attr54873") ) ) +(assert (myObject (attribute1 "attr54874") ) ) +(assert (myObject (attribute1 "attr54875") ) ) +(assert (myObject (attribute1 "attr54876") ) ) +(assert (myObject (attribute1 "attr54877") ) ) +(assert (myObject (attribute1 "attr54878") ) ) +(assert (myObject (attribute1 "attr54879") ) ) +(assert (myObject (attribute1 "attr54880") ) ) +(assert (myObject (attribute1 "attr54881") ) ) +(assert (myObject (attribute1 "attr54882") ) ) +(assert (myObject (attribute1 "attr54883") ) ) +(assert (myObject (attribute1 "attr54884") ) ) +(assert (myObject (attribute1 "attr54885") ) ) +(assert (myObject (attribute1 "attr54886") ) ) +(assert (myObject (attribute1 "attr54887") ) ) +(assert (myObject (attribute1 "attr54888") ) ) +(assert (myObject (attribute1 "attr54889") ) ) +(assert (myObject (attribute1 "attr54890") ) ) +(assert (myObject (attribute1 "attr54891") ) ) +(assert (myObject (attribute1 "attr54892") ) ) +(assert (myObject (attribute1 "attr54893") ) ) +(assert (myObject (attribute1 "attr54894") ) ) +(assert (myObject (attribute1 "attr54895") ) ) +(assert (myObject (attribute1 "attr54896") ) ) +(assert (myObject (attribute1 "attr54897") ) ) +(assert (myObject (attribute1 "attr54898") ) ) +(assert (myObject (attribute1 "attr54899") ) ) +(assert (myObject (attribute1 "attr54900") ) ) +(assert (myObject (attribute1 "attr54901") ) ) +(assert (myObject (attribute1 "attr54902") ) ) +(assert (myObject (attribute1 "attr54903") ) ) +(assert (myObject (attribute1 "attr54904") ) ) +(assert (myObject (attribute1 "attr54905") ) ) +(assert (myObject (attribute1 "attr54906") ) ) +(assert (myObject (attribute1 "attr54907") ) ) +(assert (myObject (attribute1 "attr54908") ) ) +(assert (myObject (attribute1 "attr54909") ) ) +(assert (myObject (attribute1 "attr54910") ) ) +(assert (myObject (attribute1 "attr54911") ) ) +(assert (myObject (attribute1 "attr54912") ) ) +(assert (myObject (attribute1 "attr54913") ) ) +(assert (myObject (attribute1 "attr54914") ) ) +(assert (myObject (attribute1 "attr54915") ) ) +(assert (myObject (attribute1 "attr54916") ) ) +(assert (myObject (attribute1 "attr54917") ) ) +(assert (myObject (attribute1 "attr54918") ) ) +(assert (myObject (attribute1 "attr54919") ) ) +(assert (myObject (attribute1 "attr54920") ) ) +(assert (myObject (attribute1 "attr54921") ) ) +(assert (myObject (attribute1 "attr54922") ) ) +(assert (myObject (attribute1 "attr54923") ) ) +(assert (myObject (attribute1 "attr54924") ) ) +(assert (myObject (attribute1 "attr54925") ) ) +(assert (myObject (attribute1 "attr54926") ) ) +(assert (myObject (attribute1 "attr54927") ) ) +(assert (myObject (attribute1 "attr54928") ) ) +(assert (myObject (attribute1 "attr54929") ) ) +(assert (myObject (attribute1 "attr54930") ) ) +(assert (myObject (attribute1 "attr54931") ) ) +(assert (myObject (attribute1 "attr54932") ) ) +(assert (myObject (attribute1 "attr54933") ) ) +(assert (myObject (attribute1 "attr54934") ) ) +(assert (myObject (attribute1 "attr54935") ) ) +(assert (myObject (attribute1 "attr54936") ) ) +(assert (myObject (attribute1 "attr54937") ) ) +(assert (myObject (attribute1 "attr54938") ) ) +(assert (myObject (attribute1 "attr54939") ) ) +(assert (myObject (attribute1 "attr54940") ) ) +(assert (myObject (attribute1 "attr54941") ) ) +(assert (myObject (attribute1 "attr54942") ) ) +(assert (myObject (attribute1 "attr54943") ) ) +(assert (myObject (attribute1 "attr54944") ) ) +(assert (myObject (attribute1 "attr54945") ) ) +(assert (myObject (attribute1 "attr54946") ) ) +(assert (myObject (attribute1 "attr54947") ) ) +(assert (myObject (attribute1 "attr54948") ) ) +(assert (myObject (attribute1 "attr54949") ) ) +(assert (myObject (attribute1 "attr54950") ) ) +(assert (myObject (attribute1 "attr54951") ) ) +(assert (myObject (attribute1 "attr54952") ) ) +(assert (myObject (attribute1 "attr54953") ) ) +(assert (myObject (attribute1 "attr54954") ) ) +(assert (myObject (attribute1 "attr54955") ) ) +(assert (myObject (attribute1 "attr54956") ) ) +(assert (myObject (attribute1 "attr54957") ) ) +(assert (myObject (attribute1 "attr54958") ) ) +(assert (myObject (attribute1 "attr54959") ) ) +(assert (myObject (attribute1 "attr54960") ) ) +(assert (myObject (attribute1 "attr54961") ) ) +(assert (myObject (attribute1 "attr54962") ) ) +(assert (myObject (attribute1 "attr54963") ) ) +(assert (myObject (attribute1 "attr54964") ) ) +(assert (myObject (attribute1 "attr54965") ) ) +(assert (myObject (attribute1 "attr54966") ) ) +(assert (myObject (attribute1 "attr54967") ) ) +(assert (myObject (attribute1 "attr54968") ) ) +(assert (myObject (attribute1 "attr54969") ) ) +(assert (myObject (attribute1 "attr54970") ) ) +(assert (myObject (attribute1 "attr54971") ) ) +(assert (myObject (attribute1 "attr54972") ) ) +(assert (myObject (attribute1 "attr54973") ) ) +(assert (myObject (attribute1 "attr54974") ) ) +(assert (myObject (attribute1 "attr54975") ) ) +(assert (myObject (attribute1 "attr54976") ) ) +(assert (myObject (attribute1 "attr54977") ) ) +(assert (myObject (attribute1 "attr54978") ) ) +(assert (myObject (attribute1 "attr54979") ) ) +(assert (myObject (attribute1 "attr54980") ) ) +(assert (myObject (attribute1 "attr54981") ) ) +(assert (myObject (attribute1 "attr54982") ) ) +(assert (myObject (attribute1 "attr54983") ) ) +(assert (myObject (attribute1 "attr54984") ) ) +(assert (myObject (attribute1 "attr54985") ) ) +(assert (myObject (attribute1 "attr54986") ) ) +(assert (myObject (attribute1 "attr54987") ) ) +(assert (myObject (attribute1 "attr54988") ) ) +(assert (myObject (attribute1 "attr54989") ) ) +(assert (myObject (attribute1 "attr54990") ) ) +(assert (myObject (attribute1 "attr54991") ) ) +(assert (myObject (attribute1 "attr54992") ) ) +(assert (myObject (attribute1 "attr54993") ) ) +(assert (myObject (attribute1 "attr54994") ) ) +(assert (myObject (attribute1 "attr54995") ) ) +(assert (myObject (attribute1 "attr54996") ) ) +(assert (myObject (attribute1 "attr54997") ) ) +(assert (myObject (attribute1 "attr54998") ) ) +(assert (myObject (attribute1 "attr54999") ) ) +(assert (myObject (attribute1 "attr55000") ) ) +(assert (myObject (attribute1 "attr55001") ) ) +(assert (myObject (attribute1 "attr55002") ) ) +(assert (myObject (attribute1 "attr55003") ) ) +(assert (myObject (attribute1 "attr55004") ) ) +(assert (myObject (attribute1 "attr55005") ) ) +(assert (myObject (attribute1 "attr55006") ) ) +(assert (myObject (attribute1 "attr55007") ) ) +(assert (myObject (attribute1 "attr55008") ) ) +(assert (myObject (attribute1 "attr55009") ) ) +(assert (myObject (attribute1 "attr55010") ) ) +(assert (myObject (attribute1 "attr55011") ) ) +(assert (myObject (attribute1 "attr55012") ) ) +(assert (myObject (attribute1 "attr55013") ) ) +(assert (myObject (attribute1 "attr55014") ) ) +(assert (myObject (attribute1 "attr55015") ) ) +(assert (myObject (attribute1 "attr55016") ) ) +(assert (myObject (attribute1 "attr55017") ) ) +(assert (myObject (attribute1 "attr55018") ) ) +(assert (myObject (attribute1 "attr55019") ) ) +(assert (myObject (attribute1 "attr55020") ) ) +(assert (myObject (attribute1 "attr55021") ) ) +(assert (myObject (attribute1 "attr55022") ) ) +(assert (myObject (attribute1 "attr55023") ) ) +(assert (myObject (attribute1 "attr55024") ) ) +(assert (myObject (attribute1 "attr55025") ) ) +(assert (myObject (attribute1 "attr55026") ) ) +(assert (myObject (attribute1 "attr55027") ) ) +(assert (myObject (attribute1 "attr55028") ) ) +(assert (myObject (attribute1 "attr55029") ) ) +(assert (myObject (attribute1 "attr55030") ) ) +(assert (myObject (attribute1 "attr55031") ) ) +(assert (myObject (attribute1 "attr55032") ) ) +(assert (myObject (attribute1 "attr55033") ) ) +(assert (myObject (attribute1 "attr55034") ) ) +(assert (myObject (attribute1 "attr55035") ) ) +(assert (myObject (attribute1 "attr55036") ) ) +(assert (myObject (attribute1 "attr55037") ) ) +(assert (myObject (attribute1 "attr55038") ) ) +(assert (myObject (attribute1 "attr55039") ) ) +(assert (myObject (attribute1 "attr55040") ) ) +(assert (myObject (attribute1 "attr55041") ) ) +(assert (myObject (attribute1 "attr55042") ) ) +(assert (myObject (attribute1 "attr55043") ) ) +(assert (myObject (attribute1 "attr55044") ) ) +(assert (myObject (attribute1 "attr55045") ) ) +(assert (myObject (attribute1 "attr55046") ) ) +(assert (myObject (attribute1 "attr55047") ) ) +(assert (myObject (attribute1 "attr55048") ) ) +(assert (myObject (attribute1 "attr55049") ) ) +(assert (myObject (attribute1 "attr55050") ) ) +(assert (myObject (attribute1 "attr55051") ) ) +(assert (myObject (attribute1 "attr55052") ) ) +(assert (myObject (attribute1 "attr55053") ) ) +(assert (myObject (attribute1 "attr55054") ) ) +(assert (myObject (attribute1 "attr55055") ) ) +(assert (myObject (attribute1 "attr55056") ) ) +(assert (myObject (attribute1 "attr55057") ) ) +(assert (myObject (attribute1 "attr55058") ) ) +(assert (myObject (attribute1 "attr55059") ) ) +(assert (myObject (attribute1 "attr55060") ) ) +(assert (myObject (attribute1 "attr55061") ) ) +(assert (myObject (attribute1 "attr55062") ) ) +(assert (myObject (attribute1 "attr55063") ) ) +(assert (myObject (attribute1 "attr55064") ) ) +(assert (myObject (attribute1 "attr55065") ) ) +(assert (myObject (attribute1 "attr55066") ) ) +(assert (myObject (attribute1 "attr55067") ) ) +(assert (myObject (attribute1 "attr55068") ) ) +(assert (myObject (attribute1 "attr55069") ) ) +(assert (myObject (attribute1 "attr55070") ) ) +(assert (myObject (attribute1 "attr55071") ) ) +(assert (myObject (attribute1 "attr55072") ) ) +(assert (myObject (attribute1 "attr55073") ) ) +(assert (myObject (attribute1 "attr55074") ) ) +(assert (myObject (attribute1 "attr55075") ) ) +(assert (myObject (attribute1 "attr55076") ) ) +(assert (myObject (attribute1 "attr55077") ) ) +(assert (myObject (attribute1 "attr55078") ) ) +(assert (myObject (attribute1 "attr55079") ) ) +(assert (myObject (attribute1 "attr55080") ) ) +(assert (myObject (attribute1 "attr55081") ) ) +(assert (myObject (attribute1 "attr55082") ) ) +(assert (myObject (attribute1 "attr55083") ) ) +(assert (myObject (attribute1 "attr55084") ) ) +(assert (myObject (attribute1 "attr55085") ) ) +(assert (myObject (attribute1 "attr55086") ) ) +(assert (myObject (attribute1 "attr55087") ) ) +(assert (myObject (attribute1 "attr55088") ) ) +(assert (myObject (attribute1 "attr55089") ) ) +(assert (myObject (attribute1 "attr55090") ) ) +(assert (myObject (attribute1 "attr55091") ) ) +(assert (myObject (attribute1 "attr55092") ) ) +(assert (myObject (attribute1 "attr55093") ) ) +(assert (myObject (attribute1 "attr55094") ) ) +(assert (myObject (attribute1 "attr55095") ) ) +(assert (myObject (attribute1 "attr55096") ) ) +(assert (myObject (attribute1 "attr55097") ) ) +(assert (myObject (attribute1 "attr55098") ) ) +(assert (myObject (attribute1 "attr55099") ) ) +(assert (myObject (attribute1 "attr55100") ) ) +(assert (myObject (attribute1 "attr55101") ) ) +(assert (myObject (attribute1 "attr55102") ) ) +(assert (myObject (attribute1 "attr55103") ) ) +(assert (myObject (attribute1 "attr55104") ) ) +(assert (myObject (attribute1 "attr55105") ) ) +(assert (myObject (attribute1 "attr55106") ) ) +(assert (myObject (attribute1 "attr55107") ) ) +(assert (myObject (attribute1 "attr55108") ) ) +(assert (myObject (attribute1 "attr55109") ) ) +(assert (myObject (attribute1 "attr55110") ) ) +(assert (myObject (attribute1 "attr55111") ) ) +(assert (myObject (attribute1 "attr55112") ) ) +(assert (myObject (attribute1 "attr55113") ) ) +(assert (myObject (attribute1 "attr55114") ) ) +(assert (myObject (attribute1 "attr55115") ) ) +(assert (myObject (attribute1 "attr55116") ) ) +(assert (myObject (attribute1 "attr55117") ) ) +(assert (myObject (attribute1 "attr55118") ) ) +(assert (myObject (attribute1 "attr55119") ) ) +(assert (myObject (attribute1 "attr55120") ) ) +(assert (myObject (attribute1 "attr55121") ) ) +(assert (myObject (attribute1 "attr55122") ) ) +(assert (myObject (attribute1 "attr55123") ) ) +(assert (myObject (attribute1 "attr55124") ) ) +(assert (myObject (attribute1 "attr55125") ) ) +(assert (myObject (attribute1 "attr55126") ) ) +(assert (myObject (attribute1 "attr55127") ) ) +(assert (myObject (attribute1 "attr55128") ) ) +(assert (myObject (attribute1 "attr55129") ) ) +(assert (myObject (attribute1 "attr55130") ) ) +(assert (myObject (attribute1 "attr55131") ) ) +(assert (myObject (attribute1 "attr55132") ) ) +(assert (myObject (attribute1 "attr55133") ) ) +(assert (myObject (attribute1 "attr55134") ) ) +(assert (myObject (attribute1 "attr55135") ) ) +(assert (myObject (attribute1 "attr55136") ) ) +(assert (myObject (attribute1 "attr55137") ) ) +(assert (myObject (attribute1 "attr55138") ) ) +(assert (myObject (attribute1 "attr55139") ) ) +(assert (myObject (attribute1 "attr55140") ) ) +(assert (myObject (attribute1 "attr55141") ) ) +(assert (myObject (attribute1 "attr55142") ) ) +(assert (myObject (attribute1 "attr55143") ) ) +(assert (myObject (attribute1 "attr55144") ) ) +(assert (myObject (attribute1 "attr55145") ) ) +(assert (myObject (attribute1 "attr55146") ) ) +(assert (myObject (attribute1 "attr55147") ) ) +(assert (myObject (attribute1 "attr55148") ) ) +(assert (myObject (attribute1 "attr55149") ) ) +(assert (myObject (attribute1 "attr55150") ) ) +(assert (myObject (attribute1 "attr55151") ) ) +(assert (myObject (attribute1 "attr55152") ) ) +(assert (myObject (attribute1 "attr55153") ) ) +(assert (myObject (attribute1 "attr55154") ) ) +(assert (myObject (attribute1 "attr55155") ) ) +(assert (myObject (attribute1 "attr55156") ) ) +(assert (myObject (attribute1 "attr55157") ) ) +(assert (myObject (attribute1 "attr55158") ) ) +(assert (myObject (attribute1 "attr55159") ) ) +(assert (myObject (attribute1 "attr55160") ) ) +(assert (myObject (attribute1 "attr55161") ) ) +(assert (myObject (attribute1 "attr55162") ) ) +(assert (myObject (attribute1 "attr55163") ) ) +(assert (myObject (attribute1 "attr55164") ) ) +(assert (myObject (attribute1 "attr55165") ) ) +(assert (myObject (attribute1 "attr55166") ) ) +(assert (myObject (attribute1 "attr55167") ) ) +(assert (myObject (attribute1 "attr55168") ) ) +(assert (myObject (attribute1 "attr55169") ) ) +(assert (myObject (attribute1 "attr55170") ) ) +(assert (myObject (attribute1 "attr55171") ) ) +(assert (myObject (attribute1 "attr55172") ) ) +(assert (myObject (attribute1 "attr55173") ) ) +(assert (myObject (attribute1 "attr55174") ) ) +(assert (myObject (attribute1 "attr55175") ) ) +(assert (myObject (attribute1 "attr55176") ) ) +(assert (myObject (attribute1 "attr55177") ) ) +(assert (myObject (attribute1 "attr55178") ) ) +(assert (myObject (attribute1 "attr55179") ) ) +(assert (myObject (attribute1 "attr55180") ) ) +(assert (myObject (attribute1 "attr55181") ) ) +(assert (myObject (attribute1 "attr55182") ) ) +(assert (myObject (attribute1 "attr55183") ) ) +(assert (myObject (attribute1 "attr55184") ) ) +(assert (myObject (attribute1 "attr55185") ) ) +(assert (myObject (attribute1 "attr55186") ) ) +(assert (myObject (attribute1 "attr55187") ) ) +(assert (myObject (attribute1 "attr55188") ) ) +(assert (myObject (attribute1 "attr55189") ) ) +(assert (myObject (attribute1 "attr55190") ) ) +(assert (myObject (attribute1 "attr55191") ) ) +(assert (myObject (attribute1 "attr55192") ) ) +(assert (myObject (attribute1 "attr55193") ) ) +(assert (myObject (attribute1 "attr55194") ) ) +(assert (myObject (attribute1 "attr55195") ) ) +(assert (myObject (attribute1 "attr55196") ) ) +(assert (myObject (attribute1 "attr55197") ) ) +(assert (myObject (attribute1 "attr55198") ) ) +(assert (myObject (attribute1 "attr55199") ) ) +(assert (myObject (attribute1 "attr55200") ) ) +(assert (myObject (attribute1 "attr55201") ) ) +(assert (myObject (attribute1 "attr55202") ) ) +(assert (myObject (attribute1 "attr55203") ) ) +(assert (myObject (attribute1 "attr55204") ) ) +(assert (myObject (attribute1 "attr55205") ) ) +(assert (myObject (attribute1 "attr55206") ) ) +(assert (myObject (attribute1 "attr55207") ) ) +(assert (myObject (attribute1 "attr55208") ) ) +(assert (myObject (attribute1 "attr55209") ) ) +(assert (myObject (attribute1 "attr55210") ) ) +(assert (myObject (attribute1 "attr55211") ) ) +(assert (myObject (attribute1 "attr55212") ) ) +(assert (myObject (attribute1 "attr55213") ) ) +(assert (myObject (attribute1 "attr55214") ) ) +(assert (myObject (attribute1 "attr55215") ) ) +(assert (myObject (attribute1 "attr55216") ) ) +(assert (myObject (attribute1 "attr55217") ) ) +(assert (myObject (attribute1 "attr55218") ) ) +(assert (myObject (attribute1 "attr55219") ) ) +(assert (myObject (attribute1 "attr55220") ) ) +(assert (myObject (attribute1 "attr55221") ) ) +(assert (myObject (attribute1 "attr55222") ) ) +(assert (myObject (attribute1 "attr55223") ) ) +(assert (myObject (attribute1 "attr55224") ) ) +(assert (myObject (attribute1 "attr55225") ) ) +(assert (myObject (attribute1 "attr55226") ) ) +(assert (myObject (attribute1 "attr55227") ) ) +(assert (myObject (attribute1 "attr55228") ) ) +(assert (myObject (attribute1 "attr55229") ) ) +(assert (myObject (attribute1 "attr55230") ) ) +(assert (myObject (attribute1 "attr55231") ) ) +(assert (myObject (attribute1 "attr55232") ) ) +(assert (myObject (attribute1 "attr55233") ) ) +(assert (myObject (attribute1 "attr55234") ) ) +(assert (myObject (attribute1 "attr55235") ) ) +(assert (myObject (attribute1 "attr55236") ) ) +(assert (myObject (attribute1 "attr55237") ) ) +(assert (myObject (attribute1 "attr55238") ) ) +(assert (myObject (attribute1 "attr55239") ) ) +(assert (myObject (attribute1 "attr55240") ) ) +(assert (myObject (attribute1 "attr55241") ) ) +(assert (myObject (attribute1 "attr55242") ) ) +(assert (myObject (attribute1 "attr55243") ) ) +(assert (myObject (attribute1 "attr55244") ) ) +(assert (myObject (attribute1 "attr55245") ) ) +(assert (myObject (attribute1 "attr55246") ) ) +(assert (myObject (attribute1 "attr55247") ) ) +(assert (myObject (attribute1 "attr55248") ) ) +(assert (myObject (attribute1 "attr55249") ) ) +(assert (myObject (attribute1 "attr55250") ) ) +(assert (myObject (attribute1 "attr55251") ) ) +(assert (myObject (attribute1 "attr55252") ) ) +(assert (myObject (attribute1 "attr55253") ) ) +(assert (myObject (attribute1 "attr55254") ) ) +(assert (myObject (attribute1 "attr55255") ) ) +(assert (myObject (attribute1 "attr55256") ) ) +(assert (myObject (attribute1 "attr55257") ) ) +(assert (myObject (attribute1 "attr55258") ) ) +(assert (myObject (attribute1 "attr55259") ) ) +(assert (myObject (attribute1 "attr55260") ) ) +(assert (myObject (attribute1 "attr55261") ) ) +(assert (myObject (attribute1 "attr55262") ) ) +(assert (myObject (attribute1 "attr55263") ) ) +(assert (myObject (attribute1 "attr55264") ) ) +(assert (myObject (attribute1 "attr55265") ) ) +(assert (myObject (attribute1 "attr55266") ) ) +(assert (myObject (attribute1 "attr55267") ) ) +(assert (myObject (attribute1 "attr55268") ) ) +(assert (myObject (attribute1 "attr55269") ) ) +(assert (myObject (attribute1 "attr55270") ) ) +(assert (myObject (attribute1 "attr55271") ) ) +(assert (myObject (attribute1 "attr55272") ) ) +(assert (myObject (attribute1 "attr55273") ) ) +(assert (myObject (attribute1 "attr55274") ) ) +(assert (myObject (attribute1 "attr55275") ) ) +(assert (myObject (attribute1 "attr55276") ) ) +(assert (myObject (attribute1 "attr55277") ) ) +(assert (myObject (attribute1 "attr55278") ) ) +(assert (myObject (attribute1 "attr55279") ) ) +(assert (myObject (attribute1 "attr55280") ) ) +(assert (myObject (attribute1 "attr55281") ) ) +(assert (myObject (attribute1 "attr55282") ) ) +(assert (myObject (attribute1 "attr55283") ) ) +(assert (myObject (attribute1 "attr55284") ) ) +(assert (myObject (attribute1 "attr55285") ) ) +(assert (myObject (attribute1 "attr55286") ) ) +(assert (myObject (attribute1 "attr55287") ) ) +(assert (myObject (attribute1 "attr55288") ) ) +(assert (myObject (attribute1 "attr55289") ) ) +(assert (myObject (attribute1 "attr55290") ) ) +(assert (myObject (attribute1 "attr55291") ) ) +(assert (myObject (attribute1 "attr55292") ) ) +(assert (myObject (attribute1 "attr55293") ) ) +(assert (myObject (attribute1 "attr55294") ) ) +(assert (myObject (attribute1 "attr55295") ) ) +(assert (myObject (attribute1 "attr55296") ) ) +(assert (myObject (attribute1 "attr55297") ) ) +(assert (myObject (attribute1 "attr55298") ) ) +(assert (myObject (attribute1 "attr55299") ) ) +(assert (myObject (attribute1 "attr55300") ) ) +(assert (myObject (attribute1 "attr55301") ) ) +(assert (myObject (attribute1 "attr55302") ) ) +(assert (myObject (attribute1 "attr55303") ) ) +(assert (myObject (attribute1 "attr55304") ) ) +(assert (myObject (attribute1 "attr55305") ) ) +(assert (myObject (attribute1 "attr55306") ) ) +(assert (myObject (attribute1 "attr55307") ) ) +(assert (myObject (attribute1 "attr55308") ) ) +(assert (myObject (attribute1 "attr55309") ) ) +(assert (myObject (attribute1 "attr55310") ) ) +(assert (myObject (attribute1 "attr55311") ) ) +(assert (myObject (attribute1 "attr55312") ) ) +(assert (myObject (attribute1 "attr55313") ) ) +(assert (myObject (attribute1 "attr55314") ) ) +(assert (myObject (attribute1 "attr55315") ) ) +(assert (myObject (attribute1 "attr55316") ) ) +(assert (myObject (attribute1 "attr55317") ) ) +(assert (myObject (attribute1 "attr55318") ) ) +(assert (myObject (attribute1 "attr55319") ) ) +(assert (myObject (attribute1 "attr55320") ) ) +(assert (myObject (attribute1 "attr55321") ) ) +(assert (myObject (attribute1 "attr55322") ) ) +(assert (myObject (attribute1 "attr55323") ) ) +(assert (myObject (attribute1 "attr55324") ) ) +(assert (myObject (attribute1 "attr55325") ) ) +(assert (myObject (attribute1 "attr55326") ) ) +(assert (myObject (attribute1 "attr55327") ) ) +(assert (myObject (attribute1 "attr55328") ) ) +(assert (myObject (attribute1 "attr55329") ) ) +(assert (myObject (attribute1 "attr55330") ) ) +(assert (myObject (attribute1 "attr55331") ) ) +(assert (myObject (attribute1 "attr55332") ) ) +(assert (myObject (attribute1 "attr55333") ) ) +(assert (myObject (attribute1 "attr55334") ) ) +(assert (myObject (attribute1 "attr55335") ) ) +(assert (myObject (attribute1 "attr55336") ) ) +(assert (myObject (attribute1 "attr55337") ) ) +(assert (myObject (attribute1 "attr55338") ) ) +(assert (myObject (attribute1 "attr55339") ) ) +(assert (myObject (attribute1 "attr55340") ) ) +(assert (myObject (attribute1 "attr55341") ) ) +(assert (myObject (attribute1 "attr55342") ) ) +(assert (myObject (attribute1 "attr55343") ) ) +(assert (myObject (attribute1 "attr55344") ) ) +(assert (myObject (attribute1 "attr55345") ) ) +(assert (myObject (attribute1 "attr55346") ) ) +(assert (myObject (attribute1 "attr55347") ) ) +(assert (myObject (attribute1 "attr55348") ) ) +(assert (myObject (attribute1 "attr55349") ) ) +(assert (myObject (attribute1 "attr55350") ) ) +(assert (myObject (attribute1 "attr55351") ) ) +(assert (myObject (attribute1 "attr55352") ) ) +(assert (myObject (attribute1 "attr55353") ) ) +(assert (myObject (attribute1 "attr55354") ) ) +(assert (myObject (attribute1 "attr55355") ) ) +(assert (myObject (attribute1 "attr55356") ) ) +(assert (myObject (attribute1 "attr55357") ) ) +(assert (myObject (attribute1 "attr55358") ) ) +(assert (myObject (attribute1 "attr55359") ) ) +(assert (myObject (attribute1 "attr55360") ) ) +(assert (myObject (attribute1 "attr55361") ) ) +(assert (myObject (attribute1 "attr55362") ) ) +(assert (myObject (attribute1 "attr55363") ) ) +(assert (myObject (attribute1 "attr55364") ) ) +(assert (myObject (attribute1 "attr55365") ) ) +(assert (myObject (attribute1 "attr55366") ) ) +(assert (myObject (attribute1 "attr55367") ) ) +(assert (myObject (attribute1 "attr55368") ) ) +(assert (myObject (attribute1 "attr55369") ) ) +(assert (myObject (attribute1 "attr55370") ) ) +(assert (myObject (attribute1 "attr55371") ) ) +(assert (myObject (attribute1 "attr55372") ) ) +(assert (myObject (attribute1 "attr55373") ) ) +(assert (myObject (attribute1 "attr55374") ) ) +(assert (myObject (attribute1 "attr55375") ) ) +(assert (myObject (attribute1 "attr55376") ) ) +(assert (myObject (attribute1 "attr55377") ) ) +(assert (myObject (attribute1 "attr55378") ) ) +(assert (myObject (attribute1 "attr55379") ) ) +(assert (myObject (attribute1 "attr55380") ) ) +(assert (myObject (attribute1 "attr55381") ) ) +(assert (myObject (attribute1 "attr55382") ) ) +(assert (myObject (attribute1 "attr55383") ) ) +(assert (myObject (attribute1 "attr55384") ) ) +(assert (myObject (attribute1 "attr55385") ) ) +(assert (myObject (attribute1 "attr55386") ) ) +(assert (myObject (attribute1 "attr55387") ) ) +(assert (myObject (attribute1 "attr55388") ) ) +(assert (myObject (attribute1 "attr55389") ) ) +(assert (myObject (attribute1 "attr55390") ) ) +(assert (myObject (attribute1 "attr55391") ) ) +(assert (myObject (attribute1 "attr55392") ) ) +(assert (myObject (attribute1 "attr55393") ) ) +(assert (myObject (attribute1 "attr55394") ) ) +(assert (myObject (attribute1 "attr55395") ) ) +(assert (myObject (attribute1 "attr55396") ) ) +(assert (myObject (attribute1 "attr55397") ) ) +(assert (myObject (attribute1 "attr55398") ) ) +(assert (myObject (attribute1 "attr55399") ) ) +(assert (myObject (attribute1 "attr55400") ) ) +(assert (myObject (attribute1 "attr55401") ) ) +(assert (myObject (attribute1 "attr55402") ) ) +(assert (myObject (attribute1 "attr55403") ) ) +(assert (myObject (attribute1 "attr55404") ) ) +(assert (myObject (attribute1 "attr55405") ) ) +(assert (myObject (attribute1 "attr55406") ) ) +(assert (myObject (attribute1 "attr55407") ) ) +(assert (myObject (attribute1 "attr55408") ) ) +(assert (myObject (attribute1 "attr55409") ) ) +(assert (myObject (attribute1 "attr55410") ) ) +(assert (myObject (attribute1 "attr55411") ) ) +(assert (myObject (attribute1 "attr55412") ) ) +(assert (myObject (attribute1 "attr55413") ) ) +(assert (myObject (attribute1 "attr55414") ) ) +(assert (myObject (attribute1 "attr55415") ) ) +(assert (myObject (attribute1 "attr55416") ) ) +(assert (myObject (attribute1 "attr55417") ) ) +(assert (myObject (attribute1 "attr55418") ) ) +(assert (myObject (attribute1 "attr55419") ) ) +(assert (myObject (attribute1 "attr55420") ) ) +(assert (myObject (attribute1 "attr55421") ) ) +(assert (myObject (attribute1 "attr55422") ) ) +(assert (myObject (attribute1 "attr55423") ) ) +(assert (myObject (attribute1 "attr55424") ) ) +(assert (myObject (attribute1 "attr55425") ) ) +(assert (myObject (attribute1 "attr55426") ) ) +(assert (myObject (attribute1 "attr55427") ) ) +(assert (myObject (attribute1 "attr55428") ) ) +(assert (myObject (attribute1 "attr55429") ) ) +(assert (myObject (attribute1 "attr55430") ) ) +(assert (myObject (attribute1 "attr55431") ) ) +(assert (myObject (attribute1 "attr55432") ) ) +(assert (myObject (attribute1 "attr55433") ) ) +(assert (myObject (attribute1 "attr55434") ) ) +(assert (myObject (attribute1 "attr55435") ) ) +(assert (myObject (attribute1 "attr55436") ) ) +(assert (myObject (attribute1 "attr55437") ) ) +(assert (myObject (attribute1 "attr55438") ) ) +(assert (myObject (attribute1 "attr55439") ) ) +(assert (myObject (attribute1 "attr55440") ) ) +(assert (myObject (attribute1 "attr55441") ) ) +(assert (myObject (attribute1 "attr55442") ) ) +(assert (myObject (attribute1 "attr55443") ) ) +(assert (myObject (attribute1 "attr55444") ) ) +(assert (myObject (attribute1 "attr55445") ) ) +(assert (myObject (attribute1 "attr55446") ) ) +(assert (myObject (attribute1 "attr55447") ) ) +(assert (myObject (attribute1 "attr55448") ) ) +(assert (myObject (attribute1 "attr55449") ) ) +(assert (myObject (attribute1 "attr55450") ) ) +(assert (myObject (attribute1 "attr55451") ) ) +(assert (myObject (attribute1 "attr55452") ) ) +(assert (myObject (attribute1 "attr55453") ) ) +(assert (myObject (attribute1 "attr55454") ) ) +(assert (myObject (attribute1 "attr55455") ) ) +(assert (myObject (attribute1 "attr55456") ) ) +(assert (myObject (attribute1 "attr55457") ) ) +(assert (myObject (attribute1 "attr55458") ) ) +(assert (myObject (attribute1 "attr55459") ) ) +(assert (myObject (attribute1 "attr55460") ) ) +(assert (myObject (attribute1 "attr55461") ) ) +(assert (myObject (attribute1 "attr55462") ) ) +(assert (myObject (attribute1 "attr55463") ) ) +(assert (myObject (attribute1 "attr55464") ) ) +(assert (myObject (attribute1 "attr55465") ) ) +(assert (myObject (attribute1 "attr55466") ) ) +(assert (myObject (attribute1 "attr55467") ) ) +(assert (myObject (attribute1 "attr55468") ) ) +(assert (myObject (attribute1 "attr55469") ) ) +(assert (myObject (attribute1 "attr55470") ) ) +(assert (myObject (attribute1 "attr55471") ) ) +(assert (myObject (attribute1 "attr55472") ) ) +(assert (myObject (attribute1 "attr55473") ) ) +(assert (myObject (attribute1 "attr55474") ) ) +(assert (myObject (attribute1 "attr55475") ) ) +(assert (myObject (attribute1 "attr55476") ) ) +(assert (myObject (attribute1 "attr55477") ) ) +(assert (myObject (attribute1 "attr55478") ) ) +(assert (myObject (attribute1 "attr55479") ) ) +(assert (myObject (attribute1 "attr55480") ) ) +(assert (myObject (attribute1 "attr55481") ) ) +(assert (myObject (attribute1 "attr55482") ) ) +(assert (myObject (attribute1 "attr55483") ) ) +(assert (myObject (attribute1 "attr55484") ) ) +(assert (myObject (attribute1 "attr55485") ) ) +(assert (myObject (attribute1 "attr55486") ) ) +(assert (myObject (attribute1 "attr55487") ) ) +(assert (myObject (attribute1 "attr55488") ) ) +(assert (myObject (attribute1 "attr55489") ) ) +(assert (myObject (attribute1 "attr55490") ) ) +(assert (myObject (attribute1 "attr55491") ) ) +(assert (myObject (attribute1 "attr55492") ) ) +(assert (myObject (attribute1 "attr55493") ) ) +(assert (myObject (attribute1 "attr55494") ) ) +(assert (myObject (attribute1 "attr55495") ) ) +(assert (myObject (attribute1 "attr55496") ) ) +(assert (myObject (attribute1 "attr55497") ) ) +(assert (myObject (attribute1 "attr55498") ) ) +(assert (myObject (attribute1 "attr55499") ) ) +(assert (myObject (attribute1 "attr55500") ) ) +(assert (myObject (attribute1 "attr55501") ) ) +(assert (myObject (attribute1 "attr55502") ) ) +(assert (myObject (attribute1 "attr55503") ) ) +(assert (myObject (attribute1 "attr55504") ) ) +(assert (myObject (attribute1 "attr55505") ) ) +(assert (myObject (attribute1 "attr55506") ) ) +(assert (myObject (attribute1 "attr55507") ) ) +(assert (myObject (attribute1 "attr55508") ) ) +(assert (myObject (attribute1 "attr55509") ) ) +(assert (myObject (attribute1 "attr55510") ) ) +(assert (myObject (attribute1 "attr55511") ) ) +(assert (myObject (attribute1 "attr55512") ) ) +(assert (myObject (attribute1 "attr55513") ) ) +(assert (myObject (attribute1 "attr55514") ) ) +(assert (myObject (attribute1 "attr55515") ) ) +(assert (myObject (attribute1 "attr55516") ) ) +(assert (myObject (attribute1 "attr55517") ) ) +(assert (myObject (attribute1 "attr55518") ) ) +(assert (myObject (attribute1 "attr55519") ) ) +(assert (myObject (attribute1 "attr55520") ) ) +(assert (myObject (attribute1 "attr55521") ) ) +(assert (myObject (attribute1 "attr55522") ) ) +(assert (myObject (attribute1 "attr55523") ) ) +(assert (myObject (attribute1 "attr55524") ) ) +(assert (myObject (attribute1 "attr55525") ) ) +(assert (myObject (attribute1 "attr55526") ) ) +(assert (myObject (attribute1 "attr55527") ) ) +(assert (myObject (attribute1 "attr55528") ) ) +(assert (myObject (attribute1 "attr55529") ) ) +(assert (myObject (attribute1 "attr55530") ) ) +(assert (myObject (attribute1 "attr55531") ) ) +(assert (myObject (attribute1 "attr55532") ) ) +(assert (myObject (attribute1 "attr55533") ) ) +(assert (myObject (attribute1 "attr55534") ) ) +(assert (myObject (attribute1 "attr55535") ) ) +(assert (myObject (attribute1 "attr55536") ) ) +(assert (myObject (attribute1 "attr55537") ) ) +(assert (myObject (attribute1 "attr55538") ) ) +(assert (myObject (attribute1 "attr55539") ) ) +(assert (myObject (attribute1 "attr55540") ) ) +(assert (myObject (attribute1 "attr55541") ) ) +(assert (myObject (attribute1 "attr55542") ) ) +(assert (myObject (attribute1 "attr55543") ) ) +(assert (myObject (attribute1 "attr55544") ) ) +(assert (myObject (attribute1 "attr55545") ) ) +(assert (myObject (attribute1 "attr55546") ) ) +(assert (myObject (attribute1 "attr55547") ) ) +(assert (myObject (attribute1 "attr55548") ) ) +(assert (myObject (attribute1 "attr55549") ) ) +(assert (myObject (attribute1 "attr55550") ) ) +(assert (myObject (attribute1 "attr55551") ) ) +(assert (myObject (attribute1 "attr55552") ) ) +(assert (myObject (attribute1 "attr55553") ) ) +(assert (myObject (attribute1 "attr55554") ) ) +(assert (myObject (attribute1 "attr55555") ) ) +(assert (myObject (attribute1 "attr55556") ) ) +(assert (myObject (attribute1 "attr55557") ) ) +(assert (myObject (attribute1 "attr55558") ) ) +(assert (myObject (attribute1 "attr55559") ) ) +(assert (myObject (attribute1 "attr55560") ) ) +(assert (myObject (attribute1 "attr55561") ) ) +(assert (myObject (attribute1 "attr55562") ) ) +(assert (myObject (attribute1 "attr55563") ) ) +(assert (myObject (attribute1 "attr55564") ) ) +(assert (myObject (attribute1 "attr55565") ) ) +(assert (myObject (attribute1 "attr55566") ) ) +(assert (myObject (attribute1 "attr55567") ) ) +(assert (myObject (attribute1 "attr55568") ) ) +(assert (myObject (attribute1 "attr55569") ) ) +(assert (myObject (attribute1 "attr55570") ) ) +(assert (myObject (attribute1 "attr55571") ) ) +(assert (myObject (attribute1 "attr55572") ) ) +(assert (myObject (attribute1 "attr55573") ) ) +(assert (myObject (attribute1 "attr55574") ) ) +(assert (myObject (attribute1 "attr55575") ) ) +(assert (myObject (attribute1 "attr55576") ) ) +(assert (myObject (attribute1 "attr55577") ) ) +(assert (myObject (attribute1 "attr55578") ) ) +(assert (myObject (attribute1 "attr55579") ) ) +(assert (myObject (attribute1 "attr55580") ) ) +(assert (myObject (attribute1 "attr55581") ) ) +(assert (myObject (attribute1 "attr55582") ) ) +(assert (myObject (attribute1 "attr55583") ) ) +(assert (myObject (attribute1 "attr55584") ) ) +(assert (myObject (attribute1 "attr55585") ) ) +(assert (myObject (attribute1 "attr55586") ) ) +(assert (myObject (attribute1 "attr55587") ) ) +(assert (myObject (attribute1 "attr55588") ) ) +(assert (myObject (attribute1 "attr55589") ) ) +(assert (myObject (attribute1 "attr55590") ) ) +(assert (myObject (attribute1 "attr55591") ) ) +(assert (myObject (attribute1 "attr55592") ) ) +(assert (myObject (attribute1 "attr55593") ) ) +(assert (myObject (attribute1 "attr55594") ) ) +(assert (myObject (attribute1 "attr55595") ) ) +(assert (myObject (attribute1 "attr55596") ) ) +(assert (myObject (attribute1 "attr55597") ) ) +(assert (myObject (attribute1 "attr55598") ) ) +(assert (myObject (attribute1 "attr55599") ) ) +(assert (myObject (attribute1 "attr55600") ) ) +(assert (myObject (attribute1 "attr55601") ) ) +(assert (myObject (attribute1 "attr55602") ) ) +(assert (myObject (attribute1 "attr55603") ) ) +(assert (myObject (attribute1 "attr55604") ) ) +(assert (myObject (attribute1 "attr55605") ) ) +(assert (myObject (attribute1 "attr55606") ) ) +(assert (myObject (attribute1 "attr55607") ) ) +(assert (myObject (attribute1 "attr55608") ) ) +(assert (myObject (attribute1 "attr55609") ) ) +(assert (myObject (attribute1 "attr55610") ) ) +(assert (myObject (attribute1 "attr55611") ) ) +(assert (myObject (attribute1 "attr55612") ) ) +(assert (myObject (attribute1 "attr55613") ) ) +(assert (myObject (attribute1 "attr55614") ) ) +(assert (myObject (attribute1 "attr55615") ) ) +(assert (myObject (attribute1 "attr55616") ) ) +(assert (myObject (attribute1 "attr55617") ) ) +(assert (myObject (attribute1 "attr55618") ) ) +(assert (myObject (attribute1 "attr55619") ) ) +(assert (myObject (attribute1 "attr55620") ) ) +(assert (myObject (attribute1 "attr55621") ) ) +(assert (myObject (attribute1 "attr55622") ) ) +(assert (myObject (attribute1 "attr55623") ) ) +(assert (myObject (attribute1 "attr55624") ) ) +(assert (myObject (attribute1 "attr55625") ) ) +(assert (myObject (attribute1 "attr55626") ) ) +(assert (myObject (attribute1 "attr55627") ) ) +(assert (myObject (attribute1 "attr55628") ) ) +(assert (myObject (attribute1 "attr55629") ) ) +(assert (myObject (attribute1 "attr55630") ) ) +(assert (myObject (attribute1 "attr55631") ) ) +(assert (myObject (attribute1 "attr55632") ) ) +(assert (myObject (attribute1 "attr55633") ) ) +(assert (myObject (attribute1 "attr55634") ) ) +(assert (myObject (attribute1 "attr55635") ) ) +(assert (myObject (attribute1 "attr55636") ) ) +(assert (myObject (attribute1 "attr55637") ) ) +(assert (myObject (attribute1 "attr55638") ) ) +(assert (myObject (attribute1 "attr55639") ) ) +(assert (myObject (attribute1 "attr55640") ) ) +(assert (myObject (attribute1 "attr55641") ) ) +(assert (myObject (attribute1 "attr55642") ) ) +(assert (myObject (attribute1 "attr55643") ) ) +(assert (myObject (attribute1 "attr55644") ) ) +(assert (myObject (attribute1 "attr55645") ) ) +(assert (myObject (attribute1 "attr55646") ) ) +(assert (myObject (attribute1 "attr55647") ) ) +(assert (myObject (attribute1 "attr55648") ) ) +(assert (myObject (attribute1 "attr55649") ) ) +(assert (myObject (attribute1 "attr55650") ) ) +(assert (myObject (attribute1 "attr55651") ) ) +(assert (myObject (attribute1 "attr55652") ) ) +(assert (myObject (attribute1 "attr55653") ) ) +(assert (myObject (attribute1 "attr55654") ) ) +(assert (myObject (attribute1 "attr55655") ) ) +(assert (myObject (attribute1 "attr55656") ) ) +(assert (myObject (attribute1 "attr55657") ) ) +(assert (myObject (attribute1 "attr55658") ) ) +(assert (myObject (attribute1 "attr55659") ) ) +(assert (myObject (attribute1 "attr55660") ) ) +(assert (myObject (attribute1 "attr55661") ) ) +(assert (myObject (attribute1 "attr55662") ) ) +(assert (myObject (attribute1 "attr55663") ) ) +(assert (myObject (attribute1 "attr55664") ) ) +(assert (myObject (attribute1 "attr55665") ) ) +(assert (myObject (attribute1 "attr55666") ) ) +(assert (myObject (attribute1 "attr55667") ) ) +(assert (myObject (attribute1 "attr55668") ) ) +(assert (myObject (attribute1 "attr55669") ) ) +(assert (myObject (attribute1 "attr55670") ) ) +(assert (myObject (attribute1 "attr55671") ) ) +(assert (myObject (attribute1 "attr55672") ) ) +(assert (myObject (attribute1 "attr55673") ) ) +(assert (myObject (attribute1 "attr55674") ) ) +(assert (myObject (attribute1 "attr55675") ) ) +(assert (myObject (attribute1 "attr55676") ) ) +(assert (myObject (attribute1 "attr55677") ) ) +(assert (myObject (attribute1 "attr55678") ) ) +(assert (myObject (attribute1 "attr55679") ) ) +(assert (myObject (attribute1 "attr55680") ) ) +(assert (myObject (attribute1 "attr55681") ) ) +(assert (myObject (attribute1 "attr55682") ) ) +(assert (myObject (attribute1 "attr55683") ) ) +(assert (myObject (attribute1 "attr55684") ) ) +(assert (myObject (attribute1 "attr55685") ) ) +(assert (myObject (attribute1 "attr55686") ) ) +(assert (myObject (attribute1 "attr55687") ) ) +(assert (myObject (attribute1 "attr55688") ) ) +(assert (myObject (attribute1 "attr55689") ) ) +(assert (myObject (attribute1 "attr55690") ) ) +(assert (myObject (attribute1 "attr55691") ) ) +(assert (myObject (attribute1 "attr55692") ) ) +(assert (myObject (attribute1 "attr55693") ) ) +(assert (myObject (attribute1 "attr55694") ) ) +(assert (myObject (attribute1 "attr55695") ) ) +(assert (myObject (attribute1 "attr55696") ) ) +(assert (myObject (attribute1 "attr55697") ) ) +(assert (myObject (attribute1 "attr55698") ) ) +(assert (myObject (attribute1 "attr55699") ) ) +(assert (myObject (attribute1 "attr55700") ) ) +(assert (myObject (attribute1 "attr55701") ) ) +(assert (myObject (attribute1 "attr55702") ) ) +(assert (myObject (attribute1 "attr55703") ) ) +(assert (myObject (attribute1 "attr55704") ) ) +(assert (myObject (attribute1 "attr55705") ) ) +(assert (myObject (attribute1 "attr55706") ) ) +(assert (myObject (attribute1 "attr55707") ) ) +(assert (myObject (attribute1 "attr55708") ) ) +(assert (myObject (attribute1 "attr55709") ) ) +(assert (myObject (attribute1 "attr55710") ) ) +(assert (myObject (attribute1 "attr55711") ) ) +(assert (myObject (attribute1 "attr55712") ) ) +(assert (myObject (attribute1 "attr55713") ) ) +(assert (myObject (attribute1 "attr55714") ) ) +(assert (myObject (attribute1 "attr55715") ) ) +(assert (myObject (attribute1 "attr55716") ) ) +(assert (myObject (attribute1 "attr55717") ) ) +(assert (myObject (attribute1 "attr55718") ) ) +(assert (myObject (attribute1 "attr55719") ) ) +(assert (myObject (attribute1 "attr55720") ) ) +(assert (myObject (attribute1 "attr55721") ) ) +(assert (myObject (attribute1 "attr55722") ) ) +(assert (myObject (attribute1 "attr55723") ) ) +(assert (myObject (attribute1 "attr55724") ) ) +(assert (myObject (attribute1 "attr55725") ) ) +(assert (myObject (attribute1 "attr55726") ) ) +(assert (myObject (attribute1 "attr55727") ) ) +(assert (myObject (attribute1 "attr55728") ) ) +(assert (myObject (attribute1 "attr55729") ) ) +(assert (myObject (attribute1 "attr55730") ) ) +(assert (myObject (attribute1 "attr55731") ) ) +(assert (myObject (attribute1 "attr55732") ) ) +(assert (myObject (attribute1 "attr55733") ) ) +(assert (myObject (attribute1 "attr55734") ) ) +(assert (myObject (attribute1 "attr55735") ) ) +(assert (myObject (attribute1 "attr55736") ) ) +(assert (myObject (attribute1 "attr55737") ) ) +(assert (myObject (attribute1 "attr55738") ) ) +(assert (myObject (attribute1 "attr55739") ) ) +(assert (myObject (attribute1 "attr55740") ) ) +(assert (myObject (attribute1 "attr55741") ) ) +(assert (myObject (attribute1 "attr55742") ) ) +(assert (myObject (attribute1 "attr55743") ) ) +(assert (myObject (attribute1 "attr55744") ) ) +(assert (myObject (attribute1 "attr55745") ) ) +(assert (myObject (attribute1 "attr55746") ) ) +(assert (myObject (attribute1 "attr55747") ) ) +(assert (myObject (attribute1 "attr55748") ) ) +(assert (myObject (attribute1 "attr55749") ) ) +(assert (myObject (attribute1 "attr55750") ) ) +(assert (myObject (attribute1 "attr55751") ) ) +(assert (myObject (attribute1 "attr55752") ) ) +(assert (myObject (attribute1 "attr55753") ) ) +(assert (myObject (attribute1 "attr55754") ) ) +(assert (myObject (attribute1 "attr55755") ) ) +(assert (myObject (attribute1 "attr55756") ) ) +(assert (myObject (attribute1 "attr55757") ) ) +(assert (myObject (attribute1 "attr55758") ) ) +(assert (myObject (attribute1 "attr55759") ) ) +(assert (myObject (attribute1 "attr55760") ) ) +(assert (myObject (attribute1 "attr55761") ) ) +(assert (myObject (attribute1 "attr55762") ) ) +(assert (myObject (attribute1 "attr55763") ) ) +(assert (myObject (attribute1 "attr55764") ) ) +(assert (myObject (attribute1 "attr55765") ) ) +(assert (myObject (attribute1 "attr55766") ) ) +(assert (myObject (attribute1 "attr55767") ) ) +(assert (myObject (attribute1 "attr55768") ) ) +(assert (myObject (attribute1 "attr55769") ) ) +(assert (myObject (attribute1 "attr55770") ) ) +(assert (myObject (attribute1 "attr55771") ) ) +(assert (myObject (attribute1 "attr55772") ) ) +(assert (myObject (attribute1 "attr55773") ) ) +(assert (myObject (attribute1 "attr55774") ) ) +(assert (myObject (attribute1 "attr55775") ) ) +(assert (myObject (attribute1 "attr55776") ) ) +(assert (myObject (attribute1 "attr55777") ) ) +(assert (myObject (attribute1 "attr55778") ) ) +(assert (myObject (attribute1 "attr55779") ) ) +(assert (myObject (attribute1 "attr55780") ) ) +(assert (myObject (attribute1 "attr55781") ) ) +(assert (myObject (attribute1 "attr55782") ) ) +(assert (myObject (attribute1 "attr55783") ) ) +(assert (myObject (attribute1 "attr55784") ) ) +(assert (myObject (attribute1 "attr55785") ) ) +(assert (myObject (attribute1 "attr55786") ) ) +(assert (myObject (attribute1 "attr55787") ) ) +(assert (myObject (attribute1 "attr55788") ) ) +(assert (myObject (attribute1 "attr55789") ) ) +(assert (myObject (attribute1 "attr55790") ) ) +(assert (myObject (attribute1 "attr55791") ) ) +(assert (myObject (attribute1 "attr55792") ) ) +(assert (myObject (attribute1 "attr55793") ) ) +(assert (myObject (attribute1 "attr55794") ) ) +(assert (myObject (attribute1 "attr55795") ) ) +(assert (myObject (attribute1 "attr55796") ) ) +(assert (myObject (attribute1 "attr55797") ) ) +(assert (myObject (attribute1 "attr55798") ) ) +(assert (myObject (attribute1 "attr55799") ) ) +(assert (myObject (attribute1 "attr55800") ) ) +(assert (myObject (attribute1 "attr55801") ) ) +(assert (myObject (attribute1 "attr55802") ) ) +(assert (myObject (attribute1 "attr55803") ) ) +(assert (myObject (attribute1 "attr55804") ) ) +(assert (myObject (attribute1 "attr55805") ) ) +(assert (myObject (attribute1 "attr55806") ) ) +(assert (myObject (attribute1 "attr55807") ) ) +(assert (myObject (attribute1 "attr55808") ) ) +(assert (myObject (attribute1 "attr55809") ) ) +(assert (myObject (attribute1 "attr55810") ) ) +(assert (myObject (attribute1 "attr55811") ) ) +(assert (myObject (attribute1 "attr55812") ) ) +(assert (myObject (attribute1 "attr55813") ) ) +(assert (myObject (attribute1 "attr55814") ) ) +(assert (myObject (attribute1 "attr55815") ) ) +(assert (myObject (attribute1 "attr55816") ) ) +(assert (myObject (attribute1 "attr55817") ) ) +(assert (myObject (attribute1 "attr55818") ) ) +(assert (myObject (attribute1 "attr55819") ) ) +(assert (myObject (attribute1 "attr55820") ) ) +(assert (myObject (attribute1 "attr55821") ) ) +(assert (myObject (attribute1 "attr55822") ) ) +(assert (myObject (attribute1 "attr55823") ) ) +(assert (myObject (attribute1 "attr55824") ) ) +(assert (myObject (attribute1 "attr55825") ) ) +(assert (myObject (attribute1 "attr55826") ) ) +(assert (myObject (attribute1 "attr55827") ) ) +(assert (myObject (attribute1 "attr55828") ) ) +(assert (myObject (attribute1 "attr55829") ) ) +(assert (myObject (attribute1 "attr55830") ) ) +(assert (myObject (attribute1 "attr55831") ) ) +(assert (myObject (attribute1 "attr55832") ) ) +(assert (myObject (attribute1 "attr55833") ) ) +(assert (myObject (attribute1 "attr55834") ) ) +(assert (myObject (attribute1 "attr55835") ) ) +(assert (myObject (attribute1 "attr55836") ) ) +(assert (myObject (attribute1 "attr55837") ) ) +(assert (myObject (attribute1 "attr55838") ) ) +(assert (myObject (attribute1 "attr55839") ) ) +(assert (myObject (attribute1 "attr55840") ) ) +(assert (myObject (attribute1 "attr55841") ) ) +(assert (myObject (attribute1 "attr55842") ) ) +(assert (myObject (attribute1 "attr55843") ) ) +(assert (myObject (attribute1 "attr55844") ) ) +(assert (myObject (attribute1 "attr55845") ) ) +(assert (myObject (attribute1 "attr55846") ) ) +(assert (myObject (attribute1 "attr55847") ) ) +(assert (myObject (attribute1 "attr55848") ) ) +(assert (myObject (attribute1 "attr55849") ) ) +(assert (myObject (attribute1 "attr55850") ) ) +(assert (myObject (attribute1 "attr55851") ) ) +(assert (myObject (attribute1 "attr55852") ) ) +(assert (myObject (attribute1 "attr55853") ) ) +(assert (myObject (attribute1 "attr55854") ) ) +(assert (myObject (attribute1 "attr55855") ) ) +(assert (myObject (attribute1 "attr55856") ) ) +(assert (myObject (attribute1 "attr55857") ) ) +(assert (myObject (attribute1 "attr55858") ) ) +(assert (myObject (attribute1 "attr55859") ) ) +(assert (myObject (attribute1 "attr55860") ) ) +(assert (myObject (attribute1 "attr55861") ) ) +(assert (myObject (attribute1 "attr55862") ) ) +(assert (myObject (attribute1 "attr55863") ) ) +(assert (myObject (attribute1 "attr55864") ) ) +(assert (myObject (attribute1 "attr55865") ) ) +(assert (myObject (attribute1 "attr55866") ) ) +(assert (myObject (attribute1 "attr55867") ) ) +(assert (myObject (attribute1 "attr55868") ) ) +(assert (myObject (attribute1 "attr55869") ) ) +(assert (myObject (attribute1 "attr55870") ) ) +(assert (myObject (attribute1 "attr55871") ) ) +(assert (myObject (attribute1 "attr55872") ) ) +(assert (myObject (attribute1 "attr55873") ) ) +(assert (myObject (attribute1 "attr55874") ) ) +(assert (myObject (attribute1 "attr55875") ) ) +(assert (myObject (attribute1 "attr55876") ) ) +(assert (myObject (attribute1 "attr55877") ) ) +(assert (myObject (attribute1 "attr55878") ) ) +(assert (myObject (attribute1 "attr55879") ) ) +(assert (myObject (attribute1 "attr55880") ) ) +(assert (myObject (attribute1 "attr55881") ) ) +(assert (myObject (attribute1 "attr55882") ) ) +(assert (myObject (attribute1 "attr55883") ) ) +(assert (myObject (attribute1 "attr55884") ) ) +(assert (myObject (attribute1 "attr55885") ) ) +(assert (myObject (attribute1 "attr55886") ) ) +(assert (myObject (attribute1 "attr55887") ) ) +(assert (myObject (attribute1 "attr55888") ) ) +(assert (myObject (attribute1 "attr55889") ) ) +(assert (myObject (attribute1 "attr55890") ) ) +(assert (myObject (attribute1 "attr55891") ) ) +(assert (myObject (attribute1 "attr55892") ) ) +(assert (myObject (attribute1 "attr55893") ) ) +(assert (myObject (attribute1 "attr55894") ) ) +(assert (myObject (attribute1 "attr55895") ) ) +(assert (myObject (attribute1 "attr55896") ) ) +(assert (myObject (attribute1 "attr55897") ) ) +(assert (myObject (attribute1 "attr55898") ) ) +(assert (myObject (attribute1 "attr55899") ) ) +(assert (myObject (attribute1 "attr55900") ) ) +(assert (myObject (attribute1 "attr55901") ) ) +(assert (myObject (attribute1 "attr55902") ) ) +(assert (myObject (attribute1 "attr55903") ) ) +(assert (myObject (attribute1 "attr55904") ) ) +(assert (myObject (attribute1 "attr55905") ) ) +(assert (myObject (attribute1 "attr55906") ) ) +(assert (myObject (attribute1 "attr55907") ) ) +(assert (myObject (attribute1 "attr55908") ) ) +(assert (myObject (attribute1 "attr55909") ) ) +(assert (myObject (attribute1 "attr55910") ) ) +(assert (myObject (attribute1 "attr55911") ) ) +(assert (myObject (attribute1 "attr55912") ) ) +(assert (myObject (attribute1 "attr55913") ) ) +(assert (myObject (attribute1 "attr55914") ) ) +(assert (myObject (attribute1 "attr55915") ) ) +(assert (myObject (attribute1 "attr55916") ) ) +(assert (myObject (attribute1 "attr55917") ) ) +(assert (myObject (attribute1 "attr55918") ) ) +(assert (myObject (attribute1 "attr55919") ) ) +(assert (myObject (attribute1 "attr55920") ) ) +(assert (myObject (attribute1 "attr55921") ) ) +(assert (myObject (attribute1 "attr55922") ) ) +(assert (myObject (attribute1 "attr55923") ) ) +(assert (myObject (attribute1 "attr55924") ) ) +(assert (myObject (attribute1 "attr55925") ) ) +(assert (myObject (attribute1 "attr55926") ) ) +(assert (myObject (attribute1 "attr55927") ) ) +(assert (myObject (attribute1 "attr55928") ) ) +(assert (myObject (attribute1 "attr55929") ) ) +(assert (myObject (attribute1 "attr55930") ) ) +(assert (myObject (attribute1 "attr55931") ) ) +(assert (myObject (attribute1 "attr55932") ) ) +(assert (myObject (attribute1 "attr55933") ) ) +(assert (myObject (attribute1 "attr55934") ) ) +(assert (myObject (attribute1 "attr55935") ) ) +(assert (myObject (attribute1 "attr55936") ) ) +(assert (myObject (attribute1 "attr55937") ) ) +(assert (myObject (attribute1 "attr55938") ) ) +(assert (myObject (attribute1 "attr55939") ) ) +(assert (myObject (attribute1 "attr55940") ) ) +(assert (myObject (attribute1 "attr55941") ) ) +(assert (myObject (attribute1 "attr55942") ) ) +(assert (myObject (attribute1 "attr55943") ) ) +(assert (myObject (attribute1 "attr55944") ) ) +(assert (myObject (attribute1 "attr55945") ) ) +(assert (myObject (attribute1 "attr55946") ) ) +(assert (myObject (attribute1 "attr55947") ) ) +(assert (myObject (attribute1 "attr55948") ) ) +(assert (myObject (attribute1 "attr55949") ) ) +(assert (myObject (attribute1 "attr55950") ) ) +(assert (myObject (attribute1 "attr55951") ) ) +(assert (myObject (attribute1 "attr55952") ) ) +(assert (myObject (attribute1 "attr55953") ) ) +(assert (myObject (attribute1 "attr55954") ) ) +(assert (myObject (attribute1 "attr55955") ) ) +(assert (myObject (attribute1 "attr55956") ) ) +(assert (myObject (attribute1 "attr55957") ) ) +(assert (myObject (attribute1 "attr55958") ) ) +(assert (myObject (attribute1 "attr55959") ) ) +(assert (myObject (attribute1 "attr55960") ) ) +(assert (myObject (attribute1 "attr55961") ) ) +(assert (myObject (attribute1 "attr55962") ) ) +(assert (myObject (attribute1 "attr55963") ) ) +(assert (myObject (attribute1 "attr55964") ) ) +(assert (myObject (attribute1 "attr55965") ) ) +(assert (myObject (attribute1 "attr55966") ) ) +(assert (myObject (attribute1 "attr55967") ) ) +(assert (myObject (attribute1 "attr55968") ) ) +(assert (myObject (attribute1 "attr55969") ) ) +(assert (myObject (attribute1 "attr55970") ) ) +(assert (myObject (attribute1 "attr55971") ) ) +(assert (myObject (attribute1 "attr55972") ) ) +(assert (myObject (attribute1 "attr55973") ) ) +(assert (myObject (attribute1 "attr55974") ) ) +(assert (myObject (attribute1 "attr55975") ) ) +(assert (myObject (attribute1 "attr55976") ) ) +(assert (myObject (attribute1 "attr55977") ) ) +(assert (myObject (attribute1 "attr55978") ) ) +(assert (myObject (attribute1 "attr55979") ) ) +(assert (myObject (attribute1 "attr55980") ) ) +(assert (myObject (attribute1 "attr55981") ) ) +(assert (myObject (attribute1 "attr55982") ) ) +(assert (myObject (attribute1 "attr55983") ) ) +(assert (myObject (attribute1 "attr55984") ) ) +(assert (myObject (attribute1 "attr55985") ) ) +(assert (myObject (attribute1 "attr55986") ) ) +(assert (myObject (attribute1 "attr55987") ) ) +(assert (myObject (attribute1 "attr55988") ) ) +(assert (myObject (attribute1 "attr55989") ) ) +(assert (myObject (attribute1 "attr55990") ) ) +(assert (myObject (attribute1 "attr55991") ) ) +(assert (myObject (attribute1 "attr55992") ) ) +(assert (myObject (attribute1 "attr55993") ) ) +(assert (myObject (attribute1 "attr55994") ) ) +(assert (myObject (attribute1 "attr55995") ) ) +(assert (myObject (attribute1 "attr55996") ) ) +(assert (myObject (attribute1 "attr55997") ) ) +(assert (myObject (attribute1 "attr55998") ) ) +(assert (myObject (attribute1 "attr55999") ) ) +(assert (myObject (attribute1 "attr56000") ) ) +(assert (myObject (attribute1 "attr56001") ) ) +(assert (myObject (attribute1 "attr56002") ) ) +(assert (myObject (attribute1 "attr56003") ) ) +(assert (myObject (attribute1 "attr56004") ) ) +(assert (myObject (attribute1 "attr56005") ) ) +(assert (myObject (attribute1 "attr56006") ) ) +(assert (myObject (attribute1 "attr56007") ) ) +(assert (myObject (attribute1 "attr56008") ) ) +(assert (myObject (attribute1 "attr56009") ) ) +(assert (myObject (attribute1 "attr56010") ) ) +(assert (myObject (attribute1 "attr56011") ) ) +(assert (myObject (attribute1 "attr56012") ) ) +(assert (myObject (attribute1 "attr56013") ) ) +(assert (myObject (attribute1 "attr56014") ) ) +(assert (myObject (attribute1 "attr56015") ) ) +(assert (myObject (attribute1 "attr56016") ) ) +(assert (myObject (attribute1 "attr56017") ) ) +(assert (myObject (attribute1 "attr56018") ) ) +(assert (myObject (attribute1 "attr56019") ) ) +(assert (myObject (attribute1 "attr56020") ) ) +(assert (myObject (attribute1 "attr56021") ) ) +(assert (myObject (attribute1 "attr56022") ) ) +(assert (myObject (attribute1 "attr56023") ) ) +(assert (myObject (attribute1 "attr56024") ) ) +(assert (myObject (attribute1 "attr56025") ) ) +(assert (myObject (attribute1 "attr56026") ) ) +(assert (myObject (attribute1 "attr56027") ) ) +(assert (myObject (attribute1 "attr56028") ) ) +(assert (myObject (attribute1 "attr56029") ) ) +(assert (myObject (attribute1 "attr56030") ) ) +(assert (myObject (attribute1 "attr56031") ) ) +(assert (myObject (attribute1 "attr56032") ) ) +(assert (myObject (attribute1 "attr56033") ) ) +(assert (myObject (attribute1 "attr56034") ) ) +(assert (myObject (attribute1 "attr56035") ) ) +(assert (myObject (attribute1 "attr56036") ) ) +(assert (myObject (attribute1 "attr56037") ) ) +(assert (myObject (attribute1 "attr56038") ) ) +(assert (myObject (attribute1 "attr56039") ) ) +(assert (myObject (attribute1 "attr56040") ) ) +(assert (myObject (attribute1 "attr56041") ) ) +(assert (myObject (attribute1 "attr56042") ) ) +(assert (myObject (attribute1 "attr56043") ) ) +(assert (myObject (attribute1 "attr56044") ) ) +(assert (myObject (attribute1 "attr56045") ) ) +(assert (myObject (attribute1 "attr56046") ) ) +(assert (myObject (attribute1 "attr56047") ) ) +(assert (myObject (attribute1 "attr56048") ) ) +(assert (myObject (attribute1 "attr56049") ) ) +(assert (myObject (attribute1 "attr56050") ) ) +(assert (myObject (attribute1 "attr56051") ) ) +(assert (myObject (attribute1 "attr56052") ) ) +(assert (myObject (attribute1 "attr56053") ) ) +(assert (myObject (attribute1 "attr56054") ) ) +(assert (myObject (attribute1 "attr56055") ) ) +(assert (myObject (attribute1 "attr56056") ) ) +(assert (myObject (attribute1 "attr56057") ) ) +(assert (myObject (attribute1 "attr56058") ) ) +(assert (myObject (attribute1 "attr56059") ) ) +(assert (myObject (attribute1 "attr56060") ) ) +(assert (myObject (attribute1 "attr56061") ) ) +(assert (myObject (attribute1 "attr56062") ) ) +(assert (myObject (attribute1 "attr56063") ) ) +(assert (myObject (attribute1 "attr56064") ) ) +(assert (myObject (attribute1 "attr56065") ) ) +(assert (myObject (attribute1 "attr56066") ) ) +(assert (myObject (attribute1 "attr56067") ) ) +(assert (myObject (attribute1 "attr56068") ) ) +(assert (myObject (attribute1 "attr56069") ) ) +(assert (myObject (attribute1 "attr56070") ) ) +(assert (myObject (attribute1 "attr56071") ) ) +(assert (myObject (attribute1 "attr56072") ) ) +(assert (myObject (attribute1 "attr56073") ) ) +(assert (myObject (attribute1 "attr56074") ) ) +(assert (myObject (attribute1 "attr56075") ) ) +(assert (myObject (attribute1 "attr56076") ) ) +(assert (myObject (attribute1 "attr56077") ) ) +(assert (myObject (attribute1 "attr56078") ) ) +(assert (myObject (attribute1 "attr56079") ) ) +(assert (myObject (attribute1 "attr56080") ) ) +(assert (myObject (attribute1 "attr56081") ) ) +(assert (myObject (attribute1 "attr56082") ) ) +(assert (myObject (attribute1 "attr56083") ) ) +(assert (myObject (attribute1 "attr56084") ) ) +(assert (myObject (attribute1 "attr56085") ) ) +(assert (myObject (attribute1 "attr56086") ) ) +(assert (myObject (attribute1 "attr56087") ) ) +(assert (myObject (attribute1 "attr56088") ) ) +(assert (myObject (attribute1 "attr56089") ) ) +(assert (myObject (attribute1 "attr56090") ) ) +(assert (myObject (attribute1 "attr56091") ) ) +(assert (myObject (attribute1 "attr56092") ) ) +(assert (myObject (attribute1 "attr56093") ) ) +(assert (myObject (attribute1 "attr56094") ) ) +(assert (myObject (attribute1 "attr56095") ) ) +(assert (myObject (attribute1 "attr56096") ) ) +(assert (myObject (attribute1 "attr56097") ) ) +(assert (myObject (attribute1 "attr56098") ) ) +(assert (myObject (attribute1 "attr56099") ) ) +(assert (myObject (attribute1 "attr56100") ) ) +(assert (myObject (attribute1 "attr56101") ) ) +(assert (myObject (attribute1 "attr56102") ) ) +(assert (myObject (attribute1 "attr56103") ) ) +(assert (myObject (attribute1 "attr56104") ) ) +(assert (myObject (attribute1 "attr56105") ) ) +(assert (myObject (attribute1 "attr56106") ) ) +(assert (myObject (attribute1 "attr56107") ) ) +(assert (myObject (attribute1 "attr56108") ) ) +(assert (myObject (attribute1 "attr56109") ) ) +(assert (myObject (attribute1 "attr56110") ) ) +(assert (myObject (attribute1 "attr56111") ) ) +(assert (myObject (attribute1 "attr56112") ) ) +(assert (myObject (attribute1 "attr56113") ) ) +(assert (myObject (attribute1 "attr56114") ) ) +(assert (myObject (attribute1 "attr56115") ) ) +(assert (myObject (attribute1 "attr56116") ) ) +(assert (myObject (attribute1 "attr56117") ) ) +(assert (myObject (attribute1 "attr56118") ) ) +(assert (myObject (attribute1 "attr56119") ) ) +(assert (myObject (attribute1 "attr56120") ) ) +(assert (myObject (attribute1 "attr56121") ) ) +(assert (myObject (attribute1 "attr56122") ) ) +(assert (myObject (attribute1 "attr56123") ) ) +(assert (myObject (attribute1 "attr56124") ) ) +(assert (myObject (attribute1 "attr56125") ) ) +(assert (myObject (attribute1 "attr56126") ) ) +(assert (myObject (attribute1 "attr56127") ) ) +(assert (myObject (attribute1 "attr56128") ) ) +(assert (myObject (attribute1 "attr56129") ) ) +(assert (myObject (attribute1 "attr56130") ) ) +(assert (myObject (attribute1 "attr56131") ) ) +(assert (myObject (attribute1 "attr56132") ) ) +(assert (myObject (attribute1 "attr56133") ) ) +(assert (myObject (attribute1 "attr56134") ) ) +(assert (myObject (attribute1 "attr56135") ) ) +(assert (myObject (attribute1 "attr56136") ) ) +(assert (myObject (attribute1 "attr56137") ) ) +(assert (myObject (attribute1 "attr56138") ) ) +(assert (myObject (attribute1 "attr56139") ) ) +(assert (myObject (attribute1 "attr56140") ) ) +(assert (myObject (attribute1 "attr56141") ) ) +(assert (myObject (attribute1 "attr56142") ) ) +(assert (myObject (attribute1 "attr56143") ) ) +(assert (myObject (attribute1 "attr56144") ) ) +(assert (myObject (attribute1 "attr56145") ) ) +(assert (myObject (attribute1 "attr56146") ) ) +(assert (myObject (attribute1 "attr56147") ) ) +(assert (myObject (attribute1 "attr56148") ) ) +(assert (myObject (attribute1 "attr56149") ) ) +(assert (myObject (attribute1 "attr56150") ) ) +(assert (myObject (attribute1 "attr56151") ) ) +(assert (myObject (attribute1 "attr56152") ) ) +(assert (myObject (attribute1 "attr56153") ) ) +(assert (myObject (attribute1 "attr56154") ) ) +(assert (myObject (attribute1 "attr56155") ) ) +(assert (myObject (attribute1 "attr56156") ) ) +(assert (myObject (attribute1 "attr56157") ) ) +(assert (myObject (attribute1 "attr56158") ) ) +(assert (myObject (attribute1 "attr56159") ) ) +(assert (myObject (attribute1 "attr56160") ) ) +(assert (myObject (attribute1 "attr56161") ) ) +(assert (myObject (attribute1 "attr56162") ) ) +(assert (myObject (attribute1 "attr56163") ) ) +(assert (myObject (attribute1 "attr56164") ) ) +(assert (myObject (attribute1 "attr56165") ) ) +(assert (myObject (attribute1 "attr56166") ) ) +(assert (myObject (attribute1 "attr56167") ) ) +(assert (myObject (attribute1 "attr56168") ) ) +(assert (myObject (attribute1 "attr56169") ) ) +(assert (myObject (attribute1 "attr56170") ) ) +(assert (myObject (attribute1 "attr56171") ) ) +(assert (myObject (attribute1 "attr56172") ) ) +(assert (myObject (attribute1 "attr56173") ) ) +(assert (myObject (attribute1 "attr56174") ) ) +(assert (myObject (attribute1 "attr56175") ) ) +(assert (myObject (attribute1 "attr56176") ) ) +(assert (myObject (attribute1 "attr56177") ) ) +(assert (myObject (attribute1 "attr56178") ) ) +(assert (myObject (attribute1 "attr56179") ) ) +(assert (myObject (attribute1 "attr56180") ) ) +(assert (myObject (attribute1 "attr56181") ) ) +(assert (myObject (attribute1 "attr56182") ) ) +(assert (myObject (attribute1 "attr56183") ) ) +(assert (myObject (attribute1 "attr56184") ) ) +(assert (myObject (attribute1 "attr56185") ) ) +(assert (myObject (attribute1 "attr56186") ) ) +(assert (myObject (attribute1 "attr56187") ) ) +(assert (myObject (attribute1 "attr56188") ) ) +(assert (myObject (attribute1 "attr56189") ) ) +(assert (myObject (attribute1 "attr56190") ) ) +(assert (myObject (attribute1 "attr56191") ) ) +(assert (myObject (attribute1 "attr56192") ) ) +(assert (myObject (attribute1 "attr56193") ) ) +(assert (myObject (attribute1 "attr56194") ) ) +(assert (myObject (attribute1 "attr56195") ) ) +(assert (myObject (attribute1 "attr56196") ) ) +(assert (myObject (attribute1 "attr56197") ) ) +(assert (myObject (attribute1 "attr56198") ) ) +(assert (myObject (attribute1 "attr56199") ) ) +(assert (myObject (attribute1 "attr56200") ) ) +(assert (myObject (attribute1 "attr56201") ) ) +(assert (myObject (attribute1 "attr56202") ) ) +(assert (myObject (attribute1 "attr56203") ) ) +(assert (myObject (attribute1 "attr56204") ) ) +(assert (myObject (attribute1 "attr56205") ) ) +(assert (myObject (attribute1 "attr56206") ) ) +(assert (myObject (attribute1 "attr56207") ) ) +(assert (myObject (attribute1 "attr56208") ) ) +(assert (myObject (attribute1 "attr56209") ) ) +(assert (myObject (attribute1 "attr56210") ) ) +(assert (myObject (attribute1 "attr56211") ) ) +(assert (myObject (attribute1 "attr56212") ) ) +(assert (myObject (attribute1 "attr56213") ) ) +(assert (myObject (attribute1 "attr56214") ) ) +(assert (myObject (attribute1 "attr56215") ) ) +(assert (myObject (attribute1 "attr56216") ) ) +(assert (myObject (attribute1 "attr56217") ) ) +(assert (myObject (attribute1 "attr56218") ) ) +(assert (myObject (attribute1 "attr56219") ) ) +(assert (myObject (attribute1 "attr56220") ) ) +(assert (myObject (attribute1 "attr56221") ) ) +(assert (myObject (attribute1 "attr56222") ) ) +(assert (myObject (attribute1 "attr56223") ) ) +(assert (myObject (attribute1 "attr56224") ) ) +(assert (myObject (attribute1 "attr56225") ) ) +(assert (myObject (attribute1 "attr56226") ) ) +(assert (myObject (attribute1 "attr56227") ) ) +(assert (myObject (attribute1 "attr56228") ) ) +(assert (myObject (attribute1 "attr56229") ) ) +(assert (myObject (attribute1 "attr56230") ) ) +(assert (myObject (attribute1 "attr56231") ) ) +(assert (myObject (attribute1 "attr56232") ) ) +(assert (myObject (attribute1 "attr56233") ) ) +(assert (myObject (attribute1 "attr56234") ) ) +(assert (myObject (attribute1 "attr56235") ) ) +(assert (myObject (attribute1 "attr56236") ) ) +(assert (myObject (attribute1 "attr56237") ) ) +(assert (myObject (attribute1 "attr56238") ) ) +(assert (myObject (attribute1 "attr56239") ) ) +(assert (myObject (attribute1 "attr56240") ) ) +(assert (myObject (attribute1 "attr56241") ) ) +(assert (myObject (attribute1 "attr56242") ) ) +(assert (myObject (attribute1 "attr56243") ) ) +(assert (myObject (attribute1 "attr56244") ) ) +(assert (myObject (attribute1 "attr56245") ) ) +(assert (myObject (attribute1 "attr56246") ) ) +(assert (myObject (attribute1 "attr56247") ) ) +(assert (myObject (attribute1 "attr56248") ) ) +(assert (myObject (attribute1 "attr56249") ) ) +(assert (myObject (attribute1 "attr56250") ) ) +(assert (myObject (attribute1 "attr56251") ) ) +(assert (myObject (attribute1 "attr56252") ) ) +(assert (myObject (attribute1 "attr56253") ) ) +(assert (myObject (attribute1 "attr56254") ) ) +(assert (myObject (attribute1 "attr56255") ) ) +(assert (myObject (attribute1 "attr56256") ) ) +(assert (myObject (attribute1 "attr56257") ) ) +(assert (myObject (attribute1 "attr56258") ) ) +(assert (myObject (attribute1 "attr56259") ) ) +(assert (myObject (attribute1 "attr56260") ) ) +(assert (myObject (attribute1 "attr56261") ) ) +(assert (myObject (attribute1 "attr56262") ) ) +(assert (myObject (attribute1 "attr56263") ) ) +(assert (myObject (attribute1 "attr56264") ) ) +(assert (myObject (attribute1 "attr56265") ) ) +(assert (myObject (attribute1 "attr56266") ) ) +(assert (myObject (attribute1 "attr56267") ) ) +(assert (myObject (attribute1 "attr56268") ) ) +(assert (myObject (attribute1 "attr56269") ) ) +(assert (myObject (attribute1 "attr56270") ) ) +(assert (myObject (attribute1 "attr56271") ) ) +(assert (myObject (attribute1 "attr56272") ) ) +(assert (myObject (attribute1 "attr56273") ) ) +(assert (myObject (attribute1 "attr56274") ) ) +(assert (myObject (attribute1 "attr56275") ) ) +(assert (myObject (attribute1 "attr56276") ) ) +(assert (myObject (attribute1 "attr56277") ) ) +(assert (myObject (attribute1 "attr56278") ) ) +(assert (myObject (attribute1 "attr56279") ) ) +(assert (myObject (attribute1 "attr56280") ) ) +(assert (myObject (attribute1 "attr56281") ) ) +(assert (myObject (attribute1 "attr56282") ) ) +(assert (myObject (attribute1 "attr56283") ) ) +(assert (myObject (attribute1 "attr56284") ) ) +(assert (myObject (attribute1 "attr56285") ) ) +(assert (myObject (attribute1 "attr56286") ) ) +(assert (myObject (attribute1 "attr56287") ) ) +(assert (myObject (attribute1 "attr56288") ) ) +(assert (myObject (attribute1 "attr56289") ) ) +(assert (myObject (attribute1 "attr56290") ) ) +(assert (myObject (attribute1 "attr56291") ) ) +(assert (myObject (attribute1 "attr56292") ) ) +(assert (myObject (attribute1 "attr56293") ) ) +(assert (myObject (attribute1 "attr56294") ) ) +(assert (myObject (attribute1 "attr56295") ) ) +(assert (myObject (attribute1 "attr56296") ) ) +(assert (myObject (attribute1 "attr56297") ) ) +(assert (myObject (attribute1 "attr56298") ) ) +(assert (myObject (attribute1 "attr56299") ) ) +(assert (myObject (attribute1 "attr56300") ) ) +(assert (myObject (attribute1 "attr56301") ) ) +(assert (myObject (attribute1 "attr56302") ) ) +(assert (myObject (attribute1 "attr56303") ) ) +(assert (myObject (attribute1 "attr56304") ) ) +(assert (myObject (attribute1 "attr56305") ) ) +(assert (myObject (attribute1 "attr56306") ) ) +(assert (myObject (attribute1 "attr56307") ) ) +(assert (myObject (attribute1 "attr56308") ) ) +(assert (myObject (attribute1 "attr56309") ) ) +(assert (myObject (attribute1 "attr56310") ) ) +(assert (myObject (attribute1 "attr56311") ) ) +(assert (myObject (attribute1 "attr56312") ) ) +(assert (myObject (attribute1 "attr56313") ) ) +(assert (myObject (attribute1 "attr56314") ) ) +(assert (myObject (attribute1 "attr56315") ) ) +(assert (myObject (attribute1 "attr56316") ) ) +(assert (myObject (attribute1 "attr56317") ) ) +(assert (myObject (attribute1 "attr56318") ) ) +(assert (myObject (attribute1 "attr56319") ) ) +(assert (myObject (attribute1 "attr56320") ) ) +(assert (myObject (attribute1 "attr56321") ) ) +(assert (myObject (attribute1 "attr56322") ) ) +(assert (myObject (attribute1 "attr56323") ) ) +(assert (myObject (attribute1 "attr56324") ) ) +(assert (myObject (attribute1 "attr56325") ) ) +(assert (myObject (attribute1 "attr56326") ) ) +(assert (myObject (attribute1 "attr56327") ) ) +(assert (myObject (attribute1 "attr56328") ) ) +(assert (myObject (attribute1 "attr56329") ) ) +(assert (myObject (attribute1 "attr56330") ) ) +(assert (myObject (attribute1 "attr56331") ) ) +(assert (myObject (attribute1 "attr56332") ) ) +(assert (myObject (attribute1 "attr56333") ) ) +(assert (myObject (attribute1 "attr56334") ) ) +(assert (myObject (attribute1 "attr56335") ) ) +(assert (myObject (attribute1 "attr56336") ) ) +(assert (myObject (attribute1 "attr56337") ) ) +(assert (myObject (attribute1 "attr56338") ) ) +(assert (myObject (attribute1 "attr56339") ) ) +(assert (myObject (attribute1 "attr56340") ) ) +(assert (myObject (attribute1 "attr56341") ) ) +(assert (myObject (attribute1 "attr56342") ) ) +(assert (myObject (attribute1 "attr56343") ) ) +(assert (myObject (attribute1 "attr56344") ) ) +(assert (myObject (attribute1 "attr56345") ) ) +(assert (myObject (attribute1 "attr56346") ) ) +(assert (myObject (attribute1 "attr56347") ) ) +(assert (myObject (attribute1 "attr56348") ) ) +(assert (myObject (attribute1 "attr56349") ) ) +(assert (myObject (attribute1 "attr56350") ) ) +(assert (myObject (attribute1 "attr56351") ) ) +(assert (myObject (attribute1 "attr56352") ) ) +(assert (myObject (attribute1 "attr56353") ) ) +(assert (myObject (attribute1 "attr56354") ) ) +(assert (myObject (attribute1 "attr56355") ) ) +(assert (myObject (attribute1 "attr56356") ) ) +(assert (myObject (attribute1 "attr56357") ) ) +(assert (myObject (attribute1 "attr56358") ) ) +(assert (myObject (attribute1 "attr56359") ) ) +(assert (myObject (attribute1 "attr56360") ) ) +(assert (myObject (attribute1 "attr56361") ) ) +(assert (myObject (attribute1 "attr56362") ) ) +(assert (myObject (attribute1 "attr56363") ) ) +(assert (myObject (attribute1 "attr56364") ) ) +(assert (myObject (attribute1 "attr56365") ) ) +(assert (myObject (attribute1 "attr56366") ) ) +(assert (myObject (attribute1 "attr56367") ) ) +(assert (myObject (attribute1 "attr56368") ) ) +(assert (myObject (attribute1 "attr56369") ) ) +(assert (myObject (attribute1 "attr56370") ) ) +(assert (myObject (attribute1 "attr56371") ) ) +(assert (myObject (attribute1 "attr56372") ) ) +(assert (myObject (attribute1 "attr56373") ) ) +(assert (myObject (attribute1 "attr56374") ) ) +(assert (myObject (attribute1 "attr56375") ) ) +(assert (myObject (attribute1 "attr56376") ) ) +(assert (myObject (attribute1 "attr56377") ) ) +(assert (myObject (attribute1 "attr56378") ) ) +(assert (myObject (attribute1 "attr56379") ) ) +(assert (myObject (attribute1 "attr56380") ) ) +(assert (myObject (attribute1 "attr56381") ) ) +(assert (myObject (attribute1 "attr56382") ) ) +(assert (myObject (attribute1 "attr56383") ) ) +(assert (myObject (attribute1 "attr56384") ) ) +(assert (myObject (attribute1 "attr56385") ) ) +(assert (myObject (attribute1 "attr56386") ) ) +(assert (myObject (attribute1 "attr56387") ) ) +(assert (myObject (attribute1 "attr56388") ) ) +(assert (myObject (attribute1 "attr56389") ) ) +(assert (myObject (attribute1 "attr56390") ) ) +(assert (myObject (attribute1 "attr56391") ) ) +(assert (myObject (attribute1 "attr56392") ) ) +(assert (myObject (attribute1 "attr56393") ) ) +(assert (myObject (attribute1 "attr56394") ) ) +(assert (myObject (attribute1 "attr56395") ) ) +(assert (myObject (attribute1 "attr56396") ) ) +(assert (myObject (attribute1 "attr56397") ) ) +(assert (myObject (attribute1 "attr56398") ) ) +(assert (myObject (attribute1 "attr56399") ) ) +(assert (myObject (attribute1 "attr56400") ) ) +(assert (myObject (attribute1 "attr56401") ) ) +(assert (myObject (attribute1 "attr56402") ) ) +(assert (myObject (attribute1 "attr56403") ) ) +(assert (myObject (attribute1 "attr56404") ) ) +(assert (myObject (attribute1 "attr56405") ) ) +(assert (myObject (attribute1 "attr56406") ) ) +(assert (myObject (attribute1 "attr56407") ) ) +(assert (myObject (attribute1 "attr56408") ) ) +(assert (myObject (attribute1 "attr56409") ) ) +(assert (myObject (attribute1 "attr56410") ) ) +(assert (myObject (attribute1 "attr56411") ) ) +(assert (myObject (attribute1 "attr56412") ) ) +(assert (myObject (attribute1 "attr56413") ) ) +(assert (myObject (attribute1 "attr56414") ) ) +(assert (myObject (attribute1 "attr56415") ) ) +(assert (myObject (attribute1 "attr56416") ) ) +(assert (myObject (attribute1 "attr56417") ) ) +(assert (myObject (attribute1 "attr56418") ) ) +(assert (myObject (attribute1 "attr56419") ) ) +(assert (myObject (attribute1 "attr56420") ) ) +(assert (myObject (attribute1 "attr56421") ) ) +(assert (myObject (attribute1 "attr56422") ) ) +(assert (myObject (attribute1 "attr56423") ) ) +(assert (myObject (attribute1 "attr56424") ) ) +(assert (myObject (attribute1 "attr56425") ) ) +(assert (myObject (attribute1 "attr56426") ) ) +(assert (myObject (attribute1 "attr56427") ) ) +(assert (myObject (attribute1 "attr56428") ) ) +(assert (myObject (attribute1 "attr56429") ) ) +(assert (myObject (attribute1 "attr56430") ) ) +(assert (myObject (attribute1 "attr56431") ) ) +(assert (myObject (attribute1 "attr56432") ) ) +(assert (myObject (attribute1 "attr56433") ) ) +(assert (myObject (attribute1 "attr56434") ) ) +(assert (myObject (attribute1 "attr56435") ) ) +(assert (myObject (attribute1 "attr56436") ) ) +(assert (myObject (attribute1 "attr56437") ) ) +(assert (myObject (attribute1 "attr56438") ) ) +(assert (myObject (attribute1 "attr56439") ) ) +(assert (myObject (attribute1 "attr56440") ) ) +(assert (myObject (attribute1 "attr56441") ) ) +(assert (myObject (attribute1 "attr56442") ) ) +(assert (myObject (attribute1 "attr56443") ) ) +(assert (myObject (attribute1 "attr56444") ) ) +(assert (myObject (attribute1 "attr56445") ) ) +(assert (myObject (attribute1 "attr56446") ) ) +(assert (myObject (attribute1 "attr56447") ) ) +(assert (myObject (attribute1 "attr56448") ) ) +(assert (myObject (attribute1 "attr56449") ) ) +(assert (myObject (attribute1 "attr56450") ) ) +(assert (myObject (attribute1 "attr56451") ) ) +(assert (myObject (attribute1 "attr56452") ) ) +(assert (myObject (attribute1 "attr56453") ) ) +(assert (myObject (attribute1 "attr56454") ) ) +(assert (myObject (attribute1 "attr56455") ) ) +(assert (myObject (attribute1 "attr56456") ) ) +(assert (myObject (attribute1 "attr56457") ) ) +(assert (myObject (attribute1 "attr56458") ) ) +(assert (myObject (attribute1 "attr56459") ) ) +(assert (myObject (attribute1 "attr56460") ) ) +(assert (myObject (attribute1 "attr56461") ) ) +(assert (myObject (attribute1 "attr56462") ) ) +(assert (myObject (attribute1 "attr56463") ) ) +(assert (myObject (attribute1 "attr56464") ) ) +(assert (myObject (attribute1 "attr56465") ) ) +(assert (myObject (attribute1 "attr56466") ) ) +(assert (myObject (attribute1 "attr56467") ) ) +(assert (myObject (attribute1 "attr56468") ) ) +(assert (myObject (attribute1 "attr56469") ) ) +(assert (myObject (attribute1 "attr56470") ) ) +(assert (myObject (attribute1 "attr56471") ) ) +(assert (myObject (attribute1 "attr56472") ) ) +(assert (myObject (attribute1 "attr56473") ) ) +(assert (myObject (attribute1 "attr56474") ) ) +(assert (myObject (attribute1 "attr56475") ) ) +(assert (myObject (attribute1 "attr56476") ) ) +(assert (myObject (attribute1 "attr56477") ) ) +(assert (myObject (attribute1 "attr56478") ) ) +(assert (myObject (attribute1 "attr56479") ) ) +(assert (myObject (attribute1 "attr56480") ) ) +(assert (myObject (attribute1 "attr56481") ) ) +(assert (myObject (attribute1 "attr56482") ) ) +(assert (myObject (attribute1 "attr56483") ) ) +(assert (myObject (attribute1 "attr56484") ) ) +(assert (myObject (attribute1 "attr56485") ) ) +(assert (myObject (attribute1 "attr56486") ) ) +(assert (myObject (attribute1 "attr56487") ) ) +(assert (myObject (attribute1 "attr56488") ) ) +(assert (myObject (attribute1 "attr56489") ) ) +(assert (myObject (attribute1 "attr56490") ) ) +(assert (myObject (attribute1 "attr56491") ) ) +(assert (myObject (attribute1 "attr56492") ) ) +(assert (myObject (attribute1 "attr56493") ) ) +(assert (myObject (attribute1 "attr56494") ) ) +(assert (myObject (attribute1 "attr56495") ) ) +(assert (myObject (attribute1 "attr56496") ) ) +(assert (myObject (attribute1 "attr56497") ) ) +(assert (myObject (attribute1 "attr56498") ) ) +(assert (myObject (attribute1 "attr56499") ) ) +(assert (myObject (attribute1 "attr56500") ) ) +(assert (myObject (attribute1 "attr56501") ) ) +(assert (myObject (attribute1 "attr56502") ) ) +(assert (myObject (attribute1 "attr56503") ) ) +(assert (myObject (attribute1 "attr56504") ) ) +(assert (myObject (attribute1 "attr56505") ) ) +(assert (myObject (attribute1 "attr56506") ) ) +(assert (myObject (attribute1 "attr56507") ) ) +(assert (myObject (attribute1 "attr56508") ) ) +(assert (myObject (attribute1 "attr56509") ) ) +(assert (myObject (attribute1 "attr56510") ) ) +(assert (myObject (attribute1 "attr56511") ) ) +(assert (myObject (attribute1 "attr56512") ) ) +(assert (myObject (attribute1 "attr56513") ) ) +(assert (myObject (attribute1 "attr56514") ) ) +(assert (myObject (attribute1 "attr56515") ) ) +(assert (myObject (attribute1 "attr56516") ) ) +(assert (myObject (attribute1 "attr56517") ) ) +(assert (myObject (attribute1 "attr56518") ) ) +(assert (myObject (attribute1 "attr56519") ) ) +(assert (myObject (attribute1 "attr56520") ) ) +(assert (myObject (attribute1 "attr56521") ) ) +(assert (myObject (attribute1 "attr56522") ) ) +(assert (myObject (attribute1 "attr56523") ) ) +(assert (myObject (attribute1 "attr56524") ) ) +(assert (myObject (attribute1 "attr56525") ) ) +(assert (myObject (attribute1 "attr56526") ) ) +(assert (myObject (attribute1 "attr56527") ) ) +(assert (myObject (attribute1 "attr56528") ) ) +(assert (myObject (attribute1 "attr56529") ) ) +(assert (myObject (attribute1 "attr56530") ) ) +(assert (myObject (attribute1 "attr56531") ) ) +(assert (myObject (attribute1 "attr56532") ) ) +(assert (myObject (attribute1 "attr56533") ) ) +(assert (myObject (attribute1 "attr56534") ) ) +(assert (myObject (attribute1 "attr56535") ) ) +(assert (myObject (attribute1 "attr56536") ) ) +(assert (myObject (attribute1 "attr56537") ) ) +(assert (myObject (attribute1 "attr56538") ) ) +(assert (myObject (attribute1 "attr56539") ) ) +(assert (myObject (attribute1 "attr56540") ) ) +(assert (myObject (attribute1 "attr56541") ) ) +(assert (myObject (attribute1 "attr56542") ) ) +(assert (myObject (attribute1 "attr56543") ) ) +(assert (myObject (attribute1 "attr56544") ) ) +(assert (myObject (attribute1 "attr56545") ) ) +(assert (myObject (attribute1 "attr56546") ) ) +(assert (myObject (attribute1 "attr56547") ) ) +(assert (myObject (attribute1 "attr56548") ) ) +(assert (myObject (attribute1 "attr56549") ) ) +(assert (myObject (attribute1 "attr56550") ) ) +(assert (myObject (attribute1 "attr56551") ) ) +(assert (myObject (attribute1 "attr56552") ) ) +(assert (myObject (attribute1 "attr56553") ) ) +(assert (myObject (attribute1 "attr56554") ) ) +(assert (myObject (attribute1 "attr56555") ) ) +(assert (myObject (attribute1 "attr56556") ) ) +(assert (myObject (attribute1 "attr56557") ) ) +(assert (myObject (attribute1 "attr56558") ) ) +(assert (myObject (attribute1 "attr56559") ) ) +(assert (myObject (attribute1 "attr56560") ) ) +(assert (myObject (attribute1 "attr56561") ) ) +(assert (myObject (attribute1 "attr56562") ) ) +(assert (myObject (attribute1 "attr56563") ) ) +(assert (myObject (attribute1 "attr56564") ) ) +(assert (myObject (attribute1 "attr56565") ) ) +(assert (myObject (attribute1 "attr56566") ) ) +(assert (myObject (attribute1 "attr56567") ) ) +(assert (myObject (attribute1 "attr56568") ) ) +(assert (myObject (attribute1 "attr56569") ) ) +(assert (myObject (attribute1 "attr56570") ) ) +(assert (myObject (attribute1 "attr56571") ) ) +(assert (myObject (attribute1 "attr56572") ) ) +(assert (myObject (attribute1 "attr56573") ) ) +(assert (myObject (attribute1 "attr56574") ) ) +(assert (myObject (attribute1 "attr56575") ) ) +(assert (myObject (attribute1 "attr56576") ) ) +(assert (myObject (attribute1 "attr56577") ) ) +(assert (myObject (attribute1 "attr56578") ) ) +(assert (myObject (attribute1 "attr56579") ) ) +(assert (myObject (attribute1 "attr56580") ) ) +(assert (myObject (attribute1 "attr56581") ) ) +(assert (myObject (attribute1 "attr56582") ) ) +(assert (myObject (attribute1 "attr56583") ) ) +(assert (myObject (attribute1 "attr56584") ) ) +(assert (myObject (attribute1 "attr56585") ) ) +(assert (myObject (attribute1 "attr56586") ) ) +(assert (myObject (attribute1 "attr56587") ) ) +(assert (myObject (attribute1 "attr56588") ) ) +(assert (myObject (attribute1 "attr56589") ) ) +(assert (myObject (attribute1 "attr56590") ) ) +(assert (myObject (attribute1 "attr56591") ) ) +(assert (myObject (attribute1 "attr56592") ) ) +(assert (myObject (attribute1 "attr56593") ) ) +(assert (myObject (attribute1 "attr56594") ) ) +(assert (myObject (attribute1 "attr56595") ) ) +(assert (myObject (attribute1 "attr56596") ) ) +(assert (myObject (attribute1 "attr56597") ) ) +(assert (myObject (attribute1 "attr56598") ) ) +(assert (myObject (attribute1 "attr56599") ) ) +(assert (myObject (attribute1 "attr56600") ) ) +(assert (myObject (attribute1 "attr56601") ) ) +(assert (myObject (attribute1 "attr56602") ) ) +(assert (myObject (attribute1 "attr56603") ) ) +(assert (myObject (attribute1 "attr56604") ) ) +(assert (myObject (attribute1 "attr56605") ) ) +(assert (myObject (attribute1 "attr56606") ) ) +(assert (myObject (attribute1 "attr56607") ) ) +(assert (myObject (attribute1 "attr56608") ) ) +(assert (myObject (attribute1 "attr56609") ) ) +(assert (myObject (attribute1 "attr56610") ) ) +(assert (myObject (attribute1 "attr56611") ) ) +(assert (myObject (attribute1 "attr56612") ) ) +(assert (myObject (attribute1 "attr56613") ) ) +(assert (myObject (attribute1 "attr56614") ) ) +(assert (myObject (attribute1 "attr56615") ) ) +(assert (myObject (attribute1 "attr56616") ) ) +(assert (myObject (attribute1 "attr56617") ) ) +(assert (myObject (attribute1 "attr56618") ) ) +(assert (myObject (attribute1 "attr56619") ) ) +(assert (myObject (attribute1 "attr56620") ) ) +(assert (myObject (attribute1 "attr56621") ) ) +(assert (myObject (attribute1 "attr56622") ) ) +(assert (myObject (attribute1 "attr56623") ) ) +(assert (myObject (attribute1 "attr56624") ) ) +(assert (myObject (attribute1 "attr56625") ) ) +(assert (myObject (attribute1 "attr56626") ) ) +(assert (myObject (attribute1 "attr56627") ) ) +(assert (myObject (attribute1 "attr56628") ) ) +(assert (myObject (attribute1 "attr56629") ) ) +(assert (myObject (attribute1 "attr56630") ) ) +(assert (myObject (attribute1 "attr56631") ) ) +(assert (myObject (attribute1 "attr56632") ) ) +(assert (myObject (attribute1 "attr56633") ) ) +(assert (myObject (attribute1 "attr56634") ) ) +(assert (myObject (attribute1 "attr56635") ) ) +(assert (myObject (attribute1 "attr56636") ) ) +(assert (myObject (attribute1 "attr56637") ) ) +(assert (myObject (attribute1 "attr56638") ) ) +(assert (myObject (attribute1 "attr56639") ) ) +(assert (myObject (attribute1 "attr56640") ) ) +(assert (myObject (attribute1 "attr56641") ) ) +(assert (myObject (attribute1 "attr56642") ) ) +(assert (myObject (attribute1 "attr56643") ) ) +(assert (myObject (attribute1 "attr56644") ) ) +(assert (myObject (attribute1 "attr56645") ) ) +(assert (myObject (attribute1 "attr56646") ) ) +(assert (myObject (attribute1 "attr56647") ) ) +(assert (myObject (attribute1 "attr56648") ) ) +(assert (myObject (attribute1 "attr56649") ) ) +(assert (myObject (attribute1 "attr56650") ) ) +(assert (myObject (attribute1 "attr56651") ) ) +(assert (myObject (attribute1 "attr56652") ) ) +(assert (myObject (attribute1 "attr56653") ) ) +(assert (myObject (attribute1 "attr56654") ) ) +(assert (myObject (attribute1 "attr56655") ) ) +(assert (myObject (attribute1 "attr56656") ) ) +(assert (myObject (attribute1 "attr56657") ) ) +(assert (myObject (attribute1 "attr56658") ) ) +(assert (myObject (attribute1 "attr56659") ) ) +(assert (myObject (attribute1 "attr56660") ) ) +(assert (myObject (attribute1 "attr56661") ) ) +(assert (myObject (attribute1 "attr56662") ) ) +(assert (myObject (attribute1 "attr56663") ) ) +(assert (myObject (attribute1 "attr56664") ) ) +(assert (myObject (attribute1 "attr56665") ) ) +(assert (myObject (attribute1 "attr56666") ) ) +(assert (myObject (attribute1 "attr56667") ) ) +(assert (myObject (attribute1 "attr56668") ) ) +(assert (myObject (attribute1 "attr56669") ) ) +(assert (myObject (attribute1 "attr56670") ) ) +(assert (myObject (attribute1 "attr56671") ) ) +(assert (myObject (attribute1 "attr56672") ) ) +(assert (myObject (attribute1 "attr56673") ) ) +(assert (myObject (attribute1 "attr56674") ) ) +(assert (myObject (attribute1 "attr56675") ) ) +(assert (myObject (attribute1 "attr56676") ) ) +(assert (myObject (attribute1 "attr56677") ) ) +(assert (myObject (attribute1 "attr56678") ) ) +(assert (myObject (attribute1 "attr56679") ) ) +(assert (myObject (attribute1 "attr56680") ) ) +(assert (myObject (attribute1 "attr56681") ) ) +(assert (myObject (attribute1 "attr56682") ) ) +(assert (myObject (attribute1 "attr56683") ) ) +(assert (myObject (attribute1 "attr56684") ) ) +(assert (myObject (attribute1 "attr56685") ) ) +(assert (myObject (attribute1 "attr56686") ) ) +(assert (myObject (attribute1 "attr56687") ) ) +(assert (myObject (attribute1 "attr56688") ) ) +(assert (myObject (attribute1 "attr56689") ) ) +(assert (myObject (attribute1 "attr56690") ) ) +(assert (myObject (attribute1 "attr56691") ) ) +(assert (myObject (attribute1 "attr56692") ) ) +(assert (myObject (attribute1 "attr56693") ) ) +(assert (myObject (attribute1 "attr56694") ) ) +(assert (myObject (attribute1 "attr56695") ) ) +(assert (myObject (attribute1 "attr56696") ) ) +(assert (myObject (attribute1 "attr56697") ) ) +(assert (myObject (attribute1 "attr56698") ) ) +(assert (myObject (attribute1 "attr56699") ) ) +(assert (myObject (attribute1 "attr56700") ) ) +(assert (myObject (attribute1 "attr56701") ) ) +(assert (myObject (attribute1 "attr56702") ) ) +(assert (myObject (attribute1 "attr56703") ) ) +(assert (myObject (attribute1 "attr56704") ) ) +(assert (myObject (attribute1 "attr56705") ) ) +(assert (myObject (attribute1 "attr56706") ) ) +(assert (myObject (attribute1 "attr56707") ) ) +(assert (myObject (attribute1 "attr56708") ) ) +(assert (myObject (attribute1 "attr56709") ) ) +(assert (myObject (attribute1 "attr56710") ) ) +(assert (myObject (attribute1 "attr56711") ) ) +(assert (myObject (attribute1 "attr56712") ) ) +(assert (myObject (attribute1 "attr56713") ) ) +(assert (myObject (attribute1 "attr56714") ) ) +(assert (myObject (attribute1 "attr56715") ) ) +(assert (myObject (attribute1 "attr56716") ) ) +(assert (myObject (attribute1 "attr56717") ) ) +(assert (myObject (attribute1 "attr56718") ) ) +(assert (myObject (attribute1 "attr56719") ) ) +(assert (myObject (attribute1 "attr56720") ) ) +(assert (myObject (attribute1 "attr56721") ) ) +(assert (myObject (attribute1 "attr56722") ) ) +(assert (myObject (attribute1 "attr56723") ) ) +(assert (myObject (attribute1 "attr56724") ) ) +(assert (myObject (attribute1 "attr56725") ) ) +(assert (myObject (attribute1 "attr56726") ) ) +(assert (myObject (attribute1 "attr56727") ) ) +(assert (myObject (attribute1 "attr56728") ) ) +(assert (myObject (attribute1 "attr56729") ) ) +(assert (myObject (attribute1 "attr56730") ) ) +(assert (myObject (attribute1 "attr56731") ) ) +(assert (myObject (attribute1 "attr56732") ) ) +(assert (myObject (attribute1 "attr56733") ) ) +(assert (myObject (attribute1 "attr56734") ) ) +(assert (myObject (attribute1 "attr56735") ) ) +(assert (myObject (attribute1 "attr56736") ) ) +(assert (myObject (attribute1 "attr56737") ) ) +(assert (myObject (attribute1 "attr56738") ) ) +(assert (myObject (attribute1 "attr56739") ) ) +(assert (myObject (attribute1 "attr56740") ) ) +(assert (myObject (attribute1 "attr56741") ) ) +(assert (myObject (attribute1 "attr56742") ) ) +(assert (myObject (attribute1 "attr56743") ) ) +(assert (myObject (attribute1 "attr56744") ) ) +(assert (myObject (attribute1 "attr56745") ) ) +(assert (myObject (attribute1 "attr56746") ) ) +(assert (myObject (attribute1 "attr56747") ) ) +(assert (myObject (attribute1 "attr56748") ) ) +(assert (myObject (attribute1 "attr56749") ) ) +(assert (myObject (attribute1 "attr56750") ) ) +(assert (myObject (attribute1 "attr56751") ) ) +(assert (myObject (attribute1 "attr56752") ) ) +(assert (myObject (attribute1 "attr56753") ) ) +(assert (myObject (attribute1 "attr56754") ) ) +(assert (myObject (attribute1 "attr56755") ) ) +(assert (myObject (attribute1 "attr56756") ) ) +(assert (myObject (attribute1 "attr56757") ) ) +(assert (myObject (attribute1 "attr56758") ) ) +(assert (myObject (attribute1 "attr56759") ) ) +(assert (myObject (attribute1 "attr56760") ) ) +(assert (myObject (attribute1 "attr56761") ) ) +(assert (myObject (attribute1 "attr56762") ) ) +(assert (myObject (attribute1 "attr56763") ) ) +(assert (myObject (attribute1 "attr56764") ) ) +(assert (myObject (attribute1 "attr56765") ) ) +(assert (myObject (attribute1 "attr56766") ) ) +(assert (myObject (attribute1 "attr56767") ) ) +(assert (myObject (attribute1 "attr56768") ) ) +(assert (myObject (attribute1 "attr56769") ) ) +(assert (myObject (attribute1 "attr56770") ) ) +(assert (myObject (attribute1 "attr56771") ) ) +(assert (myObject (attribute1 "attr56772") ) ) +(assert (myObject (attribute1 "attr56773") ) ) +(assert (myObject (attribute1 "attr56774") ) ) +(assert (myObject (attribute1 "attr56775") ) ) +(assert (myObject (attribute1 "attr56776") ) ) +(assert (myObject (attribute1 "attr56777") ) ) +(assert (myObject (attribute1 "attr56778") ) ) +(assert (myObject (attribute1 "attr56779") ) ) +(assert (myObject (attribute1 "attr56780") ) ) +(assert (myObject (attribute1 "attr56781") ) ) +(assert (myObject (attribute1 "attr56782") ) ) +(assert (myObject (attribute1 "attr56783") ) ) +(assert (myObject (attribute1 "attr56784") ) ) +(assert (myObject (attribute1 "attr56785") ) ) +(assert (myObject (attribute1 "attr56786") ) ) +(assert (myObject (attribute1 "attr56787") ) ) +(assert (myObject (attribute1 "attr56788") ) ) +(assert (myObject (attribute1 "attr56789") ) ) +(assert (myObject (attribute1 "attr56790") ) ) +(assert (myObject (attribute1 "attr56791") ) ) +(assert (myObject (attribute1 "attr56792") ) ) +(assert (myObject (attribute1 "attr56793") ) ) +(assert (myObject (attribute1 "attr56794") ) ) +(assert (myObject (attribute1 "attr56795") ) ) +(assert (myObject (attribute1 "attr56796") ) ) +(assert (myObject (attribute1 "attr56797") ) ) +(assert (myObject (attribute1 "attr56798") ) ) +(assert (myObject (attribute1 "attr56799") ) ) +(assert (myObject (attribute1 "attr56800") ) ) +(assert (myObject (attribute1 "attr56801") ) ) +(assert (myObject (attribute1 "attr56802") ) ) +(assert (myObject (attribute1 "attr56803") ) ) +(assert (myObject (attribute1 "attr56804") ) ) +(assert (myObject (attribute1 "attr56805") ) ) +(assert (myObject (attribute1 "attr56806") ) ) +(assert (myObject (attribute1 "attr56807") ) ) +(assert (myObject (attribute1 "attr56808") ) ) +(assert (myObject (attribute1 "attr56809") ) ) +(assert (myObject (attribute1 "attr56810") ) ) +(assert (myObject (attribute1 "attr56811") ) ) +(assert (myObject (attribute1 "attr56812") ) ) +(assert (myObject (attribute1 "attr56813") ) ) +(assert (myObject (attribute1 "attr56814") ) ) +(assert (myObject (attribute1 "attr56815") ) ) +(assert (myObject (attribute1 "attr56816") ) ) +(assert (myObject (attribute1 "attr56817") ) ) +(assert (myObject (attribute1 "attr56818") ) ) +(assert (myObject (attribute1 "attr56819") ) ) +(assert (myObject (attribute1 "attr56820") ) ) +(assert (myObject (attribute1 "attr56821") ) ) +(assert (myObject (attribute1 "attr56822") ) ) +(assert (myObject (attribute1 "attr56823") ) ) +(assert (myObject (attribute1 "attr56824") ) ) +(assert (myObject (attribute1 "attr56825") ) ) +(assert (myObject (attribute1 "attr56826") ) ) +(assert (myObject (attribute1 "attr56827") ) ) +(assert (myObject (attribute1 "attr56828") ) ) +(assert (myObject (attribute1 "attr56829") ) ) +(assert (myObject (attribute1 "attr56830") ) ) +(assert (myObject (attribute1 "attr56831") ) ) +(assert (myObject (attribute1 "attr56832") ) ) +(assert (myObject (attribute1 "attr56833") ) ) +(assert (myObject (attribute1 "attr56834") ) ) +(assert (myObject (attribute1 "attr56835") ) ) +(assert (myObject (attribute1 "attr56836") ) ) +(assert (myObject (attribute1 "attr56837") ) ) +(assert (myObject (attribute1 "attr56838") ) ) +(assert (myObject (attribute1 "attr56839") ) ) +(assert (myObject (attribute1 "attr56840") ) ) +(assert (myObject (attribute1 "attr56841") ) ) +(assert (myObject (attribute1 "attr56842") ) ) +(assert (myObject (attribute1 "attr56843") ) ) +(assert (myObject (attribute1 "attr56844") ) ) +(assert (myObject (attribute1 "attr56845") ) ) +(assert (myObject (attribute1 "attr56846") ) ) +(assert (myObject (attribute1 "attr56847") ) ) +(assert (myObject (attribute1 "attr56848") ) ) +(assert (myObject (attribute1 "attr56849") ) ) +(assert (myObject (attribute1 "attr56850") ) ) +(assert (myObject (attribute1 "attr56851") ) ) +(assert (myObject (attribute1 "attr56852") ) ) +(assert (myObject (attribute1 "attr56853") ) ) +(assert (myObject (attribute1 "attr56854") ) ) +(assert (myObject (attribute1 "attr56855") ) ) +(assert (myObject (attribute1 "attr56856") ) ) +(assert (myObject (attribute1 "attr56857") ) ) +(assert (myObject (attribute1 "attr56858") ) ) +(assert (myObject (attribute1 "attr56859") ) ) +(assert (myObject (attribute1 "attr56860") ) ) +(assert (myObject (attribute1 "attr56861") ) ) +(assert (myObject (attribute1 "attr56862") ) ) +(assert (myObject (attribute1 "attr56863") ) ) +(assert (myObject (attribute1 "attr56864") ) ) +(assert (myObject (attribute1 "attr56865") ) ) +(assert (myObject (attribute1 "attr56866") ) ) +(assert (myObject (attribute1 "attr56867") ) ) +(assert (myObject (attribute1 "attr56868") ) ) +(assert (myObject (attribute1 "attr56869") ) ) +(assert (myObject (attribute1 "attr56870") ) ) +(assert (myObject (attribute1 "attr56871") ) ) +(assert (myObject (attribute1 "attr56872") ) ) +(assert (myObject (attribute1 "attr56873") ) ) +(assert (myObject (attribute1 "attr56874") ) ) +(assert (myObject (attribute1 "attr56875") ) ) +(assert (myObject (attribute1 "attr56876") ) ) +(assert (myObject (attribute1 "attr56877") ) ) +(assert (myObject (attribute1 "attr56878") ) ) +(assert (myObject (attribute1 "attr56879") ) ) +(assert (myObject (attribute1 "attr56880") ) ) +(assert (myObject (attribute1 "attr56881") ) ) +(assert (myObject (attribute1 "attr56882") ) ) +(assert (myObject (attribute1 "attr56883") ) ) +(assert (myObject (attribute1 "attr56884") ) ) +(assert (myObject (attribute1 "attr56885") ) ) +(assert (myObject (attribute1 "attr56886") ) ) +(assert (myObject (attribute1 "attr56887") ) ) +(assert (myObject (attribute1 "attr56888") ) ) +(assert (myObject (attribute1 "attr56889") ) ) +(assert (myObject (attribute1 "attr56890") ) ) +(assert (myObject (attribute1 "attr56891") ) ) +(assert (myObject (attribute1 "attr56892") ) ) +(assert (myObject (attribute1 "attr56893") ) ) +(assert (myObject (attribute1 "attr56894") ) ) +(assert (myObject (attribute1 "attr56895") ) ) +(assert (myObject (attribute1 "attr56896") ) ) +(assert (myObject (attribute1 "attr56897") ) ) +(assert (myObject (attribute1 "attr56898") ) ) +(assert (myObject (attribute1 "attr56899") ) ) +(assert (myObject (attribute1 "attr56900") ) ) +(assert (myObject (attribute1 "attr56901") ) ) +(assert (myObject (attribute1 "attr56902") ) ) +(assert (myObject (attribute1 "attr56903") ) ) +(assert (myObject (attribute1 "attr56904") ) ) +(assert (myObject (attribute1 "attr56905") ) ) +(assert (myObject (attribute1 "attr56906") ) ) +(assert (myObject (attribute1 "attr56907") ) ) +(assert (myObject (attribute1 "attr56908") ) ) +(assert (myObject (attribute1 "attr56909") ) ) +(assert (myObject (attribute1 "attr56910") ) ) +(assert (myObject (attribute1 "attr56911") ) ) +(assert (myObject (attribute1 "attr56912") ) ) +(assert (myObject (attribute1 "attr56913") ) ) +(assert (myObject (attribute1 "attr56914") ) ) +(assert (myObject (attribute1 "attr56915") ) ) +(assert (myObject (attribute1 "attr56916") ) ) +(assert (myObject (attribute1 "attr56917") ) ) +(assert (myObject (attribute1 "attr56918") ) ) +(assert (myObject (attribute1 "attr56919") ) ) +(assert (myObject (attribute1 "attr56920") ) ) +(assert (myObject (attribute1 "attr56921") ) ) +(assert (myObject (attribute1 "attr56922") ) ) +(assert (myObject (attribute1 "attr56923") ) ) +(assert (myObject (attribute1 "attr56924") ) ) +(assert (myObject (attribute1 "attr56925") ) ) +(assert (myObject (attribute1 "attr56926") ) ) +(assert (myObject (attribute1 "attr56927") ) ) +(assert (myObject (attribute1 "attr56928") ) ) +(assert (myObject (attribute1 "attr56929") ) ) +(assert (myObject (attribute1 "attr56930") ) ) +(assert (myObject (attribute1 "attr56931") ) ) +(assert (myObject (attribute1 "attr56932") ) ) +(assert (myObject (attribute1 "attr56933") ) ) +(assert (myObject (attribute1 "attr56934") ) ) +(assert (myObject (attribute1 "attr56935") ) ) +(assert (myObject (attribute1 "attr56936") ) ) +(assert (myObject (attribute1 "attr56937") ) ) +(assert (myObject (attribute1 "attr56938") ) ) +(assert (myObject (attribute1 "attr56939") ) ) +(assert (myObject (attribute1 "attr56940") ) ) +(assert (myObject (attribute1 "attr56941") ) ) +(assert (myObject (attribute1 "attr56942") ) ) +(assert (myObject (attribute1 "attr56943") ) ) +(assert (myObject (attribute1 "attr56944") ) ) +(assert (myObject (attribute1 "attr56945") ) ) +(assert (myObject (attribute1 "attr56946") ) ) +(assert (myObject (attribute1 "attr56947") ) ) +(assert (myObject (attribute1 "attr56948") ) ) +(assert (myObject (attribute1 "attr56949") ) ) +(assert (myObject (attribute1 "attr56950") ) ) +(assert (myObject (attribute1 "attr56951") ) ) +(assert (myObject (attribute1 "attr56952") ) ) +(assert (myObject (attribute1 "attr56953") ) ) +(assert (myObject (attribute1 "attr56954") ) ) +(assert (myObject (attribute1 "attr56955") ) ) +(assert (myObject (attribute1 "attr56956") ) ) +(assert (myObject (attribute1 "attr56957") ) ) +(assert (myObject (attribute1 "attr56958") ) ) +(assert (myObject (attribute1 "attr56959") ) ) +(assert (myObject (attribute1 "attr56960") ) ) +(assert (myObject (attribute1 "attr56961") ) ) +(assert (myObject (attribute1 "attr56962") ) ) +(assert (myObject (attribute1 "attr56963") ) ) +(assert (myObject (attribute1 "attr56964") ) ) +(assert (myObject (attribute1 "attr56965") ) ) +(assert (myObject (attribute1 "attr56966") ) ) +(assert (myObject (attribute1 "attr56967") ) ) +(assert (myObject (attribute1 "attr56968") ) ) +(assert (myObject (attribute1 "attr56969") ) ) +(assert (myObject (attribute1 "attr56970") ) ) +(assert (myObject (attribute1 "attr56971") ) ) +(assert (myObject (attribute1 "attr56972") ) ) +(assert (myObject (attribute1 "attr56973") ) ) +(assert (myObject (attribute1 "attr56974") ) ) +(assert (myObject (attribute1 "attr56975") ) ) +(assert (myObject (attribute1 "attr56976") ) ) +(assert (myObject (attribute1 "attr56977") ) ) +(assert (myObject (attribute1 "attr56978") ) ) +(assert (myObject (attribute1 "attr56979") ) ) +(assert (myObject (attribute1 "attr56980") ) ) +(assert (myObject (attribute1 "attr56981") ) ) +(assert (myObject (attribute1 "attr56982") ) ) +(assert (myObject (attribute1 "attr56983") ) ) +(assert (myObject (attribute1 "attr56984") ) ) +(assert (myObject (attribute1 "attr56985") ) ) +(assert (myObject (attribute1 "attr56986") ) ) +(assert (myObject (attribute1 "attr56987") ) ) +(assert (myObject (attribute1 "attr56988") ) ) +(assert (myObject (attribute1 "attr56989") ) ) +(assert (myObject (attribute1 "attr56990") ) ) +(assert (myObject (attribute1 "attr56991") ) ) +(assert (myObject (attribute1 "attr56992") ) ) +(assert (myObject (attribute1 "attr56993") ) ) +(assert (myObject (attribute1 "attr56994") ) ) +(assert (myObject (attribute1 "attr56995") ) ) +(assert (myObject (attribute1 "attr56996") ) ) +(assert (myObject (attribute1 "attr56997") ) ) +(assert (myObject (attribute1 "attr56998") ) ) +(assert (myObject (attribute1 "attr56999") ) ) +(assert (myObject (attribute1 "attr57000") ) ) +(assert (myObject (attribute1 "attr57001") ) ) +(assert (myObject (attribute1 "attr57002") ) ) +(assert (myObject (attribute1 "attr57003") ) ) +(assert (myObject (attribute1 "attr57004") ) ) +(assert (myObject (attribute1 "attr57005") ) ) +(assert (myObject (attribute1 "attr57006") ) ) +(assert (myObject (attribute1 "attr57007") ) ) +(assert (myObject (attribute1 "attr57008") ) ) +(assert (myObject (attribute1 "attr57009") ) ) +(assert (myObject (attribute1 "attr57010") ) ) +(assert (myObject (attribute1 "attr57011") ) ) +(assert (myObject (attribute1 "attr57012") ) ) +(assert (myObject (attribute1 "attr57013") ) ) +(assert (myObject (attribute1 "attr57014") ) ) +(assert (myObject (attribute1 "attr57015") ) ) +(assert (myObject (attribute1 "attr57016") ) ) +(assert (myObject (attribute1 "attr57017") ) ) +(assert (myObject (attribute1 "attr57018") ) ) +(assert (myObject (attribute1 "attr57019") ) ) +(assert (myObject (attribute1 "attr57020") ) ) +(assert (myObject (attribute1 "attr57021") ) ) +(assert (myObject (attribute1 "attr57022") ) ) +(assert (myObject (attribute1 "attr57023") ) ) +(assert (myObject (attribute1 "attr57024") ) ) +(assert (myObject (attribute1 "attr57025") ) ) +(assert (myObject (attribute1 "attr57026") ) ) +(assert (myObject (attribute1 "attr57027") ) ) +(assert (myObject (attribute1 "attr57028") ) ) +(assert (myObject (attribute1 "attr57029") ) ) +(assert (myObject (attribute1 "attr57030") ) ) +(assert (myObject (attribute1 "attr57031") ) ) +(assert (myObject (attribute1 "attr57032") ) ) +(assert (myObject (attribute1 "attr57033") ) ) +(assert (myObject (attribute1 "attr57034") ) ) +(assert (myObject (attribute1 "attr57035") ) ) +(assert (myObject (attribute1 "attr57036") ) ) +(assert (myObject (attribute1 "attr57037") ) ) +(assert (myObject (attribute1 "attr57038") ) ) +(assert (myObject (attribute1 "attr57039") ) ) +(assert (myObject (attribute1 "attr57040") ) ) +(assert (myObject (attribute1 "attr57041") ) ) +(assert (myObject (attribute1 "attr57042") ) ) +(assert (myObject (attribute1 "attr57043") ) ) +(assert (myObject (attribute1 "attr57044") ) ) +(assert (myObject (attribute1 "attr57045") ) ) +(assert (myObject (attribute1 "attr57046") ) ) +(assert (myObject (attribute1 "attr57047") ) ) +(assert (myObject (attribute1 "attr57048") ) ) +(assert (myObject (attribute1 "attr57049") ) ) +(assert (myObject (attribute1 "attr57050") ) ) +(assert (myObject (attribute1 "attr57051") ) ) +(assert (myObject (attribute1 "attr57052") ) ) +(assert (myObject (attribute1 "attr57053") ) ) +(assert (myObject (attribute1 "attr57054") ) ) +(assert (myObject (attribute1 "attr57055") ) ) +(assert (myObject (attribute1 "attr57056") ) ) +(assert (myObject (attribute1 "attr57057") ) ) +(assert (myObject (attribute1 "attr57058") ) ) +(assert (myObject (attribute1 "attr57059") ) ) +(assert (myObject (attribute1 "attr57060") ) ) +(assert (myObject (attribute1 "attr57061") ) ) +(assert (myObject (attribute1 "attr57062") ) ) +(assert (myObject (attribute1 "attr57063") ) ) +(assert (myObject (attribute1 "attr57064") ) ) +(assert (myObject (attribute1 "attr57065") ) ) +(assert (myObject (attribute1 "attr57066") ) ) +(assert (myObject (attribute1 "attr57067") ) ) +(assert (myObject (attribute1 "attr57068") ) ) +(assert (myObject (attribute1 "attr57069") ) ) +(assert (myObject (attribute1 "attr57070") ) ) +(assert (myObject (attribute1 "attr57071") ) ) +(assert (myObject (attribute1 "attr57072") ) ) +(assert (myObject (attribute1 "attr57073") ) ) +(assert (myObject (attribute1 "attr57074") ) ) +(assert (myObject (attribute1 "attr57075") ) ) +(assert (myObject (attribute1 "attr57076") ) ) +(assert (myObject (attribute1 "attr57077") ) ) +(assert (myObject (attribute1 "attr57078") ) ) +(assert (myObject (attribute1 "attr57079") ) ) +(assert (myObject (attribute1 "attr57080") ) ) +(assert (myObject (attribute1 "attr57081") ) ) +(assert (myObject (attribute1 "attr57082") ) ) +(assert (myObject (attribute1 "attr57083") ) ) +(assert (myObject (attribute1 "attr57084") ) ) +(assert (myObject (attribute1 "attr57085") ) ) +(assert (myObject (attribute1 "attr57086") ) ) +(assert (myObject (attribute1 "attr57087") ) ) +(assert (myObject (attribute1 "attr57088") ) ) +(assert (myObject (attribute1 "attr57089") ) ) +(assert (myObject (attribute1 "attr57090") ) ) +(assert (myObject (attribute1 "attr57091") ) ) +(assert (myObject (attribute1 "attr57092") ) ) +(assert (myObject (attribute1 "attr57093") ) ) +(assert (myObject (attribute1 "attr57094") ) ) +(assert (myObject (attribute1 "attr57095") ) ) +(assert (myObject (attribute1 "attr57096") ) ) +(assert (myObject (attribute1 "attr57097") ) ) +(assert (myObject (attribute1 "attr57098") ) ) +(assert (myObject (attribute1 "attr57099") ) ) +(assert (myObject (attribute1 "attr57100") ) ) +(assert (myObject (attribute1 "attr57101") ) ) +(assert (myObject (attribute1 "attr57102") ) ) +(assert (myObject (attribute1 "attr57103") ) ) +(assert (myObject (attribute1 "attr57104") ) ) +(assert (myObject (attribute1 "attr57105") ) ) +(assert (myObject (attribute1 "attr57106") ) ) +(assert (myObject (attribute1 "attr57107") ) ) +(assert (myObject (attribute1 "attr57108") ) ) +(assert (myObject (attribute1 "attr57109") ) ) +(assert (myObject (attribute1 "attr57110") ) ) +(assert (myObject (attribute1 "attr57111") ) ) +(assert (myObject (attribute1 "attr57112") ) ) +(assert (myObject (attribute1 "attr57113") ) ) +(assert (myObject (attribute1 "attr57114") ) ) +(assert (myObject (attribute1 "attr57115") ) ) +(assert (myObject (attribute1 "attr57116") ) ) +(assert (myObject (attribute1 "attr57117") ) ) +(assert (myObject (attribute1 "attr57118") ) ) +(assert (myObject (attribute1 "attr57119") ) ) +(assert (myObject (attribute1 "attr57120") ) ) +(assert (myObject (attribute1 "attr57121") ) ) +(assert (myObject (attribute1 "attr57122") ) ) +(assert (myObject (attribute1 "attr57123") ) ) +(assert (myObject (attribute1 "attr57124") ) ) +(assert (myObject (attribute1 "attr57125") ) ) +(assert (myObject (attribute1 "attr57126") ) ) +(assert (myObject (attribute1 "attr57127") ) ) +(assert (myObject (attribute1 "attr57128") ) ) +(assert (myObject (attribute1 "attr57129") ) ) +(assert (myObject (attribute1 "attr57130") ) ) +(assert (myObject (attribute1 "attr57131") ) ) +(assert (myObject (attribute1 "attr57132") ) ) +(assert (myObject (attribute1 "attr57133") ) ) +(assert (myObject (attribute1 "attr57134") ) ) +(assert (myObject (attribute1 "attr57135") ) ) +(assert (myObject (attribute1 "attr57136") ) ) +(assert (myObject (attribute1 "attr57137") ) ) +(assert (myObject (attribute1 "attr57138") ) ) +(assert (myObject (attribute1 "attr57139") ) ) +(assert (myObject (attribute1 "attr57140") ) ) +(assert (myObject (attribute1 "attr57141") ) ) +(assert (myObject (attribute1 "attr57142") ) ) +(assert (myObject (attribute1 "attr57143") ) ) +(assert (myObject (attribute1 "attr57144") ) ) +(assert (myObject (attribute1 "attr57145") ) ) +(assert (myObject (attribute1 "attr57146") ) ) +(assert (myObject (attribute1 "attr57147") ) ) +(assert (myObject (attribute1 "attr57148") ) ) +(assert (myObject (attribute1 "attr57149") ) ) +(assert (myObject (attribute1 "attr57150") ) ) +(assert (myObject (attribute1 "attr57151") ) ) +(assert (myObject (attribute1 "attr57152") ) ) +(assert (myObject (attribute1 "attr57153") ) ) +(assert (myObject (attribute1 "attr57154") ) ) +(assert (myObject (attribute1 "attr57155") ) ) +(assert (myObject (attribute1 "attr57156") ) ) +(assert (myObject (attribute1 "attr57157") ) ) +(assert (myObject (attribute1 "attr57158") ) ) +(assert (myObject (attribute1 "attr57159") ) ) +(assert (myObject (attribute1 "attr57160") ) ) +(assert (myObject (attribute1 "attr57161") ) ) +(assert (myObject (attribute1 "attr57162") ) ) +(assert (myObject (attribute1 "attr57163") ) ) +(assert (myObject (attribute1 "attr57164") ) ) +(assert (myObject (attribute1 "attr57165") ) ) +(assert (myObject (attribute1 "attr57166") ) ) +(assert (myObject (attribute1 "attr57167") ) ) +(assert (myObject (attribute1 "attr57168") ) ) +(assert (myObject (attribute1 "attr57169") ) ) +(assert (myObject (attribute1 "attr57170") ) ) +(assert (myObject (attribute1 "attr57171") ) ) +(assert (myObject (attribute1 "attr57172") ) ) +(assert (myObject (attribute1 "attr57173") ) ) +(assert (myObject (attribute1 "attr57174") ) ) +(assert (myObject (attribute1 "attr57175") ) ) +(assert (myObject (attribute1 "attr57176") ) ) +(assert (myObject (attribute1 "attr57177") ) ) +(assert (myObject (attribute1 "attr57178") ) ) +(assert (myObject (attribute1 "attr57179") ) ) +(assert (myObject (attribute1 "attr57180") ) ) +(assert (myObject (attribute1 "attr57181") ) ) +(assert (myObject (attribute1 "attr57182") ) ) +(assert (myObject (attribute1 "attr57183") ) ) +(assert (myObject (attribute1 "attr57184") ) ) +(assert (myObject (attribute1 "attr57185") ) ) +(assert (myObject (attribute1 "attr57186") ) ) +(assert (myObject (attribute1 "attr57187") ) ) +(assert (myObject (attribute1 "attr57188") ) ) +(assert (myObject (attribute1 "attr57189") ) ) +(assert (myObject (attribute1 "attr57190") ) ) +(assert (myObject (attribute1 "attr57191") ) ) +(assert (myObject (attribute1 "attr57192") ) ) +(assert (myObject (attribute1 "attr57193") ) ) +(assert (myObject (attribute1 "attr57194") ) ) +(assert (myObject (attribute1 "attr57195") ) ) +(assert (myObject (attribute1 "attr57196") ) ) +(assert (myObject (attribute1 "attr57197") ) ) +(assert (myObject (attribute1 "attr57198") ) ) +(assert (myObject (attribute1 "attr57199") ) ) +(assert (myObject (attribute1 "attr57200") ) ) +(assert (myObject (attribute1 "attr57201") ) ) +(assert (myObject (attribute1 "attr57202") ) ) +(assert (myObject (attribute1 "attr57203") ) ) +(assert (myObject (attribute1 "attr57204") ) ) +(assert (myObject (attribute1 "attr57205") ) ) +(assert (myObject (attribute1 "attr57206") ) ) +(assert (myObject (attribute1 "attr57207") ) ) +(assert (myObject (attribute1 "attr57208") ) ) +(assert (myObject (attribute1 "attr57209") ) ) +(assert (myObject (attribute1 "attr57210") ) ) +(assert (myObject (attribute1 "attr57211") ) ) +(assert (myObject (attribute1 "attr57212") ) ) +(assert (myObject (attribute1 "attr57213") ) ) +(assert (myObject (attribute1 "attr57214") ) ) +(assert (myObject (attribute1 "attr57215") ) ) +(assert (myObject (attribute1 "attr57216") ) ) +(assert (myObject (attribute1 "attr57217") ) ) +(assert (myObject (attribute1 "attr57218") ) ) +(assert (myObject (attribute1 "attr57219") ) ) +(assert (myObject (attribute1 "attr57220") ) ) +(assert (myObject (attribute1 "attr57221") ) ) +(assert (myObject (attribute1 "attr57222") ) ) +(assert (myObject (attribute1 "attr57223") ) ) +(assert (myObject (attribute1 "attr57224") ) ) +(assert (myObject (attribute1 "attr57225") ) ) +(assert (myObject (attribute1 "attr57226") ) ) +(assert (myObject (attribute1 "attr57227") ) ) +(assert (myObject (attribute1 "attr57228") ) ) +(assert (myObject (attribute1 "attr57229") ) ) +(assert (myObject (attribute1 "attr57230") ) ) +(assert (myObject (attribute1 "attr57231") ) ) +(assert (myObject (attribute1 "attr57232") ) ) +(assert (myObject (attribute1 "attr57233") ) ) +(assert (myObject (attribute1 "attr57234") ) ) +(assert (myObject (attribute1 "attr57235") ) ) +(assert (myObject (attribute1 "attr57236") ) ) +(assert (myObject (attribute1 "attr57237") ) ) +(assert (myObject (attribute1 "attr57238") ) ) +(assert (myObject (attribute1 "attr57239") ) ) +(assert (myObject (attribute1 "attr57240") ) ) +(assert (myObject (attribute1 "attr57241") ) ) +(assert (myObject (attribute1 "attr57242") ) ) +(assert (myObject (attribute1 "attr57243") ) ) +(assert (myObject (attribute1 "attr57244") ) ) +(assert (myObject (attribute1 "attr57245") ) ) +(assert (myObject (attribute1 "attr57246") ) ) +(assert (myObject (attribute1 "attr57247") ) ) +(assert (myObject (attribute1 "attr57248") ) ) +(assert (myObject (attribute1 "attr57249") ) ) +(assert (myObject (attribute1 "attr57250") ) ) +(assert (myObject (attribute1 "attr57251") ) ) +(assert (myObject (attribute1 "attr57252") ) ) +(assert (myObject (attribute1 "attr57253") ) ) +(assert (myObject (attribute1 "attr57254") ) ) +(assert (myObject (attribute1 "attr57255") ) ) +(assert (myObject (attribute1 "attr57256") ) ) +(assert (myObject (attribute1 "attr57257") ) ) +(assert (myObject (attribute1 "attr57258") ) ) +(assert (myObject (attribute1 "attr57259") ) ) +(assert (myObject (attribute1 "attr57260") ) ) +(assert (myObject (attribute1 "attr57261") ) ) +(assert (myObject (attribute1 "attr57262") ) ) +(assert (myObject (attribute1 "attr57263") ) ) +(assert (myObject (attribute1 "attr57264") ) ) +(assert (myObject (attribute1 "attr57265") ) ) +(assert (myObject (attribute1 "attr57266") ) ) +(assert (myObject (attribute1 "attr57267") ) ) +(assert (myObject (attribute1 "attr57268") ) ) +(assert (myObject (attribute1 "attr57269") ) ) +(assert (myObject (attribute1 "attr57270") ) ) +(assert (myObject (attribute1 "attr57271") ) ) +(assert (myObject (attribute1 "attr57272") ) ) +(assert (myObject (attribute1 "attr57273") ) ) +(assert (myObject (attribute1 "attr57274") ) ) +(assert (myObject (attribute1 "attr57275") ) ) +(assert (myObject (attribute1 "attr57276") ) ) +(assert (myObject (attribute1 "attr57277") ) ) +(assert (myObject (attribute1 "attr57278") ) ) +(assert (myObject (attribute1 "attr57279") ) ) +(assert (myObject (attribute1 "attr57280") ) ) +(assert (myObject (attribute1 "attr57281") ) ) +(assert (myObject (attribute1 "attr57282") ) ) +(assert (myObject (attribute1 "attr57283") ) ) +(assert (myObject (attribute1 "attr57284") ) ) +(assert (myObject (attribute1 "attr57285") ) ) +(assert (myObject (attribute1 "attr57286") ) ) +(assert (myObject (attribute1 "attr57287") ) ) +(assert (myObject (attribute1 "attr57288") ) ) +(assert (myObject (attribute1 "attr57289") ) ) +(assert (myObject (attribute1 "attr57290") ) ) +(assert (myObject (attribute1 "attr57291") ) ) +(assert (myObject (attribute1 "attr57292") ) ) +(assert (myObject (attribute1 "attr57293") ) ) +(assert (myObject (attribute1 "attr57294") ) ) +(assert (myObject (attribute1 "attr57295") ) ) +(assert (myObject (attribute1 "attr57296") ) ) +(assert (myObject (attribute1 "attr57297") ) ) +(assert (myObject (attribute1 "attr57298") ) ) +(assert (myObject (attribute1 "attr57299") ) ) +(assert (myObject (attribute1 "attr57300") ) ) +(assert (myObject (attribute1 "attr57301") ) ) +(assert (myObject (attribute1 "attr57302") ) ) +(assert (myObject (attribute1 "attr57303") ) ) +(assert (myObject (attribute1 "attr57304") ) ) +(assert (myObject (attribute1 "attr57305") ) ) +(assert (myObject (attribute1 "attr57306") ) ) +(assert (myObject (attribute1 "attr57307") ) ) +(assert (myObject (attribute1 "attr57308") ) ) +(assert (myObject (attribute1 "attr57309") ) ) +(assert (myObject (attribute1 "attr57310") ) ) +(assert (myObject (attribute1 "attr57311") ) ) +(assert (myObject (attribute1 "attr57312") ) ) +(assert (myObject (attribute1 "attr57313") ) ) +(assert (myObject (attribute1 "attr57314") ) ) +(assert (myObject (attribute1 "attr57315") ) ) +(assert (myObject (attribute1 "attr57316") ) ) +(assert (myObject (attribute1 "attr57317") ) ) +(assert (myObject (attribute1 "attr57318") ) ) +(assert (myObject (attribute1 "attr57319") ) ) +(assert (myObject (attribute1 "attr57320") ) ) +(assert (myObject (attribute1 "attr57321") ) ) +(assert (myObject (attribute1 "attr57322") ) ) +(assert (myObject (attribute1 "attr57323") ) ) +(assert (myObject (attribute1 "attr57324") ) ) +(assert (myObject (attribute1 "attr57325") ) ) +(assert (myObject (attribute1 "attr57326") ) ) +(assert (myObject (attribute1 "attr57327") ) ) +(assert (myObject (attribute1 "attr57328") ) ) +(assert (myObject (attribute1 "attr57329") ) ) +(assert (myObject (attribute1 "attr57330") ) ) +(assert (myObject (attribute1 "attr57331") ) ) +(assert (myObject (attribute1 "attr57332") ) ) +(assert (myObject (attribute1 "attr57333") ) ) +(assert (myObject (attribute1 "attr57334") ) ) +(assert (myObject (attribute1 "attr57335") ) ) +(assert (myObject (attribute1 "attr57336") ) ) +(assert (myObject (attribute1 "attr57337") ) ) +(assert (myObject (attribute1 "attr57338") ) ) +(assert (myObject (attribute1 "attr57339") ) ) +(assert (myObject (attribute1 "attr57340") ) ) +(assert (myObject (attribute1 "attr57341") ) ) +(assert (myObject (attribute1 "attr57342") ) ) +(assert (myObject (attribute1 "attr57343") ) ) +(assert (myObject (attribute1 "attr57344") ) ) +(assert (myObject (attribute1 "attr57345") ) ) +(assert (myObject (attribute1 "attr57346") ) ) +(assert (myObject (attribute1 "attr57347") ) ) +(assert (myObject (attribute1 "attr57348") ) ) +(assert (myObject (attribute1 "attr57349") ) ) +(assert (myObject (attribute1 "attr57350") ) ) +(assert (myObject (attribute1 "attr57351") ) ) +(assert (myObject (attribute1 "attr57352") ) ) +(assert (myObject (attribute1 "attr57353") ) ) +(assert (myObject (attribute1 "attr57354") ) ) +(assert (myObject (attribute1 "attr57355") ) ) +(assert (myObject (attribute1 "attr57356") ) ) +(assert (myObject (attribute1 "attr57357") ) ) +(assert (myObject (attribute1 "attr57358") ) ) +(assert (myObject (attribute1 "attr57359") ) ) +(assert (myObject (attribute1 "attr57360") ) ) +(assert (myObject (attribute1 "attr57361") ) ) +(assert (myObject (attribute1 "attr57362") ) ) +(assert (myObject (attribute1 "attr57363") ) ) +(assert (myObject (attribute1 "attr57364") ) ) +(assert (myObject (attribute1 "attr57365") ) ) +(assert (myObject (attribute1 "attr57366") ) ) +(assert (myObject (attribute1 "attr57367") ) ) +(assert (myObject (attribute1 "attr57368") ) ) +(assert (myObject (attribute1 "attr57369") ) ) +(assert (myObject (attribute1 "attr57370") ) ) +(assert (myObject (attribute1 "attr57371") ) ) +(assert (myObject (attribute1 "attr57372") ) ) +(assert (myObject (attribute1 "attr57373") ) ) +(assert (myObject (attribute1 "attr57374") ) ) +(assert (myObject (attribute1 "attr57375") ) ) +(assert (myObject (attribute1 "attr57376") ) ) +(assert (myObject (attribute1 "attr57377") ) ) +(assert (myObject (attribute1 "attr57378") ) ) +(assert (myObject (attribute1 "attr57379") ) ) +(assert (myObject (attribute1 "attr57380") ) ) +(assert (myObject (attribute1 "attr57381") ) ) +(assert (myObject (attribute1 "attr57382") ) ) +(assert (myObject (attribute1 "attr57383") ) ) +(assert (myObject (attribute1 "attr57384") ) ) +(assert (myObject (attribute1 "attr57385") ) ) +(assert (myObject (attribute1 "attr57386") ) ) +(assert (myObject (attribute1 "attr57387") ) ) +(assert (myObject (attribute1 "attr57388") ) ) +(assert (myObject (attribute1 "attr57389") ) ) +(assert (myObject (attribute1 "attr57390") ) ) +(assert (myObject (attribute1 "attr57391") ) ) +(assert (myObject (attribute1 "attr57392") ) ) +(assert (myObject (attribute1 "attr57393") ) ) +(assert (myObject (attribute1 "attr57394") ) ) +(assert (myObject (attribute1 "attr57395") ) ) +(assert (myObject (attribute1 "attr57396") ) ) +(assert (myObject (attribute1 "attr57397") ) ) +(assert (myObject (attribute1 "attr57398") ) ) +(assert (myObject (attribute1 "attr57399") ) ) +(assert (myObject (attribute1 "attr57400") ) ) +(assert (myObject (attribute1 "attr57401") ) ) +(assert (myObject (attribute1 "attr57402") ) ) +(assert (myObject (attribute1 "attr57403") ) ) +(assert (myObject (attribute1 "attr57404") ) ) +(assert (myObject (attribute1 "attr57405") ) ) +(assert (myObject (attribute1 "attr57406") ) ) +(assert (myObject (attribute1 "attr57407") ) ) +(assert (myObject (attribute1 "attr57408") ) ) +(assert (myObject (attribute1 "attr57409") ) ) +(assert (myObject (attribute1 "attr57410") ) ) +(assert (myObject (attribute1 "attr57411") ) ) +(assert (myObject (attribute1 "attr57412") ) ) +(assert (myObject (attribute1 "attr57413") ) ) +(assert (myObject (attribute1 "attr57414") ) ) +(assert (myObject (attribute1 "attr57415") ) ) +(assert (myObject (attribute1 "attr57416") ) ) +(assert (myObject (attribute1 "attr57417") ) ) +(assert (myObject (attribute1 "attr57418") ) ) +(assert (myObject (attribute1 "attr57419") ) ) +(assert (myObject (attribute1 "attr57420") ) ) +(assert (myObject (attribute1 "attr57421") ) ) +(assert (myObject (attribute1 "attr57422") ) ) +(assert (myObject (attribute1 "attr57423") ) ) +(assert (myObject (attribute1 "attr57424") ) ) +(assert (myObject (attribute1 "attr57425") ) ) +(assert (myObject (attribute1 "attr57426") ) ) +(assert (myObject (attribute1 "attr57427") ) ) +(assert (myObject (attribute1 "attr57428") ) ) +(assert (myObject (attribute1 "attr57429") ) ) +(assert (myObject (attribute1 "attr57430") ) ) +(assert (myObject (attribute1 "attr57431") ) ) +(assert (myObject (attribute1 "attr57432") ) ) +(assert (myObject (attribute1 "attr57433") ) ) +(assert (myObject (attribute1 "attr57434") ) ) +(assert (myObject (attribute1 "attr57435") ) ) +(assert (myObject (attribute1 "attr57436") ) ) +(assert (myObject (attribute1 "attr57437") ) ) +(assert (myObject (attribute1 "attr57438") ) ) +(assert (myObject (attribute1 "attr57439") ) ) +(assert (myObject (attribute1 "attr57440") ) ) +(assert (myObject (attribute1 "attr57441") ) ) +(assert (myObject (attribute1 "attr57442") ) ) +(assert (myObject (attribute1 "attr57443") ) ) +(assert (myObject (attribute1 "attr57444") ) ) +(assert (myObject (attribute1 "attr57445") ) ) +(assert (myObject (attribute1 "attr57446") ) ) +(assert (myObject (attribute1 "attr57447") ) ) +(assert (myObject (attribute1 "attr57448") ) ) +(assert (myObject (attribute1 "attr57449") ) ) +(assert (myObject (attribute1 "attr57450") ) ) +(assert (myObject (attribute1 "attr57451") ) ) +(assert (myObject (attribute1 "attr57452") ) ) +(assert (myObject (attribute1 "attr57453") ) ) +(assert (myObject (attribute1 "attr57454") ) ) +(assert (myObject (attribute1 "attr57455") ) ) +(assert (myObject (attribute1 "attr57456") ) ) +(assert (myObject (attribute1 "attr57457") ) ) +(assert (myObject (attribute1 "attr57458") ) ) +(assert (myObject (attribute1 "attr57459") ) ) +(assert (myObject (attribute1 "attr57460") ) ) +(assert (myObject (attribute1 "attr57461") ) ) +(assert (myObject (attribute1 "attr57462") ) ) +(assert (myObject (attribute1 "attr57463") ) ) +(assert (myObject (attribute1 "attr57464") ) ) +(assert (myObject (attribute1 "attr57465") ) ) +(assert (myObject (attribute1 "attr57466") ) ) +(assert (myObject (attribute1 "attr57467") ) ) +(assert (myObject (attribute1 "attr57468") ) ) +(assert (myObject (attribute1 "attr57469") ) ) +(assert (myObject (attribute1 "attr57470") ) ) +(assert (myObject (attribute1 "attr57471") ) ) +(assert (myObject (attribute1 "attr57472") ) ) +(assert (myObject (attribute1 "attr57473") ) ) +(assert (myObject (attribute1 "attr57474") ) ) +(assert (myObject (attribute1 "attr57475") ) ) +(assert (myObject (attribute1 "attr57476") ) ) +(assert (myObject (attribute1 "attr57477") ) ) +(assert (myObject (attribute1 "attr57478") ) ) +(assert (myObject (attribute1 "attr57479") ) ) +(assert (myObject (attribute1 "attr57480") ) ) +(assert (myObject (attribute1 "attr57481") ) ) +(assert (myObject (attribute1 "attr57482") ) ) +(assert (myObject (attribute1 "attr57483") ) ) +(assert (myObject (attribute1 "attr57484") ) ) +(assert (myObject (attribute1 "attr57485") ) ) +(assert (myObject (attribute1 "attr57486") ) ) +(assert (myObject (attribute1 "attr57487") ) ) +(assert (myObject (attribute1 "attr57488") ) ) +(assert (myObject (attribute1 "attr57489") ) ) +(assert (myObject (attribute1 "attr57490") ) ) +(assert (myObject (attribute1 "attr57491") ) ) +(assert (myObject (attribute1 "attr57492") ) ) +(assert (myObject (attribute1 "attr57493") ) ) +(assert (myObject (attribute1 "attr57494") ) ) +(assert (myObject (attribute1 "attr57495") ) ) +(assert (myObject (attribute1 "attr57496") ) ) +(assert (myObject (attribute1 "attr57497") ) ) +(assert (myObject (attribute1 "attr57498") ) ) +(assert (myObject (attribute1 "attr57499") ) ) +(assert (myObject (attribute1 "attr57500") ) ) +(assert (myObject (attribute1 "attr57501") ) ) +(assert (myObject (attribute1 "attr57502") ) ) +(assert (myObject (attribute1 "attr57503") ) ) +(assert (myObject (attribute1 "attr57504") ) ) +(assert (myObject (attribute1 "attr57505") ) ) +(assert (myObject (attribute1 "attr57506") ) ) +(assert (myObject (attribute1 "attr57507") ) ) +(assert (myObject (attribute1 "attr57508") ) ) +(assert (myObject (attribute1 "attr57509") ) ) +(assert (myObject (attribute1 "attr57510") ) ) +(assert (myObject (attribute1 "attr57511") ) ) +(assert (myObject (attribute1 "attr57512") ) ) +(assert (myObject (attribute1 "attr57513") ) ) +(assert (myObject (attribute1 "attr57514") ) ) +(assert (myObject (attribute1 "attr57515") ) ) +(assert (myObject (attribute1 "attr57516") ) ) +(assert (myObject (attribute1 "attr57517") ) ) +(assert (myObject (attribute1 "attr57518") ) ) +(assert (myObject (attribute1 "attr57519") ) ) +(assert (myObject (attribute1 "attr57520") ) ) +(assert (myObject (attribute1 "attr57521") ) ) +(assert (myObject (attribute1 "attr57522") ) ) +(assert (myObject (attribute1 "attr57523") ) ) +(assert (myObject (attribute1 "attr57524") ) ) +(assert (myObject (attribute1 "attr57525") ) ) +(assert (myObject (attribute1 "attr57526") ) ) +(assert (myObject (attribute1 "attr57527") ) ) +(assert (myObject (attribute1 "attr57528") ) ) +(assert (myObject (attribute1 "attr57529") ) ) +(assert (myObject (attribute1 "attr57530") ) ) +(assert (myObject (attribute1 "attr57531") ) ) +(assert (myObject (attribute1 "attr57532") ) ) +(assert (myObject (attribute1 "attr57533") ) ) +(assert (myObject (attribute1 "attr57534") ) ) +(assert (myObject (attribute1 "attr57535") ) ) +(assert (myObject (attribute1 "attr57536") ) ) +(assert (myObject (attribute1 "attr57537") ) ) +(assert (myObject (attribute1 "attr57538") ) ) +(assert (myObject (attribute1 "attr57539") ) ) +(assert (myObject (attribute1 "attr57540") ) ) +(assert (myObject (attribute1 "attr57541") ) ) +(assert (myObject (attribute1 "attr57542") ) ) +(assert (myObject (attribute1 "attr57543") ) ) +(assert (myObject (attribute1 "attr57544") ) ) +(assert (myObject (attribute1 "attr57545") ) ) +(assert (myObject (attribute1 "attr57546") ) ) +(assert (myObject (attribute1 "attr57547") ) ) +(assert (myObject (attribute1 "attr57548") ) ) +(assert (myObject (attribute1 "attr57549") ) ) +(assert (myObject (attribute1 "attr57550") ) ) +(assert (myObject (attribute1 "attr57551") ) ) +(assert (myObject (attribute1 "attr57552") ) ) +(assert (myObject (attribute1 "attr57553") ) ) +(assert (myObject (attribute1 "attr57554") ) ) +(assert (myObject (attribute1 "attr57555") ) ) +(assert (myObject (attribute1 "attr57556") ) ) +(assert (myObject (attribute1 "attr57557") ) ) +(assert (myObject (attribute1 "attr57558") ) ) +(assert (myObject (attribute1 "attr57559") ) ) +(assert (myObject (attribute1 "attr57560") ) ) +(assert (myObject (attribute1 "attr57561") ) ) +(assert (myObject (attribute1 "attr57562") ) ) +(assert (myObject (attribute1 "attr57563") ) ) +(assert (myObject (attribute1 "attr57564") ) ) +(assert (myObject (attribute1 "attr57565") ) ) +(assert (myObject (attribute1 "attr57566") ) ) +(assert (myObject (attribute1 "attr57567") ) ) +(assert (myObject (attribute1 "attr57568") ) ) +(assert (myObject (attribute1 "attr57569") ) ) +(assert (myObject (attribute1 "attr57570") ) ) +(assert (myObject (attribute1 "attr57571") ) ) +(assert (myObject (attribute1 "attr57572") ) ) +(assert (myObject (attribute1 "attr57573") ) ) +(assert (myObject (attribute1 "attr57574") ) ) +(assert (myObject (attribute1 "attr57575") ) ) +(assert (myObject (attribute1 "attr57576") ) ) +(assert (myObject (attribute1 "attr57577") ) ) +(assert (myObject (attribute1 "attr57578") ) ) +(assert (myObject (attribute1 "attr57579") ) ) +(assert (myObject (attribute1 "attr57580") ) ) +(assert (myObject (attribute1 "attr57581") ) ) +(assert (myObject (attribute1 "attr57582") ) ) +(assert (myObject (attribute1 "attr57583") ) ) +(assert (myObject (attribute1 "attr57584") ) ) +(assert (myObject (attribute1 "attr57585") ) ) +(assert (myObject (attribute1 "attr57586") ) ) +(assert (myObject (attribute1 "attr57587") ) ) +(assert (myObject (attribute1 "attr57588") ) ) +(assert (myObject (attribute1 "attr57589") ) ) +(assert (myObject (attribute1 "attr57590") ) ) +(assert (myObject (attribute1 "attr57591") ) ) +(assert (myObject (attribute1 "attr57592") ) ) +(assert (myObject (attribute1 "attr57593") ) ) +(assert (myObject (attribute1 "attr57594") ) ) +(assert (myObject (attribute1 "attr57595") ) ) +(assert (myObject (attribute1 "attr57596") ) ) +(assert (myObject (attribute1 "attr57597") ) ) +(assert (myObject (attribute1 "attr57598") ) ) +(assert (myObject (attribute1 "attr57599") ) ) +(assert (myObject (attribute1 "attr57600") ) ) +(assert (myObject (attribute1 "attr57601") ) ) +(assert (myObject (attribute1 "attr57602") ) ) +(assert (myObject (attribute1 "attr57603") ) ) +(assert (myObject (attribute1 "attr57604") ) ) +(assert (myObject (attribute1 "attr57605") ) ) +(assert (myObject (attribute1 "attr57606") ) ) +(assert (myObject (attribute1 "attr57607") ) ) +(assert (myObject (attribute1 "attr57608") ) ) +(assert (myObject (attribute1 "attr57609") ) ) +(assert (myObject (attribute1 "attr57610") ) ) +(assert (myObject (attribute1 "attr57611") ) ) +(assert (myObject (attribute1 "attr57612") ) ) +(assert (myObject (attribute1 "attr57613") ) ) +(assert (myObject (attribute1 "attr57614") ) ) +(assert (myObject (attribute1 "attr57615") ) ) +(assert (myObject (attribute1 "attr57616") ) ) +(assert (myObject (attribute1 "attr57617") ) ) +(assert (myObject (attribute1 "attr57618") ) ) +(assert (myObject (attribute1 "attr57619") ) ) +(assert (myObject (attribute1 "attr57620") ) ) +(assert (myObject (attribute1 "attr57621") ) ) +(assert (myObject (attribute1 "attr57622") ) ) +(assert (myObject (attribute1 "attr57623") ) ) +(assert (myObject (attribute1 "attr57624") ) ) +(assert (myObject (attribute1 "attr57625") ) ) +(assert (myObject (attribute1 "attr57626") ) ) +(assert (myObject (attribute1 "attr57627") ) ) +(assert (myObject (attribute1 "attr57628") ) ) +(assert (myObject (attribute1 "attr57629") ) ) +(assert (myObject (attribute1 "attr57630") ) ) +(assert (myObject (attribute1 "attr57631") ) ) +(assert (myObject (attribute1 "attr57632") ) ) +(assert (myObject (attribute1 "attr57633") ) ) +(assert (myObject (attribute1 "attr57634") ) ) +(assert (myObject (attribute1 "attr57635") ) ) +(assert (myObject (attribute1 "attr57636") ) ) +(assert (myObject (attribute1 "attr57637") ) ) +(assert (myObject (attribute1 "attr57638") ) ) +(assert (myObject (attribute1 "attr57639") ) ) +(assert (myObject (attribute1 "attr57640") ) ) +(assert (myObject (attribute1 "attr57641") ) ) +(assert (myObject (attribute1 "attr57642") ) ) +(assert (myObject (attribute1 "attr57643") ) ) +(assert (myObject (attribute1 "attr57644") ) ) +(assert (myObject (attribute1 "attr57645") ) ) +(assert (myObject (attribute1 "attr57646") ) ) +(assert (myObject (attribute1 "attr57647") ) ) +(assert (myObject (attribute1 "attr57648") ) ) +(assert (myObject (attribute1 "attr57649") ) ) +(assert (myObject (attribute1 "attr57650") ) ) +(assert (myObject (attribute1 "attr57651") ) ) +(assert (myObject (attribute1 "attr57652") ) ) +(assert (myObject (attribute1 "attr57653") ) ) +(assert (myObject (attribute1 "attr57654") ) ) +(assert (myObject (attribute1 "attr57655") ) ) +(assert (myObject (attribute1 "attr57656") ) ) +(assert (myObject (attribute1 "attr57657") ) ) +(assert (myObject (attribute1 "attr57658") ) ) +(assert (myObject (attribute1 "attr57659") ) ) +(assert (myObject (attribute1 "attr57660") ) ) +(assert (myObject (attribute1 "attr57661") ) ) +(assert (myObject (attribute1 "attr57662") ) ) +(assert (myObject (attribute1 "attr57663") ) ) +(assert (myObject (attribute1 "attr57664") ) ) +(assert (myObject (attribute1 "attr57665") ) ) +(assert (myObject (attribute1 "attr57666") ) ) +(assert (myObject (attribute1 "attr57667") ) ) +(assert (myObject (attribute1 "attr57668") ) ) +(assert (myObject (attribute1 "attr57669") ) ) +(assert (myObject (attribute1 "attr57670") ) ) +(assert (myObject (attribute1 "attr57671") ) ) +(assert (myObject (attribute1 "attr57672") ) ) +(assert (myObject (attribute1 "attr57673") ) ) +(assert (myObject (attribute1 "attr57674") ) ) +(assert (myObject (attribute1 "attr57675") ) ) +(assert (myObject (attribute1 "attr57676") ) ) +(assert (myObject (attribute1 "attr57677") ) ) +(assert (myObject (attribute1 "attr57678") ) ) +(assert (myObject (attribute1 "attr57679") ) ) +(assert (myObject (attribute1 "attr57680") ) ) +(assert (myObject (attribute1 "attr57681") ) ) +(assert (myObject (attribute1 "attr57682") ) ) +(assert (myObject (attribute1 "attr57683") ) ) +(assert (myObject (attribute1 "attr57684") ) ) +(assert (myObject (attribute1 "attr57685") ) ) +(assert (myObject (attribute1 "attr57686") ) ) +(assert (myObject (attribute1 "attr57687") ) ) +(assert (myObject (attribute1 "attr57688") ) ) +(assert (myObject (attribute1 "attr57689") ) ) +(assert (myObject (attribute1 "attr57690") ) ) +(assert (myObject (attribute1 "attr57691") ) ) +(assert (myObject (attribute1 "attr57692") ) ) +(assert (myObject (attribute1 "attr57693") ) ) +(assert (myObject (attribute1 "attr57694") ) ) +(assert (myObject (attribute1 "attr57695") ) ) +(assert (myObject (attribute1 "attr57696") ) ) +(assert (myObject (attribute1 "attr57697") ) ) +(assert (myObject (attribute1 "attr57698") ) ) +(assert (myObject (attribute1 "attr57699") ) ) +(assert (myObject (attribute1 "attr57700") ) ) +(assert (myObject (attribute1 "attr57701") ) ) +(assert (myObject (attribute1 "attr57702") ) ) +(assert (myObject (attribute1 "attr57703") ) ) +(assert (myObject (attribute1 "attr57704") ) ) +(assert (myObject (attribute1 "attr57705") ) ) +(assert (myObject (attribute1 "attr57706") ) ) +(assert (myObject (attribute1 "attr57707") ) ) +(assert (myObject (attribute1 "attr57708") ) ) +(assert (myObject (attribute1 "attr57709") ) ) +(assert (myObject (attribute1 "attr57710") ) ) +(assert (myObject (attribute1 "attr57711") ) ) +(assert (myObject (attribute1 "attr57712") ) ) +(assert (myObject (attribute1 "attr57713") ) ) +(assert (myObject (attribute1 "attr57714") ) ) +(assert (myObject (attribute1 "attr57715") ) ) +(assert (myObject (attribute1 "attr57716") ) ) +(assert (myObject (attribute1 "attr57717") ) ) +(assert (myObject (attribute1 "attr57718") ) ) +(assert (myObject (attribute1 "attr57719") ) ) +(assert (myObject (attribute1 "attr57720") ) ) +(assert (myObject (attribute1 "attr57721") ) ) +(assert (myObject (attribute1 "attr57722") ) ) +(assert (myObject (attribute1 "attr57723") ) ) +(assert (myObject (attribute1 "attr57724") ) ) +(assert (myObject (attribute1 "attr57725") ) ) +(assert (myObject (attribute1 "attr57726") ) ) +(assert (myObject (attribute1 "attr57727") ) ) +(assert (myObject (attribute1 "attr57728") ) ) +(assert (myObject (attribute1 "attr57729") ) ) +(assert (myObject (attribute1 "attr57730") ) ) +(assert (myObject (attribute1 "attr57731") ) ) +(assert (myObject (attribute1 "attr57732") ) ) +(assert (myObject (attribute1 "attr57733") ) ) +(assert (myObject (attribute1 "attr57734") ) ) +(assert (myObject (attribute1 "attr57735") ) ) +(assert (myObject (attribute1 "attr57736") ) ) +(assert (myObject (attribute1 "attr57737") ) ) +(assert (myObject (attribute1 "attr57738") ) ) +(assert (myObject (attribute1 "attr57739") ) ) +(assert (myObject (attribute1 "attr57740") ) ) +(assert (myObject (attribute1 "attr57741") ) ) +(assert (myObject (attribute1 "attr57742") ) ) +(assert (myObject (attribute1 "attr57743") ) ) +(assert (myObject (attribute1 "attr57744") ) ) +(assert (myObject (attribute1 "attr57745") ) ) +(assert (myObject (attribute1 "attr57746") ) ) +(assert (myObject (attribute1 "attr57747") ) ) +(assert (myObject (attribute1 "attr57748") ) ) +(assert (myObject (attribute1 "attr57749") ) ) +(assert (myObject (attribute1 "attr57750") ) ) +(assert (myObject (attribute1 "attr57751") ) ) +(assert (myObject (attribute1 "attr57752") ) ) +(assert (myObject (attribute1 "attr57753") ) ) +(assert (myObject (attribute1 "attr57754") ) ) +(assert (myObject (attribute1 "attr57755") ) ) +(assert (myObject (attribute1 "attr57756") ) ) +(assert (myObject (attribute1 "attr57757") ) ) +(assert (myObject (attribute1 "attr57758") ) ) +(assert (myObject (attribute1 "attr57759") ) ) +(assert (myObject (attribute1 "attr57760") ) ) +(assert (myObject (attribute1 "attr57761") ) ) +(assert (myObject (attribute1 "attr57762") ) ) +(assert (myObject (attribute1 "attr57763") ) ) +(assert (myObject (attribute1 "attr57764") ) ) +(assert (myObject (attribute1 "attr57765") ) ) +(assert (myObject (attribute1 "attr57766") ) ) +(assert (myObject (attribute1 "attr57767") ) ) +(assert (myObject (attribute1 "attr57768") ) ) +(assert (myObject (attribute1 "attr57769") ) ) +(assert (myObject (attribute1 "attr57770") ) ) +(assert (myObject (attribute1 "attr57771") ) ) +(assert (myObject (attribute1 "attr57772") ) ) +(assert (myObject (attribute1 "attr57773") ) ) +(assert (myObject (attribute1 "attr57774") ) ) +(assert (myObject (attribute1 "attr57775") ) ) +(assert (myObject (attribute1 "attr57776") ) ) +(assert (myObject (attribute1 "attr57777") ) ) +(assert (myObject (attribute1 "attr57778") ) ) +(assert (myObject (attribute1 "attr57779") ) ) +(assert (myObject (attribute1 "attr57780") ) ) +(assert (myObject (attribute1 "attr57781") ) ) +(assert (myObject (attribute1 "attr57782") ) ) +(assert (myObject (attribute1 "attr57783") ) ) +(assert (myObject (attribute1 "attr57784") ) ) +(assert (myObject (attribute1 "attr57785") ) ) +(assert (myObject (attribute1 "attr57786") ) ) +(assert (myObject (attribute1 "attr57787") ) ) +(assert (myObject (attribute1 "attr57788") ) ) +(assert (myObject (attribute1 "attr57789") ) ) +(assert (myObject (attribute1 "attr57790") ) ) +(assert (myObject (attribute1 "attr57791") ) ) +(assert (myObject (attribute1 "attr57792") ) ) +(assert (myObject (attribute1 "attr57793") ) ) +(assert (myObject (attribute1 "attr57794") ) ) +(assert (myObject (attribute1 "attr57795") ) ) +(assert (myObject (attribute1 "attr57796") ) ) +(assert (myObject (attribute1 "attr57797") ) ) +(assert (myObject (attribute1 "attr57798") ) ) +(assert (myObject (attribute1 "attr57799") ) ) +(assert (myObject (attribute1 "attr57800") ) ) +(assert (myObject (attribute1 "attr57801") ) ) +(assert (myObject (attribute1 "attr57802") ) ) +(assert (myObject (attribute1 "attr57803") ) ) +(assert (myObject (attribute1 "attr57804") ) ) +(assert (myObject (attribute1 "attr57805") ) ) +(assert (myObject (attribute1 "attr57806") ) ) +(assert (myObject (attribute1 "attr57807") ) ) +(assert (myObject (attribute1 "attr57808") ) ) +(assert (myObject (attribute1 "attr57809") ) ) +(assert (myObject (attribute1 "attr57810") ) ) +(assert (myObject (attribute1 "attr57811") ) ) +(assert (myObject (attribute1 "attr57812") ) ) +(assert (myObject (attribute1 "attr57813") ) ) +(assert (myObject (attribute1 "attr57814") ) ) +(assert (myObject (attribute1 "attr57815") ) ) +(assert (myObject (attribute1 "attr57816") ) ) +(assert (myObject (attribute1 "attr57817") ) ) +(assert (myObject (attribute1 "attr57818") ) ) +(assert (myObject (attribute1 "attr57819") ) ) +(assert (myObject (attribute1 "attr57820") ) ) +(assert (myObject (attribute1 "attr57821") ) ) +(assert (myObject (attribute1 "attr57822") ) ) +(assert (myObject (attribute1 "attr57823") ) ) +(assert (myObject (attribute1 "attr57824") ) ) +(assert (myObject (attribute1 "attr57825") ) ) +(assert (myObject (attribute1 "attr57826") ) ) +(assert (myObject (attribute1 "attr57827") ) ) +(assert (myObject (attribute1 "attr57828") ) ) +(assert (myObject (attribute1 "attr57829") ) ) +(assert (myObject (attribute1 "attr57830") ) ) +(assert (myObject (attribute1 "attr57831") ) ) +(assert (myObject (attribute1 "attr57832") ) ) +(assert (myObject (attribute1 "attr57833") ) ) +(assert (myObject (attribute1 "attr57834") ) ) +(assert (myObject (attribute1 "attr57835") ) ) +(assert (myObject (attribute1 "attr57836") ) ) +(assert (myObject (attribute1 "attr57837") ) ) +(assert (myObject (attribute1 "attr57838") ) ) +(assert (myObject (attribute1 "attr57839") ) ) +(assert (myObject (attribute1 "attr57840") ) ) +(assert (myObject (attribute1 "attr57841") ) ) +(assert (myObject (attribute1 "attr57842") ) ) +(assert (myObject (attribute1 "attr57843") ) ) +(assert (myObject (attribute1 "attr57844") ) ) +(assert (myObject (attribute1 "attr57845") ) ) +(assert (myObject (attribute1 "attr57846") ) ) +(assert (myObject (attribute1 "attr57847") ) ) +(assert (myObject (attribute1 "attr57848") ) ) +(assert (myObject (attribute1 "attr57849") ) ) +(assert (myObject (attribute1 "attr57850") ) ) +(assert (myObject (attribute1 "attr57851") ) ) +(assert (myObject (attribute1 "attr57852") ) ) +(assert (myObject (attribute1 "attr57853") ) ) +(assert (myObject (attribute1 "attr57854") ) ) +(assert (myObject (attribute1 "attr57855") ) ) +(assert (myObject (attribute1 "attr57856") ) ) +(assert (myObject (attribute1 "attr57857") ) ) +(assert (myObject (attribute1 "attr57858") ) ) +(assert (myObject (attribute1 "attr57859") ) ) +(assert (myObject (attribute1 "attr57860") ) ) +(assert (myObject (attribute1 "attr57861") ) ) +(assert (myObject (attribute1 "attr57862") ) ) +(assert (myObject (attribute1 "attr57863") ) ) +(assert (myObject (attribute1 "attr57864") ) ) +(assert (myObject (attribute1 "attr57865") ) ) +(assert (myObject (attribute1 "attr57866") ) ) +(assert (myObject (attribute1 "attr57867") ) ) +(assert (myObject (attribute1 "attr57868") ) ) +(assert (myObject (attribute1 "attr57869") ) ) +(assert (myObject (attribute1 "attr57870") ) ) +(assert (myObject (attribute1 "attr57871") ) ) +(assert (myObject (attribute1 "attr57872") ) ) +(assert (myObject (attribute1 "attr57873") ) ) +(assert (myObject (attribute1 "attr57874") ) ) +(assert (myObject (attribute1 "attr57875") ) ) +(assert (myObject (attribute1 "attr57876") ) ) +(assert (myObject (attribute1 "attr57877") ) ) +(assert (myObject (attribute1 "attr57878") ) ) +(assert (myObject (attribute1 "attr57879") ) ) +(assert (myObject (attribute1 "attr57880") ) ) +(assert (myObject (attribute1 "attr57881") ) ) +(assert (myObject (attribute1 "attr57882") ) ) +(assert (myObject (attribute1 "attr57883") ) ) +(assert (myObject (attribute1 "attr57884") ) ) +(assert (myObject (attribute1 "attr57885") ) ) +(assert (myObject (attribute1 "attr57886") ) ) +(assert (myObject (attribute1 "attr57887") ) ) +(assert (myObject (attribute1 "attr57888") ) ) +(assert (myObject (attribute1 "attr57889") ) ) +(assert (myObject (attribute1 "attr57890") ) ) +(assert (myObject (attribute1 "attr57891") ) ) +(assert (myObject (attribute1 "attr57892") ) ) +(assert (myObject (attribute1 "attr57893") ) ) +(assert (myObject (attribute1 "attr57894") ) ) +(assert (myObject (attribute1 "attr57895") ) ) +(assert (myObject (attribute1 "attr57896") ) ) +(assert (myObject (attribute1 "attr57897") ) ) +(assert (myObject (attribute1 "attr57898") ) ) +(assert (myObject (attribute1 "attr57899") ) ) +(assert (myObject (attribute1 "attr57900") ) ) +(assert (myObject (attribute1 "attr57901") ) ) +(assert (myObject (attribute1 "attr57902") ) ) +(assert (myObject (attribute1 "attr57903") ) ) +(assert (myObject (attribute1 "attr57904") ) ) +(assert (myObject (attribute1 "attr57905") ) ) +(assert (myObject (attribute1 "attr57906") ) ) +(assert (myObject (attribute1 "attr57907") ) ) +(assert (myObject (attribute1 "attr57908") ) ) +(assert (myObject (attribute1 "attr57909") ) ) +(assert (myObject (attribute1 "attr57910") ) ) +(assert (myObject (attribute1 "attr57911") ) ) +(assert (myObject (attribute1 "attr57912") ) ) +(assert (myObject (attribute1 "attr57913") ) ) +(assert (myObject (attribute1 "attr57914") ) ) +(assert (myObject (attribute1 "attr57915") ) ) +(assert (myObject (attribute1 "attr57916") ) ) +(assert (myObject (attribute1 "attr57917") ) ) +(assert (myObject (attribute1 "attr57918") ) ) +(assert (myObject (attribute1 "attr57919") ) ) +(assert (myObject (attribute1 "attr57920") ) ) +(assert (myObject (attribute1 "attr57921") ) ) +(assert (myObject (attribute1 "attr57922") ) ) +(assert (myObject (attribute1 "attr57923") ) ) +(assert (myObject (attribute1 "attr57924") ) ) +(assert (myObject (attribute1 "attr57925") ) ) +(assert (myObject (attribute1 "attr57926") ) ) +(assert (myObject (attribute1 "attr57927") ) ) +(assert (myObject (attribute1 "attr57928") ) ) +(assert (myObject (attribute1 "attr57929") ) ) +(assert (myObject (attribute1 "attr57930") ) ) +(assert (myObject (attribute1 "attr57931") ) ) +(assert (myObject (attribute1 "attr57932") ) ) +(assert (myObject (attribute1 "attr57933") ) ) +(assert (myObject (attribute1 "attr57934") ) ) +(assert (myObject (attribute1 "attr57935") ) ) +(assert (myObject (attribute1 "attr57936") ) ) +(assert (myObject (attribute1 "attr57937") ) ) +(assert (myObject (attribute1 "attr57938") ) ) +(assert (myObject (attribute1 "attr57939") ) ) +(assert (myObject (attribute1 "attr57940") ) ) +(assert (myObject (attribute1 "attr57941") ) ) +(assert (myObject (attribute1 "attr57942") ) ) +(assert (myObject (attribute1 "attr57943") ) ) +(assert (myObject (attribute1 "attr57944") ) ) +(assert (myObject (attribute1 "attr57945") ) ) +(assert (myObject (attribute1 "attr57946") ) ) +(assert (myObject (attribute1 "attr57947") ) ) +(assert (myObject (attribute1 "attr57948") ) ) +(assert (myObject (attribute1 "attr57949") ) ) +(assert (myObject (attribute1 "attr57950") ) ) +(assert (myObject (attribute1 "attr57951") ) ) +(assert (myObject (attribute1 "attr57952") ) ) +(assert (myObject (attribute1 "attr57953") ) ) +(assert (myObject (attribute1 "attr57954") ) ) +(assert (myObject (attribute1 "attr57955") ) ) +(assert (myObject (attribute1 "attr57956") ) ) +(assert (myObject (attribute1 "attr57957") ) ) +(assert (myObject (attribute1 "attr57958") ) ) +(assert (myObject (attribute1 "attr57959") ) ) +(assert (myObject (attribute1 "attr57960") ) ) +(assert (myObject (attribute1 "attr57961") ) ) +(assert (myObject (attribute1 "attr57962") ) ) +(assert (myObject (attribute1 "attr57963") ) ) +(assert (myObject (attribute1 "attr57964") ) ) +(assert (myObject (attribute1 "attr57965") ) ) +(assert (myObject (attribute1 "attr57966") ) ) +(assert (myObject (attribute1 "attr57967") ) ) +(assert (myObject (attribute1 "attr57968") ) ) +(assert (myObject (attribute1 "attr57969") ) ) +(assert (myObject (attribute1 "attr57970") ) ) +(assert (myObject (attribute1 "attr57971") ) ) +(assert (myObject (attribute1 "attr57972") ) ) +(assert (myObject (attribute1 "attr57973") ) ) +(assert (myObject (attribute1 "attr57974") ) ) +(assert (myObject (attribute1 "attr57975") ) ) +(assert (myObject (attribute1 "attr57976") ) ) +(assert (myObject (attribute1 "attr57977") ) ) +(assert (myObject (attribute1 "attr57978") ) ) +(assert (myObject (attribute1 "attr57979") ) ) +(assert (myObject (attribute1 "attr57980") ) ) +(assert (myObject (attribute1 "attr57981") ) ) +(assert (myObject (attribute1 "attr57982") ) ) +(assert (myObject (attribute1 "attr57983") ) ) +(assert (myObject (attribute1 "attr57984") ) ) +(assert (myObject (attribute1 "attr57985") ) ) +(assert (myObject (attribute1 "attr57986") ) ) +(assert (myObject (attribute1 "attr57987") ) ) +(assert (myObject (attribute1 "attr57988") ) ) +(assert (myObject (attribute1 "attr57989") ) ) +(assert (myObject (attribute1 "attr57990") ) ) +(assert (myObject (attribute1 "attr57991") ) ) +(assert (myObject (attribute1 "attr57992") ) ) +(assert (myObject (attribute1 "attr57993") ) ) +(assert (myObject (attribute1 "attr57994") ) ) +(assert (myObject (attribute1 "attr57995") ) ) +(assert (myObject (attribute1 "attr57996") ) ) +(assert (myObject (attribute1 "attr57997") ) ) +(assert (myObject (attribute1 "attr57998") ) ) +(assert (myObject (attribute1 "attr57999") ) ) +(assert (myObject (attribute1 "attr58000") ) ) +(assert (myObject (attribute1 "attr58001") ) ) +(assert (myObject (attribute1 "attr58002") ) ) +(assert (myObject (attribute1 "attr58003") ) ) +(assert (myObject (attribute1 "attr58004") ) ) +(assert (myObject (attribute1 "attr58005") ) ) +(assert (myObject (attribute1 "attr58006") ) ) +(assert (myObject (attribute1 "attr58007") ) ) +(assert (myObject (attribute1 "attr58008") ) ) +(assert (myObject (attribute1 "attr58009") ) ) +(assert (myObject (attribute1 "attr58010") ) ) +(assert (myObject (attribute1 "attr58011") ) ) +(assert (myObject (attribute1 "attr58012") ) ) +(assert (myObject (attribute1 "attr58013") ) ) +(assert (myObject (attribute1 "attr58014") ) ) +(assert (myObject (attribute1 "attr58015") ) ) +(assert (myObject (attribute1 "attr58016") ) ) +(assert (myObject (attribute1 "attr58017") ) ) +(assert (myObject (attribute1 "attr58018") ) ) +(assert (myObject (attribute1 "attr58019") ) ) +(assert (myObject (attribute1 "attr58020") ) ) +(assert (myObject (attribute1 "attr58021") ) ) +(assert (myObject (attribute1 "attr58022") ) ) +(assert (myObject (attribute1 "attr58023") ) ) +(assert (myObject (attribute1 "attr58024") ) ) +(assert (myObject (attribute1 "attr58025") ) ) +(assert (myObject (attribute1 "attr58026") ) ) +(assert (myObject (attribute1 "attr58027") ) ) +(assert (myObject (attribute1 "attr58028") ) ) +(assert (myObject (attribute1 "attr58029") ) ) +(assert (myObject (attribute1 "attr58030") ) ) +(assert (myObject (attribute1 "attr58031") ) ) +(assert (myObject (attribute1 "attr58032") ) ) +(assert (myObject (attribute1 "attr58033") ) ) +(assert (myObject (attribute1 "attr58034") ) ) +(assert (myObject (attribute1 "attr58035") ) ) +(assert (myObject (attribute1 "attr58036") ) ) +(assert (myObject (attribute1 "attr58037") ) ) +(assert (myObject (attribute1 "attr58038") ) ) +(assert (myObject (attribute1 "attr58039") ) ) +(assert (myObject (attribute1 "attr58040") ) ) +(assert (myObject (attribute1 "attr58041") ) ) +(assert (myObject (attribute1 "attr58042") ) ) +(assert (myObject (attribute1 "attr58043") ) ) +(assert (myObject (attribute1 "attr58044") ) ) +(assert (myObject (attribute1 "attr58045") ) ) +(assert (myObject (attribute1 "attr58046") ) ) +(assert (myObject (attribute1 "attr58047") ) ) +(assert (myObject (attribute1 "attr58048") ) ) +(assert (myObject (attribute1 "attr58049") ) ) +(assert (myObject (attribute1 "attr58050") ) ) +(assert (myObject (attribute1 "attr58051") ) ) +(assert (myObject (attribute1 "attr58052") ) ) +(assert (myObject (attribute1 "attr58053") ) ) +(assert (myObject (attribute1 "attr58054") ) ) +(assert (myObject (attribute1 "attr58055") ) ) +(assert (myObject (attribute1 "attr58056") ) ) +(assert (myObject (attribute1 "attr58057") ) ) +(assert (myObject (attribute1 "attr58058") ) ) +(assert (myObject (attribute1 "attr58059") ) ) +(assert (myObject (attribute1 "attr58060") ) ) +(assert (myObject (attribute1 "attr58061") ) ) +(assert (myObject (attribute1 "attr58062") ) ) +(assert (myObject (attribute1 "attr58063") ) ) +(assert (myObject (attribute1 "attr58064") ) ) +(assert (myObject (attribute1 "attr58065") ) ) +(assert (myObject (attribute1 "attr58066") ) ) +(assert (myObject (attribute1 "attr58067") ) ) +(assert (myObject (attribute1 "attr58068") ) ) +(assert (myObject (attribute1 "attr58069") ) ) +(assert (myObject (attribute1 "attr58070") ) ) +(assert (myObject (attribute1 "attr58071") ) ) +(assert (myObject (attribute1 "attr58072") ) ) +(assert (myObject (attribute1 "attr58073") ) ) +(assert (myObject (attribute1 "attr58074") ) ) +(assert (myObject (attribute1 "attr58075") ) ) +(assert (myObject (attribute1 "attr58076") ) ) +(assert (myObject (attribute1 "attr58077") ) ) +(assert (myObject (attribute1 "attr58078") ) ) +(assert (myObject (attribute1 "attr58079") ) ) +(assert (myObject (attribute1 "attr58080") ) ) +(assert (myObject (attribute1 "attr58081") ) ) +(assert (myObject (attribute1 "attr58082") ) ) +(assert (myObject (attribute1 "attr58083") ) ) +(assert (myObject (attribute1 "attr58084") ) ) +(assert (myObject (attribute1 "attr58085") ) ) +(assert (myObject (attribute1 "attr58086") ) ) +(assert (myObject (attribute1 "attr58087") ) ) +(assert (myObject (attribute1 "attr58088") ) ) +(assert (myObject (attribute1 "attr58089") ) ) +(assert (myObject (attribute1 "attr58090") ) ) +(assert (myObject (attribute1 "attr58091") ) ) +(assert (myObject (attribute1 "attr58092") ) ) +(assert (myObject (attribute1 "attr58093") ) ) +(assert (myObject (attribute1 "attr58094") ) ) +(assert (myObject (attribute1 "attr58095") ) ) +(assert (myObject (attribute1 "attr58096") ) ) +(assert (myObject (attribute1 "attr58097") ) ) +(assert (myObject (attribute1 "attr58098") ) ) +(assert (myObject (attribute1 "attr58099") ) ) +(assert (myObject (attribute1 "attr58100") ) ) +(assert (myObject (attribute1 "attr58101") ) ) +(assert (myObject (attribute1 "attr58102") ) ) +(assert (myObject (attribute1 "attr58103") ) ) +(assert (myObject (attribute1 "attr58104") ) ) +(assert (myObject (attribute1 "attr58105") ) ) +(assert (myObject (attribute1 "attr58106") ) ) +(assert (myObject (attribute1 "attr58107") ) ) +(assert (myObject (attribute1 "attr58108") ) ) +(assert (myObject (attribute1 "attr58109") ) ) +(assert (myObject (attribute1 "attr58110") ) ) +(assert (myObject (attribute1 "attr58111") ) ) +(assert (myObject (attribute1 "attr58112") ) ) +(assert (myObject (attribute1 "attr58113") ) ) +(assert (myObject (attribute1 "attr58114") ) ) +(assert (myObject (attribute1 "attr58115") ) ) +(assert (myObject (attribute1 "attr58116") ) ) +(assert (myObject (attribute1 "attr58117") ) ) +(assert (myObject (attribute1 "attr58118") ) ) +(assert (myObject (attribute1 "attr58119") ) ) +(assert (myObject (attribute1 "attr58120") ) ) +(assert (myObject (attribute1 "attr58121") ) ) +(assert (myObject (attribute1 "attr58122") ) ) +(assert (myObject (attribute1 "attr58123") ) ) +(assert (myObject (attribute1 "attr58124") ) ) +(assert (myObject (attribute1 "attr58125") ) ) +(assert (myObject (attribute1 "attr58126") ) ) +(assert (myObject (attribute1 "attr58127") ) ) +(assert (myObject (attribute1 "attr58128") ) ) +(assert (myObject (attribute1 "attr58129") ) ) +(assert (myObject (attribute1 "attr58130") ) ) +(assert (myObject (attribute1 "attr58131") ) ) +(assert (myObject (attribute1 "attr58132") ) ) +(assert (myObject (attribute1 "attr58133") ) ) +(assert (myObject (attribute1 "attr58134") ) ) +(assert (myObject (attribute1 "attr58135") ) ) +(assert (myObject (attribute1 "attr58136") ) ) +(assert (myObject (attribute1 "attr58137") ) ) +(assert (myObject (attribute1 "attr58138") ) ) +(assert (myObject (attribute1 "attr58139") ) ) +(assert (myObject (attribute1 "attr58140") ) ) +(assert (myObject (attribute1 "attr58141") ) ) +(assert (myObject (attribute1 "attr58142") ) ) +(assert (myObject (attribute1 "attr58143") ) ) +(assert (myObject (attribute1 "attr58144") ) ) +(assert (myObject (attribute1 "attr58145") ) ) +(assert (myObject (attribute1 "attr58146") ) ) +(assert (myObject (attribute1 "attr58147") ) ) +(assert (myObject (attribute1 "attr58148") ) ) +(assert (myObject (attribute1 "attr58149") ) ) +(assert (myObject (attribute1 "attr58150") ) ) +(assert (myObject (attribute1 "attr58151") ) ) +(assert (myObject (attribute1 "attr58152") ) ) +(assert (myObject (attribute1 "attr58153") ) ) +(assert (myObject (attribute1 "attr58154") ) ) +(assert (myObject (attribute1 "attr58155") ) ) +(assert (myObject (attribute1 "attr58156") ) ) +(assert (myObject (attribute1 "attr58157") ) ) +(assert (myObject (attribute1 "attr58158") ) ) +(assert (myObject (attribute1 "attr58159") ) ) +(assert (myObject (attribute1 "attr58160") ) ) +(assert (myObject (attribute1 "attr58161") ) ) +(assert (myObject (attribute1 "attr58162") ) ) +(assert (myObject (attribute1 "attr58163") ) ) +(assert (myObject (attribute1 "attr58164") ) ) +(assert (myObject (attribute1 "attr58165") ) ) +(assert (myObject (attribute1 "attr58166") ) ) +(assert (myObject (attribute1 "attr58167") ) ) +(assert (myObject (attribute1 "attr58168") ) ) +(assert (myObject (attribute1 "attr58169") ) ) +(assert (myObject (attribute1 "attr58170") ) ) +(assert (myObject (attribute1 "attr58171") ) ) +(assert (myObject (attribute1 "attr58172") ) ) +(assert (myObject (attribute1 "attr58173") ) ) +(assert (myObject (attribute1 "attr58174") ) ) +(assert (myObject (attribute1 "attr58175") ) ) +(assert (myObject (attribute1 "attr58176") ) ) +(assert (myObject (attribute1 "attr58177") ) ) +(assert (myObject (attribute1 "attr58178") ) ) +(assert (myObject (attribute1 "attr58179") ) ) +(assert (myObject (attribute1 "attr58180") ) ) +(assert (myObject (attribute1 "attr58181") ) ) +(assert (myObject (attribute1 "attr58182") ) ) +(assert (myObject (attribute1 "attr58183") ) ) +(assert (myObject (attribute1 "attr58184") ) ) +(assert (myObject (attribute1 "attr58185") ) ) +(assert (myObject (attribute1 "attr58186") ) ) +(assert (myObject (attribute1 "attr58187") ) ) +(assert (myObject (attribute1 "attr58188") ) ) +(assert (myObject (attribute1 "attr58189") ) ) +(assert (myObject (attribute1 "attr58190") ) ) +(assert (myObject (attribute1 "attr58191") ) ) +(assert (myObject (attribute1 "attr58192") ) ) +(assert (myObject (attribute1 "attr58193") ) ) +(assert (myObject (attribute1 "attr58194") ) ) +(assert (myObject (attribute1 "attr58195") ) ) +(assert (myObject (attribute1 "attr58196") ) ) +(assert (myObject (attribute1 "attr58197") ) ) +(assert (myObject (attribute1 "attr58198") ) ) +(assert (myObject (attribute1 "attr58199") ) ) +(assert (myObject (attribute1 "attr58200") ) ) +(assert (myObject (attribute1 "attr58201") ) ) +(assert (myObject (attribute1 "attr58202") ) ) +(assert (myObject (attribute1 "attr58203") ) ) +(assert (myObject (attribute1 "attr58204") ) ) +(assert (myObject (attribute1 "attr58205") ) ) +(assert (myObject (attribute1 "attr58206") ) ) +(assert (myObject (attribute1 "attr58207") ) ) +(assert (myObject (attribute1 "attr58208") ) ) +(assert (myObject (attribute1 "attr58209") ) ) +(assert (myObject (attribute1 "attr58210") ) ) +(assert (myObject (attribute1 "attr58211") ) ) +(assert (myObject (attribute1 "attr58212") ) ) +(assert (myObject (attribute1 "attr58213") ) ) +(assert (myObject (attribute1 "attr58214") ) ) +(assert (myObject (attribute1 "attr58215") ) ) +(assert (myObject (attribute1 "attr58216") ) ) +(assert (myObject (attribute1 "attr58217") ) ) +(assert (myObject (attribute1 "attr58218") ) ) +(assert (myObject (attribute1 "attr58219") ) ) +(assert (myObject (attribute1 "attr58220") ) ) +(assert (myObject (attribute1 "attr58221") ) ) +(assert (myObject (attribute1 "attr58222") ) ) +(assert (myObject (attribute1 "attr58223") ) ) +(assert (myObject (attribute1 "attr58224") ) ) +(assert (myObject (attribute1 "attr58225") ) ) +(assert (myObject (attribute1 "attr58226") ) ) +(assert (myObject (attribute1 "attr58227") ) ) +(assert (myObject (attribute1 "attr58228") ) ) +(assert (myObject (attribute1 "attr58229") ) ) +(assert (myObject (attribute1 "attr58230") ) ) +(assert (myObject (attribute1 "attr58231") ) ) +(assert (myObject (attribute1 "attr58232") ) ) +(assert (myObject (attribute1 "attr58233") ) ) +(assert (myObject (attribute1 "attr58234") ) ) +(assert (myObject (attribute1 "attr58235") ) ) +(assert (myObject (attribute1 "attr58236") ) ) +(assert (myObject (attribute1 "attr58237") ) ) +(assert (myObject (attribute1 "attr58238") ) ) +(assert (myObject (attribute1 "attr58239") ) ) +(assert (myObject (attribute1 "attr58240") ) ) +(assert (myObject (attribute1 "attr58241") ) ) +(assert (myObject (attribute1 "attr58242") ) ) +(assert (myObject (attribute1 "attr58243") ) ) +(assert (myObject (attribute1 "attr58244") ) ) +(assert (myObject (attribute1 "attr58245") ) ) +(assert (myObject (attribute1 "attr58246") ) ) +(assert (myObject (attribute1 "attr58247") ) ) +(assert (myObject (attribute1 "attr58248") ) ) +(assert (myObject (attribute1 "attr58249") ) ) +(assert (myObject (attribute1 "attr58250") ) ) +(assert (myObject (attribute1 "attr58251") ) ) +(assert (myObject (attribute1 "attr58252") ) ) +(assert (myObject (attribute1 "attr58253") ) ) +(assert (myObject (attribute1 "attr58254") ) ) +(assert (myObject (attribute1 "attr58255") ) ) +(assert (myObject (attribute1 "attr58256") ) ) +(assert (myObject (attribute1 "attr58257") ) ) +(assert (myObject (attribute1 "attr58258") ) ) +(assert (myObject (attribute1 "attr58259") ) ) +(assert (myObject (attribute1 "attr58260") ) ) +(assert (myObject (attribute1 "attr58261") ) ) +(assert (myObject (attribute1 "attr58262") ) ) +(assert (myObject (attribute1 "attr58263") ) ) +(assert (myObject (attribute1 "attr58264") ) ) +(assert (myObject (attribute1 "attr58265") ) ) +(assert (myObject (attribute1 "attr58266") ) ) +(assert (myObject (attribute1 "attr58267") ) ) +(assert (myObject (attribute1 "attr58268") ) ) +(assert (myObject (attribute1 "attr58269") ) ) +(assert (myObject (attribute1 "attr58270") ) ) +(assert (myObject (attribute1 "attr58271") ) ) +(assert (myObject (attribute1 "attr58272") ) ) +(assert (myObject (attribute1 "attr58273") ) ) +(assert (myObject (attribute1 "attr58274") ) ) +(assert (myObject (attribute1 "attr58275") ) ) +(assert (myObject (attribute1 "attr58276") ) ) +(assert (myObject (attribute1 "attr58277") ) ) +(assert (myObject (attribute1 "attr58278") ) ) +(assert (myObject (attribute1 "attr58279") ) ) +(assert (myObject (attribute1 "attr58280") ) ) +(assert (myObject (attribute1 "attr58281") ) ) +(assert (myObject (attribute1 "attr58282") ) ) +(assert (myObject (attribute1 "attr58283") ) ) +(assert (myObject (attribute1 "attr58284") ) ) +(assert (myObject (attribute1 "attr58285") ) ) +(assert (myObject (attribute1 "attr58286") ) ) +(assert (myObject (attribute1 "attr58287") ) ) +(assert (myObject (attribute1 "attr58288") ) ) +(assert (myObject (attribute1 "attr58289") ) ) +(assert (myObject (attribute1 "attr58290") ) ) +(assert (myObject (attribute1 "attr58291") ) ) +(assert (myObject (attribute1 "attr58292") ) ) +(assert (myObject (attribute1 "attr58293") ) ) +(assert (myObject (attribute1 "attr58294") ) ) +(assert (myObject (attribute1 "attr58295") ) ) +(assert (myObject (attribute1 "attr58296") ) ) +(assert (myObject (attribute1 "attr58297") ) ) +(assert (myObject (attribute1 "attr58298") ) ) +(assert (myObject (attribute1 "attr58299") ) ) +(assert (myObject (attribute1 "attr58300") ) ) +(assert (myObject (attribute1 "attr58301") ) ) +(assert (myObject (attribute1 "attr58302") ) ) +(assert (myObject (attribute1 "attr58303") ) ) +(assert (myObject (attribute1 "attr58304") ) ) +(assert (myObject (attribute1 "attr58305") ) ) +(assert (myObject (attribute1 "attr58306") ) ) +(assert (myObject (attribute1 "attr58307") ) ) +(assert (myObject (attribute1 "attr58308") ) ) +(assert (myObject (attribute1 "attr58309") ) ) +(assert (myObject (attribute1 "attr58310") ) ) +(assert (myObject (attribute1 "attr58311") ) ) +(assert (myObject (attribute1 "attr58312") ) ) +(assert (myObject (attribute1 "attr58313") ) ) +(assert (myObject (attribute1 "attr58314") ) ) +(assert (myObject (attribute1 "attr58315") ) ) +(assert (myObject (attribute1 "attr58316") ) ) +(assert (myObject (attribute1 "attr58317") ) ) +(assert (myObject (attribute1 "attr58318") ) ) +(assert (myObject (attribute1 "attr58319") ) ) +(assert (myObject (attribute1 "attr58320") ) ) +(assert (myObject (attribute1 "attr58321") ) ) +(assert (myObject (attribute1 "attr58322") ) ) +(assert (myObject (attribute1 "attr58323") ) ) +(assert (myObject (attribute1 "attr58324") ) ) +(assert (myObject (attribute1 "attr58325") ) ) +(assert (myObject (attribute1 "attr58326") ) ) +(assert (myObject (attribute1 "attr58327") ) ) +(assert (myObject (attribute1 "attr58328") ) ) +(assert (myObject (attribute1 "attr58329") ) ) +(assert (myObject (attribute1 "attr58330") ) ) +(assert (myObject (attribute1 "attr58331") ) ) +(assert (myObject (attribute1 "attr58332") ) ) +(assert (myObject (attribute1 "attr58333") ) ) +(assert (myObject (attribute1 "attr58334") ) ) +(assert (myObject (attribute1 "attr58335") ) ) +(assert (myObject (attribute1 "attr58336") ) ) +(assert (myObject (attribute1 "attr58337") ) ) +(assert (myObject (attribute1 "attr58338") ) ) +(assert (myObject (attribute1 "attr58339") ) ) +(assert (myObject (attribute1 "attr58340") ) ) +(assert (myObject (attribute1 "attr58341") ) ) +(assert (myObject (attribute1 "attr58342") ) ) +(assert (myObject (attribute1 "attr58343") ) ) +(assert (myObject (attribute1 "attr58344") ) ) +(assert (myObject (attribute1 "attr58345") ) ) +(assert (myObject (attribute1 "attr58346") ) ) +(assert (myObject (attribute1 "attr58347") ) ) +(assert (myObject (attribute1 "attr58348") ) ) +(assert (myObject (attribute1 "attr58349") ) ) +(assert (myObject (attribute1 "attr58350") ) ) +(assert (myObject (attribute1 "attr58351") ) ) +(assert (myObject (attribute1 "attr58352") ) ) +(assert (myObject (attribute1 "attr58353") ) ) +(assert (myObject (attribute1 "attr58354") ) ) +(assert (myObject (attribute1 "attr58355") ) ) +(assert (myObject (attribute1 "attr58356") ) ) +(assert (myObject (attribute1 "attr58357") ) ) +(assert (myObject (attribute1 "attr58358") ) ) +(assert (myObject (attribute1 "attr58359") ) ) +(assert (myObject (attribute1 "attr58360") ) ) +(assert (myObject (attribute1 "attr58361") ) ) +(assert (myObject (attribute1 "attr58362") ) ) +(assert (myObject (attribute1 "attr58363") ) ) +(assert (myObject (attribute1 "attr58364") ) ) +(assert (myObject (attribute1 "attr58365") ) ) +(assert (myObject (attribute1 "attr58366") ) ) +(assert (myObject (attribute1 "attr58367") ) ) +(assert (myObject (attribute1 "attr58368") ) ) +(assert (myObject (attribute1 "attr58369") ) ) +(assert (myObject (attribute1 "attr58370") ) ) +(assert (myObject (attribute1 "attr58371") ) ) +(assert (myObject (attribute1 "attr58372") ) ) +(assert (myObject (attribute1 "attr58373") ) ) +(assert (myObject (attribute1 "attr58374") ) ) +(assert (myObject (attribute1 "attr58375") ) ) +(assert (myObject (attribute1 "attr58376") ) ) +(assert (myObject (attribute1 "attr58377") ) ) +(assert (myObject (attribute1 "attr58378") ) ) +(assert (myObject (attribute1 "attr58379") ) ) +(assert (myObject (attribute1 "attr58380") ) ) +(assert (myObject (attribute1 "attr58381") ) ) +(assert (myObject (attribute1 "attr58382") ) ) +(assert (myObject (attribute1 "attr58383") ) ) +(assert (myObject (attribute1 "attr58384") ) ) +(assert (myObject (attribute1 "attr58385") ) ) +(assert (myObject (attribute1 "attr58386") ) ) +(assert (myObject (attribute1 "attr58387") ) ) +(assert (myObject (attribute1 "attr58388") ) ) +(assert (myObject (attribute1 "attr58389") ) ) +(assert (myObject (attribute1 "attr58390") ) ) +(assert (myObject (attribute1 "attr58391") ) ) +(assert (myObject (attribute1 "attr58392") ) ) +(assert (myObject (attribute1 "attr58393") ) ) +(assert (myObject (attribute1 "attr58394") ) ) +(assert (myObject (attribute1 "attr58395") ) ) +(assert (myObject (attribute1 "attr58396") ) ) +(assert (myObject (attribute1 "attr58397") ) ) +(assert (myObject (attribute1 "attr58398") ) ) +(assert (myObject (attribute1 "attr58399") ) ) +(assert (myObject (attribute1 "attr58400") ) ) +(assert (myObject (attribute1 "attr58401") ) ) +(assert (myObject (attribute1 "attr58402") ) ) +(assert (myObject (attribute1 "attr58403") ) ) +(assert (myObject (attribute1 "attr58404") ) ) +(assert (myObject (attribute1 "attr58405") ) ) +(assert (myObject (attribute1 "attr58406") ) ) +(assert (myObject (attribute1 "attr58407") ) ) +(assert (myObject (attribute1 "attr58408") ) ) +(assert (myObject (attribute1 "attr58409") ) ) +(assert (myObject (attribute1 "attr58410") ) ) +(assert (myObject (attribute1 "attr58411") ) ) +(assert (myObject (attribute1 "attr58412") ) ) +(assert (myObject (attribute1 "attr58413") ) ) +(assert (myObject (attribute1 "attr58414") ) ) +(assert (myObject (attribute1 "attr58415") ) ) +(assert (myObject (attribute1 "attr58416") ) ) +(assert (myObject (attribute1 "attr58417") ) ) +(assert (myObject (attribute1 "attr58418") ) ) +(assert (myObject (attribute1 "attr58419") ) ) +(assert (myObject (attribute1 "attr58420") ) ) +(assert (myObject (attribute1 "attr58421") ) ) +(assert (myObject (attribute1 "attr58422") ) ) +(assert (myObject (attribute1 "attr58423") ) ) +(assert (myObject (attribute1 "attr58424") ) ) +(assert (myObject (attribute1 "attr58425") ) ) +(assert (myObject (attribute1 "attr58426") ) ) +(assert (myObject (attribute1 "attr58427") ) ) +(assert (myObject (attribute1 "attr58428") ) ) +(assert (myObject (attribute1 "attr58429") ) ) +(assert (myObject (attribute1 "attr58430") ) ) +(assert (myObject (attribute1 "attr58431") ) ) +(assert (myObject (attribute1 "attr58432") ) ) +(assert (myObject (attribute1 "attr58433") ) ) +(assert (myObject (attribute1 "attr58434") ) ) +(assert (myObject (attribute1 "attr58435") ) ) +(assert (myObject (attribute1 "attr58436") ) ) +(assert (myObject (attribute1 "attr58437") ) ) +(assert (myObject (attribute1 "attr58438") ) ) +(assert (myObject (attribute1 "attr58439") ) ) +(assert (myObject (attribute1 "attr58440") ) ) +(assert (myObject (attribute1 "attr58441") ) ) +(assert (myObject (attribute1 "attr58442") ) ) +(assert (myObject (attribute1 "attr58443") ) ) +(assert (myObject (attribute1 "attr58444") ) ) +(assert (myObject (attribute1 "attr58445") ) ) +(assert (myObject (attribute1 "attr58446") ) ) +(assert (myObject (attribute1 "attr58447") ) ) +(assert (myObject (attribute1 "attr58448") ) ) +(assert (myObject (attribute1 "attr58449") ) ) +(assert (myObject (attribute1 "attr58450") ) ) +(assert (myObject (attribute1 "attr58451") ) ) +(assert (myObject (attribute1 "attr58452") ) ) +(assert (myObject (attribute1 "attr58453") ) ) +(assert (myObject (attribute1 "attr58454") ) ) +(assert (myObject (attribute1 "attr58455") ) ) +(assert (myObject (attribute1 "attr58456") ) ) +(assert (myObject (attribute1 "attr58457") ) ) +(assert (myObject (attribute1 "attr58458") ) ) +(assert (myObject (attribute1 "attr58459") ) ) +(assert (myObject (attribute1 "attr58460") ) ) +(assert (myObject (attribute1 "attr58461") ) ) +(assert (myObject (attribute1 "attr58462") ) ) +(assert (myObject (attribute1 "attr58463") ) ) +(assert (myObject (attribute1 "attr58464") ) ) +(assert (myObject (attribute1 "attr58465") ) ) +(assert (myObject (attribute1 "attr58466") ) ) +(assert (myObject (attribute1 "attr58467") ) ) +(assert (myObject (attribute1 "attr58468") ) ) +(assert (myObject (attribute1 "attr58469") ) ) +(assert (myObject (attribute1 "attr58470") ) ) +(assert (myObject (attribute1 "attr58471") ) ) +(assert (myObject (attribute1 "attr58472") ) ) +(assert (myObject (attribute1 "attr58473") ) ) +(assert (myObject (attribute1 "attr58474") ) ) +(assert (myObject (attribute1 "attr58475") ) ) +(assert (myObject (attribute1 "attr58476") ) ) +(assert (myObject (attribute1 "attr58477") ) ) +(assert (myObject (attribute1 "attr58478") ) ) +(assert (myObject (attribute1 "attr58479") ) ) +(assert (myObject (attribute1 "attr58480") ) ) +(assert (myObject (attribute1 "attr58481") ) ) +(assert (myObject (attribute1 "attr58482") ) ) +(assert (myObject (attribute1 "attr58483") ) ) +(assert (myObject (attribute1 "attr58484") ) ) +(assert (myObject (attribute1 "attr58485") ) ) +(assert (myObject (attribute1 "attr58486") ) ) +(assert (myObject (attribute1 "attr58487") ) ) +(assert (myObject (attribute1 "attr58488") ) ) +(assert (myObject (attribute1 "attr58489") ) ) +(assert (myObject (attribute1 "attr58490") ) ) +(assert (myObject (attribute1 "attr58491") ) ) +(assert (myObject (attribute1 "attr58492") ) ) +(assert (myObject (attribute1 "attr58493") ) ) +(assert (myObject (attribute1 "attr58494") ) ) +(assert (myObject (attribute1 "attr58495") ) ) +(assert (myObject (attribute1 "attr58496") ) ) +(assert (myObject (attribute1 "attr58497") ) ) +(assert (myObject (attribute1 "attr58498") ) ) +(assert (myObject (attribute1 "attr58499") ) ) +(assert (myObject (attribute1 "attr58500") ) ) +(assert (myObject (attribute1 "attr58501") ) ) +(assert (myObject (attribute1 "attr58502") ) ) +(assert (myObject (attribute1 "attr58503") ) ) +(assert (myObject (attribute1 "attr58504") ) ) +(assert (myObject (attribute1 "attr58505") ) ) +(assert (myObject (attribute1 "attr58506") ) ) +(assert (myObject (attribute1 "attr58507") ) ) +(assert (myObject (attribute1 "attr58508") ) ) +(assert (myObject (attribute1 "attr58509") ) ) +(assert (myObject (attribute1 "attr58510") ) ) +(assert (myObject (attribute1 "attr58511") ) ) +(assert (myObject (attribute1 "attr58512") ) ) +(assert (myObject (attribute1 "attr58513") ) ) +(assert (myObject (attribute1 "attr58514") ) ) +(assert (myObject (attribute1 "attr58515") ) ) +(assert (myObject (attribute1 "attr58516") ) ) +(assert (myObject (attribute1 "attr58517") ) ) +(assert (myObject (attribute1 "attr58518") ) ) +(assert (myObject (attribute1 "attr58519") ) ) +(assert (myObject (attribute1 "attr58520") ) ) +(assert (myObject (attribute1 "attr58521") ) ) +(assert (myObject (attribute1 "attr58522") ) ) +(assert (myObject (attribute1 "attr58523") ) ) +(assert (myObject (attribute1 "attr58524") ) ) +(assert (myObject (attribute1 "attr58525") ) ) +(assert (myObject (attribute1 "attr58526") ) ) +(assert (myObject (attribute1 "attr58527") ) ) +(assert (myObject (attribute1 "attr58528") ) ) +(assert (myObject (attribute1 "attr58529") ) ) +(assert (myObject (attribute1 "attr58530") ) ) +(assert (myObject (attribute1 "attr58531") ) ) +(assert (myObject (attribute1 "attr58532") ) ) +(assert (myObject (attribute1 "attr58533") ) ) +(assert (myObject (attribute1 "attr58534") ) ) +(assert (myObject (attribute1 "attr58535") ) ) +(assert (myObject (attribute1 "attr58536") ) ) +(assert (myObject (attribute1 "attr58537") ) ) +(assert (myObject (attribute1 "attr58538") ) ) +(assert (myObject (attribute1 "attr58539") ) ) +(assert (myObject (attribute1 "attr58540") ) ) +(assert (myObject (attribute1 "attr58541") ) ) +(assert (myObject (attribute1 "attr58542") ) ) +(assert (myObject (attribute1 "attr58543") ) ) +(assert (myObject (attribute1 "attr58544") ) ) +(assert (myObject (attribute1 "attr58545") ) ) +(assert (myObject (attribute1 "attr58546") ) ) +(assert (myObject (attribute1 "attr58547") ) ) +(assert (myObject (attribute1 "attr58548") ) ) +(assert (myObject (attribute1 "attr58549") ) ) +(assert (myObject (attribute1 "attr58550") ) ) +(assert (myObject (attribute1 "attr58551") ) ) +(assert (myObject (attribute1 "attr58552") ) ) +(assert (myObject (attribute1 "attr58553") ) ) +(assert (myObject (attribute1 "attr58554") ) ) +(assert (myObject (attribute1 "attr58555") ) ) +(assert (myObject (attribute1 "attr58556") ) ) +(assert (myObject (attribute1 "attr58557") ) ) +(assert (myObject (attribute1 "attr58558") ) ) +(assert (myObject (attribute1 "attr58559") ) ) +(assert (myObject (attribute1 "attr58560") ) ) +(assert (myObject (attribute1 "attr58561") ) ) +(assert (myObject (attribute1 "attr58562") ) ) +(assert (myObject (attribute1 "attr58563") ) ) +(assert (myObject (attribute1 "attr58564") ) ) +(assert (myObject (attribute1 "attr58565") ) ) +(assert (myObject (attribute1 "attr58566") ) ) +(assert (myObject (attribute1 "attr58567") ) ) +(assert (myObject (attribute1 "attr58568") ) ) +(assert (myObject (attribute1 "attr58569") ) ) +(assert (myObject (attribute1 "attr58570") ) ) +(assert (myObject (attribute1 "attr58571") ) ) +(assert (myObject (attribute1 "attr58572") ) ) +(assert (myObject (attribute1 "attr58573") ) ) +(assert (myObject (attribute1 "attr58574") ) ) +(assert (myObject (attribute1 "attr58575") ) ) +(assert (myObject (attribute1 "attr58576") ) ) +(assert (myObject (attribute1 "attr58577") ) ) +(assert (myObject (attribute1 "attr58578") ) ) +(assert (myObject (attribute1 "attr58579") ) ) +(assert (myObject (attribute1 "attr58580") ) ) +(assert (myObject (attribute1 "attr58581") ) ) +(assert (myObject (attribute1 "attr58582") ) ) +(assert (myObject (attribute1 "attr58583") ) ) +(assert (myObject (attribute1 "attr58584") ) ) +(assert (myObject (attribute1 "attr58585") ) ) +(assert (myObject (attribute1 "attr58586") ) ) +(assert (myObject (attribute1 "attr58587") ) ) +(assert (myObject (attribute1 "attr58588") ) ) +(assert (myObject (attribute1 "attr58589") ) ) +(assert (myObject (attribute1 "attr58590") ) ) +(assert (myObject (attribute1 "attr58591") ) ) +(assert (myObject (attribute1 "attr58592") ) ) +(assert (myObject (attribute1 "attr58593") ) ) +(assert (myObject (attribute1 "attr58594") ) ) +(assert (myObject (attribute1 "attr58595") ) ) +(assert (myObject (attribute1 "attr58596") ) ) +(assert (myObject (attribute1 "attr58597") ) ) +(assert (myObject (attribute1 "attr58598") ) ) +(assert (myObject (attribute1 "attr58599") ) ) +(assert (myObject (attribute1 "attr58600") ) ) +(assert (myObject (attribute1 "attr58601") ) ) +(assert (myObject (attribute1 "attr58602") ) ) +(assert (myObject (attribute1 "attr58603") ) ) +(assert (myObject (attribute1 "attr58604") ) ) +(assert (myObject (attribute1 "attr58605") ) ) +(assert (myObject (attribute1 "attr58606") ) ) +(assert (myObject (attribute1 "attr58607") ) ) +(assert (myObject (attribute1 "attr58608") ) ) +(assert (myObject (attribute1 "attr58609") ) ) +(assert (myObject (attribute1 "attr58610") ) ) +(assert (myObject (attribute1 "attr58611") ) ) +(assert (myObject (attribute1 "attr58612") ) ) +(assert (myObject (attribute1 "attr58613") ) ) +(assert (myObject (attribute1 "attr58614") ) ) +(assert (myObject (attribute1 "attr58615") ) ) +(assert (myObject (attribute1 "attr58616") ) ) +(assert (myObject (attribute1 "attr58617") ) ) +(assert (myObject (attribute1 "attr58618") ) ) +(assert (myObject (attribute1 "attr58619") ) ) +(assert (myObject (attribute1 "attr58620") ) ) +(assert (myObject (attribute1 "attr58621") ) ) +(assert (myObject (attribute1 "attr58622") ) ) +(assert (myObject (attribute1 "attr58623") ) ) +(assert (myObject (attribute1 "attr58624") ) ) +(assert (myObject (attribute1 "attr58625") ) ) +(assert (myObject (attribute1 "attr58626") ) ) +(assert (myObject (attribute1 "attr58627") ) ) +(assert (myObject (attribute1 "attr58628") ) ) +(assert (myObject (attribute1 "attr58629") ) ) +(assert (myObject (attribute1 "attr58630") ) ) +(assert (myObject (attribute1 "attr58631") ) ) +(assert (myObject (attribute1 "attr58632") ) ) +(assert (myObject (attribute1 "attr58633") ) ) +(assert (myObject (attribute1 "attr58634") ) ) +(assert (myObject (attribute1 "attr58635") ) ) +(assert (myObject (attribute1 "attr58636") ) ) +(assert (myObject (attribute1 "attr58637") ) ) +(assert (myObject (attribute1 "attr58638") ) ) +(assert (myObject (attribute1 "attr58639") ) ) +(assert (myObject (attribute1 "attr58640") ) ) +(assert (myObject (attribute1 "attr58641") ) ) +(assert (myObject (attribute1 "attr58642") ) ) +(assert (myObject (attribute1 "attr58643") ) ) +(assert (myObject (attribute1 "attr58644") ) ) +(assert (myObject (attribute1 "attr58645") ) ) +(assert (myObject (attribute1 "attr58646") ) ) +(assert (myObject (attribute1 "attr58647") ) ) +(assert (myObject (attribute1 "attr58648") ) ) +(assert (myObject (attribute1 "attr58649") ) ) +(assert (myObject (attribute1 "attr58650") ) ) +(assert (myObject (attribute1 "attr58651") ) ) +(assert (myObject (attribute1 "attr58652") ) ) +(assert (myObject (attribute1 "attr58653") ) ) +(assert (myObject (attribute1 "attr58654") ) ) +(assert (myObject (attribute1 "attr58655") ) ) +(assert (myObject (attribute1 "attr58656") ) ) +(assert (myObject (attribute1 "attr58657") ) ) +(assert (myObject (attribute1 "attr58658") ) ) +(assert (myObject (attribute1 "attr58659") ) ) +(assert (myObject (attribute1 "attr58660") ) ) +(assert (myObject (attribute1 "attr58661") ) ) +(assert (myObject (attribute1 "attr58662") ) ) +(assert (myObject (attribute1 "attr58663") ) ) +(assert (myObject (attribute1 "attr58664") ) ) +(assert (myObject (attribute1 "attr58665") ) ) +(assert (myObject (attribute1 "attr58666") ) ) +(assert (myObject (attribute1 "attr58667") ) ) +(assert (myObject (attribute1 "attr58668") ) ) +(assert (myObject (attribute1 "attr58669") ) ) +(assert (myObject (attribute1 "attr58670") ) ) +(assert (myObject (attribute1 "attr58671") ) ) +(assert (myObject (attribute1 "attr58672") ) ) +(assert (myObject (attribute1 "attr58673") ) ) +(assert (myObject (attribute1 "attr58674") ) ) +(assert (myObject (attribute1 "attr58675") ) ) +(assert (myObject (attribute1 "attr58676") ) ) +(assert (myObject (attribute1 "attr58677") ) ) +(assert (myObject (attribute1 "attr58678") ) ) +(assert (myObject (attribute1 "attr58679") ) ) +(assert (myObject (attribute1 "attr58680") ) ) +(assert (myObject (attribute1 "attr58681") ) ) +(assert (myObject (attribute1 "attr58682") ) ) +(assert (myObject (attribute1 "attr58683") ) ) +(assert (myObject (attribute1 "attr58684") ) ) +(assert (myObject (attribute1 "attr58685") ) ) +(assert (myObject (attribute1 "attr58686") ) ) +(assert (myObject (attribute1 "attr58687") ) ) +(assert (myObject (attribute1 "attr58688") ) ) +(assert (myObject (attribute1 "attr58689") ) ) +(assert (myObject (attribute1 "attr58690") ) ) +(assert (myObject (attribute1 "attr58691") ) ) +(assert (myObject (attribute1 "attr58692") ) ) +(assert (myObject (attribute1 "attr58693") ) ) +(assert (myObject (attribute1 "attr58694") ) ) +(assert (myObject (attribute1 "attr58695") ) ) +(assert (myObject (attribute1 "attr58696") ) ) +(assert (myObject (attribute1 "attr58697") ) ) +(assert (myObject (attribute1 "attr58698") ) ) +(assert (myObject (attribute1 "attr58699") ) ) +(assert (myObject (attribute1 "attr58700") ) ) +(assert (myObject (attribute1 "attr58701") ) ) +(assert (myObject (attribute1 "attr58702") ) ) +(assert (myObject (attribute1 "attr58703") ) ) +(assert (myObject (attribute1 "attr58704") ) ) +(assert (myObject (attribute1 "attr58705") ) ) +(assert (myObject (attribute1 "attr58706") ) ) +(assert (myObject (attribute1 "attr58707") ) ) +(assert (myObject (attribute1 "attr58708") ) ) +(assert (myObject (attribute1 "attr58709") ) ) +(assert (myObject (attribute1 "attr58710") ) ) +(assert (myObject (attribute1 "attr58711") ) ) +(assert (myObject (attribute1 "attr58712") ) ) +(assert (myObject (attribute1 "attr58713") ) ) +(assert (myObject (attribute1 "attr58714") ) ) +(assert (myObject (attribute1 "attr58715") ) ) +(assert (myObject (attribute1 "attr58716") ) ) +(assert (myObject (attribute1 "attr58717") ) ) +(assert (myObject (attribute1 "attr58718") ) ) +(assert (myObject (attribute1 "attr58719") ) ) +(assert (myObject (attribute1 "attr58720") ) ) +(assert (myObject (attribute1 "attr58721") ) ) +(assert (myObject (attribute1 "attr58722") ) ) +(assert (myObject (attribute1 "attr58723") ) ) +(assert (myObject (attribute1 "attr58724") ) ) +(assert (myObject (attribute1 "attr58725") ) ) +(assert (myObject (attribute1 "attr58726") ) ) +(assert (myObject (attribute1 "attr58727") ) ) +(assert (myObject (attribute1 "attr58728") ) ) +(assert (myObject (attribute1 "attr58729") ) ) +(assert (myObject (attribute1 "attr58730") ) ) +(assert (myObject (attribute1 "attr58731") ) ) +(assert (myObject (attribute1 "attr58732") ) ) +(assert (myObject (attribute1 "attr58733") ) ) +(assert (myObject (attribute1 "attr58734") ) ) +(assert (myObject (attribute1 "attr58735") ) ) +(assert (myObject (attribute1 "attr58736") ) ) +(assert (myObject (attribute1 "attr58737") ) ) +(assert (myObject (attribute1 "attr58738") ) ) +(assert (myObject (attribute1 "attr58739") ) ) +(assert (myObject (attribute1 "attr58740") ) ) +(assert (myObject (attribute1 "attr58741") ) ) +(assert (myObject (attribute1 "attr58742") ) ) +(assert (myObject (attribute1 "attr58743") ) ) +(assert (myObject (attribute1 "attr58744") ) ) +(assert (myObject (attribute1 "attr58745") ) ) +(assert (myObject (attribute1 "attr58746") ) ) +(assert (myObject (attribute1 "attr58747") ) ) +(assert (myObject (attribute1 "attr58748") ) ) +(assert (myObject (attribute1 "attr58749") ) ) +(assert (myObject (attribute1 "attr58750") ) ) +(assert (myObject (attribute1 "attr58751") ) ) +(assert (myObject (attribute1 "attr58752") ) ) +(assert (myObject (attribute1 "attr58753") ) ) +(assert (myObject (attribute1 "attr58754") ) ) +(assert (myObject (attribute1 "attr58755") ) ) +(assert (myObject (attribute1 "attr58756") ) ) +(assert (myObject (attribute1 "attr58757") ) ) +(assert (myObject (attribute1 "attr58758") ) ) +(assert (myObject (attribute1 "attr58759") ) ) +(assert (myObject (attribute1 "attr58760") ) ) +(assert (myObject (attribute1 "attr58761") ) ) +(assert (myObject (attribute1 "attr58762") ) ) +(assert (myObject (attribute1 "attr58763") ) ) +(assert (myObject (attribute1 "attr58764") ) ) +(assert (myObject (attribute1 "attr58765") ) ) +(assert (myObject (attribute1 "attr58766") ) ) +(assert (myObject (attribute1 "attr58767") ) ) +(assert (myObject (attribute1 "attr58768") ) ) +(assert (myObject (attribute1 "attr58769") ) ) +(assert (myObject (attribute1 "attr58770") ) ) +(assert (myObject (attribute1 "attr58771") ) ) +(assert (myObject (attribute1 "attr58772") ) ) +(assert (myObject (attribute1 "attr58773") ) ) +(assert (myObject (attribute1 "attr58774") ) ) +(assert (myObject (attribute1 "attr58775") ) ) +(assert (myObject (attribute1 "attr58776") ) ) +(assert (myObject (attribute1 "attr58777") ) ) +(assert (myObject (attribute1 "attr58778") ) ) +(assert (myObject (attribute1 "attr58779") ) ) +(assert (myObject (attribute1 "attr58780") ) ) +(assert (myObject (attribute1 "attr58781") ) ) +(assert (myObject (attribute1 "attr58782") ) ) +(assert (myObject (attribute1 "attr58783") ) ) +(assert (myObject (attribute1 "attr58784") ) ) +(assert (myObject (attribute1 "attr58785") ) ) +(assert (myObject (attribute1 "attr58786") ) ) +(assert (myObject (attribute1 "attr58787") ) ) +(assert (myObject (attribute1 "attr58788") ) ) +(assert (myObject (attribute1 "attr58789") ) ) +(assert (myObject (attribute1 "attr58790") ) ) +(assert (myObject (attribute1 "attr58791") ) ) +(assert (myObject (attribute1 "attr58792") ) ) +(assert (myObject (attribute1 "attr58793") ) ) +(assert (myObject (attribute1 "attr58794") ) ) +(assert (myObject (attribute1 "attr58795") ) ) +(assert (myObject (attribute1 "attr58796") ) ) +(assert (myObject (attribute1 "attr58797") ) ) +(assert (myObject (attribute1 "attr58798") ) ) +(assert (myObject (attribute1 "attr58799") ) ) +(assert (myObject (attribute1 "attr58800") ) ) +(assert (myObject (attribute1 "attr58801") ) ) +(assert (myObject (attribute1 "attr58802") ) ) +(assert (myObject (attribute1 "attr58803") ) ) +(assert (myObject (attribute1 "attr58804") ) ) +(assert (myObject (attribute1 "attr58805") ) ) +(assert (myObject (attribute1 "attr58806") ) ) +(assert (myObject (attribute1 "attr58807") ) ) +(assert (myObject (attribute1 "attr58808") ) ) +(assert (myObject (attribute1 "attr58809") ) ) +(assert (myObject (attribute1 "attr58810") ) ) +(assert (myObject (attribute1 "attr58811") ) ) +(assert (myObject (attribute1 "attr58812") ) ) +(assert (myObject (attribute1 "attr58813") ) ) +(assert (myObject (attribute1 "attr58814") ) ) +(assert (myObject (attribute1 "attr58815") ) ) +(assert (myObject (attribute1 "attr58816") ) ) +(assert (myObject (attribute1 "attr58817") ) ) +(assert (myObject (attribute1 "attr58818") ) ) +(assert (myObject (attribute1 "attr58819") ) ) +(assert (myObject (attribute1 "attr58820") ) ) +(assert (myObject (attribute1 "attr58821") ) ) +(assert (myObject (attribute1 "attr58822") ) ) +(assert (myObject (attribute1 "attr58823") ) ) +(assert (myObject (attribute1 "attr58824") ) ) +(assert (myObject (attribute1 "attr58825") ) ) +(assert (myObject (attribute1 "attr58826") ) ) +(assert (myObject (attribute1 "attr58827") ) ) +(assert (myObject (attribute1 "attr58828") ) ) +(assert (myObject (attribute1 "attr58829") ) ) +(assert (myObject (attribute1 "attr58830") ) ) +(assert (myObject (attribute1 "attr58831") ) ) +(assert (myObject (attribute1 "attr58832") ) ) +(assert (myObject (attribute1 "attr58833") ) ) +(assert (myObject (attribute1 "attr58834") ) ) +(assert (myObject (attribute1 "attr58835") ) ) +(assert (myObject (attribute1 "attr58836") ) ) +(assert (myObject (attribute1 "attr58837") ) ) +(assert (myObject (attribute1 "attr58838") ) ) +(assert (myObject (attribute1 "attr58839") ) ) +(assert (myObject (attribute1 "attr58840") ) ) +(assert (myObject (attribute1 "attr58841") ) ) +(assert (myObject (attribute1 "attr58842") ) ) +(assert (myObject (attribute1 "attr58843") ) ) +(assert (myObject (attribute1 "attr58844") ) ) +(assert (myObject (attribute1 "attr58845") ) ) +(assert (myObject (attribute1 "attr58846") ) ) +(assert (myObject (attribute1 "attr58847") ) ) +(assert (myObject (attribute1 "attr58848") ) ) +(assert (myObject (attribute1 "attr58849") ) ) +(assert (myObject (attribute1 "attr58850") ) ) +(assert (myObject (attribute1 "attr58851") ) ) +(assert (myObject (attribute1 "attr58852") ) ) +(assert (myObject (attribute1 "attr58853") ) ) +(assert (myObject (attribute1 "attr58854") ) ) +(assert (myObject (attribute1 "attr58855") ) ) +(assert (myObject (attribute1 "attr58856") ) ) +(assert (myObject (attribute1 "attr58857") ) ) +(assert (myObject (attribute1 "attr58858") ) ) +(assert (myObject (attribute1 "attr58859") ) ) +(assert (myObject (attribute1 "attr58860") ) ) +(assert (myObject (attribute1 "attr58861") ) ) +(assert (myObject (attribute1 "attr58862") ) ) +(assert (myObject (attribute1 "attr58863") ) ) +(assert (myObject (attribute1 "attr58864") ) ) +(assert (myObject (attribute1 "attr58865") ) ) +(assert (myObject (attribute1 "attr58866") ) ) +(assert (myObject (attribute1 "attr58867") ) ) +(assert (myObject (attribute1 "attr58868") ) ) +(assert (myObject (attribute1 "attr58869") ) ) +(assert (myObject (attribute1 "attr58870") ) ) +(assert (myObject (attribute1 "attr58871") ) ) +(assert (myObject (attribute1 "attr58872") ) ) +(assert (myObject (attribute1 "attr58873") ) ) +(assert (myObject (attribute1 "attr58874") ) ) +(assert (myObject (attribute1 "attr58875") ) ) +(assert (myObject (attribute1 "attr58876") ) ) +(assert (myObject (attribute1 "attr58877") ) ) +(assert (myObject (attribute1 "attr58878") ) ) +(assert (myObject (attribute1 "attr58879") ) ) +(assert (myObject (attribute1 "attr58880") ) ) +(assert (myObject (attribute1 "attr58881") ) ) +(assert (myObject (attribute1 "attr58882") ) ) +(assert (myObject (attribute1 "attr58883") ) ) +(assert (myObject (attribute1 "attr58884") ) ) +(assert (myObject (attribute1 "attr58885") ) ) +(assert (myObject (attribute1 "attr58886") ) ) +(assert (myObject (attribute1 "attr58887") ) ) +(assert (myObject (attribute1 "attr58888") ) ) +(assert (myObject (attribute1 "attr58889") ) ) +(assert (myObject (attribute1 "attr58890") ) ) +(assert (myObject (attribute1 "attr58891") ) ) +(assert (myObject (attribute1 "attr58892") ) ) +(assert (myObject (attribute1 "attr58893") ) ) +(assert (myObject (attribute1 "attr58894") ) ) +(assert (myObject (attribute1 "attr58895") ) ) +(assert (myObject (attribute1 "attr58896") ) ) +(assert (myObject (attribute1 "attr58897") ) ) +(assert (myObject (attribute1 "attr58898") ) ) +(assert (myObject (attribute1 "attr58899") ) ) +(assert (myObject (attribute1 "attr58900") ) ) +(assert (myObject (attribute1 "attr58901") ) ) +(assert (myObject (attribute1 "attr58902") ) ) +(assert (myObject (attribute1 "attr58903") ) ) +(assert (myObject (attribute1 "attr58904") ) ) +(assert (myObject (attribute1 "attr58905") ) ) +(assert (myObject (attribute1 "attr58906") ) ) +(assert (myObject (attribute1 "attr58907") ) ) +(assert (myObject (attribute1 "attr58908") ) ) +(assert (myObject (attribute1 "attr58909") ) ) +(assert (myObject (attribute1 "attr58910") ) ) +(assert (myObject (attribute1 "attr58911") ) ) +(assert (myObject (attribute1 "attr58912") ) ) +(assert (myObject (attribute1 "attr58913") ) ) +(assert (myObject (attribute1 "attr58914") ) ) +(assert (myObject (attribute1 "attr58915") ) ) +(assert (myObject (attribute1 "attr58916") ) ) +(assert (myObject (attribute1 "attr58917") ) ) +(assert (myObject (attribute1 "attr58918") ) ) +(assert (myObject (attribute1 "attr58919") ) ) +(assert (myObject (attribute1 "attr58920") ) ) +(assert (myObject (attribute1 "attr58921") ) ) +(assert (myObject (attribute1 "attr58922") ) ) +(assert (myObject (attribute1 "attr58923") ) ) +(assert (myObject (attribute1 "attr58924") ) ) +(assert (myObject (attribute1 "attr58925") ) ) +(assert (myObject (attribute1 "attr58926") ) ) +(assert (myObject (attribute1 "attr58927") ) ) +(assert (myObject (attribute1 "attr58928") ) ) +(assert (myObject (attribute1 "attr58929") ) ) +(assert (myObject (attribute1 "attr58930") ) ) +(assert (myObject (attribute1 "attr58931") ) ) +(assert (myObject (attribute1 "attr58932") ) ) +(assert (myObject (attribute1 "attr58933") ) ) +(assert (myObject (attribute1 "attr58934") ) ) +(assert (myObject (attribute1 "attr58935") ) ) +(assert (myObject (attribute1 "attr58936") ) ) +(assert (myObject (attribute1 "attr58937") ) ) +(assert (myObject (attribute1 "attr58938") ) ) +(assert (myObject (attribute1 "attr58939") ) ) +(assert (myObject (attribute1 "attr58940") ) ) +(assert (myObject (attribute1 "attr58941") ) ) +(assert (myObject (attribute1 "attr58942") ) ) +(assert (myObject (attribute1 "attr58943") ) ) +(assert (myObject (attribute1 "attr58944") ) ) +(assert (myObject (attribute1 "attr58945") ) ) +(assert (myObject (attribute1 "attr58946") ) ) +(assert (myObject (attribute1 "attr58947") ) ) +(assert (myObject (attribute1 "attr58948") ) ) +(assert (myObject (attribute1 "attr58949") ) ) +(assert (myObject (attribute1 "attr58950") ) ) +(assert (myObject (attribute1 "attr58951") ) ) +(assert (myObject (attribute1 "attr58952") ) ) +(assert (myObject (attribute1 "attr58953") ) ) +(assert (myObject (attribute1 "attr58954") ) ) +(assert (myObject (attribute1 "attr58955") ) ) +(assert (myObject (attribute1 "attr58956") ) ) +(assert (myObject (attribute1 "attr58957") ) ) +(assert (myObject (attribute1 "attr58958") ) ) +(assert (myObject (attribute1 "attr58959") ) ) +(assert (myObject (attribute1 "attr58960") ) ) +(assert (myObject (attribute1 "attr58961") ) ) +(assert (myObject (attribute1 "attr58962") ) ) +(assert (myObject (attribute1 "attr58963") ) ) +(assert (myObject (attribute1 "attr58964") ) ) +(assert (myObject (attribute1 "attr58965") ) ) +(assert (myObject (attribute1 "attr58966") ) ) +(assert (myObject (attribute1 "attr58967") ) ) +(assert (myObject (attribute1 "attr58968") ) ) +(assert (myObject (attribute1 "attr58969") ) ) +(assert (myObject (attribute1 "attr58970") ) ) +(assert (myObject (attribute1 "attr58971") ) ) +(assert (myObject (attribute1 "attr58972") ) ) +(assert (myObject (attribute1 "attr58973") ) ) +(assert (myObject (attribute1 "attr58974") ) ) +(assert (myObject (attribute1 "attr58975") ) ) +(assert (myObject (attribute1 "attr58976") ) ) +(assert (myObject (attribute1 "attr58977") ) ) +(assert (myObject (attribute1 "attr58978") ) ) +(assert (myObject (attribute1 "attr58979") ) ) +(assert (myObject (attribute1 "attr58980") ) ) +(assert (myObject (attribute1 "attr58981") ) ) +(assert (myObject (attribute1 "attr58982") ) ) +(assert (myObject (attribute1 "attr58983") ) ) +(assert (myObject (attribute1 "attr58984") ) ) +(assert (myObject (attribute1 "attr58985") ) ) +(assert (myObject (attribute1 "attr58986") ) ) +(assert (myObject (attribute1 "attr58987") ) ) +(assert (myObject (attribute1 "attr58988") ) ) +(assert (myObject (attribute1 "attr58989") ) ) +(assert (myObject (attribute1 "attr58990") ) ) +(assert (myObject (attribute1 "attr58991") ) ) +(assert (myObject (attribute1 "attr58992") ) ) +(assert (myObject (attribute1 "attr58993") ) ) +(assert (myObject (attribute1 "attr58994") ) ) +(assert (myObject (attribute1 "attr58995") ) ) +(assert (myObject (attribute1 "attr58996") ) ) +(assert (myObject (attribute1 "attr58997") ) ) +(assert (myObject (attribute1 "attr58998") ) ) +(assert (myObject (attribute1 "attr58999") ) ) +(assert (myObject (attribute1 "attr59000") ) ) +(assert (myObject (attribute1 "attr59001") ) ) +(assert (myObject (attribute1 "attr59002") ) ) +(assert (myObject (attribute1 "attr59003") ) ) +(assert (myObject (attribute1 "attr59004") ) ) +(assert (myObject (attribute1 "attr59005") ) ) +(assert (myObject (attribute1 "attr59006") ) ) +(assert (myObject (attribute1 "attr59007") ) ) +(assert (myObject (attribute1 "attr59008") ) ) +(assert (myObject (attribute1 "attr59009") ) ) +(assert (myObject (attribute1 "attr59010") ) ) +(assert (myObject (attribute1 "attr59011") ) ) +(assert (myObject (attribute1 "attr59012") ) ) +(assert (myObject (attribute1 "attr59013") ) ) +(assert (myObject (attribute1 "attr59014") ) ) +(assert (myObject (attribute1 "attr59015") ) ) +(assert (myObject (attribute1 "attr59016") ) ) +(assert (myObject (attribute1 "attr59017") ) ) +(assert (myObject (attribute1 "attr59018") ) ) +(assert (myObject (attribute1 "attr59019") ) ) +(assert (myObject (attribute1 "attr59020") ) ) +(assert (myObject (attribute1 "attr59021") ) ) +(assert (myObject (attribute1 "attr59022") ) ) +(assert (myObject (attribute1 "attr59023") ) ) +(assert (myObject (attribute1 "attr59024") ) ) +(assert (myObject (attribute1 "attr59025") ) ) +(assert (myObject (attribute1 "attr59026") ) ) +(assert (myObject (attribute1 "attr59027") ) ) +(assert (myObject (attribute1 "attr59028") ) ) +(assert (myObject (attribute1 "attr59029") ) ) +(assert (myObject (attribute1 "attr59030") ) ) +(assert (myObject (attribute1 "attr59031") ) ) +(assert (myObject (attribute1 "attr59032") ) ) +(assert (myObject (attribute1 "attr59033") ) ) +(assert (myObject (attribute1 "attr59034") ) ) +(assert (myObject (attribute1 "attr59035") ) ) +(assert (myObject (attribute1 "attr59036") ) ) +(assert (myObject (attribute1 "attr59037") ) ) +(assert (myObject (attribute1 "attr59038") ) ) +(assert (myObject (attribute1 "attr59039") ) ) +(assert (myObject (attribute1 "attr59040") ) ) +(assert (myObject (attribute1 "attr59041") ) ) +(assert (myObject (attribute1 "attr59042") ) ) +(assert (myObject (attribute1 "attr59043") ) ) +(assert (myObject (attribute1 "attr59044") ) ) +(assert (myObject (attribute1 "attr59045") ) ) +(assert (myObject (attribute1 "attr59046") ) ) +(assert (myObject (attribute1 "attr59047") ) ) +(assert (myObject (attribute1 "attr59048") ) ) +(assert (myObject (attribute1 "attr59049") ) ) +(assert (myObject (attribute1 "attr59050") ) ) +(assert (myObject (attribute1 "attr59051") ) ) +(assert (myObject (attribute1 "attr59052") ) ) +(assert (myObject (attribute1 "attr59053") ) ) +(assert (myObject (attribute1 "attr59054") ) ) +(assert (myObject (attribute1 "attr59055") ) ) +(assert (myObject (attribute1 "attr59056") ) ) +(assert (myObject (attribute1 "attr59057") ) ) +(assert (myObject (attribute1 "attr59058") ) ) +(assert (myObject (attribute1 "attr59059") ) ) +(assert (myObject (attribute1 "attr59060") ) ) +(assert (myObject (attribute1 "attr59061") ) ) +(assert (myObject (attribute1 "attr59062") ) ) +(assert (myObject (attribute1 "attr59063") ) ) +(assert (myObject (attribute1 "attr59064") ) ) +(assert (myObject (attribute1 "attr59065") ) ) +(assert (myObject (attribute1 "attr59066") ) ) +(assert (myObject (attribute1 "attr59067") ) ) +(assert (myObject (attribute1 "attr59068") ) ) +(assert (myObject (attribute1 "attr59069") ) ) +(assert (myObject (attribute1 "attr59070") ) ) +(assert (myObject (attribute1 "attr59071") ) ) +(assert (myObject (attribute1 "attr59072") ) ) +(assert (myObject (attribute1 "attr59073") ) ) +(assert (myObject (attribute1 "attr59074") ) ) +(assert (myObject (attribute1 "attr59075") ) ) +(assert (myObject (attribute1 "attr59076") ) ) +(assert (myObject (attribute1 "attr59077") ) ) +(assert (myObject (attribute1 "attr59078") ) ) +(assert (myObject (attribute1 "attr59079") ) ) +(assert (myObject (attribute1 "attr59080") ) ) +(assert (myObject (attribute1 "attr59081") ) ) +(assert (myObject (attribute1 "attr59082") ) ) +(assert (myObject (attribute1 "attr59083") ) ) +(assert (myObject (attribute1 "attr59084") ) ) +(assert (myObject (attribute1 "attr59085") ) ) +(assert (myObject (attribute1 "attr59086") ) ) +(assert (myObject (attribute1 "attr59087") ) ) +(assert (myObject (attribute1 "attr59088") ) ) +(assert (myObject (attribute1 "attr59089") ) ) +(assert (myObject (attribute1 "attr59090") ) ) +(assert (myObject (attribute1 "attr59091") ) ) +(assert (myObject (attribute1 "attr59092") ) ) +(assert (myObject (attribute1 "attr59093") ) ) +(assert (myObject (attribute1 "attr59094") ) ) +(assert (myObject (attribute1 "attr59095") ) ) +(assert (myObject (attribute1 "attr59096") ) ) +(assert (myObject (attribute1 "attr59097") ) ) +(assert (myObject (attribute1 "attr59098") ) ) +(assert (myObject (attribute1 "attr59099") ) ) +(assert (myObject (attribute1 "attr59100") ) ) +(assert (myObject (attribute1 "attr59101") ) ) +(assert (myObject (attribute1 "attr59102") ) ) +(assert (myObject (attribute1 "attr59103") ) ) +(assert (myObject (attribute1 "attr59104") ) ) +(assert (myObject (attribute1 "attr59105") ) ) +(assert (myObject (attribute1 "attr59106") ) ) +(assert (myObject (attribute1 "attr59107") ) ) +(assert (myObject (attribute1 "attr59108") ) ) +(assert (myObject (attribute1 "attr59109") ) ) +(assert (myObject (attribute1 "attr59110") ) ) +(assert (myObject (attribute1 "attr59111") ) ) +(assert (myObject (attribute1 "attr59112") ) ) +(assert (myObject (attribute1 "attr59113") ) ) +(assert (myObject (attribute1 "attr59114") ) ) +(assert (myObject (attribute1 "attr59115") ) ) +(assert (myObject (attribute1 "attr59116") ) ) +(assert (myObject (attribute1 "attr59117") ) ) +(assert (myObject (attribute1 "attr59118") ) ) +(assert (myObject (attribute1 "attr59119") ) ) +(assert (myObject (attribute1 "attr59120") ) ) +(assert (myObject (attribute1 "attr59121") ) ) +(assert (myObject (attribute1 "attr59122") ) ) +(assert (myObject (attribute1 "attr59123") ) ) +(assert (myObject (attribute1 "attr59124") ) ) +(assert (myObject (attribute1 "attr59125") ) ) +(assert (myObject (attribute1 "attr59126") ) ) +(assert (myObject (attribute1 "attr59127") ) ) +(assert (myObject (attribute1 "attr59128") ) ) +(assert (myObject (attribute1 "attr59129") ) ) +(assert (myObject (attribute1 "attr59130") ) ) +(assert (myObject (attribute1 "attr59131") ) ) +(assert (myObject (attribute1 "attr59132") ) ) +(assert (myObject (attribute1 "attr59133") ) ) +(assert (myObject (attribute1 "attr59134") ) ) +(assert (myObject (attribute1 "attr59135") ) ) +(assert (myObject (attribute1 "attr59136") ) ) +(assert (myObject (attribute1 "attr59137") ) ) +(assert (myObject (attribute1 "attr59138") ) ) +(assert (myObject (attribute1 "attr59139") ) ) +(assert (myObject (attribute1 "attr59140") ) ) +(assert (myObject (attribute1 "attr59141") ) ) +(assert (myObject (attribute1 "attr59142") ) ) +(assert (myObject (attribute1 "attr59143") ) ) +(assert (myObject (attribute1 "attr59144") ) ) +(assert (myObject (attribute1 "attr59145") ) ) +(assert (myObject (attribute1 "attr59146") ) ) +(assert (myObject (attribute1 "attr59147") ) ) +(assert (myObject (attribute1 "attr59148") ) ) +(assert (myObject (attribute1 "attr59149") ) ) +(assert (myObject (attribute1 "attr59150") ) ) +(assert (myObject (attribute1 "attr59151") ) ) +(assert (myObject (attribute1 "attr59152") ) ) +(assert (myObject (attribute1 "attr59153") ) ) +(assert (myObject (attribute1 "attr59154") ) ) +(assert (myObject (attribute1 "attr59155") ) ) +(assert (myObject (attribute1 "attr59156") ) ) +(assert (myObject (attribute1 "attr59157") ) ) +(assert (myObject (attribute1 "attr59158") ) ) +(assert (myObject (attribute1 "attr59159") ) ) +(assert (myObject (attribute1 "attr59160") ) ) +(assert (myObject (attribute1 "attr59161") ) ) +(assert (myObject (attribute1 "attr59162") ) ) +(assert (myObject (attribute1 "attr59163") ) ) +(assert (myObject (attribute1 "attr59164") ) ) +(assert (myObject (attribute1 "attr59165") ) ) +(assert (myObject (attribute1 "attr59166") ) ) +(assert (myObject (attribute1 "attr59167") ) ) +(assert (myObject (attribute1 "attr59168") ) ) +(assert (myObject (attribute1 "attr59169") ) ) +(assert (myObject (attribute1 "attr59170") ) ) +(assert (myObject (attribute1 "attr59171") ) ) +(assert (myObject (attribute1 "attr59172") ) ) +(assert (myObject (attribute1 "attr59173") ) ) +(assert (myObject (attribute1 "attr59174") ) ) +(assert (myObject (attribute1 "attr59175") ) ) +(assert (myObject (attribute1 "attr59176") ) ) +(assert (myObject (attribute1 "attr59177") ) ) +(assert (myObject (attribute1 "attr59178") ) ) +(assert (myObject (attribute1 "attr59179") ) ) +(assert (myObject (attribute1 "attr59180") ) ) +(assert (myObject (attribute1 "attr59181") ) ) +(assert (myObject (attribute1 "attr59182") ) ) +(assert (myObject (attribute1 "attr59183") ) ) +(assert (myObject (attribute1 "attr59184") ) ) +(assert (myObject (attribute1 "attr59185") ) ) +(assert (myObject (attribute1 "attr59186") ) ) +(assert (myObject (attribute1 "attr59187") ) ) +(assert (myObject (attribute1 "attr59188") ) ) +(assert (myObject (attribute1 "attr59189") ) ) +(assert (myObject (attribute1 "attr59190") ) ) +(assert (myObject (attribute1 "attr59191") ) ) +(assert (myObject (attribute1 "attr59192") ) ) +(assert (myObject (attribute1 "attr59193") ) ) +(assert (myObject (attribute1 "attr59194") ) ) +(assert (myObject (attribute1 "attr59195") ) ) +(assert (myObject (attribute1 "attr59196") ) ) +(assert (myObject (attribute1 "attr59197") ) ) +(assert (myObject (attribute1 "attr59198") ) ) +(assert (myObject (attribute1 "attr59199") ) ) +(assert (myObject (attribute1 "attr59200") ) ) +(assert (myObject (attribute1 "attr59201") ) ) +(assert (myObject (attribute1 "attr59202") ) ) +(assert (myObject (attribute1 "attr59203") ) ) +(assert (myObject (attribute1 "attr59204") ) ) +(assert (myObject (attribute1 "attr59205") ) ) +(assert (myObject (attribute1 "attr59206") ) ) +(assert (myObject (attribute1 "attr59207") ) ) +(assert (myObject (attribute1 "attr59208") ) ) +(assert (myObject (attribute1 "attr59209") ) ) +(assert (myObject (attribute1 "attr59210") ) ) +(assert (myObject (attribute1 "attr59211") ) ) +(assert (myObject (attribute1 "attr59212") ) ) +(assert (myObject (attribute1 "attr59213") ) ) +(assert (myObject (attribute1 "attr59214") ) ) +(assert (myObject (attribute1 "attr59215") ) ) +(assert (myObject (attribute1 "attr59216") ) ) +(assert (myObject (attribute1 "attr59217") ) ) +(assert (myObject (attribute1 "attr59218") ) ) +(assert (myObject (attribute1 "attr59219") ) ) +(assert (myObject (attribute1 "attr59220") ) ) +(assert (myObject (attribute1 "attr59221") ) ) +(assert (myObject (attribute1 "attr59222") ) ) +(assert (myObject (attribute1 "attr59223") ) ) +(assert (myObject (attribute1 "attr59224") ) ) +(assert (myObject (attribute1 "attr59225") ) ) +(assert (myObject (attribute1 "attr59226") ) ) +(assert (myObject (attribute1 "attr59227") ) ) +(assert (myObject (attribute1 "attr59228") ) ) +(assert (myObject (attribute1 "attr59229") ) ) +(assert (myObject (attribute1 "attr59230") ) ) +(assert (myObject (attribute1 "attr59231") ) ) +(assert (myObject (attribute1 "attr59232") ) ) +(assert (myObject (attribute1 "attr59233") ) ) +(assert (myObject (attribute1 "attr59234") ) ) +(assert (myObject (attribute1 "attr59235") ) ) +(assert (myObject (attribute1 "attr59236") ) ) +(assert (myObject (attribute1 "attr59237") ) ) +(assert (myObject (attribute1 "attr59238") ) ) +(assert (myObject (attribute1 "attr59239") ) ) +(assert (myObject (attribute1 "attr59240") ) ) +(assert (myObject (attribute1 "attr59241") ) ) +(assert (myObject (attribute1 "attr59242") ) ) +(assert (myObject (attribute1 "attr59243") ) ) +(assert (myObject (attribute1 "attr59244") ) ) +(assert (myObject (attribute1 "attr59245") ) ) +(assert (myObject (attribute1 "attr59246") ) ) +(assert (myObject (attribute1 "attr59247") ) ) +(assert (myObject (attribute1 "attr59248") ) ) +(assert (myObject (attribute1 "attr59249") ) ) +(assert (myObject (attribute1 "attr59250") ) ) +(assert (myObject (attribute1 "attr59251") ) ) +(assert (myObject (attribute1 "attr59252") ) ) +(assert (myObject (attribute1 "attr59253") ) ) +(assert (myObject (attribute1 "attr59254") ) ) +(assert (myObject (attribute1 "attr59255") ) ) +(assert (myObject (attribute1 "attr59256") ) ) +(assert (myObject (attribute1 "attr59257") ) ) +(assert (myObject (attribute1 "attr59258") ) ) +(assert (myObject (attribute1 "attr59259") ) ) +(assert (myObject (attribute1 "attr59260") ) ) +(assert (myObject (attribute1 "attr59261") ) ) +(assert (myObject (attribute1 "attr59262") ) ) +(assert (myObject (attribute1 "attr59263") ) ) +(assert (myObject (attribute1 "attr59264") ) ) +(assert (myObject (attribute1 "attr59265") ) ) +(assert (myObject (attribute1 "attr59266") ) ) +(assert (myObject (attribute1 "attr59267") ) ) +(assert (myObject (attribute1 "attr59268") ) ) +(assert (myObject (attribute1 "attr59269") ) ) +(assert (myObject (attribute1 "attr59270") ) ) +(assert (myObject (attribute1 "attr59271") ) ) +(assert (myObject (attribute1 "attr59272") ) ) +(assert (myObject (attribute1 "attr59273") ) ) +(assert (myObject (attribute1 "attr59274") ) ) +(assert (myObject (attribute1 "attr59275") ) ) +(assert (myObject (attribute1 "attr59276") ) ) +(assert (myObject (attribute1 "attr59277") ) ) +(assert (myObject (attribute1 "attr59278") ) ) +(assert (myObject (attribute1 "attr59279") ) ) +(assert (myObject (attribute1 "attr59280") ) ) +(assert (myObject (attribute1 "attr59281") ) ) +(assert (myObject (attribute1 "attr59282") ) ) +(assert (myObject (attribute1 "attr59283") ) ) +(assert (myObject (attribute1 "attr59284") ) ) +(assert (myObject (attribute1 "attr59285") ) ) +(assert (myObject (attribute1 "attr59286") ) ) +(assert (myObject (attribute1 "attr59287") ) ) +(assert (myObject (attribute1 "attr59288") ) ) +(assert (myObject (attribute1 "attr59289") ) ) +(assert (myObject (attribute1 "attr59290") ) ) +(assert (myObject (attribute1 "attr59291") ) ) +(assert (myObject (attribute1 "attr59292") ) ) +(assert (myObject (attribute1 "attr59293") ) ) +(assert (myObject (attribute1 "attr59294") ) ) +(assert (myObject (attribute1 "attr59295") ) ) +(assert (myObject (attribute1 "attr59296") ) ) +(assert (myObject (attribute1 "attr59297") ) ) +(assert (myObject (attribute1 "attr59298") ) ) +(assert (myObject (attribute1 "attr59299") ) ) +(assert (myObject (attribute1 "attr59300") ) ) +(assert (myObject (attribute1 "attr59301") ) ) +(assert (myObject (attribute1 "attr59302") ) ) +(assert (myObject (attribute1 "attr59303") ) ) +(assert (myObject (attribute1 "attr59304") ) ) +(assert (myObject (attribute1 "attr59305") ) ) +(assert (myObject (attribute1 "attr59306") ) ) +(assert (myObject (attribute1 "attr59307") ) ) +(assert (myObject (attribute1 "attr59308") ) ) +(assert (myObject (attribute1 "attr59309") ) ) +(assert (myObject (attribute1 "attr59310") ) ) +(assert (myObject (attribute1 "attr59311") ) ) +(assert (myObject (attribute1 "attr59312") ) ) +(assert (myObject (attribute1 "attr59313") ) ) +(assert (myObject (attribute1 "attr59314") ) ) +(assert (myObject (attribute1 "attr59315") ) ) +(assert (myObject (attribute1 "attr59316") ) ) +(assert (myObject (attribute1 "attr59317") ) ) +(assert (myObject (attribute1 "attr59318") ) ) +(assert (myObject (attribute1 "attr59319") ) ) +(assert (myObject (attribute1 "attr59320") ) ) +(assert (myObject (attribute1 "attr59321") ) ) +(assert (myObject (attribute1 "attr59322") ) ) +(assert (myObject (attribute1 "attr59323") ) ) +(assert (myObject (attribute1 "attr59324") ) ) +(assert (myObject (attribute1 "attr59325") ) ) +(assert (myObject (attribute1 "attr59326") ) ) +(assert (myObject (attribute1 "attr59327") ) ) +(assert (myObject (attribute1 "attr59328") ) ) +(assert (myObject (attribute1 "attr59329") ) ) +(assert (myObject (attribute1 "attr59330") ) ) +(assert (myObject (attribute1 "attr59331") ) ) +(assert (myObject (attribute1 "attr59332") ) ) +(assert (myObject (attribute1 "attr59333") ) ) +(assert (myObject (attribute1 "attr59334") ) ) +(assert (myObject (attribute1 "attr59335") ) ) +(assert (myObject (attribute1 "attr59336") ) ) +(assert (myObject (attribute1 "attr59337") ) ) +(assert (myObject (attribute1 "attr59338") ) ) +(assert (myObject (attribute1 "attr59339") ) ) +(assert (myObject (attribute1 "attr59340") ) ) +(assert (myObject (attribute1 "attr59341") ) ) +(assert (myObject (attribute1 "attr59342") ) ) +(assert (myObject (attribute1 "attr59343") ) ) +(assert (myObject (attribute1 "attr59344") ) ) +(assert (myObject (attribute1 "attr59345") ) ) +(assert (myObject (attribute1 "attr59346") ) ) +(assert (myObject (attribute1 "attr59347") ) ) +(assert (myObject (attribute1 "attr59348") ) ) +(assert (myObject (attribute1 "attr59349") ) ) +(assert (myObject (attribute1 "attr59350") ) ) +(assert (myObject (attribute1 "attr59351") ) ) +(assert (myObject (attribute1 "attr59352") ) ) +(assert (myObject (attribute1 "attr59353") ) ) +(assert (myObject (attribute1 "attr59354") ) ) +(assert (myObject (attribute1 "attr59355") ) ) +(assert (myObject (attribute1 "attr59356") ) ) +(assert (myObject (attribute1 "attr59357") ) ) +(assert (myObject (attribute1 "attr59358") ) ) +(assert (myObject (attribute1 "attr59359") ) ) +(assert (myObject (attribute1 "attr59360") ) ) +(assert (myObject (attribute1 "attr59361") ) ) +(assert (myObject (attribute1 "attr59362") ) ) +(assert (myObject (attribute1 "attr59363") ) ) +(assert (myObject (attribute1 "attr59364") ) ) +(assert (myObject (attribute1 "attr59365") ) ) +(assert (myObject (attribute1 "attr59366") ) ) +(assert (myObject (attribute1 "attr59367") ) ) +(assert (myObject (attribute1 "attr59368") ) ) +(assert (myObject (attribute1 "attr59369") ) ) +(assert (myObject (attribute1 "attr59370") ) ) +(assert (myObject (attribute1 "attr59371") ) ) +(assert (myObject (attribute1 "attr59372") ) ) +(assert (myObject (attribute1 "attr59373") ) ) +(assert (myObject (attribute1 "attr59374") ) ) +(assert (myObject (attribute1 "attr59375") ) ) +(assert (myObject (attribute1 "attr59376") ) ) +(assert (myObject (attribute1 "attr59377") ) ) +(assert (myObject (attribute1 "attr59378") ) ) +(assert (myObject (attribute1 "attr59379") ) ) +(assert (myObject (attribute1 "attr59380") ) ) +(assert (myObject (attribute1 "attr59381") ) ) +(assert (myObject (attribute1 "attr59382") ) ) +(assert (myObject (attribute1 "attr59383") ) ) +(assert (myObject (attribute1 "attr59384") ) ) +(assert (myObject (attribute1 "attr59385") ) ) +(assert (myObject (attribute1 "attr59386") ) ) +(assert (myObject (attribute1 "attr59387") ) ) +(assert (myObject (attribute1 "attr59388") ) ) +(assert (myObject (attribute1 "attr59389") ) ) +(assert (myObject (attribute1 "attr59390") ) ) +(assert (myObject (attribute1 "attr59391") ) ) +(assert (myObject (attribute1 "attr59392") ) ) +(assert (myObject (attribute1 "attr59393") ) ) +(assert (myObject (attribute1 "attr59394") ) ) +(assert (myObject (attribute1 "attr59395") ) ) +(assert (myObject (attribute1 "attr59396") ) ) +(assert (myObject (attribute1 "attr59397") ) ) +(assert (myObject (attribute1 "attr59398") ) ) +(assert (myObject (attribute1 "attr59399") ) ) +(assert (myObject (attribute1 "attr59400") ) ) +(assert (myObject (attribute1 "attr59401") ) ) +(assert (myObject (attribute1 "attr59402") ) ) +(assert (myObject (attribute1 "attr59403") ) ) +(assert (myObject (attribute1 "attr59404") ) ) +(assert (myObject (attribute1 "attr59405") ) ) +(assert (myObject (attribute1 "attr59406") ) ) +(assert (myObject (attribute1 "attr59407") ) ) +(assert (myObject (attribute1 "attr59408") ) ) +(assert (myObject (attribute1 "attr59409") ) ) +(assert (myObject (attribute1 "attr59410") ) ) +(assert (myObject (attribute1 "attr59411") ) ) +(assert (myObject (attribute1 "attr59412") ) ) +(assert (myObject (attribute1 "attr59413") ) ) +(assert (myObject (attribute1 "attr59414") ) ) +(assert (myObject (attribute1 "attr59415") ) ) +(assert (myObject (attribute1 "attr59416") ) ) +(assert (myObject (attribute1 "attr59417") ) ) +(assert (myObject (attribute1 "attr59418") ) ) +(assert (myObject (attribute1 "attr59419") ) ) +(assert (myObject (attribute1 "attr59420") ) ) +(assert (myObject (attribute1 "attr59421") ) ) +(assert (myObject (attribute1 "attr59422") ) ) +(assert (myObject (attribute1 "attr59423") ) ) +(assert (myObject (attribute1 "attr59424") ) ) +(assert (myObject (attribute1 "attr59425") ) ) +(assert (myObject (attribute1 "attr59426") ) ) +(assert (myObject (attribute1 "attr59427") ) ) +(assert (myObject (attribute1 "attr59428") ) ) +(assert (myObject (attribute1 "attr59429") ) ) +(assert (myObject (attribute1 "attr59430") ) ) +(assert (myObject (attribute1 "attr59431") ) ) +(assert (myObject (attribute1 "attr59432") ) ) +(assert (myObject (attribute1 "attr59433") ) ) +(assert (myObject (attribute1 "attr59434") ) ) +(assert (myObject (attribute1 "attr59435") ) ) +(assert (myObject (attribute1 "attr59436") ) ) +(assert (myObject (attribute1 "attr59437") ) ) +(assert (myObject (attribute1 "attr59438") ) ) +(assert (myObject (attribute1 "attr59439") ) ) +(assert (myObject (attribute1 "attr59440") ) ) +(assert (myObject (attribute1 "attr59441") ) ) +(assert (myObject (attribute1 "attr59442") ) ) +(assert (myObject (attribute1 "attr59443") ) ) +(assert (myObject (attribute1 "attr59444") ) ) +(assert (myObject (attribute1 "attr59445") ) ) +(assert (myObject (attribute1 "attr59446") ) ) +(assert (myObject (attribute1 "attr59447") ) ) +(assert (myObject (attribute1 "attr59448") ) ) +(assert (myObject (attribute1 "attr59449") ) ) +(assert (myObject (attribute1 "attr59450") ) ) +(assert (myObject (attribute1 "attr59451") ) ) +(assert (myObject (attribute1 "attr59452") ) ) +(assert (myObject (attribute1 "attr59453") ) ) +(assert (myObject (attribute1 "attr59454") ) ) +(assert (myObject (attribute1 "attr59455") ) ) +(assert (myObject (attribute1 "attr59456") ) ) +(assert (myObject (attribute1 "attr59457") ) ) +(assert (myObject (attribute1 "attr59458") ) ) +(assert (myObject (attribute1 "attr59459") ) ) +(assert (myObject (attribute1 "attr59460") ) ) +(assert (myObject (attribute1 "attr59461") ) ) +(assert (myObject (attribute1 "attr59462") ) ) +(assert (myObject (attribute1 "attr59463") ) ) +(assert (myObject (attribute1 "attr59464") ) ) +(assert (myObject (attribute1 "attr59465") ) ) +(assert (myObject (attribute1 "attr59466") ) ) +(assert (myObject (attribute1 "attr59467") ) ) +(assert (myObject (attribute1 "attr59468") ) ) +(assert (myObject (attribute1 "attr59469") ) ) +(assert (myObject (attribute1 "attr59470") ) ) +(assert (myObject (attribute1 "attr59471") ) ) +(assert (myObject (attribute1 "attr59472") ) ) +(assert (myObject (attribute1 "attr59473") ) ) +(assert (myObject (attribute1 "attr59474") ) ) +(assert (myObject (attribute1 "attr59475") ) ) +(assert (myObject (attribute1 "attr59476") ) ) +(assert (myObject (attribute1 "attr59477") ) ) +(assert (myObject (attribute1 "attr59478") ) ) +(assert (myObject (attribute1 "attr59479") ) ) +(assert (myObject (attribute1 "attr59480") ) ) +(assert (myObject (attribute1 "attr59481") ) ) +(assert (myObject (attribute1 "attr59482") ) ) +(assert (myObject (attribute1 "attr59483") ) ) +(assert (myObject (attribute1 "attr59484") ) ) +(assert (myObject (attribute1 "attr59485") ) ) +(assert (myObject (attribute1 "attr59486") ) ) +(assert (myObject (attribute1 "attr59487") ) ) +(assert (myObject (attribute1 "attr59488") ) ) +(assert (myObject (attribute1 "attr59489") ) ) +(assert (myObject (attribute1 "attr59490") ) ) +(assert (myObject (attribute1 "attr59491") ) ) +(assert (myObject (attribute1 "attr59492") ) ) +(assert (myObject (attribute1 "attr59493") ) ) +(assert (myObject (attribute1 "attr59494") ) ) +(assert (myObject (attribute1 "attr59495") ) ) +(assert (myObject (attribute1 "attr59496") ) ) +(assert (myObject (attribute1 "attr59497") ) ) +(assert (myObject (attribute1 "attr59498") ) ) +(assert (myObject (attribute1 "attr59499") ) ) +(assert (myObject (attribute1 "attr59500") ) ) +(assert (myObject (attribute1 "attr59501") ) ) +(assert (myObject (attribute1 "attr59502") ) ) +(assert (myObject (attribute1 "attr59503") ) ) +(assert (myObject (attribute1 "attr59504") ) ) +(assert (myObject (attribute1 "attr59505") ) ) +(assert (myObject (attribute1 "attr59506") ) ) +(assert (myObject (attribute1 "attr59507") ) ) +(assert (myObject (attribute1 "attr59508") ) ) +(assert (myObject (attribute1 "attr59509") ) ) +(assert (myObject (attribute1 "attr59510") ) ) +(assert (myObject (attribute1 "attr59511") ) ) +(assert (myObject (attribute1 "attr59512") ) ) +(assert (myObject (attribute1 "attr59513") ) ) +(assert (myObject (attribute1 "attr59514") ) ) +(assert (myObject (attribute1 "attr59515") ) ) +(assert (myObject (attribute1 "attr59516") ) ) +(assert (myObject (attribute1 "attr59517") ) ) +(assert (myObject (attribute1 "attr59518") ) ) +(assert (myObject (attribute1 "attr59519") ) ) +(assert (myObject (attribute1 "attr59520") ) ) +(assert (myObject (attribute1 "attr59521") ) ) +(assert (myObject (attribute1 "attr59522") ) ) +(assert (myObject (attribute1 "attr59523") ) ) +(assert (myObject (attribute1 "attr59524") ) ) +(assert (myObject (attribute1 "attr59525") ) ) +(assert (myObject (attribute1 "attr59526") ) ) +(assert (myObject (attribute1 "attr59527") ) ) +(assert (myObject (attribute1 "attr59528") ) ) +(assert (myObject (attribute1 "attr59529") ) ) +(assert (myObject (attribute1 "attr59530") ) ) +(assert (myObject (attribute1 "attr59531") ) ) +(assert (myObject (attribute1 "attr59532") ) ) +(assert (myObject (attribute1 "attr59533") ) ) +(assert (myObject (attribute1 "attr59534") ) ) +(assert (myObject (attribute1 "attr59535") ) ) +(assert (myObject (attribute1 "attr59536") ) ) +(assert (myObject (attribute1 "attr59537") ) ) +(assert (myObject (attribute1 "attr59538") ) ) +(assert (myObject (attribute1 "attr59539") ) ) +(assert (myObject (attribute1 "attr59540") ) ) +(assert (myObject (attribute1 "attr59541") ) ) +(assert (myObject (attribute1 "attr59542") ) ) +(assert (myObject (attribute1 "attr59543") ) ) +(assert (myObject (attribute1 "attr59544") ) ) +(assert (myObject (attribute1 "attr59545") ) ) +(assert (myObject (attribute1 "attr59546") ) ) +(assert (myObject (attribute1 "attr59547") ) ) +(assert (myObject (attribute1 "attr59548") ) ) +(assert (myObject (attribute1 "attr59549") ) ) +(assert (myObject (attribute1 "attr59550") ) ) +(assert (myObject (attribute1 "attr59551") ) ) +(assert (myObject (attribute1 "attr59552") ) ) +(assert (myObject (attribute1 "attr59553") ) ) +(assert (myObject (attribute1 "attr59554") ) ) +(assert (myObject (attribute1 "attr59555") ) ) +(assert (myObject (attribute1 "attr59556") ) ) +(assert (myObject (attribute1 "attr59557") ) ) +(assert (myObject (attribute1 "attr59558") ) ) +(assert (myObject (attribute1 "attr59559") ) ) +(assert (myObject (attribute1 "attr59560") ) ) +(assert (myObject (attribute1 "attr59561") ) ) +(assert (myObject (attribute1 "attr59562") ) ) +(assert (myObject (attribute1 "attr59563") ) ) +(assert (myObject (attribute1 "attr59564") ) ) +(assert (myObject (attribute1 "attr59565") ) ) +(assert (myObject (attribute1 "attr59566") ) ) +(assert (myObject (attribute1 "attr59567") ) ) +(assert (myObject (attribute1 "attr59568") ) ) +(assert (myObject (attribute1 "attr59569") ) ) +(assert (myObject (attribute1 "attr59570") ) ) +(assert (myObject (attribute1 "attr59571") ) ) +(assert (myObject (attribute1 "attr59572") ) ) +(assert (myObject (attribute1 "attr59573") ) ) +(assert (myObject (attribute1 "attr59574") ) ) +(assert (myObject (attribute1 "attr59575") ) ) +(assert (myObject (attribute1 "attr59576") ) ) +(assert (myObject (attribute1 "attr59577") ) ) +(assert (myObject (attribute1 "attr59578") ) ) +(assert (myObject (attribute1 "attr59579") ) ) +(assert (myObject (attribute1 "attr59580") ) ) +(assert (myObject (attribute1 "attr59581") ) ) +(assert (myObject (attribute1 "attr59582") ) ) +(assert (myObject (attribute1 "attr59583") ) ) +(assert (myObject (attribute1 "attr59584") ) ) +(assert (myObject (attribute1 "attr59585") ) ) +(assert (myObject (attribute1 "attr59586") ) ) +(assert (myObject (attribute1 "attr59587") ) ) +(assert (myObject (attribute1 "attr59588") ) ) +(assert (myObject (attribute1 "attr59589") ) ) +(assert (myObject (attribute1 "attr59590") ) ) +(assert (myObject (attribute1 "attr59591") ) ) +(assert (myObject (attribute1 "attr59592") ) ) +(assert (myObject (attribute1 "attr59593") ) ) +(assert (myObject (attribute1 "attr59594") ) ) +(assert (myObject (attribute1 "attr59595") ) ) +(assert (myObject (attribute1 "attr59596") ) ) +(assert (myObject (attribute1 "attr59597") ) ) +(assert (myObject (attribute1 "attr59598") ) ) +(assert (myObject (attribute1 "attr59599") ) ) +(assert (myObject (attribute1 "attr59600") ) ) +(assert (myObject (attribute1 "attr59601") ) ) +(assert (myObject (attribute1 "attr59602") ) ) +(assert (myObject (attribute1 "attr59603") ) ) +(assert (myObject (attribute1 "attr59604") ) ) +(assert (myObject (attribute1 "attr59605") ) ) +(assert (myObject (attribute1 "attr59606") ) ) +(assert (myObject (attribute1 "attr59607") ) ) +(assert (myObject (attribute1 "attr59608") ) ) +(assert (myObject (attribute1 "attr59609") ) ) +(assert (myObject (attribute1 "attr59610") ) ) +(assert (myObject (attribute1 "attr59611") ) ) +(assert (myObject (attribute1 "attr59612") ) ) +(assert (myObject (attribute1 "attr59613") ) ) +(assert (myObject (attribute1 "attr59614") ) ) +(assert (myObject (attribute1 "attr59615") ) ) +(assert (myObject (attribute1 "attr59616") ) ) +(assert (myObject (attribute1 "attr59617") ) ) +(assert (myObject (attribute1 "attr59618") ) ) +(assert (myObject (attribute1 "attr59619") ) ) +(assert (myObject (attribute1 "attr59620") ) ) +(assert (myObject (attribute1 "attr59621") ) ) +(assert (myObject (attribute1 "attr59622") ) ) +(assert (myObject (attribute1 "attr59623") ) ) +(assert (myObject (attribute1 "attr59624") ) ) +(assert (myObject (attribute1 "attr59625") ) ) +(assert (myObject (attribute1 "attr59626") ) ) +(assert (myObject (attribute1 "attr59627") ) ) +(assert (myObject (attribute1 "attr59628") ) ) +(assert (myObject (attribute1 "attr59629") ) ) +(assert (myObject (attribute1 "attr59630") ) ) +(assert (myObject (attribute1 "attr59631") ) ) +(assert (myObject (attribute1 "attr59632") ) ) +(assert (myObject (attribute1 "attr59633") ) ) +(assert (myObject (attribute1 "attr59634") ) ) +(assert (myObject (attribute1 "attr59635") ) ) +(assert (myObject (attribute1 "attr59636") ) ) +(assert (myObject (attribute1 "attr59637") ) ) +(assert (myObject (attribute1 "attr59638") ) ) +(assert (myObject (attribute1 "attr59639") ) ) +(assert (myObject (attribute1 "attr59640") ) ) +(assert (myObject (attribute1 "attr59641") ) ) +(assert (myObject (attribute1 "attr59642") ) ) +(assert (myObject (attribute1 "attr59643") ) ) +(assert (myObject (attribute1 "attr59644") ) ) +(assert (myObject (attribute1 "attr59645") ) ) +(assert (myObject (attribute1 "attr59646") ) ) +(assert (myObject (attribute1 "attr59647") ) ) +(assert (myObject (attribute1 "attr59648") ) ) +(assert (myObject (attribute1 "attr59649") ) ) +(assert (myObject (attribute1 "attr59650") ) ) +(assert (myObject (attribute1 "attr59651") ) ) +(assert (myObject (attribute1 "attr59652") ) ) +(assert (myObject (attribute1 "attr59653") ) ) +(assert (myObject (attribute1 "attr59654") ) ) +(assert (myObject (attribute1 "attr59655") ) ) +(assert (myObject (attribute1 "attr59656") ) ) +(assert (myObject (attribute1 "attr59657") ) ) +(assert (myObject (attribute1 "attr59658") ) ) +(assert (myObject (attribute1 "attr59659") ) ) +(assert (myObject (attribute1 "attr59660") ) ) +(assert (myObject (attribute1 "attr59661") ) ) +(assert (myObject (attribute1 "attr59662") ) ) +(assert (myObject (attribute1 "attr59663") ) ) +(assert (myObject (attribute1 "attr59664") ) ) +(assert (myObject (attribute1 "attr59665") ) ) +(assert (myObject (attribute1 "attr59666") ) ) +(assert (myObject (attribute1 "attr59667") ) ) +(assert (myObject (attribute1 "attr59668") ) ) +(assert (myObject (attribute1 "attr59669") ) ) +(assert (myObject (attribute1 "attr59670") ) ) +(assert (myObject (attribute1 "attr59671") ) ) +(assert (myObject (attribute1 "attr59672") ) ) +(assert (myObject (attribute1 "attr59673") ) ) +(assert (myObject (attribute1 "attr59674") ) ) +(assert (myObject (attribute1 "attr59675") ) ) +(assert (myObject (attribute1 "attr59676") ) ) +(assert (myObject (attribute1 "attr59677") ) ) +(assert (myObject (attribute1 "attr59678") ) ) +(assert (myObject (attribute1 "attr59679") ) ) +(assert (myObject (attribute1 "attr59680") ) ) +(assert (myObject (attribute1 "attr59681") ) ) +(assert (myObject (attribute1 "attr59682") ) ) +(assert (myObject (attribute1 "attr59683") ) ) +(assert (myObject (attribute1 "attr59684") ) ) +(assert (myObject (attribute1 "attr59685") ) ) +(assert (myObject (attribute1 "attr59686") ) ) +(assert (myObject (attribute1 "attr59687") ) ) +(assert (myObject (attribute1 "attr59688") ) ) +(assert (myObject (attribute1 "attr59689") ) ) +(assert (myObject (attribute1 "attr59690") ) ) +(assert (myObject (attribute1 "attr59691") ) ) +(assert (myObject (attribute1 "attr59692") ) ) +(assert (myObject (attribute1 "attr59693") ) ) +(assert (myObject (attribute1 "attr59694") ) ) +(assert (myObject (attribute1 "attr59695") ) ) +(assert (myObject (attribute1 "attr59696") ) ) +(assert (myObject (attribute1 "attr59697") ) ) +(assert (myObject (attribute1 "attr59698") ) ) +(assert (myObject (attribute1 "attr59699") ) ) +(assert (myObject (attribute1 "attr59700") ) ) +(assert (myObject (attribute1 "attr59701") ) ) +(assert (myObject (attribute1 "attr59702") ) ) +(assert (myObject (attribute1 "attr59703") ) ) +(assert (myObject (attribute1 "attr59704") ) ) +(assert (myObject (attribute1 "attr59705") ) ) +(assert (myObject (attribute1 "attr59706") ) ) +(assert (myObject (attribute1 "attr59707") ) ) +(assert (myObject (attribute1 "attr59708") ) ) +(assert (myObject (attribute1 "attr59709") ) ) +(assert (myObject (attribute1 "attr59710") ) ) +(assert (myObject (attribute1 "attr59711") ) ) +(assert (myObject (attribute1 "attr59712") ) ) +(assert (myObject (attribute1 "attr59713") ) ) +(assert (myObject (attribute1 "attr59714") ) ) +(assert (myObject (attribute1 "attr59715") ) ) +(assert (myObject (attribute1 "attr59716") ) ) +(assert (myObject (attribute1 "attr59717") ) ) +(assert (myObject (attribute1 "attr59718") ) ) +(assert (myObject (attribute1 "attr59719") ) ) +(assert (myObject (attribute1 "attr59720") ) ) +(assert (myObject (attribute1 "attr59721") ) ) +(assert (myObject (attribute1 "attr59722") ) ) +(assert (myObject (attribute1 "attr59723") ) ) +(assert (myObject (attribute1 "attr59724") ) ) +(assert (myObject (attribute1 "attr59725") ) ) +(assert (myObject (attribute1 "attr59726") ) ) +(assert (myObject (attribute1 "attr59727") ) ) +(assert (myObject (attribute1 "attr59728") ) ) +(assert (myObject (attribute1 "attr59729") ) ) +(assert (myObject (attribute1 "attr59730") ) ) +(assert (myObject (attribute1 "attr59731") ) ) +(assert (myObject (attribute1 "attr59732") ) ) +(assert (myObject (attribute1 "attr59733") ) ) +(assert (myObject (attribute1 "attr59734") ) ) +(assert (myObject (attribute1 "attr59735") ) ) +(assert (myObject (attribute1 "attr59736") ) ) +(assert (myObject (attribute1 "attr59737") ) ) +(assert (myObject (attribute1 "attr59738") ) ) +(assert (myObject (attribute1 "attr59739") ) ) +(assert (myObject (attribute1 "attr59740") ) ) +(assert (myObject (attribute1 "attr59741") ) ) +(assert (myObject (attribute1 "attr59742") ) ) +(assert (myObject (attribute1 "attr59743") ) ) +(assert (myObject (attribute1 "attr59744") ) ) +(assert (myObject (attribute1 "attr59745") ) ) +(assert (myObject (attribute1 "attr59746") ) ) +(assert (myObject (attribute1 "attr59747") ) ) +(assert (myObject (attribute1 "attr59748") ) ) +(assert (myObject (attribute1 "attr59749") ) ) +(assert (myObject (attribute1 "attr59750") ) ) +(assert (myObject (attribute1 "attr59751") ) ) +(assert (myObject (attribute1 "attr59752") ) ) +(assert (myObject (attribute1 "attr59753") ) ) +(assert (myObject (attribute1 "attr59754") ) ) +(assert (myObject (attribute1 "attr59755") ) ) +(assert (myObject (attribute1 "attr59756") ) ) +(assert (myObject (attribute1 "attr59757") ) ) +(assert (myObject (attribute1 "attr59758") ) ) +(assert (myObject (attribute1 "attr59759") ) ) +(assert (myObject (attribute1 "attr59760") ) ) +(assert (myObject (attribute1 "attr59761") ) ) +(assert (myObject (attribute1 "attr59762") ) ) +(assert (myObject (attribute1 "attr59763") ) ) +(assert (myObject (attribute1 "attr59764") ) ) +(assert (myObject (attribute1 "attr59765") ) ) +(assert (myObject (attribute1 "attr59766") ) ) +(assert (myObject (attribute1 "attr59767") ) ) +(assert (myObject (attribute1 "attr59768") ) ) +(assert (myObject (attribute1 "attr59769") ) ) +(assert (myObject (attribute1 "attr59770") ) ) +(assert (myObject (attribute1 "attr59771") ) ) +(assert (myObject (attribute1 "attr59772") ) ) +(assert (myObject (attribute1 "attr59773") ) ) +(assert (myObject (attribute1 "attr59774") ) ) +(assert (myObject (attribute1 "attr59775") ) ) +(assert (myObject (attribute1 "attr59776") ) ) +(assert (myObject (attribute1 "attr59777") ) ) +(assert (myObject (attribute1 "attr59778") ) ) +(assert (myObject (attribute1 "attr59779") ) ) +(assert (myObject (attribute1 "attr59780") ) ) +(assert (myObject (attribute1 "attr59781") ) ) +(assert (myObject (attribute1 "attr59782") ) ) +(assert (myObject (attribute1 "attr59783") ) ) +(assert (myObject (attribute1 "attr59784") ) ) +(assert (myObject (attribute1 "attr59785") ) ) +(assert (myObject (attribute1 "attr59786") ) ) +(assert (myObject (attribute1 "attr59787") ) ) +(assert (myObject (attribute1 "attr59788") ) ) +(assert (myObject (attribute1 "attr59789") ) ) +(assert (myObject (attribute1 "attr59790") ) ) +(assert (myObject (attribute1 "attr59791") ) ) +(assert (myObject (attribute1 "attr59792") ) ) +(assert (myObject (attribute1 "attr59793") ) ) +(assert (myObject (attribute1 "attr59794") ) ) +(assert (myObject (attribute1 "attr59795") ) ) +(assert (myObject (attribute1 "attr59796") ) ) +(assert (myObject (attribute1 "attr59797") ) ) +(assert (myObject (attribute1 "attr59798") ) ) +(assert (myObject (attribute1 "attr59799") ) ) +(assert (myObject (attribute1 "attr59800") ) ) +(assert (myObject (attribute1 "attr59801") ) ) +(assert (myObject (attribute1 "attr59802") ) ) +(assert (myObject (attribute1 "attr59803") ) ) +(assert (myObject (attribute1 "attr59804") ) ) +(assert (myObject (attribute1 "attr59805") ) ) +(assert (myObject (attribute1 "attr59806") ) ) +(assert (myObject (attribute1 "attr59807") ) ) +(assert (myObject (attribute1 "attr59808") ) ) +(assert (myObject (attribute1 "attr59809") ) ) +(assert (myObject (attribute1 "attr59810") ) ) +(assert (myObject (attribute1 "attr59811") ) ) +(assert (myObject (attribute1 "attr59812") ) ) +(assert (myObject (attribute1 "attr59813") ) ) +(assert (myObject (attribute1 "attr59814") ) ) +(assert (myObject (attribute1 "attr59815") ) ) +(assert (myObject (attribute1 "attr59816") ) ) +(assert (myObject (attribute1 "attr59817") ) ) +(assert (myObject (attribute1 "attr59818") ) ) +(assert (myObject (attribute1 "attr59819") ) ) +(assert (myObject (attribute1 "attr59820") ) ) +(assert (myObject (attribute1 "attr59821") ) ) +(assert (myObject (attribute1 "attr59822") ) ) +(assert (myObject (attribute1 "attr59823") ) ) +(assert (myObject (attribute1 "attr59824") ) ) +(assert (myObject (attribute1 "attr59825") ) ) +(assert (myObject (attribute1 "attr59826") ) ) +(assert (myObject (attribute1 "attr59827") ) ) +(assert (myObject (attribute1 "attr59828") ) ) +(assert (myObject (attribute1 "attr59829") ) ) +(assert (myObject (attribute1 "attr59830") ) ) +(assert (myObject (attribute1 "attr59831") ) ) +(assert (myObject (attribute1 "attr59832") ) ) +(assert (myObject (attribute1 "attr59833") ) ) +(assert (myObject (attribute1 "attr59834") ) ) +(assert (myObject (attribute1 "attr59835") ) ) +(assert (myObject (attribute1 "attr59836") ) ) +(assert (myObject (attribute1 "attr59837") ) ) +(assert (myObject (attribute1 "attr59838") ) ) +(assert (myObject (attribute1 "attr59839") ) ) +(assert (myObject (attribute1 "attr59840") ) ) +(assert (myObject (attribute1 "attr59841") ) ) +(assert (myObject (attribute1 "attr59842") ) ) +(assert (myObject (attribute1 "attr59843") ) ) +(assert (myObject (attribute1 "attr59844") ) ) +(assert (myObject (attribute1 "attr59845") ) ) +(assert (myObject (attribute1 "attr59846") ) ) +(assert (myObject (attribute1 "attr59847") ) ) +(assert (myObject (attribute1 "attr59848") ) ) +(assert (myObject (attribute1 "attr59849") ) ) +(assert (myObject (attribute1 "attr59850") ) ) +(assert (myObject (attribute1 "attr59851") ) ) +(assert (myObject (attribute1 "attr59852") ) ) +(assert (myObject (attribute1 "attr59853") ) ) +(assert (myObject (attribute1 "attr59854") ) ) +(assert (myObject (attribute1 "attr59855") ) ) +(assert (myObject (attribute1 "attr59856") ) ) +(assert (myObject (attribute1 "attr59857") ) ) +(assert (myObject (attribute1 "attr59858") ) ) +(assert (myObject (attribute1 "attr59859") ) ) +(assert (myObject (attribute1 "attr59860") ) ) +(assert (myObject (attribute1 "attr59861") ) ) +(assert (myObject (attribute1 "attr59862") ) ) +(assert (myObject (attribute1 "attr59863") ) ) +(assert (myObject (attribute1 "attr59864") ) ) +(assert (myObject (attribute1 "attr59865") ) ) +(assert (myObject (attribute1 "attr59866") ) ) +(assert (myObject (attribute1 "attr59867") ) ) +(assert (myObject (attribute1 "attr59868") ) ) +(assert (myObject (attribute1 "attr59869") ) ) +(assert (myObject (attribute1 "attr59870") ) ) +(assert (myObject (attribute1 "attr59871") ) ) +(assert (myObject (attribute1 "attr59872") ) ) +(assert (myObject (attribute1 "attr59873") ) ) +(assert (myObject (attribute1 "attr59874") ) ) +(assert (myObject (attribute1 "attr59875") ) ) +(assert (myObject (attribute1 "attr59876") ) ) +(assert (myObject (attribute1 "attr59877") ) ) +(assert (myObject (attribute1 "attr59878") ) ) +(assert (myObject (attribute1 "attr59879") ) ) +(assert (myObject (attribute1 "attr59880") ) ) +(assert (myObject (attribute1 "attr59881") ) ) +(assert (myObject (attribute1 "attr59882") ) ) +(assert (myObject (attribute1 "attr59883") ) ) +(assert (myObject (attribute1 "attr59884") ) ) +(assert (myObject (attribute1 "attr59885") ) ) +(assert (myObject (attribute1 "attr59886") ) ) +(assert (myObject (attribute1 "attr59887") ) ) +(assert (myObject (attribute1 "attr59888") ) ) +(assert (myObject (attribute1 "attr59889") ) ) +(assert (myObject (attribute1 "attr59890") ) ) +(assert (myObject (attribute1 "attr59891") ) ) +(assert (myObject (attribute1 "attr59892") ) ) +(assert (myObject (attribute1 "attr59893") ) ) +(assert (myObject (attribute1 "attr59894") ) ) +(assert (myObject (attribute1 "attr59895") ) ) +(assert (myObject (attribute1 "attr59896") ) ) +(assert (myObject (attribute1 "attr59897") ) ) +(assert (myObject (attribute1 "attr59898") ) ) +(assert (myObject (attribute1 "attr59899") ) ) +(assert (myObject (attribute1 "attr59900") ) ) +(assert (myObject (attribute1 "attr59901") ) ) +(assert (myObject (attribute1 "attr59902") ) ) +(assert (myObject (attribute1 "attr59903") ) ) +(assert (myObject (attribute1 "attr59904") ) ) +(assert (myObject (attribute1 "attr59905") ) ) +(assert (myObject (attribute1 "attr59906") ) ) +(assert (myObject (attribute1 "attr59907") ) ) +(assert (myObject (attribute1 "attr59908") ) ) +(assert (myObject (attribute1 "attr59909") ) ) +(assert (myObject (attribute1 "attr59910") ) ) +(assert (myObject (attribute1 "attr59911") ) ) +(assert (myObject (attribute1 "attr59912") ) ) +(assert (myObject (attribute1 "attr59913") ) ) +(assert (myObject (attribute1 "attr59914") ) ) +(assert (myObject (attribute1 "attr59915") ) ) +(assert (myObject (attribute1 "attr59916") ) ) +(assert (myObject (attribute1 "attr59917") ) ) +(assert (myObject (attribute1 "attr59918") ) ) +(assert (myObject (attribute1 "attr59919") ) ) +(assert (myObject (attribute1 "attr59920") ) ) +(assert (myObject (attribute1 "attr59921") ) ) +(assert (myObject (attribute1 "attr59922") ) ) +(assert (myObject (attribute1 "attr59923") ) ) +(assert (myObject (attribute1 "attr59924") ) ) +(assert (myObject (attribute1 "attr59925") ) ) +(assert (myObject (attribute1 "attr59926") ) ) +(assert (myObject (attribute1 "attr59927") ) ) +(assert (myObject (attribute1 "attr59928") ) ) +(assert (myObject (attribute1 "attr59929") ) ) +(assert (myObject (attribute1 "attr59930") ) ) +(assert (myObject (attribute1 "attr59931") ) ) +(assert (myObject (attribute1 "attr59932") ) ) +(assert (myObject (attribute1 "attr59933") ) ) +(assert (myObject (attribute1 "attr59934") ) ) +(assert (myObject (attribute1 "attr59935") ) ) +(assert (myObject (attribute1 "attr59936") ) ) +(assert (myObject (attribute1 "attr59937") ) ) +(assert (myObject (attribute1 "attr59938") ) ) +(assert (myObject (attribute1 "attr59939") ) ) +(assert (myObject (attribute1 "attr59940") ) ) +(assert (myObject (attribute1 "attr59941") ) ) +(assert (myObject (attribute1 "attr59942") ) ) +(assert (myObject (attribute1 "attr59943") ) ) +(assert (myObject (attribute1 "attr59944") ) ) +(assert (myObject (attribute1 "attr59945") ) ) +(assert (myObject (attribute1 "attr59946") ) ) +(assert (myObject (attribute1 "attr59947") ) ) +(assert (myObject (attribute1 "attr59948") ) ) +(assert (myObject (attribute1 "attr59949") ) ) +(assert (myObject (attribute1 "attr59950") ) ) +(assert (myObject (attribute1 "attr59951") ) ) +(assert (myObject (attribute1 "attr59952") ) ) +(assert (myObject (attribute1 "attr59953") ) ) +(assert (myObject (attribute1 "attr59954") ) ) +(assert (myObject (attribute1 "attr59955") ) ) +(assert (myObject (attribute1 "attr59956") ) ) +(assert (myObject (attribute1 "attr59957") ) ) +(assert (myObject (attribute1 "attr59958") ) ) +(assert (myObject (attribute1 "attr59959") ) ) +(assert (myObject (attribute1 "attr59960") ) ) +(assert (myObject (attribute1 "attr59961") ) ) +(assert (myObject (attribute1 "attr59962") ) ) +(assert (myObject (attribute1 "attr59963") ) ) +(assert (myObject (attribute1 "attr59964") ) ) +(assert (myObject (attribute1 "attr59965") ) ) +(assert (myObject (attribute1 "attr59966") ) ) +(assert (myObject (attribute1 "attr59967") ) ) +(assert (myObject (attribute1 "attr59968") ) ) +(assert (myObject (attribute1 "attr59969") ) ) +(assert (myObject (attribute1 "attr59970") ) ) +(assert (myObject (attribute1 "attr59971") ) ) +(assert (myObject (attribute1 "attr59972") ) ) +(assert (myObject (attribute1 "attr59973") ) ) +(assert (myObject (attribute1 "attr59974") ) ) +(assert (myObject (attribute1 "attr59975") ) ) +(assert (myObject (attribute1 "attr59976") ) ) +(assert (myObject (attribute1 "attr59977") ) ) +(assert (myObject (attribute1 "attr59978") ) ) +(assert (myObject (attribute1 "attr59979") ) ) +(assert (myObject (attribute1 "attr59980") ) ) +(assert (myObject (attribute1 "attr59981") ) ) +(assert (myObject (attribute1 "attr59982") ) ) +(assert (myObject (attribute1 "attr59983") ) ) +(assert (myObject (attribute1 "attr59984") ) ) +(assert (myObject (attribute1 "attr59985") ) ) +(assert (myObject (attribute1 "attr59986") ) ) +(assert (myObject (attribute1 "attr59987") ) ) +(assert (myObject (attribute1 "attr59988") ) ) +(assert (myObject (attribute1 "attr59989") ) ) +(assert (myObject (attribute1 "attr59990") ) ) +(assert (myObject (attribute1 "attr59991") ) ) +(assert (myObject (attribute1 "attr59992") ) ) +(assert (myObject (attribute1 "attr59993") ) ) +(assert (myObject (attribute1 "attr59994") ) ) +(assert (myObject (attribute1 "attr59995") ) ) +(assert (myObject (attribute1 "attr59996") ) ) +(assert (myObject (attribute1 "attr59997") ) ) +(assert (myObject (attribute1 "attr59998") ) ) +(assert (myObject (attribute1 "attr59999") ) ) +(assert (myObject (attribute1 "attr60000") ) ) +(assert (myObject (attribute1 "attr60001") ) ) +(assert (myObject (attribute1 "attr60002") ) ) +(assert (myObject (attribute1 "attr60003") ) ) +(assert (myObject (attribute1 "attr60004") ) ) +(assert (myObject (attribute1 "attr60005") ) ) +(assert (myObject (attribute1 "attr60006") ) ) +(assert (myObject (attribute1 "attr60007") ) ) +(assert (myObject (attribute1 "attr60008") ) ) +(assert (myObject (attribute1 "attr60009") ) ) +(assert (myObject (attribute1 "attr60010") ) ) +(assert (myObject (attribute1 "attr60011") ) ) +(assert (myObject (attribute1 "attr60012") ) ) +(assert (myObject (attribute1 "attr60013") ) ) +(assert (myObject (attribute1 "attr60014") ) ) +(assert (myObject (attribute1 "attr60015") ) ) +(assert (myObject (attribute1 "attr60016") ) ) +(assert (myObject (attribute1 "attr60017") ) ) +(assert (myObject (attribute1 "attr60018") ) ) +(assert (myObject (attribute1 "attr60019") ) ) +(assert (myObject (attribute1 "attr60020") ) ) +(assert (myObject (attribute1 "attr60021") ) ) +(assert (myObject (attribute1 "attr60022") ) ) +(assert (myObject (attribute1 "attr60023") ) ) +(assert (myObject (attribute1 "attr60024") ) ) +(assert (myObject (attribute1 "attr60025") ) ) +(assert (myObject (attribute1 "attr60026") ) ) +(assert (myObject (attribute1 "attr60027") ) ) +(assert (myObject (attribute1 "attr60028") ) ) +(assert (myObject (attribute1 "attr60029") ) ) +(assert (myObject (attribute1 "attr60030") ) ) +(assert (myObject (attribute1 "attr60031") ) ) +(assert (myObject (attribute1 "attr60032") ) ) +(assert (myObject (attribute1 "attr60033") ) ) +(assert (myObject (attribute1 "attr60034") ) ) +(assert (myObject (attribute1 "attr60035") ) ) +(assert (myObject (attribute1 "attr60036") ) ) +(assert (myObject (attribute1 "attr60037") ) ) +(assert (myObject (attribute1 "attr60038") ) ) +(assert (myObject (attribute1 "attr60039") ) ) +(assert (myObject (attribute1 "attr60040") ) ) +(assert (myObject (attribute1 "attr60041") ) ) +(assert (myObject (attribute1 "attr60042") ) ) +(assert (myObject (attribute1 "attr60043") ) ) +(assert (myObject (attribute1 "attr60044") ) ) +(assert (myObject (attribute1 "attr60045") ) ) +(assert (myObject (attribute1 "attr60046") ) ) +(assert (myObject (attribute1 "attr60047") ) ) +(assert (myObject (attribute1 "attr60048") ) ) +(assert (myObject (attribute1 "attr60049") ) ) +(assert (myObject (attribute1 "attr60050") ) ) +(assert (myObject (attribute1 "attr60051") ) ) +(assert (myObject (attribute1 "attr60052") ) ) +(assert (myObject (attribute1 "attr60053") ) ) +(assert (myObject (attribute1 "attr60054") ) ) +(assert (myObject (attribute1 "attr60055") ) ) +(assert (myObject (attribute1 "attr60056") ) ) +(assert (myObject (attribute1 "attr60057") ) ) +(assert (myObject (attribute1 "attr60058") ) ) +(assert (myObject (attribute1 "attr60059") ) ) +(assert (myObject (attribute1 "attr60060") ) ) +(assert (myObject (attribute1 "attr60061") ) ) +(assert (myObject (attribute1 "attr60062") ) ) +(assert (myObject (attribute1 "attr60063") ) ) +(assert (myObject (attribute1 "attr60064") ) ) +(assert (myObject (attribute1 "attr60065") ) ) +(assert (myObject (attribute1 "attr60066") ) ) +(assert (myObject (attribute1 "attr60067") ) ) +(assert (myObject (attribute1 "attr60068") ) ) +(assert (myObject (attribute1 "attr60069") ) ) +(assert (myObject (attribute1 "attr60070") ) ) +(assert (myObject (attribute1 "attr60071") ) ) +(assert (myObject (attribute1 "attr60072") ) ) +(assert (myObject (attribute1 "attr60073") ) ) +(assert (myObject (attribute1 "attr60074") ) ) +(assert (myObject (attribute1 "attr60075") ) ) +(assert (myObject (attribute1 "attr60076") ) ) +(assert (myObject (attribute1 "attr60077") ) ) +(assert (myObject (attribute1 "attr60078") ) ) +(assert (myObject (attribute1 "attr60079") ) ) +(assert (myObject (attribute1 "attr60080") ) ) +(assert (myObject (attribute1 "attr60081") ) ) +(assert (myObject (attribute1 "attr60082") ) ) +(assert (myObject (attribute1 "attr60083") ) ) +(assert (myObject (attribute1 "attr60084") ) ) +(assert (myObject (attribute1 "attr60085") ) ) +(assert (myObject (attribute1 "attr60086") ) ) +(assert (myObject (attribute1 "attr60087") ) ) +(assert (myObject (attribute1 "attr60088") ) ) +(assert (myObject (attribute1 "attr60089") ) ) +(assert (myObject (attribute1 "attr60090") ) ) +(assert (myObject (attribute1 "attr60091") ) ) +(assert (myObject (attribute1 "attr60092") ) ) +(assert (myObject (attribute1 "attr60093") ) ) +(assert (myObject (attribute1 "attr60094") ) ) +(assert (myObject (attribute1 "attr60095") ) ) +(assert (myObject (attribute1 "attr60096") ) ) +(assert (myObject (attribute1 "attr60097") ) ) +(assert (myObject (attribute1 "attr60098") ) ) +(assert (myObject (attribute1 "attr60099") ) ) +(assert (myObject (attribute1 "attr60100") ) ) +(assert (myObject (attribute1 "attr60101") ) ) +(assert (myObject (attribute1 "attr60102") ) ) +(assert (myObject (attribute1 "attr60103") ) ) +(assert (myObject (attribute1 "attr60104") ) ) +(assert (myObject (attribute1 "attr60105") ) ) +(assert (myObject (attribute1 "attr60106") ) ) +(assert (myObject (attribute1 "attr60107") ) ) +(assert (myObject (attribute1 "attr60108") ) ) +(assert (myObject (attribute1 "attr60109") ) ) +(assert (myObject (attribute1 "attr60110") ) ) +(assert (myObject (attribute1 "attr60111") ) ) +(assert (myObject (attribute1 "attr60112") ) ) +(assert (myObject (attribute1 "attr60113") ) ) +(assert (myObject (attribute1 "attr60114") ) ) +(assert (myObject (attribute1 "attr60115") ) ) +(assert (myObject (attribute1 "attr60116") ) ) +(assert (myObject (attribute1 "attr60117") ) ) +(assert (myObject (attribute1 "attr60118") ) ) +(assert (myObject (attribute1 "attr60119") ) ) +(assert (myObject (attribute1 "attr60120") ) ) +(assert (myObject (attribute1 "attr60121") ) ) +(assert (myObject (attribute1 "attr60122") ) ) +(assert (myObject (attribute1 "attr60123") ) ) +(assert (myObject (attribute1 "attr60124") ) ) +(assert (myObject (attribute1 "attr60125") ) ) +(assert (myObject (attribute1 "attr60126") ) ) +(assert (myObject (attribute1 "attr60127") ) ) +(assert (myObject (attribute1 "attr60128") ) ) +(assert (myObject (attribute1 "attr60129") ) ) +(assert (myObject (attribute1 "attr60130") ) ) +(assert (myObject (attribute1 "attr60131") ) ) +(assert (myObject (attribute1 "attr60132") ) ) +(assert (myObject (attribute1 "attr60133") ) ) +(assert (myObject (attribute1 "attr60134") ) ) +(assert (myObject (attribute1 "attr60135") ) ) +(assert (myObject (attribute1 "attr60136") ) ) +(assert (myObject (attribute1 "attr60137") ) ) +(assert (myObject (attribute1 "attr60138") ) ) +(assert (myObject (attribute1 "attr60139") ) ) +(assert (myObject (attribute1 "attr60140") ) ) +(assert (myObject (attribute1 "attr60141") ) ) +(assert (myObject (attribute1 "attr60142") ) ) +(assert (myObject (attribute1 "attr60143") ) ) +(assert (myObject (attribute1 "attr60144") ) ) +(assert (myObject (attribute1 "attr60145") ) ) +(assert (myObject (attribute1 "attr60146") ) ) +(assert (myObject (attribute1 "attr60147") ) ) +(assert (myObject (attribute1 "attr60148") ) ) +(assert (myObject (attribute1 "attr60149") ) ) +(assert (myObject (attribute1 "attr60150") ) ) +(assert (myObject (attribute1 "attr60151") ) ) +(assert (myObject (attribute1 "attr60152") ) ) +(assert (myObject (attribute1 "attr60153") ) ) +(assert (myObject (attribute1 "attr60154") ) ) +(assert (myObject (attribute1 "attr60155") ) ) +(assert (myObject (attribute1 "attr60156") ) ) +(assert (myObject (attribute1 "attr60157") ) ) +(assert (myObject (attribute1 "attr60158") ) ) +(assert (myObject (attribute1 "attr60159") ) ) +(assert (myObject (attribute1 "attr60160") ) ) +(assert (myObject (attribute1 "attr60161") ) ) +(assert (myObject (attribute1 "attr60162") ) ) +(assert (myObject (attribute1 "attr60163") ) ) +(assert (myObject (attribute1 "attr60164") ) ) +(assert (myObject (attribute1 "attr60165") ) ) +(assert (myObject (attribute1 "attr60166") ) ) +(assert (myObject (attribute1 "attr60167") ) ) +(assert (myObject (attribute1 "attr60168") ) ) +(assert (myObject (attribute1 "attr60169") ) ) +(assert (myObject (attribute1 "attr60170") ) ) +(assert (myObject (attribute1 "attr60171") ) ) +(assert (myObject (attribute1 "attr60172") ) ) +(assert (myObject (attribute1 "attr60173") ) ) +(assert (myObject (attribute1 "attr60174") ) ) +(assert (myObject (attribute1 "attr60175") ) ) +(assert (myObject (attribute1 "attr60176") ) ) +(assert (myObject (attribute1 "attr60177") ) ) +(assert (myObject (attribute1 "attr60178") ) ) +(assert (myObject (attribute1 "attr60179") ) ) +(assert (myObject (attribute1 "attr60180") ) ) +(assert (myObject (attribute1 "attr60181") ) ) +(assert (myObject (attribute1 "attr60182") ) ) +(assert (myObject (attribute1 "attr60183") ) ) +(assert (myObject (attribute1 "attr60184") ) ) +(assert (myObject (attribute1 "attr60185") ) ) +(assert (myObject (attribute1 "attr60186") ) ) +(assert (myObject (attribute1 "attr60187") ) ) +(assert (myObject (attribute1 "attr60188") ) ) +(assert (myObject (attribute1 "attr60189") ) ) +(assert (myObject (attribute1 "attr60190") ) ) +(assert (myObject (attribute1 "attr60191") ) ) +(assert (myObject (attribute1 "attr60192") ) ) +(assert (myObject (attribute1 "attr60193") ) ) +(assert (myObject (attribute1 "attr60194") ) ) +(assert (myObject (attribute1 "attr60195") ) ) +(assert (myObject (attribute1 "attr60196") ) ) +(assert (myObject (attribute1 "attr60197") ) ) +(assert (myObject (attribute1 "attr60198") ) ) +(assert (myObject (attribute1 "attr60199") ) ) +(assert (myObject (attribute1 "attr60200") ) ) +(assert (myObject (attribute1 "attr60201") ) ) +(assert (myObject (attribute1 "attr60202") ) ) +(assert (myObject (attribute1 "attr60203") ) ) +(assert (myObject (attribute1 "attr60204") ) ) +(assert (myObject (attribute1 "attr60205") ) ) +(assert (myObject (attribute1 "attr60206") ) ) +(assert (myObject (attribute1 "attr60207") ) ) +(assert (myObject (attribute1 "attr60208") ) ) +(assert (myObject (attribute1 "attr60209") ) ) +(assert (myObject (attribute1 "attr60210") ) ) +(assert (myObject (attribute1 "attr60211") ) ) +(assert (myObject (attribute1 "attr60212") ) ) +(assert (myObject (attribute1 "attr60213") ) ) +(assert (myObject (attribute1 "attr60214") ) ) +(assert (myObject (attribute1 "attr60215") ) ) +(assert (myObject (attribute1 "attr60216") ) ) +(assert (myObject (attribute1 "attr60217") ) ) +(assert (myObject (attribute1 "attr60218") ) ) +(assert (myObject (attribute1 "attr60219") ) ) +(assert (myObject (attribute1 "attr60220") ) ) +(assert (myObject (attribute1 "attr60221") ) ) +(assert (myObject (attribute1 "attr60222") ) ) +(assert (myObject (attribute1 "attr60223") ) ) +(assert (myObject (attribute1 "attr60224") ) ) +(assert (myObject (attribute1 "attr60225") ) ) +(assert (myObject (attribute1 "attr60226") ) ) +(assert (myObject (attribute1 "attr60227") ) ) +(assert (myObject (attribute1 "attr60228") ) ) +(assert (myObject (attribute1 "attr60229") ) ) +(assert (myObject (attribute1 "attr60230") ) ) +(assert (myObject (attribute1 "attr60231") ) ) +(assert (myObject (attribute1 "attr60232") ) ) +(assert (myObject (attribute1 "attr60233") ) ) +(assert (myObject (attribute1 "attr60234") ) ) +(assert (myObject (attribute1 "attr60235") ) ) +(assert (myObject (attribute1 "attr60236") ) ) +(assert (myObject (attribute1 "attr60237") ) ) +(assert (myObject (attribute1 "attr60238") ) ) +(assert (myObject (attribute1 "attr60239") ) ) +(assert (myObject (attribute1 "attr60240") ) ) +(assert (myObject (attribute1 "attr60241") ) ) +(assert (myObject (attribute1 "attr60242") ) ) +(assert (myObject (attribute1 "attr60243") ) ) +(assert (myObject (attribute1 "attr60244") ) ) +(assert (myObject (attribute1 "attr60245") ) ) +(assert (myObject (attribute1 "attr60246") ) ) +(assert (myObject (attribute1 "attr60247") ) ) +(assert (myObject (attribute1 "attr60248") ) ) +(assert (myObject (attribute1 "attr60249") ) ) +(assert (myObject (attribute1 "attr60250") ) ) +(assert (myObject (attribute1 "attr60251") ) ) +(assert (myObject (attribute1 "attr60252") ) ) +(assert (myObject (attribute1 "attr60253") ) ) +(assert (myObject (attribute1 "attr60254") ) ) +(assert (myObject (attribute1 "attr60255") ) ) +(assert (myObject (attribute1 "attr60256") ) ) +(assert (myObject (attribute1 "attr60257") ) ) +(assert (myObject (attribute1 "attr60258") ) ) +(assert (myObject (attribute1 "attr60259") ) ) +(assert (myObject (attribute1 "attr60260") ) ) +(assert (myObject (attribute1 "attr60261") ) ) +(assert (myObject (attribute1 "attr60262") ) ) +(assert (myObject (attribute1 "attr60263") ) ) +(assert (myObject (attribute1 "attr60264") ) ) +(assert (myObject (attribute1 "attr60265") ) ) +(assert (myObject (attribute1 "attr60266") ) ) +(assert (myObject (attribute1 "attr60267") ) ) +(assert (myObject (attribute1 "attr60268") ) ) +(assert (myObject (attribute1 "attr60269") ) ) +(assert (myObject (attribute1 "attr60270") ) ) +(assert (myObject (attribute1 "attr60271") ) ) +(assert (myObject (attribute1 "attr60272") ) ) +(assert (myObject (attribute1 "attr60273") ) ) +(assert (myObject (attribute1 "attr60274") ) ) +(assert (myObject (attribute1 "attr60275") ) ) +(assert (myObject (attribute1 "attr60276") ) ) +(assert (myObject (attribute1 "attr60277") ) ) +(assert (myObject (attribute1 "attr60278") ) ) +(assert (myObject (attribute1 "attr60279") ) ) +(assert (myObject (attribute1 "attr60280") ) ) +(assert (myObject (attribute1 "attr60281") ) ) +(assert (myObject (attribute1 "attr60282") ) ) +(assert (myObject (attribute1 "attr60283") ) ) +(assert (myObject (attribute1 "attr60284") ) ) +(assert (myObject (attribute1 "attr60285") ) ) +(assert (myObject (attribute1 "attr60286") ) ) +(assert (myObject (attribute1 "attr60287") ) ) +(assert (myObject (attribute1 "attr60288") ) ) +(assert (myObject (attribute1 "attr60289") ) ) +(assert (myObject (attribute1 "attr60290") ) ) +(assert (myObject (attribute1 "attr60291") ) ) +(assert (myObject (attribute1 "attr60292") ) ) +(assert (myObject (attribute1 "attr60293") ) ) +(assert (myObject (attribute1 "attr60294") ) ) +(assert (myObject (attribute1 "attr60295") ) ) +(assert (myObject (attribute1 "attr60296") ) ) +(assert (myObject (attribute1 "attr60297") ) ) +(assert (myObject (attribute1 "attr60298") ) ) +(assert (myObject (attribute1 "attr60299") ) ) +(assert (myObject (attribute1 "attr60300") ) ) +(assert (myObject (attribute1 "attr60301") ) ) +(assert (myObject (attribute1 "attr60302") ) ) +(assert (myObject (attribute1 "attr60303") ) ) +(assert (myObject (attribute1 "attr60304") ) ) +(assert (myObject (attribute1 "attr60305") ) ) +(assert (myObject (attribute1 "attr60306") ) ) +(assert (myObject (attribute1 "attr60307") ) ) +(assert (myObject (attribute1 "attr60308") ) ) +(assert (myObject (attribute1 "attr60309") ) ) +(assert (myObject (attribute1 "attr60310") ) ) +(assert (myObject (attribute1 "attr60311") ) ) +(assert (myObject (attribute1 "attr60312") ) ) +(assert (myObject (attribute1 "attr60313") ) ) +(assert (myObject (attribute1 "attr60314") ) ) +(assert (myObject (attribute1 "attr60315") ) ) +(assert (myObject (attribute1 "attr60316") ) ) +(assert (myObject (attribute1 "attr60317") ) ) +(assert (myObject (attribute1 "attr60318") ) ) +(assert (myObject (attribute1 "attr60319") ) ) +(assert (myObject (attribute1 "attr60320") ) ) +(assert (myObject (attribute1 "attr60321") ) ) +(assert (myObject (attribute1 "attr60322") ) ) +(assert (myObject (attribute1 "attr60323") ) ) +(assert (myObject (attribute1 "attr60324") ) ) +(assert (myObject (attribute1 "attr60325") ) ) +(assert (myObject (attribute1 "attr60326") ) ) +(assert (myObject (attribute1 "attr60327") ) ) +(assert (myObject (attribute1 "attr60328") ) ) +(assert (myObject (attribute1 "attr60329") ) ) +(assert (myObject (attribute1 "attr60330") ) ) +(assert (myObject (attribute1 "attr60331") ) ) +(assert (myObject (attribute1 "attr60332") ) ) +(assert (myObject (attribute1 "attr60333") ) ) +(assert (myObject (attribute1 "attr60334") ) ) +(assert (myObject (attribute1 "attr60335") ) ) +(assert (myObject (attribute1 "attr60336") ) ) +(assert (myObject (attribute1 "attr60337") ) ) +(assert (myObject (attribute1 "attr60338") ) ) +(assert (myObject (attribute1 "attr60339") ) ) +(assert (myObject (attribute1 "attr60340") ) ) +(assert (myObject (attribute1 "attr60341") ) ) +(assert (myObject (attribute1 "attr60342") ) ) +(assert (myObject (attribute1 "attr60343") ) ) +(assert (myObject (attribute1 "attr60344") ) ) +(assert (myObject (attribute1 "attr60345") ) ) +(assert (myObject (attribute1 "attr60346") ) ) +(assert (myObject (attribute1 "attr60347") ) ) +(assert (myObject (attribute1 "attr60348") ) ) +(assert (myObject (attribute1 "attr60349") ) ) +(assert (myObject (attribute1 "attr60350") ) ) +(assert (myObject (attribute1 "attr60351") ) ) +(assert (myObject (attribute1 "attr60352") ) ) +(assert (myObject (attribute1 "attr60353") ) ) +(assert (myObject (attribute1 "attr60354") ) ) +(assert (myObject (attribute1 "attr60355") ) ) +(assert (myObject (attribute1 "attr60356") ) ) +(assert (myObject (attribute1 "attr60357") ) ) +(assert (myObject (attribute1 "attr60358") ) ) +(assert (myObject (attribute1 "attr60359") ) ) +(assert (myObject (attribute1 "attr60360") ) ) +(assert (myObject (attribute1 "attr60361") ) ) +(assert (myObject (attribute1 "attr60362") ) ) +(assert (myObject (attribute1 "attr60363") ) ) +(assert (myObject (attribute1 "attr60364") ) ) +(assert (myObject (attribute1 "attr60365") ) ) +(assert (myObject (attribute1 "attr60366") ) ) +(assert (myObject (attribute1 "attr60367") ) ) +(assert (myObject (attribute1 "attr60368") ) ) +(assert (myObject (attribute1 "attr60369") ) ) +(assert (myObject (attribute1 "attr60370") ) ) +(assert (myObject (attribute1 "attr60371") ) ) +(assert (myObject (attribute1 "attr60372") ) ) +(assert (myObject (attribute1 "attr60373") ) ) +(assert (myObject (attribute1 "attr60374") ) ) +(assert (myObject (attribute1 "attr60375") ) ) +(assert (myObject (attribute1 "attr60376") ) ) +(assert (myObject (attribute1 "attr60377") ) ) +(assert (myObject (attribute1 "attr60378") ) ) +(assert (myObject (attribute1 "attr60379") ) ) +(assert (myObject (attribute1 "attr60380") ) ) +(assert (myObject (attribute1 "attr60381") ) ) +(assert (myObject (attribute1 "attr60382") ) ) +(assert (myObject (attribute1 "attr60383") ) ) +(assert (myObject (attribute1 "attr60384") ) ) +(assert (myObject (attribute1 "attr60385") ) ) +(assert (myObject (attribute1 "attr60386") ) ) +(assert (myObject (attribute1 "attr60387") ) ) +(assert (myObject (attribute1 "attr60388") ) ) +(assert (myObject (attribute1 "attr60389") ) ) +(assert (myObject (attribute1 "attr60390") ) ) +(assert (myObject (attribute1 "attr60391") ) ) +(assert (myObject (attribute1 "attr60392") ) ) +(assert (myObject (attribute1 "attr60393") ) ) +(assert (myObject (attribute1 "attr60394") ) ) +(assert (myObject (attribute1 "attr60395") ) ) +(assert (myObject (attribute1 "attr60396") ) ) +(assert (myObject (attribute1 "attr60397") ) ) +(assert (myObject (attribute1 "attr60398") ) ) +(assert (myObject (attribute1 "attr60399") ) ) +(assert (myObject (attribute1 "attr60400") ) ) +(assert (myObject (attribute1 "attr60401") ) ) +(assert (myObject (attribute1 "attr60402") ) ) +(assert (myObject (attribute1 "attr60403") ) ) +(assert (myObject (attribute1 "attr60404") ) ) +(assert (myObject (attribute1 "attr60405") ) ) +(assert (myObject (attribute1 "attr60406") ) ) +(assert (myObject (attribute1 "attr60407") ) ) +(assert (myObject (attribute1 "attr60408") ) ) +(assert (myObject (attribute1 "attr60409") ) ) +(assert (myObject (attribute1 "attr60410") ) ) +(assert (myObject (attribute1 "attr60411") ) ) +(assert (myObject (attribute1 "attr60412") ) ) +(assert (myObject (attribute1 "attr60413") ) ) +(assert (myObject (attribute1 "attr60414") ) ) +(assert (myObject (attribute1 "attr60415") ) ) +(assert (myObject (attribute1 "attr60416") ) ) +(assert (myObject (attribute1 "attr60417") ) ) +(assert (myObject (attribute1 "attr60418") ) ) +(assert (myObject (attribute1 "attr60419") ) ) +(assert (myObject (attribute1 "attr60420") ) ) +(assert (myObject (attribute1 "attr60421") ) ) +(assert (myObject (attribute1 "attr60422") ) ) +(assert (myObject (attribute1 "attr60423") ) ) +(assert (myObject (attribute1 "attr60424") ) ) +(assert (myObject (attribute1 "attr60425") ) ) +(assert (myObject (attribute1 "attr60426") ) ) +(assert (myObject (attribute1 "attr60427") ) ) +(assert (myObject (attribute1 "attr60428") ) ) +(assert (myObject (attribute1 "attr60429") ) ) +(assert (myObject (attribute1 "attr60430") ) ) +(assert (myObject (attribute1 "attr60431") ) ) +(assert (myObject (attribute1 "attr60432") ) ) +(assert (myObject (attribute1 "attr60433") ) ) +(assert (myObject (attribute1 "attr60434") ) ) +(assert (myObject (attribute1 "attr60435") ) ) +(assert (myObject (attribute1 "attr60436") ) ) +(assert (myObject (attribute1 "attr60437") ) ) +(assert (myObject (attribute1 "attr60438") ) ) +(assert (myObject (attribute1 "attr60439") ) ) +(assert (myObject (attribute1 "attr60440") ) ) +(assert (myObject (attribute1 "attr60441") ) ) +(assert (myObject (attribute1 "attr60442") ) ) +(assert (myObject (attribute1 "attr60443") ) ) +(assert (myObject (attribute1 "attr60444") ) ) +(assert (myObject (attribute1 "attr60445") ) ) +(assert (myObject (attribute1 "attr60446") ) ) +(assert (myObject (attribute1 "attr60447") ) ) +(assert (myObject (attribute1 "attr60448") ) ) +(assert (myObject (attribute1 "attr60449") ) ) +(assert (myObject (attribute1 "attr60450") ) ) +(assert (myObject (attribute1 "attr60451") ) ) +(assert (myObject (attribute1 "attr60452") ) ) +(assert (myObject (attribute1 "attr60453") ) ) +(assert (myObject (attribute1 "attr60454") ) ) +(assert (myObject (attribute1 "attr60455") ) ) +(assert (myObject (attribute1 "attr60456") ) ) +(assert (myObject (attribute1 "attr60457") ) ) +(assert (myObject (attribute1 "attr60458") ) ) +(assert (myObject (attribute1 "attr60459") ) ) +(assert (myObject (attribute1 "attr60460") ) ) +(assert (myObject (attribute1 "attr60461") ) ) +(assert (myObject (attribute1 "attr60462") ) ) +(assert (myObject (attribute1 "attr60463") ) ) +(assert (myObject (attribute1 "attr60464") ) ) +(assert (myObject (attribute1 "attr60465") ) ) +(assert (myObject (attribute1 "attr60466") ) ) +(assert (myObject (attribute1 "attr60467") ) ) +(assert (myObject (attribute1 "attr60468") ) ) +(assert (myObject (attribute1 "attr60469") ) ) +(assert (myObject (attribute1 "attr60470") ) ) +(assert (myObject (attribute1 "attr60471") ) ) +(assert (myObject (attribute1 "attr60472") ) ) +(assert (myObject (attribute1 "attr60473") ) ) +(assert (myObject (attribute1 "attr60474") ) ) +(assert (myObject (attribute1 "attr60475") ) ) +(assert (myObject (attribute1 "attr60476") ) ) +(assert (myObject (attribute1 "attr60477") ) ) +(assert (myObject (attribute1 "attr60478") ) ) +(assert (myObject (attribute1 "attr60479") ) ) +(assert (myObject (attribute1 "attr60480") ) ) +(assert (myObject (attribute1 "attr60481") ) ) +(assert (myObject (attribute1 "attr60482") ) ) +(assert (myObject (attribute1 "attr60483") ) ) +(assert (myObject (attribute1 "attr60484") ) ) +(assert (myObject (attribute1 "attr60485") ) ) +(assert (myObject (attribute1 "attr60486") ) ) +(assert (myObject (attribute1 "attr60487") ) ) +(assert (myObject (attribute1 "attr60488") ) ) +(assert (myObject (attribute1 "attr60489") ) ) +(assert (myObject (attribute1 "attr60490") ) ) +(assert (myObject (attribute1 "attr60491") ) ) +(assert (myObject (attribute1 "attr60492") ) ) +(assert (myObject (attribute1 "attr60493") ) ) +(assert (myObject (attribute1 "attr60494") ) ) +(assert (myObject (attribute1 "attr60495") ) ) +(assert (myObject (attribute1 "attr60496") ) ) +(assert (myObject (attribute1 "attr60497") ) ) +(assert (myObject (attribute1 "attr60498") ) ) +(assert (myObject (attribute1 "attr60499") ) ) +(assert (myObject (attribute1 "attr60500") ) ) +(assert (myObject (attribute1 "attr60501") ) ) +(assert (myObject (attribute1 "attr60502") ) ) +(assert (myObject (attribute1 "attr60503") ) ) +(assert (myObject (attribute1 "attr60504") ) ) +(assert (myObject (attribute1 "attr60505") ) ) +(assert (myObject (attribute1 "attr60506") ) ) +(assert (myObject (attribute1 "attr60507") ) ) +(assert (myObject (attribute1 "attr60508") ) ) +(assert (myObject (attribute1 "attr60509") ) ) +(assert (myObject (attribute1 "attr60510") ) ) +(assert (myObject (attribute1 "attr60511") ) ) +(assert (myObject (attribute1 "attr60512") ) ) +(assert (myObject (attribute1 "attr60513") ) ) +(assert (myObject (attribute1 "attr60514") ) ) +(assert (myObject (attribute1 "attr60515") ) ) +(assert (myObject (attribute1 "attr60516") ) ) +(assert (myObject (attribute1 "attr60517") ) ) +(assert (myObject (attribute1 "attr60518") ) ) +(assert (myObject (attribute1 "attr60519") ) ) +(assert (myObject (attribute1 "attr60520") ) ) +(assert (myObject (attribute1 "attr60521") ) ) +(assert (myObject (attribute1 "attr60522") ) ) +(assert (myObject (attribute1 "attr60523") ) ) +(assert (myObject (attribute1 "attr60524") ) ) +(assert (myObject (attribute1 "attr60525") ) ) +(assert (myObject (attribute1 "attr60526") ) ) +(assert (myObject (attribute1 "attr60527") ) ) +(assert (myObject (attribute1 "attr60528") ) ) +(assert (myObject (attribute1 "attr60529") ) ) +(assert (myObject (attribute1 "attr60530") ) ) +(assert (myObject (attribute1 "attr60531") ) ) +(assert (myObject (attribute1 "attr60532") ) ) +(assert (myObject (attribute1 "attr60533") ) ) +(assert (myObject (attribute1 "attr60534") ) ) +(assert (myObject (attribute1 "attr60535") ) ) +(assert (myObject (attribute1 "attr60536") ) ) +(assert (myObject (attribute1 "attr60537") ) ) +(assert (myObject (attribute1 "attr60538") ) ) +(assert (myObject (attribute1 "attr60539") ) ) +(assert (myObject (attribute1 "attr60540") ) ) +(assert (myObject (attribute1 "attr60541") ) ) +(assert (myObject (attribute1 "attr60542") ) ) +(assert (myObject (attribute1 "attr60543") ) ) +(assert (myObject (attribute1 "attr60544") ) ) +(assert (myObject (attribute1 "attr60545") ) ) +(assert (myObject (attribute1 "attr60546") ) ) +(assert (myObject (attribute1 "attr60547") ) ) +(assert (myObject (attribute1 "attr60548") ) ) +(assert (myObject (attribute1 "attr60549") ) ) +(assert (myObject (attribute1 "attr60550") ) ) +(assert (myObject (attribute1 "attr60551") ) ) +(assert (myObject (attribute1 "attr60552") ) ) +(assert (myObject (attribute1 "attr60553") ) ) +(assert (myObject (attribute1 "attr60554") ) ) +(assert (myObject (attribute1 "attr60555") ) ) +(assert (myObject (attribute1 "attr60556") ) ) +(assert (myObject (attribute1 "attr60557") ) ) +(assert (myObject (attribute1 "attr60558") ) ) +(assert (myObject (attribute1 "attr60559") ) ) +(assert (myObject (attribute1 "attr60560") ) ) +(assert (myObject (attribute1 "attr60561") ) ) +(assert (myObject (attribute1 "attr60562") ) ) +(assert (myObject (attribute1 "attr60563") ) ) +(assert (myObject (attribute1 "attr60564") ) ) +(assert (myObject (attribute1 "attr60565") ) ) +(assert (myObject (attribute1 "attr60566") ) ) +(assert (myObject (attribute1 "attr60567") ) ) +(assert (myObject (attribute1 "attr60568") ) ) +(assert (myObject (attribute1 "attr60569") ) ) +(assert (myObject (attribute1 "attr60570") ) ) +(assert (myObject (attribute1 "attr60571") ) ) +(assert (myObject (attribute1 "attr60572") ) ) +(assert (myObject (attribute1 "attr60573") ) ) +(assert (myObject (attribute1 "attr60574") ) ) +(assert (myObject (attribute1 "attr60575") ) ) +(assert (myObject (attribute1 "attr60576") ) ) +(assert (myObject (attribute1 "attr60577") ) ) +(assert (myObject (attribute1 "attr60578") ) ) +(assert (myObject (attribute1 "attr60579") ) ) +(assert (myObject (attribute1 "attr60580") ) ) +(assert (myObject (attribute1 "attr60581") ) ) +(assert (myObject (attribute1 "attr60582") ) ) +(assert (myObject (attribute1 "attr60583") ) ) +(assert (myObject (attribute1 "attr60584") ) ) +(assert (myObject (attribute1 "attr60585") ) ) +(assert (myObject (attribute1 "attr60586") ) ) +(assert (myObject (attribute1 "attr60587") ) ) +(assert (myObject (attribute1 "attr60588") ) ) +(assert (myObject (attribute1 "attr60589") ) ) +(assert (myObject (attribute1 "attr60590") ) ) +(assert (myObject (attribute1 "attr60591") ) ) +(assert (myObject (attribute1 "attr60592") ) ) +(assert (myObject (attribute1 "attr60593") ) ) +(assert (myObject (attribute1 "attr60594") ) ) +(assert (myObject (attribute1 "attr60595") ) ) +(assert (myObject (attribute1 "attr60596") ) ) +(assert (myObject (attribute1 "attr60597") ) ) +(assert (myObject (attribute1 "attr60598") ) ) +(assert (myObject (attribute1 "attr60599") ) ) +(assert (myObject (attribute1 "attr60600") ) ) +(assert (myObject (attribute1 "attr60601") ) ) +(assert (myObject (attribute1 "attr60602") ) ) +(assert (myObject (attribute1 "attr60603") ) ) +(assert (myObject (attribute1 "attr60604") ) ) +(assert (myObject (attribute1 "attr60605") ) ) +(assert (myObject (attribute1 "attr60606") ) ) +(assert (myObject (attribute1 "attr60607") ) ) +(assert (myObject (attribute1 "attr60608") ) ) +(assert (myObject (attribute1 "attr60609") ) ) +(assert (myObject (attribute1 "attr60610") ) ) +(assert (myObject (attribute1 "attr60611") ) ) +(assert (myObject (attribute1 "attr60612") ) ) +(assert (myObject (attribute1 "attr60613") ) ) +(assert (myObject (attribute1 "attr60614") ) ) +(assert (myObject (attribute1 "attr60615") ) ) +(assert (myObject (attribute1 "attr60616") ) ) +(assert (myObject (attribute1 "attr60617") ) ) +(assert (myObject (attribute1 "attr60618") ) ) +(assert (myObject (attribute1 "attr60619") ) ) +(assert (myObject (attribute1 "attr60620") ) ) +(assert (myObject (attribute1 "attr60621") ) ) +(assert (myObject (attribute1 "attr60622") ) ) +(assert (myObject (attribute1 "attr60623") ) ) +(assert (myObject (attribute1 "attr60624") ) ) +(assert (myObject (attribute1 "attr60625") ) ) +(assert (myObject (attribute1 "attr60626") ) ) +(assert (myObject (attribute1 "attr60627") ) ) +(assert (myObject (attribute1 "attr60628") ) ) +(assert (myObject (attribute1 "attr60629") ) ) +(assert (myObject (attribute1 "attr60630") ) ) +(assert (myObject (attribute1 "attr60631") ) ) +(assert (myObject (attribute1 "attr60632") ) ) +(assert (myObject (attribute1 "attr60633") ) ) +(assert (myObject (attribute1 "attr60634") ) ) +(assert (myObject (attribute1 "attr60635") ) ) +(assert (myObject (attribute1 "attr60636") ) ) +(assert (myObject (attribute1 "attr60637") ) ) +(assert (myObject (attribute1 "attr60638") ) ) +(assert (myObject (attribute1 "attr60639") ) ) +(assert (myObject (attribute1 "attr60640") ) ) +(assert (myObject (attribute1 "attr60641") ) ) +(assert (myObject (attribute1 "attr60642") ) ) +(assert (myObject (attribute1 "attr60643") ) ) +(assert (myObject (attribute1 "attr60644") ) ) +(assert (myObject (attribute1 "attr60645") ) ) +(assert (myObject (attribute1 "attr60646") ) ) +(assert (myObject (attribute1 "attr60647") ) ) +(assert (myObject (attribute1 "attr60648") ) ) +(assert (myObject (attribute1 "attr60649") ) ) +(assert (myObject (attribute1 "attr60650") ) ) +(assert (myObject (attribute1 "attr60651") ) ) +(assert (myObject (attribute1 "attr60652") ) ) +(assert (myObject (attribute1 "attr60653") ) ) +(assert (myObject (attribute1 "attr60654") ) ) +(assert (myObject (attribute1 "attr60655") ) ) +(assert (myObject (attribute1 "attr60656") ) ) +(assert (myObject (attribute1 "attr60657") ) ) +(assert (myObject (attribute1 "attr60658") ) ) +(assert (myObject (attribute1 "attr60659") ) ) +(assert (myObject (attribute1 "attr60660") ) ) +(assert (myObject (attribute1 "attr60661") ) ) +(assert (myObject (attribute1 "attr60662") ) ) +(assert (myObject (attribute1 "attr60663") ) ) +(assert (myObject (attribute1 "attr60664") ) ) +(assert (myObject (attribute1 "attr60665") ) ) +(assert (myObject (attribute1 "attr60666") ) ) +(assert (myObject (attribute1 "attr60667") ) ) +(assert (myObject (attribute1 "attr60668") ) ) +(assert (myObject (attribute1 "attr60669") ) ) +(assert (myObject (attribute1 "attr60670") ) ) +(assert (myObject (attribute1 "attr60671") ) ) +(assert (myObject (attribute1 "attr60672") ) ) +(assert (myObject (attribute1 "attr60673") ) ) +(assert (myObject (attribute1 "attr60674") ) ) +(assert (myObject (attribute1 "attr60675") ) ) +(assert (myObject (attribute1 "attr60676") ) ) +(assert (myObject (attribute1 "attr60677") ) ) +(assert (myObject (attribute1 "attr60678") ) ) +(assert (myObject (attribute1 "attr60679") ) ) +(assert (myObject (attribute1 "attr60680") ) ) +(assert (myObject (attribute1 "attr60681") ) ) +(assert (myObject (attribute1 "attr60682") ) ) +(assert (myObject (attribute1 "attr60683") ) ) +(assert (myObject (attribute1 "attr60684") ) ) +(assert (myObject (attribute1 "attr60685") ) ) +(assert (myObject (attribute1 "attr60686") ) ) +(assert (myObject (attribute1 "attr60687") ) ) +(assert (myObject (attribute1 "attr60688") ) ) +(assert (myObject (attribute1 "attr60689") ) ) +(assert (myObject (attribute1 "attr60690") ) ) +(assert (myObject (attribute1 "attr60691") ) ) +(assert (myObject (attribute1 "attr60692") ) ) +(assert (myObject (attribute1 "attr60693") ) ) +(assert (myObject (attribute1 "attr60694") ) ) +(assert (myObject (attribute1 "attr60695") ) ) +(assert (myObject (attribute1 "attr60696") ) ) +(assert (myObject (attribute1 "attr60697") ) ) +(assert (myObject (attribute1 "attr60698") ) ) +(assert (myObject (attribute1 "attr60699") ) ) +(assert (myObject (attribute1 "attr60700") ) ) +(assert (myObject (attribute1 "attr60701") ) ) +(assert (myObject (attribute1 "attr60702") ) ) +(assert (myObject (attribute1 "attr60703") ) ) +(assert (myObject (attribute1 "attr60704") ) ) +(assert (myObject (attribute1 "attr60705") ) ) +(assert (myObject (attribute1 "attr60706") ) ) +(assert (myObject (attribute1 "attr60707") ) ) +(assert (myObject (attribute1 "attr60708") ) ) +(assert (myObject (attribute1 "attr60709") ) ) +(assert (myObject (attribute1 "attr60710") ) ) +(assert (myObject (attribute1 "attr60711") ) ) +(assert (myObject (attribute1 "attr60712") ) ) +(assert (myObject (attribute1 "attr60713") ) ) +(assert (myObject (attribute1 "attr60714") ) ) +(assert (myObject (attribute1 "attr60715") ) ) +(assert (myObject (attribute1 "attr60716") ) ) +(assert (myObject (attribute1 "attr60717") ) ) +(assert (myObject (attribute1 "attr60718") ) ) +(assert (myObject (attribute1 "attr60719") ) ) +(assert (myObject (attribute1 "attr60720") ) ) +(assert (myObject (attribute1 "attr60721") ) ) +(assert (myObject (attribute1 "attr60722") ) ) +(assert (myObject (attribute1 "attr60723") ) ) +(assert (myObject (attribute1 "attr60724") ) ) +(assert (myObject (attribute1 "attr60725") ) ) +(assert (myObject (attribute1 "attr60726") ) ) +(assert (myObject (attribute1 "attr60727") ) ) +(assert (myObject (attribute1 "attr60728") ) ) +(assert (myObject (attribute1 "attr60729") ) ) +(assert (myObject (attribute1 "attr60730") ) ) +(assert (myObject (attribute1 "attr60731") ) ) +(assert (myObject (attribute1 "attr60732") ) ) +(assert (myObject (attribute1 "attr60733") ) ) +(assert (myObject (attribute1 "attr60734") ) ) +(assert (myObject (attribute1 "attr60735") ) ) +(assert (myObject (attribute1 "attr60736") ) ) +(assert (myObject (attribute1 "attr60737") ) ) +(assert (myObject (attribute1 "attr60738") ) ) +(assert (myObject (attribute1 "attr60739") ) ) +(assert (myObject (attribute1 "attr60740") ) ) +(assert (myObject (attribute1 "attr60741") ) ) +(assert (myObject (attribute1 "attr60742") ) ) +(assert (myObject (attribute1 "attr60743") ) ) +(assert (myObject (attribute1 "attr60744") ) ) +(assert (myObject (attribute1 "attr60745") ) ) +(assert (myObject (attribute1 "attr60746") ) ) +(assert (myObject (attribute1 "attr60747") ) ) +(assert (myObject (attribute1 "attr60748") ) ) +(assert (myObject (attribute1 "attr60749") ) ) +(assert (myObject (attribute1 "attr60750") ) ) +(assert (myObject (attribute1 "attr60751") ) ) +(assert (myObject (attribute1 "attr60752") ) ) +(assert (myObject (attribute1 "attr60753") ) ) +(assert (myObject (attribute1 "attr60754") ) ) +(assert (myObject (attribute1 "attr60755") ) ) +(assert (myObject (attribute1 "attr60756") ) ) +(assert (myObject (attribute1 "attr60757") ) ) +(assert (myObject (attribute1 "attr60758") ) ) +(assert (myObject (attribute1 "attr60759") ) ) +(assert (myObject (attribute1 "attr60760") ) ) +(assert (myObject (attribute1 "attr60761") ) ) +(assert (myObject (attribute1 "attr60762") ) ) +(assert (myObject (attribute1 "attr60763") ) ) +(assert (myObject (attribute1 "attr60764") ) ) +(assert (myObject (attribute1 "attr60765") ) ) +(assert (myObject (attribute1 "attr60766") ) ) +(assert (myObject (attribute1 "attr60767") ) ) +(assert (myObject (attribute1 "attr60768") ) ) +(assert (myObject (attribute1 "attr60769") ) ) +(assert (myObject (attribute1 "attr60770") ) ) +(assert (myObject (attribute1 "attr60771") ) ) +(assert (myObject (attribute1 "attr60772") ) ) +(assert (myObject (attribute1 "attr60773") ) ) +(assert (myObject (attribute1 "attr60774") ) ) +(assert (myObject (attribute1 "attr60775") ) ) +(assert (myObject (attribute1 "attr60776") ) ) +(assert (myObject (attribute1 "attr60777") ) ) +(assert (myObject (attribute1 "attr60778") ) ) +(assert (myObject (attribute1 "attr60779") ) ) +(assert (myObject (attribute1 "attr60780") ) ) +(assert (myObject (attribute1 "attr60781") ) ) +(assert (myObject (attribute1 "attr60782") ) ) +(assert (myObject (attribute1 "attr60783") ) ) +(assert (myObject (attribute1 "attr60784") ) ) +(assert (myObject (attribute1 "attr60785") ) ) +(assert (myObject (attribute1 "attr60786") ) ) +(assert (myObject (attribute1 "attr60787") ) ) +(assert (myObject (attribute1 "attr60788") ) ) +(assert (myObject (attribute1 "attr60789") ) ) +(assert (myObject (attribute1 "attr60790") ) ) +(assert (myObject (attribute1 "attr60791") ) ) +(assert (myObject (attribute1 "attr60792") ) ) +(assert (myObject (attribute1 "attr60793") ) ) +(assert (myObject (attribute1 "attr60794") ) ) +(assert (myObject (attribute1 "attr60795") ) ) +(assert (myObject (attribute1 "attr60796") ) ) +(assert (myObject (attribute1 "attr60797") ) ) +(assert (myObject (attribute1 "attr60798") ) ) +(assert (myObject (attribute1 "attr60799") ) ) +(assert (myObject (attribute1 "attr60800") ) ) +(assert (myObject (attribute1 "attr60801") ) ) +(assert (myObject (attribute1 "attr60802") ) ) +(assert (myObject (attribute1 "attr60803") ) ) +(assert (myObject (attribute1 "attr60804") ) ) +(assert (myObject (attribute1 "attr60805") ) ) +(assert (myObject (attribute1 "attr60806") ) ) +(assert (myObject (attribute1 "attr60807") ) ) +(assert (myObject (attribute1 "attr60808") ) ) +(assert (myObject (attribute1 "attr60809") ) ) +(assert (myObject (attribute1 "attr60810") ) ) +(assert (myObject (attribute1 "attr60811") ) ) +(assert (myObject (attribute1 "attr60812") ) ) +(assert (myObject (attribute1 "attr60813") ) ) +(assert (myObject (attribute1 "attr60814") ) ) +(assert (myObject (attribute1 "attr60815") ) ) +(assert (myObject (attribute1 "attr60816") ) ) +(assert (myObject (attribute1 "attr60817") ) ) +(assert (myObject (attribute1 "attr60818") ) ) +(assert (myObject (attribute1 "attr60819") ) ) +(assert (myObject (attribute1 "attr60820") ) ) +(assert (myObject (attribute1 "attr60821") ) ) +(assert (myObject (attribute1 "attr60822") ) ) +(assert (myObject (attribute1 "attr60823") ) ) +(assert (myObject (attribute1 "attr60824") ) ) +(assert (myObject (attribute1 "attr60825") ) ) +(assert (myObject (attribute1 "attr60826") ) ) +(assert (myObject (attribute1 "attr60827") ) ) +(assert (myObject (attribute1 "attr60828") ) ) +(assert (myObject (attribute1 "attr60829") ) ) +(assert (myObject (attribute1 "attr60830") ) ) +(assert (myObject (attribute1 "attr60831") ) ) +(assert (myObject (attribute1 "attr60832") ) ) +(assert (myObject (attribute1 "attr60833") ) ) +(assert (myObject (attribute1 "attr60834") ) ) +(assert (myObject (attribute1 "attr60835") ) ) +(assert (myObject (attribute1 "attr60836") ) ) +(assert (myObject (attribute1 "attr60837") ) ) +(assert (myObject (attribute1 "attr60838") ) ) +(assert (myObject (attribute1 "attr60839") ) ) +(assert (myObject (attribute1 "attr60840") ) ) +(assert (myObject (attribute1 "attr60841") ) ) +(assert (myObject (attribute1 "attr60842") ) ) +(assert (myObject (attribute1 "attr60843") ) ) +(assert (myObject (attribute1 "attr60844") ) ) +(assert (myObject (attribute1 "attr60845") ) ) +(assert (myObject (attribute1 "attr60846") ) ) +(assert (myObject (attribute1 "attr60847") ) ) +(assert (myObject (attribute1 "attr60848") ) ) +(assert (myObject (attribute1 "attr60849") ) ) +(assert (myObject (attribute1 "attr60850") ) ) +(assert (myObject (attribute1 "attr60851") ) ) +(assert (myObject (attribute1 "attr60852") ) ) +(assert (myObject (attribute1 "attr60853") ) ) +(assert (myObject (attribute1 "attr60854") ) ) +(assert (myObject (attribute1 "attr60855") ) ) +(assert (myObject (attribute1 "attr60856") ) ) +(assert (myObject (attribute1 "attr60857") ) ) +(assert (myObject (attribute1 "attr60858") ) ) +(assert (myObject (attribute1 "attr60859") ) ) +(assert (myObject (attribute1 "attr60860") ) ) +(assert (myObject (attribute1 "attr60861") ) ) +(assert (myObject (attribute1 "attr60862") ) ) +(assert (myObject (attribute1 "attr60863") ) ) +(assert (myObject (attribute1 "attr60864") ) ) +(assert (myObject (attribute1 "attr60865") ) ) +(assert (myObject (attribute1 "attr60866") ) ) +(assert (myObject (attribute1 "attr60867") ) ) +(assert (myObject (attribute1 "attr60868") ) ) +(assert (myObject (attribute1 "attr60869") ) ) +(assert (myObject (attribute1 "attr60870") ) ) +(assert (myObject (attribute1 "attr60871") ) ) +(assert (myObject (attribute1 "attr60872") ) ) +(assert (myObject (attribute1 "attr60873") ) ) +(assert (myObject (attribute1 "attr60874") ) ) +(assert (myObject (attribute1 "attr60875") ) ) +(assert (myObject (attribute1 "attr60876") ) ) +(assert (myObject (attribute1 "attr60877") ) ) +(assert (myObject (attribute1 "attr60878") ) ) +(assert (myObject (attribute1 "attr60879") ) ) +(assert (myObject (attribute1 "attr60880") ) ) +(assert (myObject (attribute1 "attr60881") ) ) +(assert (myObject (attribute1 "attr60882") ) ) +(assert (myObject (attribute1 "attr60883") ) ) +(assert (myObject (attribute1 "attr60884") ) ) +(assert (myObject (attribute1 "attr60885") ) ) +(assert (myObject (attribute1 "attr60886") ) ) +(assert (myObject (attribute1 "attr60887") ) ) +(assert (myObject (attribute1 "attr60888") ) ) +(assert (myObject (attribute1 "attr60889") ) ) +(assert (myObject (attribute1 "attr60890") ) ) +(assert (myObject (attribute1 "attr60891") ) ) +(assert (myObject (attribute1 "attr60892") ) ) +(assert (myObject (attribute1 "attr60893") ) ) +(assert (myObject (attribute1 "attr60894") ) ) +(assert (myObject (attribute1 "attr60895") ) ) +(assert (myObject (attribute1 "attr60896") ) ) +(assert (myObject (attribute1 "attr60897") ) ) +(assert (myObject (attribute1 "attr60898") ) ) +(assert (myObject (attribute1 "attr60899") ) ) +(assert (myObject (attribute1 "attr60900") ) ) +(assert (myObject (attribute1 "attr60901") ) ) +(assert (myObject (attribute1 "attr60902") ) ) +(assert (myObject (attribute1 "attr60903") ) ) +(assert (myObject (attribute1 "attr60904") ) ) +(assert (myObject (attribute1 "attr60905") ) ) +(assert (myObject (attribute1 "attr60906") ) ) +(assert (myObject (attribute1 "attr60907") ) ) +(assert (myObject (attribute1 "attr60908") ) ) +(assert (myObject (attribute1 "attr60909") ) ) +(assert (myObject (attribute1 "attr60910") ) ) +(assert (myObject (attribute1 "attr60911") ) ) +(assert (myObject (attribute1 "attr60912") ) ) +(assert (myObject (attribute1 "attr60913") ) ) +(assert (myObject (attribute1 "attr60914") ) ) +(assert (myObject (attribute1 "attr60915") ) ) +(assert (myObject (attribute1 "attr60916") ) ) +(assert (myObject (attribute1 "attr60917") ) ) +(assert (myObject (attribute1 "attr60918") ) ) +(assert (myObject (attribute1 "attr60919") ) ) +(assert (myObject (attribute1 "attr60920") ) ) +(assert (myObject (attribute1 "attr60921") ) ) +(assert (myObject (attribute1 "attr60922") ) ) +(assert (myObject (attribute1 "attr60923") ) ) +(assert (myObject (attribute1 "attr60924") ) ) +(assert (myObject (attribute1 "attr60925") ) ) +(assert (myObject (attribute1 "attr60926") ) ) +(assert (myObject (attribute1 "attr60927") ) ) +(assert (myObject (attribute1 "attr60928") ) ) +(assert (myObject (attribute1 "attr60929") ) ) +(assert (myObject (attribute1 "attr60930") ) ) +(assert (myObject (attribute1 "attr60931") ) ) +(assert (myObject (attribute1 "attr60932") ) ) +(assert (myObject (attribute1 "attr60933") ) ) +(assert (myObject (attribute1 "attr60934") ) ) +(assert (myObject (attribute1 "attr60935") ) ) +(assert (myObject (attribute1 "attr60936") ) ) +(assert (myObject (attribute1 "attr60937") ) ) +(assert (myObject (attribute1 "attr60938") ) ) +(assert (myObject (attribute1 "attr60939") ) ) +(assert (myObject (attribute1 "attr60940") ) ) +(assert (myObject (attribute1 "attr60941") ) ) +(assert (myObject (attribute1 "attr60942") ) ) +(assert (myObject (attribute1 "attr60943") ) ) +(assert (myObject (attribute1 "attr60944") ) ) +(assert (myObject (attribute1 "attr60945") ) ) +(assert (myObject (attribute1 "attr60946") ) ) +(assert (myObject (attribute1 "attr60947") ) ) +(assert (myObject (attribute1 "attr60948") ) ) +(assert (myObject (attribute1 "attr60949") ) ) +(assert (myObject (attribute1 "attr60950") ) ) +(assert (myObject (attribute1 "attr60951") ) ) +(assert (myObject (attribute1 "attr60952") ) ) +(assert (myObject (attribute1 "attr60953") ) ) +(assert (myObject (attribute1 "attr60954") ) ) +(assert (myObject (attribute1 "attr60955") ) ) +(assert (myObject (attribute1 "attr60956") ) ) +(assert (myObject (attribute1 "attr60957") ) ) +(assert (myObject (attribute1 "attr60958") ) ) +(assert (myObject (attribute1 "attr60959") ) ) +(assert (myObject (attribute1 "attr60960") ) ) +(assert (myObject (attribute1 "attr60961") ) ) +(assert (myObject (attribute1 "attr60962") ) ) +(assert (myObject (attribute1 "attr60963") ) ) +(assert (myObject (attribute1 "attr60964") ) ) +(assert (myObject (attribute1 "attr60965") ) ) +(assert (myObject (attribute1 "attr60966") ) ) +(assert (myObject (attribute1 "attr60967") ) ) +(assert (myObject (attribute1 "attr60968") ) ) +(assert (myObject (attribute1 "attr60969") ) ) +(assert (myObject (attribute1 "attr60970") ) ) +(assert (myObject (attribute1 "attr60971") ) ) +(assert (myObject (attribute1 "attr60972") ) ) +(assert (myObject (attribute1 "attr60973") ) ) +(assert (myObject (attribute1 "attr60974") ) ) +(assert (myObject (attribute1 "attr60975") ) ) +(assert (myObject (attribute1 "attr60976") ) ) +(assert (myObject (attribute1 "attr60977") ) ) +(assert (myObject (attribute1 "attr60978") ) ) +(assert (myObject (attribute1 "attr60979") ) ) +(assert (myObject (attribute1 "attr60980") ) ) +(assert (myObject (attribute1 "attr60981") ) ) +(assert (myObject (attribute1 "attr60982") ) ) +(assert (myObject (attribute1 "attr60983") ) ) +(assert (myObject (attribute1 "attr60984") ) ) +(assert (myObject (attribute1 "attr60985") ) ) +(assert (myObject (attribute1 "attr60986") ) ) +(assert (myObject (attribute1 "attr60987") ) ) +(assert (myObject (attribute1 "attr60988") ) ) +(assert (myObject (attribute1 "attr60989") ) ) +(assert (myObject (attribute1 "attr60990") ) ) +(assert (myObject (attribute1 "attr60991") ) ) +(assert (myObject (attribute1 "attr60992") ) ) +(assert (myObject (attribute1 "attr60993") ) ) +(assert (myObject (attribute1 "attr60994") ) ) +(assert (myObject (attribute1 "attr60995") ) ) +(assert (myObject (attribute1 "attr60996") ) ) +(assert (myObject (attribute1 "attr60997") ) ) +(assert (myObject (attribute1 "attr60998") ) ) +(assert (myObject (attribute1 "attr60999") ) ) +(assert (myObject (attribute1 "attr61000") ) ) +(assert (myObject (attribute1 "attr61001") ) ) +(assert (myObject (attribute1 "attr61002") ) ) +(assert (myObject (attribute1 "attr61003") ) ) +(assert (myObject (attribute1 "attr61004") ) ) +(assert (myObject (attribute1 "attr61005") ) ) +(assert (myObject (attribute1 "attr61006") ) ) +(assert (myObject (attribute1 "attr61007") ) ) +(assert (myObject (attribute1 "attr61008") ) ) +(assert (myObject (attribute1 "attr61009") ) ) +(assert (myObject (attribute1 "attr61010") ) ) +(assert (myObject (attribute1 "attr61011") ) ) +(assert (myObject (attribute1 "attr61012") ) ) +(assert (myObject (attribute1 "attr61013") ) ) +(assert (myObject (attribute1 "attr61014") ) ) +(assert (myObject (attribute1 "attr61015") ) ) +(assert (myObject (attribute1 "attr61016") ) ) +(assert (myObject (attribute1 "attr61017") ) ) +(assert (myObject (attribute1 "attr61018") ) ) +(assert (myObject (attribute1 "attr61019") ) ) +(assert (myObject (attribute1 "attr61020") ) ) +(assert (myObject (attribute1 "attr61021") ) ) +(assert (myObject (attribute1 "attr61022") ) ) +(assert (myObject (attribute1 "attr61023") ) ) +(assert (myObject (attribute1 "attr61024") ) ) +(assert (myObject (attribute1 "attr61025") ) ) +(assert (myObject (attribute1 "attr61026") ) ) +(assert (myObject (attribute1 "attr61027") ) ) +(assert (myObject (attribute1 "attr61028") ) ) +(assert (myObject (attribute1 "attr61029") ) ) +(assert (myObject (attribute1 "attr61030") ) ) +(assert (myObject (attribute1 "attr61031") ) ) +(assert (myObject (attribute1 "attr61032") ) ) +(assert (myObject (attribute1 "attr61033") ) ) +(assert (myObject (attribute1 "attr61034") ) ) +(assert (myObject (attribute1 "attr61035") ) ) +(assert (myObject (attribute1 "attr61036") ) ) +(assert (myObject (attribute1 "attr61037") ) ) +(assert (myObject (attribute1 "attr61038") ) ) +(assert (myObject (attribute1 "attr61039") ) ) +(assert (myObject (attribute1 "attr61040") ) ) +(assert (myObject (attribute1 "attr61041") ) ) +(assert (myObject (attribute1 "attr61042") ) ) +(assert (myObject (attribute1 "attr61043") ) ) +(assert (myObject (attribute1 "attr61044") ) ) +(assert (myObject (attribute1 "attr61045") ) ) +(assert (myObject (attribute1 "attr61046") ) ) +(assert (myObject (attribute1 "attr61047") ) ) +(assert (myObject (attribute1 "attr61048") ) ) +(assert (myObject (attribute1 "attr61049") ) ) +(assert (myObject (attribute1 "attr61050") ) ) +(assert (myObject (attribute1 "attr61051") ) ) +(assert (myObject (attribute1 "attr61052") ) ) +(assert (myObject (attribute1 "attr61053") ) ) +(assert (myObject (attribute1 "attr61054") ) ) +(assert (myObject (attribute1 "attr61055") ) ) +(assert (myObject (attribute1 "attr61056") ) ) +(assert (myObject (attribute1 "attr61057") ) ) +(assert (myObject (attribute1 "attr61058") ) ) +(assert (myObject (attribute1 "attr61059") ) ) +(assert (myObject (attribute1 "attr61060") ) ) +(assert (myObject (attribute1 "attr61061") ) ) +(assert (myObject (attribute1 "attr61062") ) ) +(assert (myObject (attribute1 "attr61063") ) ) +(assert (myObject (attribute1 "attr61064") ) ) +(assert (myObject (attribute1 "attr61065") ) ) +(assert (myObject (attribute1 "attr61066") ) ) +(assert (myObject (attribute1 "attr61067") ) ) +(assert (myObject (attribute1 "attr61068") ) ) +(assert (myObject (attribute1 "attr61069") ) ) +(assert (myObject (attribute1 "attr61070") ) ) +(assert (myObject (attribute1 "attr61071") ) ) +(assert (myObject (attribute1 "attr61072") ) ) +(assert (myObject (attribute1 "attr61073") ) ) +(assert (myObject (attribute1 "attr61074") ) ) +(assert (myObject (attribute1 "attr61075") ) ) +(assert (myObject (attribute1 "attr61076") ) ) +(assert (myObject (attribute1 "attr61077") ) ) +(assert (myObject (attribute1 "attr61078") ) ) +(assert (myObject (attribute1 "attr61079") ) ) +(assert (myObject (attribute1 "attr61080") ) ) +(assert (myObject (attribute1 "attr61081") ) ) +(assert (myObject (attribute1 "attr61082") ) ) +(assert (myObject (attribute1 "attr61083") ) ) +(assert (myObject (attribute1 "attr61084") ) ) +(assert (myObject (attribute1 "attr61085") ) ) +(assert (myObject (attribute1 "attr61086") ) ) +(assert (myObject (attribute1 "attr61087") ) ) +(assert (myObject (attribute1 "attr61088") ) ) +(assert (myObject (attribute1 "attr61089") ) ) +(assert (myObject (attribute1 "attr61090") ) ) +(assert (myObject (attribute1 "attr61091") ) ) +(assert (myObject (attribute1 "attr61092") ) ) +(assert (myObject (attribute1 "attr61093") ) ) +(assert (myObject (attribute1 "attr61094") ) ) +(assert (myObject (attribute1 "attr61095") ) ) +(assert (myObject (attribute1 "attr61096") ) ) +(assert (myObject (attribute1 "attr61097") ) ) +(assert (myObject (attribute1 "attr61098") ) ) +(assert (myObject (attribute1 "attr61099") ) ) +(assert (myObject (attribute1 "attr61100") ) ) +(assert (myObject (attribute1 "attr61101") ) ) +(assert (myObject (attribute1 "attr61102") ) ) +(assert (myObject (attribute1 "attr61103") ) ) +(assert (myObject (attribute1 "attr61104") ) ) +(assert (myObject (attribute1 "attr61105") ) ) +(assert (myObject (attribute1 "attr61106") ) ) +(assert (myObject (attribute1 "attr61107") ) ) +(assert (myObject (attribute1 "attr61108") ) ) +(assert (myObject (attribute1 "attr61109") ) ) +(assert (myObject (attribute1 "attr61110") ) ) +(assert (myObject (attribute1 "attr61111") ) ) +(assert (myObject (attribute1 "attr61112") ) ) +(assert (myObject (attribute1 "attr61113") ) ) +(assert (myObject (attribute1 "attr61114") ) ) +(assert (myObject (attribute1 "attr61115") ) ) +(assert (myObject (attribute1 "attr61116") ) ) +(assert (myObject (attribute1 "attr61117") ) ) +(assert (myObject (attribute1 "attr61118") ) ) +(assert (myObject (attribute1 "attr61119") ) ) +(assert (myObject (attribute1 "attr61120") ) ) +(assert (myObject (attribute1 "attr61121") ) ) +(assert (myObject (attribute1 "attr61122") ) ) +(assert (myObject (attribute1 "attr61123") ) ) +(assert (myObject (attribute1 "attr61124") ) ) +(assert (myObject (attribute1 "attr61125") ) ) +(assert (myObject (attribute1 "attr61126") ) ) +(assert (myObject (attribute1 "attr61127") ) ) +(assert (myObject (attribute1 "attr61128") ) ) +(assert (myObject (attribute1 "attr61129") ) ) +(assert (myObject (attribute1 "attr61130") ) ) +(assert (myObject (attribute1 "attr61131") ) ) +(assert (myObject (attribute1 "attr61132") ) ) +(assert (myObject (attribute1 "attr61133") ) ) +(assert (myObject (attribute1 "attr61134") ) ) +(assert (myObject (attribute1 "attr61135") ) ) +(assert (myObject (attribute1 "attr61136") ) ) +(assert (myObject (attribute1 "attr61137") ) ) +(assert (myObject (attribute1 "attr61138") ) ) +(assert (myObject (attribute1 "attr61139") ) ) +(assert (myObject (attribute1 "attr61140") ) ) +(assert (myObject (attribute1 "attr61141") ) ) +(assert (myObject (attribute1 "attr61142") ) ) +(assert (myObject (attribute1 "attr61143") ) ) +(assert (myObject (attribute1 "attr61144") ) ) +(assert (myObject (attribute1 "attr61145") ) ) +(assert (myObject (attribute1 "attr61146") ) ) +(assert (myObject (attribute1 "attr61147") ) ) +(assert (myObject (attribute1 "attr61148") ) ) +(assert (myObject (attribute1 "attr61149") ) ) +(assert (myObject (attribute1 "attr61150") ) ) +(assert (myObject (attribute1 "attr61151") ) ) +(assert (myObject (attribute1 "attr61152") ) ) +(assert (myObject (attribute1 "attr61153") ) ) +(assert (myObject (attribute1 "attr61154") ) ) +(assert (myObject (attribute1 "attr61155") ) ) +(assert (myObject (attribute1 "attr61156") ) ) +(assert (myObject (attribute1 "attr61157") ) ) +(assert (myObject (attribute1 "attr61158") ) ) +(assert (myObject (attribute1 "attr61159") ) ) +(assert (myObject (attribute1 "attr61160") ) ) +(assert (myObject (attribute1 "attr61161") ) ) +(assert (myObject (attribute1 "attr61162") ) ) +(assert (myObject (attribute1 "attr61163") ) ) +(assert (myObject (attribute1 "attr61164") ) ) +(assert (myObject (attribute1 "attr61165") ) ) +(assert (myObject (attribute1 "attr61166") ) ) +(assert (myObject (attribute1 "attr61167") ) ) +(assert (myObject (attribute1 "attr61168") ) ) +(assert (myObject (attribute1 "attr61169") ) ) +(assert (myObject (attribute1 "attr61170") ) ) +(assert (myObject (attribute1 "attr61171") ) ) +(assert (myObject (attribute1 "attr61172") ) ) +(assert (myObject (attribute1 "attr61173") ) ) +(assert (myObject (attribute1 "attr61174") ) ) +(assert (myObject (attribute1 "attr61175") ) ) +(assert (myObject (attribute1 "attr61176") ) ) +(assert (myObject (attribute1 "attr61177") ) ) +(assert (myObject (attribute1 "attr61178") ) ) +(assert (myObject (attribute1 "attr61179") ) ) +(assert (myObject (attribute1 "attr61180") ) ) +(assert (myObject (attribute1 "attr61181") ) ) +(assert (myObject (attribute1 "attr61182") ) ) +(assert (myObject (attribute1 "attr61183") ) ) +(assert (myObject (attribute1 "attr61184") ) ) +(assert (myObject (attribute1 "attr61185") ) ) +(assert (myObject (attribute1 "attr61186") ) ) +(assert (myObject (attribute1 "attr61187") ) ) +(assert (myObject (attribute1 "attr61188") ) ) +(assert (myObject (attribute1 "attr61189") ) ) +(assert (myObject (attribute1 "attr61190") ) ) +(assert (myObject (attribute1 "attr61191") ) ) +(assert (myObject (attribute1 "attr61192") ) ) +(assert (myObject (attribute1 "attr61193") ) ) +(assert (myObject (attribute1 "attr61194") ) ) +(assert (myObject (attribute1 "attr61195") ) ) +(assert (myObject (attribute1 "attr61196") ) ) +(assert (myObject (attribute1 "attr61197") ) ) +(assert (myObject (attribute1 "attr61198") ) ) +(assert (myObject (attribute1 "attr61199") ) ) +(assert (myObject (attribute1 "attr61200") ) ) +(assert (myObject (attribute1 "attr61201") ) ) +(assert (myObject (attribute1 "attr61202") ) ) +(assert (myObject (attribute1 "attr61203") ) ) +(assert (myObject (attribute1 "attr61204") ) ) +(assert (myObject (attribute1 "attr61205") ) ) +(assert (myObject (attribute1 "attr61206") ) ) +(assert (myObject (attribute1 "attr61207") ) ) +(assert (myObject (attribute1 "attr61208") ) ) +(assert (myObject (attribute1 "attr61209") ) ) +(assert (myObject (attribute1 "attr61210") ) ) +(assert (myObject (attribute1 "attr61211") ) ) +(assert (myObject (attribute1 "attr61212") ) ) +(assert (myObject (attribute1 "attr61213") ) ) +(assert (myObject (attribute1 "attr61214") ) ) +(assert (myObject (attribute1 "attr61215") ) ) +(assert (myObject (attribute1 "attr61216") ) ) +(assert (myObject (attribute1 "attr61217") ) ) +(assert (myObject (attribute1 "attr61218") ) ) +(assert (myObject (attribute1 "attr61219") ) ) +(assert (myObject (attribute1 "attr61220") ) ) +(assert (myObject (attribute1 "attr61221") ) ) +(assert (myObject (attribute1 "attr61222") ) ) +(assert (myObject (attribute1 "attr61223") ) ) +(assert (myObject (attribute1 "attr61224") ) ) +(assert (myObject (attribute1 "attr61225") ) ) +(assert (myObject (attribute1 "attr61226") ) ) +(assert (myObject (attribute1 "attr61227") ) ) +(assert (myObject (attribute1 "attr61228") ) ) +(assert (myObject (attribute1 "attr61229") ) ) +(assert (myObject (attribute1 "attr61230") ) ) +(assert (myObject (attribute1 "attr61231") ) ) +(assert (myObject (attribute1 "attr61232") ) ) +(assert (myObject (attribute1 "attr61233") ) ) +(assert (myObject (attribute1 "attr61234") ) ) +(assert (myObject (attribute1 "attr61235") ) ) +(assert (myObject (attribute1 "attr61236") ) ) +(assert (myObject (attribute1 "attr61237") ) ) +(assert (myObject (attribute1 "attr61238") ) ) +(assert (myObject (attribute1 "attr61239") ) ) +(assert (myObject (attribute1 "attr61240") ) ) +(assert (myObject (attribute1 "attr61241") ) ) +(assert (myObject (attribute1 "attr61242") ) ) +(assert (myObject (attribute1 "attr61243") ) ) +(assert (myObject (attribute1 "attr61244") ) ) +(assert (myObject (attribute1 "attr61245") ) ) +(assert (myObject (attribute1 "attr61246") ) ) +(assert (myObject (attribute1 "attr61247") ) ) +(assert (myObject (attribute1 "attr61248") ) ) +(assert (myObject (attribute1 "attr61249") ) ) +(assert (myObject (attribute1 "attr61250") ) ) +(assert (myObject (attribute1 "attr61251") ) ) +(assert (myObject (attribute1 "attr61252") ) ) +(assert (myObject (attribute1 "attr61253") ) ) +(assert (myObject (attribute1 "attr61254") ) ) +(assert (myObject (attribute1 "attr61255") ) ) +(assert (myObject (attribute1 "attr61256") ) ) +(assert (myObject (attribute1 "attr61257") ) ) +(assert (myObject (attribute1 "attr61258") ) ) +(assert (myObject (attribute1 "attr61259") ) ) +(assert (myObject (attribute1 "attr61260") ) ) +(assert (myObject (attribute1 "attr61261") ) ) +(assert (myObject (attribute1 "attr61262") ) ) +(assert (myObject (attribute1 "attr61263") ) ) +(assert (myObject (attribute1 "attr61264") ) ) +(assert (myObject (attribute1 "attr61265") ) ) +(assert (myObject (attribute1 "attr61266") ) ) +(assert (myObject (attribute1 "attr61267") ) ) +(assert (myObject (attribute1 "attr61268") ) ) +(assert (myObject (attribute1 "attr61269") ) ) +(assert (myObject (attribute1 "attr61270") ) ) +(assert (myObject (attribute1 "attr61271") ) ) +(assert (myObject (attribute1 "attr61272") ) ) +(assert (myObject (attribute1 "attr61273") ) ) +(assert (myObject (attribute1 "attr61274") ) ) +(assert (myObject (attribute1 "attr61275") ) ) +(assert (myObject (attribute1 "attr61276") ) ) +(assert (myObject (attribute1 "attr61277") ) ) +(assert (myObject (attribute1 "attr61278") ) ) +(assert (myObject (attribute1 "attr61279") ) ) +(assert (myObject (attribute1 "attr61280") ) ) +(assert (myObject (attribute1 "attr61281") ) ) +(assert (myObject (attribute1 "attr61282") ) ) +(assert (myObject (attribute1 "attr61283") ) ) +(assert (myObject (attribute1 "attr61284") ) ) +(assert (myObject (attribute1 "attr61285") ) ) +(assert (myObject (attribute1 "attr61286") ) ) +(assert (myObject (attribute1 "attr61287") ) ) +(assert (myObject (attribute1 "attr61288") ) ) +(assert (myObject (attribute1 "attr61289") ) ) +(assert (myObject (attribute1 "attr61290") ) ) +(assert (myObject (attribute1 "attr61291") ) ) +(assert (myObject (attribute1 "attr61292") ) ) +(assert (myObject (attribute1 "attr61293") ) ) +(assert (myObject (attribute1 "attr61294") ) ) +(assert (myObject (attribute1 "attr61295") ) ) +(assert (myObject (attribute1 "attr61296") ) ) +(assert (myObject (attribute1 "attr61297") ) ) +(assert (myObject (attribute1 "attr61298") ) ) +(assert (myObject (attribute1 "attr61299") ) ) +(assert (myObject (attribute1 "attr61300") ) ) +(assert (myObject (attribute1 "attr61301") ) ) +(assert (myObject (attribute1 "attr61302") ) ) +(assert (myObject (attribute1 "attr61303") ) ) +(assert (myObject (attribute1 "attr61304") ) ) +(assert (myObject (attribute1 "attr61305") ) ) +(assert (myObject (attribute1 "attr61306") ) ) +(assert (myObject (attribute1 "attr61307") ) ) +(assert (myObject (attribute1 "attr61308") ) ) +(assert (myObject (attribute1 "attr61309") ) ) +(assert (myObject (attribute1 "attr61310") ) ) +(assert (myObject (attribute1 "attr61311") ) ) +(assert (myObject (attribute1 "attr61312") ) ) +(assert (myObject (attribute1 "attr61313") ) ) +(assert (myObject (attribute1 "attr61314") ) ) +(assert (myObject (attribute1 "attr61315") ) ) +(assert (myObject (attribute1 "attr61316") ) ) +(assert (myObject (attribute1 "attr61317") ) ) +(assert (myObject (attribute1 "attr61318") ) ) +(assert (myObject (attribute1 "attr61319") ) ) +(assert (myObject (attribute1 "attr61320") ) ) +(assert (myObject (attribute1 "attr61321") ) ) +(assert (myObject (attribute1 "attr61322") ) ) +(assert (myObject (attribute1 "attr61323") ) ) +(assert (myObject (attribute1 "attr61324") ) ) +(assert (myObject (attribute1 "attr61325") ) ) +(assert (myObject (attribute1 "attr61326") ) ) +(assert (myObject (attribute1 "attr61327") ) ) +(assert (myObject (attribute1 "attr61328") ) ) +(assert (myObject (attribute1 "attr61329") ) ) +(assert (myObject (attribute1 "attr61330") ) ) +(assert (myObject (attribute1 "attr61331") ) ) +(assert (myObject (attribute1 "attr61332") ) ) +(assert (myObject (attribute1 "attr61333") ) ) +(assert (myObject (attribute1 "attr61334") ) ) +(assert (myObject (attribute1 "attr61335") ) ) +(assert (myObject (attribute1 "attr61336") ) ) +(assert (myObject (attribute1 "attr61337") ) ) +(assert (myObject (attribute1 "attr61338") ) ) +(assert (myObject (attribute1 "attr61339") ) ) +(assert (myObject (attribute1 "attr61340") ) ) +(assert (myObject (attribute1 "attr61341") ) ) +(assert (myObject (attribute1 "attr61342") ) ) +(assert (myObject (attribute1 "attr61343") ) ) +(assert (myObject (attribute1 "attr61344") ) ) +(assert (myObject (attribute1 "attr61345") ) ) +(assert (myObject (attribute1 "attr61346") ) ) +(assert (myObject (attribute1 "attr61347") ) ) +(assert (myObject (attribute1 "attr61348") ) ) +(assert (myObject (attribute1 "attr61349") ) ) +(assert (myObject (attribute1 "attr61350") ) ) +(assert (myObject (attribute1 "attr61351") ) ) +(assert (myObject (attribute1 "attr61352") ) ) +(assert (myObject (attribute1 "attr61353") ) ) +(assert (myObject (attribute1 "attr61354") ) ) +(assert (myObject (attribute1 "attr61355") ) ) +(assert (myObject (attribute1 "attr61356") ) ) +(assert (myObject (attribute1 "attr61357") ) ) +(assert (myObject (attribute1 "attr61358") ) ) +(assert (myObject (attribute1 "attr61359") ) ) +(assert (myObject (attribute1 "attr61360") ) ) +(assert (myObject (attribute1 "attr61361") ) ) +(assert (myObject (attribute1 "attr61362") ) ) +(assert (myObject (attribute1 "attr61363") ) ) +(assert (myObject (attribute1 "attr61364") ) ) +(assert (myObject (attribute1 "attr61365") ) ) +(assert (myObject (attribute1 "attr61366") ) ) +(assert (myObject (attribute1 "attr61367") ) ) +(assert (myObject (attribute1 "attr61368") ) ) +(assert (myObject (attribute1 "attr61369") ) ) +(assert (myObject (attribute1 "attr61370") ) ) +(assert (myObject (attribute1 "attr61371") ) ) +(assert (myObject (attribute1 "attr61372") ) ) +(assert (myObject (attribute1 "attr61373") ) ) +(assert (myObject (attribute1 "attr61374") ) ) +(assert (myObject (attribute1 "attr61375") ) ) +(assert (myObject (attribute1 "attr61376") ) ) +(assert (myObject (attribute1 "attr61377") ) ) +(assert (myObject (attribute1 "attr61378") ) ) +(assert (myObject (attribute1 "attr61379") ) ) +(assert (myObject (attribute1 "attr61380") ) ) +(assert (myObject (attribute1 "attr61381") ) ) +(assert (myObject (attribute1 "attr61382") ) ) +(assert (myObject (attribute1 "attr61383") ) ) +(assert (myObject (attribute1 "attr61384") ) ) +(assert (myObject (attribute1 "attr61385") ) ) +(assert (myObject (attribute1 "attr61386") ) ) +(assert (myObject (attribute1 "attr61387") ) ) +(assert (myObject (attribute1 "attr61388") ) ) +(assert (myObject (attribute1 "attr61389") ) ) +(assert (myObject (attribute1 "attr61390") ) ) +(assert (myObject (attribute1 "attr61391") ) ) +(assert (myObject (attribute1 "attr61392") ) ) +(assert (myObject (attribute1 "attr61393") ) ) +(assert (myObject (attribute1 "attr61394") ) ) +(assert (myObject (attribute1 "attr61395") ) ) +(assert (myObject (attribute1 "attr61396") ) ) +(assert (myObject (attribute1 "attr61397") ) ) +(assert (myObject (attribute1 "attr61398") ) ) +(assert (myObject (attribute1 "attr61399") ) ) +(assert (myObject (attribute1 "attr61400") ) ) +(assert (myObject (attribute1 "attr61401") ) ) +(assert (myObject (attribute1 "attr61402") ) ) +(assert (myObject (attribute1 "attr61403") ) ) +(assert (myObject (attribute1 "attr61404") ) ) +(assert (myObject (attribute1 "attr61405") ) ) +(assert (myObject (attribute1 "attr61406") ) ) +(assert (myObject (attribute1 "attr61407") ) ) +(assert (myObject (attribute1 "attr61408") ) ) +(assert (myObject (attribute1 "attr61409") ) ) +(assert (myObject (attribute1 "attr61410") ) ) +(assert (myObject (attribute1 "attr61411") ) ) +(assert (myObject (attribute1 "attr61412") ) ) +(assert (myObject (attribute1 "attr61413") ) ) +(assert (myObject (attribute1 "attr61414") ) ) +(assert (myObject (attribute1 "attr61415") ) ) +(assert (myObject (attribute1 "attr61416") ) ) +(assert (myObject (attribute1 "attr61417") ) ) +(assert (myObject (attribute1 "attr61418") ) ) +(assert (myObject (attribute1 "attr61419") ) ) +(assert (myObject (attribute1 "attr61420") ) ) +(assert (myObject (attribute1 "attr61421") ) ) +(assert (myObject (attribute1 "attr61422") ) ) +(assert (myObject (attribute1 "attr61423") ) ) +(assert (myObject (attribute1 "attr61424") ) ) +(assert (myObject (attribute1 "attr61425") ) ) +(assert (myObject (attribute1 "attr61426") ) ) +(assert (myObject (attribute1 "attr61427") ) ) +(assert (myObject (attribute1 "attr61428") ) ) +(assert (myObject (attribute1 "attr61429") ) ) +(assert (myObject (attribute1 "attr61430") ) ) +(assert (myObject (attribute1 "attr61431") ) ) +(assert (myObject (attribute1 "attr61432") ) ) +(assert (myObject (attribute1 "attr61433") ) ) +(assert (myObject (attribute1 "attr61434") ) ) +(assert (myObject (attribute1 "attr61435") ) ) +(assert (myObject (attribute1 "attr61436") ) ) +(assert (myObject (attribute1 "attr61437") ) ) +(assert (myObject (attribute1 "attr61438") ) ) +(assert (myObject (attribute1 "attr61439") ) ) +(assert (myObject (attribute1 "attr61440") ) ) +(assert (myObject (attribute1 "attr61441") ) ) +(assert (myObject (attribute1 "attr61442") ) ) +(assert (myObject (attribute1 "attr61443") ) ) +(assert (myObject (attribute1 "attr61444") ) ) +(assert (myObject (attribute1 "attr61445") ) ) +(assert (myObject (attribute1 "attr61446") ) ) +(assert (myObject (attribute1 "attr61447") ) ) +(assert (myObject (attribute1 "attr61448") ) ) +(assert (myObject (attribute1 "attr61449") ) ) +(assert (myObject (attribute1 "attr61450") ) ) +(assert (myObject (attribute1 "attr61451") ) ) +(assert (myObject (attribute1 "attr61452") ) ) +(assert (myObject (attribute1 "attr61453") ) ) +(assert (myObject (attribute1 "attr61454") ) ) +(assert (myObject (attribute1 "attr61455") ) ) +(assert (myObject (attribute1 "attr61456") ) ) +(assert (myObject (attribute1 "attr61457") ) ) +(assert (myObject (attribute1 "attr61458") ) ) +(assert (myObject (attribute1 "attr61459") ) ) +(assert (myObject (attribute1 "attr61460") ) ) +(assert (myObject (attribute1 "attr61461") ) ) +(assert (myObject (attribute1 "attr61462") ) ) +(assert (myObject (attribute1 "attr61463") ) ) +(assert (myObject (attribute1 "attr61464") ) ) +(assert (myObject (attribute1 "attr61465") ) ) +(assert (myObject (attribute1 "attr61466") ) ) +(assert (myObject (attribute1 "attr61467") ) ) +(assert (myObject (attribute1 "attr61468") ) ) +(assert (myObject (attribute1 "attr61469") ) ) +(assert (myObject (attribute1 "attr61470") ) ) +(assert (myObject (attribute1 "attr61471") ) ) +(assert (myObject (attribute1 "attr61472") ) ) +(assert (myObject (attribute1 "attr61473") ) ) +(assert (myObject (attribute1 "attr61474") ) ) +(assert (myObject (attribute1 "attr61475") ) ) +(assert (myObject (attribute1 "attr61476") ) ) +(assert (myObject (attribute1 "attr61477") ) ) +(assert (myObject (attribute1 "attr61478") ) ) +(assert (myObject (attribute1 "attr61479") ) ) +(assert (myObject (attribute1 "attr61480") ) ) +(assert (myObject (attribute1 "attr61481") ) ) +(assert (myObject (attribute1 "attr61482") ) ) +(assert (myObject (attribute1 "attr61483") ) ) +(assert (myObject (attribute1 "attr61484") ) ) +(assert (myObject (attribute1 "attr61485") ) ) +(assert (myObject (attribute1 "attr61486") ) ) +(assert (myObject (attribute1 "attr61487") ) ) +(assert (myObject (attribute1 "attr61488") ) ) +(assert (myObject (attribute1 "attr61489") ) ) +(assert (myObject (attribute1 "attr61490") ) ) +(assert (myObject (attribute1 "attr61491") ) ) +(assert (myObject (attribute1 "attr61492") ) ) +(assert (myObject (attribute1 "attr61493") ) ) +(assert (myObject (attribute1 "attr61494") ) ) +(assert (myObject (attribute1 "attr61495") ) ) +(assert (myObject (attribute1 "attr61496") ) ) +(assert (myObject (attribute1 "attr61497") ) ) +(assert (myObject (attribute1 "attr61498") ) ) +(assert (myObject (attribute1 "attr61499") ) ) +(assert (myObject (attribute1 "attr61500") ) ) +(assert (myObject (attribute1 "attr61501") ) ) +(assert (myObject (attribute1 "attr61502") ) ) +(assert (myObject (attribute1 "attr61503") ) ) +(assert (myObject (attribute1 "attr61504") ) ) +(assert (myObject (attribute1 "attr61505") ) ) +(assert (myObject (attribute1 "attr61506") ) ) +(assert (myObject (attribute1 "attr61507") ) ) +(assert (myObject (attribute1 "attr61508") ) ) +(assert (myObject (attribute1 "attr61509") ) ) +(assert (myObject (attribute1 "attr61510") ) ) +(assert (myObject (attribute1 "attr61511") ) ) +(assert (myObject (attribute1 "attr61512") ) ) +(assert (myObject (attribute1 "attr61513") ) ) +(assert (myObject (attribute1 "attr61514") ) ) +(assert (myObject (attribute1 "attr61515") ) ) +(assert (myObject (attribute1 "attr61516") ) ) +(assert (myObject (attribute1 "attr61517") ) ) +(assert (myObject (attribute1 "attr61518") ) ) +(assert (myObject (attribute1 "attr61519") ) ) +(assert (myObject (attribute1 "attr61520") ) ) +(assert (myObject (attribute1 "attr61521") ) ) +(assert (myObject (attribute1 "attr61522") ) ) +(assert (myObject (attribute1 "attr61523") ) ) +(assert (myObject (attribute1 "attr61524") ) ) +(assert (myObject (attribute1 "attr61525") ) ) +(assert (myObject (attribute1 "attr61526") ) ) +(assert (myObject (attribute1 "attr61527") ) ) +(assert (myObject (attribute1 "attr61528") ) ) +(assert (myObject (attribute1 "attr61529") ) ) +(assert (myObject (attribute1 "attr61530") ) ) +(assert (myObject (attribute1 "attr61531") ) ) +(assert (myObject (attribute1 "attr61532") ) ) +(assert (myObject (attribute1 "attr61533") ) ) +(assert (myObject (attribute1 "attr61534") ) ) +(assert (myObject (attribute1 "attr61535") ) ) +(assert (myObject (attribute1 "attr61536") ) ) +(assert (myObject (attribute1 "attr61537") ) ) +(assert (myObject (attribute1 "attr61538") ) ) +(assert (myObject (attribute1 "attr61539") ) ) +(assert (myObject (attribute1 "attr61540") ) ) +(assert (myObject (attribute1 "attr61541") ) ) +(assert (myObject (attribute1 "attr61542") ) ) +(assert (myObject (attribute1 "attr61543") ) ) +(assert (myObject (attribute1 "attr61544") ) ) +(assert (myObject (attribute1 "attr61545") ) ) +(assert (myObject (attribute1 "attr61546") ) ) +(assert (myObject (attribute1 "attr61547") ) ) +(assert (myObject (attribute1 "attr61548") ) ) +(assert (myObject (attribute1 "attr61549") ) ) +(assert (myObject (attribute1 "attr61550") ) ) +(assert (myObject (attribute1 "attr61551") ) ) +(assert (myObject (attribute1 "attr61552") ) ) +(assert (myObject (attribute1 "attr61553") ) ) +(assert (myObject (attribute1 "attr61554") ) ) +(assert (myObject (attribute1 "attr61555") ) ) +(assert (myObject (attribute1 "attr61556") ) ) +(assert (myObject (attribute1 "attr61557") ) ) +(assert (myObject (attribute1 "attr61558") ) ) +(assert (myObject (attribute1 "attr61559") ) ) +(assert (myObject (attribute1 "attr61560") ) ) +(assert (myObject (attribute1 "attr61561") ) ) +(assert (myObject (attribute1 "attr61562") ) ) +(assert (myObject (attribute1 "attr61563") ) ) +(assert (myObject (attribute1 "attr61564") ) ) +(assert (myObject (attribute1 "attr61565") ) ) +(assert (myObject (attribute1 "attr61566") ) ) +(assert (myObject (attribute1 "attr61567") ) ) +(assert (myObject (attribute1 "attr61568") ) ) +(assert (myObject (attribute1 "attr61569") ) ) +(assert (myObject (attribute1 "attr61570") ) ) +(assert (myObject (attribute1 "attr61571") ) ) +(assert (myObject (attribute1 "attr61572") ) ) +(assert (myObject (attribute1 "attr61573") ) ) +(assert (myObject (attribute1 "attr61574") ) ) +(assert (myObject (attribute1 "attr61575") ) ) +(assert (myObject (attribute1 "attr61576") ) ) +(assert (myObject (attribute1 "attr61577") ) ) +(assert (myObject (attribute1 "attr61578") ) ) +(assert (myObject (attribute1 "attr61579") ) ) +(assert (myObject (attribute1 "attr61580") ) ) +(assert (myObject (attribute1 "attr61581") ) ) +(assert (myObject (attribute1 "attr61582") ) ) +(assert (myObject (attribute1 "attr61583") ) ) +(assert (myObject (attribute1 "attr61584") ) ) +(assert (myObject (attribute1 "attr61585") ) ) +(assert (myObject (attribute1 "attr61586") ) ) +(assert (myObject (attribute1 "attr61587") ) ) +(assert (myObject (attribute1 "attr61588") ) ) +(assert (myObject (attribute1 "attr61589") ) ) +(assert (myObject (attribute1 "attr61590") ) ) +(assert (myObject (attribute1 "attr61591") ) ) +(assert (myObject (attribute1 "attr61592") ) ) +(assert (myObject (attribute1 "attr61593") ) ) +(assert (myObject (attribute1 "attr61594") ) ) +(assert (myObject (attribute1 "attr61595") ) ) +(assert (myObject (attribute1 "attr61596") ) ) +(assert (myObject (attribute1 "attr61597") ) ) +(assert (myObject (attribute1 "attr61598") ) ) +(assert (myObject (attribute1 "attr61599") ) ) +(assert (myObject (attribute1 "attr61600") ) ) +(assert (myObject (attribute1 "attr61601") ) ) +(assert (myObject (attribute1 "attr61602") ) ) +(assert (myObject (attribute1 "attr61603") ) ) +(assert (myObject (attribute1 "attr61604") ) ) +(assert (myObject (attribute1 "attr61605") ) ) +(assert (myObject (attribute1 "attr61606") ) ) +(assert (myObject (attribute1 "attr61607") ) ) +(assert (myObject (attribute1 "attr61608") ) ) +(assert (myObject (attribute1 "attr61609") ) ) +(assert (myObject (attribute1 "attr61610") ) ) +(assert (myObject (attribute1 "attr61611") ) ) +(assert (myObject (attribute1 "attr61612") ) ) +(assert (myObject (attribute1 "attr61613") ) ) +(assert (myObject (attribute1 "attr61614") ) ) +(assert (myObject (attribute1 "attr61615") ) ) +(assert (myObject (attribute1 "attr61616") ) ) +(assert (myObject (attribute1 "attr61617") ) ) +(assert (myObject (attribute1 "attr61618") ) ) +(assert (myObject (attribute1 "attr61619") ) ) +(assert (myObject (attribute1 "attr61620") ) ) +(assert (myObject (attribute1 "attr61621") ) ) +(assert (myObject (attribute1 "attr61622") ) ) +(assert (myObject (attribute1 "attr61623") ) ) +(assert (myObject (attribute1 "attr61624") ) ) +(assert (myObject (attribute1 "attr61625") ) ) +(assert (myObject (attribute1 "attr61626") ) ) +(assert (myObject (attribute1 "attr61627") ) ) +(assert (myObject (attribute1 "attr61628") ) ) +(assert (myObject (attribute1 "attr61629") ) ) +(assert (myObject (attribute1 "attr61630") ) ) +(assert (myObject (attribute1 "attr61631") ) ) +(assert (myObject (attribute1 "attr61632") ) ) +(assert (myObject (attribute1 "attr61633") ) ) +(assert (myObject (attribute1 "attr61634") ) ) +(assert (myObject (attribute1 "attr61635") ) ) +(assert (myObject (attribute1 "attr61636") ) ) +(assert (myObject (attribute1 "attr61637") ) ) +(assert (myObject (attribute1 "attr61638") ) ) +(assert (myObject (attribute1 "attr61639") ) ) +(assert (myObject (attribute1 "attr61640") ) ) +(assert (myObject (attribute1 "attr61641") ) ) +(assert (myObject (attribute1 "attr61642") ) ) +(assert (myObject (attribute1 "attr61643") ) ) +(assert (myObject (attribute1 "attr61644") ) ) +(assert (myObject (attribute1 "attr61645") ) ) +(assert (myObject (attribute1 "attr61646") ) ) +(assert (myObject (attribute1 "attr61647") ) ) +(assert (myObject (attribute1 "attr61648") ) ) +(assert (myObject (attribute1 "attr61649") ) ) +(assert (myObject (attribute1 "attr61650") ) ) +(assert (myObject (attribute1 "attr61651") ) ) +(assert (myObject (attribute1 "attr61652") ) ) +(assert (myObject (attribute1 "attr61653") ) ) +(assert (myObject (attribute1 "attr61654") ) ) +(assert (myObject (attribute1 "attr61655") ) ) +(assert (myObject (attribute1 "attr61656") ) ) +(assert (myObject (attribute1 "attr61657") ) ) +(assert (myObject (attribute1 "attr61658") ) ) +(assert (myObject (attribute1 "attr61659") ) ) +(assert (myObject (attribute1 "attr61660") ) ) +(assert (myObject (attribute1 "attr61661") ) ) +(assert (myObject (attribute1 "attr61662") ) ) +(assert (myObject (attribute1 "attr61663") ) ) +(assert (myObject (attribute1 "attr61664") ) ) +(assert (myObject (attribute1 "attr61665") ) ) +(assert (myObject (attribute1 "attr61666") ) ) +(assert (myObject (attribute1 "attr61667") ) ) +(assert (myObject (attribute1 "attr61668") ) ) +(assert (myObject (attribute1 "attr61669") ) ) +(assert (myObject (attribute1 "attr61670") ) ) +(assert (myObject (attribute1 "attr61671") ) ) +(assert (myObject (attribute1 "attr61672") ) ) +(assert (myObject (attribute1 "attr61673") ) ) +(assert (myObject (attribute1 "attr61674") ) ) +(assert (myObject (attribute1 "attr61675") ) ) +(assert (myObject (attribute1 "attr61676") ) ) +(assert (myObject (attribute1 "attr61677") ) ) +(assert (myObject (attribute1 "attr61678") ) ) +(assert (myObject (attribute1 "attr61679") ) ) +(assert (myObject (attribute1 "attr61680") ) ) +(assert (myObject (attribute1 "attr61681") ) ) +(assert (myObject (attribute1 "attr61682") ) ) +(assert (myObject (attribute1 "attr61683") ) ) +(assert (myObject (attribute1 "attr61684") ) ) +(assert (myObject (attribute1 "attr61685") ) ) +(assert (myObject (attribute1 "attr61686") ) ) +(assert (myObject (attribute1 "attr61687") ) ) +(assert (myObject (attribute1 "attr61688") ) ) +(assert (myObject (attribute1 "attr61689") ) ) +(assert (myObject (attribute1 "attr61690") ) ) +(assert (myObject (attribute1 "attr61691") ) ) +(assert (myObject (attribute1 "attr61692") ) ) +(assert (myObject (attribute1 "attr61693") ) ) +(assert (myObject (attribute1 "attr61694") ) ) +(assert (myObject (attribute1 "attr61695") ) ) +(assert (myObject (attribute1 "attr61696") ) ) +(assert (myObject (attribute1 "attr61697") ) ) +(assert (myObject (attribute1 "attr61698") ) ) +(assert (myObject (attribute1 "attr61699") ) ) +(assert (myObject (attribute1 "attr61700") ) ) +(assert (myObject (attribute1 "attr61701") ) ) +(assert (myObject (attribute1 "attr61702") ) ) +(assert (myObject (attribute1 "attr61703") ) ) +(assert (myObject (attribute1 "attr61704") ) ) +(assert (myObject (attribute1 "attr61705") ) ) +(assert (myObject (attribute1 "attr61706") ) ) +(assert (myObject (attribute1 "attr61707") ) ) +(assert (myObject (attribute1 "attr61708") ) ) +(assert (myObject (attribute1 "attr61709") ) ) +(assert (myObject (attribute1 "attr61710") ) ) +(assert (myObject (attribute1 "attr61711") ) ) +(assert (myObject (attribute1 "attr61712") ) ) +(assert (myObject (attribute1 "attr61713") ) ) +(assert (myObject (attribute1 "attr61714") ) ) +(assert (myObject (attribute1 "attr61715") ) ) +(assert (myObject (attribute1 "attr61716") ) ) +(assert (myObject (attribute1 "attr61717") ) ) +(assert (myObject (attribute1 "attr61718") ) ) +(assert (myObject (attribute1 "attr61719") ) ) +(assert (myObject (attribute1 "attr61720") ) ) +(assert (myObject (attribute1 "attr61721") ) ) +(assert (myObject (attribute1 "attr61722") ) ) +(assert (myObject (attribute1 "attr61723") ) ) +(assert (myObject (attribute1 "attr61724") ) ) +(assert (myObject (attribute1 "attr61725") ) ) +(assert (myObject (attribute1 "attr61726") ) ) +(assert (myObject (attribute1 "attr61727") ) ) +(assert (myObject (attribute1 "attr61728") ) ) +(assert (myObject (attribute1 "attr61729") ) ) +(assert (myObject (attribute1 "attr61730") ) ) +(assert (myObject (attribute1 "attr61731") ) ) +(assert (myObject (attribute1 "attr61732") ) ) +(assert (myObject (attribute1 "attr61733") ) ) +(assert (myObject (attribute1 "attr61734") ) ) +(assert (myObject (attribute1 "attr61735") ) ) +(assert (myObject (attribute1 "attr61736") ) ) +(assert (myObject (attribute1 "attr61737") ) ) +(assert (myObject (attribute1 "attr61738") ) ) +(assert (myObject (attribute1 "attr61739") ) ) +(assert (myObject (attribute1 "attr61740") ) ) +(assert (myObject (attribute1 "attr61741") ) ) +(assert (myObject (attribute1 "attr61742") ) ) +(assert (myObject (attribute1 "attr61743") ) ) +(assert (myObject (attribute1 "attr61744") ) ) +(assert (myObject (attribute1 "attr61745") ) ) +(assert (myObject (attribute1 "attr61746") ) ) +(assert (myObject (attribute1 "attr61747") ) ) +(assert (myObject (attribute1 "attr61748") ) ) +(assert (myObject (attribute1 "attr61749") ) ) +(assert (myObject (attribute1 "attr61750") ) ) +(assert (myObject (attribute1 "attr61751") ) ) +(assert (myObject (attribute1 "attr61752") ) ) +(assert (myObject (attribute1 "attr61753") ) ) +(assert (myObject (attribute1 "attr61754") ) ) +(assert (myObject (attribute1 "attr61755") ) ) +(assert (myObject (attribute1 "attr61756") ) ) +(assert (myObject (attribute1 "attr61757") ) ) +(assert (myObject (attribute1 "attr61758") ) ) +(assert (myObject (attribute1 "attr61759") ) ) +(assert (myObject (attribute1 "attr61760") ) ) +(assert (myObject (attribute1 "attr61761") ) ) +(assert (myObject (attribute1 "attr61762") ) ) +(assert (myObject (attribute1 "attr61763") ) ) +(assert (myObject (attribute1 "attr61764") ) ) +(assert (myObject (attribute1 "attr61765") ) ) +(assert (myObject (attribute1 "attr61766") ) ) +(assert (myObject (attribute1 "attr61767") ) ) +(assert (myObject (attribute1 "attr61768") ) ) +(assert (myObject (attribute1 "attr61769") ) ) +(assert (myObject (attribute1 "attr61770") ) ) +(assert (myObject (attribute1 "attr61771") ) ) +(assert (myObject (attribute1 "attr61772") ) ) +(assert (myObject (attribute1 "attr61773") ) ) +(assert (myObject (attribute1 "attr61774") ) ) +(assert (myObject (attribute1 "attr61775") ) ) +(assert (myObject (attribute1 "attr61776") ) ) +(assert (myObject (attribute1 "attr61777") ) ) +(assert (myObject (attribute1 "attr61778") ) ) +(assert (myObject (attribute1 "attr61779") ) ) +(assert (myObject (attribute1 "attr61780") ) ) +(assert (myObject (attribute1 "attr61781") ) ) +(assert (myObject (attribute1 "attr61782") ) ) +(assert (myObject (attribute1 "attr61783") ) ) +(assert (myObject (attribute1 "attr61784") ) ) +(assert (myObject (attribute1 "attr61785") ) ) +(assert (myObject (attribute1 "attr61786") ) ) +(assert (myObject (attribute1 "attr61787") ) ) +(assert (myObject (attribute1 "attr61788") ) ) +(assert (myObject (attribute1 "attr61789") ) ) +(assert (myObject (attribute1 "attr61790") ) ) +(assert (myObject (attribute1 "attr61791") ) ) +(assert (myObject (attribute1 "attr61792") ) ) +(assert (myObject (attribute1 "attr61793") ) ) +(assert (myObject (attribute1 "attr61794") ) ) +(assert (myObject (attribute1 "attr61795") ) ) +(assert (myObject (attribute1 "attr61796") ) ) +(assert (myObject (attribute1 "attr61797") ) ) +(assert (myObject (attribute1 "attr61798") ) ) +(assert (myObject (attribute1 "attr61799") ) ) +(assert (myObject (attribute1 "attr61800") ) ) +(assert (myObject (attribute1 "attr61801") ) ) +(assert (myObject (attribute1 "attr61802") ) ) +(assert (myObject (attribute1 "attr61803") ) ) +(assert (myObject (attribute1 "attr61804") ) ) +(assert (myObject (attribute1 "attr61805") ) ) +(assert (myObject (attribute1 "attr61806") ) ) +(assert (myObject (attribute1 "attr61807") ) ) +(assert (myObject (attribute1 "attr61808") ) ) +(assert (myObject (attribute1 "attr61809") ) ) +(assert (myObject (attribute1 "attr61810") ) ) +(assert (myObject (attribute1 "attr61811") ) ) +(assert (myObject (attribute1 "attr61812") ) ) +(assert (myObject (attribute1 "attr61813") ) ) +(assert (myObject (attribute1 "attr61814") ) ) +(assert (myObject (attribute1 "attr61815") ) ) +(assert (myObject (attribute1 "attr61816") ) ) +(assert (myObject (attribute1 "attr61817") ) ) +(assert (myObject (attribute1 "attr61818") ) ) +(assert (myObject (attribute1 "attr61819") ) ) +(assert (myObject (attribute1 "attr61820") ) ) +(assert (myObject (attribute1 "attr61821") ) ) +(assert (myObject (attribute1 "attr61822") ) ) +(assert (myObject (attribute1 "attr61823") ) ) +(assert (myObject (attribute1 "attr61824") ) ) +(assert (myObject (attribute1 "attr61825") ) ) +(assert (myObject (attribute1 "attr61826") ) ) +(assert (myObject (attribute1 "attr61827") ) ) +(assert (myObject (attribute1 "attr61828") ) ) +(assert (myObject (attribute1 "attr61829") ) ) +(assert (myObject (attribute1 "attr61830") ) ) +(assert (myObject (attribute1 "attr61831") ) ) +(assert (myObject (attribute1 "attr61832") ) ) +(assert (myObject (attribute1 "attr61833") ) ) +(assert (myObject (attribute1 "attr61834") ) ) +(assert (myObject (attribute1 "attr61835") ) ) +(assert (myObject (attribute1 "attr61836") ) ) +(assert (myObject (attribute1 "attr61837") ) ) +(assert (myObject (attribute1 "attr61838") ) ) +(assert (myObject (attribute1 "attr61839") ) ) +(assert (myObject (attribute1 "attr61840") ) ) +(assert (myObject (attribute1 "attr61841") ) ) +(assert (myObject (attribute1 "attr61842") ) ) +(assert (myObject (attribute1 "attr61843") ) ) +(assert (myObject (attribute1 "attr61844") ) ) +(assert (myObject (attribute1 "attr61845") ) ) +(assert (myObject (attribute1 "attr61846") ) ) +(assert (myObject (attribute1 "attr61847") ) ) +(assert (myObject (attribute1 "attr61848") ) ) +(assert (myObject (attribute1 "attr61849") ) ) +(assert (myObject (attribute1 "attr61850") ) ) +(assert (myObject (attribute1 "attr61851") ) ) +(assert (myObject (attribute1 "attr61852") ) ) +(assert (myObject (attribute1 "attr61853") ) ) +(assert (myObject (attribute1 "attr61854") ) ) +(assert (myObject (attribute1 "attr61855") ) ) +(assert (myObject (attribute1 "attr61856") ) ) +(assert (myObject (attribute1 "attr61857") ) ) +(assert (myObject (attribute1 "attr61858") ) ) +(assert (myObject (attribute1 "attr61859") ) ) +(assert (myObject (attribute1 "attr61860") ) ) +(assert (myObject (attribute1 "attr61861") ) ) +(assert (myObject (attribute1 "attr61862") ) ) +(assert (myObject (attribute1 "attr61863") ) ) +(assert (myObject (attribute1 "attr61864") ) ) +(assert (myObject (attribute1 "attr61865") ) ) +(assert (myObject (attribute1 "attr61866") ) ) +(assert (myObject (attribute1 "attr61867") ) ) +(assert (myObject (attribute1 "attr61868") ) ) +(assert (myObject (attribute1 "attr61869") ) ) +(assert (myObject (attribute1 "attr61870") ) ) +(assert (myObject (attribute1 "attr61871") ) ) +(assert (myObject (attribute1 "attr61872") ) ) +(assert (myObject (attribute1 "attr61873") ) ) +(assert (myObject (attribute1 "attr61874") ) ) +(assert (myObject (attribute1 "attr61875") ) ) +(assert (myObject (attribute1 "attr61876") ) ) +(assert (myObject (attribute1 "attr61877") ) ) +(assert (myObject (attribute1 "attr61878") ) ) +(assert (myObject (attribute1 "attr61879") ) ) +(assert (myObject (attribute1 "attr61880") ) ) +(assert (myObject (attribute1 "attr61881") ) ) +(assert (myObject (attribute1 "attr61882") ) ) +(assert (myObject (attribute1 "attr61883") ) ) +(assert (myObject (attribute1 "attr61884") ) ) +(assert (myObject (attribute1 "attr61885") ) ) +(assert (myObject (attribute1 "attr61886") ) ) +(assert (myObject (attribute1 "attr61887") ) ) +(assert (myObject (attribute1 "attr61888") ) ) +(assert (myObject (attribute1 "attr61889") ) ) +(assert (myObject (attribute1 "attr61890") ) ) +(assert (myObject (attribute1 "attr61891") ) ) +(assert (myObject (attribute1 "attr61892") ) ) +(assert (myObject (attribute1 "attr61893") ) ) +(assert (myObject (attribute1 "attr61894") ) ) +(assert (myObject (attribute1 "attr61895") ) ) +(assert (myObject (attribute1 "attr61896") ) ) +(assert (myObject (attribute1 "attr61897") ) ) +(assert (myObject (attribute1 "attr61898") ) ) +(assert (myObject (attribute1 "attr61899") ) ) +(assert (myObject (attribute1 "attr61900") ) ) +(assert (myObject (attribute1 "attr61901") ) ) +(assert (myObject (attribute1 "attr61902") ) ) +(assert (myObject (attribute1 "attr61903") ) ) +(assert (myObject (attribute1 "attr61904") ) ) +(assert (myObject (attribute1 "attr61905") ) ) +(assert (myObject (attribute1 "attr61906") ) ) +(assert (myObject (attribute1 "attr61907") ) ) +(assert (myObject (attribute1 "attr61908") ) ) +(assert (myObject (attribute1 "attr61909") ) ) +(assert (myObject (attribute1 "attr61910") ) ) +(assert (myObject (attribute1 "attr61911") ) ) +(assert (myObject (attribute1 "attr61912") ) ) +(assert (myObject (attribute1 "attr61913") ) ) +(assert (myObject (attribute1 "attr61914") ) ) +(assert (myObject (attribute1 "attr61915") ) ) +(assert (myObject (attribute1 "attr61916") ) ) +(assert (myObject (attribute1 "attr61917") ) ) +(assert (myObject (attribute1 "attr61918") ) ) +(assert (myObject (attribute1 "attr61919") ) ) +(assert (myObject (attribute1 "attr61920") ) ) +(assert (myObject (attribute1 "attr61921") ) ) +(assert (myObject (attribute1 "attr61922") ) ) +(assert (myObject (attribute1 "attr61923") ) ) +(assert (myObject (attribute1 "attr61924") ) ) +(assert (myObject (attribute1 "attr61925") ) ) +(assert (myObject (attribute1 "attr61926") ) ) +(assert (myObject (attribute1 "attr61927") ) ) +(assert (myObject (attribute1 "attr61928") ) ) +(assert (myObject (attribute1 "attr61929") ) ) +(assert (myObject (attribute1 "attr61930") ) ) +(assert (myObject (attribute1 "attr61931") ) ) +(assert (myObject (attribute1 "attr61932") ) ) +(assert (myObject (attribute1 "attr61933") ) ) +(assert (myObject (attribute1 "attr61934") ) ) +(assert (myObject (attribute1 "attr61935") ) ) +(assert (myObject (attribute1 "attr61936") ) ) +(assert (myObject (attribute1 "attr61937") ) ) +(assert (myObject (attribute1 "attr61938") ) ) +(assert (myObject (attribute1 "attr61939") ) ) +(assert (myObject (attribute1 "attr61940") ) ) +(assert (myObject (attribute1 "attr61941") ) ) +(assert (myObject (attribute1 "attr61942") ) ) +(assert (myObject (attribute1 "attr61943") ) ) +(assert (myObject (attribute1 "attr61944") ) ) +(assert (myObject (attribute1 "attr61945") ) ) +(assert (myObject (attribute1 "attr61946") ) ) +(assert (myObject (attribute1 "attr61947") ) ) +(assert (myObject (attribute1 "attr61948") ) ) +(assert (myObject (attribute1 "attr61949") ) ) +(assert (myObject (attribute1 "attr61950") ) ) +(assert (myObject (attribute1 "attr61951") ) ) +(assert (myObject (attribute1 "attr61952") ) ) +(assert (myObject (attribute1 "attr61953") ) ) +(assert (myObject (attribute1 "attr61954") ) ) +(assert (myObject (attribute1 "attr61955") ) ) +(assert (myObject (attribute1 "attr61956") ) ) +(assert (myObject (attribute1 "attr61957") ) ) +(assert (myObject (attribute1 "attr61958") ) ) +(assert (myObject (attribute1 "attr61959") ) ) +(assert (myObject (attribute1 "attr61960") ) ) +(assert (myObject (attribute1 "attr61961") ) ) +(assert (myObject (attribute1 "attr61962") ) ) +(assert (myObject (attribute1 "attr61963") ) ) +(assert (myObject (attribute1 "attr61964") ) ) +(assert (myObject (attribute1 "attr61965") ) ) +(assert (myObject (attribute1 "attr61966") ) ) +(assert (myObject (attribute1 "attr61967") ) ) +(assert (myObject (attribute1 "attr61968") ) ) +(assert (myObject (attribute1 "attr61969") ) ) +(assert (myObject (attribute1 "attr61970") ) ) +(assert (myObject (attribute1 "attr61971") ) ) +(assert (myObject (attribute1 "attr61972") ) ) +(assert (myObject (attribute1 "attr61973") ) ) +(assert (myObject (attribute1 "attr61974") ) ) +(assert (myObject (attribute1 "attr61975") ) ) +(assert (myObject (attribute1 "attr61976") ) ) +(assert (myObject (attribute1 "attr61977") ) ) +(assert (myObject (attribute1 "attr61978") ) ) +(assert (myObject (attribute1 "attr61979") ) ) +(assert (myObject (attribute1 "attr61980") ) ) +(assert (myObject (attribute1 "attr61981") ) ) +(assert (myObject (attribute1 "attr61982") ) ) +(assert (myObject (attribute1 "attr61983") ) ) +(assert (myObject (attribute1 "attr61984") ) ) +(assert (myObject (attribute1 "attr61985") ) ) +(assert (myObject (attribute1 "attr61986") ) ) +(assert (myObject (attribute1 "attr61987") ) ) +(assert (myObject (attribute1 "attr61988") ) ) +(assert (myObject (attribute1 "attr61989") ) ) +(assert (myObject (attribute1 "attr61990") ) ) +(assert (myObject (attribute1 "attr61991") ) ) +(assert (myObject (attribute1 "attr61992") ) ) +(assert (myObject (attribute1 "attr61993") ) ) +(assert (myObject (attribute1 "attr61994") ) ) +(assert (myObject (attribute1 "attr61995") ) ) +(assert (myObject (attribute1 "attr61996") ) ) +(assert (myObject (attribute1 "attr61997") ) ) +(assert (myObject (attribute1 "attr61998") ) ) +(assert (myObject (attribute1 "attr61999") ) ) +(assert (myObject (attribute1 "attr62000") ) ) +(assert (myObject (attribute1 "attr62001") ) ) +(assert (myObject (attribute1 "attr62002") ) ) +(assert (myObject (attribute1 "attr62003") ) ) +(assert (myObject (attribute1 "attr62004") ) ) +(assert (myObject (attribute1 "attr62005") ) ) +(assert (myObject (attribute1 "attr62006") ) ) +(assert (myObject (attribute1 "attr62007") ) ) +(assert (myObject (attribute1 "attr62008") ) ) +(assert (myObject (attribute1 "attr62009") ) ) +(assert (myObject (attribute1 "attr62010") ) ) +(assert (myObject (attribute1 "attr62011") ) ) +(assert (myObject (attribute1 "attr62012") ) ) +(assert (myObject (attribute1 "attr62013") ) ) +(assert (myObject (attribute1 "attr62014") ) ) +(assert (myObject (attribute1 "attr62015") ) ) +(assert (myObject (attribute1 "attr62016") ) ) +(assert (myObject (attribute1 "attr62017") ) ) +(assert (myObject (attribute1 "attr62018") ) ) +(assert (myObject (attribute1 "attr62019") ) ) +(assert (myObject (attribute1 "attr62020") ) ) +(assert (myObject (attribute1 "attr62021") ) ) +(assert (myObject (attribute1 "attr62022") ) ) +(assert (myObject (attribute1 "attr62023") ) ) +(assert (myObject (attribute1 "attr62024") ) ) +(assert (myObject (attribute1 "attr62025") ) ) +(assert (myObject (attribute1 "attr62026") ) ) +(assert (myObject (attribute1 "attr62027") ) ) +(assert (myObject (attribute1 "attr62028") ) ) +(assert (myObject (attribute1 "attr62029") ) ) +(assert (myObject (attribute1 "attr62030") ) ) +(assert (myObject (attribute1 "attr62031") ) ) +(assert (myObject (attribute1 "attr62032") ) ) +(assert (myObject (attribute1 "attr62033") ) ) +(assert (myObject (attribute1 "attr62034") ) ) +(assert (myObject (attribute1 "attr62035") ) ) +(assert (myObject (attribute1 "attr62036") ) ) +(assert (myObject (attribute1 "attr62037") ) ) +(assert (myObject (attribute1 "attr62038") ) ) +(assert (myObject (attribute1 "attr62039") ) ) +(assert (myObject (attribute1 "attr62040") ) ) +(assert (myObject (attribute1 "attr62041") ) ) +(assert (myObject (attribute1 "attr62042") ) ) +(assert (myObject (attribute1 "attr62043") ) ) +(assert (myObject (attribute1 "attr62044") ) ) +(assert (myObject (attribute1 "attr62045") ) ) +(assert (myObject (attribute1 "attr62046") ) ) +(assert (myObject (attribute1 "attr62047") ) ) +(assert (myObject (attribute1 "attr62048") ) ) +(assert (myObject (attribute1 "attr62049") ) ) +(assert (myObject (attribute1 "attr62050") ) ) +(assert (myObject (attribute1 "attr62051") ) ) +(assert (myObject (attribute1 "attr62052") ) ) +(assert (myObject (attribute1 "attr62053") ) ) +(assert (myObject (attribute1 "attr62054") ) ) +(assert (myObject (attribute1 "attr62055") ) ) +(assert (myObject (attribute1 "attr62056") ) ) +(assert (myObject (attribute1 "attr62057") ) ) +(assert (myObject (attribute1 "attr62058") ) ) +(assert (myObject (attribute1 "attr62059") ) ) +(assert (myObject (attribute1 "attr62060") ) ) +(assert (myObject (attribute1 "attr62061") ) ) +(assert (myObject (attribute1 "attr62062") ) ) +(assert (myObject (attribute1 "attr62063") ) ) +(assert (myObject (attribute1 "attr62064") ) ) +(assert (myObject (attribute1 "attr62065") ) ) +(assert (myObject (attribute1 "attr62066") ) ) +(assert (myObject (attribute1 "attr62067") ) ) +(assert (myObject (attribute1 "attr62068") ) ) +(assert (myObject (attribute1 "attr62069") ) ) +(assert (myObject (attribute1 "attr62070") ) ) +(assert (myObject (attribute1 "attr62071") ) ) +(assert (myObject (attribute1 "attr62072") ) ) +(assert (myObject (attribute1 "attr62073") ) ) +(assert (myObject (attribute1 "attr62074") ) ) +(assert (myObject (attribute1 "attr62075") ) ) +(assert (myObject (attribute1 "attr62076") ) ) +(assert (myObject (attribute1 "attr62077") ) ) +(assert (myObject (attribute1 "attr62078") ) ) +(assert (myObject (attribute1 "attr62079") ) ) +(assert (myObject (attribute1 "attr62080") ) ) +(assert (myObject (attribute1 "attr62081") ) ) +(assert (myObject (attribute1 "attr62082") ) ) +(assert (myObject (attribute1 "attr62083") ) ) +(assert (myObject (attribute1 "attr62084") ) ) +(assert (myObject (attribute1 "attr62085") ) ) +(assert (myObject (attribute1 "attr62086") ) ) +(assert (myObject (attribute1 "attr62087") ) ) +(assert (myObject (attribute1 "attr62088") ) ) +(assert (myObject (attribute1 "attr62089") ) ) +(assert (myObject (attribute1 "attr62090") ) ) +(assert (myObject (attribute1 "attr62091") ) ) +(assert (myObject (attribute1 "attr62092") ) ) +(assert (myObject (attribute1 "attr62093") ) ) +(assert (myObject (attribute1 "attr62094") ) ) +(assert (myObject (attribute1 "attr62095") ) ) +(assert (myObject (attribute1 "attr62096") ) ) +(assert (myObject (attribute1 "attr62097") ) ) +(assert (myObject (attribute1 "attr62098") ) ) +(assert (myObject (attribute1 "attr62099") ) ) +(assert (myObject (attribute1 "attr62100") ) ) +(assert (myObject (attribute1 "attr62101") ) ) +(assert (myObject (attribute1 "attr62102") ) ) +(assert (myObject (attribute1 "attr62103") ) ) +(assert (myObject (attribute1 "attr62104") ) ) +(assert (myObject (attribute1 "attr62105") ) ) +(assert (myObject (attribute1 "attr62106") ) ) +(assert (myObject (attribute1 "attr62107") ) ) +(assert (myObject (attribute1 "attr62108") ) ) +(assert (myObject (attribute1 "attr62109") ) ) +(assert (myObject (attribute1 "attr62110") ) ) +(assert (myObject (attribute1 "attr62111") ) ) +(assert (myObject (attribute1 "attr62112") ) ) +(assert (myObject (attribute1 "attr62113") ) ) +(assert (myObject (attribute1 "attr62114") ) ) +(assert (myObject (attribute1 "attr62115") ) ) +(assert (myObject (attribute1 "attr62116") ) ) +(assert (myObject (attribute1 "attr62117") ) ) +(assert (myObject (attribute1 "attr62118") ) ) +(assert (myObject (attribute1 "attr62119") ) ) +(assert (myObject (attribute1 "attr62120") ) ) +(assert (myObject (attribute1 "attr62121") ) ) +(assert (myObject (attribute1 "attr62122") ) ) +(assert (myObject (attribute1 "attr62123") ) ) +(assert (myObject (attribute1 "attr62124") ) ) +(assert (myObject (attribute1 "attr62125") ) ) +(assert (myObject (attribute1 "attr62126") ) ) +(assert (myObject (attribute1 "attr62127") ) ) +(assert (myObject (attribute1 "attr62128") ) ) +(assert (myObject (attribute1 "attr62129") ) ) +(assert (myObject (attribute1 "attr62130") ) ) +(assert (myObject (attribute1 "attr62131") ) ) +(assert (myObject (attribute1 "attr62132") ) ) +(assert (myObject (attribute1 "attr62133") ) ) +(assert (myObject (attribute1 "attr62134") ) ) +(assert (myObject (attribute1 "attr62135") ) ) +(assert (myObject (attribute1 "attr62136") ) ) +(assert (myObject (attribute1 "attr62137") ) ) +(assert (myObject (attribute1 "attr62138") ) ) +(assert (myObject (attribute1 "attr62139") ) ) +(assert (myObject (attribute1 "attr62140") ) ) +(assert (myObject (attribute1 "attr62141") ) ) +(assert (myObject (attribute1 "attr62142") ) ) +(assert (myObject (attribute1 "attr62143") ) ) +(assert (myObject (attribute1 "attr62144") ) ) +(assert (myObject (attribute1 "attr62145") ) ) +(assert (myObject (attribute1 "attr62146") ) ) +(assert (myObject (attribute1 "attr62147") ) ) +(assert (myObject (attribute1 "attr62148") ) ) +(assert (myObject (attribute1 "attr62149") ) ) +(assert (myObject (attribute1 "attr62150") ) ) +(assert (myObject (attribute1 "attr62151") ) ) +(assert (myObject (attribute1 "attr62152") ) ) +(assert (myObject (attribute1 "attr62153") ) ) +(assert (myObject (attribute1 "attr62154") ) ) +(assert (myObject (attribute1 "attr62155") ) ) +(assert (myObject (attribute1 "attr62156") ) ) +(assert (myObject (attribute1 "attr62157") ) ) +(assert (myObject (attribute1 "attr62158") ) ) +(assert (myObject (attribute1 "attr62159") ) ) +(assert (myObject (attribute1 "attr62160") ) ) +(assert (myObject (attribute1 "attr62161") ) ) +(assert (myObject (attribute1 "attr62162") ) ) +(assert (myObject (attribute1 "attr62163") ) ) +(assert (myObject (attribute1 "attr62164") ) ) +(assert (myObject (attribute1 "attr62165") ) ) +(assert (myObject (attribute1 "attr62166") ) ) +(assert (myObject (attribute1 "attr62167") ) ) +(assert (myObject (attribute1 "attr62168") ) ) +(assert (myObject (attribute1 "attr62169") ) ) +(assert (myObject (attribute1 "attr62170") ) ) +(assert (myObject (attribute1 "attr62171") ) ) +(assert (myObject (attribute1 "attr62172") ) ) +(assert (myObject (attribute1 "attr62173") ) ) +(assert (myObject (attribute1 "attr62174") ) ) +(assert (myObject (attribute1 "attr62175") ) ) +(assert (myObject (attribute1 "attr62176") ) ) +(assert (myObject (attribute1 "attr62177") ) ) +(assert (myObject (attribute1 "attr62178") ) ) +(assert (myObject (attribute1 "attr62179") ) ) +(assert (myObject (attribute1 "attr62180") ) ) +(assert (myObject (attribute1 "attr62181") ) ) +(assert (myObject (attribute1 "attr62182") ) ) +(assert (myObject (attribute1 "attr62183") ) ) +(assert (myObject (attribute1 "attr62184") ) ) +(assert (myObject (attribute1 "attr62185") ) ) +(assert (myObject (attribute1 "attr62186") ) ) +(assert (myObject (attribute1 "attr62187") ) ) +(assert (myObject (attribute1 "attr62188") ) ) +(assert (myObject (attribute1 "attr62189") ) ) +(assert (myObject (attribute1 "attr62190") ) ) +(assert (myObject (attribute1 "attr62191") ) ) +(assert (myObject (attribute1 "attr62192") ) ) +(assert (myObject (attribute1 "attr62193") ) ) +(assert (myObject (attribute1 "attr62194") ) ) +(assert (myObject (attribute1 "attr62195") ) ) +(assert (myObject (attribute1 "attr62196") ) ) +(assert (myObject (attribute1 "attr62197") ) ) +(assert (myObject (attribute1 "attr62198") ) ) +(assert (myObject (attribute1 "attr62199") ) ) +(assert (myObject (attribute1 "attr62200") ) ) +(assert (myObject (attribute1 "attr62201") ) ) +(assert (myObject (attribute1 "attr62202") ) ) +(assert (myObject (attribute1 "attr62203") ) ) +(assert (myObject (attribute1 "attr62204") ) ) +(assert (myObject (attribute1 "attr62205") ) ) +(assert (myObject (attribute1 "attr62206") ) ) +(assert (myObject (attribute1 "attr62207") ) ) +(assert (myObject (attribute1 "attr62208") ) ) +(assert (myObject (attribute1 "attr62209") ) ) +(assert (myObject (attribute1 "attr62210") ) ) +(assert (myObject (attribute1 "attr62211") ) ) +(assert (myObject (attribute1 "attr62212") ) ) +(assert (myObject (attribute1 "attr62213") ) ) +(assert (myObject (attribute1 "attr62214") ) ) +(assert (myObject (attribute1 "attr62215") ) ) +(assert (myObject (attribute1 "attr62216") ) ) +(assert (myObject (attribute1 "attr62217") ) ) +(assert (myObject (attribute1 "attr62218") ) ) +(assert (myObject (attribute1 "attr62219") ) ) +(assert (myObject (attribute1 "attr62220") ) ) +(assert (myObject (attribute1 "attr62221") ) ) +(assert (myObject (attribute1 "attr62222") ) ) +(assert (myObject (attribute1 "attr62223") ) ) +(assert (myObject (attribute1 "attr62224") ) ) +(assert (myObject (attribute1 "attr62225") ) ) +(assert (myObject (attribute1 "attr62226") ) ) +(assert (myObject (attribute1 "attr62227") ) ) +(assert (myObject (attribute1 "attr62228") ) ) +(assert (myObject (attribute1 "attr62229") ) ) +(assert (myObject (attribute1 "attr62230") ) ) +(assert (myObject (attribute1 "attr62231") ) ) +(assert (myObject (attribute1 "attr62232") ) ) +(assert (myObject (attribute1 "attr62233") ) ) +(assert (myObject (attribute1 "attr62234") ) ) +(assert (myObject (attribute1 "attr62235") ) ) +(assert (myObject (attribute1 "attr62236") ) ) +(assert (myObject (attribute1 "attr62237") ) ) +(assert (myObject (attribute1 "attr62238") ) ) +(assert (myObject (attribute1 "attr62239") ) ) +(assert (myObject (attribute1 "attr62240") ) ) +(assert (myObject (attribute1 "attr62241") ) ) +(assert (myObject (attribute1 "attr62242") ) ) +(assert (myObject (attribute1 "attr62243") ) ) +(assert (myObject (attribute1 "attr62244") ) ) +(assert (myObject (attribute1 "attr62245") ) ) +(assert (myObject (attribute1 "attr62246") ) ) +(assert (myObject (attribute1 "attr62247") ) ) +(assert (myObject (attribute1 "attr62248") ) ) +(assert (myObject (attribute1 "attr62249") ) ) +(assert (myObject (attribute1 "attr62250") ) ) +(assert (myObject (attribute1 "attr62251") ) ) +(assert (myObject (attribute1 "attr62252") ) ) +(assert (myObject (attribute1 "attr62253") ) ) +(assert (myObject (attribute1 "attr62254") ) ) +(assert (myObject (attribute1 "attr62255") ) ) +(assert (myObject (attribute1 "attr62256") ) ) +(assert (myObject (attribute1 "attr62257") ) ) +(assert (myObject (attribute1 "attr62258") ) ) +(assert (myObject (attribute1 "attr62259") ) ) +(assert (myObject (attribute1 "attr62260") ) ) +(assert (myObject (attribute1 "attr62261") ) ) +(assert (myObject (attribute1 "attr62262") ) ) +(assert (myObject (attribute1 "attr62263") ) ) +(assert (myObject (attribute1 "attr62264") ) ) +(assert (myObject (attribute1 "attr62265") ) ) +(assert (myObject (attribute1 "attr62266") ) ) +(assert (myObject (attribute1 "attr62267") ) ) +(assert (myObject (attribute1 "attr62268") ) ) +(assert (myObject (attribute1 "attr62269") ) ) +(assert (myObject (attribute1 "attr62270") ) ) +(assert (myObject (attribute1 "attr62271") ) ) +(assert (myObject (attribute1 "attr62272") ) ) +(assert (myObject (attribute1 "attr62273") ) ) +(assert (myObject (attribute1 "attr62274") ) ) +(assert (myObject (attribute1 "attr62275") ) ) +(assert (myObject (attribute1 "attr62276") ) ) +(assert (myObject (attribute1 "attr62277") ) ) +(assert (myObject (attribute1 "attr62278") ) ) +(assert (myObject (attribute1 "attr62279") ) ) +(assert (myObject (attribute1 "attr62280") ) ) +(assert (myObject (attribute1 "attr62281") ) ) +(assert (myObject (attribute1 "attr62282") ) ) +(assert (myObject (attribute1 "attr62283") ) ) +(assert (myObject (attribute1 "attr62284") ) ) +(assert (myObject (attribute1 "attr62285") ) ) +(assert (myObject (attribute1 "attr62286") ) ) +(assert (myObject (attribute1 "attr62287") ) ) +(assert (myObject (attribute1 "attr62288") ) ) +(assert (myObject (attribute1 "attr62289") ) ) +(assert (myObject (attribute1 "attr62290") ) ) +(assert (myObject (attribute1 "attr62291") ) ) +(assert (myObject (attribute1 "attr62292") ) ) +(assert (myObject (attribute1 "attr62293") ) ) +(assert (myObject (attribute1 "attr62294") ) ) +(assert (myObject (attribute1 "attr62295") ) ) +(assert (myObject (attribute1 "attr62296") ) ) +(assert (myObject (attribute1 "attr62297") ) ) +(assert (myObject (attribute1 "attr62298") ) ) +(assert (myObject (attribute1 "attr62299") ) ) +(assert (myObject (attribute1 "attr62300") ) ) +(assert (myObject (attribute1 "attr62301") ) ) +(assert (myObject (attribute1 "attr62302") ) ) +(assert (myObject (attribute1 "attr62303") ) ) +(assert (myObject (attribute1 "attr62304") ) ) +(assert (myObject (attribute1 "attr62305") ) ) +(assert (myObject (attribute1 "attr62306") ) ) +(assert (myObject (attribute1 "attr62307") ) ) +(assert (myObject (attribute1 "attr62308") ) ) +(assert (myObject (attribute1 "attr62309") ) ) +(assert (myObject (attribute1 "attr62310") ) ) +(assert (myObject (attribute1 "attr62311") ) ) +(assert (myObject (attribute1 "attr62312") ) ) +(assert (myObject (attribute1 "attr62313") ) ) +(assert (myObject (attribute1 "attr62314") ) ) +(assert (myObject (attribute1 "attr62315") ) ) +(assert (myObject (attribute1 "attr62316") ) ) +(assert (myObject (attribute1 "attr62317") ) ) +(assert (myObject (attribute1 "attr62318") ) ) +(assert (myObject (attribute1 "attr62319") ) ) +(assert (myObject (attribute1 "attr62320") ) ) +(assert (myObject (attribute1 "attr62321") ) ) +(assert (myObject (attribute1 "attr62322") ) ) +(assert (myObject (attribute1 "attr62323") ) ) +(assert (myObject (attribute1 "attr62324") ) ) +(assert (myObject (attribute1 "attr62325") ) ) +(assert (myObject (attribute1 "attr62326") ) ) +(assert (myObject (attribute1 "attr62327") ) ) +(assert (myObject (attribute1 "attr62328") ) ) +(assert (myObject (attribute1 "attr62329") ) ) +(assert (myObject (attribute1 "attr62330") ) ) +(assert (myObject (attribute1 "attr62331") ) ) +(assert (myObject (attribute1 "attr62332") ) ) +(assert (myObject (attribute1 "attr62333") ) ) +(assert (myObject (attribute1 "attr62334") ) ) +(assert (myObject (attribute1 "attr62335") ) ) +(assert (myObject (attribute1 "attr62336") ) ) +(assert (myObject (attribute1 "attr62337") ) ) +(assert (myObject (attribute1 "attr62338") ) ) +(assert (myObject (attribute1 "attr62339") ) ) +(assert (myObject (attribute1 "attr62340") ) ) +(assert (myObject (attribute1 "attr62341") ) ) +(assert (myObject (attribute1 "attr62342") ) ) +(assert (myObject (attribute1 "attr62343") ) ) +(assert (myObject (attribute1 "attr62344") ) ) +(assert (myObject (attribute1 "attr62345") ) ) +(assert (myObject (attribute1 "attr62346") ) ) +(assert (myObject (attribute1 "attr62347") ) ) +(assert (myObject (attribute1 "attr62348") ) ) +(assert (myObject (attribute1 "attr62349") ) ) +(assert (myObject (attribute1 "attr62350") ) ) +(assert (myObject (attribute1 "attr62351") ) ) +(assert (myObject (attribute1 "attr62352") ) ) +(assert (myObject (attribute1 "attr62353") ) ) +(assert (myObject (attribute1 "attr62354") ) ) +(assert (myObject (attribute1 "attr62355") ) ) +(assert (myObject (attribute1 "attr62356") ) ) +(assert (myObject (attribute1 "attr62357") ) ) +(assert (myObject (attribute1 "attr62358") ) ) +(assert (myObject (attribute1 "attr62359") ) ) +(assert (myObject (attribute1 "attr62360") ) ) +(assert (myObject (attribute1 "attr62361") ) ) +(assert (myObject (attribute1 "attr62362") ) ) +(assert (myObject (attribute1 "attr62363") ) ) +(assert (myObject (attribute1 "attr62364") ) ) +(assert (myObject (attribute1 "attr62365") ) ) +(assert (myObject (attribute1 "attr62366") ) ) +(assert (myObject (attribute1 "attr62367") ) ) +(assert (myObject (attribute1 "attr62368") ) ) +(assert (myObject (attribute1 "attr62369") ) ) +(assert (myObject (attribute1 "attr62370") ) ) +(assert (myObject (attribute1 "attr62371") ) ) +(assert (myObject (attribute1 "attr62372") ) ) +(assert (myObject (attribute1 "attr62373") ) ) +(assert (myObject (attribute1 "attr62374") ) ) +(assert (myObject (attribute1 "attr62375") ) ) +(assert (myObject (attribute1 "attr62376") ) ) +(assert (myObject (attribute1 "attr62377") ) ) +(assert (myObject (attribute1 "attr62378") ) ) +(assert (myObject (attribute1 "attr62379") ) ) +(assert (myObject (attribute1 "attr62380") ) ) +(assert (myObject (attribute1 "attr62381") ) ) +(assert (myObject (attribute1 "attr62382") ) ) +(assert (myObject (attribute1 "attr62383") ) ) +(assert (myObject (attribute1 "attr62384") ) ) +(assert (myObject (attribute1 "attr62385") ) ) +(assert (myObject (attribute1 "attr62386") ) ) +(assert (myObject (attribute1 "attr62387") ) ) +(assert (myObject (attribute1 "attr62388") ) ) +(assert (myObject (attribute1 "attr62389") ) ) +(assert (myObject (attribute1 "attr62390") ) ) +(assert (myObject (attribute1 "attr62391") ) ) +(assert (myObject (attribute1 "attr62392") ) ) +(assert (myObject (attribute1 "attr62393") ) ) +(assert (myObject (attribute1 "attr62394") ) ) +(assert (myObject (attribute1 "attr62395") ) ) +(assert (myObject (attribute1 "attr62396") ) ) +(assert (myObject (attribute1 "attr62397") ) ) +(assert (myObject (attribute1 "attr62398") ) ) +(assert (myObject (attribute1 "attr62399") ) ) +(assert (myObject (attribute1 "attr62400") ) ) +(assert (myObject (attribute1 "attr62401") ) ) +(assert (myObject (attribute1 "attr62402") ) ) +(assert (myObject (attribute1 "attr62403") ) ) +(assert (myObject (attribute1 "attr62404") ) ) +(assert (myObject (attribute1 "attr62405") ) ) +(assert (myObject (attribute1 "attr62406") ) ) +(assert (myObject (attribute1 "attr62407") ) ) +(assert (myObject (attribute1 "attr62408") ) ) +(assert (myObject (attribute1 "attr62409") ) ) +(assert (myObject (attribute1 "attr62410") ) ) +(assert (myObject (attribute1 "attr62411") ) ) +(assert (myObject (attribute1 "attr62412") ) ) +(assert (myObject (attribute1 "attr62413") ) ) +(assert (myObject (attribute1 "attr62414") ) ) +(assert (myObject (attribute1 "attr62415") ) ) +(assert (myObject (attribute1 "attr62416") ) ) +(assert (myObject (attribute1 "attr62417") ) ) +(assert (myObject (attribute1 "attr62418") ) ) +(assert (myObject (attribute1 "attr62419") ) ) +(assert (myObject (attribute1 "attr62420") ) ) +(assert (myObject (attribute1 "attr62421") ) ) +(assert (myObject (attribute1 "attr62422") ) ) +(assert (myObject (attribute1 "attr62423") ) ) +(assert (myObject (attribute1 "attr62424") ) ) +(assert (myObject (attribute1 "attr62425") ) ) +(assert (myObject (attribute1 "attr62426") ) ) +(assert (myObject (attribute1 "attr62427") ) ) +(assert (myObject (attribute1 "attr62428") ) ) +(assert (myObject (attribute1 "attr62429") ) ) +(assert (myObject (attribute1 "attr62430") ) ) +(assert (myObject (attribute1 "attr62431") ) ) +(assert (myObject (attribute1 "attr62432") ) ) +(assert (myObject (attribute1 "attr62433") ) ) +(assert (myObject (attribute1 "attr62434") ) ) +(assert (myObject (attribute1 "attr62435") ) ) +(assert (myObject (attribute1 "attr62436") ) ) +(assert (myObject (attribute1 "attr62437") ) ) +(assert (myObject (attribute1 "attr62438") ) ) +(assert (myObject (attribute1 "attr62439") ) ) +(assert (myObject (attribute1 "attr62440") ) ) +(assert (myObject (attribute1 "attr62441") ) ) +(assert (myObject (attribute1 "attr62442") ) ) +(assert (myObject (attribute1 "attr62443") ) ) +(assert (myObject (attribute1 "attr62444") ) ) +(assert (myObject (attribute1 "attr62445") ) ) +(assert (myObject (attribute1 "attr62446") ) ) +(assert (myObject (attribute1 "attr62447") ) ) +(assert (myObject (attribute1 "attr62448") ) ) +(assert (myObject (attribute1 "attr62449") ) ) +(assert (myObject (attribute1 "attr62450") ) ) +(assert (myObject (attribute1 "attr62451") ) ) +(assert (myObject (attribute1 "attr62452") ) ) +(assert (myObject (attribute1 "attr62453") ) ) +(assert (myObject (attribute1 "attr62454") ) ) +(assert (myObject (attribute1 "attr62455") ) ) +(assert (myObject (attribute1 "attr62456") ) ) +(assert (myObject (attribute1 "attr62457") ) ) +(assert (myObject (attribute1 "attr62458") ) ) +(assert (myObject (attribute1 "attr62459") ) ) +(assert (myObject (attribute1 "attr62460") ) ) +(assert (myObject (attribute1 "attr62461") ) ) +(assert (myObject (attribute1 "attr62462") ) ) +(assert (myObject (attribute1 "attr62463") ) ) +(assert (myObject (attribute1 "attr62464") ) ) +(assert (myObject (attribute1 "attr62465") ) ) +(assert (myObject (attribute1 "attr62466") ) ) +(assert (myObject (attribute1 "attr62467") ) ) +(assert (myObject (attribute1 "attr62468") ) ) +(assert (myObject (attribute1 "attr62469") ) ) +(assert (myObject (attribute1 "attr62470") ) ) +(assert (myObject (attribute1 "attr62471") ) ) +(assert (myObject (attribute1 "attr62472") ) ) +(assert (myObject (attribute1 "attr62473") ) ) +(assert (myObject (attribute1 "attr62474") ) ) +(assert (myObject (attribute1 "attr62475") ) ) +(assert (myObject (attribute1 "attr62476") ) ) +(assert (myObject (attribute1 "attr62477") ) ) +(assert (myObject (attribute1 "attr62478") ) ) +(assert (myObject (attribute1 "attr62479") ) ) +(assert (myObject (attribute1 "attr62480") ) ) +(assert (myObject (attribute1 "attr62481") ) ) +(assert (myObject (attribute1 "attr62482") ) ) +(assert (myObject (attribute1 "attr62483") ) ) +(assert (myObject (attribute1 "attr62484") ) ) +(assert (myObject (attribute1 "attr62485") ) ) +(assert (myObject (attribute1 "attr62486") ) ) +(assert (myObject (attribute1 "attr62487") ) ) +(assert (myObject (attribute1 "attr62488") ) ) +(assert (myObject (attribute1 "attr62489") ) ) +(assert (myObject (attribute1 "attr62490") ) ) +(assert (myObject (attribute1 "attr62491") ) ) +(assert (myObject (attribute1 "attr62492") ) ) +(assert (myObject (attribute1 "attr62493") ) ) +(assert (myObject (attribute1 "attr62494") ) ) +(assert (myObject (attribute1 "attr62495") ) ) +(assert (myObject (attribute1 "attr62496") ) ) +(assert (myObject (attribute1 "attr62497") ) ) +(assert (myObject (attribute1 "attr62498") ) ) +(assert (myObject (attribute1 "attr62499") ) ) +(assert (myObject (attribute1 "attr62500") ) ) +(assert (myObject (attribute1 "attr62501") ) ) +(assert (myObject (attribute1 "attr62502") ) ) +(assert (myObject (attribute1 "attr62503") ) ) +(assert (myObject (attribute1 "attr62504") ) ) +(assert (myObject (attribute1 "attr62505") ) ) +(assert (myObject (attribute1 "attr62506") ) ) +(assert (myObject (attribute1 "attr62507") ) ) +(assert (myObject (attribute1 "attr62508") ) ) +(assert (myObject (attribute1 "attr62509") ) ) +(assert (myObject (attribute1 "attr62510") ) ) +(assert (myObject (attribute1 "attr62511") ) ) +(assert (myObject (attribute1 "attr62512") ) ) +(assert (myObject (attribute1 "attr62513") ) ) +(assert (myObject (attribute1 "attr62514") ) ) +(assert (myObject (attribute1 "attr62515") ) ) +(assert (myObject (attribute1 "attr62516") ) ) +(assert (myObject (attribute1 "attr62517") ) ) +(assert (myObject (attribute1 "attr62518") ) ) +(assert (myObject (attribute1 "attr62519") ) ) +(assert (myObject (attribute1 "attr62520") ) ) +(assert (myObject (attribute1 "attr62521") ) ) +(assert (myObject (attribute1 "attr62522") ) ) +(assert (myObject (attribute1 "attr62523") ) ) +(assert (myObject (attribute1 "attr62524") ) ) +(assert (myObject (attribute1 "attr62525") ) ) +(assert (myObject (attribute1 "attr62526") ) ) +(assert (myObject (attribute1 "attr62527") ) ) +(assert (myObject (attribute1 "attr62528") ) ) +(assert (myObject (attribute1 "attr62529") ) ) +(assert (myObject (attribute1 "attr62530") ) ) +(assert (myObject (attribute1 "attr62531") ) ) +(assert (myObject (attribute1 "attr62532") ) ) +(assert (myObject (attribute1 "attr62533") ) ) +(assert (myObject (attribute1 "attr62534") ) ) +(assert (myObject (attribute1 "attr62535") ) ) +(assert (myObject (attribute1 "attr62536") ) ) +(assert (myObject (attribute1 "attr62537") ) ) +(assert (myObject (attribute1 "attr62538") ) ) +(assert (myObject (attribute1 "attr62539") ) ) +(assert (myObject (attribute1 "attr62540") ) ) +(assert (myObject (attribute1 "attr62541") ) ) +(assert (myObject (attribute1 "attr62542") ) ) +(assert (myObject (attribute1 "attr62543") ) ) +(assert (myObject (attribute1 "attr62544") ) ) +(assert (myObject (attribute1 "attr62545") ) ) +(assert (myObject (attribute1 "attr62546") ) ) +(assert (myObject (attribute1 "attr62547") ) ) +(assert (myObject (attribute1 "attr62548") ) ) +(assert (myObject (attribute1 "attr62549") ) ) +(assert (myObject (attribute1 "attr62550") ) ) +(assert (myObject (attribute1 "attr62551") ) ) +(assert (myObject (attribute1 "attr62552") ) ) +(assert (myObject (attribute1 "attr62553") ) ) +(assert (myObject (attribute1 "attr62554") ) ) +(assert (myObject (attribute1 "attr62555") ) ) +(assert (myObject (attribute1 "attr62556") ) ) +(assert (myObject (attribute1 "attr62557") ) ) +(assert (myObject (attribute1 "attr62558") ) ) +(assert (myObject (attribute1 "attr62559") ) ) +(assert (myObject (attribute1 "attr62560") ) ) +(assert (myObject (attribute1 "attr62561") ) ) +(assert (myObject (attribute1 "attr62562") ) ) +(assert (myObject (attribute1 "attr62563") ) ) +(assert (myObject (attribute1 "attr62564") ) ) +(assert (myObject (attribute1 "attr62565") ) ) +(assert (myObject (attribute1 "attr62566") ) ) +(assert (myObject (attribute1 "attr62567") ) ) +(assert (myObject (attribute1 "attr62568") ) ) +(assert (myObject (attribute1 "attr62569") ) ) +(assert (myObject (attribute1 "attr62570") ) ) +(assert (myObject (attribute1 "attr62571") ) ) +(assert (myObject (attribute1 "attr62572") ) ) +(assert (myObject (attribute1 "attr62573") ) ) +(assert (myObject (attribute1 "attr62574") ) ) +(assert (myObject (attribute1 "attr62575") ) ) +(assert (myObject (attribute1 "attr62576") ) ) +(assert (myObject (attribute1 "attr62577") ) ) +(assert (myObject (attribute1 "attr62578") ) ) +(assert (myObject (attribute1 "attr62579") ) ) +(assert (myObject (attribute1 "attr62580") ) ) +(assert (myObject (attribute1 "attr62581") ) ) +(assert (myObject (attribute1 "attr62582") ) ) +(assert (myObject (attribute1 "attr62583") ) ) +(assert (myObject (attribute1 "attr62584") ) ) +(assert (myObject (attribute1 "attr62585") ) ) +(assert (myObject (attribute1 "attr62586") ) ) +(assert (myObject (attribute1 "attr62587") ) ) +(assert (myObject (attribute1 "attr62588") ) ) +(assert (myObject (attribute1 "attr62589") ) ) +(assert (myObject (attribute1 "attr62590") ) ) +(assert (myObject (attribute1 "attr62591") ) ) +(assert (myObject (attribute1 "attr62592") ) ) +(assert (myObject (attribute1 "attr62593") ) ) +(assert (myObject (attribute1 "attr62594") ) ) +(assert (myObject (attribute1 "attr62595") ) ) +(assert (myObject (attribute1 "attr62596") ) ) +(assert (myObject (attribute1 "attr62597") ) ) +(assert (myObject (attribute1 "attr62598") ) ) +(assert (myObject (attribute1 "attr62599") ) ) +(assert (myObject (attribute1 "attr62600") ) ) +(assert (myObject (attribute1 "attr62601") ) ) +(assert (myObject (attribute1 "attr62602") ) ) +(assert (myObject (attribute1 "attr62603") ) ) +(assert (myObject (attribute1 "attr62604") ) ) +(assert (myObject (attribute1 "attr62605") ) ) +(assert (myObject (attribute1 "attr62606") ) ) +(assert (myObject (attribute1 "attr62607") ) ) +(assert (myObject (attribute1 "attr62608") ) ) +(assert (myObject (attribute1 "attr62609") ) ) +(assert (myObject (attribute1 "attr62610") ) ) +(assert (myObject (attribute1 "attr62611") ) ) +(assert (myObject (attribute1 "attr62612") ) ) +(assert (myObject (attribute1 "attr62613") ) ) +(assert (myObject (attribute1 "attr62614") ) ) +(assert (myObject (attribute1 "attr62615") ) ) +(assert (myObject (attribute1 "attr62616") ) ) +(assert (myObject (attribute1 "attr62617") ) ) +(assert (myObject (attribute1 "attr62618") ) ) +(assert (myObject (attribute1 "attr62619") ) ) +(assert (myObject (attribute1 "attr62620") ) ) +(assert (myObject (attribute1 "attr62621") ) ) +(assert (myObject (attribute1 "attr62622") ) ) +(assert (myObject (attribute1 "attr62623") ) ) +(assert (myObject (attribute1 "attr62624") ) ) +(assert (myObject (attribute1 "attr62625") ) ) +(assert (myObject (attribute1 "attr62626") ) ) +(assert (myObject (attribute1 "attr62627") ) ) +(assert (myObject (attribute1 "attr62628") ) ) +(assert (myObject (attribute1 "attr62629") ) ) +(assert (myObject (attribute1 "attr62630") ) ) +(assert (myObject (attribute1 "attr62631") ) ) +(assert (myObject (attribute1 "attr62632") ) ) +(assert (myObject (attribute1 "attr62633") ) ) +(assert (myObject (attribute1 "attr62634") ) ) +(assert (myObject (attribute1 "attr62635") ) ) +(assert (myObject (attribute1 "attr62636") ) ) +(assert (myObject (attribute1 "attr62637") ) ) +(assert (myObject (attribute1 "attr62638") ) ) +(assert (myObject (attribute1 "attr62639") ) ) +(assert (myObject (attribute1 "attr62640") ) ) +(assert (myObject (attribute1 "attr62641") ) ) +(assert (myObject (attribute1 "attr62642") ) ) +(assert (myObject (attribute1 "attr62643") ) ) +(assert (myObject (attribute1 "attr62644") ) ) +(assert (myObject (attribute1 "attr62645") ) ) +(assert (myObject (attribute1 "attr62646") ) ) +(assert (myObject (attribute1 "attr62647") ) ) +(assert (myObject (attribute1 "attr62648") ) ) +(assert (myObject (attribute1 "attr62649") ) ) +(assert (myObject (attribute1 "attr62650") ) ) +(assert (myObject (attribute1 "attr62651") ) ) +(assert (myObject (attribute1 "attr62652") ) ) +(assert (myObject (attribute1 "attr62653") ) ) +(assert (myObject (attribute1 "attr62654") ) ) +(assert (myObject (attribute1 "attr62655") ) ) +(assert (myObject (attribute1 "attr62656") ) ) +(assert (myObject (attribute1 "attr62657") ) ) +(assert (myObject (attribute1 "attr62658") ) ) +(assert (myObject (attribute1 "attr62659") ) ) +(assert (myObject (attribute1 "attr62660") ) ) +(assert (myObject (attribute1 "attr62661") ) ) +(assert (myObject (attribute1 "attr62662") ) ) +(assert (myObject (attribute1 "attr62663") ) ) +(assert (myObject (attribute1 "attr62664") ) ) +(assert (myObject (attribute1 "attr62665") ) ) +(assert (myObject (attribute1 "attr62666") ) ) +(assert (myObject (attribute1 "attr62667") ) ) +(assert (myObject (attribute1 "attr62668") ) ) +(assert (myObject (attribute1 "attr62669") ) ) +(assert (myObject (attribute1 "attr62670") ) ) +(assert (myObject (attribute1 "attr62671") ) ) +(assert (myObject (attribute1 "attr62672") ) ) +(assert (myObject (attribute1 "attr62673") ) ) +(assert (myObject (attribute1 "attr62674") ) ) +(assert (myObject (attribute1 "attr62675") ) ) +(assert (myObject (attribute1 "attr62676") ) ) +(assert (myObject (attribute1 "attr62677") ) ) +(assert (myObject (attribute1 "attr62678") ) ) +(assert (myObject (attribute1 "attr62679") ) ) +(assert (myObject (attribute1 "attr62680") ) ) +(assert (myObject (attribute1 "attr62681") ) ) +(assert (myObject (attribute1 "attr62682") ) ) +(assert (myObject (attribute1 "attr62683") ) ) +(assert (myObject (attribute1 "attr62684") ) ) +(assert (myObject (attribute1 "attr62685") ) ) +(assert (myObject (attribute1 "attr62686") ) ) +(assert (myObject (attribute1 "attr62687") ) ) +(assert (myObject (attribute1 "attr62688") ) ) +(assert (myObject (attribute1 "attr62689") ) ) +(assert (myObject (attribute1 "attr62690") ) ) +(assert (myObject (attribute1 "attr62691") ) ) +(assert (myObject (attribute1 "attr62692") ) ) +(assert (myObject (attribute1 "attr62693") ) ) +(assert (myObject (attribute1 "attr62694") ) ) +(assert (myObject (attribute1 "attr62695") ) ) +(assert (myObject (attribute1 "attr62696") ) ) +(assert (myObject (attribute1 "attr62697") ) ) +(assert (myObject (attribute1 "attr62698") ) ) +(assert (myObject (attribute1 "attr62699") ) ) +(assert (myObject (attribute1 "attr62700") ) ) +(assert (myObject (attribute1 "attr62701") ) ) +(assert (myObject (attribute1 "attr62702") ) ) +(assert (myObject (attribute1 "attr62703") ) ) +(assert (myObject (attribute1 "attr62704") ) ) +(assert (myObject (attribute1 "attr62705") ) ) +(assert (myObject (attribute1 "attr62706") ) ) +(assert (myObject (attribute1 "attr62707") ) ) +(assert (myObject (attribute1 "attr62708") ) ) +(assert (myObject (attribute1 "attr62709") ) ) +(assert (myObject (attribute1 "attr62710") ) ) +(assert (myObject (attribute1 "attr62711") ) ) +(assert (myObject (attribute1 "attr62712") ) ) +(assert (myObject (attribute1 "attr62713") ) ) +(assert (myObject (attribute1 "attr62714") ) ) +(assert (myObject (attribute1 "attr62715") ) ) +(assert (myObject (attribute1 "attr62716") ) ) +(assert (myObject (attribute1 "attr62717") ) ) +(assert (myObject (attribute1 "attr62718") ) ) +(assert (myObject (attribute1 "attr62719") ) ) +(assert (myObject (attribute1 "attr62720") ) ) +(assert (myObject (attribute1 "attr62721") ) ) +(assert (myObject (attribute1 "attr62722") ) ) +(assert (myObject (attribute1 "attr62723") ) ) +(assert (myObject (attribute1 "attr62724") ) ) +(assert (myObject (attribute1 "attr62725") ) ) +(assert (myObject (attribute1 "attr62726") ) ) +(assert (myObject (attribute1 "attr62727") ) ) +(assert (myObject (attribute1 "attr62728") ) ) +(assert (myObject (attribute1 "attr62729") ) ) +(assert (myObject (attribute1 "attr62730") ) ) +(assert (myObject (attribute1 "attr62731") ) ) +(assert (myObject (attribute1 "attr62732") ) ) +(assert (myObject (attribute1 "attr62733") ) ) +(assert (myObject (attribute1 "attr62734") ) ) +(assert (myObject (attribute1 "attr62735") ) ) +(assert (myObject (attribute1 "attr62736") ) ) +(assert (myObject (attribute1 "attr62737") ) ) +(assert (myObject (attribute1 "attr62738") ) ) +(assert (myObject (attribute1 "attr62739") ) ) +(assert (myObject (attribute1 "attr62740") ) ) +(assert (myObject (attribute1 "attr62741") ) ) +(assert (myObject (attribute1 "attr62742") ) ) +(assert (myObject (attribute1 "attr62743") ) ) +(assert (myObject (attribute1 "attr62744") ) ) +(assert (myObject (attribute1 "attr62745") ) ) +(assert (myObject (attribute1 "attr62746") ) ) +(assert (myObject (attribute1 "attr62747") ) ) +(assert (myObject (attribute1 "attr62748") ) ) +(assert (myObject (attribute1 "attr62749") ) ) +(assert (myObject (attribute1 "attr62750") ) ) +(assert (myObject (attribute1 "attr62751") ) ) +(assert (myObject (attribute1 "attr62752") ) ) +(assert (myObject (attribute1 "attr62753") ) ) +(assert (myObject (attribute1 "attr62754") ) ) +(assert (myObject (attribute1 "attr62755") ) ) +(assert (myObject (attribute1 "attr62756") ) ) +(assert (myObject (attribute1 "attr62757") ) ) +(assert (myObject (attribute1 "attr62758") ) ) +(assert (myObject (attribute1 "attr62759") ) ) +(assert (myObject (attribute1 "attr62760") ) ) +(assert (myObject (attribute1 "attr62761") ) ) +(assert (myObject (attribute1 "attr62762") ) ) +(assert (myObject (attribute1 "attr62763") ) ) +(assert (myObject (attribute1 "attr62764") ) ) +(assert (myObject (attribute1 "attr62765") ) ) +(assert (myObject (attribute1 "attr62766") ) ) +(assert (myObject (attribute1 "attr62767") ) ) +(assert (myObject (attribute1 "attr62768") ) ) +(assert (myObject (attribute1 "attr62769") ) ) +(assert (myObject (attribute1 "attr62770") ) ) +(assert (myObject (attribute1 "attr62771") ) ) +(assert (myObject (attribute1 "attr62772") ) ) +(assert (myObject (attribute1 "attr62773") ) ) +(assert (myObject (attribute1 "attr62774") ) ) +(assert (myObject (attribute1 "attr62775") ) ) +(assert (myObject (attribute1 "attr62776") ) ) +(assert (myObject (attribute1 "attr62777") ) ) +(assert (myObject (attribute1 "attr62778") ) ) +(assert (myObject (attribute1 "attr62779") ) ) +(assert (myObject (attribute1 "attr62780") ) ) +(assert (myObject (attribute1 "attr62781") ) ) +(assert (myObject (attribute1 "attr62782") ) ) +(assert (myObject (attribute1 "attr62783") ) ) +(assert (myObject (attribute1 "attr62784") ) ) +(assert (myObject (attribute1 "attr62785") ) ) +(assert (myObject (attribute1 "attr62786") ) ) +(assert (myObject (attribute1 "attr62787") ) ) +(assert (myObject (attribute1 "attr62788") ) ) +(assert (myObject (attribute1 "attr62789") ) ) +(assert (myObject (attribute1 "attr62790") ) ) +(assert (myObject (attribute1 "attr62791") ) ) +(assert (myObject (attribute1 "attr62792") ) ) +(assert (myObject (attribute1 "attr62793") ) ) +(assert (myObject (attribute1 "attr62794") ) ) +(assert (myObject (attribute1 "attr62795") ) ) +(assert (myObject (attribute1 "attr62796") ) ) +(assert (myObject (attribute1 "attr62797") ) ) +(assert (myObject (attribute1 "attr62798") ) ) +(assert (myObject (attribute1 "attr62799") ) ) +(assert (myObject (attribute1 "attr62800") ) ) +(assert (myObject (attribute1 "attr62801") ) ) +(assert (myObject (attribute1 "attr62802") ) ) +(assert (myObject (attribute1 "attr62803") ) ) +(assert (myObject (attribute1 "attr62804") ) ) +(assert (myObject (attribute1 "attr62805") ) ) +(assert (myObject (attribute1 "attr62806") ) ) +(assert (myObject (attribute1 "attr62807") ) ) +(assert (myObject (attribute1 "attr62808") ) ) +(assert (myObject (attribute1 "attr62809") ) ) +(assert (myObject (attribute1 "attr62810") ) ) +(assert (myObject (attribute1 "attr62811") ) ) +(assert (myObject (attribute1 "attr62812") ) ) +(assert (myObject (attribute1 "attr62813") ) ) +(assert (myObject (attribute1 "attr62814") ) ) +(assert (myObject (attribute1 "attr62815") ) ) +(assert (myObject (attribute1 "attr62816") ) ) +(assert (myObject (attribute1 "attr62817") ) ) +(assert (myObject (attribute1 "attr62818") ) ) +(assert (myObject (attribute1 "attr62819") ) ) +(assert (myObject (attribute1 "attr62820") ) ) +(assert (myObject (attribute1 "attr62821") ) ) +(assert (myObject (attribute1 "attr62822") ) ) +(assert (myObject (attribute1 "attr62823") ) ) +(assert (myObject (attribute1 "attr62824") ) ) +(assert (myObject (attribute1 "attr62825") ) ) +(assert (myObject (attribute1 "attr62826") ) ) +(assert (myObject (attribute1 "attr62827") ) ) +(assert (myObject (attribute1 "attr62828") ) ) +(assert (myObject (attribute1 "attr62829") ) ) +(assert (myObject (attribute1 "attr62830") ) ) +(assert (myObject (attribute1 "attr62831") ) ) +(assert (myObject (attribute1 "attr62832") ) ) +(assert (myObject (attribute1 "attr62833") ) ) +(assert (myObject (attribute1 "attr62834") ) ) +(assert (myObject (attribute1 "attr62835") ) ) +(assert (myObject (attribute1 "attr62836") ) ) +(assert (myObject (attribute1 "attr62837") ) ) +(assert (myObject (attribute1 "attr62838") ) ) +(assert (myObject (attribute1 "attr62839") ) ) +(assert (myObject (attribute1 "attr62840") ) ) +(assert (myObject (attribute1 "attr62841") ) ) +(assert (myObject (attribute1 "attr62842") ) ) +(assert (myObject (attribute1 "attr62843") ) ) +(assert (myObject (attribute1 "attr62844") ) ) +(assert (myObject (attribute1 "attr62845") ) ) +(assert (myObject (attribute1 "attr62846") ) ) +(assert (myObject (attribute1 "attr62847") ) ) +(assert (myObject (attribute1 "attr62848") ) ) +(assert (myObject (attribute1 "attr62849") ) ) +(assert (myObject (attribute1 "attr62850") ) ) +(assert (myObject (attribute1 "attr62851") ) ) +(assert (myObject (attribute1 "attr62852") ) ) +(assert (myObject (attribute1 "attr62853") ) ) +(assert (myObject (attribute1 "attr62854") ) ) +(assert (myObject (attribute1 "attr62855") ) ) +(assert (myObject (attribute1 "attr62856") ) ) +(assert (myObject (attribute1 "attr62857") ) ) +(assert (myObject (attribute1 "attr62858") ) ) +(assert (myObject (attribute1 "attr62859") ) ) +(assert (myObject (attribute1 "attr62860") ) ) +(assert (myObject (attribute1 "attr62861") ) ) +(assert (myObject (attribute1 "attr62862") ) ) +(assert (myObject (attribute1 "attr62863") ) ) +(assert (myObject (attribute1 "attr62864") ) ) +(assert (myObject (attribute1 "attr62865") ) ) +(assert (myObject (attribute1 "attr62866") ) ) +(assert (myObject (attribute1 "attr62867") ) ) +(assert (myObject (attribute1 "attr62868") ) ) +(assert (myObject (attribute1 "attr62869") ) ) +(assert (myObject (attribute1 "attr62870") ) ) +(assert (myObject (attribute1 "attr62871") ) ) +(assert (myObject (attribute1 "attr62872") ) ) +(assert (myObject (attribute1 "attr62873") ) ) +(assert (myObject (attribute1 "attr62874") ) ) +(assert (myObject (attribute1 "attr62875") ) ) +(assert (myObject (attribute1 "attr62876") ) ) +(assert (myObject (attribute1 "attr62877") ) ) +(assert (myObject (attribute1 "attr62878") ) ) +(assert (myObject (attribute1 "attr62879") ) ) +(assert (myObject (attribute1 "attr62880") ) ) +(assert (myObject (attribute1 "attr62881") ) ) +(assert (myObject (attribute1 "attr62882") ) ) +(assert (myObject (attribute1 "attr62883") ) ) +(assert (myObject (attribute1 "attr62884") ) ) +(assert (myObject (attribute1 "attr62885") ) ) +(assert (myObject (attribute1 "attr62886") ) ) +(assert (myObject (attribute1 "attr62887") ) ) +(assert (myObject (attribute1 "attr62888") ) ) +(assert (myObject (attribute1 "attr62889") ) ) +(assert (myObject (attribute1 "attr62890") ) ) +(assert (myObject (attribute1 "attr62891") ) ) +(assert (myObject (attribute1 "attr62892") ) ) +(assert (myObject (attribute1 "attr62893") ) ) +(assert (myObject (attribute1 "attr62894") ) ) +(assert (myObject (attribute1 "attr62895") ) ) +(assert (myObject (attribute1 "attr62896") ) ) +(assert (myObject (attribute1 "attr62897") ) ) +(assert (myObject (attribute1 "attr62898") ) ) +(assert (myObject (attribute1 "attr62899") ) ) +(assert (myObject (attribute1 "attr62900") ) ) +(assert (myObject (attribute1 "attr62901") ) ) +(assert (myObject (attribute1 "attr62902") ) ) +(assert (myObject (attribute1 "attr62903") ) ) +(assert (myObject (attribute1 "attr62904") ) ) +(assert (myObject (attribute1 "attr62905") ) ) +(assert (myObject (attribute1 "attr62906") ) ) +(assert (myObject (attribute1 "attr62907") ) ) +(assert (myObject (attribute1 "attr62908") ) ) +(assert (myObject (attribute1 "attr62909") ) ) +(assert (myObject (attribute1 "attr62910") ) ) +(assert (myObject (attribute1 "attr62911") ) ) +(assert (myObject (attribute1 "attr62912") ) ) +(assert (myObject (attribute1 "attr62913") ) ) +(assert (myObject (attribute1 "attr62914") ) ) +(assert (myObject (attribute1 "attr62915") ) ) +(assert (myObject (attribute1 "attr62916") ) ) +(assert (myObject (attribute1 "attr62917") ) ) +(assert (myObject (attribute1 "attr62918") ) ) +(assert (myObject (attribute1 "attr62919") ) ) +(assert (myObject (attribute1 "attr62920") ) ) +(assert (myObject (attribute1 "attr62921") ) ) +(assert (myObject (attribute1 "attr62922") ) ) +(assert (myObject (attribute1 "attr62923") ) ) +(assert (myObject (attribute1 "attr62924") ) ) +(assert (myObject (attribute1 "attr62925") ) ) +(assert (myObject (attribute1 "attr62926") ) ) +(assert (myObject (attribute1 "attr62927") ) ) +(assert (myObject (attribute1 "attr62928") ) ) +(assert (myObject (attribute1 "attr62929") ) ) +(assert (myObject (attribute1 "attr62930") ) ) +(assert (myObject (attribute1 "attr62931") ) ) +(assert (myObject (attribute1 "attr62932") ) ) +(assert (myObject (attribute1 "attr62933") ) ) +(assert (myObject (attribute1 "attr62934") ) ) +(assert (myObject (attribute1 "attr62935") ) ) +(assert (myObject (attribute1 "attr62936") ) ) +(assert (myObject (attribute1 "attr62937") ) ) +(assert (myObject (attribute1 "attr62938") ) ) +(assert (myObject (attribute1 "attr62939") ) ) +(assert (myObject (attribute1 "attr62940") ) ) +(assert (myObject (attribute1 "attr62941") ) ) +(assert (myObject (attribute1 "attr62942") ) ) +(assert (myObject (attribute1 "attr62943") ) ) +(assert (myObject (attribute1 "attr62944") ) ) +(assert (myObject (attribute1 "attr62945") ) ) +(assert (myObject (attribute1 "attr62946") ) ) +(assert (myObject (attribute1 "attr62947") ) ) +(assert (myObject (attribute1 "attr62948") ) ) +(assert (myObject (attribute1 "attr62949") ) ) +(assert (myObject (attribute1 "attr62950") ) ) +(assert (myObject (attribute1 "attr62951") ) ) +(assert (myObject (attribute1 "attr62952") ) ) +(assert (myObject (attribute1 "attr62953") ) ) +(assert (myObject (attribute1 "attr62954") ) ) +(assert (myObject (attribute1 "attr62955") ) ) +(assert (myObject (attribute1 "attr62956") ) ) +(assert (myObject (attribute1 "attr62957") ) ) +(assert (myObject (attribute1 "attr62958") ) ) +(assert (myObject (attribute1 "attr62959") ) ) +(assert (myObject (attribute1 "attr62960") ) ) +(assert (myObject (attribute1 "attr62961") ) ) +(assert (myObject (attribute1 "attr62962") ) ) +(assert (myObject (attribute1 "attr62963") ) ) +(assert (myObject (attribute1 "attr62964") ) ) +(assert (myObject (attribute1 "attr62965") ) ) +(assert (myObject (attribute1 "attr62966") ) ) +(assert (myObject (attribute1 "attr62967") ) ) +(assert (myObject (attribute1 "attr62968") ) ) +(assert (myObject (attribute1 "attr62969") ) ) +(assert (myObject (attribute1 "attr62970") ) ) +(assert (myObject (attribute1 "attr62971") ) ) +(assert (myObject (attribute1 "attr62972") ) ) +(assert (myObject (attribute1 "attr62973") ) ) +(assert (myObject (attribute1 "attr62974") ) ) +(assert (myObject (attribute1 "attr62975") ) ) +(assert (myObject (attribute1 "attr62976") ) ) +(assert (myObject (attribute1 "attr62977") ) ) +(assert (myObject (attribute1 "attr62978") ) ) +(assert (myObject (attribute1 "attr62979") ) ) +(assert (myObject (attribute1 "attr62980") ) ) +(assert (myObject (attribute1 "attr62981") ) ) +(assert (myObject (attribute1 "attr62982") ) ) +(assert (myObject (attribute1 "attr62983") ) ) +(assert (myObject (attribute1 "attr62984") ) ) +(assert (myObject (attribute1 "attr62985") ) ) +(assert (myObject (attribute1 "attr62986") ) ) +(assert (myObject (attribute1 "attr62987") ) ) +(assert (myObject (attribute1 "attr62988") ) ) +(assert (myObject (attribute1 "attr62989") ) ) +(assert (myObject (attribute1 "attr62990") ) ) +(assert (myObject (attribute1 "attr62991") ) ) +(assert (myObject (attribute1 "attr62992") ) ) +(assert (myObject (attribute1 "attr62993") ) ) +(assert (myObject (attribute1 "attr62994") ) ) +(assert (myObject (attribute1 "attr62995") ) ) +(assert (myObject (attribute1 "attr62996") ) ) +(assert (myObject (attribute1 "attr62997") ) ) +(assert (myObject (attribute1 "attr62998") ) ) +(assert (myObject (attribute1 "attr62999") ) ) +(assert (myObject (attribute1 "attr63000") ) ) +(assert (myObject (attribute1 "attr63001") ) ) +(assert (myObject (attribute1 "attr63002") ) ) +(assert (myObject (attribute1 "attr63003") ) ) +(assert (myObject (attribute1 "attr63004") ) ) +(assert (myObject (attribute1 "attr63005") ) ) +(assert (myObject (attribute1 "attr63006") ) ) +(assert (myObject (attribute1 "attr63007") ) ) +(assert (myObject (attribute1 "attr63008") ) ) +(assert (myObject (attribute1 "attr63009") ) ) +(assert (myObject (attribute1 "attr63010") ) ) +(assert (myObject (attribute1 "attr63011") ) ) +(assert (myObject (attribute1 "attr63012") ) ) +(assert (myObject (attribute1 "attr63013") ) ) +(assert (myObject (attribute1 "attr63014") ) ) +(assert (myObject (attribute1 "attr63015") ) ) +(assert (myObject (attribute1 "attr63016") ) ) +(assert (myObject (attribute1 "attr63017") ) ) +(assert (myObject (attribute1 "attr63018") ) ) +(assert (myObject (attribute1 "attr63019") ) ) +(assert (myObject (attribute1 "attr63020") ) ) +(assert (myObject (attribute1 "attr63021") ) ) +(assert (myObject (attribute1 "attr63022") ) ) +(assert (myObject (attribute1 "attr63023") ) ) +(assert (myObject (attribute1 "attr63024") ) ) +(assert (myObject (attribute1 "attr63025") ) ) +(assert (myObject (attribute1 "attr63026") ) ) +(assert (myObject (attribute1 "attr63027") ) ) +(assert (myObject (attribute1 "attr63028") ) ) +(assert (myObject (attribute1 "attr63029") ) ) +(assert (myObject (attribute1 "attr63030") ) ) +(assert (myObject (attribute1 "attr63031") ) ) +(assert (myObject (attribute1 "attr63032") ) ) +(assert (myObject (attribute1 "attr63033") ) ) +(assert (myObject (attribute1 "attr63034") ) ) +(assert (myObject (attribute1 "attr63035") ) ) +(assert (myObject (attribute1 "attr63036") ) ) +(assert (myObject (attribute1 "attr63037") ) ) +(assert (myObject (attribute1 "attr63038") ) ) +(assert (myObject (attribute1 "attr63039") ) ) +(assert (myObject (attribute1 "attr63040") ) ) +(assert (myObject (attribute1 "attr63041") ) ) +(assert (myObject (attribute1 "attr63042") ) ) +(assert (myObject (attribute1 "attr63043") ) ) +(assert (myObject (attribute1 "attr63044") ) ) +(assert (myObject (attribute1 "attr63045") ) ) +(assert (myObject (attribute1 "attr63046") ) ) +(assert (myObject (attribute1 "attr63047") ) ) +(assert (myObject (attribute1 "attr63048") ) ) +(assert (myObject (attribute1 "attr63049") ) ) +(assert (myObject (attribute1 "attr63050") ) ) +(assert (myObject (attribute1 "attr63051") ) ) +(assert (myObject (attribute1 "attr63052") ) ) +(assert (myObject (attribute1 "attr63053") ) ) +(assert (myObject (attribute1 "attr63054") ) ) +(assert (myObject (attribute1 "attr63055") ) ) +(assert (myObject (attribute1 "attr63056") ) ) +(assert (myObject (attribute1 "attr63057") ) ) +(assert (myObject (attribute1 "attr63058") ) ) +(assert (myObject (attribute1 "attr63059") ) ) +(assert (myObject (attribute1 "attr63060") ) ) +(assert (myObject (attribute1 "attr63061") ) ) +(assert (myObject (attribute1 "attr63062") ) ) +(assert (myObject (attribute1 "attr63063") ) ) +(assert (myObject (attribute1 "attr63064") ) ) +(assert (myObject (attribute1 "attr63065") ) ) +(assert (myObject (attribute1 "attr63066") ) ) +(assert (myObject (attribute1 "attr63067") ) ) +(assert (myObject (attribute1 "attr63068") ) ) +(assert (myObject (attribute1 "attr63069") ) ) +(assert (myObject (attribute1 "attr63070") ) ) +(assert (myObject (attribute1 "attr63071") ) ) +(assert (myObject (attribute1 "attr63072") ) ) +(assert (myObject (attribute1 "attr63073") ) ) +(assert (myObject (attribute1 "attr63074") ) ) +(assert (myObject (attribute1 "attr63075") ) ) +(assert (myObject (attribute1 "attr63076") ) ) +(assert (myObject (attribute1 "attr63077") ) ) +(assert (myObject (attribute1 "attr63078") ) ) +(assert (myObject (attribute1 "attr63079") ) ) +(assert (myObject (attribute1 "attr63080") ) ) +(assert (myObject (attribute1 "attr63081") ) ) +(assert (myObject (attribute1 "attr63082") ) ) +(assert (myObject (attribute1 "attr63083") ) ) +(assert (myObject (attribute1 "attr63084") ) ) +(assert (myObject (attribute1 "attr63085") ) ) +(assert (myObject (attribute1 "attr63086") ) ) +(assert (myObject (attribute1 "attr63087") ) ) +(assert (myObject (attribute1 "attr63088") ) ) +(assert (myObject (attribute1 "attr63089") ) ) +(assert (myObject (attribute1 "attr63090") ) ) +(assert (myObject (attribute1 "attr63091") ) ) +(assert (myObject (attribute1 "attr63092") ) ) +(assert (myObject (attribute1 "attr63093") ) ) +(assert (myObject (attribute1 "attr63094") ) ) +(assert (myObject (attribute1 "attr63095") ) ) +(assert (myObject (attribute1 "attr63096") ) ) +(assert (myObject (attribute1 "attr63097") ) ) +(assert (myObject (attribute1 "attr63098") ) ) +(assert (myObject (attribute1 "attr63099") ) ) +(assert (myObject (attribute1 "attr63100") ) ) +(assert (myObject (attribute1 "attr63101") ) ) +(assert (myObject (attribute1 "attr63102") ) ) +(assert (myObject (attribute1 "attr63103") ) ) +(assert (myObject (attribute1 "attr63104") ) ) +(assert (myObject (attribute1 "attr63105") ) ) +(assert (myObject (attribute1 "attr63106") ) ) +(assert (myObject (attribute1 "attr63107") ) ) +(assert (myObject (attribute1 "attr63108") ) ) +(assert (myObject (attribute1 "attr63109") ) ) +(assert (myObject (attribute1 "attr63110") ) ) +(assert (myObject (attribute1 "attr63111") ) ) +(assert (myObject (attribute1 "attr63112") ) ) +(assert (myObject (attribute1 "attr63113") ) ) +(assert (myObject (attribute1 "attr63114") ) ) +(assert (myObject (attribute1 "attr63115") ) ) +(assert (myObject (attribute1 "attr63116") ) ) +(assert (myObject (attribute1 "attr63117") ) ) +(assert (myObject (attribute1 "attr63118") ) ) +(assert (myObject (attribute1 "attr63119") ) ) +(assert (myObject (attribute1 "attr63120") ) ) +(assert (myObject (attribute1 "attr63121") ) ) +(assert (myObject (attribute1 "attr63122") ) ) +(assert (myObject (attribute1 "attr63123") ) ) +(assert (myObject (attribute1 "attr63124") ) ) +(assert (myObject (attribute1 "attr63125") ) ) +(assert (myObject (attribute1 "attr63126") ) ) +(assert (myObject (attribute1 "attr63127") ) ) +(assert (myObject (attribute1 "attr63128") ) ) +(assert (myObject (attribute1 "attr63129") ) ) +(assert (myObject (attribute1 "attr63130") ) ) +(assert (myObject (attribute1 "attr63131") ) ) +(assert (myObject (attribute1 "attr63132") ) ) +(assert (myObject (attribute1 "attr63133") ) ) +(assert (myObject (attribute1 "attr63134") ) ) +(assert (myObject (attribute1 "attr63135") ) ) +(assert (myObject (attribute1 "attr63136") ) ) +(assert (myObject (attribute1 "attr63137") ) ) +(assert (myObject (attribute1 "attr63138") ) ) +(assert (myObject (attribute1 "attr63139") ) ) +(assert (myObject (attribute1 "attr63140") ) ) +(assert (myObject (attribute1 "attr63141") ) ) +(assert (myObject (attribute1 "attr63142") ) ) +(assert (myObject (attribute1 "attr63143") ) ) +(assert (myObject (attribute1 "attr63144") ) ) +(assert (myObject (attribute1 "attr63145") ) ) +(assert (myObject (attribute1 "attr63146") ) ) +(assert (myObject (attribute1 "attr63147") ) ) +(assert (myObject (attribute1 "attr63148") ) ) +(assert (myObject (attribute1 "attr63149") ) ) +(assert (myObject (attribute1 "attr63150") ) ) +(assert (myObject (attribute1 "attr63151") ) ) +(assert (myObject (attribute1 "attr63152") ) ) +(assert (myObject (attribute1 "attr63153") ) ) +(assert (myObject (attribute1 "attr63154") ) ) +(assert (myObject (attribute1 "attr63155") ) ) +(assert (myObject (attribute1 "attr63156") ) ) +(assert (myObject (attribute1 "attr63157") ) ) +(assert (myObject (attribute1 "attr63158") ) ) +(assert (myObject (attribute1 "attr63159") ) ) +(assert (myObject (attribute1 "attr63160") ) ) +(assert (myObject (attribute1 "attr63161") ) ) +(assert (myObject (attribute1 "attr63162") ) ) +(assert (myObject (attribute1 "attr63163") ) ) +(assert (myObject (attribute1 "attr63164") ) ) +(assert (myObject (attribute1 "attr63165") ) ) +(assert (myObject (attribute1 "attr63166") ) ) +(assert (myObject (attribute1 "attr63167") ) ) +(assert (myObject (attribute1 "attr63168") ) ) +(assert (myObject (attribute1 "attr63169") ) ) +(assert (myObject (attribute1 "attr63170") ) ) +(assert (myObject (attribute1 "attr63171") ) ) +(assert (myObject (attribute1 "attr63172") ) ) +(assert (myObject (attribute1 "attr63173") ) ) +(assert (myObject (attribute1 "attr63174") ) ) +(assert (myObject (attribute1 "attr63175") ) ) +(assert (myObject (attribute1 "attr63176") ) ) +(assert (myObject (attribute1 "attr63177") ) ) +(assert (myObject (attribute1 "attr63178") ) ) +(assert (myObject (attribute1 "attr63179") ) ) +(assert (myObject (attribute1 "attr63180") ) ) +(assert (myObject (attribute1 "attr63181") ) ) +(assert (myObject (attribute1 "attr63182") ) ) +(assert (myObject (attribute1 "attr63183") ) ) +(assert (myObject (attribute1 "attr63184") ) ) +(assert (myObject (attribute1 "attr63185") ) ) +(assert (myObject (attribute1 "attr63186") ) ) +(assert (myObject (attribute1 "attr63187") ) ) +(assert (myObject (attribute1 "attr63188") ) ) +(assert (myObject (attribute1 "attr63189") ) ) +(assert (myObject (attribute1 "attr63190") ) ) +(assert (myObject (attribute1 "attr63191") ) ) +(assert (myObject (attribute1 "attr63192") ) ) +(assert (myObject (attribute1 "attr63193") ) ) +(assert (myObject (attribute1 "attr63194") ) ) +(assert (myObject (attribute1 "attr63195") ) ) +(assert (myObject (attribute1 "attr63196") ) ) +(assert (myObject (attribute1 "attr63197") ) ) +(assert (myObject (attribute1 "attr63198") ) ) +(assert (myObject (attribute1 "attr63199") ) ) +(assert (myObject (attribute1 "attr63200") ) ) +(assert (myObject (attribute1 "attr63201") ) ) +(assert (myObject (attribute1 "attr63202") ) ) +(assert (myObject (attribute1 "attr63203") ) ) +(assert (myObject (attribute1 "attr63204") ) ) +(assert (myObject (attribute1 "attr63205") ) ) +(assert (myObject (attribute1 "attr63206") ) ) +(assert (myObject (attribute1 "attr63207") ) ) +(assert (myObject (attribute1 "attr63208") ) ) +(assert (myObject (attribute1 "attr63209") ) ) +(assert (myObject (attribute1 "attr63210") ) ) +(assert (myObject (attribute1 "attr63211") ) ) +(assert (myObject (attribute1 "attr63212") ) ) +(assert (myObject (attribute1 "attr63213") ) ) +(assert (myObject (attribute1 "attr63214") ) ) +(assert (myObject (attribute1 "attr63215") ) ) +(assert (myObject (attribute1 "attr63216") ) ) +(assert (myObject (attribute1 "attr63217") ) ) +(assert (myObject (attribute1 "attr63218") ) ) +(assert (myObject (attribute1 "attr63219") ) ) +(assert (myObject (attribute1 "attr63220") ) ) +(assert (myObject (attribute1 "attr63221") ) ) +(assert (myObject (attribute1 "attr63222") ) ) +(assert (myObject (attribute1 "attr63223") ) ) +(assert (myObject (attribute1 "attr63224") ) ) +(assert (myObject (attribute1 "attr63225") ) ) +(assert (myObject (attribute1 "attr63226") ) ) +(assert (myObject (attribute1 "attr63227") ) ) +(assert (myObject (attribute1 "attr63228") ) ) +(assert (myObject (attribute1 "attr63229") ) ) +(assert (myObject (attribute1 "attr63230") ) ) +(assert (myObject (attribute1 "attr63231") ) ) +(assert (myObject (attribute1 "attr63232") ) ) +(assert (myObject (attribute1 "attr63233") ) ) +(assert (myObject (attribute1 "attr63234") ) ) +(assert (myObject (attribute1 "attr63235") ) ) +(assert (myObject (attribute1 "attr63236") ) ) +(assert (myObject (attribute1 "attr63237") ) ) +(assert (myObject (attribute1 "attr63238") ) ) +(assert (myObject (attribute1 "attr63239") ) ) +(assert (myObject (attribute1 "attr63240") ) ) +(assert (myObject (attribute1 "attr63241") ) ) +(assert (myObject (attribute1 "attr63242") ) ) +(assert (myObject (attribute1 "attr63243") ) ) +(assert (myObject (attribute1 "attr63244") ) ) +(assert (myObject (attribute1 "attr63245") ) ) +(assert (myObject (attribute1 "attr63246") ) ) +(assert (myObject (attribute1 "attr63247") ) ) +(assert (myObject (attribute1 "attr63248") ) ) +(assert (myObject (attribute1 "attr63249") ) ) +(assert (myObject (attribute1 "attr63250") ) ) +(assert (myObject (attribute1 "attr63251") ) ) +(assert (myObject (attribute1 "attr63252") ) ) +(assert (myObject (attribute1 "attr63253") ) ) +(assert (myObject (attribute1 "attr63254") ) ) +(assert (myObject (attribute1 "attr63255") ) ) +(assert (myObject (attribute1 "attr63256") ) ) +(assert (myObject (attribute1 "attr63257") ) ) +(assert (myObject (attribute1 "attr63258") ) ) +(assert (myObject (attribute1 "attr63259") ) ) +(assert (myObject (attribute1 "attr63260") ) ) +(assert (myObject (attribute1 "attr63261") ) ) +(assert (myObject (attribute1 "attr63262") ) ) +(assert (myObject (attribute1 "attr63263") ) ) +(assert (myObject (attribute1 "attr63264") ) ) +(assert (myObject (attribute1 "attr63265") ) ) +(assert (myObject (attribute1 "attr63266") ) ) +(assert (myObject (attribute1 "attr63267") ) ) +(assert (myObject (attribute1 "attr63268") ) ) +(assert (myObject (attribute1 "attr63269") ) ) +(assert (myObject (attribute1 "attr63270") ) ) +(assert (myObject (attribute1 "attr63271") ) ) +(assert (myObject (attribute1 "attr63272") ) ) +(assert (myObject (attribute1 "attr63273") ) ) +(assert (myObject (attribute1 "attr63274") ) ) +(assert (myObject (attribute1 "attr63275") ) ) +(assert (myObject (attribute1 "attr63276") ) ) +(assert (myObject (attribute1 "attr63277") ) ) +(assert (myObject (attribute1 "attr63278") ) ) +(assert (myObject (attribute1 "attr63279") ) ) +(assert (myObject (attribute1 "attr63280") ) ) +(assert (myObject (attribute1 "attr63281") ) ) +(assert (myObject (attribute1 "attr63282") ) ) +(assert (myObject (attribute1 "attr63283") ) ) +(assert (myObject (attribute1 "attr63284") ) ) +(assert (myObject (attribute1 "attr63285") ) ) +(assert (myObject (attribute1 "attr63286") ) ) +(assert (myObject (attribute1 "attr63287") ) ) +(assert (myObject (attribute1 "attr63288") ) ) +(assert (myObject (attribute1 "attr63289") ) ) +(assert (myObject (attribute1 "attr63290") ) ) +(assert (myObject (attribute1 "attr63291") ) ) +(assert (myObject (attribute1 "attr63292") ) ) +(assert (myObject (attribute1 "attr63293") ) ) +(assert (myObject (attribute1 "attr63294") ) ) +(assert (myObject (attribute1 "attr63295") ) ) +(assert (myObject (attribute1 "attr63296") ) ) +(assert (myObject (attribute1 "attr63297") ) ) +(assert (myObject (attribute1 "attr63298") ) ) +(assert (myObject (attribute1 "attr63299") ) ) +(assert (myObject (attribute1 "attr63300") ) ) +(assert (myObject (attribute1 "attr63301") ) ) +(assert (myObject (attribute1 "attr63302") ) ) +(assert (myObject (attribute1 "attr63303") ) ) +(assert (myObject (attribute1 "attr63304") ) ) +(assert (myObject (attribute1 "attr63305") ) ) +(assert (myObject (attribute1 "attr63306") ) ) +(assert (myObject (attribute1 "attr63307") ) ) +(assert (myObject (attribute1 "attr63308") ) ) +(assert (myObject (attribute1 "attr63309") ) ) +(assert (myObject (attribute1 "attr63310") ) ) +(assert (myObject (attribute1 "attr63311") ) ) +(assert (myObject (attribute1 "attr63312") ) ) +(assert (myObject (attribute1 "attr63313") ) ) +(assert (myObject (attribute1 "attr63314") ) ) +(assert (myObject (attribute1 "attr63315") ) ) +(assert (myObject (attribute1 "attr63316") ) ) +(assert (myObject (attribute1 "attr63317") ) ) +(assert (myObject (attribute1 "attr63318") ) ) +(assert (myObject (attribute1 "attr63319") ) ) +(assert (myObject (attribute1 "attr63320") ) ) +(assert (myObject (attribute1 "attr63321") ) ) +(assert (myObject (attribute1 "attr63322") ) ) +(assert (myObject (attribute1 "attr63323") ) ) +(assert (myObject (attribute1 "attr63324") ) ) +(assert (myObject (attribute1 "attr63325") ) ) +(assert (myObject (attribute1 "attr63326") ) ) +(assert (myObject (attribute1 "attr63327") ) ) +(assert (myObject (attribute1 "attr63328") ) ) +(assert (myObject (attribute1 "attr63329") ) ) +(assert (myObject (attribute1 "attr63330") ) ) +(assert (myObject (attribute1 "attr63331") ) ) +(assert (myObject (attribute1 "attr63332") ) ) +(assert (myObject (attribute1 "attr63333") ) ) +(assert (myObject (attribute1 "attr63334") ) ) +(assert (myObject (attribute1 "attr63335") ) ) +(assert (myObject (attribute1 "attr63336") ) ) +(assert (myObject (attribute1 "attr63337") ) ) +(assert (myObject (attribute1 "attr63338") ) ) +(assert (myObject (attribute1 "attr63339") ) ) +(assert (myObject (attribute1 "attr63340") ) ) +(assert (myObject (attribute1 "attr63341") ) ) +(assert (myObject (attribute1 "attr63342") ) ) +(assert (myObject (attribute1 "attr63343") ) ) +(assert (myObject (attribute1 "attr63344") ) ) +(assert (myObject (attribute1 "attr63345") ) ) +(assert (myObject (attribute1 "attr63346") ) ) +(assert (myObject (attribute1 "attr63347") ) ) +(assert (myObject (attribute1 "attr63348") ) ) +(assert (myObject (attribute1 "attr63349") ) ) +(assert (myObject (attribute1 "attr63350") ) ) +(assert (myObject (attribute1 "attr63351") ) ) +(assert (myObject (attribute1 "attr63352") ) ) +(assert (myObject (attribute1 "attr63353") ) ) +(assert (myObject (attribute1 "attr63354") ) ) +(assert (myObject (attribute1 "attr63355") ) ) +(assert (myObject (attribute1 "attr63356") ) ) +(assert (myObject (attribute1 "attr63357") ) ) +(assert (myObject (attribute1 "attr63358") ) ) +(assert (myObject (attribute1 "attr63359") ) ) +(assert (myObject (attribute1 "attr63360") ) ) +(assert (myObject (attribute1 "attr63361") ) ) +(assert (myObject (attribute1 "attr63362") ) ) +(assert (myObject (attribute1 "attr63363") ) ) +(assert (myObject (attribute1 "attr63364") ) ) +(assert (myObject (attribute1 "attr63365") ) ) +(assert (myObject (attribute1 "attr63366") ) ) +(assert (myObject (attribute1 "attr63367") ) ) +(assert (myObject (attribute1 "attr63368") ) ) +(assert (myObject (attribute1 "attr63369") ) ) +(assert (myObject (attribute1 "attr63370") ) ) +(assert (myObject (attribute1 "attr63371") ) ) +(assert (myObject (attribute1 "attr63372") ) ) +(assert (myObject (attribute1 "attr63373") ) ) +(assert (myObject (attribute1 "attr63374") ) ) +(assert (myObject (attribute1 "attr63375") ) ) +(assert (myObject (attribute1 "attr63376") ) ) +(assert (myObject (attribute1 "attr63377") ) ) +(assert (myObject (attribute1 "attr63378") ) ) +(assert (myObject (attribute1 "attr63379") ) ) +(assert (myObject (attribute1 "attr63380") ) ) +(assert (myObject (attribute1 "attr63381") ) ) +(assert (myObject (attribute1 "attr63382") ) ) +(assert (myObject (attribute1 "attr63383") ) ) +(assert (myObject (attribute1 "attr63384") ) ) +(assert (myObject (attribute1 "attr63385") ) ) +(assert (myObject (attribute1 "attr63386") ) ) +(assert (myObject (attribute1 "attr63387") ) ) +(assert (myObject (attribute1 "attr63388") ) ) +(assert (myObject (attribute1 "attr63389") ) ) +(assert (myObject (attribute1 "attr63390") ) ) +(assert (myObject (attribute1 "attr63391") ) ) +(assert (myObject (attribute1 "attr63392") ) ) +(assert (myObject (attribute1 "attr63393") ) ) +(assert (myObject (attribute1 "attr63394") ) ) +(assert (myObject (attribute1 "attr63395") ) ) +(assert (myObject (attribute1 "attr63396") ) ) +(assert (myObject (attribute1 "attr63397") ) ) +(assert (myObject (attribute1 "attr63398") ) ) +(assert (myObject (attribute1 "attr63399") ) ) +(assert (myObject (attribute1 "attr63400") ) ) +(assert (myObject (attribute1 "attr63401") ) ) +(assert (myObject (attribute1 "attr63402") ) ) +(assert (myObject (attribute1 "attr63403") ) ) +(assert (myObject (attribute1 "attr63404") ) ) +(assert (myObject (attribute1 "attr63405") ) ) +(assert (myObject (attribute1 "attr63406") ) ) +(assert (myObject (attribute1 "attr63407") ) ) +(assert (myObject (attribute1 "attr63408") ) ) +(assert (myObject (attribute1 "attr63409") ) ) +(assert (myObject (attribute1 "attr63410") ) ) +(assert (myObject (attribute1 "attr63411") ) ) +(assert (myObject (attribute1 "attr63412") ) ) +(assert (myObject (attribute1 "attr63413") ) ) +(assert (myObject (attribute1 "attr63414") ) ) +(assert (myObject (attribute1 "attr63415") ) ) +(assert (myObject (attribute1 "attr63416") ) ) +(assert (myObject (attribute1 "attr63417") ) ) +(assert (myObject (attribute1 "attr63418") ) ) +(assert (myObject (attribute1 "attr63419") ) ) +(assert (myObject (attribute1 "attr63420") ) ) +(assert (myObject (attribute1 "attr63421") ) ) +(assert (myObject (attribute1 "attr63422") ) ) +(assert (myObject (attribute1 "attr63423") ) ) +(assert (myObject (attribute1 "attr63424") ) ) +(assert (myObject (attribute1 "attr63425") ) ) +(assert (myObject (attribute1 "attr63426") ) ) +(assert (myObject (attribute1 "attr63427") ) ) +(assert (myObject (attribute1 "attr63428") ) ) +(assert (myObject (attribute1 "attr63429") ) ) +(assert (myObject (attribute1 "attr63430") ) ) +(assert (myObject (attribute1 "attr63431") ) ) +(assert (myObject (attribute1 "attr63432") ) ) +(assert (myObject (attribute1 "attr63433") ) ) +(assert (myObject (attribute1 "attr63434") ) ) +(assert (myObject (attribute1 "attr63435") ) ) +(assert (myObject (attribute1 "attr63436") ) ) +(assert (myObject (attribute1 "attr63437") ) ) +(assert (myObject (attribute1 "attr63438") ) ) +(assert (myObject (attribute1 "attr63439") ) ) +(assert (myObject (attribute1 "attr63440") ) ) +(assert (myObject (attribute1 "attr63441") ) ) +(assert (myObject (attribute1 "attr63442") ) ) +(assert (myObject (attribute1 "attr63443") ) ) +(assert (myObject (attribute1 "attr63444") ) ) +(assert (myObject (attribute1 "attr63445") ) ) +(assert (myObject (attribute1 "attr63446") ) ) +(assert (myObject (attribute1 "attr63447") ) ) +(assert (myObject (attribute1 "attr63448") ) ) +(assert (myObject (attribute1 "attr63449") ) ) +(assert (myObject (attribute1 "attr63450") ) ) +(assert (myObject (attribute1 "attr63451") ) ) +(assert (myObject (attribute1 "attr63452") ) ) +(assert (myObject (attribute1 "attr63453") ) ) +(assert (myObject (attribute1 "attr63454") ) ) +(assert (myObject (attribute1 "attr63455") ) ) +(assert (myObject (attribute1 "attr63456") ) ) +(assert (myObject (attribute1 "attr63457") ) ) +(assert (myObject (attribute1 "attr63458") ) ) +(assert (myObject (attribute1 "attr63459") ) ) +(assert (myObject (attribute1 "attr63460") ) ) +(assert (myObject (attribute1 "attr63461") ) ) +(assert (myObject (attribute1 "attr63462") ) ) +(assert (myObject (attribute1 "attr63463") ) ) +(assert (myObject (attribute1 "attr63464") ) ) +(assert (myObject (attribute1 "attr63465") ) ) +(assert (myObject (attribute1 "attr63466") ) ) +(assert (myObject (attribute1 "attr63467") ) ) +(assert (myObject (attribute1 "attr63468") ) ) +(assert (myObject (attribute1 "attr63469") ) ) +(assert (myObject (attribute1 "attr63470") ) ) +(assert (myObject (attribute1 "attr63471") ) ) +(assert (myObject (attribute1 "attr63472") ) ) +(assert (myObject (attribute1 "attr63473") ) ) +(assert (myObject (attribute1 "attr63474") ) ) +(assert (myObject (attribute1 "attr63475") ) ) +(assert (myObject (attribute1 "attr63476") ) ) +(assert (myObject (attribute1 "attr63477") ) ) +(assert (myObject (attribute1 "attr63478") ) ) +(assert (myObject (attribute1 "attr63479") ) ) +(assert (myObject (attribute1 "attr63480") ) ) +(assert (myObject (attribute1 "attr63481") ) ) +(assert (myObject (attribute1 "attr63482") ) ) +(assert (myObject (attribute1 "attr63483") ) ) +(assert (myObject (attribute1 "attr63484") ) ) +(assert (myObject (attribute1 "attr63485") ) ) +(assert (myObject (attribute1 "attr63486") ) ) +(assert (myObject (attribute1 "attr63487") ) ) +(assert (myObject (attribute1 "attr63488") ) ) +(assert (myObject (attribute1 "attr63489") ) ) +(assert (myObject (attribute1 "attr63490") ) ) +(assert (myObject (attribute1 "attr63491") ) ) +(assert (myObject (attribute1 "attr63492") ) ) +(assert (myObject (attribute1 "attr63493") ) ) +(assert (myObject (attribute1 "attr63494") ) ) +(assert (myObject (attribute1 "attr63495") ) ) +(assert (myObject (attribute1 "attr63496") ) ) +(assert (myObject (attribute1 "attr63497") ) ) +(assert (myObject (attribute1 "attr63498") ) ) +(assert (myObject (attribute1 "attr63499") ) ) +(assert (myObject (attribute1 "attr63500") ) ) +(assert (myObject (attribute1 "attr63501") ) ) +(assert (myObject (attribute1 "attr63502") ) ) +(assert (myObject (attribute1 "attr63503") ) ) +(assert (myObject (attribute1 "attr63504") ) ) +(assert (myObject (attribute1 "attr63505") ) ) +(assert (myObject (attribute1 "attr63506") ) ) +(assert (myObject (attribute1 "attr63507") ) ) +(assert (myObject (attribute1 "attr63508") ) ) +(assert (myObject (attribute1 "attr63509") ) ) +(assert (myObject (attribute1 "attr63510") ) ) +(assert (myObject (attribute1 "attr63511") ) ) +(assert (myObject (attribute1 "attr63512") ) ) +(assert (myObject (attribute1 "attr63513") ) ) +(assert (myObject (attribute1 "attr63514") ) ) +(assert (myObject (attribute1 "attr63515") ) ) +(assert (myObject (attribute1 "attr63516") ) ) +(assert (myObject (attribute1 "attr63517") ) ) +(assert (myObject (attribute1 "attr63518") ) ) +(assert (myObject (attribute1 "attr63519") ) ) +(assert (myObject (attribute1 "attr63520") ) ) +(assert (myObject (attribute1 "attr63521") ) ) +(assert (myObject (attribute1 "attr63522") ) ) +(assert (myObject (attribute1 "attr63523") ) ) +(assert (myObject (attribute1 "attr63524") ) ) +(assert (myObject (attribute1 "attr63525") ) ) +(assert (myObject (attribute1 "attr63526") ) ) +(assert (myObject (attribute1 "attr63527") ) ) +(assert (myObject (attribute1 "attr63528") ) ) +(assert (myObject (attribute1 "attr63529") ) ) +(assert (myObject (attribute1 "attr63530") ) ) +(assert (myObject (attribute1 "attr63531") ) ) +(assert (myObject (attribute1 "attr63532") ) ) +(assert (myObject (attribute1 "attr63533") ) ) +(assert (myObject (attribute1 "attr63534") ) ) +(assert (myObject (attribute1 "attr63535") ) ) +(assert (myObject (attribute1 "attr63536") ) ) +(assert (myObject (attribute1 "attr63537") ) ) +(assert (myObject (attribute1 "attr63538") ) ) +(assert (myObject (attribute1 "attr63539") ) ) +(assert (myObject (attribute1 "attr63540") ) ) +(assert (myObject (attribute1 "attr63541") ) ) +(assert (myObject (attribute1 "attr63542") ) ) +(assert (myObject (attribute1 "attr63543") ) ) +(assert (myObject (attribute1 "attr63544") ) ) +(assert (myObject (attribute1 "attr63545") ) ) +(assert (myObject (attribute1 "attr63546") ) ) +(assert (myObject (attribute1 "attr63547") ) ) +(assert (myObject (attribute1 "attr63548") ) ) +(assert (myObject (attribute1 "attr63549") ) ) +(assert (myObject (attribute1 "attr63550") ) ) +(assert (myObject (attribute1 "attr63551") ) ) +(assert (myObject (attribute1 "attr63552") ) ) +(assert (myObject (attribute1 "attr63553") ) ) +(assert (myObject (attribute1 "attr63554") ) ) +(assert (myObject (attribute1 "attr63555") ) ) +(assert (myObject (attribute1 "attr63556") ) ) +(assert (myObject (attribute1 "attr63557") ) ) +(assert (myObject (attribute1 "attr63558") ) ) +(assert (myObject (attribute1 "attr63559") ) ) +(assert (myObject (attribute1 "attr63560") ) ) +(assert (myObject (attribute1 "attr63561") ) ) +(assert (myObject (attribute1 "attr63562") ) ) +(assert (myObject (attribute1 "attr63563") ) ) +(assert (myObject (attribute1 "attr63564") ) ) +(assert (myObject (attribute1 "attr63565") ) ) +(assert (myObject (attribute1 "attr63566") ) ) +(assert (myObject (attribute1 "attr63567") ) ) +(assert (myObject (attribute1 "attr63568") ) ) +(assert (myObject (attribute1 "attr63569") ) ) +(assert (myObject (attribute1 "attr63570") ) ) +(assert (myObject (attribute1 "attr63571") ) ) +(assert (myObject (attribute1 "attr63572") ) ) +(assert (myObject (attribute1 "attr63573") ) ) +(assert (myObject (attribute1 "attr63574") ) ) +(assert (myObject (attribute1 "attr63575") ) ) +(assert (myObject (attribute1 "attr63576") ) ) +(assert (myObject (attribute1 "attr63577") ) ) +(assert (myObject (attribute1 "attr63578") ) ) +(assert (myObject (attribute1 "attr63579") ) ) +(assert (myObject (attribute1 "attr63580") ) ) +(assert (myObject (attribute1 "attr63581") ) ) +(assert (myObject (attribute1 "attr63582") ) ) +(assert (myObject (attribute1 "attr63583") ) ) +(assert (myObject (attribute1 "attr63584") ) ) +(assert (myObject (attribute1 "attr63585") ) ) +(assert (myObject (attribute1 "attr63586") ) ) +(assert (myObject (attribute1 "attr63587") ) ) +(assert (myObject (attribute1 "attr63588") ) ) +(assert (myObject (attribute1 "attr63589") ) ) +(assert (myObject (attribute1 "attr63590") ) ) +(assert (myObject (attribute1 "attr63591") ) ) +(assert (myObject (attribute1 "attr63592") ) ) +(assert (myObject (attribute1 "attr63593") ) ) +(assert (myObject (attribute1 "attr63594") ) ) +(assert (myObject (attribute1 "attr63595") ) ) +(assert (myObject (attribute1 "attr63596") ) ) +(assert (myObject (attribute1 "attr63597") ) ) +(assert (myObject (attribute1 "attr63598") ) ) +(assert (myObject (attribute1 "attr63599") ) ) +(assert (myObject (attribute1 "attr63600") ) ) +(assert (myObject (attribute1 "attr63601") ) ) +(assert (myObject (attribute1 "attr63602") ) ) +(assert (myObject (attribute1 "attr63603") ) ) +(assert (myObject (attribute1 "attr63604") ) ) +(assert (myObject (attribute1 "attr63605") ) ) +(assert (myObject (attribute1 "attr63606") ) ) +(assert (myObject (attribute1 "attr63607") ) ) +(assert (myObject (attribute1 "attr63608") ) ) +(assert (myObject (attribute1 "attr63609") ) ) +(assert (myObject (attribute1 "attr63610") ) ) +(assert (myObject (attribute1 "attr63611") ) ) +(assert (myObject (attribute1 "attr63612") ) ) +(assert (myObject (attribute1 "attr63613") ) ) +(assert (myObject (attribute1 "attr63614") ) ) +(assert (myObject (attribute1 "attr63615") ) ) +(assert (myObject (attribute1 "attr63616") ) ) +(assert (myObject (attribute1 "attr63617") ) ) +(assert (myObject (attribute1 "attr63618") ) ) +(assert (myObject (attribute1 "attr63619") ) ) +(assert (myObject (attribute1 "attr63620") ) ) +(assert (myObject (attribute1 "attr63621") ) ) +(assert (myObject (attribute1 "attr63622") ) ) +(assert (myObject (attribute1 "attr63623") ) ) +(assert (myObject (attribute1 "attr63624") ) ) +(assert (myObject (attribute1 "attr63625") ) ) +(assert (myObject (attribute1 "attr63626") ) ) +(assert (myObject (attribute1 "attr63627") ) ) +(assert (myObject (attribute1 "attr63628") ) ) +(assert (myObject (attribute1 "attr63629") ) ) +(assert (myObject (attribute1 "attr63630") ) ) +(assert (myObject (attribute1 "attr63631") ) ) +(assert (myObject (attribute1 "attr63632") ) ) +(assert (myObject (attribute1 "attr63633") ) ) +(assert (myObject (attribute1 "attr63634") ) ) +(assert (myObject (attribute1 "attr63635") ) ) +(assert (myObject (attribute1 "attr63636") ) ) +(assert (myObject (attribute1 "attr63637") ) ) +(assert (myObject (attribute1 "attr63638") ) ) +(assert (myObject (attribute1 "attr63639") ) ) +(assert (myObject (attribute1 "attr63640") ) ) +(assert (myObject (attribute1 "attr63641") ) ) +(assert (myObject (attribute1 "attr63642") ) ) +(assert (myObject (attribute1 "attr63643") ) ) +(assert (myObject (attribute1 "attr63644") ) ) +(assert (myObject (attribute1 "attr63645") ) ) +(assert (myObject (attribute1 "attr63646") ) ) +(assert (myObject (attribute1 "attr63647") ) ) +(assert (myObject (attribute1 "attr63648") ) ) +(assert (myObject (attribute1 "attr63649") ) ) +(assert (myObject (attribute1 "attr63650") ) ) +(assert (myObject (attribute1 "attr63651") ) ) +(assert (myObject (attribute1 "attr63652") ) ) +(assert (myObject (attribute1 "attr63653") ) ) +(assert (myObject (attribute1 "attr63654") ) ) +(assert (myObject (attribute1 "attr63655") ) ) +(assert (myObject (attribute1 "attr63656") ) ) +(assert (myObject (attribute1 "attr63657") ) ) +(assert (myObject (attribute1 "attr63658") ) ) +(assert (myObject (attribute1 "attr63659") ) ) +(assert (myObject (attribute1 "attr63660") ) ) +(assert (myObject (attribute1 "attr63661") ) ) +(assert (myObject (attribute1 "attr63662") ) ) +(assert (myObject (attribute1 "attr63663") ) ) +(assert (myObject (attribute1 "attr63664") ) ) +(assert (myObject (attribute1 "attr63665") ) ) +(assert (myObject (attribute1 "attr63666") ) ) +(assert (myObject (attribute1 "attr63667") ) ) +(assert (myObject (attribute1 "attr63668") ) ) +(assert (myObject (attribute1 "attr63669") ) ) +(assert (myObject (attribute1 "attr63670") ) ) +(assert (myObject (attribute1 "attr63671") ) ) +(assert (myObject (attribute1 "attr63672") ) ) +(assert (myObject (attribute1 "attr63673") ) ) +(assert (myObject (attribute1 "attr63674") ) ) +(assert (myObject (attribute1 "attr63675") ) ) +(assert (myObject (attribute1 "attr63676") ) ) +(assert (myObject (attribute1 "attr63677") ) ) +(assert (myObject (attribute1 "attr63678") ) ) +(assert (myObject (attribute1 "attr63679") ) ) +(assert (myObject (attribute1 "attr63680") ) ) +(assert (myObject (attribute1 "attr63681") ) ) +(assert (myObject (attribute1 "attr63682") ) ) +(assert (myObject (attribute1 "attr63683") ) ) +(assert (myObject (attribute1 "attr63684") ) ) +(assert (myObject (attribute1 "attr63685") ) ) +(assert (myObject (attribute1 "attr63686") ) ) +(assert (myObject (attribute1 "attr63687") ) ) +(assert (myObject (attribute1 "attr63688") ) ) +(assert (myObject (attribute1 "attr63689") ) ) +(assert (myObject (attribute1 "attr63690") ) ) +(assert (myObject (attribute1 "attr63691") ) ) +(assert (myObject (attribute1 "attr63692") ) ) +(assert (myObject (attribute1 "attr63693") ) ) +(assert (myObject (attribute1 "attr63694") ) ) +(assert (myObject (attribute1 "attr63695") ) ) +(assert (myObject (attribute1 "attr63696") ) ) +(assert (myObject (attribute1 "attr63697") ) ) +(assert (myObject (attribute1 "attr63698") ) ) +(assert (myObject (attribute1 "attr63699") ) ) +(assert (myObject (attribute1 "attr63700") ) ) +(assert (myObject (attribute1 "attr63701") ) ) +(assert (myObject (attribute1 "attr63702") ) ) +(assert (myObject (attribute1 "attr63703") ) ) +(assert (myObject (attribute1 "attr63704") ) ) +(assert (myObject (attribute1 "attr63705") ) ) +(assert (myObject (attribute1 "attr63706") ) ) +(assert (myObject (attribute1 "attr63707") ) ) +(assert (myObject (attribute1 "attr63708") ) ) +(assert (myObject (attribute1 "attr63709") ) ) +(assert (myObject (attribute1 "attr63710") ) ) +(assert (myObject (attribute1 "attr63711") ) ) +(assert (myObject (attribute1 "attr63712") ) ) +(assert (myObject (attribute1 "attr63713") ) ) +(assert (myObject (attribute1 "attr63714") ) ) +(assert (myObject (attribute1 "attr63715") ) ) +(assert (myObject (attribute1 "attr63716") ) ) +(assert (myObject (attribute1 "attr63717") ) ) +(assert (myObject (attribute1 "attr63718") ) ) +(assert (myObject (attribute1 "attr63719") ) ) +(assert (myObject (attribute1 "attr63720") ) ) +(assert (myObject (attribute1 "attr63721") ) ) +(assert (myObject (attribute1 "attr63722") ) ) +(assert (myObject (attribute1 "attr63723") ) ) +(assert (myObject (attribute1 "attr63724") ) ) +(assert (myObject (attribute1 "attr63725") ) ) +(assert (myObject (attribute1 "attr63726") ) ) +(assert (myObject (attribute1 "attr63727") ) ) +(assert (myObject (attribute1 "attr63728") ) ) +(assert (myObject (attribute1 "attr63729") ) ) +(assert (myObject (attribute1 "attr63730") ) ) +(assert (myObject (attribute1 "attr63731") ) ) +(assert (myObject (attribute1 "attr63732") ) ) +(assert (myObject (attribute1 "attr63733") ) ) +(assert (myObject (attribute1 "attr63734") ) ) +(assert (myObject (attribute1 "attr63735") ) ) +(assert (myObject (attribute1 "attr63736") ) ) +(assert (myObject (attribute1 "attr63737") ) ) +(assert (myObject (attribute1 "attr63738") ) ) +(assert (myObject (attribute1 "attr63739") ) ) +(assert (myObject (attribute1 "attr63740") ) ) +(assert (myObject (attribute1 "attr63741") ) ) +(assert (myObject (attribute1 "attr63742") ) ) +(assert (myObject (attribute1 "attr63743") ) ) +(assert (myObject (attribute1 "attr63744") ) ) +(assert (myObject (attribute1 "attr63745") ) ) +(assert (myObject (attribute1 "attr63746") ) ) +(assert (myObject (attribute1 "attr63747") ) ) +(assert (myObject (attribute1 "attr63748") ) ) +(assert (myObject (attribute1 "attr63749") ) ) +(assert (myObject (attribute1 "attr63750") ) ) +(assert (myObject (attribute1 "attr63751") ) ) +(assert (myObject (attribute1 "attr63752") ) ) +(assert (myObject (attribute1 "attr63753") ) ) +(assert (myObject (attribute1 "attr63754") ) ) +(assert (myObject (attribute1 "attr63755") ) ) +(assert (myObject (attribute1 "attr63756") ) ) +(assert (myObject (attribute1 "attr63757") ) ) +(assert (myObject (attribute1 "attr63758") ) ) +(assert (myObject (attribute1 "attr63759") ) ) +(assert (myObject (attribute1 "attr63760") ) ) +(assert (myObject (attribute1 "attr63761") ) ) +(assert (myObject (attribute1 "attr63762") ) ) +(assert (myObject (attribute1 "attr63763") ) ) +(assert (myObject (attribute1 "attr63764") ) ) +(assert (myObject (attribute1 "attr63765") ) ) +(assert (myObject (attribute1 "attr63766") ) ) +(assert (myObject (attribute1 "attr63767") ) ) +(assert (myObject (attribute1 "attr63768") ) ) +(assert (myObject (attribute1 "attr63769") ) ) +(assert (myObject (attribute1 "attr63770") ) ) +(assert (myObject (attribute1 "attr63771") ) ) +(assert (myObject (attribute1 "attr63772") ) ) +(assert (myObject (attribute1 "attr63773") ) ) +(assert (myObject (attribute1 "attr63774") ) ) +(assert (myObject (attribute1 "attr63775") ) ) +(assert (myObject (attribute1 "attr63776") ) ) +(assert (myObject (attribute1 "attr63777") ) ) +(assert (myObject (attribute1 "attr63778") ) ) +(assert (myObject (attribute1 "attr63779") ) ) +(assert (myObject (attribute1 "attr63780") ) ) +(assert (myObject (attribute1 "attr63781") ) ) +(assert (myObject (attribute1 "attr63782") ) ) +(assert (myObject (attribute1 "attr63783") ) ) +(assert (myObject (attribute1 "attr63784") ) ) +(assert (myObject (attribute1 "attr63785") ) ) +(assert (myObject (attribute1 "attr63786") ) ) +(assert (myObject (attribute1 "attr63787") ) ) +(assert (myObject (attribute1 "attr63788") ) ) +(assert (myObject (attribute1 "attr63789") ) ) +(assert (myObject (attribute1 "attr63790") ) ) +(assert (myObject (attribute1 "attr63791") ) ) +(assert (myObject (attribute1 "attr63792") ) ) +(assert (myObject (attribute1 "attr63793") ) ) +(assert (myObject (attribute1 "attr63794") ) ) +(assert (myObject (attribute1 "attr63795") ) ) +(assert (myObject (attribute1 "attr63796") ) ) +(assert (myObject (attribute1 "attr63797") ) ) +(assert (myObject (attribute1 "attr63798") ) ) +(assert (myObject (attribute1 "attr63799") ) ) +(assert (myObject (attribute1 "attr63800") ) ) +(assert (myObject (attribute1 "attr63801") ) ) +(assert (myObject (attribute1 "attr63802") ) ) +(assert (myObject (attribute1 "attr63803") ) ) +(assert (myObject (attribute1 "attr63804") ) ) +(assert (myObject (attribute1 "attr63805") ) ) +(assert (myObject (attribute1 "attr63806") ) ) +(assert (myObject (attribute1 "attr63807") ) ) +(assert (myObject (attribute1 "attr63808") ) ) +(assert (myObject (attribute1 "attr63809") ) ) +(assert (myObject (attribute1 "attr63810") ) ) +(assert (myObject (attribute1 "attr63811") ) ) +(assert (myObject (attribute1 "attr63812") ) ) +(assert (myObject (attribute1 "attr63813") ) ) +(assert (myObject (attribute1 "attr63814") ) ) +(assert (myObject (attribute1 "attr63815") ) ) +(assert (myObject (attribute1 "attr63816") ) ) +(assert (myObject (attribute1 "attr63817") ) ) +(assert (myObject (attribute1 "attr63818") ) ) +(assert (myObject (attribute1 "attr63819") ) ) +(assert (myObject (attribute1 "attr63820") ) ) +(assert (myObject (attribute1 "attr63821") ) ) +(assert (myObject (attribute1 "attr63822") ) ) +(assert (myObject (attribute1 "attr63823") ) ) +(assert (myObject (attribute1 "attr63824") ) ) +(assert (myObject (attribute1 "attr63825") ) ) +(assert (myObject (attribute1 "attr63826") ) ) +(assert (myObject (attribute1 "attr63827") ) ) +(assert (myObject (attribute1 "attr63828") ) ) +(assert (myObject (attribute1 "attr63829") ) ) +(assert (myObject (attribute1 "attr63830") ) ) +(assert (myObject (attribute1 "attr63831") ) ) +(assert (myObject (attribute1 "attr63832") ) ) +(assert (myObject (attribute1 "attr63833") ) ) +(assert (myObject (attribute1 "attr63834") ) ) +(assert (myObject (attribute1 "attr63835") ) ) +(assert (myObject (attribute1 "attr63836") ) ) +(assert (myObject (attribute1 "attr63837") ) ) +(assert (myObject (attribute1 "attr63838") ) ) +(assert (myObject (attribute1 "attr63839") ) ) +(assert (myObject (attribute1 "attr63840") ) ) +(assert (myObject (attribute1 "attr63841") ) ) +(assert (myObject (attribute1 "attr63842") ) ) +(assert (myObject (attribute1 "attr63843") ) ) +(assert (myObject (attribute1 "attr63844") ) ) +(assert (myObject (attribute1 "attr63845") ) ) +(assert (myObject (attribute1 "attr63846") ) ) +(assert (myObject (attribute1 "attr63847") ) ) +(assert (myObject (attribute1 "attr63848") ) ) +(assert (myObject (attribute1 "attr63849") ) ) +(assert (myObject (attribute1 "attr63850") ) ) +(assert (myObject (attribute1 "attr63851") ) ) +(assert (myObject (attribute1 "attr63852") ) ) +(assert (myObject (attribute1 "attr63853") ) ) +(assert (myObject (attribute1 "attr63854") ) ) +(assert (myObject (attribute1 "attr63855") ) ) +(assert (myObject (attribute1 "attr63856") ) ) +(assert (myObject (attribute1 "attr63857") ) ) +(assert (myObject (attribute1 "attr63858") ) ) +(assert (myObject (attribute1 "attr63859") ) ) +(assert (myObject (attribute1 "attr63860") ) ) +(assert (myObject (attribute1 "attr63861") ) ) +(assert (myObject (attribute1 "attr63862") ) ) +(assert (myObject (attribute1 "attr63863") ) ) +(assert (myObject (attribute1 "attr63864") ) ) +(assert (myObject (attribute1 "attr63865") ) ) +(assert (myObject (attribute1 "attr63866") ) ) +(assert (myObject (attribute1 "attr63867") ) ) +(assert (myObject (attribute1 "attr63868") ) ) +(assert (myObject (attribute1 "attr63869") ) ) +(assert (myObject (attribute1 "attr63870") ) ) +(assert (myObject (attribute1 "attr63871") ) ) +(assert (myObject (attribute1 "attr63872") ) ) +(assert (myObject (attribute1 "attr63873") ) ) +(assert (myObject (attribute1 "attr63874") ) ) +(assert (myObject (attribute1 "attr63875") ) ) +(assert (myObject (attribute1 "attr63876") ) ) +(assert (myObject (attribute1 "attr63877") ) ) +(assert (myObject (attribute1 "attr63878") ) ) +(assert (myObject (attribute1 "attr63879") ) ) +(assert (myObject (attribute1 "attr63880") ) ) +(assert (myObject (attribute1 "attr63881") ) ) +(assert (myObject (attribute1 "attr63882") ) ) +(assert (myObject (attribute1 "attr63883") ) ) +(assert (myObject (attribute1 "attr63884") ) ) +(assert (myObject (attribute1 "attr63885") ) ) +(assert (myObject (attribute1 "attr63886") ) ) +(assert (myObject (attribute1 "attr63887") ) ) +(assert (myObject (attribute1 "attr63888") ) ) +(assert (myObject (attribute1 "attr63889") ) ) +(assert (myObject (attribute1 "attr63890") ) ) +(assert (myObject (attribute1 "attr63891") ) ) +(assert (myObject (attribute1 "attr63892") ) ) +(assert (myObject (attribute1 "attr63893") ) ) +(assert (myObject (attribute1 "attr63894") ) ) +(assert (myObject (attribute1 "attr63895") ) ) +(assert (myObject (attribute1 "attr63896") ) ) +(assert (myObject (attribute1 "attr63897") ) ) +(assert (myObject (attribute1 "attr63898") ) ) +(assert (myObject (attribute1 "attr63899") ) ) +(assert (myObject (attribute1 "attr63900") ) ) +(assert (myObject (attribute1 "attr63901") ) ) +(assert (myObject (attribute1 "attr63902") ) ) +(assert (myObject (attribute1 "attr63903") ) ) +(assert (myObject (attribute1 "attr63904") ) ) +(assert (myObject (attribute1 "attr63905") ) ) +(assert (myObject (attribute1 "attr63906") ) ) +(assert (myObject (attribute1 "attr63907") ) ) +(assert (myObject (attribute1 "attr63908") ) ) +(assert (myObject (attribute1 "attr63909") ) ) +(assert (myObject (attribute1 "attr63910") ) ) +(assert (myObject (attribute1 "attr63911") ) ) +(assert (myObject (attribute1 "attr63912") ) ) +(assert (myObject (attribute1 "attr63913") ) ) +(assert (myObject (attribute1 "attr63914") ) ) +(assert (myObject (attribute1 "attr63915") ) ) +(assert (myObject (attribute1 "attr63916") ) ) +(assert (myObject (attribute1 "attr63917") ) ) +(assert (myObject (attribute1 "attr63918") ) ) +(assert (myObject (attribute1 "attr63919") ) ) +(assert (myObject (attribute1 "attr63920") ) ) +(assert (myObject (attribute1 "attr63921") ) ) +(assert (myObject (attribute1 "attr63922") ) ) +(assert (myObject (attribute1 "attr63923") ) ) +(assert (myObject (attribute1 "attr63924") ) ) +(assert (myObject (attribute1 "attr63925") ) ) +(assert (myObject (attribute1 "attr63926") ) ) +(assert (myObject (attribute1 "attr63927") ) ) +(assert (myObject (attribute1 "attr63928") ) ) +(assert (myObject (attribute1 "attr63929") ) ) +(assert (myObject (attribute1 "attr63930") ) ) +(assert (myObject (attribute1 "attr63931") ) ) +(assert (myObject (attribute1 "attr63932") ) ) +(assert (myObject (attribute1 "attr63933") ) ) +(assert (myObject (attribute1 "attr63934") ) ) +(assert (myObject (attribute1 "attr63935") ) ) +(assert (myObject (attribute1 "attr63936") ) ) +(assert (myObject (attribute1 "attr63937") ) ) +(assert (myObject (attribute1 "attr63938") ) ) +(assert (myObject (attribute1 "attr63939") ) ) +(assert (myObject (attribute1 "attr63940") ) ) +(assert (myObject (attribute1 "attr63941") ) ) +(assert (myObject (attribute1 "attr63942") ) ) +(assert (myObject (attribute1 "attr63943") ) ) +(assert (myObject (attribute1 "attr63944") ) ) +(assert (myObject (attribute1 "attr63945") ) ) +(assert (myObject (attribute1 "attr63946") ) ) +(assert (myObject (attribute1 "attr63947") ) ) +(assert (myObject (attribute1 "attr63948") ) ) +(assert (myObject (attribute1 "attr63949") ) ) +(assert (myObject (attribute1 "attr63950") ) ) +(assert (myObject (attribute1 "attr63951") ) ) +(assert (myObject (attribute1 "attr63952") ) ) +(assert (myObject (attribute1 "attr63953") ) ) +(assert (myObject (attribute1 "attr63954") ) ) +(assert (myObject (attribute1 "attr63955") ) ) +(assert (myObject (attribute1 "attr63956") ) ) +(assert (myObject (attribute1 "attr63957") ) ) +(assert (myObject (attribute1 "attr63958") ) ) +(assert (myObject (attribute1 "attr63959") ) ) +(assert (myObject (attribute1 "attr63960") ) ) +(assert (myObject (attribute1 "attr63961") ) ) +(assert (myObject (attribute1 "attr63962") ) ) +(assert (myObject (attribute1 "attr63963") ) ) +(assert (myObject (attribute1 "attr63964") ) ) +(assert (myObject (attribute1 "attr63965") ) ) +(assert (myObject (attribute1 "attr63966") ) ) +(assert (myObject (attribute1 "attr63967") ) ) +(assert (myObject (attribute1 "attr63968") ) ) +(assert (myObject (attribute1 "attr63969") ) ) +(assert (myObject (attribute1 "attr63970") ) ) +(assert (myObject (attribute1 "attr63971") ) ) +(assert (myObject (attribute1 "attr63972") ) ) +(assert (myObject (attribute1 "attr63973") ) ) +(assert (myObject (attribute1 "attr63974") ) ) +(assert (myObject (attribute1 "attr63975") ) ) +(assert (myObject (attribute1 "attr63976") ) ) +(assert (myObject (attribute1 "attr63977") ) ) +(assert (myObject (attribute1 "attr63978") ) ) +(assert (myObject (attribute1 "attr63979") ) ) +(assert (myObject (attribute1 "attr63980") ) ) +(assert (myObject (attribute1 "attr63981") ) ) +(assert (myObject (attribute1 "attr63982") ) ) +(assert (myObject (attribute1 "attr63983") ) ) +(assert (myObject (attribute1 "attr63984") ) ) +(assert (myObject (attribute1 "attr63985") ) ) +(assert (myObject (attribute1 "attr63986") ) ) +(assert (myObject (attribute1 "attr63987") ) ) +(assert (myObject (attribute1 "attr63988") ) ) +(assert (myObject (attribute1 "attr63989") ) ) +(assert (myObject (attribute1 "attr63990") ) ) +(assert (myObject (attribute1 "attr63991") ) ) +(assert (myObject (attribute1 "attr63992") ) ) +(assert (myObject (attribute1 "attr63993") ) ) +(assert (myObject (attribute1 "attr63994") ) ) +(assert (myObject (attribute1 "attr63995") ) ) +(assert (myObject (attribute1 "attr63996") ) ) +(assert (myObject (attribute1 "attr63997") ) ) +(assert (myObject (attribute1 "attr63998") ) ) +(assert (myObject (attribute1 "attr63999") ) ) +(assert (myObject (attribute1 "attr64000") ) ) +(assert (myObject (attribute1 "attr64001") ) ) +(assert (myObject (attribute1 "attr64002") ) ) +(assert (myObject (attribute1 "attr64003") ) ) +(assert (myObject (attribute1 "attr64004") ) ) +(assert (myObject (attribute1 "attr64005") ) ) +(assert (myObject (attribute1 "attr64006") ) ) +(assert (myObject (attribute1 "attr64007") ) ) +(assert (myObject (attribute1 "attr64008") ) ) +(assert (myObject (attribute1 "attr64009") ) ) +(assert (myObject (attribute1 "attr64010") ) ) +(assert (myObject (attribute1 "attr64011") ) ) +(assert (myObject (attribute1 "attr64012") ) ) +(assert (myObject (attribute1 "attr64013") ) ) +(assert (myObject (attribute1 "attr64014") ) ) +(assert (myObject (attribute1 "attr64015") ) ) +(assert (myObject (attribute1 "attr64016") ) ) +(assert (myObject (attribute1 "attr64017") ) ) +(assert (myObject (attribute1 "attr64018") ) ) +(assert (myObject (attribute1 "attr64019") ) ) +(assert (myObject (attribute1 "attr64020") ) ) +(assert (myObject (attribute1 "attr64021") ) ) +(assert (myObject (attribute1 "attr64022") ) ) +(assert (myObject (attribute1 "attr64023") ) ) +(assert (myObject (attribute1 "attr64024") ) ) +(assert (myObject (attribute1 "attr64025") ) ) +(assert (myObject (attribute1 "attr64026") ) ) +(assert (myObject (attribute1 "attr64027") ) ) +(assert (myObject (attribute1 "attr64028") ) ) +(assert (myObject (attribute1 "attr64029") ) ) +(assert (myObject (attribute1 "attr64030") ) ) +(assert (myObject (attribute1 "attr64031") ) ) +(assert (myObject (attribute1 "attr64032") ) ) +(assert (myObject (attribute1 "attr64033") ) ) +(assert (myObject (attribute1 "attr64034") ) ) +(assert (myObject (attribute1 "attr64035") ) ) +(assert (myObject (attribute1 "attr64036") ) ) +(assert (myObject (attribute1 "attr64037") ) ) +(assert (myObject (attribute1 "attr64038") ) ) +(assert (myObject (attribute1 "attr64039") ) ) +(assert (myObject (attribute1 "attr64040") ) ) +(assert (myObject (attribute1 "attr64041") ) ) +(assert (myObject (attribute1 "attr64042") ) ) +(assert (myObject (attribute1 "attr64043") ) ) +(assert (myObject (attribute1 "attr64044") ) ) +(assert (myObject (attribute1 "attr64045") ) ) +(assert (myObject (attribute1 "attr64046") ) ) +(assert (myObject (attribute1 "attr64047") ) ) +(assert (myObject (attribute1 "attr64048") ) ) +(assert (myObject (attribute1 "attr64049") ) ) +(assert (myObject (attribute1 "attr64050") ) ) +(assert (myObject (attribute1 "attr64051") ) ) +(assert (myObject (attribute1 "attr64052") ) ) +(assert (myObject (attribute1 "attr64053") ) ) +(assert (myObject (attribute1 "attr64054") ) ) +(assert (myObject (attribute1 "attr64055") ) ) +(assert (myObject (attribute1 "attr64056") ) ) +(assert (myObject (attribute1 "attr64057") ) ) +(assert (myObject (attribute1 "attr64058") ) ) +(assert (myObject (attribute1 "attr64059") ) ) +(assert (myObject (attribute1 "attr64060") ) ) +(assert (myObject (attribute1 "attr64061") ) ) +(assert (myObject (attribute1 "attr64062") ) ) +(assert (myObject (attribute1 "attr64063") ) ) +(assert (myObject (attribute1 "attr64064") ) ) +(assert (myObject (attribute1 "attr64065") ) ) +(assert (myObject (attribute1 "attr64066") ) ) +(assert (myObject (attribute1 "attr64067") ) ) +(assert (myObject (attribute1 "attr64068") ) ) +(assert (myObject (attribute1 "attr64069") ) ) +(assert (myObject (attribute1 "attr64070") ) ) +(assert (myObject (attribute1 "attr64071") ) ) +(assert (myObject (attribute1 "attr64072") ) ) +(assert (myObject (attribute1 "attr64073") ) ) +(assert (myObject (attribute1 "attr64074") ) ) +(assert (myObject (attribute1 "attr64075") ) ) +(assert (myObject (attribute1 "attr64076") ) ) +(assert (myObject (attribute1 "attr64077") ) ) +(assert (myObject (attribute1 "attr64078") ) ) +(assert (myObject (attribute1 "attr64079") ) ) +(assert (myObject (attribute1 "attr64080") ) ) +(assert (myObject (attribute1 "attr64081") ) ) +(assert (myObject (attribute1 "attr64082") ) ) +(assert (myObject (attribute1 "attr64083") ) ) +(assert (myObject (attribute1 "attr64084") ) ) +(assert (myObject (attribute1 "attr64085") ) ) +(assert (myObject (attribute1 "attr64086") ) ) +(assert (myObject (attribute1 "attr64087") ) ) +(assert (myObject (attribute1 "attr64088") ) ) +(assert (myObject (attribute1 "attr64089") ) ) +(assert (myObject (attribute1 "attr64090") ) ) +(assert (myObject (attribute1 "attr64091") ) ) +(assert (myObject (attribute1 "attr64092") ) ) +(assert (myObject (attribute1 "attr64093") ) ) +(assert (myObject (attribute1 "attr64094") ) ) +(assert (myObject (attribute1 "attr64095") ) ) +(assert (myObject (attribute1 "attr64096") ) ) +(assert (myObject (attribute1 "attr64097") ) ) +(assert (myObject (attribute1 "attr64098") ) ) +(assert (myObject (attribute1 "attr64099") ) ) +(assert (myObject (attribute1 "attr64100") ) ) +(assert (myObject (attribute1 "attr64101") ) ) +(assert (myObject (attribute1 "attr64102") ) ) +(assert (myObject (attribute1 "attr64103") ) ) +(assert (myObject (attribute1 "attr64104") ) ) +(assert (myObject (attribute1 "attr64105") ) ) +(assert (myObject (attribute1 "attr64106") ) ) +(assert (myObject (attribute1 "attr64107") ) ) +(assert (myObject (attribute1 "attr64108") ) ) +(assert (myObject (attribute1 "attr64109") ) ) +(assert (myObject (attribute1 "attr64110") ) ) +(assert (myObject (attribute1 "attr64111") ) ) +(assert (myObject (attribute1 "attr64112") ) ) +(assert (myObject (attribute1 "attr64113") ) ) +(assert (myObject (attribute1 "attr64114") ) ) +(assert (myObject (attribute1 "attr64115") ) ) +(assert (myObject (attribute1 "attr64116") ) ) +(assert (myObject (attribute1 "attr64117") ) ) +(assert (myObject (attribute1 "attr64118") ) ) +(assert (myObject (attribute1 "attr64119") ) ) +(assert (myObject (attribute1 "attr64120") ) ) +(assert (myObject (attribute1 "attr64121") ) ) +(assert (myObject (attribute1 "attr64122") ) ) +(assert (myObject (attribute1 "attr64123") ) ) +(assert (myObject (attribute1 "attr64124") ) ) +(assert (myObject (attribute1 "attr64125") ) ) +(assert (myObject (attribute1 "attr64126") ) ) +(assert (myObject (attribute1 "attr64127") ) ) +(assert (myObject (attribute1 "attr64128") ) ) +(assert (myObject (attribute1 "attr64129") ) ) +(assert (myObject (attribute1 "attr64130") ) ) +(assert (myObject (attribute1 "attr64131") ) ) +(assert (myObject (attribute1 "attr64132") ) ) +(assert (myObject (attribute1 "attr64133") ) ) +(assert (myObject (attribute1 "attr64134") ) ) +(assert (myObject (attribute1 "attr64135") ) ) +(assert (myObject (attribute1 "attr64136") ) ) +(assert (myObject (attribute1 "attr64137") ) ) +(assert (myObject (attribute1 "attr64138") ) ) +(assert (myObject (attribute1 "attr64139") ) ) +(assert (myObject (attribute1 "attr64140") ) ) +(assert (myObject (attribute1 "attr64141") ) ) +(assert (myObject (attribute1 "attr64142") ) ) +(assert (myObject (attribute1 "attr64143") ) ) +(assert (myObject (attribute1 "attr64144") ) ) +(assert (myObject (attribute1 "attr64145") ) ) +(assert (myObject (attribute1 "attr64146") ) ) +(assert (myObject (attribute1 "attr64147") ) ) +(assert (myObject (attribute1 "attr64148") ) ) +(assert (myObject (attribute1 "attr64149") ) ) +(assert (myObject (attribute1 "attr64150") ) ) +(assert (myObject (attribute1 "attr64151") ) ) +(assert (myObject (attribute1 "attr64152") ) ) +(assert (myObject (attribute1 "attr64153") ) ) +(assert (myObject (attribute1 "attr64154") ) ) +(assert (myObject (attribute1 "attr64155") ) ) +(assert (myObject (attribute1 "attr64156") ) ) +(assert (myObject (attribute1 "attr64157") ) ) +(assert (myObject (attribute1 "attr64158") ) ) +(assert (myObject (attribute1 "attr64159") ) ) +(assert (myObject (attribute1 "attr64160") ) ) +(assert (myObject (attribute1 "attr64161") ) ) +(assert (myObject (attribute1 "attr64162") ) ) +(assert (myObject (attribute1 "attr64163") ) ) +(assert (myObject (attribute1 "attr64164") ) ) +(assert (myObject (attribute1 "attr64165") ) ) +(assert (myObject (attribute1 "attr64166") ) ) +(assert (myObject (attribute1 "attr64167") ) ) +(assert (myObject (attribute1 "attr64168") ) ) +(assert (myObject (attribute1 "attr64169") ) ) +(assert (myObject (attribute1 "attr64170") ) ) +(assert (myObject (attribute1 "attr64171") ) ) +(assert (myObject (attribute1 "attr64172") ) ) +(assert (myObject (attribute1 "attr64173") ) ) +(assert (myObject (attribute1 "attr64174") ) ) +(assert (myObject (attribute1 "attr64175") ) ) +(assert (myObject (attribute1 "attr64176") ) ) +(assert (myObject (attribute1 "attr64177") ) ) +(assert (myObject (attribute1 "attr64178") ) ) +(assert (myObject (attribute1 "attr64179") ) ) +(assert (myObject (attribute1 "attr64180") ) ) +(assert (myObject (attribute1 "attr64181") ) ) +(assert (myObject (attribute1 "attr64182") ) ) +(assert (myObject (attribute1 "attr64183") ) ) +(assert (myObject (attribute1 "attr64184") ) ) +(assert (myObject (attribute1 "attr64185") ) ) +(assert (myObject (attribute1 "attr64186") ) ) +(assert (myObject (attribute1 "attr64187") ) ) +(assert (myObject (attribute1 "attr64188") ) ) +(assert (myObject (attribute1 "attr64189") ) ) +(assert (myObject (attribute1 "attr64190") ) ) +(assert (myObject (attribute1 "attr64191") ) ) +(assert (myObject (attribute1 "attr64192") ) ) +(assert (myObject (attribute1 "attr64193") ) ) +(assert (myObject (attribute1 "attr64194") ) ) +(assert (myObject (attribute1 "attr64195") ) ) +(assert (myObject (attribute1 "attr64196") ) ) +(assert (myObject (attribute1 "attr64197") ) ) +(assert (myObject (attribute1 "attr64198") ) ) +(assert (myObject (attribute1 "attr64199") ) ) +(assert (myObject (attribute1 "attr64200") ) ) +(assert (myObject (attribute1 "attr64201") ) ) +(assert (myObject (attribute1 "attr64202") ) ) +(assert (myObject (attribute1 "attr64203") ) ) +(assert (myObject (attribute1 "attr64204") ) ) +(assert (myObject (attribute1 "attr64205") ) ) +(assert (myObject (attribute1 "attr64206") ) ) +(assert (myObject (attribute1 "attr64207") ) ) +(assert (myObject (attribute1 "attr64208") ) ) +(assert (myObject (attribute1 "attr64209") ) ) +(assert (myObject (attribute1 "attr64210") ) ) +(assert (myObject (attribute1 "attr64211") ) ) +(assert (myObject (attribute1 "attr64212") ) ) +(assert (myObject (attribute1 "attr64213") ) ) +(assert (myObject (attribute1 "attr64214") ) ) +(assert (myObject (attribute1 "attr64215") ) ) +(assert (myObject (attribute1 "attr64216") ) ) +(assert (myObject (attribute1 "attr64217") ) ) +(assert (myObject (attribute1 "attr64218") ) ) +(assert (myObject (attribute1 "attr64219") ) ) +(assert (myObject (attribute1 "attr64220") ) ) +(assert (myObject (attribute1 "attr64221") ) ) +(assert (myObject (attribute1 "attr64222") ) ) +(assert (myObject (attribute1 "attr64223") ) ) +(assert (myObject (attribute1 "attr64224") ) ) +(assert (myObject (attribute1 "attr64225") ) ) +(assert (myObject (attribute1 "attr64226") ) ) +(assert (myObject (attribute1 "attr64227") ) ) +(assert (myObject (attribute1 "attr64228") ) ) +(assert (myObject (attribute1 "attr64229") ) ) +(assert (myObject (attribute1 "attr64230") ) ) +(assert (myObject (attribute1 "attr64231") ) ) +(assert (myObject (attribute1 "attr64232") ) ) +(assert (myObject (attribute1 "attr64233") ) ) +(assert (myObject (attribute1 "attr64234") ) ) +(assert (myObject (attribute1 "attr64235") ) ) +(assert (myObject (attribute1 "attr64236") ) ) +(assert (myObject (attribute1 "attr64237") ) ) +(assert (myObject (attribute1 "attr64238") ) ) +(assert (myObject (attribute1 "attr64239") ) ) +(assert (myObject (attribute1 "attr64240") ) ) +(assert (myObject (attribute1 "attr64241") ) ) +(assert (myObject (attribute1 "attr64242") ) ) +(assert (myObject (attribute1 "attr64243") ) ) +(assert (myObject (attribute1 "attr64244") ) ) +(assert (myObject (attribute1 "attr64245") ) ) +(assert (myObject (attribute1 "attr64246") ) ) +(assert (myObject (attribute1 "attr64247") ) ) +(assert (myObject (attribute1 "attr64248") ) ) +(assert (myObject (attribute1 "attr64249") ) ) +(assert (myObject (attribute1 "attr64250") ) ) +(assert (myObject (attribute1 "attr64251") ) ) +(assert (myObject (attribute1 "attr64252") ) ) +(assert (myObject (attribute1 "attr64253") ) ) +(assert (myObject (attribute1 "attr64254") ) ) +(assert (myObject (attribute1 "attr64255") ) ) +(assert (myObject (attribute1 "attr64256") ) ) +(assert (myObject (attribute1 "attr64257") ) ) +(assert (myObject (attribute1 "attr64258") ) ) +(assert (myObject (attribute1 "attr64259") ) ) +(assert (myObject (attribute1 "attr64260") ) ) +(assert (myObject (attribute1 "attr64261") ) ) +(assert (myObject (attribute1 "attr64262") ) ) +(assert (myObject (attribute1 "attr64263") ) ) +(assert (myObject (attribute1 "attr64264") ) ) +(assert (myObject (attribute1 "attr64265") ) ) +(assert (myObject (attribute1 "attr64266") ) ) +(assert (myObject (attribute1 "attr64267") ) ) +(assert (myObject (attribute1 "attr64268") ) ) +(assert (myObject (attribute1 "attr64269") ) ) +(assert (myObject (attribute1 "attr64270") ) ) +(assert (myObject (attribute1 "attr64271") ) ) +(assert (myObject (attribute1 "attr64272") ) ) +(assert (myObject (attribute1 "attr64273") ) ) +(assert (myObject (attribute1 "attr64274") ) ) +(assert (myObject (attribute1 "attr64275") ) ) +(assert (myObject (attribute1 "attr64276") ) ) +(assert (myObject (attribute1 "attr64277") ) ) +(assert (myObject (attribute1 "attr64278") ) ) +(assert (myObject (attribute1 "attr64279") ) ) +(assert (myObject (attribute1 "attr64280") ) ) +(assert (myObject (attribute1 "attr64281") ) ) +(assert (myObject (attribute1 "attr64282") ) ) +(assert (myObject (attribute1 "attr64283") ) ) +(assert (myObject (attribute1 "attr64284") ) ) +(assert (myObject (attribute1 "attr64285") ) ) +(assert (myObject (attribute1 "attr64286") ) ) +(assert (myObject (attribute1 "attr64287") ) ) +(assert (myObject (attribute1 "attr64288") ) ) +(assert (myObject (attribute1 "attr64289") ) ) +(assert (myObject (attribute1 "attr64290") ) ) +(assert (myObject (attribute1 "attr64291") ) ) +(assert (myObject (attribute1 "attr64292") ) ) +(assert (myObject (attribute1 "attr64293") ) ) +(assert (myObject (attribute1 "attr64294") ) ) +(assert (myObject (attribute1 "attr64295") ) ) +(assert (myObject (attribute1 "attr64296") ) ) +(assert (myObject (attribute1 "attr64297") ) ) +(assert (myObject (attribute1 "attr64298") ) ) +(assert (myObject (attribute1 "attr64299") ) ) +(assert (myObject (attribute1 "attr64300") ) ) +(assert (myObject (attribute1 "attr64301") ) ) +(assert (myObject (attribute1 "attr64302") ) ) +(assert (myObject (attribute1 "attr64303") ) ) +(assert (myObject (attribute1 "attr64304") ) ) +(assert (myObject (attribute1 "attr64305") ) ) +(assert (myObject (attribute1 "attr64306") ) ) +(assert (myObject (attribute1 "attr64307") ) ) +(assert (myObject (attribute1 "attr64308") ) ) +(assert (myObject (attribute1 "attr64309") ) ) +(assert (myObject (attribute1 "attr64310") ) ) +(assert (myObject (attribute1 "attr64311") ) ) +(assert (myObject (attribute1 "attr64312") ) ) +(assert (myObject (attribute1 "attr64313") ) ) +(assert (myObject (attribute1 "attr64314") ) ) +(assert (myObject (attribute1 "attr64315") ) ) +(assert (myObject (attribute1 "attr64316") ) ) +(assert (myObject (attribute1 "attr64317") ) ) +(assert (myObject (attribute1 "attr64318") ) ) +(assert (myObject (attribute1 "attr64319") ) ) +(assert (myObject (attribute1 "attr64320") ) ) +(assert (myObject (attribute1 "attr64321") ) ) +(assert (myObject (attribute1 "attr64322") ) ) +(assert (myObject (attribute1 "attr64323") ) ) +(assert (myObject (attribute1 "attr64324") ) ) +(assert (myObject (attribute1 "attr64325") ) ) +(assert (myObject (attribute1 "attr64326") ) ) +(assert (myObject (attribute1 "attr64327") ) ) +(assert (myObject (attribute1 "attr64328") ) ) +(assert (myObject (attribute1 "attr64329") ) ) +(assert (myObject (attribute1 "attr64330") ) ) +(assert (myObject (attribute1 "attr64331") ) ) +(assert (myObject (attribute1 "attr64332") ) ) +(assert (myObject (attribute1 "attr64333") ) ) +(assert (myObject (attribute1 "attr64334") ) ) +(assert (myObject (attribute1 "attr64335") ) ) +(assert (myObject (attribute1 "attr64336") ) ) +(assert (myObject (attribute1 "attr64337") ) ) +(assert (myObject (attribute1 "attr64338") ) ) +(assert (myObject (attribute1 "attr64339") ) ) +(assert (myObject (attribute1 "attr64340") ) ) +(assert (myObject (attribute1 "attr64341") ) ) +(assert (myObject (attribute1 "attr64342") ) ) +(assert (myObject (attribute1 "attr64343") ) ) +(assert (myObject (attribute1 "attr64344") ) ) +(assert (myObject (attribute1 "attr64345") ) ) +(assert (myObject (attribute1 "attr64346") ) ) +(assert (myObject (attribute1 "attr64347") ) ) +(assert (myObject (attribute1 "attr64348") ) ) +(assert (myObject (attribute1 "attr64349") ) ) +(assert (myObject (attribute1 "attr64350") ) ) +(assert (myObject (attribute1 "attr64351") ) ) +(assert (myObject (attribute1 "attr64352") ) ) +(assert (myObject (attribute1 "attr64353") ) ) +(assert (myObject (attribute1 "attr64354") ) ) +(assert (myObject (attribute1 "attr64355") ) ) +(assert (myObject (attribute1 "attr64356") ) ) +(assert (myObject (attribute1 "attr64357") ) ) +(assert (myObject (attribute1 "attr64358") ) ) +(assert (myObject (attribute1 "attr64359") ) ) +(assert (myObject (attribute1 "attr64360") ) ) +(assert (myObject (attribute1 "attr64361") ) ) +(assert (myObject (attribute1 "attr64362") ) ) +(assert (myObject (attribute1 "attr64363") ) ) +(assert (myObject (attribute1 "attr64364") ) ) +(assert (myObject (attribute1 "attr64365") ) ) +(assert (myObject (attribute1 "attr64366") ) ) +(assert (myObject (attribute1 "attr64367") ) ) +(assert (myObject (attribute1 "attr64368") ) ) +(assert (myObject (attribute1 "attr64369") ) ) +(assert (myObject (attribute1 "attr64370") ) ) +(assert (myObject (attribute1 "attr64371") ) ) +(assert (myObject (attribute1 "attr64372") ) ) +(assert (myObject (attribute1 "attr64373") ) ) +(assert (myObject (attribute1 "attr64374") ) ) +(assert (myObject (attribute1 "attr64375") ) ) +(assert (myObject (attribute1 "attr64376") ) ) +(assert (myObject (attribute1 "attr64377") ) ) +(assert (myObject (attribute1 "attr64378") ) ) +(assert (myObject (attribute1 "attr64379") ) ) +(assert (myObject (attribute1 "attr64380") ) ) +(assert (myObject (attribute1 "attr64381") ) ) +(assert (myObject (attribute1 "attr64382") ) ) +(assert (myObject (attribute1 "attr64383") ) ) +(assert (myObject (attribute1 "attr64384") ) ) +(assert (myObject (attribute1 "attr64385") ) ) +(assert (myObject (attribute1 "attr64386") ) ) +(assert (myObject (attribute1 "attr64387") ) ) +(assert (myObject (attribute1 "attr64388") ) ) +(assert (myObject (attribute1 "attr64389") ) ) +(assert (myObject (attribute1 "attr64390") ) ) +(assert (myObject (attribute1 "attr64391") ) ) +(assert (myObject (attribute1 "attr64392") ) ) +(assert (myObject (attribute1 "attr64393") ) ) +(assert (myObject (attribute1 "attr64394") ) ) +(assert (myObject (attribute1 "attr64395") ) ) +(assert (myObject (attribute1 "attr64396") ) ) +(assert (myObject (attribute1 "attr64397") ) ) +(assert (myObject (attribute1 "attr64398") ) ) +(assert (myObject (attribute1 "attr64399") ) ) +(assert (myObject (attribute1 "attr64400") ) ) +(assert (myObject (attribute1 "attr64401") ) ) +(assert (myObject (attribute1 "attr64402") ) ) +(assert (myObject (attribute1 "attr64403") ) ) +(assert (myObject (attribute1 "attr64404") ) ) +(assert (myObject (attribute1 "attr64405") ) ) +(assert (myObject (attribute1 "attr64406") ) ) +(assert (myObject (attribute1 "attr64407") ) ) +(assert (myObject (attribute1 "attr64408") ) ) +(assert (myObject (attribute1 "attr64409") ) ) +(assert (myObject (attribute1 "attr64410") ) ) +(assert (myObject (attribute1 "attr64411") ) ) +(assert (myObject (attribute1 "attr64412") ) ) +(assert (myObject (attribute1 "attr64413") ) ) +(assert (myObject (attribute1 "attr64414") ) ) +(assert (myObject (attribute1 "attr64415") ) ) +(assert (myObject (attribute1 "attr64416") ) ) +(assert (myObject (attribute1 "attr64417") ) ) +(assert (myObject (attribute1 "attr64418") ) ) +(assert (myObject (attribute1 "attr64419") ) ) +(assert (myObject (attribute1 "attr64420") ) ) +(assert (myObject (attribute1 "attr64421") ) ) +(assert (myObject (attribute1 "attr64422") ) ) +(assert (myObject (attribute1 "attr64423") ) ) +(assert (myObject (attribute1 "attr64424") ) ) +(assert (myObject (attribute1 "attr64425") ) ) +(assert (myObject (attribute1 "attr64426") ) ) +(assert (myObject (attribute1 "attr64427") ) ) +(assert (myObject (attribute1 "attr64428") ) ) +(assert (myObject (attribute1 "attr64429") ) ) +(assert (myObject (attribute1 "attr64430") ) ) +(assert (myObject (attribute1 "attr64431") ) ) +(assert (myObject (attribute1 "attr64432") ) ) +(assert (myObject (attribute1 "attr64433") ) ) +(assert (myObject (attribute1 "attr64434") ) ) +(assert (myObject (attribute1 "attr64435") ) ) +(assert (myObject (attribute1 "attr64436") ) ) +(assert (myObject (attribute1 "attr64437") ) ) +(assert (myObject (attribute1 "attr64438") ) ) +(assert (myObject (attribute1 "attr64439") ) ) +(assert (myObject (attribute1 "attr64440") ) ) +(assert (myObject (attribute1 "attr64441") ) ) +(assert (myObject (attribute1 "attr64442") ) ) +(assert (myObject (attribute1 "attr64443") ) ) +(assert (myObject (attribute1 "attr64444") ) ) +(assert (myObject (attribute1 "attr64445") ) ) +(assert (myObject (attribute1 "attr64446") ) ) +(assert (myObject (attribute1 "attr64447") ) ) +(assert (myObject (attribute1 "attr64448") ) ) +(assert (myObject (attribute1 "attr64449") ) ) +(assert (myObject (attribute1 "attr64450") ) ) +(assert (myObject (attribute1 "attr64451") ) ) +(assert (myObject (attribute1 "attr64452") ) ) +(assert (myObject (attribute1 "attr64453") ) ) +(assert (myObject (attribute1 "attr64454") ) ) +(assert (myObject (attribute1 "attr64455") ) ) +(assert (myObject (attribute1 "attr64456") ) ) +(assert (myObject (attribute1 "attr64457") ) ) +(assert (myObject (attribute1 "attr64458") ) ) +(assert (myObject (attribute1 "attr64459") ) ) +(assert (myObject (attribute1 "attr64460") ) ) +(assert (myObject (attribute1 "attr64461") ) ) +(assert (myObject (attribute1 "attr64462") ) ) +(assert (myObject (attribute1 "attr64463") ) ) +(assert (myObject (attribute1 "attr64464") ) ) +(assert (myObject (attribute1 "attr64465") ) ) +(assert (myObject (attribute1 "attr64466") ) ) +(assert (myObject (attribute1 "attr64467") ) ) +(assert (myObject (attribute1 "attr64468") ) ) +(assert (myObject (attribute1 "attr64469") ) ) +(assert (myObject (attribute1 "attr64470") ) ) +(assert (myObject (attribute1 "attr64471") ) ) +(assert (myObject (attribute1 "attr64472") ) ) +(assert (myObject (attribute1 "attr64473") ) ) +(assert (myObject (attribute1 "attr64474") ) ) +(assert (myObject (attribute1 "attr64475") ) ) +(assert (myObject (attribute1 "attr64476") ) ) +(assert (myObject (attribute1 "attr64477") ) ) +(assert (myObject (attribute1 "attr64478") ) ) +(assert (myObject (attribute1 "attr64479") ) ) +(assert (myObject (attribute1 "attr64480") ) ) +(assert (myObject (attribute1 "attr64481") ) ) +(assert (myObject (attribute1 "attr64482") ) ) +(assert (myObject (attribute1 "attr64483") ) ) +(assert (myObject (attribute1 "attr64484") ) ) +(assert (myObject (attribute1 "attr64485") ) ) +(assert (myObject (attribute1 "attr64486") ) ) +(assert (myObject (attribute1 "attr64487") ) ) +(assert (myObject (attribute1 "attr64488") ) ) +(assert (myObject (attribute1 "attr64489") ) ) +(assert (myObject (attribute1 "attr64490") ) ) +(assert (myObject (attribute1 "attr64491") ) ) +(assert (myObject (attribute1 "attr64492") ) ) +(assert (myObject (attribute1 "attr64493") ) ) +(assert (myObject (attribute1 "attr64494") ) ) +(assert (myObject (attribute1 "attr64495") ) ) +(assert (myObject (attribute1 "attr64496") ) ) +(assert (myObject (attribute1 "attr64497") ) ) +(assert (myObject (attribute1 "attr64498") ) ) +(assert (myObject (attribute1 "attr64499") ) ) +(assert (myObject (attribute1 "attr64500") ) ) +(assert (myObject (attribute1 "attr64501") ) ) +(assert (myObject (attribute1 "attr64502") ) ) +(assert (myObject (attribute1 "attr64503") ) ) +(assert (myObject (attribute1 "attr64504") ) ) +(assert (myObject (attribute1 "attr64505") ) ) +(assert (myObject (attribute1 "attr64506") ) ) +(assert (myObject (attribute1 "attr64507") ) ) +(assert (myObject (attribute1 "attr64508") ) ) +(assert (myObject (attribute1 "attr64509") ) ) +(assert (myObject (attribute1 "attr64510") ) ) +(assert (myObject (attribute1 "attr64511") ) ) +(assert (myObject (attribute1 "attr64512") ) ) +(assert (myObject (attribute1 "attr64513") ) ) +(assert (myObject (attribute1 "attr64514") ) ) +(assert (myObject (attribute1 "attr64515") ) ) +(assert (myObject (attribute1 "attr64516") ) ) +(assert (myObject (attribute1 "attr64517") ) ) +(assert (myObject (attribute1 "attr64518") ) ) +(assert (myObject (attribute1 "attr64519") ) ) +(assert (myObject (attribute1 "attr64520") ) ) +(assert (myObject (attribute1 "attr64521") ) ) +(assert (myObject (attribute1 "attr64522") ) ) +(assert (myObject (attribute1 "attr64523") ) ) +(assert (myObject (attribute1 "attr64524") ) ) +(assert (myObject (attribute1 "attr64525") ) ) +(assert (myObject (attribute1 "attr64526") ) ) +(assert (myObject (attribute1 "attr64527") ) ) +(assert (myObject (attribute1 "attr64528") ) ) +(assert (myObject (attribute1 "attr64529") ) ) +(assert (myObject (attribute1 "attr64530") ) ) +(assert (myObject (attribute1 "attr64531") ) ) +(assert (myObject (attribute1 "attr64532") ) ) +(assert (myObject (attribute1 "attr64533") ) ) +(assert (myObject (attribute1 "attr64534") ) ) +(assert (myObject (attribute1 "attr64535") ) ) +(assert (myObject (attribute1 "attr64536") ) ) +(assert (myObject (attribute1 "attr64537") ) ) +(assert (myObject (attribute1 "attr64538") ) ) +(assert (myObject (attribute1 "attr64539") ) ) +(assert (myObject (attribute1 "attr64540") ) ) +(assert (myObject (attribute1 "attr64541") ) ) +(assert (myObject (attribute1 "attr64542") ) ) +(assert (myObject (attribute1 "attr64543") ) ) +(assert (myObject (attribute1 "attr64544") ) ) +(assert (myObject (attribute1 "attr64545") ) ) +(assert (myObject (attribute1 "attr64546") ) ) +(assert (myObject (attribute1 "attr64547") ) ) +(assert (myObject (attribute1 "attr64548") ) ) +(assert (myObject (attribute1 "attr64549") ) ) +(assert (myObject (attribute1 "attr64550") ) ) +(assert (myObject (attribute1 "attr64551") ) ) +(assert (myObject (attribute1 "attr64552") ) ) +(assert (myObject (attribute1 "attr64553") ) ) +(assert (myObject (attribute1 "attr64554") ) ) +(assert (myObject (attribute1 "attr64555") ) ) +(assert (myObject (attribute1 "attr64556") ) ) +(assert (myObject (attribute1 "attr64557") ) ) +(assert (myObject (attribute1 "attr64558") ) ) +(assert (myObject (attribute1 "attr64559") ) ) +(assert (myObject (attribute1 "attr64560") ) ) +(assert (myObject (attribute1 "attr64561") ) ) +(assert (myObject (attribute1 "attr64562") ) ) +(assert (myObject (attribute1 "attr64563") ) ) +(assert (myObject (attribute1 "attr64564") ) ) +(assert (myObject (attribute1 "attr64565") ) ) +(assert (myObject (attribute1 "attr64566") ) ) +(assert (myObject (attribute1 "attr64567") ) ) +(assert (myObject (attribute1 "attr64568") ) ) +(assert (myObject (attribute1 "attr64569") ) ) +(assert (myObject (attribute1 "attr64570") ) ) +(assert (myObject (attribute1 "attr64571") ) ) +(assert (myObject (attribute1 "attr64572") ) ) +(assert (myObject (attribute1 "attr64573") ) ) +(assert (myObject (attribute1 "attr64574") ) ) +(assert (myObject (attribute1 "attr64575") ) ) +(assert (myObject (attribute1 "attr64576") ) ) +(assert (myObject (attribute1 "attr64577") ) ) +(assert (myObject (attribute1 "attr64578") ) ) +(assert (myObject (attribute1 "attr64579") ) ) +(assert (myObject (attribute1 "attr64580") ) ) +(assert (myObject (attribute1 "attr64581") ) ) +(assert (myObject (attribute1 "attr64582") ) ) +(assert (myObject (attribute1 "attr64583") ) ) +(assert (myObject (attribute1 "attr64584") ) ) +(assert (myObject (attribute1 "attr64585") ) ) +(assert (myObject (attribute1 "attr64586") ) ) +(assert (myObject (attribute1 "attr64587") ) ) +(assert (myObject (attribute1 "attr64588") ) ) +(assert (myObject (attribute1 "attr64589") ) ) +(assert (myObject (attribute1 "attr64590") ) ) +(assert (myObject (attribute1 "attr64591") ) ) +(assert (myObject (attribute1 "attr64592") ) ) +(assert (myObject (attribute1 "attr64593") ) ) +(assert (myObject (attribute1 "attr64594") ) ) +(assert (myObject (attribute1 "attr64595") ) ) +(assert (myObject (attribute1 "attr64596") ) ) +(assert (myObject (attribute1 "attr64597") ) ) +(assert (myObject (attribute1 "attr64598") ) ) +(assert (myObject (attribute1 "attr64599") ) ) +(assert (myObject (attribute1 "attr64600") ) ) +(assert (myObject (attribute1 "attr64601") ) ) +(assert (myObject (attribute1 "attr64602") ) ) +(assert (myObject (attribute1 "attr64603") ) ) +(assert (myObject (attribute1 "attr64604") ) ) +(assert (myObject (attribute1 "attr64605") ) ) +(assert (myObject (attribute1 "attr64606") ) ) +(assert (myObject (attribute1 "attr64607") ) ) +(assert (myObject (attribute1 "attr64608") ) ) +(assert (myObject (attribute1 "attr64609") ) ) +(assert (myObject (attribute1 "attr64610") ) ) +(assert (myObject (attribute1 "attr64611") ) ) +(assert (myObject (attribute1 "attr64612") ) ) +(assert (myObject (attribute1 "attr64613") ) ) +(assert (myObject (attribute1 "attr64614") ) ) +(assert (myObject (attribute1 "attr64615") ) ) +(assert (myObject (attribute1 "attr64616") ) ) +(assert (myObject (attribute1 "attr64617") ) ) +(assert (myObject (attribute1 "attr64618") ) ) +(assert (myObject (attribute1 "attr64619") ) ) +(assert (myObject (attribute1 "attr64620") ) ) +(assert (myObject (attribute1 "attr64621") ) ) +(assert (myObject (attribute1 "attr64622") ) ) +(assert (myObject (attribute1 "attr64623") ) ) +(assert (myObject (attribute1 "attr64624") ) ) +(assert (myObject (attribute1 "attr64625") ) ) +(assert (myObject (attribute1 "attr64626") ) ) +(assert (myObject (attribute1 "attr64627") ) ) +(assert (myObject (attribute1 "attr64628") ) ) +(assert (myObject (attribute1 "attr64629") ) ) +(assert (myObject (attribute1 "attr64630") ) ) +(assert (myObject (attribute1 "attr64631") ) ) +(assert (myObject (attribute1 "attr64632") ) ) +(assert (myObject (attribute1 "attr64633") ) ) +(assert (myObject (attribute1 "attr64634") ) ) +(assert (myObject (attribute1 "attr64635") ) ) +(assert (myObject (attribute1 "attr64636") ) ) +(assert (myObject (attribute1 "attr64637") ) ) +(assert (myObject (attribute1 "attr64638") ) ) +(assert (myObject (attribute1 "attr64639") ) ) +(assert (myObject (attribute1 "attr64640") ) ) +(assert (myObject (attribute1 "attr64641") ) ) +(assert (myObject (attribute1 "attr64642") ) ) +(assert (myObject (attribute1 "attr64643") ) ) +(assert (myObject (attribute1 "attr64644") ) ) +(assert (myObject (attribute1 "attr64645") ) ) +(assert (myObject (attribute1 "attr64646") ) ) +(assert (myObject (attribute1 "attr64647") ) ) +(assert (myObject (attribute1 "attr64648") ) ) +(assert (myObject (attribute1 "attr64649") ) ) +(assert (myObject (attribute1 "attr64650") ) ) +(assert (myObject (attribute1 "attr64651") ) ) +(assert (myObject (attribute1 "attr64652") ) ) +(assert (myObject (attribute1 "attr64653") ) ) +(assert (myObject (attribute1 "attr64654") ) ) +(assert (myObject (attribute1 "attr64655") ) ) +(assert (myObject (attribute1 "attr64656") ) ) +(assert (myObject (attribute1 "attr64657") ) ) +(assert (myObject (attribute1 "attr64658") ) ) +(assert (myObject (attribute1 "attr64659") ) ) +(assert (myObject (attribute1 "attr64660") ) ) +(assert (myObject (attribute1 "attr64661") ) ) +(assert (myObject (attribute1 "attr64662") ) ) +(assert (myObject (attribute1 "attr64663") ) ) +(assert (myObject (attribute1 "attr64664") ) ) +(assert (myObject (attribute1 "attr64665") ) ) +(assert (myObject (attribute1 "attr64666") ) ) +(assert (myObject (attribute1 "attr64667") ) ) +(assert (myObject (attribute1 "attr64668") ) ) +(assert (myObject (attribute1 "attr64669") ) ) +(assert (myObject (attribute1 "attr64670") ) ) +(assert (myObject (attribute1 "attr64671") ) ) +(assert (myObject (attribute1 "attr64672") ) ) +(assert (myObject (attribute1 "attr64673") ) ) +(assert (myObject (attribute1 "attr64674") ) ) +(assert (myObject (attribute1 "attr64675") ) ) +(assert (myObject (attribute1 "attr64676") ) ) +(assert (myObject (attribute1 "attr64677") ) ) +(assert (myObject (attribute1 "attr64678") ) ) +(assert (myObject (attribute1 "attr64679") ) ) +(assert (myObject (attribute1 "attr64680") ) ) +(assert (myObject (attribute1 "attr64681") ) ) +(assert (myObject (attribute1 "attr64682") ) ) +(assert (myObject (attribute1 "attr64683") ) ) +(assert (myObject (attribute1 "attr64684") ) ) +(assert (myObject (attribute1 "attr64685") ) ) +(assert (myObject (attribute1 "attr64686") ) ) +(assert (myObject (attribute1 "attr64687") ) ) +(assert (myObject (attribute1 "attr64688") ) ) +(assert (myObject (attribute1 "attr64689") ) ) +(assert (myObject (attribute1 "attr64690") ) ) +(assert (myObject (attribute1 "attr64691") ) ) +(assert (myObject (attribute1 "attr64692") ) ) +(assert (myObject (attribute1 "attr64693") ) ) +(assert (myObject (attribute1 "attr64694") ) ) +(assert (myObject (attribute1 "attr64695") ) ) +(assert (myObject (attribute1 "attr64696") ) ) +(assert (myObject (attribute1 "attr64697") ) ) +(assert (myObject (attribute1 "attr64698") ) ) +(assert (myObject (attribute1 "attr64699") ) ) +(assert (myObject (attribute1 "attr64700") ) ) +(assert (myObject (attribute1 "attr64701") ) ) +(assert (myObject (attribute1 "attr64702") ) ) +(assert (myObject (attribute1 "attr64703") ) ) +(assert (myObject (attribute1 "attr64704") ) ) +(assert (myObject (attribute1 "attr64705") ) ) +(assert (myObject (attribute1 "attr64706") ) ) +(assert (myObject (attribute1 "attr64707") ) ) +(assert (myObject (attribute1 "attr64708") ) ) +(assert (myObject (attribute1 "attr64709") ) ) +(assert (myObject (attribute1 "attr64710") ) ) +(assert (myObject (attribute1 "attr64711") ) ) +(assert (myObject (attribute1 "attr64712") ) ) +(assert (myObject (attribute1 "attr64713") ) ) +(assert (myObject (attribute1 "attr64714") ) ) +(assert (myObject (attribute1 "attr64715") ) ) +(assert (myObject (attribute1 "attr64716") ) ) +(assert (myObject (attribute1 "attr64717") ) ) +(assert (myObject (attribute1 "attr64718") ) ) +(assert (myObject (attribute1 "attr64719") ) ) +(assert (myObject (attribute1 "attr64720") ) ) +(assert (myObject (attribute1 "attr64721") ) ) +(assert (myObject (attribute1 "attr64722") ) ) +(assert (myObject (attribute1 "attr64723") ) ) +(assert (myObject (attribute1 "attr64724") ) ) +(assert (myObject (attribute1 "attr64725") ) ) +(assert (myObject (attribute1 "attr64726") ) ) +(assert (myObject (attribute1 "attr64727") ) ) +(assert (myObject (attribute1 "attr64728") ) ) +(assert (myObject (attribute1 "attr64729") ) ) +(assert (myObject (attribute1 "attr64730") ) ) +(assert (myObject (attribute1 "attr64731") ) ) +(assert (myObject (attribute1 "attr64732") ) ) +(assert (myObject (attribute1 "attr64733") ) ) +(assert (myObject (attribute1 "attr64734") ) ) +(assert (myObject (attribute1 "attr64735") ) ) +(assert (myObject (attribute1 "attr64736") ) ) +(assert (myObject (attribute1 "attr64737") ) ) +(assert (myObject (attribute1 "attr64738") ) ) +(assert (myObject (attribute1 "attr64739") ) ) +(assert (myObject (attribute1 "attr64740") ) ) +(assert (myObject (attribute1 "attr64741") ) ) +(assert (myObject (attribute1 "attr64742") ) ) +(assert (myObject (attribute1 "attr64743") ) ) +(assert (myObject (attribute1 "attr64744") ) ) +(assert (myObject (attribute1 "attr64745") ) ) +(assert (myObject (attribute1 "attr64746") ) ) +(assert (myObject (attribute1 "attr64747") ) ) +(assert (myObject (attribute1 "attr64748") ) ) +(assert (myObject (attribute1 "attr64749") ) ) +(assert (myObject (attribute1 "attr64750") ) ) +(assert (myObject (attribute1 "attr64751") ) ) +(assert (myObject (attribute1 "attr64752") ) ) +(assert (myObject (attribute1 "attr64753") ) ) +(assert (myObject (attribute1 "attr64754") ) ) +(assert (myObject (attribute1 "attr64755") ) ) +(assert (myObject (attribute1 "attr64756") ) ) +(assert (myObject (attribute1 "attr64757") ) ) +(assert (myObject (attribute1 "attr64758") ) ) +(assert (myObject (attribute1 "attr64759") ) ) +(assert (myObject (attribute1 "attr64760") ) ) +(assert (myObject (attribute1 "attr64761") ) ) +(assert (myObject (attribute1 "attr64762") ) ) +(assert (myObject (attribute1 "attr64763") ) ) +(assert (myObject (attribute1 "attr64764") ) ) +(assert (myObject (attribute1 "attr64765") ) ) +(assert (myObject (attribute1 "attr64766") ) ) +(assert (myObject (attribute1 "attr64767") ) ) +(assert (myObject (attribute1 "attr64768") ) ) +(assert (myObject (attribute1 "attr64769") ) ) +(assert (myObject (attribute1 "attr64770") ) ) +(assert (myObject (attribute1 "attr64771") ) ) +(assert (myObject (attribute1 "attr64772") ) ) +(assert (myObject (attribute1 "attr64773") ) ) +(assert (myObject (attribute1 "attr64774") ) ) +(assert (myObject (attribute1 "attr64775") ) ) +(assert (myObject (attribute1 "attr64776") ) ) +(assert (myObject (attribute1 "attr64777") ) ) +(assert (myObject (attribute1 "attr64778") ) ) +(assert (myObject (attribute1 "attr64779") ) ) +(assert (myObject (attribute1 "attr64780") ) ) +(assert (myObject (attribute1 "attr64781") ) ) +(assert (myObject (attribute1 "attr64782") ) ) +(assert (myObject (attribute1 "attr64783") ) ) +(assert (myObject (attribute1 "attr64784") ) ) +(assert (myObject (attribute1 "attr64785") ) ) +(assert (myObject (attribute1 "attr64786") ) ) +(assert (myObject (attribute1 "attr64787") ) ) +(assert (myObject (attribute1 "attr64788") ) ) +(assert (myObject (attribute1 "attr64789") ) ) +(assert (myObject (attribute1 "attr64790") ) ) +(assert (myObject (attribute1 "attr64791") ) ) +(assert (myObject (attribute1 "attr64792") ) ) +(assert (myObject (attribute1 "attr64793") ) ) +(assert (myObject (attribute1 "attr64794") ) ) +(assert (myObject (attribute1 "attr64795") ) ) +(assert (myObject (attribute1 "attr64796") ) ) +(assert (myObject (attribute1 "attr64797") ) ) +(assert (myObject (attribute1 "attr64798") ) ) +(assert (myObject (attribute1 "attr64799") ) ) +(assert (myObject (attribute1 "attr64800") ) ) +(assert (myObject (attribute1 "attr64801") ) ) +(assert (myObject (attribute1 "attr64802") ) ) +(assert (myObject (attribute1 "attr64803") ) ) +(assert (myObject (attribute1 "attr64804") ) ) +(assert (myObject (attribute1 "attr64805") ) ) +(assert (myObject (attribute1 "attr64806") ) ) +(assert (myObject (attribute1 "attr64807") ) ) +(assert (myObject (attribute1 "attr64808") ) ) +(assert (myObject (attribute1 "attr64809") ) ) +(assert (myObject (attribute1 "attr64810") ) ) +(assert (myObject (attribute1 "attr64811") ) ) +(assert (myObject (attribute1 "attr64812") ) ) +(assert (myObject (attribute1 "attr64813") ) ) +(assert (myObject (attribute1 "attr64814") ) ) +(assert (myObject (attribute1 "attr64815") ) ) +(assert (myObject (attribute1 "attr64816") ) ) +(assert (myObject (attribute1 "attr64817") ) ) +(assert (myObject (attribute1 "attr64818") ) ) +(assert (myObject (attribute1 "attr64819") ) ) +(assert (myObject (attribute1 "attr64820") ) ) +(assert (myObject (attribute1 "attr64821") ) ) +(assert (myObject (attribute1 "attr64822") ) ) +(assert (myObject (attribute1 "attr64823") ) ) +(assert (myObject (attribute1 "attr64824") ) ) +(assert (myObject (attribute1 "attr64825") ) ) +(assert (myObject (attribute1 "attr64826") ) ) +(assert (myObject (attribute1 "attr64827") ) ) +(assert (myObject (attribute1 "attr64828") ) ) +(assert (myObject (attribute1 "attr64829") ) ) +(assert (myObject (attribute1 "attr64830") ) ) +(assert (myObject (attribute1 "attr64831") ) ) +(assert (myObject (attribute1 "attr64832") ) ) +(assert (myObject (attribute1 "attr64833") ) ) +(assert (myObject (attribute1 "attr64834") ) ) +(assert (myObject (attribute1 "attr64835") ) ) +(assert (myObject (attribute1 "attr64836") ) ) +(assert (myObject (attribute1 "attr64837") ) ) +(assert (myObject (attribute1 "attr64838") ) ) +(assert (myObject (attribute1 "attr64839") ) ) +(assert (myObject (attribute1 "attr64840") ) ) +(assert (myObject (attribute1 "attr64841") ) ) +(assert (myObject (attribute1 "attr64842") ) ) +(assert (myObject (attribute1 "attr64843") ) ) +(assert (myObject (attribute1 "attr64844") ) ) +(assert (myObject (attribute1 "attr64845") ) ) +(assert (myObject (attribute1 "attr64846") ) ) +(assert (myObject (attribute1 "attr64847") ) ) +(assert (myObject (attribute1 "attr64848") ) ) +(assert (myObject (attribute1 "attr64849") ) ) +(assert (myObject (attribute1 "attr64850") ) ) +(assert (myObject (attribute1 "attr64851") ) ) +(assert (myObject (attribute1 "attr64852") ) ) +(assert (myObject (attribute1 "attr64853") ) ) +(assert (myObject (attribute1 "attr64854") ) ) +(assert (myObject (attribute1 "attr64855") ) ) +(assert (myObject (attribute1 "attr64856") ) ) +(assert (myObject (attribute1 "attr64857") ) ) +(assert (myObject (attribute1 "attr64858") ) ) +(assert (myObject (attribute1 "attr64859") ) ) +(assert (myObject (attribute1 "attr64860") ) ) +(assert (myObject (attribute1 "attr64861") ) ) +(assert (myObject (attribute1 "attr64862") ) ) +(assert (myObject (attribute1 "attr64863") ) ) +(assert (myObject (attribute1 "attr64864") ) ) +(assert (myObject (attribute1 "attr64865") ) ) +(assert (myObject (attribute1 "attr64866") ) ) +(assert (myObject (attribute1 "attr64867") ) ) +(assert (myObject (attribute1 "attr64868") ) ) +(assert (myObject (attribute1 "attr64869") ) ) +(assert (myObject (attribute1 "attr64870") ) ) +(assert (myObject (attribute1 "attr64871") ) ) +(assert (myObject (attribute1 "attr64872") ) ) +(assert (myObject (attribute1 "attr64873") ) ) +(assert (myObject (attribute1 "attr64874") ) ) +(assert (myObject (attribute1 "attr64875") ) ) +(assert (myObject (attribute1 "attr64876") ) ) +(assert (myObject (attribute1 "attr64877") ) ) +(assert (myObject (attribute1 "attr64878") ) ) +(assert (myObject (attribute1 "attr64879") ) ) +(assert (myObject (attribute1 "attr64880") ) ) +(assert (myObject (attribute1 "attr64881") ) ) +(assert (myObject (attribute1 "attr64882") ) ) +(assert (myObject (attribute1 "attr64883") ) ) +(assert (myObject (attribute1 "attr64884") ) ) +(assert (myObject (attribute1 "attr64885") ) ) +(assert (myObject (attribute1 "attr64886") ) ) +(assert (myObject (attribute1 "attr64887") ) ) +(assert (myObject (attribute1 "attr64888") ) ) +(assert (myObject (attribute1 "attr64889") ) ) +(assert (myObject (attribute1 "attr64890") ) ) +(assert (myObject (attribute1 "attr64891") ) ) +(assert (myObject (attribute1 "attr64892") ) ) +(assert (myObject (attribute1 "attr64893") ) ) +(assert (myObject (attribute1 "attr64894") ) ) +(assert (myObject (attribute1 "attr64895") ) ) +(assert (myObject (attribute1 "attr64896") ) ) +(assert (myObject (attribute1 "attr64897") ) ) +(assert (myObject (attribute1 "attr64898") ) ) +(assert (myObject (attribute1 "attr64899") ) ) +(assert (myObject (attribute1 "attr64900") ) ) +(assert (myObject (attribute1 "attr64901") ) ) +(assert (myObject (attribute1 "attr64902") ) ) +(assert (myObject (attribute1 "attr64903") ) ) +(assert (myObject (attribute1 "attr64904") ) ) +(assert (myObject (attribute1 "attr64905") ) ) +(assert (myObject (attribute1 "attr64906") ) ) +(assert (myObject (attribute1 "attr64907") ) ) +(assert (myObject (attribute1 "attr64908") ) ) +(assert (myObject (attribute1 "attr64909") ) ) +(assert (myObject (attribute1 "attr64910") ) ) +(assert (myObject (attribute1 "attr64911") ) ) +(assert (myObject (attribute1 "attr64912") ) ) +(assert (myObject (attribute1 "attr64913") ) ) +(assert (myObject (attribute1 "attr64914") ) ) +(assert (myObject (attribute1 "attr64915") ) ) +(assert (myObject (attribute1 "attr64916") ) ) +(assert (myObject (attribute1 "attr64917") ) ) +(assert (myObject (attribute1 "attr64918") ) ) +(assert (myObject (attribute1 "attr64919") ) ) +(assert (myObject (attribute1 "attr64920") ) ) +(assert (myObject (attribute1 "attr64921") ) ) +(assert (myObject (attribute1 "attr64922") ) ) +(assert (myObject (attribute1 "attr64923") ) ) +(assert (myObject (attribute1 "attr64924") ) ) +(assert (myObject (attribute1 "attr64925") ) ) +(assert (myObject (attribute1 "attr64926") ) ) +(assert (myObject (attribute1 "attr64927") ) ) +(assert (myObject (attribute1 "attr64928") ) ) +(assert (myObject (attribute1 "attr64929") ) ) +(assert (myObject (attribute1 "attr64930") ) ) +(assert (myObject (attribute1 "attr64931") ) ) +(assert (myObject (attribute1 "attr64932") ) ) +(assert (myObject (attribute1 "attr64933") ) ) +(assert (myObject (attribute1 "attr64934") ) ) +(assert (myObject (attribute1 "attr64935") ) ) +(assert (myObject (attribute1 "attr64936") ) ) +(assert (myObject (attribute1 "attr64937") ) ) +(assert (myObject (attribute1 "attr64938") ) ) +(assert (myObject (attribute1 "attr64939") ) ) +(assert (myObject (attribute1 "attr64940") ) ) +(assert (myObject (attribute1 "attr64941") ) ) +(assert (myObject (attribute1 "attr64942") ) ) +(assert (myObject (attribute1 "attr64943") ) ) +(assert (myObject (attribute1 "attr64944") ) ) +(assert (myObject (attribute1 "attr64945") ) ) +(assert (myObject (attribute1 "attr64946") ) ) +(assert (myObject (attribute1 "attr64947") ) ) +(assert (myObject (attribute1 "attr64948") ) ) +(assert (myObject (attribute1 "attr64949") ) ) +(assert (myObject (attribute1 "attr64950") ) ) +(assert (myObject (attribute1 "attr64951") ) ) +(assert (myObject (attribute1 "attr64952") ) ) +(assert (myObject (attribute1 "attr64953") ) ) +(assert (myObject (attribute1 "attr64954") ) ) +(assert (myObject (attribute1 "attr64955") ) ) +(assert (myObject (attribute1 "attr64956") ) ) +(assert (myObject (attribute1 "attr64957") ) ) +(assert (myObject (attribute1 "attr64958") ) ) +(assert (myObject (attribute1 "attr64959") ) ) +(assert (myObject (attribute1 "attr64960") ) ) +(assert (myObject (attribute1 "attr64961") ) ) +(assert (myObject (attribute1 "attr64962") ) ) +(assert (myObject (attribute1 "attr64963") ) ) +(assert (myObject (attribute1 "attr64964") ) ) +(assert (myObject (attribute1 "attr64965") ) ) +(assert (myObject (attribute1 "attr64966") ) ) +(assert (myObject (attribute1 "attr64967") ) ) +(assert (myObject (attribute1 "attr64968") ) ) +(assert (myObject (attribute1 "attr64969") ) ) +(assert (myObject (attribute1 "attr64970") ) ) +(assert (myObject (attribute1 "attr64971") ) ) +(assert (myObject (attribute1 "attr64972") ) ) +(assert (myObject (attribute1 "attr64973") ) ) +(assert (myObject (attribute1 "attr64974") ) ) +(assert (myObject (attribute1 "attr64975") ) ) +(assert (myObject (attribute1 "attr64976") ) ) +(assert (myObject (attribute1 "attr64977") ) ) +(assert (myObject (attribute1 "attr64978") ) ) +(assert (myObject (attribute1 "attr64979") ) ) +(assert (myObject (attribute1 "attr64980") ) ) +(assert (myObject (attribute1 "attr64981") ) ) +(assert (myObject (attribute1 "attr64982") ) ) +(assert (myObject (attribute1 "attr64983") ) ) +(assert (myObject (attribute1 "attr64984") ) ) +(assert (myObject (attribute1 "attr64985") ) ) +(assert (myObject (attribute1 "attr64986") ) ) +(assert (myObject (attribute1 "attr64987") ) ) +(assert (myObject (attribute1 "attr64988") ) ) +(assert (myObject (attribute1 "attr64989") ) ) +(assert (myObject (attribute1 "attr64990") ) ) +(assert (myObject (attribute1 "attr64991") ) ) +(assert (myObject (attribute1 "attr64992") ) ) +(assert (myObject (attribute1 "attr64993") ) ) +(assert (myObject (attribute1 "attr64994") ) ) +(assert (myObject (attribute1 "attr64995") ) ) +(assert (myObject (attribute1 "attr64996") ) ) +(assert (myObject (attribute1 "attr64997") ) ) +(assert (myObject (attribute1 "attr64998") ) ) +(assert (myObject (attribute1 "attr64999") ) ) +(assert (myObject (attribute1 "attr65000") ) ) +(assert (myObject (attribute1 "attr65001") ) ) +(assert (myObject (attribute1 "attr65002") ) ) +(assert (myObject (attribute1 "attr65003") ) ) +(assert (myObject (attribute1 "attr65004") ) ) +(assert (myObject (attribute1 "attr65005") ) ) +(assert (myObject (attribute1 "attr65006") ) ) +(assert (myObject (attribute1 "attr65007") ) ) +(assert (myObject (attribute1 "attr65008") ) ) +(assert (myObject (attribute1 "attr65009") ) ) +(assert (myObject (attribute1 "attr65010") ) ) +(assert (myObject (attribute1 "attr65011") ) ) +(assert (myObject (attribute1 "attr65012") ) ) +(assert (myObject (attribute1 "attr65013") ) ) +(assert (myObject (attribute1 "attr65014") ) ) +(assert (myObject (attribute1 "attr65015") ) ) +(assert (myObject (attribute1 "attr65016") ) ) +(assert (myObject (attribute1 "attr65017") ) ) +(assert (myObject (attribute1 "attr65018") ) ) +(assert (myObject (attribute1 "attr65019") ) ) +(assert (myObject (attribute1 "attr65020") ) ) +(assert (myObject (attribute1 "attr65021") ) ) +(assert (myObject (attribute1 "attr65022") ) ) +(assert (myObject (attribute1 "attr65023") ) ) +(assert (myObject (attribute1 "attr65024") ) ) +(assert (myObject (attribute1 "attr65025") ) ) +(assert (myObject (attribute1 "attr65026") ) ) +(assert (myObject (attribute1 "attr65027") ) ) +(assert (myObject (attribute1 "attr65028") ) ) +(assert (myObject (attribute1 "attr65029") ) ) +(assert (myObject (attribute1 "attr65030") ) ) +(assert (myObject (attribute1 "attr65031") ) ) +(assert (myObject (attribute1 "attr65032") ) ) +(assert (myObject (attribute1 "attr65033") ) ) +(assert (myObject (attribute1 "attr65034") ) ) +(assert (myObject (attribute1 "attr65035") ) ) +(assert (myObject (attribute1 "attr65036") ) ) +(assert (myObject (attribute1 "attr65037") ) ) +(assert (myObject (attribute1 "attr65038") ) ) +(assert (myObject (attribute1 "attr65039") ) ) +(assert (myObject (attribute1 "attr65040") ) ) +(assert (myObject (attribute1 "attr65041") ) ) +(assert (myObject (attribute1 "attr65042") ) ) +(assert (myObject (attribute1 "attr65043") ) ) +(assert (myObject (attribute1 "attr65044") ) ) +(assert (myObject (attribute1 "attr65045") ) ) +(assert (myObject (attribute1 "attr65046") ) ) +(assert (myObject (attribute1 "attr65047") ) ) +(assert (myObject (attribute1 "attr65048") ) ) +(assert (myObject (attribute1 "attr65049") ) ) +(assert (myObject (attribute1 "attr65050") ) ) +(assert (myObject (attribute1 "attr65051") ) ) +(assert (myObject (attribute1 "attr65052") ) ) +(assert (myObject (attribute1 "attr65053") ) ) +(assert (myObject (attribute1 "attr65054") ) ) +(assert (myObject (attribute1 "attr65055") ) ) +(assert (myObject (attribute1 "attr65056") ) ) +(assert (myObject (attribute1 "attr65057") ) ) +(assert (myObject (attribute1 "attr65058") ) ) +(assert (myObject (attribute1 "attr65059") ) ) +(assert (myObject (attribute1 "attr65060") ) ) +(assert (myObject (attribute1 "attr65061") ) ) +(assert (myObject (attribute1 "attr65062") ) ) +(assert (myObject (attribute1 "attr65063") ) ) +(assert (myObject (attribute1 "attr65064") ) ) +(assert (myObject (attribute1 "attr65065") ) ) +(assert (myObject (attribute1 "attr65066") ) ) +(assert (myObject (attribute1 "attr65067") ) ) +(assert (myObject (attribute1 "attr65068") ) ) +(assert (myObject (attribute1 "attr65069") ) ) +(assert (myObject (attribute1 "attr65070") ) ) +(assert (myObject (attribute1 "attr65071") ) ) +(assert (myObject (attribute1 "attr65072") ) ) +(assert (myObject (attribute1 "attr65073") ) ) +(assert (myObject (attribute1 "attr65074") ) ) +(assert (myObject (attribute1 "attr65075") ) ) +(assert (myObject (attribute1 "attr65076") ) ) +(assert (myObject (attribute1 "attr65077") ) ) +(assert (myObject (attribute1 "attr65078") ) ) +(assert (myObject (attribute1 "attr65079") ) ) +(assert (myObject (attribute1 "attr65080") ) ) +(assert (myObject (attribute1 "attr65081") ) ) +(assert (myObject (attribute1 "attr65082") ) ) +(assert (myObject (attribute1 "attr65083") ) ) +(assert (myObject (attribute1 "attr65084") ) ) +(assert (myObject (attribute1 "attr65085") ) ) +(assert (myObject (attribute1 "attr65086") ) ) +(assert (myObject (attribute1 "attr65087") ) ) +(assert (myObject (attribute1 "attr65088") ) ) +(assert (myObject (attribute1 "attr65089") ) ) +(assert (myObject (attribute1 "attr65090") ) ) +(assert (myObject (attribute1 "attr65091") ) ) +(assert (myObject (attribute1 "attr65092") ) ) +(assert (myObject (attribute1 "attr65093") ) ) +(assert (myObject (attribute1 "attr65094") ) ) +(assert (myObject (attribute1 "attr65095") ) ) +(assert (myObject (attribute1 "attr65096") ) ) +(assert (myObject (attribute1 "attr65097") ) ) +(assert (myObject (attribute1 "attr65098") ) ) +(assert (myObject (attribute1 "attr65099") ) ) +(assert (myObject (attribute1 "attr65100") ) ) +(assert (myObject (attribute1 "attr65101") ) ) +(assert (myObject (attribute1 "attr65102") ) ) +(assert (myObject (attribute1 "attr65103") ) ) +(assert (myObject (attribute1 "attr65104") ) ) +(assert (myObject (attribute1 "attr65105") ) ) +(assert (myObject (attribute1 "attr65106") ) ) +(assert (myObject (attribute1 "attr65107") ) ) +(assert (myObject (attribute1 "attr65108") ) ) +(assert (myObject (attribute1 "attr65109") ) ) +(assert (myObject (attribute1 "attr65110") ) ) +(assert (myObject (attribute1 "attr65111") ) ) +(assert (myObject (attribute1 "attr65112") ) ) +(assert (myObject (attribute1 "attr65113") ) ) +(assert (myObject (attribute1 "attr65114") ) ) +(assert (myObject (attribute1 "attr65115") ) ) +(assert (myObject (attribute1 "attr65116") ) ) +(assert (myObject (attribute1 "attr65117") ) ) +(assert (myObject (attribute1 "attr65118") ) ) +(assert (myObject (attribute1 "attr65119") ) ) +(assert (myObject (attribute1 "attr65120") ) ) +(assert (myObject (attribute1 "attr65121") ) ) +(assert (myObject (attribute1 "attr65122") ) ) +(assert (myObject (attribute1 "attr65123") ) ) +(assert (myObject (attribute1 "attr65124") ) ) +(assert (myObject (attribute1 "attr65125") ) ) +(assert (myObject (attribute1 "attr65126") ) ) +(assert (myObject (attribute1 "attr65127") ) ) +(assert (myObject (attribute1 "attr65128") ) ) +(assert (myObject (attribute1 "attr65129") ) ) +(assert (myObject (attribute1 "attr65130") ) ) +(assert (myObject (attribute1 "attr65131") ) ) +(assert (myObject (attribute1 "attr65132") ) ) +(assert (myObject (attribute1 "attr65133") ) ) +(assert (myObject (attribute1 "attr65134") ) ) +(assert (myObject (attribute1 "attr65135") ) ) +(assert (myObject (attribute1 "attr65136") ) ) +(assert (myObject (attribute1 "attr65137") ) ) +(assert (myObject (attribute1 "attr65138") ) ) +(assert (myObject (attribute1 "attr65139") ) ) +(assert (myObject (attribute1 "attr65140") ) ) +(assert (myObject (attribute1 "attr65141") ) ) +(assert (myObject (attribute1 "attr65142") ) ) +(assert (myObject (attribute1 "attr65143") ) ) +(assert (myObject (attribute1 "attr65144") ) ) +(assert (myObject (attribute1 "attr65145") ) ) +(assert (myObject (attribute1 "attr65146") ) ) +(assert (myObject (attribute1 "attr65147") ) ) +(assert (myObject (attribute1 "attr65148") ) ) +(assert (myObject (attribute1 "attr65149") ) ) +(assert (myObject (attribute1 "attr65150") ) ) +(assert (myObject (attribute1 "attr65151") ) ) +(assert (myObject (attribute1 "attr65152") ) ) +(assert (myObject (attribute1 "attr65153") ) ) +(assert (myObject (attribute1 "attr65154") ) ) +(assert (myObject (attribute1 "attr65155") ) ) +(assert (myObject (attribute1 "attr65156") ) ) +(assert (myObject (attribute1 "attr65157") ) ) +(assert (myObject (attribute1 "attr65158") ) ) +(assert (myObject (attribute1 "attr65159") ) ) +(assert (myObject (attribute1 "attr65160") ) ) +(assert (myObject (attribute1 "attr65161") ) ) +(assert (myObject (attribute1 "attr65162") ) ) +(assert (myObject (attribute1 "attr65163") ) ) +(assert (myObject (attribute1 "attr65164") ) ) +(assert (myObject (attribute1 "attr65165") ) ) +(assert (myObject (attribute1 "attr65166") ) ) +(assert (myObject (attribute1 "attr65167") ) ) +(assert (myObject (attribute1 "attr65168") ) ) +(assert (myObject (attribute1 "attr65169") ) ) +(assert (myObject (attribute1 "attr65170") ) ) +(assert (myObject (attribute1 "attr65171") ) ) +(assert (myObject (attribute1 "attr65172") ) ) +(assert (myObject (attribute1 "attr65173") ) ) +(assert (myObject (attribute1 "attr65174") ) ) +(assert (myObject (attribute1 "attr65175") ) ) +(assert (myObject (attribute1 "attr65176") ) ) +(assert (myObject (attribute1 "attr65177") ) ) +(assert (myObject (attribute1 "attr65178") ) ) +(assert (myObject (attribute1 "attr65179") ) ) +(assert (myObject (attribute1 "attr65180") ) ) +(assert (myObject (attribute1 "attr65181") ) ) +(assert (myObject (attribute1 "attr65182") ) ) +(assert (myObject (attribute1 "attr65183") ) ) +(assert (myObject (attribute1 "attr65184") ) ) +(assert (myObject (attribute1 "attr65185") ) ) +(assert (myObject (attribute1 "attr65186") ) ) +(assert (myObject (attribute1 "attr65187") ) ) +(assert (myObject (attribute1 "attr65188") ) ) +(assert (myObject (attribute1 "attr65189") ) ) +(assert (myObject (attribute1 "attr65190") ) ) +(assert (myObject (attribute1 "attr65191") ) ) +(assert (myObject (attribute1 "attr65192") ) ) +(assert (myObject (attribute1 "attr65193") ) ) +(assert (myObject (attribute1 "attr65194") ) ) +(assert (myObject (attribute1 "attr65195") ) ) +(assert (myObject (attribute1 "attr65196") ) ) +(assert (myObject (attribute1 "attr65197") ) ) +(assert (myObject (attribute1 "attr65198") ) ) +(assert (myObject (attribute1 "attr65199") ) ) +(assert (myObject (attribute1 "attr65200") ) ) +(assert (myObject (attribute1 "attr65201") ) ) +(assert (myObject (attribute1 "attr65202") ) ) +(assert (myObject (attribute1 "attr65203") ) ) +(assert (myObject (attribute1 "attr65204") ) ) +(assert (myObject (attribute1 "attr65205") ) ) +(assert (myObject (attribute1 "attr65206") ) ) +(assert (myObject (attribute1 "attr65207") ) ) +(assert (myObject (attribute1 "attr65208") ) ) +(assert (myObject (attribute1 "attr65209") ) ) +(assert (myObject (attribute1 "attr65210") ) ) +(assert (myObject (attribute1 "attr65211") ) ) +(assert (myObject (attribute1 "attr65212") ) ) +(assert (myObject (attribute1 "attr65213") ) ) +(assert (myObject (attribute1 "attr65214") ) ) +(assert (myObject (attribute1 "attr65215") ) ) +(assert (myObject (attribute1 "attr65216") ) ) +(assert (myObject (attribute1 "attr65217") ) ) +(assert (myObject (attribute1 "attr65218") ) ) +(assert (myObject (attribute1 "attr65219") ) ) +(assert (myObject (attribute1 "attr65220") ) ) +(assert (myObject (attribute1 "attr65221") ) ) +(assert (myObject (attribute1 "attr65222") ) ) +(assert (myObject (attribute1 "attr65223") ) ) +(assert (myObject (attribute1 "attr65224") ) ) +(assert (myObject (attribute1 "attr65225") ) ) +(assert (myObject (attribute1 "attr65226") ) ) +(assert (myObject (attribute1 "attr65227") ) ) +(assert (myObject (attribute1 "attr65228") ) ) +(assert (myObject (attribute1 "attr65229") ) ) +(assert (myObject (attribute1 "attr65230") ) ) +(assert (myObject (attribute1 "attr65231") ) ) +(assert (myObject (attribute1 "attr65232") ) ) +(assert (myObject (attribute1 "attr65233") ) ) +(assert (myObject (attribute1 "attr65234") ) ) +(assert (myObject (attribute1 "attr65235") ) ) +(assert (myObject (attribute1 "attr65236") ) ) +(assert (myObject (attribute1 "attr65237") ) ) +(assert (myObject (attribute1 "attr65238") ) ) +(assert (myObject (attribute1 "attr65239") ) ) +(assert (myObject (attribute1 "attr65240") ) ) +(assert (myObject (attribute1 "attr65241") ) ) +(assert (myObject (attribute1 "attr65242") ) ) +(assert (myObject (attribute1 "attr65243") ) ) +(assert (myObject (attribute1 "attr65244") ) ) +(assert (myObject (attribute1 "attr65245") ) ) +(assert (myObject (attribute1 "attr65246") ) ) +(assert (myObject (attribute1 "attr65247") ) ) +(assert (myObject (attribute1 "attr65248") ) ) +(assert (myObject (attribute1 "attr65249") ) ) +(assert (myObject (attribute1 "attr65250") ) ) +(assert (myObject (attribute1 "attr65251") ) ) +(assert (myObject (attribute1 "attr65252") ) ) +(assert (myObject (attribute1 "attr65253") ) ) +(assert (myObject (attribute1 "attr65254") ) ) +(assert (myObject (attribute1 "attr65255") ) ) +(assert (myObject (attribute1 "attr65256") ) ) +(assert (myObject (attribute1 "attr65257") ) ) +(assert (myObject (attribute1 "attr65258") ) ) +(assert (myObject (attribute1 "attr65259") ) ) +(assert (myObject (attribute1 "attr65260") ) ) +(assert (myObject (attribute1 "attr65261") ) ) +(assert (myObject (attribute1 "attr65262") ) ) +(assert (myObject (attribute1 "attr65263") ) ) +(assert (myObject (attribute1 "attr65264") ) ) +(assert (myObject (attribute1 "attr65265") ) ) +(assert (myObject (attribute1 "attr65266") ) ) +(assert (myObject (attribute1 "attr65267") ) ) +(assert (myObject (attribute1 "attr65268") ) ) +(assert (myObject (attribute1 "attr65269") ) ) +(assert (myObject (attribute1 "attr65270") ) ) +(assert (myObject (attribute1 "attr65271") ) ) +(assert (myObject (attribute1 "attr65272") ) ) +(assert (myObject (attribute1 "attr65273") ) ) +(assert (myObject (attribute1 "attr65274") ) ) +(assert (myObject (attribute1 "attr65275") ) ) +(assert (myObject (attribute1 "attr65276") ) ) +(assert (myObject (attribute1 "attr65277") ) ) +(assert (myObject (attribute1 "attr65278") ) ) +(assert (myObject (attribute1 "attr65279") ) ) +(assert (myObject (attribute1 "attr65280") ) ) +(assert (myObject (attribute1 "attr65281") ) ) +(assert (myObject (attribute1 "attr65282") ) ) +(assert (myObject (attribute1 "attr65283") ) ) +(assert (myObject (attribute1 "attr65284") ) ) +(assert (myObject (attribute1 "attr65285") ) ) +(assert (myObject (attribute1 "attr65286") ) ) +(assert (myObject (attribute1 "attr65287") ) ) +(assert (myObject (attribute1 "attr65288") ) ) +(assert (myObject (attribute1 "attr65289") ) ) +(assert (myObject (attribute1 "attr65290") ) ) +(assert (myObject (attribute1 "attr65291") ) ) +(assert (myObject (attribute1 "attr65292") ) ) +(assert (myObject (attribute1 "attr65293") ) ) +(assert (myObject (attribute1 "attr65294") ) ) +(assert (myObject (attribute1 "attr65295") ) ) +(assert (myObject (attribute1 "attr65296") ) ) +(assert (myObject (attribute1 "attr65297") ) ) +(assert (myObject (attribute1 "attr65298") ) ) +(assert (myObject (attribute1 "attr65299") ) ) +(assert (myObject (attribute1 "attr65300") ) ) +(assert (myObject (attribute1 "attr65301") ) ) +(assert (myObject (attribute1 "attr65302") ) ) +(assert (myObject (attribute1 "attr65303") ) ) +(assert (myObject (attribute1 "attr65304") ) ) +(assert (myObject (attribute1 "attr65305") ) ) +(assert (myObject (attribute1 "attr65306") ) ) +(assert (myObject (attribute1 "attr65307") ) ) +(assert (myObject (attribute1 "attr65308") ) ) +(assert (myObject (attribute1 "attr65309") ) ) +(assert (myObject (attribute1 "attr65310") ) ) +(assert (myObject (attribute1 "attr65311") ) ) +(assert (myObject (attribute1 "attr65312") ) ) +(assert (myObject (attribute1 "attr65313") ) ) +(assert (myObject (attribute1 "attr65314") ) ) +(assert (myObject (attribute1 "attr65315") ) ) +(assert (myObject (attribute1 "attr65316") ) ) +(assert (myObject (attribute1 "attr65317") ) ) +(assert (myObject (attribute1 "attr65318") ) ) +(assert (myObject (attribute1 "attr65319") ) ) +(assert (myObject (attribute1 "attr65320") ) ) +(assert (myObject (attribute1 "attr65321") ) ) +(assert (myObject (attribute1 "attr65322") ) ) +(assert (myObject (attribute1 "attr65323") ) ) +(assert (myObject (attribute1 "attr65324") ) ) +(assert (myObject (attribute1 "attr65325") ) ) +(assert (myObject (attribute1 "attr65326") ) ) +(assert (myObject (attribute1 "attr65327") ) ) +(assert (myObject (attribute1 "attr65328") ) ) +(assert (myObject (attribute1 "attr65329") ) ) +(assert (myObject (attribute1 "attr65330") ) ) +(assert (myObject (attribute1 "attr65331") ) ) +(assert (myObject (attribute1 "attr65332") ) ) +(assert (myObject (attribute1 "attr65333") ) ) +(assert (myObject (attribute1 "attr65334") ) ) +(assert (myObject (attribute1 "attr65335") ) ) +(assert (myObject (attribute1 "attr65336") ) ) +(assert (myObject (attribute1 "attr65337") ) ) +(assert (myObject (attribute1 "attr65338") ) ) +(assert (myObject (attribute1 "attr65339") ) ) +(assert (myObject (attribute1 "attr65340") ) ) +(assert (myObject (attribute1 "attr65341") ) ) +(assert (myObject (attribute1 "attr65342") ) ) +(assert (myObject (attribute1 "attr65343") ) ) +(assert (myObject (attribute1 "attr65344") ) ) +(assert (myObject (attribute1 "attr65345") ) ) +(assert (myObject (attribute1 "attr65346") ) ) +(assert (myObject (attribute1 "attr65347") ) ) +(assert (myObject (attribute1 "attr65348") ) ) +(assert (myObject (attribute1 "attr65349") ) ) +(assert (myObject (attribute1 "attr65350") ) ) +(assert (myObject (attribute1 "attr65351") ) ) +(assert (myObject (attribute1 "attr65352") ) ) +(assert (myObject (attribute1 "attr65353") ) ) +(assert (myObject (attribute1 "attr65354") ) ) +(assert (myObject (attribute1 "attr65355") ) ) +(assert (myObject (attribute1 "attr65356") ) ) +(assert (myObject (attribute1 "attr65357") ) ) +(assert (myObject (attribute1 "attr65358") ) ) +(assert (myObject (attribute1 "attr65359") ) ) +(assert (myObject (attribute1 "attr65360") ) ) +(assert (myObject (attribute1 "attr65361") ) ) +(assert (myObject (attribute1 "attr65362") ) ) +(assert (myObject (attribute1 "attr65363") ) ) +(assert (myObject (attribute1 "attr65364") ) ) +(assert (myObject (attribute1 "attr65365") ) ) +(assert (myObject (attribute1 "attr65366") ) ) +(assert (myObject (attribute1 "attr65367") ) ) +(assert (myObject (attribute1 "attr65368") ) ) +(assert (myObject (attribute1 "attr65369") ) ) +(assert (myObject (attribute1 "attr65370") ) ) +(assert (myObject (attribute1 "attr65371") ) ) +(assert (myObject (attribute1 "attr65372") ) ) +(assert (myObject (attribute1 "attr65373") ) ) +(assert (myObject (attribute1 "attr65374") ) ) +(assert (myObject (attribute1 "attr65375") ) ) +(assert (myObject (attribute1 "attr65376") ) ) +(assert (myObject (attribute1 "attr65377") ) ) +(assert (myObject (attribute1 "attr65378") ) ) +(assert (myObject (attribute1 "attr65379") ) ) +(assert (myObject (attribute1 "attr65380") ) ) +(assert (myObject (attribute1 "attr65381") ) ) +(assert (myObject (attribute1 "attr65382") ) ) +(assert (myObject (attribute1 "attr65383") ) ) +(assert (myObject (attribute1 "attr65384") ) ) +(assert (myObject (attribute1 "attr65385") ) ) +(assert (myObject (attribute1 "attr65386") ) ) +(assert (myObject (attribute1 "attr65387") ) ) +(assert (myObject (attribute1 "attr65388") ) ) +(assert (myObject (attribute1 "attr65389") ) ) +(assert (myObject (attribute1 "attr65390") ) ) +(assert (myObject (attribute1 "attr65391") ) ) +(assert (myObject (attribute1 "attr65392") ) ) +(assert (myObject (attribute1 "attr65393") ) ) +(assert (myObject (attribute1 "attr65394") ) ) +(assert (myObject (attribute1 "attr65395") ) ) +(assert (myObject (attribute1 "attr65396") ) ) +(assert (myObject (attribute1 "attr65397") ) ) +(assert (myObject (attribute1 "attr65398") ) ) +(assert (myObject (attribute1 "attr65399") ) ) +(assert (myObject (attribute1 "attr65400") ) ) +(assert (myObject (attribute1 "attr65401") ) ) +(assert (myObject (attribute1 "attr65402") ) ) +(assert (myObject (attribute1 "attr65403") ) ) +(assert (myObject (attribute1 "attr65404") ) ) +(assert (myObject (attribute1 "attr65405") ) ) +(assert (myObject (attribute1 "attr65406") ) ) +(assert (myObject (attribute1 "attr65407") ) ) +(assert (myObject (attribute1 "attr65408") ) ) +(assert (myObject (attribute1 "attr65409") ) ) +(assert (myObject (attribute1 "attr65410") ) ) +(assert (myObject (attribute1 "attr65411") ) ) +(assert (myObject (attribute1 "attr65412") ) ) +(assert (myObject (attribute1 "attr65413") ) ) +(assert (myObject (attribute1 "attr65414") ) ) +(assert (myObject (attribute1 "attr65415") ) ) +(assert (myObject (attribute1 "attr65416") ) ) +(assert (myObject (attribute1 "attr65417") ) ) +(assert (myObject (attribute1 "attr65418") ) ) +(assert (myObject (attribute1 "attr65419") ) ) +(assert (myObject (attribute1 "attr65420") ) ) +(assert (myObject (attribute1 "attr65421") ) ) +(assert (myObject (attribute1 "attr65422") ) ) +(assert (myObject (attribute1 "attr65423") ) ) +(assert (myObject (attribute1 "attr65424") ) ) +(assert (myObject (attribute1 "attr65425") ) ) +(assert (myObject (attribute1 "attr65426") ) ) +(assert (myObject (attribute1 "attr65427") ) ) +(assert (myObject (attribute1 "attr65428") ) ) +(assert (myObject (attribute1 "attr65429") ) ) +(assert (myObject (attribute1 "attr65430") ) ) +(assert (myObject (attribute1 "attr65431") ) ) +(assert (myObject (attribute1 "attr65432") ) ) +(assert (myObject (attribute1 "attr65433") ) ) +(assert (myObject (attribute1 "attr65434") ) ) +(assert (myObject (attribute1 "attr65435") ) ) +(assert (myObject (attribute1 "attr65436") ) ) +(assert (myObject (attribute1 "attr65437") ) ) +(assert (myObject (attribute1 "attr65438") ) ) +(assert (myObject (attribute1 "attr65439") ) ) +(assert (myObject (attribute1 "attr65440") ) ) +(assert (myObject (attribute1 "attr65441") ) ) +(assert (myObject (attribute1 "attr65442") ) ) +(assert (myObject (attribute1 "attr65443") ) ) +(assert (myObject (attribute1 "attr65444") ) ) +(assert (myObject (attribute1 "attr65445") ) ) +(assert (myObject (attribute1 "attr65446") ) ) +(assert (myObject (attribute1 "attr65447") ) ) +(assert (myObject (attribute1 "attr65448") ) ) +(assert (myObject (attribute1 "attr65449") ) ) +(assert (myObject (attribute1 "attr65450") ) ) +(assert (myObject (attribute1 "attr65451") ) ) +(assert (myObject (attribute1 "attr65452") ) ) +(assert (myObject (attribute1 "attr65453") ) ) +(assert (myObject (attribute1 "attr65454") ) ) +(assert (myObject (attribute1 "attr65455") ) ) +(assert (myObject (attribute1 "attr65456") ) ) +(assert (myObject (attribute1 "attr65457") ) ) +(assert (myObject (attribute1 "attr65458") ) ) +(assert (myObject (attribute1 "attr65459") ) ) +(assert (myObject (attribute1 "attr65460") ) ) +(assert (myObject (attribute1 "attr65461") ) ) +(assert (myObject (attribute1 "attr65462") ) ) +(assert (myObject (attribute1 "attr65463") ) ) +(assert (myObject (attribute1 "attr65464") ) ) +(assert (myObject (attribute1 "attr65465") ) ) +(assert (myObject (attribute1 "attr65466") ) ) +(assert (myObject (attribute1 "attr65467") ) ) +(assert (myObject (attribute1 "attr65468") ) ) +(assert (myObject (attribute1 "attr65469") ) ) +(assert (myObject (attribute1 "attr65470") ) ) +(assert (myObject (attribute1 "attr65471") ) ) +(assert (myObject (attribute1 "attr65472") ) ) +(assert (myObject (attribute1 "attr65473") ) ) +(assert (myObject (attribute1 "attr65474") ) ) +(assert (myObject (attribute1 "attr65475") ) ) +(assert (myObject (attribute1 "attr65476") ) ) +(assert (myObject (attribute1 "attr65477") ) ) +(assert (myObject (attribute1 "attr65478") ) ) +(assert (myObject (attribute1 "attr65479") ) ) +(assert (myObject (attribute1 "attr65480") ) ) +(assert (myObject (attribute1 "attr65481") ) ) +(assert (myObject (attribute1 "attr65482") ) ) +(assert (myObject (attribute1 "attr65483") ) ) +(assert (myObject (attribute1 "attr65484") ) ) +(assert (myObject (attribute1 "attr65485") ) ) +(assert (myObject (attribute1 "attr65486") ) ) +(assert (myObject (attribute1 "attr65487") ) ) +(assert (myObject (attribute1 "attr65488") ) ) +(assert (myObject (attribute1 "attr65489") ) ) +(assert (myObject (attribute1 "attr65490") ) ) +(assert (myObject (attribute1 "attr65491") ) ) +(assert (myObject (attribute1 "attr65492") ) ) +(assert (myObject (attribute1 "attr65493") ) ) +(assert (myObject (attribute1 "attr65494") ) ) +(assert (myObject (attribute1 "attr65495") ) ) +(assert (myObject (attribute1 "attr65496") ) ) +(assert (myObject (attribute1 "attr65497") ) ) +(assert (myObject (attribute1 "attr65498") ) ) +(assert (myObject (attribute1 "attr65499") ) ) +(assert (myObject (attribute1 "attr65500") ) ) +(assert (myObject (attribute1 "attr65501") ) ) +(assert (myObject (attribute1 "attr65502") ) ) +(assert (myObject (attribute1 "attr65503") ) ) +(assert (myObject (attribute1 "attr65504") ) ) +(assert (myObject (attribute1 "attr65505") ) ) +(assert (myObject (attribute1 "attr65506") ) ) +(assert (myObject (attribute1 "attr65507") ) ) +(assert (myObject (attribute1 "attr65508") ) ) +(assert (myObject (attribute1 "attr65509") ) ) +(assert (myObject (attribute1 "attr65510") ) ) +(assert (myObject (attribute1 "attr65511") ) ) +(assert (myObject (attribute1 "attr65512") ) ) +(assert (myObject (attribute1 "attr65513") ) ) +(assert (myObject (attribute1 "attr65514") ) ) +(assert (myObject (attribute1 "attr65515") ) ) +(assert (myObject (attribute1 "attr65516") ) ) +(assert (myObject (attribute1 "attr65517") ) ) +(assert (myObject (attribute1 "attr65518") ) ) +(assert (myObject (attribute1 "attr65519") ) ) +(assert (myObject (attribute1 "attr65520") ) ) +(assert (myObject (attribute1 "attr65521") ) ) +(assert (myObject (attribute1 "attr65522") ) ) +(assert (myObject (attribute1 "attr65523") ) ) +(assert (myObject (attribute1 "attr65524") ) ) +(assert (myObject (attribute1 "attr65525") ) ) +(assert (myObject (attribute1 "attr65526") ) ) +(assert (myObject (attribute1 "attr65527") ) ) +(assert (myObject (attribute1 "attr65528") ) ) +(assert (myObject (attribute1 "attr65529") ) ) +(assert (myObject (attribute1 "attr65530") ) ) +(assert (myObject (attribute1 "attr65531") ) ) +(assert (myObject (attribute1 "attr65532") ) ) +(assert (myObject (attribute1 "attr65533") ) ) +(assert (myObject (attribute1 "attr65534") ) ) +(assert (myObject (attribute1 "attr65535") ) ) +(assert (myObject (attribute1 "attr65536") ) ) +(assert (myObject (attribute1 "attr65537") ) ) +(assert (myObject (attribute1 "attr65538") ) ) +(assert (myObject (attribute1 "attr65539") ) ) +(assert (myObject (attribute1 "attr65540") ) ) +(assert (myObject (attribute1 "attr65541") ) ) +(assert (myObject (attribute1 "attr65542") ) ) +(assert (myObject (attribute1 "attr65543") ) ) +(assert (myObject (attribute1 "attr65544") ) ) +(assert (myObject (attribute1 "attr65545") ) ) +(assert (myObject (attribute1 "attr65546") ) ) +(assert (myObject (attribute1 "attr65547") ) ) +(assert (myObject (attribute1 "attr65548") ) ) +(assert (myObject (attribute1 "attr65549") ) ) +(assert (myObject (attribute1 "attr65550") ) ) +(assert (myObject (attribute1 "attr65551") ) ) +(assert (myObject (attribute1 "attr65552") ) ) +(assert (myObject (attribute1 "attr65553") ) ) +(assert (myObject (attribute1 "attr65554") ) ) +(assert (myObject (attribute1 "attr65555") ) ) +(assert (myObject (attribute1 "attr65556") ) ) +(assert (myObject (attribute1 "attr65557") ) ) +(assert (myObject (attribute1 "attr65558") ) ) +(assert (myObject (attribute1 "attr65559") ) ) +(assert (myObject (attribute1 "attr65560") ) ) +(assert (myObject (attribute1 "attr65561") ) ) +(assert (myObject (attribute1 "attr65562") ) ) +(assert (myObject (attribute1 "attr65563") ) ) +(assert (myObject (attribute1 "attr65564") ) ) +(assert (myObject (attribute1 "attr65565") ) ) +(assert (myObject (attribute1 "attr65566") ) ) +(assert (myObject (attribute1 "attr65567") ) ) +(assert (myObject (attribute1 "attr65568") ) ) +(assert (myObject (attribute1 "attr65569") ) ) +(assert (myObject (attribute1 "attr65570") ) ) +(assert (myObject (attribute1 "attr65571") ) ) +(assert (myObject (attribute1 "attr65572") ) ) +(assert (myObject (attribute1 "attr65573") ) ) +(assert (myObject (attribute1 "attr65574") ) ) +(assert (myObject (attribute1 "attr65575") ) ) +(assert (myObject (attribute1 "attr65576") ) ) +(assert (myObject (attribute1 "attr65577") ) ) +(assert (myObject (attribute1 "attr65578") ) ) +(assert (myObject (attribute1 "attr65579") ) ) +(assert (myObject (attribute1 "attr65580") ) ) +(assert (myObject (attribute1 "attr65581") ) ) +(assert (myObject (attribute1 "attr65582") ) ) +(assert (myObject (attribute1 "attr65583") ) ) +(assert (myObject (attribute1 "attr65584") ) ) +(assert (myObject (attribute1 "attr65585") ) ) +(assert (myObject (attribute1 "attr65586") ) ) +(assert (myObject (attribute1 "attr65587") ) ) +(assert (myObject (attribute1 "attr65588") ) ) +(assert (myObject (attribute1 "attr65589") ) ) +(assert (myObject (attribute1 "attr65590") ) ) +(assert (myObject (attribute1 "attr65591") ) ) +(assert (myObject (attribute1 "attr65592") ) ) +(assert (myObject (attribute1 "attr65593") ) ) +(assert (myObject (attribute1 "attr65594") ) ) +(assert (myObject (attribute1 "attr65595") ) ) +(assert (myObject (attribute1 "attr65596") ) ) +(assert (myObject (attribute1 "attr65597") ) ) +(assert (myObject (attribute1 "attr65598") ) ) +(assert (myObject (attribute1 "attr65599") ) ) +(assert (myObject (attribute1 "attr65600") ) ) +(assert (myObject (attribute1 "attr65601") ) ) +(assert (myObject (attribute1 "attr65602") ) ) +(assert (myObject (attribute1 "attr65603") ) ) +(assert (myObject (attribute1 "attr65604") ) ) +(assert (myObject (attribute1 "attr65605") ) ) +(assert (myObject (attribute1 "attr65606") ) ) +(assert (myObject (attribute1 "attr65607") ) ) +(assert (myObject (attribute1 "attr65608") ) ) +(assert (myObject (attribute1 "attr65609") ) ) +(assert (myObject (attribute1 "attr65610") ) ) +(assert (myObject (attribute1 "attr65611") ) ) +(assert (myObject (attribute1 "attr65612") ) ) +(assert (myObject (attribute1 "attr65613") ) ) +(assert (myObject (attribute1 "attr65614") ) ) +(assert (myObject (attribute1 "attr65615") ) ) +(assert (myObject (attribute1 "attr65616") ) ) +(assert (myObject (attribute1 "attr65617") ) ) +(assert (myObject (attribute1 "attr65618") ) ) +(assert (myObject (attribute1 "attr65619") ) ) +(assert (myObject (attribute1 "attr65620") ) ) +(assert (myObject (attribute1 "attr65621") ) ) +(assert (myObject (attribute1 "attr65622") ) ) +(assert (myObject (attribute1 "attr65623") ) ) +(assert (myObject (attribute1 "attr65624") ) ) +(assert (myObject (attribute1 "attr65625") ) ) +(assert (myObject (attribute1 "attr65626") ) ) +(assert (myObject (attribute1 "attr65627") ) ) +(assert (myObject (attribute1 "attr65628") ) ) +(assert (myObject (attribute1 "attr65629") ) ) +(assert (myObject (attribute1 "attr65630") ) ) +(assert (myObject (attribute1 "attr65631") ) ) +(assert (myObject (attribute1 "attr65632") ) ) +(assert (myObject (attribute1 "attr65633") ) ) +(assert (myObject (attribute1 "attr65634") ) ) +(assert (myObject (attribute1 "attr65635") ) ) +(assert (myObject (attribute1 "attr65636") ) ) +(assert (myObject (attribute1 "attr65637") ) ) +(assert (myObject (attribute1 "attr65638") ) ) +(assert (myObject (attribute1 "attr65639") ) ) +(assert (myObject (attribute1 "attr65640") ) ) +(assert (myObject (attribute1 "attr65641") ) ) +(assert (myObject (attribute1 "attr65642") ) ) +(assert (myObject (attribute1 "attr65643") ) ) +(assert (myObject (attribute1 "attr65644") ) ) +(assert (myObject (attribute1 "attr65645") ) ) +(assert (myObject (attribute1 "attr65646") ) ) +(assert (myObject (attribute1 "attr65647") ) ) +(assert (myObject (attribute1 "attr65648") ) ) +(assert (myObject (attribute1 "attr65649") ) ) +(assert (myObject (attribute1 "attr65650") ) ) +(assert (myObject (attribute1 "attr65651") ) ) +(assert (myObject (attribute1 "attr65652") ) ) +(assert (myObject (attribute1 "attr65653") ) ) +(assert (myObject (attribute1 "attr65654") ) ) +(assert (myObject (attribute1 "attr65655") ) ) +(assert (myObject (attribute1 "attr65656") ) ) +(assert (myObject (attribute1 "attr65657") ) ) +(assert (myObject (attribute1 "attr65658") ) ) +(assert (myObject (attribute1 "attr65659") ) ) +(assert (myObject (attribute1 "attr65660") ) ) +(assert (myObject (attribute1 "attr65661") ) ) +(assert (myObject (attribute1 "attr65662") ) ) +(assert (myObject (attribute1 "attr65663") ) ) +(assert (myObject (attribute1 "attr65664") ) ) +(assert (myObject (attribute1 "attr65665") ) ) +(assert (myObject (attribute1 "attr65666") ) ) +(assert (myObject (attribute1 "attr65667") ) ) +(assert (myObject (attribute1 "attr65668") ) ) +(assert (myObject (attribute1 "attr65669") ) ) +(assert (myObject (attribute1 "attr65670") ) ) +(assert (myObject (attribute1 "attr65671") ) ) +(assert (myObject (attribute1 "attr65672") ) ) +(assert (myObject (attribute1 "attr65673") ) ) +(assert (myObject (attribute1 "attr65674") ) ) +(assert (myObject (attribute1 "attr65675") ) ) +(assert (myObject (attribute1 "attr65676") ) ) +(assert (myObject (attribute1 "attr65677") ) ) +(assert (myObject (attribute1 "attr65678") ) ) +(assert (myObject (attribute1 "attr65679") ) ) +(assert (myObject (attribute1 "attr65680") ) ) +(assert (myObject (attribute1 "attr65681") ) ) +(assert (myObject (attribute1 "attr65682") ) ) +(assert (myObject (attribute1 "attr65683") ) ) +(assert (myObject (attribute1 "attr65684") ) ) +(assert (myObject (attribute1 "attr65685") ) ) +(assert (myObject (attribute1 "attr65686") ) ) +(assert (myObject (attribute1 "attr65687") ) ) +(assert (myObject (attribute1 "attr65688") ) ) +(assert (myObject (attribute1 "attr65689") ) ) +(assert (myObject (attribute1 "attr65690") ) ) +(assert (myObject (attribute1 "attr65691") ) ) +(assert (myObject (attribute1 "attr65692") ) ) +(assert (myObject (attribute1 "attr65693") ) ) +(assert (myObject (attribute1 "attr65694") ) ) +(assert (myObject (attribute1 "attr65695") ) ) +(assert (myObject (attribute1 "attr65696") ) ) +(assert (myObject (attribute1 "attr65697") ) ) +(assert (myObject (attribute1 "attr65698") ) ) +(assert (myObject (attribute1 "attr65699") ) ) +(assert (myObject (attribute1 "attr65700") ) ) +(assert (myObject (attribute1 "attr65701") ) ) +(assert (myObject (attribute1 "attr65702") ) ) +(assert (myObject (attribute1 "attr65703") ) ) +(assert (myObject (attribute1 "attr65704") ) ) +(assert (myObject (attribute1 "attr65705") ) ) +(assert (myObject (attribute1 "attr65706") ) ) +(assert (myObject (attribute1 "attr65707") ) ) +(assert (myObject (attribute1 "attr65708") ) ) +(assert (myObject (attribute1 "attr65709") ) ) +(assert (myObject (attribute1 "attr65710") ) ) +(assert (myObject (attribute1 "attr65711") ) ) +(assert (myObject (attribute1 "attr65712") ) ) +(assert (myObject (attribute1 "attr65713") ) ) +(assert (myObject (attribute1 "attr65714") ) ) +(assert (myObject (attribute1 "attr65715") ) ) +(assert (myObject (attribute1 "attr65716") ) ) +(assert (myObject (attribute1 "attr65717") ) ) +(assert (myObject (attribute1 "attr65718") ) ) +(assert (myObject (attribute1 "attr65719") ) ) +(assert (myObject (attribute1 "attr65720") ) ) +(assert (myObject (attribute1 "attr65721") ) ) +(assert (myObject (attribute1 "attr65722") ) ) +(assert (myObject (attribute1 "attr65723") ) ) +(assert (myObject (attribute1 "attr65724") ) ) +(assert (myObject (attribute1 "attr65725") ) ) +(assert (myObject (attribute1 "attr65726") ) ) +(assert (myObject (attribute1 "attr65727") ) ) +(assert (myObject (attribute1 "attr65728") ) ) +(assert (myObject (attribute1 "attr65729") ) ) +(assert (myObject (attribute1 "attr65730") ) ) +(assert (myObject (attribute1 "attr65731") ) ) +(assert (myObject (attribute1 "attr65732") ) ) +(assert (myObject (attribute1 "attr65733") ) ) +(assert (myObject (attribute1 "attr65734") ) ) +(assert (myObject (attribute1 "attr65735") ) ) +(assert (myObject (attribute1 "attr65736") ) ) +(assert (myObject (attribute1 "attr65737") ) ) +(assert (myObject (attribute1 "attr65738") ) ) +(assert (myObject (attribute1 "attr65739") ) ) +(assert (myObject (attribute1 "attr65740") ) ) +(assert (myObject (attribute1 "attr65741") ) ) +(assert (myObject (attribute1 "attr65742") ) ) +(assert (myObject (attribute1 "attr65743") ) ) +(assert (myObject (attribute1 "attr65744") ) ) +(assert (myObject (attribute1 "attr65745") ) ) +(assert (myObject (attribute1 "attr65746") ) ) +(assert (myObject (attribute1 "attr65747") ) ) +(assert (myObject (attribute1 "attr65748") ) ) +(assert (myObject (attribute1 "attr65749") ) ) +(assert (myObject (attribute1 "attr65750") ) ) +(assert (myObject (attribute1 "attr65751") ) ) +(assert (myObject (attribute1 "attr65752") ) ) +(assert (myObject (attribute1 "attr65753") ) ) +(assert (myObject (attribute1 "attr65754") ) ) +(assert (myObject (attribute1 "attr65755") ) ) +(assert (myObject (attribute1 "attr65756") ) ) +(assert (myObject (attribute1 "attr65757") ) ) +(assert (myObject (attribute1 "attr65758") ) ) +(assert (myObject (attribute1 "attr65759") ) ) +(assert (myObject (attribute1 "attr65760") ) ) +(assert (myObject (attribute1 "attr65761") ) ) +(assert (myObject (attribute1 "attr65762") ) ) +(assert (myObject (attribute1 "attr65763") ) ) +(assert (myObject (attribute1 "attr65764") ) ) +(assert (myObject (attribute1 "attr65765") ) ) +(assert (myObject (attribute1 "attr65766") ) ) +(assert (myObject (attribute1 "attr65767") ) ) +(assert (myObject (attribute1 "attr65768") ) ) +(assert (myObject (attribute1 "attr65769") ) ) +(assert (myObject (attribute1 "attr65770") ) ) +(assert (myObject (attribute1 "attr65771") ) ) +(assert (myObject (attribute1 "attr65772") ) ) +(assert (myObject (attribute1 "attr65773") ) ) +(assert (myObject (attribute1 "attr65774") ) ) +(assert (myObject (attribute1 "attr65775") ) ) +(assert (myObject (attribute1 "attr65776") ) ) +(assert (myObject (attribute1 "attr65777") ) ) +(assert (myObject (attribute1 "attr65778") ) ) +(assert (myObject (attribute1 "attr65779") ) ) +(assert (myObject (attribute1 "attr65780") ) ) +(assert (myObject (attribute1 "attr65781") ) ) +(assert (myObject (attribute1 "attr65782") ) ) +(assert (myObject (attribute1 "attr65783") ) ) +(assert (myObject (attribute1 "attr65784") ) ) +(assert (myObject (attribute1 "attr65785") ) ) +(assert (myObject (attribute1 "attr65786") ) ) +(assert (myObject (attribute1 "attr65787") ) ) +(assert (myObject (attribute1 "attr65788") ) ) +(assert (myObject (attribute1 "attr65789") ) ) +(assert (myObject (attribute1 "attr65790") ) ) +(assert (myObject (attribute1 "attr65791") ) ) +(assert (myObject (attribute1 "attr65792") ) ) +(assert (myObject (attribute1 "attr65793") ) ) +(assert (myObject (attribute1 "attr65794") ) ) +(assert (myObject (attribute1 "attr65795") ) ) +(assert (myObject (attribute1 "attr65796") ) ) +(assert (myObject (attribute1 "attr65797") ) ) +(assert (myObject (attribute1 "attr65798") ) ) +(assert (myObject (attribute1 "attr65799") ) ) +(assert (myObject (attribute1 "attr65800") ) ) +(assert (myObject (attribute1 "attr65801") ) ) +(assert (myObject (attribute1 "attr65802") ) ) +(assert (myObject (attribute1 "attr65803") ) ) +(assert (myObject (attribute1 "attr65804") ) ) +(assert (myObject (attribute1 "attr65805") ) ) +(assert (myObject (attribute1 "attr65806") ) ) +(assert (myObject (attribute1 "attr65807") ) ) +(assert (myObject (attribute1 "attr65808") ) ) +(assert (myObject (attribute1 "attr65809") ) ) +(assert (myObject (attribute1 "attr65810") ) ) +(assert (myObject (attribute1 "attr65811") ) ) +(assert (myObject (attribute1 "attr65812") ) ) +(assert (myObject (attribute1 "attr65813") ) ) +(assert (myObject (attribute1 "attr65814") ) ) +(assert (myObject (attribute1 "attr65815") ) ) +(assert (myObject (attribute1 "attr65816") ) ) +(assert (myObject (attribute1 "attr65817") ) ) +(assert (myObject (attribute1 "attr65818") ) ) +(assert (myObject (attribute1 "attr65819") ) ) +(assert (myObject (attribute1 "attr65820") ) ) +(assert (myObject (attribute1 "attr65821") ) ) +(assert (myObject (attribute1 "attr65822") ) ) +(assert (myObject (attribute1 "attr65823") ) ) +(assert (myObject (attribute1 "attr65824") ) ) +(assert (myObject (attribute1 "attr65825") ) ) +(assert (myObject (attribute1 "attr65826") ) ) +(assert (myObject (attribute1 "attr65827") ) ) +(assert (myObject (attribute1 "attr65828") ) ) +(assert (myObject (attribute1 "attr65829") ) ) +(assert (myObject (attribute1 "attr65830") ) ) +(assert (myObject (attribute1 "attr65831") ) ) +(assert (myObject (attribute1 "attr65832") ) ) +(assert (myObject (attribute1 "attr65833") ) ) +(assert (myObject (attribute1 "attr65834") ) ) +(assert (myObject (attribute1 "attr65835") ) ) +(assert (myObject (attribute1 "attr65836") ) ) +(assert (myObject (attribute1 "attr65837") ) ) +(assert (myObject (attribute1 "attr65838") ) ) +(assert (myObject (attribute1 "attr65839") ) ) +(assert (myObject (attribute1 "attr65840") ) ) +(assert (myObject (attribute1 "attr65841") ) ) +(assert (myObject (attribute1 "attr65842") ) ) +(assert (myObject (attribute1 "attr65843") ) ) +(assert (myObject (attribute1 "attr65844") ) ) +(assert (myObject (attribute1 "attr65845") ) ) +(assert (myObject (attribute1 "attr65846") ) ) +(assert (myObject (attribute1 "attr65847") ) ) +(assert (myObject (attribute1 "attr65848") ) ) +(assert (myObject (attribute1 "attr65849") ) ) +(assert (myObject (attribute1 "attr65850") ) ) +(assert (myObject (attribute1 "attr65851") ) ) +(assert (myObject (attribute1 "attr65852") ) ) +(assert (myObject (attribute1 "attr65853") ) ) +(assert (myObject (attribute1 "attr65854") ) ) +(assert (myObject (attribute1 "attr65855") ) ) +(assert (myObject (attribute1 "attr65856") ) ) +(assert (myObject (attribute1 "attr65857") ) ) +(assert (myObject (attribute1 "attr65858") ) ) +(assert (myObject (attribute1 "attr65859") ) ) +(assert (myObject (attribute1 "attr65860") ) ) +(assert (myObject (attribute1 "attr65861") ) ) +(assert (myObject (attribute1 "attr65862") ) ) +(assert (myObject (attribute1 "attr65863") ) ) +(assert (myObject (attribute1 "attr65864") ) ) +(assert (myObject (attribute1 "attr65865") ) ) +(assert (myObject (attribute1 "attr65866") ) ) +(assert (myObject (attribute1 "attr65867") ) ) +(assert (myObject (attribute1 "attr65868") ) ) +(assert (myObject (attribute1 "attr65869") ) ) +(assert (myObject (attribute1 "attr65870") ) ) +(assert (myObject (attribute1 "attr65871") ) ) +(assert (myObject (attribute1 "attr65872") ) ) +(assert (myObject (attribute1 "attr65873") ) ) +(assert (myObject (attribute1 "attr65874") ) ) +(assert (myObject (attribute1 "attr65875") ) ) +(assert (myObject (attribute1 "attr65876") ) ) +(assert (myObject (attribute1 "attr65877") ) ) +(assert (myObject (attribute1 "attr65878") ) ) +(assert (myObject (attribute1 "attr65879") ) ) +(assert (myObject (attribute1 "attr65880") ) ) +(assert (myObject (attribute1 "attr65881") ) ) +(assert (myObject (attribute1 "attr65882") ) ) +(assert (myObject (attribute1 "attr65883") ) ) +(assert (myObject (attribute1 "attr65884") ) ) +(assert (myObject (attribute1 "attr65885") ) ) +(assert (myObject (attribute1 "attr65886") ) ) +(assert (myObject (attribute1 "attr65887") ) ) +(assert (myObject (attribute1 "attr65888") ) ) +(assert (myObject (attribute1 "attr65889") ) ) +(assert (myObject (attribute1 "attr65890") ) ) +(assert (myObject (attribute1 "attr65891") ) ) +(assert (myObject (attribute1 "attr65892") ) ) +(assert (myObject (attribute1 "attr65893") ) ) +(assert (myObject (attribute1 "attr65894") ) ) +(assert (myObject (attribute1 "attr65895") ) ) +(assert (myObject (attribute1 "attr65896") ) ) +(assert (myObject (attribute1 "attr65897") ) ) +(assert (myObject (attribute1 "attr65898") ) ) +(assert (myObject (attribute1 "attr65899") ) ) +(assert (myObject (attribute1 "attr65900") ) ) +(assert (myObject (attribute1 "attr65901") ) ) +(assert (myObject (attribute1 "attr65902") ) ) +(assert (myObject (attribute1 "attr65903") ) ) +(assert (myObject (attribute1 "attr65904") ) ) +(assert (myObject (attribute1 "attr65905") ) ) +(assert (myObject (attribute1 "attr65906") ) ) +(assert (myObject (attribute1 "attr65907") ) ) +(assert (myObject (attribute1 "attr65908") ) ) +(assert (myObject (attribute1 "attr65909") ) ) +(assert (myObject (attribute1 "attr65910") ) ) +(assert (myObject (attribute1 "attr65911") ) ) +(assert (myObject (attribute1 "attr65912") ) ) +(assert (myObject (attribute1 "attr65913") ) ) +(assert (myObject (attribute1 "attr65914") ) ) +(assert (myObject (attribute1 "attr65915") ) ) +(assert (myObject (attribute1 "attr65916") ) ) +(assert (myObject (attribute1 "attr65917") ) ) +(assert (myObject (attribute1 "attr65918") ) ) +(assert (myObject (attribute1 "attr65919") ) ) +(assert (myObject (attribute1 "attr65920") ) ) +(assert (myObject (attribute1 "attr65921") ) ) +(assert (myObject (attribute1 "attr65922") ) ) +(assert (myObject (attribute1 "attr65923") ) ) +(assert (myObject (attribute1 "attr65924") ) ) +(assert (myObject (attribute1 "attr65925") ) ) +(assert (myObject (attribute1 "attr65926") ) ) +(assert (myObject (attribute1 "attr65927") ) ) +(assert (myObject (attribute1 "attr65928") ) ) +(assert (myObject (attribute1 "attr65929") ) ) +(assert (myObject (attribute1 "attr65930") ) ) +(assert (myObject (attribute1 "attr65931") ) ) +(assert (myObject (attribute1 "attr65932") ) ) +(assert (myObject (attribute1 "attr65933") ) ) +(assert (myObject (attribute1 "attr65934") ) ) +(assert (myObject (attribute1 "attr65935") ) ) +(assert (myObject (attribute1 "attr65936") ) ) +(assert (myObject (attribute1 "attr65937") ) ) +(assert (myObject (attribute1 "attr65938") ) ) +(assert (myObject (attribute1 "attr65939") ) ) +(assert (myObject (attribute1 "attr65940") ) ) +(assert (myObject (attribute1 "attr65941") ) ) +(assert (myObject (attribute1 "attr65942") ) ) +(assert (myObject (attribute1 "attr65943") ) ) +(assert (myObject (attribute1 "attr65944") ) ) +(assert (myObject (attribute1 "attr65945") ) ) +(assert (myObject (attribute1 "attr65946") ) ) +(assert (myObject (attribute1 "attr65947") ) ) +(assert (myObject (attribute1 "attr65948") ) ) +(assert (myObject (attribute1 "attr65949") ) ) +(assert (myObject (attribute1 "attr65950") ) ) +(assert (myObject (attribute1 "attr65951") ) ) +(assert (myObject (attribute1 "attr65952") ) ) +(assert (myObject (attribute1 "attr65953") ) ) +(assert (myObject (attribute1 "attr65954") ) ) +(assert (myObject (attribute1 "attr65955") ) ) +(assert (myObject (attribute1 "attr65956") ) ) +(assert (myObject (attribute1 "attr65957") ) ) +(assert (myObject (attribute1 "attr65958") ) ) +(assert (myObject (attribute1 "attr65959") ) ) +(assert (myObject (attribute1 "attr65960") ) ) +(assert (myObject (attribute1 "attr65961") ) ) +(assert (myObject (attribute1 "attr65962") ) ) +(assert (myObject (attribute1 "attr65963") ) ) +(assert (myObject (attribute1 "attr65964") ) ) +(assert (myObject (attribute1 "attr65965") ) ) +(assert (myObject (attribute1 "attr65966") ) ) +(assert (myObject (attribute1 "attr65967") ) ) +(assert (myObject (attribute1 "attr65968") ) ) +(assert (myObject (attribute1 "attr65969") ) ) +(assert (myObject (attribute1 "attr65970") ) ) +(assert (myObject (attribute1 "attr65971") ) ) +(assert (myObject (attribute1 "attr65972") ) ) +(assert (myObject (attribute1 "attr65973") ) ) +(assert (myObject (attribute1 "attr65974") ) ) +(assert (myObject (attribute1 "attr65975") ) ) +(assert (myObject (attribute1 "attr65976") ) ) +(assert (myObject (attribute1 "attr65977") ) ) +(assert (myObject (attribute1 "attr65978") ) ) +(assert (myObject (attribute1 "attr65979") ) ) +(assert (myObject (attribute1 "attr65980") ) ) +(assert (myObject (attribute1 "attr65981") ) ) +(assert (myObject (attribute1 "attr65982") ) ) +(assert (myObject (attribute1 "attr65983") ) ) +(assert (myObject (attribute1 "attr65984") ) ) +(assert (myObject (attribute1 "attr65985") ) ) +(assert (myObject (attribute1 "attr65986") ) ) +(assert (myObject (attribute1 "attr65987") ) ) +(assert (myObject (attribute1 "attr65988") ) ) +(assert (myObject (attribute1 "attr65989") ) ) +(assert (myObject (attribute1 "attr65990") ) ) +(assert (myObject (attribute1 "attr65991") ) ) +(assert (myObject (attribute1 "attr65992") ) ) +(assert (myObject (attribute1 "attr65993") ) ) +(assert (myObject (attribute1 "attr65994") ) ) +(assert (myObject (attribute1 "attr65995") ) ) +(assert (myObject (attribute1 "attr65996") ) ) +(assert (myObject (attribute1 "attr65997") ) ) +(assert (myObject (attribute1 "attr65998") ) ) +(assert (myObject (attribute1 "attr65999") ) ) +(assert (myObject (attribute1 "attr66000") ) ) +(assert (myObject (attribute1 "attr66001") ) ) +(assert (myObject (attribute1 "attr66002") ) ) +(assert (myObject (attribute1 "attr66003") ) ) +(assert (myObject (attribute1 "attr66004") ) ) +(assert (myObject (attribute1 "attr66005") ) ) +(assert (myObject (attribute1 "attr66006") ) ) +(assert (myObject (attribute1 "attr66007") ) ) +(assert (myObject (attribute1 "attr66008") ) ) +(assert (myObject (attribute1 "attr66009") ) ) +(assert (myObject (attribute1 "attr66010") ) ) +(assert (myObject (attribute1 "attr66011") ) ) +(assert (myObject (attribute1 "attr66012") ) ) +(assert (myObject (attribute1 "attr66013") ) ) +(assert (myObject (attribute1 "attr66014") ) ) +(assert (myObject (attribute1 "attr66015") ) ) +(assert (myObject (attribute1 "attr66016") ) ) +(assert (myObject (attribute1 "attr66017") ) ) +(assert (myObject (attribute1 "attr66018") ) ) +(assert (myObject (attribute1 "attr66019") ) ) +(assert (myObject (attribute1 "attr66020") ) ) +(assert (myObject (attribute1 "attr66021") ) ) +(assert (myObject (attribute1 "attr66022") ) ) +(assert (myObject (attribute1 "attr66023") ) ) +(assert (myObject (attribute1 "attr66024") ) ) +(assert (myObject (attribute1 "attr66025") ) ) +(assert (myObject (attribute1 "attr66026") ) ) +(assert (myObject (attribute1 "attr66027") ) ) +(assert (myObject (attribute1 "attr66028") ) ) +(assert (myObject (attribute1 "attr66029") ) ) +(assert (myObject (attribute1 "attr66030") ) ) +(assert (myObject (attribute1 "attr66031") ) ) +(assert (myObject (attribute1 "attr66032") ) ) +(assert (myObject (attribute1 "attr66033") ) ) +(assert (myObject (attribute1 "attr66034") ) ) +(assert (myObject (attribute1 "attr66035") ) ) +(assert (myObject (attribute1 "attr66036") ) ) +(assert (myObject (attribute1 "attr66037") ) ) +(assert (myObject (attribute1 "attr66038") ) ) +(assert (myObject (attribute1 "attr66039") ) ) +(assert (myObject (attribute1 "attr66040") ) ) +(assert (myObject (attribute1 "attr66041") ) ) +(assert (myObject (attribute1 "attr66042") ) ) +(assert (myObject (attribute1 "attr66043") ) ) +(assert (myObject (attribute1 "attr66044") ) ) +(assert (myObject (attribute1 "attr66045") ) ) +(assert (myObject (attribute1 "attr66046") ) ) +(assert (myObject (attribute1 "attr66047") ) ) +(assert (myObject (attribute1 "attr66048") ) ) +(assert (myObject (attribute1 "attr66049") ) ) +(assert (myObject (attribute1 "attr66050") ) ) +(assert (myObject (attribute1 "attr66051") ) ) +(assert (myObject (attribute1 "attr66052") ) ) +(assert (myObject (attribute1 "attr66053") ) ) +(assert (myObject (attribute1 "attr66054") ) ) +(assert (myObject (attribute1 "attr66055") ) ) +(assert (myObject (attribute1 "attr66056") ) ) +(assert (myObject (attribute1 "attr66057") ) ) +(assert (myObject (attribute1 "attr66058") ) ) +(assert (myObject (attribute1 "attr66059") ) ) +(assert (myObject (attribute1 "attr66060") ) ) +(assert (myObject (attribute1 "attr66061") ) ) +(assert (myObject (attribute1 "attr66062") ) ) +(assert (myObject (attribute1 "attr66063") ) ) +(assert (myObject (attribute1 "attr66064") ) ) +(assert (myObject (attribute1 "attr66065") ) ) +(assert (myObject (attribute1 "attr66066") ) ) +(assert (myObject (attribute1 "attr66067") ) ) +(assert (myObject (attribute1 "attr66068") ) ) +(assert (myObject (attribute1 "attr66069") ) ) +(assert (myObject (attribute1 "attr66070") ) ) +(assert (myObject (attribute1 "attr66071") ) ) +(assert (myObject (attribute1 "attr66072") ) ) +(assert (myObject (attribute1 "attr66073") ) ) +(assert (myObject (attribute1 "attr66074") ) ) +(assert (myObject (attribute1 "attr66075") ) ) +(assert (myObject (attribute1 "attr66076") ) ) +(assert (myObject (attribute1 "attr66077") ) ) +(assert (myObject (attribute1 "attr66078") ) ) +(assert (myObject (attribute1 "attr66079") ) ) +(assert (myObject (attribute1 "attr66080") ) ) +(assert (myObject (attribute1 "attr66081") ) ) +(assert (myObject (attribute1 "attr66082") ) ) +(assert (myObject (attribute1 "attr66083") ) ) +(assert (myObject (attribute1 "attr66084") ) ) +(assert (myObject (attribute1 "attr66085") ) ) +(assert (myObject (attribute1 "attr66086") ) ) +(assert (myObject (attribute1 "attr66087") ) ) +(assert (myObject (attribute1 "attr66088") ) ) +(assert (myObject (attribute1 "attr66089") ) ) +(assert (myObject (attribute1 "attr66090") ) ) +(assert (myObject (attribute1 "attr66091") ) ) +(assert (myObject (attribute1 "attr66092") ) ) +(assert (myObject (attribute1 "attr66093") ) ) +(assert (myObject (attribute1 "attr66094") ) ) +(assert (myObject (attribute1 "attr66095") ) ) +(assert (myObject (attribute1 "attr66096") ) ) +(assert (myObject (attribute1 "attr66097") ) ) +(assert (myObject (attribute1 "attr66098") ) ) +(assert (myObject (attribute1 "attr66099") ) ) +(assert (myObject (attribute1 "attr66100") ) ) +(assert (myObject (attribute1 "attr66101") ) ) +(assert (myObject (attribute1 "attr66102") ) ) +(assert (myObject (attribute1 "attr66103") ) ) +(assert (myObject (attribute1 "attr66104") ) ) +(assert (myObject (attribute1 "attr66105") ) ) +(assert (myObject (attribute1 "attr66106") ) ) +(assert (myObject (attribute1 "attr66107") ) ) +(assert (myObject (attribute1 "attr66108") ) ) +(assert (myObject (attribute1 "attr66109") ) ) +(assert (myObject (attribute1 "attr66110") ) ) +(assert (myObject (attribute1 "attr66111") ) ) +(assert (myObject (attribute1 "attr66112") ) ) +(assert (myObject (attribute1 "attr66113") ) ) +(assert (myObject (attribute1 "attr66114") ) ) +(assert (myObject (attribute1 "attr66115") ) ) +(assert (myObject (attribute1 "attr66116") ) ) +(assert (myObject (attribute1 "attr66117") ) ) +(assert (myObject (attribute1 "attr66118") ) ) +(assert (myObject (attribute1 "attr66119") ) ) +(assert (myObject (attribute1 "attr66120") ) ) +(assert (myObject (attribute1 "attr66121") ) ) +(assert (myObject (attribute1 "attr66122") ) ) +(assert (myObject (attribute1 "attr66123") ) ) +(assert (myObject (attribute1 "attr66124") ) ) +(assert (myObject (attribute1 "attr66125") ) ) +(assert (myObject (attribute1 "attr66126") ) ) +(assert (myObject (attribute1 "attr66127") ) ) +(assert (myObject (attribute1 "attr66128") ) ) +(assert (myObject (attribute1 "attr66129") ) ) +(assert (myObject (attribute1 "attr66130") ) ) +(assert (myObject (attribute1 "attr66131") ) ) +(assert (myObject (attribute1 "attr66132") ) ) +(assert (myObject (attribute1 "attr66133") ) ) +(assert (myObject (attribute1 "attr66134") ) ) +(assert (myObject (attribute1 "attr66135") ) ) +(assert (myObject (attribute1 "attr66136") ) ) +(assert (myObject (attribute1 "attr66137") ) ) +(assert (myObject (attribute1 "attr66138") ) ) +(assert (myObject (attribute1 "attr66139") ) ) +(assert (myObject (attribute1 "attr66140") ) ) +(assert (myObject (attribute1 "attr66141") ) ) +(assert (myObject (attribute1 "attr66142") ) ) +(assert (myObject (attribute1 "attr66143") ) ) +(assert (myObject (attribute1 "attr66144") ) ) +(assert (myObject (attribute1 "attr66145") ) ) +(assert (myObject (attribute1 "attr66146") ) ) +(assert (myObject (attribute1 "attr66147") ) ) +(assert (myObject (attribute1 "attr66148") ) ) +(assert (myObject (attribute1 "attr66149") ) ) +(assert (myObject (attribute1 "attr66150") ) ) +(assert (myObject (attribute1 "attr66151") ) ) +(assert (myObject (attribute1 "attr66152") ) ) +(assert (myObject (attribute1 "attr66153") ) ) +(assert (myObject (attribute1 "attr66154") ) ) +(assert (myObject (attribute1 "attr66155") ) ) +(assert (myObject (attribute1 "attr66156") ) ) +(assert (myObject (attribute1 "attr66157") ) ) +(assert (myObject (attribute1 "attr66158") ) ) +(assert (myObject (attribute1 "attr66159") ) ) +(assert (myObject (attribute1 "attr66160") ) ) +(assert (myObject (attribute1 "attr66161") ) ) +(assert (myObject (attribute1 "attr66162") ) ) +(assert (myObject (attribute1 "attr66163") ) ) +(assert (myObject (attribute1 "attr66164") ) ) +(assert (myObject (attribute1 "attr66165") ) ) +(assert (myObject (attribute1 "attr66166") ) ) +(assert (myObject (attribute1 "attr66167") ) ) +(assert (myObject (attribute1 "attr66168") ) ) +(assert (myObject (attribute1 "attr66169") ) ) +(assert (myObject (attribute1 "attr66170") ) ) +(assert (myObject (attribute1 "attr66171") ) ) +(assert (myObject (attribute1 "attr66172") ) ) +(assert (myObject (attribute1 "attr66173") ) ) +(assert (myObject (attribute1 "attr66174") ) ) +(assert (myObject (attribute1 "attr66175") ) ) +(assert (myObject (attribute1 "attr66176") ) ) +(assert (myObject (attribute1 "attr66177") ) ) +(assert (myObject (attribute1 "attr66178") ) ) +(assert (myObject (attribute1 "attr66179") ) ) +(assert (myObject (attribute1 "attr66180") ) ) +(assert (myObject (attribute1 "attr66181") ) ) +(assert (myObject (attribute1 "attr66182") ) ) +(assert (myObject (attribute1 "attr66183") ) ) +(assert (myObject (attribute1 "attr66184") ) ) +(assert (myObject (attribute1 "attr66185") ) ) +(assert (myObject (attribute1 "attr66186") ) ) +(assert (myObject (attribute1 "attr66187") ) ) +(assert (myObject (attribute1 "attr66188") ) ) +(assert (myObject (attribute1 "attr66189") ) ) +(assert (myObject (attribute1 "attr66190") ) ) +(assert (myObject (attribute1 "attr66191") ) ) +(assert (myObject (attribute1 "attr66192") ) ) +(assert (myObject (attribute1 "attr66193") ) ) +(assert (myObject (attribute1 "attr66194") ) ) +(assert (myObject (attribute1 "attr66195") ) ) +(assert (myObject (attribute1 "attr66196") ) ) +(assert (myObject (attribute1 "attr66197") ) ) +(assert (myObject (attribute1 "attr66198") ) ) +(assert (myObject (attribute1 "attr66199") ) ) +(assert (myObject (attribute1 "attr66200") ) ) +(assert (myObject (attribute1 "attr66201") ) ) +(assert (myObject (attribute1 "attr66202") ) ) +(assert (myObject (attribute1 "attr66203") ) ) +(assert (myObject (attribute1 "attr66204") ) ) +(assert (myObject (attribute1 "attr66205") ) ) +(assert (myObject (attribute1 "attr66206") ) ) +(assert (myObject (attribute1 "attr66207") ) ) +(assert (myObject (attribute1 "attr66208") ) ) +(assert (myObject (attribute1 "attr66209") ) ) +(assert (myObject (attribute1 "attr66210") ) ) +(assert (myObject (attribute1 "attr66211") ) ) +(assert (myObject (attribute1 "attr66212") ) ) +(assert (myObject (attribute1 "attr66213") ) ) +(assert (myObject (attribute1 "attr66214") ) ) +(assert (myObject (attribute1 "attr66215") ) ) +(assert (myObject (attribute1 "attr66216") ) ) +(assert (myObject (attribute1 "attr66217") ) ) +(assert (myObject (attribute1 "attr66218") ) ) +(assert (myObject (attribute1 "attr66219") ) ) +(assert (myObject (attribute1 "attr66220") ) ) +(assert (myObject (attribute1 "attr66221") ) ) +(assert (myObject (attribute1 "attr66222") ) ) +(assert (myObject (attribute1 "attr66223") ) ) +(assert (myObject (attribute1 "attr66224") ) ) +(assert (myObject (attribute1 "attr66225") ) ) +(assert (myObject (attribute1 "attr66226") ) ) +(assert (myObject (attribute1 "attr66227") ) ) +(assert (myObject (attribute1 "attr66228") ) ) +(assert (myObject (attribute1 "attr66229") ) ) +(assert (myObject (attribute1 "attr66230") ) ) +(assert (myObject (attribute1 "attr66231") ) ) +(assert (myObject (attribute1 "attr66232") ) ) +(assert (myObject (attribute1 "attr66233") ) ) +(assert (myObject (attribute1 "attr66234") ) ) +(assert (myObject (attribute1 "attr66235") ) ) +(assert (myObject (attribute1 "attr66236") ) ) +(assert (myObject (attribute1 "attr66237") ) ) +(assert (myObject (attribute1 "attr66238") ) ) +(assert (myObject (attribute1 "attr66239") ) ) +(assert (myObject (attribute1 "attr66240") ) ) +(assert (myObject (attribute1 "attr66241") ) ) +(assert (myObject (attribute1 "attr66242") ) ) +(assert (myObject (attribute1 "attr66243") ) ) +(assert (myObject (attribute1 "attr66244") ) ) +(assert (myObject (attribute1 "attr66245") ) ) +(assert (myObject (attribute1 "attr66246") ) ) +(assert (myObject (attribute1 "attr66247") ) ) +(assert (myObject (attribute1 "attr66248") ) ) +(assert (myObject (attribute1 "attr66249") ) ) +(assert (myObject (attribute1 "attr66250") ) ) +(assert (myObject (attribute1 "attr66251") ) ) +(assert (myObject (attribute1 "attr66252") ) ) +(assert (myObject (attribute1 "attr66253") ) ) +(assert (myObject (attribute1 "attr66254") ) ) +(assert (myObject (attribute1 "attr66255") ) ) +(assert (myObject (attribute1 "attr66256") ) ) +(assert (myObject (attribute1 "attr66257") ) ) +(assert (myObject (attribute1 "attr66258") ) ) +(assert (myObject (attribute1 "attr66259") ) ) +(assert (myObject (attribute1 "attr66260") ) ) +(assert (myObject (attribute1 "attr66261") ) ) +(assert (myObject (attribute1 "attr66262") ) ) +(assert (myObject (attribute1 "attr66263") ) ) +(assert (myObject (attribute1 "attr66264") ) ) +(assert (myObject (attribute1 "attr66265") ) ) +(assert (myObject (attribute1 "attr66266") ) ) +(assert (myObject (attribute1 "attr66267") ) ) +(assert (myObject (attribute1 "attr66268") ) ) +(assert (myObject (attribute1 "attr66269") ) ) +(assert (myObject (attribute1 "attr66270") ) ) +(assert (myObject (attribute1 "attr66271") ) ) +(assert (myObject (attribute1 "attr66272") ) ) +(assert (myObject (attribute1 "attr66273") ) ) +(assert (myObject (attribute1 "attr66274") ) ) +(assert (myObject (attribute1 "attr66275") ) ) +(assert (myObject (attribute1 "attr66276") ) ) +(assert (myObject (attribute1 "attr66277") ) ) +(assert (myObject (attribute1 "attr66278") ) ) +(assert (myObject (attribute1 "attr66279") ) ) +(assert (myObject (attribute1 "attr66280") ) ) +(assert (myObject (attribute1 "attr66281") ) ) +(assert (myObject (attribute1 "attr66282") ) ) +(assert (myObject (attribute1 "attr66283") ) ) +(assert (myObject (attribute1 "attr66284") ) ) +(assert (myObject (attribute1 "attr66285") ) ) +(assert (myObject (attribute1 "attr66286") ) ) +(assert (myObject (attribute1 "attr66287") ) ) +(assert (myObject (attribute1 "attr66288") ) ) +(assert (myObject (attribute1 "attr66289") ) ) +(assert (myObject (attribute1 "attr66290") ) ) +(assert (myObject (attribute1 "attr66291") ) ) +(assert (myObject (attribute1 "attr66292") ) ) +(assert (myObject (attribute1 "attr66293") ) ) +(assert (myObject (attribute1 "attr66294") ) ) +(assert (myObject (attribute1 "attr66295") ) ) +(assert (myObject (attribute1 "attr66296") ) ) +(assert (myObject (attribute1 "attr66297") ) ) +(assert (myObject (attribute1 "attr66298") ) ) +(assert (myObject (attribute1 "attr66299") ) ) +(assert (myObject (attribute1 "attr66300") ) ) +(assert (myObject (attribute1 "attr66301") ) ) +(assert (myObject (attribute1 "attr66302") ) ) +(assert (myObject (attribute1 "attr66303") ) ) +(assert (myObject (attribute1 "attr66304") ) ) +(assert (myObject (attribute1 "attr66305") ) ) +(assert (myObject (attribute1 "attr66306") ) ) +(assert (myObject (attribute1 "attr66307") ) ) +(assert (myObject (attribute1 "attr66308") ) ) +(assert (myObject (attribute1 "attr66309") ) ) +(assert (myObject (attribute1 "attr66310") ) ) +(assert (myObject (attribute1 "attr66311") ) ) +(assert (myObject (attribute1 "attr66312") ) ) +(assert (myObject (attribute1 "attr66313") ) ) +(assert (myObject (attribute1 "attr66314") ) ) +(assert (myObject (attribute1 "attr66315") ) ) +(assert (myObject (attribute1 "attr66316") ) ) +(assert (myObject (attribute1 "attr66317") ) ) +(assert (myObject (attribute1 "attr66318") ) ) +(assert (myObject (attribute1 "attr66319") ) ) +(assert (myObject (attribute1 "attr66320") ) ) +(assert (myObject (attribute1 "attr66321") ) ) +(assert (myObject (attribute1 "attr66322") ) ) +(assert (myObject (attribute1 "attr66323") ) ) +(assert (myObject (attribute1 "attr66324") ) ) +(assert (myObject (attribute1 "attr66325") ) ) +(assert (myObject (attribute1 "attr66326") ) ) +(assert (myObject (attribute1 "attr66327") ) ) +(assert (myObject (attribute1 "attr66328") ) ) +(assert (myObject (attribute1 "attr66329") ) ) +(assert (myObject (attribute1 "attr66330") ) ) +(assert (myObject (attribute1 "attr66331") ) ) +(assert (myObject (attribute1 "attr66332") ) ) +(assert (myObject (attribute1 "attr66333") ) ) +(assert (myObject (attribute1 "attr66334") ) ) +(assert (myObject (attribute1 "attr66335") ) ) +(assert (myObject (attribute1 "attr66336") ) ) +(assert (myObject (attribute1 "attr66337") ) ) +(assert (myObject (attribute1 "attr66338") ) ) +(assert (myObject (attribute1 "attr66339") ) ) +(assert (myObject (attribute1 "attr66340") ) ) +(assert (myObject (attribute1 "attr66341") ) ) +(assert (myObject (attribute1 "attr66342") ) ) +(assert (myObject (attribute1 "attr66343") ) ) +(assert (myObject (attribute1 "attr66344") ) ) +(assert (myObject (attribute1 "attr66345") ) ) +(assert (myObject (attribute1 "attr66346") ) ) +(assert (myObject (attribute1 "attr66347") ) ) +(assert (myObject (attribute1 "attr66348") ) ) +(assert (myObject (attribute1 "attr66349") ) ) +(assert (myObject (attribute1 "attr66350") ) ) +(assert (myObject (attribute1 "attr66351") ) ) +(assert (myObject (attribute1 "attr66352") ) ) +(assert (myObject (attribute1 "attr66353") ) ) +(assert (myObject (attribute1 "attr66354") ) ) +(assert (myObject (attribute1 "attr66355") ) ) +(assert (myObject (attribute1 "attr66356") ) ) +(assert (myObject (attribute1 "attr66357") ) ) +(assert (myObject (attribute1 "attr66358") ) ) +(assert (myObject (attribute1 "attr66359") ) ) +(assert (myObject (attribute1 "attr66360") ) ) +(assert (myObject (attribute1 "attr66361") ) ) +(assert (myObject (attribute1 "attr66362") ) ) +(assert (myObject (attribute1 "attr66363") ) ) +(assert (myObject (attribute1 "attr66364") ) ) +(assert (myObject (attribute1 "attr66365") ) ) +(assert (myObject (attribute1 "attr66366") ) ) +(assert (myObject (attribute1 "attr66367") ) ) +(assert (myObject (attribute1 "attr66368") ) ) +(assert (myObject (attribute1 "attr66369") ) ) +(assert (myObject (attribute1 "attr66370") ) ) +(assert (myObject (attribute1 "attr66371") ) ) +(assert (myObject (attribute1 "attr66372") ) ) +(assert (myObject (attribute1 "attr66373") ) ) +(assert (myObject (attribute1 "attr66374") ) ) +(assert (myObject (attribute1 "attr66375") ) ) +(assert (myObject (attribute1 "attr66376") ) ) +(assert (myObject (attribute1 "attr66377") ) ) +(assert (myObject (attribute1 "attr66378") ) ) +(assert (myObject (attribute1 "attr66379") ) ) +(assert (myObject (attribute1 "attr66380") ) ) +(assert (myObject (attribute1 "attr66381") ) ) +(assert (myObject (attribute1 "attr66382") ) ) +(assert (myObject (attribute1 "attr66383") ) ) +(assert (myObject (attribute1 "attr66384") ) ) +(assert (myObject (attribute1 "attr66385") ) ) +(assert (myObject (attribute1 "attr66386") ) ) +(assert (myObject (attribute1 "attr66387") ) ) +(assert (myObject (attribute1 "attr66388") ) ) +(assert (myObject (attribute1 "attr66389") ) ) +(assert (myObject (attribute1 "attr66390") ) ) +(assert (myObject (attribute1 "attr66391") ) ) +(assert (myObject (attribute1 "attr66392") ) ) +(assert (myObject (attribute1 "attr66393") ) ) +(assert (myObject (attribute1 "attr66394") ) ) +(assert (myObject (attribute1 "attr66395") ) ) +(assert (myObject (attribute1 "attr66396") ) ) +(assert (myObject (attribute1 "attr66397") ) ) +(assert (myObject (attribute1 "attr66398") ) ) +(assert (myObject (attribute1 "attr66399") ) ) +(assert (myObject (attribute1 "attr66400") ) ) +(assert (myObject (attribute1 "attr66401") ) ) +(assert (myObject (attribute1 "attr66402") ) ) +(assert (myObject (attribute1 "attr66403") ) ) +(assert (myObject (attribute1 "attr66404") ) ) +(assert (myObject (attribute1 "attr66405") ) ) +(assert (myObject (attribute1 "attr66406") ) ) +(assert (myObject (attribute1 "attr66407") ) ) +(assert (myObject (attribute1 "attr66408") ) ) +(assert (myObject (attribute1 "attr66409") ) ) +(assert (myObject (attribute1 "attr66410") ) ) +(assert (myObject (attribute1 "attr66411") ) ) +(assert (myObject (attribute1 "attr66412") ) ) +(assert (myObject (attribute1 "attr66413") ) ) +(assert (myObject (attribute1 "attr66414") ) ) +(assert (myObject (attribute1 "attr66415") ) ) +(assert (myObject (attribute1 "attr66416") ) ) +(assert (myObject (attribute1 "attr66417") ) ) +(assert (myObject (attribute1 "attr66418") ) ) +(assert (myObject (attribute1 "attr66419") ) ) +(assert (myObject (attribute1 "attr66420") ) ) +(assert (myObject (attribute1 "attr66421") ) ) +(assert (myObject (attribute1 "attr66422") ) ) +(assert (myObject (attribute1 "attr66423") ) ) +(assert (myObject (attribute1 "attr66424") ) ) +(assert (myObject (attribute1 "attr66425") ) ) +(assert (myObject (attribute1 "attr66426") ) ) +(assert (myObject (attribute1 "attr66427") ) ) +(assert (myObject (attribute1 "attr66428") ) ) +(assert (myObject (attribute1 "attr66429") ) ) +(assert (myObject (attribute1 "attr66430") ) ) +(assert (myObject (attribute1 "attr66431") ) ) +(assert (myObject (attribute1 "attr66432") ) ) +(assert (myObject (attribute1 "attr66433") ) ) +(assert (myObject (attribute1 "attr66434") ) ) +(assert (myObject (attribute1 "attr66435") ) ) +(assert (myObject (attribute1 "attr66436") ) ) +(assert (myObject (attribute1 "attr66437") ) ) +(assert (myObject (attribute1 "attr66438") ) ) +(assert (myObject (attribute1 "attr66439") ) ) +(assert (myObject (attribute1 "attr66440") ) ) +(assert (myObject (attribute1 "attr66441") ) ) +(assert (myObject (attribute1 "attr66442") ) ) +(assert (myObject (attribute1 "attr66443") ) ) +(assert (myObject (attribute1 "attr66444") ) ) +(assert (myObject (attribute1 "attr66445") ) ) +(assert (myObject (attribute1 "attr66446") ) ) +(assert (myObject (attribute1 "attr66447") ) ) +(assert (myObject (attribute1 "attr66448") ) ) +(assert (myObject (attribute1 "attr66449") ) ) +(assert (myObject (attribute1 "attr66450") ) ) +(assert (myObject (attribute1 "attr66451") ) ) +(assert (myObject (attribute1 "attr66452") ) ) +(assert (myObject (attribute1 "attr66453") ) ) +(assert (myObject (attribute1 "attr66454") ) ) +(assert (myObject (attribute1 "attr66455") ) ) +(assert (myObject (attribute1 "attr66456") ) ) +(assert (myObject (attribute1 "attr66457") ) ) +(assert (myObject (attribute1 "attr66458") ) ) +(assert (myObject (attribute1 "attr66459") ) ) +(assert (myObject (attribute1 "attr66460") ) ) +(assert (myObject (attribute1 "attr66461") ) ) +(assert (myObject (attribute1 "attr66462") ) ) +(assert (myObject (attribute1 "attr66463") ) ) +(assert (myObject (attribute1 "attr66464") ) ) +(assert (myObject (attribute1 "attr66465") ) ) +(assert (myObject (attribute1 "attr66466") ) ) +(assert (myObject (attribute1 "attr66467") ) ) +(assert (myObject (attribute1 "attr66468") ) ) +(assert (myObject (attribute1 "attr66469") ) ) +(assert (myObject (attribute1 "attr66470") ) ) +(assert (myObject (attribute1 "attr66471") ) ) +(assert (myObject (attribute1 "attr66472") ) ) +(assert (myObject (attribute1 "attr66473") ) ) +(assert (myObject (attribute1 "attr66474") ) ) +(assert (myObject (attribute1 "attr66475") ) ) +(assert (myObject (attribute1 "attr66476") ) ) +(assert (myObject (attribute1 "attr66477") ) ) +(assert (myObject (attribute1 "attr66478") ) ) +(assert (myObject (attribute1 "attr66479") ) ) +(assert (myObject (attribute1 "attr66480") ) ) +(assert (myObject (attribute1 "attr66481") ) ) +(assert (myObject (attribute1 "attr66482") ) ) +(assert (myObject (attribute1 "attr66483") ) ) +(assert (myObject (attribute1 "attr66484") ) ) +(assert (myObject (attribute1 "attr66485") ) ) +(assert (myObject (attribute1 "attr66486") ) ) +(assert (myObject (attribute1 "attr66487") ) ) +(assert (myObject (attribute1 "attr66488") ) ) +(assert (myObject (attribute1 "attr66489") ) ) +(assert (myObject (attribute1 "attr66490") ) ) +(assert (myObject (attribute1 "attr66491") ) ) +(assert (myObject (attribute1 "attr66492") ) ) +(assert (myObject (attribute1 "attr66493") ) ) +(assert (myObject (attribute1 "attr66494") ) ) +(assert (myObject (attribute1 "attr66495") ) ) +(assert (myObject (attribute1 "attr66496") ) ) +(assert (myObject (attribute1 "attr66497") ) ) +(assert (myObject (attribute1 "attr66498") ) ) +(assert (myObject (attribute1 "attr66499") ) ) +(assert (myObject (attribute1 "attr66500") ) ) +(assert (myObject (attribute1 "attr66501") ) ) +(assert (myObject (attribute1 "attr66502") ) ) +(assert (myObject (attribute1 "attr66503") ) ) +(assert (myObject (attribute1 "attr66504") ) ) +(assert (myObject (attribute1 "attr66505") ) ) +(assert (myObject (attribute1 "attr66506") ) ) +(assert (myObject (attribute1 "attr66507") ) ) +(assert (myObject (attribute1 "attr66508") ) ) +(assert (myObject (attribute1 "attr66509") ) ) +(assert (myObject (attribute1 "attr66510") ) ) +(assert (myObject (attribute1 "attr66511") ) ) +(assert (myObject (attribute1 "attr66512") ) ) +(assert (myObject (attribute1 "attr66513") ) ) +(assert (myObject (attribute1 "attr66514") ) ) +(assert (myObject (attribute1 "attr66515") ) ) +(assert (myObject (attribute1 "attr66516") ) ) +(assert (myObject (attribute1 "attr66517") ) ) +(assert (myObject (attribute1 "attr66518") ) ) +(assert (myObject (attribute1 "attr66519") ) ) +(assert (myObject (attribute1 "attr66520") ) ) +(assert (myObject (attribute1 "attr66521") ) ) +(assert (myObject (attribute1 "attr66522") ) ) +(assert (myObject (attribute1 "attr66523") ) ) +(assert (myObject (attribute1 "attr66524") ) ) +(assert (myObject (attribute1 "attr66525") ) ) +(assert (myObject (attribute1 "attr66526") ) ) +(assert (myObject (attribute1 "attr66527") ) ) +(assert (myObject (attribute1 "attr66528") ) ) +(assert (myObject (attribute1 "attr66529") ) ) +(assert (myObject (attribute1 "attr66530") ) ) +(assert (myObject (attribute1 "attr66531") ) ) +(assert (myObject (attribute1 "attr66532") ) ) +(assert (myObject (attribute1 "attr66533") ) ) +(assert (myObject (attribute1 "attr66534") ) ) +(assert (myObject (attribute1 "attr66535") ) ) +(assert (myObject (attribute1 "attr66536") ) ) +(assert (myObject (attribute1 "attr66537") ) ) +(assert (myObject (attribute1 "attr66538") ) ) +(assert (myObject (attribute1 "attr66539") ) ) +(assert (myObject (attribute1 "attr66540") ) ) +(assert (myObject (attribute1 "attr66541") ) ) +(assert (myObject (attribute1 "attr66542") ) ) +(assert (myObject (attribute1 "attr66543") ) ) +(assert (myObject (attribute1 "attr66544") ) ) +(assert (myObject (attribute1 "attr66545") ) ) +(assert (myObject (attribute1 "attr66546") ) ) +(assert (myObject (attribute1 "attr66547") ) ) +(assert (myObject (attribute1 "attr66548") ) ) +(assert (myObject (attribute1 "attr66549") ) ) +(assert (myObject (attribute1 "attr66550") ) ) +(assert (myObject (attribute1 "attr66551") ) ) +(assert (myObject (attribute1 "attr66552") ) ) +(assert (myObject (attribute1 "attr66553") ) ) +(assert (myObject (attribute1 "attr66554") ) ) +(assert (myObject (attribute1 "attr66555") ) ) +(assert (myObject (attribute1 "attr66556") ) ) +(assert (myObject (attribute1 "attr66557") ) ) +(assert (myObject (attribute1 "attr66558") ) ) +(assert (myObject (attribute1 "attr66559") ) ) +(assert (myObject (attribute1 "attr66560") ) ) +(assert (myObject (attribute1 "attr66561") ) ) +(assert (myObject (attribute1 "attr66562") ) ) +(assert (myObject (attribute1 "attr66563") ) ) +(assert (myObject (attribute1 "attr66564") ) ) +(assert (myObject (attribute1 "attr66565") ) ) +(assert (myObject (attribute1 "attr66566") ) ) +(assert (myObject (attribute1 "attr66567") ) ) +(assert (myObject (attribute1 "attr66568") ) ) +(assert (myObject (attribute1 "attr66569") ) ) +(assert (myObject (attribute1 "attr66570") ) ) +(assert (myObject (attribute1 "attr66571") ) ) +(assert (myObject (attribute1 "attr66572") ) ) +(assert (myObject (attribute1 "attr66573") ) ) +(assert (myObject (attribute1 "attr66574") ) ) +(assert (myObject (attribute1 "attr66575") ) ) +(assert (myObject (attribute1 "attr66576") ) ) +(assert (myObject (attribute1 "attr66577") ) ) +(assert (myObject (attribute1 "attr66578") ) ) +(assert (myObject (attribute1 "attr66579") ) ) +(assert (myObject (attribute1 "attr66580") ) ) +(assert (myObject (attribute1 "attr66581") ) ) +(assert (myObject (attribute1 "attr66582") ) ) +(assert (myObject (attribute1 "attr66583") ) ) +(assert (myObject (attribute1 "attr66584") ) ) +(assert (myObject (attribute1 "attr66585") ) ) +(assert (myObject (attribute1 "attr66586") ) ) +(assert (myObject (attribute1 "attr66587") ) ) +(assert (myObject (attribute1 "attr66588") ) ) +(assert (myObject (attribute1 "attr66589") ) ) +(assert (myObject (attribute1 "attr66590") ) ) +(assert (myObject (attribute1 "attr66591") ) ) +(assert (myObject (attribute1 "attr66592") ) ) +(assert (myObject (attribute1 "attr66593") ) ) +(assert (myObject (attribute1 "attr66594") ) ) +(assert (myObject (attribute1 "attr66595") ) ) +(assert (myObject (attribute1 "attr66596") ) ) +(assert (myObject (attribute1 "attr66597") ) ) +(assert (myObject (attribute1 "attr66598") ) ) +(assert (myObject (attribute1 "attr66599") ) ) +(assert (myObject (attribute1 "attr66600") ) ) +(assert (myObject (attribute1 "attr66601") ) ) +(assert (myObject (attribute1 "attr66602") ) ) +(assert (myObject (attribute1 "attr66603") ) ) +(assert (myObject (attribute1 "attr66604") ) ) +(assert (myObject (attribute1 "attr66605") ) ) +(assert (myObject (attribute1 "attr66606") ) ) +(assert (myObject (attribute1 "attr66607") ) ) +(assert (myObject (attribute1 "attr66608") ) ) +(assert (myObject (attribute1 "attr66609") ) ) +(assert (myObject (attribute1 "attr66610") ) ) +(assert (myObject (attribute1 "attr66611") ) ) +(assert (myObject (attribute1 "attr66612") ) ) +(assert (myObject (attribute1 "attr66613") ) ) +(assert (myObject (attribute1 "attr66614") ) ) +(assert (myObject (attribute1 "attr66615") ) ) +(assert (myObject (attribute1 "attr66616") ) ) +(assert (myObject (attribute1 "attr66617") ) ) +(assert (myObject (attribute1 "attr66618") ) ) +(assert (myObject (attribute1 "attr66619") ) ) +(assert (myObject (attribute1 "attr66620") ) ) +(assert (myObject (attribute1 "attr66621") ) ) +(assert (myObject (attribute1 "attr66622") ) ) +(assert (myObject (attribute1 "attr66623") ) ) +(assert (myObject (attribute1 "attr66624") ) ) +(assert (myObject (attribute1 "attr66625") ) ) +(assert (myObject (attribute1 "attr66626") ) ) +(assert (myObject (attribute1 "attr66627") ) ) +(assert (myObject (attribute1 "attr66628") ) ) +(assert (myObject (attribute1 "attr66629") ) ) +(assert (myObject (attribute1 "attr66630") ) ) +(assert (myObject (attribute1 "attr66631") ) ) +(assert (myObject (attribute1 "attr66632") ) ) +(assert (myObject (attribute1 "attr66633") ) ) +(assert (myObject (attribute1 "attr66634") ) ) +(assert (myObject (attribute1 "attr66635") ) ) +(assert (myObject (attribute1 "attr66636") ) ) +(assert (myObject (attribute1 "attr66637") ) ) +(assert (myObject (attribute1 "attr66638") ) ) +(assert (myObject (attribute1 "attr66639") ) ) +(assert (myObject (attribute1 "attr66640") ) ) +(assert (myObject (attribute1 "attr66641") ) ) +(assert (myObject (attribute1 "attr66642") ) ) +(assert (myObject (attribute1 "attr66643") ) ) +(assert (myObject (attribute1 "attr66644") ) ) +(assert (myObject (attribute1 "attr66645") ) ) +(assert (myObject (attribute1 "attr66646") ) ) +(assert (myObject (attribute1 "attr66647") ) ) +(assert (myObject (attribute1 "attr66648") ) ) +(assert (myObject (attribute1 "attr66649") ) ) +(assert (myObject (attribute1 "attr66650") ) ) +(assert (myObject (attribute1 "attr66651") ) ) +(assert (myObject (attribute1 "attr66652") ) ) +(assert (myObject (attribute1 "attr66653") ) ) +(assert (myObject (attribute1 "attr66654") ) ) +(assert (myObject (attribute1 "attr66655") ) ) +(assert (myObject (attribute1 "attr66656") ) ) +(assert (myObject (attribute1 "attr66657") ) ) +(assert (myObject (attribute1 "attr66658") ) ) +(assert (myObject (attribute1 "attr66659") ) ) +(assert (myObject (attribute1 "attr66660") ) ) +(assert (myObject (attribute1 "attr66661") ) ) +(assert (myObject (attribute1 "attr66662") ) ) +(assert (myObject (attribute1 "attr66663") ) ) +(assert (myObject (attribute1 "attr66664") ) ) +(assert (myObject (attribute1 "attr66665") ) ) +(assert (myObject (attribute1 "attr66666") ) ) +(assert (myObject (attribute1 "attr66667") ) ) +(assert (myObject (attribute1 "attr66668") ) ) +(assert (myObject (attribute1 "attr66669") ) ) +(assert (myObject (attribute1 "attr66670") ) ) +(assert (myObject (attribute1 "attr66671") ) ) +(assert (myObject (attribute1 "attr66672") ) ) +(assert (myObject (attribute1 "attr66673") ) ) +(assert (myObject (attribute1 "attr66674") ) ) +(assert (myObject (attribute1 "attr66675") ) ) +(assert (myObject (attribute1 "attr66676") ) ) +(assert (myObject (attribute1 "attr66677") ) ) +(assert (myObject (attribute1 "attr66678") ) ) +(assert (myObject (attribute1 "attr66679") ) ) +(assert (myObject (attribute1 "attr66680") ) ) +(assert (myObject (attribute1 "attr66681") ) ) +(assert (myObject (attribute1 "attr66682") ) ) +(assert (myObject (attribute1 "attr66683") ) ) +(assert (myObject (attribute1 "attr66684") ) ) +(assert (myObject (attribute1 "attr66685") ) ) +(assert (myObject (attribute1 "attr66686") ) ) +(assert (myObject (attribute1 "attr66687") ) ) +(assert (myObject (attribute1 "attr66688") ) ) +(assert (myObject (attribute1 "attr66689") ) ) +(assert (myObject (attribute1 "attr66690") ) ) +(assert (myObject (attribute1 "attr66691") ) ) +(assert (myObject (attribute1 "attr66692") ) ) +(assert (myObject (attribute1 "attr66693") ) ) +(assert (myObject (attribute1 "attr66694") ) ) +(assert (myObject (attribute1 "attr66695") ) ) +(assert (myObject (attribute1 "attr66696") ) ) +(assert (myObject (attribute1 "attr66697") ) ) +(assert (myObject (attribute1 "attr66698") ) ) +(assert (myObject (attribute1 "attr66699") ) ) +(assert (myObject (attribute1 "attr66700") ) ) +(assert (myObject (attribute1 "attr66701") ) ) +(assert (myObject (attribute1 "attr66702") ) ) +(assert (myObject (attribute1 "attr66703") ) ) +(assert (myObject (attribute1 "attr66704") ) ) +(assert (myObject (attribute1 "attr66705") ) ) +(assert (myObject (attribute1 "attr66706") ) ) +(assert (myObject (attribute1 "attr66707") ) ) +(assert (myObject (attribute1 "attr66708") ) ) +(assert (myObject (attribute1 "attr66709") ) ) +(assert (myObject (attribute1 "attr66710") ) ) +(assert (myObject (attribute1 "attr66711") ) ) +(assert (myObject (attribute1 "attr66712") ) ) +(assert (myObject (attribute1 "attr66713") ) ) +(assert (myObject (attribute1 "attr66714") ) ) +(assert (myObject (attribute1 "attr66715") ) ) +(assert (myObject (attribute1 "attr66716") ) ) +(assert (myObject (attribute1 "attr66717") ) ) +(assert (myObject (attribute1 "attr66718") ) ) +(assert (myObject (attribute1 "attr66719") ) ) +(assert (myObject (attribute1 "attr66720") ) ) +(assert (myObject (attribute1 "attr66721") ) ) +(assert (myObject (attribute1 "attr66722") ) ) +(assert (myObject (attribute1 "attr66723") ) ) +(assert (myObject (attribute1 "attr66724") ) ) +(assert (myObject (attribute1 "attr66725") ) ) +(assert (myObject (attribute1 "attr66726") ) ) +(assert (myObject (attribute1 "attr66727") ) ) +(assert (myObject (attribute1 "attr66728") ) ) +(assert (myObject (attribute1 "attr66729") ) ) +(assert (myObject (attribute1 "attr66730") ) ) +(assert (myObject (attribute1 "attr66731") ) ) +(assert (myObject (attribute1 "attr66732") ) ) +(assert (myObject (attribute1 "attr66733") ) ) +(assert (myObject (attribute1 "attr66734") ) ) +(assert (myObject (attribute1 "attr66735") ) ) +(assert (myObject (attribute1 "attr66736") ) ) +(assert (myObject (attribute1 "attr66737") ) ) +(assert (myObject (attribute1 "attr66738") ) ) +(assert (myObject (attribute1 "attr66739") ) ) +(assert (myObject (attribute1 "attr66740") ) ) +(assert (myObject (attribute1 "attr66741") ) ) +(assert (myObject (attribute1 "attr66742") ) ) +(assert (myObject (attribute1 "attr66743") ) ) +(assert (myObject (attribute1 "attr66744") ) ) +(assert (myObject (attribute1 "attr66745") ) ) +(assert (myObject (attribute1 "attr66746") ) ) +(assert (myObject (attribute1 "attr66747") ) ) +(assert (myObject (attribute1 "attr66748") ) ) +(assert (myObject (attribute1 "attr66749") ) ) +(assert (myObject (attribute1 "attr66750") ) ) +(assert (myObject (attribute1 "attr66751") ) ) +(assert (myObject (attribute1 "attr66752") ) ) +(assert (myObject (attribute1 "attr66753") ) ) +(assert (myObject (attribute1 "attr66754") ) ) +(assert (myObject (attribute1 "attr66755") ) ) +(assert (myObject (attribute1 "attr66756") ) ) +(assert (myObject (attribute1 "attr66757") ) ) +(assert (myObject (attribute1 "attr66758") ) ) +(assert (myObject (attribute1 "attr66759") ) ) +(assert (myObject (attribute1 "attr66760") ) ) +(assert (myObject (attribute1 "attr66761") ) ) +(assert (myObject (attribute1 "attr66762") ) ) +(assert (myObject (attribute1 "attr66763") ) ) +(assert (myObject (attribute1 "attr66764") ) ) +(assert (myObject (attribute1 "attr66765") ) ) +(assert (myObject (attribute1 "attr66766") ) ) +(assert (myObject (attribute1 "attr66767") ) ) +(assert (myObject (attribute1 "attr66768") ) ) +(assert (myObject (attribute1 "attr66769") ) ) +(assert (myObject (attribute1 "attr66770") ) ) +(assert (myObject (attribute1 "attr66771") ) ) +(assert (myObject (attribute1 "attr66772") ) ) +(assert (myObject (attribute1 "attr66773") ) ) +(assert (myObject (attribute1 "attr66774") ) ) +(assert (myObject (attribute1 "attr66775") ) ) +(assert (myObject (attribute1 "attr66776") ) ) +(assert (myObject (attribute1 "attr66777") ) ) +(assert (myObject (attribute1 "attr66778") ) ) +(assert (myObject (attribute1 "attr66779") ) ) +(assert (myObject (attribute1 "attr66780") ) ) +(assert (myObject (attribute1 "attr66781") ) ) +(assert (myObject (attribute1 "attr66782") ) ) +(assert (myObject (attribute1 "attr66783") ) ) +(assert (myObject (attribute1 "attr66784") ) ) +(assert (myObject (attribute1 "attr66785") ) ) +(assert (myObject (attribute1 "attr66786") ) ) +(assert (myObject (attribute1 "attr66787") ) ) +(assert (myObject (attribute1 "attr66788") ) ) +(assert (myObject (attribute1 "attr66789") ) ) +(assert (myObject (attribute1 "attr66790") ) ) +(assert (myObject (attribute1 "attr66791") ) ) +(assert (myObject (attribute1 "attr66792") ) ) +(assert (myObject (attribute1 "attr66793") ) ) +(assert (myObject (attribute1 "attr66794") ) ) +(assert (myObject (attribute1 "attr66795") ) ) +(assert (myObject (attribute1 "attr66796") ) ) +(assert (myObject (attribute1 "attr66797") ) ) +(assert (myObject (attribute1 "attr66798") ) ) +(assert (myObject (attribute1 "attr66799") ) ) +(assert (myObject (attribute1 "attr66800") ) ) +(assert (myObject (attribute1 "attr66801") ) ) +(assert (myObject (attribute1 "attr66802") ) ) +(assert (myObject (attribute1 "attr66803") ) ) +(assert (myObject (attribute1 "attr66804") ) ) +(assert (myObject (attribute1 "attr66805") ) ) +(assert (myObject (attribute1 "attr66806") ) ) +(assert (myObject (attribute1 "attr66807") ) ) +(assert (myObject (attribute1 "attr66808") ) ) +(assert (myObject (attribute1 "attr66809") ) ) +(assert (myObject (attribute1 "attr66810") ) ) +(assert (myObject (attribute1 "attr66811") ) ) +(assert (myObject (attribute1 "attr66812") ) ) +(assert (myObject (attribute1 "attr66813") ) ) +(assert (myObject (attribute1 "attr66814") ) ) +(assert (myObject (attribute1 "attr66815") ) ) +(assert (myObject (attribute1 "attr66816") ) ) +(assert (myObject (attribute1 "attr66817") ) ) +(assert (myObject (attribute1 "attr66818") ) ) +(assert (myObject (attribute1 "attr66819") ) ) +(assert (myObject (attribute1 "attr66820") ) ) +(assert (myObject (attribute1 "attr66821") ) ) +(assert (myObject (attribute1 "attr66822") ) ) +(assert (myObject (attribute1 "attr66823") ) ) +(assert (myObject (attribute1 "attr66824") ) ) +(assert (myObject (attribute1 "attr66825") ) ) +(assert (myObject (attribute1 "attr66826") ) ) +(assert (myObject (attribute1 "attr66827") ) ) +(assert (myObject (attribute1 "attr66828") ) ) +(assert (myObject (attribute1 "attr66829") ) ) +(assert (myObject (attribute1 "attr66830") ) ) +(assert (myObject (attribute1 "attr66831") ) ) +(assert (myObject (attribute1 "attr66832") ) ) +(assert (myObject (attribute1 "attr66833") ) ) +(assert (myObject (attribute1 "attr66834") ) ) +(assert (myObject (attribute1 "attr66835") ) ) +(assert (myObject (attribute1 "attr66836") ) ) +(assert (myObject (attribute1 "attr66837") ) ) +(assert (myObject (attribute1 "attr66838") ) ) +(assert (myObject (attribute1 "attr66839") ) ) +(assert (myObject (attribute1 "attr66840") ) ) +(assert (myObject (attribute1 "attr66841") ) ) +(assert (myObject (attribute1 "attr66842") ) ) +(assert (myObject (attribute1 "attr66843") ) ) +(assert (myObject (attribute1 "attr66844") ) ) +(assert (myObject (attribute1 "attr66845") ) ) +(assert (myObject (attribute1 "attr66846") ) ) +(assert (myObject (attribute1 "attr66847") ) ) +(assert (myObject (attribute1 "attr66848") ) ) +(assert (myObject (attribute1 "attr66849") ) ) +(assert (myObject (attribute1 "attr66850") ) ) +(assert (myObject (attribute1 "attr66851") ) ) +(assert (myObject (attribute1 "attr66852") ) ) +(assert (myObject (attribute1 "attr66853") ) ) +(assert (myObject (attribute1 "attr66854") ) ) +(assert (myObject (attribute1 "attr66855") ) ) +(assert (myObject (attribute1 "attr66856") ) ) +(assert (myObject (attribute1 "attr66857") ) ) +(assert (myObject (attribute1 "attr66858") ) ) +(assert (myObject (attribute1 "attr66859") ) ) +(assert (myObject (attribute1 "attr66860") ) ) +(assert (myObject (attribute1 "attr66861") ) ) +(assert (myObject (attribute1 "attr66862") ) ) +(assert (myObject (attribute1 "attr66863") ) ) +(assert (myObject (attribute1 "attr66864") ) ) +(assert (myObject (attribute1 "attr66865") ) ) +(assert (myObject (attribute1 "attr66866") ) ) +(assert (myObject (attribute1 "attr66867") ) ) +(assert (myObject (attribute1 "attr66868") ) ) +(assert (myObject (attribute1 "attr66869") ) ) +(assert (myObject (attribute1 "attr66870") ) ) +(assert (myObject (attribute1 "attr66871") ) ) +(assert (myObject (attribute1 "attr66872") ) ) +(assert (myObject (attribute1 "attr66873") ) ) +(assert (myObject (attribute1 "attr66874") ) ) +(assert (myObject (attribute1 "attr66875") ) ) +(assert (myObject (attribute1 "attr66876") ) ) +(assert (myObject (attribute1 "attr66877") ) ) +(assert (myObject (attribute1 "attr66878") ) ) +(assert (myObject (attribute1 "attr66879") ) ) +(assert (myObject (attribute1 "attr66880") ) ) +(assert (myObject (attribute1 "attr66881") ) ) +(assert (myObject (attribute1 "attr66882") ) ) +(assert (myObject (attribute1 "attr66883") ) ) +(assert (myObject (attribute1 "attr66884") ) ) +(assert (myObject (attribute1 "attr66885") ) ) +(assert (myObject (attribute1 "attr66886") ) ) +(assert (myObject (attribute1 "attr66887") ) ) +(assert (myObject (attribute1 "attr66888") ) ) +(assert (myObject (attribute1 "attr66889") ) ) +(assert (myObject (attribute1 "attr66890") ) ) +(assert (myObject (attribute1 "attr66891") ) ) +(assert (myObject (attribute1 "attr66892") ) ) +(assert (myObject (attribute1 "attr66893") ) ) +(assert (myObject (attribute1 "attr66894") ) ) +(assert (myObject (attribute1 "attr66895") ) ) +(assert (myObject (attribute1 "attr66896") ) ) +(assert (myObject (attribute1 "attr66897") ) ) +(assert (myObject (attribute1 "attr66898") ) ) +(assert (myObject (attribute1 "attr66899") ) ) +(assert (myObject (attribute1 "attr66900") ) ) +(assert (myObject (attribute1 "attr66901") ) ) +(assert (myObject (attribute1 "attr66902") ) ) +(assert (myObject (attribute1 "attr66903") ) ) +(assert (myObject (attribute1 "attr66904") ) ) +(assert (myObject (attribute1 "attr66905") ) ) +(assert (myObject (attribute1 "attr66906") ) ) +(assert (myObject (attribute1 "attr66907") ) ) +(assert (myObject (attribute1 "attr66908") ) ) +(assert (myObject (attribute1 "attr66909") ) ) +(assert (myObject (attribute1 "attr66910") ) ) +(assert (myObject (attribute1 "attr66911") ) ) +(assert (myObject (attribute1 "attr66912") ) ) +(assert (myObject (attribute1 "attr66913") ) ) +(assert (myObject (attribute1 "attr66914") ) ) +(assert (myObject (attribute1 "attr66915") ) ) +(assert (myObject (attribute1 "attr66916") ) ) +(assert (myObject (attribute1 "attr66917") ) ) +(assert (myObject (attribute1 "attr66918") ) ) +(assert (myObject (attribute1 "attr66919") ) ) +(assert (myObject (attribute1 "attr66920") ) ) +(assert (myObject (attribute1 "attr66921") ) ) +(assert (myObject (attribute1 "attr66922") ) ) +(assert (myObject (attribute1 "attr66923") ) ) +(assert (myObject (attribute1 "attr66924") ) ) +(assert (myObject (attribute1 "attr66925") ) ) +(assert (myObject (attribute1 "attr66926") ) ) +(assert (myObject (attribute1 "attr66927") ) ) +(assert (myObject (attribute1 "attr66928") ) ) +(assert (myObject (attribute1 "attr66929") ) ) +(assert (myObject (attribute1 "attr66930") ) ) +(assert (myObject (attribute1 "attr66931") ) ) +(assert (myObject (attribute1 "attr66932") ) ) +(assert (myObject (attribute1 "attr66933") ) ) +(assert (myObject (attribute1 "attr66934") ) ) +(assert (myObject (attribute1 "attr66935") ) ) +(assert (myObject (attribute1 "attr66936") ) ) +(assert (myObject (attribute1 "attr66937") ) ) +(assert (myObject (attribute1 "attr66938") ) ) +(assert (myObject (attribute1 "attr66939") ) ) +(assert (myObject (attribute1 "attr66940") ) ) +(assert (myObject (attribute1 "attr66941") ) ) +(assert (myObject (attribute1 "attr66942") ) ) +(assert (myObject (attribute1 "attr66943") ) ) +(assert (myObject (attribute1 "attr66944") ) ) +(assert (myObject (attribute1 "attr66945") ) ) +(assert (myObject (attribute1 "attr66946") ) ) +(assert (myObject (attribute1 "attr66947") ) ) +(assert (myObject (attribute1 "attr66948") ) ) +(assert (myObject (attribute1 "attr66949") ) ) +(assert (myObject (attribute1 "attr66950") ) ) +(assert (myObject (attribute1 "attr66951") ) ) +(assert (myObject (attribute1 "attr66952") ) ) +(assert (myObject (attribute1 "attr66953") ) ) +(assert (myObject (attribute1 "attr66954") ) ) +(assert (myObject (attribute1 "attr66955") ) ) +(assert (myObject (attribute1 "attr66956") ) ) +(assert (myObject (attribute1 "attr66957") ) ) +(assert (myObject (attribute1 "attr66958") ) ) +(assert (myObject (attribute1 "attr66959") ) ) +(assert (myObject (attribute1 "attr66960") ) ) +(assert (myObject (attribute1 "attr66961") ) ) +(assert (myObject (attribute1 "attr66962") ) ) +(assert (myObject (attribute1 "attr66963") ) ) +(assert (myObject (attribute1 "attr66964") ) ) +(assert (myObject (attribute1 "attr66965") ) ) +(assert (myObject (attribute1 "attr66966") ) ) +(assert (myObject (attribute1 "attr66967") ) ) +(assert (myObject (attribute1 "attr66968") ) ) +(assert (myObject (attribute1 "attr66969") ) ) +(assert (myObject (attribute1 "attr66970") ) ) +(assert (myObject (attribute1 "attr66971") ) ) +(assert (myObject (attribute1 "attr66972") ) ) +(assert (myObject (attribute1 "attr66973") ) ) +(assert (myObject (attribute1 "attr66974") ) ) +(assert (myObject (attribute1 "attr66975") ) ) +(assert (myObject (attribute1 "attr66976") ) ) +(assert (myObject (attribute1 "attr66977") ) ) +(assert (myObject (attribute1 "attr66978") ) ) +(assert (myObject (attribute1 "attr66979") ) ) +(assert (myObject (attribute1 "attr66980") ) ) +(assert (myObject (attribute1 "attr66981") ) ) +(assert (myObject (attribute1 "attr66982") ) ) +(assert (myObject (attribute1 "attr66983") ) ) +(assert (myObject (attribute1 "attr66984") ) ) +(assert (myObject (attribute1 "attr66985") ) ) +(assert (myObject (attribute1 "attr66986") ) ) +(assert (myObject (attribute1 "attr66987") ) ) +(assert (myObject (attribute1 "attr66988") ) ) +(assert (myObject (attribute1 "attr66989") ) ) +(assert (myObject (attribute1 "attr66990") ) ) +(assert (myObject (attribute1 "attr66991") ) ) +(assert (myObject (attribute1 "attr66992") ) ) +(assert (myObject (attribute1 "attr66993") ) ) +(assert (myObject (attribute1 "attr66994") ) ) +(assert (myObject (attribute1 "attr66995") ) ) +(assert (myObject (attribute1 "attr66996") ) ) +(assert (myObject (attribute1 "attr66997") ) ) +(assert (myObject (attribute1 "attr66998") ) ) +(assert (myObject (attribute1 "attr66999") ) ) +(assert (myObject (attribute1 "attr67000") ) ) +(assert (myObject (attribute1 "attr67001") ) ) +(assert (myObject (attribute1 "attr67002") ) ) +(assert (myObject (attribute1 "attr67003") ) ) +(assert (myObject (attribute1 "attr67004") ) ) +(assert (myObject (attribute1 "attr67005") ) ) +(assert (myObject (attribute1 "attr67006") ) ) +(assert (myObject (attribute1 "attr67007") ) ) +(assert (myObject (attribute1 "attr67008") ) ) +(assert (myObject (attribute1 "attr67009") ) ) +(assert (myObject (attribute1 "attr67010") ) ) +(assert (myObject (attribute1 "attr67011") ) ) +(assert (myObject (attribute1 "attr67012") ) ) +(assert (myObject (attribute1 "attr67013") ) ) +(assert (myObject (attribute1 "attr67014") ) ) +(assert (myObject (attribute1 "attr67015") ) ) +(assert (myObject (attribute1 "attr67016") ) ) +(assert (myObject (attribute1 "attr67017") ) ) +(assert (myObject (attribute1 "attr67018") ) ) +(assert (myObject (attribute1 "attr67019") ) ) +(assert (myObject (attribute1 "attr67020") ) ) +(assert (myObject (attribute1 "attr67021") ) ) +(assert (myObject (attribute1 "attr67022") ) ) +(assert (myObject (attribute1 "attr67023") ) ) +(assert (myObject (attribute1 "attr67024") ) ) +(assert (myObject (attribute1 "attr67025") ) ) +(assert (myObject (attribute1 "attr67026") ) ) +(assert (myObject (attribute1 "attr67027") ) ) +(assert (myObject (attribute1 "attr67028") ) ) +(assert (myObject (attribute1 "attr67029") ) ) +(assert (myObject (attribute1 "attr67030") ) ) +(assert (myObject (attribute1 "attr67031") ) ) +(assert (myObject (attribute1 "attr67032") ) ) +(assert (myObject (attribute1 "attr67033") ) ) +(assert (myObject (attribute1 "attr67034") ) ) +(assert (myObject (attribute1 "attr67035") ) ) +(assert (myObject (attribute1 "attr67036") ) ) +(assert (myObject (attribute1 "attr67037") ) ) +(assert (myObject (attribute1 "attr67038") ) ) +(assert (myObject (attribute1 "attr67039") ) ) +(assert (myObject (attribute1 "attr67040") ) ) +(assert (myObject (attribute1 "attr67041") ) ) +(assert (myObject (attribute1 "attr67042") ) ) +(assert (myObject (attribute1 "attr67043") ) ) +(assert (myObject (attribute1 "attr67044") ) ) +(assert (myObject (attribute1 "attr67045") ) ) +(assert (myObject (attribute1 "attr67046") ) ) +(assert (myObject (attribute1 "attr67047") ) ) +(assert (myObject (attribute1 "attr67048") ) ) +(assert (myObject (attribute1 "attr67049") ) ) +(assert (myObject (attribute1 "attr67050") ) ) +(assert (myObject (attribute1 "attr67051") ) ) +(assert (myObject (attribute1 "attr67052") ) ) +(assert (myObject (attribute1 "attr67053") ) ) +(assert (myObject (attribute1 "attr67054") ) ) +(assert (myObject (attribute1 "attr67055") ) ) +(assert (myObject (attribute1 "attr67056") ) ) +(assert (myObject (attribute1 "attr67057") ) ) +(assert (myObject (attribute1 "attr67058") ) ) +(assert (myObject (attribute1 "attr67059") ) ) +(assert (myObject (attribute1 "attr67060") ) ) +(assert (myObject (attribute1 "attr67061") ) ) +(assert (myObject (attribute1 "attr67062") ) ) +(assert (myObject (attribute1 "attr67063") ) ) +(assert (myObject (attribute1 "attr67064") ) ) +(assert (myObject (attribute1 "attr67065") ) ) +(assert (myObject (attribute1 "attr67066") ) ) +(assert (myObject (attribute1 "attr67067") ) ) +(assert (myObject (attribute1 "attr67068") ) ) +(assert (myObject (attribute1 "attr67069") ) ) +(assert (myObject (attribute1 "attr67070") ) ) +(assert (myObject (attribute1 "attr67071") ) ) +(assert (myObject (attribute1 "attr67072") ) ) +(assert (myObject (attribute1 "attr67073") ) ) +(assert (myObject (attribute1 "attr67074") ) ) +(assert (myObject (attribute1 "attr67075") ) ) +(assert (myObject (attribute1 "attr67076") ) ) +(assert (myObject (attribute1 "attr67077") ) ) +(assert (myObject (attribute1 "attr67078") ) ) +(assert (myObject (attribute1 "attr67079") ) ) +(assert (myObject (attribute1 "attr67080") ) ) +(assert (myObject (attribute1 "attr67081") ) ) +(assert (myObject (attribute1 "attr67082") ) ) +(assert (myObject (attribute1 "attr67083") ) ) +(assert (myObject (attribute1 "attr67084") ) ) +(assert (myObject (attribute1 "attr67085") ) ) +(assert (myObject (attribute1 "attr67086") ) ) +(assert (myObject (attribute1 "attr67087") ) ) +(assert (myObject (attribute1 "attr67088") ) ) +(assert (myObject (attribute1 "attr67089") ) ) +(assert (myObject (attribute1 "attr67090") ) ) +(assert (myObject (attribute1 "attr67091") ) ) +(assert (myObject (attribute1 "attr67092") ) ) +(assert (myObject (attribute1 "attr67093") ) ) +(assert (myObject (attribute1 "attr67094") ) ) +(assert (myObject (attribute1 "attr67095") ) ) +(assert (myObject (attribute1 "attr67096") ) ) +(assert (myObject (attribute1 "attr67097") ) ) +(assert (myObject (attribute1 "attr67098") ) ) +(assert (myObject (attribute1 "attr67099") ) ) +(assert (myObject (attribute1 "attr67100") ) ) +(assert (myObject (attribute1 "attr67101") ) ) +(assert (myObject (attribute1 "attr67102") ) ) +(assert (myObject (attribute1 "attr67103") ) ) +(assert (myObject (attribute1 "attr67104") ) ) +(assert (myObject (attribute1 "attr67105") ) ) +(assert (myObject (attribute1 "attr67106") ) ) +(assert (myObject (attribute1 "attr67107") ) ) +(assert (myObject (attribute1 "attr67108") ) ) +(assert (myObject (attribute1 "attr67109") ) ) +(assert (myObject (attribute1 "attr67110") ) ) +(assert (myObject (attribute1 "attr67111") ) ) +(assert (myObject (attribute1 "attr67112") ) ) +(assert (myObject (attribute1 "attr67113") ) ) +(assert (myObject (attribute1 "attr67114") ) ) +(assert (myObject (attribute1 "attr67115") ) ) +(assert (myObject (attribute1 "attr67116") ) ) +(assert (myObject (attribute1 "attr67117") ) ) +(assert (myObject (attribute1 "attr67118") ) ) +(assert (myObject (attribute1 "attr67119") ) ) +(assert (myObject (attribute1 "attr67120") ) ) +(assert (myObject (attribute1 "attr67121") ) ) +(assert (myObject (attribute1 "attr67122") ) ) +(assert (myObject (attribute1 "attr67123") ) ) +(assert (myObject (attribute1 "attr67124") ) ) +(assert (myObject (attribute1 "attr67125") ) ) +(assert (myObject (attribute1 "attr67126") ) ) +(assert (myObject (attribute1 "attr67127") ) ) +(assert (myObject (attribute1 "attr67128") ) ) +(assert (myObject (attribute1 "attr67129") ) ) +(assert (myObject (attribute1 "attr67130") ) ) +(assert (myObject (attribute1 "attr67131") ) ) +(assert (myObject (attribute1 "attr67132") ) ) +(assert (myObject (attribute1 "attr67133") ) ) +(assert (myObject (attribute1 "attr67134") ) ) +(assert (myObject (attribute1 "attr67135") ) ) +(assert (myObject (attribute1 "attr67136") ) ) +(assert (myObject (attribute1 "attr67137") ) ) +(assert (myObject (attribute1 "attr67138") ) ) +(assert (myObject (attribute1 "attr67139") ) ) +(assert (myObject (attribute1 "attr67140") ) ) +(assert (myObject (attribute1 "attr67141") ) ) +(assert (myObject (attribute1 "attr67142") ) ) +(assert (myObject (attribute1 "attr67143") ) ) +(assert (myObject (attribute1 "attr67144") ) ) +(assert (myObject (attribute1 "attr67145") ) ) +(assert (myObject (attribute1 "attr67146") ) ) +(assert (myObject (attribute1 "attr67147") ) ) +(assert (myObject (attribute1 "attr67148") ) ) +(assert (myObject (attribute1 "attr67149") ) ) +(assert (myObject (attribute1 "attr67150") ) ) +(assert (myObject (attribute1 "attr67151") ) ) +(assert (myObject (attribute1 "attr67152") ) ) +(assert (myObject (attribute1 "attr67153") ) ) +(assert (myObject (attribute1 "attr67154") ) ) +(assert (myObject (attribute1 "attr67155") ) ) +(assert (myObject (attribute1 "attr67156") ) ) +(assert (myObject (attribute1 "attr67157") ) ) +(assert (myObject (attribute1 "attr67158") ) ) +(assert (myObject (attribute1 "attr67159") ) ) +(assert (myObject (attribute1 "attr67160") ) ) +(assert (myObject (attribute1 "attr67161") ) ) +(assert (myObject (attribute1 "attr67162") ) ) +(assert (myObject (attribute1 "attr67163") ) ) +(assert (myObject (attribute1 "attr67164") ) ) +(assert (myObject (attribute1 "attr67165") ) ) +(assert (myObject (attribute1 "attr67166") ) ) +(assert (myObject (attribute1 "attr67167") ) ) +(assert (myObject (attribute1 "attr67168") ) ) +(assert (myObject (attribute1 "attr67169") ) ) +(assert (myObject (attribute1 "attr67170") ) ) +(assert (myObject (attribute1 "attr67171") ) ) +(assert (myObject (attribute1 "attr67172") ) ) +(assert (myObject (attribute1 "attr67173") ) ) +(assert (myObject (attribute1 "attr67174") ) ) +(assert (myObject (attribute1 "attr67175") ) ) +(assert (myObject (attribute1 "attr67176") ) ) +(assert (myObject (attribute1 "attr67177") ) ) +(assert (myObject (attribute1 "attr67178") ) ) +(assert (myObject (attribute1 "attr67179") ) ) +(assert (myObject (attribute1 "attr67180") ) ) +(assert (myObject (attribute1 "attr67181") ) ) +(assert (myObject (attribute1 "attr67182") ) ) +(assert (myObject (attribute1 "attr67183") ) ) +(assert (myObject (attribute1 "attr67184") ) ) +(assert (myObject (attribute1 "attr67185") ) ) +(assert (myObject (attribute1 "attr67186") ) ) +(assert (myObject (attribute1 "attr67187") ) ) +(assert (myObject (attribute1 "attr67188") ) ) +(assert (myObject (attribute1 "attr67189") ) ) +(assert (myObject (attribute1 "attr67190") ) ) +(assert (myObject (attribute1 "attr67191") ) ) +(assert (myObject (attribute1 "attr67192") ) ) +(assert (myObject (attribute1 "attr67193") ) ) +(assert (myObject (attribute1 "attr67194") ) ) +(assert (myObject (attribute1 "attr67195") ) ) +(assert (myObject (attribute1 "attr67196") ) ) +(assert (myObject (attribute1 "attr67197") ) ) +(assert (myObject (attribute1 "attr67198") ) ) +(assert (myObject (attribute1 "attr67199") ) ) +(assert (myObject (attribute1 "attr67200") ) ) +(assert (myObject (attribute1 "attr67201") ) ) +(assert (myObject (attribute1 "attr67202") ) ) +(assert (myObject (attribute1 "attr67203") ) ) +(assert (myObject (attribute1 "attr67204") ) ) +(assert (myObject (attribute1 "attr67205") ) ) +(assert (myObject (attribute1 "attr67206") ) ) +(assert (myObject (attribute1 "attr67207") ) ) +(assert (myObject (attribute1 "attr67208") ) ) +(assert (myObject (attribute1 "attr67209") ) ) +(assert (myObject (attribute1 "attr67210") ) ) +(assert (myObject (attribute1 "attr67211") ) ) +(assert (myObject (attribute1 "attr67212") ) ) +(assert (myObject (attribute1 "attr67213") ) ) +(assert (myObject (attribute1 "attr67214") ) ) +(assert (myObject (attribute1 "attr67215") ) ) +(assert (myObject (attribute1 "attr67216") ) ) +(assert (myObject (attribute1 "attr67217") ) ) +(assert (myObject (attribute1 "attr67218") ) ) +(assert (myObject (attribute1 "attr67219") ) ) +(assert (myObject (attribute1 "attr67220") ) ) +(assert (myObject (attribute1 "attr67221") ) ) +(assert (myObject (attribute1 "attr67222") ) ) +(assert (myObject (attribute1 "attr67223") ) ) +(assert (myObject (attribute1 "attr67224") ) ) +(assert (myObject (attribute1 "attr67225") ) ) +(assert (myObject (attribute1 "attr67226") ) ) +(assert (myObject (attribute1 "attr67227") ) ) +(assert (myObject (attribute1 "attr67228") ) ) +(assert (myObject (attribute1 "attr67229") ) ) +(assert (myObject (attribute1 "attr67230") ) ) +(assert (myObject (attribute1 "attr67231") ) ) +(assert (myObject (attribute1 "attr67232") ) ) +(assert (myObject (attribute1 "attr67233") ) ) +(assert (myObject (attribute1 "attr67234") ) ) +(assert (myObject (attribute1 "attr67235") ) ) +(assert (myObject (attribute1 "attr67236") ) ) +(assert (myObject (attribute1 "attr67237") ) ) +(assert (myObject (attribute1 "attr67238") ) ) +(assert (myObject (attribute1 "attr67239") ) ) +(assert (myObject (attribute1 "attr67240") ) ) +(assert (myObject (attribute1 "attr67241") ) ) +(assert (myObject (attribute1 "attr67242") ) ) +(assert (myObject (attribute1 "attr67243") ) ) +(assert (myObject (attribute1 "attr67244") ) ) +(assert (myObject (attribute1 "attr67245") ) ) +(assert (myObject (attribute1 "attr67246") ) ) +(assert (myObject (attribute1 "attr67247") ) ) +(assert (myObject (attribute1 "attr67248") ) ) +(assert (myObject (attribute1 "attr67249") ) ) +(assert (myObject (attribute1 "attr67250") ) ) +(assert (myObject (attribute1 "attr67251") ) ) +(assert (myObject (attribute1 "attr67252") ) ) +(assert (myObject (attribute1 "attr67253") ) ) +(assert (myObject (attribute1 "attr67254") ) ) +(assert (myObject (attribute1 "attr67255") ) ) +(assert (myObject (attribute1 "attr67256") ) ) +(assert (myObject (attribute1 "attr67257") ) ) +(assert (myObject (attribute1 "attr67258") ) ) +(assert (myObject (attribute1 "attr67259") ) ) +(assert (myObject (attribute1 "attr67260") ) ) +(assert (myObject (attribute1 "attr67261") ) ) +(assert (myObject (attribute1 "attr67262") ) ) +(assert (myObject (attribute1 "attr67263") ) ) +(assert (myObject (attribute1 "attr67264") ) ) +(assert (myObject (attribute1 "attr67265") ) ) +(assert (myObject (attribute1 "attr67266") ) ) +(assert (myObject (attribute1 "attr67267") ) ) +(assert (myObject (attribute1 "attr67268") ) ) +(assert (myObject (attribute1 "attr67269") ) ) +(assert (myObject (attribute1 "attr67270") ) ) +(assert (myObject (attribute1 "attr67271") ) ) +(assert (myObject (attribute1 "attr67272") ) ) +(assert (myObject (attribute1 "attr67273") ) ) +(assert (myObject (attribute1 "attr67274") ) ) +(assert (myObject (attribute1 "attr67275") ) ) +(assert (myObject (attribute1 "attr67276") ) ) +(assert (myObject (attribute1 "attr67277") ) ) +(assert (myObject (attribute1 "attr67278") ) ) +(assert (myObject (attribute1 "attr67279") ) ) +(assert (myObject (attribute1 "attr67280") ) ) +(assert (myObject (attribute1 "attr67281") ) ) +(assert (myObject (attribute1 "attr67282") ) ) +(assert (myObject (attribute1 "attr67283") ) ) +(assert (myObject (attribute1 "attr67284") ) ) +(assert (myObject (attribute1 "attr67285") ) ) +(assert (myObject (attribute1 "attr67286") ) ) +(assert (myObject (attribute1 "attr67287") ) ) +(assert (myObject (attribute1 "attr67288") ) ) +(assert (myObject (attribute1 "attr67289") ) ) +(assert (myObject (attribute1 "attr67290") ) ) +(assert (myObject (attribute1 "attr67291") ) ) +(assert (myObject (attribute1 "attr67292") ) ) +(assert (myObject (attribute1 "attr67293") ) ) +(assert (myObject (attribute1 "attr67294") ) ) +(assert (myObject (attribute1 "attr67295") ) ) +(assert (myObject (attribute1 "attr67296") ) ) +(assert (myObject (attribute1 "attr67297") ) ) +(assert (myObject (attribute1 "attr67298") ) ) +(assert (myObject (attribute1 "attr67299") ) ) +(assert (myObject (attribute1 "attr67300") ) ) +(assert (myObject (attribute1 "attr67301") ) ) +(assert (myObject (attribute1 "attr67302") ) ) +(assert (myObject (attribute1 "attr67303") ) ) +(assert (myObject (attribute1 "attr67304") ) ) +(assert (myObject (attribute1 "attr67305") ) ) +(assert (myObject (attribute1 "attr67306") ) ) +(assert (myObject (attribute1 "attr67307") ) ) +(assert (myObject (attribute1 "attr67308") ) ) +(assert (myObject (attribute1 "attr67309") ) ) +(assert (myObject (attribute1 "attr67310") ) ) +(assert (myObject (attribute1 "attr67311") ) ) +(assert (myObject (attribute1 "attr67312") ) ) +(assert (myObject (attribute1 "attr67313") ) ) +(assert (myObject (attribute1 "attr67314") ) ) +(assert (myObject (attribute1 "attr67315") ) ) +(assert (myObject (attribute1 "attr67316") ) ) +(assert (myObject (attribute1 "attr67317") ) ) +(assert (myObject (attribute1 "attr67318") ) ) +(assert (myObject (attribute1 "attr67319") ) ) +(assert (myObject (attribute1 "attr67320") ) ) +(assert (myObject (attribute1 "attr67321") ) ) +(assert (myObject (attribute1 "attr67322") ) ) +(assert (myObject (attribute1 "attr67323") ) ) +(assert (myObject (attribute1 "attr67324") ) ) +(assert (myObject (attribute1 "attr67325") ) ) +(assert (myObject (attribute1 "attr67326") ) ) +(assert (myObject (attribute1 "attr67327") ) ) +(assert (myObject (attribute1 "attr67328") ) ) +(assert (myObject (attribute1 "attr67329") ) ) +(assert (myObject (attribute1 "attr67330") ) ) +(assert (myObject (attribute1 "attr67331") ) ) +(assert (myObject (attribute1 "attr67332") ) ) +(assert (myObject (attribute1 "attr67333") ) ) +(assert (myObject (attribute1 "attr67334") ) ) +(assert (myObject (attribute1 "attr67335") ) ) +(assert (myObject (attribute1 "attr67336") ) ) +(assert (myObject (attribute1 "attr67337") ) ) +(assert (myObject (attribute1 "attr67338") ) ) +(assert (myObject (attribute1 "attr67339") ) ) +(assert (myObject (attribute1 "attr67340") ) ) +(assert (myObject (attribute1 "attr67341") ) ) +(assert (myObject (attribute1 "attr67342") ) ) +(assert (myObject (attribute1 "attr67343") ) ) +(assert (myObject (attribute1 "attr67344") ) ) +(assert (myObject (attribute1 "attr67345") ) ) +(assert (myObject (attribute1 "attr67346") ) ) +(assert (myObject (attribute1 "attr67347") ) ) +(assert (myObject (attribute1 "attr67348") ) ) +(assert (myObject (attribute1 "attr67349") ) ) +(assert (myObject (attribute1 "attr67350") ) ) +(assert (myObject (attribute1 "attr67351") ) ) +(assert (myObject (attribute1 "attr67352") ) ) +(assert (myObject (attribute1 "attr67353") ) ) +(assert (myObject (attribute1 "attr67354") ) ) +(assert (myObject (attribute1 "attr67355") ) ) +(assert (myObject (attribute1 "attr67356") ) ) +(assert (myObject (attribute1 "attr67357") ) ) +(assert (myObject (attribute1 "attr67358") ) ) +(assert (myObject (attribute1 "attr67359") ) ) +(assert (myObject (attribute1 "attr67360") ) ) +(assert (myObject (attribute1 "attr67361") ) ) +(assert (myObject (attribute1 "attr67362") ) ) +(assert (myObject (attribute1 "attr67363") ) ) +(assert (myObject (attribute1 "attr67364") ) ) +(assert (myObject (attribute1 "attr67365") ) ) +(assert (myObject (attribute1 "attr67366") ) ) +(assert (myObject (attribute1 "attr67367") ) ) +(assert (myObject (attribute1 "attr67368") ) ) +(assert (myObject (attribute1 "attr67369") ) ) +(assert (myObject (attribute1 "attr67370") ) ) +(assert (myObject (attribute1 "attr67371") ) ) +(assert (myObject (attribute1 "attr67372") ) ) +(assert (myObject (attribute1 "attr67373") ) ) +(assert (myObject (attribute1 "attr67374") ) ) +(assert (myObject (attribute1 "attr67375") ) ) +(assert (myObject (attribute1 "attr67376") ) ) +(assert (myObject (attribute1 "attr67377") ) ) +(assert (myObject (attribute1 "attr67378") ) ) +(assert (myObject (attribute1 "attr67379") ) ) +(assert (myObject (attribute1 "attr67380") ) ) +(assert (myObject (attribute1 "attr67381") ) ) +(assert (myObject (attribute1 "attr67382") ) ) +(assert (myObject (attribute1 "attr67383") ) ) +(assert (myObject (attribute1 "attr67384") ) ) +(assert (myObject (attribute1 "attr67385") ) ) +(assert (myObject (attribute1 "attr67386") ) ) +(assert (myObject (attribute1 "attr67387") ) ) +(assert (myObject (attribute1 "attr67388") ) ) +(assert (myObject (attribute1 "attr67389") ) ) +(assert (myObject (attribute1 "attr67390") ) ) +(assert (myObject (attribute1 "attr67391") ) ) +(assert (myObject (attribute1 "attr67392") ) ) +(assert (myObject (attribute1 "attr67393") ) ) +(assert (myObject (attribute1 "attr67394") ) ) +(assert (myObject (attribute1 "attr67395") ) ) +(assert (myObject (attribute1 "attr67396") ) ) +(assert (myObject (attribute1 "attr67397") ) ) +(assert (myObject (attribute1 "attr67398") ) ) +(assert (myObject (attribute1 "attr67399") ) ) +(assert (myObject (attribute1 "attr67400") ) ) +(assert (myObject (attribute1 "attr67401") ) ) +(assert (myObject (attribute1 "attr67402") ) ) +(assert (myObject (attribute1 "attr67403") ) ) +(assert (myObject (attribute1 "attr67404") ) ) +(assert (myObject (attribute1 "attr67405") ) ) +(assert (myObject (attribute1 "attr67406") ) ) +(assert (myObject (attribute1 "attr67407") ) ) +(assert (myObject (attribute1 "attr67408") ) ) +(assert (myObject (attribute1 "attr67409") ) ) +(assert (myObject (attribute1 "attr67410") ) ) +(assert (myObject (attribute1 "attr67411") ) ) +(assert (myObject (attribute1 "attr67412") ) ) +(assert (myObject (attribute1 "attr67413") ) ) +(assert (myObject (attribute1 "attr67414") ) ) +(assert (myObject (attribute1 "attr67415") ) ) +(assert (myObject (attribute1 "attr67416") ) ) +(assert (myObject (attribute1 "attr67417") ) ) +(assert (myObject (attribute1 "attr67418") ) ) +(assert (myObject (attribute1 "attr67419") ) ) +(assert (myObject (attribute1 "attr67420") ) ) +(assert (myObject (attribute1 "attr67421") ) ) +(assert (myObject (attribute1 "attr67422") ) ) +(assert (myObject (attribute1 "attr67423") ) ) +(assert (myObject (attribute1 "attr67424") ) ) +(assert (myObject (attribute1 "attr67425") ) ) +(assert (myObject (attribute1 "attr67426") ) ) +(assert (myObject (attribute1 "attr67427") ) ) +(assert (myObject (attribute1 "attr67428") ) ) +(assert (myObject (attribute1 "attr67429") ) ) +(assert (myObject (attribute1 "attr67430") ) ) +(assert (myObject (attribute1 "attr67431") ) ) +(assert (myObject (attribute1 "attr67432") ) ) +(assert (myObject (attribute1 "attr67433") ) ) +(assert (myObject (attribute1 "attr67434") ) ) +(assert (myObject (attribute1 "attr67435") ) ) +(assert (myObject (attribute1 "attr67436") ) ) +(assert (myObject (attribute1 "attr67437") ) ) +(assert (myObject (attribute1 "attr67438") ) ) +(assert (myObject (attribute1 "attr67439") ) ) +(assert (myObject (attribute1 "attr67440") ) ) +(assert (myObject (attribute1 "attr67441") ) ) +(assert (myObject (attribute1 "attr67442") ) ) +(assert (myObject (attribute1 "attr67443") ) ) +(assert (myObject (attribute1 "attr67444") ) ) +(assert (myObject (attribute1 "attr67445") ) ) +(assert (myObject (attribute1 "attr67446") ) ) +(assert (myObject (attribute1 "attr67447") ) ) +(assert (myObject (attribute1 "attr67448") ) ) +(assert (myObject (attribute1 "attr67449") ) ) +(assert (myObject (attribute1 "attr67450") ) ) +(assert (myObject (attribute1 "attr67451") ) ) +(assert (myObject (attribute1 "attr67452") ) ) +(assert (myObject (attribute1 "attr67453") ) ) +(assert (myObject (attribute1 "attr67454") ) ) +(assert (myObject (attribute1 "attr67455") ) ) +(assert (myObject (attribute1 "attr67456") ) ) +(assert (myObject (attribute1 "attr67457") ) ) +(assert (myObject (attribute1 "attr67458") ) ) +(assert (myObject (attribute1 "attr67459") ) ) +(assert (myObject (attribute1 "attr67460") ) ) +(assert (myObject (attribute1 "attr67461") ) ) +(assert (myObject (attribute1 "attr67462") ) ) +(assert (myObject (attribute1 "attr67463") ) ) +(assert (myObject (attribute1 "attr67464") ) ) +(assert (myObject (attribute1 "attr67465") ) ) +(assert (myObject (attribute1 "attr67466") ) ) +(assert (myObject (attribute1 "attr67467") ) ) +(assert (myObject (attribute1 "attr67468") ) ) +(assert (myObject (attribute1 "attr67469") ) ) +(assert (myObject (attribute1 "attr67470") ) ) +(assert (myObject (attribute1 "attr67471") ) ) +(assert (myObject (attribute1 "attr67472") ) ) +(assert (myObject (attribute1 "attr67473") ) ) +(assert (myObject (attribute1 "attr67474") ) ) +(assert (myObject (attribute1 "attr67475") ) ) +(assert (myObject (attribute1 "attr67476") ) ) +(assert (myObject (attribute1 "attr67477") ) ) +(assert (myObject (attribute1 "attr67478") ) ) +(assert (myObject (attribute1 "attr67479") ) ) +(assert (myObject (attribute1 "attr67480") ) ) +(assert (myObject (attribute1 "attr67481") ) ) +(assert (myObject (attribute1 "attr67482") ) ) +(assert (myObject (attribute1 "attr67483") ) ) +(assert (myObject (attribute1 "attr67484") ) ) +(assert (myObject (attribute1 "attr67485") ) ) +(assert (myObject (attribute1 "attr67486") ) ) +(assert (myObject (attribute1 "attr67487") ) ) +(assert (myObject (attribute1 "attr67488") ) ) +(assert (myObject (attribute1 "attr67489") ) ) +(assert (myObject (attribute1 "attr67490") ) ) +(assert (myObject (attribute1 "attr67491") ) ) +(assert (myObject (attribute1 "attr67492") ) ) +(assert (myObject (attribute1 "attr67493") ) ) +(assert (myObject (attribute1 "attr67494") ) ) +(assert (myObject (attribute1 "attr67495") ) ) +(assert (myObject (attribute1 "attr67496") ) ) +(assert (myObject (attribute1 "attr67497") ) ) +(assert (myObject (attribute1 "attr67498") ) ) +(assert (myObject (attribute1 "attr67499") ) ) +(assert (myObject (attribute1 "attr67500") ) ) +(assert (myObject (attribute1 "attr67501") ) ) +(assert (myObject (attribute1 "attr67502") ) ) +(assert (myObject (attribute1 "attr67503") ) ) +(assert (myObject (attribute1 "attr67504") ) ) +(assert (myObject (attribute1 "attr67505") ) ) +(assert (myObject (attribute1 "attr67506") ) ) +(assert (myObject (attribute1 "attr67507") ) ) +(assert (myObject (attribute1 "attr67508") ) ) +(assert (myObject (attribute1 "attr67509") ) ) +(assert (myObject (attribute1 "attr67510") ) ) +(assert (myObject (attribute1 "attr67511") ) ) +(assert (myObject (attribute1 "attr67512") ) ) +(assert (myObject (attribute1 "attr67513") ) ) +(assert (myObject (attribute1 "attr67514") ) ) +(assert (myObject (attribute1 "attr67515") ) ) +(assert (myObject (attribute1 "attr67516") ) ) +(assert (myObject (attribute1 "attr67517") ) ) +(assert (myObject (attribute1 "attr67518") ) ) +(assert (myObject (attribute1 "attr67519") ) ) +(assert (myObject (attribute1 "attr67520") ) ) +(assert (myObject (attribute1 "attr67521") ) ) +(assert (myObject (attribute1 "attr67522") ) ) +(assert (myObject (attribute1 "attr67523") ) ) +(assert (myObject (attribute1 "attr67524") ) ) +(assert (myObject (attribute1 "attr67525") ) ) +(assert (myObject (attribute1 "attr67526") ) ) +(assert (myObject (attribute1 "attr67527") ) ) +(assert (myObject (attribute1 "attr67528") ) ) +(assert (myObject (attribute1 "attr67529") ) ) +(assert (myObject (attribute1 "attr67530") ) ) +(assert (myObject (attribute1 "attr67531") ) ) +(assert (myObject (attribute1 "attr67532") ) ) +(assert (myObject (attribute1 "attr67533") ) ) +(assert (myObject (attribute1 "attr67534") ) ) +(assert (myObject (attribute1 "attr67535") ) ) +(assert (myObject (attribute1 "attr67536") ) ) +(assert (myObject (attribute1 "attr67537") ) ) +(assert (myObject (attribute1 "attr67538") ) ) +(assert (myObject (attribute1 "attr67539") ) ) +(assert (myObject (attribute1 "attr67540") ) ) +(assert (myObject (attribute1 "attr67541") ) ) +(assert (myObject (attribute1 "attr67542") ) ) +(assert (myObject (attribute1 "attr67543") ) ) +(assert (myObject (attribute1 "attr67544") ) ) +(assert (myObject (attribute1 "attr67545") ) ) +(assert (myObject (attribute1 "attr67546") ) ) +(assert (myObject (attribute1 "attr67547") ) ) +(assert (myObject (attribute1 "attr67548") ) ) +(assert (myObject (attribute1 "attr67549") ) ) +(assert (myObject (attribute1 "attr67550") ) ) +(assert (myObject (attribute1 "attr67551") ) ) +(assert (myObject (attribute1 "attr67552") ) ) +(assert (myObject (attribute1 "attr67553") ) ) +(assert (myObject (attribute1 "attr67554") ) ) +(assert (myObject (attribute1 "attr67555") ) ) +(assert (myObject (attribute1 "attr67556") ) ) +(assert (myObject (attribute1 "attr67557") ) ) +(assert (myObject (attribute1 "attr67558") ) ) +(assert (myObject (attribute1 "attr67559") ) ) +(assert (myObject (attribute1 "attr67560") ) ) +(assert (myObject (attribute1 "attr67561") ) ) +(assert (myObject (attribute1 "attr67562") ) ) +(assert (myObject (attribute1 "attr67563") ) ) +(assert (myObject (attribute1 "attr67564") ) ) +(assert (myObject (attribute1 "attr67565") ) ) +(assert (myObject (attribute1 "attr67566") ) ) +(assert (myObject (attribute1 "attr67567") ) ) +(assert (myObject (attribute1 "attr67568") ) ) +(assert (myObject (attribute1 "attr67569") ) ) +(assert (myObject (attribute1 "attr67570") ) ) +(assert (myObject (attribute1 "attr67571") ) ) +(assert (myObject (attribute1 "attr67572") ) ) +(assert (myObject (attribute1 "attr67573") ) ) +(assert (myObject (attribute1 "attr67574") ) ) +(assert (myObject (attribute1 "attr67575") ) ) +(assert (myObject (attribute1 "attr67576") ) ) +(assert (myObject (attribute1 "attr67577") ) ) +(assert (myObject (attribute1 "attr67578") ) ) +(assert (myObject (attribute1 "attr67579") ) ) +(assert (myObject (attribute1 "attr67580") ) ) +(assert (myObject (attribute1 "attr67581") ) ) +(assert (myObject (attribute1 "attr67582") ) ) +(assert (myObject (attribute1 "attr67583") ) ) +(assert (myObject (attribute1 "attr67584") ) ) +(assert (myObject (attribute1 "attr67585") ) ) +(assert (myObject (attribute1 "attr67586") ) ) +(assert (myObject (attribute1 "attr67587") ) ) +(assert (myObject (attribute1 "attr67588") ) ) +(assert (myObject (attribute1 "attr67589") ) ) +(assert (myObject (attribute1 "attr67590") ) ) +(assert (myObject (attribute1 "attr67591") ) ) +(assert (myObject (attribute1 "attr67592") ) ) +(assert (myObject (attribute1 "attr67593") ) ) +(assert (myObject (attribute1 "attr67594") ) ) +(assert (myObject (attribute1 "attr67595") ) ) +(assert (myObject (attribute1 "attr67596") ) ) +(assert (myObject (attribute1 "attr67597") ) ) +(assert (myObject (attribute1 "attr67598") ) ) +(assert (myObject (attribute1 "attr67599") ) ) +(assert (myObject (attribute1 "attr67600") ) ) +(assert (myObject (attribute1 "attr67601") ) ) +(assert (myObject (attribute1 "attr67602") ) ) +(assert (myObject (attribute1 "attr67603") ) ) +(assert (myObject (attribute1 "attr67604") ) ) +(assert (myObject (attribute1 "attr67605") ) ) +(assert (myObject (attribute1 "attr67606") ) ) +(assert (myObject (attribute1 "attr67607") ) ) +(assert (myObject (attribute1 "attr67608") ) ) +(assert (myObject (attribute1 "attr67609") ) ) +(assert (myObject (attribute1 "attr67610") ) ) +(assert (myObject (attribute1 "attr67611") ) ) +(assert (myObject (attribute1 "attr67612") ) ) +(assert (myObject (attribute1 "attr67613") ) ) +(assert (myObject (attribute1 "attr67614") ) ) +(assert (myObject (attribute1 "attr67615") ) ) +(assert (myObject (attribute1 "attr67616") ) ) +(assert (myObject (attribute1 "attr67617") ) ) +(assert (myObject (attribute1 "attr67618") ) ) +(assert (myObject (attribute1 "attr67619") ) ) +(assert (myObject (attribute1 "attr67620") ) ) +(assert (myObject (attribute1 "attr67621") ) ) +(assert (myObject (attribute1 "attr67622") ) ) +(assert (myObject (attribute1 "attr67623") ) ) +(assert (myObject (attribute1 "attr67624") ) ) +(assert (myObject (attribute1 "attr67625") ) ) +(assert (myObject (attribute1 "attr67626") ) ) +(assert (myObject (attribute1 "attr67627") ) ) +(assert (myObject (attribute1 "attr67628") ) ) +(assert (myObject (attribute1 "attr67629") ) ) +(assert (myObject (attribute1 "attr67630") ) ) +(assert (myObject (attribute1 "attr67631") ) ) +(assert (myObject (attribute1 "attr67632") ) ) +(assert (myObject (attribute1 "attr67633") ) ) +(assert (myObject (attribute1 "attr67634") ) ) +(assert (myObject (attribute1 "attr67635") ) ) +(assert (myObject (attribute1 "attr67636") ) ) +(assert (myObject (attribute1 "attr67637") ) ) +(assert (myObject (attribute1 "attr67638") ) ) +(assert (myObject (attribute1 "attr67639") ) ) +(assert (myObject (attribute1 "attr67640") ) ) +(assert (myObject (attribute1 "attr67641") ) ) +(assert (myObject (attribute1 "attr67642") ) ) +(assert (myObject (attribute1 "attr67643") ) ) +(assert (myObject (attribute1 "attr67644") ) ) +(assert (myObject (attribute1 "attr67645") ) ) +(assert (myObject (attribute1 "attr67646") ) ) +(assert (myObject (attribute1 "attr67647") ) ) +(assert (myObject (attribute1 "attr67648") ) ) +(assert (myObject (attribute1 "attr67649") ) ) +(assert (myObject (attribute1 "attr67650") ) ) +(assert (myObject (attribute1 "attr67651") ) ) +(assert (myObject (attribute1 "attr67652") ) ) +(assert (myObject (attribute1 "attr67653") ) ) +(assert (myObject (attribute1 "attr67654") ) ) +(assert (myObject (attribute1 "attr67655") ) ) +(assert (myObject (attribute1 "attr67656") ) ) +(assert (myObject (attribute1 "attr67657") ) ) +(assert (myObject (attribute1 "attr67658") ) ) +(assert (myObject (attribute1 "attr67659") ) ) +(assert (myObject (attribute1 "attr67660") ) ) +(assert (myObject (attribute1 "attr67661") ) ) +(assert (myObject (attribute1 "attr67662") ) ) +(assert (myObject (attribute1 "attr67663") ) ) +(assert (myObject (attribute1 "attr67664") ) ) +(assert (myObject (attribute1 "attr67665") ) ) +(assert (myObject (attribute1 "attr67666") ) ) +(assert (myObject (attribute1 "attr67667") ) ) +(assert (myObject (attribute1 "attr67668") ) ) +(assert (myObject (attribute1 "attr67669") ) ) +(assert (myObject (attribute1 "attr67670") ) ) +(assert (myObject (attribute1 "attr67671") ) ) +(assert (myObject (attribute1 "attr67672") ) ) +(assert (myObject (attribute1 "attr67673") ) ) +(assert (myObject (attribute1 "attr67674") ) ) +(assert (myObject (attribute1 "attr67675") ) ) +(assert (myObject (attribute1 "attr67676") ) ) +(assert (myObject (attribute1 "attr67677") ) ) +(assert (myObject (attribute1 "attr67678") ) ) +(assert (myObject (attribute1 "attr67679") ) ) +(assert (myObject (attribute1 "attr67680") ) ) +(assert (myObject (attribute1 "attr67681") ) ) +(assert (myObject (attribute1 "attr67682") ) ) +(assert (myObject (attribute1 "attr67683") ) ) +(assert (myObject (attribute1 "attr67684") ) ) +(assert (myObject (attribute1 "attr67685") ) ) +(assert (myObject (attribute1 "attr67686") ) ) +(assert (myObject (attribute1 "attr67687") ) ) +(assert (myObject (attribute1 "attr67688") ) ) +(assert (myObject (attribute1 "attr67689") ) ) +(assert (myObject (attribute1 "attr67690") ) ) +(assert (myObject (attribute1 "attr67691") ) ) +(assert (myObject (attribute1 "attr67692") ) ) +(assert (myObject (attribute1 "attr67693") ) ) +(assert (myObject (attribute1 "attr67694") ) ) +(assert (myObject (attribute1 "attr67695") ) ) +(assert (myObject (attribute1 "attr67696") ) ) +(assert (myObject (attribute1 "attr67697") ) ) +(assert (myObject (attribute1 "attr67698") ) ) +(assert (myObject (attribute1 "attr67699") ) ) +(assert (myObject (attribute1 "attr67700") ) ) +(assert (myObject (attribute1 "attr67701") ) ) +(assert (myObject (attribute1 "attr67702") ) ) +(assert (myObject (attribute1 "attr67703") ) ) +(assert (myObject (attribute1 "attr67704") ) ) +(assert (myObject (attribute1 "attr67705") ) ) +(assert (myObject (attribute1 "attr67706") ) ) +(assert (myObject (attribute1 "attr67707") ) ) +(assert (myObject (attribute1 "attr67708") ) ) +(assert (myObject (attribute1 "attr67709") ) ) +(assert (myObject (attribute1 "attr67710") ) ) +(assert (myObject (attribute1 "attr67711") ) ) +(assert (myObject (attribute1 "attr67712") ) ) +(assert (myObject (attribute1 "attr67713") ) ) +(assert (myObject (attribute1 "attr67714") ) ) +(assert (myObject (attribute1 "attr67715") ) ) +(assert (myObject (attribute1 "attr67716") ) ) +(assert (myObject (attribute1 "attr67717") ) ) +(assert (myObject (attribute1 "attr67718") ) ) +(assert (myObject (attribute1 "attr67719") ) ) +(assert (myObject (attribute1 "attr67720") ) ) +(assert (myObject (attribute1 "attr67721") ) ) +(assert (myObject (attribute1 "attr67722") ) ) +(assert (myObject (attribute1 "attr67723") ) ) +(assert (myObject (attribute1 "attr67724") ) ) +(assert (myObject (attribute1 "attr67725") ) ) +(assert (myObject (attribute1 "attr67726") ) ) +(assert (myObject (attribute1 "attr67727") ) ) +(assert (myObject (attribute1 "attr67728") ) ) +(assert (myObject (attribute1 "attr67729") ) ) +(assert (myObject (attribute1 "attr67730") ) ) +(assert (myObject (attribute1 "attr67731") ) ) +(assert (myObject (attribute1 "attr67732") ) ) +(assert (myObject (attribute1 "attr67733") ) ) +(assert (myObject (attribute1 "attr67734") ) ) +(assert (myObject (attribute1 "attr67735") ) ) +(assert (myObject (attribute1 "attr67736") ) ) +(assert (myObject (attribute1 "attr67737") ) ) +(assert (myObject (attribute1 "attr67738") ) ) +(assert (myObject (attribute1 "attr67739") ) ) +(assert (myObject (attribute1 "attr67740") ) ) +(assert (myObject (attribute1 "attr67741") ) ) +(assert (myObject (attribute1 "attr67742") ) ) +(assert (myObject (attribute1 "attr67743") ) ) +(assert (myObject (attribute1 "attr67744") ) ) +(assert (myObject (attribute1 "attr67745") ) ) +(assert (myObject (attribute1 "attr67746") ) ) +(assert (myObject (attribute1 "attr67747") ) ) +(assert (myObject (attribute1 "attr67748") ) ) +(assert (myObject (attribute1 "attr67749") ) ) +(assert (myObject (attribute1 "attr67750") ) ) +(assert (myObject (attribute1 "attr67751") ) ) +(assert (myObject (attribute1 "attr67752") ) ) +(assert (myObject (attribute1 "attr67753") ) ) +(assert (myObject (attribute1 "attr67754") ) ) +(assert (myObject (attribute1 "attr67755") ) ) +(assert (myObject (attribute1 "attr67756") ) ) +(assert (myObject (attribute1 "attr67757") ) ) +(assert (myObject (attribute1 "attr67758") ) ) +(assert (myObject (attribute1 "attr67759") ) ) +(assert (myObject (attribute1 "attr67760") ) ) +(assert (myObject (attribute1 "attr67761") ) ) +(assert (myObject (attribute1 "attr67762") ) ) +(assert (myObject (attribute1 "attr67763") ) ) +(assert (myObject (attribute1 "attr67764") ) ) +(assert (myObject (attribute1 "attr67765") ) ) +(assert (myObject (attribute1 "attr67766") ) ) +(assert (myObject (attribute1 "attr67767") ) ) +(assert (myObject (attribute1 "attr67768") ) ) +(assert (myObject (attribute1 "attr67769") ) ) +(assert (myObject (attribute1 "attr67770") ) ) +(assert (myObject (attribute1 "attr67771") ) ) +(assert (myObject (attribute1 "attr67772") ) ) +(assert (myObject (attribute1 "attr67773") ) ) +(assert (myObject (attribute1 "attr67774") ) ) +(assert (myObject (attribute1 "attr67775") ) ) +(assert (myObject (attribute1 "attr67776") ) ) +(assert (myObject (attribute1 "attr67777") ) ) +(assert (myObject (attribute1 "attr67778") ) ) +(assert (myObject (attribute1 "attr67779") ) ) +(assert (myObject (attribute1 "attr67780") ) ) +(assert (myObject (attribute1 "attr67781") ) ) +(assert (myObject (attribute1 "attr67782") ) ) +(assert (myObject (attribute1 "attr67783") ) ) +(assert (myObject (attribute1 "attr67784") ) ) +(assert (myObject (attribute1 "attr67785") ) ) +(assert (myObject (attribute1 "attr67786") ) ) +(assert (myObject (attribute1 "attr67787") ) ) +(assert (myObject (attribute1 "attr67788") ) ) +(assert (myObject (attribute1 "attr67789") ) ) +(assert (myObject (attribute1 "attr67790") ) ) +(assert (myObject (attribute1 "attr67791") ) ) +(assert (myObject (attribute1 "attr67792") ) ) +(assert (myObject (attribute1 "attr67793") ) ) +(assert (myObject (attribute1 "attr67794") ) ) +(assert (myObject (attribute1 "attr67795") ) ) +(assert (myObject (attribute1 "attr67796") ) ) +(assert (myObject (attribute1 "attr67797") ) ) +(assert (myObject (attribute1 "attr67798") ) ) +(assert (myObject (attribute1 "attr67799") ) ) +(assert (myObject (attribute1 "attr67800") ) ) +(assert (myObject (attribute1 "attr67801") ) ) +(assert (myObject (attribute1 "attr67802") ) ) +(assert (myObject (attribute1 "attr67803") ) ) +(assert (myObject (attribute1 "attr67804") ) ) +(assert (myObject (attribute1 "attr67805") ) ) +(assert (myObject (attribute1 "attr67806") ) ) +(assert (myObject (attribute1 "attr67807") ) ) +(assert (myObject (attribute1 "attr67808") ) ) +(assert (myObject (attribute1 "attr67809") ) ) +(assert (myObject (attribute1 "attr67810") ) ) +(assert (myObject (attribute1 "attr67811") ) ) +(assert (myObject (attribute1 "attr67812") ) ) +(assert (myObject (attribute1 "attr67813") ) ) +(assert (myObject (attribute1 "attr67814") ) ) +(assert (myObject (attribute1 "attr67815") ) ) +(assert (myObject (attribute1 "attr67816") ) ) +(assert (myObject (attribute1 "attr67817") ) ) +(assert (myObject (attribute1 "attr67818") ) ) +(assert (myObject (attribute1 "attr67819") ) ) +(assert (myObject (attribute1 "attr67820") ) ) +(assert (myObject (attribute1 "attr67821") ) ) +(assert (myObject (attribute1 "attr67822") ) ) +(assert (myObject (attribute1 "attr67823") ) ) +(assert (myObject (attribute1 "attr67824") ) ) +(assert (myObject (attribute1 "attr67825") ) ) +(assert (myObject (attribute1 "attr67826") ) ) +(assert (myObject (attribute1 "attr67827") ) ) +(assert (myObject (attribute1 "attr67828") ) ) +(assert (myObject (attribute1 "attr67829") ) ) +(assert (myObject (attribute1 "attr67830") ) ) +(assert (myObject (attribute1 "attr67831") ) ) +(assert (myObject (attribute1 "attr67832") ) ) +(assert (myObject (attribute1 "attr67833") ) ) +(assert (myObject (attribute1 "attr67834") ) ) +(assert (myObject (attribute1 "attr67835") ) ) +(assert (myObject (attribute1 "attr67836") ) ) +(assert (myObject (attribute1 "attr67837") ) ) +(assert (myObject (attribute1 "attr67838") ) ) +(assert (myObject (attribute1 "attr67839") ) ) +(assert (myObject (attribute1 "attr67840") ) ) +(assert (myObject (attribute1 "attr67841") ) ) +(assert (myObject (attribute1 "attr67842") ) ) +(assert (myObject (attribute1 "attr67843") ) ) +(assert (myObject (attribute1 "attr67844") ) ) +(assert (myObject (attribute1 "attr67845") ) ) +(assert (myObject (attribute1 "attr67846") ) ) +(assert (myObject (attribute1 "attr67847") ) ) +(assert (myObject (attribute1 "attr67848") ) ) +(assert (myObject (attribute1 "attr67849") ) ) +(assert (myObject (attribute1 "attr67850") ) ) +(assert (myObject (attribute1 "attr67851") ) ) +(assert (myObject (attribute1 "attr67852") ) ) +(assert (myObject (attribute1 "attr67853") ) ) +(assert (myObject (attribute1 "attr67854") ) ) +(assert (myObject (attribute1 "attr67855") ) ) +(assert (myObject (attribute1 "attr67856") ) ) +(assert (myObject (attribute1 "attr67857") ) ) +(assert (myObject (attribute1 "attr67858") ) ) +(assert (myObject (attribute1 "attr67859") ) ) +(assert (myObject (attribute1 "attr67860") ) ) +(assert (myObject (attribute1 "attr67861") ) ) +(assert (myObject (attribute1 "attr67862") ) ) +(assert (myObject (attribute1 "attr67863") ) ) +(assert (myObject (attribute1 "attr67864") ) ) +(assert (myObject (attribute1 "attr67865") ) ) +(assert (myObject (attribute1 "attr67866") ) ) +(assert (myObject (attribute1 "attr67867") ) ) +(assert (myObject (attribute1 "attr67868") ) ) +(assert (myObject (attribute1 "attr67869") ) ) +(assert (myObject (attribute1 "attr67870") ) ) +(assert (myObject (attribute1 "attr67871") ) ) +(assert (myObject (attribute1 "attr67872") ) ) +(assert (myObject (attribute1 "attr67873") ) ) +(assert (myObject (attribute1 "attr67874") ) ) +(assert (myObject (attribute1 "attr67875") ) ) +(assert (myObject (attribute1 "attr67876") ) ) +(assert (myObject (attribute1 "attr67877") ) ) +(assert (myObject (attribute1 "attr67878") ) ) +(assert (myObject (attribute1 "attr67879") ) ) +(assert (myObject (attribute1 "attr67880") ) ) +(assert (myObject (attribute1 "attr67881") ) ) +(assert (myObject (attribute1 "attr67882") ) ) +(assert (myObject (attribute1 "attr67883") ) ) +(assert (myObject (attribute1 "attr67884") ) ) +(assert (myObject (attribute1 "attr67885") ) ) +(assert (myObject (attribute1 "attr67886") ) ) +(assert (myObject (attribute1 "attr67887") ) ) +(assert (myObject (attribute1 "attr67888") ) ) +(assert (myObject (attribute1 "attr67889") ) ) +(assert (myObject (attribute1 "attr67890") ) ) +(assert (myObject (attribute1 "attr67891") ) ) +(assert (myObject (attribute1 "attr67892") ) ) +(assert (myObject (attribute1 "attr67893") ) ) +(assert (myObject (attribute1 "attr67894") ) ) +(assert (myObject (attribute1 "attr67895") ) ) +(assert (myObject (attribute1 "attr67896") ) ) +(assert (myObject (attribute1 "attr67897") ) ) +(assert (myObject (attribute1 "attr67898") ) ) +(assert (myObject (attribute1 "attr67899") ) ) +(assert (myObject (attribute1 "attr67900") ) ) +(assert (myObject (attribute1 "attr67901") ) ) +(assert (myObject (attribute1 "attr67902") ) ) +(assert (myObject (attribute1 "attr67903") ) ) +(assert (myObject (attribute1 "attr67904") ) ) +(assert (myObject (attribute1 "attr67905") ) ) +(assert (myObject (attribute1 "attr67906") ) ) +(assert (myObject (attribute1 "attr67907") ) ) +(assert (myObject (attribute1 "attr67908") ) ) +(assert (myObject (attribute1 "attr67909") ) ) +(assert (myObject (attribute1 "attr67910") ) ) +(assert (myObject (attribute1 "attr67911") ) ) +(assert (myObject (attribute1 "attr67912") ) ) +(assert (myObject (attribute1 "attr67913") ) ) +(assert (myObject (attribute1 "attr67914") ) ) +(assert (myObject (attribute1 "attr67915") ) ) +(assert (myObject (attribute1 "attr67916") ) ) +(assert (myObject (attribute1 "attr67917") ) ) +(assert (myObject (attribute1 "attr67918") ) ) +(assert (myObject (attribute1 "attr67919") ) ) +(assert (myObject (attribute1 "attr67920") ) ) +(assert (myObject (attribute1 "attr67921") ) ) +(assert (myObject (attribute1 "attr67922") ) ) +(assert (myObject (attribute1 "attr67923") ) ) +(assert (myObject (attribute1 "attr67924") ) ) +(assert (myObject (attribute1 "attr67925") ) ) +(assert (myObject (attribute1 "attr67926") ) ) +(assert (myObject (attribute1 "attr67927") ) ) +(assert (myObject (attribute1 "attr67928") ) ) +(assert (myObject (attribute1 "attr67929") ) ) +(assert (myObject (attribute1 "attr67930") ) ) +(assert (myObject (attribute1 "attr67931") ) ) +(assert (myObject (attribute1 "attr67932") ) ) +(assert (myObject (attribute1 "attr67933") ) ) +(assert (myObject (attribute1 "attr67934") ) ) +(assert (myObject (attribute1 "attr67935") ) ) +(assert (myObject (attribute1 "attr67936") ) ) +(assert (myObject (attribute1 "attr67937") ) ) +(assert (myObject (attribute1 "attr67938") ) ) +(assert (myObject (attribute1 "attr67939") ) ) +(assert (myObject (attribute1 "attr67940") ) ) +(assert (myObject (attribute1 "attr67941") ) ) +(assert (myObject (attribute1 "attr67942") ) ) +(assert (myObject (attribute1 "attr67943") ) ) +(assert (myObject (attribute1 "attr67944") ) ) +(assert (myObject (attribute1 "attr67945") ) ) +(assert (myObject (attribute1 "attr67946") ) ) +(assert (myObject (attribute1 "attr67947") ) ) +(assert (myObject (attribute1 "attr67948") ) ) +(assert (myObject (attribute1 "attr67949") ) ) +(assert (myObject (attribute1 "attr67950") ) ) +(assert (myObject (attribute1 "attr67951") ) ) +(assert (myObject (attribute1 "attr67952") ) ) +(assert (myObject (attribute1 "attr67953") ) ) +(assert (myObject (attribute1 "attr67954") ) ) +(assert (myObject (attribute1 "attr67955") ) ) +(assert (myObject (attribute1 "attr67956") ) ) +(assert (myObject (attribute1 "attr67957") ) ) +(assert (myObject (attribute1 "attr67958") ) ) +(assert (myObject (attribute1 "attr67959") ) ) +(assert (myObject (attribute1 "attr67960") ) ) +(assert (myObject (attribute1 "attr67961") ) ) +(assert (myObject (attribute1 "attr67962") ) ) +(assert (myObject (attribute1 "attr67963") ) ) +(assert (myObject (attribute1 "attr67964") ) ) +(assert (myObject (attribute1 "attr67965") ) ) +(assert (myObject (attribute1 "attr67966") ) ) +(assert (myObject (attribute1 "attr67967") ) ) +(assert (myObject (attribute1 "attr67968") ) ) +(assert (myObject (attribute1 "attr67969") ) ) +(assert (myObject (attribute1 "attr67970") ) ) +(assert (myObject (attribute1 "attr67971") ) ) +(assert (myObject (attribute1 "attr67972") ) ) +(assert (myObject (attribute1 "attr67973") ) ) +(assert (myObject (attribute1 "attr67974") ) ) +(assert (myObject (attribute1 "attr67975") ) ) +(assert (myObject (attribute1 "attr67976") ) ) +(assert (myObject (attribute1 "attr67977") ) ) +(assert (myObject (attribute1 "attr67978") ) ) +(assert (myObject (attribute1 "attr67979") ) ) +(assert (myObject (attribute1 "attr67980") ) ) +(assert (myObject (attribute1 "attr67981") ) ) +(assert (myObject (attribute1 "attr67982") ) ) +(assert (myObject (attribute1 "attr67983") ) ) +(assert (myObject (attribute1 "attr67984") ) ) +(assert (myObject (attribute1 "attr67985") ) ) +(assert (myObject (attribute1 "attr67986") ) ) +(assert (myObject (attribute1 "attr67987") ) ) +(assert (myObject (attribute1 "attr67988") ) ) +(assert (myObject (attribute1 "attr67989") ) ) +(assert (myObject (attribute1 "attr67990") ) ) +(assert (myObject (attribute1 "attr67991") ) ) +(assert (myObject (attribute1 "attr67992") ) ) +(assert (myObject (attribute1 "attr67993") ) ) +(assert (myObject (attribute1 "attr67994") ) ) +(assert (myObject (attribute1 "attr67995") ) ) +(assert (myObject (attribute1 "attr67996") ) ) +(assert (myObject (attribute1 "attr67997") ) ) +(assert (myObject (attribute1 "attr67998") ) ) +(assert (myObject (attribute1 "attr67999") ) ) +(assert (myObject (attribute1 "attr68000") ) ) +(assert (myObject (attribute1 "attr68001") ) ) +(assert (myObject (attribute1 "attr68002") ) ) +(assert (myObject (attribute1 "attr68003") ) ) +(assert (myObject (attribute1 "attr68004") ) ) +(assert (myObject (attribute1 "attr68005") ) ) +(assert (myObject (attribute1 "attr68006") ) ) +(assert (myObject (attribute1 "attr68007") ) ) +(assert (myObject (attribute1 "attr68008") ) ) +(assert (myObject (attribute1 "attr68009") ) ) +(assert (myObject (attribute1 "attr68010") ) ) +(assert (myObject (attribute1 "attr68011") ) ) +(assert (myObject (attribute1 "attr68012") ) ) +(assert (myObject (attribute1 "attr68013") ) ) +(assert (myObject (attribute1 "attr68014") ) ) +(assert (myObject (attribute1 "attr68015") ) ) +(assert (myObject (attribute1 "attr68016") ) ) +(assert (myObject (attribute1 "attr68017") ) ) +(assert (myObject (attribute1 "attr68018") ) ) +(assert (myObject (attribute1 "attr68019") ) ) +(assert (myObject (attribute1 "attr68020") ) ) +(assert (myObject (attribute1 "attr68021") ) ) +(assert (myObject (attribute1 "attr68022") ) ) +(assert (myObject (attribute1 "attr68023") ) ) +(assert (myObject (attribute1 "attr68024") ) ) +(assert (myObject (attribute1 "attr68025") ) ) +(assert (myObject (attribute1 "attr68026") ) ) +(assert (myObject (attribute1 "attr68027") ) ) +(assert (myObject (attribute1 "attr68028") ) ) +(assert (myObject (attribute1 "attr68029") ) ) +(assert (myObject (attribute1 "attr68030") ) ) +(assert (myObject (attribute1 "attr68031") ) ) +(assert (myObject (attribute1 "attr68032") ) ) +(assert (myObject (attribute1 "attr68033") ) ) +(assert (myObject (attribute1 "attr68034") ) ) +(assert (myObject (attribute1 "attr68035") ) ) +(assert (myObject (attribute1 "attr68036") ) ) +(assert (myObject (attribute1 "attr68037") ) ) +(assert (myObject (attribute1 "attr68038") ) ) +(assert (myObject (attribute1 "attr68039") ) ) +(assert (myObject (attribute1 "attr68040") ) ) +(assert (myObject (attribute1 "attr68041") ) ) +(assert (myObject (attribute1 "attr68042") ) ) +(assert (myObject (attribute1 "attr68043") ) ) +(assert (myObject (attribute1 "attr68044") ) ) +(assert (myObject (attribute1 "attr68045") ) ) +(assert (myObject (attribute1 "attr68046") ) ) +(assert (myObject (attribute1 "attr68047") ) ) +(assert (myObject (attribute1 "attr68048") ) ) +(assert (myObject (attribute1 "attr68049") ) ) +(assert (myObject (attribute1 "attr68050") ) ) +(assert (myObject (attribute1 "attr68051") ) ) +(assert (myObject (attribute1 "attr68052") ) ) +(assert (myObject (attribute1 "attr68053") ) ) +(assert (myObject (attribute1 "attr68054") ) ) +(assert (myObject (attribute1 "attr68055") ) ) +(assert (myObject (attribute1 "attr68056") ) ) +(assert (myObject (attribute1 "attr68057") ) ) +(assert (myObject (attribute1 "attr68058") ) ) +(assert (myObject (attribute1 "attr68059") ) ) +(assert (myObject (attribute1 "attr68060") ) ) +(assert (myObject (attribute1 "attr68061") ) ) +(assert (myObject (attribute1 "attr68062") ) ) +(assert (myObject (attribute1 "attr68063") ) ) +(assert (myObject (attribute1 "attr68064") ) ) +(assert (myObject (attribute1 "attr68065") ) ) +(assert (myObject (attribute1 "attr68066") ) ) +(assert (myObject (attribute1 "attr68067") ) ) +(assert (myObject (attribute1 "attr68068") ) ) +(assert (myObject (attribute1 "attr68069") ) ) +(assert (myObject (attribute1 "attr68070") ) ) +(assert (myObject (attribute1 "attr68071") ) ) +(assert (myObject (attribute1 "attr68072") ) ) +(assert (myObject (attribute1 "attr68073") ) ) +(assert (myObject (attribute1 "attr68074") ) ) +(assert (myObject (attribute1 "attr68075") ) ) +(assert (myObject (attribute1 "attr68076") ) ) +(assert (myObject (attribute1 "attr68077") ) ) +(assert (myObject (attribute1 "attr68078") ) ) +(assert (myObject (attribute1 "attr68079") ) ) +(assert (myObject (attribute1 "attr68080") ) ) +(assert (myObject (attribute1 "attr68081") ) ) +(assert (myObject (attribute1 "attr68082") ) ) +(assert (myObject (attribute1 "attr68083") ) ) +(assert (myObject (attribute1 "attr68084") ) ) +(assert (myObject (attribute1 "attr68085") ) ) +(assert (myObject (attribute1 "attr68086") ) ) +(assert (myObject (attribute1 "attr68087") ) ) +(assert (myObject (attribute1 "attr68088") ) ) +(assert (myObject (attribute1 "attr68089") ) ) +(assert (myObject (attribute1 "attr68090") ) ) +(assert (myObject (attribute1 "attr68091") ) ) +(assert (myObject (attribute1 "attr68092") ) ) +(assert (myObject (attribute1 "attr68093") ) ) +(assert (myObject (attribute1 "attr68094") ) ) +(assert (myObject (attribute1 "attr68095") ) ) +(assert (myObject (attribute1 "attr68096") ) ) +(assert (myObject (attribute1 "attr68097") ) ) +(assert (myObject (attribute1 "attr68098") ) ) +(assert (myObject (attribute1 "attr68099") ) ) +(assert (myObject (attribute1 "attr68100") ) ) +(assert (myObject (attribute1 "attr68101") ) ) +(assert (myObject (attribute1 "attr68102") ) ) +(assert (myObject (attribute1 "attr68103") ) ) +(assert (myObject (attribute1 "attr68104") ) ) +(assert (myObject (attribute1 "attr68105") ) ) +(assert (myObject (attribute1 "attr68106") ) ) +(assert (myObject (attribute1 "attr68107") ) ) +(assert (myObject (attribute1 "attr68108") ) ) +(assert (myObject (attribute1 "attr68109") ) ) +(assert (myObject (attribute1 "attr68110") ) ) +(assert (myObject (attribute1 "attr68111") ) ) +(assert (myObject (attribute1 "attr68112") ) ) +(assert (myObject (attribute1 "attr68113") ) ) +(assert (myObject (attribute1 "attr68114") ) ) +(assert (myObject (attribute1 "attr68115") ) ) +(assert (myObject (attribute1 "attr68116") ) ) +(assert (myObject (attribute1 "attr68117") ) ) +(assert (myObject (attribute1 "attr68118") ) ) +(assert (myObject (attribute1 "attr68119") ) ) +(assert (myObject (attribute1 "attr68120") ) ) +(assert (myObject (attribute1 "attr68121") ) ) +(assert (myObject (attribute1 "attr68122") ) ) +(assert (myObject (attribute1 "attr68123") ) ) +(assert (myObject (attribute1 "attr68124") ) ) +(assert (myObject (attribute1 "attr68125") ) ) +(assert (myObject (attribute1 "attr68126") ) ) +(assert (myObject (attribute1 "attr68127") ) ) +(assert (myObject (attribute1 "attr68128") ) ) +(assert (myObject (attribute1 "attr68129") ) ) +(assert (myObject (attribute1 "attr68130") ) ) +(assert (myObject (attribute1 "attr68131") ) ) +(assert (myObject (attribute1 "attr68132") ) ) +(assert (myObject (attribute1 "attr68133") ) ) +(assert (myObject (attribute1 "attr68134") ) ) +(assert (myObject (attribute1 "attr68135") ) ) +(assert (myObject (attribute1 "attr68136") ) ) +(assert (myObject (attribute1 "attr68137") ) ) +(assert (myObject (attribute1 "attr68138") ) ) +(assert (myObject (attribute1 "attr68139") ) ) +(assert (myObject (attribute1 "attr68140") ) ) +(assert (myObject (attribute1 "attr68141") ) ) +(assert (myObject (attribute1 "attr68142") ) ) +(assert (myObject (attribute1 "attr68143") ) ) +(assert (myObject (attribute1 "attr68144") ) ) +(assert (myObject (attribute1 "attr68145") ) ) +(assert (myObject (attribute1 "attr68146") ) ) +(assert (myObject (attribute1 "attr68147") ) ) +(assert (myObject (attribute1 "attr68148") ) ) +(assert (myObject (attribute1 "attr68149") ) ) +(assert (myObject (attribute1 "attr68150") ) ) +(assert (myObject (attribute1 "attr68151") ) ) +(assert (myObject (attribute1 "attr68152") ) ) +(assert (myObject (attribute1 "attr68153") ) ) +(assert (myObject (attribute1 "attr68154") ) ) +(assert (myObject (attribute1 "attr68155") ) ) +(assert (myObject (attribute1 "attr68156") ) ) +(assert (myObject (attribute1 "attr68157") ) ) +(assert (myObject (attribute1 "attr68158") ) ) +(assert (myObject (attribute1 "attr68159") ) ) +(assert (myObject (attribute1 "attr68160") ) ) +(assert (myObject (attribute1 "attr68161") ) ) +(assert (myObject (attribute1 "attr68162") ) ) +(assert (myObject (attribute1 "attr68163") ) ) +(assert (myObject (attribute1 "attr68164") ) ) +(assert (myObject (attribute1 "attr68165") ) ) +(assert (myObject (attribute1 "attr68166") ) ) +(assert (myObject (attribute1 "attr68167") ) ) +(assert (myObject (attribute1 "attr68168") ) ) +(assert (myObject (attribute1 "attr68169") ) ) +(assert (myObject (attribute1 "attr68170") ) ) +(assert (myObject (attribute1 "attr68171") ) ) +(assert (myObject (attribute1 "attr68172") ) ) +(assert (myObject (attribute1 "attr68173") ) ) +(assert (myObject (attribute1 "attr68174") ) ) +(assert (myObject (attribute1 "attr68175") ) ) +(assert (myObject (attribute1 "attr68176") ) ) +(assert (myObject (attribute1 "attr68177") ) ) +(assert (myObject (attribute1 "attr68178") ) ) +(assert (myObject (attribute1 "attr68179") ) ) +(assert (myObject (attribute1 "attr68180") ) ) +(assert (myObject (attribute1 "attr68181") ) ) +(assert (myObject (attribute1 "attr68182") ) ) +(assert (myObject (attribute1 "attr68183") ) ) +(assert (myObject (attribute1 "attr68184") ) ) +(assert (myObject (attribute1 "attr68185") ) ) +(assert (myObject (attribute1 "attr68186") ) ) +(assert (myObject (attribute1 "attr68187") ) ) +(assert (myObject (attribute1 "attr68188") ) ) +(assert (myObject (attribute1 "attr68189") ) ) +(assert (myObject (attribute1 "attr68190") ) ) +(assert (myObject (attribute1 "attr68191") ) ) +(assert (myObject (attribute1 "attr68192") ) ) +(assert (myObject (attribute1 "attr68193") ) ) +(assert (myObject (attribute1 "attr68194") ) ) +(assert (myObject (attribute1 "attr68195") ) ) +(assert (myObject (attribute1 "attr68196") ) ) +(assert (myObject (attribute1 "attr68197") ) ) +(assert (myObject (attribute1 "attr68198") ) ) +(assert (myObject (attribute1 "attr68199") ) ) +(assert (myObject (attribute1 "attr68200") ) ) +(assert (myObject (attribute1 "attr68201") ) ) +(assert (myObject (attribute1 "attr68202") ) ) +(assert (myObject (attribute1 "attr68203") ) ) +(assert (myObject (attribute1 "attr68204") ) ) +(assert (myObject (attribute1 "attr68205") ) ) +(assert (myObject (attribute1 "attr68206") ) ) +(assert (myObject (attribute1 "attr68207") ) ) +(assert (myObject (attribute1 "attr68208") ) ) +(assert (myObject (attribute1 "attr68209") ) ) +(assert (myObject (attribute1 "attr68210") ) ) +(assert (myObject (attribute1 "attr68211") ) ) +(assert (myObject (attribute1 "attr68212") ) ) +(assert (myObject (attribute1 "attr68213") ) ) +(assert (myObject (attribute1 "attr68214") ) ) +(assert (myObject (attribute1 "attr68215") ) ) +(assert (myObject (attribute1 "attr68216") ) ) +(assert (myObject (attribute1 "attr68217") ) ) +(assert (myObject (attribute1 "attr68218") ) ) +(assert (myObject (attribute1 "attr68219") ) ) +(assert (myObject (attribute1 "attr68220") ) ) +(assert (myObject (attribute1 "attr68221") ) ) +(assert (myObject (attribute1 "attr68222") ) ) +(assert (myObject (attribute1 "attr68223") ) ) +(assert (myObject (attribute1 "attr68224") ) ) +(assert (myObject (attribute1 "attr68225") ) ) +(assert (myObject (attribute1 "attr68226") ) ) +(assert (myObject (attribute1 "attr68227") ) ) +(assert (myObject (attribute1 "attr68228") ) ) +(assert (myObject (attribute1 "attr68229") ) ) +(assert (myObject (attribute1 "attr68230") ) ) +(assert (myObject (attribute1 "attr68231") ) ) +(assert (myObject (attribute1 "attr68232") ) ) +(assert (myObject (attribute1 "attr68233") ) ) +(assert (myObject (attribute1 "attr68234") ) ) +(assert (myObject (attribute1 "attr68235") ) ) +(assert (myObject (attribute1 "attr68236") ) ) +(assert (myObject (attribute1 "attr68237") ) ) +(assert (myObject (attribute1 "attr68238") ) ) +(assert (myObject (attribute1 "attr68239") ) ) +(assert (myObject (attribute1 "attr68240") ) ) +(assert (myObject (attribute1 "attr68241") ) ) +(assert (myObject (attribute1 "attr68242") ) ) +(assert (myObject (attribute1 "attr68243") ) ) +(assert (myObject (attribute1 "attr68244") ) ) +(assert (myObject (attribute1 "attr68245") ) ) +(assert (myObject (attribute1 "attr68246") ) ) +(assert (myObject (attribute1 "attr68247") ) ) +(assert (myObject (attribute1 "attr68248") ) ) +(assert (myObject (attribute1 "attr68249") ) ) +(assert (myObject (attribute1 "attr68250") ) ) +(assert (myObject (attribute1 "attr68251") ) ) +(assert (myObject (attribute1 "attr68252") ) ) +(assert (myObject (attribute1 "attr68253") ) ) +(assert (myObject (attribute1 "attr68254") ) ) +(assert (myObject (attribute1 "attr68255") ) ) +(assert (myObject (attribute1 "attr68256") ) ) +(assert (myObject (attribute1 "attr68257") ) ) +(assert (myObject (attribute1 "attr68258") ) ) +(assert (myObject (attribute1 "attr68259") ) ) +(assert (myObject (attribute1 "attr68260") ) ) +(assert (myObject (attribute1 "attr68261") ) ) +(assert (myObject (attribute1 "attr68262") ) ) +(assert (myObject (attribute1 "attr68263") ) ) +(assert (myObject (attribute1 "attr68264") ) ) +(assert (myObject (attribute1 "attr68265") ) ) +(assert (myObject (attribute1 "attr68266") ) ) +(assert (myObject (attribute1 "attr68267") ) ) +(assert (myObject (attribute1 "attr68268") ) ) +(assert (myObject (attribute1 "attr68269") ) ) +(assert (myObject (attribute1 "attr68270") ) ) +(assert (myObject (attribute1 "attr68271") ) ) +(assert (myObject (attribute1 "attr68272") ) ) +(assert (myObject (attribute1 "attr68273") ) ) +(assert (myObject (attribute1 "attr68274") ) ) +(assert (myObject (attribute1 "attr68275") ) ) +(assert (myObject (attribute1 "attr68276") ) ) +(assert (myObject (attribute1 "attr68277") ) ) +(assert (myObject (attribute1 "attr68278") ) ) +(assert (myObject (attribute1 "attr68279") ) ) +(assert (myObject (attribute1 "attr68280") ) ) +(assert (myObject (attribute1 "attr68281") ) ) +(assert (myObject (attribute1 "attr68282") ) ) +(assert (myObject (attribute1 "attr68283") ) ) +(assert (myObject (attribute1 "attr68284") ) ) +(assert (myObject (attribute1 "attr68285") ) ) +(assert (myObject (attribute1 "attr68286") ) ) +(assert (myObject (attribute1 "attr68287") ) ) +(assert (myObject (attribute1 "attr68288") ) ) +(assert (myObject (attribute1 "attr68289") ) ) +(assert (myObject (attribute1 "attr68290") ) ) +(assert (myObject (attribute1 "attr68291") ) ) +(assert (myObject (attribute1 "attr68292") ) ) +(assert (myObject (attribute1 "attr68293") ) ) +(assert (myObject (attribute1 "attr68294") ) ) +(assert (myObject (attribute1 "attr68295") ) ) +(assert (myObject (attribute1 "attr68296") ) ) +(assert (myObject (attribute1 "attr68297") ) ) +(assert (myObject (attribute1 "attr68298") ) ) +(assert (myObject (attribute1 "attr68299") ) ) +(assert (myObject (attribute1 "attr68300") ) ) +(assert (myObject (attribute1 "attr68301") ) ) +(assert (myObject (attribute1 "attr68302") ) ) +(assert (myObject (attribute1 "attr68303") ) ) +(assert (myObject (attribute1 "attr68304") ) ) +(assert (myObject (attribute1 "attr68305") ) ) +(assert (myObject (attribute1 "attr68306") ) ) +(assert (myObject (attribute1 "attr68307") ) ) +(assert (myObject (attribute1 "attr68308") ) ) +(assert (myObject (attribute1 "attr68309") ) ) +(assert (myObject (attribute1 "attr68310") ) ) +(assert (myObject (attribute1 "attr68311") ) ) +(assert (myObject (attribute1 "attr68312") ) ) +(assert (myObject (attribute1 "attr68313") ) ) +(assert (myObject (attribute1 "attr68314") ) ) +(assert (myObject (attribute1 "attr68315") ) ) +(assert (myObject (attribute1 "attr68316") ) ) +(assert (myObject (attribute1 "attr68317") ) ) +(assert (myObject (attribute1 "attr68318") ) ) +(assert (myObject (attribute1 "attr68319") ) ) +(assert (myObject (attribute1 "attr68320") ) ) +(assert (myObject (attribute1 "attr68321") ) ) +(assert (myObject (attribute1 "attr68322") ) ) +(assert (myObject (attribute1 "attr68323") ) ) +(assert (myObject (attribute1 "attr68324") ) ) +(assert (myObject (attribute1 "attr68325") ) ) +(assert (myObject (attribute1 "attr68326") ) ) +(assert (myObject (attribute1 "attr68327") ) ) +(assert (myObject (attribute1 "attr68328") ) ) +(assert (myObject (attribute1 "attr68329") ) ) +(assert (myObject (attribute1 "attr68330") ) ) +(assert (myObject (attribute1 "attr68331") ) ) +(assert (myObject (attribute1 "attr68332") ) ) +(assert (myObject (attribute1 "attr68333") ) ) +(assert (myObject (attribute1 "attr68334") ) ) +(assert (myObject (attribute1 "attr68335") ) ) +(assert (myObject (attribute1 "attr68336") ) ) +(assert (myObject (attribute1 "attr68337") ) ) +(assert (myObject (attribute1 "attr68338") ) ) +(assert (myObject (attribute1 "attr68339") ) ) +(assert (myObject (attribute1 "attr68340") ) ) +(assert (myObject (attribute1 "attr68341") ) ) +(assert (myObject (attribute1 "attr68342") ) ) +(assert (myObject (attribute1 "attr68343") ) ) +(assert (myObject (attribute1 "attr68344") ) ) +(assert (myObject (attribute1 "attr68345") ) ) +(assert (myObject (attribute1 "attr68346") ) ) +(assert (myObject (attribute1 "attr68347") ) ) +(assert (myObject (attribute1 "attr68348") ) ) +(assert (myObject (attribute1 "attr68349") ) ) +(assert (myObject (attribute1 "attr68350") ) ) +(assert (myObject (attribute1 "attr68351") ) ) +(assert (myObject (attribute1 "attr68352") ) ) +(assert (myObject (attribute1 "attr68353") ) ) +(assert (myObject (attribute1 "attr68354") ) ) +(assert (myObject (attribute1 "attr68355") ) ) +(assert (myObject (attribute1 "attr68356") ) ) +(assert (myObject (attribute1 "attr68357") ) ) +(assert (myObject (attribute1 "attr68358") ) ) +(assert (myObject (attribute1 "attr68359") ) ) +(assert (myObject (attribute1 "attr68360") ) ) +(assert (myObject (attribute1 "attr68361") ) ) +(assert (myObject (attribute1 "attr68362") ) ) +(assert (myObject (attribute1 "attr68363") ) ) +(assert (myObject (attribute1 "attr68364") ) ) +(assert (myObject (attribute1 "attr68365") ) ) +(assert (myObject (attribute1 "attr68366") ) ) +(assert (myObject (attribute1 "attr68367") ) ) +(assert (myObject (attribute1 "attr68368") ) ) +(assert (myObject (attribute1 "attr68369") ) ) +(assert (myObject (attribute1 "attr68370") ) ) +(assert (myObject (attribute1 "attr68371") ) ) +(assert (myObject (attribute1 "attr68372") ) ) +(assert (myObject (attribute1 "attr68373") ) ) +(assert (myObject (attribute1 "attr68374") ) ) +(assert (myObject (attribute1 "attr68375") ) ) +(assert (myObject (attribute1 "attr68376") ) ) +(assert (myObject (attribute1 "attr68377") ) ) +(assert (myObject (attribute1 "attr68378") ) ) +(assert (myObject (attribute1 "attr68379") ) ) +(assert (myObject (attribute1 "attr68380") ) ) +(assert (myObject (attribute1 "attr68381") ) ) +(assert (myObject (attribute1 "attr68382") ) ) +(assert (myObject (attribute1 "attr68383") ) ) +(assert (myObject (attribute1 "attr68384") ) ) +(assert (myObject (attribute1 "attr68385") ) ) +(assert (myObject (attribute1 "attr68386") ) ) +(assert (myObject (attribute1 "attr68387") ) ) +(assert (myObject (attribute1 "attr68388") ) ) +(assert (myObject (attribute1 "attr68389") ) ) +(assert (myObject (attribute1 "attr68390") ) ) +(assert (myObject (attribute1 "attr68391") ) ) +(assert (myObject (attribute1 "attr68392") ) ) +(assert (myObject (attribute1 "attr68393") ) ) +(assert (myObject (attribute1 "attr68394") ) ) +(assert (myObject (attribute1 "attr68395") ) ) +(assert (myObject (attribute1 "attr68396") ) ) +(assert (myObject (attribute1 "attr68397") ) ) +(assert (myObject (attribute1 "attr68398") ) ) +(assert (myObject (attribute1 "attr68399") ) ) +(assert (myObject (attribute1 "attr68400") ) ) +(assert (myObject (attribute1 "attr68401") ) ) +(assert (myObject (attribute1 "attr68402") ) ) +(assert (myObject (attribute1 "attr68403") ) ) +(assert (myObject (attribute1 "attr68404") ) ) +(assert (myObject (attribute1 "attr68405") ) ) +(assert (myObject (attribute1 "attr68406") ) ) +(assert (myObject (attribute1 "attr68407") ) ) +(assert (myObject (attribute1 "attr68408") ) ) +(assert (myObject (attribute1 "attr68409") ) ) +(assert (myObject (attribute1 "attr68410") ) ) +(assert (myObject (attribute1 "attr68411") ) ) +(assert (myObject (attribute1 "attr68412") ) ) +(assert (myObject (attribute1 "attr68413") ) ) +(assert (myObject (attribute1 "attr68414") ) ) +(assert (myObject (attribute1 "attr68415") ) ) +(assert (myObject (attribute1 "attr68416") ) ) +(assert (myObject (attribute1 "attr68417") ) ) +(assert (myObject (attribute1 "attr68418") ) ) +(assert (myObject (attribute1 "attr68419") ) ) +(assert (myObject (attribute1 "attr68420") ) ) +(assert (myObject (attribute1 "attr68421") ) ) +(assert (myObject (attribute1 "attr68422") ) ) +(assert (myObject (attribute1 "attr68423") ) ) +(assert (myObject (attribute1 "attr68424") ) ) +(assert (myObject (attribute1 "attr68425") ) ) +(assert (myObject (attribute1 "attr68426") ) ) +(assert (myObject (attribute1 "attr68427") ) ) +(assert (myObject (attribute1 "attr68428") ) ) +(assert (myObject (attribute1 "attr68429") ) ) +(assert (myObject (attribute1 "attr68430") ) ) +(assert (myObject (attribute1 "attr68431") ) ) +(assert (myObject (attribute1 "attr68432") ) ) +(assert (myObject (attribute1 "attr68433") ) ) +(assert (myObject (attribute1 "attr68434") ) ) +(assert (myObject (attribute1 "attr68435") ) ) +(assert (myObject (attribute1 "attr68436") ) ) +(assert (myObject (attribute1 "attr68437") ) ) +(assert (myObject (attribute1 "attr68438") ) ) +(assert (myObject (attribute1 "attr68439") ) ) +(assert (myObject (attribute1 "attr68440") ) ) +(assert (myObject (attribute1 "attr68441") ) ) +(assert (myObject (attribute1 "attr68442") ) ) +(assert (myObject (attribute1 "attr68443") ) ) +(assert (myObject (attribute1 "attr68444") ) ) +(assert (myObject (attribute1 "attr68445") ) ) +(assert (myObject (attribute1 "attr68446") ) ) +(assert (myObject (attribute1 "attr68447") ) ) +(assert (myObject (attribute1 "attr68448") ) ) +(assert (myObject (attribute1 "attr68449") ) ) +(assert (myObject (attribute1 "attr68450") ) ) +(assert (myObject (attribute1 "attr68451") ) ) +(assert (myObject (attribute1 "attr68452") ) ) +(assert (myObject (attribute1 "attr68453") ) ) +(assert (myObject (attribute1 "attr68454") ) ) +(assert (myObject (attribute1 "attr68455") ) ) +(assert (myObject (attribute1 "attr68456") ) ) +(assert (myObject (attribute1 "attr68457") ) ) +(assert (myObject (attribute1 "attr68458") ) ) +(assert (myObject (attribute1 "attr68459") ) ) +(assert (myObject (attribute1 "attr68460") ) ) +(assert (myObject (attribute1 "attr68461") ) ) +(assert (myObject (attribute1 "attr68462") ) ) +(assert (myObject (attribute1 "attr68463") ) ) +(assert (myObject (attribute1 "attr68464") ) ) +(assert (myObject (attribute1 "attr68465") ) ) +(assert (myObject (attribute1 "attr68466") ) ) +(assert (myObject (attribute1 "attr68467") ) ) +(assert (myObject (attribute1 "attr68468") ) ) +(assert (myObject (attribute1 "attr68469") ) ) +(assert (myObject (attribute1 "attr68470") ) ) +(assert (myObject (attribute1 "attr68471") ) ) +(assert (myObject (attribute1 "attr68472") ) ) +(assert (myObject (attribute1 "attr68473") ) ) +(assert (myObject (attribute1 "attr68474") ) ) +(assert (myObject (attribute1 "attr68475") ) ) +(assert (myObject (attribute1 "attr68476") ) ) +(assert (myObject (attribute1 "attr68477") ) ) +(assert (myObject (attribute1 "attr68478") ) ) +(assert (myObject (attribute1 "attr68479") ) ) +(assert (myObject (attribute1 "attr68480") ) ) +(assert (myObject (attribute1 "attr68481") ) ) +(assert (myObject (attribute1 "attr68482") ) ) +(assert (myObject (attribute1 "attr68483") ) ) +(assert (myObject (attribute1 "attr68484") ) ) +(assert (myObject (attribute1 "attr68485") ) ) +(assert (myObject (attribute1 "attr68486") ) ) +(assert (myObject (attribute1 "attr68487") ) ) +(assert (myObject (attribute1 "attr68488") ) ) +(assert (myObject (attribute1 "attr68489") ) ) +(assert (myObject (attribute1 "attr68490") ) ) +(assert (myObject (attribute1 "attr68491") ) ) +(assert (myObject (attribute1 "attr68492") ) ) +(assert (myObject (attribute1 "attr68493") ) ) +(assert (myObject (attribute1 "attr68494") ) ) +(assert (myObject (attribute1 "attr68495") ) ) +(assert (myObject (attribute1 "attr68496") ) ) +(assert (myObject (attribute1 "attr68497") ) ) +(assert (myObject (attribute1 "attr68498") ) ) +(assert (myObject (attribute1 "attr68499") ) ) +(assert (myObject (attribute1 "attr68500") ) ) +(assert (myObject (attribute1 "attr68501") ) ) +(assert (myObject (attribute1 "attr68502") ) ) +(assert (myObject (attribute1 "attr68503") ) ) +(assert (myObject (attribute1 "attr68504") ) ) +(assert (myObject (attribute1 "attr68505") ) ) +(assert (myObject (attribute1 "attr68506") ) ) +(assert (myObject (attribute1 "attr68507") ) ) +(assert (myObject (attribute1 "attr68508") ) ) +(assert (myObject (attribute1 "attr68509") ) ) +(assert (myObject (attribute1 "attr68510") ) ) +(assert (myObject (attribute1 "attr68511") ) ) +(assert (myObject (attribute1 "attr68512") ) ) +(assert (myObject (attribute1 "attr68513") ) ) +(assert (myObject (attribute1 "attr68514") ) ) +(assert (myObject (attribute1 "attr68515") ) ) +(assert (myObject (attribute1 "attr68516") ) ) +(assert (myObject (attribute1 "attr68517") ) ) +(assert (myObject (attribute1 "attr68518") ) ) +(assert (myObject (attribute1 "attr68519") ) ) +(assert (myObject (attribute1 "attr68520") ) ) +(assert (myObject (attribute1 "attr68521") ) ) +(assert (myObject (attribute1 "attr68522") ) ) +(assert (myObject (attribute1 "attr68523") ) ) +(assert (myObject (attribute1 "attr68524") ) ) +(assert (myObject (attribute1 "attr68525") ) ) +(assert (myObject (attribute1 "attr68526") ) ) +(assert (myObject (attribute1 "attr68527") ) ) +(assert (myObject (attribute1 "attr68528") ) ) +(assert (myObject (attribute1 "attr68529") ) ) +(assert (myObject (attribute1 "attr68530") ) ) +(assert (myObject (attribute1 "attr68531") ) ) +(assert (myObject (attribute1 "attr68532") ) ) +(assert (myObject (attribute1 "attr68533") ) ) +(assert (myObject (attribute1 "attr68534") ) ) +(assert (myObject (attribute1 "attr68535") ) ) +(assert (myObject (attribute1 "attr68536") ) ) +(assert (myObject (attribute1 "attr68537") ) ) +(assert (myObject (attribute1 "attr68538") ) ) +(assert (myObject (attribute1 "attr68539") ) ) +(assert (myObject (attribute1 "attr68540") ) ) +(assert (myObject (attribute1 "attr68541") ) ) +(assert (myObject (attribute1 "attr68542") ) ) +(assert (myObject (attribute1 "attr68543") ) ) +(assert (myObject (attribute1 "attr68544") ) ) +(assert (myObject (attribute1 "attr68545") ) ) +(assert (myObject (attribute1 "attr68546") ) ) +(assert (myObject (attribute1 "attr68547") ) ) +(assert (myObject (attribute1 "attr68548") ) ) +(assert (myObject (attribute1 "attr68549") ) ) +(assert (myObject (attribute1 "attr68550") ) ) +(assert (myObject (attribute1 "attr68551") ) ) +(assert (myObject (attribute1 "attr68552") ) ) +(assert (myObject (attribute1 "attr68553") ) ) +(assert (myObject (attribute1 "attr68554") ) ) +(assert (myObject (attribute1 "attr68555") ) ) +(assert (myObject (attribute1 "attr68556") ) ) +(assert (myObject (attribute1 "attr68557") ) ) +(assert (myObject (attribute1 "attr68558") ) ) +(assert (myObject (attribute1 "attr68559") ) ) +(assert (myObject (attribute1 "attr68560") ) ) +(assert (myObject (attribute1 "attr68561") ) ) +(assert (myObject (attribute1 "attr68562") ) ) +(assert (myObject (attribute1 "attr68563") ) ) +(assert (myObject (attribute1 "attr68564") ) ) +(assert (myObject (attribute1 "attr68565") ) ) +(assert (myObject (attribute1 "attr68566") ) ) +(assert (myObject (attribute1 "attr68567") ) ) +(assert (myObject (attribute1 "attr68568") ) ) +(assert (myObject (attribute1 "attr68569") ) ) +(assert (myObject (attribute1 "attr68570") ) ) +(assert (myObject (attribute1 "attr68571") ) ) +(assert (myObject (attribute1 "attr68572") ) ) +(assert (myObject (attribute1 "attr68573") ) ) +(assert (myObject (attribute1 "attr68574") ) ) +(assert (myObject (attribute1 "attr68575") ) ) +(assert (myObject (attribute1 "attr68576") ) ) +(assert (myObject (attribute1 "attr68577") ) ) +(assert (myObject (attribute1 "attr68578") ) ) +(assert (myObject (attribute1 "attr68579") ) ) +(assert (myObject (attribute1 "attr68580") ) ) +(assert (myObject (attribute1 "attr68581") ) ) +(assert (myObject (attribute1 "attr68582") ) ) +(assert (myObject (attribute1 "attr68583") ) ) +(assert (myObject (attribute1 "attr68584") ) ) +(assert (myObject (attribute1 "attr68585") ) ) +(assert (myObject (attribute1 "attr68586") ) ) +(assert (myObject (attribute1 "attr68587") ) ) +(assert (myObject (attribute1 "attr68588") ) ) +(assert (myObject (attribute1 "attr68589") ) ) +(assert (myObject (attribute1 "attr68590") ) ) +(assert (myObject (attribute1 "attr68591") ) ) +(assert (myObject (attribute1 "attr68592") ) ) +(assert (myObject (attribute1 "attr68593") ) ) +(assert (myObject (attribute1 "attr68594") ) ) +(assert (myObject (attribute1 "attr68595") ) ) +(assert (myObject (attribute1 "attr68596") ) ) +(assert (myObject (attribute1 "attr68597") ) ) +(assert (myObject (attribute1 "attr68598") ) ) +(assert (myObject (attribute1 "attr68599") ) ) +(assert (myObject (attribute1 "attr68600") ) ) +(assert (myObject (attribute1 "attr68601") ) ) +(assert (myObject (attribute1 "attr68602") ) ) +(assert (myObject (attribute1 "attr68603") ) ) +(assert (myObject (attribute1 "attr68604") ) ) +(assert (myObject (attribute1 "attr68605") ) ) +(assert (myObject (attribute1 "attr68606") ) ) +(assert (myObject (attribute1 "attr68607") ) ) +(assert (myObject (attribute1 "attr68608") ) ) +(assert (myObject (attribute1 "attr68609") ) ) +(assert (myObject (attribute1 "attr68610") ) ) +(assert (myObject (attribute1 "attr68611") ) ) +(assert (myObject (attribute1 "attr68612") ) ) +(assert (myObject (attribute1 "attr68613") ) ) +(assert (myObject (attribute1 "attr68614") ) ) +(assert (myObject (attribute1 "attr68615") ) ) +(assert (myObject (attribute1 "attr68616") ) ) +(assert (myObject (attribute1 "attr68617") ) ) +(assert (myObject (attribute1 "attr68618") ) ) +(assert (myObject (attribute1 "attr68619") ) ) +(assert (myObject (attribute1 "attr68620") ) ) +(assert (myObject (attribute1 "attr68621") ) ) +(assert (myObject (attribute1 "attr68622") ) ) +(assert (myObject (attribute1 "attr68623") ) ) +(assert (myObject (attribute1 "attr68624") ) ) +(assert (myObject (attribute1 "attr68625") ) ) +(assert (myObject (attribute1 "attr68626") ) ) +(assert (myObject (attribute1 "attr68627") ) ) +(assert (myObject (attribute1 "attr68628") ) ) +(assert (myObject (attribute1 "attr68629") ) ) +(assert (myObject (attribute1 "attr68630") ) ) +(assert (myObject (attribute1 "attr68631") ) ) +(assert (myObject (attribute1 "attr68632") ) ) +(assert (myObject (attribute1 "attr68633") ) ) +(assert (myObject (attribute1 "attr68634") ) ) +(assert (myObject (attribute1 "attr68635") ) ) +(assert (myObject (attribute1 "attr68636") ) ) +(assert (myObject (attribute1 "attr68637") ) ) +(assert (myObject (attribute1 "attr68638") ) ) +(assert (myObject (attribute1 "attr68639") ) ) +(assert (myObject (attribute1 "attr68640") ) ) +(assert (myObject (attribute1 "attr68641") ) ) +(assert (myObject (attribute1 "attr68642") ) ) +(assert (myObject (attribute1 "attr68643") ) ) +(assert (myObject (attribute1 "attr68644") ) ) +(assert (myObject (attribute1 "attr68645") ) ) +(assert (myObject (attribute1 "attr68646") ) ) +(assert (myObject (attribute1 "attr68647") ) ) +(assert (myObject (attribute1 "attr68648") ) ) +(assert (myObject (attribute1 "attr68649") ) ) +(assert (myObject (attribute1 "attr68650") ) ) +(assert (myObject (attribute1 "attr68651") ) ) +(assert (myObject (attribute1 "attr68652") ) ) +(assert (myObject (attribute1 "attr68653") ) ) +(assert (myObject (attribute1 "attr68654") ) ) +(assert (myObject (attribute1 "attr68655") ) ) +(assert (myObject (attribute1 "attr68656") ) ) +(assert (myObject (attribute1 "attr68657") ) ) +(assert (myObject (attribute1 "attr68658") ) ) +(assert (myObject (attribute1 "attr68659") ) ) +(assert (myObject (attribute1 "attr68660") ) ) +(assert (myObject (attribute1 "attr68661") ) ) +(assert (myObject (attribute1 "attr68662") ) ) +(assert (myObject (attribute1 "attr68663") ) ) +(assert (myObject (attribute1 "attr68664") ) ) +(assert (myObject (attribute1 "attr68665") ) ) +(assert (myObject (attribute1 "attr68666") ) ) +(assert (myObject (attribute1 "attr68667") ) ) +(assert (myObject (attribute1 "attr68668") ) ) +(assert (myObject (attribute1 "attr68669") ) ) +(assert (myObject (attribute1 "attr68670") ) ) +(assert (myObject (attribute1 "attr68671") ) ) +(assert (myObject (attribute1 "attr68672") ) ) +(assert (myObject (attribute1 "attr68673") ) ) +(assert (myObject (attribute1 "attr68674") ) ) +(assert (myObject (attribute1 "attr68675") ) ) +(assert (myObject (attribute1 "attr68676") ) ) +(assert (myObject (attribute1 "attr68677") ) ) +(assert (myObject (attribute1 "attr68678") ) ) +(assert (myObject (attribute1 "attr68679") ) ) +(assert (myObject (attribute1 "attr68680") ) ) +(assert (myObject (attribute1 "attr68681") ) ) +(assert (myObject (attribute1 "attr68682") ) ) +(assert (myObject (attribute1 "attr68683") ) ) +(assert (myObject (attribute1 "attr68684") ) ) +(assert (myObject (attribute1 "attr68685") ) ) +(assert (myObject (attribute1 "attr68686") ) ) +(assert (myObject (attribute1 "attr68687") ) ) +(assert (myObject (attribute1 "attr68688") ) ) +(assert (myObject (attribute1 "attr68689") ) ) +(assert (myObject (attribute1 "attr68690") ) ) +(assert (myObject (attribute1 "attr68691") ) ) +(assert (myObject (attribute1 "attr68692") ) ) +(assert (myObject (attribute1 "attr68693") ) ) +(assert (myObject (attribute1 "attr68694") ) ) +(assert (myObject (attribute1 "attr68695") ) ) +(assert (myObject (attribute1 "attr68696") ) ) +(assert (myObject (attribute1 "attr68697") ) ) +(assert (myObject (attribute1 "attr68698") ) ) +(assert (myObject (attribute1 "attr68699") ) ) +(assert (myObject (attribute1 "attr68700") ) ) +(assert (myObject (attribute1 "attr68701") ) ) +(assert (myObject (attribute1 "attr68702") ) ) +(assert (myObject (attribute1 "attr68703") ) ) +(assert (myObject (attribute1 "attr68704") ) ) +(assert (myObject (attribute1 "attr68705") ) ) +(assert (myObject (attribute1 "attr68706") ) ) +(assert (myObject (attribute1 "attr68707") ) ) +(assert (myObject (attribute1 "attr68708") ) ) +(assert (myObject (attribute1 "attr68709") ) ) +(assert (myObject (attribute1 "attr68710") ) ) +(assert (myObject (attribute1 "attr68711") ) ) +(assert (myObject (attribute1 "attr68712") ) ) +(assert (myObject (attribute1 "attr68713") ) ) +(assert (myObject (attribute1 "attr68714") ) ) +(assert (myObject (attribute1 "attr68715") ) ) +(assert (myObject (attribute1 "attr68716") ) ) +(assert (myObject (attribute1 "attr68717") ) ) +(assert (myObject (attribute1 "attr68718") ) ) +(assert (myObject (attribute1 "attr68719") ) ) +(assert (myObject (attribute1 "attr68720") ) ) +(assert (myObject (attribute1 "attr68721") ) ) +(assert (myObject (attribute1 "attr68722") ) ) +(assert (myObject (attribute1 "attr68723") ) ) +(assert (myObject (attribute1 "attr68724") ) ) +(assert (myObject (attribute1 "attr68725") ) ) +(assert (myObject (attribute1 "attr68726") ) ) +(assert (myObject (attribute1 "attr68727") ) ) +(assert (myObject (attribute1 "attr68728") ) ) +(assert (myObject (attribute1 "attr68729") ) ) +(assert (myObject (attribute1 "attr68730") ) ) +(assert (myObject (attribute1 "attr68731") ) ) +(assert (myObject (attribute1 "attr68732") ) ) +(assert (myObject (attribute1 "attr68733") ) ) +(assert (myObject (attribute1 "attr68734") ) ) +(assert (myObject (attribute1 "attr68735") ) ) +(assert (myObject (attribute1 "attr68736") ) ) +(assert (myObject (attribute1 "attr68737") ) ) +(assert (myObject (attribute1 "attr68738") ) ) +(assert (myObject (attribute1 "attr68739") ) ) +(assert (myObject (attribute1 "attr68740") ) ) +(assert (myObject (attribute1 "attr68741") ) ) +(assert (myObject (attribute1 "attr68742") ) ) +(assert (myObject (attribute1 "attr68743") ) ) +(assert (myObject (attribute1 "attr68744") ) ) +(assert (myObject (attribute1 "attr68745") ) ) +(assert (myObject (attribute1 "attr68746") ) ) +(assert (myObject (attribute1 "attr68747") ) ) +(assert (myObject (attribute1 "attr68748") ) ) +(assert (myObject (attribute1 "attr68749") ) ) +(assert (myObject (attribute1 "attr68750") ) ) +(assert (myObject (attribute1 "attr68751") ) ) +(assert (myObject (attribute1 "attr68752") ) ) +(assert (myObject (attribute1 "attr68753") ) ) +(assert (myObject (attribute1 "attr68754") ) ) +(assert (myObject (attribute1 "attr68755") ) ) +(assert (myObject (attribute1 "attr68756") ) ) +(assert (myObject (attribute1 "attr68757") ) ) +(assert (myObject (attribute1 "attr68758") ) ) +(assert (myObject (attribute1 "attr68759") ) ) +(assert (myObject (attribute1 "attr68760") ) ) +(assert (myObject (attribute1 "attr68761") ) ) +(assert (myObject (attribute1 "attr68762") ) ) +(assert (myObject (attribute1 "attr68763") ) ) +(assert (myObject (attribute1 "attr68764") ) ) +(assert (myObject (attribute1 "attr68765") ) ) +(assert (myObject (attribute1 "attr68766") ) ) +(assert (myObject (attribute1 "attr68767") ) ) +(assert (myObject (attribute1 "attr68768") ) ) +(assert (myObject (attribute1 "attr68769") ) ) +(assert (myObject (attribute1 "attr68770") ) ) +(assert (myObject (attribute1 "attr68771") ) ) +(assert (myObject (attribute1 "attr68772") ) ) +(assert (myObject (attribute1 "attr68773") ) ) +(assert (myObject (attribute1 "attr68774") ) ) +(assert (myObject (attribute1 "attr68775") ) ) +(assert (myObject (attribute1 "attr68776") ) ) +(assert (myObject (attribute1 "attr68777") ) ) +(assert (myObject (attribute1 "attr68778") ) ) +(assert (myObject (attribute1 "attr68779") ) ) +(assert (myObject (attribute1 "attr68780") ) ) +(assert (myObject (attribute1 "attr68781") ) ) +(assert (myObject (attribute1 "attr68782") ) ) +(assert (myObject (attribute1 "attr68783") ) ) +(assert (myObject (attribute1 "attr68784") ) ) +(assert (myObject (attribute1 "attr68785") ) ) +(assert (myObject (attribute1 "attr68786") ) ) +(assert (myObject (attribute1 "attr68787") ) ) +(assert (myObject (attribute1 "attr68788") ) ) +(assert (myObject (attribute1 "attr68789") ) ) +(assert (myObject (attribute1 "attr68790") ) ) +(assert (myObject (attribute1 "attr68791") ) ) +(assert (myObject (attribute1 "attr68792") ) ) +(assert (myObject (attribute1 "attr68793") ) ) +(assert (myObject (attribute1 "attr68794") ) ) +(assert (myObject (attribute1 "attr68795") ) ) +(assert (myObject (attribute1 "attr68796") ) ) +(assert (myObject (attribute1 "attr68797") ) ) +(assert (myObject (attribute1 "attr68798") ) ) +(assert (myObject (attribute1 "attr68799") ) ) +(assert (myObject (attribute1 "attr68800") ) ) +(assert (myObject (attribute1 "attr68801") ) ) +(assert (myObject (attribute1 "attr68802") ) ) +(assert (myObject (attribute1 "attr68803") ) ) +(assert (myObject (attribute1 "attr68804") ) ) +(assert (myObject (attribute1 "attr68805") ) ) +(assert (myObject (attribute1 "attr68806") ) ) +(assert (myObject (attribute1 "attr68807") ) ) +(assert (myObject (attribute1 "attr68808") ) ) +(assert (myObject (attribute1 "attr68809") ) ) +(assert (myObject (attribute1 "attr68810") ) ) +(assert (myObject (attribute1 "attr68811") ) ) +(assert (myObject (attribute1 "attr68812") ) ) +(assert (myObject (attribute1 "attr68813") ) ) +(assert (myObject (attribute1 "attr68814") ) ) +(assert (myObject (attribute1 "attr68815") ) ) +(assert (myObject (attribute1 "attr68816") ) ) +(assert (myObject (attribute1 "attr68817") ) ) +(assert (myObject (attribute1 "attr68818") ) ) +(assert (myObject (attribute1 "attr68819") ) ) +(assert (myObject (attribute1 "attr68820") ) ) +(assert (myObject (attribute1 "attr68821") ) ) +(assert (myObject (attribute1 "attr68822") ) ) +(assert (myObject (attribute1 "attr68823") ) ) +(assert (myObject (attribute1 "attr68824") ) ) +(assert (myObject (attribute1 "attr68825") ) ) +(assert (myObject (attribute1 "attr68826") ) ) +(assert (myObject (attribute1 "attr68827") ) ) +(assert (myObject (attribute1 "attr68828") ) ) +(assert (myObject (attribute1 "attr68829") ) ) +(assert (myObject (attribute1 "attr68830") ) ) +(assert (myObject (attribute1 "attr68831") ) ) +(assert (myObject (attribute1 "attr68832") ) ) +(assert (myObject (attribute1 "attr68833") ) ) +(assert (myObject (attribute1 "attr68834") ) ) +(assert (myObject (attribute1 "attr68835") ) ) +(assert (myObject (attribute1 "attr68836") ) ) +(assert (myObject (attribute1 "attr68837") ) ) +(assert (myObject (attribute1 "attr68838") ) ) +(assert (myObject (attribute1 "attr68839") ) ) +(assert (myObject (attribute1 "attr68840") ) ) +(assert (myObject (attribute1 "attr68841") ) ) +(assert (myObject (attribute1 "attr68842") ) ) +(assert (myObject (attribute1 "attr68843") ) ) +(assert (myObject (attribute1 "attr68844") ) ) +(assert (myObject (attribute1 "attr68845") ) ) +(assert (myObject (attribute1 "attr68846") ) ) +(assert (myObject (attribute1 "attr68847") ) ) +(assert (myObject (attribute1 "attr68848") ) ) +(assert (myObject (attribute1 "attr68849") ) ) +(assert (myObject (attribute1 "attr68850") ) ) +(assert (myObject (attribute1 "attr68851") ) ) +(assert (myObject (attribute1 "attr68852") ) ) +(assert (myObject (attribute1 "attr68853") ) ) +(assert (myObject (attribute1 "attr68854") ) ) +(assert (myObject (attribute1 "attr68855") ) ) +(assert (myObject (attribute1 "attr68856") ) ) +(assert (myObject (attribute1 "attr68857") ) ) +(assert (myObject (attribute1 "attr68858") ) ) +(assert (myObject (attribute1 "attr68859") ) ) +(assert (myObject (attribute1 "attr68860") ) ) +(assert (myObject (attribute1 "attr68861") ) ) +(assert (myObject (attribute1 "attr68862") ) ) +(assert (myObject (attribute1 "attr68863") ) ) +(assert (myObject (attribute1 "attr68864") ) ) +(assert (myObject (attribute1 "attr68865") ) ) +(assert (myObject (attribute1 "attr68866") ) ) +(assert (myObject (attribute1 "attr68867") ) ) +(assert (myObject (attribute1 "attr68868") ) ) +(assert (myObject (attribute1 "attr68869") ) ) +(assert (myObject (attribute1 "attr68870") ) ) +(assert (myObject (attribute1 "attr68871") ) ) +(assert (myObject (attribute1 "attr68872") ) ) +(assert (myObject (attribute1 "attr68873") ) ) +(assert (myObject (attribute1 "attr68874") ) ) +(assert (myObject (attribute1 "attr68875") ) ) +(assert (myObject (attribute1 "attr68876") ) ) +(assert (myObject (attribute1 "attr68877") ) ) +(assert (myObject (attribute1 "attr68878") ) ) +(assert (myObject (attribute1 "attr68879") ) ) +(assert (myObject (attribute1 "attr68880") ) ) +(assert (myObject (attribute1 "attr68881") ) ) +(assert (myObject (attribute1 "attr68882") ) ) +(assert (myObject (attribute1 "attr68883") ) ) +(assert (myObject (attribute1 "attr68884") ) ) +(assert (myObject (attribute1 "attr68885") ) ) +(assert (myObject (attribute1 "attr68886") ) ) +(assert (myObject (attribute1 "attr68887") ) ) +(assert (myObject (attribute1 "attr68888") ) ) +(assert (myObject (attribute1 "attr68889") ) ) +(assert (myObject (attribute1 "attr68890") ) ) +(assert (myObject (attribute1 "attr68891") ) ) +(assert (myObject (attribute1 "attr68892") ) ) +(assert (myObject (attribute1 "attr68893") ) ) +(assert (myObject (attribute1 "attr68894") ) ) +(assert (myObject (attribute1 "attr68895") ) ) +(assert (myObject (attribute1 "attr68896") ) ) +(assert (myObject (attribute1 "attr68897") ) ) +(assert (myObject (attribute1 "attr68898") ) ) +(assert (myObject (attribute1 "attr68899") ) ) +(assert (myObject (attribute1 "attr68900") ) ) +(assert (myObject (attribute1 "attr68901") ) ) +(assert (myObject (attribute1 "attr68902") ) ) +(assert (myObject (attribute1 "attr68903") ) ) +(assert (myObject (attribute1 "attr68904") ) ) +(assert (myObject (attribute1 "attr68905") ) ) +(assert (myObject (attribute1 "attr68906") ) ) +(assert (myObject (attribute1 "attr68907") ) ) +(assert (myObject (attribute1 "attr68908") ) ) +(assert (myObject (attribute1 "attr68909") ) ) +(assert (myObject (attribute1 "attr68910") ) ) +(assert (myObject (attribute1 "attr68911") ) ) +(assert (myObject (attribute1 "attr68912") ) ) +(assert (myObject (attribute1 "attr68913") ) ) +(assert (myObject (attribute1 "attr68914") ) ) +(assert (myObject (attribute1 "attr68915") ) ) +(assert (myObject (attribute1 "attr68916") ) ) +(assert (myObject (attribute1 "attr68917") ) ) +(assert (myObject (attribute1 "attr68918") ) ) +(assert (myObject (attribute1 "attr68919") ) ) +(assert (myObject (attribute1 "attr68920") ) ) +(assert (myObject (attribute1 "attr68921") ) ) +(assert (myObject (attribute1 "attr68922") ) ) +(assert (myObject (attribute1 "attr68923") ) ) +(assert (myObject (attribute1 "attr68924") ) ) +(assert (myObject (attribute1 "attr68925") ) ) +(assert (myObject (attribute1 "attr68926") ) ) +(assert (myObject (attribute1 "attr68927") ) ) +(assert (myObject (attribute1 "attr68928") ) ) +(assert (myObject (attribute1 "attr68929") ) ) +(assert (myObject (attribute1 "attr68930") ) ) +(assert (myObject (attribute1 "attr68931") ) ) +(assert (myObject (attribute1 "attr68932") ) ) +(assert (myObject (attribute1 "attr68933") ) ) +(assert (myObject (attribute1 "attr68934") ) ) +(assert (myObject (attribute1 "attr68935") ) ) +(assert (myObject (attribute1 "attr68936") ) ) +(assert (myObject (attribute1 "attr68937") ) ) +(assert (myObject (attribute1 "attr68938") ) ) +(assert (myObject (attribute1 "attr68939") ) ) +(assert (myObject (attribute1 "attr68940") ) ) +(assert (myObject (attribute1 "attr68941") ) ) +(assert (myObject (attribute1 "attr68942") ) ) +(assert (myObject (attribute1 "attr68943") ) ) +(assert (myObject (attribute1 "attr68944") ) ) +(assert (myObject (attribute1 "attr68945") ) ) +(assert (myObject (attribute1 "attr68946") ) ) +(assert (myObject (attribute1 "attr68947") ) ) +(assert (myObject (attribute1 "attr68948") ) ) +(assert (myObject (attribute1 "attr68949") ) ) +(assert (myObject (attribute1 "attr68950") ) ) +(assert (myObject (attribute1 "attr68951") ) ) +(assert (myObject (attribute1 "attr68952") ) ) +(assert (myObject (attribute1 "attr68953") ) ) +(assert (myObject (attribute1 "attr68954") ) ) +(assert (myObject (attribute1 "attr68955") ) ) +(assert (myObject (attribute1 "attr68956") ) ) +(assert (myObject (attribute1 "attr68957") ) ) +(assert (myObject (attribute1 "attr68958") ) ) +(assert (myObject (attribute1 "attr68959") ) ) +(assert (myObject (attribute1 "attr68960") ) ) +(assert (myObject (attribute1 "attr68961") ) ) +(assert (myObject (attribute1 "attr68962") ) ) +(assert (myObject (attribute1 "attr68963") ) ) +(assert (myObject (attribute1 "attr68964") ) ) +(assert (myObject (attribute1 "attr68965") ) ) +(assert (myObject (attribute1 "attr68966") ) ) +(assert (myObject (attribute1 "attr68967") ) ) +(assert (myObject (attribute1 "attr68968") ) ) +(assert (myObject (attribute1 "attr68969") ) ) +(assert (myObject (attribute1 "attr68970") ) ) +(assert (myObject (attribute1 "attr68971") ) ) +(assert (myObject (attribute1 "attr68972") ) ) +(assert (myObject (attribute1 "attr68973") ) ) +(assert (myObject (attribute1 "attr68974") ) ) +(assert (myObject (attribute1 "attr68975") ) ) +(assert (myObject (attribute1 "attr68976") ) ) +(assert (myObject (attribute1 "attr68977") ) ) +(assert (myObject (attribute1 "attr68978") ) ) +(assert (myObject (attribute1 "attr68979") ) ) +(assert (myObject (attribute1 "attr68980") ) ) +(assert (myObject (attribute1 "attr68981") ) ) +(assert (myObject (attribute1 "attr68982") ) ) +(assert (myObject (attribute1 "attr68983") ) ) +(assert (myObject (attribute1 "attr68984") ) ) +(assert (myObject (attribute1 "attr68985") ) ) +(assert (myObject (attribute1 "attr68986") ) ) +(assert (myObject (attribute1 "attr68987") ) ) +(assert (myObject (attribute1 "attr68988") ) ) +(assert (myObject (attribute1 "attr68989") ) ) +(assert (myObject (attribute1 "attr68990") ) ) +(assert (myObject (attribute1 "attr68991") ) ) +(assert (myObject (attribute1 "attr68992") ) ) +(assert (myObject (attribute1 "attr68993") ) ) +(assert (myObject (attribute1 "attr68994") ) ) +(assert (myObject (attribute1 "attr68995") ) ) +(assert (myObject (attribute1 "attr68996") ) ) +(assert (myObject (attribute1 "attr68997") ) ) +(assert (myObject (attribute1 "attr68998") ) ) +(assert (myObject (attribute1 "attr68999") ) ) +(assert (myObject (attribute1 "attr69000") ) ) +(assert (myObject (attribute1 "attr69001") ) ) +(assert (myObject (attribute1 "attr69002") ) ) +(assert (myObject (attribute1 "attr69003") ) ) +(assert (myObject (attribute1 "attr69004") ) ) +(assert (myObject (attribute1 "attr69005") ) ) +(assert (myObject (attribute1 "attr69006") ) ) +(assert (myObject (attribute1 "attr69007") ) ) +(assert (myObject (attribute1 "attr69008") ) ) +(assert (myObject (attribute1 "attr69009") ) ) +(assert (myObject (attribute1 "attr69010") ) ) +(assert (myObject (attribute1 "attr69011") ) ) +(assert (myObject (attribute1 "attr69012") ) ) +(assert (myObject (attribute1 "attr69013") ) ) +(assert (myObject (attribute1 "attr69014") ) ) +(assert (myObject (attribute1 "attr69015") ) ) +(assert (myObject (attribute1 "attr69016") ) ) +(assert (myObject (attribute1 "attr69017") ) ) +(assert (myObject (attribute1 "attr69018") ) ) +(assert (myObject (attribute1 "attr69019") ) ) +(assert (myObject (attribute1 "attr69020") ) ) +(assert (myObject (attribute1 "attr69021") ) ) +(assert (myObject (attribute1 "attr69022") ) ) +(assert (myObject (attribute1 "attr69023") ) ) +(assert (myObject (attribute1 "attr69024") ) ) +(assert (myObject (attribute1 "attr69025") ) ) +(assert (myObject (attribute1 "attr69026") ) ) +(assert (myObject (attribute1 "attr69027") ) ) +(assert (myObject (attribute1 "attr69028") ) ) +(assert (myObject (attribute1 "attr69029") ) ) +(assert (myObject (attribute1 "attr69030") ) ) +(assert (myObject (attribute1 "attr69031") ) ) +(assert (myObject (attribute1 "attr69032") ) ) +(assert (myObject (attribute1 "attr69033") ) ) +(assert (myObject (attribute1 "attr69034") ) ) +(assert (myObject (attribute1 "attr69035") ) ) +(assert (myObject (attribute1 "attr69036") ) ) +(assert (myObject (attribute1 "attr69037") ) ) +(assert (myObject (attribute1 "attr69038") ) ) +(assert (myObject (attribute1 "attr69039") ) ) +(assert (myObject (attribute1 "attr69040") ) ) +(assert (myObject (attribute1 "attr69041") ) ) +(assert (myObject (attribute1 "attr69042") ) ) +(assert (myObject (attribute1 "attr69043") ) ) +(assert (myObject (attribute1 "attr69044") ) ) +(assert (myObject (attribute1 "attr69045") ) ) +(assert (myObject (attribute1 "attr69046") ) ) +(assert (myObject (attribute1 "attr69047") ) ) +(assert (myObject (attribute1 "attr69048") ) ) +(assert (myObject (attribute1 "attr69049") ) ) +(assert (myObject (attribute1 "attr69050") ) ) +(assert (myObject (attribute1 "attr69051") ) ) +(assert (myObject (attribute1 "attr69052") ) ) +(assert (myObject (attribute1 "attr69053") ) ) +(assert (myObject (attribute1 "attr69054") ) ) +(assert (myObject (attribute1 "attr69055") ) ) +(assert (myObject (attribute1 "attr69056") ) ) +(assert (myObject (attribute1 "attr69057") ) ) +(assert (myObject (attribute1 "attr69058") ) ) +(assert (myObject (attribute1 "attr69059") ) ) +(assert (myObject (attribute1 "attr69060") ) ) +(assert (myObject (attribute1 "attr69061") ) ) +(assert (myObject (attribute1 "attr69062") ) ) +(assert (myObject (attribute1 "attr69063") ) ) +(assert (myObject (attribute1 "attr69064") ) ) +(assert (myObject (attribute1 "attr69065") ) ) +(assert (myObject (attribute1 "attr69066") ) ) +(assert (myObject (attribute1 "attr69067") ) ) +(assert (myObject (attribute1 "attr69068") ) ) +(assert (myObject (attribute1 "attr69069") ) ) +(assert (myObject (attribute1 "attr69070") ) ) +(assert (myObject (attribute1 "attr69071") ) ) +(assert (myObject (attribute1 "attr69072") ) ) +(assert (myObject (attribute1 "attr69073") ) ) +(assert (myObject (attribute1 "attr69074") ) ) +(assert (myObject (attribute1 "attr69075") ) ) +(assert (myObject (attribute1 "attr69076") ) ) +(assert (myObject (attribute1 "attr69077") ) ) +(assert (myObject (attribute1 "attr69078") ) ) +(assert (myObject (attribute1 "attr69079") ) ) +(assert (myObject (attribute1 "attr69080") ) ) +(assert (myObject (attribute1 "attr69081") ) ) +(assert (myObject (attribute1 "attr69082") ) ) +(assert (myObject (attribute1 "attr69083") ) ) +(assert (myObject (attribute1 "attr69084") ) ) +(assert (myObject (attribute1 "attr69085") ) ) +(assert (myObject (attribute1 "attr69086") ) ) +(assert (myObject (attribute1 "attr69087") ) ) +(assert (myObject (attribute1 "attr69088") ) ) +(assert (myObject (attribute1 "attr69089") ) ) +(assert (myObject (attribute1 "attr69090") ) ) +(assert (myObject (attribute1 "attr69091") ) ) +(assert (myObject (attribute1 "attr69092") ) ) +(assert (myObject (attribute1 "attr69093") ) ) +(assert (myObject (attribute1 "attr69094") ) ) +(assert (myObject (attribute1 "attr69095") ) ) +(assert (myObject (attribute1 "attr69096") ) ) +(assert (myObject (attribute1 "attr69097") ) ) +(assert (myObject (attribute1 "attr69098") ) ) +(assert (myObject (attribute1 "attr69099") ) ) +(assert (myObject (attribute1 "attr69100") ) ) +(assert (myObject (attribute1 "attr69101") ) ) +(assert (myObject (attribute1 "attr69102") ) ) +(assert (myObject (attribute1 "attr69103") ) ) +(assert (myObject (attribute1 "attr69104") ) ) +(assert (myObject (attribute1 "attr69105") ) ) +(assert (myObject (attribute1 "attr69106") ) ) +(assert (myObject (attribute1 "attr69107") ) ) +(assert (myObject (attribute1 "attr69108") ) ) +(assert (myObject (attribute1 "attr69109") ) ) +(assert (myObject (attribute1 "attr69110") ) ) +(assert (myObject (attribute1 "attr69111") ) ) +(assert (myObject (attribute1 "attr69112") ) ) +(assert (myObject (attribute1 "attr69113") ) ) +(assert (myObject (attribute1 "attr69114") ) ) +(assert (myObject (attribute1 "attr69115") ) ) +(assert (myObject (attribute1 "attr69116") ) ) +(assert (myObject (attribute1 "attr69117") ) ) +(assert (myObject (attribute1 "attr69118") ) ) +(assert (myObject (attribute1 "attr69119") ) ) +(assert (myObject (attribute1 "attr69120") ) ) +(assert (myObject (attribute1 "attr69121") ) ) +(assert (myObject (attribute1 "attr69122") ) ) +(assert (myObject (attribute1 "attr69123") ) ) +(assert (myObject (attribute1 "attr69124") ) ) +(assert (myObject (attribute1 "attr69125") ) ) +(assert (myObject (attribute1 "attr69126") ) ) +(assert (myObject (attribute1 "attr69127") ) ) +(assert (myObject (attribute1 "attr69128") ) ) +(assert (myObject (attribute1 "attr69129") ) ) +(assert (myObject (attribute1 "attr69130") ) ) +(assert (myObject (attribute1 "attr69131") ) ) +(assert (myObject (attribute1 "attr69132") ) ) +(assert (myObject (attribute1 "attr69133") ) ) +(assert (myObject (attribute1 "attr69134") ) ) +(assert (myObject (attribute1 "attr69135") ) ) +(assert (myObject (attribute1 "attr69136") ) ) +(assert (myObject (attribute1 "attr69137") ) ) +(assert (myObject (attribute1 "attr69138") ) ) +(assert (myObject (attribute1 "attr69139") ) ) +(assert (myObject (attribute1 "attr69140") ) ) +(assert (myObject (attribute1 "attr69141") ) ) +(assert (myObject (attribute1 "attr69142") ) ) +(assert (myObject (attribute1 "attr69143") ) ) +(assert (myObject (attribute1 "attr69144") ) ) +(assert (myObject (attribute1 "attr69145") ) ) +(assert (myObject (attribute1 "attr69146") ) ) +(assert (myObject (attribute1 "attr69147") ) ) +(assert (myObject (attribute1 "attr69148") ) ) +(assert (myObject (attribute1 "attr69149") ) ) +(assert (myObject (attribute1 "attr69150") ) ) +(assert (myObject (attribute1 "attr69151") ) ) +(assert (myObject (attribute1 "attr69152") ) ) +(assert (myObject (attribute1 "attr69153") ) ) +(assert (myObject (attribute1 "attr69154") ) ) +(assert (myObject (attribute1 "attr69155") ) ) +(assert (myObject (attribute1 "attr69156") ) ) +(assert (myObject (attribute1 "attr69157") ) ) +(assert (myObject (attribute1 "attr69158") ) ) +(assert (myObject (attribute1 "attr69159") ) ) +(assert (myObject (attribute1 "attr69160") ) ) +(assert (myObject (attribute1 "attr69161") ) ) +(assert (myObject (attribute1 "attr69162") ) ) +(assert (myObject (attribute1 "attr69163") ) ) +(assert (myObject (attribute1 "attr69164") ) ) +(assert (myObject (attribute1 "attr69165") ) ) +(assert (myObject (attribute1 "attr69166") ) ) +(assert (myObject (attribute1 "attr69167") ) ) +(assert (myObject (attribute1 "attr69168") ) ) +(assert (myObject (attribute1 "attr69169") ) ) +(assert (myObject (attribute1 "attr69170") ) ) +(assert (myObject (attribute1 "attr69171") ) ) +(assert (myObject (attribute1 "attr69172") ) ) +(assert (myObject (attribute1 "attr69173") ) ) +(assert (myObject (attribute1 "attr69174") ) ) +(assert (myObject (attribute1 "attr69175") ) ) +(assert (myObject (attribute1 "attr69176") ) ) +(assert (myObject (attribute1 "attr69177") ) ) +(assert (myObject (attribute1 "attr69178") ) ) +(assert (myObject (attribute1 "attr69179") ) ) +(assert (myObject (attribute1 "attr69180") ) ) +(assert (myObject (attribute1 "attr69181") ) ) +(assert (myObject (attribute1 "attr69182") ) ) +(assert (myObject (attribute1 "attr69183") ) ) +(assert (myObject (attribute1 "attr69184") ) ) +(assert (myObject (attribute1 "attr69185") ) ) +(assert (myObject (attribute1 "attr69186") ) ) +(assert (myObject (attribute1 "attr69187") ) ) +(assert (myObject (attribute1 "attr69188") ) ) +(assert (myObject (attribute1 "attr69189") ) ) +(assert (myObject (attribute1 "attr69190") ) ) +(assert (myObject (attribute1 "attr69191") ) ) +(assert (myObject (attribute1 "attr69192") ) ) +(assert (myObject (attribute1 "attr69193") ) ) +(assert (myObject (attribute1 "attr69194") ) ) +(assert (myObject (attribute1 "attr69195") ) ) +(assert (myObject (attribute1 "attr69196") ) ) +(assert (myObject (attribute1 "attr69197") ) ) +(assert (myObject (attribute1 "attr69198") ) ) +(assert (myObject (attribute1 "attr69199") ) ) +(assert (myObject (attribute1 "attr69200") ) ) +(assert (myObject (attribute1 "attr69201") ) ) +(assert (myObject (attribute1 "attr69202") ) ) +(assert (myObject (attribute1 "attr69203") ) ) +(assert (myObject (attribute1 "attr69204") ) ) +(assert (myObject (attribute1 "attr69205") ) ) +(assert (myObject (attribute1 "attr69206") ) ) +(assert (myObject (attribute1 "attr69207") ) ) +(assert (myObject (attribute1 "attr69208") ) ) +(assert (myObject (attribute1 "attr69209") ) ) +(assert (myObject (attribute1 "attr69210") ) ) +(assert (myObject (attribute1 "attr69211") ) ) +(assert (myObject (attribute1 "attr69212") ) ) +(assert (myObject (attribute1 "attr69213") ) ) +(assert (myObject (attribute1 "attr69214") ) ) +(assert (myObject (attribute1 "attr69215") ) ) +(assert (myObject (attribute1 "attr69216") ) ) +(assert (myObject (attribute1 "attr69217") ) ) +(assert (myObject (attribute1 "attr69218") ) ) +(assert (myObject (attribute1 "attr69219") ) ) +(assert (myObject (attribute1 "attr69220") ) ) +(assert (myObject (attribute1 "attr69221") ) ) +(assert (myObject (attribute1 "attr69222") ) ) +(assert (myObject (attribute1 "attr69223") ) ) +(assert (myObject (attribute1 "attr69224") ) ) +(assert (myObject (attribute1 "attr69225") ) ) +(assert (myObject (attribute1 "attr69226") ) ) +(assert (myObject (attribute1 "attr69227") ) ) +(assert (myObject (attribute1 "attr69228") ) ) +(assert (myObject (attribute1 "attr69229") ) ) +(assert (myObject (attribute1 "attr69230") ) ) +(assert (myObject (attribute1 "attr69231") ) ) +(assert (myObject (attribute1 "attr69232") ) ) +(assert (myObject (attribute1 "attr69233") ) ) +(assert (myObject (attribute1 "attr69234") ) ) +(assert (myObject (attribute1 "attr69235") ) ) +(assert (myObject (attribute1 "attr69236") ) ) +(assert (myObject (attribute1 "attr69237") ) ) +(assert (myObject (attribute1 "attr69238") ) ) +(assert (myObject (attribute1 "attr69239") ) ) +(assert (myObject (attribute1 "attr69240") ) ) +(assert (myObject (attribute1 "attr69241") ) ) +(assert (myObject (attribute1 "attr69242") ) ) +(assert (myObject (attribute1 "attr69243") ) ) +(assert (myObject (attribute1 "attr69244") ) ) +(assert (myObject (attribute1 "attr69245") ) ) +(assert (myObject (attribute1 "attr69246") ) ) +(assert (myObject (attribute1 "attr69247") ) ) +(assert (myObject (attribute1 "attr69248") ) ) +(assert (myObject (attribute1 "attr69249") ) ) +(assert (myObject (attribute1 "attr69250") ) ) +(assert (myObject (attribute1 "attr69251") ) ) +(assert (myObject (attribute1 "attr69252") ) ) +(assert (myObject (attribute1 "attr69253") ) ) +(assert (myObject (attribute1 "attr69254") ) ) +(assert (myObject (attribute1 "attr69255") ) ) +(assert (myObject (attribute1 "attr69256") ) ) +(assert (myObject (attribute1 "attr69257") ) ) +(assert (myObject (attribute1 "attr69258") ) ) +(assert (myObject (attribute1 "attr69259") ) ) +(assert (myObject (attribute1 "attr69260") ) ) +(assert (myObject (attribute1 "attr69261") ) ) +(assert (myObject (attribute1 "attr69262") ) ) +(assert (myObject (attribute1 "attr69263") ) ) +(assert (myObject (attribute1 "attr69264") ) ) +(assert (myObject (attribute1 "attr69265") ) ) +(assert (myObject (attribute1 "attr69266") ) ) +(assert (myObject (attribute1 "attr69267") ) ) +(assert (myObject (attribute1 "attr69268") ) ) +(assert (myObject (attribute1 "attr69269") ) ) +(assert (myObject (attribute1 "attr69270") ) ) +(assert (myObject (attribute1 "attr69271") ) ) +(assert (myObject (attribute1 "attr69272") ) ) +(assert (myObject (attribute1 "attr69273") ) ) +(assert (myObject (attribute1 "attr69274") ) ) +(assert (myObject (attribute1 "attr69275") ) ) +(assert (myObject (attribute1 "attr69276") ) ) +(assert (myObject (attribute1 "attr69277") ) ) +(assert (myObject (attribute1 "attr69278") ) ) +(assert (myObject (attribute1 "attr69279") ) ) +(assert (myObject (attribute1 "attr69280") ) ) +(assert (myObject (attribute1 "attr69281") ) ) +(assert (myObject (attribute1 "attr69282") ) ) +(assert (myObject (attribute1 "attr69283") ) ) +(assert (myObject (attribute1 "attr69284") ) ) +(assert (myObject (attribute1 "attr69285") ) ) +(assert (myObject (attribute1 "attr69286") ) ) +(assert (myObject (attribute1 "attr69287") ) ) +(assert (myObject (attribute1 "attr69288") ) ) +(assert (myObject (attribute1 "attr69289") ) ) +(assert (myObject (attribute1 "attr69290") ) ) +(assert (myObject (attribute1 "attr69291") ) ) +(assert (myObject (attribute1 "attr69292") ) ) +(assert (myObject (attribute1 "attr69293") ) ) +(assert (myObject (attribute1 "attr69294") ) ) +(assert (myObject (attribute1 "attr69295") ) ) +(assert (myObject (attribute1 "attr69296") ) ) +(assert (myObject (attribute1 "attr69297") ) ) +(assert (myObject (attribute1 "attr69298") ) ) +(assert (myObject (attribute1 "attr69299") ) ) +(assert (myObject (attribute1 "attr69300") ) ) +(assert (myObject (attribute1 "attr69301") ) ) +(assert (myObject (attribute1 "attr69302") ) ) +(assert (myObject (attribute1 "attr69303") ) ) +(assert (myObject (attribute1 "attr69304") ) ) +(assert (myObject (attribute1 "attr69305") ) ) +(assert (myObject (attribute1 "attr69306") ) ) +(assert (myObject (attribute1 "attr69307") ) ) +(assert (myObject (attribute1 "attr69308") ) ) +(assert (myObject (attribute1 "attr69309") ) ) +(assert (myObject (attribute1 "attr69310") ) ) +(assert (myObject (attribute1 "attr69311") ) ) +(assert (myObject (attribute1 "attr69312") ) ) +(assert (myObject (attribute1 "attr69313") ) ) +(assert (myObject (attribute1 "attr69314") ) ) +(assert (myObject (attribute1 "attr69315") ) ) +(assert (myObject (attribute1 "attr69316") ) ) +(assert (myObject (attribute1 "attr69317") ) ) +(assert (myObject (attribute1 "attr69318") ) ) +(assert (myObject (attribute1 "attr69319") ) ) +(assert (myObject (attribute1 "attr69320") ) ) +(assert (myObject (attribute1 "attr69321") ) ) +(assert (myObject (attribute1 "attr69322") ) ) +(assert (myObject (attribute1 "attr69323") ) ) +(assert (myObject (attribute1 "attr69324") ) ) +(assert (myObject (attribute1 "attr69325") ) ) +(assert (myObject (attribute1 "attr69326") ) ) +(assert (myObject (attribute1 "attr69327") ) ) +(assert (myObject (attribute1 "attr69328") ) ) +(assert (myObject (attribute1 "attr69329") ) ) +(assert (myObject (attribute1 "attr69330") ) ) +(assert (myObject (attribute1 "attr69331") ) ) +(assert (myObject (attribute1 "attr69332") ) ) +(assert (myObject (attribute1 "attr69333") ) ) +(assert (myObject (attribute1 "attr69334") ) ) +(assert (myObject (attribute1 "attr69335") ) ) +(assert (myObject (attribute1 "attr69336") ) ) +(assert (myObject (attribute1 "attr69337") ) ) +(assert (myObject (attribute1 "attr69338") ) ) +(assert (myObject (attribute1 "attr69339") ) ) +(assert (myObject (attribute1 "attr69340") ) ) +(assert (myObject (attribute1 "attr69341") ) ) +(assert (myObject (attribute1 "attr69342") ) ) +(assert (myObject (attribute1 "attr69343") ) ) +(assert (myObject (attribute1 "attr69344") ) ) +(assert (myObject (attribute1 "attr69345") ) ) +(assert (myObject (attribute1 "attr69346") ) ) +(assert (myObject (attribute1 "attr69347") ) ) +(assert (myObject (attribute1 "attr69348") ) ) +(assert (myObject (attribute1 "attr69349") ) ) +(assert (myObject (attribute1 "attr69350") ) ) +(assert (myObject (attribute1 "attr69351") ) ) +(assert (myObject (attribute1 "attr69352") ) ) +(assert (myObject (attribute1 "attr69353") ) ) +(assert (myObject (attribute1 "attr69354") ) ) +(assert (myObject (attribute1 "attr69355") ) ) +(assert (myObject (attribute1 "attr69356") ) ) +(assert (myObject (attribute1 "attr69357") ) ) +(assert (myObject (attribute1 "attr69358") ) ) +(assert (myObject (attribute1 "attr69359") ) ) +(assert (myObject (attribute1 "attr69360") ) ) +(assert (myObject (attribute1 "attr69361") ) ) +(assert (myObject (attribute1 "attr69362") ) ) +(assert (myObject (attribute1 "attr69363") ) ) +(assert (myObject (attribute1 "attr69364") ) ) +(assert (myObject (attribute1 "attr69365") ) ) +(assert (myObject (attribute1 "attr69366") ) ) +(assert (myObject (attribute1 "attr69367") ) ) +(assert (myObject (attribute1 "attr69368") ) ) +(assert (myObject (attribute1 "attr69369") ) ) +(assert (myObject (attribute1 "attr69370") ) ) +(assert (myObject (attribute1 "attr69371") ) ) +(assert (myObject (attribute1 "attr69372") ) ) +(assert (myObject (attribute1 "attr69373") ) ) +(assert (myObject (attribute1 "attr69374") ) ) +(assert (myObject (attribute1 "attr69375") ) ) +(assert (myObject (attribute1 "attr69376") ) ) +(assert (myObject (attribute1 "attr69377") ) ) +(assert (myObject (attribute1 "attr69378") ) ) +(assert (myObject (attribute1 "attr69379") ) ) +(assert (myObject (attribute1 "attr69380") ) ) +(assert (myObject (attribute1 "attr69381") ) ) +(assert (myObject (attribute1 "attr69382") ) ) +(assert (myObject (attribute1 "attr69383") ) ) +(assert (myObject (attribute1 "attr69384") ) ) +(assert (myObject (attribute1 "attr69385") ) ) +(assert (myObject (attribute1 "attr69386") ) ) +(assert (myObject (attribute1 "attr69387") ) ) +(assert (myObject (attribute1 "attr69388") ) ) +(assert (myObject (attribute1 "attr69389") ) ) +(assert (myObject (attribute1 "attr69390") ) ) +(assert (myObject (attribute1 "attr69391") ) ) +(assert (myObject (attribute1 "attr69392") ) ) +(assert (myObject (attribute1 "attr69393") ) ) +(assert (myObject (attribute1 "attr69394") ) ) +(assert (myObject (attribute1 "attr69395") ) ) +(assert (myObject (attribute1 "attr69396") ) ) +(assert (myObject (attribute1 "attr69397") ) ) +(assert (myObject (attribute1 "attr69398") ) ) +(assert (myObject (attribute1 "attr69399") ) ) +(assert (myObject (attribute1 "attr69400") ) ) +(assert (myObject (attribute1 "attr69401") ) ) +(assert (myObject (attribute1 "attr69402") ) ) +(assert (myObject (attribute1 "attr69403") ) ) +(assert (myObject (attribute1 "attr69404") ) ) +(assert (myObject (attribute1 "attr69405") ) ) +(assert (myObject (attribute1 "attr69406") ) ) +(assert (myObject (attribute1 "attr69407") ) ) +(assert (myObject (attribute1 "attr69408") ) ) +(assert (myObject (attribute1 "attr69409") ) ) +(assert (myObject (attribute1 "attr69410") ) ) +(assert (myObject (attribute1 "attr69411") ) ) +(assert (myObject (attribute1 "attr69412") ) ) +(assert (myObject (attribute1 "attr69413") ) ) +(assert (myObject (attribute1 "attr69414") ) ) +(assert (myObject (attribute1 "attr69415") ) ) +(assert (myObject (attribute1 "attr69416") ) ) +(assert (myObject (attribute1 "attr69417") ) ) +(assert (myObject (attribute1 "attr69418") ) ) +(assert (myObject (attribute1 "attr69419") ) ) +(assert (myObject (attribute1 "attr69420") ) ) +(assert (myObject (attribute1 "attr69421") ) ) +(assert (myObject (attribute1 "attr69422") ) ) +(assert (myObject (attribute1 "attr69423") ) ) +(assert (myObject (attribute1 "attr69424") ) ) +(assert (myObject (attribute1 "attr69425") ) ) +(assert (myObject (attribute1 "attr69426") ) ) +(assert (myObject (attribute1 "attr69427") ) ) +(assert (myObject (attribute1 "attr69428") ) ) +(assert (myObject (attribute1 "attr69429") ) ) +(assert (myObject (attribute1 "attr69430") ) ) +(assert (myObject (attribute1 "attr69431") ) ) +(assert (myObject (attribute1 "attr69432") ) ) +(assert (myObject (attribute1 "attr69433") ) ) +(assert (myObject (attribute1 "attr69434") ) ) +(assert (myObject (attribute1 "attr69435") ) ) +(assert (myObject (attribute1 "attr69436") ) ) +(assert (myObject (attribute1 "attr69437") ) ) +(assert (myObject (attribute1 "attr69438") ) ) +(assert (myObject (attribute1 "attr69439") ) ) +(assert (myObject (attribute1 "attr69440") ) ) +(assert (myObject (attribute1 "attr69441") ) ) +(assert (myObject (attribute1 "attr69442") ) ) +(assert (myObject (attribute1 "attr69443") ) ) +(assert (myObject (attribute1 "attr69444") ) ) +(assert (myObject (attribute1 "attr69445") ) ) +(assert (myObject (attribute1 "attr69446") ) ) +(assert (myObject (attribute1 "attr69447") ) ) +(assert (myObject (attribute1 "attr69448") ) ) +(assert (myObject (attribute1 "attr69449") ) ) +(assert (myObject (attribute1 "attr69450") ) ) +(assert (myObject (attribute1 "attr69451") ) ) +(assert (myObject (attribute1 "attr69452") ) ) +(assert (myObject (attribute1 "attr69453") ) ) +(assert (myObject (attribute1 "attr69454") ) ) +(assert (myObject (attribute1 "attr69455") ) ) +(assert (myObject (attribute1 "attr69456") ) ) +(assert (myObject (attribute1 "attr69457") ) ) +(assert (myObject (attribute1 "attr69458") ) ) +(assert (myObject (attribute1 "attr69459") ) ) +(assert (myObject (attribute1 "attr69460") ) ) +(assert (myObject (attribute1 "attr69461") ) ) +(assert (myObject (attribute1 "attr69462") ) ) +(assert (myObject (attribute1 "attr69463") ) ) +(assert (myObject (attribute1 "attr69464") ) ) +(assert (myObject (attribute1 "attr69465") ) ) +(assert (myObject (attribute1 "attr69466") ) ) +(assert (myObject (attribute1 "attr69467") ) ) +(assert (myObject (attribute1 "attr69468") ) ) +(assert (myObject (attribute1 "attr69469") ) ) +(assert (myObject (attribute1 "attr69470") ) ) +(assert (myObject (attribute1 "attr69471") ) ) +(assert (myObject (attribute1 "attr69472") ) ) +(assert (myObject (attribute1 "attr69473") ) ) +(assert (myObject (attribute1 "attr69474") ) ) +(assert (myObject (attribute1 "attr69475") ) ) +(assert (myObject (attribute1 "attr69476") ) ) +(assert (myObject (attribute1 "attr69477") ) ) +(assert (myObject (attribute1 "attr69478") ) ) +(assert (myObject (attribute1 "attr69479") ) ) +(assert (myObject (attribute1 "attr69480") ) ) +(assert (myObject (attribute1 "attr69481") ) ) +(assert (myObject (attribute1 "attr69482") ) ) +(assert (myObject (attribute1 "attr69483") ) ) +(assert (myObject (attribute1 "attr69484") ) ) +(assert (myObject (attribute1 "attr69485") ) ) +(assert (myObject (attribute1 "attr69486") ) ) +(assert (myObject (attribute1 "attr69487") ) ) +(assert (myObject (attribute1 "attr69488") ) ) +(assert (myObject (attribute1 "attr69489") ) ) +(assert (myObject (attribute1 "attr69490") ) ) +(assert (myObject (attribute1 "attr69491") ) ) +(assert (myObject (attribute1 "attr69492") ) ) +(assert (myObject (attribute1 "attr69493") ) ) +(assert (myObject (attribute1 "attr69494") ) ) +(assert (myObject (attribute1 "attr69495") ) ) +(assert (myObject (attribute1 "attr69496") ) ) +(assert (myObject (attribute1 "attr69497") ) ) +(assert (myObject (attribute1 "attr69498") ) ) +(assert (myObject (attribute1 "attr69499") ) ) +(assert (myObject (attribute1 "attr69500") ) ) +(assert (myObject (attribute1 "attr69501") ) ) +(assert (myObject (attribute1 "attr69502") ) ) +(assert (myObject (attribute1 "attr69503") ) ) +(assert (myObject (attribute1 "attr69504") ) ) +(assert (myObject (attribute1 "attr69505") ) ) +(assert (myObject (attribute1 "attr69506") ) ) +(assert (myObject (attribute1 "attr69507") ) ) +(assert (myObject (attribute1 "attr69508") ) ) +(assert (myObject (attribute1 "attr69509") ) ) +(assert (myObject (attribute1 "attr69510") ) ) +(assert (myObject (attribute1 "attr69511") ) ) +(assert (myObject (attribute1 "attr69512") ) ) +(assert (myObject (attribute1 "attr69513") ) ) +(assert (myObject (attribute1 "attr69514") ) ) +(assert (myObject (attribute1 "attr69515") ) ) +(assert (myObject (attribute1 "attr69516") ) ) +(assert (myObject (attribute1 "attr69517") ) ) +(assert (myObject (attribute1 "attr69518") ) ) +(assert (myObject (attribute1 "attr69519") ) ) +(assert (myObject (attribute1 "attr69520") ) ) +(assert (myObject (attribute1 "attr69521") ) ) +(assert (myObject (attribute1 "attr69522") ) ) +(assert (myObject (attribute1 "attr69523") ) ) +(assert (myObject (attribute1 "attr69524") ) ) +(assert (myObject (attribute1 "attr69525") ) ) +(assert (myObject (attribute1 "attr69526") ) ) +(assert (myObject (attribute1 "attr69527") ) ) +(assert (myObject (attribute1 "attr69528") ) ) +(assert (myObject (attribute1 "attr69529") ) ) +(assert (myObject (attribute1 "attr69530") ) ) +(assert (myObject (attribute1 "attr69531") ) ) +(assert (myObject (attribute1 "attr69532") ) ) +(assert (myObject (attribute1 "attr69533") ) ) +(assert (myObject (attribute1 "attr69534") ) ) +(assert (myObject (attribute1 "attr69535") ) ) +(assert (myObject (attribute1 "attr69536") ) ) +(assert (myObject (attribute1 "attr69537") ) ) +(assert (myObject (attribute1 "attr69538") ) ) +(assert (myObject (attribute1 "attr69539") ) ) +(assert (myObject (attribute1 "attr69540") ) ) +(assert (myObject (attribute1 "attr69541") ) ) +(assert (myObject (attribute1 "attr69542") ) ) +(assert (myObject (attribute1 "attr69543") ) ) +(assert (myObject (attribute1 "attr69544") ) ) +(assert (myObject (attribute1 "attr69545") ) ) +(assert (myObject (attribute1 "attr69546") ) ) +(assert (myObject (attribute1 "attr69547") ) ) +(assert (myObject (attribute1 "attr69548") ) ) +(assert (myObject (attribute1 "attr69549") ) ) +(assert (myObject (attribute1 "attr69550") ) ) +(assert (myObject (attribute1 "attr69551") ) ) +(assert (myObject (attribute1 "attr69552") ) ) +(assert (myObject (attribute1 "attr69553") ) ) +(assert (myObject (attribute1 "attr69554") ) ) +(assert (myObject (attribute1 "attr69555") ) ) +(assert (myObject (attribute1 "attr69556") ) ) +(assert (myObject (attribute1 "attr69557") ) ) +(assert (myObject (attribute1 "attr69558") ) ) +(assert (myObject (attribute1 "attr69559") ) ) +(assert (myObject (attribute1 "attr69560") ) ) +(assert (myObject (attribute1 "attr69561") ) ) +(assert (myObject (attribute1 "attr69562") ) ) +(assert (myObject (attribute1 "attr69563") ) ) +(assert (myObject (attribute1 "attr69564") ) ) +(assert (myObject (attribute1 "attr69565") ) ) +(assert (myObject (attribute1 "attr69566") ) ) +(assert (myObject (attribute1 "attr69567") ) ) +(assert (myObject (attribute1 "attr69568") ) ) +(assert (myObject (attribute1 "attr69569") ) ) +(assert (myObject (attribute1 "attr69570") ) ) +(assert (myObject (attribute1 "attr69571") ) ) +(assert (myObject (attribute1 "attr69572") ) ) +(assert (myObject (attribute1 "attr69573") ) ) +(assert (myObject (attribute1 "attr69574") ) ) +(assert (myObject (attribute1 "attr69575") ) ) +(assert (myObject (attribute1 "attr69576") ) ) +(assert (myObject (attribute1 "attr69577") ) ) +(assert (myObject (attribute1 "attr69578") ) ) +(assert (myObject (attribute1 "attr69579") ) ) +(assert (myObject (attribute1 "attr69580") ) ) +(assert (myObject (attribute1 "attr69581") ) ) +(assert (myObject (attribute1 "attr69582") ) ) +(assert (myObject (attribute1 "attr69583") ) ) +(assert (myObject (attribute1 "attr69584") ) ) +(assert (myObject (attribute1 "attr69585") ) ) +(assert (myObject (attribute1 "attr69586") ) ) +(assert (myObject (attribute1 "attr69587") ) ) +(assert (myObject (attribute1 "attr69588") ) ) +(assert (myObject (attribute1 "attr69589") ) ) +(assert (myObject (attribute1 "attr69590") ) ) +(assert (myObject (attribute1 "attr69591") ) ) +(assert (myObject (attribute1 "attr69592") ) ) +(assert (myObject (attribute1 "attr69593") ) ) +(assert (myObject (attribute1 "attr69594") ) ) +(assert (myObject (attribute1 "attr69595") ) ) +(assert (myObject (attribute1 "attr69596") ) ) +(assert (myObject (attribute1 "attr69597") ) ) +(assert (myObject (attribute1 "attr69598") ) ) +(assert (myObject (attribute1 "attr69599") ) ) +(assert (myObject (attribute1 "attr69600") ) ) +(assert (myObject (attribute1 "attr69601") ) ) +(assert (myObject (attribute1 "attr69602") ) ) +(assert (myObject (attribute1 "attr69603") ) ) +(assert (myObject (attribute1 "attr69604") ) ) +(assert (myObject (attribute1 "attr69605") ) ) +(assert (myObject (attribute1 "attr69606") ) ) +(assert (myObject (attribute1 "attr69607") ) ) +(assert (myObject (attribute1 "attr69608") ) ) +(assert (myObject (attribute1 "attr69609") ) ) +(assert (myObject (attribute1 "attr69610") ) ) +(assert (myObject (attribute1 "attr69611") ) ) +(assert (myObject (attribute1 "attr69612") ) ) +(assert (myObject (attribute1 "attr69613") ) ) +(assert (myObject (attribute1 "attr69614") ) ) +(assert (myObject (attribute1 "attr69615") ) ) +(assert (myObject (attribute1 "attr69616") ) ) +(assert (myObject (attribute1 "attr69617") ) ) +(assert (myObject (attribute1 "attr69618") ) ) +(assert (myObject (attribute1 "attr69619") ) ) +(assert (myObject (attribute1 "attr69620") ) ) +(assert (myObject (attribute1 "attr69621") ) ) +(assert (myObject (attribute1 "attr69622") ) ) +(assert (myObject (attribute1 "attr69623") ) ) +(assert (myObject (attribute1 "attr69624") ) ) +(assert (myObject (attribute1 "attr69625") ) ) +(assert (myObject (attribute1 "attr69626") ) ) +(assert (myObject (attribute1 "attr69627") ) ) +(assert (myObject (attribute1 "attr69628") ) ) +(assert (myObject (attribute1 "attr69629") ) ) +(assert (myObject (attribute1 "attr69630") ) ) +(assert (myObject (attribute1 "attr69631") ) ) +(assert (myObject (attribute1 "attr69632") ) ) +(assert (myObject (attribute1 "attr69633") ) ) +(assert (myObject (attribute1 "attr69634") ) ) +(assert (myObject (attribute1 "attr69635") ) ) +(assert (myObject (attribute1 "attr69636") ) ) +(assert (myObject (attribute1 "attr69637") ) ) +(assert (myObject (attribute1 "attr69638") ) ) +(assert (myObject (attribute1 "attr69639") ) ) +(assert (myObject (attribute1 "attr69640") ) ) +(assert (myObject (attribute1 "attr69641") ) ) +(assert (myObject (attribute1 "attr69642") ) ) +(assert (myObject (attribute1 "attr69643") ) ) +(assert (myObject (attribute1 "attr69644") ) ) +(assert (myObject (attribute1 "attr69645") ) ) +(assert (myObject (attribute1 "attr69646") ) ) +(assert (myObject (attribute1 "attr69647") ) ) +(assert (myObject (attribute1 "attr69648") ) ) +(assert (myObject (attribute1 "attr69649") ) ) +(assert (myObject (attribute1 "attr69650") ) ) +(assert (myObject (attribute1 "attr69651") ) ) +(assert (myObject (attribute1 "attr69652") ) ) +(assert (myObject (attribute1 "attr69653") ) ) +(assert (myObject (attribute1 "attr69654") ) ) +(assert (myObject (attribute1 "attr69655") ) ) +(assert (myObject (attribute1 "attr69656") ) ) +(assert (myObject (attribute1 "attr69657") ) ) +(assert (myObject (attribute1 "attr69658") ) ) +(assert (myObject (attribute1 "attr69659") ) ) +(assert (myObject (attribute1 "attr69660") ) ) +(assert (myObject (attribute1 "attr69661") ) ) +(assert (myObject (attribute1 "attr69662") ) ) +(assert (myObject (attribute1 "attr69663") ) ) +(assert (myObject (attribute1 "attr69664") ) ) +(assert (myObject (attribute1 "attr69665") ) ) +(assert (myObject (attribute1 "attr69666") ) ) +(assert (myObject (attribute1 "attr69667") ) ) +(assert (myObject (attribute1 "attr69668") ) ) +(assert (myObject (attribute1 "attr69669") ) ) +(assert (myObject (attribute1 "attr69670") ) ) +(assert (myObject (attribute1 "attr69671") ) ) +(assert (myObject (attribute1 "attr69672") ) ) +(assert (myObject (attribute1 "attr69673") ) ) +(assert (myObject (attribute1 "attr69674") ) ) +(assert (myObject (attribute1 "attr69675") ) ) +(assert (myObject (attribute1 "attr69676") ) ) +(assert (myObject (attribute1 "attr69677") ) ) +(assert (myObject (attribute1 "attr69678") ) ) +(assert (myObject (attribute1 "attr69679") ) ) +(assert (myObject (attribute1 "attr69680") ) ) +(assert (myObject (attribute1 "attr69681") ) ) +(assert (myObject (attribute1 "attr69682") ) ) +(assert (myObject (attribute1 "attr69683") ) ) +(assert (myObject (attribute1 "attr69684") ) ) +(assert (myObject (attribute1 "attr69685") ) ) +(assert (myObject (attribute1 "attr69686") ) ) +(assert (myObject (attribute1 "attr69687") ) ) +(assert (myObject (attribute1 "attr69688") ) ) +(assert (myObject (attribute1 "attr69689") ) ) +(assert (myObject (attribute1 "attr69690") ) ) +(assert (myObject (attribute1 "attr69691") ) ) +(assert (myObject (attribute1 "attr69692") ) ) +(assert (myObject (attribute1 "attr69693") ) ) +(assert (myObject (attribute1 "attr69694") ) ) +(assert (myObject (attribute1 "attr69695") ) ) +(assert (myObject (attribute1 "attr69696") ) ) +(assert (myObject (attribute1 "attr69697") ) ) +(assert (myObject (attribute1 "attr69698") ) ) +(assert (myObject (attribute1 "attr69699") ) ) +(assert (myObject (attribute1 "attr69700") ) ) +(assert (myObject (attribute1 "attr69701") ) ) +(assert (myObject (attribute1 "attr69702") ) ) +(assert (myObject (attribute1 "attr69703") ) ) +(assert (myObject (attribute1 "attr69704") ) ) +(assert (myObject (attribute1 "attr69705") ) ) +(assert (myObject (attribute1 "attr69706") ) ) +(assert (myObject (attribute1 "attr69707") ) ) +(assert (myObject (attribute1 "attr69708") ) ) +(assert (myObject (attribute1 "attr69709") ) ) +(assert (myObject (attribute1 "attr69710") ) ) +(assert (myObject (attribute1 "attr69711") ) ) +(assert (myObject (attribute1 "attr69712") ) ) +(assert (myObject (attribute1 "attr69713") ) ) +(assert (myObject (attribute1 "attr69714") ) ) +(assert (myObject (attribute1 "attr69715") ) ) +(assert (myObject (attribute1 "attr69716") ) ) +(assert (myObject (attribute1 "attr69717") ) ) +(assert (myObject (attribute1 "attr69718") ) ) +(assert (myObject (attribute1 "attr69719") ) ) +(assert (myObject (attribute1 "attr69720") ) ) +(assert (myObject (attribute1 "attr69721") ) ) +(assert (myObject (attribute1 "attr69722") ) ) +(assert (myObject (attribute1 "attr69723") ) ) +(assert (myObject (attribute1 "attr69724") ) ) +(assert (myObject (attribute1 "attr69725") ) ) +(assert (myObject (attribute1 "attr69726") ) ) +(assert (myObject (attribute1 "attr69727") ) ) +(assert (myObject (attribute1 "attr69728") ) ) +(assert (myObject (attribute1 "attr69729") ) ) +(assert (myObject (attribute1 "attr69730") ) ) +(assert (myObject (attribute1 "attr69731") ) ) +(assert (myObject (attribute1 "attr69732") ) ) +(assert (myObject (attribute1 "attr69733") ) ) +(assert (myObject (attribute1 "attr69734") ) ) +(assert (myObject (attribute1 "attr69735") ) ) +(assert (myObject (attribute1 "attr69736") ) ) +(assert (myObject (attribute1 "attr69737") ) ) +(assert (myObject (attribute1 "attr69738") ) ) +(assert (myObject (attribute1 "attr69739") ) ) +(assert (myObject (attribute1 "attr69740") ) ) +(assert (myObject (attribute1 "attr69741") ) ) +(assert (myObject (attribute1 "attr69742") ) ) +(assert (myObject (attribute1 "attr69743") ) ) +(assert (myObject (attribute1 "attr69744") ) ) +(assert (myObject (attribute1 "attr69745") ) ) +(assert (myObject (attribute1 "attr69746") ) ) +(assert (myObject (attribute1 "attr69747") ) ) +(assert (myObject (attribute1 "attr69748") ) ) +(assert (myObject (attribute1 "attr69749") ) ) +(assert (myObject (attribute1 "attr69750") ) ) +(assert (myObject (attribute1 "attr69751") ) ) +(assert (myObject (attribute1 "attr69752") ) ) +(assert (myObject (attribute1 "attr69753") ) ) +(assert (myObject (attribute1 "attr69754") ) ) +(assert (myObject (attribute1 "attr69755") ) ) +(assert (myObject (attribute1 "attr69756") ) ) +(assert (myObject (attribute1 "attr69757") ) ) +(assert (myObject (attribute1 "attr69758") ) ) +(assert (myObject (attribute1 "attr69759") ) ) +(assert (myObject (attribute1 "attr69760") ) ) +(assert (myObject (attribute1 "attr69761") ) ) +(assert (myObject (attribute1 "attr69762") ) ) +(assert (myObject (attribute1 "attr69763") ) ) +(assert (myObject (attribute1 "attr69764") ) ) +(assert (myObject (attribute1 "attr69765") ) ) +(assert (myObject (attribute1 "attr69766") ) ) +(assert (myObject (attribute1 "attr69767") ) ) +(assert (myObject (attribute1 "attr69768") ) ) +(assert (myObject (attribute1 "attr69769") ) ) +(assert (myObject (attribute1 "attr69770") ) ) +(assert (myObject (attribute1 "attr69771") ) ) +(assert (myObject (attribute1 "attr69772") ) ) +(assert (myObject (attribute1 "attr69773") ) ) +(assert (myObject (attribute1 "attr69774") ) ) +(assert (myObject (attribute1 "attr69775") ) ) +(assert (myObject (attribute1 "attr69776") ) ) +(assert (myObject (attribute1 "attr69777") ) ) +(assert (myObject (attribute1 "attr69778") ) ) +(assert (myObject (attribute1 "attr69779") ) ) +(assert (myObject (attribute1 "attr69780") ) ) +(assert (myObject (attribute1 "attr69781") ) ) +(assert (myObject (attribute1 "attr69782") ) ) +(assert (myObject (attribute1 "attr69783") ) ) +(assert (myObject (attribute1 "attr69784") ) ) +(assert (myObject (attribute1 "attr69785") ) ) +(assert (myObject (attribute1 "attr69786") ) ) +(assert (myObject (attribute1 "attr69787") ) ) +(assert (myObject (attribute1 "attr69788") ) ) +(assert (myObject (attribute1 "attr69789") ) ) +(assert (myObject (attribute1 "attr69790") ) ) +(assert (myObject (attribute1 "attr69791") ) ) +(assert (myObject (attribute1 "attr69792") ) ) +(assert (myObject (attribute1 "attr69793") ) ) +(assert (myObject (attribute1 "attr69794") ) ) +(assert (myObject (attribute1 "attr69795") ) ) +(assert (myObject (attribute1 "attr69796") ) ) +(assert (myObject (attribute1 "attr69797") ) ) +(assert (myObject (attribute1 "attr69798") ) ) +(assert (myObject (attribute1 "attr69799") ) ) +(assert (myObject (attribute1 "attr69800") ) ) +(assert (myObject (attribute1 "attr69801") ) ) +(assert (myObject (attribute1 "attr69802") ) ) +(assert (myObject (attribute1 "attr69803") ) ) +(assert (myObject (attribute1 "attr69804") ) ) +(assert (myObject (attribute1 "attr69805") ) ) +(assert (myObject (attribute1 "attr69806") ) ) +(assert (myObject (attribute1 "attr69807") ) ) +(assert (myObject (attribute1 "attr69808") ) ) +(assert (myObject (attribute1 "attr69809") ) ) +(assert (myObject (attribute1 "attr69810") ) ) +(assert (myObject (attribute1 "attr69811") ) ) +(assert (myObject (attribute1 "attr69812") ) ) +(assert (myObject (attribute1 "attr69813") ) ) +(assert (myObject (attribute1 "attr69814") ) ) +(assert (myObject (attribute1 "attr69815") ) ) +(assert (myObject (attribute1 "attr69816") ) ) +(assert (myObject (attribute1 "attr69817") ) ) +(assert (myObject (attribute1 "attr69818") ) ) +(assert (myObject (attribute1 "attr69819") ) ) +(assert (myObject (attribute1 "attr69820") ) ) +(assert (myObject (attribute1 "attr69821") ) ) +(assert (myObject (attribute1 "attr69822") ) ) +(assert (myObject (attribute1 "attr69823") ) ) +(assert (myObject (attribute1 "attr69824") ) ) +(assert (myObject (attribute1 "attr69825") ) ) +(assert (myObject (attribute1 "attr69826") ) ) +(assert (myObject (attribute1 "attr69827") ) ) +(assert (myObject (attribute1 "attr69828") ) ) +(assert (myObject (attribute1 "attr69829") ) ) +(assert (myObject (attribute1 "attr69830") ) ) +(assert (myObject (attribute1 "attr69831") ) ) +(assert (myObject (attribute1 "attr69832") ) ) +(assert (myObject (attribute1 "attr69833") ) ) +(assert (myObject (attribute1 "attr69834") ) ) +(assert (myObject (attribute1 "attr69835") ) ) +(assert (myObject (attribute1 "attr69836") ) ) +(assert (myObject (attribute1 "attr69837") ) ) +(assert (myObject (attribute1 "attr69838") ) ) +(assert (myObject (attribute1 "attr69839") ) ) +(assert (myObject (attribute1 "attr69840") ) ) +(assert (myObject (attribute1 "attr69841") ) ) +(assert (myObject (attribute1 "attr69842") ) ) +(assert (myObject (attribute1 "attr69843") ) ) +(assert (myObject (attribute1 "attr69844") ) ) +(assert (myObject (attribute1 "attr69845") ) ) +(assert (myObject (attribute1 "attr69846") ) ) +(assert (myObject (attribute1 "attr69847") ) ) +(assert (myObject (attribute1 "attr69848") ) ) +(assert (myObject (attribute1 "attr69849") ) ) +(assert (myObject (attribute1 "attr69850") ) ) +(assert (myObject (attribute1 "attr69851") ) ) +(assert (myObject (attribute1 "attr69852") ) ) +(assert (myObject (attribute1 "attr69853") ) ) +(assert (myObject (attribute1 "attr69854") ) ) +(assert (myObject (attribute1 "attr69855") ) ) +(assert (myObject (attribute1 "attr69856") ) ) +(assert (myObject (attribute1 "attr69857") ) ) +(assert (myObject (attribute1 "attr69858") ) ) +(assert (myObject (attribute1 "attr69859") ) ) +(assert (myObject (attribute1 "attr69860") ) ) +(assert (myObject (attribute1 "attr69861") ) ) +(assert (myObject (attribute1 "attr69862") ) ) +(assert (myObject (attribute1 "attr69863") ) ) +(assert (myObject (attribute1 "attr69864") ) ) +(assert (myObject (attribute1 "attr69865") ) ) +(assert (myObject (attribute1 "attr69866") ) ) +(assert (myObject (attribute1 "attr69867") ) ) +(assert (myObject (attribute1 "attr69868") ) ) +(assert (myObject (attribute1 "attr69869") ) ) +(assert (myObject (attribute1 "attr69870") ) ) +(assert (myObject (attribute1 "attr69871") ) ) +(assert (myObject (attribute1 "attr69872") ) ) +(assert (myObject (attribute1 "attr69873") ) ) +(assert (myObject (attribute1 "attr69874") ) ) +(assert (myObject (attribute1 "attr69875") ) ) +(assert (myObject (attribute1 "attr69876") ) ) +(assert (myObject (attribute1 "attr69877") ) ) +(assert (myObject (attribute1 "attr69878") ) ) +(assert (myObject (attribute1 "attr69879") ) ) +(assert (myObject (attribute1 "attr69880") ) ) +(assert (myObject (attribute1 "attr69881") ) ) +(assert (myObject (attribute1 "attr69882") ) ) +(assert (myObject (attribute1 "attr69883") ) ) +(assert (myObject (attribute1 "attr69884") ) ) +(assert (myObject (attribute1 "attr69885") ) ) +(assert (myObject (attribute1 "attr69886") ) ) +(assert (myObject (attribute1 "attr69887") ) ) +(assert (myObject (attribute1 "attr69888") ) ) +(assert (myObject (attribute1 "attr69889") ) ) +(assert (myObject (attribute1 "attr69890") ) ) +(assert (myObject (attribute1 "attr69891") ) ) +(assert (myObject (attribute1 "attr69892") ) ) +(assert (myObject (attribute1 "attr69893") ) ) +(assert (myObject (attribute1 "attr69894") ) ) +(assert (myObject (attribute1 "attr69895") ) ) +(assert (myObject (attribute1 "attr69896") ) ) +(assert (myObject (attribute1 "attr69897") ) ) +(assert (myObject (attribute1 "attr69898") ) ) +(assert (myObject (attribute1 "attr69899") ) ) +(assert (myObject (attribute1 "attr69900") ) ) +(assert (myObject (attribute1 "attr69901") ) ) +(assert (myObject (attribute1 "attr69902") ) ) +(assert (myObject (attribute1 "attr69903") ) ) +(assert (myObject (attribute1 "attr69904") ) ) +(assert (myObject (attribute1 "attr69905") ) ) +(assert (myObject (attribute1 "attr69906") ) ) +(assert (myObject (attribute1 "attr69907") ) ) +(assert (myObject (attribute1 "attr69908") ) ) +(assert (myObject (attribute1 "attr69909") ) ) +(assert (myObject (attribute1 "attr69910") ) ) +(assert (myObject (attribute1 "attr69911") ) ) +(assert (myObject (attribute1 "attr69912") ) ) +(assert (myObject (attribute1 "attr69913") ) ) +(assert (myObject (attribute1 "attr69914") ) ) +(assert (myObject (attribute1 "attr69915") ) ) +(assert (myObject (attribute1 "attr69916") ) ) +(assert (myObject (attribute1 "attr69917") ) ) +(assert (myObject (attribute1 "attr69918") ) ) +(assert (myObject (attribute1 "attr69919") ) ) +(assert (myObject (attribute1 "attr69920") ) ) +(assert (myObject (attribute1 "attr69921") ) ) +(assert (myObject (attribute1 "attr69922") ) ) +(assert (myObject (attribute1 "attr69923") ) ) +(assert (myObject (attribute1 "attr69924") ) ) +(assert (myObject (attribute1 "attr69925") ) ) +(assert (myObject (attribute1 "attr69926") ) ) +(assert (myObject (attribute1 "attr69927") ) ) +(assert (myObject (attribute1 "attr69928") ) ) +(assert (myObject (attribute1 "attr69929") ) ) +(assert (myObject (attribute1 "attr69930") ) ) +(assert (myObject (attribute1 "attr69931") ) ) +(assert (myObject (attribute1 "attr69932") ) ) +(assert (myObject (attribute1 "attr69933") ) ) +(assert (myObject (attribute1 "attr69934") ) ) +(assert (myObject (attribute1 "attr69935") ) ) +(assert (myObject (attribute1 "attr69936") ) ) +(assert (myObject (attribute1 "attr69937") ) ) +(assert (myObject (attribute1 "attr69938") ) ) +(assert (myObject (attribute1 "attr69939") ) ) +(assert (myObject (attribute1 "attr69940") ) ) +(assert (myObject (attribute1 "attr69941") ) ) +(assert (myObject (attribute1 "attr69942") ) ) +(assert (myObject (attribute1 "attr69943") ) ) +(assert (myObject (attribute1 "attr69944") ) ) +(assert (myObject (attribute1 "attr69945") ) ) +(assert (myObject (attribute1 "attr69946") ) ) +(assert (myObject (attribute1 "attr69947") ) ) +(assert (myObject (attribute1 "attr69948") ) ) +(assert (myObject (attribute1 "attr69949") ) ) +(assert (myObject (attribute1 "attr69950") ) ) +(assert (myObject (attribute1 "attr69951") ) ) +(assert (myObject (attribute1 "attr69952") ) ) +(assert (myObject (attribute1 "attr69953") ) ) +(assert (myObject (attribute1 "attr69954") ) ) +(assert (myObject (attribute1 "attr69955") ) ) +(assert (myObject (attribute1 "attr69956") ) ) +(assert (myObject (attribute1 "attr69957") ) ) +(assert (myObject (attribute1 "attr69958") ) ) +(assert (myObject (attribute1 "attr69959") ) ) +(assert (myObject (attribute1 "attr69960") ) ) +(assert (myObject (attribute1 "attr69961") ) ) +(assert (myObject (attribute1 "attr69962") ) ) +(assert (myObject (attribute1 "attr69963") ) ) +(assert (myObject (attribute1 "attr69964") ) ) +(assert (myObject (attribute1 "attr69965") ) ) +(assert (myObject (attribute1 "attr69966") ) ) +(assert (myObject (attribute1 "attr69967") ) ) +(assert (myObject (attribute1 "attr69968") ) ) +(assert (myObject (attribute1 "attr69969") ) ) +(assert (myObject (attribute1 "attr69970") ) ) +(assert (myObject (attribute1 "attr69971") ) ) +(assert (myObject (attribute1 "attr69972") ) ) +(assert (myObject (attribute1 "attr69973") ) ) +(assert (myObject (attribute1 "attr69974") ) ) +(assert (myObject (attribute1 "attr69975") ) ) +(assert (myObject (attribute1 "attr69976") ) ) +(assert (myObject (attribute1 "attr69977") ) ) +(assert (myObject (attribute1 "attr69978") ) ) +(assert (myObject (attribute1 "attr69979") ) ) +(assert (myObject (attribute1 "attr69980") ) ) +(assert (myObject (attribute1 "attr69981") ) ) +(assert (myObject (attribute1 "attr69982") ) ) +(assert (myObject (attribute1 "attr69983") ) ) +(assert (myObject (attribute1 "attr69984") ) ) +(assert (myObject (attribute1 "attr69985") ) ) +(assert (myObject (attribute1 "attr69986") ) ) +(assert (myObject (attribute1 "attr69987") ) ) +(assert (myObject (attribute1 "attr69988") ) ) +(assert (myObject (attribute1 "attr69989") ) ) +(assert (myObject (attribute1 "attr69990") ) ) +(assert (myObject (attribute1 "attr69991") ) ) +(assert (myObject (attribute1 "attr69992") ) ) +(assert (myObject (attribute1 "attr69993") ) ) +(assert (myObject (attribute1 "attr69994") ) ) +(assert (myObject (attribute1 "attr69995") ) ) +(assert (myObject (attribute1 "attr69996") ) ) +(assert (myObject (attribute1 "attr69997") ) ) +(assert (myObject (attribute1 "attr69998") ) ) +(assert (myObject (attribute1 "attr69999") ) ) +(assert (myObject (attribute1 "attr70000") ) ) +(assert (myObject (attribute1 "attr70001") ) ) +(assert (myObject (attribute1 "attr70002") ) ) +(assert (myObject (attribute1 "attr70003") ) ) +(assert (myObject (attribute1 "attr70004") ) ) +(assert (myObject (attribute1 "attr70005") ) ) +(assert (myObject (attribute1 "attr70006") ) ) +(assert (myObject (attribute1 "attr70007") ) ) +(assert (myObject (attribute1 "attr70008") ) ) +(assert (myObject (attribute1 "attr70009") ) ) +(assert (myObject (attribute1 "attr70010") ) ) +(assert (myObject (attribute1 "attr70011") ) ) +(assert (myObject (attribute1 "attr70012") ) ) +(assert (myObject (attribute1 "attr70013") ) ) +(assert (myObject (attribute1 "attr70014") ) ) +(assert (myObject (attribute1 "attr70015") ) ) +(assert (myObject (attribute1 "attr70016") ) ) +(assert (myObject (attribute1 "attr70017") ) ) +(assert (myObject (attribute1 "attr70018") ) ) +(assert (myObject (attribute1 "attr70019") ) ) +(assert (myObject (attribute1 "attr70020") ) ) +(assert (myObject (attribute1 "attr70021") ) ) +(assert (myObject (attribute1 "attr70022") ) ) +(assert (myObject (attribute1 "attr70023") ) ) +(assert (myObject (attribute1 "attr70024") ) ) +(assert (myObject (attribute1 "attr70025") ) ) +(assert (myObject (attribute1 "attr70026") ) ) +(assert (myObject (attribute1 "attr70027") ) ) +(assert (myObject (attribute1 "attr70028") ) ) +(assert (myObject (attribute1 "attr70029") ) ) +(assert (myObject (attribute1 "attr70030") ) ) +(assert (myObject (attribute1 "attr70031") ) ) +(assert (myObject (attribute1 "attr70032") ) ) +(assert (myObject (attribute1 "attr70033") ) ) +(assert (myObject (attribute1 "attr70034") ) ) +(assert (myObject (attribute1 "attr70035") ) ) +(assert (myObject (attribute1 "attr70036") ) ) +(assert (myObject (attribute1 "attr70037") ) ) +(assert (myObject (attribute1 "attr70038") ) ) +(assert (myObject (attribute1 "attr70039") ) ) +(assert (myObject (attribute1 "attr70040") ) ) +(assert (myObject (attribute1 "attr70041") ) ) +(assert (myObject (attribute1 "attr70042") ) ) +(assert (myObject (attribute1 "attr70043") ) ) +(assert (myObject (attribute1 "attr70044") ) ) +(assert (myObject (attribute1 "attr70045") ) ) +(assert (myObject (attribute1 "attr70046") ) ) +(assert (myObject (attribute1 "attr70047") ) ) +(assert (myObject (attribute1 "attr70048") ) ) +(assert (myObject (attribute1 "attr70049") ) ) +(assert (myObject (attribute1 "attr70050") ) ) +(assert (myObject (attribute1 "attr70051") ) ) +(assert (myObject (attribute1 "attr70052") ) ) +(assert (myObject (attribute1 "attr70053") ) ) +(assert (myObject (attribute1 "attr70054") ) ) +(assert (myObject (attribute1 "attr70055") ) ) +(assert (myObject (attribute1 "attr70056") ) ) +(assert (myObject (attribute1 "attr70057") ) ) +(assert (myObject (attribute1 "attr70058") ) ) +(assert (myObject (attribute1 "attr70059") ) ) +(assert (myObject (attribute1 "attr70060") ) ) +(assert (myObject (attribute1 "attr70061") ) ) +(assert (myObject (attribute1 "attr70062") ) ) +(assert (myObject (attribute1 "attr70063") ) ) +(assert (myObject (attribute1 "attr70064") ) ) +(assert (myObject (attribute1 "attr70065") ) ) +(assert (myObject (attribute1 "attr70066") ) ) +(assert (myObject (attribute1 "attr70067") ) ) +(assert (myObject (attribute1 "attr70068") ) ) +(assert (myObject (attribute1 "attr70069") ) ) +(assert (myObject (attribute1 "attr70070") ) ) +(assert (myObject (attribute1 "attr70071") ) ) +(assert (myObject (attribute1 "attr70072") ) ) +(assert (myObject (attribute1 "attr70073") ) ) +(assert (myObject (attribute1 "attr70074") ) ) +(assert (myObject (attribute1 "attr70075") ) ) +(assert (myObject (attribute1 "attr70076") ) ) +(assert (myObject (attribute1 "attr70077") ) ) +(assert (myObject (attribute1 "attr70078") ) ) +(assert (myObject (attribute1 "attr70079") ) ) +(assert (myObject (attribute1 "attr70080") ) ) +(assert (myObject (attribute1 "attr70081") ) ) +(assert (myObject (attribute1 "attr70082") ) ) +(assert (myObject (attribute1 "attr70083") ) ) +(assert (myObject (attribute1 "attr70084") ) ) +(assert (myObject (attribute1 "attr70085") ) ) +(assert (myObject (attribute1 "attr70086") ) ) +(assert (myObject (attribute1 "attr70087") ) ) +(assert (myObject (attribute1 "attr70088") ) ) +(assert (myObject (attribute1 "attr70089") ) ) +(assert (myObject (attribute1 "attr70090") ) ) +(assert (myObject (attribute1 "attr70091") ) ) +(assert (myObject (attribute1 "attr70092") ) ) +(assert (myObject (attribute1 "attr70093") ) ) +(assert (myObject (attribute1 "attr70094") ) ) +(assert (myObject (attribute1 "attr70095") ) ) +(assert (myObject (attribute1 "attr70096") ) ) +(assert (myObject (attribute1 "attr70097") ) ) +(assert (myObject (attribute1 "attr70098") ) ) +(assert (myObject (attribute1 "attr70099") ) ) +(assert (myObject (attribute1 "attr70100") ) ) +(assert (myObject (attribute1 "attr70101") ) ) +(assert (myObject (attribute1 "attr70102") ) ) +(assert (myObject (attribute1 "attr70103") ) ) +(assert (myObject (attribute1 "attr70104") ) ) +(assert (myObject (attribute1 "attr70105") ) ) +(assert (myObject (attribute1 "attr70106") ) ) +(assert (myObject (attribute1 "attr70107") ) ) +(assert (myObject (attribute1 "attr70108") ) ) +(assert (myObject (attribute1 "attr70109") ) ) +(assert (myObject (attribute1 "attr70110") ) ) +(assert (myObject (attribute1 "attr70111") ) ) +(assert (myObject (attribute1 "attr70112") ) ) +(assert (myObject (attribute1 "attr70113") ) ) +(assert (myObject (attribute1 "attr70114") ) ) +(assert (myObject (attribute1 "attr70115") ) ) +(assert (myObject (attribute1 "attr70116") ) ) +(assert (myObject (attribute1 "attr70117") ) ) +(assert (myObject (attribute1 "attr70118") ) ) +(assert (myObject (attribute1 "attr70119") ) ) +(assert (myObject (attribute1 "attr70120") ) ) +(assert (myObject (attribute1 "attr70121") ) ) +(assert (myObject (attribute1 "attr70122") ) ) +(assert (myObject (attribute1 "attr70123") ) ) +(assert (myObject (attribute1 "attr70124") ) ) +(assert (myObject (attribute1 "attr70125") ) ) +(assert (myObject (attribute1 "attr70126") ) ) +(assert (myObject (attribute1 "attr70127") ) ) +(assert (myObject (attribute1 "attr70128") ) ) +(assert (myObject (attribute1 "attr70129") ) ) +(assert (myObject (attribute1 "attr70130") ) ) +(assert (myObject (attribute1 "attr70131") ) ) +(assert (myObject (attribute1 "attr70132") ) ) +(assert (myObject (attribute1 "attr70133") ) ) +(assert (myObject (attribute1 "attr70134") ) ) +(assert (myObject (attribute1 "attr70135") ) ) +(assert (myObject (attribute1 "attr70136") ) ) +(assert (myObject (attribute1 "attr70137") ) ) +(assert (myObject (attribute1 "attr70138") ) ) +(assert (myObject (attribute1 "attr70139") ) ) +(assert (myObject (attribute1 "attr70140") ) ) +(assert (myObject (attribute1 "attr70141") ) ) +(assert (myObject (attribute1 "attr70142") ) ) +(assert (myObject (attribute1 "attr70143") ) ) +(assert (myObject (attribute1 "attr70144") ) ) +(assert (myObject (attribute1 "attr70145") ) ) +(assert (myObject (attribute1 "attr70146") ) ) +(assert (myObject (attribute1 "attr70147") ) ) +(assert (myObject (attribute1 "attr70148") ) ) +(assert (myObject (attribute1 "attr70149") ) ) +(assert (myObject (attribute1 "attr70150") ) ) +(assert (myObject (attribute1 "attr70151") ) ) +(assert (myObject (attribute1 "attr70152") ) ) +(assert (myObject (attribute1 "attr70153") ) ) +(assert (myObject (attribute1 "attr70154") ) ) +(assert (myObject (attribute1 "attr70155") ) ) +(assert (myObject (attribute1 "attr70156") ) ) +(assert (myObject (attribute1 "attr70157") ) ) +(assert (myObject (attribute1 "attr70158") ) ) +(assert (myObject (attribute1 "attr70159") ) ) +(assert (myObject (attribute1 "attr70160") ) ) +(assert (myObject (attribute1 "attr70161") ) ) +(assert (myObject (attribute1 "attr70162") ) ) +(assert (myObject (attribute1 "attr70163") ) ) +(assert (myObject (attribute1 "attr70164") ) ) +(assert (myObject (attribute1 "attr70165") ) ) +(assert (myObject (attribute1 "attr70166") ) ) +(assert (myObject (attribute1 "attr70167") ) ) +(assert (myObject (attribute1 "attr70168") ) ) +(assert (myObject (attribute1 "attr70169") ) ) +(assert (myObject (attribute1 "attr70170") ) ) +(assert (myObject (attribute1 "attr70171") ) ) +(assert (myObject (attribute1 "attr70172") ) ) +(assert (myObject (attribute1 "attr70173") ) ) +(assert (myObject (attribute1 "attr70174") ) ) +(assert (myObject (attribute1 "attr70175") ) ) +(assert (myObject (attribute1 "attr70176") ) ) +(assert (myObject (attribute1 "attr70177") ) ) +(assert (myObject (attribute1 "attr70178") ) ) +(assert (myObject (attribute1 "attr70179") ) ) +(assert (myObject (attribute1 "attr70180") ) ) +(assert (myObject (attribute1 "attr70181") ) ) +(assert (myObject (attribute1 "attr70182") ) ) +(assert (myObject (attribute1 "attr70183") ) ) +(assert (myObject (attribute1 "attr70184") ) ) +(assert (myObject (attribute1 "attr70185") ) ) +(assert (myObject (attribute1 "attr70186") ) ) +(assert (myObject (attribute1 "attr70187") ) ) +(assert (myObject (attribute1 "attr70188") ) ) +(assert (myObject (attribute1 "attr70189") ) ) +(assert (myObject (attribute1 "attr70190") ) ) +(assert (myObject (attribute1 "attr70191") ) ) +(assert (myObject (attribute1 "attr70192") ) ) +(assert (myObject (attribute1 "attr70193") ) ) +(assert (myObject (attribute1 "attr70194") ) ) +(assert (myObject (attribute1 "attr70195") ) ) +(assert (myObject (attribute1 "attr70196") ) ) +(assert (myObject (attribute1 "attr70197") ) ) +(assert (myObject (attribute1 "attr70198") ) ) +(assert (myObject (attribute1 "attr70199") ) ) +(assert (myObject (attribute1 "attr70200") ) ) +(assert (myObject (attribute1 "attr70201") ) ) +(assert (myObject (attribute1 "attr70202") ) ) +(assert (myObject (attribute1 "attr70203") ) ) +(assert (myObject (attribute1 "attr70204") ) ) +(assert (myObject (attribute1 "attr70205") ) ) +(assert (myObject (attribute1 "attr70206") ) ) +(assert (myObject (attribute1 "attr70207") ) ) +(assert (myObject (attribute1 "attr70208") ) ) +(assert (myObject (attribute1 "attr70209") ) ) +(assert (myObject (attribute1 "attr70210") ) ) +(assert (myObject (attribute1 "attr70211") ) ) +(assert (myObject (attribute1 "attr70212") ) ) +(assert (myObject (attribute1 "attr70213") ) ) +(assert (myObject (attribute1 "attr70214") ) ) +(assert (myObject (attribute1 "attr70215") ) ) +(assert (myObject (attribute1 "attr70216") ) ) +(assert (myObject (attribute1 "attr70217") ) ) +(assert (myObject (attribute1 "attr70218") ) ) +(assert (myObject (attribute1 "attr70219") ) ) +(assert (myObject (attribute1 "attr70220") ) ) +(assert (myObject (attribute1 "attr70221") ) ) +(assert (myObject (attribute1 "attr70222") ) ) +(assert (myObject (attribute1 "attr70223") ) ) +(assert (myObject (attribute1 "attr70224") ) ) +(assert (myObject (attribute1 "attr70225") ) ) +(assert (myObject (attribute1 "attr70226") ) ) +(assert (myObject (attribute1 "attr70227") ) ) +(assert (myObject (attribute1 "attr70228") ) ) +(assert (myObject (attribute1 "attr70229") ) ) +(assert (myObject (attribute1 "attr70230") ) ) +(assert (myObject (attribute1 "attr70231") ) ) +(assert (myObject (attribute1 "attr70232") ) ) +(assert (myObject (attribute1 "attr70233") ) ) +(assert (myObject (attribute1 "attr70234") ) ) +(assert (myObject (attribute1 "attr70235") ) ) +(assert (myObject (attribute1 "attr70236") ) ) +(assert (myObject (attribute1 "attr70237") ) ) +(assert (myObject (attribute1 "attr70238") ) ) +(assert (myObject (attribute1 "attr70239") ) ) +(assert (myObject (attribute1 "attr70240") ) ) +(assert (myObject (attribute1 "attr70241") ) ) +(assert (myObject (attribute1 "attr70242") ) ) +(assert (myObject (attribute1 "attr70243") ) ) +(assert (myObject (attribute1 "attr70244") ) ) +(assert (myObject (attribute1 "attr70245") ) ) +(assert (myObject (attribute1 "attr70246") ) ) +(assert (myObject (attribute1 "attr70247") ) ) +(assert (myObject (attribute1 "attr70248") ) ) +(assert (myObject (attribute1 "attr70249") ) ) +(assert (myObject (attribute1 "attr70250") ) ) +(assert (myObject (attribute1 "attr70251") ) ) +(assert (myObject (attribute1 "attr70252") ) ) +(assert (myObject (attribute1 "attr70253") ) ) +(assert (myObject (attribute1 "attr70254") ) ) +(assert (myObject (attribute1 "attr70255") ) ) +(assert (myObject (attribute1 "attr70256") ) ) +(assert (myObject (attribute1 "attr70257") ) ) +(assert (myObject (attribute1 "attr70258") ) ) +(assert (myObject (attribute1 "attr70259") ) ) +(assert (myObject (attribute1 "attr70260") ) ) +(assert (myObject (attribute1 "attr70261") ) ) +(assert (myObject (attribute1 "attr70262") ) ) +(assert (myObject (attribute1 "attr70263") ) ) +(assert (myObject (attribute1 "attr70264") ) ) +(assert (myObject (attribute1 "attr70265") ) ) +(assert (myObject (attribute1 "attr70266") ) ) +(assert (myObject (attribute1 "attr70267") ) ) +(assert (myObject (attribute1 "attr70268") ) ) +(assert (myObject (attribute1 "attr70269") ) ) +(assert (myObject (attribute1 "attr70270") ) ) +(assert (myObject (attribute1 "attr70271") ) ) +(assert (myObject (attribute1 "attr70272") ) ) +(assert (myObject (attribute1 "attr70273") ) ) +(assert (myObject (attribute1 "attr70274") ) ) +(assert (myObject (attribute1 "attr70275") ) ) +(assert (myObject (attribute1 "attr70276") ) ) +(assert (myObject (attribute1 "attr70277") ) ) +(assert (myObject (attribute1 "attr70278") ) ) +(assert (myObject (attribute1 "attr70279") ) ) +(assert (myObject (attribute1 "attr70280") ) ) +(assert (myObject (attribute1 "attr70281") ) ) +(assert (myObject (attribute1 "attr70282") ) ) +(assert (myObject (attribute1 "attr70283") ) ) +(assert (myObject (attribute1 "attr70284") ) ) +(assert (myObject (attribute1 "attr70285") ) ) +(assert (myObject (attribute1 "attr70286") ) ) +(assert (myObject (attribute1 "attr70287") ) ) +(assert (myObject (attribute1 "attr70288") ) ) +(assert (myObject (attribute1 "attr70289") ) ) +(assert (myObject (attribute1 "attr70290") ) ) +(assert (myObject (attribute1 "attr70291") ) ) +(assert (myObject (attribute1 "attr70292") ) ) +(assert (myObject (attribute1 "attr70293") ) ) +(assert (myObject (attribute1 "attr70294") ) ) +(assert (myObject (attribute1 "attr70295") ) ) +(assert (myObject (attribute1 "attr70296") ) ) +(assert (myObject (attribute1 "attr70297") ) ) +(assert (myObject (attribute1 "attr70298") ) ) +(assert (myObject (attribute1 "attr70299") ) ) +(assert (myObject (attribute1 "attr70300") ) ) +(assert (myObject (attribute1 "attr70301") ) ) +(assert (myObject (attribute1 "attr70302") ) ) +(assert (myObject (attribute1 "attr70303") ) ) +(assert (myObject (attribute1 "attr70304") ) ) +(assert (myObject (attribute1 "attr70305") ) ) +(assert (myObject (attribute1 "attr70306") ) ) +(assert (myObject (attribute1 "attr70307") ) ) +(assert (myObject (attribute1 "attr70308") ) ) +(assert (myObject (attribute1 "attr70309") ) ) +(assert (myObject (attribute1 "attr70310") ) ) +(assert (myObject (attribute1 "attr70311") ) ) +(assert (myObject (attribute1 "attr70312") ) ) +(assert (myObject (attribute1 "attr70313") ) ) +(assert (myObject (attribute1 "attr70314") ) ) +(assert (myObject (attribute1 "attr70315") ) ) +(assert (myObject (attribute1 "attr70316") ) ) +(assert (myObject (attribute1 "attr70317") ) ) +(assert (myObject (attribute1 "attr70318") ) ) +(assert (myObject (attribute1 "attr70319") ) ) +(assert (myObject (attribute1 "attr70320") ) ) +(assert (myObject (attribute1 "attr70321") ) ) +(assert (myObject (attribute1 "attr70322") ) ) +(assert (myObject (attribute1 "attr70323") ) ) +(assert (myObject (attribute1 "attr70324") ) ) +(assert (myObject (attribute1 "attr70325") ) ) +(assert (myObject (attribute1 "attr70326") ) ) +(assert (myObject (attribute1 "attr70327") ) ) +(assert (myObject (attribute1 "attr70328") ) ) +(assert (myObject (attribute1 "attr70329") ) ) +(assert (myObject (attribute1 "attr70330") ) ) +(assert (myObject (attribute1 "attr70331") ) ) +(assert (myObject (attribute1 "attr70332") ) ) +(assert (myObject (attribute1 "attr70333") ) ) +(assert (myObject (attribute1 "attr70334") ) ) +(assert (myObject (attribute1 "attr70335") ) ) +(assert (myObject (attribute1 "attr70336") ) ) +(assert (myObject (attribute1 "attr70337") ) ) +(assert (myObject (attribute1 "attr70338") ) ) +(assert (myObject (attribute1 "attr70339") ) ) +(assert (myObject (attribute1 "attr70340") ) ) +(assert (myObject (attribute1 "attr70341") ) ) +(assert (myObject (attribute1 "attr70342") ) ) +(assert (myObject (attribute1 "attr70343") ) ) +(assert (myObject (attribute1 "attr70344") ) ) +(assert (myObject (attribute1 "attr70345") ) ) +(assert (myObject (attribute1 "attr70346") ) ) +(assert (myObject (attribute1 "attr70347") ) ) +(assert (myObject (attribute1 "attr70348") ) ) +(assert (myObject (attribute1 "attr70349") ) ) +(assert (myObject (attribute1 "attr70350") ) ) +(assert (myObject (attribute1 "attr70351") ) ) +(assert (myObject (attribute1 "attr70352") ) ) +(assert (myObject (attribute1 "attr70353") ) ) +(assert (myObject (attribute1 "attr70354") ) ) +(assert (myObject (attribute1 "attr70355") ) ) +(assert (myObject (attribute1 "attr70356") ) ) +(assert (myObject (attribute1 "attr70357") ) ) +(assert (myObject (attribute1 "attr70358") ) ) +(assert (myObject (attribute1 "attr70359") ) ) +(assert (myObject (attribute1 "attr70360") ) ) +(assert (myObject (attribute1 "attr70361") ) ) +(assert (myObject (attribute1 "attr70362") ) ) +(assert (myObject (attribute1 "attr70363") ) ) +(assert (myObject (attribute1 "attr70364") ) ) +(assert (myObject (attribute1 "attr70365") ) ) +(assert (myObject (attribute1 "attr70366") ) ) +(assert (myObject (attribute1 "attr70367") ) ) +(assert (myObject (attribute1 "attr70368") ) ) +(assert (myObject (attribute1 "attr70369") ) ) +(assert (myObject (attribute1 "attr70370") ) ) +(assert (myObject (attribute1 "attr70371") ) ) +(assert (myObject (attribute1 "attr70372") ) ) +(assert (myObject (attribute1 "attr70373") ) ) +(assert (myObject (attribute1 "attr70374") ) ) +(assert (myObject (attribute1 "attr70375") ) ) +(assert (myObject (attribute1 "attr70376") ) ) +(assert (myObject (attribute1 "attr70377") ) ) +(assert (myObject (attribute1 "attr70378") ) ) +(assert (myObject (attribute1 "attr70379") ) ) +(assert (myObject (attribute1 "attr70380") ) ) +(assert (myObject (attribute1 "attr70381") ) ) +(assert (myObject (attribute1 "attr70382") ) ) +(assert (myObject (attribute1 "attr70383") ) ) +(assert (myObject (attribute1 "attr70384") ) ) +(assert (myObject (attribute1 "attr70385") ) ) +(assert (myObject (attribute1 "attr70386") ) ) +(assert (myObject (attribute1 "attr70387") ) ) +(assert (myObject (attribute1 "attr70388") ) ) +(assert (myObject (attribute1 "attr70389") ) ) +(assert (myObject (attribute1 "attr70390") ) ) +(assert (myObject (attribute1 "attr70391") ) ) +(assert (myObject (attribute1 "attr70392") ) ) +(assert (myObject (attribute1 "attr70393") ) ) +(assert (myObject (attribute1 "attr70394") ) ) +(assert (myObject (attribute1 "attr70395") ) ) +(assert (myObject (attribute1 "attr70396") ) ) +(assert (myObject (attribute1 "attr70397") ) ) +(assert (myObject (attribute1 "attr70398") ) ) +(assert (myObject (attribute1 "attr70399") ) ) +(assert (myObject (attribute1 "attr70400") ) ) +(assert (myObject (attribute1 "attr70401") ) ) +(assert (myObject (attribute1 "attr70402") ) ) +(assert (myObject (attribute1 "attr70403") ) ) +(assert (myObject (attribute1 "attr70404") ) ) +(assert (myObject (attribute1 "attr70405") ) ) +(assert (myObject (attribute1 "attr70406") ) ) +(assert (myObject (attribute1 "attr70407") ) ) +(assert (myObject (attribute1 "attr70408") ) ) +(assert (myObject (attribute1 "attr70409") ) ) +(assert (myObject (attribute1 "attr70410") ) ) +(assert (myObject (attribute1 "attr70411") ) ) +(assert (myObject (attribute1 "attr70412") ) ) +(assert (myObject (attribute1 "attr70413") ) ) +(assert (myObject (attribute1 "attr70414") ) ) +(assert (myObject (attribute1 "attr70415") ) ) +(assert (myObject (attribute1 "attr70416") ) ) +(assert (myObject (attribute1 "attr70417") ) ) +(assert (myObject (attribute1 "attr70418") ) ) +(assert (myObject (attribute1 "attr70419") ) ) +(assert (myObject (attribute1 "attr70420") ) ) +(assert (myObject (attribute1 "attr70421") ) ) +(assert (myObject (attribute1 "attr70422") ) ) +(assert (myObject (attribute1 "attr70423") ) ) +(assert (myObject (attribute1 "attr70424") ) ) +(assert (myObject (attribute1 "attr70425") ) ) +(assert (myObject (attribute1 "attr70426") ) ) +(assert (myObject (attribute1 "attr70427") ) ) +(assert (myObject (attribute1 "attr70428") ) ) +(assert (myObject (attribute1 "attr70429") ) ) +(assert (myObject (attribute1 "attr70430") ) ) +(assert (myObject (attribute1 "attr70431") ) ) +(assert (myObject (attribute1 "attr70432") ) ) +(assert (myObject (attribute1 "attr70433") ) ) +(assert (myObject (attribute1 "attr70434") ) ) +(assert (myObject (attribute1 "attr70435") ) ) +(assert (myObject (attribute1 "attr70436") ) ) +(assert (myObject (attribute1 "attr70437") ) ) +(assert (myObject (attribute1 "attr70438") ) ) +(assert (myObject (attribute1 "attr70439") ) ) +(assert (myObject (attribute1 "attr70440") ) ) +(assert (myObject (attribute1 "attr70441") ) ) +(assert (myObject (attribute1 "attr70442") ) ) +(assert (myObject (attribute1 "attr70443") ) ) +(assert (myObject (attribute1 "attr70444") ) ) +(assert (myObject (attribute1 "attr70445") ) ) +(assert (myObject (attribute1 "attr70446") ) ) +(assert (myObject (attribute1 "attr70447") ) ) +(assert (myObject (attribute1 "attr70448") ) ) +(assert (myObject (attribute1 "attr70449") ) ) +(assert (myObject (attribute1 "attr70450") ) ) +(assert (myObject (attribute1 "attr70451") ) ) +(assert (myObject (attribute1 "attr70452") ) ) +(assert (myObject (attribute1 "attr70453") ) ) +(assert (myObject (attribute1 "attr70454") ) ) +(assert (myObject (attribute1 "attr70455") ) ) +(assert (myObject (attribute1 "attr70456") ) ) +(assert (myObject (attribute1 "attr70457") ) ) +(assert (myObject (attribute1 "attr70458") ) ) +(assert (myObject (attribute1 "attr70459") ) ) +(assert (myObject (attribute1 "attr70460") ) ) +(assert (myObject (attribute1 "attr70461") ) ) +(assert (myObject (attribute1 "attr70462") ) ) +(assert (myObject (attribute1 "attr70463") ) ) +(assert (myObject (attribute1 "attr70464") ) ) +(assert (myObject (attribute1 "attr70465") ) ) +(assert (myObject (attribute1 "attr70466") ) ) +(assert (myObject (attribute1 "attr70467") ) ) +(assert (myObject (attribute1 "attr70468") ) ) +(assert (myObject (attribute1 "attr70469") ) ) +(assert (myObject (attribute1 "attr70470") ) ) +(assert (myObject (attribute1 "attr70471") ) ) +(assert (myObject (attribute1 "attr70472") ) ) +(assert (myObject (attribute1 "attr70473") ) ) +(assert (myObject (attribute1 "attr70474") ) ) +(assert (myObject (attribute1 "attr70475") ) ) +(assert (myObject (attribute1 "attr70476") ) ) +(assert (myObject (attribute1 "attr70477") ) ) +(assert (myObject (attribute1 "attr70478") ) ) +(assert (myObject (attribute1 "attr70479") ) ) +(assert (myObject (attribute1 "attr70480") ) ) +(assert (myObject (attribute1 "attr70481") ) ) +(assert (myObject (attribute1 "attr70482") ) ) +(assert (myObject (attribute1 "attr70483") ) ) +(assert (myObject (attribute1 "attr70484") ) ) +(assert (myObject (attribute1 "attr70485") ) ) +(assert (myObject (attribute1 "attr70486") ) ) +(assert (myObject (attribute1 "attr70487") ) ) +(assert (myObject (attribute1 "attr70488") ) ) +(assert (myObject (attribute1 "attr70489") ) ) +(assert (myObject (attribute1 "attr70490") ) ) +(assert (myObject (attribute1 "attr70491") ) ) +(assert (myObject (attribute1 "attr70492") ) ) +(assert (myObject (attribute1 "attr70493") ) ) +(assert (myObject (attribute1 "attr70494") ) ) +(assert (myObject (attribute1 "attr70495") ) ) +(assert (myObject (attribute1 "attr70496") ) ) +(assert (myObject (attribute1 "attr70497") ) ) +(assert (myObject (attribute1 "attr70498") ) ) +(assert (myObject (attribute1 "attr70499") ) ) +(assert (myObject (attribute1 "attr70500") ) ) +(assert (myObject (attribute1 "attr70501") ) ) +(assert (myObject (attribute1 "attr70502") ) ) +(assert (myObject (attribute1 "attr70503") ) ) +(assert (myObject (attribute1 "attr70504") ) ) +(assert (myObject (attribute1 "attr70505") ) ) +(assert (myObject (attribute1 "attr70506") ) ) +(assert (myObject (attribute1 "attr70507") ) ) +(assert (myObject (attribute1 "attr70508") ) ) +(assert (myObject (attribute1 "attr70509") ) ) +(assert (myObject (attribute1 "attr70510") ) ) +(assert (myObject (attribute1 "attr70511") ) ) +(assert (myObject (attribute1 "attr70512") ) ) +(assert (myObject (attribute1 "attr70513") ) ) +(assert (myObject (attribute1 "attr70514") ) ) +(assert (myObject (attribute1 "attr70515") ) ) +(assert (myObject (attribute1 "attr70516") ) ) +(assert (myObject (attribute1 "attr70517") ) ) +(assert (myObject (attribute1 "attr70518") ) ) +(assert (myObject (attribute1 "attr70519") ) ) +(assert (myObject (attribute1 "attr70520") ) ) +(assert (myObject (attribute1 "attr70521") ) ) +(assert (myObject (attribute1 "attr70522") ) ) +(assert (myObject (attribute1 "attr70523") ) ) +(assert (myObject (attribute1 "attr70524") ) ) +(assert (myObject (attribute1 "attr70525") ) ) +(assert (myObject (attribute1 "attr70526") ) ) +(assert (myObject (attribute1 "attr70527") ) ) +(assert (myObject (attribute1 "attr70528") ) ) +(assert (myObject (attribute1 "attr70529") ) ) +(assert (myObject (attribute1 "attr70530") ) ) +(assert (myObject (attribute1 "attr70531") ) ) +(assert (myObject (attribute1 "attr70532") ) ) +(assert (myObject (attribute1 "attr70533") ) ) +(assert (myObject (attribute1 "attr70534") ) ) +(assert (myObject (attribute1 "attr70535") ) ) +(assert (myObject (attribute1 "attr70536") ) ) +(assert (myObject (attribute1 "attr70537") ) ) +(assert (myObject (attribute1 "attr70538") ) ) +(assert (myObject (attribute1 "attr70539") ) ) +(assert (myObject (attribute1 "attr70540") ) ) +(assert (myObject (attribute1 "attr70541") ) ) +(assert (myObject (attribute1 "attr70542") ) ) +(assert (myObject (attribute1 "attr70543") ) ) +(assert (myObject (attribute1 "attr70544") ) ) +(assert (myObject (attribute1 "attr70545") ) ) +(assert (myObject (attribute1 "attr70546") ) ) +(assert (myObject (attribute1 "attr70547") ) ) +(assert (myObject (attribute1 "attr70548") ) ) +(assert (myObject (attribute1 "attr70549") ) ) +(assert (myObject (attribute1 "attr70550") ) ) +(assert (myObject (attribute1 "attr70551") ) ) +(assert (myObject (attribute1 "attr70552") ) ) +(assert (myObject (attribute1 "attr70553") ) ) +(assert (myObject (attribute1 "attr70554") ) ) +(assert (myObject (attribute1 "attr70555") ) ) +(assert (myObject (attribute1 "attr70556") ) ) +(assert (myObject (attribute1 "attr70557") ) ) +(assert (myObject (attribute1 "attr70558") ) ) +(assert (myObject (attribute1 "attr70559") ) ) +(assert (myObject (attribute1 "attr70560") ) ) +(assert (myObject (attribute1 "attr70561") ) ) +(assert (myObject (attribute1 "attr70562") ) ) +(assert (myObject (attribute1 "attr70563") ) ) +(assert (myObject (attribute1 "attr70564") ) ) +(assert (myObject (attribute1 "attr70565") ) ) +(assert (myObject (attribute1 "attr70566") ) ) +(assert (myObject (attribute1 "attr70567") ) ) +(assert (myObject (attribute1 "attr70568") ) ) +(assert (myObject (attribute1 "attr70569") ) ) +(assert (myObject (attribute1 "attr70570") ) ) +(assert (myObject (attribute1 "attr70571") ) ) +(assert (myObject (attribute1 "attr70572") ) ) +(assert (myObject (attribute1 "attr70573") ) ) +(assert (myObject (attribute1 "attr70574") ) ) +(assert (myObject (attribute1 "attr70575") ) ) +(assert (myObject (attribute1 "attr70576") ) ) +(assert (myObject (attribute1 "attr70577") ) ) +(assert (myObject (attribute1 "attr70578") ) ) +(assert (myObject (attribute1 "attr70579") ) ) +(assert (myObject (attribute1 "attr70580") ) ) +(assert (myObject (attribute1 "attr70581") ) ) +(assert (myObject (attribute1 "attr70582") ) ) +(assert (myObject (attribute1 "attr70583") ) ) +(assert (myObject (attribute1 "attr70584") ) ) +(assert (myObject (attribute1 "attr70585") ) ) +(assert (myObject (attribute1 "attr70586") ) ) +(assert (myObject (attribute1 "attr70587") ) ) +(assert (myObject (attribute1 "attr70588") ) ) +(assert (myObject (attribute1 "attr70589") ) ) +(assert (myObject (attribute1 "attr70590") ) ) +(assert (myObject (attribute1 "attr70591") ) ) +(assert (myObject (attribute1 "attr70592") ) ) +(assert (myObject (attribute1 "attr70593") ) ) +(assert (myObject (attribute1 "attr70594") ) ) +(assert (myObject (attribute1 "attr70595") ) ) +(assert (myObject (attribute1 "attr70596") ) ) +(assert (myObject (attribute1 "attr70597") ) ) +(assert (myObject (attribute1 "attr70598") ) ) +(assert (myObject (attribute1 "attr70599") ) ) +(assert (myObject (attribute1 "attr70600") ) ) +(assert (myObject (attribute1 "attr70601") ) ) +(assert (myObject (attribute1 "attr70602") ) ) +(assert (myObject (attribute1 "attr70603") ) ) +(assert (myObject (attribute1 "attr70604") ) ) +(assert (myObject (attribute1 "attr70605") ) ) +(assert (myObject (attribute1 "attr70606") ) ) +(assert (myObject (attribute1 "attr70607") ) ) +(assert (myObject (attribute1 "attr70608") ) ) +(assert (myObject (attribute1 "attr70609") ) ) +(assert (myObject (attribute1 "attr70610") ) ) +(assert (myObject (attribute1 "attr70611") ) ) +(assert (myObject (attribute1 "attr70612") ) ) +(assert (myObject (attribute1 "attr70613") ) ) +(assert (myObject (attribute1 "attr70614") ) ) +(assert (myObject (attribute1 "attr70615") ) ) +(assert (myObject (attribute1 "attr70616") ) ) +(assert (myObject (attribute1 "attr70617") ) ) +(assert (myObject (attribute1 "attr70618") ) ) +(assert (myObject (attribute1 "attr70619") ) ) +(assert (myObject (attribute1 "attr70620") ) ) +(assert (myObject (attribute1 "attr70621") ) ) +(assert (myObject (attribute1 "attr70622") ) ) +(assert (myObject (attribute1 "attr70623") ) ) +(assert (myObject (attribute1 "attr70624") ) ) +(assert (myObject (attribute1 "attr70625") ) ) +(assert (myObject (attribute1 "attr70626") ) ) +(assert (myObject (attribute1 "attr70627") ) ) +(assert (myObject (attribute1 "attr70628") ) ) +(assert (myObject (attribute1 "attr70629") ) ) +(assert (myObject (attribute1 "attr70630") ) ) +(assert (myObject (attribute1 "attr70631") ) ) +(assert (myObject (attribute1 "attr70632") ) ) +(assert (myObject (attribute1 "attr70633") ) ) +(assert (myObject (attribute1 "attr70634") ) ) +(assert (myObject (attribute1 "attr70635") ) ) +(assert (myObject (attribute1 "attr70636") ) ) +(assert (myObject (attribute1 "attr70637") ) ) +(assert (myObject (attribute1 "attr70638") ) ) +(assert (myObject (attribute1 "attr70639") ) ) +(assert (myObject (attribute1 "attr70640") ) ) +(assert (myObject (attribute1 "attr70641") ) ) +(assert (myObject (attribute1 "attr70642") ) ) +(assert (myObject (attribute1 "attr70643") ) ) +(assert (myObject (attribute1 "attr70644") ) ) +(assert (myObject (attribute1 "attr70645") ) ) +(assert (myObject (attribute1 "attr70646") ) ) +(assert (myObject (attribute1 "attr70647") ) ) +(assert (myObject (attribute1 "attr70648") ) ) +(assert (myObject (attribute1 "attr70649") ) ) +(assert (myObject (attribute1 "attr70650") ) ) +(assert (myObject (attribute1 "attr70651") ) ) +(assert (myObject (attribute1 "attr70652") ) ) +(assert (myObject (attribute1 "attr70653") ) ) +(assert (myObject (attribute1 "attr70654") ) ) +(assert (myObject (attribute1 "attr70655") ) ) +(assert (myObject (attribute1 "attr70656") ) ) +(assert (myObject (attribute1 "attr70657") ) ) +(assert (myObject (attribute1 "attr70658") ) ) +(assert (myObject (attribute1 "attr70659") ) ) +(assert (myObject (attribute1 "attr70660") ) ) +(assert (myObject (attribute1 "attr70661") ) ) +(assert (myObject (attribute1 "attr70662") ) ) +(assert (myObject (attribute1 "attr70663") ) ) +(assert (myObject (attribute1 "attr70664") ) ) +(assert (myObject (attribute1 "attr70665") ) ) +(assert (myObject (attribute1 "attr70666") ) ) +(assert (myObject (attribute1 "attr70667") ) ) +(assert (myObject (attribute1 "attr70668") ) ) +(assert (myObject (attribute1 "attr70669") ) ) +(assert (myObject (attribute1 "attr70670") ) ) +(assert (myObject (attribute1 "attr70671") ) ) +(assert (myObject (attribute1 "attr70672") ) ) +(assert (myObject (attribute1 "attr70673") ) ) +(assert (myObject (attribute1 "attr70674") ) ) +(assert (myObject (attribute1 "attr70675") ) ) +(assert (myObject (attribute1 "attr70676") ) ) +(assert (myObject (attribute1 "attr70677") ) ) +(assert (myObject (attribute1 "attr70678") ) ) +(assert (myObject (attribute1 "attr70679") ) ) +(assert (myObject (attribute1 "attr70680") ) ) +(assert (myObject (attribute1 "attr70681") ) ) +(assert (myObject (attribute1 "attr70682") ) ) +(assert (myObject (attribute1 "attr70683") ) ) +(assert (myObject (attribute1 "attr70684") ) ) +(assert (myObject (attribute1 "attr70685") ) ) +(assert (myObject (attribute1 "attr70686") ) ) +(assert (myObject (attribute1 "attr70687") ) ) +(assert (myObject (attribute1 "attr70688") ) ) +(assert (myObject (attribute1 "attr70689") ) ) +(assert (myObject (attribute1 "attr70690") ) ) +(assert (myObject (attribute1 "attr70691") ) ) +(assert (myObject (attribute1 "attr70692") ) ) +(assert (myObject (attribute1 "attr70693") ) ) +(assert (myObject (attribute1 "attr70694") ) ) +(assert (myObject (attribute1 "attr70695") ) ) +(assert (myObject (attribute1 "attr70696") ) ) +(assert (myObject (attribute1 "attr70697") ) ) +(assert (myObject (attribute1 "attr70698") ) ) +(assert (myObject (attribute1 "attr70699") ) ) +(assert (myObject (attribute1 "attr70700") ) ) +(assert (myObject (attribute1 "attr70701") ) ) +(assert (myObject (attribute1 "attr70702") ) ) +(assert (myObject (attribute1 "attr70703") ) ) +(assert (myObject (attribute1 "attr70704") ) ) +(assert (myObject (attribute1 "attr70705") ) ) +(assert (myObject (attribute1 "attr70706") ) ) +(assert (myObject (attribute1 "attr70707") ) ) +(assert (myObject (attribute1 "attr70708") ) ) +(assert (myObject (attribute1 "attr70709") ) ) +(assert (myObject (attribute1 "attr70710") ) ) +(assert (myObject (attribute1 "attr70711") ) ) +(assert (myObject (attribute1 "attr70712") ) ) +(assert (myObject (attribute1 "attr70713") ) ) +(assert (myObject (attribute1 "attr70714") ) ) +(assert (myObject (attribute1 "attr70715") ) ) +(assert (myObject (attribute1 "attr70716") ) ) +(assert (myObject (attribute1 "attr70717") ) ) +(assert (myObject (attribute1 "attr70718") ) ) +(assert (myObject (attribute1 "attr70719") ) ) +(assert (myObject (attribute1 "attr70720") ) ) +(assert (myObject (attribute1 "attr70721") ) ) +(assert (myObject (attribute1 "attr70722") ) ) +(assert (myObject (attribute1 "attr70723") ) ) +(assert (myObject (attribute1 "attr70724") ) ) +(assert (myObject (attribute1 "attr70725") ) ) +(assert (myObject (attribute1 "attr70726") ) ) +(assert (myObject (attribute1 "attr70727") ) ) +(assert (myObject (attribute1 "attr70728") ) ) +(assert (myObject (attribute1 "attr70729") ) ) +(assert (myObject (attribute1 "attr70730") ) ) +(assert (myObject (attribute1 "attr70731") ) ) +(assert (myObject (attribute1 "attr70732") ) ) +(assert (myObject (attribute1 "attr70733") ) ) +(assert (myObject (attribute1 "attr70734") ) ) +(assert (myObject (attribute1 "attr70735") ) ) +(assert (myObject (attribute1 "attr70736") ) ) +(assert (myObject (attribute1 "attr70737") ) ) +(assert (myObject (attribute1 "attr70738") ) ) +(assert (myObject (attribute1 "attr70739") ) ) +(assert (myObject (attribute1 "attr70740") ) ) +(assert (myObject (attribute1 "attr70741") ) ) +(assert (myObject (attribute1 "attr70742") ) ) +(assert (myObject (attribute1 "attr70743") ) ) +(assert (myObject (attribute1 "attr70744") ) ) +(assert (myObject (attribute1 "attr70745") ) ) +(assert (myObject (attribute1 "attr70746") ) ) +(assert (myObject (attribute1 "attr70747") ) ) +(assert (myObject (attribute1 "attr70748") ) ) +(assert (myObject (attribute1 "attr70749") ) ) +(assert (myObject (attribute1 "attr70750") ) ) +(assert (myObject (attribute1 "attr70751") ) ) +(assert (myObject (attribute1 "attr70752") ) ) +(assert (myObject (attribute1 "attr70753") ) ) +(assert (myObject (attribute1 "attr70754") ) ) +(assert (myObject (attribute1 "attr70755") ) ) +(assert (myObject (attribute1 "attr70756") ) ) +(assert (myObject (attribute1 "attr70757") ) ) +(assert (myObject (attribute1 "attr70758") ) ) +(assert (myObject (attribute1 "attr70759") ) ) +(assert (myObject (attribute1 "attr70760") ) ) +(assert (myObject (attribute1 "attr70761") ) ) +(assert (myObject (attribute1 "attr70762") ) ) +(assert (myObject (attribute1 "attr70763") ) ) +(assert (myObject (attribute1 "attr70764") ) ) +(assert (myObject (attribute1 "attr70765") ) ) +(assert (myObject (attribute1 "attr70766") ) ) +(assert (myObject (attribute1 "attr70767") ) ) +(assert (myObject (attribute1 "attr70768") ) ) +(assert (myObject (attribute1 "attr70769") ) ) +(assert (myObject (attribute1 "attr70770") ) ) +(assert (myObject (attribute1 "attr70771") ) ) +(assert (myObject (attribute1 "attr70772") ) ) +(assert (myObject (attribute1 "attr70773") ) ) +(assert (myObject (attribute1 "attr70774") ) ) +(assert (myObject (attribute1 "attr70775") ) ) +(assert (myObject (attribute1 "attr70776") ) ) +(assert (myObject (attribute1 "attr70777") ) ) +(assert (myObject (attribute1 "attr70778") ) ) +(assert (myObject (attribute1 "attr70779") ) ) +(assert (myObject (attribute1 "attr70780") ) ) +(assert (myObject (attribute1 "attr70781") ) ) +(assert (myObject (attribute1 "attr70782") ) ) +(assert (myObject (attribute1 "attr70783") ) ) +(assert (myObject (attribute1 "attr70784") ) ) +(assert (myObject (attribute1 "attr70785") ) ) +(assert (myObject (attribute1 "attr70786") ) ) +(assert (myObject (attribute1 "attr70787") ) ) +(assert (myObject (attribute1 "attr70788") ) ) +(assert (myObject (attribute1 "attr70789") ) ) +(assert (myObject (attribute1 "attr70790") ) ) +(assert (myObject (attribute1 "attr70791") ) ) +(assert (myObject (attribute1 "attr70792") ) ) +(assert (myObject (attribute1 "attr70793") ) ) +(assert (myObject (attribute1 "attr70794") ) ) +(assert (myObject (attribute1 "attr70795") ) ) +(assert (myObject (attribute1 "attr70796") ) ) +(assert (myObject (attribute1 "attr70797") ) ) +(assert (myObject (attribute1 "attr70798") ) ) +(assert (myObject (attribute1 "attr70799") ) ) +(assert (myObject (attribute1 "attr70800") ) ) +(assert (myObject (attribute1 "attr70801") ) ) +(assert (myObject (attribute1 "attr70802") ) ) +(assert (myObject (attribute1 "attr70803") ) ) +(assert (myObject (attribute1 "attr70804") ) ) +(assert (myObject (attribute1 "attr70805") ) ) +(assert (myObject (attribute1 "attr70806") ) ) +(assert (myObject (attribute1 "attr70807") ) ) +(assert (myObject (attribute1 "attr70808") ) ) +(assert (myObject (attribute1 "attr70809") ) ) +(assert (myObject (attribute1 "attr70810") ) ) +(assert (myObject (attribute1 "attr70811") ) ) +(assert (myObject (attribute1 "attr70812") ) ) +(assert (myObject (attribute1 "attr70813") ) ) +(assert (myObject (attribute1 "attr70814") ) ) +(assert (myObject (attribute1 "attr70815") ) ) +(assert (myObject (attribute1 "attr70816") ) ) +(assert (myObject (attribute1 "attr70817") ) ) +(assert (myObject (attribute1 "attr70818") ) ) +(assert (myObject (attribute1 "attr70819") ) ) +(assert (myObject (attribute1 "attr70820") ) ) +(assert (myObject (attribute1 "attr70821") ) ) +(assert (myObject (attribute1 "attr70822") ) ) +(assert (myObject (attribute1 "attr70823") ) ) +(assert (myObject (attribute1 "attr70824") ) ) +(assert (myObject (attribute1 "attr70825") ) ) +(assert (myObject (attribute1 "attr70826") ) ) +(assert (myObject (attribute1 "attr70827") ) ) +(assert (myObject (attribute1 "attr70828") ) ) +(assert (myObject (attribute1 "attr70829") ) ) +(assert (myObject (attribute1 "attr70830") ) ) +(assert (myObject (attribute1 "attr70831") ) ) +(assert (myObject (attribute1 "attr70832") ) ) +(assert (myObject (attribute1 "attr70833") ) ) +(assert (myObject (attribute1 "attr70834") ) ) +(assert (myObject (attribute1 "attr70835") ) ) +(assert (myObject (attribute1 "attr70836") ) ) +(assert (myObject (attribute1 "attr70837") ) ) +(assert (myObject (attribute1 "attr70838") ) ) +(assert (myObject (attribute1 "attr70839") ) ) +(assert (myObject (attribute1 "attr70840") ) ) +(assert (myObject (attribute1 "attr70841") ) ) +(assert (myObject (attribute1 "attr70842") ) ) +(assert (myObject (attribute1 "attr70843") ) ) +(assert (myObject (attribute1 "attr70844") ) ) +(assert (myObject (attribute1 "attr70845") ) ) +(assert (myObject (attribute1 "attr70846") ) ) +(assert (myObject (attribute1 "attr70847") ) ) +(assert (myObject (attribute1 "attr70848") ) ) +(assert (myObject (attribute1 "attr70849") ) ) +(assert (myObject (attribute1 "attr70850") ) ) +(assert (myObject (attribute1 "attr70851") ) ) +(assert (myObject (attribute1 "attr70852") ) ) +(assert (myObject (attribute1 "attr70853") ) ) +(assert (myObject (attribute1 "attr70854") ) ) +(assert (myObject (attribute1 "attr70855") ) ) +(assert (myObject (attribute1 "attr70856") ) ) +(assert (myObject (attribute1 "attr70857") ) ) +(assert (myObject (attribute1 "attr70858") ) ) +(assert (myObject (attribute1 "attr70859") ) ) +(assert (myObject (attribute1 "attr70860") ) ) +(assert (myObject (attribute1 "attr70861") ) ) +(assert (myObject (attribute1 "attr70862") ) ) +(assert (myObject (attribute1 "attr70863") ) ) +(assert (myObject (attribute1 "attr70864") ) ) +(assert (myObject (attribute1 "attr70865") ) ) +(assert (myObject (attribute1 "attr70866") ) ) +(assert (myObject (attribute1 "attr70867") ) ) +(assert (myObject (attribute1 "attr70868") ) ) +(assert (myObject (attribute1 "attr70869") ) ) +(assert (myObject (attribute1 "attr70870") ) ) +(assert (myObject (attribute1 "attr70871") ) ) +(assert (myObject (attribute1 "attr70872") ) ) +(assert (myObject (attribute1 "attr70873") ) ) +(assert (myObject (attribute1 "attr70874") ) ) +(assert (myObject (attribute1 "attr70875") ) ) +(assert (myObject (attribute1 "attr70876") ) ) +(assert (myObject (attribute1 "attr70877") ) ) +(assert (myObject (attribute1 "attr70878") ) ) +(assert (myObject (attribute1 "attr70879") ) ) +(assert (myObject (attribute1 "attr70880") ) ) +(assert (myObject (attribute1 "attr70881") ) ) +(assert (myObject (attribute1 "attr70882") ) ) +(assert (myObject (attribute1 "attr70883") ) ) +(assert (myObject (attribute1 "attr70884") ) ) +(assert (myObject (attribute1 "attr70885") ) ) +(assert (myObject (attribute1 "attr70886") ) ) +(assert (myObject (attribute1 "attr70887") ) ) +(assert (myObject (attribute1 "attr70888") ) ) +(assert (myObject (attribute1 "attr70889") ) ) +(assert (myObject (attribute1 "attr70890") ) ) +(assert (myObject (attribute1 "attr70891") ) ) +(assert (myObject (attribute1 "attr70892") ) ) +(assert (myObject (attribute1 "attr70893") ) ) +(assert (myObject (attribute1 "attr70894") ) ) +(assert (myObject (attribute1 "attr70895") ) ) +(assert (myObject (attribute1 "attr70896") ) ) +(assert (myObject (attribute1 "attr70897") ) ) +(assert (myObject (attribute1 "attr70898") ) ) +(assert (myObject (attribute1 "attr70899") ) ) +(assert (myObject (attribute1 "attr70900") ) ) +(assert (myObject (attribute1 "attr70901") ) ) +(assert (myObject (attribute1 "attr70902") ) ) +(assert (myObject (attribute1 "attr70903") ) ) +(assert (myObject (attribute1 "attr70904") ) ) +(assert (myObject (attribute1 "attr70905") ) ) +(assert (myObject (attribute1 "attr70906") ) ) +(assert (myObject (attribute1 "attr70907") ) ) +(assert (myObject (attribute1 "attr70908") ) ) +(assert (myObject (attribute1 "attr70909") ) ) +(assert (myObject (attribute1 "attr70910") ) ) +(assert (myObject (attribute1 "attr70911") ) ) +(assert (myObject (attribute1 "attr70912") ) ) +(assert (myObject (attribute1 "attr70913") ) ) +(assert (myObject (attribute1 "attr70914") ) ) +(assert (myObject (attribute1 "attr70915") ) ) +(assert (myObject (attribute1 "attr70916") ) ) +(assert (myObject (attribute1 "attr70917") ) ) +(assert (myObject (attribute1 "attr70918") ) ) +(assert (myObject (attribute1 "attr70919") ) ) +(assert (myObject (attribute1 "attr70920") ) ) +(assert (myObject (attribute1 "attr70921") ) ) +(assert (myObject (attribute1 "attr70922") ) ) +(assert (myObject (attribute1 "attr70923") ) ) +(assert (myObject (attribute1 "attr70924") ) ) +(assert (myObject (attribute1 "attr70925") ) ) +(assert (myObject (attribute1 "attr70926") ) ) +(assert (myObject (attribute1 "attr70927") ) ) +(assert (myObject (attribute1 "attr70928") ) ) +(assert (myObject (attribute1 "attr70929") ) ) +(assert (myObject (attribute1 "attr70930") ) ) +(assert (myObject (attribute1 "attr70931") ) ) +(assert (myObject (attribute1 "attr70932") ) ) +(assert (myObject (attribute1 "attr70933") ) ) +(assert (myObject (attribute1 "attr70934") ) ) +(assert (myObject (attribute1 "attr70935") ) ) +(assert (myObject (attribute1 "attr70936") ) ) +(assert (myObject (attribute1 "attr70937") ) ) +(assert (myObject (attribute1 "attr70938") ) ) +(assert (myObject (attribute1 "attr70939") ) ) +(assert (myObject (attribute1 "attr70940") ) ) +(assert (myObject (attribute1 "attr70941") ) ) +(assert (myObject (attribute1 "attr70942") ) ) +(assert (myObject (attribute1 "attr70943") ) ) +(assert (myObject (attribute1 "attr70944") ) ) +(assert (myObject (attribute1 "attr70945") ) ) +(assert (myObject (attribute1 "attr70946") ) ) +(assert (myObject (attribute1 "attr70947") ) ) +(assert (myObject (attribute1 "attr70948") ) ) +(assert (myObject (attribute1 "attr70949") ) ) +(assert (myObject (attribute1 "attr70950") ) ) +(assert (myObject (attribute1 "attr70951") ) ) +(assert (myObject (attribute1 "attr70952") ) ) +(assert (myObject (attribute1 "attr70953") ) ) +(assert (myObject (attribute1 "attr70954") ) ) +(assert (myObject (attribute1 "attr70955") ) ) +(assert (myObject (attribute1 "attr70956") ) ) +(assert (myObject (attribute1 "attr70957") ) ) +(assert (myObject (attribute1 "attr70958") ) ) +(assert (myObject (attribute1 "attr70959") ) ) +(assert (myObject (attribute1 "attr70960") ) ) +(assert (myObject (attribute1 "attr70961") ) ) +(assert (myObject (attribute1 "attr70962") ) ) +(assert (myObject (attribute1 "attr70963") ) ) +(assert (myObject (attribute1 "attr70964") ) ) +(assert (myObject (attribute1 "attr70965") ) ) +(assert (myObject (attribute1 "attr70966") ) ) +(assert (myObject (attribute1 "attr70967") ) ) +(assert (myObject (attribute1 "attr70968") ) ) +(assert (myObject (attribute1 "attr70969") ) ) +(assert (myObject (attribute1 "attr70970") ) ) +(assert (myObject (attribute1 "attr70971") ) ) +(assert (myObject (attribute1 "attr70972") ) ) +(assert (myObject (attribute1 "attr70973") ) ) +(assert (myObject (attribute1 "attr70974") ) ) +(assert (myObject (attribute1 "attr70975") ) ) +(assert (myObject (attribute1 "attr70976") ) ) +(assert (myObject (attribute1 "attr70977") ) ) +(assert (myObject (attribute1 "attr70978") ) ) +(assert (myObject (attribute1 "attr70979") ) ) +(assert (myObject (attribute1 "attr70980") ) ) +(assert (myObject (attribute1 "attr70981") ) ) +(assert (myObject (attribute1 "attr70982") ) ) +(assert (myObject (attribute1 "attr70983") ) ) +(assert (myObject (attribute1 "attr70984") ) ) +(assert (myObject (attribute1 "attr70985") ) ) +(assert (myObject (attribute1 "attr70986") ) ) +(assert (myObject (attribute1 "attr70987") ) ) +(assert (myObject (attribute1 "attr70988") ) ) +(assert (myObject (attribute1 "attr70989") ) ) +(assert (myObject (attribute1 "attr70990") ) ) +(assert (myObject (attribute1 "attr70991") ) ) +(assert (myObject (attribute1 "attr70992") ) ) +(assert (myObject (attribute1 "attr70993") ) ) +(assert (myObject (attribute1 "attr70994") ) ) +(assert (myObject (attribute1 "attr70995") ) ) +(assert (myObject (attribute1 "attr70996") ) ) +(assert (myObject (attribute1 "attr70997") ) ) +(assert (myObject (attribute1 "attr70998") ) ) +(assert (myObject (attribute1 "attr70999") ) ) +(assert (myObject (attribute1 "attr71000") ) ) +(assert (myObject (attribute1 "attr71001") ) ) +(assert (myObject (attribute1 "attr71002") ) ) +(assert (myObject (attribute1 "attr71003") ) ) +(assert (myObject (attribute1 "attr71004") ) ) +(assert (myObject (attribute1 "attr71005") ) ) +(assert (myObject (attribute1 "attr71006") ) ) +(assert (myObject (attribute1 "attr71007") ) ) +(assert (myObject (attribute1 "attr71008") ) ) +(assert (myObject (attribute1 "attr71009") ) ) +(assert (myObject (attribute1 "attr71010") ) ) +(assert (myObject (attribute1 "attr71011") ) ) +(assert (myObject (attribute1 "attr71012") ) ) +(assert (myObject (attribute1 "attr71013") ) ) +(assert (myObject (attribute1 "attr71014") ) ) +(assert (myObject (attribute1 "attr71015") ) ) +(assert (myObject (attribute1 "attr71016") ) ) +(assert (myObject (attribute1 "attr71017") ) ) +(assert (myObject (attribute1 "attr71018") ) ) +(assert (myObject (attribute1 "attr71019") ) ) +(assert (myObject (attribute1 "attr71020") ) ) +(assert (myObject (attribute1 "attr71021") ) ) +(assert (myObject (attribute1 "attr71022") ) ) +(assert (myObject (attribute1 "attr71023") ) ) +(assert (myObject (attribute1 "attr71024") ) ) +(assert (myObject (attribute1 "attr71025") ) ) +(assert (myObject (attribute1 "attr71026") ) ) +(assert (myObject (attribute1 "attr71027") ) ) +(assert (myObject (attribute1 "attr71028") ) ) +(assert (myObject (attribute1 "attr71029") ) ) +(assert (myObject (attribute1 "attr71030") ) ) +(assert (myObject (attribute1 "attr71031") ) ) +(assert (myObject (attribute1 "attr71032") ) ) +(assert (myObject (attribute1 "attr71033") ) ) +(assert (myObject (attribute1 "attr71034") ) ) +(assert (myObject (attribute1 "attr71035") ) ) +(assert (myObject (attribute1 "attr71036") ) ) +(assert (myObject (attribute1 "attr71037") ) ) +(assert (myObject (attribute1 "attr71038") ) ) +(assert (myObject (attribute1 "attr71039") ) ) +(assert (myObject (attribute1 "attr71040") ) ) +(assert (myObject (attribute1 "attr71041") ) ) +(assert (myObject (attribute1 "attr71042") ) ) +(assert (myObject (attribute1 "attr71043") ) ) +(assert (myObject (attribute1 "attr71044") ) ) +(assert (myObject (attribute1 "attr71045") ) ) +(assert (myObject (attribute1 "attr71046") ) ) +(assert (myObject (attribute1 "attr71047") ) ) +(assert (myObject (attribute1 "attr71048") ) ) +(assert (myObject (attribute1 "attr71049") ) ) +(assert (myObject (attribute1 "attr71050") ) ) +(assert (myObject (attribute1 "attr71051") ) ) +(assert (myObject (attribute1 "attr71052") ) ) +(assert (myObject (attribute1 "attr71053") ) ) +(assert (myObject (attribute1 "attr71054") ) ) +(assert (myObject (attribute1 "attr71055") ) ) +(assert (myObject (attribute1 "attr71056") ) ) +(assert (myObject (attribute1 "attr71057") ) ) +(assert (myObject (attribute1 "attr71058") ) ) +(assert (myObject (attribute1 "attr71059") ) ) +(assert (myObject (attribute1 "attr71060") ) ) +(assert (myObject (attribute1 "attr71061") ) ) +(assert (myObject (attribute1 "attr71062") ) ) +(assert (myObject (attribute1 "attr71063") ) ) +(assert (myObject (attribute1 "attr71064") ) ) +(assert (myObject (attribute1 "attr71065") ) ) +(assert (myObject (attribute1 "attr71066") ) ) +(assert (myObject (attribute1 "attr71067") ) ) +(assert (myObject (attribute1 "attr71068") ) ) +(assert (myObject (attribute1 "attr71069") ) ) +(assert (myObject (attribute1 "attr71070") ) ) +(assert (myObject (attribute1 "attr71071") ) ) +(assert (myObject (attribute1 "attr71072") ) ) +(assert (myObject (attribute1 "attr71073") ) ) +(assert (myObject (attribute1 "attr71074") ) ) +(assert (myObject (attribute1 "attr71075") ) ) +(assert (myObject (attribute1 "attr71076") ) ) +(assert (myObject (attribute1 "attr71077") ) ) +(assert (myObject (attribute1 "attr71078") ) ) +(assert (myObject (attribute1 "attr71079") ) ) +(assert (myObject (attribute1 "attr71080") ) ) +(assert (myObject (attribute1 "attr71081") ) ) +(assert (myObject (attribute1 "attr71082") ) ) +(assert (myObject (attribute1 "attr71083") ) ) +(assert (myObject (attribute1 "attr71084") ) ) +(assert (myObject (attribute1 "attr71085") ) ) +(assert (myObject (attribute1 "attr71086") ) ) +(assert (myObject (attribute1 "attr71087") ) ) +(assert (myObject (attribute1 "attr71088") ) ) +(assert (myObject (attribute1 "attr71089") ) ) +(assert (myObject (attribute1 "attr71090") ) ) +(assert (myObject (attribute1 "attr71091") ) ) +(assert (myObject (attribute1 "attr71092") ) ) +(assert (myObject (attribute1 "attr71093") ) ) +(assert (myObject (attribute1 "attr71094") ) ) +(assert (myObject (attribute1 "attr71095") ) ) +(assert (myObject (attribute1 "attr71096") ) ) +(assert (myObject (attribute1 "attr71097") ) ) +(assert (myObject (attribute1 "attr71098") ) ) +(assert (myObject (attribute1 "attr71099") ) ) +(assert (myObject (attribute1 "attr71100") ) ) +(assert (myObject (attribute1 "attr71101") ) ) +(assert (myObject (attribute1 "attr71102") ) ) +(assert (myObject (attribute1 "attr71103") ) ) +(assert (myObject (attribute1 "attr71104") ) ) +(assert (myObject (attribute1 "attr71105") ) ) +(assert (myObject (attribute1 "attr71106") ) ) +(assert (myObject (attribute1 "attr71107") ) ) +(assert (myObject (attribute1 "attr71108") ) ) +(assert (myObject (attribute1 "attr71109") ) ) +(assert (myObject (attribute1 "attr71110") ) ) +(assert (myObject (attribute1 "attr71111") ) ) +(assert (myObject (attribute1 "attr71112") ) ) +(assert (myObject (attribute1 "attr71113") ) ) +(assert (myObject (attribute1 "attr71114") ) ) +(assert (myObject (attribute1 "attr71115") ) ) +(assert (myObject (attribute1 "attr71116") ) ) +(assert (myObject (attribute1 "attr71117") ) ) +(assert (myObject (attribute1 "attr71118") ) ) +(assert (myObject (attribute1 "attr71119") ) ) +(assert (myObject (attribute1 "attr71120") ) ) +(assert (myObject (attribute1 "attr71121") ) ) +(assert (myObject (attribute1 "attr71122") ) ) +(assert (myObject (attribute1 "attr71123") ) ) +(assert (myObject (attribute1 "attr71124") ) ) +(assert (myObject (attribute1 "attr71125") ) ) +(assert (myObject (attribute1 "attr71126") ) ) +(assert (myObject (attribute1 "attr71127") ) ) +(assert (myObject (attribute1 "attr71128") ) ) +(assert (myObject (attribute1 "attr71129") ) ) +(assert (myObject (attribute1 "attr71130") ) ) +(assert (myObject (attribute1 "attr71131") ) ) +(assert (myObject (attribute1 "attr71132") ) ) +(assert (myObject (attribute1 "attr71133") ) ) +(assert (myObject (attribute1 "attr71134") ) ) +(assert (myObject (attribute1 "attr71135") ) ) +(assert (myObject (attribute1 "attr71136") ) ) +(assert (myObject (attribute1 "attr71137") ) ) +(assert (myObject (attribute1 "attr71138") ) ) +(assert (myObject (attribute1 "attr71139") ) ) +(assert (myObject (attribute1 "attr71140") ) ) +(assert (myObject (attribute1 "attr71141") ) ) +(assert (myObject (attribute1 "attr71142") ) ) +(assert (myObject (attribute1 "attr71143") ) ) +(assert (myObject (attribute1 "attr71144") ) ) +(assert (myObject (attribute1 "attr71145") ) ) +(assert (myObject (attribute1 "attr71146") ) ) +(assert (myObject (attribute1 "attr71147") ) ) +(assert (myObject (attribute1 "attr71148") ) ) +(assert (myObject (attribute1 "attr71149") ) ) +(assert (myObject (attribute1 "attr71150") ) ) +(assert (myObject (attribute1 "attr71151") ) ) +(assert (myObject (attribute1 "attr71152") ) ) +(assert (myObject (attribute1 "attr71153") ) ) +(assert (myObject (attribute1 "attr71154") ) ) +(assert (myObject (attribute1 "attr71155") ) ) +(assert (myObject (attribute1 "attr71156") ) ) +(assert (myObject (attribute1 "attr71157") ) ) +(assert (myObject (attribute1 "attr71158") ) ) +(assert (myObject (attribute1 "attr71159") ) ) +(assert (myObject (attribute1 "attr71160") ) ) +(assert (myObject (attribute1 "attr71161") ) ) +(assert (myObject (attribute1 "attr71162") ) ) +(assert (myObject (attribute1 "attr71163") ) ) +(assert (myObject (attribute1 "attr71164") ) ) +(assert (myObject (attribute1 "attr71165") ) ) +(assert (myObject (attribute1 "attr71166") ) ) +(assert (myObject (attribute1 "attr71167") ) ) +(assert (myObject (attribute1 "attr71168") ) ) +(assert (myObject (attribute1 "attr71169") ) ) +(assert (myObject (attribute1 "attr71170") ) ) +(assert (myObject (attribute1 "attr71171") ) ) +(assert (myObject (attribute1 "attr71172") ) ) +(assert (myObject (attribute1 "attr71173") ) ) +(assert (myObject (attribute1 "attr71174") ) ) +(assert (myObject (attribute1 "attr71175") ) ) +(assert (myObject (attribute1 "attr71176") ) ) +(assert (myObject (attribute1 "attr71177") ) ) +(assert (myObject (attribute1 "attr71178") ) ) +(assert (myObject (attribute1 "attr71179") ) ) +(assert (myObject (attribute1 "attr71180") ) ) +(assert (myObject (attribute1 "attr71181") ) ) +(assert (myObject (attribute1 "attr71182") ) ) +(assert (myObject (attribute1 "attr71183") ) ) +(assert (myObject (attribute1 "attr71184") ) ) +(assert (myObject (attribute1 "attr71185") ) ) +(assert (myObject (attribute1 "attr71186") ) ) +(assert (myObject (attribute1 "attr71187") ) ) +(assert (myObject (attribute1 "attr71188") ) ) +(assert (myObject (attribute1 "attr71189") ) ) +(assert (myObject (attribute1 "attr71190") ) ) +(assert (myObject (attribute1 "attr71191") ) ) +(assert (myObject (attribute1 "attr71192") ) ) +(assert (myObject (attribute1 "attr71193") ) ) +(assert (myObject (attribute1 "attr71194") ) ) +(assert (myObject (attribute1 "attr71195") ) ) +(assert (myObject (attribute1 "attr71196") ) ) +(assert (myObject (attribute1 "attr71197") ) ) +(assert (myObject (attribute1 "attr71198") ) ) +(assert (myObject (attribute1 "attr71199") ) ) +(assert (myObject (attribute1 "attr71200") ) ) +(assert (myObject (attribute1 "attr71201") ) ) +(assert (myObject (attribute1 "attr71202") ) ) +(assert (myObject (attribute1 "attr71203") ) ) +(assert (myObject (attribute1 "attr71204") ) ) +(assert (myObject (attribute1 "attr71205") ) ) +(assert (myObject (attribute1 "attr71206") ) ) +(assert (myObject (attribute1 "attr71207") ) ) +(assert (myObject (attribute1 "attr71208") ) ) +(assert (myObject (attribute1 "attr71209") ) ) +(assert (myObject (attribute1 "attr71210") ) ) +(assert (myObject (attribute1 "attr71211") ) ) +(assert (myObject (attribute1 "attr71212") ) ) +(assert (myObject (attribute1 "attr71213") ) ) +(assert (myObject (attribute1 "attr71214") ) ) +(assert (myObject (attribute1 "attr71215") ) ) +(assert (myObject (attribute1 "attr71216") ) ) +(assert (myObject (attribute1 "attr71217") ) ) +(assert (myObject (attribute1 "attr71218") ) ) +(assert (myObject (attribute1 "attr71219") ) ) +(assert (myObject (attribute1 "attr71220") ) ) +(assert (myObject (attribute1 "attr71221") ) ) +(assert (myObject (attribute1 "attr71222") ) ) +(assert (myObject (attribute1 "attr71223") ) ) +(assert (myObject (attribute1 "attr71224") ) ) +(assert (myObject (attribute1 "attr71225") ) ) +(assert (myObject (attribute1 "attr71226") ) ) +(assert (myObject (attribute1 "attr71227") ) ) +(assert (myObject (attribute1 "attr71228") ) ) +(assert (myObject (attribute1 "attr71229") ) ) +(assert (myObject (attribute1 "attr71230") ) ) +(assert (myObject (attribute1 "attr71231") ) ) +(assert (myObject (attribute1 "attr71232") ) ) +(assert (myObject (attribute1 "attr71233") ) ) +(assert (myObject (attribute1 "attr71234") ) ) +(assert (myObject (attribute1 "attr71235") ) ) +(assert (myObject (attribute1 "attr71236") ) ) +(assert (myObject (attribute1 "attr71237") ) ) +(assert (myObject (attribute1 "attr71238") ) ) +(assert (myObject (attribute1 "attr71239") ) ) +(assert (myObject (attribute1 "attr71240") ) ) +(assert (myObject (attribute1 "attr71241") ) ) +(assert (myObject (attribute1 "attr71242") ) ) +(assert (myObject (attribute1 "attr71243") ) ) +(assert (myObject (attribute1 "attr71244") ) ) +(assert (myObject (attribute1 "attr71245") ) ) +(assert (myObject (attribute1 "attr71246") ) ) +(assert (myObject (attribute1 "attr71247") ) ) +(assert (myObject (attribute1 "attr71248") ) ) +(assert (myObject (attribute1 "attr71249") ) ) +(assert (myObject (attribute1 "attr71250") ) ) +(assert (myObject (attribute1 "attr71251") ) ) +(assert (myObject (attribute1 "attr71252") ) ) +(assert (myObject (attribute1 "attr71253") ) ) +(assert (myObject (attribute1 "attr71254") ) ) +(assert (myObject (attribute1 "attr71255") ) ) +(assert (myObject (attribute1 "attr71256") ) ) +(assert (myObject (attribute1 "attr71257") ) ) +(assert (myObject (attribute1 "attr71258") ) ) +(assert (myObject (attribute1 "attr71259") ) ) +(assert (myObject (attribute1 "attr71260") ) ) +(assert (myObject (attribute1 "attr71261") ) ) +(assert (myObject (attribute1 "attr71262") ) ) +(assert (myObject (attribute1 "attr71263") ) ) +(assert (myObject (attribute1 "attr71264") ) ) +(assert (myObject (attribute1 "attr71265") ) ) +(assert (myObject (attribute1 "attr71266") ) ) +(assert (myObject (attribute1 "attr71267") ) ) +(assert (myObject (attribute1 "attr71268") ) ) +(assert (myObject (attribute1 "attr71269") ) ) +(assert (myObject (attribute1 "attr71270") ) ) +(assert (myObject (attribute1 "attr71271") ) ) +(assert (myObject (attribute1 "attr71272") ) ) +(assert (myObject (attribute1 "attr71273") ) ) +(assert (myObject (attribute1 "attr71274") ) ) +(assert (myObject (attribute1 "attr71275") ) ) +(assert (myObject (attribute1 "attr71276") ) ) +(assert (myObject (attribute1 "attr71277") ) ) +(assert (myObject (attribute1 "attr71278") ) ) +(assert (myObject (attribute1 "attr71279") ) ) +(assert (myObject (attribute1 "attr71280") ) ) +(assert (myObject (attribute1 "attr71281") ) ) +(assert (myObject (attribute1 "attr71282") ) ) +(assert (myObject (attribute1 "attr71283") ) ) +(assert (myObject (attribute1 "attr71284") ) ) +(assert (myObject (attribute1 "attr71285") ) ) +(assert (myObject (attribute1 "attr71286") ) ) +(assert (myObject (attribute1 "attr71287") ) ) +(assert (myObject (attribute1 "attr71288") ) ) +(assert (myObject (attribute1 "attr71289") ) ) +(assert (myObject (attribute1 "attr71290") ) ) +(assert (myObject (attribute1 "attr71291") ) ) +(assert (myObject (attribute1 "attr71292") ) ) +(assert (myObject (attribute1 "attr71293") ) ) +(assert (myObject (attribute1 "attr71294") ) ) +(assert (myObject (attribute1 "attr71295") ) ) +(assert (myObject (attribute1 "attr71296") ) ) +(assert (myObject (attribute1 "attr71297") ) ) +(assert (myObject (attribute1 "attr71298") ) ) +(assert (myObject (attribute1 "attr71299") ) ) +(assert (myObject (attribute1 "attr71300") ) ) +(assert (myObject (attribute1 "attr71301") ) ) +(assert (myObject (attribute1 "attr71302") ) ) +(assert (myObject (attribute1 "attr71303") ) ) +(assert (myObject (attribute1 "attr71304") ) ) +(assert (myObject (attribute1 "attr71305") ) ) +(assert (myObject (attribute1 "attr71306") ) ) +(assert (myObject (attribute1 "attr71307") ) ) +(assert (myObject (attribute1 "attr71308") ) ) +(assert (myObject (attribute1 "attr71309") ) ) +(assert (myObject (attribute1 "attr71310") ) ) +(assert (myObject (attribute1 "attr71311") ) ) +(assert (myObject (attribute1 "attr71312") ) ) +(assert (myObject (attribute1 "attr71313") ) ) +(assert (myObject (attribute1 "attr71314") ) ) +(assert (myObject (attribute1 "attr71315") ) ) +(assert (myObject (attribute1 "attr71316") ) ) +(assert (myObject (attribute1 "attr71317") ) ) +(assert (myObject (attribute1 "attr71318") ) ) +(assert (myObject (attribute1 "attr71319") ) ) +(assert (myObject (attribute1 "attr71320") ) ) +(assert (myObject (attribute1 "attr71321") ) ) +(assert (myObject (attribute1 "attr71322") ) ) +(assert (myObject (attribute1 "attr71323") ) ) +(assert (myObject (attribute1 "attr71324") ) ) +(assert (myObject (attribute1 "attr71325") ) ) +(assert (myObject (attribute1 "attr71326") ) ) +(assert (myObject (attribute1 "attr71327") ) ) +(assert (myObject (attribute1 "attr71328") ) ) +(assert (myObject (attribute1 "attr71329") ) ) +(assert (myObject (attribute1 "attr71330") ) ) +(assert (myObject (attribute1 "attr71331") ) ) +(assert (myObject (attribute1 "attr71332") ) ) +(assert (myObject (attribute1 "attr71333") ) ) +(assert (myObject (attribute1 "attr71334") ) ) +(assert (myObject (attribute1 "attr71335") ) ) +(assert (myObject (attribute1 "attr71336") ) ) +(assert (myObject (attribute1 "attr71337") ) ) +(assert (myObject (attribute1 "attr71338") ) ) +(assert (myObject (attribute1 "attr71339") ) ) +(assert (myObject (attribute1 "attr71340") ) ) +(assert (myObject (attribute1 "attr71341") ) ) +(assert (myObject (attribute1 "attr71342") ) ) +(assert (myObject (attribute1 "attr71343") ) ) +(assert (myObject (attribute1 "attr71344") ) ) +(assert (myObject (attribute1 "attr71345") ) ) +(assert (myObject (attribute1 "attr71346") ) ) +(assert (myObject (attribute1 "attr71347") ) ) +(assert (myObject (attribute1 "attr71348") ) ) +(assert (myObject (attribute1 "attr71349") ) ) +(assert (myObject (attribute1 "attr71350") ) ) +(assert (myObject (attribute1 "attr71351") ) ) +(assert (myObject (attribute1 "attr71352") ) ) +(assert (myObject (attribute1 "attr71353") ) ) +(assert (myObject (attribute1 "attr71354") ) ) +(assert (myObject (attribute1 "attr71355") ) ) +(assert (myObject (attribute1 "attr71356") ) ) +(assert (myObject (attribute1 "attr71357") ) ) +(assert (myObject (attribute1 "attr71358") ) ) +(assert (myObject (attribute1 "attr71359") ) ) +(assert (myObject (attribute1 "attr71360") ) ) +(assert (myObject (attribute1 "attr71361") ) ) +(assert (myObject (attribute1 "attr71362") ) ) +(assert (myObject (attribute1 "attr71363") ) ) +(assert (myObject (attribute1 "attr71364") ) ) +(assert (myObject (attribute1 "attr71365") ) ) +(assert (myObject (attribute1 "attr71366") ) ) +(assert (myObject (attribute1 "attr71367") ) ) +(assert (myObject (attribute1 "attr71368") ) ) +(assert (myObject (attribute1 "attr71369") ) ) +(assert (myObject (attribute1 "attr71370") ) ) +(assert (myObject (attribute1 "attr71371") ) ) +(assert (myObject (attribute1 "attr71372") ) ) +(assert (myObject (attribute1 "attr71373") ) ) +(assert (myObject (attribute1 "attr71374") ) ) +(assert (myObject (attribute1 "attr71375") ) ) +(assert (myObject (attribute1 "attr71376") ) ) +(assert (myObject (attribute1 "attr71377") ) ) +(assert (myObject (attribute1 "attr71378") ) ) +(assert (myObject (attribute1 "attr71379") ) ) +(assert (myObject (attribute1 "attr71380") ) ) +(assert (myObject (attribute1 "attr71381") ) ) +(assert (myObject (attribute1 "attr71382") ) ) +(assert (myObject (attribute1 "attr71383") ) ) +(assert (myObject (attribute1 "attr71384") ) ) +(assert (myObject (attribute1 "attr71385") ) ) +(assert (myObject (attribute1 "attr71386") ) ) +(assert (myObject (attribute1 "attr71387") ) ) +(assert (myObject (attribute1 "attr71388") ) ) +(assert (myObject (attribute1 "attr71389") ) ) +(assert (myObject (attribute1 "attr71390") ) ) +(assert (myObject (attribute1 "attr71391") ) ) +(assert (myObject (attribute1 "attr71392") ) ) +(assert (myObject (attribute1 "attr71393") ) ) +(assert (myObject (attribute1 "attr71394") ) ) +(assert (myObject (attribute1 "attr71395") ) ) +(assert (myObject (attribute1 "attr71396") ) ) +(assert (myObject (attribute1 "attr71397") ) ) +(assert (myObject (attribute1 "attr71398") ) ) +(assert (myObject (attribute1 "attr71399") ) ) +(assert (myObject (attribute1 "attr71400") ) ) +(assert (myObject (attribute1 "attr71401") ) ) +(assert (myObject (attribute1 "attr71402") ) ) +(assert (myObject (attribute1 "attr71403") ) ) +(assert (myObject (attribute1 "attr71404") ) ) +(assert (myObject (attribute1 "attr71405") ) ) +(assert (myObject (attribute1 "attr71406") ) ) +(assert (myObject (attribute1 "attr71407") ) ) +(assert (myObject (attribute1 "attr71408") ) ) +(assert (myObject (attribute1 "attr71409") ) ) +(assert (myObject (attribute1 "attr71410") ) ) +(assert (myObject (attribute1 "attr71411") ) ) +(assert (myObject (attribute1 "attr71412") ) ) +(assert (myObject (attribute1 "attr71413") ) ) +(assert (myObject (attribute1 "attr71414") ) ) +(assert (myObject (attribute1 "attr71415") ) ) +(assert (myObject (attribute1 "attr71416") ) ) +(assert (myObject (attribute1 "attr71417") ) ) +(assert (myObject (attribute1 "attr71418") ) ) +(assert (myObject (attribute1 "attr71419") ) ) +(assert (myObject (attribute1 "attr71420") ) ) +(assert (myObject (attribute1 "attr71421") ) ) +(assert (myObject (attribute1 "attr71422") ) ) +(assert (myObject (attribute1 "attr71423") ) ) +(assert (myObject (attribute1 "attr71424") ) ) +(assert (myObject (attribute1 "attr71425") ) ) +(assert (myObject (attribute1 "attr71426") ) ) +(assert (myObject (attribute1 "attr71427") ) ) +(assert (myObject (attribute1 "attr71428") ) ) +(assert (myObject (attribute1 "attr71429") ) ) +(assert (myObject (attribute1 "attr71430") ) ) +(assert (myObject (attribute1 "attr71431") ) ) +(assert (myObject (attribute1 "attr71432") ) ) +(assert (myObject (attribute1 "attr71433") ) ) +(assert (myObject (attribute1 "attr71434") ) ) +(assert (myObject (attribute1 "attr71435") ) ) +(assert (myObject (attribute1 "attr71436") ) ) +(assert (myObject (attribute1 "attr71437") ) ) +(assert (myObject (attribute1 "attr71438") ) ) +(assert (myObject (attribute1 "attr71439") ) ) +(assert (myObject (attribute1 "attr71440") ) ) +(assert (myObject (attribute1 "attr71441") ) ) +(assert (myObject (attribute1 "attr71442") ) ) +(assert (myObject (attribute1 "attr71443") ) ) +(assert (myObject (attribute1 "attr71444") ) ) +(assert (myObject (attribute1 "attr71445") ) ) +(assert (myObject (attribute1 "attr71446") ) ) +(assert (myObject (attribute1 "attr71447") ) ) +(assert (myObject (attribute1 "attr71448") ) ) +(assert (myObject (attribute1 "attr71449") ) ) +(assert (myObject (attribute1 "attr71450") ) ) +(assert (myObject (attribute1 "attr71451") ) ) +(assert (myObject (attribute1 "attr71452") ) ) +(assert (myObject (attribute1 "attr71453") ) ) +(assert (myObject (attribute1 "attr71454") ) ) +(assert (myObject (attribute1 "attr71455") ) ) +(assert (myObject (attribute1 "attr71456") ) ) +(assert (myObject (attribute1 "attr71457") ) ) +(assert (myObject (attribute1 "attr71458") ) ) +(assert (myObject (attribute1 "attr71459") ) ) +(assert (myObject (attribute1 "attr71460") ) ) +(assert (myObject (attribute1 "attr71461") ) ) +(assert (myObject (attribute1 "attr71462") ) ) +(assert (myObject (attribute1 "attr71463") ) ) +(assert (myObject (attribute1 "attr71464") ) ) +(assert (myObject (attribute1 "attr71465") ) ) +(assert (myObject (attribute1 "attr71466") ) ) +(assert (myObject (attribute1 "attr71467") ) ) +(assert (myObject (attribute1 "attr71468") ) ) +(assert (myObject (attribute1 "attr71469") ) ) +(assert (myObject (attribute1 "attr71470") ) ) +(assert (myObject (attribute1 "attr71471") ) ) +(assert (myObject (attribute1 "attr71472") ) ) +(assert (myObject (attribute1 "attr71473") ) ) +(assert (myObject (attribute1 "attr71474") ) ) +(assert (myObject (attribute1 "attr71475") ) ) +(assert (myObject (attribute1 "attr71476") ) ) +(assert (myObject (attribute1 "attr71477") ) ) +(assert (myObject (attribute1 "attr71478") ) ) +(assert (myObject (attribute1 "attr71479") ) ) +(assert (myObject (attribute1 "attr71480") ) ) +(assert (myObject (attribute1 "attr71481") ) ) +(assert (myObject (attribute1 "attr71482") ) ) +(assert (myObject (attribute1 "attr71483") ) ) +(assert (myObject (attribute1 "attr71484") ) ) +(assert (myObject (attribute1 "attr71485") ) ) +(assert (myObject (attribute1 "attr71486") ) ) +(assert (myObject (attribute1 "attr71487") ) ) +(assert (myObject (attribute1 "attr71488") ) ) +(assert (myObject (attribute1 "attr71489") ) ) +(assert (myObject (attribute1 "attr71490") ) ) +(assert (myObject (attribute1 "attr71491") ) ) +(assert (myObject (attribute1 "attr71492") ) ) +(assert (myObject (attribute1 "attr71493") ) ) +(assert (myObject (attribute1 "attr71494") ) ) +(assert (myObject (attribute1 "attr71495") ) ) +(assert (myObject (attribute1 "attr71496") ) ) +(assert (myObject (attribute1 "attr71497") ) ) +(assert (myObject (attribute1 "attr71498") ) ) +(assert (myObject (attribute1 "attr71499") ) ) +(assert (myObject (attribute1 "attr71500") ) ) +(assert (myObject (attribute1 "attr71501") ) ) +(assert (myObject (attribute1 "attr71502") ) ) +(assert (myObject (attribute1 "attr71503") ) ) +(assert (myObject (attribute1 "attr71504") ) ) +(assert (myObject (attribute1 "attr71505") ) ) +(assert (myObject (attribute1 "attr71506") ) ) +(assert (myObject (attribute1 "attr71507") ) ) +(assert (myObject (attribute1 "attr71508") ) ) +(assert (myObject (attribute1 "attr71509") ) ) +(assert (myObject (attribute1 "attr71510") ) ) +(assert (myObject (attribute1 "attr71511") ) ) +(assert (myObject (attribute1 "attr71512") ) ) +(assert (myObject (attribute1 "attr71513") ) ) +(assert (myObject (attribute1 "attr71514") ) ) +(assert (myObject (attribute1 "attr71515") ) ) +(assert (myObject (attribute1 "attr71516") ) ) +(assert (myObject (attribute1 "attr71517") ) ) +(assert (myObject (attribute1 "attr71518") ) ) +(assert (myObject (attribute1 "attr71519") ) ) +(assert (myObject (attribute1 "attr71520") ) ) +(assert (myObject (attribute1 "attr71521") ) ) +(assert (myObject (attribute1 "attr71522") ) ) +(assert (myObject (attribute1 "attr71523") ) ) +(assert (myObject (attribute1 "attr71524") ) ) +(assert (myObject (attribute1 "attr71525") ) ) +(assert (myObject (attribute1 "attr71526") ) ) +(assert (myObject (attribute1 "attr71527") ) ) +(assert (myObject (attribute1 "attr71528") ) ) +(assert (myObject (attribute1 "attr71529") ) ) +(assert (myObject (attribute1 "attr71530") ) ) +(assert (myObject (attribute1 "attr71531") ) ) +(assert (myObject (attribute1 "attr71532") ) ) +(assert (myObject (attribute1 "attr71533") ) ) +(assert (myObject (attribute1 "attr71534") ) ) +(assert (myObject (attribute1 "attr71535") ) ) +(assert (myObject (attribute1 "attr71536") ) ) +(assert (myObject (attribute1 "attr71537") ) ) +(assert (myObject (attribute1 "attr71538") ) ) +(assert (myObject (attribute1 "attr71539") ) ) +(assert (myObject (attribute1 "attr71540") ) ) +(assert (myObject (attribute1 "attr71541") ) ) +(assert (myObject (attribute1 "attr71542") ) ) +(assert (myObject (attribute1 "attr71543") ) ) +(assert (myObject (attribute1 "attr71544") ) ) +(assert (myObject (attribute1 "attr71545") ) ) +(assert (myObject (attribute1 "attr71546") ) ) +(assert (myObject (attribute1 "attr71547") ) ) +(assert (myObject (attribute1 "attr71548") ) ) +(assert (myObject (attribute1 "attr71549") ) ) +(assert (myObject (attribute1 "attr71550") ) ) +(assert (myObject (attribute1 "attr71551") ) ) +(assert (myObject (attribute1 "attr71552") ) ) +(assert (myObject (attribute1 "attr71553") ) ) +(assert (myObject (attribute1 "attr71554") ) ) +(assert (myObject (attribute1 "attr71555") ) ) +(assert (myObject (attribute1 "attr71556") ) ) +(assert (myObject (attribute1 "attr71557") ) ) +(assert (myObject (attribute1 "attr71558") ) ) +(assert (myObject (attribute1 "attr71559") ) ) +(assert (myObject (attribute1 "attr71560") ) ) +(assert (myObject (attribute1 "attr71561") ) ) +(assert (myObject (attribute1 "attr71562") ) ) +(assert (myObject (attribute1 "attr71563") ) ) +(assert (myObject (attribute1 "attr71564") ) ) +(assert (myObject (attribute1 "attr71565") ) ) +(assert (myObject (attribute1 "attr71566") ) ) +(assert (myObject (attribute1 "attr71567") ) ) +(assert (myObject (attribute1 "attr71568") ) ) +(assert (myObject (attribute1 "attr71569") ) ) +(assert (myObject (attribute1 "attr71570") ) ) +(assert (myObject (attribute1 "attr71571") ) ) +(assert (myObject (attribute1 "attr71572") ) ) +(assert (myObject (attribute1 "attr71573") ) ) +(assert (myObject (attribute1 "attr71574") ) ) +(assert (myObject (attribute1 "attr71575") ) ) +(assert (myObject (attribute1 "attr71576") ) ) +(assert (myObject (attribute1 "attr71577") ) ) +(assert (myObject (attribute1 "attr71578") ) ) +(assert (myObject (attribute1 "attr71579") ) ) +(assert (myObject (attribute1 "attr71580") ) ) +(assert (myObject (attribute1 "attr71581") ) ) +(assert (myObject (attribute1 "attr71582") ) ) +(assert (myObject (attribute1 "attr71583") ) ) +(assert (myObject (attribute1 "attr71584") ) ) +(assert (myObject (attribute1 "attr71585") ) ) +(assert (myObject (attribute1 "attr71586") ) ) +(assert (myObject (attribute1 "attr71587") ) ) +(assert (myObject (attribute1 "attr71588") ) ) +(assert (myObject (attribute1 "attr71589") ) ) +(assert (myObject (attribute1 "attr71590") ) ) +(assert (myObject (attribute1 "attr71591") ) ) +(assert (myObject (attribute1 "attr71592") ) ) +(assert (myObject (attribute1 "attr71593") ) ) +(assert (myObject (attribute1 "attr71594") ) ) +(assert (myObject (attribute1 "attr71595") ) ) +(assert (myObject (attribute1 "attr71596") ) ) +(assert (myObject (attribute1 "attr71597") ) ) +(assert (myObject (attribute1 "attr71598") ) ) +(assert (myObject (attribute1 "attr71599") ) ) +(assert (myObject (attribute1 "attr71600") ) ) +(assert (myObject (attribute1 "attr71601") ) ) +(assert (myObject (attribute1 "attr71602") ) ) +(assert (myObject (attribute1 "attr71603") ) ) +(assert (myObject (attribute1 "attr71604") ) ) +(assert (myObject (attribute1 "attr71605") ) ) +(assert (myObject (attribute1 "attr71606") ) ) +(assert (myObject (attribute1 "attr71607") ) ) +(assert (myObject (attribute1 "attr71608") ) ) +(assert (myObject (attribute1 "attr71609") ) ) +(assert (myObject (attribute1 "attr71610") ) ) +(assert (myObject (attribute1 "attr71611") ) ) +(assert (myObject (attribute1 "attr71612") ) ) +(assert (myObject (attribute1 "attr71613") ) ) +(assert (myObject (attribute1 "attr71614") ) ) +(assert (myObject (attribute1 "attr71615") ) ) +(assert (myObject (attribute1 "attr71616") ) ) +(assert (myObject (attribute1 "attr71617") ) ) +(assert (myObject (attribute1 "attr71618") ) ) +(assert (myObject (attribute1 "attr71619") ) ) +(assert (myObject (attribute1 "attr71620") ) ) +(assert (myObject (attribute1 "attr71621") ) ) +(assert (myObject (attribute1 "attr71622") ) ) +(assert (myObject (attribute1 "attr71623") ) ) +(assert (myObject (attribute1 "attr71624") ) ) +(assert (myObject (attribute1 "attr71625") ) ) +(assert (myObject (attribute1 "attr71626") ) ) +(assert (myObject (attribute1 "attr71627") ) ) +(assert (myObject (attribute1 "attr71628") ) ) +(assert (myObject (attribute1 "attr71629") ) ) +(assert (myObject (attribute1 "attr71630") ) ) +(assert (myObject (attribute1 "attr71631") ) ) +(assert (myObject (attribute1 "attr71632") ) ) +(assert (myObject (attribute1 "attr71633") ) ) +(assert (myObject (attribute1 "attr71634") ) ) +(assert (myObject (attribute1 "attr71635") ) ) +(assert (myObject (attribute1 "attr71636") ) ) +(assert (myObject (attribute1 "attr71637") ) ) +(assert (myObject (attribute1 "attr71638") ) ) +(assert (myObject (attribute1 "attr71639") ) ) +(assert (myObject (attribute1 "attr71640") ) ) +(assert (myObject (attribute1 "attr71641") ) ) +(assert (myObject (attribute1 "attr71642") ) ) +(assert (myObject (attribute1 "attr71643") ) ) +(assert (myObject (attribute1 "attr71644") ) ) +(assert (myObject (attribute1 "attr71645") ) ) +(assert (myObject (attribute1 "attr71646") ) ) +(assert (myObject (attribute1 "attr71647") ) ) +(assert (myObject (attribute1 "attr71648") ) ) +(assert (myObject (attribute1 "attr71649") ) ) +(assert (myObject (attribute1 "attr71650") ) ) +(assert (myObject (attribute1 "attr71651") ) ) +(assert (myObject (attribute1 "attr71652") ) ) +(assert (myObject (attribute1 "attr71653") ) ) +(assert (myObject (attribute1 "attr71654") ) ) +(assert (myObject (attribute1 "attr71655") ) ) +(assert (myObject (attribute1 "attr71656") ) ) +(assert (myObject (attribute1 "attr71657") ) ) +(assert (myObject (attribute1 "attr71658") ) ) +(assert (myObject (attribute1 "attr71659") ) ) +(assert (myObject (attribute1 "attr71660") ) ) +(assert (myObject (attribute1 "attr71661") ) ) +(assert (myObject (attribute1 "attr71662") ) ) +(assert (myObject (attribute1 "attr71663") ) ) +(assert (myObject (attribute1 "attr71664") ) ) +(assert (myObject (attribute1 "attr71665") ) ) +(assert (myObject (attribute1 "attr71666") ) ) +(assert (myObject (attribute1 "attr71667") ) ) +(assert (myObject (attribute1 "attr71668") ) ) +(assert (myObject (attribute1 "attr71669") ) ) +(assert (myObject (attribute1 "attr71670") ) ) +(assert (myObject (attribute1 "attr71671") ) ) +(assert (myObject (attribute1 "attr71672") ) ) +(assert (myObject (attribute1 "attr71673") ) ) +(assert (myObject (attribute1 "attr71674") ) ) +(assert (myObject (attribute1 "attr71675") ) ) +(assert (myObject (attribute1 "attr71676") ) ) +(assert (myObject (attribute1 "attr71677") ) ) +(assert (myObject (attribute1 "attr71678") ) ) +(assert (myObject (attribute1 "attr71679") ) ) +(assert (myObject (attribute1 "attr71680") ) ) +(assert (myObject (attribute1 "attr71681") ) ) +(assert (myObject (attribute1 "attr71682") ) ) +(assert (myObject (attribute1 "attr71683") ) ) +(assert (myObject (attribute1 "attr71684") ) ) +(assert (myObject (attribute1 "attr71685") ) ) +(assert (myObject (attribute1 "attr71686") ) ) +(assert (myObject (attribute1 "attr71687") ) ) +(assert (myObject (attribute1 "attr71688") ) ) +(assert (myObject (attribute1 "attr71689") ) ) +(assert (myObject (attribute1 "attr71690") ) ) +(assert (myObject (attribute1 "attr71691") ) ) +(assert (myObject (attribute1 "attr71692") ) ) +(assert (myObject (attribute1 "attr71693") ) ) +(assert (myObject (attribute1 "attr71694") ) ) +(assert (myObject (attribute1 "attr71695") ) ) +(assert (myObject (attribute1 "attr71696") ) ) +(assert (myObject (attribute1 "attr71697") ) ) +(assert (myObject (attribute1 "attr71698") ) ) +(assert (myObject (attribute1 "attr71699") ) ) +(assert (myObject (attribute1 "attr71700") ) ) +(assert (myObject (attribute1 "attr71701") ) ) +(assert (myObject (attribute1 "attr71702") ) ) +(assert (myObject (attribute1 "attr71703") ) ) +(assert (myObject (attribute1 "attr71704") ) ) +(assert (myObject (attribute1 "attr71705") ) ) +(assert (myObject (attribute1 "attr71706") ) ) +(assert (myObject (attribute1 "attr71707") ) ) +(assert (myObject (attribute1 "attr71708") ) ) +(assert (myObject (attribute1 "attr71709") ) ) +(assert (myObject (attribute1 "attr71710") ) ) +(assert (myObject (attribute1 "attr71711") ) ) +(assert (myObject (attribute1 "attr71712") ) ) +(assert (myObject (attribute1 "attr71713") ) ) +(assert (myObject (attribute1 "attr71714") ) ) +(assert (myObject (attribute1 "attr71715") ) ) +(assert (myObject (attribute1 "attr71716") ) ) +(assert (myObject (attribute1 "attr71717") ) ) +(assert (myObject (attribute1 "attr71718") ) ) +(assert (myObject (attribute1 "attr71719") ) ) +(assert (myObject (attribute1 "attr71720") ) ) +(assert (myObject (attribute1 "attr71721") ) ) +(assert (myObject (attribute1 "attr71722") ) ) +(assert (myObject (attribute1 "attr71723") ) ) +(assert (myObject (attribute1 "attr71724") ) ) +(assert (myObject (attribute1 "attr71725") ) ) +(assert (myObject (attribute1 "attr71726") ) ) +(assert (myObject (attribute1 "attr71727") ) ) +(assert (myObject (attribute1 "attr71728") ) ) +(assert (myObject (attribute1 "attr71729") ) ) +(assert (myObject (attribute1 "attr71730") ) ) +(assert (myObject (attribute1 "attr71731") ) ) +(assert (myObject (attribute1 "attr71732") ) ) +(assert (myObject (attribute1 "attr71733") ) ) +(assert (myObject (attribute1 "attr71734") ) ) +(assert (myObject (attribute1 "attr71735") ) ) +(assert (myObject (attribute1 "attr71736") ) ) +(assert (myObject (attribute1 "attr71737") ) ) +(assert (myObject (attribute1 "attr71738") ) ) +(assert (myObject (attribute1 "attr71739") ) ) +(assert (myObject (attribute1 "attr71740") ) ) +(assert (myObject (attribute1 "attr71741") ) ) +(assert (myObject (attribute1 "attr71742") ) ) +(assert (myObject (attribute1 "attr71743") ) ) +(assert (myObject (attribute1 "attr71744") ) ) +(assert (myObject (attribute1 "attr71745") ) ) +(assert (myObject (attribute1 "attr71746") ) ) +(assert (myObject (attribute1 "attr71747") ) ) +(assert (myObject (attribute1 "attr71748") ) ) +(assert (myObject (attribute1 "attr71749") ) ) +(assert (myObject (attribute1 "attr71750") ) ) +(assert (myObject (attribute1 "attr71751") ) ) +(assert (myObject (attribute1 "attr71752") ) ) +(assert (myObject (attribute1 "attr71753") ) ) +(assert (myObject (attribute1 "attr71754") ) ) +(assert (myObject (attribute1 "attr71755") ) ) +(assert (myObject (attribute1 "attr71756") ) ) +(assert (myObject (attribute1 "attr71757") ) ) +(assert (myObject (attribute1 "attr71758") ) ) +(assert (myObject (attribute1 "attr71759") ) ) +(assert (myObject (attribute1 "attr71760") ) ) +(assert (myObject (attribute1 "attr71761") ) ) +(assert (myObject (attribute1 "attr71762") ) ) +(assert (myObject (attribute1 "attr71763") ) ) +(assert (myObject (attribute1 "attr71764") ) ) +(assert (myObject (attribute1 "attr71765") ) ) +(assert (myObject (attribute1 "attr71766") ) ) +(assert (myObject (attribute1 "attr71767") ) ) +(assert (myObject (attribute1 "attr71768") ) ) +(assert (myObject (attribute1 "attr71769") ) ) +(assert (myObject (attribute1 "attr71770") ) ) +(assert (myObject (attribute1 "attr71771") ) ) +(assert (myObject (attribute1 "attr71772") ) ) +(assert (myObject (attribute1 "attr71773") ) ) +(assert (myObject (attribute1 "attr71774") ) ) +(assert (myObject (attribute1 "attr71775") ) ) +(assert (myObject (attribute1 "attr71776") ) ) +(assert (myObject (attribute1 "attr71777") ) ) +(assert (myObject (attribute1 "attr71778") ) ) +(assert (myObject (attribute1 "attr71779") ) ) +(assert (myObject (attribute1 "attr71780") ) ) +(assert (myObject (attribute1 "attr71781") ) ) +(assert (myObject (attribute1 "attr71782") ) ) +(assert (myObject (attribute1 "attr71783") ) ) +(assert (myObject (attribute1 "attr71784") ) ) +(assert (myObject (attribute1 "attr71785") ) ) +(assert (myObject (attribute1 "attr71786") ) ) +(assert (myObject (attribute1 "attr71787") ) ) +(assert (myObject (attribute1 "attr71788") ) ) +(assert (myObject (attribute1 "attr71789") ) ) +(assert (myObject (attribute1 "attr71790") ) ) +(assert (myObject (attribute1 "attr71791") ) ) +(assert (myObject (attribute1 "attr71792") ) ) +(assert (myObject (attribute1 "attr71793") ) ) +(assert (myObject (attribute1 "attr71794") ) ) +(assert (myObject (attribute1 "attr71795") ) ) +(assert (myObject (attribute1 "attr71796") ) ) +(assert (myObject (attribute1 "attr71797") ) ) +(assert (myObject (attribute1 "attr71798") ) ) +(assert (myObject (attribute1 "attr71799") ) ) +(assert (myObject (attribute1 "attr71800") ) ) +(assert (myObject (attribute1 "attr71801") ) ) +(assert (myObject (attribute1 "attr71802") ) ) +(assert (myObject (attribute1 "attr71803") ) ) +(assert (myObject (attribute1 "attr71804") ) ) +(assert (myObject (attribute1 "attr71805") ) ) +(assert (myObject (attribute1 "attr71806") ) ) +(assert (myObject (attribute1 "attr71807") ) ) +(assert (myObject (attribute1 "attr71808") ) ) +(assert (myObject (attribute1 "attr71809") ) ) +(assert (myObject (attribute1 "attr71810") ) ) +(assert (myObject (attribute1 "attr71811") ) ) +(assert (myObject (attribute1 "attr71812") ) ) +(assert (myObject (attribute1 "attr71813") ) ) +(assert (myObject (attribute1 "attr71814") ) ) +(assert (myObject (attribute1 "attr71815") ) ) +(assert (myObject (attribute1 "attr71816") ) ) +(assert (myObject (attribute1 "attr71817") ) ) +(assert (myObject (attribute1 "attr71818") ) ) +(assert (myObject (attribute1 "attr71819") ) ) +(assert (myObject (attribute1 "attr71820") ) ) +(assert (myObject (attribute1 "attr71821") ) ) +(assert (myObject (attribute1 "attr71822") ) ) +(assert (myObject (attribute1 "attr71823") ) ) +(assert (myObject (attribute1 "attr71824") ) ) +(assert (myObject (attribute1 "attr71825") ) ) +(assert (myObject (attribute1 "attr71826") ) ) +(assert (myObject (attribute1 "attr71827") ) ) +(assert (myObject (attribute1 "attr71828") ) ) +(assert (myObject (attribute1 "attr71829") ) ) +(assert (myObject (attribute1 "attr71830") ) ) +(assert (myObject (attribute1 "attr71831") ) ) +(assert (myObject (attribute1 "attr71832") ) ) +(assert (myObject (attribute1 "attr71833") ) ) +(assert (myObject (attribute1 "attr71834") ) ) +(assert (myObject (attribute1 "attr71835") ) ) +(assert (myObject (attribute1 "attr71836") ) ) +(assert (myObject (attribute1 "attr71837") ) ) +(assert (myObject (attribute1 "attr71838") ) ) +(assert (myObject (attribute1 "attr71839") ) ) +(assert (myObject (attribute1 "attr71840") ) ) +(assert (myObject (attribute1 "attr71841") ) ) +(assert (myObject (attribute1 "attr71842") ) ) +(assert (myObject (attribute1 "attr71843") ) ) +(assert (myObject (attribute1 "attr71844") ) ) +(assert (myObject (attribute1 "attr71845") ) ) +(assert (myObject (attribute1 "attr71846") ) ) +(assert (myObject (attribute1 "attr71847") ) ) +(assert (myObject (attribute1 "attr71848") ) ) +(assert (myObject (attribute1 "attr71849") ) ) +(assert (myObject (attribute1 "attr71850") ) ) +(assert (myObject (attribute1 "attr71851") ) ) +(assert (myObject (attribute1 "attr71852") ) ) +(assert (myObject (attribute1 "attr71853") ) ) +(assert (myObject (attribute1 "attr71854") ) ) +(assert (myObject (attribute1 "attr71855") ) ) +(assert (myObject (attribute1 "attr71856") ) ) +(assert (myObject (attribute1 "attr71857") ) ) +(assert (myObject (attribute1 "attr71858") ) ) +(assert (myObject (attribute1 "attr71859") ) ) +(assert (myObject (attribute1 "attr71860") ) ) +(assert (myObject (attribute1 "attr71861") ) ) +(assert (myObject (attribute1 "attr71862") ) ) +(assert (myObject (attribute1 "attr71863") ) ) +(assert (myObject (attribute1 "attr71864") ) ) +(assert (myObject (attribute1 "attr71865") ) ) +(assert (myObject (attribute1 "attr71866") ) ) +(assert (myObject (attribute1 "attr71867") ) ) +(assert (myObject (attribute1 "attr71868") ) ) +(assert (myObject (attribute1 "attr71869") ) ) +(assert (myObject (attribute1 "attr71870") ) ) +(assert (myObject (attribute1 "attr71871") ) ) +(assert (myObject (attribute1 "attr71872") ) ) +(assert (myObject (attribute1 "attr71873") ) ) +(assert (myObject (attribute1 "attr71874") ) ) +(assert (myObject (attribute1 "attr71875") ) ) +(assert (myObject (attribute1 "attr71876") ) ) +(assert (myObject (attribute1 "attr71877") ) ) +(assert (myObject (attribute1 "attr71878") ) ) +(assert (myObject (attribute1 "attr71879") ) ) +(assert (myObject (attribute1 "attr71880") ) ) +(assert (myObject (attribute1 "attr71881") ) ) +(assert (myObject (attribute1 "attr71882") ) ) +(assert (myObject (attribute1 "attr71883") ) ) +(assert (myObject (attribute1 "attr71884") ) ) +(assert (myObject (attribute1 "attr71885") ) ) +(assert (myObject (attribute1 "attr71886") ) ) +(assert (myObject (attribute1 "attr71887") ) ) +(assert (myObject (attribute1 "attr71888") ) ) +(assert (myObject (attribute1 "attr71889") ) ) +(assert (myObject (attribute1 "attr71890") ) ) +(assert (myObject (attribute1 "attr71891") ) ) +(assert (myObject (attribute1 "attr71892") ) ) +(assert (myObject (attribute1 "attr71893") ) ) +(assert (myObject (attribute1 "attr71894") ) ) +(assert (myObject (attribute1 "attr71895") ) ) +(assert (myObject (attribute1 "attr71896") ) ) +(assert (myObject (attribute1 "attr71897") ) ) +(assert (myObject (attribute1 "attr71898") ) ) +(assert (myObject (attribute1 "attr71899") ) ) +(assert (myObject (attribute1 "attr71900") ) ) +(assert (myObject (attribute1 "attr71901") ) ) +(assert (myObject (attribute1 "attr71902") ) ) +(assert (myObject (attribute1 "attr71903") ) ) +(assert (myObject (attribute1 "attr71904") ) ) +(assert (myObject (attribute1 "attr71905") ) ) +(assert (myObject (attribute1 "attr71906") ) ) +(assert (myObject (attribute1 "attr71907") ) ) +(assert (myObject (attribute1 "attr71908") ) ) +(assert (myObject (attribute1 "attr71909") ) ) +(assert (myObject (attribute1 "attr71910") ) ) +(assert (myObject (attribute1 "attr71911") ) ) +(assert (myObject (attribute1 "attr71912") ) ) +(assert (myObject (attribute1 "attr71913") ) ) +(assert (myObject (attribute1 "attr71914") ) ) +(assert (myObject (attribute1 "attr71915") ) ) +(assert (myObject (attribute1 "attr71916") ) ) +(assert (myObject (attribute1 "attr71917") ) ) +(assert (myObject (attribute1 "attr71918") ) ) +(assert (myObject (attribute1 "attr71919") ) ) +(assert (myObject (attribute1 "attr71920") ) ) +(assert (myObject (attribute1 "attr71921") ) ) +(assert (myObject (attribute1 "attr71922") ) ) +(assert (myObject (attribute1 "attr71923") ) ) +(assert (myObject (attribute1 "attr71924") ) ) +(assert (myObject (attribute1 "attr71925") ) ) +(assert (myObject (attribute1 "attr71926") ) ) +(assert (myObject (attribute1 "attr71927") ) ) +(assert (myObject (attribute1 "attr71928") ) ) +(assert (myObject (attribute1 "attr71929") ) ) +(assert (myObject (attribute1 "attr71930") ) ) +(assert (myObject (attribute1 "attr71931") ) ) +(assert (myObject (attribute1 "attr71932") ) ) +(assert (myObject (attribute1 "attr71933") ) ) +(assert (myObject (attribute1 "attr71934") ) ) +(assert (myObject (attribute1 "attr71935") ) ) +(assert (myObject (attribute1 "attr71936") ) ) +(assert (myObject (attribute1 "attr71937") ) ) +(assert (myObject (attribute1 "attr71938") ) ) +(assert (myObject (attribute1 "attr71939") ) ) +(assert (myObject (attribute1 "attr71940") ) ) +(assert (myObject (attribute1 "attr71941") ) ) +(assert (myObject (attribute1 "attr71942") ) ) +(assert (myObject (attribute1 "attr71943") ) ) +(assert (myObject (attribute1 "attr71944") ) ) +(assert (myObject (attribute1 "attr71945") ) ) +(assert (myObject (attribute1 "attr71946") ) ) +(assert (myObject (attribute1 "attr71947") ) ) +(assert (myObject (attribute1 "attr71948") ) ) +(assert (myObject (attribute1 "attr71949") ) ) +(assert (myObject (attribute1 "attr71950") ) ) +(assert (myObject (attribute1 "attr71951") ) ) +(assert (myObject (attribute1 "attr71952") ) ) +(assert (myObject (attribute1 "attr71953") ) ) +(assert (myObject (attribute1 "attr71954") ) ) +(assert (myObject (attribute1 "attr71955") ) ) +(assert (myObject (attribute1 "attr71956") ) ) +(assert (myObject (attribute1 "attr71957") ) ) +(assert (myObject (attribute1 "attr71958") ) ) +(assert (myObject (attribute1 "attr71959") ) ) +(assert (myObject (attribute1 "attr71960") ) ) +(assert (myObject (attribute1 "attr71961") ) ) +(assert (myObject (attribute1 "attr71962") ) ) +(assert (myObject (attribute1 "attr71963") ) ) +(assert (myObject (attribute1 "attr71964") ) ) +(assert (myObject (attribute1 "attr71965") ) ) +(assert (myObject (attribute1 "attr71966") ) ) +(assert (myObject (attribute1 "attr71967") ) ) +(assert (myObject (attribute1 "attr71968") ) ) +(assert (myObject (attribute1 "attr71969") ) ) +(assert (myObject (attribute1 "attr71970") ) ) +(assert (myObject (attribute1 "attr71971") ) ) +(assert (myObject (attribute1 "attr71972") ) ) +(assert (myObject (attribute1 "attr71973") ) ) +(assert (myObject (attribute1 "attr71974") ) ) +(assert (myObject (attribute1 "attr71975") ) ) +(assert (myObject (attribute1 "attr71976") ) ) +(assert (myObject (attribute1 "attr71977") ) ) +(assert (myObject (attribute1 "attr71978") ) ) +(assert (myObject (attribute1 "attr71979") ) ) +(assert (myObject (attribute1 "attr71980") ) ) +(assert (myObject (attribute1 "attr71981") ) ) +(assert (myObject (attribute1 "attr71982") ) ) +(assert (myObject (attribute1 "attr71983") ) ) +(assert (myObject (attribute1 "attr71984") ) ) +(assert (myObject (attribute1 "attr71985") ) ) +(assert (myObject (attribute1 "attr71986") ) ) +(assert (myObject (attribute1 "attr71987") ) ) +(assert (myObject (attribute1 "attr71988") ) ) +(assert (myObject (attribute1 "attr71989") ) ) +(assert (myObject (attribute1 "attr71990") ) ) +(assert (myObject (attribute1 "attr71991") ) ) +(assert (myObject (attribute1 "attr71992") ) ) +(assert (myObject (attribute1 "attr71993") ) ) +(assert (myObject (attribute1 "attr71994") ) ) +(assert (myObject (attribute1 "attr71995") ) ) +(assert (myObject (attribute1 "attr71996") ) ) +(assert (myObject (attribute1 "attr71997") ) ) +(assert (myObject (attribute1 "attr71998") ) ) +(assert (myObject (attribute1 "attr71999") ) ) +(assert (myObject (attribute1 "attr72000") ) ) +(assert (myObject (attribute1 "attr72001") ) ) +(assert (myObject (attribute1 "attr72002") ) ) +(assert (myObject (attribute1 "attr72003") ) ) +(assert (myObject (attribute1 "attr72004") ) ) +(assert (myObject (attribute1 "attr72005") ) ) +(assert (myObject (attribute1 "attr72006") ) ) +(assert (myObject (attribute1 "attr72007") ) ) +(assert (myObject (attribute1 "attr72008") ) ) +(assert (myObject (attribute1 "attr72009") ) ) +(assert (myObject (attribute1 "attr72010") ) ) +(assert (myObject (attribute1 "attr72011") ) ) +(assert (myObject (attribute1 "attr72012") ) ) +(assert (myObject (attribute1 "attr72013") ) ) +(assert (myObject (attribute1 "attr72014") ) ) +(assert (myObject (attribute1 "attr72015") ) ) +(assert (myObject (attribute1 "attr72016") ) ) +(assert (myObject (attribute1 "attr72017") ) ) +(assert (myObject (attribute1 "attr72018") ) ) +(assert (myObject (attribute1 "attr72019") ) ) +(assert (myObject (attribute1 "attr72020") ) ) +(assert (myObject (attribute1 "attr72021") ) ) +(assert (myObject (attribute1 "attr72022") ) ) +(assert (myObject (attribute1 "attr72023") ) ) +(assert (myObject (attribute1 "attr72024") ) ) +(assert (myObject (attribute1 "attr72025") ) ) +(assert (myObject (attribute1 "attr72026") ) ) +(assert (myObject (attribute1 "attr72027") ) ) +(assert (myObject (attribute1 "attr72028") ) ) +(assert (myObject (attribute1 "attr72029") ) ) +(assert (myObject (attribute1 "attr72030") ) ) +(assert (myObject (attribute1 "attr72031") ) ) +(assert (myObject (attribute1 "attr72032") ) ) +(assert (myObject (attribute1 "attr72033") ) ) +(assert (myObject (attribute1 "attr72034") ) ) +(assert (myObject (attribute1 "attr72035") ) ) +(assert (myObject (attribute1 "attr72036") ) ) +(assert (myObject (attribute1 "attr72037") ) ) +(assert (myObject (attribute1 "attr72038") ) ) +(assert (myObject (attribute1 "attr72039") ) ) +(assert (myObject (attribute1 "attr72040") ) ) +(assert (myObject (attribute1 "attr72041") ) ) +(assert (myObject (attribute1 "attr72042") ) ) +(assert (myObject (attribute1 "attr72043") ) ) +(assert (myObject (attribute1 "attr72044") ) ) +(assert (myObject (attribute1 "attr72045") ) ) +(assert (myObject (attribute1 "attr72046") ) ) +(assert (myObject (attribute1 "attr72047") ) ) +(assert (myObject (attribute1 "attr72048") ) ) +(assert (myObject (attribute1 "attr72049") ) ) +(assert (myObject (attribute1 "attr72050") ) ) +(assert (myObject (attribute1 "attr72051") ) ) +(assert (myObject (attribute1 "attr72052") ) ) +(assert (myObject (attribute1 "attr72053") ) ) +(assert (myObject (attribute1 "attr72054") ) ) +(assert (myObject (attribute1 "attr72055") ) ) +(assert (myObject (attribute1 "attr72056") ) ) +(assert (myObject (attribute1 "attr72057") ) ) +(assert (myObject (attribute1 "attr72058") ) ) +(assert (myObject (attribute1 "attr72059") ) ) +(assert (myObject (attribute1 "attr72060") ) ) +(assert (myObject (attribute1 "attr72061") ) ) +(assert (myObject (attribute1 "attr72062") ) ) +(assert (myObject (attribute1 "attr72063") ) ) +(assert (myObject (attribute1 "attr72064") ) ) +(assert (myObject (attribute1 "attr72065") ) ) +(assert (myObject (attribute1 "attr72066") ) ) +(assert (myObject (attribute1 "attr72067") ) ) +(assert (myObject (attribute1 "attr72068") ) ) +(assert (myObject (attribute1 "attr72069") ) ) +(assert (myObject (attribute1 "attr72070") ) ) +(assert (myObject (attribute1 "attr72071") ) ) +(assert (myObject (attribute1 "attr72072") ) ) +(assert (myObject (attribute1 "attr72073") ) ) +(assert (myObject (attribute1 "attr72074") ) ) +(assert (myObject (attribute1 "attr72075") ) ) +(assert (myObject (attribute1 "attr72076") ) ) +(assert (myObject (attribute1 "attr72077") ) ) +(assert (myObject (attribute1 "attr72078") ) ) +(assert (myObject (attribute1 "attr72079") ) ) +(assert (myObject (attribute1 "attr72080") ) ) +(assert (myObject (attribute1 "attr72081") ) ) +(assert (myObject (attribute1 "attr72082") ) ) +(assert (myObject (attribute1 "attr72083") ) ) +(assert (myObject (attribute1 "attr72084") ) ) +(assert (myObject (attribute1 "attr72085") ) ) +(assert (myObject (attribute1 "attr72086") ) ) +(assert (myObject (attribute1 "attr72087") ) ) +(assert (myObject (attribute1 "attr72088") ) ) +(assert (myObject (attribute1 "attr72089") ) ) +(assert (myObject (attribute1 "attr72090") ) ) +(assert (myObject (attribute1 "attr72091") ) ) +(assert (myObject (attribute1 "attr72092") ) ) +(assert (myObject (attribute1 "attr72093") ) ) +(assert (myObject (attribute1 "attr72094") ) ) +(assert (myObject (attribute1 "attr72095") ) ) +(assert (myObject (attribute1 "attr72096") ) ) +(assert (myObject (attribute1 "attr72097") ) ) +(assert (myObject (attribute1 "attr72098") ) ) +(assert (myObject (attribute1 "attr72099") ) ) +(assert (myObject (attribute1 "attr72100") ) ) +(assert (myObject (attribute1 "attr72101") ) ) +(assert (myObject (attribute1 "attr72102") ) ) +(assert (myObject (attribute1 "attr72103") ) ) +(assert (myObject (attribute1 "attr72104") ) ) +(assert (myObject (attribute1 "attr72105") ) ) +(assert (myObject (attribute1 "attr72106") ) ) +(assert (myObject (attribute1 "attr72107") ) ) +(assert (myObject (attribute1 "attr72108") ) ) +(assert (myObject (attribute1 "attr72109") ) ) +(assert (myObject (attribute1 "attr72110") ) ) +(assert (myObject (attribute1 "attr72111") ) ) +(assert (myObject (attribute1 "attr72112") ) ) +(assert (myObject (attribute1 "attr72113") ) ) +(assert (myObject (attribute1 "attr72114") ) ) +(assert (myObject (attribute1 "attr72115") ) ) +(assert (myObject (attribute1 "attr72116") ) ) +(assert (myObject (attribute1 "attr72117") ) ) +(assert (myObject (attribute1 "attr72118") ) ) +(assert (myObject (attribute1 "attr72119") ) ) +(assert (myObject (attribute1 "attr72120") ) ) +(assert (myObject (attribute1 "attr72121") ) ) +(assert (myObject (attribute1 "attr72122") ) ) +(assert (myObject (attribute1 "attr72123") ) ) +(assert (myObject (attribute1 "attr72124") ) ) +(assert (myObject (attribute1 "attr72125") ) ) +(assert (myObject (attribute1 "attr72126") ) ) +(assert (myObject (attribute1 "attr72127") ) ) +(assert (myObject (attribute1 "attr72128") ) ) +(assert (myObject (attribute1 "attr72129") ) ) +(assert (myObject (attribute1 "attr72130") ) ) +(assert (myObject (attribute1 "attr72131") ) ) +(assert (myObject (attribute1 "attr72132") ) ) +(assert (myObject (attribute1 "attr72133") ) ) +(assert (myObject (attribute1 "attr72134") ) ) +(assert (myObject (attribute1 "attr72135") ) ) +(assert (myObject (attribute1 "attr72136") ) ) +(assert (myObject (attribute1 "attr72137") ) ) +(assert (myObject (attribute1 "attr72138") ) ) +(assert (myObject (attribute1 "attr72139") ) ) +(assert (myObject (attribute1 "attr72140") ) ) +(assert (myObject (attribute1 "attr72141") ) ) +(assert (myObject (attribute1 "attr72142") ) ) +(assert (myObject (attribute1 "attr72143") ) ) +(assert (myObject (attribute1 "attr72144") ) ) +(assert (myObject (attribute1 "attr72145") ) ) +(assert (myObject (attribute1 "attr72146") ) ) +(assert (myObject (attribute1 "attr72147") ) ) +(assert (myObject (attribute1 "attr72148") ) ) +(assert (myObject (attribute1 "attr72149") ) ) +(assert (myObject (attribute1 "attr72150") ) ) +(assert (myObject (attribute1 "attr72151") ) ) +(assert (myObject (attribute1 "attr72152") ) ) +(assert (myObject (attribute1 "attr72153") ) ) +(assert (myObject (attribute1 "attr72154") ) ) +(assert (myObject (attribute1 "attr72155") ) ) +(assert (myObject (attribute1 "attr72156") ) ) +(assert (myObject (attribute1 "attr72157") ) ) +(assert (myObject (attribute1 "attr72158") ) ) +(assert (myObject (attribute1 "attr72159") ) ) +(assert (myObject (attribute1 "attr72160") ) ) +(assert (myObject (attribute1 "attr72161") ) ) +(assert (myObject (attribute1 "attr72162") ) ) +(assert (myObject (attribute1 "attr72163") ) ) +(assert (myObject (attribute1 "attr72164") ) ) +(assert (myObject (attribute1 "attr72165") ) ) +(assert (myObject (attribute1 "attr72166") ) ) +(assert (myObject (attribute1 "attr72167") ) ) +(assert (myObject (attribute1 "attr72168") ) ) +(assert (myObject (attribute1 "attr72169") ) ) +(assert (myObject (attribute1 "attr72170") ) ) +(assert (myObject (attribute1 "attr72171") ) ) +(assert (myObject (attribute1 "attr72172") ) ) +(assert (myObject (attribute1 "attr72173") ) ) +(assert (myObject (attribute1 "attr72174") ) ) +(assert (myObject (attribute1 "attr72175") ) ) +(assert (myObject (attribute1 "attr72176") ) ) +(assert (myObject (attribute1 "attr72177") ) ) +(assert (myObject (attribute1 "attr72178") ) ) +(assert (myObject (attribute1 "attr72179") ) ) +(assert (myObject (attribute1 "attr72180") ) ) +(assert (myObject (attribute1 "attr72181") ) ) +(assert (myObject (attribute1 "attr72182") ) ) +(assert (myObject (attribute1 "attr72183") ) ) +(assert (myObject (attribute1 "attr72184") ) ) +(assert (myObject (attribute1 "attr72185") ) ) +(assert (myObject (attribute1 "attr72186") ) ) +(assert (myObject (attribute1 "attr72187") ) ) +(assert (myObject (attribute1 "attr72188") ) ) +(assert (myObject (attribute1 "attr72189") ) ) +(assert (myObject (attribute1 "attr72190") ) ) +(assert (myObject (attribute1 "attr72191") ) ) +(assert (myObject (attribute1 "attr72192") ) ) +(assert (myObject (attribute1 "attr72193") ) ) +(assert (myObject (attribute1 "attr72194") ) ) +(assert (myObject (attribute1 "attr72195") ) ) +(assert (myObject (attribute1 "attr72196") ) ) +(assert (myObject (attribute1 "attr72197") ) ) +(assert (myObject (attribute1 "attr72198") ) ) +(assert (myObject (attribute1 "attr72199") ) ) +(assert (myObject (attribute1 "attr72200") ) ) +(assert (myObject (attribute1 "attr72201") ) ) +(assert (myObject (attribute1 "attr72202") ) ) +(assert (myObject (attribute1 "attr72203") ) ) +(assert (myObject (attribute1 "attr72204") ) ) +(assert (myObject (attribute1 "attr72205") ) ) +(assert (myObject (attribute1 "attr72206") ) ) +(assert (myObject (attribute1 "attr72207") ) ) +(assert (myObject (attribute1 "attr72208") ) ) +(assert (myObject (attribute1 "attr72209") ) ) +(assert (myObject (attribute1 "attr72210") ) ) +(assert (myObject (attribute1 "attr72211") ) ) +(assert (myObject (attribute1 "attr72212") ) ) +(assert (myObject (attribute1 "attr72213") ) ) +(assert (myObject (attribute1 "attr72214") ) ) +(assert (myObject (attribute1 "attr72215") ) ) +(assert (myObject (attribute1 "attr72216") ) ) +(assert (myObject (attribute1 "attr72217") ) ) +(assert (myObject (attribute1 "attr72218") ) ) +(assert (myObject (attribute1 "attr72219") ) ) +(assert (myObject (attribute1 "attr72220") ) ) +(assert (myObject (attribute1 "attr72221") ) ) +(assert (myObject (attribute1 "attr72222") ) ) +(assert (myObject (attribute1 "attr72223") ) ) +(assert (myObject (attribute1 "attr72224") ) ) +(assert (myObject (attribute1 "attr72225") ) ) +(assert (myObject (attribute1 "attr72226") ) ) +(assert (myObject (attribute1 "attr72227") ) ) +(assert (myObject (attribute1 "attr72228") ) ) +(assert (myObject (attribute1 "attr72229") ) ) +(assert (myObject (attribute1 "attr72230") ) ) +(assert (myObject (attribute1 "attr72231") ) ) +(assert (myObject (attribute1 "attr72232") ) ) +(assert (myObject (attribute1 "attr72233") ) ) +(assert (myObject (attribute1 "attr72234") ) ) +(assert (myObject (attribute1 "attr72235") ) ) +(assert (myObject (attribute1 "attr72236") ) ) +(assert (myObject (attribute1 "attr72237") ) ) +(assert (myObject (attribute1 "attr72238") ) ) +(assert (myObject (attribute1 "attr72239") ) ) +(assert (myObject (attribute1 "attr72240") ) ) +(assert (myObject (attribute1 "attr72241") ) ) +(assert (myObject (attribute1 "attr72242") ) ) +(assert (myObject (attribute1 "attr72243") ) ) +(assert (myObject (attribute1 "attr72244") ) ) +(assert (myObject (attribute1 "attr72245") ) ) +(assert (myObject (attribute1 "attr72246") ) ) +(assert (myObject (attribute1 "attr72247") ) ) +(assert (myObject (attribute1 "attr72248") ) ) +(assert (myObject (attribute1 "attr72249") ) ) +(assert (myObject (attribute1 "attr72250") ) ) +(assert (myObject (attribute1 "attr72251") ) ) +(assert (myObject (attribute1 "attr72252") ) ) +(assert (myObject (attribute1 "attr72253") ) ) +(assert (myObject (attribute1 "attr72254") ) ) +(assert (myObject (attribute1 "attr72255") ) ) +(assert (myObject (attribute1 "attr72256") ) ) +(assert (myObject (attribute1 "attr72257") ) ) +(assert (myObject (attribute1 "attr72258") ) ) +(assert (myObject (attribute1 "attr72259") ) ) +(assert (myObject (attribute1 "attr72260") ) ) +(assert (myObject (attribute1 "attr72261") ) ) +(assert (myObject (attribute1 "attr72262") ) ) +(assert (myObject (attribute1 "attr72263") ) ) +(assert (myObject (attribute1 "attr72264") ) ) +(assert (myObject (attribute1 "attr72265") ) ) +(assert (myObject (attribute1 "attr72266") ) ) +(assert (myObject (attribute1 "attr72267") ) ) +(assert (myObject (attribute1 "attr72268") ) ) +(assert (myObject (attribute1 "attr72269") ) ) +(assert (myObject (attribute1 "attr72270") ) ) +(assert (myObject (attribute1 "attr72271") ) ) +(assert (myObject (attribute1 "attr72272") ) ) +(assert (myObject (attribute1 "attr72273") ) ) +(assert (myObject (attribute1 "attr72274") ) ) +(assert (myObject (attribute1 "attr72275") ) ) +(assert (myObject (attribute1 "attr72276") ) ) +(assert (myObject (attribute1 "attr72277") ) ) +(assert (myObject (attribute1 "attr72278") ) ) +(assert (myObject (attribute1 "attr72279") ) ) +(assert (myObject (attribute1 "attr72280") ) ) +(assert (myObject (attribute1 "attr72281") ) ) +(assert (myObject (attribute1 "attr72282") ) ) +(assert (myObject (attribute1 "attr72283") ) ) +(assert (myObject (attribute1 "attr72284") ) ) +(assert (myObject (attribute1 "attr72285") ) ) +(assert (myObject (attribute1 "attr72286") ) ) +(assert (myObject (attribute1 "attr72287") ) ) +(assert (myObject (attribute1 "attr72288") ) ) +(assert (myObject (attribute1 "attr72289") ) ) +(assert (myObject (attribute1 "attr72290") ) ) +(assert (myObject (attribute1 "attr72291") ) ) +(assert (myObject (attribute1 "attr72292") ) ) +(assert (myObject (attribute1 "attr72293") ) ) +(assert (myObject (attribute1 "attr72294") ) ) +(assert (myObject (attribute1 "attr72295") ) ) +(assert (myObject (attribute1 "attr72296") ) ) +(assert (myObject (attribute1 "attr72297") ) ) +(assert (myObject (attribute1 "attr72298") ) ) +(assert (myObject (attribute1 "attr72299") ) ) +(assert (myObject (attribute1 "attr72300") ) ) +(assert (myObject (attribute1 "attr72301") ) ) +(assert (myObject (attribute1 "attr72302") ) ) +(assert (myObject (attribute1 "attr72303") ) ) +(assert (myObject (attribute1 "attr72304") ) ) +(assert (myObject (attribute1 "attr72305") ) ) +(assert (myObject (attribute1 "attr72306") ) ) +(assert (myObject (attribute1 "attr72307") ) ) +(assert (myObject (attribute1 "attr72308") ) ) +(assert (myObject (attribute1 "attr72309") ) ) +(assert (myObject (attribute1 "attr72310") ) ) +(assert (myObject (attribute1 "attr72311") ) ) +(assert (myObject (attribute1 "attr72312") ) ) +(assert (myObject (attribute1 "attr72313") ) ) +(assert (myObject (attribute1 "attr72314") ) ) +(assert (myObject (attribute1 "attr72315") ) ) +(assert (myObject (attribute1 "attr72316") ) ) +(assert (myObject (attribute1 "attr72317") ) ) +(assert (myObject (attribute1 "attr72318") ) ) +(assert (myObject (attribute1 "attr72319") ) ) +(assert (myObject (attribute1 "attr72320") ) ) +(assert (myObject (attribute1 "attr72321") ) ) +(assert (myObject (attribute1 "attr72322") ) ) +(assert (myObject (attribute1 "attr72323") ) ) +(assert (myObject (attribute1 "attr72324") ) ) +(assert (myObject (attribute1 "attr72325") ) ) +(assert (myObject (attribute1 "attr72326") ) ) +(assert (myObject (attribute1 "attr72327") ) ) +(assert (myObject (attribute1 "attr72328") ) ) +(assert (myObject (attribute1 "attr72329") ) ) +(assert (myObject (attribute1 "attr72330") ) ) +(assert (myObject (attribute1 "attr72331") ) ) +(assert (myObject (attribute1 "attr72332") ) ) +(assert (myObject (attribute1 "attr72333") ) ) +(assert (myObject (attribute1 "attr72334") ) ) +(assert (myObject (attribute1 "attr72335") ) ) +(assert (myObject (attribute1 "attr72336") ) ) +(assert (myObject (attribute1 "attr72337") ) ) +(assert (myObject (attribute1 "attr72338") ) ) +(assert (myObject (attribute1 "attr72339") ) ) +(assert (myObject (attribute1 "attr72340") ) ) +(assert (myObject (attribute1 "attr72341") ) ) +(assert (myObject (attribute1 "attr72342") ) ) +(assert (myObject (attribute1 "attr72343") ) ) +(assert (myObject (attribute1 "attr72344") ) ) +(assert (myObject (attribute1 "attr72345") ) ) +(assert (myObject (attribute1 "attr72346") ) ) +(assert (myObject (attribute1 "attr72347") ) ) +(assert (myObject (attribute1 "attr72348") ) ) +(assert (myObject (attribute1 "attr72349") ) ) +(assert (myObject (attribute1 "attr72350") ) ) +(assert (myObject (attribute1 "attr72351") ) ) +(assert (myObject (attribute1 "attr72352") ) ) +(assert (myObject (attribute1 "attr72353") ) ) +(assert (myObject (attribute1 "attr72354") ) ) +(assert (myObject (attribute1 "attr72355") ) ) +(assert (myObject (attribute1 "attr72356") ) ) +(assert (myObject (attribute1 "attr72357") ) ) +(assert (myObject (attribute1 "attr72358") ) ) +(assert (myObject (attribute1 "attr72359") ) ) +(assert (myObject (attribute1 "attr72360") ) ) +(assert (myObject (attribute1 "attr72361") ) ) +(assert (myObject (attribute1 "attr72362") ) ) +(assert (myObject (attribute1 "attr72363") ) ) +(assert (myObject (attribute1 "attr72364") ) ) +(assert (myObject (attribute1 "attr72365") ) ) +(assert (myObject (attribute1 "attr72366") ) ) +(assert (myObject (attribute1 "attr72367") ) ) +(assert (myObject (attribute1 "attr72368") ) ) +(assert (myObject (attribute1 "attr72369") ) ) +(assert (myObject (attribute1 "attr72370") ) ) +(assert (myObject (attribute1 "attr72371") ) ) +(assert (myObject (attribute1 "attr72372") ) ) +(assert (myObject (attribute1 "attr72373") ) ) +(assert (myObject (attribute1 "attr72374") ) ) +(assert (myObject (attribute1 "attr72375") ) ) +(assert (myObject (attribute1 "attr72376") ) ) +(assert (myObject (attribute1 "attr72377") ) ) +(assert (myObject (attribute1 "attr72378") ) ) +(assert (myObject (attribute1 "attr72379") ) ) +(assert (myObject (attribute1 "attr72380") ) ) +(assert (myObject (attribute1 "attr72381") ) ) +(assert (myObject (attribute1 "attr72382") ) ) +(assert (myObject (attribute1 "attr72383") ) ) +(assert (myObject (attribute1 "attr72384") ) ) +(assert (myObject (attribute1 "attr72385") ) ) +(assert (myObject (attribute1 "attr72386") ) ) +(assert (myObject (attribute1 "attr72387") ) ) +(assert (myObject (attribute1 "attr72388") ) ) +(assert (myObject (attribute1 "attr72389") ) ) +(assert (myObject (attribute1 "attr72390") ) ) +(assert (myObject (attribute1 "attr72391") ) ) +(assert (myObject (attribute1 "attr72392") ) ) +(assert (myObject (attribute1 "attr72393") ) ) +(assert (myObject (attribute1 "attr72394") ) ) +(assert (myObject (attribute1 "attr72395") ) ) +(assert (myObject (attribute1 "attr72396") ) ) +(assert (myObject (attribute1 "attr72397") ) ) +(assert (myObject (attribute1 "attr72398") ) ) +(assert (myObject (attribute1 "attr72399") ) ) +(assert (myObject (attribute1 "attr72400") ) ) +(assert (myObject (attribute1 "attr72401") ) ) +(assert (myObject (attribute1 "attr72402") ) ) +(assert (myObject (attribute1 "attr72403") ) ) +(assert (myObject (attribute1 "attr72404") ) ) +(assert (myObject (attribute1 "attr72405") ) ) +(assert (myObject (attribute1 "attr72406") ) ) +(assert (myObject (attribute1 "attr72407") ) ) +(assert (myObject (attribute1 "attr72408") ) ) +(assert (myObject (attribute1 "attr72409") ) ) +(assert (myObject (attribute1 "attr72410") ) ) +(assert (myObject (attribute1 "attr72411") ) ) +(assert (myObject (attribute1 "attr72412") ) ) +(assert (myObject (attribute1 "attr72413") ) ) +(assert (myObject (attribute1 "attr72414") ) ) +(assert (myObject (attribute1 "attr72415") ) ) +(assert (myObject (attribute1 "attr72416") ) ) +(assert (myObject (attribute1 "attr72417") ) ) +(assert (myObject (attribute1 "attr72418") ) ) +(assert (myObject (attribute1 "attr72419") ) ) +(assert (myObject (attribute1 "attr72420") ) ) +(assert (myObject (attribute1 "attr72421") ) ) +(assert (myObject (attribute1 "attr72422") ) ) +(assert (myObject (attribute1 "attr72423") ) ) +(assert (myObject (attribute1 "attr72424") ) ) +(assert (myObject (attribute1 "attr72425") ) ) +(assert (myObject (attribute1 "attr72426") ) ) +(assert (myObject (attribute1 "attr72427") ) ) +(assert (myObject (attribute1 "attr72428") ) ) +(assert (myObject (attribute1 "attr72429") ) ) +(assert (myObject (attribute1 "attr72430") ) ) +(assert (myObject (attribute1 "attr72431") ) ) +(assert (myObject (attribute1 "attr72432") ) ) +(assert (myObject (attribute1 "attr72433") ) ) +(assert (myObject (attribute1 "attr72434") ) ) +(assert (myObject (attribute1 "attr72435") ) ) +(assert (myObject (attribute1 "attr72436") ) ) +(assert (myObject (attribute1 "attr72437") ) ) +(assert (myObject (attribute1 "attr72438") ) ) +(assert (myObject (attribute1 "attr72439") ) ) +(assert (myObject (attribute1 "attr72440") ) ) +(assert (myObject (attribute1 "attr72441") ) ) +(assert (myObject (attribute1 "attr72442") ) ) +(assert (myObject (attribute1 "attr72443") ) ) +(assert (myObject (attribute1 "attr72444") ) ) +(assert (myObject (attribute1 "attr72445") ) ) +(assert (myObject (attribute1 "attr72446") ) ) +(assert (myObject (attribute1 "attr72447") ) ) +(assert (myObject (attribute1 "attr72448") ) ) +(assert (myObject (attribute1 "attr72449") ) ) +(assert (myObject (attribute1 "attr72450") ) ) +(assert (myObject (attribute1 "attr72451") ) ) +(assert (myObject (attribute1 "attr72452") ) ) +(assert (myObject (attribute1 "attr72453") ) ) +(assert (myObject (attribute1 "attr72454") ) ) +(assert (myObject (attribute1 "attr72455") ) ) +(assert (myObject (attribute1 "attr72456") ) ) +(assert (myObject (attribute1 "attr72457") ) ) +(assert (myObject (attribute1 "attr72458") ) ) +(assert (myObject (attribute1 "attr72459") ) ) +(assert (myObject (attribute1 "attr72460") ) ) +(assert (myObject (attribute1 "attr72461") ) ) +(assert (myObject (attribute1 "attr72462") ) ) +(assert (myObject (attribute1 "attr72463") ) ) +(assert (myObject (attribute1 "attr72464") ) ) +(assert (myObject (attribute1 "attr72465") ) ) +(assert (myObject (attribute1 "attr72466") ) ) +(assert (myObject (attribute1 "attr72467") ) ) +(assert (myObject (attribute1 "attr72468") ) ) +(assert (myObject (attribute1 "attr72469") ) ) +(assert (myObject (attribute1 "attr72470") ) ) +(assert (myObject (attribute1 "attr72471") ) ) +(assert (myObject (attribute1 "attr72472") ) ) +(assert (myObject (attribute1 "attr72473") ) ) +(assert (myObject (attribute1 "attr72474") ) ) +(assert (myObject (attribute1 "attr72475") ) ) +(assert (myObject (attribute1 "attr72476") ) ) +(assert (myObject (attribute1 "attr72477") ) ) +(assert (myObject (attribute1 "attr72478") ) ) +(assert (myObject (attribute1 "attr72479") ) ) +(assert (myObject (attribute1 "attr72480") ) ) +(assert (myObject (attribute1 "attr72481") ) ) +(assert (myObject (attribute1 "attr72482") ) ) +(assert (myObject (attribute1 "attr72483") ) ) +(assert (myObject (attribute1 "attr72484") ) ) +(assert (myObject (attribute1 "attr72485") ) ) +(assert (myObject (attribute1 "attr72486") ) ) +(assert (myObject (attribute1 "attr72487") ) ) +(assert (myObject (attribute1 "attr72488") ) ) +(assert (myObject (attribute1 "attr72489") ) ) +(assert (myObject (attribute1 "attr72490") ) ) +(assert (myObject (attribute1 "attr72491") ) ) +(assert (myObject (attribute1 "attr72492") ) ) +(assert (myObject (attribute1 "attr72493") ) ) +(assert (myObject (attribute1 "attr72494") ) ) +(assert (myObject (attribute1 "attr72495") ) ) +(assert (myObject (attribute1 "attr72496") ) ) +(assert (myObject (attribute1 "attr72497") ) ) +(assert (myObject (attribute1 "attr72498") ) ) +(assert (myObject (attribute1 "attr72499") ) ) +(assert (myObject (attribute1 "attr72500") ) ) +(assert (myObject (attribute1 "attr72501") ) ) +(assert (myObject (attribute1 "attr72502") ) ) +(assert (myObject (attribute1 "attr72503") ) ) +(assert (myObject (attribute1 "attr72504") ) ) +(assert (myObject (attribute1 "attr72505") ) ) +(assert (myObject (attribute1 "attr72506") ) ) +(assert (myObject (attribute1 "attr72507") ) ) +(assert (myObject (attribute1 "attr72508") ) ) +(assert (myObject (attribute1 "attr72509") ) ) +(assert (myObject (attribute1 "attr72510") ) ) +(assert (myObject (attribute1 "attr72511") ) ) +(assert (myObject (attribute1 "attr72512") ) ) +(assert (myObject (attribute1 "attr72513") ) ) +(assert (myObject (attribute1 "attr72514") ) ) +(assert (myObject (attribute1 "attr72515") ) ) +(assert (myObject (attribute1 "attr72516") ) ) +(assert (myObject (attribute1 "attr72517") ) ) +(assert (myObject (attribute1 "attr72518") ) ) +(assert (myObject (attribute1 "attr72519") ) ) +(assert (myObject (attribute1 "attr72520") ) ) +(assert (myObject (attribute1 "attr72521") ) ) +(assert (myObject (attribute1 "attr72522") ) ) +(assert (myObject (attribute1 "attr72523") ) ) +(assert (myObject (attribute1 "attr72524") ) ) +(assert (myObject (attribute1 "attr72525") ) ) +(assert (myObject (attribute1 "attr72526") ) ) +(assert (myObject (attribute1 "attr72527") ) ) +(assert (myObject (attribute1 "attr72528") ) ) +(assert (myObject (attribute1 "attr72529") ) ) +(assert (myObject (attribute1 "attr72530") ) ) +(assert (myObject (attribute1 "attr72531") ) ) +(assert (myObject (attribute1 "attr72532") ) ) +(assert (myObject (attribute1 "attr72533") ) ) +(assert (myObject (attribute1 "attr72534") ) ) +(assert (myObject (attribute1 "attr72535") ) ) +(assert (myObject (attribute1 "attr72536") ) ) +(assert (myObject (attribute1 "attr72537") ) ) +(assert (myObject (attribute1 "attr72538") ) ) +(assert (myObject (attribute1 "attr72539") ) ) +(assert (myObject (attribute1 "attr72540") ) ) +(assert (myObject (attribute1 "attr72541") ) ) +(assert (myObject (attribute1 "attr72542") ) ) +(assert (myObject (attribute1 "attr72543") ) ) +(assert (myObject (attribute1 "attr72544") ) ) +(assert (myObject (attribute1 "attr72545") ) ) +(assert (myObject (attribute1 "attr72546") ) ) +(assert (myObject (attribute1 "attr72547") ) ) +(assert (myObject (attribute1 "attr72548") ) ) +(assert (myObject (attribute1 "attr72549") ) ) +(assert (myObject (attribute1 "attr72550") ) ) +(assert (myObject (attribute1 "attr72551") ) ) +(assert (myObject (attribute1 "attr72552") ) ) +(assert (myObject (attribute1 "attr72553") ) ) +(assert (myObject (attribute1 "attr72554") ) ) +(assert (myObject (attribute1 "attr72555") ) ) +(assert (myObject (attribute1 "attr72556") ) ) +(assert (myObject (attribute1 "attr72557") ) ) +(assert (myObject (attribute1 "attr72558") ) ) +(assert (myObject (attribute1 "attr72559") ) ) +(assert (myObject (attribute1 "attr72560") ) ) +(assert (myObject (attribute1 "attr72561") ) ) +(assert (myObject (attribute1 "attr72562") ) ) +(assert (myObject (attribute1 "attr72563") ) ) +(assert (myObject (attribute1 "attr72564") ) ) +(assert (myObject (attribute1 "attr72565") ) ) +(assert (myObject (attribute1 "attr72566") ) ) +(assert (myObject (attribute1 "attr72567") ) ) +(assert (myObject (attribute1 "attr72568") ) ) +(assert (myObject (attribute1 "attr72569") ) ) +(assert (myObject (attribute1 "attr72570") ) ) +(assert (myObject (attribute1 "attr72571") ) ) +(assert (myObject (attribute1 "attr72572") ) ) +(assert (myObject (attribute1 "attr72573") ) ) +(assert (myObject (attribute1 "attr72574") ) ) +(assert (myObject (attribute1 "attr72575") ) ) +(assert (myObject (attribute1 "attr72576") ) ) +(assert (myObject (attribute1 "attr72577") ) ) +(assert (myObject (attribute1 "attr72578") ) ) +(assert (myObject (attribute1 "attr72579") ) ) +(assert (myObject (attribute1 "attr72580") ) ) +(assert (myObject (attribute1 "attr72581") ) ) +(assert (myObject (attribute1 "attr72582") ) ) +(assert (myObject (attribute1 "attr72583") ) ) +(assert (myObject (attribute1 "attr72584") ) ) +(assert (myObject (attribute1 "attr72585") ) ) +(assert (myObject (attribute1 "attr72586") ) ) +(assert (myObject (attribute1 "attr72587") ) ) +(assert (myObject (attribute1 "attr72588") ) ) +(assert (myObject (attribute1 "attr72589") ) ) +(assert (myObject (attribute1 "attr72590") ) ) +(assert (myObject (attribute1 "attr72591") ) ) +(assert (myObject (attribute1 "attr72592") ) ) +(assert (myObject (attribute1 "attr72593") ) ) +(assert (myObject (attribute1 "attr72594") ) ) +(assert (myObject (attribute1 "attr72595") ) ) +(assert (myObject (attribute1 "attr72596") ) ) +(assert (myObject (attribute1 "attr72597") ) ) +(assert (myObject (attribute1 "attr72598") ) ) +(assert (myObject (attribute1 "attr72599") ) ) +(assert (myObject (attribute1 "attr72600") ) ) +(assert (myObject (attribute1 "attr72601") ) ) +(assert (myObject (attribute1 "attr72602") ) ) +(assert (myObject (attribute1 "attr72603") ) ) +(assert (myObject (attribute1 "attr72604") ) ) +(assert (myObject (attribute1 "attr72605") ) ) +(assert (myObject (attribute1 "attr72606") ) ) +(assert (myObject (attribute1 "attr72607") ) ) +(assert (myObject (attribute1 "attr72608") ) ) +(assert (myObject (attribute1 "attr72609") ) ) +(assert (myObject (attribute1 "attr72610") ) ) +(assert (myObject (attribute1 "attr72611") ) ) +(assert (myObject (attribute1 "attr72612") ) ) +(assert (myObject (attribute1 "attr72613") ) ) +(assert (myObject (attribute1 "attr72614") ) ) +(assert (myObject (attribute1 "attr72615") ) ) +(assert (myObject (attribute1 "attr72616") ) ) +(assert (myObject (attribute1 "attr72617") ) ) +(assert (myObject (attribute1 "attr72618") ) ) +(assert (myObject (attribute1 "attr72619") ) ) +(assert (myObject (attribute1 "attr72620") ) ) +(assert (myObject (attribute1 "attr72621") ) ) +(assert (myObject (attribute1 "attr72622") ) ) +(assert (myObject (attribute1 "attr72623") ) ) +(assert (myObject (attribute1 "attr72624") ) ) +(assert (myObject (attribute1 "attr72625") ) ) +(assert (myObject (attribute1 "attr72626") ) ) +(assert (myObject (attribute1 "attr72627") ) ) +(assert (myObject (attribute1 "attr72628") ) ) +(assert (myObject (attribute1 "attr72629") ) ) +(assert (myObject (attribute1 "attr72630") ) ) +(assert (myObject (attribute1 "attr72631") ) ) +(assert (myObject (attribute1 "attr72632") ) ) +(assert (myObject (attribute1 "attr72633") ) ) +(assert (myObject (attribute1 "attr72634") ) ) +(assert (myObject (attribute1 "attr72635") ) ) +(assert (myObject (attribute1 "attr72636") ) ) +(assert (myObject (attribute1 "attr72637") ) ) +(assert (myObject (attribute1 "attr72638") ) ) +(assert (myObject (attribute1 "attr72639") ) ) +(assert (myObject (attribute1 "attr72640") ) ) +(assert (myObject (attribute1 "attr72641") ) ) +(assert (myObject (attribute1 "attr72642") ) ) +(assert (myObject (attribute1 "attr72643") ) ) +(assert (myObject (attribute1 "attr72644") ) ) +(assert (myObject (attribute1 "attr72645") ) ) +(assert (myObject (attribute1 "attr72646") ) ) +(assert (myObject (attribute1 "attr72647") ) ) +(assert (myObject (attribute1 "attr72648") ) ) +(assert (myObject (attribute1 "attr72649") ) ) +(assert (myObject (attribute1 "attr72650") ) ) +(assert (myObject (attribute1 "attr72651") ) ) +(assert (myObject (attribute1 "attr72652") ) ) +(assert (myObject (attribute1 "attr72653") ) ) +(assert (myObject (attribute1 "attr72654") ) ) +(assert (myObject (attribute1 "attr72655") ) ) +(assert (myObject (attribute1 "attr72656") ) ) +(assert (myObject (attribute1 "attr72657") ) ) +(assert (myObject (attribute1 "attr72658") ) ) +(assert (myObject (attribute1 "attr72659") ) ) +(assert (myObject (attribute1 "attr72660") ) ) +(assert (myObject (attribute1 "attr72661") ) ) +(assert (myObject (attribute1 "attr72662") ) ) +(assert (myObject (attribute1 "attr72663") ) ) +(assert (myObject (attribute1 "attr72664") ) ) +(assert (myObject (attribute1 "attr72665") ) ) +(assert (myObject (attribute1 "attr72666") ) ) +(assert (myObject (attribute1 "attr72667") ) ) +(assert (myObject (attribute1 "attr72668") ) ) +(assert (myObject (attribute1 "attr72669") ) ) +(assert (myObject (attribute1 "attr72670") ) ) +(assert (myObject (attribute1 "attr72671") ) ) +(assert (myObject (attribute1 "attr72672") ) ) +(assert (myObject (attribute1 "attr72673") ) ) +(assert (myObject (attribute1 "attr72674") ) ) +(assert (myObject (attribute1 "attr72675") ) ) +(assert (myObject (attribute1 "attr72676") ) ) +(assert (myObject (attribute1 "attr72677") ) ) +(assert (myObject (attribute1 "attr72678") ) ) +(assert (myObject (attribute1 "attr72679") ) ) +(assert (myObject (attribute1 "attr72680") ) ) +(assert (myObject (attribute1 "attr72681") ) ) +(assert (myObject (attribute1 "attr72682") ) ) +(assert (myObject (attribute1 "attr72683") ) ) +(assert (myObject (attribute1 "attr72684") ) ) +(assert (myObject (attribute1 "attr72685") ) ) +(assert (myObject (attribute1 "attr72686") ) ) +(assert (myObject (attribute1 "attr72687") ) ) +(assert (myObject (attribute1 "attr72688") ) ) +(assert (myObject (attribute1 "attr72689") ) ) +(assert (myObject (attribute1 "attr72690") ) ) +(assert (myObject (attribute1 "attr72691") ) ) +(assert (myObject (attribute1 "attr72692") ) ) +(assert (myObject (attribute1 "attr72693") ) ) +(assert (myObject (attribute1 "attr72694") ) ) +(assert (myObject (attribute1 "attr72695") ) ) +(assert (myObject (attribute1 "attr72696") ) ) +(assert (myObject (attribute1 "attr72697") ) ) +(assert (myObject (attribute1 "attr72698") ) ) +(assert (myObject (attribute1 "attr72699") ) ) +(assert (myObject (attribute1 "attr72700") ) ) +(assert (myObject (attribute1 "attr72701") ) ) +(assert (myObject (attribute1 "attr72702") ) ) +(assert (myObject (attribute1 "attr72703") ) ) +(assert (myObject (attribute1 "attr72704") ) ) +(assert (myObject (attribute1 "attr72705") ) ) +(assert (myObject (attribute1 "attr72706") ) ) +(assert (myObject (attribute1 "attr72707") ) ) +(assert (myObject (attribute1 "attr72708") ) ) +(assert (myObject (attribute1 "attr72709") ) ) +(assert (myObject (attribute1 "attr72710") ) ) +(assert (myObject (attribute1 "attr72711") ) ) +(assert (myObject (attribute1 "attr72712") ) ) +(assert (myObject (attribute1 "attr72713") ) ) +(assert (myObject (attribute1 "attr72714") ) ) +(assert (myObject (attribute1 "attr72715") ) ) +(assert (myObject (attribute1 "attr72716") ) ) +(assert (myObject (attribute1 "attr72717") ) ) +(assert (myObject (attribute1 "attr72718") ) ) +(assert (myObject (attribute1 "attr72719") ) ) +(assert (myObject (attribute1 "attr72720") ) ) +(assert (myObject (attribute1 "attr72721") ) ) +(assert (myObject (attribute1 "attr72722") ) ) +(assert (myObject (attribute1 "attr72723") ) ) +(assert (myObject (attribute1 "attr72724") ) ) +(assert (myObject (attribute1 "attr72725") ) ) +(assert (myObject (attribute1 "attr72726") ) ) +(assert (myObject (attribute1 "attr72727") ) ) +(assert (myObject (attribute1 "attr72728") ) ) +(assert (myObject (attribute1 "attr72729") ) ) +(assert (myObject (attribute1 "attr72730") ) ) +(assert (myObject (attribute1 "attr72731") ) ) +(assert (myObject (attribute1 "attr72732") ) ) +(assert (myObject (attribute1 "attr72733") ) ) +(assert (myObject (attribute1 "attr72734") ) ) +(assert (myObject (attribute1 "attr72735") ) ) +(assert (myObject (attribute1 "attr72736") ) ) +(assert (myObject (attribute1 "attr72737") ) ) +(assert (myObject (attribute1 "attr72738") ) ) +(assert (myObject (attribute1 "attr72739") ) ) +(assert (myObject (attribute1 "attr72740") ) ) +(assert (myObject (attribute1 "attr72741") ) ) +(assert (myObject (attribute1 "attr72742") ) ) +(assert (myObject (attribute1 "attr72743") ) ) +(assert (myObject (attribute1 "attr72744") ) ) +(assert (myObject (attribute1 "attr72745") ) ) +(assert (myObject (attribute1 "attr72746") ) ) +(assert (myObject (attribute1 "attr72747") ) ) +(assert (myObject (attribute1 "attr72748") ) ) +(assert (myObject (attribute1 "attr72749") ) ) +(assert (myObject (attribute1 "attr72750") ) ) +(assert (myObject (attribute1 "attr72751") ) ) +(assert (myObject (attribute1 "attr72752") ) ) +(assert (myObject (attribute1 "attr72753") ) ) +(assert (myObject (attribute1 "attr72754") ) ) +(assert (myObject (attribute1 "attr72755") ) ) +(assert (myObject (attribute1 "attr72756") ) ) +(assert (myObject (attribute1 "attr72757") ) ) +(assert (myObject (attribute1 "attr72758") ) ) +(assert (myObject (attribute1 "attr72759") ) ) +(assert (myObject (attribute1 "attr72760") ) ) +(assert (myObject (attribute1 "attr72761") ) ) +(assert (myObject (attribute1 "attr72762") ) ) +(assert (myObject (attribute1 "attr72763") ) ) +(assert (myObject (attribute1 "attr72764") ) ) +(assert (myObject (attribute1 "attr72765") ) ) +(assert (myObject (attribute1 "attr72766") ) ) +(assert (myObject (attribute1 "attr72767") ) ) +(assert (myObject (attribute1 "attr72768") ) ) +(assert (myObject (attribute1 "attr72769") ) ) +(assert (myObject (attribute1 "attr72770") ) ) +(assert (myObject (attribute1 "attr72771") ) ) +(assert (myObject (attribute1 "attr72772") ) ) +(assert (myObject (attribute1 "attr72773") ) ) +(assert (myObject (attribute1 "attr72774") ) ) +(assert (myObject (attribute1 "attr72775") ) ) +(assert (myObject (attribute1 "attr72776") ) ) +(assert (myObject (attribute1 "attr72777") ) ) +(assert (myObject (attribute1 "attr72778") ) ) +(assert (myObject (attribute1 "attr72779") ) ) +(assert (myObject (attribute1 "attr72780") ) ) +(assert (myObject (attribute1 "attr72781") ) ) +(assert (myObject (attribute1 "attr72782") ) ) +(assert (myObject (attribute1 "attr72783") ) ) +(assert (myObject (attribute1 "attr72784") ) ) +(assert (myObject (attribute1 "attr72785") ) ) +(assert (myObject (attribute1 "attr72786") ) ) +(assert (myObject (attribute1 "attr72787") ) ) +(assert (myObject (attribute1 "attr72788") ) ) +(assert (myObject (attribute1 "attr72789") ) ) +(assert (myObject (attribute1 "attr72790") ) ) +(assert (myObject (attribute1 "attr72791") ) ) +(assert (myObject (attribute1 "attr72792") ) ) +(assert (myObject (attribute1 "attr72793") ) ) +(assert (myObject (attribute1 "attr72794") ) ) +(assert (myObject (attribute1 "attr72795") ) ) +(assert (myObject (attribute1 "attr72796") ) ) +(assert (myObject (attribute1 "attr72797") ) ) +(assert (myObject (attribute1 "attr72798") ) ) +(assert (myObject (attribute1 "attr72799") ) ) +(assert (myObject (attribute1 "attr72800") ) ) +(assert (myObject (attribute1 "attr72801") ) ) +(assert (myObject (attribute1 "attr72802") ) ) +(assert (myObject (attribute1 "attr72803") ) ) +(assert (myObject (attribute1 "attr72804") ) ) +(assert (myObject (attribute1 "attr72805") ) ) +(assert (myObject (attribute1 "attr72806") ) ) +(assert (myObject (attribute1 "attr72807") ) ) +(assert (myObject (attribute1 "attr72808") ) ) +(assert (myObject (attribute1 "attr72809") ) ) +(assert (myObject (attribute1 "attr72810") ) ) +(assert (myObject (attribute1 "attr72811") ) ) +(assert (myObject (attribute1 "attr72812") ) ) +(assert (myObject (attribute1 "attr72813") ) ) +(assert (myObject (attribute1 "attr72814") ) ) +(assert (myObject (attribute1 "attr72815") ) ) +(assert (myObject (attribute1 "attr72816") ) ) +(assert (myObject (attribute1 "attr72817") ) ) +(assert (myObject (attribute1 "attr72818") ) ) +(assert (myObject (attribute1 "attr72819") ) ) +(assert (myObject (attribute1 "attr72820") ) ) +(assert (myObject (attribute1 "attr72821") ) ) +(assert (myObject (attribute1 "attr72822") ) ) +(assert (myObject (attribute1 "attr72823") ) ) +(assert (myObject (attribute1 "attr72824") ) ) +(assert (myObject (attribute1 "attr72825") ) ) +(assert (myObject (attribute1 "attr72826") ) ) +(assert (myObject (attribute1 "attr72827") ) ) +(assert (myObject (attribute1 "attr72828") ) ) +(assert (myObject (attribute1 "attr72829") ) ) +(assert (myObject (attribute1 "attr72830") ) ) +(assert (myObject (attribute1 "attr72831") ) ) +(assert (myObject (attribute1 "attr72832") ) ) +(assert (myObject (attribute1 "attr72833") ) ) +(assert (myObject (attribute1 "attr72834") ) ) +(assert (myObject (attribute1 "attr72835") ) ) +(assert (myObject (attribute1 "attr72836") ) ) +(assert (myObject (attribute1 "attr72837") ) ) +(assert (myObject (attribute1 "attr72838") ) ) +(assert (myObject (attribute1 "attr72839") ) ) +(assert (myObject (attribute1 "attr72840") ) ) +(assert (myObject (attribute1 "attr72841") ) ) +(assert (myObject (attribute1 "attr72842") ) ) +(assert (myObject (attribute1 "attr72843") ) ) +(assert (myObject (attribute1 "attr72844") ) ) +(assert (myObject (attribute1 "attr72845") ) ) +(assert (myObject (attribute1 "attr72846") ) ) +(assert (myObject (attribute1 "attr72847") ) ) +(assert (myObject (attribute1 "attr72848") ) ) +(assert (myObject (attribute1 "attr72849") ) ) +(assert (myObject (attribute1 "attr72850") ) ) +(assert (myObject (attribute1 "attr72851") ) ) +(assert (myObject (attribute1 "attr72852") ) ) +(assert (myObject (attribute1 "attr72853") ) ) +(assert (myObject (attribute1 "attr72854") ) ) +(assert (myObject (attribute1 "attr72855") ) ) +(assert (myObject (attribute1 "attr72856") ) ) +(assert (myObject (attribute1 "attr72857") ) ) +(assert (myObject (attribute1 "attr72858") ) ) +(assert (myObject (attribute1 "attr72859") ) ) +(assert (myObject (attribute1 "attr72860") ) ) +(assert (myObject (attribute1 "attr72861") ) ) +(assert (myObject (attribute1 "attr72862") ) ) +(assert (myObject (attribute1 "attr72863") ) ) +(assert (myObject (attribute1 "attr72864") ) ) +(assert (myObject (attribute1 "attr72865") ) ) +(assert (myObject (attribute1 "attr72866") ) ) +(assert (myObject (attribute1 "attr72867") ) ) +(assert (myObject (attribute1 "attr72868") ) ) +(assert (myObject (attribute1 "attr72869") ) ) +(assert (myObject (attribute1 "attr72870") ) ) +(assert (myObject (attribute1 "attr72871") ) ) +(assert (myObject (attribute1 "attr72872") ) ) +(assert (myObject (attribute1 "attr72873") ) ) +(assert (myObject (attribute1 "attr72874") ) ) +(assert (myObject (attribute1 "attr72875") ) ) +(assert (myObject (attribute1 "attr72876") ) ) +(assert (myObject (attribute1 "attr72877") ) ) +(assert (myObject (attribute1 "attr72878") ) ) +(assert (myObject (attribute1 "attr72879") ) ) +(assert (myObject (attribute1 "attr72880") ) ) +(assert (myObject (attribute1 "attr72881") ) ) +(assert (myObject (attribute1 "attr72882") ) ) +(assert (myObject (attribute1 "attr72883") ) ) +(assert (myObject (attribute1 "attr72884") ) ) +(assert (myObject (attribute1 "attr72885") ) ) +(assert (myObject (attribute1 "attr72886") ) ) +(assert (myObject (attribute1 "attr72887") ) ) +(assert (myObject (attribute1 "attr72888") ) ) +(assert (myObject (attribute1 "attr72889") ) ) +(assert (myObject (attribute1 "attr72890") ) ) +(assert (myObject (attribute1 "attr72891") ) ) +(assert (myObject (attribute1 "attr72892") ) ) +(assert (myObject (attribute1 "attr72893") ) ) +(assert (myObject (attribute1 "attr72894") ) ) +(assert (myObject (attribute1 "attr72895") ) ) +(assert (myObject (attribute1 "attr72896") ) ) +(assert (myObject (attribute1 "attr72897") ) ) +(assert (myObject (attribute1 "attr72898") ) ) +(assert (myObject (attribute1 "attr72899") ) ) +(assert (myObject (attribute1 "attr72900") ) ) +(assert (myObject (attribute1 "attr72901") ) ) +(assert (myObject (attribute1 "attr72902") ) ) +(assert (myObject (attribute1 "attr72903") ) ) +(assert (myObject (attribute1 "attr72904") ) ) +(assert (myObject (attribute1 "attr72905") ) ) +(assert (myObject (attribute1 "attr72906") ) ) +(assert (myObject (attribute1 "attr72907") ) ) +(assert (myObject (attribute1 "attr72908") ) ) +(assert (myObject (attribute1 "attr72909") ) ) +(assert (myObject (attribute1 "attr72910") ) ) +(assert (myObject (attribute1 "attr72911") ) ) +(assert (myObject (attribute1 "attr72912") ) ) +(assert (myObject (attribute1 "attr72913") ) ) +(assert (myObject (attribute1 "attr72914") ) ) +(assert (myObject (attribute1 "attr72915") ) ) +(assert (myObject (attribute1 "attr72916") ) ) +(assert (myObject (attribute1 "attr72917") ) ) +(assert (myObject (attribute1 "attr72918") ) ) +(assert (myObject (attribute1 "attr72919") ) ) +(assert (myObject (attribute1 "attr72920") ) ) +(assert (myObject (attribute1 "attr72921") ) ) +(assert (myObject (attribute1 "attr72922") ) ) +(assert (myObject (attribute1 "attr72923") ) ) +(assert (myObject (attribute1 "attr72924") ) ) +(assert (myObject (attribute1 "attr72925") ) ) +(assert (myObject (attribute1 "attr72926") ) ) +(assert (myObject (attribute1 "attr72927") ) ) +(assert (myObject (attribute1 "attr72928") ) ) +(assert (myObject (attribute1 "attr72929") ) ) +(assert (myObject (attribute1 "attr72930") ) ) +(assert (myObject (attribute1 "attr72931") ) ) +(assert (myObject (attribute1 "attr72932") ) ) +(assert (myObject (attribute1 "attr72933") ) ) +(assert (myObject (attribute1 "attr72934") ) ) +(assert (myObject (attribute1 "attr72935") ) ) +(assert (myObject (attribute1 "attr72936") ) ) +(assert (myObject (attribute1 "attr72937") ) ) +(assert (myObject (attribute1 "attr72938") ) ) +(assert (myObject (attribute1 "attr72939") ) ) +(assert (myObject (attribute1 "attr72940") ) ) +(assert (myObject (attribute1 "attr72941") ) ) +(assert (myObject (attribute1 "attr72942") ) ) +(assert (myObject (attribute1 "attr72943") ) ) +(assert (myObject (attribute1 "attr72944") ) ) +(assert (myObject (attribute1 "attr72945") ) ) +(assert (myObject (attribute1 "attr72946") ) ) +(assert (myObject (attribute1 "attr72947") ) ) +(assert (myObject (attribute1 "attr72948") ) ) +(assert (myObject (attribute1 "attr72949") ) ) +(assert (myObject (attribute1 "attr72950") ) ) +(assert (myObject (attribute1 "attr72951") ) ) +(assert (myObject (attribute1 "attr72952") ) ) +(assert (myObject (attribute1 "attr72953") ) ) +(assert (myObject (attribute1 "attr72954") ) ) +(assert (myObject (attribute1 "attr72955") ) ) +(assert (myObject (attribute1 "attr72956") ) ) +(assert (myObject (attribute1 "attr72957") ) ) +(assert (myObject (attribute1 "attr72958") ) ) +(assert (myObject (attribute1 "attr72959") ) ) +(assert (myObject (attribute1 "attr72960") ) ) +(assert (myObject (attribute1 "attr72961") ) ) +(assert (myObject (attribute1 "attr72962") ) ) +(assert (myObject (attribute1 "attr72963") ) ) +(assert (myObject (attribute1 "attr72964") ) ) +(assert (myObject (attribute1 "attr72965") ) ) +(assert (myObject (attribute1 "attr72966") ) ) +(assert (myObject (attribute1 "attr72967") ) ) +(assert (myObject (attribute1 "attr72968") ) ) +(assert (myObject (attribute1 "attr72969") ) ) +(assert (myObject (attribute1 "attr72970") ) ) +(assert (myObject (attribute1 "attr72971") ) ) +(assert (myObject (attribute1 "attr72972") ) ) +(assert (myObject (attribute1 "attr72973") ) ) +(assert (myObject (attribute1 "attr72974") ) ) +(assert (myObject (attribute1 "attr72975") ) ) +(assert (myObject (attribute1 "attr72976") ) ) +(assert (myObject (attribute1 "attr72977") ) ) +(assert (myObject (attribute1 "attr72978") ) ) +(assert (myObject (attribute1 "attr72979") ) ) +(assert (myObject (attribute1 "attr72980") ) ) +(assert (myObject (attribute1 "attr72981") ) ) +(assert (myObject (attribute1 "attr72982") ) ) +(assert (myObject (attribute1 "attr72983") ) ) +(assert (myObject (attribute1 "attr72984") ) ) +(assert (myObject (attribute1 "attr72985") ) ) +(assert (myObject (attribute1 "attr72986") ) ) +(assert (myObject (attribute1 "attr72987") ) ) +(assert (myObject (attribute1 "attr72988") ) ) +(assert (myObject (attribute1 "attr72989") ) ) +(assert (myObject (attribute1 "attr72990") ) ) +(assert (myObject (attribute1 "attr72991") ) ) +(assert (myObject (attribute1 "attr72992") ) ) +(assert (myObject (attribute1 "attr72993") ) ) +(assert (myObject (attribute1 "attr72994") ) ) +(assert (myObject (attribute1 "attr72995") ) ) +(assert (myObject (attribute1 "attr72996") ) ) +(assert (myObject (attribute1 "attr72997") ) ) +(assert (myObject (attribute1 "attr72998") ) ) +(assert (myObject (attribute1 "attr72999") ) ) +(assert (myObject (attribute1 "attr73000") ) ) +(assert (myObject (attribute1 "attr73001") ) ) +(assert (myObject (attribute1 "attr73002") ) ) +(assert (myObject (attribute1 "attr73003") ) ) +(assert (myObject (attribute1 "attr73004") ) ) +(assert (myObject (attribute1 "attr73005") ) ) +(assert (myObject (attribute1 "attr73006") ) ) +(assert (myObject (attribute1 "attr73007") ) ) +(assert (myObject (attribute1 "attr73008") ) ) +(assert (myObject (attribute1 "attr73009") ) ) +(assert (myObject (attribute1 "attr73010") ) ) +(assert (myObject (attribute1 "attr73011") ) ) +(assert (myObject (attribute1 "attr73012") ) ) +(assert (myObject (attribute1 "attr73013") ) ) +(assert (myObject (attribute1 "attr73014") ) ) +(assert (myObject (attribute1 "attr73015") ) ) +(assert (myObject (attribute1 "attr73016") ) ) +(assert (myObject (attribute1 "attr73017") ) ) +(assert (myObject (attribute1 "attr73018") ) ) +(assert (myObject (attribute1 "attr73019") ) ) +(assert (myObject (attribute1 "attr73020") ) ) +(assert (myObject (attribute1 "attr73021") ) ) +(assert (myObject (attribute1 "attr73022") ) ) +(assert (myObject (attribute1 "attr73023") ) ) +(assert (myObject (attribute1 "attr73024") ) ) +(assert (myObject (attribute1 "attr73025") ) ) +(assert (myObject (attribute1 "attr73026") ) ) +(assert (myObject (attribute1 "attr73027") ) ) +(assert (myObject (attribute1 "attr73028") ) ) +(assert (myObject (attribute1 "attr73029") ) ) +(assert (myObject (attribute1 "attr73030") ) ) +(assert (myObject (attribute1 "attr73031") ) ) +(assert (myObject (attribute1 "attr73032") ) ) +(assert (myObject (attribute1 "attr73033") ) ) +(assert (myObject (attribute1 "attr73034") ) ) +(assert (myObject (attribute1 "attr73035") ) ) +(assert (myObject (attribute1 "attr73036") ) ) +(assert (myObject (attribute1 "attr73037") ) ) +(assert (myObject (attribute1 "attr73038") ) ) +(assert (myObject (attribute1 "attr73039") ) ) +(assert (myObject (attribute1 "attr73040") ) ) +(assert (myObject (attribute1 "attr73041") ) ) +(assert (myObject (attribute1 "attr73042") ) ) +(assert (myObject (attribute1 "attr73043") ) ) +(assert (myObject (attribute1 "attr73044") ) ) +(assert (myObject (attribute1 "attr73045") ) ) +(assert (myObject (attribute1 "attr73046") ) ) +(assert (myObject (attribute1 "attr73047") ) ) +(assert (myObject (attribute1 "attr73048") ) ) +(assert (myObject (attribute1 "attr73049") ) ) +(assert (myObject (attribute1 "attr73050") ) ) +(assert (myObject (attribute1 "attr73051") ) ) +(assert (myObject (attribute1 "attr73052") ) ) +(assert (myObject (attribute1 "attr73053") ) ) +(assert (myObject (attribute1 "attr73054") ) ) +(assert (myObject (attribute1 "attr73055") ) ) +(assert (myObject (attribute1 "attr73056") ) ) +(assert (myObject (attribute1 "attr73057") ) ) +(assert (myObject (attribute1 "attr73058") ) ) +(assert (myObject (attribute1 "attr73059") ) ) +(assert (myObject (attribute1 "attr73060") ) ) +(assert (myObject (attribute1 "attr73061") ) ) +(assert (myObject (attribute1 "attr73062") ) ) +(assert (myObject (attribute1 "attr73063") ) ) +(assert (myObject (attribute1 "attr73064") ) ) +(assert (myObject (attribute1 "attr73065") ) ) +(assert (myObject (attribute1 "attr73066") ) ) +(assert (myObject (attribute1 "attr73067") ) ) +(assert (myObject (attribute1 "attr73068") ) ) +(assert (myObject (attribute1 "attr73069") ) ) +(assert (myObject (attribute1 "attr73070") ) ) +(assert (myObject (attribute1 "attr73071") ) ) +(assert (myObject (attribute1 "attr73072") ) ) +(assert (myObject (attribute1 "attr73073") ) ) +(assert (myObject (attribute1 "attr73074") ) ) +(assert (myObject (attribute1 "attr73075") ) ) +(assert (myObject (attribute1 "attr73076") ) ) +(assert (myObject (attribute1 "attr73077") ) ) +(assert (myObject (attribute1 "attr73078") ) ) +(assert (myObject (attribute1 "attr73079") ) ) +(assert (myObject (attribute1 "attr73080") ) ) +(assert (myObject (attribute1 "attr73081") ) ) +(assert (myObject (attribute1 "attr73082") ) ) +(assert (myObject (attribute1 "attr73083") ) ) +(assert (myObject (attribute1 "attr73084") ) ) +(assert (myObject (attribute1 "attr73085") ) ) +(assert (myObject (attribute1 "attr73086") ) ) +(assert (myObject (attribute1 "attr73087") ) ) +(assert (myObject (attribute1 "attr73088") ) ) +(assert (myObject (attribute1 "attr73089") ) ) +(assert (myObject (attribute1 "attr73090") ) ) +(assert (myObject (attribute1 "attr73091") ) ) +(assert (myObject (attribute1 "attr73092") ) ) +(assert (myObject (attribute1 "attr73093") ) ) +(assert (myObject (attribute1 "attr73094") ) ) +(assert (myObject (attribute1 "attr73095") ) ) +(assert (myObject (attribute1 "attr73096") ) ) +(assert (myObject (attribute1 "attr73097") ) ) +(assert (myObject (attribute1 "attr73098") ) ) +(assert (myObject (attribute1 "attr73099") ) ) +(assert (myObject (attribute1 "attr73100") ) ) +(assert (myObject (attribute1 "attr73101") ) ) +(assert (myObject (attribute1 "attr73102") ) ) +(assert (myObject (attribute1 "attr73103") ) ) +(assert (myObject (attribute1 "attr73104") ) ) +(assert (myObject (attribute1 "attr73105") ) ) +(assert (myObject (attribute1 "attr73106") ) ) +(assert (myObject (attribute1 "attr73107") ) ) +(assert (myObject (attribute1 "attr73108") ) ) +(assert (myObject (attribute1 "attr73109") ) ) +(assert (myObject (attribute1 "attr73110") ) ) +(assert (myObject (attribute1 "attr73111") ) ) +(assert (myObject (attribute1 "attr73112") ) ) +(assert (myObject (attribute1 "attr73113") ) ) +(assert (myObject (attribute1 "attr73114") ) ) +(assert (myObject (attribute1 "attr73115") ) ) +(assert (myObject (attribute1 "attr73116") ) ) +(assert (myObject (attribute1 "attr73117") ) ) +(assert (myObject (attribute1 "attr73118") ) ) +(assert (myObject (attribute1 "attr73119") ) ) +(assert (myObject (attribute1 "attr73120") ) ) +(assert (myObject (attribute1 "attr73121") ) ) +(assert (myObject (attribute1 "attr73122") ) ) +(assert (myObject (attribute1 "attr73123") ) ) +(assert (myObject (attribute1 "attr73124") ) ) +(assert (myObject (attribute1 "attr73125") ) ) +(assert (myObject (attribute1 "attr73126") ) ) +(assert (myObject (attribute1 "attr73127") ) ) +(assert (myObject (attribute1 "attr73128") ) ) +(assert (myObject (attribute1 "attr73129") ) ) +(assert (myObject (attribute1 "attr73130") ) ) +(assert (myObject (attribute1 "attr73131") ) ) +(assert (myObject (attribute1 "attr73132") ) ) +(assert (myObject (attribute1 "attr73133") ) ) +(assert (myObject (attribute1 "attr73134") ) ) +(assert (myObject (attribute1 "attr73135") ) ) +(assert (myObject (attribute1 "attr73136") ) ) +(assert (myObject (attribute1 "attr73137") ) ) +(assert (myObject (attribute1 "attr73138") ) ) +(assert (myObject (attribute1 "attr73139") ) ) +(assert (myObject (attribute1 "attr73140") ) ) +(assert (myObject (attribute1 "attr73141") ) ) +(assert (myObject (attribute1 "attr73142") ) ) +(assert (myObject (attribute1 "attr73143") ) ) +(assert (myObject (attribute1 "attr73144") ) ) +(assert (myObject (attribute1 "attr73145") ) ) +(assert (myObject (attribute1 "attr73146") ) ) +(assert (myObject (attribute1 "attr73147") ) ) +(assert (myObject (attribute1 "attr73148") ) ) +(assert (myObject (attribute1 "attr73149") ) ) +(assert (myObject (attribute1 "attr73150") ) ) +(assert (myObject (attribute1 "attr73151") ) ) +(assert (myObject (attribute1 "attr73152") ) ) +(assert (myObject (attribute1 "attr73153") ) ) +(assert (myObject (attribute1 "attr73154") ) ) +(assert (myObject (attribute1 "attr73155") ) ) +(assert (myObject (attribute1 "attr73156") ) ) +(assert (myObject (attribute1 "attr73157") ) ) +(assert (myObject (attribute1 "attr73158") ) ) +(assert (myObject (attribute1 "attr73159") ) ) +(assert (myObject (attribute1 "attr73160") ) ) +(assert (myObject (attribute1 "attr73161") ) ) +(assert (myObject (attribute1 "attr73162") ) ) +(assert (myObject (attribute1 "attr73163") ) ) +(assert (myObject (attribute1 "attr73164") ) ) +(assert (myObject (attribute1 "attr73165") ) ) +(assert (myObject (attribute1 "attr73166") ) ) +(assert (myObject (attribute1 "attr73167") ) ) +(assert (myObject (attribute1 "attr73168") ) ) +(assert (myObject (attribute1 "attr73169") ) ) +(assert (myObject (attribute1 "attr73170") ) ) +(assert (myObject (attribute1 "attr73171") ) ) +(assert (myObject (attribute1 "attr73172") ) ) +(assert (myObject (attribute1 "attr73173") ) ) +(assert (myObject (attribute1 "attr73174") ) ) +(assert (myObject (attribute1 "attr73175") ) ) +(assert (myObject (attribute1 "attr73176") ) ) +(assert (myObject (attribute1 "attr73177") ) ) +(assert (myObject (attribute1 "attr73178") ) ) +(assert (myObject (attribute1 "attr73179") ) ) +(assert (myObject (attribute1 "attr73180") ) ) +(assert (myObject (attribute1 "attr73181") ) ) +(assert (myObject (attribute1 "attr73182") ) ) +(assert (myObject (attribute1 "attr73183") ) ) +(assert (myObject (attribute1 "attr73184") ) ) +(assert (myObject (attribute1 "attr73185") ) ) +(assert (myObject (attribute1 "attr73186") ) ) +(assert (myObject (attribute1 "attr73187") ) ) +(assert (myObject (attribute1 "attr73188") ) ) +(assert (myObject (attribute1 "attr73189") ) ) +(assert (myObject (attribute1 "attr73190") ) ) +(assert (myObject (attribute1 "attr73191") ) ) +(assert (myObject (attribute1 "attr73192") ) ) +(assert (myObject (attribute1 "attr73193") ) ) +(assert (myObject (attribute1 "attr73194") ) ) +(assert (myObject (attribute1 "attr73195") ) ) +(assert (myObject (attribute1 "attr73196") ) ) +(assert (myObject (attribute1 "attr73197") ) ) +(assert (myObject (attribute1 "attr73198") ) ) +(assert (myObject (attribute1 "attr73199") ) ) +(assert (myObject (attribute1 "attr73200") ) ) +(assert (myObject (attribute1 "attr73201") ) ) +(assert (myObject (attribute1 "attr73202") ) ) +(assert (myObject (attribute1 "attr73203") ) ) +(assert (myObject (attribute1 "attr73204") ) ) +(assert (myObject (attribute1 "attr73205") ) ) +(assert (myObject (attribute1 "attr73206") ) ) +(assert (myObject (attribute1 "attr73207") ) ) +(assert (myObject (attribute1 "attr73208") ) ) +(assert (myObject (attribute1 "attr73209") ) ) +(assert (myObject (attribute1 "attr73210") ) ) +(assert (myObject (attribute1 "attr73211") ) ) +(assert (myObject (attribute1 "attr73212") ) ) +(assert (myObject (attribute1 "attr73213") ) ) +(assert (myObject (attribute1 "attr73214") ) ) +(assert (myObject (attribute1 "attr73215") ) ) +(assert (myObject (attribute1 "attr73216") ) ) +(assert (myObject (attribute1 "attr73217") ) ) +(assert (myObject (attribute1 "attr73218") ) ) +(assert (myObject (attribute1 "attr73219") ) ) +(assert (myObject (attribute1 "attr73220") ) ) +(assert (myObject (attribute1 "attr73221") ) ) +(assert (myObject (attribute1 "attr73222") ) ) +(assert (myObject (attribute1 "attr73223") ) ) +(assert (myObject (attribute1 "attr73224") ) ) +(assert (myObject (attribute1 "attr73225") ) ) +(assert (myObject (attribute1 "attr73226") ) ) +(assert (myObject (attribute1 "attr73227") ) ) +(assert (myObject (attribute1 "attr73228") ) ) +(assert (myObject (attribute1 "attr73229") ) ) +(assert (myObject (attribute1 "attr73230") ) ) +(assert (myObject (attribute1 "attr73231") ) ) +(assert (myObject (attribute1 "attr73232") ) ) +(assert (myObject (attribute1 "attr73233") ) ) +(assert (myObject (attribute1 "attr73234") ) ) +(assert (myObject (attribute1 "attr73235") ) ) +(assert (myObject (attribute1 "attr73236") ) ) +(assert (myObject (attribute1 "attr73237") ) ) +(assert (myObject (attribute1 "attr73238") ) ) +(assert (myObject (attribute1 "attr73239") ) ) +(assert (myObject (attribute1 "attr73240") ) ) +(assert (myObject (attribute1 "attr73241") ) ) +(assert (myObject (attribute1 "attr73242") ) ) +(assert (myObject (attribute1 "attr73243") ) ) +(assert (myObject (attribute1 "attr73244") ) ) +(assert (myObject (attribute1 "attr73245") ) ) +(assert (myObject (attribute1 "attr73246") ) ) +(assert (myObject (attribute1 "attr73247") ) ) +(assert (myObject (attribute1 "attr73248") ) ) +(assert (myObject (attribute1 "attr73249") ) ) +(assert (myObject (attribute1 "attr73250") ) ) +(assert (myObject (attribute1 "attr73251") ) ) +(assert (myObject (attribute1 "attr73252") ) ) +(assert (myObject (attribute1 "attr73253") ) ) +(assert (myObject (attribute1 "attr73254") ) ) +(assert (myObject (attribute1 "attr73255") ) ) +(assert (myObject (attribute1 "attr73256") ) ) +(assert (myObject (attribute1 "attr73257") ) ) +(assert (myObject (attribute1 "attr73258") ) ) +(assert (myObject (attribute1 "attr73259") ) ) +(assert (myObject (attribute1 "attr73260") ) ) +(assert (myObject (attribute1 "attr73261") ) ) +(assert (myObject (attribute1 "attr73262") ) ) +(assert (myObject (attribute1 "attr73263") ) ) +(assert (myObject (attribute1 "attr73264") ) ) +(assert (myObject (attribute1 "attr73265") ) ) +(assert (myObject (attribute1 "attr73266") ) ) +(assert (myObject (attribute1 "attr73267") ) ) +(assert (myObject (attribute1 "attr73268") ) ) +(assert (myObject (attribute1 "attr73269") ) ) +(assert (myObject (attribute1 "attr73270") ) ) +(assert (myObject (attribute1 "attr73271") ) ) +(assert (myObject (attribute1 "attr73272") ) ) +(assert (myObject (attribute1 "attr73273") ) ) +(assert (myObject (attribute1 "attr73274") ) ) +(assert (myObject (attribute1 "attr73275") ) ) +(assert (myObject (attribute1 "attr73276") ) ) +(assert (myObject (attribute1 "attr73277") ) ) +(assert (myObject (attribute1 "attr73278") ) ) +(assert (myObject (attribute1 "attr73279") ) ) +(assert (myObject (attribute1 "attr73280") ) ) +(assert (myObject (attribute1 "attr73281") ) ) +(assert (myObject (attribute1 "attr73282") ) ) +(assert (myObject (attribute1 "attr73283") ) ) +(assert (myObject (attribute1 "attr73284") ) ) +(assert (myObject (attribute1 "attr73285") ) ) +(assert (myObject (attribute1 "attr73286") ) ) +(assert (myObject (attribute1 "attr73287") ) ) +(assert (myObject (attribute1 "attr73288") ) ) +(assert (myObject (attribute1 "attr73289") ) ) +(assert (myObject (attribute1 "attr73290") ) ) +(assert (myObject (attribute1 "attr73291") ) ) +(assert (myObject (attribute1 "attr73292") ) ) +(assert (myObject (attribute1 "attr73293") ) ) +(assert (myObject (attribute1 "attr73294") ) ) +(assert (myObject (attribute1 "attr73295") ) ) +(assert (myObject (attribute1 "attr73296") ) ) +(assert (myObject (attribute1 "attr73297") ) ) +(assert (myObject (attribute1 "attr73298") ) ) +(assert (myObject (attribute1 "attr73299") ) ) +(assert (myObject (attribute1 "attr73300") ) ) +(assert (myObject (attribute1 "attr73301") ) ) +(assert (myObject (attribute1 "attr73302") ) ) +(assert (myObject (attribute1 "attr73303") ) ) +(assert (myObject (attribute1 "attr73304") ) ) +(assert (myObject (attribute1 "attr73305") ) ) +(assert (myObject (attribute1 "attr73306") ) ) +(assert (myObject (attribute1 "attr73307") ) ) +(assert (myObject (attribute1 "attr73308") ) ) +(assert (myObject (attribute1 "attr73309") ) ) +(assert (myObject (attribute1 "attr73310") ) ) +(assert (myObject (attribute1 "attr73311") ) ) +(assert (myObject (attribute1 "attr73312") ) ) +(assert (myObject (attribute1 "attr73313") ) ) +(assert (myObject (attribute1 "attr73314") ) ) +(assert (myObject (attribute1 "attr73315") ) ) +(assert (myObject (attribute1 "attr73316") ) ) +(assert (myObject (attribute1 "attr73317") ) ) +(assert (myObject (attribute1 "attr73318") ) ) +(assert (myObject (attribute1 "attr73319") ) ) +(assert (myObject (attribute1 "attr73320") ) ) +(assert (myObject (attribute1 "attr73321") ) ) +(assert (myObject (attribute1 "attr73322") ) ) +(assert (myObject (attribute1 "attr73323") ) ) +(assert (myObject (attribute1 "attr73324") ) ) +(assert (myObject (attribute1 "attr73325") ) ) +(assert (myObject (attribute1 "attr73326") ) ) +(assert (myObject (attribute1 "attr73327") ) ) +(assert (myObject (attribute1 "attr73328") ) ) +(assert (myObject (attribute1 "attr73329") ) ) +(assert (myObject (attribute1 "attr73330") ) ) +(assert (myObject (attribute1 "attr73331") ) ) +(assert (myObject (attribute1 "attr73332") ) ) +(assert (myObject (attribute1 "attr73333") ) ) +(assert (myObject (attribute1 "attr73334") ) ) +(assert (myObject (attribute1 "attr73335") ) ) +(assert (myObject (attribute1 "attr73336") ) ) +(assert (myObject (attribute1 "attr73337") ) ) +(assert (myObject (attribute1 "attr73338") ) ) +(assert (myObject (attribute1 "attr73339") ) ) +(assert (myObject (attribute1 "attr73340") ) ) +(assert (myObject (attribute1 "attr73341") ) ) +(assert (myObject (attribute1 "attr73342") ) ) +(assert (myObject (attribute1 "attr73343") ) ) +(assert (myObject (attribute1 "attr73344") ) ) +(assert (myObject (attribute1 "attr73345") ) ) +(assert (myObject (attribute1 "attr73346") ) ) +(assert (myObject (attribute1 "attr73347") ) ) +(assert (myObject (attribute1 "attr73348") ) ) +(assert (myObject (attribute1 "attr73349") ) ) +(assert (myObject (attribute1 "attr73350") ) ) +(assert (myObject (attribute1 "attr73351") ) ) +(assert (myObject (attribute1 "attr73352") ) ) +(assert (myObject (attribute1 "attr73353") ) ) +(assert (myObject (attribute1 "attr73354") ) ) +(assert (myObject (attribute1 "attr73355") ) ) +(assert (myObject (attribute1 "attr73356") ) ) +(assert (myObject (attribute1 "attr73357") ) ) +(assert (myObject (attribute1 "attr73358") ) ) +(assert (myObject (attribute1 "attr73359") ) ) +(assert (myObject (attribute1 "attr73360") ) ) +(assert (myObject (attribute1 "attr73361") ) ) +(assert (myObject (attribute1 "attr73362") ) ) +(assert (myObject (attribute1 "attr73363") ) ) +(assert (myObject (attribute1 "attr73364") ) ) +(assert (myObject (attribute1 "attr73365") ) ) +(assert (myObject (attribute1 "attr73366") ) ) +(assert (myObject (attribute1 "attr73367") ) ) +(assert (myObject (attribute1 "attr73368") ) ) +(assert (myObject (attribute1 "attr73369") ) ) +(assert (myObject (attribute1 "attr73370") ) ) +(assert (myObject (attribute1 "attr73371") ) ) +(assert (myObject (attribute1 "attr73372") ) ) +(assert (myObject (attribute1 "attr73373") ) ) +(assert (myObject (attribute1 "attr73374") ) ) +(assert (myObject (attribute1 "attr73375") ) ) +(assert (myObject (attribute1 "attr73376") ) ) +(assert (myObject (attribute1 "attr73377") ) ) +(assert (myObject (attribute1 "attr73378") ) ) +(assert (myObject (attribute1 "attr73379") ) ) +(assert (myObject (attribute1 "attr73380") ) ) +(assert (myObject (attribute1 "attr73381") ) ) +(assert (myObject (attribute1 "attr73382") ) ) +(assert (myObject (attribute1 "attr73383") ) ) +(assert (myObject (attribute1 "attr73384") ) ) +(assert (myObject (attribute1 "attr73385") ) ) +(assert (myObject (attribute1 "attr73386") ) ) +(assert (myObject (attribute1 "attr73387") ) ) +(assert (myObject (attribute1 "attr73388") ) ) +(assert (myObject (attribute1 "attr73389") ) ) +(assert (myObject (attribute1 "attr73390") ) ) +(assert (myObject (attribute1 "attr73391") ) ) +(assert (myObject (attribute1 "attr73392") ) ) +(assert (myObject (attribute1 "attr73393") ) ) +(assert (myObject (attribute1 "attr73394") ) ) +(assert (myObject (attribute1 "attr73395") ) ) +(assert (myObject (attribute1 "attr73396") ) ) +(assert (myObject (attribute1 "attr73397") ) ) +(assert (myObject (attribute1 "attr73398") ) ) +(assert (myObject (attribute1 "attr73399") ) ) +(assert (myObject (attribute1 "attr73400") ) ) +(assert (myObject (attribute1 "attr73401") ) ) +(assert (myObject (attribute1 "attr73402") ) ) +(assert (myObject (attribute1 "attr73403") ) ) +(assert (myObject (attribute1 "attr73404") ) ) +(assert (myObject (attribute1 "attr73405") ) ) +(assert (myObject (attribute1 "attr73406") ) ) +(assert (myObject (attribute1 "attr73407") ) ) +(assert (myObject (attribute1 "attr73408") ) ) +(assert (myObject (attribute1 "attr73409") ) ) +(assert (myObject (attribute1 "attr73410") ) ) +(assert (myObject (attribute1 "attr73411") ) ) +(assert (myObject (attribute1 "attr73412") ) ) +(assert (myObject (attribute1 "attr73413") ) ) +(assert (myObject (attribute1 "attr73414") ) ) +(assert (myObject (attribute1 "attr73415") ) ) +(assert (myObject (attribute1 "attr73416") ) ) +(assert (myObject (attribute1 "attr73417") ) ) +(assert (myObject (attribute1 "attr73418") ) ) +(assert (myObject (attribute1 "attr73419") ) ) +(assert (myObject (attribute1 "attr73420") ) ) +(assert (myObject (attribute1 "attr73421") ) ) +(assert (myObject (attribute1 "attr73422") ) ) +(assert (myObject (attribute1 "attr73423") ) ) +(assert (myObject (attribute1 "attr73424") ) ) +(assert (myObject (attribute1 "attr73425") ) ) +(assert (myObject (attribute1 "attr73426") ) ) +(assert (myObject (attribute1 "attr73427") ) ) +(assert (myObject (attribute1 "attr73428") ) ) +(assert (myObject (attribute1 "attr73429") ) ) +(assert (myObject (attribute1 "attr73430") ) ) +(assert (myObject (attribute1 "attr73431") ) ) +(assert (myObject (attribute1 "attr73432") ) ) +(assert (myObject (attribute1 "attr73433") ) ) +(assert (myObject (attribute1 "attr73434") ) ) +(assert (myObject (attribute1 "attr73435") ) ) +(assert (myObject (attribute1 "attr73436") ) ) +(assert (myObject (attribute1 "attr73437") ) ) +(assert (myObject (attribute1 "attr73438") ) ) +(assert (myObject (attribute1 "attr73439") ) ) +(assert (myObject (attribute1 "attr73440") ) ) +(assert (myObject (attribute1 "attr73441") ) ) +(assert (myObject (attribute1 "attr73442") ) ) +(assert (myObject (attribute1 "attr73443") ) ) +(assert (myObject (attribute1 "attr73444") ) ) +(assert (myObject (attribute1 "attr73445") ) ) +(assert (myObject (attribute1 "attr73446") ) ) +(assert (myObject (attribute1 "attr73447") ) ) +(assert (myObject (attribute1 "attr73448") ) ) +(assert (myObject (attribute1 "attr73449") ) ) +(assert (myObject (attribute1 "attr73450") ) ) +(assert (myObject (attribute1 "attr73451") ) ) +(assert (myObject (attribute1 "attr73452") ) ) +(assert (myObject (attribute1 "attr73453") ) ) +(assert (myObject (attribute1 "attr73454") ) ) +(assert (myObject (attribute1 "attr73455") ) ) +(assert (myObject (attribute1 "attr73456") ) ) +(assert (myObject (attribute1 "attr73457") ) ) +(assert (myObject (attribute1 "attr73458") ) ) +(assert (myObject (attribute1 "attr73459") ) ) +(assert (myObject (attribute1 "attr73460") ) ) +(assert (myObject (attribute1 "attr73461") ) ) +(assert (myObject (attribute1 "attr73462") ) ) +(assert (myObject (attribute1 "attr73463") ) ) +(assert (myObject (attribute1 "attr73464") ) ) +(assert (myObject (attribute1 "attr73465") ) ) +(assert (myObject (attribute1 "attr73466") ) ) +(assert (myObject (attribute1 "attr73467") ) ) +(assert (myObject (attribute1 "attr73468") ) ) +(assert (myObject (attribute1 "attr73469") ) ) +(assert (myObject (attribute1 "attr73470") ) ) +(assert (myObject (attribute1 "attr73471") ) ) +(assert (myObject (attribute1 "attr73472") ) ) +(assert (myObject (attribute1 "attr73473") ) ) +(assert (myObject (attribute1 "attr73474") ) ) +(assert (myObject (attribute1 "attr73475") ) ) +(assert (myObject (attribute1 "attr73476") ) ) +(assert (myObject (attribute1 "attr73477") ) ) +(assert (myObject (attribute1 "attr73478") ) ) +(assert (myObject (attribute1 "attr73479") ) ) +(assert (myObject (attribute1 "attr73480") ) ) +(assert (myObject (attribute1 "attr73481") ) ) +(assert (myObject (attribute1 "attr73482") ) ) +(assert (myObject (attribute1 "attr73483") ) ) +(assert (myObject (attribute1 "attr73484") ) ) +(assert (myObject (attribute1 "attr73485") ) ) +(assert (myObject (attribute1 "attr73486") ) ) +(assert (myObject (attribute1 "attr73487") ) ) +(assert (myObject (attribute1 "attr73488") ) ) +(assert (myObject (attribute1 "attr73489") ) ) +(assert (myObject (attribute1 "attr73490") ) ) +(assert (myObject (attribute1 "attr73491") ) ) +(assert (myObject (attribute1 "attr73492") ) ) +(assert (myObject (attribute1 "attr73493") ) ) +(assert (myObject (attribute1 "attr73494") ) ) +(assert (myObject (attribute1 "attr73495") ) ) +(assert (myObject (attribute1 "attr73496") ) ) +(assert (myObject (attribute1 "attr73497") ) ) +(assert (myObject (attribute1 "attr73498") ) ) +(assert (myObject (attribute1 "attr73499") ) ) +(assert (myObject (attribute1 "attr73500") ) ) +(assert (myObject (attribute1 "attr73501") ) ) +(assert (myObject (attribute1 "attr73502") ) ) +(assert (myObject (attribute1 "attr73503") ) ) +(assert (myObject (attribute1 "attr73504") ) ) +(assert (myObject (attribute1 "attr73505") ) ) +(assert (myObject (attribute1 "attr73506") ) ) +(assert (myObject (attribute1 "attr73507") ) ) +(assert (myObject (attribute1 "attr73508") ) ) +(assert (myObject (attribute1 "attr73509") ) ) +(assert (myObject (attribute1 "attr73510") ) ) +(assert (myObject (attribute1 "attr73511") ) ) +(assert (myObject (attribute1 "attr73512") ) ) +(assert (myObject (attribute1 "attr73513") ) ) +(assert (myObject (attribute1 "attr73514") ) ) +(assert (myObject (attribute1 "attr73515") ) ) +(assert (myObject (attribute1 "attr73516") ) ) +(assert (myObject (attribute1 "attr73517") ) ) +(assert (myObject (attribute1 "attr73518") ) ) +(assert (myObject (attribute1 "attr73519") ) ) +(assert (myObject (attribute1 "attr73520") ) ) +(assert (myObject (attribute1 "attr73521") ) ) +(assert (myObject (attribute1 "attr73522") ) ) +(assert (myObject (attribute1 "attr73523") ) ) +(assert (myObject (attribute1 "attr73524") ) ) +(assert (myObject (attribute1 "attr73525") ) ) +(assert (myObject (attribute1 "attr73526") ) ) +(assert (myObject (attribute1 "attr73527") ) ) +(assert (myObject (attribute1 "attr73528") ) ) +(assert (myObject (attribute1 "attr73529") ) ) +(assert (myObject (attribute1 "attr73530") ) ) +(assert (myObject (attribute1 "attr73531") ) ) +(assert (myObject (attribute1 "attr73532") ) ) +(assert (myObject (attribute1 "attr73533") ) ) +(assert (myObject (attribute1 "attr73534") ) ) +(assert (myObject (attribute1 "attr73535") ) ) +(assert (myObject (attribute1 "attr73536") ) ) +(assert (myObject (attribute1 "attr73537") ) ) +(assert (myObject (attribute1 "attr73538") ) ) +(assert (myObject (attribute1 "attr73539") ) ) +(assert (myObject (attribute1 "attr73540") ) ) +(assert (myObject (attribute1 "attr73541") ) ) +(assert (myObject (attribute1 "attr73542") ) ) +(assert (myObject (attribute1 "attr73543") ) ) +(assert (myObject (attribute1 "attr73544") ) ) +(assert (myObject (attribute1 "attr73545") ) ) +(assert (myObject (attribute1 "attr73546") ) ) +(assert (myObject (attribute1 "attr73547") ) ) +(assert (myObject (attribute1 "attr73548") ) ) +(assert (myObject (attribute1 "attr73549") ) ) +(assert (myObject (attribute1 "attr73550") ) ) +(assert (myObject (attribute1 "attr73551") ) ) +(assert (myObject (attribute1 "attr73552") ) ) +(assert (myObject (attribute1 "attr73553") ) ) +(assert (myObject (attribute1 "attr73554") ) ) +(assert (myObject (attribute1 "attr73555") ) ) +(assert (myObject (attribute1 "attr73556") ) ) +(assert (myObject (attribute1 "attr73557") ) ) +(assert (myObject (attribute1 "attr73558") ) ) +(assert (myObject (attribute1 "attr73559") ) ) +(assert (myObject (attribute1 "attr73560") ) ) +(assert (myObject (attribute1 "attr73561") ) ) +(assert (myObject (attribute1 "attr73562") ) ) +(assert (myObject (attribute1 "attr73563") ) ) +(assert (myObject (attribute1 "attr73564") ) ) +(assert (myObject (attribute1 "attr73565") ) ) +(assert (myObject (attribute1 "attr73566") ) ) +(assert (myObject (attribute1 "attr73567") ) ) +(assert (myObject (attribute1 "attr73568") ) ) +(assert (myObject (attribute1 "attr73569") ) ) +(assert (myObject (attribute1 "attr73570") ) ) +(assert (myObject (attribute1 "attr73571") ) ) +(assert (myObject (attribute1 "attr73572") ) ) +(assert (myObject (attribute1 "attr73573") ) ) +(assert (myObject (attribute1 "attr73574") ) ) +(assert (myObject (attribute1 "attr73575") ) ) +(assert (myObject (attribute1 "attr73576") ) ) +(assert (myObject (attribute1 "attr73577") ) ) +(assert (myObject (attribute1 "attr73578") ) ) +(assert (myObject (attribute1 "attr73579") ) ) +(assert (myObject (attribute1 "attr73580") ) ) +(assert (myObject (attribute1 "attr73581") ) ) +(assert (myObject (attribute1 "attr73582") ) ) +(assert (myObject (attribute1 "attr73583") ) ) +(assert (myObject (attribute1 "attr73584") ) ) +(assert (myObject (attribute1 "attr73585") ) ) +(assert (myObject (attribute1 "attr73586") ) ) +(assert (myObject (attribute1 "attr73587") ) ) +(assert (myObject (attribute1 "attr73588") ) ) +(assert (myObject (attribute1 "attr73589") ) ) +(assert (myObject (attribute1 "attr73590") ) ) +(assert (myObject (attribute1 "attr73591") ) ) +(assert (myObject (attribute1 "attr73592") ) ) +(assert (myObject (attribute1 "attr73593") ) ) +(assert (myObject (attribute1 "attr73594") ) ) +(assert (myObject (attribute1 "attr73595") ) ) +(assert (myObject (attribute1 "attr73596") ) ) +(assert (myObject (attribute1 "attr73597") ) ) +(assert (myObject (attribute1 "attr73598") ) ) +(assert (myObject (attribute1 "attr73599") ) ) +(assert (myObject (attribute1 "attr73600") ) ) +(assert (myObject (attribute1 "attr73601") ) ) +(assert (myObject (attribute1 "attr73602") ) ) +(assert (myObject (attribute1 "attr73603") ) ) +(assert (myObject (attribute1 "attr73604") ) ) +(assert (myObject (attribute1 "attr73605") ) ) +(assert (myObject (attribute1 "attr73606") ) ) +(assert (myObject (attribute1 "attr73607") ) ) +(assert (myObject (attribute1 "attr73608") ) ) +(assert (myObject (attribute1 "attr73609") ) ) +(assert (myObject (attribute1 "attr73610") ) ) +(assert (myObject (attribute1 "attr73611") ) ) +(assert (myObject (attribute1 "attr73612") ) ) +(assert (myObject (attribute1 "attr73613") ) ) +(assert (myObject (attribute1 "attr73614") ) ) +(assert (myObject (attribute1 "attr73615") ) ) +(assert (myObject (attribute1 "attr73616") ) ) +(assert (myObject (attribute1 "attr73617") ) ) +(assert (myObject (attribute1 "attr73618") ) ) +(assert (myObject (attribute1 "attr73619") ) ) +(assert (myObject (attribute1 "attr73620") ) ) +(assert (myObject (attribute1 "attr73621") ) ) +(assert (myObject (attribute1 "attr73622") ) ) +(assert (myObject (attribute1 "attr73623") ) ) +(assert (myObject (attribute1 "attr73624") ) ) +(assert (myObject (attribute1 "attr73625") ) ) +(assert (myObject (attribute1 "attr73626") ) ) +(assert (myObject (attribute1 "attr73627") ) ) +(assert (myObject (attribute1 "attr73628") ) ) +(assert (myObject (attribute1 "attr73629") ) ) +(assert (myObject (attribute1 "attr73630") ) ) +(assert (myObject (attribute1 "attr73631") ) ) +(assert (myObject (attribute1 "attr73632") ) ) +(assert (myObject (attribute1 "attr73633") ) ) +(assert (myObject (attribute1 "attr73634") ) ) +(assert (myObject (attribute1 "attr73635") ) ) +(assert (myObject (attribute1 "attr73636") ) ) +(assert (myObject (attribute1 "attr73637") ) ) +(assert (myObject (attribute1 "attr73638") ) ) +(assert (myObject (attribute1 "attr73639") ) ) +(assert (myObject (attribute1 "attr73640") ) ) +(assert (myObject (attribute1 "attr73641") ) ) +(assert (myObject (attribute1 "attr73642") ) ) +(assert (myObject (attribute1 "attr73643") ) ) +(assert (myObject (attribute1 "attr73644") ) ) +(assert (myObject (attribute1 "attr73645") ) ) +(assert (myObject (attribute1 "attr73646") ) ) +(assert (myObject (attribute1 "attr73647") ) ) +(assert (myObject (attribute1 "attr73648") ) ) +(assert (myObject (attribute1 "attr73649") ) ) +(assert (myObject (attribute1 "attr73650") ) ) +(assert (myObject (attribute1 "attr73651") ) ) +(assert (myObject (attribute1 "attr73652") ) ) +(assert (myObject (attribute1 "attr73653") ) ) +(assert (myObject (attribute1 "attr73654") ) ) +(assert (myObject (attribute1 "attr73655") ) ) +(assert (myObject (attribute1 "attr73656") ) ) +(assert (myObject (attribute1 "attr73657") ) ) +(assert (myObject (attribute1 "attr73658") ) ) +(assert (myObject (attribute1 "attr73659") ) ) +(assert (myObject (attribute1 "attr73660") ) ) +(assert (myObject (attribute1 "attr73661") ) ) +(assert (myObject (attribute1 "attr73662") ) ) +(assert (myObject (attribute1 "attr73663") ) ) +(assert (myObject (attribute1 "attr73664") ) ) +(assert (myObject (attribute1 "attr73665") ) ) +(assert (myObject (attribute1 "attr73666") ) ) +(assert (myObject (attribute1 "attr73667") ) ) +(assert (myObject (attribute1 "attr73668") ) ) +(assert (myObject (attribute1 "attr73669") ) ) +(assert (myObject (attribute1 "attr73670") ) ) +(assert (myObject (attribute1 "attr73671") ) ) +(assert (myObject (attribute1 "attr73672") ) ) +(assert (myObject (attribute1 "attr73673") ) ) +(assert (myObject (attribute1 "attr73674") ) ) +(assert (myObject (attribute1 "attr73675") ) ) +(assert (myObject (attribute1 "attr73676") ) ) +(assert (myObject (attribute1 "attr73677") ) ) +(assert (myObject (attribute1 "attr73678") ) ) +(assert (myObject (attribute1 "attr73679") ) ) +(assert (myObject (attribute1 "attr73680") ) ) +(assert (myObject (attribute1 "attr73681") ) ) +(assert (myObject (attribute1 "attr73682") ) ) +(assert (myObject (attribute1 "attr73683") ) ) +(assert (myObject (attribute1 "attr73684") ) ) +(assert (myObject (attribute1 "attr73685") ) ) +(assert (myObject (attribute1 "attr73686") ) ) +(assert (myObject (attribute1 "attr73687") ) ) +(assert (myObject (attribute1 "attr73688") ) ) +(assert (myObject (attribute1 "attr73689") ) ) +(assert (myObject (attribute1 "attr73690") ) ) +(assert (myObject (attribute1 "attr73691") ) ) +(assert (myObject (attribute1 "attr73692") ) ) +(assert (myObject (attribute1 "attr73693") ) ) +(assert (myObject (attribute1 "attr73694") ) ) +(assert (myObject (attribute1 "attr73695") ) ) +(assert (myObject (attribute1 "attr73696") ) ) +(assert (myObject (attribute1 "attr73697") ) ) +(assert (myObject (attribute1 "attr73698") ) ) +(assert (myObject (attribute1 "attr73699") ) ) +(assert (myObject (attribute1 "attr73700") ) ) +(assert (myObject (attribute1 "attr73701") ) ) +(assert (myObject (attribute1 "attr73702") ) ) +(assert (myObject (attribute1 "attr73703") ) ) +(assert (myObject (attribute1 "attr73704") ) ) +(assert (myObject (attribute1 "attr73705") ) ) +(assert (myObject (attribute1 "attr73706") ) ) +(assert (myObject (attribute1 "attr73707") ) ) +(assert (myObject (attribute1 "attr73708") ) ) +(assert (myObject (attribute1 "attr73709") ) ) +(assert (myObject (attribute1 "attr73710") ) ) +(assert (myObject (attribute1 "attr73711") ) ) +(assert (myObject (attribute1 "attr73712") ) ) +(assert (myObject (attribute1 "attr73713") ) ) +(assert (myObject (attribute1 "attr73714") ) ) +(assert (myObject (attribute1 "attr73715") ) ) +(assert (myObject (attribute1 "attr73716") ) ) +(assert (myObject (attribute1 "attr73717") ) ) +(assert (myObject (attribute1 "attr73718") ) ) +(assert (myObject (attribute1 "attr73719") ) ) +(assert (myObject (attribute1 "attr73720") ) ) +(assert (myObject (attribute1 "attr73721") ) ) +(assert (myObject (attribute1 "attr73722") ) ) +(assert (myObject (attribute1 "attr73723") ) ) +(assert (myObject (attribute1 "attr73724") ) ) +(assert (myObject (attribute1 "attr73725") ) ) +(assert (myObject (attribute1 "attr73726") ) ) +(assert (myObject (attribute1 "attr73727") ) ) +(assert (myObject (attribute1 "attr73728") ) ) +(assert (myObject (attribute1 "attr73729") ) ) +(assert (myObject (attribute1 "attr73730") ) ) +(assert (myObject (attribute1 "attr73731") ) ) +(assert (myObject (attribute1 "attr73732") ) ) +(assert (myObject (attribute1 "attr73733") ) ) +(assert (myObject (attribute1 "attr73734") ) ) +(assert (myObject (attribute1 "attr73735") ) ) +(assert (myObject (attribute1 "attr73736") ) ) +(assert (myObject (attribute1 "attr73737") ) ) +(assert (myObject (attribute1 "attr73738") ) ) +(assert (myObject (attribute1 "attr73739") ) ) +(assert (myObject (attribute1 "attr73740") ) ) +(assert (myObject (attribute1 "attr73741") ) ) +(assert (myObject (attribute1 "attr73742") ) ) +(assert (myObject (attribute1 "attr73743") ) ) +(assert (myObject (attribute1 "attr73744") ) ) +(assert (myObject (attribute1 "attr73745") ) ) +(assert (myObject (attribute1 "attr73746") ) ) +(assert (myObject (attribute1 "attr73747") ) ) +(assert (myObject (attribute1 "attr73748") ) ) +(assert (myObject (attribute1 "attr73749") ) ) +(assert (myObject (attribute1 "attr73750") ) ) +(assert (myObject (attribute1 "attr73751") ) ) +(assert (myObject (attribute1 "attr73752") ) ) +(assert (myObject (attribute1 "attr73753") ) ) +(assert (myObject (attribute1 "attr73754") ) ) +(assert (myObject (attribute1 "attr73755") ) ) +(assert (myObject (attribute1 "attr73756") ) ) +(assert (myObject (attribute1 "attr73757") ) ) +(assert (myObject (attribute1 "attr73758") ) ) +(assert (myObject (attribute1 "attr73759") ) ) +(assert (myObject (attribute1 "attr73760") ) ) +(assert (myObject (attribute1 "attr73761") ) ) +(assert (myObject (attribute1 "attr73762") ) ) +(assert (myObject (attribute1 "attr73763") ) ) +(assert (myObject (attribute1 "attr73764") ) ) +(assert (myObject (attribute1 "attr73765") ) ) +(assert (myObject (attribute1 "attr73766") ) ) +(assert (myObject (attribute1 "attr73767") ) ) +(assert (myObject (attribute1 "attr73768") ) ) +(assert (myObject (attribute1 "attr73769") ) ) +(assert (myObject (attribute1 "attr73770") ) ) +(assert (myObject (attribute1 "attr73771") ) ) +(assert (myObject (attribute1 "attr73772") ) ) +(assert (myObject (attribute1 "attr73773") ) ) +(assert (myObject (attribute1 "attr73774") ) ) +(assert (myObject (attribute1 "attr73775") ) ) +(assert (myObject (attribute1 "attr73776") ) ) +(assert (myObject (attribute1 "attr73777") ) ) +(assert (myObject (attribute1 "attr73778") ) ) +(assert (myObject (attribute1 "attr73779") ) ) +(assert (myObject (attribute1 "attr73780") ) ) +(assert (myObject (attribute1 "attr73781") ) ) +(assert (myObject (attribute1 "attr73782") ) ) +(assert (myObject (attribute1 "attr73783") ) ) +(assert (myObject (attribute1 "attr73784") ) ) +(assert (myObject (attribute1 "attr73785") ) ) +(assert (myObject (attribute1 "attr73786") ) ) +(assert (myObject (attribute1 "attr73787") ) ) +(assert (myObject (attribute1 "attr73788") ) ) +(assert (myObject (attribute1 "attr73789") ) ) +(assert (myObject (attribute1 "attr73790") ) ) +(assert (myObject (attribute1 "attr73791") ) ) +(assert (myObject (attribute1 "attr73792") ) ) +(assert (myObject (attribute1 "attr73793") ) ) +(assert (myObject (attribute1 "attr73794") ) ) +(assert (myObject (attribute1 "attr73795") ) ) +(assert (myObject (attribute1 "attr73796") ) ) +(assert (myObject (attribute1 "attr73797") ) ) +(assert (myObject (attribute1 "attr73798") ) ) +(assert (myObject (attribute1 "attr73799") ) ) +(assert (myObject (attribute1 "attr73800") ) ) +(assert (myObject (attribute1 "attr73801") ) ) +(assert (myObject (attribute1 "attr73802") ) ) +(assert (myObject (attribute1 "attr73803") ) ) +(assert (myObject (attribute1 "attr73804") ) ) +(assert (myObject (attribute1 "attr73805") ) ) +(assert (myObject (attribute1 "attr73806") ) ) +(assert (myObject (attribute1 "attr73807") ) ) +(assert (myObject (attribute1 "attr73808") ) ) +(assert (myObject (attribute1 "attr73809") ) ) +(assert (myObject (attribute1 "attr73810") ) ) +(assert (myObject (attribute1 "attr73811") ) ) +(assert (myObject (attribute1 "attr73812") ) ) +(assert (myObject (attribute1 "attr73813") ) ) +(assert (myObject (attribute1 "attr73814") ) ) +(assert (myObject (attribute1 "attr73815") ) ) +(assert (myObject (attribute1 "attr73816") ) ) +(assert (myObject (attribute1 "attr73817") ) ) +(assert (myObject (attribute1 "attr73818") ) ) +(assert (myObject (attribute1 "attr73819") ) ) +(assert (myObject (attribute1 "attr73820") ) ) +(assert (myObject (attribute1 "attr73821") ) ) +(assert (myObject (attribute1 "attr73822") ) ) +(assert (myObject (attribute1 "attr73823") ) ) +(assert (myObject (attribute1 "attr73824") ) ) +(assert (myObject (attribute1 "attr73825") ) ) +(assert (myObject (attribute1 "attr73826") ) ) +(assert (myObject (attribute1 "attr73827") ) ) +(assert (myObject (attribute1 "attr73828") ) ) +(assert (myObject (attribute1 "attr73829") ) ) +(assert (myObject (attribute1 "attr73830") ) ) +(assert (myObject (attribute1 "attr73831") ) ) +(assert (myObject (attribute1 "attr73832") ) ) +(assert (myObject (attribute1 "attr73833") ) ) +(assert (myObject (attribute1 "attr73834") ) ) +(assert (myObject (attribute1 "attr73835") ) ) +(assert (myObject (attribute1 "attr73836") ) ) +(assert (myObject (attribute1 "attr73837") ) ) +(assert (myObject (attribute1 "attr73838") ) ) +(assert (myObject (attribute1 "attr73839") ) ) +(assert (myObject (attribute1 "attr73840") ) ) +(assert (myObject (attribute1 "attr73841") ) ) +(assert (myObject (attribute1 "attr73842") ) ) +(assert (myObject (attribute1 "attr73843") ) ) +(assert (myObject (attribute1 "attr73844") ) ) +(assert (myObject (attribute1 "attr73845") ) ) +(assert (myObject (attribute1 "attr73846") ) ) +(assert (myObject (attribute1 "attr73847") ) ) +(assert (myObject (attribute1 "attr73848") ) ) +(assert (myObject (attribute1 "attr73849") ) ) +(assert (myObject (attribute1 "attr73850") ) ) +(assert (myObject (attribute1 "attr73851") ) ) +(assert (myObject (attribute1 "attr73852") ) ) +(assert (myObject (attribute1 "attr73853") ) ) +(assert (myObject (attribute1 "attr73854") ) ) +(assert (myObject (attribute1 "attr73855") ) ) +(assert (myObject (attribute1 "attr73856") ) ) +(assert (myObject (attribute1 "attr73857") ) ) +(assert (myObject (attribute1 "attr73858") ) ) +(assert (myObject (attribute1 "attr73859") ) ) +(assert (myObject (attribute1 "attr73860") ) ) +(assert (myObject (attribute1 "attr73861") ) ) +(assert (myObject (attribute1 "attr73862") ) ) +(assert (myObject (attribute1 "attr73863") ) ) +(assert (myObject (attribute1 "attr73864") ) ) +(assert (myObject (attribute1 "attr73865") ) ) +(assert (myObject (attribute1 "attr73866") ) ) +(assert (myObject (attribute1 "attr73867") ) ) +(assert (myObject (attribute1 "attr73868") ) ) +(assert (myObject (attribute1 "attr73869") ) ) +(assert (myObject (attribute1 "attr73870") ) ) +(assert (myObject (attribute1 "attr73871") ) ) +(assert (myObject (attribute1 "attr73872") ) ) +(assert (myObject (attribute1 "attr73873") ) ) +(assert (myObject (attribute1 "attr73874") ) ) +(assert (myObject (attribute1 "attr73875") ) ) +(assert (myObject (attribute1 "attr73876") ) ) +(assert (myObject (attribute1 "attr73877") ) ) +(assert (myObject (attribute1 "attr73878") ) ) +(assert (myObject (attribute1 "attr73879") ) ) +(assert (myObject (attribute1 "attr73880") ) ) +(assert (myObject (attribute1 "attr73881") ) ) +(assert (myObject (attribute1 "attr73882") ) ) +(assert (myObject (attribute1 "attr73883") ) ) +(assert (myObject (attribute1 "attr73884") ) ) +(assert (myObject (attribute1 "attr73885") ) ) +(assert (myObject (attribute1 "attr73886") ) ) +(assert (myObject (attribute1 "attr73887") ) ) +(assert (myObject (attribute1 "attr73888") ) ) +(assert (myObject (attribute1 "attr73889") ) ) +(assert (myObject (attribute1 "attr73890") ) ) +(assert (myObject (attribute1 "attr73891") ) ) +(assert (myObject (attribute1 "attr73892") ) ) +(assert (myObject (attribute1 "attr73893") ) ) +(assert (myObject (attribute1 "attr73894") ) ) +(assert (myObject (attribute1 "attr73895") ) ) +(assert (myObject (attribute1 "attr73896") ) ) +(assert (myObject (attribute1 "attr73897") ) ) +(assert (myObject (attribute1 "attr73898") ) ) +(assert (myObject (attribute1 "attr73899") ) ) +(assert (myObject (attribute1 "attr73900") ) ) +(assert (myObject (attribute1 "attr73901") ) ) +(assert (myObject (attribute1 "attr73902") ) ) +(assert (myObject (attribute1 "attr73903") ) ) +(assert (myObject (attribute1 "attr73904") ) ) +(assert (myObject (attribute1 "attr73905") ) ) +(assert (myObject (attribute1 "attr73906") ) ) +(assert (myObject (attribute1 "attr73907") ) ) +(assert (myObject (attribute1 "attr73908") ) ) +(assert (myObject (attribute1 "attr73909") ) ) +(assert (myObject (attribute1 "attr73910") ) ) +(assert (myObject (attribute1 "attr73911") ) ) +(assert (myObject (attribute1 "attr73912") ) ) +(assert (myObject (attribute1 "attr73913") ) ) +(assert (myObject (attribute1 "attr73914") ) ) +(assert (myObject (attribute1 "attr73915") ) ) +(assert (myObject (attribute1 "attr73916") ) ) +(assert (myObject (attribute1 "attr73917") ) ) +(assert (myObject (attribute1 "attr73918") ) ) +(assert (myObject (attribute1 "attr73919") ) ) +(assert (myObject (attribute1 "attr73920") ) ) +(assert (myObject (attribute1 "attr73921") ) ) +(assert (myObject (attribute1 "attr73922") ) ) +(assert (myObject (attribute1 "attr73923") ) ) +(assert (myObject (attribute1 "attr73924") ) ) +(assert (myObject (attribute1 "attr73925") ) ) +(assert (myObject (attribute1 "attr73926") ) ) +(assert (myObject (attribute1 "attr73927") ) ) +(assert (myObject (attribute1 "attr73928") ) ) +(assert (myObject (attribute1 "attr73929") ) ) +(assert (myObject (attribute1 "attr73930") ) ) +(assert (myObject (attribute1 "attr73931") ) ) +(assert (myObject (attribute1 "attr73932") ) ) +(assert (myObject (attribute1 "attr73933") ) ) +(assert (myObject (attribute1 "attr73934") ) ) +(assert (myObject (attribute1 "attr73935") ) ) +(assert (myObject (attribute1 "attr73936") ) ) +(assert (myObject (attribute1 "attr73937") ) ) +(assert (myObject (attribute1 "attr73938") ) ) +(assert (myObject (attribute1 "attr73939") ) ) +(assert (myObject (attribute1 "attr73940") ) ) +(assert (myObject (attribute1 "attr73941") ) ) +(assert (myObject (attribute1 "attr73942") ) ) +(assert (myObject (attribute1 "attr73943") ) ) +(assert (myObject (attribute1 "attr73944") ) ) +(assert (myObject (attribute1 "attr73945") ) ) +(assert (myObject (attribute1 "attr73946") ) ) +(assert (myObject (attribute1 "attr73947") ) ) +(assert (myObject (attribute1 "attr73948") ) ) +(assert (myObject (attribute1 "attr73949") ) ) +(assert (myObject (attribute1 "attr73950") ) ) +(assert (myObject (attribute1 "attr73951") ) ) +(assert (myObject (attribute1 "attr73952") ) ) +(assert (myObject (attribute1 "attr73953") ) ) +(assert (myObject (attribute1 "attr73954") ) ) +(assert (myObject (attribute1 "attr73955") ) ) +(assert (myObject (attribute1 "attr73956") ) ) +(assert (myObject (attribute1 "attr73957") ) ) +(assert (myObject (attribute1 "attr73958") ) ) +(assert (myObject (attribute1 "attr73959") ) ) +(assert (myObject (attribute1 "attr73960") ) ) +(assert (myObject (attribute1 "attr73961") ) ) +(assert (myObject (attribute1 "attr73962") ) ) +(assert (myObject (attribute1 "attr73963") ) ) +(assert (myObject (attribute1 "attr73964") ) ) +(assert (myObject (attribute1 "attr73965") ) ) +(assert (myObject (attribute1 "attr73966") ) ) +(assert (myObject (attribute1 "attr73967") ) ) +(assert (myObject (attribute1 "attr73968") ) ) +(assert (myObject (attribute1 "attr73969") ) ) +(assert (myObject (attribute1 "attr73970") ) ) +(assert (myObject (attribute1 "attr73971") ) ) +(assert (myObject (attribute1 "attr73972") ) ) +(assert (myObject (attribute1 "attr73973") ) ) +(assert (myObject (attribute1 "attr73974") ) ) +(assert (myObject (attribute1 "attr73975") ) ) +(assert (myObject (attribute1 "attr73976") ) ) +(assert (myObject (attribute1 "attr73977") ) ) +(assert (myObject (attribute1 "attr73978") ) ) +(assert (myObject (attribute1 "attr73979") ) ) +(assert (myObject (attribute1 "attr73980") ) ) +(assert (myObject (attribute1 "attr73981") ) ) +(assert (myObject (attribute1 "attr73982") ) ) +(assert (myObject (attribute1 "attr73983") ) ) +(assert (myObject (attribute1 "attr73984") ) ) +(assert (myObject (attribute1 "attr73985") ) ) +(assert (myObject (attribute1 "attr73986") ) ) +(assert (myObject (attribute1 "attr73987") ) ) +(assert (myObject (attribute1 "attr73988") ) ) +(assert (myObject (attribute1 "attr73989") ) ) +(assert (myObject (attribute1 "attr73990") ) ) +(assert (myObject (attribute1 "attr73991") ) ) +(assert (myObject (attribute1 "attr73992") ) ) +(assert (myObject (attribute1 "attr73993") ) ) +(assert (myObject (attribute1 "attr73994") ) ) +(assert (myObject (attribute1 "attr73995") ) ) +(assert (myObject (attribute1 "attr73996") ) ) +(assert (myObject (attribute1 "attr73997") ) ) +(assert (myObject (attribute1 "attr73998") ) ) +(assert (myObject (attribute1 "attr73999") ) ) +(assert (myObject (attribute1 "attr74000") ) ) +(assert (myObject (attribute1 "attr74001") ) ) +(assert (myObject (attribute1 "attr74002") ) ) +(assert (myObject (attribute1 "attr74003") ) ) +(assert (myObject (attribute1 "attr74004") ) ) +(assert (myObject (attribute1 "attr74005") ) ) +(assert (myObject (attribute1 "attr74006") ) ) +(assert (myObject (attribute1 "attr74007") ) ) +(assert (myObject (attribute1 "attr74008") ) ) +(assert (myObject (attribute1 "attr74009") ) ) +(assert (myObject (attribute1 "attr74010") ) ) +(assert (myObject (attribute1 "attr74011") ) ) +(assert (myObject (attribute1 "attr74012") ) ) +(assert (myObject (attribute1 "attr74013") ) ) +(assert (myObject (attribute1 "attr74014") ) ) +(assert (myObject (attribute1 "attr74015") ) ) +(assert (myObject (attribute1 "attr74016") ) ) +(assert (myObject (attribute1 "attr74017") ) ) +(assert (myObject (attribute1 "attr74018") ) ) +(assert (myObject (attribute1 "attr74019") ) ) +(assert (myObject (attribute1 "attr74020") ) ) +(assert (myObject (attribute1 "attr74021") ) ) +(assert (myObject (attribute1 "attr74022") ) ) +(assert (myObject (attribute1 "attr74023") ) ) +(assert (myObject (attribute1 "attr74024") ) ) +(assert (myObject (attribute1 "attr74025") ) ) +(assert (myObject (attribute1 "attr74026") ) ) +(assert (myObject (attribute1 "attr74027") ) ) +(assert (myObject (attribute1 "attr74028") ) ) +(assert (myObject (attribute1 "attr74029") ) ) +(assert (myObject (attribute1 "attr74030") ) ) +(assert (myObject (attribute1 "attr74031") ) ) +(assert (myObject (attribute1 "attr74032") ) ) +(assert (myObject (attribute1 "attr74033") ) ) +(assert (myObject (attribute1 "attr74034") ) ) +(assert (myObject (attribute1 "attr74035") ) ) +(assert (myObject (attribute1 "attr74036") ) ) +(assert (myObject (attribute1 "attr74037") ) ) +(assert (myObject (attribute1 "attr74038") ) ) +(assert (myObject (attribute1 "attr74039") ) ) +(assert (myObject (attribute1 "attr74040") ) ) +(assert (myObject (attribute1 "attr74041") ) ) +(assert (myObject (attribute1 "attr74042") ) ) +(assert (myObject (attribute1 "attr74043") ) ) +(assert (myObject (attribute1 "attr74044") ) ) +(assert (myObject (attribute1 "attr74045") ) ) +(assert (myObject (attribute1 "attr74046") ) ) +(assert (myObject (attribute1 "attr74047") ) ) +(assert (myObject (attribute1 "attr74048") ) ) +(assert (myObject (attribute1 "attr74049") ) ) +(assert (myObject (attribute1 "attr74050") ) ) +(assert (myObject (attribute1 "attr74051") ) ) +(assert (myObject (attribute1 "attr74052") ) ) +(assert (myObject (attribute1 "attr74053") ) ) +(assert (myObject (attribute1 "attr74054") ) ) +(assert (myObject (attribute1 "attr74055") ) ) +(assert (myObject (attribute1 "attr74056") ) ) +(assert (myObject (attribute1 "attr74057") ) ) +(assert (myObject (attribute1 "attr74058") ) ) +(assert (myObject (attribute1 "attr74059") ) ) +(assert (myObject (attribute1 "attr74060") ) ) +(assert (myObject (attribute1 "attr74061") ) ) +(assert (myObject (attribute1 "attr74062") ) ) +(assert (myObject (attribute1 "attr74063") ) ) +(assert (myObject (attribute1 "attr74064") ) ) +(assert (myObject (attribute1 "attr74065") ) ) +(assert (myObject (attribute1 "attr74066") ) ) +(assert (myObject (attribute1 "attr74067") ) ) +(assert (myObject (attribute1 "attr74068") ) ) +(assert (myObject (attribute1 "attr74069") ) ) +(assert (myObject (attribute1 "attr74070") ) ) +(assert (myObject (attribute1 "attr74071") ) ) +(assert (myObject (attribute1 "attr74072") ) ) +(assert (myObject (attribute1 "attr74073") ) ) +(assert (myObject (attribute1 "attr74074") ) ) +(assert (myObject (attribute1 "attr74075") ) ) +(assert (myObject (attribute1 "attr74076") ) ) +(assert (myObject (attribute1 "attr74077") ) ) +(assert (myObject (attribute1 "attr74078") ) ) +(assert (myObject (attribute1 "attr74079") ) ) +(assert (myObject (attribute1 "attr74080") ) ) +(assert (myObject (attribute1 "attr74081") ) ) +(assert (myObject (attribute1 "attr74082") ) ) +(assert (myObject (attribute1 "attr74083") ) ) +(assert (myObject (attribute1 "attr74084") ) ) +(assert (myObject (attribute1 "attr74085") ) ) +(assert (myObject (attribute1 "attr74086") ) ) +(assert (myObject (attribute1 "attr74087") ) ) +(assert (myObject (attribute1 "attr74088") ) ) +(assert (myObject (attribute1 "attr74089") ) ) +(assert (myObject (attribute1 "attr74090") ) ) +(assert (myObject (attribute1 "attr74091") ) ) +(assert (myObject (attribute1 "attr74092") ) ) +(assert (myObject (attribute1 "attr74093") ) ) +(assert (myObject (attribute1 "attr74094") ) ) +(assert (myObject (attribute1 "attr74095") ) ) +(assert (myObject (attribute1 "attr74096") ) ) +(assert (myObject (attribute1 "attr74097") ) ) +(assert (myObject (attribute1 "attr74098") ) ) +(assert (myObject (attribute1 "attr74099") ) ) +(assert (myObject (attribute1 "attr74100") ) ) +(assert (myObject (attribute1 "attr74101") ) ) +(assert (myObject (attribute1 "attr74102") ) ) +(assert (myObject (attribute1 "attr74103") ) ) +(assert (myObject (attribute1 "attr74104") ) ) +(assert (myObject (attribute1 "attr74105") ) ) +(assert (myObject (attribute1 "attr74106") ) ) +(assert (myObject (attribute1 "attr74107") ) ) +(assert (myObject (attribute1 "attr74108") ) ) +(assert (myObject (attribute1 "attr74109") ) ) +(assert (myObject (attribute1 "attr74110") ) ) +(assert (myObject (attribute1 "attr74111") ) ) +(assert (myObject (attribute1 "attr74112") ) ) +(assert (myObject (attribute1 "attr74113") ) ) +(assert (myObject (attribute1 "attr74114") ) ) +(assert (myObject (attribute1 "attr74115") ) ) +(assert (myObject (attribute1 "attr74116") ) ) +(assert (myObject (attribute1 "attr74117") ) ) +(assert (myObject (attribute1 "attr74118") ) ) +(assert (myObject (attribute1 "attr74119") ) ) +(assert (myObject (attribute1 "attr74120") ) ) +(assert (myObject (attribute1 "attr74121") ) ) +(assert (myObject (attribute1 "attr74122") ) ) +(assert (myObject (attribute1 "attr74123") ) ) +(assert (myObject (attribute1 "attr74124") ) ) +(assert (myObject (attribute1 "attr74125") ) ) +(assert (myObject (attribute1 "attr74126") ) ) +(assert (myObject (attribute1 "attr74127") ) ) +(assert (myObject (attribute1 "attr74128") ) ) +(assert (myObject (attribute1 "attr74129") ) ) +(assert (myObject (attribute1 "attr74130") ) ) +(assert (myObject (attribute1 "attr74131") ) ) +(assert (myObject (attribute1 "attr74132") ) ) +(assert (myObject (attribute1 "attr74133") ) ) +(assert (myObject (attribute1 "attr74134") ) ) +(assert (myObject (attribute1 "attr74135") ) ) +(assert (myObject (attribute1 "attr74136") ) ) +(assert (myObject (attribute1 "attr74137") ) ) +(assert (myObject (attribute1 "attr74138") ) ) +(assert (myObject (attribute1 "attr74139") ) ) +(assert (myObject (attribute1 "attr74140") ) ) +(assert (myObject (attribute1 "attr74141") ) ) +(assert (myObject (attribute1 "attr74142") ) ) +(assert (myObject (attribute1 "attr74143") ) ) +(assert (myObject (attribute1 "attr74144") ) ) +(assert (myObject (attribute1 "attr74145") ) ) +(assert (myObject (attribute1 "attr74146") ) ) +(assert (myObject (attribute1 "attr74147") ) ) +(assert (myObject (attribute1 "attr74148") ) ) +(assert (myObject (attribute1 "attr74149") ) ) +(assert (myObject (attribute1 "attr74150") ) ) +(assert (myObject (attribute1 "attr74151") ) ) +(assert (myObject (attribute1 "attr74152") ) ) +(assert (myObject (attribute1 "attr74153") ) ) +(assert (myObject (attribute1 "attr74154") ) ) +(assert (myObject (attribute1 "attr74155") ) ) +(assert (myObject (attribute1 "attr74156") ) ) +(assert (myObject (attribute1 "attr74157") ) ) +(assert (myObject (attribute1 "attr74158") ) ) +(assert (myObject (attribute1 "attr74159") ) ) +(assert (myObject (attribute1 "attr74160") ) ) +(assert (myObject (attribute1 "attr74161") ) ) +(assert (myObject (attribute1 "attr74162") ) ) +(assert (myObject (attribute1 "attr74163") ) ) +(assert (myObject (attribute1 "attr74164") ) ) +(assert (myObject (attribute1 "attr74165") ) ) +(assert (myObject (attribute1 "attr74166") ) ) +(assert (myObject (attribute1 "attr74167") ) ) +(assert (myObject (attribute1 "attr74168") ) ) +(assert (myObject (attribute1 "attr74169") ) ) +(assert (myObject (attribute1 "attr74170") ) ) +(assert (myObject (attribute1 "attr74171") ) ) +(assert (myObject (attribute1 "attr74172") ) ) +(assert (myObject (attribute1 "attr74173") ) ) +(assert (myObject (attribute1 "attr74174") ) ) +(assert (myObject (attribute1 "attr74175") ) ) +(assert (myObject (attribute1 "attr74176") ) ) +(assert (myObject (attribute1 "attr74177") ) ) +(assert (myObject (attribute1 "attr74178") ) ) +(assert (myObject (attribute1 "attr74179") ) ) +(assert (myObject (attribute1 "attr74180") ) ) +(assert (myObject (attribute1 "attr74181") ) ) +(assert (myObject (attribute1 "attr74182") ) ) +(assert (myObject (attribute1 "attr74183") ) ) +(assert (myObject (attribute1 "attr74184") ) ) +(assert (myObject (attribute1 "attr74185") ) ) +(assert (myObject (attribute1 "attr74186") ) ) +(assert (myObject (attribute1 "attr74187") ) ) +(assert (myObject (attribute1 "attr74188") ) ) +(assert (myObject (attribute1 "attr74189") ) ) +(assert (myObject (attribute1 "attr74190") ) ) +(assert (myObject (attribute1 "attr74191") ) ) +(assert (myObject (attribute1 "attr74192") ) ) +(assert (myObject (attribute1 "attr74193") ) ) +(assert (myObject (attribute1 "attr74194") ) ) +(assert (myObject (attribute1 "attr74195") ) ) +(assert (myObject (attribute1 "attr74196") ) ) +(assert (myObject (attribute1 "attr74197") ) ) +(assert (myObject (attribute1 "attr74198") ) ) +(assert (myObject (attribute1 "attr74199") ) ) +(assert (myObject (attribute1 "attr74200") ) ) +(assert (myObject (attribute1 "attr74201") ) ) +(assert (myObject (attribute1 "attr74202") ) ) +(assert (myObject (attribute1 "attr74203") ) ) +(assert (myObject (attribute1 "attr74204") ) ) +(assert (myObject (attribute1 "attr74205") ) ) +(assert (myObject (attribute1 "attr74206") ) ) +(assert (myObject (attribute1 "attr74207") ) ) +(assert (myObject (attribute1 "attr74208") ) ) +(assert (myObject (attribute1 "attr74209") ) ) +(assert (myObject (attribute1 "attr74210") ) ) +(assert (myObject (attribute1 "attr74211") ) ) +(assert (myObject (attribute1 "attr74212") ) ) +(assert (myObject (attribute1 "attr74213") ) ) +(assert (myObject (attribute1 "attr74214") ) ) +(assert (myObject (attribute1 "attr74215") ) ) +(assert (myObject (attribute1 "attr74216") ) ) +(assert (myObject (attribute1 "attr74217") ) ) +(assert (myObject (attribute1 "attr74218") ) ) +(assert (myObject (attribute1 "attr74219") ) ) +(assert (myObject (attribute1 "attr74220") ) ) +(assert (myObject (attribute1 "attr74221") ) ) +(assert (myObject (attribute1 "attr74222") ) ) +(assert (myObject (attribute1 "attr74223") ) ) +(assert (myObject (attribute1 "attr74224") ) ) +(assert (myObject (attribute1 "attr74225") ) ) +(assert (myObject (attribute1 "attr74226") ) ) +(assert (myObject (attribute1 "attr74227") ) ) +(assert (myObject (attribute1 "attr74228") ) ) +(assert (myObject (attribute1 "attr74229") ) ) +(assert (myObject (attribute1 "attr74230") ) ) +(assert (myObject (attribute1 "attr74231") ) ) +(assert (myObject (attribute1 "attr74232") ) ) +(assert (myObject (attribute1 "attr74233") ) ) +(assert (myObject (attribute1 "attr74234") ) ) +(assert (myObject (attribute1 "attr74235") ) ) +(assert (myObject (attribute1 "attr74236") ) ) +(assert (myObject (attribute1 "attr74237") ) ) +(assert (myObject (attribute1 "attr74238") ) ) +(assert (myObject (attribute1 "attr74239") ) ) +(assert (myObject (attribute1 "attr74240") ) ) +(assert (myObject (attribute1 "attr74241") ) ) +(assert (myObject (attribute1 "attr74242") ) ) +(assert (myObject (attribute1 "attr74243") ) ) +(assert (myObject (attribute1 "attr74244") ) ) +(assert (myObject (attribute1 "attr74245") ) ) +(assert (myObject (attribute1 "attr74246") ) ) +(assert (myObject (attribute1 "attr74247") ) ) +(assert (myObject (attribute1 "attr74248") ) ) +(assert (myObject (attribute1 "attr74249") ) ) +(assert (myObject (attribute1 "attr74250") ) ) +(assert (myObject (attribute1 "attr74251") ) ) +(assert (myObject (attribute1 "attr74252") ) ) +(assert (myObject (attribute1 "attr74253") ) ) +(assert (myObject (attribute1 "attr74254") ) ) +(assert (myObject (attribute1 "attr74255") ) ) +(assert (myObject (attribute1 "attr74256") ) ) +(assert (myObject (attribute1 "attr74257") ) ) +(assert (myObject (attribute1 "attr74258") ) ) +(assert (myObject (attribute1 "attr74259") ) ) +(assert (myObject (attribute1 "attr74260") ) ) +(assert (myObject (attribute1 "attr74261") ) ) +(assert (myObject (attribute1 "attr74262") ) ) +(assert (myObject (attribute1 "attr74263") ) ) +(assert (myObject (attribute1 "attr74264") ) ) +(assert (myObject (attribute1 "attr74265") ) ) +(assert (myObject (attribute1 "attr74266") ) ) +(assert (myObject (attribute1 "attr74267") ) ) +(assert (myObject (attribute1 "attr74268") ) ) +(assert (myObject (attribute1 "attr74269") ) ) +(assert (myObject (attribute1 "attr74270") ) ) +(assert (myObject (attribute1 "attr74271") ) ) +(assert (myObject (attribute1 "attr74272") ) ) +(assert (myObject (attribute1 "attr74273") ) ) +(assert (myObject (attribute1 "attr74274") ) ) +(assert (myObject (attribute1 "attr74275") ) ) +(assert (myObject (attribute1 "attr74276") ) ) +(assert (myObject (attribute1 "attr74277") ) ) +(assert (myObject (attribute1 "attr74278") ) ) +(assert (myObject (attribute1 "attr74279") ) ) +(assert (myObject (attribute1 "attr74280") ) ) +(assert (myObject (attribute1 "attr74281") ) ) +(assert (myObject (attribute1 "attr74282") ) ) +(assert (myObject (attribute1 "attr74283") ) ) +(assert (myObject (attribute1 "attr74284") ) ) +(assert (myObject (attribute1 "attr74285") ) ) +(assert (myObject (attribute1 "attr74286") ) ) +(assert (myObject (attribute1 "attr74287") ) ) +(assert (myObject (attribute1 "attr74288") ) ) +(assert (myObject (attribute1 "attr74289") ) ) +(assert (myObject (attribute1 "attr74290") ) ) +(assert (myObject (attribute1 "attr74291") ) ) +(assert (myObject (attribute1 "attr74292") ) ) +(assert (myObject (attribute1 "attr74293") ) ) +(assert (myObject (attribute1 "attr74294") ) ) +(assert (myObject (attribute1 "attr74295") ) ) +(assert (myObject (attribute1 "attr74296") ) ) +(assert (myObject (attribute1 "attr74297") ) ) +(assert (myObject (attribute1 "attr74298") ) ) +(assert (myObject (attribute1 "attr74299") ) ) +(assert (myObject (attribute1 "attr74300") ) ) +(assert (myObject (attribute1 "attr74301") ) ) +(assert (myObject (attribute1 "attr74302") ) ) +(assert (myObject (attribute1 "attr74303") ) ) +(assert (myObject (attribute1 "attr74304") ) ) +(assert (myObject (attribute1 "attr74305") ) ) +(assert (myObject (attribute1 "attr74306") ) ) +(assert (myObject (attribute1 "attr74307") ) ) +(assert (myObject (attribute1 "attr74308") ) ) +(assert (myObject (attribute1 "attr74309") ) ) +(assert (myObject (attribute1 "attr74310") ) ) +(assert (myObject (attribute1 "attr74311") ) ) +(assert (myObject (attribute1 "attr74312") ) ) +(assert (myObject (attribute1 "attr74313") ) ) +(assert (myObject (attribute1 "attr74314") ) ) +(assert (myObject (attribute1 "attr74315") ) ) +(assert (myObject (attribute1 "attr74316") ) ) +(assert (myObject (attribute1 "attr74317") ) ) +(assert (myObject (attribute1 "attr74318") ) ) +(assert (myObject (attribute1 "attr74319") ) ) +(assert (myObject (attribute1 "attr74320") ) ) +(assert (myObject (attribute1 "attr74321") ) ) +(assert (myObject (attribute1 "attr74322") ) ) +(assert (myObject (attribute1 "attr74323") ) ) +(assert (myObject (attribute1 "attr74324") ) ) +(assert (myObject (attribute1 "attr74325") ) ) +(assert (myObject (attribute1 "attr74326") ) ) +(assert (myObject (attribute1 "attr74327") ) ) +(assert (myObject (attribute1 "attr74328") ) ) +(assert (myObject (attribute1 "attr74329") ) ) +(assert (myObject (attribute1 "attr74330") ) ) +(assert (myObject (attribute1 "attr74331") ) ) +(assert (myObject (attribute1 "attr74332") ) ) +(assert (myObject (attribute1 "attr74333") ) ) +(assert (myObject (attribute1 "attr74334") ) ) +(assert (myObject (attribute1 "attr74335") ) ) +(assert (myObject (attribute1 "attr74336") ) ) +(assert (myObject (attribute1 "attr74337") ) ) +(assert (myObject (attribute1 "attr74338") ) ) +(assert (myObject (attribute1 "attr74339") ) ) +(assert (myObject (attribute1 "attr74340") ) ) +(assert (myObject (attribute1 "attr74341") ) ) +(assert (myObject (attribute1 "attr74342") ) ) +(assert (myObject (attribute1 "attr74343") ) ) +(assert (myObject (attribute1 "attr74344") ) ) +(assert (myObject (attribute1 "attr74345") ) ) +(assert (myObject (attribute1 "attr74346") ) ) +(assert (myObject (attribute1 "attr74347") ) ) +(assert (myObject (attribute1 "attr74348") ) ) +(assert (myObject (attribute1 "attr74349") ) ) +(assert (myObject (attribute1 "attr74350") ) ) +(assert (myObject (attribute1 "attr74351") ) ) +(assert (myObject (attribute1 "attr74352") ) ) +(assert (myObject (attribute1 "attr74353") ) ) +(assert (myObject (attribute1 "attr74354") ) ) +(assert (myObject (attribute1 "attr74355") ) ) +(assert (myObject (attribute1 "attr74356") ) ) +(assert (myObject (attribute1 "attr74357") ) ) +(assert (myObject (attribute1 "attr74358") ) ) +(assert (myObject (attribute1 "attr74359") ) ) +(assert (myObject (attribute1 "attr74360") ) ) +(assert (myObject (attribute1 "attr74361") ) ) +(assert (myObject (attribute1 "attr74362") ) ) +(assert (myObject (attribute1 "attr74363") ) ) +(assert (myObject (attribute1 "attr74364") ) ) +(assert (myObject (attribute1 "attr74365") ) ) +(assert (myObject (attribute1 "attr74366") ) ) +(assert (myObject (attribute1 "attr74367") ) ) +(assert (myObject (attribute1 "attr74368") ) ) +(assert (myObject (attribute1 "attr74369") ) ) +(assert (myObject (attribute1 "attr74370") ) ) +(assert (myObject (attribute1 "attr74371") ) ) +(assert (myObject (attribute1 "attr74372") ) ) +(assert (myObject (attribute1 "attr74373") ) ) +(assert (myObject (attribute1 "attr74374") ) ) +(assert (myObject (attribute1 "attr74375") ) ) +(assert (myObject (attribute1 "attr74376") ) ) +(assert (myObject (attribute1 "attr74377") ) ) +(assert (myObject (attribute1 "attr74378") ) ) +(assert (myObject (attribute1 "attr74379") ) ) +(assert (myObject (attribute1 "attr74380") ) ) +(assert (myObject (attribute1 "attr74381") ) ) +(assert (myObject (attribute1 "attr74382") ) ) +(assert (myObject (attribute1 "attr74383") ) ) +(assert (myObject (attribute1 "attr74384") ) ) +(assert (myObject (attribute1 "attr74385") ) ) +(assert (myObject (attribute1 "attr74386") ) ) +(assert (myObject (attribute1 "attr74387") ) ) +(assert (myObject (attribute1 "attr74388") ) ) +(assert (myObject (attribute1 "attr74389") ) ) +(assert (myObject (attribute1 "attr74390") ) ) +(assert (myObject (attribute1 "attr74391") ) ) +(assert (myObject (attribute1 "attr74392") ) ) +(assert (myObject (attribute1 "attr74393") ) ) +(assert (myObject (attribute1 "attr74394") ) ) +(assert (myObject (attribute1 "attr74395") ) ) +(assert (myObject (attribute1 "attr74396") ) ) +(assert (myObject (attribute1 "attr74397") ) ) +(assert (myObject (attribute1 "attr74398") ) ) +(assert (myObject (attribute1 "attr74399") ) ) +(assert (myObject (attribute1 "attr74400") ) ) +(assert (myObject (attribute1 "attr74401") ) ) +(assert (myObject (attribute1 "attr74402") ) ) +(assert (myObject (attribute1 "attr74403") ) ) +(assert (myObject (attribute1 "attr74404") ) ) +(assert (myObject (attribute1 "attr74405") ) ) +(assert (myObject (attribute1 "attr74406") ) ) +(assert (myObject (attribute1 "attr74407") ) ) +(assert (myObject (attribute1 "attr74408") ) ) +(assert (myObject (attribute1 "attr74409") ) ) +(assert (myObject (attribute1 "attr74410") ) ) +(assert (myObject (attribute1 "attr74411") ) ) +(assert (myObject (attribute1 "attr74412") ) ) +(assert (myObject (attribute1 "attr74413") ) ) +(assert (myObject (attribute1 "attr74414") ) ) +(assert (myObject (attribute1 "attr74415") ) ) +(assert (myObject (attribute1 "attr74416") ) ) +(assert (myObject (attribute1 "attr74417") ) ) +(assert (myObject (attribute1 "attr74418") ) ) +(assert (myObject (attribute1 "attr74419") ) ) +(assert (myObject (attribute1 "attr74420") ) ) +(assert (myObject (attribute1 "attr74421") ) ) +(assert (myObject (attribute1 "attr74422") ) ) +(assert (myObject (attribute1 "attr74423") ) ) +(assert (myObject (attribute1 "attr74424") ) ) +(assert (myObject (attribute1 "attr74425") ) ) +(assert (myObject (attribute1 "attr74426") ) ) +(assert (myObject (attribute1 "attr74427") ) ) +(assert (myObject (attribute1 "attr74428") ) ) +(assert (myObject (attribute1 "attr74429") ) ) +(assert (myObject (attribute1 "attr74430") ) ) +(assert (myObject (attribute1 "attr74431") ) ) +(assert (myObject (attribute1 "attr74432") ) ) +(assert (myObject (attribute1 "attr74433") ) ) +(assert (myObject (attribute1 "attr74434") ) ) +(assert (myObject (attribute1 "attr74435") ) ) +(assert (myObject (attribute1 "attr74436") ) ) +(assert (myObject (attribute1 "attr74437") ) ) +(assert (myObject (attribute1 "attr74438") ) ) +(assert (myObject (attribute1 "attr74439") ) ) +(assert (myObject (attribute1 "attr74440") ) ) +(assert (myObject (attribute1 "attr74441") ) ) +(assert (myObject (attribute1 "attr74442") ) ) +(assert (myObject (attribute1 "attr74443") ) ) +(assert (myObject (attribute1 "attr74444") ) ) +(assert (myObject (attribute1 "attr74445") ) ) +(assert (myObject (attribute1 "attr74446") ) ) +(assert (myObject (attribute1 "attr74447") ) ) +(assert (myObject (attribute1 "attr74448") ) ) +(assert (myObject (attribute1 "attr74449") ) ) +(assert (myObject (attribute1 "attr74450") ) ) +(assert (myObject (attribute1 "attr74451") ) ) +(assert (myObject (attribute1 "attr74452") ) ) +(assert (myObject (attribute1 "attr74453") ) ) +(assert (myObject (attribute1 "attr74454") ) ) +(assert (myObject (attribute1 "attr74455") ) ) +(assert (myObject (attribute1 "attr74456") ) ) +(assert (myObject (attribute1 "attr74457") ) ) +(assert (myObject (attribute1 "attr74458") ) ) +(assert (myObject (attribute1 "attr74459") ) ) +(assert (myObject (attribute1 "attr74460") ) ) +(assert (myObject (attribute1 "attr74461") ) ) +(assert (myObject (attribute1 "attr74462") ) ) +(assert (myObject (attribute1 "attr74463") ) ) +(assert (myObject (attribute1 "attr74464") ) ) +(assert (myObject (attribute1 "attr74465") ) ) +(assert (myObject (attribute1 "attr74466") ) ) +(assert (myObject (attribute1 "attr74467") ) ) +(assert (myObject (attribute1 "attr74468") ) ) +(assert (myObject (attribute1 "attr74469") ) ) +(assert (myObject (attribute1 "attr74470") ) ) +(assert (myObject (attribute1 "attr74471") ) ) +(assert (myObject (attribute1 "attr74472") ) ) +(assert (myObject (attribute1 "attr74473") ) ) +(assert (myObject (attribute1 "attr74474") ) ) +(assert (myObject (attribute1 "attr74475") ) ) +(assert (myObject (attribute1 "attr74476") ) ) +(assert (myObject (attribute1 "attr74477") ) ) +(assert (myObject (attribute1 "attr74478") ) ) +(assert (myObject (attribute1 "attr74479") ) ) +(assert (myObject (attribute1 "attr74480") ) ) +(assert (myObject (attribute1 "attr74481") ) ) +(assert (myObject (attribute1 "attr74482") ) ) +(assert (myObject (attribute1 "attr74483") ) ) +(assert (myObject (attribute1 "attr74484") ) ) +(assert (myObject (attribute1 "attr74485") ) ) +(assert (myObject (attribute1 "attr74486") ) ) +(assert (myObject (attribute1 "attr74487") ) ) +(assert (myObject (attribute1 "attr74488") ) ) +(assert (myObject (attribute1 "attr74489") ) ) +(assert (myObject (attribute1 "attr74490") ) ) +(assert (myObject (attribute1 "attr74491") ) ) +(assert (myObject (attribute1 "attr74492") ) ) +(assert (myObject (attribute1 "attr74493") ) ) +(assert (myObject (attribute1 "attr74494") ) ) +(assert (myObject (attribute1 "attr74495") ) ) +(assert (myObject (attribute1 "attr74496") ) ) +(assert (myObject (attribute1 "attr74497") ) ) +(assert (myObject (attribute1 "attr74498") ) ) +(assert (myObject (attribute1 "attr74499") ) ) +(assert (myObject (attribute1 "attr74500") ) ) +(assert (myObject (attribute1 "attr74501") ) ) +(assert (myObject (attribute1 "attr74502") ) ) +(assert (myObject (attribute1 "attr74503") ) ) +(assert (myObject (attribute1 "attr74504") ) ) +(assert (myObject (attribute1 "attr74505") ) ) +(assert (myObject (attribute1 "attr74506") ) ) +(assert (myObject (attribute1 "attr74507") ) ) +(assert (myObject (attribute1 "attr74508") ) ) +(assert (myObject (attribute1 "attr74509") ) ) +(assert (myObject (attribute1 "attr74510") ) ) +(assert (myObject (attribute1 "attr74511") ) ) +(assert (myObject (attribute1 "attr74512") ) ) +(assert (myObject (attribute1 "attr74513") ) ) +(assert (myObject (attribute1 "attr74514") ) ) +(assert (myObject (attribute1 "attr74515") ) ) +(assert (myObject (attribute1 "attr74516") ) ) +(assert (myObject (attribute1 "attr74517") ) ) +(assert (myObject (attribute1 "attr74518") ) ) +(assert (myObject (attribute1 "attr74519") ) ) +(assert (myObject (attribute1 "attr74520") ) ) +(assert (myObject (attribute1 "attr74521") ) ) +(assert (myObject (attribute1 "attr74522") ) ) +(assert (myObject (attribute1 "attr74523") ) ) +(assert (myObject (attribute1 "attr74524") ) ) +(assert (myObject (attribute1 "attr74525") ) ) +(assert (myObject (attribute1 "attr74526") ) ) +(assert (myObject (attribute1 "attr74527") ) ) +(assert (myObject (attribute1 "attr74528") ) ) +(assert (myObject (attribute1 "attr74529") ) ) +(assert (myObject (attribute1 "attr74530") ) ) +(assert (myObject (attribute1 "attr74531") ) ) +(assert (myObject (attribute1 "attr74532") ) ) +(assert (myObject (attribute1 "attr74533") ) ) +(assert (myObject (attribute1 "attr74534") ) ) +(assert (myObject (attribute1 "attr74535") ) ) +(assert (myObject (attribute1 "attr74536") ) ) +(assert (myObject (attribute1 "attr74537") ) ) +(assert (myObject (attribute1 "attr74538") ) ) +(assert (myObject (attribute1 "attr74539") ) ) +(assert (myObject (attribute1 "attr74540") ) ) +(assert (myObject (attribute1 "attr74541") ) ) +(assert (myObject (attribute1 "attr74542") ) ) +(assert (myObject (attribute1 "attr74543") ) ) +(assert (myObject (attribute1 "attr74544") ) ) +(assert (myObject (attribute1 "attr74545") ) ) +(assert (myObject (attribute1 "attr74546") ) ) +(assert (myObject (attribute1 "attr74547") ) ) +(assert (myObject (attribute1 "attr74548") ) ) +(assert (myObject (attribute1 "attr74549") ) ) +(assert (myObject (attribute1 "attr74550") ) ) +(assert (myObject (attribute1 "attr74551") ) ) +(assert (myObject (attribute1 "attr74552") ) ) +(assert (myObject (attribute1 "attr74553") ) ) +(assert (myObject (attribute1 "attr74554") ) ) +(assert (myObject (attribute1 "attr74555") ) ) +(assert (myObject (attribute1 "attr74556") ) ) +(assert (myObject (attribute1 "attr74557") ) ) +(assert (myObject (attribute1 "attr74558") ) ) +(assert (myObject (attribute1 "attr74559") ) ) +(assert (myObject (attribute1 "attr74560") ) ) +(assert (myObject (attribute1 "attr74561") ) ) +(assert (myObject (attribute1 "attr74562") ) ) +(assert (myObject (attribute1 "attr74563") ) ) +(assert (myObject (attribute1 "attr74564") ) ) +(assert (myObject (attribute1 "attr74565") ) ) +(assert (myObject (attribute1 "attr74566") ) ) +(assert (myObject (attribute1 "attr74567") ) ) +(assert (myObject (attribute1 "attr74568") ) ) +(assert (myObject (attribute1 "attr74569") ) ) +(assert (myObject (attribute1 "attr74570") ) ) +(assert (myObject (attribute1 "attr74571") ) ) +(assert (myObject (attribute1 "attr74572") ) ) +(assert (myObject (attribute1 "attr74573") ) ) +(assert (myObject (attribute1 "attr74574") ) ) +(assert (myObject (attribute1 "attr74575") ) ) +(assert (myObject (attribute1 "attr74576") ) ) +(assert (myObject (attribute1 "attr74577") ) ) +(assert (myObject (attribute1 "attr74578") ) ) +(assert (myObject (attribute1 "attr74579") ) ) +(assert (myObject (attribute1 "attr74580") ) ) +(assert (myObject (attribute1 "attr74581") ) ) +(assert (myObject (attribute1 "attr74582") ) ) +(assert (myObject (attribute1 "attr74583") ) ) +(assert (myObject (attribute1 "attr74584") ) ) +(assert (myObject (attribute1 "attr74585") ) ) +(assert (myObject (attribute1 "attr74586") ) ) +(assert (myObject (attribute1 "attr74587") ) ) +(assert (myObject (attribute1 "attr74588") ) ) +(assert (myObject (attribute1 "attr74589") ) ) +(assert (myObject (attribute1 "attr74590") ) ) +(assert (myObject (attribute1 "attr74591") ) ) +(assert (myObject (attribute1 "attr74592") ) ) +(assert (myObject (attribute1 "attr74593") ) ) +(assert (myObject (attribute1 "attr74594") ) ) +(assert (myObject (attribute1 "attr74595") ) ) +(assert (myObject (attribute1 "attr74596") ) ) +(assert (myObject (attribute1 "attr74597") ) ) +(assert (myObject (attribute1 "attr74598") ) ) +(assert (myObject (attribute1 "attr74599") ) ) +(assert (myObject (attribute1 "attr74600") ) ) +(assert (myObject (attribute1 "attr74601") ) ) +(assert (myObject (attribute1 "attr74602") ) ) +(assert (myObject (attribute1 "attr74603") ) ) +(assert (myObject (attribute1 "attr74604") ) ) +(assert (myObject (attribute1 "attr74605") ) ) +(assert (myObject (attribute1 "attr74606") ) ) +(assert (myObject (attribute1 "attr74607") ) ) +(assert (myObject (attribute1 "attr74608") ) ) +(assert (myObject (attribute1 "attr74609") ) ) +(assert (myObject (attribute1 "attr74610") ) ) +(assert (myObject (attribute1 "attr74611") ) ) +(assert (myObject (attribute1 "attr74612") ) ) +(assert (myObject (attribute1 "attr74613") ) ) +(assert (myObject (attribute1 "attr74614") ) ) +(assert (myObject (attribute1 "attr74615") ) ) +(assert (myObject (attribute1 "attr74616") ) ) +(assert (myObject (attribute1 "attr74617") ) ) +(assert (myObject (attribute1 "attr74618") ) ) +(assert (myObject (attribute1 "attr74619") ) ) +(assert (myObject (attribute1 "attr74620") ) ) +(assert (myObject (attribute1 "attr74621") ) ) +(assert (myObject (attribute1 "attr74622") ) ) +(assert (myObject (attribute1 "attr74623") ) ) +(assert (myObject (attribute1 "attr74624") ) ) +(assert (myObject (attribute1 "attr74625") ) ) +(assert (myObject (attribute1 "attr74626") ) ) +(assert (myObject (attribute1 "attr74627") ) ) +(assert (myObject (attribute1 "attr74628") ) ) +(assert (myObject (attribute1 "attr74629") ) ) +(assert (myObject (attribute1 "attr74630") ) ) +(assert (myObject (attribute1 "attr74631") ) ) +(assert (myObject (attribute1 "attr74632") ) ) +(assert (myObject (attribute1 "attr74633") ) ) +(assert (myObject (attribute1 "attr74634") ) ) +(assert (myObject (attribute1 "attr74635") ) ) +(assert (myObject (attribute1 "attr74636") ) ) +(assert (myObject (attribute1 "attr74637") ) ) +(assert (myObject (attribute1 "attr74638") ) ) +(assert (myObject (attribute1 "attr74639") ) ) +(assert (myObject (attribute1 "attr74640") ) ) +(assert (myObject (attribute1 "attr74641") ) ) +(assert (myObject (attribute1 "attr74642") ) ) +(assert (myObject (attribute1 "attr74643") ) ) +(assert (myObject (attribute1 "attr74644") ) ) +(assert (myObject (attribute1 "attr74645") ) ) +(assert (myObject (attribute1 "attr74646") ) ) +(assert (myObject (attribute1 "attr74647") ) ) +(assert (myObject (attribute1 "attr74648") ) ) +(assert (myObject (attribute1 "attr74649") ) ) +(assert (myObject (attribute1 "attr74650") ) ) +(assert (myObject (attribute1 "attr74651") ) ) +(assert (myObject (attribute1 "attr74652") ) ) +(assert (myObject (attribute1 "attr74653") ) ) +(assert (myObject (attribute1 "attr74654") ) ) +(assert (myObject (attribute1 "attr74655") ) ) +(assert (myObject (attribute1 "attr74656") ) ) +(assert (myObject (attribute1 "attr74657") ) ) +(assert (myObject (attribute1 "attr74658") ) ) +(assert (myObject (attribute1 "attr74659") ) ) +(assert (myObject (attribute1 "attr74660") ) ) +(assert (myObject (attribute1 "attr74661") ) ) +(assert (myObject (attribute1 "attr74662") ) ) +(assert (myObject (attribute1 "attr74663") ) ) +(assert (myObject (attribute1 "attr74664") ) ) +(assert (myObject (attribute1 "attr74665") ) ) +(assert (myObject (attribute1 "attr74666") ) ) +(assert (myObject (attribute1 "attr74667") ) ) +(assert (myObject (attribute1 "attr74668") ) ) +(assert (myObject (attribute1 "attr74669") ) ) +(assert (myObject (attribute1 "attr74670") ) ) +(assert (myObject (attribute1 "attr74671") ) ) +(assert (myObject (attribute1 "attr74672") ) ) +(assert (myObject (attribute1 "attr74673") ) ) +(assert (myObject (attribute1 "attr74674") ) ) +(assert (myObject (attribute1 "attr74675") ) ) +(assert (myObject (attribute1 "attr74676") ) ) +(assert (myObject (attribute1 "attr74677") ) ) +(assert (myObject (attribute1 "attr74678") ) ) +(assert (myObject (attribute1 "attr74679") ) ) +(assert (myObject (attribute1 "attr74680") ) ) +(assert (myObject (attribute1 "attr74681") ) ) +(assert (myObject (attribute1 "attr74682") ) ) +(assert (myObject (attribute1 "attr74683") ) ) +(assert (myObject (attribute1 "attr74684") ) ) +(assert (myObject (attribute1 "attr74685") ) ) +(assert (myObject (attribute1 "attr74686") ) ) +(assert (myObject (attribute1 "attr74687") ) ) +(assert (myObject (attribute1 "attr74688") ) ) +(assert (myObject (attribute1 "attr74689") ) ) +(assert (myObject (attribute1 "attr74690") ) ) +(assert (myObject (attribute1 "attr74691") ) ) +(assert (myObject (attribute1 "attr74692") ) ) +(assert (myObject (attribute1 "attr74693") ) ) +(assert (myObject (attribute1 "attr74694") ) ) +(assert (myObject (attribute1 "attr74695") ) ) +(assert (myObject (attribute1 "attr74696") ) ) +(assert (myObject (attribute1 "attr74697") ) ) +(assert (myObject (attribute1 "attr74698") ) ) +(assert (myObject (attribute1 "attr74699") ) ) +(assert (myObject (attribute1 "attr74700") ) ) +(assert (myObject (attribute1 "attr74701") ) ) +(assert (myObject (attribute1 "attr74702") ) ) +(assert (myObject (attribute1 "attr74703") ) ) +(assert (myObject (attribute1 "attr74704") ) ) +(assert (myObject (attribute1 "attr74705") ) ) +(assert (myObject (attribute1 "attr74706") ) ) +(assert (myObject (attribute1 "attr74707") ) ) +(assert (myObject (attribute1 "attr74708") ) ) +(assert (myObject (attribute1 "attr74709") ) ) +(assert (myObject (attribute1 "attr74710") ) ) +(assert (myObject (attribute1 "attr74711") ) ) +(assert (myObject (attribute1 "attr74712") ) ) +(assert (myObject (attribute1 "attr74713") ) ) +(assert (myObject (attribute1 "attr74714") ) ) +(assert (myObject (attribute1 "attr74715") ) ) +(assert (myObject (attribute1 "attr74716") ) ) +(assert (myObject (attribute1 "attr74717") ) ) +(assert (myObject (attribute1 "attr74718") ) ) +(assert (myObject (attribute1 "attr74719") ) ) +(assert (myObject (attribute1 "attr74720") ) ) +(assert (myObject (attribute1 "attr74721") ) ) +(assert (myObject (attribute1 "attr74722") ) ) +(assert (myObject (attribute1 "attr74723") ) ) +(assert (myObject (attribute1 "attr74724") ) ) +(assert (myObject (attribute1 "attr74725") ) ) +(assert (myObject (attribute1 "attr74726") ) ) +(assert (myObject (attribute1 "attr74727") ) ) +(assert (myObject (attribute1 "attr74728") ) ) +(assert (myObject (attribute1 "attr74729") ) ) +(assert (myObject (attribute1 "attr74730") ) ) +(assert (myObject (attribute1 "attr74731") ) ) +(assert (myObject (attribute1 "attr74732") ) ) +(assert (myObject (attribute1 "attr74733") ) ) +(assert (myObject (attribute1 "attr74734") ) ) +(assert (myObject (attribute1 "attr74735") ) ) +(assert (myObject (attribute1 "attr74736") ) ) +(assert (myObject (attribute1 "attr74737") ) ) +(assert (myObject (attribute1 "attr74738") ) ) +(assert (myObject (attribute1 "attr74739") ) ) +(assert (myObject (attribute1 "attr74740") ) ) +(assert (myObject (attribute1 "attr74741") ) ) +(assert (myObject (attribute1 "attr74742") ) ) +(assert (myObject (attribute1 "attr74743") ) ) +(assert (myObject (attribute1 "attr74744") ) ) +(assert (myObject (attribute1 "attr74745") ) ) +(assert (myObject (attribute1 "attr74746") ) ) +(assert (myObject (attribute1 "attr74747") ) ) +(assert (myObject (attribute1 "attr74748") ) ) +(assert (myObject (attribute1 "attr74749") ) ) +(assert (myObject (attribute1 "attr74750") ) ) +(assert (myObject (attribute1 "attr74751") ) ) +(assert (myObject (attribute1 "attr74752") ) ) +(assert (myObject (attribute1 "attr74753") ) ) +(assert (myObject (attribute1 "attr74754") ) ) +(assert (myObject (attribute1 "attr74755") ) ) +(assert (myObject (attribute1 "attr74756") ) ) +(assert (myObject (attribute1 "attr74757") ) ) +(assert (myObject (attribute1 "attr74758") ) ) +(assert (myObject (attribute1 "attr74759") ) ) +(assert (myObject (attribute1 "attr74760") ) ) +(assert (myObject (attribute1 "attr74761") ) ) +(assert (myObject (attribute1 "attr74762") ) ) +(assert (myObject (attribute1 "attr74763") ) ) +(assert (myObject (attribute1 "attr74764") ) ) +(assert (myObject (attribute1 "attr74765") ) ) +(assert (myObject (attribute1 "attr74766") ) ) +(assert (myObject (attribute1 "attr74767") ) ) +(assert (myObject (attribute1 "attr74768") ) ) +(assert (myObject (attribute1 "attr74769") ) ) +(assert (myObject (attribute1 "attr74770") ) ) +(assert (myObject (attribute1 "attr74771") ) ) +(assert (myObject (attribute1 "attr74772") ) ) +(assert (myObject (attribute1 "attr74773") ) ) +(assert (myObject (attribute1 "attr74774") ) ) +(assert (myObject (attribute1 "attr74775") ) ) +(assert (myObject (attribute1 "attr74776") ) ) +(assert (myObject (attribute1 "attr74777") ) ) +(assert (myObject (attribute1 "attr74778") ) ) +(assert (myObject (attribute1 "attr74779") ) ) +(assert (myObject (attribute1 "attr74780") ) ) +(assert (myObject (attribute1 "attr74781") ) ) +(assert (myObject (attribute1 "attr74782") ) ) +(assert (myObject (attribute1 "attr74783") ) ) +(assert (myObject (attribute1 "attr74784") ) ) +(assert (myObject (attribute1 "attr74785") ) ) +(assert (myObject (attribute1 "attr74786") ) ) +(assert (myObject (attribute1 "attr74787") ) ) +(assert (myObject (attribute1 "attr74788") ) ) +(assert (myObject (attribute1 "attr74789") ) ) +(assert (myObject (attribute1 "attr74790") ) ) +(assert (myObject (attribute1 "attr74791") ) ) +(assert (myObject (attribute1 "attr74792") ) ) +(assert (myObject (attribute1 "attr74793") ) ) +(assert (myObject (attribute1 "attr74794") ) ) +(assert (myObject (attribute1 "attr74795") ) ) +(assert (myObject (attribute1 "attr74796") ) ) +(assert (myObject (attribute1 "attr74797") ) ) +(assert (myObject (attribute1 "attr74798") ) ) +(assert (myObject (attribute1 "attr74799") ) ) +(assert (myObject (attribute1 "attr74800") ) ) +(assert (myObject (attribute1 "attr74801") ) ) +(assert (myObject (attribute1 "attr74802") ) ) +(assert (myObject (attribute1 "attr74803") ) ) +(assert (myObject (attribute1 "attr74804") ) ) +(assert (myObject (attribute1 "attr74805") ) ) +(assert (myObject (attribute1 "attr74806") ) ) +(assert (myObject (attribute1 "attr74807") ) ) +(assert (myObject (attribute1 "attr74808") ) ) +(assert (myObject (attribute1 "attr74809") ) ) +(assert (myObject (attribute1 "attr74810") ) ) +(assert (myObject (attribute1 "attr74811") ) ) +(assert (myObject (attribute1 "attr74812") ) ) +(assert (myObject (attribute1 "attr74813") ) ) +(assert (myObject (attribute1 "attr74814") ) ) +(assert (myObject (attribute1 "attr74815") ) ) +(assert (myObject (attribute1 "attr74816") ) ) +(assert (myObject (attribute1 "attr74817") ) ) +(assert (myObject (attribute1 "attr74818") ) ) +(assert (myObject (attribute1 "attr74819") ) ) +(assert (myObject (attribute1 "attr74820") ) ) +(assert (myObject (attribute1 "attr74821") ) ) +(assert (myObject (attribute1 "attr74822") ) ) +(assert (myObject (attribute1 "attr74823") ) ) +(assert (myObject (attribute1 "attr74824") ) ) +(assert (myObject (attribute1 "attr74825") ) ) +(assert (myObject (attribute1 "attr74826") ) ) +(assert (myObject (attribute1 "attr74827") ) ) +(assert (myObject (attribute1 "attr74828") ) ) +(assert (myObject (attribute1 "attr74829") ) ) +(assert (myObject (attribute1 "attr74830") ) ) +(assert (myObject (attribute1 "attr74831") ) ) +(assert (myObject (attribute1 "attr74832") ) ) +(assert (myObject (attribute1 "attr74833") ) ) +(assert (myObject (attribute1 "attr74834") ) ) +(assert (myObject (attribute1 "attr74835") ) ) +(assert (myObject (attribute1 "attr74836") ) ) +(assert (myObject (attribute1 "attr74837") ) ) +(assert (myObject (attribute1 "attr74838") ) ) +(assert (myObject (attribute1 "attr74839") ) ) +(assert (myObject (attribute1 "attr74840") ) ) +(assert (myObject (attribute1 "attr74841") ) ) +(assert (myObject (attribute1 "attr74842") ) ) +(assert (myObject (attribute1 "attr74843") ) ) +(assert (myObject (attribute1 "attr74844") ) ) +(assert (myObject (attribute1 "attr74845") ) ) +(assert (myObject (attribute1 "attr74846") ) ) +(assert (myObject (attribute1 "attr74847") ) ) +(assert (myObject (attribute1 "attr74848") ) ) +(assert (myObject (attribute1 "attr74849") ) ) +(assert (myObject (attribute1 "attr74850") ) ) +(assert (myObject (attribute1 "attr74851") ) ) +(assert (myObject (attribute1 "attr74852") ) ) +(assert (myObject (attribute1 "attr74853") ) ) +(assert (myObject (attribute1 "attr74854") ) ) +(assert (myObject (attribute1 "attr74855") ) ) +(assert (myObject (attribute1 "attr74856") ) ) +(assert (myObject (attribute1 "attr74857") ) ) +(assert (myObject (attribute1 "attr74858") ) ) +(assert (myObject (attribute1 "attr74859") ) ) +(assert (myObject (attribute1 "attr74860") ) ) +(assert (myObject (attribute1 "attr74861") ) ) +(assert (myObject (attribute1 "attr74862") ) ) +(assert (myObject (attribute1 "attr74863") ) ) +(assert (myObject (attribute1 "attr74864") ) ) +(assert (myObject (attribute1 "attr74865") ) ) +(assert (myObject (attribute1 "attr74866") ) ) +(assert (myObject (attribute1 "attr74867") ) ) +(assert (myObject (attribute1 "attr74868") ) ) +(assert (myObject (attribute1 "attr74869") ) ) +(assert (myObject (attribute1 "attr74870") ) ) +(assert (myObject (attribute1 "attr74871") ) ) +(assert (myObject (attribute1 "attr74872") ) ) +(assert (myObject (attribute1 "attr74873") ) ) +(assert (myObject (attribute1 "attr74874") ) ) +(assert (myObject (attribute1 "attr74875") ) ) +(assert (myObject (attribute1 "attr74876") ) ) +(assert (myObject (attribute1 "attr74877") ) ) +(assert (myObject (attribute1 "attr74878") ) ) +(assert (myObject (attribute1 "attr74879") ) ) +(assert (myObject (attribute1 "attr74880") ) ) +(assert (myObject (attribute1 "attr74881") ) ) +(assert (myObject (attribute1 "attr74882") ) ) +(assert (myObject (attribute1 "attr74883") ) ) +(assert (myObject (attribute1 "attr74884") ) ) +(assert (myObject (attribute1 "attr74885") ) ) +(assert (myObject (attribute1 "attr74886") ) ) +(assert (myObject (attribute1 "attr74887") ) ) +(assert (myObject (attribute1 "attr74888") ) ) +(assert (myObject (attribute1 "attr74889") ) ) +(assert (myObject (attribute1 "attr74890") ) ) +(assert (myObject (attribute1 "attr74891") ) ) +(assert (myObject (attribute1 "attr74892") ) ) +(assert (myObject (attribute1 "attr74893") ) ) +(assert (myObject (attribute1 "attr74894") ) ) +(assert (myObject (attribute1 "attr74895") ) ) +(assert (myObject (attribute1 "attr74896") ) ) +(assert (myObject (attribute1 "attr74897") ) ) +(assert (myObject (attribute1 "attr74898") ) ) +(assert (myObject (attribute1 "attr74899") ) ) +(assert (myObject (attribute1 "attr74900") ) ) +(assert (myObject (attribute1 "attr74901") ) ) +(assert (myObject (attribute1 "attr74902") ) ) +(assert (myObject (attribute1 "attr74903") ) ) +(assert (myObject (attribute1 "attr74904") ) ) +(assert (myObject (attribute1 "attr74905") ) ) +(assert (myObject (attribute1 "attr74906") ) ) +(assert (myObject (attribute1 "attr74907") ) ) +(assert (myObject (attribute1 "attr74908") ) ) +(assert (myObject (attribute1 "attr74909") ) ) +(assert (myObject (attribute1 "attr74910") ) ) +(assert (myObject (attribute1 "attr74911") ) ) +(assert (myObject (attribute1 "attr74912") ) ) +(assert (myObject (attribute1 "attr74913") ) ) +(assert (myObject (attribute1 "attr74914") ) ) +(assert (myObject (attribute1 "attr74915") ) ) +(assert (myObject (attribute1 "attr74916") ) ) +(assert (myObject (attribute1 "attr74917") ) ) +(assert (myObject (attribute1 "attr74918") ) ) +(assert (myObject (attribute1 "attr74919") ) ) +(assert (myObject (attribute1 "attr74920") ) ) +(assert (myObject (attribute1 "attr74921") ) ) +(assert (myObject (attribute1 "attr74922") ) ) +(assert (myObject (attribute1 "attr74923") ) ) +(assert (myObject (attribute1 "attr74924") ) ) +(assert (myObject (attribute1 "attr74925") ) ) +(assert (myObject (attribute1 "attr74926") ) ) +(assert (myObject (attribute1 "attr74927") ) ) +(assert (myObject (attribute1 "attr74928") ) ) +(assert (myObject (attribute1 "attr74929") ) ) +(assert (myObject (attribute1 "attr74930") ) ) +(assert (myObject (attribute1 "attr74931") ) ) +(assert (myObject (attribute1 "attr74932") ) ) +(assert (myObject (attribute1 "attr74933") ) ) +(assert (myObject (attribute1 "attr74934") ) ) +(assert (myObject (attribute1 "attr74935") ) ) +(assert (myObject (attribute1 "attr74936") ) ) +(assert (myObject (attribute1 "attr74937") ) ) +(assert (myObject (attribute1 "attr74938") ) ) +(assert (myObject (attribute1 "attr74939") ) ) +(assert (myObject (attribute1 "attr74940") ) ) +(assert (myObject (attribute1 "attr74941") ) ) +(assert (myObject (attribute1 "attr74942") ) ) +(assert (myObject (attribute1 "attr74943") ) ) +(assert (myObject (attribute1 "attr74944") ) ) +(assert (myObject (attribute1 "attr74945") ) ) +(assert (myObject (attribute1 "attr74946") ) ) +(assert (myObject (attribute1 "attr74947") ) ) +(assert (myObject (attribute1 "attr74948") ) ) +(assert (myObject (attribute1 "attr74949") ) ) +(assert (myObject (attribute1 "attr74950") ) ) +(assert (myObject (attribute1 "attr74951") ) ) +(assert (myObject (attribute1 "attr74952") ) ) +(assert (myObject (attribute1 "attr74953") ) ) +(assert (myObject (attribute1 "attr74954") ) ) +(assert (myObject (attribute1 "attr74955") ) ) +(assert (myObject (attribute1 "attr74956") ) ) +(assert (myObject (attribute1 "attr74957") ) ) +(assert (myObject (attribute1 "attr74958") ) ) +(assert (myObject (attribute1 "attr74959") ) ) +(assert (myObject (attribute1 "attr74960") ) ) +(assert (myObject (attribute1 "attr74961") ) ) +(assert (myObject (attribute1 "attr74962") ) ) +(assert (myObject (attribute1 "attr74963") ) ) +(assert (myObject (attribute1 "attr74964") ) ) +(assert (myObject (attribute1 "attr74965") ) ) +(assert (myObject (attribute1 "attr74966") ) ) +(assert (myObject (attribute1 "attr74967") ) ) +(assert (myObject (attribute1 "attr74968") ) ) +(assert (myObject (attribute1 "attr74969") ) ) +(assert (myObject (attribute1 "attr74970") ) ) +(assert (myObject (attribute1 "attr74971") ) ) +(assert (myObject (attribute1 "attr74972") ) ) +(assert (myObject (attribute1 "attr74973") ) ) +(assert (myObject (attribute1 "attr74974") ) ) +(assert (myObject (attribute1 "attr74975") ) ) +(assert (myObject (attribute1 "attr74976") ) ) +(assert (myObject (attribute1 "attr74977") ) ) +(assert (myObject (attribute1 "attr74978") ) ) +(assert (myObject (attribute1 "attr74979") ) ) +(assert (myObject (attribute1 "attr74980") ) ) +(assert (myObject (attribute1 "attr74981") ) ) +(assert (myObject (attribute1 "attr74982") ) ) +(assert (myObject (attribute1 "attr74983") ) ) +(assert (myObject (attribute1 "attr74984") ) ) +(assert (myObject (attribute1 "attr74985") ) ) +(assert (myObject (attribute1 "attr74986") ) ) +(assert (myObject (attribute1 "attr74987") ) ) +(assert (myObject (attribute1 "attr74988") ) ) +(assert (myObject (attribute1 "attr74989") ) ) +(assert (myObject (attribute1 "attr74990") ) ) +(assert (myObject (attribute1 "attr74991") ) ) +(assert (myObject (attribute1 "attr74992") ) ) +(assert (myObject (attribute1 "attr74993") ) ) +(assert (myObject (attribute1 "attr74994") ) ) +(assert (myObject (attribute1 "attr74995") ) ) +(assert (myObject (attribute1 "attr74996") ) ) +(assert (myObject (attribute1 "attr74997") ) ) +(assert (myObject (attribute1 "attr74998") ) ) +(assert (myObject (attribute1 "attr74999") ) ) +(assert (myObject (attribute1 "attr75000") ) ) +(assert (myObject (attribute1 "attr75001") ) ) +(assert (myObject (attribute1 "attr75002") ) ) +(assert (myObject (attribute1 "attr75003") ) ) +(assert (myObject (attribute1 "attr75004") ) ) +(assert (myObject (attribute1 "attr75005") ) ) +(assert (myObject (attribute1 "attr75006") ) ) +(assert (myObject (attribute1 "attr75007") ) ) +(assert (myObject (attribute1 "attr75008") ) ) +(assert (myObject (attribute1 "attr75009") ) ) +(assert (myObject (attribute1 "attr75010") ) ) +(assert (myObject (attribute1 "attr75011") ) ) +(assert (myObject (attribute1 "attr75012") ) ) +(assert (myObject (attribute1 "attr75013") ) ) +(assert (myObject (attribute1 "attr75014") ) ) +(assert (myObject (attribute1 "attr75015") ) ) +(assert (myObject (attribute1 "attr75016") ) ) +(assert (myObject (attribute1 "attr75017") ) ) +(assert (myObject (attribute1 "attr75018") ) ) +(assert (myObject (attribute1 "attr75019") ) ) +(assert (myObject (attribute1 "attr75020") ) ) +(assert (myObject (attribute1 "attr75021") ) ) +(assert (myObject (attribute1 "attr75022") ) ) +(assert (myObject (attribute1 "attr75023") ) ) +(assert (myObject (attribute1 "attr75024") ) ) +(assert (myObject (attribute1 "attr75025") ) ) +(assert (myObject (attribute1 "attr75026") ) ) +(assert (myObject (attribute1 "attr75027") ) ) +(assert (myObject (attribute1 "attr75028") ) ) +(assert (myObject (attribute1 "attr75029") ) ) +(assert (myObject (attribute1 "attr75030") ) ) +(assert (myObject (attribute1 "attr75031") ) ) +(assert (myObject (attribute1 "attr75032") ) ) +(assert (myObject (attribute1 "attr75033") ) ) +(assert (myObject (attribute1 "attr75034") ) ) +(assert (myObject (attribute1 "attr75035") ) ) +(assert (myObject (attribute1 "attr75036") ) ) +(assert (myObject (attribute1 "attr75037") ) ) +(assert (myObject (attribute1 "attr75038") ) ) +(assert (myObject (attribute1 "attr75039") ) ) +(assert (myObject (attribute1 "attr75040") ) ) +(assert (myObject (attribute1 "attr75041") ) ) +(assert (myObject (attribute1 "attr75042") ) ) +(assert (myObject (attribute1 "attr75043") ) ) +(assert (myObject (attribute1 "attr75044") ) ) +(assert (myObject (attribute1 "attr75045") ) ) +(assert (myObject (attribute1 "attr75046") ) ) +(assert (myObject (attribute1 "attr75047") ) ) +(assert (myObject (attribute1 "attr75048") ) ) +(assert (myObject (attribute1 "attr75049") ) ) +(assert (myObject (attribute1 "attr75050") ) ) +(assert (myObject (attribute1 "attr75051") ) ) +(assert (myObject (attribute1 "attr75052") ) ) +(assert (myObject (attribute1 "attr75053") ) ) +(assert (myObject (attribute1 "attr75054") ) ) +(assert (myObject (attribute1 "attr75055") ) ) +(assert (myObject (attribute1 "attr75056") ) ) +(assert (myObject (attribute1 "attr75057") ) ) +(assert (myObject (attribute1 "attr75058") ) ) +(assert (myObject (attribute1 "attr75059") ) ) +(assert (myObject (attribute1 "attr75060") ) ) +(assert (myObject (attribute1 "attr75061") ) ) +(assert (myObject (attribute1 "attr75062") ) ) +(assert (myObject (attribute1 "attr75063") ) ) +(assert (myObject (attribute1 "attr75064") ) ) +(assert (myObject (attribute1 "attr75065") ) ) +(assert (myObject (attribute1 "attr75066") ) ) +(assert (myObject (attribute1 "attr75067") ) ) +(assert (myObject (attribute1 "attr75068") ) ) +(assert (myObject (attribute1 "attr75069") ) ) +(assert (myObject (attribute1 "attr75070") ) ) +(assert (myObject (attribute1 "attr75071") ) ) +(assert (myObject (attribute1 "attr75072") ) ) +(assert (myObject (attribute1 "attr75073") ) ) +(assert (myObject (attribute1 "attr75074") ) ) +(assert (myObject (attribute1 "attr75075") ) ) +(assert (myObject (attribute1 "attr75076") ) ) +(assert (myObject (attribute1 "attr75077") ) ) +(assert (myObject (attribute1 "attr75078") ) ) +(assert (myObject (attribute1 "attr75079") ) ) +(assert (myObject (attribute1 "attr75080") ) ) +(assert (myObject (attribute1 "attr75081") ) ) +(assert (myObject (attribute1 "attr75082") ) ) +(assert (myObject (attribute1 "attr75083") ) ) +(assert (myObject (attribute1 "attr75084") ) ) +(assert (myObject (attribute1 "attr75085") ) ) +(assert (myObject (attribute1 "attr75086") ) ) +(assert (myObject (attribute1 "attr75087") ) ) +(assert (myObject (attribute1 "attr75088") ) ) +(assert (myObject (attribute1 "attr75089") ) ) +(assert (myObject (attribute1 "attr75090") ) ) +(assert (myObject (attribute1 "attr75091") ) ) +(assert (myObject (attribute1 "attr75092") ) ) +(assert (myObject (attribute1 "attr75093") ) ) +(assert (myObject (attribute1 "attr75094") ) ) +(assert (myObject (attribute1 "attr75095") ) ) +(assert (myObject (attribute1 "attr75096") ) ) +(assert (myObject (attribute1 "attr75097") ) ) +(assert (myObject (attribute1 "attr75098") ) ) +(assert (myObject (attribute1 "attr75099") ) ) +(assert (myObject (attribute1 "attr75100") ) ) +(assert (myObject (attribute1 "attr75101") ) ) +(assert (myObject (attribute1 "attr75102") ) ) +(assert (myObject (attribute1 "attr75103") ) ) +(assert (myObject (attribute1 "attr75104") ) ) +(assert (myObject (attribute1 "attr75105") ) ) +(assert (myObject (attribute1 "attr75106") ) ) +(assert (myObject (attribute1 "attr75107") ) ) +(assert (myObject (attribute1 "attr75108") ) ) +(assert (myObject (attribute1 "attr75109") ) ) +(assert (myObject (attribute1 "attr75110") ) ) +(assert (myObject (attribute1 "attr75111") ) ) +(assert (myObject (attribute1 "attr75112") ) ) +(assert (myObject (attribute1 "attr75113") ) ) +(assert (myObject (attribute1 "attr75114") ) ) +(assert (myObject (attribute1 "attr75115") ) ) +(assert (myObject (attribute1 "attr75116") ) ) +(assert (myObject (attribute1 "attr75117") ) ) +(assert (myObject (attribute1 "attr75118") ) ) +(assert (myObject (attribute1 "attr75119") ) ) +(assert (myObject (attribute1 "attr75120") ) ) +(assert (myObject (attribute1 "attr75121") ) ) +(assert (myObject (attribute1 "attr75122") ) ) +(assert (myObject (attribute1 "attr75123") ) ) +(assert (myObject (attribute1 "attr75124") ) ) +(assert (myObject (attribute1 "attr75125") ) ) +(assert (myObject (attribute1 "attr75126") ) ) +(assert (myObject (attribute1 "attr75127") ) ) +(assert (myObject (attribute1 "attr75128") ) ) +(assert (myObject (attribute1 "attr75129") ) ) +(assert (myObject (attribute1 "attr75130") ) ) +(assert (myObject (attribute1 "attr75131") ) ) +(assert (myObject (attribute1 "attr75132") ) ) +(assert (myObject (attribute1 "attr75133") ) ) +(assert (myObject (attribute1 "attr75134") ) ) +(assert (myObject (attribute1 "attr75135") ) ) +(assert (myObject (attribute1 "attr75136") ) ) +(assert (myObject (attribute1 "attr75137") ) ) +(assert (myObject (attribute1 "attr75138") ) ) +(assert (myObject (attribute1 "attr75139") ) ) +(assert (myObject (attribute1 "attr75140") ) ) +(assert (myObject (attribute1 "attr75141") ) ) +(assert (myObject (attribute1 "attr75142") ) ) +(assert (myObject (attribute1 "attr75143") ) ) +(assert (myObject (attribute1 "attr75144") ) ) +(assert (myObject (attribute1 "attr75145") ) ) +(assert (myObject (attribute1 "attr75146") ) ) +(assert (myObject (attribute1 "attr75147") ) ) +(assert (myObject (attribute1 "attr75148") ) ) +(assert (myObject (attribute1 "attr75149") ) ) +(assert (myObject (attribute1 "attr75150") ) ) +(assert (myObject (attribute1 "attr75151") ) ) +(assert (myObject (attribute1 "attr75152") ) ) +(assert (myObject (attribute1 "attr75153") ) ) +(assert (myObject (attribute1 "attr75154") ) ) +(assert (myObject (attribute1 "attr75155") ) ) +(assert (myObject (attribute1 "attr75156") ) ) +(assert (myObject (attribute1 "attr75157") ) ) +(assert (myObject (attribute1 "attr75158") ) ) +(assert (myObject (attribute1 "attr75159") ) ) +(assert (myObject (attribute1 "attr75160") ) ) +(assert (myObject (attribute1 "attr75161") ) ) +(assert (myObject (attribute1 "attr75162") ) ) +(assert (myObject (attribute1 "attr75163") ) ) +(assert (myObject (attribute1 "attr75164") ) ) +(assert (myObject (attribute1 "attr75165") ) ) +(assert (myObject (attribute1 "attr75166") ) ) +(assert (myObject (attribute1 "attr75167") ) ) +(assert (myObject (attribute1 "attr75168") ) ) +(assert (myObject (attribute1 "attr75169") ) ) +(assert (myObject (attribute1 "attr75170") ) ) +(assert (myObject (attribute1 "attr75171") ) ) +(assert (myObject (attribute1 "attr75172") ) ) +(assert (myObject (attribute1 "attr75173") ) ) +(assert (myObject (attribute1 "attr75174") ) ) +(assert (myObject (attribute1 "attr75175") ) ) +(assert (myObject (attribute1 "attr75176") ) ) +(assert (myObject (attribute1 "attr75177") ) ) +(assert (myObject (attribute1 "attr75178") ) ) +(assert (myObject (attribute1 "attr75179") ) ) +(assert (myObject (attribute1 "attr75180") ) ) +(assert (myObject (attribute1 "attr75181") ) ) +(assert (myObject (attribute1 "attr75182") ) ) +(assert (myObject (attribute1 "attr75183") ) ) +(assert (myObject (attribute1 "attr75184") ) ) +(assert (myObject (attribute1 "attr75185") ) ) +(assert (myObject (attribute1 "attr75186") ) ) +(assert (myObject (attribute1 "attr75187") ) ) +(assert (myObject (attribute1 "attr75188") ) ) +(assert (myObject (attribute1 "attr75189") ) ) +(assert (myObject (attribute1 "attr75190") ) ) +(assert (myObject (attribute1 "attr75191") ) ) +(assert (myObject (attribute1 "attr75192") ) ) +(assert (myObject (attribute1 "attr75193") ) ) +(assert (myObject (attribute1 "attr75194") ) ) +(assert (myObject (attribute1 "attr75195") ) ) +(assert (myObject (attribute1 "attr75196") ) ) +(assert (myObject (attribute1 "attr75197") ) ) +(assert (myObject (attribute1 "attr75198") ) ) +(assert (myObject (attribute1 "attr75199") ) ) +(assert (myObject (attribute1 "attr75200") ) ) +(assert (myObject (attribute1 "attr75201") ) ) +(assert (myObject (attribute1 "attr75202") ) ) +(assert (myObject (attribute1 "attr75203") ) ) +(assert (myObject (attribute1 "attr75204") ) ) +(assert (myObject (attribute1 "attr75205") ) ) +(assert (myObject (attribute1 "attr75206") ) ) +(assert (myObject (attribute1 "attr75207") ) ) +(assert (myObject (attribute1 "attr75208") ) ) +(assert (myObject (attribute1 "attr75209") ) ) +(assert (myObject (attribute1 "attr75210") ) ) +(assert (myObject (attribute1 "attr75211") ) ) +(assert (myObject (attribute1 "attr75212") ) ) +(assert (myObject (attribute1 "attr75213") ) ) +(assert (myObject (attribute1 "attr75214") ) ) +(assert (myObject (attribute1 "attr75215") ) ) +(assert (myObject (attribute1 "attr75216") ) ) +(assert (myObject (attribute1 "attr75217") ) ) +(assert (myObject (attribute1 "attr75218") ) ) +(assert (myObject (attribute1 "attr75219") ) ) +(assert (myObject (attribute1 "attr75220") ) ) +(assert (myObject (attribute1 "attr75221") ) ) +(assert (myObject (attribute1 "attr75222") ) ) +(assert (myObject (attribute1 "attr75223") ) ) +(assert (myObject (attribute1 "attr75224") ) ) +(assert (myObject (attribute1 "attr75225") ) ) +(assert (myObject (attribute1 "attr75226") ) ) +(assert (myObject (attribute1 "attr75227") ) ) +(assert (myObject (attribute1 "attr75228") ) ) +(assert (myObject (attribute1 "attr75229") ) ) +(assert (myObject (attribute1 "attr75230") ) ) +(assert (myObject (attribute1 "attr75231") ) ) +(assert (myObject (attribute1 "attr75232") ) ) +(assert (myObject (attribute1 "attr75233") ) ) +(assert (myObject (attribute1 "attr75234") ) ) +(assert (myObject (attribute1 "attr75235") ) ) +(assert (myObject (attribute1 "attr75236") ) ) +(assert (myObject (attribute1 "attr75237") ) ) +(assert (myObject (attribute1 "attr75238") ) ) +(assert (myObject (attribute1 "attr75239") ) ) +(assert (myObject (attribute1 "attr75240") ) ) +(assert (myObject (attribute1 "attr75241") ) ) +(assert (myObject (attribute1 "attr75242") ) ) +(assert (myObject (attribute1 "attr75243") ) ) +(assert (myObject (attribute1 "attr75244") ) ) +(assert (myObject (attribute1 "attr75245") ) ) +(assert (myObject (attribute1 "attr75246") ) ) +(assert (myObject (attribute1 "attr75247") ) ) +(assert (myObject (attribute1 "attr75248") ) ) +(assert (myObject (attribute1 "attr75249") ) ) +(assert (myObject (attribute1 "attr75250") ) ) +(assert (myObject (attribute1 "attr75251") ) ) +(assert (myObject (attribute1 "attr75252") ) ) +(assert (myObject (attribute1 "attr75253") ) ) +(assert (myObject (attribute1 "attr75254") ) ) +(assert (myObject (attribute1 "attr75255") ) ) +(assert (myObject (attribute1 "attr75256") ) ) +(assert (myObject (attribute1 "attr75257") ) ) +(assert (myObject (attribute1 "attr75258") ) ) +(assert (myObject (attribute1 "attr75259") ) ) +(assert (myObject (attribute1 "attr75260") ) ) +(assert (myObject (attribute1 "attr75261") ) ) +(assert (myObject (attribute1 "attr75262") ) ) +(assert (myObject (attribute1 "attr75263") ) ) +(assert (myObject (attribute1 "attr75264") ) ) +(assert (myObject (attribute1 "attr75265") ) ) +(assert (myObject (attribute1 "attr75266") ) ) +(assert (myObject (attribute1 "attr75267") ) ) +(assert (myObject (attribute1 "attr75268") ) ) +(assert (myObject (attribute1 "attr75269") ) ) +(assert (myObject (attribute1 "attr75270") ) ) +(assert (myObject (attribute1 "attr75271") ) ) +(assert (myObject (attribute1 "attr75272") ) ) +(assert (myObject (attribute1 "attr75273") ) ) +(assert (myObject (attribute1 "attr75274") ) ) +(assert (myObject (attribute1 "attr75275") ) ) +(assert (myObject (attribute1 "attr75276") ) ) +(assert (myObject (attribute1 "attr75277") ) ) +(assert (myObject (attribute1 "attr75278") ) ) +(assert (myObject (attribute1 "attr75279") ) ) +(assert (myObject (attribute1 "attr75280") ) ) +(assert (myObject (attribute1 "attr75281") ) ) +(assert (myObject (attribute1 "attr75282") ) ) +(assert (myObject (attribute1 "attr75283") ) ) +(assert (myObject (attribute1 "attr75284") ) ) +(assert (myObject (attribute1 "attr75285") ) ) +(assert (myObject (attribute1 "attr75286") ) ) +(assert (myObject (attribute1 "attr75287") ) ) +(assert (myObject (attribute1 "attr75288") ) ) +(assert (myObject (attribute1 "attr75289") ) ) +(assert (myObject (attribute1 "attr75290") ) ) +(assert (myObject (attribute1 "attr75291") ) ) +(assert (myObject (attribute1 "attr75292") ) ) +(assert (myObject (attribute1 "attr75293") ) ) +(assert (myObject (attribute1 "attr75294") ) ) +(assert (myObject (attribute1 "attr75295") ) ) +(assert (myObject (attribute1 "attr75296") ) ) +(assert (myObject (attribute1 "attr75297") ) ) +(assert (myObject (attribute1 "attr75298") ) ) +(assert (myObject (attribute1 "attr75299") ) ) +(assert (myObject (attribute1 "attr75300") ) ) +(assert (myObject (attribute1 "attr75301") ) ) +(assert (myObject (attribute1 "attr75302") ) ) +(assert (myObject (attribute1 "attr75303") ) ) +(assert (myObject (attribute1 "attr75304") ) ) +(assert (myObject (attribute1 "attr75305") ) ) +(assert (myObject (attribute1 "attr75306") ) ) +(assert (myObject (attribute1 "attr75307") ) ) +(assert (myObject (attribute1 "attr75308") ) ) +(assert (myObject (attribute1 "attr75309") ) ) +(assert (myObject (attribute1 "attr75310") ) ) +(assert (myObject (attribute1 "attr75311") ) ) +(assert (myObject (attribute1 "attr75312") ) ) +(assert (myObject (attribute1 "attr75313") ) ) +(assert (myObject (attribute1 "attr75314") ) ) +(assert (myObject (attribute1 "attr75315") ) ) +(assert (myObject (attribute1 "attr75316") ) ) +(assert (myObject (attribute1 "attr75317") ) ) +(assert (myObject (attribute1 "attr75318") ) ) +(assert (myObject (attribute1 "attr75319") ) ) +(assert (myObject (attribute1 "attr75320") ) ) +(assert (myObject (attribute1 "attr75321") ) ) +(assert (myObject (attribute1 "attr75322") ) ) +(assert (myObject (attribute1 "attr75323") ) ) +(assert (myObject (attribute1 "attr75324") ) ) +(assert (myObject (attribute1 "attr75325") ) ) +(assert (myObject (attribute1 "attr75326") ) ) +(assert (myObject (attribute1 "attr75327") ) ) +(assert (myObject (attribute1 "attr75328") ) ) +(assert (myObject (attribute1 "attr75329") ) ) +(assert (myObject (attribute1 "attr75330") ) ) +(assert (myObject (attribute1 "attr75331") ) ) +(assert (myObject (attribute1 "attr75332") ) ) +(assert (myObject (attribute1 "attr75333") ) ) +(assert (myObject (attribute1 "attr75334") ) ) +(assert (myObject (attribute1 "attr75335") ) ) +(assert (myObject (attribute1 "attr75336") ) ) +(assert (myObject (attribute1 "attr75337") ) ) +(assert (myObject (attribute1 "attr75338") ) ) +(assert (myObject (attribute1 "attr75339") ) ) +(assert (myObject (attribute1 "attr75340") ) ) +(assert (myObject (attribute1 "attr75341") ) ) +(assert (myObject (attribute1 "attr75342") ) ) +(assert (myObject (attribute1 "attr75343") ) ) +(assert (myObject (attribute1 "attr75344") ) ) +(assert (myObject (attribute1 "attr75345") ) ) +(assert (myObject (attribute1 "attr75346") ) ) +(assert (myObject (attribute1 "attr75347") ) ) +(assert (myObject (attribute1 "attr75348") ) ) +(assert (myObject (attribute1 "attr75349") ) ) +(assert (myObject (attribute1 "attr75350") ) ) +(assert (myObject (attribute1 "attr75351") ) ) +(assert (myObject (attribute1 "attr75352") ) ) +(assert (myObject (attribute1 "attr75353") ) ) +(assert (myObject (attribute1 "attr75354") ) ) +(assert (myObject (attribute1 "attr75355") ) ) +(assert (myObject (attribute1 "attr75356") ) ) +(assert (myObject (attribute1 "attr75357") ) ) +(assert (myObject (attribute1 "attr75358") ) ) +(assert (myObject (attribute1 "attr75359") ) ) +(assert (myObject (attribute1 "attr75360") ) ) +(assert (myObject (attribute1 "attr75361") ) ) +(assert (myObject (attribute1 "attr75362") ) ) +(assert (myObject (attribute1 "attr75363") ) ) +(assert (myObject (attribute1 "attr75364") ) ) +(assert (myObject (attribute1 "attr75365") ) ) +(assert (myObject (attribute1 "attr75366") ) ) +(assert (myObject (attribute1 "attr75367") ) ) +(assert (myObject (attribute1 "attr75368") ) ) +(assert (myObject (attribute1 "attr75369") ) ) +(assert (myObject (attribute1 "attr75370") ) ) +(assert (myObject (attribute1 "attr75371") ) ) +(assert (myObject (attribute1 "attr75372") ) ) +(assert (myObject (attribute1 "attr75373") ) ) +(assert (myObject (attribute1 "attr75374") ) ) +(assert (myObject (attribute1 "attr75375") ) ) +(assert (myObject (attribute1 "attr75376") ) ) +(assert (myObject (attribute1 "attr75377") ) ) +(assert (myObject (attribute1 "attr75378") ) ) +(assert (myObject (attribute1 "attr75379") ) ) +(assert (myObject (attribute1 "attr75380") ) ) +(assert (myObject (attribute1 "attr75381") ) ) +(assert (myObject (attribute1 "attr75382") ) ) +(assert (myObject (attribute1 "attr75383") ) ) +(assert (myObject (attribute1 "attr75384") ) ) +(assert (myObject (attribute1 "attr75385") ) ) +(assert (myObject (attribute1 "attr75386") ) ) +(assert (myObject (attribute1 "attr75387") ) ) +(assert (myObject (attribute1 "attr75388") ) ) +(assert (myObject (attribute1 "attr75389") ) ) +(assert (myObject (attribute1 "attr75390") ) ) +(assert (myObject (attribute1 "attr75391") ) ) +(assert (myObject (attribute1 "attr75392") ) ) +(assert (myObject (attribute1 "attr75393") ) ) +(assert (myObject (attribute1 "attr75394") ) ) +(assert (myObject (attribute1 "attr75395") ) ) +(assert (myObject (attribute1 "attr75396") ) ) +(assert (myObject (attribute1 "attr75397") ) ) +(assert (myObject (attribute1 "attr75398") ) ) +(assert (myObject (attribute1 "attr75399") ) ) +(assert (myObject (attribute1 "attr75400") ) ) +(assert (myObject (attribute1 "attr75401") ) ) +(assert (myObject (attribute1 "attr75402") ) ) +(assert (myObject (attribute1 "attr75403") ) ) +(assert (myObject (attribute1 "attr75404") ) ) +(assert (myObject (attribute1 "attr75405") ) ) +(assert (myObject (attribute1 "attr75406") ) ) +(assert (myObject (attribute1 "attr75407") ) ) +(assert (myObject (attribute1 "attr75408") ) ) +(assert (myObject (attribute1 "attr75409") ) ) +(assert (myObject (attribute1 "attr75410") ) ) +(assert (myObject (attribute1 "attr75411") ) ) +(assert (myObject (attribute1 "attr75412") ) ) +(assert (myObject (attribute1 "attr75413") ) ) +(assert (myObject (attribute1 "attr75414") ) ) +(assert (myObject (attribute1 "attr75415") ) ) +(assert (myObject (attribute1 "attr75416") ) ) +(assert (myObject (attribute1 "attr75417") ) ) +(assert (myObject (attribute1 "attr75418") ) ) +(assert (myObject (attribute1 "attr75419") ) ) +(assert (myObject (attribute1 "attr75420") ) ) +(assert (myObject (attribute1 "attr75421") ) ) +(assert (myObject (attribute1 "attr75422") ) ) +(assert (myObject (attribute1 "attr75423") ) ) +(assert (myObject (attribute1 "attr75424") ) ) +(assert (myObject (attribute1 "attr75425") ) ) +(assert (myObject (attribute1 "attr75426") ) ) +(assert (myObject (attribute1 "attr75427") ) ) +(assert (myObject (attribute1 "attr75428") ) ) +(assert (myObject (attribute1 "attr75429") ) ) +(assert (myObject (attribute1 "attr75430") ) ) +(assert (myObject (attribute1 "attr75431") ) ) +(assert (myObject (attribute1 "attr75432") ) ) +(assert (myObject (attribute1 "attr75433") ) ) +(assert (myObject (attribute1 "attr75434") ) ) +(assert (myObject (attribute1 "attr75435") ) ) +(assert (myObject (attribute1 "attr75436") ) ) +(assert (myObject (attribute1 "attr75437") ) ) +(assert (myObject (attribute1 "attr75438") ) ) +(assert (myObject (attribute1 "attr75439") ) ) +(assert (myObject (attribute1 "attr75440") ) ) +(assert (myObject (attribute1 "attr75441") ) ) +(assert (myObject (attribute1 "attr75442") ) ) +(assert (myObject (attribute1 "attr75443") ) ) +(assert (myObject (attribute1 "attr75444") ) ) +(assert (myObject (attribute1 "attr75445") ) ) +(assert (myObject (attribute1 "attr75446") ) ) +(assert (myObject (attribute1 "attr75447") ) ) +(assert (myObject (attribute1 "attr75448") ) ) +(assert (myObject (attribute1 "attr75449") ) ) +(assert (myObject (attribute1 "attr75450") ) ) +(assert (myObject (attribute1 "attr75451") ) ) +(assert (myObject (attribute1 "attr75452") ) ) +(assert (myObject (attribute1 "attr75453") ) ) +(assert (myObject (attribute1 "attr75454") ) ) +(assert (myObject (attribute1 "attr75455") ) ) +(assert (myObject (attribute1 "attr75456") ) ) +(assert (myObject (attribute1 "attr75457") ) ) +(assert (myObject (attribute1 "attr75458") ) ) +(assert (myObject (attribute1 "attr75459") ) ) +(assert (myObject (attribute1 "attr75460") ) ) +(assert (myObject (attribute1 "attr75461") ) ) +(assert (myObject (attribute1 "attr75462") ) ) +(assert (myObject (attribute1 "attr75463") ) ) +(assert (myObject (attribute1 "attr75464") ) ) +(assert (myObject (attribute1 "attr75465") ) ) +(assert (myObject (attribute1 "attr75466") ) ) +(assert (myObject (attribute1 "attr75467") ) ) +(assert (myObject (attribute1 "attr75468") ) ) +(assert (myObject (attribute1 "attr75469") ) ) +(assert (myObject (attribute1 "attr75470") ) ) +(assert (myObject (attribute1 "attr75471") ) ) +(assert (myObject (attribute1 "attr75472") ) ) +(assert (myObject (attribute1 "attr75473") ) ) +(assert (myObject (attribute1 "attr75474") ) ) +(assert (myObject (attribute1 "attr75475") ) ) +(assert (myObject (attribute1 "attr75476") ) ) +(assert (myObject (attribute1 "attr75477") ) ) +(assert (myObject (attribute1 "attr75478") ) ) +(assert (myObject (attribute1 "attr75479") ) ) +(assert (myObject (attribute1 "attr75480") ) ) +(assert (myObject (attribute1 "attr75481") ) ) +(assert (myObject (attribute1 "attr75482") ) ) +(assert (myObject (attribute1 "attr75483") ) ) +(assert (myObject (attribute1 "attr75484") ) ) +(assert (myObject (attribute1 "attr75485") ) ) +(assert (myObject (attribute1 "attr75486") ) ) +(assert (myObject (attribute1 "attr75487") ) ) +(assert (myObject (attribute1 "attr75488") ) ) +(assert (myObject (attribute1 "attr75489") ) ) +(assert (myObject (attribute1 "attr75490") ) ) +(assert (myObject (attribute1 "attr75491") ) ) +(assert (myObject (attribute1 "attr75492") ) ) +(assert (myObject (attribute1 "attr75493") ) ) +(assert (myObject (attribute1 "attr75494") ) ) +(assert (myObject (attribute1 "attr75495") ) ) +(assert (myObject (attribute1 "attr75496") ) ) +(assert (myObject (attribute1 "attr75497") ) ) +(assert (myObject (attribute1 "attr75498") ) ) +(assert (myObject (attribute1 "attr75499") ) ) +(assert (myObject (attribute1 "attr75500") ) ) +(assert (myObject (attribute1 "attr75501") ) ) +(assert (myObject (attribute1 "attr75502") ) ) +(assert (myObject (attribute1 "attr75503") ) ) +(assert (myObject (attribute1 "attr75504") ) ) +(assert (myObject (attribute1 "attr75505") ) ) +(assert (myObject (attribute1 "attr75506") ) ) +(assert (myObject (attribute1 "attr75507") ) ) +(assert (myObject (attribute1 "attr75508") ) ) +(assert (myObject (attribute1 "attr75509") ) ) +(assert (myObject (attribute1 "attr75510") ) ) +(assert (myObject (attribute1 "attr75511") ) ) +(assert (myObject (attribute1 "attr75512") ) ) +(assert (myObject (attribute1 "attr75513") ) ) +(assert (myObject (attribute1 "attr75514") ) ) +(assert (myObject (attribute1 "attr75515") ) ) +(assert (myObject (attribute1 "attr75516") ) ) +(assert (myObject (attribute1 "attr75517") ) ) +(assert (myObject (attribute1 "attr75518") ) ) +(assert (myObject (attribute1 "attr75519") ) ) +(assert (myObject (attribute1 "attr75520") ) ) +(assert (myObject (attribute1 "attr75521") ) ) +(assert (myObject (attribute1 "attr75522") ) ) +(assert (myObject (attribute1 "attr75523") ) ) +(assert (myObject (attribute1 "attr75524") ) ) +(assert (myObject (attribute1 "attr75525") ) ) +(assert (myObject (attribute1 "attr75526") ) ) +(assert (myObject (attribute1 "attr75527") ) ) +(assert (myObject (attribute1 "attr75528") ) ) +(assert (myObject (attribute1 "attr75529") ) ) +(assert (myObject (attribute1 "attr75530") ) ) +(assert (myObject (attribute1 "attr75531") ) ) +(assert (myObject (attribute1 "attr75532") ) ) +(assert (myObject (attribute1 "attr75533") ) ) +(assert (myObject (attribute1 "attr75534") ) ) +(assert (myObject (attribute1 "attr75535") ) ) +(assert (myObject (attribute1 "attr75536") ) ) +(assert (myObject (attribute1 "attr75537") ) ) +(assert (myObject (attribute1 "attr75538") ) ) +(assert (myObject (attribute1 "attr75539") ) ) +(assert (myObject (attribute1 "attr75540") ) ) +(assert (myObject (attribute1 "attr75541") ) ) +(assert (myObject (attribute1 "attr75542") ) ) +(assert (myObject (attribute1 "attr75543") ) ) +(assert (myObject (attribute1 "attr75544") ) ) +(assert (myObject (attribute1 "attr75545") ) ) +(assert (myObject (attribute1 "attr75546") ) ) +(assert (myObject (attribute1 "attr75547") ) ) +(assert (myObject (attribute1 "attr75548") ) ) +(assert (myObject (attribute1 "attr75549") ) ) +(assert (myObject (attribute1 "attr75550") ) ) +(assert (myObject (attribute1 "attr75551") ) ) +(assert (myObject (attribute1 "attr75552") ) ) +(assert (myObject (attribute1 "attr75553") ) ) +(assert (myObject (attribute1 "attr75554") ) ) +(assert (myObject (attribute1 "attr75555") ) ) +(assert (myObject (attribute1 "attr75556") ) ) +(assert (myObject (attribute1 "attr75557") ) ) +(assert (myObject (attribute1 "attr75558") ) ) +(assert (myObject (attribute1 "attr75559") ) ) +(assert (myObject (attribute1 "attr75560") ) ) +(assert (myObject (attribute1 "attr75561") ) ) +(assert (myObject (attribute1 "attr75562") ) ) +(assert (myObject (attribute1 "attr75563") ) ) +(assert (myObject (attribute1 "attr75564") ) ) +(assert (myObject (attribute1 "attr75565") ) ) +(assert (myObject (attribute1 "attr75566") ) ) +(assert (myObject (attribute1 "attr75567") ) ) +(assert (myObject (attribute1 "attr75568") ) ) +(assert (myObject (attribute1 "attr75569") ) ) +(assert (myObject (attribute1 "attr75570") ) ) +(assert (myObject (attribute1 "attr75571") ) ) +(assert (myObject (attribute1 "attr75572") ) ) +(assert (myObject (attribute1 "attr75573") ) ) +(assert (myObject (attribute1 "attr75574") ) ) +(assert (myObject (attribute1 "attr75575") ) ) +(assert (myObject (attribute1 "attr75576") ) ) +(assert (myObject (attribute1 "attr75577") ) ) +(assert (myObject (attribute1 "attr75578") ) ) +(assert (myObject (attribute1 "attr75579") ) ) +(assert (myObject (attribute1 "attr75580") ) ) +(assert (myObject (attribute1 "attr75581") ) ) +(assert (myObject (attribute1 "attr75582") ) ) +(assert (myObject (attribute1 "attr75583") ) ) +(assert (myObject (attribute1 "attr75584") ) ) +(assert (myObject (attribute1 "attr75585") ) ) +(assert (myObject (attribute1 "attr75586") ) ) +(assert (myObject (attribute1 "attr75587") ) ) +(assert (myObject (attribute1 "attr75588") ) ) +(assert (myObject (attribute1 "attr75589") ) ) +(assert (myObject (attribute1 "attr75590") ) ) +(assert (myObject (attribute1 "attr75591") ) ) +(assert (myObject (attribute1 "attr75592") ) ) +(assert (myObject (attribute1 "attr75593") ) ) +(assert (myObject (attribute1 "attr75594") ) ) +(assert (myObject (attribute1 "attr75595") ) ) +(assert (myObject (attribute1 "attr75596") ) ) +(assert (myObject (attribute1 "attr75597") ) ) +(assert (myObject (attribute1 "attr75598") ) ) +(assert (myObject (attribute1 "attr75599") ) ) +(assert (myObject (attribute1 "attr75600") ) ) +(assert (myObject (attribute1 "attr75601") ) ) +(assert (myObject (attribute1 "attr75602") ) ) +(assert (myObject (attribute1 "attr75603") ) ) +(assert (myObject (attribute1 "attr75604") ) ) +(assert (myObject (attribute1 "attr75605") ) ) +(assert (myObject (attribute1 "attr75606") ) ) +(assert (myObject (attribute1 "attr75607") ) ) +(assert (myObject (attribute1 "attr75608") ) ) +(assert (myObject (attribute1 "attr75609") ) ) +(assert (myObject (attribute1 "attr75610") ) ) +(assert (myObject (attribute1 "attr75611") ) ) +(assert (myObject (attribute1 "attr75612") ) ) +(assert (myObject (attribute1 "attr75613") ) ) +(assert (myObject (attribute1 "attr75614") ) ) +(assert (myObject (attribute1 "attr75615") ) ) +(assert (myObject (attribute1 "attr75616") ) ) +(assert (myObject (attribute1 "attr75617") ) ) +(assert (myObject (attribute1 "attr75618") ) ) +(assert (myObject (attribute1 "attr75619") ) ) +(assert (myObject (attribute1 "attr75620") ) ) +(assert (myObject (attribute1 "attr75621") ) ) +(assert (myObject (attribute1 "attr75622") ) ) +(assert (myObject (attribute1 "attr75623") ) ) +(assert (myObject (attribute1 "attr75624") ) ) +(assert (myObject (attribute1 "attr75625") ) ) +(assert (myObject (attribute1 "attr75626") ) ) +(assert (myObject (attribute1 "attr75627") ) ) +(assert (myObject (attribute1 "attr75628") ) ) +(assert (myObject (attribute1 "attr75629") ) ) +(assert (myObject (attribute1 "attr75630") ) ) +(assert (myObject (attribute1 "attr75631") ) ) +(assert (myObject (attribute1 "attr75632") ) ) +(assert (myObject (attribute1 "attr75633") ) ) +(assert (myObject (attribute1 "attr75634") ) ) +(assert (myObject (attribute1 "attr75635") ) ) +(assert (myObject (attribute1 "attr75636") ) ) +(assert (myObject (attribute1 "attr75637") ) ) +(assert (myObject (attribute1 "attr75638") ) ) +(assert (myObject (attribute1 "attr75639") ) ) +(assert (myObject (attribute1 "attr75640") ) ) +(assert (myObject (attribute1 "attr75641") ) ) +(assert (myObject (attribute1 "attr75642") ) ) +(assert (myObject (attribute1 "attr75643") ) ) +(assert (myObject (attribute1 "attr75644") ) ) +(assert (myObject (attribute1 "attr75645") ) ) +(assert (myObject (attribute1 "attr75646") ) ) +(assert (myObject (attribute1 "attr75647") ) ) +(assert (myObject (attribute1 "attr75648") ) ) +(assert (myObject (attribute1 "attr75649") ) ) +(assert (myObject (attribute1 "attr75650") ) ) +(assert (myObject (attribute1 "attr75651") ) ) +(assert (myObject (attribute1 "attr75652") ) ) +(assert (myObject (attribute1 "attr75653") ) ) +(assert (myObject (attribute1 "attr75654") ) ) +(assert (myObject (attribute1 "attr75655") ) ) +(assert (myObject (attribute1 "attr75656") ) ) +(assert (myObject (attribute1 "attr75657") ) ) +(assert (myObject (attribute1 "attr75658") ) ) +(assert (myObject (attribute1 "attr75659") ) ) +(assert (myObject (attribute1 "attr75660") ) ) +(assert (myObject (attribute1 "attr75661") ) ) +(assert (myObject (attribute1 "attr75662") ) ) +(assert (myObject (attribute1 "attr75663") ) ) +(assert (myObject (attribute1 "attr75664") ) ) +(assert (myObject (attribute1 "attr75665") ) ) +(assert (myObject (attribute1 "attr75666") ) ) +(assert (myObject (attribute1 "attr75667") ) ) +(assert (myObject (attribute1 "attr75668") ) ) +(assert (myObject (attribute1 "attr75669") ) ) +(assert (myObject (attribute1 "attr75670") ) ) +(assert (myObject (attribute1 "attr75671") ) ) +(assert (myObject (attribute1 "attr75672") ) ) +(assert (myObject (attribute1 "attr75673") ) ) +(assert (myObject (attribute1 "attr75674") ) ) +(assert (myObject (attribute1 "attr75675") ) ) +(assert (myObject (attribute1 "attr75676") ) ) +(assert (myObject (attribute1 "attr75677") ) ) +(assert (myObject (attribute1 "attr75678") ) ) +(assert (myObject (attribute1 "attr75679") ) ) +(assert (myObject (attribute1 "attr75680") ) ) +(assert (myObject (attribute1 "attr75681") ) ) +(assert (myObject (attribute1 "attr75682") ) ) +(assert (myObject (attribute1 "attr75683") ) ) +(assert (myObject (attribute1 "attr75684") ) ) +(assert (myObject (attribute1 "attr75685") ) ) +(assert (myObject (attribute1 "attr75686") ) ) +(assert (myObject (attribute1 "attr75687") ) ) +(assert (myObject (attribute1 "attr75688") ) ) +(assert (myObject (attribute1 "attr75689") ) ) +(assert (myObject (attribute1 "attr75690") ) ) +(assert (myObject (attribute1 "attr75691") ) ) +(assert (myObject (attribute1 "attr75692") ) ) +(assert (myObject (attribute1 "attr75693") ) ) +(assert (myObject (attribute1 "attr75694") ) ) +(assert (myObject (attribute1 "attr75695") ) ) +(assert (myObject (attribute1 "attr75696") ) ) +(assert (myObject (attribute1 "attr75697") ) ) +(assert (myObject (attribute1 "attr75698") ) ) +(assert (myObject (attribute1 "attr75699") ) ) +(assert (myObject (attribute1 "attr75700") ) ) +(assert (myObject (attribute1 "attr75701") ) ) +(assert (myObject (attribute1 "attr75702") ) ) +(assert (myObject (attribute1 "attr75703") ) ) +(assert (myObject (attribute1 "attr75704") ) ) +(assert (myObject (attribute1 "attr75705") ) ) +(assert (myObject (attribute1 "attr75706") ) ) +(assert (myObject (attribute1 "attr75707") ) ) +(assert (myObject (attribute1 "attr75708") ) ) +(assert (myObject (attribute1 "attr75709") ) ) +(assert (myObject (attribute1 "attr75710") ) ) +(assert (myObject (attribute1 "attr75711") ) ) +(assert (myObject (attribute1 "attr75712") ) ) +(assert (myObject (attribute1 "attr75713") ) ) +(assert (myObject (attribute1 "attr75714") ) ) +(assert (myObject (attribute1 "attr75715") ) ) +(assert (myObject (attribute1 "attr75716") ) ) +(assert (myObject (attribute1 "attr75717") ) ) +(assert (myObject (attribute1 "attr75718") ) ) +(assert (myObject (attribute1 "attr75719") ) ) +(assert (myObject (attribute1 "attr75720") ) ) +(assert (myObject (attribute1 "attr75721") ) ) +(assert (myObject (attribute1 "attr75722") ) ) +(assert (myObject (attribute1 "attr75723") ) ) +(assert (myObject (attribute1 "attr75724") ) ) +(assert (myObject (attribute1 "attr75725") ) ) +(assert (myObject (attribute1 "attr75726") ) ) +(assert (myObject (attribute1 "attr75727") ) ) +(assert (myObject (attribute1 "attr75728") ) ) +(assert (myObject (attribute1 "attr75729") ) ) +(assert (myObject (attribute1 "attr75730") ) ) +(assert (myObject (attribute1 "attr75731") ) ) +(assert (myObject (attribute1 "attr75732") ) ) +(assert (myObject (attribute1 "attr75733") ) ) +(assert (myObject (attribute1 "attr75734") ) ) +(assert (myObject (attribute1 "attr75735") ) ) +(assert (myObject (attribute1 "attr75736") ) ) +(assert (myObject (attribute1 "attr75737") ) ) +(assert (myObject (attribute1 "attr75738") ) ) +(assert (myObject (attribute1 "attr75739") ) ) +(assert (myObject (attribute1 "attr75740") ) ) +(assert (myObject (attribute1 "attr75741") ) ) +(assert (myObject (attribute1 "attr75742") ) ) +(assert (myObject (attribute1 "attr75743") ) ) +(assert (myObject (attribute1 "attr75744") ) ) +(assert (myObject (attribute1 "attr75745") ) ) +(assert (myObject (attribute1 "attr75746") ) ) +(assert (myObject (attribute1 "attr75747") ) ) +(assert (myObject (attribute1 "attr75748") ) ) +(assert (myObject (attribute1 "attr75749") ) ) +(assert (myObject (attribute1 "attr75750") ) ) +(assert (myObject (attribute1 "attr75751") ) ) +(assert (myObject (attribute1 "attr75752") ) ) +(assert (myObject (attribute1 "attr75753") ) ) +(assert (myObject (attribute1 "attr75754") ) ) +(assert (myObject (attribute1 "attr75755") ) ) +(assert (myObject (attribute1 "attr75756") ) ) +(assert (myObject (attribute1 "attr75757") ) ) +(assert (myObject (attribute1 "attr75758") ) ) +(assert (myObject (attribute1 "attr75759") ) ) +(assert (myObject (attribute1 "attr75760") ) ) +(assert (myObject (attribute1 "attr75761") ) ) +(assert (myObject (attribute1 "attr75762") ) ) +(assert (myObject (attribute1 "attr75763") ) ) +(assert (myObject (attribute1 "attr75764") ) ) +(assert (myObject (attribute1 "attr75765") ) ) +(assert (myObject (attribute1 "attr75766") ) ) +(assert (myObject (attribute1 "attr75767") ) ) +(assert (myObject (attribute1 "attr75768") ) ) +(assert (myObject (attribute1 "attr75769") ) ) +(assert (myObject (attribute1 "attr75770") ) ) +(assert (myObject (attribute1 "attr75771") ) ) +(assert (myObject (attribute1 "attr75772") ) ) +(assert (myObject (attribute1 "attr75773") ) ) +(assert (myObject (attribute1 "attr75774") ) ) +(assert (myObject (attribute1 "attr75775") ) ) +(assert (myObject (attribute1 "attr75776") ) ) +(assert (myObject (attribute1 "attr75777") ) ) +(assert (myObject (attribute1 "attr75778") ) ) +(assert (myObject (attribute1 "attr75779") ) ) +(assert (myObject (attribute1 "attr75780") ) ) +(assert (myObject (attribute1 "attr75781") ) ) +(assert (myObject (attribute1 "attr75782") ) ) +(assert (myObject (attribute1 "attr75783") ) ) +(assert (myObject (attribute1 "attr75784") ) ) +(assert (myObject (attribute1 "attr75785") ) ) +(assert (myObject (attribute1 "attr75786") ) ) +(assert (myObject (attribute1 "attr75787") ) ) +(assert (myObject (attribute1 "attr75788") ) ) +(assert (myObject (attribute1 "attr75789") ) ) +(assert (myObject (attribute1 "attr75790") ) ) +(assert (myObject (attribute1 "attr75791") ) ) +(assert (myObject (attribute1 "attr75792") ) ) +(assert (myObject (attribute1 "attr75793") ) ) +(assert (myObject (attribute1 "attr75794") ) ) +(assert (myObject (attribute1 "attr75795") ) ) +(assert (myObject (attribute1 "attr75796") ) ) +(assert (myObject (attribute1 "attr75797") ) ) +(assert (myObject (attribute1 "attr75798") ) ) +(assert (myObject (attribute1 "attr75799") ) ) +(assert (myObject (attribute1 "attr75800") ) ) +(assert (myObject (attribute1 "attr75801") ) ) +(assert (myObject (attribute1 "attr75802") ) ) +(assert (myObject (attribute1 "attr75803") ) ) +(assert (myObject (attribute1 "attr75804") ) ) +(assert (myObject (attribute1 "attr75805") ) ) +(assert (myObject (attribute1 "attr75806") ) ) +(assert (myObject (attribute1 "attr75807") ) ) +(assert (myObject (attribute1 "attr75808") ) ) +(assert (myObject (attribute1 "attr75809") ) ) +(assert (myObject (attribute1 "attr75810") ) ) +(assert (myObject (attribute1 "attr75811") ) ) +(assert (myObject (attribute1 "attr75812") ) ) +(assert (myObject (attribute1 "attr75813") ) ) +(assert (myObject (attribute1 "attr75814") ) ) +(assert (myObject (attribute1 "attr75815") ) ) +(assert (myObject (attribute1 "attr75816") ) ) +(assert (myObject (attribute1 "attr75817") ) ) +(assert (myObject (attribute1 "attr75818") ) ) +(assert (myObject (attribute1 "attr75819") ) ) +(assert (myObject (attribute1 "attr75820") ) ) +(assert (myObject (attribute1 "attr75821") ) ) +(assert (myObject (attribute1 "attr75822") ) ) +(assert (myObject (attribute1 "attr75823") ) ) +(assert (myObject (attribute1 "attr75824") ) ) +(assert (myObject (attribute1 "attr75825") ) ) +(assert (myObject (attribute1 "attr75826") ) ) +(assert (myObject (attribute1 "attr75827") ) ) +(assert (myObject (attribute1 "attr75828") ) ) +(assert (myObject (attribute1 "attr75829") ) ) +(assert (myObject (attribute1 "attr75830") ) ) +(assert (myObject (attribute1 "attr75831") ) ) +(assert (myObject (attribute1 "attr75832") ) ) +(assert (myObject (attribute1 "attr75833") ) ) +(assert (myObject (attribute1 "attr75834") ) ) +(assert (myObject (attribute1 "attr75835") ) ) +(assert (myObject (attribute1 "attr75836") ) ) +(assert (myObject (attribute1 "attr75837") ) ) +(assert (myObject (attribute1 "attr75838") ) ) +(assert (myObject (attribute1 "attr75839") ) ) +(assert (myObject (attribute1 "attr75840") ) ) +(assert (myObject (attribute1 "attr75841") ) ) +(assert (myObject (attribute1 "attr75842") ) ) +(assert (myObject (attribute1 "attr75843") ) ) +(assert (myObject (attribute1 "attr75844") ) ) +(assert (myObject (attribute1 "attr75845") ) ) +(assert (myObject (attribute1 "attr75846") ) ) +(assert (myObject (attribute1 "attr75847") ) ) +(assert (myObject (attribute1 "attr75848") ) ) +(assert (myObject (attribute1 "attr75849") ) ) +(assert (myObject (attribute1 "attr75850") ) ) +(assert (myObject (attribute1 "attr75851") ) ) +(assert (myObject (attribute1 "attr75852") ) ) +(assert (myObject (attribute1 "attr75853") ) ) +(assert (myObject (attribute1 "attr75854") ) ) +(assert (myObject (attribute1 "attr75855") ) ) +(assert (myObject (attribute1 "attr75856") ) ) +(assert (myObject (attribute1 "attr75857") ) ) +(assert (myObject (attribute1 "attr75858") ) ) +(assert (myObject (attribute1 "attr75859") ) ) +(assert (myObject (attribute1 "attr75860") ) ) +(assert (myObject (attribute1 "attr75861") ) ) +(assert (myObject (attribute1 "attr75862") ) ) +(assert (myObject (attribute1 "attr75863") ) ) +(assert (myObject (attribute1 "attr75864") ) ) +(assert (myObject (attribute1 "attr75865") ) ) +(assert (myObject (attribute1 "attr75866") ) ) +(assert (myObject (attribute1 "attr75867") ) ) +(assert (myObject (attribute1 "attr75868") ) ) +(assert (myObject (attribute1 "attr75869") ) ) +(assert (myObject (attribute1 "attr75870") ) ) +(assert (myObject (attribute1 "attr75871") ) ) +(assert (myObject (attribute1 "attr75872") ) ) +(assert (myObject (attribute1 "attr75873") ) ) +(assert (myObject (attribute1 "attr75874") ) ) +(assert (myObject (attribute1 "attr75875") ) ) +(assert (myObject (attribute1 "attr75876") ) ) +(assert (myObject (attribute1 "attr75877") ) ) +(assert (myObject (attribute1 "attr75878") ) ) +(assert (myObject (attribute1 "attr75879") ) ) +(assert (myObject (attribute1 "attr75880") ) ) +(assert (myObject (attribute1 "attr75881") ) ) +(assert (myObject (attribute1 "attr75882") ) ) +(assert (myObject (attribute1 "attr75883") ) ) +(assert (myObject (attribute1 "attr75884") ) ) +(assert (myObject (attribute1 "attr75885") ) ) +(assert (myObject (attribute1 "attr75886") ) ) +(assert (myObject (attribute1 "attr75887") ) ) +(assert (myObject (attribute1 "attr75888") ) ) +(assert (myObject (attribute1 "attr75889") ) ) +(assert (myObject (attribute1 "attr75890") ) ) +(assert (myObject (attribute1 "attr75891") ) ) +(assert (myObject (attribute1 "attr75892") ) ) +(assert (myObject (attribute1 "attr75893") ) ) +(assert (myObject (attribute1 "attr75894") ) ) +(assert (myObject (attribute1 "attr75895") ) ) +(assert (myObject (attribute1 "attr75896") ) ) +(assert (myObject (attribute1 "attr75897") ) ) +(assert (myObject (attribute1 "attr75898") ) ) +(assert (myObject (attribute1 "attr75899") ) ) +(assert (myObject (attribute1 "attr75900") ) ) +(assert (myObject (attribute1 "attr75901") ) ) +(assert (myObject (attribute1 "attr75902") ) ) +(assert (myObject (attribute1 "attr75903") ) ) +(assert (myObject (attribute1 "attr75904") ) ) +(assert (myObject (attribute1 "attr75905") ) ) +(assert (myObject (attribute1 "attr75906") ) ) +(assert (myObject (attribute1 "attr75907") ) ) +(assert (myObject (attribute1 "attr75908") ) ) +(assert (myObject (attribute1 "attr75909") ) ) +(assert (myObject (attribute1 "attr75910") ) ) +(assert (myObject (attribute1 "attr75911") ) ) +(assert (myObject (attribute1 "attr75912") ) ) +(assert (myObject (attribute1 "attr75913") ) ) +(assert (myObject (attribute1 "attr75914") ) ) +(assert (myObject (attribute1 "attr75915") ) ) +(assert (myObject (attribute1 "attr75916") ) ) +(assert (myObject (attribute1 "attr75917") ) ) +(assert (myObject (attribute1 "attr75918") ) ) +(assert (myObject (attribute1 "attr75919") ) ) +(assert (myObject (attribute1 "attr75920") ) ) +(assert (myObject (attribute1 "attr75921") ) ) +(assert (myObject (attribute1 "attr75922") ) ) +(assert (myObject (attribute1 "attr75923") ) ) +(assert (myObject (attribute1 "attr75924") ) ) +(assert (myObject (attribute1 "attr75925") ) ) +(assert (myObject (attribute1 "attr75926") ) ) +(assert (myObject (attribute1 "attr75927") ) ) +(assert (myObject (attribute1 "attr75928") ) ) +(assert (myObject (attribute1 "attr75929") ) ) +(assert (myObject (attribute1 "attr75930") ) ) +(assert (myObject (attribute1 "attr75931") ) ) +(assert (myObject (attribute1 "attr75932") ) ) +(assert (myObject (attribute1 "attr75933") ) ) +(assert (myObject (attribute1 "attr75934") ) ) +(assert (myObject (attribute1 "attr75935") ) ) +(assert (myObject (attribute1 "attr75936") ) ) +(assert (myObject (attribute1 "attr75937") ) ) +(assert (myObject (attribute1 "attr75938") ) ) +(assert (myObject (attribute1 "attr75939") ) ) +(assert (myObject (attribute1 "attr75940") ) ) +(assert (myObject (attribute1 "attr75941") ) ) +(assert (myObject (attribute1 "attr75942") ) ) +(assert (myObject (attribute1 "attr75943") ) ) +(assert (myObject (attribute1 "attr75944") ) ) +(assert (myObject (attribute1 "attr75945") ) ) +(assert (myObject (attribute1 "attr75946") ) ) +(assert (myObject (attribute1 "attr75947") ) ) +(assert (myObject (attribute1 "attr75948") ) ) +(assert (myObject (attribute1 "attr75949") ) ) +(assert (myObject (attribute1 "attr75950") ) ) +(assert (myObject (attribute1 "attr75951") ) ) +(assert (myObject (attribute1 "attr75952") ) ) +(assert (myObject (attribute1 "attr75953") ) ) +(assert (myObject (attribute1 "attr75954") ) ) +(assert (myObject (attribute1 "attr75955") ) ) +(assert (myObject (attribute1 "attr75956") ) ) +(assert (myObject (attribute1 "attr75957") ) ) +(assert (myObject (attribute1 "attr75958") ) ) +(assert (myObject (attribute1 "attr75959") ) ) +(assert (myObject (attribute1 "attr75960") ) ) +(assert (myObject (attribute1 "attr75961") ) ) +(assert (myObject (attribute1 "attr75962") ) ) +(assert (myObject (attribute1 "attr75963") ) ) +(assert (myObject (attribute1 "attr75964") ) ) +(assert (myObject (attribute1 "attr75965") ) ) +(assert (myObject (attribute1 "attr75966") ) ) +(assert (myObject (attribute1 "attr75967") ) ) +(assert (myObject (attribute1 "attr75968") ) ) +(assert (myObject (attribute1 "attr75969") ) ) +(assert (myObject (attribute1 "attr75970") ) ) +(assert (myObject (attribute1 "attr75971") ) ) +(assert (myObject (attribute1 "attr75972") ) ) +(assert (myObject (attribute1 "attr75973") ) ) +(assert (myObject (attribute1 "attr75974") ) ) +(assert (myObject (attribute1 "attr75975") ) ) +(assert (myObject (attribute1 "attr75976") ) ) +(assert (myObject (attribute1 "attr75977") ) ) +(assert (myObject (attribute1 "attr75978") ) ) +(assert (myObject (attribute1 "attr75979") ) ) +(assert (myObject (attribute1 "attr75980") ) ) +(assert (myObject (attribute1 "attr75981") ) ) +(assert (myObject (attribute1 "attr75982") ) ) +(assert (myObject (attribute1 "attr75983") ) ) +(assert (myObject (attribute1 "attr75984") ) ) +(assert (myObject (attribute1 "attr75985") ) ) +(assert (myObject (attribute1 "attr75986") ) ) +(assert (myObject (attribute1 "attr75987") ) ) +(assert (myObject (attribute1 "attr75988") ) ) +(assert (myObject (attribute1 "attr75989") ) ) +(assert (myObject (attribute1 "attr75990") ) ) +(assert (myObject (attribute1 "attr75991") ) ) +(assert (myObject (attribute1 "attr75992") ) ) +(assert (myObject (attribute1 "attr75993") ) ) +(assert (myObject (attribute1 "attr75994") ) ) +(assert (myObject (attribute1 "attr75995") ) ) +(assert (myObject (attribute1 "attr75996") ) ) +(assert (myObject (attribute1 "attr75997") ) ) +(assert (myObject (attribute1 "attr75998") ) ) +(assert (myObject (attribute1 "attr75999") ) ) +(assert (myObject (attribute1 "attr76000") ) ) +(assert (myObject (attribute1 "attr76001") ) ) +(assert (myObject (attribute1 "attr76002") ) ) +(assert (myObject (attribute1 "attr76003") ) ) +(assert (myObject (attribute1 "attr76004") ) ) +(assert (myObject (attribute1 "attr76005") ) ) +(assert (myObject (attribute1 "attr76006") ) ) +(assert (myObject (attribute1 "attr76007") ) ) +(assert (myObject (attribute1 "attr76008") ) ) +(assert (myObject (attribute1 "attr76009") ) ) +(assert (myObject (attribute1 "attr76010") ) ) +(assert (myObject (attribute1 "attr76011") ) ) +(assert (myObject (attribute1 "attr76012") ) ) +(assert (myObject (attribute1 "attr76013") ) ) +(assert (myObject (attribute1 "attr76014") ) ) +(assert (myObject (attribute1 "attr76015") ) ) +(assert (myObject (attribute1 "attr76016") ) ) +(assert (myObject (attribute1 "attr76017") ) ) +(assert (myObject (attribute1 "attr76018") ) ) +(assert (myObject (attribute1 "attr76019") ) ) +(assert (myObject (attribute1 "attr76020") ) ) +(assert (myObject (attribute1 "attr76021") ) ) +(assert (myObject (attribute1 "attr76022") ) ) +(assert (myObject (attribute1 "attr76023") ) ) +(assert (myObject (attribute1 "attr76024") ) ) +(assert (myObject (attribute1 "attr76025") ) ) +(assert (myObject (attribute1 "attr76026") ) ) +(assert (myObject (attribute1 "attr76027") ) ) +(assert (myObject (attribute1 "attr76028") ) ) +(assert (myObject (attribute1 "attr76029") ) ) +(assert (myObject (attribute1 "attr76030") ) ) +(assert (myObject (attribute1 "attr76031") ) ) +(assert (myObject (attribute1 "attr76032") ) ) +(assert (myObject (attribute1 "attr76033") ) ) +(assert (myObject (attribute1 "attr76034") ) ) +(assert (myObject (attribute1 "attr76035") ) ) +(assert (myObject (attribute1 "attr76036") ) ) +(assert (myObject (attribute1 "attr76037") ) ) +(assert (myObject (attribute1 "attr76038") ) ) +(assert (myObject (attribute1 "attr76039") ) ) +(assert (myObject (attribute1 "attr76040") ) ) +(assert (myObject (attribute1 "attr76041") ) ) +(assert (myObject (attribute1 "attr76042") ) ) +(assert (myObject (attribute1 "attr76043") ) ) +(assert (myObject (attribute1 "attr76044") ) ) +(assert (myObject (attribute1 "attr76045") ) ) +(assert (myObject (attribute1 "attr76046") ) ) +(assert (myObject (attribute1 "attr76047") ) ) +(assert (myObject (attribute1 "attr76048") ) ) +(assert (myObject (attribute1 "attr76049") ) ) +(assert (myObject (attribute1 "attr76050") ) ) +(assert (myObject (attribute1 "attr76051") ) ) +(assert (myObject (attribute1 "attr76052") ) ) +(assert (myObject (attribute1 "attr76053") ) ) +(assert (myObject (attribute1 "attr76054") ) ) +(assert (myObject (attribute1 "attr76055") ) ) +(assert (myObject (attribute1 "attr76056") ) ) +(assert (myObject (attribute1 "attr76057") ) ) +(assert (myObject (attribute1 "attr76058") ) ) +(assert (myObject (attribute1 "attr76059") ) ) +(assert (myObject (attribute1 "attr76060") ) ) +(assert (myObject (attribute1 "attr76061") ) ) +(assert (myObject (attribute1 "attr76062") ) ) +(assert (myObject (attribute1 "attr76063") ) ) +(assert (myObject (attribute1 "attr76064") ) ) +(assert (myObject (attribute1 "attr76065") ) ) +(assert (myObject (attribute1 "attr76066") ) ) +(assert (myObject (attribute1 "attr76067") ) ) +(assert (myObject (attribute1 "attr76068") ) ) +(assert (myObject (attribute1 "attr76069") ) ) +(assert (myObject (attribute1 "attr76070") ) ) +(assert (myObject (attribute1 "attr76071") ) ) +(assert (myObject (attribute1 "attr76072") ) ) +(assert (myObject (attribute1 "attr76073") ) ) +(assert (myObject (attribute1 "attr76074") ) ) +(assert (myObject (attribute1 "attr76075") ) ) +(assert (myObject (attribute1 "attr76076") ) ) +(assert (myObject (attribute1 "attr76077") ) ) +(assert (myObject (attribute1 "attr76078") ) ) +(assert (myObject (attribute1 "attr76079") ) ) +(assert (myObject (attribute1 "attr76080") ) ) +(assert (myObject (attribute1 "attr76081") ) ) +(assert (myObject (attribute1 "attr76082") ) ) +(assert (myObject (attribute1 "attr76083") ) ) +(assert (myObject (attribute1 "attr76084") ) ) +(assert (myObject (attribute1 "attr76085") ) ) +(assert (myObject (attribute1 "attr76086") ) ) +(assert (myObject (attribute1 "attr76087") ) ) +(assert (myObject (attribute1 "attr76088") ) ) +(assert (myObject (attribute1 "attr76089") ) ) +(assert (myObject (attribute1 "attr76090") ) ) +(assert (myObject (attribute1 "attr76091") ) ) +(assert (myObject (attribute1 "attr76092") ) ) +(assert (myObject (attribute1 "attr76093") ) ) +(assert (myObject (attribute1 "attr76094") ) ) +(assert (myObject (attribute1 "attr76095") ) ) +(assert (myObject (attribute1 "attr76096") ) ) +(assert (myObject (attribute1 "attr76097") ) ) +(assert (myObject (attribute1 "attr76098") ) ) +(assert (myObject (attribute1 "attr76099") ) ) +(assert (myObject (attribute1 "attr76100") ) ) +(assert (myObject (attribute1 "attr76101") ) ) +(assert (myObject (attribute1 "attr76102") ) ) +(assert (myObject (attribute1 "attr76103") ) ) +(assert (myObject (attribute1 "attr76104") ) ) +(assert (myObject (attribute1 "attr76105") ) ) +(assert (myObject (attribute1 "attr76106") ) ) +(assert (myObject (attribute1 "attr76107") ) ) +(assert (myObject (attribute1 "attr76108") ) ) +(assert (myObject (attribute1 "attr76109") ) ) +(assert (myObject (attribute1 "attr76110") ) ) +(assert (myObject (attribute1 "attr76111") ) ) +(assert (myObject (attribute1 "attr76112") ) ) +(assert (myObject (attribute1 "attr76113") ) ) +(assert (myObject (attribute1 "attr76114") ) ) +(assert (myObject (attribute1 "attr76115") ) ) +(assert (myObject (attribute1 "attr76116") ) ) +(assert (myObject (attribute1 "attr76117") ) ) +(assert (myObject (attribute1 "attr76118") ) ) +(assert (myObject (attribute1 "attr76119") ) ) +(assert (myObject (attribute1 "attr76120") ) ) +(assert (myObject (attribute1 "attr76121") ) ) +(assert (myObject (attribute1 "attr76122") ) ) +(assert (myObject (attribute1 "attr76123") ) ) +(assert (myObject (attribute1 "attr76124") ) ) +(assert (myObject (attribute1 "attr76125") ) ) +(assert (myObject (attribute1 "attr76126") ) ) +(assert (myObject (attribute1 "attr76127") ) ) +(assert (myObject (attribute1 "attr76128") ) ) +(assert (myObject (attribute1 "attr76129") ) ) +(assert (myObject (attribute1 "attr76130") ) ) +(assert (myObject (attribute1 "attr76131") ) ) +(assert (myObject (attribute1 "attr76132") ) ) +(assert (myObject (attribute1 "attr76133") ) ) +(assert (myObject (attribute1 "attr76134") ) ) +(assert (myObject (attribute1 "attr76135") ) ) +(assert (myObject (attribute1 "attr76136") ) ) +(assert (myObject (attribute1 "attr76137") ) ) +(assert (myObject (attribute1 "attr76138") ) ) +(assert (myObject (attribute1 "attr76139") ) ) +(assert (myObject (attribute1 "attr76140") ) ) +(assert (myObject (attribute1 "attr76141") ) ) +(assert (myObject (attribute1 "attr76142") ) ) +(assert (myObject (attribute1 "attr76143") ) ) +(assert (myObject (attribute1 "attr76144") ) ) +(assert (myObject (attribute1 "attr76145") ) ) +(assert (myObject (attribute1 "attr76146") ) ) +(assert (myObject (attribute1 "attr76147") ) ) +(assert (myObject (attribute1 "attr76148") ) ) +(assert (myObject (attribute1 "attr76149") ) ) +(assert (myObject (attribute1 "attr76150") ) ) +(assert (myObject (attribute1 "attr76151") ) ) +(assert (myObject (attribute1 "attr76152") ) ) +(assert (myObject (attribute1 "attr76153") ) ) +(assert (myObject (attribute1 "attr76154") ) ) +(assert (myObject (attribute1 "attr76155") ) ) +(assert (myObject (attribute1 "attr76156") ) ) +(assert (myObject (attribute1 "attr76157") ) ) +(assert (myObject (attribute1 "attr76158") ) ) +(assert (myObject (attribute1 "attr76159") ) ) +(assert (myObject (attribute1 "attr76160") ) ) +(assert (myObject (attribute1 "attr76161") ) ) +(assert (myObject (attribute1 "attr76162") ) ) +(assert (myObject (attribute1 "attr76163") ) ) +(assert (myObject (attribute1 "attr76164") ) ) +(assert (myObject (attribute1 "attr76165") ) ) +(assert (myObject (attribute1 "attr76166") ) ) +(assert (myObject (attribute1 "attr76167") ) ) +(assert (myObject (attribute1 "attr76168") ) ) +(assert (myObject (attribute1 "attr76169") ) ) +(assert (myObject (attribute1 "attr76170") ) ) +(assert (myObject (attribute1 "attr76171") ) ) +(assert (myObject (attribute1 "attr76172") ) ) +(assert (myObject (attribute1 "attr76173") ) ) +(assert (myObject (attribute1 "attr76174") ) ) +(assert (myObject (attribute1 "attr76175") ) ) +(assert (myObject (attribute1 "attr76176") ) ) +(assert (myObject (attribute1 "attr76177") ) ) +(assert (myObject (attribute1 "attr76178") ) ) +(assert (myObject (attribute1 "attr76179") ) ) +(assert (myObject (attribute1 "attr76180") ) ) +(assert (myObject (attribute1 "attr76181") ) ) +(assert (myObject (attribute1 "attr76182") ) ) +(assert (myObject (attribute1 "attr76183") ) ) +(assert (myObject (attribute1 "attr76184") ) ) +(assert (myObject (attribute1 "attr76185") ) ) +(assert (myObject (attribute1 "attr76186") ) ) +(assert (myObject (attribute1 "attr76187") ) ) +(assert (myObject (attribute1 "attr76188") ) ) +(assert (myObject (attribute1 "attr76189") ) ) +(assert (myObject (attribute1 "attr76190") ) ) +(assert (myObject (attribute1 "attr76191") ) ) +(assert (myObject (attribute1 "attr76192") ) ) +(assert (myObject (attribute1 "attr76193") ) ) +(assert (myObject (attribute1 "attr76194") ) ) +(assert (myObject (attribute1 "attr76195") ) ) +(assert (myObject (attribute1 "attr76196") ) ) +(assert (myObject (attribute1 "attr76197") ) ) +(assert (myObject (attribute1 "attr76198") ) ) +(assert (myObject (attribute1 "attr76199") ) ) +(assert (myObject (attribute1 "attr76200") ) ) +(assert (myObject (attribute1 "attr76201") ) ) +(assert (myObject (attribute1 "attr76202") ) ) +(assert (myObject (attribute1 "attr76203") ) ) +(assert (myObject (attribute1 "attr76204") ) ) +(assert (myObject (attribute1 "attr76205") ) ) +(assert (myObject (attribute1 "attr76206") ) ) +(assert (myObject (attribute1 "attr76207") ) ) +(assert (myObject (attribute1 "attr76208") ) ) +(assert (myObject (attribute1 "attr76209") ) ) +(assert (myObject (attribute1 "attr76210") ) ) +(assert (myObject (attribute1 "attr76211") ) ) +(assert (myObject (attribute1 "attr76212") ) ) +(assert (myObject (attribute1 "attr76213") ) ) +(assert (myObject (attribute1 "attr76214") ) ) +(assert (myObject (attribute1 "attr76215") ) ) +(assert (myObject (attribute1 "attr76216") ) ) +(assert (myObject (attribute1 "attr76217") ) ) +(assert (myObject (attribute1 "attr76218") ) ) +(assert (myObject (attribute1 "attr76219") ) ) +(assert (myObject (attribute1 "attr76220") ) ) +(assert (myObject (attribute1 "attr76221") ) ) +(assert (myObject (attribute1 "attr76222") ) ) +(assert (myObject (attribute1 "attr76223") ) ) +(assert (myObject (attribute1 "attr76224") ) ) +(assert (myObject (attribute1 "attr76225") ) ) +(assert (myObject (attribute1 "attr76226") ) ) +(assert (myObject (attribute1 "attr76227") ) ) +(assert (myObject (attribute1 "attr76228") ) ) +(assert (myObject (attribute1 "attr76229") ) ) +(assert (myObject (attribute1 "attr76230") ) ) +(assert (myObject (attribute1 "attr76231") ) ) +(assert (myObject (attribute1 "attr76232") ) ) +(assert (myObject (attribute1 "attr76233") ) ) +(assert (myObject (attribute1 "attr76234") ) ) +(assert (myObject (attribute1 "attr76235") ) ) +(assert (myObject (attribute1 "attr76236") ) ) +(assert (myObject (attribute1 "attr76237") ) ) +(assert (myObject (attribute1 "attr76238") ) ) +(assert (myObject (attribute1 "attr76239") ) ) +(assert (myObject (attribute1 "attr76240") ) ) +(assert (myObject (attribute1 "attr76241") ) ) +(assert (myObject (attribute1 "attr76242") ) ) +(assert (myObject (attribute1 "attr76243") ) ) +(assert (myObject (attribute1 "attr76244") ) ) +(assert (myObject (attribute1 "attr76245") ) ) +(assert (myObject (attribute1 "attr76246") ) ) +(assert (myObject (attribute1 "attr76247") ) ) +(assert (myObject (attribute1 "attr76248") ) ) +(assert (myObject (attribute1 "attr76249") ) ) +(assert (myObject (attribute1 "attr76250") ) ) +(assert (myObject (attribute1 "attr76251") ) ) +(assert (myObject (attribute1 "attr76252") ) ) +(assert (myObject (attribute1 "attr76253") ) ) +(assert (myObject (attribute1 "attr76254") ) ) +(assert (myObject (attribute1 "attr76255") ) ) +(assert (myObject (attribute1 "attr76256") ) ) +(assert (myObject (attribute1 "attr76257") ) ) +(assert (myObject (attribute1 "attr76258") ) ) +(assert (myObject (attribute1 "attr76259") ) ) +(assert (myObject (attribute1 "attr76260") ) ) +(assert (myObject (attribute1 "attr76261") ) ) +(assert (myObject (attribute1 "attr76262") ) ) +(assert (myObject (attribute1 "attr76263") ) ) +(assert (myObject (attribute1 "attr76264") ) ) +(assert (myObject (attribute1 "attr76265") ) ) +(assert (myObject (attribute1 "attr76266") ) ) +(assert (myObject (attribute1 "attr76267") ) ) +(assert (myObject (attribute1 "attr76268") ) ) +(assert (myObject (attribute1 "attr76269") ) ) +(assert (myObject (attribute1 "attr76270") ) ) +(assert (myObject (attribute1 "attr76271") ) ) +(assert (myObject (attribute1 "attr76272") ) ) +(assert (myObject (attribute1 "attr76273") ) ) +(assert (myObject (attribute1 "attr76274") ) ) +(assert (myObject (attribute1 "attr76275") ) ) +(assert (myObject (attribute1 "attr76276") ) ) +(assert (myObject (attribute1 "attr76277") ) ) +(assert (myObject (attribute1 "attr76278") ) ) +(assert (myObject (attribute1 "attr76279") ) ) +(assert (myObject (attribute1 "attr76280") ) ) +(assert (myObject (attribute1 "attr76281") ) ) +(assert (myObject (attribute1 "attr76282") ) ) +(assert (myObject (attribute1 "attr76283") ) ) +(assert (myObject (attribute1 "attr76284") ) ) +(assert (myObject (attribute1 "attr76285") ) ) +(assert (myObject (attribute1 "attr76286") ) ) +(assert (myObject (attribute1 "attr76287") ) ) +(assert (myObject (attribute1 "attr76288") ) ) +(assert (myObject (attribute1 "attr76289") ) ) +(assert (myObject (attribute1 "attr76290") ) ) +(assert (myObject (attribute1 "attr76291") ) ) +(assert (myObject (attribute1 "attr76292") ) ) +(assert (myObject (attribute1 "attr76293") ) ) +(assert (myObject (attribute1 "attr76294") ) ) +(assert (myObject (attribute1 "attr76295") ) ) +(assert (myObject (attribute1 "attr76296") ) ) +(assert (myObject (attribute1 "attr76297") ) ) +(assert (myObject (attribute1 "attr76298") ) ) +(assert (myObject (attribute1 "attr76299") ) ) +(assert (myObject (attribute1 "attr76300") ) ) +(assert (myObject (attribute1 "attr76301") ) ) +(assert (myObject (attribute1 "attr76302") ) ) +(assert (myObject (attribute1 "attr76303") ) ) +(assert (myObject (attribute1 "attr76304") ) ) +(assert (myObject (attribute1 "attr76305") ) ) +(assert (myObject (attribute1 "attr76306") ) ) +(assert (myObject (attribute1 "attr76307") ) ) +(assert (myObject (attribute1 "attr76308") ) ) +(assert (myObject (attribute1 "attr76309") ) ) +(assert (myObject (attribute1 "attr76310") ) ) +(assert (myObject (attribute1 "attr76311") ) ) +(assert (myObject (attribute1 "attr76312") ) ) +(assert (myObject (attribute1 "attr76313") ) ) +(assert (myObject (attribute1 "attr76314") ) ) +(assert (myObject (attribute1 "attr76315") ) ) +(assert (myObject (attribute1 "attr76316") ) ) +(assert (myObject (attribute1 "attr76317") ) ) +(assert (myObject (attribute1 "attr76318") ) ) +(assert (myObject (attribute1 "attr76319") ) ) +(assert (myObject (attribute1 "attr76320") ) ) +(assert (myObject (attribute1 "attr76321") ) ) +(assert (myObject (attribute1 "attr76322") ) ) +(assert (myObject (attribute1 "attr76323") ) ) +(assert (myObject (attribute1 "attr76324") ) ) +(assert (myObject (attribute1 "attr76325") ) ) +(assert (myObject (attribute1 "attr76326") ) ) +(assert (myObject (attribute1 "attr76327") ) ) +(assert (myObject (attribute1 "attr76328") ) ) +(assert (myObject (attribute1 "attr76329") ) ) +(assert (myObject (attribute1 "attr76330") ) ) +(assert (myObject (attribute1 "attr76331") ) ) +(assert (myObject (attribute1 "attr76332") ) ) +(assert (myObject (attribute1 "attr76333") ) ) +(assert (myObject (attribute1 "attr76334") ) ) +(assert (myObject (attribute1 "attr76335") ) ) +(assert (myObject (attribute1 "attr76336") ) ) +(assert (myObject (attribute1 "attr76337") ) ) +(assert (myObject (attribute1 "attr76338") ) ) +(assert (myObject (attribute1 "attr76339") ) ) +(assert (myObject (attribute1 "attr76340") ) ) +(assert (myObject (attribute1 "attr76341") ) ) +(assert (myObject (attribute1 "attr76342") ) ) +(assert (myObject (attribute1 "attr76343") ) ) +(assert (myObject (attribute1 "attr76344") ) ) +(assert (myObject (attribute1 "attr76345") ) ) +(assert (myObject (attribute1 "attr76346") ) ) +(assert (myObject (attribute1 "attr76347") ) ) +(assert (myObject (attribute1 "attr76348") ) ) +(assert (myObject (attribute1 "attr76349") ) ) +(assert (myObject (attribute1 "attr76350") ) ) +(assert (myObject (attribute1 "attr76351") ) ) +(assert (myObject (attribute1 "attr76352") ) ) +(assert (myObject (attribute1 "attr76353") ) ) +(assert (myObject (attribute1 "attr76354") ) ) +(assert (myObject (attribute1 "attr76355") ) ) +(assert (myObject (attribute1 "attr76356") ) ) +(assert (myObject (attribute1 "attr76357") ) ) +(assert (myObject (attribute1 "attr76358") ) ) +(assert (myObject (attribute1 "attr76359") ) ) +(assert (myObject (attribute1 "attr76360") ) ) +(assert (myObject (attribute1 "attr76361") ) ) +(assert (myObject (attribute1 "attr76362") ) ) +(assert (myObject (attribute1 "attr76363") ) ) +(assert (myObject (attribute1 "attr76364") ) ) +(assert (myObject (attribute1 "attr76365") ) ) +(assert (myObject (attribute1 "attr76366") ) ) +(assert (myObject (attribute1 "attr76367") ) ) +(assert (myObject (attribute1 "attr76368") ) ) +(assert (myObject (attribute1 "attr76369") ) ) +(assert (myObject (attribute1 "attr76370") ) ) +(assert (myObject (attribute1 "attr76371") ) ) +(assert (myObject (attribute1 "attr76372") ) ) +(assert (myObject (attribute1 "attr76373") ) ) +(assert (myObject (attribute1 "attr76374") ) ) +(assert (myObject (attribute1 "attr76375") ) ) +(assert (myObject (attribute1 "attr76376") ) ) +(assert (myObject (attribute1 "attr76377") ) ) +(assert (myObject (attribute1 "attr76378") ) ) +(assert (myObject (attribute1 "attr76379") ) ) +(assert (myObject (attribute1 "attr76380") ) ) +(assert (myObject (attribute1 "attr76381") ) ) +(assert (myObject (attribute1 "attr76382") ) ) +(assert (myObject (attribute1 "attr76383") ) ) +(assert (myObject (attribute1 "attr76384") ) ) +(assert (myObject (attribute1 "attr76385") ) ) +(assert (myObject (attribute1 "attr76386") ) ) +(assert (myObject (attribute1 "attr76387") ) ) +(assert (myObject (attribute1 "attr76388") ) ) +(assert (myObject (attribute1 "attr76389") ) ) +(assert (myObject (attribute1 "attr76390") ) ) +(assert (myObject (attribute1 "attr76391") ) ) +(assert (myObject (attribute1 "attr76392") ) ) +(assert (myObject (attribute1 "attr76393") ) ) +(assert (myObject (attribute1 "attr76394") ) ) +(assert (myObject (attribute1 "attr76395") ) ) +(assert (myObject (attribute1 "attr76396") ) ) +(assert (myObject (attribute1 "attr76397") ) ) +(assert (myObject (attribute1 "attr76398") ) ) +(assert (myObject (attribute1 "attr76399") ) ) +(assert (myObject (attribute1 "attr76400") ) ) +(assert (myObject (attribute1 "attr76401") ) ) +(assert (myObject (attribute1 "attr76402") ) ) +(assert (myObject (attribute1 "attr76403") ) ) +(assert (myObject (attribute1 "attr76404") ) ) +(assert (myObject (attribute1 "attr76405") ) ) +(assert (myObject (attribute1 "attr76406") ) ) +(assert (myObject (attribute1 "attr76407") ) ) +(assert (myObject (attribute1 "attr76408") ) ) +(assert (myObject (attribute1 "attr76409") ) ) +(assert (myObject (attribute1 "attr76410") ) ) +(assert (myObject (attribute1 "attr76411") ) ) +(assert (myObject (attribute1 "attr76412") ) ) +(assert (myObject (attribute1 "attr76413") ) ) +(assert (myObject (attribute1 "attr76414") ) ) +(assert (myObject (attribute1 "attr76415") ) ) +(assert (myObject (attribute1 "attr76416") ) ) +(assert (myObject (attribute1 "attr76417") ) ) +(assert (myObject (attribute1 "attr76418") ) ) +(assert (myObject (attribute1 "attr76419") ) ) +(assert (myObject (attribute1 "attr76420") ) ) +(assert (myObject (attribute1 "attr76421") ) ) +(assert (myObject (attribute1 "attr76422") ) ) +(assert (myObject (attribute1 "attr76423") ) ) +(assert (myObject (attribute1 "attr76424") ) ) +(assert (myObject (attribute1 "attr76425") ) ) +(assert (myObject (attribute1 "attr76426") ) ) +(assert (myObject (attribute1 "attr76427") ) ) +(assert (myObject (attribute1 "attr76428") ) ) +(assert (myObject (attribute1 "attr76429") ) ) +(assert (myObject (attribute1 "attr76430") ) ) +(assert (myObject (attribute1 "attr76431") ) ) +(assert (myObject (attribute1 "attr76432") ) ) +(assert (myObject (attribute1 "attr76433") ) ) +(assert (myObject (attribute1 "attr76434") ) ) +(assert (myObject (attribute1 "attr76435") ) ) +(assert (myObject (attribute1 "attr76436") ) ) +(assert (myObject (attribute1 "attr76437") ) ) +(assert (myObject (attribute1 "attr76438") ) ) +(assert (myObject (attribute1 "attr76439") ) ) +(assert (myObject (attribute1 "attr76440") ) ) +(assert (myObject (attribute1 "attr76441") ) ) +(assert (myObject (attribute1 "attr76442") ) ) +(assert (myObject (attribute1 "attr76443") ) ) +(assert (myObject (attribute1 "attr76444") ) ) +(assert (myObject (attribute1 "attr76445") ) ) +(assert (myObject (attribute1 "attr76446") ) ) +(assert (myObject (attribute1 "attr76447") ) ) +(assert (myObject (attribute1 "attr76448") ) ) +(assert (myObject (attribute1 "attr76449") ) ) +(assert (myObject (attribute1 "attr76450") ) ) +(assert (myObject (attribute1 "attr76451") ) ) +(assert (myObject (attribute1 "attr76452") ) ) +(assert (myObject (attribute1 "attr76453") ) ) +(assert (myObject (attribute1 "attr76454") ) ) +(assert (myObject (attribute1 "attr76455") ) ) +(assert (myObject (attribute1 "attr76456") ) ) +(assert (myObject (attribute1 "attr76457") ) ) +(assert (myObject (attribute1 "attr76458") ) ) +(assert (myObject (attribute1 "attr76459") ) ) +(assert (myObject (attribute1 "attr76460") ) ) +(assert (myObject (attribute1 "attr76461") ) ) +(assert (myObject (attribute1 "attr76462") ) ) +(assert (myObject (attribute1 "attr76463") ) ) +(assert (myObject (attribute1 "attr76464") ) ) +(assert (myObject (attribute1 "attr76465") ) ) +(assert (myObject (attribute1 "attr76466") ) ) +(assert (myObject (attribute1 "attr76467") ) ) +(assert (myObject (attribute1 "attr76468") ) ) +(assert (myObject (attribute1 "attr76469") ) ) +(assert (myObject (attribute1 "attr76470") ) ) +(assert (myObject (attribute1 "attr76471") ) ) +(assert (myObject (attribute1 "attr76472") ) ) +(assert (myObject (attribute1 "attr76473") ) ) +(assert (myObject (attribute1 "attr76474") ) ) +(assert (myObject (attribute1 "attr76475") ) ) +(assert (myObject (attribute1 "attr76476") ) ) +(assert (myObject (attribute1 "attr76477") ) ) +(assert (myObject (attribute1 "attr76478") ) ) +(assert (myObject (attribute1 "attr76479") ) ) +(assert (myObject (attribute1 "attr76480") ) ) +(assert (myObject (attribute1 "attr76481") ) ) +(assert (myObject (attribute1 "attr76482") ) ) +(assert (myObject (attribute1 "attr76483") ) ) +(assert (myObject (attribute1 "attr76484") ) ) +(assert (myObject (attribute1 "attr76485") ) ) +(assert (myObject (attribute1 "attr76486") ) ) +(assert (myObject (attribute1 "attr76487") ) ) +(assert (myObject (attribute1 "attr76488") ) ) +(assert (myObject (attribute1 "attr76489") ) ) +(assert (myObject (attribute1 "attr76490") ) ) +(assert (myObject (attribute1 "attr76491") ) ) +(assert (myObject (attribute1 "attr76492") ) ) +(assert (myObject (attribute1 "attr76493") ) ) +(assert (myObject (attribute1 "attr76494") ) ) +(assert (myObject (attribute1 "attr76495") ) ) +(assert (myObject (attribute1 "attr76496") ) ) +(assert (myObject (attribute1 "attr76497") ) ) +(assert (myObject (attribute1 "attr76498") ) ) +(assert (myObject (attribute1 "attr76499") ) ) +(assert (myObject (attribute1 "attr76500") ) ) +(assert (myObject (attribute1 "attr76501") ) ) +(assert (myObject (attribute1 "attr76502") ) ) +(assert (myObject (attribute1 "attr76503") ) ) +(assert (myObject (attribute1 "attr76504") ) ) +(assert (myObject (attribute1 "attr76505") ) ) +(assert (myObject (attribute1 "attr76506") ) ) +(assert (myObject (attribute1 "attr76507") ) ) +(assert (myObject (attribute1 "attr76508") ) ) +(assert (myObject (attribute1 "attr76509") ) ) +(assert (myObject (attribute1 "attr76510") ) ) +(assert (myObject (attribute1 "attr76511") ) ) +(assert (myObject (attribute1 "attr76512") ) ) +(assert (myObject (attribute1 "attr76513") ) ) +(assert (myObject (attribute1 "attr76514") ) ) +(assert (myObject (attribute1 "attr76515") ) ) +(assert (myObject (attribute1 "attr76516") ) ) +(assert (myObject (attribute1 "attr76517") ) ) +(assert (myObject (attribute1 "attr76518") ) ) +(assert (myObject (attribute1 "attr76519") ) ) +(assert (myObject (attribute1 "attr76520") ) ) +(assert (myObject (attribute1 "attr76521") ) ) +(assert (myObject (attribute1 "attr76522") ) ) +(assert (myObject (attribute1 "attr76523") ) ) +(assert (myObject (attribute1 "attr76524") ) ) +(assert (myObject (attribute1 "attr76525") ) ) +(assert (myObject (attribute1 "attr76526") ) ) +(assert (myObject (attribute1 "attr76527") ) ) +(assert (myObject (attribute1 "attr76528") ) ) +(assert (myObject (attribute1 "attr76529") ) ) +(assert (myObject (attribute1 "attr76530") ) ) +(assert (myObject (attribute1 "attr76531") ) ) +(assert (myObject (attribute1 "attr76532") ) ) +(assert (myObject (attribute1 "attr76533") ) ) +(assert (myObject (attribute1 "attr76534") ) ) +(assert (myObject (attribute1 "attr76535") ) ) +(assert (myObject (attribute1 "attr76536") ) ) +(assert (myObject (attribute1 "attr76537") ) ) +(assert (myObject (attribute1 "attr76538") ) ) +(assert (myObject (attribute1 "attr76539") ) ) +(assert (myObject (attribute1 "attr76540") ) ) +(assert (myObject (attribute1 "attr76541") ) ) +(assert (myObject (attribute1 "attr76542") ) ) +(assert (myObject (attribute1 "attr76543") ) ) +(assert (myObject (attribute1 "attr76544") ) ) +(assert (myObject (attribute1 "attr76545") ) ) +(assert (myObject (attribute1 "attr76546") ) ) +(assert (myObject (attribute1 "attr76547") ) ) +(assert (myObject (attribute1 "attr76548") ) ) +(assert (myObject (attribute1 "attr76549") ) ) +(assert (myObject (attribute1 "attr76550") ) ) +(assert (myObject (attribute1 "attr76551") ) ) +(assert (myObject (attribute1 "attr76552") ) ) +(assert (myObject (attribute1 "attr76553") ) ) +(assert (myObject (attribute1 "attr76554") ) ) +(assert (myObject (attribute1 "attr76555") ) ) +(assert (myObject (attribute1 "attr76556") ) ) +(assert (myObject (attribute1 "attr76557") ) ) +(assert (myObject (attribute1 "attr76558") ) ) +(assert (myObject (attribute1 "attr76559") ) ) +(assert (myObject (attribute1 "attr76560") ) ) +(assert (myObject (attribute1 "attr76561") ) ) +(assert (myObject (attribute1 "attr76562") ) ) +(assert (myObject (attribute1 "attr76563") ) ) +(assert (myObject (attribute1 "attr76564") ) ) +(assert (myObject (attribute1 "attr76565") ) ) +(assert (myObject (attribute1 "attr76566") ) ) +(assert (myObject (attribute1 "attr76567") ) ) +(assert (myObject (attribute1 "attr76568") ) ) +(assert (myObject (attribute1 "attr76569") ) ) +(assert (myObject (attribute1 "attr76570") ) ) +(assert (myObject (attribute1 "attr76571") ) ) +(assert (myObject (attribute1 "attr76572") ) ) +(assert (myObject (attribute1 "attr76573") ) ) +(assert (myObject (attribute1 "attr76574") ) ) +(assert (myObject (attribute1 "attr76575") ) ) +(assert (myObject (attribute1 "attr76576") ) ) +(assert (myObject (attribute1 "attr76577") ) ) +(assert (myObject (attribute1 "attr76578") ) ) +(assert (myObject (attribute1 "attr76579") ) ) +(assert (myObject (attribute1 "attr76580") ) ) +(assert (myObject (attribute1 "attr76581") ) ) +(assert (myObject (attribute1 "attr76582") ) ) +(assert (myObject (attribute1 "attr76583") ) ) +(assert (myObject (attribute1 "attr76584") ) ) +(assert (myObject (attribute1 "attr76585") ) ) +(assert (myObject (attribute1 "attr76586") ) ) +(assert (myObject (attribute1 "attr76587") ) ) +(assert (myObject (attribute1 "attr76588") ) ) +(assert (myObject (attribute1 "attr76589") ) ) +(assert (myObject (attribute1 "attr76590") ) ) +(assert (myObject (attribute1 "attr76591") ) ) +(assert (myObject (attribute1 "attr76592") ) ) +(assert (myObject (attribute1 "attr76593") ) ) +(assert (myObject (attribute1 "attr76594") ) ) +(assert (myObject (attribute1 "attr76595") ) ) +(assert (myObject (attribute1 "attr76596") ) ) +(assert (myObject (attribute1 "attr76597") ) ) +(assert (myObject (attribute1 "attr76598") ) ) +(assert (myObject (attribute1 "attr76599") ) ) +(assert (myObject (attribute1 "attr76600") ) ) +(assert (myObject (attribute1 "attr76601") ) ) +(assert (myObject (attribute1 "attr76602") ) ) +(assert (myObject (attribute1 "attr76603") ) ) +(assert (myObject (attribute1 "attr76604") ) ) +(assert (myObject (attribute1 "attr76605") ) ) +(assert (myObject (attribute1 "attr76606") ) ) +(assert (myObject (attribute1 "attr76607") ) ) +(assert (myObject (attribute1 "attr76608") ) ) +(assert (myObject (attribute1 "attr76609") ) ) +(assert (myObject (attribute1 "attr76610") ) ) +(assert (myObject (attribute1 "attr76611") ) ) +(assert (myObject (attribute1 "attr76612") ) ) +(assert (myObject (attribute1 "attr76613") ) ) +(assert (myObject (attribute1 "attr76614") ) ) +(assert (myObject (attribute1 "attr76615") ) ) +(assert (myObject (attribute1 "attr76616") ) ) +(assert (myObject (attribute1 "attr76617") ) ) +(assert (myObject (attribute1 "attr76618") ) ) +(assert (myObject (attribute1 "attr76619") ) ) +(assert (myObject (attribute1 "attr76620") ) ) +(assert (myObject (attribute1 "attr76621") ) ) +(assert (myObject (attribute1 "attr76622") ) ) +(assert (myObject (attribute1 "attr76623") ) ) +(assert (myObject (attribute1 "attr76624") ) ) +(assert (myObject (attribute1 "attr76625") ) ) +(assert (myObject (attribute1 "attr76626") ) ) +(assert (myObject (attribute1 "attr76627") ) ) +(assert (myObject (attribute1 "attr76628") ) ) +(assert (myObject (attribute1 "attr76629") ) ) +(assert (myObject (attribute1 "attr76630") ) ) +(assert (myObject (attribute1 "attr76631") ) ) +(assert (myObject (attribute1 "attr76632") ) ) +(assert (myObject (attribute1 "attr76633") ) ) +(assert (myObject (attribute1 "attr76634") ) ) +(assert (myObject (attribute1 "attr76635") ) ) +(assert (myObject (attribute1 "attr76636") ) ) +(assert (myObject (attribute1 "attr76637") ) ) +(assert (myObject (attribute1 "attr76638") ) ) +(assert (myObject (attribute1 "attr76639") ) ) +(assert (myObject (attribute1 "attr76640") ) ) +(assert (myObject (attribute1 "attr76641") ) ) +(assert (myObject (attribute1 "attr76642") ) ) +(assert (myObject (attribute1 "attr76643") ) ) +(assert (myObject (attribute1 "attr76644") ) ) +(assert (myObject (attribute1 "attr76645") ) ) +(assert (myObject (attribute1 "attr76646") ) ) +(assert (myObject (attribute1 "attr76647") ) ) +(assert (myObject (attribute1 "attr76648") ) ) +(assert (myObject (attribute1 "attr76649") ) ) +(assert (myObject (attribute1 "attr76650") ) ) +(assert (myObject (attribute1 "attr76651") ) ) +(assert (myObject (attribute1 "attr76652") ) ) +(assert (myObject (attribute1 "attr76653") ) ) +(assert (myObject (attribute1 "attr76654") ) ) +(assert (myObject (attribute1 "attr76655") ) ) +(assert (myObject (attribute1 "attr76656") ) ) +(assert (myObject (attribute1 "attr76657") ) ) +(assert (myObject (attribute1 "attr76658") ) ) +(assert (myObject (attribute1 "attr76659") ) ) +(assert (myObject (attribute1 "attr76660") ) ) +(assert (myObject (attribute1 "attr76661") ) ) +(assert (myObject (attribute1 "attr76662") ) ) +(assert (myObject (attribute1 "attr76663") ) ) +(assert (myObject (attribute1 "attr76664") ) ) +(assert (myObject (attribute1 "attr76665") ) ) +(assert (myObject (attribute1 "attr76666") ) ) +(assert (myObject (attribute1 "attr76667") ) ) +(assert (myObject (attribute1 "attr76668") ) ) +(assert (myObject (attribute1 "attr76669") ) ) +(assert (myObject (attribute1 "attr76670") ) ) +(assert (myObject (attribute1 "attr76671") ) ) +(assert (myObject (attribute1 "attr76672") ) ) +(assert (myObject (attribute1 "attr76673") ) ) +(assert (myObject (attribute1 "attr76674") ) ) +(assert (myObject (attribute1 "attr76675") ) ) +(assert (myObject (attribute1 "attr76676") ) ) +(assert (myObject (attribute1 "attr76677") ) ) +(assert (myObject (attribute1 "attr76678") ) ) +(assert (myObject (attribute1 "attr76679") ) ) +(assert (myObject (attribute1 "attr76680") ) ) +(assert (myObject (attribute1 "attr76681") ) ) +(assert (myObject (attribute1 "attr76682") ) ) +(assert (myObject (attribute1 "attr76683") ) ) +(assert (myObject (attribute1 "attr76684") ) ) +(assert (myObject (attribute1 "attr76685") ) ) +(assert (myObject (attribute1 "attr76686") ) ) +(assert (myObject (attribute1 "attr76687") ) ) +(assert (myObject (attribute1 "attr76688") ) ) +(assert (myObject (attribute1 "attr76689") ) ) +(assert (myObject (attribute1 "attr76690") ) ) +(assert (myObject (attribute1 "attr76691") ) ) +(assert (myObject (attribute1 "attr76692") ) ) +(assert (myObject (attribute1 "attr76693") ) ) +(assert (myObject (attribute1 "attr76694") ) ) +(assert (myObject (attribute1 "attr76695") ) ) +(assert (myObject (attribute1 "attr76696") ) ) +(assert (myObject (attribute1 "attr76697") ) ) +(assert (myObject (attribute1 "attr76698") ) ) +(assert (myObject (attribute1 "attr76699") ) ) +(assert (myObject (attribute1 "attr76700") ) ) +(assert (myObject (attribute1 "attr76701") ) ) +(assert (myObject (attribute1 "attr76702") ) ) +(assert (myObject (attribute1 "attr76703") ) ) +(assert (myObject (attribute1 "attr76704") ) ) +(assert (myObject (attribute1 "attr76705") ) ) +(assert (myObject (attribute1 "attr76706") ) ) +(assert (myObject (attribute1 "attr76707") ) ) +(assert (myObject (attribute1 "attr76708") ) ) +(assert (myObject (attribute1 "attr76709") ) ) +(assert (myObject (attribute1 "attr76710") ) ) +(assert (myObject (attribute1 "attr76711") ) ) +(assert (myObject (attribute1 "attr76712") ) ) +(assert (myObject (attribute1 "attr76713") ) ) +(assert (myObject (attribute1 "attr76714") ) ) +(assert (myObject (attribute1 "attr76715") ) ) +(assert (myObject (attribute1 "attr76716") ) ) +(assert (myObject (attribute1 "attr76717") ) ) +(assert (myObject (attribute1 "attr76718") ) ) +(assert (myObject (attribute1 "attr76719") ) ) +(assert (myObject (attribute1 "attr76720") ) ) +(assert (myObject (attribute1 "attr76721") ) ) +(assert (myObject (attribute1 "attr76722") ) ) +(assert (myObject (attribute1 "attr76723") ) ) +(assert (myObject (attribute1 "attr76724") ) ) +(assert (myObject (attribute1 "attr76725") ) ) +(assert (myObject (attribute1 "attr76726") ) ) +(assert (myObject (attribute1 "attr76727") ) ) +(assert (myObject (attribute1 "attr76728") ) ) +(assert (myObject (attribute1 "attr76729") ) ) +(assert (myObject (attribute1 "attr76730") ) ) +(assert (myObject (attribute1 "attr76731") ) ) +(assert (myObject (attribute1 "attr76732") ) ) +(assert (myObject (attribute1 "attr76733") ) ) +(assert (myObject (attribute1 "attr76734") ) ) +(assert (myObject (attribute1 "attr76735") ) ) +(assert (myObject (attribute1 "attr76736") ) ) +(assert (myObject (attribute1 "attr76737") ) ) +(assert (myObject (attribute1 "attr76738") ) ) +(assert (myObject (attribute1 "attr76739") ) ) +(assert (myObject (attribute1 "attr76740") ) ) +(assert (myObject (attribute1 "attr76741") ) ) +(assert (myObject (attribute1 "attr76742") ) ) +(assert (myObject (attribute1 "attr76743") ) ) +(assert (myObject (attribute1 "attr76744") ) ) +(assert (myObject (attribute1 "attr76745") ) ) +(assert (myObject (attribute1 "attr76746") ) ) +(assert (myObject (attribute1 "attr76747") ) ) +(assert (myObject (attribute1 "attr76748") ) ) +(assert (myObject (attribute1 "attr76749") ) ) +(assert (myObject (attribute1 "attr76750") ) ) +(assert (myObject (attribute1 "attr76751") ) ) +(assert (myObject (attribute1 "attr76752") ) ) +(assert (myObject (attribute1 "attr76753") ) ) +(assert (myObject (attribute1 "attr76754") ) ) +(assert (myObject (attribute1 "attr76755") ) ) +(assert (myObject (attribute1 "attr76756") ) ) +(assert (myObject (attribute1 "attr76757") ) ) +(assert (myObject (attribute1 "attr76758") ) ) +(assert (myObject (attribute1 "attr76759") ) ) +(assert (myObject (attribute1 "attr76760") ) ) +(assert (myObject (attribute1 "attr76761") ) ) +(assert (myObject (attribute1 "attr76762") ) ) +(assert (myObject (attribute1 "attr76763") ) ) +(assert (myObject (attribute1 "attr76764") ) ) +(assert (myObject (attribute1 "attr76765") ) ) +(assert (myObject (attribute1 "attr76766") ) ) +(assert (myObject (attribute1 "attr76767") ) ) +(assert (myObject (attribute1 "attr76768") ) ) +(assert (myObject (attribute1 "attr76769") ) ) +(assert (myObject (attribute1 "attr76770") ) ) +(assert (myObject (attribute1 "attr76771") ) ) +(assert (myObject (attribute1 "attr76772") ) ) +(assert (myObject (attribute1 "attr76773") ) ) +(assert (myObject (attribute1 "attr76774") ) ) +(assert (myObject (attribute1 "attr76775") ) ) +(assert (myObject (attribute1 "attr76776") ) ) +(assert (myObject (attribute1 "attr76777") ) ) +(assert (myObject (attribute1 "attr76778") ) ) +(assert (myObject (attribute1 "attr76779") ) ) +(assert (myObject (attribute1 "attr76780") ) ) +(assert (myObject (attribute1 "attr76781") ) ) +(assert (myObject (attribute1 "attr76782") ) ) +(assert (myObject (attribute1 "attr76783") ) ) +(assert (myObject (attribute1 "attr76784") ) ) +(assert (myObject (attribute1 "attr76785") ) ) +(assert (myObject (attribute1 "attr76786") ) ) +(assert (myObject (attribute1 "attr76787") ) ) +(assert (myObject (attribute1 "attr76788") ) ) +(assert (myObject (attribute1 "attr76789") ) ) +(assert (myObject (attribute1 "attr76790") ) ) +(assert (myObject (attribute1 "attr76791") ) ) +(assert (myObject (attribute1 "attr76792") ) ) +(assert (myObject (attribute1 "attr76793") ) ) +(assert (myObject (attribute1 "attr76794") ) ) +(assert (myObject (attribute1 "attr76795") ) ) +(assert (myObject (attribute1 "attr76796") ) ) +(assert (myObject (attribute1 "attr76797") ) ) +(assert (myObject (attribute1 "attr76798") ) ) +(assert (myObject (attribute1 "attr76799") ) ) +(assert (myObject (attribute1 "attr76800") ) ) +(assert (myObject (attribute1 "attr76801") ) ) +(assert (myObject (attribute1 "attr76802") ) ) +(assert (myObject (attribute1 "attr76803") ) ) +(assert (myObject (attribute1 "attr76804") ) ) +(assert (myObject (attribute1 "attr76805") ) ) +(assert (myObject (attribute1 "attr76806") ) ) +(assert (myObject (attribute1 "attr76807") ) ) +(assert (myObject (attribute1 "attr76808") ) ) +(assert (myObject (attribute1 "attr76809") ) ) +(assert (myObject (attribute1 "attr76810") ) ) +(assert (myObject (attribute1 "attr76811") ) ) +(assert (myObject (attribute1 "attr76812") ) ) +(assert (myObject (attribute1 "attr76813") ) ) +(assert (myObject (attribute1 "attr76814") ) ) +(assert (myObject (attribute1 "attr76815") ) ) +(assert (myObject (attribute1 "attr76816") ) ) +(assert (myObject (attribute1 "attr76817") ) ) +(assert (myObject (attribute1 "attr76818") ) ) +(assert (myObject (attribute1 "attr76819") ) ) +(assert (myObject (attribute1 "attr76820") ) ) +(assert (myObject (attribute1 "attr76821") ) ) +(assert (myObject (attribute1 "attr76822") ) ) +(assert (myObject (attribute1 "attr76823") ) ) +(assert (myObject (attribute1 "attr76824") ) ) +(assert (myObject (attribute1 "attr76825") ) ) +(assert (myObject (attribute1 "attr76826") ) ) +(assert (myObject (attribute1 "attr76827") ) ) +(assert (myObject (attribute1 "attr76828") ) ) +(assert (myObject (attribute1 "attr76829") ) ) +(assert (myObject (attribute1 "attr76830") ) ) +(assert (myObject (attribute1 "attr76831") ) ) +(assert (myObject (attribute1 "attr76832") ) ) +(assert (myObject (attribute1 "attr76833") ) ) +(assert (myObject (attribute1 "attr76834") ) ) +(assert (myObject (attribute1 "attr76835") ) ) +(assert (myObject (attribute1 "attr76836") ) ) +(assert (myObject (attribute1 "attr76837") ) ) +(assert (myObject (attribute1 "attr76838") ) ) +(assert (myObject (attribute1 "attr76839") ) ) +(assert (myObject (attribute1 "attr76840") ) ) +(assert (myObject (attribute1 "attr76841") ) ) +(assert (myObject (attribute1 "attr76842") ) ) +(assert (myObject (attribute1 "attr76843") ) ) +(assert (myObject (attribute1 "attr76844") ) ) +(assert (myObject (attribute1 "attr76845") ) ) +(assert (myObject (attribute1 "attr76846") ) ) +(assert (myObject (attribute1 "attr76847") ) ) +(assert (myObject (attribute1 "attr76848") ) ) +(assert (myObject (attribute1 "attr76849") ) ) +(assert (myObject (attribute1 "attr76850") ) ) +(assert (myObject (attribute1 "attr76851") ) ) +(assert (myObject (attribute1 "attr76852") ) ) +(assert (myObject (attribute1 "attr76853") ) ) +(assert (myObject (attribute1 "attr76854") ) ) +(assert (myObject (attribute1 "attr76855") ) ) +(assert (myObject (attribute1 "attr76856") ) ) +(assert (myObject (attribute1 "attr76857") ) ) +(assert (myObject (attribute1 "attr76858") ) ) +(assert (myObject (attribute1 "attr76859") ) ) +(assert (myObject (attribute1 "attr76860") ) ) +(assert (myObject (attribute1 "attr76861") ) ) +(assert (myObject (attribute1 "attr76862") ) ) +(assert (myObject (attribute1 "attr76863") ) ) +(assert (myObject (attribute1 "attr76864") ) ) +(assert (myObject (attribute1 "attr76865") ) ) +(assert (myObject (attribute1 "attr76866") ) ) +(assert (myObject (attribute1 "attr76867") ) ) +(assert (myObject (attribute1 "attr76868") ) ) +(assert (myObject (attribute1 "attr76869") ) ) +(assert (myObject (attribute1 "attr76870") ) ) +(assert (myObject (attribute1 "attr76871") ) ) +(assert (myObject (attribute1 "attr76872") ) ) +(assert (myObject (attribute1 "attr76873") ) ) +(assert (myObject (attribute1 "attr76874") ) ) +(assert (myObject (attribute1 "attr76875") ) ) +(assert (myObject (attribute1 "attr76876") ) ) +(assert (myObject (attribute1 "attr76877") ) ) +(assert (myObject (attribute1 "attr76878") ) ) +(assert (myObject (attribute1 "attr76879") ) ) +(assert (myObject (attribute1 "attr76880") ) ) +(assert (myObject (attribute1 "attr76881") ) ) +(assert (myObject (attribute1 "attr76882") ) ) +(assert (myObject (attribute1 "attr76883") ) ) +(assert (myObject (attribute1 "attr76884") ) ) +(assert (myObject (attribute1 "attr76885") ) ) +(assert (myObject (attribute1 "attr76886") ) ) +(assert (myObject (attribute1 "attr76887") ) ) +(assert (myObject (attribute1 "attr76888") ) ) +(assert (myObject (attribute1 "attr76889") ) ) +(assert (myObject (attribute1 "attr76890") ) ) +(assert (myObject (attribute1 "attr76891") ) ) +(assert (myObject (attribute1 "attr76892") ) ) +(assert (myObject (attribute1 "attr76893") ) ) +(assert (myObject (attribute1 "attr76894") ) ) +(assert (myObject (attribute1 "attr76895") ) ) +(assert (myObject (attribute1 "attr76896") ) ) +(assert (myObject (attribute1 "attr76897") ) ) +(assert (myObject (attribute1 "attr76898") ) ) +(assert (myObject (attribute1 "attr76899") ) ) +(assert (myObject (attribute1 "attr76900") ) ) +(assert (myObject (attribute1 "attr76901") ) ) +(assert (myObject (attribute1 "attr76902") ) ) +(assert (myObject (attribute1 "attr76903") ) ) +(assert (myObject (attribute1 "attr76904") ) ) +(assert (myObject (attribute1 "attr76905") ) ) +(assert (myObject (attribute1 "attr76906") ) ) +(assert (myObject (attribute1 "attr76907") ) ) +(assert (myObject (attribute1 "attr76908") ) ) +(assert (myObject (attribute1 "attr76909") ) ) +(assert (myObject (attribute1 "attr76910") ) ) +(assert (myObject (attribute1 "attr76911") ) ) +(assert (myObject (attribute1 "attr76912") ) ) +(assert (myObject (attribute1 "attr76913") ) ) +(assert (myObject (attribute1 "attr76914") ) ) +(assert (myObject (attribute1 "attr76915") ) ) +(assert (myObject (attribute1 "attr76916") ) ) +(assert (myObject (attribute1 "attr76917") ) ) +(assert (myObject (attribute1 "attr76918") ) ) +(assert (myObject (attribute1 "attr76919") ) ) +(assert (myObject (attribute1 "attr76920") ) ) +(assert (myObject (attribute1 "attr76921") ) ) +(assert (myObject (attribute1 "attr76922") ) ) +(assert (myObject (attribute1 "attr76923") ) ) +(assert (myObject (attribute1 "attr76924") ) ) +(assert (myObject (attribute1 "attr76925") ) ) +(assert (myObject (attribute1 "attr76926") ) ) +(assert (myObject (attribute1 "attr76927") ) ) +(assert (myObject (attribute1 "attr76928") ) ) +(assert (myObject (attribute1 "attr76929") ) ) +(assert (myObject (attribute1 "attr76930") ) ) +(assert (myObject (attribute1 "attr76931") ) ) +(assert (myObject (attribute1 "attr76932") ) ) +(assert (myObject (attribute1 "attr76933") ) ) +(assert (myObject (attribute1 "attr76934") ) ) +(assert (myObject (attribute1 "attr76935") ) ) +(assert (myObject (attribute1 "attr76936") ) ) +(assert (myObject (attribute1 "attr76937") ) ) +(assert (myObject (attribute1 "attr76938") ) ) +(assert (myObject (attribute1 "attr76939") ) ) +(assert (myObject (attribute1 "attr76940") ) ) +(assert (myObject (attribute1 "attr76941") ) ) +(assert (myObject (attribute1 "attr76942") ) ) +(assert (myObject (attribute1 "attr76943") ) ) +(assert (myObject (attribute1 "attr76944") ) ) +(assert (myObject (attribute1 "attr76945") ) ) +(assert (myObject (attribute1 "attr76946") ) ) +(assert (myObject (attribute1 "attr76947") ) ) +(assert (myObject (attribute1 "attr76948") ) ) +(assert (myObject (attribute1 "attr76949") ) ) +(assert (myObject (attribute1 "attr76950") ) ) +(assert (myObject (attribute1 "attr76951") ) ) +(assert (myObject (attribute1 "attr76952") ) ) +(assert (myObject (attribute1 "attr76953") ) ) +(assert (myObject (attribute1 "attr76954") ) ) +(assert (myObject (attribute1 "attr76955") ) ) +(assert (myObject (attribute1 "attr76956") ) ) +(assert (myObject (attribute1 "attr76957") ) ) +(assert (myObject (attribute1 "attr76958") ) ) +(assert (myObject (attribute1 "attr76959") ) ) +(assert (myObject (attribute1 "attr76960") ) ) +(assert (myObject (attribute1 "attr76961") ) ) +(assert (myObject (attribute1 "attr76962") ) ) +(assert (myObject (attribute1 "attr76963") ) ) +(assert (myObject (attribute1 "attr76964") ) ) +(assert (myObject (attribute1 "attr76965") ) ) +(assert (myObject (attribute1 "attr76966") ) ) +(assert (myObject (attribute1 "attr76967") ) ) +(assert (myObject (attribute1 "attr76968") ) ) +(assert (myObject (attribute1 "attr76969") ) ) +(assert (myObject (attribute1 "attr76970") ) ) +(assert (myObject (attribute1 "attr76971") ) ) +(assert (myObject (attribute1 "attr76972") ) ) +(assert (myObject (attribute1 "attr76973") ) ) +(assert (myObject (attribute1 "attr76974") ) ) +(assert (myObject (attribute1 "attr76975") ) ) +(assert (myObject (attribute1 "attr76976") ) ) +(assert (myObject (attribute1 "attr76977") ) ) +(assert (myObject (attribute1 "attr76978") ) ) +(assert (myObject (attribute1 "attr76979") ) ) +(assert (myObject (attribute1 "attr76980") ) ) +(assert (myObject (attribute1 "attr76981") ) ) +(assert (myObject (attribute1 "attr76982") ) ) +(assert (myObject (attribute1 "attr76983") ) ) +(assert (myObject (attribute1 "attr76984") ) ) +(assert (myObject (attribute1 "attr76985") ) ) +(assert (myObject (attribute1 "attr76986") ) ) +(assert (myObject (attribute1 "attr76987") ) ) +(assert (myObject (attribute1 "attr76988") ) ) +(assert (myObject (attribute1 "attr76989") ) ) +(assert (myObject (attribute1 "attr76990") ) ) +(assert (myObject (attribute1 "attr76991") ) ) +(assert (myObject (attribute1 "attr76992") ) ) +(assert (myObject (attribute1 "attr76993") ) ) +(assert (myObject (attribute1 "attr76994") ) ) +(assert (myObject (attribute1 "attr76995") ) ) +(assert (myObject (attribute1 "attr76996") ) ) +(assert (myObject (attribute1 "attr76997") ) ) +(assert (myObject (attribute1 "attr76998") ) ) +(assert (myObject (attribute1 "attr76999") ) ) +(assert (myObject (attribute1 "attr77000") ) ) +(assert (myObject (attribute1 "attr77001") ) ) +(assert (myObject (attribute1 "attr77002") ) ) +(assert (myObject (attribute1 "attr77003") ) ) +(assert (myObject (attribute1 "attr77004") ) ) +(assert (myObject (attribute1 "attr77005") ) ) +(assert (myObject (attribute1 "attr77006") ) ) +(assert (myObject (attribute1 "attr77007") ) ) +(assert (myObject (attribute1 "attr77008") ) ) +(assert (myObject (attribute1 "attr77009") ) ) +(assert (myObject (attribute1 "attr77010") ) ) +(assert (myObject (attribute1 "attr77011") ) ) +(assert (myObject (attribute1 "attr77012") ) ) +(assert (myObject (attribute1 "attr77013") ) ) +(assert (myObject (attribute1 "attr77014") ) ) +(assert (myObject (attribute1 "attr77015") ) ) +(assert (myObject (attribute1 "attr77016") ) ) +(assert (myObject (attribute1 "attr77017") ) ) +(assert (myObject (attribute1 "attr77018") ) ) +(assert (myObject (attribute1 "attr77019") ) ) +(assert (myObject (attribute1 "attr77020") ) ) +(assert (myObject (attribute1 "attr77021") ) ) +(assert (myObject (attribute1 "attr77022") ) ) +(assert (myObject (attribute1 "attr77023") ) ) +(assert (myObject (attribute1 "attr77024") ) ) +(assert (myObject (attribute1 "attr77025") ) ) +(assert (myObject (attribute1 "attr77026") ) ) +(assert (myObject (attribute1 "attr77027") ) ) +(assert (myObject (attribute1 "attr77028") ) ) +(assert (myObject (attribute1 "attr77029") ) ) +(assert (myObject (attribute1 "attr77030") ) ) +(assert (myObject (attribute1 "attr77031") ) ) +(assert (myObject (attribute1 "attr77032") ) ) +(assert (myObject (attribute1 "attr77033") ) ) +(assert (myObject (attribute1 "attr77034") ) ) +(assert (myObject (attribute1 "attr77035") ) ) +(assert (myObject (attribute1 "attr77036") ) ) +(assert (myObject (attribute1 "attr77037") ) ) +(assert (myObject (attribute1 "attr77038") ) ) +(assert (myObject (attribute1 "attr77039") ) ) +(assert (myObject (attribute1 "attr77040") ) ) +(assert (myObject (attribute1 "attr77041") ) ) +(assert (myObject (attribute1 "attr77042") ) ) +(assert (myObject (attribute1 "attr77043") ) ) +(assert (myObject (attribute1 "attr77044") ) ) +(assert (myObject (attribute1 "attr77045") ) ) +(assert (myObject (attribute1 "attr77046") ) ) +(assert (myObject (attribute1 "attr77047") ) ) +(assert (myObject (attribute1 "attr77048") ) ) +(assert (myObject (attribute1 "attr77049") ) ) +(assert (myObject (attribute1 "attr77050") ) ) +(assert (myObject (attribute1 "attr77051") ) ) +(assert (myObject (attribute1 "attr77052") ) ) +(assert (myObject (attribute1 "attr77053") ) ) +(assert (myObject (attribute1 "attr77054") ) ) +(assert (myObject (attribute1 "attr77055") ) ) +(assert (myObject (attribute1 "attr77056") ) ) +(assert (myObject (attribute1 "attr77057") ) ) +(assert (myObject (attribute1 "attr77058") ) ) +(assert (myObject (attribute1 "attr77059") ) ) +(assert (myObject (attribute1 "attr77060") ) ) +(assert (myObject (attribute1 "attr77061") ) ) +(assert (myObject (attribute1 "attr77062") ) ) +(assert (myObject (attribute1 "attr77063") ) ) +(assert (myObject (attribute1 "attr77064") ) ) +(assert (myObject (attribute1 "attr77065") ) ) +(assert (myObject (attribute1 "attr77066") ) ) +(assert (myObject (attribute1 "attr77067") ) ) +(assert (myObject (attribute1 "attr77068") ) ) +(assert (myObject (attribute1 "attr77069") ) ) +(assert (myObject (attribute1 "attr77070") ) ) +(assert (myObject (attribute1 "attr77071") ) ) +(assert (myObject (attribute1 "attr77072") ) ) +(assert (myObject (attribute1 "attr77073") ) ) +(assert (myObject (attribute1 "attr77074") ) ) +(assert (myObject (attribute1 "attr77075") ) ) +(assert (myObject (attribute1 "attr77076") ) ) +(assert (myObject (attribute1 "attr77077") ) ) +(assert (myObject (attribute1 "attr77078") ) ) +(assert (myObject (attribute1 "attr77079") ) ) +(assert (myObject (attribute1 "attr77080") ) ) +(assert (myObject (attribute1 "attr77081") ) ) +(assert (myObject (attribute1 "attr77082") ) ) +(assert (myObject (attribute1 "attr77083") ) ) +(assert (myObject (attribute1 "attr77084") ) ) +(assert (myObject (attribute1 "attr77085") ) ) +(assert (myObject (attribute1 "attr77086") ) ) +(assert (myObject (attribute1 "attr77087") ) ) +(assert (myObject (attribute1 "attr77088") ) ) +(assert (myObject (attribute1 "attr77089") ) ) +(assert (myObject (attribute1 "attr77090") ) ) +(assert (myObject (attribute1 "attr77091") ) ) +(assert (myObject (attribute1 "attr77092") ) ) +(assert (myObject (attribute1 "attr77093") ) ) +(assert (myObject (attribute1 "attr77094") ) ) +(assert (myObject (attribute1 "attr77095") ) ) +(assert (myObject (attribute1 "attr77096") ) ) +(assert (myObject (attribute1 "attr77097") ) ) +(assert (myObject (attribute1 "attr77098") ) ) +(assert (myObject (attribute1 "attr77099") ) ) +(assert (myObject (attribute1 "attr77100") ) ) +(assert (myObject (attribute1 "attr77101") ) ) +(assert (myObject (attribute1 "attr77102") ) ) +(assert (myObject (attribute1 "attr77103") ) ) +(assert (myObject (attribute1 "attr77104") ) ) +(assert (myObject (attribute1 "attr77105") ) ) +(assert (myObject (attribute1 "attr77106") ) ) +(assert (myObject (attribute1 "attr77107") ) ) +(assert (myObject (attribute1 "attr77108") ) ) +(assert (myObject (attribute1 "attr77109") ) ) +(assert (myObject (attribute1 "attr77110") ) ) +(assert (myObject (attribute1 "attr77111") ) ) +(assert (myObject (attribute1 "attr77112") ) ) +(assert (myObject (attribute1 "attr77113") ) ) +(assert (myObject (attribute1 "attr77114") ) ) +(assert (myObject (attribute1 "attr77115") ) ) +(assert (myObject (attribute1 "attr77116") ) ) +(assert (myObject (attribute1 "attr77117") ) ) +(assert (myObject (attribute1 "attr77118") ) ) +(assert (myObject (attribute1 "attr77119") ) ) +(assert (myObject (attribute1 "attr77120") ) ) +(assert (myObject (attribute1 "attr77121") ) ) +(assert (myObject (attribute1 "attr77122") ) ) +(assert (myObject (attribute1 "attr77123") ) ) +(assert (myObject (attribute1 "attr77124") ) ) +(assert (myObject (attribute1 "attr77125") ) ) +(assert (myObject (attribute1 "attr77126") ) ) +(assert (myObject (attribute1 "attr77127") ) ) +(assert (myObject (attribute1 "attr77128") ) ) +(assert (myObject (attribute1 "attr77129") ) ) +(assert (myObject (attribute1 "attr77130") ) ) +(assert (myObject (attribute1 "attr77131") ) ) +(assert (myObject (attribute1 "attr77132") ) ) +(assert (myObject (attribute1 "attr77133") ) ) +(assert (myObject (attribute1 "attr77134") ) ) +(assert (myObject (attribute1 "attr77135") ) ) +(assert (myObject (attribute1 "attr77136") ) ) +(assert (myObject (attribute1 "attr77137") ) ) +(assert (myObject (attribute1 "attr77138") ) ) +(assert (myObject (attribute1 "attr77139") ) ) +(assert (myObject (attribute1 "attr77140") ) ) +(assert (myObject (attribute1 "attr77141") ) ) +(assert (myObject (attribute1 "attr77142") ) ) +(assert (myObject (attribute1 "attr77143") ) ) +(assert (myObject (attribute1 "attr77144") ) ) +(assert (myObject (attribute1 "attr77145") ) ) +(assert (myObject (attribute1 "attr77146") ) ) +(assert (myObject (attribute1 "attr77147") ) ) +(assert (myObject (attribute1 "attr77148") ) ) +(assert (myObject (attribute1 "attr77149") ) ) +(assert (myObject (attribute1 "attr77150") ) ) +(assert (myObject (attribute1 "attr77151") ) ) +(assert (myObject (attribute1 "attr77152") ) ) +(assert (myObject (attribute1 "attr77153") ) ) +(assert (myObject (attribute1 "attr77154") ) ) +(assert (myObject (attribute1 "attr77155") ) ) +(assert (myObject (attribute1 "attr77156") ) ) +(assert (myObject (attribute1 "attr77157") ) ) +(assert (myObject (attribute1 "attr77158") ) ) +(assert (myObject (attribute1 "attr77159") ) ) +(assert (myObject (attribute1 "attr77160") ) ) +(assert (myObject (attribute1 "attr77161") ) ) +(assert (myObject (attribute1 "attr77162") ) ) +(assert (myObject (attribute1 "attr77163") ) ) +(assert (myObject (attribute1 "attr77164") ) ) +(assert (myObject (attribute1 "attr77165") ) ) +(assert (myObject (attribute1 "attr77166") ) ) +(assert (myObject (attribute1 "attr77167") ) ) +(assert (myObject (attribute1 "attr77168") ) ) +(assert (myObject (attribute1 "attr77169") ) ) +(assert (myObject (attribute1 "attr77170") ) ) +(assert (myObject (attribute1 "attr77171") ) ) +(assert (myObject (attribute1 "attr77172") ) ) +(assert (myObject (attribute1 "attr77173") ) ) +(assert (myObject (attribute1 "attr77174") ) ) +(assert (myObject (attribute1 "attr77175") ) ) +(assert (myObject (attribute1 "attr77176") ) ) +(assert (myObject (attribute1 "attr77177") ) ) +(assert (myObject (attribute1 "attr77178") ) ) +(assert (myObject (attribute1 "attr77179") ) ) +(assert (myObject (attribute1 "attr77180") ) ) +(assert (myObject (attribute1 "attr77181") ) ) +(assert (myObject (attribute1 "attr77182") ) ) +(assert (myObject (attribute1 "attr77183") ) ) +(assert (myObject (attribute1 "attr77184") ) ) +(assert (myObject (attribute1 "attr77185") ) ) +(assert (myObject (attribute1 "attr77186") ) ) +(assert (myObject (attribute1 "attr77187") ) ) +(assert (myObject (attribute1 "attr77188") ) ) +(assert (myObject (attribute1 "attr77189") ) ) +(assert (myObject (attribute1 "attr77190") ) ) +(assert (myObject (attribute1 "attr77191") ) ) +(assert (myObject (attribute1 "attr77192") ) ) +(assert (myObject (attribute1 "attr77193") ) ) +(assert (myObject (attribute1 "attr77194") ) ) +(assert (myObject (attribute1 "attr77195") ) ) +(assert (myObject (attribute1 "attr77196") ) ) +(assert (myObject (attribute1 "attr77197") ) ) +(assert (myObject (attribute1 "attr77198") ) ) +(assert (myObject (attribute1 "attr77199") ) ) +(assert (myObject (attribute1 "attr77200") ) ) +(assert (myObject (attribute1 "attr77201") ) ) +(assert (myObject (attribute1 "attr77202") ) ) +(assert (myObject (attribute1 "attr77203") ) ) +(assert (myObject (attribute1 "attr77204") ) ) +(assert (myObject (attribute1 "attr77205") ) ) +(assert (myObject (attribute1 "attr77206") ) ) +(assert (myObject (attribute1 "attr77207") ) ) +(assert (myObject (attribute1 "attr77208") ) ) +(assert (myObject (attribute1 "attr77209") ) ) +(assert (myObject (attribute1 "attr77210") ) ) +(assert (myObject (attribute1 "attr77211") ) ) +(assert (myObject (attribute1 "attr77212") ) ) +(assert (myObject (attribute1 "attr77213") ) ) +(assert (myObject (attribute1 "attr77214") ) ) +(assert (myObject (attribute1 "attr77215") ) ) +(assert (myObject (attribute1 "attr77216") ) ) +(assert (myObject (attribute1 "attr77217") ) ) +(assert (myObject (attribute1 "attr77218") ) ) +(assert (myObject (attribute1 "attr77219") ) ) +(assert (myObject (attribute1 "attr77220") ) ) +(assert (myObject (attribute1 "attr77221") ) ) +(assert (myObject (attribute1 "attr77222") ) ) +(assert (myObject (attribute1 "attr77223") ) ) +(assert (myObject (attribute1 "attr77224") ) ) +(assert (myObject (attribute1 "attr77225") ) ) +(assert (myObject (attribute1 "attr77226") ) ) +(assert (myObject (attribute1 "attr77227") ) ) +(assert (myObject (attribute1 "attr77228") ) ) +(assert (myObject (attribute1 "attr77229") ) ) +(assert (myObject (attribute1 "attr77230") ) ) +(assert (myObject (attribute1 "attr77231") ) ) +(assert (myObject (attribute1 "attr77232") ) ) +(assert (myObject (attribute1 "attr77233") ) ) +(assert (myObject (attribute1 "attr77234") ) ) +(assert (myObject (attribute1 "attr77235") ) ) +(assert (myObject (attribute1 "attr77236") ) ) +(assert (myObject (attribute1 "attr77237") ) ) +(assert (myObject (attribute1 "attr77238") ) ) +(assert (myObject (attribute1 "attr77239") ) ) +(assert (myObject (attribute1 "attr77240") ) ) +(assert (myObject (attribute1 "attr77241") ) ) +(assert (myObject (attribute1 "attr77242") ) ) +(assert (myObject (attribute1 "attr77243") ) ) +(assert (myObject (attribute1 "attr77244") ) ) +(assert (myObject (attribute1 "attr77245") ) ) +(assert (myObject (attribute1 "attr77246") ) ) +(assert (myObject (attribute1 "attr77247") ) ) +(assert (myObject (attribute1 "attr77248") ) ) +(assert (myObject (attribute1 "attr77249") ) ) +(assert (myObject (attribute1 "attr77250") ) ) +(assert (myObject (attribute1 "attr77251") ) ) +(assert (myObject (attribute1 "attr77252") ) ) +(assert (myObject (attribute1 "attr77253") ) ) +(assert (myObject (attribute1 "attr77254") ) ) +(assert (myObject (attribute1 "attr77255") ) ) +(assert (myObject (attribute1 "attr77256") ) ) +(assert (myObject (attribute1 "attr77257") ) ) +(assert (myObject (attribute1 "attr77258") ) ) +(assert (myObject (attribute1 "attr77259") ) ) +(assert (myObject (attribute1 "attr77260") ) ) +(assert (myObject (attribute1 "attr77261") ) ) +(assert (myObject (attribute1 "attr77262") ) ) +(assert (myObject (attribute1 "attr77263") ) ) +(assert (myObject (attribute1 "attr77264") ) ) +(assert (myObject (attribute1 "attr77265") ) ) +(assert (myObject (attribute1 "attr77266") ) ) +(assert (myObject (attribute1 "attr77267") ) ) +(assert (myObject (attribute1 "attr77268") ) ) +(assert (myObject (attribute1 "attr77269") ) ) +(assert (myObject (attribute1 "attr77270") ) ) +(assert (myObject (attribute1 "attr77271") ) ) +(assert (myObject (attribute1 "attr77272") ) ) +(assert (myObject (attribute1 "attr77273") ) ) +(assert (myObject (attribute1 "attr77274") ) ) +(assert (myObject (attribute1 "attr77275") ) ) +(assert (myObject (attribute1 "attr77276") ) ) +(assert (myObject (attribute1 "attr77277") ) ) +(assert (myObject (attribute1 "attr77278") ) ) +(assert (myObject (attribute1 "attr77279") ) ) +(assert (myObject (attribute1 "attr77280") ) ) +(assert (myObject (attribute1 "attr77281") ) ) +(assert (myObject (attribute1 "attr77282") ) ) +(assert (myObject (attribute1 "attr77283") ) ) +(assert (myObject (attribute1 "attr77284") ) ) +(assert (myObject (attribute1 "attr77285") ) ) +(assert (myObject (attribute1 "attr77286") ) ) +(assert (myObject (attribute1 "attr77287") ) ) +(assert (myObject (attribute1 "attr77288") ) ) +(assert (myObject (attribute1 "attr77289") ) ) +(assert (myObject (attribute1 "attr77290") ) ) +(assert (myObject (attribute1 "attr77291") ) ) +(assert (myObject (attribute1 "attr77292") ) ) +(assert (myObject (attribute1 "attr77293") ) ) +(assert (myObject (attribute1 "attr77294") ) ) +(assert (myObject (attribute1 "attr77295") ) ) +(assert (myObject (attribute1 "attr77296") ) ) +(assert (myObject (attribute1 "attr77297") ) ) +(assert (myObject (attribute1 "attr77298") ) ) +(assert (myObject (attribute1 "attr77299") ) ) +(assert (myObject (attribute1 "attr77300") ) ) +(assert (myObject (attribute1 "attr77301") ) ) +(assert (myObject (attribute1 "attr77302") ) ) +(assert (myObject (attribute1 "attr77303") ) ) +(assert (myObject (attribute1 "attr77304") ) ) +(assert (myObject (attribute1 "attr77305") ) ) +(assert (myObject (attribute1 "attr77306") ) ) +(assert (myObject (attribute1 "attr77307") ) ) +(assert (myObject (attribute1 "attr77308") ) ) +(assert (myObject (attribute1 "attr77309") ) ) +(assert (myObject (attribute1 "attr77310") ) ) +(assert (myObject (attribute1 "attr77311") ) ) +(assert (myObject (attribute1 "attr77312") ) ) +(assert (myObject (attribute1 "attr77313") ) ) +(assert (myObject (attribute1 "attr77314") ) ) +(assert (myObject (attribute1 "attr77315") ) ) +(assert (myObject (attribute1 "attr77316") ) ) +(assert (myObject (attribute1 "attr77317") ) ) +(assert (myObject (attribute1 "attr77318") ) ) +(assert (myObject (attribute1 "attr77319") ) ) +(assert (myObject (attribute1 "attr77320") ) ) +(assert (myObject (attribute1 "attr77321") ) ) +(assert (myObject (attribute1 "attr77322") ) ) +(assert (myObject (attribute1 "attr77323") ) ) +(assert (myObject (attribute1 "attr77324") ) ) +(assert (myObject (attribute1 "attr77325") ) ) +(assert (myObject (attribute1 "attr77326") ) ) +(assert (myObject (attribute1 "attr77327") ) ) +(assert (myObject (attribute1 "attr77328") ) ) +(assert (myObject (attribute1 "attr77329") ) ) +(assert (myObject (attribute1 "attr77330") ) ) +(assert (myObject (attribute1 "attr77331") ) ) +(assert (myObject (attribute1 "attr77332") ) ) +(assert (myObject (attribute1 "attr77333") ) ) +(assert (myObject (attribute1 "attr77334") ) ) +(assert (myObject (attribute1 "attr77335") ) ) +(assert (myObject (attribute1 "attr77336") ) ) +(assert (myObject (attribute1 "attr77337") ) ) +(assert (myObject (attribute1 "attr77338") ) ) +(assert (myObject (attribute1 "attr77339") ) ) +(assert (myObject (attribute1 "attr77340") ) ) +(assert (myObject (attribute1 "attr77341") ) ) +(assert (myObject (attribute1 "attr77342") ) ) +(assert (myObject (attribute1 "attr77343") ) ) +(assert (myObject (attribute1 "attr77344") ) ) +(assert (myObject (attribute1 "attr77345") ) ) +(assert (myObject (attribute1 "attr77346") ) ) +(assert (myObject (attribute1 "attr77347") ) ) +(assert (myObject (attribute1 "attr77348") ) ) +(assert (myObject (attribute1 "attr77349") ) ) +(assert (myObject (attribute1 "attr77350") ) ) +(assert (myObject (attribute1 "attr77351") ) ) +(assert (myObject (attribute1 "attr77352") ) ) +(assert (myObject (attribute1 "attr77353") ) ) +(assert (myObject (attribute1 "attr77354") ) ) +(assert (myObject (attribute1 "attr77355") ) ) +(assert (myObject (attribute1 "attr77356") ) ) +(assert (myObject (attribute1 "attr77357") ) ) +(assert (myObject (attribute1 "attr77358") ) ) +(assert (myObject (attribute1 "attr77359") ) ) +(assert (myObject (attribute1 "attr77360") ) ) +(assert (myObject (attribute1 "attr77361") ) ) +(assert (myObject (attribute1 "attr77362") ) ) +(assert (myObject (attribute1 "attr77363") ) ) +(assert (myObject (attribute1 "attr77364") ) ) +(assert (myObject (attribute1 "attr77365") ) ) +(assert (myObject (attribute1 "attr77366") ) ) +(assert (myObject (attribute1 "attr77367") ) ) +(assert (myObject (attribute1 "attr77368") ) ) +(assert (myObject (attribute1 "attr77369") ) ) +(assert (myObject (attribute1 "attr77370") ) ) +(assert (myObject (attribute1 "attr77371") ) ) +(assert (myObject (attribute1 "attr77372") ) ) +(assert (myObject (attribute1 "attr77373") ) ) +(assert (myObject (attribute1 "attr77374") ) ) +(assert (myObject (attribute1 "attr77375") ) ) +(assert (myObject (attribute1 "attr77376") ) ) +(assert (myObject (attribute1 "attr77377") ) ) +(assert (myObject (attribute1 "attr77378") ) ) +(assert (myObject (attribute1 "attr77379") ) ) +(assert (myObject (attribute1 "attr77380") ) ) +(assert (myObject (attribute1 "attr77381") ) ) +(assert (myObject (attribute1 "attr77382") ) ) +(assert (myObject (attribute1 "attr77383") ) ) +(assert (myObject (attribute1 "attr77384") ) ) +(assert (myObject (attribute1 "attr77385") ) ) +(assert (myObject (attribute1 "attr77386") ) ) +(assert (myObject (attribute1 "attr77387") ) ) +(assert (myObject (attribute1 "attr77388") ) ) +(assert (myObject (attribute1 "attr77389") ) ) +(assert (myObject (attribute1 "attr77390") ) ) +(assert (myObject (attribute1 "attr77391") ) ) +(assert (myObject (attribute1 "attr77392") ) ) +(assert (myObject (attribute1 "attr77393") ) ) +(assert (myObject (attribute1 "attr77394") ) ) +(assert (myObject (attribute1 "attr77395") ) ) +(assert (myObject (attribute1 "attr77396") ) ) +(assert (myObject (attribute1 "attr77397") ) ) +(assert (myObject (attribute1 "attr77398") ) ) +(assert (myObject (attribute1 "attr77399") ) ) +(assert (myObject (attribute1 "attr77400") ) ) +(assert (myObject (attribute1 "attr77401") ) ) +(assert (myObject (attribute1 "attr77402") ) ) +(assert (myObject (attribute1 "attr77403") ) ) +(assert (myObject (attribute1 "attr77404") ) ) +(assert (myObject (attribute1 "attr77405") ) ) +(assert (myObject (attribute1 "attr77406") ) ) +(assert (myObject (attribute1 "attr77407") ) ) +(assert (myObject (attribute1 "attr77408") ) ) +(assert (myObject (attribute1 "attr77409") ) ) +(assert (myObject (attribute1 "attr77410") ) ) +(assert (myObject (attribute1 "attr77411") ) ) +(assert (myObject (attribute1 "attr77412") ) ) +(assert (myObject (attribute1 "attr77413") ) ) +(assert (myObject (attribute1 "attr77414") ) ) +(assert (myObject (attribute1 "attr77415") ) ) +(assert (myObject (attribute1 "attr77416") ) ) +(assert (myObject (attribute1 "attr77417") ) ) +(assert (myObject (attribute1 "attr77418") ) ) +(assert (myObject (attribute1 "attr77419") ) ) +(assert (myObject (attribute1 "attr77420") ) ) +(assert (myObject (attribute1 "attr77421") ) ) +(assert (myObject (attribute1 "attr77422") ) ) +(assert (myObject (attribute1 "attr77423") ) ) +(assert (myObject (attribute1 "attr77424") ) ) +(assert (myObject (attribute1 "attr77425") ) ) +(assert (myObject (attribute1 "attr77426") ) ) +(assert (myObject (attribute1 "attr77427") ) ) +(assert (myObject (attribute1 "attr77428") ) ) +(assert (myObject (attribute1 "attr77429") ) ) +(assert (myObject (attribute1 "attr77430") ) ) +(assert (myObject (attribute1 "attr77431") ) ) +(assert (myObject (attribute1 "attr77432") ) ) +(assert (myObject (attribute1 "attr77433") ) ) +(assert (myObject (attribute1 "attr77434") ) ) +(assert (myObject (attribute1 "attr77435") ) ) +(assert (myObject (attribute1 "attr77436") ) ) +(assert (myObject (attribute1 "attr77437") ) ) +(assert (myObject (attribute1 "attr77438") ) ) +(assert (myObject (attribute1 "attr77439") ) ) +(assert (myObject (attribute1 "attr77440") ) ) +(assert (myObject (attribute1 "attr77441") ) ) +(assert (myObject (attribute1 "attr77442") ) ) +(assert (myObject (attribute1 "attr77443") ) ) +(assert (myObject (attribute1 "attr77444") ) ) +(assert (myObject (attribute1 "attr77445") ) ) +(assert (myObject (attribute1 "attr77446") ) ) +(assert (myObject (attribute1 "attr77447") ) ) +(assert (myObject (attribute1 "attr77448") ) ) +(assert (myObject (attribute1 "attr77449") ) ) +(assert (myObject (attribute1 "attr77450") ) ) +(assert (myObject (attribute1 "attr77451") ) ) +(assert (myObject (attribute1 "attr77452") ) ) +(assert (myObject (attribute1 "attr77453") ) ) +(assert (myObject (attribute1 "attr77454") ) ) +(assert (myObject (attribute1 "attr77455") ) ) +(assert (myObject (attribute1 "attr77456") ) ) +(assert (myObject (attribute1 "attr77457") ) ) +(assert (myObject (attribute1 "attr77458") ) ) +(assert (myObject (attribute1 "attr77459") ) ) +(assert (myObject (attribute1 "attr77460") ) ) +(assert (myObject (attribute1 "attr77461") ) ) +(assert (myObject (attribute1 "attr77462") ) ) +(assert (myObject (attribute1 "attr77463") ) ) +(assert (myObject (attribute1 "attr77464") ) ) +(assert (myObject (attribute1 "attr77465") ) ) +(assert (myObject (attribute1 "attr77466") ) ) +(assert (myObject (attribute1 "attr77467") ) ) +(assert (myObject (attribute1 "attr77468") ) ) +(assert (myObject (attribute1 "attr77469") ) ) +(assert (myObject (attribute1 "attr77470") ) ) +(assert (myObject (attribute1 "attr77471") ) ) +(assert (myObject (attribute1 "attr77472") ) ) +(assert (myObject (attribute1 "attr77473") ) ) +(assert (myObject (attribute1 "attr77474") ) ) +(assert (myObject (attribute1 "attr77475") ) ) +(assert (myObject (attribute1 "attr77476") ) ) +(assert (myObject (attribute1 "attr77477") ) ) +(assert (myObject (attribute1 "attr77478") ) ) +(assert (myObject (attribute1 "attr77479") ) ) +(assert (myObject (attribute1 "attr77480") ) ) +(assert (myObject (attribute1 "attr77481") ) ) +(assert (myObject (attribute1 "attr77482") ) ) +(assert (myObject (attribute1 "attr77483") ) ) +(assert (myObject (attribute1 "attr77484") ) ) +(assert (myObject (attribute1 "attr77485") ) ) +(assert (myObject (attribute1 "attr77486") ) ) +(assert (myObject (attribute1 "attr77487") ) ) +(assert (myObject (attribute1 "attr77488") ) ) +(assert (myObject (attribute1 "attr77489") ) ) +(assert (myObject (attribute1 "attr77490") ) ) +(assert (myObject (attribute1 "attr77491") ) ) +(assert (myObject (attribute1 "attr77492") ) ) +(assert (myObject (attribute1 "attr77493") ) ) +(assert (myObject (attribute1 "attr77494") ) ) +(assert (myObject (attribute1 "attr77495") ) ) +(assert (myObject (attribute1 "attr77496") ) ) +(assert (myObject (attribute1 "attr77497") ) ) +(assert (myObject (attribute1 "attr77498") ) ) +(assert (myObject (attribute1 "attr77499") ) ) +(assert (myObject (attribute1 "attr77500") ) ) +(assert (myObject (attribute1 "attr77501") ) ) +(assert (myObject (attribute1 "attr77502") ) ) +(assert (myObject (attribute1 "attr77503") ) ) +(assert (myObject (attribute1 "attr77504") ) ) +(assert (myObject (attribute1 "attr77505") ) ) +(assert (myObject (attribute1 "attr77506") ) ) +(assert (myObject (attribute1 "attr77507") ) ) +(assert (myObject (attribute1 "attr77508") ) ) +(assert (myObject (attribute1 "attr77509") ) ) +(assert (myObject (attribute1 "attr77510") ) ) +(assert (myObject (attribute1 "attr77511") ) ) +(assert (myObject (attribute1 "attr77512") ) ) +(assert (myObject (attribute1 "attr77513") ) ) +(assert (myObject (attribute1 "attr77514") ) ) +(assert (myObject (attribute1 "attr77515") ) ) +(assert (myObject (attribute1 "attr77516") ) ) +(assert (myObject (attribute1 "attr77517") ) ) +(assert (myObject (attribute1 "attr77518") ) ) +(assert (myObject (attribute1 "attr77519") ) ) +(assert (myObject (attribute1 "attr77520") ) ) +(assert (myObject (attribute1 "attr77521") ) ) +(assert (myObject (attribute1 "attr77522") ) ) +(assert (myObject (attribute1 "attr77523") ) ) +(assert (myObject (attribute1 "attr77524") ) ) +(assert (myObject (attribute1 "attr77525") ) ) +(assert (myObject (attribute1 "attr77526") ) ) +(assert (myObject (attribute1 "attr77527") ) ) +(assert (myObject (attribute1 "attr77528") ) ) +(assert (myObject (attribute1 "attr77529") ) ) +(assert (myObject (attribute1 "attr77530") ) ) +(assert (myObject (attribute1 "attr77531") ) ) +(assert (myObject (attribute1 "attr77532") ) ) +(assert (myObject (attribute1 "attr77533") ) ) +(assert (myObject (attribute1 "attr77534") ) ) +(assert (myObject (attribute1 "attr77535") ) ) +(assert (myObject (attribute1 "attr77536") ) ) +(assert (myObject (attribute1 "attr77537") ) ) +(assert (myObject (attribute1 "attr77538") ) ) +(assert (myObject (attribute1 "attr77539") ) ) +(assert (myObject (attribute1 "attr77540") ) ) +(assert (myObject (attribute1 "attr77541") ) ) +(assert (myObject (attribute1 "attr77542") ) ) +(assert (myObject (attribute1 "attr77543") ) ) +(assert (myObject (attribute1 "attr77544") ) ) +(assert (myObject (attribute1 "attr77545") ) ) +(assert (myObject (attribute1 "attr77546") ) ) +(assert (myObject (attribute1 "attr77547") ) ) +(assert (myObject (attribute1 "attr77548") ) ) +(assert (myObject (attribute1 "attr77549") ) ) +(assert (myObject (attribute1 "attr77550") ) ) +(assert (myObject (attribute1 "attr77551") ) ) +(assert (myObject (attribute1 "attr77552") ) ) +(assert (myObject (attribute1 "attr77553") ) ) +(assert (myObject (attribute1 "attr77554") ) ) +(assert (myObject (attribute1 "attr77555") ) ) +(assert (myObject (attribute1 "attr77556") ) ) +(assert (myObject (attribute1 "attr77557") ) ) +(assert (myObject (attribute1 "attr77558") ) ) +(assert (myObject (attribute1 "attr77559") ) ) +(assert (myObject (attribute1 "attr77560") ) ) +(assert (myObject (attribute1 "attr77561") ) ) +(assert (myObject (attribute1 "attr77562") ) ) +(assert (myObject (attribute1 "attr77563") ) ) +(assert (myObject (attribute1 "attr77564") ) ) +(assert (myObject (attribute1 "attr77565") ) ) +(assert (myObject (attribute1 "attr77566") ) ) +(assert (myObject (attribute1 "attr77567") ) ) +(assert (myObject (attribute1 "attr77568") ) ) +(assert (myObject (attribute1 "attr77569") ) ) +(assert (myObject (attribute1 "attr77570") ) ) +(assert (myObject (attribute1 "attr77571") ) ) +(assert (myObject (attribute1 "attr77572") ) ) +(assert (myObject (attribute1 "attr77573") ) ) +(assert (myObject (attribute1 "attr77574") ) ) +(assert (myObject (attribute1 "attr77575") ) ) +(assert (myObject (attribute1 "attr77576") ) ) +(assert (myObject (attribute1 "attr77577") ) ) +(assert (myObject (attribute1 "attr77578") ) ) +(assert (myObject (attribute1 "attr77579") ) ) +(assert (myObject (attribute1 "attr77580") ) ) +(assert (myObject (attribute1 "attr77581") ) ) +(assert (myObject (attribute1 "attr77582") ) ) +(assert (myObject (attribute1 "attr77583") ) ) +(assert (myObject (attribute1 "attr77584") ) ) +(assert (myObject (attribute1 "attr77585") ) ) +(assert (myObject (attribute1 "attr77586") ) ) +(assert (myObject (attribute1 "attr77587") ) ) +(assert (myObject (attribute1 "attr77588") ) ) +(assert (myObject (attribute1 "attr77589") ) ) +(assert (myObject (attribute1 "attr77590") ) ) +(assert (myObject (attribute1 "attr77591") ) ) +(assert (myObject (attribute1 "attr77592") ) ) +(assert (myObject (attribute1 "attr77593") ) ) +(assert (myObject (attribute1 "attr77594") ) ) +(assert (myObject (attribute1 "attr77595") ) ) +(assert (myObject (attribute1 "attr77596") ) ) +(assert (myObject (attribute1 "attr77597") ) ) +(assert (myObject (attribute1 "attr77598") ) ) +(assert (myObject (attribute1 "attr77599") ) ) +(assert (myObject (attribute1 "attr77600") ) ) +(assert (myObject (attribute1 "attr77601") ) ) +(assert (myObject (attribute1 "attr77602") ) ) +(assert (myObject (attribute1 "attr77603") ) ) +(assert (myObject (attribute1 "attr77604") ) ) +(assert (myObject (attribute1 "attr77605") ) ) +(assert (myObject (attribute1 "attr77606") ) ) +(assert (myObject (attribute1 "attr77607") ) ) +(assert (myObject (attribute1 "attr77608") ) ) +(assert (myObject (attribute1 "attr77609") ) ) +(assert (myObject (attribute1 "attr77610") ) ) +(assert (myObject (attribute1 "attr77611") ) ) +(assert (myObject (attribute1 "attr77612") ) ) +(assert (myObject (attribute1 "attr77613") ) ) +(assert (myObject (attribute1 "attr77614") ) ) +(assert (myObject (attribute1 "attr77615") ) ) +(assert (myObject (attribute1 "attr77616") ) ) +(assert (myObject (attribute1 "attr77617") ) ) +(assert (myObject (attribute1 "attr77618") ) ) +(assert (myObject (attribute1 "attr77619") ) ) +(assert (myObject (attribute1 "attr77620") ) ) +(assert (myObject (attribute1 "attr77621") ) ) +(assert (myObject (attribute1 "attr77622") ) ) +(assert (myObject (attribute1 "attr77623") ) ) +(assert (myObject (attribute1 "attr77624") ) ) +(assert (myObject (attribute1 "attr77625") ) ) +(assert (myObject (attribute1 "attr77626") ) ) +(assert (myObject (attribute1 "attr77627") ) ) +(assert (myObject (attribute1 "attr77628") ) ) +(assert (myObject (attribute1 "attr77629") ) ) +(assert (myObject (attribute1 "attr77630") ) ) +(assert (myObject (attribute1 "attr77631") ) ) +(assert (myObject (attribute1 "attr77632") ) ) +(assert (myObject (attribute1 "attr77633") ) ) +(assert (myObject (attribute1 "attr77634") ) ) +(assert (myObject (attribute1 "attr77635") ) ) +(assert (myObject (attribute1 "attr77636") ) ) +(assert (myObject (attribute1 "attr77637") ) ) +(assert (myObject (attribute1 "attr77638") ) ) +(assert (myObject (attribute1 "attr77639") ) ) +(assert (myObject (attribute1 "attr77640") ) ) +(assert (myObject (attribute1 "attr77641") ) ) +(assert (myObject (attribute1 "attr77642") ) ) +(assert (myObject (attribute1 "attr77643") ) ) +(assert (myObject (attribute1 "attr77644") ) ) +(assert (myObject (attribute1 "attr77645") ) ) +(assert (myObject (attribute1 "attr77646") ) ) +(assert (myObject (attribute1 "attr77647") ) ) +(assert (myObject (attribute1 "attr77648") ) ) +(assert (myObject (attribute1 "attr77649") ) ) +(assert (myObject (attribute1 "attr77650") ) ) +(assert (myObject (attribute1 "attr77651") ) ) +(assert (myObject (attribute1 "attr77652") ) ) +(assert (myObject (attribute1 "attr77653") ) ) +(assert (myObject (attribute1 "attr77654") ) ) +(assert (myObject (attribute1 "attr77655") ) ) +(assert (myObject (attribute1 "attr77656") ) ) +(assert (myObject (attribute1 "attr77657") ) ) +(assert (myObject (attribute1 "attr77658") ) ) +(assert (myObject (attribute1 "attr77659") ) ) +(assert (myObject (attribute1 "attr77660") ) ) +(assert (myObject (attribute1 "attr77661") ) ) +(assert (myObject (attribute1 "attr77662") ) ) +(assert (myObject (attribute1 "attr77663") ) ) +(assert (myObject (attribute1 "attr77664") ) ) +(assert (myObject (attribute1 "attr77665") ) ) +(assert (myObject (attribute1 "attr77666") ) ) +(assert (myObject (attribute1 "attr77667") ) ) +(assert (myObject (attribute1 "attr77668") ) ) +(assert (myObject (attribute1 "attr77669") ) ) +(assert (myObject (attribute1 "attr77670") ) ) +(assert (myObject (attribute1 "attr77671") ) ) +(assert (myObject (attribute1 "attr77672") ) ) +(assert (myObject (attribute1 "attr77673") ) ) +(assert (myObject (attribute1 "attr77674") ) ) +(assert (myObject (attribute1 "attr77675") ) ) +(assert (myObject (attribute1 "attr77676") ) ) +(assert (myObject (attribute1 "attr77677") ) ) +(assert (myObject (attribute1 "attr77678") ) ) +(assert (myObject (attribute1 "attr77679") ) ) +(assert (myObject (attribute1 "attr77680") ) ) +(assert (myObject (attribute1 "attr77681") ) ) +(assert (myObject (attribute1 "attr77682") ) ) +(assert (myObject (attribute1 "attr77683") ) ) +(assert (myObject (attribute1 "attr77684") ) ) +(assert (myObject (attribute1 "attr77685") ) ) +(assert (myObject (attribute1 "attr77686") ) ) +(assert (myObject (attribute1 "attr77687") ) ) +(assert (myObject (attribute1 "attr77688") ) ) +(assert (myObject (attribute1 "attr77689") ) ) +(assert (myObject (attribute1 "attr77690") ) ) +(assert (myObject (attribute1 "attr77691") ) ) +(assert (myObject (attribute1 "attr77692") ) ) +(assert (myObject (attribute1 "attr77693") ) ) +(assert (myObject (attribute1 "attr77694") ) ) +(assert (myObject (attribute1 "attr77695") ) ) +(assert (myObject (attribute1 "attr77696") ) ) +(assert (myObject (attribute1 "attr77697") ) ) +(assert (myObject (attribute1 "attr77698") ) ) +(assert (myObject (attribute1 "attr77699") ) ) +(assert (myObject (attribute1 "attr77700") ) ) +(assert (myObject (attribute1 "attr77701") ) ) +(assert (myObject (attribute1 "attr77702") ) ) +(assert (myObject (attribute1 "attr77703") ) ) +(assert (myObject (attribute1 "attr77704") ) ) +(assert (myObject (attribute1 "attr77705") ) ) +(assert (myObject (attribute1 "attr77706") ) ) +(assert (myObject (attribute1 "attr77707") ) ) +(assert (myObject (attribute1 "attr77708") ) ) +(assert (myObject (attribute1 "attr77709") ) ) +(assert (myObject (attribute1 "attr77710") ) ) +(assert (myObject (attribute1 "attr77711") ) ) +(assert (myObject (attribute1 "attr77712") ) ) +(assert (myObject (attribute1 "attr77713") ) ) +(assert (myObject (attribute1 "attr77714") ) ) +(assert (myObject (attribute1 "attr77715") ) ) +(assert (myObject (attribute1 "attr77716") ) ) +(assert (myObject (attribute1 "attr77717") ) ) +(assert (myObject (attribute1 "attr77718") ) ) +(assert (myObject (attribute1 "attr77719") ) ) +(assert (myObject (attribute1 "attr77720") ) ) +(assert (myObject (attribute1 "attr77721") ) ) +(assert (myObject (attribute1 "attr77722") ) ) +(assert (myObject (attribute1 "attr77723") ) ) +(assert (myObject (attribute1 "attr77724") ) ) +(assert (myObject (attribute1 "attr77725") ) ) +(assert (myObject (attribute1 "attr77726") ) ) +(assert (myObject (attribute1 "attr77727") ) ) +(assert (myObject (attribute1 "attr77728") ) ) +(assert (myObject (attribute1 "attr77729") ) ) +(assert (myObject (attribute1 "attr77730") ) ) +(assert (myObject (attribute1 "attr77731") ) ) +(assert (myObject (attribute1 "attr77732") ) ) +(assert (myObject (attribute1 "attr77733") ) ) +(assert (myObject (attribute1 "attr77734") ) ) +(assert (myObject (attribute1 "attr77735") ) ) +(assert (myObject (attribute1 "attr77736") ) ) +(assert (myObject (attribute1 "attr77737") ) ) +(assert (myObject (attribute1 "attr77738") ) ) +(assert (myObject (attribute1 "attr77739") ) ) +(assert (myObject (attribute1 "attr77740") ) ) +(assert (myObject (attribute1 "attr77741") ) ) +(assert (myObject (attribute1 "attr77742") ) ) +(assert (myObject (attribute1 "attr77743") ) ) +(assert (myObject (attribute1 "attr77744") ) ) +(assert (myObject (attribute1 "attr77745") ) ) +(assert (myObject (attribute1 "attr77746") ) ) +(assert (myObject (attribute1 "attr77747") ) ) +(assert (myObject (attribute1 "attr77748") ) ) +(assert (myObject (attribute1 "attr77749") ) ) +(assert (myObject (attribute1 "attr77750") ) ) +(assert (myObject (attribute1 "attr77751") ) ) +(assert (myObject (attribute1 "attr77752") ) ) +(assert (myObject (attribute1 "attr77753") ) ) +(assert (myObject (attribute1 "attr77754") ) ) +(assert (myObject (attribute1 "attr77755") ) ) +(assert (myObject (attribute1 "attr77756") ) ) +(assert (myObject (attribute1 "attr77757") ) ) +(assert (myObject (attribute1 "attr77758") ) ) +(assert (myObject (attribute1 "attr77759") ) ) +(assert (myObject (attribute1 "attr77760") ) ) +(assert (myObject (attribute1 "attr77761") ) ) +(assert (myObject (attribute1 "attr77762") ) ) +(assert (myObject (attribute1 "attr77763") ) ) +(assert (myObject (attribute1 "attr77764") ) ) +(assert (myObject (attribute1 "attr77765") ) ) +(assert (myObject (attribute1 "attr77766") ) ) +(assert (myObject (attribute1 "attr77767") ) ) +(assert (myObject (attribute1 "attr77768") ) ) +(assert (myObject (attribute1 "attr77769") ) ) +(assert (myObject (attribute1 "attr77770") ) ) +(assert (myObject (attribute1 "attr77771") ) ) +(assert (myObject (attribute1 "attr77772") ) ) +(assert (myObject (attribute1 "attr77773") ) ) +(assert (myObject (attribute1 "attr77774") ) ) +(assert (myObject (attribute1 "attr77775") ) ) +(assert (myObject (attribute1 "attr77776") ) ) +(assert (myObject (attribute1 "attr77777") ) ) +(assert (myObject (attribute1 "attr77778") ) ) +(assert (myObject (attribute1 "attr77779") ) ) +(assert (myObject (attribute1 "attr77780") ) ) +(assert (myObject (attribute1 "attr77781") ) ) +(assert (myObject (attribute1 "attr77782") ) ) +(assert (myObject (attribute1 "attr77783") ) ) +(assert (myObject (attribute1 "attr77784") ) ) +(assert (myObject (attribute1 "attr77785") ) ) +(assert (myObject (attribute1 "attr77786") ) ) +(assert (myObject (attribute1 "attr77787") ) ) +(assert (myObject (attribute1 "attr77788") ) ) +(assert (myObject (attribute1 "attr77789") ) ) +(assert (myObject (attribute1 "attr77790") ) ) +(assert (myObject (attribute1 "attr77791") ) ) +(assert (myObject (attribute1 "attr77792") ) ) +(assert (myObject (attribute1 "attr77793") ) ) +(assert (myObject (attribute1 "attr77794") ) ) +(assert (myObject (attribute1 "attr77795") ) ) +(assert (myObject (attribute1 "attr77796") ) ) +(assert (myObject (attribute1 "attr77797") ) ) +(assert (myObject (attribute1 "attr77798") ) ) +(assert (myObject (attribute1 "attr77799") ) ) +(assert (myObject (attribute1 "attr77800") ) ) +(assert (myObject (attribute1 "attr77801") ) ) +(assert (myObject (attribute1 "attr77802") ) ) +(assert (myObject (attribute1 "attr77803") ) ) +(assert (myObject (attribute1 "attr77804") ) ) +(assert (myObject (attribute1 "attr77805") ) ) +(assert (myObject (attribute1 "attr77806") ) ) +(assert (myObject (attribute1 "attr77807") ) ) +(assert (myObject (attribute1 "attr77808") ) ) +(assert (myObject (attribute1 "attr77809") ) ) +(assert (myObject (attribute1 "attr77810") ) ) +(assert (myObject (attribute1 "attr77811") ) ) +(assert (myObject (attribute1 "attr77812") ) ) +(assert (myObject (attribute1 "attr77813") ) ) +(assert (myObject (attribute1 "attr77814") ) ) +(assert (myObject (attribute1 "attr77815") ) ) +(assert (myObject (attribute1 "attr77816") ) ) +(assert (myObject (attribute1 "attr77817") ) ) +(assert (myObject (attribute1 "attr77818") ) ) +(assert (myObject (attribute1 "attr77819") ) ) +(assert (myObject (attribute1 "attr77820") ) ) +(assert (myObject (attribute1 "attr77821") ) ) +(assert (myObject (attribute1 "attr77822") ) ) +(assert (myObject (attribute1 "attr77823") ) ) +(assert (myObject (attribute1 "attr77824") ) ) +(assert (myObject (attribute1 "attr77825") ) ) +(assert (myObject (attribute1 "attr77826") ) ) +(assert (myObject (attribute1 "attr77827") ) ) +(assert (myObject (attribute1 "attr77828") ) ) +(assert (myObject (attribute1 "attr77829") ) ) +(assert (myObject (attribute1 "attr77830") ) ) +(assert (myObject (attribute1 "attr77831") ) ) +(assert (myObject (attribute1 "attr77832") ) ) +(assert (myObject (attribute1 "attr77833") ) ) +(assert (myObject (attribute1 "attr77834") ) ) +(assert (myObject (attribute1 "attr77835") ) ) +(assert (myObject (attribute1 "attr77836") ) ) +(assert (myObject (attribute1 "attr77837") ) ) +(assert (myObject (attribute1 "attr77838") ) ) +(assert (myObject (attribute1 "attr77839") ) ) +(assert (myObject (attribute1 "attr77840") ) ) +(assert (myObject (attribute1 "attr77841") ) ) +(assert (myObject (attribute1 "attr77842") ) ) +(assert (myObject (attribute1 "attr77843") ) ) +(assert (myObject (attribute1 "attr77844") ) ) +(assert (myObject (attribute1 "attr77845") ) ) +(assert (myObject (attribute1 "attr77846") ) ) +(assert (myObject (attribute1 "attr77847") ) ) +(assert (myObject (attribute1 "attr77848") ) ) +(assert (myObject (attribute1 "attr77849") ) ) +(assert (myObject (attribute1 "attr77850") ) ) +(assert (myObject (attribute1 "attr77851") ) ) +(assert (myObject (attribute1 "attr77852") ) ) +(assert (myObject (attribute1 "attr77853") ) ) +(assert (myObject (attribute1 "attr77854") ) ) +(assert (myObject (attribute1 "attr77855") ) ) +(assert (myObject (attribute1 "attr77856") ) ) +(assert (myObject (attribute1 "attr77857") ) ) +(assert (myObject (attribute1 "attr77858") ) ) +(assert (myObject (attribute1 "attr77859") ) ) +(assert (myObject (attribute1 "attr77860") ) ) +(assert (myObject (attribute1 "attr77861") ) ) +(assert (myObject (attribute1 "attr77862") ) ) +(assert (myObject (attribute1 "attr77863") ) ) +(assert (myObject (attribute1 "attr77864") ) ) +(assert (myObject (attribute1 "attr77865") ) ) +(assert (myObject (attribute1 "attr77866") ) ) +(assert (myObject (attribute1 "attr77867") ) ) +(assert (myObject (attribute1 "attr77868") ) ) +(assert (myObject (attribute1 "attr77869") ) ) +(assert (myObject (attribute1 "attr77870") ) ) +(assert (myObject (attribute1 "attr77871") ) ) +(assert (myObject (attribute1 "attr77872") ) ) +(assert (myObject (attribute1 "attr77873") ) ) +(assert (myObject (attribute1 "attr77874") ) ) +(assert (myObject (attribute1 "attr77875") ) ) +(assert (myObject (attribute1 "attr77876") ) ) +(assert (myObject (attribute1 "attr77877") ) ) +(assert (myObject (attribute1 "attr77878") ) ) +(assert (myObject (attribute1 "attr77879") ) ) +(assert (myObject (attribute1 "attr77880") ) ) +(assert (myObject (attribute1 "attr77881") ) ) +(assert (myObject (attribute1 "attr77882") ) ) +(assert (myObject (attribute1 "attr77883") ) ) +(assert (myObject (attribute1 "attr77884") ) ) +(assert (myObject (attribute1 "attr77885") ) ) +(assert (myObject (attribute1 "attr77886") ) ) +(assert (myObject (attribute1 "attr77887") ) ) +(assert (myObject (attribute1 "attr77888") ) ) +(assert (myObject (attribute1 "attr77889") ) ) +(assert (myObject (attribute1 "attr77890") ) ) +(assert (myObject (attribute1 "attr77891") ) ) +(assert (myObject (attribute1 "attr77892") ) ) +(assert (myObject (attribute1 "attr77893") ) ) +(assert (myObject (attribute1 "attr77894") ) ) +(assert (myObject (attribute1 "attr77895") ) ) +(assert (myObject (attribute1 "attr77896") ) ) +(assert (myObject (attribute1 "attr77897") ) ) +(assert (myObject (attribute1 "attr77898") ) ) +(assert (myObject (attribute1 "attr77899") ) ) +(assert (myObject (attribute1 "attr77900") ) ) +(assert (myObject (attribute1 "attr77901") ) ) +(assert (myObject (attribute1 "attr77902") ) ) +(assert (myObject (attribute1 "attr77903") ) ) +(assert (myObject (attribute1 "attr77904") ) ) +(assert (myObject (attribute1 "attr77905") ) ) +(assert (myObject (attribute1 "attr77906") ) ) +(assert (myObject (attribute1 "attr77907") ) ) +(assert (myObject (attribute1 "attr77908") ) ) +(assert (myObject (attribute1 "attr77909") ) ) +(assert (myObject (attribute1 "attr77910") ) ) +(assert (myObject (attribute1 "attr77911") ) ) +(assert (myObject (attribute1 "attr77912") ) ) +(assert (myObject (attribute1 "attr77913") ) ) +(assert (myObject (attribute1 "attr77914") ) ) +(assert (myObject (attribute1 "attr77915") ) ) +(assert (myObject (attribute1 "attr77916") ) ) +(assert (myObject (attribute1 "attr77917") ) ) +(assert (myObject (attribute1 "attr77918") ) ) +(assert (myObject (attribute1 "attr77919") ) ) +(assert (myObject (attribute1 "attr77920") ) ) +(assert (myObject (attribute1 "attr77921") ) ) +(assert (myObject (attribute1 "attr77922") ) ) +(assert (myObject (attribute1 "attr77923") ) ) +(assert (myObject (attribute1 "attr77924") ) ) +(assert (myObject (attribute1 "attr77925") ) ) +(assert (myObject (attribute1 "attr77926") ) ) +(assert (myObject (attribute1 "attr77927") ) ) +(assert (myObject (attribute1 "attr77928") ) ) +(assert (myObject (attribute1 "attr77929") ) ) +(assert (myObject (attribute1 "attr77930") ) ) +(assert (myObject (attribute1 "attr77931") ) ) +(assert (myObject (attribute1 "attr77932") ) ) +(assert (myObject (attribute1 "attr77933") ) ) +(assert (myObject (attribute1 "attr77934") ) ) +(assert (myObject (attribute1 "attr77935") ) ) +(assert (myObject (attribute1 "attr77936") ) ) +(assert (myObject (attribute1 "attr77937") ) ) +(assert (myObject (attribute1 "attr77938") ) ) +(assert (myObject (attribute1 "attr77939") ) ) +(assert (myObject (attribute1 "attr77940") ) ) +(assert (myObject (attribute1 "attr77941") ) ) +(assert (myObject (attribute1 "attr77942") ) ) +(assert (myObject (attribute1 "attr77943") ) ) +(assert (myObject (attribute1 "attr77944") ) ) +(assert (myObject (attribute1 "attr77945") ) ) +(assert (myObject (attribute1 "attr77946") ) ) +(assert (myObject (attribute1 "attr77947") ) ) +(assert (myObject (attribute1 "attr77948") ) ) +(assert (myObject (attribute1 "attr77949") ) ) +(assert (myObject (attribute1 "attr77950") ) ) +(assert (myObject (attribute1 "attr77951") ) ) +(assert (myObject (attribute1 "attr77952") ) ) +(assert (myObject (attribute1 "attr77953") ) ) +(assert (myObject (attribute1 "attr77954") ) ) +(assert (myObject (attribute1 "attr77955") ) ) +(assert (myObject (attribute1 "attr77956") ) ) +(assert (myObject (attribute1 "attr77957") ) ) +(assert (myObject (attribute1 "attr77958") ) ) +(assert (myObject (attribute1 "attr77959") ) ) +(assert (myObject (attribute1 "attr77960") ) ) +(assert (myObject (attribute1 "attr77961") ) ) +(assert (myObject (attribute1 "attr77962") ) ) +(assert (myObject (attribute1 "attr77963") ) ) +(assert (myObject (attribute1 "attr77964") ) ) +(assert (myObject (attribute1 "attr77965") ) ) +(assert (myObject (attribute1 "attr77966") ) ) +(assert (myObject (attribute1 "attr77967") ) ) +(assert (myObject (attribute1 "attr77968") ) ) +(assert (myObject (attribute1 "attr77969") ) ) +(assert (myObject (attribute1 "attr77970") ) ) +(assert (myObject (attribute1 "attr77971") ) ) +(assert (myObject (attribute1 "attr77972") ) ) +(assert (myObject (attribute1 "attr77973") ) ) +(assert (myObject (attribute1 "attr77974") ) ) +(assert (myObject (attribute1 "attr77975") ) ) +(assert (myObject (attribute1 "attr77976") ) ) +(assert (myObject (attribute1 "attr77977") ) ) +(assert (myObject (attribute1 "attr77978") ) ) +(assert (myObject (attribute1 "attr77979") ) ) +(assert (myObject (attribute1 "attr77980") ) ) +(assert (myObject (attribute1 "attr77981") ) ) +(assert (myObject (attribute1 "attr77982") ) ) +(assert (myObject (attribute1 "attr77983") ) ) +(assert (myObject (attribute1 "attr77984") ) ) +(assert (myObject (attribute1 "attr77985") ) ) +(assert (myObject (attribute1 "attr77986") ) ) +(assert (myObject (attribute1 "attr77987") ) ) +(assert (myObject (attribute1 "attr77988") ) ) +(assert (myObject (attribute1 "attr77989") ) ) +(assert (myObject (attribute1 "attr77990") ) ) +(assert (myObject (attribute1 "attr77991") ) ) +(assert (myObject (attribute1 "attr77992") ) ) +(assert (myObject (attribute1 "attr77993") ) ) +(assert (myObject (attribute1 "attr77994") ) ) +(assert (myObject (attribute1 "attr77995") ) ) +(assert (myObject (attribute1 "attr77996") ) ) +(assert (myObject (attribute1 "attr77997") ) ) +(assert (myObject (attribute1 "attr77998") ) ) +(assert (myObject (attribute1 "attr77999") ) ) +(assert (myObject (attribute1 "attr78000") ) ) +(assert (myObject (attribute1 "attr78001") ) ) +(assert (myObject (attribute1 "attr78002") ) ) +(assert (myObject (attribute1 "attr78003") ) ) +(assert (myObject (attribute1 "attr78004") ) ) +(assert (myObject (attribute1 "attr78005") ) ) +(assert (myObject (attribute1 "attr78006") ) ) +(assert (myObject (attribute1 "attr78007") ) ) +(assert (myObject (attribute1 "attr78008") ) ) +(assert (myObject (attribute1 "attr78009") ) ) +(assert (myObject (attribute1 "attr78010") ) ) +(assert (myObject (attribute1 "attr78011") ) ) +(assert (myObject (attribute1 "attr78012") ) ) +(assert (myObject (attribute1 "attr78013") ) ) +(assert (myObject (attribute1 "attr78014") ) ) +(assert (myObject (attribute1 "attr78015") ) ) +(assert (myObject (attribute1 "attr78016") ) ) +(assert (myObject (attribute1 "attr78017") ) ) +(assert (myObject (attribute1 "attr78018") ) ) +(assert (myObject (attribute1 "attr78019") ) ) +(assert (myObject (attribute1 "attr78020") ) ) +(assert (myObject (attribute1 "attr78021") ) ) +(assert (myObject (attribute1 "attr78022") ) ) +(assert (myObject (attribute1 "attr78023") ) ) +(assert (myObject (attribute1 "attr78024") ) ) +(assert (myObject (attribute1 "attr78025") ) ) +(assert (myObject (attribute1 "attr78026") ) ) +(assert (myObject (attribute1 "attr78027") ) ) +(assert (myObject (attribute1 "attr78028") ) ) +(assert (myObject (attribute1 "attr78029") ) ) +(assert (myObject (attribute1 "attr78030") ) ) +(assert (myObject (attribute1 "attr78031") ) ) +(assert (myObject (attribute1 "attr78032") ) ) +(assert (myObject (attribute1 "attr78033") ) ) +(assert (myObject (attribute1 "attr78034") ) ) +(assert (myObject (attribute1 "attr78035") ) ) +(assert (myObject (attribute1 "attr78036") ) ) +(assert (myObject (attribute1 "attr78037") ) ) +(assert (myObject (attribute1 "attr78038") ) ) +(assert (myObject (attribute1 "attr78039") ) ) +(assert (myObject (attribute1 "attr78040") ) ) +(assert (myObject (attribute1 "attr78041") ) ) +(assert (myObject (attribute1 "attr78042") ) ) +(assert (myObject (attribute1 "attr78043") ) ) +(assert (myObject (attribute1 "attr78044") ) ) +(assert (myObject (attribute1 "attr78045") ) ) +(assert (myObject (attribute1 "attr78046") ) ) +(assert (myObject (attribute1 "attr78047") ) ) +(assert (myObject (attribute1 "attr78048") ) ) +(assert (myObject (attribute1 "attr78049") ) ) +(assert (myObject (attribute1 "attr78050") ) ) +(assert (myObject (attribute1 "attr78051") ) ) +(assert (myObject (attribute1 "attr78052") ) ) +(assert (myObject (attribute1 "attr78053") ) ) +(assert (myObject (attribute1 "attr78054") ) ) +(assert (myObject (attribute1 "attr78055") ) ) +(assert (myObject (attribute1 "attr78056") ) ) +(assert (myObject (attribute1 "attr78057") ) ) +(assert (myObject (attribute1 "attr78058") ) ) +(assert (myObject (attribute1 "attr78059") ) ) +(assert (myObject (attribute1 "attr78060") ) ) +(assert (myObject (attribute1 "attr78061") ) ) +(assert (myObject (attribute1 "attr78062") ) ) +(assert (myObject (attribute1 "attr78063") ) ) +(assert (myObject (attribute1 "attr78064") ) ) +(assert (myObject (attribute1 "attr78065") ) ) +(assert (myObject (attribute1 "attr78066") ) ) +(assert (myObject (attribute1 "attr78067") ) ) +(assert (myObject (attribute1 "attr78068") ) ) +(assert (myObject (attribute1 "attr78069") ) ) +(assert (myObject (attribute1 "attr78070") ) ) +(assert (myObject (attribute1 "attr78071") ) ) +(assert (myObject (attribute1 "attr78072") ) ) +(assert (myObject (attribute1 "attr78073") ) ) +(assert (myObject (attribute1 "attr78074") ) ) +(assert (myObject (attribute1 "attr78075") ) ) +(assert (myObject (attribute1 "attr78076") ) ) +(assert (myObject (attribute1 "attr78077") ) ) +(assert (myObject (attribute1 "attr78078") ) ) +(assert (myObject (attribute1 "attr78079") ) ) +(assert (myObject (attribute1 "attr78080") ) ) +(assert (myObject (attribute1 "attr78081") ) ) +(assert (myObject (attribute1 "attr78082") ) ) +(assert (myObject (attribute1 "attr78083") ) ) +(assert (myObject (attribute1 "attr78084") ) ) +(assert (myObject (attribute1 "attr78085") ) ) +(assert (myObject (attribute1 "attr78086") ) ) +(assert (myObject (attribute1 "attr78087") ) ) +(assert (myObject (attribute1 "attr78088") ) ) +(assert (myObject (attribute1 "attr78089") ) ) +(assert (myObject (attribute1 "attr78090") ) ) +(assert (myObject (attribute1 "attr78091") ) ) +(assert (myObject (attribute1 "attr78092") ) ) +(assert (myObject (attribute1 "attr78093") ) ) +(assert (myObject (attribute1 "attr78094") ) ) +(assert (myObject (attribute1 "attr78095") ) ) +(assert (myObject (attribute1 "attr78096") ) ) +(assert (myObject (attribute1 "attr78097") ) ) +(assert (myObject (attribute1 "attr78098") ) ) +(assert (myObject (attribute1 "attr78099") ) ) +(assert (myObject (attribute1 "attr78100") ) ) +(assert (myObject (attribute1 "attr78101") ) ) +(assert (myObject (attribute1 "attr78102") ) ) +(assert (myObject (attribute1 "attr78103") ) ) +(assert (myObject (attribute1 "attr78104") ) ) +(assert (myObject (attribute1 "attr78105") ) ) +(assert (myObject (attribute1 "attr78106") ) ) +(assert (myObject (attribute1 "attr78107") ) ) +(assert (myObject (attribute1 "attr78108") ) ) +(assert (myObject (attribute1 "attr78109") ) ) +(assert (myObject (attribute1 "attr78110") ) ) +(assert (myObject (attribute1 "attr78111") ) ) +(assert (myObject (attribute1 "attr78112") ) ) +(assert (myObject (attribute1 "attr78113") ) ) +(assert (myObject (attribute1 "attr78114") ) ) +(assert (myObject (attribute1 "attr78115") ) ) +(assert (myObject (attribute1 "attr78116") ) ) +(assert (myObject (attribute1 "attr78117") ) ) +(assert (myObject (attribute1 "attr78118") ) ) +(assert (myObject (attribute1 "attr78119") ) ) +(assert (myObject (attribute1 "attr78120") ) ) +(assert (myObject (attribute1 "attr78121") ) ) +(assert (myObject (attribute1 "attr78122") ) ) +(assert (myObject (attribute1 "attr78123") ) ) +(assert (myObject (attribute1 "attr78124") ) ) +(assert (myObject (attribute1 "attr78125") ) ) +(assert (myObject (attribute1 "attr78126") ) ) +(assert (myObject (attribute1 "attr78127") ) ) +(assert (myObject (attribute1 "attr78128") ) ) +(assert (myObject (attribute1 "attr78129") ) ) +(assert (myObject (attribute1 "attr78130") ) ) +(assert (myObject (attribute1 "attr78131") ) ) +(assert (myObject (attribute1 "attr78132") ) ) +(assert (myObject (attribute1 "attr78133") ) ) +(assert (myObject (attribute1 "attr78134") ) ) +(assert (myObject (attribute1 "attr78135") ) ) +(assert (myObject (attribute1 "attr78136") ) ) +(assert (myObject (attribute1 "attr78137") ) ) +(assert (myObject (attribute1 "attr78138") ) ) +(assert (myObject (attribute1 "attr78139") ) ) +(assert (myObject (attribute1 "attr78140") ) ) +(assert (myObject (attribute1 "attr78141") ) ) +(assert (myObject (attribute1 "attr78142") ) ) +(assert (myObject (attribute1 "attr78143") ) ) +(assert (myObject (attribute1 "attr78144") ) ) +(assert (myObject (attribute1 "attr78145") ) ) +(assert (myObject (attribute1 "attr78146") ) ) +(assert (myObject (attribute1 "attr78147") ) ) +(assert (myObject (attribute1 "attr78148") ) ) +(assert (myObject (attribute1 "attr78149") ) ) +(assert (myObject (attribute1 "attr78150") ) ) +(assert (myObject (attribute1 "attr78151") ) ) +(assert (myObject (attribute1 "attr78152") ) ) +(assert (myObject (attribute1 "attr78153") ) ) +(assert (myObject (attribute1 "attr78154") ) ) +(assert (myObject (attribute1 "attr78155") ) ) +(assert (myObject (attribute1 "attr78156") ) ) +(assert (myObject (attribute1 "attr78157") ) ) +(assert (myObject (attribute1 "attr78158") ) ) +(assert (myObject (attribute1 "attr78159") ) ) +(assert (myObject (attribute1 "attr78160") ) ) +(assert (myObject (attribute1 "attr78161") ) ) +(assert (myObject (attribute1 "attr78162") ) ) +(assert (myObject (attribute1 "attr78163") ) ) +(assert (myObject (attribute1 "attr78164") ) ) +(assert (myObject (attribute1 "attr78165") ) ) +(assert (myObject (attribute1 "attr78166") ) ) +(assert (myObject (attribute1 "attr78167") ) ) +(assert (myObject (attribute1 "attr78168") ) ) +(assert (myObject (attribute1 "attr78169") ) ) +(assert (myObject (attribute1 "attr78170") ) ) +(assert (myObject (attribute1 "attr78171") ) ) +(assert (myObject (attribute1 "attr78172") ) ) +(assert (myObject (attribute1 "attr78173") ) ) +(assert (myObject (attribute1 "attr78174") ) ) +(assert (myObject (attribute1 "attr78175") ) ) +(assert (myObject (attribute1 "attr78176") ) ) +(assert (myObject (attribute1 "attr78177") ) ) +(assert (myObject (attribute1 "attr78178") ) ) +(assert (myObject (attribute1 "attr78179") ) ) +(assert (myObject (attribute1 "attr78180") ) ) +(assert (myObject (attribute1 "attr78181") ) ) +(assert (myObject (attribute1 "attr78182") ) ) +(assert (myObject (attribute1 "attr78183") ) ) +(assert (myObject (attribute1 "attr78184") ) ) +(assert (myObject (attribute1 "attr78185") ) ) +(assert (myObject (attribute1 "attr78186") ) ) +(assert (myObject (attribute1 "attr78187") ) ) +(assert (myObject (attribute1 "attr78188") ) ) +(assert (myObject (attribute1 "attr78189") ) ) +(assert (myObject (attribute1 "attr78190") ) ) +(assert (myObject (attribute1 "attr78191") ) ) +(assert (myObject (attribute1 "attr78192") ) ) +(assert (myObject (attribute1 "attr78193") ) ) +(assert (myObject (attribute1 "attr78194") ) ) +(assert (myObject (attribute1 "attr78195") ) ) +(assert (myObject (attribute1 "attr78196") ) ) +(assert (myObject (attribute1 "attr78197") ) ) +(assert (myObject (attribute1 "attr78198") ) ) +(assert (myObject (attribute1 "attr78199") ) ) +(assert (myObject (attribute1 "attr78200") ) ) +(assert (myObject (attribute1 "attr78201") ) ) +(assert (myObject (attribute1 "attr78202") ) ) +(assert (myObject (attribute1 "attr78203") ) ) +(assert (myObject (attribute1 "attr78204") ) ) +(assert (myObject (attribute1 "attr78205") ) ) +(assert (myObject (attribute1 "attr78206") ) ) +(assert (myObject (attribute1 "attr78207") ) ) +(assert (myObject (attribute1 "attr78208") ) ) +(assert (myObject (attribute1 "attr78209") ) ) +(assert (myObject (attribute1 "attr78210") ) ) +(assert (myObject (attribute1 "attr78211") ) ) +(assert (myObject (attribute1 "attr78212") ) ) +(assert (myObject (attribute1 "attr78213") ) ) +(assert (myObject (attribute1 "attr78214") ) ) +(assert (myObject (attribute1 "attr78215") ) ) +(assert (myObject (attribute1 "attr78216") ) ) +(assert (myObject (attribute1 "attr78217") ) ) +(assert (myObject (attribute1 "attr78218") ) ) +(assert (myObject (attribute1 "attr78219") ) ) +(assert (myObject (attribute1 "attr78220") ) ) +(assert (myObject (attribute1 "attr78221") ) ) +(assert (myObject (attribute1 "attr78222") ) ) +(assert (myObject (attribute1 "attr78223") ) ) +(assert (myObject (attribute1 "attr78224") ) ) +(assert (myObject (attribute1 "attr78225") ) ) +(assert (myObject (attribute1 "attr78226") ) ) +(assert (myObject (attribute1 "attr78227") ) ) +(assert (myObject (attribute1 "attr78228") ) ) +(assert (myObject (attribute1 "attr78229") ) ) +(assert (myObject (attribute1 "attr78230") ) ) +(assert (myObject (attribute1 "attr78231") ) ) +(assert (myObject (attribute1 "attr78232") ) ) +(assert (myObject (attribute1 "attr78233") ) ) +(assert (myObject (attribute1 "attr78234") ) ) +(assert (myObject (attribute1 "attr78235") ) ) +(assert (myObject (attribute1 "attr78236") ) ) +(assert (myObject (attribute1 "attr78237") ) ) +(assert (myObject (attribute1 "attr78238") ) ) +(assert (myObject (attribute1 "attr78239") ) ) +(assert (myObject (attribute1 "attr78240") ) ) +(assert (myObject (attribute1 "attr78241") ) ) +(assert (myObject (attribute1 "attr78242") ) ) +(assert (myObject (attribute1 "attr78243") ) ) +(assert (myObject (attribute1 "attr78244") ) ) +(assert (myObject (attribute1 "attr78245") ) ) +(assert (myObject (attribute1 "attr78246") ) ) +(assert (myObject (attribute1 "attr78247") ) ) +(assert (myObject (attribute1 "attr78248") ) ) +(assert (myObject (attribute1 "attr78249") ) ) +(assert (myObject (attribute1 "attr78250") ) ) +(assert (myObject (attribute1 "attr78251") ) ) +(assert (myObject (attribute1 "attr78252") ) ) +(assert (myObject (attribute1 "attr78253") ) ) +(assert (myObject (attribute1 "attr78254") ) ) +(assert (myObject (attribute1 "attr78255") ) ) +(assert (myObject (attribute1 "attr78256") ) ) +(assert (myObject (attribute1 "attr78257") ) ) +(assert (myObject (attribute1 "attr78258") ) ) +(assert (myObject (attribute1 "attr78259") ) ) +(assert (myObject (attribute1 "attr78260") ) ) +(assert (myObject (attribute1 "attr78261") ) ) +(assert (myObject (attribute1 "attr78262") ) ) +(assert (myObject (attribute1 "attr78263") ) ) +(assert (myObject (attribute1 "attr78264") ) ) +(assert (myObject (attribute1 "attr78265") ) ) +(assert (myObject (attribute1 "attr78266") ) ) +(assert (myObject (attribute1 "attr78267") ) ) +(assert (myObject (attribute1 "attr78268") ) ) +(assert (myObject (attribute1 "attr78269") ) ) +(assert (myObject (attribute1 "attr78270") ) ) +(assert (myObject (attribute1 "attr78271") ) ) +(assert (myObject (attribute1 "attr78272") ) ) +(assert (myObject (attribute1 "attr78273") ) ) +(assert (myObject (attribute1 "attr78274") ) ) +(assert (myObject (attribute1 "attr78275") ) ) +(assert (myObject (attribute1 "attr78276") ) ) +(assert (myObject (attribute1 "attr78277") ) ) +(assert (myObject (attribute1 "attr78278") ) ) +(assert (myObject (attribute1 "attr78279") ) ) +(assert (myObject (attribute1 "attr78280") ) ) +(assert (myObject (attribute1 "attr78281") ) ) +(assert (myObject (attribute1 "attr78282") ) ) +(assert (myObject (attribute1 "attr78283") ) ) +(assert (myObject (attribute1 "attr78284") ) ) +(assert (myObject (attribute1 "attr78285") ) ) +(assert (myObject (attribute1 "attr78286") ) ) +(assert (myObject (attribute1 "attr78287") ) ) +(assert (myObject (attribute1 "attr78288") ) ) +(assert (myObject (attribute1 "attr78289") ) ) +(assert (myObject (attribute1 "attr78290") ) ) +(assert (myObject (attribute1 "attr78291") ) ) +(assert (myObject (attribute1 "attr78292") ) ) +(assert (myObject (attribute1 "attr78293") ) ) +(assert (myObject (attribute1 "attr78294") ) ) +(assert (myObject (attribute1 "attr78295") ) ) +(assert (myObject (attribute1 "attr78296") ) ) +(assert (myObject (attribute1 "attr78297") ) ) +(assert (myObject (attribute1 "attr78298") ) ) +(assert (myObject (attribute1 "attr78299") ) ) +(assert (myObject (attribute1 "attr78300") ) ) +(assert (myObject (attribute1 "attr78301") ) ) +(assert (myObject (attribute1 "attr78302") ) ) +(assert (myObject (attribute1 "attr78303") ) ) +(assert (myObject (attribute1 "attr78304") ) ) +(assert (myObject (attribute1 "attr78305") ) ) +(assert (myObject (attribute1 "attr78306") ) ) +(assert (myObject (attribute1 "attr78307") ) ) +(assert (myObject (attribute1 "attr78308") ) ) +(assert (myObject (attribute1 "attr78309") ) ) +(assert (myObject (attribute1 "attr78310") ) ) +(assert (myObject (attribute1 "attr78311") ) ) +(assert (myObject (attribute1 "attr78312") ) ) +(assert (myObject (attribute1 "attr78313") ) ) +(assert (myObject (attribute1 "attr78314") ) ) +(assert (myObject (attribute1 "attr78315") ) ) +(assert (myObject (attribute1 "attr78316") ) ) +(assert (myObject (attribute1 "attr78317") ) ) +(assert (myObject (attribute1 "attr78318") ) ) +(assert (myObject (attribute1 "attr78319") ) ) +(assert (myObject (attribute1 "attr78320") ) ) +(assert (myObject (attribute1 "attr78321") ) ) +(assert (myObject (attribute1 "attr78322") ) ) +(assert (myObject (attribute1 "attr78323") ) ) +(assert (myObject (attribute1 "attr78324") ) ) +(assert (myObject (attribute1 "attr78325") ) ) +(assert (myObject (attribute1 "attr78326") ) ) +(assert (myObject (attribute1 "attr78327") ) ) +(assert (myObject (attribute1 "attr78328") ) ) +(assert (myObject (attribute1 "attr78329") ) ) +(assert (myObject (attribute1 "attr78330") ) ) +(assert (myObject (attribute1 "attr78331") ) ) +(assert (myObject (attribute1 "attr78332") ) ) +(assert (myObject (attribute1 "attr78333") ) ) +(assert (myObject (attribute1 "attr78334") ) ) +(assert (myObject (attribute1 "attr78335") ) ) +(assert (myObject (attribute1 "attr78336") ) ) +(assert (myObject (attribute1 "attr78337") ) ) +(assert (myObject (attribute1 "attr78338") ) ) +(assert (myObject (attribute1 "attr78339") ) ) +(assert (myObject (attribute1 "attr78340") ) ) +(assert (myObject (attribute1 "attr78341") ) ) +(assert (myObject (attribute1 "attr78342") ) ) +(assert (myObject (attribute1 "attr78343") ) ) +(assert (myObject (attribute1 "attr78344") ) ) +(assert (myObject (attribute1 "attr78345") ) ) +(assert (myObject (attribute1 "attr78346") ) ) +(assert (myObject (attribute1 "attr78347") ) ) +(assert (myObject (attribute1 "attr78348") ) ) +(assert (myObject (attribute1 "attr78349") ) ) +(assert (myObject (attribute1 "attr78350") ) ) +(assert (myObject (attribute1 "attr78351") ) ) +(assert (myObject (attribute1 "attr78352") ) ) +(assert (myObject (attribute1 "attr78353") ) ) +(assert (myObject (attribute1 "attr78354") ) ) +(assert (myObject (attribute1 "attr78355") ) ) +(assert (myObject (attribute1 "attr78356") ) ) +(assert (myObject (attribute1 "attr78357") ) ) +(assert (myObject (attribute1 "attr78358") ) ) +(assert (myObject (attribute1 "attr78359") ) ) +(assert (myObject (attribute1 "attr78360") ) ) +(assert (myObject (attribute1 "attr78361") ) ) +(assert (myObject (attribute1 "attr78362") ) ) +(assert (myObject (attribute1 "attr78363") ) ) +(assert (myObject (attribute1 "attr78364") ) ) +(assert (myObject (attribute1 "attr78365") ) ) +(assert (myObject (attribute1 "attr78366") ) ) +(assert (myObject (attribute1 "attr78367") ) ) +(assert (myObject (attribute1 "attr78368") ) ) +(assert (myObject (attribute1 "attr78369") ) ) +(assert (myObject (attribute1 "attr78370") ) ) +(assert (myObject (attribute1 "attr78371") ) ) +(assert (myObject (attribute1 "attr78372") ) ) +(assert (myObject (attribute1 "attr78373") ) ) +(assert (myObject (attribute1 "attr78374") ) ) +(assert (myObject (attribute1 "attr78375") ) ) +(assert (myObject (attribute1 "attr78376") ) ) +(assert (myObject (attribute1 "attr78377") ) ) +(assert (myObject (attribute1 "attr78378") ) ) +(assert (myObject (attribute1 "attr78379") ) ) +(assert (myObject (attribute1 "attr78380") ) ) +(assert (myObject (attribute1 "attr78381") ) ) +(assert (myObject (attribute1 "attr78382") ) ) +(assert (myObject (attribute1 "attr78383") ) ) +(assert (myObject (attribute1 "attr78384") ) ) +(assert (myObject (attribute1 "attr78385") ) ) +(assert (myObject (attribute1 "attr78386") ) ) +(assert (myObject (attribute1 "attr78387") ) ) +(assert (myObject (attribute1 "attr78388") ) ) +(assert (myObject (attribute1 "attr78389") ) ) +(assert (myObject (attribute1 "attr78390") ) ) +(assert (myObject (attribute1 "attr78391") ) ) +(assert (myObject (attribute1 "attr78392") ) ) +(assert (myObject (attribute1 "attr78393") ) ) +(assert (myObject (attribute1 "attr78394") ) ) +(assert (myObject (attribute1 "attr78395") ) ) +(assert (myObject (attribute1 "attr78396") ) ) +(assert (myObject (attribute1 "attr78397") ) ) +(assert (myObject (attribute1 "attr78398") ) ) +(assert (myObject (attribute1 "attr78399") ) ) +(assert (myObject (attribute1 "attr78400") ) ) +(assert (myObject (attribute1 "attr78401") ) ) +(assert (myObject (attribute1 "attr78402") ) ) +(assert (myObject (attribute1 "attr78403") ) ) +(assert (myObject (attribute1 "attr78404") ) ) +(assert (myObject (attribute1 "attr78405") ) ) +(assert (myObject (attribute1 "attr78406") ) ) +(assert (myObject (attribute1 "attr78407") ) ) +(assert (myObject (attribute1 "attr78408") ) ) +(assert (myObject (attribute1 "attr78409") ) ) +(assert (myObject (attribute1 "attr78410") ) ) +(assert (myObject (attribute1 "attr78411") ) ) +(assert (myObject (attribute1 "attr78412") ) ) +(assert (myObject (attribute1 "attr78413") ) ) +(assert (myObject (attribute1 "attr78414") ) ) +(assert (myObject (attribute1 "attr78415") ) ) +(assert (myObject (attribute1 "attr78416") ) ) +(assert (myObject (attribute1 "attr78417") ) ) +(assert (myObject (attribute1 "attr78418") ) ) +(assert (myObject (attribute1 "attr78419") ) ) +(assert (myObject (attribute1 "attr78420") ) ) +(assert (myObject (attribute1 "attr78421") ) ) +(assert (myObject (attribute1 "attr78422") ) ) +(assert (myObject (attribute1 "attr78423") ) ) +(assert (myObject (attribute1 "attr78424") ) ) +(assert (myObject (attribute1 "attr78425") ) ) +(assert (myObject (attribute1 "attr78426") ) ) +(assert (myObject (attribute1 "attr78427") ) ) +(assert (myObject (attribute1 "attr78428") ) ) +(assert (myObject (attribute1 "attr78429") ) ) +(assert (myObject (attribute1 "attr78430") ) ) +(assert (myObject (attribute1 "attr78431") ) ) +(assert (myObject (attribute1 "attr78432") ) ) +(assert (myObject (attribute1 "attr78433") ) ) +(assert (myObject (attribute1 "attr78434") ) ) +(assert (myObject (attribute1 "attr78435") ) ) +(assert (myObject (attribute1 "attr78436") ) ) +(assert (myObject (attribute1 "attr78437") ) ) +(assert (myObject (attribute1 "attr78438") ) ) +(assert (myObject (attribute1 "attr78439") ) ) +(assert (myObject (attribute1 "attr78440") ) ) +(assert (myObject (attribute1 "attr78441") ) ) +(assert (myObject (attribute1 "attr78442") ) ) +(assert (myObject (attribute1 "attr78443") ) ) +(assert (myObject (attribute1 "attr78444") ) ) +(assert (myObject (attribute1 "attr78445") ) ) +(assert (myObject (attribute1 "attr78446") ) ) +(assert (myObject (attribute1 "attr78447") ) ) +(assert (myObject (attribute1 "attr78448") ) ) +(assert (myObject (attribute1 "attr78449") ) ) +(assert (myObject (attribute1 "attr78450") ) ) +(assert (myObject (attribute1 "attr78451") ) ) +(assert (myObject (attribute1 "attr78452") ) ) +(assert (myObject (attribute1 "attr78453") ) ) +(assert (myObject (attribute1 "attr78454") ) ) +(assert (myObject (attribute1 "attr78455") ) ) +(assert (myObject (attribute1 "attr78456") ) ) +(assert (myObject (attribute1 "attr78457") ) ) +(assert (myObject (attribute1 "attr78458") ) ) +(assert (myObject (attribute1 "attr78459") ) ) +(assert (myObject (attribute1 "attr78460") ) ) +(assert (myObject (attribute1 "attr78461") ) ) +(assert (myObject (attribute1 "attr78462") ) ) +(assert (myObject (attribute1 "attr78463") ) ) +(assert (myObject (attribute1 "attr78464") ) ) +(assert (myObject (attribute1 "attr78465") ) ) +(assert (myObject (attribute1 "attr78466") ) ) +(assert (myObject (attribute1 "attr78467") ) ) +(assert (myObject (attribute1 "attr78468") ) ) +(assert (myObject (attribute1 "attr78469") ) ) +(assert (myObject (attribute1 "attr78470") ) ) +(assert (myObject (attribute1 "attr78471") ) ) +(assert (myObject (attribute1 "attr78472") ) ) +(assert (myObject (attribute1 "attr78473") ) ) +(assert (myObject (attribute1 "attr78474") ) ) +(assert (myObject (attribute1 "attr78475") ) ) +(assert (myObject (attribute1 "attr78476") ) ) +(assert (myObject (attribute1 "attr78477") ) ) +(assert (myObject (attribute1 "attr78478") ) ) +(assert (myObject (attribute1 "attr78479") ) ) +(assert (myObject (attribute1 "attr78480") ) ) +(assert (myObject (attribute1 "attr78481") ) ) +(assert (myObject (attribute1 "attr78482") ) ) +(assert (myObject (attribute1 "attr78483") ) ) +(assert (myObject (attribute1 "attr78484") ) ) +(assert (myObject (attribute1 "attr78485") ) ) +(assert (myObject (attribute1 "attr78486") ) ) +(assert (myObject (attribute1 "attr78487") ) ) +(assert (myObject (attribute1 "attr78488") ) ) +(assert (myObject (attribute1 "attr78489") ) ) +(assert (myObject (attribute1 "attr78490") ) ) +(assert (myObject (attribute1 "attr78491") ) ) +(assert (myObject (attribute1 "attr78492") ) ) +(assert (myObject (attribute1 "attr78493") ) ) +(assert (myObject (attribute1 "attr78494") ) ) +(assert (myObject (attribute1 "attr78495") ) ) +(assert (myObject (attribute1 "attr78496") ) ) +(assert (myObject (attribute1 "attr78497") ) ) +(assert (myObject (attribute1 "attr78498") ) ) +(assert (myObject (attribute1 "attr78499") ) ) +(assert (myObject (attribute1 "attr78500") ) ) +(assert (myObject (attribute1 "attr78501") ) ) +(assert (myObject (attribute1 "attr78502") ) ) +(assert (myObject (attribute1 "attr78503") ) ) +(assert (myObject (attribute1 "attr78504") ) ) +(assert (myObject (attribute1 "attr78505") ) ) +(assert (myObject (attribute1 "attr78506") ) ) +(assert (myObject (attribute1 "attr78507") ) ) +(assert (myObject (attribute1 "attr78508") ) ) +(assert (myObject (attribute1 "attr78509") ) ) +(assert (myObject (attribute1 "attr78510") ) ) +(assert (myObject (attribute1 "attr78511") ) ) +(assert (myObject (attribute1 "attr78512") ) ) +(assert (myObject (attribute1 "attr78513") ) ) +(assert (myObject (attribute1 "attr78514") ) ) +(assert (myObject (attribute1 "attr78515") ) ) +(assert (myObject (attribute1 "attr78516") ) ) +(assert (myObject (attribute1 "attr78517") ) ) +(assert (myObject (attribute1 "attr78518") ) ) +(assert (myObject (attribute1 "attr78519") ) ) +(assert (myObject (attribute1 "attr78520") ) ) +(assert (myObject (attribute1 "attr78521") ) ) +(assert (myObject (attribute1 "attr78522") ) ) +(assert (myObject (attribute1 "attr78523") ) ) +(assert (myObject (attribute1 "attr78524") ) ) +(assert (myObject (attribute1 "attr78525") ) ) +(assert (myObject (attribute1 "attr78526") ) ) +(assert (myObject (attribute1 "attr78527") ) ) +(assert (myObject (attribute1 "attr78528") ) ) +(assert (myObject (attribute1 "attr78529") ) ) +(assert (myObject (attribute1 "attr78530") ) ) +(assert (myObject (attribute1 "attr78531") ) ) +(assert (myObject (attribute1 "attr78532") ) ) +(assert (myObject (attribute1 "attr78533") ) ) +(assert (myObject (attribute1 "attr78534") ) ) +(assert (myObject (attribute1 "attr78535") ) ) +(assert (myObject (attribute1 "attr78536") ) ) +(assert (myObject (attribute1 "attr78537") ) ) +(assert (myObject (attribute1 "attr78538") ) ) +(assert (myObject (attribute1 "attr78539") ) ) +(assert (myObject (attribute1 "attr78540") ) ) +(assert (myObject (attribute1 "attr78541") ) ) +(assert (myObject (attribute1 "attr78542") ) ) +(assert (myObject (attribute1 "attr78543") ) ) +(assert (myObject (attribute1 "attr78544") ) ) +(assert (myObject (attribute1 "attr78545") ) ) +(assert (myObject (attribute1 "attr78546") ) ) +(assert (myObject (attribute1 "attr78547") ) ) +(assert (myObject (attribute1 "attr78548") ) ) +(assert (myObject (attribute1 "attr78549") ) ) +(assert (myObject (attribute1 "attr78550") ) ) +(assert (myObject (attribute1 "attr78551") ) ) +(assert (myObject (attribute1 "attr78552") ) ) +(assert (myObject (attribute1 "attr78553") ) ) +(assert (myObject (attribute1 "attr78554") ) ) +(assert (myObject (attribute1 "attr78555") ) ) +(assert (myObject (attribute1 "attr78556") ) ) +(assert (myObject (attribute1 "attr78557") ) ) +(assert (myObject (attribute1 "attr78558") ) ) +(assert (myObject (attribute1 "attr78559") ) ) +(assert (myObject (attribute1 "attr78560") ) ) +(assert (myObject (attribute1 "attr78561") ) ) +(assert (myObject (attribute1 "attr78562") ) ) +(assert (myObject (attribute1 "attr78563") ) ) +(assert (myObject (attribute1 "attr78564") ) ) +(assert (myObject (attribute1 "attr78565") ) ) +(assert (myObject (attribute1 "attr78566") ) ) +(assert (myObject (attribute1 "attr78567") ) ) +(assert (myObject (attribute1 "attr78568") ) ) +(assert (myObject (attribute1 "attr78569") ) ) +(assert (myObject (attribute1 "attr78570") ) ) +(assert (myObject (attribute1 "attr78571") ) ) +(assert (myObject (attribute1 "attr78572") ) ) +(assert (myObject (attribute1 "attr78573") ) ) +(assert (myObject (attribute1 "attr78574") ) ) +(assert (myObject (attribute1 "attr78575") ) ) +(assert (myObject (attribute1 "attr78576") ) ) +(assert (myObject (attribute1 "attr78577") ) ) +(assert (myObject (attribute1 "attr78578") ) ) +(assert (myObject (attribute1 "attr78579") ) ) +(assert (myObject (attribute1 "attr78580") ) ) +(assert (myObject (attribute1 "attr78581") ) ) +(assert (myObject (attribute1 "attr78582") ) ) +(assert (myObject (attribute1 "attr78583") ) ) +(assert (myObject (attribute1 "attr78584") ) ) +(assert (myObject (attribute1 "attr78585") ) ) +(assert (myObject (attribute1 "attr78586") ) ) +(assert (myObject (attribute1 "attr78587") ) ) +(assert (myObject (attribute1 "attr78588") ) ) +(assert (myObject (attribute1 "attr78589") ) ) +(assert (myObject (attribute1 "attr78590") ) ) +(assert (myObject (attribute1 "attr78591") ) ) +(assert (myObject (attribute1 "attr78592") ) ) +(assert (myObject (attribute1 "attr78593") ) ) +(assert (myObject (attribute1 "attr78594") ) ) +(assert (myObject (attribute1 "attr78595") ) ) +(assert (myObject (attribute1 "attr78596") ) ) +(assert (myObject (attribute1 "attr78597") ) ) +(assert (myObject (attribute1 "attr78598") ) ) +(assert (myObject (attribute1 "attr78599") ) ) +(assert (myObject (attribute1 "attr78600") ) ) +(assert (myObject (attribute1 "attr78601") ) ) +(assert (myObject (attribute1 "attr78602") ) ) +(assert (myObject (attribute1 "attr78603") ) ) +(assert (myObject (attribute1 "attr78604") ) ) +(assert (myObject (attribute1 "attr78605") ) ) +(assert (myObject (attribute1 "attr78606") ) ) +(assert (myObject (attribute1 "attr78607") ) ) +(assert (myObject (attribute1 "attr78608") ) ) +(assert (myObject (attribute1 "attr78609") ) ) +(assert (myObject (attribute1 "attr78610") ) ) +(assert (myObject (attribute1 "attr78611") ) ) +(assert (myObject (attribute1 "attr78612") ) ) +(assert (myObject (attribute1 "attr78613") ) ) +(assert (myObject (attribute1 "attr78614") ) ) +(assert (myObject (attribute1 "attr78615") ) ) +(assert (myObject (attribute1 "attr78616") ) ) +(assert (myObject (attribute1 "attr78617") ) ) +(assert (myObject (attribute1 "attr78618") ) ) +(assert (myObject (attribute1 "attr78619") ) ) +(assert (myObject (attribute1 "attr78620") ) ) +(assert (myObject (attribute1 "attr78621") ) ) +(assert (myObject (attribute1 "attr78622") ) ) +(assert (myObject (attribute1 "attr78623") ) ) +(assert (myObject (attribute1 "attr78624") ) ) +(assert (myObject (attribute1 "attr78625") ) ) +(assert (myObject (attribute1 "attr78626") ) ) +(assert (myObject (attribute1 "attr78627") ) ) +(assert (myObject (attribute1 "attr78628") ) ) +(assert (myObject (attribute1 "attr78629") ) ) +(assert (myObject (attribute1 "attr78630") ) ) +(assert (myObject (attribute1 "attr78631") ) ) +(assert (myObject (attribute1 "attr78632") ) ) +(assert (myObject (attribute1 "attr78633") ) ) +(assert (myObject (attribute1 "attr78634") ) ) +(assert (myObject (attribute1 "attr78635") ) ) +(assert (myObject (attribute1 "attr78636") ) ) +(assert (myObject (attribute1 "attr78637") ) ) +(assert (myObject (attribute1 "attr78638") ) ) +(assert (myObject (attribute1 "attr78639") ) ) +(assert (myObject (attribute1 "attr78640") ) ) +(assert (myObject (attribute1 "attr78641") ) ) +(assert (myObject (attribute1 "attr78642") ) ) +(assert (myObject (attribute1 "attr78643") ) ) +(assert (myObject (attribute1 "attr78644") ) ) +(assert (myObject (attribute1 "attr78645") ) ) +(assert (myObject (attribute1 "attr78646") ) ) +(assert (myObject (attribute1 "attr78647") ) ) +(assert (myObject (attribute1 "attr78648") ) ) +(assert (myObject (attribute1 "attr78649") ) ) +(assert (myObject (attribute1 "attr78650") ) ) +(assert (myObject (attribute1 "attr78651") ) ) +(assert (myObject (attribute1 "attr78652") ) ) +(assert (myObject (attribute1 "attr78653") ) ) +(assert (myObject (attribute1 "attr78654") ) ) +(assert (myObject (attribute1 "attr78655") ) ) +(assert (myObject (attribute1 "attr78656") ) ) +(assert (myObject (attribute1 "attr78657") ) ) +(assert (myObject (attribute1 "attr78658") ) ) +(assert (myObject (attribute1 "attr78659") ) ) +(assert (myObject (attribute1 "attr78660") ) ) +(assert (myObject (attribute1 "attr78661") ) ) +(assert (myObject (attribute1 "attr78662") ) ) +(assert (myObject (attribute1 "attr78663") ) ) +(assert (myObject (attribute1 "attr78664") ) ) +(assert (myObject (attribute1 "attr78665") ) ) +(assert (myObject (attribute1 "attr78666") ) ) +(assert (myObject (attribute1 "attr78667") ) ) +(assert (myObject (attribute1 "attr78668") ) ) +(assert (myObject (attribute1 "attr78669") ) ) +(assert (myObject (attribute1 "attr78670") ) ) +(assert (myObject (attribute1 "attr78671") ) ) +(assert (myObject (attribute1 "attr78672") ) ) +(assert (myObject (attribute1 "attr78673") ) ) +(assert (myObject (attribute1 "attr78674") ) ) +(assert (myObject (attribute1 "attr78675") ) ) +(assert (myObject (attribute1 "attr78676") ) ) +(assert (myObject (attribute1 "attr78677") ) ) +(assert (myObject (attribute1 "attr78678") ) ) +(assert (myObject (attribute1 "attr78679") ) ) +(assert (myObject (attribute1 "attr78680") ) ) +(assert (myObject (attribute1 "attr78681") ) ) +(assert (myObject (attribute1 "attr78682") ) ) +(assert (myObject (attribute1 "attr78683") ) ) +(assert (myObject (attribute1 "attr78684") ) ) +(assert (myObject (attribute1 "attr78685") ) ) +(assert (myObject (attribute1 "attr78686") ) ) +(assert (myObject (attribute1 "attr78687") ) ) +(assert (myObject (attribute1 "attr78688") ) ) +(assert (myObject (attribute1 "attr78689") ) ) +(assert (myObject (attribute1 "attr78690") ) ) +(assert (myObject (attribute1 "attr78691") ) ) +(assert (myObject (attribute1 "attr78692") ) ) +(assert (myObject (attribute1 "attr78693") ) ) +(assert (myObject (attribute1 "attr78694") ) ) +(assert (myObject (attribute1 "attr78695") ) ) +(assert (myObject (attribute1 "attr78696") ) ) +(assert (myObject (attribute1 "attr78697") ) ) +(assert (myObject (attribute1 "attr78698") ) ) +(assert (myObject (attribute1 "attr78699") ) ) +(assert (myObject (attribute1 "attr78700") ) ) +(assert (myObject (attribute1 "attr78701") ) ) +(assert (myObject (attribute1 "attr78702") ) ) +(assert (myObject (attribute1 "attr78703") ) ) +(assert (myObject (attribute1 "attr78704") ) ) +(assert (myObject (attribute1 "attr78705") ) ) +(assert (myObject (attribute1 "attr78706") ) ) +(assert (myObject (attribute1 "attr78707") ) ) +(assert (myObject (attribute1 "attr78708") ) ) +(assert (myObject (attribute1 "attr78709") ) ) +(assert (myObject (attribute1 "attr78710") ) ) +(assert (myObject (attribute1 "attr78711") ) ) +(assert (myObject (attribute1 "attr78712") ) ) +(assert (myObject (attribute1 "attr78713") ) ) +(assert (myObject (attribute1 "attr78714") ) ) +(assert (myObject (attribute1 "attr78715") ) ) +(assert (myObject (attribute1 "attr78716") ) ) +(assert (myObject (attribute1 "attr78717") ) ) +(assert (myObject (attribute1 "attr78718") ) ) +(assert (myObject (attribute1 "attr78719") ) ) +(assert (myObject (attribute1 "attr78720") ) ) +(assert (myObject (attribute1 "attr78721") ) ) +(assert (myObject (attribute1 "attr78722") ) ) +(assert (myObject (attribute1 "attr78723") ) ) +(assert (myObject (attribute1 "attr78724") ) ) +(assert (myObject (attribute1 "attr78725") ) ) +(assert (myObject (attribute1 "attr78726") ) ) +(assert (myObject (attribute1 "attr78727") ) ) +(assert (myObject (attribute1 "attr78728") ) ) +(assert (myObject (attribute1 "attr78729") ) ) +(assert (myObject (attribute1 "attr78730") ) ) +(assert (myObject (attribute1 "attr78731") ) ) +(assert (myObject (attribute1 "attr78732") ) ) +(assert (myObject (attribute1 "attr78733") ) ) +(assert (myObject (attribute1 "attr78734") ) ) +(assert (myObject (attribute1 "attr78735") ) ) +(assert (myObject (attribute1 "attr78736") ) ) +(assert (myObject (attribute1 "attr78737") ) ) +(assert (myObject (attribute1 "attr78738") ) ) +(assert (myObject (attribute1 "attr78739") ) ) +(assert (myObject (attribute1 "attr78740") ) ) +(assert (myObject (attribute1 "attr78741") ) ) +(assert (myObject (attribute1 "attr78742") ) ) +(assert (myObject (attribute1 "attr78743") ) ) +(assert (myObject (attribute1 "attr78744") ) ) +(assert (myObject (attribute1 "attr78745") ) ) +(assert (myObject (attribute1 "attr78746") ) ) +(assert (myObject (attribute1 "attr78747") ) ) +(assert (myObject (attribute1 "attr78748") ) ) +(assert (myObject (attribute1 "attr78749") ) ) +(assert (myObject (attribute1 "attr78750") ) ) +(assert (myObject (attribute1 "attr78751") ) ) +(assert (myObject (attribute1 "attr78752") ) ) +(assert (myObject (attribute1 "attr78753") ) ) +(assert (myObject (attribute1 "attr78754") ) ) +(assert (myObject (attribute1 "attr78755") ) ) +(assert (myObject (attribute1 "attr78756") ) ) +(assert (myObject (attribute1 "attr78757") ) ) +(assert (myObject (attribute1 "attr78758") ) ) +(assert (myObject (attribute1 "attr78759") ) ) +(assert (myObject (attribute1 "attr78760") ) ) +(assert (myObject (attribute1 "attr78761") ) ) +(assert (myObject (attribute1 "attr78762") ) ) +(assert (myObject (attribute1 "attr78763") ) ) +(assert (myObject (attribute1 "attr78764") ) ) +(assert (myObject (attribute1 "attr78765") ) ) +(assert (myObject (attribute1 "attr78766") ) ) +(assert (myObject (attribute1 "attr78767") ) ) +(assert (myObject (attribute1 "attr78768") ) ) +(assert (myObject (attribute1 "attr78769") ) ) +(assert (myObject (attribute1 "attr78770") ) ) +(assert (myObject (attribute1 "attr78771") ) ) +(assert (myObject (attribute1 "attr78772") ) ) +(assert (myObject (attribute1 "attr78773") ) ) +(assert (myObject (attribute1 "attr78774") ) ) +(assert (myObject (attribute1 "attr78775") ) ) +(assert (myObject (attribute1 "attr78776") ) ) +(assert (myObject (attribute1 "attr78777") ) ) +(assert (myObject (attribute1 "attr78778") ) ) +(assert (myObject (attribute1 "attr78779") ) ) +(assert (myObject (attribute1 "attr78780") ) ) +(assert (myObject (attribute1 "attr78781") ) ) +(assert (myObject (attribute1 "attr78782") ) ) +(assert (myObject (attribute1 "attr78783") ) ) +(assert (myObject (attribute1 "attr78784") ) ) +(assert (myObject (attribute1 "attr78785") ) ) +(assert (myObject (attribute1 "attr78786") ) ) +(assert (myObject (attribute1 "attr78787") ) ) +(assert (myObject (attribute1 "attr78788") ) ) +(assert (myObject (attribute1 "attr78789") ) ) +(assert (myObject (attribute1 "attr78790") ) ) +(assert (myObject (attribute1 "attr78791") ) ) +(assert (myObject (attribute1 "attr78792") ) ) +(assert (myObject (attribute1 "attr78793") ) ) +(assert (myObject (attribute1 "attr78794") ) ) +(assert (myObject (attribute1 "attr78795") ) ) +(assert (myObject (attribute1 "attr78796") ) ) +(assert (myObject (attribute1 "attr78797") ) ) +(assert (myObject (attribute1 "attr78798") ) ) +(assert (myObject (attribute1 "attr78799") ) ) +(assert (myObject (attribute1 "attr78800") ) ) +(assert (myObject (attribute1 "attr78801") ) ) +(assert (myObject (attribute1 "attr78802") ) ) +(assert (myObject (attribute1 "attr78803") ) ) +(assert (myObject (attribute1 "attr78804") ) ) +(assert (myObject (attribute1 "attr78805") ) ) +(assert (myObject (attribute1 "attr78806") ) ) +(assert (myObject (attribute1 "attr78807") ) ) +(assert (myObject (attribute1 "attr78808") ) ) +(assert (myObject (attribute1 "attr78809") ) ) +(assert (myObject (attribute1 "attr78810") ) ) +(assert (myObject (attribute1 "attr78811") ) ) +(assert (myObject (attribute1 "attr78812") ) ) +(assert (myObject (attribute1 "attr78813") ) ) +(assert (myObject (attribute1 "attr78814") ) ) +(assert (myObject (attribute1 "attr78815") ) ) +(assert (myObject (attribute1 "attr78816") ) ) +(assert (myObject (attribute1 "attr78817") ) ) +(assert (myObject (attribute1 "attr78818") ) ) +(assert (myObject (attribute1 "attr78819") ) ) +(assert (myObject (attribute1 "attr78820") ) ) +(assert (myObject (attribute1 "attr78821") ) ) +(assert (myObject (attribute1 "attr78822") ) ) +(assert (myObject (attribute1 "attr78823") ) ) +(assert (myObject (attribute1 "attr78824") ) ) +(assert (myObject (attribute1 "attr78825") ) ) +(assert (myObject (attribute1 "attr78826") ) ) +(assert (myObject (attribute1 "attr78827") ) ) +(assert (myObject (attribute1 "attr78828") ) ) +(assert (myObject (attribute1 "attr78829") ) ) +(assert (myObject (attribute1 "attr78830") ) ) +(assert (myObject (attribute1 "attr78831") ) ) +(assert (myObject (attribute1 "attr78832") ) ) +(assert (myObject (attribute1 "attr78833") ) ) +(assert (myObject (attribute1 "attr78834") ) ) +(assert (myObject (attribute1 "attr78835") ) ) +(assert (myObject (attribute1 "attr78836") ) ) +(assert (myObject (attribute1 "attr78837") ) ) +(assert (myObject (attribute1 "attr78838") ) ) +(assert (myObject (attribute1 "attr78839") ) ) +(assert (myObject (attribute1 "attr78840") ) ) +(assert (myObject (attribute1 "attr78841") ) ) +(assert (myObject (attribute1 "attr78842") ) ) +(assert (myObject (attribute1 "attr78843") ) ) +(assert (myObject (attribute1 "attr78844") ) ) +(assert (myObject (attribute1 "attr78845") ) ) +(assert (myObject (attribute1 "attr78846") ) ) +(assert (myObject (attribute1 "attr78847") ) ) +(assert (myObject (attribute1 "attr78848") ) ) +(assert (myObject (attribute1 "attr78849") ) ) +(assert (myObject (attribute1 "attr78850") ) ) +(assert (myObject (attribute1 "attr78851") ) ) +(assert (myObject (attribute1 "attr78852") ) ) +(assert (myObject (attribute1 "attr78853") ) ) +(assert (myObject (attribute1 "attr78854") ) ) +(assert (myObject (attribute1 "attr78855") ) ) +(assert (myObject (attribute1 "attr78856") ) ) +(assert (myObject (attribute1 "attr78857") ) ) +(assert (myObject (attribute1 "attr78858") ) ) +(assert (myObject (attribute1 "attr78859") ) ) +(assert (myObject (attribute1 "attr78860") ) ) +(assert (myObject (attribute1 "attr78861") ) ) +(assert (myObject (attribute1 "attr78862") ) ) +(assert (myObject (attribute1 "attr78863") ) ) +(assert (myObject (attribute1 "attr78864") ) ) +(assert (myObject (attribute1 "attr78865") ) ) +(assert (myObject (attribute1 "attr78866") ) ) +(assert (myObject (attribute1 "attr78867") ) ) +(assert (myObject (attribute1 "attr78868") ) ) +(assert (myObject (attribute1 "attr78869") ) ) +(assert (myObject (attribute1 "attr78870") ) ) +(assert (myObject (attribute1 "attr78871") ) ) +(assert (myObject (attribute1 "attr78872") ) ) +(assert (myObject (attribute1 "attr78873") ) ) +(assert (myObject (attribute1 "attr78874") ) ) +(assert (myObject (attribute1 "attr78875") ) ) +(assert (myObject (attribute1 "attr78876") ) ) +(assert (myObject (attribute1 "attr78877") ) ) +(assert (myObject (attribute1 "attr78878") ) ) +(assert (myObject (attribute1 "attr78879") ) ) +(assert (myObject (attribute1 "attr78880") ) ) +(assert (myObject (attribute1 "attr78881") ) ) +(assert (myObject (attribute1 "attr78882") ) ) +(assert (myObject (attribute1 "attr78883") ) ) +(assert (myObject (attribute1 "attr78884") ) ) +(assert (myObject (attribute1 "attr78885") ) ) +(assert (myObject (attribute1 "attr78886") ) ) +(assert (myObject (attribute1 "attr78887") ) ) +(assert (myObject (attribute1 "attr78888") ) ) +(assert (myObject (attribute1 "attr78889") ) ) +(assert (myObject (attribute1 "attr78890") ) ) +(assert (myObject (attribute1 "attr78891") ) ) +(assert (myObject (attribute1 "attr78892") ) ) +(assert (myObject (attribute1 "attr78893") ) ) +(assert (myObject (attribute1 "attr78894") ) ) +(assert (myObject (attribute1 "attr78895") ) ) +(assert (myObject (attribute1 "attr78896") ) ) +(assert (myObject (attribute1 "attr78897") ) ) +(assert (myObject (attribute1 "attr78898") ) ) +(assert (myObject (attribute1 "attr78899") ) ) +(assert (myObject (attribute1 "attr78900") ) ) +(assert (myObject (attribute1 "attr78901") ) ) +(assert (myObject (attribute1 "attr78902") ) ) +(assert (myObject (attribute1 "attr78903") ) ) +(assert (myObject (attribute1 "attr78904") ) ) +(assert (myObject (attribute1 "attr78905") ) ) +(assert (myObject (attribute1 "attr78906") ) ) +(assert (myObject (attribute1 "attr78907") ) ) +(assert (myObject (attribute1 "attr78908") ) ) +(assert (myObject (attribute1 "attr78909") ) ) +(assert (myObject (attribute1 "attr78910") ) ) +(assert (myObject (attribute1 "attr78911") ) ) +(assert (myObject (attribute1 "attr78912") ) ) +(assert (myObject (attribute1 "attr78913") ) ) +(assert (myObject (attribute1 "attr78914") ) ) +(assert (myObject (attribute1 "attr78915") ) ) +(assert (myObject (attribute1 "attr78916") ) ) +(assert (myObject (attribute1 "attr78917") ) ) +(assert (myObject (attribute1 "attr78918") ) ) +(assert (myObject (attribute1 "attr78919") ) ) +(assert (myObject (attribute1 "attr78920") ) ) +(assert (myObject (attribute1 "attr78921") ) ) +(assert (myObject (attribute1 "attr78922") ) ) +(assert (myObject (attribute1 "attr78923") ) ) +(assert (myObject (attribute1 "attr78924") ) ) +(assert (myObject (attribute1 "attr78925") ) ) +(assert (myObject (attribute1 "attr78926") ) ) +(assert (myObject (attribute1 "attr78927") ) ) +(assert (myObject (attribute1 "attr78928") ) ) +(assert (myObject (attribute1 "attr78929") ) ) +(assert (myObject (attribute1 "attr78930") ) ) +(assert (myObject (attribute1 "attr78931") ) ) +(assert (myObject (attribute1 "attr78932") ) ) +(assert (myObject (attribute1 "attr78933") ) ) +(assert (myObject (attribute1 "attr78934") ) ) +(assert (myObject (attribute1 "attr78935") ) ) +(assert (myObject (attribute1 "attr78936") ) ) +(assert (myObject (attribute1 "attr78937") ) ) +(assert (myObject (attribute1 "attr78938") ) ) +(assert (myObject (attribute1 "attr78939") ) ) +(assert (myObject (attribute1 "attr78940") ) ) +(assert (myObject (attribute1 "attr78941") ) ) +(assert (myObject (attribute1 "attr78942") ) ) +(assert (myObject (attribute1 "attr78943") ) ) +(assert (myObject (attribute1 "attr78944") ) ) +(assert (myObject (attribute1 "attr78945") ) ) +(assert (myObject (attribute1 "attr78946") ) ) +(assert (myObject (attribute1 "attr78947") ) ) +(assert (myObject (attribute1 "attr78948") ) ) +(assert (myObject (attribute1 "attr78949") ) ) +(assert (myObject (attribute1 "attr78950") ) ) +(assert (myObject (attribute1 "attr78951") ) ) +(assert (myObject (attribute1 "attr78952") ) ) +(assert (myObject (attribute1 "attr78953") ) ) +(assert (myObject (attribute1 "attr78954") ) ) +(assert (myObject (attribute1 "attr78955") ) ) +(assert (myObject (attribute1 "attr78956") ) ) +(assert (myObject (attribute1 "attr78957") ) ) +(assert (myObject (attribute1 "attr78958") ) ) +(assert (myObject (attribute1 "attr78959") ) ) +(assert (myObject (attribute1 "attr78960") ) ) +(assert (myObject (attribute1 "attr78961") ) ) +(assert (myObject (attribute1 "attr78962") ) ) +(assert (myObject (attribute1 "attr78963") ) ) +(assert (myObject (attribute1 "attr78964") ) ) +(assert (myObject (attribute1 "attr78965") ) ) +(assert (myObject (attribute1 "attr78966") ) ) +(assert (myObject (attribute1 "attr78967") ) ) +(assert (myObject (attribute1 "attr78968") ) ) +(assert (myObject (attribute1 "attr78969") ) ) +(assert (myObject (attribute1 "attr78970") ) ) +(assert (myObject (attribute1 "attr78971") ) ) +(assert (myObject (attribute1 "attr78972") ) ) +(assert (myObject (attribute1 "attr78973") ) ) +(assert (myObject (attribute1 "attr78974") ) ) +(assert (myObject (attribute1 "attr78975") ) ) +(assert (myObject (attribute1 "attr78976") ) ) +(assert (myObject (attribute1 "attr78977") ) ) +(assert (myObject (attribute1 "attr78978") ) ) +(assert (myObject (attribute1 "attr78979") ) ) +(assert (myObject (attribute1 "attr78980") ) ) +(assert (myObject (attribute1 "attr78981") ) ) +(assert (myObject (attribute1 "attr78982") ) ) +(assert (myObject (attribute1 "attr78983") ) ) +(assert (myObject (attribute1 "attr78984") ) ) +(assert (myObject (attribute1 "attr78985") ) ) +(assert (myObject (attribute1 "attr78986") ) ) +(assert (myObject (attribute1 "attr78987") ) ) +(assert (myObject (attribute1 "attr78988") ) ) +(assert (myObject (attribute1 "attr78989") ) ) +(assert (myObject (attribute1 "attr78990") ) ) +(assert (myObject (attribute1 "attr78991") ) ) +(assert (myObject (attribute1 "attr78992") ) ) +(assert (myObject (attribute1 "attr78993") ) ) +(assert (myObject (attribute1 "attr78994") ) ) +(assert (myObject (attribute1 "attr78995") ) ) +(assert (myObject (attribute1 "attr78996") ) ) +(assert (myObject (attribute1 "attr78997") ) ) +(assert (myObject (attribute1 "attr78998") ) ) +(assert (myObject (attribute1 "attr78999") ) ) +(assert (myObject (attribute1 "attr79000") ) ) +(assert (myObject (attribute1 "attr79001") ) ) +(assert (myObject (attribute1 "attr79002") ) ) +(assert (myObject (attribute1 "attr79003") ) ) +(assert (myObject (attribute1 "attr79004") ) ) +(assert (myObject (attribute1 "attr79005") ) ) +(assert (myObject (attribute1 "attr79006") ) ) +(assert (myObject (attribute1 "attr79007") ) ) +(assert (myObject (attribute1 "attr79008") ) ) +(assert (myObject (attribute1 "attr79009") ) ) +(assert (myObject (attribute1 "attr79010") ) ) +(assert (myObject (attribute1 "attr79011") ) ) +(assert (myObject (attribute1 "attr79012") ) ) +(assert (myObject (attribute1 "attr79013") ) ) +(assert (myObject (attribute1 "attr79014") ) ) +(assert (myObject (attribute1 "attr79015") ) ) +(assert (myObject (attribute1 "attr79016") ) ) +(assert (myObject (attribute1 "attr79017") ) ) +(assert (myObject (attribute1 "attr79018") ) ) +(assert (myObject (attribute1 "attr79019") ) ) +(assert (myObject (attribute1 "attr79020") ) ) +(assert (myObject (attribute1 "attr79021") ) ) +(assert (myObject (attribute1 "attr79022") ) ) +(assert (myObject (attribute1 "attr79023") ) ) +(assert (myObject (attribute1 "attr79024") ) ) +(assert (myObject (attribute1 "attr79025") ) ) +(assert (myObject (attribute1 "attr79026") ) ) +(assert (myObject (attribute1 "attr79027") ) ) +(assert (myObject (attribute1 "attr79028") ) ) +(assert (myObject (attribute1 "attr79029") ) ) +(assert (myObject (attribute1 "attr79030") ) ) +(assert (myObject (attribute1 "attr79031") ) ) +(assert (myObject (attribute1 "attr79032") ) ) +(assert (myObject (attribute1 "attr79033") ) ) +(assert (myObject (attribute1 "attr79034") ) ) +(assert (myObject (attribute1 "attr79035") ) ) +(assert (myObject (attribute1 "attr79036") ) ) +(assert (myObject (attribute1 "attr79037") ) ) +(assert (myObject (attribute1 "attr79038") ) ) +(assert (myObject (attribute1 "attr79039") ) ) +(assert (myObject (attribute1 "attr79040") ) ) +(assert (myObject (attribute1 "attr79041") ) ) +(assert (myObject (attribute1 "attr79042") ) ) +(assert (myObject (attribute1 "attr79043") ) ) +(assert (myObject (attribute1 "attr79044") ) ) +(assert (myObject (attribute1 "attr79045") ) ) +(assert (myObject (attribute1 "attr79046") ) ) +(assert (myObject (attribute1 "attr79047") ) ) +(assert (myObject (attribute1 "attr79048") ) ) +(assert (myObject (attribute1 "attr79049") ) ) +(assert (myObject (attribute1 "attr79050") ) ) +(assert (myObject (attribute1 "attr79051") ) ) +(assert (myObject (attribute1 "attr79052") ) ) +(assert (myObject (attribute1 "attr79053") ) ) +(assert (myObject (attribute1 "attr79054") ) ) +(assert (myObject (attribute1 "attr79055") ) ) +(assert (myObject (attribute1 "attr79056") ) ) +(assert (myObject (attribute1 "attr79057") ) ) +(assert (myObject (attribute1 "attr79058") ) ) +(assert (myObject (attribute1 "attr79059") ) ) +(assert (myObject (attribute1 "attr79060") ) ) +(assert (myObject (attribute1 "attr79061") ) ) +(assert (myObject (attribute1 "attr79062") ) ) +(assert (myObject (attribute1 "attr79063") ) ) +(assert (myObject (attribute1 "attr79064") ) ) +(assert (myObject (attribute1 "attr79065") ) ) +(assert (myObject (attribute1 "attr79066") ) ) +(assert (myObject (attribute1 "attr79067") ) ) +(assert (myObject (attribute1 "attr79068") ) ) +(assert (myObject (attribute1 "attr79069") ) ) +(assert (myObject (attribute1 "attr79070") ) ) +(assert (myObject (attribute1 "attr79071") ) ) +(assert (myObject (attribute1 "attr79072") ) ) +(assert (myObject (attribute1 "attr79073") ) ) +(assert (myObject (attribute1 "attr79074") ) ) +(assert (myObject (attribute1 "attr79075") ) ) +(assert (myObject (attribute1 "attr79076") ) ) +(assert (myObject (attribute1 "attr79077") ) ) +(assert (myObject (attribute1 "attr79078") ) ) +(assert (myObject (attribute1 "attr79079") ) ) +(assert (myObject (attribute1 "attr79080") ) ) +(assert (myObject (attribute1 "attr79081") ) ) +(assert (myObject (attribute1 "attr79082") ) ) +(assert (myObject (attribute1 "attr79083") ) ) +(assert (myObject (attribute1 "attr79084") ) ) +(assert (myObject (attribute1 "attr79085") ) ) +(assert (myObject (attribute1 "attr79086") ) ) +(assert (myObject (attribute1 "attr79087") ) ) +(assert (myObject (attribute1 "attr79088") ) ) +(assert (myObject (attribute1 "attr79089") ) ) +(assert (myObject (attribute1 "attr79090") ) ) +(assert (myObject (attribute1 "attr79091") ) ) +(assert (myObject (attribute1 "attr79092") ) ) +(assert (myObject (attribute1 "attr79093") ) ) +(assert (myObject (attribute1 "attr79094") ) ) +(assert (myObject (attribute1 "attr79095") ) ) +(assert (myObject (attribute1 "attr79096") ) ) +(assert (myObject (attribute1 "attr79097") ) ) +(assert (myObject (attribute1 "attr79098") ) ) +(assert (myObject (attribute1 "attr79099") ) ) +(assert (myObject (attribute1 "attr79100") ) ) +(assert (myObject (attribute1 "attr79101") ) ) +(assert (myObject (attribute1 "attr79102") ) ) +(assert (myObject (attribute1 "attr79103") ) ) +(assert (myObject (attribute1 "attr79104") ) ) +(assert (myObject (attribute1 "attr79105") ) ) +(assert (myObject (attribute1 "attr79106") ) ) +(assert (myObject (attribute1 "attr79107") ) ) +(assert (myObject (attribute1 "attr79108") ) ) +(assert (myObject (attribute1 "attr79109") ) ) +(assert (myObject (attribute1 "attr79110") ) ) +(assert (myObject (attribute1 "attr79111") ) ) +(assert (myObject (attribute1 "attr79112") ) ) +(assert (myObject (attribute1 "attr79113") ) ) +(assert (myObject (attribute1 "attr79114") ) ) +(assert (myObject (attribute1 "attr79115") ) ) +(assert (myObject (attribute1 "attr79116") ) ) +(assert (myObject (attribute1 "attr79117") ) ) +(assert (myObject (attribute1 "attr79118") ) ) +(assert (myObject (attribute1 "attr79119") ) ) +(assert (myObject (attribute1 "attr79120") ) ) +(assert (myObject (attribute1 "attr79121") ) ) +(assert (myObject (attribute1 "attr79122") ) ) +(assert (myObject (attribute1 "attr79123") ) ) +(assert (myObject (attribute1 "attr79124") ) ) +(assert (myObject (attribute1 "attr79125") ) ) +(assert (myObject (attribute1 "attr79126") ) ) +(assert (myObject (attribute1 "attr79127") ) ) +(assert (myObject (attribute1 "attr79128") ) ) +(assert (myObject (attribute1 "attr79129") ) ) +(assert (myObject (attribute1 "attr79130") ) ) +(assert (myObject (attribute1 "attr79131") ) ) +(assert (myObject (attribute1 "attr79132") ) ) +(assert (myObject (attribute1 "attr79133") ) ) +(assert (myObject (attribute1 "attr79134") ) ) +(assert (myObject (attribute1 "attr79135") ) ) +(assert (myObject (attribute1 "attr79136") ) ) +(assert (myObject (attribute1 "attr79137") ) ) +(assert (myObject (attribute1 "attr79138") ) ) +(assert (myObject (attribute1 "attr79139") ) ) +(assert (myObject (attribute1 "attr79140") ) ) +(assert (myObject (attribute1 "attr79141") ) ) +(assert (myObject (attribute1 "attr79142") ) ) +(assert (myObject (attribute1 "attr79143") ) ) +(assert (myObject (attribute1 "attr79144") ) ) +(assert (myObject (attribute1 "attr79145") ) ) +(assert (myObject (attribute1 "attr79146") ) ) +(assert (myObject (attribute1 "attr79147") ) ) +(assert (myObject (attribute1 "attr79148") ) ) +(assert (myObject (attribute1 "attr79149") ) ) +(assert (myObject (attribute1 "attr79150") ) ) +(assert (myObject (attribute1 "attr79151") ) ) +(assert (myObject (attribute1 "attr79152") ) ) +(assert (myObject (attribute1 "attr79153") ) ) +(assert (myObject (attribute1 "attr79154") ) ) +(assert (myObject (attribute1 "attr79155") ) ) +(assert (myObject (attribute1 "attr79156") ) ) +(assert (myObject (attribute1 "attr79157") ) ) +(assert (myObject (attribute1 "attr79158") ) ) +(assert (myObject (attribute1 "attr79159") ) ) +(assert (myObject (attribute1 "attr79160") ) ) +(assert (myObject (attribute1 "attr79161") ) ) +(assert (myObject (attribute1 "attr79162") ) ) +(assert (myObject (attribute1 "attr79163") ) ) +(assert (myObject (attribute1 "attr79164") ) ) +(assert (myObject (attribute1 "attr79165") ) ) +(assert (myObject (attribute1 "attr79166") ) ) +(assert (myObject (attribute1 "attr79167") ) ) +(assert (myObject (attribute1 "attr79168") ) ) +(assert (myObject (attribute1 "attr79169") ) ) +(assert (myObject (attribute1 "attr79170") ) ) +(assert (myObject (attribute1 "attr79171") ) ) +(assert (myObject (attribute1 "attr79172") ) ) +(assert (myObject (attribute1 "attr79173") ) ) +(assert (myObject (attribute1 "attr79174") ) ) +(assert (myObject (attribute1 "attr79175") ) ) +(assert (myObject (attribute1 "attr79176") ) ) +(assert (myObject (attribute1 "attr79177") ) ) +(assert (myObject (attribute1 "attr79178") ) ) +(assert (myObject (attribute1 "attr79179") ) ) +(assert (myObject (attribute1 "attr79180") ) ) +(assert (myObject (attribute1 "attr79181") ) ) +(assert (myObject (attribute1 "attr79182") ) ) +(assert (myObject (attribute1 "attr79183") ) ) +(assert (myObject (attribute1 "attr79184") ) ) +(assert (myObject (attribute1 "attr79185") ) ) +(assert (myObject (attribute1 "attr79186") ) ) +(assert (myObject (attribute1 "attr79187") ) ) +(assert (myObject (attribute1 "attr79188") ) ) +(assert (myObject (attribute1 "attr79189") ) ) +(assert (myObject (attribute1 "attr79190") ) ) +(assert (myObject (attribute1 "attr79191") ) ) +(assert (myObject (attribute1 "attr79192") ) ) +(assert (myObject (attribute1 "attr79193") ) ) +(assert (myObject (attribute1 "attr79194") ) ) +(assert (myObject (attribute1 "attr79195") ) ) +(assert (myObject (attribute1 "attr79196") ) ) +(assert (myObject (attribute1 "attr79197") ) ) +(assert (myObject (attribute1 "attr79198") ) ) +(assert (myObject (attribute1 "attr79199") ) ) +(assert (myObject (attribute1 "attr79200") ) ) +(assert (myObject (attribute1 "attr79201") ) ) +(assert (myObject (attribute1 "attr79202") ) ) +(assert (myObject (attribute1 "attr79203") ) ) +(assert (myObject (attribute1 "attr79204") ) ) +(assert (myObject (attribute1 "attr79205") ) ) +(assert (myObject (attribute1 "attr79206") ) ) +(assert (myObject (attribute1 "attr79207") ) ) +(assert (myObject (attribute1 "attr79208") ) ) +(assert (myObject (attribute1 "attr79209") ) ) +(assert (myObject (attribute1 "attr79210") ) ) +(assert (myObject (attribute1 "attr79211") ) ) +(assert (myObject (attribute1 "attr79212") ) ) +(assert (myObject (attribute1 "attr79213") ) ) +(assert (myObject (attribute1 "attr79214") ) ) +(assert (myObject (attribute1 "attr79215") ) ) +(assert (myObject (attribute1 "attr79216") ) ) +(assert (myObject (attribute1 "attr79217") ) ) +(assert (myObject (attribute1 "attr79218") ) ) +(assert (myObject (attribute1 "attr79219") ) ) +(assert (myObject (attribute1 "attr79220") ) ) +(assert (myObject (attribute1 "attr79221") ) ) +(assert (myObject (attribute1 "attr79222") ) ) +(assert (myObject (attribute1 "attr79223") ) ) +(assert (myObject (attribute1 "attr79224") ) ) +(assert (myObject (attribute1 "attr79225") ) ) +(assert (myObject (attribute1 "attr79226") ) ) +(assert (myObject (attribute1 "attr79227") ) ) +(assert (myObject (attribute1 "attr79228") ) ) +(assert (myObject (attribute1 "attr79229") ) ) +(assert (myObject (attribute1 "attr79230") ) ) +(assert (myObject (attribute1 "attr79231") ) ) +(assert (myObject (attribute1 "attr79232") ) ) +(assert (myObject (attribute1 "attr79233") ) ) +(assert (myObject (attribute1 "attr79234") ) ) +(assert (myObject (attribute1 "attr79235") ) ) +(assert (myObject (attribute1 "attr79236") ) ) +(assert (myObject (attribute1 "attr79237") ) ) +(assert (myObject (attribute1 "attr79238") ) ) +(assert (myObject (attribute1 "attr79239") ) ) +(assert (myObject (attribute1 "attr79240") ) ) +(assert (myObject (attribute1 "attr79241") ) ) +(assert (myObject (attribute1 "attr79242") ) ) +(assert (myObject (attribute1 "attr79243") ) ) +(assert (myObject (attribute1 "attr79244") ) ) +(assert (myObject (attribute1 "attr79245") ) ) +(assert (myObject (attribute1 "attr79246") ) ) +(assert (myObject (attribute1 "attr79247") ) ) +(assert (myObject (attribute1 "attr79248") ) ) +(assert (myObject (attribute1 "attr79249") ) ) +(assert (myObject (attribute1 "attr79250") ) ) +(assert (myObject (attribute1 "attr79251") ) ) +(assert (myObject (attribute1 "attr79252") ) ) +(assert (myObject (attribute1 "attr79253") ) ) +(assert (myObject (attribute1 "attr79254") ) ) +(assert (myObject (attribute1 "attr79255") ) ) +(assert (myObject (attribute1 "attr79256") ) ) +(assert (myObject (attribute1 "attr79257") ) ) +(assert (myObject (attribute1 "attr79258") ) ) +(assert (myObject (attribute1 "attr79259") ) ) +(assert (myObject (attribute1 "attr79260") ) ) +(assert (myObject (attribute1 "attr79261") ) ) +(assert (myObject (attribute1 "attr79262") ) ) +(assert (myObject (attribute1 "attr79263") ) ) +(assert (myObject (attribute1 "attr79264") ) ) +(assert (myObject (attribute1 "attr79265") ) ) +(assert (myObject (attribute1 "attr79266") ) ) +(assert (myObject (attribute1 "attr79267") ) ) +(assert (myObject (attribute1 "attr79268") ) ) +(assert (myObject (attribute1 "attr79269") ) ) +(assert (myObject (attribute1 "attr79270") ) ) +(assert (myObject (attribute1 "attr79271") ) ) +(assert (myObject (attribute1 "attr79272") ) ) +(assert (myObject (attribute1 "attr79273") ) ) +(assert (myObject (attribute1 "attr79274") ) ) +(assert (myObject (attribute1 "attr79275") ) ) +(assert (myObject (attribute1 "attr79276") ) ) +(assert (myObject (attribute1 "attr79277") ) ) +(assert (myObject (attribute1 "attr79278") ) ) +(assert (myObject (attribute1 "attr79279") ) ) +(assert (myObject (attribute1 "attr79280") ) ) +(assert (myObject (attribute1 "attr79281") ) ) +(assert (myObject (attribute1 "attr79282") ) ) +(assert (myObject (attribute1 "attr79283") ) ) +(assert (myObject (attribute1 "attr79284") ) ) +(assert (myObject (attribute1 "attr79285") ) ) +(assert (myObject (attribute1 "attr79286") ) ) +(assert (myObject (attribute1 "attr79287") ) ) +(assert (myObject (attribute1 "attr79288") ) ) +(assert (myObject (attribute1 "attr79289") ) ) +(assert (myObject (attribute1 "attr79290") ) ) +(assert (myObject (attribute1 "attr79291") ) ) +(assert (myObject (attribute1 "attr79292") ) ) +(assert (myObject (attribute1 "attr79293") ) ) +(assert (myObject (attribute1 "attr79294") ) ) +(assert (myObject (attribute1 "attr79295") ) ) +(assert (myObject (attribute1 "attr79296") ) ) +(assert (myObject (attribute1 "attr79297") ) ) +(assert (myObject (attribute1 "attr79298") ) ) +(assert (myObject (attribute1 "attr79299") ) ) +(assert (myObject (attribute1 "attr79300") ) ) +(assert (myObject (attribute1 "attr79301") ) ) +(assert (myObject (attribute1 "attr79302") ) ) +(assert (myObject (attribute1 "attr79303") ) ) +(assert (myObject (attribute1 "attr79304") ) ) +(assert (myObject (attribute1 "attr79305") ) ) +(assert (myObject (attribute1 "attr79306") ) ) +(assert (myObject (attribute1 "attr79307") ) ) +(assert (myObject (attribute1 "attr79308") ) ) +(assert (myObject (attribute1 "attr79309") ) ) +(assert (myObject (attribute1 "attr79310") ) ) +(assert (myObject (attribute1 "attr79311") ) ) +(assert (myObject (attribute1 "attr79312") ) ) +(assert (myObject (attribute1 "attr79313") ) ) +(assert (myObject (attribute1 "attr79314") ) ) +(assert (myObject (attribute1 "attr79315") ) ) +(assert (myObject (attribute1 "attr79316") ) ) +(assert (myObject (attribute1 "attr79317") ) ) +(assert (myObject (attribute1 "attr79318") ) ) +(assert (myObject (attribute1 "attr79319") ) ) +(assert (myObject (attribute1 "attr79320") ) ) +(assert (myObject (attribute1 "attr79321") ) ) +(assert (myObject (attribute1 "attr79322") ) ) +(assert (myObject (attribute1 "attr79323") ) ) +(assert (myObject (attribute1 "attr79324") ) ) +(assert (myObject (attribute1 "attr79325") ) ) +(assert (myObject (attribute1 "attr79326") ) ) +(assert (myObject (attribute1 "attr79327") ) ) +(assert (myObject (attribute1 "attr79328") ) ) +(assert (myObject (attribute1 "attr79329") ) ) +(assert (myObject (attribute1 "attr79330") ) ) +(assert (myObject (attribute1 "attr79331") ) ) +(assert (myObject (attribute1 "attr79332") ) ) +(assert (myObject (attribute1 "attr79333") ) ) +(assert (myObject (attribute1 "attr79334") ) ) +(assert (myObject (attribute1 "attr79335") ) ) +(assert (myObject (attribute1 "attr79336") ) ) +(assert (myObject (attribute1 "attr79337") ) ) +(assert (myObject (attribute1 "attr79338") ) ) +(assert (myObject (attribute1 "attr79339") ) ) +(assert (myObject (attribute1 "attr79340") ) ) +(assert (myObject (attribute1 "attr79341") ) ) +(assert (myObject (attribute1 "attr79342") ) ) +(assert (myObject (attribute1 "attr79343") ) ) +(assert (myObject (attribute1 "attr79344") ) ) +(assert (myObject (attribute1 "attr79345") ) ) +(assert (myObject (attribute1 "attr79346") ) ) +(assert (myObject (attribute1 "attr79347") ) ) +(assert (myObject (attribute1 "attr79348") ) ) +(assert (myObject (attribute1 "attr79349") ) ) +(assert (myObject (attribute1 "attr79350") ) ) +(assert (myObject (attribute1 "attr79351") ) ) +(assert (myObject (attribute1 "attr79352") ) ) +(assert (myObject (attribute1 "attr79353") ) ) +(assert (myObject (attribute1 "attr79354") ) ) +(assert (myObject (attribute1 "attr79355") ) ) +(assert (myObject (attribute1 "attr79356") ) ) +(assert (myObject (attribute1 "attr79357") ) ) +(assert (myObject (attribute1 "attr79358") ) ) +(assert (myObject (attribute1 "attr79359") ) ) +(assert (myObject (attribute1 "attr79360") ) ) +(assert (myObject (attribute1 "attr79361") ) ) +(assert (myObject (attribute1 "attr79362") ) ) +(assert (myObject (attribute1 "attr79363") ) ) +(assert (myObject (attribute1 "attr79364") ) ) +(assert (myObject (attribute1 "attr79365") ) ) +(assert (myObject (attribute1 "attr79366") ) ) +(assert (myObject (attribute1 "attr79367") ) ) +(assert (myObject (attribute1 "attr79368") ) ) +(assert (myObject (attribute1 "attr79369") ) ) +(assert (myObject (attribute1 "attr79370") ) ) +(assert (myObject (attribute1 "attr79371") ) ) +(assert (myObject (attribute1 "attr79372") ) ) +(assert (myObject (attribute1 "attr79373") ) ) +(assert (myObject (attribute1 "attr79374") ) ) +(assert (myObject (attribute1 "attr79375") ) ) +(assert (myObject (attribute1 "attr79376") ) ) +(assert (myObject (attribute1 "attr79377") ) ) +(assert (myObject (attribute1 "attr79378") ) ) +(assert (myObject (attribute1 "attr79379") ) ) +(assert (myObject (attribute1 "attr79380") ) ) +(assert (myObject (attribute1 "attr79381") ) ) +(assert (myObject (attribute1 "attr79382") ) ) +(assert (myObject (attribute1 "attr79383") ) ) +(assert (myObject (attribute1 "attr79384") ) ) +(assert (myObject (attribute1 "attr79385") ) ) +(assert (myObject (attribute1 "attr79386") ) ) +(assert (myObject (attribute1 "attr79387") ) ) +(assert (myObject (attribute1 "attr79388") ) ) +(assert (myObject (attribute1 "attr79389") ) ) +(assert (myObject (attribute1 "attr79390") ) ) +(assert (myObject (attribute1 "attr79391") ) ) +(assert (myObject (attribute1 "attr79392") ) ) +(assert (myObject (attribute1 "attr79393") ) ) +(assert (myObject (attribute1 "attr79394") ) ) +(assert (myObject (attribute1 "attr79395") ) ) +(assert (myObject (attribute1 "attr79396") ) ) +(assert (myObject (attribute1 "attr79397") ) ) +(assert (myObject (attribute1 "attr79398") ) ) +(assert (myObject (attribute1 "attr79399") ) ) +(assert (myObject (attribute1 "attr79400") ) ) +(assert (myObject (attribute1 "attr79401") ) ) +(assert (myObject (attribute1 "attr79402") ) ) +(assert (myObject (attribute1 "attr79403") ) ) +(assert (myObject (attribute1 "attr79404") ) ) +(assert (myObject (attribute1 "attr79405") ) ) +(assert (myObject (attribute1 "attr79406") ) ) +(assert (myObject (attribute1 "attr79407") ) ) +(assert (myObject (attribute1 "attr79408") ) ) +(assert (myObject (attribute1 "attr79409") ) ) +(assert (myObject (attribute1 "attr79410") ) ) +(assert (myObject (attribute1 "attr79411") ) ) +(assert (myObject (attribute1 "attr79412") ) ) +(assert (myObject (attribute1 "attr79413") ) ) +(assert (myObject (attribute1 "attr79414") ) ) +(assert (myObject (attribute1 "attr79415") ) ) +(assert (myObject (attribute1 "attr79416") ) ) +(assert (myObject (attribute1 "attr79417") ) ) +(assert (myObject (attribute1 "attr79418") ) ) +(assert (myObject (attribute1 "attr79419") ) ) +(assert (myObject (attribute1 "attr79420") ) ) +(assert (myObject (attribute1 "attr79421") ) ) +(assert (myObject (attribute1 "attr79422") ) ) +(assert (myObject (attribute1 "attr79423") ) ) +(assert (myObject (attribute1 "attr79424") ) ) +(assert (myObject (attribute1 "attr79425") ) ) +(assert (myObject (attribute1 "attr79426") ) ) +(assert (myObject (attribute1 "attr79427") ) ) +(assert (myObject (attribute1 "attr79428") ) ) +(assert (myObject (attribute1 "attr79429") ) ) +(assert (myObject (attribute1 "attr79430") ) ) +(assert (myObject (attribute1 "attr79431") ) ) +(assert (myObject (attribute1 "attr79432") ) ) +(assert (myObject (attribute1 "attr79433") ) ) +(assert (myObject (attribute1 "attr79434") ) ) +(assert (myObject (attribute1 "attr79435") ) ) +(assert (myObject (attribute1 "attr79436") ) ) +(assert (myObject (attribute1 "attr79437") ) ) +(assert (myObject (attribute1 "attr79438") ) ) +(assert (myObject (attribute1 "attr79439") ) ) +(assert (myObject (attribute1 "attr79440") ) ) +(assert (myObject (attribute1 "attr79441") ) ) +(assert (myObject (attribute1 "attr79442") ) ) +(assert (myObject (attribute1 "attr79443") ) ) +(assert (myObject (attribute1 "attr79444") ) ) +(assert (myObject (attribute1 "attr79445") ) ) +(assert (myObject (attribute1 "attr79446") ) ) +(assert (myObject (attribute1 "attr79447") ) ) +(assert (myObject (attribute1 "attr79448") ) ) +(assert (myObject (attribute1 "attr79449") ) ) +(assert (myObject (attribute1 "attr79450") ) ) +(assert (myObject (attribute1 "attr79451") ) ) +(assert (myObject (attribute1 "attr79452") ) ) +(assert (myObject (attribute1 "attr79453") ) ) +(assert (myObject (attribute1 "attr79454") ) ) +(assert (myObject (attribute1 "attr79455") ) ) +(assert (myObject (attribute1 "attr79456") ) ) +(assert (myObject (attribute1 "attr79457") ) ) +(assert (myObject (attribute1 "attr79458") ) ) +(assert (myObject (attribute1 "attr79459") ) ) +(assert (myObject (attribute1 "attr79460") ) ) +(assert (myObject (attribute1 "attr79461") ) ) +(assert (myObject (attribute1 "attr79462") ) ) +(assert (myObject (attribute1 "attr79463") ) ) +(assert (myObject (attribute1 "attr79464") ) ) +(assert (myObject (attribute1 "attr79465") ) ) +(assert (myObject (attribute1 "attr79466") ) ) +(assert (myObject (attribute1 "attr79467") ) ) +(assert (myObject (attribute1 "attr79468") ) ) +(assert (myObject (attribute1 "attr79469") ) ) +(assert (myObject (attribute1 "attr79470") ) ) +(assert (myObject (attribute1 "attr79471") ) ) +(assert (myObject (attribute1 "attr79472") ) ) +(assert (myObject (attribute1 "attr79473") ) ) +(assert (myObject (attribute1 "attr79474") ) ) +(assert (myObject (attribute1 "attr79475") ) ) +(assert (myObject (attribute1 "attr79476") ) ) +(assert (myObject (attribute1 "attr79477") ) ) +(assert (myObject (attribute1 "attr79478") ) ) +(assert (myObject (attribute1 "attr79479") ) ) +(assert (myObject (attribute1 "attr79480") ) ) +(assert (myObject (attribute1 "attr79481") ) ) +(assert (myObject (attribute1 "attr79482") ) ) +(assert (myObject (attribute1 "attr79483") ) ) +(assert (myObject (attribute1 "attr79484") ) ) +(assert (myObject (attribute1 "attr79485") ) ) +(assert (myObject (attribute1 "attr79486") ) ) +(assert (myObject (attribute1 "attr79487") ) ) +(assert (myObject (attribute1 "attr79488") ) ) +(assert (myObject (attribute1 "attr79489") ) ) +(assert (myObject (attribute1 "attr79490") ) ) +(assert (myObject (attribute1 "attr79491") ) ) +(assert (myObject (attribute1 "attr79492") ) ) +(assert (myObject (attribute1 "attr79493") ) ) +(assert (myObject (attribute1 "attr79494") ) ) +(assert (myObject (attribute1 "attr79495") ) ) +(assert (myObject (attribute1 "attr79496") ) ) +(assert (myObject (attribute1 "attr79497") ) ) +(assert (myObject (attribute1 "attr79498") ) ) +(assert (myObject (attribute1 "attr79499") ) ) +(assert (myObject (attribute1 "attr79500") ) ) +(assert (myObject (attribute1 "attr79501") ) ) +(assert (myObject (attribute1 "attr79502") ) ) +(assert (myObject (attribute1 "attr79503") ) ) +(assert (myObject (attribute1 "attr79504") ) ) +(assert (myObject (attribute1 "attr79505") ) ) +(assert (myObject (attribute1 "attr79506") ) ) +(assert (myObject (attribute1 "attr79507") ) ) +(assert (myObject (attribute1 "attr79508") ) ) +(assert (myObject (attribute1 "attr79509") ) ) +(assert (myObject (attribute1 "attr79510") ) ) +(assert (myObject (attribute1 "attr79511") ) ) +(assert (myObject (attribute1 "attr79512") ) ) +(assert (myObject (attribute1 "attr79513") ) ) +(assert (myObject (attribute1 "attr79514") ) ) +(assert (myObject (attribute1 "attr79515") ) ) +(assert (myObject (attribute1 "attr79516") ) ) +(assert (myObject (attribute1 "attr79517") ) ) +(assert (myObject (attribute1 "attr79518") ) ) +(assert (myObject (attribute1 "attr79519") ) ) +(assert (myObject (attribute1 "attr79520") ) ) +(assert (myObject (attribute1 "attr79521") ) ) +(assert (myObject (attribute1 "attr79522") ) ) +(assert (myObject (attribute1 "attr79523") ) ) +(assert (myObject (attribute1 "attr79524") ) ) +(assert (myObject (attribute1 "attr79525") ) ) +(assert (myObject (attribute1 "attr79526") ) ) +(assert (myObject (attribute1 "attr79527") ) ) +(assert (myObject (attribute1 "attr79528") ) ) +(assert (myObject (attribute1 "attr79529") ) ) +(assert (myObject (attribute1 "attr79530") ) ) +(assert (myObject (attribute1 "attr79531") ) ) +(assert (myObject (attribute1 "attr79532") ) ) +(assert (myObject (attribute1 "attr79533") ) ) +(assert (myObject (attribute1 "attr79534") ) ) +(assert (myObject (attribute1 "attr79535") ) ) +(assert (myObject (attribute1 "attr79536") ) ) +(assert (myObject (attribute1 "attr79537") ) ) +(assert (myObject (attribute1 "attr79538") ) ) +(assert (myObject (attribute1 "attr79539") ) ) +(assert (myObject (attribute1 "attr79540") ) ) +(assert (myObject (attribute1 "attr79541") ) ) +(assert (myObject (attribute1 "attr79542") ) ) +(assert (myObject (attribute1 "attr79543") ) ) +(assert (myObject (attribute1 "attr79544") ) ) +(assert (myObject (attribute1 "attr79545") ) ) +(assert (myObject (attribute1 "attr79546") ) ) +(assert (myObject (attribute1 "attr79547") ) ) +(assert (myObject (attribute1 "attr79548") ) ) +(assert (myObject (attribute1 "attr79549") ) ) +(assert (myObject (attribute1 "attr79550") ) ) +(assert (myObject (attribute1 "attr79551") ) ) +(assert (myObject (attribute1 "attr79552") ) ) +(assert (myObject (attribute1 "attr79553") ) ) +(assert (myObject (attribute1 "attr79554") ) ) +(assert (myObject (attribute1 "attr79555") ) ) +(assert (myObject (attribute1 "attr79556") ) ) +(assert (myObject (attribute1 "attr79557") ) ) +(assert (myObject (attribute1 "attr79558") ) ) +(assert (myObject (attribute1 "attr79559") ) ) +(assert (myObject (attribute1 "attr79560") ) ) +(assert (myObject (attribute1 "attr79561") ) ) +(assert (myObject (attribute1 "attr79562") ) ) +(assert (myObject (attribute1 "attr79563") ) ) +(assert (myObject (attribute1 "attr79564") ) ) +(assert (myObject (attribute1 "attr79565") ) ) +(assert (myObject (attribute1 "attr79566") ) ) +(assert (myObject (attribute1 "attr79567") ) ) +(assert (myObject (attribute1 "attr79568") ) ) +(assert (myObject (attribute1 "attr79569") ) ) +(assert (myObject (attribute1 "attr79570") ) ) +(assert (myObject (attribute1 "attr79571") ) ) +(assert (myObject (attribute1 "attr79572") ) ) +(assert (myObject (attribute1 "attr79573") ) ) +(assert (myObject (attribute1 "attr79574") ) ) +(assert (myObject (attribute1 "attr79575") ) ) +(assert (myObject (attribute1 "attr79576") ) ) +(assert (myObject (attribute1 "attr79577") ) ) +(assert (myObject (attribute1 "attr79578") ) ) +(assert (myObject (attribute1 "attr79579") ) ) +(assert (myObject (attribute1 "attr79580") ) ) +(assert (myObject (attribute1 "attr79581") ) ) +(assert (myObject (attribute1 "attr79582") ) ) +(assert (myObject (attribute1 "attr79583") ) ) +(assert (myObject (attribute1 "attr79584") ) ) +(assert (myObject (attribute1 "attr79585") ) ) +(assert (myObject (attribute1 "attr79586") ) ) +(assert (myObject (attribute1 "attr79587") ) ) +(assert (myObject (attribute1 "attr79588") ) ) +(assert (myObject (attribute1 "attr79589") ) ) +(assert (myObject (attribute1 "attr79590") ) ) +(assert (myObject (attribute1 "attr79591") ) ) +(assert (myObject (attribute1 "attr79592") ) ) +(assert (myObject (attribute1 "attr79593") ) ) +(assert (myObject (attribute1 "attr79594") ) ) +(assert (myObject (attribute1 "attr79595") ) ) +(assert (myObject (attribute1 "attr79596") ) ) +(assert (myObject (attribute1 "attr79597") ) ) +(assert (myObject (attribute1 "attr79598") ) ) +(assert (myObject (attribute1 "attr79599") ) ) +(assert (myObject (attribute1 "attr79600") ) ) +(assert (myObject (attribute1 "attr79601") ) ) +(assert (myObject (attribute1 "attr79602") ) ) +(assert (myObject (attribute1 "attr79603") ) ) +(assert (myObject (attribute1 "attr79604") ) ) +(assert (myObject (attribute1 "attr79605") ) ) +(assert (myObject (attribute1 "attr79606") ) ) +(assert (myObject (attribute1 "attr79607") ) ) +(assert (myObject (attribute1 "attr79608") ) ) +(assert (myObject (attribute1 "attr79609") ) ) +(assert (myObject (attribute1 "attr79610") ) ) +(assert (myObject (attribute1 "attr79611") ) ) +(assert (myObject (attribute1 "attr79612") ) ) +(assert (myObject (attribute1 "attr79613") ) ) +(assert (myObject (attribute1 "attr79614") ) ) +(assert (myObject (attribute1 "attr79615") ) ) +(assert (myObject (attribute1 "attr79616") ) ) +(assert (myObject (attribute1 "attr79617") ) ) +(assert (myObject (attribute1 "attr79618") ) ) +(assert (myObject (attribute1 "attr79619") ) ) +(assert (myObject (attribute1 "attr79620") ) ) +(assert (myObject (attribute1 "attr79621") ) ) +(assert (myObject (attribute1 "attr79622") ) ) +(assert (myObject (attribute1 "attr79623") ) ) +(assert (myObject (attribute1 "attr79624") ) ) +(assert (myObject (attribute1 "attr79625") ) ) +(assert (myObject (attribute1 "attr79626") ) ) +(assert (myObject (attribute1 "attr79627") ) ) +(assert (myObject (attribute1 "attr79628") ) ) +(assert (myObject (attribute1 "attr79629") ) ) +(assert (myObject (attribute1 "attr79630") ) ) +(assert (myObject (attribute1 "attr79631") ) ) +(assert (myObject (attribute1 "attr79632") ) ) +(assert (myObject (attribute1 "attr79633") ) ) +(assert (myObject (attribute1 "attr79634") ) ) +(assert (myObject (attribute1 "attr79635") ) ) +(assert (myObject (attribute1 "attr79636") ) ) +(assert (myObject (attribute1 "attr79637") ) ) +(assert (myObject (attribute1 "attr79638") ) ) +(assert (myObject (attribute1 "attr79639") ) ) +(assert (myObject (attribute1 "attr79640") ) ) +(assert (myObject (attribute1 "attr79641") ) ) +(assert (myObject (attribute1 "attr79642") ) ) +(assert (myObject (attribute1 "attr79643") ) ) +(assert (myObject (attribute1 "attr79644") ) ) +(assert (myObject (attribute1 "attr79645") ) ) +(assert (myObject (attribute1 "attr79646") ) ) +(assert (myObject (attribute1 "attr79647") ) ) +(assert (myObject (attribute1 "attr79648") ) ) +(assert (myObject (attribute1 "attr79649") ) ) +(assert (myObject (attribute1 "attr79650") ) ) +(assert (myObject (attribute1 "attr79651") ) ) +(assert (myObject (attribute1 "attr79652") ) ) +(assert (myObject (attribute1 "attr79653") ) ) +(assert (myObject (attribute1 "attr79654") ) ) +(assert (myObject (attribute1 "attr79655") ) ) +(assert (myObject (attribute1 "attr79656") ) ) +(assert (myObject (attribute1 "attr79657") ) ) +(assert (myObject (attribute1 "attr79658") ) ) +(assert (myObject (attribute1 "attr79659") ) ) +(assert (myObject (attribute1 "attr79660") ) ) +(assert (myObject (attribute1 "attr79661") ) ) +(assert (myObject (attribute1 "attr79662") ) ) +(assert (myObject (attribute1 "attr79663") ) ) +(assert (myObject (attribute1 "attr79664") ) ) +(assert (myObject (attribute1 "attr79665") ) ) +(assert (myObject (attribute1 "attr79666") ) ) +(assert (myObject (attribute1 "attr79667") ) ) +(assert (myObject (attribute1 "attr79668") ) ) +(assert (myObject (attribute1 "attr79669") ) ) +(assert (myObject (attribute1 "attr79670") ) ) +(assert (myObject (attribute1 "attr79671") ) ) +(assert (myObject (attribute1 "attr79672") ) ) +(assert (myObject (attribute1 "attr79673") ) ) +(assert (myObject (attribute1 "attr79674") ) ) +(assert (myObject (attribute1 "attr79675") ) ) +(assert (myObject (attribute1 "attr79676") ) ) +(assert (myObject (attribute1 "attr79677") ) ) +(assert (myObject (attribute1 "attr79678") ) ) +(assert (myObject (attribute1 "attr79679") ) ) +(assert (myObject (attribute1 "attr79680") ) ) +(assert (myObject (attribute1 "attr79681") ) ) +(assert (myObject (attribute1 "attr79682") ) ) +(assert (myObject (attribute1 "attr79683") ) ) +(assert (myObject (attribute1 "attr79684") ) ) +(assert (myObject (attribute1 "attr79685") ) ) +(assert (myObject (attribute1 "attr79686") ) ) +(assert (myObject (attribute1 "attr79687") ) ) +(assert (myObject (attribute1 "attr79688") ) ) +(assert (myObject (attribute1 "attr79689") ) ) +(assert (myObject (attribute1 "attr79690") ) ) +(assert (myObject (attribute1 "attr79691") ) ) +(assert (myObject (attribute1 "attr79692") ) ) +(assert (myObject (attribute1 "attr79693") ) ) +(assert (myObject (attribute1 "attr79694") ) ) +(assert (myObject (attribute1 "attr79695") ) ) +(assert (myObject (attribute1 "attr79696") ) ) +(assert (myObject (attribute1 "attr79697") ) ) +(assert (myObject (attribute1 "attr79698") ) ) +(assert (myObject (attribute1 "attr79699") ) ) +(assert (myObject (attribute1 "attr79700") ) ) +(assert (myObject (attribute1 "attr79701") ) ) +(assert (myObject (attribute1 "attr79702") ) ) +(assert (myObject (attribute1 "attr79703") ) ) +(assert (myObject (attribute1 "attr79704") ) ) +(assert (myObject (attribute1 "attr79705") ) ) +(assert (myObject (attribute1 "attr79706") ) ) +(assert (myObject (attribute1 "attr79707") ) ) +(assert (myObject (attribute1 "attr79708") ) ) +(assert (myObject (attribute1 "attr79709") ) ) +(assert (myObject (attribute1 "attr79710") ) ) +(assert (myObject (attribute1 "attr79711") ) ) +(assert (myObject (attribute1 "attr79712") ) ) +(assert (myObject (attribute1 "attr79713") ) ) +(assert (myObject (attribute1 "attr79714") ) ) +(assert (myObject (attribute1 "attr79715") ) ) +(assert (myObject (attribute1 "attr79716") ) ) +(assert (myObject (attribute1 "attr79717") ) ) +(assert (myObject (attribute1 "attr79718") ) ) +(assert (myObject (attribute1 "attr79719") ) ) +(assert (myObject (attribute1 "attr79720") ) ) +(assert (myObject (attribute1 "attr79721") ) ) +(assert (myObject (attribute1 "attr79722") ) ) +(assert (myObject (attribute1 "attr79723") ) ) +(assert (myObject (attribute1 "attr79724") ) ) +(assert (myObject (attribute1 "attr79725") ) ) +(assert (myObject (attribute1 "attr79726") ) ) +(assert (myObject (attribute1 "attr79727") ) ) +(assert (myObject (attribute1 "attr79728") ) ) +(assert (myObject (attribute1 "attr79729") ) ) +(assert (myObject (attribute1 "attr79730") ) ) +(assert (myObject (attribute1 "attr79731") ) ) +(assert (myObject (attribute1 "attr79732") ) ) +(assert (myObject (attribute1 "attr79733") ) ) +(assert (myObject (attribute1 "attr79734") ) ) +(assert (myObject (attribute1 "attr79735") ) ) +(assert (myObject (attribute1 "attr79736") ) ) +(assert (myObject (attribute1 "attr79737") ) ) +(assert (myObject (attribute1 "attr79738") ) ) +(assert (myObject (attribute1 "attr79739") ) ) +(assert (myObject (attribute1 "attr79740") ) ) +(assert (myObject (attribute1 "attr79741") ) ) +(assert (myObject (attribute1 "attr79742") ) ) +(assert (myObject (attribute1 "attr79743") ) ) +(assert (myObject (attribute1 "attr79744") ) ) +(assert (myObject (attribute1 "attr79745") ) ) +(assert (myObject (attribute1 "attr79746") ) ) +(assert (myObject (attribute1 "attr79747") ) ) +(assert (myObject (attribute1 "attr79748") ) ) +(assert (myObject (attribute1 "attr79749") ) ) +(assert (myObject (attribute1 "attr79750") ) ) +(assert (myObject (attribute1 "attr79751") ) ) +(assert (myObject (attribute1 "attr79752") ) ) +(assert (myObject (attribute1 "attr79753") ) ) +(assert (myObject (attribute1 "attr79754") ) ) +(assert (myObject (attribute1 "attr79755") ) ) +(assert (myObject (attribute1 "attr79756") ) ) +(assert (myObject (attribute1 "attr79757") ) ) +(assert (myObject (attribute1 "attr79758") ) ) +(assert (myObject (attribute1 "attr79759") ) ) +(assert (myObject (attribute1 "attr79760") ) ) +(assert (myObject (attribute1 "attr79761") ) ) +(assert (myObject (attribute1 "attr79762") ) ) +(assert (myObject (attribute1 "attr79763") ) ) +(assert (myObject (attribute1 "attr79764") ) ) +(assert (myObject (attribute1 "attr79765") ) ) +(assert (myObject (attribute1 "attr79766") ) ) +(assert (myObject (attribute1 "attr79767") ) ) +(assert (myObject (attribute1 "attr79768") ) ) +(assert (myObject (attribute1 "attr79769") ) ) +(assert (myObject (attribute1 "attr79770") ) ) +(assert (myObject (attribute1 "attr79771") ) ) +(assert (myObject (attribute1 "attr79772") ) ) +(assert (myObject (attribute1 "attr79773") ) ) +(assert (myObject (attribute1 "attr79774") ) ) +(assert (myObject (attribute1 "attr79775") ) ) +(assert (myObject (attribute1 "attr79776") ) ) +(assert (myObject (attribute1 "attr79777") ) ) +(assert (myObject (attribute1 "attr79778") ) ) +(assert (myObject (attribute1 "attr79779") ) ) +(assert (myObject (attribute1 "attr79780") ) ) +(assert (myObject (attribute1 "attr79781") ) ) +(assert (myObject (attribute1 "attr79782") ) ) +(assert (myObject (attribute1 "attr79783") ) ) +(assert (myObject (attribute1 "attr79784") ) ) +(assert (myObject (attribute1 "attr79785") ) ) +(assert (myObject (attribute1 "attr79786") ) ) +(assert (myObject (attribute1 "attr79787") ) ) +(assert (myObject (attribute1 "attr79788") ) ) +(assert (myObject (attribute1 "attr79789") ) ) +(assert (myObject (attribute1 "attr79790") ) ) +(assert (myObject (attribute1 "attr79791") ) ) +(assert (myObject (attribute1 "attr79792") ) ) +(assert (myObject (attribute1 "attr79793") ) ) +(assert (myObject (attribute1 "attr79794") ) ) +(assert (myObject (attribute1 "attr79795") ) ) +(assert (myObject (attribute1 "attr79796") ) ) +(assert (myObject (attribute1 "attr79797") ) ) +(assert (myObject (attribute1 "attr79798") ) ) +(assert (myObject (attribute1 "attr79799") ) ) +(assert (myObject (attribute1 "attr79800") ) ) +(assert (myObject (attribute1 "attr79801") ) ) +(assert (myObject (attribute1 "attr79802") ) ) +(assert (myObject (attribute1 "attr79803") ) ) +(assert (myObject (attribute1 "attr79804") ) ) +(assert (myObject (attribute1 "attr79805") ) ) +(assert (myObject (attribute1 "attr79806") ) ) +(assert (myObject (attribute1 "attr79807") ) ) +(assert (myObject (attribute1 "attr79808") ) ) +(assert (myObject (attribute1 "attr79809") ) ) +(assert (myObject (attribute1 "attr79810") ) ) +(assert (myObject (attribute1 "attr79811") ) ) +(assert (myObject (attribute1 "attr79812") ) ) +(assert (myObject (attribute1 "attr79813") ) ) +(assert (myObject (attribute1 "attr79814") ) ) +(assert (myObject (attribute1 "attr79815") ) ) +(assert (myObject (attribute1 "attr79816") ) ) +(assert (myObject (attribute1 "attr79817") ) ) +(assert (myObject (attribute1 "attr79818") ) ) +(assert (myObject (attribute1 "attr79819") ) ) +(assert (myObject (attribute1 "attr79820") ) ) +(assert (myObject (attribute1 "attr79821") ) ) +(assert (myObject (attribute1 "attr79822") ) ) +(assert (myObject (attribute1 "attr79823") ) ) +(assert (myObject (attribute1 "attr79824") ) ) +(assert (myObject (attribute1 "attr79825") ) ) +(assert (myObject (attribute1 "attr79826") ) ) +(assert (myObject (attribute1 "attr79827") ) ) +(assert (myObject (attribute1 "attr79828") ) ) +(assert (myObject (attribute1 "attr79829") ) ) +(assert (myObject (attribute1 "attr79830") ) ) +(assert (myObject (attribute1 "attr79831") ) ) +(assert (myObject (attribute1 "attr79832") ) ) +(assert (myObject (attribute1 "attr79833") ) ) +(assert (myObject (attribute1 "attr79834") ) ) +(assert (myObject (attribute1 "attr79835") ) ) +(assert (myObject (attribute1 "attr79836") ) ) +(assert (myObject (attribute1 "attr79837") ) ) +(assert (myObject (attribute1 "attr79838") ) ) +(assert (myObject (attribute1 "attr79839") ) ) +(assert (myObject (attribute1 "attr79840") ) ) +(assert (myObject (attribute1 "attr79841") ) ) +(assert (myObject (attribute1 "attr79842") ) ) +(assert (myObject (attribute1 "attr79843") ) ) +(assert (myObject (attribute1 "attr79844") ) ) +(assert (myObject (attribute1 "attr79845") ) ) +(assert (myObject (attribute1 "attr79846") ) ) +(assert (myObject (attribute1 "attr79847") ) ) +(assert (myObject (attribute1 "attr79848") ) ) +(assert (myObject (attribute1 "attr79849") ) ) +(assert (myObject (attribute1 "attr79850") ) ) +(assert (myObject (attribute1 "attr79851") ) ) +(assert (myObject (attribute1 "attr79852") ) ) +(assert (myObject (attribute1 "attr79853") ) ) +(assert (myObject (attribute1 "attr79854") ) ) +(assert (myObject (attribute1 "attr79855") ) ) +(assert (myObject (attribute1 "attr79856") ) ) +(assert (myObject (attribute1 "attr79857") ) ) +(assert (myObject (attribute1 "attr79858") ) ) +(assert (myObject (attribute1 "attr79859") ) ) +(assert (myObject (attribute1 "attr79860") ) ) +(assert (myObject (attribute1 "attr79861") ) ) +(assert (myObject (attribute1 "attr79862") ) ) +(assert (myObject (attribute1 "attr79863") ) ) +(assert (myObject (attribute1 "attr79864") ) ) +(assert (myObject (attribute1 "attr79865") ) ) +(assert (myObject (attribute1 "attr79866") ) ) +(assert (myObject (attribute1 "attr79867") ) ) +(assert (myObject (attribute1 "attr79868") ) ) +(assert (myObject (attribute1 "attr79869") ) ) +(assert (myObject (attribute1 "attr79870") ) ) +(assert (myObject (attribute1 "attr79871") ) ) +(assert (myObject (attribute1 "attr79872") ) ) +(assert (myObject (attribute1 "attr79873") ) ) +(assert (myObject (attribute1 "attr79874") ) ) +(assert (myObject (attribute1 "attr79875") ) ) +(assert (myObject (attribute1 "attr79876") ) ) +(assert (myObject (attribute1 "attr79877") ) ) +(assert (myObject (attribute1 "attr79878") ) ) +(assert (myObject (attribute1 "attr79879") ) ) +(assert (myObject (attribute1 "attr79880") ) ) +(assert (myObject (attribute1 "attr79881") ) ) +(assert (myObject (attribute1 "attr79882") ) ) +(assert (myObject (attribute1 "attr79883") ) ) +(assert (myObject (attribute1 "attr79884") ) ) +(assert (myObject (attribute1 "attr79885") ) ) +(assert (myObject (attribute1 "attr79886") ) ) +(assert (myObject (attribute1 "attr79887") ) ) +(assert (myObject (attribute1 "attr79888") ) ) +(assert (myObject (attribute1 "attr79889") ) ) +(assert (myObject (attribute1 "attr79890") ) ) +(assert (myObject (attribute1 "attr79891") ) ) +(assert (myObject (attribute1 "attr79892") ) ) +(assert (myObject (attribute1 "attr79893") ) ) +(assert (myObject (attribute1 "attr79894") ) ) +(assert (myObject (attribute1 "attr79895") ) ) +(assert (myObject (attribute1 "attr79896") ) ) +(assert (myObject (attribute1 "attr79897") ) ) +(assert (myObject (attribute1 "attr79898") ) ) +(assert (myObject (attribute1 "attr79899") ) ) +(assert (myObject (attribute1 "attr79900") ) ) +(assert (myObject (attribute1 "attr79901") ) ) +(assert (myObject (attribute1 "attr79902") ) ) +(assert (myObject (attribute1 "attr79903") ) ) +(assert (myObject (attribute1 "attr79904") ) ) +(assert (myObject (attribute1 "attr79905") ) ) +(assert (myObject (attribute1 "attr79906") ) ) +(assert (myObject (attribute1 "attr79907") ) ) +(assert (myObject (attribute1 "attr79908") ) ) +(assert (myObject (attribute1 "attr79909") ) ) +(assert (myObject (attribute1 "attr79910") ) ) +(assert (myObject (attribute1 "attr79911") ) ) +(assert (myObject (attribute1 "attr79912") ) ) +(assert (myObject (attribute1 "attr79913") ) ) +(assert (myObject (attribute1 "attr79914") ) ) +(assert (myObject (attribute1 "attr79915") ) ) +(assert (myObject (attribute1 "attr79916") ) ) +(assert (myObject (attribute1 "attr79917") ) ) +(assert (myObject (attribute1 "attr79918") ) ) +(assert (myObject (attribute1 "attr79919") ) ) +(assert (myObject (attribute1 "attr79920") ) ) +(assert (myObject (attribute1 "attr79921") ) ) +(assert (myObject (attribute1 "attr79922") ) ) +(assert (myObject (attribute1 "attr79923") ) ) +(assert (myObject (attribute1 "attr79924") ) ) +(assert (myObject (attribute1 "attr79925") ) ) +(assert (myObject (attribute1 "attr79926") ) ) +(assert (myObject (attribute1 "attr79927") ) ) +(assert (myObject (attribute1 "attr79928") ) ) +(assert (myObject (attribute1 "attr79929") ) ) +(assert (myObject (attribute1 "attr79930") ) ) +(assert (myObject (attribute1 "attr79931") ) ) +(assert (myObject (attribute1 "attr79932") ) ) +(assert (myObject (attribute1 "attr79933") ) ) +(assert (myObject (attribute1 "attr79934") ) ) +(assert (myObject (attribute1 "attr79935") ) ) +(assert (myObject (attribute1 "attr79936") ) ) +(assert (myObject (attribute1 "attr79937") ) ) +(assert (myObject (attribute1 "attr79938") ) ) +(assert (myObject (attribute1 "attr79939") ) ) +(assert (myObject (attribute1 "attr79940") ) ) +(assert (myObject (attribute1 "attr79941") ) ) +(assert (myObject (attribute1 "attr79942") ) ) +(assert (myObject (attribute1 "attr79943") ) ) +(assert (myObject (attribute1 "attr79944") ) ) +(assert (myObject (attribute1 "attr79945") ) ) +(assert (myObject (attribute1 "attr79946") ) ) +(assert (myObject (attribute1 "attr79947") ) ) +(assert (myObject (attribute1 "attr79948") ) ) +(assert (myObject (attribute1 "attr79949") ) ) +(assert (myObject (attribute1 "attr79950") ) ) +(assert (myObject (attribute1 "attr79951") ) ) +(assert (myObject (attribute1 "attr79952") ) ) +(assert (myObject (attribute1 "attr79953") ) ) +(assert (myObject (attribute1 "attr79954") ) ) +(assert (myObject (attribute1 "attr79955") ) ) +(assert (myObject (attribute1 "attr79956") ) ) +(assert (myObject (attribute1 "attr79957") ) ) +(assert (myObject (attribute1 "attr79958") ) ) +(assert (myObject (attribute1 "attr79959") ) ) +(assert (myObject (attribute1 "attr79960") ) ) +(assert (myObject (attribute1 "attr79961") ) ) +(assert (myObject (attribute1 "attr79962") ) ) +(assert (myObject (attribute1 "attr79963") ) ) +(assert (myObject (attribute1 "attr79964") ) ) +(assert (myObject (attribute1 "attr79965") ) ) +(assert (myObject (attribute1 "attr79966") ) ) +(assert (myObject (attribute1 "attr79967") ) ) +(assert (myObject (attribute1 "attr79968") ) ) +(assert (myObject (attribute1 "attr79969") ) ) +(assert (myObject (attribute1 "attr79970") ) ) +(assert (myObject (attribute1 "attr79971") ) ) +(assert (myObject (attribute1 "attr79972") ) ) +(assert (myObject (attribute1 "attr79973") ) ) +(assert (myObject (attribute1 "attr79974") ) ) +(assert (myObject (attribute1 "attr79975") ) ) +(assert (myObject (attribute1 "attr79976") ) ) +(assert (myObject (attribute1 "attr79977") ) ) +(assert (myObject (attribute1 "attr79978") ) ) +(assert (myObject (attribute1 "attr79979") ) ) +(assert (myObject (attribute1 "attr79980") ) ) +(assert (myObject (attribute1 "attr79981") ) ) +(assert (myObject (attribute1 "attr79982") ) ) +(assert (myObject (attribute1 "attr79983") ) ) +(assert (myObject (attribute1 "attr79984") ) ) +(assert (myObject (attribute1 "attr79985") ) ) +(assert (myObject (attribute1 "attr79986") ) ) +(assert (myObject (attribute1 "attr79987") ) ) +(assert (myObject (attribute1 "attr79988") ) ) +(assert (myObject (attribute1 "attr79989") ) ) +(assert (myObject (attribute1 "attr79990") ) ) +(assert (myObject (attribute1 "attr79991") ) ) +(assert (myObject (attribute1 "attr79992") ) ) +(assert (myObject (attribute1 "attr79993") ) ) +(assert (myObject (attribute1 "attr79994") ) ) +(assert (myObject (attribute1 "attr79995") ) ) +(assert (myObject (attribute1 "attr79996") ) ) +(assert (myObject (attribute1 "attr79997") ) ) +(assert (myObject (attribute1 "attr79998") ) ) +(assert (myObject (attribute1 "attr79999") ) ) +(assert (myObject (attribute1 "attr80000") ) ) +(assert (myObject (attribute1 "attr80001") ) ) +(assert (myObject (attribute1 "attr80002") ) ) +(assert (myObject (attribute1 "attr80003") ) ) +(assert (myObject (attribute1 "attr80004") ) ) +(assert (myObject (attribute1 "attr80005") ) ) +(assert (myObject (attribute1 "attr80006") ) ) +(assert (myObject (attribute1 "attr80007") ) ) +(assert (myObject (attribute1 "attr80008") ) ) +(assert (myObject (attribute1 "attr80009") ) ) +(assert (myObject (attribute1 "attr80010") ) ) +(assert (myObject (attribute1 "attr80011") ) ) +(assert (myObject (attribute1 "attr80012") ) ) +(assert (myObject (attribute1 "attr80013") ) ) +(assert (myObject (attribute1 "attr80014") ) ) +(assert (myObject (attribute1 "attr80015") ) ) +(assert (myObject (attribute1 "attr80016") ) ) +(assert (myObject (attribute1 "attr80017") ) ) +(assert (myObject (attribute1 "attr80018") ) ) +(assert (myObject (attribute1 "attr80019") ) ) +(assert (myObject (attribute1 "attr80020") ) ) +(assert (myObject (attribute1 "attr80021") ) ) +(assert (myObject (attribute1 "attr80022") ) ) +(assert (myObject (attribute1 "attr80023") ) ) +(assert (myObject (attribute1 "attr80024") ) ) +(assert (myObject (attribute1 "attr80025") ) ) +(assert (myObject (attribute1 "attr80026") ) ) +(assert (myObject (attribute1 "attr80027") ) ) +(assert (myObject (attribute1 "attr80028") ) ) +(assert (myObject (attribute1 "attr80029") ) ) +(assert (myObject (attribute1 "attr80030") ) ) +(assert (myObject (attribute1 "attr80031") ) ) +(assert (myObject (attribute1 "attr80032") ) ) +(assert (myObject (attribute1 "attr80033") ) ) +(assert (myObject (attribute1 "attr80034") ) ) +(assert (myObject (attribute1 "attr80035") ) ) +(assert (myObject (attribute1 "attr80036") ) ) +(assert (myObject (attribute1 "attr80037") ) ) +(assert (myObject (attribute1 "attr80038") ) ) +(assert (myObject (attribute1 "attr80039") ) ) +(assert (myObject (attribute1 "attr80040") ) ) +(assert (myObject (attribute1 "attr80041") ) ) +(assert (myObject (attribute1 "attr80042") ) ) +(assert (myObject (attribute1 "attr80043") ) ) +(assert (myObject (attribute1 "attr80044") ) ) +(assert (myObject (attribute1 "attr80045") ) ) +(assert (myObject (attribute1 "attr80046") ) ) +(assert (myObject (attribute1 "attr80047") ) ) +(assert (myObject (attribute1 "attr80048") ) ) +(assert (myObject (attribute1 "attr80049") ) ) +(assert (myObject (attribute1 "attr80050") ) ) +(assert (myObject (attribute1 "attr80051") ) ) +(assert (myObject (attribute1 "attr80052") ) ) +(assert (myObject (attribute1 "attr80053") ) ) +(assert (myObject (attribute1 "attr80054") ) ) +(assert (myObject (attribute1 "attr80055") ) ) +(assert (myObject (attribute1 "attr80056") ) ) +(assert (myObject (attribute1 "attr80057") ) ) +(assert (myObject (attribute1 "attr80058") ) ) +(assert (myObject (attribute1 "attr80059") ) ) +(assert (myObject (attribute1 "attr80060") ) ) +(assert (myObject (attribute1 "attr80061") ) ) +(assert (myObject (attribute1 "attr80062") ) ) +(assert (myObject (attribute1 "attr80063") ) ) +(assert (myObject (attribute1 "attr80064") ) ) +(assert (myObject (attribute1 "attr80065") ) ) +(assert (myObject (attribute1 "attr80066") ) ) +(assert (myObject (attribute1 "attr80067") ) ) +(assert (myObject (attribute1 "attr80068") ) ) +(assert (myObject (attribute1 "attr80069") ) ) +(assert (myObject (attribute1 "attr80070") ) ) +(assert (myObject (attribute1 "attr80071") ) ) +(assert (myObject (attribute1 "attr80072") ) ) +(assert (myObject (attribute1 "attr80073") ) ) +(assert (myObject (attribute1 "attr80074") ) ) +(assert (myObject (attribute1 "attr80075") ) ) +(assert (myObject (attribute1 "attr80076") ) ) +(assert (myObject (attribute1 "attr80077") ) ) +(assert (myObject (attribute1 "attr80078") ) ) +(assert (myObject (attribute1 "attr80079") ) ) +(assert (myObject (attribute1 "attr80080") ) ) +(assert (myObject (attribute1 "attr80081") ) ) +(assert (myObject (attribute1 "attr80082") ) ) +(assert (myObject (attribute1 "attr80083") ) ) +(assert (myObject (attribute1 "attr80084") ) ) +(assert (myObject (attribute1 "attr80085") ) ) +(assert (myObject (attribute1 "attr80086") ) ) +(assert (myObject (attribute1 "attr80087") ) ) +(assert (myObject (attribute1 "attr80088") ) ) +(assert (myObject (attribute1 "attr80089") ) ) +(assert (myObject (attribute1 "attr80090") ) ) +(assert (myObject (attribute1 "attr80091") ) ) +(assert (myObject (attribute1 "attr80092") ) ) +(assert (myObject (attribute1 "attr80093") ) ) +(assert (myObject (attribute1 "attr80094") ) ) +(assert (myObject (attribute1 "attr80095") ) ) +(assert (myObject (attribute1 "attr80096") ) ) +(assert (myObject (attribute1 "attr80097") ) ) +(assert (myObject (attribute1 "attr80098") ) ) +(assert (myObject (attribute1 "attr80099") ) ) +(assert (myObject (attribute1 "attr80100") ) ) +(assert (myObject (attribute1 "attr80101") ) ) +(assert (myObject (attribute1 "attr80102") ) ) +(assert (myObject (attribute1 "attr80103") ) ) +(assert (myObject (attribute1 "attr80104") ) ) +(assert (myObject (attribute1 "attr80105") ) ) +(assert (myObject (attribute1 "attr80106") ) ) +(assert (myObject (attribute1 "attr80107") ) ) +(assert (myObject (attribute1 "attr80108") ) ) +(assert (myObject (attribute1 "attr80109") ) ) +(assert (myObject (attribute1 "attr80110") ) ) +(assert (myObject (attribute1 "attr80111") ) ) +(assert (myObject (attribute1 "attr80112") ) ) +(assert (myObject (attribute1 "attr80113") ) ) +(assert (myObject (attribute1 "attr80114") ) ) +(assert (myObject (attribute1 "attr80115") ) ) +(assert (myObject (attribute1 "attr80116") ) ) +(assert (myObject (attribute1 "attr80117") ) ) +(assert (myObject (attribute1 "attr80118") ) ) +(assert (myObject (attribute1 "attr80119") ) ) +(assert (myObject (attribute1 "attr80120") ) ) +(assert (myObject (attribute1 "attr80121") ) ) +(assert (myObject (attribute1 "attr80122") ) ) +(assert (myObject (attribute1 "attr80123") ) ) +(assert (myObject (attribute1 "attr80124") ) ) +(assert (myObject (attribute1 "attr80125") ) ) +(assert (myObject (attribute1 "attr80126") ) ) +(assert (myObject (attribute1 "attr80127") ) ) +(assert (myObject (attribute1 "attr80128") ) ) +(assert (myObject (attribute1 "attr80129") ) ) +(assert (myObject (attribute1 "attr80130") ) ) +(assert (myObject (attribute1 "attr80131") ) ) +(assert (myObject (attribute1 "attr80132") ) ) +(assert (myObject (attribute1 "attr80133") ) ) +(assert (myObject (attribute1 "attr80134") ) ) +(assert (myObject (attribute1 "attr80135") ) ) +(assert (myObject (attribute1 "attr80136") ) ) +(assert (myObject (attribute1 "attr80137") ) ) +(assert (myObject (attribute1 "attr80138") ) ) +(assert (myObject (attribute1 "attr80139") ) ) +(assert (myObject (attribute1 "attr80140") ) ) +(assert (myObject (attribute1 "attr80141") ) ) +(assert (myObject (attribute1 "attr80142") ) ) +(assert (myObject (attribute1 "attr80143") ) ) +(assert (myObject (attribute1 "attr80144") ) ) +(assert (myObject (attribute1 "attr80145") ) ) +(assert (myObject (attribute1 "attr80146") ) ) +(assert (myObject (attribute1 "attr80147") ) ) +(assert (myObject (attribute1 "attr80148") ) ) +(assert (myObject (attribute1 "attr80149") ) ) +(assert (myObject (attribute1 "attr80150") ) ) +(assert (myObject (attribute1 "attr80151") ) ) +(assert (myObject (attribute1 "attr80152") ) ) +(assert (myObject (attribute1 "attr80153") ) ) +(assert (myObject (attribute1 "attr80154") ) ) +(assert (myObject (attribute1 "attr80155") ) ) +(assert (myObject (attribute1 "attr80156") ) ) +(assert (myObject (attribute1 "attr80157") ) ) +(assert (myObject (attribute1 "attr80158") ) ) +(assert (myObject (attribute1 "attr80159") ) ) +(assert (myObject (attribute1 "attr80160") ) ) +(assert (myObject (attribute1 "attr80161") ) ) +(assert (myObject (attribute1 "attr80162") ) ) +(assert (myObject (attribute1 "attr80163") ) ) +(assert (myObject (attribute1 "attr80164") ) ) +(assert (myObject (attribute1 "attr80165") ) ) +(assert (myObject (attribute1 "attr80166") ) ) +(assert (myObject (attribute1 "attr80167") ) ) +(assert (myObject (attribute1 "attr80168") ) ) +(assert (myObject (attribute1 "attr80169") ) ) +(assert (myObject (attribute1 "attr80170") ) ) +(assert (myObject (attribute1 "attr80171") ) ) +(assert (myObject (attribute1 "attr80172") ) ) +(assert (myObject (attribute1 "attr80173") ) ) +(assert (myObject (attribute1 "attr80174") ) ) +(assert (myObject (attribute1 "attr80175") ) ) +(assert (myObject (attribute1 "attr80176") ) ) +(assert (myObject (attribute1 "attr80177") ) ) +(assert (myObject (attribute1 "attr80178") ) ) +(assert (myObject (attribute1 "attr80179") ) ) +(assert (myObject (attribute1 "attr80180") ) ) +(assert (myObject (attribute1 "attr80181") ) ) +(assert (myObject (attribute1 "attr80182") ) ) +(assert (myObject (attribute1 "attr80183") ) ) +(assert (myObject (attribute1 "attr80184") ) ) +(assert (myObject (attribute1 "attr80185") ) ) +(assert (myObject (attribute1 "attr80186") ) ) +(assert (myObject (attribute1 "attr80187") ) ) +(assert (myObject (attribute1 "attr80188") ) ) +(assert (myObject (attribute1 "attr80189") ) ) +(assert (myObject (attribute1 "attr80190") ) ) +(assert (myObject (attribute1 "attr80191") ) ) +(assert (myObject (attribute1 "attr80192") ) ) +(assert (myObject (attribute1 "attr80193") ) ) +(assert (myObject (attribute1 "attr80194") ) ) +(assert (myObject (attribute1 "attr80195") ) ) +(assert (myObject (attribute1 "attr80196") ) ) +(assert (myObject (attribute1 "attr80197") ) ) +(assert (myObject (attribute1 "attr80198") ) ) +(assert (myObject (attribute1 "attr80199") ) ) +(assert (myObject (attribute1 "attr80200") ) ) +(assert (myObject (attribute1 "attr80201") ) ) +(assert (myObject (attribute1 "attr80202") ) ) +(assert (myObject (attribute1 "attr80203") ) ) +(assert (myObject (attribute1 "attr80204") ) ) +(assert (myObject (attribute1 "attr80205") ) ) +(assert (myObject (attribute1 "attr80206") ) ) +(assert (myObject (attribute1 "attr80207") ) ) +(assert (myObject (attribute1 "attr80208") ) ) +(assert (myObject (attribute1 "attr80209") ) ) +(assert (myObject (attribute1 "attr80210") ) ) +(assert (myObject (attribute1 "attr80211") ) ) +(assert (myObject (attribute1 "attr80212") ) ) +(assert (myObject (attribute1 "attr80213") ) ) +(assert (myObject (attribute1 "attr80214") ) ) +(assert (myObject (attribute1 "attr80215") ) ) +(assert (myObject (attribute1 "attr80216") ) ) +(assert (myObject (attribute1 "attr80217") ) ) +(assert (myObject (attribute1 "attr80218") ) ) +(assert (myObject (attribute1 "attr80219") ) ) +(assert (myObject (attribute1 "attr80220") ) ) +(assert (myObject (attribute1 "attr80221") ) ) +(assert (myObject (attribute1 "attr80222") ) ) +(assert (myObject (attribute1 "attr80223") ) ) +(assert (myObject (attribute1 "attr80224") ) ) +(assert (myObject (attribute1 "attr80225") ) ) +(assert (myObject (attribute1 "attr80226") ) ) +(assert (myObject (attribute1 "attr80227") ) ) +(assert (myObject (attribute1 "attr80228") ) ) +(assert (myObject (attribute1 "attr80229") ) ) +(assert (myObject (attribute1 "attr80230") ) ) +(assert (myObject (attribute1 "attr80231") ) ) +(assert (myObject (attribute1 "attr80232") ) ) +(assert (myObject (attribute1 "attr80233") ) ) +(assert (myObject (attribute1 "attr80234") ) ) +(assert (myObject (attribute1 "attr80235") ) ) +(assert (myObject (attribute1 "attr80236") ) ) +(assert (myObject (attribute1 "attr80237") ) ) +(assert (myObject (attribute1 "attr80238") ) ) +(assert (myObject (attribute1 "attr80239") ) ) +(assert (myObject (attribute1 "attr80240") ) ) +(assert (myObject (attribute1 "attr80241") ) ) +(assert (myObject (attribute1 "attr80242") ) ) +(assert (myObject (attribute1 "attr80243") ) ) +(assert (myObject (attribute1 "attr80244") ) ) +(assert (myObject (attribute1 "attr80245") ) ) +(assert (myObject (attribute1 "attr80246") ) ) +(assert (myObject (attribute1 "attr80247") ) ) +(assert (myObject (attribute1 "attr80248") ) ) +(assert (myObject (attribute1 "attr80249") ) ) +(assert (myObject (attribute1 "attr80250") ) ) +(assert (myObject (attribute1 "attr80251") ) ) +(assert (myObject (attribute1 "attr80252") ) ) +(assert (myObject (attribute1 "attr80253") ) ) +(assert (myObject (attribute1 "attr80254") ) ) +(assert (myObject (attribute1 "attr80255") ) ) +(assert (myObject (attribute1 "attr80256") ) ) +(assert (myObject (attribute1 "attr80257") ) ) +(assert (myObject (attribute1 "attr80258") ) ) +(assert (myObject (attribute1 "attr80259") ) ) +(assert (myObject (attribute1 "attr80260") ) ) +(assert (myObject (attribute1 "attr80261") ) ) +(assert (myObject (attribute1 "attr80262") ) ) +(assert (myObject (attribute1 "attr80263") ) ) +(assert (myObject (attribute1 "attr80264") ) ) +(assert (myObject (attribute1 "attr80265") ) ) +(assert (myObject (attribute1 "attr80266") ) ) +(assert (myObject (attribute1 "attr80267") ) ) +(assert (myObject (attribute1 "attr80268") ) ) +(assert (myObject (attribute1 "attr80269") ) ) +(assert (myObject (attribute1 "attr80270") ) ) +(assert (myObject (attribute1 "attr80271") ) ) +(assert (myObject (attribute1 "attr80272") ) ) +(assert (myObject (attribute1 "attr80273") ) ) +(assert (myObject (attribute1 "attr80274") ) ) +(assert (myObject (attribute1 "attr80275") ) ) +(assert (myObject (attribute1 "attr80276") ) ) +(assert (myObject (attribute1 "attr80277") ) ) +(assert (myObject (attribute1 "attr80278") ) ) +(assert (myObject (attribute1 "attr80279") ) ) +(assert (myObject (attribute1 "attr80280") ) ) +(assert (myObject (attribute1 "attr80281") ) ) +(assert (myObject (attribute1 "attr80282") ) ) +(assert (myObject (attribute1 "attr80283") ) ) +(assert (myObject (attribute1 "attr80284") ) ) +(assert (myObject (attribute1 "attr80285") ) ) +(assert (myObject (attribute1 "attr80286") ) ) +(assert (myObject (attribute1 "attr80287") ) ) +(assert (myObject (attribute1 "attr80288") ) ) +(assert (myObject (attribute1 "attr80289") ) ) +(assert (myObject (attribute1 "attr80290") ) ) +(assert (myObject (attribute1 "attr80291") ) ) +(assert (myObject (attribute1 "attr80292") ) ) +(assert (myObject (attribute1 "attr80293") ) ) +(assert (myObject (attribute1 "attr80294") ) ) +(assert (myObject (attribute1 "attr80295") ) ) +(assert (myObject (attribute1 "attr80296") ) ) +(assert (myObject (attribute1 "attr80297") ) ) +(assert (myObject (attribute1 "attr80298") ) ) +(assert (myObject (attribute1 "attr80299") ) ) +(assert (myObject (attribute1 "attr80300") ) ) +(assert (myObject (attribute1 "attr80301") ) ) +(assert (myObject (attribute1 "attr80302") ) ) +(assert (myObject (attribute1 "attr80303") ) ) +(assert (myObject (attribute1 "attr80304") ) ) +(assert (myObject (attribute1 "attr80305") ) ) +(assert (myObject (attribute1 "attr80306") ) ) +(assert (myObject (attribute1 "attr80307") ) ) +(assert (myObject (attribute1 "attr80308") ) ) +(assert (myObject (attribute1 "attr80309") ) ) +(assert (myObject (attribute1 "attr80310") ) ) +(assert (myObject (attribute1 "attr80311") ) ) +(assert (myObject (attribute1 "attr80312") ) ) +(assert (myObject (attribute1 "attr80313") ) ) +(assert (myObject (attribute1 "attr80314") ) ) +(assert (myObject (attribute1 "attr80315") ) ) +(assert (myObject (attribute1 "attr80316") ) ) +(assert (myObject (attribute1 "attr80317") ) ) +(assert (myObject (attribute1 "attr80318") ) ) +(assert (myObject (attribute1 "attr80319") ) ) +(assert (myObject (attribute1 "attr80320") ) ) +(assert (myObject (attribute1 "attr80321") ) ) +(assert (myObject (attribute1 "attr80322") ) ) +(assert (myObject (attribute1 "attr80323") ) ) +(assert (myObject (attribute1 "attr80324") ) ) +(assert (myObject (attribute1 "attr80325") ) ) +(assert (myObject (attribute1 "attr80326") ) ) +(assert (myObject (attribute1 "attr80327") ) ) +(assert (myObject (attribute1 "attr80328") ) ) +(assert (myObject (attribute1 "attr80329") ) ) +(assert (myObject (attribute1 "attr80330") ) ) +(assert (myObject (attribute1 "attr80331") ) ) +(assert (myObject (attribute1 "attr80332") ) ) +(assert (myObject (attribute1 "attr80333") ) ) +(assert (myObject (attribute1 "attr80334") ) ) +(assert (myObject (attribute1 "attr80335") ) ) +(assert (myObject (attribute1 "attr80336") ) ) +(assert (myObject (attribute1 "attr80337") ) ) +(assert (myObject (attribute1 "attr80338") ) ) +(assert (myObject (attribute1 "attr80339") ) ) +(assert (myObject (attribute1 "attr80340") ) ) +(assert (myObject (attribute1 "attr80341") ) ) +(assert (myObject (attribute1 "attr80342") ) ) +(assert (myObject (attribute1 "attr80343") ) ) +(assert (myObject (attribute1 "attr80344") ) ) +(assert (myObject (attribute1 "attr80345") ) ) +(assert (myObject (attribute1 "attr80346") ) ) +(assert (myObject (attribute1 "attr80347") ) ) +(assert (myObject (attribute1 "attr80348") ) ) +(assert (myObject (attribute1 "attr80349") ) ) +(assert (myObject (attribute1 "attr80350") ) ) +(assert (myObject (attribute1 "attr80351") ) ) +(assert (myObject (attribute1 "attr80352") ) ) +(assert (myObject (attribute1 "attr80353") ) ) +(assert (myObject (attribute1 "attr80354") ) ) +(assert (myObject (attribute1 "attr80355") ) ) +(assert (myObject (attribute1 "attr80356") ) ) +(assert (myObject (attribute1 "attr80357") ) ) +(assert (myObject (attribute1 "attr80358") ) ) +(assert (myObject (attribute1 "attr80359") ) ) +(assert (myObject (attribute1 "attr80360") ) ) +(assert (myObject (attribute1 "attr80361") ) ) +(assert (myObject (attribute1 "attr80362") ) ) +(assert (myObject (attribute1 "attr80363") ) ) +(assert (myObject (attribute1 "attr80364") ) ) +(assert (myObject (attribute1 "attr80365") ) ) +(assert (myObject (attribute1 "attr80366") ) ) +(assert (myObject (attribute1 "attr80367") ) ) +(assert (myObject (attribute1 "attr80368") ) ) +(assert (myObject (attribute1 "attr80369") ) ) +(assert (myObject (attribute1 "attr80370") ) ) +(assert (myObject (attribute1 "attr80371") ) ) +(assert (myObject (attribute1 "attr80372") ) ) +(assert (myObject (attribute1 "attr80373") ) ) +(assert (myObject (attribute1 "attr80374") ) ) +(assert (myObject (attribute1 "attr80375") ) ) +(assert (myObject (attribute1 "attr80376") ) ) +(assert (myObject (attribute1 "attr80377") ) ) +(assert (myObject (attribute1 "attr80378") ) ) +(assert (myObject (attribute1 "attr80379") ) ) +(assert (myObject (attribute1 "attr80380") ) ) +(assert (myObject (attribute1 "attr80381") ) ) +(assert (myObject (attribute1 "attr80382") ) ) +(assert (myObject (attribute1 "attr80383") ) ) +(assert (myObject (attribute1 "attr80384") ) ) +(assert (myObject (attribute1 "attr80385") ) ) +(assert (myObject (attribute1 "attr80386") ) ) +(assert (myObject (attribute1 "attr80387") ) ) +(assert (myObject (attribute1 "attr80388") ) ) +(assert (myObject (attribute1 "attr80389") ) ) +(assert (myObject (attribute1 "attr80390") ) ) +(assert (myObject (attribute1 "attr80391") ) ) +(assert (myObject (attribute1 "attr80392") ) ) +(assert (myObject (attribute1 "attr80393") ) ) +(assert (myObject (attribute1 "attr80394") ) ) +(assert (myObject (attribute1 "attr80395") ) ) +(assert (myObject (attribute1 "attr80396") ) ) +(assert (myObject (attribute1 "attr80397") ) ) +(assert (myObject (attribute1 "attr80398") ) ) +(assert (myObject (attribute1 "attr80399") ) ) +(assert (myObject (attribute1 "attr80400") ) ) +(assert (myObject (attribute1 "attr80401") ) ) +(assert (myObject (attribute1 "attr80402") ) ) +(assert (myObject (attribute1 "attr80403") ) ) +(assert (myObject (attribute1 "attr80404") ) ) +(assert (myObject (attribute1 "attr80405") ) ) +(assert (myObject (attribute1 "attr80406") ) ) +(assert (myObject (attribute1 "attr80407") ) ) +(assert (myObject (attribute1 "attr80408") ) ) +(assert (myObject (attribute1 "attr80409") ) ) +(assert (myObject (attribute1 "attr80410") ) ) +(assert (myObject (attribute1 "attr80411") ) ) +(assert (myObject (attribute1 "attr80412") ) ) +(assert (myObject (attribute1 "attr80413") ) ) +(assert (myObject (attribute1 "attr80414") ) ) +(assert (myObject (attribute1 "attr80415") ) ) +(assert (myObject (attribute1 "attr80416") ) ) +(assert (myObject (attribute1 "attr80417") ) ) +(assert (myObject (attribute1 "attr80418") ) ) +(assert (myObject (attribute1 "attr80419") ) ) +(assert (myObject (attribute1 "attr80420") ) ) +(assert (myObject (attribute1 "attr80421") ) ) +(assert (myObject (attribute1 "attr80422") ) ) +(assert (myObject (attribute1 "attr80423") ) ) +(assert (myObject (attribute1 "attr80424") ) ) +(assert (myObject (attribute1 "attr80425") ) ) +(assert (myObject (attribute1 "attr80426") ) ) +(assert (myObject (attribute1 "attr80427") ) ) +(assert (myObject (attribute1 "attr80428") ) ) +(assert (myObject (attribute1 "attr80429") ) ) +(assert (myObject (attribute1 "attr80430") ) ) +(assert (myObject (attribute1 "attr80431") ) ) +(assert (myObject (attribute1 "attr80432") ) ) +(assert (myObject (attribute1 "attr80433") ) ) +(assert (myObject (attribute1 "attr80434") ) ) +(assert (myObject (attribute1 "attr80435") ) ) +(assert (myObject (attribute1 "attr80436") ) ) +(assert (myObject (attribute1 "attr80437") ) ) +(assert (myObject (attribute1 "attr80438") ) ) +(assert (myObject (attribute1 "attr80439") ) ) +(assert (myObject (attribute1 "attr80440") ) ) +(assert (myObject (attribute1 "attr80441") ) ) +(assert (myObject (attribute1 "attr80442") ) ) +(assert (myObject (attribute1 "attr80443") ) ) +(assert (myObject (attribute1 "attr80444") ) ) +(assert (myObject (attribute1 "attr80445") ) ) +(assert (myObject (attribute1 "attr80446") ) ) +(assert (myObject (attribute1 "attr80447") ) ) +(assert (myObject (attribute1 "attr80448") ) ) +(assert (myObject (attribute1 "attr80449") ) ) +(assert (myObject (attribute1 "attr80450") ) ) +(assert (myObject (attribute1 "attr80451") ) ) +(assert (myObject (attribute1 "attr80452") ) ) +(assert (myObject (attribute1 "attr80453") ) ) +(assert (myObject (attribute1 "attr80454") ) ) +(assert (myObject (attribute1 "attr80455") ) ) +(assert (myObject (attribute1 "attr80456") ) ) +(assert (myObject (attribute1 "attr80457") ) ) +(assert (myObject (attribute1 "attr80458") ) ) +(assert (myObject (attribute1 "attr80459") ) ) +(assert (myObject (attribute1 "attr80460") ) ) +(assert (myObject (attribute1 "attr80461") ) ) +(assert (myObject (attribute1 "attr80462") ) ) +(assert (myObject (attribute1 "attr80463") ) ) +(assert (myObject (attribute1 "attr80464") ) ) +(assert (myObject (attribute1 "attr80465") ) ) +(assert (myObject (attribute1 "attr80466") ) ) +(assert (myObject (attribute1 "attr80467") ) ) +(assert (myObject (attribute1 "attr80468") ) ) +(assert (myObject (attribute1 "attr80469") ) ) +(assert (myObject (attribute1 "attr80470") ) ) +(assert (myObject (attribute1 "attr80471") ) ) +(assert (myObject (attribute1 "attr80472") ) ) +(assert (myObject (attribute1 "attr80473") ) ) +(assert (myObject (attribute1 "attr80474") ) ) +(assert (myObject (attribute1 "attr80475") ) ) +(assert (myObject (attribute1 "attr80476") ) ) +(assert (myObject (attribute1 "attr80477") ) ) +(assert (myObject (attribute1 "attr80478") ) ) +(assert (myObject (attribute1 "attr80479") ) ) +(assert (myObject (attribute1 "attr80480") ) ) +(assert (myObject (attribute1 "attr80481") ) ) +(assert (myObject (attribute1 "attr80482") ) ) +(assert (myObject (attribute1 "attr80483") ) ) +(assert (myObject (attribute1 "attr80484") ) ) +(assert (myObject (attribute1 "attr80485") ) ) +(assert (myObject (attribute1 "attr80486") ) ) +(assert (myObject (attribute1 "attr80487") ) ) +(assert (myObject (attribute1 "attr80488") ) ) +(assert (myObject (attribute1 "attr80489") ) ) +(assert (myObject (attribute1 "attr80490") ) ) +(assert (myObject (attribute1 "attr80491") ) ) +(assert (myObject (attribute1 "attr80492") ) ) +(assert (myObject (attribute1 "attr80493") ) ) +(assert (myObject (attribute1 "attr80494") ) ) +(assert (myObject (attribute1 "attr80495") ) ) +(assert (myObject (attribute1 "attr80496") ) ) +(assert (myObject (attribute1 "attr80497") ) ) +(assert (myObject (attribute1 "attr80498") ) ) +(assert (myObject (attribute1 "attr80499") ) ) +(assert (myObject (attribute1 "attr80500") ) ) +(assert (myObject (attribute1 "attr80501") ) ) +(assert (myObject (attribute1 "attr80502") ) ) +(assert (myObject (attribute1 "attr80503") ) ) +(assert (myObject (attribute1 "attr80504") ) ) +(assert (myObject (attribute1 "attr80505") ) ) +(assert (myObject (attribute1 "attr80506") ) ) +(assert (myObject (attribute1 "attr80507") ) ) +(assert (myObject (attribute1 "attr80508") ) ) +(assert (myObject (attribute1 "attr80509") ) ) +(assert (myObject (attribute1 "attr80510") ) ) +(assert (myObject (attribute1 "attr80511") ) ) +(assert (myObject (attribute1 "attr80512") ) ) +(assert (myObject (attribute1 "attr80513") ) ) +(assert (myObject (attribute1 "attr80514") ) ) +(assert (myObject (attribute1 "attr80515") ) ) +(assert (myObject (attribute1 "attr80516") ) ) +(assert (myObject (attribute1 "attr80517") ) ) +(assert (myObject (attribute1 "attr80518") ) ) +(assert (myObject (attribute1 "attr80519") ) ) +(assert (myObject (attribute1 "attr80520") ) ) +(assert (myObject (attribute1 "attr80521") ) ) +(assert (myObject (attribute1 "attr80522") ) ) +(assert (myObject (attribute1 "attr80523") ) ) +(assert (myObject (attribute1 "attr80524") ) ) +(assert (myObject (attribute1 "attr80525") ) ) +(assert (myObject (attribute1 "attr80526") ) ) +(assert (myObject (attribute1 "attr80527") ) ) +(assert (myObject (attribute1 "attr80528") ) ) +(assert (myObject (attribute1 "attr80529") ) ) +(assert (myObject (attribute1 "attr80530") ) ) +(assert (myObject (attribute1 "attr80531") ) ) +(assert (myObject (attribute1 "attr80532") ) ) +(assert (myObject (attribute1 "attr80533") ) ) +(assert (myObject (attribute1 "attr80534") ) ) +(assert (myObject (attribute1 "attr80535") ) ) +(assert (myObject (attribute1 "attr80536") ) ) +(assert (myObject (attribute1 "attr80537") ) ) +(assert (myObject (attribute1 "attr80538") ) ) +(assert (myObject (attribute1 "attr80539") ) ) +(assert (myObject (attribute1 "attr80540") ) ) +(assert (myObject (attribute1 "attr80541") ) ) +(assert (myObject (attribute1 "attr80542") ) ) +(assert (myObject (attribute1 "attr80543") ) ) +(assert (myObject (attribute1 "attr80544") ) ) +(assert (myObject (attribute1 "attr80545") ) ) +(assert (myObject (attribute1 "attr80546") ) ) +(assert (myObject (attribute1 "attr80547") ) ) +(assert (myObject (attribute1 "attr80548") ) ) +(assert (myObject (attribute1 "attr80549") ) ) +(assert (myObject (attribute1 "attr80550") ) ) +(assert (myObject (attribute1 "attr80551") ) ) +(assert (myObject (attribute1 "attr80552") ) ) +(assert (myObject (attribute1 "attr80553") ) ) +(assert (myObject (attribute1 "attr80554") ) ) +(assert (myObject (attribute1 "attr80555") ) ) +(assert (myObject (attribute1 "attr80556") ) ) +(assert (myObject (attribute1 "attr80557") ) ) +(assert (myObject (attribute1 "attr80558") ) ) +(assert (myObject (attribute1 "attr80559") ) ) +(assert (myObject (attribute1 "attr80560") ) ) +(assert (myObject (attribute1 "attr80561") ) ) +(assert (myObject (attribute1 "attr80562") ) ) +(assert (myObject (attribute1 "attr80563") ) ) +(assert (myObject (attribute1 "attr80564") ) ) +(assert (myObject (attribute1 "attr80565") ) ) +(assert (myObject (attribute1 "attr80566") ) ) +(assert (myObject (attribute1 "attr80567") ) ) +(assert (myObject (attribute1 "attr80568") ) ) +(assert (myObject (attribute1 "attr80569") ) ) +(assert (myObject (attribute1 "attr80570") ) ) +(assert (myObject (attribute1 "attr80571") ) ) +(assert (myObject (attribute1 "attr80572") ) ) +(assert (myObject (attribute1 "attr80573") ) ) +(assert (myObject (attribute1 "attr80574") ) ) +(assert (myObject (attribute1 "attr80575") ) ) +(assert (myObject (attribute1 "attr80576") ) ) +(assert (myObject (attribute1 "attr80577") ) ) +(assert (myObject (attribute1 "attr80578") ) ) +(assert (myObject (attribute1 "attr80579") ) ) +(assert (myObject (attribute1 "attr80580") ) ) +(assert (myObject (attribute1 "attr80581") ) ) +(assert (myObject (attribute1 "attr80582") ) ) +(assert (myObject (attribute1 "attr80583") ) ) +(assert (myObject (attribute1 "attr80584") ) ) +(assert (myObject (attribute1 "attr80585") ) ) +(assert (myObject (attribute1 "attr80586") ) ) +(assert (myObject (attribute1 "attr80587") ) ) +(assert (myObject (attribute1 "attr80588") ) ) +(assert (myObject (attribute1 "attr80589") ) ) +(assert (myObject (attribute1 "attr80590") ) ) +(assert (myObject (attribute1 "attr80591") ) ) +(assert (myObject (attribute1 "attr80592") ) ) +(assert (myObject (attribute1 "attr80593") ) ) +(assert (myObject (attribute1 "attr80594") ) ) +(assert (myObject (attribute1 "attr80595") ) ) +(assert (myObject (attribute1 "attr80596") ) ) +(assert (myObject (attribute1 "attr80597") ) ) +(assert (myObject (attribute1 "attr80598") ) ) +(assert (myObject (attribute1 "attr80599") ) ) +(assert (myObject (attribute1 "attr80600") ) ) +(assert (myObject (attribute1 "attr80601") ) ) +(assert (myObject (attribute1 "attr80602") ) ) +(assert (myObject (attribute1 "attr80603") ) ) +(assert (myObject (attribute1 "attr80604") ) ) +(assert (myObject (attribute1 "attr80605") ) ) +(assert (myObject (attribute1 "attr80606") ) ) +(assert (myObject (attribute1 "attr80607") ) ) +(assert (myObject (attribute1 "attr80608") ) ) +(assert (myObject (attribute1 "attr80609") ) ) +(assert (myObject (attribute1 "attr80610") ) ) +(assert (myObject (attribute1 "attr80611") ) ) +(assert (myObject (attribute1 "attr80612") ) ) +(assert (myObject (attribute1 "attr80613") ) ) +(assert (myObject (attribute1 "attr80614") ) ) +(assert (myObject (attribute1 "attr80615") ) ) +(assert (myObject (attribute1 "attr80616") ) ) +(assert (myObject (attribute1 "attr80617") ) ) +(assert (myObject (attribute1 "attr80618") ) ) +(assert (myObject (attribute1 "attr80619") ) ) +(assert (myObject (attribute1 "attr80620") ) ) +(assert (myObject (attribute1 "attr80621") ) ) +(assert (myObject (attribute1 "attr80622") ) ) +(assert (myObject (attribute1 "attr80623") ) ) +(assert (myObject (attribute1 "attr80624") ) ) +(assert (myObject (attribute1 "attr80625") ) ) +(assert (myObject (attribute1 "attr80626") ) ) +(assert (myObject (attribute1 "attr80627") ) ) +(assert (myObject (attribute1 "attr80628") ) ) +(assert (myObject (attribute1 "attr80629") ) ) +(assert (myObject (attribute1 "attr80630") ) ) +(assert (myObject (attribute1 "attr80631") ) ) +(assert (myObject (attribute1 "attr80632") ) ) +(assert (myObject (attribute1 "attr80633") ) ) +(assert (myObject (attribute1 "attr80634") ) ) +(assert (myObject (attribute1 "attr80635") ) ) +(assert (myObject (attribute1 "attr80636") ) ) +(assert (myObject (attribute1 "attr80637") ) ) +(assert (myObject (attribute1 "attr80638") ) ) +(assert (myObject (attribute1 "attr80639") ) ) +(assert (myObject (attribute1 "attr80640") ) ) +(assert (myObject (attribute1 "attr80641") ) ) +(assert (myObject (attribute1 "attr80642") ) ) +(assert (myObject (attribute1 "attr80643") ) ) +(assert (myObject (attribute1 "attr80644") ) ) +(assert (myObject (attribute1 "attr80645") ) ) +(assert (myObject (attribute1 "attr80646") ) ) +(assert (myObject (attribute1 "attr80647") ) ) +(assert (myObject (attribute1 "attr80648") ) ) +(assert (myObject (attribute1 "attr80649") ) ) +(assert (myObject (attribute1 "attr80650") ) ) +(assert (myObject (attribute1 "attr80651") ) ) +(assert (myObject (attribute1 "attr80652") ) ) +(assert (myObject (attribute1 "attr80653") ) ) +(assert (myObject (attribute1 "attr80654") ) ) +(assert (myObject (attribute1 "attr80655") ) ) +(assert (myObject (attribute1 "attr80656") ) ) +(assert (myObject (attribute1 "attr80657") ) ) +(assert (myObject (attribute1 "attr80658") ) ) +(assert (myObject (attribute1 "attr80659") ) ) +(assert (myObject (attribute1 "attr80660") ) ) +(assert (myObject (attribute1 "attr80661") ) ) +(assert (myObject (attribute1 "attr80662") ) ) +(assert (myObject (attribute1 "attr80663") ) ) +(assert (myObject (attribute1 "attr80664") ) ) +(assert (myObject (attribute1 "attr80665") ) ) +(assert (myObject (attribute1 "attr80666") ) ) +(assert (myObject (attribute1 "attr80667") ) ) +(assert (myObject (attribute1 "attr80668") ) ) +(assert (myObject (attribute1 "attr80669") ) ) +(assert (myObject (attribute1 "attr80670") ) ) +(assert (myObject (attribute1 "attr80671") ) ) +(assert (myObject (attribute1 "attr80672") ) ) +(assert (myObject (attribute1 "attr80673") ) ) +(assert (myObject (attribute1 "attr80674") ) ) +(assert (myObject (attribute1 "attr80675") ) ) +(assert (myObject (attribute1 "attr80676") ) ) +(assert (myObject (attribute1 "attr80677") ) ) +(assert (myObject (attribute1 "attr80678") ) ) +(assert (myObject (attribute1 "attr80679") ) ) +(assert (myObject (attribute1 "attr80680") ) ) +(assert (myObject (attribute1 "attr80681") ) ) +(assert (myObject (attribute1 "attr80682") ) ) +(assert (myObject (attribute1 "attr80683") ) ) +(assert (myObject (attribute1 "attr80684") ) ) +(assert (myObject (attribute1 "attr80685") ) ) +(assert (myObject (attribute1 "attr80686") ) ) +(assert (myObject (attribute1 "attr80687") ) ) +(assert (myObject (attribute1 "attr80688") ) ) +(assert (myObject (attribute1 "attr80689") ) ) +(assert (myObject (attribute1 "attr80690") ) ) +(assert (myObject (attribute1 "attr80691") ) ) +(assert (myObject (attribute1 "attr80692") ) ) +(assert (myObject (attribute1 "attr80693") ) ) +(assert (myObject (attribute1 "attr80694") ) ) +(assert (myObject (attribute1 "attr80695") ) ) +(assert (myObject (attribute1 "attr80696") ) ) +(assert (myObject (attribute1 "attr80697") ) ) +(assert (myObject (attribute1 "attr80698") ) ) +(assert (myObject (attribute1 "attr80699") ) ) +(assert (myObject (attribute1 "attr80700") ) ) +(assert (myObject (attribute1 "attr80701") ) ) +(assert (myObject (attribute1 "attr80702") ) ) +(assert (myObject (attribute1 "attr80703") ) ) +(assert (myObject (attribute1 "attr80704") ) ) +(assert (myObject (attribute1 "attr80705") ) ) +(assert (myObject (attribute1 "attr80706") ) ) +(assert (myObject (attribute1 "attr80707") ) ) +(assert (myObject (attribute1 "attr80708") ) ) +(assert (myObject (attribute1 "attr80709") ) ) +(assert (myObject (attribute1 "attr80710") ) ) +(assert (myObject (attribute1 "attr80711") ) ) +(assert (myObject (attribute1 "attr80712") ) ) +(assert (myObject (attribute1 "attr80713") ) ) +(assert (myObject (attribute1 "attr80714") ) ) +(assert (myObject (attribute1 "attr80715") ) ) +(assert (myObject (attribute1 "attr80716") ) ) +(assert (myObject (attribute1 "attr80717") ) ) +(assert (myObject (attribute1 "attr80718") ) ) +(assert (myObject (attribute1 "attr80719") ) ) +(assert (myObject (attribute1 "attr80720") ) ) +(assert (myObject (attribute1 "attr80721") ) ) +(assert (myObject (attribute1 "attr80722") ) ) +(assert (myObject (attribute1 "attr80723") ) ) +(assert (myObject (attribute1 "attr80724") ) ) +(assert (myObject (attribute1 "attr80725") ) ) +(assert (myObject (attribute1 "attr80726") ) ) +(assert (myObject (attribute1 "attr80727") ) ) +(assert (myObject (attribute1 "attr80728") ) ) +(assert (myObject (attribute1 "attr80729") ) ) +(assert (myObject (attribute1 "attr80730") ) ) +(assert (myObject (attribute1 "attr80731") ) ) +(assert (myObject (attribute1 "attr80732") ) ) +(assert (myObject (attribute1 "attr80733") ) ) +(assert (myObject (attribute1 "attr80734") ) ) +(assert (myObject (attribute1 "attr80735") ) ) +(assert (myObject (attribute1 "attr80736") ) ) +(assert (myObject (attribute1 "attr80737") ) ) +(assert (myObject (attribute1 "attr80738") ) ) +(assert (myObject (attribute1 "attr80739") ) ) +(assert (myObject (attribute1 "attr80740") ) ) +(assert (myObject (attribute1 "attr80741") ) ) +(assert (myObject (attribute1 "attr80742") ) ) +(assert (myObject (attribute1 "attr80743") ) ) +(assert (myObject (attribute1 "attr80744") ) ) +(assert (myObject (attribute1 "attr80745") ) ) +(assert (myObject (attribute1 "attr80746") ) ) +(assert (myObject (attribute1 "attr80747") ) ) +(assert (myObject (attribute1 "attr80748") ) ) +(assert (myObject (attribute1 "attr80749") ) ) +(assert (myObject (attribute1 "attr80750") ) ) +(assert (myObject (attribute1 "attr80751") ) ) +(assert (myObject (attribute1 "attr80752") ) ) +(assert (myObject (attribute1 "attr80753") ) ) +(assert (myObject (attribute1 "attr80754") ) ) +(assert (myObject (attribute1 "attr80755") ) ) +(assert (myObject (attribute1 "attr80756") ) ) +(assert (myObject (attribute1 "attr80757") ) ) +(assert (myObject (attribute1 "attr80758") ) ) +(assert (myObject (attribute1 "attr80759") ) ) +(assert (myObject (attribute1 "attr80760") ) ) +(assert (myObject (attribute1 "attr80761") ) ) +(assert (myObject (attribute1 "attr80762") ) ) +(assert (myObject (attribute1 "attr80763") ) ) +(assert (myObject (attribute1 "attr80764") ) ) +(assert (myObject (attribute1 "attr80765") ) ) +(assert (myObject (attribute1 "attr80766") ) ) +(assert (myObject (attribute1 "attr80767") ) ) +(assert (myObject (attribute1 "attr80768") ) ) +(assert (myObject (attribute1 "attr80769") ) ) +(assert (myObject (attribute1 "attr80770") ) ) +(assert (myObject (attribute1 "attr80771") ) ) +(assert (myObject (attribute1 "attr80772") ) ) +(assert (myObject (attribute1 "attr80773") ) ) +(assert (myObject (attribute1 "attr80774") ) ) +(assert (myObject (attribute1 "attr80775") ) ) +(assert (myObject (attribute1 "attr80776") ) ) +(assert (myObject (attribute1 "attr80777") ) ) +(assert (myObject (attribute1 "attr80778") ) ) +(assert (myObject (attribute1 "attr80779") ) ) +(assert (myObject (attribute1 "attr80780") ) ) +(assert (myObject (attribute1 "attr80781") ) ) +(assert (myObject (attribute1 "attr80782") ) ) +(assert (myObject (attribute1 "attr80783") ) ) +(assert (myObject (attribute1 "attr80784") ) ) +(assert (myObject (attribute1 "attr80785") ) ) +(assert (myObject (attribute1 "attr80786") ) ) +(assert (myObject (attribute1 "attr80787") ) ) +(assert (myObject (attribute1 "attr80788") ) ) +(assert (myObject (attribute1 "attr80789") ) ) +(assert (myObject (attribute1 "attr80790") ) ) +(assert (myObject (attribute1 "attr80791") ) ) +(assert (myObject (attribute1 "attr80792") ) ) +(assert (myObject (attribute1 "attr80793") ) ) +(assert (myObject (attribute1 "attr80794") ) ) +(assert (myObject (attribute1 "attr80795") ) ) +(assert (myObject (attribute1 "attr80796") ) ) +(assert (myObject (attribute1 "attr80797") ) ) +(assert (myObject (attribute1 "attr80798") ) ) +(assert (myObject (attribute1 "attr80799") ) ) +(assert (myObject (attribute1 "attr80800") ) ) +(assert (myObject (attribute1 "attr80801") ) ) +(assert (myObject (attribute1 "attr80802") ) ) +(assert (myObject (attribute1 "attr80803") ) ) +(assert (myObject (attribute1 "attr80804") ) ) +(assert (myObject (attribute1 "attr80805") ) ) +(assert (myObject (attribute1 "attr80806") ) ) +(assert (myObject (attribute1 "attr80807") ) ) +(assert (myObject (attribute1 "attr80808") ) ) +(assert (myObject (attribute1 "attr80809") ) ) +(assert (myObject (attribute1 "attr80810") ) ) +(assert (myObject (attribute1 "attr80811") ) ) +(assert (myObject (attribute1 "attr80812") ) ) +(assert (myObject (attribute1 "attr80813") ) ) +(assert (myObject (attribute1 "attr80814") ) ) +(assert (myObject (attribute1 "attr80815") ) ) +(assert (myObject (attribute1 "attr80816") ) ) +(assert (myObject (attribute1 "attr80817") ) ) +(assert (myObject (attribute1 "attr80818") ) ) +(assert (myObject (attribute1 "attr80819") ) ) +(assert (myObject (attribute1 "attr80820") ) ) +(assert (myObject (attribute1 "attr80821") ) ) +(assert (myObject (attribute1 "attr80822") ) ) +(assert (myObject (attribute1 "attr80823") ) ) +(assert (myObject (attribute1 "attr80824") ) ) +(assert (myObject (attribute1 "attr80825") ) ) +(assert (myObject (attribute1 "attr80826") ) ) +(assert (myObject (attribute1 "attr80827") ) ) +(assert (myObject (attribute1 "attr80828") ) ) +(assert (myObject (attribute1 "attr80829") ) ) +(assert (myObject (attribute1 "attr80830") ) ) +(assert (myObject (attribute1 "attr80831") ) ) +(assert (myObject (attribute1 "attr80832") ) ) +(assert (myObject (attribute1 "attr80833") ) ) +(assert (myObject (attribute1 "attr80834") ) ) +(assert (myObject (attribute1 "attr80835") ) ) +(assert (myObject (attribute1 "attr80836") ) ) +(assert (myObject (attribute1 "attr80837") ) ) +(assert (myObject (attribute1 "attr80838") ) ) +(assert (myObject (attribute1 "attr80839") ) ) +(assert (myObject (attribute1 "attr80840") ) ) +(assert (myObject (attribute1 "attr80841") ) ) +(assert (myObject (attribute1 "attr80842") ) ) +(assert (myObject (attribute1 "attr80843") ) ) +(assert (myObject (attribute1 "attr80844") ) ) +(assert (myObject (attribute1 "attr80845") ) ) +(assert (myObject (attribute1 "attr80846") ) ) +(assert (myObject (attribute1 "attr80847") ) ) +(assert (myObject (attribute1 "attr80848") ) ) +(assert (myObject (attribute1 "attr80849") ) ) +(assert (myObject (attribute1 "attr80850") ) ) +(assert (myObject (attribute1 "attr80851") ) ) +(assert (myObject (attribute1 "attr80852") ) ) +(assert (myObject (attribute1 "attr80853") ) ) +(assert (myObject (attribute1 "attr80854") ) ) +(assert (myObject (attribute1 "attr80855") ) ) +(assert (myObject (attribute1 "attr80856") ) ) +(assert (myObject (attribute1 "attr80857") ) ) +(assert (myObject (attribute1 "attr80858") ) ) +(assert (myObject (attribute1 "attr80859") ) ) +(assert (myObject (attribute1 "attr80860") ) ) +(assert (myObject (attribute1 "attr80861") ) ) +(assert (myObject (attribute1 "attr80862") ) ) +(assert (myObject (attribute1 "attr80863") ) ) +(assert (myObject (attribute1 "attr80864") ) ) +(assert (myObject (attribute1 "attr80865") ) ) +(assert (myObject (attribute1 "attr80866") ) ) +(assert (myObject (attribute1 "attr80867") ) ) +(assert (myObject (attribute1 "attr80868") ) ) +(assert (myObject (attribute1 "attr80869") ) ) +(assert (myObject (attribute1 "attr80870") ) ) +(assert (myObject (attribute1 "attr80871") ) ) +(assert (myObject (attribute1 "attr80872") ) ) +(assert (myObject (attribute1 "attr80873") ) ) +(assert (myObject (attribute1 "attr80874") ) ) +(assert (myObject (attribute1 "attr80875") ) ) +(assert (myObject (attribute1 "attr80876") ) ) +(assert (myObject (attribute1 "attr80877") ) ) +(assert (myObject (attribute1 "attr80878") ) ) +(assert (myObject (attribute1 "attr80879") ) ) +(assert (myObject (attribute1 "attr80880") ) ) +(assert (myObject (attribute1 "attr80881") ) ) +(assert (myObject (attribute1 "attr80882") ) ) +(assert (myObject (attribute1 "attr80883") ) ) +(assert (myObject (attribute1 "attr80884") ) ) +(assert (myObject (attribute1 "attr80885") ) ) +(assert (myObject (attribute1 "attr80886") ) ) +(assert (myObject (attribute1 "attr80887") ) ) +(assert (myObject (attribute1 "attr80888") ) ) +(assert (myObject (attribute1 "attr80889") ) ) +(assert (myObject (attribute1 "attr80890") ) ) +(assert (myObject (attribute1 "attr80891") ) ) +(assert (myObject (attribute1 "attr80892") ) ) +(assert (myObject (attribute1 "attr80893") ) ) +(assert (myObject (attribute1 "attr80894") ) ) +(assert (myObject (attribute1 "attr80895") ) ) +(assert (myObject (attribute1 "attr80896") ) ) +(assert (myObject (attribute1 "attr80897") ) ) +(assert (myObject (attribute1 "attr80898") ) ) +(assert (myObject (attribute1 "attr80899") ) ) +(assert (myObject (attribute1 "attr80900") ) ) +(assert (myObject (attribute1 "attr80901") ) ) +(assert (myObject (attribute1 "attr80902") ) ) +(assert (myObject (attribute1 "attr80903") ) ) +(assert (myObject (attribute1 "attr80904") ) ) +(assert (myObject (attribute1 "attr80905") ) ) +(assert (myObject (attribute1 "attr80906") ) ) +(assert (myObject (attribute1 "attr80907") ) ) +(assert (myObject (attribute1 "attr80908") ) ) +(assert (myObject (attribute1 "attr80909") ) ) +(assert (myObject (attribute1 "attr80910") ) ) +(assert (myObject (attribute1 "attr80911") ) ) +(assert (myObject (attribute1 "attr80912") ) ) +(assert (myObject (attribute1 "attr80913") ) ) +(assert (myObject (attribute1 "attr80914") ) ) +(assert (myObject (attribute1 "attr80915") ) ) +(assert (myObject (attribute1 "attr80916") ) ) +(assert (myObject (attribute1 "attr80917") ) ) +(assert (myObject (attribute1 "attr80918") ) ) +(assert (myObject (attribute1 "attr80919") ) ) +(assert (myObject (attribute1 "attr80920") ) ) +(assert (myObject (attribute1 "attr80921") ) ) +(assert (myObject (attribute1 "attr80922") ) ) +(assert (myObject (attribute1 "attr80923") ) ) +(assert (myObject (attribute1 "attr80924") ) ) +(assert (myObject (attribute1 "attr80925") ) ) +(assert (myObject (attribute1 "attr80926") ) ) +(assert (myObject (attribute1 "attr80927") ) ) +(assert (myObject (attribute1 "attr80928") ) ) +(assert (myObject (attribute1 "attr80929") ) ) +(assert (myObject (attribute1 "attr80930") ) ) +(assert (myObject (attribute1 "attr80931") ) ) +(assert (myObject (attribute1 "attr80932") ) ) +(assert (myObject (attribute1 "attr80933") ) ) +(assert (myObject (attribute1 "attr80934") ) ) +(assert (myObject (attribute1 "attr80935") ) ) +(assert (myObject (attribute1 "attr80936") ) ) +(assert (myObject (attribute1 "attr80937") ) ) +(assert (myObject (attribute1 "attr80938") ) ) +(assert (myObject (attribute1 "attr80939") ) ) +(assert (myObject (attribute1 "attr80940") ) ) +(assert (myObject (attribute1 "attr80941") ) ) +(assert (myObject (attribute1 "attr80942") ) ) +(assert (myObject (attribute1 "attr80943") ) ) +(assert (myObject (attribute1 "attr80944") ) ) +(assert (myObject (attribute1 "attr80945") ) ) +(assert (myObject (attribute1 "attr80946") ) ) +(assert (myObject (attribute1 "attr80947") ) ) +(assert (myObject (attribute1 "attr80948") ) ) +(assert (myObject (attribute1 "attr80949") ) ) +(assert (myObject (attribute1 "attr80950") ) ) +(assert (myObject (attribute1 "attr80951") ) ) +(assert (myObject (attribute1 "attr80952") ) ) +(assert (myObject (attribute1 "attr80953") ) ) +(assert (myObject (attribute1 "attr80954") ) ) +(assert (myObject (attribute1 "attr80955") ) ) +(assert (myObject (attribute1 "attr80956") ) ) +(assert (myObject (attribute1 "attr80957") ) ) +(assert (myObject (attribute1 "attr80958") ) ) +(assert (myObject (attribute1 "attr80959") ) ) +(assert (myObject (attribute1 "attr80960") ) ) +(assert (myObject (attribute1 "attr80961") ) ) +(assert (myObject (attribute1 "attr80962") ) ) +(assert (myObject (attribute1 "attr80963") ) ) +(assert (myObject (attribute1 "attr80964") ) ) +(assert (myObject (attribute1 "attr80965") ) ) +(assert (myObject (attribute1 "attr80966") ) ) +(assert (myObject (attribute1 "attr80967") ) ) +(assert (myObject (attribute1 "attr80968") ) ) +(assert (myObject (attribute1 "attr80969") ) ) +(assert (myObject (attribute1 "attr80970") ) ) +(assert (myObject (attribute1 "attr80971") ) ) +(assert (myObject (attribute1 "attr80972") ) ) +(assert (myObject (attribute1 "attr80973") ) ) +(assert (myObject (attribute1 "attr80974") ) ) +(assert (myObject (attribute1 "attr80975") ) ) +(assert (myObject (attribute1 "attr80976") ) ) +(assert (myObject (attribute1 "attr80977") ) ) +(assert (myObject (attribute1 "attr80978") ) ) +(assert (myObject (attribute1 "attr80979") ) ) +(assert (myObject (attribute1 "attr80980") ) ) +(assert (myObject (attribute1 "attr80981") ) ) +(assert (myObject (attribute1 "attr80982") ) ) +(assert (myObject (attribute1 "attr80983") ) ) +(assert (myObject (attribute1 "attr80984") ) ) +(assert (myObject (attribute1 "attr80985") ) ) +(assert (myObject (attribute1 "attr80986") ) ) +(assert (myObject (attribute1 "attr80987") ) ) +(assert (myObject (attribute1 "attr80988") ) ) +(assert (myObject (attribute1 "attr80989") ) ) +(assert (myObject (attribute1 "attr80990") ) ) +(assert (myObject (attribute1 "attr80991") ) ) +(assert (myObject (attribute1 "attr80992") ) ) +(assert (myObject (attribute1 "attr80993") ) ) +(assert (myObject (attribute1 "attr80994") ) ) +(assert (myObject (attribute1 "attr80995") ) ) +(assert (myObject (attribute1 "attr80996") ) ) +(assert (myObject (attribute1 "attr80997") ) ) +(assert (myObject (attribute1 "attr80998") ) ) +(assert (myObject (attribute1 "attr80999") ) ) +(assert (myObject (attribute1 "attr81000") ) ) +(assert (myObject (attribute1 "attr81001") ) ) +(assert (myObject (attribute1 "attr81002") ) ) +(assert (myObject (attribute1 "attr81003") ) ) +(assert (myObject (attribute1 "attr81004") ) ) +(assert (myObject (attribute1 "attr81005") ) ) +(assert (myObject (attribute1 "attr81006") ) ) +(assert (myObject (attribute1 "attr81007") ) ) +(assert (myObject (attribute1 "attr81008") ) ) +(assert (myObject (attribute1 "attr81009") ) ) +(assert (myObject (attribute1 "attr81010") ) ) +(assert (myObject (attribute1 "attr81011") ) ) +(assert (myObject (attribute1 "attr81012") ) ) +(assert (myObject (attribute1 "attr81013") ) ) +(assert (myObject (attribute1 "attr81014") ) ) +(assert (myObject (attribute1 "attr81015") ) ) +(assert (myObject (attribute1 "attr81016") ) ) +(assert (myObject (attribute1 "attr81017") ) ) +(assert (myObject (attribute1 "attr81018") ) ) +(assert (myObject (attribute1 "attr81019") ) ) +(assert (myObject (attribute1 "attr81020") ) ) +(assert (myObject (attribute1 "attr81021") ) ) +(assert (myObject (attribute1 "attr81022") ) ) +(assert (myObject (attribute1 "attr81023") ) ) +(assert (myObject (attribute1 "attr81024") ) ) +(assert (myObject (attribute1 "attr81025") ) ) +(assert (myObject (attribute1 "attr81026") ) ) +(assert (myObject (attribute1 "attr81027") ) ) +(assert (myObject (attribute1 "attr81028") ) ) +(assert (myObject (attribute1 "attr81029") ) ) +(assert (myObject (attribute1 "attr81030") ) ) +(assert (myObject (attribute1 "attr81031") ) ) +(assert (myObject (attribute1 "attr81032") ) ) +(assert (myObject (attribute1 "attr81033") ) ) +(assert (myObject (attribute1 "attr81034") ) ) +(assert (myObject (attribute1 "attr81035") ) ) +(assert (myObject (attribute1 "attr81036") ) ) +(assert (myObject (attribute1 "attr81037") ) ) +(assert (myObject (attribute1 "attr81038") ) ) +(assert (myObject (attribute1 "attr81039") ) ) +(assert (myObject (attribute1 "attr81040") ) ) +(assert (myObject (attribute1 "attr81041") ) ) +(assert (myObject (attribute1 "attr81042") ) ) +(assert (myObject (attribute1 "attr81043") ) ) +(assert (myObject (attribute1 "attr81044") ) ) +(assert (myObject (attribute1 "attr81045") ) ) +(assert (myObject (attribute1 "attr81046") ) ) +(assert (myObject (attribute1 "attr81047") ) ) +(assert (myObject (attribute1 "attr81048") ) ) +(assert (myObject (attribute1 "attr81049") ) ) +(assert (myObject (attribute1 "attr81050") ) ) +(assert (myObject (attribute1 "attr81051") ) ) +(assert (myObject (attribute1 "attr81052") ) ) +(assert (myObject (attribute1 "attr81053") ) ) +(assert (myObject (attribute1 "attr81054") ) ) +(assert (myObject (attribute1 "attr81055") ) ) +(assert (myObject (attribute1 "attr81056") ) ) +(assert (myObject (attribute1 "attr81057") ) ) +(assert (myObject (attribute1 "attr81058") ) ) +(assert (myObject (attribute1 "attr81059") ) ) +(assert (myObject (attribute1 "attr81060") ) ) +(assert (myObject (attribute1 "attr81061") ) ) +(assert (myObject (attribute1 "attr81062") ) ) +(assert (myObject (attribute1 "attr81063") ) ) +(assert (myObject (attribute1 "attr81064") ) ) +(assert (myObject (attribute1 "attr81065") ) ) +(assert (myObject (attribute1 "attr81066") ) ) +(assert (myObject (attribute1 "attr81067") ) ) +(assert (myObject (attribute1 "attr81068") ) ) +(assert (myObject (attribute1 "attr81069") ) ) +(assert (myObject (attribute1 "attr81070") ) ) +(assert (myObject (attribute1 "attr81071") ) ) +(assert (myObject (attribute1 "attr81072") ) ) +(assert (myObject (attribute1 "attr81073") ) ) +(assert (myObject (attribute1 "attr81074") ) ) +(assert (myObject (attribute1 "attr81075") ) ) +(assert (myObject (attribute1 "attr81076") ) ) +(assert (myObject (attribute1 "attr81077") ) ) +(assert (myObject (attribute1 "attr81078") ) ) +(assert (myObject (attribute1 "attr81079") ) ) +(assert (myObject (attribute1 "attr81080") ) ) +(assert (myObject (attribute1 "attr81081") ) ) +(assert (myObject (attribute1 "attr81082") ) ) +(assert (myObject (attribute1 "attr81083") ) ) +(assert (myObject (attribute1 "attr81084") ) ) +(assert (myObject (attribute1 "attr81085") ) ) +(assert (myObject (attribute1 "attr81086") ) ) +(assert (myObject (attribute1 "attr81087") ) ) +(assert (myObject (attribute1 "attr81088") ) ) +(assert (myObject (attribute1 "attr81089") ) ) +(assert (myObject (attribute1 "attr81090") ) ) +(assert (myObject (attribute1 "attr81091") ) ) +(assert (myObject (attribute1 "attr81092") ) ) +(assert (myObject (attribute1 "attr81093") ) ) +(assert (myObject (attribute1 "attr81094") ) ) +(assert (myObject (attribute1 "attr81095") ) ) +(assert (myObject (attribute1 "attr81096") ) ) +(assert (myObject (attribute1 "attr81097") ) ) +(assert (myObject (attribute1 "attr81098") ) ) +(assert (myObject (attribute1 "attr81099") ) ) +(assert (myObject (attribute1 "attr81100") ) ) +(assert (myObject (attribute1 "attr81101") ) ) +(assert (myObject (attribute1 "attr81102") ) ) +(assert (myObject (attribute1 "attr81103") ) ) +(assert (myObject (attribute1 "attr81104") ) ) +(assert (myObject (attribute1 "attr81105") ) ) +(assert (myObject (attribute1 "attr81106") ) ) +(assert (myObject (attribute1 "attr81107") ) ) +(assert (myObject (attribute1 "attr81108") ) ) +(assert (myObject (attribute1 "attr81109") ) ) +(assert (myObject (attribute1 "attr81110") ) ) +(assert (myObject (attribute1 "attr81111") ) ) +(assert (myObject (attribute1 "attr81112") ) ) +(assert (myObject (attribute1 "attr81113") ) ) +(assert (myObject (attribute1 "attr81114") ) ) +(assert (myObject (attribute1 "attr81115") ) ) +(assert (myObject (attribute1 "attr81116") ) ) +(assert (myObject (attribute1 "attr81117") ) ) +(assert (myObject (attribute1 "attr81118") ) ) +(assert (myObject (attribute1 "attr81119") ) ) +(assert (myObject (attribute1 "attr81120") ) ) +(assert (myObject (attribute1 "attr81121") ) ) +(assert (myObject (attribute1 "attr81122") ) ) +(assert (myObject (attribute1 "attr81123") ) ) +(assert (myObject (attribute1 "attr81124") ) ) +(assert (myObject (attribute1 "attr81125") ) ) +(assert (myObject (attribute1 "attr81126") ) ) +(assert (myObject (attribute1 "attr81127") ) ) +(assert (myObject (attribute1 "attr81128") ) ) +(assert (myObject (attribute1 "attr81129") ) ) +(assert (myObject (attribute1 "attr81130") ) ) +(assert (myObject (attribute1 "attr81131") ) ) +(assert (myObject (attribute1 "attr81132") ) ) +(assert (myObject (attribute1 "attr81133") ) ) +(assert (myObject (attribute1 "attr81134") ) ) +(assert (myObject (attribute1 "attr81135") ) ) +(assert (myObject (attribute1 "attr81136") ) ) +(assert (myObject (attribute1 "attr81137") ) ) +(assert (myObject (attribute1 "attr81138") ) ) +(assert (myObject (attribute1 "attr81139") ) ) +(assert (myObject (attribute1 "attr81140") ) ) +(assert (myObject (attribute1 "attr81141") ) ) +(assert (myObject (attribute1 "attr81142") ) ) +(assert (myObject (attribute1 "attr81143") ) ) +(assert (myObject (attribute1 "attr81144") ) ) +(assert (myObject (attribute1 "attr81145") ) ) +(assert (myObject (attribute1 "attr81146") ) ) +(assert (myObject (attribute1 "attr81147") ) ) +(assert (myObject (attribute1 "attr81148") ) ) +(assert (myObject (attribute1 "attr81149") ) ) +(assert (myObject (attribute1 "attr81150") ) ) +(assert (myObject (attribute1 "attr81151") ) ) +(assert (myObject (attribute1 "attr81152") ) ) +(assert (myObject (attribute1 "attr81153") ) ) +(assert (myObject (attribute1 "attr81154") ) ) +(assert (myObject (attribute1 "attr81155") ) ) +(assert (myObject (attribute1 "attr81156") ) ) +(assert (myObject (attribute1 "attr81157") ) ) +(assert (myObject (attribute1 "attr81158") ) ) +(assert (myObject (attribute1 "attr81159") ) ) +(assert (myObject (attribute1 "attr81160") ) ) +(assert (myObject (attribute1 "attr81161") ) ) +(assert (myObject (attribute1 "attr81162") ) ) +(assert (myObject (attribute1 "attr81163") ) ) +(assert (myObject (attribute1 "attr81164") ) ) +(assert (myObject (attribute1 "attr81165") ) ) +(assert (myObject (attribute1 "attr81166") ) ) +(assert (myObject (attribute1 "attr81167") ) ) +(assert (myObject (attribute1 "attr81168") ) ) +(assert (myObject (attribute1 "attr81169") ) ) +(assert (myObject (attribute1 "attr81170") ) ) +(assert (myObject (attribute1 "attr81171") ) ) +(assert (myObject (attribute1 "attr81172") ) ) +(assert (myObject (attribute1 "attr81173") ) ) +(assert (myObject (attribute1 "attr81174") ) ) +(assert (myObject (attribute1 "attr81175") ) ) +(assert (myObject (attribute1 "attr81176") ) ) +(assert (myObject (attribute1 "attr81177") ) ) +(assert (myObject (attribute1 "attr81178") ) ) +(assert (myObject (attribute1 "attr81179") ) ) +(assert (myObject (attribute1 "attr81180") ) ) +(assert (myObject (attribute1 "attr81181") ) ) +(assert (myObject (attribute1 "attr81182") ) ) +(assert (myObject (attribute1 "attr81183") ) ) +(assert (myObject (attribute1 "attr81184") ) ) +(assert (myObject (attribute1 "attr81185") ) ) +(assert (myObject (attribute1 "attr81186") ) ) +(assert (myObject (attribute1 "attr81187") ) ) +(assert (myObject (attribute1 "attr81188") ) ) +(assert (myObject (attribute1 "attr81189") ) ) +(assert (myObject (attribute1 "attr81190") ) ) +(assert (myObject (attribute1 "attr81191") ) ) +(assert (myObject (attribute1 "attr81192") ) ) +(assert (myObject (attribute1 "attr81193") ) ) +(assert (myObject (attribute1 "attr81194") ) ) +(assert (myObject (attribute1 "attr81195") ) ) +(assert (myObject (attribute1 "attr81196") ) ) +(assert (myObject (attribute1 "attr81197") ) ) +(assert (myObject (attribute1 "attr81198") ) ) +(assert (myObject (attribute1 "attr81199") ) ) +(assert (myObject (attribute1 "attr81200") ) ) +(assert (myObject (attribute1 "attr81201") ) ) +(assert (myObject (attribute1 "attr81202") ) ) +(assert (myObject (attribute1 "attr81203") ) ) +(assert (myObject (attribute1 "attr81204") ) ) +(assert (myObject (attribute1 "attr81205") ) ) +(assert (myObject (attribute1 "attr81206") ) ) +(assert (myObject (attribute1 "attr81207") ) ) +(assert (myObject (attribute1 "attr81208") ) ) +(assert (myObject (attribute1 "attr81209") ) ) +(assert (myObject (attribute1 "attr81210") ) ) +(assert (myObject (attribute1 "attr81211") ) ) +(assert (myObject (attribute1 "attr81212") ) ) +(assert (myObject (attribute1 "attr81213") ) ) +(assert (myObject (attribute1 "attr81214") ) ) +(assert (myObject (attribute1 "attr81215") ) ) +(assert (myObject (attribute1 "attr81216") ) ) +(assert (myObject (attribute1 "attr81217") ) ) +(assert (myObject (attribute1 "attr81218") ) ) +(assert (myObject (attribute1 "attr81219") ) ) +(assert (myObject (attribute1 "attr81220") ) ) +(assert (myObject (attribute1 "attr81221") ) ) +(assert (myObject (attribute1 "attr81222") ) ) +(assert (myObject (attribute1 "attr81223") ) ) +(assert (myObject (attribute1 "attr81224") ) ) +(assert (myObject (attribute1 "attr81225") ) ) +(assert (myObject (attribute1 "attr81226") ) ) +(assert (myObject (attribute1 "attr81227") ) ) +(assert (myObject (attribute1 "attr81228") ) ) +(assert (myObject (attribute1 "attr81229") ) ) +(assert (myObject (attribute1 "attr81230") ) ) +(assert (myObject (attribute1 "attr81231") ) ) +(assert (myObject (attribute1 "attr81232") ) ) +(assert (myObject (attribute1 "attr81233") ) ) +(assert (myObject (attribute1 "attr81234") ) ) +(assert (myObject (attribute1 "attr81235") ) ) +(assert (myObject (attribute1 "attr81236") ) ) +(assert (myObject (attribute1 "attr81237") ) ) +(assert (myObject (attribute1 "attr81238") ) ) +(assert (myObject (attribute1 "attr81239") ) ) +(assert (myObject (attribute1 "attr81240") ) ) +(assert (myObject (attribute1 "attr81241") ) ) +(assert (myObject (attribute1 "attr81242") ) ) +(assert (myObject (attribute1 "attr81243") ) ) +(assert (myObject (attribute1 "attr81244") ) ) +(assert (myObject (attribute1 "attr81245") ) ) +(assert (myObject (attribute1 "attr81246") ) ) +(assert (myObject (attribute1 "attr81247") ) ) +(assert (myObject (attribute1 "attr81248") ) ) +(assert (myObject (attribute1 "attr81249") ) ) +(assert (myObject (attribute1 "attr81250") ) ) +(assert (myObject (attribute1 "attr81251") ) ) +(assert (myObject (attribute1 "attr81252") ) ) +(assert (myObject (attribute1 "attr81253") ) ) +(assert (myObject (attribute1 "attr81254") ) ) +(assert (myObject (attribute1 "attr81255") ) ) +(assert (myObject (attribute1 "attr81256") ) ) +(assert (myObject (attribute1 "attr81257") ) ) +(assert (myObject (attribute1 "attr81258") ) ) +(assert (myObject (attribute1 "attr81259") ) ) +(assert (myObject (attribute1 "attr81260") ) ) +(assert (myObject (attribute1 "attr81261") ) ) +(assert (myObject (attribute1 "attr81262") ) ) +(assert (myObject (attribute1 "attr81263") ) ) +(assert (myObject (attribute1 "attr81264") ) ) +(assert (myObject (attribute1 "attr81265") ) ) +(assert (myObject (attribute1 "attr81266") ) ) +(assert (myObject (attribute1 "attr81267") ) ) +(assert (myObject (attribute1 "attr81268") ) ) +(assert (myObject (attribute1 "attr81269") ) ) +(assert (myObject (attribute1 "attr81270") ) ) +(assert (myObject (attribute1 "attr81271") ) ) +(assert (myObject (attribute1 "attr81272") ) ) +(assert (myObject (attribute1 "attr81273") ) ) +(assert (myObject (attribute1 "attr81274") ) ) +(assert (myObject (attribute1 "attr81275") ) ) +(assert (myObject (attribute1 "attr81276") ) ) +(assert (myObject (attribute1 "attr81277") ) ) +(assert (myObject (attribute1 "attr81278") ) ) +(assert (myObject (attribute1 "attr81279") ) ) +(assert (myObject (attribute1 "attr81280") ) ) +(assert (myObject (attribute1 "attr81281") ) ) +(assert (myObject (attribute1 "attr81282") ) ) +(assert (myObject (attribute1 "attr81283") ) ) +(assert (myObject (attribute1 "attr81284") ) ) +(assert (myObject (attribute1 "attr81285") ) ) +(assert (myObject (attribute1 "attr81286") ) ) +(assert (myObject (attribute1 "attr81287") ) ) +(assert (myObject (attribute1 "attr81288") ) ) +(assert (myObject (attribute1 "attr81289") ) ) +(assert (myObject (attribute1 "attr81290") ) ) +(assert (myObject (attribute1 "attr81291") ) ) +(assert (myObject (attribute1 "attr81292") ) ) +(assert (myObject (attribute1 "attr81293") ) ) +(assert (myObject (attribute1 "attr81294") ) ) +(assert (myObject (attribute1 "attr81295") ) ) +(assert (myObject (attribute1 "attr81296") ) ) +(assert (myObject (attribute1 "attr81297") ) ) +(assert (myObject (attribute1 "attr81298") ) ) +(assert (myObject (attribute1 "attr81299") ) ) +(assert (myObject (attribute1 "attr81300") ) ) +(assert (myObject (attribute1 "attr81301") ) ) +(assert (myObject (attribute1 "attr81302") ) ) +(assert (myObject (attribute1 "attr81303") ) ) +(assert (myObject (attribute1 "attr81304") ) ) +(assert (myObject (attribute1 "attr81305") ) ) +(assert (myObject (attribute1 "attr81306") ) ) +(assert (myObject (attribute1 "attr81307") ) ) +(assert (myObject (attribute1 "attr81308") ) ) +(assert (myObject (attribute1 "attr81309") ) ) +(assert (myObject (attribute1 "attr81310") ) ) +(assert (myObject (attribute1 "attr81311") ) ) +(assert (myObject (attribute1 "attr81312") ) ) +(assert (myObject (attribute1 "attr81313") ) ) +(assert (myObject (attribute1 "attr81314") ) ) +(assert (myObject (attribute1 "attr81315") ) ) +(assert (myObject (attribute1 "attr81316") ) ) +(assert (myObject (attribute1 "attr81317") ) ) +(assert (myObject (attribute1 "attr81318") ) ) +(assert (myObject (attribute1 "attr81319") ) ) +(assert (myObject (attribute1 "attr81320") ) ) +(assert (myObject (attribute1 "attr81321") ) ) +(assert (myObject (attribute1 "attr81322") ) ) +(assert (myObject (attribute1 "attr81323") ) ) +(assert (myObject (attribute1 "attr81324") ) ) +(assert (myObject (attribute1 "attr81325") ) ) +(assert (myObject (attribute1 "attr81326") ) ) +(assert (myObject (attribute1 "attr81327") ) ) +(assert (myObject (attribute1 "attr81328") ) ) +(assert (myObject (attribute1 "attr81329") ) ) +(assert (myObject (attribute1 "attr81330") ) ) +(assert (myObject (attribute1 "attr81331") ) ) +(assert (myObject (attribute1 "attr81332") ) ) +(assert (myObject (attribute1 "attr81333") ) ) +(assert (myObject (attribute1 "attr81334") ) ) +(assert (myObject (attribute1 "attr81335") ) ) +(assert (myObject (attribute1 "attr81336") ) ) +(assert (myObject (attribute1 "attr81337") ) ) +(assert (myObject (attribute1 "attr81338") ) ) +(assert (myObject (attribute1 "attr81339") ) ) +(assert (myObject (attribute1 "attr81340") ) ) +(assert (myObject (attribute1 "attr81341") ) ) +(assert (myObject (attribute1 "attr81342") ) ) +(assert (myObject (attribute1 "attr81343") ) ) +(assert (myObject (attribute1 "attr81344") ) ) +(assert (myObject (attribute1 "attr81345") ) ) +(assert (myObject (attribute1 "attr81346") ) ) +(assert (myObject (attribute1 "attr81347") ) ) +(assert (myObject (attribute1 "attr81348") ) ) +(assert (myObject (attribute1 "attr81349") ) ) +(assert (myObject (attribute1 "attr81350") ) ) +(assert (myObject (attribute1 "attr81351") ) ) +(assert (myObject (attribute1 "attr81352") ) ) +(assert (myObject (attribute1 "attr81353") ) ) +(assert (myObject (attribute1 "attr81354") ) ) +(assert (myObject (attribute1 "attr81355") ) ) +(assert (myObject (attribute1 "attr81356") ) ) +(assert (myObject (attribute1 "attr81357") ) ) +(assert (myObject (attribute1 "attr81358") ) ) +(assert (myObject (attribute1 "attr81359") ) ) +(assert (myObject (attribute1 "attr81360") ) ) +(assert (myObject (attribute1 "attr81361") ) ) +(assert (myObject (attribute1 "attr81362") ) ) +(assert (myObject (attribute1 "attr81363") ) ) +(assert (myObject (attribute1 "attr81364") ) ) +(assert (myObject (attribute1 "attr81365") ) ) +(assert (myObject (attribute1 "attr81366") ) ) +(assert (myObject (attribute1 "attr81367") ) ) +(assert (myObject (attribute1 "attr81368") ) ) +(assert (myObject (attribute1 "attr81369") ) ) +(assert (myObject (attribute1 "attr81370") ) ) +(assert (myObject (attribute1 "attr81371") ) ) +(assert (myObject (attribute1 "attr81372") ) ) +(assert (myObject (attribute1 "attr81373") ) ) +(assert (myObject (attribute1 "attr81374") ) ) +(assert (myObject (attribute1 "attr81375") ) ) +(assert (myObject (attribute1 "attr81376") ) ) +(assert (myObject (attribute1 "attr81377") ) ) +(assert (myObject (attribute1 "attr81378") ) ) +(assert (myObject (attribute1 "attr81379") ) ) +(assert (myObject (attribute1 "attr81380") ) ) +(assert (myObject (attribute1 "attr81381") ) ) +(assert (myObject (attribute1 "attr81382") ) ) +(assert (myObject (attribute1 "attr81383") ) ) +(assert (myObject (attribute1 "attr81384") ) ) +(assert (myObject (attribute1 "attr81385") ) ) +(assert (myObject (attribute1 "attr81386") ) ) +(assert (myObject (attribute1 "attr81387") ) ) +(assert (myObject (attribute1 "attr81388") ) ) +(assert (myObject (attribute1 "attr81389") ) ) +(assert (myObject (attribute1 "attr81390") ) ) +(assert (myObject (attribute1 "attr81391") ) ) +(assert (myObject (attribute1 "attr81392") ) ) +(assert (myObject (attribute1 "attr81393") ) ) +(assert (myObject (attribute1 "attr81394") ) ) +(assert (myObject (attribute1 "attr81395") ) ) +(assert (myObject (attribute1 "attr81396") ) ) +(assert (myObject (attribute1 "attr81397") ) ) +(assert (myObject (attribute1 "attr81398") ) ) +(assert (myObject (attribute1 "attr81399") ) ) +(assert (myObject (attribute1 "attr81400") ) ) +(assert (myObject (attribute1 "attr81401") ) ) +(assert (myObject (attribute1 "attr81402") ) ) +(assert (myObject (attribute1 "attr81403") ) ) +(assert (myObject (attribute1 "attr81404") ) ) +(assert (myObject (attribute1 "attr81405") ) ) +(assert (myObject (attribute1 "attr81406") ) ) +(assert (myObject (attribute1 "attr81407") ) ) +(assert (myObject (attribute1 "attr81408") ) ) +(assert (myObject (attribute1 "attr81409") ) ) +(assert (myObject (attribute1 "attr81410") ) ) +(assert (myObject (attribute1 "attr81411") ) ) +(assert (myObject (attribute1 "attr81412") ) ) +(assert (myObject (attribute1 "attr81413") ) ) +(assert (myObject (attribute1 "attr81414") ) ) +(assert (myObject (attribute1 "attr81415") ) ) +(assert (myObject (attribute1 "attr81416") ) ) +(assert (myObject (attribute1 "attr81417") ) ) +(assert (myObject (attribute1 "attr81418") ) ) +(assert (myObject (attribute1 "attr81419") ) ) +(assert (myObject (attribute1 "attr81420") ) ) +(assert (myObject (attribute1 "attr81421") ) ) +(assert (myObject (attribute1 "attr81422") ) ) +(assert (myObject (attribute1 "attr81423") ) ) +(assert (myObject (attribute1 "attr81424") ) ) +(assert (myObject (attribute1 "attr81425") ) ) +(assert (myObject (attribute1 "attr81426") ) ) +(assert (myObject (attribute1 "attr81427") ) ) +(assert (myObject (attribute1 "attr81428") ) ) +(assert (myObject (attribute1 "attr81429") ) ) +(assert (myObject (attribute1 "attr81430") ) ) +(assert (myObject (attribute1 "attr81431") ) ) +(assert (myObject (attribute1 "attr81432") ) ) +(assert (myObject (attribute1 "attr81433") ) ) +(assert (myObject (attribute1 "attr81434") ) ) +(assert (myObject (attribute1 "attr81435") ) ) +(assert (myObject (attribute1 "attr81436") ) ) +(assert (myObject (attribute1 "attr81437") ) ) +(assert (myObject (attribute1 "attr81438") ) ) +(assert (myObject (attribute1 "attr81439") ) ) +(assert (myObject (attribute1 "attr81440") ) ) +(assert (myObject (attribute1 "attr81441") ) ) +(assert (myObject (attribute1 "attr81442") ) ) +(assert (myObject (attribute1 "attr81443") ) ) +(assert (myObject (attribute1 "attr81444") ) ) +(assert (myObject (attribute1 "attr81445") ) ) +(assert (myObject (attribute1 "attr81446") ) ) +(assert (myObject (attribute1 "attr81447") ) ) +(assert (myObject (attribute1 "attr81448") ) ) +(assert (myObject (attribute1 "attr81449") ) ) +(assert (myObject (attribute1 "attr81450") ) ) +(assert (myObject (attribute1 "attr81451") ) ) +(assert (myObject (attribute1 "attr81452") ) ) +(assert (myObject (attribute1 "attr81453") ) ) +(assert (myObject (attribute1 "attr81454") ) ) +(assert (myObject (attribute1 "attr81455") ) ) +(assert (myObject (attribute1 "attr81456") ) ) +(assert (myObject (attribute1 "attr81457") ) ) +(assert (myObject (attribute1 "attr81458") ) ) +(assert (myObject (attribute1 "attr81459") ) ) +(assert (myObject (attribute1 "attr81460") ) ) +(assert (myObject (attribute1 "attr81461") ) ) +(assert (myObject (attribute1 "attr81462") ) ) +(assert (myObject (attribute1 "attr81463") ) ) +(assert (myObject (attribute1 "attr81464") ) ) +(assert (myObject (attribute1 "attr81465") ) ) +(assert (myObject (attribute1 "attr81466") ) ) +(assert (myObject (attribute1 "attr81467") ) ) +(assert (myObject (attribute1 "attr81468") ) ) +(assert (myObject (attribute1 "attr81469") ) ) +(assert (myObject (attribute1 "attr81470") ) ) +(assert (myObject (attribute1 "attr81471") ) ) +(assert (myObject (attribute1 "attr81472") ) ) +(assert (myObject (attribute1 "attr81473") ) ) +(assert (myObject (attribute1 "attr81474") ) ) +(assert (myObject (attribute1 "attr81475") ) ) +(assert (myObject (attribute1 "attr81476") ) ) +(assert (myObject (attribute1 "attr81477") ) ) +(assert (myObject (attribute1 "attr81478") ) ) +(assert (myObject (attribute1 "attr81479") ) ) +(assert (myObject (attribute1 "attr81480") ) ) +(assert (myObject (attribute1 "attr81481") ) ) +(assert (myObject (attribute1 "attr81482") ) ) +(assert (myObject (attribute1 "attr81483") ) ) +(assert (myObject (attribute1 "attr81484") ) ) +(assert (myObject (attribute1 "attr81485") ) ) +(assert (myObject (attribute1 "attr81486") ) ) +(assert (myObject (attribute1 "attr81487") ) ) +(assert (myObject (attribute1 "attr81488") ) ) +(assert (myObject (attribute1 "attr81489") ) ) +(assert (myObject (attribute1 "attr81490") ) ) +(assert (myObject (attribute1 "attr81491") ) ) +(assert (myObject (attribute1 "attr81492") ) ) +(assert (myObject (attribute1 "attr81493") ) ) +(assert (myObject (attribute1 "attr81494") ) ) +(assert (myObject (attribute1 "attr81495") ) ) +(assert (myObject (attribute1 "attr81496") ) ) +(assert (myObject (attribute1 "attr81497") ) ) +(assert (myObject (attribute1 "attr81498") ) ) +(assert (myObject (attribute1 "attr81499") ) ) +(assert (myObject (attribute1 "attr81500") ) ) +(assert (myObject (attribute1 "attr81501") ) ) +(assert (myObject (attribute1 "attr81502") ) ) +(assert (myObject (attribute1 "attr81503") ) ) +(assert (myObject (attribute1 "attr81504") ) ) +(assert (myObject (attribute1 "attr81505") ) ) +(assert (myObject (attribute1 "attr81506") ) ) +(assert (myObject (attribute1 "attr81507") ) ) +(assert (myObject (attribute1 "attr81508") ) ) +(assert (myObject (attribute1 "attr81509") ) ) +(assert (myObject (attribute1 "attr81510") ) ) +(assert (myObject (attribute1 "attr81511") ) ) +(assert (myObject (attribute1 "attr81512") ) ) +(assert (myObject (attribute1 "attr81513") ) ) +(assert (myObject (attribute1 "attr81514") ) ) +(assert (myObject (attribute1 "attr81515") ) ) +(assert (myObject (attribute1 "attr81516") ) ) +(assert (myObject (attribute1 "attr81517") ) ) +(assert (myObject (attribute1 "attr81518") ) ) +(assert (myObject (attribute1 "attr81519") ) ) +(assert (myObject (attribute1 "attr81520") ) ) +(assert (myObject (attribute1 "attr81521") ) ) +(assert (myObject (attribute1 "attr81522") ) ) +(assert (myObject (attribute1 "attr81523") ) ) +(assert (myObject (attribute1 "attr81524") ) ) +(assert (myObject (attribute1 "attr81525") ) ) +(assert (myObject (attribute1 "attr81526") ) ) +(assert (myObject (attribute1 "attr81527") ) ) +(assert (myObject (attribute1 "attr81528") ) ) +(assert (myObject (attribute1 "attr81529") ) ) +(assert (myObject (attribute1 "attr81530") ) ) +(assert (myObject (attribute1 "attr81531") ) ) +(assert (myObject (attribute1 "attr81532") ) ) +(assert (myObject (attribute1 "attr81533") ) ) +(assert (myObject (attribute1 "attr81534") ) ) +(assert (myObject (attribute1 "attr81535") ) ) +(assert (myObject (attribute1 "attr81536") ) ) +(assert (myObject (attribute1 "attr81537") ) ) +(assert (myObject (attribute1 "attr81538") ) ) +(assert (myObject (attribute1 "attr81539") ) ) +(assert (myObject (attribute1 "attr81540") ) ) +(assert (myObject (attribute1 "attr81541") ) ) +(assert (myObject (attribute1 "attr81542") ) ) +(assert (myObject (attribute1 "attr81543") ) ) +(assert (myObject (attribute1 "attr81544") ) ) +(assert (myObject (attribute1 "attr81545") ) ) +(assert (myObject (attribute1 "attr81546") ) ) +(assert (myObject (attribute1 "attr81547") ) ) +(assert (myObject (attribute1 "attr81548") ) ) +(assert (myObject (attribute1 "attr81549") ) ) +(assert (myObject (attribute1 "attr81550") ) ) +(assert (myObject (attribute1 "attr81551") ) ) +(assert (myObject (attribute1 "attr81552") ) ) +(assert (myObject (attribute1 "attr81553") ) ) +(assert (myObject (attribute1 "attr81554") ) ) +(assert (myObject (attribute1 "attr81555") ) ) +(assert (myObject (attribute1 "attr81556") ) ) +(assert (myObject (attribute1 "attr81557") ) ) +(assert (myObject (attribute1 "attr81558") ) ) +(assert (myObject (attribute1 "attr81559") ) ) +(assert (myObject (attribute1 "attr81560") ) ) +(assert (myObject (attribute1 "attr81561") ) ) +(assert (myObject (attribute1 "attr81562") ) ) +(assert (myObject (attribute1 "attr81563") ) ) +(assert (myObject (attribute1 "attr81564") ) ) +(assert (myObject (attribute1 "attr81565") ) ) +(assert (myObject (attribute1 "attr81566") ) ) +(assert (myObject (attribute1 "attr81567") ) ) +(assert (myObject (attribute1 "attr81568") ) ) +(assert (myObject (attribute1 "attr81569") ) ) +(assert (myObject (attribute1 "attr81570") ) ) +(assert (myObject (attribute1 "attr81571") ) ) +(assert (myObject (attribute1 "attr81572") ) ) +(assert (myObject (attribute1 "attr81573") ) ) +(assert (myObject (attribute1 "attr81574") ) ) +(assert (myObject (attribute1 "attr81575") ) ) +(assert (myObject (attribute1 "attr81576") ) ) +(assert (myObject (attribute1 "attr81577") ) ) +(assert (myObject (attribute1 "attr81578") ) ) +(assert (myObject (attribute1 "attr81579") ) ) +(assert (myObject (attribute1 "attr81580") ) ) +(assert (myObject (attribute1 "attr81581") ) ) +(assert (myObject (attribute1 "attr81582") ) ) +(assert (myObject (attribute1 "attr81583") ) ) +(assert (myObject (attribute1 "attr81584") ) ) +(assert (myObject (attribute1 "attr81585") ) ) +(assert (myObject (attribute1 "attr81586") ) ) +(assert (myObject (attribute1 "attr81587") ) ) +(assert (myObject (attribute1 "attr81588") ) ) +(assert (myObject (attribute1 "attr81589") ) ) +(assert (myObject (attribute1 "attr81590") ) ) +(assert (myObject (attribute1 "attr81591") ) ) +(assert (myObject (attribute1 "attr81592") ) ) +(assert (myObject (attribute1 "attr81593") ) ) +(assert (myObject (attribute1 "attr81594") ) ) +(assert (myObject (attribute1 "attr81595") ) ) +(assert (myObject (attribute1 "attr81596") ) ) +(assert (myObject (attribute1 "attr81597") ) ) +(assert (myObject (attribute1 "attr81598") ) ) +(assert (myObject (attribute1 "attr81599") ) ) +(assert (myObject (attribute1 "attr81600") ) ) +(assert (myObject (attribute1 "attr81601") ) ) +(assert (myObject (attribute1 "attr81602") ) ) +(assert (myObject (attribute1 "attr81603") ) ) +(assert (myObject (attribute1 "attr81604") ) ) +(assert (myObject (attribute1 "attr81605") ) ) +(assert (myObject (attribute1 "attr81606") ) ) +(assert (myObject (attribute1 "attr81607") ) ) +(assert (myObject (attribute1 "attr81608") ) ) +(assert (myObject (attribute1 "attr81609") ) ) +(assert (myObject (attribute1 "attr81610") ) ) +(assert (myObject (attribute1 "attr81611") ) ) +(assert (myObject (attribute1 "attr81612") ) ) +(assert (myObject (attribute1 "attr81613") ) ) +(assert (myObject (attribute1 "attr81614") ) ) +(assert (myObject (attribute1 "attr81615") ) ) +(assert (myObject (attribute1 "attr81616") ) ) +(assert (myObject (attribute1 "attr81617") ) ) +(assert (myObject (attribute1 "attr81618") ) ) +(assert (myObject (attribute1 "attr81619") ) ) +(assert (myObject (attribute1 "attr81620") ) ) +(assert (myObject (attribute1 "attr81621") ) ) +(assert (myObject (attribute1 "attr81622") ) ) +(assert (myObject (attribute1 "attr81623") ) ) +(assert (myObject (attribute1 "attr81624") ) ) +(assert (myObject (attribute1 "attr81625") ) ) +(assert (myObject (attribute1 "attr81626") ) ) +(assert (myObject (attribute1 "attr81627") ) ) +(assert (myObject (attribute1 "attr81628") ) ) +(assert (myObject (attribute1 "attr81629") ) ) +(assert (myObject (attribute1 "attr81630") ) ) +(assert (myObject (attribute1 "attr81631") ) ) +(assert (myObject (attribute1 "attr81632") ) ) +(assert (myObject (attribute1 "attr81633") ) ) +(assert (myObject (attribute1 "attr81634") ) ) +(assert (myObject (attribute1 "attr81635") ) ) +(assert (myObject (attribute1 "attr81636") ) ) +(assert (myObject (attribute1 "attr81637") ) ) +(assert (myObject (attribute1 "attr81638") ) ) +(assert (myObject (attribute1 "attr81639") ) ) +(assert (myObject (attribute1 "attr81640") ) ) +(assert (myObject (attribute1 "attr81641") ) ) +(assert (myObject (attribute1 "attr81642") ) ) +(assert (myObject (attribute1 "attr81643") ) ) +(assert (myObject (attribute1 "attr81644") ) ) +(assert (myObject (attribute1 "attr81645") ) ) +(assert (myObject (attribute1 "attr81646") ) ) +(assert (myObject (attribute1 "attr81647") ) ) +(assert (myObject (attribute1 "attr81648") ) ) +(assert (myObject (attribute1 "attr81649") ) ) +(assert (myObject (attribute1 "attr81650") ) ) +(assert (myObject (attribute1 "attr81651") ) ) +(assert (myObject (attribute1 "attr81652") ) ) +(assert (myObject (attribute1 "attr81653") ) ) +(assert (myObject (attribute1 "attr81654") ) ) +(assert (myObject (attribute1 "attr81655") ) ) +(assert (myObject (attribute1 "attr81656") ) ) +(assert (myObject (attribute1 "attr81657") ) ) +(assert (myObject (attribute1 "attr81658") ) ) +(assert (myObject (attribute1 "attr81659") ) ) +(assert (myObject (attribute1 "attr81660") ) ) +(assert (myObject (attribute1 "attr81661") ) ) +(assert (myObject (attribute1 "attr81662") ) ) +(assert (myObject (attribute1 "attr81663") ) ) +(assert (myObject (attribute1 "attr81664") ) ) +(assert (myObject (attribute1 "attr81665") ) ) +(assert (myObject (attribute1 "attr81666") ) ) +(assert (myObject (attribute1 "attr81667") ) ) +(assert (myObject (attribute1 "attr81668") ) ) +(assert (myObject (attribute1 "attr81669") ) ) +(assert (myObject (attribute1 "attr81670") ) ) +(assert (myObject (attribute1 "attr81671") ) ) +(assert (myObject (attribute1 "attr81672") ) ) +(assert (myObject (attribute1 "attr81673") ) ) +(assert (myObject (attribute1 "attr81674") ) ) +(assert (myObject (attribute1 "attr81675") ) ) +(assert (myObject (attribute1 "attr81676") ) ) +(assert (myObject (attribute1 "attr81677") ) ) +(assert (myObject (attribute1 "attr81678") ) ) +(assert (myObject (attribute1 "attr81679") ) ) +(assert (myObject (attribute1 "attr81680") ) ) +(assert (myObject (attribute1 "attr81681") ) ) +(assert (myObject (attribute1 "attr81682") ) ) +(assert (myObject (attribute1 "attr81683") ) ) +(assert (myObject (attribute1 "attr81684") ) ) +(assert (myObject (attribute1 "attr81685") ) ) +(assert (myObject (attribute1 "attr81686") ) ) +(assert (myObject (attribute1 "attr81687") ) ) +(assert (myObject (attribute1 "attr81688") ) ) +(assert (myObject (attribute1 "attr81689") ) ) +(assert (myObject (attribute1 "attr81690") ) ) +(assert (myObject (attribute1 "attr81691") ) ) +(assert (myObject (attribute1 "attr81692") ) ) +(assert (myObject (attribute1 "attr81693") ) ) +(assert (myObject (attribute1 "attr81694") ) ) +(assert (myObject (attribute1 "attr81695") ) ) +(assert (myObject (attribute1 "attr81696") ) ) +(assert (myObject (attribute1 "attr81697") ) ) +(assert (myObject (attribute1 "attr81698") ) ) +(assert (myObject (attribute1 "attr81699") ) ) +(assert (myObject (attribute1 "attr81700") ) ) +(assert (myObject (attribute1 "attr81701") ) ) +(assert (myObject (attribute1 "attr81702") ) ) +(assert (myObject (attribute1 "attr81703") ) ) +(assert (myObject (attribute1 "attr81704") ) ) +(assert (myObject (attribute1 "attr81705") ) ) +(assert (myObject (attribute1 "attr81706") ) ) +(assert (myObject (attribute1 "attr81707") ) ) +(assert (myObject (attribute1 "attr81708") ) ) +(assert (myObject (attribute1 "attr81709") ) ) +(assert (myObject (attribute1 "attr81710") ) ) +(assert (myObject (attribute1 "attr81711") ) ) +(assert (myObject (attribute1 "attr81712") ) ) +(assert (myObject (attribute1 "attr81713") ) ) +(assert (myObject (attribute1 "attr81714") ) ) +(assert (myObject (attribute1 "attr81715") ) ) +(assert (myObject (attribute1 "attr81716") ) ) +(assert (myObject (attribute1 "attr81717") ) ) +(assert (myObject (attribute1 "attr81718") ) ) +(assert (myObject (attribute1 "attr81719") ) ) +(assert (myObject (attribute1 "attr81720") ) ) +(assert (myObject (attribute1 "attr81721") ) ) +(assert (myObject (attribute1 "attr81722") ) ) +(assert (myObject (attribute1 "attr81723") ) ) +(assert (myObject (attribute1 "attr81724") ) ) +(assert (myObject (attribute1 "attr81725") ) ) +(assert (myObject (attribute1 "attr81726") ) ) +(assert (myObject (attribute1 "attr81727") ) ) +(assert (myObject (attribute1 "attr81728") ) ) +(assert (myObject (attribute1 "attr81729") ) ) +(assert (myObject (attribute1 "attr81730") ) ) +(assert (myObject (attribute1 "attr81731") ) ) +(assert (myObject (attribute1 "attr81732") ) ) +(assert (myObject (attribute1 "attr81733") ) ) +(assert (myObject (attribute1 "attr81734") ) ) +(assert (myObject (attribute1 "attr81735") ) ) +(assert (myObject (attribute1 "attr81736") ) ) +(assert (myObject (attribute1 "attr81737") ) ) +(assert (myObject (attribute1 "attr81738") ) ) +(assert (myObject (attribute1 "attr81739") ) ) +(assert (myObject (attribute1 "attr81740") ) ) +(assert (myObject (attribute1 "attr81741") ) ) +(assert (myObject (attribute1 "attr81742") ) ) +(assert (myObject (attribute1 "attr81743") ) ) +(assert (myObject (attribute1 "attr81744") ) ) +(assert (myObject (attribute1 "attr81745") ) ) +(assert (myObject (attribute1 "attr81746") ) ) +(assert (myObject (attribute1 "attr81747") ) ) +(assert (myObject (attribute1 "attr81748") ) ) +(assert (myObject (attribute1 "attr81749") ) ) +(assert (myObject (attribute1 "attr81750") ) ) +(assert (myObject (attribute1 "attr81751") ) ) +(assert (myObject (attribute1 "attr81752") ) ) +(assert (myObject (attribute1 "attr81753") ) ) +(assert (myObject (attribute1 "attr81754") ) ) +(assert (myObject (attribute1 "attr81755") ) ) +(assert (myObject (attribute1 "attr81756") ) ) +(assert (myObject (attribute1 "attr81757") ) ) +(assert (myObject (attribute1 "attr81758") ) ) +(assert (myObject (attribute1 "attr81759") ) ) +(assert (myObject (attribute1 "attr81760") ) ) +(assert (myObject (attribute1 "attr81761") ) ) +(assert (myObject (attribute1 "attr81762") ) ) +(assert (myObject (attribute1 "attr81763") ) ) +(assert (myObject (attribute1 "attr81764") ) ) +(assert (myObject (attribute1 "attr81765") ) ) +(assert (myObject (attribute1 "attr81766") ) ) +(assert (myObject (attribute1 "attr81767") ) ) +(assert (myObject (attribute1 "attr81768") ) ) +(assert (myObject (attribute1 "attr81769") ) ) +(assert (myObject (attribute1 "attr81770") ) ) +(assert (myObject (attribute1 "attr81771") ) ) +(assert (myObject (attribute1 "attr81772") ) ) +(assert (myObject (attribute1 "attr81773") ) ) +(assert (myObject (attribute1 "attr81774") ) ) +(assert (myObject (attribute1 "attr81775") ) ) +(assert (myObject (attribute1 "attr81776") ) ) +(assert (myObject (attribute1 "attr81777") ) ) +(assert (myObject (attribute1 "attr81778") ) ) +(assert (myObject (attribute1 "attr81779") ) ) +(assert (myObject (attribute1 "attr81780") ) ) +(assert (myObject (attribute1 "attr81781") ) ) +(assert (myObject (attribute1 "attr81782") ) ) +(assert (myObject (attribute1 "attr81783") ) ) +(assert (myObject (attribute1 "attr81784") ) ) +(assert (myObject (attribute1 "attr81785") ) ) +(assert (myObject (attribute1 "attr81786") ) ) +(assert (myObject (attribute1 "attr81787") ) ) +(assert (myObject (attribute1 "attr81788") ) ) +(assert (myObject (attribute1 "attr81789") ) ) +(assert (myObject (attribute1 "attr81790") ) ) +(assert (myObject (attribute1 "attr81791") ) ) +(assert (myObject (attribute1 "attr81792") ) ) +(assert (myObject (attribute1 "attr81793") ) ) +(assert (myObject (attribute1 "attr81794") ) ) +(assert (myObject (attribute1 "attr81795") ) ) +(assert (myObject (attribute1 "attr81796") ) ) +(assert (myObject (attribute1 "attr81797") ) ) +(assert (myObject (attribute1 "attr81798") ) ) +(assert (myObject (attribute1 "attr81799") ) ) +(assert (myObject (attribute1 "attr81800") ) ) +(assert (myObject (attribute1 "attr81801") ) ) +(assert (myObject (attribute1 "attr81802") ) ) +(assert (myObject (attribute1 "attr81803") ) ) +(assert (myObject (attribute1 "attr81804") ) ) +(assert (myObject (attribute1 "attr81805") ) ) +(assert (myObject (attribute1 "attr81806") ) ) +(assert (myObject (attribute1 "attr81807") ) ) +(assert (myObject (attribute1 "attr81808") ) ) +(assert (myObject (attribute1 "attr81809") ) ) +(assert (myObject (attribute1 "attr81810") ) ) +(assert (myObject (attribute1 "attr81811") ) ) +(assert (myObject (attribute1 "attr81812") ) ) +(assert (myObject (attribute1 "attr81813") ) ) +(assert (myObject (attribute1 "attr81814") ) ) +(assert (myObject (attribute1 "attr81815") ) ) +(assert (myObject (attribute1 "attr81816") ) ) +(assert (myObject (attribute1 "attr81817") ) ) +(assert (myObject (attribute1 "attr81818") ) ) +(assert (myObject (attribute1 "attr81819") ) ) +(assert (myObject (attribute1 "attr81820") ) ) +(assert (myObject (attribute1 "attr81821") ) ) +(assert (myObject (attribute1 "attr81822") ) ) +(assert (myObject (attribute1 "attr81823") ) ) +(assert (myObject (attribute1 "attr81824") ) ) +(assert (myObject (attribute1 "attr81825") ) ) +(assert (myObject (attribute1 "attr81826") ) ) +(assert (myObject (attribute1 "attr81827") ) ) +(assert (myObject (attribute1 "attr81828") ) ) +(assert (myObject (attribute1 "attr81829") ) ) +(assert (myObject (attribute1 "attr81830") ) ) +(assert (myObject (attribute1 "attr81831") ) ) +(assert (myObject (attribute1 "attr81832") ) ) +(assert (myObject (attribute1 "attr81833") ) ) +(assert (myObject (attribute1 "attr81834") ) ) +(assert (myObject (attribute1 "attr81835") ) ) +(assert (myObject (attribute1 "attr81836") ) ) +(assert (myObject (attribute1 "attr81837") ) ) +(assert (myObject (attribute1 "attr81838") ) ) +(assert (myObject (attribute1 "attr81839") ) ) +(assert (myObject (attribute1 "attr81840") ) ) +(assert (myObject (attribute1 "attr81841") ) ) +(assert (myObject (attribute1 "attr81842") ) ) +(assert (myObject (attribute1 "attr81843") ) ) +(assert (myObject (attribute1 "attr81844") ) ) +(assert (myObject (attribute1 "attr81845") ) ) +(assert (myObject (attribute1 "attr81846") ) ) +(assert (myObject (attribute1 "attr81847") ) ) +(assert (myObject (attribute1 "attr81848") ) ) +(assert (myObject (attribute1 "attr81849") ) ) +(assert (myObject (attribute1 "attr81850") ) ) +(assert (myObject (attribute1 "attr81851") ) ) +(assert (myObject (attribute1 "attr81852") ) ) +(assert (myObject (attribute1 "attr81853") ) ) +(assert (myObject (attribute1 "attr81854") ) ) +(assert (myObject (attribute1 "attr81855") ) ) +(assert (myObject (attribute1 "attr81856") ) ) +(assert (myObject (attribute1 "attr81857") ) ) +(assert (myObject (attribute1 "attr81858") ) ) +(assert (myObject (attribute1 "attr81859") ) ) +(assert (myObject (attribute1 "attr81860") ) ) +(assert (myObject (attribute1 "attr81861") ) ) +(assert (myObject (attribute1 "attr81862") ) ) +(assert (myObject (attribute1 "attr81863") ) ) +(assert (myObject (attribute1 "attr81864") ) ) +(assert (myObject (attribute1 "attr81865") ) ) +(assert (myObject (attribute1 "attr81866") ) ) +(assert (myObject (attribute1 "attr81867") ) ) +(assert (myObject (attribute1 "attr81868") ) ) +(assert (myObject (attribute1 "attr81869") ) ) +(assert (myObject (attribute1 "attr81870") ) ) +(assert (myObject (attribute1 "attr81871") ) ) +(assert (myObject (attribute1 "attr81872") ) ) +(assert (myObject (attribute1 "attr81873") ) ) +(assert (myObject (attribute1 "attr81874") ) ) +(assert (myObject (attribute1 "attr81875") ) ) +(assert (myObject (attribute1 "attr81876") ) ) +(assert (myObject (attribute1 "attr81877") ) ) +(assert (myObject (attribute1 "attr81878") ) ) +(assert (myObject (attribute1 "attr81879") ) ) +(assert (myObject (attribute1 "attr81880") ) ) +(assert (myObject (attribute1 "attr81881") ) ) +(assert (myObject (attribute1 "attr81882") ) ) +(assert (myObject (attribute1 "attr81883") ) ) +(assert (myObject (attribute1 "attr81884") ) ) +(assert (myObject (attribute1 "attr81885") ) ) +(assert (myObject (attribute1 "attr81886") ) ) +(assert (myObject (attribute1 "attr81887") ) ) +(assert (myObject (attribute1 "attr81888") ) ) +(assert (myObject (attribute1 "attr81889") ) ) +(assert (myObject (attribute1 "attr81890") ) ) +(assert (myObject (attribute1 "attr81891") ) ) +(assert (myObject (attribute1 "attr81892") ) ) +(assert (myObject (attribute1 "attr81893") ) ) +(assert (myObject (attribute1 "attr81894") ) ) +(assert (myObject (attribute1 "attr81895") ) ) +(assert (myObject (attribute1 "attr81896") ) ) +(assert (myObject (attribute1 "attr81897") ) ) +(assert (myObject (attribute1 "attr81898") ) ) +(assert (myObject (attribute1 "attr81899") ) ) +(assert (myObject (attribute1 "attr81900") ) ) +(assert (myObject (attribute1 "attr81901") ) ) +(assert (myObject (attribute1 "attr81902") ) ) +(assert (myObject (attribute1 "attr81903") ) ) +(assert (myObject (attribute1 "attr81904") ) ) +(assert (myObject (attribute1 "attr81905") ) ) +(assert (myObject (attribute1 "attr81906") ) ) +(assert (myObject (attribute1 "attr81907") ) ) +(assert (myObject (attribute1 "attr81908") ) ) +(assert (myObject (attribute1 "attr81909") ) ) +(assert (myObject (attribute1 "attr81910") ) ) +(assert (myObject (attribute1 "attr81911") ) ) +(assert (myObject (attribute1 "attr81912") ) ) +(assert (myObject (attribute1 "attr81913") ) ) +(assert (myObject (attribute1 "attr81914") ) ) +(assert (myObject (attribute1 "attr81915") ) ) +(assert (myObject (attribute1 "attr81916") ) ) +(assert (myObject (attribute1 "attr81917") ) ) +(assert (myObject (attribute1 "attr81918") ) ) +(assert (myObject (attribute1 "attr81919") ) ) +(assert (myObject (attribute1 "attr81920") ) ) +(assert (myObject (attribute1 "attr81921") ) ) +(assert (myObject (attribute1 "attr81922") ) ) +(assert (myObject (attribute1 "attr81923") ) ) +(assert (myObject (attribute1 "attr81924") ) ) +(assert (myObject (attribute1 "attr81925") ) ) +(assert (myObject (attribute1 "attr81926") ) ) +(assert (myObject (attribute1 "attr81927") ) ) +(assert (myObject (attribute1 "attr81928") ) ) +(assert (myObject (attribute1 "attr81929") ) ) +(assert (myObject (attribute1 "attr81930") ) ) +(assert (myObject (attribute1 "attr81931") ) ) +(assert (myObject (attribute1 "attr81932") ) ) +(assert (myObject (attribute1 "attr81933") ) ) +(assert (myObject (attribute1 "attr81934") ) ) +(assert (myObject (attribute1 "attr81935") ) ) +(assert (myObject (attribute1 "attr81936") ) ) +(assert (myObject (attribute1 "attr81937") ) ) +(assert (myObject (attribute1 "attr81938") ) ) +(assert (myObject (attribute1 "attr81939") ) ) +(assert (myObject (attribute1 "attr81940") ) ) +(assert (myObject (attribute1 "attr81941") ) ) +(assert (myObject (attribute1 "attr81942") ) ) +(assert (myObject (attribute1 "attr81943") ) ) +(assert (myObject (attribute1 "attr81944") ) ) +(assert (myObject (attribute1 "attr81945") ) ) +(assert (myObject (attribute1 "attr81946") ) ) +(assert (myObject (attribute1 "attr81947") ) ) +(assert (myObject (attribute1 "attr81948") ) ) +(assert (myObject (attribute1 "attr81949") ) ) +(assert (myObject (attribute1 "attr81950") ) ) +(assert (myObject (attribute1 "attr81951") ) ) +(assert (myObject (attribute1 "attr81952") ) ) +(assert (myObject (attribute1 "attr81953") ) ) +(assert (myObject (attribute1 "attr81954") ) ) +(assert (myObject (attribute1 "attr81955") ) ) +(assert (myObject (attribute1 "attr81956") ) ) +(assert (myObject (attribute1 "attr81957") ) ) +(assert (myObject (attribute1 "attr81958") ) ) +(assert (myObject (attribute1 "attr81959") ) ) +(assert (myObject (attribute1 "attr81960") ) ) +(assert (myObject (attribute1 "attr81961") ) ) +(assert (myObject (attribute1 "attr81962") ) ) +(assert (myObject (attribute1 "attr81963") ) ) +(assert (myObject (attribute1 "attr81964") ) ) +(assert (myObject (attribute1 "attr81965") ) ) +(assert (myObject (attribute1 "attr81966") ) ) +(assert (myObject (attribute1 "attr81967") ) ) +(assert (myObject (attribute1 "attr81968") ) ) +(assert (myObject (attribute1 "attr81969") ) ) +(assert (myObject (attribute1 "attr81970") ) ) +(assert (myObject (attribute1 "attr81971") ) ) +(assert (myObject (attribute1 "attr81972") ) ) +(assert (myObject (attribute1 "attr81973") ) ) +(assert (myObject (attribute1 "attr81974") ) ) +(assert (myObject (attribute1 "attr81975") ) ) +(assert (myObject (attribute1 "attr81976") ) ) +(assert (myObject (attribute1 "attr81977") ) ) +(assert (myObject (attribute1 "attr81978") ) ) +(assert (myObject (attribute1 "attr81979") ) ) +(assert (myObject (attribute1 "attr81980") ) ) +(assert (myObject (attribute1 "attr81981") ) ) +(assert (myObject (attribute1 "attr81982") ) ) +(assert (myObject (attribute1 "attr81983") ) ) +(assert (myObject (attribute1 "attr81984") ) ) +(assert (myObject (attribute1 "attr81985") ) ) +(assert (myObject (attribute1 "attr81986") ) ) +(assert (myObject (attribute1 "attr81987") ) ) +(assert (myObject (attribute1 "attr81988") ) ) +(assert (myObject (attribute1 "attr81989") ) ) +(assert (myObject (attribute1 "attr81990") ) ) +(assert (myObject (attribute1 "attr81991") ) ) +(assert (myObject (attribute1 "attr81992") ) ) +(assert (myObject (attribute1 "attr81993") ) ) +(assert (myObject (attribute1 "attr81994") ) ) +(assert (myObject (attribute1 "attr81995") ) ) +(assert (myObject (attribute1 "attr81996") ) ) +(assert (myObject (attribute1 "attr81997") ) ) +(assert (myObject (attribute1 "attr81998") ) ) +(assert (myObject (attribute1 "attr81999") ) ) +(assert (myObject (attribute1 "attr82000") ) ) +(assert (myObject (attribute1 "attr82001") ) ) +(assert (myObject (attribute1 "attr82002") ) ) +(assert (myObject (attribute1 "attr82003") ) ) +(assert (myObject (attribute1 "attr82004") ) ) +(assert (myObject (attribute1 "attr82005") ) ) +(assert (myObject (attribute1 "attr82006") ) ) +(assert (myObject (attribute1 "attr82007") ) ) +(assert (myObject (attribute1 "attr82008") ) ) +(assert (myObject (attribute1 "attr82009") ) ) +(assert (myObject (attribute1 "attr82010") ) ) +(assert (myObject (attribute1 "attr82011") ) ) +(assert (myObject (attribute1 "attr82012") ) ) +(assert (myObject (attribute1 "attr82013") ) ) +(assert (myObject (attribute1 "attr82014") ) ) +(assert (myObject (attribute1 "attr82015") ) ) +(assert (myObject (attribute1 "attr82016") ) ) +(assert (myObject (attribute1 "attr82017") ) ) +(assert (myObject (attribute1 "attr82018") ) ) +(assert (myObject (attribute1 "attr82019") ) ) +(assert (myObject (attribute1 "attr82020") ) ) +(assert (myObject (attribute1 "attr82021") ) ) +(assert (myObject (attribute1 "attr82022") ) ) +(assert (myObject (attribute1 "attr82023") ) ) +(assert (myObject (attribute1 "attr82024") ) ) +(assert (myObject (attribute1 "attr82025") ) ) +(assert (myObject (attribute1 "attr82026") ) ) +(assert (myObject (attribute1 "attr82027") ) ) +(assert (myObject (attribute1 "attr82028") ) ) +(assert (myObject (attribute1 "attr82029") ) ) +(assert (myObject (attribute1 "attr82030") ) ) +(assert (myObject (attribute1 "attr82031") ) ) +(assert (myObject (attribute1 "attr82032") ) ) +(assert (myObject (attribute1 "attr82033") ) ) +(assert (myObject (attribute1 "attr82034") ) ) +(assert (myObject (attribute1 "attr82035") ) ) +(assert (myObject (attribute1 "attr82036") ) ) +(assert (myObject (attribute1 "attr82037") ) ) +(assert (myObject (attribute1 "attr82038") ) ) +(assert (myObject (attribute1 "attr82039") ) ) +(assert (myObject (attribute1 "attr82040") ) ) +(assert (myObject (attribute1 "attr82041") ) ) +(assert (myObject (attribute1 "attr82042") ) ) +(assert (myObject (attribute1 "attr82043") ) ) +(assert (myObject (attribute1 "attr82044") ) ) +(assert (myObject (attribute1 "attr82045") ) ) +(assert (myObject (attribute1 "attr82046") ) ) +(assert (myObject (attribute1 "attr82047") ) ) +(assert (myObject (attribute1 "attr82048") ) ) +(assert (myObject (attribute1 "attr82049") ) ) +(assert (myObject (attribute1 "attr82050") ) ) +(assert (myObject (attribute1 "attr82051") ) ) +(assert (myObject (attribute1 "attr82052") ) ) +(assert (myObject (attribute1 "attr82053") ) ) +(assert (myObject (attribute1 "attr82054") ) ) +(assert (myObject (attribute1 "attr82055") ) ) +(assert (myObject (attribute1 "attr82056") ) ) +(assert (myObject (attribute1 "attr82057") ) ) +(assert (myObject (attribute1 "attr82058") ) ) +(assert (myObject (attribute1 "attr82059") ) ) +(assert (myObject (attribute1 "attr82060") ) ) +(assert (myObject (attribute1 "attr82061") ) ) +(assert (myObject (attribute1 "attr82062") ) ) +(assert (myObject (attribute1 "attr82063") ) ) +(assert (myObject (attribute1 "attr82064") ) ) +(assert (myObject (attribute1 "attr82065") ) ) +(assert (myObject (attribute1 "attr82066") ) ) +(assert (myObject (attribute1 "attr82067") ) ) +(assert (myObject (attribute1 "attr82068") ) ) +(assert (myObject (attribute1 "attr82069") ) ) +(assert (myObject (attribute1 "attr82070") ) ) +(assert (myObject (attribute1 "attr82071") ) ) +(assert (myObject (attribute1 "attr82072") ) ) +(assert (myObject (attribute1 "attr82073") ) ) +(assert (myObject (attribute1 "attr82074") ) ) +(assert (myObject (attribute1 "attr82075") ) ) +(assert (myObject (attribute1 "attr82076") ) ) +(assert (myObject (attribute1 "attr82077") ) ) +(assert (myObject (attribute1 "attr82078") ) ) +(assert (myObject (attribute1 "attr82079") ) ) +(assert (myObject (attribute1 "attr82080") ) ) +(assert (myObject (attribute1 "attr82081") ) ) +(assert (myObject (attribute1 "attr82082") ) ) +(assert (myObject (attribute1 "attr82083") ) ) +(assert (myObject (attribute1 "attr82084") ) ) +(assert (myObject (attribute1 "attr82085") ) ) +(assert (myObject (attribute1 "attr82086") ) ) +(assert (myObject (attribute1 "attr82087") ) ) +(assert (myObject (attribute1 "attr82088") ) ) +(assert (myObject (attribute1 "attr82089") ) ) +(assert (myObject (attribute1 "attr82090") ) ) +(assert (myObject (attribute1 "attr82091") ) ) +(assert (myObject (attribute1 "attr82092") ) ) +(assert (myObject (attribute1 "attr82093") ) ) +(assert (myObject (attribute1 "attr82094") ) ) +(assert (myObject (attribute1 "attr82095") ) ) +(assert (myObject (attribute1 "attr82096") ) ) +(assert (myObject (attribute1 "attr82097") ) ) +(assert (myObject (attribute1 "attr82098") ) ) +(assert (myObject (attribute1 "attr82099") ) ) +(assert (myObject (attribute1 "attr82100") ) ) +(assert (myObject (attribute1 "attr82101") ) ) +(assert (myObject (attribute1 "attr82102") ) ) +(assert (myObject (attribute1 "attr82103") ) ) +(assert (myObject (attribute1 "attr82104") ) ) +(assert (myObject (attribute1 "attr82105") ) ) +(assert (myObject (attribute1 "attr82106") ) ) +(assert (myObject (attribute1 "attr82107") ) ) +(assert (myObject (attribute1 "attr82108") ) ) +(assert (myObject (attribute1 "attr82109") ) ) +(assert (myObject (attribute1 "attr82110") ) ) +(assert (myObject (attribute1 "attr82111") ) ) +(assert (myObject (attribute1 "attr82112") ) ) +(assert (myObject (attribute1 "attr82113") ) ) +(assert (myObject (attribute1 "attr82114") ) ) +(assert (myObject (attribute1 "attr82115") ) ) +(assert (myObject (attribute1 "attr82116") ) ) +(assert (myObject (attribute1 "attr82117") ) ) +(assert (myObject (attribute1 "attr82118") ) ) +(assert (myObject (attribute1 "attr82119") ) ) +(assert (myObject (attribute1 "attr82120") ) ) +(assert (myObject (attribute1 "attr82121") ) ) +(assert (myObject (attribute1 "attr82122") ) ) +(assert (myObject (attribute1 "attr82123") ) ) +(assert (myObject (attribute1 "attr82124") ) ) +(assert (myObject (attribute1 "attr82125") ) ) +(assert (myObject (attribute1 "attr82126") ) ) +(assert (myObject (attribute1 "attr82127") ) ) +(assert (myObject (attribute1 "attr82128") ) ) +(assert (myObject (attribute1 "attr82129") ) ) +(assert (myObject (attribute1 "attr82130") ) ) +(assert (myObject (attribute1 "attr82131") ) ) +(assert (myObject (attribute1 "attr82132") ) ) +(assert (myObject (attribute1 "attr82133") ) ) +(assert (myObject (attribute1 "attr82134") ) ) +(assert (myObject (attribute1 "attr82135") ) ) +(assert (myObject (attribute1 "attr82136") ) ) +(assert (myObject (attribute1 "attr82137") ) ) +(assert (myObject (attribute1 "attr82138") ) ) +(assert (myObject (attribute1 "attr82139") ) ) +(assert (myObject (attribute1 "attr82140") ) ) +(assert (myObject (attribute1 "attr82141") ) ) +(assert (myObject (attribute1 "attr82142") ) ) +(assert (myObject (attribute1 "attr82143") ) ) +(assert (myObject (attribute1 "attr82144") ) ) +(assert (myObject (attribute1 "attr82145") ) ) +(assert (myObject (attribute1 "attr82146") ) ) +(assert (myObject (attribute1 "attr82147") ) ) +(assert (myObject (attribute1 "attr82148") ) ) +(assert (myObject (attribute1 "attr82149") ) ) +(assert (myObject (attribute1 "attr82150") ) ) +(assert (myObject (attribute1 "attr82151") ) ) +(assert (myObject (attribute1 "attr82152") ) ) +(assert (myObject (attribute1 "attr82153") ) ) +(assert (myObject (attribute1 "attr82154") ) ) +(assert (myObject (attribute1 "attr82155") ) ) +(assert (myObject (attribute1 "attr82156") ) ) +(assert (myObject (attribute1 "attr82157") ) ) +(assert (myObject (attribute1 "attr82158") ) ) +(assert (myObject (attribute1 "attr82159") ) ) +(assert (myObject (attribute1 "attr82160") ) ) +(assert (myObject (attribute1 "attr82161") ) ) +(assert (myObject (attribute1 "attr82162") ) ) +(assert (myObject (attribute1 "attr82163") ) ) +(assert (myObject (attribute1 "attr82164") ) ) +(assert (myObject (attribute1 "attr82165") ) ) +(assert (myObject (attribute1 "attr82166") ) ) +(assert (myObject (attribute1 "attr82167") ) ) +(assert (myObject (attribute1 "attr82168") ) ) +(assert (myObject (attribute1 "attr82169") ) ) +(assert (myObject (attribute1 "attr82170") ) ) +(assert (myObject (attribute1 "attr82171") ) ) +(assert (myObject (attribute1 "attr82172") ) ) +(assert (myObject (attribute1 "attr82173") ) ) +(assert (myObject (attribute1 "attr82174") ) ) +(assert (myObject (attribute1 "attr82175") ) ) +(assert (myObject (attribute1 "attr82176") ) ) +(assert (myObject (attribute1 "attr82177") ) ) +(assert (myObject (attribute1 "attr82178") ) ) +(assert (myObject (attribute1 "attr82179") ) ) +(assert (myObject (attribute1 "attr82180") ) ) +(assert (myObject (attribute1 "attr82181") ) ) +(assert (myObject (attribute1 "attr82182") ) ) +(assert (myObject (attribute1 "attr82183") ) ) +(assert (myObject (attribute1 "attr82184") ) ) +(assert (myObject (attribute1 "attr82185") ) ) +(assert (myObject (attribute1 "attr82186") ) ) +(assert (myObject (attribute1 "attr82187") ) ) +(assert (myObject (attribute1 "attr82188") ) ) +(assert (myObject (attribute1 "attr82189") ) ) +(assert (myObject (attribute1 "attr82190") ) ) +(assert (myObject (attribute1 "attr82191") ) ) +(assert (myObject (attribute1 "attr82192") ) ) +(assert (myObject (attribute1 "attr82193") ) ) +(assert (myObject (attribute1 "attr82194") ) ) +(assert (myObject (attribute1 "attr82195") ) ) +(assert (myObject (attribute1 "attr82196") ) ) +(assert (myObject (attribute1 "attr82197") ) ) +(assert (myObject (attribute1 "attr82198") ) ) +(assert (myObject (attribute1 "attr82199") ) ) +(assert (myObject (attribute1 "attr82200") ) ) +(assert (myObject (attribute1 "attr82201") ) ) +(assert (myObject (attribute1 "attr82202") ) ) +(assert (myObject (attribute1 "attr82203") ) ) +(assert (myObject (attribute1 "attr82204") ) ) +(assert (myObject (attribute1 "attr82205") ) ) +(assert (myObject (attribute1 "attr82206") ) ) +(assert (myObject (attribute1 "attr82207") ) ) +(assert (myObject (attribute1 "attr82208") ) ) +(assert (myObject (attribute1 "attr82209") ) ) +(assert (myObject (attribute1 "attr82210") ) ) +(assert (myObject (attribute1 "attr82211") ) ) +(assert (myObject (attribute1 "attr82212") ) ) +(assert (myObject (attribute1 "attr82213") ) ) +(assert (myObject (attribute1 "attr82214") ) ) +(assert (myObject (attribute1 "attr82215") ) ) +(assert (myObject (attribute1 "attr82216") ) ) +(assert (myObject (attribute1 "attr82217") ) ) +(assert (myObject (attribute1 "attr82218") ) ) +(assert (myObject (attribute1 "attr82219") ) ) +(assert (myObject (attribute1 "attr82220") ) ) +(assert (myObject (attribute1 "attr82221") ) ) +(assert (myObject (attribute1 "attr82222") ) ) +(assert (myObject (attribute1 "attr82223") ) ) +(assert (myObject (attribute1 "attr82224") ) ) +(assert (myObject (attribute1 "attr82225") ) ) +(assert (myObject (attribute1 "attr82226") ) ) +(assert (myObject (attribute1 "attr82227") ) ) +(assert (myObject (attribute1 "attr82228") ) ) +(assert (myObject (attribute1 "attr82229") ) ) +(assert (myObject (attribute1 "attr82230") ) ) +(assert (myObject (attribute1 "attr82231") ) ) +(assert (myObject (attribute1 "attr82232") ) ) +(assert (myObject (attribute1 "attr82233") ) ) +(assert (myObject (attribute1 "attr82234") ) ) +(assert (myObject (attribute1 "attr82235") ) ) +(assert (myObject (attribute1 "attr82236") ) ) +(assert (myObject (attribute1 "attr82237") ) ) +(assert (myObject (attribute1 "attr82238") ) ) +(assert (myObject (attribute1 "attr82239") ) ) +(assert (myObject (attribute1 "attr82240") ) ) +(assert (myObject (attribute1 "attr82241") ) ) +(assert (myObject (attribute1 "attr82242") ) ) +(assert (myObject (attribute1 "attr82243") ) ) +(assert (myObject (attribute1 "attr82244") ) ) +(assert (myObject (attribute1 "attr82245") ) ) +(assert (myObject (attribute1 "attr82246") ) ) +(assert (myObject (attribute1 "attr82247") ) ) +(assert (myObject (attribute1 "attr82248") ) ) +(assert (myObject (attribute1 "attr82249") ) ) +(assert (myObject (attribute1 "attr82250") ) ) +(assert (myObject (attribute1 "attr82251") ) ) +(assert (myObject (attribute1 "attr82252") ) ) +(assert (myObject (attribute1 "attr82253") ) ) +(assert (myObject (attribute1 "attr82254") ) ) +(assert (myObject (attribute1 "attr82255") ) ) +(assert (myObject (attribute1 "attr82256") ) ) +(assert (myObject (attribute1 "attr82257") ) ) +(assert (myObject (attribute1 "attr82258") ) ) +(assert (myObject (attribute1 "attr82259") ) ) +(assert (myObject (attribute1 "attr82260") ) ) +(assert (myObject (attribute1 "attr82261") ) ) +(assert (myObject (attribute1 "attr82262") ) ) +(assert (myObject (attribute1 "attr82263") ) ) +(assert (myObject (attribute1 "attr82264") ) ) +(assert (myObject (attribute1 "attr82265") ) ) +(assert (myObject (attribute1 "attr82266") ) ) +(assert (myObject (attribute1 "attr82267") ) ) +(assert (myObject (attribute1 "attr82268") ) ) +(assert (myObject (attribute1 "attr82269") ) ) +(assert (myObject (attribute1 "attr82270") ) ) +(assert (myObject (attribute1 "attr82271") ) ) +(assert (myObject (attribute1 "attr82272") ) ) +(assert (myObject (attribute1 "attr82273") ) ) +(assert (myObject (attribute1 "attr82274") ) ) +(assert (myObject (attribute1 "attr82275") ) ) +(assert (myObject (attribute1 "attr82276") ) ) +(assert (myObject (attribute1 "attr82277") ) ) +(assert (myObject (attribute1 "attr82278") ) ) +(assert (myObject (attribute1 "attr82279") ) ) +(assert (myObject (attribute1 "attr82280") ) ) +(assert (myObject (attribute1 "attr82281") ) ) +(assert (myObject (attribute1 "attr82282") ) ) +(assert (myObject (attribute1 "attr82283") ) ) +(assert (myObject (attribute1 "attr82284") ) ) +(assert (myObject (attribute1 "attr82285") ) ) +(assert (myObject (attribute1 "attr82286") ) ) +(assert (myObject (attribute1 "attr82287") ) ) +(assert (myObject (attribute1 "attr82288") ) ) +(assert (myObject (attribute1 "attr82289") ) ) +(assert (myObject (attribute1 "attr82290") ) ) +(assert (myObject (attribute1 "attr82291") ) ) +(assert (myObject (attribute1 "attr82292") ) ) +(assert (myObject (attribute1 "attr82293") ) ) +(assert (myObject (attribute1 "attr82294") ) ) +(assert (myObject (attribute1 "attr82295") ) ) +(assert (myObject (attribute1 "attr82296") ) ) +(assert (myObject (attribute1 "attr82297") ) ) +(assert (myObject (attribute1 "attr82298") ) ) +(assert (myObject (attribute1 "attr82299") ) ) +(assert (myObject (attribute1 "attr82300") ) ) +(assert (myObject (attribute1 "attr82301") ) ) +(assert (myObject (attribute1 "attr82302") ) ) +(assert (myObject (attribute1 "attr82303") ) ) +(assert (myObject (attribute1 "attr82304") ) ) +(assert (myObject (attribute1 "attr82305") ) ) +(assert (myObject (attribute1 "attr82306") ) ) +(assert (myObject (attribute1 "attr82307") ) ) +(assert (myObject (attribute1 "attr82308") ) ) +(assert (myObject (attribute1 "attr82309") ) ) +(assert (myObject (attribute1 "attr82310") ) ) +(assert (myObject (attribute1 "attr82311") ) ) +(assert (myObject (attribute1 "attr82312") ) ) +(assert (myObject (attribute1 "attr82313") ) ) +(assert (myObject (attribute1 "attr82314") ) ) +(assert (myObject (attribute1 "attr82315") ) ) +(assert (myObject (attribute1 "attr82316") ) ) +(assert (myObject (attribute1 "attr82317") ) ) +(assert (myObject (attribute1 "attr82318") ) ) +(assert (myObject (attribute1 "attr82319") ) ) +(assert (myObject (attribute1 "attr82320") ) ) +(assert (myObject (attribute1 "attr82321") ) ) +(assert (myObject (attribute1 "attr82322") ) ) +(assert (myObject (attribute1 "attr82323") ) ) +(assert (myObject (attribute1 "attr82324") ) ) +(assert (myObject (attribute1 "attr82325") ) ) +(assert (myObject (attribute1 "attr82326") ) ) +(assert (myObject (attribute1 "attr82327") ) ) +(assert (myObject (attribute1 "attr82328") ) ) +(assert (myObject (attribute1 "attr82329") ) ) +(assert (myObject (attribute1 "attr82330") ) ) +(assert (myObject (attribute1 "attr82331") ) ) +(assert (myObject (attribute1 "attr82332") ) ) +(assert (myObject (attribute1 "attr82333") ) ) +(assert (myObject (attribute1 "attr82334") ) ) +(assert (myObject (attribute1 "attr82335") ) ) +(assert (myObject (attribute1 "attr82336") ) ) +(assert (myObject (attribute1 "attr82337") ) ) +(assert (myObject (attribute1 "attr82338") ) ) +(assert (myObject (attribute1 "attr82339") ) ) +(assert (myObject (attribute1 "attr82340") ) ) +(assert (myObject (attribute1 "attr82341") ) ) +(assert (myObject (attribute1 "attr82342") ) ) +(assert (myObject (attribute1 "attr82343") ) ) +(assert (myObject (attribute1 "attr82344") ) ) +(assert (myObject (attribute1 "attr82345") ) ) +(assert (myObject (attribute1 "attr82346") ) ) +(assert (myObject (attribute1 "attr82347") ) ) +(assert (myObject (attribute1 "attr82348") ) ) +(assert (myObject (attribute1 "attr82349") ) ) +(assert (myObject (attribute1 "attr82350") ) ) +(assert (myObject (attribute1 "attr82351") ) ) +(assert (myObject (attribute1 "attr82352") ) ) +(assert (myObject (attribute1 "attr82353") ) ) +(assert (myObject (attribute1 "attr82354") ) ) +(assert (myObject (attribute1 "attr82355") ) ) +(assert (myObject (attribute1 "attr82356") ) ) +(assert (myObject (attribute1 "attr82357") ) ) +(assert (myObject (attribute1 "attr82358") ) ) +(assert (myObject (attribute1 "attr82359") ) ) +(assert (myObject (attribute1 "attr82360") ) ) +(assert (myObject (attribute1 "attr82361") ) ) +(assert (myObject (attribute1 "attr82362") ) ) +(assert (myObject (attribute1 "attr82363") ) ) +(assert (myObject (attribute1 "attr82364") ) ) +(assert (myObject (attribute1 "attr82365") ) ) +(assert (myObject (attribute1 "attr82366") ) ) +(assert (myObject (attribute1 "attr82367") ) ) +(assert (myObject (attribute1 "attr82368") ) ) +(assert (myObject (attribute1 "attr82369") ) ) +(assert (myObject (attribute1 "attr82370") ) ) +(assert (myObject (attribute1 "attr82371") ) ) +(assert (myObject (attribute1 "attr82372") ) ) +(assert (myObject (attribute1 "attr82373") ) ) +(assert (myObject (attribute1 "attr82374") ) ) +(assert (myObject (attribute1 "attr82375") ) ) +(assert (myObject (attribute1 "attr82376") ) ) +(assert (myObject (attribute1 "attr82377") ) ) +(assert (myObject (attribute1 "attr82378") ) ) +(assert (myObject (attribute1 "attr82379") ) ) +(assert (myObject (attribute1 "attr82380") ) ) +(assert (myObject (attribute1 "attr82381") ) ) +(assert (myObject (attribute1 "attr82382") ) ) +(assert (myObject (attribute1 "attr82383") ) ) +(assert (myObject (attribute1 "attr82384") ) ) +(assert (myObject (attribute1 "attr82385") ) ) +(assert (myObject (attribute1 "attr82386") ) ) +(assert (myObject (attribute1 "attr82387") ) ) +(assert (myObject (attribute1 "attr82388") ) ) +(assert (myObject (attribute1 "attr82389") ) ) +(assert (myObject (attribute1 "attr82390") ) ) +(assert (myObject (attribute1 "attr82391") ) ) +(assert (myObject (attribute1 "attr82392") ) ) +(assert (myObject (attribute1 "attr82393") ) ) +(assert (myObject (attribute1 "attr82394") ) ) +(assert (myObject (attribute1 "attr82395") ) ) +(assert (myObject (attribute1 "attr82396") ) ) +(assert (myObject (attribute1 "attr82397") ) ) +(assert (myObject (attribute1 "attr82398") ) ) +(assert (myObject (attribute1 "attr82399") ) ) +(assert (myObject (attribute1 "attr82400") ) ) +(assert (myObject (attribute1 "attr82401") ) ) +(assert (myObject (attribute1 "attr82402") ) ) +(assert (myObject (attribute1 "attr82403") ) ) +(assert (myObject (attribute1 "attr82404") ) ) +(assert (myObject (attribute1 "attr82405") ) ) +(assert (myObject (attribute1 "attr82406") ) ) +(assert (myObject (attribute1 "attr82407") ) ) +(assert (myObject (attribute1 "attr82408") ) ) +(assert (myObject (attribute1 "attr82409") ) ) +(assert (myObject (attribute1 "attr82410") ) ) +(assert (myObject (attribute1 "attr82411") ) ) +(assert (myObject (attribute1 "attr82412") ) ) +(assert (myObject (attribute1 "attr82413") ) ) +(assert (myObject (attribute1 "attr82414") ) ) +(assert (myObject (attribute1 "attr82415") ) ) +(assert (myObject (attribute1 "attr82416") ) ) +(assert (myObject (attribute1 "attr82417") ) ) +(assert (myObject (attribute1 "attr82418") ) ) +(assert (myObject (attribute1 "attr82419") ) ) +(assert (myObject (attribute1 "attr82420") ) ) +(assert (myObject (attribute1 "attr82421") ) ) +(assert (myObject (attribute1 "attr82422") ) ) +(assert (myObject (attribute1 "attr82423") ) ) +(assert (myObject (attribute1 "attr82424") ) ) +(assert (myObject (attribute1 "attr82425") ) ) +(assert (myObject (attribute1 "attr82426") ) ) +(assert (myObject (attribute1 "attr82427") ) ) +(assert (myObject (attribute1 "attr82428") ) ) +(assert (myObject (attribute1 "attr82429") ) ) +(assert (myObject (attribute1 "attr82430") ) ) +(assert (myObject (attribute1 "attr82431") ) ) +(assert (myObject (attribute1 "attr82432") ) ) +(assert (myObject (attribute1 "attr82433") ) ) +(assert (myObject (attribute1 "attr82434") ) ) +(assert (myObject (attribute1 "attr82435") ) ) +(assert (myObject (attribute1 "attr82436") ) ) +(assert (myObject (attribute1 "attr82437") ) ) +(assert (myObject (attribute1 "attr82438") ) ) +(assert (myObject (attribute1 "attr82439") ) ) +(assert (myObject (attribute1 "attr82440") ) ) +(assert (myObject (attribute1 "attr82441") ) ) +(assert (myObject (attribute1 "attr82442") ) ) +(assert (myObject (attribute1 "attr82443") ) ) +(assert (myObject (attribute1 "attr82444") ) ) +(assert (myObject (attribute1 "attr82445") ) ) +(assert (myObject (attribute1 "attr82446") ) ) +(assert (myObject (attribute1 "attr82447") ) ) +(assert (myObject (attribute1 "attr82448") ) ) +(assert (myObject (attribute1 "attr82449") ) ) +(assert (myObject (attribute1 "attr82450") ) ) +(assert (myObject (attribute1 "attr82451") ) ) +(assert (myObject (attribute1 "attr82452") ) ) +(assert (myObject (attribute1 "attr82453") ) ) +(assert (myObject (attribute1 "attr82454") ) ) +(assert (myObject (attribute1 "attr82455") ) ) +(assert (myObject (attribute1 "attr82456") ) ) +(assert (myObject (attribute1 "attr82457") ) ) +(assert (myObject (attribute1 "attr82458") ) ) +(assert (myObject (attribute1 "attr82459") ) ) +(assert (myObject (attribute1 "attr82460") ) ) +(assert (myObject (attribute1 "attr82461") ) ) +(assert (myObject (attribute1 "attr82462") ) ) +(assert (myObject (attribute1 "attr82463") ) ) +(assert (myObject (attribute1 "attr82464") ) ) +(assert (myObject (attribute1 "attr82465") ) ) +(assert (myObject (attribute1 "attr82466") ) ) +(assert (myObject (attribute1 "attr82467") ) ) +(assert (myObject (attribute1 "attr82468") ) ) +(assert (myObject (attribute1 "attr82469") ) ) +(assert (myObject (attribute1 "attr82470") ) ) +(assert (myObject (attribute1 "attr82471") ) ) +(assert (myObject (attribute1 "attr82472") ) ) +(assert (myObject (attribute1 "attr82473") ) ) +(assert (myObject (attribute1 "attr82474") ) ) +(assert (myObject (attribute1 "attr82475") ) ) +(assert (myObject (attribute1 "attr82476") ) ) +(assert (myObject (attribute1 "attr82477") ) ) +(assert (myObject (attribute1 "attr82478") ) ) +(assert (myObject (attribute1 "attr82479") ) ) +(assert (myObject (attribute1 "attr82480") ) ) +(assert (myObject (attribute1 "attr82481") ) ) +(assert (myObject (attribute1 "attr82482") ) ) +(assert (myObject (attribute1 "attr82483") ) ) +(assert (myObject (attribute1 "attr82484") ) ) +(assert (myObject (attribute1 "attr82485") ) ) +(assert (myObject (attribute1 "attr82486") ) ) +(assert (myObject (attribute1 "attr82487") ) ) +(assert (myObject (attribute1 "attr82488") ) ) +(assert (myObject (attribute1 "attr82489") ) ) +(assert (myObject (attribute1 "attr82490") ) ) +(assert (myObject (attribute1 "attr82491") ) ) +(assert (myObject (attribute1 "attr82492") ) ) +(assert (myObject (attribute1 "attr82493") ) ) +(assert (myObject (attribute1 "attr82494") ) ) +(assert (myObject (attribute1 "attr82495") ) ) +(assert (myObject (attribute1 "attr82496") ) ) +(assert (myObject (attribute1 "attr82497") ) ) +(assert (myObject (attribute1 "attr82498") ) ) +(assert (myObject (attribute1 "attr82499") ) ) +(assert (myObject (attribute1 "attr82500") ) ) +(assert (myObject (attribute1 "attr82501") ) ) +(assert (myObject (attribute1 "attr82502") ) ) +(assert (myObject (attribute1 "attr82503") ) ) +(assert (myObject (attribute1 "attr82504") ) ) +(assert (myObject (attribute1 "attr82505") ) ) +(assert (myObject (attribute1 "attr82506") ) ) +(assert (myObject (attribute1 "attr82507") ) ) +(assert (myObject (attribute1 "attr82508") ) ) +(assert (myObject (attribute1 "attr82509") ) ) +(assert (myObject (attribute1 "attr82510") ) ) +(assert (myObject (attribute1 "attr82511") ) ) +(assert (myObject (attribute1 "attr82512") ) ) +(assert (myObject (attribute1 "attr82513") ) ) +(assert (myObject (attribute1 "attr82514") ) ) +(assert (myObject (attribute1 "attr82515") ) ) +(assert (myObject (attribute1 "attr82516") ) ) +(assert (myObject (attribute1 "attr82517") ) ) +(assert (myObject (attribute1 "attr82518") ) ) +(assert (myObject (attribute1 "attr82519") ) ) +(assert (myObject (attribute1 "attr82520") ) ) +(assert (myObject (attribute1 "attr82521") ) ) +(assert (myObject (attribute1 "attr82522") ) ) +(assert (myObject (attribute1 "attr82523") ) ) +(assert (myObject (attribute1 "attr82524") ) ) +(assert (myObject (attribute1 "attr82525") ) ) +(assert (myObject (attribute1 "attr82526") ) ) +(assert (myObject (attribute1 "attr82527") ) ) +(assert (myObject (attribute1 "attr82528") ) ) +(assert (myObject (attribute1 "attr82529") ) ) +(assert (myObject (attribute1 "attr82530") ) ) +(assert (myObject (attribute1 "attr82531") ) ) +(assert (myObject (attribute1 "attr82532") ) ) +(assert (myObject (attribute1 "attr82533") ) ) +(assert (myObject (attribute1 "attr82534") ) ) +(assert (myObject (attribute1 "attr82535") ) ) +(assert (myObject (attribute1 "attr82536") ) ) +(assert (myObject (attribute1 "attr82537") ) ) +(assert (myObject (attribute1 "attr82538") ) ) +(assert (myObject (attribute1 "attr82539") ) ) +(assert (myObject (attribute1 "attr82540") ) ) +(assert (myObject (attribute1 "attr82541") ) ) +(assert (myObject (attribute1 "attr82542") ) ) +(assert (myObject (attribute1 "attr82543") ) ) +(assert (myObject (attribute1 "attr82544") ) ) +(assert (myObject (attribute1 "attr82545") ) ) +(assert (myObject (attribute1 "attr82546") ) ) +(assert (myObject (attribute1 "attr82547") ) ) +(assert (myObject (attribute1 "attr82548") ) ) +(assert (myObject (attribute1 "attr82549") ) ) +(assert (myObject (attribute1 "attr82550") ) ) +(assert (myObject (attribute1 "attr82551") ) ) +(assert (myObject (attribute1 "attr82552") ) ) +(assert (myObject (attribute1 "attr82553") ) ) +(assert (myObject (attribute1 "attr82554") ) ) +(assert (myObject (attribute1 "attr82555") ) ) +(assert (myObject (attribute1 "attr82556") ) ) +(assert (myObject (attribute1 "attr82557") ) ) +(assert (myObject (attribute1 "attr82558") ) ) +(assert (myObject (attribute1 "attr82559") ) ) +(assert (myObject (attribute1 "attr82560") ) ) +(assert (myObject (attribute1 "attr82561") ) ) +(assert (myObject (attribute1 "attr82562") ) ) +(assert (myObject (attribute1 "attr82563") ) ) +(assert (myObject (attribute1 "attr82564") ) ) +(assert (myObject (attribute1 "attr82565") ) ) +(assert (myObject (attribute1 "attr82566") ) ) +(assert (myObject (attribute1 "attr82567") ) ) +(assert (myObject (attribute1 "attr82568") ) ) +(assert (myObject (attribute1 "attr82569") ) ) +(assert (myObject (attribute1 "attr82570") ) ) +(assert (myObject (attribute1 "attr82571") ) ) +(assert (myObject (attribute1 "attr82572") ) ) +(assert (myObject (attribute1 "attr82573") ) ) +(assert (myObject (attribute1 "attr82574") ) ) +(assert (myObject (attribute1 "attr82575") ) ) +(assert (myObject (attribute1 "attr82576") ) ) +(assert (myObject (attribute1 "attr82577") ) ) +(assert (myObject (attribute1 "attr82578") ) ) +(assert (myObject (attribute1 "attr82579") ) ) +(assert (myObject (attribute1 "attr82580") ) ) +(assert (myObject (attribute1 "attr82581") ) ) +(assert (myObject (attribute1 "attr82582") ) ) +(assert (myObject (attribute1 "attr82583") ) ) +(assert (myObject (attribute1 "attr82584") ) ) +(assert (myObject (attribute1 "attr82585") ) ) +(assert (myObject (attribute1 "attr82586") ) ) +(assert (myObject (attribute1 "attr82587") ) ) +(assert (myObject (attribute1 "attr82588") ) ) +(assert (myObject (attribute1 "attr82589") ) ) +(assert (myObject (attribute1 "attr82590") ) ) +(assert (myObject (attribute1 "attr82591") ) ) +(assert (myObject (attribute1 "attr82592") ) ) +(assert (myObject (attribute1 "attr82593") ) ) +(assert (myObject (attribute1 "attr82594") ) ) +(assert (myObject (attribute1 "attr82595") ) ) +(assert (myObject (attribute1 "attr82596") ) ) +(assert (myObject (attribute1 "attr82597") ) ) +(assert (myObject (attribute1 "attr82598") ) ) +(assert (myObject (attribute1 "attr82599") ) ) +(assert (myObject (attribute1 "attr82600") ) ) +(assert (myObject (attribute1 "attr82601") ) ) +(assert (myObject (attribute1 "attr82602") ) ) +(assert (myObject (attribute1 "attr82603") ) ) +(assert (myObject (attribute1 "attr82604") ) ) +(assert (myObject (attribute1 "attr82605") ) ) +(assert (myObject (attribute1 "attr82606") ) ) +(assert (myObject (attribute1 "attr82607") ) ) +(assert (myObject (attribute1 "attr82608") ) ) +(assert (myObject (attribute1 "attr82609") ) ) +(assert (myObject (attribute1 "attr82610") ) ) +(assert (myObject (attribute1 "attr82611") ) ) +(assert (myObject (attribute1 "attr82612") ) ) +(assert (myObject (attribute1 "attr82613") ) ) +(assert (myObject (attribute1 "attr82614") ) ) +(assert (myObject (attribute1 "attr82615") ) ) +(assert (myObject (attribute1 "attr82616") ) ) +(assert (myObject (attribute1 "attr82617") ) ) +(assert (myObject (attribute1 "attr82618") ) ) +(assert (myObject (attribute1 "attr82619") ) ) +(assert (myObject (attribute1 "attr82620") ) ) +(assert (myObject (attribute1 "attr82621") ) ) +(assert (myObject (attribute1 "attr82622") ) ) +(assert (myObject (attribute1 "attr82623") ) ) +(assert (myObject (attribute1 "attr82624") ) ) +(assert (myObject (attribute1 "attr82625") ) ) +(assert (myObject (attribute1 "attr82626") ) ) +(assert (myObject (attribute1 "attr82627") ) ) +(assert (myObject (attribute1 "attr82628") ) ) +(assert (myObject (attribute1 "attr82629") ) ) +(assert (myObject (attribute1 "attr82630") ) ) +(assert (myObject (attribute1 "attr82631") ) ) +(assert (myObject (attribute1 "attr82632") ) ) +(assert (myObject (attribute1 "attr82633") ) ) +(assert (myObject (attribute1 "attr82634") ) ) +(assert (myObject (attribute1 "attr82635") ) ) +(assert (myObject (attribute1 "attr82636") ) ) +(assert (myObject (attribute1 "attr82637") ) ) +(assert (myObject (attribute1 "attr82638") ) ) +(assert (myObject (attribute1 "attr82639") ) ) +(assert (myObject (attribute1 "attr82640") ) ) +(assert (myObject (attribute1 "attr82641") ) ) +(assert (myObject (attribute1 "attr82642") ) ) +(assert (myObject (attribute1 "attr82643") ) ) +(assert (myObject (attribute1 "attr82644") ) ) +(assert (myObject (attribute1 "attr82645") ) ) +(assert (myObject (attribute1 "attr82646") ) ) +(assert (myObject (attribute1 "attr82647") ) ) +(assert (myObject (attribute1 "attr82648") ) ) +(assert (myObject (attribute1 "attr82649") ) ) +(assert (myObject (attribute1 "attr82650") ) ) +(assert (myObject (attribute1 "attr82651") ) ) +(assert (myObject (attribute1 "attr82652") ) ) +(assert (myObject (attribute1 "attr82653") ) ) +(assert (myObject (attribute1 "attr82654") ) ) +(assert (myObject (attribute1 "attr82655") ) ) +(assert (myObject (attribute1 "attr82656") ) ) +(assert (myObject (attribute1 "attr82657") ) ) +(assert (myObject (attribute1 "attr82658") ) ) +(assert (myObject (attribute1 "attr82659") ) ) +(assert (myObject (attribute1 "attr82660") ) ) +(assert (myObject (attribute1 "attr82661") ) ) +(assert (myObject (attribute1 "attr82662") ) ) +(assert (myObject (attribute1 "attr82663") ) ) +(assert (myObject (attribute1 "attr82664") ) ) +(assert (myObject (attribute1 "attr82665") ) ) +(assert (myObject (attribute1 "attr82666") ) ) +(assert (myObject (attribute1 "attr82667") ) ) +(assert (myObject (attribute1 "attr82668") ) ) +(assert (myObject (attribute1 "attr82669") ) ) +(assert (myObject (attribute1 "attr82670") ) ) +(assert (myObject (attribute1 "attr82671") ) ) +(assert (myObject (attribute1 "attr82672") ) ) +(assert (myObject (attribute1 "attr82673") ) ) +(assert (myObject (attribute1 "attr82674") ) ) +(assert (myObject (attribute1 "attr82675") ) ) +(assert (myObject (attribute1 "attr82676") ) ) +(assert (myObject (attribute1 "attr82677") ) ) +(assert (myObject (attribute1 "attr82678") ) ) +(assert (myObject (attribute1 "attr82679") ) ) +(assert (myObject (attribute1 "attr82680") ) ) +(assert (myObject (attribute1 "attr82681") ) ) +(assert (myObject (attribute1 "attr82682") ) ) +(assert (myObject (attribute1 "attr82683") ) ) +(assert (myObject (attribute1 "attr82684") ) ) +(assert (myObject (attribute1 "attr82685") ) ) +(assert (myObject (attribute1 "attr82686") ) ) +(assert (myObject (attribute1 "attr82687") ) ) +(assert (myObject (attribute1 "attr82688") ) ) +(assert (myObject (attribute1 "attr82689") ) ) +(assert (myObject (attribute1 "attr82690") ) ) +(assert (myObject (attribute1 "attr82691") ) ) +(assert (myObject (attribute1 "attr82692") ) ) +(assert (myObject (attribute1 "attr82693") ) ) +(assert (myObject (attribute1 "attr82694") ) ) +(assert (myObject (attribute1 "attr82695") ) ) +(assert (myObject (attribute1 "attr82696") ) ) +(assert (myObject (attribute1 "attr82697") ) ) +(assert (myObject (attribute1 "attr82698") ) ) +(assert (myObject (attribute1 "attr82699") ) ) +(assert (myObject (attribute1 "attr82700") ) ) +(assert (myObject (attribute1 "attr82701") ) ) +(assert (myObject (attribute1 "attr82702") ) ) +(assert (myObject (attribute1 "attr82703") ) ) +(assert (myObject (attribute1 "attr82704") ) ) +(assert (myObject (attribute1 "attr82705") ) ) +(assert (myObject (attribute1 "attr82706") ) ) +(assert (myObject (attribute1 "attr82707") ) ) +(assert (myObject (attribute1 "attr82708") ) ) +(assert (myObject (attribute1 "attr82709") ) ) +(assert (myObject (attribute1 "attr82710") ) ) +(assert (myObject (attribute1 "attr82711") ) ) +(assert (myObject (attribute1 "attr82712") ) ) +(assert (myObject (attribute1 "attr82713") ) ) +(assert (myObject (attribute1 "attr82714") ) ) +(assert (myObject (attribute1 "attr82715") ) ) +(assert (myObject (attribute1 "attr82716") ) ) +(assert (myObject (attribute1 "attr82717") ) ) +(assert (myObject (attribute1 "attr82718") ) ) +(assert (myObject (attribute1 "attr82719") ) ) +(assert (myObject (attribute1 "attr82720") ) ) +(assert (myObject (attribute1 "attr82721") ) ) +(assert (myObject (attribute1 "attr82722") ) ) +(assert (myObject (attribute1 "attr82723") ) ) +(assert (myObject (attribute1 "attr82724") ) ) +(assert (myObject (attribute1 "attr82725") ) ) +(assert (myObject (attribute1 "attr82726") ) ) +(assert (myObject (attribute1 "attr82727") ) ) +(assert (myObject (attribute1 "attr82728") ) ) +(assert (myObject (attribute1 "attr82729") ) ) +(assert (myObject (attribute1 "attr82730") ) ) +(assert (myObject (attribute1 "attr82731") ) ) +(assert (myObject (attribute1 "attr82732") ) ) +(assert (myObject (attribute1 "attr82733") ) ) +(assert (myObject (attribute1 "attr82734") ) ) +(assert (myObject (attribute1 "attr82735") ) ) +(assert (myObject (attribute1 "attr82736") ) ) +(assert (myObject (attribute1 "attr82737") ) ) +(assert (myObject (attribute1 "attr82738") ) ) +(assert (myObject (attribute1 "attr82739") ) ) +(assert (myObject (attribute1 "attr82740") ) ) +(assert (myObject (attribute1 "attr82741") ) ) +(assert (myObject (attribute1 "attr82742") ) ) +(assert (myObject (attribute1 "attr82743") ) ) +(assert (myObject (attribute1 "attr82744") ) ) +(assert (myObject (attribute1 "attr82745") ) ) +(assert (myObject (attribute1 "attr82746") ) ) +(assert (myObject (attribute1 "attr82747") ) ) +(assert (myObject (attribute1 "attr82748") ) ) +(assert (myObject (attribute1 "attr82749") ) ) +(assert (myObject (attribute1 "attr82750") ) ) +(assert (myObject (attribute1 "attr82751") ) ) +(assert (myObject (attribute1 "attr82752") ) ) +(assert (myObject (attribute1 "attr82753") ) ) +(assert (myObject (attribute1 "attr82754") ) ) +(assert (myObject (attribute1 "attr82755") ) ) +(assert (myObject (attribute1 "attr82756") ) ) +(assert (myObject (attribute1 "attr82757") ) ) +(assert (myObject (attribute1 "attr82758") ) ) +(assert (myObject (attribute1 "attr82759") ) ) +(assert (myObject (attribute1 "attr82760") ) ) +(assert (myObject (attribute1 "attr82761") ) ) +(assert (myObject (attribute1 "attr82762") ) ) +(assert (myObject (attribute1 "attr82763") ) ) +(assert (myObject (attribute1 "attr82764") ) ) +(assert (myObject (attribute1 "attr82765") ) ) +(assert (myObject (attribute1 "attr82766") ) ) +(assert (myObject (attribute1 "attr82767") ) ) +(assert (myObject (attribute1 "attr82768") ) ) +(assert (myObject (attribute1 "attr82769") ) ) +(assert (myObject (attribute1 "attr82770") ) ) +(assert (myObject (attribute1 "attr82771") ) ) +(assert (myObject (attribute1 "attr82772") ) ) +(assert (myObject (attribute1 "attr82773") ) ) +(assert (myObject (attribute1 "attr82774") ) ) +(assert (myObject (attribute1 "attr82775") ) ) +(assert (myObject (attribute1 "attr82776") ) ) +(assert (myObject (attribute1 "attr82777") ) ) +(assert (myObject (attribute1 "attr82778") ) ) +(assert (myObject (attribute1 "attr82779") ) ) +(assert (myObject (attribute1 "attr82780") ) ) +(assert (myObject (attribute1 "attr82781") ) ) +(assert (myObject (attribute1 "attr82782") ) ) +(assert (myObject (attribute1 "attr82783") ) ) +(assert (myObject (attribute1 "attr82784") ) ) +(assert (myObject (attribute1 "attr82785") ) ) +(assert (myObject (attribute1 "attr82786") ) ) +(assert (myObject (attribute1 "attr82787") ) ) +(assert (myObject (attribute1 "attr82788") ) ) +(assert (myObject (attribute1 "attr82789") ) ) +(assert (myObject (attribute1 "attr82790") ) ) +(assert (myObject (attribute1 "attr82791") ) ) +(assert (myObject (attribute1 "attr82792") ) ) +(assert (myObject (attribute1 "attr82793") ) ) +(assert (myObject (attribute1 "attr82794") ) ) +(assert (myObject (attribute1 "attr82795") ) ) +(assert (myObject (attribute1 "attr82796") ) ) +(assert (myObject (attribute1 "attr82797") ) ) +(assert (myObject (attribute1 "attr82798") ) ) +(assert (myObject (attribute1 "attr82799") ) ) +(assert (myObject (attribute1 "attr82800") ) ) +(assert (myObject (attribute1 "attr82801") ) ) +(assert (myObject (attribute1 "attr82802") ) ) +(assert (myObject (attribute1 "attr82803") ) ) +(assert (myObject (attribute1 "attr82804") ) ) +(assert (myObject (attribute1 "attr82805") ) ) +(assert (myObject (attribute1 "attr82806") ) ) +(assert (myObject (attribute1 "attr82807") ) ) +(assert (myObject (attribute1 "attr82808") ) ) +(assert (myObject (attribute1 "attr82809") ) ) +(assert (myObject (attribute1 "attr82810") ) ) +(assert (myObject (attribute1 "attr82811") ) ) +(assert (myObject (attribute1 "attr82812") ) ) +(assert (myObject (attribute1 "attr82813") ) ) +(assert (myObject (attribute1 "attr82814") ) ) +(assert (myObject (attribute1 "attr82815") ) ) +(assert (myObject (attribute1 "attr82816") ) ) +(assert (myObject (attribute1 "attr82817") ) ) +(assert (myObject (attribute1 "attr82818") ) ) +(assert (myObject (attribute1 "attr82819") ) ) +(assert (myObject (attribute1 "attr82820") ) ) +(assert (myObject (attribute1 "attr82821") ) ) +(assert (myObject (attribute1 "attr82822") ) ) +(assert (myObject (attribute1 "attr82823") ) ) +(assert (myObject (attribute1 "attr82824") ) ) +(assert (myObject (attribute1 "attr82825") ) ) +(assert (myObject (attribute1 "attr82826") ) ) +(assert (myObject (attribute1 "attr82827") ) ) +(assert (myObject (attribute1 "attr82828") ) ) +(assert (myObject (attribute1 "attr82829") ) ) +(assert (myObject (attribute1 "attr82830") ) ) +(assert (myObject (attribute1 "attr82831") ) ) +(assert (myObject (attribute1 "attr82832") ) ) +(assert (myObject (attribute1 "attr82833") ) ) +(assert (myObject (attribute1 "attr82834") ) ) +(assert (myObject (attribute1 "attr82835") ) ) +(assert (myObject (attribute1 "attr82836") ) ) +(assert (myObject (attribute1 "attr82837") ) ) +(assert (myObject (attribute1 "attr82838") ) ) +(assert (myObject (attribute1 "attr82839") ) ) +(assert (myObject (attribute1 "attr82840") ) ) +(assert (myObject (attribute1 "attr82841") ) ) +(assert (myObject (attribute1 "attr82842") ) ) +(assert (myObject (attribute1 "attr82843") ) ) +(assert (myObject (attribute1 "attr82844") ) ) +(assert (myObject (attribute1 "attr82845") ) ) +(assert (myObject (attribute1 "attr82846") ) ) +(assert (myObject (attribute1 "attr82847") ) ) +(assert (myObject (attribute1 "attr82848") ) ) +(assert (myObject (attribute1 "attr82849") ) ) +(assert (myObject (attribute1 "attr82850") ) ) +(assert (myObject (attribute1 "attr82851") ) ) +(assert (myObject (attribute1 "attr82852") ) ) +(assert (myObject (attribute1 "attr82853") ) ) +(assert (myObject (attribute1 "attr82854") ) ) +(assert (myObject (attribute1 "attr82855") ) ) +(assert (myObject (attribute1 "attr82856") ) ) +(assert (myObject (attribute1 "attr82857") ) ) +(assert (myObject (attribute1 "attr82858") ) ) +(assert (myObject (attribute1 "attr82859") ) ) +(assert (myObject (attribute1 "attr82860") ) ) +(assert (myObject (attribute1 "attr82861") ) ) +(assert (myObject (attribute1 "attr82862") ) ) +(assert (myObject (attribute1 "attr82863") ) ) +(assert (myObject (attribute1 "attr82864") ) ) +(assert (myObject (attribute1 "attr82865") ) ) +(assert (myObject (attribute1 "attr82866") ) ) +(assert (myObject (attribute1 "attr82867") ) ) +(assert (myObject (attribute1 "attr82868") ) ) +(assert (myObject (attribute1 "attr82869") ) ) +(assert (myObject (attribute1 "attr82870") ) ) +(assert (myObject (attribute1 "attr82871") ) ) +(assert (myObject (attribute1 "attr82872") ) ) +(assert (myObject (attribute1 "attr82873") ) ) +(assert (myObject (attribute1 "attr82874") ) ) +(assert (myObject (attribute1 "attr82875") ) ) +(assert (myObject (attribute1 "attr82876") ) ) +(assert (myObject (attribute1 "attr82877") ) ) +(assert (myObject (attribute1 "attr82878") ) ) +(assert (myObject (attribute1 "attr82879") ) ) +(assert (myObject (attribute1 "attr82880") ) ) +(assert (myObject (attribute1 "attr82881") ) ) +(assert (myObject (attribute1 "attr82882") ) ) +(assert (myObject (attribute1 "attr82883") ) ) +(assert (myObject (attribute1 "attr82884") ) ) +(assert (myObject (attribute1 "attr82885") ) ) +(assert (myObject (attribute1 "attr82886") ) ) +(assert (myObject (attribute1 "attr82887") ) ) +(assert (myObject (attribute1 "attr82888") ) ) +(assert (myObject (attribute1 "attr82889") ) ) +(assert (myObject (attribute1 "attr82890") ) ) +(assert (myObject (attribute1 "attr82891") ) ) +(assert (myObject (attribute1 "attr82892") ) ) +(assert (myObject (attribute1 "attr82893") ) ) +(assert (myObject (attribute1 "attr82894") ) ) +(assert (myObject (attribute1 "attr82895") ) ) +(assert (myObject (attribute1 "attr82896") ) ) +(assert (myObject (attribute1 "attr82897") ) ) +(assert (myObject (attribute1 "attr82898") ) ) +(assert (myObject (attribute1 "attr82899") ) ) +(assert (myObject (attribute1 "attr82900") ) ) +(assert (myObject (attribute1 "attr82901") ) ) +(assert (myObject (attribute1 "attr82902") ) ) +(assert (myObject (attribute1 "attr82903") ) ) +(assert (myObject (attribute1 "attr82904") ) ) +(assert (myObject (attribute1 "attr82905") ) ) +(assert (myObject (attribute1 "attr82906") ) ) +(assert (myObject (attribute1 "attr82907") ) ) +(assert (myObject (attribute1 "attr82908") ) ) +(assert (myObject (attribute1 "attr82909") ) ) +(assert (myObject (attribute1 "attr82910") ) ) +(assert (myObject (attribute1 "attr82911") ) ) +(assert (myObject (attribute1 "attr82912") ) ) +(assert (myObject (attribute1 "attr82913") ) ) +(assert (myObject (attribute1 "attr82914") ) ) +(assert (myObject (attribute1 "attr82915") ) ) +(assert (myObject (attribute1 "attr82916") ) ) +(assert (myObject (attribute1 "attr82917") ) ) +(assert (myObject (attribute1 "attr82918") ) ) +(assert (myObject (attribute1 "attr82919") ) ) +(assert (myObject (attribute1 "attr82920") ) ) +(assert (myObject (attribute1 "attr82921") ) ) +(assert (myObject (attribute1 "attr82922") ) ) +(assert (myObject (attribute1 "attr82923") ) ) +(assert (myObject (attribute1 "attr82924") ) ) +(assert (myObject (attribute1 "attr82925") ) ) +(assert (myObject (attribute1 "attr82926") ) ) +(assert (myObject (attribute1 "attr82927") ) ) +(assert (myObject (attribute1 "attr82928") ) ) +(assert (myObject (attribute1 "attr82929") ) ) +(assert (myObject (attribute1 "attr82930") ) ) +(assert (myObject (attribute1 "attr82931") ) ) +(assert (myObject (attribute1 "attr82932") ) ) +(assert (myObject (attribute1 "attr82933") ) ) +(assert (myObject (attribute1 "attr82934") ) ) +(assert (myObject (attribute1 "attr82935") ) ) +(assert (myObject (attribute1 "attr82936") ) ) +(assert (myObject (attribute1 "attr82937") ) ) +(assert (myObject (attribute1 "attr82938") ) ) +(assert (myObject (attribute1 "attr82939") ) ) +(assert (myObject (attribute1 "attr82940") ) ) +(assert (myObject (attribute1 "attr82941") ) ) +(assert (myObject (attribute1 "attr82942") ) ) +(assert (myObject (attribute1 "attr82943") ) ) +(assert (myObject (attribute1 "attr82944") ) ) +(assert (myObject (attribute1 "attr82945") ) ) +(assert (myObject (attribute1 "attr82946") ) ) +(assert (myObject (attribute1 "attr82947") ) ) +(assert (myObject (attribute1 "attr82948") ) ) +(assert (myObject (attribute1 "attr82949") ) ) +(assert (myObject (attribute1 "attr82950") ) ) +(assert (myObject (attribute1 "attr82951") ) ) +(assert (myObject (attribute1 "attr82952") ) ) +(assert (myObject (attribute1 "attr82953") ) ) +(assert (myObject (attribute1 "attr82954") ) ) +(assert (myObject (attribute1 "attr82955") ) ) +(assert (myObject (attribute1 "attr82956") ) ) +(assert (myObject (attribute1 "attr82957") ) ) +(assert (myObject (attribute1 "attr82958") ) ) +(assert (myObject (attribute1 "attr82959") ) ) +(assert (myObject (attribute1 "attr82960") ) ) +(assert (myObject (attribute1 "attr82961") ) ) +(assert (myObject (attribute1 "attr82962") ) ) +(assert (myObject (attribute1 "attr82963") ) ) +(assert (myObject (attribute1 "attr82964") ) ) +(assert (myObject (attribute1 "attr82965") ) ) +(assert (myObject (attribute1 "attr82966") ) ) +(assert (myObject (attribute1 "attr82967") ) ) +(assert (myObject (attribute1 "attr82968") ) ) +(assert (myObject (attribute1 "attr82969") ) ) +(assert (myObject (attribute1 "attr82970") ) ) +(assert (myObject (attribute1 "attr82971") ) ) +(assert (myObject (attribute1 "attr82972") ) ) +(assert (myObject (attribute1 "attr82973") ) ) +(assert (myObject (attribute1 "attr82974") ) ) +(assert (myObject (attribute1 "attr82975") ) ) +(assert (myObject (attribute1 "attr82976") ) ) +(assert (myObject (attribute1 "attr82977") ) ) +(assert (myObject (attribute1 "attr82978") ) ) +(assert (myObject (attribute1 "attr82979") ) ) +(assert (myObject (attribute1 "attr82980") ) ) +(assert (myObject (attribute1 "attr82981") ) ) +(assert (myObject (attribute1 "attr82982") ) ) +(assert (myObject (attribute1 "attr82983") ) ) +(assert (myObject (attribute1 "attr82984") ) ) +(assert (myObject (attribute1 "attr82985") ) ) +(assert (myObject (attribute1 "attr82986") ) ) +(assert (myObject (attribute1 "attr82987") ) ) +(assert (myObject (attribute1 "attr82988") ) ) +(assert (myObject (attribute1 "attr82989") ) ) +(assert (myObject (attribute1 "attr82990") ) ) +(assert (myObject (attribute1 "attr82991") ) ) +(assert (myObject (attribute1 "attr82992") ) ) +(assert (myObject (attribute1 "attr82993") ) ) +(assert (myObject (attribute1 "attr82994") ) ) +(assert (myObject (attribute1 "attr82995") ) ) +(assert (myObject (attribute1 "attr82996") ) ) +(assert (myObject (attribute1 "attr82997") ) ) +(assert (myObject (attribute1 "attr82998") ) ) +(assert (myObject (attribute1 "attr82999") ) ) +(assert (myObject (attribute1 "attr83000") ) ) +(assert (myObject (attribute1 "attr83001") ) ) +(assert (myObject (attribute1 "attr83002") ) ) +(assert (myObject (attribute1 "attr83003") ) ) +(assert (myObject (attribute1 "attr83004") ) ) +(assert (myObject (attribute1 "attr83005") ) ) +(assert (myObject (attribute1 "attr83006") ) ) +(assert (myObject (attribute1 "attr83007") ) ) +(assert (myObject (attribute1 "attr83008") ) ) +(assert (myObject (attribute1 "attr83009") ) ) +(assert (myObject (attribute1 "attr83010") ) ) +(assert (myObject (attribute1 "attr83011") ) ) +(assert (myObject (attribute1 "attr83012") ) ) +(assert (myObject (attribute1 "attr83013") ) ) +(assert (myObject (attribute1 "attr83014") ) ) +(assert (myObject (attribute1 "attr83015") ) ) +(assert (myObject (attribute1 "attr83016") ) ) +(assert (myObject (attribute1 "attr83017") ) ) +(assert (myObject (attribute1 "attr83018") ) ) +(assert (myObject (attribute1 "attr83019") ) ) +(assert (myObject (attribute1 "attr83020") ) ) +(assert (myObject (attribute1 "attr83021") ) ) +(assert (myObject (attribute1 "attr83022") ) ) +(assert (myObject (attribute1 "attr83023") ) ) +(assert (myObject (attribute1 "attr83024") ) ) +(assert (myObject (attribute1 "attr83025") ) ) +(assert (myObject (attribute1 "attr83026") ) ) +(assert (myObject (attribute1 "attr83027") ) ) +(assert (myObject (attribute1 "attr83028") ) ) +(assert (myObject (attribute1 "attr83029") ) ) +(assert (myObject (attribute1 "attr83030") ) ) +(assert (myObject (attribute1 "attr83031") ) ) +(assert (myObject (attribute1 "attr83032") ) ) +(assert (myObject (attribute1 "attr83033") ) ) +(assert (myObject (attribute1 "attr83034") ) ) +(assert (myObject (attribute1 "attr83035") ) ) +(assert (myObject (attribute1 "attr83036") ) ) +(assert (myObject (attribute1 "attr83037") ) ) +(assert (myObject (attribute1 "attr83038") ) ) +(assert (myObject (attribute1 "attr83039") ) ) +(assert (myObject (attribute1 "attr83040") ) ) +(assert (myObject (attribute1 "attr83041") ) ) +(assert (myObject (attribute1 "attr83042") ) ) +(assert (myObject (attribute1 "attr83043") ) ) +(assert (myObject (attribute1 "attr83044") ) ) +(assert (myObject (attribute1 "attr83045") ) ) +(assert (myObject (attribute1 "attr83046") ) ) +(assert (myObject (attribute1 "attr83047") ) ) +(assert (myObject (attribute1 "attr83048") ) ) +(assert (myObject (attribute1 "attr83049") ) ) +(assert (myObject (attribute1 "attr83050") ) ) +(assert (myObject (attribute1 "attr83051") ) ) +(assert (myObject (attribute1 "attr83052") ) ) +(assert (myObject (attribute1 "attr83053") ) ) +(assert (myObject (attribute1 "attr83054") ) ) +(assert (myObject (attribute1 "attr83055") ) ) +(assert (myObject (attribute1 "attr83056") ) ) +(assert (myObject (attribute1 "attr83057") ) ) +(assert (myObject (attribute1 "attr83058") ) ) +(assert (myObject (attribute1 "attr83059") ) ) +(assert (myObject (attribute1 "attr83060") ) ) +(assert (myObject (attribute1 "attr83061") ) ) +(assert (myObject (attribute1 "attr83062") ) ) +(assert (myObject (attribute1 "attr83063") ) ) +(assert (myObject (attribute1 "attr83064") ) ) +(assert (myObject (attribute1 "attr83065") ) ) +(assert (myObject (attribute1 "attr83066") ) ) +(assert (myObject (attribute1 "attr83067") ) ) +(assert (myObject (attribute1 "attr83068") ) ) +(assert (myObject (attribute1 "attr83069") ) ) +(assert (myObject (attribute1 "attr83070") ) ) +(assert (myObject (attribute1 "attr83071") ) ) +(assert (myObject (attribute1 "attr83072") ) ) +(assert (myObject (attribute1 "attr83073") ) ) +(assert (myObject (attribute1 "attr83074") ) ) +(assert (myObject (attribute1 "attr83075") ) ) +(assert (myObject (attribute1 "attr83076") ) ) +(assert (myObject (attribute1 "attr83077") ) ) +(assert (myObject (attribute1 "attr83078") ) ) +(assert (myObject (attribute1 "attr83079") ) ) +(assert (myObject (attribute1 "attr83080") ) ) +(assert (myObject (attribute1 "attr83081") ) ) +(assert (myObject (attribute1 "attr83082") ) ) +(assert (myObject (attribute1 "attr83083") ) ) +(assert (myObject (attribute1 "attr83084") ) ) +(assert (myObject (attribute1 "attr83085") ) ) +(assert (myObject (attribute1 "attr83086") ) ) +(assert (myObject (attribute1 "attr83087") ) ) +(assert (myObject (attribute1 "attr83088") ) ) +(assert (myObject (attribute1 "attr83089") ) ) +(assert (myObject (attribute1 "attr83090") ) ) +(assert (myObject (attribute1 "attr83091") ) ) +(assert (myObject (attribute1 "attr83092") ) ) +(assert (myObject (attribute1 "attr83093") ) ) +(assert (myObject (attribute1 "attr83094") ) ) +(assert (myObject (attribute1 "attr83095") ) ) +(assert (myObject (attribute1 "attr83096") ) ) +(assert (myObject (attribute1 "attr83097") ) ) +(assert (myObject (attribute1 "attr83098") ) ) +(assert (myObject (attribute1 "attr83099") ) ) +(assert (myObject (attribute1 "attr83100") ) ) +(assert (myObject (attribute1 "attr83101") ) ) +(assert (myObject (attribute1 "attr83102") ) ) +(assert (myObject (attribute1 "attr83103") ) ) +(assert (myObject (attribute1 "attr83104") ) ) +(assert (myObject (attribute1 "attr83105") ) ) +(assert (myObject (attribute1 "attr83106") ) ) +(assert (myObject (attribute1 "attr83107") ) ) +(assert (myObject (attribute1 "attr83108") ) ) +(assert (myObject (attribute1 "attr83109") ) ) +(assert (myObject (attribute1 "attr83110") ) ) +(assert (myObject (attribute1 "attr83111") ) ) +(assert (myObject (attribute1 "attr83112") ) ) +(assert (myObject (attribute1 "attr83113") ) ) +(assert (myObject (attribute1 "attr83114") ) ) +(assert (myObject (attribute1 "attr83115") ) ) +(assert (myObject (attribute1 "attr83116") ) ) +(assert (myObject (attribute1 "attr83117") ) ) +(assert (myObject (attribute1 "attr83118") ) ) +(assert (myObject (attribute1 "attr83119") ) ) +(assert (myObject (attribute1 "attr83120") ) ) +(assert (myObject (attribute1 "attr83121") ) ) +(assert (myObject (attribute1 "attr83122") ) ) +(assert (myObject (attribute1 "attr83123") ) ) +(assert (myObject (attribute1 "attr83124") ) ) +(assert (myObject (attribute1 "attr83125") ) ) +(assert (myObject (attribute1 "attr83126") ) ) +(assert (myObject (attribute1 "attr83127") ) ) +(assert (myObject (attribute1 "attr83128") ) ) +(assert (myObject (attribute1 "attr83129") ) ) +(assert (myObject (attribute1 "attr83130") ) ) +(assert (myObject (attribute1 "attr83131") ) ) +(assert (myObject (attribute1 "attr83132") ) ) +(assert (myObject (attribute1 "attr83133") ) ) +(assert (myObject (attribute1 "attr83134") ) ) +(assert (myObject (attribute1 "attr83135") ) ) +(assert (myObject (attribute1 "attr83136") ) ) +(assert (myObject (attribute1 "attr83137") ) ) +(assert (myObject (attribute1 "attr83138") ) ) +(assert (myObject (attribute1 "attr83139") ) ) +(assert (myObject (attribute1 "attr83140") ) ) +(assert (myObject (attribute1 "attr83141") ) ) +(assert (myObject (attribute1 "attr83142") ) ) +(assert (myObject (attribute1 "attr83143") ) ) +(assert (myObject (attribute1 "attr83144") ) ) +(assert (myObject (attribute1 "attr83145") ) ) +(assert (myObject (attribute1 "attr83146") ) ) +(assert (myObject (attribute1 "attr83147") ) ) +(assert (myObject (attribute1 "attr83148") ) ) +(assert (myObject (attribute1 "attr83149") ) ) +(assert (myObject (attribute1 "attr83150") ) ) +(assert (myObject (attribute1 "attr83151") ) ) +(assert (myObject (attribute1 "attr83152") ) ) +(assert (myObject (attribute1 "attr83153") ) ) +(assert (myObject (attribute1 "attr83154") ) ) +(assert (myObject (attribute1 "attr83155") ) ) +(assert (myObject (attribute1 "attr83156") ) ) +(assert (myObject (attribute1 "attr83157") ) ) +(assert (myObject (attribute1 "attr83158") ) ) +(assert (myObject (attribute1 "attr83159") ) ) +(assert (myObject (attribute1 "attr83160") ) ) +(assert (myObject (attribute1 "attr83161") ) ) +(assert (myObject (attribute1 "attr83162") ) ) +(assert (myObject (attribute1 "attr83163") ) ) +(assert (myObject (attribute1 "attr83164") ) ) +(assert (myObject (attribute1 "attr83165") ) ) +(assert (myObject (attribute1 "attr83166") ) ) +(assert (myObject (attribute1 "attr83167") ) ) +(assert (myObject (attribute1 "attr83168") ) ) +(assert (myObject (attribute1 "attr83169") ) ) +(assert (myObject (attribute1 "attr83170") ) ) +(assert (myObject (attribute1 "attr83171") ) ) +(assert (myObject (attribute1 "attr83172") ) ) +(assert (myObject (attribute1 "attr83173") ) ) +(assert (myObject (attribute1 "attr83174") ) ) +(assert (myObject (attribute1 "attr83175") ) ) +(assert (myObject (attribute1 "attr83176") ) ) +(assert (myObject (attribute1 "attr83177") ) ) +(assert (myObject (attribute1 "attr83178") ) ) +(assert (myObject (attribute1 "attr83179") ) ) +(assert (myObject (attribute1 "attr83180") ) ) +(assert (myObject (attribute1 "attr83181") ) ) +(assert (myObject (attribute1 "attr83182") ) ) +(assert (myObject (attribute1 "attr83183") ) ) +(assert (myObject (attribute1 "attr83184") ) ) +(assert (myObject (attribute1 "attr83185") ) ) +(assert (myObject (attribute1 "attr83186") ) ) +(assert (myObject (attribute1 "attr83187") ) ) +(assert (myObject (attribute1 "attr83188") ) ) +(assert (myObject (attribute1 "attr83189") ) ) +(assert (myObject (attribute1 "attr83190") ) ) +(assert (myObject (attribute1 "attr83191") ) ) +(assert (myObject (attribute1 "attr83192") ) ) +(assert (myObject (attribute1 "attr83193") ) ) +(assert (myObject (attribute1 "attr83194") ) ) +(assert (myObject (attribute1 "attr83195") ) ) +(assert (myObject (attribute1 "attr83196") ) ) +(assert (myObject (attribute1 "attr83197") ) ) +(assert (myObject (attribute1 "attr83198") ) ) +(assert (myObject (attribute1 "attr83199") ) ) +(assert (myObject (attribute1 "attr83200") ) ) +(assert (myObject (attribute1 "attr83201") ) ) +(assert (myObject (attribute1 "attr83202") ) ) +(assert (myObject (attribute1 "attr83203") ) ) +(assert (myObject (attribute1 "attr83204") ) ) +(assert (myObject (attribute1 "attr83205") ) ) +(assert (myObject (attribute1 "attr83206") ) ) +(assert (myObject (attribute1 "attr83207") ) ) +(assert (myObject (attribute1 "attr83208") ) ) +(assert (myObject (attribute1 "attr83209") ) ) +(assert (myObject (attribute1 "attr83210") ) ) +(assert (myObject (attribute1 "attr83211") ) ) +(assert (myObject (attribute1 "attr83212") ) ) +(assert (myObject (attribute1 "attr83213") ) ) +(assert (myObject (attribute1 "attr83214") ) ) +(assert (myObject (attribute1 "attr83215") ) ) +(assert (myObject (attribute1 "attr83216") ) ) +(assert (myObject (attribute1 "attr83217") ) ) +(assert (myObject (attribute1 "attr83218") ) ) +(assert (myObject (attribute1 "attr83219") ) ) +(assert (myObject (attribute1 "attr83220") ) ) +(assert (myObject (attribute1 "attr83221") ) ) +(assert (myObject (attribute1 "attr83222") ) ) +(assert (myObject (attribute1 "attr83223") ) ) +(assert (myObject (attribute1 "attr83224") ) ) +(assert (myObject (attribute1 "attr83225") ) ) +(assert (myObject (attribute1 "attr83226") ) ) +(assert (myObject (attribute1 "attr83227") ) ) +(assert (myObject (attribute1 "attr83228") ) ) +(assert (myObject (attribute1 "attr83229") ) ) +(assert (myObject (attribute1 "attr83230") ) ) +(assert (myObject (attribute1 "attr83231") ) ) +(assert (myObject (attribute1 "attr83232") ) ) +(assert (myObject (attribute1 "attr83233") ) ) +(assert (myObject (attribute1 "attr83234") ) ) +(assert (myObject (attribute1 "attr83235") ) ) +(assert (myObject (attribute1 "attr83236") ) ) +(assert (myObject (attribute1 "attr83237") ) ) +(assert (myObject (attribute1 "attr83238") ) ) +(assert (myObject (attribute1 "attr83239") ) ) +(assert (myObject (attribute1 "attr83240") ) ) +(assert (myObject (attribute1 "attr83241") ) ) +(assert (myObject (attribute1 "attr83242") ) ) +(assert (myObject (attribute1 "attr83243") ) ) +(assert (myObject (attribute1 "attr83244") ) ) +(assert (myObject (attribute1 "attr83245") ) ) +(assert (myObject (attribute1 "attr83246") ) ) +(assert (myObject (attribute1 "attr83247") ) ) +(assert (myObject (attribute1 "attr83248") ) ) +(assert (myObject (attribute1 "attr83249") ) ) +(assert (myObject (attribute1 "attr83250") ) ) +(assert (myObject (attribute1 "attr83251") ) ) +(assert (myObject (attribute1 "attr83252") ) ) +(assert (myObject (attribute1 "attr83253") ) ) +(assert (myObject (attribute1 "attr83254") ) ) +(assert (myObject (attribute1 "attr83255") ) ) +(assert (myObject (attribute1 "attr83256") ) ) +(assert (myObject (attribute1 "attr83257") ) ) +(assert (myObject (attribute1 "attr83258") ) ) +(assert (myObject (attribute1 "attr83259") ) ) +(assert (myObject (attribute1 "attr83260") ) ) +(assert (myObject (attribute1 "attr83261") ) ) +(assert (myObject (attribute1 "attr83262") ) ) +(assert (myObject (attribute1 "attr83263") ) ) +(assert (myObject (attribute1 "attr83264") ) ) +(assert (myObject (attribute1 "attr83265") ) ) +(assert (myObject (attribute1 "attr83266") ) ) +(assert (myObject (attribute1 "attr83267") ) ) +(assert (myObject (attribute1 "attr83268") ) ) +(assert (myObject (attribute1 "attr83269") ) ) +(assert (myObject (attribute1 "attr83270") ) ) +(assert (myObject (attribute1 "attr83271") ) ) +(assert (myObject (attribute1 "attr83272") ) ) +(assert (myObject (attribute1 "attr83273") ) ) +(assert (myObject (attribute1 "attr83274") ) ) +(assert (myObject (attribute1 "attr83275") ) ) +(assert (myObject (attribute1 "attr83276") ) ) +(assert (myObject (attribute1 "attr83277") ) ) +(assert (myObject (attribute1 "attr83278") ) ) +(assert (myObject (attribute1 "attr83279") ) ) +(assert (myObject (attribute1 "attr83280") ) ) +(assert (myObject (attribute1 "attr83281") ) ) +(assert (myObject (attribute1 "attr83282") ) ) +(assert (myObject (attribute1 "attr83283") ) ) +(assert (myObject (attribute1 "attr83284") ) ) +(assert (myObject (attribute1 "attr83285") ) ) +(assert (myObject (attribute1 "attr83286") ) ) +(assert (myObject (attribute1 "attr83287") ) ) +(assert (myObject (attribute1 "attr83288") ) ) +(assert (myObject (attribute1 "attr83289") ) ) +(assert (myObject (attribute1 "attr83290") ) ) +(assert (myObject (attribute1 "attr83291") ) ) +(assert (myObject (attribute1 "attr83292") ) ) +(assert (myObject (attribute1 "attr83293") ) ) +(assert (myObject (attribute1 "attr83294") ) ) +(assert (myObject (attribute1 "attr83295") ) ) +(assert (myObject (attribute1 "attr83296") ) ) +(assert (myObject (attribute1 "attr83297") ) ) +(assert (myObject (attribute1 "attr83298") ) ) +(assert (myObject (attribute1 "attr83299") ) ) +(assert (myObject (attribute1 "attr83300") ) ) +(assert (myObject (attribute1 "attr83301") ) ) +(assert (myObject (attribute1 "attr83302") ) ) +(assert (myObject (attribute1 "attr83303") ) ) +(assert (myObject (attribute1 "attr83304") ) ) +(assert (myObject (attribute1 "attr83305") ) ) +(assert (myObject (attribute1 "attr83306") ) ) +(assert (myObject (attribute1 "attr83307") ) ) +(assert (myObject (attribute1 "attr83308") ) ) +(assert (myObject (attribute1 "attr83309") ) ) +(assert (myObject (attribute1 "attr83310") ) ) +(assert (myObject (attribute1 "attr83311") ) ) +(assert (myObject (attribute1 "attr83312") ) ) +(assert (myObject (attribute1 "attr83313") ) ) +(assert (myObject (attribute1 "attr83314") ) ) +(assert (myObject (attribute1 "attr83315") ) ) +(assert (myObject (attribute1 "attr83316") ) ) +(assert (myObject (attribute1 "attr83317") ) ) +(assert (myObject (attribute1 "attr83318") ) ) +(assert (myObject (attribute1 "attr83319") ) ) +(assert (myObject (attribute1 "attr83320") ) ) +(assert (myObject (attribute1 "attr83321") ) ) +(assert (myObject (attribute1 "attr83322") ) ) +(assert (myObject (attribute1 "attr83323") ) ) +(assert (myObject (attribute1 "attr83324") ) ) +(assert (myObject (attribute1 "attr83325") ) ) +(assert (myObject (attribute1 "attr83326") ) ) +(assert (myObject (attribute1 "attr83327") ) ) +(assert (myObject (attribute1 "attr83328") ) ) +(assert (myObject (attribute1 "attr83329") ) ) +(assert (myObject (attribute1 "attr83330") ) ) +(assert (myObject (attribute1 "attr83331") ) ) +(assert (myObject (attribute1 "attr83332") ) ) +(assert (myObject (attribute1 "attr83333") ) ) +(assert (myObject (attribute1 "attr83334") ) ) +(assert (myObject (attribute1 "attr83335") ) ) +(assert (myObject (attribute1 "attr83336") ) ) +(assert (myObject (attribute1 "attr83337") ) ) +(assert (myObject (attribute1 "attr83338") ) ) +(assert (myObject (attribute1 "attr83339") ) ) +(assert (myObject (attribute1 "attr83340") ) ) +(assert (myObject (attribute1 "attr83341") ) ) +(assert (myObject (attribute1 "attr83342") ) ) +(assert (myObject (attribute1 "attr83343") ) ) +(assert (myObject (attribute1 "attr83344") ) ) +(assert (myObject (attribute1 "attr83345") ) ) +(assert (myObject (attribute1 "attr83346") ) ) +(assert (myObject (attribute1 "attr83347") ) ) +(assert (myObject (attribute1 "attr83348") ) ) +(assert (myObject (attribute1 "attr83349") ) ) +(assert (myObject (attribute1 "attr83350") ) ) +(assert (myObject (attribute1 "attr83351") ) ) +(assert (myObject (attribute1 "attr83352") ) ) +(assert (myObject (attribute1 "attr83353") ) ) +(assert (myObject (attribute1 "attr83354") ) ) +(assert (myObject (attribute1 "attr83355") ) ) +(assert (myObject (attribute1 "attr83356") ) ) +(assert (myObject (attribute1 "attr83357") ) ) +(assert (myObject (attribute1 "attr83358") ) ) +(assert (myObject (attribute1 "attr83359") ) ) +(assert (myObject (attribute1 "attr83360") ) ) +(assert (myObject (attribute1 "attr83361") ) ) +(assert (myObject (attribute1 "attr83362") ) ) +(assert (myObject (attribute1 "attr83363") ) ) +(assert (myObject (attribute1 "attr83364") ) ) +(assert (myObject (attribute1 "attr83365") ) ) +(assert (myObject (attribute1 "attr83366") ) ) +(assert (myObject (attribute1 "attr83367") ) ) +(assert (myObject (attribute1 "attr83368") ) ) +(assert (myObject (attribute1 "attr83369") ) ) +(assert (myObject (attribute1 "attr83370") ) ) +(assert (myObject (attribute1 "attr83371") ) ) +(assert (myObject (attribute1 "attr83372") ) ) +(assert (myObject (attribute1 "attr83373") ) ) +(assert (myObject (attribute1 "attr83374") ) ) +(assert (myObject (attribute1 "attr83375") ) ) +(assert (myObject (attribute1 "attr83376") ) ) +(assert (myObject (attribute1 "attr83377") ) ) +(assert (myObject (attribute1 "attr83378") ) ) +(assert (myObject (attribute1 "attr83379") ) ) +(assert (myObject (attribute1 "attr83380") ) ) +(assert (myObject (attribute1 "attr83381") ) ) +(assert (myObject (attribute1 "attr83382") ) ) +(assert (myObject (attribute1 "attr83383") ) ) +(assert (myObject (attribute1 "attr83384") ) ) +(assert (myObject (attribute1 "attr83385") ) ) +(assert (myObject (attribute1 "attr83386") ) ) +(assert (myObject (attribute1 "attr83387") ) ) +(assert (myObject (attribute1 "attr83388") ) ) +(assert (myObject (attribute1 "attr83389") ) ) +(assert (myObject (attribute1 "attr83390") ) ) +(assert (myObject (attribute1 "attr83391") ) ) +(assert (myObject (attribute1 "attr83392") ) ) +(assert (myObject (attribute1 "attr83393") ) ) +(assert (myObject (attribute1 "attr83394") ) ) +(assert (myObject (attribute1 "attr83395") ) ) +(assert (myObject (attribute1 "attr83396") ) ) +(assert (myObject (attribute1 "attr83397") ) ) +(assert (myObject (attribute1 "attr83398") ) ) +(assert (myObject (attribute1 "attr83399") ) ) +(assert (myObject (attribute1 "attr83400") ) ) +(assert (myObject (attribute1 "attr83401") ) ) +(assert (myObject (attribute1 "attr83402") ) ) +(assert (myObject (attribute1 "attr83403") ) ) +(assert (myObject (attribute1 "attr83404") ) ) +(assert (myObject (attribute1 "attr83405") ) ) +(assert (myObject (attribute1 "attr83406") ) ) +(assert (myObject (attribute1 "attr83407") ) ) +(assert (myObject (attribute1 "attr83408") ) ) +(assert (myObject (attribute1 "attr83409") ) ) +(assert (myObject (attribute1 "attr83410") ) ) +(assert (myObject (attribute1 "attr83411") ) ) +(assert (myObject (attribute1 "attr83412") ) ) +(assert (myObject (attribute1 "attr83413") ) ) +(assert (myObject (attribute1 "attr83414") ) ) +(assert (myObject (attribute1 "attr83415") ) ) +(assert (myObject (attribute1 "attr83416") ) ) +(assert (myObject (attribute1 "attr83417") ) ) +(assert (myObject (attribute1 "attr83418") ) ) +(assert (myObject (attribute1 "attr83419") ) ) +(assert (myObject (attribute1 "attr83420") ) ) +(assert (myObject (attribute1 "attr83421") ) ) +(assert (myObject (attribute1 "attr83422") ) ) +(assert (myObject (attribute1 "attr83423") ) ) +(assert (myObject (attribute1 "attr83424") ) ) +(assert (myObject (attribute1 "attr83425") ) ) +(assert (myObject (attribute1 "attr83426") ) ) +(assert (myObject (attribute1 "attr83427") ) ) +(assert (myObject (attribute1 "attr83428") ) ) +(assert (myObject (attribute1 "attr83429") ) ) +(assert (myObject (attribute1 "attr83430") ) ) +(assert (myObject (attribute1 "attr83431") ) ) +(assert (myObject (attribute1 "attr83432") ) ) +(assert (myObject (attribute1 "attr83433") ) ) +(assert (myObject (attribute1 "attr83434") ) ) +(assert (myObject (attribute1 "attr83435") ) ) +(assert (myObject (attribute1 "attr83436") ) ) +(assert (myObject (attribute1 "attr83437") ) ) +(assert (myObject (attribute1 "attr83438") ) ) +(assert (myObject (attribute1 "attr83439") ) ) +(assert (myObject (attribute1 "attr83440") ) ) +(assert (myObject (attribute1 "attr83441") ) ) +(assert (myObject (attribute1 "attr83442") ) ) +(assert (myObject (attribute1 "attr83443") ) ) +(assert (myObject (attribute1 "attr83444") ) ) +(assert (myObject (attribute1 "attr83445") ) ) +(assert (myObject (attribute1 "attr83446") ) ) +(assert (myObject (attribute1 "attr83447") ) ) +(assert (myObject (attribute1 "attr83448") ) ) +(assert (myObject (attribute1 "attr83449") ) ) +(assert (myObject (attribute1 "attr83450") ) ) +(assert (myObject (attribute1 "attr83451") ) ) +(assert (myObject (attribute1 "attr83452") ) ) +(assert (myObject (attribute1 "attr83453") ) ) +(assert (myObject (attribute1 "attr83454") ) ) +(assert (myObject (attribute1 "attr83455") ) ) +(assert (myObject (attribute1 "attr83456") ) ) +(assert (myObject (attribute1 "attr83457") ) ) +(assert (myObject (attribute1 "attr83458") ) ) +(assert (myObject (attribute1 "attr83459") ) ) +(assert (myObject (attribute1 "attr83460") ) ) +(assert (myObject (attribute1 "attr83461") ) ) +(assert (myObject (attribute1 "attr83462") ) ) +(assert (myObject (attribute1 "attr83463") ) ) +(assert (myObject (attribute1 "attr83464") ) ) +(assert (myObject (attribute1 "attr83465") ) ) +(assert (myObject (attribute1 "attr83466") ) ) +(assert (myObject (attribute1 "attr83467") ) ) +(assert (myObject (attribute1 "attr83468") ) ) +(assert (myObject (attribute1 "attr83469") ) ) +(assert (myObject (attribute1 "attr83470") ) ) +(assert (myObject (attribute1 "attr83471") ) ) +(assert (myObject (attribute1 "attr83472") ) ) +(assert (myObject (attribute1 "attr83473") ) ) +(assert (myObject (attribute1 "attr83474") ) ) +(assert (myObject (attribute1 "attr83475") ) ) +(assert (myObject (attribute1 "attr83476") ) ) +(assert (myObject (attribute1 "attr83477") ) ) +(assert (myObject (attribute1 "attr83478") ) ) +(assert (myObject (attribute1 "attr83479") ) ) +(assert (myObject (attribute1 "attr83480") ) ) +(assert (myObject (attribute1 "attr83481") ) ) +(assert (myObject (attribute1 "attr83482") ) ) +(assert (myObject (attribute1 "attr83483") ) ) +(assert (myObject (attribute1 "attr83484") ) ) +(assert (myObject (attribute1 "attr83485") ) ) +(assert (myObject (attribute1 "attr83486") ) ) +(assert (myObject (attribute1 "attr83487") ) ) +(assert (myObject (attribute1 "attr83488") ) ) +(assert (myObject (attribute1 "attr83489") ) ) +(assert (myObject (attribute1 "attr83490") ) ) +(assert (myObject (attribute1 "attr83491") ) ) +(assert (myObject (attribute1 "attr83492") ) ) +(assert (myObject (attribute1 "attr83493") ) ) +(assert (myObject (attribute1 "attr83494") ) ) +(assert (myObject (attribute1 "attr83495") ) ) +(assert (myObject (attribute1 "attr83496") ) ) +(assert (myObject (attribute1 "attr83497") ) ) +(assert (myObject (attribute1 "attr83498") ) ) +(assert (myObject (attribute1 "attr83499") ) ) +(assert (myObject (attribute1 "attr83500") ) ) +(assert (myObject (attribute1 "attr83501") ) ) +(assert (myObject (attribute1 "attr83502") ) ) +(assert (myObject (attribute1 "attr83503") ) ) +(assert (myObject (attribute1 "attr83504") ) ) +(assert (myObject (attribute1 "attr83505") ) ) +(assert (myObject (attribute1 "attr83506") ) ) +(assert (myObject (attribute1 "attr83507") ) ) +(assert (myObject (attribute1 "attr83508") ) ) +(assert (myObject (attribute1 "attr83509") ) ) +(assert (myObject (attribute1 "attr83510") ) ) +(assert (myObject (attribute1 "attr83511") ) ) +(assert (myObject (attribute1 "attr83512") ) ) +(assert (myObject (attribute1 "attr83513") ) ) +(assert (myObject (attribute1 "attr83514") ) ) +(assert (myObject (attribute1 "attr83515") ) ) +(assert (myObject (attribute1 "attr83516") ) ) +(assert (myObject (attribute1 "attr83517") ) ) +(assert (myObject (attribute1 "attr83518") ) ) +(assert (myObject (attribute1 "attr83519") ) ) +(assert (myObject (attribute1 "attr83520") ) ) +(assert (myObject (attribute1 "attr83521") ) ) +(assert (myObject (attribute1 "attr83522") ) ) +(assert (myObject (attribute1 "attr83523") ) ) +(assert (myObject (attribute1 "attr83524") ) ) +(assert (myObject (attribute1 "attr83525") ) ) +(assert (myObject (attribute1 "attr83526") ) ) +(assert (myObject (attribute1 "attr83527") ) ) +(assert (myObject (attribute1 "attr83528") ) ) +(assert (myObject (attribute1 "attr83529") ) ) +(assert (myObject (attribute1 "attr83530") ) ) +(assert (myObject (attribute1 "attr83531") ) ) +(assert (myObject (attribute1 "attr83532") ) ) +(assert (myObject (attribute1 "attr83533") ) ) +(assert (myObject (attribute1 "attr83534") ) ) +(assert (myObject (attribute1 "attr83535") ) ) +(assert (myObject (attribute1 "attr83536") ) ) +(assert (myObject (attribute1 "attr83537") ) ) +(assert (myObject (attribute1 "attr83538") ) ) +(assert (myObject (attribute1 "attr83539") ) ) +(assert (myObject (attribute1 "attr83540") ) ) +(assert (myObject (attribute1 "attr83541") ) ) +(assert (myObject (attribute1 "attr83542") ) ) +(assert (myObject (attribute1 "attr83543") ) ) +(assert (myObject (attribute1 "attr83544") ) ) +(assert (myObject (attribute1 "attr83545") ) ) +(assert (myObject (attribute1 "attr83546") ) ) +(assert (myObject (attribute1 "attr83547") ) ) +(assert (myObject (attribute1 "attr83548") ) ) +(assert (myObject (attribute1 "attr83549") ) ) +(assert (myObject (attribute1 "attr83550") ) ) +(assert (myObject (attribute1 "attr83551") ) ) +(assert (myObject (attribute1 "attr83552") ) ) +(assert (myObject (attribute1 "attr83553") ) ) +(assert (myObject (attribute1 "attr83554") ) ) +(assert (myObject (attribute1 "attr83555") ) ) +(assert (myObject (attribute1 "attr83556") ) ) +(assert (myObject (attribute1 "attr83557") ) ) +(assert (myObject (attribute1 "attr83558") ) ) +(assert (myObject (attribute1 "attr83559") ) ) +(assert (myObject (attribute1 "attr83560") ) ) +(assert (myObject (attribute1 "attr83561") ) ) +(assert (myObject (attribute1 "attr83562") ) ) +(assert (myObject (attribute1 "attr83563") ) ) +(assert (myObject (attribute1 "attr83564") ) ) +(assert (myObject (attribute1 "attr83565") ) ) +(assert (myObject (attribute1 "attr83566") ) ) +(assert (myObject (attribute1 "attr83567") ) ) +(assert (myObject (attribute1 "attr83568") ) ) +(assert (myObject (attribute1 "attr83569") ) ) +(assert (myObject (attribute1 "attr83570") ) ) +(assert (myObject (attribute1 "attr83571") ) ) +(assert (myObject (attribute1 "attr83572") ) ) +(assert (myObject (attribute1 "attr83573") ) ) +(assert (myObject (attribute1 "attr83574") ) ) +(assert (myObject (attribute1 "attr83575") ) ) +(assert (myObject (attribute1 "attr83576") ) ) +(assert (myObject (attribute1 "attr83577") ) ) +(assert (myObject (attribute1 "attr83578") ) ) +(assert (myObject (attribute1 "attr83579") ) ) +(assert (myObject (attribute1 "attr83580") ) ) +(assert (myObject (attribute1 "attr83581") ) ) +(assert (myObject (attribute1 "attr83582") ) ) +(assert (myObject (attribute1 "attr83583") ) ) +(assert (myObject (attribute1 "attr83584") ) ) +(assert (myObject (attribute1 "attr83585") ) ) +(assert (myObject (attribute1 "attr83586") ) ) +(assert (myObject (attribute1 "attr83587") ) ) +(assert (myObject (attribute1 "attr83588") ) ) +(assert (myObject (attribute1 "attr83589") ) ) +(assert (myObject (attribute1 "attr83590") ) ) +(assert (myObject (attribute1 "attr83591") ) ) +(assert (myObject (attribute1 "attr83592") ) ) +(assert (myObject (attribute1 "attr83593") ) ) +(assert (myObject (attribute1 "attr83594") ) ) +(assert (myObject (attribute1 "attr83595") ) ) +(assert (myObject (attribute1 "attr83596") ) ) +(assert (myObject (attribute1 "attr83597") ) ) +(assert (myObject (attribute1 "attr83598") ) ) +(assert (myObject (attribute1 "attr83599") ) ) +(assert (myObject (attribute1 "attr83600") ) ) +(assert (myObject (attribute1 "attr83601") ) ) +(assert (myObject (attribute1 "attr83602") ) ) +(assert (myObject (attribute1 "attr83603") ) ) +(assert (myObject (attribute1 "attr83604") ) ) +(assert (myObject (attribute1 "attr83605") ) ) +(assert (myObject (attribute1 "attr83606") ) ) +(assert (myObject (attribute1 "attr83607") ) ) +(assert (myObject (attribute1 "attr83608") ) ) +(assert (myObject (attribute1 "attr83609") ) ) +(assert (myObject (attribute1 "attr83610") ) ) +(assert (myObject (attribute1 "attr83611") ) ) +(assert (myObject (attribute1 "attr83612") ) ) +(assert (myObject (attribute1 "attr83613") ) ) +(assert (myObject (attribute1 "attr83614") ) ) +(assert (myObject (attribute1 "attr83615") ) ) +(assert (myObject (attribute1 "attr83616") ) ) +(assert (myObject (attribute1 "attr83617") ) ) +(assert (myObject (attribute1 "attr83618") ) ) +(assert (myObject (attribute1 "attr83619") ) ) +(assert (myObject (attribute1 "attr83620") ) ) +(assert (myObject (attribute1 "attr83621") ) ) +(assert (myObject (attribute1 "attr83622") ) ) +(assert (myObject (attribute1 "attr83623") ) ) +(assert (myObject (attribute1 "attr83624") ) ) +(assert (myObject (attribute1 "attr83625") ) ) +(assert (myObject (attribute1 "attr83626") ) ) +(assert (myObject (attribute1 "attr83627") ) ) +(assert (myObject (attribute1 "attr83628") ) ) +(assert (myObject (attribute1 "attr83629") ) ) +(assert (myObject (attribute1 "attr83630") ) ) +(assert (myObject (attribute1 "attr83631") ) ) +(assert (myObject (attribute1 "attr83632") ) ) +(assert (myObject (attribute1 "attr83633") ) ) +(assert (myObject (attribute1 "attr83634") ) ) +(assert (myObject (attribute1 "attr83635") ) ) +(assert (myObject (attribute1 "attr83636") ) ) +(assert (myObject (attribute1 "attr83637") ) ) +(assert (myObject (attribute1 "attr83638") ) ) +(assert (myObject (attribute1 "attr83639") ) ) +(assert (myObject (attribute1 "attr83640") ) ) +(assert (myObject (attribute1 "attr83641") ) ) +(assert (myObject (attribute1 "attr83642") ) ) +(assert (myObject (attribute1 "attr83643") ) ) +(assert (myObject (attribute1 "attr83644") ) ) +(assert (myObject (attribute1 "attr83645") ) ) +(assert (myObject (attribute1 "attr83646") ) ) +(assert (myObject (attribute1 "attr83647") ) ) +(assert (myObject (attribute1 "attr83648") ) ) +(assert (myObject (attribute1 "attr83649") ) ) +(assert (myObject (attribute1 "attr83650") ) ) +(assert (myObject (attribute1 "attr83651") ) ) +(assert (myObject (attribute1 "attr83652") ) ) +(assert (myObject (attribute1 "attr83653") ) ) +(assert (myObject (attribute1 "attr83654") ) ) +(assert (myObject (attribute1 "attr83655") ) ) +(assert (myObject (attribute1 "attr83656") ) ) +(assert (myObject (attribute1 "attr83657") ) ) +(assert (myObject (attribute1 "attr83658") ) ) +(assert (myObject (attribute1 "attr83659") ) ) +(assert (myObject (attribute1 "attr83660") ) ) +(assert (myObject (attribute1 "attr83661") ) ) +(assert (myObject (attribute1 "attr83662") ) ) +(assert (myObject (attribute1 "attr83663") ) ) +(assert (myObject (attribute1 "attr83664") ) ) +(assert (myObject (attribute1 "attr83665") ) ) +(assert (myObject (attribute1 "attr83666") ) ) +(assert (myObject (attribute1 "attr83667") ) ) +(assert (myObject (attribute1 "attr83668") ) ) +(assert (myObject (attribute1 "attr83669") ) ) +(assert (myObject (attribute1 "attr83670") ) ) +(assert (myObject (attribute1 "attr83671") ) ) +(assert (myObject (attribute1 "attr83672") ) ) +(assert (myObject (attribute1 "attr83673") ) ) +(assert (myObject (attribute1 "attr83674") ) ) +(assert (myObject (attribute1 "attr83675") ) ) +(assert (myObject (attribute1 "attr83676") ) ) +(assert (myObject (attribute1 "attr83677") ) ) +(assert (myObject (attribute1 "attr83678") ) ) +(assert (myObject (attribute1 "attr83679") ) ) +(assert (myObject (attribute1 "attr83680") ) ) +(assert (myObject (attribute1 "attr83681") ) ) +(assert (myObject (attribute1 "attr83682") ) ) +(assert (myObject (attribute1 "attr83683") ) ) +(assert (myObject (attribute1 "attr83684") ) ) +(assert (myObject (attribute1 "attr83685") ) ) +(assert (myObject (attribute1 "attr83686") ) ) +(assert (myObject (attribute1 "attr83687") ) ) +(assert (myObject (attribute1 "attr83688") ) ) +(assert (myObject (attribute1 "attr83689") ) ) +(assert (myObject (attribute1 "attr83690") ) ) +(assert (myObject (attribute1 "attr83691") ) ) +(assert (myObject (attribute1 "attr83692") ) ) +(assert (myObject (attribute1 "attr83693") ) ) +(assert (myObject (attribute1 "attr83694") ) ) +(assert (myObject (attribute1 "attr83695") ) ) +(assert (myObject (attribute1 "attr83696") ) ) +(assert (myObject (attribute1 "attr83697") ) ) +(assert (myObject (attribute1 "attr83698") ) ) +(assert (myObject (attribute1 "attr83699") ) ) +(assert (myObject (attribute1 "attr83700") ) ) +(assert (myObject (attribute1 "attr83701") ) ) +(assert (myObject (attribute1 "attr83702") ) ) +(assert (myObject (attribute1 "attr83703") ) ) +(assert (myObject (attribute1 "attr83704") ) ) +(assert (myObject (attribute1 "attr83705") ) ) +(assert (myObject (attribute1 "attr83706") ) ) +(assert (myObject (attribute1 "attr83707") ) ) +(assert (myObject (attribute1 "attr83708") ) ) +(assert (myObject (attribute1 "attr83709") ) ) +(assert (myObject (attribute1 "attr83710") ) ) +(assert (myObject (attribute1 "attr83711") ) ) +(assert (myObject (attribute1 "attr83712") ) ) +(assert (myObject (attribute1 "attr83713") ) ) +(assert (myObject (attribute1 "attr83714") ) ) +(assert (myObject (attribute1 "attr83715") ) ) +(assert (myObject (attribute1 "attr83716") ) ) +(assert (myObject (attribute1 "attr83717") ) ) +(assert (myObject (attribute1 "attr83718") ) ) +(assert (myObject (attribute1 "attr83719") ) ) +(assert (myObject (attribute1 "attr83720") ) ) +(assert (myObject (attribute1 "attr83721") ) ) +(assert (myObject (attribute1 "attr83722") ) ) +(assert (myObject (attribute1 "attr83723") ) ) +(assert (myObject (attribute1 "attr83724") ) ) +(assert (myObject (attribute1 "attr83725") ) ) +(assert (myObject (attribute1 "attr83726") ) ) +(assert (myObject (attribute1 "attr83727") ) ) +(assert (myObject (attribute1 "attr83728") ) ) +(assert (myObject (attribute1 "attr83729") ) ) +(assert (myObject (attribute1 "attr83730") ) ) +(assert (myObject (attribute1 "attr83731") ) ) +(assert (myObject (attribute1 "attr83732") ) ) +(assert (myObject (attribute1 "attr83733") ) ) +(assert (myObject (attribute1 "attr83734") ) ) +(assert (myObject (attribute1 "attr83735") ) ) +(assert (myObject (attribute1 "attr83736") ) ) +(assert (myObject (attribute1 "attr83737") ) ) +(assert (myObject (attribute1 "attr83738") ) ) +(assert (myObject (attribute1 "attr83739") ) ) +(assert (myObject (attribute1 "attr83740") ) ) +(assert (myObject (attribute1 "attr83741") ) ) +(assert (myObject (attribute1 "attr83742") ) ) +(assert (myObject (attribute1 "attr83743") ) ) +(assert (myObject (attribute1 "attr83744") ) ) +(assert (myObject (attribute1 "attr83745") ) ) +(assert (myObject (attribute1 "attr83746") ) ) +(assert (myObject (attribute1 "attr83747") ) ) +(assert (myObject (attribute1 "attr83748") ) ) +(assert (myObject (attribute1 "attr83749") ) ) +(assert (myObject (attribute1 "attr83750") ) ) +(assert (myObject (attribute1 "attr83751") ) ) +(assert (myObject (attribute1 "attr83752") ) ) +(assert (myObject (attribute1 "attr83753") ) ) +(assert (myObject (attribute1 "attr83754") ) ) +(assert (myObject (attribute1 "attr83755") ) ) +(assert (myObject (attribute1 "attr83756") ) ) +(assert (myObject (attribute1 "attr83757") ) ) +(assert (myObject (attribute1 "attr83758") ) ) +(assert (myObject (attribute1 "attr83759") ) ) +(assert (myObject (attribute1 "attr83760") ) ) +(assert (myObject (attribute1 "attr83761") ) ) +(assert (myObject (attribute1 "attr83762") ) ) +(assert (myObject (attribute1 "attr83763") ) ) +(assert (myObject (attribute1 "attr83764") ) ) +(assert (myObject (attribute1 "attr83765") ) ) +(assert (myObject (attribute1 "attr83766") ) ) +(assert (myObject (attribute1 "attr83767") ) ) +(assert (myObject (attribute1 "attr83768") ) ) +(assert (myObject (attribute1 "attr83769") ) ) +(assert (myObject (attribute1 "attr83770") ) ) +(assert (myObject (attribute1 "attr83771") ) ) +(assert (myObject (attribute1 "attr83772") ) ) +(assert (myObject (attribute1 "attr83773") ) ) +(assert (myObject (attribute1 "attr83774") ) ) +(assert (myObject (attribute1 "attr83775") ) ) +(assert (myObject (attribute1 "attr83776") ) ) +(assert (myObject (attribute1 "attr83777") ) ) +(assert (myObject (attribute1 "attr83778") ) ) +(assert (myObject (attribute1 "attr83779") ) ) +(assert (myObject (attribute1 "attr83780") ) ) +(assert (myObject (attribute1 "attr83781") ) ) +(assert (myObject (attribute1 "attr83782") ) ) +(assert (myObject (attribute1 "attr83783") ) ) +(assert (myObject (attribute1 "attr83784") ) ) +(assert (myObject (attribute1 "attr83785") ) ) +(assert (myObject (attribute1 "attr83786") ) ) +(assert (myObject (attribute1 "attr83787") ) ) +(assert (myObject (attribute1 "attr83788") ) ) +(assert (myObject (attribute1 "attr83789") ) ) +(assert (myObject (attribute1 "attr83790") ) ) +(assert (myObject (attribute1 "attr83791") ) ) +(assert (myObject (attribute1 "attr83792") ) ) +(assert (myObject (attribute1 "attr83793") ) ) +(assert (myObject (attribute1 "attr83794") ) ) +(assert (myObject (attribute1 "attr83795") ) ) +(assert (myObject (attribute1 "attr83796") ) ) +(assert (myObject (attribute1 "attr83797") ) ) +(assert (myObject (attribute1 "attr83798") ) ) +(assert (myObject (attribute1 "attr83799") ) ) +(assert (myObject (attribute1 "attr83800") ) ) +(assert (myObject (attribute1 "attr83801") ) ) +(assert (myObject (attribute1 "attr83802") ) ) +(assert (myObject (attribute1 "attr83803") ) ) +(assert (myObject (attribute1 "attr83804") ) ) +(assert (myObject (attribute1 "attr83805") ) ) +(assert (myObject (attribute1 "attr83806") ) ) +(assert (myObject (attribute1 "attr83807") ) ) +(assert (myObject (attribute1 "attr83808") ) ) +(assert (myObject (attribute1 "attr83809") ) ) +(assert (myObject (attribute1 "attr83810") ) ) +(assert (myObject (attribute1 "attr83811") ) ) +(assert (myObject (attribute1 "attr83812") ) ) +(assert (myObject (attribute1 "attr83813") ) ) +(assert (myObject (attribute1 "attr83814") ) ) +(assert (myObject (attribute1 "attr83815") ) ) +(assert (myObject (attribute1 "attr83816") ) ) +(assert (myObject (attribute1 "attr83817") ) ) +(assert (myObject (attribute1 "attr83818") ) ) +(assert (myObject (attribute1 "attr83819") ) ) +(assert (myObject (attribute1 "attr83820") ) ) +(assert (myObject (attribute1 "attr83821") ) ) +(assert (myObject (attribute1 "attr83822") ) ) +(assert (myObject (attribute1 "attr83823") ) ) +(assert (myObject (attribute1 "attr83824") ) ) +(assert (myObject (attribute1 "attr83825") ) ) +(assert (myObject (attribute1 "attr83826") ) ) +(assert (myObject (attribute1 "attr83827") ) ) +(assert (myObject (attribute1 "attr83828") ) ) +(assert (myObject (attribute1 "attr83829") ) ) +(assert (myObject (attribute1 "attr83830") ) ) +(assert (myObject (attribute1 "attr83831") ) ) +(assert (myObject (attribute1 "attr83832") ) ) +(assert (myObject (attribute1 "attr83833") ) ) +(assert (myObject (attribute1 "attr83834") ) ) +(assert (myObject (attribute1 "attr83835") ) ) +(assert (myObject (attribute1 "attr83836") ) ) +(assert (myObject (attribute1 "attr83837") ) ) +(assert (myObject (attribute1 "attr83838") ) ) +(assert (myObject (attribute1 "attr83839") ) ) +(assert (myObject (attribute1 "attr83840") ) ) +(assert (myObject (attribute1 "attr83841") ) ) +(assert (myObject (attribute1 "attr83842") ) ) +(assert (myObject (attribute1 "attr83843") ) ) +(assert (myObject (attribute1 "attr83844") ) ) +(assert (myObject (attribute1 "attr83845") ) ) +(assert (myObject (attribute1 "attr83846") ) ) +(assert (myObject (attribute1 "attr83847") ) ) +(assert (myObject (attribute1 "attr83848") ) ) +(assert (myObject (attribute1 "attr83849") ) ) +(assert (myObject (attribute1 "attr83850") ) ) +(assert (myObject (attribute1 "attr83851") ) ) +(assert (myObject (attribute1 "attr83852") ) ) +(assert (myObject (attribute1 "attr83853") ) ) +(assert (myObject (attribute1 "attr83854") ) ) +(assert (myObject (attribute1 "attr83855") ) ) +(assert (myObject (attribute1 "attr83856") ) ) +(assert (myObject (attribute1 "attr83857") ) ) +(assert (myObject (attribute1 "attr83858") ) ) +(assert (myObject (attribute1 "attr83859") ) ) +(assert (myObject (attribute1 "attr83860") ) ) +(assert (myObject (attribute1 "attr83861") ) ) +(assert (myObject (attribute1 "attr83862") ) ) +(assert (myObject (attribute1 "attr83863") ) ) +(assert (myObject (attribute1 "attr83864") ) ) +(assert (myObject (attribute1 "attr83865") ) ) +(assert (myObject (attribute1 "attr83866") ) ) +(assert (myObject (attribute1 "attr83867") ) ) +(assert (myObject (attribute1 "attr83868") ) ) +(assert (myObject (attribute1 "attr83869") ) ) +(assert (myObject (attribute1 "attr83870") ) ) +(assert (myObject (attribute1 "attr83871") ) ) +(assert (myObject (attribute1 "attr83872") ) ) +(assert (myObject (attribute1 "attr83873") ) ) +(assert (myObject (attribute1 "attr83874") ) ) +(assert (myObject (attribute1 "attr83875") ) ) +(assert (myObject (attribute1 "attr83876") ) ) +(assert (myObject (attribute1 "attr83877") ) ) +(assert (myObject (attribute1 "attr83878") ) ) +(assert (myObject (attribute1 "attr83879") ) ) +(assert (myObject (attribute1 "attr83880") ) ) +(assert (myObject (attribute1 "attr83881") ) ) +(assert (myObject (attribute1 "attr83882") ) ) +(assert (myObject (attribute1 "attr83883") ) ) +(assert (myObject (attribute1 "attr83884") ) ) +(assert (myObject (attribute1 "attr83885") ) ) +(assert (myObject (attribute1 "attr83886") ) ) +(assert (myObject (attribute1 "attr83887") ) ) +(assert (myObject (attribute1 "attr83888") ) ) +(assert (myObject (attribute1 "attr83889") ) ) +(assert (myObject (attribute1 "attr83890") ) ) +(assert (myObject (attribute1 "attr83891") ) ) +(assert (myObject (attribute1 "attr83892") ) ) +(assert (myObject (attribute1 "attr83893") ) ) +(assert (myObject (attribute1 "attr83894") ) ) +(assert (myObject (attribute1 "attr83895") ) ) +(assert (myObject (attribute1 "attr83896") ) ) +(assert (myObject (attribute1 "attr83897") ) ) +(assert (myObject (attribute1 "attr83898") ) ) +(assert (myObject (attribute1 "attr83899") ) ) +(assert (myObject (attribute1 "attr83900") ) ) +(assert (myObject (attribute1 "attr83901") ) ) +(assert (myObject (attribute1 "attr83902") ) ) +(assert (myObject (attribute1 "attr83903") ) ) +(assert (myObject (attribute1 "attr83904") ) ) +(assert (myObject (attribute1 "attr83905") ) ) +(assert (myObject (attribute1 "attr83906") ) ) +(assert (myObject (attribute1 "attr83907") ) ) +(assert (myObject (attribute1 "attr83908") ) ) +(assert (myObject (attribute1 "attr83909") ) ) +(assert (myObject (attribute1 "attr83910") ) ) +(assert (myObject (attribute1 "attr83911") ) ) +(assert (myObject (attribute1 "attr83912") ) ) +(assert (myObject (attribute1 "attr83913") ) ) +(assert (myObject (attribute1 "attr83914") ) ) +(assert (myObject (attribute1 "attr83915") ) ) +(assert (myObject (attribute1 "attr83916") ) ) +(assert (myObject (attribute1 "attr83917") ) ) +(assert (myObject (attribute1 "attr83918") ) ) +(assert (myObject (attribute1 "attr83919") ) ) +(assert (myObject (attribute1 "attr83920") ) ) +(assert (myObject (attribute1 "attr83921") ) ) +(assert (myObject (attribute1 "attr83922") ) ) +(assert (myObject (attribute1 "attr83923") ) ) +(assert (myObject (attribute1 "attr83924") ) ) +(assert (myObject (attribute1 "attr83925") ) ) +(assert (myObject (attribute1 "attr83926") ) ) +(assert (myObject (attribute1 "attr83927") ) ) +(assert (myObject (attribute1 "attr83928") ) ) +(assert (myObject (attribute1 "attr83929") ) ) +(assert (myObject (attribute1 "attr83930") ) ) +(assert (myObject (attribute1 "attr83931") ) ) +(assert (myObject (attribute1 "attr83932") ) ) +(assert (myObject (attribute1 "attr83933") ) ) +(assert (myObject (attribute1 "attr83934") ) ) +(assert (myObject (attribute1 "attr83935") ) ) +(assert (myObject (attribute1 "attr83936") ) ) +(assert (myObject (attribute1 "attr83937") ) ) +(assert (myObject (attribute1 "attr83938") ) ) +(assert (myObject (attribute1 "attr83939") ) ) +(assert (myObject (attribute1 "attr83940") ) ) +(assert (myObject (attribute1 "attr83941") ) ) +(assert (myObject (attribute1 "attr83942") ) ) +(assert (myObject (attribute1 "attr83943") ) ) +(assert (myObject (attribute1 "attr83944") ) ) +(assert (myObject (attribute1 "attr83945") ) ) +(assert (myObject (attribute1 "attr83946") ) ) +(assert (myObject (attribute1 "attr83947") ) ) +(assert (myObject (attribute1 "attr83948") ) ) +(assert (myObject (attribute1 "attr83949") ) ) +(assert (myObject (attribute1 "attr83950") ) ) +(assert (myObject (attribute1 "attr83951") ) ) +(assert (myObject (attribute1 "attr83952") ) ) +(assert (myObject (attribute1 "attr83953") ) ) +(assert (myObject (attribute1 "attr83954") ) ) +(assert (myObject (attribute1 "attr83955") ) ) +(assert (myObject (attribute1 "attr83956") ) ) +(assert (myObject (attribute1 "attr83957") ) ) +(assert (myObject (attribute1 "attr83958") ) ) +(assert (myObject (attribute1 "attr83959") ) ) +(assert (myObject (attribute1 "attr83960") ) ) +(assert (myObject (attribute1 "attr83961") ) ) +(assert (myObject (attribute1 "attr83962") ) ) +(assert (myObject (attribute1 "attr83963") ) ) +(assert (myObject (attribute1 "attr83964") ) ) +(assert (myObject (attribute1 "attr83965") ) ) +(assert (myObject (attribute1 "attr83966") ) ) +(assert (myObject (attribute1 "attr83967") ) ) +(assert (myObject (attribute1 "attr83968") ) ) +(assert (myObject (attribute1 "attr83969") ) ) +(assert (myObject (attribute1 "attr83970") ) ) +(assert (myObject (attribute1 "attr83971") ) ) +(assert (myObject (attribute1 "attr83972") ) ) +(assert (myObject (attribute1 "attr83973") ) ) +(assert (myObject (attribute1 "attr83974") ) ) +(assert (myObject (attribute1 "attr83975") ) ) +(assert (myObject (attribute1 "attr83976") ) ) +(assert (myObject (attribute1 "attr83977") ) ) +(assert (myObject (attribute1 "attr83978") ) ) +(assert (myObject (attribute1 "attr83979") ) ) +(assert (myObject (attribute1 "attr83980") ) ) +(assert (myObject (attribute1 "attr83981") ) ) +(assert (myObject (attribute1 "attr83982") ) ) +(assert (myObject (attribute1 "attr83983") ) ) +(assert (myObject (attribute1 "attr83984") ) ) +(assert (myObject (attribute1 "attr83985") ) ) +(assert (myObject (attribute1 "attr83986") ) ) +(assert (myObject (attribute1 "attr83987") ) ) +(assert (myObject (attribute1 "attr83988") ) ) +(assert (myObject (attribute1 "attr83989") ) ) +(assert (myObject (attribute1 "attr83990") ) ) +(assert (myObject (attribute1 "attr83991") ) ) +(assert (myObject (attribute1 "attr83992") ) ) +(assert (myObject (attribute1 "attr83993") ) ) +(assert (myObject (attribute1 "attr83994") ) ) +(assert (myObject (attribute1 "attr83995") ) ) +(assert (myObject (attribute1 "attr83996") ) ) +(assert (myObject (attribute1 "attr83997") ) ) +(assert (myObject (attribute1 "attr83998") ) ) +(assert (myObject (attribute1 "attr83999") ) ) +(assert (myObject (attribute1 "attr84000") ) ) +(assert (myObject (attribute1 "attr84001") ) ) +(assert (myObject (attribute1 "attr84002") ) ) +(assert (myObject (attribute1 "attr84003") ) ) +(assert (myObject (attribute1 "attr84004") ) ) +(assert (myObject (attribute1 "attr84005") ) ) +(assert (myObject (attribute1 "attr84006") ) ) +(assert (myObject (attribute1 "attr84007") ) ) +(assert (myObject (attribute1 "attr84008") ) ) +(assert (myObject (attribute1 "attr84009") ) ) +(assert (myObject (attribute1 "attr84010") ) ) +(assert (myObject (attribute1 "attr84011") ) ) +(assert (myObject (attribute1 "attr84012") ) ) +(assert (myObject (attribute1 "attr84013") ) ) +(assert (myObject (attribute1 "attr84014") ) ) +(assert (myObject (attribute1 "attr84015") ) ) +(assert (myObject (attribute1 "attr84016") ) ) +(assert (myObject (attribute1 "attr84017") ) ) +(assert (myObject (attribute1 "attr84018") ) ) +(assert (myObject (attribute1 "attr84019") ) ) +(assert (myObject (attribute1 "attr84020") ) ) +(assert (myObject (attribute1 "attr84021") ) ) +(assert (myObject (attribute1 "attr84022") ) ) +(assert (myObject (attribute1 "attr84023") ) ) +(assert (myObject (attribute1 "attr84024") ) ) +(assert (myObject (attribute1 "attr84025") ) ) +(assert (myObject (attribute1 "attr84026") ) ) +(assert (myObject (attribute1 "attr84027") ) ) +(assert (myObject (attribute1 "attr84028") ) ) +(assert (myObject (attribute1 "attr84029") ) ) +(assert (myObject (attribute1 "attr84030") ) ) +(assert (myObject (attribute1 "attr84031") ) ) +(assert (myObject (attribute1 "attr84032") ) ) +(assert (myObject (attribute1 "attr84033") ) ) +(assert (myObject (attribute1 "attr84034") ) ) +(assert (myObject (attribute1 "attr84035") ) ) +(assert (myObject (attribute1 "attr84036") ) ) +(assert (myObject (attribute1 "attr84037") ) ) +(assert (myObject (attribute1 "attr84038") ) ) +(assert (myObject (attribute1 "attr84039") ) ) +(assert (myObject (attribute1 "attr84040") ) ) +(assert (myObject (attribute1 "attr84041") ) ) +(assert (myObject (attribute1 "attr84042") ) ) +(assert (myObject (attribute1 "attr84043") ) ) +(assert (myObject (attribute1 "attr84044") ) ) +(assert (myObject (attribute1 "attr84045") ) ) +(assert (myObject (attribute1 "attr84046") ) ) +(assert (myObject (attribute1 "attr84047") ) ) +(assert (myObject (attribute1 "attr84048") ) ) +(assert (myObject (attribute1 "attr84049") ) ) +(assert (myObject (attribute1 "attr84050") ) ) +(assert (myObject (attribute1 "attr84051") ) ) +(assert (myObject (attribute1 "attr84052") ) ) +(assert (myObject (attribute1 "attr84053") ) ) +(assert (myObject (attribute1 "attr84054") ) ) +(assert (myObject (attribute1 "attr84055") ) ) +(assert (myObject (attribute1 "attr84056") ) ) +(assert (myObject (attribute1 "attr84057") ) ) +(assert (myObject (attribute1 "attr84058") ) ) +(assert (myObject (attribute1 "attr84059") ) ) +(assert (myObject (attribute1 "attr84060") ) ) +(assert (myObject (attribute1 "attr84061") ) ) +(assert (myObject (attribute1 "attr84062") ) ) +(assert (myObject (attribute1 "attr84063") ) ) +(assert (myObject (attribute1 "attr84064") ) ) +(assert (myObject (attribute1 "attr84065") ) ) +(assert (myObject (attribute1 "attr84066") ) ) +(assert (myObject (attribute1 "attr84067") ) ) +(assert (myObject (attribute1 "attr84068") ) ) +(assert (myObject (attribute1 "attr84069") ) ) +(assert (myObject (attribute1 "attr84070") ) ) +(assert (myObject (attribute1 "attr84071") ) ) +(assert (myObject (attribute1 "attr84072") ) ) +(assert (myObject (attribute1 "attr84073") ) ) +(assert (myObject (attribute1 "attr84074") ) ) +(assert (myObject (attribute1 "attr84075") ) ) +(assert (myObject (attribute1 "attr84076") ) ) +(assert (myObject (attribute1 "attr84077") ) ) +(assert (myObject (attribute1 "attr84078") ) ) +(assert (myObject (attribute1 "attr84079") ) ) +(assert (myObject (attribute1 "attr84080") ) ) +(assert (myObject (attribute1 "attr84081") ) ) +(assert (myObject (attribute1 "attr84082") ) ) +(assert (myObject (attribute1 "attr84083") ) ) +(assert (myObject (attribute1 "attr84084") ) ) +(assert (myObject (attribute1 "attr84085") ) ) +(assert (myObject (attribute1 "attr84086") ) ) +(assert (myObject (attribute1 "attr84087") ) ) +(assert (myObject (attribute1 "attr84088") ) ) +(assert (myObject (attribute1 "attr84089") ) ) +(assert (myObject (attribute1 "attr84090") ) ) +(assert (myObject (attribute1 "attr84091") ) ) +(assert (myObject (attribute1 "attr84092") ) ) +(assert (myObject (attribute1 "attr84093") ) ) +(assert (myObject (attribute1 "attr84094") ) ) +(assert (myObject (attribute1 "attr84095") ) ) +(assert (myObject (attribute1 "attr84096") ) ) +(assert (myObject (attribute1 "attr84097") ) ) +(assert (myObject (attribute1 "attr84098") ) ) +(assert (myObject (attribute1 "attr84099") ) ) +(assert (myObject (attribute1 "attr84100") ) ) +(assert (myObject (attribute1 "attr84101") ) ) +(assert (myObject (attribute1 "attr84102") ) ) +(assert (myObject (attribute1 "attr84103") ) ) +(assert (myObject (attribute1 "attr84104") ) ) +(assert (myObject (attribute1 "attr84105") ) ) +(assert (myObject (attribute1 "attr84106") ) ) +(assert (myObject (attribute1 "attr84107") ) ) +(assert (myObject (attribute1 "attr84108") ) ) +(assert (myObject (attribute1 "attr84109") ) ) +(assert (myObject (attribute1 "attr84110") ) ) +(assert (myObject (attribute1 "attr84111") ) ) +(assert (myObject (attribute1 "attr84112") ) ) +(assert (myObject (attribute1 "attr84113") ) ) +(assert (myObject (attribute1 "attr84114") ) ) +(assert (myObject (attribute1 "attr84115") ) ) +(assert (myObject (attribute1 "attr84116") ) ) +(assert (myObject (attribute1 "attr84117") ) ) +(assert (myObject (attribute1 "attr84118") ) ) +(assert (myObject (attribute1 "attr84119") ) ) +(assert (myObject (attribute1 "attr84120") ) ) +(assert (myObject (attribute1 "attr84121") ) ) +(assert (myObject (attribute1 "attr84122") ) ) +(assert (myObject (attribute1 "attr84123") ) ) +(assert (myObject (attribute1 "attr84124") ) ) +(assert (myObject (attribute1 "attr84125") ) ) +(assert (myObject (attribute1 "attr84126") ) ) +(assert (myObject (attribute1 "attr84127") ) ) +(assert (myObject (attribute1 "attr84128") ) ) +(assert (myObject (attribute1 "attr84129") ) ) +(assert (myObject (attribute1 "attr84130") ) ) +(assert (myObject (attribute1 "attr84131") ) ) +(assert (myObject (attribute1 "attr84132") ) ) +(assert (myObject (attribute1 "attr84133") ) ) +(assert (myObject (attribute1 "attr84134") ) ) +(assert (myObject (attribute1 "attr84135") ) ) +(assert (myObject (attribute1 "attr84136") ) ) +(assert (myObject (attribute1 "attr84137") ) ) +(assert (myObject (attribute1 "attr84138") ) ) +(assert (myObject (attribute1 "attr84139") ) ) +(assert (myObject (attribute1 "attr84140") ) ) +(assert (myObject (attribute1 "attr84141") ) ) +(assert (myObject (attribute1 "attr84142") ) ) +(assert (myObject (attribute1 "attr84143") ) ) +(assert (myObject (attribute1 "attr84144") ) ) +(assert (myObject (attribute1 "attr84145") ) ) +(assert (myObject (attribute1 "attr84146") ) ) +(assert (myObject (attribute1 "attr84147") ) ) +(assert (myObject (attribute1 "attr84148") ) ) +(assert (myObject (attribute1 "attr84149") ) ) +(assert (myObject (attribute1 "attr84150") ) ) +(assert (myObject (attribute1 "attr84151") ) ) +(assert (myObject (attribute1 "attr84152") ) ) +(assert (myObject (attribute1 "attr84153") ) ) +(assert (myObject (attribute1 "attr84154") ) ) +(assert (myObject (attribute1 "attr84155") ) ) +(assert (myObject (attribute1 "attr84156") ) ) +(assert (myObject (attribute1 "attr84157") ) ) +(assert (myObject (attribute1 "attr84158") ) ) +(assert (myObject (attribute1 "attr84159") ) ) +(assert (myObject (attribute1 "attr84160") ) ) +(assert (myObject (attribute1 "attr84161") ) ) +(assert (myObject (attribute1 "attr84162") ) ) +(assert (myObject (attribute1 "attr84163") ) ) +(assert (myObject (attribute1 "attr84164") ) ) +(assert (myObject (attribute1 "attr84165") ) ) +(assert (myObject (attribute1 "attr84166") ) ) +(assert (myObject (attribute1 "attr84167") ) ) +(assert (myObject (attribute1 "attr84168") ) ) +(assert (myObject (attribute1 "attr84169") ) ) +(assert (myObject (attribute1 "attr84170") ) ) +(assert (myObject (attribute1 "attr84171") ) ) +(assert (myObject (attribute1 "attr84172") ) ) +(assert (myObject (attribute1 "attr84173") ) ) +(assert (myObject (attribute1 "attr84174") ) ) +(assert (myObject (attribute1 "attr84175") ) ) +(assert (myObject (attribute1 "attr84176") ) ) +(assert (myObject (attribute1 "attr84177") ) ) +(assert (myObject (attribute1 "attr84178") ) ) +(assert (myObject (attribute1 "attr84179") ) ) +(assert (myObject (attribute1 "attr84180") ) ) +(assert (myObject (attribute1 "attr84181") ) ) +(assert (myObject (attribute1 "attr84182") ) ) +(assert (myObject (attribute1 "attr84183") ) ) +(assert (myObject (attribute1 "attr84184") ) ) +(assert (myObject (attribute1 "attr84185") ) ) +(assert (myObject (attribute1 "attr84186") ) ) +(assert (myObject (attribute1 "attr84187") ) ) +(assert (myObject (attribute1 "attr84188") ) ) +(assert (myObject (attribute1 "attr84189") ) ) +(assert (myObject (attribute1 "attr84190") ) ) +(assert (myObject (attribute1 "attr84191") ) ) +(assert (myObject (attribute1 "attr84192") ) ) +(assert (myObject (attribute1 "attr84193") ) ) +(assert (myObject (attribute1 "attr84194") ) ) +(assert (myObject (attribute1 "attr84195") ) ) +(assert (myObject (attribute1 "attr84196") ) ) +(assert (myObject (attribute1 "attr84197") ) ) +(assert (myObject (attribute1 "attr84198") ) ) +(assert (myObject (attribute1 "attr84199") ) ) +(assert (myObject (attribute1 "attr84200") ) ) +(assert (myObject (attribute1 "attr84201") ) ) +(assert (myObject (attribute1 "attr84202") ) ) +(assert (myObject (attribute1 "attr84203") ) ) +(assert (myObject (attribute1 "attr84204") ) ) +(assert (myObject (attribute1 "attr84205") ) ) +(assert (myObject (attribute1 "attr84206") ) ) +(assert (myObject (attribute1 "attr84207") ) ) +(assert (myObject (attribute1 "attr84208") ) ) +(assert (myObject (attribute1 "attr84209") ) ) +(assert (myObject (attribute1 "attr84210") ) ) +(assert (myObject (attribute1 "attr84211") ) ) +(assert (myObject (attribute1 "attr84212") ) ) +(assert (myObject (attribute1 "attr84213") ) ) +(assert (myObject (attribute1 "attr84214") ) ) +(assert (myObject (attribute1 "attr84215") ) ) +(assert (myObject (attribute1 "attr84216") ) ) +(assert (myObject (attribute1 "attr84217") ) ) +(assert (myObject (attribute1 "attr84218") ) ) +(assert (myObject (attribute1 "attr84219") ) ) +(assert (myObject (attribute1 "attr84220") ) ) +(assert (myObject (attribute1 "attr84221") ) ) +(assert (myObject (attribute1 "attr84222") ) ) +(assert (myObject (attribute1 "attr84223") ) ) +(assert (myObject (attribute1 "attr84224") ) ) +(assert (myObject (attribute1 "attr84225") ) ) +(assert (myObject (attribute1 "attr84226") ) ) +(assert (myObject (attribute1 "attr84227") ) ) +(assert (myObject (attribute1 "attr84228") ) ) +(assert (myObject (attribute1 "attr84229") ) ) +(assert (myObject (attribute1 "attr84230") ) ) +(assert (myObject (attribute1 "attr84231") ) ) +(assert (myObject (attribute1 "attr84232") ) ) +(assert (myObject (attribute1 "attr84233") ) ) +(assert (myObject (attribute1 "attr84234") ) ) +(assert (myObject (attribute1 "attr84235") ) ) +(assert (myObject (attribute1 "attr84236") ) ) +(assert (myObject (attribute1 "attr84237") ) ) +(assert (myObject (attribute1 "attr84238") ) ) +(assert (myObject (attribute1 "attr84239") ) ) +(assert (myObject (attribute1 "attr84240") ) ) +(assert (myObject (attribute1 "attr84241") ) ) +(assert (myObject (attribute1 "attr84242") ) ) +(assert (myObject (attribute1 "attr84243") ) ) +(assert (myObject (attribute1 "attr84244") ) ) +(assert (myObject (attribute1 "attr84245") ) ) +(assert (myObject (attribute1 "attr84246") ) ) +(assert (myObject (attribute1 "attr84247") ) ) +(assert (myObject (attribute1 "attr84248") ) ) +(assert (myObject (attribute1 "attr84249") ) ) +(assert (myObject (attribute1 "attr84250") ) ) +(assert (myObject (attribute1 "attr84251") ) ) +(assert (myObject (attribute1 "attr84252") ) ) +(assert (myObject (attribute1 "attr84253") ) ) +(assert (myObject (attribute1 "attr84254") ) ) +(assert (myObject (attribute1 "attr84255") ) ) +(assert (myObject (attribute1 "attr84256") ) ) +(assert (myObject (attribute1 "attr84257") ) ) +(assert (myObject (attribute1 "attr84258") ) ) +(assert (myObject (attribute1 "attr84259") ) ) +(assert (myObject (attribute1 "attr84260") ) ) +(assert (myObject (attribute1 "attr84261") ) ) +(assert (myObject (attribute1 "attr84262") ) ) +(assert (myObject (attribute1 "attr84263") ) ) +(assert (myObject (attribute1 "attr84264") ) ) +(assert (myObject (attribute1 "attr84265") ) ) +(assert (myObject (attribute1 "attr84266") ) ) +(assert (myObject (attribute1 "attr84267") ) ) +(assert (myObject (attribute1 "attr84268") ) ) +(assert (myObject (attribute1 "attr84269") ) ) +(assert (myObject (attribute1 "attr84270") ) ) +(assert (myObject (attribute1 "attr84271") ) ) +(assert (myObject (attribute1 "attr84272") ) ) +(assert (myObject (attribute1 "attr84273") ) ) +(assert (myObject (attribute1 "attr84274") ) ) +(assert (myObject (attribute1 "attr84275") ) ) +(assert (myObject (attribute1 "attr84276") ) ) +(assert (myObject (attribute1 "attr84277") ) ) +(assert (myObject (attribute1 "attr84278") ) ) +(assert (myObject (attribute1 "attr84279") ) ) +(assert (myObject (attribute1 "attr84280") ) ) +(assert (myObject (attribute1 "attr84281") ) ) +(assert (myObject (attribute1 "attr84282") ) ) +(assert (myObject (attribute1 "attr84283") ) ) +(assert (myObject (attribute1 "attr84284") ) ) +(assert (myObject (attribute1 "attr84285") ) ) +(assert (myObject (attribute1 "attr84286") ) ) +(assert (myObject (attribute1 "attr84287") ) ) +(assert (myObject (attribute1 "attr84288") ) ) +(assert (myObject (attribute1 "attr84289") ) ) +(assert (myObject (attribute1 "attr84290") ) ) +(assert (myObject (attribute1 "attr84291") ) ) +(assert (myObject (attribute1 "attr84292") ) ) +(assert (myObject (attribute1 "attr84293") ) ) +(assert (myObject (attribute1 "attr84294") ) ) +(assert (myObject (attribute1 "attr84295") ) ) +(assert (myObject (attribute1 "attr84296") ) ) +(assert (myObject (attribute1 "attr84297") ) ) +(assert (myObject (attribute1 "attr84298") ) ) +(assert (myObject (attribute1 "attr84299") ) ) +(assert (myObject (attribute1 "attr84300") ) ) +(assert (myObject (attribute1 "attr84301") ) ) +(assert (myObject (attribute1 "attr84302") ) ) +(assert (myObject (attribute1 "attr84303") ) ) +(assert (myObject (attribute1 "attr84304") ) ) +(assert (myObject (attribute1 "attr84305") ) ) +(assert (myObject (attribute1 "attr84306") ) ) +(assert (myObject (attribute1 "attr84307") ) ) +(assert (myObject (attribute1 "attr84308") ) ) +(assert (myObject (attribute1 "attr84309") ) ) +(assert (myObject (attribute1 "attr84310") ) ) +(assert (myObject (attribute1 "attr84311") ) ) +(assert (myObject (attribute1 "attr84312") ) ) +(assert (myObject (attribute1 "attr84313") ) ) +(assert (myObject (attribute1 "attr84314") ) ) +(assert (myObject (attribute1 "attr84315") ) ) +(assert (myObject (attribute1 "attr84316") ) ) +(assert (myObject (attribute1 "attr84317") ) ) +(assert (myObject (attribute1 "attr84318") ) ) +(assert (myObject (attribute1 "attr84319") ) ) +(assert (myObject (attribute1 "attr84320") ) ) +(assert (myObject (attribute1 "attr84321") ) ) +(assert (myObject (attribute1 "attr84322") ) ) +(assert (myObject (attribute1 "attr84323") ) ) +(assert (myObject (attribute1 "attr84324") ) ) +(assert (myObject (attribute1 "attr84325") ) ) +(assert (myObject (attribute1 "attr84326") ) ) +(assert (myObject (attribute1 "attr84327") ) ) +(assert (myObject (attribute1 "attr84328") ) ) +(assert (myObject (attribute1 "attr84329") ) ) +(assert (myObject (attribute1 "attr84330") ) ) +(assert (myObject (attribute1 "attr84331") ) ) +(assert (myObject (attribute1 "attr84332") ) ) +(assert (myObject (attribute1 "attr84333") ) ) +(assert (myObject (attribute1 "attr84334") ) ) +(assert (myObject (attribute1 "attr84335") ) ) +(assert (myObject (attribute1 "attr84336") ) ) +(assert (myObject (attribute1 "attr84337") ) ) +(assert (myObject (attribute1 "attr84338") ) ) +(assert (myObject (attribute1 "attr84339") ) ) +(assert (myObject (attribute1 "attr84340") ) ) +(assert (myObject (attribute1 "attr84341") ) ) +(assert (myObject (attribute1 "attr84342") ) ) +(assert (myObject (attribute1 "attr84343") ) ) +(assert (myObject (attribute1 "attr84344") ) ) +(assert (myObject (attribute1 "attr84345") ) ) +(assert (myObject (attribute1 "attr84346") ) ) +(assert (myObject (attribute1 "attr84347") ) ) +(assert (myObject (attribute1 "attr84348") ) ) +(assert (myObject (attribute1 "attr84349") ) ) +(assert (myObject (attribute1 "attr84350") ) ) +(assert (myObject (attribute1 "attr84351") ) ) +(assert (myObject (attribute1 "attr84352") ) ) +(assert (myObject (attribute1 "attr84353") ) ) +(assert (myObject (attribute1 "attr84354") ) ) +(assert (myObject (attribute1 "attr84355") ) ) +(assert (myObject (attribute1 "attr84356") ) ) +(assert (myObject (attribute1 "attr84357") ) ) +(assert (myObject (attribute1 "attr84358") ) ) +(assert (myObject (attribute1 "attr84359") ) ) +(assert (myObject (attribute1 "attr84360") ) ) +(assert (myObject (attribute1 "attr84361") ) ) +(assert (myObject (attribute1 "attr84362") ) ) +(assert (myObject (attribute1 "attr84363") ) ) +(assert (myObject (attribute1 "attr84364") ) ) +(assert (myObject (attribute1 "attr84365") ) ) +(assert (myObject (attribute1 "attr84366") ) ) +(assert (myObject (attribute1 "attr84367") ) ) +(assert (myObject (attribute1 "attr84368") ) ) +(assert (myObject (attribute1 "attr84369") ) ) +(assert (myObject (attribute1 "attr84370") ) ) +(assert (myObject (attribute1 "attr84371") ) ) +(assert (myObject (attribute1 "attr84372") ) ) +(assert (myObject (attribute1 "attr84373") ) ) +(assert (myObject (attribute1 "attr84374") ) ) +(assert (myObject (attribute1 "attr84375") ) ) +(assert (myObject (attribute1 "attr84376") ) ) +(assert (myObject (attribute1 "attr84377") ) ) +(assert (myObject (attribute1 "attr84378") ) ) +(assert (myObject (attribute1 "attr84379") ) ) +(assert (myObject (attribute1 "attr84380") ) ) +(assert (myObject (attribute1 "attr84381") ) ) +(assert (myObject (attribute1 "attr84382") ) ) +(assert (myObject (attribute1 "attr84383") ) ) +(assert (myObject (attribute1 "attr84384") ) ) +(assert (myObject (attribute1 "attr84385") ) ) +(assert (myObject (attribute1 "attr84386") ) ) +(assert (myObject (attribute1 "attr84387") ) ) +(assert (myObject (attribute1 "attr84388") ) ) +(assert (myObject (attribute1 "attr84389") ) ) +(assert (myObject (attribute1 "attr84390") ) ) +(assert (myObject (attribute1 "attr84391") ) ) +(assert (myObject (attribute1 "attr84392") ) ) +(assert (myObject (attribute1 "attr84393") ) ) +(assert (myObject (attribute1 "attr84394") ) ) +(assert (myObject (attribute1 "attr84395") ) ) +(assert (myObject (attribute1 "attr84396") ) ) +(assert (myObject (attribute1 "attr84397") ) ) +(assert (myObject (attribute1 "attr84398") ) ) +(assert (myObject (attribute1 "attr84399") ) ) +(assert (myObject (attribute1 "attr84400") ) ) +(assert (myObject (attribute1 "attr84401") ) ) +(assert (myObject (attribute1 "attr84402") ) ) +(assert (myObject (attribute1 "attr84403") ) ) +(assert (myObject (attribute1 "attr84404") ) ) +(assert (myObject (attribute1 "attr84405") ) ) +(assert (myObject (attribute1 "attr84406") ) ) +(assert (myObject (attribute1 "attr84407") ) ) +(assert (myObject (attribute1 "attr84408") ) ) +(assert (myObject (attribute1 "attr84409") ) ) +(assert (myObject (attribute1 "attr84410") ) ) +(assert (myObject (attribute1 "attr84411") ) ) +(assert (myObject (attribute1 "attr84412") ) ) +(assert (myObject (attribute1 "attr84413") ) ) +(assert (myObject (attribute1 "attr84414") ) ) +(assert (myObject (attribute1 "attr84415") ) ) +(assert (myObject (attribute1 "attr84416") ) ) +(assert (myObject (attribute1 "attr84417") ) ) +(assert (myObject (attribute1 "attr84418") ) ) +(assert (myObject (attribute1 "attr84419") ) ) +(assert (myObject (attribute1 "attr84420") ) ) +(assert (myObject (attribute1 "attr84421") ) ) +(assert (myObject (attribute1 "attr84422") ) ) +(assert (myObject (attribute1 "attr84423") ) ) +(assert (myObject (attribute1 "attr84424") ) ) +(assert (myObject (attribute1 "attr84425") ) ) +(assert (myObject (attribute1 "attr84426") ) ) +(assert (myObject (attribute1 "attr84427") ) ) +(assert (myObject (attribute1 "attr84428") ) ) +(assert (myObject (attribute1 "attr84429") ) ) +(assert (myObject (attribute1 "attr84430") ) ) +(assert (myObject (attribute1 "attr84431") ) ) +(assert (myObject (attribute1 "attr84432") ) ) +(assert (myObject (attribute1 "attr84433") ) ) +(assert (myObject (attribute1 "attr84434") ) ) +(assert (myObject (attribute1 "attr84435") ) ) +(assert (myObject (attribute1 "attr84436") ) ) +(assert (myObject (attribute1 "attr84437") ) ) +(assert (myObject (attribute1 "attr84438") ) ) +(assert (myObject (attribute1 "attr84439") ) ) +(assert (myObject (attribute1 "attr84440") ) ) +(assert (myObject (attribute1 "attr84441") ) ) +(assert (myObject (attribute1 "attr84442") ) ) +(assert (myObject (attribute1 "attr84443") ) ) +(assert (myObject (attribute1 "attr84444") ) ) +(assert (myObject (attribute1 "attr84445") ) ) +(assert (myObject (attribute1 "attr84446") ) ) +(assert (myObject (attribute1 "attr84447") ) ) +(assert (myObject (attribute1 "attr84448") ) ) +(assert (myObject (attribute1 "attr84449") ) ) +(assert (myObject (attribute1 "attr84450") ) ) +(assert (myObject (attribute1 "attr84451") ) ) +(assert (myObject (attribute1 "attr84452") ) ) +(assert (myObject (attribute1 "attr84453") ) ) +(assert (myObject (attribute1 "attr84454") ) ) +(assert (myObject (attribute1 "attr84455") ) ) +(assert (myObject (attribute1 "attr84456") ) ) +(assert (myObject (attribute1 "attr84457") ) ) +(assert (myObject (attribute1 "attr84458") ) ) +(assert (myObject (attribute1 "attr84459") ) ) +(assert (myObject (attribute1 "attr84460") ) ) +(assert (myObject (attribute1 "attr84461") ) ) +(assert (myObject (attribute1 "attr84462") ) ) +(assert (myObject (attribute1 "attr84463") ) ) +(assert (myObject (attribute1 "attr84464") ) ) +(assert (myObject (attribute1 "attr84465") ) ) +(assert (myObject (attribute1 "attr84466") ) ) +(assert (myObject (attribute1 "attr84467") ) ) +(assert (myObject (attribute1 "attr84468") ) ) +(assert (myObject (attribute1 "attr84469") ) ) +(assert (myObject (attribute1 "attr84470") ) ) +(assert (myObject (attribute1 "attr84471") ) ) +(assert (myObject (attribute1 "attr84472") ) ) +(assert (myObject (attribute1 "attr84473") ) ) +(assert (myObject (attribute1 "attr84474") ) ) +(assert (myObject (attribute1 "attr84475") ) ) +(assert (myObject (attribute1 "attr84476") ) ) +(assert (myObject (attribute1 "attr84477") ) ) +(assert (myObject (attribute1 "attr84478") ) ) +(assert (myObject (attribute1 "attr84479") ) ) +(assert (myObject (attribute1 "attr84480") ) ) +(assert (myObject (attribute1 "attr84481") ) ) +(assert (myObject (attribute1 "attr84482") ) ) +(assert (myObject (attribute1 "attr84483") ) ) +(assert (myObject (attribute1 "attr84484") ) ) +(assert (myObject (attribute1 "attr84485") ) ) +(assert (myObject (attribute1 "attr84486") ) ) +(assert (myObject (attribute1 "attr84487") ) ) +(assert (myObject (attribute1 "attr84488") ) ) +(assert (myObject (attribute1 "attr84489") ) ) +(assert (myObject (attribute1 "attr84490") ) ) +(assert (myObject (attribute1 "attr84491") ) ) +(assert (myObject (attribute1 "attr84492") ) ) +(assert (myObject (attribute1 "attr84493") ) ) +(assert (myObject (attribute1 "attr84494") ) ) +(assert (myObject (attribute1 "attr84495") ) ) +(assert (myObject (attribute1 "attr84496") ) ) +(assert (myObject (attribute1 "attr84497") ) ) +(assert (myObject (attribute1 "attr84498") ) ) +(assert (myObject (attribute1 "attr84499") ) ) +(assert (myObject (attribute1 "attr84500") ) ) +(assert (myObject (attribute1 "attr84501") ) ) +(assert (myObject (attribute1 "attr84502") ) ) +(assert (myObject (attribute1 "attr84503") ) ) +(assert (myObject (attribute1 "attr84504") ) ) +(assert (myObject (attribute1 "attr84505") ) ) +(assert (myObject (attribute1 "attr84506") ) ) +(assert (myObject (attribute1 "attr84507") ) ) +(assert (myObject (attribute1 "attr84508") ) ) +(assert (myObject (attribute1 "attr84509") ) ) +(assert (myObject (attribute1 "attr84510") ) ) +(assert (myObject (attribute1 "attr84511") ) ) +(assert (myObject (attribute1 "attr84512") ) ) +(assert (myObject (attribute1 "attr84513") ) ) +(assert (myObject (attribute1 "attr84514") ) ) +(assert (myObject (attribute1 "attr84515") ) ) +(assert (myObject (attribute1 "attr84516") ) ) +(assert (myObject (attribute1 "attr84517") ) ) +(assert (myObject (attribute1 "attr84518") ) ) +(assert (myObject (attribute1 "attr84519") ) ) +(assert (myObject (attribute1 "attr84520") ) ) +(assert (myObject (attribute1 "attr84521") ) ) +(assert (myObject (attribute1 "attr84522") ) ) +(assert (myObject (attribute1 "attr84523") ) ) +(assert (myObject (attribute1 "attr84524") ) ) +(assert (myObject (attribute1 "attr84525") ) ) +(assert (myObject (attribute1 "attr84526") ) ) +(assert (myObject (attribute1 "attr84527") ) ) +(assert (myObject (attribute1 "attr84528") ) ) +(assert (myObject (attribute1 "attr84529") ) ) +(assert (myObject (attribute1 "attr84530") ) ) +(assert (myObject (attribute1 "attr84531") ) ) +(assert (myObject (attribute1 "attr84532") ) ) +(assert (myObject (attribute1 "attr84533") ) ) +(assert (myObject (attribute1 "attr84534") ) ) +(assert (myObject (attribute1 "attr84535") ) ) +(assert (myObject (attribute1 "attr84536") ) ) +(assert (myObject (attribute1 "attr84537") ) ) +(assert (myObject (attribute1 "attr84538") ) ) +(assert (myObject (attribute1 "attr84539") ) ) +(assert (myObject (attribute1 "attr84540") ) ) +(assert (myObject (attribute1 "attr84541") ) ) +(assert (myObject (attribute1 "attr84542") ) ) +(assert (myObject (attribute1 "attr84543") ) ) +(assert (myObject (attribute1 "attr84544") ) ) +(assert (myObject (attribute1 "attr84545") ) ) +(assert (myObject (attribute1 "attr84546") ) ) +(assert (myObject (attribute1 "attr84547") ) ) +(assert (myObject (attribute1 "attr84548") ) ) +(assert (myObject (attribute1 "attr84549") ) ) +(assert (myObject (attribute1 "attr84550") ) ) +(assert (myObject (attribute1 "attr84551") ) ) +(assert (myObject (attribute1 "attr84552") ) ) +(assert (myObject (attribute1 "attr84553") ) ) +(assert (myObject (attribute1 "attr84554") ) ) +(assert (myObject (attribute1 "attr84555") ) ) +(assert (myObject (attribute1 "attr84556") ) ) +(assert (myObject (attribute1 "attr84557") ) ) +(assert (myObject (attribute1 "attr84558") ) ) +(assert (myObject (attribute1 "attr84559") ) ) +(assert (myObject (attribute1 "attr84560") ) ) +(assert (myObject (attribute1 "attr84561") ) ) +(assert (myObject (attribute1 "attr84562") ) ) +(assert (myObject (attribute1 "attr84563") ) ) +(assert (myObject (attribute1 "attr84564") ) ) +(assert (myObject (attribute1 "attr84565") ) ) +(assert (myObject (attribute1 "attr84566") ) ) +(assert (myObject (attribute1 "attr84567") ) ) +(assert (myObject (attribute1 "attr84568") ) ) +(assert (myObject (attribute1 "attr84569") ) ) +(assert (myObject (attribute1 "attr84570") ) ) +(assert (myObject (attribute1 "attr84571") ) ) +(assert (myObject (attribute1 "attr84572") ) ) +(assert (myObject (attribute1 "attr84573") ) ) +(assert (myObject (attribute1 "attr84574") ) ) +(assert (myObject (attribute1 "attr84575") ) ) +(assert (myObject (attribute1 "attr84576") ) ) +(assert (myObject (attribute1 "attr84577") ) ) +(assert (myObject (attribute1 "attr84578") ) ) +(assert (myObject (attribute1 "attr84579") ) ) +(assert (myObject (attribute1 "attr84580") ) ) +(assert (myObject (attribute1 "attr84581") ) ) +(assert (myObject (attribute1 "attr84582") ) ) +(assert (myObject (attribute1 "attr84583") ) ) +(assert (myObject (attribute1 "attr84584") ) ) +(assert (myObject (attribute1 "attr84585") ) ) +(assert (myObject (attribute1 "attr84586") ) ) +(assert (myObject (attribute1 "attr84587") ) ) +(assert (myObject (attribute1 "attr84588") ) ) +(assert (myObject (attribute1 "attr84589") ) ) +(assert (myObject (attribute1 "attr84590") ) ) +(assert (myObject (attribute1 "attr84591") ) ) +(assert (myObject (attribute1 "attr84592") ) ) +(assert (myObject (attribute1 "attr84593") ) ) +(assert (myObject (attribute1 "attr84594") ) ) +(assert (myObject (attribute1 "attr84595") ) ) +(assert (myObject (attribute1 "attr84596") ) ) +(assert (myObject (attribute1 "attr84597") ) ) +(assert (myObject (attribute1 "attr84598") ) ) +(assert (myObject (attribute1 "attr84599") ) ) +(assert (myObject (attribute1 "attr84600") ) ) +(assert (myObject (attribute1 "attr84601") ) ) +(assert (myObject (attribute1 "attr84602") ) ) +(assert (myObject (attribute1 "attr84603") ) ) +(assert (myObject (attribute1 "attr84604") ) ) +(assert (myObject (attribute1 "attr84605") ) ) +(assert (myObject (attribute1 "attr84606") ) ) +(assert (myObject (attribute1 "attr84607") ) ) +(assert (myObject (attribute1 "attr84608") ) ) +(assert (myObject (attribute1 "attr84609") ) ) +(assert (myObject (attribute1 "attr84610") ) ) +(assert (myObject (attribute1 "attr84611") ) ) +(assert (myObject (attribute1 "attr84612") ) ) +(assert (myObject (attribute1 "attr84613") ) ) +(assert (myObject (attribute1 "attr84614") ) ) +(assert (myObject (attribute1 "attr84615") ) ) +(assert (myObject (attribute1 "attr84616") ) ) +(assert (myObject (attribute1 "attr84617") ) ) +(assert (myObject (attribute1 "attr84618") ) ) +(assert (myObject (attribute1 "attr84619") ) ) +(assert (myObject (attribute1 "attr84620") ) ) +(assert (myObject (attribute1 "attr84621") ) ) +(assert (myObject (attribute1 "attr84622") ) ) +(assert (myObject (attribute1 "attr84623") ) ) +(assert (myObject (attribute1 "attr84624") ) ) +(assert (myObject (attribute1 "attr84625") ) ) +(assert (myObject (attribute1 "attr84626") ) ) +(assert (myObject (attribute1 "attr84627") ) ) +(assert (myObject (attribute1 "attr84628") ) ) +(assert (myObject (attribute1 "attr84629") ) ) +(assert (myObject (attribute1 "attr84630") ) ) +(assert (myObject (attribute1 "attr84631") ) ) +(assert (myObject (attribute1 "attr84632") ) ) +(assert (myObject (attribute1 "attr84633") ) ) +(assert (myObject (attribute1 "attr84634") ) ) +(assert (myObject (attribute1 "attr84635") ) ) +(assert (myObject (attribute1 "attr84636") ) ) +(assert (myObject (attribute1 "attr84637") ) ) +(assert (myObject (attribute1 "attr84638") ) ) +(assert (myObject (attribute1 "attr84639") ) ) +(assert (myObject (attribute1 "attr84640") ) ) +(assert (myObject (attribute1 "attr84641") ) ) +(assert (myObject (attribute1 "attr84642") ) ) +(assert (myObject (attribute1 "attr84643") ) ) +(assert (myObject (attribute1 "attr84644") ) ) +(assert (myObject (attribute1 "attr84645") ) ) +(assert (myObject (attribute1 "attr84646") ) ) +(assert (myObject (attribute1 "attr84647") ) ) +(assert (myObject (attribute1 "attr84648") ) ) +(assert (myObject (attribute1 "attr84649") ) ) +(assert (myObject (attribute1 "attr84650") ) ) +(assert (myObject (attribute1 "attr84651") ) ) +(assert (myObject (attribute1 "attr84652") ) ) +(assert (myObject (attribute1 "attr84653") ) ) +(assert (myObject (attribute1 "attr84654") ) ) +(assert (myObject (attribute1 "attr84655") ) ) +(assert (myObject (attribute1 "attr84656") ) ) +(assert (myObject (attribute1 "attr84657") ) ) +(assert (myObject (attribute1 "attr84658") ) ) +(assert (myObject (attribute1 "attr84659") ) ) +(assert (myObject (attribute1 "attr84660") ) ) +(assert (myObject (attribute1 "attr84661") ) ) +(assert (myObject (attribute1 "attr84662") ) ) +(assert (myObject (attribute1 "attr84663") ) ) +(assert (myObject (attribute1 "attr84664") ) ) +(assert (myObject (attribute1 "attr84665") ) ) +(assert (myObject (attribute1 "attr84666") ) ) +(assert (myObject (attribute1 "attr84667") ) ) +(assert (myObject (attribute1 "attr84668") ) ) +(assert (myObject (attribute1 "attr84669") ) ) +(assert (myObject (attribute1 "attr84670") ) ) +(assert (myObject (attribute1 "attr84671") ) ) +(assert (myObject (attribute1 "attr84672") ) ) +(assert (myObject (attribute1 "attr84673") ) ) +(assert (myObject (attribute1 "attr84674") ) ) +(assert (myObject (attribute1 "attr84675") ) ) +(assert (myObject (attribute1 "attr84676") ) ) +(assert (myObject (attribute1 "attr84677") ) ) +(assert (myObject (attribute1 "attr84678") ) ) +(assert (myObject (attribute1 "attr84679") ) ) +(assert (myObject (attribute1 "attr84680") ) ) +(assert (myObject (attribute1 "attr84681") ) ) +(assert (myObject (attribute1 "attr84682") ) ) +(assert (myObject (attribute1 "attr84683") ) ) +(assert (myObject (attribute1 "attr84684") ) ) +(assert (myObject (attribute1 "attr84685") ) ) +(assert (myObject (attribute1 "attr84686") ) ) +(assert (myObject (attribute1 "attr84687") ) ) +(assert (myObject (attribute1 "attr84688") ) ) +(assert (myObject (attribute1 "attr84689") ) ) +(assert (myObject (attribute1 "attr84690") ) ) +(assert (myObject (attribute1 "attr84691") ) ) +(assert (myObject (attribute1 "attr84692") ) ) +(assert (myObject (attribute1 "attr84693") ) ) +(assert (myObject (attribute1 "attr84694") ) ) +(assert (myObject (attribute1 "attr84695") ) ) +(assert (myObject (attribute1 "attr84696") ) ) +(assert (myObject (attribute1 "attr84697") ) ) +(assert (myObject (attribute1 "attr84698") ) ) +(assert (myObject (attribute1 "attr84699") ) ) +(assert (myObject (attribute1 "attr84700") ) ) +(assert (myObject (attribute1 "attr84701") ) ) +(assert (myObject (attribute1 "attr84702") ) ) +(assert (myObject (attribute1 "attr84703") ) ) +(assert (myObject (attribute1 "attr84704") ) ) +(assert (myObject (attribute1 "attr84705") ) ) +(assert (myObject (attribute1 "attr84706") ) ) +(assert (myObject (attribute1 "attr84707") ) ) +(assert (myObject (attribute1 "attr84708") ) ) +(assert (myObject (attribute1 "attr84709") ) ) +(assert (myObject (attribute1 "attr84710") ) ) +(assert (myObject (attribute1 "attr84711") ) ) +(assert (myObject (attribute1 "attr84712") ) ) +(assert (myObject (attribute1 "attr84713") ) ) +(assert (myObject (attribute1 "attr84714") ) ) +(assert (myObject (attribute1 "attr84715") ) ) +(assert (myObject (attribute1 "attr84716") ) ) +(assert (myObject (attribute1 "attr84717") ) ) +(assert (myObject (attribute1 "attr84718") ) ) +(assert (myObject (attribute1 "attr84719") ) ) +(assert (myObject (attribute1 "attr84720") ) ) +(assert (myObject (attribute1 "attr84721") ) ) +(assert (myObject (attribute1 "attr84722") ) ) +(assert (myObject (attribute1 "attr84723") ) ) +(assert (myObject (attribute1 "attr84724") ) ) +(assert (myObject (attribute1 "attr84725") ) ) +(assert (myObject (attribute1 "attr84726") ) ) +(assert (myObject (attribute1 "attr84727") ) ) +(assert (myObject (attribute1 "attr84728") ) ) +(assert (myObject (attribute1 "attr84729") ) ) +(assert (myObject (attribute1 "attr84730") ) ) +(assert (myObject (attribute1 "attr84731") ) ) +(assert (myObject (attribute1 "attr84732") ) ) +(assert (myObject (attribute1 "attr84733") ) ) +(assert (myObject (attribute1 "attr84734") ) ) +(assert (myObject (attribute1 "attr84735") ) ) +(assert (myObject (attribute1 "attr84736") ) ) +(assert (myObject (attribute1 "attr84737") ) ) +(assert (myObject (attribute1 "attr84738") ) ) +(assert (myObject (attribute1 "attr84739") ) ) +(assert (myObject (attribute1 "attr84740") ) ) +(assert (myObject (attribute1 "attr84741") ) ) +(assert (myObject (attribute1 "attr84742") ) ) +(assert (myObject (attribute1 "attr84743") ) ) +(assert (myObject (attribute1 "attr84744") ) ) +(assert (myObject (attribute1 "attr84745") ) ) +(assert (myObject (attribute1 "attr84746") ) ) +(assert (myObject (attribute1 "attr84747") ) ) +(assert (myObject (attribute1 "attr84748") ) ) +(assert (myObject (attribute1 "attr84749") ) ) +(assert (myObject (attribute1 "attr84750") ) ) +(assert (myObject (attribute1 "attr84751") ) ) +(assert (myObject (attribute1 "attr84752") ) ) +(assert (myObject (attribute1 "attr84753") ) ) +(assert (myObject (attribute1 "attr84754") ) ) +(assert (myObject (attribute1 "attr84755") ) ) +(assert (myObject (attribute1 "attr84756") ) ) +(assert (myObject (attribute1 "attr84757") ) ) +(assert (myObject (attribute1 "attr84758") ) ) +(assert (myObject (attribute1 "attr84759") ) ) +(assert (myObject (attribute1 "attr84760") ) ) +(assert (myObject (attribute1 "attr84761") ) ) +(assert (myObject (attribute1 "attr84762") ) ) +(assert (myObject (attribute1 "attr84763") ) ) +(assert (myObject (attribute1 "attr84764") ) ) +(assert (myObject (attribute1 "attr84765") ) ) +(assert (myObject (attribute1 "attr84766") ) ) +(assert (myObject (attribute1 "attr84767") ) ) +(assert (myObject (attribute1 "attr84768") ) ) +(assert (myObject (attribute1 "attr84769") ) ) +(assert (myObject (attribute1 "attr84770") ) ) +(assert (myObject (attribute1 "attr84771") ) ) +(assert (myObject (attribute1 "attr84772") ) ) +(assert (myObject (attribute1 "attr84773") ) ) +(assert (myObject (attribute1 "attr84774") ) ) +(assert (myObject (attribute1 "attr84775") ) ) +(assert (myObject (attribute1 "attr84776") ) ) +(assert (myObject (attribute1 "attr84777") ) ) +(assert (myObject (attribute1 "attr84778") ) ) +(assert (myObject (attribute1 "attr84779") ) ) +(assert (myObject (attribute1 "attr84780") ) ) +(assert (myObject (attribute1 "attr84781") ) ) +(assert (myObject (attribute1 "attr84782") ) ) +(assert (myObject (attribute1 "attr84783") ) ) +(assert (myObject (attribute1 "attr84784") ) ) +(assert (myObject (attribute1 "attr84785") ) ) +(assert (myObject (attribute1 "attr84786") ) ) +(assert (myObject (attribute1 "attr84787") ) ) +(assert (myObject (attribute1 "attr84788") ) ) +(assert (myObject (attribute1 "attr84789") ) ) +(assert (myObject (attribute1 "attr84790") ) ) +(assert (myObject (attribute1 "attr84791") ) ) +(assert (myObject (attribute1 "attr84792") ) ) +(assert (myObject (attribute1 "attr84793") ) ) +(assert (myObject (attribute1 "attr84794") ) ) +(assert (myObject (attribute1 "attr84795") ) ) +(assert (myObject (attribute1 "attr84796") ) ) +(assert (myObject (attribute1 "attr84797") ) ) +(assert (myObject (attribute1 "attr84798") ) ) +(assert (myObject (attribute1 "attr84799") ) ) +(assert (myObject (attribute1 "attr84800") ) ) +(assert (myObject (attribute1 "attr84801") ) ) +(assert (myObject (attribute1 "attr84802") ) ) +(assert (myObject (attribute1 "attr84803") ) ) +(assert (myObject (attribute1 "attr84804") ) ) +(assert (myObject (attribute1 "attr84805") ) ) +(assert (myObject (attribute1 "attr84806") ) ) +(assert (myObject (attribute1 "attr84807") ) ) +(assert (myObject (attribute1 "attr84808") ) ) +(assert (myObject (attribute1 "attr84809") ) ) +(assert (myObject (attribute1 "attr84810") ) ) +(assert (myObject (attribute1 "attr84811") ) ) +(assert (myObject (attribute1 "attr84812") ) ) +(assert (myObject (attribute1 "attr84813") ) ) +(assert (myObject (attribute1 "attr84814") ) ) +(assert (myObject (attribute1 "attr84815") ) ) +(assert (myObject (attribute1 "attr84816") ) ) +(assert (myObject (attribute1 "attr84817") ) ) +(assert (myObject (attribute1 "attr84818") ) ) +(assert (myObject (attribute1 "attr84819") ) ) +(assert (myObject (attribute1 "attr84820") ) ) +(assert (myObject (attribute1 "attr84821") ) ) +(assert (myObject (attribute1 "attr84822") ) ) +(assert (myObject (attribute1 "attr84823") ) ) +(assert (myObject (attribute1 "attr84824") ) ) +(assert (myObject (attribute1 "attr84825") ) ) +(assert (myObject (attribute1 "attr84826") ) ) +(assert (myObject (attribute1 "attr84827") ) ) +(assert (myObject (attribute1 "attr84828") ) ) +(assert (myObject (attribute1 "attr84829") ) ) +(assert (myObject (attribute1 "attr84830") ) ) +(assert (myObject (attribute1 "attr84831") ) ) +(assert (myObject (attribute1 "attr84832") ) ) +(assert (myObject (attribute1 "attr84833") ) ) +(assert (myObject (attribute1 "attr84834") ) ) +(assert (myObject (attribute1 "attr84835") ) ) +(assert (myObject (attribute1 "attr84836") ) ) +(assert (myObject (attribute1 "attr84837") ) ) +(assert (myObject (attribute1 "attr84838") ) ) +(assert (myObject (attribute1 "attr84839") ) ) +(assert (myObject (attribute1 "attr84840") ) ) +(assert (myObject (attribute1 "attr84841") ) ) +(assert (myObject (attribute1 "attr84842") ) ) +(assert (myObject (attribute1 "attr84843") ) ) +(assert (myObject (attribute1 "attr84844") ) ) +(assert (myObject (attribute1 "attr84845") ) ) +(assert (myObject (attribute1 "attr84846") ) ) +(assert (myObject (attribute1 "attr84847") ) ) +(assert (myObject (attribute1 "attr84848") ) ) +(assert (myObject (attribute1 "attr84849") ) ) +(assert (myObject (attribute1 "attr84850") ) ) +(assert (myObject (attribute1 "attr84851") ) ) +(assert (myObject (attribute1 "attr84852") ) ) +(assert (myObject (attribute1 "attr84853") ) ) +(assert (myObject (attribute1 "attr84854") ) ) +(assert (myObject (attribute1 "attr84855") ) ) +(assert (myObject (attribute1 "attr84856") ) ) +(assert (myObject (attribute1 "attr84857") ) ) +(assert (myObject (attribute1 "attr84858") ) ) +(assert (myObject (attribute1 "attr84859") ) ) +(assert (myObject (attribute1 "attr84860") ) ) +(assert (myObject (attribute1 "attr84861") ) ) +(assert (myObject (attribute1 "attr84862") ) ) +(assert (myObject (attribute1 "attr84863") ) ) +(assert (myObject (attribute1 "attr84864") ) ) +(assert (myObject (attribute1 "attr84865") ) ) +(assert (myObject (attribute1 "attr84866") ) ) +(assert (myObject (attribute1 "attr84867") ) ) +(assert (myObject (attribute1 "attr84868") ) ) +(assert (myObject (attribute1 "attr84869") ) ) +(assert (myObject (attribute1 "attr84870") ) ) +(assert (myObject (attribute1 "attr84871") ) ) +(assert (myObject (attribute1 "attr84872") ) ) +(assert (myObject (attribute1 "attr84873") ) ) +(assert (myObject (attribute1 "attr84874") ) ) +(assert (myObject (attribute1 "attr84875") ) ) +(assert (myObject (attribute1 "attr84876") ) ) +(assert (myObject (attribute1 "attr84877") ) ) +(assert (myObject (attribute1 "attr84878") ) ) +(assert (myObject (attribute1 "attr84879") ) ) +(assert (myObject (attribute1 "attr84880") ) ) +(assert (myObject (attribute1 "attr84881") ) ) +(assert (myObject (attribute1 "attr84882") ) ) +(assert (myObject (attribute1 "attr84883") ) ) +(assert (myObject (attribute1 "attr84884") ) ) +(assert (myObject (attribute1 "attr84885") ) ) +(assert (myObject (attribute1 "attr84886") ) ) +(assert (myObject (attribute1 "attr84887") ) ) +(assert (myObject (attribute1 "attr84888") ) ) +(assert (myObject (attribute1 "attr84889") ) ) +(assert (myObject (attribute1 "attr84890") ) ) +(assert (myObject (attribute1 "attr84891") ) ) +(assert (myObject (attribute1 "attr84892") ) ) +(assert (myObject (attribute1 "attr84893") ) ) +(assert (myObject (attribute1 "attr84894") ) ) +(assert (myObject (attribute1 "attr84895") ) ) +(assert (myObject (attribute1 "attr84896") ) ) +(assert (myObject (attribute1 "attr84897") ) ) +(assert (myObject (attribute1 "attr84898") ) ) +(assert (myObject (attribute1 "attr84899") ) ) +(assert (myObject (attribute1 "attr84900") ) ) +(assert (myObject (attribute1 "attr84901") ) ) +(assert (myObject (attribute1 "attr84902") ) ) +(assert (myObject (attribute1 "attr84903") ) ) +(assert (myObject (attribute1 "attr84904") ) ) +(assert (myObject (attribute1 "attr84905") ) ) +(assert (myObject (attribute1 "attr84906") ) ) +(assert (myObject (attribute1 "attr84907") ) ) +(assert (myObject (attribute1 "attr84908") ) ) +(assert (myObject (attribute1 "attr84909") ) ) +(assert (myObject (attribute1 "attr84910") ) ) +(assert (myObject (attribute1 "attr84911") ) ) +(assert (myObject (attribute1 "attr84912") ) ) +(assert (myObject (attribute1 "attr84913") ) ) +(assert (myObject (attribute1 "attr84914") ) ) +(assert (myObject (attribute1 "attr84915") ) ) +(assert (myObject (attribute1 "attr84916") ) ) +(assert (myObject (attribute1 "attr84917") ) ) +(assert (myObject (attribute1 "attr84918") ) ) +(assert (myObject (attribute1 "attr84919") ) ) +(assert (myObject (attribute1 "attr84920") ) ) +(assert (myObject (attribute1 "attr84921") ) ) +(assert (myObject (attribute1 "attr84922") ) ) +(assert (myObject (attribute1 "attr84923") ) ) +(assert (myObject (attribute1 "attr84924") ) ) +(assert (myObject (attribute1 "attr84925") ) ) +(assert (myObject (attribute1 "attr84926") ) ) +(assert (myObject (attribute1 "attr84927") ) ) +(assert (myObject (attribute1 "attr84928") ) ) +(assert (myObject (attribute1 "attr84929") ) ) +(assert (myObject (attribute1 "attr84930") ) ) +(assert (myObject (attribute1 "attr84931") ) ) +(assert (myObject (attribute1 "attr84932") ) ) +(assert (myObject (attribute1 "attr84933") ) ) +(assert (myObject (attribute1 "attr84934") ) ) +(assert (myObject (attribute1 "attr84935") ) ) +(assert (myObject (attribute1 "attr84936") ) ) +(assert (myObject (attribute1 "attr84937") ) ) +(assert (myObject (attribute1 "attr84938") ) ) +(assert (myObject (attribute1 "attr84939") ) ) +(assert (myObject (attribute1 "attr84940") ) ) +(assert (myObject (attribute1 "attr84941") ) ) +(assert (myObject (attribute1 "attr84942") ) ) +(assert (myObject (attribute1 "attr84943") ) ) +(assert (myObject (attribute1 "attr84944") ) ) +(assert (myObject (attribute1 "attr84945") ) ) +(assert (myObject (attribute1 "attr84946") ) ) +(assert (myObject (attribute1 "attr84947") ) ) +(assert (myObject (attribute1 "attr84948") ) ) +(assert (myObject (attribute1 "attr84949") ) ) +(assert (myObject (attribute1 "attr84950") ) ) +(assert (myObject (attribute1 "attr84951") ) ) +(assert (myObject (attribute1 "attr84952") ) ) +(assert (myObject (attribute1 "attr84953") ) ) +(assert (myObject (attribute1 "attr84954") ) ) +(assert (myObject (attribute1 "attr84955") ) ) +(assert (myObject (attribute1 "attr84956") ) ) +(assert (myObject (attribute1 "attr84957") ) ) +(assert (myObject (attribute1 "attr84958") ) ) +(assert (myObject (attribute1 "attr84959") ) ) +(assert (myObject (attribute1 "attr84960") ) ) +(assert (myObject (attribute1 "attr84961") ) ) +(assert (myObject (attribute1 "attr84962") ) ) +(assert (myObject (attribute1 "attr84963") ) ) +(assert (myObject (attribute1 "attr84964") ) ) +(assert (myObject (attribute1 "attr84965") ) ) +(assert (myObject (attribute1 "attr84966") ) ) +(assert (myObject (attribute1 "attr84967") ) ) +(assert (myObject (attribute1 "attr84968") ) ) +(assert (myObject (attribute1 "attr84969") ) ) +(assert (myObject (attribute1 "attr84970") ) ) +(assert (myObject (attribute1 "attr84971") ) ) +(assert (myObject (attribute1 "attr84972") ) ) +(assert (myObject (attribute1 "attr84973") ) ) +(assert (myObject (attribute1 "attr84974") ) ) +(assert (myObject (attribute1 "attr84975") ) ) +(assert (myObject (attribute1 "attr84976") ) ) +(assert (myObject (attribute1 "attr84977") ) ) +(assert (myObject (attribute1 "attr84978") ) ) +(assert (myObject (attribute1 "attr84979") ) ) +(assert (myObject (attribute1 "attr84980") ) ) +(assert (myObject (attribute1 "attr84981") ) ) +(assert (myObject (attribute1 "attr84982") ) ) +(assert (myObject (attribute1 "attr84983") ) ) +(assert (myObject (attribute1 "attr84984") ) ) +(assert (myObject (attribute1 "attr84985") ) ) +(assert (myObject (attribute1 "attr84986") ) ) +(assert (myObject (attribute1 "attr84987") ) ) +(assert (myObject (attribute1 "attr84988") ) ) +(assert (myObject (attribute1 "attr84989") ) ) +(assert (myObject (attribute1 "attr84990") ) ) +(assert (myObject (attribute1 "attr84991") ) ) +(assert (myObject (attribute1 "attr84992") ) ) +(assert (myObject (attribute1 "attr84993") ) ) +(assert (myObject (attribute1 "attr84994") ) ) +(assert (myObject (attribute1 "attr84995") ) ) +(assert (myObject (attribute1 "attr84996") ) ) +(assert (myObject (attribute1 "attr84997") ) ) +(assert (myObject (attribute1 "attr84998") ) ) +(assert (myObject (attribute1 "attr84999") ) ) +(assert (myObject (attribute1 "attr85000") ) ) +(assert (myObject (attribute1 "attr85001") ) ) +(assert (myObject (attribute1 "attr85002") ) ) +(assert (myObject (attribute1 "attr85003") ) ) +(assert (myObject (attribute1 "attr85004") ) ) +(assert (myObject (attribute1 "attr85005") ) ) +(assert (myObject (attribute1 "attr85006") ) ) +(assert (myObject (attribute1 "attr85007") ) ) +(assert (myObject (attribute1 "attr85008") ) ) +(assert (myObject (attribute1 "attr85009") ) ) +(assert (myObject (attribute1 "attr85010") ) ) +(assert (myObject (attribute1 "attr85011") ) ) +(assert (myObject (attribute1 "attr85012") ) ) +(assert (myObject (attribute1 "attr85013") ) ) +(assert (myObject (attribute1 "attr85014") ) ) +(assert (myObject (attribute1 "attr85015") ) ) +(assert (myObject (attribute1 "attr85016") ) ) +(assert (myObject (attribute1 "attr85017") ) ) +(assert (myObject (attribute1 "attr85018") ) ) +(assert (myObject (attribute1 "attr85019") ) ) +(assert (myObject (attribute1 "attr85020") ) ) +(assert (myObject (attribute1 "attr85021") ) ) +(assert (myObject (attribute1 "attr85022") ) ) +(assert (myObject (attribute1 "attr85023") ) ) +(assert (myObject (attribute1 "attr85024") ) ) +(assert (myObject (attribute1 "attr85025") ) ) +(assert (myObject (attribute1 "attr85026") ) ) +(assert (myObject (attribute1 "attr85027") ) ) +(assert (myObject (attribute1 "attr85028") ) ) +(assert (myObject (attribute1 "attr85029") ) ) +(assert (myObject (attribute1 "attr85030") ) ) +(assert (myObject (attribute1 "attr85031") ) ) +(assert (myObject (attribute1 "attr85032") ) ) +(assert (myObject (attribute1 "attr85033") ) ) +(assert (myObject (attribute1 "attr85034") ) ) +(assert (myObject (attribute1 "attr85035") ) ) +(assert (myObject (attribute1 "attr85036") ) ) +(assert (myObject (attribute1 "attr85037") ) ) +(assert (myObject (attribute1 "attr85038") ) ) +(assert (myObject (attribute1 "attr85039") ) ) +(assert (myObject (attribute1 "attr85040") ) ) +(assert (myObject (attribute1 "attr85041") ) ) +(assert (myObject (attribute1 "attr85042") ) ) +(assert (myObject (attribute1 "attr85043") ) ) +(assert (myObject (attribute1 "attr85044") ) ) +(assert (myObject (attribute1 "attr85045") ) ) +(assert (myObject (attribute1 "attr85046") ) ) +(assert (myObject (attribute1 "attr85047") ) ) +(assert (myObject (attribute1 "attr85048") ) ) +(assert (myObject (attribute1 "attr85049") ) ) +(assert (myObject (attribute1 "attr85050") ) ) +(assert (myObject (attribute1 "attr85051") ) ) +(assert (myObject (attribute1 "attr85052") ) ) +(assert (myObject (attribute1 "attr85053") ) ) +(assert (myObject (attribute1 "attr85054") ) ) +(assert (myObject (attribute1 "attr85055") ) ) +(assert (myObject (attribute1 "attr85056") ) ) +(assert (myObject (attribute1 "attr85057") ) ) +(assert (myObject (attribute1 "attr85058") ) ) +(assert (myObject (attribute1 "attr85059") ) ) +(assert (myObject (attribute1 "attr85060") ) ) +(assert (myObject (attribute1 "attr85061") ) ) +(assert (myObject (attribute1 "attr85062") ) ) +(assert (myObject (attribute1 "attr85063") ) ) +(assert (myObject (attribute1 "attr85064") ) ) +(assert (myObject (attribute1 "attr85065") ) ) +(assert (myObject (attribute1 "attr85066") ) ) +(assert (myObject (attribute1 "attr85067") ) ) +(assert (myObject (attribute1 "attr85068") ) ) +(assert (myObject (attribute1 "attr85069") ) ) +(assert (myObject (attribute1 "attr85070") ) ) +(assert (myObject (attribute1 "attr85071") ) ) +(assert (myObject (attribute1 "attr85072") ) ) +(assert (myObject (attribute1 "attr85073") ) ) +(assert (myObject (attribute1 "attr85074") ) ) +(assert (myObject (attribute1 "attr85075") ) ) +(assert (myObject (attribute1 "attr85076") ) ) +(assert (myObject (attribute1 "attr85077") ) ) +(assert (myObject (attribute1 "attr85078") ) ) +(assert (myObject (attribute1 "attr85079") ) ) +(assert (myObject (attribute1 "attr85080") ) ) +(assert (myObject (attribute1 "attr85081") ) ) +(assert (myObject (attribute1 "attr85082") ) ) +(assert (myObject (attribute1 "attr85083") ) ) +(assert (myObject (attribute1 "attr85084") ) ) +(assert (myObject (attribute1 "attr85085") ) ) +(assert (myObject (attribute1 "attr85086") ) ) +(assert (myObject (attribute1 "attr85087") ) ) +(assert (myObject (attribute1 "attr85088") ) ) +(assert (myObject (attribute1 "attr85089") ) ) +(assert (myObject (attribute1 "attr85090") ) ) +(assert (myObject (attribute1 "attr85091") ) ) +(assert (myObject (attribute1 "attr85092") ) ) +(assert (myObject (attribute1 "attr85093") ) ) +(assert (myObject (attribute1 "attr85094") ) ) +(assert (myObject (attribute1 "attr85095") ) ) +(assert (myObject (attribute1 "attr85096") ) ) +(assert (myObject (attribute1 "attr85097") ) ) +(assert (myObject (attribute1 "attr85098") ) ) +(assert (myObject (attribute1 "attr85099") ) ) +(assert (myObject (attribute1 "attr85100") ) ) +(assert (myObject (attribute1 "attr85101") ) ) +(assert (myObject (attribute1 "attr85102") ) ) +(assert (myObject (attribute1 "attr85103") ) ) +(assert (myObject (attribute1 "attr85104") ) ) +(assert (myObject (attribute1 "attr85105") ) ) +(assert (myObject (attribute1 "attr85106") ) ) +(assert (myObject (attribute1 "attr85107") ) ) +(assert (myObject (attribute1 "attr85108") ) ) +(assert (myObject (attribute1 "attr85109") ) ) +(assert (myObject (attribute1 "attr85110") ) ) +(assert (myObject (attribute1 "attr85111") ) ) +(assert (myObject (attribute1 "attr85112") ) ) +(assert (myObject (attribute1 "attr85113") ) ) +(assert (myObject (attribute1 "attr85114") ) ) +(assert (myObject (attribute1 "attr85115") ) ) +(assert (myObject (attribute1 "attr85116") ) ) +(assert (myObject (attribute1 "attr85117") ) ) +(assert (myObject (attribute1 "attr85118") ) ) +(assert (myObject (attribute1 "attr85119") ) ) +(assert (myObject (attribute1 "attr85120") ) ) +(assert (myObject (attribute1 "attr85121") ) ) +(assert (myObject (attribute1 "attr85122") ) ) +(assert (myObject (attribute1 "attr85123") ) ) +(assert (myObject (attribute1 "attr85124") ) ) +(assert (myObject (attribute1 "attr85125") ) ) +(assert (myObject (attribute1 "attr85126") ) ) +(assert (myObject (attribute1 "attr85127") ) ) +(assert (myObject (attribute1 "attr85128") ) ) +(assert (myObject (attribute1 "attr85129") ) ) +(assert (myObject (attribute1 "attr85130") ) ) +(assert (myObject (attribute1 "attr85131") ) ) +(assert (myObject (attribute1 "attr85132") ) ) +(assert (myObject (attribute1 "attr85133") ) ) +(assert (myObject (attribute1 "attr85134") ) ) +(assert (myObject (attribute1 "attr85135") ) ) +(assert (myObject (attribute1 "attr85136") ) ) +(assert (myObject (attribute1 "attr85137") ) ) +(assert (myObject (attribute1 "attr85138") ) ) +(assert (myObject (attribute1 "attr85139") ) ) +(assert (myObject (attribute1 "attr85140") ) ) +(assert (myObject (attribute1 "attr85141") ) ) +(assert (myObject (attribute1 "attr85142") ) ) +(assert (myObject (attribute1 "attr85143") ) ) +(assert (myObject (attribute1 "attr85144") ) ) +(assert (myObject (attribute1 "attr85145") ) ) +(assert (myObject (attribute1 "attr85146") ) ) +(assert (myObject (attribute1 "attr85147") ) ) +(assert (myObject (attribute1 "attr85148") ) ) +(assert (myObject (attribute1 "attr85149") ) ) +(assert (myObject (attribute1 "attr85150") ) ) +(assert (myObject (attribute1 "attr85151") ) ) +(assert (myObject (attribute1 "attr85152") ) ) +(assert (myObject (attribute1 "attr85153") ) ) +(assert (myObject (attribute1 "attr85154") ) ) +(assert (myObject (attribute1 "attr85155") ) ) +(assert (myObject (attribute1 "attr85156") ) ) +(assert (myObject (attribute1 "attr85157") ) ) +(assert (myObject (attribute1 "attr85158") ) ) +(assert (myObject (attribute1 "attr85159") ) ) +(assert (myObject (attribute1 "attr85160") ) ) +(assert (myObject (attribute1 "attr85161") ) ) +(assert (myObject (attribute1 "attr85162") ) ) +(assert (myObject (attribute1 "attr85163") ) ) +(assert (myObject (attribute1 "attr85164") ) ) +(assert (myObject (attribute1 "attr85165") ) ) +(assert (myObject (attribute1 "attr85166") ) ) +(assert (myObject (attribute1 "attr85167") ) ) +(assert (myObject (attribute1 "attr85168") ) ) +(assert (myObject (attribute1 "attr85169") ) ) +(assert (myObject (attribute1 "attr85170") ) ) +(assert (myObject (attribute1 "attr85171") ) ) +(assert (myObject (attribute1 "attr85172") ) ) +(assert (myObject (attribute1 "attr85173") ) ) +(assert (myObject (attribute1 "attr85174") ) ) +(assert (myObject (attribute1 "attr85175") ) ) +(assert (myObject (attribute1 "attr85176") ) ) +(assert (myObject (attribute1 "attr85177") ) ) +(assert (myObject (attribute1 "attr85178") ) ) +(assert (myObject (attribute1 "attr85179") ) ) +(assert (myObject (attribute1 "attr85180") ) ) +(assert (myObject (attribute1 "attr85181") ) ) +(assert (myObject (attribute1 "attr85182") ) ) +(assert (myObject (attribute1 "attr85183") ) ) +(assert (myObject (attribute1 "attr85184") ) ) +(assert (myObject (attribute1 "attr85185") ) ) +(assert (myObject (attribute1 "attr85186") ) ) +(assert (myObject (attribute1 "attr85187") ) ) +(assert (myObject (attribute1 "attr85188") ) ) +(assert (myObject (attribute1 "attr85189") ) ) +(assert (myObject (attribute1 "attr85190") ) ) +(assert (myObject (attribute1 "attr85191") ) ) +(assert (myObject (attribute1 "attr85192") ) ) +(assert (myObject (attribute1 "attr85193") ) ) +(assert (myObject (attribute1 "attr85194") ) ) +(assert (myObject (attribute1 "attr85195") ) ) +(assert (myObject (attribute1 "attr85196") ) ) +(assert (myObject (attribute1 "attr85197") ) ) +(assert (myObject (attribute1 "attr85198") ) ) +(assert (myObject (attribute1 "attr85199") ) ) +(assert (myObject (attribute1 "attr85200") ) ) +(assert (myObject (attribute1 "attr85201") ) ) +(assert (myObject (attribute1 "attr85202") ) ) +(assert (myObject (attribute1 "attr85203") ) ) +(assert (myObject (attribute1 "attr85204") ) ) +(assert (myObject (attribute1 "attr85205") ) ) +(assert (myObject (attribute1 "attr85206") ) ) +(assert (myObject (attribute1 "attr85207") ) ) +(assert (myObject (attribute1 "attr85208") ) ) +(assert (myObject (attribute1 "attr85209") ) ) +(assert (myObject (attribute1 "attr85210") ) ) +(assert (myObject (attribute1 "attr85211") ) ) +(assert (myObject (attribute1 "attr85212") ) ) +(assert (myObject (attribute1 "attr85213") ) ) +(assert (myObject (attribute1 "attr85214") ) ) +(assert (myObject (attribute1 "attr85215") ) ) +(assert (myObject (attribute1 "attr85216") ) ) +(assert (myObject (attribute1 "attr85217") ) ) +(assert (myObject (attribute1 "attr85218") ) ) +(assert (myObject (attribute1 "attr85219") ) ) +(assert (myObject (attribute1 "attr85220") ) ) +(assert (myObject (attribute1 "attr85221") ) ) +(assert (myObject (attribute1 "attr85222") ) ) +(assert (myObject (attribute1 "attr85223") ) ) +(assert (myObject (attribute1 "attr85224") ) ) +(assert (myObject (attribute1 "attr85225") ) ) +(assert (myObject (attribute1 "attr85226") ) ) +(assert (myObject (attribute1 "attr85227") ) ) +(assert (myObject (attribute1 "attr85228") ) ) +(assert (myObject (attribute1 "attr85229") ) ) +(assert (myObject (attribute1 "attr85230") ) ) +(assert (myObject (attribute1 "attr85231") ) ) +(assert (myObject (attribute1 "attr85232") ) ) +(assert (myObject (attribute1 "attr85233") ) ) +(assert (myObject (attribute1 "attr85234") ) ) +(assert (myObject (attribute1 "attr85235") ) ) +(assert (myObject (attribute1 "attr85236") ) ) +(assert (myObject (attribute1 "attr85237") ) ) +(assert (myObject (attribute1 "attr85238") ) ) +(assert (myObject (attribute1 "attr85239") ) ) +(assert (myObject (attribute1 "attr85240") ) ) +(assert (myObject (attribute1 "attr85241") ) ) +(assert (myObject (attribute1 "attr85242") ) ) +(assert (myObject (attribute1 "attr85243") ) ) +(assert (myObject (attribute1 "attr85244") ) ) +(assert (myObject (attribute1 "attr85245") ) ) +(assert (myObject (attribute1 "attr85246") ) ) +(assert (myObject (attribute1 "attr85247") ) ) +(assert (myObject (attribute1 "attr85248") ) ) +(assert (myObject (attribute1 "attr85249") ) ) +(assert (myObject (attribute1 "attr85250") ) ) +(assert (myObject (attribute1 "attr85251") ) ) +(assert (myObject (attribute1 "attr85252") ) ) +(assert (myObject (attribute1 "attr85253") ) ) +(assert (myObject (attribute1 "attr85254") ) ) +(assert (myObject (attribute1 "attr85255") ) ) +(assert (myObject (attribute1 "attr85256") ) ) +(assert (myObject (attribute1 "attr85257") ) ) +(assert (myObject (attribute1 "attr85258") ) ) +(assert (myObject (attribute1 "attr85259") ) ) +(assert (myObject (attribute1 "attr85260") ) ) +(assert (myObject (attribute1 "attr85261") ) ) +(assert (myObject (attribute1 "attr85262") ) ) +(assert (myObject (attribute1 "attr85263") ) ) +(assert (myObject (attribute1 "attr85264") ) ) +(assert (myObject (attribute1 "attr85265") ) ) +(assert (myObject (attribute1 "attr85266") ) ) +(assert (myObject (attribute1 "attr85267") ) ) +(assert (myObject (attribute1 "attr85268") ) ) +(assert (myObject (attribute1 "attr85269") ) ) +(assert (myObject (attribute1 "attr85270") ) ) +(assert (myObject (attribute1 "attr85271") ) ) +(assert (myObject (attribute1 "attr85272") ) ) +(assert (myObject (attribute1 "attr85273") ) ) +(assert (myObject (attribute1 "attr85274") ) ) +(assert (myObject (attribute1 "attr85275") ) ) +(assert (myObject (attribute1 "attr85276") ) ) +(assert (myObject (attribute1 "attr85277") ) ) +(assert (myObject (attribute1 "attr85278") ) ) +(assert (myObject (attribute1 "attr85279") ) ) +(assert (myObject (attribute1 "attr85280") ) ) +(assert (myObject (attribute1 "attr85281") ) ) +(assert (myObject (attribute1 "attr85282") ) ) +(assert (myObject (attribute1 "attr85283") ) ) +(assert (myObject (attribute1 "attr85284") ) ) +(assert (myObject (attribute1 "attr85285") ) ) +(assert (myObject (attribute1 "attr85286") ) ) +(assert (myObject (attribute1 "attr85287") ) ) +(assert (myObject (attribute1 "attr85288") ) ) +(assert (myObject (attribute1 "attr85289") ) ) +(assert (myObject (attribute1 "attr85290") ) ) +(assert (myObject (attribute1 "attr85291") ) ) +(assert (myObject (attribute1 "attr85292") ) ) +(assert (myObject (attribute1 "attr85293") ) ) +(assert (myObject (attribute1 "attr85294") ) ) +(assert (myObject (attribute1 "attr85295") ) ) +(assert (myObject (attribute1 "attr85296") ) ) +(assert (myObject (attribute1 "attr85297") ) ) +(assert (myObject (attribute1 "attr85298") ) ) +(assert (myObject (attribute1 "attr85299") ) ) +(assert (myObject (attribute1 "attr85300") ) ) +(assert (myObject (attribute1 "attr85301") ) ) +(assert (myObject (attribute1 "attr85302") ) ) +(assert (myObject (attribute1 "attr85303") ) ) +(assert (myObject (attribute1 "attr85304") ) ) +(assert (myObject (attribute1 "attr85305") ) ) +(assert (myObject (attribute1 "attr85306") ) ) +(assert (myObject (attribute1 "attr85307") ) ) +(assert (myObject (attribute1 "attr85308") ) ) +(assert (myObject (attribute1 "attr85309") ) ) +(assert (myObject (attribute1 "attr85310") ) ) +(assert (myObject (attribute1 "attr85311") ) ) +(assert (myObject (attribute1 "attr85312") ) ) +(assert (myObject (attribute1 "attr85313") ) ) +(assert (myObject (attribute1 "attr85314") ) ) +(assert (myObject (attribute1 "attr85315") ) ) +(assert (myObject (attribute1 "attr85316") ) ) +(assert (myObject (attribute1 "attr85317") ) ) +(assert (myObject (attribute1 "attr85318") ) ) +(assert (myObject (attribute1 "attr85319") ) ) +(assert (myObject (attribute1 "attr85320") ) ) +(assert (myObject (attribute1 "attr85321") ) ) +(assert (myObject (attribute1 "attr85322") ) ) +(assert (myObject (attribute1 "attr85323") ) ) +(assert (myObject (attribute1 "attr85324") ) ) +(assert (myObject (attribute1 "attr85325") ) ) +(assert (myObject (attribute1 "attr85326") ) ) +(assert (myObject (attribute1 "attr85327") ) ) +(assert (myObject (attribute1 "attr85328") ) ) +(assert (myObject (attribute1 "attr85329") ) ) +(assert (myObject (attribute1 "attr85330") ) ) +(assert (myObject (attribute1 "attr85331") ) ) +(assert (myObject (attribute1 "attr85332") ) ) +(assert (myObject (attribute1 "attr85333") ) ) +(assert (myObject (attribute1 "attr85334") ) ) +(assert (myObject (attribute1 "attr85335") ) ) +(assert (myObject (attribute1 "attr85336") ) ) +(assert (myObject (attribute1 "attr85337") ) ) +(assert (myObject (attribute1 "attr85338") ) ) +(assert (myObject (attribute1 "attr85339") ) ) +(assert (myObject (attribute1 "attr85340") ) ) +(assert (myObject (attribute1 "attr85341") ) ) +(assert (myObject (attribute1 "attr85342") ) ) +(assert (myObject (attribute1 "attr85343") ) ) +(assert (myObject (attribute1 "attr85344") ) ) +(assert (myObject (attribute1 "attr85345") ) ) +(assert (myObject (attribute1 "attr85346") ) ) +(assert (myObject (attribute1 "attr85347") ) ) +(assert (myObject (attribute1 "attr85348") ) ) +(assert (myObject (attribute1 "attr85349") ) ) +(assert (myObject (attribute1 "attr85350") ) ) +(assert (myObject (attribute1 "attr85351") ) ) +(assert (myObject (attribute1 "attr85352") ) ) +(assert (myObject (attribute1 "attr85353") ) ) +(assert (myObject (attribute1 "attr85354") ) ) +(assert (myObject (attribute1 "attr85355") ) ) +(assert (myObject (attribute1 "attr85356") ) ) +(assert (myObject (attribute1 "attr85357") ) ) +(assert (myObject (attribute1 "attr85358") ) ) +(assert (myObject (attribute1 "attr85359") ) ) +(assert (myObject (attribute1 "attr85360") ) ) +(assert (myObject (attribute1 "attr85361") ) ) +(assert (myObject (attribute1 "attr85362") ) ) +(assert (myObject (attribute1 "attr85363") ) ) +(assert (myObject (attribute1 "attr85364") ) ) +(assert (myObject (attribute1 "attr85365") ) ) +(assert (myObject (attribute1 "attr85366") ) ) +(assert (myObject (attribute1 "attr85367") ) ) +(assert (myObject (attribute1 "attr85368") ) ) +(assert (myObject (attribute1 "attr85369") ) ) +(assert (myObject (attribute1 "attr85370") ) ) +(assert (myObject (attribute1 "attr85371") ) ) +(assert (myObject (attribute1 "attr85372") ) ) +(assert (myObject (attribute1 "attr85373") ) ) +(assert (myObject (attribute1 "attr85374") ) ) +(assert (myObject (attribute1 "attr85375") ) ) +(assert (myObject (attribute1 "attr85376") ) ) +(assert (myObject (attribute1 "attr85377") ) ) +(assert (myObject (attribute1 "attr85378") ) ) +(assert (myObject (attribute1 "attr85379") ) ) +(assert (myObject (attribute1 "attr85380") ) ) +(assert (myObject (attribute1 "attr85381") ) ) +(assert (myObject (attribute1 "attr85382") ) ) +(assert (myObject (attribute1 "attr85383") ) ) +(assert (myObject (attribute1 "attr85384") ) ) +(assert (myObject (attribute1 "attr85385") ) ) +(assert (myObject (attribute1 "attr85386") ) ) +(assert (myObject (attribute1 "attr85387") ) ) +(assert (myObject (attribute1 "attr85388") ) ) +(assert (myObject (attribute1 "attr85389") ) ) +(assert (myObject (attribute1 "attr85390") ) ) +(assert (myObject (attribute1 "attr85391") ) ) +(assert (myObject (attribute1 "attr85392") ) ) +(assert (myObject (attribute1 "attr85393") ) ) +(assert (myObject (attribute1 "attr85394") ) ) +(assert (myObject (attribute1 "attr85395") ) ) +(assert (myObject (attribute1 "attr85396") ) ) +(assert (myObject (attribute1 "attr85397") ) ) +(assert (myObject (attribute1 "attr85398") ) ) +(assert (myObject (attribute1 "attr85399") ) ) +(assert (myObject (attribute1 "attr85400") ) ) +(assert (myObject (attribute1 "attr85401") ) ) +(assert (myObject (attribute1 "attr85402") ) ) +(assert (myObject (attribute1 "attr85403") ) ) +(assert (myObject (attribute1 "attr85404") ) ) +(assert (myObject (attribute1 "attr85405") ) ) +(assert (myObject (attribute1 "attr85406") ) ) +(assert (myObject (attribute1 "attr85407") ) ) +(assert (myObject (attribute1 "attr85408") ) ) +(assert (myObject (attribute1 "attr85409") ) ) +(assert (myObject (attribute1 "attr85410") ) ) +(assert (myObject (attribute1 "attr85411") ) ) +(assert (myObject (attribute1 "attr85412") ) ) +(assert (myObject (attribute1 "attr85413") ) ) +(assert (myObject (attribute1 "attr85414") ) ) +(assert (myObject (attribute1 "attr85415") ) ) +(assert (myObject (attribute1 "attr85416") ) ) +(assert (myObject (attribute1 "attr85417") ) ) +(assert (myObject (attribute1 "attr85418") ) ) +(assert (myObject (attribute1 "attr85419") ) ) +(assert (myObject (attribute1 "attr85420") ) ) +(assert (myObject (attribute1 "attr85421") ) ) +(assert (myObject (attribute1 "attr85422") ) ) +(assert (myObject (attribute1 "attr85423") ) ) +(assert (myObject (attribute1 "attr85424") ) ) +(assert (myObject (attribute1 "attr85425") ) ) +(assert (myObject (attribute1 "attr85426") ) ) +(assert (myObject (attribute1 "attr85427") ) ) +(assert (myObject (attribute1 "attr85428") ) ) +(assert (myObject (attribute1 "attr85429") ) ) +(assert (myObject (attribute1 "attr85430") ) ) +(assert (myObject (attribute1 "attr85431") ) ) +(assert (myObject (attribute1 "attr85432") ) ) +(assert (myObject (attribute1 "attr85433") ) ) +(assert (myObject (attribute1 "attr85434") ) ) +(assert (myObject (attribute1 "attr85435") ) ) +(assert (myObject (attribute1 "attr85436") ) ) +(assert (myObject (attribute1 "attr85437") ) ) +(assert (myObject (attribute1 "attr85438") ) ) +(assert (myObject (attribute1 "attr85439") ) ) +(assert (myObject (attribute1 "attr85440") ) ) +(assert (myObject (attribute1 "attr85441") ) ) +(assert (myObject (attribute1 "attr85442") ) ) +(assert (myObject (attribute1 "attr85443") ) ) +(assert (myObject (attribute1 "attr85444") ) ) +(assert (myObject (attribute1 "attr85445") ) ) +(assert (myObject (attribute1 "attr85446") ) ) +(assert (myObject (attribute1 "attr85447") ) ) +(assert (myObject (attribute1 "attr85448") ) ) +(assert (myObject (attribute1 "attr85449") ) ) +(assert (myObject (attribute1 "attr85450") ) ) +(assert (myObject (attribute1 "attr85451") ) ) +(assert (myObject (attribute1 "attr85452") ) ) +(assert (myObject (attribute1 "attr85453") ) ) +(assert (myObject (attribute1 "attr85454") ) ) +(assert (myObject (attribute1 "attr85455") ) ) +(assert (myObject (attribute1 "attr85456") ) ) +(assert (myObject (attribute1 "attr85457") ) ) +(assert (myObject (attribute1 "attr85458") ) ) +(assert (myObject (attribute1 "attr85459") ) ) +(assert (myObject (attribute1 "attr85460") ) ) +(assert (myObject (attribute1 "attr85461") ) ) +(assert (myObject (attribute1 "attr85462") ) ) +(assert (myObject (attribute1 "attr85463") ) ) +(assert (myObject (attribute1 "attr85464") ) ) +(assert (myObject (attribute1 "attr85465") ) ) +(assert (myObject (attribute1 "attr85466") ) ) +(assert (myObject (attribute1 "attr85467") ) ) +(assert (myObject (attribute1 "attr85468") ) ) +(assert (myObject (attribute1 "attr85469") ) ) +(assert (myObject (attribute1 "attr85470") ) ) +(assert (myObject (attribute1 "attr85471") ) ) +(assert (myObject (attribute1 "attr85472") ) ) +(assert (myObject (attribute1 "attr85473") ) ) +(assert (myObject (attribute1 "attr85474") ) ) +(assert (myObject (attribute1 "attr85475") ) ) +(assert (myObject (attribute1 "attr85476") ) ) +(assert (myObject (attribute1 "attr85477") ) ) +(assert (myObject (attribute1 "attr85478") ) ) +(assert (myObject (attribute1 "attr85479") ) ) +(assert (myObject (attribute1 "attr85480") ) ) +(assert (myObject (attribute1 "attr85481") ) ) +(assert (myObject (attribute1 "attr85482") ) ) +(assert (myObject (attribute1 "attr85483") ) ) +(assert (myObject (attribute1 "attr85484") ) ) +(assert (myObject (attribute1 "attr85485") ) ) +(assert (myObject (attribute1 "attr85486") ) ) +(assert (myObject (attribute1 "attr85487") ) ) +(assert (myObject (attribute1 "attr85488") ) ) +(assert (myObject (attribute1 "attr85489") ) ) +(assert (myObject (attribute1 "attr85490") ) ) +(assert (myObject (attribute1 "attr85491") ) ) +(assert (myObject (attribute1 "attr85492") ) ) +(assert (myObject (attribute1 "attr85493") ) ) +(assert (myObject (attribute1 "attr85494") ) ) +(assert (myObject (attribute1 "attr85495") ) ) +(assert (myObject (attribute1 "attr85496") ) ) +(assert (myObject (attribute1 "attr85497") ) ) +(assert (myObject (attribute1 "attr85498") ) ) +(assert (myObject (attribute1 "attr85499") ) ) +(assert (myObject (attribute1 "attr85500") ) ) +(assert (myObject (attribute1 "attr85501") ) ) +(assert (myObject (attribute1 "attr85502") ) ) +(assert (myObject (attribute1 "attr85503") ) ) +(assert (myObject (attribute1 "attr85504") ) ) +(assert (myObject (attribute1 "attr85505") ) ) +(assert (myObject (attribute1 "attr85506") ) ) +(assert (myObject (attribute1 "attr85507") ) ) +(assert (myObject (attribute1 "attr85508") ) ) +(assert (myObject (attribute1 "attr85509") ) ) +(assert (myObject (attribute1 "attr85510") ) ) +(assert (myObject (attribute1 "attr85511") ) ) +(assert (myObject (attribute1 "attr85512") ) ) +(assert (myObject (attribute1 "attr85513") ) ) +(assert (myObject (attribute1 "attr85514") ) ) +(assert (myObject (attribute1 "attr85515") ) ) +(assert (myObject (attribute1 "attr85516") ) ) +(assert (myObject (attribute1 "attr85517") ) ) +(assert (myObject (attribute1 "attr85518") ) ) +(assert (myObject (attribute1 "attr85519") ) ) +(assert (myObject (attribute1 "attr85520") ) ) +(assert (myObject (attribute1 "attr85521") ) ) +(assert (myObject (attribute1 "attr85522") ) ) +(assert (myObject (attribute1 "attr85523") ) ) +(assert (myObject (attribute1 "attr85524") ) ) +(assert (myObject (attribute1 "attr85525") ) ) +(assert (myObject (attribute1 "attr85526") ) ) +(assert (myObject (attribute1 "attr85527") ) ) +(assert (myObject (attribute1 "attr85528") ) ) +(assert (myObject (attribute1 "attr85529") ) ) +(assert (myObject (attribute1 "attr85530") ) ) +(assert (myObject (attribute1 "attr85531") ) ) +(assert (myObject (attribute1 "attr85532") ) ) +(assert (myObject (attribute1 "attr85533") ) ) +(assert (myObject (attribute1 "attr85534") ) ) +(assert (myObject (attribute1 "attr85535") ) ) +(assert (myObject (attribute1 "attr85536") ) ) +(assert (myObject (attribute1 "attr85537") ) ) +(assert (myObject (attribute1 "attr85538") ) ) +(assert (myObject (attribute1 "attr85539") ) ) +(assert (myObject (attribute1 "attr85540") ) ) +(assert (myObject (attribute1 "attr85541") ) ) +(assert (myObject (attribute1 "attr85542") ) ) +(assert (myObject (attribute1 "attr85543") ) ) +(assert (myObject (attribute1 "attr85544") ) ) +(assert (myObject (attribute1 "attr85545") ) ) +(assert (myObject (attribute1 "attr85546") ) ) +(assert (myObject (attribute1 "attr85547") ) ) +(assert (myObject (attribute1 "attr85548") ) ) +(assert (myObject (attribute1 "attr85549") ) ) +(assert (myObject (attribute1 "attr85550") ) ) +(assert (myObject (attribute1 "attr85551") ) ) +(assert (myObject (attribute1 "attr85552") ) ) +(assert (myObject (attribute1 "attr85553") ) ) +(assert (myObject (attribute1 "attr85554") ) ) +(assert (myObject (attribute1 "attr85555") ) ) +(assert (myObject (attribute1 "attr85556") ) ) +(assert (myObject (attribute1 "attr85557") ) ) +(assert (myObject (attribute1 "attr85558") ) ) +(assert (myObject (attribute1 "attr85559") ) ) +(assert (myObject (attribute1 "attr85560") ) ) +(assert (myObject (attribute1 "attr85561") ) ) +(assert (myObject (attribute1 "attr85562") ) ) +(assert (myObject (attribute1 "attr85563") ) ) +(assert (myObject (attribute1 "attr85564") ) ) +(assert (myObject (attribute1 "attr85565") ) ) +(assert (myObject (attribute1 "attr85566") ) ) +(assert (myObject (attribute1 "attr85567") ) ) +(assert (myObject (attribute1 "attr85568") ) ) +(assert (myObject (attribute1 "attr85569") ) ) +(assert (myObject (attribute1 "attr85570") ) ) +(assert (myObject (attribute1 "attr85571") ) ) +(assert (myObject (attribute1 "attr85572") ) ) +(assert (myObject (attribute1 "attr85573") ) ) +(assert (myObject (attribute1 "attr85574") ) ) +(assert (myObject (attribute1 "attr85575") ) ) +(assert (myObject (attribute1 "attr85576") ) ) +(assert (myObject (attribute1 "attr85577") ) ) +(assert (myObject (attribute1 "attr85578") ) ) +(assert (myObject (attribute1 "attr85579") ) ) +(assert (myObject (attribute1 "attr85580") ) ) +(assert (myObject (attribute1 "attr85581") ) ) +(assert (myObject (attribute1 "attr85582") ) ) +(assert (myObject (attribute1 "attr85583") ) ) +(assert (myObject (attribute1 "attr85584") ) ) +(assert (myObject (attribute1 "attr85585") ) ) +(assert (myObject (attribute1 "attr85586") ) ) +(assert (myObject (attribute1 "attr85587") ) ) +(assert (myObject (attribute1 "attr85588") ) ) +(assert (myObject (attribute1 "attr85589") ) ) +(assert (myObject (attribute1 "attr85590") ) ) +(assert (myObject (attribute1 "attr85591") ) ) +(assert (myObject (attribute1 "attr85592") ) ) +(assert (myObject (attribute1 "attr85593") ) ) +(assert (myObject (attribute1 "attr85594") ) ) +(assert (myObject (attribute1 "attr85595") ) ) +(assert (myObject (attribute1 "attr85596") ) ) +(assert (myObject (attribute1 "attr85597") ) ) +(assert (myObject (attribute1 "attr85598") ) ) +(assert (myObject (attribute1 "attr85599") ) ) +(assert (myObject (attribute1 "attr85600") ) ) +(assert (myObject (attribute1 "attr85601") ) ) +(assert (myObject (attribute1 "attr85602") ) ) +(assert (myObject (attribute1 "attr85603") ) ) +(assert (myObject (attribute1 "attr85604") ) ) +(assert (myObject (attribute1 "attr85605") ) ) +(assert (myObject (attribute1 "attr85606") ) ) +(assert (myObject (attribute1 "attr85607") ) ) +(assert (myObject (attribute1 "attr85608") ) ) +(assert (myObject (attribute1 "attr85609") ) ) +(assert (myObject (attribute1 "attr85610") ) ) +(assert (myObject (attribute1 "attr85611") ) ) +(assert (myObject (attribute1 "attr85612") ) ) +(assert (myObject (attribute1 "attr85613") ) ) +(assert (myObject (attribute1 "attr85614") ) ) +(assert (myObject (attribute1 "attr85615") ) ) +(assert (myObject (attribute1 "attr85616") ) ) +(assert (myObject (attribute1 "attr85617") ) ) +(assert (myObject (attribute1 "attr85618") ) ) +(assert (myObject (attribute1 "attr85619") ) ) +(assert (myObject (attribute1 "attr85620") ) ) +(assert (myObject (attribute1 "attr85621") ) ) +(assert (myObject (attribute1 "attr85622") ) ) +(assert (myObject (attribute1 "attr85623") ) ) +(assert (myObject (attribute1 "attr85624") ) ) +(assert (myObject (attribute1 "attr85625") ) ) +(assert (myObject (attribute1 "attr85626") ) ) +(assert (myObject (attribute1 "attr85627") ) ) +(assert (myObject (attribute1 "attr85628") ) ) +(assert (myObject (attribute1 "attr85629") ) ) +(assert (myObject (attribute1 "attr85630") ) ) +(assert (myObject (attribute1 "attr85631") ) ) +(assert (myObject (attribute1 "attr85632") ) ) +(assert (myObject (attribute1 "attr85633") ) ) +(assert (myObject (attribute1 "attr85634") ) ) +(assert (myObject (attribute1 "attr85635") ) ) +(assert (myObject (attribute1 "attr85636") ) ) +(assert (myObject (attribute1 "attr85637") ) ) +(assert (myObject (attribute1 "attr85638") ) ) +(assert (myObject (attribute1 "attr85639") ) ) +(assert (myObject (attribute1 "attr85640") ) ) +(assert (myObject (attribute1 "attr85641") ) ) +(assert (myObject (attribute1 "attr85642") ) ) +(assert (myObject (attribute1 "attr85643") ) ) +(assert (myObject (attribute1 "attr85644") ) ) +(assert (myObject (attribute1 "attr85645") ) ) +(assert (myObject (attribute1 "attr85646") ) ) +(assert (myObject (attribute1 "attr85647") ) ) +(assert (myObject (attribute1 "attr85648") ) ) +(assert (myObject (attribute1 "attr85649") ) ) +(assert (myObject (attribute1 "attr85650") ) ) +(assert (myObject (attribute1 "attr85651") ) ) +(assert (myObject (attribute1 "attr85652") ) ) +(assert (myObject (attribute1 "attr85653") ) ) +(assert (myObject (attribute1 "attr85654") ) ) +(assert (myObject (attribute1 "attr85655") ) ) +(assert (myObject (attribute1 "attr85656") ) ) +(assert (myObject (attribute1 "attr85657") ) ) +(assert (myObject (attribute1 "attr85658") ) ) +(assert (myObject (attribute1 "attr85659") ) ) +(assert (myObject (attribute1 "attr85660") ) ) +(assert (myObject (attribute1 "attr85661") ) ) +(assert (myObject (attribute1 "attr85662") ) ) +(assert (myObject (attribute1 "attr85663") ) ) +(assert (myObject (attribute1 "attr85664") ) ) +(assert (myObject (attribute1 "attr85665") ) ) +(assert (myObject (attribute1 "attr85666") ) ) +(assert (myObject (attribute1 "attr85667") ) ) +(assert (myObject (attribute1 "attr85668") ) ) +(assert (myObject (attribute1 "attr85669") ) ) +(assert (myObject (attribute1 "attr85670") ) ) +(assert (myObject (attribute1 "attr85671") ) ) +(assert (myObject (attribute1 "attr85672") ) ) +(assert (myObject (attribute1 "attr85673") ) ) +(assert (myObject (attribute1 "attr85674") ) ) +(assert (myObject (attribute1 "attr85675") ) ) +(assert (myObject (attribute1 "attr85676") ) ) +(assert (myObject (attribute1 "attr85677") ) ) +(assert (myObject (attribute1 "attr85678") ) ) +(assert (myObject (attribute1 "attr85679") ) ) +(assert (myObject (attribute1 "attr85680") ) ) +(assert (myObject (attribute1 "attr85681") ) ) +(assert (myObject (attribute1 "attr85682") ) ) +(assert (myObject (attribute1 "attr85683") ) ) +(assert (myObject (attribute1 "attr85684") ) ) +(assert (myObject (attribute1 "attr85685") ) ) +(assert (myObject (attribute1 "attr85686") ) ) +(assert (myObject (attribute1 "attr85687") ) ) +(assert (myObject (attribute1 "attr85688") ) ) +(assert (myObject (attribute1 "attr85689") ) ) +(assert (myObject (attribute1 "attr85690") ) ) +(assert (myObject (attribute1 "attr85691") ) ) +(assert (myObject (attribute1 "attr85692") ) ) +(assert (myObject (attribute1 "attr85693") ) ) +(assert (myObject (attribute1 "attr85694") ) ) +(assert (myObject (attribute1 "attr85695") ) ) +(assert (myObject (attribute1 "attr85696") ) ) +(assert (myObject (attribute1 "attr85697") ) ) +(assert (myObject (attribute1 "attr85698") ) ) +(assert (myObject (attribute1 "attr85699") ) ) +(assert (myObject (attribute1 "attr85700") ) ) +(assert (myObject (attribute1 "attr85701") ) ) +(assert (myObject (attribute1 "attr85702") ) ) +(assert (myObject (attribute1 "attr85703") ) ) +(assert (myObject (attribute1 "attr85704") ) ) +(assert (myObject (attribute1 "attr85705") ) ) +(assert (myObject (attribute1 "attr85706") ) ) +(assert (myObject (attribute1 "attr85707") ) ) +(assert (myObject (attribute1 "attr85708") ) ) +(assert (myObject (attribute1 "attr85709") ) ) +(assert (myObject (attribute1 "attr85710") ) ) +(assert (myObject (attribute1 "attr85711") ) ) +(assert (myObject (attribute1 "attr85712") ) ) +(assert (myObject (attribute1 "attr85713") ) ) +(assert (myObject (attribute1 "attr85714") ) ) +(assert (myObject (attribute1 "attr85715") ) ) +(assert (myObject (attribute1 "attr85716") ) ) +(assert (myObject (attribute1 "attr85717") ) ) +(assert (myObject (attribute1 "attr85718") ) ) +(assert (myObject (attribute1 "attr85719") ) ) +(assert (myObject (attribute1 "attr85720") ) ) +(assert (myObject (attribute1 "attr85721") ) ) +(assert (myObject (attribute1 "attr85722") ) ) +(assert (myObject (attribute1 "attr85723") ) ) +(assert (myObject (attribute1 "attr85724") ) ) +(assert (myObject (attribute1 "attr85725") ) ) +(assert (myObject (attribute1 "attr85726") ) ) +(assert (myObject (attribute1 "attr85727") ) ) +(assert (myObject (attribute1 "attr85728") ) ) +(assert (myObject (attribute1 "attr85729") ) ) +(assert (myObject (attribute1 "attr85730") ) ) +(assert (myObject (attribute1 "attr85731") ) ) +(assert (myObject (attribute1 "attr85732") ) ) +(assert (myObject (attribute1 "attr85733") ) ) +(assert (myObject (attribute1 "attr85734") ) ) +(assert (myObject (attribute1 "attr85735") ) ) +(assert (myObject (attribute1 "attr85736") ) ) +(assert (myObject (attribute1 "attr85737") ) ) +(assert (myObject (attribute1 "attr85738") ) ) +(assert (myObject (attribute1 "attr85739") ) ) +(assert (myObject (attribute1 "attr85740") ) ) +(assert (myObject (attribute1 "attr85741") ) ) +(assert (myObject (attribute1 "attr85742") ) ) +(assert (myObject (attribute1 "attr85743") ) ) +(assert (myObject (attribute1 "attr85744") ) ) +(assert (myObject (attribute1 "attr85745") ) ) +(assert (myObject (attribute1 "attr85746") ) ) +(assert (myObject (attribute1 "attr85747") ) ) +(assert (myObject (attribute1 "attr85748") ) ) +(assert (myObject (attribute1 "attr85749") ) ) +(assert (myObject (attribute1 "attr85750") ) ) +(assert (myObject (attribute1 "attr85751") ) ) +(assert (myObject (attribute1 "attr85752") ) ) +(assert (myObject (attribute1 "attr85753") ) ) +(assert (myObject (attribute1 "attr85754") ) ) +(assert (myObject (attribute1 "attr85755") ) ) +(assert (myObject (attribute1 "attr85756") ) ) +(assert (myObject (attribute1 "attr85757") ) ) +(assert (myObject (attribute1 "attr85758") ) ) +(assert (myObject (attribute1 "attr85759") ) ) +(assert (myObject (attribute1 "attr85760") ) ) +(assert (myObject (attribute1 "attr85761") ) ) +(assert (myObject (attribute1 "attr85762") ) ) +(assert (myObject (attribute1 "attr85763") ) ) +(assert (myObject (attribute1 "attr85764") ) ) +(assert (myObject (attribute1 "attr85765") ) ) +(assert (myObject (attribute1 "attr85766") ) ) +(assert (myObject (attribute1 "attr85767") ) ) +(assert (myObject (attribute1 "attr85768") ) ) +(assert (myObject (attribute1 "attr85769") ) ) +(assert (myObject (attribute1 "attr85770") ) ) +(assert (myObject (attribute1 "attr85771") ) ) +(assert (myObject (attribute1 "attr85772") ) ) +(assert (myObject (attribute1 "attr85773") ) ) +(assert (myObject (attribute1 "attr85774") ) ) +(assert (myObject (attribute1 "attr85775") ) ) +(assert (myObject (attribute1 "attr85776") ) ) +(assert (myObject (attribute1 "attr85777") ) ) +(assert (myObject (attribute1 "attr85778") ) ) +(assert (myObject (attribute1 "attr85779") ) ) +(assert (myObject (attribute1 "attr85780") ) ) +(assert (myObject (attribute1 "attr85781") ) ) +(assert (myObject (attribute1 "attr85782") ) ) +(assert (myObject (attribute1 "attr85783") ) ) +(assert (myObject (attribute1 "attr85784") ) ) +(assert (myObject (attribute1 "attr85785") ) ) +(assert (myObject (attribute1 "attr85786") ) ) +(assert (myObject (attribute1 "attr85787") ) ) +(assert (myObject (attribute1 "attr85788") ) ) +(assert (myObject (attribute1 "attr85789") ) ) +(assert (myObject (attribute1 "attr85790") ) ) +(assert (myObject (attribute1 "attr85791") ) ) +(assert (myObject (attribute1 "attr85792") ) ) +(assert (myObject (attribute1 "attr85793") ) ) +(assert (myObject (attribute1 "attr85794") ) ) +(assert (myObject (attribute1 "attr85795") ) ) +(assert (myObject (attribute1 "attr85796") ) ) +(assert (myObject (attribute1 "attr85797") ) ) +(assert (myObject (attribute1 "attr85798") ) ) +(assert (myObject (attribute1 "attr85799") ) ) +(assert (myObject (attribute1 "attr85800") ) ) +(assert (myObject (attribute1 "attr85801") ) ) +(assert (myObject (attribute1 "attr85802") ) ) +(assert (myObject (attribute1 "attr85803") ) ) +(assert (myObject (attribute1 "attr85804") ) ) +(assert (myObject (attribute1 "attr85805") ) ) +(assert (myObject (attribute1 "attr85806") ) ) +(assert (myObject (attribute1 "attr85807") ) ) +(assert (myObject (attribute1 "attr85808") ) ) +(assert (myObject (attribute1 "attr85809") ) ) +(assert (myObject (attribute1 "attr85810") ) ) +(assert (myObject (attribute1 "attr85811") ) ) +(assert (myObject (attribute1 "attr85812") ) ) +(assert (myObject (attribute1 "attr85813") ) ) +(assert (myObject (attribute1 "attr85814") ) ) +(assert (myObject (attribute1 "attr85815") ) ) +(assert (myObject (attribute1 "attr85816") ) ) +(assert (myObject (attribute1 "attr85817") ) ) +(assert (myObject (attribute1 "attr85818") ) ) +(assert (myObject (attribute1 "attr85819") ) ) +(assert (myObject (attribute1 "attr85820") ) ) +(assert (myObject (attribute1 "attr85821") ) ) +(assert (myObject (attribute1 "attr85822") ) ) +(assert (myObject (attribute1 "attr85823") ) ) +(assert (myObject (attribute1 "attr85824") ) ) +(assert (myObject (attribute1 "attr85825") ) ) +(assert (myObject (attribute1 "attr85826") ) ) +(assert (myObject (attribute1 "attr85827") ) ) +(assert (myObject (attribute1 "attr85828") ) ) +(assert (myObject (attribute1 "attr85829") ) ) +(assert (myObject (attribute1 "attr85830") ) ) +(assert (myObject (attribute1 "attr85831") ) ) +(assert (myObject (attribute1 "attr85832") ) ) +(assert (myObject (attribute1 "attr85833") ) ) +(assert (myObject (attribute1 "attr85834") ) ) +(assert (myObject (attribute1 "attr85835") ) ) +(assert (myObject (attribute1 "attr85836") ) ) +(assert (myObject (attribute1 "attr85837") ) ) +(assert (myObject (attribute1 "attr85838") ) ) +(assert (myObject (attribute1 "attr85839") ) ) +(assert (myObject (attribute1 "attr85840") ) ) +(assert (myObject (attribute1 "attr85841") ) ) +(assert (myObject (attribute1 "attr85842") ) ) +(assert (myObject (attribute1 "attr85843") ) ) +(assert (myObject (attribute1 "attr85844") ) ) +(assert (myObject (attribute1 "attr85845") ) ) +(assert (myObject (attribute1 "attr85846") ) ) +(assert (myObject (attribute1 "attr85847") ) ) +(assert (myObject (attribute1 "attr85848") ) ) +(assert (myObject (attribute1 "attr85849") ) ) +(assert (myObject (attribute1 "attr85850") ) ) +(assert (myObject (attribute1 "attr85851") ) ) +(assert (myObject (attribute1 "attr85852") ) ) +(assert (myObject (attribute1 "attr85853") ) ) +(assert (myObject (attribute1 "attr85854") ) ) +(assert (myObject (attribute1 "attr85855") ) ) +(assert (myObject (attribute1 "attr85856") ) ) +(assert (myObject (attribute1 "attr85857") ) ) +(assert (myObject (attribute1 "attr85858") ) ) +(assert (myObject (attribute1 "attr85859") ) ) +(assert (myObject (attribute1 "attr85860") ) ) +(assert (myObject (attribute1 "attr85861") ) ) +(assert (myObject (attribute1 "attr85862") ) ) +(assert (myObject (attribute1 "attr85863") ) ) +(assert (myObject (attribute1 "attr85864") ) ) +(assert (myObject (attribute1 "attr85865") ) ) +(assert (myObject (attribute1 "attr85866") ) ) +(assert (myObject (attribute1 "attr85867") ) ) +(assert (myObject (attribute1 "attr85868") ) ) +(assert (myObject (attribute1 "attr85869") ) ) +(assert (myObject (attribute1 "attr85870") ) ) +(assert (myObject (attribute1 "attr85871") ) ) +(assert (myObject (attribute1 "attr85872") ) ) +(assert (myObject (attribute1 "attr85873") ) ) +(assert (myObject (attribute1 "attr85874") ) ) +(assert (myObject (attribute1 "attr85875") ) ) +(assert (myObject (attribute1 "attr85876") ) ) +(assert (myObject (attribute1 "attr85877") ) ) +(assert (myObject (attribute1 "attr85878") ) ) +(assert (myObject (attribute1 "attr85879") ) ) +(assert (myObject (attribute1 "attr85880") ) ) +(assert (myObject (attribute1 "attr85881") ) ) +(assert (myObject (attribute1 "attr85882") ) ) +(assert (myObject (attribute1 "attr85883") ) ) +(assert (myObject (attribute1 "attr85884") ) ) +(assert (myObject (attribute1 "attr85885") ) ) +(assert (myObject (attribute1 "attr85886") ) ) +(assert (myObject (attribute1 "attr85887") ) ) +(assert (myObject (attribute1 "attr85888") ) ) +(assert (myObject (attribute1 "attr85889") ) ) +(assert (myObject (attribute1 "attr85890") ) ) +(assert (myObject (attribute1 "attr85891") ) ) +(assert (myObject (attribute1 "attr85892") ) ) +(assert (myObject (attribute1 "attr85893") ) ) +(assert (myObject (attribute1 "attr85894") ) ) +(assert (myObject (attribute1 "attr85895") ) ) +(assert (myObject (attribute1 "attr85896") ) ) +(assert (myObject (attribute1 "attr85897") ) ) +(assert (myObject (attribute1 "attr85898") ) ) +(assert (myObject (attribute1 "attr85899") ) ) +(assert (myObject (attribute1 "attr85900") ) ) +(assert (myObject (attribute1 "attr85901") ) ) +(assert (myObject (attribute1 "attr85902") ) ) +(assert (myObject (attribute1 "attr85903") ) ) +(assert (myObject (attribute1 "attr85904") ) ) +(assert (myObject (attribute1 "attr85905") ) ) +(assert (myObject (attribute1 "attr85906") ) ) +(assert (myObject (attribute1 "attr85907") ) ) +(assert (myObject (attribute1 "attr85908") ) ) +(assert (myObject (attribute1 "attr85909") ) ) +(assert (myObject (attribute1 "attr85910") ) ) +(assert (myObject (attribute1 "attr85911") ) ) +(assert (myObject (attribute1 "attr85912") ) ) +(assert (myObject (attribute1 "attr85913") ) ) +(assert (myObject (attribute1 "attr85914") ) ) +(assert (myObject (attribute1 "attr85915") ) ) +(assert (myObject (attribute1 "attr85916") ) ) +(assert (myObject (attribute1 "attr85917") ) ) +(assert (myObject (attribute1 "attr85918") ) ) +(assert (myObject (attribute1 "attr85919") ) ) +(assert (myObject (attribute1 "attr85920") ) ) +(assert (myObject (attribute1 "attr85921") ) ) +(assert (myObject (attribute1 "attr85922") ) ) +(assert (myObject (attribute1 "attr85923") ) ) +(assert (myObject (attribute1 "attr85924") ) ) +(assert (myObject (attribute1 "attr85925") ) ) +(assert (myObject (attribute1 "attr85926") ) ) +(assert (myObject (attribute1 "attr85927") ) ) +(assert (myObject (attribute1 "attr85928") ) ) +(assert (myObject (attribute1 "attr85929") ) ) +(assert (myObject (attribute1 "attr85930") ) ) +(assert (myObject (attribute1 "attr85931") ) ) +(assert (myObject (attribute1 "attr85932") ) ) +(assert (myObject (attribute1 "attr85933") ) ) +(assert (myObject (attribute1 "attr85934") ) ) +(assert (myObject (attribute1 "attr85935") ) ) +(assert (myObject (attribute1 "attr85936") ) ) +(assert (myObject (attribute1 "attr85937") ) ) +(assert (myObject (attribute1 "attr85938") ) ) +(assert (myObject (attribute1 "attr85939") ) ) +(assert (myObject (attribute1 "attr85940") ) ) +(assert (myObject (attribute1 "attr85941") ) ) +(assert (myObject (attribute1 "attr85942") ) ) +(assert (myObject (attribute1 "attr85943") ) ) +(assert (myObject (attribute1 "attr85944") ) ) +(assert (myObject (attribute1 "attr85945") ) ) +(assert (myObject (attribute1 "attr85946") ) ) +(assert (myObject (attribute1 "attr85947") ) ) +(assert (myObject (attribute1 "attr85948") ) ) +(assert (myObject (attribute1 "attr85949") ) ) +(assert (myObject (attribute1 "attr85950") ) ) +(assert (myObject (attribute1 "attr85951") ) ) +(assert (myObject (attribute1 "attr85952") ) ) +(assert (myObject (attribute1 "attr85953") ) ) +(assert (myObject (attribute1 "attr85954") ) ) +(assert (myObject (attribute1 "attr85955") ) ) +(assert (myObject (attribute1 "attr85956") ) ) +(assert (myObject (attribute1 "attr85957") ) ) +(assert (myObject (attribute1 "attr85958") ) ) +(assert (myObject (attribute1 "attr85959") ) ) +(assert (myObject (attribute1 "attr85960") ) ) +(assert (myObject (attribute1 "attr85961") ) ) +(assert (myObject (attribute1 "attr85962") ) ) +(assert (myObject (attribute1 "attr85963") ) ) +(assert (myObject (attribute1 "attr85964") ) ) +(assert (myObject (attribute1 "attr85965") ) ) +(assert (myObject (attribute1 "attr85966") ) ) +(assert (myObject (attribute1 "attr85967") ) ) +(assert (myObject (attribute1 "attr85968") ) ) +(assert (myObject (attribute1 "attr85969") ) ) +(assert (myObject (attribute1 "attr85970") ) ) +(assert (myObject (attribute1 "attr85971") ) ) +(assert (myObject (attribute1 "attr85972") ) ) +(assert (myObject (attribute1 "attr85973") ) ) +(assert (myObject (attribute1 "attr85974") ) ) +(assert (myObject (attribute1 "attr85975") ) ) +(assert (myObject (attribute1 "attr85976") ) ) +(assert (myObject (attribute1 "attr85977") ) ) +(assert (myObject (attribute1 "attr85978") ) ) +(assert (myObject (attribute1 "attr85979") ) ) +(assert (myObject (attribute1 "attr85980") ) ) +(assert (myObject (attribute1 "attr85981") ) ) +(assert (myObject (attribute1 "attr85982") ) ) +(assert (myObject (attribute1 "attr85983") ) ) +(assert (myObject (attribute1 "attr85984") ) ) +(assert (myObject (attribute1 "attr85985") ) ) +(assert (myObject (attribute1 "attr85986") ) ) +(assert (myObject (attribute1 "attr85987") ) ) +(assert (myObject (attribute1 "attr85988") ) ) +(assert (myObject (attribute1 "attr85989") ) ) +(assert (myObject (attribute1 "attr85990") ) ) +(assert (myObject (attribute1 "attr85991") ) ) +(assert (myObject (attribute1 "attr85992") ) ) +(assert (myObject (attribute1 "attr85993") ) ) +(assert (myObject (attribute1 "attr85994") ) ) +(assert (myObject (attribute1 "attr85995") ) ) +(assert (myObject (attribute1 "attr85996") ) ) +(assert (myObject (attribute1 "attr85997") ) ) +(assert (myObject (attribute1 "attr85998") ) ) +(assert (myObject (attribute1 "attr85999") ) ) +(assert (myObject (attribute1 "attr86000") ) ) +(assert (myObject (attribute1 "attr86001") ) ) +(assert (myObject (attribute1 "attr86002") ) ) +(assert (myObject (attribute1 "attr86003") ) ) +(assert (myObject (attribute1 "attr86004") ) ) +(assert (myObject (attribute1 "attr86005") ) ) +(assert (myObject (attribute1 "attr86006") ) ) +(assert (myObject (attribute1 "attr86007") ) ) +(assert (myObject (attribute1 "attr86008") ) ) +(assert (myObject (attribute1 "attr86009") ) ) +(assert (myObject (attribute1 "attr86010") ) ) +(assert (myObject (attribute1 "attr86011") ) ) +(assert (myObject (attribute1 "attr86012") ) ) +(assert (myObject (attribute1 "attr86013") ) ) +(assert (myObject (attribute1 "attr86014") ) ) +(assert (myObject (attribute1 "attr86015") ) ) +(assert (myObject (attribute1 "attr86016") ) ) +(assert (myObject (attribute1 "attr86017") ) ) +(assert (myObject (attribute1 "attr86018") ) ) +(assert (myObject (attribute1 "attr86019") ) ) +(assert (myObject (attribute1 "attr86020") ) ) +(assert (myObject (attribute1 "attr86021") ) ) +(assert (myObject (attribute1 "attr86022") ) ) +(assert (myObject (attribute1 "attr86023") ) ) +(assert (myObject (attribute1 "attr86024") ) ) +(assert (myObject (attribute1 "attr86025") ) ) +(assert (myObject (attribute1 "attr86026") ) ) +(assert (myObject (attribute1 "attr86027") ) ) +(assert (myObject (attribute1 "attr86028") ) ) +(assert (myObject (attribute1 "attr86029") ) ) +(assert (myObject (attribute1 "attr86030") ) ) +(assert (myObject (attribute1 "attr86031") ) ) +(assert (myObject (attribute1 "attr86032") ) ) +(assert (myObject (attribute1 "attr86033") ) ) +(assert (myObject (attribute1 "attr86034") ) ) +(assert (myObject (attribute1 "attr86035") ) ) +(assert (myObject (attribute1 "attr86036") ) ) +(assert (myObject (attribute1 "attr86037") ) ) +(assert (myObject (attribute1 "attr86038") ) ) +(assert (myObject (attribute1 "attr86039") ) ) +(assert (myObject (attribute1 "attr86040") ) ) +(assert (myObject (attribute1 "attr86041") ) ) +(assert (myObject (attribute1 "attr86042") ) ) +(assert (myObject (attribute1 "attr86043") ) ) +(assert (myObject (attribute1 "attr86044") ) ) +(assert (myObject (attribute1 "attr86045") ) ) +(assert (myObject (attribute1 "attr86046") ) ) +(assert (myObject (attribute1 "attr86047") ) ) +(assert (myObject (attribute1 "attr86048") ) ) +(assert (myObject (attribute1 "attr86049") ) ) +(assert (myObject (attribute1 "attr86050") ) ) +(assert (myObject (attribute1 "attr86051") ) ) +(assert (myObject (attribute1 "attr86052") ) ) +(assert (myObject (attribute1 "attr86053") ) ) +(assert (myObject (attribute1 "attr86054") ) ) +(assert (myObject (attribute1 "attr86055") ) ) +(assert (myObject (attribute1 "attr86056") ) ) +(assert (myObject (attribute1 "attr86057") ) ) +(assert (myObject (attribute1 "attr86058") ) ) +(assert (myObject (attribute1 "attr86059") ) ) +(assert (myObject (attribute1 "attr86060") ) ) +(assert (myObject (attribute1 "attr86061") ) ) +(assert (myObject (attribute1 "attr86062") ) ) +(assert (myObject (attribute1 "attr86063") ) ) +(assert (myObject (attribute1 "attr86064") ) ) +(assert (myObject (attribute1 "attr86065") ) ) +(assert (myObject (attribute1 "attr86066") ) ) +(assert (myObject (attribute1 "attr86067") ) ) +(assert (myObject (attribute1 "attr86068") ) ) +(assert (myObject (attribute1 "attr86069") ) ) +(assert (myObject (attribute1 "attr86070") ) ) +(assert (myObject (attribute1 "attr86071") ) ) +(assert (myObject (attribute1 "attr86072") ) ) +(assert (myObject (attribute1 "attr86073") ) ) +(assert (myObject (attribute1 "attr86074") ) ) +(assert (myObject (attribute1 "attr86075") ) ) +(assert (myObject (attribute1 "attr86076") ) ) +(assert (myObject (attribute1 "attr86077") ) ) +(assert (myObject (attribute1 "attr86078") ) ) +(assert (myObject (attribute1 "attr86079") ) ) +(assert (myObject (attribute1 "attr86080") ) ) +(assert (myObject (attribute1 "attr86081") ) ) +(assert (myObject (attribute1 "attr86082") ) ) +(assert (myObject (attribute1 "attr86083") ) ) +(assert (myObject (attribute1 "attr86084") ) ) +(assert (myObject (attribute1 "attr86085") ) ) +(assert (myObject (attribute1 "attr86086") ) ) +(assert (myObject (attribute1 "attr86087") ) ) +(assert (myObject (attribute1 "attr86088") ) ) +(assert (myObject (attribute1 "attr86089") ) ) +(assert (myObject (attribute1 "attr86090") ) ) +(assert (myObject (attribute1 "attr86091") ) ) +(assert (myObject (attribute1 "attr86092") ) ) +(assert (myObject (attribute1 "attr86093") ) ) +(assert (myObject (attribute1 "attr86094") ) ) +(assert (myObject (attribute1 "attr86095") ) ) +(assert (myObject (attribute1 "attr86096") ) ) +(assert (myObject (attribute1 "attr86097") ) ) +(assert (myObject (attribute1 "attr86098") ) ) +(assert (myObject (attribute1 "attr86099") ) ) +(assert (myObject (attribute1 "attr86100") ) ) +(assert (myObject (attribute1 "attr86101") ) ) +(assert (myObject (attribute1 "attr86102") ) ) +(assert (myObject (attribute1 "attr86103") ) ) +(assert (myObject (attribute1 "attr86104") ) ) +(assert (myObject (attribute1 "attr86105") ) ) +(assert (myObject (attribute1 "attr86106") ) ) +(assert (myObject (attribute1 "attr86107") ) ) +(assert (myObject (attribute1 "attr86108") ) ) +(assert (myObject (attribute1 "attr86109") ) ) +(assert (myObject (attribute1 "attr86110") ) ) +(assert (myObject (attribute1 "attr86111") ) ) +(assert (myObject (attribute1 "attr86112") ) ) +(assert (myObject (attribute1 "attr86113") ) ) +(assert (myObject (attribute1 "attr86114") ) ) +(assert (myObject (attribute1 "attr86115") ) ) +(assert (myObject (attribute1 "attr86116") ) ) +(assert (myObject (attribute1 "attr86117") ) ) +(assert (myObject (attribute1 "attr86118") ) ) +(assert (myObject (attribute1 "attr86119") ) ) +(assert (myObject (attribute1 "attr86120") ) ) +(assert (myObject (attribute1 "attr86121") ) ) +(assert (myObject (attribute1 "attr86122") ) ) +(assert (myObject (attribute1 "attr86123") ) ) +(assert (myObject (attribute1 "attr86124") ) ) +(assert (myObject (attribute1 "attr86125") ) ) +(assert (myObject (attribute1 "attr86126") ) ) +(assert (myObject (attribute1 "attr86127") ) ) +(assert (myObject (attribute1 "attr86128") ) ) +(assert (myObject (attribute1 "attr86129") ) ) +(assert (myObject (attribute1 "attr86130") ) ) +(assert (myObject (attribute1 "attr86131") ) ) +(assert (myObject (attribute1 "attr86132") ) ) +(assert (myObject (attribute1 "attr86133") ) ) +(assert (myObject (attribute1 "attr86134") ) ) +(assert (myObject (attribute1 "attr86135") ) ) +(assert (myObject (attribute1 "attr86136") ) ) +(assert (myObject (attribute1 "attr86137") ) ) +(assert (myObject (attribute1 "attr86138") ) ) +(assert (myObject (attribute1 "attr86139") ) ) +(assert (myObject (attribute1 "attr86140") ) ) +(assert (myObject (attribute1 "attr86141") ) ) +(assert (myObject (attribute1 "attr86142") ) ) +(assert (myObject (attribute1 "attr86143") ) ) +(assert (myObject (attribute1 "attr86144") ) ) +(assert (myObject (attribute1 "attr86145") ) ) +(assert (myObject (attribute1 "attr86146") ) ) +(assert (myObject (attribute1 "attr86147") ) ) +(assert (myObject (attribute1 "attr86148") ) ) +(assert (myObject (attribute1 "attr86149") ) ) +(assert (myObject (attribute1 "attr86150") ) ) +(assert (myObject (attribute1 "attr86151") ) ) +(assert (myObject (attribute1 "attr86152") ) ) +(assert (myObject (attribute1 "attr86153") ) ) +(assert (myObject (attribute1 "attr86154") ) ) +(assert (myObject (attribute1 "attr86155") ) ) +(assert (myObject (attribute1 "attr86156") ) ) +(assert (myObject (attribute1 "attr86157") ) ) +(assert (myObject (attribute1 "attr86158") ) ) +(assert (myObject (attribute1 "attr86159") ) ) +(assert (myObject (attribute1 "attr86160") ) ) +(assert (myObject (attribute1 "attr86161") ) ) +(assert (myObject (attribute1 "attr86162") ) ) +(assert (myObject (attribute1 "attr86163") ) ) +(assert (myObject (attribute1 "attr86164") ) ) +(assert (myObject (attribute1 "attr86165") ) ) +(assert (myObject (attribute1 "attr86166") ) ) +(assert (myObject (attribute1 "attr86167") ) ) +(assert (myObject (attribute1 "attr86168") ) ) +(assert (myObject (attribute1 "attr86169") ) ) +(assert (myObject (attribute1 "attr86170") ) ) +(assert (myObject (attribute1 "attr86171") ) ) +(assert (myObject (attribute1 "attr86172") ) ) +(assert (myObject (attribute1 "attr86173") ) ) +(assert (myObject (attribute1 "attr86174") ) ) +(assert (myObject (attribute1 "attr86175") ) ) +(assert (myObject (attribute1 "attr86176") ) ) +(assert (myObject (attribute1 "attr86177") ) ) +(assert (myObject (attribute1 "attr86178") ) ) +(assert (myObject (attribute1 "attr86179") ) ) +(assert (myObject (attribute1 "attr86180") ) ) +(assert (myObject (attribute1 "attr86181") ) ) +(assert (myObject (attribute1 "attr86182") ) ) +(assert (myObject (attribute1 "attr86183") ) ) +(assert (myObject (attribute1 "attr86184") ) ) +(assert (myObject (attribute1 "attr86185") ) ) +(assert (myObject (attribute1 "attr86186") ) ) +(assert (myObject (attribute1 "attr86187") ) ) +(assert (myObject (attribute1 "attr86188") ) ) +(assert (myObject (attribute1 "attr86189") ) ) +(assert (myObject (attribute1 "attr86190") ) ) +(assert (myObject (attribute1 "attr86191") ) ) +(assert (myObject (attribute1 "attr86192") ) ) +(assert (myObject (attribute1 "attr86193") ) ) +(assert (myObject (attribute1 "attr86194") ) ) +(assert (myObject (attribute1 "attr86195") ) ) +(assert (myObject (attribute1 "attr86196") ) ) +(assert (myObject (attribute1 "attr86197") ) ) +(assert (myObject (attribute1 "attr86198") ) ) +(assert (myObject (attribute1 "attr86199") ) ) +(assert (myObject (attribute1 "attr86200") ) ) +(assert (myObject (attribute1 "attr86201") ) ) +(assert (myObject (attribute1 "attr86202") ) ) +(assert (myObject (attribute1 "attr86203") ) ) +(assert (myObject (attribute1 "attr86204") ) ) +(assert (myObject (attribute1 "attr86205") ) ) +(assert (myObject (attribute1 "attr86206") ) ) +(assert (myObject (attribute1 "attr86207") ) ) +(assert (myObject (attribute1 "attr86208") ) ) +(assert (myObject (attribute1 "attr86209") ) ) +(assert (myObject (attribute1 "attr86210") ) ) +(assert (myObject (attribute1 "attr86211") ) ) +(assert (myObject (attribute1 "attr86212") ) ) +(assert (myObject (attribute1 "attr86213") ) ) +(assert (myObject (attribute1 "attr86214") ) ) +(assert (myObject (attribute1 "attr86215") ) ) +(assert (myObject (attribute1 "attr86216") ) ) +(assert (myObject (attribute1 "attr86217") ) ) +(assert (myObject (attribute1 "attr86218") ) ) +(assert (myObject (attribute1 "attr86219") ) ) +(assert (myObject (attribute1 "attr86220") ) ) +(assert (myObject (attribute1 "attr86221") ) ) +(assert (myObject (attribute1 "attr86222") ) ) +(assert (myObject (attribute1 "attr86223") ) ) +(assert (myObject (attribute1 "attr86224") ) ) +(assert (myObject (attribute1 "attr86225") ) ) +(assert (myObject (attribute1 "attr86226") ) ) +(assert (myObject (attribute1 "attr86227") ) ) +(assert (myObject (attribute1 "attr86228") ) ) +(assert (myObject (attribute1 "attr86229") ) ) +(assert (myObject (attribute1 "attr86230") ) ) +(assert (myObject (attribute1 "attr86231") ) ) +(assert (myObject (attribute1 "attr86232") ) ) +(assert (myObject (attribute1 "attr86233") ) ) +(assert (myObject (attribute1 "attr86234") ) ) +(assert (myObject (attribute1 "attr86235") ) ) +(assert (myObject (attribute1 "attr86236") ) ) +(assert (myObject (attribute1 "attr86237") ) ) +(assert (myObject (attribute1 "attr86238") ) ) +(assert (myObject (attribute1 "attr86239") ) ) +(assert (myObject (attribute1 "attr86240") ) ) +(assert (myObject (attribute1 "attr86241") ) ) +(assert (myObject (attribute1 "attr86242") ) ) +(assert (myObject (attribute1 "attr86243") ) ) +(assert (myObject (attribute1 "attr86244") ) ) +(assert (myObject (attribute1 "attr86245") ) ) +(assert (myObject (attribute1 "attr86246") ) ) +(assert (myObject (attribute1 "attr86247") ) ) +(assert (myObject (attribute1 "attr86248") ) ) +(assert (myObject (attribute1 "attr86249") ) ) +(assert (myObject (attribute1 "attr86250") ) ) +(assert (myObject (attribute1 "attr86251") ) ) +(assert (myObject (attribute1 "attr86252") ) ) +(assert (myObject (attribute1 "attr86253") ) ) +(assert (myObject (attribute1 "attr86254") ) ) +(assert (myObject (attribute1 "attr86255") ) ) +(assert (myObject (attribute1 "attr86256") ) ) +(assert (myObject (attribute1 "attr86257") ) ) +(assert (myObject (attribute1 "attr86258") ) ) +(assert (myObject (attribute1 "attr86259") ) ) +(assert (myObject (attribute1 "attr86260") ) ) +(assert (myObject (attribute1 "attr86261") ) ) +(assert (myObject (attribute1 "attr86262") ) ) +(assert (myObject (attribute1 "attr86263") ) ) +(assert (myObject (attribute1 "attr86264") ) ) +(assert (myObject (attribute1 "attr86265") ) ) +(assert (myObject (attribute1 "attr86266") ) ) +(assert (myObject (attribute1 "attr86267") ) ) +(assert (myObject (attribute1 "attr86268") ) ) +(assert (myObject (attribute1 "attr86269") ) ) +(assert (myObject (attribute1 "attr86270") ) ) +(assert (myObject (attribute1 "attr86271") ) ) +(assert (myObject (attribute1 "attr86272") ) ) +(assert (myObject (attribute1 "attr86273") ) ) +(assert (myObject (attribute1 "attr86274") ) ) +(assert (myObject (attribute1 "attr86275") ) ) +(assert (myObject (attribute1 "attr86276") ) ) +(assert (myObject (attribute1 "attr86277") ) ) +(assert (myObject (attribute1 "attr86278") ) ) +(assert (myObject (attribute1 "attr86279") ) ) +(assert (myObject (attribute1 "attr86280") ) ) +(assert (myObject (attribute1 "attr86281") ) ) +(assert (myObject (attribute1 "attr86282") ) ) +(assert (myObject (attribute1 "attr86283") ) ) +(assert (myObject (attribute1 "attr86284") ) ) +(assert (myObject (attribute1 "attr86285") ) ) +(assert (myObject (attribute1 "attr86286") ) ) +(assert (myObject (attribute1 "attr86287") ) ) +(assert (myObject (attribute1 "attr86288") ) ) +(assert (myObject (attribute1 "attr86289") ) ) +(assert (myObject (attribute1 "attr86290") ) ) +(assert (myObject (attribute1 "attr86291") ) ) +(assert (myObject (attribute1 "attr86292") ) ) +(assert (myObject (attribute1 "attr86293") ) ) +(assert (myObject (attribute1 "attr86294") ) ) +(assert (myObject (attribute1 "attr86295") ) ) +(assert (myObject (attribute1 "attr86296") ) ) +(assert (myObject (attribute1 "attr86297") ) ) +(assert (myObject (attribute1 "attr86298") ) ) +(assert (myObject (attribute1 "attr86299") ) ) +(assert (myObject (attribute1 "attr86300") ) ) +(assert (myObject (attribute1 "attr86301") ) ) +(assert (myObject (attribute1 "attr86302") ) ) +(assert (myObject (attribute1 "attr86303") ) ) +(assert (myObject (attribute1 "attr86304") ) ) +(assert (myObject (attribute1 "attr86305") ) ) +(assert (myObject (attribute1 "attr86306") ) ) +(assert (myObject (attribute1 "attr86307") ) ) +(assert (myObject (attribute1 "attr86308") ) ) +(assert (myObject (attribute1 "attr86309") ) ) +(assert (myObject (attribute1 "attr86310") ) ) +(assert (myObject (attribute1 "attr86311") ) ) +(assert (myObject (attribute1 "attr86312") ) ) +(assert (myObject (attribute1 "attr86313") ) ) +(assert (myObject (attribute1 "attr86314") ) ) +(assert (myObject (attribute1 "attr86315") ) ) +(assert (myObject (attribute1 "attr86316") ) ) +(assert (myObject (attribute1 "attr86317") ) ) +(assert (myObject (attribute1 "attr86318") ) ) +(assert (myObject (attribute1 "attr86319") ) ) +(assert (myObject (attribute1 "attr86320") ) ) +(assert (myObject (attribute1 "attr86321") ) ) +(assert (myObject (attribute1 "attr86322") ) ) +(assert (myObject (attribute1 "attr86323") ) ) +(assert (myObject (attribute1 "attr86324") ) ) +(assert (myObject (attribute1 "attr86325") ) ) +(assert (myObject (attribute1 "attr86326") ) ) +(assert (myObject (attribute1 "attr86327") ) ) +(assert (myObject (attribute1 "attr86328") ) ) +(assert (myObject (attribute1 "attr86329") ) ) +(assert (myObject (attribute1 "attr86330") ) ) +(assert (myObject (attribute1 "attr86331") ) ) +(assert (myObject (attribute1 "attr86332") ) ) +(assert (myObject (attribute1 "attr86333") ) ) +(assert (myObject (attribute1 "attr86334") ) ) +(assert (myObject (attribute1 "attr86335") ) ) +(assert (myObject (attribute1 "attr86336") ) ) +(assert (myObject (attribute1 "attr86337") ) ) +(assert (myObject (attribute1 "attr86338") ) ) +(assert (myObject (attribute1 "attr86339") ) ) +(assert (myObject (attribute1 "attr86340") ) ) +(assert (myObject (attribute1 "attr86341") ) ) +(assert (myObject (attribute1 "attr86342") ) ) +(assert (myObject (attribute1 "attr86343") ) ) +(assert (myObject (attribute1 "attr86344") ) ) +(assert (myObject (attribute1 "attr86345") ) ) +(assert (myObject (attribute1 "attr86346") ) ) +(assert (myObject (attribute1 "attr86347") ) ) +(assert (myObject (attribute1 "attr86348") ) ) +(assert (myObject (attribute1 "attr86349") ) ) +(assert (myObject (attribute1 "attr86350") ) ) +(assert (myObject (attribute1 "attr86351") ) ) +(assert (myObject (attribute1 "attr86352") ) ) +(assert (myObject (attribute1 "attr86353") ) ) +(assert (myObject (attribute1 "attr86354") ) ) +(assert (myObject (attribute1 "attr86355") ) ) +(assert (myObject (attribute1 "attr86356") ) ) +(assert (myObject (attribute1 "attr86357") ) ) +(assert (myObject (attribute1 "attr86358") ) ) +(assert (myObject (attribute1 "attr86359") ) ) +(assert (myObject (attribute1 "attr86360") ) ) +(assert (myObject (attribute1 "attr86361") ) ) +(assert (myObject (attribute1 "attr86362") ) ) +(assert (myObject (attribute1 "attr86363") ) ) +(assert (myObject (attribute1 "attr86364") ) ) +(assert (myObject (attribute1 "attr86365") ) ) +(assert (myObject (attribute1 "attr86366") ) ) +(assert (myObject (attribute1 "attr86367") ) ) +(assert (myObject (attribute1 "attr86368") ) ) +(assert (myObject (attribute1 "attr86369") ) ) +(assert (myObject (attribute1 "attr86370") ) ) +(assert (myObject (attribute1 "attr86371") ) ) +(assert (myObject (attribute1 "attr86372") ) ) +(assert (myObject (attribute1 "attr86373") ) ) +(assert (myObject (attribute1 "attr86374") ) ) +(assert (myObject (attribute1 "attr86375") ) ) +(assert (myObject (attribute1 "attr86376") ) ) +(assert (myObject (attribute1 "attr86377") ) ) +(assert (myObject (attribute1 "attr86378") ) ) +(assert (myObject (attribute1 "attr86379") ) ) +(assert (myObject (attribute1 "attr86380") ) ) +(assert (myObject (attribute1 "attr86381") ) ) +(assert (myObject (attribute1 "attr86382") ) ) +(assert (myObject (attribute1 "attr86383") ) ) +(assert (myObject (attribute1 "attr86384") ) ) +(assert (myObject (attribute1 "attr86385") ) ) +(assert (myObject (attribute1 "attr86386") ) ) +(assert (myObject (attribute1 "attr86387") ) ) +(assert (myObject (attribute1 "attr86388") ) ) +(assert (myObject (attribute1 "attr86389") ) ) +(assert (myObject (attribute1 "attr86390") ) ) +(assert (myObject (attribute1 "attr86391") ) ) +(assert (myObject (attribute1 "attr86392") ) ) +(assert (myObject (attribute1 "attr86393") ) ) +(assert (myObject (attribute1 "attr86394") ) ) +(assert (myObject (attribute1 "attr86395") ) ) +(assert (myObject (attribute1 "attr86396") ) ) +(assert (myObject (attribute1 "attr86397") ) ) +(assert (myObject (attribute1 "attr86398") ) ) +(assert (myObject (attribute1 "attr86399") ) ) +(assert (myObject (attribute1 "attr86400") ) ) +(assert (myObject (attribute1 "attr86401") ) ) +(assert (myObject (attribute1 "attr86402") ) ) +(assert (myObject (attribute1 "attr86403") ) ) +(assert (myObject (attribute1 "attr86404") ) ) +(assert (myObject (attribute1 "attr86405") ) ) +(assert (myObject (attribute1 "attr86406") ) ) +(assert (myObject (attribute1 "attr86407") ) ) +(assert (myObject (attribute1 "attr86408") ) ) +(assert (myObject (attribute1 "attr86409") ) ) +(assert (myObject (attribute1 "attr86410") ) ) +(assert (myObject (attribute1 "attr86411") ) ) +(assert (myObject (attribute1 "attr86412") ) ) +(assert (myObject (attribute1 "attr86413") ) ) +(assert (myObject (attribute1 "attr86414") ) ) +(assert (myObject (attribute1 "attr86415") ) ) +(assert (myObject (attribute1 "attr86416") ) ) +(assert (myObject (attribute1 "attr86417") ) ) +(assert (myObject (attribute1 "attr86418") ) ) +(assert (myObject (attribute1 "attr86419") ) ) +(assert (myObject (attribute1 "attr86420") ) ) +(assert (myObject (attribute1 "attr86421") ) ) +(assert (myObject (attribute1 "attr86422") ) ) +(assert (myObject (attribute1 "attr86423") ) ) +(assert (myObject (attribute1 "attr86424") ) ) +(assert (myObject (attribute1 "attr86425") ) ) +(assert (myObject (attribute1 "attr86426") ) ) +(assert (myObject (attribute1 "attr86427") ) ) +(assert (myObject (attribute1 "attr86428") ) ) +(assert (myObject (attribute1 "attr86429") ) ) +(assert (myObject (attribute1 "attr86430") ) ) +(assert (myObject (attribute1 "attr86431") ) ) +(assert (myObject (attribute1 "attr86432") ) ) +(assert (myObject (attribute1 "attr86433") ) ) +(assert (myObject (attribute1 "attr86434") ) ) +(assert (myObject (attribute1 "attr86435") ) ) +(assert (myObject (attribute1 "attr86436") ) ) +(assert (myObject (attribute1 "attr86437") ) ) +(assert (myObject (attribute1 "attr86438") ) ) +(assert (myObject (attribute1 "attr86439") ) ) +(assert (myObject (attribute1 "attr86440") ) ) +(assert (myObject (attribute1 "attr86441") ) ) +(assert (myObject (attribute1 "attr86442") ) ) +(assert (myObject (attribute1 "attr86443") ) ) +(assert (myObject (attribute1 "attr86444") ) ) +(assert (myObject (attribute1 "attr86445") ) ) +(assert (myObject (attribute1 "attr86446") ) ) +(assert (myObject (attribute1 "attr86447") ) ) +(assert (myObject (attribute1 "attr86448") ) ) +(assert (myObject (attribute1 "attr86449") ) ) +(assert (myObject (attribute1 "attr86450") ) ) +(assert (myObject (attribute1 "attr86451") ) ) +(assert (myObject (attribute1 "attr86452") ) ) +(assert (myObject (attribute1 "attr86453") ) ) +(assert (myObject (attribute1 "attr86454") ) ) +(assert (myObject (attribute1 "attr86455") ) ) +(assert (myObject (attribute1 "attr86456") ) ) +(assert (myObject (attribute1 "attr86457") ) ) +(assert (myObject (attribute1 "attr86458") ) ) +(assert (myObject (attribute1 "attr86459") ) ) +(assert (myObject (attribute1 "attr86460") ) ) +(assert (myObject (attribute1 "attr86461") ) ) +(assert (myObject (attribute1 "attr86462") ) ) +(assert (myObject (attribute1 "attr86463") ) ) +(assert (myObject (attribute1 "attr86464") ) ) +(assert (myObject (attribute1 "attr86465") ) ) +(assert (myObject (attribute1 "attr86466") ) ) +(assert (myObject (attribute1 "attr86467") ) ) +(assert (myObject (attribute1 "attr86468") ) ) +(assert (myObject (attribute1 "attr86469") ) ) +(assert (myObject (attribute1 "attr86470") ) ) +(assert (myObject (attribute1 "attr86471") ) ) +(assert (myObject (attribute1 "attr86472") ) ) +(assert (myObject (attribute1 "attr86473") ) ) +(assert (myObject (attribute1 "attr86474") ) ) +(assert (myObject (attribute1 "attr86475") ) ) +(assert (myObject (attribute1 "attr86476") ) ) +(assert (myObject (attribute1 "attr86477") ) ) +(assert (myObject (attribute1 "attr86478") ) ) +(assert (myObject (attribute1 "attr86479") ) ) +(assert (myObject (attribute1 "attr86480") ) ) +(assert (myObject (attribute1 "attr86481") ) ) +(assert (myObject (attribute1 "attr86482") ) ) +(assert (myObject (attribute1 "attr86483") ) ) +(assert (myObject (attribute1 "attr86484") ) ) +(assert (myObject (attribute1 "attr86485") ) ) +(assert (myObject (attribute1 "attr86486") ) ) +(assert (myObject (attribute1 "attr86487") ) ) +(assert (myObject (attribute1 "attr86488") ) ) +(assert (myObject (attribute1 "attr86489") ) ) +(assert (myObject (attribute1 "attr86490") ) ) +(assert (myObject (attribute1 "attr86491") ) ) +(assert (myObject (attribute1 "attr86492") ) ) +(assert (myObject (attribute1 "attr86493") ) ) +(assert (myObject (attribute1 "attr86494") ) ) +(assert (myObject (attribute1 "attr86495") ) ) +(assert (myObject (attribute1 "attr86496") ) ) +(assert (myObject (attribute1 "attr86497") ) ) +(assert (myObject (attribute1 "attr86498") ) ) +(assert (myObject (attribute1 "attr86499") ) ) +(assert (myObject (attribute1 "attr86500") ) ) +(assert (myObject (attribute1 "attr86501") ) ) +(assert (myObject (attribute1 "attr86502") ) ) +(assert (myObject (attribute1 "attr86503") ) ) +(assert (myObject (attribute1 "attr86504") ) ) +(assert (myObject (attribute1 "attr86505") ) ) +(assert (myObject (attribute1 "attr86506") ) ) +(assert (myObject (attribute1 "attr86507") ) ) +(assert (myObject (attribute1 "attr86508") ) ) +(assert (myObject (attribute1 "attr86509") ) ) +(assert (myObject (attribute1 "attr86510") ) ) +(assert (myObject (attribute1 "attr86511") ) ) +(assert (myObject (attribute1 "attr86512") ) ) +(assert (myObject (attribute1 "attr86513") ) ) +(assert (myObject (attribute1 "attr86514") ) ) +(assert (myObject (attribute1 "attr86515") ) ) +(assert (myObject (attribute1 "attr86516") ) ) +(assert (myObject (attribute1 "attr86517") ) ) +(assert (myObject (attribute1 "attr86518") ) ) +(assert (myObject (attribute1 "attr86519") ) ) +(assert (myObject (attribute1 "attr86520") ) ) +(assert (myObject (attribute1 "attr86521") ) ) +(assert (myObject (attribute1 "attr86522") ) ) +(assert (myObject (attribute1 "attr86523") ) ) +(assert (myObject (attribute1 "attr86524") ) ) +(assert (myObject (attribute1 "attr86525") ) ) +(assert (myObject (attribute1 "attr86526") ) ) +(assert (myObject (attribute1 "attr86527") ) ) +(assert (myObject (attribute1 "attr86528") ) ) +(assert (myObject (attribute1 "attr86529") ) ) +(assert (myObject (attribute1 "attr86530") ) ) +(assert (myObject (attribute1 "attr86531") ) ) +(assert (myObject (attribute1 "attr86532") ) ) +(assert (myObject (attribute1 "attr86533") ) ) +(assert (myObject (attribute1 "attr86534") ) ) +(assert (myObject (attribute1 "attr86535") ) ) +(assert (myObject (attribute1 "attr86536") ) ) +(assert (myObject (attribute1 "attr86537") ) ) +(assert (myObject (attribute1 "attr86538") ) ) +(assert (myObject (attribute1 "attr86539") ) ) +(assert (myObject (attribute1 "attr86540") ) ) +(assert (myObject (attribute1 "attr86541") ) ) +(assert (myObject (attribute1 "attr86542") ) ) +(assert (myObject (attribute1 "attr86543") ) ) +(assert (myObject (attribute1 "attr86544") ) ) +(assert (myObject (attribute1 "attr86545") ) ) +(assert (myObject (attribute1 "attr86546") ) ) +(assert (myObject (attribute1 "attr86547") ) ) +(assert (myObject (attribute1 "attr86548") ) ) +(assert (myObject (attribute1 "attr86549") ) ) +(assert (myObject (attribute1 "attr86550") ) ) +(assert (myObject (attribute1 "attr86551") ) ) +(assert (myObject (attribute1 "attr86552") ) ) +(assert (myObject (attribute1 "attr86553") ) ) +(assert (myObject (attribute1 "attr86554") ) ) +(assert (myObject (attribute1 "attr86555") ) ) +(assert (myObject (attribute1 "attr86556") ) ) +(assert (myObject (attribute1 "attr86557") ) ) +(assert (myObject (attribute1 "attr86558") ) ) +(assert (myObject (attribute1 "attr86559") ) ) +(assert (myObject (attribute1 "attr86560") ) ) +(assert (myObject (attribute1 "attr86561") ) ) +(assert (myObject (attribute1 "attr86562") ) ) +(assert (myObject (attribute1 "attr86563") ) ) +(assert (myObject (attribute1 "attr86564") ) ) +(assert (myObject (attribute1 "attr86565") ) ) +(assert (myObject (attribute1 "attr86566") ) ) +(assert (myObject (attribute1 "attr86567") ) ) +(assert (myObject (attribute1 "attr86568") ) ) +(assert (myObject (attribute1 "attr86569") ) ) +(assert (myObject (attribute1 "attr86570") ) ) +(assert (myObject (attribute1 "attr86571") ) ) +(assert (myObject (attribute1 "attr86572") ) ) +(assert (myObject (attribute1 "attr86573") ) ) +(assert (myObject (attribute1 "attr86574") ) ) +(assert (myObject (attribute1 "attr86575") ) ) +(assert (myObject (attribute1 "attr86576") ) ) +(assert (myObject (attribute1 "attr86577") ) ) +(assert (myObject (attribute1 "attr86578") ) ) +(assert (myObject (attribute1 "attr86579") ) ) +(assert (myObject (attribute1 "attr86580") ) ) +(assert (myObject (attribute1 "attr86581") ) ) +(assert (myObject (attribute1 "attr86582") ) ) +(assert (myObject (attribute1 "attr86583") ) ) +(assert (myObject (attribute1 "attr86584") ) ) +(assert (myObject (attribute1 "attr86585") ) ) +(assert (myObject (attribute1 "attr86586") ) ) +(assert (myObject (attribute1 "attr86587") ) ) +(assert (myObject (attribute1 "attr86588") ) ) +(assert (myObject (attribute1 "attr86589") ) ) +(assert (myObject (attribute1 "attr86590") ) ) +(assert (myObject (attribute1 "attr86591") ) ) +(assert (myObject (attribute1 "attr86592") ) ) +(assert (myObject (attribute1 "attr86593") ) ) +(assert (myObject (attribute1 "attr86594") ) ) +(assert (myObject (attribute1 "attr86595") ) ) +(assert (myObject (attribute1 "attr86596") ) ) +(assert (myObject (attribute1 "attr86597") ) ) +(assert (myObject (attribute1 "attr86598") ) ) +(assert (myObject (attribute1 "attr86599") ) ) +(assert (myObject (attribute1 "attr86600") ) ) +(assert (myObject (attribute1 "attr86601") ) ) +(assert (myObject (attribute1 "attr86602") ) ) +(assert (myObject (attribute1 "attr86603") ) ) +(assert (myObject (attribute1 "attr86604") ) ) +(assert (myObject (attribute1 "attr86605") ) ) +(assert (myObject (attribute1 "attr86606") ) ) +(assert (myObject (attribute1 "attr86607") ) ) +(assert (myObject (attribute1 "attr86608") ) ) +(assert (myObject (attribute1 "attr86609") ) ) +(assert (myObject (attribute1 "attr86610") ) ) +(assert (myObject (attribute1 "attr86611") ) ) +(assert (myObject (attribute1 "attr86612") ) ) +(assert (myObject (attribute1 "attr86613") ) ) +(assert (myObject (attribute1 "attr86614") ) ) +(assert (myObject (attribute1 "attr86615") ) ) +(assert (myObject (attribute1 "attr86616") ) ) +(assert (myObject (attribute1 "attr86617") ) ) +(assert (myObject (attribute1 "attr86618") ) ) +(assert (myObject (attribute1 "attr86619") ) ) +(assert (myObject (attribute1 "attr86620") ) ) +(assert (myObject (attribute1 "attr86621") ) ) +(assert (myObject (attribute1 "attr86622") ) ) +(assert (myObject (attribute1 "attr86623") ) ) +(assert (myObject (attribute1 "attr86624") ) ) +(assert (myObject (attribute1 "attr86625") ) ) +(assert (myObject (attribute1 "attr86626") ) ) +(assert (myObject (attribute1 "attr86627") ) ) +(assert (myObject (attribute1 "attr86628") ) ) +(assert (myObject (attribute1 "attr86629") ) ) +(assert (myObject (attribute1 "attr86630") ) ) +(assert (myObject (attribute1 "attr86631") ) ) +(assert (myObject (attribute1 "attr86632") ) ) +(assert (myObject (attribute1 "attr86633") ) ) +(assert (myObject (attribute1 "attr86634") ) ) +(assert (myObject (attribute1 "attr86635") ) ) +(assert (myObject (attribute1 "attr86636") ) ) +(assert (myObject (attribute1 "attr86637") ) ) +(assert (myObject (attribute1 "attr86638") ) ) +(assert (myObject (attribute1 "attr86639") ) ) +(assert (myObject (attribute1 "attr86640") ) ) +(assert (myObject (attribute1 "attr86641") ) ) +(assert (myObject (attribute1 "attr86642") ) ) +(assert (myObject (attribute1 "attr86643") ) ) +(assert (myObject (attribute1 "attr86644") ) ) +(assert (myObject (attribute1 "attr86645") ) ) +(assert (myObject (attribute1 "attr86646") ) ) +(assert (myObject (attribute1 "attr86647") ) ) +(assert (myObject (attribute1 "attr86648") ) ) +(assert (myObject (attribute1 "attr86649") ) ) +(assert (myObject (attribute1 "attr86650") ) ) +(assert (myObject (attribute1 "attr86651") ) ) +(assert (myObject (attribute1 "attr86652") ) ) +(assert (myObject (attribute1 "attr86653") ) ) +(assert (myObject (attribute1 "attr86654") ) ) +(assert (myObject (attribute1 "attr86655") ) ) +(assert (myObject (attribute1 "attr86656") ) ) +(assert (myObject (attribute1 "attr86657") ) ) +(assert (myObject (attribute1 "attr86658") ) ) +(assert (myObject (attribute1 "attr86659") ) ) +(assert (myObject (attribute1 "attr86660") ) ) +(assert (myObject (attribute1 "attr86661") ) ) +(assert (myObject (attribute1 "attr86662") ) ) +(assert (myObject (attribute1 "attr86663") ) ) +(assert (myObject (attribute1 "attr86664") ) ) +(assert (myObject (attribute1 "attr86665") ) ) +(assert (myObject (attribute1 "attr86666") ) ) +(assert (myObject (attribute1 "attr86667") ) ) +(assert (myObject (attribute1 "attr86668") ) ) +(assert (myObject (attribute1 "attr86669") ) ) +(assert (myObject (attribute1 "attr86670") ) ) +(assert (myObject (attribute1 "attr86671") ) ) +(assert (myObject (attribute1 "attr86672") ) ) +(assert (myObject (attribute1 "attr86673") ) ) +(assert (myObject (attribute1 "attr86674") ) ) +(assert (myObject (attribute1 "attr86675") ) ) +(assert (myObject (attribute1 "attr86676") ) ) +(assert (myObject (attribute1 "attr86677") ) ) +(assert (myObject (attribute1 "attr86678") ) ) +(assert (myObject (attribute1 "attr86679") ) ) +(assert (myObject (attribute1 "attr86680") ) ) +(assert (myObject (attribute1 "attr86681") ) ) +(assert (myObject (attribute1 "attr86682") ) ) +(assert (myObject (attribute1 "attr86683") ) ) +(assert (myObject (attribute1 "attr86684") ) ) +(assert (myObject (attribute1 "attr86685") ) ) +(assert (myObject (attribute1 "attr86686") ) ) +(assert (myObject (attribute1 "attr86687") ) ) +(assert (myObject (attribute1 "attr86688") ) ) +(assert (myObject (attribute1 "attr86689") ) ) +(assert (myObject (attribute1 "attr86690") ) ) +(assert (myObject (attribute1 "attr86691") ) ) +(assert (myObject (attribute1 "attr86692") ) ) +(assert (myObject (attribute1 "attr86693") ) ) +(assert (myObject (attribute1 "attr86694") ) ) +(assert (myObject (attribute1 "attr86695") ) ) +(assert (myObject (attribute1 "attr86696") ) ) +(assert (myObject (attribute1 "attr86697") ) ) +(assert (myObject (attribute1 "attr86698") ) ) +(assert (myObject (attribute1 "attr86699") ) ) +(assert (myObject (attribute1 "attr86700") ) ) +(assert (myObject (attribute1 "attr86701") ) ) +(assert (myObject (attribute1 "attr86702") ) ) +(assert (myObject (attribute1 "attr86703") ) ) +(assert (myObject (attribute1 "attr86704") ) ) +(assert (myObject (attribute1 "attr86705") ) ) +(assert (myObject (attribute1 "attr86706") ) ) +(assert (myObject (attribute1 "attr86707") ) ) +(assert (myObject (attribute1 "attr86708") ) ) +(assert (myObject (attribute1 "attr86709") ) ) +(assert (myObject (attribute1 "attr86710") ) ) +(assert (myObject (attribute1 "attr86711") ) ) +(assert (myObject (attribute1 "attr86712") ) ) +(assert (myObject (attribute1 "attr86713") ) ) +(assert (myObject (attribute1 "attr86714") ) ) +(assert (myObject (attribute1 "attr86715") ) ) +(assert (myObject (attribute1 "attr86716") ) ) +(assert (myObject (attribute1 "attr86717") ) ) +(assert (myObject (attribute1 "attr86718") ) ) +(assert (myObject (attribute1 "attr86719") ) ) +(assert (myObject (attribute1 "attr86720") ) ) +(assert (myObject (attribute1 "attr86721") ) ) +(assert (myObject (attribute1 "attr86722") ) ) +(assert (myObject (attribute1 "attr86723") ) ) +(assert (myObject (attribute1 "attr86724") ) ) +(assert (myObject (attribute1 "attr86725") ) ) +(assert (myObject (attribute1 "attr86726") ) ) +(assert (myObject (attribute1 "attr86727") ) ) +(assert (myObject (attribute1 "attr86728") ) ) +(assert (myObject (attribute1 "attr86729") ) ) +(assert (myObject (attribute1 "attr86730") ) ) +(assert (myObject (attribute1 "attr86731") ) ) +(assert (myObject (attribute1 "attr86732") ) ) +(assert (myObject (attribute1 "attr86733") ) ) +(assert (myObject (attribute1 "attr86734") ) ) +(assert (myObject (attribute1 "attr86735") ) ) +(assert (myObject (attribute1 "attr86736") ) ) +(assert (myObject (attribute1 "attr86737") ) ) +(assert (myObject (attribute1 "attr86738") ) ) +(assert (myObject (attribute1 "attr86739") ) ) +(assert (myObject (attribute1 "attr86740") ) ) +(assert (myObject (attribute1 "attr86741") ) ) +(assert (myObject (attribute1 "attr86742") ) ) +(assert (myObject (attribute1 "attr86743") ) ) +(assert (myObject (attribute1 "attr86744") ) ) +(assert (myObject (attribute1 "attr86745") ) ) +(assert (myObject (attribute1 "attr86746") ) ) +(assert (myObject (attribute1 "attr86747") ) ) +(assert (myObject (attribute1 "attr86748") ) ) +(assert (myObject (attribute1 "attr86749") ) ) +(assert (myObject (attribute1 "attr86750") ) ) +(assert (myObject (attribute1 "attr86751") ) ) +(assert (myObject (attribute1 "attr86752") ) ) +(assert (myObject (attribute1 "attr86753") ) ) +(assert (myObject (attribute1 "attr86754") ) ) +(assert (myObject (attribute1 "attr86755") ) ) +(assert (myObject (attribute1 "attr86756") ) ) +(assert (myObject (attribute1 "attr86757") ) ) +(assert (myObject (attribute1 "attr86758") ) ) +(assert (myObject (attribute1 "attr86759") ) ) +(assert (myObject (attribute1 "attr86760") ) ) +(assert (myObject (attribute1 "attr86761") ) ) +(assert (myObject (attribute1 "attr86762") ) ) +(assert (myObject (attribute1 "attr86763") ) ) +(assert (myObject (attribute1 "attr86764") ) ) +(assert (myObject (attribute1 "attr86765") ) ) +(assert (myObject (attribute1 "attr86766") ) ) +(assert (myObject (attribute1 "attr86767") ) ) +(assert (myObject (attribute1 "attr86768") ) ) +(assert (myObject (attribute1 "attr86769") ) ) +(assert (myObject (attribute1 "attr86770") ) ) +(assert (myObject (attribute1 "attr86771") ) ) +(assert (myObject (attribute1 "attr86772") ) ) +(assert (myObject (attribute1 "attr86773") ) ) +(assert (myObject (attribute1 "attr86774") ) ) +(assert (myObject (attribute1 "attr86775") ) ) +(assert (myObject (attribute1 "attr86776") ) ) +(assert (myObject (attribute1 "attr86777") ) ) +(assert (myObject (attribute1 "attr86778") ) ) +(assert (myObject (attribute1 "attr86779") ) ) +(assert (myObject (attribute1 "attr86780") ) ) +(assert (myObject (attribute1 "attr86781") ) ) +(assert (myObject (attribute1 "attr86782") ) ) +(assert (myObject (attribute1 "attr86783") ) ) +(assert (myObject (attribute1 "attr86784") ) ) +(assert (myObject (attribute1 "attr86785") ) ) +(assert (myObject (attribute1 "attr86786") ) ) +(assert (myObject (attribute1 "attr86787") ) ) +(assert (myObject (attribute1 "attr86788") ) ) +(assert (myObject (attribute1 "attr86789") ) ) +(assert (myObject (attribute1 "attr86790") ) ) +(assert (myObject (attribute1 "attr86791") ) ) +(assert (myObject (attribute1 "attr86792") ) ) +(assert (myObject (attribute1 "attr86793") ) ) +(assert (myObject (attribute1 "attr86794") ) ) +(assert (myObject (attribute1 "attr86795") ) ) +(assert (myObject (attribute1 "attr86796") ) ) +(assert (myObject (attribute1 "attr86797") ) ) +(assert (myObject (attribute1 "attr86798") ) ) +(assert (myObject (attribute1 "attr86799") ) ) +(assert (myObject (attribute1 "attr86800") ) ) +(assert (myObject (attribute1 "attr86801") ) ) +(assert (myObject (attribute1 "attr86802") ) ) +(assert (myObject (attribute1 "attr86803") ) ) +(assert (myObject (attribute1 "attr86804") ) ) +(assert (myObject (attribute1 "attr86805") ) ) +(assert (myObject (attribute1 "attr86806") ) ) +(assert (myObject (attribute1 "attr86807") ) ) +(assert (myObject (attribute1 "attr86808") ) ) +(assert (myObject (attribute1 "attr86809") ) ) +(assert (myObject (attribute1 "attr86810") ) ) +(assert (myObject (attribute1 "attr86811") ) ) +(assert (myObject (attribute1 "attr86812") ) ) +(assert (myObject (attribute1 "attr86813") ) ) +(assert (myObject (attribute1 "attr86814") ) ) +(assert (myObject (attribute1 "attr86815") ) ) +(assert (myObject (attribute1 "attr86816") ) ) +(assert (myObject (attribute1 "attr86817") ) ) +(assert (myObject (attribute1 "attr86818") ) ) +(assert (myObject (attribute1 "attr86819") ) ) +(assert (myObject (attribute1 "attr86820") ) ) +(assert (myObject (attribute1 "attr86821") ) ) +(assert (myObject (attribute1 "attr86822") ) ) +(assert (myObject (attribute1 "attr86823") ) ) +(assert (myObject (attribute1 "attr86824") ) ) +(assert (myObject (attribute1 "attr86825") ) ) +(assert (myObject (attribute1 "attr86826") ) ) +(assert (myObject (attribute1 "attr86827") ) ) +(assert (myObject (attribute1 "attr86828") ) ) +(assert (myObject (attribute1 "attr86829") ) ) +(assert (myObject (attribute1 "attr86830") ) ) +(assert (myObject (attribute1 "attr86831") ) ) +(assert (myObject (attribute1 "attr86832") ) ) +(assert (myObject (attribute1 "attr86833") ) ) +(assert (myObject (attribute1 "attr86834") ) ) +(assert (myObject (attribute1 "attr86835") ) ) +(assert (myObject (attribute1 "attr86836") ) ) +(assert (myObject (attribute1 "attr86837") ) ) +(assert (myObject (attribute1 "attr86838") ) ) +(assert (myObject (attribute1 "attr86839") ) ) +(assert (myObject (attribute1 "attr86840") ) ) +(assert (myObject (attribute1 "attr86841") ) ) +(assert (myObject (attribute1 "attr86842") ) ) +(assert (myObject (attribute1 "attr86843") ) ) +(assert (myObject (attribute1 "attr86844") ) ) +(assert (myObject (attribute1 "attr86845") ) ) +(assert (myObject (attribute1 "attr86846") ) ) +(assert (myObject (attribute1 "attr86847") ) ) +(assert (myObject (attribute1 "attr86848") ) ) +(assert (myObject (attribute1 "attr86849") ) ) +(assert (myObject (attribute1 "attr86850") ) ) +(assert (myObject (attribute1 "attr86851") ) ) +(assert (myObject (attribute1 "attr86852") ) ) +(assert (myObject (attribute1 "attr86853") ) ) +(assert (myObject (attribute1 "attr86854") ) ) +(assert (myObject (attribute1 "attr86855") ) ) +(assert (myObject (attribute1 "attr86856") ) ) +(assert (myObject (attribute1 "attr86857") ) ) +(assert (myObject (attribute1 "attr86858") ) ) +(assert (myObject (attribute1 "attr86859") ) ) +(assert (myObject (attribute1 "attr86860") ) ) +(assert (myObject (attribute1 "attr86861") ) ) +(assert (myObject (attribute1 "attr86862") ) ) +(assert (myObject (attribute1 "attr86863") ) ) +(assert (myObject (attribute1 "attr86864") ) ) +(assert (myObject (attribute1 "attr86865") ) ) +(assert (myObject (attribute1 "attr86866") ) ) +(assert (myObject (attribute1 "attr86867") ) ) +(assert (myObject (attribute1 "attr86868") ) ) +(assert (myObject (attribute1 "attr86869") ) ) +(assert (myObject (attribute1 "attr86870") ) ) +(assert (myObject (attribute1 "attr86871") ) ) +(assert (myObject (attribute1 "attr86872") ) ) +(assert (myObject (attribute1 "attr86873") ) ) +(assert (myObject (attribute1 "attr86874") ) ) +(assert (myObject (attribute1 "attr86875") ) ) +(assert (myObject (attribute1 "attr86876") ) ) +(assert (myObject (attribute1 "attr86877") ) ) +(assert (myObject (attribute1 "attr86878") ) ) +(assert (myObject (attribute1 "attr86879") ) ) +(assert (myObject (attribute1 "attr86880") ) ) +(assert (myObject (attribute1 "attr86881") ) ) +(assert (myObject (attribute1 "attr86882") ) ) +(assert (myObject (attribute1 "attr86883") ) ) +(assert (myObject (attribute1 "attr86884") ) ) +(assert (myObject (attribute1 "attr86885") ) ) +(assert (myObject (attribute1 "attr86886") ) ) +(assert (myObject (attribute1 "attr86887") ) ) +(assert (myObject (attribute1 "attr86888") ) ) +(assert (myObject (attribute1 "attr86889") ) ) +(assert (myObject (attribute1 "attr86890") ) ) +(assert (myObject (attribute1 "attr86891") ) ) +(assert (myObject (attribute1 "attr86892") ) ) +(assert (myObject (attribute1 "attr86893") ) ) +(assert (myObject (attribute1 "attr86894") ) ) +(assert (myObject (attribute1 "attr86895") ) ) +(assert (myObject (attribute1 "attr86896") ) ) +(assert (myObject (attribute1 "attr86897") ) ) +(assert (myObject (attribute1 "attr86898") ) ) +(assert (myObject (attribute1 "attr86899") ) ) +(assert (myObject (attribute1 "attr86900") ) ) +(assert (myObject (attribute1 "attr86901") ) ) +(assert (myObject (attribute1 "attr86902") ) ) +(assert (myObject (attribute1 "attr86903") ) ) +(assert (myObject (attribute1 "attr86904") ) ) +(assert (myObject (attribute1 "attr86905") ) ) +(assert (myObject (attribute1 "attr86906") ) ) +(assert (myObject (attribute1 "attr86907") ) ) +(assert (myObject (attribute1 "attr86908") ) ) +(assert (myObject (attribute1 "attr86909") ) ) +(assert (myObject (attribute1 "attr86910") ) ) +(assert (myObject (attribute1 "attr86911") ) ) +(assert (myObject (attribute1 "attr86912") ) ) +(assert (myObject (attribute1 "attr86913") ) ) +(assert (myObject (attribute1 "attr86914") ) ) +(assert (myObject (attribute1 "attr86915") ) ) +(assert (myObject (attribute1 "attr86916") ) ) +(assert (myObject (attribute1 "attr86917") ) ) +(assert (myObject (attribute1 "attr86918") ) ) +(assert (myObject (attribute1 "attr86919") ) ) +(assert (myObject (attribute1 "attr86920") ) ) +(assert (myObject (attribute1 "attr86921") ) ) +(assert (myObject (attribute1 "attr86922") ) ) +(assert (myObject (attribute1 "attr86923") ) ) +(assert (myObject (attribute1 "attr86924") ) ) +(assert (myObject (attribute1 "attr86925") ) ) +(assert (myObject (attribute1 "attr86926") ) ) +(assert (myObject (attribute1 "attr86927") ) ) +(assert (myObject (attribute1 "attr86928") ) ) +(assert (myObject (attribute1 "attr86929") ) ) +(assert (myObject (attribute1 "attr86930") ) ) +(assert (myObject (attribute1 "attr86931") ) ) +(assert (myObject (attribute1 "attr86932") ) ) +(assert (myObject (attribute1 "attr86933") ) ) +(assert (myObject (attribute1 "attr86934") ) ) +(assert (myObject (attribute1 "attr86935") ) ) +(assert (myObject (attribute1 "attr86936") ) ) +(assert (myObject (attribute1 "attr86937") ) ) +(assert (myObject (attribute1 "attr86938") ) ) +(assert (myObject (attribute1 "attr86939") ) ) +(assert (myObject (attribute1 "attr86940") ) ) +(assert (myObject (attribute1 "attr86941") ) ) +(assert (myObject (attribute1 "attr86942") ) ) +(assert (myObject (attribute1 "attr86943") ) ) +(assert (myObject (attribute1 "attr86944") ) ) +(assert (myObject (attribute1 "attr86945") ) ) +(assert (myObject (attribute1 "attr86946") ) ) +(assert (myObject (attribute1 "attr86947") ) ) +(assert (myObject (attribute1 "attr86948") ) ) +(assert (myObject (attribute1 "attr86949") ) ) +(assert (myObject (attribute1 "attr86950") ) ) +(assert (myObject (attribute1 "attr86951") ) ) +(assert (myObject (attribute1 "attr86952") ) ) +(assert (myObject (attribute1 "attr86953") ) ) +(assert (myObject (attribute1 "attr86954") ) ) +(assert (myObject (attribute1 "attr86955") ) ) +(assert (myObject (attribute1 "attr86956") ) ) +(assert (myObject (attribute1 "attr86957") ) ) +(assert (myObject (attribute1 "attr86958") ) ) +(assert (myObject (attribute1 "attr86959") ) ) +(assert (myObject (attribute1 "attr86960") ) ) +(assert (myObject (attribute1 "attr86961") ) ) +(assert (myObject (attribute1 "attr86962") ) ) +(assert (myObject (attribute1 "attr86963") ) ) +(assert (myObject (attribute1 "attr86964") ) ) +(assert (myObject (attribute1 "attr86965") ) ) +(assert (myObject (attribute1 "attr86966") ) ) +(assert (myObject (attribute1 "attr86967") ) ) +(assert (myObject (attribute1 "attr86968") ) ) +(assert (myObject (attribute1 "attr86969") ) ) +(assert (myObject (attribute1 "attr86970") ) ) +(assert (myObject (attribute1 "attr86971") ) ) +(assert (myObject (attribute1 "attr86972") ) ) +(assert (myObject (attribute1 "attr86973") ) ) +(assert (myObject (attribute1 "attr86974") ) ) +(assert (myObject (attribute1 "attr86975") ) ) +(assert (myObject (attribute1 "attr86976") ) ) +(assert (myObject (attribute1 "attr86977") ) ) +(assert (myObject (attribute1 "attr86978") ) ) +(assert (myObject (attribute1 "attr86979") ) ) +(assert (myObject (attribute1 "attr86980") ) ) +(assert (myObject (attribute1 "attr86981") ) ) +(assert (myObject (attribute1 "attr86982") ) ) +(assert (myObject (attribute1 "attr86983") ) ) +(assert (myObject (attribute1 "attr86984") ) ) +(assert (myObject (attribute1 "attr86985") ) ) +(assert (myObject (attribute1 "attr86986") ) ) +(assert (myObject (attribute1 "attr86987") ) ) +(assert (myObject (attribute1 "attr86988") ) ) +(assert (myObject (attribute1 "attr86989") ) ) +(assert (myObject (attribute1 "attr86990") ) ) +(assert (myObject (attribute1 "attr86991") ) ) +(assert (myObject (attribute1 "attr86992") ) ) +(assert (myObject (attribute1 "attr86993") ) ) +(assert (myObject (attribute1 "attr86994") ) ) +(assert (myObject (attribute1 "attr86995") ) ) +(assert (myObject (attribute1 "attr86996") ) ) +(assert (myObject (attribute1 "attr86997") ) ) +(assert (myObject (attribute1 "attr86998") ) ) +(assert (myObject (attribute1 "attr86999") ) ) +(assert (myObject (attribute1 "attr87000") ) ) +(assert (myObject (attribute1 "attr87001") ) ) +(assert (myObject (attribute1 "attr87002") ) ) +(assert (myObject (attribute1 "attr87003") ) ) +(assert (myObject (attribute1 "attr87004") ) ) +(assert (myObject (attribute1 "attr87005") ) ) +(assert (myObject (attribute1 "attr87006") ) ) +(assert (myObject (attribute1 "attr87007") ) ) +(assert (myObject (attribute1 "attr87008") ) ) +(assert (myObject (attribute1 "attr87009") ) ) +(assert (myObject (attribute1 "attr87010") ) ) +(assert (myObject (attribute1 "attr87011") ) ) +(assert (myObject (attribute1 "attr87012") ) ) +(assert (myObject (attribute1 "attr87013") ) ) +(assert (myObject (attribute1 "attr87014") ) ) +(assert (myObject (attribute1 "attr87015") ) ) +(assert (myObject (attribute1 "attr87016") ) ) +(assert (myObject (attribute1 "attr87017") ) ) +(assert (myObject (attribute1 "attr87018") ) ) +(assert (myObject (attribute1 "attr87019") ) ) +(assert (myObject (attribute1 "attr87020") ) ) +(assert (myObject (attribute1 "attr87021") ) ) +(assert (myObject (attribute1 "attr87022") ) ) +(assert (myObject (attribute1 "attr87023") ) ) +(assert (myObject (attribute1 "attr87024") ) ) +(assert (myObject (attribute1 "attr87025") ) ) +(assert (myObject (attribute1 "attr87026") ) ) +(assert (myObject (attribute1 "attr87027") ) ) +(assert (myObject (attribute1 "attr87028") ) ) +(assert (myObject (attribute1 "attr87029") ) ) +(assert (myObject (attribute1 "attr87030") ) ) +(assert (myObject (attribute1 "attr87031") ) ) +(assert (myObject (attribute1 "attr87032") ) ) +(assert (myObject (attribute1 "attr87033") ) ) +(assert (myObject (attribute1 "attr87034") ) ) +(assert (myObject (attribute1 "attr87035") ) ) +(assert (myObject (attribute1 "attr87036") ) ) +(assert (myObject (attribute1 "attr87037") ) ) +(assert (myObject (attribute1 "attr87038") ) ) +(assert (myObject (attribute1 "attr87039") ) ) +(assert (myObject (attribute1 "attr87040") ) ) +(assert (myObject (attribute1 "attr87041") ) ) +(assert (myObject (attribute1 "attr87042") ) ) +(assert (myObject (attribute1 "attr87043") ) ) +(assert (myObject (attribute1 "attr87044") ) ) +(assert (myObject (attribute1 "attr87045") ) ) +(assert (myObject (attribute1 "attr87046") ) ) +(assert (myObject (attribute1 "attr87047") ) ) +(assert (myObject (attribute1 "attr87048") ) ) +(assert (myObject (attribute1 "attr87049") ) ) +(assert (myObject (attribute1 "attr87050") ) ) +(assert (myObject (attribute1 "attr87051") ) ) +(assert (myObject (attribute1 "attr87052") ) ) +(assert (myObject (attribute1 "attr87053") ) ) +(assert (myObject (attribute1 "attr87054") ) ) +(assert (myObject (attribute1 "attr87055") ) ) +(assert (myObject (attribute1 "attr87056") ) ) +(assert (myObject (attribute1 "attr87057") ) ) +(assert (myObject (attribute1 "attr87058") ) ) +(assert (myObject (attribute1 "attr87059") ) ) +(assert (myObject (attribute1 "attr87060") ) ) +(assert (myObject (attribute1 "attr87061") ) ) +(assert (myObject (attribute1 "attr87062") ) ) +(assert (myObject (attribute1 "attr87063") ) ) +(assert (myObject (attribute1 "attr87064") ) ) +(assert (myObject (attribute1 "attr87065") ) ) +(assert (myObject (attribute1 "attr87066") ) ) +(assert (myObject (attribute1 "attr87067") ) ) +(assert (myObject (attribute1 "attr87068") ) ) +(assert (myObject (attribute1 "attr87069") ) ) +(assert (myObject (attribute1 "attr87070") ) ) +(assert (myObject (attribute1 "attr87071") ) ) +(assert (myObject (attribute1 "attr87072") ) ) +(assert (myObject (attribute1 "attr87073") ) ) +(assert (myObject (attribute1 "attr87074") ) ) +(assert (myObject (attribute1 "attr87075") ) ) +(assert (myObject (attribute1 "attr87076") ) ) +(assert (myObject (attribute1 "attr87077") ) ) +(assert (myObject (attribute1 "attr87078") ) ) +(assert (myObject (attribute1 "attr87079") ) ) +(assert (myObject (attribute1 "attr87080") ) ) +(assert (myObject (attribute1 "attr87081") ) ) +(assert (myObject (attribute1 "attr87082") ) ) +(assert (myObject (attribute1 "attr87083") ) ) +(assert (myObject (attribute1 "attr87084") ) ) +(assert (myObject (attribute1 "attr87085") ) ) +(assert (myObject (attribute1 "attr87086") ) ) +(assert (myObject (attribute1 "attr87087") ) ) +(assert (myObject (attribute1 "attr87088") ) ) +(assert (myObject (attribute1 "attr87089") ) ) +(assert (myObject (attribute1 "attr87090") ) ) +(assert (myObject (attribute1 "attr87091") ) ) +(assert (myObject (attribute1 "attr87092") ) ) +(assert (myObject (attribute1 "attr87093") ) ) +(assert (myObject (attribute1 "attr87094") ) ) +(assert (myObject (attribute1 "attr87095") ) ) +(assert (myObject (attribute1 "attr87096") ) ) +(assert (myObject (attribute1 "attr87097") ) ) +(assert (myObject (attribute1 "attr87098") ) ) +(assert (myObject (attribute1 "attr87099") ) ) +(assert (myObject (attribute1 "attr87100") ) ) +(assert (myObject (attribute1 "attr87101") ) ) +(assert (myObject (attribute1 "attr87102") ) ) +(assert (myObject (attribute1 "attr87103") ) ) +(assert (myObject (attribute1 "attr87104") ) ) +(assert (myObject (attribute1 "attr87105") ) ) +(assert (myObject (attribute1 "attr87106") ) ) +(assert (myObject (attribute1 "attr87107") ) ) +(assert (myObject (attribute1 "attr87108") ) ) +(assert (myObject (attribute1 "attr87109") ) ) +(assert (myObject (attribute1 "attr87110") ) ) +(assert (myObject (attribute1 "attr87111") ) ) +(assert (myObject (attribute1 "attr87112") ) ) +(assert (myObject (attribute1 "attr87113") ) ) +(assert (myObject (attribute1 "attr87114") ) ) +(assert (myObject (attribute1 "attr87115") ) ) +(assert (myObject (attribute1 "attr87116") ) ) +(assert (myObject (attribute1 "attr87117") ) ) +(assert (myObject (attribute1 "attr87118") ) ) +(assert (myObject (attribute1 "attr87119") ) ) +(assert (myObject (attribute1 "attr87120") ) ) +(assert (myObject (attribute1 "attr87121") ) ) +(assert (myObject (attribute1 "attr87122") ) ) +(assert (myObject (attribute1 "attr87123") ) ) +(assert (myObject (attribute1 "attr87124") ) ) +(assert (myObject (attribute1 "attr87125") ) ) +(assert (myObject (attribute1 "attr87126") ) ) +(assert (myObject (attribute1 "attr87127") ) ) +(assert (myObject (attribute1 "attr87128") ) ) +(assert (myObject (attribute1 "attr87129") ) ) +(assert (myObject (attribute1 "attr87130") ) ) +(assert (myObject (attribute1 "attr87131") ) ) +(assert (myObject (attribute1 "attr87132") ) ) +(assert (myObject (attribute1 "attr87133") ) ) +(assert (myObject (attribute1 "attr87134") ) ) +(assert (myObject (attribute1 "attr87135") ) ) +(assert (myObject (attribute1 "attr87136") ) ) +(assert (myObject (attribute1 "attr87137") ) ) +(assert (myObject (attribute1 "attr87138") ) ) +(assert (myObject (attribute1 "attr87139") ) ) +(assert (myObject (attribute1 "attr87140") ) ) +(assert (myObject (attribute1 "attr87141") ) ) +(assert (myObject (attribute1 "attr87142") ) ) +(assert (myObject (attribute1 "attr87143") ) ) +(assert (myObject (attribute1 "attr87144") ) ) +(assert (myObject (attribute1 "attr87145") ) ) +(assert (myObject (attribute1 "attr87146") ) ) +(assert (myObject (attribute1 "attr87147") ) ) +(assert (myObject (attribute1 "attr87148") ) ) +(assert (myObject (attribute1 "attr87149") ) ) +(assert (myObject (attribute1 "attr87150") ) ) +(assert (myObject (attribute1 "attr87151") ) ) +(assert (myObject (attribute1 "attr87152") ) ) +(assert (myObject (attribute1 "attr87153") ) ) +(assert (myObject (attribute1 "attr87154") ) ) +(assert (myObject (attribute1 "attr87155") ) ) +(assert (myObject (attribute1 "attr87156") ) ) +(assert (myObject (attribute1 "attr87157") ) ) +(assert (myObject (attribute1 "attr87158") ) ) +(assert (myObject (attribute1 "attr87159") ) ) +(assert (myObject (attribute1 "attr87160") ) ) +(assert (myObject (attribute1 "attr87161") ) ) +(assert (myObject (attribute1 "attr87162") ) ) +(assert (myObject (attribute1 "attr87163") ) ) +(assert (myObject (attribute1 "attr87164") ) ) +(assert (myObject (attribute1 "attr87165") ) ) +(assert (myObject (attribute1 "attr87166") ) ) +(assert (myObject (attribute1 "attr87167") ) ) +(assert (myObject (attribute1 "attr87168") ) ) +(assert (myObject (attribute1 "attr87169") ) ) +(assert (myObject (attribute1 "attr87170") ) ) +(assert (myObject (attribute1 "attr87171") ) ) +(assert (myObject (attribute1 "attr87172") ) ) +(assert (myObject (attribute1 "attr87173") ) ) +(assert (myObject (attribute1 "attr87174") ) ) +(assert (myObject (attribute1 "attr87175") ) ) +(assert (myObject (attribute1 "attr87176") ) ) +(assert (myObject (attribute1 "attr87177") ) ) +(assert (myObject (attribute1 "attr87178") ) ) +(assert (myObject (attribute1 "attr87179") ) ) +(assert (myObject (attribute1 "attr87180") ) ) +(assert (myObject (attribute1 "attr87181") ) ) +(assert (myObject (attribute1 "attr87182") ) ) +(assert (myObject (attribute1 "attr87183") ) ) +(assert (myObject (attribute1 "attr87184") ) ) +(assert (myObject (attribute1 "attr87185") ) ) +(assert (myObject (attribute1 "attr87186") ) ) +(assert (myObject (attribute1 "attr87187") ) ) +(assert (myObject (attribute1 "attr87188") ) ) +(assert (myObject (attribute1 "attr87189") ) ) +(assert (myObject (attribute1 "attr87190") ) ) +(assert (myObject (attribute1 "attr87191") ) ) +(assert (myObject (attribute1 "attr87192") ) ) +(assert (myObject (attribute1 "attr87193") ) ) +(assert (myObject (attribute1 "attr87194") ) ) +(assert (myObject (attribute1 "attr87195") ) ) +(assert (myObject (attribute1 "attr87196") ) ) +(assert (myObject (attribute1 "attr87197") ) ) +(assert (myObject (attribute1 "attr87198") ) ) +(assert (myObject (attribute1 "attr87199") ) ) +(assert (myObject (attribute1 "attr87200") ) ) +(assert (myObject (attribute1 "attr87201") ) ) +(assert (myObject (attribute1 "attr87202") ) ) +(assert (myObject (attribute1 "attr87203") ) ) +(assert (myObject (attribute1 "attr87204") ) ) +(assert (myObject (attribute1 "attr87205") ) ) +(assert (myObject (attribute1 "attr87206") ) ) +(assert (myObject (attribute1 "attr87207") ) ) +(assert (myObject (attribute1 "attr87208") ) ) +(assert (myObject (attribute1 "attr87209") ) ) +(assert (myObject (attribute1 "attr87210") ) ) +(assert (myObject (attribute1 "attr87211") ) ) +(assert (myObject (attribute1 "attr87212") ) ) +(assert (myObject (attribute1 "attr87213") ) ) +(assert (myObject (attribute1 "attr87214") ) ) +(assert (myObject (attribute1 "attr87215") ) ) +(assert (myObject (attribute1 "attr87216") ) ) +(assert (myObject (attribute1 "attr87217") ) ) +(assert (myObject (attribute1 "attr87218") ) ) +(assert (myObject (attribute1 "attr87219") ) ) +(assert (myObject (attribute1 "attr87220") ) ) +(assert (myObject (attribute1 "attr87221") ) ) +(assert (myObject (attribute1 "attr87222") ) ) +(assert (myObject (attribute1 "attr87223") ) ) +(assert (myObject (attribute1 "attr87224") ) ) +(assert (myObject (attribute1 "attr87225") ) ) +(assert (myObject (attribute1 "attr87226") ) ) +(assert (myObject (attribute1 "attr87227") ) ) +(assert (myObject (attribute1 "attr87228") ) ) +(assert (myObject (attribute1 "attr87229") ) ) +(assert (myObject (attribute1 "attr87230") ) ) +(assert (myObject (attribute1 "attr87231") ) ) +(assert (myObject (attribute1 "attr87232") ) ) +(assert (myObject (attribute1 "attr87233") ) ) +(assert (myObject (attribute1 "attr87234") ) ) +(assert (myObject (attribute1 "attr87235") ) ) +(assert (myObject (attribute1 "attr87236") ) ) +(assert (myObject (attribute1 "attr87237") ) ) +(assert (myObject (attribute1 "attr87238") ) ) +(assert (myObject (attribute1 "attr87239") ) ) +(assert (myObject (attribute1 "attr87240") ) ) +(assert (myObject (attribute1 "attr87241") ) ) +(assert (myObject (attribute1 "attr87242") ) ) +(assert (myObject (attribute1 "attr87243") ) ) +(assert (myObject (attribute1 "attr87244") ) ) +(assert (myObject (attribute1 "attr87245") ) ) +(assert (myObject (attribute1 "attr87246") ) ) +(assert (myObject (attribute1 "attr87247") ) ) +(assert (myObject (attribute1 "attr87248") ) ) +(assert (myObject (attribute1 "attr87249") ) ) +(assert (myObject (attribute1 "attr87250") ) ) +(assert (myObject (attribute1 "attr87251") ) ) +(assert (myObject (attribute1 "attr87252") ) ) +(assert (myObject (attribute1 "attr87253") ) ) +(assert (myObject (attribute1 "attr87254") ) ) +(assert (myObject (attribute1 "attr87255") ) ) +(assert (myObject (attribute1 "attr87256") ) ) +(assert (myObject (attribute1 "attr87257") ) ) +(assert (myObject (attribute1 "attr87258") ) ) +(assert (myObject (attribute1 "attr87259") ) ) +(assert (myObject (attribute1 "attr87260") ) ) +(assert (myObject (attribute1 "attr87261") ) ) +(assert (myObject (attribute1 "attr87262") ) ) +(assert (myObject (attribute1 "attr87263") ) ) +(assert (myObject (attribute1 "attr87264") ) ) +(assert (myObject (attribute1 "attr87265") ) ) +(assert (myObject (attribute1 "attr87266") ) ) +(assert (myObject (attribute1 "attr87267") ) ) +(assert (myObject (attribute1 "attr87268") ) ) +(assert (myObject (attribute1 "attr87269") ) ) +(assert (myObject (attribute1 "attr87270") ) ) +(assert (myObject (attribute1 "attr87271") ) ) +(assert (myObject (attribute1 "attr87272") ) ) +(assert (myObject (attribute1 "attr87273") ) ) +(assert (myObject (attribute1 "attr87274") ) ) +(assert (myObject (attribute1 "attr87275") ) ) +(assert (myObject (attribute1 "attr87276") ) ) +(assert (myObject (attribute1 "attr87277") ) ) +(assert (myObject (attribute1 "attr87278") ) ) +(assert (myObject (attribute1 "attr87279") ) ) +(assert (myObject (attribute1 "attr87280") ) ) +(assert (myObject (attribute1 "attr87281") ) ) +(assert (myObject (attribute1 "attr87282") ) ) +(assert (myObject (attribute1 "attr87283") ) ) +(assert (myObject (attribute1 "attr87284") ) ) +(assert (myObject (attribute1 "attr87285") ) ) +(assert (myObject (attribute1 "attr87286") ) ) +(assert (myObject (attribute1 "attr87287") ) ) +(assert (myObject (attribute1 "attr87288") ) ) +(assert (myObject (attribute1 "attr87289") ) ) +(assert (myObject (attribute1 "attr87290") ) ) +(assert (myObject (attribute1 "attr87291") ) ) +(assert (myObject (attribute1 "attr87292") ) ) +(assert (myObject (attribute1 "attr87293") ) ) +(assert (myObject (attribute1 "attr87294") ) ) +(assert (myObject (attribute1 "attr87295") ) ) +(assert (myObject (attribute1 "attr87296") ) ) +(assert (myObject (attribute1 "attr87297") ) ) +(assert (myObject (attribute1 "attr87298") ) ) +(assert (myObject (attribute1 "attr87299") ) ) +(assert (myObject (attribute1 "attr87300") ) ) +(assert (myObject (attribute1 "attr87301") ) ) +(assert (myObject (attribute1 "attr87302") ) ) +(assert (myObject (attribute1 "attr87303") ) ) +(assert (myObject (attribute1 "attr87304") ) ) +(assert (myObject (attribute1 "attr87305") ) ) +(assert (myObject (attribute1 "attr87306") ) ) +(assert (myObject (attribute1 "attr87307") ) ) +(assert (myObject (attribute1 "attr87308") ) ) +(assert (myObject (attribute1 "attr87309") ) ) +(assert (myObject (attribute1 "attr87310") ) ) +(assert (myObject (attribute1 "attr87311") ) ) +(assert (myObject (attribute1 "attr87312") ) ) +(assert (myObject (attribute1 "attr87313") ) ) +(assert (myObject (attribute1 "attr87314") ) ) +(assert (myObject (attribute1 "attr87315") ) ) +(assert (myObject (attribute1 "attr87316") ) ) +(assert (myObject (attribute1 "attr87317") ) ) +(assert (myObject (attribute1 "attr87318") ) ) +(assert (myObject (attribute1 "attr87319") ) ) +(assert (myObject (attribute1 "attr87320") ) ) +(assert (myObject (attribute1 "attr87321") ) ) +(assert (myObject (attribute1 "attr87322") ) ) +(assert (myObject (attribute1 "attr87323") ) ) +(assert (myObject (attribute1 "attr87324") ) ) +(assert (myObject (attribute1 "attr87325") ) ) +(assert (myObject (attribute1 "attr87326") ) ) +(assert (myObject (attribute1 "attr87327") ) ) +(assert (myObject (attribute1 "attr87328") ) ) +(assert (myObject (attribute1 "attr87329") ) ) +(assert (myObject (attribute1 "attr87330") ) ) +(assert (myObject (attribute1 "attr87331") ) ) +(assert (myObject (attribute1 "attr87332") ) ) +(assert (myObject (attribute1 "attr87333") ) ) +(assert (myObject (attribute1 "attr87334") ) ) +(assert (myObject (attribute1 "attr87335") ) ) +(assert (myObject (attribute1 "attr87336") ) ) +(assert (myObject (attribute1 "attr87337") ) ) +(assert (myObject (attribute1 "attr87338") ) ) +(assert (myObject (attribute1 "attr87339") ) ) +(assert (myObject (attribute1 "attr87340") ) ) +(assert (myObject (attribute1 "attr87341") ) ) +(assert (myObject (attribute1 "attr87342") ) ) +(assert (myObject (attribute1 "attr87343") ) ) +(assert (myObject (attribute1 "attr87344") ) ) +(assert (myObject (attribute1 "attr87345") ) ) +(assert (myObject (attribute1 "attr87346") ) ) +(assert (myObject (attribute1 "attr87347") ) ) +(assert (myObject (attribute1 "attr87348") ) ) +(assert (myObject (attribute1 "attr87349") ) ) +(assert (myObject (attribute1 "attr87350") ) ) +(assert (myObject (attribute1 "attr87351") ) ) +(assert (myObject (attribute1 "attr87352") ) ) +(assert (myObject (attribute1 "attr87353") ) ) +(assert (myObject (attribute1 "attr87354") ) ) +(assert (myObject (attribute1 "attr87355") ) ) +(assert (myObject (attribute1 "attr87356") ) ) +(assert (myObject (attribute1 "attr87357") ) ) +(assert (myObject (attribute1 "attr87358") ) ) +(assert (myObject (attribute1 "attr87359") ) ) +(assert (myObject (attribute1 "attr87360") ) ) +(assert (myObject (attribute1 "attr87361") ) ) +(assert (myObject (attribute1 "attr87362") ) ) +(assert (myObject (attribute1 "attr87363") ) ) +(assert (myObject (attribute1 "attr87364") ) ) +(assert (myObject (attribute1 "attr87365") ) ) +(assert (myObject (attribute1 "attr87366") ) ) +(assert (myObject (attribute1 "attr87367") ) ) +(assert (myObject (attribute1 "attr87368") ) ) +(assert (myObject (attribute1 "attr87369") ) ) +(assert (myObject (attribute1 "attr87370") ) ) +(assert (myObject (attribute1 "attr87371") ) ) +(assert (myObject (attribute1 "attr87372") ) ) +(assert (myObject (attribute1 "attr87373") ) ) +(assert (myObject (attribute1 "attr87374") ) ) +(assert (myObject (attribute1 "attr87375") ) ) +(assert (myObject (attribute1 "attr87376") ) ) +(assert (myObject (attribute1 "attr87377") ) ) +(assert (myObject (attribute1 "attr87378") ) ) +(assert (myObject (attribute1 "attr87379") ) ) +(assert (myObject (attribute1 "attr87380") ) ) +(assert (myObject (attribute1 "attr87381") ) ) +(assert (myObject (attribute1 "attr87382") ) ) +(assert (myObject (attribute1 "attr87383") ) ) +(assert (myObject (attribute1 "attr87384") ) ) +(assert (myObject (attribute1 "attr87385") ) ) +(assert (myObject (attribute1 "attr87386") ) ) +(assert (myObject (attribute1 "attr87387") ) ) +(assert (myObject (attribute1 "attr87388") ) ) +(assert (myObject (attribute1 "attr87389") ) ) +(assert (myObject (attribute1 "attr87390") ) ) +(assert (myObject (attribute1 "attr87391") ) ) +(assert (myObject (attribute1 "attr87392") ) ) +(assert (myObject (attribute1 "attr87393") ) ) +(assert (myObject (attribute1 "attr87394") ) ) +(assert (myObject (attribute1 "attr87395") ) ) +(assert (myObject (attribute1 "attr87396") ) ) +(assert (myObject (attribute1 "attr87397") ) ) +(assert (myObject (attribute1 "attr87398") ) ) +(assert (myObject (attribute1 "attr87399") ) ) +(assert (myObject (attribute1 "attr87400") ) ) +(assert (myObject (attribute1 "attr87401") ) ) +(assert (myObject (attribute1 "attr87402") ) ) +(assert (myObject (attribute1 "attr87403") ) ) +(assert (myObject (attribute1 "attr87404") ) ) +(assert (myObject (attribute1 "attr87405") ) ) +(assert (myObject (attribute1 "attr87406") ) ) +(assert (myObject (attribute1 "attr87407") ) ) +(assert (myObject (attribute1 "attr87408") ) ) +(assert (myObject (attribute1 "attr87409") ) ) +(assert (myObject (attribute1 "attr87410") ) ) +(assert (myObject (attribute1 "attr87411") ) ) +(assert (myObject (attribute1 "attr87412") ) ) +(assert (myObject (attribute1 "attr87413") ) ) +(assert (myObject (attribute1 "attr87414") ) ) +(assert (myObject (attribute1 "attr87415") ) ) +(assert (myObject (attribute1 "attr87416") ) ) +(assert (myObject (attribute1 "attr87417") ) ) +(assert (myObject (attribute1 "attr87418") ) ) +(assert (myObject (attribute1 "attr87419") ) ) +(assert (myObject (attribute1 "attr87420") ) ) +(assert (myObject (attribute1 "attr87421") ) ) +(assert (myObject (attribute1 "attr87422") ) ) +(assert (myObject (attribute1 "attr87423") ) ) +(assert (myObject (attribute1 "attr87424") ) ) +(assert (myObject (attribute1 "attr87425") ) ) +(assert (myObject (attribute1 "attr87426") ) ) +(assert (myObject (attribute1 "attr87427") ) ) +(assert (myObject (attribute1 "attr87428") ) ) +(assert (myObject (attribute1 "attr87429") ) ) +(assert (myObject (attribute1 "attr87430") ) ) +(assert (myObject (attribute1 "attr87431") ) ) +(assert (myObject (attribute1 "attr87432") ) ) +(assert (myObject (attribute1 "attr87433") ) ) +(assert (myObject (attribute1 "attr87434") ) ) +(assert (myObject (attribute1 "attr87435") ) ) +(assert (myObject (attribute1 "attr87436") ) ) +(assert (myObject (attribute1 "attr87437") ) ) +(assert (myObject (attribute1 "attr87438") ) ) +(assert (myObject (attribute1 "attr87439") ) ) +(assert (myObject (attribute1 "attr87440") ) ) +(assert (myObject (attribute1 "attr87441") ) ) +(assert (myObject (attribute1 "attr87442") ) ) +(assert (myObject (attribute1 "attr87443") ) ) +(assert (myObject (attribute1 "attr87444") ) ) +(assert (myObject (attribute1 "attr87445") ) ) +(assert (myObject (attribute1 "attr87446") ) ) +(assert (myObject (attribute1 "attr87447") ) ) +(assert (myObject (attribute1 "attr87448") ) ) +(assert (myObject (attribute1 "attr87449") ) ) +(assert (myObject (attribute1 "attr87450") ) ) +(assert (myObject (attribute1 "attr87451") ) ) +(assert (myObject (attribute1 "attr87452") ) ) +(assert (myObject (attribute1 "attr87453") ) ) +(assert (myObject (attribute1 "attr87454") ) ) +(assert (myObject (attribute1 "attr87455") ) ) +(assert (myObject (attribute1 "attr87456") ) ) +(assert (myObject (attribute1 "attr87457") ) ) +(assert (myObject (attribute1 "attr87458") ) ) +(assert (myObject (attribute1 "attr87459") ) ) +(assert (myObject (attribute1 "attr87460") ) ) +(assert (myObject (attribute1 "attr87461") ) ) +(assert (myObject (attribute1 "attr87462") ) ) +(assert (myObject (attribute1 "attr87463") ) ) +(assert (myObject (attribute1 "attr87464") ) ) +(assert (myObject (attribute1 "attr87465") ) ) +(assert (myObject (attribute1 "attr87466") ) ) +(assert (myObject (attribute1 "attr87467") ) ) +(assert (myObject (attribute1 "attr87468") ) ) +(assert (myObject (attribute1 "attr87469") ) ) +(assert (myObject (attribute1 "attr87470") ) ) +(assert (myObject (attribute1 "attr87471") ) ) +(assert (myObject (attribute1 "attr87472") ) ) +(assert (myObject (attribute1 "attr87473") ) ) +(assert (myObject (attribute1 "attr87474") ) ) +(assert (myObject (attribute1 "attr87475") ) ) +(assert (myObject (attribute1 "attr87476") ) ) +(assert (myObject (attribute1 "attr87477") ) ) +(assert (myObject (attribute1 "attr87478") ) ) +(assert (myObject (attribute1 "attr87479") ) ) +(assert (myObject (attribute1 "attr87480") ) ) +(assert (myObject (attribute1 "attr87481") ) ) +(assert (myObject (attribute1 "attr87482") ) ) +(assert (myObject (attribute1 "attr87483") ) ) +(assert (myObject (attribute1 "attr87484") ) ) +(assert (myObject (attribute1 "attr87485") ) ) +(assert (myObject (attribute1 "attr87486") ) ) +(assert (myObject (attribute1 "attr87487") ) ) +(assert (myObject (attribute1 "attr87488") ) ) +(assert (myObject (attribute1 "attr87489") ) ) +(assert (myObject (attribute1 "attr87490") ) ) +(assert (myObject (attribute1 "attr87491") ) ) +(assert (myObject (attribute1 "attr87492") ) ) +(assert (myObject (attribute1 "attr87493") ) ) +(assert (myObject (attribute1 "attr87494") ) ) +(assert (myObject (attribute1 "attr87495") ) ) +(assert (myObject (attribute1 "attr87496") ) ) +(assert (myObject (attribute1 "attr87497") ) ) +(assert (myObject (attribute1 "attr87498") ) ) +(assert (myObject (attribute1 "attr87499") ) ) +(assert (myObject (attribute1 "attr87500") ) ) +(assert (myObject (attribute1 "attr87501") ) ) +(assert (myObject (attribute1 "attr87502") ) ) +(assert (myObject (attribute1 "attr87503") ) ) +(assert (myObject (attribute1 "attr87504") ) ) +(assert (myObject (attribute1 "attr87505") ) ) +(assert (myObject (attribute1 "attr87506") ) ) +(assert (myObject (attribute1 "attr87507") ) ) +(assert (myObject (attribute1 "attr87508") ) ) +(assert (myObject (attribute1 "attr87509") ) ) +(assert (myObject (attribute1 "attr87510") ) ) +(assert (myObject (attribute1 "attr87511") ) ) +(assert (myObject (attribute1 "attr87512") ) ) +(assert (myObject (attribute1 "attr87513") ) ) +(assert (myObject (attribute1 "attr87514") ) ) +(assert (myObject (attribute1 "attr87515") ) ) +(assert (myObject (attribute1 "attr87516") ) ) +(assert (myObject (attribute1 "attr87517") ) ) +(assert (myObject (attribute1 "attr87518") ) ) +(assert (myObject (attribute1 "attr87519") ) ) +(assert (myObject (attribute1 "attr87520") ) ) +(assert (myObject (attribute1 "attr87521") ) ) +(assert (myObject (attribute1 "attr87522") ) ) +(assert (myObject (attribute1 "attr87523") ) ) +(assert (myObject (attribute1 "attr87524") ) ) +(assert (myObject (attribute1 "attr87525") ) ) +(assert (myObject (attribute1 "attr87526") ) ) +(assert (myObject (attribute1 "attr87527") ) ) +(assert (myObject (attribute1 "attr87528") ) ) +(assert (myObject (attribute1 "attr87529") ) ) +(assert (myObject (attribute1 "attr87530") ) ) +(assert (myObject (attribute1 "attr87531") ) ) +(assert (myObject (attribute1 "attr87532") ) ) +(assert (myObject (attribute1 "attr87533") ) ) +(assert (myObject (attribute1 "attr87534") ) ) +(assert (myObject (attribute1 "attr87535") ) ) +(assert (myObject (attribute1 "attr87536") ) ) +(assert (myObject (attribute1 "attr87537") ) ) +(assert (myObject (attribute1 "attr87538") ) ) +(assert (myObject (attribute1 "attr87539") ) ) +(assert (myObject (attribute1 "attr87540") ) ) +(assert (myObject (attribute1 "attr87541") ) ) +(assert (myObject (attribute1 "attr87542") ) ) +(assert (myObject (attribute1 "attr87543") ) ) +(assert (myObject (attribute1 "attr87544") ) ) +(assert (myObject (attribute1 "attr87545") ) ) +(assert (myObject (attribute1 "attr87546") ) ) +(assert (myObject (attribute1 "attr87547") ) ) +(assert (myObject (attribute1 "attr87548") ) ) +(assert (myObject (attribute1 "attr87549") ) ) +(assert (myObject (attribute1 "attr87550") ) ) +(assert (myObject (attribute1 "attr87551") ) ) +(assert (myObject (attribute1 "attr87552") ) ) +(assert (myObject (attribute1 "attr87553") ) ) +(assert (myObject (attribute1 "attr87554") ) ) +(assert (myObject (attribute1 "attr87555") ) ) +(assert (myObject (attribute1 "attr87556") ) ) +(assert (myObject (attribute1 "attr87557") ) ) +(assert (myObject (attribute1 "attr87558") ) ) +(assert (myObject (attribute1 "attr87559") ) ) +(assert (myObject (attribute1 "attr87560") ) ) +(assert (myObject (attribute1 "attr87561") ) ) +(assert (myObject (attribute1 "attr87562") ) ) +(assert (myObject (attribute1 "attr87563") ) ) +(assert (myObject (attribute1 "attr87564") ) ) +(assert (myObject (attribute1 "attr87565") ) ) +(assert (myObject (attribute1 "attr87566") ) ) +(assert (myObject (attribute1 "attr87567") ) ) +(assert (myObject (attribute1 "attr87568") ) ) +(assert (myObject (attribute1 "attr87569") ) ) +(assert (myObject (attribute1 "attr87570") ) ) +(assert (myObject (attribute1 "attr87571") ) ) +(assert (myObject (attribute1 "attr87572") ) ) +(assert (myObject (attribute1 "attr87573") ) ) +(assert (myObject (attribute1 "attr87574") ) ) +(assert (myObject (attribute1 "attr87575") ) ) +(assert (myObject (attribute1 "attr87576") ) ) +(assert (myObject (attribute1 "attr87577") ) ) +(assert (myObject (attribute1 "attr87578") ) ) +(assert (myObject (attribute1 "attr87579") ) ) +(assert (myObject (attribute1 "attr87580") ) ) +(assert (myObject (attribute1 "attr87581") ) ) +(assert (myObject (attribute1 "attr87582") ) ) +(assert (myObject (attribute1 "attr87583") ) ) +(assert (myObject (attribute1 "attr87584") ) ) +(assert (myObject (attribute1 "attr87585") ) ) +(assert (myObject (attribute1 "attr87586") ) ) +(assert (myObject (attribute1 "attr87587") ) ) +(assert (myObject (attribute1 "attr87588") ) ) +(assert (myObject (attribute1 "attr87589") ) ) +(assert (myObject (attribute1 "attr87590") ) ) +(assert (myObject (attribute1 "attr87591") ) ) +(assert (myObject (attribute1 "attr87592") ) ) +(assert (myObject (attribute1 "attr87593") ) ) +(assert (myObject (attribute1 "attr87594") ) ) +(assert (myObject (attribute1 "attr87595") ) ) +(assert (myObject (attribute1 "attr87596") ) ) +(assert (myObject (attribute1 "attr87597") ) ) +(assert (myObject (attribute1 "attr87598") ) ) +(assert (myObject (attribute1 "attr87599") ) ) +(assert (myObject (attribute1 "attr87600") ) ) +(assert (myObject (attribute1 "attr87601") ) ) +(assert (myObject (attribute1 "attr87602") ) ) +(assert (myObject (attribute1 "attr87603") ) ) +(assert (myObject (attribute1 "attr87604") ) ) +(assert (myObject (attribute1 "attr87605") ) ) +(assert (myObject (attribute1 "attr87606") ) ) +(assert (myObject (attribute1 "attr87607") ) ) +(assert (myObject (attribute1 "attr87608") ) ) +(assert (myObject (attribute1 "attr87609") ) ) +(assert (myObject (attribute1 "attr87610") ) ) +(assert (myObject (attribute1 "attr87611") ) ) +(assert (myObject (attribute1 "attr87612") ) ) +(assert (myObject (attribute1 "attr87613") ) ) +(assert (myObject (attribute1 "attr87614") ) ) +(assert (myObject (attribute1 "attr87615") ) ) +(assert (myObject (attribute1 "attr87616") ) ) +(assert (myObject (attribute1 "attr87617") ) ) +(assert (myObject (attribute1 "attr87618") ) ) +(assert (myObject (attribute1 "attr87619") ) ) +(assert (myObject (attribute1 "attr87620") ) ) +(assert (myObject (attribute1 "attr87621") ) ) +(assert (myObject (attribute1 "attr87622") ) ) +(assert (myObject (attribute1 "attr87623") ) ) +(assert (myObject (attribute1 "attr87624") ) ) +(assert (myObject (attribute1 "attr87625") ) ) +(assert (myObject (attribute1 "attr87626") ) ) +(assert (myObject (attribute1 "attr87627") ) ) +(assert (myObject (attribute1 "attr87628") ) ) +(assert (myObject (attribute1 "attr87629") ) ) +(assert (myObject (attribute1 "attr87630") ) ) +(assert (myObject (attribute1 "attr87631") ) ) +(assert (myObject (attribute1 "attr87632") ) ) +(assert (myObject (attribute1 "attr87633") ) ) +(assert (myObject (attribute1 "attr87634") ) ) +(assert (myObject (attribute1 "attr87635") ) ) +(assert (myObject (attribute1 "attr87636") ) ) +(assert (myObject (attribute1 "attr87637") ) ) +(assert (myObject (attribute1 "attr87638") ) ) +(assert (myObject (attribute1 "attr87639") ) ) +(assert (myObject (attribute1 "attr87640") ) ) +(assert (myObject (attribute1 "attr87641") ) ) +(assert (myObject (attribute1 "attr87642") ) ) +(assert (myObject (attribute1 "attr87643") ) ) +(assert (myObject (attribute1 "attr87644") ) ) +(assert (myObject (attribute1 "attr87645") ) ) +(assert (myObject (attribute1 "attr87646") ) ) +(assert (myObject (attribute1 "attr87647") ) ) +(assert (myObject (attribute1 "attr87648") ) ) +(assert (myObject (attribute1 "attr87649") ) ) +(assert (myObject (attribute1 "attr87650") ) ) +(assert (myObject (attribute1 "attr87651") ) ) +(assert (myObject (attribute1 "attr87652") ) ) +(assert (myObject (attribute1 "attr87653") ) ) +(assert (myObject (attribute1 "attr87654") ) ) +(assert (myObject (attribute1 "attr87655") ) ) +(assert (myObject (attribute1 "attr87656") ) ) +(assert (myObject (attribute1 "attr87657") ) ) +(assert (myObject (attribute1 "attr87658") ) ) +(assert (myObject (attribute1 "attr87659") ) ) +(assert (myObject (attribute1 "attr87660") ) ) +(assert (myObject (attribute1 "attr87661") ) ) +(assert (myObject (attribute1 "attr87662") ) ) +(assert (myObject (attribute1 "attr87663") ) ) +(assert (myObject (attribute1 "attr87664") ) ) +(assert (myObject (attribute1 "attr87665") ) ) +(assert (myObject (attribute1 "attr87666") ) ) +(assert (myObject (attribute1 "attr87667") ) ) +(assert (myObject (attribute1 "attr87668") ) ) +(assert (myObject (attribute1 "attr87669") ) ) +(assert (myObject (attribute1 "attr87670") ) ) +(assert (myObject (attribute1 "attr87671") ) ) +(assert (myObject (attribute1 "attr87672") ) ) +(assert (myObject (attribute1 "attr87673") ) ) +(assert (myObject (attribute1 "attr87674") ) ) +(assert (myObject (attribute1 "attr87675") ) ) +(assert (myObject (attribute1 "attr87676") ) ) +(assert (myObject (attribute1 "attr87677") ) ) +(assert (myObject (attribute1 "attr87678") ) ) +(assert (myObject (attribute1 "attr87679") ) ) +(assert (myObject (attribute1 "attr87680") ) ) +(assert (myObject (attribute1 "attr87681") ) ) +(assert (myObject (attribute1 "attr87682") ) ) +(assert (myObject (attribute1 "attr87683") ) ) +(assert (myObject (attribute1 "attr87684") ) ) +(assert (myObject (attribute1 "attr87685") ) ) +(assert (myObject (attribute1 "attr87686") ) ) +(assert (myObject (attribute1 "attr87687") ) ) +(assert (myObject (attribute1 "attr87688") ) ) +(assert (myObject (attribute1 "attr87689") ) ) +(assert (myObject (attribute1 "attr87690") ) ) +(assert (myObject (attribute1 "attr87691") ) ) +(assert (myObject (attribute1 "attr87692") ) ) +(assert (myObject (attribute1 "attr87693") ) ) +(assert (myObject (attribute1 "attr87694") ) ) +(assert (myObject (attribute1 "attr87695") ) ) +(assert (myObject (attribute1 "attr87696") ) ) +(assert (myObject (attribute1 "attr87697") ) ) +(assert (myObject (attribute1 "attr87698") ) ) +(assert (myObject (attribute1 "attr87699") ) ) +(assert (myObject (attribute1 "attr87700") ) ) +(assert (myObject (attribute1 "attr87701") ) ) +(assert (myObject (attribute1 "attr87702") ) ) +(assert (myObject (attribute1 "attr87703") ) ) +(assert (myObject (attribute1 "attr87704") ) ) +(assert (myObject (attribute1 "attr87705") ) ) +(assert (myObject (attribute1 "attr87706") ) ) +(assert (myObject (attribute1 "attr87707") ) ) +(assert (myObject (attribute1 "attr87708") ) ) +(assert (myObject (attribute1 "attr87709") ) ) +(assert (myObject (attribute1 "attr87710") ) ) +(assert (myObject (attribute1 "attr87711") ) ) +(assert (myObject (attribute1 "attr87712") ) ) +(assert (myObject (attribute1 "attr87713") ) ) +(assert (myObject (attribute1 "attr87714") ) ) +(assert (myObject (attribute1 "attr87715") ) ) +(assert (myObject (attribute1 "attr87716") ) ) +(assert (myObject (attribute1 "attr87717") ) ) +(assert (myObject (attribute1 "attr87718") ) ) +(assert (myObject (attribute1 "attr87719") ) ) +(assert (myObject (attribute1 "attr87720") ) ) +(assert (myObject (attribute1 "attr87721") ) ) +(assert (myObject (attribute1 "attr87722") ) ) +(assert (myObject (attribute1 "attr87723") ) ) +(assert (myObject (attribute1 "attr87724") ) ) +(assert (myObject (attribute1 "attr87725") ) ) +(assert (myObject (attribute1 "attr87726") ) ) +(assert (myObject (attribute1 "attr87727") ) ) +(assert (myObject (attribute1 "attr87728") ) ) +(assert (myObject (attribute1 "attr87729") ) ) +(assert (myObject (attribute1 "attr87730") ) ) +(assert (myObject (attribute1 "attr87731") ) ) +(assert (myObject (attribute1 "attr87732") ) ) +(assert (myObject (attribute1 "attr87733") ) ) +(assert (myObject (attribute1 "attr87734") ) ) +(assert (myObject (attribute1 "attr87735") ) ) +(assert (myObject (attribute1 "attr87736") ) ) +(assert (myObject (attribute1 "attr87737") ) ) +(assert (myObject (attribute1 "attr87738") ) ) +(assert (myObject (attribute1 "attr87739") ) ) +(assert (myObject (attribute1 "attr87740") ) ) +(assert (myObject (attribute1 "attr87741") ) ) +(assert (myObject (attribute1 "attr87742") ) ) +(assert (myObject (attribute1 "attr87743") ) ) +(assert (myObject (attribute1 "attr87744") ) ) +(assert (myObject (attribute1 "attr87745") ) ) +(assert (myObject (attribute1 "attr87746") ) ) +(assert (myObject (attribute1 "attr87747") ) ) +(assert (myObject (attribute1 "attr87748") ) ) +(assert (myObject (attribute1 "attr87749") ) ) +(assert (myObject (attribute1 "attr87750") ) ) +(assert (myObject (attribute1 "attr87751") ) ) +(assert (myObject (attribute1 "attr87752") ) ) +(assert (myObject (attribute1 "attr87753") ) ) +(assert (myObject (attribute1 "attr87754") ) ) +(assert (myObject (attribute1 "attr87755") ) ) +(assert (myObject (attribute1 "attr87756") ) ) +(assert (myObject (attribute1 "attr87757") ) ) +(assert (myObject (attribute1 "attr87758") ) ) +(assert (myObject (attribute1 "attr87759") ) ) +(assert (myObject (attribute1 "attr87760") ) ) +(assert (myObject (attribute1 "attr87761") ) ) +(assert (myObject (attribute1 "attr87762") ) ) +(assert (myObject (attribute1 "attr87763") ) ) +(assert (myObject (attribute1 "attr87764") ) ) +(assert (myObject (attribute1 "attr87765") ) ) +(assert (myObject (attribute1 "attr87766") ) ) +(assert (myObject (attribute1 "attr87767") ) ) +(assert (myObject (attribute1 "attr87768") ) ) +(assert (myObject (attribute1 "attr87769") ) ) +(assert (myObject (attribute1 "attr87770") ) ) +(assert (myObject (attribute1 "attr87771") ) ) +(assert (myObject (attribute1 "attr87772") ) ) +(assert (myObject (attribute1 "attr87773") ) ) +(assert (myObject (attribute1 "attr87774") ) ) +(assert (myObject (attribute1 "attr87775") ) ) +(assert (myObject (attribute1 "attr87776") ) ) +(assert (myObject (attribute1 "attr87777") ) ) +(assert (myObject (attribute1 "attr87778") ) ) +(assert (myObject (attribute1 "attr87779") ) ) +(assert (myObject (attribute1 "attr87780") ) ) +(assert (myObject (attribute1 "attr87781") ) ) +(assert (myObject (attribute1 "attr87782") ) ) +(assert (myObject (attribute1 "attr87783") ) ) +(assert (myObject (attribute1 "attr87784") ) ) +(assert (myObject (attribute1 "attr87785") ) ) +(assert (myObject (attribute1 "attr87786") ) ) +(assert (myObject (attribute1 "attr87787") ) ) +(assert (myObject (attribute1 "attr87788") ) ) +(assert (myObject (attribute1 "attr87789") ) ) +(assert (myObject (attribute1 "attr87790") ) ) +(assert (myObject (attribute1 "attr87791") ) ) +(assert (myObject (attribute1 "attr87792") ) ) +(assert (myObject (attribute1 "attr87793") ) ) +(assert (myObject (attribute1 "attr87794") ) ) +(assert (myObject (attribute1 "attr87795") ) ) +(assert (myObject (attribute1 "attr87796") ) ) +(assert (myObject (attribute1 "attr87797") ) ) +(assert (myObject (attribute1 "attr87798") ) ) +(assert (myObject (attribute1 "attr87799") ) ) +(assert (myObject (attribute1 "attr87800") ) ) +(assert (myObject (attribute1 "attr87801") ) ) +(assert (myObject (attribute1 "attr87802") ) ) +(assert (myObject (attribute1 "attr87803") ) ) +(assert (myObject (attribute1 "attr87804") ) ) +(assert (myObject (attribute1 "attr87805") ) ) +(assert (myObject (attribute1 "attr87806") ) ) +(assert (myObject (attribute1 "attr87807") ) ) +(assert (myObject (attribute1 "attr87808") ) ) +(assert (myObject (attribute1 "attr87809") ) ) +(assert (myObject (attribute1 "attr87810") ) ) +(assert (myObject (attribute1 "attr87811") ) ) +(assert (myObject (attribute1 "attr87812") ) ) +(assert (myObject (attribute1 "attr87813") ) ) +(assert (myObject (attribute1 "attr87814") ) ) +(assert (myObject (attribute1 "attr87815") ) ) +(assert (myObject (attribute1 "attr87816") ) ) +(assert (myObject (attribute1 "attr87817") ) ) +(assert (myObject (attribute1 "attr87818") ) ) +(assert (myObject (attribute1 "attr87819") ) ) +(assert (myObject (attribute1 "attr87820") ) ) +(assert (myObject (attribute1 "attr87821") ) ) +(assert (myObject (attribute1 "attr87822") ) ) +(assert (myObject (attribute1 "attr87823") ) ) +(assert (myObject (attribute1 "attr87824") ) ) +(assert (myObject (attribute1 "attr87825") ) ) +(assert (myObject (attribute1 "attr87826") ) ) +(assert (myObject (attribute1 "attr87827") ) ) +(assert (myObject (attribute1 "attr87828") ) ) +(assert (myObject (attribute1 "attr87829") ) ) +(assert (myObject (attribute1 "attr87830") ) ) +(assert (myObject (attribute1 "attr87831") ) ) +(assert (myObject (attribute1 "attr87832") ) ) +(assert (myObject (attribute1 "attr87833") ) ) +(assert (myObject (attribute1 "attr87834") ) ) +(assert (myObject (attribute1 "attr87835") ) ) +(assert (myObject (attribute1 "attr87836") ) ) +(assert (myObject (attribute1 "attr87837") ) ) +(assert (myObject (attribute1 "attr87838") ) ) +(assert (myObject (attribute1 "attr87839") ) ) +(assert (myObject (attribute1 "attr87840") ) ) +(assert (myObject (attribute1 "attr87841") ) ) +(assert (myObject (attribute1 "attr87842") ) ) +(assert (myObject (attribute1 "attr87843") ) ) +(assert (myObject (attribute1 "attr87844") ) ) +(assert (myObject (attribute1 "attr87845") ) ) +(assert (myObject (attribute1 "attr87846") ) ) +(assert (myObject (attribute1 "attr87847") ) ) +(assert (myObject (attribute1 "attr87848") ) ) +(assert (myObject (attribute1 "attr87849") ) ) +(assert (myObject (attribute1 "attr87850") ) ) +(assert (myObject (attribute1 "attr87851") ) ) +(assert (myObject (attribute1 "attr87852") ) ) +(assert (myObject (attribute1 "attr87853") ) ) +(assert (myObject (attribute1 "attr87854") ) ) +(assert (myObject (attribute1 "attr87855") ) ) +(assert (myObject (attribute1 "attr87856") ) ) +(assert (myObject (attribute1 "attr87857") ) ) +(assert (myObject (attribute1 "attr87858") ) ) +(assert (myObject (attribute1 "attr87859") ) ) +(assert (myObject (attribute1 "attr87860") ) ) +(assert (myObject (attribute1 "attr87861") ) ) +(assert (myObject (attribute1 "attr87862") ) ) +(assert (myObject (attribute1 "attr87863") ) ) +(assert (myObject (attribute1 "attr87864") ) ) +(assert (myObject (attribute1 "attr87865") ) ) +(assert (myObject (attribute1 "attr87866") ) ) +(assert (myObject (attribute1 "attr87867") ) ) +(assert (myObject (attribute1 "attr87868") ) ) +(assert (myObject (attribute1 "attr87869") ) ) +(assert (myObject (attribute1 "attr87870") ) ) +(assert (myObject (attribute1 "attr87871") ) ) +(assert (myObject (attribute1 "attr87872") ) ) +(assert (myObject (attribute1 "attr87873") ) ) +(assert (myObject (attribute1 "attr87874") ) ) +(assert (myObject (attribute1 "attr87875") ) ) +(assert (myObject (attribute1 "attr87876") ) ) +(assert (myObject (attribute1 "attr87877") ) ) +(assert (myObject (attribute1 "attr87878") ) ) +(assert (myObject (attribute1 "attr87879") ) ) +(assert (myObject (attribute1 "attr87880") ) ) +(assert (myObject (attribute1 "attr87881") ) ) +(assert (myObject (attribute1 "attr87882") ) ) +(assert (myObject (attribute1 "attr87883") ) ) +(assert (myObject (attribute1 "attr87884") ) ) +(assert (myObject (attribute1 "attr87885") ) ) +(assert (myObject (attribute1 "attr87886") ) ) +(assert (myObject (attribute1 "attr87887") ) ) +(assert (myObject (attribute1 "attr87888") ) ) +(assert (myObject (attribute1 "attr87889") ) ) +(assert (myObject (attribute1 "attr87890") ) ) +(assert (myObject (attribute1 "attr87891") ) ) +(assert (myObject (attribute1 "attr87892") ) ) +(assert (myObject (attribute1 "attr87893") ) ) +(assert (myObject (attribute1 "attr87894") ) ) +(assert (myObject (attribute1 "attr87895") ) ) +(assert (myObject (attribute1 "attr87896") ) ) +(assert (myObject (attribute1 "attr87897") ) ) +(assert (myObject (attribute1 "attr87898") ) ) +(assert (myObject (attribute1 "attr87899") ) ) +(assert (myObject (attribute1 "attr87900") ) ) +(assert (myObject (attribute1 "attr87901") ) ) +(assert (myObject (attribute1 "attr87902") ) ) +(assert (myObject (attribute1 "attr87903") ) ) +(assert (myObject (attribute1 "attr87904") ) ) +(assert (myObject (attribute1 "attr87905") ) ) +(assert (myObject (attribute1 "attr87906") ) ) +(assert (myObject (attribute1 "attr87907") ) ) +(assert (myObject (attribute1 "attr87908") ) ) +(assert (myObject (attribute1 "attr87909") ) ) +(assert (myObject (attribute1 "attr87910") ) ) +(assert (myObject (attribute1 "attr87911") ) ) +(assert (myObject (attribute1 "attr87912") ) ) +(assert (myObject (attribute1 "attr87913") ) ) +(assert (myObject (attribute1 "attr87914") ) ) +(assert (myObject (attribute1 "attr87915") ) ) +(assert (myObject (attribute1 "attr87916") ) ) +(assert (myObject (attribute1 "attr87917") ) ) +(assert (myObject (attribute1 "attr87918") ) ) +(assert (myObject (attribute1 "attr87919") ) ) +(assert (myObject (attribute1 "attr87920") ) ) +(assert (myObject (attribute1 "attr87921") ) ) +(assert (myObject (attribute1 "attr87922") ) ) +(assert (myObject (attribute1 "attr87923") ) ) +(assert (myObject (attribute1 "attr87924") ) ) +(assert (myObject (attribute1 "attr87925") ) ) +(assert (myObject (attribute1 "attr87926") ) ) +(assert (myObject (attribute1 "attr87927") ) ) +(assert (myObject (attribute1 "attr87928") ) ) +(assert (myObject (attribute1 "attr87929") ) ) +(assert (myObject (attribute1 "attr87930") ) ) +(assert (myObject (attribute1 "attr87931") ) ) +(assert (myObject (attribute1 "attr87932") ) ) +(assert (myObject (attribute1 "attr87933") ) ) +(assert (myObject (attribute1 "attr87934") ) ) +(assert (myObject (attribute1 "attr87935") ) ) +(assert (myObject (attribute1 "attr87936") ) ) +(assert (myObject (attribute1 "attr87937") ) ) +(assert (myObject (attribute1 "attr87938") ) ) +(assert (myObject (attribute1 "attr87939") ) ) +(assert (myObject (attribute1 "attr87940") ) ) +(assert (myObject (attribute1 "attr87941") ) ) +(assert (myObject (attribute1 "attr87942") ) ) +(assert (myObject (attribute1 "attr87943") ) ) +(assert (myObject (attribute1 "attr87944") ) ) +(assert (myObject (attribute1 "attr87945") ) ) +(assert (myObject (attribute1 "attr87946") ) ) +(assert (myObject (attribute1 "attr87947") ) ) +(assert (myObject (attribute1 "attr87948") ) ) +(assert (myObject (attribute1 "attr87949") ) ) +(assert (myObject (attribute1 "attr87950") ) ) +(assert (myObject (attribute1 "attr87951") ) ) +(assert (myObject (attribute1 "attr87952") ) ) +(assert (myObject (attribute1 "attr87953") ) ) +(assert (myObject (attribute1 "attr87954") ) ) +(assert (myObject (attribute1 "attr87955") ) ) +(assert (myObject (attribute1 "attr87956") ) ) +(assert (myObject (attribute1 "attr87957") ) ) +(assert (myObject (attribute1 "attr87958") ) ) +(assert (myObject (attribute1 "attr87959") ) ) +(assert (myObject (attribute1 "attr87960") ) ) +(assert (myObject (attribute1 "attr87961") ) ) +(assert (myObject (attribute1 "attr87962") ) ) +(assert (myObject (attribute1 "attr87963") ) ) +(assert (myObject (attribute1 "attr87964") ) ) +(assert (myObject (attribute1 "attr87965") ) ) +(assert (myObject (attribute1 "attr87966") ) ) +(assert (myObject (attribute1 "attr87967") ) ) +(assert (myObject (attribute1 "attr87968") ) ) +(assert (myObject (attribute1 "attr87969") ) ) +(assert (myObject (attribute1 "attr87970") ) ) +(assert (myObject (attribute1 "attr87971") ) ) +(assert (myObject (attribute1 "attr87972") ) ) +(assert (myObject (attribute1 "attr87973") ) ) +(assert (myObject (attribute1 "attr87974") ) ) +(assert (myObject (attribute1 "attr87975") ) ) +(assert (myObject (attribute1 "attr87976") ) ) +(assert (myObject (attribute1 "attr87977") ) ) +(assert (myObject (attribute1 "attr87978") ) ) +(assert (myObject (attribute1 "attr87979") ) ) +(assert (myObject (attribute1 "attr87980") ) ) +(assert (myObject (attribute1 "attr87981") ) ) +(assert (myObject (attribute1 "attr87982") ) ) +(assert (myObject (attribute1 "attr87983") ) ) +(assert (myObject (attribute1 "attr87984") ) ) +(assert (myObject (attribute1 "attr87985") ) ) +(assert (myObject (attribute1 "attr87986") ) ) +(assert (myObject (attribute1 "attr87987") ) ) +(assert (myObject (attribute1 "attr87988") ) ) +(assert (myObject (attribute1 "attr87989") ) ) +(assert (myObject (attribute1 "attr87990") ) ) +(assert (myObject (attribute1 "attr87991") ) ) +(assert (myObject (attribute1 "attr87992") ) ) +(assert (myObject (attribute1 "attr87993") ) ) +(assert (myObject (attribute1 "attr87994") ) ) +(assert (myObject (attribute1 "attr87995") ) ) +(assert (myObject (attribute1 "attr87996") ) ) +(assert (myObject (attribute1 "attr87997") ) ) +(assert (myObject (attribute1 "attr87998") ) ) +(assert (myObject (attribute1 "attr87999") ) ) +(assert (myObject (attribute1 "attr88000") ) ) +(assert (myObject (attribute1 "attr88001") ) ) +(assert (myObject (attribute1 "attr88002") ) ) +(assert (myObject (attribute1 "attr88003") ) ) +(assert (myObject (attribute1 "attr88004") ) ) +(assert (myObject (attribute1 "attr88005") ) ) +(assert (myObject (attribute1 "attr88006") ) ) +(assert (myObject (attribute1 "attr88007") ) ) +(assert (myObject (attribute1 "attr88008") ) ) +(assert (myObject (attribute1 "attr88009") ) ) +(assert (myObject (attribute1 "attr88010") ) ) +(assert (myObject (attribute1 "attr88011") ) ) +(assert (myObject (attribute1 "attr88012") ) ) +(assert (myObject (attribute1 "attr88013") ) ) +(assert (myObject (attribute1 "attr88014") ) ) +(assert (myObject (attribute1 "attr88015") ) ) +(assert (myObject (attribute1 "attr88016") ) ) +(assert (myObject (attribute1 "attr88017") ) ) +(assert (myObject (attribute1 "attr88018") ) ) +(assert (myObject (attribute1 "attr88019") ) ) +(assert (myObject (attribute1 "attr88020") ) ) +(assert (myObject (attribute1 "attr88021") ) ) +(assert (myObject (attribute1 "attr88022") ) ) +(assert (myObject (attribute1 "attr88023") ) ) +(assert (myObject (attribute1 "attr88024") ) ) +(assert (myObject (attribute1 "attr88025") ) ) +(assert (myObject (attribute1 "attr88026") ) ) +(assert (myObject (attribute1 "attr88027") ) ) +(assert (myObject (attribute1 "attr88028") ) ) +(assert (myObject (attribute1 "attr88029") ) ) +(assert (myObject (attribute1 "attr88030") ) ) +(assert (myObject (attribute1 "attr88031") ) ) +(assert (myObject (attribute1 "attr88032") ) ) +(assert (myObject (attribute1 "attr88033") ) ) +(assert (myObject (attribute1 "attr88034") ) ) +(assert (myObject (attribute1 "attr88035") ) ) +(assert (myObject (attribute1 "attr88036") ) ) +(assert (myObject (attribute1 "attr88037") ) ) +(assert (myObject (attribute1 "attr88038") ) ) +(assert (myObject (attribute1 "attr88039") ) ) +(assert (myObject (attribute1 "attr88040") ) ) +(assert (myObject (attribute1 "attr88041") ) ) +(assert (myObject (attribute1 "attr88042") ) ) +(assert (myObject (attribute1 "attr88043") ) ) +(assert (myObject (attribute1 "attr88044") ) ) +(assert (myObject (attribute1 "attr88045") ) ) +(assert (myObject (attribute1 "attr88046") ) ) +(assert (myObject (attribute1 "attr88047") ) ) +(assert (myObject (attribute1 "attr88048") ) ) +(assert (myObject (attribute1 "attr88049") ) ) +(assert (myObject (attribute1 "attr88050") ) ) +(assert (myObject (attribute1 "attr88051") ) ) +(assert (myObject (attribute1 "attr88052") ) ) +(assert (myObject (attribute1 "attr88053") ) ) +(assert (myObject (attribute1 "attr88054") ) ) +(assert (myObject (attribute1 "attr88055") ) ) +(assert (myObject (attribute1 "attr88056") ) ) +(assert (myObject (attribute1 "attr88057") ) ) +(assert (myObject (attribute1 "attr88058") ) ) +(assert (myObject (attribute1 "attr88059") ) ) +(assert (myObject (attribute1 "attr88060") ) ) +(assert (myObject (attribute1 "attr88061") ) ) +(assert (myObject (attribute1 "attr88062") ) ) +(assert (myObject (attribute1 "attr88063") ) ) +(assert (myObject (attribute1 "attr88064") ) ) +(assert (myObject (attribute1 "attr88065") ) ) +(assert (myObject (attribute1 "attr88066") ) ) +(assert (myObject (attribute1 "attr88067") ) ) +(assert (myObject (attribute1 "attr88068") ) ) +(assert (myObject (attribute1 "attr88069") ) ) +(assert (myObject (attribute1 "attr88070") ) ) +(assert (myObject (attribute1 "attr88071") ) ) +(assert (myObject (attribute1 "attr88072") ) ) +(assert (myObject (attribute1 "attr88073") ) ) +(assert (myObject (attribute1 "attr88074") ) ) +(assert (myObject (attribute1 "attr88075") ) ) +(assert (myObject (attribute1 "attr88076") ) ) +(assert (myObject (attribute1 "attr88077") ) ) +(assert (myObject (attribute1 "attr88078") ) ) +(assert (myObject (attribute1 "attr88079") ) ) +(assert (myObject (attribute1 "attr88080") ) ) +(assert (myObject (attribute1 "attr88081") ) ) +(assert (myObject (attribute1 "attr88082") ) ) +(assert (myObject (attribute1 "attr88083") ) ) +(assert (myObject (attribute1 "attr88084") ) ) +(assert (myObject (attribute1 "attr88085") ) ) +(assert (myObject (attribute1 "attr88086") ) ) +(assert (myObject (attribute1 "attr88087") ) ) +(assert (myObject (attribute1 "attr88088") ) ) +(assert (myObject (attribute1 "attr88089") ) ) +(assert (myObject (attribute1 "attr88090") ) ) +(assert (myObject (attribute1 "attr88091") ) ) +(assert (myObject (attribute1 "attr88092") ) ) +(assert (myObject (attribute1 "attr88093") ) ) +(assert (myObject (attribute1 "attr88094") ) ) +(assert (myObject (attribute1 "attr88095") ) ) +(assert (myObject (attribute1 "attr88096") ) ) +(assert (myObject (attribute1 "attr88097") ) ) +(assert (myObject (attribute1 "attr88098") ) ) +(assert (myObject (attribute1 "attr88099") ) ) +(assert (myObject (attribute1 "attr88100") ) ) +(assert (myObject (attribute1 "attr88101") ) ) +(assert (myObject (attribute1 "attr88102") ) ) +(assert (myObject (attribute1 "attr88103") ) ) +(assert (myObject (attribute1 "attr88104") ) ) +(assert (myObject (attribute1 "attr88105") ) ) +(assert (myObject (attribute1 "attr88106") ) ) +(assert (myObject (attribute1 "attr88107") ) ) +(assert (myObject (attribute1 "attr88108") ) ) +(assert (myObject (attribute1 "attr88109") ) ) +(assert (myObject (attribute1 "attr88110") ) ) +(assert (myObject (attribute1 "attr88111") ) ) +(assert (myObject (attribute1 "attr88112") ) ) +(assert (myObject (attribute1 "attr88113") ) ) +(assert (myObject (attribute1 "attr88114") ) ) +(assert (myObject (attribute1 "attr88115") ) ) +(assert (myObject (attribute1 "attr88116") ) ) +(assert (myObject (attribute1 "attr88117") ) ) +(assert (myObject (attribute1 "attr88118") ) ) +(assert (myObject (attribute1 "attr88119") ) ) +(assert (myObject (attribute1 "attr88120") ) ) +(assert (myObject (attribute1 "attr88121") ) ) +(assert (myObject (attribute1 "attr88122") ) ) +(assert (myObject (attribute1 "attr88123") ) ) +(assert (myObject (attribute1 "attr88124") ) ) +(assert (myObject (attribute1 "attr88125") ) ) +(assert (myObject (attribute1 "attr88126") ) ) +(assert (myObject (attribute1 "attr88127") ) ) +(assert (myObject (attribute1 "attr88128") ) ) +(assert (myObject (attribute1 "attr88129") ) ) +(assert (myObject (attribute1 "attr88130") ) ) +(assert (myObject (attribute1 "attr88131") ) ) +(assert (myObject (attribute1 "attr88132") ) ) +(assert (myObject (attribute1 "attr88133") ) ) +(assert (myObject (attribute1 "attr88134") ) ) +(assert (myObject (attribute1 "attr88135") ) ) +(assert (myObject (attribute1 "attr88136") ) ) +(assert (myObject (attribute1 "attr88137") ) ) +(assert (myObject (attribute1 "attr88138") ) ) +(assert (myObject (attribute1 "attr88139") ) ) +(assert (myObject (attribute1 "attr88140") ) ) +(assert (myObject (attribute1 "attr88141") ) ) +(assert (myObject (attribute1 "attr88142") ) ) +(assert (myObject (attribute1 "attr88143") ) ) +(assert (myObject (attribute1 "attr88144") ) ) +(assert (myObject (attribute1 "attr88145") ) ) +(assert (myObject (attribute1 "attr88146") ) ) +(assert (myObject (attribute1 "attr88147") ) ) +(assert (myObject (attribute1 "attr88148") ) ) +(assert (myObject (attribute1 "attr88149") ) ) +(assert (myObject (attribute1 "attr88150") ) ) +(assert (myObject (attribute1 "attr88151") ) ) +(assert (myObject (attribute1 "attr88152") ) ) +(assert (myObject (attribute1 "attr88153") ) ) +(assert (myObject (attribute1 "attr88154") ) ) +(assert (myObject (attribute1 "attr88155") ) ) +(assert (myObject (attribute1 "attr88156") ) ) +(assert (myObject (attribute1 "attr88157") ) ) +(assert (myObject (attribute1 "attr88158") ) ) +(assert (myObject (attribute1 "attr88159") ) ) +(assert (myObject (attribute1 "attr88160") ) ) +(assert (myObject (attribute1 "attr88161") ) ) +(assert (myObject (attribute1 "attr88162") ) ) +(assert (myObject (attribute1 "attr88163") ) ) +(assert (myObject (attribute1 "attr88164") ) ) +(assert (myObject (attribute1 "attr88165") ) ) +(assert (myObject (attribute1 "attr88166") ) ) +(assert (myObject (attribute1 "attr88167") ) ) +(assert (myObject (attribute1 "attr88168") ) ) +(assert (myObject (attribute1 "attr88169") ) ) +(assert (myObject (attribute1 "attr88170") ) ) +(assert (myObject (attribute1 "attr88171") ) ) +(assert (myObject (attribute1 "attr88172") ) ) +(assert (myObject (attribute1 "attr88173") ) ) +(assert (myObject (attribute1 "attr88174") ) ) +(assert (myObject (attribute1 "attr88175") ) ) +(assert (myObject (attribute1 "attr88176") ) ) +(assert (myObject (attribute1 "attr88177") ) ) +(assert (myObject (attribute1 "attr88178") ) ) +(assert (myObject (attribute1 "attr88179") ) ) +(assert (myObject (attribute1 "attr88180") ) ) +(assert (myObject (attribute1 "attr88181") ) ) +(assert (myObject (attribute1 "attr88182") ) ) +(assert (myObject (attribute1 "attr88183") ) ) +(assert (myObject (attribute1 "attr88184") ) ) +(assert (myObject (attribute1 "attr88185") ) ) +(assert (myObject (attribute1 "attr88186") ) ) +(assert (myObject (attribute1 "attr88187") ) ) +(assert (myObject (attribute1 "attr88188") ) ) +(assert (myObject (attribute1 "attr88189") ) ) +(assert (myObject (attribute1 "attr88190") ) ) +(assert (myObject (attribute1 "attr88191") ) ) +(assert (myObject (attribute1 "attr88192") ) ) +(assert (myObject (attribute1 "attr88193") ) ) +(assert (myObject (attribute1 "attr88194") ) ) +(assert (myObject (attribute1 "attr88195") ) ) +(assert (myObject (attribute1 "attr88196") ) ) +(assert (myObject (attribute1 "attr88197") ) ) +(assert (myObject (attribute1 "attr88198") ) ) +(assert (myObject (attribute1 "attr88199") ) ) +(assert (myObject (attribute1 "attr88200") ) ) +(assert (myObject (attribute1 "attr88201") ) ) +(assert (myObject (attribute1 "attr88202") ) ) +(assert (myObject (attribute1 "attr88203") ) ) +(assert (myObject (attribute1 "attr88204") ) ) +(assert (myObject (attribute1 "attr88205") ) ) +(assert (myObject (attribute1 "attr88206") ) ) +(assert (myObject (attribute1 "attr88207") ) ) +(assert (myObject (attribute1 "attr88208") ) ) +(assert (myObject (attribute1 "attr88209") ) ) +(assert (myObject (attribute1 "attr88210") ) ) +(assert (myObject (attribute1 "attr88211") ) ) +(assert (myObject (attribute1 "attr88212") ) ) +(assert (myObject (attribute1 "attr88213") ) ) +(assert (myObject (attribute1 "attr88214") ) ) +(assert (myObject (attribute1 "attr88215") ) ) +(assert (myObject (attribute1 "attr88216") ) ) +(assert (myObject (attribute1 "attr88217") ) ) +(assert (myObject (attribute1 "attr88218") ) ) +(assert (myObject (attribute1 "attr88219") ) ) +(assert (myObject (attribute1 "attr88220") ) ) +(assert (myObject (attribute1 "attr88221") ) ) +(assert (myObject (attribute1 "attr88222") ) ) +(assert (myObject (attribute1 "attr88223") ) ) +(assert (myObject (attribute1 "attr88224") ) ) +(assert (myObject (attribute1 "attr88225") ) ) +(assert (myObject (attribute1 "attr88226") ) ) +(assert (myObject (attribute1 "attr88227") ) ) +(assert (myObject (attribute1 "attr88228") ) ) +(assert (myObject (attribute1 "attr88229") ) ) +(assert (myObject (attribute1 "attr88230") ) ) +(assert (myObject (attribute1 "attr88231") ) ) +(assert (myObject (attribute1 "attr88232") ) ) +(assert (myObject (attribute1 "attr88233") ) ) +(assert (myObject (attribute1 "attr88234") ) ) +(assert (myObject (attribute1 "attr88235") ) ) +(assert (myObject (attribute1 "attr88236") ) ) +(assert (myObject (attribute1 "attr88237") ) ) +(assert (myObject (attribute1 "attr88238") ) ) +(assert (myObject (attribute1 "attr88239") ) ) +(assert (myObject (attribute1 "attr88240") ) ) +(assert (myObject (attribute1 "attr88241") ) ) +(assert (myObject (attribute1 "attr88242") ) ) +(assert (myObject (attribute1 "attr88243") ) ) +(assert (myObject (attribute1 "attr88244") ) ) +(assert (myObject (attribute1 "attr88245") ) ) +(assert (myObject (attribute1 "attr88246") ) ) +(assert (myObject (attribute1 "attr88247") ) ) +(assert (myObject (attribute1 "attr88248") ) ) +(assert (myObject (attribute1 "attr88249") ) ) +(assert (myObject (attribute1 "attr88250") ) ) +(assert (myObject (attribute1 "attr88251") ) ) +(assert (myObject (attribute1 "attr88252") ) ) +(assert (myObject (attribute1 "attr88253") ) ) +(assert (myObject (attribute1 "attr88254") ) ) +(assert (myObject (attribute1 "attr88255") ) ) +(assert (myObject (attribute1 "attr88256") ) ) +(assert (myObject (attribute1 "attr88257") ) ) +(assert (myObject (attribute1 "attr88258") ) ) +(assert (myObject (attribute1 "attr88259") ) ) +(assert (myObject (attribute1 "attr88260") ) ) +(assert (myObject (attribute1 "attr88261") ) ) +(assert (myObject (attribute1 "attr88262") ) ) +(assert (myObject (attribute1 "attr88263") ) ) +(assert (myObject (attribute1 "attr88264") ) ) +(assert (myObject (attribute1 "attr88265") ) ) +(assert (myObject (attribute1 "attr88266") ) ) +(assert (myObject (attribute1 "attr88267") ) ) +(assert (myObject (attribute1 "attr88268") ) ) +(assert (myObject (attribute1 "attr88269") ) ) +(assert (myObject (attribute1 "attr88270") ) ) +(assert (myObject (attribute1 "attr88271") ) ) +(assert (myObject (attribute1 "attr88272") ) ) +(assert (myObject (attribute1 "attr88273") ) ) +(assert (myObject (attribute1 "attr88274") ) ) +(assert (myObject (attribute1 "attr88275") ) ) +(assert (myObject (attribute1 "attr88276") ) ) +(assert (myObject (attribute1 "attr88277") ) ) +(assert (myObject (attribute1 "attr88278") ) ) +(assert (myObject (attribute1 "attr88279") ) ) +(assert (myObject (attribute1 "attr88280") ) ) +(assert (myObject (attribute1 "attr88281") ) ) +(assert (myObject (attribute1 "attr88282") ) ) +(assert (myObject (attribute1 "attr88283") ) ) +(assert (myObject (attribute1 "attr88284") ) ) +(assert (myObject (attribute1 "attr88285") ) ) +(assert (myObject (attribute1 "attr88286") ) ) +(assert (myObject (attribute1 "attr88287") ) ) +(assert (myObject (attribute1 "attr88288") ) ) +(assert (myObject (attribute1 "attr88289") ) ) +(assert (myObject (attribute1 "attr88290") ) ) +(assert (myObject (attribute1 "attr88291") ) ) +(assert (myObject (attribute1 "attr88292") ) ) +(assert (myObject (attribute1 "attr88293") ) ) +(assert (myObject (attribute1 "attr88294") ) ) +(assert (myObject (attribute1 "attr88295") ) ) +(assert (myObject (attribute1 "attr88296") ) ) +(assert (myObject (attribute1 "attr88297") ) ) +(assert (myObject (attribute1 "attr88298") ) ) +(assert (myObject (attribute1 "attr88299") ) ) +(assert (myObject (attribute1 "attr88300") ) ) +(assert (myObject (attribute1 "attr88301") ) ) +(assert (myObject (attribute1 "attr88302") ) ) +(assert (myObject (attribute1 "attr88303") ) ) +(assert (myObject (attribute1 "attr88304") ) ) +(assert (myObject (attribute1 "attr88305") ) ) +(assert (myObject (attribute1 "attr88306") ) ) +(assert (myObject (attribute1 "attr88307") ) ) +(assert (myObject (attribute1 "attr88308") ) ) +(assert (myObject (attribute1 "attr88309") ) ) +(assert (myObject (attribute1 "attr88310") ) ) +(assert (myObject (attribute1 "attr88311") ) ) +(assert (myObject (attribute1 "attr88312") ) ) +(assert (myObject (attribute1 "attr88313") ) ) +(assert (myObject (attribute1 "attr88314") ) ) +(assert (myObject (attribute1 "attr88315") ) ) +(assert (myObject (attribute1 "attr88316") ) ) +(assert (myObject (attribute1 "attr88317") ) ) +(assert (myObject (attribute1 "attr88318") ) ) +(assert (myObject (attribute1 "attr88319") ) ) +(assert (myObject (attribute1 "attr88320") ) ) +(assert (myObject (attribute1 "attr88321") ) ) +(assert (myObject (attribute1 "attr88322") ) ) +(assert (myObject (attribute1 "attr88323") ) ) +(assert (myObject (attribute1 "attr88324") ) ) +(assert (myObject (attribute1 "attr88325") ) ) +(assert (myObject (attribute1 "attr88326") ) ) +(assert (myObject (attribute1 "attr88327") ) ) +(assert (myObject (attribute1 "attr88328") ) ) +(assert (myObject (attribute1 "attr88329") ) ) +(assert (myObject (attribute1 "attr88330") ) ) +(assert (myObject (attribute1 "attr88331") ) ) +(assert (myObject (attribute1 "attr88332") ) ) +(assert (myObject (attribute1 "attr88333") ) ) +(assert (myObject (attribute1 "attr88334") ) ) +(assert (myObject (attribute1 "attr88335") ) ) +(assert (myObject (attribute1 "attr88336") ) ) +(assert (myObject (attribute1 "attr88337") ) ) +(assert (myObject (attribute1 "attr88338") ) ) +(assert (myObject (attribute1 "attr88339") ) ) +(assert (myObject (attribute1 "attr88340") ) ) +(assert (myObject (attribute1 "attr88341") ) ) +(assert (myObject (attribute1 "attr88342") ) ) +(assert (myObject (attribute1 "attr88343") ) ) +(assert (myObject (attribute1 "attr88344") ) ) +(assert (myObject (attribute1 "attr88345") ) ) +(assert (myObject (attribute1 "attr88346") ) ) +(assert (myObject (attribute1 "attr88347") ) ) +(assert (myObject (attribute1 "attr88348") ) ) +(assert (myObject (attribute1 "attr88349") ) ) +(assert (myObject (attribute1 "attr88350") ) ) +(assert (myObject (attribute1 "attr88351") ) ) +(assert (myObject (attribute1 "attr88352") ) ) +(assert (myObject (attribute1 "attr88353") ) ) +(assert (myObject (attribute1 "attr88354") ) ) +(assert (myObject (attribute1 "attr88355") ) ) +(assert (myObject (attribute1 "attr88356") ) ) +(assert (myObject (attribute1 "attr88357") ) ) +(assert (myObject (attribute1 "attr88358") ) ) +(assert (myObject (attribute1 "attr88359") ) ) +(assert (myObject (attribute1 "attr88360") ) ) +(assert (myObject (attribute1 "attr88361") ) ) +(assert (myObject (attribute1 "attr88362") ) ) +(assert (myObject (attribute1 "attr88363") ) ) +(assert (myObject (attribute1 "attr88364") ) ) +(assert (myObject (attribute1 "attr88365") ) ) +(assert (myObject (attribute1 "attr88366") ) ) +(assert (myObject (attribute1 "attr88367") ) ) +(assert (myObject (attribute1 "attr88368") ) ) +(assert (myObject (attribute1 "attr88369") ) ) +(assert (myObject (attribute1 "attr88370") ) ) +(assert (myObject (attribute1 "attr88371") ) ) +(assert (myObject (attribute1 "attr88372") ) ) +(assert (myObject (attribute1 "attr88373") ) ) +(assert (myObject (attribute1 "attr88374") ) ) +(assert (myObject (attribute1 "attr88375") ) ) +(assert (myObject (attribute1 "attr88376") ) ) +(assert (myObject (attribute1 "attr88377") ) ) +(assert (myObject (attribute1 "attr88378") ) ) +(assert (myObject (attribute1 "attr88379") ) ) +(assert (myObject (attribute1 "attr88380") ) ) +(assert (myObject (attribute1 "attr88381") ) ) +(assert (myObject (attribute1 "attr88382") ) ) +(assert (myObject (attribute1 "attr88383") ) ) +(assert (myObject (attribute1 "attr88384") ) ) +(assert (myObject (attribute1 "attr88385") ) ) +(assert (myObject (attribute1 "attr88386") ) ) +(assert (myObject (attribute1 "attr88387") ) ) +(assert (myObject (attribute1 "attr88388") ) ) +(assert (myObject (attribute1 "attr88389") ) ) +(assert (myObject (attribute1 "attr88390") ) ) +(assert (myObject (attribute1 "attr88391") ) ) +(assert (myObject (attribute1 "attr88392") ) ) +(assert (myObject (attribute1 "attr88393") ) ) +(assert (myObject (attribute1 "attr88394") ) ) +(assert (myObject (attribute1 "attr88395") ) ) +(assert (myObject (attribute1 "attr88396") ) ) +(assert (myObject (attribute1 "attr88397") ) ) +(assert (myObject (attribute1 "attr88398") ) ) +(assert (myObject (attribute1 "attr88399") ) ) +(assert (myObject (attribute1 "attr88400") ) ) +(assert (myObject (attribute1 "attr88401") ) ) +(assert (myObject (attribute1 "attr88402") ) ) +(assert (myObject (attribute1 "attr88403") ) ) +(assert (myObject (attribute1 "attr88404") ) ) +(assert (myObject (attribute1 "attr88405") ) ) +(assert (myObject (attribute1 "attr88406") ) ) +(assert (myObject (attribute1 "attr88407") ) ) +(assert (myObject (attribute1 "attr88408") ) ) +(assert (myObject (attribute1 "attr88409") ) ) +(assert (myObject (attribute1 "attr88410") ) ) +(assert (myObject (attribute1 "attr88411") ) ) +(assert (myObject (attribute1 "attr88412") ) ) +(assert (myObject (attribute1 "attr88413") ) ) +(assert (myObject (attribute1 "attr88414") ) ) +(assert (myObject (attribute1 "attr88415") ) ) +(assert (myObject (attribute1 "attr88416") ) ) +(assert (myObject (attribute1 "attr88417") ) ) +(assert (myObject (attribute1 "attr88418") ) ) +(assert (myObject (attribute1 "attr88419") ) ) +(assert (myObject (attribute1 "attr88420") ) ) +(assert (myObject (attribute1 "attr88421") ) ) +(assert (myObject (attribute1 "attr88422") ) ) +(assert (myObject (attribute1 "attr88423") ) ) +(assert (myObject (attribute1 "attr88424") ) ) +(assert (myObject (attribute1 "attr88425") ) ) +(assert (myObject (attribute1 "attr88426") ) ) +(assert (myObject (attribute1 "attr88427") ) ) +(assert (myObject (attribute1 "attr88428") ) ) +(assert (myObject (attribute1 "attr88429") ) ) +(assert (myObject (attribute1 "attr88430") ) ) +(assert (myObject (attribute1 "attr88431") ) ) +(assert (myObject (attribute1 "attr88432") ) ) +(assert (myObject (attribute1 "attr88433") ) ) +(assert (myObject (attribute1 "attr88434") ) ) +(assert (myObject (attribute1 "attr88435") ) ) +(assert (myObject (attribute1 "attr88436") ) ) +(assert (myObject (attribute1 "attr88437") ) ) +(assert (myObject (attribute1 "attr88438") ) ) +(assert (myObject (attribute1 "attr88439") ) ) +(assert (myObject (attribute1 "attr88440") ) ) +(assert (myObject (attribute1 "attr88441") ) ) +(assert (myObject (attribute1 "attr88442") ) ) +(assert (myObject (attribute1 "attr88443") ) ) +(assert (myObject (attribute1 "attr88444") ) ) +(assert (myObject (attribute1 "attr88445") ) ) +(assert (myObject (attribute1 "attr88446") ) ) +(assert (myObject (attribute1 "attr88447") ) ) +(assert (myObject (attribute1 "attr88448") ) ) +(assert (myObject (attribute1 "attr88449") ) ) +(assert (myObject (attribute1 "attr88450") ) ) +(assert (myObject (attribute1 "attr88451") ) ) +(assert (myObject (attribute1 "attr88452") ) ) +(assert (myObject (attribute1 "attr88453") ) ) +(assert (myObject (attribute1 "attr88454") ) ) +(assert (myObject (attribute1 "attr88455") ) ) +(assert (myObject (attribute1 "attr88456") ) ) +(assert (myObject (attribute1 "attr88457") ) ) +(assert (myObject (attribute1 "attr88458") ) ) +(assert (myObject (attribute1 "attr88459") ) ) +(assert (myObject (attribute1 "attr88460") ) ) +(assert (myObject (attribute1 "attr88461") ) ) +(assert (myObject (attribute1 "attr88462") ) ) +(assert (myObject (attribute1 "attr88463") ) ) +(assert (myObject (attribute1 "attr88464") ) ) +(assert (myObject (attribute1 "attr88465") ) ) +(assert (myObject (attribute1 "attr88466") ) ) +(assert (myObject (attribute1 "attr88467") ) ) +(assert (myObject (attribute1 "attr88468") ) ) +(assert (myObject (attribute1 "attr88469") ) ) +(assert (myObject (attribute1 "attr88470") ) ) +(assert (myObject (attribute1 "attr88471") ) ) +(assert (myObject (attribute1 "attr88472") ) ) +(assert (myObject (attribute1 "attr88473") ) ) +(assert (myObject (attribute1 "attr88474") ) ) +(assert (myObject (attribute1 "attr88475") ) ) +(assert (myObject (attribute1 "attr88476") ) ) +(assert (myObject (attribute1 "attr88477") ) ) +(assert (myObject (attribute1 "attr88478") ) ) +(assert (myObject (attribute1 "attr88479") ) ) +(assert (myObject (attribute1 "attr88480") ) ) +(assert (myObject (attribute1 "attr88481") ) ) +(assert (myObject (attribute1 "attr88482") ) ) +(assert (myObject (attribute1 "attr88483") ) ) +(assert (myObject (attribute1 "attr88484") ) ) +(assert (myObject (attribute1 "attr88485") ) ) +(assert (myObject (attribute1 "attr88486") ) ) +(assert (myObject (attribute1 "attr88487") ) ) +(assert (myObject (attribute1 "attr88488") ) ) +(assert (myObject (attribute1 "attr88489") ) ) +(assert (myObject (attribute1 "attr88490") ) ) +(assert (myObject (attribute1 "attr88491") ) ) +(assert (myObject (attribute1 "attr88492") ) ) +(assert (myObject (attribute1 "attr88493") ) ) +(assert (myObject (attribute1 "attr88494") ) ) +(assert (myObject (attribute1 "attr88495") ) ) +(assert (myObject (attribute1 "attr88496") ) ) +(assert (myObject (attribute1 "attr88497") ) ) +(assert (myObject (attribute1 "attr88498") ) ) +(assert (myObject (attribute1 "attr88499") ) ) +(assert (myObject (attribute1 "attr88500") ) ) +(assert (myObject (attribute1 "attr88501") ) ) +(assert (myObject (attribute1 "attr88502") ) ) +(assert (myObject (attribute1 "attr88503") ) ) +(assert (myObject (attribute1 "attr88504") ) ) +(assert (myObject (attribute1 "attr88505") ) ) +(assert (myObject (attribute1 "attr88506") ) ) +(assert (myObject (attribute1 "attr88507") ) ) +(assert (myObject (attribute1 "attr88508") ) ) +(assert (myObject (attribute1 "attr88509") ) ) +(assert (myObject (attribute1 "attr88510") ) ) +(assert (myObject (attribute1 "attr88511") ) ) +(assert (myObject (attribute1 "attr88512") ) ) +(assert (myObject (attribute1 "attr88513") ) ) +(assert (myObject (attribute1 "attr88514") ) ) +(assert (myObject (attribute1 "attr88515") ) ) +(assert (myObject (attribute1 "attr88516") ) ) +(assert (myObject (attribute1 "attr88517") ) ) +(assert (myObject (attribute1 "attr88518") ) ) +(assert (myObject (attribute1 "attr88519") ) ) +(assert (myObject (attribute1 "attr88520") ) ) +(assert (myObject (attribute1 "attr88521") ) ) +(assert (myObject (attribute1 "attr88522") ) ) +(assert (myObject (attribute1 "attr88523") ) ) +(assert (myObject (attribute1 "attr88524") ) ) +(assert (myObject (attribute1 "attr88525") ) ) +(assert (myObject (attribute1 "attr88526") ) ) +(assert (myObject (attribute1 "attr88527") ) ) +(assert (myObject (attribute1 "attr88528") ) ) +(assert (myObject (attribute1 "attr88529") ) ) +(assert (myObject (attribute1 "attr88530") ) ) +(assert (myObject (attribute1 "attr88531") ) ) +(assert (myObject (attribute1 "attr88532") ) ) +(assert (myObject (attribute1 "attr88533") ) ) +(assert (myObject (attribute1 "attr88534") ) ) +(assert (myObject (attribute1 "attr88535") ) ) +(assert (myObject (attribute1 "attr88536") ) ) +(assert (myObject (attribute1 "attr88537") ) ) +(assert (myObject (attribute1 "attr88538") ) ) +(assert (myObject (attribute1 "attr88539") ) ) +(assert (myObject (attribute1 "attr88540") ) ) +(assert (myObject (attribute1 "attr88541") ) ) +(assert (myObject (attribute1 "attr88542") ) ) +(assert (myObject (attribute1 "attr88543") ) ) +(assert (myObject (attribute1 "attr88544") ) ) +(assert (myObject (attribute1 "attr88545") ) ) +(assert (myObject (attribute1 "attr88546") ) ) +(assert (myObject (attribute1 "attr88547") ) ) +(assert (myObject (attribute1 "attr88548") ) ) +(assert (myObject (attribute1 "attr88549") ) ) +(assert (myObject (attribute1 "attr88550") ) ) +(assert (myObject (attribute1 "attr88551") ) ) +(assert (myObject (attribute1 "attr88552") ) ) +(assert (myObject (attribute1 "attr88553") ) ) +(assert (myObject (attribute1 "attr88554") ) ) +(assert (myObject (attribute1 "attr88555") ) ) +(assert (myObject (attribute1 "attr88556") ) ) +(assert (myObject (attribute1 "attr88557") ) ) +(assert (myObject (attribute1 "attr88558") ) ) +(assert (myObject (attribute1 "attr88559") ) ) +(assert (myObject (attribute1 "attr88560") ) ) +(assert (myObject (attribute1 "attr88561") ) ) +(assert (myObject (attribute1 "attr88562") ) ) +(assert (myObject (attribute1 "attr88563") ) ) +(assert (myObject (attribute1 "attr88564") ) ) +(assert (myObject (attribute1 "attr88565") ) ) +(assert (myObject (attribute1 "attr88566") ) ) +(assert (myObject (attribute1 "attr88567") ) ) +(assert (myObject (attribute1 "attr88568") ) ) +(assert (myObject (attribute1 "attr88569") ) ) +(assert (myObject (attribute1 "attr88570") ) ) +(assert (myObject (attribute1 "attr88571") ) ) +(assert (myObject (attribute1 "attr88572") ) ) +(assert (myObject (attribute1 "attr88573") ) ) +(assert (myObject (attribute1 "attr88574") ) ) +(assert (myObject (attribute1 "attr88575") ) ) +(assert (myObject (attribute1 "attr88576") ) ) +(assert (myObject (attribute1 "attr88577") ) ) +(assert (myObject (attribute1 "attr88578") ) ) +(assert (myObject (attribute1 "attr88579") ) ) +(assert (myObject (attribute1 "attr88580") ) ) +(assert (myObject (attribute1 "attr88581") ) ) +(assert (myObject (attribute1 "attr88582") ) ) +(assert (myObject (attribute1 "attr88583") ) ) +(assert (myObject (attribute1 "attr88584") ) ) +(assert (myObject (attribute1 "attr88585") ) ) +(assert (myObject (attribute1 "attr88586") ) ) +(assert (myObject (attribute1 "attr88587") ) ) +(assert (myObject (attribute1 "attr88588") ) ) +(assert (myObject (attribute1 "attr88589") ) ) +(assert (myObject (attribute1 "attr88590") ) ) +(assert (myObject (attribute1 "attr88591") ) ) +(assert (myObject (attribute1 "attr88592") ) ) +(assert (myObject (attribute1 "attr88593") ) ) +(assert (myObject (attribute1 "attr88594") ) ) +(assert (myObject (attribute1 "attr88595") ) ) +(assert (myObject (attribute1 "attr88596") ) ) +(assert (myObject (attribute1 "attr88597") ) ) +(assert (myObject (attribute1 "attr88598") ) ) +(assert (myObject (attribute1 "attr88599") ) ) +(assert (myObject (attribute1 "attr88600") ) ) +(assert (myObject (attribute1 "attr88601") ) ) +(assert (myObject (attribute1 "attr88602") ) ) +(assert (myObject (attribute1 "attr88603") ) ) +(assert (myObject (attribute1 "attr88604") ) ) +(assert (myObject (attribute1 "attr88605") ) ) +(assert (myObject (attribute1 "attr88606") ) ) +(assert (myObject (attribute1 "attr88607") ) ) +(assert (myObject (attribute1 "attr88608") ) ) +(assert (myObject (attribute1 "attr88609") ) ) +(assert (myObject (attribute1 "attr88610") ) ) +(assert (myObject (attribute1 "attr88611") ) ) +(assert (myObject (attribute1 "attr88612") ) ) +(assert (myObject (attribute1 "attr88613") ) ) +(assert (myObject (attribute1 "attr88614") ) ) +(assert (myObject (attribute1 "attr88615") ) ) +(assert (myObject (attribute1 "attr88616") ) ) +(assert (myObject (attribute1 "attr88617") ) ) +(assert (myObject (attribute1 "attr88618") ) ) +(assert (myObject (attribute1 "attr88619") ) ) +(assert (myObject (attribute1 "attr88620") ) ) +(assert (myObject (attribute1 "attr88621") ) ) +(assert (myObject (attribute1 "attr88622") ) ) +(assert (myObject (attribute1 "attr88623") ) ) +(assert (myObject (attribute1 "attr88624") ) ) +(assert (myObject (attribute1 "attr88625") ) ) +(assert (myObject (attribute1 "attr88626") ) ) +(assert (myObject (attribute1 "attr88627") ) ) +(assert (myObject (attribute1 "attr88628") ) ) +(assert (myObject (attribute1 "attr88629") ) ) +(assert (myObject (attribute1 "attr88630") ) ) +(assert (myObject (attribute1 "attr88631") ) ) +(assert (myObject (attribute1 "attr88632") ) ) +(assert (myObject (attribute1 "attr88633") ) ) +(assert (myObject (attribute1 "attr88634") ) ) +(assert (myObject (attribute1 "attr88635") ) ) +(assert (myObject (attribute1 "attr88636") ) ) +(assert (myObject (attribute1 "attr88637") ) ) +(assert (myObject (attribute1 "attr88638") ) ) +(assert (myObject (attribute1 "attr88639") ) ) +(assert (myObject (attribute1 "attr88640") ) ) +(assert (myObject (attribute1 "attr88641") ) ) +(assert (myObject (attribute1 "attr88642") ) ) +(assert (myObject (attribute1 "attr88643") ) ) +(assert (myObject (attribute1 "attr88644") ) ) +(assert (myObject (attribute1 "attr88645") ) ) +(assert (myObject (attribute1 "attr88646") ) ) +(assert (myObject (attribute1 "attr88647") ) ) +(assert (myObject (attribute1 "attr88648") ) ) +(assert (myObject (attribute1 "attr88649") ) ) +(assert (myObject (attribute1 "attr88650") ) ) +(assert (myObject (attribute1 "attr88651") ) ) +(assert (myObject (attribute1 "attr88652") ) ) +(assert (myObject (attribute1 "attr88653") ) ) +(assert (myObject (attribute1 "attr88654") ) ) +(assert (myObject (attribute1 "attr88655") ) ) +(assert (myObject (attribute1 "attr88656") ) ) +(assert (myObject (attribute1 "attr88657") ) ) +(assert (myObject (attribute1 "attr88658") ) ) +(assert (myObject (attribute1 "attr88659") ) ) +(assert (myObject (attribute1 "attr88660") ) ) +(assert (myObject (attribute1 "attr88661") ) ) +(assert (myObject (attribute1 "attr88662") ) ) +(assert (myObject (attribute1 "attr88663") ) ) +(assert (myObject (attribute1 "attr88664") ) ) +(assert (myObject (attribute1 "attr88665") ) ) +(assert (myObject (attribute1 "attr88666") ) ) +(assert (myObject (attribute1 "attr88667") ) ) +(assert (myObject (attribute1 "attr88668") ) ) +(assert (myObject (attribute1 "attr88669") ) ) +(assert (myObject (attribute1 "attr88670") ) ) +(assert (myObject (attribute1 "attr88671") ) ) +(assert (myObject (attribute1 "attr88672") ) ) +(assert (myObject (attribute1 "attr88673") ) ) +(assert (myObject (attribute1 "attr88674") ) ) +(assert (myObject (attribute1 "attr88675") ) ) +(assert (myObject (attribute1 "attr88676") ) ) +(assert (myObject (attribute1 "attr88677") ) ) +(assert (myObject (attribute1 "attr88678") ) ) +(assert (myObject (attribute1 "attr88679") ) ) +(assert (myObject (attribute1 "attr88680") ) ) +(assert (myObject (attribute1 "attr88681") ) ) +(assert (myObject (attribute1 "attr88682") ) ) +(assert (myObject (attribute1 "attr88683") ) ) +(assert (myObject (attribute1 "attr88684") ) ) +(assert (myObject (attribute1 "attr88685") ) ) +(assert (myObject (attribute1 "attr88686") ) ) +(assert (myObject (attribute1 "attr88687") ) ) +(assert (myObject (attribute1 "attr88688") ) ) +(assert (myObject (attribute1 "attr88689") ) ) +(assert (myObject (attribute1 "attr88690") ) ) +(assert (myObject (attribute1 "attr88691") ) ) +(assert (myObject (attribute1 "attr88692") ) ) +(assert (myObject (attribute1 "attr88693") ) ) +(assert (myObject (attribute1 "attr88694") ) ) +(assert (myObject (attribute1 "attr88695") ) ) +(assert (myObject (attribute1 "attr88696") ) ) +(assert (myObject (attribute1 "attr88697") ) ) +(assert (myObject (attribute1 "attr88698") ) ) +(assert (myObject (attribute1 "attr88699") ) ) +(assert (myObject (attribute1 "attr88700") ) ) +(assert (myObject (attribute1 "attr88701") ) ) +(assert (myObject (attribute1 "attr88702") ) ) +(assert (myObject (attribute1 "attr88703") ) ) +(assert (myObject (attribute1 "attr88704") ) ) +(assert (myObject (attribute1 "attr88705") ) ) +(assert (myObject (attribute1 "attr88706") ) ) +(assert (myObject (attribute1 "attr88707") ) ) +(assert (myObject (attribute1 "attr88708") ) ) +(assert (myObject (attribute1 "attr88709") ) ) +(assert (myObject (attribute1 "attr88710") ) ) +(assert (myObject (attribute1 "attr88711") ) ) +(assert (myObject (attribute1 "attr88712") ) ) +(assert (myObject (attribute1 "attr88713") ) ) +(assert (myObject (attribute1 "attr88714") ) ) +(assert (myObject (attribute1 "attr88715") ) ) +(assert (myObject (attribute1 "attr88716") ) ) +(assert (myObject (attribute1 "attr88717") ) ) +(assert (myObject (attribute1 "attr88718") ) ) +(assert (myObject (attribute1 "attr88719") ) ) +(assert (myObject (attribute1 "attr88720") ) ) +(assert (myObject (attribute1 "attr88721") ) ) +(assert (myObject (attribute1 "attr88722") ) ) +(assert (myObject (attribute1 "attr88723") ) ) +(assert (myObject (attribute1 "attr88724") ) ) +(assert (myObject (attribute1 "attr88725") ) ) +(assert (myObject (attribute1 "attr88726") ) ) +(assert (myObject (attribute1 "attr88727") ) ) +(assert (myObject (attribute1 "attr88728") ) ) +(assert (myObject (attribute1 "attr88729") ) ) +(assert (myObject (attribute1 "attr88730") ) ) +(assert (myObject (attribute1 "attr88731") ) ) +(assert (myObject (attribute1 "attr88732") ) ) +(assert (myObject (attribute1 "attr88733") ) ) +(assert (myObject (attribute1 "attr88734") ) ) +(assert (myObject (attribute1 "attr88735") ) ) +(assert (myObject (attribute1 "attr88736") ) ) +(assert (myObject (attribute1 "attr88737") ) ) +(assert (myObject (attribute1 "attr88738") ) ) +(assert (myObject (attribute1 "attr88739") ) ) +(assert (myObject (attribute1 "attr88740") ) ) +(assert (myObject (attribute1 "attr88741") ) ) +(assert (myObject (attribute1 "attr88742") ) ) +(assert (myObject (attribute1 "attr88743") ) ) +(assert (myObject (attribute1 "attr88744") ) ) +(assert (myObject (attribute1 "attr88745") ) ) +(assert (myObject (attribute1 "attr88746") ) ) +(assert (myObject (attribute1 "attr88747") ) ) +(assert (myObject (attribute1 "attr88748") ) ) +(assert (myObject (attribute1 "attr88749") ) ) +(assert (myObject (attribute1 "attr88750") ) ) +(assert (myObject (attribute1 "attr88751") ) ) +(assert (myObject (attribute1 "attr88752") ) ) +(assert (myObject (attribute1 "attr88753") ) ) +(assert (myObject (attribute1 "attr88754") ) ) +(assert (myObject (attribute1 "attr88755") ) ) +(assert (myObject (attribute1 "attr88756") ) ) +(assert (myObject (attribute1 "attr88757") ) ) +(assert (myObject (attribute1 "attr88758") ) ) +(assert (myObject (attribute1 "attr88759") ) ) +(assert (myObject (attribute1 "attr88760") ) ) +(assert (myObject (attribute1 "attr88761") ) ) +(assert (myObject (attribute1 "attr88762") ) ) +(assert (myObject (attribute1 "attr88763") ) ) +(assert (myObject (attribute1 "attr88764") ) ) +(assert (myObject (attribute1 "attr88765") ) ) +(assert (myObject (attribute1 "attr88766") ) ) +(assert (myObject (attribute1 "attr88767") ) ) +(assert (myObject (attribute1 "attr88768") ) ) +(assert (myObject (attribute1 "attr88769") ) ) +(assert (myObject (attribute1 "attr88770") ) ) +(assert (myObject (attribute1 "attr88771") ) ) +(assert (myObject (attribute1 "attr88772") ) ) +(assert (myObject (attribute1 "attr88773") ) ) +(assert (myObject (attribute1 "attr88774") ) ) +(assert (myObject (attribute1 "attr88775") ) ) +(assert (myObject (attribute1 "attr88776") ) ) +(assert (myObject (attribute1 "attr88777") ) ) +(assert (myObject (attribute1 "attr88778") ) ) +(assert (myObject (attribute1 "attr88779") ) ) +(assert (myObject (attribute1 "attr88780") ) ) +(assert (myObject (attribute1 "attr88781") ) ) +(assert (myObject (attribute1 "attr88782") ) ) +(assert (myObject (attribute1 "attr88783") ) ) +(assert (myObject (attribute1 "attr88784") ) ) +(assert (myObject (attribute1 "attr88785") ) ) +(assert (myObject (attribute1 "attr88786") ) ) +(assert (myObject (attribute1 "attr88787") ) ) +(assert (myObject (attribute1 "attr88788") ) ) +(assert (myObject (attribute1 "attr88789") ) ) +(assert (myObject (attribute1 "attr88790") ) ) +(assert (myObject (attribute1 "attr88791") ) ) +(assert (myObject (attribute1 "attr88792") ) ) +(assert (myObject (attribute1 "attr88793") ) ) +(assert (myObject (attribute1 "attr88794") ) ) +(assert (myObject (attribute1 "attr88795") ) ) +(assert (myObject (attribute1 "attr88796") ) ) +(assert (myObject (attribute1 "attr88797") ) ) +(assert (myObject (attribute1 "attr88798") ) ) +(assert (myObject (attribute1 "attr88799") ) ) +(assert (myObject (attribute1 "attr88800") ) ) +(assert (myObject (attribute1 "attr88801") ) ) +(assert (myObject (attribute1 "attr88802") ) ) +(assert (myObject (attribute1 "attr88803") ) ) +(assert (myObject (attribute1 "attr88804") ) ) +(assert (myObject (attribute1 "attr88805") ) ) +(assert (myObject (attribute1 "attr88806") ) ) +(assert (myObject (attribute1 "attr88807") ) ) +(assert (myObject (attribute1 "attr88808") ) ) +(assert (myObject (attribute1 "attr88809") ) ) +(assert (myObject (attribute1 "attr88810") ) ) +(assert (myObject (attribute1 "attr88811") ) ) +(assert (myObject (attribute1 "attr88812") ) ) +(assert (myObject (attribute1 "attr88813") ) ) +(assert (myObject (attribute1 "attr88814") ) ) +(assert (myObject (attribute1 "attr88815") ) ) +(assert (myObject (attribute1 "attr88816") ) ) +(assert (myObject (attribute1 "attr88817") ) ) +(assert (myObject (attribute1 "attr88818") ) ) +(assert (myObject (attribute1 "attr88819") ) ) +(assert (myObject (attribute1 "attr88820") ) ) +(assert (myObject (attribute1 "attr88821") ) ) +(assert (myObject (attribute1 "attr88822") ) ) +(assert (myObject (attribute1 "attr88823") ) ) +(assert (myObject (attribute1 "attr88824") ) ) +(assert (myObject (attribute1 "attr88825") ) ) +(assert (myObject (attribute1 "attr88826") ) ) +(assert (myObject (attribute1 "attr88827") ) ) +(assert (myObject (attribute1 "attr88828") ) ) +(assert (myObject (attribute1 "attr88829") ) ) +(assert (myObject (attribute1 "attr88830") ) ) +(assert (myObject (attribute1 "attr88831") ) ) +(assert (myObject (attribute1 "attr88832") ) ) +(assert (myObject (attribute1 "attr88833") ) ) +(assert (myObject (attribute1 "attr88834") ) ) +(assert (myObject (attribute1 "attr88835") ) ) +(assert (myObject (attribute1 "attr88836") ) ) +(assert (myObject (attribute1 "attr88837") ) ) +(assert (myObject (attribute1 "attr88838") ) ) +(assert (myObject (attribute1 "attr88839") ) ) +(assert (myObject (attribute1 "attr88840") ) ) +(assert (myObject (attribute1 "attr88841") ) ) +(assert (myObject (attribute1 "attr88842") ) ) +(assert (myObject (attribute1 "attr88843") ) ) +(assert (myObject (attribute1 "attr88844") ) ) +(assert (myObject (attribute1 "attr88845") ) ) +(assert (myObject (attribute1 "attr88846") ) ) +(assert (myObject (attribute1 "attr88847") ) ) +(assert (myObject (attribute1 "attr88848") ) ) +(assert (myObject (attribute1 "attr88849") ) ) +(assert (myObject (attribute1 "attr88850") ) ) +(assert (myObject (attribute1 "attr88851") ) ) +(assert (myObject (attribute1 "attr88852") ) ) +(assert (myObject (attribute1 "attr88853") ) ) +(assert (myObject (attribute1 "attr88854") ) ) +(assert (myObject (attribute1 "attr88855") ) ) +(assert (myObject (attribute1 "attr88856") ) ) +(assert (myObject (attribute1 "attr88857") ) ) +(assert (myObject (attribute1 "attr88858") ) ) +(assert (myObject (attribute1 "attr88859") ) ) +(assert (myObject (attribute1 "attr88860") ) ) +(assert (myObject (attribute1 "attr88861") ) ) +(assert (myObject (attribute1 "attr88862") ) ) +(assert (myObject (attribute1 "attr88863") ) ) +(assert (myObject (attribute1 "attr88864") ) ) +(assert (myObject (attribute1 "attr88865") ) ) +(assert (myObject (attribute1 "attr88866") ) ) +(assert (myObject (attribute1 "attr88867") ) ) +(assert (myObject (attribute1 "attr88868") ) ) +(assert (myObject (attribute1 "attr88869") ) ) +(assert (myObject (attribute1 "attr88870") ) ) +(assert (myObject (attribute1 "attr88871") ) ) +(assert (myObject (attribute1 "attr88872") ) ) +(assert (myObject (attribute1 "attr88873") ) ) +(assert (myObject (attribute1 "attr88874") ) ) +(assert (myObject (attribute1 "attr88875") ) ) +(assert (myObject (attribute1 "attr88876") ) ) +(assert (myObject (attribute1 "attr88877") ) ) +(assert (myObject (attribute1 "attr88878") ) ) +(assert (myObject (attribute1 "attr88879") ) ) +(assert (myObject (attribute1 "attr88880") ) ) +(assert (myObject (attribute1 "attr88881") ) ) +(assert (myObject (attribute1 "attr88882") ) ) +(assert (myObject (attribute1 "attr88883") ) ) +(assert (myObject (attribute1 "attr88884") ) ) +(assert (myObject (attribute1 "attr88885") ) ) +(assert (myObject (attribute1 "attr88886") ) ) +(assert (myObject (attribute1 "attr88887") ) ) +(assert (myObject (attribute1 "attr88888") ) ) +(assert (myObject (attribute1 "attr88889") ) ) +(assert (myObject (attribute1 "attr88890") ) ) +(assert (myObject (attribute1 "attr88891") ) ) +(assert (myObject (attribute1 "attr88892") ) ) +(assert (myObject (attribute1 "attr88893") ) ) +(assert (myObject (attribute1 "attr88894") ) ) +(assert (myObject (attribute1 "attr88895") ) ) +(assert (myObject (attribute1 "attr88896") ) ) +(assert (myObject (attribute1 "attr88897") ) ) +(assert (myObject (attribute1 "attr88898") ) ) +(assert (myObject (attribute1 "attr88899") ) ) +(assert (myObject (attribute1 "attr88900") ) ) +(assert (myObject (attribute1 "attr88901") ) ) +(assert (myObject (attribute1 "attr88902") ) ) +(assert (myObject (attribute1 "attr88903") ) ) +(assert (myObject (attribute1 "attr88904") ) ) +(assert (myObject (attribute1 "attr88905") ) ) +(assert (myObject (attribute1 "attr88906") ) ) +(assert (myObject (attribute1 "attr88907") ) ) +(assert (myObject (attribute1 "attr88908") ) ) +(assert (myObject (attribute1 "attr88909") ) ) +(assert (myObject (attribute1 "attr88910") ) ) +(assert (myObject (attribute1 "attr88911") ) ) +(assert (myObject (attribute1 "attr88912") ) ) +(assert (myObject (attribute1 "attr88913") ) ) +(assert (myObject (attribute1 "attr88914") ) ) +(assert (myObject (attribute1 "attr88915") ) ) +(assert (myObject (attribute1 "attr88916") ) ) +(assert (myObject (attribute1 "attr88917") ) ) +(assert (myObject (attribute1 "attr88918") ) ) +(assert (myObject (attribute1 "attr88919") ) ) +(assert (myObject (attribute1 "attr88920") ) ) +(assert (myObject (attribute1 "attr88921") ) ) +(assert (myObject (attribute1 "attr88922") ) ) +(assert (myObject (attribute1 "attr88923") ) ) +(assert (myObject (attribute1 "attr88924") ) ) +(assert (myObject (attribute1 "attr88925") ) ) +(assert (myObject (attribute1 "attr88926") ) ) +(assert (myObject (attribute1 "attr88927") ) ) +(assert (myObject (attribute1 "attr88928") ) ) +(assert (myObject (attribute1 "attr88929") ) ) +(assert (myObject (attribute1 "attr88930") ) ) +(assert (myObject (attribute1 "attr88931") ) ) +(assert (myObject (attribute1 "attr88932") ) ) +(assert (myObject (attribute1 "attr88933") ) ) +(assert (myObject (attribute1 "attr88934") ) ) +(assert (myObject (attribute1 "attr88935") ) ) +(assert (myObject (attribute1 "attr88936") ) ) +(assert (myObject (attribute1 "attr88937") ) ) +(assert (myObject (attribute1 "attr88938") ) ) +(assert (myObject (attribute1 "attr88939") ) ) +(assert (myObject (attribute1 "attr88940") ) ) +(assert (myObject (attribute1 "attr88941") ) ) +(assert (myObject (attribute1 "attr88942") ) ) +(assert (myObject (attribute1 "attr88943") ) ) +(assert (myObject (attribute1 "attr88944") ) ) +(assert (myObject (attribute1 "attr88945") ) ) +(assert (myObject (attribute1 "attr88946") ) ) +(assert (myObject (attribute1 "attr88947") ) ) +(assert (myObject (attribute1 "attr88948") ) ) +(assert (myObject (attribute1 "attr88949") ) ) +(assert (myObject (attribute1 "attr88950") ) ) +(assert (myObject (attribute1 "attr88951") ) ) +(assert (myObject (attribute1 "attr88952") ) ) +(assert (myObject (attribute1 "attr88953") ) ) +(assert (myObject (attribute1 "attr88954") ) ) +(assert (myObject (attribute1 "attr88955") ) ) +(assert (myObject (attribute1 "attr88956") ) ) +(assert (myObject (attribute1 "attr88957") ) ) +(assert (myObject (attribute1 "attr88958") ) ) +(assert (myObject (attribute1 "attr88959") ) ) +(assert (myObject (attribute1 "attr88960") ) ) +(assert (myObject (attribute1 "attr88961") ) ) +(assert (myObject (attribute1 "attr88962") ) ) +(assert (myObject (attribute1 "attr88963") ) ) +(assert (myObject (attribute1 "attr88964") ) ) +(assert (myObject (attribute1 "attr88965") ) ) +(assert (myObject (attribute1 "attr88966") ) ) +(assert (myObject (attribute1 "attr88967") ) ) +(assert (myObject (attribute1 "attr88968") ) ) +(assert (myObject (attribute1 "attr88969") ) ) +(assert (myObject (attribute1 "attr88970") ) ) +(assert (myObject (attribute1 "attr88971") ) ) +(assert (myObject (attribute1 "attr88972") ) ) +(assert (myObject (attribute1 "attr88973") ) ) +(assert (myObject (attribute1 "attr88974") ) ) +(assert (myObject (attribute1 "attr88975") ) ) +(assert (myObject (attribute1 "attr88976") ) ) +(assert (myObject (attribute1 "attr88977") ) ) +(assert (myObject (attribute1 "attr88978") ) ) +(assert (myObject (attribute1 "attr88979") ) ) +(assert (myObject (attribute1 "attr88980") ) ) +(assert (myObject (attribute1 "attr88981") ) ) +(assert (myObject (attribute1 "attr88982") ) ) +(assert (myObject (attribute1 "attr88983") ) ) +(assert (myObject (attribute1 "attr88984") ) ) +(assert (myObject (attribute1 "attr88985") ) ) +(assert (myObject (attribute1 "attr88986") ) ) +(assert (myObject (attribute1 "attr88987") ) ) +(assert (myObject (attribute1 "attr88988") ) ) +(assert (myObject (attribute1 "attr88989") ) ) +(assert (myObject (attribute1 "attr88990") ) ) +(assert (myObject (attribute1 "attr88991") ) ) +(assert (myObject (attribute1 "attr88992") ) ) +(assert (myObject (attribute1 "attr88993") ) ) +(assert (myObject (attribute1 "attr88994") ) ) +(assert (myObject (attribute1 "attr88995") ) ) +(assert (myObject (attribute1 "attr88996") ) ) +(assert (myObject (attribute1 "attr88997") ) ) +(assert (myObject (attribute1 "attr88998") ) ) +(assert (myObject (attribute1 "attr88999") ) ) +(assert (myObject (attribute1 "attr89000") ) ) +(assert (myObject (attribute1 "attr89001") ) ) +(assert (myObject (attribute1 "attr89002") ) ) +(assert (myObject (attribute1 "attr89003") ) ) +(assert (myObject (attribute1 "attr89004") ) ) +(assert (myObject (attribute1 "attr89005") ) ) +(assert (myObject (attribute1 "attr89006") ) ) +(assert (myObject (attribute1 "attr89007") ) ) +(assert (myObject (attribute1 "attr89008") ) ) +(assert (myObject (attribute1 "attr89009") ) ) +(assert (myObject (attribute1 "attr89010") ) ) +(assert (myObject (attribute1 "attr89011") ) ) +(assert (myObject (attribute1 "attr89012") ) ) +(assert (myObject (attribute1 "attr89013") ) ) +(assert (myObject (attribute1 "attr89014") ) ) +(assert (myObject (attribute1 "attr89015") ) ) +(assert (myObject (attribute1 "attr89016") ) ) +(assert (myObject (attribute1 "attr89017") ) ) +(assert (myObject (attribute1 "attr89018") ) ) +(assert (myObject (attribute1 "attr89019") ) ) +(assert (myObject (attribute1 "attr89020") ) ) +(assert (myObject (attribute1 "attr89021") ) ) +(assert (myObject (attribute1 "attr89022") ) ) +(assert (myObject (attribute1 "attr89023") ) ) +(assert (myObject (attribute1 "attr89024") ) ) +(assert (myObject (attribute1 "attr89025") ) ) +(assert (myObject (attribute1 "attr89026") ) ) +(assert (myObject (attribute1 "attr89027") ) ) +(assert (myObject (attribute1 "attr89028") ) ) +(assert (myObject (attribute1 "attr89029") ) ) +(assert (myObject (attribute1 "attr89030") ) ) +(assert (myObject (attribute1 "attr89031") ) ) +(assert (myObject (attribute1 "attr89032") ) ) +(assert (myObject (attribute1 "attr89033") ) ) +(assert (myObject (attribute1 "attr89034") ) ) +(assert (myObject (attribute1 "attr89035") ) ) +(assert (myObject (attribute1 "attr89036") ) ) +(assert (myObject (attribute1 "attr89037") ) ) +(assert (myObject (attribute1 "attr89038") ) ) +(assert (myObject (attribute1 "attr89039") ) ) +(assert (myObject (attribute1 "attr89040") ) ) +(assert (myObject (attribute1 "attr89041") ) ) +(assert (myObject (attribute1 "attr89042") ) ) +(assert (myObject (attribute1 "attr89043") ) ) +(assert (myObject (attribute1 "attr89044") ) ) +(assert (myObject (attribute1 "attr89045") ) ) +(assert (myObject (attribute1 "attr89046") ) ) +(assert (myObject (attribute1 "attr89047") ) ) +(assert (myObject (attribute1 "attr89048") ) ) +(assert (myObject (attribute1 "attr89049") ) ) +(assert (myObject (attribute1 "attr89050") ) ) +(assert (myObject (attribute1 "attr89051") ) ) +(assert (myObject (attribute1 "attr89052") ) ) +(assert (myObject (attribute1 "attr89053") ) ) +(assert (myObject (attribute1 "attr89054") ) ) +(assert (myObject (attribute1 "attr89055") ) ) +(assert (myObject (attribute1 "attr89056") ) ) +(assert (myObject (attribute1 "attr89057") ) ) +(assert (myObject (attribute1 "attr89058") ) ) +(assert (myObject (attribute1 "attr89059") ) ) +(assert (myObject (attribute1 "attr89060") ) ) +(assert (myObject (attribute1 "attr89061") ) ) +(assert (myObject (attribute1 "attr89062") ) ) +(assert (myObject (attribute1 "attr89063") ) ) +(assert (myObject (attribute1 "attr89064") ) ) +(assert (myObject (attribute1 "attr89065") ) ) +(assert (myObject (attribute1 "attr89066") ) ) +(assert (myObject (attribute1 "attr89067") ) ) +(assert (myObject (attribute1 "attr89068") ) ) +(assert (myObject (attribute1 "attr89069") ) ) +(assert (myObject (attribute1 "attr89070") ) ) +(assert (myObject (attribute1 "attr89071") ) ) +(assert (myObject (attribute1 "attr89072") ) ) +(assert (myObject (attribute1 "attr89073") ) ) +(assert (myObject (attribute1 "attr89074") ) ) +(assert (myObject (attribute1 "attr89075") ) ) +(assert (myObject (attribute1 "attr89076") ) ) +(assert (myObject (attribute1 "attr89077") ) ) +(assert (myObject (attribute1 "attr89078") ) ) +(assert (myObject (attribute1 "attr89079") ) ) +(assert (myObject (attribute1 "attr89080") ) ) +(assert (myObject (attribute1 "attr89081") ) ) +(assert (myObject (attribute1 "attr89082") ) ) +(assert (myObject (attribute1 "attr89083") ) ) +(assert (myObject (attribute1 "attr89084") ) ) +(assert (myObject (attribute1 "attr89085") ) ) +(assert (myObject (attribute1 "attr89086") ) ) +(assert (myObject (attribute1 "attr89087") ) ) +(assert (myObject (attribute1 "attr89088") ) ) +(assert (myObject (attribute1 "attr89089") ) ) +(assert (myObject (attribute1 "attr89090") ) ) +(assert (myObject (attribute1 "attr89091") ) ) +(assert (myObject (attribute1 "attr89092") ) ) +(assert (myObject (attribute1 "attr89093") ) ) +(assert (myObject (attribute1 "attr89094") ) ) +(assert (myObject (attribute1 "attr89095") ) ) +(assert (myObject (attribute1 "attr89096") ) ) +(assert (myObject (attribute1 "attr89097") ) ) +(assert (myObject (attribute1 "attr89098") ) ) +(assert (myObject (attribute1 "attr89099") ) ) +(assert (myObject (attribute1 "attr89100") ) ) +(assert (myObject (attribute1 "attr89101") ) ) +(assert (myObject (attribute1 "attr89102") ) ) +(assert (myObject (attribute1 "attr89103") ) ) +(assert (myObject (attribute1 "attr89104") ) ) +(assert (myObject (attribute1 "attr89105") ) ) +(assert (myObject (attribute1 "attr89106") ) ) +(assert (myObject (attribute1 "attr89107") ) ) +(assert (myObject (attribute1 "attr89108") ) ) +(assert (myObject (attribute1 "attr89109") ) ) +(assert (myObject (attribute1 "attr89110") ) ) +(assert (myObject (attribute1 "attr89111") ) ) +(assert (myObject (attribute1 "attr89112") ) ) +(assert (myObject (attribute1 "attr89113") ) ) +(assert (myObject (attribute1 "attr89114") ) ) +(assert (myObject (attribute1 "attr89115") ) ) +(assert (myObject (attribute1 "attr89116") ) ) +(assert (myObject (attribute1 "attr89117") ) ) +(assert (myObject (attribute1 "attr89118") ) ) +(assert (myObject (attribute1 "attr89119") ) ) +(assert (myObject (attribute1 "attr89120") ) ) +(assert (myObject (attribute1 "attr89121") ) ) +(assert (myObject (attribute1 "attr89122") ) ) +(assert (myObject (attribute1 "attr89123") ) ) +(assert (myObject (attribute1 "attr89124") ) ) +(assert (myObject (attribute1 "attr89125") ) ) +(assert (myObject (attribute1 "attr89126") ) ) +(assert (myObject (attribute1 "attr89127") ) ) +(assert (myObject (attribute1 "attr89128") ) ) +(assert (myObject (attribute1 "attr89129") ) ) +(assert (myObject (attribute1 "attr89130") ) ) +(assert (myObject (attribute1 "attr89131") ) ) +(assert (myObject (attribute1 "attr89132") ) ) +(assert (myObject (attribute1 "attr89133") ) ) +(assert (myObject (attribute1 "attr89134") ) ) +(assert (myObject (attribute1 "attr89135") ) ) +(assert (myObject (attribute1 "attr89136") ) ) +(assert (myObject (attribute1 "attr89137") ) ) +(assert (myObject (attribute1 "attr89138") ) ) +(assert (myObject (attribute1 "attr89139") ) ) +(assert (myObject (attribute1 "attr89140") ) ) +(assert (myObject (attribute1 "attr89141") ) ) +(assert (myObject (attribute1 "attr89142") ) ) +(assert (myObject (attribute1 "attr89143") ) ) +(assert (myObject (attribute1 "attr89144") ) ) +(assert (myObject (attribute1 "attr89145") ) ) +(assert (myObject (attribute1 "attr89146") ) ) +(assert (myObject (attribute1 "attr89147") ) ) +(assert (myObject (attribute1 "attr89148") ) ) +(assert (myObject (attribute1 "attr89149") ) ) +(assert (myObject (attribute1 "attr89150") ) ) +(assert (myObject (attribute1 "attr89151") ) ) +(assert (myObject (attribute1 "attr89152") ) ) +(assert (myObject (attribute1 "attr89153") ) ) +(assert (myObject (attribute1 "attr89154") ) ) +(assert (myObject (attribute1 "attr89155") ) ) +(assert (myObject (attribute1 "attr89156") ) ) +(assert (myObject (attribute1 "attr89157") ) ) +(assert (myObject (attribute1 "attr89158") ) ) +(assert (myObject (attribute1 "attr89159") ) ) +(assert (myObject (attribute1 "attr89160") ) ) +(assert (myObject (attribute1 "attr89161") ) ) +(assert (myObject (attribute1 "attr89162") ) ) +(assert (myObject (attribute1 "attr89163") ) ) +(assert (myObject (attribute1 "attr89164") ) ) +(assert (myObject (attribute1 "attr89165") ) ) +(assert (myObject (attribute1 "attr89166") ) ) +(assert (myObject (attribute1 "attr89167") ) ) +(assert (myObject (attribute1 "attr89168") ) ) +(assert (myObject (attribute1 "attr89169") ) ) +(assert (myObject (attribute1 "attr89170") ) ) +(assert (myObject (attribute1 "attr89171") ) ) +(assert (myObject (attribute1 "attr89172") ) ) +(assert (myObject (attribute1 "attr89173") ) ) +(assert (myObject (attribute1 "attr89174") ) ) +(assert (myObject (attribute1 "attr89175") ) ) +(assert (myObject (attribute1 "attr89176") ) ) +(assert (myObject (attribute1 "attr89177") ) ) +(assert (myObject (attribute1 "attr89178") ) ) +(assert (myObject (attribute1 "attr89179") ) ) +(assert (myObject (attribute1 "attr89180") ) ) +(assert (myObject (attribute1 "attr89181") ) ) +(assert (myObject (attribute1 "attr89182") ) ) +(assert (myObject (attribute1 "attr89183") ) ) +(assert (myObject (attribute1 "attr89184") ) ) +(assert (myObject (attribute1 "attr89185") ) ) +(assert (myObject (attribute1 "attr89186") ) ) +(assert (myObject (attribute1 "attr89187") ) ) +(assert (myObject (attribute1 "attr89188") ) ) +(assert (myObject (attribute1 "attr89189") ) ) +(assert (myObject (attribute1 "attr89190") ) ) +(assert (myObject (attribute1 "attr89191") ) ) +(assert (myObject (attribute1 "attr89192") ) ) +(assert (myObject (attribute1 "attr89193") ) ) +(assert (myObject (attribute1 "attr89194") ) ) +(assert (myObject (attribute1 "attr89195") ) ) +(assert (myObject (attribute1 "attr89196") ) ) +(assert (myObject (attribute1 "attr89197") ) ) +(assert (myObject (attribute1 "attr89198") ) ) +(assert (myObject (attribute1 "attr89199") ) ) +(assert (myObject (attribute1 "attr89200") ) ) +(assert (myObject (attribute1 "attr89201") ) ) +(assert (myObject (attribute1 "attr89202") ) ) +(assert (myObject (attribute1 "attr89203") ) ) +(assert (myObject (attribute1 "attr89204") ) ) +(assert (myObject (attribute1 "attr89205") ) ) +(assert (myObject (attribute1 "attr89206") ) ) +(assert (myObject (attribute1 "attr89207") ) ) +(assert (myObject (attribute1 "attr89208") ) ) +(assert (myObject (attribute1 "attr89209") ) ) +(assert (myObject (attribute1 "attr89210") ) ) +(assert (myObject (attribute1 "attr89211") ) ) +(assert (myObject (attribute1 "attr89212") ) ) +(assert (myObject (attribute1 "attr89213") ) ) +(assert (myObject (attribute1 "attr89214") ) ) +(assert (myObject (attribute1 "attr89215") ) ) +(assert (myObject (attribute1 "attr89216") ) ) +(assert (myObject (attribute1 "attr89217") ) ) +(assert (myObject (attribute1 "attr89218") ) ) +(assert (myObject (attribute1 "attr89219") ) ) +(assert (myObject (attribute1 "attr89220") ) ) +(assert (myObject (attribute1 "attr89221") ) ) +(assert (myObject (attribute1 "attr89222") ) ) +(assert (myObject (attribute1 "attr89223") ) ) +(assert (myObject (attribute1 "attr89224") ) ) +(assert (myObject (attribute1 "attr89225") ) ) +(assert (myObject (attribute1 "attr89226") ) ) +(assert (myObject (attribute1 "attr89227") ) ) +(assert (myObject (attribute1 "attr89228") ) ) +(assert (myObject (attribute1 "attr89229") ) ) +(assert (myObject (attribute1 "attr89230") ) ) +(assert (myObject (attribute1 "attr89231") ) ) +(assert (myObject (attribute1 "attr89232") ) ) +(assert (myObject (attribute1 "attr89233") ) ) +(assert (myObject (attribute1 "attr89234") ) ) +(assert (myObject (attribute1 "attr89235") ) ) +(assert (myObject (attribute1 "attr89236") ) ) +(assert (myObject (attribute1 "attr89237") ) ) +(assert (myObject (attribute1 "attr89238") ) ) +(assert (myObject (attribute1 "attr89239") ) ) +(assert (myObject (attribute1 "attr89240") ) ) +(assert (myObject (attribute1 "attr89241") ) ) +(assert (myObject (attribute1 "attr89242") ) ) +(assert (myObject (attribute1 "attr89243") ) ) +(assert (myObject (attribute1 "attr89244") ) ) +(assert (myObject (attribute1 "attr89245") ) ) +(assert (myObject (attribute1 "attr89246") ) ) +(assert (myObject (attribute1 "attr89247") ) ) +(assert (myObject (attribute1 "attr89248") ) ) +(assert (myObject (attribute1 "attr89249") ) ) +(assert (myObject (attribute1 "attr89250") ) ) +(assert (myObject (attribute1 "attr89251") ) ) +(assert (myObject (attribute1 "attr89252") ) ) +(assert (myObject (attribute1 "attr89253") ) ) +(assert (myObject (attribute1 "attr89254") ) ) +(assert (myObject (attribute1 "attr89255") ) ) +(assert (myObject (attribute1 "attr89256") ) ) +(assert (myObject (attribute1 "attr89257") ) ) +(assert (myObject (attribute1 "attr89258") ) ) +(assert (myObject (attribute1 "attr89259") ) ) +(assert (myObject (attribute1 "attr89260") ) ) +(assert (myObject (attribute1 "attr89261") ) ) +(assert (myObject (attribute1 "attr89262") ) ) +(assert (myObject (attribute1 "attr89263") ) ) +(assert (myObject (attribute1 "attr89264") ) ) +(assert (myObject (attribute1 "attr89265") ) ) +(assert (myObject (attribute1 "attr89266") ) ) +(assert (myObject (attribute1 "attr89267") ) ) +(assert (myObject (attribute1 "attr89268") ) ) +(assert (myObject (attribute1 "attr89269") ) ) +(assert (myObject (attribute1 "attr89270") ) ) +(assert (myObject (attribute1 "attr89271") ) ) +(assert (myObject (attribute1 "attr89272") ) ) +(assert (myObject (attribute1 "attr89273") ) ) +(assert (myObject (attribute1 "attr89274") ) ) +(assert (myObject (attribute1 "attr89275") ) ) +(assert (myObject (attribute1 "attr89276") ) ) +(assert (myObject (attribute1 "attr89277") ) ) +(assert (myObject (attribute1 "attr89278") ) ) +(assert (myObject (attribute1 "attr89279") ) ) +(assert (myObject (attribute1 "attr89280") ) ) +(assert (myObject (attribute1 "attr89281") ) ) +(assert (myObject (attribute1 "attr89282") ) ) +(assert (myObject (attribute1 "attr89283") ) ) +(assert (myObject (attribute1 "attr89284") ) ) +(assert (myObject (attribute1 "attr89285") ) ) +(assert (myObject (attribute1 "attr89286") ) ) +(assert (myObject (attribute1 "attr89287") ) ) +(assert (myObject (attribute1 "attr89288") ) ) +(assert (myObject (attribute1 "attr89289") ) ) +(assert (myObject (attribute1 "attr89290") ) ) +(assert (myObject (attribute1 "attr89291") ) ) +(assert (myObject (attribute1 "attr89292") ) ) +(assert (myObject (attribute1 "attr89293") ) ) +(assert (myObject (attribute1 "attr89294") ) ) +(assert (myObject (attribute1 "attr89295") ) ) +(assert (myObject (attribute1 "attr89296") ) ) +(assert (myObject (attribute1 "attr89297") ) ) +(assert (myObject (attribute1 "attr89298") ) ) +(assert (myObject (attribute1 "attr89299") ) ) +(assert (myObject (attribute1 "attr89300") ) ) +(assert (myObject (attribute1 "attr89301") ) ) +(assert (myObject (attribute1 "attr89302") ) ) +(assert (myObject (attribute1 "attr89303") ) ) +(assert (myObject (attribute1 "attr89304") ) ) +(assert (myObject (attribute1 "attr89305") ) ) +(assert (myObject (attribute1 "attr89306") ) ) +(assert (myObject (attribute1 "attr89307") ) ) +(assert (myObject (attribute1 "attr89308") ) ) +(assert (myObject (attribute1 "attr89309") ) ) +(assert (myObject (attribute1 "attr89310") ) ) +(assert (myObject (attribute1 "attr89311") ) ) +(assert (myObject (attribute1 "attr89312") ) ) +(assert (myObject (attribute1 "attr89313") ) ) +(assert (myObject (attribute1 "attr89314") ) ) +(assert (myObject (attribute1 "attr89315") ) ) +(assert (myObject (attribute1 "attr89316") ) ) +(assert (myObject (attribute1 "attr89317") ) ) +(assert (myObject (attribute1 "attr89318") ) ) +(assert (myObject (attribute1 "attr89319") ) ) +(assert (myObject (attribute1 "attr89320") ) ) +(assert (myObject (attribute1 "attr89321") ) ) +(assert (myObject (attribute1 "attr89322") ) ) +(assert (myObject (attribute1 "attr89323") ) ) +(assert (myObject (attribute1 "attr89324") ) ) +(assert (myObject (attribute1 "attr89325") ) ) +(assert (myObject (attribute1 "attr89326") ) ) +(assert (myObject (attribute1 "attr89327") ) ) +(assert (myObject (attribute1 "attr89328") ) ) +(assert (myObject (attribute1 "attr89329") ) ) +(assert (myObject (attribute1 "attr89330") ) ) +(assert (myObject (attribute1 "attr89331") ) ) +(assert (myObject (attribute1 "attr89332") ) ) +(assert (myObject (attribute1 "attr89333") ) ) +(assert (myObject (attribute1 "attr89334") ) ) +(assert (myObject (attribute1 "attr89335") ) ) +(assert (myObject (attribute1 "attr89336") ) ) +(assert (myObject (attribute1 "attr89337") ) ) +(assert (myObject (attribute1 "attr89338") ) ) +(assert (myObject (attribute1 "attr89339") ) ) +(assert (myObject (attribute1 "attr89340") ) ) +(assert (myObject (attribute1 "attr89341") ) ) +(assert (myObject (attribute1 "attr89342") ) ) +(assert (myObject (attribute1 "attr89343") ) ) +(assert (myObject (attribute1 "attr89344") ) ) +(assert (myObject (attribute1 "attr89345") ) ) +(assert (myObject (attribute1 "attr89346") ) ) +(assert (myObject (attribute1 "attr89347") ) ) +(assert (myObject (attribute1 "attr89348") ) ) +(assert (myObject (attribute1 "attr89349") ) ) +(assert (myObject (attribute1 "attr89350") ) ) +(assert (myObject (attribute1 "attr89351") ) ) +(assert (myObject (attribute1 "attr89352") ) ) +(assert (myObject (attribute1 "attr89353") ) ) +(assert (myObject (attribute1 "attr89354") ) ) +(assert (myObject (attribute1 "attr89355") ) ) +(assert (myObject (attribute1 "attr89356") ) ) +(assert (myObject (attribute1 "attr89357") ) ) +(assert (myObject (attribute1 "attr89358") ) ) +(assert (myObject (attribute1 "attr89359") ) ) +(assert (myObject (attribute1 "attr89360") ) ) +(assert (myObject (attribute1 "attr89361") ) ) +(assert (myObject (attribute1 "attr89362") ) ) +(assert (myObject (attribute1 "attr89363") ) ) +(assert (myObject (attribute1 "attr89364") ) ) +(assert (myObject (attribute1 "attr89365") ) ) +(assert (myObject (attribute1 "attr89366") ) ) +(assert (myObject (attribute1 "attr89367") ) ) +(assert (myObject (attribute1 "attr89368") ) ) +(assert (myObject (attribute1 "attr89369") ) ) +(assert (myObject (attribute1 "attr89370") ) ) +(assert (myObject (attribute1 "attr89371") ) ) +(assert (myObject (attribute1 "attr89372") ) ) +(assert (myObject (attribute1 "attr89373") ) ) +(assert (myObject (attribute1 "attr89374") ) ) +(assert (myObject (attribute1 "attr89375") ) ) +(assert (myObject (attribute1 "attr89376") ) ) +(assert (myObject (attribute1 "attr89377") ) ) +(assert (myObject (attribute1 "attr89378") ) ) +(assert (myObject (attribute1 "attr89379") ) ) +(assert (myObject (attribute1 "attr89380") ) ) +(assert (myObject (attribute1 "attr89381") ) ) +(assert (myObject (attribute1 "attr89382") ) ) +(assert (myObject (attribute1 "attr89383") ) ) +(assert (myObject (attribute1 "attr89384") ) ) +(assert (myObject (attribute1 "attr89385") ) ) +(assert (myObject (attribute1 "attr89386") ) ) +(assert (myObject (attribute1 "attr89387") ) ) +(assert (myObject (attribute1 "attr89388") ) ) +(assert (myObject (attribute1 "attr89389") ) ) +(assert (myObject (attribute1 "attr89390") ) ) +(assert (myObject (attribute1 "attr89391") ) ) +(assert (myObject (attribute1 "attr89392") ) ) +(assert (myObject (attribute1 "attr89393") ) ) +(assert (myObject (attribute1 "attr89394") ) ) +(assert (myObject (attribute1 "attr89395") ) ) +(assert (myObject (attribute1 "attr89396") ) ) +(assert (myObject (attribute1 "attr89397") ) ) +(assert (myObject (attribute1 "attr89398") ) ) +(assert (myObject (attribute1 "attr89399") ) ) +(assert (myObject (attribute1 "attr89400") ) ) +(assert (myObject (attribute1 "attr89401") ) ) +(assert (myObject (attribute1 "attr89402") ) ) +(assert (myObject (attribute1 "attr89403") ) ) +(assert (myObject (attribute1 "attr89404") ) ) +(assert (myObject (attribute1 "attr89405") ) ) +(assert (myObject (attribute1 "attr89406") ) ) +(assert (myObject (attribute1 "attr89407") ) ) +(assert (myObject (attribute1 "attr89408") ) ) +(assert (myObject (attribute1 "attr89409") ) ) +(assert (myObject (attribute1 "attr89410") ) ) +(assert (myObject (attribute1 "attr89411") ) ) +(assert (myObject (attribute1 "attr89412") ) ) +(assert (myObject (attribute1 "attr89413") ) ) +(assert (myObject (attribute1 "attr89414") ) ) +(assert (myObject (attribute1 "attr89415") ) ) +(assert (myObject (attribute1 "attr89416") ) ) +(assert (myObject (attribute1 "attr89417") ) ) +(assert (myObject (attribute1 "attr89418") ) ) +(assert (myObject (attribute1 "attr89419") ) ) +(assert (myObject (attribute1 "attr89420") ) ) +(assert (myObject (attribute1 "attr89421") ) ) +(assert (myObject (attribute1 "attr89422") ) ) +(assert (myObject (attribute1 "attr89423") ) ) +(assert (myObject (attribute1 "attr89424") ) ) +(assert (myObject (attribute1 "attr89425") ) ) +(assert (myObject (attribute1 "attr89426") ) ) +(assert (myObject (attribute1 "attr89427") ) ) +(assert (myObject (attribute1 "attr89428") ) ) +(assert (myObject (attribute1 "attr89429") ) ) +(assert (myObject (attribute1 "attr89430") ) ) +(assert (myObject (attribute1 "attr89431") ) ) +(assert (myObject (attribute1 "attr89432") ) ) +(assert (myObject (attribute1 "attr89433") ) ) +(assert (myObject (attribute1 "attr89434") ) ) +(assert (myObject (attribute1 "attr89435") ) ) +(assert (myObject (attribute1 "attr89436") ) ) +(assert (myObject (attribute1 "attr89437") ) ) +(assert (myObject (attribute1 "attr89438") ) ) +(assert (myObject (attribute1 "attr89439") ) ) +(assert (myObject (attribute1 "attr89440") ) ) +(assert (myObject (attribute1 "attr89441") ) ) +(assert (myObject (attribute1 "attr89442") ) ) +(assert (myObject (attribute1 "attr89443") ) ) +(assert (myObject (attribute1 "attr89444") ) ) +(assert (myObject (attribute1 "attr89445") ) ) +(assert (myObject (attribute1 "attr89446") ) ) +(assert (myObject (attribute1 "attr89447") ) ) +(assert (myObject (attribute1 "attr89448") ) ) +(assert (myObject (attribute1 "attr89449") ) ) +(assert (myObject (attribute1 "attr89450") ) ) +(assert (myObject (attribute1 "attr89451") ) ) +(assert (myObject (attribute1 "attr89452") ) ) +(assert (myObject (attribute1 "attr89453") ) ) +(assert (myObject (attribute1 "attr89454") ) ) +(assert (myObject (attribute1 "attr89455") ) ) +(assert (myObject (attribute1 "attr89456") ) ) +(assert (myObject (attribute1 "attr89457") ) ) +(assert (myObject (attribute1 "attr89458") ) ) +(assert (myObject (attribute1 "attr89459") ) ) +(assert (myObject (attribute1 "attr89460") ) ) +(assert (myObject (attribute1 "attr89461") ) ) +(assert (myObject (attribute1 "attr89462") ) ) +(assert (myObject (attribute1 "attr89463") ) ) +(assert (myObject (attribute1 "attr89464") ) ) +(assert (myObject (attribute1 "attr89465") ) ) +(assert (myObject (attribute1 "attr89466") ) ) +(assert (myObject (attribute1 "attr89467") ) ) +(assert (myObject (attribute1 "attr89468") ) ) +(assert (myObject (attribute1 "attr89469") ) ) +(assert (myObject (attribute1 "attr89470") ) ) +(assert (myObject (attribute1 "attr89471") ) ) +(assert (myObject (attribute1 "attr89472") ) ) +(assert (myObject (attribute1 "attr89473") ) ) +(assert (myObject (attribute1 "attr89474") ) ) +(assert (myObject (attribute1 "attr89475") ) ) +(assert (myObject (attribute1 "attr89476") ) ) +(assert (myObject (attribute1 "attr89477") ) ) +(assert (myObject (attribute1 "attr89478") ) ) +(assert (myObject (attribute1 "attr89479") ) ) +(assert (myObject (attribute1 "attr89480") ) ) +(assert (myObject (attribute1 "attr89481") ) ) +(assert (myObject (attribute1 "attr89482") ) ) +(assert (myObject (attribute1 "attr89483") ) ) +(assert (myObject (attribute1 "attr89484") ) ) +(assert (myObject (attribute1 "attr89485") ) ) +(assert (myObject (attribute1 "attr89486") ) ) +(assert (myObject (attribute1 "attr89487") ) ) +(assert (myObject (attribute1 "attr89488") ) ) +(assert (myObject (attribute1 "attr89489") ) ) +(assert (myObject (attribute1 "attr89490") ) ) +(assert (myObject (attribute1 "attr89491") ) ) +(assert (myObject (attribute1 "attr89492") ) ) +(assert (myObject (attribute1 "attr89493") ) ) +(assert (myObject (attribute1 "attr89494") ) ) +(assert (myObject (attribute1 "attr89495") ) ) +(assert (myObject (attribute1 "attr89496") ) ) +(assert (myObject (attribute1 "attr89497") ) ) +(assert (myObject (attribute1 "attr89498") ) ) +(assert (myObject (attribute1 "attr89499") ) ) +(assert (myObject (attribute1 "attr89500") ) ) +(assert (myObject (attribute1 "attr89501") ) ) +(assert (myObject (attribute1 "attr89502") ) ) +(assert (myObject (attribute1 "attr89503") ) ) +(assert (myObject (attribute1 "attr89504") ) ) +(assert (myObject (attribute1 "attr89505") ) ) +(assert (myObject (attribute1 "attr89506") ) ) +(assert (myObject (attribute1 "attr89507") ) ) +(assert (myObject (attribute1 "attr89508") ) ) +(assert (myObject (attribute1 "attr89509") ) ) +(assert (myObject (attribute1 "attr89510") ) ) +(assert (myObject (attribute1 "attr89511") ) ) +(assert (myObject (attribute1 "attr89512") ) ) +(assert (myObject (attribute1 "attr89513") ) ) +(assert (myObject (attribute1 "attr89514") ) ) +(assert (myObject (attribute1 "attr89515") ) ) +(assert (myObject (attribute1 "attr89516") ) ) +(assert (myObject (attribute1 "attr89517") ) ) +(assert (myObject (attribute1 "attr89518") ) ) +(assert (myObject (attribute1 "attr89519") ) ) +(assert (myObject (attribute1 "attr89520") ) ) +(assert (myObject (attribute1 "attr89521") ) ) +(assert (myObject (attribute1 "attr89522") ) ) +(assert (myObject (attribute1 "attr89523") ) ) +(assert (myObject (attribute1 "attr89524") ) ) +(assert (myObject (attribute1 "attr89525") ) ) +(assert (myObject (attribute1 "attr89526") ) ) +(assert (myObject (attribute1 "attr89527") ) ) +(assert (myObject (attribute1 "attr89528") ) ) +(assert (myObject (attribute1 "attr89529") ) ) +(assert (myObject (attribute1 "attr89530") ) ) +(assert (myObject (attribute1 "attr89531") ) ) +(assert (myObject (attribute1 "attr89532") ) ) +(assert (myObject (attribute1 "attr89533") ) ) +(assert (myObject (attribute1 "attr89534") ) ) +(assert (myObject (attribute1 "attr89535") ) ) +(assert (myObject (attribute1 "attr89536") ) ) +(assert (myObject (attribute1 "attr89537") ) ) +(assert (myObject (attribute1 "attr89538") ) ) +(assert (myObject (attribute1 "attr89539") ) ) +(assert (myObject (attribute1 "attr89540") ) ) +(assert (myObject (attribute1 "attr89541") ) ) +(assert (myObject (attribute1 "attr89542") ) ) +(assert (myObject (attribute1 "attr89543") ) ) +(assert (myObject (attribute1 "attr89544") ) ) +(assert (myObject (attribute1 "attr89545") ) ) +(assert (myObject (attribute1 "attr89546") ) ) +(assert (myObject (attribute1 "attr89547") ) ) +(assert (myObject (attribute1 "attr89548") ) ) +(assert (myObject (attribute1 "attr89549") ) ) +(assert (myObject (attribute1 "attr89550") ) ) +(assert (myObject (attribute1 "attr89551") ) ) +(assert (myObject (attribute1 "attr89552") ) ) +(assert (myObject (attribute1 "attr89553") ) ) +(assert (myObject (attribute1 "attr89554") ) ) +(assert (myObject (attribute1 "attr89555") ) ) +(assert (myObject (attribute1 "attr89556") ) ) +(assert (myObject (attribute1 "attr89557") ) ) +(assert (myObject (attribute1 "attr89558") ) ) +(assert (myObject (attribute1 "attr89559") ) ) +(assert (myObject (attribute1 "attr89560") ) ) +(assert (myObject (attribute1 "attr89561") ) ) +(assert (myObject (attribute1 "attr89562") ) ) +(assert (myObject (attribute1 "attr89563") ) ) +(assert (myObject (attribute1 "attr89564") ) ) +(assert (myObject (attribute1 "attr89565") ) ) +(assert (myObject (attribute1 "attr89566") ) ) +(assert (myObject (attribute1 "attr89567") ) ) +(assert (myObject (attribute1 "attr89568") ) ) +(assert (myObject (attribute1 "attr89569") ) ) +(assert (myObject (attribute1 "attr89570") ) ) +(assert (myObject (attribute1 "attr89571") ) ) +(assert (myObject (attribute1 "attr89572") ) ) +(assert (myObject (attribute1 "attr89573") ) ) +(assert (myObject (attribute1 "attr89574") ) ) +(assert (myObject (attribute1 "attr89575") ) ) +(assert (myObject (attribute1 "attr89576") ) ) +(assert (myObject (attribute1 "attr89577") ) ) +(assert (myObject (attribute1 "attr89578") ) ) +(assert (myObject (attribute1 "attr89579") ) ) +(assert (myObject (attribute1 "attr89580") ) ) +(assert (myObject (attribute1 "attr89581") ) ) +(assert (myObject (attribute1 "attr89582") ) ) +(assert (myObject (attribute1 "attr89583") ) ) +(assert (myObject (attribute1 "attr89584") ) ) +(assert (myObject (attribute1 "attr89585") ) ) +(assert (myObject (attribute1 "attr89586") ) ) +(assert (myObject (attribute1 "attr89587") ) ) +(assert (myObject (attribute1 "attr89588") ) ) +(assert (myObject (attribute1 "attr89589") ) ) +(assert (myObject (attribute1 "attr89590") ) ) +(assert (myObject (attribute1 "attr89591") ) ) +(assert (myObject (attribute1 "attr89592") ) ) +(assert (myObject (attribute1 "attr89593") ) ) +(assert (myObject (attribute1 "attr89594") ) ) +(assert (myObject (attribute1 "attr89595") ) ) +(assert (myObject (attribute1 "attr89596") ) ) +(assert (myObject (attribute1 "attr89597") ) ) +(assert (myObject (attribute1 "attr89598") ) ) +(assert (myObject (attribute1 "attr89599") ) ) +(assert (myObject (attribute1 "attr89600") ) ) +(assert (myObject (attribute1 "attr89601") ) ) +(assert (myObject (attribute1 "attr89602") ) ) +(assert (myObject (attribute1 "attr89603") ) ) +(assert (myObject (attribute1 "attr89604") ) ) +(assert (myObject (attribute1 "attr89605") ) ) +(assert (myObject (attribute1 "attr89606") ) ) +(assert (myObject (attribute1 "attr89607") ) ) +(assert (myObject (attribute1 "attr89608") ) ) +(assert (myObject (attribute1 "attr89609") ) ) +(assert (myObject (attribute1 "attr89610") ) ) +(assert (myObject (attribute1 "attr89611") ) ) +(assert (myObject (attribute1 "attr89612") ) ) +(assert (myObject (attribute1 "attr89613") ) ) +(assert (myObject (attribute1 "attr89614") ) ) +(assert (myObject (attribute1 "attr89615") ) ) +(assert (myObject (attribute1 "attr89616") ) ) +(assert (myObject (attribute1 "attr89617") ) ) +(assert (myObject (attribute1 "attr89618") ) ) +(assert (myObject (attribute1 "attr89619") ) ) +(assert (myObject (attribute1 "attr89620") ) ) +(assert (myObject (attribute1 "attr89621") ) ) +(assert (myObject (attribute1 "attr89622") ) ) +(assert (myObject (attribute1 "attr89623") ) ) +(assert (myObject (attribute1 "attr89624") ) ) +(assert (myObject (attribute1 "attr89625") ) ) +(assert (myObject (attribute1 "attr89626") ) ) +(assert (myObject (attribute1 "attr89627") ) ) +(assert (myObject (attribute1 "attr89628") ) ) +(assert (myObject (attribute1 "attr89629") ) ) +(assert (myObject (attribute1 "attr89630") ) ) +(assert (myObject (attribute1 "attr89631") ) ) +(assert (myObject (attribute1 "attr89632") ) ) +(assert (myObject (attribute1 "attr89633") ) ) +(assert (myObject (attribute1 "attr89634") ) ) +(assert (myObject (attribute1 "attr89635") ) ) +(assert (myObject (attribute1 "attr89636") ) ) +(assert (myObject (attribute1 "attr89637") ) ) +(assert (myObject (attribute1 "attr89638") ) ) +(assert (myObject (attribute1 "attr89639") ) ) +(assert (myObject (attribute1 "attr89640") ) ) +(assert (myObject (attribute1 "attr89641") ) ) +(assert (myObject (attribute1 "attr89642") ) ) +(assert (myObject (attribute1 "attr89643") ) ) +(assert (myObject (attribute1 "attr89644") ) ) +(assert (myObject (attribute1 "attr89645") ) ) +(assert (myObject (attribute1 "attr89646") ) ) +(assert (myObject (attribute1 "attr89647") ) ) +(assert (myObject (attribute1 "attr89648") ) ) +(assert (myObject (attribute1 "attr89649") ) ) +(assert (myObject (attribute1 "attr89650") ) ) +(assert (myObject (attribute1 "attr89651") ) ) +(assert (myObject (attribute1 "attr89652") ) ) +(assert (myObject (attribute1 "attr89653") ) ) +(assert (myObject (attribute1 "attr89654") ) ) +(assert (myObject (attribute1 "attr89655") ) ) +(assert (myObject (attribute1 "attr89656") ) ) +(assert (myObject (attribute1 "attr89657") ) ) +(assert (myObject (attribute1 "attr89658") ) ) +(assert (myObject (attribute1 "attr89659") ) ) +(assert (myObject (attribute1 "attr89660") ) ) +(assert (myObject (attribute1 "attr89661") ) ) +(assert (myObject (attribute1 "attr89662") ) ) +(assert (myObject (attribute1 "attr89663") ) ) +(assert (myObject (attribute1 "attr89664") ) ) +(assert (myObject (attribute1 "attr89665") ) ) +(assert (myObject (attribute1 "attr89666") ) ) +(assert (myObject (attribute1 "attr89667") ) ) +(assert (myObject (attribute1 "attr89668") ) ) +(assert (myObject (attribute1 "attr89669") ) ) +(assert (myObject (attribute1 "attr89670") ) ) +(assert (myObject (attribute1 "attr89671") ) ) +(assert (myObject (attribute1 "attr89672") ) ) +(assert (myObject (attribute1 "attr89673") ) ) +(assert (myObject (attribute1 "attr89674") ) ) +(assert (myObject (attribute1 "attr89675") ) ) +(assert (myObject (attribute1 "attr89676") ) ) +(assert (myObject (attribute1 "attr89677") ) ) +(assert (myObject (attribute1 "attr89678") ) ) +(assert (myObject (attribute1 "attr89679") ) ) +(assert (myObject (attribute1 "attr89680") ) ) +(assert (myObject (attribute1 "attr89681") ) ) +(assert (myObject (attribute1 "attr89682") ) ) +(assert (myObject (attribute1 "attr89683") ) ) +(assert (myObject (attribute1 "attr89684") ) ) +(assert (myObject (attribute1 "attr89685") ) ) +(assert (myObject (attribute1 "attr89686") ) ) +(assert (myObject (attribute1 "attr89687") ) ) +(assert (myObject (attribute1 "attr89688") ) ) +(assert (myObject (attribute1 "attr89689") ) ) +(assert (myObject (attribute1 "attr89690") ) ) +(assert (myObject (attribute1 "attr89691") ) ) +(assert (myObject (attribute1 "attr89692") ) ) +(assert (myObject (attribute1 "attr89693") ) ) +(assert (myObject (attribute1 "attr89694") ) ) +(assert (myObject (attribute1 "attr89695") ) ) +(assert (myObject (attribute1 "attr89696") ) ) +(assert (myObject (attribute1 "attr89697") ) ) +(assert (myObject (attribute1 "attr89698") ) ) +(assert (myObject (attribute1 "attr89699") ) ) +(assert (myObject (attribute1 "attr89700") ) ) +(assert (myObject (attribute1 "attr89701") ) ) +(assert (myObject (attribute1 "attr89702") ) ) +(assert (myObject (attribute1 "attr89703") ) ) +(assert (myObject (attribute1 "attr89704") ) ) +(assert (myObject (attribute1 "attr89705") ) ) +(assert (myObject (attribute1 "attr89706") ) ) +(assert (myObject (attribute1 "attr89707") ) ) +(assert (myObject (attribute1 "attr89708") ) ) +(assert (myObject (attribute1 "attr89709") ) ) +(assert (myObject (attribute1 "attr89710") ) ) +(assert (myObject (attribute1 "attr89711") ) ) +(assert (myObject (attribute1 "attr89712") ) ) +(assert (myObject (attribute1 "attr89713") ) ) +(assert (myObject (attribute1 "attr89714") ) ) +(assert (myObject (attribute1 "attr89715") ) ) +(assert (myObject (attribute1 "attr89716") ) ) +(assert (myObject (attribute1 "attr89717") ) ) +(assert (myObject (attribute1 "attr89718") ) ) +(assert (myObject (attribute1 "attr89719") ) ) +(assert (myObject (attribute1 "attr89720") ) ) +(assert (myObject (attribute1 "attr89721") ) ) +(assert (myObject (attribute1 "attr89722") ) ) +(assert (myObject (attribute1 "attr89723") ) ) +(assert (myObject (attribute1 "attr89724") ) ) +(assert (myObject (attribute1 "attr89725") ) ) +(assert (myObject (attribute1 "attr89726") ) ) +(assert (myObject (attribute1 "attr89727") ) ) +(assert (myObject (attribute1 "attr89728") ) ) +(assert (myObject (attribute1 "attr89729") ) ) +(assert (myObject (attribute1 "attr89730") ) ) +(assert (myObject (attribute1 "attr89731") ) ) +(assert (myObject (attribute1 "attr89732") ) ) +(assert (myObject (attribute1 "attr89733") ) ) +(assert (myObject (attribute1 "attr89734") ) ) +(assert (myObject (attribute1 "attr89735") ) ) +(assert (myObject (attribute1 "attr89736") ) ) +(assert (myObject (attribute1 "attr89737") ) ) +(assert (myObject (attribute1 "attr89738") ) ) +(assert (myObject (attribute1 "attr89739") ) ) +(assert (myObject (attribute1 "attr89740") ) ) +(assert (myObject (attribute1 "attr89741") ) ) +(assert (myObject (attribute1 "attr89742") ) ) +(assert (myObject (attribute1 "attr89743") ) ) +(assert (myObject (attribute1 "attr89744") ) ) +(assert (myObject (attribute1 "attr89745") ) ) +(assert (myObject (attribute1 "attr89746") ) ) +(assert (myObject (attribute1 "attr89747") ) ) +(assert (myObject (attribute1 "attr89748") ) ) +(assert (myObject (attribute1 "attr89749") ) ) +(assert (myObject (attribute1 "attr89750") ) ) +(assert (myObject (attribute1 "attr89751") ) ) +(assert (myObject (attribute1 "attr89752") ) ) +(assert (myObject (attribute1 "attr89753") ) ) +(assert (myObject (attribute1 "attr89754") ) ) +(assert (myObject (attribute1 "attr89755") ) ) +(assert (myObject (attribute1 "attr89756") ) ) +(assert (myObject (attribute1 "attr89757") ) ) +(assert (myObject (attribute1 "attr89758") ) ) +(assert (myObject (attribute1 "attr89759") ) ) +(assert (myObject (attribute1 "attr89760") ) ) +(assert (myObject (attribute1 "attr89761") ) ) +(assert (myObject (attribute1 "attr89762") ) ) +(assert (myObject (attribute1 "attr89763") ) ) +(assert (myObject (attribute1 "attr89764") ) ) +(assert (myObject (attribute1 "attr89765") ) ) +(assert (myObject (attribute1 "attr89766") ) ) +(assert (myObject (attribute1 "attr89767") ) ) +(assert (myObject (attribute1 "attr89768") ) ) +(assert (myObject (attribute1 "attr89769") ) ) +(assert (myObject (attribute1 "attr89770") ) ) +(assert (myObject (attribute1 "attr89771") ) ) +(assert (myObject (attribute1 "attr89772") ) ) +(assert (myObject (attribute1 "attr89773") ) ) +(assert (myObject (attribute1 "attr89774") ) ) +(assert (myObject (attribute1 "attr89775") ) ) +(assert (myObject (attribute1 "attr89776") ) ) +(assert (myObject (attribute1 "attr89777") ) ) +(assert (myObject (attribute1 "attr89778") ) ) +(assert (myObject (attribute1 "attr89779") ) ) +(assert (myObject (attribute1 "attr89780") ) ) +(assert (myObject (attribute1 "attr89781") ) ) +(assert (myObject (attribute1 "attr89782") ) ) +(assert (myObject (attribute1 "attr89783") ) ) +(assert (myObject (attribute1 "attr89784") ) ) +(assert (myObject (attribute1 "attr89785") ) ) +(assert (myObject (attribute1 "attr89786") ) ) +(assert (myObject (attribute1 "attr89787") ) ) +(assert (myObject (attribute1 "attr89788") ) ) +(assert (myObject (attribute1 "attr89789") ) ) +(assert (myObject (attribute1 "attr89790") ) ) +(assert (myObject (attribute1 "attr89791") ) ) +(assert (myObject (attribute1 "attr89792") ) ) +(assert (myObject (attribute1 "attr89793") ) ) +(assert (myObject (attribute1 "attr89794") ) ) +(assert (myObject (attribute1 "attr89795") ) ) +(assert (myObject (attribute1 "attr89796") ) ) +(assert (myObject (attribute1 "attr89797") ) ) +(assert (myObject (attribute1 "attr89798") ) ) +(assert (myObject (attribute1 "attr89799") ) ) +(assert (myObject (attribute1 "attr89800") ) ) +(assert (myObject (attribute1 "attr89801") ) ) +(assert (myObject (attribute1 "attr89802") ) ) +(assert (myObject (attribute1 "attr89803") ) ) +(assert (myObject (attribute1 "attr89804") ) ) +(assert (myObject (attribute1 "attr89805") ) ) +(assert (myObject (attribute1 "attr89806") ) ) +(assert (myObject (attribute1 "attr89807") ) ) +(assert (myObject (attribute1 "attr89808") ) ) +(assert (myObject (attribute1 "attr89809") ) ) +(assert (myObject (attribute1 "attr89810") ) ) +(assert (myObject (attribute1 "attr89811") ) ) +(assert (myObject (attribute1 "attr89812") ) ) +(assert (myObject (attribute1 "attr89813") ) ) +(assert (myObject (attribute1 "attr89814") ) ) +(assert (myObject (attribute1 "attr89815") ) ) +(assert (myObject (attribute1 "attr89816") ) ) +(assert (myObject (attribute1 "attr89817") ) ) +(assert (myObject (attribute1 "attr89818") ) ) +(assert (myObject (attribute1 "attr89819") ) ) +(assert (myObject (attribute1 "attr89820") ) ) +(assert (myObject (attribute1 "attr89821") ) ) +(assert (myObject (attribute1 "attr89822") ) ) +(assert (myObject (attribute1 "attr89823") ) ) +(assert (myObject (attribute1 "attr89824") ) ) +(assert (myObject (attribute1 "attr89825") ) ) +(assert (myObject (attribute1 "attr89826") ) ) +(assert (myObject (attribute1 "attr89827") ) ) +(assert (myObject (attribute1 "attr89828") ) ) +(assert (myObject (attribute1 "attr89829") ) ) +(assert (myObject (attribute1 "attr89830") ) ) +(assert (myObject (attribute1 "attr89831") ) ) +(assert (myObject (attribute1 "attr89832") ) ) +(assert (myObject (attribute1 "attr89833") ) ) +(assert (myObject (attribute1 "attr89834") ) ) +(assert (myObject (attribute1 "attr89835") ) ) +(assert (myObject (attribute1 "attr89836") ) ) +(assert (myObject (attribute1 "attr89837") ) ) +(assert (myObject (attribute1 "attr89838") ) ) +(assert (myObject (attribute1 "attr89839") ) ) +(assert (myObject (attribute1 "attr89840") ) ) +(assert (myObject (attribute1 "attr89841") ) ) +(assert (myObject (attribute1 "attr89842") ) ) +(assert (myObject (attribute1 "attr89843") ) ) +(assert (myObject (attribute1 "attr89844") ) ) +(assert (myObject (attribute1 "attr89845") ) ) +(assert (myObject (attribute1 "attr89846") ) ) +(assert (myObject (attribute1 "attr89847") ) ) +(assert (myObject (attribute1 "attr89848") ) ) +(assert (myObject (attribute1 "attr89849") ) ) +(assert (myObject (attribute1 "attr89850") ) ) +(assert (myObject (attribute1 "attr89851") ) ) +(assert (myObject (attribute1 "attr89852") ) ) +(assert (myObject (attribute1 "attr89853") ) ) +(assert (myObject (attribute1 "attr89854") ) ) +(assert (myObject (attribute1 "attr89855") ) ) +(assert (myObject (attribute1 "attr89856") ) ) +(assert (myObject (attribute1 "attr89857") ) ) +(assert (myObject (attribute1 "attr89858") ) ) +(assert (myObject (attribute1 "attr89859") ) ) +(assert (myObject (attribute1 "attr89860") ) ) +(assert (myObject (attribute1 "attr89861") ) ) +(assert (myObject (attribute1 "attr89862") ) ) +(assert (myObject (attribute1 "attr89863") ) ) +(assert (myObject (attribute1 "attr89864") ) ) +(assert (myObject (attribute1 "attr89865") ) ) +(assert (myObject (attribute1 "attr89866") ) ) +(assert (myObject (attribute1 "attr89867") ) ) +(assert (myObject (attribute1 "attr89868") ) ) +(assert (myObject (attribute1 "attr89869") ) ) +(assert (myObject (attribute1 "attr89870") ) ) +(assert (myObject (attribute1 "attr89871") ) ) +(assert (myObject (attribute1 "attr89872") ) ) +(assert (myObject (attribute1 "attr89873") ) ) +(assert (myObject (attribute1 "attr89874") ) ) +(assert (myObject (attribute1 "attr89875") ) ) +(assert (myObject (attribute1 "attr89876") ) ) +(assert (myObject (attribute1 "attr89877") ) ) +(assert (myObject (attribute1 "attr89878") ) ) +(assert (myObject (attribute1 "attr89879") ) ) +(assert (myObject (attribute1 "attr89880") ) ) +(assert (myObject (attribute1 "attr89881") ) ) +(assert (myObject (attribute1 "attr89882") ) ) +(assert (myObject (attribute1 "attr89883") ) ) +(assert (myObject (attribute1 "attr89884") ) ) +(assert (myObject (attribute1 "attr89885") ) ) +(assert (myObject (attribute1 "attr89886") ) ) +(assert (myObject (attribute1 "attr89887") ) ) +(assert (myObject (attribute1 "attr89888") ) ) +(assert (myObject (attribute1 "attr89889") ) ) +(assert (myObject (attribute1 "attr89890") ) ) +(assert (myObject (attribute1 "attr89891") ) ) +(assert (myObject (attribute1 "attr89892") ) ) +(assert (myObject (attribute1 "attr89893") ) ) +(assert (myObject (attribute1 "attr89894") ) ) +(assert (myObject (attribute1 "attr89895") ) ) +(assert (myObject (attribute1 "attr89896") ) ) +(assert (myObject (attribute1 "attr89897") ) ) +(assert (myObject (attribute1 "attr89898") ) ) +(assert (myObject (attribute1 "attr89899") ) ) +(assert (myObject (attribute1 "attr89900") ) ) +(assert (myObject (attribute1 "attr89901") ) ) +(assert (myObject (attribute1 "attr89902") ) ) +(assert (myObject (attribute1 "attr89903") ) ) +(assert (myObject (attribute1 "attr89904") ) ) +(assert (myObject (attribute1 "attr89905") ) ) +(assert (myObject (attribute1 "attr89906") ) ) +(assert (myObject (attribute1 "attr89907") ) ) +(assert (myObject (attribute1 "attr89908") ) ) +(assert (myObject (attribute1 "attr89909") ) ) +(assert (myObject (attribute1 "attr89910") ) ) +(assert (myObject (attribute1 "attr89911") ) ) +(assert (myObject (attribute1 "attr89912") ) ) +(assert (myObject (attribute1 "attr89913") ) ) +(assert (myObject (attribute1 "attr89914") ) ) +(assert (myObject (attribute1 "attr89915") ) ) +(assert (myObject (attribute1 "attr89916") ) ) +(assert (myObject (attribute1 "attr89917") ) ) +(assert (myObject (attribute1 "attr89918") ) ) +(assert (myObject (attribute1 "attr89919") ) ) +(assert (myObject (attribute1 "attr89920") ) ) +(assert (myObject (attribute1 "attr89921") ) ) +(assert (myObject (attribute1 "attr89922") ) ) +(assert (myObject (attribute1 "attr89923") ) ) +(assert (myObject (attribute1 "attr89924") ) ) +(assert (myObject (attribute1 "attr89925") ) ) +(assert (myObject (attribute1 "attr89926") ) ) +(assert (myObject (attribute1 "attr89927") ) ) +(assert (myObject (attribute1 "attr89928") ) ) +(assert (myObject (attribute1 "attr89929") ) ) +(assert (myObject (attribute1 "attr89930") ) ) +(assert (myObject (attribute1 "attr89931") ) ) +(assert (myObject (attribute1 "attr89932") ) ) +(assert (myObject (attribute1 "attr89933") ) ) +(assert (myObject (attribute1 "attr89934") ) ) +(assert (myObject (attribute1 "attr89935") ) ) +(assert (myObject (attribute1 "attr89936") ) ) +(assert (myObject (attribute1 "attr89937") ) ) +(assert (myObject (attribute1 "attr89938") ) ) +(assert (myObject (attribute1 "attr89939") ) ) +(assert (myObject (attribute1 "attr89940") ) ) +(assert (myObject (attribute1 "attr89941") ) ) +(assert (myObject (attribute1 "attr89942") ) ) +(assert (myObject (attribute1 "attr89943") ) ) +(assert (myObject (attribute1 "attr89944") ) ) +(assert (myObject (attribute1 "attr89945") ) ) +(assert (myObject (attribute1 "attr89946") ) ) +(assert (myObject (attribute1 "attr89947") ) ) +(assert (myObject (attribute1 "attr89948") ) ) +(assert (myObject (attribute1 "attr89949") ) ) +(assert (myObject (attribute1 "attr89950") ) ) +(assert (myObject (attribute1 "attr89951") ) ) +(assert (myObject (attribute1 "attr89952") ) ) +(assert (myObject (attribute1 "attr89953") ) ) +(assert (myObject (attribute1 "attr89954") ) ) +(assert (myObject (attribute1 "attr89955") ) ) +(assert (myObject (attribute1 "attr89956") ) ) +(assert (myObject (attribute1 "attr89957") ) ) +(assert (myObject (attribute1 "attr89958") ) ) +(assert (myObject (attribute1 "attr89959") ) ) +(assert (myObject (attribute1 "attr89960") ) ) +(assert (myObject (attribute1 "attr89961") ) ) +(assert (myObject (attribute1 "attr89962") ) ) +(assert (myObject (attribute1 "attr89963") ) ) +(assert (myObject (attribute1 "attr89964") ) ) +(assert (myObject (attribute1 "attr89965") ) ) +(assert (myObject (attribute1 "attr89966") ) ) +(assert (myObject (attribute1 "attr89967") ) ) +(assert (myObject (attribute1 "attr89968") ) ) +(assert (myObject (attribute1 "attr89969") ) ) +(assert (myObject (attribute1 "attr89970") ) ) +(assert (myObject (attribute1 "attr89971") ) ) +(assert (myObject (attribute1 "attr89972") ) ) +(assert (myObject (attribute1 "attr89973") ) ) +(assert (myObject (attribute1 "attr89974") ) ) +(assert (myObject (attribute1 "attr89975") ) ) +(assert (myObject (attribute1 "attr89976") ) ) +(assert (myObject (attribute1 "attr89977") ) ) +(assert (myObject (attribute1 "attr89978") ) ) +(assert (myObject (attribute1 "attr89979") ) ) +(assert (myObject (attribute1 "attr89980") ) ) +(assert (myObject (attribute1 "attr89981") ) ) +(assert (myObject (attribute1 "attr89982") ) ) +(assert (myObject (attribute1 "attr89983") ) ) +(assert (myObject (attribute1 "attr89984") ) ) +(assert (myObject (attribute1 "attr89985") ) ) +(assert (myObject (attribute1 "attr89986") ) ) +(assert (myObject (attribute1 "attr89987") ) ) +(assert (myObject (attribute1 "attr89988") ) ) +(assert (myObject (attribute1 "attr89989") ) ) +(assert (myObject (attribute1 "attr89990") ) ) +(assert (myObject (attribute1 "attr89991") ) ) +(assert (myObject (attribute1 "attr89992") ) ) +(assert (myObject (attribute1 "attr89993") ) ) +(assert (myObject (attribute1 "attr89994") ) ) +(assert (myObject (attribute1 "attr89995") ) ) +(assert (myObject (attribute1 "attr89996") ) ) +(assert (myObject (attribute1 "attr89997") ) ) +(assert (myObject (attribute1 "attr89998") ) ) +(assert (myObject (attribute1 "attr89999") ) ) +(assert (myObject (attribute1 "attr90000") ) ) +(assert (myObject (attribute1 "attr90001") ) ) +(assert (myObject (attribute1 "attr90002") ) ) +(assert (myObject (attribute1 "attr90003") ) ) +(assert (myObject (attribute1 "attr90004") ) ) +(assert (myObject (attribute1 "attr90005") ) ) +(assert (myObject (attribute1 "attr90006") ) ) +(assert (myObject (attribute1 "attr90007") ) ) +(assert (myObject (attribute1 "attr90008") ) ) +(assert (myObject (attribute1 "attr90009") ) ) +(assert (myObject (attribute1 "attr90010") ) ) +(assert (myObject (attribute1 "attr90011") ) ) +(assert (myObject (attribute1 "attr90012") ) ) +(assert (myObject (attribute1 "attr90013") ) ) +(assert (myObject (attribute1 "attr90014") ) ) +(assert (myObject (attribute1 "attr90015") ) ) +(assert (myObject (attribute1 "attr90016") ) ) +(assert (myObject (attribute1 "attr90017") ) ) +(assert (myObject (attribute1 "attr90018") ) ) +(assert (myObject (attribute1 "attr90019") ) ) +(assert (myObject (attribute1 "attr90020") ) ) +(assert (myObject (attribute1 "attr90021") ) ) +(assert (myObject (attribute1 "attr90022") ) ) +(assert (myObject (attribute1 "attr90023") ) ) +(assert (myObject (attribute1 "attr90024") ) ) +(assert (myObject (attribute1 "attr90025") ) ) +(assert (myObject (attribute1 "attr90026") ) ) +(assert (myObject (attribute1 "attr90027") ) ) +(assert (myObject (attribute1 "attr90028") ) ) +(assert (myObject (attribute1 "attr90029") ) ) +(assert (myObject (attribute1 "attr90030") ) ) +(assert (myObject (attribute1 "attr90031") ) ) +(assert (myObject (attribute1 "attr90032") ) ) +(assert (myObject (attribute1 "attr90033") ) ) +(assert (myObject (attribute1 "attr90034") ) ) +(assert (myObject (attribute1 "attr90035") ) ) +(assert (myObject (attribute1 "attr90036") ) ) +(assert (myObject (attribute1 "attr90037") ) ) +(assert (myObject (attribute1 "attr90038") ) ) +(assert (myObject (attribute1 "attr90039") ) ) +(assert (myObject (attribute1 "attr90040") ) ) +(assert (myObject (attribute1 "attr90041") ) ) +(assert (myObject (attribute1 "attr90042") ) ) +(assert (myObject (attribute1 "attr90043") ) ) +(assert (myObject (attribute1 "attr90044") ) ) +(assert (myObject (attribute1 "attr90045") ) ) +(assert (myObject (attribute1 "attr90046") ) ) +(assert (myObject (attribute1 "attr90047") ) ) +(assert (myObject (attribute1 "attr90048") ) ) +(assert (myObject (attribute1 "attr90049") ) ) +(assert (myObject (attribute1 "attr90050") ) ) +(assert (myObject (attribute1 "attr90051") ) ) +(assert (myObject (attribute1 "attr90052") ) ) +(assert (myObject (attribute1 "attr90053") ) ) +(assert (myObject (attribute1 "attr90054") ) ) +(assert (myObject (attribute1 "attr90055") ) ) +(assert (myObject (attribute1 "attr90056") ) ) +(assert (myObject (attribute1 "attr90057") ) ) +(assert (myObject (attribute1 "attr90058") ) ) +(assert (myObject (attribute1 "attr90059") ) ) +(assert (myObject (attribute1 "attr90060") ) ) +(assert (myObject (attribute1 "attr90061") ) ) +(assert (myObject (attribute1 "attr90062") ) ) +(assert (myObject (attribute1 "attr90063") ) ) +(assert (myObject (attribute1 "attr90064") ) ) +(assert (myObject (attribute1 "attr90065") ) ) +(assert (myObject (attribute1 "attr90066") ) ) +(assert (myObject (attribute1 "attr90067") ) ) +(assert (myObject (attribute1 "attr90068") ) ) +(assert (myObject (attribute1 "attr90069") ) ) +(assert (myObject (attribute1 "attr90070") ) ) +(assert (myObject (attribute1 "attr90071") ) ) +(assert (myObject (attribute1 "attr90072") ) ) +(assert (myObject (attribute1 "attr90073") ) ) +(assert (myObject (attribute1 "attr90074") ) ) +(assert (myObject (attribute1 "attr90075") ) ) +(assert (myObject (attribute1 "attr90076") ) ) +(assert (myObject (attribute1 "attr90077") ) ) +(assert (myObject (attribute1 "attr90078") ) ) +(assert (myObject (attribute1 "attr90079") ) ) +(assert (myObject (attribute1 "attr90080") ) ) +(assert (myObject (attribute1 "attr90081") ) ) +(assert (myObject (attribute1 "attr90082") ) ) +(assert (myObject (attribute1 "attr90083") ) ) +(assert (myObject (attribute1 "attr90084") ) ) +(assert (myObject (attribute1 "attr90085") ) ) +(assert (myObject (attribute1 "attr90086") ) ) +(assert (myObject (attribute1 "attr90087") ) ) +(assert (myObject (attribute1 "attr90088") ) ) +(assert (myObject (attribute1 "attr90089") ) ) +(assert (myObject (attribute1 "attr90090") ) ) +(assert (myObject (attribute1 "attr90091") ) ) +(assert (myObject (attribute1 "attr90092") ) ) +(assert (myObject (attribute1 "attr90093") ) ) +(assert (myObject (attribute1 "attr90094") ) ) +(assert (myObject (attribute1 "attr90095") ) ) +(assert (myObject (attribute1 "attr90096") ) ) +(assert (myObject (attribute1 "attr90097") ) ) +(assert (myObject (attribute1 "attr90098") ) ) +(assert (myObject (attribute1 "attr90099") ) ) +(assert (myObject (attribute1 "attr90100") ) ) +(assert (myObject (attribute1 "attr90101") ) ) +(assert (myObject (attribute1 "attr90102") ) ) +(assert (myObject (attribute1 "attr90103") ) ) +(assert (myObject (attribute1 "attr90104") ) ) +(assert (myObject (attribute1 "attr90105") ) ) +(assert (myObject (attribute1 "attr90106") ) ) +(assert (myObject (attribute1 "attr90107") ) ) +(assert (myObject (attribute1 "attr90108") ) ) +(assert (myObject (attribute1 "attr90109") ) ) +(assert (myObject (attribute1 "attr90110") ) ) +(assert (myObject (attribute1 "attr90111") ) ) +(assert (myObject (attribute1 "attr90112") ) ) +(assert (myObject (attribute1 "attr90113") ) ) +(assert (myObject (attribute1 "attr90114") ) ) +(assert (myObject (attribute1 "attr90115") ) ) +(assert (myObject (attribute1 "attr90116") ) ) +(assert (myObject (attribute1 "attr90117") ) ) +(assert (myObject (attribute1 "attr90118") ) ) +(assert (myObject (attribute1 "attr90119") ) ) +(assert (myObject (attribute1 "attr90120") ) ) +(assert (myObject (attribute1 "attr90121") ) ) +(assert (myObject (attribute1 "attr90122") ) ) +(assert (myObject (attribute1 "attr90123") ) ) +(assert (myObject (attribute1 "attr90124") ) ) +(assert (myObject (attribute1 "attr90125") ) ) +(assert (myObject (attribute1 "attr90126") ) ) +(assert (myObject (attribute1 "attr90127") ) ) +(assert (myObject (attribute1 "attr90128") ) ) +(assert (myObject (attribute1 "attr90129") ) ) +(assert (myObject (attribute1 "attr90130") ) ) +(assert (myObject (attribute1 "attr90131") ) ) +(assert (myObject (attribute1 "attr90132") ) ) +(assert (myObject (attribute1 "attr90133") ) ) +(assert (myObject (attribute1 "attr90134") ) ) +(assert (myObject (attribute1 "attr90135") ) ) +(assert (myObject (attribute1 "attr90136") ) ) +(assert (myObject (attribute1 "attr90137") ) ) +(assert (myObject (attribute1 "attr90138") ) ) +(assert (myObject (attribute1 "attr90139") ) ) +(assert (myObject (attribute1 "attr90140") ) ) +(assert (myObject (attribute1 "attr90141") ) ) +(assert (myObject (attribute1 "attr90142") ) ) +(assert (myObject (attribute1 "attr90143") ) ) +(assert (myObject (attribute1 "attr90144") ) ) +(assert (myObject (attribute1 "attr90145") ) ) +(assert (myObject (attribute1 "attr90146") ) ) +(assert (myObject (attribute1 "attr90147") ) ) +(assert (myObject (attribute1 "attr90148") ) ) +(assert (myObject (attribute1 "attr90149") ) ) +(assert (myObject (attribute1 "attr90150") ) ) +(assert (myObject (attribute1 "attr90151") ) ) +(assert (myObject (attribute1 "attr90152") ) ) +(assert (myObject (attribute1 "attr90153") ) ) +(assert (myObject (attribute1 "attr90154") ) ) +(assert (myObject (attribute1 "attr90155") ) ) +(assert (myObject (attribute1 "attr90156") ) ) +(assert (myObject (attribute1 "attr90157") ) ) +(assert (myObject (attribute1 "attr90158") ) ) +(assert (myObject (attribute1 "attr90159") ) ) +(assert (myObject (attribute1 "attr90160") ) ) +(assert (myObject (attribute1 "attr90161") ) ) +(assert (myObject (attribute1 "attr90162") ) ) +(assert (myObject (attribute1 "attr90163") ) ) +(assert (myObject (attribute1 "attr90164") ) ) +(assert (myObject (attribute1 "attr90165") ) ) +(assert (myObject (attribute1 "attr90166") ) ) +(assert (myObject (attribute1 "attr90167") ) ) +(assert (myObject (attribute1 "attr90168") ) ) +(assert (myObject (attribute1 "attr90169") ) ) +(assert (myObject (attribute1 "attr90170") ) ) +(assert (myObject (attribute1 "attr90171") ) ) +(assert (myObject (attribute1 "attr90172") ) ) +(assert (myObject (attribute1 "attr90173") ) ) +(assert (myObject (attribute1 "attr90174") ) ) +(assert (myObject (attribute1 "attr90175") ) ) +(assert (myObject (attribute1 "attr90176") ) ) +(assert (myObject (attribute1 "attr90177") ) ) +(assert (myObject (attribute1 "attr90178") ) ) +(assert (myObject (attribute1 "attr90179") ) ) +(assert (myObject (attribute1 "attr90180") ) ) +(assert (myObject (attribute1 "attr90181") ) ) +(assert (myObject (attribute1 "attr90182") ) ) +(assert (myObject (attribute1 "attr90183") ) ) +(assert (myObject (attribute1 "attr90184") ) ) +(assert (myObject (attribute1 "attr90185") ) ) +(assert (myObject (attribute1 "attr90186") ) ) +(assert (myObject (attribute1 "attr90187") ) ) +(assert (myObject (attribute1 "attr90188") ) ) +(assert (myObject (attribute1 "attr90189") ) ) +(assert (myObject (attribute1 "attr90190") ) ) +(assert (myObject (attribute1 "attr90191") ) ) +(assert (myObject (attribute1 "attr90192") ) ) +(assert (myObject (attribute1 "attr90193") ) ) +(assert (myObject (attribute1 "attr90194") ) ) +(assert (myObject (attribute1 "attr90195") ) ) +(assert (myObject (attribute1 "attr90196") ) ) +(assert (myObject (attribute1 "attr90197") ) ) +(assert (myObject (attribute1 "attr90198") ) ) +(assert (myObject (attribute1 "attr90199") ) ) +(assert (myObject (attribute1 "attr90200") ) ) +(assert (myObject (attribute1 "attr90201") ) ) +(assert (myObject (attribute1 "attr90202") ) ) +(assert (myObject (attribute1 "attr90203") ) ) +(assert (myObject (attribute1 "attr90204") ) ) +(assert (myObject (attribute1 "attr90205") ) ) +(assert (myObject (attribute1 "attr90206") ) ) +(assert (myObject (attribute1 "attr90207") ) ) +(assert (myObject (attribute1 "attr90208") ) ) +(assert (myObject (attribute1 "attr90209") ) ) +(assert (myObject (attribute1 "attr90210") ) ) +(assert (myObject (attribute1 "attr90211") ) ) +(assert (myObject (attribute1 "attr90212") ) ) +(assert (myObject (attribute1 "attr90213") ) ) +(assert (myObject (attribute1 "attr90214") ) ) +(assert (myObject (attribute1 "attr90215") ) ) +(assert (myObject (attribute1 "attr90216") ) ) +(assert (myObject (attribute1 "attr90217") ) ) +(assert (myObject (attribute1 "attr90218") ) ) +(assert (myObject (attribute1 "attr90219") ) ) +(assert (myObject (attribute1 "attr90220") ) ) +(assert (myObject (attribute1 "attr90221") ) ) +(assert (myObject (attribute1 "attr90222") ) ) +(assert (myObject (attribute1 "attr90223") ) ) +(assert (myObject (attribute1 "attr90224") ) ) +(assert (myObject (attribute1 "attr90225") ) ) +(assert (myObject (attribute1 "attr90226") ) ) +(assert (myObject (attribute1 "attr90227") ) ) +(assert (myObject (attribute1 "attr90228") ) ) +(assert (myObject (attribute1 "attr90229") ) ) +(assert (myObject (attribute1 "attr90230") ) ) +(assert (myObject (attribute1 "attr90231") ) ) +(assert (myObject (attribute1 "attr90232") ) ) +(assert (myObject (attribute1 "attr90233") ) ) +(assert (myObject (attribute1 "attr90234") ) ) +(assert (myObject (attribute1 "attr90235") ) ) +(assert (myObject (attribute1 "attr90236") ) ) +(assert (myObject (attribute1 "attr90237") ) ) +(assert (myObject (attribute1 "attr90238") ) ) +(assert (myObject (attribute1 "attr90239") ) ) +(assert (myObject (attribute1 "attr90240") ) ) +(assert (myObject (attribute1 "attr90241") ) ) +(assert (myObject (attribute1 "attr90242") ) ) +(assert (myObject (attribute1 "attr90243") ) ) +(assert (myObject (attribute1 "attr90244") ) ) +(assert (myObject (attribute1 "attr90245") ) ) +(assert (myObject (attribute1 "attr90246") ) ) +(assert (myObject (attribute1 "attr90247") ) ) +(assert (myObject (attribute1 "attr90248") ) ) +(assert (myObject (attribute1 "attr90249") ) ) +(assert (myObject (attribute1 "attr90250") ) ) +(assert (myObject (attribute1 "attr90251") ) ) +(assert (myObject (attribute1 "attr90252") ) ) +(assert (myObject (attribute1 "attr90253") ) ) +(assert (myObject (attribute1 "attr90254") ) ) +(assert (myObject (attribute1 "attr90255") ) ) +(assert (myObject (attribute1 "attr90256") ) ) +(assert (myObject (attribute1 "attr90257") ) ) +(assert (myObject (attribute1 "attr90258") ) ) +(assert (myObject (attribute1 "attr90259") ) ) +(assert (myObject (attribute1 "attr90260") ) ) +(assert (myObject (attribute1 "attr90261") ) ) +(assert (myObject (attribute1 "attr90262") ) ) +(assert (myObject (attribute1 "attr90263") ) ) +(assert (myObject (attribute1 "attr90264") ) ) +(assert (myObject (attribute1 "attr90265") ) ) +(assert (myObject (attribute1 "attr90266") ) ) +(assert (myObject (attribute1 "attr90267") ) ) +(assert (myObject (attribute1 "attr90268") ) ) +(assert (myObject (attribute1 "attr90269") ) ) +(assert (myObject (attribute1 "attr90270") ) ) +(assert (myObject (attribute1 "attr90271") ) ) +(assert (myObject (attribute1 "attr90272") ) ) +(assert (myObject (attribute1 "attr90273") ) ) +(assert (myObject (attribute1 "attr90274") ) ) +(assert (myObject (attribute1 "attr90275") ) ) +(assert (myObject (attribute1 "attr90276") ) ) +(assert (myObject (attribute1 "attr90277") ) ) +(assert (myObject (attribute1 "attr90278") ) ) +(assert (myObject (attribute1 "attr90279") ) ) +(assert (myObject (attribute1 "attr90280") ) ) +(assert (myObject (attribute1 "attr90281") ) ) +(assert (myObject (attribute1 "attr90282") ) ) +(assert (myObject (attribute1 "attr90283") ) ) +(assert (myObject (attribute1 "attr90284") ) ) +(assert (myObject (attribute1 "attr90285") ) ) +(assert (myObject (attribute1 "attr90286") ) ) +(assert (myObject (attribute1 "attr90287") ) ) +(assert (myObject (attribute1 "attr90288") ) ) +(assert (myObject (attribute1 "attr90289") ) ) +(assert (myObject (attribute1 "attr90290") ) ) +(assert (myObject (attribute1 "attr90291") ) ) +(assert (myObject (attribute1 "attr90292") ) ) +(assert (myObject (attribute1 "attr90293") ) ) +(assert (myObject (attribute1 "attr90294") ) ) +(assert (myObject (attribute1 "attr90295") ) ) +(assert (myObject (attribute1 "attr90296") ) ) +(assert (myObject (attribute1 "attr90297") ) ) +(assert (myObject (attribute1 "attr90298") ) ) +(assert (myObject (attribute1 "attr90299") ) ) +(assert (myObject (attribute1 "attr90300") ) ) +(assert (myObject (attribute1 "attr90301") ) ) +(assert (myObject (attribute1 "attr90302") ) ) +(assert (myObject (attribute1 "attr90303") ) ) +(assert (myObject (attribute1 "attr90304") ) ) +(assert (myObject (attribute1 "attr90305") ) ) +(assert (myObject (attribute1 "attr90306") ) ) +(assert (myObject (attribute1 "attr90307") ) ) +(assert (myObject (attribute1 "attr90308") ) ) +(assert (myObject (attribute1 "attr90309") ) ) +(assert (myObject (attribute1 "attr90310") ) ) +(assert (myObject (attribute1 "attr90311") ) ) +(assert (myObject (attribute1 "attr90312") ) ) +(assert (myObject (attribute1 "attr90313") ) ) +(assert (myObject (attribute1 "attr90314") ) ) +(assert (myObject (attribute1 "attr90315") ) ) +(assert (myObject (attribute1 "attr90316") ) ) +(assert (myObject (attribute1 "attr90317") ) ) +(assert (myObject (attribute1 "attr90318") ) ) +(assert (myObject (attribute1 "attr90319") ) ) +(assert (myObject (attribute1 "attr90320") ) ) +(assert (myObject (attribute1 "attr90321") ) ) +(assert (myObject (attribute1 "attr90322") ) ) +(assert (myObject (attribute1 "attr90323") ) ) +(assert (myObject (attribute1 "attr90324") ) ) +(assert (myObject (attribute1 "attr90325") ) ) +(assert (myObject (attribute1 "attr90326") ) ) +(assert (myObject (attribute1 "attr90327") ) ) +(assert (myObject (attribute1 "attr90328") ) ) +(assert (myObject (attribute1 "attr90329") ) ) +(assert (myObject (attribute1 "attr90330") ) ) +(assert (myObject (attribute1 "attr90331") ) ) +(assert (myObject (attribute1 "attr90332") ) ) +(assert (myObject (attribute1 "attr90333") ) ) +(assert (myObject (attribute1 "attr90334") ) ) +(assert (myObject (attribute1 "attr90335") ) ) +(assert (myObject (attribute1 "attr90336") ) ) +(assert (myObject (attribute1 "attr90337") ) ) +(assert (myObject (attribute1 "attr90338") ) ) +(assert (myObject (attribute1 "attr90339") ) ) +(assert (myObject (attribute1 "attr90340") ) ) +(assert (myObject (attribute1 "attr90341") ) ) +(assert (myObject (attribute1 "attr90342") ) ) +(assert (myObject (attribute1 "attr90343") ) ) +(assert (myObject (attribute1 "attr90344") ) ) +(assert (myObject (attribute1 "attr90345") ) ) +(assert (myObject (attribute1 "attr90346") ) ) +(assert (myObject (attribute1 "attr90347") ) ) +(assert (myObject (attribute1 "attr90348") ) ) +(assert (myObject (attribute1 "attr90349") ) ) +(assert (myObject (attribute1 "attr90350") ) ) +(assert (myObject (attribute1 "attr90351") ) ) +(assert (myObject (attribute1 "attr90352") ) ) +(assert (myObject (attribute1 "attr90353") ) ) +(assert (myObject (attribute1 "attr90354") ) ) +(assert (myObject (attribute1 "attr90355") ) ) +(assert (myObject (attribute1 "attr90356") ) ) +(assert (myObject (attribute1 "attr90357") ) ) +(assert (myObject (attribute1 "attr90358") ) ) +(assert (myObject (attribute1 "attr90359") ) ) +(assert (myObject (attribute1 "attr90360") ) ) +(assert (myObject (attribute1 "attr90361") ) ) +(assert (myObject (attribute1 "attr90362") ) ) +(assert (myObject (attribute1 "attr90363") ) ) +(assert (myObject (attribute1 "attr90364") ) ) +(assert (myObject (attribute1 "attr90365") ) ) +(assert (myObject (attribute1 "attr90366") ) ) +(assert (myObject (attribute1 "attr90367") ) ) +(assert (myObject (attribute1 "attr90368") ) ) +(assert (myObject (attribute1 "attr90369") ) ) +(assert (myObject (attribute1 "attr90370") ) ) +(assert (myObject (attribute1 "attr90371") ) ) +(assert (myObject (attribute1 "attr90372") ) ) +(assert (myObject (attribute1 "attr90373") ) ) +(assert (myObject (attribute1 "attr90374") ) ) +(assert (myObject (attribute1 "attr90375") ) ) +(assert (myObject (attribute1 "attr90376") ) ) +(assert (myObject (attribute1 "attr90377") ) ) +(assert (myObject (attribute1 "attr90378") ) ) +(assert (myObject (attribute1 "attr90379") ) ) +(assert (myObject (attribute1 "attr90380") ) ) +(assert (myObject (attribute1 "attr90381") ) ) +(assert (myObject (attribute1 "attr90382") ) ) +(assert (myObject (attribute1 "attr90383") ) ) +(assert (myObject (attribute1 "attr90384") ) ) +(assert (myObject (attribute1 "attr90385") ) ) +(assert (myObject (attribute1 "attr90386") ) ) +(assert (myObject (attribute1 "attr90387") ) ) +(assert (myObject (attribute1 "attr90388") ) ) +(assert (myObject (attribute1 "attr90389") ) ) +(assert (myObject (attribute1 "attr90390") ) ) +(assert (myObject (attribute1 "attr90391") ) ) +(assert (myObject (attribute1 "attr90392") ) ) +(assert (myObject (attribute1 "attr90393") ) ) +(assert (myObject (attribute1 "attr90394") ) ) +(assert (myObject (attribute1 "attr90395") ) ) +(assert (myObject (attribute1 "attr90396") ) ) +(assert (myObject (attribute1 "attr90397") ) ) +(assert (myObject (attribute1 "attr90398") ) ) +(assert (myObject (attribute1 "attr90399") ) ) +(assert (myObject (attribute1 "attr90400") ) ) +(assert (myObject (attribute1 "attr90401") ) ) +(assert (myObject (attribute1 "attr90402") ) ) +(assert (myObject (attribute1 "attr90403") ) ) +(assert (myObject (attribute1 "attr90404") ) ) +(assert (myObject (attribute1 "attr90405") ) ) +(assert (myObject (attribute1 "attr90406") ) ) +(assert (myObject (attribute1 "attr90407") ) ) +(assert (myObject (attribute1 "attr90408") ) ) +(assert (myObject (attribute1 "attr90409") ) ) +(assert (myObject (attribute1 "attr90410") ) ) +(assert (myObject (attribute1 "attr90411") ) ) +(assert (myObject (attribute1 "attr90412") ) ) +(assert (myObject (attribute1 "attr90413") ) ) +(assert (myObject (attribute1 "attr90414") ) ) +(assert (myObject (attribute1 "attr90415") ) ) +(assert (myObject (attribute1 "attr90416") ) ) +(assert (myObject (attribute1 "attr90417") ) ) +(assert (myObject (attribute1 "attr90418") ) ) +(assert (myObject (attribute1 "attr90419") ) ) +(assert (myObject (attribute1 "attr90420") ) ) +(assert (myObject (attribute1 "attr90421") ) ) +(assert (myObject (attribute1 "attr90422") ) ) +(assert (myObject (attribute1 "attr90423") ) ) +(assert (myObject (attribute1 "attr90424") ) ) +(assert (myObject (attribute1 "attr90425") ) ) +(assert (myObject (attribute1 "attr90426") ) ) +(assert (myObject (attribute1 "attr90427") ) ) +(assert (myObject (attribute1 "attr90428") ) ) +(assert (myObject (attribute1 "attr90429") ) ) +(assert (myObject (attribute1 "attr90430") ) ) +(assert (myObject (attribute1 "attr90431") ) ) +(assert (myObject (attribute1 "attr90432") ) ) +(assert (myObject (attribute1 "attr90433") ) ) +(assert (myObject (attribute1 "attr90434") ) ) +(assert (myObject (attribute1 "attr90435") ) ) +(assert (myObject (attribute1 "attr90436") ) ) +(assert (myObject (attribute1 "attr90437") ) ) +(assert (myObject (attribute1 "attr90438") ) ) +(assert (myObject (attribute1 "attr90439") ) ) +(assert (myObject (attribute1 "attr90440") ) ) +(assert (myObject (attribute1 "attr90441") ) ) +(assert (myObject (attribute1 "attr90442") ) ) +(assert (myObject (attribute1 "attr90443") ) ) +(assert (myObject (attribute1 "attr90444") ) ) +(assert (myObject (attribute1 "attr90445") ) ) +(assert (myObject (attribute1 "attr90446") ) ) +(assert (myObject (attribute1 "attr90447") ) ) +(assert (myObject (attribute1 "attr90448") ) ) +(assert (myObject (attribute1 "attr90449") ) ) +(assert (myObject (attribute1 "attr90450") ) ) +(assert (myObject (attribute1 "attr90451") ) ) +(assert (myObject (attribute1 "attr90452") ) ) +(assert (myObject (attribute1 "attr90453") ) ) +(assert (myObject (attribute1 "attr90454") ) ) +(assert (myObject (attribute1 "attr90455") ) ) +(assert (myObject (attribute1 "attr90456") ) ) +(assert (myObject (attribute1 "attr90457") ) ) +(assert (myObject (attribute1 "attr90458") ) ) +(assert (myObject (attribute1 "attr90459") ) ) +(assert (myObject (attribute1 "attr90460") ) ) +(assert (myObject (attribute1 "attr90461") ) ) +(assert (myObject (attribute1 "attr90462") ) ) +(assert (myObject (attribute1 "attr90463") ) ) +(assert (myObject (attribute1 "attr90464") ) ) +(assert (myObject (attribute1 "attr90465") ) ) +(assert (myObject (attribute1 "attr90466") ) ) +(assert (myObject (attribute1 "attr90467") ) ) +(assert (myObject (attribute1 "attr90468") ) ) +(assert (myObject (attribute1 "attr90469") ) ) +(assert (myObject (attribute1 "attr90470") ) ) +(assert (myObject (attribute1 "attr90471") ) ) +(assert (myObject (attribute1 "attr90472") ) ) +(assert (myObject (attribute1 "attr90473") ) ) +(assert (myObject (attribute1 "attr90474") ) ) +(assert (myObject (attribute1 "attr90475") ) ) +(assert (myObject (attribute1 "attr90476") ) ) +(assert (myObject (attribute1 "attr90477") ) ) +(assert (myObject (attribute1 "attr90478") ) ) +(assert (myObject (attribute1 "attr90479") ) ) +(assert (myObject (attribute1 "attr90480") ) ) +(assert (myObject (attribute1 "attr90481") ) ) +(assert (myObject (attribute1 "attr90482") ) ) +(assert (myObject (attribute1 "attr90483") ) ) +(assert (myObject (attribute1 "attr90484") ) ) +(assert (myObject (attribute1 "attr90485") ) ) +(assert (myObject (attribute1 "attr90486") ) ) +(assert (myObject (attribute1 "attr90487") ) ) +(assert (myObject (attribute1 "attr90488") ) ) +(assert (myObject (attribute1 "attr90489") ) ) +(assert (myObject (attribute1 "attr90490") ) ) +(assert (myObject (attribute1 "attr90491") ) ) +(assert (myObject (attribute1 "attr90492") ) ) +(assert (myObject (attribute1 "attr90493") ) ) +(assert (myObject (attribute1 "attr90494") ) ) +(assert (myObject (attribute1 "attr90495") ) ) +(assert (myObject (attribute1 "attr90496") ) ) +(assert (myObject (attribute1 "attr90497") ) ) +(assert (myObject (attribute1 "attr90498") ) ) +(assert (myObject (attribute1 "attr90499") ) ) +(assert (myObject (attribute1 "attr90500") ) ) +(assert (myObject (attribute1 "attr90501") ) ) +(assert (myObject (attribute1 "attr90502") ) ) +(assert (myObject (attribute1 "attr90503") ) ) +(assert (myObject (attribute1 "attr90504") ) ) +(assert (myObject (attribute1 "attr90505") ) ) +(assert (myObject (attribute1 "attr90506") ) ) +(assert (myObject (attribute1 "attr90507") ) ) +(assert (myObject (attribute1 "attr90508") ) ) +(assert (myObject (attribute1 "attr90509") ) ) +(assert (myObject (attribute1 "attr90510") ) ) +(assert (myObject (attribute1 "attr90511") ) ) +(assert (myObject (attribute1 "attr90512") ) ) +(assert (myObject (attribute1 "attr90513") ) ) +(assert (myObject (attribute1 "attr90514") ) ) +(assert (myObject (attribute1 "attr90515") ) ) +(assert (myObject (attribute1 "attr90516") ) ) +(assert (myObject (attribute1 "attr90517") ) ) +(assert (myObject (attribute1 "attr90518") ) ) +(assert (myObject (attribute1 "attr90519") ) ) +(assert (myObject (attribute1 "attr90520") ) ) +(assert (myObject (attribute1 "attr90521") ) ) +(assert (myObject (attribute1 "attr90522") ) ) +(assert (myObject (attribute1 "attr90523") ) ) +(assert (myObject (attribute1 "attr90524") ) ) +(assert (myObject (attribute1 "attr90525") ) ) +(assert (myObject (attribute1 "attr90526") ) ) +(assert (myObject (attribute1 "attr90527") ) ) +(assert (myObject (attribute1 "attr90528") ) ) +(assert (myObject (attribute1 "attr90529") ) ) +(assert (myObject (attribute1 "attr90530") ) ) +(assert (myObject (attribute1 "attr90531") ) ) +(assert (myObject (attribute1 "attr90532") ) ) +(assert (myObject (attribute1 "attr90533") ) ) +(assert (myObject (attribute1 "attr90534") ) ) +(assert (myObject (attribute1 "attr90535") ) ) +(assert (myObject (attribute1 "attr90536") ) ) +(assert (myObject (attribute1 "attr90537") ) ) +(assert (myObject (attribute1 "attr90538") ) ) +(assert (myObject (attribute1 "attr90539") ) ) +(assert (myObject (attribute1 "attr90540") ) ) +(assert (myObject (attribute1 "attr90541") ) ) +(assert (myObject (attribute1 "attr90542") ) ) +(assert (myObject (attribute1 "attr90543") ) ) +(assert (myObject (attribute1 "attr90544") ) ) +(assert (myObject (attribute1 "attr90545") ) ) +(assert (myObject (attribute1 "attr90546") ) ) +(assert (myObject (attribute1 "attr90547") ) ) +(assert (myObject (attribute1 "attr90548") ) ) +(assert (myObject (attribute1 "attr90549") ) ) +(assert (myObject (attribute1 "attr90550") ) ) +(assert (myObject (attribute1 "attr90551") ) ) +(assert (myObject (attribute1 "attr90552") ) ) +(assert (myObject (attribute1 "attr90553") ) ) +(assert (myObject (attribute1 "attr90554") ) ) +(assert (myObject (attribute1 "attr90555") ) ) +(assert (myObject (attribute1 "attr90556") ) ) +(assert (myObject (attribute1 "attr90557") ) ) +(assert (myObject (attribute1 "attr90558") ) ) +(assert (myObject (attribute1 "attr90559") ) ) +(assert (myObject (attribute1 "attr90560") ) ) +(assert (myObject (attribute1 "attr90561") ) ) +(assert (myObject (attribute1 "attr90562") ) ) +(assert (myObject (attribute1 "attr90563") ) ) +(assert (myObject (attribute1 "attr90564") ) ) +(assert (myObject (attribute1 "attr90565") ) ) +(assert (myObject (attribute1 "attr90566") ) ) +(assert (myObject (attribute1 "attr90567") ) ) +(assert (myObject (attribute1 "attr90568") ) ) +(assert (myObject (attribute1 "attr90569") ) ) +(assert (myObject (attribute1 "attr90570") ) ) +(assert (myObject (attribute1 "attr90571") ) ) +(assert (myObject (attribute1 "attr90572") ) ) +(assert (myObject (attribute1 "attr90573") ) ) +(assert (myObject (attribute1 "attr90574") ) ) +(assert (myObject (attribute1 "attr90575") ) ) +(assert (myObject (attribute1 "attr90576") ) ) +(assert (myObject (attribute1 "attr90577") ) ) +(assert (myObject (attribute1 "attr90578") ) ) +(assert (myObject (attribute1 "attr90579") ) ) +(assert (myObject (attribute1 "attr90580") ) ) +(assert (myObject (attribute1 "attr90581") ) ) +(assert (myObject (attribute1 "attr90582") ) ) +(assert (myObject (attribute1 "attr90583") ) ) +(assert (myObject (attribute1 "attr90584") ) ) +(assert (myObject (attribute1 "attr90585") ) ) +(assert (myObject (attribute1 "attr90586") ) ) +(assert (myObject (attribute1 "attr90587") ) ) +(assert (myObject (attribute1 "attr90588") ) ) +(assert (myObject (attribute1 "attr90589") ) ) +(assert (myObject (attribute1 "attr90590") ) ) +(assert (myObject (attribute1 "attr90591") ) ) +(assert (myObject (attribute1 "attr90592") ) ) +(assert (myObject (attribute1 "attr90593") ) ) +(assert (myObject (attribute1 "attr90594") ) ) +(assert (myObject (attribute1 "attr90595") ) ) +(assert (myObject (attribute1 "attr90596") ) ) +(assert (myObject (attribute1 "attr90597") ) ) +(assert (myObject (attribute1 "attr90598") ) ) +(assert (myObject (attribute1 "attr90599") ) ) +(assert (myObject (attribute1 "attr90600") ) ) +(assert (myObject (attribute1 "attr90601") ) ) +(assert (myObject (attribute1 "attr90602") ) ) +(assert (myObject (attribute1 "attr90603") ) ) +(assert (myObject (attribute1 "attr90604") ) ) +(assert (myObject (attribute1 "attr90605") ) ) +(assert (myObject (attribute1 "attr90606") ) ) +(assert (myObject (attribute1 "attr90607") ) ) +(assert (myObject (attribute1 "attr90608") ) ) +(assert (myObject (attribute1 "attr90609") ) ) +(assert (myObject (attribute1 "attr90610") ) ) +(assert (myObject (attribute1 "attr90611") ) ) +(assert (myObject (attribute1 "attr90612") ) ) +(assert (myObject (attribute1 "attr90613") ) ) +(assert (myObject (attribute1 "attr90614") ) ) +(assert (myObject (attribute1 "attr90615") ) ) +(assert (myObject (attribute1 "attr90616") ) ) +(assert (myObject (attribute1 "attr90617") ) ) +(assert (myObject (attribute1 "attr90618") ) ) +(assert (myObject (attribute1 "attr90619") ) ) +(assert (myObject (attribute1 "attr90620") ) ) +(assert (myObject (attribute1 "attr90621") ) ) +(assert (myObject (attribute1 "attr90622") ) ) +(assert (myObject (attribute1 "attr90623") ) ) +(assert (myObject (attribute1 "attr90624") ) ) +(assert (myObject (attribute1 "attr90625") ) ) +(assert (myObject (attribute1 "attr90626") ) ) +(assert (myObject (attribute1 "attr90627") ) ) +(assert (myObject (attribute1 "attr90628") ) ) +(assert (myObject (attribute1 "attr90629") ) ) +(assert (myObject (attribute1 "attr90630") ) ) +(assert (myObject (attribute1 "attr90631") ) ) +(assert (myObject (attribute1 "attr90632") ) ) +(assert (myObject (attribute1 "attr90633") ) ) +(assert (myObject (attribute1 "attr90634") ) ) +(assert (myObject (attribute1 "attr90635") ) ) +(assert (myObject (attribute1 "attr90636") ) ) +(assert (myObject (attribute1 "attr90637") ) ) +(assert (myObject (attribute1 "attr90638") ) ) +(assert (myObject (attribute1 "attr90639") ) ) +(assert (myObject (attribute1 "attr90640") ) ) +(assert (myObject (attribute1 "attr90641") ) ) +(assert (myObject (attribute1 "attr90642") ) ) +(assert (myObject (attribute1 "attr90643") ) ) +(assert (myObject (attribute1 "attr90644") ) ) +(assert (myObject (attribute1 "attr90645") ) ) +(assert (myObject (attribute1 "attr90646") ) ) +(assert (myObject (attribute1 "attr90647") ) ) +(assert (myObject (attribute1 "attr90648") ) ) +(assert (myObject (attribute1 "attr90649") ) ) +(assert (myObject (attribute1 "attr90650") ) ) +(assert (myObject (attribute1 "attr90651") ) ) +(assert (myObject (attribute1 "attr90652") ) ) +(assert (myObject (attribute1 "attr90653") ) ) +(assert (myObject (attribute1 "attr90654") ) ) +(assert (myObject (attribute1 "attr90655") ) ) +(assert (myObject (attribute1 "attr90656") ) ) +(assert (myObject (attribute1 "attr90657") ) ) +(assert (myObject (attribute1 "attr90658") ) ) +(assert (myObject (attribute1 "attr90659") ) ) +(assert (myObject (attribute1 "attr90660") ) ) +(assert (myObject (attribute1 "attr90661") ) ) +(assert (myObject (attribute1 "attr90662") ) ) +(assert (myObject (attribute1 "attr90663") ) ) +(assert (myObject (attribute1 "attr90664") ) ) +(assert (myObject (attribute1 "attr90665") ) ) +(assert (myObject (attribute1 "attr90666") ) ) +(assert (myObject (attribute1 "attr90667") ) ) +(assert (myObject (attribute1 "attr90668") ) ) +(assert (myObject (attribute1 "attr90669") ) ) +(assert (myObject (attribute1 "attr90670") ) ) +(assert (myObject (attribute1 "attr90671") ) ) +(assert (myObject (attribute1 "attr90672") ) ) +(assert (myObject (attribute1 "attr90673") ) ) +(assert (myObject (attribute1 "attr90674") ) ) +(assert (myObject (attribute1 "attr90675") ) ) +(assert (myObject (attribute1 "attr90676") ) ) +(assert (myObject (attribute1 "attr90677") ) ) +(assert (myObject (attribute1 "attr90678") ) ) +(assert (myObject (attribute1 "attr90679") ) ) +(assert (myObject (attribute1 "attr90680") ) ) +(assert (myObject (attribute1 "attr90681") ) ) +(assert (myObject (attribute1 "attr90682") ) ) +(assert (myObject (attribute1 "attr90683") ) ) +(assert (myObject (attribute1 "attr90684") ) ) +(assert (myObject (attribute1 "attr90685") ) ) +(assert (myObject (attribute1 "attr90686") ) ) +(assert (myObject (attribute1 "attr90687") ) ) +(assert (myObject (attribute1 "attr90688") ) ) +(assert (myObject (attribute1 "attr90689") ) ) +(assert (myObject (attribute1 "attr90690") ) ) +(assert (myObject (attribute1 "attr90691") ) ) +(assert (myObject (attribute1 "attr90692") ) ) +(assert (myObject (attribute1 "attr90693") ) ) +(assert (myObject (attribute1 "attr90694") ) ) +(assert (myObject (attribute1 "attr90695") ) ) +(assert (myObject (attribute1 "attr90696") ) ) +(assert (myObject (attribute1 "attr90697") ) ) +(assert (myObject (attribute1 "attr90698") ) ) +(assert (myObject (attribute1 "attr90699") ) ) +(assert (myObject (attribute1 "attr90700") ) ) +(assert (myObject (attribute1 "attr90701") ) ) +(assert (myObject (attribute1 "attr90702") ) ) +(assert (myObject (attribute1 "attr90703") ) ) +(assert (myObject (attribute1 "attr90704") ) ) +(assert (myObject (attribute1 "attr90705") ) ) +(assert (myObject (attribute1 "attr90706") ) ) +(assert (myObject (attribute1 "attr90707") ) ) +(assert (myObject (attribute1 "attr90708") ) ) +(assert (myObject (attribute1 "attr90709") ) ) +(assert (myObject (attribute1 "attr90710") ) ) +(assert (myObject (attribute1 "attr90711") ) ) +(assert (myObject (attribute1 "attr90712") ) ) +(assert (myObject (attribute1 "attr90713") ) ) +(assert (myObject (attribute1 "attr90714") ) ) +(assert (myObject (attribute1 "attr90715") ) ) +(assert (myObject (attribute1 "attr90716") ) ) +(assert (myObject (attribute1 "attr90717") ) ) +(assert (myObject (attribute1 "attr90718") ) ) +(assert (myObject (attribute1 "attr90719") ) ) +(assert (myObject (attribute1 "attr90720") ) ) +(assert (myObject (attribute1 "attr90721") ) ) +(assert (myObject (attribute1 "attr90722") ) ) +(assert (myObject (attribute1 "attr90723") ) ) +(assert (myObject (attribute1 "attr90724") ) ) +(assert (myObject (attribute1 "attr90725") ) ) +(assert (myObject (attribute1 "attr90726") ) ) +(assert (myObject (attribute1 "attr90727") ) ) +(assert (myObject (attribute1 "attr90728") ) ) +(assert (myObject (attribute1 "attr90729") ) ) +(assert (myObject (attribute1 "attr90730") ) ) +(assert (myObject (attribute1 "attr90731") ) ) +(assert (myObject (attribute1 "attr90732") ) ) +(assert (myObject (attribute1 "attr90733") ) ) +(assert (myObject (attribute1 "attr90734") ) ) +(assert (myObject (attribute1 "attr90735") ) ) +(assert (myObject (attribute1 "attr90736") ) ) +(assert (myObject (attribute1 "attr90737") ) ) +(assert (myObject (attribute1 "attr90738") ) ) +(assert (myObject (attribute1 "attr90739") ) ) +(assert (myObject (attribute1 "attr90740") ) ) +(assert (myObject (attribute1 "attr90741") ) ) +(assert (myObject (attribute1 "attr90742") ) ) +(assert (myObject (attribute1 "attr90743") ) ) +(assert (myObject (attribute1 "attr90744") ) ) +(assert (myObject (attribute1 "attr90745") ) ) +(assert (myObject (attribute1 "attr90746") ) ) +(assert (myObject (attribute1 "attr90747") ) ) +(assert (myObject (attribute1 "attr90748") ) ) +(assert (myObject (attribute1 "attr90749") ) ) +(assert (myObject (attribute1 "attr90750") ) ) +(assert (myObject (attribute1 "attr90751") ) ) +(assert (myObject (attribute1 "attr90752") ) ) +(assert (myObject (attribute1 "attr90753") ) ) +(assert (myObject (attribute1 "attr90754") ) ) +(assert (myObject (attribute1 "attr90755") ) ) +(assert (myObject (attribute1 "attr90756") ) ) +(assert (myObject (attribute1 "attr90757") ) ) +(assert (myObject (attribute1 "attr90758") ) ) +(assert (myObject (attribute1 "attr90759") ) ) +(assert (myObject (attribute1 "attr90760") ) ) +(assert (myObject (attribute1 "attr90761") ) ) +(assert (myObject (attribute1 "attr90762") ) ) +(assert (myObject (attribute1 "attr90763") ) ) +(assert (myObject (attribute1 "attr90764") ) ) +(assert (myObject (attribute1 "attr90765") ) ) +(assert (myObject (attribute1 "attr90766") ) ) +(assert (myObject (attribute1 "attr90767") ) ) +(assert (myObject (attribute1 "attr90768") ) ) +(assert (myObject (attribute1 "attr90769") ) ) +(assert (myObject (attribute1 "attr90770") ) ) +(assert (myObject (attribute1 "attr90771") ) ) +(assert (myObject (attribute1 "attr90772") ) ) +(assert (myObject (attribute1 "attr90773") ) ) +(assert (myObject (attribute1 "attr90774") ) ) +(assert (myObject (attribute1 "attr90775") ) ) +(assert (myObject (attribute1 "attr90776") ) ) +(assert (myObject (attribute1 "attr90777") ) ) +(assert (myObject (attribute1 "attr90778") ) ) +(assert (myObject (attribute1 "attr90779") ) ) +(assert (myObject (attribute1 "attr90780") ) ) +(assert (myObject (attribute1 "attr90781") ) ) +(assert (myObject (attribute1 "attr90782") ) ) +(assert (myObject (attribute1 "attr90783") ) ) +(assert (myObject (attribute1 "attr90784") ) ) +(assert (myObject (attribute1 "attr90785") ) ) +(assert (myObject (attribute1 "attr90786") ) ) +(assert (myObject (attribute1 "attr90787") ) ) +(assert (myObject (attribute1 "attr90788") ) ) +(assert (myObject (attribute1 "attr90789") ) ) +(assert (myObject (attribute1 "attr90790") ) ) +(assert (myObject (attribute1 "attr90791") ) ) +(assert (myObject (attribute1 "attr90792") ) ) +(assert (myObject (attribute1 "attr90793") ) ) +(assert (myObject (attribute1 "attr90794") ) ) +(assert (myObject (attribute1 "attr90795") ) ) +(assert (myObject (attribute1 "attr90796") ) ) +(assert (myObject (attribute1 "attr90797") ) ) +(assert (myObject (attribute1 "attr90798") ) ) +(assert (myObject (attribute1 "attr90799") ) ) +(assert (myObject (attribute1 "attr90800") ) ) +(assert (myObject (attribute1 "attr90801") ) ) +(assert (myObject (attribute1 "attr90802") ) ) +(assert (myObject (attribute1 "attr90803") ) ) +(assert (myObject (attribute1 "attr90804") ) ) +(assert (myObject (attribute1 "attr90805") ) ) +(assert (myObject (attribute1 "attr90806") ) ) +(assert (myObject (attribute1 "attr90807") ) ) +(assert (myObject (attribute1 "attr90808") ) ) +(assert (myObject (attribute1 "attr90809") ) ) +(assert (myObject (attribute1 "attr90810") ) ) +(assert (myObject (attribute1 "attr90811") ) ) +(assert (myObject (attribute1 "attr90812") ) ) +(assert (myObject (attribute1 "attr90813") ) ) +(assert (myObject (attribute1 "attr90814") ) ) +(assert (myObject (attribute1 "attr90815") ) ) +(assert (myObject (attribute1 "attr90816") ) ) +(assert (myObject (attribute1 "attr90817") ) ) +(assert (myObject (attribute1 "attr90818") ) ) +(assert (myObject (attribute1 "attr90819") ) ) +(assert (myObject (attribute1 "attr90820") ) ) +(assert (myObject (attribute1 "attr90821") ) ) +(assert (myObject (attribute1 "attr90822") ) ) +(assert (myObject (attribute1 "attr90823") ) ) +(assert (myObject (attribute1 "attr90824") ) ) +(assert (myObject (attribute1 "attr90825") ) ) +(assert (myObject (attribute1 "attr90826") ) ) +(assert (myObject (attribute1 "attr90827") ) ) +(assert (myObject (attribute1 "attr90828") ) ) +(assert (myObject (attribute1 "attr90829") ) ) +(assert (myObject (attribute1 "attr90830") ) ) +(assert (myObject (attribute1 "attr90831") ) ) +(assert (myObject (attribute1 "attr90832") ) ) +(assert (myObject (attribute1 "attr90833") ) ) +(assert (myObject (attribute1 "attr90834") ) ) +(assert (myObject (attribute1 "attr90835") ) ) +(assert (myObject (attribute1 "attr90836") ) ) +(assert (myObject (attribute1 "attr90837") ) ) +(assert (myObject (attribute1 "attr90838") ) ) +(assert (myObject (attribute1 "attr90839") ) ) +(assert (myObject (attribute1 "attr90840") ) ) +(assert (myObject (attribute1 "attr90841") ) ) +(assert (myObject (attribute1 "attr90842") ) ) +(assert (myObject (attribute1 "attr90843") ) ) +(assert (myObject (attribute1 "attr90844") ) ) +(assert (myObject (attribute1 "attr90845") ) ) +(assert (myObject (attribute1 "attr90846") ) ) +(assert (myObject (attribute1 "attr90847") ) ) +(assert (myObject (attribute1 "attr90848") ) ) +(assert (myObject (attribute1 "attr90849") ) ) +(assert (myObject (attribute1 "attr90850") ) ) +(assert (myObject (attribute1 "attr90851") ) ) +(assert (myObject (attribute1 "attr90852") ) ) +(assert (myObject (attribute1 "attr90853") ) ) +(assert (myObject (attribute1 "attr90854") ) ) +(assert (myObject (attribute1 "attr90855") ) ) +(assert (myObject (attribute1 "attr90856") ) ) +(assert (myObject (attribute1 "attr90857") ) ) +(assert (myObject (attribute1 "attr90858") ) ) +(assert (myObject (attribute1 "attr90859") ) ) +(assert (myObject (attribute1 "attr90860") ) ) +(assert (myObject (attribute1 "attr90861") ) ) +(assert (myObject (attribute1 "attr90862") ) ) +(assert (myObject (attribute1 "attr90863") ) ) +(assert (myObject (attribute1 "attr90864") ) ) +(assert (myObject (attribute1 "attr90865") ) ) +(assert (myObject (attribute1 "attr90866") ) ) +(assert (myObject (attribute1 "attr90867") ) ) +(assert (myObject (attribute1 "attr90868") ) ) +(assert (myObject (attribute1 "attr90869") ) ) +(assert (myObject (attribute1 "attr90870") ) ) +(assert (myObject (attribute1 "attr90871") ) ) +(assert (myObject (attribute1 "attr90872") ) ) +(assert (myObject (attribute1 "attr90873") ) ) +(assert (myObject (attribute1 "attr90874") ) ) +(assert (myObject (attribute1 "attr90875") ) ) +(assert (myObject (attribute1 "attr90876") ) ) +(assert (myObject (attribute1 "attr90877") ) ) +(assert (myObject (attribute1 "attr90878") ) ) +(assert (myObject (attribute1 "attr90879") ) ) +(assert (myObject (attribute1 "attr90880") ) ) +(assert (myObject (attribute1 "attr90881") ) ) +(assert (myObject (attribute1 "attr90882") ) ) +(assert (myObject (attribute1 "attr90883") ) ) +(assert (myObject (attribute1 "attr90884") ) ) +(assert (myObject (attribute1 "attr90885") ) ) +(assert (myObject (attribute1 "attr90886") ) ) +(assert (myObject (attribute1 "attr90887") ) ) +(assert (myObject (attribute1 "attr90888") ) ) +(assert (myObject (attribute1 "attr90889") ) ) +(assert (myObject (attribute1 "attr90890") ) ) +(assert (myObject (attribute1 "attr90891") ) ) +(assert (myObject (attribute1 "attr90892") ) ) +(assert (myObject (attribute1 "attr90893") ) ) +(assert (myObject (attribute1 "attr90894") ) ) +(assert (myObject (attribute1 "attr90895") ) ) +(assert (myObject (attribute1 "attr90896") ) ) +(assert (myObject (attribute1 "attr90897") ) ) +(assert (myObject (attribute1 "attr90898") ) ) +(assert (myObject (attribute1 "attr90899") ) ) +(assert (myObject (attribute1 "attr90900") ) ) +(assert (myObject (attribute1 "attr90901") ) ) +(assert (myObject (attribute1 "attr90902") ) ) +(assert (myObject (attribute1 "attr90903") ) ) +(assert (myObject (attribute1 "attr90904") ) ) +(assert (myObject (attribute1 "attr90905") ) ) +(assert (myObject (attribute1 "attr90906") ) ) +(assert (myObject (attribute1 "attr90907") ) ) +(assert (myObject (attribute1 "attr90908") ) ) +(assert (myObject (attribute1 "attr90909") ) ) +(assert (myObject (attribute1 "attr90910") ) ) +(assert (myObject (attribute1 "attr90911") ) ) +(assert (myObject (attribute1 "attr90912") ) ) +(assert (myObject (attribute1 "attr90913") ) ) +(assert (myObject (attribute1 "attr90914") ) ) +(assert (myObject (attribute1 "attr90915") ) ) +(assert (myObject (attribute1 "attr90916") ) ) +(assert (myObject (attribute1 "attr90917") ) ) +(assert (myObject (attribute1 "attr90918") ) ) +(assert (myObject (attribute1 "attr90919") ) ) +(assert (myObject (attribute1 "attr90920") ) ) +(assert (myObject (attribute1 "attr90921") ) ) +(assert (myObject (attribute1 "attr90922") ) ) +(assert (myObject (attribute1 "attr90923") ) ) +(assert (myObject (attribute1 "attr90924") ) ) +(assert (myObject (attribute1 "attr90925") ) ) +(assert (myObject (attribute1 "attr90926") ) ) +(assert (myObject (attribute1 "attr90927") ) ) +(assert (myObject (attribute1 "attr90928") ) ) +(assert (myObject (attribute1 "attr90929") ) ) +(assert (myObject (attribute1 "attr90930") ) ) +(assert (myObject (attribute1 "attr90931") ) ) +(assert (myObject (attribute1 "attr90932") ) ) +(assert (myObject (attribute1 "attr90933") ) ) +(assert (myObject (attribute1 "attr90934") ) ) +(assert (myObject (attribute1 "attr90935") ) ) +(assert (myObject (attribute1 "attr90936") ) ) +(assert (myObject (attribute1 "attr90937") ) ) +(assert (myObject (attribute1 "attr90938") ) ) +(assert (myObject (attribute1 "attr90939") ) ) +(assert (myObject (attribute1 "attr90940") ) ) +(assert (myObject (attribute1 "attr90941") ) ) +(assert (myObject (attribute1 "attr90942") ) ) +(assert (myObject (attribute1 "attr90943") ) ) +(assert (myObject (attribute1 "attr90944") ) ) +(assert (myObject (attribute1 "attr90945") ) ) +(assert (myObject (attribute1 "attr90946") ) ) +(assert (myObject (attribute1 "attr90947") ) ) +(assert (myObject (attribute1 "attr90948") ) ) +(assert (myObject (attribute1 "attr90949") ) ) +(assert (myObject (attribute1 "attr90950") ) ) +(assert (myObject (attribute1 "attr90951") ) ) +(assert (myObject (attribute1 "attr90952") ) ) +(assert (myObject (attribute1 "attr90953") ) ) +(assert (myObject (attribute1 "attr90954") ) ) +(assert (myObject (attribute1 "attr90955") ) ) +(assert (myObject (attribute1 "attr90956") ) ) +(assert (myObject (attribute1 "attr90957") ) ) +(assert (myObject (attribute1 "attr90958") ) ) +(assert (myObject (attribute1 "attr90959") ) ) +(assert (myObject (attribute1 "attr90960") ) ) +(assert (myObject (attribute1 "attr90961") ) ) +(assert (myObject (attribute1 "attr90962") ) ) +(assert (myObject (attribute1 "attr90963") ) ) +(assert (myObject (attribute1 "attr90964") ) ) +(assert (myObject (attribute1 "attr90965") ) ) +(assert (myObject (attribute1 "attr90966") ) ) +(assert (myObject (attribute1 "attr90967") ) ) +(assert (myObject (attribute1 "attr90968") ) ) +(assert (myObject (attribute1 "attr90969") ) ) +(assert (myObject (attribute1 "attr90970") ) ) +(assert (myObject (attribute1 "attr90971") ) ) +(assert (myObject (attribute1 "attr90972") ) ) +(assert (myObject (attribute1 "attr90973") ) ) +(assert (myObject (attribute1 "attr90974") ) ) +(assert (myObject (attribute1 "attr90975") ) ) +(assert (myObject (attribute1 "attr90976") ) ) +(assert (myObject (attribute1 "attr90977") ) ) +(assert (myObject (attribute1 "attr90978") ) ) +(assert (myObject (attribute1 "attr90979") ) ) +(assert (myObject (attribute1 "attr90980") ) ) +(assert (myObject (attribute1 "attr90981") ) ) +(assert (myObject (attribute1 "attr90982") ) ) +(assert (myObject (attribute1 "attr90983") ) ) +(assert (myObject (attribute1 "attr90984") ) ) +(assert (myObject (attribute1 "attr90985") ) ) +(assert (myObject (attribute1 "attr90986") ) ) +(assert (myObject (attribute1 "attr90987") ) ) +(assert (myObject (attribute1 "attr90988") ) ) +(assert (myObject (attribute1 "attr90989") ) ) +(assert (myObject (attribute1 "attr90990") ) ) +(assert (myObject (attribute1 "attr90991") ) ) +(assert (myObject (attribute1 "attr90992") ) ) +(assert (myObject (attribute1 "attr90993") ) ) +(assert (myObject (attribute1 "attr90994") ) ) +(assert (myObject (attribute1 "attr90995") ) ) +(assert (myObject (attribute1 "attr90996") ) ) +(assert (myObject (attribute1 "attr90997") ) ) +(assert (myObject (attribute1 "attr90998") ) ) +(assert (myObject (attribute1 "attr90999") ) ) +(assert (myObject (attribute1 "attr91000") ) ) +(assert (myObject (attribute1 "attr91001") ) ) +(assert (myObject (attribute1 "attr91002") ) ) +(assert (myObject (attribute1 "attr91003") ) ) +(assert (myObject (attribute1 "attr91004") ) ) +(assert (myObject (attribute1 "attr91005") ) ) +(assert (myObject (attribute1 "attr91006") ) ) +(assert (myObject (attribute1 "attr91007") ) ) +(assert (myObject (attribute1 "attr91008") ) ) +(assert (myObject (attribute1 "attr91009") ) ) +(assert (myObject (attribute1 "attr91010") ) ) +(assert (myObject (attribute1 "attr91011") ) ) +(assert (myObject (attribute1 "attr91012") ) ) +(assert (myObject (attribute1 "attr91013") ) ) +(assert (myObject (attribute1 "attr91014") ) ) +(assert (myObject (attribute1 "attr91015") ) ) +(assert (myObject (attribute1 "attr91016") ) ) +(assert (myObject (attribute1 "attr91017") ) ) +(assert (myObject (attribute1 "attr91018") ) ) +(assert (myObject (attribute1 "attr91019") ) ) +(assert (myObject (attribute1 "attr91020") ) ) +(assert (myObject (attribute1 "attr91021") ) ) +(assert (myObject (attribute1 "attr91022") ) ) +(assert (myObject (attribute1 "attr91023") ) ) +(assert (myObject (attribute1 "attr91024") ) ) +(assert (myObject (attribute1 "attr91025") ) ) +(assert (myObject (attribute1 "attr91026") ) ) +(assert (myObject (attribute1 "attr91027") ) ) +(assert (myObject (attribute1 "attr91028") ) ) +(assert (myObject (attribute1 "attr91029") ) ) +(assert (myObject (attribute1 "attr91030") ) ) +(assert (myObject (attribute1 "attr91031") ) ) +(assert (myObject (attribute1 "attr91032") ) ) +(assert (myObject (attribute1 "attr91033") ) ) +(assert (myObject (attribute1 "attr91034") ) ) +(assert (myObject (attribute1 "attr91035") ) ) +(assert (myObject (attribute1 "attr91036") ) ) +(assert (myObject (attribute1 "attr91037") ) ) +(assert (myObject (attribute1 "attr91038") ) ) +(assert (myObject (attribute1 "attr91039") ) ) +(assert (myObject (attribute1 "attr91040") ) ) +(assert (myObject (attribute1 "attr91041") ) ) +(assert (myObject (attribute1 "attr91042") ) ) +(assert (myObject (attribute1 "attr91043") ) ) +(assert (myObject (attribute1 "attr91044") ) ) +(assert (myObject (attribute1 "attr91045") ) ) +(assert (myObject (attribute1 "attr91046") ) ) +(assert (myObject (attribute1 "attr91047") ) ) +(assert (myObject (attribute1 "attr91048") ) ) +(assert (myObject (attribute1 "attr91049") ) ) +(assert (myObject (attribute1 "attr91050") ) ) +(assert (myObject (attribute1 "attr91051") ) ) +(assert (myObject (attribute1 "attr91052") ) ) +(assert (myObject (attribute1 "attr91053") ) ) +(assert (myObject (attribute1 "attr91054") ) ) +(assert (myObject (attribute1 "attr91055") ) ) +(assert (myObject (attribute1 "attr91056") ) ) +(assert (myObject (attribute1 "attr91057") ) ) +(assert (myObject (attribute1 "attr91058") ) ) +(assert (myObject (attribute1 "attr91059") ) ) +(assert (myObject (attribute1 "attr91060") ) ) +(assert (myObject (attribute1 "attr91061") ) ) +(assert (myObject (attribute1 "attr91062") ) ) +(assert (myObject (attribute1 "attr91063") ) ) +(assert (myObject (attribute1 "attr91064") ) ) +(assert (myObject (attribute1 "attr91065") ) ) +(assert (myObject (attribute1 "attr91066") ) ) +(assert (myObject (attribute1 "attr91067") ) ) +(assert (myObject (attribute1 "attr91068") ) ) +(assert (myObject (attribute1 "attr91069") ) ) +(assert (myObject (attribute1 "attr91070") ) ) +(assert (myObject (attribute1 "attr91071") ) ) +(assert (myObject (attribute1 "attr91072") ) ) +(assert (myObject (attribute1 "attr91073") ) ) +(assert (myObject (attribute1 "attr91074") ) ) +(assert (myObject (attribute1 "attr91075") ) ) +(assert (myObject (attribute1 "attr91076") ) ) +(assert (myObject (attribute1 "attr91077") ) ) +(assert (myObject (attribute1 "attr91078") ) ) +(assert (myObject (attribute1 "attr91079") ) ) +(assert (myObject (attribute1 "attr91080") ) ) +(assert (myObject (attribute1 "attr91081") ) ) +(assert (myObject (attribute1 "attr91082") ) ) +(assert (myObject (attribute1 "attr91083") ) ) +(assert (myObject (attribute1 "attr91084") ) ) +(assert (myObject (attribute1 "attr91085") ) ) +(assert (myObject (attribute1 "attr91086") ) ) +(assert (myObject (attribute1 "attr91087") ) ) +(assert (myObject (attribute1 "attr91088") ) ) +(assert (myObject (attribute1 "attr91089") ) ) +(assert (myObject (attribute1 "attr91090") ) ) +(assert (myObject (attribute1 "attr91091") ) ) +(assert (myObject (attribute1 "attr91092") ) ) +(assert (myObject (attribute1 "attr91093") ) ) +(assert (myObject (attribute1 "attr91094") ) ) +(assert (myObject (attribute1 "attr91095") ) ) +(assert (myObject (attribute1 "attr91096") ) ) +(assert (myObject (attribute1 "attr91097") ) ) +(assert (myObject (attribute1 "attr91098") ) ) +(assert (myObject (attribute1 "attr91099") ) ) +(assert (myObject (attribute1 "attr91100") ) ) +(assert (myObject (attribute1 "attr91101") ) ) +(assert (myObject (attribute1 "attr91102") ) ) +(assert (myObject (attribute1 "attr91103") ) ) +(assert (myObject (attribute1 "attr91104") ) ) +(assert (myObject (attribute1 "attr91105") ) ) +(assert (myObject (attribute1 "attr91106") ) ) +(assert (myObject (attribute1 "attr91107") ) ) +(assert (myObject (attribute1 "attr91108") ) ) +(assert (myObject (attribute1 "attr91109") ) ) +(assert (myObject (attribute1 "attr91110") ) ) +(assert (myObject (attribute1 "attr91111") ) ) +(assert (myObject (attribute1 "attr91112") ) ) +(assert (myObject (attribute1 "attr91113") ) ) +(assert (myObject (attribute1 "attr91114") ) ) +(assert (myObject (attribute1 "attr91115") ) ) +(assert (myObject (attribute1 "attr91116") ) ) +(assert (myObject (attribute1 "attr91117") ) ) +(assert (myObject (attribute1 "attr91118") ) ) +(assert (myObject (attribute1 "attr91119") ) ) +(assert (myObject (attribute1 "attr91120") ) ) +(assert (myObject (attribute1 "attr91121") ) ) +(assert (myObject (attribute1 "attr91122") ) ) +(assert (myObject (attribute1 "attr91123") ) ) +(assert (myObject (attribute1 "attr91124") ) ) +(assert (myObject (attribute1 "attr91125") ) ) +(assert (myObject (attribute1 "attr91126") ) ) +(assert (myObject (attribute1 "attr91127") ) ) +(assert (myObject (attribute1 "attr91128") ) ) +(assert (myObject (attribute1 "attr91129") ) ) +(assert (myObject (attribute1 "attr91130") ) ) +(assert (myObject (attribute1 "attr91131") ) ) +(assert (myObject (attribute1 "attr91132") ) ) +(assert (myObject (attribute1 "attr91133") ) ) +(assert (myObject (attribute1 "attr91134") ) ) +(assert (myObject (attribute1 "attr91135") ) ) +(assert (myObject (attribute1 "attr91136") ) ) +(assert (myObject (attribute1 "attr91137") ) ) +(assert (myObject (attribute1 "attr91138") ) ) +(assert (myObject (attribute1 "attr91139") ) ) +(assert (myObject (attribute1 "attr91140") ) ) +(assert (myObject (attribute1 "attr91141") ) ) +(assert (myObject (attribute1 "attr91142") ) ) +(assert (myObject (attribute1 "attr91143") ) ) +(assert (myObject (attribute1 "attr91144") ) ) +(assert (myObject (attribute1 "attr91145") ) ) +(assert (myObject (attribute1 "attr91146") ) ) +(assert (myObject (attribute1 "attr91147") ) ) +(assert (myObject (attribute1 "attr91148") ) ) +(assert (myObject (attribute1 "attr91149") ) ) +(assert (myObject (attribute1 "attr91150") ) ) +(assert (myObject (attribute1 "attr91151") ) ) +(assert (myObject (attribute1 "attr91152") ) ) +(assert (myObject (attribute1 "attr91153") ) ) +(assert (myObject (attribute1 "attr91154") ) ) +(assert (myObject (attribute1 "attr91155") ) ) +(assert (myObject (attribute1 "attr91156") ) ) +(assert (myObject (attribute1 "attr91157") ) ) +(assert (myObject (attribute1 "attr91158") ) ) +(assert (myObject (attribute1 "attr91159") ) ) +(assert (myObject (attribute1 "attr91160") ) ) +(assert (myObject (attribute1 "attr91161") ) ) +(assert (myObject (attribute1 "attr91162") ) ) +(assert (myObject (attribute1 "attr91163") ) ) +(assert (myObject (attribute1 "attr91164") ) ) +(assert (myObject (attribute1 "attr91165") ) ) +(assert (myObject (attribute1 "attr91166") ) ) +(assert (myObject (attribute1 "attr91167") ) ) +(assert (myObject (attribute1 "attr91168") ) ) +(assert (myObject (attribute1 "attr91169") ) ) +(assert (myObject (attribute1 "attr91170") ) ) +(assert (myObject (attribute1 "attr91171") ) ) +(assert (myObject (attribute1 "attr91172") ) ) +(assert (myObject (attribute1 "attr91173") ) ) +(assert (myObject (attribute1 "attr91174") ) ) +(assert (myObject (attribute1 "attr91175") ) ) +(assert (myObject (attribute1 "attr91176") ) ) +(assert (myObject (attribute1 "attr91177") ) ) +(assert (myObject (attribute1 "attr91178") ) ) +(assert (myObject (attribute1 "attr91179") ) ) +(assert (myObject (attribute1 "attr91180") ) ) +(assert (myObject (attribute1 "attr91181") ) ) +(assert (myObject (attribute1 "attr91182") ) ) +(assert (myObject (attribute1 "attr91183") ) ) +(assert (myObject (attribute1 "attr91184") ) ) +(assert (myObject (attribute1 "attr91185") ) ) +(assert (myObject (attribute1 "attr91186") ) ) +(assert (myObject (attribute1 "attr91187") ) ) +(assert (myObject (attribute1 "attr91188") ) ) +(assert (myObject (attribute1 "attr91189") ) ) +(assert (myObject (attribute1 "attr91190") ) ) +(assert (myObject (attribute1 "attr91191") ) ) +(assert (myObject (attribute1 "attr91192") ) ) +(assert (myObject (attribute1 "attr91193") ) ) +(assert (myObject (attribute1 "attr91194") ) ) +(assert (myObject (attribute1 "attr91195") ) ) +(assert (myObject (attribute1 "attr91196") ) ) +(assert (myObject (attribute1 "attr91197") ) ) +(assert (myObject (attribute1 "attr91198") ) ) +(assert (myObject (attribute1 "attr91199") ) ) +(assert (myObject (attribute1 "attr91200") ) ) +(assert (myObject (attribute1 "attr91201") ) ) +(assert (myObject (attribute1 "attr91202") ) ) +(assert (myObject (attribute1 "attr91203") ) ) +(assert (myObject (attribute1 "attr91204") ) ) +(assert (myObject (attribute1 "attr91205") ) ) +(assert (myObject (attribute1 "attr91206") ) ) +(assert (myObject (attribute1 "attr91207") ) ) +(assert (myObject (attribute1 "attr91208") ) ) +(assert (myObject (attribute1 "attr91209") ) ) +(assert (myObject (attribute1 "attr91210") ) ) +(assert (myObject (attribute1 "attr91211") ) ) +(assert (myObject (attribute1 "attr91212") ) ) +(assert (myObject (attribute1 "attr91213") ) ) +(assert (myObject (attribute1 "attr91214") ) ) +(assert (myObject (attribute1 "attr91215") ) ) +(assert (myObject (attribute1 "attr91216") ) ) +(assert (myObject (attribute1 "attr91217") ) ) +(assert (myObject (attribute1 "attr91218") ) ) +(assert (myObject (attribute1 "attr91219") ) ) +(assert (myObject (attribute1 "attr91220") ) ) +(assert (myObject (attribute1 "attr91221") ) ) +(assert (myObject (attribute1 "attr91222") ) ) +(assert (myObject (attribute1 "attr91223") ) ) +(assert (myObject (attribute1 "attr91224") ) ) +(assert (myObject (attribute1 "attr91225") ) ) +(assert (myObject (attribute1 "attr91226") ) ) +(assert (myObject (attribute1 "attr91227") ) ) +(assert (myObject (attribute1 "attr91228") ) ) +(assert (myObject (attribute1 "attr91229") ) ) +(assert (myObject (attribute1 "attr91230") ) ) +(assert (myObject (attribute1 "attr91231") ) ) +(assert (myObject (attribute1 "attr91232") ) ) +(assert (myObject (attribute1 "attr91233") ) ) +(assert (myObject (attribute1 "attr91234") ) ) +(assert (myObject (attribute1 "attr91235") ) ) +(assert (myObject (attribute1 "attr91236") ) ) +(assert (myObject (attribute1 "attr91237") ) ) +(assert (myObject (attribute1 "attr91238") ) ) +(assert (myObject (attribute1 "attr91239") ) ) +(assert (myObject (attribute1 "attr91240") ) ) +(assert (myObject (attribute1 "attr91241") ) ) +(assert (myObject (attribute1 "attr91242") ) ) +(assert (myObject (attribute1 "attr91243") ) ) +(assert (myObject (attribute1 "attr91244") ) ) +(assert (myObject (attribute1 "attr91245") ) ) +(assert (myObject (attribute1 "attr91246") ) ) +(assert (myObject (attribute1 "attr91247") ) ) +(assert (myObject (attribute1 "attr91248") ) ) +(assert (myObject (attribute1 "attr91249") ) ) +(assert (myObject (attribute1 "attr91250") ) ) +(assert (myObject (attribute1 "attr91251") ) ) +(assert (myObject (attribute1 "attr91252") ) ) +(assert (myObject (attribute1 "attr91253") ) ) +(assert (myObject (attribute1 "attr91254") ) ) +(assert (myObject (attribute1 "attr91255") ) ) +(assert (myObject (attribute1 "attr91256") ) ) +(assert (myObject (attribute1 "attr91257") ) ) +(assert (myObject (attribute1 "attr91258") ) ) +(assert (myObject (attribute1 "attr91259") ) ) +(assert (myObject (attribute1 "attr91260") ) ) +(assert (myObject (attribute1 "attr91261") ) ) +(assert (myObject (attribute1 "attr91262") ) ) +(assert (myObject (attribute1 "attr91263") ) ) +(assert (myObject (attribute1 "attr91264") ) ) +(assert (myObject (attribute1 "attr91265") ) ) +(assert (myObject (attribute1 "attr91266") ) ) +(assert (myObject (attribute1 "attr91267") ) ) +(assert (myObject (attribute1 "attr91268") ) ) +(assert (myObject (attribute1 "attr91269") ) ) +(assert (myObject (attribute1 "attr91270") ) ) +(assert (myObject (attribute1 "attr91271") ) ) +(assert (myObject (attribute1 "attr91272") ) ) +(assert (myObject (attribute1 "attr91273") ) ) +(assert (myObject (attribute1 "attr91274") ) ) +(assert (myObject (attribute1 "attr91275") ) ) +(assert (myObject (attribute1 "attr91276") ) ) +(assert (myObject (attribute1 "attr91277") ) ) +(assert (myObject (attribute1 "attr91278") ) ) +(assert (myObject (attribute1 "attr91279") ) ) +(assert (myObject (attribute1 "attr91280") ) ) +(assert (myObject (attribute1 "attr91281") ) ) +(assert (myObject (attribute1 "attr91282") ) ) +(assert (myObject (attribute1 "attr91283") ) ) +(assert (myObject (attribute1 "attr91284") ) ) +(assert (myObject (attribute1 "attr91285") ) ) +(assert (myObject (attribute1 "attr91286") ) ) +(assert (myObject (attribute1 "attr91287") ) ) +(assert (myObject (attribute1 "attr91288") ) ) +(assert (myObject (attribute1 "attr91289") ) ) +(assert (myObject (attribute1 "attr91290") ) ) +(assert (myObject (attribute1 "attr91291") ) ) +(assert (myObject (attribute1 "attr91292") ) ) +(assert (myObject (attribute1 "attr91293") ) ) +(assert (myObject (attribute1 "attr91294") ) ) +(assert (myObject (attribute1 "attr91295") ) ) +(assert (myObject (attribute1 "attr91296") ) ) +(assert (myObject (attribute1 "attr91297") ) ) +(assert (myObject (attribute1 "attr91298") ) ) +(assert (myObject (attribute1 "attr91299") ) ) +(assert (myObject (attribute1 "attr91300") ) ) +(assert (myObject (attribute1 "attr91301") ) ) +(assert (myObject (attribute1 "attr91302") ) ) +(assert (myObject (attribute1 "attr91303") ) ) +(assert (myObject (attribute1 "attr91304") ) ) +(assert (myObject (attribute1 "attr91305") ) ) +(assert (myObject (attribute1 "attr91306") ) ) +(assert (myObject (attribute1 "attr91307") ) ) +(assert (myObject (attribute1 "attr91308") ) ) +(assert (myObject (attribute1 "attr91309") ) ) +(assert (myObject (attribute1 "attr91310") ) ) +(assert (myObject (attribute1 "attr91311") ) ) +(assert (myObject (attribute1 "attr91312") ) ) +(assert (myObject (attribute1 "attr91313") ) ) +(assert (myObject (attribute1 "attr91314") ) ) +(assert (myObject (attribute1 "attr91315") ) ) +(assert (myObject (attribute1 "attr91316") ) ) +(assert (myObject (attribute1 "attr91317") ) ) +(assert (myObject (attribute1 "attr91318") ) ) +(assert (myObject (attribute1 "attr91319") ) ) +(assert (myObject (attribute1 "attr91320") ) ) +(assert (myObject (attribute1 "attr91321") ) ) +(assert (myObject (attribute1 "attr91322") ) ) +(assert (myObject (attribute1 "attr91323") ) ) +(assert (myObject (attribute1 "attr91324") ) ) +(assert (myObject (attribute1 "attr91325") ) ) +(assert (myObject (attribute1 "attr91326") ) ) +(assert (myObject (attribute1 "attr91327") ) ) +(assert (myObject (attribute1 "attr91328") ) ) +(assert (myObject (attribute1 "attr91329") ) ) +(assert (myObject (attribute1 "attr91330") ) ) +(assert (myObject (attribute1 "attr91331") ) ) +(assert (myObject (attribute1 "attr91332") ) ) +(assert (myObject (attribute1 "attr91333") ) ) +(assert (myObject (attribute1 "attr91334") ) ) +(assert (myObject (attribute1 "attr91335") ) ) +(assert (myObject (attribute1 "attr91336") ) ) +(assert (myObject (attribute1 "attr91337") ) ) +(assert (myObject (attribute1 "attr91338") ) ) +(assert (myObject (attribute1 "attr91339") ) ) +(assert (myObject (attribute1 "attr91340") ) ) +(assert (myObject (attribute1 "attr91341") ) ) +(assert (myObject (attribute1 "attr91342") ) ) +(assert (myObject (attribute1 "attr91343") ) ) +(assert (myObject (attribute1 "attr91344") ) ) +(assert (myObject (attribute1 "attr91345") ) ) +(assert (myObject (attribute1 "attr91346") ) ) +(assert (myObject (attribute1 "attr91347") ) ) +(assert (myObject (attribute1 "attr91348") ) ) +(assert (myObject (attribute1 "attr91349") ) ) +(assert (myObject (attribute1 "attr91350") ) ) +(assert (myObject (attribute1 "attr91351") ) ) +(assert (myObject (attribute1 "attr91352") ) ) +(assert (myObject (attribute1 "attr91353") ) ) +(assert (myObject (attribute1 "attr91354") ) ) +(assert (myObject (attribute1 "attr91355") ) ) +(assert (myObject (attribute1 "attr91356") ) ) +(assert (myObject (attribute1 "attr91357") ) ) +(assert (myObject (attribute1 "attr91358") ) ) +(assert (myObject (attribute1 "attr91359") ) ) +(assert (myObject (attribute1 "attr91360") ) ) +(assert (myObject (attribute1 "attr91361") ) ) +(assert (myObject (attribute1 "attr91362") ) ) +(assert (myObject (attribute1 "attr91363") ) ) +(assert (myObject (attribute1 "attr91364") ) ) +(assert (myObject (attribute1 "attr91365") ) ) +(assert (myObject (attribute1 "attr91366") ) ) +(assert (myObject (attribute1 "attr91367") ) ) +(assert (myObject (attribute1 "attr91368") ) ) +(assert (myObject (attribute1 "attr91369") ) ) +(assert (myObject (attribute1 "attr91370") ) ) +(assert (myObject (attribute1 "attr91371") ) ) +(assert (myObject (attribute1 "attr91372") ) ) +(assert (myObject (attribute1 "attr91373") ) ) +(assert (myObject (attribute1 "attr91374") ) ) +(assert (myObject (attribute1 "attr91375") ) ) +(assert (myObject (attribute1 "attr91376") ) ) +(assert (myObject (attribute1 "attr91377") ) ) +(assert (myObject (attribute1 "attr91378") ) ) +(assert (myObject (attribute1 "attr91379") ) ) +(assert (myObject (attribute1 "attr91380") ) ) +(assert (myObject (attribute1 "attr91381") ) ) +(assert (myObject (attribute1 "attr91382") ) ) +(assert (myObject (attribute1 "attr91383") ) ) +(assert (myObject (attribute1 "attr91384") ) ) +(assert (myObject (attribute1 "attr91385") ) ) +(assert (myObject (attribute1 "attr91386") ) ) +(assert (myObject (attribute1 "attr91387") ) ) +(assert (myObject (attribute1 "attr91388") ) ) +(assert (myObject (attribute1 "attr91389") ) ) +(assert (myObject (attribute1 "attr91390") ) ) +(assert (myObject (attribute1 "attr91391") ) ) +(assert (myObject (attribute1 "attr91392") ) ) +(assert (myObject (attribute1 "attr91393") ) ) +(assert (myObject (attribute1 "attr91394") ) ) +(assert (myObject (attribute1 "attr91395") ) ) +(assert (myObject (attribute1 "attr91396") ) ) +(assert (myObject (attribute1 "attr91397") ) ) +(assert (myObject (attribute1 "attr91398") ) ) +(assert (myObject (attribute1 "attr91399") ) ) +(assert (myObject (attribute1 "attr91400") ) ) +(assert (myObject (attribute1 "attr91401") ) ) +(assert (myObject (attribute1 "attr91402") ) ) +(assert (myObject (attribute1 "attr91403") ) ) +(assert (myObject (attribute1 "attr91404") ) ) +(assert (myObject (attribute1 "attr91405") ) ) +(assert (myObject (attribute1 "attr91406") ) ) +(assert (myObject (attribute1 "attr91407") ) ) +(assert (myObject (attribute1 "attr91408") ) ) +(assert (myObject (attribute1 "attr91409") ) ) +(assert (myObject (attribute1 "attr91410") ) ) +(assert (myObject (attribute1 "attr91411") ) ) +(assert (myObject (attribute1 "attr91412") ) ) +(assert (myObject (attribute1 "attr91413") ) ) +(assert (myObject (attribute1 "attr91414") ) ) +(assert (myObject (attribute1 "attr91415") ) ) +(assert (myObject (attribute1 "attr91416") ) ) +(assert (myObject (attribute1 "attr91417") ) ) +(assert (myObject (attribute1 "attr91418") ) ) +(assert (myObject (attribute1 "attr91419") ) ) +(assert (myObject (attribute1 "attr91420") ) ) +(assert (myObject (attribute1 "attr91421") ) ) +(assert (myObject (attribute1 "attr91422") ) ) +(assert (myObject (attribute1 "attr91423") ) ) +(assert (myObject (attribute1 "attr91424") ) ) +(assert (myObject (attribute1 "attr91425") ) ) +(assert (myObject (attribute1 "attr91426") ) ) +(assert (myObject (attribute1 "attr91427") ) ) +(assert (myObject (attribute1 "attr91428") ) ) +(assert (myObject (attribute1 "attr91429") ) ) +(assert (myObject (attribute1 "attr91430") ) ) +(assert (myObject (attribute1 "attr91431") ) ) +(assert (myObject (attribute1 "attr91432") ) ) +(assert (myObject (attribute1 "attr91433") ) ) +(assert (myObject (attribute1 "attr91434") ) ) +(assert (myObject (attribute1 "attr91435") ) ) +(assert (myObject (attribute1 "attr91436") ) ) +(assert (myObject (attribute1 "attr91437") ) ) +(assert (myObject (attribute1 "attr91438") ) ) +(assert (myObject (attribute1 "attr91439") ) ) +(assert (myObject (attribute1 "attr91440") ) ) +(assert (myObject (attribute1 "attr91441") ) ) +(assert (myObject (attribute1 "attr91442") ) ) +(assert (myObject (attribute1 "attr91443") ) ) +(assert (myObject (attribute1 "attr91444") ) ) +(assert (myObject (attribute1 "attr91445") ) ) +(assert (myObject (attribute1 "attr91446") ) ) +(assert (myObject (attribute1 "attr91447") ) ) +(assert (myObject (attribute1 "attr91448") ) ) +(assert (myObject (attribute1 "attr91449") ) ) +(assert (myObject (attribute1 "attr91450") ) ) +(assert (myObject (attribute1 "attr91451") ) ) +(assert (myObject (attribute1 "attr91452") ) ) +(assert (myObject (attribute1 "attr91453") ) ) +(assert (myObject (attribute1 "attr91454") ) ) +(assert (myObject (attribute1 "attr91455") ) ) +(assert (myObject (attribute1 "attr91456") ) ) +(assert (myObject (attribute1 "attr91457") ) ) +(assert (myObject (attribute1 "attr91458") ) ) +(assert (myObject (attribute1 "attr91459") ) ) +(assert (myObject (attribute1 "attr91460") ) ) +(assert (myObject (attribute1 "attr91461") ) ) +(assert (myObject (attribute1 "attr91462") ) ) +(assert (myObject (attribute1 "attr91463") ) ) +(assert (myObject (attribute1 "attr91464") ) ) +(assert (myObject (attribute1 "attr91465") ) ) +(assert (myObject (attribute1 "attr91466") ) ) +(assert (myObject (attribute1 "attr91467") ) ) +(assert (myObject (attribute1 "attr91468") ) ) +(assert (myObject (attribute1 "attr91469") ) ) +(assert (myObject (attribute1 "attr91470") ) ) +(assert (myObject (attribute1 "attr91471") ) ) +(assert (myObject (attribute1 "attr91472") ) ) +(assert (myObject (attribute1 "attr91473") ) ) +(assert (myObject (attribute1 "attr91474") ) ) +(assert (myObject (attribute1 "attr91475") ) ) +(assert (myObject (attribute1 "attr91476") ) ) +(assert (myObject (attribute1 "attr91477") ) ) +(assert (myObject (attribute1 "attr91478") ) ) +(assert (myObject (attribute1 "attr91479") ) ) +(assert (myObject (attribute1 "attr91480") ) ) +(assert (myObject (attribute1 "attr91481") ) ) +(assert (myObject (attribute1 "attr91482") ) ) +(assert (myObject (attribute1 "attr91483") ) ) +(assert (myObject (attribute1 "attr91484") ) ) +(assert (myObject (attribute1 "attr91485") ) ) +(assert (myObject (attribute1 "attr91486") ) ) +(assert (myObject (attribute1 "attr91487") ) ) +(assert (myObject (attribute1 "attr91488") ) ) +(assert (myObject (attribute1 "attr91489") ) ) +(assert (myObject (attribute1 "attr91490") ) ) +(assert (myObject (attribute1 "attr91491") ) ) +(assert (myObject (attribute1 "attr91492") ) ) +(assert (myObject (attribute1 "attr91493") ) ) +(assert (myObject (attribute1 "attr91494") ) ) +(assert (myObject (attribute1 "attr91495") ) ) +(assert (myObject (attribute1 "attr91496") ) ) +(assert (myObject (attribute1 "attr91497") ) ) +(assert (myObject (attribute1 "attr91498") ) ) +(assert (myObject (attribute1 "attr91499") ) ) +(assert (myObject (attribute1 "attr91500") ) ) +(assert (myObject (attribute1 "attr91501") ) ) +(assert (myObject (attribute1 "attr91502") ) ) +(assert (myObject (attribute1 "attr91503") ) ) +(assert (myObject (attribute1 "attr91504") ) ) +(assert (myObject (attribute1 "attr91505") ) ) +(assert (myObject (attribute1 "attr91506") ) ) +(assert (myObject (attribute1 "attr91507") ) ) +(assert (myObject (attribute1 "attr91508") ) ) +(assert (myObject (attribute1 "attr91509") ) ) +(assert (myObject (attribute1 "attr91510") ) ) +(assert (myObject (attribute1 "attr91511") ) ) +(assert (myObject (attribute1 "attr91512") ) ) +(assert (myObject (attribute1 "attr91513") ) ) +(assert (myObject (attribute1 "attr91514") ) ) +(assert (myObject (attribute1 "attr91515") ) ) +(assert (myObject (attribute1 "attr91516") ) ) +(assert (myObject (attribute1 "attr91517") ) ) +(assert (myObject (attribute1 "attr91518") ) ) +(assert (myObject (attribute1 "attr91519") ) ) +(assert (myObject (attribute1 "attr91520") ) ) +(assert (myObject (attribute1 "attr91521") ) ) +(assert (myObject (attribute1 "attr91522") ) ) +(assert (myObject (attribute1 "attr91523") ) ) +(assert (myObject (attribute1 "attr91524") ) ) +(assert (myObject (attribute1 "attr91525") ) ) +(assert (myObject (attribute1 "attr91526") ) ) +(assert (myObject (attribute1 "attr91527") ) ) +(assert (myObject (attribute1 "attr91528") ) ) +(assert (myObject (attribute1 "attr91529") ) ) +(assert (myObject (attribute1 "attr91530") ) ) +(assert (myObject (attribute1 "attr91531") ) ) +(assert (myObject (attribute1 "attr91532") ) ) +(assert (myObject (attribute1 "attr91533") ) ) +(assert (myObject (attribute1 "attr91534") ) ) +(assert (myObject (attribute1 "attr91535") ) ) +(assert (myObject (attribute1 "attr91536") ) ) +(assert (myObject (attribute1 "attr91537") ) ) +(assert (myObject (attribute1 "attr91538") ) ) +(assert (myObject (attribute1 "attr91539") ) ) +(assert (myObject (attribute1 "attr91540") ) ) +(assert (myObject (attribute1 "attr91541") ) ) +(assert (myObject (attribute1 "attr91542") ) ) +(assert (myObject (attribute1 "attr91543") ) ) +(assert (myObject (attribute1 "attr91544") ) ) +(assert (myObject (attribute1 "attr91545") ) ) +(assert (myObject (attribute1 "attr91546") ) ) +(assert (myObject (attribute1 "attr91547") ) ) +(assert (myObject (attribute1 "attr91548") ) ) +(assert (myObject (attribute1 "attr91549") ) ) +(assert (myObject (attribute1 "attr91550") ) ) +(assert (myObject (attribute1 "attr91551") ) ) +(assert (myObject (attribute1 "attr91552") ) ) +(assert (myObject (attribute1 "attr91553") ) ) +(assert (myObject (attribute1 "attr91554") ) ) +(assert (myObject (attribute1 "attr91555") ) ) +(assert (myObject (attribute1 "attr91556") ) ) +(assert (myObject (attribute1 "attr91557") ) ) +(assert (myObject (attribute1 "attr91558") ) ) +(assert (myObject (attribute1 "attr91559") ) ) +(assert (myObject (attribute1 "attr91560") ) ) +(assert (myObject (attribute1 "attr91561") ) ) +(assert (myObject (attribute1 "attr91562") ) ) +(assert (myObject (attribute1 "attr91563") ) ) +(assert (myObject (attribute1 "attr91564") ) ) +(assert (myObject (attribute1 "attr91565") ) ) +(assert (myObject (attribute1 "attr91566") ) ) +(assert (myObject (attribute1 "attr91567") ) ) +(assert (myObject (attribute1 "attr91568") ) ) +(assert (myObject (attribute1 "attr91569") ) ) +(assert (myObject (attribute1 "attr91570") ) ) +(assert (myObject (attribute1 "attr91571") ) ) +(assert (myObject (attribute1 "attr91572") ) ) +(assert (myObject (attribute1 "attr91573") ) ) +(assert (myObject (attribute1 "attr91574") ) ) +(assert (myObject (attribute1 "attr91575") ) ) +(assert (myObject (attribute1 "attr91576") ) ) +(assert (myObject (attribute1 "attr91577") ) ) +(assert (myObject (attribute1 "attr91578") ) ) +(assert (myObject (attribute1 "attr91579") ) ) +(assert (myObject (attribute1 "attr91580") ) ) +(assert (myObject (attribute1 "attr91581") ) ) +(assert (myObject (attribute1 "attr91582") ) ) +(assert (myObject (attribute1 "attr91583") ) ) +(assert (myObject (attribute1 "attr91584") ) ) +(assert (myObject (attribute1 "attr91585") ) ) +(assert (myObject (attribute1 "attr91586") ) ) +(assert (myObject (attribute1 "attr91587") ) ) +(assert (myObject (attribute1 "attr91588") ) ) +(assert (myObject (attribute1 "attr91589") ) ) +(assert (myObject (attribute1 "attr91590") ) ) +(assert (myObject (attribute1 "attr91591") ) ) +(assert (myObject (attribute1 "attr91592") ) ) +(assert (myObject (attribute1 "attr91593") ) ) +(assert (myObject (attribute1 "attr91594") ) ) +(assert (myObject (attribute1 "attr91595") ) ) +(assert (myObject (attribute1 "attr91596") ) ) +(assert (myObject (attribute1 "attr91597") ) ) +(assert (myObject (attribute1 "attr91598") ) ) +(assert (myObject (attribute1 "attr91599") ) ) +(assert (myObject (attribute1 "attr91600") ) ) +(assert (myObject (attribute1 "attr91601") ) ) +(assert (myObject (attribute1 "attr91602") ) ) +(assert (myObject (attribute1 "attr91603") ) ) +(assert (myObject (attribute1 "attr91604") ) ) +(assert (myObject (attribute1 "attr91605") ) ) +(assert (myObject (attribute1 "attr91606") ) ) +(assert (myObject (attribute1 "attr91607") ) ) +(assert (myObject (attribute1 "attr91608") ) ) +(assert (myObject (attribute1 "attr91609") ) ) +(assert (myObject (attribute1 "attr91610") ) ) +(assert (myObject (attribute1 "attr91611") ) ) +(assert (myObject (attribute1 "attr91612") ) ) +(assert (myObject (attribute1 "attr91613") ) ) +(assert (myObject (attribute1 "attr91614") ) ) +(assert (myObject (attribute1 "attr91615") ) ) +(assert (myObject (attribute1 "attr91616") ) ) +(assert (myObject (attribute1 "attr91617") ) ) +(assert (myObject (attribute1 "attr91618") ) ) +(assert (myObject (attribute1 "attr91619") ) ) +(assert (myObject (attribute1 "attr91620") ) ) +(assert (myObject (attribute1 "attr91621") ) ) +(assert (myObject (attribute1 "attr91622") ) ) +(assert (myObject (attribute1 "attr91623") ) ) +(assert (myObject (attribute1 "attr91624") ) ) +(assert (myObject (attribute1 "attr91625") ) ) +(assert (myObject (attribute1 "attr91626") ) ) +(assert (myObject (attribute1 "attr91627") ) ) +(assert (myObject (attribute1 "attr91628") ) ) +(assert (myObject (attribute1 "attr91629") ) ) +(assert (myObject (attribute1 "attr91630") ) ) +(assert (myObject (attribute1 "attr91631") ) ) +(assert (myObject (attribute1 "attr91632") ) ) +(assert (myObject (attribute1 "attr91633") ) ) +(assert (myObject (attribute1 "attr91634") ) ) +(assert (myObject (attribute1 "attr91635") ) ) +(assert (myObject (attribute1 "attr91636") ) ) +(assert (myObject (attribute1 "attr91637") ) ) +(assert (myObject (attribute1 "attr91638") ) ) +(assert (myObject (attribute1 "attr91639") ) ) +(assert (myObject (attribute1 "attr91640") ) ) +(assert (myObject (attribute1 "attr91641") ) ) +(assert (myObject (attribute1 "attr91642") ) ) +(assert (myObject (attribute1 "attr91643") ) ) +(assert (myObject (attribute1 "attr91644") ) ) +(assert (myObject (attribute1 "attr91645") ) ) +(assert (myObject (attribute1 "attr91646") ) ) +(assert (myObject (attribute1 "attr91647") ) ) +(assert (myObject (attribute1 "attr91648") ) ) +(assert (myObject (attribute1 "attr91649") ) ) +(assert (myObject (attribute1 "attr91650") ) ) +(assert (myObject (attribute1 "attr91651") ) ) +(assert (myObject (attribute1 "attr91652") ) ) +(assert (myObject (attribute1 "attr91653") ) ) +(assert (myObject (attribute1 "attr91654") ) ) +(assert (myObject (attribute1 "attr91655") ) ) +(assert (myObject (attribute1 "attr91656") ) ) +(assert (myObject (attribute1 "attr91657") ) ) +(assert (myObject (attribute1 "attr91658") ) ) +(assert (myObject (attribute1 "attr91659") ) ) +(assert (myObject (attribute1 "attr91660") ) ) +(assert (myObject (attribute1 "attr91661") ) ) +(assert (myObject (attribute1 "attr91662") ) ) +(assert (myObject (attribute1 "attr91663") ) ) +(assert (myObject (attribute1 "attr91664") ) ) +(assert (myObject (attribute1 "attr91665") ) ) +(assert (myObject (attribute1 "attr91666") ) ) +(assert (myObject (attribute1 "attr91667") ) ) +(assert (myObject (attribute1 "attr91668") ) ) +(assert (myObject (attribute1 "attr91669") ) ) +(assert (myObject (attribute1 "attr91670") ) ) +(assert (myObject (attribute1 "attr91671") ) ) +(assert (myObject (attribute1 "attr91672") ) ) +(assert (myObject (attribute1 "attr91673") ) ) +(assert (myObject (attribute1 "attr91674") ) ) +(assert (myObject (attribute1 "attr91675") ) ) +(assert (myObject (attribute1 "attr91676") ) ) +(assert (myObject (attribute1 "attr91677") ) ) +(assert (myObject (attribute1 "attr91678") ) ) +(assert (myObject (attribute1 "attr91679") ) ) +(assert (myObject (attribute1 "attr91680") ) ) +(assert (myObject (attribute1 "attr91681") ) ) +(assert (myObject (attribute1 "attr91682") ) ) +(assert (myObject (attribute1 "attr91683") ) ) +(assert (myObject (attribute1 "attr91684") ) ) +(assert (myObject (attribute1 "attr91685") ) ) +(assert (myObject (attribute1 "attr91686") ) ) +(assert (myObject (attribute1 "attr91687") ) ) +(assert (myObject (attribute1 "attr91688") ) ) +(assert (myObject (attribute1 "attr91689") ) ) +(assert (myObject (attribute1 "attr91690") ) ) +(assert (myObject (attribute1 "attr91691") ) ) +(assert (myObject (attribute1 "attr91692") ) ) +(assert (myObject (attribute1 "attr91693") ) ) +(assert (myObject (attribute1 "attr91694") ) ) +(assert (myObject (attribute1 "attr91695") ) ) +(assert (myObject (attribute1 "attr91696") ) ) +(assert (myObject (attribute1 "attr91697") ) ) +(assert (myObject (attribute1 "attr91698") ) ) +(assert (myObject (attribute1 "attr91699") ) ) +(assert (myObject (attribute1 "attr91700") ) ) +(assert (myObject (attribute1 "attr91701") ) ) +(assert (myObject (attribute1 "attr91702") ) ) +(assert (myObject (attribute1 "attr91703") ) ) +(assert (myObject (attribute1 "attr91704") ) ) +(assert (myObject (attribute1 "attr91705") ) ) +(assert (myObject (attribute1 "attr91706") ) ) +(assert (myObject (attribute1 "attr91707") ) ) +(assert (myObject (attribute1 "attr91708") ) ) +(assert (myObject (attribute1 "attr91709") ) ) +(assert (myObject (attribute1 "attr91710") ) ) +(assert (myObject (attribute1 "attr91711") ) ) +(assert (myObject (attribute1 "attr91712") ) ) +(assert (myObject (attribute1 "attr91713") ) ) +(assert (myObject (attribute1 "attr91714") ) ) +(assert (myObject (attribute1 "attr91715") ) ) +(assert (myObject (attribute1 "attr91716") ) ) +(assert (myObject (attribute1 "attr91717") ) ) +(assert (myObject (attribute1 "attr91718") ) ) +(assert (myObject (attribute1 "attr91719") ) ) +(assert (myObject (attribute1 "attr91720") ) ) +(assert (myObject (attribute1 "attr91721") ) ) +(assert (myObject (attribute1 "attr91722") ) ) +(assert (myObject (attribute1 "attr91723") ) ) +(assert (myObject (attribute1 "attr91724") ) ) +(assert (myObject (attribute1 "attr91725") ) ) +(assert (myObject (attribute1 "attr91726") ) ) +(assert (myObject (attribute1 "attr91727") ) ) +(assert (myObject (attribute1 "attr91728") ) ) +(assert (myObject (attribute1 "attr91729") ) ) +(assert (myObject (attribute1 "attr91730") ) ) +(assert (myObject (attribute1 "attr91731") ) ) +(assert (myObject (attribute1 "attr91732") ) ) +(assert (myObject (attribute1 "attr91733") ) ) +(assert (myObject (attribute1 "attr91734") ) ) +(assert (myObject (attribute1 "attr91735") ) ) +(assert (myObject (attribute1 "attr91736") ) ) +(assert (myObject (attribute1 "attr91737") ) ) +(assert (myObject (attribute1 "attr91738") ) ) +(assert (myObject (attribute1 "attr91739") ) ) +(assert (myObject (attribute1 "attr91740") ) ) +(assert (myObject (attribute1 "attr91741") ) ) +(assert (myObject (attribute1 "attr91742") ) ) +(assert (myObject (attribute1 "attr91743") ) ) +(assert (myObject (attribute1 "attr91744") ) ) +(assert (myObject (attribute1 "attr91745") ) ) +(assert (myObject (attribute1 "attr91746") ) ) +(assert (myObject (attribute1 "attr91747") ) ) +(assert (myObject (attribute1 "attr91748") ) ) +(assert (myObject (attribute1 "attr91749") ) ) +(assert (myObject (attribute1 "attr91750") ) ) +(assert (myObject (attribute1 "attr91751") ) ) +(assert (myObject (attribute1 "attr91752") ) ) +(assert (myObject (attribute1 "attr91753") ) ) +(assert (myObject (attribute1 "attr91754") ) ) +(assert (myObject (attribute1 "attr91755") ) ) +(assert (myObject (attribute1 "attr91756") ) ) +(assert (myObject (attribute1 "attr91757") ) ) +(assert (myObject (attribute1 "attr91758") ) ) +(assert (myObject (attribute1 "attr91759") ) ) +(assert (myObject (attribute1 "attr91760") ) ) +(assert (myObject (attribute1 "attr91761") ) ) +(assert (myObject (attribute1 "attr91762") ) ) +(assert (myObject (attribute1 "attr91763") ) ) +(assert (myObject (attribute1 "attr91764") ) ) +(assert (myObject (attribute1 "attr91765") ) ) +(assert (myObject (attribute1 "attr91766") ) ) +(assert (myObject (attribute1 "attr91767") ) ) +(assert (myObject (attribute1 "attr91768") ) ) +(assert (myObject (attribute1 "attr91769") ) ) +(assert (myObject (attribute1 "attr91770") ) ) +(assert (myObject (attribute1 "attr91771") ) ) +(assert (myObject (attribute1 "attr91772") ) ) +(assert (myObject (attribute1 "attr91773") ) ) +(assert (myObject (attribute1 "attr91774") ) ) +(assert (myObject (attribute1 "attr91775") ) ) +(assert (myObject (attribute1 "attr91776") ) ) +(assert (myObject (attribute1 "attr91777") ) ) +(assert (myObject (attribute1 "attr91778") ) ) +(assert (myObject (attribute1 "attr91779") ) ) +(assert (myObject (attribute1 "attr91780") ) ) +(assert (myObject (attribute1 "attr91781") ) ) +(assert (myObject (attribute1 "attr91782") ) ) +(assert (myObject (attribute1 "attr91783") ) ) +(assert (myObject (attribute1 "attr91784") ) ) +(assert (myObject (attribute1 "attr91785") ) ) +(assert (myObject (attribute1 "attr91786") ) ) +(assert (myObject (attribute1 "attr91787") ) ) +(assert (myObject (attribute1 "attr91788") ) ) +(assert (myObject (attribute1 "attr91789") ) ) +(assert (myObject (attribute1 "attr91790") ) ) +(assert (myObject (attribute1 "attr91791") ) ) +(assert (myObject (attribute1 "attr91792") ) ) +(assert (myObject (attribute1 "attr91793") ) ) +(assert (myObject (attribute1 "attr91794") ) ) +(assert (myObject (attribute1 "attr91795") ) ) +(assert (myObject (attribute1 "attr91796") ) ) +(assert (myObject (attribute1 "attr91797") ) ) +(assert (myObject (attribute1 "attr91798") ) ) +(assert (myObject (attribute1 "attr91799") ) ) +(assert (myObject (attribute1 "attr91800") ) ) +(assert (myObject (attribute1 "attr91801") ) ) +(assert (myObject (attribute1 "attr91802") ) ) +(assert (myObject (attribute1 "attr91803") ) ) +(assert (myObject (attribute1 "attr91804") ) ) +(assert (myObject (attribute1 "attr91805") ) ) +(assert (myObject (attribute1 "attr91806") ) ) +(assert (myObject (attribute1 "attr91807") ) ) +(assert (myObject (attribute1 "attr91808") ) ) +(assert (myObject (attribute1 "attr91809") ) ) +(assert (myObject (attribute1 "attr91810") ) ) +(assert (myObject (attribute1 "attr91811") ) ) +(assert (myObject (attribute1 "attr91812") ) ) +(assert (myObject (attribute1 "attr91813") ) ) +(assert (myObject (attribute1 "attr91814") ) ) +(assert (myObject (attribute1 "attr91815") ) ) +(assert (myObject (attribute1 "attr91816") ) ) +(assert (myObject (attribute1 "attr91817") ) ) +(assert (myObject (attribute1 "attr91818") ) ) +(assert (myObject (attribute1 "attr91819") ) ) +(assert (myObject (attribute1 "attr91820") ) ) +(assert (myObject (attribute1 "attr91821") ) ) +(assert (myObject (attribute1 "attr91822") ) ) +(assert (myObject (attribute1 "attr91823") ) ) +(assert (myObject (attribute1 "attr91824") ) ) +(assert (myObject (attribute1 "attr91825") ) ) +(assert (myObject (attribute1 "attr91826") ) ) +(assert (myObject (attribute1 "attr91827") ) ) +(assert (myObject (attribute1 "attr91828") ) ) +(assert (myObject (attribute1 "attr91829") ) ) +(assert (myObject (attribute1 "attr91830") ) ) +(assert (myObject (attribute1 "attr91831") ) ) +(assert (myObject (attribute1 "attr91832") ) ) +(assert (myObject (attribute1 "attr91833") ) ) +(assert (myObject (attribute1 "attr91834") ) ) +(assert (myObject (attribute1 "attr91835") ) ) +(assert (myObject (attribute1 "attr91836") ) ) +(assert (myObject (attribute1 "attr91837") ) ) +(assert (myObject (attribute1 "attr91838") ) ) +(assert (myObject (attribute1 "attr91839") ) ) +(assert (myObject (attribute1 "attr91840") ) ) +(assert (myObject (attribute1 "attr91841") ) ) +(assert (myObject (attribute1 "attr91842") ) ) +(assert (myObject (attribute1 "attr91843") ) ) +(assert (myObject (attribute1 "attr91844") ) ) +(assert (myObject (attribute1 "attr91845") ) ) +(assert (myObject (attribute1 "attr91846") ) ) +(assert (myObject (attribute1 "attr91847") ) ) +(assert (myObject (attribute1 "attr91848") ) ) +(assert (myObject (attribute1 "attr91849") ) ) +(assert (myObject (attribute1 "attr91850") ) ) +(assert (myObject (attribute1 "attr91851") ) ) +(assert (myObject (attribute1 "attr91852") ) ) +(assert (myObject (attribute1 "attr91853") ) ) +(assert (myObject (attribute1 "attr91854") ) ) +(assert (myObject (attribute1 "attr91855") ) ) +(assert (myObject (attribute1 "attr91856") ) ) +(assert (myObject (attribute1 "attr91857") ) ) +(assert (myObject (attribute1 "attr91858") ) ) +(assert (myObject (attribute1 "attr91859") ) ) +(assert (myObject (attribute1 "attr91860") ) ) +(assert (myObject (attribute1 "attr91861") ) ) +(assert (myObject (attribute1 "attr91862") ) ) +(assert (myObject (attribute1 "attr91863") ) ) +(assert (myObject (attribute1 "attr91864") ) ) +(assert (myObject (attribute1 "attr91865") ) ) +(assert (myObject (attribute1 "attr91866") ) ) +(assert (myObject (attribute1 "attr91867") ) ) +(assert (myObject (attribute1 "attr91868") ) ) +(assert (myObject (attribute1 "attr91869") ) ) +(assert (myObject (attribute1 "attr91870") ) ) +(assert (myObject (attribute1 "attr91871") ) ) +(assert (myObject (attribute1 "attr91872") ) ) +(assert (myObject (attribute1 "attr91873") ) ) +(assert (myObject (attribute1 "attr91874") ) ) +(assert (myObject (attribute1 "attr91875") ) ) +(assert (myObject (attribute1 "attr91876") ) ) +(assert (myObject (attribute1 "attr91877") ) ) +(assert (myObject (attribute1 "attr91878") ) ) +(assert (myObject (attribute1 "attr91879") ) ) +(assert (myObject (attribute1 "attr91880") ) ) +(assert (myObject (attribute1 "attr91881") ) ) +(assert (myObject (attribute1 "attr91882") ) ) +(assert (myObject (attribute1 "attr91883") ) ) +(assert (myObject (attribute1 "attr91884") ) ) +(assert (myObject (attribute1 "attr91885") ) ) +(assert (myObject (attribute1 "attr91886") ) ) +(assert (myObject (attribute1 "attr91887") ) ) +(assert (myObject (attribute1 "attr91888") ) ) +(assert (myObject (attribute1 "attr91889") ) ) +(assert (myObject (attribute1 "attr91890") ) ) +(assert (myObject (attribute1 "attr91891") ) ) +(assert (myObject (attribute1 "attr91892") ) ) +(assert (myObject (attribute1 "attr91893") ) ) +(assert (myObject (attribute1 "attr91894") ) ) +(assert (myObject (attribute1 "attr91895") ) ) +(assert (myObject (attribute1 "attr91896") ) ) +(assert (myObject (attribute1 "attr91897") ) ) +(assert (myObject (attribute1 "attr91898") ) ) +(assert (myObject (attribute1 "attr91899") ) ) +(assert (myObject (attribute1 "attr91900") ) ) +(assert (myObject (attribute1 "attr91901") ) ) +(assert (myObject (attribute1 "attr91902") ) ) +(assert (myObject (attribute1 "attr91903") ) ) +(assert (myObject (attribute1 "attr91904") ) ) +(assert (myObject (attribute1 "attr91905") ) ) +(assert (myObject (attribute1 "attr91906") ) ) +(assert (myObject (attribute1 "attr91907") ) ) +(assert (myObject (attribute1 "attr91908") ) ) +(assert (myObject (attribute1 "attr91909") ) ) +(assert (myObject (attribute1 "attr91910") ) ) +(assert (myObject (attribute1 "attr91911") ) ) +(assert (myObject (attribute1 "attr91912") ) ) +(assert (myObject (attribute1 "attr91913") ) ) +(assert (myObject (attribute1 "attr91914") ) ) +(assert (myObject (attribute1 "attr91915") ) ) +(assert (myObject (attribute1 "attr91916") ) ) +(assert (myObject (attribute1 "attr91917") ) ) +(assert (myObject (attribute1 "attr91918") ) ) +(assert (myObject (attribute1 "attr91919") ) ) +(assert (myObject (attribute1 "attr91920") ) ) +(assert (myObject (attribute1 "attr91921") ) ) +(assert (myObject (attribute1 "attr91922") ) ) +(assert (myObject (attribute1 "attr91923") ) ) +(assert (myObject (attribute1 "attr91924") ) ) +(assert (myObject (attribute1 "attr91925") ) ) +(assert (myObject (attribute1 "attr91926") ) ) +(assert (myObject (attribute1 "attr91927") ) ) +(assert (myObject (attribute1 "attr91928") ) ) +(assert (myObject (attribute1 "attr91929") ) ) +(assert (myObject (attribute1 "attr91930") ) ) +(assert (myObject (attribute1 "attr91931") ) ) +(assert (myObject (attribute1 "attr91932") ) ) +(assert (myObject (attribute1 "attr91933") ) ) +(assert (myObject (attribute1 "attr91934") ) ) +(assert (myObject (attribute1 "attr91935") ) ) +(assert (myObject (attribute1 "attr91936") ) ) +(assert (myObject (attribute1 "attr91937") ) ) +(assert (myObject (attribute1 "attr91938") ) ) +(assert (myObject (attribute1 "attr91939") ) ) +(assert (myObject (attribute1 "attr91940") ) ) +(assert (myObject (attribute1 "attr91941") ) ) +(assert (myObject (attribute1 "attr91942") ) ) +(assert (myObject (attribute1 "attr91943") ) ) +(assert (myObject (attribute1 "attr91944") ) ) +(assert (myObject (attribute1 "attr91945") ) ) +(assert (myObject (attribute1 "attr91946") ) ) +(assert (myObject (attribute1 "attr91947") ) ) +(assert (myObject (attribute1 "attr91948") ) ) +(assert (myObject (attribute1 "attr91949") ) ) +(assert (myObject (attribute1 "attr91950") ) ) +(assert (myObject (attribute1 "attr91951") ) ) +(assert (myObject (attribute1 "attr91952") ) ) +(assert (myObject (attribute1 "attr91953") ) ) +(assert (myObject (attribute1 "attr91954") ) ) +(assert (myObject (attribute1 "attr91955") ) ) +(assert (myObject (attribute1 "attr91956") ) ) +(assert (myObject (attribute1 "attr91957") ) ) +(assert (myObject (attribute1 "attr91958") ) ) +(assert (myObject (attribute1 "attr91959") ) ) +(assert (myObject (attribute1 "attr91960") ) ) +(assert (myObject (attribute1 "attr91961") ) ) +(assert (myObject (attribute1 "attr91962") ) ) +(assert (myObject (attribute1 "attr91963") ) ) +(assert (myObject (attribute1 "attr91964") ) ) +(assert (myObject (attribute1 "attr91965") ) ) +(assert (myObject (attribute1 "attr91966") ) ) +(assert (myObject (attribute1 "attr91967") ) ) +(assert (myObject (attribute1 "attr91968") ) ) +(assert (myObject (attribute1 "attr91969") ) ) +(assert (myObject (attribute1 "attr91970") ) ) +(assert (myObject (attribute1 "attr91971") ) ) +(assert (myObject (attribute1 "attr91972") ) ) +(assert (myObject (attribute1 "attr91973") ) ) +(assert (myObject (attribute1 "attr91974") ) ) +(assert (myObject (attribute1 "attr91975") ) ) +(assert (myObject (attribute1 "attr91976") ) ) +(assert (myObject (attribute1 "attr91977") ) ) +(assert (myObject (attribute1 "attr91978") ) ) +(assert (myObject (attribute1 "attr91979") ) ) +(assert (myObject (attribute1 "attr91980") ) ) +(assert (myObject (attribute1 "attr91981") ) ) +(assert (myObject (attribute1 "attr91982") ) ) +(assert (myObject (attribute1 "attr91983") ) ) +(assert (myObject (attribute1 "attr91984") ) ) +(assert (myObject (attribute1 "attr91985") ) ) +(assert (myObject (attribute1 "attr91986") ) ) +(assert (myObject (attribute1 "attr91987") ) ) +(assert (myObject (attribute1 "attr91988") ) ) +(assert (myObject (attribute1 "attr91989") ) ) +(assert (myObject (attribute1 "attr91990") ) ) +(assert (myObject (attribute1 "attr91991") ) ) +(assert (myObject (attribute1 "attr91992") ) ) +(assert (myObject (attribute1 "attr91993") ) ) +(assert (myObject (attribute1 "attr91994") ) ) +(assert (myObject (attribute1 "attr91995") ) ) +(assert (myObject (attribute1 "attr91996") ) ) +(assert (myObject (attribute1 "attr91997") ) ) +(assert (myObject (attribute1 "attr91998") ) ) +(assert (myObject (attribute1 "attr91999") ) ) +(assert (myObject (attribute1 "attr92000") ) ) +(assert (myObject (attribute1 "attr92001") ) ) +(assert (myObject (attribute1 "attr92002") ) ) +(assert (myObject (attribute1 "attr92003") ) ) +(assert (myObject (attribute1 "attr92004") ) ) +(assert (myObject (attribute1 "attr92005") ) ) +(assert (myObject (attribute1 "attr92006") ) ) +(assert (myObject (attribute1 "attr92007") ) ) +(assert (myObject (attribute1 "attr92008") ) ) +(assert (myObject (attribute1 "attr92009") ) ) +(assert (myObject (attribute1 "attr92010") ) ) +(assert (myObject (attribute1 "attr92011") ) ) +(assert (myObject (attribute1 "attr92012") ) ) +(assert (myObject (attribute1 "attr92013") ) ) +(assert (myObject (attribute1 "attr92014") ) ) +(assert (myObject (attribute1 "attr92015") ) ) +(assert (myObject (attribute1 "attr92016") ) ) +(assert (myObject (attribute1 "attr92017") ) ) +(assert (myObject (attribute1 "attr92018") ) ) +(assert (myObject (attribute1 "attr92019") ) ) +(assert (myObject (attribute1 "attr92020") ) ) +(assert (myObject (attribute1 "attr92021") ) ) +(assert (myObject (attribute1 "attr92022") ) ) +(assert (myObject (attribute1 "attr92023") ) ) +(assert (myObject (attribute1 "attr92024") ) ) +(assert (myObject (attribute1 "attr92025") ) ) +(assert (myObject (attribute1 "attr92026") ) ) +(assert (myObject (attribute1 "attr92027") ) ) +(assert (myObject (attribute1 "attr92028") ) ) +(assert (myObject (attribute1 "attr92029") ) ) +(assert (myObject (attribute1 "attr92030") ) ) +(assert (myObject (attribute1 "attr92031") ) ) +(assert (myObject (attribute1 "attr92032") ) ) +(assert (myObject (attribute1 "attr92033") ) ) +(assert (myObject (attribute1 "attr92034") ) ) +(assert (myObject (attribute1 "attr92035") ) ) +(assert (myObject (attribute1 "attr92036") ) ) +(assert (myObject (attribute1 "attr92037") ) ) +(assert (myObject (attribute1 "attr92038") ) ) +(assert (myObject (attribute1 "attr92039") ) ) +(assert (myObject (attribute1 "attr92040") ) ) +(assert (myObject (attribute1 "attr92041") ) ) +(assert (myObject (attribute1 "attr92042") ) ) +(assert (myObject (attribute1 "attr92043") ) ) +(assert (myObject (attribute1 "attr92044") ) ) +(assert (myObject (attribute1 "attr92045") ) ) +(assert (myObject (attribute1 "attr92046") ) ) +(assert (myObject (attribute1 "attr92047") ) ) +(assert (myObject (attribute1 "attr92048") ) ) +(assert (myObject (attribute1 "attr92049") ) ) +(assert (myObject (attribute1 "attr92050") ) ) +(assert (myObject (attribute1 "attr92051") ) ) +(assert (myObject (attribute1 "attr92052") ) ) +(assert (myObject (attribute1 "attr92053") ) ) +(assert (myObject (attribute1 "attr92054") ) ) +(assert (myObject (attribute1 "attr92055") ) ) +(assert (myObject (attribute1 "attr92056") ) ) +(assert (myObject (attribute1 "attr92057") ) ) +(assert (myObject (attribute1 "attr92058") ) ) +(assert (myObject (attribute1 "attr92059") ) ) +(assert (myObject (attribute1 "attr92060") ) ) +(assert (myObject (attribute1 "attr92061") ) ) +(assert (myObject (attribute1 "attr92062") ) ) +(assert (myObject (attribute1 "attr92063") ) ) +(assert (myObject (attribute1 "attr92064") ) ) +(assert (myObject (attribute1 "attr92065") ) ) +(assert (myObject (attribute1 "attr92066") ) ) +(assert (myObject (attribute1 "attr92067") ) ) +(assert (myObject (attribute1 "attr92068") ) ) +(assert (myObject (attribute1 "attr92069") ) ) +(assert (myObject (attribute1 "attr92070") ) ) +(assert (myObject (attribute1 "attr92071") ) ) +(assert (myObject (attribute1 "attr92072") ) ) +(assert (myObject (attribute1 "attr92073") ) ) +(assert (myObject (attribute1 "attr92074") ) ) +(assert (myObject (attribute1 "attr92075") ) ) +(assert (myObject (attribute1 "attr92076") ) ) +(assert (myObject (attribute1 "attr92077") ) ) +(assert (myObject (attribute1 "attr92078") ) ) +(assert (myObject (attribute1 "attr92079") ) ) +(assert (myObject (attribute1 "attr92080") ) ) +(assert (myObject (attribute1 "attr92081") ) ) +(assert (myObject (attribute1 "attr92082") ) ) +(assert (myObject (attribute1 "attr92083") ) ) +(assert (myObject (attribute1 "attr92084") ) ) +(assert (myObject (attribute1 "attr92085") ) ) +(assert (myObject (attribute1 "attr92086") ) ) +(assert (myObject (attribute1 "attr92087") ) ) +(assert (myObject (attribute1 "attr92088") ) ) +(assert (myObject (attribute1 "attr92089") ) ) +(assert (myObject (attribute1 "attr92090") ) ) +(assert (myObject (attribute1 "attr92091") ) ) +(assert (myObject (attribute1 "attr92092") ) ) +(assert (myObject (attribute1 "attr92093") ) ) +(assert (myObject (attribute1 "attr92094") ) ) +(assert (myObject (attribute1 "attr92095") ) ) +(assert (myObject (attribute1 "attr92096") ) ) +(assert (myObject (attribute1 "attr92097") ) ) +(assert (myObject (attribute1 "attr92098") ) ) +(assert (myObject (attribute1 "attr92099") ) ) +(assert (myObject (attribute1 "attr92100") ) ) +(assert (myObject (attribute1 "attr92101") ) ) +(assert (myObject (attribute1 "attr92102") ) ) +(assert (myObject (attribute1 "attr92103") ) ) +(assert (myObject (attribute1 "attr92104") ) ) +(assert (myObject (attribute1 "attr92105") ) ) +(assert (myObject (attribute1 "attr92106") ) ) +(assert (myObject (attribute1 "attr92107") ) ) +(assert (myObject (attribute1 "attr92108") ) ) +(assert (myObject (attribute1 "attr92109") ) ) +(assert (myObject (attribute1 "attr92110") ) ) +(assert (myObject (attribute1 "attr92111") ) ) +(assert (myObject (attribute1 "attr92112") ) ) +(assert (myObject (attribute1 "attr92113") ) ) +(assert (myObject (attribute1 "attr92114") ) ) +(assert (myObject (attribute1 "attr92115") ) ) +(assert (myObject (attribute1 "attr92116") ) ) +(assert (myObject (attribute1 "attr92117") ) ) +(assert (myObject (attribute1 "attr92118") ) ) +(assert (myObject (attribute1 "attr92119") ) ) +(assert (myObject (attribute1 "attr92120") ) ) +(assert (myObject (attribute1 "attr92121") ) ) +(assert (myObject (attribute1 "attr92122") ) ) +(assert (myObject (attribute1 "attr92123") ) ) +(assert (myObject (attribute1 "attr92124") ) ) +(assert (myObject (attribute1 "attr92125") ) ) +(assert (myObject (attribute1 "attr92126") ) ) +(assert (myObject (attribute1 "attr92127") ) ) +(assert (myObject (attribute1 "attr92128") ) ) +(assert (myObject (attribute1 "attr92129") ) ) +(assert (myObject (attribute1 "attr92130") ) ) +(assert (myObject (attribute1 "attr92131") ) ) +(assert (myObject (attribute1 "attr92132") ) ) +(assert (myObject (attribute1 "attr92133") ) ) +(assert (myObject (attribute1 "attr92134") ) ) +(assert (myObject (attribute1 "attr92135") ) ) +(assert (myObject (attribute1 "attr92136") ) ) +(assert (myObject (attribute1 "attr92137") ) ) +(assert (myObject (attribute1 "attr92138") ) ) +(assert (myObject (attribute1 "attr92139") ) ) +(assert (myObject (attribute1 "attr92140") ) ) +(assert (myObject (attribute1 "attr92141") ) ) +(assert (myObject (attribute1 "attr92142") ) ) +(assert (myObject (attribute1 "attr92143") ) ) +(assert (myObject (attribute1 "attr92144") ) ) +(assert (myObject (attribute1 "attr92145") ) ) +(assert (myObject (attribute1 "attr92146") ) ) +(assert (myObject (attribute1 "attr92147") ) ) +(assert (myObject (attribute1 "attr92148") ) ) +(assert (myObject (attribute1 "attr92149") ) ) +(assert (myObject (attribute1 "attr92150") ) ) +(assert (myObject (attribute1 "attr92151") ) ) +(assert (myObject (attribute1 "attr92152") ) ) +(assert (myObject (attribute1 "attr92153") ) ) +(assert (myObject (attribute1 "attr92154") ) ) +(assert (myObject (attribute1 "attr92155") ) ) +(assert (myObject (attribute1 "attr92156") ) ) +(assert (myObject (attribute1 "attr92157") ) ) +(assert (myObject (attribute1 "attr92158") ) ) +(assert (myObject (attribute1 "attr92159") ) ) +(assert (myObject (attribute1 "attr92160") ) ) +(assert (myObject (attribute1 "attr92161") ) ) +(assert (myObject (attribute1 "attr92162") ) ) +(assert (myObject (attribute1 "attr92163") ) ) +(assert (myObject (attribute1 "attr92164") ) ) +(assert (myObject (attribute1 "attr92165") ) ) +(assert (myObject (attribute1 "attr92166") ) ) +(assert (myObject (attribute1 "attr92167") ) ) +(assert (myObject (attribute1 "attr92168") ) ) +(assert (myObject (attribute1 "attr92169") ) ) +(assert (myObject (attribute1 "attr92170") ) ) +(assert (myObject (attribute1 "attr92171") ) ) +(assert (myObject (attribute1 "attr92172") ) ) +(assert (myObject (attribute1 "attr92173") ) ) +(assert (myObject (attribute1 "attr92174") ) ) +(assert (myObject (attribute1 "attr92175") ) ) +(assert (myObject (attribute1 "attr92176") ) ) +(assert (myObject (attribute1 "attr92177") ) ) +(assert (myObject (attribute1 "attr92178") ) ) +(assert (myObject (attribute1 "attr92179") ) ) +(assert (myObject (attribute1 "attr92180") ) ) +(assert (myObject (attribute1 "attr92181") ) ) +(assert (myObject (attribute1 "attr92182") ) ) +(assert (myObject (attribute1 "attr92183") ) ) +(assert (myObject (attribute1 "attr92184") ) ) +(assert (myObject (attribute1 "attr92185") ) ) +(assert (myObject (attribute1 "attr92186") ) ) +(assert (myObject (attribute1 "attr92187") ) ) +(assert (myObject (attribute1 "attr92188") ) ) +(assert (myObject (attribute1 "attr92189") ) ) +(assert (myObject (attribute1 "attr92190") ) ) +(assert (myObject (attribute1 "attr92191") ) ) +(assert (myObject (attribute1 "attr92192") ) ) +(assert (myObject (attribute1 "attr92193") ) ) +(assert (myObject (attribute1 "attr92194") ) ) +(assert (myObject (attribute1 "attr92195") ) ) +(assert (myObject (attribute1 "attr92196") ) ) +(assert (myObject (attribute1 "attr92197") ) ) +(assert (myObject (attribute1 "attr92198") ) ) +(assert (myObject (attribute1 "attr92199") ) ) +(assert (myObject (attribute1 "attr92200") ) ) +(assert (myObject (attribute1 "attr92201") ) ) +(assert (myObject (attribute1 "attr92202") ) ) +(assert (myObject (attribute1 "attr92203") ) ) +(assert (myObject (attribute1 "attr92204") ) ) +(assert (myObject (attribute1 "attr92205") ) ) +(assert (myObject (attribute1 "attr92206") ) ) +(assert (myObject (attribute1 "attr92207") ) ) +(assert (myObject (attribute1 "attr92208") ) ) +(assert (myObject (attribute1 "attr92209") ) ) +(assert (myObject (attribute1 "attr92210") ) ) +(assert (myObject (attribute1 "attr92211") ) ) +(assert (myObject (attribute1 "attr92212") ) ) +(assert (myObject (attribute1 "attr92213") ) ) +(assert (myObject (attribute1 "attr92214") ) ) +(assert (myObject (attribute1 "attr92215") ) ) +(assert (myObject (attribute1 "attr92216") ) ) +(assert (myObject (attribute1 "attr92217") ) ) +(assert (myObject (attribute1 "attr92218") ) ) +(assert (myObject (attribute1 "attr92219") ) ) +(assert (myObject (attribute1 "attr92220") ) ) +(assert (myObject (attribute1 "attr92221") ) ) +(assert (myObject (attribute1 "attr92222") ) ) +(assert (myObject (attribute1 "attr92223") ) ) +(assert (myObject (attribute1 "attr92224") ) ) +(assert (myObject (attribute1 "attr92225") ) ) +(assert (myObject (attribute1 "attr92226") ) ) +(assert (myObject (attribute1 "attr92227") ) ) +(assert (myObject (attribute1 "attr92228") ) ) +(assert (myObject (attribute1 "attr92229") ) ) +(assert (myObject (attribute1 "attr92230") ) ) +(assert (myObject (attribute1 "attr92231") ) ) +(assert (myObject (attribute1 "attr92232") ) ) +(assert (myObject (attribute1 "attr92233") ) ) +(assert (myObject (attribute1 "attr92234") ) ) +(assert (myObject (attribute1 "attr92235") ) ) +(assert (myObject (attribute1 "attr92236") ) ) +(assert (myObject (attribute1 "attr92237") ) ) +(assert (myObject (attribute1 "attr92238") ) ) +(assert (myObject (attribute1 "attr92239") ) ) +(assert (myObject (attribute1 "attr92240") ) ) +(assert (myObject (attribute1 "attr92241") ) ) +(assert (myObject (attribute1 "attr92242") ) ) +(assert (myObject (attribute1 "attr92243") ) ) +(assert (myObject (attribute1 "attr92244") ) ) +(assert (myObject (attribute1 "attr92245") ) ) +(assert (myObject (attribute1 "attr92246") ) ) +(assert (myObject (attribute1 "attr92247") ) ) +(assert (myObject (attribute1 "attr92248") ) ) +(assert (myObject (attribute1 "attr92249") ) ) +(assert (myObject (attribute1 "attr92250") ) ) +(assert (myObject (attribute1 "attr92251") ) ) +(assert (myObject (attribute1 "attr92252") ) ) +(assert (myObject (attribute1 "attr92253") ) ) +(assert (myObject (attribute1 "attr92254") ) ) +(assert (myObject (attribute1 "attr92255") ) ) +(assert (myObject (attribute1 "attr92256") ) ) +(assert (myObject (attribute1 "attr92257") ) ) +(assert (myObject (attribute1 "attr92258") ) ) +(assert (myObject (attribute1 "attr92259") ) ) +(assert (myObject (attribute1 "attr92260") ) ) +(assert (myObject (attribute1 "attr92261") ) ) +(assert (myObject (attribute1 "attr92262") ) ) +(assert (myObject (attribute1 "attr92263") ) ) +(assert (myObject (attribute1 "attr92264") ) ) +(assert (myObject (attribute1 "attr92265") ) ) +(assert (myObject (attribute1 "attr92266") ) ) +(assert (myObject (attribute1 "attr92267") ) ) +(assert (myObject (attribute1 "attr92268") ) ) +(assert (myObject (attribute1 "attr92269") ) ) +(assert (myObject (attribute1 "attr92270") ) ) +(assert (myObject (attribute1 "attr92271") ) ) +(assert (myObject (attribute1 "attr92272") ) ) +(assert (myObject (attribute1 "attr92273") ) ) +(assert (myObject (attribute1 "attr92274") ) ) +(assert (myObject (attribute1 "attr92275") ) ) +(assert (myObject (attribute1 "attr92276") ) ) +(assert (myObject (attribute1 "attr92277") ) ) +(assert (myObject (attribute1 "attr92278") ) ) +(assert (myObject (attribute1 "attr92279") ) ) +(assert (myObject (attribute1 "attr92280") ) ) +(assert (myObject (attribute1 "attr92281") ) ) +(assert (myObject (attribute1 "attr92282") ) ) +(assert (myObject (attribute1 "attr92283") ) ) +(assert (myObject (attribute1 "attr92284") ) ) +(assert (myObject (attribute1 "attr92285") ) ) +(assert (myObject (attribute1 "attr92286") ) ) +(assert (myObject (attribute1 "attr92287") ) ) +(assert (myObject (attribute1 "attr92288") ) ) +(assert (myObject (attribute1 "attr92289") ) ) +(assert (myObject (attribute1 "attr92290") ) ) +(assert (myObject (attribute1 "attr92291") ) ) +(assert (myObject (attribute1 "attr92292") ) ) +(assert (myObject (attribute1 "attr92293") ) ) +(assert (myObject (attribute1 "attr92294") ) ) +(assert (myObject (attribute1 "attr92295") ) ) +(assert (myObject (attribute1 "attr92296") ) ) +(assert (myObject (attribute1 "attr92297") ) ) +(assert (myObject (attribute1 "attr92298") ) ) +(assert (myObject (attribute1 "attr92299") ) ) +(assert (myObject (attribute1 "attr92300") ) ) +(assert (myObject (attribute1 "attr92301") ) ) +(assert (myObject (attribute1 "attr92302") ) ) +(assert (myObject (attribute1 "attr92303") ) ) +(assert (myObject (attribute1 "attr92304") ) ) +(assert (myObject (attribute1 "attr92305") ) ) +(assert (myObject (attribute1 "attr92306") ) ) +(assert (myObject (attribute1 "attr92307") ) ) +(assert (myObject (attribute1 "attr92308") ) ) +(assert (myObject (attribute1 "attr92309") ) ) +(assert (myObject (attribute1 "attr92310") ) ) +(assert (myObject (attribute1 "attr92311") ) ) +(assert (myObject (attribute1 "attr92312") ) ) +(assert (myObject (attribute1 "attr92313") ) ) +(assert (myObject (attribute1 "attr92314") ) ) +(assert (myObject (attribute1 "attr92315") ) ) +(assert (myObject (attribute1 "attr92316") ) ) +(assert (myObject (attribute1 "attr92317") ) ) +(assert (myObject (attribute1 "attr92318") ) ) +(assert (myObject (attribute1 "attr92319") ) ) +(assert (myObject (attribute1 "attr92320") ) ) +(assert (myObject (attribute1 "attr92321") ) ) +(assert (myObject (attribute1 "attr92322") ) ) +(assert (myObject (attribute1 "attr92323") ) ) +(assert (myObject (attribute1 "attr92324") ) ) +(assert (myObject (attribute1 "attr92325") ) ) +(assert (myObject (attribute1 "attr92326") ) ) +(assert (myObject (attribute1 "attr92327") ) ) +(assert (myObject (attribute1 "attr92328") ) ) +(assert (myObject (attribute1 "attr92329") ) ) +(assert (myObject (attribute1 "attr92330") ) ) +(assert (myObject (attribute1 "attr92331") ) ) +(assert (myObject (attribute1 "attr92332") ) ) +(assert (myObject (attribute1 "attr92333") ) ) +(assert (myObject (attribute1 "attr92334") ) ) +(assert (myObject (attribute1 "attr92335") ) ) +(assert (myObject (attribute1 "attr92336") ) ) +(assert (myObject (attribute1 "attr92337") ) ) +(assert (myObject (attribute1 "attr92338") ) ) +(assert (myObject (attribute1 "attr92339") ) ) +(assert (myObject (attribute1 "attr92340") ) ) +(assert (myObject (attribute1 "attr92341") ) ) +(assert (myObject (attribute1 "attr92342") ) ) +(assert (myObject (attribute1 "attr92343") ) ) +(assert (myObject (attribute1 "attr92344") ) ) +(assert (myObject (attribute1 "attr92345") ) ) +(assert (myObject (attribute1 "attr92346") ) ) +(assert (myObject (attribute1 "attr92347") ) ) +(assert (myObject (attribute1 "attr92348") ) ) +(assert (myObject (attribute1 "attr92349") ) ) +(assert (myObject (attribute1 "attr92350") ) ) +(assert (myObject (attribute1 "attr92351") ) ) +(assert (myObject (attribute1 "attr92352") ) ) +(assert (myObject (attribute1 "attr92353") ) ) +(assert (myObject (attribute1 "attr92354") ) ) +(assert (myObject (attribute1 "attr92355") ) ) +(assert (myObject (attribute1 "attr92356") ) ) +(assert (myObject (attribute1 "attr92357") ) ) +(assert (myObject (attribute1 "attr92358") ) ) +(assert (myObject (attribute1 "attr92359") ) ) +(assert (myObject (attribute1 "attr92360") ) ) +(assert (myObject (attribute1 "attr92361") ) ) +(assert (myObject (attribute1 "attr92362") ) ) +(assert (myObject (attribute1 "attr92363") ) ) +(assert (myObject (attribute1 "attr92364") ) ) +(assert (myObject (attribute1 "attr92365") ) ) +(assert (myObject (attribute1 "attr92366") ) ) +(assert (myObject (attribute1 "attr92367") ) ) +(assert (myObject (attribute1 "attr92368") ) ) +(assert (myObject (attribute1 "attr92369") ) ) +(assert (myObject (attribute1 "attr92370") ) ) +(assert (myObject (attribute1 "attr92371") ) ) +(assert (myObject (attribute1 "attr92372") ) ) +(assert (myObject (attribute1 "attr92373") ) ) +(assert (myObject (attribute1 "attr92374") ) ) +(assert (myObject (attribute1 "attr92375") ) ) +(assert (myObject (attribute1 "attr92376") ) ) +(assert (myObject (attribute1 "attr92377") ) ) +(assert (myObject (attribute1 "attr92378") ) ) +(assert (myObject (attribute1 "attr92379") ) ) +(assert (myObject (attribute1 "attr92380") ) ) +(assert (myObject (attribute1 "attr92381") ) ) +(assert (myObject (attribute1 "attr92382") ) ) +(assert (myObject (attribute1 "attr92383") ) ) +(assert (myObject (attribute1 "attr92384") ) ) +(assert (myObject (attribute1 "attr92385") ) ) +(assert (myObject (attribute1 "attr92386") ) ) +(assert (myObject (attribute1 "attr92387") ) ) +(assert (myObject (attribute1 "attr92388") ) ) +(assert (myObject (attribute1 "attr92389") ) ) +(assert (myObject (attribute1 "attr92390") ) ) +(assert (myObject (attribute1 "attr92391") ) ) +(assert (myObject (attribute1 "attr92392") ) ) +(assert (myObject (attribute1 "attr92393") ) ) +(assert (myObject (attribute1 "attr92394") ) ) +(assert (myObject (attribute1 "attr92395") ) ) +(assert (myObject (attribute1 "attr92396") ) ) +(assert (myObject (attribute1 "attr92397") ) ) +(assert (myObject (attribute1 "attr92398") ) ) +(assert (myObject (attribute1 "attr92399") ) ) +(assert (myObject (attribute1 "attr92400") ) ) +(assert (myObject (attribute1 "attr92401") ) ) +(assert (myObject (attribute1 "attr92402") ) ) +(assert (myObject (attribute1 "attr92403") ) ) +(assert (myObject (attribute1 "attr92404") ) ) +(assert (myObject (attribute1 "attr92405") ) ) +(assert (myObject (attribute1 "attr92406") ) ) +(assert (myObject (attribute1 "attr92407") ) ) +(assert (myObject (attribute1 "attr92408") ) ) +(assert (myObject (attribute1 "attr92409") ) ) +(assert (myObject (attribute1 "attr92410") ) ) +(assert (myObject (attribute1 "attr92411") ) ) +(assert (myObject (attribute1 "attr92412") ) ) +(assert (myObject (attribute1 "attr92413") ) ) +(assert (myObject (attribute1 "attr92414") ) ) +(assert (myObject (attribute1 "attr92415") ) ) +(assert (myObject (attribute1 "attr92416") ) ) +(assert (myObject (attribute1 "attr92417") ) ) +(assert (myObject (attribute1 "attr92418") ) ) +(assert (myObject (attribute1 "attr92419") ) ) +(assert (myObject (attribute1 "attr92420") ) ) +(assert (myObject (attribute1 "attr92421") ) ) +(assert (myObject (attribute1 "attr92422") ) ) +(assert (myObject (attribute1 "attr92423") ) ) +(assert (myObject (attribute1 "attr92424") ) ) +(assert (myObject (attribute1 "attr92425") ) ) +(assert (myObject (attribute1 "attr92426") ) ) +(assert (myObject (attribute1 "attr92427") ) ) +(assert (myObject (attribute1 "attr92428") ) ) +(assert (myObject (attribute1 "attr92429") ) ) +(assert (myObject (attribute1 "attr92430") ) ) +(assert (myObject (attribute1 "attr92431") ) ) +(assert (myObject (attribute1 "attr92432") ) ) +(assert (myObject (attribute1 "attr92433") ) ) +(assert (myObject (attribute1 "attr92434") ) ) +(assert (myObject (attribute1 "attr92435") ) ) +(assert (myObject (attribute1 "attr92436") ) ) +(assert (myObject (attribute1 "attr92437") ) ) +(assert (myObject (attribute1 "attr92438") ) ) +(assert (myObject (attribute1 "attr92439") ) ) +(assert (myObject (attribute1 "attr92440") ) ) +(assert (myObject (attribute1 "attr92441") ) ) +(assert (myObject (attribute1 "attr92442") ) ) +(assert (myObject (attribute1 "attr92443") ) ) +(assert (myObject (attribute1 "attr92444") ) ) +(assert (myObject (attribute1 "attr92445") ) ) +(assert (myObject (attribute1 "attr92446") ) ) +(assert (myObject (attribute1 "attr92447") ) ) +(assert (myObject (attribute1 "attr92448") ) ) +(assert (myObject (attribute1 "attr92449") ) ) +(assert (myObject (attribute1 "attr92450") ) ) +(assert (myObject (attribute1 "attr92451") ) ) +(assert (myObject (attribute1 "attr92452") ) ) +(assert (myObject (attribute1 "attr92453") ) ) +(assert (myObject (attribute1 "attr92454") ) ) +(assert (myObject (attribute1 "attr92455") ) ) +(assert (myObject (attribute1 "attr92456") ) ) +(assert (myObject (attribute1 "attr92457") ) ) +(assert (myObject (attribute1 "attr92458") ) ) +(assert (myObject (attribute1 "attr92459") ) ) +(assert (myObject (attribute1 "attr92460") ) ) +(assert (myObject (attribute1 "attr92461") ) ) +(assert (myObject (attribute1 "attr92462") ) ) +(assert (myObject (attribute1 "attr92463") ) ) +(assert (myObject (attribute1 "attr92464") ) ) +(assert (myObject (attribute1 "attr92465") ) ) +(assert (myObject (attribute1 "attr92466") ) ) +(assert (myObject (attribute1 "attr92467") ) ) +(assert (myObject (attribute1 "attr92468") ) ) +(assert (myObject (attribute1 "attr92469") ) ) +(assert (myObject (attribute1 "attr92470") ) ) +(assert (myObject (attribute1 "attr92471") ) ) +(assert (myObject (attribute1 "attr92472") ) ) +(assert (myObject (attribute1 "attr92473") ) ) +(assert (myObject (attribute1 "attr92474") ) ) +(assert (myObject (attribute1 "attr92475") ) ) +(assert (myObject (attribute1 "attr92476") ) ) +(assert (myObject (attribute1 "attr92477") ) ) +(assert (myObject (attribute1 "attr92478") ) ) +(assert (myObject (attribute1 "attr92479") ) ) +(assert (myObject (attribute1 "attr92480") ) ) +(assert (myObject (attribute1 "attr92481") ) ) +(assert (myObject (attribute1 "attr92482") ) ) +(assert (myObject (attribute1 "attr92483") ) ) +(assert (myObject (attribute1 "attr92484") ) ) +(assert (myObject (attribute1 "attr92485") ) ) +(assert (myObject (attribute1 "attr92486") ) ) +(assert (myObject (attribute1 "attr92487") ) ) +(assert (myObject (attribute1 "attr92488") ) ) +(assert (myObject (attribute1 "attr92489") ) ) +(assert (myObject (attribute1 "attr92490") ) ) +(assert (myObject (attribute1 "attr92491") ) ) +(assert (myObject (attribute1 "attr92492") ) ) +(assert (myObject (attribute1 "attr92493") ) ) +(assert (myObject (attribute1 "attr92494") ) ) +(assert (myObject (attribute1 "attr92495") ) ) +(assert (myObject (attribute1 "attr92496") ) ) +(assert (myObject (attribute1 "attr92497") ) ) +(assert (myObject (attribute1 "attr92498") ) ) +(assert (myObject (attribute1 "attr92499") ) ) +(assert (myObject (attribute1 "attr92500") ) ) +(assert (myObject (attribute1 "attr92501") ) ) +(assert (myObject (attribute1 "attr92502") ) ) +(assert (myObject (attribute1 "attr92503") ) ) +(assert (myObject (attribute1 "attr92504") ) ) +(assert (myObject (attribute1 "attr92505") ) ) +(assert (myObject (attribute1 "attr92506") ) ) +(assert (myObject (attribute1 "attr92507") ) ) +(assert (myObject (attribute1 "attr92508") ) ) +(assert (myObject (attribute1 "attr92509") ) ) +(assert (myObject (attribute1 "attr92510") ) ) +(assert (myObject (attribute1 "attr92511") ) ) +(assert (myObject (attribute1 "attr92512") ) ) +(assert (myObject (attribute1 "attr92513") ) ) +(assert (myObject (attribute1 "attr92514") ) ) +(assert (myObject (attribute1 "attr92515") ) ) +(assert (myObject (attribute1 "attr92516") ) ) +(assert (myObject (attribute1 "attr92517") ) ) +(assert (myObject (attribute1 "attr92518") ) ) +(assert (myObject (attribute1 "attr92519") ) ) +(assert (myObject (attribute1 "attr92520") ) ) +(assert (myObject (attribute1 "attr92521") ) ) +(assert (myObject (attribute1 "attr92522") ) ) +(assert (myObject (attribute1 "attr92523") ) ) +(assert (myObject (attribute1 "attr92524") ) ) +(assert (myObject (attribute1 "attr92525") ) ) +(assert (myObject (attribute1 "attr92526") ) ) +(assert (myObject (attribute1 "attr92527") ) ) +(assert (myObject (attribute1 "attr92528") ) ) +(assert (myObject (attribute1 "attr92529") ) ) +(assert (myObject (attribute1 "attr92530") ) ) +(assert (myObject (attribute1 "attr92531") ) ) +(assert (myObject (attribute1 "attr92532") ) ) +(assert (myObject (attribute1 "attr92533") ) ) +(assert (myObject (attribute1 "attr92534") ) ) +(assert (myObject (attribute1 "attr92535") ) ) +(assert (myObject (attribute1 "attr92536") ) ) +(assert (myObject (attribute1 "attr92537") ) ) +(assert (myObject (attribute1 "attr92538") ) ) +(assert (myObject (attribute1 "attr92539") ) ) +(assert (myObject (attribute1 "attr92540") ) ) +(assert (myObject (attribute1 "attr92541") ) ) +(assert (myObject (attribute1 "attr92542") ) ) +(assert (myObject (attribute1 "attr92543") ) ) +(assert (myObject (attribute1 "attr92544") ) ) +(assert (myObject (attribute1 "attr92545") ) ) +(assert (myObject (attribute1 "attr92546") ) ) +(assert (myObject (attribute1 "attr92547") ) ) +(assert (myObject (attribute1 "attr92548") ) ) +(assert (myObject (attribute1 "attr92549") ) ) +(assert (myObject (attribute1 "attr92550") ) ) +(assert (myObject (attribute1 "attr92551") ) ) +(assert (myObject (attribute1 "attr92552") ) ) +(assert (myObject (attribute1 "attr92553") ) ) +(assert (myObject (attribute1 "attr92554") ) ) +(assert (myObject (attribute1 "attr92555") ) ) +(assert (myObject (attribute1 "attr92556") ) ) +(assert (myObject (attribute1 "attr92557") ) ) +(assert (myObject (attribute1 "attr92558") ) ) +(assert (myObject (attribute1 "attr92559") ) ) +(assert (myObject (attribute1 "attr92560") ) ) +(assert (myObject (attribute1 "attr92561") ) ) +(assert (myObject (attribute1 "attr92562") ) ) +(assert (myObject (attribute1 "attr92563") ) ) +(assert (myObject (attribute1 "attr92564") ) ) +(assert (myObject (attribute1 "attr92565") ) ) +(assert (myObject (attribute1 "attr92566") ) ) +(assert (myObject (attribute1 "attr92567") ) ) +(assert (myObject (attribute1 "attr92568") ) ) +(assert (myObject (attribute1 "attr92569") ) ) +(assert (myObject (attribute1 "attr92570") ) ) +(assert (myObject (attribute1 "attr92571") ) ) +(assert (myObject (attribute1 "attr92572") ) ) +(assert (myObject (attribute1 "attr92573") ) ) +(assert (myObject (attribute1 "attr92574") ) ) +(assert (myObject (attribute1 "attr92575") ) ) +(assert (myObject (attribute1 "attr92576") ) ) +(assert (myObject (attribute1 "attr92577") ) ) +(assert (myObject (attribute1 "attr92578") ) ) +(assert (myObject (attribute1 "attr92579") ) ) +(assert (myObject (attribute1 "attr92580") ) ) +(assert (myObject (attribute1 "attr92581") ) ) +(assert (myObject (attribute1 "attr92582") ) ) +(assert (myObject (attribute1 "attr92583") ) ) +(assert (myObject (attribute1 "attr92584") ) ) +(assert (myObject (attribute1 "attr92585") ) ) +(assert (myObject (attribute1 "attr92586") ) ) +(assert (myObject (attribute1 "attr92587") ) ) +(assert (myObject (attribute1 "attr92588") ) ) +(assert (myObject (attribute1 "attr92589") ) ) +(assert (myObject (attribute1 "attr92590") ) ) +(assert (myObject (attribute1 "attr92591") ) ) +(assert (myObject (attribute1 "attr92592") ) ) +(assert (myObject (attribute1 "attr92593") ) ) +(assert (myObject (attribute1 "attr92594") ) ) +(assert (myObject (attribute1 "attr92595") ) ) +(assert (myObject (attribute1 "attr92596") ) ) +(assert (myObject (attribute1 "attr92597") ) ) +(assert (myObject (attribute1 "attr92598") ) ) +(assert (myObject (attribute1 "attr92599") ) ) +(assert (myObject (attribute1 "attr92600") ) ) +(assert (myObject (attribute1 "attr92601") ) ) +(assert (myObject (attribute1 "attr92602") ) ) +(assert (myObject (attribute1 "attr92603") ) ) +(assert (myObject (attribute1 "attr92604") ) ) +(assert (myObject (attribute1 "attr92605") ) ) +(assert (myObject (attribute1 "attr92606") ) ) +(assert (myObject (attribute1 "attr92607") ) ) +(assert (myObject (attribute1 "attr92608") ) ) +(assert (myObject (attribute1 "attr92609") ) ) +(assert (myObject (attribute1 "attr92610") ) ) +(assert (myObject (attribute1 "attr92611") ) ) +(assert (myObject (attribute1 "attr92612") ) ) +(assert (myObject (attribute1 "attr92613") ) ) +(assert (myObject (attribute1 "attr92614") ) ) +(assert (myObject (attribute1 "attr92615") ) ) +(assert (myObject (attribute1 "attr92616") ) ) +(assert (myObject (attribute1 "attr92617") ) ) +(assert (myObject (attribute1 "attr92618") ) ) +(assert (myObject (attribute1 "attr92619") ) ) +(assert (myObject (attribute1 "attr92620") ) ) +(assert (myObject (attribute1 "attr92621") ) ) +(assert (myObject (attribute1 "attr92622") ) ) +(assert (myObject (attribute1 "attr92623") ) ) +(assert (myObject (attribute1 "attr92624") ) ) +(assert (myObject (attribute1 "attr92625") ) ) +(assert (myObject (attribute1 "attr92626") ) ) +(assert (myObject (attribute1 "attr92627") ) ) +(assert (myObject (attribute1 "attr92628") ) ) +(assert (myObject (attribute1 "attr92629") ) ) +(assert (myObject (attribute1 "attr92630") ) ) +(assert (myObject (attribute1 "attr92631") ) ) +(assert (myObject (attribute1 "attr92632") ) ) +(assert (myObject (attribute1 "attr92633") ) ) +(assert (myObject (attribute1 "attr92634") ) ) +(assert (myObject (attribute1 "attr92635") ) ) +(assert (myObject (attribute1 "attr92636") ) ) +(assert (myObject (attribute1 "attr92637") ) ) +(assert (myObject (attribute1 "attr92638") ) ) +(assert (myObject (attribute1 "attr92639") ) ) +(assert (myObject (attribute1 "attr92640") ) ) +(assert (myObject (attribute1 "attr92641") ) ) +(assert (myObject (attribute1 "attr92642") ) ) +(assert (myObject (attribute1 "attr92643") ) ) +(assert (myObject (attribute1 "attr92644") ) ) +(assert (myObject (attribute1 "attr92645") ) ) +(assert (myObject (attribute1 "attr92646") ) ) +(assert (myObject (attribute1 "attr92647") ) ) +(assert (myObject (attribute1 "attr92648") ) ) +(assert (myObject (attribute1 "attr92649") ) ) +(assert (myObject (attribute1 "attr92650") ) ) +(assert (myObject (attribute1 "attr92651") ) ) +(assert (myObject (attribute1 "attr92652") ) ) +(assert (myObject (attribute1 "attr92653") ) ) +(assert (myObject (attribute1 "attr92654") ) ) +(assert (myObject (attribute1 "attr92655") ) ) +(assert (myObject (attribute1 "attr92656") ) ) +(assert (myObject (attribute1 "attr92657") ) ) +(assert (myObject (attribute1 "attr92658") ) ) +(assert (myObject (attribute1 "attr92659") ) ) +(assert (myObject (attribute1 "attr92660") ) ) +(assert (myObject (attribute1 "attr92661") ) ) +(assert (myObject (attribute1 "attr92662") ) ) +(assert (myObject (attribute1 "attr92663") ) ) +(assert (myObject (attribute1 "attr92664") ) ) +(assert (myObject (attribute1 "attr92665") ) ) +(assert (myObject (attribute1 "attr92666") ) ) +(assert (myObject (attribute1 "attr92667") ) ) +(assert (myObject (attribute1 "attr92668") ) ) +(assert (myObject (attribute1 "attr92669") ) ) +(assert (myObject (attribute1 "attr92670") ) ) +(assert (myObject (attribute1 "attr92671") ) ) +(assert (myObject (attribute1 "attr92672") ) ) +(assert (myObject (attribute1 "attr92673") ) ) +(assert (myObject (attribute1 "attr92674") ) ) +(assert (myObject (attribute1 "attr92675") ) ) +(assert (myObject (attribute1 "attr92676") ) ) +(assert (myObject (attribute1 "attr92677") ) ) +(assert (myObject (attribute1 "attr92678") ) ) +(assert (myObject (attribute1 "attr92679") ) ) +(assert (myObject (attribute1 "attr92680") ) ) +(assert (myObject (attribute1 "attr92681") ) ) +(assert (myObject (attribute1 "attr92682") ) ) +(assert (myObject (attribute1 "attr92683") ) ) +(assert (myObject (attribute1 "attr92684") ) ) +(assert (myObject (attribute1 "attr92685") ) ) +(assert (myObject (attribute1 "attr92686") ) ) +(assert (myObject (attribute1 "attr92687") ) ) +(assert (myObject (attribute1 "attr92688") ) ) +(assert (myObject (attribute1 "attr92689") ) ) +(assert (myObject (attribute1 "attr92690") ) ) +(assert (myObject (attribute1 "attr92691") ) ) +(assert (myObject (attribute1 "attr92692") ) ) +(assert (myObject (attribute1 "attr92693") ) ) +(assert (myObject (attribute1 "attr92694") ) ) +(assert (myObject (attribute1 "attr92695") ) ) +(assert (myObject (attribute1 "attr92696") ) ) +(assert (myObject (attribute1 "attr92697") ) ) +(assert (myObject (attribute1 "attr92698") ) ) +(assert (myObject (attribute1 "attr92699") ) ) +(assert (myObject (attribute1 "attr92700") ) ) +(assert (myObject (attribute1 "attr92701") ) ) +(assert (myObject (attribute1 "attr92702") ) ) +(assert (myObject (attribute1 "attr92703") ) ) +(assert (myObject (attribute1 "attr92704") ) ) +(assert (myObject (attribute1 "attr92705") ) ) +(assert (myObject (attribute1 "attr92706") ) ) +(assert (myObject (attribute1 "attr92707") ) ) +(assert (myObject (attribute1 "attr92708") ) ) +(assert (myObject (attribute1 "attr92709") ) ) +(assert (myObject (attribute1 "attr92710") ) ) +(assert (myObject (attribute1 "attr92711") ) ) +(assert (myObject (attribute1 "attr92712") ) ) +(assert (myObject (attribute1 "attr92713") ) ) +(assert (myObject (attribute1 "attr92714") ) ) +(assert (myObject (attribute1 "attr92715") ) ) +(assert (myObject (attribute1 "attr92716") ) ) +(assert (myObject (attribute1 "attr92717") ) ) +(assert (myObject (attribute1 "attr92718") ) ) +(assert (myObject (attribute1 "attr92719") ) ) +(assert (myObject (attribute1 "attr92720") ) ) +(assert (myObject (attribute1 "attr92721") ) ) +(assert (myObject (attribute1 "attr92722") ) ) +(assert (myObject (attribute1 "attr92723") ) ) +(assert (myObject (attribute1 "attr92724") ) ) +(assert (myObject (attribute1 "attr92725") ) ) +(assert (myObject (attribute1 "attr92726") ) ) +(assert (myObject (attribute1 "attr92727") ) ) +(assert (myObject (attribute1 "attr92728") ) ) +(assert (myObject (attribute1 "attr92729") ) ) +(assert (myObject (attribute1 "attr92730") ) ) +(assert (myObject (attribute1 "attr92731") ) ) +(assert (myObject (attribute1 "attr92732") ) ) +(assert (myObject (attribute1 "attr92733") ) ) +(assert (myObject (attribute1 "attr92734") ) ) +(assert (myObject (attribute1 "attr92735") ) ) +(assert (myObject (attribute1 "attr92736") ) ) +(assert (myObject (attribute1 "attr92737") ) ) +(assert (myObject (attribute1 "attr92738") ) ) +(assert (myObject (attribute1 "attr92739") ) ) +(assert (myObject (attribute1 "attr92740") ) ) +(assert (myObject (attribute1 "attr92741") ) ) +(assert (myObject (attribute1 "attr92742") ) ) +(assert (myObject (attribute1 "attr92743") ) ) +(assert (myObject (attribute1 "attr92744") ) ) +(assert (myObject (attribute1 "attr92745") ) ) +(assert (myObject (attribute1 "attr92746") ) ) +(assert (myObject (attribute1 "attr92747") ) ) +(assert (myObject (attribute1 "attr92748") ) ) +(assert (myObject (attribute1 "attr92749") ) ) +(assert (myObject (attribute1 "attr92750") ) ) +(assert (myObject (attribute1 "attr92751") ) ) +(assert (myObject (attribute1 "attr92752") ) ) +(assert (myObject (attribute1 "attr92753") ) ) +(assert (myObject (attribute1 "attr92754") ) ) +(assert (myObject (attribute1 "attr92755") ) ) +(assert (myObject (attribute1 "attr92756") ) ) +(assert (myObject (attribute1 "attr92757") ) ) +(assert (myObject (attribute1 "attr92758") ) ) +(assert (myObject (attribute1 "attr92759") ) ) +(assert (myObject (attribute1 "attr92760") ) ) +(assert (myObject (attribute1 "attr92761") ) ) +(assert (myObject (attribute1 "attr92762") ) ) +(assert (myObject (attribute1 "attr92763") ) ) +(assert (myObject (attribute1 "attr92764") ) ) +(assert (myObject (attribute1 "attr92765") ) ) +(assert (myObject (attribute1 "attr92766") ) ) +(assert (myObject (attribute1 "attr92767") ) ) +(assert (myObject (attribute1 "attr92768") ) ) +(assert (myObject (attribute1 "attr92769") ) ) +(assert (myObject (attribute1 "attr92770") ) ) +(assert (myObject (attribute1 "attr92771") ) ) +(assert (myObject (attribute1 "attr92772") ) ) +(assert (myObject (attribute1 "attr92773") ) ) +(assert (myObject (attribute1 "attr92774") ) ) +(assert (myObject (attribute1 "attr92775") ) ) +(assert (myObject (attribute1 "attr92776") ) ) +(assert (myObject (attribute1 "attr92777") ) ) +(assert (myObject (attribute1 "attr92778") ) ) +(assert (myObject (attribute1 "attr92779") ) ) +(assert (myObject (attribute1 "attr92780") ) ) +(assert (myObject (attribute1 "attr92781") ) ) +(assert (myObject (attribute1 "attr92782") ) ) +(assert (myObject (attribute1 "attr92783") ) ) +(assert (myObject (attribute1 "attr92784") ) ) +(assert (myObject (attribute1 "attr92785") ) ) +(assert (myObject (attribute1 "attr92786") ) ) +(assert (myObject (attribute1 "attr92787") ) ) +(assert (myObject (attribute1 "attr92788") ) ) +(assert (myObject (attribute1 "attr92789") ) ) +(assert (myObject (attribute1 "attr92790") ) ) +(assert (myObject (attribute1 "attr92791") ) ) +(assert (myObject (attribute1 "attr92792") ) ) +(assert (myObject (attribute1 "attr92793") ) ) +(assert (myObject (attribute1 "attr92794") ) ) +(assert (myObject (attribute1 "attr92795") ) ) +(assert (myObject (attribute1 "attr92796") ) ) +(assert (myObject (attribute1 "attr92797") ) ) +(assert (myObject (attribute1 "attr92798") ) ) +(assert (myObject (attribute1 "attr92799") ) ) +(assert (myObject (attribute1 "attr92800") ) ) +(assert (myObject (attribute1 "attr92801") ) ) +(assert (myObject (attribute1 "attr92802") ) ) +(assert (myObject (attribute1 "attr92803") ) ) +(assert (myObject (attribute1 "attr92804") ) ) +(assert (myObject (attribute1 "attr92805") ) ) +(assert (myObject (attribute1 "attr92806") ) ) +(assert (myObject (attribute1 "attr92807") ) ) +(assert (myObject (attribute1 "attr92808") ) ) +(assert (myObject (attribute1 "attr92809") ) ) +(assert (myObject (attribute1 "attr92810") ) ) +(assert (myObject (attribute1 "attr92811") ) ) +(assert (myObject (attribute1 "attr92812") ) ) +(assert (myObject (attribute1 "attr92813") ) ) +(assert (myObject (attribute1 "attr92814") ) ) +(assert (myObject (attribute1 "attr92815") ) ) +(assert (myObject (attribute1 "attr92816") ) ) +(assert (myObject (attribute1 "attr92817") ) ) +(assert (myObject (attribute1 "attr92818") ) ) +(assert (myObject (attribute1 "attr92819") ) ) +(assert (myObject (attribute1 "attr92820") ) ) +(assert (myObject (attribute1 "attr92821") ) ) +(assert (myObject (attribute1 "attr92822") ) ) +(assert (myObject (attribute1 "attr92823") ) ) +(assert (myObject (attribute1 "attr92824") ) ) +(assert (myObject (attribute1 "attr92825") ) ) +(assert (myObject (attribute1 "attr92826") ) ) +(assert (myObject (attribute1 "attr92827") ) ) +(assert (myObject (attribute1 "attr92828") ) ) +(assert (myObject (attribute1 "attr92829") ) ) +(assert (myObject (attribute1 "attr92830") ) ) +(assert (myObject (attribute1 "attr92831") ) ) +(assert (myObject (attribute1 "attr92832") ) ) +(assert (myObject (attribute1 "attr92833") ) ) +(assert (myObject (attribute1 "attr92834") ) ) +(assert (myObject (attribute1 "attr92835") ) ) +(assert (myObject (attribute1 "attr92836") ) ) +(assert (myObject (attribute1 "attr92837") ) ) +(assert (myObject (attribute1 "attr92838") ) ) +(assert (myObject (attribute1 "attr92839") ) ) +(assert (myObject (attribute1 "attr92840") ) ) +(assert (myObject (attribute1 "attr92841") ) ) +(assert (myObject (attribute1 "attr92842") ) ) +(assert (myObject (attribute1 "attr92843") ) ) +(assert (myObject (attribute1 "attr92844") ) ) +(assert (myObject (attribute1 "attr92845") ) ) +(assert (myObject (attribute1 "attr92846") ) ) +(assert (myObject (attribute1 "attr92847") ) ) +(assert (myObject (attribute1 "attr92848") ) ) +(assert (myObject (attribute1 "attr92849") ) ) +(assert (myObject (attribute1 "attr92850") ) ) +(assert (myObject (attribute1 "attr92851") ) ) +(assert (myObject (attribute1 "attr92852") ) ) +(assert (myObject (attribute1 "attr92853") ) ) +(assert (myObject (attribute1 "attr92854") ) ) +(assert (myObject (attribute1 "attr92855") ) ) +(assert (myObject (attribute1 "attr92856") ) ) +(assert (myObject (attribute1 "attr92857") ) ) +(assert (myObject (attribute1 "attr92858") ) ) +(assert (myObject (attribute1 "attr92859") ) ) +(assert (myObject (attribute1 "attr92860") ) ) +(assert (myObject (attribute1 "attr92861") ) ) +(assert (myObject (attribute1 "attr92862") ) ) +(assert (myObject (attribute1 "attr92863") ) ) +(assert (myObject (attribute1 "attr92864") ) ) +(assert (myObject (attribute1 "attr92865") ) ) +(assert (myObject (attribute1 "attr92866") ) ) +(assert (myObject (attribute1 "attr92867") ) ) +(assert (myObject (attribute1 "attr92868") ) ) +(assert (myObject (attribute1 "attr92869") ) ) +(assert (myObject (attribute1 "attr92870") ) ) +(assert (myObject (attribute1 "attr92871") ) ) +(assert (myObject (attribute1 "attr92872") ) ) +(assert (myObject (attribute1 "attr92873") ) ) +(assert (myObject (attribute1 "attr92874") ) ) +(assert (myObject (attribute1 "attr92875") ) ) +(assert (myObject (attribute1 "attr92876") ) ) +(assert (myObject (attribute1 "attr92877") ) ) +(assert (myObject (attribute1 "attr92878") ) ) +(assert (myObject (attribute1 "attr92879") ) ) +(assert (myObject (attribute1 "attr92880") ) ) +(assert (myObject (attribute1 "attr92881") ) ) +(assert (myObject (attribute1 "attr92882") ) ) +(assert (myObject (attribute1 "attr92883") ) ) +(assert (myObject (attribute1 "attr92884") ) ) +(assert (myObject (attribute1 "attr92885") ) ) +(assert (myObject (attribute1 "attr92886") ) ) +(assert (myObject (attribute1 "attr92887") ) ) +(assert (myObject (attribute1 "attr92888") ) ) +(assert (myObject (attribute1 "attr92889") ) ) +(assert (myObject (attribute1 "attr92890") ) ) +(assert (myObject (attribute1 "attr92891") ) ) +(assert (myObject (attribute1 "attr92892") ) ) +(assert (myObject (attribute1 "attr92893") ) ) +(assert (myObject (attribute1 "attr92894") ) ) +(assert (myObject (attribute1 "attr92895") ) ) +(assert (myObject (attribute1 "attr92896") ) ) +(assert (myObject (attribute1 "attr92897") ) ) +(assert (myObject (attribute1 "attr92898") ) ) +(assert (myObject (attribute1 "attr92899") ) ) +(assert (myObject (attribute1 "attr92900") ) ) +(assert (myObject (attribute1 "attr92901") ) ) +(assert (myObject (attribute1 "attr92902") ) ) +(assert (myObject (attribute1 "attr92903") ) ) +(assert (myObject (attribute1 "attr92904") ) ) +(assert (myObject (attribute1 "attr92905") ) ) +(assert (myObject (attribute1 "attr92906") ) ) +(assert (myObject (attribute1 "attr92907") ) ) +(assert (myObject (attribute1 "attr92908") ) ) +(assert (myObject (attribute1 "attr92909") ) ) +(assert (myObject (attribute1 "attr92910") ) ) +(assert (myObject (attribute1 "attr92911") ) ) +(assert (myObject (attribute1 "attr92912") ) ) +(assert (myObject (attribute1 "attr92913") ) ) +(assert (myObject (attribute1 "attr92914") ) ) +(assert (myObject (attribute1 "attr92915") ) ) +(assert (myObject (attribute1 "attr92916") ) ) +(assert (myObject (attribute1 "attr92917") ) ) +(assert (myObject (attribute1 "attr92918") ) ) +(assert (myObject (attribute1 "attr92919") ) ) +(assert (myObject (attribute1 "attr92920") ) ) +(assert (myObject (attribute1 "attr92921") ) ) +(assert (myObject (attribute1 "attr92922") ) ) +(assert (myObject (attribute1 "attr92923") ) ) +(assert (myObject (attribute1 "attr92924") ) ) +(assert (myObject (attribute1 "attr92925") ) ) +(assert (myObject (attribute1 "attr92926") ) ) +(assert (myObject (attribute1 "attr92927") ) ) +(assert (myObject (attribute1 "attr92928") ) ) +(assert (myObject (attribute1 "attr92929") ) ) +(assert (myObject (attribute1 "attr92930") ) ) +(assert (myObject (attribute1 "attr92931") ) ) +(assert (myObject (attribute1 "attr92932") ) ) +(assert (myObject (attribute1 "attr92933") ) ) +(assert (myObject (attribute1 "attr92934") ) ) +(assert (myObject (attribute1 "attr92935") ) ) +(assert (myObject (attribute1 "attr92936") ) ) +(assert (myObject (attribute1 "attr92937") ) ) +(assert (myObject (attribute1 "attr92938") ) ) +(assert (myObject (attribute1 "attr92939") ) ) +(assert (myObject (attribute1 "attr92940") ) ) +(assert (myObject (attribute1 "attr92941") ) ) +(assert (myObject (attribute1 "attr92942") ) ) +(assert (myObject (attribute1 "attr92943") ) ) +(assert (myObject (attribute1 "attr92944") ) ) +(assert (myObject (attribute1 "attr92945") ) ) +(assert (myObject (attribute1 "attr92946") ) ) +(assert (myObject (attribute1 "attr92947") ) ) +(assert (myObject (attribute1 "attr92948") ) ) +(assert (myObject (attribute1 "attr92949") ) ) +(assert (myObject (attribute1 "attr92950") ) ) +(assert (myObject (attribute1 "attr92951") ) ) +(assert (myObject (attribute1 "attr92952") ) ) +(assert (myObject (attribute1 "attr92953") ) ) +(assert (myObject (attribute1 "attr92954") ) ) +(assert (myObject (attribute1 "attr92955") ) ) +(assert (myObject (attribute1 "attr92956") ) ) +(assert (myObject (attribute1 "attr92957") ) ) +(assert (myObject (attribute1 "attr92958") ) ) +(assert (myObject (attribute1 "attr92959") ) ) +(assert (myObject (attribute1 "attr92960") ) ) +(assert (myObject (attribute1 "attr92961") ) ) +(assert (myObject (attribute1 "attr92962") ) ) +(assert (myObject (attribute1 "attr92963") ) ) +(assert (myObject (attribute1 "attr92964") ) ) +(assert (myObject (attribute1 "attr92965") ) ) +(assert (myObject (attribute1 "attr92966") ) ) +(assert (myObject (attribute1 "attr92967") ) ) +(assert (myObject (attribute1 "attr92968") ) ) +(assert (myObject (attribute1 "attr92969") ) ) +(assert (myObject (attribute1 "attr92970") ) ) +(assert (myObject (attribute1 "attr92971") ) ) +(assert (myObject (attribute1 "attr92972") ) ) +(assert (myObject (attribute1 "attr92973") ) ) +(assert (myObject (attribute1 "attr92974") ) ) +(assert (myObject (attribute1 "attr92975") ) ) +(assert (myObject (attribute1 "attr92976") ) ) +(assert (myObject (attribute1 "attr92977") ) ) +(assert (myObject (attribute1 "attr92978") ) ) +(assert (myObject (attribute1 "attr92979") ) ) +(assert (myObject (attribute1 "attr92980") ) ) +(assert (myObject (attribute1 "attr92981") ) ) +(assert (myObject (attribute1 "attr92982") ) ) +(assert (myObject (attribute1 "attr92983") ) ) +(assert (myObject (attribute1 "attr92984") ) ) +(assert (myObject (attribute1 "attr92985") ) ) +(assert (myObject (attribute1 "attr92986") ) ) +(assert (myObject (attribute1 "attr92987") ) ) +(assert (myObject (attribute1 "attr92988") ) ) +(assert (myObject (attribute1 "attr92989") ) ) +(assert (myObject (attribute1 "attr92990") ) ) +(assert (myObject (attribute1 "attr92991") ) ) +(assert (myObject (attribute1 "attr92992") ) ) +(assert (myObject (attribute1 "attr92993") ) ) +(assert (myObject (attribute1 "attr92994") ) ) +(assert (myObject (attribute1 "attr92995") ) ) +(assert (myObject (attribute1 "attr92996") ) ) +(assert (myObject (attribute1 "attr92997") ) ) +(assert (myObject (attribute1 "attr92998") ) ) +(assert (myObject (attribute1 "attr92999") ) ) +(assert (myObject (attribute1 "attr93000") ) ) +(assert (myObject (attribute1 "attr93001") ) ) +(assert (myObject (attribute1 "attr93002") ) ) +(assert (myObject (attribute1 "attr93003") ) ) +(assert (myObject (attribute1 "attr93004") ) ) +(assert (myObject (attribute1 "attr93005") ) ) +(assert (myObject (attribute1 "attr93006") ) ) +(assert (myObject (attribute1 "attr93007") ) ) +(assert (myObject (attribute1 "attr93008") ) ) +(assert (myObject (attribute1 "attr93009") ) ) +(assert (myObject (attribute1 "attr93010") ) ) +(assert (myObject (attribute1 "attr93011") ) ) +(assert (myObject (attribute1 "attr93012") ) ) +(assert (myObject (attribute1 "attr93013") ) ) +(assert (myObject (attribute1 "attr93014") ) ) +(assert (myObject (attribute1 "attr93015") ) ) +(assert (myObject (attribute1 "attr93016") ) ) +(assert (myObject (attribute1 "attr93017") ) ) +(assert (myObject (attribute1 "attr93018") ) ) +(assert (myObject (attribute1 "attr93019") ) ) +(assert (myObject (attribute1 "attr93020") ) ) +(assert (myObject (attribute1 "attr93021") ) ) +(assert (myObject (attribute1 "attr93022") ) ) +(assert (myObject (attribute1 "attr93023") ) ) +(assert (myObject (attribute1 "attr93024") ) ) +(assert (myObject (attribute1 "attr93025") ) ) +(assert (myObject (attribute1 "attr93026") ) ) +(assert (myObject (attribute1 "attr93027") ) ) +(assert (myObject (attribute1 "attr93028") ) ) +(assert (myObject (attribute1 "attr93029") ) ) +(assert (myObject (attribute1 "attr93030") ) ) +(assert (myObject (attribute1 "attr93031") ) ) +(assert (myObject (attribute1 "attr93032") ) ) +(assert (myObject (attribute1 "attr93033") ) ) +(assert (myObject (attribute1 "attr93034") ) ) +(assert (myObject (attribute1 "attr93035") ) ) +(assert (myObject (attribute1 "attr93036") ) ) +(assert (myObject (attribute1 "attr93037") ) ) +(assert (myObject (attribute1 "attr93038") ) ) +(assert (myObject (attribute1 "attr93039") ) ) +(assert (myObject (attribute1 "attr93040") ) ) +(assert (myObject (attribute1 "attr93041") ) ) +(assert (myObject (attribute1 "attr93042") ) ) +(assert (myObject (attribute1 "attr93043") ) ) +(assert (myObject (attribute1 "attr93044") ) ) +(assert (myObject (attribute1 "attr93045") ) ) +(assert (myObject (attribute1 "attr93046") ) ) +(assert (myObject (attribute1 "attr93047") ) ) +(assert (myObject (attribute1 "attr93048") ) ) +(assert (myObject (attribute1 "attr93049") ) ) +(assert (myObject (attribute1 "attr93050") ) ) +(assert (myObject (attribute1 "attr93051") ) ) +(assert (myObject (attribute1 "attr93052") ) ) +(assert (myObject (attribute1 "attr93053") ) ) +(assert (myObject (attribute1 "attr93054") ) ) +(assert (myObject (attribute1 "attr93055") ) ) +(assert (myObject (attribute1 "attr93056") ) ) +(assert (myObject (attribute1 "attr93057") ) ) +(assert (myObject (attribute1 "attr93058") ) ) +(assert (myObject (attribute1 "attr93059") ) ) +(assert (myObject (attribute1 "attr93060") ) ) +(assert (myObject (attribute1 "attr93061") ) ) +(assert (myObject (attribute1 "attr93062") ) ) +(assert (myObject (attribute1 "attr93063") ) ) +(assert (myObject (attribute1 "attr93064") ) ) +(assert (myObject (attribute1 "attr93065") ) ) +(assert (myObject (attribute1 "attr93066") ) ) +(assert (myObject (attribute1 "attr93067") ) ) +(assert (myObject (attribute1 "attr93068") ) ) +(assert (myObject (attribute1 "attr93069") ) ) +(assert (myObject (attribute1 "attr93070") ) ) +(assert (myObject (attribute1 "attr93071") ) ) +(assert (myObject (attribute1 "attr93072") ) ) +(assert (myObject (attribute1 "attr93073") ) ) +(assert (myObject (attribute1 "attr93074") ) ) +(assert (myObject (attribute1 "attr93075") ) ) +(assert (myObject (attribute1 "attr93076") ) ) +(assert (myObject (attribute1 "attr93077") ) ) +(assert (myObject (attribute1 "attr93078") ) ) +(assert (myObject (attribute1 "attr93079") ) ) +(assert (myObject (attribute1 "attr93080") ) ) +(assert (myObject (attribute1 "attr93081") ) ) +(assert (myObject (attribute1 "attr93082") ) ) +(assert (myObject (attribute1 "attr93083") ) ) +(assert (myObject (attribute1 "attr93084") ) ) +(assert (myObject (attribute1 "attr93085") ) ) +(assert (myObject (attribute1 "attr93086") ) ) +(assert (myObject (attribute1 "attr93087") ) ) +(assert (myObject (attribute1 "attr93088") ) ) +(assert (myObject (attribute1 "attr93089") ) ) +(assert (myObject (attribute1 "attr93090") ) ) +(assert (myObject (attribute1 "attr93091") ) ) +(assert (myObject (attribute1 "attr93092") ) ) +(assert (myObject (attribute1 "attr93093") ) ) +(assert (myObject (attribute1 "attr93094") ) ) +(assert (myObject (attribute1 "attr93095") ) ) +(assert (myObject (attribute1 "attr93096") ) ) +(assert (myObject (attribute1 "attr93097") ) ) +(assert (myObject (attribute1 "attr93098") ) ) +(assert (myObject (attribute1 "attr93099") ) ) +(assert (myObject (attribute1 "attr93100") ) ) +(assert (myObject (attribute1 "attr93101") ) ) +(assert (myObject (attribute1 "attr93102") ) ) +(assert (myObject (attribute1 "attr93103") ) ) +(assert (myObject (attribute1 "attr93104") ) ) +(assert (myObject (attribute1 "attr93105") ) ) +(assert (myObject (attribute1 "attr93106") ) ) +(assert (myObject (attribute1 "attr93107") ) ) +(assert (myObject (attribute1 "attr93108") ) ) +(assert (myObject (attribute1 "attr93109") ) ) +(assert (myObject (attribute1 "attr93110") ) ) +(assert (myObject (attribute1 "attr93111") ) ) +(assert (myObject (attribute1 "attr93112") ) ) +(assert (myObject (attribute1 "attr93113") ) ) +(assert (myObject (attribute1 "attr93114") ) ) +(assert (myObject (attribute1 "attr93115") ) ) +(assert (myObject (attribute1 "attr93116") ) ) +(assert (myObject (attribute1 "attr93117") ) ) +(assert (myObject (attribute1 "attr93118") ) ) +(assert (myObject (attribute1 "attr93119") ) ) +(assert (myObject (attribute1 "attr93120") ) ) +(assert (myObject (attribute1 "attr93121") ) ) +(assert (myObject (attribute1 "attr93122") ) ) +(assert (myObject (attribute1 "attr93123") ) ) +(assert (myObject (attribute1 "attr93124") ) ) +(assert (myObject (attribute1 "attr93125") ) ) +(assert (myObject (attribute1 "attr93126") ) ) +(assert (myObject (attribute1 "attr93127") ) ) +(assert (myObject (attribute1 "attr93128") ) ) +(assert (myObject (attribute1 "attr93129") ) ) +(assert (myObject (attribute1 "attr93130") ) ) +(assert (myObject (attribute1 "attr93131") ) ) +(assert (myObject (attribute1 "attr93132") ) ) +(assert (myObject (attribute1 "attr93133") ) ) +(assert (myObject (attribute1 "attr93134") ) ) +(assert (myObject (attribute1 "attr93135") ) ) +(assert (myObject (attribute1 "attr93136") ) ) +(assert (myObject (attribute1 "attr93137") ) ) +(assert (myObject (attribute1 "attr93138") ) ) +(assert (myObject (attribute1 "attr93139") ) ) +(assert (myObject (attribute1 "attr93140") ) ) +(assert (myObject (attribute1 "attr93141") ) ) +(assert (myObject (attribute1 "attr93142") ) ) +(assert (myObject (attribute1 "attr93143") ) ) +(assert (myObject (attribute1 "attr93144") ) ) +(assert (myObject (attribute1 "attr93145") ) ) +(assert (myObject (attribute1 "attr93146") ) ) +(assert (myObject (attribute1 "attr93147") ) ) +(assert (myObject (attribute1 "attr93148") ) ) +(assert (myObject (attribute1 "attr93149") ) ) +(assert (myObject (attribute1 "attr93150") ) ) +(assert (myObject (attribute1 "attr93151") ) ) +(assert (myObject (attribute1 "attr93152") ) ) +(assert (myObject (attribute1 "attr93153") ) ) +(assert (myObject (attribute1 "attr93154") ) ) +(assert (myObject (attribute1 "attr93155") ) ) +(assert (myObject (attribute1 "attr93156") ) ) +(assert (myObject (attribute1 "attr93157") ) ) +(assert (myObject (attribute1 "attr93158") ) ) +(assert (myObject (attribute1 "attr93159") ) ) +(assert (myObject (attribute1 "attr93160") ) ) +(assert (myObject (attribute1 "attr93161") ) ) +(assert (myObject (attribute1 "attr93162") ) ) +(assert (myObject (attribute1 "attr93163") ) ) +(assert (myObject (attribute1 "attr93164") ) ) +(assert (myObject (attribute1 "attr93165") ) ) +(assert (myObject (attribute1 "attr93166") ) ) +(assert (myObject (attribute1 "attr93167") ) ) +(assert (myObject (attribute1 "attr93168") ) ) +(assert (myObject (attribute1 "attr93169") ) ) +(assert (myObject (attribute1 "attr93170") ) ) +(assert (myObject (attribute1 "attr93171") ) ) +(assert (myObject (attribute1 "attr93172") ) ) +(assert (myObject (attribute1 "attr93173") ) ) +(assert (myObject (attribute1 "attr93174") ) ) +(assert (myObject (attribute1 "attr93175") ) ) +(assert (myObject (attribute1 "attr93176") ) ) +(assert (myObject (attribute1 "attr93177") ) ) +(assert (myObject (attribute1 "attr93178") ) ) +(assert (myObject (attribute1 "attr93179") ) ) +(assert (myObject (attribute1 "attr93180") ) ) +(assert (myObject (attribute1 "attr93181") ) ) +(assert (myObject (attribute1 "attr93182") ) ) +(assert (myObject (attribute1 "attr93183") ) ) +(assert (myObject (attribute1 "attr93184") ) ) +(assert (myObject (attribute1 "attr93185") ) ) +(assert (myObject (attribute1 "attr93186") ) ) +(assert (myObject (attribute1 "attr93187") ) ) +(assert (myObject (attribute1 "attr93188") ) ) +(assert (myObject (attribute1 "attr93189") ) ) +(assert (myObject (attribute1 "attr93190") ) ) +(assert (myObject (attribute1 "attr93191") ) ) +(assert (myObject (attribute1 "attr93192") ) ) +(assert (myObject (attribute1 "attr93193") ) ) +(assert (myObject (attribute1 "attr93194") ) ) +(assert (myObject (attribute1 "attr93195") ) ) +(assert (myObject (attribute1 "attr93196") ) ) +(assert (myObject (attribute1 "attr93197") ) ) +(assert (myObject (attribute1 "attr93198") ) ) +(assert (myObject (attribute1 "attr93199") ) ) +(assert (myObject (attribute1 "attr93200") ) ) +(assert (myObject (attribute1 "attr93201") ) ) +(assert (myObject (attribute1 "attr93202") ) ) +(assert (myObject (attribute1 "attr93203") ) ) +(assert (myObject (attribute1 "attr93204") ) ) +(assert (myObject (attribute1 "attr93205") ) ) +(assert (myObject (attribute1 "attr93206") ) ) +(assert (myObject (attribute1 "attr93207") ) ) +(assert (myObject (attribute1 "attr93208") ) ) +(assert (myObject (attribute1 "attr93209") ) ) +(assert (myObject (attribute1 "attr93210") ) ) +(assert (myObject (attribute1 "attr93211") ) ) +(assert (myObject (attribute1 "attr93212") ) ) +(assert (myObject (attribute1 "attr93213") ) ) +(assert (myObject (attribute1 "attr93214") ) ) +(assert (myObject (attribute1 "attr93215") ) ) +(assert (myObject (attribute1 "attr93216") ) ) +(assert (myObject (attribute1 "attr93217") ) ) +(assert (myObject (attribute1 "attr93218") ) ) +(assert (myObject (attribute1 "attr93219") ) ) +(assert (myObject (attribute1 "attr93220") ) ) +(assert (myObject (attribute1 "attr93221") ) ) +(assert (myObject (attribute1 "attr93222") ) ) +(assert (myObject (attribute1 "attr93223") ) ) +(assert (myObject (attribute1 "attr93224") ) ) +(assert (myObject (attribute1 "attr93225") ) ) +(assert (myObject (attribute1 "attr93226") ) ) +(assert (myObject (attribute1 "attr93227") ) ) +(assert (myObject (attribute1 "attr93228") ) ) +(assert (myObject (attribute1 "attr93229") ) ) +(assert (myObject (attribute1 "attr93230") ) ) +(assert (myObject (attribute1 "attr93231") ) ) +(assert (myObject (attribute1 "attr93232") ) ) +(assert (myObject (attribute1 "attr93233") ) ) +(assert (myObject (attribute1 "attr93234") ) ) +(assert (myObject (attribute1 "attr93235") ) ) +(assert (myObject (attribute1 "attr93236") ) ) +(assert (myObject (attribute1 "attr93237") ) ) +(assert (myObject (attribute1 "attr93238") ) ) +(assert (myObject (attribute1 "attr93239") ) ) +(assert (myObject (attribute1 "attr93240") ) ) +(assert (myObject (attribute1 "attr93241") ) ) +(assert (myObject (attribute1 "attr93242") ) ) +(assert (myObject (attribute1 "attr93243") ) ) +(assert (myObject (attribute1 "attr93244") ) ) +(assert (myObject (attribute1 "attr93245") ) ) +(assert (myObject (attribute1 "attr93246") ) ) +(assert (myObject (attribute1 "attr93247") ) ) +(assert (myObject (attribute1 "attr93248") ) ) +(assert (myObject (attribute1 "attr93249") ) ) +(assert (myObject (attribute1 "attr93250") ) ) +(assert (myObject (attribute1 "attr93251") ) ) +(assert (myObject (attribute1 "attr93252") ) ) +(assert (myObject (attribute1 "attr93253") ) ) +(assert (myObject (attribute1 "attr93254") ) ) +(assert (myObject (attribute1 "attr93255") ) ) +(assert (myObject (attribute1 "attr93256") ) ) +(assert (myObject (attribute1 "attr93257") ) ) +(assert (myObject (attribute1 "attr93258") ) ) +(assert (myObject (attribute1 "attr93259") ) ) +(assert (myObject (attribute1 "attr93260") ) ) +(assert (myObject (attribute1 "attr93261") ) ) +(assert (myObject (attribute1 "attr93262") ) ) +(assert (myObject (attribute1 "attr93263") ) ) +(assert (myObject (attribute1 "attr93264") ) ) +(assert (myObject (attribute1 "attr93265") ) ) +(assert (myObject (attribute1 "attr93266") ) ) +(assert (myObject (attribute1 "attr93267") ) ) +(assert (myObject (attribute1 "attr93268") ) ) +(assert (myObject (attribute1 "attr93269") ) ) +(assert (myObject (attribute1 "attr93270") ) ) +(assert (myObject (attribute1 "attr93271") ) ) +(assert (myObject (attribute1 "attr93272") ) ) +(assert (myObject (attribute1 "attr93273") ) ) +(assert (myObject (attribute1 "attr93274") ) ) +(assert (myObject (attribute1 "attr93275") ) ) +(assert (myObject (attribute1 "attr93276") ) ) +(assert (myObject (attribute1 "attr93277") ) ) +(assert (myObject (attribute1 "attr93278") ) ) +(assert (myObject (attribute1 "attr93279") ) ) +(assert (myObject (attribute1 "attr93280") ) ) +(assert (myObject (attribute1 "attr93281") ) ) +(assert (myObject (attribute1 "attr93282") ) ) +(assert (myObject (attribute1 "attr93283") ) ) +(assert (myObject (attribute1 "attr93284") ) ) +(assert (myObject (attribute1 "attr93285") ) ) +(assert (myObject (attribute1 "attr93286") ) ) +(assert (myObject (attribute1 "attr93287") ) ) +(assert (myObject (attribute1 "attr93288") ) ) +(assert (myObject (attribute1 "attr93289") ) ) +(assert (myObject (attribute1 "attr93290") ) ) +(assert (myObject (attribute1 "attr93291") ) ) +(assert (myObject (attribute1 "attr93292") ) ) +(assert (myObject (attribute1 "attr93293") ) ) +(assert (myObject (attribute1 "attr93294") ) ) +(assert (myObject (attribute1 "attr93295") ) ) +(assert (myObject (attribute1 "attr93296") ) ) +(assert (myObject (attribute1 "attr93297") ) ) +(assert (myObject (attribute1 "attr93298") ) ) +(assert (myObject (attribute1 "attr93299") ) ) +(assert (myObject (attribute1 "attr93300") ) ) +(assert (myObject (attribute1 "attr93301") ) ) +(assert (myObject (attribute1 "attr93302") ) ) +(assert (myObject (attribute1 "attr93303") ) ) +(assert (myObject (attribute1 "attr93304") ) ) +(assert (myObject (attribute1 "attr93305") ) ) +(assert (myObject (attribute1 "attr93306") ) ) +(assert (myObject (attribute1 "attr93307") ) ) +(assert (myObject (attribute1 "attr93308") ) ) +(assert (myObject (attribute1 "attr93309") ) ) +(assert (myObject (attribute1 "attr93310") ) ) +(assert (myObject (attribute1 "attr93311") ) ) +(assert (myObject (attribute1 "attr93312") ) ) +(assert (myObject (attribute1 "attr93313") ) ) +(assert (myObject (attribute1 "attr93314") ) ) +(assert (myObject (attribute1 "attr93315") ) ) +(assert (myObject (attribute1 "attr93316") ) ) +(assert (myObject (attribute1 "attr93317") ) ) +(assert (myObject (attribute1 "attr93318") ) ) +(assert (myObject (attribute1 "attr93319") ) ) +(assert (myObject (attribute1 "attr93320") ) ) +(assert (myObject (attribute1 "attr93321") ) ) +(assert (myObject (attribute1 "attr93322") ) ) +(assert (myObject (attribute1 "attr93323") ) ) +(assert (myObject (attribute1 "attr93324") ) ) +(assert (myObject (attribute1 "attr93325") ) ) +(assert (myObject (attribute1 "attr93326") ) ) +(assert (myObject (attribute1 "attr93327") ) ) +(assert (myObject (attribute1 "attr93328") ) ) +(assert (myObject (attribute1 "attr93329") ) ) +(assert (myObject (attribute1 "attr93330") ) ) +(assert (myObject (attribute1 "attr93331") ) ) +(assert (myObject (attribute1 "attr93332") ) ) +(assert (myObject (attribute1 "attr93333") ) ) +(assert (myObject (attribute1 "attr93334") ) ) +(assert (myObject (attribute1 "attr93335") ) ) +(assert (myObject (attribute1 "attr93336") ) ) +(assert (myObject (attribute1 "attr93337") ) ) +(assert (myObject (attribute1 "attr93338") ) ) +(assert (myObject (attribute1 "attr93339") ) ) +(assert (myObject (attribute1 "attr93340") ) ) +(assert (myObject (attribute1 "attr93341") ) ) +(assert (myObject (attribute1 "attr93342") ) ) +(assert (myObject (attribute1 "attr93343") ) ) +(assert (myObject (attribute1 "attr93344") ) ) +(assert (myObject (attribute1 "attr93345") ) ) +(assert (myObject (attribute1 "attr93346") ) ) +(assert (myObject (attribute1 "attr93347") ) ) +(assert (myObject (attribute1 "attr93348") ) ) +(assert (myObject (attribute1 "attr93349") ) ) +(assert (myObject (attribute1 "attr93350") ) ) +(assert (myObject (attribute1 "attr93351") ) ) +(assert (myObject (attribute1 "attr93352") ) ) +(assert (myObject (attribute1 "attr93353") ) ) +(assert (myObject (attribute1 "attr93354") ) ) +(assert (myObject (attribute1 "attr93355") ) ) +(assert (myObject (attribute1 "attr93356") ) ) +(assert (myObject (attribute1 "attr93357") ) ) +(assert (myObject (attribute1 "attr93358") ) ) +(assert (myObject (attribute1 "attr93359") ) ) +(assert (myObject (attribute1 "attr93360") ) ) +(assert (myObject (attribute1 "attr93361") ) ) +(assert (myObject (attribute1 "attr93362") ) ) +(assert (myObject (attribute1 "attr93363") ) ) +(assert (myObject (attribute1 "attr93364") ) ) +(assert (myObject (attribute1 "attr93365") ) ) +(assert (myObject (attribute1 "attr93366") ) ) +(assert (myObject (attribute1 "attr93367") ) ) +(assert (myObject (attribute1 "attr93368") ) ) +(assert (myObject (attribute1 "attr93369") ) ) +(assert (myObject (attribute1 "attr93370") ) ) +(assert (myObject (attribute1 "attr93371") ) ) +(assert (myObject (attribute1 "attr93372") ) ) +(assert (myObject (attribute1 "attr93373") ) ) +(assert (myObject (attribute1 "attr93374") ) ) +(assert (myObject (attribute1 "attr93375") ) ) +(assert (myObject (attribute1 "attr93376") ) ) +(assert (myObject (attribute1 "attr93377") ) ) +(assert (myObject (attribute1 "attr93378") ) ) +(assert (myObject (attribute1 "attr93379") ) ) +(assert (myObject (attribute1 "attr93380") ) ) +(assert (myObject (attribute1 "attr93381") ) ) +(assert (myObject (attribute1 "attr93382") ) ) +(assert (myObject (attribute1 "attr93383") ) ) +(assert (myObject (attribute1 "attr93384") ) ) +(assert (myObject (attribute1 "attr93385") ) ) +(assert (myObject (attribute1 "attr93386") ) ) +(assert (myObject (attribute1 "attr93387") ) ) +(assert (myObject (attribute1 "attr93388") ) ) +(assert (myObject (attribute1 "attr93389") ) ) +(assert (myObject (attribute1 "attr93390") ) ) +(assert (myObject (attribute1 "attr93391") ) ) +(assert (myObject (attribute1 "attr93392") ) ) +(assert (myObject (attribute1 "attr93393") ) ) +(assert (myObject (attribute1 "attr93394") ) ) +(assert (myObject (attribute1 "attr93395") ) ) +(assert (myObject (attribute1 "attr93396") ) ) +(assert (myObject (attribute1 "attr93397") ) ) +(assert (myObject (attribute1 "attr93398") ) ) +(assert (myObject (attribute1 "attr93399") ) ) +(assert (myObject (attribute1 "attr93400") ) ) +(assert (myObject (attribute1 "attr93401") ) ) +(assert (myObject (attribute1 "attr93402") ) ) +(assert (myObject (attribute1 "attr93403") ) ) +(assert (myObject (attribute1 "attr93404") ) ) +(assert (myObject (attribute1 "attr93405") ) ) +(assert (myObject (attribute1 "attr93406") ) ) +(assert (myObject (attribute1 "attr93407") ) ) +(assert (myObject (attribute1 "attr93408") ) ) +(assert (myObject (attribute1 "attr93409") ) ) +(assert (myObject (attribute1 "attr93410") ) ) +(assert (myObject (attribute1 "attr93411") ) ) +(assert (myObject (attribute1 "attr93412") ) ) +(assert (myObject (attribute1 "attr93413") ) ) +(assert (myObject (attribute1 "attr93414") ) ) +(assert (myObject (attribute1 "attr93415") ) ) +(assert (myObject (attribute1 "attr93416") ) ) +(assert (myObject (attribute1 "attr93417") ) ) +(assert (myObject (attribute1 "attr93418") ) ) +(assert (myObject (attribute1 "attr93419") ) ) +(assert (myObject (attribute1 "attr93420") ) ) +(assert (myObject (attribute1 "attr93421") ) ) +(assert (myObject (attribute1 "attr93422") ) ) +(assert (myObject (attribute1 "attr93423") ) ) +(assert (myObject (attribute1 "attr93424") ) ) +(assert (myObject (attribute1 "attr93425") ) ) +(assert (myObject (attribute1 "attr93426") ) ) +(assert (myObject (attribute1 "attr93427") ) ) +(assert (myObject (attribute1 "attr93428") ) ) +(assert (myObject (attribute1 "attr93429") ) ) +(assert (myObject (attribute1 "attr93430") ) ) +(assert (myObject (attribute1 "attr93431") ) ) +(assert (myObject (attribute1 "attr93432") ) ) +(assert (myObject (attribute1 "attr93433") ) ) +(assert (myObject (attribute1 "attr93434") ) ) +(assert (myObject (attribute1 "attr93435") ) ) +(assert (myObject (attribute1 "attr93436") ) ) +(assert (myObject (attribute1 "attr93437") ) ) +(assert (myObject (attribute1 "attr93438") ) ) +(assert (myObject (attribute1 "attr93439") ) ) +(assert (myObject (attribute1 "attr93440") ) ) +(assert (myObject (attribute1 "attr93441") ) ) +(assert (myObject (attribute1 "attr93442") ) ) +(assert (myObject (attribute1 "attr93443") ) ) +(assert (myObject (attribute1 "attr93444") ) ) +(assert (myObject (attribute1 "attr93445") ) ) +(assert (myObject (attribute1 "attr93446") ) ) +(assert (myObject (attribute1 "attr93447") ) ) +(assert (myObject (attribute1 "attr93448") ) ) +(assert (myObject (attribute1 "attr93449") ) ) +(assert (myObject (attribute1 "attr93450") ) ) +(assert (myObject (attribute1 "attr93451") ) ) +(assert (myObject (attribute1 "attr93452") ) ) +(assert (myObject (attribute1 "attr93453") ) ) +(assert (myObject (attribute1 "attr93454") ) ) +(assert (myObject (attribute1 "attr93455") ) ) +(assert (myObject (attribute1 "attr93456") ) ) +(assert (myObject (attribute1 "attr93457") ) ) +(assert (myObject (attribute1 "attr93458") ) ) +(assert (myObject (attribute1 "attr93459") ) ) +(assert (myObject (attribute1 "attr93460") ) ) +(assert (myObject (attribute1 "attr93461") ) ) +(assert (myObject (attribute1 "attr93462") ) ) +(assert (myObject (attribute1 "attr93463") ) ) +(assert (myObject (attribute1 "attr93464") ) ) +(assert (myObject (attribute1 "attr93465") ) ) +(assert (myObject (attribute1 "attr93466") ) ) +(assert (myObject (attribute1 "attr93467") ) ) +(assert (myObject (attribute1 "attr93468") ) ) +(assert (myObject (attribute1 "attr93469") ) ) +(assert (myObject (attribute1 "attr93470") ) ) +(assert (myObject (attribute1 "attr93471") ) ) +(assert (myObject (attribute1 "attr93472") ) ) +(assert (myObject (attribute1 "attr93473") ) ) +(assert (myObject (attribute1 "attr93474") ) ) +(assert (myObject (attribute1 "attr93475") ) ) +(assert (myObject (attribute1 "attr93476") ) ) +(assert (myObject (attribute1 "attr93477") ) ) +(assert (myObject (attribute1 "attr93478") ) ) +(assert (myObject (attribute1 "attr93479") ) ) +(assert (myObject (attribute1 "attr93480") ) ) +(assert (myObject (attribute1 "attr93481") ) ) +(assert (myObject (attribute1 "attr93482") ) ) +(assert (myObject (attribute1 "attr93483") ) ) +(assert (myObject (attribute1 "attr93484") ) ) +(assert (myObject (attribute1 "attr93485") ) ) +(assert (myObject (attribute1 "attr93486") ) ) +(assert (myObject (attribute1 "attr93487") ) ) +(assert (myObject (attribute1 "attr93488") ) ) +(assert (myObject (attribute1 "attr93489") ) ) +(assert (myObject (attribute1 "attr93490") ) ) +(assert (myObject (attribute1 "attr93491") ) ) +(assert (myObject (attribute1 "attr93492") ) ) +(assert (myObject (attribute1 "attr93493") ) ) +(assert (myObject (attribute1 "attr93494") ) ) +(assert (myObject (attribute1 "attr93495") ) ) +(assert (myObject (attribute1 "attr93496") ) ) +(assert (myObject (attribute1 "attr93497") ) ) +(assert (myObject (attribute1 "attr93498") ) ) +(assert (myObject (attribute1 "attr93499") ) ) +(assert (myObject (attribute1 "attr93500") ) ) +(assert (myObject (attribute1 "attr93501") ) ) +(assert (myObject (attribute1 "attr93502") ) ) +(assert (myObject (attribute1 "attr93503") ) ) +(assert (myObject (attribute1 "attr93504") ) ) +(assert (myObject (attribute1 "attr93505") ) ) +(assert (myObject (attribute1 "attr93506") ) ) +(assert (myObject (attribute1 "attr93507") ) ) +(assert (myObject (attribute1 "attr93508") ) ) +(assert (myObject (attribute1 "attr93509") ) ) +(assert (myObject (attribute1 "attr93510") ) ) +(assert (myObject (attribute1 "attr93511") ) ) +(assert (myObject (attribute1 "attr93512") ) ) +(assert (myObject (attribute1 "attr93513") ) ) +(assert (myObject (attribute1 "attr93514") ) ) +(assert (myObject (attribute1 "attr93515") ) ) +(assert (myObject (attribute1 "attr93516") ) ) +(assert (myObject (attribute1 "attr93517") ) ) +(assert (myObject (attribute1 "attr93518") ) ) +(assert (myObject (attribute1 "attr93519") ) ) +(assert (myObject (attribute1 "attr93520") ) ) +(assert (myObject (attribute1 "attr93521") ) ) +(assert (myObject (attribute1 "attr93522") ) ) +(assert (myObject (attribute1 "attr93523") ) ) +(assert (myObject (attribute1 "attr93524") ) ) +(assert (myObject (attribute1 "attr93525") ) ) +(assert (myObject (attribute1 "attr93526") ) ) +(assert (myObject (attribute1 "attr93527") ) ) +(assert (myObject (attribute1 "attr93528") ) ) +(assert (myObject (attribute1 "attr93529") ) ) +(assert (myObject (attribute1 "attr93530") ) ) +(assert (myObject (attribute1 "attr93531") ) ) +(assert (myObject (attribute1 "attr93532") ) ) +(assert (myObject (attribute1 "attr93533") ) ) +(assert (myObject (attribute1 "attr93534") ) ) +(assert (myObject (attribute1 "attr93535") ) ) +(assert (myObject (attribute1 "attr93536") ) ) +(assert (myObject (attribute1 "attr93537") ) ) +(assert (myObject (attribute1 "attr93538") ) ) +(assert (myObject (attribute1 "attr93539") ) ) +(assert (myObject (attribute1 "attr93540") ) ) +(assert (myObject (attribute1 "attr93541") ) ) +(assert (myObject (attribute1 "attr93542") ) ) +(assert (myObject (attribute1 "attr93543") ) ) +(assert (myObject (attribute1 "attr93544") ) ) +(assert (myObject (attribute1 "attr93545") ) ) +(assert (myObject (attribute1 "attr93546") ) ) +(assert (myObject (attribute1 "attr93547") ) ) +(assert (myObject (attribute1 "attr93548") ) ) +(assert (myObject (attribute1 "attr93549") ) ) +(assert (myObject (attribute1 "attr93550") ) ) +(assert (myObject (attribute1 "attr93551") ) ) +(assert (myObject (attribute1 "attr93552") ) ) +(assert (myObject (attribute1 "attr93553") ) ) +(assert (myObject (attribute1 "attr93554") ) ) +(assert (myObject (attribute1 "attr93555") ) ) +(assert (myObject (attribute1 "attr93556") ) ) +(assert (myObject (attribute1 "attr93557") ) ) +(assert (myObject (attribute1 "attr93558") ) ) +(assert (myObject (attribute1 "attr93559") ) ) +(assert (myObject (attribute1 "attr93560") ) ) +(assert (myObject (attribute1 "attr93561") ) ) +(assert (myObject (attribute1 "attr93562") ) ) +(assert (myObject (attribute1 "attr93563") ) ) +(assert (myObject (attribute1 "attr93564") ) ) +(assert (myObject (attribute1 "attr93565") ) ) +(assert (myObject (attribute1 "attr93566") ) ) +(assert (myObject (attribute1 "attr93567") ) ) +(assert (myObject (attribute1 "attr93568") ) ) +(assert (myObject (attribute1 "attr93569") ) ) +(assert (myObject (attribute1 "attr93570") ) ) +(assert (myObject (attribute1 "attr93571") ) ) +(assert (myObject (attribute1 "attr93572") ) ) +(assert (myObject (attribute1 "attr93573") ) ) +(assert (myObject (attribute1 "attr93574") ) ) +(assert (myObject (attribute1 "attr93575") ) ) +(assert (myObject (attribute1 "attr93576") ) ) +(assert (myObject (attribute1 "attr93577") ) ) +(assert (myObject (attribute1 "attr93578") ) ) +(assert (myObject (attribute1 "attr93579") ) ) +(assert (myObject (attribute1 "attr93580") ) ) +(assert (myObject (attribute1 "attr93581") ) ) +(assert (myObject (attribute1 "attr93582") ) ) +(assert (myObject (attribute1 "attr93583") ) ) +(assert (myObject (attribute1 "attr93584") ) ) +(assert (myObject (attribute1 "attr93585") ) ) +(assert (myObject (attribute1 "attr93586") ) ) +(assert (myObject (attribute1 "attr93587") ) ) +(assert (myObject (attribute1 "attr93588") ) ) +(assert (myObject (attribute1 "attr93589") ) ) +(assert (myObject (attribute1 "attr93590") ) ) +(assert (myObject (attribute1 "attr93591") ) ) +(assert (myObject (attribute1 "attr93592") ) ) +(assert (myObject (attribute1 "attr93593") ) ) +(assert (myObject (attribute1 "attr93594") ) ) +(assert (myObject (attribute1 "attr93595") ) ) +(assert (myObject (attribute1 "attr93596") ) ) +(assert (myObject (attribute1 "attr93597") ) ) +(assert (myObject (attribute1 "attr93598") ) ) +(assert (myObject (attribute1 "attr93599") ) ) +(assert (myObject (attribute1 "attr93600") ) ) +(assert (myObject (attribute1 "attr93601") ) ) +(assert (myObject (attribute1 "attr93602") ) ) +(assert (myObject (attribute1 "attr93603") ) ) +(assert (myObject (attribute1 "attr93604") ) ) +(assert (myObject (attribute1 "attr93605") ) ) +(assert (myObject (attribute1 "attr93606") ) ) +(assert (myObject (attribute1 "attr93607") ) ) +(assert (myObject (attribute1 "attr93608") ) ) +(assert (myObject (attribute1 "attr93609") ) ) +(assert (myObject (attribute1 "attr93610") ) ) +(assert (myObject (attribute1 "attr93611") ) ) +(assert (myObject (attribute1 "attr93612") ) ) +(assert (myObject (attribute1 "attr93613") ) ) +(assert (myObject (attribute1 "attr93614") ) ) +(assert (myObject (attribute1 "attr93615") ) ) +(assert (myObject (attribute1 "attr93616") ) ) +(assert (myObject (attribute1 "attr93617") ) ) +(assert (myObject (attribute1 "attr93618") ) ) +(assert (myObject (attribute1 "attr93619") ) ) +(assert (myObject (attribute1 "attr93620") ) ) +(assert (myObject (attribute1 "attr93621") ) ) +(assert (myObject (attribute1 "attr93622") ) ) +(assert (myObject (attribute1 "attr93623") ) ) +(assert (myObject (attribute1 "attr93624") ) ) +(assert (myObject (attribute1 "attr93625") ) ) +(assert (myObject (attribute1 "attr93626") ) ) +(assert (myObject (attribute1 "attr93627") ) ) +(assert (myObject (attribute1 "attr93628") ) ) +(assert (myObject (attribute1 "attr93629") ) ) +(assert (myObject (attribute1 "attr93630") ) ) +(assert (myObject (attribute1 "attr93631") ) ) +(assert (myObject (attribute1 "attr93632") ) ) +(assert (myObject (attribute1 "attr93633") ) ) +(assert (myObject (attribute1 "attr93634") ) ) +(assert (myObject (attribute1 "attr93635") ) ) +(assert (myObject (attribute1 "attr93636") ) ) +(assert (myObject (attribute1 "attr93637") ) ) +(assert (myObject (attribute1 "attr93638") ) ) +(assert (myObject (attribute1 "attr93639") ) ) +(assert (myObject (attribute1 "attr93640") ) ) +(assert (myObject (attribute1 "attr93641") ) ) +(assert (myObject (attribute1 "attr93642") ) ) +(assert (myObject (attribute1 "attr93643") ) ) +(assert (myObject (attribute1 "attr93644") ) ) +(assert (myObject (attribute1 "attr93645") ) ) +(assert (myObject (attribute1 "attr93646") ) ) +(assert (myObject (attribute1 "attr93647") ) ) +(assert (myObject (attribute1 "attr93648") ) ) +(assert (myObject (attribute1 "attr93649") ) ) +(assert (myObject (attribute1 "attr93650") ) ) +(assert (myObject (attribute1 "attr93651") ) ) +(assert (myObject (attribute1 "attr93652") ) ) +(assert (myObject (attribute1 "attr93653") ) ) +(assert (myObject (attribute1 "attr93654") ) ) +(assert (myObject (attribute1 "attr93655") ) ) +(assert (myObject (attribute1 "attr93656") ) ) +(assert (myObject (attribute1 "attr93657") ) ) +(assert (myObject (attribute1 "attr93658") ) ) +(assert (myObject (attribute1 "attr93659") ) ) +(assert (myObject (attribute1 "attr93660") ) ) +(assert (myObject (attribute1 "attr93661") ) ) +(assert (myObject (attribute1 "attr93662") ) ) +(assert (myObject (attribute1 "attr93663") ) ) +(assert (myObject (attribute1 "attr93664") ) ) +(assert (myObject (attribute1 "attr93665") ) ) +(assert (myObject (attribute1 "attr93666") ) ) +(assert (myObject (attribute1 "attr93667") ) ) +(assert (myObject (attribute1 "attr93668") ) ) +(assert (myObject (attribute1 "attr93669") ) ) +(assert (myObject (attribute1 "attr93670") ) ) +(assert (myObject (attribute1 "attr93671") ) ) +(assert (myObject (attribute1 "attr93672") ) ) +(assert (myObject (attribute1 "attr93673") ) ) +(assert (myObject (attribute1 "attr93674") ) ) +(assert (myObject (attribute1 "attr93675") ) ) +(assert (myObject (attribute1 "attr93676") ) ) +(assert (myObject (attribute1 "attr93677") ) ) +(assert (myObject (attribute1 "attr93678") ) ) +(assert (myObject (attribute1 "attr93679") ) ) +(assert (myObject (attribute1 "attr93680") ) ) +(assert (myObject (attribute1 "attr93681") ) ) +(assert (myObject (attribute1 "attr93682") ) ) +(assert (myObject (attribute1 "attr93683") ) ) +(assert (myObject (attribute1 "attr93684") ) ) +(assert (myObject (attribute1 "attr93685") ) ) +(assert (myObject (attribute1 "attr93686") ) ) +(assert (myObject (attribute1 "attr93687") ) ) +(assert (myObject (attribute1 "attr93688") ) ) +(assert (myObject (attribute1 "attr93689") ) ) +(assert (myObject (attribute1 "attr93690") ) ) +(assert (myObject (attribute1 "attr93691") ) ) +(assert (myObject (attribute1 "attr93692") ) ) +(assert (myObject (attribute1 "attr93693") ) ) +(assert (myObject (attribute1 "attr93694") ) ) +(assert (myObject (attribute1 "attr93695") ) ) +(assert (myObject (attribute1 "attr93696") ) ) +(assert (myObject (attribute1 "attr93697") ) ) +(assert (myObject (attribute1 "attr93698") ) ) +(assert (myObject (attribute1 "attr93699") ) ) +(assert (myObject (attribute1 "attr93700") ) ) +(assert (myObject (attribute1 "attr93701") ) ) +(assert (myObject (attribute1 "attr93702") ) ) +(assert (myObject (attribute1 "attr93703") ) ) +(assert (myObject (attribute1 "attr93704") ) ) +(assert (myObject (attribute1 "attr93705") ) ) +(assert (myObject (attribute1 "attr93706") ) ) +(assert (myObject (attribute1 "attr93707") ) ) +(assert (myObject (attribute1 "attr93708") ) ) +(assert (myObject (attribute1 "attr93709") ) ) +(assert (myObject (attribute1 "attr93710") ) ) +(assert (myObject (attribute1 "attr93711") ) ) +(assert (myObject (attribute1 "attr93712") ) ) +(assert (myObject (attribute1 "attr93713") ) ) +(assert (myObject (attribute1 "attr93714") ) ) +(assert (myObject (attribute1 "attr93715") ) ) +(assert (myObject (attribute1 "attr93716") ) ) +(assert (myObject (attribute1 "attr93717") ) ) +(assert (myObject (attribute1 "attr93718") ) ) +(assert (myObject (attribute1 "attr93719") ) ) +(assert (myObject (attribute1 "attr93720") ) ) +(assert (myObject (attribute1 "attr93721") ) ) +(assert (myObject (attribute1 "attr93722") ) ) +(assert (myObject (attribute1 "attr93723") ) ) +(assert (myObject (attribute1 "attr93724") ) ) +(assert (myObject (attribute1 "attr93725") ) ) +(assert (myObject (attribute1 "attr93726") ) ) +(assert (myObject (attribute1 "attr93727") ) ) +(assert (myObject (attribute1 "attr93728") ) ) +(assert (myObject (attribute1 "attr93729") ) ) +(assert (myObject (attribute1 "attr93730") ) ) +(assert (myObject (attribute1 "attr93731") ) ) +(assert (myObject (attribute1 "attr93732") ) ) +(assert (myObject (attribute1 "attr93733") ) ) +(assert (myObject (attribute1 "attr93734") ) ) +(assert (myObject (attribute1 "attr93735") ) ) +(assert (myObject (attribute1 "attr93736") ) ) +(assert (myObject (attribute1 "attr93737") ) ) +(assert (myObject (attribute1 "attr93738") ) ) +(assert (myObject (attribute1 "attr93739") ) ) +(assert (myObject (attribute1 "attr93740") ) ) +(assert (myObject (attribute1 "attr93741") ) ) +(assert (myObject (attribute1 "attr93742") ) ) +(assert (myObject (attribute1 "attr93743") ) ) +(assert (myObject (attribute1 "attr93744") ) ) +(assert (myObject (attribute1 "attr93745") ) ) +(assert (myObject (attribute1 "attr93746") ) ) +(assert (myObject (attribute1 "attr93747") ) ) +(assert (myObject (attribute1 "attr93748") ) ) +(assert (myObject (attribute1 "attr93749") ) ) +(assert (myObject (attribute1 "attr93750") ) ) +(assert (myObject (attribute1 "attr93751") ) ) +(assert (myObject (attribute1 "attr93752") ) ) +(assert (myObject (attribute1 "attr93753") ) ) +(assert (myObject (attribute1 "attr93754") ) ) +(assert (myObject (attribute1 "attr93755") ) ) +(assert (myObject (attribute1 "attr93756") ) ) +(assert (myObject (attribute1 "attr93757") ) ) +(assert (myObject (attribute1 "attr93758") ) ) +(assert (myObject (attribute1 "attr93759") ) ) +(assert (myObject (attribute1 "attr93760") ) ) +(assert (myObject (attribute1 "attr93761") ) ) +(assert (myObject (attribute1 "attr93762") ) ) +(assert (myObject (attribute1 "attr93763") ) ) +(assert (myObject (attribute1 "attr93764") ) ) +(assert (myObject (attribute1 "attr93765") ) ) +(assert (myObject (attribute1 "attr93766") ) ) +(assert (myObject (attribute1 "attr93767") ) ) +(assert (myObject (attribute1 "attr93768") ) ) +(assert (myObject (attribute1 "attr93769") ) ) +(assert (myObject (attribute1 "attr93770") ) ) +(assert (myObject (attribute1 "attr93771") ) ) +(assert (myObject (attribute1 "attr93772") ) ) +(assert (myObject (attribute1 "attr93773") ) ) +(assert (myObject (attribute1 "attr93774") ) ) +(assert (myObject (attribute1 "attr93775") ) ) +(assert (myObject (attribute1 "attr93776") ) ) +(assert (myObject (attribute1 "attr93777") ) ) +(assert (myObject (attribute1 "attr93778") ) ) +(assert (myObject (attribute1 "attr93779") ) ) +(assert (myObject (attribute1 "attr93780") ) ) +(assert (myObject (attribute1 "attr93781") ) ) +(assert (myObject (attribute1 "attr93782") ) ) +(assert (myObject (attribute1 "attr93783") ) ) +(assert (myObject (attribute1 "attr93784") ) ) +(assert (myObject (attribute1 "attr93785") ) ) +(assert (myObject (attribute1 "attr93786") ) ) +(assert (myObject (attribute1 "attr93787") ) ) +(assert (myObject (attribute1 "attr93788") ) ) +(assert (myObject (attribute1 "attr93789") ) ) +(assert (myObject (attribute1 "attr93790") ) ) +(assert (myObject (attribute1 "attr93791") ) ) +(assert (myObject (attribute1 "attr93792") ) ) +(assert (myObject (attribute1 "attr93793") ) ) +(assert (myObject (attribute1 "attr93794") ) ) +(assert (myObject (attribute1 "attr93795") ) ) +(assert (myObject (attribute1 "attr93796") ) ) +(assert (myObject (attribute1 "attr93797") ) ) +(assert (myObject (attribute1 "attr93798") ) ) +(assert (myObject (attribute1 "attr93799") ) ) +(assert (myObject (attribute1 "attr93800") ) ) +(assert (myObject (attribute1 "attr93801") ) ) +(assert (myObject (attribute1 "attr93802") ) ) +(assert (myObject (attribute1 "attr93803") ) ) +(assert (myObject (attribute1 "attr93804") ) ) +(assert (myObject (attribute1 "attr93805") ) ) +(assert (myObject (attribute1 "attr93806") ) ) +(assert (myObject (attribute1 "attr93807") ) ) +(assert (myObject (attribute1 "attr93808") ) ) +(assert (myObject (attribute1 "attr93809") ) ) +(assert (myObject (attribute1 "attr93810") ) ) +(assert (myObject (attribute1 "attr93811") ) ) +(assert (myObject (attribute1 "attr93812") ) ) +(assert (myObject (attribute1 "attr93813") ) ) +(assert (myObject (attribute1 "attr93814") ) ) +(assert (myObject (attribute1 "attr93815") ) ) +(assert (myObject (attribute1 "attr93816") ) ) +(assert (myObject (attribute1 "attr93817") ) ) +(assert (myObject (attribute1 "attr93818") ) ) +(assert (myObject (attribute1 "attr93819") ) ) +(assert (myObject (attribute1 "attr93820") ) ) +(assert (myObject (attribute1 "attr93821") ) ) +(assert (myObject (attribute1 "attr93822") ) ) +(assert (myObject (attribute1 "attr93823") ) ) +(assert (myObject (attribute1 "attr93824") ) ) +(assert (myObject (attribute1 "attr93825") ) ) +(assert (myObject (attribute1 "attr93826") ) ) +(assert (myObject (attribute1 "attr93827") ) ) +(assert (myObject (attribute1 "attr93828") ) ) +(assert (myObject (attribute1 "attr93829") ) ) +(assert (myObject (attribute1 "attr93830") ) ) +(assert (myObject (attribute1 "attr93831") ) ) +(assert (myObject (attribute1 "attr93832") ) ) +(assert (myObject (attribute1 "attr93833") ) ) +(assert (myObject (attribute1 "attr93834") ) ) +(assert (myObject (attribute1 "attr93835") ) ) +(assert (myObject (attribute1 "attr93836") ) ) +(assert (myObject (attribute1 "attr93837") ) ) +(assert (myObject (attribute1 "attr93838") ) ) +(assert (myObject (attribute1 "attr93839") ) ) +(assert (myObject (attribute1 "attr93840") ) ) +(assert (myObject (attribute1 "attr93841") ) ) +(assert (myObject (attribute1 "attr93842") ) ) +(assert (myObject (attribute1 "attr93843") ) ) +(assert (myObject (attribute1 "attr93844") ) ) +(assert (myObject (attribute1 "attr93845") ) ) +(assert (myObject (attribute1 "attr93846") ) ) +(assert (myObject (attribute1 "attr93847") ) ) +(assert (myObject (attribute1 "attr93848") ) ) +(assert (myObject (attribute1 "attr93849") ) ) +(assert (myObject (attribute1 "attr93850") ) ) +(assert (myObject (attribute1 "attr93851") ) ) +(assert (myObject (attribute1 "attr93852") ) ) +(assert (myObject (attribute1 "attr93853") ) ) +(assert (myObject (attribute1 "attr93854") ) ) +(assert (myObject (attribute1 "attr93855") ) ) +(assert (myObject (attribute1 "attr93856") ) ) +(assert (myObject (attribute1 "attr93857") ) ) +(assert (myObject (attribute1 "attr93858") ) ) +(assert (myObject (attribute1 "attr93859") ) ) +(assert (myObject (attribute1 "attr93860") ) ) +(assert (myObject (attribute1 "attr93861") ) ) +(assert (myObject (attribute1 "attr93862") ) ) +(assert (myObject (attribute1 "attr93863") ) ) +(assert (myObject (attribute1 "attr93864") ) ) +(assert (myObject (attribute1 "attr93865") ) ) +(assert (myObject (attribute1 "attr93866") ) ) +(assert (myObject (attribute1 "attr93867") ) ) +(assert (myObject (attribute1 "attr93868") ) ) +(assert (myObject (attribute1 "attr93869") ) ) +(assert (myObject (attribute1 "attr93870") ) ) +(assert (myObject (attribute1 "attr93871") ) ) +(assert (myObject (attribute1 "attr93872") ) ) +(assert (myObject (attribute1 "attr93873") ) ) +(assert (myObject (attribute1 "attr93874") ) ) +(assert (myObject (attribute1 "attr93875") ) ) +(assert (myObject (attribute1 "attr93876") ) ) +(assert (myObject (attribute1 "attr93877") ) ) +(assert (myObject (attribute1 "attr93878") ) ) +(assert (myObject (attribute1 "attr93879") ) ) +(assert (myObject (attribute1 "attr93880") ) ) +(assert (myObject (attribute1 "attr93881") ) ) +(assert (myObject (attribute1 "attr93882") ) ) +(assert (myObject (attribute1 "attr93883") ) ) +(assert (myObject (attribute1 "attr93884") ) ) +(assert (myObject (attribute1 "attr93885") ) ) +(assert (myObject (attribute1 "attr93886") ) ) +(assert (myObject (attribute1 "attr93887") ) ) +(assert (myObject (attribute1 "attr93888") ) ) +(assert (myObject (attribute1 "attr93889") ) ) +(assert (myObject (attribute1 "attr93890") ) ) +(assert (myObject (attribute1 "attr93891") ) ) +(assert (myObject (attribute1 "attr93892") ) ) +(assert (myObject (attribute1 "attr93893") ) ) +(assert (myObject (attribute1 "attr93894") ) ) +(assert (myObject (attribute1 "attr93895") ) ) +(assert (myObject (attribute1 "attr93896") ) ) +(assert (myObject (attribute1 "attr93897") ) ) +(assert (myObject (attribute1 "attr93898") ) ) +(assert (myObject (attribute1 "attr93899") ) ) +(assert (myObject (attribute1 "attr93900") ) ) +(assert (myObject (attribute1 "attr93901") ) ) +(assert (myObject (attribute1 "attr93902") ) ) +(assert (myObject (attribute1 "attr93903") ) ) +(assert (myObject (attribute1 "attr93904") ) ) +(assert (myObject (attribute1 "attr93905") ) ) +(assert (myObject (attribute1 "attr93906") ) ) +(assert (myObject (attribute1 "attr93907") ) ) +(assert (myObject (attribute1 "attr93908") ) ) +(assert (myObject (attribute1 "attr93909") ) ) +(assert (myObject (attribute1 "attr93910") ) ) +(assert (myObject (attribute1 "attr93911") ) ) +(assert (myObject (attribute1 "attr93912") ) ) +(assert (myObject (attribute1 "attr93913") ) ) +(assert (myObject (attribute1 "attr93914") ) ) +(assert (myObject (attribute1 "attr93915") ) ) +(assert (myObject (attribute1 "attr93916") ) ) +(assert (myObject (attribute1 "attr93917") ) ) +(assert (myObject (attribute1 "attr93918") ) ) +(assert (myObject (attribute1 "attr93919") ) ) +(assert (myObject (attribute1 "attr93920") ) ) +(assert (myObject (attribute1 "attr93921") ) ) +(assert (myObject (attribute1 "attr93922") ) ) +(assert (myObject (attribute1 "attr93923") ) ) +(assert (myObject (attribute1 "attr93924") ) ) +(assert (myObject (attribute1 "attr93925") ) ) +(assert (myObject (attribute1 "attr93926") ) ) +(assert (myObject (attribute1 "attr93927") ) ) +(assert (myObject (attribute1 "attr93928") ) ) +(assert (myObject (attribute1 "attr93929") ) ) +(assert (myObject (attribute1 "attr93930") ) ) +(assert (myObject (attribute1 "attr93931") ) ) +(assert (myObject (attribute1 "attr93932") ) ) +(assert (myObject (attribute1 "attr93933") ) ) +(assert (myObject (attribute1 "attr93934") ) ) +(assert (myObject (attribute1 "attr93935") ) ) +(assert (myObject (attribute1 "attr93936") ) ) +(assert (myObject (attribute1 "attr93937") ) ) +(assert (myObject (attribute1 "attr93938") ) ) +(assert (myObject (attribute1 "attr93939") ) ) +(assert (myObject (attribute1 "attr93940") ) ) +(assert (myObject (attribute1 "attr93941") ) ) +(assert (myObject (attribute1 "attr93942") ) ) +(assert (myObject (attribute1 "attr93943") ) ) +(assert (myObject (attribute1 "attr93944") ) ) +(assert (myObject (attribute1 "attr93945") ) ) +(assert (myObject (attribute1 "attr93946") ) ) +(assert (myObject (attribute1 "attr93947") ) ) +(assert (myObject (attribute1 "attr93948") ) ) +(assert (myObject (attribute1 "attr93949") ) ) +(assert (myObject (attribute1 "attr93950") ) ) +(assert (myObject (attribute1 "attr93951") ) ) +(assert (myObject (attribute1 "attr93952") ) ) +(assert (myObject (attribute1 "attr93953") ) ) +(assert (myObject (attribute1 "attr93954") ) ) +(assert (myObject (attribute1 "attr93955") ) ) +(assert (myObject (attribute1 "attr93956") ) ) +(assert (myObject (attribute1 "attr93957") ) ) +(assert (myObject (attribute1 "attr93958") ) ) +(assert (myObject (attribute1 "attr93959") ) ) +(assert (myObject (attribute1 "attr93960") ) ) +(assert (myObject (attribute1 "attr93961") ) ) +(assert (myObject (attribute1 "attr93962") ) ) +(assert (myObject (attribute1 "attr93963") ) ) +(assert (myObject (attribute1 "attr93964") ) ) +(assert (myObject (attribute1 "attr93965") ) ) +(assert (myObject (attribute1 "attr93966") ) ) +(assert (myObject (attribute1 "attr93967") ) ) +(assert (myObject (attribute1 "attr93968") ) ) +(assert (myObject (attribute1 "attr93969") ) ) +(assert (myObject (attribute1 "attr93970") ) ) +(assert (myObject (attribute1 "attr93971") ) ) +(assert (myObject (attribute1 "attr93972") ) ) +(assert (myObject (attribute1 "attr93973") ) ) +(assert (myObject (attribute1 "attr93974") ) ) +(assert (myObject (attribute1 "attr93975") ) ) +(assert (myObject (attribute1 "attr93976") ) ) +(assert (myObject (attribute1 "attr93977") ) ) +(assert (myObject (attribute1 "attr93978") ) ) +(assert (myObject (attribute1 "attr93979") ) ) +(assert (myObject (attribute1 "attr93980") ) ) +(assert (myObject (attribute1 "attr93981") ) ) +(assert (myObject (attribute1 "attr93982") ) ) +(assert (myObject (attribute1 "attr93983") ) ) +(assert (myObject (attribute1 "attr93984") ) ) +(assert (myObject (attribute1 "attr93985") ) ) +(assert (myObject (attribute1 "attr93986") ) ) +(assert (myObject (attribute1 "attr93987") ) ) +(assert (myObject (attribute1 "attr93988") ) ) +(assert (myObject (attribute1 "attr93989") ) ) +(assert (myObject (attribute1 "attr93990") ) ) +(assert (myObject (attribute1 "attr93991") ) ) +(assert (myObject (attribute1 "attr93992") ) ) +(assert (myObject (attribute1 "attr93993") ) ) +(assert (myObject (attribute1 "attr93994") ) ) +(assert (myObject (attribute1 "attr93995") ) ) +(assert (myObject (attribute1 "attr93996") ) ) +(assert (myObject (attribute1 "attr93997") ) ) +(assert (myObject (attribute1 "attr93998") ) ) +(assert (myObject (attribute1 "attr93999") ) ) +(assert (myObject (attribute1 "attr94000") ) ) +(assert (myObject (attribute1 "attr94001") ) ) +(assert (myObject (attribute1 "attr94002") ) ) +(assert (myObject (attribute1 "attr94003") ) ) +(assert (myObject (attribute1 "attr94004") ) ) +(assert (myObject (attribute1 "attr94005") ) ) +(assert (myObject (attribute1 "attr94006") ) ) +(assert (myObject (attribute1 "attr94007") ) ) +(assert (myObject (attribute1 "attr94008") ) ) +(assert (myObject (attribute1 "attr94009") ) ) +(assert (myObject (attribute1 "attr94010") ) ) +(assert (myObject (attribute1 "attr94011") ) ) +(assert (myObject (attribute1 "attr94012") ) ) +(assert (myObject (attribute1 "attr94013") ) ) +(assert (myObject (attribute1 "attr94014") ) ) +(assert (myObject (attribute1 "attr94015") ) ) +(assert (myObject (attribute1 "attr94016") ) ) +(assert (myObject (attribute1 "attr94017") ) ) +(assert (myObject (attribute1 "attr94018") ) ) +(assert (myObject (attribute1 "attr94019") ) ) +(assert (myObject (attribute1 "attr94020") ) ) +(assert (myObject (attribute1 "attr94021") ) ) +(assert (myObject (attribute1 "attr94022") ) ) +(assert (myObject (attribute1 "attr94023") ) ) +(assert (myObject (attribute1 "attr94024") ) ) +(assert (myObject (attribute1 "attr94025") ) ) +(assert (myObject (attribute1 "attr94026") ) ) +(assert (myObject (attribute1 "attr94027") ) ) +(assert (myObject (attribute1 "attr94028") ) ) +(assert (myObject (attribute1 "attr94029") ) ) +(assert (myObject (attribute1 "attr94030") ) ) +(assert (myObject (attribute1 "attr94031") ) ) +(assert (myObject (attribute1 "attr94032") ) ) +(assert (myObject (attribute1 "attr94033") ) ) +(assert (myObject (attribute1 "attr94034") ) ) +(assert (myObject (attribute1 "attr94035") ) ) +(assert (myObject (attribute1 "attr94036") ) ) +(assert (myObject (attribute1 "attr94037") ) ) +(assert (myObject (attribute1 "attr94038") ) ) +(assert (myObject (attribute1 "attr94039") ) ) +(assert (myObject (attribute1 "attr94040") ) ) +(assert (myObject (attribute1 "attr94041") ) ) +(assert (myObject (attribute1 "attr94042") ) ) +(assert (myObject (attribute1 "attr94043") ) ) +(assert (myObject (attribute1 "attr94044") ) ) +(assert (myObject (attribute1 "attr94045") ) ) +(assert (myObject (attribute1 "attr94046") ) ) +(assert (myObject (attribute1 "attr94047") ) ) +(assert (myObject (attribute1 "attr94048") ) ) +(assert (myObject (attribute1 "attr94049") ) ) +(assert (myObject (attribute1 "attr94050") ) ) +(assert (myObject (attribute1 "attr94051") ) ) +(assert (myObject (attribute1 "attr94052") ) ) +(assert (myObject (attribute1 "attr94053") ) ) +(assert (myObject (attribute1 "attr94054") ) ) +(assert (myObject (attribute1 "attr94055") ) ) +(assert (myObject (attribute1 "attr94056") ) ) +(assert (myObject (attribute1 "attr94057") ) ) +(assert (myObject (attribute1 "attr94058") ) ) +(assert (myObject (attribute1 "attr94059") ) ) +(assert (myObject (attribute1 "attr94060") ) ) +(assert (myObject (attribute1 "attr94061") ) ) +(assert (myObject (attribute1 "attr94062") ) ) +(assert (myObject (attribute1 "attr94063") ) ) +(assert (myObject (attribute1 "attr94064") ) ) +(assert (myObject (attribute1 "attr94065") ) ) +(assert (myObject (attribute1 "attr94066") ) ) +(assert (myObject (attribute1 "attr94067") ) ) +(assert (myObject (attribute1 "attr94068") ) ) +(assert (myObject (attribute1 "attr94069") ) ) +(assert (myObject (attribute1 "attr94070") ) ) +(assert (myObject (attribute1 "attr94071") ) ) +(assert (myObject (attribute1 "attr94072") ) ) +(assert (myObject (attribute1 "attr94073") ) ) +(assert (myObject (attribute1 "attr94074") ) ) +(assert (myObject (attribute1 "attr94075") ) ) +(assert (myObject (attribute1 "attr94076") ) ) +(assert (myObject (attribute1 "attr94077") ) ) +(assert (myObject (attribute1 "attr94078") ) ) +(assert (myObject (attribute1 "attr94079") ) ) +(assert (myObject (attribute1 "attr94080") ) ) +(assert (myObject (attribute1 "attr94081") ) ) +(assert (myObject (attribute1 "attr94082") ) ) +(assert (myObject (attribute1 "attr94083") ) ) +(assert (myObject (attribute1 "attr94084") ) ) +(assert (myObject (attribute1 "attr94085") ) ) +(assert (myObject (attribute1 "attr94086") ) ) +(assert (myObject (attribute1 "attr94087") ) ) +(assert (myObject (attribute1 "attr94088") ) ) +(assert (myObject (attribute1 "attr94089") ) ) +(assert (myObject (attribute1 "attr94090") ) ) +(assert (myObject (attribute1 "attr94091") ) ) +(assert (myObject (attribute1 "attr94092") ) ) +(assert (myObject (attribute1 "attr94093") ) ) +(assert (myObject (attribute1 "attr94094") ) ) +(assert (myObject (attribute1 "attr94095") ) ) +(assert (myObject (attribute1 "attr94096") ) ) +(assert (myObject (attribute1 "attr94097") ) ) +(assert (myObject (attribute1 "attr94098") ) ) +(assert (myObject (attribute1 "attr94099") ) ) +(assert (myObject (attribute1 "attr94100") ) ) +(assert (myObject (attribute1 "attr94101") ) ) +(assert (myObject (attribute1 "attr94102") ) ) +(assert (myObject (attribute1 "attr94103") ) ) +(assert (myObject (attribute1 "attr94104") ) ) +(assert (myObject (attribute1 "attr94105") ) ) +(assert (myObject (attribute1 "attr94106") ) ) +(assert (myObject (attribute1 "attr94107") ) ) +(assert (myObject (attribute1 "attr94108") ) ) +(assert (myObject (attribute1 "attr94109") ) ) +(assert (myObject (attribute1 "attr94110") ) ) +(assert (myObject (attribute1 "attr94111") ) ) +(assert (myObject (attribute1 "attr94112") ) ) +(assert (myObject (attribute1 "attr94113") ) ) +(assert (myObject (attribute1 "attr94114") ) ) +(assert (myObject (attribute1 "attr94115") ) ) +(assert (myObject (attribute1 "attr94116") ) ) +(assert (myObject (attribute1 "attr94117") ) ) +(assert (myObject (attribute1 "attr94118") ) ) +(assert (myObject (attribute1 "attr94119") ) ) +(assert (myObject (attribute1 "attr94120") ) ) +(assert (myObject (attribute1 "attr94121") ) ) +(assert (myObject (attribute1 "attr94122") ) ) +(assert (myObject (attribute1 "attr94123") ) ) +(assert (myObject (attribute1 "attr94124") ) ) +(assert (myObject (attribute1 "attr94125") ) ) +(assert (myObject (attribute1 "attr94126") ) ) +(assert (myObject (attribute1 "attr94127") ) ) +(assert (myObject (attribute1 "attr94128") ) ) +(assert (myObject (attribute1 "attr94129") ) ) +(assert (myObject (attribute1 "attr94130") ) ) +(assert (myObject (attribute1 "attr94131") ) ) +(assert (myObject (attribute1 "attr94132") ) ) +(assert (myObject (attribute1 "attr94133") ) ) +(assert (myObject (attribute1 "attr94134") ) ) +(assert (myObject (attribute1 "attr94135") ) ) +(assert (myObject (attribute1 "attr94136") ) ) +(assert (myObject (attribute1 "attr94137") ) ) +(assert (myObject (attribute1 "attr94138") ) ) +(assert (myObject (attribute1 "attr94139") ) ) +(assert (myObject (attribute1 "attr94140") ) ) +(assert (myObject (attribute1 "attr94141") ) ) +(assert (myObject (attribute1 "attr94142") ) ) +(assert (myObject (attribute1 "attr94143") ) ) +(assert (myObject (attribute1 "attr94144") ) ) +(assert (myObject (attribute1 "attr94145") ) ) +(assert (myObject (attribute1 "attr94146") ) ) +(assert (myObject (attribute1 "attr94147") ) ) +(assert (myObject (attribute1 "attr94148") ) ) +(assert (myObject (attribute1 "attr94149") ) ) +(assert (myObject (attribute1 "attr94150") ) ) +(assert (myObject (attribute1 "attr94151") ) ) +(assert (myObject (attribute1 "attr94152") ) ) +(assert (myObject (attribute1 "attr94153") ) ) +(assert (myObject (attribute1 "attr94154") ) ) +(assert (myObject (attribute1 "attr94155") ) ) +(assert (myObject (attribute1 "attr94156") ) ) +(assert (myObject (attribute1 "attr94157") ) ) +(assert (myObject (attribute1 "attr94158") ) ) +(assert (myObject (attribute1 "attr94159") ) ) +(assert (myObject (attribute1 "attr94160") ) ) +(assert (myObject (attribute1 "attr94161") ) ) +(assert (myObject (attribute1 "attr94162") ) ) +(assert (myObject (attribute1 "attr94163") ) ) +(assert (myObject (attribute1 "attr94164") ) ) +(assert (myObject (attribute1 "attr94165") ) ) +(assert (myObject (attribute1 "attr94166") ) ) +(assert (myObject (attribute1 "attr94167") ) ) +(assert (myObject (attribute1 "attr94168") ) ) +(assert (myObject (attribute1 "attr94169") ) ) +(assert (myObject (attribute1 "attr94170") ) ) +(assert (myObject (attribute1 "attr94171") ) ) +(assert (myObject (attribute1 "attr94172") ) ) +(assert (myObject (attribute1 "attr94173") ) ) +(assert (myObject (attribute1 "attr94174") ) ) +(assert (myObject (attribute1 "attr94175") ) ) +(assert (myObject (attribute1 "attr94176") ) ) +(assert (myObject (attribute1 "attr94177") ) ) +(assert (myObject (attribute1 "attr94178") ) ) +(assert (myObject (attribute1 "attr94179") ) ) +(assert (myObject (attribute1 "attr94180") ) ) +(assert (myObject (attribute1 "attr94181") ) ) +(assert (myObject (attribute1 "attr94182") ) ) +(assert (myObject (attribute1 "attr94183") ) ) +(assert (myObject (attribute1 "attr94184") ) ) +(assert (myObject (attribute1 "attr94185") ) ) +(assert (myObject (attribute1 "attr94186") ) ) +(assert (myObject (attribute1 "attr94187") ) ) +(assert (myObject (attribute1 "attr94188") ) ) +(assert (myObject (attribute1 "attr94189") ) ) +(assert (myObject (attribute1 "attr94190") ) ) +(assert (myObject (attribute1 "attr94191") ) ) +(assert (myObject (attribute1 "attr94192") ) ) +(assert (myObject (attribute1 "attr94193") ) ) +(assert (myObject (attribute1 "attr94194") ) ) +(assert (myObject (attribute1 "attr94195") ) ) +(assert (myObject (attribute1 "attr94196") ) ) +(assert (myObject (attribute1 "attr94197") ) ) +(assert (myObject (attribute1 "attr94198") ) ) +(assert (myObject (attribute1 "attr94199") ) ) +(assert (myObject (attribute1 "attr94200") ) ) +(assert (myObject (attribute1 "attr94201") ) ) +(assert (myObject (attribute1 "attr94202") ) ) +(assert (myObject (attribute1 "attr94203") ) ) +(assert (myObject (attribute1 "attr94204") ) ) +(assert (myObject (attribute1 "attr94205") ) ) +(assert (myObject (attribute1 "attr94206") ) ) +(assert (myObject (attribute1 "attr94207") ) ) +(assert (myObject (attribute1 "attr94208") ) ) +(assert (myObject (attribute1 "attr94209") ) ) +(assert (myObject (attribute1 "attr94210") ) ) +(assert (myObject (attribute1 "attr94211") ) ) +(assert (myObject (attribute1 "attr94212") ) ) +(assert (myObject (attribute1 "attr94213") ) ) +(assert (myObject (attribute1 "attr94214") ) ) +(assert (myObject (attribute1 "attr94215") ) ) +(assert (myObject (attribute1 "attr94216") ) ) +(assert (myObject (attribute1 "attr94217") ) ) +(assert (myObject (attribute1 "attr94218") ) ) +(assert (myObject (attribute1 "attr94219") ) ) +(assert (myObject (attribute1 "attr94220") ) ) +(assert (myObject (attribute1 "attr94221") ) ) +(assert (myObject (attribute1 "attr94222") ) ) +(assert (myObject (attribute1 "attr94223") ) ) +(assert (myObject (attribute1 "attr94224") ) ) +(assert (myObject (attribute1 "attr94225") ) ) +(assert (myObject (attribute1 "attr94226") ) ) +(assert (myObject (attribute1 "attr94227") ) ) +(assert (myObject (attribute1 "attr94228") ) ) +(assert (myObject (attribute1 "attr94229") ) ) +(assert (myObject (attribute1 "attr94230") ) ) +(assert (myObject (attribute1 "attr94231") ) ) +(assert (myObject (attribute1 "attr94232") ) ) +(assert (myObject (attribute1 "attr94233") ) ) +(assert (myObject (attribute1 "attr94234") ) ) +(assert (myObject (attribute1 "attr94235") ) ) +(assert (myObject (attribute1 "attr94236") ) ) +(assert (myObject (attribute1 "attr94237") ) ) +(assert (myObject (attribute1 "attr94238") ) ) +(assert (myObject (attribute1 "attr94239") ) ) +(assert (myObject (attribute1 "attr94240") ) ) +(assert (myObject (attribute1 "attr94241") ) ) +(assert (myObject (attribute1 "attr94242") ) ) +(assert (myObject (attribute1 "attr94243") ) ) +(assert (myObject (attribute1 "attr94244") ) ) +(assert (myObject (attribute1 "attr94245") ) ) +(assert (myObject (attribute1 "attr94246") ) ) +(assert (myObject (attribute1 "attr94247") ) ) +(assert (myObject (attribute1 "attr94248") ) ) +(assert (myObject (attribute1 "attr94249") ) ) +(assert (myObject (attribute1 "attr94250") ) ) +(assert (myObject (attribute1 "attr94251") ) ) +(assert (myObject (attribute1 "attr94252") ) ) +(assert (myObject (attribute1 "attr94253") ) ) +(assert (myObject (attribute1 "attr94254") ) ) +(assert (myObject (attribute1 "attr94255") ) ) +(assert (myObject (attribute1 "attr94256") ) ) +(assert (myObject (attribute1 "attr94257") ) ) +(assert (myObject (attribute1 "attr94258") ) ) +(assert (myObject (attribute1 "attr94259") ) ) +(assert (myObject (attribute1 "attr94260") ) ) +(assert (myObject (attribute1 "attr94261") ) ) +(assert (myObject (attribute1 "attr94262") ) ) +(assert (myObject (attribute1 "attr94263") ) ) +(assert (myObject (attribute1 "attr94264") ) ) +(assert (myObject (attribute1 "attr94265") ) ) +(assert (myObject (attribute1 "attr94266") ) ) +(assert (myObject (attribute1 "attr94267") ) ) +(assert (myObject (attribute1 "attr94268") ) ) +(assert (myObject (attribute1 "attr94269") ) ) +(assert (myObject (attribute1 "attr94270") ) ) +(assert (myObject (attribute1 "attr94271") ) ) +(assert (myObject (attribute1 "attr94272") ) ) +(assert (myObject (attribute1 "attr94273") ) ) +(assert (myObject (attribute1 "attr94274") ) ) +(assert (myObject (attribute1 "attr94275") ) ) +(assert (myObject (attribute1 "attr94276") ) ) +(assert (myObject (attribute1 "attr94277") ) ) +(assert (myObject (attribute1 "attr94278") ) ) +(assert (myObject (attribute1 "attr94279") ) ) +(assert (myObject (attribute1 "attr94280") ) ) +(assert (myObject (attribute1 "attr94281") ) ) +(assert (myObject (attribute1 "attr94282") ) ) +(assert (myObject (attribute1 "attr94283") ) ) +(assert (myObject (attribute1 "attr94284") ) ) +(assert (myObject (attribute1 "attr94285") ) ) +(assert (myObject (attribute1 "attr94286") ) ) +(assert (myObject (attribute1 "attr94287") ) ) +(assert (myObject (attribute1 "attr94288") ) ) +(assert (myObject (attribute1 "attr94289") ) ) +(assert (myObject (attribute1 "attr94290") ) ) +(assert (myObject (attribute1 "attr94291") ) ) +(assert (myObject (attribute1 "attr94292") ) ) +(assert (myObject (attribute1 "attr94293") ) ) +(assert (myObject (attribute1 "attr94294") ) ) +(assert (myObject (attribute1 "attr94295") ) ) +(assert (myObject (attribute1 "attr94296") ) ) +(assert (myObject (attribute1 "attr94297") ) ) +(assert (myObject (attribute1 "attr94298") ) ) +(assert (myObject (attribute1 "attr94299") ) ) +(assert (myObject (attribute1 "attr94300") ) ) +(assert (myObject (attribute1 "attr94301") ) ) +(assert (myObject (attribute1 "attr94302") ) ) +(assert (myObject (attribute1 "attr94303") ) ) +(assert (myObject (attribute1 "attr94304") ) ) +(assert (myObject (attribute1 "attr94305") ) ) +(assert (myObject (attribute1 "attr94306") ) ) +(assert (myObject (attribute1 "attr94307") ) ) +(assert (myObject (attribute1 "attr94308") ) ) +(assert (myObject (attribute1 "attr94309") ) ) +(assert (myObject (attribute1 "attr94310") ) ) +(assert (myObject (attribute1 "attr94311") ) ) +(assert (myObject (attribute1 "attr94312") ) ) +(assert (myObject (attribute1 "attr94313") ) ) +(assert (myObject (attribute1 "attr94314") ) ) +(assert (myObject (attribute1 "attr94315") ) ) +(assert (myObject (attribute1 "attr94316") ) ) +(assert (myObject (attribute1 "attr94317") ) ) +(assert (myObject (attribute1 "attr94318") ) ) +(assert (myObject (attribute1 "attr94319") ) ) +(assert (myObject (attribute1 "attr94320") ) ) +(assert (myObject (attribute1 "attr94321") ) ) +(assert (myObject (attribute1 "attr94322") ) ) +(assert (myObject (attribute1 "attr94323") ) ) +(assert (myObject (attribute1 "attr94324") ) ) +(assert (myObject (attribute1 "attr94325") ) ) +(assert (myObject (attribute1 "attr94326") ) ) +(assert (myObject (attribute1 "attr94327") ) ) +(assert (myObject (attribute1 "attr94328") ) ) +(assert (myObject (attribute1 "attr94329") ) ) +(assert (myObject (attribute1 "attr94330") ) ) +(assert (myObject (attribute1 "attr94331") ) ) +(assert (myObject (attribute1 "attr94332") ) ) +(assert (myObject (attribute1 "attr94333") ) ) +(assert (myObject (attribute1 "attr94334") ) ) +(assert (myObject (attribute1 "attr94335") ) ) +(assert (myObject (attribute1 "attr94336") ) ) +(assert (myObject (attribute1 "attr94337") ) ) +(assert (myObject (attribute1 "attr94338") ) ) +(assert (myObject (attribute1 "attr94339") ) ) +(assert (myObject (attribute1 "attr94340") ) ) +(assert (myObject (attribute1 "attr94341") ) ) +(assert (myObject (attribute1 "attr94342") ) ) +(assert (myObject (attribute1 "attr94343") ) ) +(assert (myObject (attribute1 "attr94344") ) ) +(assert (myObject (attribute1 "attr94345") ) ) +(assert (myObject (attribute1 "attr94346") ) ) +(assert (myObject (attribute1 "attr94347") ) ) +(assert (myObject (attribute1 "attr94348") ) ) +(assert (myObject (attribute1 "attr94349") ) ) +(assert (myObject (attribute1 "attr94350") ) ) +(assert (myObject (attribute1 "attr94351") ) ) +(assert (myObject (attribute1 "attr94352") ) ) +(assert (myObject (attribute1 "attr94353") ) ) +(assert (myObject (attribute1 "attr94354") ) ) +(assert (myObject (attribute1 "attr94355") ) ) +(assert (myObject (attribute1 "attr94356") ) ) +(assert (myObject (attribute1 "attr94357") ) ) +(assert (myObject (attribute1 "attr94358") ) ) +(assert (myObject (attribute1 "attr94359") ) ) +(assert (myObject (attribute1 "attr94360") ) ) +(assert (myObject (attribute1 "attr94361") ) ) +(assert (myObject (attribute1 "attr94362") ) ) +(assert (myObject (attribute1 "attr94363") ) ) +(assert (myObject (attribute1 "attr94364") ) ) +(assert (myObject (attribute1 "attr94365") ) ) +(assert (myObject (attribute1 "attr94366") ) ) +(assert (myObject (attribute1 "attr94367") ) ) +(assert (myObject (attribute1 "attr94368") ) ) +(assert (myObject (attribute1 "attr94369") ) ) +(assert (myObject (attribute1 "attr94370") ) ) +(assert (myObject (attribute1 "attr94371") ) ) +(assert (myObject (attribute1 "attr94372") ) ) +(assert (myObject (attribute1 "attr94373") ) ) +(assert (myObject (attribute1 "attr94374") ) ) +(assert (myObject (attribute1 "attr94375") ) ) +(assert (myObject (attribute1 "attr94376") ) ) +(assert (myObject (attribute1 "attr94377") ) ) +(assert (myObject (attribute1 "attr94378") ) ) +(assert (myObject (attribute1 "attr94379") ) ) +(assert (myObject (attribute1 "attr94380") ) ) +(assert (myObject (attribute1 "attr94381") ) ) +(assert (myObject (attribute1 "attr94382") ) ) +(assert (myObject (attribute1 "attr94383") ) ) +(assert (myObject (attribute1 "attr94384") ) ) +(assert (myObject (attribute1 "attr94385") ) ) +(assert (myObject (attribute1 "attr94386") ) ) +(assert (myObject (attribute1 "attr94387") ) ) +(assert (myObject (attribute1 "attr94388") ) ) +(assert (myObject (attribute1 "attr94389") ) ) +(assert (myObject (attribute1 "attr94390") ) ) +(assert (myObject (attribute1 "attr94391") ) ) +(assert (myObject (attribute1 "attr94392") ) ) +(assert (myObject (attribute1 "attr94393") ) ) +(assert (myObject (attribute1 "attr94394") ) ) +(assert (myObject (attribute1 "attr94395") ) ) +(assert (myObject (attribute1 "attr94396") ) ) +(assert (myObject (attribute1 "attr94397") ) ) +(assert (myObject (attribute1 "attr94398") ) ) +(assert (myObject (attribute1 "attr94399") ) ) +(assert (myObject (attribute1 "attr94400") ) ) +(assert (myObject (attribute1 "attr94401") ) ) +(assert (myObject (attribute1 "attr94402") ) ) +(assert (myObject (attribute1 "attr94403") ) ) +(assert (myObject (attribute1 "attr94404") ) ) +(assert (myObject (attribute1 "attr94405") ) ) +(assert (myObject (attribute1 "attr94406") ) ) +(assert (myObject (attribute1 "attr94407") ) ) +(assert (myObject (attribute1 "attr94408") ) ) +(assert (myObject (attribute1 "attr94409") ) ) +(assert (myObject (attribute1 "attr94410") ) ) +(assert (myObject (attribute1 "attr94411") ) ) +(assert (myObject (attribute1 "attr94412") ) ) +(assert (myObject (attribute1 "attr94413") ) ) +(assert (myObject (attribute1 "attr94414") ) ) +(assert (myObject (attribute1 "attr94415") ) ) +(assert (myObject (attribute1 "attr94416") ) ) +(assert (myObject (attribute1 "attr94417") ) ) +(assert (myObject (attribute1 "attr94418") ) ) +(assert (myObject (attribute1 "attr94419") ) ) +(assert (myObject (attribute1 "attr94420") ) ) +(assert (myObject (attribute1 "attr94421") ) ) +(assert (myObject (attribute1 "attr94422") ) ) +(assert (myObject (attribute1 "attr94423") ) ) +(assert (myObject (attribute1 "attr94424") ) ) +(assert (myObject (attribute1 "attr94425") ) ) +(assert (myObject (attribute1 "attr94426") ) ) +(assert (myObject (attribute1 "attr94427") ) ) +(assert (myObject (attribute1 "attr94428") ) ) +(assert (myObject (attribute1 "attr94429") ) ) +(assert (myObject (attribute1 "attr94430") ) ) +(assert (myObject (attribute1 "attr94431") ) ) +(assert (myObject (attribute1 "attr94432") ) ) +(assert (myObject (attribute1 "attr94433") ) ) +(assert (myObject (attribute1 "attr94434") ) ) +(assert (myObject (attribute1 "attr94435") ) ) +(assert (myObject (attribute1 "attr94436") ) ) +(assert (myObject (attribute1 "attr94437") ) ) +(assert (myObject (attribute1 "attr94438") ) ) +(assert (myObject (attribute1 "attr94439") ) ) +(assert (myObject (attribute1 "attr94440") ) ) +(assert (myObject (attribute1 "attr94441") ) ) +(assert (myObject (attribute1 "attr94442") ) ) +(assert (myObject (attribute1 "attr94443") ) ) +(assert (myObject (attribute1 "attr94444") ) ) +(assert (myObject (attribute1 "attr94445") ) ) +(assert (myObject (attribute1 "attr94446") ) ) +(assert (myObject (attribute1 "attr94447") ) ) +(assert (myObject (attribute1 "attr94448") ) ) +(assert (myObject (attribute1 "attr94449") ) ) +(assert (myObject (attribute1 "attr94450") ) ) +(assert (myObject (attribute1 "attr94451") ) ) +(assert (myObject (attribute1 "attr94452") ) ) +(assert (myObject (attribute1 "attr94453") ) ) +(assert (myObject (attribute1 "attr94454") ) ) +(assert (myObject (attribute1 "attr94455") ) ) +(assert (myObject (attribute1 "attr94456") ) ) +(assert (myObject (attribute1 "attr94457") ) ) +(assert (myObject (attribute1 "attr94458") ) ) +(assert (myObject (attribute1 "attr94459") ) ) +(assert (myObject (attribute1 "attr94460") ) ) +(assert (myObject (attribute1 "attr94461") ) ) +(assert (myObject (attribute1 "attr94462") ) ) +(assert (myObject (attribute1 "attr94463") ) ) +(assert (myObject (attribute1 "attr94464") ) ) +(assert (myObject (attribute1 "attr94465") ) ) +(assert (myObject (attribute1 "attr94466") ) ) +(assert (myObject (attribute1 "attr94467") ) ) +(assert (myObject (attribute1 "attr94468") ) ) +(assert (myObject (attribute1 "attr94469") ) ) +(assert (myObject (attribute1 "attr94470") ) ) +(assert (myObject (attribute1 "attr94471") ) ) +(assert (myObject (attribute1 "attr94472") ) ) +(assert (myObject (attribute1 "attr94473") ) ) +(assert (myObject (attribute1 "attr94474") ) ) +(assert (myObject (attribute1 "attr94475") ) ) +(assert (myObject (attribute1 "attr94476") ) ) +(assert (myObject (attribute1 "attr94477") ) ) +(assert (myObject (attribute1 "attr94478") ) ) +(assert (myObject (attribute1 "attr94479") ) ) +(assert (myObject (attribute1 "attr94480") ) ) +(assert (myObject (attribute1 "attr94481") ) ) +(assert (myObject (attribute1 "attr94482") ) ) +(assert (myObject (attribute1 "attr94483") ) ) +(assert (myObject (attribute1 "attr94484") ) ) +(assert (myObject (attribute1 "attr94485") ) ) +(assert (myObject (attribute1 "attr94486") ) ) +(assert (myObject (attribute1 "attr94487") ) ) +(assert (myObject (attribute1 "attr94488") ) ) +(assert (myObject (attribute1 "attr94489") ) ) +(assert (myObject (attribute1 "attr94490") ) ) +(assert (myObject (attribute1 "attr94491") ) ) +(assert (myObject (attribute1 "attr94492") ) ) +(assert (myObject (attribute1 "attr94493") ) ) +(assert (myObject (attribute1 "attr94494") ) ) +(assert (myObject (attribute1 "attr94495") ) ) +(assert (myObject (attribute1 "attr94496") ) ) +(assert (myObject (attribute1 "attr94497") ) ) +(assert (myObject (attribute1 "attr94498") ) ) +(assert (myObject (attribute1 "attr94499") ) ) +(assert (myObject (attribute1 "attr94500") ) ) +(assert (myObject (attribute1 "attr94501") ) ) +(assert (myObject (attribute1 "attr94502") ) ) +(assert (myObject (attribute1 "attr94503") ) ) +(assert (myObject (attribute1 "attr94504") ) ) +(assert (myObject (attribute1 "attr94505") ) ) +(assert (myObject (attribute1 "attr94506") ) ) +(assert (myObject (attribute1 "attr94507") ) ) +(assert (myObject (attribute1 "attr94508") ) ) +(assert (myObject (attribute1 "attr94509") ) ) +(assert (myObject (attribute1 "attr94510") ) ) +(assert (myObject (attribute1 "attr94511") ) ) +(assert (myObject (attribute1 "attr94512") ) ) +(assert (myObject (attribute1 "attr94513") ) ) +(assert (myObject (attribute1 "attr94514") ) ) +(assert (myObject (attribute1 "attr94515") ) ) +(assert (myObject (attribute1 "attr94516") ) ) +(assert (myObject (attribute1 "attr94517") ) ) +(assert (myObject (attribute1 "attr94518") ) ) +(assert (myObject (attribute1 "attr94519") ) ) +(assert (myObject (attribute1 "attr94520") ) ) +(assert (myObject (attribute1 "attr94521") ) ) +(assert (myObject (attribute1 "attr94522") ) ) +(assert (myObject (attribute1 "attr94523") ) ) +(assert (myObject (attribute1 "attr94524") ) ) +(assert (myObject (attribute1 "attr94525") ) ) +(assert (myObject (attribute1 "attr94526") ) ) +(assert (myObject (attribute1 "attr94527") ) ) +(assert (myObject (attribute1 "attr94528") ) ) +(assert (myObject (attribute1 "attr94529") ) ) +(assert (myObject (attribute1 "attr94530") ) ) +(assert (myObject (attribute1 "attr94531") ) ) +(assert (myObject (attribute1 "attr94532") ) ) +(assert (myObject (attribute1 "attr94533") ) ) +(assert (myObject (attribute1 "attr94534") ) ) +(assert (myObject (attribute1 "attr94535") ) ) +(assert (myObject (attribute1 "attr94536") ) ) +(assert (myObject (attribute1 "attr94537") ) ) +(assert (myObject (attribute1 "attr94538") ) ) +(assert (myObject (attribute1 "attr94539") ) ) +(assert (myObject (attribute1 "attr94540") ) ) +(assert (myObject (attribute1 "attr94541") ) ) +(assert (myObject (attribute1 "attr94542") ) ) +(assert (myObject (attribute1 "attr94543") ) ) +(assert (myObject (attribute1 "attr94544") ) ) +(assert (myObject (attribute1 "attr94545") ) ) +(assert (myObject (attribute1 "attr94546") ) ) +(assert (myObject (attribute1 "attr94547") ) ) +(assert (myObject (attribute1 "attr94548") ) ) +(assert (myObject (attribute1 "attr94549") ) ) +(assert (myObject (attribute1 "attr94550") ) ) +(assert (myObject (attribute1 "attr94551") ) ) +(assert (myObject (attribute1 "attr94552") ) ) +(assert (myObject (attribute1 "attr94553") ) ) +(assert (myObject (attribute1 "attr94554") ) ) +(assert (myObject (attribute1 "attr94555") ) ) +(assert (myObject (attribute1 "attr94556") ) ) +(assert (myObject (attribute1 "attr94557") ) ) +(assert (myObject (attribute1 "attr94558") ) ) +(assert (myObject (attribute1 "attr94559") ) ) +(assert (myObject (attribute1 "attr94560") ) ) +(assert (myObject (attribute1 "attr94561") ) ) +(assert (myObject (attribute1 "attr94562") ) ) +(assert (myObject (attribute1 "attr94563") ) ) +(assert (myObject (attribute1 "attr94564") ) ) +(assert (myObject (attribute1 "attr94565") ) ) +(assert (myObject (attribute1 "attr94566") ) ) +(assert (myObject (attribute1 "attr94567") ) ) +(assert (myObject (attribute1 "attr94568") ) ) +(assert (myObject (attribute1 "attr94569") ) ) +(assert (myObject (attribute1 "attr94570") ) ) +(assert (myObject (attribute1 "attr94571") ) ) +(assert (myObject (attribute1 "attr94572") ) ) +(assert (myObject (attribute1 "attr94573") ) ) +(assert (myObject (attribute1 "attr94574") ) ) +(assert (myObject (attribute1 "attr94575") ) ) +(assert (myObject (attribute1 "attr94576") ) ) +(assert (myObject (attribute1 "attr94577") ) ) +(assert (myObject (attribute1 "attr94578") ) ) +(assert (myObject (attribute1 "attr94579") ) ) +(assert (myObject (attribute1 "attr94580") ) ) +(assert (myObject (attribute1 "attr94581") ) ) +(assert (myObject (attribute1 "attr94582") ) ) +(assert (myObject (attribute1 "attr94583") ) ) +(assert (myObject (attribute1 "attr94584") ) ) +(assert (myObject (attribute1 "attr94585") ) ) +(assert (myObject (attribute1 "attr94586") ) ) +(assert (myObject (attribute1 "attr94587") ) ) +(assert (myObject (attribute1 "attr94588") ) ) +(assert (myObject (attribute1 "attr94589") ) ) +(assert (myObject (attribute1 "attr94590") ) ) +(assert (myObject (attribute1 "attr94591") ) ) +(assert (myObject (attribute1 "attr94592") ) ) +(assert (myObject (attribute1 "attr94593") ) ) +(assert (myObject (attribute1 "attr94594") ) ) +(assert (myObject (attribute1 "attr94595") ) ) +(assert (myObject (attribute1 "attr94596") ) ) +(assert (myObject (attribute1 "attr94597") ) ) +(assert (myObject (attribute1 "attr94598") ) ) +(assert (myObject (attribute1 "attr94599") ) ) +(assert (myObject (attribute1 "attr94600") ) ) +(assert (myObject (attribute1 "attr94601") ) ) +(assert (myObject (attribute1 "attr94602") ) ) +(assert (myObject (attribute1 "attr94603") ) ) +(assert (myObject (attribute1 "attr94604") ) ) +(assert (myObject (attribute1 "attr94605") ) ) +(assert (myObject (attribute1 "attr94606") ) ) +(assert (myObject (attribute1 "attr94607") ) ) +(assert (myObject (attribute1 "attr94608") ) ) +(assert (myObject (attribute1 "attr94609") ) ) +(assert (myObject (attribute1 "attr94610") ) ) +(assert (myObject (attribute1 "attr94611") ) ) +(assert (myObject (attribute1 "attr94612") ) ) +(assert (myObject (attribute1 "attr94613") ) ) +(assert (myObject (attribute1 "attr94614") ) ) +(assert (myObject (attribute1 "attr94615") ) ) +(assert (myObject (attribute1 "attr94616") ) ) +(assert (myObject (attribute1 "attr94617") ) ) +(assert (myObject (attribute1 "attr94618") ) ) +(assert (myObject (attribute1 "attr94619") ) ) +(assert (myObject (attribute1 "attr94620") ) ) +(assert (myObject (attribute1 "attr94621") ) ) +(assert (myObject (attribute1 "attr94622") ) ) +(assert (myObject (attribute1 "attr94623") ) ) +(assert (myObject (attribute1 "attr94624") ) ) +(assert (myObject (attribute1 "attr94625") ) ) +(assert (myObject (attribute1 "attr94626") ) ) +(assert (myObject (attribute1 "attr94627") ) ) +(assert (myObject (attribute1 "attr94628") ) ) +(assert (myObject (attribute1 "attr94629") ) ) +(assert (myObject (attribute1 "attr94630") ) ) +(assert (myObject (attribute1 "attr94631") ) ) +(assert (myObject (attribute1 "attr94632") ) ) +(assert (myObject (attribute1 "attr94633") ) ) +(assert (myObject (attribute1 "attr94634") ) ) +(assert (myObject (attribute1 "attr94635") ) ) +(assert (myObject (attribute1 "attr94636") ) ) +(assert (myObject (attribute1 "attr94637") ) ) +(assert (myObject (attribute1 "attr94638") ) ) +(assert (myObject (attribute1 "attr94639") ) ) +(assert (myObject (attribute1 "attr94640") ) ) +(assert (myObject (attribute1 "attr94641") ) ) +(assert (myObject (attribute1 "attr94642") ) ) +(assert (myObject (attribute1 "attr94643") ) ) +(assert (myObject (attribute1 "attr94644") ) ) +(assert (myObject (attribute1 "attr94645") ) ) +(assert (myObject (attribute1 "attr94646") ) ) +(assert (myObject (attribute1 "attr94647") ) ) +(assert (myObject (attribute1 "attr94648") ) ) +(assert (myObject (attribute1 "attr94649") ) ) +(assert (myObject (attribute1 "attr94650") ) ) +(assert (myObject (attribute1 "attr94651") ) ) +(assert (myObject (attribute1 "attr94652") ) ) +(assert (myObject (attribute1 "attr94653") ) ) +(assert (myObject (attribute1 "attr94654") ) ) +(assert (myObject (attribute1 "attr94655") ) ) +(assert (myObject (attribute1 "attr94656") ) ) +(assert (myObject (attribute1 "attr94657") ) ) +(assert (myObject (attribute1 "attr94658") ) ) +(assert (myObject (attribute1 "attr94659") ) ) +(assert (myObject (attribute1 "attr94660") ) ) +(assert (myObject (attribute1 "attr94661") ) ) +(assert (myObject (attribute1 "attr94662") ) ) +(assert (myObject (attribute1 "attr94663") ) ) +(assert (myObject (attribute1 "attr94664") ) ) +(assert (myObject (attribute1 "attr94665") ) ) +(assert (myObject (attribute1 "attr94666") ) ) +(assert (myObject (attribute1 "attr94667") ) ) +(assert (myObject (attribute1 "attr94668") ) ) +(assert (myObject (attribute1 "attr94669") ) ) +(assert (myObject (attribute1 "attr94670") ) ) +(assert (myObject (attribute1 "attr94671") ) ) +(assert (myObject (attribute1 "attr94672") ) ) +(assert (myObject (attribute1 "attr94673") ) ) +(assert (myObject (attribute1 "attr94674") ) ) +(assert (myObject (attribute1 "attr94675") ) ) +(assert (myObject (attribute1 "attr94676") ) ) +(assert (myObject (attribute1 "attr94677") ) ) +(assert (myObject (attribute1 "attr94678") ) ) +(assert (myObject (attribute1 "attr94679") ) ) +(assert (myObject (attribute1 "attr94680") ) ) +(assert (myObject (attribute1 "attr94681") ) ) +(assert (myObject (attribute1 "attr94682") ) ) +(assert (myObject (attribute1 "attr94683") ) ) +(assert (myObject (attribute1 "attr94684") ) ) +(assert (myObject (attribute1 "attr94685") ) ) +(assert (myObject (attribute1 "attr94686") ) ) +(assert (myObject (attribute1 "attr94687") ) ) +(assert (myObject (attribute1 "attr94688") ) ) +(assert (myObject (attribute1 "attr94689") ) ) +(assert (myObject (attribute1 "attr94690") ) ) +(assert (myObject (attribute1 "attr94691") ) ) +(assert (myObject (attribute1 "attr94692") ) ) +(assert (myObject (attribute1 "attr94693") ) ) +(assert (myObject (attribute1 "attr94694") ) ) +(assert (myObject (attribute1 "attr94695") ) ) +(assert (myObject (attribute1 "attr94696") ) ) +(assert (myObject (attribute1 "attr94697") ) ) +(assert (myObject (attribute1 "attr94698") ) ) +(assert (myObject (attribute1 "attr94699") ) ) +(assert (myObject (attribute1 "attr94700") ) ) +(assert (myObject (attribute1 "attr94701") ) ) +(assert (myObject (attribute1 "attr94702") ) ) +(assert (myObject (attribute1 "attr94703") ) ) +(assert (myObject (attribute1 "attr94704") ) ) +(assert (myObject (attribute1 "attr94705") ) ) +(assert (myObject (attribute1 "attr94706") ) ) +(assert (myObject (attribute1 "attr94707") ) ) +(assert (myObject (attribute1 "attr94708") ) ) +(assert (myObject (attribute1 "attr94709") ) ) +(assert (myObject (attribute1 "attr94710") ) ) +(assert (myObject (attribute1 "attr94711") ) ) +(assert (myObject (attribute1 "attr94712") ) ) +(assert (myObject (attribute1 "attr94713") ) ) +(assert (myObject (attribute1 "attr94714") ) ) +(assert (myObject (attribute1 "attr94715") ) ) +(assert (myObject (attribute1 "attr94716") ) ) +(assert (myObject (attribute1 "attr94717") ) ) +(assert (myObject (attribute1 "attr94718") ) ) +(assert (myObject (attribute1 "attr94719") ) ) +(assert (myObject (attribute1 "attr94720") ) ) +(assert (myObject (attribute1 "attr94721") ) ) +(assert (myObject (attribute1 "attr94722") ) ) +(assert (myObject (attribute1 "attr94723") ) ) +(assert (myObject (attribute1 "attr94724") ) ) +(assert (myObject (attribute1 "attr94725") ) ) +(assert (myObject (attribute1 "attr94726") ) ) +(assert (myObject (attribute1 "attr94727") ) ) +(assert (myObject (attribute1 "attr94728") ) ) +(assert (myObject (attribute1 "attr94729") ) ) +(assert (myObject (attribute1 "attr94730") ) ) +(assert (myObject (attribute1 "attr94731") ) ) +(assert (myObject (attribute1 "attr94732") ) ) +(assert (myObject (attribute1 "attr94733") ) ) +(assert (myObject (attribute1 "attr94734") ) ) +(assert (myObject (attribute1 "attr94735") ) ) +(assert (myObject (attribute1 "attr94736") ) ) +(assert (myObject (attribute1 "attr94737") ) ) +(assert (myObject (attribute1 "attr94738") ) ) +(assert (myObject (attribute1 "attr94739") ) ) +(assert (myObject (attribute1 "attr94740") ) ) +(assert (myObject (attribute1 "attr94741") ) ) +(assert (myObject (attribute1 "attr94742") ) ) +(assert (myObject (attribute1 "attr94743") ) ) +(assert (myObject (attribute1 "attr94744") ) ) +(assert (myObject (attribute1 "attr94745") ) ) +(assert (myObject (attribute1 "attr94746") ) ) +(assert (myObject (attribute1 "attr94747") ) ) +(assert (myObject (attribute1 "attr94748") ) ) +(assert (myObject (attribute1 "attr94749") ) ) +(assert (myObject (attribute1 "attr94750") ) ) +(assert (myObject (attribute1 "attr94751") ) ) +(assert (myObject (attribute1 "attr94752") ) ) +(assert (myObject (attribute1 "attr94753") ) ) +(assert (myObject (attribute1 "attr94754") ) ) +(assert (myObject (attribute1 "attr94755") ) ) +(assert (myObject (attribute1 "attr94756") ) ) +(assert (myObject (attribute1 "attr94757") ) ) +(assert (myObject (attribute1 "attr94758") ) ) +(assert (myObject (attribute1 "attr94759") ) ) +(assert (myObject (attribute1 "attr94760") ) ) +(assert (myObject (attribute1 "attr94761") ) ) +(assert (myObject (attribute1 "attr94762") ) ) +(assert (myObject (attribute1 "attr94763") ) ) +(assert (myObject (attribute1 "attr94764") ) ) +(assert (myObject (attribute1 "attr94765") ) ) +(assert (myObject (attribute1 "attr94766") ) ) +(assert (myObject (attribute1 "attr94767") ) ) +(assert (myObject (attribute1 "attr94768") ) ) +(assert (myObject (attribute1 "attr94769") ) ) +(assert (myObject (attribute1 "attr94770") ) ) +(assert (myObject (attribute1 "attr94771") ) ) +(assert (myObject (attribute1 "attr94772") ) ) +(assert (myObject (attribute1 "attr94773") ) ) +(assert (myObject (attribute1 "attr94774") ) ) +(assert (myObject (attribute1 "attr94775") ) ) +(assert (myObject (attribute1 "attr94776") ) ) +(assert (myObject (attribute1 "attr94777") ) ) +(assert (myObject (attribute1 "attr94778") ) ) +(assert (myObject (attribute1 "attr94779") ) ) +(assert (myObject (attribute1 "attr94780") ) ) +(assert (myObject (attribute1 "attr94781") ) ) +(assert (myObject (attribute1 "attr94782") ) ) +(assert (myObject (attribute1 "attr94783") ) ) +(assert (myObject (attribute1 "attr94784") ) ) +(assert (myObject (attribute1 "attr94785") ) ) +(assert (myObject (attribute1 "attr94786") ) ) +(assert (myObject (attribute1 "attr94787") ) ) +(assert (myObject (attribute1 "attr94788") ) ) +(assert (myObject (attribute1 "attr94789") ) ) +(assert (myObject (attribute1 "attr94790") ) ) +(assert (myObject (attribute1 "attr94791") ) ) +(assert (myObject (attribute1 "attr94792") ) ) +(assert (myObject (attribute1 "attr94793") ) ) +(assert (myObject (attribute1 "attr94794") ) ) +(assert (myObject (attribute1 "attr94795") ) ) +(assert (myObject (attribute1 "attr94796") ) ) +(assert (myObject (attribute1 "attr94797") ) ) +(assert (myObject (attribute1 "attr94798") ) ) +(assert (myObject (attribute1 "attr94799") ) ) +(assert (myObject (attribute1 "attr94800") ) ) +(assert (myObject (attribute1 "attr94801") ) ) +(assert (myObject (attribute1 "attr94802") ) ) +(assert (myObject (attribute1 "attr94803") ) ) +(assert (myObject (attribute1 "attr94804") ) ) +(assert (myObject (attribute1 "attr94805") ) ) +(assert (myObject (attribute1 "attr94806") ) ) +(assert (myObject (attribute1 "attr94807") ) ) +(assert (myObject (attribute1 "attr94808") ) ) +(assert (myObject (attribute1 "attr94809") ) ) +(assert (myObject (attribute1 "attr94810") ) ) +(assert (myObject (attribute1 "attr94811") ) ) +(assert (myObject (attribute1 "attr94812") ) ) +(assert (myObject (attribute1 "attr94813") ) ) +(assert (myObject (attribute1 "attr94814") ) ) +(assert (myObject (attribute1 "attr94815") ) ) +(assert (myObject (attribute1 "attr94816") ) ) +(assert (myObject (attribute1 "attr94817") ) ) +(assert (myObject (attribute1 "attr94818") ) ) +(assert (myObject (attribute1 "attr94819") ) ) +(assert (myObject (attribute1 "attr94820") ) ) +(assert (myObject (attribute1 "attr94821") ) ) +(assert (myObject (attribute1 "attr94822") ) ) +(assert (myObject (attribute1 "attr94823") ) ) +(assert (myObject (attribute1 "attr94824") ) ) +(assert (myObject (attribute1 "attr94825") ) ) +(assert (myObject (attribute1 "attr94826") ) ) +(assert (myObject (attribute1 "attr94827") ) ) +(assert (myObject (attribute1 "attr94828") ) ) +(assert (myObject (attribute1 "attr94829") ) ) +(assert (myObject (attribute1 "attr94830") ) ) +(assert (myObject (attribute1 "attr94831") ) ) +(assert (myObject (attribute1 "attr94832") ) ) +(assert (myObject (attribute1 "attr94833") ) ) +(assert (myObject (attribute1 "attr94834") ) ) +(assert (myObject (attribute1 "attr94835") ) ) +(assert (myObject (attribute1 "attr94836") ) ) +(assert (myObject (attribute1 "attr94837") ) ) +(assert (myObject (attribute1 "attr94838") ) ) +(assert (myObject (attribute1 "attr94839") ) ) +(assert (myObject (attribute1 "attr94840") ) ) +(assert (myObject (attribute1 "attr94841") ) ) +(assert (myObject (attribute1 "attr94842") ) ) +(assert (myObject (attribute1 "attr94843") ) ) +(assert (myObject (attribute1 "attr94844") ) ) +(assert (myObject (attribute1 "attr94845") ) ) +(assert (myObject (attribute1 "attr94846") ) ) +(assert (myObject (attribute1 "attr94847") ) ) +(assert (myObject (attribute1 "attr94848") ) ) +(assert (myObject (attribute1 "attr94849") ) ) +(assert (myObject (attribute1 "attr94850") ) ) +(assert (myObject (attribute1 "attr94851") ) ) +(assert (myObject (attribute1 "attr94852") ) ) +(assert (myObject (attribute1 "attr94853") ) ) +(assert (myObject (attribute1 "attr94854") ) ) +(assert (myObject (attribute1 "attr94855") ) ) +(assert (myObject (attribute1 "attr94856") ) ) +(assert (myObject (attribute1 "attr94857") ) ) +(assert (myObject (attribute1 "attr94858") ) ) +(assert (myObject (attribute1 "attr94859") ) ) +(assert (myObject (attribute1 "attr94860") ) ) +(assert (myObject (attribute1 "attr94861") ) ) +(assert (myObject (attribute1 "attr94862") ) ) +(assert (myObject (attribute1 "attr94863") ) ) +(assert (myObject (attribute1 "attr94864") ) ) +(assert (myObject (attribute1 "attr94865") ) ) +(assert (myObject (attribute1 "attr94866") ) ) +(assert (myObject (attribute1 "attr94867") ) ) +(assert (myObject (attribute1 "attr94868") ) ) +(assert (myObject (attribute1 "attr94869") ) ) +(assert (myObject (attribute1 "attr94870") ) ) +(assert (myObject (attribute1 "attr94871") ) ) +(assert (myObject (attribute1 "attr94872") ) ) +(assert (myObject (attribute1 "attr94873") ) ) +(assert (myObject (attribute1 "attr94874") ) ) +(assert (myObject (attribute1 "attr94875") ) ) +(assert (myObject (attribute1 "attr94876") ) ) +(assert (myObject (attribute1 "attr94877") ) ) +(assert (myObject (attribute1 "attr94878") ) ) +(assert (myObject (attribute1 "attr94879") ) ) +(assert (myObject (attribute1 "attr94880") ) ) +(assert (myObject (attribute1 "attr94881") ) ) +(assert (myObject (attribute1 "attr94882") ) ) +(assert (myObject (attribute1 "attr94883") ) ) +(assert (myObject (attribute1 "attr94884") ) ) +(assert (myObject (attribute1 "attr94885") ) ) +(assert (myObject (attribute1 "attr94886") ) ) +(assert (myObject (attribute1 "attr94887") ) ) +(assert (myObject (attribute1 "attr94888") ) ) +(assert (myObject (attribute1 "attr94889") ) ) +(assert (myObject (attribute1 "attr94890") ) ) +(assert (myObject (attribute1 "attr94891") ) ) +(assert (myObject (attribute1 "attr94892") ) ) +(assert (myObject (attribute1 "attr94893") ) ) +(assert (myObject (attribute1 "attr94894") ) ) +(assert (myObject (attribute1 "attr94895") ) ) +(assert (myObject (attribute1 "attr94896") ) ) +(assert (myObject (attribute1 "attr94897") ) ) +(assert (myObject (attribute1 "attr94898") ) ) +(assert (myObject (attribute1 "attr94899") ) ) +(assert (myObject (attribute1 "attr94900") ) ) +(assert (myObject (attribute1 "attr94901") ) ) +(assert (myObject (attribute1 "attr94902") ) ) +(assert (myObject (attribute1 "attr94903") ) ) +(assert (myObject (attribute1 "attr94904") ) ) +(assert (myObject (attribute1 "attr94905") ) ) +(assert (myObject (attribute1 "attr94906") ) ) +(assert (myObject (attribute1 "attr94907") ) ) +(assert (myObject (attribute1 "attr94908") ) ) +(assert (myObject (attribute1 "attr94909") ) ) +(assert (myObject (attribute1 "attr94910") ) ) +(assert (myObject (attribute1 "attr94911") ) ) +(assert (myObject (attribute1 "attr94912") ) ) +(assert (myObject (attribute1 "attr94913") ) ) +(assert (myObject (attribute1 "attr94914") ) ) +(assert (myObject (attribute1 "attr94915") ) ) +(assert (myObject (attribute1 "attr94916") ) ) +(assert (myObject (attribute1 "attr94917") ) ) +(assert (myObject (attribute1 "attr94918") ) ) +(assert (myObject (attribute1 "attr94919") ) ) +(assert (myObject (attribute1 "attr94920") ) ) +(assert (myObject (attribute1 "attr94921") ) ) +(assert (myObject (attribute1 "attr94922") ) ) +(assert (myObject (attribute1 "attr94923") ) ) +(assert (myObject (attribute1 "attr94924") ) ) +(assert (myObject (attribute1 "attr94925") ) ) +(assert (myObject (attribute1 "attr94926") ) ) +(assert (myObject (attribute1 "attr94927") ) ) +(assert (myObject (attribute1 "attr94928") ) ) +(assert (myObject (attribute1 "attr94929") ) ) +(assert (myObject (attribute1 "attr94930") ) ) +(assert (myObject (attribute1 "attr94931") ) ) +(assert (myObject (attribute1 "attr94932") ) ) +(assert (myObject (attribute1 "attr94933") ) ) +(assert (myObject (attribute1 "attr94934") ) ) +(assert (myObject (attribute1 "attr94935") ) ) +(assert (myObject (attribute1 "attr94936") ) ) +(assert (myObject (attribute1 "attr94937") ) ) +(assert (myObject (attribute1 "attr94938") ) ) +(assert (myObject (attribute1 "attr94939") ) ) +(assert (myObject (attribute1 "attr94940") ) ) +(assert (myObject (attribute1 "attr94941") ) ) +(assert (myObject (attribute1 "attr94942") ) ) +(assert (myObject (attribute1 "attr94943") ) ) +(assert (myObject (attribute1 "attr94944") ) ) +(assert (myObject (attribute1 "attr94945") ) ) +(assert (myObject (attribute1 "attr94946") ) ) +(assert (myObject (attribute1 "attr94947") ) ) +(assert (myObject (attribute1 "attr94948") ) ) +(assert (myObject (attribute1 "attr94949") ) ) +(assert (myObject (attribute1 "attr94950") ) ) +(assert (myObject (attribute1 "attr94951") ) ) +(assert (myObject (attribute1 "attr94952") ) ) +(assert (myObject (attribute1 "attr94953") ) ) +(assert (myObject (attribute1 "attr94954") ) ) +(assert (myObject (attribute1 "attr94955") ) ) +(assert (myObject (attribute1 "attr94956") ) ) +(assert (myObject (attribute1 "attr94957") ) ) +(assert (myObject (attribute1 "attr94958") ) ) +(assert (myObject (attribute1 "attr94959") ) ) +(assert (myObject (attribute1 "attr94960") ) ) +(assert (myObject (attribute1 "attr94961") ) ) +(assert (myObject (attribute1 "attr94962") ) ) +(assert (myObject (attribute1 "attr94963") ) ) +(assert (myObject (attribute1 "attr94964") ) ) +(assert (myObject (attribute1 "attr94965") ) ) +(assert (myObject (attribute1 "attr94966") ) ) +(assert (myObject (attribute1 "attr94967") ) ) +(assert (myObject (attribute1 "attr94968") ) ) +(assert (myObject (attribute1 "attr94969") ) ) +(assert (myObject (attribute1 "attr94970") ) ) +(assert (myObject (attribute1 "attr94971") ) ) +(assert (myObject (attribute1 "attr94972") ) ) +(assert (myObject (attribute1 "attr94973") ) ) +(assert (myObject (attribute1 "attr94974") ) ) +(assert (myObject (attribute1 "attr94975") ) ) +(assert (myObject (attribute1 "attr94976") ) ) +(assert (myObject (attribute1 "attr94977") ) ) +(assert (myObject (attribute1 "attr94978") ) ) +(assert (myObject (attribute1 "attr94979") ) ) +(assert (myObject (attribute1 "attr94980") ) ) +(assert (myObject (attribute1 "attr94981") ) ) +(assert (myObject (attribute1 "attr94982") ) ) +(assert (myObject (attribute1 "attr94983") ) ) +(assert (myObject (attribute1 "attr94984") ) ) +(assert (myObject (attribute1 "attr94985") ) ) +(assert (myObject (attribute1 "attr94986") ) ) +(assert (myObject (attribute1 "attr94987") ) ) +(assert (myObject (attribute1 "attr94988") ) ) +(assert (myObject (attribute1 "attr94989") ) ) +(assert (myObject (attribute1 "attr94990") ) ) +(assert (myObject (attribute1 "attr94991") ) ) +(assert (myObject (attribute1 "attr94992") ) ) +(assert (myObject (attribute1 "attr94993") ) ) +(assert (myObject (attribute1 "attr94994") ) ) +(assert (myObject (attribute1 "attr94995") ) ) +(assert (myObject (attribute1 "attr94996") ) ) +(assert (myObject (attribute1 "attr94997") ) ) +(assert (myObject (attribute1 "attr94998") ) ) +(assert (myObject (attribute1 "attr94999") ) ) +(assert (myObject (attribute1 "attr95000") ) ) +(assert (myObject (attribute1 "attr95001") ) ) +(assert (myObject (attribute1 "attr95002") ) ) +(assert (myObject (attribute1 "attr95003") ) ) +(assert (myObject (attribute1 "attr95004") ) ) +(assert (myObject (attribute1 "attr95005") ) ) +(assert (myObject (attribute1 "attr95006") ) ) +(assert (myObject (attribute1 "attr95007") ) ) +(assert (myObject (attribute1 "attr95008") ) ) +(assert (myObject (attribute1 "attr95009") ) ) +(assert (myObject (attribute1 "attr95010") ) ) +(assert (myObject (attribute1 "attr95011") ) ) +(assert (myObject (attribute1 "attr95012") ) ) +(assert (myObject (attribute1 "attr95013") ) ) +(assert (myObject (attribute1 "attr95014") ) ) +(assert (myObject (attribute1 "attr95015") ) ) +(assert (myObject (attribute1 "attr95016") ) ) +(assert (myObject (attribute1 "attr95017") ) ) +(assert (myObject (attribute1 "attr95018") ) ) +(assert (myObject (attribute1 "attr95019") ) ) +(assert (myObject (attribute1 "attr95020") ) ) +(assert (myObject (attribute1 "attr95021") ) ) +(assert (myObject (attribute1 "attr95022") ) ) +(assert (myObject (attribute1 "attr95023") ) ) +(assert (myObject (attribute1 "attr95024") ) ) +(assert (myObject (attribute1 "attr95025") ) ) +(assert (myObject (attribute1 "attr95026") ) ) +(assert (myObject (attribute1 "attr95027") ) ) +(assert (myObject (attribute1 "attr95028") ) ) +(assert (myObject (attribute1 "attr95029") ) ) +(assert (myObject (attribute1 "attr95030") ) ) +(assert (myObject (attribute1 "attr95031") ) ) +(assert (myObject (attribute1 "attr95032") ) ) +(assert (myObject (attribute1 "attr95033") ) ) +(assert (myObject (attribute1 "attr95034") ) ) +(assert (myObject (attribute1 "attr95035") ) ) +(assert (myObject (attribute1 "attr95036") ) ) +(assert (myObject (attribute1 "attr95037") ) ) +(assert (myObject (attribute1 "attr95038") ) ) +(assert (myObject (attribute1 "attr95039") ) ) +(assert (myObject (attribute1 "attr95040") ) ) +(assert (myObject (attribute1 "attr95041") ) ) +(assert (myObject (attribute1 "attr95042") ) ) +(assert (myObject (attribute1 "attr95043") ) ) +(assert (myObject (attribute1 "attr95044") ) ) +(assert (myObject (attribute1 "attr95045") ) ) +(assert (myObject (attribute1 "attr95046") ) ) +(assert (myObject (attribute1 "attr95047") ) ) +(assert (myObject (attribute1 "attr95048") ) ) +(assert (myObject (attribute1 "attr95049") ) ) +(assert (myObject (attribute1 "attr95050") ) ) +(assert (myObject (attribute1 "attr95051") ) ) +(assert (myObject (attribute1 "attr95052") ) ) +(assert (myObject (attribute1 "attr95053") ) ) +(assert (myObject (attribute1 "attr95054") ) ) +(assert (myObject (attribute1 "attr95055") ) ) +(assert (myObject (attribute1 "attr95056") ) ) +(assert (myObject (attribute1 "attr95057") ) ) +(assert (myObject (attribute1 "attr95058") ) ) +(assert (myObject (attribute1 "attr95059") ) ) +(assert (myObject (attribute1 "attr95060") ) ) +(assert (myObject (attribute1 "attr95061") ) ) +(assert (myObject (attribute1 "attr95062") ) ) +(assert (myObject (attribute1 "attr95063") ) ) +(assert (myObject (attribute1 "attr95064") ) ) +(assert (myObject (attribute1 "attr95065") ) ) +(assert (myObject (attribute1 "attr95066") ) ) +(assert (myObject (attribute1 "attr95067") ) ) +(assert (myObject (attribute1 "attr95068") ) ) +(assert (myObject (attribute1 "attr95069") ) ) +(assert (myObject (attribute1 "attr95070") ) ) +(assert (myObject (attribute1 "attr95071") ) ) +(assert (myObject (attribute1 "attr95072") ) ) +(assert (myObject (attribute1 "attr95073") ) ) +(assert (myObject (attribute1 "attr95074") ) ) +(assert (myObject (attribute1 "attr95075") ) ) +(assert (myObject (attribute1 "attr95076") ) ) +(assert (myObject (attribute1 "attr95077") ) ) +(assert (myObject (attribute1 "attr95078") ) ) +(assert (myObject (attribute1 "attr95079") ) ) +(assert (myObject (attribute1 "attr95080") ) ) +(assert (myObject (attribute1 "attr95081") ) ) +(assert (myObject (attribute1 "attr95082") ) ) +(assert (myObject (attribute1 "attr95083") ) ) +(assert (myObject (attribute1 "attr95084") ) ) +(assert (myObject (attribute1 "attr95085") ) ) +(assert (myObject (attribute1 "attr95086") ) ) +(assert (myObject (attribute1 "attr95087") ) ) +(assert (myObject (attribute1 "attr95088") ) ) +(assert (myObject (attribute1 "attr95089") ) ) +(assert (myObject (attribute1 "attr95090") ) ) +(assert (myObject (attribute1 "attr95091") ) ) +(assert (myObject (attribute1 "attr95092") ) ) +(assert (myObject (attribute1 "attr95093") ) ) +(assert (myObject (attribute1 "attr95094") ) ) +(assert (myObject (attribute1 "attr95095") ) ) +(assert (myObject (attribute1 "attr95096") ) ) +(assert (myObject (attribute1 "attr95097") ) ) +(assert (myObject (attribute1 "attr95098") ) ) +(assert (myObject (attribute1 "attr95099") ) ) +(assert (myObject (attribute1 "attr95100") ) ) +(assert (myObject (attribute1 "attr95101") ) ) +(assert (myObject (attribute1 "attr95102") ) ) +(assert (myObject (attribute1 "attr95103") ) ) +(assert (myObject (attribute1 "attr95104") ) ) +(assert (myObject (attribute1 "attr95105") ) ) +(assert (myObject (attribute1 "attr95106") ) ) +(assert (myObject (attribute1 "attr95107") ) ) +(assert (myObject (attribute1 "attr95108") ) ) +(assert (myObject (attribute1 "attr95109") ) ) +(assert (myObject (attribute1 "attr95110") ) ) +(assert (myObject (attribute1 "attr95111") ) ) +(assert (myObject (attribute1 "attr95112") ) ) +(assert (myObject (attribute1 "attr95113") ) ) +(assert (myObject (attribute1 "attr95114") ) ) +(assert (myObject (attribute1 "attr95115") ) ) +(assert (myObject (attribute1 "attr95116") ) ) +(assert (myObject (attribute1 "attr95117") ) ) +(assert (myObject (attribute1 "attr95118") ) ) +(assert (myObject (attribute1 "attr95119") ) ) +(assert (myObject (attribute1 "attr95120") ) ) +(assert (myObject (attribute1 "attr95121") ) ) +(assert (myObject (attribute1 "attr95122") ) ) +(assert (myObject (attribute1 "attr95123") ) ) +(assert (myObject (attribute1 "attr95124") ) ) +(assert (myObject (attribute1 "attr95125") ) ) +(assert (myObject (attribute1 "attr95126") ) ) +(assert (myObject (attribute1 "attr95127") ) ) +(assert (myObject (attribute1 "attr95128") ) ) +(assert (myObject (attribute1 "attr95129") ) ) +(assert (myObject (attribute1 "attr95130") ) ) +(assert (myObject (attribute1 "attr95131") ) ) +(assert (myObject (attribute1 "attr95132") ) ) +(assert (myObject (attribute1 "attr95133") ) ) +(assert (myObject (attribute1 "attr95134") ) ) +(assert (myObject (attribute1 "attr95135") ) ) +(assert (myObject (attribute1 "attr95136") ) ) +(assert (myObject (attribute1 "attr95137") ) ) +(assert (myObject (attribute1 "attr95138") ) ) +(assert (myObject (attribute1 "attr95139") ) ) +(assert (myObject (attribute1 "attr95140") ) ) +(assert (myObject (attribute1 "attr95141") ) ) +(assert (myObject (attribute1 "attr95142") ) ) +(assert (myObject (attribute1 "attr95143") ) ) +(assert (myObject (attribute1 "attr95144") ) ) +(assert (myObject (attribute1 "attr95145") ) ) +(assert (myObject (attribute1 "attr95146") ) ) +(assert (myObject (attribute1 "attr95147") ) ) +(assert (myObject (attribute1 "attr95148") ) ) +(assert (myObject (attribute1 "attr95149") ) ) +(assert (myObject (attribute1 "attr95150") ) ) +(assert (myObject (attribute1 "attr95151") ) ) +(assert (myObject (attribute1 "attr95152") ) ) +(assert (myObject (attribute1 "attr95153") ) ) +(assert (myObject (attribute1 "attr95154") ) ) +(assert (myObject (attribute1 "attr95155") ) ) +(assert (myObject (attribute1 "attr95156") ) ) +(assert (myObject (attribute1 "attr95157") ) ) +(assert (myObject (attribute1 "attr95158") ) ) +(assert (myObject (attribute1 "attr95159") ) ) +(assert (myObject (attribute1 "attr95160") ) ) +(assert (myObject (attribute1 "attr95161") ) ) +(assert (myObject (attribute1 "attr95162") ) ) +(assert (myObject (attribute1 "attr95163") ) ) +(assert (myObject (attribute1 "attr95164") ) ) +(assert (myObject (attribute1 "attr95165") ) ) +(assert (myObject (attribute1 "attr95166") ) ) +(assert (myObject (attribute1 "attr95167") ) ) +(assert (myObject (attribute1 "attr95168") ) ) +(assert (myObject (attribute1 "attr95169") ) ) +(assert (myObject (attribute1 "attr95170") ) ) +(assert (myObject (attribute1 "attr95171") ) ) +(assert (myObject (attribute1 "attr95172") ) ) +(assert (myObject (attribute1 "attr95173") ) ) +(assert (myObject (attribute1 "attr95174") ) ) +(assert (myObject (attribute1 "attr95175") ) ) +(assert (myObject (attribute1 "attr95176") ) ) +(assert (myObject (attribute1 "attr95177") ) ) +(assert (myObject (attribute1 "attr95178") ) ) +(assert (myObject (attribute1 "attr95179") ) ) +(assert (myObject (attribute1 "attr95180") ) ) +(assert (myObject (attribute1 "attr95181") ) ) +(assert (myObject (attribute1 "attr95182") ) ) +(assert (myObject (attribute1 "attr95183") ) ) +(assert (myObject (attribute1 "attr95184") ) ) +(assert (myObject (attribute1 "attr95185") ) ) +(assert (myObject (attribute1 "attr95186") ) ) +(assert (myObject (attribute1 "attr95187") ) ) +(assert (myObject (attribute1 "attr95188") ) ) +(assert (myObject (attribute1 "attr95189") ) ) +(assert (myObject (attribute1 "attr95190") ) ) +(assert (myObject (attribute1 "attr95191") ) ) +(assert (myObject (attribute1 "attr95192") ) ) +(assert (myObject (attribute1 "attr95193") ) ) +(assert (myObject (attribute1 "attr95194") ) ) +(assert (myObject (attribute1 "attr95195") ) ) +(assert (myObject (attribute1 "attr95196") ) ) +(assert (myObject (attribute1 "attr95197") ) ) +(assert (myObject (attribute1 "attr95198") ) ) +(assert (myObject (attribute1 "attr95199") ) ) +(assert (myObject (attribute1 "attr95200") ) ) +(assert (myObject (attribute1 "attr95201") ) ) +(assert (myObject (attribute1 "attr95202") ) ) +(assert (myObject (attribute1 "attr95203") ) ) +(assert (myObject (attribute1 "attr95204") ) ) +(assert (myObject (attribute1 "attr95205") ) ) +(assert (myObject (attribute1 "attr95206") ) ) +(assert (myObject (attribute1 "attr95207") ) ) +(assert (myObject (attribute1 "attr95208") ) ) +(assert (myObject (attribute1 "attr95209") ) ) +(assert (myObject (attribute1 "attr95210") ) ) +(assert (myObject (attribute1 "attr95211") ) ) +(assert (myObject (attribute1 "attr95212") ) ) +(assert (myObject (attribute1 "attr95213") ) ) +(assert (myObject (attribute1 "attr95214") ) ) +(assert (myObject (attribute1 "attr95215") ) ) +(assert (myObject (attribute1 "attr95216") ) ) +(assert (myObject (attribute1 "attr95217") ) ) +(assert (myObject (attribute1 "attr95218") ) ) +(assert (myObject (attribute1 "attr95219") ) ) +(assert (myObject (attribute1 "attr95220") ) ) +(assert (myObject (attribute1 "attr95221") ) ) +(assert (myObject (attribute1 "attr95222") ) ) +(assert (myObject (attribute1 "attr95223") ) ) +(assert (myObject (attribute1 "attr95224") ) ) +(assert (myObject (attribute1 "attr95225") ) ) +(assert (myObject (attribute1 "attr95226") ) ) +(assert (myObject (attribute1 "attr95227") ) ) +(assert (myObject (attribute1 "attr95228") ) ) +(assert (myObject (attribute1 "attr95229") ) ) +(assert (myObject (attribute1 "attr95230") ) ) +(assert (myObject (attribute1 "attr95231") ) ) +(assert (myObject (attribute1 "attr95232") ) ) +(assert (myObject (attribute1 "attr95233") ) ) +(assert (myObject (attribute1 "attr95234") ) ) +(assert (myObject (attribute1 "attr95235") ) ) +(assert (myObject (attribute1 "attr95236") ) ) +(assert (myObject (attribute1 "attr95237") ) ) +(assert (myObject (attribute1 "attr95238") ) ) +(assert (myObject (attribute1 "attr95239") ) ) +(assert (myObject (attribute1 "attr95240") ) ) +(assert (myObject (attribute1 "attr95241") ) ) +(assert (myObject (attribute1 "attr95242") ) ) +(assert (myObject (attribute1 "attr95243") ) ) +(assert (myObject (attribute1 "attr95244") ) ) +(assert (myObject (attribute1 "attr95245") ) ) +(assert (myObject (attribute1 "attr95246") ) ) +(assert (myObject (attribute1 "attr95247") ) ) +(assert (myObject (attribute1 "attr95248") ) ) +(assert (myObject (attribute1 "attr95249") ) ) +(assert (myObject (attribute1 "attr95250") ) ) +(assert (myObject (attribute1 "attr95251") ) ) +(assert (myObject (attribute1 "attr95252") ) ) +(assert (myObject (attribute1 "attr95253") ) ) +(assert (myObject (attribute1 "attr95254") ) ) +(assert (myObject (attribute1 "attr95255") ) ) +(assert (myObject (attribute1 "attr95256") ) ) +(assert (myObject (attribute1 "attr95257") ) ) +(assert (myObject (attribute1 "attr95258") ) ) +(assert (myObject (attribute1 "attr95259") ) ) +(assert (myObject (attribute1 "attr95260") ) ) +(assert (myObject (attribute1 "attr95261") ) ) +(assert (myObject (attribute1 "attr95262") ) ) +(assert (myObject (attribute1 "attr95263") ) ) +(assert (myObject (attribute1 "attr95264") ) ) +(assert (myObject (attribute1 "attr95265") ) ) +(assert (myObject (attribute1 "attr95266") ) ) +(assert (myObject (attribute1 "attr95267") ) ) +(assert (myObject (attribute1 "attr95268") ) ) +(assert (myObject (attribute1 "attr95269") ) ) +(assert (myObject (attribute1 "attr95270") ) ) +(assert (myObject (attribute1 "attr95271") ) ) +(assert (myObject (attribute1 "attr95272") ) ) +(assert (myObject (attribute1 "attr95273") ) ) +(assert (myObject (attribute1 "attr95274") ) ) +(assert (myObject (attribute1 "attr95275") ) ) +(assert (myObject (attribute1 "attr95276") ) ) +(assert (myObject (attribute1 "attr95277") ) ) +(assert (myObject (attribute1 "attr95278") ) ) +(assert (myObject (attribute1 "attr95279") ) ) +(assert (myObject (attribute1 "attr95280") ) ) +(assert (myObject (attribute1 "attr95281") ) ) +(assert (myObject (attribute1 "attr95282") ) ) +(assert (myObject (attribute1 "attr95283") ) ) +(assert (myObject (attribute1 "attr95284") ) ) +(assert (myObject (attribute1 "attr95285") ) ) +(assert (myObject (attribute1 "attr95286") ) ) +(assert (myObject (attribute1 "attr95287") ) ) +(assert (myObject (attribute1 "attr95288") ) ) +(assert (myObject (attribute1 "attr95289") ) ) +(assert (myObject (attribute1 "attr95290") ) ) +(assert (myObject (attribute1 "attr95291") ) ) +(assert (myObject (attribute1 "attr95292") ) ) +(assert (myObject (attribute1 "attr95293") ) ) +(assert (myObject (attribute1 "attr95294") ) ) +(assert (myObject (attribute1 "attr95295") ) ) +(assert (myObject (attribute1 "attr95296") ) ) +(assert (myObject (attribute1 "attr95297") ) ) +(assert (myObject (attribute1 "attr95298") ) ) +(assert (myObject (attribute1 "attr95299") ) ) +(assert (myObject (attribute1 "attr95300") ) ) +(assert (myObject (attribute1 "attr95301") ) ) +(assert (myObject (attribute1 "attr95302") ) ) +(assert (myObject (attribute1 "attr95303") ) ) +(assert (myObject (attribute1 "attr95304") ) ) +(assert (myObject (attribute1 "attr95305") ) ) +(assert (myObject (attribute1 "attr95306") ) ) +(assert (myObject (attribute1 "attr95307") ) ) +(assert (myObject (attribute1 "attr95308") ) ) +(assert (myObject (attribute1 "attr95309") ) ) +(assert (myObject (attribute1 "attr95310") ) ) +(assert (myObject (attribute1 "attr95311") ) ) +(assert (myObject (attribute1 "attr95312") ) ) +(assert (myObject (attribute1 "attr95313") ) ) +(assert (myObject (attribute1 "attr95314") ) ) +(assert (myObject (attribute1 "attr95315") ) ) +(assert (myObject (attribute1 "attr95316") ) ) +(assert (myObject (attribute1 "attr95317") ) ) +(assert (myObject (attribute1 "attr95318") ) ) +(assert (myObject (attribute1 "attr95319") ) ) +(assert (myObject (attribute1 "attr95320") ) ) +(assert (myObject (attribute1 "attr95321") ) ) +(assert (myObject (attribute1 "attr95322") ) ) +(assert (myObject (attribute1 "attr95323") ) ) +(assert (myObject (attribute1 "attr95324") ) ) +(assert (myObject (attribute1 "attr95325") ) ) +(assert (myObject (attribute1 "attr95326") ) ) +(assert (myObject (attribute1 "attr95327") ) ) +(assert (myObject (attribute1 "attr95328") ) ) +(assert (myObject (attribute1 "attr95329") ) ) +(assert (myObject (attribute1 "attr95330") ) ) +(assert (myObject (attribute1 "attr95331") ) ) +(assert (myObject (attribute1 "attr95332") ) ) +(assert (myObject (attribute1 "attr95333") ) ) +(assert (myObject (attribute1 "attr95334") ) ) +(assert (myObject (attribute1 "attr95335") ) ) +(assert (myObject (attribute1 "attr95336") ) ) +(assert (myObject (attribute1 "attr95337") ) ) +(assert (myObject (attribute1 "attr95338") ) ) +(assert (myObject (attribute1 "attr95339") ) ) +(assert (myObject (attribute1 "attr95340") ) ) +(assert (myObject (attribute1 "attr95341") ) ) +(assert (myObject (attribute1 "attr95342") ) ) +(assert (myObject (attribute1 "attr95343") ) ) +(assert (myObject (attribute1 "attr95344") ) ) +(assert (myObject (attribute1 "attr95345") ) ) +(assert (myObject (attribute1 "attr95346") ) ) +(assert (myObject (attribute1 "attr95347") ) ) +(assert (myObject (attribute1 "attr95348") ) ) +(assert (myObject (attribute1 "attr95349") ) ) +(assert (myObject (attribute1 "attr95350") ) ) +(assert (myObject (attribute1 "attr95351") ) ) +(assert (myObject (attribute1 "attr95352") ) ) +(assert (myObject (attribute1 "attr95353") ) ) +(assert (myObject (attribute1 "attr95354") ) ) +(assert (myObject (attribute1 "attr95355") ) ) +(assert (myObject (attribute1 "attr95356") ) ) +(assert (myObject (attribute1 "attr95357") ) ) +(assert (myObject (attribute1 "attr95358") ) ) +(assert (myObject (attribute1 "attr95359") ) ) +(assert (myObject (attribute1 "attr95360") ) ) +(assert (myObject (attribute1 "attr95361") ) ) +(assert (myObject (attribute1 "attr95362") ) ) +(assert (myObject (attribute1 "attr95363") ) ) +(assert (myObject (attribute1 "attr95364") ) ) +(assert (myObject (attribute1 "attr95365") ) ) +(assert (myObject (attribute1 "attr95366") ) ) +(assert (myObject (attribute1 "attr95367") ) ) +(assert (myObject (attribute1 "attr95368") ) ) +(assert (myObject (attribute1 "attr95369") ) ) +(assert (myObject (attribute1 "attr95370") ) ) +(assert (myObject (attribute1 "attr95371") ) ) +(assert (myObject (attribute1 "attr95372") ) ) +(assert (myObject (attribute1 "attr95373") ) ) +(assert (myObject (attribute1 "attr95374") ) ) +(assert (myObject (attribute1 "attr95375") ) ) +(assert (myObject (attribute1 "attr95376") ) ) +(assert (myObject (attribute1 "attr95377") ) ) +(assert (myObject (attribute1 "attr95378") ) ) +(assert (myObject (attribute1 "attr95379") ) ) +(assert (myObject (attribute1 "attr95380") ) ) +(assert (myObject (attribute1 "attr95381") ) ) +(assert (myObject (attribute1 "attr95382") ) ) +(assert (myObject (attribute1 "attr95383") ) ) +(assert (myObject (attribute1 "attr95384") ) ) +(assert (myObject (attribute1 "attr95385") ) ) +(assert (myObject (attribute1 "attr95386") ) ) +(assert (myObject (attribute1 "attr95387") ) ) +(assert (myObject (attribute1 "attr95388") ) ) +(assert (myObject (attribute1 "attr95389") ) ) +(assert (myObject (attribute1 "attr95390") ) ) +(assert (myObject (attribute1 "attr95391") ) ) +(assert (myObject (attribute1 "attr95392") ) ) +(assert (myObject (attribute1 "attr95393") ) ) +(assert (myObject (attribute1 "attr95394") ) ) +(assert (myObject (attribute1 "attr95395") ) ) +(assert (myObject (attribute1 "attr95396") ) ) +(assert (myObject (attribute1 "attr95397") ) ) +(assert (myObject (attribute1 "attr95398") ) ) +(assert (myObject (attribute1 "attr95399") ) ) +(assert (myObject (attribute1 "attr95400") ) ) +(assert (myObject (attribute1 "attr95401") ) ) +(assert (myObject (attribute1 "attr95402") ) ) +(assert (myObject (attribute1 "attr95403") ) ) +(assert (myObject (attribute1 "attr95404") ) ) +(assert (myObject (attribute1 "attr95405") ) ) +(assert (myObject (attribute1 "attr95406") ) ) +(assert (myObject (attribute1 "attr95407") ) ) +(assert (myObject (attribute1 "attr95408") ) ) +(assert (myObject (attribute1 "attr95409") ) ) +(assert (myObject (attribute1 "attr95410") ) ) +(assert (myObject (attribute1 "attr95411") ) ) +(assert (myObject (attribute1 "attr95412") ) ) +(assert (myObject (attribute1 "attr95413") ) ) +(assert (myObject (attribute1 "attr95414") ) ) +(assert (myObject (attribute1 "attr95415") ) ) +(assert (myObject (attribute1 "attr95416") ) ) +(assert (myObject (attribute1 "attr95417") ) ) +(assert (myObject (attribute1 "attr95418") ) ) +(assert (myObject (attribute1 "attr95419") ) ) +(assert (myObject (attribute1 "attr95420") ) ) +(assert (myObject (attribute1 "attr95421") ) ) +(assert (myObject (attribute1 "attr95422") ) ) +(assert (myObject (attribute1 "attr95423") ) ) +(assert (myObject (attribute1 "attr95424") ) ) +(assert (myObject (attribute1 "attr95425") ) ) +(assert (myObject (attribute1 "attr95426") ) ) +(assert (myObject (attribute1 "attr95427") ) ) +(assert (myObject (attribute1 "attr95428") ) ) +(assert (myObject (attribute1 "attr95429") ) ) +(assert (myObject (attribute1 "attr95430") ) ) +(assert (myObject (attribute1 "attr95431") ) ) +(assert (myObject (attribute1 "attr95432") ) ) +(assert (myObject (attribute1 "attr95433") ) ) +(assert (myObject (attribute1 "attr95434") ) ) +(assert (myObject (attribute1 "attr95435") ) ) +(assert (myObject (attribute1 "attr95436") ) ) +(assert (myObject (attribute1 "attr95437") ) ) +(assert (myObject (attribute1 "attr95438") ) ) +(assert (myObject (attribute1 "attr95439") ) ) +(assert (myObject (attribute1 "attr95440") ) ) +(assert (myObject (attribute1 "attr95441") ) ) +(assert (myObject (attribute1 "attr95442") ) ) +(assert (myObject (attribute1 "attr95443") ) ) +(assert (myObject (attribute1 "attr95444") ) ) +(assert (myObject (attribute1 "attr95445") ) ) +(assert (myObject (attribute1 "attr95446") ) ) +(assert (myObject (attribute1 "attr95447") ) ) +(assert (myObject (attribute1 "attr95448") ) ) +(assert (myObject (attribute1 "attr95449") ) ) +(assert (myObject (attribute1 "attr95450") ) ) +(assert (myObject (attribute1 "attr95451") ) ) +(assert (myObject (attribute1 "attr95452") ) ) +(assert (myObject (attribute1 "attr95453") ) ) +(assert (myObject (attribute1 "attr95454") ) ) +(assert (myObject (attribute1 "attr95455") ) ) +(assert (myObject (attribute1 "attr95456") ) ) +(assert (myObject (attribute1 "attr95457") ) ) +(assert (myObject (attribute1 "attr95458") ) ) +(assert (myObject (attribute1 "attr95459") ) ) +(assert (myObject (attribute1 "attr95460") ) ) +(assert (myObject (attribute1 "attr95461") ) ) +(assert (myObject (attribute1 "attr95462") ) ) +(assert (myObject (attribute1 "attr95463") ) ) +(assert (myObject (attribute1 "attr95464") ) ) +(assert (myObject (attribute1 "attr95465") ) ) +(assert (myObject (attribute1 "attr95466") ) ) +(assert (myObject (attribute1 "attr95467") ) ) +(assert (myObject (attribute1 "attr95468") ) ) +(assert (myObject (attribute1 "attr95469") ) ) +(assert (myObject (attribute1 "attr95470") ) ) +(assert (myObject (attribute1 "attr95471") ) ) +(assert (myObject (attribute1 "attr95472") ) ) +(assert (myObject (attribute1 "attr95473") ) ) +(assert (myObject (attribute1 "attr95474") ) ) +(assert (myObject (attribute1 "attr95475") ) ) +(assert (myObject (attribute1 "attr95476") ) ) +(assert (myObject (attribute1 "attr95477") ) ) +(assert (myObject (attribute1 "attr95478") ) ) +(assert (myObject (attribute1 "attr95479") ) ) +(assert (myObject (attribute1 "attr95480") ) ) +(assert (myObject (attribute1 "attr95481") ) ) +(assert (myObject (attribute1 "attr95482") ) ) +(assert (myObject (attribute1 "attr95483") ) ) +(assert (myObject (attribute1 "attr95484") ) ) +(assert (myObject (attribute1 "attr95485") ) ) +(assert (myObject (attribute1 "attr95486") ) ) +(assert (myObject (attribute1 "attr95487") ) ) +(assert (myObject (attribute1 "attr95488") ) ) +(assert (myObject (attribute1 "attr95489") ) ) +(assert (myObject (attribute1 "attr95490") ) ) +(assert (myObject (attribute1 "attr95491") ) ) +(assert (myObject (attribute1 "attr95492") ) ) +(assert (myObject (attribute1 "attr95493") ) ) +(assert (myObject (attribute1 "attr95494") ) ) +(assert (myObject (attribute1 "attr95495") ) ) +(assert (myObject (attribute1 "attr95496") ) ) +(assert (myObject (attribute1 "attr95497") ) ) +(assert (myObject (attribute1 "attr95498") ) ) +(assert (myObject (attribute1 "attr95499") ) ) +(assert (myObject (attribute1 "attr95500") ) ) +(assert (myObject (attribute1 "attr95501") ) ) +(assert (myObject (attribute1 "attr95502") ) ) +(assert (myObject (attribute1 "attr95503") ) ) +(assert (myObject (attribute1 "attr95504") ) ) +(assert (myObject (attribute1 "attr95505") ) ) +(assert (myObject (attribute1 "attr95506") ) ) +(assert (myObject (attribute1 "attr95507") ) ) +(assert (myObject (attribute1 "attr95508") ) ) +(assert (myObject (attribute1 "attr95509") ) ) +(assert (myObject (attribute1 "attr95510") ) ) +(assert (myObject (attribute1 "attr95511") ) ) +(assert (myObject (attribute1 "attr95512") ) ) +(assert (myObject (attribute1 "attr95513") ) ) +(assert (myObject (attribute1 "attr95514") ) ) +(assert (myObject (attribute1 "attr95515") ) ) +(assert (myObject (attribute1 "attr95516") ) ) +(assert (myObject (attribute1 "attr95517") ) ) +(assert (myObject (attribute1 "attr95518") ) ) +(assert (myObject (attribute1 "attr95519") ) ) +(assert (myObject (attribute1 "attr95520") ) ) +(assert (myObject (attribute1 "attr95521") ) ) +(assert (myObject (attribute1 "attr95522") ) ) +(assert (myObject (attribute1 "attr95523") ) ) +(assert (myObject (attribute1 "attr95524") ) ) +(assert (myObject (attribute1 "attr95525") ) ) +(assert (myObject (attribute1 "attr95526") ) ) +(assert (myObject (attribute1 "attr95527") ) ) +(assert (myObject (attribute1 "attr95528") ) ) +(assert (myObject (attribute1 "attr95529") ) ) +(assert (myObject (attribute1 "attr95530") ) ) +(assert (myObject (attribute1 "attr95531") ) ) +(assert (myObject (attribute1 "attr95532") ) ) +(assert (myObject (attribute1 "attr95533") ) ) +(assert (myObject (attribute1 "attr95534") ) ) +(assert (myObject (attribute1 "attr95535") ) ) +(assert (myObject (attribute1 "attr95536") ) ) +(assert (myObject (attribute1 "attr95537") ) ) +(assert (myObject (attribute1 "attr95538") ) ) +(assert (myObject (attribute1 "attr95539") ) ) +(assert (myObject (attribute1 "attr95540") ) ) +(assert (myObject (attribute1 "attr95541") ) ) +(assert (myObject (attribute1 "attr95542") ) ) +(assert (myObject (attribute1 "attr95543") ) ) +(assert (myObject (attribute1 "attr95544") ) ) +(assert (myObject (attribute1 "attr95545") ) ) +(assert (myObject (attribute1 "attr95546") ) ) +(assert (myObject (attribute1 "attr95547") ) ) +(assert (myObject (attribute1 "attr95548") ) ) +(assert (myObject (attribute1 "attr95549") ) ) +(assert (myObject (attribute1 "attr95550") ) ) +(assert (myObject (attribute1 "attr95551") ) ) +(assert (myObject (attribute1 "attr95552") ) ) +(assert (myObject (attribute1 "attr95553") ) ) +(assert (myObject (attribute1 "attr95554") ) ) +(assert (myObject (attribute1 "attr95555") ) ) +(assert (myObject (attribute1 "attr95556") ) ) +(assert (myObject (attribute1 "attr95557") ) ) +(assert (myObject (attribute1 "attr95558") ) ) +(assert (myObject (attribute1 "attr95559") ) ) +(assert (myObject (attribute1 "attr95560") ) ) +(assert (myObject (attribute1 "attr95561") ) ) +(assert (myObject (attribute1 "attr95562") ) ) +(assert (myObject (attribute1 "attr95563") ) ) +(assert (myObject (attribute1 "attr95564") ) ) +(assert (myObject (attribute1 "attr95565") ) ) +(assert (myObject (attribute1 "attr95566") ) ) +(assert (myObject (attribute1 "attr95567") ) ) +(assert (myObject (attribute1 "attr95568") ) ) +(assert (myObject (attribute1 "attr95569") ) ) +(assert (myObject (attribute1 "attr95570") ) ) +(assert (myObject (attribute1 "attr95571") ) ) +(assert (myObject (attribute1 "attr95572") ) ) +(assert (myObject (attribute1 "attr95573") ) ) +(assert (myObject (attribute1 "attr95574") ) ) +(assert (myObject (attribute1 "attr95575") ) ) +(assert (myObject (attribute1 "attr95576") ) ) +(assert (myObject (attribute1 "attr95577") ) ) +(assert (myObject (attribute1 "attr95578") ) ) +(assert (myObject (attribute1 "attr95579") ) ) +(assert (myObject (attribute1 "attr95580") ) ) +(assert (myObject (attribute1 "attr95581") ) ) +(assert (myObject (attribute1 "attr95582") ) ) +(assert (myObject (attribute1 "attr95583") ) ) +(assert (myObject (attribute1 "attr95584") ) ) +(assert (myObject (attribute1 "attr95585") ) ) +(assert (myObject (attribute1 "attr95586") ) ) +(assert (myObject (attribute1 "attr95587") ) ) +(assert (myObject (attribute1 "attr95588") ) ) +(assert (myObject (attribute1 "attr95589") ) ) +(assert (myObject (attribute1 "attr95590") ) ) +(assert (myObject (attribute1 "attr95591") ) ) +(assert (myObject (attribute1 "attr95592") ) ) +(assert (myObject (attribute1 "attr95593") ) ) +(assert (myObject (attribute1 "attr95594") ) ) +(assert (myObject (attribute1 "attr95595") ) ) +(assert (myObject (attribute1 "attr95596") ) ) +(assert (myObject (attribute1 "attr95597") ) ) +(assert (myObject (attribute1 "attr95598") ) ) +(assert (myObject (attribute1 "attr95599") ) ) +(assert (myObject (attribute1 "attr95600") ) ) +(assert (myObject (attribute1 "attr95601") ) ) +(assert (myObject (attribute1 "attr95602") ) ) +(assert (myObject (attribute1 "attr95603") ) ) +(assert (myObject (attribute1 "attr95604") ) ) +(assert (myObject (attribute1 "attr95605") ) ) +(assert (myObject (attribute1 "attr95606") ) ) +(assert (myObject (attribute1 "attr95607") ) ) +(assert (myObject (attribute1 "attr95608") ) ) +(assert (myObject (attribute1 "attr95609") ) ) +(assert (myObject (attribute1 "attr95610") ) ) +(assert (myObject (attribute1 "attr95611") ) ) +(assert (myObject (attribute1 "attr95612") ) ) +(assert (myObject (attribute1 "attr95613") ) ) +(assert (myObject (attribute1 "attr95614") ) ) +(assert (myObject (attribute1 "attr95615") ) ) +(assert (myObject (attribute1 "attr95616") ) ) +(assert (myObject (attribute1 "attr95617") ) ) +(assert (myObject (attribute1 "attr95618") ) ) +(assert (myObject (attribute1 "attr95619") ) ) +(assert (myObject (attribute1 "attr95620") ) ) +(assert (myObject (attribute1 "attr95621") ) ) +(assert (myObject (attribute1 "attr95622") ) ) +(assert (myObject (attribute1 "attr95623") ) ) +(assert (myObject (attribute1 "attr95624") ) ) +(assert (myObject (attribute1 "attr95625") ) ) +(assert (myObject (attribute1 "attr95626") ) ) +(assert (myObject (attribute1 "attr95627") ) ) +(assert (myObject (attribute1 "attr95628") ) ) +(assert (myObject (attribute1 "attr95629") ) ) +(assert (myObject (attribute1 "attr95630") ) ) +(assert (myObject (attribute1 "attr95631") ) ) +(assert (myObject (attribute1 "attr95632") ) ) +(assert (myObject (attribute1 "attr95633") ) ) +(assert (myObject (attribute1 "attr95634") ) ) +(assert (myObject (attribute1 "attr95635") ) ) +(assert (myObject (attribute1 "attr95636") ) ) +(assert (myObject (attribute1 "attr95637") ) ) +(assert (myObject (attribute1 "attr95638") ) ) +(assert (myObject (attribute1 "attr95639") ) ) +(assert (myObject (attribute1 "attr95640") ) ) +(assert (myObject (attribute1 "attr95641") ) ) +(assert (myObject (attribute1 "attr95642") ) ) +(assert (myObject (attribute1 "attr95643") ) ) +(assert (myObject (attribute1 "attr95644") ) ) +(assert (myObject (attribute1 "attr95645") ) ) +(assert (myObject (attribute1 "attr95646") ) ) +(assert (myObject (attribute1 "attr95647") ) ) +(assert (myObject (attribute1 "attr95648") ) ) +(assert (myObject (attribute1 "attr95649") ) ) +(assert (myObject (attribute1 "attr95650") ) ) +(assert (myObject (attribute1 "attr95651") ) ) +(assert (myObject (attribute1 "attr95652") ) ) +(assert (myObject (attribute1 "attr95653") ) ) +(assert (myObject (attribute1 "attr95654") ) ) +(assert (myObject (attribute1 "attr95655") ) ) +(assert (myObject (attribute1 "attr95656") ) ) +(assert (myObject (attribute1 "attr95657") ) ) +(assert (myObject (attribute1 "attr95658") ) ) +(assert (myObject (attribute1 "attr95659") ) ) +(assert (myObject (attribute1 "attr95660") ) ) +(assert (myObject (attribute1 "attr95661") ) ) +(assert (myObject (attribute1 "attr95662") ) ) +(assert (myObject (attribute1 "attr95663") ) ) +(assert (myObject (attribute1 "attr95664") ) ) +(assert (myObject (attribute1 "attr95665") ) ) +(assert (myObject (attribute1 "attr95666") ) ) +(assert (myObject (attribute1 "attr95667") ) ) +(assert (myObject (attribute1 "attr95668") ) ) +(assert (myObject (attribute1 "attr95669") ) ) +(assert (myObject (attribute1 "attr95670") ) ) +(assert (myObject (attribute1 "attr95671") ) ) +(assert (myObject (attribute1 "attr95672") ) ) +(assert (myObject (attribute1 "attr95673") ) ) +(assert (myObject (attribute1 "attr95674") ) ) +(assert (myObject (attribute1 "attr95675") ) ) +(assert (myObject (attribute1 "attr95676") ) ) +(assert (myObject (attribute1 "attr95677") ) ) +(assert (myObject (attribute1 "attr95678") ) ) +(assert (myObject (attribute1 "attr95679") ) ) +(assert (myObject (attribute1 "attr95680") ) ) +(assert (myObject (attribute1 "attr95681") ) ) +(assert (myObject (attribute1 "attr95682") ) ) +(assert (myObject (attribute1 "attr95683") ) ) +(assert (myObject (attribute1 "attr95684") ) ) +(assert (myObject (attribute1 "attr95685") ) ) +(assert (myObject (attribute1 "attr95686") ) ) +(assert (myObject (attribute1 "attr95687") ) ) +(assert (myObject (attribute1 "attr95688") ) ) +(assert (myObject (attribute1 "attr95689") ) ) +(assert (myObject (attribute1 "attr95690") ) ) +(assert (myObject (attribute1 "attr95691") ) ) +(assert (myObject (attribute1 "attr95692") ) ) +(assert (myObject (attribute1 "attr95693") ) ) +(assert (myObject (attribute1 "attr95694") ) ) +(assert (myObject (attribute1 "attr95695") ) ) +(assert (myObject (attribute1 "attr95696") ) ) +(assert (myObject (attribute1 "attr95697") ) ) +(assert (myObject (attribute1 "attr95698") ) ) +(assert (myObject (attribute1 "attr95699") ) ) +(assert (myObject (attribute1 "attr95700") ) ) +(assert (myObject (attribute1 "attr95701") ) ) +(assert (myObject (attribute1 "attr95702") ) ) +(assert (myObject (attribute1 "attr95703") ) ) +(assert (myObject (attribute1 "attr95704") ) ) +(assert (myObject (attribute1 "attr95705") ) ) +(assert (myObject (attribute1 "attr95706") ) ) +(assert (myObject (attribute1 "attr95707") ) ) +(assert (myObject (attribute1 "attr95708") ) ) +(assert (myObject (attribute1 "attr95709") ) ) +(assert (myObject (attribute1 "attr95710") ) ) +(assert (myObject (attribute1 "attr95711") ) ) +(assert (myObject (attribute1 "attr95712") ) ) +(assert (myObject (attribute1 "attr95713") ) ) +(assert (myObject (attribute1 "attr95714") ) ) +(assert (myObject (attribute1 "attr95715") ) ) +(assert (myObject (attribute1 "attr95716") ) ) +(assert (myObject (attribute1 "attr95717") ) ) +(assert (myObject (attribute1 "attr95718") ) ) +(assert (myObject (attribute1 "attr95719") ) ) +(assert (myObject (attribute1 "attr95720") ) ) +(assert (myObject (attribute1 "attr95721") ) ) +(assert (myObject (attribute1 "attr95722") ) ) +(assert (myObject (attribute1 "attr95723") ) ) +(assert (myObject (attribute1 "attr95724") ) ) +(assert (myObject (attribute1 "attr95725") ) ) +(assert (myObject (attribute1 "attr95726") ) ) +(assert (myObject (attribute1 "attr95727") ) ) +(assert (myObject (attribute1 "attr95728") ) ) +(assert (myObject (attribute1 "attr95729") ) ) +(assert (myObject (attribute1 "attr95730") ) ) +(assert (myObject (attribute1 "attr95731") ) ) +(assert (myObject (attribute1 "attr95732") ) ) +(assert (myObject (attribute1 "attr95733") ) ) +(assert (myObject (attribute1 "attr95734") ) ) +(assert (myObject (attribute1 "attr95735") ) ) +(assert (myObject (attribute1 "attr95736") ) ) +(assert (myObject (attribute1 "attr95737") ) ) +(assert (myObject (attribute1 "attr95738") ) ) +(assert (myObject (attribute1 "attr95739") ) ) +(assert (myObject (attribute1 "attr95740") ) ) +(assert (myObject (attribute1 "attr95741") ) ) +(assert (myObject (attribute1 "attr95742") ) ) +(assert (myObject (attribute1 "attr95743") ) ) +(assert (myObject (attribute1 "attr95744") ) ) +(assert (myObject (attribute1 "attr95745") ) ) +(assert (myObject (attribute1 "attr95746") ) ) +(assert (myObject (attribute1 "attr95747") ) ) +(assert (myObject (attribute1 "attr95748") ) ) +(assert (myObject (attribute1 "attr95749") ) ) +(assert (myObject (attribute1 "attr95750") ) ) +(assert (myObject (attribute1 "attr95751") ) ) +(assert (myObject (attribute1 "attr95752") ) ) +(assert (myObject (attribute1 "attr95753") ) ) +(assert (myObject (attribute1 "attr95754") ) ) +(assert (myObject (attribute1 "attr95755") ) ) +(assert (myObject (attribute1 "attr95756") ) ) +(assert (myObject (attribute1 "attr95757") ) ) +(assert (myObject (attribute1 "attr95758") ) ) +(assert (myObject (attribute1 "attr95759") ) ) +(assert (myObject (attribute1 "attr95760") ) ) +(assert (myObject (attribute1 "attr95761") ) ) +(assert (myObject (attribute1 "attr95762") ) ) +(assert (myObject (attribute1 "attr95763") ) ) +(assert (myObject (attribute1 "attr95764") ) ) +(assert (myObject (attribute1 "attr95765") ) ) +(assert (myObject (attribute1 "attr95766") ) ) +(assert (myObject (attribute1 "attr95767") ) ) +(assert (myObject (attribute1 "attr95768") ) ) +(assert (myObject (attribute1 "attr95769") ) ) +(assert (myObject (attribute1 "attr95770") ) ) +(assert (myObject (attribute1 "attr95771") ) ) +(assert (myObject (attribute1 "attr95772") ) ) +(assert (myObject (attribute1 "attr95773") ) ) +(assert (myObject (attribute1 "attr95774") ) ) +(assert (myObject (attribute1 "attr95775") ) ) +(assert (myObject (attribute1 "attr95776") ) ) +(assert (myObject (attribute1 "attr95777") ) ) +(assert (myObject (attribute1 "attr95778") ) ) +(assert (myObject (attribute1 "attr95779") ) ) +(assert (myObject (attribute1 "attr95780") ) ) +(assert (myObject (attribute1 "attr95781") ) ) +(assert (myObject (attribute1 "attr95782") ) ) +(assert (myObject (attribute1 "attr95783") ) ) +(assert (myObject (attribute1 "attr95784") ) ) +(assert (myObject (attribute1 "attr95785") ) ) +(assert (myObject (attribute1 "attr95786") ) ) +(assert (myObject (attribute1 "attr95787") ) ) +(assert (myObject (attribute1 "attr95788") ) ) +(assert (myObject (attribute1 "attr95789") ) ) +(assert (myObject (attribute1 "attr95790") ) ) +(assert (myObject (attribute1 "attr95791") ) ) +(assert (myObject (attribute1 "attr95792") ) ) +(assert (myObject (attribute1 "attr95793") ) ) +(assert (myObject (attribute1 "attr95794") ) ) +(assert (myObject (attribute1 "attr95795") ) ) +(assert (myObject (attribute1 "attr95796") ) ) +(assert (myObject (attribute1 "attr95797") ) ) +(assert (myObject (attribute1 "attr95798") ) ) +(assert (myObject (attribute1 "attr95799") ) ) +(assert (myObject (attribute1 "attr95800") ) ) +(assert (myObject (attribute1 "attr95801") ) ) +(assert (myObject (attribute1 "attr95802") ) ) +(assert (myObject (attribute1 "attr95803") ) ) +(assert (myObject (attribute1 "attr95804") ) ) +(assert (myObject (attribute1 "attr95805") ) ) +(assert (myObject (attribute1 "attr95806") ) ) +(assert (myObject (attribute1 "attr95807") ) ) +(assert (myObject (attribute1 "attr95808") ) ) +(assert (myObject (attribute1 "attr95809") ) ) +(assert (myObject (attribute1 "attr95810") ) ) +(assert (myObject (attribute1 "attr95811") ) ) +(assert (myObject (attribute1 "attr95812") ) ) +(assert (myObject (attribute1 "attr95813") ) ) +(assert (myObject (attribute1 "attr95814") ) ) +(assert (myObject (attribute1 "attr95815") ) ) +(assert (myObject (attribute1 "attr95816") ) ) +(assert (myObject (attribute1 "attr95817") ) ) +(assert (myObject (attribute1 "attr95818") ) ) +(assert (myObject (attribute1 "attr95819") ) ) +(assert (myObject (attribute1 "attr95820") ) ) +(assert (myObject (attribute1 "attr95821") ) ) +(assert (myObject (attribute1 "attr95822") ) ) +(assert (myObject (attribute1 "attr95823") ) ) +(assert (myObject (attribute1 "attr95824") ) ) +(assert (myObject (attribute1 "attr95825") ) ) +(assert (myObject (attribute1 "attr95826") ) ) +(assert (myObject (attribute1 "attr95827") ) ) +(assert (myObject (attribute1 "attr95828") ) ) +(assert (myObject (attribute1 "attr95829") ) ) +(assert (myObject (attribute1 "attr95830") ) ) +(assert (myObject (attribute1 "attr95831") ) ) +(assert (myObject (attribute1 "attr95832") ) ) +(assert (myObject (attribute1 "attr95833") ) ) +(assert (myObject (attribute1 "attr95834") ) ) +(assert (myObject (attribute1 "attr95835") ) ) +(assert (myObject (attribute1 "attr95836") ) ) +(assert (myObject (attribute1 "attr95837") ) ) +(assert (myObject (attribute1 "attr95838") ) ) +(assert (myObject (attribute1 "attr95839") ) ) +(assert (myObject (attribute1 "attr95840") ) ) +(assert (myObject (attribute1 "attr95841") ) ) +(assert (myObject (attribute1 "attr95842") ) ) +(assert (myObject (attribute1 "attr95843") ) ) +(assert (myObject (attribute1 "attr95844") ) ) +(assert (myObject (attribute1 "attr95845") ) ) +(assert (myObject (attribute1 "attr95846") ) ) +(assert (myObject (attribute1 "attr95847") ) ) +(assert (myObject (attribute1 "attr95848") ) ) +(assert (myObject (attribute1 "attr95849") ) ) +(assert (myObject (attribute1 "attr95850") ) ) +(assert (myObject (attribute1 "attr95851") ) ) +(assert (myObject (attribute1 "attr95852") ) ) +(assert (myObject (attribute1 "attr95853") ) ) +(assert (myObject (attribute1 "attr95854") ) ) +(assert (myObject (attribute1 "attr95855") ) ) +(assert (myObject (attribute1 "attr95856") ) ) +(assert (myObject (attribute1 "attr95857") ) ) +(assert (myObject (attribute1 "attr95858") ) ) +(assert (myObject (attribute1 "attr95859") ) ) +(assert (myObject (attribute1 "attr95860") ) ) +(assert (myObject (attribute1 "attr95861") ) ) +(assert (myObject (attribute1 "attr95862") ) ) +(assert (myObject (attribute1 "attr95863") ) ) +(assert (myObject (attribute1 "attr95864") ) ) +(assert (myObject (attribute1 "attr95865") ) ) +(assert (myObject (attribute1 "attr95866") ) ) +(assert (myObject (attribute1 "attr95867") ) ) +(assert (myObject (attribute1 "attr95868") ) ) +(assert (myObject (attribute1 "attr95869") ) ) +(assert (myObject (attribute1 "attr95870") ) ) +(assert (myObject (attribute1 "attr95871") ) ) +(assert (myObject (attribute1 "attr95872") ) ) +(assert (myObject (attribute1 "attr95873") ) ) +(assert (myObject (attribute1 "attr95874") ) ) +(assert (myObject (attribute1 "attr95875") ) ) +(assert (myObject (attribute1 "attr95876") ) ) +(assert (myObject (attribute1 "attr95877") ) ) +(assert (myObject (attribute1 "attr95878") ) ) +(assert (myObject (attribute1 "attr95879") ) ) +(assert (myObject (attribute1 "attr95880") ) ) +(assert (myObject (attribute1 "attr95881") ) ) +(assert (myObject (attribute1 "attr95882") ) ) +(assert (myObject (attribute1 "attr95883") ) ) +(assert (myObject (attribute1 "attr95884") ) ) +(assert (myObject (attribute1 "attr95885") ) ) +(assert (myObject (attribute1 "attr95886") ) ) +(assert (myObject (attribute1 "attr95887") ) ) +(assert (myObject (attribute1 "attr95888") ) ) +(assert (myObject (attribute1 "attr95889") ) ) +(assert (myObject (attribute1 "attr95890") ) ) +(assert (myObject (attribute1 "attr95891") ) ) +(assert (myObject (attribute1 "attr95892") ) ) +(assert (myObject (attribute1 "attr95893") ) ) +(assert (myObject (attribute1 "attr95894") ) ) +(assert (myObject (attribute1 "attr95895") ) ) +(assert (myObject (attribute1 "attr95896") ) ) +(assert (myObject (attribute1 "attr95897") ) ) +(assert (myObject (attribute1 "attr95898") ) ) +(assert (myObject (attribute1 "attr95899") ) ) +(assert (myObject (attribute1 "attr95900") ) ) +(assert (myObject (attribute1 "attr95901") ) ) +(assert (myObject (attribute1 "attr95902") ) ) +(assert (myObject (attribute1 "attr95903") ) ) +(assert (myObject (attribute1 "attr95904") ) ) +(assert (myObject (attribute1 "attr95905") ) ) +(assert (myObject (attribute1 "attr95906") ) ) +(assert (myObject (attribute1 "attr95907") ) ) +(assert (myObject (attribute1 "attr95908") ) ) +(assert (myObject (attribute1 "attr95909") ) ) +(assert (myObject (attribute1 "attr95910") ) ) +(assert (myObject (attribute1 "attr95911") ) ) +(assert (myObject (attribute1 "attr95912") ) ) +(assert (myObject (attribute1 "attr95913") ) ) +(assert (myObject (attribute1 "attr95914") ) ) +(assert (myObject (attribute1 "attr95915") ) ) +(assert (myObject (attribute1 "attr95916") ) ) +(assert (myObject (attribute1 "attr95917") ) ) +(assert (myObject (attribute1 "attr95918") ) ) +(assert (myObject (attribute1 "attr95919") ) ) +(assert (myObject (attribute1 "attr95920") ) ) +(assert (myObject (attribute1 "attr95921") ) ) +(assert (myObject (attribute1 "attr95922") ) ) +(assert (myObject (attribute1 "attr95923") ) ) +(assert (myObject (attribute1 "attr95924") ) ) +(assert (myObject (attribute1 "attr95925") ) ) +(assert (myObject (attribute1 "attr95926") ) ) +(assert (myObject (attribute1 "attr95927") ) ) +(assert (myObject (attribute1 "attr95928") ) ) +(assert (myObject (attribute1 "attr95929") ) ) +(assert (myObject (attribute1 "attr95930") ) ) +(assert (myObject (attribute1 "attr95931") ) ) +(assert (myObject (attribute1 "attr95932") ) ) +(assert (myObject (attribute1 "attr95933") ) ) +(assert (myObject (attribute1 "attr95934") ) ) +(assert (myObject (attribute1 "attr95935") ) ) +(assert (myObject (attribute1 "attr95936") ) ) +(assert (myObject (attribute1 "attr95937") ) ) +(assert (myObject (attribute1 "attr95938") ) ) +(assert (myObject (attribute1 "attr95939") ) ) +(assert (myObject (attribute1 "attr95940") ) ) +(assert (myObject (attribute1 "attr95941") ) ) +(assert (myObject (attribute1 "attr95942") ) ) +(assert (myObject (attribute1 "attr95943") ) ) +(assert (myObject (attribute1 "attr95944") ) ) +(assert (myObject (attribute1 "attr95945") ) ) +(assert (myObject (attribute1 "attr95946") ) ) +(assert (myObject (attribute1 "attr95947") ) ) +(assert (myObject (attribute1 "attr95948") ) ) +(assert (myObject (attribute1 "attr95949") ) ) +(assert (myObject (attribute1 "attr95950") ) ) +(assert (myObject (attribute1 "attr95951") ) ) +(assert (myObject (attribute1 "attr95952") ) ) +(assert (myObject (attribute1 "attr95953") ) ) +(assert (myObject (attribute1 "attr95954") ) ) +(assert (myObject (attribute1 "attr95955") ) ) +(assert (myObject (attribute1 "attr95956") ) ) +(assert (myObject (attribute1 "attr95957") ) ) +(assert (myObject (attribute1 "attr95958") ) ) +(assert (myObject (attribute1 "attr95959") ) ) +(assert (myObject (attribute1 "attr95960") ) ) +(assert (myObject (attribute1 "attr95961") ) ) +(assert (myObject (attribute1 "attr95962") ) ) +(assert (myObject (attribute1 "attr95963") ) ) +(assert (myObject (attribute1 "attr95964") ) ) +(assert (myObject (attribute1 "attr95965") ) ) +(assert (myObject (attribute1 "attr95966") ) ) +(assert (myObject (attribute1 "attr95967") ) ) +(assert (myObject (attribute1 "attr95968") ) ) +(assert (myObject (attribute1 "attr95969") ) ) +(assert (myObject (attribute1 "attr95970") ) ) +(assert (myObject (attribute1 "attr95971") ) ) +(assert (myObject (attribute1 "attr95972") ) ) +(assert (myObject (attribute1 "attr95973") ) ) +(assert (myObject (attribute1 "attr95974") ) ) +(assert (myObject (attribute1 "attr95975") ) ) +(assert (myObject (attribute1 "attr95976") ) ) +(assert (myObject (attribute1 "attr95977") ) ) +(assert (myObject (attribute1 "attr95978") ) ) +(assert (myObject (attribute1 "attr95979") ) ) +(assert (myObject (attribute1 "attr95980") ) ) +(assert (myObject (attribute1 "attr95981") ) ) +(assert (myObject (attribute1 "attr95982") ) ) +(assert (myObject (attribute1 "attr95983") ) ) +(assert (myObject (attribute1 "attr95984") ) ) +(assert (myObject (attribute1 "attr95985") ) ) +(assert (myObject (attribute1 "attr95986") ) ) +(assert (myObject (attribute1 "attr95987") ) ) +(assert (myObject (attribute1 "attr95988") ) ) +(assert (myObject (attribute1 "attr95989") ) ) +(assert (myObject (attribute1 "attr95990") ) ) +(assert (myObject (attribute1 "attr95991") ) ) +(assert (myObject (attribute1 "attr95992") ) ) +(assert (myObject (attribute1 "attr95993") ) ) +(assert (myObject (attribute1 "attr95994") ) ) +(assert (myObject (attribute1 "attr95995") ) ) +(assert (myObject (attribute1 "attr95996") ) ) +(assert (myObject (attribute1 "attr95997") ) ) +(assert (myObject (attribute1 "attr95998") ) ) +(assert (myObject (attribute1 "attr95999") ) ) +(assert (myObject (attribute1 "attr96000") ) ) +(assert (myObject (attribute1 "attr96001") ) ) +(assert (myObject (attribute1 "attr96002") ) ) +(assert (myObject (attribute1 "attr96003") ) ) +(assert (myObject (attribute1 "attr96004") ) ) +(assert (myObject (attribute1 "attr96005") ) ) +(assert (myObject (attribute1 "attr96006") ) ) +(assert (myObject (attribute1 "attr96007") ) ) +(assert (myObject (attribute1 "attr96008") ) ) +(assert (myObject (attribute1 "attr96009") ) ) +(assert (myObject (attribute1 "attr96010") ) ) +(assert (myObject (attribute1 "attr96011") ) ) +(assert (myObject (attribute1 "attr96012") ) ) +(assert (myObject (attribute1 "attr96013") ) ) +(assert (myObject (attribute1 "attr96014") ) ) +(assert (myObject (attribute1 "attr96015") ) ) +(assert (myObject (attribute1 "attr96016") ) ) +(assert (myObject (attribute1 "attr96017") ) ) +(assert (myObject (attribute1 "attr96018") ) ) +(assert (myObject (attribute1 "attr96019") ) ) +(assert (myObject (attribute1 "attr96020") ) ) +(assert (myObject (attribute1 "attr96021") ) ) +(assert (myObject (attribute1 "attr96022") ) ) +(assert (myObject (attribute1 "attr96023") ) ) +(assert (myObject (attribute1 "attr96024") ) ) +(assert (myObject (attribute1 "attr96025") ) ) +(assert (myObject (attribute1 "attr96026") ) ) +(assert (myObject (attribute1 "attr96027") ) ) +(assert (myObject (attribute1 "attr96028") ) ) +(assert (myObject (attribute1 "attr96029") ) ) +(assert (myObject (attribute1 "attr96030") ) ) +(assert (myObject (attribute1 "attr96031") ) ) +(assert (myObject (attribute1 "attr96032") ) ) +(assert (myObject (attribute1 "attr96033") ) ) +(assert (myObject (attribute1 "attr96034") ) ) +(assert (myObject (attribute1 "attr96035") ) ) +(assert (myObject (attribute1 "attr96036") ) ) +(assert (myObject (attribute1 "attr96037") ) ) +(assert (myObject (attribute1 "attr96038") ) ) +(assert (myObject (attribute1 "attr96039") ) ) +(assert (myObject (attribute1 "attr96040") ) ) +(assert (myObject (attribute1 "attr96041") ) ) +(assert (myObject (attribute1 "attr96042") ) ) +(assert (myObject (attribute1 "attr96043") ) ) +(assert (myObject (attribute1 "attr96044") ) ) +(assert (myObject (attribute1 "attr96045") ) ) +(assert (myObject (attribute1 "attr96046") ) ) +(assert (myObject (attribute1 "attr96047") ) ) +(assert (myObject (attribute1 "attr96048") ) ) +(assert (myObject (attribute1 "attr96049") ) ) +(assert (myObject (attribute1 "attr96050") ) ) +(assert (myObject (attribute1 "attr96051") ) ) +(assert (myObject (attribute1 "attr96052") ) ) +(assert (myObject (attribute1 "attr96053") ) ) +(assert (myObject (attribute1 "attr96054") ) ) +(assert (myObject (attribute1 "attr96055") ) ) +(assert (myObject (attribute1 "attr96056") ) ) +(assert (myObject (attribute1 "attr96057") ) ) +(assert (myObject (attribute1 "attr96058") ) ) +(assert (myObject (attribute1 "attr96059") ) ) +(assert (myObject (attribute1 "attr96060") ) ) +(assert (myObject (attribute1 "attr96061") ) ) +(assert (myObject (attribute1 "attr96062") ) ) +(assert (myObject (attribute1 "attr96063") ) ) +(assert (myObject (attribute1 "attr96064") ) ) +(assert (myObject (attribute1 "attr96065") ) ) +(assert (myObject (attribute1 "attr96066") ) ) +(assert (myObject (attribute1 "attr96067") ) ) +(assert (myObject (attribute1 "attr96068") ) ) +(assert (myObject (attribute1 "attr96069") ) ) +(assert (myObject (attribute1 "attr96070") ) ) +(assert (myObject (attribute1 "attr96071") ) ) +(assert (myObject (attribute1 "attr96072") ) ) +(assert (myObject (attribute1 "attr96073") ) ) +(assert (myObject (attribute1 "attr96074") ) ) +(assert (myObject (attribute1 "attr96075") ) ) +(assert (myObject (attribute1 "attr96076") ) ) +(assert (myObject (attribute1 "attr96077") ) ) +(assert (myObject (attribute1 "attr96078") ) ) +(assert (myObject (attribute1 "attr96079") ) ) +(assert (myObject (attribute1 "attr96080") ) ) +(assert (myObject (attribute1 "attr96081") ) ) +(assert (myObject (attribute1 "attr96082") ) ) +(assert (myObject (attribute1 "attr96083") ) ) +(assert (myObject (attribute1 "attr96084") ) ) +(assert (myObject (attribute1 "attr96085") ) ) +(assert (myObject (attribute1 "attr96086") ) ) +(assert (myObject (attribute1 "attr96087") ) ) +(assert (myObject (attribute1 "attr96088") ) ) +(assert (myObject (attribute1 "attr96089") ) ) +(assert (myObject (attribute1 "attr96090") ) ) +(assert (myObject (attribute1 "attr96091") ) ) +(assert (myObject (attribute1 "attr96092") ) ) +(assert (myObject (attribute1 "attr96093") ) ) +(assert (myObject (attribute1 "attr96094") ) ) +(assert (myObject (attribute1 "attr96095") ) ) +(assert (myObject (attribute1 "attr96096") ) ) +(assert (myObject (attribute1 "attr96097") ) ) +(assert (myObject (attribute1 "attr96098") ) ) +(assert (myObject (attribute1 "attr96099") ) ) +(assert (myObject (attribute1 "attr96100") ) ) +(assert (myObject (attribute1 "attr96101") ) ) +(assert (myObject (attribute1 "attr96102") ) ) +(assert (myObject (attribute1 "attr96103") ) ) +(assert (myObject (attribute1 "attr96104") ) ) +(assert (myObject (attribute1 "attr96105") ) ) +(assert (myObject (attribute1 "attr96106") ) ) +(assert (myObject (attribute1 "attr96107") ) ) +(assert (myObject (attribute1 "attr96108") ) ) +(assert (myObject (attribute1 "attr96109") ) ) +(assert (myObject (attribute1 "attr96110") ) ) +(assert (myObject (attribute1 "attr96111") ) ) +(assert (myObject (attribute1 "attr96112") ) ) +(assert (myObject (attribute1 "attr96113") ) ) +(assert (myObject (attribute1 "attr96114") ) ) +(assert (myObject (attribute1 "attr96115") ) ) +(assert (myObject (attribute1 "attr96116") ) ) +(assert (myObject (attribute1 "attr96117") ) ) +(assert (myObject (attribute1 "attr96118") ) ) +(assert (myObject (attribute1 "attr96119") ) ) +(assert (myObject (attribute1 "attr96120") ) ) +(assert (myObject (attribute1 "attr96121") ) ) +(assert (myObject (attribute1 "attr96122") ) ) +(assert (myObject (attribute1 "attr96123") ) ) +(assert (myObject (attribute1 "attr96124") ) ) +(assert (myObject (attribute1 "attr96125") ) ) +(assert (myObject (attribute1 "attr96126") ) ) +(assert (myObject (attribute1 "attr96127") ) ) +(assert (myObject (attribute1 "attr96128") ) ) +(assert (myObject (attribute1 "attr96129") ) ) +(assert (myObject (attribute1 "attr96130") ) ) +(assert (myObject (attribute1 "attr96131") ) ) +(assert (myObject (attribute1 "attr96132") ) ) +(assert (myObject (attribute1 "attr96133") ) ) +(assert (myObject (attribute1 "attr96134") ) ) +(assert (myObject (attribute1 "attr96135") ) ) +(assert (myObject (attribute1 "attr96136") ) ) +(assert (myObject (attribute1 "attr96137") ) ) +(assert (myObject (attribute1 "attr96138") ) ) +(assert (myObject (attribute1 "attr96139") ) ) +(assert (myObject (attribute1 "attr96140") ) ) +(assert (myObject (attribute1 "attr96141") ) ) +(assert (myObject (attribute1 "attr96142") ) ) +(assert (myObject (attribute1 "attr96143") ) ) +(assert (myObject (attribute1 "attr96144") ) ) +(assert (myObject (attribute1 "attr96145") ) ) +(assert (myObject (attribute1 "attr96146") ) ) +(assert (myObject (attribute1 "attr96147") ) ) +(assert (myObject (attribute1 "attr96148") ) ) +(assert (myObject (attribute1 "attr96149") ) ) +(assert (myObject (attribute1 "attr96150") ) ) +(assert (myObject (attribute1 "attr96151") ) ) +(assert (myObject (attribute1 "attr96152") ) ) +(assert (myObject (attribute1 "attr96153") ) ) +(assert (myObject (attribute1 "attr96154") ) ) +(assert (myObject (attribute1 "attr96155") ) ) +(assert (myObject (attribute1 "attr96156") ) ) +(assert (myObject (attribute1 "attr96157") ) ) +(assert (myObject (attribute1 "attr96158") ) ) +(assert (myObject (attribute1 "attr96159") ) ) +(assert (myObject (attribute1 "attr96160") ) ) +(assert (myObject (attribute1 "attr96161") ) ) +(assert (myObject (attribute1 "attr96162") ) ) +(assert (myObject (attribute1 "attr96163") ) ) +(assert (myObject (attribute1 "attr96164") ) ) +(assert (myObject (attribute1 "attr96165") ) ) +(assert (myObject (attribute1 "attr96166") ) ) +(assert (myObject (attribute1 "attr96167") ) ) +(assert (myObject (attribute1 "attr96168") ) ) +(assert (myObject (attribute1 "attr96169") ) ) +(assert (myObject (attribute1 "attr96170") ) ) +(assert (myObject (attribute1 "attr96171") ) ) +(assert (myObject (attribute1 "attr96172") ) ) +(assert (myObject (attribute1 "attr96173") ) ) +(assert (myObject (attribute1 "attr96174") ) ) +(assert (myObject (attribute1 "attr96175") ) ) +(assert (myObject (attribute1 "attr96176") ) ) +(assert (myObject (attribute1 "attr96177") ) ) +(assert (myObject (attribute1 "attr96178") ) ) +(assert (myObject (attribute1 "attr96179") ) ) +(assert (myObject (attribute1 "attr96180") ) ) +(assert (myObject (attribute1 "attr96181") ) ) +(assert (myObject (attribute1 "attr96182") ) ) +(assert (myObject (attribute1 "attr96183") ) ) +(assert (myObject (attribute1 "attr96184") ) ) +(assert (myObject (attribute1 "attr96185") ) ) +(assert (myObject (attribute1 "attr96186") ) ) +(assert (myObject (attribute1 "attr96187") ) ) +(assert (myObject (attribute1 "attr96188") ) ) +(assert (myObject (attribute1 "attr96189") ) ) +(assert (myObject (attribute1 "attr96190") ) ) +(assert (myObject (attribute1 "attr96191") ) ) +(assert (myObject (attribute1 "attr96192") ) ) +(assert (myObject (attribute1 "attr96193") ) ) +(assert (myObject (attribute1 "attr96194") ) ) +(assert (myObject (attribute1 "attr96195") ) ) +(assert (myObject (attribute1 "attr96196") ) ) +(assert (myObject (attribute1 "attr96197") ) ) +(assert (myObject (attribute1 "attr96198") ) ) +(assert (myObject (attribute1 "attr96199") ) ) +(assert (myObject (attribute1 "attr96200") ) ) +(assert (myObject (attribute1 "attr96201") ) ) +(assert (myObject (attribute1 "attr96202") ) ) +(assert (myObject (attribute1 "attr96203") ) ) +(assert (myObject (attribute1 "attr96204") ) ) +(assert (myObject (attribute1 "attr96205") ) ) +(assert (myObject (attribute1 "attr96206") ) ) +(assert (myObject (attribute1 "attr96207") ) ) +(assert (myObject (attribute1 "attr96208") ) ) +(assert (myObject (attribute1 "attr96209") ) ) +(assert (myObject (attribute1 "attr96210") ) ) +(assert (myObject (attribute1 "attr96211") ) ) +(assert (myObject (attribute1 "attr96212") ) ) +(assert (myObject (attribute1 "attr96213") ) ) +(assert (myObject (attribute1 "attr96214") ) ) +(assert (myObject (attribute1 "attr96215") ) ) +(assert (myObject (attribute1 "attr96216") ) ) +(assert (myObject (attribute1 "attr96217") ) ) +(assert (myObject (attribute1 "attr96218") ) ) +(assert (myObject (attribute1 "attr96219") ) ) +(assert (myObject (attribute1 "attr96220") ) ) +(assert (myObject (attribute1 "attr96221") ) ) +(assert (myObject (attribute1 "attr96222") ) ) +(assert (myObject (attribute1 "attr96223") ) ) +(assert (myObject (attribute1 "attr96224") ) ) +(assert (myObject (attribute1 "attr96225") ) ) +(assert (myObject (attribute1 "attr96226") ) ) +(assert (myObject (attribute1 "attr96227") ) ) +(assert (myObject (attribute1 "attr96228") ) ) +(assert (myObject (attribute1 "attr96229") ) ) +(assert (myObject (attribute1 "attr96230") ) ) +(assert (myObject (attribute1 "attr96231") ) ) +(assert (myObject (attribute1 "attr96232") ) ) +(assert (myObject (attribute1 "attr96233") ) ) +(assert (myObject (attribute1 "attr96234") ) ) +(assert (myObject (attribute1 "attr96235") ) ) +(assert (myObject (attribute1 "attr96236") ) ) +(assert (myObject (attribute1 "attr96237") ) ) +(assert (myObject (attribute1 "attr96238") ) ) +(assert (myObject (attribute1 "attr96239") ) ) +(assert (myObject (attribute1 "attr96240") ) ) +(assert (myObject (attribute1 "attr96241") ) ) +(assert (myObject (attribute1 "attr96242") ) ) +(assert (myObject (attribute1 "attr96243") ) ) +(assert (myObject (attribute1 "attr96244") ) ) +(assert (myObject (attribute1 "attr96245") ) ) +(assert (myObject (attribute1 "attr96246") ) ) +(assert (myObject (attribute1 "attr96247") ) ) +(assert (myObject (attribute1 "attr96248") ) ) +(assert (myObject (attribute1 "attr96249") ) ) +(assert (myObject (attribute1 "attr96250") ) ) +(assert (myObject (attribute1 "attr96251") ) ) +(assert (myObject (attribute1 "attr96252") ) ) +(assert (myObject (attribute1 "attr96253") ) ) +(assert (myObject (attribute1 "attr96254") ) ) +(assert (myObject (attribute1 "attr96255") ) ) +(assert (myObject (attribute1 "attr96256") ) ) +(assert (myObject (attribute1 "attr96257") ) ) +(assert (myObject (attribute1 "attr96258") ) ) +(assert (myObject (attribute1 "attr96259") ) ) +(assert (myObject (attribute1 "attr96260") ) ) +(assert (myObject (attribute1 "attr96261") ) ) +(assert (myObject (attribute1 "attr96262") ) ) +(assert (myObject (attribute1 "attr96263") ) ) +(assert (myObject (attribute1 "attr96264") ) ) +(assert (myObject (attribute1 "attr96265") ) ) +(assert (myObject (attribute1 "attr96266") ) ) +(assert (myObject (attribute1 "attr96267") ) ) +(assert (myObject (attribute1 "attr96268") ) ) +(assert (myObject (attribute1 "attr96269") ) ) +(assert (myObject (attribute1 "attr96270") ) ) +(assert (myObject (attribute1 "attr96271") ) ) +(assert (myObject (attribute1 "attr96272") ) ) +(assert (myObject (attribute1 "attr96273") ) ) +(assert (myObject (attribute1 "attr96274") ) ) +(assert (myObject (attribute1 "attr96275") ) ) +(assert (myObject (attribute1 "attr96276") ) ) +(assert (myObject (attribute1 "attr96277") ) ) +(assert (myObject (attribute1 "attr96278") ) ) +(assert (myObject (attribute1 "attr96279") ) ) +(assert (myObject (attribute1 "attr96280") ) ) +(assert (myObject (attribute1 "attr96281") ) ) +(assert (myObject (attribute1 "attr96282") ) ) +(assert (myObject (attribute1 "attr96283") ) ) +(assert (myObject (attribute1 "attr96284") ) ) +(assert (myObject (attribute1 "attr96285") ) ) +(assert (myObject (attribute1 "attr96286") ) ) +(assert (myObject (attribute1 "attr96287") ) ) +(assert (myObject (attribute1 "attr96288") ) ) +(assert (myObject (attribute1 "attr96289") ) ) +(assert (myObject (attribute1 "attr96290") ) ) +(assert (myObject (attribute1 "attr96291") ) ) +(assert (myObject (attribute1 "attr96292") ) ) +(assert (myObject (attribute1 "attr96293") ) ) +(assert (myObject (attribute1 "attr96294") ) ) +(assert (myObject (attribute1 "attr96295") ) ) +(assert (myObject (attribute1 "attr96296") ) ) +(assert (myObject (attribute1 "attr96297") ) ) +(assert (myObject (attribute1 "attr96298") ) ) +(assert (myObject (attribute1 "attr96299") ) ) +(assert (myObject (attribute1 "attr96300") ) ) +(assert (myObject (attribute1 "attr96301") ) ) +(assert (myObject (attribute1 "attr96302") ) ) +(assert (myObject (attribute1 "attr96303") ) ) +(assert (myObject (attribute1 "attr96304") ) ) +(assert (myObject (attribute1 "attr96305") ) ) +(assert (myObject (attribute1 "attr96306") ) ) +(assert (myObject (attribute1 "attr96307") ) ) +(assert (myObject (attribute1 "attr96308") ) ) +(assert (myObject (attribute1 "attr96309") ) ) +(assert (myObject (attribute1 "attr96310") ) ) +(assert (myObject (attribute1 "attr96311") ) ) +(assert (myObject (attribute1 "attr96312") ) ) +(assert (myObject (attribute1 "attr96313") ) ) +(assert (myObject (attribute1 "attr96314") ) ) +(assert (myObject (attribute1 "attr96315") ) ) +(assert (myObject (attribute1 "attr96316") ) ) +(assert (myObject (attribute1 "attr96317") ) ) +(assert (myObject (attribute1 "attr96318") ) ) +(assert (myObject (attribute1 "attr96319") ) ) +(assert (myObject (attribute1 "attr96320") ) ) +(assert (myObject (attribute1 "attr96321") ) ) +(assert (myObject (attribute1 "attr96322") ) ) +(assert (myObject (attribute1 "attr96323") ) ) +(assert (myObject (attribute1 "attr96324") ) ) +(assert (myObject (attribute1 "attr96325") ) ) +(assert (myObject (attribute1 "attr96326") ) ) +(assert (myObject (attribute1 "attr96327") ) ) +(assert (myObject (attribute1 "attr96328") ) ) +(assert (myObject (attribute1 "attr96329") ) ) +(assert (myObject (attribute1 "attr96330") ) ) +(assert (myObject (attribute1 "attr96331") ) ) +(assert (myObject (attribute1 "attr96332") ) ) +(assert (myObject (attribute1 "attr96333") ) ) +(assert (myObject (attribute1 "attr96334") ) ) +(assert (myObject (attribute1 "attr96335") ) ) +(assert (myObject (attribute1 "attr96336") ) ) +(assert (myObject (attribute1 "attr96337") ) ) +(assert (myObject (attribute1 "attr96338") ) ) +(assert (myObject (attribute1 "attr96339") ) ) +(assert (myObject (attribute1 "attr96340") ) ) +(assert (myObject (attribute1 "attr96341") ) ) +(assert (myObject (attribute1 "attr96342") ) ) +(assert (myObject (attribute1 "attr96343") ) ) +(assert (myObject (attribute1 "attr96344") ) ) +(assert (myObject (attribute1 "attr96345") ) ) +(assert (myObject (attribute1 "attr96346") ) ) +(assert (myObject (attribute1 "attr96347") ) ) +(assert (myObject (attribute1 "attr96348") ) ) +(assert (myObject (attribute1 "attr96349") ) ) +(assert (myObject (attribute1 "attr96350") ) ) +(assert (myObject (attribute1 "attr96351") ) ) +(assert (myObject (attribute1 "attr96352") ) ) +(assert (myObject (attribute1 "attr96353") ) ) +(assert (myObject (attribute1 "attr96354") ) ) +(assert (myObject (attribute1 "attr96355") ) ) +(assert (myObject (attribute1 "attr96356") ) ) +(assert (myObject (attribute1 "attr96357") ) ) +(assert (myObject (attribute1 "attr96358") ) ) +(assert (myObject (attribute1 "attr96359") ) ) +(assert (myObject (attribute1 "attr96360") ) ) +(assert (myObject (attribute1 "attr96361") ) ) +(assert (myObject (attribute1 "attr96362") ) ) +(assert (myObject (attribute1 "attr96363") ) ) +(assert (myObject (attribute1 "attr96364") ) ) +(assert (myObject (attribute1 "attr96365") ) ) +(assert (myObject (attribute1 "attr96366") ) ) +(assert (myObject (attribute1 "attr96367") ) ) +(assert (myObject (attribute1 "attr96368") ) ) +(assert (myObject (attribute1 "attr96369") ) ) +(assert (myObject (attribute1 "attr96370") ) ) +(assert (myObject (attribute1 "attr96371") ) ) +(assert (myObject (attribute1 "attr96372") ) ) +(assert (myObject (attribute1 "attr96373") ) ) +(assert (myObject (attribute1 "attr96374") ) ) +(assert (myObject (attribute1 "attr96375") ) ) +(assert (myObject (attribute1 "attr96376") ) ) +(assert (myObject (attribute1 "attr96377") ) ) +(assert (myObject (attribute1 "attr96378") ) ) +(assert (myObject (attribute1 "attr96379") ) ) +(assert (myObject (attribute1 "attr96380") ) ) +(assert (myObject (attribute1 "attr96381") ) ) +(assert (myObject (attribute1 "attr96382") ) ) +(assert (myObject (attribute1 "attr96383") ) ) +(assert (myObject (attribute1 "attr96384") ) ) +(assert (myObject (attribute1 "attr96385") ) ) +(assert (myObject (attribute1 "attr96386") ) ) +(assert (myObject (attribute1 "attr96387") ) ) +(assert (myObject (attribute1 "attr96388") ) ) +(assert (myObject (attribute1 "attr96389") ) ) +(assert (myObject (attribute1 "attr96390") ) ) +(assert (myObject (attribute1 "attr96391") ) ) +(assert (myObject (attribute1 "attr96392") ) ) +(assert (myObject (attribute1 "attr96393") ) ) +(assert (myObject (attribute1 "attr96394") ) ) +(assert (myObject (attribute1 "attr96395") ) ) +(assert (myObject (attribute1 "attr96396") ) ) +(assert (myObject (attribute1 "attr96397") ) ) +(assert (myObject (attribute1 "attr96398") ) ) +(assert (myObject (attribute1 "attr96399") ) ) +(assert (myObject (attribute1 "attr96400") ) ) +(assert (myObject (attribute1 "attr96401") ) ) +(assert (myObject (attribute1 "attr96402") ) ) +(assert (myObject (attribute1 "attr96403") ) ) +(assert (myObject (attribute1 "attr96404") ) ) +(assert (myObject (attribute1 "attr96405") ) ) +(assert (myObject (attribute1 "attr96406") ) ) +(assert (myObject (attribute1 "attr96407") ) ) +(assert (myObject (attribute1 "attr96408") ) ) +(assert (myObject (attribute1 "attr96409") ) ) +(assert (myObject (attribute1 "attr96410") ) ) +(assert (myObject (attribute1 "attr96411") ) ) +(assert (myObject (attribute1 "attr96412") ) ) +(assert (myObject (attribute1 "attr96413") ) ) +(assert (myObject (attribute1 "attr96414") ) ) +(assert (myObject (attribute1 "attr96415") ) ) +(assert (myObject (attribute1 "attr96416") ) ) +(assert (myObject (attribute1 "attr96417") ) ) +(assert (myObject (attribute1 "attr96418") ) ) +(assert (myObject (attribute1 "attr96419") ) ) +(assert (myObject (attribute1 "attr96420") ) ) +(assert (myObject (attribute1 "attr96421") ) ) +(assert (myObject (attribute1 "attr96422") ) ) +(assert (myObject (attribute1 "attr96423") ) ) +(assert (myObject (attribute1 "attr96424") ) ) +(assert (myObject (attribute1 "attr96425") ) ) +(assert (myObject (attribute1 "attr96426") ) ) +(assert (myObject (attribute1 "attr96427") ) ) +(assert (myObject (attribute1 "attr96428") ) ) +(assert (myObject (attribute1 "attr96429") ) ) +(assert (myObject (attribute1 "attr96430") ) ) +(assert (myObject (attribute1 "attr96431") ) ) +(assert (myObject (attribute1 "attr96432") ) ) +(assert (myObject (attribute1 "attr96433") ) ) +(assert (myObject (attribute1 "attr96434") ) ) +(assert (myObject (attribute1 "attr96435") ) ) +(assert (myObject (attribute1 "attr96436") ) ) +(assert (myObject (attribute1 "attr96437") ) ) +(assert (myObject (attribute1 "attr96438") ) ) +(assert (myObject (attribute1 "attr96439") ) ) +(assert (myObject (attribute1 "attr96440") ) ) +(assert (myObject (attribute1 "attr96441") ) ) +(assert (myObject (attribute1 "attr96442") ) ) +(assert (myObject (attribute1 "attr96443") ) ) +(assert (myObject (attribute1 "attr96444") ) ) +(assert (myObject (attribute1 "attr96445") ) ) +(assert (myObject (attribute1 "attr96446") ) ) +(assert (myObject (attribute1 "attr96447") ) ) +(assert (myObject (attribute1 "attr96448") ) ) +(assert (myObject (attribute1 "attr96449") ) ) +(assert (myObject (attribute1 "attr96450") ) ) +(assert (myObject (attribute1 "attr96451") ) ) +(assert (myObject (attribute1 "attr96452") ) ) +(assert (myObject (attribute1 "attr96453") ) ) +(assert (myObject (attribute1 "attr96454") ) ) +(assert (myObject (attribute1 "attr96455") ) ) +(assert (myObject (attribute1 "attr96456") ) ) +(assert (myObject (attribute1 "attr96457") ) ) +(assert (myObject (attribute1 "attr96458") ) ) +(assert (myObject (attribute1 "attr96459") ) ) +(assert (myObject (attribute1 "attr96460") ) ) +(assert (myObject (attribute1 "attr96461") ) ) +(assert (myObject (attribute1 "attr96462") ) ) +(assert (myObject (attribute1 "attr96463") ) ) +(assert (myObject (attribute1 "attr96464") ) ) +(assert (myObject (attribute1 "attr96465") ) ) +(assert (myObject (attribute1 "attr96466") ) ) +(assert (myObject (attribute1 "attr96467") ) ) +(assert (myObject (attribute1 "attr96468") ) ) +(assert (myObject (attribute1 "attr96469") ) ) +(assert (myObject (attribute1 "attr96470") ) ) +(assert (myObject (attribute1 "attr96471") ) ) +(assert (myObject (attribute1 "attr96472") ) ) +(assert (myObject (attribute1 "attr96473") ) ) +(assert (myObject (attribute1 "attr96474") ) ) +(assert (myObject (attribute1 "attr96475") ) ) +(assert (myObject (attribute1 "attr96476") ) ) +(assert (myObject (attribute1 "attr96477") ) ) +(assert (myObject (attribute1 "attr96478") ) ) +(assert (myObject (attribute1 "attr96479") ) ) +(assert (myObject (attribute1 "attr96480") ) ) +(assert (myObject (attribute1 "attr96481") ) ) +(assert (myObject (attribute1 "attr96482") ) ) +(assert (myObject (attribute1 "attr96483") ) ) +(assert (myObject (attribute1 "attr96484") ) ) +(assert (myObject (attribute1 "attr96485") ) ) +(assert (myObject (attribute1 "attr96486") ) ) +(assert (myObject (attribute1 "attr96487") ) ) +(assert (myObject (attribute1 "attr96488") ) ) +(assert (myObject (attribute1 "attr96489") ) ) +(assert (myObject (attribute1 "attr96490") ) ) +(assert (myObject (attribute1 "attr96491") ) ) +(assert (myObject (attribute1 "attr96492") ) ) +(assert (myObject (attribute1 "attr96493") ) ) +(assert (myObject (attribute1 "attr96494") ) ) +(assert (myObject (attribute1 "attr96495") ) ) +(assert (myObject (attribute1 "attr96496") ) ) +(assert (myObject (attribute1 "attr96497") ) ) +(assert (myObject (attribute1 "attr96498") ) ) +(assert (myObject (attribute1 "attr96499") ) ) +(assert (myObject (attribute1 "attr96500") ) ) +(assert (myObject (attribute1 "attr96501") ) ) +(assert (myObject (attribute1 "attr96502") ) ) +(assert (myObject (attribute1 "attr96503") ) ) +(assert (myObject (attribute1 "attr96504") ) ) +(assert (myObject (attribute1 "attr96505") ) ) +(assert (myObject (attribute1 "attr96506") ) ) +(assert (myObject (attribute1 "attr96507") ) ) +(assert (myObject (attribute1 "attr96508") ) ) +(assert (myObject (attribute1 "attr96509") ) ) +(assert (myObject (attribute1 "attr96510") ) ) +(assert (myObject (attribute1 "attr96511") ) ) +(assert (myObject (attribute1 "attr96512") ) ) +(assert (myObject (attribute1 "attr96513") ) ) +(assert (myObject (attribute1 "attr96514") ) ) +(assert (myObject (attribute1 "attr96515") ) ) +(assert (myObject (attribute1 "attr96516") ) ) +(assert (myObject (attribute1 "attr96517") ) ) +(assert (myObject (attribute1 "attr96518") ) ) +(assert (myObject (attribute1 "attr96519") ) ) +(assert (myObject (attribute1 "attr96520") ) ) +(assert (myObject (attribute1 "attr96521") ) ) +(assert (myObject (attribute1 "attr96522") ) ) +(assert (myObject (attribute1 "attr96523") ) ) +(assert (myObject (attribute1 "attr96524") ) ) +(assert (myObject (attribute1 "attr96525") ) ) +(assert (myObject (attribute1 "attr96526") ) ) +(assert (myObject (attribute1 "attr96527") ) ) +(assert (myObject (attribute1 "attr96528") ) ) +(assert (myObject (attribute1 "attr96529") ) ) +(assert (myObject (attribute1 "attr96530") ) ) +(assert (myObject (attribute1 "attr96531") ) ) +(assert (myObject (attribute1 "attr96532") ) ) +(assert (myObject (attribute1 "attr96533") ) ) +(assert (myObject (attribute1 "attr96534") ) ) +(assert (myObject (attribute1 "attr96535") ) ) +(assert (myObject (attribute1 "attr96536") ) ) +(assert (myObject (attribute1 "attr96537") ) ) +(assert (myObject (attribute1 "attr96538") ) ) +(assert (myObject (attribute1 "attr96539") ) ) +(assert (myObject (attribute1 "attr96540") ) ) +(assert (myObject (attribute1 "attr96541") ) ) +(assert (myObject (attribute1 "attr96542") ) ) +(assert (myObject (attribute1 "attr96543") ) ) +(assert (myObject (attribute1 "attr96544") ) ) +(assert (myObject (attribute1 "attr96545") ) ) +(assert (myObject (attribute1 "attr96546") ) ) +(assert (myObject (attribute1 "attr96547") ) ) +(assert (myObject (attribute1 "attr96548") ) ) +(assert (myObject (attribute1 "attr96549") ) ) +(assert (myObject (attribute1 "attr96550") ) ) +(assert (myObject (attribute1 "attr96551") ) ) +(assert (myObject (attribute1 "attr96552") ) ) +(assert (myObject (attribute1 "attr96553") ) ) +(assert (myObject (attribute1 "attr96554") ) ) +(assert (myObject (attribute1 "attr96555") ) ) +(assert (myObject (attribute1 "attr96556") ) ) +(assert (myObject (attribute1 "attr96557") ) ) +(assert (myObject (attribute1 "attr96558") ) ) +(assert (myObject (attribute1 "attr96559") ) ) +(assert (myObject (attribute1 "attr96560") ) ) +(assert (myObject (attribute1 "attr96561") ) ) +(assert (myObject (attribute1 "attr96562") ) ) +(assert (myObject (attribute1 "attr96563") ) ) +(assert (myObject (attribute1 "attr96564") ) ) +(assert (myObject (attribute1 "attr96565") ) ) +(assert (myObject (attribute1 "attr96566") ) ) +(assert (myObject (attribute1 "attr96567") ) ) +(assert (myObject (attribute1 "attr96568") ) ) +(assert (myObject (attribute1 "attr96569") ) ) +(assert (myObject (attribute1 "attr96570") ) ) +(assert (myObject (attribute1 "attr96571") ) ) +(assert (myObject (attribute1 "attr96572") ) ) +(assert (myObject (attribute1 "attr96573") ) ) +(assert (myObject (attribute1 "attr96574") ) ) +(assert (myObject (attribute1 "attr96575") ) ) +(assert (myObject (attribute1 "attr96576") ) ) +(assert (myObject (attribute1 "attr96577") ) ) +(assert (myObject (attribute1 "attr96578") ) ) +(assert (myObject (attribute1 "attr96579") ) ) +(assert (myObject (attribute1 "attr96580") ) ) +(assert (myObject (attribute1 "attr96581") ) ) +(assert (myObject (attribute1 "attr96582") ) ) +(assert (myObject (attribute1 "attr96583") ) ) +(assert (myObject (attribute1 "attr96584") ) ) +(assert (myObject (attribute1 "attr96585") ) ) +(assert (myObject (attribute1 "attr96586") ) ) +(assert (myObject (attribute1 "attr96587") ) ) +(assert (myObject (attribute1 "attr96588") ) ) +(assert (myObject (attribute1 "attr96589") ) ) +(assert (myObject (attribute1 "attr96590") ) ) +(assert (myObject (attribute1 "attr96591") ) ) +(assert (myObject (attribute1 "attr96592") ) ) +(assert (myObject (attribute1 "attr96593") ) ) +(assert (myObject (attribute1 "attr96594") ) ) +(assert (myObject (attribute1 "attr96595") ) ) +(assert (myObject (attribute1 "attr96596") ) ) +(assert (myObject (attribute1 "attr96597") ) ) +(assert (myObject (attribute1 "attr96598") ) ) +(assert (myObject (attribute1 "attr96599") ) ) +(assert (myObject (attribute1 "attr96600") ) ) +(assert (myObject (attribute1 "attr96601") ) ) +(assert (myObject (attribute1 "attr96602") ) ) +(assert (myObject (attribute1 "attr96603") ) ) +(assert (myObject (attribute1 "attr96604") ) ) +(assert (myObject (attribute1 "attr96605") ) ) +(assert (myObject (attribute1 "attr96606") ) ) +(assert (myObject (attribute1 "attr96607") ) ) +(assert (myObject (attribute1 "attr96608") ) ) +(assert (myObject (attribute1 "attr96609") ) ) +(assert (myObject (attribute1 "attr96610") ) ) +(assert (myObject (attribute1 "attr96611") ) ) +(assert (myObject (attribute1 "attr96612") ) ) +(assert (myObject (attribute1 "attr96613") ) ) +(assert (myObject (attribute1 "attr96614") ) ) +(assert (myObject (attribute1 "attr96615") ) ) +(assert (myObject (attribute1 "attr96616") ) ) +(assert (myObject (attribute1 "attr96617") ) ) +(assert (myObject (attribute1 "attr96618") ) ) +(assert (myObject (attribute1 "attr96619") ) ) +(assert (myObject (attribute1 "attr96620") ) ) +(assert (myObject (attribute1 "attr96621") ) ) +(assert (myObject (attribute1 "attr96622") ) ) +(assert (myObject (attribute1 "attr96623") ) ) +(assert (myObject (attribute1 "attr96624") ) ) +(assert (myObject (attribute1 "attr96625") ) ) +(assert (myObject (attribute1 "attr96626") ) ) +(assert (myObject (attribute1 "attr96627") ) ) +(assert (myObject (attribute1 "attr96628") ) ) +(assert (myObject (attribute1 "attr96629") ) ) +(assert (myObject (attribute1 "attr96630") ) ) +(assert (myObject (attribute1 "attr96631") ) ) +(assert (myObject (attribute1 "attr96632") ) ) +(assert (myObject (attribute1 "attr96633") ) ) +(assert (myObject (attribute1 "attr96634") ) ) +(assert (myObject (attribute1 "attr96635") ) ) +(assert (myObject (attribute1 "attr96636") ) ) +(assert (myObject (attribute1 "attr96637") ) ) +(assert (myObject (attribute1 "attr96638") ) ) +(assert (myObject (attribute1 "attr96639") ) ) +(assert (myObject (attribute1 "attr96640") ) ) +(assert (myObject (attribute1 "attr96641") ) ) +(assert (myObject (attribute1 "attr96642") ) ) +(assert (myObject (attribute1 "attr96643") ) ) +(assert (myObject (attribute1 "attr96644") ) ) +(assert (myObject (attribute1 "attr96645") ) ) +(assert (myObject (attribute1 "attr96646") ) ) +(assert (myObject (attribute1 "attr96647") ) ) +(assert (myObject (attribute1 "attr96648") ) ) +(assert (myObject (attribute1 "attr96649") ) ) +(assert (myObject (attribute1 "attr96650") ) ) +(assert (myObject (attribute1 "attr96651") ) ) +(assert (myObject (attribute1 "attr96652") ) ) +(assert (myObject (attribute1 "attr96653") ) ) +(assert (myObject (attribute1 "attr96654") ) ) +(assert (myObject (attribute1 "attr96655") ) ) +(assert (myObject (attribute1 "attr96656") ) ) +(assert (myObject (attribute1 "attr96657") ) ) +(assert (myObject (attribute1 "attr96658") ) ) +(assert (myObject (attribute1 "attr96659") ) ) +(assert (myObject (attribute1 "attr96660") ) ) +(assert (myObject (attribute1 "attr96661") ) ) +(assert (myObject (attribute1 "attr96662") ) ) +(assert (myObject (attribute1 "attr96663") ) ) +(assert (myObject (attribute1 "attr96664") ) ) +(assert (myObject (attribute1 "attr96665") ) ) +(assert (myObject (attribute1 "attr96666") ) ) +(assert (myObject (attribute1 "attr96667") ) ) +(assert (myObject (attribute1 "attr96668") ) ) +(assert (myObject (attribute1 "attr96669") ) ) +(assert (myObject (attribute1 "attr96670") ) ) +(assert (myObject (attribute1 "attr96671") ) ) +(assert (myObject (attribute1 "attr96672") ) ) +(assert (myObject (attribute1 "attr96673") ) ) +(assert (myObject (attribute1 "attr96674") ) ) +(assert (myObject (attribute1 "attr96675") ) ) +(assert (myObject (attribute1 "attr96676") ) ) +(assert (myObject (attribute1 "attr96677") ) ) +(assert (myObject (attribute1 "attr96678") ) ) +(assert (myObject (attribute1 "attr96679") ) ) +(assert (myObject (attribute1 "attr96680") ) ) +(assert (myObject (attribute1 "attr96681") ) ) +(assert (myObject (attribute1 "attr96682") ) ) +(assert (myObject (attribute1 "attr96683") ) ) +(assert (myObject (attribute1 "attr96684") ) ) +(assert (myObject (attribute1 "attr96685") ) ) +(assert (myObject (attribute1 "attr96686") ) ) +(assert (myObject (attribute1 "attr96687") ) ) +(assert (myObject (attribute1 "attr96688") ) ) +(assert (myObject (attribute1 "attr96689") ) ) +(assert (myObject (attribute1 "attr96690") ) ) +(assert (myObject (attribute1 "attr96691") ) ) +(assert (myObject (attribute1 "attr96692") ) ) +(assert (myObject (attribute1 "attr96693") ) ) +(assert (myObject (attribute1 "attr96694") ) ) +(assert (myObject (attribute1 "attr96695") ) ) +(assert (myObject (attribute1 "attr96696") ) ) +(assert (myObject (attribute1 "attr96697") ) ) +(assert (myObject (attribute1 "attr96698") ) ) +(assert (myObject (attribute1 "attr96699") ) ) +(assert (myObject (attribute1 "attr96700") ) ) +(assert (myObject (attribute1 "attr96701") ) ) +(assert (myObject (attribute1 "attr96702") ) ) +(assert (myObject (attribute1 "attr96703") ) ) +(assert (myObject (attribute1 "attr96704") ) ) +(assert (myObject (attribute1 "attr96705") ) ) +(assert (myObject (attribute1 "attr96706") ) ) +(assert (myObject (attribute1 "attr96707") ) ) +(assert (myObject (attribute1 "attr96708") ) ) +(assert (myObject (attribute1 "attr96709") ) ) +(assert (myObject (attribute1 "attr96710") ) ) +(assert (myObject (attribute1 "attr96711") ) ) +(assert (myObject (attribute1 "attr96712") ) ) +(assert (myObject (attribute1 "attr96713") ) ) +(assert (myObject (attribute1 "attr96714") ) ) +(assert (myObject (attribute1 "attr96715") ) ) +(assert (myObject (attribute1 "attr96716") ) ) +(assert (myObject (attribute1 "attr96717") ) ) +(assert (myObject (attribute1 "attr96718") ) ) +(assert (myObject (attribute1 "attr96719") ) ) +(assert (myObject (attribute1 "attr96720") ) ) +(assert (myObject (attribute1 "attr96721") ) ) +(assert (myObject (attribute1 "attr96722") ) ) +(assert (myObject (attribute1 "attr96723") ) ) +(assert (myObject (attribute1 "attr96724") ) ) +(assert (myObject (attribute1 "attr96725") ) ) +(assert (myObject (attribute1 "attr96726") ) ) +(assert (myObject (attribute1 "attr96727") ) ) +(assert (myObject (attribute1 "attr96728") ) ) +(assert (myObject (attribute1 "attr96729") ) ) +(assert (myObject (attribute1 "attr96730") ) ) +(assert (myObject (attribute1 "attr96731") ) ) +(assert (myObject (attribute1 "attr96732") ) ) +(assert (myObject (attribute1 "attr96733") ) ) +(assert (myObject (attribute1 "attr96734") ) ) +(assert (myObject (attribute1 "attr96735") ) ) +(assert (myObject (attribute1 "attr96736") ) ) +(assert (myObject (attribute1 "attr96737") ) ) +(assert (myObject (attribute1 "attr96738") ) ) +(assert (myObject (attribute1 "attr96739") ) ) +(assert (myObject (attribute1 "attr96740") ) ) +(assert (myObject (attribute1 "attr96741") ) ) +(assert (myObject (attribute1 "attr96742") ) ) +(assert (myObject (attribute1 "attr96743") ) ) +(assert (myObject (attribute1 "attr96744") ) ) +(assert (myObject (attribute1 "attr96745") ) ) +(assert (myObject (attribute1 "attr96746") ) ) +(assert (myObject (attribute1 "attr96747") ) ) +(assert (myObject (attribute1 "attr96748") ) ) +(assert (myObject (attribute1 "attr96749") ) ) +(assert (myObject (attribute1 "attr96750") ) ) +(assert (myObject (attribute1 "attr96751") ) ) +(assert (myObject (attribute1 "attr96752") ) ) +(assert (myObject (attribute1 "attr96753") ) ) +(assert (myObject (attribute1 "attr96754") ) ) +(assert (myObject (attribute1 "attr96755") ) ) +(assert (myObject (attribute1 "attr96756") ) ) +(assert (myObject (attribute1 "attr96757") ) ) +(assert (myObject (attribute1 "attr96758") ) ) +(assert (myObject (attribute1 "attr96759") ) ) +(assert (myObject (attribute1 "attr96760") ) ) +(assert (myObject (attribute1 "attr96761") ) ) +(assert (myObject (attribute1 "attr96762") ) ) +(assert (myObject (attribute1 "attr96763") ) ) +(assert (myObject (attribute1 "attr96764") ) ) +(assert (myObject (attribute1 "attr96765") ) ) +(assert (myObject (attribute1 "attr96766") ) ) +(assert (myObject (attribute1 "attr96767") ) ) +(assert (myObject (attribute1 "attr96768") ) ) +(assert (myObject (attribute1 "attr96769") ) ) +(assert (myObject (attribute1 "attr96770") ) ) +(assert (myObject (attribute1 "attr96771") ) ) +(assert (myObject (attribute1 "attr96772") ) ) +(assert (myObject (attribute1 "attr96773") ) ) +(assert (myObject (attribute1 "attr96774") ) ) +(assert (myObject (attribute1 "attr96775") ) ) +(assert (myObject (attribute1 "attr96776") ) ) +(assert (myObject (attribute1 "attr96777") ) ) +(assert (myObject (attribute1 "attr96778") ) ) +(assert (myObject (attribute1 "attr96779") ) ) +(assert (myObject (attribute1 "attr96780") ) ) +(assert (myObject (attribute1 "attr96781") ) ) +(assert (myObject (attribute1 "attr96782") ) ) +(assert (myObject (attribute1 "attr96783") ) ) +(assert (myObject (attribute1 "attr96784") ) ) +(assert (myObject (attribute1 "attr96785") ) ) +(assert (myObject (attribute1 "attr96786") ) ) +(assert (myObject (attribute1 "attr96787") ) ) +(assert (myObject (attribute1 "attr96788") ) ) +(assert (myObject (attribute1 "attr96789") ) ) +(assert (myObject (attribute1 "attr96790") ) ) +(assert (myObject (attribute1 "attr96791") ) ) +(assert (myObject (attribute1 "attr96792") ) ) +(assert (myObject (attribute1 "attr96793") ) ) +(assert (myObject (attribute1 "attr96794") ) ) +(assert (myObject (attribute1 "attr96795") ) ) +(assert (myObject (attribute1 "attr96796") ) ) +(assert (myObject (attribute1 "attr96797") ) ) +(assert (myObject (attribute1 "attr96798") ) ) +(assert (myObject (attribute1 "attr96799") ) ) +(assert (myObject (attribute1 "attr96800") ) ) +(assert (myObject (attribute1 "attr96801") ) ) +(assert (myObject (attribute1 "attr96802") ) ) +(assert (myObject (attribute1 "attr96803") ) ) +(assert (myObject (attribute1 "attr96804") ) ) +(assert (myObject (attribute1 "attr96805") ) ) +(assert (myObject (attribute1 "attr96806") ) ) +(assert (myObject (attribute1 "attr96807") ) ) +(assert (myObject (attribute1 "attr96808") ) ) +(assert (myObject (attribute1 "attr96809") ) ) +(assert (myObject (attribute1 "attr96810") ) ) +(assert (myObject (attribute1 "attr96811") ) ) +(assert (myObject (attribute1 "attr96812") ) ) +(assert (myObject (attribute1 "attr96813") ) ) +(assert (myObject (attribute1 "attr96814") ) ) +(assert (myObject (attribute1 "attr96815") ) ) +(assert (myObject (attribute1 "attr96816") ) ) +(assert (myObject (attribute1 "attr96817") ) ) +(assert (myObject (attribute1 "attr96818") ) ) +(assert (myObject (attribute1 "attr96819") ) ) +(assert (myObject (attribute1 "attr96820") ) ) +(assert (myObject (attribute1 "attr96821") ) ) +(assert (myObject (attribute1 "attr96822") ) ) +(assert (myObject (attribute1 "attr96823") ) ) +(assert (myObject (attribute1 "attr96824") ) ) +(assert (myObject (attribute1 "attr96825") ) ) +(assert (myObject (attribute1 "attr96826") ) ) +(assert (myObject (attribute1 "attr96827") ) ) +(assert (myObject (attribute1 "attr96828") ) ) +(assert (myObject (attribute1 "attr96829") ) ) +(assert (myObject (attribute1 "attr96830") ) ) +(assert (myObject (attribute1 "attr96831") ) ) +(assert (myObject (attribute1 "attr96832") ) ) +(assert (myObject (attribute1 "attr96833") ) ) +(assert (myObject (attribute1 "attr96834") ) ) +(assert (myObject (attribute1 "attr96835") ) ) +(assert (myObject (attribute1 "attr96836") ) ) +(assert (myObject (attribute1 "attr96837") ) ) +(assert (myObject (attribute1 "attr96838") ) ) +(assert (myObject (attribute1 "attr96839") ) ) +(assert (myObject (attribute1 "attr96840") ) ) +(assert (myObject (attribute1 "attr96841") ) ) +(assert (myObject (attribute1 "attr96842") ) ) +(assert (myObject (attribute1 "attr96843") ) ) +(assert (myObject (attribute1 "attr96844") ) ) +(assert (myObject (attribute1 "attr96845") ) ) +(assert (myObject (attribute1 "attr96846") ) ) +(assert (myObject (attribute1 "attr96847") ) ) +(assert (myObject (attribute1 "attr96848") ) ) +(assert (myObject (attribute1 "attr96849") ) ) +(assert (myObject (attribute1 "attr96850") ) ) +(assert (myObject (attribute1 "attr96851") ) ) +(assert (myObject (attribute1 "attr96852") ) ) +(assert (myObject (attribute1 "attr96853") ) ) +(assert (myObject (attribute1 "attr96854") ) ) +(assert (myObject (attribute1 "attr96855") ) ) +(assert (myObject (attribute1 "attr96856") ) ) +(assert (myObject (attribute1 "attr96857") ) ) +(assert (myObject (attribute1 "attr96858") ) ) +(assert (myObject (attribute1 "attr96859") ) ) +(assert (myObject (attribute1 "attr96860") ) ) +(assert (myObject (attribute1 "attr96861") ) ) +(assert (myObject (attribute1 "attr96862") ) ) +(assert (myObject (attribute1 "attr96863") ) ) +(assert (myObject (attribute1 "attr96864") ) ) +(assert (myObject (attribute1 "attr96865") ) ) +(assert (myObject (attribute1 "attr96866") ) ) +(assert (myObject (attribute1 "attr96867") ) ) +(assert (myObject (attribute1 "attr96868") ) ) +(assert (myObject (attribute1 "attr96869") ) ) +(assert (myObject (attribute1 "attr96870") ) ) +(assert (myObject (attribute1 "attr96871") ) ) +(assert (myObject (attribute1 "attr96872") ) ) +(assert (myObject (attribute1 "attr96873") ) ) +(assert (myObject (attribute1 "attr96874") ) ) +(assert (myObject (attribute1 "attr96875") ) ) +(assert (myObject (attribute1 "attr96876") ) ) +(assert (myObject (attribute1 "attr96877") ) ) +(assert (myObject (attribute1 "attr96878") ) ) +(assert (myObject (attribute1 "attr96879") ) ) +(assert (myObject (attribute1 "attr96880") ) ) +(assert (myObject (attribute1 "attr96881") ) ) +(assert (myObject (attribute1 "attr96882") ) ) +(assert (myObject (attribute1 "attr96883") ) ) +(assert (myObject (attribute1 "attr96884") ) ) +(assert (myObject (attribute1 "attr96885") ) ) +(assert (myObject (attribute1 "attr96886") ) ) +(assert (myObject (attribute1 "attr96887") ) ) +(assert (myObject (attribute1 "attr96888") ) ) +(assert (myObject (attribute1 "attr96889") ) ) +(assert (myObject (attribute1 "attr96890") ) ) +(assert (myObject (attribute1 "attr96891") ) ) +(assert (myObject (attribute1 "attr96892") ) ) +(assert (myObject (attribute1 "attr96893") ) ) +(assert (myObject (attribute1 "attr96894") ) ) +(assert (myObject (attribute1 "attr96895") ) ) +(assert (myObject (attribute1 "attr96896") ) ) +(assert (myObject (attribute1 "attr96897") ) ) +(assert (myObject (attribute1 "attr96898") ) ) +(assert (myObject (attribute1 "attr96899") ) ) +(assert (myObject (attribute1 "attr96900") ) ) +(assert (myObject (attribute1 "attr96901") ) ) +(assert (myObject (attribute1 "attr96902") ) ) +(assert (myObject (attribute1 "attr96903") ) ) +(assert (myObject (attribute1 "attr96904") ) ) +(assert (myObject (attribute1 "attr96905") ) ) +(assert (myObject (attribute1 "attr96906") ) ) +(assert (myObject (attribute1 "attr96907") ) ) +(assert (myObject (attribute1 "attr96908") ) ) +(assert (myObject (attribute1 "attr96909") ) ) +(assert (myObject (attribute1 "attr96910") ) ) +(assert (myObject (attribute1 "attr96911") ) ) +(assert (myObject (attribute1 "attr96912") ) ) +(assert (myObject (attribute1 "attr96913") ) ) +(assert (myObject (attribute1 "attr96914") ) ) +(assert (myObject (attribute1 "attr96915") ) ) +(assert (myObject (attribute1 "attr96916") ) ) +(assert (myObject (attribute1 "attr96917") ) ) +(assert (myObject (attribute1 "attr96918") ) ) +(assert (myObject (attribute1 "attr96919") ) ) +(assert (myObject (attribute1 "attr96920") ) ) +(assert (myObject (attribute1 "attr96921") ) ) +(assert (myObject (attribute1 "attr96922") ) ) +(assert (myObject (attribute1 "attr96923") ) ) +(assert (myObject (attribute1 "attr96924") ) ) +(assert (myObject (attribute1 "attr96925") ) ) +(assert (myObject (attribute1 "attr96926") ) ) +(assert (myObject (attribute1 "attr96927") ) ) +(assert (myObject (attribute1 "attr96928") ) ) +(assert (myObject (attribute1 "attr96929") ) ) +(assert (myObject (attribute1 "attr96930") ) ) +(assert (myObject (attribute1 "attr96931") ) ) +(assert (myObject (attribute1 "attr96932") ) ) +(assert (myObject (attribute1 "attr96933") ) ) +(assert (myObject (attribute1 "attr96934") ) ) +(assert (myObject (attribute1 "attr96935") ) ) +(assert (myObject (attribute1 "attr96936") ) ) +(assert (myObject (attribute1 "attr96937") ) ) +(assert (myObject (attribute1 "attr96938") ) ) +(assert (myObject (attribute1 "attr96939") ) ) +(assert (myObject (attribute1 "attr96940") ) ) +(assert (myObject (attribute1 "attr96941") ) ) +(assert (myObject (attribute1 "attr96942") ) ) +(assert (myObject (attribute1 "attr96943") ) ) +(assert (myObject (attribute1 "attr96944") ) ) +(assert (myObject (attribute1 "attr96945") ) ) +(assert (myObject (attribute1 "attr96946") ) ) +(assert (myObject (attribute1 "attr96947") ) ) +(assert (myObject (attribute1 "attr96948") ) ) +(assert (myObject (attribute1 "attr96949") ) ) +(assert (myObject (attribute1 "attr96950") ) ) +(assert (myObject (attribute1 "attr96951") ) ) +(assert (myObject (attribute1 "attr96952") ) ) +(assert (myObject (attribute1 "attr96953") ) ) +(assert (myObject (attribute1 "attr96954") ) ) +(assert (myObject (attribute1 "attr96955") ) ) +(assert (myObject (attribute1 "attr96956") ) ) +(assert (myObject (attribute1 "attr96957") ) ) +(assert (myObject (attribute1 "attr96958") ) ) +(assert (myObject (attribute1 "attr96959") ) ) +(assert (myObject (attribute1 "attr96960") ) ) +(assert (myObject (attribute1 "attr96961") ) ) +(assert (myObject (attribute1 "attr96962") ) ) +(assert (myObject (attribute1 "attr96963") ) ) +(assert (myObject (attribute1 "attr96964") ) ) +(assert (myObject (attribute1 "attr96965") ) ) +(assert (myObject (attribute1 "attr96966") ) ) +(assert (myObject (attribute1 "attr96967") ) ) +(assert (myObject (attribute1 "attr96968") ) ) +(assert (myObject (attribute1 "attr96969") ) ) +(assert (myObject (attribute1 "attr96970") ) ) +(assert (myObject (attribute1 "attr96971") ) ) +(assert (myObject (attribute1 "attr96972") ) ) +(assert (myObject (attribute1 "attr96973") ) ) +(assert (myObject (attribute1 "attr96974") ) ) +(assert (myObject (attribute1 "attr96975") ) ) +(assert (myObject (attribute1 "attr96976") ) ) +(assert (myObject (attribute1 "attr96977") ) ) +(assert (myObject (attribute1 "attr96978") ) ) +(assert (myObject (attribute1 "attr96979") ) ) +(assert (myObject (attribute1 "attr96980") ) ) +(assert (myObject (attribute1 "attr96981") ) ) +(assert (myObject (attribute1 "attr96982") ) ) +(assert (myObject (attribute1 "attr96983") ) ) +(assert (myObject (attribute1 "attr96984") ) ) +(assert (myObject (attribute1 "attr96985") ) ) +(assert (myObject (attribute1 "attr96986") ) ) +(assert (myObject (attribute1 "attr96987") ) ) +(assert (myObject (attribute1 "attr96988") ) ) +(assert (myObject (attribute1 "attr96989") ) ) +(assert (myObject (attribute1 "attr96990") ) ) +(assert (myObject (attribute1 "attr96991") ) ) +(assert (myObject (attribute1 "attr96992") ) ) +(assert (myObject (attribute1 "attr96993") ) ) +(assert (myObject (attribute1 "attr96994") ) ) +(assert (myObject (attribute1 "attr96995") ) ) +(assert (myObject (attribute1 "attr96996") ) ) +(assert (myObject (attribute1 "attr96997") ) ) +(assert (myObject (attribute1 "attr96998") ) ) +(assert (myObject (attribute1 "attr96999") ) ) +(assert (myObject (attribute1 "attr97000") ) ) +(assert (myObject (attribute1 "attr97001") ) ) +(assert (myObject (attribute1 "attr97002") ) ) +(assert (myObject (attribute1 "attr97003") ) ) +(assert (myObject (attribute1 "attr97004") ) ) +(assert (myObject (attribute1 "attr97005") ) ) +(assert (myObject (attribute1 "attr97006") ) ) +(assert (myObject (attribute1 "attr97007") ) ) +(assert (myObject (attribute1 "attr97008") ) ) +(assert (myObject (attribute1 "attr97009") ) ) +(assert (myObject (attribute1 "attr97010") ) ) +(assert (myObject (attribute1 "attr97011") ) ) +(assert (myObject (attribute1 "attr97012") ) ) +(assert (myObject (attribute1 "attr97013") ) ) +(assert (myObject (attribute1 "attr97014") ) ) +(assert (myObject (attribute1 "attr97015") ) ) +(assert (myObject (attribute1 "attr97016") ) ) +(assert (myObject (attribute1 "attr97017") ) ) +(assert (myObject (attribute1 "attr97018") ) ) +(assert (myObject (attribute1 "attr97019") ) ) +(assert (myObject (attribute1 "attr97020") ) ) +(assert (myObject (attribute1 "attr97021") ) ) +(assert (myObject (attribute1 "attr97022") ) ) +(assert (myObject (attribute1 "attr97023") ) ) +(assert (myObject (attribute1 "attr97024") ) ) +(assert (myObject (attribute1 "attr97025") ) ) +(assert (myObject (attribute1 "attr97026") ) ) +(assert (myObject (attribute1 "attr97027") ) ) +(assert (myObject (attribute1 "attr97028") ) ) +(assert (myObject (attribute1 "attr97029") ) ) +(assert (myObject (attribute1 "attr97030") ) ) +(assert (myObject (attribute1 "attr97031") ) ) +(assert (myObject (attribute1 "attr97032") ) ) +(assert (myObject (attribute1 "attr97033") ) ) +(assert (myObject (attribute1 "attr97034") ) ) +(assert (myObject (attribute1 "attr97035") ) ) +(assert (myObject (attribute1 "attr97036") ) ) +(assert (myObject (attribute1 "attr97037") ) ) +(assert (myObject (attribute1 "attr97038") ) ) +(assert (myObject (attribute1 "attr97039") ) ) +(assert (myObject (attribute1 "attr97040") ) ) +(assert (myObject (attribute1 "attr97041") ) ) +(assert (myObject (attribute1 "attr97042") ) ) +(assert (myObject (attribute1 "attr97043") ) ) +(assert (myObject (attribute1 "attr97044") ) ) +(assert (myObject (attribute1 "attr97045") ) ) +(assert (myObject (attribute1 "attr97046") ) ) +(assert (myObject (attribute1 "attr97047") ) ) +(assert (myObject (attribute1 "attr97048") ) ) +(assert (myObject (attribute1 "attr97049") ) ) +(assert (myObject (attribute1 "attr97050") ) ) +(assert (myObject (attribute1 "attr97051") ) ) +(assert (myObject (attribute1 "attr97052") ) ) +(assert (myObject (attribute1 "attr97053") ) ) +(assert (myObject (attribute1 "attr97054") ) ) +(assert (myObject (attribute1 "attr97055") ) ) +(assert (myObject (attribute1 "attr97056") ) ) +(assert (myObject (attribute1 "attr97057") ) ) +(assert (myObject (attribute1 "attr97058") ) ) +(assert (myObject (attribute1 "attr97059") ) ) +(assert (myObject (attribute1 "attr97060") ) ) +(assert (myObject (attribute1 "attr97061") ) ) +(assert (myObject (attribute1 "attr97062") ) ) +(assert (myObject (attribute1 "attr97063") ) ) +(assert (myObject (attribute1 "attr97064") ) ) +(assert (myObject (attribute1 "attr97065") ) ) +(assert (myObject (attribute1 "attr97066") ) ) +(assert (myObject (attribute1 "attr97067") ) ) +(assert (myObject (attribute1 "attr97068") ) ) +(assert (myObject (attribute1 "attr97069") ) ) +(assert (myObject (attribute1 "attr97070") ) ) +(assert (myObject (attribute1 "attr97071") ) ) +(assert (myObject (attribute1 "attr97072") ) ) +(assert (myObject (attribute1 "attr97073") ) ) +(assert (myObject (attribute1 "attr97074") ) ) +(assert (myObject (attribute1 "attr97075") ) ) +(assert (myObject (attribute1 "attr97076") ) ) +(assert (myObject (attribute1 "attr97077") ) ) +(assert (myObject (attribute1 "attr97078") ) ) +(assert (myObject (attribute1 "attr97079") ) ) +(assert (myObject (attribute1 "attr97080") ) ) +(assert (myObject (attribute1 "attr97081") ) ) +(assert (myObject (attribute1 "attr97082") ) ) +(assert (myObject (attribute1 "attr97083") ) ) +(assert (myObject (attribute1 "attr97084") ) ) +(assert (myObject (attribute1 "attr97085") ) ) +(assert (myObject (attribute1 "attr97086") ) ) +(assert (myObject (attribute1 "attr97087") ) ) +(assert (myObject (attribute1 "attr97088") ) ) +(assert (myObject (attribute1 "attr97089") ) ) +(assert (myObject (attribute1 "attr97090") ) ) +(assert (myObject (attribute1 "attr97091") ) ) +(assert (myObject (attribute1 "attr97092") ) ) +(assert (myObject (attribute1 "attr97093") ) ) +(assert (myObject (attribute1 "attr97094") ) ) +(assert (myObject (attribute1 "attr97095") ) ) +(assert (myObject (attribute1 "attr97096") ) ) +(assert (myObject (attribute1 "attr97097") ) ) +(assert (myObject (attribute1 "attr97098") ) ) +(assert (myObject (attribute1 "attr97099") ) ) +(assert (myObject (attribute1 "attr97100") ) ) +(assert (myObject (attribute1 "attr97101") ) ) +(assert (myObject (attribute1 "attr97102") ) ) +(assert (myObject (attribute1 "attr97103") ) ) +(assert (myObject (attribute1 "attr97104") ) ) +(assert (myObject (attribute1 "attr97105") ) ) +(assert (myObject (attribute1 "attr97106") ) ) +(assert (myObject (attribute1 "attr97107") ) ) +(assert (myObject (attribute1 "attr97108") ) ) +(assert (myObject (attribute1 "attr97109") ) ) +(assert (myObject (attribute1 "attr97110") ) ) +(assert (myObject (attribute1 "attr97111") ) ) +(assert (myObject (attribute1 "attr97112") ) ) +(assert (myObject (attribute1 "attr97113") ) ) +(assert (myObject (attribute1 "attr97114") ) ) +(assert (myObject (attribute1 "attr97115") ) ) +(assert (myObject (attribute1 "attr97116") ) ) +(assert (myObject (attribute1 "attr97117") ) ) +(assert (myObject (attribute1 "attr97118") ) ) +(assert (myObject (attribute1 "attr97119") ) ) +(assert (myObject (attribute1 "attr97120") ) ) +(assert (myObject (attribute1 "attr97121") ) ) +(assert (myObject (attribute1 "attr97122") ) ) +(assert (myObject (attribute1 "attr97123") ) ) +(assert (myObject (attribute1 "attr97124") ) ) +(assert (myObject (attribute1 "attr97125") ) ) +(assert (myObject (attribute1 "attr97126") ) ) +(assert (myObject (attribute1 "attr97127") ) ) +(assert (myObject (attribute1 "attr97128") ) ) +(assert (myObject (attribute1 "attr97129") ) ) +(assert (myObject (attribute1 "attr97130") ) ) +(assert (myObject (attribute1 "attr97131") ) ) +(assert (myObject (attribute1 "attr97132") ) ) +(assert (myObject (attribute1 "attr97133") ) ) +(assert (myObject (attribute1 "attr97134") ) ) +(assert (myObject (attribute1 "attr97135") ) ) +(assert (myObject (attribute1 "attr97136") ) ) +(assert (myObject (attribute1 "attr97137") ) ) +(assert (myObject (attribute1 "attr97138") ) ) +(assert (myObject (attribute1 "attr97139") ) ) +(assert (myObject (attribute1 "attr97140") ) ) +(assert (myObject (attribute1 "attr97141") ) ) +(assert (myObject (attribute1 "attr97142") ) ) +(assert (myObject (attribute1 "attr97143") ) ) +(assert (myObject (attribute1 "attr97144") ) ) +(assert (myObject (attribute1 "attr97145") ) ) +(assert (myObject (attribute1 "attr97146") ) ) +(assert (myObject (attribute1 "attr97147") ) ) +(assert (myObject (attribute1 "attr97148") ) ) +(assert (myObject (attribute1 "attr97149") ) ) +(assert (myObject (attribute1 "attr97150") ) ) +(assert (myObject (attribute1 "attr97151") ) ) +(assert (myObject (attribute1 "attr97152") ) ) +(assert (myObject (attribute1 "attr97153") ) ) +(assert (myObject (attribute1 "attr97154") ) ) +(assert (myObject (attribute1 "attr97155") ) ) +(assert (myObject (attribute1 "attr97156") ) ) +(assert (myObject (attribute1 "attr97157") ) ) +(assert (myObject (attribute1 "attr97158") ) ) +(assert (myObject (attribute1 "attr97159") ) ) +(assert (myObject (attribute1 "attr97160") ) ) +(assert (myObject (attribute1 "attr97161") ) ) +(assert (myObject (attribute1 "attr97162") ) ) +(assert (myObject (attribute1 "attr97163") ) ) +(assert (myObject (attribute1 "attr97164") ) ) +(assert (myObject (attribute1 "attr97165") ) ) +(assert (myObject (attribute1 "attr97166") ) ) +(assert (myObject (attribute1 "attr97167") ) ) +(assert (myObject (attribute1 "attr97168") ) ) +(assert (myObject (attribute1 "attr97169") ) ) +(assert (myObject (attribute1 "attr97170") ) ) +(assert (myObject (attribute1 "attr97171") ) ) +(assert (myObject (attribute1 "attr97172") ) ) +(assert (myObject (attribute1 "attr97173") ) ) +(assert (myObject (attribute1 "attr97174") ) ) +(assert (myObject (attribute1 "attr97175") ) ) +(assert (myObject (attribute1 "attr97176") ) ) +(assert (myObject (attribute1 "attr97177") ) ) +(assert (myObject (attribute1 "attr97178") ) ) +(assert (myObject (attribute1 "attr97179") ) ) +(assert (myObject (attribute1 "attr97180") ) ) +(assert (myObject (attribute1 "attr97181") ) ) +(assert (myObject (attribute1 "attr97182") ) ) +(assert (myObject (attribute1 "attr97183") ) ) +(assert (myObject (attribute1 "attr97184") ) ) +(assert (myObject (attribute1 "attr97185") ) ) +(assert (myObject (attribute1 "attr97186") ) ) +(assert (myObject (attribute1 "attr97187") ) ) +(assert (myObject (attribute1 "attr97188") ) ) +(assert (myObject (attribute1 "attr97189") ) ) +(assert (myObject (attribute1 "attr97190") ) ) +(assert (myObject (attribute1 "attr97191") ) ) +(assert (myObject (attribute1 "attr97192") ) ) +(assert (myObject (attribute1 "attr97193") ) ) +(assert (myObject (attribute1 "attr97194") ) ) +(assert (myObject (attribute1 "attr97195") ) ) +(assert (myObject (attribute1 "attr97196") ) ) +(assert (myObject (attribute1 "attr97197") ) ) +(assert (myObject (attribute1 "attr97198") ) ) +(assert (myObject (attribute1 "attr97199") ) ) +(assert (myObject (attribute1 "attr97200") ) ) +(assert (myObject (attribute1 "attr97201") ) ) +(assert (myObject (attribute1 "attr97202") ) ) +(assert (myObject (attribute1 "attr97203") ) ) +(assert (myObject (attribute1 "attr97204") ) ) +(assert (myObject (attribute1 "attr97205") ) ) +(assert (myObject (attribute1 "attr97206") ) ) +(assert (myObject (attribute1 "attr97207") ) ) +(assert (myObject (attribute1 "attr97208") ) ) +(assert (myObject (attribute1 "attr97209") ) ) +(assert (myObject (attribute1 "attr97210") ) ) +(assert (myObject (attribute1 "attr97211") ) ) +(assert (myObject (attribute1 "attr97212") ) ) +(assert (myObject (attribute1 "attr97213") ) ) +(assert (myObject (attribute1 "attr97214") ) ) +(assert (myObject (attribute1 "attr97215") ) ) +(assert (myObject (attribute1 "attr97216") ) ) +(assert (myObject (attribute1 "attr97217") ) ) +(assert (myObject (attribute1 "attr97218") ) ) +(assert (myObject (attribute1 "attr97219") ) ) +(assert (myObject (attribute1 "attr97220") ) ) +(assert (myObject (attribute1 "attr97221") ) ) +(assert (myObject (attribute1 "attr97222") ) ) +(assert (myObject (attribute1 "attr97223") ) ) +(assert (myObject (attribute1 "attr97224") ) ) +(assert (myObject (attribute1 "attr97225") ) ) +(assert (myObject (attribute1 "attr97226") ) ) +(assert (myObject (attribute1 "attr97227") ) ) +(assert (myObject (attribute1 "attr97228") ) ) +(assert (myObject (attribute1 "attr97229") ) ) +(assert (myObject (attribute1 "attr97230") ) ) +(assert (myObject (attribute1 "attr97231") ) ) +(assert (myObject (attribute1 "attr97232") ) ) +(assert (myObject (attribute1 "attr97233") ) ) +(assert (myObject (attribute1 "attr97234") ) ) +(assert (myObject (attribute1 "attr97235") ) ) +(assert (myObject (attribute1 "attr97236") ) ) +(assert (myObject (attribute1 "attr97237") ) ) +(assert (myObject (attribute1 "attr97238") ) ) +(assert (myObject (attribute1 "attr97239") ) ) +(assert (myObject (attribute1 "attr97240") ) ) +(assert (myObject (attribute1 "attr97241") ) ) +(assert (myObject (attribute1 "attr97242") ) ) +(assert (myObject (attribute1 "attr97243") ) ) +(assert (myObject (attribute1 "attr97244") ) ) +(assert (myObject (attribute1 "attr97245") ) ) +(assert (myObject (attribute1 "attr97246") ) ) +(assert (myObject (attribute1 "attr97247") ) ) +(assert (myObject (attribute1 "attr97248") ) ) +(assert (myObject (attribute1 "attr97249") ) ) +(assert (myObject (attribute1 "attr97250") ) ) +(assert (myObject (attribute1 "attr97251") ) ) +(assert (myObject (attribute1 "attr97252") ) ) +(assert (myObject (attribute1 "attr97253") ) ) +(assert (myObject (attribute1 "attr97254") ) ) +(assert (myObject (attribute1 "attr97255") ) ) +(assert (myObject (attribute1 "attr97256") ) ) +(assert (myObject (attribute1 "attr97257") ) ) +(assert (myObject (attribute1 "attr97258") ) ) +(assert (myObject (attribute1 "attr97259") ) ) +(assert (myObject (attribute1 "attr97260") ) ) +(assert (myObject (attribute1 "attr97261") ) ) +(assert (myObject (attribute1 "attr97262") ) ) +(assert (myObject (attribute1 "attr97263") ) ) +(assert (myObject (attribute1 "attr97264") ) ) +(assert (myObject (attribute1 "attr97265") ) ) +(assert (myObject (attribute1 "attr97266") ) ) +(assert (myObject (attribute1 "attr97267") ) ) +(assert (myObject (attribute1 "attr97268") ) ) +(assert (myObject (attribute1 "attr97269") ) ) +(assert (myObject (attribute1 "attr97270") ) ) +(assert (myObject (attribute1 "attr97271") ) ) +(assert (myObject (attribute1 "attr97272") ) ) +(assert (myObject (attribute1 "attr97273") ) ) +(assert (myObject (attribute1 "attr97274") ) ) +(assert (myObject (attribute1 "attr97275") ) ) +(assert (myObject (attribute1 "attr97276") ) ) +(assert (myObject (attribute1 "attr97277") ) ) +(assert (myObject (attribute1 "attr97278") ) ) +(assert (myObject (attribute1 "attr97279") ) ) +(assert (myObject (attribute1 "attr97280") ) ) +(assert (myObject (attribute1 "attr97281") ) ) +(assert (myObject (attribute1 "attr97282") ) ) +(assert (myObject (attribute1 "attr97283") ) ) +(assert (myObject (attribute1 "attr97284") ) ) +(assert (myObject (attribute1 "attr97285") ) ) +(assert (myObject (attribute1 "attr97286") ) ) +(assert (myObject (attribute1 "attr97287") ) ) +(assert (myObject (attribute1 "attr97288") ) ) +(assert (myObject (attribute1 "attr97289") ) ) +(assert (myObject (attribute1 "attr97290") ) ) +(assert (myObject (attribute1 "attr97291") ) ) +(assert (myObject (attribute1 "attr97292") ) ) +(assert (myObject (attribute1 "attr97293") ) ) +(assert (myObject (attribute1 "attr97294") ) ) +(assert (myObject (attribute1 "attr97295") ) ) +(assert (myObject (attribute1 "attr97296") ) ) +(assert (myObject (attribute1 "attr97297") ) ) +(assert (myObject (attribute1 "attr97298") ) ) +(assert (myObject (attribute1 "attr97299") ) ) +(assert (myObject (attribute1 "attr97300") ) ) +(assert (myObject (attribute1 "attr97301") ) ) +(assert (myObject (attribute1 "attr97302") ) ) +(assert (myObject (attribute1 "attr97303") ) ) +(assert (myObject (attribute1 "attr97304") ) ) +(assert (myObject (attribute1 "attr97305") ) ) +(assert (myObject (attribute1 "attr97306") ) ) +(assert (myObject (attribute1 "attr97307") ) ) +(assert (myObject (attribute1 "attr97308") ) ) +(assert (myObject (attribute1 "attr97309") ) ) +(assert (myObject (attribute1 "attr97310") ) ) +(assert (myObject (attribute1 "attr97311") ) ) +(assert (myObject (attribute1 "attr97312") ) ) +(assert (myObject (attribute1 "attr97313") ) ) +(assert (myObject (attribute1 "attr97314") ) ) +(assert (myObject (attribute1 "attr97315") ) ) +(assert (myObject (attribute1 "attr97316") ) ) +(assert (myObject (attribute1 "attr97317") ) ) +(assert (myObject (attribute1 "attr97318") ) ) +(assert (myObject (attribute1 "attr97319") ) ) +(assert (myObject (attribute1 "attr97320") ) ) +(assert (myObject (attribute1 "attr97321") ) ) +(assert (myObject (attribute1 "attr97322") ) ) +(assert (myObject (attribute1 "attr97323") ) ) +(assert (myObject (attribute1 "attr97324") ) ) +(assert (myObject (attribute1 "attr97325") ) ) +(assert (myObject (attribute1 "attr97326") ) ) +(assert (myObject (attribute1 "attr97327") ) ) +(assert (myObject (attribute1 "attr97328") ) ) +(assert (myObject (attribute1 "attr97329") ) ) +(assert (myObject (attribute1 "attr97330") ) ) +(assert (myObject (attribute1 "attr97331") ) ) +(assert (myObject (attribute1 "attr97332") ) ) +(assert (myObject (attribute1 "attr97333") ) ) +(assert (myObject (attribute1 "attr97334") ) ) +(assert (myObject (attribute1 "attr97335") ) ) +(assert (myObject (attribute1 "attr97336") ) ) +(assert (myObject (attribute1 "attr97337") ) ) +(assert (myObject (attribute1 "attr97338") ) ) +(assert (myObject (attribute1 "attr97339") ) ) +(assert (myObject (attribute1 "attr97340") ) ) +(assert (myObject (attribute1 "attr97341") ) ) +(assert (myObject (attribute1 "attr97342") ) ) +(assert (myObject (attribute1 "attr97343") ) ) +(assert (myObject (attribute1 "attr97344") ) ) +(assert (myObject (attribute1 "attr97345") ) ) +(assert (myObject (attribute1 "attr97346") ) ) +(assert (myObject (attribute1 "attr97347") ) ) +(assert (myObject (attribute1 "attr97348") ) ) +(assert (myObject (attribute1 "attr97349") ) ) +(assert (myObject (attribute1 "attr97350") ) ) +(assert (myObject (attribute1 "attr97351") ) ) +(assert (myObject (attribute1 "attr97352") ) ) +(assert (myObject (attribute1 "attr97353") ) ) +(assert (myObject (attribute1 "attr97354") ) ) +(assert (myObject (attribute1 "attr97355") ) ) +(assert (myObject (attribute1 "attr97356") ) ) +(assert (myObject (attribute1 "attr97357") ) ) +(assert (myObject (attribute1 "attr97358") ) ) +(assert (myObject (attribute1 "attr97359") ) ) +(assert (myObject (attribute1 "attr97360") ) ) +(assert (myObject (attribute1 "attr97361") ) ) +(assert (myObject (attribute1 "attr97362") ) ) +(assert (myObject (attribute1 "attr97363") ) ) +(assert (myObject (attribute1 "attr97364") ) ) +(assert (myObject (attribute1 "attr97365") ) ) +(assert (myObject (attribute1 "attr97366") ) ) +(assert (myObject (attribute1 "attr97367") ) ) +(assert (myObject (attribute1 "attr97368") ) ) +(assert (myObject (attribute1 "attr97369") ) ) +(assert (myObject (attribute1 "attr97370") ) ) +(assert (myObject (attribute1 "attr97371") ) ) +(assert (myObject (attribute1 "attr97372") ) ) +(assert (myObject (attribute1 "attr97373") ) ) +(assert (myObject (attribute1 "attr97374") ) ) +(assert (myObject (attribute1 "attr97375") ) ) +(assert (myObject (attribute1 "attr97376") ) ) +(assert (myObject (attribute1 "attr97377") ) ) +(assert (myObject (attribute1 "attr97378") ) ) +(assert (myObject (attribute1 "attr97379") ) ) +(assert (myObject (attribute1 "attr97380") ) ) +(assert (myObject (attribute1 "attr97381") ) ) +(assert (myObject (attribute1 "attr97382") ) ) +(assert (myObject (attribute1 "attr97383") ) ) +(assert (myObject (attribute1 "attr97384") ) ) +(assert (myObject (attribute1 "attr97385") ) ) +(assert (myObject (attribute1 "attr97386") ) ) +(assert (myObject (attribute1 "attr97387") ) ) +(assert (myObject (attribute1 "attr97388") ) ) +(assert (myObject (attribute1 "attr97389") ) ) +(assert (myObject (attribute1 "attr97390") ) ) +(assert (myObject (attribute1 "attr97391") ) ) +(assert (myObject (attribute1 "attr97392") ) ) +(assert (myObject (attribute1 "attr97393") ) ) +(assert (myObject (attribute1 "attr97394") ) ) +(assert (myObject (attribute1 "attr97395") ) ) +(assert (myObject (attribute1 "attr97396") ) ) +(assert (myObject (attribute1 "attr97397") ) ) +(assert (myObject (attribute1 "attr97398") ) ) +(assert (myObject (attribute1 "attr97399") ) ) +(assert (myObject (attribute1 "attr97400") ) ) +(assert (myObject (attribute1 "attr97401") ) ) +(assert (myObject (attribute1 "attr97402") ) ) +(assert (myObject (attribute1 "attr97403") ) ) +(assert (myObject (attribute1 "attr97404") ) ) +(assert (myObject (attribute1 "attr97405") ) ) +(assert (myObject (attribute1 "attr97406") ) ) +(assert (myObject (attribute1 "attr97407") ) ) +(assert (myObject (attribute1 "attr97408") ) ) +(assert (myObject (attribute1 "attr97409") ) ) +(assert (myObject (attribute1 "attr97410") ) ) +(assert (myObject (attribute1 "attr97411") ) ) +(assert (myObject (attribute1 "attr97412") ) ) +(assert (myObject (attribute1 "attr97413") ) ) +(assert (myObject (attribute1 "attr97414") ) ) +(assert (myObject (attribute1 "attr97415") ) ) +(assert (myObject (attribute1 "attr97416") ) ) +(assert (myObject (attribute1 "attr97417") ) ) +(assert (myObject (attribute1 "attr97418") ) ) +(assert (myObject (attribute1 "attr97419") ) ) +(assert (myObject (attribute1 "attr97420") ) ) +(assert (myObject (attribute1 "attr97421") ) ) +(assert (myObject (attribute1 "attr97422") ) ) +(assert (myObject (attribute1 "attr97423") ) ) +(assert (myObject (attribute1 "attr97424") ) ) +(assert (myObject (attribute1 "attr97425") ) ) +(assert (myObject (attribute1 "attr97426") ) ) +(assert (myObject (attribute1 "attr97427") ) ) +(assert (myObject (attribute1 "attr97428") ) ) +(assert (myObject (attribute1 "attr97429") ) ) +(assert (myObject (attribute1 "attr97430") ) ) +(assert (myObject (attribute1 "attr97431") ) ) +(assert (myObject (attribute1 "attr97432") ) ) +(assert (myObject (attribute1 "attr97433") ) ) +(assert (myObject (attribute1 "attr97434") ) ) +(assert (myObject (attribute1 "attr97435") ) ) +(assert (myObject (attribute1 "attr97436") ) ) +(assert (myObject (attribute1 "attr97437") ) ) +(assert (myObject (attribute1 "attr97438") ) ) +(assert (myObject (attribute1 "attr97439") ) ) +(assert (myObject (attribute1 "attr97440") ) ) +(assert (myObject (attribute1 "attr97441") ) ) +(assert (myObject (attribute1 "attr97442") ) ) +(assert (myObject (attribute1 "attr97443") ) ) +(assert (myObject (attribute1 "attr97444") ) ) +(assert (myObject (attribute1 "attr97445") ) ) +(assert (myObject (attribute1 "attr97446") ) ) +(assert (myObject (attribute1 "attr97447") ) ) +(assert (myObject (attribute1 "attr97448") ) ) +(assert (myObject (attribute1 "attr97449") ) ) +(assert (myObject (attribute1 "attr97450") ) ) +(assert (myObject (attribute1 "attr97451") ) ) +(assert (myObject (attribute1 "attr97452") ) ) +(assert (myObject (attribute1 "attr97453") ) ) +(assert (myObject (attribute1 "attr97454") ) ) +(assert (myObject (attribute1 "attr97455") ) ) +(assert (myObject (attribute1 "attr97456") ) ) +(assert (myObject (attribute1 "attr97457") ) ) +(assert (myObject (attribute1 "attr97458") ) ) +(assert (myObject (attribute1 "attr97459") ) ) +(assert (myObject (attribute1 "attr97460") ) ) +(assert (myObject (attribute1 "attr97461") ) ) +(assert (myObject (attribute1 "attr97462") ) ) +(assert (myObject (attribute1 "attr97463") ) ) +(assert (myObject (attribute1 "attr97464") ) ) +(assert (myObject (attribute1 "attr97465") ) ) +(assert (myObject (attribute1 "attr97466") ) ) +(assert (myObject (attribute1 "attr97467") ) ) +(assert (myObject (attribute1 "attr97468") ) ) +(assert (myObject (attribute1 "attr97469") ) ) +(assert (myObject (attribute1 "attr97470") ) ) +(assert (myObject (attribute1 "attr97471") ) ) +(assert (myObject (attribute1 "attr97472") ) ) +(assert (myObject (attribute1 "attr97473") ) ) +(assert (myObject (attribute1 "attr97474") ) ) +(assert (myObject (attribute1 "attr97475") ) ) +(assert (myObject (attribute1 "attr97476") ) ) +(assert (myObject (attribute1 "attr97477") ) ) +(assert (myObject (attribute1 "attr97478") ) ) +(assert (myObject (attribute1 "attr97479") ) ) +(assert (myObject (attribute1 "attr97480") ) ) +(assert (myObject (attribute1 "attr97481") ) ) +(assert (myObject (attribute1 "attr97482") ) ) +(assert (myObject (attribute1 "attr97483") ) ) +(assert (myObject (attribute1 "attr97484") ) ) +(assert (myObject (attribute1 "attr97485") ) ) +(assert (myObject (attribute1 "attr97486") ) ) +(assert (myObject (attribute1 "attr97487") ) ) +(assert (myObject (attribute1 "attr97488") ) ) +(assert (myObject (attribute1 "attr97489") ) ) +(assert (myObject (attribute1 "attr97490") ) ) +(assert (myObject (attribute1 "attr97491") ) ) +(assert (myObject (attribute1 "attr97492") ) ) +(assert (myObject (attribute1 "attr97493") ) ) +(assert (myObject (attribute1 "attr97494") ) ) +(assert (myObject (attribute1 "attr97495") ) ) +(assert (myObject (attribute1 "attr97496") ) ) +(assert (myObject (attribute1 "attr97497") ) ) +(assert (myObject (attribute1 "attr97498") ) ) +(assert (myObject (attribute1 "attr97499") ) ) +(assert (myObject (attribute1 "attr97500") ) ) +(assert (myObject (attribute1 "attr97501") ) ) +(assert (myObject (attribute1 "attr97502") ) ) +(assert (myObject (attribute1 "attr97503") ) ) +(assert (myObject (attribute1 "attr97504") ) ) +(assert (myObject (attribute1 "attr97505") ) ) +(assert (myObject (attribute1 "attr97506") ) ) +(assert (myObject (attribute1 "attr97507") ) ) +(assert (myObject (attribute1 "attr97508") ) ) +(assert (myObject (attribute1 "attr97509") ) ) +(assert (myObject (attribute1 "attr97510") ) ) +(assert (myObject (attribute1 "attr97511") ) ) +(assert (myObject (attribute1 "attr97512") ) ) +(assert (myObject (attribute1 "attr97513") ) ) +(assert (myObject (attribute1 "attr97514") ) ) +(assert (myObject (attribute1 "attr97515") ) ) +(assert (myObject (attribute1 "attr97516") ) ) +(assert (myObject (attribute1 "attr97517") ) ) +(assert (myObject (attribute1 "attr97518") ) ) +(assert (myObject (attribute1 "attr97519") ) ) +(assert (myObject (attribute1 "attr97520") ) ) +(assert (myObject (attribute1 "attr97521") ) ) +(assert (myObject (attribute1 "attr97522") ) ) +(assert (myObject (attribute1 "attr97523") ) ) +(assert (myObject (attribute1 "attr97524") ) ) +(assert (myObject (attribute1 "attr97525") ) ) +(assert (myObject (attribute1 "attr97526") ) ) +(assert (myObject (attribute1 "attr97527") ) ) +(assert (myObject (attribute1 "attr97528") ) ) +(assert (myObject (attribute1 "attr97529") ) ) +(assert (myObject (attribute1 "attr97530") ) ) +(assert (myObject (attribute1 "attr97531") ) ) +(assert (myObject (attribute1 "attr97532") ) ) +(assert (myObject (attribute1 "attr97533") ) ) +(assert (myObject (attribute1 "attr97534") ) ) +(assert (myObject (attribute1 "attr97535") ) ) +(assert (myObject (attribute1 "attr97536") ) ) +(assert (myObject (attribute1 "attr97537") ) ) +(assert (myObject (attribute1 "attr97538") ) ) +(assert (myObject (attribute1 "attr97539") ) ) +(assert (myObject (attribute1 "attr97540") ) ) +(assert (myObject (attribute1 "attr97541") ) ) +(assert (myObject (attribute1 "attr97542") ) ) +(assert (myObject (attribute1 "attr97543") ) ) +(assert (myObject (attribute1 "attr97544") ) ) +(assert (myObject (attribute1 "attr97545") ) ) +(assert (myObject (attribute1 "attr97546") ) ) +(assert (myObject (attribute1 "attr97547") ) ) +(assert (myObject (attribute1 "attr97548") ) ) +(assert (myObject (attribute1 "attr97549") ) ) +(assert (myObject (attribute1 "attr97550") ) ) +(assert (myObject (attribute1 "attr97551") ) ) +(assert (myObject (attribute1 "attr97552") ) ) +(assert (myObject (attribute1 "attr97553") ) ) +(assert (myObject (attribute1 "attr97554") ) ) +(assert (myObject (attribute1 "attr97555") ) ) +(assert (myObject (attribute1 "attr97556") ) ) +(assert (myObject (attribute1 "attr97557") ) ) +(assert (myObject (attribute1 "attr97558") ) ) +(assert (myObject (attribute1 "attr97559") ) ) +(assert (myObject (attribute1 "attr97560") ) ) +(assert (myObject (attribute1 "attr97561") ) ) +(assert (myObject (attribute1 "attr97562") ) ) +(assert (myObject (attribute1 "attr97563") ) ) +(assert (myObject (attribute1 "attr97564") ) ) +(assert (myObject (attribute1 "attr97565") ) ) +(assert (myObject (attribute1 "attr97566") ) ) +(assert (myObject (attribute1 "attr97567") ) ) +(assert (myObject (attribute1 "attr97568") ) ) +(assert (myObject (attribute1 "attr97569") ) ) +(assert (myObject (attribute1 "attr97570") ) ) +(assert (myObject (attribute1 "attr97571") ) ) +(assert (myObject (attribute1 "attr97572") ) ) +(assert (myObject (attribute1 "attr97573") ) ) +(assert (myObject (attribute1 "attr97574") ) ) +(assert (myObject (attribute1 "attr97575") ) ) +(assert (myObject (attribute1 "attr97576") ) ) +(assert (myObject (attribute1 "attr97577") ) ) +(assert (myObject (attribute1 "attr97578") ) ) +(assert (myObject (attribute1 "attr97579") ) ) +(assert (myObject (attribute1 "attr97580") ) ) +(assert (myObject (attribute1 "attr97581") ) ) +(assert (myObject (attribute1 "attr97582") ) ) +(assert (myObject (attribute1 "attr97583") ) ) +(assert (myObject (attribute1 "attr97584") ) ) +(assert (myObject (attribute1 "attr97585") ) ) +(assert (myObject (attribute1 "attr97586") ) ) +(assert (myObject (attribute1 "attr97587") ) ) +(assert (myObject (attribute1 "attr97588") ) ) +(assert (myObject (attribute1 "attr97589") ) ) +(assert (myObject (attribute1 "attr97590") ) ) +(assert (myObject (attribute1 "attr97591") ) ) +(assert (myObject (attribute1 "attr97592") ) ) +(assert (myObject (attribute1 "attr97593") ) ) +(assert (myObject (attribute1 "attr97594") ) ) +(assert (myObject (attribute1 "attr97595") ) ) +(assert (myObject (attribute1 "attr97596") ) ) +(assert (myObject (attribute1 "attr97597") ) ) +(assert (myObject (attribute1 "attr97598") ) ) +(assert (myObject (attribute1 "attr97599") ) ) +(assert (myObject (attribute1 "attr97600") ) ) +(assert (myObject (attribute1 "attr97601") ) ) +(assert (myObject (attribute1 "attr97602") ) ) +(assert (myObject (attribute1 "attr97603") ) ) +(assert (myObject (attribute1 "attr97604") ) ) +(assert (myObject (attribute1 "attr97605") ) ) +(assert (myObject (attribute1 "attr97606") ) ) +(assert (myObject (attribute1 "attr97607") ) ) +(assert (myObject (attribute1 "attr97608") ) ) +(assert (myObject (attribute1 "attr97609") ) ) +(assert (myObject (attribute1 "attr97610") ) ) +(assert (myObject (attribute1 "attr97611") ) ) +(assert (myObject (attribute1 "attr97612") ) ) +(assert (myObject (attribute1 "attr97613") ) ) +(assert (myObject (attribute1 "attr97614") ) ) +(assert (myObject (attribute1 "attr97615") ) ) +(assert (myObject (attribute1 "attr97616") ) ) +(assert (myObject (attribute1 "attr97617") ) ) +(assert (myObject (attribute1 "attr97618") ) ) +(assert (myObject (attribute1 "attr97619") ) ) +(assert (myObject (attribute1 "attr97620") ) ) +(assert (myObject (attribute1 "attr97621") ) ) +(assert (myObject (attribute1 "attr97622") ) ) +(assert (myObject (attribute1 "attr97623") ) ) +(assert (myObject (attribute1 "attr97624") ) ) +(assert (myObject (attribute1 "attr97625") ) ) +(assert (myObject (attribute1 "attr97626") ) ) +(assert (myObject (attribute1 "attr97627") ) ) +(assert (myObject (attribute1 "attr97628") ) ) +(assert (myObject (attribute1 "attr97629") ) ) +(assert (myObject (attribute1 "attr97630") ) ) +(assert (myObject (attribute1 "attr97631") ) ) +(assert (myObject (attribute1 "attr97632") ) ) +(assert (myObject (attribute1 "attr97633") ) ) +(assert (myObject (attribute1 "attr97634") ) ) +(assert (myObject (attribute1 "attr97635") ) ) +(assert (myObject (attribute1 "attr97636") ) ) +(assert (myObject (attribute1 "attr97637") ) ) +(assert (myObject (attribute1 "attr97638") ) ) +(assert (myObject (attribute1 "attr97639") ) ) +(assert (myObject (attribute1 "attr97640") ) ) +(assert (myObject (attribute1 "attr97641") ) ) +(assert (myObject (attribute1 "attr97642") ) ) +(assert (myObject (attribute1 "attr97643") ) ) +(assert (myObject (attribute1 "attr97644") ) ) +(assert (myObject (attribute1 "attr97645") ) ) +(assert (myObject (attribute1 "attr97646") ) ) +(assert (myObject (attribute1 "attr97647") ) ) +(assert (myObject (attribute1 "attr97648") ) ) +(assert (myObject (attribute1 "attr97649") ) ) +(assert (myObject (attribute1 "attr97650") ) ) +(assert (myObject (attribute1 "attr97651") ) ) +(assert (myObject (attribute1 "attr97652") ) ) +(assert (myObject (attribute1 "attr97653") ) ) +(assert (myObject (attribute1 "attr97654") ) ) +(assert (myObject (attribute1 "attr97655") ) ) +(assert (myObject (attribute1 "attr97656") ) ) +(assert (myObject (attribute1 "attr97657") ) ) +(assert (myObject (attribute1 "attr97658") ) ) +(assert (myObject (attribute1 "attr97659") ) ) +(assert (myObject (attribute1 "attr97660") ) ) +(assert (myObject (attribute1 "attr97661") ) ) +(assert (myObject (attribute1 "attr97662") ) ) +(assert (myObject (attribute1 "attr97663") ) ) +(assert (myObject (attribute1 "attr97664") ) ) +(assert (myObject (attribute1 "attr97665") ) ) +(assert (myObject (attribute1 "attr97666") ) ) +(assert (myObject (attribute1 "attr97667") ) ) +(assert (myObject (attribute1 "attr97668") ) ) +(assert (myObject (attribute1 "attr97669") ) ) +(assert (myObject (attribute1 "attr97670") ) ) +(assert (myObject (attribute1 "attr97671") ) ) +(assert (myObject (attribute1 "attr97672") ) ) +(assert (myObject (attribute1 "attr97673") ) ) +(assert (myObject (attribute1 "attr97674") ) ) +(assert (myObject (attribute1 "attr97675") ) ) +(assert (myObject (attribute1 "attr97676") ) ) +(assert (myObject (attribute1 "attr97677") ) ) +(assert (myObject (attribute1 "attr97678") ) ) +(assert (myObject (attribute1 "attr97679") ) ) +(assert (myObject (attribute1 "attr97680") ) ) +(assert (myObject (attribute1 "attr97681") ) ) +(assert (myObject (attribute1 "attr97682") ) ) +(assert (myObject (attribute1 "attr97683") ) ) +(assert (myObject (attribute1 "attr97684") ) ) +(assert (myObject (attribute1 "attr97685") ) ) +(assert (myObject (attribute1 "attr97686") ) ) +(assert (myObject (attribute1 "attr97687") ) ) +(assert (myObject (attribute1 "attr97688") ) ) +(assert (myObject (attribute1 "attr97689") ) ) +(assert (myObject (attribute1 "attr97690") ) ) +(assert (myObject (attribute1 "attr97691") ) ) +(assert (myObject (attribute1 "attr97692") ) ) +(assert (myObject (attribute1 "attr97693") ) ) +(assert (myObject (attribute1 "attr97694") ) ) +(assert (myObject (attribute1 "attr97695") ) ) +(assert (myObject (attribute1 "attr97696") ) ) +(assert (myObject (attribute1 "attr97697") ) ) +(assert (myObject (attribute1 "attr97698") ) ) +(assert (myObject (attribute1 "attr97699") ) ) +(assert (myObject (attribute1 "attr97700") ) ) +(assert (myObject (attribute1 "attr97701") ) ) +(assert (myObject (attribute1 "attr97702") ) ) +(assert (myObject (attribute1 "attr97703") ) ) +(assert (myObject (attribute1 "attr97704") ) ) +(assert (myObject (attribute1 "attr97705") ) ) +(assert (myObject (attribute1 "attr97706") ) ) +(assert (myObject (attribute1 "attr97707") ) ) +(assert (myObject (attribute1 "attr97708") ) ) +(assert (myObject (attribute1 "attr97709") ) ) +(assert (myObject (attribute1 "attr97710") ) ) +(assert (myObject (attribute1 "attr97711") ) ) +(assert (myObject (attribute1 "attr97712") ) ) +(assert (myObject (attribute1 "attr97713") ) ) +(assert (myObject (attribute1 "attr97714") ) ) +(assert (myObject (attribute1 "attr97715") ) ) +(assert (myObject (attribute1 "attr97716") ) ) +(assert (myObject (attribute1 "attr97717") ) ) +(assert (myObject (attribute1 "attr97718") ) ) +(assert (myObject (attribute1 "attr97719") ) ) +(assert (myObject (attribute1 "attr97720") ) ) +(assert (myObject (attribute1 "attr97721") ) ) +(assert (myObject (attribute1 "attr97722") ) ) +(assert (myObject (attribute1 "attr97723") ) ) +(assert (myObject (attribute1 "attr97724") ) ) +(assert (myObject (attribute1 "attr97725") ) ) +(assert (myObject (attribute1 "attr97726") ) ) +(assert (myObject (attribute1 "attr97727") ) ) +(assert (myObject (attribute1 "attr97728") ) ) +(assert (myObject (attribute1 "attr97729") ) ) +(assert (myObject (attribute1 "attr97730") ) ) +(assert (myObject (attribute1 "attr97731") ) ) +(assert (myObject (attribute1 "attr97732") ) ) +(assert (myObject (attribute1 "attr97733") ) ) +(assert (myObject (attribute1 "attr97734") ) ) +(assert (myObject (attribute1 "attr97735") ) ) +(assert (myObject (attribute1 "attr97736") ) ) +(assert (myObject (attribute1 "attr97737") ) ) +(assert (myObject (attribute1 "attr97738") ) ) +(assert (myObject (attribute1 "attr97739") ) ) +(assert (myObject (attribute1 "attr97740") ) ) +(assert (myObject (attribute1 "attr97741") ) ) +(assert (myObject (attribute1 "attr97742") ) ) +(assert (myObject (attribute1 "attr97743") ) ) +(assert (myObject (attribute1 "attr97744") ) ) +(assert (myObject (attribute1 "attr97745") ) ) +(assert (myObject (attribute1 "attr97746") ) ) +(assert (myObject (attribute1 "attr97747") ) ) +(assert (myObject (attribute1 "attr97748") ) ) +(assert (myObject (attribute1 "attr97749") ) ) +(assert (myObject (attribute1 "attr97750") ) ) +(assert (myObject (attribute1 "attr97751") ) ) +(assert (myObject (attribute1 "attr97752") ) ) +(assert (myObject (attribute1 "attr97753") ) ) +(assert (myObject (attribute1 "attr97754") ) ) +(assert (myObject (attribute1 "attr97755") ) ) +(assert (myObject (attribute1 "attr97756") ) ) +(assert (myObject (attribute1 "attr97757") ) ) +(assert (myObject (attribute1 "attr97758") ) ) +(assert (myObject (attribute1 "attr97759") ) ) +(assert (myObject (attribute1 "attr97760") ) ) +(assert (myObject (attribute1 "attr97761") ) ) +(assert (myObject (attribute1 "attr97762") ) ) +(assert (myObject (attribute1 "attr97763") ) ) +(assert (myObject (attribute1 "attr97764") ) ) +(assert (myObject (attribute1 "attr97765") ) ) +(assert (myObject (attribute1 "attr97766") ) ) +(assert (myObject (attribute1 "attr97767") ) ) +(assert (myObject (attribute1 "attr97768") ) ) +(assert (myObject (attribute1 "attr97769") ) ) +(assert (myObject (attribute1 "attr97770") ) ) +(assert (myObject (attribute1 "attr97771") ) ) +(assert (myObject (attribute1 "attr97772") ) ) +(assert (myObject (attribute1 "attr97773") ) ) +(assert (myObject (attribute1 "attr97774") ) ) +(assert (myObject (attribute1 "attr97775") ) ) +(assert (myObject (attribute1 "attr97776") ) ) +(assert (myObject (attribute1 "attr97777") ) ) +(assert (myObject (attribute1 "attr97778") ) ) +(assert (myObject (attribute1 "attr97779") ) ) +(assert (myObject (attribute1 "attr97780") ) ) +(assert (myObject (attribute1 "attr97781") ) ) +(assert (myObject (attribute1 "attr97782") ) ) +(assert (myObject (attribute1 "attr97783") ) ) +(assert (myObject (attribute1 "attr97784") ) ) +(assert (myObject (attribute1 "attr97785") ) ) +(assert (myObject (attribute1 "attr97786") ) ) +(assert (myObject (attribute1 "attr97787") ) ) +(assert (myObject (attribute1 "attr97788") ) ) +(assert (myObject (attribute1 "attr97789") ) ) +(assert (myObject (attribute1 "attr97790") ) ) +(assert (myObject (attribute1 "attr97791") ) ) +(assert (myObject (attribute1 "attr97792") ) ) +(assert (myObject (attribute1 "attr97793") ) ) +(assert (myObject (attribute1 "attr97794") ) ) +(assert (myObject (attribute1 "attr97795") ) ) +(assert (myObject (attribute1 "attr97796") ) ) +(assert (myObject (attribute1 "attr97797") ) ) +(assert (myObject (attribute1 "attr97798") ) ) +(assert (myObject (attribute1 "attr97799") ) ) +(assert (myObject (attribute1 "attr97800") ) ) +(assert (myObject (attribute1 "attr97801") ) ) +(assert (myObject (attribute1 "attr97802") ) ) +(assert (myObject (attribute1 "attr97803") ) ) +(assert (myObject (attribute1 "attr97804") ) ) +(assert (myObject (attribute1 "attr97805") ) ) +(assert (myObject (attribute1 "attr97806") ) ) +(assert (myObject (attribute1 "attr97807") ) ) +(assert (myObject (attribute1 "attr97808") ) ) +(assert (myObject (attribute1 "attr97809") ) ) +(assert (myObject (attribute1 "attr97810") ) ) +(assert (myObject (attribute1 "attr97811") ) ) +(assert (myObject (attribute1 "attr97812") ) ) +(assert (myObject (attribute1 "attr97813") ) ) +(assert (myObject (attribute1 "attr97814") ) ) +(assert (myObject (attribute1 "attr97815") ) ) +(assert (myObject (attribute1 "attr97816") ) ) +(assert (myObject (attribute1 "attr97817") ) ) +(assert (myObject (attribute1 "attr97818") ) ) +(assert (myObject (attribute1 "attr97819") ) ) +(assert (myObject (attribute1 "attr97820") ) ) +(assert (myObject (attribute1 "attr97821") ) ) +(assert (myObject (attribute1 "attr97822") ) ) +(assert (myObject (attribute1 "attr97823") ) ) +(assert (myObject (attribute1 "attr97824") ) ) +(assert (myObject (attribute1 "attr97825") ) ) +(assert (myObject (attribute1 "attr97826") ) ) +(assert (myObject (attribute1 "attr97827") ) ) +(assert (myObject (attribute1 "attr97828") ) ) +(assert (myObject (attribute1 "attr97829") ) ) +(assert (myObject (attribute1 "attr97830") ) ) +(assert (myObject (attribute1 "attr97831") ) ) +(assert (myObject (attribute1 "attr97832") ) ) +(assert (myObject (attribute1 "attr97833") ) ) +(assert (myObject (attribute1 "attr97834") ) ) +(assert (myObject (attribute1 "attr97835") ) ) +(assert (myObject (attribute1 "attr97836") ) ) +(assert (myObject (attribute1 "attr97837") ) ) +(assert (myObject (attribute1 "attr97838") ) ) +(assert (myObject (attribute1 "attr97839") ) ) +(assert (myObject (attribute1 "attr97840") ) ) +(assert (myObject (attribute1 "attr97841") ) ) +(assert (myObject (attribute1 "attr97842") ) ) +(assert (myObject (attribute1 "attr97843") ) ) +(assert (myObject (attribute1 "attr97844") ) ) +(assert (myObject (attribute1 "attr97845") ) ) +(assert (myObject (attribute1 "attr97846") ) ) +(assert (myObject (attribute1 "attr97847") ) ) +(assert (myObject (attribute1 "attr97848") ) ) +(assert (myObject (attribute1 "attr97849") ) ) +(assert (myObject (attribute1 "attr97850") ) ) +(assert (myObject (attribute1 "attr97851") ) ) +(assert (myObject (attribute1 "attr97852") ) ) +(assert (myObject (attribute1 "attr97853") ) ) +(assert (myObject (attribute1 "attr97854") ) ) +(assert (myObject (attribute1 "attr97855") ) ) +(assert (myObject (attribute1 "attr97856") ) ) +(assert (myObject (attribute1 "attr97857") ) ) +(assert (myObject (attribute1 "attr97858") ) ) +(assert (myObject (attribute1 "attr97859") ) ) +(assert (myObject (attribute1 "attr97860") ) ) +(assert (myObject (attribute1 "attr97861") ) ) +(assert (myObject (attribute1 "attr97862") ) ) +(assert (myObject (attribute1 "attr97863") ) ) +(assert (myObject (attribute1 "attr97864") ) ) +(assert (myObject (attribute1 "attr97865") ) ) +(assert (myObject (attribute1 "attr97866") ) ) +(assert (myObject (attribute1 "attr97867") ) ) +(assert (myObject (attribute1 "attr97868") ) ) +(assert (myObject (attribute1 "attr97869") ) ) +(assert (myObject (attribute1 "attr97870") ) ) +(assert (myObject (attribute1 "attr97871") ) ) +(assert (myObject (attribute1 "attr97872") ) ) +(assert (myObject (attribute1 "attr97873") ) ) +(assert (myObject (attribute1 "attr97874") ) ) +(assert (myObject (attribute1 "attr97875") ) ) +(assert (myObject (attribute1 "attr97876") ) ) +(assert (myObject (attribute1 "attr97877") ) ) +(assert (myObject (attribute1 "attr97878") ) ) +(assert (myObject (attribute1 "attr97879") ) ) +(assert (myObject (attribute1 "attr97880") ) ) +(assert (myObject (attribute1 "attr97881") ) ) +(assert (myObject (attribute1 "attr97882") ) ) +(assert (myObject (attribute1 "attr97883") ) ) +(assert (myObject (attribute1 "attr97884") ) ) +(assert (myObject (attribute1 "attr97885") ) ) +(assert (myObject (attribute1 "attr97886") ) ) +(assert (myObject (attribute1 "attr97887") ) ) +(assert (myObject (attribute1 "attr97888") ) ) +(assert (myObject (attribute1 "attr97889") ) ) +(assert (myObject (attribute1 "attr97890") ) ) +(assert (myObject (attribute1 "attr97891") ) ) +(assert (myObject (attribute1 "attr97892") ) ) +(assert (myObject (attribute1 "attr97893") ) ) +(assert (myObject (attribute1 "attr97894") ) ) +(assert (myObject (attribute1 "attr97895") ) ) +(assert (myObject (attribute1 "attr97896") ) ) +(assert (myObject (attribute1 "attr97897") ) ) +(assert (myObject (attribute1 "attr97898") ) ) +(assert (myObject (attribute1 "attr97899") ) ) +(assert (myObject (attribute1 "attr97900") ) ) +(assert (myObject (attribute1 "attr97901") ) ) +(assert (myObject (attribute1 "attr97902") ) ) +(assert (myObject (attribute1 "attr97903") ) ) +(assert (myObject (attribute1 "attr97904") ) ) +(assert (myObject (attribute1 "attr97905") ) ) +(assert (myObject (attribute1 "attr97906") ) ) +(assert (myObject (attribute1 "attr97907") ) ) +(assert (myObject (attribute1 "attr97908") ) ) +(assert (myObject (attribute1 "attr97909") ) ) +(assert (myObject (attribute1 "attr97910") ) ) +(assert (myObject (attribute1 "attr97911") ) ) +(assert (myObject (attribute1 "attr97912") ) ) +(assert (myObject (attribute1 "attr97913") ) ) +(assert (myObject (attribute1 "attr97914") ) ) +(assert (myObject (attribute1 "attr97915") ) ) +(assert (myObject (attribute1 "attr97916") ) ) +(assert (myObject (attribute1 "attr97917") ) ) +(assert (myObject (attribute1 "attr97918") ) ) +(assert (myObject (attribute1 "attr97919") ) ) +(assert (myObject (attribute1 "attr97920") ) ) +(assert (myObject (attribute1 "attr97921") ) ) +(assert (myObject (attribute1 "attr97922") ) ) +(assert (myObject (attribute1 "attr97923") ) ) +(assert (myObject (attribute1 "attr97924") ) ) +(assert (myObject (attribute1 "attr97925") ) ) +(assert (myObject (attribute1 "attr97926") ) ) +(assert (myObject (attribute1 "attr97927") ) ) +(assert (myObject (attribute1 "attr97928") ) ) +(assert (myObject (attribute1 "attr97929") ) ) +(assert (myObject (attribute1 "attr97930") ) ) +(assert (myObject (attribute1 "attr97931") ) ) +(assert (myObject (attribute1 "attr97932") ) ) +(assert (myObject (attribute1 "attr97933") ) ) +(assert (myObject (attribute1 "attr97934") ) ) +(assert (myObject (attribute1 "attr97935") ) ) +(assert (myObject (attribute1 "attr97936") ) ) +(assert (myObject (attribute1 "attr97937") ) ) +(assert (myObject (attribute1 "attr97938") ) ) +(assert (myObject (attribute1 "attr97939") ) ) +(assert (myObject (attribute1 "attr97940") ) ) +(assert (myObject (attribute1 "attr97941") ) ) +(assert (myObject (attribute1 "attr97942") ) ) +(assert (myObject (attribute1 "attr97943") ) ) +(assert (myObject (attribute1 "attr97944") ) ) +(assert (myObject (attribute1 "attr97945") ) ) +(assert (myObject (attribute1 "attr97946") ) ) +(assert (myObject (attribute1 "attr97947") ) ) +(assert (myObject (attribute1 "attr97948") ) ) +(assert (myObject (attribute1 "attr97949") ) ) +(assert (myObject (attribute1 "attr97950") ) ) +(assert (myObject (attribute1 "attr97951") ) ) +(assert (myObject (attribute1 "attr97952") ) ) +(assert (myObject (attribute1 "attr97953") ) ) +(assert (myObject (attribute1 "attr97954") ) ) +(assert (myObject (attribute1 "attr97955") ) ) +(assert (myObject (attribute1 "attr97956") ) ) +(assert (myObject (attribute1 "attr97957") ) ) +(assert (myObject (attribute1 "attr97958") ) ) +(assert (myObject (attribute1 "attr97959") ) ) +(assert (myObject (attribute1 "attr97960") ) ) +(assert (myObject (attribute1 "attr97961") ) ) +(assert (myObject (attribute1 "attr97962") ) ) +(assert (myObject (attribute1 "attr97963") ) ) +(assert (myObject (attribute1 "attr97964") ) ) +(assert (myObject (attribute1 "attr97965") ) ) +(assert (myObject (attribute1 "attr97966") ) ) +(assert (myObject (attribute1 "attr97967") ) ) +(assert (myObject (attribute1 "attr97968") ) ) +(assert (myObject (attribute1 "attr97969") ) ) +(assert (myObject (attribute1 "attr97970") ) ) +(assert (myObject (attribute1 "attr97971") ) ) +(assert (myObject (attribute1 "attr97972") ) ) +(assert (myObject (attribute1 "attr97973") ) ) +(assert (myObject (attribute1 "attr97974") ) ) +(assert (myObject (attribute1 "attr97975") ) ) +(assert (myObject (attribute1 "attr97976") ) ) +(assert (myObject (attribute1 "attr97977") ) ) +(assert (myObject (attribute1 "attr97978") ) ) +(assert (myObject (attribute1 "attr97979") ) ) +(assert (myObject (attribute1 "attr97980") ) ) +(assert (myObject (attribute1 "attr97981") ) ) +(assert (myObject (attribute1 "attr97982") ) ) +(assert (myObject (attribute1 "attr97983") ) ) +(assert (myObject (attribute1 "attr97984") ) ) +(assert (myObject (attribute1 "attr97985") ) ) +(assert (myObject (attribute1 "attr97986") ) ) +(assert (myObject (attribute1 "attr97987") ) ) +(assert (myObject (attribute1 "attr97988") ) ) +(assert (myObject (attribute1 "attr97989") ) ) +(assert (myObject (attribute1 "attr97990") ) ) +(assert (myObject (attribute1 "attr97991") ) ) +(assert (myObject (attribute1 "attr97992") ) ) +(assert (myObject (attribute1 "attr97993") ) ) +(assert (myObject (attribute1 "attr97994") ) ) +(assert (myObject (attribute1 "attr97995") ) ) +(assert (myObject (attribute1 "attr97996") ) ) +(assert (myObject (attribute1 "attr97997") ) ) +(assert (myObject (attribute1 "attr97998") ) ) +(assert (myObject (attribute1 "attr97999") ) ) +(assert (myObject (attribute1 "attr98000") ) ) +(assert (myObject (attribute1 "attr98001") ) ) +(assert (myObject (attribute1 "attr98002") ) ) +(assert (myObject (attribute1 "attr98003") ) ) +(assert (myObject (attribute1 "attr98004") ) ) +(assert (myObject (attribute1 "attr98005") ) ) +(assert (myObject (attribute1 "attr98006") ) ) +(assert (myObject (attribute1 "attr98007") ) ) +(assert (myObject (attribute1 "attr98008") ) ) +(assert (myObject (attribute1 "attr98009") ) ) +(assert (myObject (attribute1 "attr98010") ) ) +(assert (myObject (attribute1 "attr98011") ) ) +(assert (myObject (attribute1 "attr98012") ) ) +(assert (myObject (attribute1 "attr98013") ) ) +(assert (myObject (attribute1 "attr98014") ) ) +(assert (myObject (attribute1 "attr98015") ) ) +(assert (myObject (attribute1 "attr98016") ) ) +(assert (myObject (attribute1 "attr98017") ) ) +(assert (myObject (attribute1 "attr98018") ) ) +(assert (myObject (attribute1 "attr98019") ) ) +(assert (myObject (attribute1 "attr98020") ) ) +(assert (myObject (attribute1 "attr98021") ) ) +(assert (myObject (attribute1 "attr98022") ) ) +(assert (myObject (attribute1 "attr98023") ) ) +(assert (myObject (attribute1 "attr98024") ) ) +(assert (myObject (attribute1 "attr98025") ) ) +(assert (myObject (attribute1 "attr98026") ) ) +(assert (myObject (attribute1 "attr98027") ) ) +(assert (myObject (attribute1 "attr98028") ) ) +(assert (myObject (attribute1 "attr98029") ) ) +(assert (myObject (attribute1 "attr98030") ) ) +(assert (myObject (attribute1 "attr98031") ) ) +(assert (myObject (attribute1 "attr98032") ) ) +(assert (myObject (attribute1 "attr98033") ) ) +(assert (myObject (attribute1 "attr98034") ) ) +(assert (myObject (attribute1 "attr98035") ) ) +(assert (myObject (attribute1 "attr98036") ) ) +(assert (myObject (attribute1 "attr98037") ) ) +(assert (myObject (attribute1 "attr98038") ) ) +(assert (myObject (attribute1 "attr98039") ) ) +(assert (myObject (attribute1 "attr98040") ) ) +(assert (myObject (attribute1 "attr98041") ) ) +(assert (myObject (attribute1 "attr98042") ) ) +(assert (myObject (attribute1 "attr98043") ) ) +(assert (myObject (attribute1 "attr98044") ) ) +(assert (myObject (attribute1 "attr98045") ) ) +(assert (myObject (attribute1 "attr98046") ) ) +(assert (myObject (attribute1 "attr98047") ) ) +(assert (myObject (attribute1 "attr98048") ) ) +(assert (myObject (attribute1 "attr98049") ) ) +(assert (myObject (attribute1 "attr98050") ) ) +(assert (myObject (attribute1 "attr98051") ) ) +(assert (myObject (attribute1 "attr98052") ) ) +(assert (myObject (attribute1 "attr98053") ) ) +(assert (myObject (attribute1 "attr98054") ) ) +(assert (myObject (attribute1 "attr98055") ) ) +(assert (myObject (attribute1 "attr98056") ) ) +(assert (myObject (attribute1 "attr98057") ) ) +(assert (myObject (attribute1 "attr98058") ) ) +(assert (myObject (attribute1 "attr98059") ) ) +(assert (myObject (attribute1 "attr98060") ) ) +(assert (myObject (attribute1 "attr98061") ) ) +(assert (myObject (attribute1 "attr98062") ) ) +(assert (myObject (attribute1 "attr98063") ) ) +(assert (myObject (attribute1 "attr98064") ) ) +(assert (myObject (attribute1 "attr98065") ) ) +(assert (myObject (attribute1 "attr98066") ) ) +(assert (myObject (attribute1 "attr98067") ) ) +(assert (myObject (attribute1 "attr98068") ) ) +(assert (myObject (attribute1 "attr98069") ) ) +(assert (myObject (attribute1 "attr98070") ) ) +(assert (myObject (attribute1 "attr98071") ) ) +(assert (myObject (attribute1 "attr98072") ) ) +(assert (myObject (attribute1 "attr98073") ) ) +(assert (myObject (attribute1 "attr98074") ) ) +(assert (myObject (attribute1 "attr98075") ) ) +(assert (myObject (attribute1 "attr98076") ) ) +(assert (myObject (attribute1 "attr98077") ) ) +(assert (myObject (attribute1 "attr98078") ) ) +(assert (myObject (attribute1 "attr98079") ) ) +(assert (myObject (attribute1 "attr98080") ) ) +(assert (myObject (attribute1 "attr98081") ) ) +(assert (myObject (attribute1 "attr98082") ) ) +(assert (myObject (attribute1 "attr98083") ) ) +(assert (myObject (attribute1 "attr98084") ) ) +(assert (myObject (attribute1 "attr98085") ) ) +(assert (myObject (attribute1 "attr98086") ) ) +(assert (myObject (attribute1 "attr98087") ) ) +(assert (myObject (attribute1 "attr98088") ) ) +(assert (myObject (attribute1 "attr98089") ) ) +(assert (myObject (attribute1 "attr98090") ) ) +(assert (myObject (attribute1 "attr98091") ) ) +(assert (myObject (attribute1 "attr98092") ) ) +(assert (myObject (attribute1 "attr98093") ) ) +(assert (myObject (attribute1 "attr98094") ) ) +(assert (myObject (attribute1 "attr98095") ) ) +(assert (myObject (attribute1 "attr98096") ) ) +(assert (myObject (attribute1 "attr98097") ) ) +(assert (myObject (attribute1 "attr98098") ) ) +(assert (myObject (attribute1 "attr98099") ) ) +(assert (myObject (attribute1 "attr98100") ) ) +(assert (myObject (attribute1 "attr98101") ) ) +(assert (myObject (attribute1 "attr98102") ) ) +(assert (myObject (attribute1 "attr98103") ) ) +(assert (myObject (attribute1 "attr98104") ) ) +(assert (myObject (attribute1 "attr98105") ) ) +(assert (myObject (attribute1 "attr98106") ) ) +(assert (myObject (attribute1 "attr98107") ) ) +(assert (myObject (attribute1 "attr98108") ) ) +(assert (myObject (attribute1 "attr98109") ) ) +(assert (myObject (attribute1 "attr98110") ) ) +(assert (myObject (attribute1 "attr98111") ) ) +(assert (myObject (attribute1 "attr98112") ) ) +(assert (myObject (attribute1 "attr98113") ) ) +(assert (myObject (attribute1 "attr98114") ) ) +(assert (myObject (attribute1 "attr98115") ) ) +(assert (myObject (attribute1 "attr98116") ) ) +(assert (myObject (attribute1 "attr98117") ) ) +(assert (myObject (attribute1 "attr98118") ) ) +(assert (myObject (attribute1 "attr98119") ) ) +(assert (myObject (attribute1 "attr98120") ) ) +(assert (myObject (attribute1 "attr98121") ) ) +(assert (myObject (attribute1 "attr98122") ) ) +(assert (myObject (attribute1 "attr98123") ) ) +(assert (myObject (attribute1 "attr98124") ) ) +(assert (myObject (attribute1 "attr98125") ) ) +(assert (myObject (attribute1 "attr98126") ) ) +(assert (myObject (attribute1 "attr98127") ) ) +(assert (myObject (attribute1 "attr98128") ) ) +(assert (myObject (attribute1 "attr98129") ) ) +(assert (myObject (attribute1 "attr98130") ) ) +(assert (myObject (attribute1 "attr98131") ) ) +(assert (myObject (attribute1 "attr98132") ) ) +(assert (myObject (attribute1 "attr98133") ) ) +(assert (myObject (attribute1 "attr98134") ) ) +(assert (myObject (attribute1 "attr98135") ) ) +(assert (myObject (attribute1 "attr98136") ) ) +(assert (myObject (attribute1 "attr98137") ) ) +(assert (myObject (attribute1 "attr98138") ) ) +(assert (myObject (attribute1 "attr98139") ) ) +(assert (myObject (attribute1 "attr98140") ) ) +(assert (myObject (attribute1 "attr98141") ) ) +(assert (myObject (attribute1 "attr98142") ) ) +(assert (myObject (attribute1 "attr98143") ) ) +(assert (myObject (attribute1 "attr98144") ) ) +(assert (myObject (attribute1 "attr98145") ) ) +(assert (myObject (attribute1 "attr98146") ) ) +(assert (myObject (attribute1 "attr98147") ) ) +(assert (myObject (attribute1 "attr98148") ) ) +(assert (myObject (attribute1 "attr98149") ) ) +(assert (myObject (attribute1 "attr98150") ) ) +(assert (myObject (attribute1 "attr98151") ) ) +(assert (myObject (attribute1 "attr98152") ) ) +(assert (myObject (attribute1 "attr98153") ) ) +(assert (myObject (attribute1 "attr98154") ) ) +(assert (myObject (attribute1 "attr98155") ) ) +(assert (myObject (attribute1 "attr98156") ) ) +(assert (myObject (attribute1 "attr98157") ) ) +(assert (myObject (attribute1 "attr98158") ) ) +(assert (myObject (attribute1 "attr98159") ) ) +(assert (myObject (attribute1 "attr98160") ) ) +(assert (myObject (attribute1 "attr98161") ) ) +(assert (myObject (attribute1 "attr98162") ) ) +(assert (myObject (attribute1 "attr98163") ) ) +(assert (myObject (attribute1 "attr98164") ) ) +(assert (myObject (attribute1 "attr98165") ) ) +(assert (myObject (attribute1 "attr98166") ) ) +(assert (myObject (attribute1 "attr98167") ) ) +(assert (myObject (attribute1 "attr98168") ) ) +(assert (myObject (attribute1 "attr98169") ) ) +(assert (myObject (attribute1 "attr98170") ) ) +(assert (myObject (attribute1 "attr98171") ) ) +(assert (myObject (attribute1 "attr98172") ) ) +(assert (myObject (attribute1 "attr98173") ) ) +(assert (myObject (attribute1 "attr98174") ) ) +(assert (myObject (attribute1 "attr98175") ) ) +(assert (myObject (attribute1 "attr98176") ) ) +(assert (myObject (attribute1 "attr98177") ) ) +(assert (myObject (attribute1 "attr98178") ) ) +(assert (myObject (attribute1 "attr98179") ) ) +(assert (myObject (attribute1 "attr98180") ) ) +(assert (myObject (attribute1 "attr98181") ) ) +(assert (myObject (attribute1 "attr98182") ) ) +(assert (myObject (attribute1 "attr98183") ) ) +(assert (myObject (attribute1 "attr98184") ) ) +(assert (myObject (attribute1 "attr98185") ) ) +(assert (myObject (attribute1 "attr98186") ) ) +(assert (myObject (attribute1 "attr98187") ) ) +(assert (myObject (attribute1 "attr98188") ) ) +(assert (myObject (attribute1 "attr98189") ) ) +(assert (myObject (attribute1 "attr98190") ) ) +(assert (myObject (attribute1 "attr98191") ) ) +(assert (myObject (attribute1 "attr98192") ) ) +(assert (myObject (attribute1 "attr98193") ) ) +(assert (myObject (attribute1 "attr98194") ) ) +(assert (myObject (attribute1 "attr98195") ) ) +(assert (myObject (attribute1 "attr98196") ) ) +(assert (myObject (attribute1 "attr98197") ) ) +(assert (myObject (attribute1 "attr98198") ) ) +(assert (myObject (attribute1 "attr98199") ) ) +(assert (myObject (attribute1 "attr98200") ) ) +(assert (myObject (attribute1 "attr98201") ) ) +(assert (myObject (attribute1 "attr98202") ) ) +(assert (myObject (attribute1 "attr98203") ) ) +(assert (myObject (attribute1 "attr98204") ) ) +(assert (myObject (attribute1 "attr98205") ) ) +(assert (myObject (attribute1 "attr98206") ) ) +(assert (myObject (attribute1 "attr98207") ) ) +(assert (myObject (attribute1 "attr98208") ) ) +(assert (myObject (attribute1 "attr98209") ) ) +(assert (myObject (attribute1 "attr98210") ) ) +(assert (myObject (attribute1 "attr98211") ) ) +(assert (myObject (attribute1 "attr98212") ) ) +(assert (myObject (attribute1 "attr98213") ) ) +(assert (myObject (attribute1 "attr98214") ) ) +(assert (myObject (attribute1 "attr98215") ) ) +(assert (myObject (attribute1 "attr98216") ) ) +(assert (myObject (attribute1 "attr98217") ) ) +(assert (myObject (attribute1 "attr98218") ) ) +(assert (myObject (attribute1 "attr98219") ) ) +(assert (myObject (attribute1 "attr98220") ) ) +(assert (myObject (attribute1 "attr98221") ) ) +(assert (myObject (attribute1 "attr98222") ) ) +(assert (myObject (attribute1 "attr98223") ) ) +(assert (myObject (attribute1 "attr98224") ) ) +(assert (myObject (attribute1 "attr98225") ) ) +(assert (myObject (attribute1 "attr98226") ) ) +(assert (myObject (attribute1 "attr98227") ) ) +(assert (myObject (attribute1 "attr98228") ) ) +(assert (myObject (attribute1 "attr98229") ) ) +(assert (myObject (attribute1 "attr98230") ) ) +(assert (myObject (attribute1 "attr98231") ) ) +(assert (myObject (attribute1 "attr98232") ) ) +(assert (myObject (attribute1 "attr98233") ) ) +(assert (myObject (attribute1 "attr98234") ) ) +(assert (myObject (attribute1 "attr98235") ) ) +(assert (myObject (attribute1 "attr98236") ) ) +(assert (myObject (attribute1 "attr98237") ) ) +(assert (myObject (attribute1 "attr98238") ) ) +(assert (myObject (attribute1 "attr98239") ) ) +(assert (myObject (attribute1 "attr98240") ) ) +(assert (myObject (attribute1 "attr98241") ) ) +(assert (myObject (attribute1 "attr98242") ) ) +(assert (myObject (attribute1 "attr98243") ) ) +(assert (myObject (attribute1 "attr98244") ) ) +(assert (myObject (attribute1 "attr98245") ) ) +(assert (myObject (attribute1 "attr98246") ) ) +(assert (myObject (attribute1 "attr98247") ) ) +(assert (myObject (attribute1 "attr98248") ) ) +(assert (myObject (attribute1 "attr98249") ) ) +(assert (myObject (attribute1 "attr98250") ) ) +(assert (myObject (attribute1 "attr98251") ) ) +(assert (myObject (attribute1 "attr98252") ) ) +(assert (myObject (attribute1 "attr98253") ) ) +(assert (myObject (attribute1 "attr98254") ) ) +(assert (myObject (attribute1 "attr98255") ) ) +(assert (myObject (attribute1 "attr98256") ) ) +(assert (myObject (attribute1 "attr98257") ) ) +(assert (myObject (attribute1 "attr98258") ) ) +(assert (myObject (attribute1 "attr98259") ) ) +(assert (myObject (attribute1 "attr98260") ) ) +(assert (myObject (attribute1 "attr98261") ) ) +(assert (myObject (attribute1 "attr98262") ) ) +(assert (myObject (attribute1 "attr98263") ) ) +(assert (myObject (attribute1 "attr98264") ) ) +(assert (myObject (attribute1 "attr98265") ) ) +(assert (myObject (attribute1 "attr98266") ) ) +(assert (myObject (attribute1 "attr98267") ) ) +(assert (myObject (attribute1 "attr98268") ) ) +(assert (myObject (attribute1 "attr98269") ) ) +(assert (myObject (attribute1 "attr98270") ) ) +(assert (myObject (attribute1 "attr98271") ) ) +(assert (myObject (attribute1 "attr98272") ) ) +(assert (myObject (attribute1 "attr98273") ) ) +(assert (myObject (attribute1 "attr98274") ) ) +(assert (myObject (attribute1 "attr98275") ) ) +(assert (myObject (attribute1 "attr98276") ) ) +(assert (myObject (attribute1 "attr98277") ) ) +(assert (myObject (attribute1 "attr98278") ) ) +(assert (myObject (attribute1 "attr98279") ) ) +(assert (myObject (attribute1 "attr98280") ) ) +(assert (myObject (attribute1 "attr98281") ) ) +(assert (myObject (attribute1 "attr98282") ) ) +(assert (myObject (attribute1 "attr98283") ) ) +(assert (myObject (attribute1 "attr98284") ) ) +(assert (myObject (attribute1 "attr98285") ) ) +(assert (myObject (attribute1 "attr98286") ) ) +(assert (myObject (attribute1 "attr98287") ) ) +(assert (myObject (attribute1 "attr98288") ) ) +(assert (myObject (attribute1 "attr98289") ) ) +(assert (myObject (attribute1 "attr98290") ) ) +(assert (myObject (attribute1 "attr98291") ) ) +(assert (myObject (attribute1 "attr98292") ) ) +(assert (myObject (attribute1 "attr98293") ) ) +(assert (myObject (attribute1 "attr98294") ) ) +(assert (myObject (attribute1 "attr98295") ) ) +(assert (myObject (attribute1 "attr98296") ) ) +(assert (myObject (attribute1 "attr98297") ) ) +(assert (myObject (attribute1 "attr98298") ) ) +(assert (myObject (attribute1 "attr98299") ) ) +(assert (myObject (attribute1 "attr98300") ) ) +(assert (myObject (attribute1 "attr98301") ) ) +(assert (myObject (attribute1 "attr98302") ) ) +(assert (myObject (attribute1 "attr98303") ) ) +(assert (myObject (attribute1 "attr98304") ) ) +(assert (myObject (attribute1 "attr98305") ) ) +(assert (myObject (attribute1 "attr98306") ) ) +(assert (myObject (attribute1 "attr98307") ) ) +(assert (myObject (attribute1 "attr98308") ) ) +(assert (myObject (attribute1 "attr98309") ) ) +(assert (myObject (attribute1 "attr98310") ) ) +(assert (myObject (attribute1 "attr98311") ) ) +(assert (myObject (attribute1 "attr98312") ) ) +(assert (myObject (attribute1 "attr98313") ) ) +(assert (myObject (attribute1 "attr98314") ) ) +(assert (myObject (attribute1 "attr98315") ) ) +(assert (myObject (attribute1 "attr98316") ) ) +(assert (myObject (attribute1 "attr98317") ) ) +(assert (myObject (attribute1 "attr98318") ) ) +(assert (myObject (attribute1 "attr98319") ) ) +(assert (myObject (attribute1 "attr98320") ) ) +(assert (myObject (attribute1 "attr98321") ) ) +(assert (myObject (attribute1 "attr98322") ) ) +(assert (myObject (attribute1 "attr98323") ) ) +(assert (myObject (attribute1 "attr98324") ) ) +(assert (myObject (attribute1 "attr98325") ) ) +(assert (myObject (attribute1 "attr98326") ) ) +(assert (myObject (attribute1 "attr98327") ) ) +(assert (myObject (attribute1 "attr98328") ) ) +(assert (myObject (attribute1 "attr98329") ) ) +(assert (myObject (attribute1 "attr98330") ) ) +(assert (myObject (attribute1 "attr98331") ) ) +(assert (myObject (attribute1 "attr98332") ) ) +(assert (myObject (attribute1 "attr98333") ) ) +(assert (myObject (attribute1 "attr98334") ) ) +(assert (myObject (attribute1 "attr98335") ) ) +(assert (myObject (attribute1 "attr98336") ) ) +(assert (myObject (attribute1 "attr98337") ) ) +(assert (myObject (attribute1 "attr98338") ) ) +(assert (myObject (attribute1 "attr98339") ) ) +(assert (myObject (attribute1 "attr98340") ) ) +(assert (myObject (attribute1 "attr98341") ) ) +(assert (myObject (attribute1 "attr98342") ) ) +(assert (myObject (attribute1 "attr98343") ) ) +(assert (myObject (attribute1 "attr98344") ) ) +(assert (myObject (attribute1 "attr98345") ) ) +(assert (myObject (attribute1 "attr98346") ) ) +(assert (myObject (attribute1 "attr98347") ) ) +(assert (myObject (attribute1 "attr98348") ) ) +(assert (myObject (attribute1 "attr98349") ) ) +(assert (myObject (attribute1 "attr98350") ) ) +(assert (myObject (attribute1 "attr98351") ) ) +(assert (myObject (attribute1 "attr98352") ) ) +(assert (myObject (attribute1 "attr98353") ) ) +(assert (myObject (attribute1 "attr98354") ) ) +(assert (myObject (attribute1 "attr98355") ) ) +(assert (myObject (attribute1 "attr98356") ) ) +(assert (myObject (attribute1 "attr98357") ) ) +(assert (myObject (attribute1 "attr98358") ) ) +(assert (myObject (attribute1 "attr98359") ) ) +(assert (myObject (attribute1 "attr98360") ) ) +(assert (myObject (attribute1 "attr98361") ) ) +(assert (myObject (attribute1 "attr98362") ) ) +(assert (myObject (attribute1 "attr98363") ) ) +(assert (myObject (attribute1 "attr98364") ) ) +(assert (myObject (attribute1 "attr98365") ) ) +(assert (myObject (attribute1 "attr98366") ) ) +(assert (myObject (attribute1 "attr98367") ) ) +(assert (myObject (attribute1 "attr98368") ) ) +(assert (myObject (attribute1 "attr98369") ) ) +(assert (myObject (attribute1 "attr98370") ) ) +(assert (myObject (attribute1 "attr98371") ) ) +(assert (myObject (attribute1 "attr98372") ) ) +(assert (myObject (attribute1 "attr98373") ) ) +(assert (myObject (attribute1 "attr98374") ) ) +(assert (myObject (attribute1 "attr98375") ) ) +(assert (myObject (attribute1 "attr98376") ) ) +(assert (myObject (attribute1 "attr98377") ) ) +(assert (myObject (attribute1 "attr98378") ) ) +(assert (myObject (attribute1 "attr98379") ) ) +(assert (myObject (attribute1 "attr98380") ) ) +(assert (myObject (attribute1 "attr98381") ) ) +(assert (myObject (attribute1 "attr98382") ) ) +(assert (myObject (attribute1 "attr98383") ) ) +(assert (myObject (attribute1 "attr98384") ) ) +(assert (myObject (attribute1 "attr98385") ) ) +(assert (myObject (attribute1 "attr98386") ) ) +(assert (myObject (attribute1 "attr98387") ) ) +(assert (myObject (attribute1 "attr98388") ) ) +(assert (myObject (attribute1 "attr98389") ) ) +(assert (myObject (attribute1 "attr98390") ) ) +(assert (myObject (attribute1 "attr98391") ) ) +(assert (myObject (attribute1 "attr98392") ) ) +(assert (myObject (attribute1 "attr98393") ) ) +(assert (myObject (attribute1 "attr98394") ) ) +(assert (myObject (attribute1 "attr98395") ) ) +(assert (myObject (attribute1 "attr98396") ) ) +(assert (myObject (attribute1 "attr98397") ) ) +(assert (myObject (attribute1 "attr98398") ) ) +(assert (myObject (attribute1 "attr98399") ) ) +(assert (myObject (attribute1 "attr98400") ) ) +(assert (myObject (attribute1 "attr98401") ) ) +(assert (myObject (attribute1 "attr98402") ) ) +(assert (myObject (attribute1 "attr98403") ) ) +(assert (myObject (attribute1 "attr98404") ) ) +(assert (myObject (attribute1 "attr98405") ) ) +(assert (myObject (attribute1 "attr98406") ) ) +(assert (myObject (attribute1 "attr98407") ) ) +(assert (myObject (attribute1 "attr98408") ) ) +(assert (myObject (attribute1 "attr98409") ) ) +(assert (myObject (attribute1 "attr98410") ) ) +(assert (myObject (attribute1 "attr98411") ) ) +(assert (myObject (attribute1 "attr98412") ) ) +(assert (myObject (attribute1 "attr98413") ) ) +(assert (myObject (attribute1 "attr98414") ) ) +(assert (myObject (attribute1 "attr98415") ) ) +(assert (myObject (attribute1 "attr98416") ) ) +(assert (myObject (attribute1 "attr98417") ) ) +(assert (myObject (attribute1 "attr98418") ) ) +(assert (myObject (attribute1 "attr98419") ) ) +(assert (myObject (attribute1 "attr98420") ) ) +(assert (myObject (attribute1 "attr98421") ) ) +(assert (myObject (attribute1 "attr98422") ) ) +(assert (myObject (attribute1 "attr98423") ) ) +(assert (myObject (attribute1 "attr98424") ) ) +(assert (myObject (attribute1 "attr98425") ) ) +(assert (myObject (attribute1 "attr98426") ) ) +(assert (myObject (attribute1 "attr98427") ) ) +(assert (myObject (attribute1 "attr98428") ) ) +(assert (myObject (attribute1 "attr98429") ) ) +(assert (myObject (attribute1 "attr98430") ) ) +(assert (myObject (attribute1 "attr98431") ) ) +(assert (myObject (attribute1 "attr98432") ) ) +(assert (myObject (attribute1 "attr98433") ) ) +(assert (myObject (attribute1 "attr98434") ) ) +(assert (myObject (attribute1 "attr98435") ) ) +(assert (myObject (attribute1 "attr98436") ) ) +(assert (myObject (attribute1 "attr98437") ) ) +(assert (myObject (attribute1 "attr98438") ) ) +(assert (myObject (attribute1 "attr98439") ) ) +(assert (myObject (attribute1 "attr98440") ) ) +(assert (myObject (attribute1 "attr98441") ) ) +(assert (myObject (attribute1 "attr98442") ) ) +(assert (myObject (attribute1 "attr98443") ) ) +(assert (myObject (attribute1 "attr98444") ) ) +(assert (myObject (attribute1 "attr98445") ) ) +(assert (myObject (attribute1 "attr98446") ) ) +(assert (myObject (attribute1 "attr98447") ) ) +(assert (myObject (attribute1 "attr98448") ) ) +(assert (myObject (attribute1 "attr98449") ) ) +(assert (myObject (attribute1 "attr98450") ) ) +(assert (myObject (attribute1 "attr98451") ) ) +(assert (myObject (attribute1 "attr98452") ) ) +(assert (myObject (attribute1 "attr98453") ) ) +(assert (myObject (attribute1 "attr98454") ) ) +(assert (myObject (attribute1 "attr98455") ) ) +(assert (myObject (attribute1 "attr98456") ) ) +(assert (myObject (attribute1 "attr98457") ) ) +(assert (myObject (attribute1 "attr98458") ) ) +(assert (myObject (attribute1 "attr98459") ) ) +(assert (myObject (attribute1 "attr98460") ) ) +(assert (myObject (attribute1 "attr98461") ) ) +(assert (myObject (attribute1 "attr98462") ) ) +(assert (myObject (attribute1 "attr98463") ) ) +(assert (myObject (attribute1 "attr98464") ) ) +(assert (myObject (attribute1 "attr98465") ) ) +(assert (myObject (attribute1 "attr98466") ) ) +(assert (myObject (attribute1 "attr98467") ) ) +(assert (myObject (attribute1 "attr98468") ) ) +(assert (myObject (attribute1 "attr98469") ) ) +(assert (myObject (attribute1 "attr98470") ) ) +(assert (myObject (attribute1 "attr98471") ) ) +(assert (myObject (attribute1 "attr98472") ) ) +(assert (myObject (attribute1 "attr98473") ) ) +(assert (myObject (attribute1 "attr98474") ) ) +(assert (myObject (attribute1 "attr98475") ) ) +(assert (myObject (attribute1 "attr98476") ) ) +(assert (myObject (attribute1 "attr98477") ) ) +(assert (myObject (attribute1 "attr98478") ) ) +(assert (myObject (attribute1 "attr98479") ) ) +(assert (myObject (attribute1 "attr98480") ) ) +(assert (myObject (attribute1 "attr98481") ) ) +(assert (myObject (attribute1 "attr98482") ) ) +(assert (myObject (attribute1 "attr98483") ) ) +(assert (myObject (attribute1 "attr98484") ) ) +(assert (myObject (attribute1 "attr98485") ) ) +(assert (myObject (attribute1 "attr98486") ) ) +(assert (myObject (attribute1 "attr98487") ) ) +(assert (myObject (attribute1 "attr98488") ) ) +(assert (myObject (attribute1 "attr98489") ) ) +(assert (myObject (attribute1 "attr98490") ) ) +(assert (myObject (attribute1 "attr98491") ) ) +(assert (myObject (attribute1 "attr98492") ) ) +(assert (myObject (attribute1 "attr98493") ) ) +(assert (myObject (attribute1 "attr98494") ) ) +(assert (myObject (attribute1 "attr98495") ) ) +(assert (myObject (attribute1 "attr98496") ) ) +(assert (myObject (attribute1 "attr98497") ) ) +(assert (myObject (attribute1 "attr98498") ) ) +(assert (myObject (attribute1 "attr98499") ) ) +(assert (myObject (attribute1 "attr98500") ) ) +(assert (myObject (attribute1 "attr98501") ) ) +(assert (myObject (attribute1 "attr98502") ) ) +(assert (myObject (attribute1 "attr98503") ) ) +(assert (myObject (attribute1 "attr98504") ) ) +(assert (myObject (attribute1 "attr98505") ) ) +(assert (myObject (attribute1 "attr98506") ) ) +(assert (myObject (attribute1 "attr98507") ) ) +(assert (myObject (attribute1 "attr98508") ) ) +(assert (myObject (attribute1 "attr98509") ) ) +(assert (myObject (attribute1 "attr98510") ) ) +(assert (myObject (attribute1 "attr98511") ) ) +(assert (myObject (attribute1 "attr98512") ) ) +(assert (myObject (attribute1 "attr98513") ) ) +(assert (myObject (attribute1 "attr98514") ) ) +(assert (myObject (attribute1 "attr98515") ) ) +(assert (myObject (attribute1 "attr98516") ) ) +(assert (myObject (attribute1 "attr98517") ) ) +(assert (myObject (attribute1 "attr98518") ) ) +(assert (myObject (attribute1 "attr98519") ) ) +(assert (myObject (attribute1 "attr98520") ) ) +(assert (myObject (attribute1 "attr98521") ) ) +(assert (myObject (attribute1 "attr98522") ) ) +(assert (myObject (attribute1 "attr98523") ) ) +(assert (myObject (attribute1 "attr98524") ) ) +(assert (myObject (attribute1 "attr98525") ) ) +(assert (myObject (attribute1 "attr98526") ) ) +(assert (myObject (attribute1 "attr98527") ) ) +(assert (myObject (attribute1 "attr98528") ) ) +(assert (myObject (attribute1 "attr98529") ) ) +(assert (myObject (attribute1 "attr98530") ) ) +(assert (myObject (attribute1 "attr98531") ) ) +(assert (myObject (attribute1 "attr98532") ) ) +(assert (myObject (attribute1 "attr98533") ) ) +(assert (myObject (attribute1 "attr98534") ) ) +(assert (myObject (attribute1 "attr98535") ) ) +(assert (myObject (attribute1 "attr98536") ) ) +(assert (myObject (attribute1 "attr98537") ) ) +(assert (myObject (attribute1 "attr98538") ) ) +(assert (myObject (attribute1 "attr98539") ) ) +(assert (myObject (attribute1 "attr98540") ) ) +(assert (myObject (attribute1 "attr98541") ) ) +(assert (myObject (attribute1 "attr98542") ) ) +(assert (myObject (attribute1 "attr98543") ) ) +(assert (myObject (attribute1 "attr98544") ) ) +(assert (myObject (attribute1 "attr98545") ) ) +(assert (myObject (attribute1 "attr98546") ) ) +(assert (myObject (attribute1 "attr98547") ) ) +(assert (myObject (attribute1 "attr98548") ) ) +(assert (myObject (attribute1 "attr98549") ) ) +(assert (myObject (attribute1 "attr98550") ) ) +(assert (myObject (attribute1 "attr98551") ) ) +(assert (myObject (attribute1 "attr98552") ) ) +(assert (myObject (attribute1 "attr98553") ) ) +(assert (myObject (attribute1 "attr98554") ) ) +(assert (myObject (attribute1 "attr98555") ) ) +(assert (myObject (attribute1 "attr98556") ) ) +(assert (myObject (attribute1 "attr98557") ) ) +(assert (myObject (attribute1 "attr98558") ) ) +(assert (myObject (attribute1 "attr98559") ) ) +(assert (myObject (attribute1 "attr98560") ) ) +(assert (myObject (attribute1 "attr98561") ) ) +(assert (myObject (attribute1 "attr98562") ) ) +(assert (myObject (attribute1 "attr98563") ) ) +(assert (myObject (attribute1 "attr98564") ) ) +(assert (myObject (attribute1 "attr98565") ) ) +(assert (myObject (attribute1 "attr98566") ) ) +(assert (myObject (attribute1 "attr98567") ) ) +(assert (myObject (attribute1 "attr98568") ) ) +(assert (myObject (attribute1 "attr98569") ) ) +(assert (myObject (attribute1 "attr98570") ) ) +(assert (myObject (attribute1 "attr98571") ) ) +(assert (myObject (attribute1 "attr98572") ) ) +(assert (myObject (attribute1 "attr98573") ) ) +(assert (myObject (attribute1 "attr98574") ) ) +(assert (myObject (attribute1 "attr98575") ) ) +(assert (myObject (attribute1 "attr98576") ) ) +(assert (myObject (attribute1 "attr98577") ) ) +(assert (myObject (attribute1 "attr98578") ) ) +(assert (myObject (attribute1 "attr98579") ) ) +(assert (myObject (attribute1 "attr98580") ) ) +(assert (myObject (attribute1 "attr98581") ) ) +(assert (myObject (attribute1 "attr98582") ) ) +(assert (myObject (attribute1 "attr98583") ) ) +(assert (myObject (attribute1 "attr98584") ) ) +(assert (myObject (attribute1 "attr98585") ) ) +(assert (myObject (attribute1 "attr98586") ) ) +(assert (myObject (attribute1 "attr98587") ) ) +(assert (myObject (attribute1 "attr98588") ) ) +(assert (myObject (attribute1 "attr98589") ) ) +(assert (myObject (attribute1 "attr98590") ) ) +(assert (myObject (attribute1 "attr98591") ) ) +(assert (myObject (attribute1 "attr98592") ) ) +(assert (myObject (attribute1 "attr98593") ) ) +(assert (myObject (attribute1 "attr98594") ) ) +(assert (myObject (attribute1 "attr98595") ) ) +(assert (myObject (attribute1 "attr98596") ) ) +(assert (myObject (attribute1 "attr98597") ) ) +(assert (myObject (attribute1 "attr98598") ) ) +(assert (myObject (attribute1 "attr98599") ) ) +(assert (myObject (attribute1 "attr98600") ) ) +(assert (myObject (attribute1 "attr98601") ) ) +(assert (myObject (attribute1 "attr98602") ) ) +(assert (myObject (attribute1 "attr98603") ) ) +(assert (myObject (attribute1 "attr98604") ) ) +(assert (myObject (attribute1 "attr98605") ) ) +(assert (myObject (attribute1 "attr98606") ) ) +(assert (myObject (attribute1 "attr98607") ) ) +(assert (myObject (attribute1 "attr98608") ) ) +(assert (myObject (attribute1 "attr98609") ) ) +(assert (myObject (attribute1 "attr98610") ) ) +(assert (myObject (attribute1 "attr98611") ) ) +(assert (myObject (attribute1 "attr98612") ) ) +(assert (myObject (attribute1 "attr98613") ) ) +(assert (myObject (attribute1 "attr98614") ) ) +(assert (myObject (attribute1 "attr98615") ) ) +(assert (myObject (attribute1 "attr98616") ) ) +(assert (myObject (attribute1 "attr98617") ) ) +(assert (myObject (attribute1 "attr98618") ) ) +(assert (myObject (attribute1 "attr98619") ) ) +(assert (myObject (attribute1 "attr98620") ) ) +(assert (myObject (attribute1 "attr98621") ) ) +(assert (myObject (attribute1 "attr98622") ) ) +(assert (myObject (attribute1 "attr98623") ) ) +(assert (myObject (attribute1 "attr98624") ) ) +(assert (myObject (attribute1 "attr98625") ) ) +(assert (myObject (attribute1 "attr98626") ) ) +(assert (myObject (attribute1 "attr98627") ) ) +(assert (myObject (attribute1 "attr98628") ) ) +(assert (myObject (attribute1 "attr98629") ) ) +(assert (myObject (attribute1 "attr98630") ) ) +(assert (myObject (attribute1 "attr98631") ) ) +(assert (myObject (attribute1 "attr98632") ) ) +(assert (myObject (attribute1 "attr98633") ) ) +(assert (myObject (attribute1 "attr98634") ) ) +(assert (myObject (attribute1 "attr98635") ) ) +(assert (myObject (attribute1 "attr98636") ) ) +(assert (myObject (attribute1 "attr98637") ) ) +(assert (myObject (attribute1 "attr98638") ) ) +(assert (myObject (attribute1 "attr98639") ) ) +(assert (myObject (attribute1 "attr98640") ) ) +(assert (myObject (attribute1 "attr98641") ) ) +(assert (myObject (attribute1 "attr98642") ) ) +(assert (myObject (attribute1 "attr98643") ) ) +(assert (myObject (attribute1 "attr98644") ) ) +(assert (myObject (attribute1 "attr98645") ) ) +(assert (myObject (attribute1 "attr98646") ) ) +(assert (myObject (attribute1 "attr98647") ) ) +(assert (myObject (attribute1 "attr98648") ) ) +(assert (myObject (attribute1 "attr98649") ) ) +(assert (myObject (attribute1 "attr98650") ) ) +(assert (myObject (attribute1 "attr98651") ) ) +(assert (myObject (attribute1 "attr98652") ) ) +(assert (myObject (attribute1 "attr98653") ) ) +(assert (myObject (attribute1 "attr98654") ) ) +(assert (myObject (attribute1 "attr98655") ) ) +(assert (myObject (attribute1 "attr98656") ) ) +(assert (myObject (attribute1 "attr98657") ) ) +(assert (myObject (attribute1 "attr98658") ) ) +(assert (myObject (attribute1 "attr98659") ) ) +(assert (myObject (attribute1 "attr98660") ) ) +(assert (myObject (attribute1 "attr98661") ) ) +(assert (myObject (attribute1 "attr98662") ) ) +(assert (myObject (attribute1 "attr98663") ) ) +(assert (myObject (attribute1 "attr98664") ) ) +(assert (myObject (attribute1 "attr98665") ) ) +(assert (myObject (attribute1 "attr98666") ) ) +(assert (myObject (attribute1 "attr98667") ) ) +(assert (myObject (attribute1 "attr98668") ) ) +(assert (myObject (attribute1 "attr98669") ) ) +(assert (myObject (attribute1 "attr98670") ) ) +(assert (myObject (attribute1 "attr98671") ) ) +(assert (myObject (attribute1 "attr98672") ) ) +(assert (myObject (attribute1 "attr98673") ) ) +(assert (myObject (attribute1 "attr98674") ) ) +(assert (myObject (attribute1 "attr98675") ) ) +(assert (myObject (attribute1 "attr98676") ) ) +(assert (myObject (attribute1 "attr98677") ) ) +(assert (myObject (attribute1 "attr98678") ) ) +(assert (myObject (attribute1 "attr98679") ) ) +(assert (myObject (attribute1 "attr98680") ) ) +(assert (myObject (attribute1 "attr98681") ) ) +(assert (myObject (attribute1 "attr98682") ) ) +(assert (myObject (attribute1 "attr98683") ) ) +(assert (myObject (attribute1 "attr98684") ) ) +(assert (myObject (attribute1 "attr98685") ) ) +(assert (myObject (attribute1 "attr98686") ) ) +(assert (myObject (attribute1 "attr98687") ) ) +(assert (myObject (attribute1 "attr98688") ) ) +(assert (myObject (attribute1 "attr98689") ) ) +(assert (myObject (attribute1 "attr98690") ) ) +(assert (myObject (attribute1 "attr98691") ) ) +(assert (myObject (attribute1 "attr98692") ) ) +(assert (myObject (attribute1 "attr98693") ) ) +(assert (myObject (attribute1 "attr98694") ) ) +(assert (myObject (attribute1 "attr98695") ) ) +(assert (myObject (attribute1 "attr98696") ) ) +(assert (myObject (attribute1 "attr98697") ) ) +(assert (myObject (attribute1 "attr98698") ) ) +(assert (myObject (attribute1 "attr98699") ) ) +(assert (myObject (attribute1 "attr98700") ) ) +(assert (myObject (attribute1 "attr98701") ) ) +(assert (myObject (attribute1 "attr98702") ) ) +(assert (myObject (attribute1 "attr98703") ) ) +(assert (myObject (attribute1 "attr98704") ) ) +(assert (myObject (attribute1 "attr98705") ) ) +(assert (myObject (attribute1 "attr98706") ) ) +(assert (myObject (attribute1 "attr98707") ) ) +(assert (myObject (attribute1 "attr98708") ) ) +(assert (myObject (attribute1 "attr98709") ) ) +(assert (myObject (attribute1 "attr98710") ) ) +(assert (myObject (attribute1 "attr98711") ) ) +(assert (myObject (attribute1 "attr98712") ) ) +(assert (myObject (attribute1 "attr98713") ) ) +(assert (myObject (attribute1 "attr98714") ) ) +(assert (myObject (attribute1 "attr98715") ) ) +(assert (myObject (attribute1 "attr98716") ) ) +(assert (myObject (attribute1 "attr98717") ) ) +(assert (myObject (attribute1 "attr98718") ) ) +(assert (myObject (attribute1 "attr98719") ) ) +(assert (myObject (attribute1 "attr98720") ) ) +(assert (myObject (attribute1 "attr98721") ) ) +(assert (myObject (attribute1 "attr98722") ) ) +(assert (myObject (attribute1 "attr98723") ) ) +(assert (myObject (attribute1 "attr98724") ) ) +(assert (myObject (attribute1 "attr98725") ) ) +(assert (myObject (attribute1 "attr98726") ) ) +(assert (myObject (attribute1 "attr98727") ) ) +(assert (myObject (attribute1 "attr98728") ) ) +(assert (myObject (attribute1 "attr98729") ) ) +(assert (myObject (attribute1 "attr98730") ) ) +(assert (myObject (attribute1 "attr98731") ) ) +(assert (myObject (attribute1 "attr98732") ) ) +(assert (myObject (attribute1 "attr98733") ) ) +(assert (myObject (attribute1 "attr98734") ) ) +(assert (myObject (attribute1 "attr98735") ) ) +(assert (myObject (attribute1 "attr98736") ) ) +(assert (myObject (attribute1 "attr98737") ) ) +(assert (myObject (attribute1 "attr98738") ) ) +(assert (myObject (attribute1 "attr98739") ) ) +(assert (myObject (attribute1 "attr98740") ) ) +(assert (myObject (attribute1 "attr98741") ) ) +(assert (myObject (attribute1 "attr98742") ) ) +(assert (myObject (attribute1 "attr98743") ) ) +(assert (myObject (attribute1 "attr98744") ) ) +(assert (myObject (attribute1 "attr98745") ) ) +(assert (myObject (attribute1 "attr98746") ) ) +(assert (myObject (attribute1 "attr98747") ) ) +(assert (myObject (attribute1 "attr98748") ) ) +(assert (myObject (attribute1 "attr98749") ) ) +(assert (myObject (attribute1 "attr98750") ) ) +(assert (myObject (attribute1 "attr98751") ) ) +(assert (myObject (attribute1 "attr98752") ) ) +(assert (myObject (attribute1 "attr98753") ) ) +(assert (myObject (attribute1 "attr98754") ) ) +(assert (myObject (attribute1 "attr98755") ) ) +(assert (myObject (attribute1 "attr98756") ) ) +(assert (myObject (attribute1 "attr98757") ) ) +(assert (myObject (attribute1 "attr98758") ) ) +(assert (myObject (attribute1 "attr98759") ) ) +(assert (myObject (attribute1 "attr98760") ) ) +(assert (myObject (attribute1 "attr98761") ) ) +(assert (myObject (attribute1 "attr98762") ) ) +(assert (myObject (attribute1 "attr98763") ) ) +(assert (myObject (attribute1 "attr98764") ) ) +(assert (myObject (attribute1 "attr98765") ) ) +(assert (myObject (attribute1 "attr98766") ) ) +(assert (myObject (attribute1 "attr98767") ) ) +(assert (myObject (attribute1 "attr98768") ) ) +(assert (myObject (attribute1 "attr98769") ) ) +(assert (myObject (attribute1 "attr98770") ) ) +(assert (myObject (attribute1 "attr98771") ) ) +(assert (myObject (attribute1 "attr98772") ) ) +(assert (myObject (attribute1 "attr98773") ) ) +(assert (myObject (attribute1 "attr98774") ) ) +(assert (myObject (attribute1 "attr98775") ) ) +(assert (myObject (attribute1 "attr98776") ) ) +(assert (myObject (attribute1 "attr98777") ) ) +(assert (myObject (attribute1 "attr98778") ) ) +(assert (myObject (attribute1 "attr98779") ) ) +(assert (myObject (attribute1 "attr98780") ) ) +(assert (myObject (attribute1 "attr98781") ) ) +(assert (myObject (attribute1 "attr98782") ) ) +(assert (myObject (attribute1 "attr98783") ) ) +(assert (myObject (attribute1 "attr98784") ) ) +(assert (myObject (attribute1 "attr98785") ) ) +(assert (myObject (attribute1 "attr98786") ) ) +(assert (myObject (attribute1 "attr98787") ) ) +(assert (myObject (attribute1 "attr98788") ) ) +(assert (myObject (attribute1 "attr98789") ) ) +(assert (myObject (attribute1 "attr98790") ) ) +(assert (myObject (attribute1 "attr98791") ) ) +(assert (myObject (attribute1 "attr98792") ) ) +(assert (myObject (attribute1 "attr98793") ) ) +(assert (myObject (attribute1 "attr98794") ) ) +(assert (myObject (attribute1 "attr98795") ) ) +(assert (myObject (attribute1 "attr98796") ) ) +(assert (myObject (attribute1 "attr98797") ) ) +(assert (myObject (attribute1 "attr98798") ) ) +(assert (myObject (attribute1 "attr98799") ) ) +(assert (myObject (attribute1 "attr98800") ) ) +(assert (myObject (attribute1 "attr98801") ) ) +(assert (myObject (attribute1 "attr98802") ) ) +(assert (myObject (attribute1 "attr98803") ) ) +(assert (myObject (attribute1 "attr98804") ) ) +(assert (myObject (attribute1 "attr98805") ) ) +(assert (myObject (attribute1 "attr98806") ) ) +(assert (myObject (attribute1 "attr98807") ) ) +(assert (myObject (attribute1 "attr98808") ) ) +(assert (myObject (attribute1 "attr98809") ) ) +(assert (myObject (attribute1 "attr98810") ) ) +(assert (myObject (attribute1 "attr98811") ) ) +(assert (myObject (attribute1 "attr98812") ) ) +(assert (myObject (attribute1 "attr98813") ) ) +(assert (myObject (attribute1 "attr98814") ) ) +(assert (myObject (attribute1 "attr98815") ) ) +(assert (myObject (attribute1 "attr98816") ) ) +(assert (myObject (attribute1 "attr98817") ) ) +(assert (myObject (attribute1 "attr98818") ) ) +(assert (myObject (attribute1 "attr98819") ) ) +(assert (myObject (attribute1 "attr98820") ) ) +(assert (myObject (attribute1 "attr98821") ) ) +(assert (myObject (attribute1 "attr98822") ) ) +(assert (myObject (attribute1 "attr98823") ) ) +(assert (myObject (attribute1 "attr98824") ) ) +(assert (myObject (attribute1 "attr98825") ) ) +(assert (myObject (attribute1 "attr98826") ) ) +(assert (myObject (attribute1 "attr98827") ) ) +(assert (myObject (attribute1 "attr98828") ) ) +(assert (myObject (attribute1 "attr98829") ) ) +(assert (myObject (attribute1 "attr98830") ) ) +(assert (myObject (attribute1 "attr98831") ) ) +(assert (myObject (attribute1 "attr98832") ) ) +(assert (myObject (attribute1 "attr98833") ) ) +(assert (myObject (attribute1 "attr98834") ) ) +(assert (myObject (attribute1 "attr98835") ) ) +(assert (myObject (attribute1 "attr98836") ) ) +(assert (myObject (attribute1 "attr98837") ) ) +(assert (myObject (attribute1 "attr98838") ) ) +(assert (myObject (attribute1 "attr98839") ) ) +(assert (myObject (attribute1 "attr98840") ) ) +(assert (myObject (attribute1 "attr98841") ) ) +(assert (myObject (attribute1 "attr98842") ) ) +(assert (myObject (attribute1 "attr98843") ) ) +(assert (myObject (attribute1 "attr98844") ) ) +(assert (myObject (attribute1 "attr98845") ) ) +(assert (myObject (attribute1 "attr98846") ) ) +(assert (myObject (attribute1 "attr98847") ) ) +(assert (myObject (attribute1 "attr98848") ) ) +(assert (myObject (attribute1 "attr98849") ) ) +(assert (myObject (attribute1 "attr98850") ) ) +(assert (myObject (attribute1 "attr98851") ) ) +(assert (myObject (attribute1 "attr98852") ) ) +(assert (myObject (attribute1 "attr98853") ) ) +(assert (myObject (attribute1 "attr98854") ) ) +(assert (myObject (attribute1 "attr98855") ) ) +(assert (myObject (attribute1 "attr98856") ) ) +(assert (myObject (attribute1 "attr98857") ) ) +(assert (myObject (attribute1 "attr98858") ) ) +(assert (myObject (attribute1 "attr98859") ) ) +(assert (myObject (attribute1 "attr98860") ) ) +(assert (myObject (attribute1 "attr98861") ) ) +(assert (myObject (attribute1 "attr98862") ) ) +(assert (myObject (attribute1 "attr98863") ) ) +(assert (myObject (attribute1 "attr98864") ) ) +(assert (myObject (attribute1 "attr98865") ) ) +(assert (myObject (attribute1 "attr98866") ) ) +(assert (myObject (attribute1 "attr98867") ) ) +(assert (myObject (attribute1 "attr98868") ) ) +(assert (myObject (attribute1 "attr98869") ) ) +(assert (myObject (attribute1 "attr98870") ) ) +(assert (myObject (attribute1 "attr98871") ) ) +(assert (myObject (attribute1 "attr98872") ) ) +(assert (myObject (attribute1 "attr98873") ) ) +(assert (myObject (attribute1 "attr98874") ) ) +(assert (myObject (attribute1 "attr98875") ) ) +(assert (myObject (attribute1 "attr98876") ) ) +(assert (myObject (attribute1 "attr98877") ) ) +(assert (myObject (attribute1 "attr98878") ) ) +(assert (myObject (attribute1 "attr98879") ) ) +(assert (myObject (attribute1 "attr98880") ) ) +(assert (myObject (attribute1 "attr98881") ) ) +(assert (myObject (attribute1 "attr98882") ) ) +(assert (myObject (attribute1 "attr98883") ) ) +(assert (myObject (attribute1 "attr98884") ) ) +(assert (myObject (attribute1 "attr98885") ) ) +(assert (myObject (attribute1 "attr98886") ) ) +(assert (myObject (attribute1 "attr98887") ) ) +(assert (myObject (attribute1 "attr98888") ) ) +(assert (myObject (attribute1 "attr98889") ) ) +(assert (myObject (attribute1 "attr98890") ) ) +(assert (myObject (attribute1 "attr98891") ) ) +(assert (myObject (attribute1 "attr98892") ) ) +(assert (myObject (attribute1 "attr98893") ) ) +(assert (myObject (attribute1 "attr98894") ) ) +(assert (myObject (attribute1 "attr98895") ) ) +(assert (myObject (attribute1 "attr98896") ) ) +(assert (myObject (attribute1 "attr98897") ) ) +(assert (myObject (attribute1 "attr98898") ) ) +(assert (myObject (attribute1 "attr98899") ) ) +(assert (myObject (attribute1 "attr98900") ) ) +(assert (myObject (attribute1 "attr98901") ) ) +(assert (myObject (attribute1 "attr98902") ) ) +(assert (myObject (attribute1 "attr98903") ) ) +(assert (myObject (attribute1 "attr98904") ) ) +(assert (myObject (attribute1 "attr98905") ) ) +(assert (myObject (attribute1 "attr98906") ) ) +(assert (myObject (attribute1 "attr98907") ) ) +(assert (myObject (attribute1 "attr98908") ) ) +(assert (myObject (attribute1 "attr98909") ) ) +(assert (myObject (attribute1 "attr98910") ) ) +(assert (myObject (attribute1 "attr98911") ) ) +(assert (myObject (attribute1 "attr98912") ) ) +(assert (myObject (attribute1 "attr98913") ) ) +(assert (myObject (attribute1 "attr98914") ) ) +(assert (myObject (attribute1 "attr98915") ) ) +(assert (myObject (attribute1 "attr98916") ) ) +(assert (myObject (attribute1 "attr98917") ) ) +(assert (myObject (attribute1 "attr98918") ) ) +(assert (myObject (attribute1 "attr98919") ) ) +(assert (myObject (attribute1 "attr98920") ) ) +(assert (myObject (attribute1 "attr98921") ) ) +(assert (myObject (attribute1 "attr98922") ) ) +(assert (myObject (attribute1 "attr98923") ) ) +(assert (myObject (attribute1 "attr98924") ) ) +(assert (myObject (attribute1 "attr98925") ) ) +(assert (myObject (attribute1 "attr98926") ) ) +(assert (myObject (attribute1 "attr98927") ) ) +(assert (myObject (attribute1 "attr98928") ) ) +(assert (myObject (attribute1 "attr98929") ) ) +(assert (myObject (attribute1 "attr98930") ) ) +(assert (myObject (attribute1 "attr98931") ) ) +(assert (myObject (attribute1 "attr98932") ) ) +(assert (myObject (attribute1 "attr98933") ) ) +(assert (myObject (attribute1 "attr98934") ) ) +(assert (myObject (attribute1 "attr98935") ) ) +(assert (myObject (attribute1 "attr98936") ) ) +(assert (myObject (attribute1 "attr98937") ) ) +(assert (myObject (attribute1 "attr98938") ) ) +(assert (myObject (attribute1 "attr98939") ) ) +(assert (myObject (attribute1 "attr98940") ) ) +(assert (myObject (attribute1 "attr98941") ) ) +(assert (myObject (attribute1 "attr98942") ) ) +(assert (myObject (attribute1 "attr98943") ) ) +(assert (myObject (attribute1 "attr98944") ) ) +(assert (myObject (attribute1 "attr98945") ) ) +(assert (myObject (attribute1 "attr98946") ) ) +(assert (myObject (attribute1 "attr98947") ) ) +(assert (myObject (attribute1 "attr98948") ) ) +(assert (myObject (attribute1 "attr98949") ) ) +(assert (myObject (attribute1 "attr98950") ) ) +(assert (myObject (attribute1 "attr98951") ) ) +(assert (myObject (attribute1 "attr98952") ) ) +(assert (myObject (attribute1 "attr98953") ) ) +(assert (myObject (attribute1 "attr98954") ) ) +(assert (myObject (attribute1 "attr98955") ) ) +(assert (myObject (attribute1 "attr98956") ) ) +(assert (myObject (attribute1 "attr98957") ) ) +(assert (myObject (attribute1 "attr98958") ) ) +(assert (myObject (attribute1 "attr98959") ) ) +(assert (myObject (attribute1 "attr98960") ) ) +(assert (myObject (attribute1 "attr98961") ) ) +(assert (myObject (attribute1 "attr98962") ) ) +(assert (myObject (attribute1 "attr98963") ) ) +(assert (myObject (attribute1 "attr98964") ) ) +(assert (myObject (attribute1 "attr98965") ) ) +(assert (myObject (attribute1 "attr98966") ) ) +(assert (myObject (attribute1 "attr98967") ) ) +(assert (myObject (attribute1 "attr98968") ) ) +(assert (myObject (attribute1 "attr98969") ) ) +(assert (myObject (attribute1 "attr98970") ) ) +(assert (myObject (attribute1 "attr98971") ) ) +(assert (myObject (attribute1 "attr98972") ) ) +(assert (myObject (attribute1 "attr98973") ) ) +(assert (myObject (attribute1 "attr98974") ) ) +(assert (myObject (attribute1 "attr98975") ) ) +(assert (myObject (attribute1 "attr98976") ) ) +(assert (myObject (attribute1 "attr98977") ) ) +(assert (myObject (attribute1 "attr98978") ) ) +(assert (myObject (attribute1 "attr98979") ) ) +(assert (myObject (attribute1 "attr98980") ) ) +(assert (myObject (attribute1 "attr98981") ) ) +(assert (myObject (attribute1 "attr98982") ) ) +(assert (myObject (attribute1 "attr98983") ) ) +(assert (myObject (attribute1 "attr98984") ) ) +(assert (myObject (attribute1 "attr98985") ) ) +(assert (myObject (attribute1 "attr98986") ) ) +(assert (myObject (attribute1 "attr98987") ) ) +(assert (myObject (attribute1 "attr98988") ) ) +(assert (myObject (attribute1 "attr98989") ) ) +(assert (myObject (attribute1 "attr98990") ) ) +(assert (myObject (attribute1 "attr98991") ) ) +(assert (myObject (attribute1 "attr98992") ) ) +(assert (myObject (attribute1 "attr98993") ) ) +(assert (myObject (attribute1 "attr98994") ) ) +(assert (myObject (attribute1 "attr98995") ) ) +(assert (myObject (attribute1 "attr98996") ) ) +(assert (myObject (attribute1 "attr98997") ) ) +(assert (myObject (attribute1 "attr98998") ) ) +(assert (myObject (attribute1 "attr98999") ) ) +(assert (myObject (attribute1 "attr99000") ) ) +(assert (myObject (attribute1 "attr99001") ) ) +(assert (myObject (attribute1 "attr99002") ) ) +(assert (myObject (attribute1 "attr99003") ) ) +(assert (myObject (attribute1 "attr99004") ) ) +(assert (myObject (attribute1 "attr99005") ) ) +(assert (myObject (attribute1 "attr99006") ) ) +(assert (myObject (attribute1 "attr99007") ) ) +(assert (myObject (attribute1 "attr99008") ) ) +(assert (myObject (attribute1 "attr99009") ) ) +(assert (myObject (attribute1 "attr99010") ) ) +(assert (myObject (attribute1 "attr99011") ) ) +(assert (myObject (attribute1 "attr99012") ) ) +(assert (myObject (attribute1 "attr99013") ) ) +(assert (myObject (attribute1 "attr99014") ) ) +(assert (myObject (attribute1 "attr99015") ) ) +(assert (myObject (attribute1 "attr99016") ) ) +(assert (myObject (attribute1 "attr99017") ) ) +(assert (myObject (attribute1 "attr99018") ) ) +(assert (myObject (attribute1 "attr99019") ) ) +(assert (myObject (attribute1 "attr99020") ) ) +(assert (myObject (attribute1 "attr99021") ) ) +(assert (myObject (attribute1 "attr99022") ) ) +(assert (myObject (attribute1 "attr99023") ) ) +(assert (myObject (attribute1 "attr99024") ) ) +(assert (myObject (attribute1 "attr99025") ) ) +(assert (myObject (attribute1 "attr99026") ) ) +(assert (myObject (attribute1 "attr99027") ) ) +(assert (myObject (attribute1 "attr99028") ) ) +(assert (myObject (attribute1 "attr99029") ) ) +(assert (myObject (attribute1 "attr99030") ) ) +(assert (myObject (attribute1 "attr99031") ) ) +(assert (myObject (attribute1 "attr99032") ) ) +(assert (myObject (attribute1 "attr99033") ) ) +(assert (myObject (attribute1 "attr99034") ) ) +(assert (myObject (attribute1 "attr99035") ) ) +(assert (myObject (attribute1 "attr99036") ) ) +(assert (myObject (attribute1 "attr99037") ) ) +(assert (myObject (attribute1 "attr99038") ) ) +(assert (myObject (attribute1 "attr99039") ) ) +(assert (myObject (attribute1 "attr99040") ) ) +(assert (myObject (attribute1 "attr99041") ) ) +(assert (myObject (attribute1 "attr99042") ) ) +(assert (myObject (attribute1 "attr99043") ) ) +(assert (myObject (attribute1 "attr99044") ) ) +(assert (myObject (attribute1 "attr99045") ) ) +(assert (myObject (attribute1 "attr99046") ) ) +(assert (myObject (attribute1 "attr99047") ) ) +(assert (myObject (attribute1 "attr99048") ) ) +(assert (myObject (attribute1 "attr99049") ) ) +(assert (myObject (attribute1 "attr99050") ) ) +(assert (myObject (attribute1 "attr99051") ) ) +(assert (myObject (attribute1 "attr99052") ) ) +(assert (myObject (attribute1 "attr99053") ) ) +(assert (myObject (attribute1 "attr99054") ) ) +(assert (myObject (attribute1 "attr99055") ) ) +(assert (myObject (attribute1 "attr99056") ) ) +(assert (myObject (attribute1 "attr99057") ) ) +(assert (myObject (attribute1 "attr99058") ) ) +(assert (myObject (attribute1 "attr99059") ) ) +(assert (myObject (attribute1 "attr99060") ) ) +(assert (myObject (attribute1 "attr99061") ) ) +(assert (myObject (attribute1 "attr99062") ) ) +(assert (myObject (attribute1 "attr99063") ) ) +(assert (myObject (attribute1 "attr99064") ) ) +(assert (myObject (attribute1 "attr99065") ) ) +(assert (myObject (attribute1 "attr99066") ) ) +(assert (myObject (attribute1 "attr99067") ) ) +(assert (myObject (attribute1 "attr99068") ) ) +(assert (myObject (attribute1 "attr99069") ) ) +(assert (myObject (attribute1 "attr99070") ) ) +(assert (myObject (attribute1 "attr99071") ) ) +(assert (myObject (attribute1 "attr99072") ) ) +(assert (myObject (attribute1 "attr99073") ) ) +(assert (myObject (attribute1 "attr99074") ) ) +(assert (myObject (attribute1 "attr99075") ) ) +(assert (myObject (attribute1 "attr99076") ) ) +(assert (myObject (attribute1 "attr99077") ) ) +(assert (myObject (attribute1 "attr99078") ) ) +(assert (myObject (attribute1 "attr99079") ) ) +(assert (myObject (attribute1 "attr99080") ) ) +(assert (myObject (attribute1 "attr99081") ) ) +(assert (myObject (attribute1 "attr99082") ) ) +(assert (myObject (attribute1 "attr99083") ) ) +(assert (myObject (attribute1 "attr99084") ) ) +(assert (myObject (attribute1 "attr99085") ) ) +(assert (myObject (attribute1 "attr99086") ) ) +(assert (myObject (attribute1 "attr99087") ) ) +(assert (myObject (attribute1 "attr99088") ) ) +(assert (myObject (attribute1 "attr99089") ) ) +(assert (myObject (attribute1 "attr99090") ) ) +(assert (myObject (attribute1 "attr99091") ) ) +(assert (myObject (attribute1 "attr99092") ) ) +(assert (myObject (attribute1 "attr99093") ) ) +(assert (myObject (attribute1 "attr99094") ) ) +(assert (myObject (attribute1 "attr99095") ) ) +(assert (myObject (attribute1 "attr99096") ) ) +(assert (myObject (attribute1 "attr99097") ) ) +(assert (myObject (attribute1 "attr99098") ) ) +(assert (myObject (attribute1 "attr99099") ) ) +(assert (myObject (attribute1 "attr99100") ) ) +(assert (myObject (attribute1 "attr99101") ) ) +(assert (myObject (attribute1 "attr99102") ) ) +(assert (myObject (attribute1 "attr99103") ) ) +(assert (myObject (attribute1 "attr99104") ) ) +(assert (myObject (attribute1 "attr99105") ) ) +(assert (myObject (attribute1 "attr99106") ) ) +(assert (myObject (attribute1 "attr99107") ) ) +(assert (myObject (attribute1 "attr99108") ) ) +(assert (myObject (attribute1 "attr99109") ) ) +(assert (myObject (attribute1 "attr99110") ) ) +(assert (myObject (attribute1 "attr99111") ) ) +(assert (myObject (attribute1 "attr99112") ) ) +(assert (myObject (attribute1 "attr99113") ) ) +(assert (myObject (attribute1 "attr99114") ) ) +(assert (myObject (attribute1 "attr99115") ) ) +(assert (myObject (attribute1 "attr99116") ) ) +(assert (myObject (attribute1 "attr99117") ) ) +(assert (myObject (attribute1 "attr99118") ) ) +(assert (myObject (attribute1 "attr99119") ) ) +(assert (myObject (attribute1 "attr99120") ) ) +(assert (myObject (attribute1 "attr99121") ) ) +(assert (myObject (attribute1 "attr99122") ) ) +(assert (myObject (attribute1 "attr99123") ) ) +(assert (myObject (attribute1 "attr99124") ) ) +(assert (myObject (attribute1 "attr99125") ) ) +(assert (myObject (attribute1 "attr99126") ) ) +(assert (myObject (attribute1 "attr99127") ) ) +(assert (myObject (attribute1 "attr99128") ) ) +(assert (myObject (attribute1 "attr99129") ) ) +(assert (myObject (attribute1 "attr99130") ) ) +(assert (myObject (attribute1 "attr99131") ) ) +(assert (myObject (attribute1 "attr99132") ) ) +(assert (myObject (attribute1 "attr99133") ) ) +(assert (myObject (attribute1 "attr99134") ) ) +(assert (myObject (attribute1 "attr99135") ) ) +(assert (myObject (attribute1 "attr99136") ) ) +(assert (myObject (attribute1 "attr99137") ) ) +(assert (myObject (attribute1 "attr99138") ) ) +(assert (myObject (attribute1 "attr99139") ) ) +(assert (myObject (attribute1 "attr99140") ) ) +(assert (myObject (attribute1 "attr99141") ) ) +(assert (myObject (attribute1 "attr99142") ) ) +(assert (myObject (attribute1 "attr99143") ) ) +(assert (myObject (attribute1 "attr99144") ) ) +(assert (myObject (attribute1 "attr99145") ) ) +(assert (myObject (attribute1 "attr99146") ) ) +(assert (myObject (attribute1 "attr99147") ) ) +(assert (myObject (attribute1 "attr99148") ) ) +(assert (myObject (attribute1 "attr99149") ) ) +(assert (myObject (attribute1 "attr99150") ) ) +(assert (myObject (attribute1 "attr99151") ) ) +(assert (myObject (attribute1 "attr99152") ) ) +(assert (myObject (attribute1 "attr99153") ) ) +(assert (myObject (attribute1 "attr99154") ) ) +(assert (myObject (attribute1 "attr99155") ) ) +(assert (myObject (attribute1 "attr99156") ) ) +(assert (myObject (attribute1 "attr99157") ) ) +(assert (myObject (attribute1 "attr99158") ) ) +(assert (myObject (attribute1 "attr99159") ) ) +(assert (myObject (attribute1 "attr99160") ) ) +(assert (myObject (attribute1 "attr99161") ) ) +(assert (myObject (attribute1 "attr99162") ) ) +(assert (myObject (attribute1 "attr99163") ) ) +(assert (myObject (attribute1 "attr99164") ) ) +(assert (myObject (attribute1 "attr99165") ) ) +(assert (myObject (attribute1 "attr99166") ) ) +(assert (myObject (attribute1 "attr99167") ) ) +(assert (myObject (attribute1 "attr99168") ) ) +(assert (myObject (attribute1 "attr99169") ) ) +(assert (myObject (attribute1 "attr99170") ) ) +(assert (myObject (attribute1 "attr99171") ) ) +(assert (myObject (attribute1 "attr99172") ) ) +(assert (myObject (attribute1 "attr99173") ) ) +(assert (myObject (attribute1 "attr99174") ) ) +(assert (myObject (attribute1 "attr99175") ) ) +(assert (myObject (attribute1 "attr99176") ) ) +(assert (myObject (attribute1 "attr99177") ) ) +(assert (myObject (attribute1 "attr99178") ) ) +(assert (myObject (attribute1 "attr99179") ) ) +(assert (myObject (attribute1 "attr99180") ) ) +(assert (myObject (attribute1 "attr99181") ) ) +(assert (myObject (attribute1 "attr99182") ) ) +(assert (myObject (attribute1 "attr99183") ) ) +(assert (myObject (attribute1 "attr99184") ) ) +(assert (myObject (attribute1 "attr99185") ) ) +(assert (myObject (attribute1 "attr99186") ) ) +(assert (myObject (attribute1 "attr99187") ) ) +(assert (myObject (attribute1 "attr99188") ) ) +(assert (myObject (attribute1 "attr99189") ) ) +(assert (myObject (attribute1 "attr99190") ) ) +(assert (myObject (attribute1 "attr99191") ) ) +(assert (myObject (attribute1 "attr99192") ) ) +(assert (myObject (attribute1 "attr99193") ) ) +(assert (myObject (attribute1 "attr99194") ) ) +(assert (myObject (attribute1 "attr99195") ) ) +(assert (myObject (attribute1 "attr99196") ) ) +(assert (myObject (attribute1 "attr99197") ) ) +(assert (myObject (attribute1 "attr99198") ) ) +(assert (myObject (attribute1 "attr99199") ) ) +(assert (myObject (attribute1 "attr99200") ) ) +(assert (myObject (attribute1 "attr99201") ) ) +(assert (myObject (attribute1 "attr99202") ) ) +(assert (myObject (attribute1 "attr99203") ) ) +(assert (myObject (attribute1 "attr99204") ) ) +(assert (myObject (attribute1 "attr99205") ) ) +(assert (myObject (attribute1 "attr99206") ) ) +(assert (myObject (attribute1 "attr99207") ) ) +(assert (myObject (attribute1 "attr99208") ) ) +(assert (myObject (attribute1 "attr99209") ) ) +(assert (myObject (attribute1 "attr99210") ) ) +(assert (myObject (attribute1 "attr99211") ) ) +(assert (myObject (attribute1 "attr99212") ) ) +(assert (myObject (attribute1 "attr99213") ) ) +(assert (myObject (attribute1 "attr99214") ) ) +(assert (myObject (attribute1 "attr99215") ) ) +(assert (myObject (attribute1 "attr99216") ) ) +(assert (myObject (attribute1 "attr99217") ) ) +(assert (myObject (attribute1 "attr99218") ) ) +(assert (myObject (attribute1 "attr99219") ) ) +(assert (myObject (attribute1 "attr99220") ) ) +(assert (myObject (attribute1 "attr99221") ) ) +(assert (myObject (attribute1 "attr99222") ) ) +(assert (myObject (attribute1 "attr99223") ) ) +(assert (myObject (attribute1 "attr99224") ) ) +(assert (myObject (attribute1 "attr99225") ) ) +(assert (myObject (attribute1 "attr99226") ) ) +(assert (myObject (attribute1 "attr99227") ) ) +(assert (myObject (attribute1 "attr99228") ) ) +(assert (myObject (attribute1 "attr99229") ) ) +(assert (myObject (attribute1 "attr99230") ) ) +(assert (myObject (attribute1 "attr99231") ) ) +(assert (myObject (attribute1 "attr99232") ) ) +(assert (myObject (attribute1 "attr99233") ) ) +(assert (myObject (attribute1 "attr99234") ) ) +(assert (myObject (attribute1 "attr99235") ) ) +(assert (myObject (attribute1 "attr99236") ) ) +(assert (myObject (attribute1 "attr99237") ) ) +(assert (myObject (attribute1 "attr99238") ) ) +(assert (myObject (attribute1 "attr99239") ) ) +(assert (myObject (attribute1 "attr99240") ) ) +(assert (myObject (attribute1 "attr99241") ) ) +(assert (myObject (attribute1 "attr99242") ) ) +(assert (myObject (attribute1 "attr99243") ) ) +(assert (myObject (attribute1 "attr99244") ) ) +(assert (myObject (attribute1 "attr99245") ) ) +(assert (myObject (attribute1 "attr99246") ) ) +(assert (myObject (attribute1 "attr99247") ) ) +(assert (myObject (attribute1 "attr99248") ) ) +(assert (myObject (attribute1 "attr99249") ) ) +(assert (myObject (attribute1 "attr99250") ) ) +(assert (myObject (attribute1 "attr99251") ) ) +(assert (myObject (attribute1 "attr99252") ) ) +(assert (myObject (attribute1 "attr99253") ) ) +(assert (myObject (attribute1 "attr99254") ) ) +(assert (myObject (attribute1 "attr99255") ) ) +(assert (myObject (attribute1 "attr99256") ) ) +(assert (myObject (attribute1 "attr99257") ) ) +(assert (myObject (attribute1 "attr99258") ) ) +(assert (myObject (attribute1 "attr99259") ) ) +(assert (myObject (attribute1 "attr99260") ) ) +(assert (myObject (attribute1 "attr99261") ) ) +(assert (myObject (attribute1 "attr99262") ) ) +(assert (myObject (attribute1 "attr99263") ) ) +(assert (myObject (attribute1 "attr99264") ) ) +(assert (myObject (attribute1 "attr99265") ) ) +(assert (myObject (attribute1 "attr99266") ) ) +(assert (myObject (attribute1 "attr99267") ) ) +(assert (myObject (attribute1 "attr99268") ) ) +(assert (myObject (attribute1 "attr99269") ) ) +(assert (myObject (attribute1 "attr99270") ) ) +(assert (myObject (attribute1 "attr99271") ) ) +(assert (myObject (attribute1 "attr99272") ) ) +(assert (myObject (attribute1 "attr99273") ) ) +(assert (myObject (attribute1 "attr99274") ) ) +(assert (myObject (attribute1 "attr99275") ) ) +(assert (myObject (attribute1 "attr99276") ) ) +(assert (myObject (attribute1 "attr99277") ) ) +(assert (myObject (attribute1 "attr99278") ) ) +(assert (myObject (attribute1 "attr99279") ) ) +(assert (myObject (attribute1 "attr99280") ) ) +(assert (myObject (attribute1 "attr99281") ) ) +(assert (myObject (attribute1 "attr99282") ) ) +(assert (myObject (attribute1 "attr99283") ) ) +(assert (myObject (attribute1 "attr99284") ) ) +(assert (myObject (attribute1 "attr99285") ) ) +(assert (myObject (attribute1 "attr99286") ) ) +(assert (myObject (attribute1 "attr99287") ) ) +(assert (myObject (attribute1 "attr99288") ) ) +(assert (myObject (attribute1 "attr99289") ) ) +(assert (myObject (attribute1 "attr99290") ) ) +(assert (myObject (attribute1 "attr99291") ) ) +(assert (myObject (attribute1 "attr99292") ) ) +(assert (myObject (attribute1 "attr99293") ) ) +(assert (myObject (attribute1 "attr99294") ) ) +(assert (myObject (attribute1 "attr99295") ) ) +(assert (myObject (attribute1 "attr99296") ) ) +(assert (myObject (attribute1 "attr99297") ) ) +(assert (myObject (attribute1 "attr99298") ) ) +(assert (myObject (attribute1 "attr99299") ) ) +(assert (myObject (attribute1 "attr99300") ) ) +(assert (myObject (attribute1 "attr99301") ) ) +(assert (myObject (attribute1 "attr99302") ) ) +(assert (myObject (attribute1 "attr99303") ) ) +(assert (myObject (attribute1 "attr99304") ) ) +(assert (myObject (attribute1 "attr99305") ) ) +(assert (myObject (attribute1 "attr99306") ) ) +(assert (myObject (attribute1 "attr99307") ) ) +(assert (myObject (attribute1 "attr99308") ) ) +(assert (myObject (attribute1 "attr99309") ) ) +(assert (myObject (attribute1 "attr99310") ) ) +(assert (myObject (attribute1 "attr99311") ) ) +(assert (myObject (attribute1 "attr99312") ) ) +(assert (myObject (attribute1 "attr99313") ) ) +(assert (myObject (attribute1 "attr99314") ) ) +(assert (myObject (attribute1 "attr99315") ) ) +(assert (myObject (attribute1 "attr99316") ) ) +(assert (myObject (attribute1 "attr99317") ) ) +(assert (myObject (attribute1 "attr99318") ) ) +(assert (myObject (attribute1 "attr99319") ) ) +(assert (myObject (attribute1 "attr99320") ) ) +(assert (myObject (attribute1 "attr99321") ) ) +(assert (myObject (attribute1 "attr99322") ) ) +(assert (myObject (attribute1 "attr99323") ) ) +(assert (myObject (attribute1 "attr99324") ) ) +(assert (myObject (attribute1 "attr99325") ) ) +(assert (myObject (attribute1 "attr99326") ) ) +(assert (myObject (attribute1 "attr99327") ) ) +(assert (myObject (attribute1 "attr99328") ) ) +(assert (myObject (attribute1 "attr99329") ) ) +(assert (myObject (attribute1 "attr99330") ) ) +(assert (myObject (attribute1 "attr99331") ) ) +(assert (myObject (attribute1 "attr99332") ) ) +(assert (myObject (attribute1 "attr99333") ) ) +(assert (myObject (attribute1 "attr99334") ) ) +(assert (myObject (attribute1 "attr99335") ) ) +(assert (myObject (attribute1 "attr99336") ) ) +(assert (myObject (attribute1 "attr99337") ) ) +(assert (myObject (attribute1 "attr99338") ) ) +(assert (myObject (attribute1 "attr99339") ) ) +(assert (myObject (attribute1 "attr99340") ) ) +(assert (myObject (attribute1 "attr99341") ) ) +(assert (myObject (attribute1 "attr99342") ) ) +(assert (myObject (attribute1 "attr99343") ) ) +(assert (myObject (attribute1 "attr99344") ) ) +(assert (myObject (attribute1 "attr99345") ) ) +(assert (myObject (attribute1 "attr99346") ) ) +(assert (myObject (attribute1 "attr99347") ) ) +(assert (myObject (attribute1 "attr99348") ) ) +(assert (myObject (attribute1 "attr99349") ) ) +(assert (myObject (attribute1 "attr99350") ) ) +(assert (myObject (attribute1 "attr99351") ) ) +(assert (myObject (attribute1 "attr99352") ) ) +(assert (myObject (attribute1 "attr99353") ) ) +(assert (myObject (attribute1 "attr99354") ) ) +(assert (myObject (attribute1 "attr99355") ) ) +(assert (myObject (attribute1 "attr99356") ) ) +(assert (myObject (attribute1 "attr99357") ) ) +(assert (myObject (attribute1 "attr99358") ) ) +(assert (myObject (attribute1 "attr99359") ) ) +(assert (myObject (attribute1 "attr99360") ) ) +(assert (myObject (attribute1 "attr99361") ) ) +(assert (myObject (attribute1 "attr99362") ) ) +(assert (myObject (attribute1 "attr99363") ) ) +(assert (myObject (attribute1 "attr99364") ) ) +(assert (myObject (attribute1 "attr99365") ) ) +(assert (myObject (attribute1 "attr99366") ) ) +(assert (myObject (attribute1 "attr99367") ) ) +(assert (myObject (attribute1 "attr99368") ) ) +(assert (myObject (attribute1 "attr99369") ) ) +(assert (myObject (attribute1 "attr99370") ) ) +(assert (myObject (attribute1 "attr99371") ) ) +(assert (myObject (attribute1 "attr99372") ) ) +(assert (myObject (attribute1 "attr99373") ) ) +(assert (myObject (attribute1 "attr99374") ) ) +(assert (myObject (attribute1 "attr99375") ) ) +(assert (myObject (attribute1 "attr99376") ) ) +(assert (myObject (attribute1 "attr99377") ) ) +(assert (myObject (attribute1 "attr99378") ) ) +(assert (myObject (attribute1 "attr99379") ) ) +(assert (myObject (attribute1 "attr99380") ) ) +(assert (myObject (attribute1 "attr99381") ) ) +(assert (myObject (attribute1 "attr99382") ) ) +(assert (myObject (attribute1 "attr99383") ) ) +(assert (myObject (attribute1 "attr99384") ) ) +(assert (myObject (attribute1 "attr99385") ) ) +(assert (myObject (attribute1 "attr99386") ) ) +(assert (myObject (attribute1 "attr99387") ) ) +(assert (myObject (attribute1 "attr99388") ) ) +(assert (myObject (attribute1 "attr99389") ) ) +(assert (myObject (attribute1 "attr99390") ) ) +(assert (myObject (attribute1 "attr99391") ) ) +(assert (myObject (attribute1 "attr99392") ) ) +(assert (myObject (attribute1 "attr99393") ) ) +(assert (myObject (attribute1 "attr99394") ) ) +(assert (myObject (attribute1 "attr99395") ) ) +(assert (myObject (attribute1 "attr99396") ) ) +(assert (myObject (attribute1 "attr99397") ) ) +(assert (myObject (attribute1 "attr99398") ) ) +(assert (myObject (attribute1 "attr99399") ) ) +(assert (myObject (attribute1 "attr99400") ) ) +(assert (myObject (attribute1 "attr99401") ) ) +(assert (myObject (attribute1 "attr99402") ) ) +(assert (myObject (attribute1 "attr99403") ) ) +(assert (myObject (attribute1 "attr99404") ) ) +(assert (myObject (attribute1 "attr99405") ) ) +(assert (myObject (attribute1 "attr99406") ) ) +(assert (myObject (attribute1 "attr99407") ) ) +(assert (myObject (attribute1 "attr99408") ) ) +(assert (myObject (attribute1 "attr99409") ) ) +(assert (myObject (attribute1 "attr99410") ) ) +(assert (myObject (attribute1 "attr99411") ) ) +(assert (myObject (attribute1 "attr99412") ) ) +(assert (myObject (attribute1 "attr99413") ) ) +(assert (myObject (attribute1 "attr99414") ) ) +(assert (myObject (attribute1 "attr99415") ) ) +(assert (myObject (attribute1 "attr99416") ) ) +(assert (myObject (attribute1 "attr99417") ) ) +(assert (myObject (attribute1 "attr99418") ) ) +(assert (myObject (attribute1 "attr99419") ) ) +(assert (myObject (attribute1 "attr99420") ) ) +(assert (myObject (attribute1 "attr99421") ) ) +(assert (myObject (attribute1 "attr99422") ) ) +(assert (myObject (attribute1 "attr99423") ) ) +(assert (myObject (attribute1 "attr99424") ) ) +(assert (myObject (attribute1 "attr99425") ) ) +(assert (myObject (attribute1 "attr99426") ) ) +(assert (myObject (attribute1 "attr99427") ) ) +(assert (myObject (attribute1 "attr99428") ) ) +(assert (myObject (attribute1 "attr99429") ) ) +(assert (myObject (attribute1 "attr99430") ) ) +(assert (myObject (attribute1 "attr99431") ) ) +(assert (myObject (attribute1 "attr99432") ) ) +(assert (myObject (attribute1 "attr99433") ) ) +(assert (myObject (attribute1 "attr99434") ) ) +(assert (myObject (attribute1 "attr99435") ) ) +(assert (myObject (attribute1 "attr99436") ) ) +(assert (myObject (attribute1 "attr99437") ) ) +(assert (myObject (attribute1 "attr99438") ) ) +(assert (myObject (attribute1 "attr99439") ) ) +(assert (myObject (attribute1 "attr99440") ) ) +(assert (myObject (attribute1 "attr99441") ) ) +(assert (myObject (attribute1 "attr99442") ) ) +(assert (myObject (attribute1 "attr99443") ) ) +(assert (myObject (attribute1 "attr99444") ) ) +(assert (myObject (attribute1 "attr99445") ) ) +(assert (myObject (attribute1 "attr99446") ) ) +(assert (myObject (attribute1 "attr99447") ) ) +(assert (myObject (attribute1 "attr99448") ) ) +(assert (myObject (attribute1 "attr99449") ) ) +(assert (myObject (attribute1 "attr99450") ) ) +(assert (myObject (attribute1 "attr99451") ) ) +(assert (myObject (attribute1 "attr99452") ) ) +(assert (myObject (attribute1 "attr99453") ) ) +(assert (myObject (attribute1 "attr99454") ) ) +(assert (myObject (attribute1 "attr99455") ) ) +(assert (myObject (attribute1 "attr99456") ) ) +(assert (myObject (attribute1 "attr99457") ) ) +(assert (myObject (attribute1 "attr99458") ) ) +(assert (myObject (attribute1 "attr99459") ) ) +(assert (myObject (attribute1 "attr99460") ) ) +(assert (myObject (attribute1 "attr99461") ) ) +(assert (myObject (attribute1 "attr99462") ) ) +(assert (myObject (attribute1 "attr99463") ) ) +(assert (myObject (attribute1 "attr99464") ) ) +(assert (myObject (attribute1 "attr99465") ) ) +(assert (myObject (attribute1 "attr99466") ) ) +(assert (myObject (attribute1 "attr99467") ) ) +(assert (myObject (attribute1 "attr99468") ) ) +(assert (myObject (attribute1 "attr99469") ) ) +(assert (myObject (attribute1 "attr99470") ) ) +(assert (myObject (attribute1 "attr99471") ) ) +(assert (myObject (attribute1 "attr99472") ) ) +(assert (myObject (attribute1 "attr99473") ) ) +(assert (myObject (attribute1 "attr99474") ) ) +(assert (myObject (attribute1 "attr99475") ) ) +(assert (myObject (attribute1 "attr99476") ) ) +(assert (myObject (attribute1 "attr99477") ) ) +(assert (myObject (attribute1 "attr99478") ) ) +(assert (myObject (attribute1 "attr99479") ) ) +(assert (myObject (attribute1 "attr99480") ) ) +(assert (myObject (attribute1 "attr99481") ) ) +(assert (myObject (attribute1 "attr99482") ) ) +(assert (myObject (attribute1 "attr99483") ) ) +(assert (myObject (attribute1 "attr99484") ) ) +(assert (myObject (attribute1 "attr99485") ) ) +(assert (myObject (attribute1 "attr99486") ) ) +(assert (myObject (attribute1 "attr99487") ) ) +(assert (myObject (attribute1 "attr99488") ) ) +(assert (myObject (attribute1 "attr99489") ) ) +(assert (myObject (attribute1 "attr99490") ) ) +(assert (myObject (attribute1 "attr99491") ) ) +(assert (myObject (attribute1 "attr99492") ) ) +(assert (myObject (attribute1 "attr99493") ) ) +(assert (myObject (attribute1 "attr99494") ) ) +(assert (myObject (attribute1 "attr99495") ) ) +(assert (myObject (attribute1 "attr99496") ) ) +(assert (myObject (attribute1 "attr99497") ) ) +(assert (myObject (attribute1 "attr99498") ) ) +(assert (myObject (attribute1 "attr99499") ) ) +(assert (myObject (attribute1 "attr99500") ) ) +(assert (myObject (attribute1 "attr99501") ) ) +(assert (myObject (attribute1 "attr99502") ) ) +(assert (myObject (attribute1 "attr99503") ) ) +(assert (myObject (attribute1 "attr99504") ) ) +(assert (myObject (attribute1 "attr99505") ) ) +(assert (myObject (attribute1 "attr99506") ) ) +(assert (myObject (attribute1 "attr99507") ) ) +(assert (myObject (attribute1 "attr99508") ) ) +(assert (myObject (attribute1 "attr99509") ) ) +(assert (myObject (attribute1 "attr99510") ) ) +(assert (myObject (attribute1 "attr99511") ) ) +(assert (myObject (attribute1 "attr99512") ) ) +(assert (myObject (attribute1 "attr99513") ) ) +(assert (myObject (attribute1 "attr99514") ) ) +(assert (myObject (attribute1 "attr99515") ) ) +(assert (myObject (attribute1 "attr99516") ) ) +(assert (myObject (attribute1 "attr99517") ) ) +(assert (myObject (attribute1 "attr99518") ) ) +(assert (myObject (attribute1 "attr99519") ) ) +(assert (myObject (attribute1 "attr99520") ) ) +(assert (myObject (attribute1 "attr99521") ) ) +(assert (myObject (attribute1 "attr99522") ) ) +(assert (myObject (attribute1 "attr99523") ) ) +(assert (myObject (attribute1 "attr99524") ) ) +(assert (myObject (attribute1 "attr99525") ) ) +(assert (myObject (attribute1 "attr99526") ) ) +(assert (myObject (attribute1 "attr99527") ) ) +(assert (myObject (attribute1 "attr99528") ) ) +(assert (myObject (attribute1 "attr99529") ) ) +(assert (myObject (attribute1 "attr99530") ) ) +(assert (myObject (attribute1 "attr99531") ) ) +(assert (myObject (attribute1 "attr99532") ) ) +(assert (myObject (attribute1 "attr99533") ) ) +(assert (myObject (attribute1 "attr99534") ) ) +(assert (myObject (attribute1 "attr99535") ) ) +(assert (myObject (attribute1 "attr99536") ) ) +(assert (myObject (attribute1 "attr99537") ) ) +(assert (myObject (attribute1 "attr99538") ) ) +(assert (myObject (attribute1 "attr99539") ) ) +(assert (myObject (attribute1 "attr99540") ) ) +(assert (myObject (attribute1 "attr99541") ) ) +(assert (myObject (attribute1 "attr99542") ) ) +(assert (myObject (attribute1 "attr99543") ) ) +(assert (myObject (attribute1 "attr99544") ) ) +(assert (myObject (attribute1 "attr99545") ) ) +(assert (myObject (attribute1 "attr99546") ) ) +(assert (myObject (attribute1 "attr99547") ) ) +(assert (myObject (attribute1 "attr99548") ) ) +(assert (myObject (attribute1 "attr99549") ) ) +(assert (myObject (attribute1 "attr99550") ) ) +(assert (myObject (attribute1 "attr99551") ) ) +(assert (myObject (attribute1 "attr99552") ) ) +(assert (myObject (attribute1 "attr99553") ) ) +(assert (myObject (attribute1 "attr99554") ) ) +(assert (myObject (attribute1 "attr99555") ) ) +(assert (myObject (attribute1 "attr99556") ) ) +(assert (myObject (attribute1 "attr99557") ) ) +(assert (myObject (attribute1 "attr99558") ) ) +(assert (myObject (attribute1 "attr99559") ) ) +(assert (myObject (attribute1 "attr99560") ) ) +(assert (myObject (attribute1 "attr99561") ) ) +(assert (myObject (attribute1 "attr99562") ) ) +(assert (myObject (attribute1 "attr99563") ) ) +(assert (myObject (attribute1 "attr99564") ) ) +(assert (myObject (attribute1 "attr99565") ) ) +(assert (myObject (attribute1 "attr99566") ) ) +(assert (myObject (attribute1 "attr99567") ) ) +(assert (myObject (attribute1 "attr99568") ) ) +(assert (myObject (attribute1 "attr99569") ) ) +(assert (myObject (attribute1 "attr99570") ) ) +(assert (myObject (attribute1 "attr99571") ) ) +(assert (myObject (attribute1 "attr99572") ) ) +(assert (myObject (attribute1 "attr99573") ) ) +(assert (myObject (attribute1 "attr99574") ) ) +(assert (myObject (attribute1 "attr99575") ) ) +(assert (myObject (attribute1 "attr99576") ) ) +(assert (myObject (attribute1 "attr99577") ) ) +(assert (myObject (attribute1 "attr99578") ) ) +(assert (myObject (attribute1 "attr99579") ) ) +(assert (myObject (attribute1 "attr99580") ) ) +(assert (myObject (attribute1 "attr99581") ) ) +(assert (myObject (attribute1 "attr99582") ) ) +(assert (myObject (attribute1 "attr99583") ) ) +(assert (myObject (attribute1 "attr99584") ) ) +(assert (myObject (attribute1 "attr99585") ) ) +(assert (myObject (attribute1 "attr99586") ) ) +(assert (myObject (attribute1 "attr99587") ) ) +(assert (myObject (attribute1 "attr99588") ) ) +(assert (myObject (attribute1 "attr99589") ) ) +(assert (myObject (attribute1 "attr99590") ) ) +(assert (myObject (attribute1 "attr99591") ) ) +(assert (myObject (attribute1 "attr99592") ) ) +(assert (myObject (attribute1 "attr99593") ) ) +(assert (myObject (attribute1 "attr99594") ) ) +(assert (myObject (attribute1 "attr99595") ) ) +(assert (myObject (attribute1 "attr99596") ) ) +(assert (myObject (attribute1 "attr99597") ) ) +(assert (myObject (attribute1 "attr99598") ) ) +(assert (myObject (attribute1 "attr99599") ) ) +(assert (myObject (attribute1 "attr99600") ) ) +(assert (myObject (attribute1 "attr99601") ) ) +(assert (myObject (attribute1 "attr99602") ) ) +(assert (myObject (attribute1 "attr99603") ) ) +(assert (myObject (attribute1 "attr99604") ) ) +(assert (myObject (attribute1 "attr99605") ) ) +(assert (myObject (attribute1 "attr99606") ) ) +(assert (myObject (attribute1 "attr99607") ) ) +(assert (myObject (attribute1 "attr99608") ) ) +(assert (myObject (attribute1 "attr99609") ) ) +(assert (myObject (attribute1 "attr99610") ) ) +(assert (myObject (attribute1 "attr99611") ) ) +(assert (myObject (attribute1 "attr99612") ) ) +(assert (myObject (attribute1 "attr99613") ) ) +(assert (myObject (attribute1 "attr99614") ) ) +(assert (myObject (attribute1 "attr99615") ) ) +(assert (myObject (attribute1 "attr99616") ) ) +(assert (myObject (attribute1 "attr99617") ) ) +(assert (myObject (attribute1 "attr99618") ) ) +(assert (myObject (attribute1 "attr99619") ) ) +(assert (myObject (attribute1 "attr99620") ) ) +(assert (myObject (attribute1 "attr99621") ) ) +(assert (myObject (attribute1 "attr99622") ) ) +(assert (myObject (attribute1 "attr99623") ) ) +(assert (myObject (attribute1 "attr99624") ) ) +(assert (myObject (attribute1 "attr99625") ) ) +(assert (myObject (attribute1 "attr99626") ) ) +(assert (myObject (attribute1 "attr99627") ) ) +(assert (myObject (attribute1 "attr99628") ) ) +(assert (myObject (attribute1 "attr99629") ) ) +(assert (myObject (attribute1 "attr99630") ) ) +(assert (myObject (attribute1 "attr99631") ) ) +(assert (myObject (attribute1 "attr99632") ) ) +(assert (myObject (attribute1 "attr99633") ) ) +(assert (myObject (attribute1 "attr99634") ) ) +(assert (myObject (attribute1 "attr99635") ) ) +(assert (myObject (attribute1 "attr99636") ) ) +(assert (myObject (attribute1 "attr99637") ) ) +(assert (myObject (attribute1 "attr99638") ) ) +(assert (myObject (attribute1 "attr99639") ) ) +(assert (myObject (attribute1 "attr99640") ) ) +(assert (myObject (attribute1 "attr99641") ) ) +(assert (myObject (attribute1 "attr99642") ) ) +(assert (myObject (attribute1 "attr99643") ) ) +(assert (myObject (attribute1 "attr99644") ) ) +(assert (myObject (attribute1 "attr99645") ) ) +(assert (myObject (attribute1 "attr99646") ) ) +(assert (myObject (attribute1 "attr99647") ) ) +(assert (myObject (attribute1 "attr99648") ) ) +(assert (myObject (attribute1 "attr99649") ) ) +(assert (myObject (attribute1 "attr99650") ) ) +(assert (myObject (attribute1 "attr99651") ) ) +(assert (myObject (attribute1 "attr99652") ) ) +(assert (myObject (attribute1 "attr99653") ) ) +(assert (myObject (attribute1 "attr99654") ) ) +(assert (myObject (attribute1 "attr99655") ) ) +(assert (myObject (attribute1 "attr99656") ) ) +(assert (myObject (attribute1 "attr99657") ) ) +(assert (myObject (attribute1 "attr99658") ) ) +(assert (myObject (attribute1 "attr99659") ) ) +(assert (myObject (attribute1 "attr99660") ) ) +(assert (myObject (attribute1 "attr99661") ) ) +(assert (myObject (attribute1 "attr99662") ) ) +(assert (myObject (attribute1 "attr99663") ) ) +(assert (myObject (attribute1 "attr99664") ) ) +(assert (myObject (attribute1 "attr99665") ) ) +(assert (myObject (attribute1 "attr99666") ) ) +(assert (myObject (attribute1 "attr99667") ) ) +(assert (myObject (attribute1 "attr99668") ) ) +(assert (myObject (attribute1 "attr99669") ) ) +(assert (myObject (attribute1 "attr99670") ) ) +(assert (myObject (attribute1 "attr99671") ) ) +(assert (myObject (attribute1 "attr99672") ) ) +(assert (myObject (attribute1 "attr99673") ) ) +(assert (myObject (attribute1 "attr99674") ) ) +(assert (myObject (attribute1 "attr99675") ) ) +(assert (myObject (attribute1 "attr99676") ) ) +(assert (myObject (attribute1 "attr99677") ) ) +(assert (myObject (attribute1 "attr99678") ) ) +(assert (myObject (attribute1 "attr99679") ) ) +(assert (myObject (attribute1 "attr99680") ) ) +(assert (myObject (attribute1 "attr99681") ) ) +(assert (myObject (attribute1 "attr99682") ) ) +(assert (myObject (attribute1 "attr99683") ) ) +(assert (myObject (attribute1 "attr99684") ) ) +(assert (myObject (attribute1 "attr99685") ) ) +(assert (myObject (attribute1 "attr99686") ) ) +(assert (myObject (attribute1 "attr99687") ) ) +(assert (myObject (attribute1 "attr99688") ) ) +(assert (myObject (attribute1 "attr99689") ) ) +(assert (myObject (attribute1 "attr99690") ) ) +(assert (myObject (attribute1 "attr99691") ) ) +(assert (myObject (attribute1 "attr99692") ) ) +(assert (myObject (attribute1 "attr99693") ) ) +(assert (myObject (attribute1 "attr99694") ) ) +(assert (myObject (attribute1 "attr99695") ) ) +(assert (myObject (attribute1 "attr99696") ) ) +(assert (myObject (attribute1 "attr99697") ) ) +(assert (myObject (attribute1 "attr99698") ) ) +(assert (myObject (attribute1 "attr99699") ) ) +(assert (myObject (attribute1 "attr99700") ) ) +(assert (myObject (attribute1 "attr99701") ) ) +(assert (myObject (attribute1 "attr99702") ) ) +(assert (myObject (attribute1 "attr99703") ) ) +(assert (myObject (attribute1 "attr99704") ) ) +(assert (myObject (attribute1 "attr99705") ) ) +(assert (myObject (attribute1 "attr99706") ) ) +(assert (myObject (attribute1 "attr99707") ) ) +(assert (myObject (attribute1 "attr99708") ) ) +(assert (myObject (attribute1 "attr99709") ) ) +(assert (myObject (attribute1 "attr99710") ) ) +(assert (myObject (attribute1 "attr99711") ) ) +(assert (myObject (attribute1 "attr99712") ) ) +(assert (myObject (attribute1 "attr99713") ) ) +(assert (myObject (attribute1 "attr99714") ) ) +(assert (myObject (attribute1 "attr99715") ) ) +(assert (myObject (attribute1 "attr99716") ) ) +(assert (myObject (attribute1 "attr99717") ) ) +(assert (myObject (attribute1 "attr99718") ) ) +(assert (myObject (attribute1 "attr99719") ) ) +(assert (myObject (attribute1 "attr99720") ) ) +(assert (myObject (attribute1 "attr99721") ) ) +(assert (myObject (attribute1 "attr99722") ) ) +(assert (myObject (attribute1 "attr99723") ) ) +(assert (myObject (attribute1 "attr99724") ) ) +(assert (myObject (attribute1 "attr99725") ) ) +(assert (myObject (attribute1 "attr99726") ) ) +(assert (myObject (attribute1 "attr99727") ) ) +(assert (myObject (attribute1 "attr99728") ) ) +(assert (myObject (attribute1 "attr99729") ) ) +(assert (myObject (attribute1 "attr99730") ) ) +(assert (myObject (attribute1 "attr99731") ) ) +(assert (myObject (attribute1 "attr99732") ) ) +(assert (myObject (attribute1 "attr99733") ) ) +(assert (myObject (attribute1 "attr99734") ) ) +(assert (myObject (attribute1 "attr99735") ) ) +(assert (myObject (attribute1 "attr99736") ) ) +(assert (myObject (attribute1 "attr99737") ) ) +(assert (myObject (attribute1 "attr99738") ) ) +(assert (myObject (attribute1 "attr99739") ) ) +(assert (myObject (attribute1 "attr99740") ) ) +(assert (myObject (attribute1 "attr99741") ) ) +(assert (myObject (attribute1 "attr99742") ) ) +(assert (myObject (attribute1 "attr99743") ) ) +(assert (myObject (attribute1 "attr99744") ) ) +(assert (myObject (attribute1 "attr99745") ) ) +(assert (myObject (attribute1 "attr99746") ) ) +(assert (myObject (attribute1 "attr99747") ) ) +(assert (myObject (attribute1 "attr99748") ) ) +(assert (myObject (attribute1 "attr99749") ) ) +(assert (myObject (attribute1 "attr99750") ) ) +(assert (myObject (attribute1 "attr99751") ) ) +(assert (myObject (attribute1 "attr99752") ) ) +(assert (myObject (attribute1 "attr99753") ) ) +(assert (myObject (attribute1 "attr99754") ) ) +(assert (myObject (attribute1 "attr99755") ) ) +(assert (myObject (attribute1 "attr99756") ) ) +(assert (myObject (attribute1 "attr99757") ) ) +(assert (myObject (attribute1 "attr99758") ) ) +(assert (myObject (attribute1 "attr99759") ) ) +(assert (myObject (attribute1 "attr99760") ) ) +(assert (myObject (attribute1 "attr99761") ) ) +(assert (myObject (attribute1 "attr99762") ) ) +(assert (myObject (attribute1 "attr99763") ) ) +(assert (myObject (attribute1 "attr99764") ) ) +(assert (myObject (attribute1 "attr99765") ) ) +(assert (myObject (attribute1 "attr99766") ) ) +(assert (myObject (attribute1 "attr99767") ) ) +(assert (myObject (attribute1 "attr99768") ) ) +(assert (myObject (attribute1 "attr99769") ) ) +(assert (myObject (attribute1 "attr99770") ) ) +(assert (myObject (attribute1 "attr99771") ) ) +(assert (myObject (attribute1 "attr99772") ) ) +(assert (myObject (attribute1 "attr99773") ) ) +(assert (myObject (attribute1 "attr99774") ) ) +(assert (myObject (attribute1 "attr99775") ) ) +(assert (myObject (attribute1 "attr99776") ) ) +(assert (myObject (attribute1 "attr99777") ) ) +(assert (myObject (attribute1 "attr99778") ) ) +(assert (myObject (attribute1 "attr99779") ) ) +(assert (myObject (attribute1 "attr99780") ) ) +(assert (myObject (attribute1 "attr99781") ) ) +(assert (myObject (attribute1 "attr99782") ) ) +(assert (myObject (attribute1 "attr99783") ) ) +(assert (myObject (attribute1 "attr99784") ) ) +(assert (myObject (attribute1 "attr99785") ) ) +(assert (myObject (attribute1 "attr99786") ) ) +(assert (myObject (attribute1 "attr99787") ) ) +(assert (myObject (attribute1 "attr99788") ) ) +(assert (myObject (attribute1 "attr99789") ) ) +(assert (myObject (attribute1 "attr99790") ) ) +(assert (myObject (attribute1 "attr99791") ) ) +(assert (myObject (attribute1 "attr99792") ) ) +(assert (myObject (attribute1 "attr99793") ) ) +(assert (myObject (attribute1 "attr99794") ) ) +(assert (myObject (attribute1 "attr99795") ) ) +(assert (myObject (attribute1 "attr99796") ) ) +(assert (myObject (attribute1 "attr99797") ) ) +(assert (myObject (attribute1 "attr99798") ) ) +(assert (myObject (attribute1 "attr99799") ) ) +(assert (myObject (attribute1 "attr99800") ) ) +(assert (myObject (attribute1 "attr99801") ) ) +(assert (myObject (attribute1 "attr99802") ) ) +(assert (myObject (attribute1 "attr99803") ) ) +(assert (myObject (attribute1 "attr99804") ) ) +(assert (myObject (attribute1 "attr99805") ) ) +(assert (myObject (attribute1 "attr99806") ) ) +(assert (myObject (attribute1 "attr99807") ) ) +(assert (myObject (attribute1 "attr99808") ) ) +(assert (myObject (attribute1 "attr99809") ) ) +(assert (myObject (attribute1 "attr99810") ) ) +(assert (myObject (attribute1 "attr99811") ) ) +(assert (myObject (attribute1 "attr99812") ) ) +(assert (myObject (attribute1 "attr99813") ) ) +(assert (myObject (attribute1 "attr99814") ) ) +(assert (myObject (attribute1 "attr99815") ) ) +(assert (myObject (attribute1 "attr99816") ) ) +(assert (myObject (attribute1 "attr99817") ) ) +(assert (myObject (attribute1 "attr99818") ) ) +(assert (myObject (attribute1 "attr99819") ) ) +(assert (myObject (attribute1 "attr99820") ) ) +(assert (myObject (attribute1 "attr99821") ) ) +(assert (myObject (attribute1 "attr99822") ) ) +(assert (myObject (attribute1 "attr99823") ) ) +(assert (myObject (attribute1 "attr99824") ) ) +(assert (myObject (attribute1 "attr99825") ) ) +(assert (myObject (attribute1 "attr99826") ) ) +(assert (myObject (attribute1 "attr99827") ) ) +(assert (myObject (attribute1 "attr99828") ) ) +(assert (myObject (attribute1 "attr99829") ) ) +(assert (myObject (attribute1 "attr99830") ) ) +(assert (myObject (attribute1 "attr99831") ) ) +(assert (myObject (attribute1 "attr99832") ) ) +(assert (myObject (attribute1 "attr99833") ) ) +(assert (myObject (attribute1 "attr99834") ) ) +(assert (myObject (attribute1 "attr99835") ) ) +(assert (myObject (attribute1 "attr99836") ) ) +(assert (myObject (attribute1 "attr99837") ) ) +(assert (myObject (attribute1 "attr99838") ) ) +(assert (myObject (attribute1 "attr99839") ) ) +(assert (myObject (attribute1 "attr99840") ) ) +(assert (myObject (attribute1 "attr99841") ) ) +(assert (myObject (attribute1 "attr99842") ) ) +(assert (myObject (attribute1 "attr99843") ) ) +(assert (myObject (attribute1 "attr99844") ) ) +(assert (myObject (attribute1 "attr99845") ) ) +(assert (myObject (attribute1 "attr99846") ) ) +(assert (myObject (attribute1 "attr99847") ) ) +(assert (myObject (attribute1 "attr99848") ) ) +(assert (myObject (attribute1 "attr99849") ) ) +(assert (myObject (attribute1 "attr99850") ) ) +(assert (myObject (attribute1 "attr99851") ) ) +(assert (myObject (attribute1 "attr99852") ) ) +(assert (myObject (attribute1 "attr99853") ) ) +(assert (myObject (attribute1 "attr99854") ) ) +(assert (myObject (attribute1 "attr99855") ) ) +(assert (myObject (attribute1 "attr99856") ) ) +(assert (myObject (attribute1 "attr99857") ) ) +(assert (myObject (attribute1 "attr99858") ) ) +(assert (myObject (attribute1 "attr99859") ) ) +(assert (myObject (attribute1 "attr99860") ) ) +(assert (myObject (attribute1 "attr99861") ) ) +(assert (myObject (attribute1 "attr99862") ) ) +(assert (myObject (attribute1 "attr99863") ) ) +(assert (myObject (attribute1 "attr99864") ) ) +(assert (myObject (attribute1 "attr99865") ) ) +(assert (myObject (attribute1 "attr99866") ) ) +(assert (myObject (attribute1 "attr99867") ) ) +(assert (myObject (attribute1 "attr99868") ) ) +(assert (myObject (attribute1 "attr99869") ) ) +(assert (myObject (attribute1 "attr99870") ) ) +(assert (myObject (attribute1 "attr99871") ) ) +(assert (myObject (attribute1 "attr99872") ) ) +(assert (myObject (attribute1 "attr99873") ) ) +(assert (myObject (attribute1 "attr99874") ) ) +(assert (myObject (attribute1 "attr99875") ) ) +(assert (myObject (attribute1 "attr99876") ) ) +(assert (myObject (attribute1 "attr99877") ) ) +(assert (myObject (attribute1 "attr99878") ) ) +(assert (myObject (attribute1 "attr99879") ) ) +(assert (myObject (attribute1 "attr99880") ) ) +(assert (myObject (attribute1 "attr99881") ) ) +(assert (myObject (attribute1 "attr99882") ) ) +(assert (myObject (attribute1 "attr99883") ) ) +(assert (myObject (attribute1 "attr99884") ) ) +(assert (myObject (attribute1 "attr99885") ) ) +(assert (myObject (attribute1 "attr99886") ) ) +(assert (myObject (attribute1 "attr99887") ) ) +(assert (myObject (attribute1 "attr99888") ) ) +(assert (myObject (attribute1 "attr99889") ) ) +(assert (myObject (attribute1 "attr99890") ) ) +(assert (myObject (attribute1 "attr99891") ) ) +(assert (myObject (attribute1 "attr99892") ) ) +(assert (myObject (attribute1 "attr99893") ) ) +(assert (myObject (attribute1 "attr99894") ) ) +(assert (myObject (attribute1 "attr99895") ) ) +(assert (myObject (attribute1 "attr99896") ) ) +(assert (myObject (attribute1 "attr99897") ) ) +(assert (myObject (attribute1 "attr99898") ) ) +(assert (myObject (attribute1 "attr99899") ) ) +(assert (myObject (attribute1 "attr99900") ) ) +(assert (myObject (attribute1 "attr99901") ) ) +(assert (myObject (attribute1 "attr99902") ) ) +(assert (myObject (attribute1 "attr99903") ) ) +(assert (myObject (attribute1 "attr99904") ) ) +(assert (myObject (attribute1 "attr99905") ) ) +(assert (myObject (attribute1 "attr99906") ) ) +(assert (myObject (attribute1 "attr99907") ) ) +(assert (myObject (attribute1 "attr99908") ) ) +(assert (myObject (attribute1 "attr99909") ) ) +(assert (myObject (attribute1 "attr99910") ) ) +(assert (myObject (attribute1 "attr99911") ) ) +(assert (myObject (attribute1 "attr99912") ) ) +(assert (myObject (attribute1 "attr99913") ) ) +(assert (myObject (attribute1 "attr99914") ) ) +(assert (myObject (attribute1 "attr99915") ) ) +(assert (myObject (attribute1 "attr99916") ) ) +(assert (myObject (attribute1 "attr99917") ) ) +(assert (myObject (attribute1 "attr99918") ) ) +(assert (myObject (attribute1 "attr99919") ) ) +(assert (myObject (attribute1 "attr99920") ) ) +(assert (myObject (attribute1 "attr99921") ) ) +(assert (myObject (attribute1 "attr99922") ) ) +(assert (myObject (attribute1 "attr99923") ) ) +(assert (myObject (attribute1 "attr99924") ) ) +(assert (myObject (attribute1 "attr99925") ) ) +(assert (myObject (attribute1 "attr99926") ) ) +(assert (myObject (attribute1 "attr99927") ) ) +(assert (myObject (attribute1 "attr99928") ) ) +(assert (myObject (attribute1 "attr99929") ) ) +(assert (myObject (attribute1 "attr99930") ) ) +(assert (myObject (attribute1 "attr99931") ) ) +(assert (myObject (attribute1 "attr99932") ) ) +(assert (myObject (attribute1 "attr99933") ) ) +(assert (myObject (attribute1 "attr99934") ) ) +(assert (myObject (attribute1 "attr99935") ) ) +(assert (myObject (attribute1 "attr99936") ) ) +(assert (myObject (attribute1 "attr99937") ) ) +(assert (myObject (attribute1 "attr99938") ) ) +(assert (myObject (attribute1 "attr99939") ) ) +(assert (myObject (attribute1 "attr99940") ) ) +(assert (myObject (attribute1 "attr99941") ) ) +(assert (myObject (attribute1 "attr99942") ) ) +(assert (myObject (attribute1 "attr99943") ) ) +(assert (myObject (attribute1 "attr99944") ) ) +(assert (myObject (attribute1 "attr99945") ) ) +(assert (myObject (attribute1 "attr99946") ) ) +(assert (myObject (attribute1 "attr99947") ) ) +(assert (myObject (attribute1 "attr99948") ) ) +(assert (myObject (attribute1 "attr99949") ) ) +(assert (myObject (attribute1 "attr99950") ) ) +(assert (myObject (attribute1 "attr99951") ) ) +(assert (myObject (attribute1 "attr99952") ) ) +(assert (myObject (attribute1 "attr99953") ) ) +(assert (myObject (attribute1 "attr99954") ) ) +(assert (myObject (attribute1 "attr99955") ) ) +(assert (myObject (attribute1 "attr99956") ) ) +(assert (myObject (attribute1 "attr99957") ) ) +(assert (myObject (attribute1 "attr99958") ) ) +(assert (myObject (attribute1 "attr99959") ) ) +(assert (myObject (attribute1 "attr99960") ) ) +(assert (myObject (attribute1 "attr99961") ) ) +(assert (myObject (attribute1 "attr99962") ) ) +(assert (myObject (attribute1 "attr99963") ) ) +(assert (myObject (attribute1 "attr99964") ) ) +(assert (myObject (attribute1 "attr99965") ) ) +(assert (myObject (attribute1 "attr99966") ) ) +(assert (myObject (attribute1 "attr99967") ) ) +(assert (myObject (attribute1 "attr99968") ) ) +(assert (myObject (attribute1 "attr99969") ) ) +(assert (myObject (attribute1 "attr99970") ) ) +(assert (myObject (attribute1 "attr99971") ) ) +(assert (myObject (attribute1 "attr99972") ) ) +(assert (myObject (attribute1 "attr99973") ) ) +(assert (myObject (attribute1 "attr99974") ) ) +(assert (myObject (attribute1 "attr99975") ) ) +(assert (myObject (attribute1 "attr99976") ) ) +(assert (myObject (attribute1 "attr99977") ) ) +(assert (myObject (attribute1 "attr99978") ) ) +(assert (myObject (attribute1 "attr99979") ) ) +(assert (myObject (attribute1 "attr99980") ) ) +(assert (myObject (attribute1 "attr99981") ) ) +(assert (myObject (attribute1 "attr99982") ) ) +(assert (myObject (attribute1 "attr99983") ) ) +(assert (myObject (attribute1 "attr99984") ) ) +(assert (myObject (attribute1 "attr99985") ) ) +(assert (myObject (attribute1 "attr99986") ) ) +(assert (myObject (attribute1 "attr99987") ) ) +(assert (myObject (attribute1 "attr99988") ) ) +(assert (myObject (attribute1 "attr99989") ) ) +(assert (myObject (attribute1 "attr99990") ) ) +(assert (myObject (attribute1 "attr99991") ) ) +(assert (myObject (attribute1 "attr99992") ) ) +(assert (myObject (attribute1 "attr99993") ) ) +(assert (myObject (attribute1 "attr99994") ) ) +(assert (myObject (attribute1 "attr99995") ) ) +(assert (myObject (attribute1 "attr99996") ) ) +(assert (myObject (attribute1 "attr99997") ) ) +(assert (myObject (attribute1 "attr99998") ) ) +(assert (myObject (attribute1 "attr99999") ) ) diff --git a/trunk/Creshendo.UnitTests/Data/128guest.dat b/trunk/Creshendo.UnitTests/Data/128guest.dat new file mode 100644 index 0000000..ebeb947 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/128guest.dat @@ -0,0 +1,438 @@ +(guest (name "1")(sex "m")(hobby "2") ) +(guest (name "1")(sex "m")(hobby "1") ) +(guest (name "1")(sex "m")(hobby "4") ) +(guest (name "1")(sex "m")(hobby "5") ) +(guest (name "2")(sex "f")(hobby "3") ) +(guest (name "2")(sex "f")(hobby "2") ) +(guest (name "2")(sex "f")(hobby "1") ) +(guest (name "2")(sex "f")(hobby "4") ) +(guest (name "2")(sex "f")(hobby "5") ) +(guest (name "3")(sex "f")(hobby "5") ) +(guest (name "3")(sex "f")(hobby "4") ) +(guest (name "3")(sex "f")(hobby "2") ) +(guest (name "4")(sex "m")(hobby "3") ) +(guest (name "4")(sex "m")(hobby "2") ) +(guest (name "4")(sex "m")(hobby "1") ) +(guest (name "4")(sex "m")(hobby "4") ) +(guest (name "5")(sex "m")(hobby "2") ) +(guest (name "5")(sex "m")(hobby "5") ) +(guest (name "5")(sex "m")(hobby "3") ) +(guest (name "6")(sex "f")(hobby "1") ) +(guest (name "6")(sex "f")(hobby "4") ) +(guest (name "6")(sex "f")(hobby "2") ) +(guest (name "6")(sex "f")(hobby "5") ) +(guest (name "6")(sex "f")(hobby "3") ) +(guest (name "7")(sex "f")(hobby "1") ) +(guest (name "7")(sex "f")(hobby "2") ) +(guest (name "7")(sex "f")(hobby "3") ) +(guest (name "7")(sex "f")(hobby "5") ) +(guest (name "8")(sex "m")(hobby "3") ) +(guest (name "8")(sex "m")(hobby "5") ) +(guest (name "9")(sex "m")(hobby "3") ) +(guest (name "9")(sex "m")(hobby "5") ) +(guest (name "9")(sex "m")(hobby "2") ) +(guest (name "9")(sex "m")(hobby "4") ) +(guest (name "10")(sex "m")(hobby "2") ) +(guest (name "10")(sex "m")(hobby "3") ) +(guest (name "10")(sex "m")(hobby "4") ) +(guest (name "10")(sex "m")(hobby "5") ) +(guest (name "10")(sex "m")(hobby "1") ) +(guest (name "11")(sex "m")(hobby "2") ) +(guest (name "11")(sex "m")(hobby "4") ) +(guest (name "11")(sex "m")(hobby "5") ) +(guest (name "11")(sex "m")(hobby "1") ) +(guest (name "12")(sex "f")(hobby "3") ) +(guest (name "12")(sex "f")(hobby "5") ) +(guest (name "12")(sex "f")(hobby "2") ) +(guest (name "13")(sex "f")(hobby "5") ) +(guest (name "13")(sex "f")(hobby "1") ) +(guest (name "14")(sex "m")(hobby "3") ) +(guest (name "14")(sex "m")(hobby "5") ) +(guest (name "14")(sex "m")(hobby "1") ) +(guest (name "14")(sex "m")(hobby "4") ) +(guest (name "15")(sex "m")(hobby "5") ) +(guest (name "15")(sex "m")(hobby "2") ) +(guest (name "15")(sex "m")(hobby "1") ) +(guest (name "15")(sex "m")(hobby "3") ) +(guest (name "15")(sex "m")(hobby "4") ) +(guest (name "16")(sex "m")(hobby "2") ) +(guest (name "16")(sex "m")(hobby "5") ) +(guest (name "16")(sex "m")(hobby "4") ) +(guest (name "17")(sex "m")(hobby "4") ) +(guest (name "17")(sex "m")(hobby "3") ) +(guest (name "18")(sex "f")(hobby "2") ) +(guest (name "18")(sex "f")(hobby "4") ) +(guest (name "18")(sex "f")(hobby "5") ) +(guest (name "18")(sex "f")(hobby "1") ) +(guest (name "19")(sex "m")(hobby "5") ) +(guest (name "19")(sex "m")(hobby "2") ) +(guest (name "20")(sex "m")(hobby "2") ) +(guest (name "20")(sex "m")(hobby "3") ) +(guest (name "21")(sex "m")(hobby "4") ) +(guest (name "21")(sex "m")(hobby "3") ) +(guest (name "21")(sex "m")(hobby "2") ) +(guest (name "21")(sex "m")(hobby "1") ) +(guest (name "22")(sex "m")(hobby "1") ) +(guest (name "22")(sex "m")(hobby "2") ) +(guest (name "22")(sex "m")(hobby "4") ) +(guest (name "23")(sex "f")(hobby "4") ) +(guest (name "23")(sex "f")(hobby "5") ) +(guest (name "23")(sex "f")(hobby "2") ) +(guest (name "24")(sex "f")(hobby "4") ) +(guest (name "24")(sex "f")(hobby "3") ) +(guest (name "24")(sex "f")(hobby "2") ) +(guest (name "24")(sex "f")(hobby "1") ) +(guest (name "24")(sex "f")(hobby "5") ) +(guest (name "25")(sex "m")(hobby "4") ) +(guest (name "25")(sex "m")(hobby "5") ) +(guest (name "26")(sex "m")(hobby "1") ) +(guest (name "26")(sex "m")(hobby "2") ) +(guest (name "27")(sex "m")(hobby "3") ) +(guest (name "27")(sex "m")(hobby "5") ) +(guest (name "27")(sex "m")(hobby "2") ) +(guest (name "28")(sex "f")(hobby "4") ) +(guest (name "28")(sex "f")(hobby "1") ) +(guest (name "28")(sex "f")(hobby "3") ) +(guest (name "28")(sex "f")(hobby "2") ) +(guest (name "28")(sex "f")(hobby "5") ) +(guest (name "29")(sex "f")(hobby "3") ) +(guest (name "29")(sex "f")(hobby "5") ) +(guest (name "30")(sex "m")(hobby "2") ) +(guest (name "30")(sex "m")(hobby "1") ) +(guest (name "31")(sex "m")(hobby "3") ) +(guest (name "31")(sex "m")(hobby "1") ) +(guest (name "31")(sex "m")(hobby "4") ) +(guest (name "32")(sex "f")(hobby "2") ) +(guest (name "32")(sex "f")(hobby "1") ) +(guest (name "32")(sex "f")(hobby "5") ) +(guest (name "33")(sex "f")(hobby "5") ) +(guest (name "33")(sex "f")(hobby "4") ) +(guest (name "34")(sex "m")(hobby "4") ) +(guest (name "34")(sex "m")(hobby "5") ) +(guest (name "34")(sex "m")(hobby "2") ) +(guest (name "35")(sex "f")(hobby "3") ) +(guest (name "35")(sex "f")(hobby "1") ) +(guest (name "35")(sex "f")(hobby "4") ) +(guest (name "35")(sex "f")(hobby "5") ) +(guest (name "35")(sex "f")(hobby "2") ) +(guest (name "36")(sex "m")(hobby "1") ) +(guest (name "36")(sex "m")(hobby "4") ) +(guest (name "36")(sex "m")(hobby "2") ) +(guest (name "36")(sex "m")(hobby "3") ) +(guest (name "37")(sex "f")(hobby "4") ) +(guest (name "37")(sex "f")(hobby "2") ) +(guest (name "37")(sex "f")(hobby "1") ) +(guest (name "38")(sex "f")(hobby "3") ) +(guest (name "38")(sex "f")(hobby "1") ) +(guest (name "38")(sex "f")(hobby "2") ) +(guest (name "38")(sex "f")(hobby "4") ) +(guest (name "39")(sex "m")(hobby "5") ) +(guest (name "39")(sex "m")(hobby "2") ) +(guest (name "40")(sex "m")(hobby "2") ) +(guest (name "40")(sex "m")(hobby "3") ) +(guest (name "41")(sex "f")(hobby "5") ) +(guest (name "41")(sex "f")(hobby "3") ) +(guest (name "42")(sex "m")(hobby "5") ) +(guest (name "42")(sex "m")(hobby "4") ) +(guest (name "43")(sex "m")(hobby "3") ) +(guest (name "43")(sex "m")(hobby "4") ) +(guest (name "43")(sex "m")(hobby "5") ) +(guest (name "44")(sex "f")(hobby "2") ) +(guest (name "44")(sex "f")(hobby "4") ) +(guest (name "44")(sex "f")(hobby "3") ) +(guest (name "44")(sex "f")(hobby "1") ) +(guest (name "45")(sex "m")(hobby "2") ) +(guest (name "45")(sex "m")(hobby "4") ) +(guest (name "46")(sex "m")(hobby "4") ) +(guest (name "46")(sex "m")(hobby "1") ) +(guest (name "46")(sex "m")(hobby "5") ) +(guest (name "47")(sex "m")(hobby "2") ) +(guest (name "47")(sex "m")(hobby "5") ) +(guest (name "47")(sex "m")(hobby "4") ) +(guest (name "48")(sex "f")(hobby "3") ) +(guest (name "48")(sex "f")(hobby "1") ) +(guest (name "49")(sex "m")(hobby "1") ) +(guest (name "49")(sex "m")(hobby "5") ) +(guest (name "49")(sex "m")(hobby "4") ) +(guest (name "49")(sex "m")(hobby "3") ) +(guest (name "49")(sex "m")(hobby "2") ) +(guest (name "50")(sex "m")(hobby "2") ) +(guest (name "50")(sex "m")(hobby "4") ) +(guest (name "50")(sex "m")(hobby "3") ) +(guest (name "51")(sex "m")(hobby "1") ) +(guest (name "51")(sex "m")(hobby "2") ) +(guest (name "51")(sex "m")(hobby "5") ) +(guest (name "51")(sex "m")(hobby "4") ) +(guest (name "52")(sex "f")(hobby "5") ) +(guest (name "52")(sex "f")(hobby "3") ) +(guest (name "52")(sex "f")(hobby "1") ) +(guest (name "52")(sex "f")(hobby "4") ) +(guest (name "53")(sex "f")(hobby "5") ) +(guest (name "53")(sex "f")(hobby "1") ) +(guest (name "53")(sex "f")(hobby "4") ) +(guest (name "53")(sex "f")(hobby "2") ) +(guest (name "53")(sex "f")(hobby "3") ) +(guest (name "54")(sex "f")(hobby "1") ) +(guest (name "54")(sex "f")(hobby "3") ) +(guest (name "55")(sex "m")(hobby "2") ) +(guest (name "55")(sex "m")(hobby "4") ) +(guest (name "56")(sex "m")(hobby "2") ) +(guest (name "56")(sex "m")(hobby "3") ) +(guest (name "57")(sex "f")(hobby "2") ) +(guest (name "57")(sex "f")(hobby "1") ) +(guest (name "57")(sex "f")(hobby "4") ) +(guest (name "58")(sex "m")(hobby "5") ) +(guest (name "58")(sex "m")(hobby "3") ) +(guest (name "58")(sex "m")(hobby "2") ) +(guest (name "58")(sex "m")(hobby "1") ) +(guest (name "58")(sex "m")(hobby "4") ) +(guest (name "59")(sex "f")(hobby "2") ) +(guest (name "59")(sex "f")(hobby "3") ) +(guest (name "59")(sex "f")(hobby "5") ) +(guest (name "60")(sex "f")(hobby "4") ) +(guest (name "60")(sex "f")(hobby "2") ) +(guest (name "60")(sex "f")(hobby "3") ) +(guest (name "60")(sex "f")(hobby "5") ) +(guest (name "61")(sex "m")(hobby "1") ) +(guest (name "61")(sex "m")(hobby "2") ) +(guest (name "61")(sex "m")(hobby "4") ) +(guest (name "61")(sex "m")(hobby "3") ) +(guest (name "62")(sex "f")(hobby "3") ) +(guest (name "62")(sex "f")(hobby "2") ) +(guest (name "62")(sex "f")(hobby "5") ) +(guest (name "62")(sex "f")(hobby "4") ) +(guest (name "62")(sex "f")(hobby "1") ) +(guest (name "63")(sex "f")(hobby "2") ) +(guest (name "63")(sex "f")(hobby "3") ) +(guest (name "63")(sex "f")(hobby "4") ) +(guest (name "63")(sex "f")(hobby "1") ) +(guest (name "63")(sex "f")(hobby "5") ) +(guest (name "64")(sex "f")(hobby "2") ) +(guest (name "64")(sex "f")(hobby "4") ) +(guest (name "64")(sex "f")(hobby "1") ) +(guest (name "64")(sex "f")(hobby "5") ) +(guest (name "64")(sex "f")(hobby "3") ) +(guest (name "65")(sex "m")(hobby "5") ) +(guest (name "65")(sex "m")(hobby "3") ) +(guest (name "65")(sex "m")(hobby "2") ) +(guest (name "65")(sex "m")(hobby "1") ) +(guest (name "65")(sex "m")(hobby "4") ) +(guest (name "66")(sex "f")(hobby "5") ) +(guest (name "66")(sex "f")(hobby "3") ) +(guest (name "66")(sex "f")(hobby "4") ) +(guest (name "67")(sex "f")(hobby "1") ) +(guest (name "67")(sex "f")(hobby "4") ) +(guest (name "68")(sex "m")(hobby "4") ) +(guest (name "68")(sex "m")(hobby "2") ) +(guest (name "68")(sex "m")(hobby "1") ) +(guest (name "68")(sex "m")(hobby "5") ) +(guest (name "69")(sex "m")(hobby "3") ) +(guest (name "69")(sex "m")(hobby "4") ) +(guest (name "69")(sex "m")(hobby "1") ) +(guest (name "70")(sex "f")(hobby "3") ) +(guest (name "70")(sex "f")(hobby "5") ) +(guest (name "70")(sex "f")(hobby "1") ) +(guest (name "70")(sex "f")(hobby "4") ) +(guest (name "70")(sex "f")(hobby "2") ) +(guest (name "71")(sex "m")(hobby "3") ) +(guest (name "71")(sex "m")(hobby "1") ) +(guest (name "71")(sex "m")(hobby "4") ) +(guest (name "72")(sex "m")(hobby "4") ) +(guest (name "72")(sex "m")(hobby "3") ) +(guest (name "72")(sex "m")(hobby "1") ) +(guest (name "73")(sex "f")(hobby "4") ) +(guest (name "73")(sex "f")(hobby "1") ) +(guest (name "73")(sex "f")(hobby "3") ) +(guest (name "74")(sex "f")(hobby "1") ) +(guest (name "74")(sex "f")(hobby "4") ) +(guest (name "74")(sex "f")(hobby "2") ) +(guest (name "74")(sex "f")(hobby "5") ) +(guest (name "74")(sex "f")(hobby "3") ) +(guest (name "75")(sex "f")(hobby "4") ) +(guest (name "75")(sex "f")(hobby "2") ) +(guest (name "76")(sex "f")(hobby "5") ) +(guest (name "76")(sex "f")(hobby "4") ) +(guest (name "76")(sex "f")(hobby "3") ) +(guest (name "76")(sex "f")(hobby "2") ) +(guest (name "76")(sex "f")(hobby "1") ) +(guest (name "77")(sex "m")(hobby "1") ) +(guest (name "77")(sex "m")(hobby "5") ) +(guest (name "78")(sex "m")(hobby "5") ) +(guest (name "78")(sex "m")(hobby "1") ) +(guest (name "79")(sex "f")(hobby "1") ) +(guest (name "79")(sex "f")(hobby "3") ) +(guest (name "79")(sex "f")(hobby "4") ) +(guest (name "79")(sex "f")(hobby "2") ) +(guest (name "79")(sex "f")(hobby "5") ) +(guest (name "80")(sex "m")(hobby "5") ) +(guest (name "80")(sex "m")(hobby "1") ) +(guest (name "80")(sex "m")(hobby "2") ) +(guest (name "80")(sex "m")(hobby "4") ) +(guest (name "81")(sex "m")(hobby "4") ) +(guest (name "81")(sex "m")(hobby "1") ) +(guest (name "82")(sex "m")(hobby "3") ) +(guest (name "82")(sex "m")(hobby "4") ) +(guest (name "82")(sex "m")(hobby "1") ) +(guest (name "82")(sex "m")(hobby "2") ) +(guest (name "82")(sex "m")(hobby "5") ) +(guest (name "83")(sex "f")(hobby "1") ) +(guest (name "83")(sex "f")(hobby "3") ) +(guest (name "83")(sex "f")(hobby "4") ) +(guest (name "84")(sex "m")(hobby "3") ) +(guest (name "84")(sex "m")(hobby "4") ) +(guest (name "85")(sex "f")(hobby "4") ) +(guest (name "85")(sex "f")(hobby "1") ) +(guest (name "86")(sex "m")(hobby "3") ) +(guest (name "86")(sex "m")(hobby "4") ) +(guest (name "87")(sex "m")(hobby "5") ) +(guest (name "87")(sex "m")(hobby "4") ) +(guest (name "87")(sex "m")(hobby "2") ) +(guest (name "87")(sex "m")(hobby "3") ) +(guest (name "88")(sex "m")(hobby "2") ) +(guest (name "88")(sex "m")(hobby "5") ) +(guest (name "88")(sex "m")(hobby "3") ) +(guest (name "88")(sex "m")(hobby "1") ) +(guest (name "88")(sex "m")(hobby "4") ) +(guest (name "89")(sex "f")(hobby "5") ) +(guest (name "89")(sex "f")(hobby "2") ) +(guest (name "89")(sex "f")(hobby "4") ) +(guest (name "89")(sex "f")(hobby "1") ) +(guest (name "90")(sex "m")(hobby "2") ) +(guest (name "90")(sex "m")(hobby "4") ) +(guest (name "90")(sex "m")(hobby "5") ) +(guest (name "91")(sex "f")(hobby "2") ) +(guest (name "91")(sex "f")(hobby "3") ) +(guest (name "91")(sex "f")(hobby "5") ) +(guest (name "91")(sex "f")(hobby "1") ) +(guest (name "91")(sex "f")(hobby "4") ) +(guest (name "92")(sex "f")(hobby "3") ) +(guest (name "92")(sex "f")(hobby "1") ) +(guest (name "92")(sex "f")(hobby "2") ) +(guest (name "92")(sex "f")(hobby "5") ) +(guest (name "93")(sex "f")(hobby "3") ) +(guest (name "93")(sex "f")(hobby "1") ) +(guest (name "93")(sex "f")(hobby "2") ) +(guest (name "94")(sex "f")(hobby "2") ) +(guest (name "94")(sex "f")(hobby "5") ) +(guest (name "95")(sex "f")(hobby "3") ) +(guest (name "95")(sex "f")(hobby "4") ) +(guest (name "96")(sex "m")(hobby "1") ) +(guest (name "96")(sex "m")(hobby "4") ) +(guest (name "96")(sex "m")(hobby "2") ) +(guest (name "96")(sex "m")(hobby "5") ) +(guest (name "96")(sex "m")(hobby "3") ) +(guest (name "97")(sex "f")(hobby "4") ) +(guest (name "97")(sex "f")(hobby "2") ) +(guest (name "97")(sex "f")(hobby "5") ) +(guest (name "98")(sex "m")(hobby "5") ) +(guest (name "98")(sex "m")(hobby "4") ) +(guest (name "99")(sex "f")(hobby "2") ) +(guest (name "99")(sex "f")(hobby "5") ) +(guest (name "100")(sex "m")(hobby "2") ) +(guest (name "100")(sex "m")(hobby "3") ) +(guest (name "100")(sex "m")(hobby "5") ) +(guest (name "100")(sex "m")(hobby "4") ) +(guest (name "101")(sex "f")(hobby "2") ) +(guest (name "101")(sex "f")(hobby "1") ) +(guest (name "101")(sex "f")(hobby "5") ) +(guest (name "101")(sex "f")(hobby "3") ) +(guest (name "101")(sex "f")(hobby "4") ) +(guest (name "102")(sex "f")(hobby "2") ) +(guest (name "102")(sex "f")(hobby "1") ) +(guest (name "102")(sex "f")(hobby "5") ) +(guest (name "102")(sex "f")(hobby "3") ) +(guest (name "102")(sex "f")(hobby "4") ) +(guest (name "103")(sex "m")(hobby "2") ) +(guest (name "103")(sex "m")(hobby "1") ) +(guest (name "103")(sex "m")(hobby "4") ) +(guest (name "103")(sex "m")(hobby "3") ) +(guest (name "103")(sex "m")(hobby "5") ) +(guest (name "104")(sex "m")(hobby "5") ) +(guest (name "104")(sex "m")(hobby "3") ) +(guest (name "104")(sex "m")(hobby "4") ) +(guest (name "104")(sex "m")(hobby "1") ) +(guest (name "104")(sex "m")(hobby "2") ) +(guest (name "105")(sex "f")(hobby "4") ) +(guest (name "105")(sex "f")(hobby "2") ) +(guest (name "106")(sex "f")(hobby "4") ) +(guest (name "106")(sex "f")(hobby "5") ) +(guest (name "106")(sex "f")(hobby "1") ) +(guest (name "107")(sex "f")(hobby "3") ) +(guest (name "107")(sex "f")(hobby "1") ) +(guest (name "107")(sex "f")(hobby "2") ) +(guest (name "107")(sex "f")(hobby "5") ) +(guest (name "107")(sex "f")(hobby "4") ) +(guest (name "108")(sex "f")(hobby "4") ) +(guest (name "108")(sex "f")(hobby "5") ) +(guest (name "108")(sex "f")(hobby "1") ) +(guest (name "108")(sex "f")(hobby "2") ) +(guest (name "108")(sex "f")(hobby "3") ) +(guest (name "109")(sex "f")(hobby "1") ) +(guest (name "109")(sex "f")(hobby "2") ) +(guest (name "110")(sex "m")(hobby "5") ) +(guest (name "110")(sex "m")(hobby "4") ) +(guest (name "110")(sex "m")(hobby "1") ) +(guest (name "110")(sex "m")(hobby "2") ) +(guest (name "111")(sex "f")(hobby "3") ) +(guest (name "111")(sex "f")(hobby "2") ) +(guest (name "112")(sex "f")(hobby "4") ) +(guest (name "112")(sex "f")(hobby "3") ) +(guest (name "112")(sex "f")(hobby "5") ) +(guest (name "112")(sex "f")(hobby "2") ) +(guest (name "112")(sex "f")(hobby "1") ) +(guest (name "113")(sex "f")(hobby "1") ) +(guest (name "113")(sex "f")(hobby "3") ) +(guest (name "113")(sex "f")(hobby "5") ) +(guest (name "113")(sex "f")(hobby "2") ) +(guest (name "114")(sex "m")(hobby "3") ) +(guest (name "114")(sex "m")(hobby "2") ) +(guest (name "115")(sex "m")(hobby "2") ) +(guest (name "115")(sex "m")(hobby "1") ) +(guest (name "115")(sex "m")(hobby "5") ) +(guest (name "115")(sex "m")(hobby "4") ) +(guest (name "116")(sex "m")(hobby "3") ) +(guest (name "116")(sex "m")(hobby "4") ) +(guest (name "116")(sex "m")(hobby "5") ) +(guest (name "116")(sex "m")(hobby "1") ) +(guest (name "117")(sex "f")(hobby "4") ) +(guest (name "117")(sex "f")(hobby "5") ) +(guest (name "117")(sex "f")(hobby "2") ) +(guest (name "118")(sex "f")(hobby "2") ) +(guest (name "118")(sex "f")(hobby "4") ) +(guest (name "118")(sex "f")(hobby "3") ) +(guest (name "119")(sex "m")(hobby "5") ) +(guest (name "119")(sex "m")(hobby "3") ) +(guest (name "120")(sex "m")(hobby "5") ) +(guest (name "120")(sex "m")(hobby "1") ) +(guest (name "120")(sex "m")(hobby "3") ) +(guest (name "120")(sex "m")(hobby "2") ) +(guest (name "120")(sex "m")(hobby "4") ) +(guest (name "121")(sex "f")(hobby "4") ) +(guest (name "121")(sex "f")(hobby "2") ) +(guest (name "121")(sex "f")(hobby "3") ) +(guest (name "121")(sex "f")(hobby "5") ) +(guest (name "122")(sex "m")(hobby "1") ) +(guest (name "122")(sex "m")(hobby "2") ) +(guest (name "122")(sex "m")(hobby "5") ) +(guest (name "123")(sex "m")(hobby "2") ) +(guest (name "123")(sex "m")(hobby "3") ) +(guest (name "123")(sex "m")(hobby "1") ) +(guest (name "123")(sex "m")(hobby "5") ) +(guest (name "124")(sex "f")(hobby "2") ) +(guest (name "124")(sex "f")(hobby "3") ) +(guest (name "124")(sex "f")(hobby "4") ) +(guest (name "125")(sex "f")(hobby "3") ) +(guest (name "125")(sex "f")(hobby "5") ) +(guest (name "125")(sex "f")(hobby "2") ) +(guest (name "125")(sex "f")(hobby "4") ) +(guest (name "126")(sex "f")(hobby "2") ) +(guest (name "126")(sex "f")(hobby "3") ) +(guest (name "126")(sex "f")(hobby "1") ) +(guest (name "126")(sex "f")(hobby "4") ) +(guest (name "127")(sex "f")(hobby "5") ) +(guest (name "127")(sex "f")(hobby "1") ) +(guest (name "128")(sex "f")(hobby "2") ) +(guest (name "128")(sex "f")(hobby "4") ) +(guest (name "128")(sex "f")(hobby "1") ) +(guest (name "128")(sex "f")(hobby "3") ) +(last_seat (seat 128) ) diff --git a/trunk/Creshendo.UnitTests/Data/16guest.dat b/trunk/Creshendo.UnitTests/Data/16guest.dat new file mode 100644 index 0000000..9343561 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/16guest.dat @@ -0,0 +1,41 @@ +(guest (name "1") (sex "m") (hobby "1") ) +(guest (name "1") (sex "m") (hobby "3") ) +(guest (name "1") (sex "m") (hobby "2") ) +(guest (name "2") (sex "m") (hobby "3") ) +(guest (name "2") (sex "m") (hobby "1") ) +(guest (name "2") (sex "m") (hobby "2") ) +(guest (name "3") (sex "m") (hobby "1") ) +(guest (name "3") (sex "m") (hobby "2") ) +(guest (name "4") (sex "m") (hobby "1") ) +(guest (name "4") (sex "m") (hobby "2") ) +(guest (name "5") (sex "m") (hobby "3") ) +(guest (name "5") (sex "m") (hobby "2") ) +(guest (name "6") (sex "m") (hobby "2") ) +(guest (name "6") (sex "m") (hobby "3") ) +(guest (name "7") (sex "m") (hobby "1") ) +(guest (name "7") (sex "m") (hobby "2") ) +(guest (name "7") (sex "m") (hobby "3") ) +(guest (name "8") (sex "f") (hobby "3") ) +(guest (name "8") (sex "f") (hobby "2") ) +(guest (name "8") (sex "f") (hobby "1") ) +(guest (name "9") (sex "f") (hobby "3") ) +(guest (name "9") (sex "f") (hobby "1") ) +(guest (name "9") (sex "f") (hobby "2") ) +(guest (name "10") (sex "f") (hobby "1") ) +(guest (name "10") (sex "f") (hobby "2") ) +(guest (name "10") (sex "f") (hobby "3") ) +(guest (name "11") (sex "f") (hobby "3") ) +(guest (name "11") (sex "f") (hobby "1") ) +(guest (name "12") (sex "f") (hobby "3") ) +(guest (name "12") (sex "f") (hobby "2") ) +(guest (name "13") (sex "f") (hobby "1") ) +(guest (name "13") (sex "f") (hobby "2") ) +(guest (name "13") (sex "f") (hobby "3") ) +(guest (name "14") (sex "f") (hobby "3") ) +(guest (name "14") (sex "f") (hobby "1") ) +(guest (name "14") (sex "f") (hobby "2") ) +(guest (name "15") (sex "f") (hobby "3") ) +(guest (name "15") (sex "f") (hobby "2") ) +(guest (name "16") (sex "m") (hobby "3") ) +(guest (name "16") (sex "m") (hobby "1") ) +(last_seat (seat 16) ) diff --git a/trunk/Creshendo.UnitTests/Data/64guest.dat b/trunk/Creshendo.UnitTests/Data/64guest.dat new file mode 100644 index 0000000..478589e --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/64guest.dat @@ -0,0 +1,168 @@ +(guest (name "1") (sex "m") (hobby "2") ) +(guest (name "1") (sex "m") (hobby "1") ) +(guest (name "1") (sex "m") (hobby "3") ) +(guest (name "2") (sex "f") (hobby "2") ) +(guest (name "2") (sex "f") (hobby "1") ) +(guest (name "2") (sex "f") (hobby "3") ) +(guest (name "3") (sex "m") (hobby "3") ) +(guest (name "3") (sex "m") (hobby "2") ) +(guest (name "4") (sex "m") (hobby "3") ) +(guest (name "4") (sex "m") (hobby "2") ) +(guest (name "4") (sex "m") (hobby "1") ) +(guest (name "5") (sex "m") (hobby "2") ) +(guest (name "5") (sex "m") (hobby "1") ) +(guest (name "5") (sex "m") (hobby "3") ) +(guest (name "6") (sex "m") (hobby "2") ) +(guest (name "6") (sex "m") (hobby "3") ) +(guest (name "6") (sex "m") (hobby "1") ) +(guest (name "7") (sex "f") (hobby "1") ) +(guest (name "7") (sex "f") (hobby "2") ) +(guest (name "7") (sex "f") (hobby "3") ) +(guest (name "8") (sex "m") (hobby "3") ) +(guest (name "8") (sex "m") (hobby "1") ) +(guest (name "9") (sex "m") (hobby "2") ) +(guest (name "9") (sex "m") (hobby "3") ) +(guest (name "9") (sex "m") (hobby "1") ) +(guest (name "10") (sex "m") (hobby "3") ) +(guest (name "10") (sex "m") (hobby "2") ) +(guest (name "10") (sex "m") (hobby "1") ) +(guest (name "11") (sex "m") (hobby "1") ) +(guest (name "11") (sex "m") (hobby "3") ) +(guest (name "11") (sex "m") (hobby "2") ) +(guest (name "12") (sex "f") (hobby "3") ) +(guest (name "12") (sex "f") (hobby "1") ) +(guest (name "12") (sex "f") (hobby "2") ) +(guest (name "13") (sex "m") (hobby "2") ) +(guest (name "13") (sex "m") (hobby "3") ) +(guest (name "14") (sex "m") (hobby "1") ) +(guest (name "14") (sex "m") (hobby "2") ) +(guest (name "15") (sex "m") (hobby "2") ) +(guest (name "15") (sex "m") (hobby "3") ) +(guest (name "15") (sex "m") (hobby "1") ) +(guest (name "16") (sex "f") (hobby "2") ) +(guest (name "16") (sex "f") (hobby "3") ) +(guest (name "17") (sex "f") (hobby "3") ) +(guest (name "17") (sex "f") (hobby "2") ) +(guest (name "18") (sex "m") (hobby "1") ) +(guest (name "18") (sex "m") (hobby "3") ) +(guest (name "18") (sex "m") (hobby "2") ) +(guest (name "19") (sex "f") (hobby "3") ) +(guest (name "19") (sex "f") (hobby "1") ) +(guest (name "20") (sex "f") (hobby "1") ) +(guest (name "20") (sex "f") (hobby "3") ) +(guest (name "20") (sex "f") (hobby "2") ) +(guest (name "21") (sex "m") (hobby "2") ) +(guest (name "21") (sex "m") (hobby "3") ) +(guest (name "22") (sex "m") (hobby "2") ) +(guest (name "22") (sex "m") (hobby "3") ) +(guest (name "23") (sex "f") (hobby "1") ) +(guest (name "23") (sex "f") (hobby "2") ) +(guest (name "24") (sex "f") (hobby "3") ) +(guest (name "24") (sex "f") (hobby "1") ) +(guest (name "24") (sex "f") (hobby "2") ) +(guest (name "25") (sex "f") (hobby "3") ) +(guest (name "25") (sex "f") (hobby "1") ) +(guest (name "25") (sex "f") (hobby "2") ) +(guest (name "26") (sex "m") (hobby "2") ) +(guest (name "26") (sex "m") (hobby "1") ) +(guest (name "26") (sex "m") (hobby "3") ) +(guest (name "27") (sex "f") (hobby "2") ) +(guest (name "27") (sex "f") (hobby "3") ) +(guest (name "27") (sex "f") (hobby "1") ) +(guest (name "28") (sex "m") (hobby "1") ) +(guest (name "28") (sex "m") (hobby "2") ) +(guest (name "29") (sex "f") (hobby "2") ) +(guest (name "29") (sex "f") (hobby "3") ) +(guest (name "29") (sex "f") (hobby "1") ) +(guest (name "30") (sex "f") (hobby "2") ) +(guest (name "30") (sex "f") (hobby "1") ) +(guest (name "30") (sex "f") (hobby "3") ) +(guest (name "31") (sex "m") (hobby "1") ) +(guest (name "31") (sex "m") (hobby "2") ) +(guest (name "31") (sex "m") (hobby "3") ) +(guest (name "32") (sex "m") (hobby "1") ) +(guest (name "32") (sex "m") (hobby "2") ) +(guest (name "33") (sex "m") (hobby "2") ) +(guest (name "33") (sex "m") (hobby "3") ) +(guest (name "33") (sex "m") (hobby "1") ) +(guest (name "34") (sex "f") (hobby "2") ) +(guest (name "34") (sex "f") (hobby "1") ) +(guest (name "34") (sex "f") (hobby "3") ) +(guest (name "35") (sex "f") (hobby "2") ) +(guest (name "35") (sex "f") (hobby "3") ) +(guest (name "36") (sex "m") (hobby "2") ) +(guest (name "36") (sex "m") (hobby "1") ) +(guest (name "37") (sex "m") (hobby "2") ) +(guest (name "37") (sex "m") (hobby "1") ) +(guest (name "38") (sex "f") (hobby "1") ) +(guest (name "38") (sex "f") (hobby "3") ) +(guest (name "38") (sex "f") (hobby "2") ) +(guest (name "39") (sex "m") (hobby "3") ) +(guest (name "39") (sex "m") (hobby "1") ) +(guest (name "39") (sex "m") (hobby "2") ) +(guest (name "40") (sex "f") (hobby "1") ) +(guest (name "40") (sex "f") (hobby "2") ) +(guest (name "40") (sex "f") (hobby "3") ) +(guest (name "41") (sex "m") (hobby "2") ) +(guest (name "41") (sex "m") (hobby "1") ) +(guest (name "41") (sex "m") (hobby "3") ) +(guest (name "42") (sex "m") (hobby "3") ) +(guest (name "42") (sex "m") (hobby "1") ) +(guest (name "43") (sex "m") (hobby "1") ) +(guest (name "43") (sex "m") (hobby "3") ) +(guest (name "43") (sex "m") (hobby "2") ) +(guest (name "44") (sex "m") (hobby "3") ) +(guest (name "44") (sex "m") (hobby "1") ) +(guest (name "44") (sex "m") (hobby "2") ) +(guest (name "45") (sex "m") (hobby "1") ) +(guest (name "45") (sex "m") (hobby "2") ) +(guest (name "46") (sex "f") (hobby "1") ) +(guest (name "46") (sex "f") (hobby "2") ) +(guest (name "46") (sex "f") (hobby "3") ) +(guest (name "47") (sex "m") (hobby "1") ) +(guest (name "47") (sex "m") (hobby "2") ) +(guest (name "48") (sex "f") (hobby "3") ) +(guest (name "48") (sex "f") (hobby "2") ) +(guest (name "49") (sex "m") (hobby "3") ) +(guest (name "49") (sex "m") (hobby "2") ) +(guest (name "50") (sex "m") (hobby "2") ) +(guest (name "50") (sex "m") (hobby "3") ) +(guest (name "51") (sex "f") (hobby "2") ) +(guest (name "51") (sex "f") (hobby "1") ) +(guest (name "51") (sex "f") (hobby "3") ) +(guest (name "52") (sex "m") (hobby "1") ) +(guest (name "52") (sex "m") (hobby "2") ) +(guest (name "52") (sex "m") (hobby "3") ) +(guest (name "53") (sex "f") (hobby "2") ) +(guest (name "53") (sex "f") (hobby "1") ) +(guest (name "54") (sex "f") (hobby "1") ) +(guest (name "54") (sex "f") (hobby "2") ) +(guest (name "54") (sex "f") (hobby "3") ) +(guest (name "55") (sex "f") (hobby "1") ) +(guest (name "55") (sex "f") (hobby "2") ) +(guest (name "55") (sex "f") (hobby "3") ) +(guest (name "56") (sex "f") (hobby "2") ) +(guest (name "56") (sex "f") (hobby "1") ) +(guest (name "56") (sex "f") (hobby "3") ) +(guest (name "57") (sex "f") (hobby "3") ) +(guest (name "57") (sex "f") (hobby "2") ) +(guest (name "57") (sex "f") (hobby "1") ) +(guest (name "58") (sex "f") (hobby "3") ) +(guest (name "58") (sex "f") (hobby "1") ) +(guest (name "58") (sex "f") (hobby "2") ) +(guest (name "59") (sex "f") (hobby "1") ) +(guest (name "59") (sex "f") (hobby "2") ) +(guest (name "59") (sex "f") (hobby "3") ) +(guest (name "60") (sex "f") (hobby "3") ) +(guest (name "60") (sex "f") (hobby "1") ) +(guest (name "61") (sex "f") (hobby "3") ) +(guest (name "61") (sex "f") (hobby "2") ) +(guest (name "62") (sex "f") (hobby "1") ) +(guest (name "62") (sex "f") (hobby "2") ) +(guest (name "62") (sex "f") (hobby "3") ) +(guest (name "63") (sex "f") (hobby "3") ) +(guest (name "63") (sex "f") (hobby "1") ) +(guest (name "63") (sex "f") (hobby "2") ) +(guest (name "64") (sex "f") (hobby "3") ) +(guest (name "64") (sex "f") (hobby "2") ) +(last_seat (seat 64) ) diff --git a/trunk/Creshendo.UnitTests/Data/account_5.clp b/trunk/Creshendo.UnitTests/Data/account_5.clp new file mode 100644 index 0000000..81f60f9 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/account_5.clp @@ -0,0 +1,45 @@ +(defrule rule0 + (Account + (AccountType standard) + (Status active) + (AccountId "acc0") + ) +=> + (printout t "rule0 was fired" crlf) +) +(defrule rule1 + (Account + (AccountType "standard") + (Status "active") + (AccountId "acc1") + ) +=> + (printout t "rule1 was fired" crlf) +) +(defrule rule2 + (Account + (AccountType "standard") + (Status "active") + (AccountId "acc2") + ) +=> + (printout t "rule2 was fired" crlf) +) +(defrule rule3 + (Account + (AccountType "standard") + (Status "active") + (AccountId "acc3") + ) +=> + (printout t "rule3 was fired" crlf) +) +(defrule rule4 + (Account + (AccountType "standard") + (Status "active") + (AccountId "acc4") + ) +=> + (printout t "rule4 was fired" crlf) +) diff --git a/trunk/Creshendo.UnitTests/Data/generate_facts_sample1.clp b/trunk/Creshendo.UnitTests/Data/generate_facts_sample1.clp new file mode 100644 index 0000000..1f23780 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/generate_facts_sample1.clp @@ -0,0 +1,35 @@ +(deftemplate transaction + (slot accountId (type STRING)) + (slot buyPrice (type DOUBLE)) + (slot countryCode (type STRING)) + (slot currentPrice (type DOUBLE)) + (slot cusip (type INTEGER)) + (slot exchange (type STRING)) + (slot industryGroupID (type INTEGER)) + (slot industryID (type INTEGER)) + (slot issuer (type STRING)) + (slot lastPrice (type DOUBLE)) + (slot purchaseDate (type STRING)) + (slot sectorID (type INTEGER)) + (slot shares (type DOUBLE)) + (slot subIndustryID (type INTEGER)) + (slot total (type DOUBLE)) +) +(deftemplate account + (slot accountId (type STRING)) + (slot cash (type DOUBLE)) + (slot fixedIncome (type DOUBLE)) + (slot stocks (type DOUBLE)) + (slot countryCode (type STRING)) +) +(defrule joinrule1 + (transaction + (countryCode "US") + ) + (account + (cash 1000000) + ) +=> + (printout t "joinrule1 was fired" crlf) +) +(generate-facts "joinrule1" TRUE) diff --git a/trunk/Creshendo.UnitTests/Data/generate_facts_sample2.clp b/trunk/Creshendo.UnitTests/Data/generate_facts_sample2.clp new file mode 100644 index 0000000..cf62af5 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/generate_facts_sample2.clp @@ -0,0 +1,35 @@ +(deftemplate transaction + (slot accountId (type STRING)) + (slot buyPrice (type DOUBLE)) + (slot countryCode (type STRING)) + (slot currentPrice (type DOUBLE)) + (slot cusip (type INTEGER)) + (slot exchange (type STRING)) + (slot industryGroupID (type INTEGER)) + (slot industryID (type INTEGER)) + (slot issuer (type STRING)) + (slot lastPrice (type DOUBLE)) + (slot purchaseDate (type STRING)) + (slot sectorID (type INTEGER)) + (slot shares (type DOUBLE)) + (slot subIndustryID (type INTEGER)) + (slot total (type DOUBLE)) +) +(deftemplate account + (slot accountId (type STRING)) + (slot cash (type DOUBLE)) + (slot fixedIncome (type DOUBLE)) + (slot stocks (type DOUBLE)) + (slot countryCode (type STRING)) +) +(defrule joinrule1 + (transaction + (countryCode "US") + ) + (account + (cash 1000000) + ) +=> + (printout t "joinrule1 was fired" crlf) +) +(test-rule "joinrule1") diff --git a/trunk/Creshendo.UnitTests/Data/generate_facts_sample3.clp b/trunk/Creshendo.UnitTests/Data/generate_facts_sample3.clp new file mode 100644 index 0000000..d50941b --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/generate_facts_sample3.clp @@ -0,0 +1,37 @@ +(deftemplate transaction + (slot accountId (type STRING)) + (slot buyPrice (type DOUBLE)) + (slot countryCode (type STRING)) + (slot currentPrice (type DOUBLE)) + (slot cusip (type INTEGER)) + (slot exchange (type STRING)) + (slot industryGroupID (type INTEGER)) + (slot industryID (type INTEGER)) + (slot issuer (type STRING)) + (slot lastPrice (type DOUBLE)) + (slot purchaseDate (type STRING)) + (slot sectorID (type INTEGER)) + (slot shares (type DOUBLE)) + (slot subIndustryID (type INTEGER)) + (slot total (type DOUBLE)) +) +(deftemplate account + (slot accountId (type STRING)) + (slot cash (type DOUBLE)) + (slot fixedIncome (type DOUBLE)) + (slot stocks (type DOUBLE)) + (slot countryCode (type STRING)) +) +(defrule joinrule1 + (transaction + (accountId ?aid) + (countryCode "US") + ) + (account + (accountId ?aid) + (cash 1000000) + ) +=> + (printout t "joinrule1 was fired" crlf) +) +(test-rule "joinrule1") diff --git a/trunk/Creshendo.UnitTests/Data/generate_facts_sample4.clp b/trunk/Creshendo.UnitTests/Data/generate_facts_sample4.clp new file mode 100644 index 0000000..bcad20b --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/generate_facts_sample4.clp @@ -0,0 +1,38 @@ +(deftemplate transaction + (slot accountId (type STRING)) + (slot buyPrice (type DOUBLE)) + (slot countryCode (type STRING)) + (slot currentPrice (type DOUBLE)) + (slot cusip (type INTEGER)) + (slot exchange (type STRING)) + (slot industryGroupID (type INTEGER)) + (slot industryID (type INTEGER)) + (slot issuer (type STRING)) + (slot lastPrice (type DOUBLE)) + (slot purchaseDate (type STRING)) + (slot sectorID (type INTEGER)) + (slot shares (type DOUBLE)) + (slot subIndustryID (type INTEGER)) + (slot total (type DOUBLE)) +) +(deftemplate account + (slot accountId (type STRING)) + (slot cash (type DOUBLE)) + (slot fixedIncome (type DOUBLE)) + (slot stocks (type DOUBLE)) + (slot countryCode (type STRING)) +) +(defrule joinrule1 + (transaction + (accountId ?aid) + (countryCode "US") + ) + (account + (accountId ?aid) + (cash 1000000) + ) +=> + (printout t "joinrule1 was fired" crlf) +) +(bind ?*facts* (generate-facts "joinrule1") ) +(printout t ?*facts*) diff --git a/trunk/Creshendo.UnitTests/Data/generated_file.clp b/trunk/Creshendo.UnitTests/Data/generated_file.clp new file mode 100644 index 0000000..545dcdc --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/generated_file.clp @@ -0,0 +1,5 @@ +(assert (transaction (accountId "0id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) diff --git a/trunk/Creshendo.UnitTests/Data/join_sample13.clp b/trunk/Creshendo.UnitTests/Data/join_sample13.clp new file mode 100644 index 0000000..cef09e1 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/join_sample13.clp @@ -0,0 +1,52 @@ +(deftemplate objectOne + (slot intAttr (type INTEGER)) + (slot shortAttr (type SHORT)) + (slot longAttr (type LONG)) + (slot doubleAttr (type DOUBLE)) + (slot floatAttr (type FLOAT)) + (slot strAttr (type STRING)) +) +(deftemplate objectTwo + (slot intAttr (type INTEGER)) + (slot shortAttr (type SHORT)) + (slot longAttr (type LONG)) + (slot doubleAttr (type DOUBLE)) + (slot floatAttr (type FLOAT)) + (slot strAttr (type STRING)) +) +(defrule joinConversion1 + (objectOne + (intAttr ?intA) + ) + (objectTwo + (strAttr ?intA) + (shortAttr 100) + ) +=> + (printout t "joinConversion1 fired and int to string eval was good" crlf) +) +(defrule joinConversion2 + (objectOne + (shortAttr ?shortA) + ) + (objectTwo + (strAttr ?shortA) + (shortAttr 100) + ) +=> + (printout t "joinConversion2 fired and int to string eval was good" crlf) +) +(defrule joinConversion3 + (objectOne + (doubleAttr ?dbA) + ) + (objectTwo + (strAttr ?dbA) + (shortAttr 100) + ) +=> + (printout t "joinConversion3 fired and int to string eval was good" crlf) +) +(assert (objectOne (intAttr 100)(shortAttr 100)(longAttr 100)(doubleAttr 100.00)(floatAttr 100.00)(strAttr "100") ) ) +(assert (objectTwo (intAttr 100)(shortAttr 100)(longAttr 100)(doubleAttr 100.00)(floatAttr 100.00)(strAttr "100") ) ) +(fire) \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Data/manners128guestsd.clp b/trunk/Creshendo.UnitTests/Data/manners128guestsd.clp new file mode 100644 index 0000000..26db76b --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/manners128guestsd.clp @@ -0,0 +1,115 @@ +(deftemplate guest + (slot name) + (slot sex) + (slot hobby) ) + +(deftemplate last_seat + (slot seat) ) + +(deftemplate seating + (slot seat1) + (slot name1) + (slot name2) + (slot seat2) + (slot id) + (slot pid) + (slot path_done) ) + +(deftemplate context + (slot name) ) + +(deftemplate path + (slot id) + (slot name) + (slot seat) ) + +(deftemplate chosen + (slot id) + (slot name) + (slot hobby) ) + +(deftemplate count + (slot c) ) + +(defrule assign_first_seat "assign the first seat" + ?context <- (context (name "startup") ) + (guest (name ?n)) + ?count <- (count (c ?cnt) ) + => + (assert (seating (seat1 1) (name1 ?n) (name2 ?n) (seat2 1) (id ?cnt) (pid 0) (path_done TRUE) ) ) + (assert (path (id ?cnt) (name ?n) (seat 1) ) ) + ;; (printout t "first seat seat1=1 name=" ?n " name2=" ?n " seat2=1 id=" ?cnt " pid=0 path_done TRUE" crlf) + (bind ?cntPlus1 (+ ?cnt 1) ) + (modify ?count (c ?cntPlus1) ) + (modify ?context (name "assign_seats") ) +) +(defrule find_seating "find seating for guest" + ?context <- (context (name "assign_seats") ) + (seating (seat2 ?s2) (name2 ?n2) (id ?id) (path_done TRUE) ) + (guest (name ?n2) (sex ?sex1) (hobby ?h1) ) + (guest (name ?g2) (sex ~?sex1) (hobby ?h1) ) + ?count <- (count (c ?cnt) ) + (not (path (id ?id) (name ?g2) ) ) + (not (chosen (id ?id) (name ?g2) (hobby ?h1) ) ) +=> + (bind ?s2plus1 (+ ?s2 1) ) + (assert (seating (seat1 ?s2) (name1 ?n2) (name2 ?g2) (seat2 ?s2plus1) (id ?cnt) (pid ?id) (path_done FALSE) ) ) + (assert (path (id ?cnt) (name ?g2) (seat ?s2plus1) ) ) + (assert (chosen (id ?id) (name ?g2) (hobby ?h1) ) ) + (bind ?cntPlus1 (+ ?cnt 1) ) + (modify ?count (c ?cntPlus1) ) + (modify ?context (name "make_path") ) + ;; (printout t "seat1=" ?s2 " : name1=" ?n2 " : seat2=" ?s2plus1 " : name2=" ?g2 " : id=" ?cnt " : pid=" ?id " : path_done=FALSE" crlf) +) +(defrule make_path (declare (no-agenda TRUE) ) + ?context <- (context (name "make_path") ) + (seating (id ?id) (pid ?sPID) (path_done FALSE) ) + (path (id ?sPID) (name ?n1) (seat ?s) ) + (not (path (id ?id) (name ?n1) ) ) +=> + (assert (path (id ?id) (name ?n1) (seat ?s) ) ) + ;; (printout t "make_path - id=" ?id " name=" ?n1 " seat=" ?s crlf) +) +(defrule path_done "path is done" + ?context <- (context (name "make_path") ) + ?seating <- (seating (path_done FALSE) ) +=> + (modify ?seating (path_done TRUE) ) + (modify ?context (name "check_done") ) + ;; (printout t "path is done " crlf) +) +(defrule continue "continue matching" + ?context <- (context (name "check_done") ) +=> + (modify ?context (name "assign_seats") ) + ;; (printout t "assign seats again" crlf) +) +(defrule are_we_done "are we done?" + ?context <- (context (name "check_done") ) + (last_seat (seat ?lseat) ) + (seating (seat2 ?lseat) ) +=> + (printout t "Yes, we are done: Print Results!!" crlf) + (modify ?context (name "all_done") ) +) +(defrule all_done "all done with test" + ?context <- (context (name "all_done") ) +=> + (modify ?context (name "print_results") ) + (printout t crlf "rule all done: Condition context print_results" crlf ) +) +(defrule print_results "print the results" + (context (name "print_results") ) + ?seating <- (seating (id ?id) (seat2 ?s2) ) + (last_seat (seat ?s2) ) + (path (id ?id) (name ?n1) (seat ?s1) ) +=> + (printout t "name=" ?n1 " seat=" ?s1 crlf) + (retract ?seating) +) +(assert (context (name "startup") ) ) +(assert (count (c 1) ) ) +(load-facts ../Data/128guest.dat) +(profile all) +(fire) +(print-profile) diff --git a/trunk/Creshendo.UnitTests/Data/manners16guestsd.clp b/trunk/Creshendo.UnitTests/Data/manners16guestsd.clp new file mode 100644 index 0000000..a0cd6b6 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/manners16guestsd.clp @@ -0,0 +1,115 @@ +(deftemplate guest + (slot name) + (slot sex) + (slot hobby) ) + +(deftemplate last_seat + (slot seat) ) + +(deftemplate seating + (slot seat1) + (slot name1) + (slot name2) + (slot seat2) + (slot id) + (slot pid) + (slot path_done) ) + +(deftemplate context + (slot name) ) + +(deftemplate path + (slot id) + (slot name) + (slot seat) ) + +(deftemplate chosen + (slot id) + (slot name) + (slot hobby) ) + +(deftemplate count + (slot c) ) + +(defrule assign_first_seat "assign the first seat" + ?context <- (context (name "startup") ) + (guest (name ?n)) + ?count <- (count (c ?cnt) ) + => + (assert (seating (seat1 1) (name1 ?n) (name2 ?n) (seat2 1) (id ?cnt) (pid 0) (path_done TRUE) ) ) + (assert (path (id ?cnt) (name ?n) (seat 1) ) ) + ;; (printout t "first seat seat1=1 name=" ?n " name2=" ?n " seat2=1 id=" ?cnt " pid=0 path_done TRUE" crlf) + (bind ?cntPlus1 (+ ?cnt 1) ) + (modify ?count (c ?cntPlus1) ) + (modify ?context (name "assign_seats") ) +) +(defrule find_seating "find seating for guest" + ?context <- (context (name "assign_seats") ) + (seating (seat2 ?s2) (name2 ?n2) (id ?id) (path_done TRUE) ) + (guest (name ?n2) (sex ?sex1) (hobby ?h1) ) + (guest (name ?g2) (sex ~?sex1) (hobby ?h1) ) + ?count <- (count (c ?cnt) ) + (not (path (id ?id) (name ?g2) ) ) + (not (chosen (id ?id) (name ?g2) (hobby ?h1) ) ) +=> + (bind ?s2plus1 (+ ?s2 1) ) + (assert (seating (seat1 ?s2) (name1 ?n2) (name2 ?g2) (seat2 ?s2plus1) (id ?cnt) (pid ?id) (path_done FALSE) ) ) + (assert (path (id ?cnt) (name ?g2) (seat ?s2plus1) ) ) + (assert (chosen (id ?id) (name ?g2) (hobby ?h1) ) ) + (bind ?cntPlus1 (+ ?cnt 1) ) + (modify ?count (c ?cntPlus1) ) + (modify ?context (name "make_path") ) + ;; (printout t "seat1=" ?s2 " : name1=" ?n2 " : seat2=" ?s2plus1 " : name2=" ?g2 " : id=" ?cnt " : pid=" ?id " : path_done=FALSE" crlf) +) +(defrule make_path (declare (no-agenda TRUE) ) + ?context <- (context (name "make_path") ) + (seating (id ?id) (pid ?sPID) (path_done FALSE) ) + (path (id ?sPID) (name ?n1) (seat ?s) ) + (not (path (id ?id) (name ?n1) ) ) +=> + (assert (path (id ?id) (name ?n1) (seat ?s) ) ) + ;; (printout t "make_path - id=" ?id " name=" ?n1 " seat=" ?s crlf) +) +(defrule path_done "path is done" + ?context <- (context (name "make_path") ) + ?seating <- (seating (path_done FALSE) ) +=> + (modify ?seating (path_done TRUE) ) + (modify ?context (name "check_done") ) + ;; (printout t "path is done " crlf) +) +(defrule continue "continue matching" + ?context <- (context (name "check_done") ) +=> + (modify ?context (name "assign_seats") ) + ;; (printout t "assign seats again" crlf) +) +(defrule are_we_done "are we done?" + ?context <- (context (name "check_done") ) + (last_seat (seat ?lseat) ) + (seating (seat2 ?lseat) ) +=> + (printout t "Yes, we are done: Print Results!!" crlf) + (modify ?context (name "all_done") ) +) +(defrule all_done "all done with test" + ?context <- (context (name "all_done") ) +=> + (modify ?context (name "print_results") ) + (printout t crlf "rule all done: Condition context print_results" crlf ) +) +(defrule print_results "print the results" + (context (name "print_results") ) + ?seating <- (seating (id ?id) (seat2 ?s2) ) + (last_seat (seat ?s2) ) + (path (id ?id) (name ?n1) (seat ?s1) ) +=> + (printout t "name=" ?n1 " seat=" ?s1 crlf) + (retract ?seating) +) +(assert (context (name "startup") ) ) +(assert (count (c 1) ) ) +(load-facts ../Data/16guest.dat) +(profile all) +(fire) +(print-profile) diff --git a/trunk/Creshendo.UnitTests/Data/manners64guests.clp b/trunk/Creshendo.UnitTests/Data/manners64guests.clp new file mode 100644 index 0000000..d2ef61c --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/manners64guests.clp @@ -0,0 +1,120 @@ +(lazy-agenda true) + +(deftemplate guest + (slot name (type STRING)) + (slot sex (type STRING)) + (slot hobby (type STRING)) ) + +(deftemplate last_seat + (slot seat (type INTEGER)) ) + +(deftemplate seating + (slot seat1 (type INTEGER)) + (slot name1 (type STRING)) + (slot name2 (type STRING)) + (slot seat2 (type INTEGER)) + (slot id (type INTEGER)) + (slot pid (type INTEGER)) + (slot path_done (type BOOLEAN)) ) + +(deftemplate context + (slot name (type STRING)) ) + +(deftemplate path + (slot id (type INTEGER)) + (slot name (type STRING)) + (slot seat (type INTEGER)) ) + +(deftemplate chosen + (slot id (type INTEGER)) + (slot name (type STRING)) + (slot hobby (type STRING)) ) + +(deftemplate count + (slot c (type INTEGER)) ) + +(defrule assign_first_seat "assign the first seat" + ?context <- (context (name "startup") ) + (guest (name ?n)) + ?count <- (count (c ?cnt) ) + => + (assert (seating (seat1 1) (name1 ?n) (name2 ?n) (seat2 1) (id ?cnt) (pid 0) (path_done TRUE) ) ) + (assert (path (id ?cnt) (name ?n) (seat 1) ) ) + ;; (printout t "first seat seat1=1 name=" ?n " name2=" ?n " seat2=1 id=" ?cnt " pid=0 path_done TRUE" crlf) + (bind ?cntPlus1 (+ ?cnt 1) ) + (modify ?count (c ?cntPlus1) ) + (modify ?context (name "assign_seats") ) +) +(defrule find_seating "find seating for guest" + ?context <- (context (name "assign_seats") ) + ?seating <- (seating (seat2 ?s2) (name2 ?n2) (id ?id) (path_done TRUE) ) + (guest (name ?n2) (sex ?sex1) (hobby ?h1) ) + (guest (name ?g2) (sex ~?sex1) (hobby ?h1) ) + ?count <- (count (c ?cnt) ) + (not (path (id ?id) (name ?g2) ) ) + (not (chosen (id ?id) (name ?g2) (hobby ?h1) ) ) +=> + (bind ?s2plus1 (+ ?s2 1) ) + (assert (seating (seat1 ?s2) (name1 ?n2) (name2 ?g2) (seat2 ?s2plus1) (id ?cnt) (pid ?id) (path_done FALSE) ) ) + (assert (path (id ?cnt) (name ?g2) (seat ?s2plus1) ) ) + (assert (chosen (id ?id) (name ?g2) (hobby ?h1) ) ) + (bind ?cntPlus1 (+ ?cnt 1) ) + (modify ?count (c ?cntPlus1) ) + (modify ?context (name "make_path") ) + ;; (retract ?seating) + ;; (printout t "seat1=" ?s2 " : name1=" ?n2 " : seat2=" ?s2plus1 " : name2=" ?g2 " : id=" ?cnt " : pid=" ?id " : path_done=FALSE" crlf) +) +(defrule make_path + ?context <- (context (name "make_path") ) + (seating (id ?id) (pid ?sPID) (path_done FALSE) ) + (path (id ?sPID) (name ?n1) (seat ?s) ) + (not (path (id ?id) (name ?n1) ) ) +=> + (assert (path (id ?id) (name ?n1) (seat ?s) ) ) + ;; (printout t "make_path - id=" ?id " name=" ?n1 " seat=" ?s crlf) +) +(defrule path_done "path is done" + ?context <- (context (name "make_path") ) + ?seating <- (seating (path_done FALSE) ) +=> + (modify ?seating (path_done TRUE) ) + (modify ?context (name "check_done") ) + ;; (printout t "path is done " crlf) +) +(defrule continue "continue matching" + ?context <- (context (name "check_done") ) +=> + (modify ?context (name "assign_seats") ) + ;; (printout t "assign seats again" crlf) +) +(defrule are_we_done "are we done?" + ?context <- (context (name "check_done") ) + (last_seat (seat ?lseat) ) + (seating (seat2 ?lseat) ) +=> + (printout t "Yes, we are done: Print Results!!" crlf) + (modify ?context (name "all_done") ) +) +(defrule all_done "all done with test" + ?context <- (context (name "all_done") ) +=> + (modify ?context (name "print_results") ) + (printout t crlf "rule all done: Condition context print_results" crlf ) +) +(defrule print_results "print the results" + (context (name "print_results") ) + ?seating <- (seating (id ?id) (seat2 ?s2) ) + (last_seat (seat ?s2) ) + ?path <- (path (id ?id) (name ?n1) (seat ?s1) ) +=> + (printout t "name=" ?n1 " seat=" ?s1 crlf) + (retract ?path) +) +(assert (context (name "startup") ) ) +(assert (count (c 1) ) ) +(load-facts D:/Src/Creshendo/trunk/Creshendo.UnitTests/Data/64guest.dat) +(bind ?*start* (ms-time) ) +(fire) +(bind ?*end* (ms-time) ) +(bind ?et (- ?*end* ?*start*) ) +(printout t "elpasedTime=" ?et crlf) diff --git a/trunk/Creshendo.UnitTests/Data/random_5_w_50Kdata.clp b/trunk/Creshendo.UnitTests/Data/random_5_w_50Kdata.clp new file mode 100644 index 0000000..1c8dd3b --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/random_5_w_50Kdata.clp @@ -0,0 +1,50077 @@ +(deftemplate transaction + (slot accountId (type STRING)) + (slot buyPrice (type DOUBLE)) + (slot countryCode (type STRING)) + (slot currentPrice (type DOUBLE)) + (slot cusip (type INTEGER)) + (slot exchange (type STRING)) + (slot industryGroupID (type INTEGER)) + (slot industryID (type INTEGER)) + (slot issuer (type STRING)) + (slot lastPrice (type DOUBLE)) + (slot purchaseDate (type STRING)) + (slot sectorID (type INTEGER)) + (slot shares (type DOUBLE)) + (slot subIndustryID (type INTEGER)) +) +(defrule rule0 + (transaction + (accountId ?accid) + (buyPrice ?bp) + (issuer "AAA") + (exchange "NYSE") + (countryCode "US") + (subIndustryID 25201010) + ) +=> + (printout t "rule0 was fired" ) +) +(defrule rule1 + (transaction + (accountId ?accid) + (buyPrice ?bp) + (issuer "BBB") + (exchange "NSDQ") + (countryCode "BR") + (subIndustryID 25201020) + ) +=> + (printout t "rule1 was fired" ) +) +(defrule rule2 + (transaction + (accountId ?accid) + (buyPrice ?bp) + (issuer "CCC") + (exchange "LNSE") + (countryCode "FR") + (subIndustryID 25201030) + ) +=> + (printout t "rule2 was fired" ) +) +(defrule rule3 + (transaction + (accountId ?accid) + (buyPrice ?bp) + (issuer "DDD") + (exchange "TKYO") + (countryCode "NZ") + (subIndustryID 25201040) + ) +=> + (printout t "rule3 was fired" ) +) +(defrule rule4 + (transaction + (accountId ?accid) + (buyPrice ?bp) + (issuer "EEE") + (exchange "TWSE") + (countryCode "CA") + (subIndustryID 25201050) + ) +=> + (printout t "rule4 was fired" ) +) + +(assert (transaction (accountId "0id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "50id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "51id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "52id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "53id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "54id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "55id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "56id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "57id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "58id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "59id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "60id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "61id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "62id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "63id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "64id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "65id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "66id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "67id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "68id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "69id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "70id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "71id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "72id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "73id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "74id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "75id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "76id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "77id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "78id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "79id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "80id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "81id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "82id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "83id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "84id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "85id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "86id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "87id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "88id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "89id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "90id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "91id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "92id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "93id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "94id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "95id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "96id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "97id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "98id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "99id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "100id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "101id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "102id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "103id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "104id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "105id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "106id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "107id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "108id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "109id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "110id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "111id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "112id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "113id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "114id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "115id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "116id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "117id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "118id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "119id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "120id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "121id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "122id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "123id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "124id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "125id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "126id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "127id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "128id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "129id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "130id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "131id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "132id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "133id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "134id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "135id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "136id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "137id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "138id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "139id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "140id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "141id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "142id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "143id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "144id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "145id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "146id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "147id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "148id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "149id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "150id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "151id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "152id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "153id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "154id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "155id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "156id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "157id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "158id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "159id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "160id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "161id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "162id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "163id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "164id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "165id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "166id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "167id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "168id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "169id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "170id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "171id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "172id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "173id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "174id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "175id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "176id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "177id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "178id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "179id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "180id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "181id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "182id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "183id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "184id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "185id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "186id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "187id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "188id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "189id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "190id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "191id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "192id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "193id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "194id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "195id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "196id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "197id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "198id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "199id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "200id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "201id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "202id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "203id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "204id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "205id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "206id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "207id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "208id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "209id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "210id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "211id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "212id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "213id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "214id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "215id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "216id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "217id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "218id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "219id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "220id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "221id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "222id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "223id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "224id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "225id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "226id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "227id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "228id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "229id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "230id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "231id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "232id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "233id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "234id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "235id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "236id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "237id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "238id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "239id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "240id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "241id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "242id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "243id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "244id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "245id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "246id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "247id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "248id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "249id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "250id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "251id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "252id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "253id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "254id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "255id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "256id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "257id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "258id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "259id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "260id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "261id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "262id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "263id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "264id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "265id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "266id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "267id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "268id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "269id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "270id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "271id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "272id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "273id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "274id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "275id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "276id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "277id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "278id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "279id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "280id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "281id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "282id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "283id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "284id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "285id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "286id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "287id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "288id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "289id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "290id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "291id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "292id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "293id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "294id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "295id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "296id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "297id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "298id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "299id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "300id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "301id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "302id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "303id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "304id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "305id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "306id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "307id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "308id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "309id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "310id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "311id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "312id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "313id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "314id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "315id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "316id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "317id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "318id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "319id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "320id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "321id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "322id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "323id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "324id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "325id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "326id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "327id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "328id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "329id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "330id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "331id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "332id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "333id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "334id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "335id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "336id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "337id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "338id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "339id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "340id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "341id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "342id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "343id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "344id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "345id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "346id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "347id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "348id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "349id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "350id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "351id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "352id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "353id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "354id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "355id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "356id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "357id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "358id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "359id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "360id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "361id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "362id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "363id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "364id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "365id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "366id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "367id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "368id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "369id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "370id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "371id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "372id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "373id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "374id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "375id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "376id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "377id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "378id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "379id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "380id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "381id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "382id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "383id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "384id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "385id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "386id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "387id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "388id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "389id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "390id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "391id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "392id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "393id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "394id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "395id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "396id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "397id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "398id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "399id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "400id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "401id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "402id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "403id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "404id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "405id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "406id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "407id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "408id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "409id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "410id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "411id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "412id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "413id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "414id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "415id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "416id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "417id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "418id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "419id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "420id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "421id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "422id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "423id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "424id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "425id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "426id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "427id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "428id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "429id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "430id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "431id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "432id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "433id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "434id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "435id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "436id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "437id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "438id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "439id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "440id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "441id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "442id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "443id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "444id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "445id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "446id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "447id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "448id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "449id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "450id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "451id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "452id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "453id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "454id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "455id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "456id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "457id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "458id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "459id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "460id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "461id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "462id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "463id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "464id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "465id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "466id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "467id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "468id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "469id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "470id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "471id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "472id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "473id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "474id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "475id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "476id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "477id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "478id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "479id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "480id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "481id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "482id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "483id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "484id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "485id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "486id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "487id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "488id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "489id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "490id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "491id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "492id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "493id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "494id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "495id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "496id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "497id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "498id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "499id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "500id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "501id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "502id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "503id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "504id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "505id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "506id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "507id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "508id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "509id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "510id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "511id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "512id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "513id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "514id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "515id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "516id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "517id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "518id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "519id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "520id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "521id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "522id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "523id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "524id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "525id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "526id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "527id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "528id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "529id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "530id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "531id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "532id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "533id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "534id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "535id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "536id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "537id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "538id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "539id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "540id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "541id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "542id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "543id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "544id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "545id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "546id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "547id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "548id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "549id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "550id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "551id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "552id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "554id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "555id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "556id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "557id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "558id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "559id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "560id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "561id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "562id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "563id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "564id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "565id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "566id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "567id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "568id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "569id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "570id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "571id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "572id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "573id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "574id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "575id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "576id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "577id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "578id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "579id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "580id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "581id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "582id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "583id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "584id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "585id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "586id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "587id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "588id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "589id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "590id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "591id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "592id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "593id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "594id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "595id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "596id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "597id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "598id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "599id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "600id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "601id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "602id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "603id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "604id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "605id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "606id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "607id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "608id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "609id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "610id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "611id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "612id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "613id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "614id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "615id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "616id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "617id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "618id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "619id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "620id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "621id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "622id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "623id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "624id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "625id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "626id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "627id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "628id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "629id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "630id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "631id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "632id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "633id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "634id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "635id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "636id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "637id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "638id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "639id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "640id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "641id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "642id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "643id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "644id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "645id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "646id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "647id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "648id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "649id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "650id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "651id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "652id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "653id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "654id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "655id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "656id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "657id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "658id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "659id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "660id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "661id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "662id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "663id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "664id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "665id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "666id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "667id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "668id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "669id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "670id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "671id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "672id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "673id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "674id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "675id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "676id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "677id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "678id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "679id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "680id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "681id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "682id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "683id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "684id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "685id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "686id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "687id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "688id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "689id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "690id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "691id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "692id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "693id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "694id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "695id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "696id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "697id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "698id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "699id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "700id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "701id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "702id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "703id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "704id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "705id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "706id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "707id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "708id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "709id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "710id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "711id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "712id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "713id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "714id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "715id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "716id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "717id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "718id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "719id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "720id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "721id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "722id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "723id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "724id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "725id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "726id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "727id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "728id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "729id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "730id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "731id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "732id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "733id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "734id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "735id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "736id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "737id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "738id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "739id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "740id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "741id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "742id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "743id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "744id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "745id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "746id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "747id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "748id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "749id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "750id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "751id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "752id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "753id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "754id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "755id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "756id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "757id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "758id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "759id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "760id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "761id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "762id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "763id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "764id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "765id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "766id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "767id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "768id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "769id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "770id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "771id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "772id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "773id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "774id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "775id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "776id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "777id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "778id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "779id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "780id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "781id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "782id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "783id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "784id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "785id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "786id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "787id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "788id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "789id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "790id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "791id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "792id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "793id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "794id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "795id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "796id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "797id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "798id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "799id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "800id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "801id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "802id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "803id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "804id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "805id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "806id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "807id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "808id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "809id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "810id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "811id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "812id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "813id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "814id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "815id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "816id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "817id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "818id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "819id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "820id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "821id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "822id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "823id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "824id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "825id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "826id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "827id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "828id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "829id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "830id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "831id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "832id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "833id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "834id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "835id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "836id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "837id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "838id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "839id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "840id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "841id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "842id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "843id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "844id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "845id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "846id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "847id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "848id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "849id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "850id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "851id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "852id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "853id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "854id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "855id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "856id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "857id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "858id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "859id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "860id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "861id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "862id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "863id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "864id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "865id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "866id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "867id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "868id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "869id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "870id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "871id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "872id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "873id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "874id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "875id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "876id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "877id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "878id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "879id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "880id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "881id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "882id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "883id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "884id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "885id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "886id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "887id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "888id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "889id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "890id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "891id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "892id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "893id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "894id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "895id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "896id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "897id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "898id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "899id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "900id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "901id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "902id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "903id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "904id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "905id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "906id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "907id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "908id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "909id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "910id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "911id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "912id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "913id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "914id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "915id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "916id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "917id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "918id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "919id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "920id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "921id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "922id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "923id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "924id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "925id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "926id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "927id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "928id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "929id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "930id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "931id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "932id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "933id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "934id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "935id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "936id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "937id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "938id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "939id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "940id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "941id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "942id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "943id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "944id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "945id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "946id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "947id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "948id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "949id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "950id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "951id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "952id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "953id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "954id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "955id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "956id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "957id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "958id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "959id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "960id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "961id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "962id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "963id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "964id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "965id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "966id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "967id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "968id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "969id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "970id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "971id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "972id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "973id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "974id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "975id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "976id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "977id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "978id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "979id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "980id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "981id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "982id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "983id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "984id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "985id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "986id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "987id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "988id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "989id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "990id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "991id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "992id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "993id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "994id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "995id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "996id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "997id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "998id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "999id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1000id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1001id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1002id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1003id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1004id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1005id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1006id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1007id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1008id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1009id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1010id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1011id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1012id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1013id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1014id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1015id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1016id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1017id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1018id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1019id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1020id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1021id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1022id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1023id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1024id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1025id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1026id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1027id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1028id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1029id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1030id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1031id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1033id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1034id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1035id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1036id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1037id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1038id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1039id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1040id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1041id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1042id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1043id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1044id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1045id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1046id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1047id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1048id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1049id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1050id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1051id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1052id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1053id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1054id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1055id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1056id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1057id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1058id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1059id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1060id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1061id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1062id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1063id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1064id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1065id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1066id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1067id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1068id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1069id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1070id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1071id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1072id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1073id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1074id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1075id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1076id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1077id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1078id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1079id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1080id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1081id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1082id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1083id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1084id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1085id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1086id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1087id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1088id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1089id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1090id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1091id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1092id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1093id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1094id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1095id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1096id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1097id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1098id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1099id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1100id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1101id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1102id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1103id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1104id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1105id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1106id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1107id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1108id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1109id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1110id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1111id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1112id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1113id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1114id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1115id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1116id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1117id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1118id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1119id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1120id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1121id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1122id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1123id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1124id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1125id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1126id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1127id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1128id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1129id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1130id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1131id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1132id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1133id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1134id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1135id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1136id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1137id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1138id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1139id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1140id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1141id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1142id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1143id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1144id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1145id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1146id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1147id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1148id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1149id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1150id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1151id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1152id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1153id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1154id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1155id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1156id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1157id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1158id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1159id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1160id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1161id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1162id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1163id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1164id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1165id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1166id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1167id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1168id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1169id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1170id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1171id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1172id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1173id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1174id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1175id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1176id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1177id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1178id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1179id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1180id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1181id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1182id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1183id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1184id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1185id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1186id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1187id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1188id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1189id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1190id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1191id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1192id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1193id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1194id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1195id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1196id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1197id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1198id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1199id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1200id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1201id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1202id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1203id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1204id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1205id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1206id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1207id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1208id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1209id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1210id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1211id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1212id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1213id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1214id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1215id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1216id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1217id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1218id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1219id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1220id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1221id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1222id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1223id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1224id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1225id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1226id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1227id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1228id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1229id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1230id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1231id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1232id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1233id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1234id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1235id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1236id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1237id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1238id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1239id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1240id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1241id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1242id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1243id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1244id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1245id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1246id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1247id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1248id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1249id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1250id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1251id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1252id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1253id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1254id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1255id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1256id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1257id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1258id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1259id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1260id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1261id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1262id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1263id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1264id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1265id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1266id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1267id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1268id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1269id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1270id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1271id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1272id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1273id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1274id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1275id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1276id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1277id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1278id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1279id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1280id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1281id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1282id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1283id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1284id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1285id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1286id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1287id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1288id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1289id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1290id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1291id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1292id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1293id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1294id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1295id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1296id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1297id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1298id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1299id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1300id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1301id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1302id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1303id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1304id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1305id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1306id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1307id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1308id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1309id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1310id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1311id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1312id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1313id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1314id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1315id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1316id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1317id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1318id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1319id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1320id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1321id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1322id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1323id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1324id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1325id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1326id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1327id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1328id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1329id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1330id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1331id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1332id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1333id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1334id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1335id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1336id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1337id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1338id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1339id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1340id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1341id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1342id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1343id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1344id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1345id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1346id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1347id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1348id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1349id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1350id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1351id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1352id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1353id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1354id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1355id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1356id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1357id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1358id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1359id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1360id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1361id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1362id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1363id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1364id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1365id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1366id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1367id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1368id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1369id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1370id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1371id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1372id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1373id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1374id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1375id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1376id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1377id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1378id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1379id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1380id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1381id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1382id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1383id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1384id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1385id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1386id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1387id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1388id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1389id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1390id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1391id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1392id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1393id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1394id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1395id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1396id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1397id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1398id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1399id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1400id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1401id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1402id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1403id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1404id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1405id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1406id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1407id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1408id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1409id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1410id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1411id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1412id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1413id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1414id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1415id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1416id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1417id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1418id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1419id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1420id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1421id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1422id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1423id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1424id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1425id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1426id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1427id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1428id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1429id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1430id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1431id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1432id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1433id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1434id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1435id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1436id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1437id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1438id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1439id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1440id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1441id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1442id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1443id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1444id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1445id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1446id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1447id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1448id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1449id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1450id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1451id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1452id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1453id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1454id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1455id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1456id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1457id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1458id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1459id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1460id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1461id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1462id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1463id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1464id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1465id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1466id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1467id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1468id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1469id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1470id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1471id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1472id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1473id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1474id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1475id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1476id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1477id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1478id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1479id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1480id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1481id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1482id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1483id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1484id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1485id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1486id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1487id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1488id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1489id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1490id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1491id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1492id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1493id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1494id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1495id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1496id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1497id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1498id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1499id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1500id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1501id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1502id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1503id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1504id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1505id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1506id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1507id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1508id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1509id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1510id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1511id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1512id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1513id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1514id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1515id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1516id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1517id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1518id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1519id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1520id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1521id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1522id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1523id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1524id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1525id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1526id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1527id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1528id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1529id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1530id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1531id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1532id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1533id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1534id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1535id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1536id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1537id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1538id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1539id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1540id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1541id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1542id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1543id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1544id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1545id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1546id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1547id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1548id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1549id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1550id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1551id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1552id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1553id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1554id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1555id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1556id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1557id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1558id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1559id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1560id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1561id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1562id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1563id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1564id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1565id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1566id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1567id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1568id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1569id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1570id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1571id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1572id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1573id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1574id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1575id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1576id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1577id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1578id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1579id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1580id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1581id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1582id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1583id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1584id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1585id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1586id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1587id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1588id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1589id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1590id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1591id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1592id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1593id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1594id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1595id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1596id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1597id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1598id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1599id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1600id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1601id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1602id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1603id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1604id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1605id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1606id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1607id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1608id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1609id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1610id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1611id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1612id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1613id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1614id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1615id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1616id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1617id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1618id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1619id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1620id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1621id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1622id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1623id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1624id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1625id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1626id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1627id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1628id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1629id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1630id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1631id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1632id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1633id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1634id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1635id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1636id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1637id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1638id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1639id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1640id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1641id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1642id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1643id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1644id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1645id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1646id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1647id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1648id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1649id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1650id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1651id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1652id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1653id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1654id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1655id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1656id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1657id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1658id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1659id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1660id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1661id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1662id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1663id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1664id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1665id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1666id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1667id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1668id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1669id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1670id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1671id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1672id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1673id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1674id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1675id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1676id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1677id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1678id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1679id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1680id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1681id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1682id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1683id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1684id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1685id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1686id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1687id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1688id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1689id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1690id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1691id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1692id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1693id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1694id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1695id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1696id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1697id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1698id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1699id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1700id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1701id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1702id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1703id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1704id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1705id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1706id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1707id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1708id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1709id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1710id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1711id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1712id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1713id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1714id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1715id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1716id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1717id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1718id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1719id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1720id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1721id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1722id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1723id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1724id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1725id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1726id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1727id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1728id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1729id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1730id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1731id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1732id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1733id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1734id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1735id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1736id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1737id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1738id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1739id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1740id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1741id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1742id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1743id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1744id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1745id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1746id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1747id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1748id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1749id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1750id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1751id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1752id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1753id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1754id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1755id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1756id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1757id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1758id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1759id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1760id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1761id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1762id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1763id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1764id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1765id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1766id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1767id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1768id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1769id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1770id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1771id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1772id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1773id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1774id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1775id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1776id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1777id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1778id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1779id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1780id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1781id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1782id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1783id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1784id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1785id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1786id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1787id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1788id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1789id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1790id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1791id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1792id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1793id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1794id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1795id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1796id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1797id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1798id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1799id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1800id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1801id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1802id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1803id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1804id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1805id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1806id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1807id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1808id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1809id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1810id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1811id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1812id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1813id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1814id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1815id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1816id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1817id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1818id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1819id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1820id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1821id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1822id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1823id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1824id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1825id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1826id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1827id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1828id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1829id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1830id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1831id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1832id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1833id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1834id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1835id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1836id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1837id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1838id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1839id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1840id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1841id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1842id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1843id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1844id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1845id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1846id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1847id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1848id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1849id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1850id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1851id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1852id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1853id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1854id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1855id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1856id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1857id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1858id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1859id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1860id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1861id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1862id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1863id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1864id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1865id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1866id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1867id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1868id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1869id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1870id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1871id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1872id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1873id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1874id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1875id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1876id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1877id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1878id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1879id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1880id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1881id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1882id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1883id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1884id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1885id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1886id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1887id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1888id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1889id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1890id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1891id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1892id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1893id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1894id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1895id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1896id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1897id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1898id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1899id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1900id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1901id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1902id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1903id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1904id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1905id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1906id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1907id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1908id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1909id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1910id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1911id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1912id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1913id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1914id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1915id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1916id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1917id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1918id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1919id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1920id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1921id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1922id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1923id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1924id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1925id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1926id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1927id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1928id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1929id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1930id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1931id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1932id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1933id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1934id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1935id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1936id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1937id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1938id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1939id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1940id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1941id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1942id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1943id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1944id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1945id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1946id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1947id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1948id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1949id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1950id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1951id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1952id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1953id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1954id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1955id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1956id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1957id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1958id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1959id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1960id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1961id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1962id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1963id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1964id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1965id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1966id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1967id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1968id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1969id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1970id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1971id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1972id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1973id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1974id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1975id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1976id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1977id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1978id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1979id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1980id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1981id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1982id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1983id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1984id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1985id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1986id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1987id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1988id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "1989id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1990id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "1991id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1992id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "1993id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "1994id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "1995id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1996id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1997id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "1998id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "1999id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2000id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2001id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2002id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2003id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2004id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2005id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2006id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2007id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2008id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2009id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2010id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2011id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2012id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2013id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2014id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2015id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2016id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2017id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2018id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2019id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2020id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2021id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2022id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2023id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2024id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2025id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2026id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2027id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2028id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2029id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2030id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2031id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2032id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2033id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2034id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2035id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2036id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2037id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2038id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2039id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2040id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2041id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2042id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2043id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2044id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2045id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2046id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2047id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2048id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2049id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2050id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2051id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2052id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2053id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2054id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2055id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2056id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2057id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2058id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2059id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2060id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2061id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2062id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2063id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2064id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2065id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2066id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2067id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2068id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2069id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2070id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2071id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2072id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2073id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2074id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2075id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2076id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2077id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2078id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2079id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2080id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2081id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2082id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2083id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2084id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2085id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2086id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2087id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2088id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2089id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2090id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2091id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2092id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2093id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2094id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2095id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2096id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2097id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2098id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2099id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2100id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2101id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2102id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2103id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2104id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2105id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2106id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2107id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2108id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2109id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2110id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2111id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2112id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2113id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2114id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2115id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2116id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2117id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2118id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2119id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2120id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2121id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2122id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2123id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2124id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2125id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2126id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2127id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2128id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2129id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2130id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2131id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2132id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2133id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2134id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2135id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2136id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2137id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2138id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2139id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2140id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2141id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2142id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2143id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2144id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2145id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2146id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2147id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2148id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2149id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2150id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2151id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2152id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2153id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2154id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2155id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2156id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2157id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2158id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2159id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2160id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2161id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2162id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2163id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2164id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2165id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2166id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2167id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2168id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2169id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2170id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2171id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2172id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2173id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2174id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2175id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2176id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2177id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2178id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2179id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2180id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2181id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2182id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2183id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2184id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2185id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2186id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2187id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2188id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2189id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2190id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2191id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2192id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2193id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2194id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2195id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2196id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2197id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2198id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2199id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2200id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2201id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2202id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2203id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2204id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2205id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2206id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2207id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2208id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2209id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2210id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2211id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2212id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2213id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2214id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2215id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2216id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2217id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2218id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2219id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2220id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2221id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2222id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2223id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2224id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2225id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2226id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2227id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2228id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2229id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2230id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2231id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2232id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2233id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2234id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2235id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2236id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2237id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2238id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2239id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2240id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2241id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2242id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2243id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2244id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2245id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2246id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2247id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2248id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2249id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2250id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2251id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2252id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2253id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2254id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2255id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2256id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2257id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2258id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2259id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2260id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2261id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2262id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2263id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2264id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2265id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2266id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2267id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2268id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2269id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2270id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2271id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2272id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2273id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2274id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2275id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2276id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2277id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2278id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2279id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2280id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2281id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2282id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2283id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2284id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2285id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2286id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2287id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2288id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2289id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2290id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2291id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2292id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2293id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2294id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2295id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2296id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2297id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2298id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2299id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2300id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2301id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2302id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2303id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2304id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2305id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2306id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2307id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2308id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2309id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2310id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2311id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2312id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2313id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2314id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2315id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2316id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2317id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2318id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2319id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2320id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2321id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2322id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2323id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2324id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2325id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2326id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2327id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2328id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2329id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2330id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2331id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2332id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2333id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2334id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2335id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2336id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2337id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2338id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2339id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2340id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2341id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2342id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2343id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2344id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2345id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2346id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2347id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2348id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2349id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2350id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2351id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2352id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2353id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2354id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2355id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2356id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2357id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2358id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2359id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2360id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2361id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2362id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2363id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2364id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2365id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2366id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2367id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2368id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2369id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2370id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2371id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2372id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2373id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2374id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2375id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2376id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2377id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2378id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2379id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2380id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2381id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2382id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2383id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2384id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2385id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2386id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2387id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2388id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2389id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2390id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2391id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2392id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2393id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2394id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2395id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2396id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2397id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2398id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2399id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2400id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2401id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2402id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2403id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2404id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2405id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2406id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2407id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2408id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2409id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2410id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2411id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2412id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2413id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2414id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2415id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2416id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2417id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2418id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2419id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2420id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2421id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2422id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2423id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2424id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2425id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2426id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2427id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2428id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2429id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2430id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2431id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2432id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2433id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2434id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2435id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2436id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2437id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2438id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2439id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2440id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2441id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2442id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2443id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2444id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2445id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2446id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2447id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2448id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2449id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2450id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2451id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2452id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2453id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2454id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2455id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2456id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2457id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2458id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2459id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2460id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2461id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2462id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2463id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2464id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2465id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2466id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2467id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2468id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2469id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2470id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2471id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2472id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2473id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2474id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2475id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2476id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2477id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2478id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2479id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2480id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2481id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2482id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2483id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2484id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2485id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2486id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2487id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2488id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2489id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2490id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2491id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2492id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2493id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2494id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2495id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2496id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2497id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2498id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2499id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2500id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2501id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2502id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2503id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2504id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2505id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2506id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2507id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2508id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2509id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2510id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2511id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2512id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2513id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2514id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2515id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2516id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2517id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2518id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2519id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2520id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2521id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2522id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2523id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2524id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2525id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2526id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2527id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2528id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2529id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2530id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2531id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2532id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2533id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2534id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2535id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2536id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2537id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2538id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2539id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2540id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2541id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2542id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2543id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2544id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2545id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2546id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2547id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2548id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2549id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2550id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2551id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2552id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2553id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2554id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2555id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2556id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2557id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2558id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2559id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2560id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2561id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2562id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2563id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2564id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2565id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2566id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2567id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2568id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2569id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2570id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2571id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2572id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2573id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2574id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2575id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2576id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2577id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2578id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2579id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2580id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2581id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2582id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2583id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2584id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2585id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2586id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2587id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2588id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2589id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2590id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2591id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2592id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2593id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2594id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2595id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2596id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2597id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2598id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2599id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2600id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2601id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2602id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2603id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2604id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2605id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2606id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2607id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2608id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2609id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2610id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2611id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2612id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2613id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2614id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2615id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2616id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2617id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2618id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2619id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2620id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2621id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2622id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2623id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2624id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2625id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2626id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2627id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2628id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2629id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2630id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2631id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2632id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2633id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2634id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2635id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2636id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2637id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2638id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2639id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2640id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2641id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2642id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2643id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2644id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2645id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2646id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2647id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2648id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2649id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2650id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2651id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2652id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2653id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2654id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2655id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2656id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2657id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2658id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2659id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2660id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2661id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2662id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2663id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2664id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2665id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2666id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2667id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2668id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2669id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2670id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2671id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2672id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2673id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2674id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2675id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2676id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2677id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2678id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2679id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2680id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2681id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2682id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2683id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2684id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2685id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2686id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2687id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2688id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2689id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2690id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2691id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2692id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2693id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2694id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2695id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2696id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2697id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2698id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2699id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2700id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2701id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2702id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2703id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2704id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2705id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2706id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2707id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2708id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2709id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2710id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2711id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2712id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2713id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2714id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2715id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2716id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2717id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2718id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2719id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2720id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2721id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2722id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2723id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2724id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2725id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2726id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2727id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2728id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2729id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2730id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2731id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2732id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2733id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2734id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2735id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2736id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2737id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2738id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2739id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2740id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2741id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2742id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2743id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2744id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2745id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2746id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2747id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2748id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2749id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2750id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2751id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2752id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2753id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2754id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2755id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2756id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2757id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2758id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2759id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2760id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2761id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2762id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2763id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2764id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2765id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2766id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2767id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2768id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2769id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2770id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2771id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2772id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2773id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2774id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2775id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2776id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2777id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2778id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2779id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2780id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2781id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2782id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2783id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2784id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2785id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2786id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2787id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2788id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2789id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2790id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2791id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2792id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2793id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2794id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2795id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2796id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2797id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2798id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2799id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2800id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2801id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2802id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2803id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2804id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2805id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2806id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2807id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2808id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2809id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2810id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2811id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2812id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2813id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2814id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2815id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2816id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2817id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2818id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2819id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2820id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2821id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2822id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2823id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2824id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2825id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2826id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2827id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2828id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2829id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2830id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2831id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2832id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2833id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2834id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2835id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2836id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2837id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2838id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2839id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2840id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2841id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2842id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2843id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2844id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2845id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2846id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2847id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2848id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2849id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2850id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2851id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2852id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2853id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2854id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2855id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2856id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2857id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2858id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2859id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2860id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2861id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2862id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2863id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2864id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2865id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2866id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2867id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2868id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2869id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2870id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2871id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2872id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2873id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2874id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2875id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2876id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2877id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2878id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2879id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2880id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2881id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2882id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2883id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2884id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2885id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2886id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2887id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2888id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2889id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2890id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2891id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2892id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2893id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2894id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2895id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2896id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2897id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2898id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2899id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2900id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2901id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2902id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2903id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2904id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2905id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2906id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2907id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2908id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2909id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2910id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2911id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2912id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2913id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2914id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2915id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2916id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2917id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2918id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2919id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2920id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2921id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2922id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2923id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2924id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2925id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2926id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2927id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2928id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2929id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2930id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2931id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2932id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2933id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2934id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2935id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2936id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2937id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2938id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2939id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2940id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2941id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2942id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2943id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2944id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2945id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2946id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2947id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2948id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2949id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2950id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2951id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2952id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2953id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2954id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2955id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2956id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2957id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2958id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2959id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2960id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2961id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2962id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2963id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2964id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2965id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2966id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2967id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2968id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2969id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2970id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2971id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2972id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2973id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2974id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2975id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2976id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2977id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2978id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2979id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2980id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2981id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2982id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2983id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2984id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2985id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2986id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2987id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "2988id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2989id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2990id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2991id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2992id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "2993id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2994id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "2995id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "2996id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "2997id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "2998id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "2999id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3000id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3001id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3002id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3003id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3004id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3005id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3006id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3007id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3008id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3009id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3010id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3011id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3012id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3013id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3014id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3015id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3016id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3017id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3018id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3019id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3020id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3021id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3022id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3023id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3024id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3025id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3026id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3027id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3028id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3029id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3030id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3031id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3032id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3033id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3034id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3035id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3036id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3037id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3038id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3039id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3040id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3041id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3042id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3043id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3044id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3045id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3046id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3047id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3048id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3049id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3050id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3051id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3052id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3053id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3054id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3055id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3056id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3057id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3058id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3059id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3060id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3061id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3062id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3063id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3064id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3065id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3066id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3067id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3068id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3069id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3070id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3071id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3072id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3073id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3074id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3075id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3076id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3077id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3078id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3079id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3080id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3081id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3082id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3083id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3084id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3085id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3086id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3087id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3088id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3089id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3090id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3091id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3092id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3093id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3094id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3095id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3096id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3097id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3098id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3099id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3100id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3101id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3102id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3103id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3104id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3105id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3106id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3107id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3108id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3109id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3110id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3111id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3112id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3113id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3114id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3115id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3116id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3117id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3118id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3119id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3120id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3121id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3122id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3123id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3124id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3125id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3126id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3127id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3128id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3129id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3130id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3131id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3132id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3133id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3134id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3135id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3136id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3137id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3138id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3139id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3140id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3141id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3142id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3143id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3144id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3145id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3146id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3147id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3148id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3149id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3150id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3151id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3152id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3153id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3154id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3155id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3156id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3157id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3158id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3159id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3160id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3161id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3162id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3163id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3164id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3165id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3166id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3167id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3168id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3169id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3170id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3171id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3172id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3173id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3174id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3175id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3176id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3177id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3178id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3179id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3180id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3181id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3182id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3183id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3184id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3185id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3186id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3187id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3188id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3189id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3190id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3191id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3192id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3193id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3194id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3195id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3196id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3197id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3198id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3199id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3200id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3201id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3202id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3203id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3204id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3205id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3206id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3207id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3208id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3209id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3210id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3211id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3212id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3213id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3214id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3215id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3216id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3217id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3218id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3219id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3220id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3221id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3222id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3223id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3224id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3225id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3226id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3227id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3228id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3229id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3230id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3231id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3232id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3233id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3234id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3235id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3236id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3237id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3238id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3239id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3240id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3241id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3242id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3243id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3244id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3245id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3246id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3247id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3248id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3249id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3250id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3251id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3252id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3253id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3254id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3255id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3256id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3257id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3258id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3259id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3260id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3261id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3262id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3263id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3264id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3265id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3266id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3267id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3268id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3269id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3270id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3271id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3272id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3273id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3274id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3275id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3276id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3277id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3278id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3279id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3280id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3281id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3282id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3283id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3284id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3285id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3286id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3287id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3288id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3289id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3290id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3291id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3292id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3293id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3294id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3295id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3296id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3297id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3298id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3299id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3300id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3301id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3302id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3303id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3304id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3305id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3306id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3307id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3308id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3309id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3310id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3311id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3312id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3313id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3314id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3315id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3316id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3317id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3318id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3319id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3320id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3321id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3322id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3323id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3324id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3325id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3326id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3327id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3328id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3329id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3330id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3331id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3332id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3333id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3334id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3335id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3336id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3337id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3338id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3339id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3340id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3341id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3342id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3343id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3344id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3345id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3346id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3347id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3348id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3349id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3350id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3351id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3352id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3353id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3354id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3355id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3356id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3357id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3358id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3359id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3360id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3361id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3362id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3363id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3364id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3365id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3366id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3367id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3368id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3369id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3370id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3371id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3372id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3373id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3374id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3375id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3376id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3377id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3378id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3379id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3380id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3381id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3382id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3383id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3384id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3385id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3386id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3387id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3388id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3389id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3390id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3391id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3392id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3393id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3394id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3395id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3396id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3397id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3398id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3399id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3400id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3401id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3402id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3403id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3404id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3405id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3406id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3407id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3408id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3409id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3410id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3411id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3412id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3413id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3414id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3415id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3416id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3417id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3418id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3419id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3420id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3421id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3422id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3423id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3424id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3425id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3426id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3427id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3428id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3429id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3430id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3431id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3432id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3433id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3434id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3435id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3436id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3437id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3438id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3439id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3440id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3441id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3442id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3443id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3444id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3445id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3446id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3447id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3448id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3449id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3450id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3451id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3452id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3453id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3454id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3455id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3456id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3457id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3458id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3459id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3460id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3461id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3462id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3463id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3464id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3465id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3466id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3467id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3468id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3469id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3470id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3471id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3472id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3473id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3474id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3475id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3476id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3477id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3478id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3479id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3480id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3481id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3482id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3483id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3484id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3485id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3486id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3487id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3488id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3489id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3490id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3491id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3492id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3493id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3494id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3495id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3496id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3497id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3498id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3499id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3500id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3501id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3502id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3503id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3504id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3505id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3506id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3507id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3508id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3509id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3510id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3511id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3512id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3513id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3514id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3515id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3516id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3517id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3518id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3519id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3520id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3521id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3522id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3523id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3524id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3525id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3526id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3527id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3528id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3529id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3530id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3531id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3532id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3533id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3534id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3535id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3536id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3537id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3538id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3539id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3540id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3541id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3542id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3543id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3544id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3545id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3546id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3547id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3548id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3549id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3550id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3551id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3552id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3553id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3554id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3555id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3556id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3557id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3558id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3559id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3560id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3561id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3562id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3563id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3564id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3565id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3566id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3567id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3568id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3569id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3570id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3571id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3572id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3573id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3574id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3575id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3576id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3577id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3578id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3579id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3580id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3581id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3582id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3583id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3584id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3585id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3586id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3587id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3588id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3589id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3590id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3591id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3592id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3593id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3594id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3595id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3596id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3597id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3598id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3599id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3600id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3601id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3602id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3603id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3604id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3605id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3606id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3607id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3608id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3609id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3610id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3611id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3612id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3613id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3614id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3615id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3616id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3617id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3618id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3619id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3620id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3621id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3622id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3623id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3624id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3625id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3626id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3627id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3628id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3629id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3630id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3631id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3632id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3633id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3634id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3635id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3636id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3637id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3638id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3639id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3640id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3641id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3642id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3643id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3644id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3645id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3646id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3647id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3648id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3649id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3650id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3651id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3652id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3653id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3654id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3655id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3656id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3657id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3658id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3659id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3660id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3661id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3662id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3663id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3664id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3665id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3666id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3667id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3668id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3669id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3670id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3671id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3672id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3673id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3674id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3675id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3676id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3677id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3678id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3679id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3680id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3681id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3682id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3683id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3684id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3685id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3686id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3687id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3688id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3689id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3690id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3691id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3692id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3693id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3694id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3695id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3696id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3697id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3698id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3699id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3700id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3701id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3702id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3703id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3704id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3705id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3706id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3707id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3708id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3709id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3710id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3711id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3712id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3713id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3714id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3715id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3716id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3717id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3718id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3719id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3720id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3721id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3722id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3723id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3724id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3725id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3726id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3727id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3728id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3729id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3730id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3731id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3732id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3733id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3734id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3735id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3736id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3737id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3738id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3739id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3740id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3741id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3742id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3743id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3744id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3745id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3746id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3747id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3748id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3749id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3750id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3751id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3752id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3753id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3754id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3755id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3756id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3757id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3758id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3759id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3760id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3761id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3762id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3763id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3764id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3765id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3766id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3767id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3768id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3769id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3770id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3771id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3772id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3773id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3774id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3775id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3776id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3777id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3778id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3779id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3780id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3781id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3782id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3783id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3784id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3785id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3786id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3787id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3788id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3789id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3790id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3791id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3792id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3793id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3794id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3795id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3796id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3797id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3798id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3799id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3800id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3801id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3802id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3803id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3804id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3805id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3806id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3807id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3808id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3809id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3810id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3811id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3812id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3813id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3814id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3815id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3816id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3817id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3818id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3819id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3820id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3821id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3822id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3823id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3824id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3825id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3826id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3827id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3828id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3829id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3830id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3831id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3832id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3833id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3834id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3835id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3836id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3837id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3838id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3839id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3840id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3841id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3842id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3843id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3844id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3845id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3846id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3847id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3848id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3849id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3850id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3851id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3852id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3853id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3854id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3855id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3856id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3857id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3858id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3859id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3860id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3861id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3862id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3863id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3864id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3865id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3866id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3867id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3868id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3869id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3870id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3871id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3872id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3873id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3874id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3875id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3876id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3877id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3878id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3879id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3880id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3881id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3882id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3883id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3884id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3885id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3886id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3887id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3888id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3889id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3890id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3891id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3892id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3893id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3894id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3895id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3896id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3897id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3898id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3899id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3900id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3901id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3902id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3903id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3904id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3905id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3906id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3907id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3908id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3909id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3910id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3911id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3912id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3913id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3914id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3915id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3916id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3917id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3918id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3919id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3920id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3921id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3922id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3923id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3924id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3925id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3926id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3927id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3928id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3929id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3930id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3931id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3932id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3933id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3934id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3935id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3936id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3937id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3938id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3939id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3940id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3941id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3942id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3943id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3944id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3945id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3946id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3947id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3948id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3949id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3950id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3951id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3952id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3953id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3954id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3955id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3956id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3957id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3958id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3959id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3960id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3961id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3962id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3963id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3964id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3965id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3966id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3967id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3968id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3969id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3970id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3971id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3972id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3973id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3974id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3975id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "3976id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3977id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3978id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3979id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "3980id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3981id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3982id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3983id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3984id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3985id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3986id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3987id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3988id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3989id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3990id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "3991id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3992id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "3993id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "3994id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3995id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3996id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3997id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "3998id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "3999id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4000id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4001id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4002id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4003id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4004id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4005id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4006id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4007id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4008id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4009id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4010id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4011id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4012id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4013id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4014id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4015id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4016id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4017id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4018id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4019id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4020id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4021id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4022id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4023id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4024id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4025id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4026id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4027id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4028id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4029id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4030id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4031id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4032id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4033id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4034id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4035id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4036id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4037id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4038id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4039id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4040id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4041id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4042id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4043id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4044id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4045id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4046id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4047id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4048id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4049id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4050id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4051id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4052id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4053id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4054id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4055id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4056id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4057id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4058id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4059id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4060id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4061id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4062id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4063id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4064id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4065id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4066id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4067id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4068id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4069id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4070id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4071id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4072id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4073id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4074id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4075id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4076id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4077id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4078id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4079id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4080id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4081id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4082id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4083id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4084id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4085id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4086id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4087id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4088id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4089id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4090id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4091id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4092id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4093id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4094id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4095id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4096id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4097id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4098id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4099id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4100id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4101id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4102id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4103id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4104id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4105id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4106id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4107id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4108id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4109id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4110id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4111id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4112id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4113id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4114id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4115id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4116id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4117id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4118id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4119id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4120id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4121id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4122id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4123id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4124id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4125id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4126id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4127id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4128id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4129id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4130id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4131id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4132id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4133id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4134id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4135id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4136id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4137id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4138id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4139id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4140id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4141id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4142id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4143id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4144id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4145id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4146id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4147id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4148id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4149id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4150id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4151id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4152id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4153id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4154id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4155id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4156id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4157id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4158id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4159id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4160id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4161id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4162id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4163id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4164id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4165id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4166id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4167id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4168id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4169id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4170id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4171id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4172id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4173id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4174id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4175id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4176id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4177id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4178id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4179id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4180id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4181id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4182id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4183id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4184id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4185id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4186id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4187id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4188id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4189id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4190id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4191id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4192id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4193id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4194id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4195id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4196id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4197id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4198id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4199id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4200id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4201id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4202id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4203id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4204id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4205id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4206id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4207id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4208id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4209id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4210id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4211id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4212id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4213id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4214id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4215id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4216id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4217id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4218id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4219id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4220id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4221id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4222id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4223id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4224id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4225id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4226id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4227id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4228id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4229id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4230id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4231id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4232id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4233id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4234id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4235id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4236id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4237id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4238id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4239id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4240id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4241id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4242id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4243id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4244id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4245id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4246id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4247id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4248id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4249id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4250id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4251id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4252id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4253id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4254id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4255id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4256id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4257id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4258id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4259id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4260id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4261id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4262id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4263id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4264id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4265id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4266id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4267id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4268id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4269id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4270id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4271id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4272id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4273id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4274id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4275id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4276id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4277id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4278id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4279id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4280id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4281id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4282id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4283id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4284id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4285id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4286id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4287id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4288id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4289id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4290id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4291id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4292id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4293id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4294id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4295id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4296id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4297id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4298id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4299id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4300id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4301id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4302id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4303id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4304id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4305id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4306id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4307id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4308id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4309id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4310id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4311id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4312id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4313id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4314id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4315id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4316id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4317id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4318id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4319id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4320id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4321id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4322id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4323id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4324id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4325id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4326id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4327id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4328id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4329id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4330id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4331id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4332id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4333id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4334id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4335id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4336id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4337id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4338id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4339id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4340id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4341id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4342id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4343id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4344id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4345id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4346id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4347id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4348id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4349id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4350id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4351id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4352id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4353id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4354id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4355id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4356id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4357id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4358id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4359id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4360id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4361id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4362id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4363id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4364id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4365id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4366id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4367id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4368id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4369id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4370id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4371id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4372id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4373id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4374id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4375id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4376id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4377id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4378id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4379id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4380id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4381id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4382id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4383id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4384id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4385id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4386id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4387id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4388id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4389id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4390id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4391id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4392id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4393id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4394id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4395id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4396id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4397id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4398id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4399id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4400id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4401id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4402id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4403id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4404id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4405id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4406id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4407id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4408id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4409id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4410id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4411id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4412id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4413id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4414id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4415id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4416id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4417id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4418id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4419id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4420id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4421id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4422id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4423id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4424id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4425id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4426id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4427id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4428id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4429id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4430id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4431id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4432id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4433id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4434id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4435id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4436id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4437id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4438id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4439id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4440id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4441id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4442id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4443id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4444id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4445id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4446id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4447id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4448id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4449id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4450id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4451id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4452id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4453id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4454id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4455id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4456id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4457id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4458id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4459id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4460id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4461id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4462id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4463id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4464id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4465id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4466id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4467id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4468id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4469id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4470id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4471id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4472id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4473id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4474id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4475id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4476id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4477id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4478id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4479id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4480id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4481id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4482id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4483id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4484id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4485id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4486id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4487id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4488id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4489id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4490id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4491id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4492id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4493id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4494id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4495id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4496id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4497id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4498id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4499id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4500id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4501id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4502id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4503id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4504id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4505id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4506id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4507id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4508id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4509id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4510id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4511id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4512id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4513id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4514id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4515id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4516id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4517id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4518id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4519id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4520id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4521id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4522id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4523id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4524id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4525id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4526id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4527id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4528id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4529id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4530id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4531id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4532id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4533id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4534id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4535id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4536id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4537id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4538id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4539id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4540id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4541id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4542id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4543id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4544id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4545id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4546id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4547id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4548id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4549id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4550id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4551id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4552id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4553id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4554id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4555id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4556id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4557id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4558id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4559id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4560id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4561id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4562id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4563id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4564id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4565id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4566id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4567id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4568id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4569id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4570id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4571id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4572id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4573id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4574id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4575id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4576id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4577id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4578id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4579id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4580id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4581id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4582id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4583id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4584id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4585id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4586id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4587id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4588id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4589id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4590id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4591id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4592id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4593id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4594id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4595id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4596id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4597id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4598id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4599id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4600id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4601id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4602id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4603id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4604id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4605id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4606id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4607id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4608id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4609id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4610id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4611id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4612id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4613id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4614id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4615id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4616id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4617id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4618id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4619id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4620id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4621id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4622id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4623id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4624id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4625id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4626id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4627id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4628id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4629id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4630id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4631id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4632id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4633id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4634id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4635id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4636id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4637id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4638id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4639id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4640id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4641id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4642id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4643id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4644id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4645id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4646id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4647id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4648id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4649id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4650id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4651id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4652id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4653id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4654id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4655id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4656id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4657id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4658id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4659id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4660id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4661id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4662id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4663id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4664id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4665id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4666id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4667id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4668id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4669id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4670id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4671id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4672id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4673id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4674id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4675id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4676id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4677id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4678id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4679id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4680id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4681id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4682id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4683id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4684id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4685id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4686id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4687id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4688id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4689id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4690id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4691id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4692id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4693id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4694id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4695id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4696id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4697id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4698id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4699id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4700id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4701id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4702id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4703id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4704id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4705id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4706id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4707id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4708id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4709id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4710id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4711id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4712id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4713id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4714id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4715id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4716id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4717id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4718id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4719id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4720id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4721id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4722id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4723id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4724id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4725id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4726id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4727id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4728id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4729id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4730id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4731id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4732id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4733id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4734id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4735id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4736id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4737id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4738id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4739id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4740id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4741id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4742id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4743id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4744id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4745id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4746id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4747id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4748id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4749id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4750id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4751id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4752id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4753id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4754id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4755id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4756id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4757id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4758id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4759id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4760id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4761id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4762id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4763id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4764id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4765id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4766id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4767id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4768id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4769id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4770id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4771id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4772id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4773id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4774id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4775id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4776id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4777id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4778id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4779id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4780id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4781id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4782id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4783id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4784id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4785id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4786id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4787id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4788id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4789id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4790id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4791id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4792id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4793id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4794id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4795id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4796id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4797id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4798id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4799id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4800id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4801id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4802id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4803id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4804id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4805id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4806id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4807id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4808id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4809id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4810id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4811id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4812id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4813id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4814id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4815id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4816id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4817id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4818id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4819id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4820id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4821id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4822id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4823id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4824id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4825id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4826id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4827id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4828id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4829id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4830id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4831id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4832id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4833id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4834id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4835id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4836id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4837id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4838id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4839id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4840id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4841id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4842id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4843id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4844id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4845id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4846id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4847id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4848id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4849id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4850id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4851id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4852id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4853id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4854id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4855id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4856id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4857id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4858id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4859id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4860id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4861id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4862id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4863id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4864id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4865id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4866id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4867id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4868id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4869id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4870id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4871id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4872id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4873id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4874id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4875id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4876id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4877id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4878id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4879id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4880id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4881id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4882id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4883id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4884id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4885id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4886id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4887id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4888id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4889id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4890id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4891id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4892id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4893id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4894id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4895id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4896id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4897id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4898id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4899id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4900id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4901id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4902id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4903id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4904id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4905id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4906id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4907id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4908id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4909id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4910id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4911id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4912id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4913id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4914id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4915id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4916id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4917id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4918id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4919id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4920id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4921id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4922id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4923id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4924id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4925id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4926id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4927id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4928id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4929id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4930id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4931id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4932id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4933id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4934id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4935id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4936id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4937id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4938id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4939id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4940id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4941id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4942id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4943id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4944id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4945id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4946id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4947id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4948id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4949id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4950id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4951id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4952id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4953id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4954id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4955id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4956id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4957id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4958id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4959id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4960id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4961id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4962id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4963id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4964id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4965id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4966id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4967id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4968id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4969id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4970id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4971id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4972id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4973id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4974id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4975id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4976id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4977id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4978id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4979id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4980id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4981id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "4982id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4983id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4984id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4985id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4986id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4987id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "4988id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4989id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4990id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4991id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "4992id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4993id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4994id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4995id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "4996id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "4997id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "4998id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "4999id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5000id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5001id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5002id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5003id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5004id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5005id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5006id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5007id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5008id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5009id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5010id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5011id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5012id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5013id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5014id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5015id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5016id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5017id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5018id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5019id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5020id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5021id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5022id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5023id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5024id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5025id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5026id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5027id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5028id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5029id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5030id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5031id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5032id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5033id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5034id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5035id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5036id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5037id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5038id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5039id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5040id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5041id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5042id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5043id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5044id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5045id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5046id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5047id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5048id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5049id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5050id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5051id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5052id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5053id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5054id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5055id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5056id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5057id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5058id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5059id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5060id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5061id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5062id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5063id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5064id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5065id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5066id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5067id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5068id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5069id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5070id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5071id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5072id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5073id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5074id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5075id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5076id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5077id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5078id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5079id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5080id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5081id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5082id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5083id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5084id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5085id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5086id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5087id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5088id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5089id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5090id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5091id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5092id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5093id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5094id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5095id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5096id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5097id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5098id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5099id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5100id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5101id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5102id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5103id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5104id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5105id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5106id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5107id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5108id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5109id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5110id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5111id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5112id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5113id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5114id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5115id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5116id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5117id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5118id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5119id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5120id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5121id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5122id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5123id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5124id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5125id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5126id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5127id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5128id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5129id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5130id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5131id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5132id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5133id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5134id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5135id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5136id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5137id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5138id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5139id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5140id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5141id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5142id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5143id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5144id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5145id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5146id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5147id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5148id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5149id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5150id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5151id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5152id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5153id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5154id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5155id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5156id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5157id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5158id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5159id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5160id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5161id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5162id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5163id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5164id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5165id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5166id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5167id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5168id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5169id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5170id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5171id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5172id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5173id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5174id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5175id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5176id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5177id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5178id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5179id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5180id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5181id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5182id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5183id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5184id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5185id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5186id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5187id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5188id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5189id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5190id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5191id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5192id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5193id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5194id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5195id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5196id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5197id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5198id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5199id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5200id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5201id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5202id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5203id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5204id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5205id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5206id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5207id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5208id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5209id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5210id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5211id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5212id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5213id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5214id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5215id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5216id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5217id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5218id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5219id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5220id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5221id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5222id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5223id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5224id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5225id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5226id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5227id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5228id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5229id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5230id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5231id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5232id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5233id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5234id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5235id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5236id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5237id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5238id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5239id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5240id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5241id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5242id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5243id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5244id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5245id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5246id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5247id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5248id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5249id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5250id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5251id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5252id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5253id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5254id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5255id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5256id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5257id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5258id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5259id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5260id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5261id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5262id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5263id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5264id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5265id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5266id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5267id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5268id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5269id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5270id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5271id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5272id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5273id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5274id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5275id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5276id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5277id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5278id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5279id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5280id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5281id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5282id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5283id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5284id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5285id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5286id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5287id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5288id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5289id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5290id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5291id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5292id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5293id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5294id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5295id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5296id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5297id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5298id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5299id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5300id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5301id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5302id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5303id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5304id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5305id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5306id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5307id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5308id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5309id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5310id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5311id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5312id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5313id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5314id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5315id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5316id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5317id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5318id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5319id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5320id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5321id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5322id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5323id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5324id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5325id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5326id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5327id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5328id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5329id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5330id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5331id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5332id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5333id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5334id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5335id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5336id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5337id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5338id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5339id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5340id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5341id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5342id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5343id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5344id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5345id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5346id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5347id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5348id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5349id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5350id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5351id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5352id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5353id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5354id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5355id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5356id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5357id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5358id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5359id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5360id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5361id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5362id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5363id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5364id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5365id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5366id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5367id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5368id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5369id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5370id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5371id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5372id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5373id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5374id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5375id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5376id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5377id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5378id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5379id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5380id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5381id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5382id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5383id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5384id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5385id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5386id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5387id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5388id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5389id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5390id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5391id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5392id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5393id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5394id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5395id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5396id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5397id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5398id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5399id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5400id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5401id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5402id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5403id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5404id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5405id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5406id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5407id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5408id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5409id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5410id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5411id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5412id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5413id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5414id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5415id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5416id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5417id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5418id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5419id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5420id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5421id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5422id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5423id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5424id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5425id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5426id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5427id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5428id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5429id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5430id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5431id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5432id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5433id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5434id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5435id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5436id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5437id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5438id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5439id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5440id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5441id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5442id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5443id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5444id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5445id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5446id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5447id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5448id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5449id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5450id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5451id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5452id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5453id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5454id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5455id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5456id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5457id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5458id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5459id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5460id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5461id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5462id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5463id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5464id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5465id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5466id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5467id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5468id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5469id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5470id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5471id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5472id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5473id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5474id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5475id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5476id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5477id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5478id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5479id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5480id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5481id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5482id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5483id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5484id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5485id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5486id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5487id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5488id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5489id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5490id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5491id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5492id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5493id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5494id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5495id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5496id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5497id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5498id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5499id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5500id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5501id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5502id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5503id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5504id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5505id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5506id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5507id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5508id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5509id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5510id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5511id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5512id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5513id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5514id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5515id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5516id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5517id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5518id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5519id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5520id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5521id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5522id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5523id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5524id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5525id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5526id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5527id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5528id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5529id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5530id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5531id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5532id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5533id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5534id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5535id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5536id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5537id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5538id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5539id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5540id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5541id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5542id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5543id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5544id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5545id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5546id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5547id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5548id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5549id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5550id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5551id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5552id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5553id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5554id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5555id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5556id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5557id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5558id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5559id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5560id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5561id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5562id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5563id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5564id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5565id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5566id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5567id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5568id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5569id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5570id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5571id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5572id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5573id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5574id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5575id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5576id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5577id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5578id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5579id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5580id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5581id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5582id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5583id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5584id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5585id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5586id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5587id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5588id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5589id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5590id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5591id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5592id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5593id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5594id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5595id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5596id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5597id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5598id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5599id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5600id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5601id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5602id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5603id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5604id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5605id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5606id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5607id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5608id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5609id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5610id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5611id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5612id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5613id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5614id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5615id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5616id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5617id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5618id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5619id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5620id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5621id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5622id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5623id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5624id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5625id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5626id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5627id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5628id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5629id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5630id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5631id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5632id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5633id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5634id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5635id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5636id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5637id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5638id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5639id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5640id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5641id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5642id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5643id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5644id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5645id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5646id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5647id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5648id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5649id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5650id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5651id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5652id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5653id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5654id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5655id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5656id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5657id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5658id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5659id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5660id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5661id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5662id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5663id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5664id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5665id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5666id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5667id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5668id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5669id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5670id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5671id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5672id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5673id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5674id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5675id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5676id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5677id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5678id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5679id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5680id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5681id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5682id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5683id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5684id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5685id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5686id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5687id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5688id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5689id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5690id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5691id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5692id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5693id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5694id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5695id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5696id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5697id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5698id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5699id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5700id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5701id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5702id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5703id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5704id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5705id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5706id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5707id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5708id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5709id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5710id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5711id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5712id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5713id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5714id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5715id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5716id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5717id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5718id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5719id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5720id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5721id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5722id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5723id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5724id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5725id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5726id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5727id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5728id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5729id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5730id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5731id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5732id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5733id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5734id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5735id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5736id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5737id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5738id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5739id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5740id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5741id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5742id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5743id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5744id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5745id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5746id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5747id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5748id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5749id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5750id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5751id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5752id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5753id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5754id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5755id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5756id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5757id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5758id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5759id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5760id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5761id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5762id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5763id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5764id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5765id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5766id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5767id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5768id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5769id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5770id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5771id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5772id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5773id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5774id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5775id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5776id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5777id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5778id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5779id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5780id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5781id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5782id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5783id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5784id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5785id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5786id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5787id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5788id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5789id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5790id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5791id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5792id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5793id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5794id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5795id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5796id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5797id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5798id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5799id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5800id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5801id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5802id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5803id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5804id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5805id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5806id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5807id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5808id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5809id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5810id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5811id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5812id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5813id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5814id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5815id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5816id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5817id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5818id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5819id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5820id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5821id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5822id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5823id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5824id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5825id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5826id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5827id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5828id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5829id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5830id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5831id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5832id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5833id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5834id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5835id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5836id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5837id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5838id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5839id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5840id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5841id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5842id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5843id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5844id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5845id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5846id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5847id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5848id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5849id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5850id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5851id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5852id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5853id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5854id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5855id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5856id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5857id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5858id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5859id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5860id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5861id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5862id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5863id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5864id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5865id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5866id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5867id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5868id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5869id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5870id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5871id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5872id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5873id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5874id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5875id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5876id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5877id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5878id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5879id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5880id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5881id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5882id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5883id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5884id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5885id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5886id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5887id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5888id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5889id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5890id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5891id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5892id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5893id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5894id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5895id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5896id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5897id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5898id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5899id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5900id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5901id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5902id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5903id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5904id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5905id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5906id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5907id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5908id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5909id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5910id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5911id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5912id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5913id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5914id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5915id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5916id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5917id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5918id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5919id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5920id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5921id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5922id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5923id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5924id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5925id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5926id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5927id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5928id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5929id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5930id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5931id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5932id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5933id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5934id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5935id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5936id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5937id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5938id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5939id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5940id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5941id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5942id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5943id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5944id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5945id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5946id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5947id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5948id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5949id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5950id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5951id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5952id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5953id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5954id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5955id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5956id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5957id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5958id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5959id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5960id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5961id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5962id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5963id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5964id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5965id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5966id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5967id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5968id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5969id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5970id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5971id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5972id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5973id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5974id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5975id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5976id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5977id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5978id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5979id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5980id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5981id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5982id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5983id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5984id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5985id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "5986id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "5987id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5988id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "5989id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5990id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5991id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5992id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "5993id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5994id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "5995id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5996id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "5997id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "5998id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5999id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6000id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6001id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6002id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6003id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6004id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6005id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6006id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6007id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6008id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6009id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6010id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6011id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6012id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6013id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6014id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6015id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6016id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6017id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6018id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6019id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6020id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6021id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6022id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6023id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6024id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6025id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6026id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6027id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6028id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6029id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6030id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6031id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6032id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6033id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6034id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6035id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6036id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6037id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6038id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6039id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6040id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6041id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6042id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6043id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6044id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6045id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6046id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6047id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6048id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6049id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6050id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6051id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6052id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6053id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6054id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6055id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6056id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6057id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6058id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6059id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6060id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6061id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6062id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6063id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6064id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6065id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6066id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6067id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6068id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6069id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6070id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6071id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6072id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6073id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6074id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6075id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6076id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6077id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6078id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6079id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6080id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6081id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6082id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6083id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6084id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6085id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6086id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6087id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6088id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6089id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6090id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6091id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6092id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6093id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6094id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6095id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6096id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6097id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6098id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6099id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6100id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6101id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6102id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6103id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6104id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6105id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6106id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6107id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6108id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6109id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6110id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6111id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6112id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6113id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6114id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6115id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6116id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6117id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6118id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6119id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6120id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6121id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6122id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6123id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6124id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6125id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6126id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6127id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6128id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6129id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6130id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6131id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6132id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6133id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6134id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6135id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6136id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6137id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6138id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6139id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6140id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6141id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6142id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6143id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6144id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6145id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6146id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6147id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6148id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6149id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6150id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6151id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6152id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6153id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6154id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6155id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6156id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6157id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6158id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6159id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6160id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6161id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6162id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6163id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6164id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6165id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6166id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6167id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6168id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6169id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6170id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6171id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6172id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6173id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6174id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6175id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6176id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6177id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6178id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6179id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6180id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6181id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6182id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6183id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6184id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6185id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6186id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6187id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6188id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6189id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6190id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6191id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6192id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6193id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6194id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6195id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6196id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6197id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6198id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6199id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6200id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6201id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6202id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6203id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6204id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6205id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6206id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6207id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6208id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6209id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6210id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6211id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6212id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6213id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6214id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6215id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6216id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6217id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6218id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6219id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6220id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6221id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6222id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6223id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6224id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6225id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6226id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6227id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6228id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6229id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6230id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6231id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6232id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6233id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6234id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6235id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6236id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6237id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6238id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6239id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6240id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6241id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6242id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6243id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6244id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6245id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6246id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6247id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6248id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6249id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6250id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6251id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6252id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6253id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6254id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6255id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6256id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6257id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6258id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6259id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6260id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6261id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6262id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6263id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6264id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6265id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6266id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6267id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6268id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6269id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6270id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6271id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6272id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6273id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6274id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6275id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6276id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6277id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6278id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6279id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6280id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6281id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6282id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6283id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6284id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6285id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6286id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6287id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6288id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6289id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6290id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6291id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6292id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6293id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6294id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6295id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6296id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6297id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6298id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6299id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6300id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6301id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6302id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6303id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6304id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6305id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6306id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6307id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6308id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6309id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6310id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6311id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6312id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6313id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6314id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6315id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6316id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6317id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6318id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6319id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6320id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6321id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6322id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6323id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6324id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6325id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6326id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6327id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6328id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6329id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6330id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6331id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6332id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6333id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6334id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6335id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6336id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6337id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6338id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6339id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6340id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6341id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6342id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6343id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6344id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6345id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6346id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6347id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6348id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6349id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6350id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6351id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6352id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6353id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6354id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6355id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6356id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6357id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6358id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6359id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6360id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6361id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6362id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6363id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6364id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6365id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6366id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6367id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6368id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6369id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6370id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6371id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6372id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6373id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6374id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6375id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6376id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6377id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6378id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6379id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6380id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6381id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6382id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6383id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6384id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6385id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6386id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6387id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6388id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6389id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6390id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6391id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6392id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6393id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6394id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6395id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6396id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6397id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6398id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6399id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6400id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6401id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6402id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6403id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6404id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6405id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6406id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6407id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6408id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6409id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6410id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6411id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6412id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6413id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6414id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6415id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6416id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6417id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6418id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6419id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6420id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6421id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6422id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6423id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6424id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6425id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6426id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6427id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6428id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6429id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6430id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6431id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6432id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6433id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6434id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6435id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6436id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6437id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6438id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6439id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6440id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6441id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6442id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6443id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6444id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6445id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6446id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6447id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6448id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6449id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6450id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6451id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6452id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6453id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6454id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6455id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6456id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6457id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6458id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6459id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6460id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6461id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6462id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6463id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6464id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6465id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6466id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6467id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6468id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6469id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6470id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6471id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6472id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6473id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6474id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6475id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6476id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6477id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6478id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6479id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6480id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6481id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6482id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6483id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6484id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6485id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6486id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6487id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6488id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6489id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6490id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6491id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6492id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6493id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6494id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6495id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6496id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6497id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6498id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6499id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6500id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6501id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6502id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6503id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6504id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6505id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6506id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6507id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6508id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6509id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6510id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6511id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6512id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6513id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6514id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6515id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6516id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6517id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6518id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6519id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6520id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6521id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6522id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6523id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6524id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6525id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6526id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6527id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6528id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6529id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6530id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6531id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6532id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6533id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6534id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6535id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6536id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6537id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6538id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6539id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6540id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6541id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6542id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6543id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6544id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6545id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6546id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6547id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6548id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6549id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6550id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6551id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6552id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6553id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6554id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6555id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6556id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6557id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6558id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6559id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6560id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6561id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6562id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6563id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6564id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6565id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6566id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6567id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6568id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6569id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6570id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6571id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6572id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6573id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6574id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6575id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6576id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6577id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6578id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6579id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6580id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6581id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6582id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6583id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6584id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6585id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6586id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6587id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6588id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6589id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6590id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6591id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6592id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6593id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6594id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6595id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6596id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6597id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6598id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6599id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6600id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6601id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6602id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6603id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6604id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6605id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6606id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6607id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6608id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6609id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6610id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6611id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6612id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6613id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6614id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6615id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6616id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6617id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6618id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6619id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6620id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6621id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6622id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6623id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6624id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6625id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6626id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6627id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6628id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6629id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6630id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6631id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6632id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6633id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6634id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6635id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6636id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6637id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6638id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6639id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6640id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6641id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6642id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6643id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6644id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6645id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6646id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6647id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6648id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6649id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6650id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6651id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6652id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6653id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6654id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6655id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6656id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6657id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6658id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6659id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6660id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6661id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6662id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6663id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6664id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6665id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6666id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6667id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6668id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6669id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6670id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6671id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6672id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6673id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6674id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6675id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6676id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6677id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6678id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6679id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6680id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6681id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6682id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6683id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6684id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6685id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6686id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6687id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6688id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6689id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6690id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6691id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6692id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6693id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6694id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6695id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6696id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6697id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6698id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6699id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6700id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6701id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6702id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6703id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6704id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6705id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6706id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6707id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6708id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6709id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6710id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6711id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6712id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6713id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6714id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6715id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6716id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6717id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6718id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6719id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6720id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6721id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6722id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6723id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6724id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6725id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6726id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6727id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6728id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6729id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6730id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6731id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6732id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6733id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6734id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6735id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6736id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6737id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6738id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6739id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6740id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6741id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6742id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6743id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6744id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6745id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6746id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6747id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6748id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6749id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6750id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6751id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6752id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6753id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6754id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6755id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6756id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6757id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6758id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6759id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6760id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6761id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6762id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6763id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6764id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6765id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6766id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6767id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6768id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6769id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6770id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6771id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6772id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6773id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6774id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6775id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6776id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6777id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6778id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6779id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6780id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6781id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6782id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6783id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6784id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6785id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6786id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6787id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6788id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6789id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6790id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6791id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6792id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6793id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6794id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6795id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6796id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6797id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6798id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6799id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6800id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6801id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6802id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6803id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6804id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6805id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6806id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6807id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6808id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6809id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6810id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6811id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6812id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6813id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6814id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6815id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6816id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6817id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6818id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6819id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6820id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6821id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6822id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6823id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6824id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6825id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6826id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6827id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6828id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6829id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6830id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6831id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6832id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6833id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6834id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6835id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6836id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6837id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6838id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6839id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6840id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6841id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6842id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6843id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6844id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6845id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6846id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6847id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6848id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6849id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6850id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6851id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6852id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6853id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6854id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6855id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6856id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6857id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6858id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6859id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6860id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6861id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6862id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6863id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6864id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6865id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6866id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6867id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6868id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6869id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6870id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6871id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6872id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6873id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6874id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6875id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6876id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6877id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6878id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6879id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6880id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6881id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6882id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6883id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6884id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6885id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6886id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6887id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6888id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6889id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6890id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6891id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6892id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6893id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6894id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6895id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6896id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6897id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6898id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6899id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6900id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6901id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6902id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6903id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6904id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6905id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6906id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6907id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6908id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6909id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6910id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6911id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6912id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6913id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6914id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6915id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6916id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6917id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6918id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6919id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6920id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6921id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6922id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6923id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6924id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6925id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6926id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6927id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6928id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6929id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6930id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6931id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6932id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6933id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6934id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6935id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6936id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6937id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6938id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6939id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6940id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6941id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6942id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6943id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6944id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6945id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6946id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6947id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6948id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6949id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6950id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6951id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6952id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6953id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6954id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6955id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6956id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6957id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6958id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6959id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6960id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6961id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6962id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6963id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6964id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6965id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6966id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6967id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6968id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6969id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6970id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6971id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6972id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6973id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6974id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6975id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6976id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6977id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6978id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6979id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6980id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6981id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6982id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6983id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6984id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "6985id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "6986id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6987id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6988id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6989id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "6990id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6991id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6992id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "6993id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6994id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6995id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "6996id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "6997id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "6998id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6999id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7000id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7001id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7002id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7003id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7004id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7005id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7006id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7007id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7008id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7009id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7010id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7011id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7012id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7013id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7014id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7015id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7016id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7017id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7018id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7019id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7020id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7021id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7022id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7023id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7024id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7025id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7026id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7027id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7028id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7029id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7030id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7031id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7032id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7033id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7034id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7035id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7036id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7037id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7038id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7039id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7040id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7041id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7042id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7043id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7044id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7045id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7046id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7047id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7048id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7049id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7050id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7051id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7052id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7053id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7054id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7055id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7056id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7057id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7058id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7059id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7060id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7061id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7062id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7063id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7064id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7065id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7066id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7067id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7068id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7069id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7070id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7071id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7072id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7073id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7074id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7075id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7076id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7077id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7078id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7079id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7080id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7081id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7082id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7083id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7084id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7085id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7086id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7087id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7088id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7089id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7090id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7091id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7092id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7093id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7094id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7095id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7096id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7097id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7098id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7099id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7100id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7101id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7102id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7103id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7104id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7105id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7106id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7107id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7108id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7109id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7110id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7111id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7112id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7113id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7114id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7115id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7116id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7117id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7118id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7119id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7120id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7121id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7122id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7123id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7124id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7125id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7126id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7127id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7128id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7129id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7130id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7131id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7132id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7133id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7134id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7135id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7136id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7137id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7138id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7139id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7140id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7141id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7142id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7143id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7144id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7145id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7146id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7147id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7148id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7149id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7150id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7151id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7152id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7153id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7154id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7155id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7156id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7157id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7158id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7159id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7160id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7161id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7162id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7163id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7164id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7165id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7166id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7167id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7168id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7169id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7170id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7171id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7172id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7173id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7174id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7175id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7176id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7177id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7178id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7179id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7180id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7181id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7182id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7183id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7184id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7185id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7186id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7187id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7188id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7189id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7190id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7191id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7192id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7193id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7194id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7195id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7196id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7197id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7198id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7199id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7200id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7201id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7202id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7203id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7204id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7205id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7206id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7207id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7208id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7209id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7210id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7211id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7212id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7213id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7214id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7215id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7216id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7217id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7218id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7219id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7220id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7221id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7222id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7223id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7224id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7225id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7226id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7227id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7228id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7229id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7230id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7231id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7232id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7233id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7234id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7235id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7236id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7237id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7238id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7239id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7240id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7241id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7242id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7243id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7244id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7245id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7246id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7247id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7248id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7249id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7250id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7251id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7252id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7253id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7254id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7255id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7256id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7257id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7258id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7259id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7260id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7261id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7262id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7263id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7264id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7265id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7266id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7267id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7268id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7269id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7270id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7271id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7272id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7273id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7274id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7275id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7276id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7277id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7278id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7279id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7280id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7281id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7282id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7283id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7284id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7285id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7286id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7287id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7288id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7289id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7290id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7291id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7292id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7293id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7294id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7295id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7296id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7297id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7298id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7299id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7300id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7301id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7302id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7303id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7304id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7305id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7306id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7307id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7308id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7309id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7310id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7311id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7312id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7313id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7314id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7315id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7316id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7317id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7318id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7319id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7320id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7321id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7322id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7323id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7324id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7325id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7326id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7327id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7328id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7329id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7330id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7331id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7332id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7333id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7334id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7335id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7336id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7337id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7338id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7339id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7340id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7341id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7342id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7343id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7344id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7345id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7346id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7347id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7348id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7349id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7350id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7351id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7352id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7353id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7354id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7355id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7356id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7357id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7358id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7359id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7360id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7361id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7362id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7363id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7364id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7365id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7366id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7367id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7368id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7369id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7370id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7371id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7372id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7373id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7374id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7375id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7376id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7377id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7378id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7379id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7380id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7381id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7382id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7383id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7384id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7385id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7386id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7387id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7388id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7389id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7390id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7391id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7392id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7393id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7394id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7395id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7396id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7397id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7398id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7399id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7400id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7401id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7402id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7403id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7404id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7405id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7406id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7407id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7408id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7409id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7410id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7411id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7412id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7413id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7414id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7415id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7416id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7417id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7418id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7419id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7420id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7421id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7422id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7423id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7424id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7425id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7426id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7427id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7428id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7429id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7430id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7431id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7432id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7433id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7434id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7435id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7436id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7437id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7438id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7439id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7440id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7441id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7442id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7443id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7444id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7445id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7446id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7447id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7448id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7449id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7450id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7451id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7452id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7453id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7454id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7455id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7456id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7457id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7458id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7459id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7460id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7461id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7462id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7463id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7464id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7465id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7466id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7467id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7468id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7469id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7470id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7471id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7472id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7473id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7474id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7475id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7476id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7477id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7478id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7479id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7480id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7481id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7482id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7483id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7484id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7485id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7486id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7487id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7488id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7489id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7490id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7491id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7492id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7493id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7494id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7495id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7496id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7497id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7498id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7499id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7500id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7501id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7502id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7503id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7504id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7505id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7506id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7507id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7508id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7509id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7510id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7511id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7512id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7513id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7514id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7515id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7516id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7517id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7518id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7519id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7520id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7521id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7522id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7523id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7524id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7525id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7526id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7527id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7528id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7529id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7530id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7531id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7532id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7533id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7534id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7535id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7536id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7537id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7538id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7539id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7540id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7541id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7542id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7543id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7544id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7545id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7546id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7547id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7548id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7549id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7550id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7551id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7552id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7553id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7554id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7555id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7556id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7557id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7558id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7559id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7560id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7561id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7562id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7563id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7564id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7565id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7566id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7567id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7568id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7569id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7570id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7571id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7572id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7573id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7574id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7575id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7576id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7577id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7578id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7579id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7580id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7581id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7582id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7583id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7584id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7585id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7586id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7587id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7588id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7589id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7590id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7591id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7592id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7593id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7594id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7595id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7596id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7597id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7598id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7599id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7600id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7601id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7602id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7603id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7604id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7605id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7606id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7607id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7608id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7609id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7610id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7611id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7612id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7613id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7614id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7615id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7616id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7617id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7618id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7619id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7620id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7621id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7622id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7623id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7624id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7625id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7626id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7627id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7628id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7629id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7630id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7631id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7632id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7633id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7634id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7635id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7636id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7637id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7638id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7639id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7640id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7641id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7642id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7643id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7644id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7645id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7646id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7647id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7648id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7649id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7650id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7651id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7652id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7653id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7654id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7655id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7656id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7657id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7658id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7659id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7660id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7661id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7662id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7663id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7664id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7665id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7666id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7667id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7668id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7669id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7670id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7671id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7672id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7673id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7674id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7675id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7676id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7677id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7678id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7679id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7680id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7681id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7682id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7683id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7684id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7685id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7686id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7687id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7688id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7689id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7690id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7691id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7692id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7693id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7694id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7695id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7696id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7697id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7698id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7699id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7700id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7701id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7702id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7703id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7704id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7705id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7706id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7707id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7708id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7709id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7710id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7711id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7712id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7713id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7714id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7715id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7716id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7717id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7718id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7719id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7720id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7721id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7722id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7723id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7724id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7725id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7726id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7727id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7728id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7729id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7730id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7731id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7732id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7733id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7734id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7735id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7736id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7737id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7738id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7739id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7740id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7741id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7742id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7743id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7744id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7745id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7746id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7747id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7748id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7749id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7750id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7751id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7752id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7753id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7754id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7755id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7756id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7757id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7758id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7759id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7760id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7761id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7762id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7763id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7764id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7765id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7766id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7767id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7768id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7769id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7770id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7771id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7772id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7773id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7774id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7775id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7776id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7777id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7778id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7779id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7780id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7781id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7782id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7783id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7784id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7785id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7786id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7787id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7788id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7789id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7790id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7791id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7792id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7793id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7794id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7795id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7796id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7797id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7798id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7799id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7800id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7801id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7802id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7803id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7804id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7805id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7806id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7807id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7808id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7809id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7810id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7811id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7812id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7813id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7814id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7815id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7816id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7817id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7818id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7819id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7820id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7821id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7822id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7823id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7824id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7825id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7826id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7827id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7828id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7829id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7830id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7831id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7832id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7833id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7834id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7835id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7836id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7837id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7838id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7839id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7840id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7841id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7842id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7843id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7844id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7845id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7846id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7847id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7848id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7849id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7850id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7851id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7852id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7853id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7854id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7855id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7856id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7857id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7858id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7859id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7860id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7861id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7862id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7863id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7864id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7865id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7866id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7867id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7868id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7869id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7870id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7871id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7872id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7873id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7874id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7875id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7876id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7877id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7878id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7879id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7880id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7881id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7882id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7883id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7884id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7885id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7886id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7887id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7888id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7889id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7890id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7891id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7892id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7893id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7894id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7895id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7896id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7897id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7898id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7899id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7900id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7901id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7902id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7903id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7904id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7905id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7906id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7907id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7908id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7909id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7910id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7911id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7912id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7913id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7914id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7915id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7916id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7917id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7918id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7919id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7920id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7921id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7922id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7923id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7924id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7925id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7926id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7927id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7928id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7929id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7930id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7931id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7932id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7933id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7934id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7935id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7936id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7937id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7938id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7939id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7940id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7941id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7942id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7943id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7944id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7945id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7946id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7947id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7948id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7949id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7950id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7951id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7952id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7953id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7954id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7955id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7956id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7957id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7958id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7959id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7960id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7961id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7962id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7963id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7964id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7965id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7966id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7967id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7968id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7969id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7970id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7971id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7972id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7973id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7974id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7975id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7976id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7977id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7978id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7979id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7980id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7981id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7982id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7983id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7984id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7985id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7986id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7987id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7988id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7989id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "7990id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7991id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7992id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7993id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "7994id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "7995id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "7996id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "7997id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "7998id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "7999id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8000id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8001id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8002id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8003id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8004id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8005id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8006id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8007id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8008id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8009id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8010id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8011id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8012id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8013id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8014id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8015id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8016id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8017id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8018id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8019id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8020id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8021id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8022id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8023id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8024id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8025id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8026id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8027id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8028id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8029id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8030id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8031id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8033id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8034id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8035id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8036id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8037id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8038id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8039id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8040id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8041id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8042id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8043id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8044id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8045id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8046id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8047id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8048id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8049id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8050id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8051id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8052id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8053id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8054id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8055id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8056id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8057id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8058id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8059id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8060id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8061id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8062id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8063id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8064id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8065id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8066id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8067id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8068id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8069id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8070id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8071id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8072id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8073id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8074id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8075id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8076id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8077id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8078id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8079id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8080id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8081id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8082id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8083id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8084id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8085id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8086id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8087id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8088id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8089id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8090id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8091id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8092id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8093id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8094id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8095id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8096id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8097id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8098id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8099id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8100id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8101id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8102id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8103id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8104id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8105id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8106id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8107id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8108id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8109id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8110id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8111id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8112id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8113id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8114id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8115id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8116id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8117id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8118id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8119id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8120id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8121id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8122id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8123id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8124id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8125id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8126id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8127id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8128id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8129id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8130id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8131id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8132id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8133id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8134id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8135id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8136id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8137id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8138id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8139id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8140id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8141id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8142id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8143id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8144id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8145id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8146id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8147id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8148id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8149id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8150id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8151id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8152id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8153id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8154id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8155id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8156id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8157id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8158id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8159id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8160id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8161id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8162id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8163id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8164id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8165id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8166id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8167id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8168id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8169id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8170id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8171id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8172id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8173id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8174id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8175id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8176id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8177id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8178id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8179id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8180id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8181id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8182id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8183id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8184id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8185id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8186id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8187id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8188id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8189id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8190id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8191id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8192id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8193id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8194id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8195id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8196id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8197id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8198id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8199id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8200id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8201id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8202id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8203id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8204id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8205id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8206id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8207id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8208id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8209id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8210id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8211id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8212id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8213id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8214id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8215id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8216id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8217id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8218id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8219id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8220id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8221id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8222id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8223id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8224id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8225id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8226id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8227id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8228id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8229id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8230id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8231id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8232id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8233id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8234id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8235id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8236id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8237id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8238id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8239id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8240id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8241id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8242id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8243id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8244id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8245id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8246id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8247id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8248id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8249id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8250id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8251id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8252id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8253id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8254id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8255id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8256id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8257id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8258id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8259id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8260id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8261id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8262id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8263id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8264id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8265id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8266id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8267id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8268id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8269id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8270id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8271id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8272id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8273id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8274id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8275id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8276id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8277id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8278id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8279id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8280id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8281id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8282id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8283id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8284id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8285id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8286id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8287id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8288id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8289id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8290id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8291id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8292id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8293id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8294id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8295id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8296id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8297id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8298id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8299id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8300id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8301id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8302id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8303id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8304id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8305id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8306id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8307id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8308id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8309id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8310id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8311id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8312id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8313id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8314id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8315id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8316id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8317id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8318id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8319id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8320id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8321id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8322id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8323id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8324id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8325id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8326id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8327id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8328id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8329id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8330id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8331id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8332id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8333id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8334id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8335id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8336id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8337id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8338id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8339id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8340id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8341id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8342id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8343id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8344id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8345id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8346id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8347id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8348id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8349id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8350id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8351id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8352id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8353id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8354id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8355id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8356id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8357id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8358id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8359id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8360id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8361id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8362id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8363id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8364id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8365id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8366id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8367id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8368id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8369id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8370id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8371id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8372id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8373id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8374id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8375id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8376id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8377id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8378id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8379id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8380id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8381id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8382id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8383id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8384id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8385id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8386id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8387id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8388id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8389id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8390id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8391id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8392id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8393id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8394id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8395id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8396id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8397id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8398id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8399id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8400id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8401id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8402id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8403id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8404id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8405id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8406id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8407id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8408id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8409id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8410id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8411id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8412id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8413id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8414id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8415id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8416id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8417id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8418id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8419id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8420id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8421id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8422id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8423id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8424id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8425id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8426id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8427id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8428id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8429id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8430id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8431id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8432id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8433id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8434id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8435id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8436id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8437id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8438id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8439id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8440id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8441id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8442id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8443id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8444id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8445id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8446id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8447id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8448id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8449id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8450id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8451id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8452id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8453id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8454id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8455id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8456id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8457id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8458id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8459id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8460id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8461id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8462id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8463id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8464id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8465id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8466id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8467id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8468id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8469id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8470id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8471id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8472id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8473id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8474id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8475id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8476id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8477id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8478id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8479id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8480id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8481id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8482id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8483id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8484id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8485id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8486id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8487id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8488id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8489id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8490id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8491id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8492id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8493id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8494id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8495id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8496id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8497id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8498id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8499id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8500id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8501id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8502id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8503id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8504id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8505id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8506id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8507id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8508id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8509id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8510id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8511id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8512id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8513id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8514id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8515id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8516id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8517id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8518id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8519id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8520id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8521id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8522id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8523id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8524id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8525id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8526id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8527id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8528id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8529id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8530id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8531id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8532id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8533id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8534id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8535id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8536id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8537id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8538id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8539id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8540id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8541id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8542id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8543id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8544id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8545id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8546id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8547id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8548id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8549id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8550id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8551id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8552id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8554id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8555id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8556id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8557id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8558id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8559id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8560id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8561id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8562id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8563id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8564id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8565id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8566id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8567id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8568id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8569id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8570id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8571id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8572id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8573id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8574id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8575id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8576id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8577id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8578id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8579id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8580id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8581id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8582id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8583id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8584id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8585id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8586id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8587id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8588id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8589id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8590id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8591id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8592id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8593id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8594id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8595id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8596id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8597id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8598id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8599id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8600id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8601id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8602id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8603id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8604id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8605id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8606id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8607id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8608id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8609id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8610id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8611id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8612id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8613id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8614id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8615id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8616id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8617id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8618id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8619id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8620id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8621id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8622id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8623id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8624id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8625id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8626id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8627id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8628id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8629id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8630id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8631id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8632id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8633id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8634id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8635id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8636id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8637id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8638id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8639id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8640id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8641id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8642id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8643id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8644id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8645id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8646id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8647id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8648id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8649id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8650id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8651id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8652id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8653id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8654id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8655id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8656id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8657id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8658id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8659id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8660id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8661id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8662id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8663id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8664id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8665id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8666id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8667id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8668id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8669id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8670id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8671id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8672id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8673id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8674id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8675id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8676id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8677id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8678id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8679id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8680id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8681id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8682id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8683id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8684id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8685id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8686id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8687id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8688id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8689id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8690id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8691id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8692id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8693id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8694id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8695id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8696id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8697id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8698id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8699id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8700id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8701id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8702id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8703id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8704id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8705id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8706id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8707id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8708id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8709id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8710id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8711id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8712id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8713id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8714id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8715id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8716id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8717id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8718id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8719id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8720id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8721id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8722id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8723id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8724id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8725id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8726id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8727id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8728id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8729id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8730id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8731id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8732id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8733id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8734id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8735id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8736id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8737id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8738id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8739id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8740id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8741id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8742id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8743id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8744id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8745id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8746id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8747id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8748id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8749id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8750id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8751id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8752id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8753id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8754id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8755id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8756id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8757id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8758id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8759id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8760id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8761id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8762id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8763id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8764id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8765id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8766id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8767id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8768id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8769id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8770id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8771id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8772id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8773id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8774id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8775id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8776id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8777id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8778id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8779id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8780id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8781id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8782id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8783id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8784id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8785id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8786id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8787id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8788id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8789id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8790id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8791id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8792id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8793id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8794id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8795id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8796id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8797id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8798id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8799id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8800id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8801id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8802id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8803id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8804id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8805id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8806id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8807id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8808id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8809id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8810id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8811id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8812id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8813id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8814id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8815id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8816id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8817id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8818id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8819id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8820id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8821id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8822id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8823id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8824id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8825id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8826id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8827id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8828id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8829id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8830id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8831id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8832id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8833id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8834id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8835id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8836id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8837id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8838id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8839id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8840id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8841id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8842id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8843id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8844id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8845id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8846id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8847id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8848id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8849id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8850id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8851id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8852id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8853id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8854id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8855id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8856id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8857id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8858id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8859id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8860id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8861id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8862id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8863id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8864id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8865id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8866id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8867id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8868id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8869id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8870id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8871id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8872id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8873id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8874id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8875id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8876id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8877id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8878id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8879id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8880id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8881id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8882id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8883id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8884id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8885id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8886id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8887id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8888id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8889id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8890id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8891id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8892id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8893id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8894id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8895id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8896id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8897id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8898id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8899id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8900id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8901id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8902id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8903id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8904id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8905id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8906id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8907id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8908id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8909id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8910id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8911id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8912id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8913id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8914id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8915id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8916id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8917id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8918id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8919id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8920id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8921id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8922id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8923id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8924id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8925id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8926id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8927id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8928id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8929id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8930id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8931id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8932id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8933id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8934id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8935id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8936id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8937id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8938id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8939id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8940id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8941id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8942id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8943id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8944id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8945id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8946id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8947id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8948id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8949id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8950id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8951id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8952id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8953id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8954id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8955id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8956id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8957id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8958id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8959id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8960id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8961id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8962id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8963id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8964id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8965id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8966id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "8967id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8968id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8969id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8970id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8971id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8972id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8973id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8974id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8975id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8976id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8977id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8978id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8979id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8980id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8981id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8982id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8983id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8984id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8985id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8986id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8987id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "8988id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "8989id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8990id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8991id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8992id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8993id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "8994id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8995id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8996id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "8997id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "8998id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "8999id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9000id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9001id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9002id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9003id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9004id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9005id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9006id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9007id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9008id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9009id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9010id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9011id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9012id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9013id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9014id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9015id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9016id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9017id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9018id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9019id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9020id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9021id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9022id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9023id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9024id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9025id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9026id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9027id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9028id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9029id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9030id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9031id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9032id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9033id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9034id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9035id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9036id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9037id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9038id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9039id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9040id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9041id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9042id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9043id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9044id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9045id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9046id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9047id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9048id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9049id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9050id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9051id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9052id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9053id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9054id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9055id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9056id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9057id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9058id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9059id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9060id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9061id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9062id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9063id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9064id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9065id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9066id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9067id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9068id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9069id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9070id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9071id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9072id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9073id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9074id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9075id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9076id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9077id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9078id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9079id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9080id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9081id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9082id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9083id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9084id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9085id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9086id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9087id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9088id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9089id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9090id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9091id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9092id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9093id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9094id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9095id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9096id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9097id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9098id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9099id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9100id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9101id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9102id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9103id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9104id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9105id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9106id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9107id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9108id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9109id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9110id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9111id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9112id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9113id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9114id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9115id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9116id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9117id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9118id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9119id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9120id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9121id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9122id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9123id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9124id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9125id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9126id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9127id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9128id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9129id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9130id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9131id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9132id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9133id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9134id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9135id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9136id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9137id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9138id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9139id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9140id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9141id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9142id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9143id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9144id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9145id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9146id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9147id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9148id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9149id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9150id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9151id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9152id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9153id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9154id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9155id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9156id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9157id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9158id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9159id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9160id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9161id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9162id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9163id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9164id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9165id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9166id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9167id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9168id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9169id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9170id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9171id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9172id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9173id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9174id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9175id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9176id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9177id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9178id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9179id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9180id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9181id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9182id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9183id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9184id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9185id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9186id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9187id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9188id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9189id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9190id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9191id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9192id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9193id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9194id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9195id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9196id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9197id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9198id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9199id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9200id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9201id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9202id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9203id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9204id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9205id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9206id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9207id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9208id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9209id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9210id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9211id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9212id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9213id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9214id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9215id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9216id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9217id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9218id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9219id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9220id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9221id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9222id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9223id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9224id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9225id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9226id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9227id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9228id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9229id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9230id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9231id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9232id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9233id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9234id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9235id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9236id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9237id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9238id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9239id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9240id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9241id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9242id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9243id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9244id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9245id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9246id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9247id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9248id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9249id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9250id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9251id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9252id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9253id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9254id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9255id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9256id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9257id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9258id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9259id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9260id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9261id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9262id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9263id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9264id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9265id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9266id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9267id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9268id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9269id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9270id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9271id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9272id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9273id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9274id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9275id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9276id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9277id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9278id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9279id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9280id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9281id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9282id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9283id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9284id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9285id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9286id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9287id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9288id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9289id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9290id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9291id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9292id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9293id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9294id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9295id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9296id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9297id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9298id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9299id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9300id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9301id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9302id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9303id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9304id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9305id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9306id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9307id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9308id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9309id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9310id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9311id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9312id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9313id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9314id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9315id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9316id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9317id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9318id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9319id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9320id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9321id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9322id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9323id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9324id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9325id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9326id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9327id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9328id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9329id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9330id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9331id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9332id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9333id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9334id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9335id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9336id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9337id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9338id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9339id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9340id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9341id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9342id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9343id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9344id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9345id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9346id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9347id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9348id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9349id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9350id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9351id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9352id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9353id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9354id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9355id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9356id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9357id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9358id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9359id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9360id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9361id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9362id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9363id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9364id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9365id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9366id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9367id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9368id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9369id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9370id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9371id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9372id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9373id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9374id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9375id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9376id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9377id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9378id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9379id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9380id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9381id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9382id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9383id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9384id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9385id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9386id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9387id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9388id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9389id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9390id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9391id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9392id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9393id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9394id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9395id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9396id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9397id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9398id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9399id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9400id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9401id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9402id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9403id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9404id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9405id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9406id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9407id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9408id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9409id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9410id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9411id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9412id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9413id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9414id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9415id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9416id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9417id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9418id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9419id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9420id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9421id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9422id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9423id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9424id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9425id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9426id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9427id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9428id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9429id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9430id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9431id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9432id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9433id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9434id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9435id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9436id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9437id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9438id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9439id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9440id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9441id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9442id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9443id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9444id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9445id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9446id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9447id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9448id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9449id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9450id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9451id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9452id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9453id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9454id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9455id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9456id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9457id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9458id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9459id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9460id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9461id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9462id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9463id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9464id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9465id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9466id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9467id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9468id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9469id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9470id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9471id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9472id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9473id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9474id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9475id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9476id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9477id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9478id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9479id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9480id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9481id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9482id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9483id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9484id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9485id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9486id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9487id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9488id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9489id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9490id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9491id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9492id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9493id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9494id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9495id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9496id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9497id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9498id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9499id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9500id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9501id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9502id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9503id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9504id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9505id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9506id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9507id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9508id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9509id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9510id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9511id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9512id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9513id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9514id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9515id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9516id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9517id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9518id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9519id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9520id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9521id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9522id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9523id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9524id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9525id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9526id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9527id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9528id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9529id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9530id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9531id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9532id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9533id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9534id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9535id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9536id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9537id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9538id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9539id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9540id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9541id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9542id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9543id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9544id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9545id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9546id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9547id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9548id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9549id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9550id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9551id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9552id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9554id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9555id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9556id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9557id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9558id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9559id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9560id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9561id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9562id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9563id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9564id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9565id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9566id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9567id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9568id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9569id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9570id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9571id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9572id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9573id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9574id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9575id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9576id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9577id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9578id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9579id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9580id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9581id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9582id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9583id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9584id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9585id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9586id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9587id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9588id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9589id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9590id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9591id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9592id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9593id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9594id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9595id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9596id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9597id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9598id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9599id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9600id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9601id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9602id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9603id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9604id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9605id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9606id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9607id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9608id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9609id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9610id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9611id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9612id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9613id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9614id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9615id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9616id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9617id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9618id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9619id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9620id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9621id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9622id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9623id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9624id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9625id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9626id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9627id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9628id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9629id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9630id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9631id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9632id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9633id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9634id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9635id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9636id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9637id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9638id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9639id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9640id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9641id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9642id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9643id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9644id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9645id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9646id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9647id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9648id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9649id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9650id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9651id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9652id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9653id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9654id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9655id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9656id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9657id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9658id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9659id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9660id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9661id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9662id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9663id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9664id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9665id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9666id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9667id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9668id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9669id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9670id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9671id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9672id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9673id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9674id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9675id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9676id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9677id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9678id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9679id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9680id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9681id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9682id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9683id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9684id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9685id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9686id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9687id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9688id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9689id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9690id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9691id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9692id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9693id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9694id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9695id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9696id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9697id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9698id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9699id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9700id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9701id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9702id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9703id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9704id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9705id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9706id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9707id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9708id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9709id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9710id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9711id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9712id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9713id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9714id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9715id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9716id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9717id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9718id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9719id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9720id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9721id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9722id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9723id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9724id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9725id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9726id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9727id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9728id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9729id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9730id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9731id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9732id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9733id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9734id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9735id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9736id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9737id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9738id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9739id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9740id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9741id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9742id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9743id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9744id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9745id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9746id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9747id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9748id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9749id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9750id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9751id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9752id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9753id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9754id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9755id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9756id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9757id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9758id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9759id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9760id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9761id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9762id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9763id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9764id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9765id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9766id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9767id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9768id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9769id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9770id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9771id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9772id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9773id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9774id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9775id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9776id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9777id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9778id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9779id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9780id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9781id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9782id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9783id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9784id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9785id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9786id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9787id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9788id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9789id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9790id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9791id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9792id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9793id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9794id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9795id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9796id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9797id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9798id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9799id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9800id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9801id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9802id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9803id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9804id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9805id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9806id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9807id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9808id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9809id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9810id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9811id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9812id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9813id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9814id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9815id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9816id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9817id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9818id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9819id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9820id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9821id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9822id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9823id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9824id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9825id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9826id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9827id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9828id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9829id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9830id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9831id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9832id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9833id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9834id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9835id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9836id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9837id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9838id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9839id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9840id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9841id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9842id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9843id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9844id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9845id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9846id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9847id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9848id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9849id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9850id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9851id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9852id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9853id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9854id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9855id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9856id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9857id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9858id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9859id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9860id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9861id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9862id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9863id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9864id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9865id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9866id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9867id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9868id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9869id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9870id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9871id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9872id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9873id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9874id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9875id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9876id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9877id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9878id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9879id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9880id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9881id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9882id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9883id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9884id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9885id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9886id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9887id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9888id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9889id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9890id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9891id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9892id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9893id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9894id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9895id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9896id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9897id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9898id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9899id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9900id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9901id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9902id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9903id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9904id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9905id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9906id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9907id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9908id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9909id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9910id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9911id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9912id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9913id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9914id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9915id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9916id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9917id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9918id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9919id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9920id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9921id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9922id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9923id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9924id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9925id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9926id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9927id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9928id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9929id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9930id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9931id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9932id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9933id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9934id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9935id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9936id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9937id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9938id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9939id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9940id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9941id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9942id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9943id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9944id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9945id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9946id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9947id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9948id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9949id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9950id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9951id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9952id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9953id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9954id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9955id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9956id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9957id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9958id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9959id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9960id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9961id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9962id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9963id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9964id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9965id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9966id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "9967id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9968id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9969id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9970id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9971id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9972id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9973id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9974id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9975id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9976id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9977id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9978id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9979id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9980id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9981id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9982id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9983id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9984id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9985id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9986id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9987id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "9988id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "9989id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9990id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9991id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9992id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9993id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9994id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "9995id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "9996id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9997id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "9998id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "9999id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10000id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10001id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10002id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10003id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10004id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10005id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10006id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10007id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10008id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10009id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10010id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10011id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10012id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10013id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10014id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10015id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10016id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10017id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10018id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10019id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10020id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10021id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10022id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10023id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10024id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10025id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10026id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10027id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10028id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10029id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10030id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10031id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10033id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10034id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10035id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10036id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10037id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10038id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10039id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10040id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10041id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10042id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10043id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10044id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10045id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10046id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10047id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10048id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10049id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10050id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10051id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10052id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10053id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10054id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10055id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10056id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10057id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10058id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10059id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10060id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10061id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10062id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10063id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10064id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10065id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10066id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10067id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10068id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10069id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10070id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10071id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10072id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10073id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10074id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10075id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10076id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10077id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10078id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10079id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10080id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10081id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10082id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10083id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10084id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10085id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10086id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10087id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10088id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10089id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10090id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10091id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10092id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10093id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10094id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10095id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10096id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10097id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10098id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10099id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10100id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10101id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10102id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10103id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10104id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10105id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10106id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10107id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10108id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10109id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10110id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10111id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10112id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10113id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10114id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10115id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10116id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10117id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10118id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10119id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10120id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10121id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10122id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10123id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10124id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10125id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10126id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10127id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10128id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10129id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10130id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10131id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10132id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10133id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10134id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10135id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10136id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10137id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10138id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10139id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10140id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10141id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10142id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10143id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10144id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10145id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10146id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10147id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10148id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10149id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10150id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10151id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10152id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10153id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10154id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10155id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10156id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10157id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10158id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10159id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10160id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10161id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10162id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10163id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10164id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10165id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10166id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10167id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10168id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10169id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10170id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10171id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10172id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10173id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10174id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10175id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10176id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10177id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10178id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10179id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10180id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10181id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10182id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10183id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10184id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10185id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10186id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10187id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10188id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10189id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10190id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10191id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10192id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10193id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10194id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10195id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10196id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10197id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10198id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10199id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10200id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10201id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10202id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10203id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10204id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10205id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10206id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10207id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10208id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10209id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10210id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10211id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10212id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10213id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10214id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10215id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10216id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10217id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10218id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10219id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10220id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10221id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10222id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10223id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10224id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10225id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10226id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10227id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10228id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10229id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10230id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10231id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10232id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10233id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10234id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10235id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10236id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10237id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10238id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10239id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10240id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10241id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10242id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10243id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10244id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10245id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10246id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10247id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10248id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10249id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10250id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10251id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10252id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10253id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10254id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10255id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10256id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10257id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10258id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10259id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10260id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10261id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10262id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10263id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10264id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10265id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10266id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10267id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10268id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10269id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10270id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10271id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10272id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10273id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10274id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10275id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10276id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10277id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10278id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10279id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10280id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10281id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10282id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10283id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10284id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10285id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10286id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10287id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10288id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10289id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10290id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10291id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10292id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10293id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10294id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10295id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10296id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10297id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10298id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10299id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10300id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10301id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10302id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10303id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10304id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10305id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10306id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10307id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10308id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10309id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10310id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10311id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10312id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10313id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10314id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10315id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10316id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10317id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10318id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10319id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10320id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10321id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10322id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10323id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10324id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10325id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10326id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10327id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10328id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10329id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10330id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10331id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10332id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10333id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10334id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10335id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10336id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10337id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10338id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10339id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10340id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10341id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10342id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10343id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10344id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10345id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10346id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10347id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10348id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10349id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10350id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10351id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10352id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10353id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10354id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10355id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10356id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10357id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10358id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10359id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10360id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10361id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10362id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10363id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10364id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10365id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10366id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10367id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10368id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10369id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10370id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10371id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10372id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10373id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10374id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10375id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10376id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10377id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10378id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10379id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10380id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10381id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10382id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10383id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10384id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10385id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10386id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10387id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10388id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10389id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10390id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10391id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10392id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10393id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10394id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10395id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10396id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10397id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10398id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10399id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10400id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10401id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10402id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10403id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10404id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10405id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10406id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10407id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10408id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10409id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10410id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10411id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10412id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10413id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10414id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10415id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10416id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10417id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10418id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10419id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10420id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10421id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10422id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10423id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10424id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10425id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10426id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10427id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10428id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10429id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10430id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10431id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10432id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10433id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10434id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10435id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10436id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10437id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10438id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10439id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10440id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10441id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10442id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10443id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10444id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10445id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10446id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10447id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10448id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10449id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10450id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10451id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10452id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10453id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10454id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10455id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10456id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10457id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10458id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10459id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10460id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10461id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10462id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10463id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10464id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10465id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10466id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10467id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10468id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10469id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10470id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10471id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10472id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10473id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10474id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10475id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10476id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10477id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10478id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10479id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10480id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10481id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10482id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10483id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10484id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10485id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10486id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10487id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10488id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10489id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10490id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10491id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10492id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10493id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10494id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10495id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10496id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10497id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10498id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10499id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10500id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10501id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10502id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10503id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10504id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10505id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10506id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10507id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10508id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10509id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10510id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10511id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10512id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10513id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10514id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10515id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10516id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10517id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10518id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10519id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10520id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10521id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10522id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10523id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10524id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10525id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10526id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10527id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10528id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10529id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10530id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10531id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10532id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10533id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10534id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10535id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10536id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10537id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10538id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10539id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10540id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10541id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10542id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10543id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10544id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10545id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10546id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10547id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10548id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10549id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10550id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10551id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10552id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10553id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10554id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10555id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10556id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10557id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10558id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10559id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10560id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10561id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10562id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10563id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10564id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10565id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10566id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10567id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10568id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10569id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10570id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10571id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10572id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10573id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10574id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10575id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10576id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10577id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10578id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10579id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10580id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10581id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10582id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10583id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10584id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10585id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10586id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10587id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10588id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10589id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10590id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10591id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10592id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10593id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10594id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10595id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10596id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10597id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10598id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10599id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10600id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10601id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10602id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10603id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10604id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10605id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10606id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10607id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10608id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10609id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10610id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10611id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10612id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10613id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10614id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10615id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10616id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10617id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10618id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10619id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10620id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10621id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10622id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10623id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10624id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10625id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10626id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10627id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10628id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10629id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10630id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10631id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10632id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10633id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10634id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10635id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10636id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10637id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10638id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10639id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10640id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10641id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10642id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10643id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10644id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10645id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10646id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10647id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10648id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10649id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10650id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10651id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10652id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10653id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10654id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10655id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10656id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10657id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10658id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10659id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10660id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10661id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10662id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10663id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10664id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10665id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10666id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10667id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10668id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10669id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10670id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10671id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10672id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10673id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10674id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10675id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10676id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10677id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10678id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10679id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10680id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10681id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10682id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10683id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10684id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10685id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10686id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10687id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10688id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10689id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10690id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10691id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10692id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10693id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10694id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10695id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10696id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10697id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10698id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10699id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10700id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10701id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10702id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10703id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10704id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10705id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10706id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10707id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10708id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10709id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10710id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10711id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10712id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10713id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10714id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10715id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10716id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10717id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10718id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10719id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10720id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10721id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10722id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10723id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10724id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10725id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10726id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10727id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10728id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10729id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10730id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10731id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10732id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10733id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10734id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10735id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10736id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10737id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10738id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10739id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10740id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10741id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10742id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10743id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10744id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10745id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10746id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10747id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10748id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10749id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10750id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10751id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10752id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10753id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10754id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10755id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10756id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10757id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10758id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10759id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10760id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10761id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10762id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10763id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10764id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10765id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10766id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10767id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10768id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10769id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10770id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10771id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10772id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10773id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10774id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10775id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10776id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10777id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10778id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10779id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10780id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10781id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10782id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10783id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10784id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10785id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10786id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10787id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10788id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10789id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10790id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10791id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10792id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10793id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10794id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10795id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10796id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10797id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10798id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10799id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10800id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10801id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10802id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10803id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10804id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10805id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10806id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10807id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10808id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10809id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10810id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10811id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10812id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10813id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10814id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10815id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10816id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10817id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10818id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10819id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10820id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10821id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10822id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10823id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10824id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10825id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10826id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10827id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10828id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10829id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10830id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10831id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10832id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10833id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10834id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10835id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10836id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10837id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10838id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10839id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10840id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10841id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10842id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10843id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10844id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10845id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10846id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10847id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10848id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10849id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10850id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10851id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10852id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10853id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10854id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10855id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10856id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10857id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10858id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10859id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10860id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10861id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10862id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10863id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10864id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10865id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10866id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10867id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10868id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10869id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10870id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10871id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10872id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10873id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10874id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10875id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10876id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10877id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10878id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10879id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10880id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10881id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10882id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10883id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10884id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10885id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10886id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10887id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10888id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10889id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10890id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10891id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10892id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10893id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10894id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10895id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10896id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10897id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10898id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10899id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10900id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10901id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10902id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10903id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10904id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10905id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10906id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10907id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10908id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10909id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10910id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10911id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10912id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10913id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10914id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10915id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10916id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10917id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10918id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10919id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10920id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10921id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10922id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10923id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10924id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10925id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10926id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10927id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10928id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10929id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10930id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10931id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10932id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10933id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10934id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10935id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10936id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10937id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10938id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10939id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10940id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10941id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10942id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10943id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10944id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10945id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10946id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10947id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10948id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10949id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10950id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10951id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10952id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10953id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10954id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10955id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10956id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10957id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10958id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10959id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10960id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10961id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10962id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10963id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10964id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10965id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10966id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10967id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10968id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10969id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10970id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10971id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10972id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10973id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10974id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10975id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10976id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10977id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10978id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "10979id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10980id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10981id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "10982id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10983id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10984id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10985id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10986id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10987id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10988id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "10989id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10990id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "10991id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10992id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10993id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "10994id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10995id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10996id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "10997id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10998id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "10999id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11000id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11001id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11002id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11003id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11004id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11005id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11006id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11007id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11008id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11009id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11010id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11011id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11012id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11013id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11014id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11015id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11016id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11017id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11018id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11019id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11020id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11021id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11022id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11023id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11024id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11025id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11026id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11027id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11028id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11029id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11030id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11031id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11033id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11034id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11035id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11036id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11037id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11038id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11039id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11040id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11041id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11042id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11043id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11044id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11045id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11046id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11047id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11048id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11049id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11050id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11051id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11052id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11053id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11054id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11055id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11056id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11057id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11058id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11059id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11060id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11061id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11062id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11063id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11064id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11065id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11066id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11067id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11068id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11069id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11070id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11071id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11072id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11073id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11074id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11075id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11076id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11077id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11078id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11079id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11080id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11081id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11082id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11083id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11084id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11085id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11086id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11087id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11088id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11089id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11090id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11091id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11092id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11093id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11094id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11095id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11096id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11097id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11098id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11099id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11100id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11101id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11102id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11103id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11104id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11105id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11106id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11107id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11108id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11109id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11110id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11111id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11112id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11113id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11114id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11115id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11116id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11117id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11118id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11119id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11120id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11121id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11122id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11123id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11124id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11125id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11126id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11127id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11128id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11129id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11130id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11131id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11132id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11133id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11134id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11135id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11136id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11137id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11138id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11139id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11140id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11141id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11142id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11143id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11144id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11145id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11146id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11147id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11148id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11149id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11150id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11151id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11152id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11153id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11154id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11155id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11156id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11157id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11158id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11159id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11160id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11161id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11162id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11163id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11164id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11165id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11166id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11167id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11168id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11169id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11170id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11171id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11172id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11173id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11174id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11175id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11176id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11177id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11178id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11179id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11180id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11181id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11182id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11183id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11184id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11185id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11186id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11187id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11188id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11189id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11190id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11191id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11192id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11193id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11194id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11195id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11196id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11197id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11198id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11199id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11200id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11201id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11202id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11203id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11204id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11205id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11206id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11207id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11208id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11209id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11210id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11211id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11212id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11213id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11214id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11215id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11216id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11217id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11218id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11219id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11220id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11221id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11222id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11223id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11224id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11225id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11226id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11227id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11228id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11229id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11230id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11231id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11232id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11233id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11234id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11235id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11236id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11237id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11238id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11239id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11240id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11241id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11242id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11243id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11244id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11245id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11246id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11247id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11248id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11249id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11250id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11251id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11252id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11253id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11254id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11255id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11256id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11257id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11258id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11259id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11260id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11261id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11262id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11263id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11264id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11265id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11266id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11267id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11268id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11269id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11270id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11271id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11272id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11273id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11274id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11275id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11276id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11277id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11278id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11279id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11280id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11281id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11282id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11283id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11284id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11285id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11286id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11287id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11288id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11289id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11290id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11291id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11292id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11293id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11294id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11295id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11296id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11297id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11298id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11299id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11300id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11301id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11302id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11303id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11304id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11305id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11306id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11307id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11308id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11309id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11310id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11311id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11312id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11313id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11314id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11315id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11316id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11317id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11318id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11319id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11320id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11321id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11322id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11323id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11324id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11325id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11326id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11327id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11328id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11329id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11330id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11331id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11332id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11333id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11334id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11335id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11336id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11337id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11338id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11339id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11340id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11341id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11342id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11343id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11344id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11345id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11346id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11347id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11348id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11349id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11350id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11351id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11352id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11353id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11354id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11355id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11356id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11357id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11358id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11359id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11360id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11361id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11362id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11363id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11364id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11365id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11366id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11367id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11368id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11369id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11370id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11371id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11372id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11373id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11374id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11375id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11376id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11377id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11378id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11379id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11380id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11381id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11382id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11383id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11384id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11385id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11386id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11387id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11388id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11389id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11390id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11391id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11392id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11393id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11394id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11395id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11396id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11397id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11398id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11399id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11400id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11401id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11402id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11403id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11404id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11405id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11406id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11407id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11408id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11409id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11410id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11411id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11412id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11413id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11414id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11415id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11416id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11417id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11418id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11419id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11420id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11421id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11422id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11423id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11424id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11425id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11426id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11427id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11428id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11429id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11430id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11431id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11432id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11433id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11434id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11435id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11436id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11437id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11438id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11439id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11440id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11441id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11442id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11443id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11444id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11445id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11446id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11447id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11448id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11449id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11450id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11451id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11452id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11453id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11454id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11455id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11456id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11457id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11458id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11459id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11460id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11461id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11462id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11463id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11464id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11465id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11466id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11467id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11468id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11469id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11470id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11471id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11472id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11473id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11474id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11475id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11476id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11477id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11478id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11479id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11480id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11481id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11482id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11483id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11484id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11485id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11486id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11487id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11488id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11489id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11490id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11491id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11492id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11493id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11494id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11495id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11496id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11497id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11498id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11499id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11500id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11501id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11502id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11503id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11504id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11505id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11506id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11507id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11508id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11509id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11510id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11511id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11512id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11513id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11514id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11515id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11516id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11517id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11518id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11519id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11520id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11521id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11522id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11523id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11524id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11525id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11526id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11527id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11528id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11529id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11530id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11531id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11532id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11533id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11534id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11535id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11536id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11537id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11538id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11539id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11540id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11541id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11542id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11543id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11544id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11545id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11546id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11547id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11548id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11549id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11550id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11551id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11552id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11553id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11554id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11555id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11556id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11557id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11558id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11559id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11560id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11561id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11562id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11563id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11564id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11565id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11566id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11567id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11568id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11569id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11570id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11571id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11572id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11573id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11574id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11575id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11576id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11577id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11578id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11579id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11580id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11581id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11582id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11583id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11584id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11585id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11586id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11587id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11588id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11589id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11590id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11591id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11592id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11593id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11594id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11595id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11596id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11597id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11598id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11599id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11600id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11601id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11602id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11603id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11604id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11605id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11606id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11607id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11608id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11609id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11610id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11611id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11612id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11613id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11614id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11615id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11616id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11617id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11618id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11619id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11620id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11621id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11622id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11623id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11624id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11625id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11626id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11627id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11628id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11629id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11630id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11631id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11632id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11633id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11634id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11635id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11636id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11637id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11638id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11639id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11640id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11641id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11642id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11643id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11644id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11645id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11646id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11647id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11648id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11649id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11650id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11651id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11652id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11653id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11654id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11655id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11656id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11657id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11658id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11659id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11660id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11661id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11662id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11663id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11664id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11665id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11666id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11667id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11668id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11669id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11670id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11671id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11672id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11673id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11674id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11675id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11676id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11677id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11678id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11679id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11680id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11681id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11682id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11683id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11684id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11685id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11686id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11687id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11688id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11689id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11690id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11691id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11692id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11693id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11694id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11695id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11696id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11697id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11698id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11699id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11700id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11701id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11702id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11703id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11704id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11705id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11706id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11707id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11708id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11709id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11710id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11711id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11712id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11713id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11714id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11715id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11716id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11717id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11718id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11719id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11720id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11721id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11722id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11723id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11724id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11725id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11726id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11727id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11728id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11729id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11730id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11731id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11732id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11733id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11734id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11735id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11736id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11737id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11738id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11739id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11740id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11741id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11742id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11743id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11744id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11745id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11746id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11747id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11748id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11749id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11750id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11751id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11752id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11753id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11754id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11755id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11756id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11757id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11758id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11759id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11760id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11761id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11762id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11763id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11764id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11765id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11766id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11767id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11768id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11769id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11770id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11771id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11772id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11773id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11774id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11775id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11776id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11777id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11778id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11779id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11780id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11781id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11782id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11783id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11784id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11785id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11786id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11787id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11788id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11789id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11790id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11791id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11792id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11793id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11794id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11795id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11796id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11797id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11798id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11799id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11800id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11801id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11802id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11803id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11804id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11805id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11806id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11807id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11808id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11809id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11810id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11811id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11812id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11813id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11814id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11815id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11816id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11817id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11818id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11819id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11820id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11821id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11822id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11823id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11824id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11825id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11826id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11827id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11828id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11829id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11830id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11831id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11832id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11833id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11834id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11835id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11836id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11837id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11838id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11839id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11840id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11841id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11842id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11843id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11844id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11845id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11846id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11847id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11848id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11849id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11850id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11851id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11852id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11853id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11854id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11855id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11856id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11857id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11858id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11859id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11860id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11861id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11862id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11863id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11864id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11865id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11866id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11867id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11868id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11869id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11870id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11871id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11872id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11873id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11874id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11875id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11876id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11877id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11878id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11879id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11880id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11881id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11882id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11883id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11884id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11885id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11886id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11887id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11888id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11889id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11890id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11891id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11892id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11893id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11894id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11895id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11896id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11897id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11898id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11899id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11900id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11901id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11902id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11903id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11904id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11905id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11906id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11907id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11908id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11909id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11910id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11911id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11912id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11913id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11914id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11915id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11916id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11917id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11918id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11919id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11920id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11921id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11922id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11923id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11924id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11925id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11926id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11927id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11928id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11929id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11930id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11931id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11932id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11933id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11934id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11935id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11936id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11937id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11938id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11939id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11940id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11941id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11942id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11943id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11944id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11945id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11946id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11947id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11948id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11949id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11950id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11951id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11952id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11953id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11954id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11955id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11956id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11957id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11958id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11959id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11960id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11961id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11962id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11963id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11964id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11965id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11966id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11967id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11968id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11969id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11970id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11971id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11972id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11973id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11974id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11975id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11976id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11977id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11978id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11979id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11980id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11981id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "11982id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11983id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11984id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11985id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11986id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11987id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11988id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11989id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11990id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11991id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11992id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11993id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "11994id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "11995id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "11996id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "11997id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "11998id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "11999id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12000id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12001id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12002id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12003id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12004id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12005id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12006id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12007id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12008id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12009id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12010id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12011id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12012id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12013id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12014id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12015id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12016id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12017id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12018id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12019id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12020id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12021id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12022id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12023id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12024id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12025id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12026id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12027id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12028id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12029id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12030id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12031id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12033id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12034id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12035id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12036id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12037id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12038id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12039id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12040id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12041id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12042id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12043id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12044id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12045id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12046id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12047id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12048id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12049id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12050id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12051id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12052id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12053id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12054id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12055id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12056id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12057id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12058id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12059id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12060id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12061id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12062id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12063id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12064id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12065id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12066id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12067id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12068id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12069id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12070id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12071id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12072id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12073id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12074id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12075id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12076id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12077id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12078id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12079id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12080id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12081id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12082id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12083id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12084id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12085id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12086id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12087id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12088id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12089id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12090id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12091id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12092id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12093id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12094id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12095id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12096id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12097id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12098id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12099id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12100id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12101id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12102id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12103id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12104id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12105id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12106id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12107id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12108id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12109id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12110id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12111id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12112id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12113id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12114id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12115id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12116id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12117id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12118id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12119id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12120id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12121id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12122id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12123id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12124id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12125id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12126id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12127id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12128id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12129id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12130id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12131id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12132id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12133id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12134id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12135id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12136id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12137id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12138id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12139id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12140id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12141id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12142id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12143id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12144id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12145id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12146id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12147id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12148id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12149id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12150id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12151id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12152id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12153id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12154id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12155id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12156id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12157id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12158id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12159id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12160id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12161id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12162id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12163id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12164id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12165id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12166id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12167id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12168id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12169id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12170id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12171id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12172id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12173id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12174id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12175id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12176id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12177id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12178id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12179id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12180id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12181id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12182id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12183id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12184id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12185id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12186id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12187id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12188id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12189id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12190id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12191id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12192id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12193id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12194id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12195id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12196id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12197id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12198id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12199id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12200id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12201id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12202id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12203id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12204id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12205id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12206id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12207id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12208id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12209id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12210id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12211id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12212id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12213id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12214id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12215id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12216id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12217id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12218id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12219id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12220id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12221id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12222id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12223id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12224id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12225id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12226id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12227id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12228id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12229id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12230id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12231id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12232id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12233id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12234id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12235id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12236id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12237id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12238id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12239id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12240id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12241id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12242id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12243id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12244id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12245id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12246id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12247id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12248id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12249id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12250id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12251id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12252id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12253id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12254id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12255id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12256id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12257id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12258id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12259id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12260id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12261id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12262id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12263id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12264id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12265id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12266id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12267id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12268id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12269id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12270id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12271id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12272id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12273id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12274id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12275id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12276id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12277id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12278id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12279id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12280id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12281id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12282id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12283id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12284id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12285id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12286id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12287id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12288id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12289id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12290id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12291id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12292id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12293id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12294id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12295id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12296id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12297id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12298id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12299id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12300id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12301id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12302id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12303id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12304id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12305id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12306id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12307id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12308id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12309id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12310id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12311id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12312id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12313id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12314id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12315id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12316id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12317id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12318id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12319id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12320id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12321id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12322id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12323id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12324id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12325id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12326id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12327id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12328id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12329id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12330id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12331id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12332id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12333id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12334id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12335id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12336id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12337id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12338id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12339id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12340id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12341id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12342id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12343id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12344id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12345id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12346id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12347id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12348id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12349id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12350id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12351id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12352id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12353id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12354id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12355id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12356id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12357id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12358id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12359id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12360id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12361id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12362id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12363id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12364id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12365id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12366id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12367id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12368id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12369id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12370id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12371id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12372id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12373id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12374id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12375id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12376id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12377id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12378id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12379id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12380id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12381id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12382id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12383id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12384id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12385id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12386id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12387id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12388id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12389id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12390id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12391id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12392id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12393id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12394id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12395id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12396id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12397id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12398id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12399id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12400id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12401id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12402id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12403id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12404id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12405id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12406id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12407id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12408id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12409id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12410id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12411id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12412id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12413id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12414id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12415id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12416id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12417id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12418id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12419id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12420id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12421id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12422id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12423id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12424id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12425id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12426id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12427id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12428id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12429id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12430id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12431id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12432id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12433id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12434id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12435id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12436id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12437id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12438id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12439id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12440id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12441id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12442id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12443id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12444id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12445id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12446id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12447id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12448id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12449id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12450id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12451id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12452id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12453id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12454id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12455id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12456id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12457id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12458id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12459id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12460id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12461id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12462id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12463id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12464id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12465id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12466id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12467id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12468id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12469id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12470id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12471id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12472id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12473id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12474id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12475id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12476id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12477id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12478id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12479id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12480id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12481id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12482id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12483id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12484id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12485id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12486id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12487id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12488id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12489id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12490id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12491id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12492id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12493id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12494id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12495id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12496id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12497id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12498id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12499id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12500id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12501id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12502id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12503id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12504id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12505id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12506id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12507id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12508id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12509id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12510id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12511id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12512id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12513id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12514id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12515id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12516id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12517id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12518id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12519id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12520id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12521id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12522id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12523id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12524id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12525id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12526id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12527id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12528id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12529id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12530id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12531id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12532id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12533id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12534id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12535id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12536id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12537id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12538id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12539id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12540id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12541id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12542id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12543id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12544id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12545id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12546id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12547id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12548id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12549id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12550id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12551id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12552id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12554id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12555id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12556id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12557id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12558id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12559id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12560id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12561id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12562id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12563id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12564id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12565id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12566id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12567id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12568id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12569id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12570id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12571id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12572id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12573id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12574id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12575id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12576id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12577id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12578id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12579id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12580id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12581id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12582id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12583id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12584id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12585id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12586id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12587id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12588id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12589id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12590id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12591id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12592id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12593id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12594id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12595id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12596id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12597id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12598id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12599id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12600id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12601id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12602id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12603id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12604id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12605id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12606id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12607id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12608id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12609id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12610id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12611id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12612id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12613id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12614id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12615id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12616id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12617id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12618id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12619id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12620id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12621id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12622id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12623id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12624id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12625id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12626id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12627id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12628id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12629id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12630id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12631id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12632id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12633id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12634id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12635id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12636id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12637id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12638id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12639id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12640id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12641id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12642id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12643id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12644id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12645id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12646id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12647id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12648id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12649id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12650id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12651id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12652id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12653id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12654id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12655id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12656id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12657id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12658id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12659id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12660id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12661id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12662id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12663id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12664id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12665id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12666id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12667id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12668id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12669id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12670id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12671id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12672id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12673id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12674id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12675id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12676id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12677id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12678id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12679id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12680id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12681id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12682id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12683id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12684id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12685id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12686id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12687id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12688id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12689id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12690id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12691id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12692id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12693id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12694id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12695id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12696id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12697id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12698id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12699id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12700id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12701id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12702id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12703id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12704id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12705id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12706id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12707id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12708id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12709id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12710id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12711id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12712id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12713id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12714id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12715id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12716id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12717id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12718id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12719id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12720id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12721id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12722id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12723id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12724id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12725id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12726id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12727id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12728id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12729id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12730id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12731id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12732id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12733id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12734id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12735id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12736id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12737id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12738id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12739id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12740id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12741id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12742id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12743id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12744id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12745id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12746id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12747id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12748id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12749id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12750id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12751id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12752id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12753id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12754id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12755id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12756id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12757id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12758id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12759id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12760id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12761id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12762id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12763id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12764id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12765id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12766id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12767id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12768id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12769id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12770id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12771id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12772id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12773id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12774id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12775id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12776id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12777id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12778id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12779id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12780id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12781id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12782id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12783id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12784id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12785id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12786id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12787id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12788id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12789id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12790id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12791id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12792id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12793id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12794id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12795id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12796id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12797id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12798id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12799id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12800id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12801id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12802id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12803id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12804id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12805id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12806id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12807id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12808id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12809id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12810id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12811id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12812id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12813id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12814id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12815id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12816id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12817id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12818id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12819id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12820id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12821id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12822id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12823id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12824id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12825id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12826id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12827id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12828id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12829id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12830id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12831id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12832id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12833id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12834id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12835id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12836id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12837id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12838id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12839id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12840id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12841id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12842id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12843id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12844id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12845id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12846id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12847id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12848id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12849id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12850id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12851id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12852id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12853id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12854id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12855id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12856id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12857id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12858id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12859id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12860id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12861id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12862id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12863id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12864id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12865id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12866id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12867id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12868id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12869id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12870id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12871id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12872id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12873id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12874id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12875id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12876id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12877id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12878id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12879id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12880id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12881id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12882id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12883id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12884id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12885id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12886id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12887id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12888id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12889id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12890id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12891id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12892id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12893id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12894id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12895id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12896id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12897id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12898id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12899id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12900id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12901id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12902id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12903id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12904id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12905id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12906id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12907id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12908id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12909id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12910id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12911id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12912id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12913id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12914id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12915id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12916id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12917id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12918id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12919id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12920id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12921id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12922id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12923id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12924id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12925id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12926id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12927id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12928id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12929id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12930id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12931id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12932id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12933id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12934id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12935id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12936id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12937id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12938id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12939id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12940id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12941id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12942id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12943id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12944id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12945id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12946id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12947id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12948id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12949id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12950id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12951id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12952id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12953id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12954id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12955id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12956id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12957id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12958id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12959id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12960id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12961id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12962id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12963id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12964id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12965id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12966id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12967id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12968id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12969id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12970id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12971id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12972id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12973id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12974id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12975id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12976id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12977id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12978id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12979id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "12980id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12981id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12982id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12983id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12984id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12985id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12986id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12987id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "12988id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12989id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12990id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "12991id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12992id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12993id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "12994id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12995id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "12996id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12997id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "12998id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "12999id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13000id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13001id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13002id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13003id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13004id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13005id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13006id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13007id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13008id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13009id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13010id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13011id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13012id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13013id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13014id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13015id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13016id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13017id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13018id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13019id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13020id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13021id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13022id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13023id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13024id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13025id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13026id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13027id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13028id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13029id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13030id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13031id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13032id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13033id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13034id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13035id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13036id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13037id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13038id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13039id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13040id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13041id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13042id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13043id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13044id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13045id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13046id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13047id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13048id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13049id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13050id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13051id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13052id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13053id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13054id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13055id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13056id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13057id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13058id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13059id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13060id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13061id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13062id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13063id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13064id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13065id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13066id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13067id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13068id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13069id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13070id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13071id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13072id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13073id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13074id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13075id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13076id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13077id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13078id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13079id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13080id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13081id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13082id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13083id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13084id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13085id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13086id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13087id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13088id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13089id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13090id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13091id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13092id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13093id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13094id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13095id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13096id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13097id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13098id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13099id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13100id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13101id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13102id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13103id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13104id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13105id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13106id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13107id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13108id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13109id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13110id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13111id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13112id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13113id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13114id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13115id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13116id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13117id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13118id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13119id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13120id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13121id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13122id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13123id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13124id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13125id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13126id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13127id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13128id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13129id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13130id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13131id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13132id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13133id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13134id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13135id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13136id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13137id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13138id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13139id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13140id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13141id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13142id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13143id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13144id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13145id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13146id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13147id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13148id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13149id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13150id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13151id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13152id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13153id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13154id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13155id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13156id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13157id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13158id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13159id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13160id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13161id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13162id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13163id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13164id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13165id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13166id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13167id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13168id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13169id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13170id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13171id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13172id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13173id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13174id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13175id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13176id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13177id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13178id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13179id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13180id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13181id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13182id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13183id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13184id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13185id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13186id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13187id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13188id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13189id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13190id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13191id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13192id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13193id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13194id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13195id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13196id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13197id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13198id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13199id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13200id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13201id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13202id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13203id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13204id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13205id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13206id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13207id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13208id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13209id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13210id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13211id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13212id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13213id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13214id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13215id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13216id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13217id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13218id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13219id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13220id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13221id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13222id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13223id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13224id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13225id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13226id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13227id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13228id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13229id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13230id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13231id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13232id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13233id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13234id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13235id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13236id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13237id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13238id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13239id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13240id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13241id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13242id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13243id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13244id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13245id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13246id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13247id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13248id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13249id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13250id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13251id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13252id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13253id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13254id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13255id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13256id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13257id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13258id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13259id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13260id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13261id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13262id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13263id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13264id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13265id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13266id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13267id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13268id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13269id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13270id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13271id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13272id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13273id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13274id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13275id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13276id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13277id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13278id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13279id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13280id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13281id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13282id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13283id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13284id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13285id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13286id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13287id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13288id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13289id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13290id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13291id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13292id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13293id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13294id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13295id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13296id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13297id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13298id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13299id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13300id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13301id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13302id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13303id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13304id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13305id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13306id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13307id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13308id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13309id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13310id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13311id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13312id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13313id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13314id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13315id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13316id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13317id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13318id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13319id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13320id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13321id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13322id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13323id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13324id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13325id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13326id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13327id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13328id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13329id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13330id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13331id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13332id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13333id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13334id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13335id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13336id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13337id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13338id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13339id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13340id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13341id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13342id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13343id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13344id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13345id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13346id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13347id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13348id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13349id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13350id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13351id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13352id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13353id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13354id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13355id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13356id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13357id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13358id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13359id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13360id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13361id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13362id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13363id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13364id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13365id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13366id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13367id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13368id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13369id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13370id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13371id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13372id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13373id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13374id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13375id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13376id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13377id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13378id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13379id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13380id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13381id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13382id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13383id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13384id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13385id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13386id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13387id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13388id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13389id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13390id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13391id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13392id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13393id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13394id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13395id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13396id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13397id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13398id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13399id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13400id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13401id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13402id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13403id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13404id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13405id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13406id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13407id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13408id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13409id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13410id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13411id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13412id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13413id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13414id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13415id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13416id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13417id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13418id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13419id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13420id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13421id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13422id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13423id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13424id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13425id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13426id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13427id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13428id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13429id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13430id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13431id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13432id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13433id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13434id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13435id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13436id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13437id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13438id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13439id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13440id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13441id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13442id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13443id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13444id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13445id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13446id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13447id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13448id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13449id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13450id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13451id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13452id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13453id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13454id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13455id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13456id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13457id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13458id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13459id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13460id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13461id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13462id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13463id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13464id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13465id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13466id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13467id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13468id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13469id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13470id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13471id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13472id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13473id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13474id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13475id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13476id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13477id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13478id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13479id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13480id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13481id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13482id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13483id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13484id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13485id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13486id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13487id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13488id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13489id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13490id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13491id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13492id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13493id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13494id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13495id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13496id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13497id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13498id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13499id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13500id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13501id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13502id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13503id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13504id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13505id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13506id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13507id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13508id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13509id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13510id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13511id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13512id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13513id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13514id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13515id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13516id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13517id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13518id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13519id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13520id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13521id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13522id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13523id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13524id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13525id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13526id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13527id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13528id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13529id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13530id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13531id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13532id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13533id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13534id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13535id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13536id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13537id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13538id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13539id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13540id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13541id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13542id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13543id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13544id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13545id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13546id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13547id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13548id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13549id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13550id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13551id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13552id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13554id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13555id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13556id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13557id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13558id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13559id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13560id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13561id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13562id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13563id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13564id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13565id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13566id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13567id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13568id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13569id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13570id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13571id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13572id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13573id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13574id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13575id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13576id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13577id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13578id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13579id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13580id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13581id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13582id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13583id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13584id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13585id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13586id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13587id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13588id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13589id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13590id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13591id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13592id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13593id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13594id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13595id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13596id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13597id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13598id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13599id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13600id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13601id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13602id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13603id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13604id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13605id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13606id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13607id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13608id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13609id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13610id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13611id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13612id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13613id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13614id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13615id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13616id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13617id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13618id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13619id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13620id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13621id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13622id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13623id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13624id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13625id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13626id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13627id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13628id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13629id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13630id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13631id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13632id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13633id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13634id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13635id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13636id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13637id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13638id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13639id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13640id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13641id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13642id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13643id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13644id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13645id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13646id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13647id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13648id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13649id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13650id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13651id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13652id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13653id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13654id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13655id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13656id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13657id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13658id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13659id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13660id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13661id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13662id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13663id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13664id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13665id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13666id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13667id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13668id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13669id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13670id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13671id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13672id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13673id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13674id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13675id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13676id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13677id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13678id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13679id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13680id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13681id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13682id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13683id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13684id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13685id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13686id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13687id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13688id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13689id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13690id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13691id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13692id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13693id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13694id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13695id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13696id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13697id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13698id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13699id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13700id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13701id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13702id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13703id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13704id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13705id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13706id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13707id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13708id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13709id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13710id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13711id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13712id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13713id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13714id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13715id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13716id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13717id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13718id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13719id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13720id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13721id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13722id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13723id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13724id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13725id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13726id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13727id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13728id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13729id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13730id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13731id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13732id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13733id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13734id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13735id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13736id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13737id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13738id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13739id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13740id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13741id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13742id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13743id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13744id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13745id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13746id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13747id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13748id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13749id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13750id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13751id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13752id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13753id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13754id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13755id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13756id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13757id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13758id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13759id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13760id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13761id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13762id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13763id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13764id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13765id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13766id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13767id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13768id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13769id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13770id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13771id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13772id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13773id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13774id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13775id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13776id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13777id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13778id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13779id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13780id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13781id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13782id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13783id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13784id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13785id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13786id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13787id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13788id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13789id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13790id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13791id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13792id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13793id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13794id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13795id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13796id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13797id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13798id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13799id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13800id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13801id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13802id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13803id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13804id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13805id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13806id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13807id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13808id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13809id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13810id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13811id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13812id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13813id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13814id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13815id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13816id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13817id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13818id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13819id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13820id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13821id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13822id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13823id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13824id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13825id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13826id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13827id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13828id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13829id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13830id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13831id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13832id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13833id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13834id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13835id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13836id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13837id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13838id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13839id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13840id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13841id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13842id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13843id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13844id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13845id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13846id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13847id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13848id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13849id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13850id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13851id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13852id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13853id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13854id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13855id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13856id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13857id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13858id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13859id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13860id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13861id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13862id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13863id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13864id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13865id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13866id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13867id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13868id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13869id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13870id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13871id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13872id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13873id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13874id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13875id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13876id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13877id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13878id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13879id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13880id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13881id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13882id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13883id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13884id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13885id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13886id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13887id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13888id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13889id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13890id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13891id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13892id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13893id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13894id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13895id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13896id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13897id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13898id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13899id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13900id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13901id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13902id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13903id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13904id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13905id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13906id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13907id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13908id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13909id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13910id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13911id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13912id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13913id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13914id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13915id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13916id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13917id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13918id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13919id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13920id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13921id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13922id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13923id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13924id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13925id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13926id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13927id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13928id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13929id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13930id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13931id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13932id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13933id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13934id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13935id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13936id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13937id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13938id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13939id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13940id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13941id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13942id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13943id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13944id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13945id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13946id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13947id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13948id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13949id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13950id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13951id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13952id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13953id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13954id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13955id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13956id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13957id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13958id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13959id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13960id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13961id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13962id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13963id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13964id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13965id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13966id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13967id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13968id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13969id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13970id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13971id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13972id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "13973id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13974id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13975id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13976id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13977id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13978id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13979id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13980id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13981id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13982id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13983id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13984id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "13985id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13986id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13987id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13988id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13989id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13990id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13991id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13992id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "13993id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13994id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "13995id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "13996id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "13997id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13998id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "13999id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14000id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14001id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14002id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14003id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14004id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14005id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14006id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14007id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14008id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14009id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14010id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14011id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14012id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14013id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14014id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14015id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14016id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14017id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14018id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14019id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14020id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14021id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14022id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14023id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14024id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14025id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14026id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14027id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14028id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14029id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14030id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14031id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14032id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14033id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14034id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14035id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14036id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14037id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14038id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14039id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14040id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14041id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14042id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14043id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14044id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14045id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14046id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14047id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14048id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14049id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14050id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14051id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14052id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14053id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14054id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14055id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14056id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14057id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14058id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14059id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14060id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14061id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14062id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14063id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14064id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14065id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14066id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14067id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14068id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14069id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14070id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14071id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14072id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14073id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14074id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14075id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14076id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14077id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14078id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14079id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14080id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14081id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14082id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14083id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14084id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14085id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14086id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14087id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14088id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14089id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14090id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14091id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14092id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14093id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14094id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14095id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14096id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14097id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14098id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14099id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14100id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14101id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14102id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14103id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14104id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14105id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14106id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14107id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14108id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14109id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14110id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14111id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14112id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14113id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14114id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14115id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14116id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14117id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14118id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14119id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14120id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14121id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14122id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14123id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14124id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14125id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14126id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14127id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14128id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14129id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14130id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14131id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14132id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14133id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14134id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14135id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14136id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14137id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14138id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14139id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14140id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14141id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14142id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14143id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14144id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14145id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14146id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14147id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14148id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14149id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14150id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14151id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14152id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14153id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14154id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14155id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14156id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14157id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14158id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14159id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14160id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14161id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14162id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14163id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14164id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14165id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14166id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14167id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14168id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14169id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14170id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14171id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14172id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14173id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14174id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14175id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14176id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14177id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14178id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14179id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14180id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14181id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14182id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14183id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14184id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14185id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14186id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14187id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14188id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14189id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14190id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14191id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14192id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14193id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14194id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14195id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14196id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14197id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14198id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14199id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14200id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14201id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14202id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14203id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14204id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14205id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14206id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14207id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14208id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14209id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14210id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14211id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14212id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14213id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14214id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14215id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14216id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14217id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14218id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14219id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14220id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14221id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14222id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14223id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14224id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14225id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14226id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14227id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14228id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14229id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14230id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14231id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14232id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14233id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14234id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14235id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14236id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14237id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14238id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14239id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14240id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14241id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14242id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14243id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14244id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14245id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14246id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14247id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14248id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14249id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14250id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14251id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14252id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14253id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14254id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14255id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14256id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14257id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14258id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14259id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14260id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14261id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14262id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14263id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14264id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14265id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14266id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14267id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14268id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14269id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14270id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14271id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14272id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14273id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14274id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14275id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14276id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14277id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14278id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14279id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14280id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14281id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14282id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14283id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14284id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14285id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14286id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14287id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14288id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14289id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14290id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14291id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14292id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14293id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14294id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14295id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14296id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14297id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14298id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14299id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14300id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14301id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14302id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14303id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14304id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14305id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14306id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14307id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14308id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14309id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14310id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14311id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14312id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14313id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14314id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14315id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14316id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14317id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14318id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14319id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14320id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14321id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14322id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14323id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14324id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14325id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14326id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14327id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14328id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14329id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14330id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14331id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14332id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14333id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14334id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14335id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14336id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14337id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14338id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14339id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14340id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14341id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14342id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14343id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14344id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14345id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14346id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14347id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14348id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14349id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14350id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14351id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14352id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14353id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14354id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14355id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14356id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14357id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14358id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14359id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14360id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14361id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14362id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14363id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14364id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14365id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14366id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14367id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14368id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14369id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14370id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14371id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14372id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14373id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14374id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14375id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14376id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14377id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14378id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14379id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14380id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14381id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14382id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14383id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14384id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14385id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14386id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14387id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14388id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14389id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14390id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14391id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14392id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14393id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14394id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14395id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14396id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14397id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14398id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14399id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14400id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14401id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14402id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14403id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14404id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14405id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14406id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14407id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14408id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14409id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14410id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14411id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14412id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14413id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14414id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14415id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14416id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14417id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14418id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14419id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14420id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14421id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14422id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14423id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14424id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14425id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14426id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14427id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14428id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14429id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14430id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14431id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14432id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14433id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14434id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14435id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14436id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14437id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14438id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14439id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14440id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14441id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14442id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14443id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14444id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14445id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14446id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14447id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14448id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14449id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14450id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14451id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14452id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14453id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14454id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14455id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14456id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14457id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14458id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14459id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14460id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14461id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14462id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14463id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14464id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14465id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14466id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14467id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14468id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14469id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14470id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14471id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14472id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14473id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14474id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14475id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14476id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14477id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14478id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14479id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14480id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14481id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14482id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14483id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14484id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14485id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14486id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14487id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14488id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14489id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14490id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14491id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14492id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14493id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14494id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14495id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14496id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14497id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14498id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14499id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14500id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14501id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14502id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14503id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14504id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14505id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14506id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14507id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14508id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14509id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14510id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14511id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14512id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14513id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14514id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14515id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14516id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14517id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14518id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14519id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14520id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14521id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14522id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14523id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14524id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14525id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14526id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14527id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14528id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14529id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14530id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14531id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14532id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14533id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14534id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14535id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14536id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14537id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14538id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14539id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14540id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14541id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14542id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14543id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14544id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14545id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14546id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14547id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14548id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14549id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14550id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14551id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14552id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14553id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14554id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14555id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14556id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14557id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14558id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14559id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14560id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14561id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14562id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14563id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14564id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14565id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14566id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14567id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14568id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14569id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14570id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14571id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14572id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14573id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14574id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14575id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14576id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14577id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14578id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14579id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14580id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14581id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14582id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14583id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14584id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14585id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14586id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14587id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14588id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14589id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14590id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14591id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14592id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14593id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14594id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14595id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14596id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14597id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14598id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14599id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14600id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14601id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14602id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14603id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14604id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14605id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14606id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14607id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14608id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14609id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14610id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14611id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14612id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14613id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14614id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14615id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14616id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14617id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14618id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14619id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14620id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14621id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14622id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14623id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14624id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14625id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14626id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14627id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14628id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14629id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14630id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14631id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14632id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14633id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14634id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14635id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14636id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14637id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14638id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14639id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14640id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14641id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14642id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14643id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14644id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14645id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14646id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14647id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14648id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14649id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14650id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14651id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14652id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14653id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14654id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14655id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14656id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14657id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14658id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14659id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14660id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14661id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14662id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14663id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14664id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14665id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14666id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14667id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14668id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14669id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14670id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14671id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14672id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14673id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14674id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14675id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14676id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14677id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14678id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14679id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14680id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14681id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14682id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14683id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14684id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14685id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14686id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14687id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14688id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14689id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14690id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14691id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14692id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14693id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14694id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14695id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14696id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14697id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14698id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14699id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14700id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14701id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14702id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14703id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14704id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14705id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14706id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14707id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14708id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14709id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14710id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14711id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14712id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14713id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14714id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14715id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14716id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14717id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14718id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14719id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14720id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14721id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14722id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14723id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14724id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14725id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14726id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14727id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14728id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14729id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14730id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14731id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14732id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14733id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14734id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14735id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14736id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14737id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14738id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14739id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14740id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14741id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14742id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14743id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14744id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14745id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14746id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14747id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14748id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14749id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14750id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14751id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14752id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14753id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14754id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14755id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14756id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14757id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14758id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14759id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14760id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14761id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14762id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14763id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14764id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14765id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14766id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14767id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14768id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14769id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14770id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14771id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14772id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14773id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14774id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14775id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14776id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14777id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14778id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14779id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14780id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14781id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14782id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14783id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14784id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14785id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14786id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14787id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14788id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14789id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14790id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14791id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14792id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14793id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14794id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14795id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14796id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14797id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14798id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14799id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14800id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14801id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14802id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14803id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14804id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14805id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14806id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14807id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14808id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14809id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14810id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14811id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14812id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14813id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14814id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14815id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14816id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14817id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14818id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14819id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14820id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14821id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14822id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14823id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14824id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14825id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14826id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14827id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14828id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14829id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14830id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14831id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14832id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14833id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14834id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14835id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14836id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14837id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14838id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14839id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14840id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14841id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14842id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14843id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14844id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14845id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14846id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14847id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14848id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14849id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14850id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14851id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14852id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14853id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14854id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14855id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14856id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14857id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14858id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14859id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14860id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14861id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14862id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14863id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14864id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14865id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14866id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14867id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14868id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14869id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14870id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14871id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14872id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14873id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14874id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14875id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14876id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14877id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14878id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14879id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14880id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14881id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14882id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14883id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14884id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14885id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14886id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14887id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14888id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14889id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14890id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14891id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14892id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14893id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14894id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14895id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14896id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14897id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14898id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14899id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14900id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14901id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14902id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14903id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14904id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14905id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14906id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14907id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14908id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14909id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14910id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14911id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14912id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14913id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14914id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14915id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14916id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14917id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14918id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14919id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14920id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14921id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14922id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14923id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14924id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14925id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14926id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14927id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14928id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14929id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14930id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14931id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14932id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14933id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14934id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14935id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14936id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14937id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14938id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14939id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14940id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14941id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14942id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14943id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14944id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14945id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14946id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14947id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14948id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14949id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14950id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14951id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14952id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14953id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14954id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14955id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14956id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14957id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14958id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14959id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14960id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14961id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14962id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14963id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14964id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14965id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14966id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14967id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14968id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14969id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14970id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14971id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14972id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14973id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14974id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14975id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14976id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14977id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14978id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14979id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14980id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14981id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14982id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14983id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14984id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14985id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14986id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14987id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14988id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14989id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14990id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "14991id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "14992id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "14993id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "14994id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "14995id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14996id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "14997id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "14998id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14999id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15000id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15001id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15002id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15003id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15004id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15005id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15006id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15007id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15008id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15009id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15010id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15011id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15012id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15013id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15014id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15015id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15016id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15017id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15018id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15019id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15020id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15021id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15022id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15023id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15024id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15025id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15026id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15027id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15028id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15029id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15030id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15031id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15032id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15033id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15034id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15035id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15036id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15037id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15038id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15039id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15040id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15041id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15042id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15043id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15044id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15045id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15046id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15047id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15048id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15049id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15050id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15051id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15052id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15053id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15054id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15055id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15056id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15057id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15058id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15059id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15060id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15061id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15062id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15063id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15064id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15065id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15066id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15067id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15068id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15069id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15070id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15071id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15072id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15073id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15074id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15075id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15076id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15077id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15078id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15079id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15080id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15081id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15082id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15083id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15084id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15085id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15086id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15087id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15088id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15089id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15090id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15091id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15092id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15093id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15094id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15095id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15096id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15097id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15098id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15099id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15100id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15101id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15102id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15103id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15104id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15105id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15106id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15107id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15108id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15109id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15110id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15111id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15112id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15113id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15114id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15115id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15116id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15117id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15118id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15119id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15120id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15121id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15122id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15123id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15124id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15125id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15126id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15127id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15128id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15129id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15130id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15131id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15132id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15133id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15134id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15135id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15136id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15137id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15138id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15139id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15140id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15141id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15142id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15143id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15144id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15145id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15146id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15147id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15148id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15149id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15150id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15151id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15152id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15153id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15154id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15155id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15156id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15157id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15158id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15159id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15160id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15161id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15162id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15163id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15164id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15165id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15166id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15167id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15168id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15169id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15170id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15171id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15172id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15173id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15174id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15175id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15176id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15177id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15178id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15179id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15180id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15181id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15182id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15183id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15184id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15185id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15186id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15187id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15188id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15189id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15190id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15191id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15192id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15193id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15194id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15195id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15196id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15197id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15198id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15199id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15200id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15201id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15202id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15203id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15204id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15205id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15206id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15207id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15208id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15209id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15210id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15211id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15212id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15213id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15214id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15215id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15216id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15217id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15218id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15219id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15220id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15221id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15222id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15223id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15224id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15225id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15226id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15227id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15228id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15229id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15230id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15231id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15232id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15233id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15234id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15235id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15236id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15237id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15238id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15239id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15240id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15241id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15242id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15243id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15244id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15245id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15246id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15247id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15248id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15249id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15250id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15251id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15252id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15253id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15254id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15255id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15256id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15257id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15258id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15259id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15260id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15261id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15262id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15263id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15264id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15265id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15266id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15267id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15268id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15269id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15270id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15271id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15272id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15273id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15274id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15275id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15276id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15277id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15278id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15279id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15280id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15281id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15282id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15283id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15284id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15285id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15286id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15287id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15288id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15289id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15290id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15291id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15292id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15293id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15294id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15295id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15296id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15297id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15298id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15299id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15300id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15301id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15302id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15303id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15304id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15305id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15306id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15307id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15308id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15309id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15310id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15311id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15312id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15313id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15314id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15315id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15316id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15317id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15318id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15319id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15320id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15321id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15322id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15323id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15324id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15325id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15326id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15327id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15328id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15329id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15330id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15331id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15332id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15333id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15334id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15335id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15336id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15337id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15338id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15339id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15340id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15341id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15342id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15343id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15344id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15345id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15346id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15347id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15348id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15349id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15350id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15351id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15352id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15353id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15354id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15355id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15356id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15357id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15358id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15359id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15360id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15361id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15362id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15363id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15364id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15365id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15366id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15367id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15368id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15369id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15370id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15371id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15372id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15373id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15374id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15375id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15376id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15377id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15378id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15379id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15380id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15381id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15382id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15383id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15384id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15385id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15386id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15387id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15388id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15389id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15390id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15391id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15392id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15393id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15394id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15395id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15396id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15397id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15398id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15399id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15400id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15401id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15402id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15403id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15404id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15405id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15406id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15407id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15408id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15409id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15410id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15411id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15412id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15413id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15414id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15415id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15416id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15417id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15418id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15419id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15420id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15421id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15422id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15423id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15424id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15425id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15426id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15427id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15428id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15429id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15430id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15431id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15432id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15433id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15434id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15435id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15436id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15437id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15438id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15439id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15440id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15441id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15442id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15443id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15444id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15445id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15446id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15447id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15448id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15449id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15450id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15451id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15452id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15453id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15454id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15455id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15456id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15457id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15458id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15459id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15460id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15461id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15462id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15463id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15464id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15465id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15466id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15467id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15468id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15469id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15470id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15471id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15472id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15473id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15474id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15475id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15476id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15477id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15478id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15479id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15480id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15481id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15482id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15483id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15484id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15485id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15486id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15487id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15488id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15489id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15490id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15491id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15492id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15493id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15494id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15495id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15496id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15497id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15498id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15499id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15500id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15501id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15502id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15503id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15504id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15505id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15506id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15507id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15508id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15509id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15510id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15511id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15512id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15513id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15514id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15515id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15516id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15517id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15518id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15519id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15520id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15521id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15522id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15523id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15524id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15525id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15526id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15527id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15528id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15529id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15530id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15531id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15532id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15533id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15534id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15535id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15536id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15537id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15538id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15539id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15540id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15541id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15542id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15543id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15544id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15545id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15546id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15547id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15548id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15549id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15550id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15551id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15552id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15554id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15555id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15556id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15557id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15558id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15559id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15560id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15561id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15562id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15563id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15564id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15565id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15566id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15567id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15568id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15569id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15570id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15571id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15572id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15573id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15574id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15575id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15576id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15577id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15578id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15579id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15580id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15581id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15582id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15583id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15584id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15585id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15586id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15587id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15588id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15589id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15590id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15591id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15592id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15593id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15594id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15595id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15596id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15597id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15598id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15599id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15600id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15601id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15602id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15603id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15604id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15605id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15606id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15607id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15608id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15609id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15610id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15611id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15612id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15613id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15614id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15615id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15616id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15617id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15618id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15619id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15620id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15621id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15622id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15623id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15624id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15625id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15626id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15627id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15628id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15629id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15630id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15631id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15632id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15633id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15634id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15635id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15636id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15637id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15638id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15639id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15640id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15641id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15642id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15643id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15644id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15645id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15646id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15647id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15648id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15649id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15650id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15651id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15652id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15653id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15654id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15655id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15656id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15657id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15658id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15659id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15660id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15661id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15662id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15663id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15664id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15665id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15666id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15667id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15668id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15669id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15670id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15671id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15672id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15673id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15674id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15675id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15676id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15677id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15678id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15679id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15680id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15681id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15682id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15683id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15684id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15685id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15686id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15687id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15688id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15689id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15690id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15691id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15692id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15693id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15694id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15695id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15696id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15697id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15698id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15699id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15700id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15701id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15702id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15703id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15704id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15705id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15706id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15707id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15708id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15709id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15710id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15711id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15712id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15713id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15714id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15715id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15716id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15717id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15718id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15719id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15720id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15721id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15722id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15723id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15724id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15725id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15726id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15727id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15728id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15729id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15730id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15731id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15732id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15733id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15734id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15735id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15736id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15737id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15738id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15739id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15740id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15741id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15742id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15743id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15744id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15745id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15746id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15747id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15748id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15749id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15750id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15751id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15752id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15753id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15754id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15755id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15756id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15757id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15758id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15759id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15760id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15761id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15762id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15763id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15764id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15765id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15766id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15767id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15768id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15769id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15770id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15771id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15772id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15773id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15774id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15775id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15776id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15777id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15778id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15779id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15780id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15781id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15782id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15783id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15784id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15785id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15786id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15787id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15788id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15789id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15790id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15791id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15792id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15793id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15794id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15795id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15796id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15797id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15798id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15799id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15800id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15801id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15802id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15803id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15804id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15805id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15806id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15807id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15808id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15809id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15810id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15811id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15812id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15813id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15814id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15815id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15816id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15817id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15818id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15819id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15820id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15821id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15822id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15823id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15824id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15825id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15826id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15827id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15828id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15829id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15830id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15831id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15832id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15833id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15834id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15835id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15836id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15837id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15838id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15839id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15840id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15841id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15842id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15843id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15844id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15845id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15846id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15847id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15848id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15849id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15850id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15851id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15852id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15853id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15854id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15855id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15856id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15857id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15858id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15859id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15860id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15861id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15862id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15863id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15864id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15865id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15866id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15867id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15868id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15869id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15870id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15871id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15872id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15873id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15874id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15875id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15876id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15877id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15878id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15879id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15880id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15881id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15882id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15883id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15884id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15885id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15886id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15887id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15888id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15889id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15890id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15891id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15892id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15893id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15894id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15895id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15896id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15897id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15898id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15899id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15900id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15901id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15902id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15903id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15904id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15905id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15906id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15907id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15908id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15909id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15910id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15911id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15912id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15913id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15914id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15915id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15916id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15917id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15918id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15919id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15920id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15921id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15922id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15923id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15924id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15925id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15926id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15927id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15928id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15929id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15930id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15931id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15932id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15933id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15934id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15935id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15936id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15937id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15938id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15939id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15940id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15941id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15942id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15943id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15944id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15945id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15946id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15947id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15948id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15949id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15950id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15951id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15952id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15953id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15954id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15955id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15956id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15957id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15958id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15959id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15960id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15961id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15962id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15963id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15964id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15965id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15966id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15967id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15968id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15969id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15970id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15971id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15972id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15973id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15974id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15975id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15976id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15977id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15978id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15979id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15980id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15981id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15982id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15983id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15984id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15985id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15986id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15987id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15988id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15989id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "15990id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15991id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15992id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "15993id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15994id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "15995id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "15996id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "15997id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "15998id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "15999id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16000id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16001id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16002id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16003id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16004id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16005id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16006id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16007id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16008id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16009id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16010id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16011id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16012id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16013id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16014id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16015id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16016id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16017id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16018id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16019id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16020id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16021id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16022id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16023id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16024id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16025id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16026id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16027id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16028id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16029id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16030id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16031id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16032id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16033id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16034id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16035id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16036id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16037id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16038id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16039id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16040id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16041id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16042id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16043id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16044id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16045id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16046id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16047id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16048id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16049id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16050id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16051id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16052id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16053id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16054id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16055id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16056id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16057id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16058id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16059id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16060id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16061id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16062id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16063id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16064id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16065id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16066id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16067id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16068id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16069id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16070id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16071id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16072id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16073id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16074id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16075id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16076id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16077id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16078id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16079id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16080id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16081id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16082id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16083id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16084id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16085id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16086id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16087id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16088id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16089id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16090id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16091id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16092id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16093id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16094id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16095id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16096id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16097id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16098id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16099id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16100id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16101id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16102id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16103id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16104id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16105id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16106id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16107id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16108id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16109id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16110id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16111id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16112id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16113id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16114id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16115id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16116id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16117id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16118id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16119id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16120id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16121id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16122id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16123id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16124id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16125id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16126id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16127id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16128id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16129id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16130id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16131id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16132id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16133id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16134id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16135id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16136id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16137id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16138id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16139id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16140id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16141id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16142id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16143id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16144id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16145id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16146id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16147id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16148id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16149id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16150id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16151id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16152id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16153id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16154id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16155id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16156id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16157id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16158id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16159id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16160id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16161id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16162id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16163id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16164id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16165id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16166id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16167id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16168id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16169id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16170id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16171id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16172id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16173id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16174id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16175id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16176id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16177id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16178id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16179id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16180id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16181id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16182id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16183id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16184id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16185id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16186id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16187id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16188id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16189id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16190id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16191id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16192id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16193id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16194id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16195id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16196id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16197id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16198id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16199id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16200id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16201id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16202id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16203id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16204id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16205id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16206id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16207id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16208id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16209id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16210id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16211id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16212id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16213id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16214id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16215id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16216id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16217id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16218id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16219id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16220id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16221id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16222id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16223id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16224id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16225id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16226id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16227id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16228id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16229id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16230id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16231id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16232id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16233id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16234id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16235id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16236id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16237id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16238id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16239id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16240id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16241id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16242id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16243id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16244id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16245id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16246id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16247id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16248id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16249id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16250id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16251id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16252id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16253id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16254id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16255id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16256id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16257id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16258id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16259id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16260id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16261id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16262id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16263id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16264id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16265id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16266id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16267id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16268id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16269id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16270id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16271id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16272id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16273id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16274id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16275id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16276id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16277id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16278id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16279id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16280id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16281id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16282id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16283id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16284id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16285id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16286id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16287id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16288id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16289id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16290id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16291id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16292id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16293id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16294id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16295id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16296id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16297id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16298id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16299id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16300id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16301id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16302id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16303id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16304id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16305id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16306id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16307id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16308id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16309id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16310id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16311id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16312id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16313id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16314id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16315id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16316id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16317id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16318id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16319id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16320id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16321id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16322id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16323id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16324id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16325id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16326id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16327id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16328id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16329id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16330id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16331id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16332id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16333id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16334id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16335id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16336id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16337id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16338id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16339id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16340id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16341id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16342id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16343id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16344id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16345id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16346id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16347id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16348id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16349id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16350id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16351id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16352id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16353id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16354id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16355id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16356id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16357id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16358id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16359id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16360id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16361id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16362id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16363id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16364id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16365id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16366id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16367id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16368id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16369id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16370id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16371id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16372id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16373id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16374id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16375id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16376id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16377id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16378id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16379id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16380id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16381id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16382id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16383id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16384id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16385id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16386id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16387id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16388id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16389id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16390id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16391id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16392id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16393id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16394id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16395id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16396id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16397id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16398id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16399id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16400id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16401id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16402id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16403id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16404id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16405id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16406id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16407id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16408id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16409id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16410id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16411id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16412id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16413id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16414id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16415id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16416id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16417id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16418id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16419id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16420id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16421id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16422id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16423id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16424id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16425id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16426id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16427id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16428id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16429id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16430id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16431id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16432id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16433id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16434id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16435id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16436id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16437id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16438id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16439id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16440id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16441id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16442id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16443id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16444id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16445id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16446id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16447id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16448id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16449id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16450id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16451id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16452id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16453id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16454id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16455id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16456id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16457id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16458id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16459id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16460id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16461id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16462id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16463id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16464id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16465id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16466id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16467id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16468id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16469id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16470id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16471id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16472id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16473id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16474id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16475id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16476id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16477id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16478id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16479id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16480id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16481id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16482id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16483id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16484id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16485id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16486id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16487id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16488id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16489id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16490id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16491id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16492id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16493id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16494id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16495id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16496id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16497id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16498id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16499id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16500id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16501id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16502id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16503id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16504id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16505id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16506id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16507id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16508id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16509id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16510id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16511id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16512id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16513id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16514id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16515id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16516id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16517id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16518id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16519id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16520id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16521id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16522id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16523id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16524id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16525id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16526id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16527id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16528id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16529id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16530id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16531id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16532id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16533id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16534id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16535id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16536id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16537id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16538id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16539id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16540id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16541id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16542id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16543id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16544id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16545id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16546id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16547id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16548id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16549id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16550id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16551id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16552id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16554id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16555id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16556id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16557id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16558id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16559id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16560id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16561id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16562id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16563id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16564id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16565id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16566id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16567id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16568id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16569id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16570id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16571id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16572id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16573id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16574id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16575id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16576id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16577id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16578id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16579id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16580id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16581id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16582id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16583id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16584id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16585id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16586id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16587id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16588id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16589id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16590id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16591id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16592id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16593id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16594id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16595id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16596id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16597id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16598id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16599id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16600id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16601id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16602id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16603id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16604id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16605id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16606id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16607id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16608id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16609id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16610id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16611id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16612id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16613id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16614id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16615id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16616id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16617id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16618id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16619id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16620id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16621id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16622id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16623id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16624id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16625id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16626id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16627id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16628id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16629id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16630id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16631id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16632id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16633id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16634id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16635id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16636id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16637id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16638id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16639id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16640id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16641id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16642id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16643id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16644id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16645id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16646id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16647id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16648id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16649id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16650id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16651id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16652id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16653id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16654id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16655id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16656id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16657id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16658id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16659id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16660id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16661id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16662id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16663id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16664id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16665id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16666id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16667id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16668id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16669id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16670id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16671id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16672id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16673id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16674id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16675id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16676id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16677id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16678id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16679id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16680id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16681id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16682id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16683id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16684id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16685id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16686id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16687id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16688id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16689id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16690id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16691id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16692id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16693id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16694id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16695id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16696id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16697id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16698id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16699id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16700id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16701id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16702id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16703id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16704id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16705id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16706id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16707id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16708id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16709id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16710id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16711id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16712id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16713id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16714id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16715id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16716id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16717id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16718id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16719id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16720id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16721id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16722id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16723id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16724id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16725id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16726id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16727id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16728id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16729id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16730id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16731id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16732id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16733id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16734id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16735id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16736id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16737id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16738id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16739id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16740id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16741id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16742id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16743id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16744id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16745id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16746id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16747id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16748id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16749id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16750id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16751id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16752id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16753id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16754id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16755id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16756id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16757id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16758id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16759id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16760id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16761id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16762id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16763id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16764id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16765id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16766id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16767id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16768id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16769id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16770id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16771id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16772id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16773id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16774id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16775id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16776id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16777id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16778id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16779id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16780id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16781id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16782id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16783id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16784id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16785id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16786id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16787id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16788id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16789id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16790id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16791id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16792id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16793id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16794id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16795id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16796id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16797id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16798id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16799id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16800id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16801id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16802id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16803id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16804id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16805id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16806id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16807id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16808id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16809id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16810id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16811id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16812id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16813id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16814id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16815id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16816id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16817id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16818id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16819id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16820id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16821id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16822id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16823id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16824id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16825id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16826id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16827id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16828id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16829id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16830id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16831id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16832id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16833id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16834id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16835id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16836id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16837id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16838id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16839id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16840id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16841id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16842id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16843id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16844id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16845id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16846id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16847id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16848id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16849id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16850id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16851id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16852id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16853id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16854id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16855id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16856id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16857id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16858id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16859id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16860id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16861id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16862id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16863id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16864id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16865id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16866id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16867id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16868id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16869id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16870id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16871id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16872id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16873id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16874id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16875id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16876id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16877id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16878id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16879id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16880id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16881id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16882id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16883id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16884id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16885id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16886id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16887id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16888id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16889id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16890id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16891id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16892id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16893id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16894id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16895id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16896id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16897id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16898id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16899id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16900id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16901id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16902id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16903id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16904id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16905id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16906id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16907id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16908id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16909id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16910id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16911id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16912id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16913id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16914id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16915id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16916id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16917id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16918id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16919id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16920id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16921id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16922id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16923id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16924id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16925id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16926id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16927id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16928id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16929id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16930id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16931id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16932id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16933id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16934id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16935id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16936id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16937id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16938id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16939id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16940id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16941id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16942id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16943id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16944id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16945id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16946id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16947id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16948id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16949id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16950id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16951id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16952id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16953id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16954id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16955id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16956id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16957id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16958id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16959id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16960id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16961id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16962id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16963id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16964id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16965id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "16966id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16967id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16968id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16969id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16970id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16971id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16972id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16973id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16974id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16975id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16976id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16977id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16978id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16979id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16980id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16981id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16982id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16983id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16984id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16985id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16986id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "16987id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16988id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "16989id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16990id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16991id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "16992id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "16993id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16994id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16995id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16996id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "16997id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16998id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "16999id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17000id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17001id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17002id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17003id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17004id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17005id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17006id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17007id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17008id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17009id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17010id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17011id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17012id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17013id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17014id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17015id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17016id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17017id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17018id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17019id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17020id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17021id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17022id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17023id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17024id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17025id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17026id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17027id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17028id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17029id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17030id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17031id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17033id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17034id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17035id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17036id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17037id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17038id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17039id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17040id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17041id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17042id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17043id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17044id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17045id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17046id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17047id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17048id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17049id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17050id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17051id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17052id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17053id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17054id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17055id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17056id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17057id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17058id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17059id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17060id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17061id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17062id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17063id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17064id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17065id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17066id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17067id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17068id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17069id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17070id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17071id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17072id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17073id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17074id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17075id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17076id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17077id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17078id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17079id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17080id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17081id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17082id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17083id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17084id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17085id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17086id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17087id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17088id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17089id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17090id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17091id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17092id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17093id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17094id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17095id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17096id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17097id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17098id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17099id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17100id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17101id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17102id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17103id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17104id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17105id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17106id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17107id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17108id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17109id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17110id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17111id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17112id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17113id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17114id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17115id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17116id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17117id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17118id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17119id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17120id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17121id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17122id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17123id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17124id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17125id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17126id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17127id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17128id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17129id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17130id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17131id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17132id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17133id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17134id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17135id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17136id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17137id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17138id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17139id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17140id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17141id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17142id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17143id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17144id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17145id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17146id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17147id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17148id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17149id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17150id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17151id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17152id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17153id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17154id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17155id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17156id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17157id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17158id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17159id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17160id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17161id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17162id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17163id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17164id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17165id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17166id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17167id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17168id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17169id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17170id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17171id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17172id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17173id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17174id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17175id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17176id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17177id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17178id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17179id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17180id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17181id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17182id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17183id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17184id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17185id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17186id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17187id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17188id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17189id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17190id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17191id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17192id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17193id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17194id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17195id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17196id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17197id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17198id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17199id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17200id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17201id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17202id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17203id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17204id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17205id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17206id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17207id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17208id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17209id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17210id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17211id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17212id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17213id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17214id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17215id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17216id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17217id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17218id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17219id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17220id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17221id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17222id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17223id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17224id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17225id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17226id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17227id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17228id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17229id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17230id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17231id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17232id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17233id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17234id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17235id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17236id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17237id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17238id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17239id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17240id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17241id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17242id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17243id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17244id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17245id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17246id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17247id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17248id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17249id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17250id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17251id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17252id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17253id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17254id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17255id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17256id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17257id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17258id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17259id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17260id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17261id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17262id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17263id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17264id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17265id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17266id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17267id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17268id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17269id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17270id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17271id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17272id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17273id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17274id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17275id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17276id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17277id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17278id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17279id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17280id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17281id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17282id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17283id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17284id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17285id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17286id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17287id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17288id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17289id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17290id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17291id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17292id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17293id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17294id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17295id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17296id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17297id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17298id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17299id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17300id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17301id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17302id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17303id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17304id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17305id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17306id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17307id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17308id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17309id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17310id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17311id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17312id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17313id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17314id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17315id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17316id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17317id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17318id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17319id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17320id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17321id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17322id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17323id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17324id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17325id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17326id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17327id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17328id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17329id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17330id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17331id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17332id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17333id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17334id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17335id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17336id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17337id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17338id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17339id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17340id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17341id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17342id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17343id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17344id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17345id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17346id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17347id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17348id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17349id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17350id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17351id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17352id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17353id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17354id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17355id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17356id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17357id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17358id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17359id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17360id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17361id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17362id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17363id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17364id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17365id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17366id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17367id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17368id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17369id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17370id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17371id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17372id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17373id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17374id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17375id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17376id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17377id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17378id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17379id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17380id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17381id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17382id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17383id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17384id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17385id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17386id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17387id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17388id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17389id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17390id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17391id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17392id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17393id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17394id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17395id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17396id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17397id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17398id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17399id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17400id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17401id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17402id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17403id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17404id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17405id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17406id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17407id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17408id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17409id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17410id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17411id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17412id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17413id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17414id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17415id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17416id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17417id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17418id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17419id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17420id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17421id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17422id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17423id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17424id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17425id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17426id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17427id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17428id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17429id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17430id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17431id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17432id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17433id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17434id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17435id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17436id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17437id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17438id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17439id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17440id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17441id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17442id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17443id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17444id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17445id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17446id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17447id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17448id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17449id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17450id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17451id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17452id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17453id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17454id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17455id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17456id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17457id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17458id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17459id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17460id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17461id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17462id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17463id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17464id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17465id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17466id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17467id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17468id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17469id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17470id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17471id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17472id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17473id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17474id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17475id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17476id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17477id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17478id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17479id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17480id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17481id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17482id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17483id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17484id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17485id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17486id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17487id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17488id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17489id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17490id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17491id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17492id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17493id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17494id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17495id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17496id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17497id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17498id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17499id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17500id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17501id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17502id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17503id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17504id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17505id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17506id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17507id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17508id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17509id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17510id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17511id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17512id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17513id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17514id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17515id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17516id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17517id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17518id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17519id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17520id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17521id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17522id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17523id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17524id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17525id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17526id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17527id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17528id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17529id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17530id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17531id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17532id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17533id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17534id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17535id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17536id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17537id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17538id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17539id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17540id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17541id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17542id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17543id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17544id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17545id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17546id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17547id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17548id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17549id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17550id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17551id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17552id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17553id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17554id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17555id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17556id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17557id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17558id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17559id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17560id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17561id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17562id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17563id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17564id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17565id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17566id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17567id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17568id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17569id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17570id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17571id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17572id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17573id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17574id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17575id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17576id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17577id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17578id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17579id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17580id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17581id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17582id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17583id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17584id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17585id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17586id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17587id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17588id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17589id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17590id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17591id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17592id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17593id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17594id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17595id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17596id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17597id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17598id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17599id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17600id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17601id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17602id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17603id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17604id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17605id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17606id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17607id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17608id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17609id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17610id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17611id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17612id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17613id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17614id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17615id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17616id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17617id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17618id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17619id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17620id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17621id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17622id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17623id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17624id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17625id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17626id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17627id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17628id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17629id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17630id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17631id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17632id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17633id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17634id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17635id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17636id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17637id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17638id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17639id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17640id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17641id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17642id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17643id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17644id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17645id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17646id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17647id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17648id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17649id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17650id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17651id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17652id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17653id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17654id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17655id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17656id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17657id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17658id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17659id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17660id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17661id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17662id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17663id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17664id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17665id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17666id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17667id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17668id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17669id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17670id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17671id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17672id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17673id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17674id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17675id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17676id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17677id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17678id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17679id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17680id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17681id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17682id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17683id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17684id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17685id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17686id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17687id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17688id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17689id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17690id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17691id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17692id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17693id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17694id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17695id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17696id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17697id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17698id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17699id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17700id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17701id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17702id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17703id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17704id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17705id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17706id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17707id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17708id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17709id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17710id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17711id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17712id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17713id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17714id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17715id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17716id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17717id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17718id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17719id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17720id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17721id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17722id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17723id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17724id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17725id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17726id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17727id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17728id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17729id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17730id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17731id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17732id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17733id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17734id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17735id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17736id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17737id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17738id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17739id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17740id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17741id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17742id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17743id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17744id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17745id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17746id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17747id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17748id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17749id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17750id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17751id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17752id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17753id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17754id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17755id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17756id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17757id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17758id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17759id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17760id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17761id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17762id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17763id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17764id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17765id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17766id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17767id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17768id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17769id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17770id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17771id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17772id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17773id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17774id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17775id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17776id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17777id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17778id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17779id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17780id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17781id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17782id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17783id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17784id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17785id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17786id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17787id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17788id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17789id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17790id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17791id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17792id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17793id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17794id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17795id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17796id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17797id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17798id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17799id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17800id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17801id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17802id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17803id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17804id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17805id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17806id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17807id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17808id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17809id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17810id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17811id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17812id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17813id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17814id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17815id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17816id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17817id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17818id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17819id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17820id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17821id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17822id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17823id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17824id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17825id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17826id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17827id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17828id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17829id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17830id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17831id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17832id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17833id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17834id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17835id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17836id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17837id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17838id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17839id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17840id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17841id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17842id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17843id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17844id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17845id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17846id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17847id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17848id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17849id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17850id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17851id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17852id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17853id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17854id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17855id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17856id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17857id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17858id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17859id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17860id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17861id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17862id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17863id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17864id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17865id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17866id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17867id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17868id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17869id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17870id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17871id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17872id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17873id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17874id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17875id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17876id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17877id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17878id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17879id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17880id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17881id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17882id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17883id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17884id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17885id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17886id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17887id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17888id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17889id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17890id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17891id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17892id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17893id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17894id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17895id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17896id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17897id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17898id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17899id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17900id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17901id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17902id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17903id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17904id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17905id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17906id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17907id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17908id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17909id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17910id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17911id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17912id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17913id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17914id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17915id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17916id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17917id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17918id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17919id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17920id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17921id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17922id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17923id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17924id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17925id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17926id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17927id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17928id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17929id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17930id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17931id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17932id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17933id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17934id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17935id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17936id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17937id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17938id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17939id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17940id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17941id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17942id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17943id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17944id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17945id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17946id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17947id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17948id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17949id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17950id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17951id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17952id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17953id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17954id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17955id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17956id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17957id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17958id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17959id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17960id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17961id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17962id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17963id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17964id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17965id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17966id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17967id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17968id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17969id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17970id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "17971id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17972id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17973id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17974id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17975id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17976id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17977id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17978id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17979id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17980id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17981id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17982id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17983id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17984id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17985id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17986id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17987id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17988id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17989id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17990id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "17991id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17992id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17993id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "17994id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "17995id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "17996id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17997id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "17998id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "17999id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18000id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18001id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18002id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18003id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18004id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18005id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18006id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18007id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18008id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18009id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18010id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18011id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18012id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18013id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18014id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18015id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18016id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18017id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18018id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18019id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18020id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18021id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18022id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18023id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18024id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18025id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18026id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18027id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18028id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18029id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18030id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18031id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18032id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18033id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18034id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18035id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18036id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18037id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18038id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18039id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18040id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18041id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18042id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18043id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18044id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18045id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18046id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18047id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18048id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18049id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18050id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18051id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18052id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18053id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18054id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18055id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18056id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18057id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18058id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18059id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18060id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18061id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18062id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18063id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18064id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18065id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18066id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18067id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18068id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18069id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18070id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18071id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18072id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18073id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18074id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18075id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18076id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18077id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18078id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18079id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18080id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18081id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18082id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18083id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18084id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18085id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18086id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18087id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18088id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18089id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18090id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18091id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18092id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18093id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18094id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18095id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18096id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18097id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18098id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18099id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18100id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18101id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18102id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18103id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18104id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18105id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18106id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18107id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18108id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18109id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18110id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18111id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18112id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18113id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18114id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18115id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18116id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18117id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18118id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18119id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18120id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18121id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18122id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18123id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18124id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18125id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18126id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18127id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18128id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18129id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18130id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18131id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18132id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18133id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18134id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18135id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18136id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18137id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18138id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18139id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18140id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18141id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18142id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18143id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18144id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18145id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18146id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18147id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18148id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18149id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18150id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18151id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18152id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18153id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18154id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18155id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18156id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18157id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18158id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18159id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18160id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18161id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18162id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18163id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18164id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18165id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18166id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18167id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18168id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18169id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18170id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18171id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18172id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18173id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18174id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18175id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18176id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18177id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18178id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18179id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18180id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18181id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18182id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18183id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18184id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18185id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18186id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18187id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18188id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18189id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18190id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18191id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18192id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18193id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18194id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18195id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18196id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18197id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18198id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18199id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18200id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18201id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18202id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18203id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18204id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18205id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18206id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18207id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18208id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18209id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18210id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18211id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18212id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18213id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18214id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18215id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18216id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18217id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18218id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18219id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18220id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18221id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18222id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18223id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18224id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18225id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18226id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18227id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18228id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18229id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18230id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18231id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18232id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18233id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18234id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18235id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18236id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18237id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18238id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18239id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18240id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18241id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18242id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18243id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18244id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18245id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18246id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18247id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18248id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18249id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18250id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18251id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18252id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18253id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18254id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18255id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18256id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18257id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18258id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18259id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18260id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18261id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18262id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18263id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18264id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18265id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18266id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18267id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18268id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18269id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18270id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18271id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18272id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18273id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18274id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18275id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18276id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18277id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18278id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18279id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18280id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18281id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18282id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18283id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18284id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18285id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18286id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18287id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18288id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18289id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18290id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18291id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18292id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18293id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18294id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18295id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18296id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18297id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18298id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18299id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18300id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18301id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18302id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18303id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18304id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18305id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18306id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18307id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18308id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18309id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18310id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18311id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18312id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18313id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18314id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18315id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18316id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18317id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18318id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18319id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18320id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18321id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18322id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18323id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18324id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18325id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18326id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18327id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18328id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18329id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18330id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18331id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18332id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18333id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18334id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18335id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18336id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18337id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18338id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18339id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18340id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18341id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18342id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18343id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18344id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18345id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18346id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18347id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18348id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18349id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18350id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18351id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18352id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18353id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18354id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18355id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18356id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18357id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18358id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18359id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18360id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18361id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18362id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18363id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18364id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18365id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18366id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18367id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18368id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18369id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18370id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18371id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18372id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18373id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18374id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18375id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18376id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18377id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18378id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18379id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18380id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18381id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18382id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18383id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18384id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18385id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18386id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18387id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18388id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18389id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18390id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18391id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18392id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18393id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18394id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18395id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18396id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18397id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18398id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18399id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18400id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18401id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18402id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18403id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18404id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18405id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18406id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18407id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18408id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18409id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18410id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18411id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18412id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18413id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18414id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18415id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18416id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18417id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18418id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18419id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18420id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18421id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18422id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18423id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18424id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18425id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18426id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18427id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18428id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18429id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18430id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18431id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18432id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18433id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18434id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18435id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18436id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18437id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18438id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18439id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18440id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18441id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18442id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18443id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18444id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18445id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18446id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18447id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18448id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18449id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18450id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18451id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18452id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18453id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18454id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18455id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18456id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18457id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18458id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18459id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18460id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18461id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18462id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18463id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18464id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18465id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18466id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18467id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18468id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18469id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18470id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18471id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18472id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18473id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18474id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18475id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18476id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18477id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18478id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18479id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18480id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18481id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18482id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18483id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18484id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18485id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18486id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18487id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18488id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18489id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18490id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18491id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18492id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18493id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18494id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18495id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18496id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18497id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18498id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18499id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18500id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18501id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18502id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18503id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18504id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18505id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18506id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18507id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18508id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18509id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18510id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18511id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18512id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18513id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18514id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18515id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18516id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18517id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18518id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18519id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18520id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18521id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18522id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18523id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18524id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18525id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18526id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18527id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18528id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18529id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18530id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18531id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18532id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18533id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18534id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18535id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18536id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18537id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18538id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18539id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18540id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18541id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18542id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18543id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18544id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18545id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18546id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18547id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18548id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18549id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18550id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18551id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18552id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18553id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18554id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18555id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18556id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18557id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18558id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18559id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18560id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18561id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18562id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18563id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18564id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18565id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18566id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18567id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18568id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18569id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18570id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18571id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18572id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18573id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18574id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18575id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18576id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18577id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18578id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18579id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18580id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18581id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18582id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18583id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18584id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18585id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18586id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18587id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18588id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18589id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18590id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18591id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18592id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18593id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18594id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18595id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18596id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18597id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18598id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18599id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18600id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18601id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18602id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18603id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18604id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18605id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18606id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18607id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18608id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18609id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18610id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18611id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18612id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18613id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18614id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18615id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18616id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18617id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18618id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18619id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18620id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18621id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18622id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18623id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18624id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18625id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18626id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18627id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18628id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18629id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18630id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18631id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18632id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18633id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18634id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18635id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18636id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18637id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18638id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18639id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18640id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18641id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18642id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18643id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18644id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18645id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18646id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18647id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18648id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18649id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18650id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18651id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18652id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18653id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18654id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18655id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18656id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18657id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18658id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18659id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18660id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18661id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18662id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18663id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18664id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18665id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18666id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18667id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18668id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18669id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18670id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18671id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18672id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18673id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18674id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18675id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18676id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18677id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18678id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18679id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18680id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18681id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18682id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18683id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18684id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18685id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18686id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18687id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18688id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18689id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18690id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18691id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18692id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18693id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18694id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18695id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18696id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18697id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18698id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18699id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18700id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18701id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18702id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18703id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18704id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18705id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18706id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18707id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18708id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18709id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18710id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18711id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18712id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18713id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18714id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18715id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18716id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18717id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18718id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18719id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18720id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18721id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18722id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18723id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18724id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18725id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18726id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18727id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18728id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18729id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18730id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18731id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18732id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18733id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18734id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18735id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18736id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18737id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18738id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18739id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18740id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18741id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18742id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18743id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18744id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18745id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18746id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18747id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18748id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18749id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18750id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18751id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18752id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18753id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18754id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18755id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18756id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18757id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18758id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18759id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18760id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18761id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18762id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18763id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18764id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18765id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18766id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18767id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18768id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18769id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18770id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18771id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18772id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18773id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18774id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18775id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18776id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18777id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18778id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18779id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18780id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18781id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18782id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18783id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18784id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18785id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18786id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18787id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18788id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18789id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18790id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18791id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18792id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18793id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18794id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18795id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18796id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18797id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18798id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18799id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18800id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18801id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18802id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18803id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18804id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18805id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18806id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18807id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18808id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18809id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18810id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18811id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18812id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18813id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18814id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18815id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18816id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18817id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18818id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18819id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18820id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18821id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18822id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18823id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18824id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18825id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18826id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18827id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18828id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18829id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18830id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18831id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18832id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18833id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18834id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18835id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18836id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18837id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18838id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18839id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18840id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18841id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18842id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18843id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18844id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18845id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18846id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18847id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18848id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18849id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18850id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18851id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18852id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18853id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18854id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18855id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18856id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18857id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18858id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18859id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18860id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18861id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18862id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18863id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18864id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18865id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18866id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18867id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18868id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18869id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18870id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18871id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18872id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18873id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18874id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18875id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18876id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18877id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18878id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18879id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18880id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18881id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18882id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18883id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18884id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18885id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18886id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18887id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18888id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18889id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18890id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18891id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18892id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18893id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18894id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18895id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18896id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18897id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18898id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18899id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18900id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18901id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18902id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18903id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18904id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18905id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18906id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18907id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18908id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18909id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18910id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18911id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18912id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18913id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18914id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18915id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18916id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18917id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18918id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18919id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18920id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18921id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18922id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18923id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18924id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18925id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18926id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18927id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18928id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18929id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18930id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18931id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18932id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18933id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18934id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18935id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18936id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18937id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18938id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18939id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18940id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18941id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18942id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18943id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18944id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18945id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18946id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18947id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18948id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18949id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18950id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18951id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18952id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18953id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18954id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18955id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18956id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18957id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18958id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18959id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18960id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18961id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18962id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18963id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18964id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18965id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18966id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18967id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18968id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18969id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18970id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "18971id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18972id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18973id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18974id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18975id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18976id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18977id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18978id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18979id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18980id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18981id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18982id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18983id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18984id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "18985id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18986id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18987id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "18988id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18989id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18990id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18991id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18992id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "18993id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "18994id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "18995id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18996id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18997id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18998id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "18999id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19000id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19001id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19002id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19003id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19004id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19005id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19006id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19007id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19008id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19009id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19010id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19011id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19012id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19013id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19014id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19015id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19016id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19017id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19018id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19019id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19020id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19021id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19022id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19023id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19024id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19025id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19026id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19027id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19028id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19029id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19030id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19031id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19032id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19033id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19034id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19035id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19036id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19037id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19038id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19039id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19040id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19041id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19042id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19043id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19044id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19045id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19046id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19047id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19048id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19049id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19050id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19051id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19052id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19053id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19054id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19055id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19056id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19057id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19058id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19059id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19060id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19061id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19062id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19063id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19064id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19065id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19066id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19067id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19068id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19069id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19070id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19071id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19072id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19073id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19074id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19075id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19076id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19077id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19078id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19079id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19080id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19081id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19082id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19083id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19084id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19085id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19086id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19087id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19088id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19089id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19090id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19091id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19092id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19093id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19094id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19095id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19096id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19097id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19098id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19099id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19100id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19101id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19102id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19103id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19104id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19105id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19106id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19107id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19108id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19109id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19110id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19111id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19112id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19113id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19114id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19115id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19116id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19117id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19118id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19119id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19120id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19121id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19122id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19123id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19124id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19125id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19126id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19127id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19128id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19129id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19130id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19131id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19132id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19133id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19134id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19135id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19136id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19137id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19138id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19139id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19140id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19141id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19142id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19143id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19144id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19145id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19146id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19147id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19148id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19149id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19150id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19151id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19152id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19153id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19154id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19155id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19156id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19157id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19158id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19159id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19160id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19161id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19162id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19163id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19164id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19165id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19166id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19167id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19168id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19169id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19170id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19171id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19172id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19173id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19174id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19175id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19176id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19177id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19178id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19179id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19180id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19181id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19182id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19183id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19184id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19185id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19186id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19187id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19188id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19189id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19190id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19191id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19192id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19193id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19194id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19195id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19196id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19197id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19198id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19199id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19200id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19201id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19202id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19203id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19204id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19205id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19206id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19207id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19208id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19209id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19210id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19211id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19212id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19213id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19214id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19215id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19216id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19217id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19218id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19219id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19220id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19221id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19222id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19223id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19224id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19225id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19226id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19227id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19228id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19229id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19230id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19231id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19232id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19233id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19234id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19235id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19236id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19237id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19238id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19239id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19240id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19241id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19242id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19243id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19244id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19245id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19246id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19247id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19248id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19249id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19250id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19251id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19252id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19253id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19254id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19255id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19256id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19257id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19258id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19259id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19260id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19261id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19262id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19263id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19264id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19265id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19266id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19267id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19268id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19269id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19270id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19271id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19272id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19273id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19274id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19275id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19276id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19277id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19278id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19279id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19280id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19281id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19282id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19283id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19284id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19285id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19286id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19287id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19288id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19289id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19290id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19291id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19292id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19293id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19294id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19295id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19296id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19297id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19298id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19299id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19300id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19301id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19302id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19303id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19304id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19305id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19306id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19307id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19308id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19309id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19310id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19311id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19312id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19313id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19314id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19315id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19316id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19317id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19318id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19319id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19320id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19321id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19322id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19323id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19324id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19325id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19326id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19327id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19328id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19329id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19330id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19331id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19332id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19333id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19334id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19335id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19336id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19337id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19338id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19339id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19340id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19341id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19342id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19343id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19344id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19345id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19346id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19347id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19348id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19349id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19350id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19351id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19352id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19353id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19354id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19355id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19356id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19357id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19358id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19359id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19360id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19361id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19362id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19363id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19364id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19365id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19366id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19367id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19368id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19369id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19370id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19371id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19372id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19373id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19374id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19375id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19376id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19377id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19378id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19379id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19380id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19381id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19382id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19383id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19384id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19385id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19386id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19387id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19388id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19389id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19390id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19391id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19392id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19393id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19394id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19395id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19396id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19397id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19398id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19399id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19400id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19401id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19402id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19403id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19404id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19405id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19406id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19407id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19408id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19409id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19410id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19411id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19412id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19413id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19414id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19415id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19416id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19417id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19418id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19419id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19420id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19421id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19422id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19423id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19424id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19425id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19426id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19427id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19428id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19429id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19430id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19431id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19432id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19433id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19434id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19435id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19436id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19437id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19438id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19439id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19440id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19441id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19442id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19443id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19444id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19445id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19446id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19447id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19448id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19449id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19450id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19451id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19452id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19453id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19454id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19455id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19456id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19457id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19458id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19459id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19460id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19461id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19462id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19463id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19464id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19465id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19466id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19467id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19468id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19469id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19470id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19471id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19472id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19473id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19474id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19475id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19476id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19477id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19478id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19479id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19480id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19481id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19482id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19483id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19484id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19485id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19486id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19487id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19488id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19489id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19490id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19491id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19492id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19493id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19494id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19495id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19496id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19497id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19498id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19499id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19500id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19501id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19502id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19503id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19504id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19505id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19506id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19507id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19508id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19509id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19510id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19511id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19512id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19513id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19514id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19515id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19516id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19517id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19518id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19519id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19520id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19521id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19522id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19523id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19524id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19525id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19526id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19527id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19528id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19529id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19530id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19531id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19532id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19533id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19534id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19535id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19536id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19537id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19538id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19539id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19540id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19541id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19542id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19543id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19544id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19545id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19546id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19547id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19548id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19549id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19550id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19551id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19552id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19553id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19554id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19555id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19556id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19557id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19558id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19559id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19560id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19561id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19562id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19563id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19564id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19565id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19566id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19567id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19568id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19569id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19570id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19571id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19572id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19573id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19574id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19575id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19576id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19577id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19578id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19579id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19580id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19581id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19582id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19583id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19584id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19585id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19586id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19587id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19588id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19589id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19590id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19591id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19592id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19593id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19594id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19595id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19596id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19597id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19598id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19599id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19600id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19601id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19602id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19603id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19604id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19605id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19606id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19607id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19608id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19609id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19610id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19611id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19612id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19613id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19614id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19615id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19616id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19617id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19618id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19619id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19620id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19621id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19622id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19623id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19624id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19625id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19626id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19627id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19628id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19629id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19630id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19631id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19632id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19633id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19634id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19635id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19636id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19637id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19638id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19639id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19640id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19641id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19642id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19643id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19644id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19645id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19646id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19647id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19648id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19649id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19650id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19651id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19652id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19653id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19654id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19655id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19656id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19657id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19658id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19659id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19660id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19661id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19662id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19663id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19664id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19665id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19666id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19667id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19668id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19669id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19670id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19671id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19672id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19673id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19674id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19675id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19676id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19677id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19678id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19679id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19680id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19681id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19682id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19683id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19684id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19685id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19686id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19687id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19688id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19689id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19690id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19691id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19692id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19693id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19694id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19695id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19696id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19697id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19698id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19699id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19700id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19701id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19702id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19703id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19704id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19705id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19706id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19707id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19708id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19709id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19710id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19711id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19712id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19713id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19714id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19715id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19716id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19717id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19718id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19719id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19720id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19721id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19722id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19723id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19724id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19725id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19726id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19727id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19728id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19729id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19730id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19731id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19732id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19733id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19734id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19735id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19736id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19737id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19738id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19739id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19740id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19741id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19742id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19743id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19744id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19745id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19746id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19747id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19748id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19749id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19750id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19751id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19752id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19753id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19754id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19755id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19756id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19757id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19758id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19759id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19760id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19761id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19762id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19763id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19764id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19765id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19766id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19767id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19768id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19769id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19770id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19771id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19772id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19773id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19774id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19775id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19776id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19777id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19778id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19779id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19780id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19781id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19782id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19783id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19784id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19785id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19786id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19787id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19788id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19789id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19790id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19791id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19792id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19793id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19794id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19795id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19796id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19797id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19798id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19799id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19800id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19801id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19802id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19803id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19804id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19805id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19806id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19807id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19808id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19809id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19810id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19811id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19812id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19813id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19814id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19815id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19816id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19817id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19818id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19819id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19820id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19821id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19822id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19823id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19824id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19825id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19826id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19827id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19828id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19829id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19830id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19831id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19832id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19833id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19834id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19835id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19836id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19837id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19838id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19839id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19840id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19841id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19842id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19843id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19844id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19845id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19846id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19847id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19848id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19849id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19850id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19851id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19852id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19853id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19854id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19855id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19856id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19857id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19858id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19859id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19860id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19861id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19862id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19863id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19864id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19865id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19866id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19867id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19868id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19869id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19870id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19871id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19872id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19873id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19874id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19875id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19876id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19877id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19878id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19879id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19880id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19881id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19882id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19883id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19884id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19885id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19886id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19887id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19888id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19889id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19890id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19891id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19892id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19893id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19894id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19895id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19896id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19897id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19898id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19899id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19900id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19901id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19902id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19903id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19904id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19905id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19906id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19907id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19908id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19909id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19910id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19911id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19912id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19913id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19914id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19915id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19916id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19917id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19918id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19919id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19920id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19921id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19922id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19923id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19924id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19925id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19926id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19927id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19928id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19929id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19930id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19931id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19932id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19933id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19934id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19935id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19936id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19937id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19938id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19939id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19940id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19941id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19942id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19943id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19944id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19945id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19946id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19947id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19948id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19949id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19950id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19951id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19952id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19953id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19954id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19955id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19956id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19957id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19958id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19959id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19960id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19961id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19962id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19963id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19964id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19965id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19966id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19967id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19968id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19969id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19970id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19971id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19972id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19973id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19974id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19975id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19976id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19977id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19978id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19979id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19980id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19981id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19982id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19983id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19984id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "19985id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19986id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19987id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19988id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19989id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "19990id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19991id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19992id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "19993id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19994id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "19995id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "19996id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19997id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "19998id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "19999id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20000id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20001id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20002id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20003id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20004id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20005id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20006id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20007id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20008id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20009id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20010id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20011id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20012id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20013id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20014id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20015id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20016id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20017id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20018id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20019id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20020id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20021id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20022id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20023id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20024id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20025id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20026id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20027id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20028id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20029id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20030id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20031id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20032id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20033id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20034id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20035id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20036id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20037id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20038id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20039id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20040id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20041id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20042id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20043id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20044id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20045id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20046id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20047id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20048id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20049id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20050id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20051id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20052id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20053id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20054id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20055id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20056id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20057id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20058id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20059id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20060id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20061id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20062id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20063id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20064id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20065id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20066id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20067id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20068id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20069id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20070id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20071id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20072id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20073id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20074id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20075id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20076id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20077id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20078id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20079id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20080id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20081id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20082id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20083id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20084id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20085id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20086id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20087id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20088id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20089id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20090id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20091id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20092id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20093id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20094id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20095id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20096id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20097id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20098id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20099id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20100id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20101id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20102id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20103id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20104id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20105id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20106id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20107id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20108id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20109id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20110id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20111id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20112id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20113id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20114id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20115id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20116id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20117id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20118id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20119id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20120id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20121id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20122id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20123id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20124id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20125id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20126id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20127id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20128id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20129id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20130id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20131id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20132id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20133id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20134id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20135id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20136id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20137id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20138id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20139id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20140id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20141id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20142id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20143id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20144id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20145id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20146id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20147id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20148id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20149id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20150id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20151id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20152id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20153id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20154id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20155id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20156id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20157id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20158id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20159id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20160id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20161id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20162id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20163id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20164id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20165id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20166id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20167id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20168id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20169id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20170id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20171id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20172id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20173id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20174id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20175id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20176id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20177id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20178id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20179id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20180id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20181id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20182id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20183id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20184id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20185id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20186id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20187id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20188id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20189id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20190id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20191id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20192id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20193id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20194id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20195id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20196id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20197id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20198id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20199id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20200id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20201id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20202id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20203id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20204id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20205id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20206id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20207id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20208id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20209id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20210id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20211id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20212id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20213id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20214id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20215id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20216id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20217id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20218id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20219id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20220id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20221id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20222id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20223id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20224id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20225id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20226id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20227id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20228id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20229id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20230id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20231id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20232id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20233id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20234id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20235id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20236id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20237id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20238id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20239id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20240id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20241id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20242id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20243id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20244id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20245id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20246id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20247id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20248id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20249id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20250id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20251id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20252id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20253id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20254id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20255id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20256id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20257id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20258id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20259id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20260id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20261id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20262id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20263id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20264id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20265id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20266id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20267id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20268id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20269id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20270id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20271id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20272id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20273id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20274id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20275id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20276id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20277id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20278id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20279id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20280id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20281id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20282id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20283id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20284id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20285id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20286id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20287id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20288id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20289id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20290id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20291id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20292id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20293id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20294id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20295id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20296id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20297id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20298id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20299id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20300id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20301id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20302id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20303id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20304id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20305id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20306id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20307id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20308id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20309id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20310id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20311id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20312id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20313id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20314id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20315id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20316id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20317id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20318id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20319id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20320id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20321id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20322id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20323id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20324id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20325id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20326id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20327id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20328id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20329id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20330id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20331id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20332id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20333id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20334id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20335id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20336id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20337id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20338id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20339id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20340id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20341id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20342id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20343id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20344id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20345id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20346id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20347id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20348id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20349id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20350id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20351id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20352id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20353id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20354id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20355id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20356id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20357id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20358id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20359id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20360id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20361id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20362id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20363id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20364id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20365id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20366id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20367id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20368id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20369id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20370id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20371id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20372id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20373id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20374id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20375id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20376id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20377id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20378id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20379id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20380id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20381id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20382id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20383id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20384id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20385id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20386id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20387id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20388id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20389id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20390id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20391id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20392id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20393id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20394id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20395id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20396id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20397id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20398id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20399id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20400id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20401id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20402id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20403id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20404id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20405id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20406id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20407id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20408id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20409id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20410id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20411id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20412id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20413id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20414id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20415id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20416id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20417id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20418id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20419id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20420id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20421id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20422id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20423id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20424id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20425id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20426id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20427id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20428id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20429id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20430id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20431id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20432id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20433id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20434id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20435id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20436id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20437id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20438id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20439id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20440id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20441id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20442id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20443id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20444id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20445id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20446id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20447id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20448id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20449id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20450id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20451id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20452id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20453id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20454id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20455id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20456id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20457id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20458id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20459id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20460id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20461id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20462id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20463id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20464id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20465id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20466id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20467id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20468id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20469id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20470id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20471id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20472id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20473id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20474id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20475id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20476id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20477id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20478id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20479id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20480id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20481id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20482id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20483id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20484id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20485id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20486id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20487id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20488id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20489id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20490id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20491id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20492id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20493id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20494id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20495id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20496id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20497id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20498id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20499id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20500id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20501id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20502id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20503id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20504id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20505id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20506id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20507id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20508id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20509id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20510id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20511id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20512id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20513id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20514id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20515id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20516id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20517id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20518id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20519id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20520id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20521id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20522id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20523id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20524id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20525id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20526id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20527id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20528id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20529id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20530id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20531id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20532id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20533id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20534id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20535id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20536id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20537id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20538id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20539id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20540id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20541id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20542id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20543id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20544id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20545id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20546id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20547id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20548id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20549id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20550id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20551id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20552id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20553id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20554id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20555id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20556id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20557id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20558id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20559id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20560id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20561id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20562id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20563id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20564id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20565id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20566id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20567id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20568id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20569id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20570id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20571id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20572id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20573id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20574id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20575id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20576id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20577id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20578id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20579id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20580id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20581id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20582id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20583id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20584id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20585id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20586id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20587id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20588id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20589id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20590id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20591id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20592id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20593id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20594id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20595id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20596id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20597id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20598id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20599id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20600id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20601id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20602id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20603id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20604id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20605id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20606id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20607id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20608id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20609id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20610id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20611id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20612id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20613id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20614id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20615id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20616id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20617id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20618id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20619id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20620id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20621id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20622id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20623id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20624id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20625id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20626id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20627id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20628id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20629id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20630id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20631id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20632id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20633id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20634id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20635id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20636id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20637id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20638id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20639id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20640id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20641id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20642id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20643id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20644id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20645id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20646id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20647id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20648id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20649id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20650id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20651id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20652id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20653id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20654id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20655id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20656id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20657id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20658id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20659id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20660id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20661id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20662id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20663id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20664id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20665id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20666id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20667id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20668id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20669id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20670id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20671id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20672id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20673id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20674id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20675id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20676id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20677id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20678id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20679id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20680id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20681id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20682id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20683id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20684id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20685id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20686id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20687id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20688id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20689id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20690id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20691id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20692id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20693id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20694id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20695id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20696id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20697id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20698id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20699id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20700id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20701id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20702id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20703id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20704id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20705id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20706id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20707id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20708id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20709id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20710id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20711id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20712id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20713id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20714id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20715id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20716id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20717id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20718id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20719id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20720id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20721id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20722id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20723id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20724id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20725id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20726id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20727id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20728id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20729id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20730id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20731id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20732id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20733id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20734id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20735id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20736id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20737id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20738id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20739id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20740id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20741id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20742id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20743id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20744id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20745id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20746id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20747id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20748id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20749id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20750id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20751id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20752id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20753id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20754id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20755id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20756id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20757id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20758id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20759id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20760id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20761id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20762id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20763id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20764id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20765id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20766id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20767id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20768id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20769id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20770id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20771id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20772id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20773id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20774id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20775id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20776id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20777id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20778id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20779id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20780id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20781id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20782id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20783id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20784id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20785id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20786id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20787id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20788id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20789id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20790id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20791id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20792id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20793id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20794id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20795id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20796id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20797id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20798id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20799id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20800id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20801id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20802id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20803id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20804id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20805id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20806id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20807id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20808id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20809id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20810id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20811id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20812id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20813id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20814id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20815id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20816id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20817id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20818id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20819id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20820id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20821id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20822id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20823id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20824id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20825id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20826id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20827id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20828id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20829id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20830id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20831id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20832id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20833id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20834id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20835id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20836id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20837id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20838id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20839id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20840id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20841id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20842id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20843id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20844id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20845id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20846id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20847id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20848id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20849id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20850id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20851id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20852id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20853id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20854id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20855id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20856id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20857id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20858id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20859id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20860id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20861id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20862id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20863id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20864id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20865id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20866id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20867id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20868id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20869id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20870id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20871id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20872id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20873id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20874id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20875id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20876id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20877id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20878id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20879id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20880id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20881id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20882id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20883id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20884id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20885id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20886id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20887id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20888id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20889id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20890id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20891id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20892id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20893id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20894id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20895id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20896id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20897id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20898id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20899id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20900id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20901id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20902id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20903id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20904id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20905id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20906id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20907id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20908id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20909id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20910id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20911id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20912id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20913id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20914id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20915id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20916id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20917id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20918id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20919id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20920id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20921id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20922id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20923id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20924id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20925id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20926id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20927id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20928id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20929id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20930id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20931id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20932id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20933id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20934id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20935id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20936id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20937id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20938id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20939id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20940id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20941id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20942id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20943id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20944id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20945id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20946id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20947id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20948id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20949id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20950id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20951id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20952id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20953id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20954id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20955id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20956id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20957id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20958id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20959id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20960id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20961id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20962id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20963id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20964id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20965id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20966id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20967id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20968id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20969id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20970id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20971id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20972id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20973id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20974id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20975id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20976id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20977id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20978id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20979id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20980id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20981id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20982id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20983id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20984id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20985id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20986id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20987id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20988id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "20989id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20990id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "20991id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20992id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "20993id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "20994id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20995id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "20996id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "20997id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20998id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "20999id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21000id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21001id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21002id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21003id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21004id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21005id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21006id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21007id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21008id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21009id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21010id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21011id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21012id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21013id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21014id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21015id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21016id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21017id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21018id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21019id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21020id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21021id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21022id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21023id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21024id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21025id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21026id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21027id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21028id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21029id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21030id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21031id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21032id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21033id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21034id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21035id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21036id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21037id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21038id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21039id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21040id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21041id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21042id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21043id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21044id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21045id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21046id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21047id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21048id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21049id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21050id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21051id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21052id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21053id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21054id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21055id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21056id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21057id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21058id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21059id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21060id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21061id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21062id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21063id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21064id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21065id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21066id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21067id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21068id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21069id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21070id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21071id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21072id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21073id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21074id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21075id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21076id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21077id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21078id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21079id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21080id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21081id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21082id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21083id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21084id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21085id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21086id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21087id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21088id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21089id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21090id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21091id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21092id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21093id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21094id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21095id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21096id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21097id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21098id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21099id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21100id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21101id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21102id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21103id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21104id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21105id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21106id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21107id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21108id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21109id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21110id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21111id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21112id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21113id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21114id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21115id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21116id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21117id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21118id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21119id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21120id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21121id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21122id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21123id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21124id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21125id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21126id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21127id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21128id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21129id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21130id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21131id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21132id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21133id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21134id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21135id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21136id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21137id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21138id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21139id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21140id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21141id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21142id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21143id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21144id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21145id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21146id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21147id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21148id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21149id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21150id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21151id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21152id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21153id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21154id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21155id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21156id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21157id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21158id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21159id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21160id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21161id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21162id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21163id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21164id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21165id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21166id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21167id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21168id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21169id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21170id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21171id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21172id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21173id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21174id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21175id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21176id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21177id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21178id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21179id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21180id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21181id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21182id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21183id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21184id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21185id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21186id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21187id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21188id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21189id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21190id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21191id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21192id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21193id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21194id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21195id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21196id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21197id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21198id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21199id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21200id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21201id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21202id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21203id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21204id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21205id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21206id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21207id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21208id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21209id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21210id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21211id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21212id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21213id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21214id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21215id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21216id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21217id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21218id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21219id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21220id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21221id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21222id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21223id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21224id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21225id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21226id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21227id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21228id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21229id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21230id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21231id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21232id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21233id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21234id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21235id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21236id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21237id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21238id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21239id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21240id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21241id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21242id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21243id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21244id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21245id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21246id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21247id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21248id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21249id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21250id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21251id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21252id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21253id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21254id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21255id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21256id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21257id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21258id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21259id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21260id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21261id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21262id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21263id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21264id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21265id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21266id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21267id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21268id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21269id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21270id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21271id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21272id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21273id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21274id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21275id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21276id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21277id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21278id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21279id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21280id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21281id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21282id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21283id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21284id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21285id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21286id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21287id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21288id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21289id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21290id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21291id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21292id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21293id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21294id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21295id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21296id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21297id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21298id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21299id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21300id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21301id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21302id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21303id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21304id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21305id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21306id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21307id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21308id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21309id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21310id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21311id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21312id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21313id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21314id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21315id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21316id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21317id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21318id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21319id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21320id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21321id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21322id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21323id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21324id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21325id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21326id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21327id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21328id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21329id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21330id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21331id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21332id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21333id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21334id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21335id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21336id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21337id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21338id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21339id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21340id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21341id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21342id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21343id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21344id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21345id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21346id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21347id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21348id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21349id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21350id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21351id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21352id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21353id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21354id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21355id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21356id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21357id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21358id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21359id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21360id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21361id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21362id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21363id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21364id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21365id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21366id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21367id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21368id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21369id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21370id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21371id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21372id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21373id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21374id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21375id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21376id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21377id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21378id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21379id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21380id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21381id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21382id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21383id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21384id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21385id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21386id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21387id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21388id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21389id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21390id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21391id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21392id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21393id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21394id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21395id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21396id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21397id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21398id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21399id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21400id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21401id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21402id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21403id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21404id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21405id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21406id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21407id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21408id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21409id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21410id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21411id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21412id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21413id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21414id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21415id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21416id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21417id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21418id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21419id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21420id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21421id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21422id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21423id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21424id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21425id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21426id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21427id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21428id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21429id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21430id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21431id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21432id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21433id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21434id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21435id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21436id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21437id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21438id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21439id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21440id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21441id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21442id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21443id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21444id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21445id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21446id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21447id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21448id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21449id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21450id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21451id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21452id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21453id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21454id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21455id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21456id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21457id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21458id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21459id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21460id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21461id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21462id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21463id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21464id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21465id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21466id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21467id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21468id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21469id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21470id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21471id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21472id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21473id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21474id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21475id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21476id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21477id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21478id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21479id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21480id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21481id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21482id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21483id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21484id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21485id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21486id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21487id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21488id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21489id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21490id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21491id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21492id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21493id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21494id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21495id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21496id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21497id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21498id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21499id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21500id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21501id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21502id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21503id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21504id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21505id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21506id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21507id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21508id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21509id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21510id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21511id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21512id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21513id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21514id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21515id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21516id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21517id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21518id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21519id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21520id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21521id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21522id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21523id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21524id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21525id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21526id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21527id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21528id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21529id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21530id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21531id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21532id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21533id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21534id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21535id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21536id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21537id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21538id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21539id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21540id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21541id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21542id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21543id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21544id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21545id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21546id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21547id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21548id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21549id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21550id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21551id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21552id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21553id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21554id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21555id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21556id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21557id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21558id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21559id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21560id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21561id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21562id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21563id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21564id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21565id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21566id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21567id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21568id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21569id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21570id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21571id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21572id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21573id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21574id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21575id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21576id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21577id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21578id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21579id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21580id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21581id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21582id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21583id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21584id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21585id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21586id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21587id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21588id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21589id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21590id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21591id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21592id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21593id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21594id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21595id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21596id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21597id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21598id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21599id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21600id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21601id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21602id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21603id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21604id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21605id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21606id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21607id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21608id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21609id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21610id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21611id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21612id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21613id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21614id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21615id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21616id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21617id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21618id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21619id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21620id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21621id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21622id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21623id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21624id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21625id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21626id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21627id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21628id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21629id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21630id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21631id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21632id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21633id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21634id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21635id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21636id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21637id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21638id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21639id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21640id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21641id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21642id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21643id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21644id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21645id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21646id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21647id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21648id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21649id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21650id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21651id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21652id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21653id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21654id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21655id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21656id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21657id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21658id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21659id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21660id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21661id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21662id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21663id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21664id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21665id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21666id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21667id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21668id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21669id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21670id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21671id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21672id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21673id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21674id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21675id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21676id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21677id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21678id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21679id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21680id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21681id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21682id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21683id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21684id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21685id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21686id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21687id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21688id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21689id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21690id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21691id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21692id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21693id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21694id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21695id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21696id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21697id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21698id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21699id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21700id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21701id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21702id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21703id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21704id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21705id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21706id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21707id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21708id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21709id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21710id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21711id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21712id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21713id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21714id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21715id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21716id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21717id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21718id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21719id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21720id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21721id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21722id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21723id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21724id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21725id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21726id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21727id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21728id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21729id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21730id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21731id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21732id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21733id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21734id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21735id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21736id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21737id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21738id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21739id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21740id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21741id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21742id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21743id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21744id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21745id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21746id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21747id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21748id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21749id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21750id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21751id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21752id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21753id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21754id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21755id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21756id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21757id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21758id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21759id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21760id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21761id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21762id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21763id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21764id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21765id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21766id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21767id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21768id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21769id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21770id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21771id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21772id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21773id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21774id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21775id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21776id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21777id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21778id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21779id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21780id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21781id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21782id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21783id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21784id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21785id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21786id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21787id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21788id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21789id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21790id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21791id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21792id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21793id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21794id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21795id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21796id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21797id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21798id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21799id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21800id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21801id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21802id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21803id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21804id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21805id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21806id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21807id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21808id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21809id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21810id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21811id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21812id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21813id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21814id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21815id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21816id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21817id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21818id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21819id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21820id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21821id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21822id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21823id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21824id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21825id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21826id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21827id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21828id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21829id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21830id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21831id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21832id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21833id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21834id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21835id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21836id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21837id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21838id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21839id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21840id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21841id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21842id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21843id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21844id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21845id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21846id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21847id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21848id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21849id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21850id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21851id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21852id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21853id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21854id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21855id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21856id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21857id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21858id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21859id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21860id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21861id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21862id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21863id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21864id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21865id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21866id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21867id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21868id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21869id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21870id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21871id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21872id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21873id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21874id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21875id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21876id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21877id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21878id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21879id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21880id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21881id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21882id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21883id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21884id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21885id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21886id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21887id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21888id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21889id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21890id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21891id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21892id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21893id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21894id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21895id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21896id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21897id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21898id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21899id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21900id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21901id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21902id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21903id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21904id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21905id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21906id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21907id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21908id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21909id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21910id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21911id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21912id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21913id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21914id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21915id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21916id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21917id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21918id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21919id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21920id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21921id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21922id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21923id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21924id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21925id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21926id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21927id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21928id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21929id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21930id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21931id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21932id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21933id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21934id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21935id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21936id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21937id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21938id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21939id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21940id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21941id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21942id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21943id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21944id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21945id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21946id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21947id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21948id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21949id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21950id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21951id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21952id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21953id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21954id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21955id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21956id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21957id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21958id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21959id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21960id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21961id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21962id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21963id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21964id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21965id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21966id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21967id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21968id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21969id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21970id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21971id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21972id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21973id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21974id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21975id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21976id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21977id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21978id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21979id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21980id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21981id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21982id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21983id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21984id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21985id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21986id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21987id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21988id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "21989id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "21990id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21991id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21992id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21993id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "21994id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "21995id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "21996id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "21997id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21998id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "21999id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22000id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22001id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22002id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22003id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22004id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22005id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22006id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22007id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22008id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22009id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22010id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22011id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22012id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22013id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22014id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22015id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22016id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22017id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22018id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22019id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22020id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22021id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22022id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22023id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22024id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22025id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22026id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22027id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22028id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22029id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22030id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22031id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22033id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22034id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22035id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22036id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22037id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22038id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22039id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22040id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22041id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22042id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22043id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22044id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22045id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22046id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22047id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22048id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22049id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22050id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22051id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22052id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22053id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22054id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22055id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22056id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22057id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22058id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22059id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22060id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22061id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22062id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22063id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22064id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22065id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22066id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22067id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22068id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22069id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22070id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22071id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22072id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22073id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22074id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22075id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22076id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22077id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22078id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22079id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22080id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22081id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22082id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22083id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22084id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22085id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22086id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22087id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22088id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22089id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22090id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22091id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22092id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22093id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22094id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22095id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22096id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22097id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22098id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22099id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22100id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22101id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22102id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22103id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22104id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22105id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22106id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22107id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22108id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22109id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22110id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22111id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22112id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22113id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22114id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22115id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22116id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22117id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22118id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22119id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22120id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22121id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22122id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22123id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22124id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22125id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22126id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22127id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22128id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22129id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22130id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22131id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22132id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22133id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22134id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22135id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22136id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22137id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22138id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22139id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22140id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22141id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22142id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22143id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22144id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22145id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22146id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22147id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22148id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22149id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22150id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22151id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22152id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22153id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22154id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22155id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22156id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22157id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22158id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22159id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22160id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22161id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22162id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22163id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22164id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22165id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22166id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22167id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22168id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22169id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22170id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22171id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22172id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22173id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22174id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22175id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22176id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22177id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22178id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22179id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22180id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22181id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22182id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22183id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22184id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22185id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22186id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22187id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22188id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22189id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22190id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22191id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22192id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22193id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22194id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22195id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22196id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22197id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22198id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22199id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22200id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22201id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22202id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22203id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22204id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22205id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22206id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22207id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22208id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22209id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22210id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22211id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22212id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22213id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22214id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22215id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22216id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22217id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22218id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22219id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22220id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22221id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22222id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22223id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22224id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22225id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22226id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22227id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22228id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22229id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22230id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22231id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22232id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22233id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22234id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22235id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22236id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22237id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22238id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22239id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22240id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22241id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22242id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22243id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22244id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22245id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22246id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22247id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22248id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22249id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22250id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22251id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22252id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22253id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22254id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22255id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22256id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22257id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22258id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22259id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22260id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22261id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22262id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22263id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22264id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22265id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22266id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22267id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22268id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22269id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22270id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22271id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22272id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22273id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22274id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22275id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22276id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22277id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22278id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22279id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22280id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22281id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22282id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22283id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22284id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22285id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22286id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22287id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22288id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22289id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22290id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22291id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22292id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22293id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22294id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22295id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22296id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22297id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22298id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22299id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22300id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22301id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22302id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22303id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22304id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22305id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22306id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22307id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22308id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22309id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22310id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22311id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22312id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22313id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22314id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22315id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22316id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22317id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22318id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22319id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22320id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22321id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22322id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22323id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22324id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22325id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22326id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22327id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22328id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22329id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22330id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22331id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22332id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22333id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22334id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22335id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22336id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22337id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22338id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22339id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22340id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22341id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22342id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22343id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22344id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22345id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22346id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22347id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22348id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22349id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22350id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22351id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22352id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22353id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22354id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22355id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22356id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22357id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22358id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22359id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22360id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22361id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22362id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22363id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22364id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22365id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22366id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22367id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22368id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22369id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22370id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22371id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22372id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22373id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22374id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22375id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22376id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22377id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22378id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22379id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22380id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22381id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22382id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22383id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22384id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22385id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22386id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22387id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22388id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22389id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22390id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22391id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22392id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22393id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22394id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22395id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22396id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22397id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22398id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22399id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22400id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22401id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22402id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22403id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22404id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22405id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22406id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22407id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22408id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22409id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22410id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22411id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22412id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22413id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22414id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22415id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22416id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22417id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22418id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22419id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22420id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22421id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22422id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22423id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22424id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22425id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22426id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22427id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22428id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22429id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22430id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22431id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22432id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22433id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22434id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22435id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22436id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22437id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22438id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22439id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22440id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22441id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22442id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22443id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22444id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22445id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22446id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22447id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22448id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22449id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22450id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22451id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22452id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22453id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22454id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22455id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22456id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22457id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22458id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22459id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22460id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22461id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22462id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22463id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22464id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22465id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22466id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22467id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22468id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22469id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22470id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22471id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22472id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22473id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22474id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22475id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22476id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22477id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22478id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22479id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22480id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22481id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22482id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22483id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22484id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22485id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22486id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22487id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22488id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22489id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22490id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22491id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22492id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22493id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22494id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22495id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22496id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22497id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22498id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22499id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22500id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22501id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22502id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22503id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22504id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22505id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22506id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22507id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22508id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22509id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22510id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22511id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22512id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22513id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22514id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22515id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22516id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22517id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22518id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22519id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22520id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22521id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22522id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22523id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22524id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22525id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22526id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22527id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22528id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22529id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22530id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22531id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22532id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22533id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22534id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22535id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22536id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22537id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22538id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22539id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22540id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22541id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22542id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22543id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22544id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22545id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22546id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22547id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22548id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22549id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22550id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22551id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22552id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22554id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22555id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22556id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22557id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22558id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22559id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22560id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22561id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22562id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22563id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22564id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22565id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22566id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22567id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22568id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22569id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22570id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22571id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22572id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22573id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22574id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22575id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22576id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22577id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22578id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22579id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22580id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22581id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22582id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22583id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22584id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22585id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22586id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22587id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22588id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22589id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22590id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22591id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22592id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22593id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22594id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22595id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22596id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22597id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22598id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22599id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22600id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22601id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22602id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22603id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22604id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22605id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22606id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22607id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22608id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22609id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22610id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22611id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22612id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22613id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22614id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22615id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22616id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22617id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22618id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22619id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22620id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22621id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22622id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22623id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22624id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22625id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22626id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22627id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22628id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22629id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22630id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22631id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22632id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22633id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22634id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22635id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22636id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22637id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22638id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22639id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22640id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22641id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22642id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22643id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22644id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22645id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22646id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22647id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22648id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22649id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22650id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22651id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22652id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22653id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22654id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22655id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22656id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22657id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22658id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22659id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22660id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22661id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22662id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22663id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22664id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22665id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22666id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22667id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22668id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22669id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22670id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22671id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22672id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22673id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22674id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22675id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22676id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22677id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22678id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22679id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22680id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22681id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22682id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22683id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22684id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22685id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22686id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22687id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22688id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22689id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22690id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22691id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22692id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22693id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22694id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22695id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22696id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22697id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22698id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22699id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22700id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22701id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22702id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22703id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22704id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22705id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22706id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22707id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22708id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22709id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22710id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22711id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22712id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22713id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22714id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22715id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22716id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22717id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22718id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22719id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22720id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22721id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22722id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22723id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22724id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22725id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22726id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22727id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22728id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22729id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22730id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22731id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22732id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22733id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22734id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22735id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22736id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22737id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22738id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22739id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22740id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22741id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22742id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22743id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22744id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22745id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22746id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22747id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22748id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22749id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22750id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22751id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22752id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22753id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22754id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22755id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22756id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22757id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22758id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22759id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22760id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22761id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22762id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22763id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22764id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22765id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22766id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22767id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22768id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22769id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22770id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22771id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22772id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22773id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22774id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22775id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22776id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22777id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22778id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22779id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22780id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22781id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22782id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22783id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22784id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22785id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22786id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22787id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22788id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22789id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22790id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22791id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22792id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22793id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22794id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22795id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22796id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22797id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22798id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22799id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22800id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22801id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22802id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22803id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22804id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22805id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22806id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22807id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22808id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22809id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22810id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22811id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22812id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22813id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22814id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22815id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22816id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22817id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22818id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22819id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22820id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22821id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22822id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22823id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22824id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22825id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22826id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22827id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22828id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22829id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22830id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22831id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22832id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22833id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22834id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22835id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22836id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22837id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22838id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22839id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22840id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22841id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22842id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22843id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22844id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22845id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22846id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22847id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22848id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22849id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22850id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22851id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22852id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22853id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22854id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22855id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22856id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22857id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22858id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22859id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22860id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22861id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22862id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22863id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22864id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22865id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22866id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22867id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22868id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22869id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22870id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22871id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22872id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22873id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22874id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22875id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22876id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22877id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22878id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22879id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22880id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22881id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22882id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22883id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22884id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22885id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22886id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22887id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22888id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22889id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22890id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22891id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22892id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22893id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22894id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22895id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22896id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22897id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22898id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22899id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22900id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22901id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22902id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22903id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22904id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22905id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22906id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22907id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22908id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22909id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22910id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22911id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22912id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22913id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22914id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22915id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22916id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22917id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22918id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22919id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22920id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22921id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22922id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22923id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22924id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22925id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22926id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22927id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22928id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22929id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22930id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22931id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22932id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22933id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22934id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22935id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22936id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22937id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22938id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22939id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22940id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22941id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22942id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22943id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22944id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22945id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22946id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22947id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22948id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22949id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22950id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22951id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22952id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22953id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22954id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22955id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22956id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22957id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22958id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22959id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22960id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22961id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22962id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22963id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22964id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22965id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22966id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22967id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22968id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22969id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22970id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22971id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22972id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22973id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22974id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22975id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22976id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22977id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22978id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22979id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22980id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22981id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22982id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22983id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22984id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22985id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22986id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "22987id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22988id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "22989id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22990id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22991id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22992id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22993id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22994id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "22995id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "22996id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "22997id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "22998id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "22999id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23000id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23001id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23002id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23003id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23004id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23005id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23006id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23007id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23008id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23009id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23010id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23011id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23012id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23013id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23014id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23015id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23016id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23017id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23018id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23019id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23020id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23021id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23022id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23023id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23024id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23025id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23026id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23027id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23028id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23029id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23030id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23031id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23033id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23034id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23035id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23036id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23037id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23038id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23039id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23040id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23041id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23042id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23043id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23044id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23045id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23046id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23047id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23048id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23049id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23050id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23051id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23052id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23053id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23054id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23055id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23056id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23057id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23058id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23059id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23060id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23061id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23062id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23063id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23064id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23065id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23066id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23067id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23068id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23069id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23070id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23071id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23072id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23073id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23074id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23075id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23076id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23077id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23078id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23079id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23080id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23081id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23082id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23083id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23084id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23085id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23086id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23087id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23088id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23089id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23090id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23091id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23092id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23093id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23094id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23095id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23096id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23097id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23098id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23099id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23100id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23101id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23102id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23103id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23104id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23105id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23106id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23107id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23108id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23109id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23110id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23111id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23112id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23113id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23114id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23115id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23116id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23117id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23118id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23119id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23120id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23121id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23122id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23123id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23124id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23125id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23126id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23127id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23128id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23129id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23130id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23131id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23132id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23133id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23134id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23135id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23136id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23137id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23138id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23139id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23140id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23141id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23142id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23143id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23144id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23145id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23146id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23147id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23148id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23149id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23150id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23151id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23152id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23153id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23154id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23155id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23156id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23157id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23158id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23159id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23160id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23161id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23162id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23163id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23164id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23165id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23166id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23167id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23168id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23169id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23170id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23171id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23172id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23173id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23174id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23175id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23176id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23177id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23178id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23179id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23180id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23181id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23182id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23183id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23184id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23185id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23186id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23187id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23188id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23189id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23190id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23191id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23192id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23193id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23194id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23195id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23196id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23197id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23198id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23199id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23200id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23201id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23202id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23203id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23204id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23205id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23206id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23207id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23208id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23209id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23210id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23211id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23212id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23213id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23214id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23215id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23216id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23217id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23218id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23219id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23220id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23221id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23222id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23223id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23224id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23225id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23226id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23227id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23228id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23229id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23230id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23231id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23232id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23233id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23234id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23235id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23236id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23237id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23238id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23239id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23240id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23241id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23242id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23243id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23244id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23245id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23246id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23247id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23248id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23249id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23250id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23251id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23252id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23253id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23254id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23255id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23256id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23257id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23258id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23259id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23260id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23261id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23262id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23263id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23264id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23265id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23266id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23267id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23268id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23269id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23270id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23271id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23272id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23273id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23274id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23275id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23276id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23277id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23278id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23279id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23280id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23281id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23282id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23283id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23284id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23285id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23286id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23287id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23288id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23289id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23290id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23291id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23292id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23293id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23294id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23295id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23296id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23297id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23298id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23299id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23300id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23301id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23302id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23303id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23304id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23305id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23306id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23307id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23308id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23309id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23310id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23311id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23312id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23313id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23314id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23315id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23316id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23317id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23318id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23319id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23320id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23321id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23322id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23323id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23324id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23325id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23326id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23327id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23328id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23329id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23330id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23331id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23332id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23333id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23334id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23335id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23336id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23337id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23338id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23339id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23340id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23341id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23342id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23343id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23344id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23345id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23346id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23347id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23348id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23349id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23350id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23351id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23352id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23353id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23354id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23355id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23356id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23357id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23358id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23359id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23360id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23361id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23362id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23363id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23364id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23365id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23366id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23367id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23368id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23369id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23370id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23371id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23372id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23373id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23374id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23375id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23376id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23377id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23378id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23379id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23380id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23381id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23382id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23383id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23384id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23385id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23386id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23387id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23388id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23389id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23390id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23391id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23392id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23393id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23394id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23395id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23396id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23397id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23398id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23399id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23400id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23401id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23402id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23403id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23404id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23405id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23406id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23407id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23408id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23409id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23410id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23411id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23412id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23413id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23414id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23415id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23416id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23417id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23418id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23419id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23420id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23421id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23422id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23423id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23424id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23425id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23426id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23427id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23428id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23429id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23430id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23431id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23432id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23433id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23434id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23435id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23436id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23437id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23438id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23439id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23440id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23441id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23442id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23443id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23444id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23445id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23446id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23447id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23448id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23449id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23450id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23451id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23452id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23453id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23454id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23455id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23456id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23457id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23458id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23459id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23460id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23461id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23462id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23463id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23464id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23465id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23466id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23467id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23468id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23469id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23470id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23471id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23472id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23473id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23474id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23475id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23476id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23477id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23478id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23479id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23480id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23481id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23482id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23483id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23484id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23485id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23486id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23487id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23488id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23489id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23490id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23491id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23492id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23493id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23494id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23495id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23496id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23497id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23498id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23499id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23500id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23501id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23502id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23503id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23504id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23505id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23506id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23507id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23508id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23509id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23510id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23511id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23512id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23513id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23514id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23515id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23516id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23517id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23518id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23519id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23520id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23521id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23522id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23523id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23524id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23525id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23526id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23527id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23528id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23529id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23530id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23531id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23532id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23533id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23534id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23535id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23536id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23537id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23538id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23539id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23540id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23541id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23542id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23543id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23544id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23545id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23546id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23547id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23548id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23549id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23550id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23551id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23552id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23553id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23554id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23555id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23556id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23557id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23558id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23559id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23560id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23561id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23562id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23563id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23564id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23565id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23566id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23567id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23568id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23569id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23570id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23571id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23572id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23573id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23574id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23575id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23576id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23577id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23578id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23579id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23580id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23581id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23582id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23583id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23584id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23585id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23586id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23587id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23588id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23589id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23590id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23591id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23592id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23593id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23594id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23595id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23596id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23597id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23598id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23599id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23600id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23601id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23602id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23603id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23604id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23605id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23606id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23607id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23608id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23609id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23610id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23611id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23612id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23613id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23614id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23615id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23616id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23617id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23618id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23619id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23620id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23621id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23622id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23623id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23624id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23625id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23626id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23627id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23628id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23629id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23630id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23631id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23632id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23633id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23634id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23635id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23636id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23637id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23638id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23639id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23640id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23641id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23642id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23643id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23644id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23645id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23646id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23647id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23648id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23649id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23650id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23651id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23652id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23653id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23654id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23655id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23656id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23657id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23658id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23659id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23660id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23661id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23662id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23663id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23664id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23665id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23666id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23667id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23668id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23669id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23670id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23671id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23672id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23673id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23674id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23675id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23676id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23677id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23678id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23679id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23680id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23681id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23682id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23683id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23684id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23685id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23686id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23687id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23688id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23689id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23690id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23691id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23692id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23693id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23694id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23695id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23696id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23697id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23698id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23699id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23700id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23701id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23702id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23703id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23704id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23705id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23706id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23707id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23708id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23709id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23710id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23711id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23712id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23713id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23714id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23715id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23716id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23717id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23718id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23719id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23720id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23721id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23722id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23723id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23724id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23725id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23726id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23727id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23728id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23729id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23730id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23731id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23732id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23733id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23734id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23735id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23736id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23737id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23738id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23739id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23740id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23741id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23742id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23743id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23744id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23745id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23746id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23747id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23748id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23749id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23750id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23751id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23752id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23753id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23754id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23755id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23756id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23757id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23758id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23759id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23760id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23761id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23762id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23763id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23764id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23765id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23766id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23767id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23768id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23769id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23770id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23771id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23772id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23773id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23774id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23775id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23776id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23777id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23778id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23779id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23780id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23781id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23782id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23783id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23784id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23785id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23786id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23787id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23788id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23789id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23790id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23791id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23792id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23793id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23794id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23795id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23796id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23797id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23798id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23799id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23800id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23801id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23802id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23803id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23804id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23805id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23806id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23807id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23808id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23809id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23810id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23811id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23812id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23813id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23814id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23815id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23816id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23817id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23818id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23819id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23820id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23821id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23822id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23823id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23824id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23825id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23826id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23827id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23828id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23829id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23830id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23831id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23832id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23833id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23834id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23835id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23836id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23837id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23838id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23839id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23840id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23841id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23842id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23843id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23844id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23845id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23846id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23847id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23848id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23849id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23850id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23851id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23852id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23853id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23854id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23855id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23856id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23857id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23858id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23859id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23860id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23861id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23862id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23863id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23864id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23865id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23866id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23867id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23868id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23869id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23870id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23871id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23872id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23873id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23874id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23875id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23876id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23877id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23878id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23879id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23880id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23881id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23882id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23883id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23884id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23885id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23886id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23887id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23888id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23889id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23890id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23891id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23892id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23893id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23894id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23895id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23896id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23897id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23898id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23899id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23900id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23901id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23902id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23903id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23904id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23905id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23906id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23907id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23908id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23909id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23910id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23911id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23912id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23913id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23914id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23915id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23916id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23917id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23918id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23919id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23920id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23921id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23922id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23923id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23924id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23925id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23926id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23927id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23928id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23929id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23930id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23931id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23932id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23933id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23934id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23935id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23936id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23937id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23938id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23939id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23940id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23941id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23942id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23943id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23944id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23945id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23946id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23947id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23948id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23949id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23950id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23951id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23952id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23953id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23954id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23955id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23956id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23957id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23958id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23959id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23960id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23961id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23962id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23963id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23964id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23965id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23966id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23967id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23968id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23969id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23970id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23971id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23972id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23973id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23974id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23975id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23976id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23977id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23978id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23979id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23980id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23981id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23982id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23983id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23984id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "23985id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23986id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23987id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23988id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23989id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "23990id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23991id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "23992id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23993id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "23994id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23995id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "23996id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23997id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "23998id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "23999id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24000id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24001id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24002id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24003id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24004id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24005id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24006id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24007id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24008id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24009id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24010id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24011id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24012id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24013id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24014id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24015id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24016id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24017id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24018id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24019id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24020id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24021id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24022id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24023id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24024id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24025id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24026id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24027id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24028id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24029id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24030id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24031id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24033id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24034id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24035id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24036id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24037id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24038id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24039id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24040id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24041id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24042id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24043id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24044id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24045id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24046id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24047id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24048id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24049id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24050id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24051id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24052id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24053id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24054id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24055id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24056id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24057id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24058id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24059id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24060id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24061id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24062id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24063id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24064id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24065id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24066id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24067id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24068id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24069id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24070id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24071id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24072id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24073id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24074id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24075id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24076id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24077id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24078id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24079id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24080id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24081id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24082id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24083id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24084id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24085id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24086id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24087id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24088id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24089id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24090id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24091id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24092id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24093id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24094id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24095id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24096id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24097id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24098id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24099id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24100id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24101id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24102id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24103id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24104id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24105id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24106id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24107id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24108id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24109id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24110id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24111id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24112id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24113id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24114id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24115id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24116id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24117id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24118id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24119id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24120id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24121id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24122id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24123id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24124id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24125id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24126id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24127id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24128id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24129id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24130id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24131id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24132id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24133id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24134id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24135id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24136id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24137id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24138id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24139id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24140id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24141id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24142id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24143id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24144id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24145id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24146id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24147id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24148id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24149id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24150id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24151id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24152id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24153id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24154id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24155id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24156id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24157id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24158id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24159id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24160id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24161id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24162id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24163id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24164id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24165id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24166id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24167id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24168id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24169id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24170id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24171id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24172id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24173id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24174id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24175id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24176id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24177id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24178id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24179id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24180id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24181id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24182id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24183id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24184id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24185id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24186id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24187id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24188id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24189id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24190id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24191id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24192id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24193id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24194id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24195id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24196id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24197id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24198id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24199id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24200id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24201id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24202id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24203id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24204id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24205id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24206id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24207id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24208id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24209id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24210id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24211id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24212id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24213id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24214id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24215id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24216id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24217id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24218id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24219id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24220id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24221id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24222id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24223id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24224id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24225id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24226id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24227id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24228id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24229id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24230id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24231id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24232id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24233id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24234id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24235id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24236id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24237id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24238id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24239id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24240id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24241id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24242id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24243id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24244id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24245id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24246id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24247id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24248id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24249id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24250id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24251id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24252id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24253id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24254id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24255id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24256id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24257id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24258id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24259id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24260id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24261id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24262id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24263id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24264id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24265id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24266id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24267id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24268id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24269id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24270id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24271id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24272id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24273id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24274id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24275id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24276id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24277id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24278id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24279id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24280id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24281id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24282id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24283id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24284id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24285id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24286id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24287id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24288id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24289id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24290id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24291id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24292id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24293id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24294id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24295id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24296id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24297id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24298id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24299id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24300id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24301id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24302id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24303id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24304id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24305id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24306id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24307id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24308id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24309id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24310id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24311id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24312id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24313id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24314id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24315id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24316id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24317id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24318id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24319id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24320id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24321id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24322id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24323id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24324id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24325id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24326id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24327id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24328id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24329id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24330id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24331id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24332id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24333id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24334id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24335id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24336id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24337id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24338id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24339id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24340id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24341id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24342id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24343id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24344id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24345id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24346id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24347id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24348id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24349id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24350id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24351id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24352id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24353id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24354id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24355id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24356id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24357id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24358id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24359id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24360id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24361id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24362id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24363id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24364id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24365id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24366id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24367id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24368id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24369id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24370id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24371id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24372id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24373id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24374id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24375id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24376id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24377id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24378id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24379id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24380id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24381id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24382id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24383id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24384id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24385id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24386id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24387id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24388id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24389id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24390id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24391id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24392id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24393id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24394id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24395id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24396id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24397id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24398id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24399id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24400id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24401id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24402id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24403id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24404id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24405id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24406id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24407id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24408id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24409id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24410id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24411id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24412id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24413id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24414id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24415id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24416id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24417id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24418id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24419id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24420id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24421id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24422id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24423id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24424id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24425id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24426id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24427id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24428id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24429id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24430id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24431id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24432id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24433id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24434id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24435id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24436id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24437id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24438id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24439id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24440id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24441id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24442id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24443id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24444id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24445id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24446id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24447id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24448id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24449id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24450id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24451id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24452id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24453id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24454id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24455id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24456id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24457id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24458id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24459id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24460id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24461id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24462id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24463id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24464id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24465id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24466id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24467id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24468id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24469id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24470id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24471id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24472id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24473id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24474id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24475id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24476id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24477id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24478id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24479id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24480id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24481id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24482id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24483id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24484id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24485id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24486id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24487id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24488id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24489id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24490id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24491id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24492id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24493id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24494id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24495id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24496id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24497id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24498id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24499id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24500id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24501id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24502id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24503id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24504id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24505id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24506id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24507id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24508id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24509id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24510id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24511id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24512id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24513id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24514id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24515id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24516id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24517id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24518id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24519id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24520id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24521id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24522id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24523id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24524id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24525id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24526id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24527id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24528id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24529id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24530id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24531id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24532id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24533id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24534id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24535id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24536id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24537id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24538id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24539id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24540id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24541id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24542id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24543id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24544id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24545id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24546id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24547id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24548id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24549id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24550id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24551id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24552id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24553id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24554id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24555id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24556id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24557id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24558id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24559id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24560id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24561id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24562id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24563id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24564id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24565id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24566id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24567id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24568id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24569id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24570id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24571id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24572id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24573id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24574id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24575id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24576id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24577id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24578id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24579id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24580id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24581id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24582id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24583id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24584id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24585id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24586id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24587id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24588id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24589id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24590id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24591id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24592id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24593id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24594id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24595id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24596id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24597id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24598id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24599id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24600id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24601id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24602id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24603id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24604id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24605id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24606id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24607id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24608id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24609id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24610id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24611id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24612id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24613id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24614id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24615id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24616id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24617id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24618id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24619id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24620id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24621id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24622id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24623id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24624id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24625id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24626id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24627id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24628id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24629id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24630id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24631id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24632id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24633id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24634id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24635id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24636id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24637id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24638id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24639id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24640id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24641id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24642id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24643id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24644id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24645id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24646id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24647id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24648id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24649id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24650id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24651id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24652id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24653id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24654id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24655id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24656id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24657id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24658id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24659id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24660id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24661id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24662id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24663id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24664id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24665id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24666id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24667id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24668id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24669id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24670id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24671id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24672id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24673id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24674id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24675id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24676id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24677id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24678id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24679id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24680id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24681id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24682id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24683id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24684id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24685id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24686id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24687id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24688id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24689id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24690id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24691id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24692id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24693id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24694id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24695id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24696id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24697id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24698id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24699id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24700id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24701id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24702id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24703id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24704id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24705id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24706id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24707id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24708id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24709id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24710id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24711id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24712id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24713id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24714id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24715id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24716id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24717id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24718id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24719id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24720id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24721id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24722id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24723id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24724id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24725id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24726id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24727id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24728id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24729id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24730id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24731id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24732id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24733id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24734id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24735id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24736id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24737id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24738id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24739id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24740id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24741id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24742id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24743id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24744id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24745id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24746id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24747id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24748id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24749id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24750id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24751id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24752id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24753id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24754id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24755id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24756id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24757id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24758id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24759id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24760id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24761id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24762id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24763id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24764id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24765id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24766id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24767id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24768id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24769id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24770id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24771id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24772id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24773id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24774id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24775id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24776id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24777id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24778id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24779id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24780id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24781id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24782id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24783id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24784id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24785id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24786id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24787id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24788id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24789id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24790id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24791id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24792id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24793id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24794id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24795id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24796id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24797id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24798id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24799id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24800id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24801id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24802id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24803id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24804id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24805id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24806id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24807id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24808id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24809id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24810id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24811id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24812id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24813id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24814id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24815id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24816id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24817id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24818id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24819id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24820id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24821id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24822id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24823id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24824id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24825id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24826id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24827id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24828id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24829id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24830id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24831id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24832id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24833id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24834id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24835id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24836id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24837id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24838id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24839id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24840id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24841id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24842id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24843id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24844id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24845id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24846id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24847id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24848id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24849id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24850id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24851id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24852id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24853id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24854id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24855id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24856id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24857id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24858id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24859id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24860id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24861id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24862id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24863id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24864id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24865id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24866id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24867id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24868id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24869id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24870id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24871id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24872id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24873id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24874id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24875id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24876id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24877id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24878id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24879id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24880id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24881id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24882id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24883id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24884id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24885id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24886id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24887id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24888id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24889id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24890id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24891id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24892id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24893id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24894id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24895id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24896id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24897id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24898id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24899id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24900id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24901id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24902id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24903id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24904id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24905id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24906id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24907id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24908id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24909id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24910id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24911id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24912id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24913id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24914id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24915id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24916id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24917id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24918id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24919id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24920id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24921id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24922id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24923id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24924id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24925id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24926id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24927id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24928id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24929id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24930id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24931id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24932id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24933id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24934id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24935id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24936id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24937id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24938id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24939id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24940id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24941id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24942id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24943id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24944id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24945id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24946id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24947id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24948id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24949id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24950id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24951id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24952id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24953id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24954id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24955id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24956id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24957id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24958id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24959id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24960id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24961id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24962id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24963id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24964id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24965id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24966id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "24967id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24968id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24969id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24970id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24971id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24972id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24973id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24974id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24975id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24976id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24977id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24978id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24979id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24980id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24981id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24982id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24983id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24984id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24985id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24986id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24987id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "24988id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24989id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24990id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24991id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24992id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24993id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "24994id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "24995id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24996id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "24997id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "24998id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "24999id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25000id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25001id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25002id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25003id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25004id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25005id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25006id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25007id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25008id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25009id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25010id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25011id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25012id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25013id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25014id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25015id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25016id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25017id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25018id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25019id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25020id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25021id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25022id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25023id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25024id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25025id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25026id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25027id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25028id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25029id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25030id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25031id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25032id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25033id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25034id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25035id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25036id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25037id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25038id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25039id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25040id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25041id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25042id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25043id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25044id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25045id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25046id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25047id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25048id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25049id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25050id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25051id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25052id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25053id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25054id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25055id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25056id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25057id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25058id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25059id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25060id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25061id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25062id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25063id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25064id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25065id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25066id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25067id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25068id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25069id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25070id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25071id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25072id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25073id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25074id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25075id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25076id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25077id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25078id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25079id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25080id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25081id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25082id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25083id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25084id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25085id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25086id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25087id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25088id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25089id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25090id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25091id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25092id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25093id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25094id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25095id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25096id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25097id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25098id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25099id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25100id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25101id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25102id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25103id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25104id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25105id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25106id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25107id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25108id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25109id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25110id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25111id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25112id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25113id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25114id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25115id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25116id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25117id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25118id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25119id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25120id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25121id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25122id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25123id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25124id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25125id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25126id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25127id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25128id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25129id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25130id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25131id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25132id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25133id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25134id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25135id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25136id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25137id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25138id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25139id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25140id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25141id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25142id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25143id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25144id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25145id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25146id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25147id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25148id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25149id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25150id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25151id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25152id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25153id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25154id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25155id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25156id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25157id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25158id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25159id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25160id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25161id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25162id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25163id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25164id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25165id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25166id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25167id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25168id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25169id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25170id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25171id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25172id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25173id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25174id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25175id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25176id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25177id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25178id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25179id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25180id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25181id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25182id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25183id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25184id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25185id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25186id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25187id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25188id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25189id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25190id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25191id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25192id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25193id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25194id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25195id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25196id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25197id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25198id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25199id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25200id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25201id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25202id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25203id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25204id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25205id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25206id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25207id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25208id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25209id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25210id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25211id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25212id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25213id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25214id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25215id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25216id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25217id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25218id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25219id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25220id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25221id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25222id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25223id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25224id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25225id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25226id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25227id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25228id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25229id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25230id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25231id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25232id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25233id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25234id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25235id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25236id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25237id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25238id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25239id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25240id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25241id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25242id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25243id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25244id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25245id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25246id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25247id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25248id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25249id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25250id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25251id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25252id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25253id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25254id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25255id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25256id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25257id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25258id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25259id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25260id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25261id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25262id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25263id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25264id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25265id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25266id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25267id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25268id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25269id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25270id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25271id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25272id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25273id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25274id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25275id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25276id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25277id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25278id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25279id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25280id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25281id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25282id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25283id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25284id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25285id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25286id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25287id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25288id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25289id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25290id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25291id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25292id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25293id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25294id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25295id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25296id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25297id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25298id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25299id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25300id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25301id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25302id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25303id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25304id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25305id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25306id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25307id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25308id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25309id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25310id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25311id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25312id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25313id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25314id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25315id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25316id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25317id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25318id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25319id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25320id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25321id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25322id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25323id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25324id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25325id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25326id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25327id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25328id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25329id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25330id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25331id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25332id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25333id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25334id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25335id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25336id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25337id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25338id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25339id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25340id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25341id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25342id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25343id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25344id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25345id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25346id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25347id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25348id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25349id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25350id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25351id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25352id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25353id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25354id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25355id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25356id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25357id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25358id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25359id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25360id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25361id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25362id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25363id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25364id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25365id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25366id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25367id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25368id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25369id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25370id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25371id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25372id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25373id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25374id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25375id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25376id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25377id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25378id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25379id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25380id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25381id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25382id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25383id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25384id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25385id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25386id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25387id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25388id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25389id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25390id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25391id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25392id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25393id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25394id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25395id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25396id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25397id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25398id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25399id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25400id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25401id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25402id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25403id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25404id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25405id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25406id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25407id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25408id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25409id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25410id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25411id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25412id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25413id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25414id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25415id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25416id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25417id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25418id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25419id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25420id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25421id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25422id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25423id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25424id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25425id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25426id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25427id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25428id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25429id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25430id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25431id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25432id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25433id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25434id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25435id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25436id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25437id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25438id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25439id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25440id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25441id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25442id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25443id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25444id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25445id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25446id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25447id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25448id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25449id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25450id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25451id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25452id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25453id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25454id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25455id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25456id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25457id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25458id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25459id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25460id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25461id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25462id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25463id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25464id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25465id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25466id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25467id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25468id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25469id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25470id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25471id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25472id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25473id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25474id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25475id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25476id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25477id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25478id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25479id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25480id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25481id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25482id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25483id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25484id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25485id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25486id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25487id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25488id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25489id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25490id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25491id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25492id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25493id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25494id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25495id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25496id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25497id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25498id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25499id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25500id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25501id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25502id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25503id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25504id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25505id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25506id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25507id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25508id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25509id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25510id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25511id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25512id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25513id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25514id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25515id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25516id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25517id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25518id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25519id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25520id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25521id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25522id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25523id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25524id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25525id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25526id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25527id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25528id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25529id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25530id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25531id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25532id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25533id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25534id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25535id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25536id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25537id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25538id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25539id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25540id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25541id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25542id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25543id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25544id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25545id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25546id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25547id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25548id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25549id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25550id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25551id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25552id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25554id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25555id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25556id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25557id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25558id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25559id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25560id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25561id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25562id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25563id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25564id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25565id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25566id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25567id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25568id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25569id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25570id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25571id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25572id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25573id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25574id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25575id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25576id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25577id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25578id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25579id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25580id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25581id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25582id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25583id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25584id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25585id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25586id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25587id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25588id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25589id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25590id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25591id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25592id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25593id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25594id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25595id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25596id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25597id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25598id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25599id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25600id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25601id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25602id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25603id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25604id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25605id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25606id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25607id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25608id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25609id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25610id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25611id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25612id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25613id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25614id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25615id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25616id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25617id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25618id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25619id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25620id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25621id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25622id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25623id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25624id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25625id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25626id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25627id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25628id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25629id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25630id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25631id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25632id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25633id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25634id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25635id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25636id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25637id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25638id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25639id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25640id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25641id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25642id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25643id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25644id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25645id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25646id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25647id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25648id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25649id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25650id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25651id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25652id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25653id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25654id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25655id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25656id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25657id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25658id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25659id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25660id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25661id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25662id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25663id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25664id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25665id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25666id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25667id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25668id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25669id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25670id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25671id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25672id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25673id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25674id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25675id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25676id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25677id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25678id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25679id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25680id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25681id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25682id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25683id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25684id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25685id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25686id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25687id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25688id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25689id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25690id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25691id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25692id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25693id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25694id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25695id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25696id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25697id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25698id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25699id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25700id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25701id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25702id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25703id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25704id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25705id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25706id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25707id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25708id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25709id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25710id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25711id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25712id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25713id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25714id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25715id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25716id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25717id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25718id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25719id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25720id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25721id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25722id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25723id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25724id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25725id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25726id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25727id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25728id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25729id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25730id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25731id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25732id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25733id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25734id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25735id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25736id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25737id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25738id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25739id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25740id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25741id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25742id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25743id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25744id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25745id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25746id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25747id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25748id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25749id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25750id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25751id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25752id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25753id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25754id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25755id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25756id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25757id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25758id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25759id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25760id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25761id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25762id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25763id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25764id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25765id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25766id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25767id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25768id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25769id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25770id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25771id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25772id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25773id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25774id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25775id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25776id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25777id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25778id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25779id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25780id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25781id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25782id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25783id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25784id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25785id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25786id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25787id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25788id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25789id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25790id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25791id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25792id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25793id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25794id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25795id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25796id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25797id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25798id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25799id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25800id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25801id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25802id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25803id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25804id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25805id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25806id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25807id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25808id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25809id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25810id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25811id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25812id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25813id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25814id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25815id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25816id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25817id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25818id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25819id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25820id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25821id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25822id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25823id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25824id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25825id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25826id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25827id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25828id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25829id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25830id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25831id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25832id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25833id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25834id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25835id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25836id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25837id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25838id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25839id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25840id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25841id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25842id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25843id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25844id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25845id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25846id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25847id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25848id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25849id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25850id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25851id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25852id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25853id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25854id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25855id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25856id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25857id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25858id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25859id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25860id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25861id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25862id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25863id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25864id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25865id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25866id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25867id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25868id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25869id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25870id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25871id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25872id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25873id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25874id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25875id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25876id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25877id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25878id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25879id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25880id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25881id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25882id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25883id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25884id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25885id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25886id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25887id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25888id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25889id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25890id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25891id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25892id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25893id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25894id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25895id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25896id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25897id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25898id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25899id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25900id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25901id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25902id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25903id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25904id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25905id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25906id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25907id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25908id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25909id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25910id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25911id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25912id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25913id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25914id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25915id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25916id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25917id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25918id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25919id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25920id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25921id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25922id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25923id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25924id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25925id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25926id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25927id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25928id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25929id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25930id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25931id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25932id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25933id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25934id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25935id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25936id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25937id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25938id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25939id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25940id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25941id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25942id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25943id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25944id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25945id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25946id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25947id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25948id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25949id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25950id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25951id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25952id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25953id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25954id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25955id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25956id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25957id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25958id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25959id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25960id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25961id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25962id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25963id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25964id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25965id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25966id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25967id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25968id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25969id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25970id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25971id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25972id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25973id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25974id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25975id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25976id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25977id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "25978id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25979id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25980id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25981id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25982id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25983id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25984id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25985id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25986id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25987id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "25988id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25989id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "25990id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "25991id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25992id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25993id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25994id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25995id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "25996id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "25997id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25998id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "25999id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26000id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26001id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26002id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26003id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26004id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26005id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26006id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26007id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26008id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26009id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26010id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26011id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26012id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26013id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26014id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26015id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26016id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26017id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26018id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26019id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26020id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26021id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26022id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26023id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26024id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26025id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26026id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26027id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26028id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26029id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26030id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26031id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26033id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26034id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26035id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26036id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26037id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26038id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26039id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26040id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26041id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26042id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26043id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26044id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26045id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26046id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26047id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26048id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26049id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26050id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26051id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26052id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26053id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26054id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26055id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26056id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26057id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26058id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26059id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26060id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26061id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26062id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26063id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26064id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26065id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26066id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26067id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26068id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26069id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26070id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26071id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26072id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26073id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26074id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26075id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26076id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26077id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26078id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26079id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26080id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26081id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26082id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26083id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26084id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26085id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26086id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26087id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26088id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26089id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26090id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26091id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26092id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26093id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26094id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26095id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26096id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26097id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26098id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26099id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26100id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26101id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26102id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26103id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26104id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26105id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26106id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26107id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26108id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26109id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26110id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26111id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26112id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26113id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26114id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26115id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26116id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26117id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26118id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26119id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26120id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26121id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26122id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26123id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26124id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26125id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26126id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26127id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26128id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26129id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26130id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26131id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26132id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26133id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26134id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26135id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26136id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26137id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26138id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26139id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26140id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26141id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26142id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26143id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26144id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26145id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26146id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26147id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26148id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26149id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26150id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26151id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26152id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26153id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26154id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26155id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26156id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26157id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26158id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26159id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26160id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26161id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26162id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26163id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26164id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26165id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26166id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26167id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26168id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26169id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26170id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26171id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26172id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26173id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26174id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26175id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26176id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26177id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26178id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26179id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26180id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26181id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26182id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26183id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26184id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26185id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26186id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26187id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26188id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26189id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26190id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26191id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26192id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26193id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26194id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26195id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26196id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26197id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26198id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26199id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26200id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26201id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26202id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26203id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26204id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26205id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26206id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26207id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26208id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26209id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26210id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26211id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26212id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26213id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26214id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26215id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26216id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26217id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26218id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26219id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26220id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26221id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26222id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26223id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26224id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26225id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26226id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26227id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26228id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26229id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26230id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26231id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26232id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26233id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26234id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26235id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26236id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26237id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26238id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26239id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26240id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26241id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26242id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26243id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26244id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26245id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26246id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26247id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26248id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26249id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26250id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26251id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26252id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26253id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26254id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26255id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26256id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26257id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26258id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26259id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26260id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26261id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26262id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26263id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26264id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26265id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26266id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26267id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26268id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26269id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26270id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26271id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26272id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26273id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26274id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26275id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26276id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26277id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26278id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26279id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26280id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26281id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26282id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26283id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26284id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26285id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26286id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26287id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26288id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26289id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26290id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26291id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26292id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26293id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26294id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26295id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26296id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26297id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26298id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26299id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26300id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26301id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26302id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26303id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26304id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26305id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26306id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26307id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26308id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26309id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26310id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26311id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26312id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26313id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26314id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26315id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26316id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26317id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26318id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26319id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26320id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26321id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26322id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26323id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26324id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26325id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26326id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26327id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26328id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26329id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26330id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26331id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26332id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26333id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26334id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26335id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26336id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26337id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26338id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26339id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26340id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26341id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26342id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26343id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26344id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26345id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26346id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26347id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26348id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26349id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26350id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26351id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26352id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26353id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26354id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26355id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26356id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26357id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26358id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26359id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26360id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26361id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26362id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26363id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26364id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26365id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26366id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26367id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26368id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26369id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26370id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26371id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26372id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26373id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26374id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26375id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26376id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26377id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26378id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26379id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26380id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26381id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26382id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26383id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26384id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26385id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26386id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26387id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26388id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26389id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26390id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26391id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26392id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26393id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26394id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26395id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26396id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26397id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26398id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26399id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26400id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26401id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26402id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26403id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26404id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26405id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26406id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26407id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26408id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26409id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26410id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26411id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26412id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26413id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26414id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26415id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26416id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26417id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26418id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26419id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26420id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26421id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26422id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26423id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26424id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26425id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26426id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26427id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26428id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26429id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26430id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26431id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26432id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26433id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26434id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26435id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26436id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26437id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26438id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26439id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26440id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26441id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26442id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26443id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26444id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26445id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26446id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26447id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26448id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26449id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26450id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26451id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26452id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26453id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26454id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26455id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26456id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26457id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26458id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26459id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26460id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26461id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26462id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26463id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26464id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26465id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26466id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26467id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26468id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26469id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26470id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26471id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26472id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26473id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26474id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26475id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26476id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26477id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26478id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26479id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26480id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26481id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26482id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26483id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26484id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26485id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26486id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26487id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26488id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26489id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26490id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26491id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26492id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26493id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26494id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26495id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26496id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26497id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26498id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26499id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26500id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26501id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26502id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26503id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26504id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26505id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26506id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26507id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26508id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26509id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26510id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26511id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26512id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26513id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26514id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26515id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26516id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26517id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26518id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26519id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26520id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26521id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26522id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26523id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26524id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26525id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26526id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26527id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26528id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26529id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26530id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26531id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26532id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26533id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26534id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26535id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26536id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26537id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26538id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26539id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26540id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26541id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26542id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26543id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26544id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26545id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26546id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26547id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26548id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26549id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26550id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26551id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26552id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26553id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26554id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26555id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26556id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26557id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26558id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26559id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26560id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26561id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26562id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26563id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26564id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26565id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26566id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26567id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26568id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26569id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26570id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26571id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26572id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26573id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26574id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26575id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26576id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26577id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26578id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26579id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26580id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26581id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26582id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26583id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26584id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26585id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26586id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26587id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26588id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26589id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26590id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26591id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26592id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26593id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26594id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26595id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26596id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26597id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26598id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26599id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26600id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26601id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26602id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26603id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26604id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26605id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26606id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26607id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26608id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26609id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26610id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26611id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26612id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26613id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26614id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26615id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26616id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26617id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26618id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26619id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26620id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26621id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26622id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26623id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26624id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26625id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26626id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26627id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26628id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26629id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26630id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26631id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26632id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26633id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26634id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26635id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26636id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26637id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26638id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26639id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26640id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26641id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26642id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26643id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26644id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26645id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26646id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26647id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26648id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26649id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26650id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26651id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26652id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26653id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26654id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26655id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26656id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26657id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26658id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26659id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26660id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26661id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26662id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26663id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26664id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26665id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26666id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26667id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26668id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26669id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26670id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26671id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26672id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26673id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26674id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26675id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26676id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26677id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26678id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26679id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26680id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26681id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26682id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26683id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26684id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26685id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26686id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26687id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26688id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26689id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26690id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26691id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26692id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26693id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26694id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26695id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26696id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26697id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26698id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26699id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26700id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26701id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26702id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26703id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26704id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26705id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26706id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26707id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26708id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26709id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26710id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26711id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26712id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26713id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26714id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26715id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26716id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26717id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26718id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26719id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26720id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26721id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26722id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26723id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26724id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26725id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26726id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26727id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26728id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26729id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26730id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26731id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26732id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26733id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26734id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26735id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26736id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26737id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26738id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26739id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26740id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26741id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26742id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26743id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26744id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26745id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26746id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26747id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26748id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26749id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26750id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26751id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26752id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26753id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26754id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26755id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26756id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26757id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26758id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26759id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26760id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26761id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26762id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26763id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26764id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26765id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26766id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26767id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26768id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26769id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26770id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26771id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26772id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26773id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26774id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26775id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26776id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26777id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26778id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26779id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26780id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26781id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26782id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26783id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26784id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26785id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26786id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26787id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26788id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26789id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26790id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26791id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26792id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26793id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26794id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26795id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26796id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26797id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26798id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26799id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26800id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26801id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26802id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26803id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26804id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26805id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26806id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26807id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26808id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26809id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26810id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26811id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26812id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26813id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26814id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26815id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26816id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26817id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26818id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26819id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26820id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26821id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26822id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26823id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26824id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26825id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26826id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26827id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26828id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26829id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26830id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26831id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26832id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26833id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26834id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26835id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26836id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26837id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26838id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26839id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26840id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26841id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26842id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26843id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26844id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26845id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26846id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26847id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26848id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26849id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26850id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26851id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26852id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26853id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26854id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26855id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26856id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26857id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26858id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26859id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26860id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26861id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26862id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26863id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26864id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26865id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26866id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26867id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26868id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26869id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26870id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26871id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26872id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26873id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26874id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26875id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26876id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26877id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26878id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26879id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26880id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26881id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26882id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26883id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26884id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26885id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26886id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26887id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26888id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26889id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26890id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26891id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26892id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26893id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26894id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26895id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26896id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26897id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26898id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26899id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26900id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26901id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26902id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26903id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26904id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26905id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26906id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26907id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26908id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26909id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26910id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26911id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26912id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26913id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26914id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26915id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26916id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26917id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26918id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26919id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26920id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26921id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26922id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26923id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26924id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26925id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26926id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26927id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26928id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26929id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26930id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26931id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26932id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26933id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26934id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26935id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26936id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26937id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26938id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26939id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26940id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26941id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26942id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26943id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26944id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26945id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26946id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26947id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26948id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26949id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26950id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26951id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26952id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26953id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26954id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26955id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26956id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26957id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26958id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26959id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26960id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26961id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26962id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26963id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26964id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26965id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26966id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26967id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "26968id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26969id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26970id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26971id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26972id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26973id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26974id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26975id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26976id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26977id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26978id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26979id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26980id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26981id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26982id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26983id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26984id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26985id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26986id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "26987id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "26988id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "26989id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26990id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26991id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26992id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26993id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26994id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26995id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "26996id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "26997id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26998id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "26999id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27000id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27001id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27002id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27003id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27004id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27005id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27006id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27007id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27008id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27009id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27010id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27011id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27012id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27013id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27014id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27015id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27016id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27017id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27018id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27019id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27020id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27021id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27022id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27023id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27024id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27025id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27026id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27027id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27028id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27029id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27030id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27031id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27033id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27034id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27035id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27036id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27037id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27038id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27039id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27040id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27041id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27042id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27043id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27044id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27045id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27046id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27047id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27048id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27049id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27050id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27051id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27052id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27053id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27054id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27055id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27056id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27057id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27058id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27059id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27060id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27061id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27062id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27063id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27064id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27065id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27066id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27067id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27068id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27069id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27070id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27071id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27072id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27073id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27074id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27075id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27076id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27077id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27078id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27079id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27080id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27081id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27082id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27083id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27084id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27085id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27086id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27087id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27088id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27089id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27090id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27091id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27092id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27093id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27094id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27095id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27096id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27097id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27098id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27099id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27100id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27101id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27102id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27103id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27104id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27105id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27106id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27107id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27108id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27109id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27110id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27111id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27112id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27113id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27114id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27115id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27116id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27117id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27118id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27119id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27120id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27121id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27122id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27123id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27124id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27125id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27126id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27127id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27128id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27129id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27130id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27131id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27132id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27133id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27134id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27135id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27136id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27137id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27138id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27139id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27140id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27141id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27142id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27143id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27144id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27145id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27146id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27147id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27148id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27149id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27150id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27151id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27152id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27153id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27154id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27155id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27156id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27157id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27158id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27159id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27160id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27161id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27162id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27163id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27164id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27165id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27166id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27167id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27168id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27169id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27170id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27171id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27172id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27173id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27174id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27175id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27176id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27177id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27178id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27179id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27180id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27181id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27182id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27183id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27184id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27185id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27186id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27187id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27188id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27189id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27190id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27191id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27192id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27193id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27194id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27195id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27196id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27197id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27198id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27199id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27200id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27201id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27202id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27203id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27204id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27205id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27206id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27207id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27208id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27209id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27210id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27211id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27212id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27213id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27214id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27215id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27216id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27217id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27218id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27219id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27220id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27221id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27222id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27223id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27224id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27225id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27226id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27227id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27228id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27229id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27230id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27231id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27232id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27233id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27234id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27235id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27236id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27237id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27238id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27239id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27240id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27241id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27242id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27243id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27244id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27245id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27246id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27247id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27248id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27249id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27250id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27251id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27252id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27253id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27254id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27255id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27256id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27257id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27258id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27259id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27260id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27261id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27262id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27263id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27264id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27265id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27266id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27267id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27268id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27269id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27270id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27271id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27272id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27273id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27274id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27275id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27276id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27277id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27278id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27279id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27280id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27281id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27282id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27283id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27284id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27285id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27286id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27287id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27288id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27289id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27290id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27291id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27292id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27293id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27294id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27295id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27296id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27297id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27298id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27299id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27300id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27301id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27302id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27303id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27304id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27305id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27306id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27307id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27308id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27309id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27310id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27311id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27312id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27313id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27314id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27315id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27316id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27317id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27318id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27319id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27320id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27321id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27322id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27323id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27324id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27325id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27326id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27327id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27328id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27329id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27330id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27331id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27332id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27333id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27334id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27335id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27336id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27337id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27338id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27339id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27340id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27341id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27342id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27343id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27344id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27345id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27346id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27347id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27348id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27349id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27350id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27351id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27352id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27353id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27354id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27355id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27356id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27357id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27358id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27359id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27360id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27361id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27362id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27363id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27364id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27365id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27366id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27367id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27368id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27369id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27370id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27371id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27372id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27373id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27374id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27375id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27376id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27377id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27378id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27379id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27380id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27381id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27382id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27383id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27384id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27385id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27386id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27387id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27388id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27389id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27390id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27391id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27392id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27393id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27394id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27395id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27396id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27397id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27398id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27399id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27400id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27401id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27402id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27403id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27404id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27405id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27406id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27407id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27408id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27409id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27410id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27411id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27412id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27413id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27414id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27415id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27416id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27417id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27418id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27419id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27420id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27421id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27422id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27423id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27424id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27425id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27426id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27427id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27428id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27429id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27430id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27431id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27432id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27433id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27434id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27435id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27436id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27437id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27438id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27439id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27440id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27441id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27442id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27443id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27444id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27445id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27446id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27447id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27448id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27449id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27450id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27451id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27452id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27453id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27454id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27455id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27456id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27457id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27458id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27459id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27460id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27461id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27462id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27463id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27464id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27465id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27466id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27467id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27468id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27469id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27470id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27471id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27472id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27473id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27474id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27475id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27476id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27477id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27478id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27479id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27480id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27481id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27482id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27483id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27484id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27485id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27486id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27487id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27488id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27489id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27490id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27491id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27492id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27493id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27494id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27495id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27496id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27497id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27498id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27499id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27500id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27501id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27502id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27503id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27504id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27505id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27506id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27507id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27508id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27509id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27510id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27511id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27512id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27513id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27514id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27515id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27516id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27517id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27518id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27519id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27520id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27521id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27522id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27523id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27524id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27525id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27526id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27527id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27528id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27529id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27530id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27531id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27532id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27533id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27534id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27535id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27536id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27537id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27538id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27539id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27540id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27541id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27542id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27543id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27544id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27545id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27546id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27547id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27548id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27549id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27550id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27551id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27552id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27553id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27554id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27555id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27556id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27557id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27558id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27559id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27560id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27561id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27562id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27563id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27564id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27565id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27566id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27567id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27568id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27569id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27570id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27571id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27572id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27573id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27574id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27575id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27576id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27577id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27578id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27579id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27580id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27581id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27582id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27583id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27584id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27585id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27586id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27587id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27588id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27589id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27590id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27591id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27592id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27593id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27594id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27595id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27596id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27597id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27598id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27599id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27600id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27601id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27602id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27603id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27604id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27605id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27606id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27607id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27608id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27609id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27610id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27611id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27612id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27613id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27614id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27615id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27616id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27617id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27618id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27619id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27620id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27621id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27622id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27623id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27624id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27625id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27626id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27627id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27628id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27629id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27630id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27631id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27632id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27633id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27634id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27635id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27636id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27637id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27638id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27639id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27640id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27641id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27642id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27643id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27644id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27645id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27646id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27647id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27648id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27649id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27650id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27651id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27652id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27653id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27654id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27655id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27656id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27657id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27658id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27659id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27660id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27661id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27662id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27663id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27664id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27665id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27666id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27667id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27668id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27669id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27670id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27671id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27672id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27673id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27674id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27675id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27676id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27677id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27678id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27679id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27680id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27681id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27682id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27683id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27684id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27685id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27686id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27687id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27688id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27689id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27690id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27691id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27692id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27693id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27694id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27695id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27696id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27697id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27698id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27699id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27700id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27701id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27702id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27703id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27704id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27705id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27706id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27707id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27708id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27709id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27710id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27711id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27712id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27713id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27714id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27715id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27716id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27717id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27718id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27719id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27720id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27721id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27722id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27723id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27724id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27725id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27726id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27727id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27728id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27729id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27730id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27731id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27732id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27733id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27734id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27735id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27736id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27737id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27738id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27739id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27740id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27741id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27742id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27743id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27744id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27745id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27746id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27747id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27748id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27749id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27750id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27751id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27752id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27753id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27754id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27755id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27756id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27757id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27758id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27759id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27760id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27761id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27762id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27763id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27764id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27765id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27766id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27767id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27768id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27769id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27770id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27771id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27772id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27773id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27774id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27775id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27776id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27777id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27778id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27779id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27780id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27781id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27782id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27783id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27784id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27785id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27786id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27787id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27788id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27789id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27790id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27791id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27792id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27793id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27794id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27795id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27796id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27797id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27798id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27799id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27800id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27801id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27802id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27803id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27804id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27805id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27806id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27807id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27808id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27809id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27810id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27811id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27812id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27813id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27814id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27815id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27816id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27817id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27818id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27819id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27820id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27821id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27822id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27823id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27824id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27825id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27826id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27827id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27828id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27829id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27830id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27831id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27832id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27833id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27834id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27835id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27836id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27837id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27838id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27839id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27840id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27841id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27842id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27843id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27844id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27845id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27846id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27847id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27848id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27849id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27850id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27851id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27852id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27853id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27854id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27855id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27856id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27857id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27858id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27859id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27860id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27861id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27862id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27863id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27864id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27865id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27866id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27867id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27868id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27869id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27870id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27871id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27872id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27873id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27874id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27875id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27876id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27877id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27878id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27879id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27880id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27881id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27882id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27883id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27884id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27885id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27886id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27887id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27888id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27889id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27890id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27891id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27892id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27893id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27894id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27895id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27896id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27897id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27898id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27899id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27900id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27901id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27902id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27903id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27904id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27905id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27906id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27907id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27908id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27909id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27910id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27911id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27912id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27913id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27914id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27915id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27916id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27917id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27918id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27919id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27920id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27921id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27922id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27923id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27924id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27925id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27926id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27927id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27928id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27929id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27930id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27931id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27932id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27933id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27934id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27935id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27936id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27937id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27938id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27939id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27940id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27941id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27942id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27943id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27944id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27945id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27946id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27947id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27948id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27949id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27950id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27951id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27952id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27953id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27954id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27955id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27956id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27957id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27958id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27959id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27960id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27961id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27962id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27963id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27964id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27965id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27966id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27967id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27968id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27969id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27970id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27971id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27972id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27973id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27974id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27975id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27976id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27977id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27978id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27979id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27980id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27981id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27982id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27983id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27984id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27985id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27986id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27987id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27988id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "27989id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "27990id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "27991id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "27992id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27993id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27994id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "27995id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27996id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27997id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "27998id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "27999id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28000id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28001id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28002id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28003id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28004id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28005id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28006id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28007id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28008id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28009id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28010id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28011id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28012id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28013id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28014id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28015id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28016id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28017id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28018id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28019id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28020id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28021id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28022id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28023id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28024id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28025id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28026id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28027id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28028id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28029id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28030id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28031id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28032id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28033id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28034id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28035id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28036id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28037id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28038id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28039id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28040id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28041id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28042id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28043id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28044id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28045id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28046id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28047id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28048id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28049id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28050id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28051id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28052id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28053id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28054id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28055id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28056id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28057id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28058id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28059id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28060id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28061id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28062id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28063id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28064id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28065id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28066id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28067id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28068id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28069id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28070id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28071id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28072id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28073id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28074id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28075id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28076id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28077id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28078id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28079id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28080id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28081id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28082id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28083id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28084id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28085id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28086id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28087id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28088id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28089id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28090id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28091id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28092id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28093id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28094id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28095id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28096id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28097id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28098id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28099id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28100id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28101id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28102id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28103id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28104id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28105id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28106id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28107id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28108id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28109id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28110id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28111id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28112id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28113id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28114id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28115id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28116id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28117id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28118id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28119id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28120id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28121id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28122id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28123id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28124id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28125id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28126id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28127id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28128id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28129id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28130id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28131id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28132id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28133id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28134id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28135id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28136id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28137id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28138id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28139id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28140id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28141id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28142id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28143id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28144id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28145id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28146id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28147id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28148id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28149id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28150id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28151id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28152id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28153id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28154id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28155id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28156id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28157id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28158id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28159id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28160id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28161id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28162id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28163id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28164id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28165id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28166id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28167id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28168id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28169id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28170id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28171id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28172id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28173id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28174id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28175id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28176id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28177id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28178id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28179id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28180id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28181id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28182id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28183id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28184id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28185id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28186id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28187id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28188id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28189id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28190id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28191id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28192id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28193id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28194id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28195id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28196id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28197id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28198id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28199id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28200id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28201id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28202id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28203id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28204id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28205id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28206id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28207id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28208id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28209id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28210id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28211id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28212id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28213id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28214id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28215id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28216id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28217id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28218id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28219id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28220id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28221id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28222id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28223id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28224id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28225id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28226id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28227id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28228id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28229id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28230id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28231id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28232id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28233id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28234id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28235id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28236id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28237id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28238id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28239id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28240id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28241id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28242id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28243id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28244id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28245id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28246id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28247id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28248id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28249id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28250id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28251id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28252id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28253id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28254id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28255id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28256id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28257id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28258id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28259id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28260id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28261id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28262id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28263id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28264id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28265id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28266id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28267id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28268id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28269id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28270id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28271id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28272id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28273id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28274id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28275id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28276id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28277id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28278id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28279id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28280id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28281id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28282id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28283id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28284id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28285id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28286id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28287id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28288id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28289id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28290id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28291id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28292id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28293id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28294id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28295id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28296id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28297id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28298id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28299id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28300id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28301id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28302id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28303id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28304id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28305id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28306id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28307id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28308id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28309id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28310id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28311id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28312id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28313id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28314id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28315id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28316id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28317id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28318id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28319id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28320id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28321id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28322id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28323id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28324id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28325id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28326id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28327id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28328id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28329id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28330id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28331id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28332id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28333id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28334id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28335id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28336id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28337id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28338id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28339id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28340id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28341id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28342id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28343id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28344id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28345id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28346id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28347id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28348id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28349id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28350id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28351id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28352id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28353id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28354id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28355id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28356id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28357id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28358id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28359id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28360id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28361id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28362id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28363id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28364id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28365id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28366id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28367id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28368id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28369id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28370id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28371id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28372id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28373id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28374id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28375id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28376id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28377id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28378id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28379id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28380id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28381id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28382id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28383id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28384id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28385id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28386id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28387id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28388id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28389id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28390id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28391id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28392id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28393id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28394id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28395id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28396id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28397id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28398id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28399id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28400id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28401id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28402id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28403id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28404id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28405id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28406id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28407id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28408id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28409id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28410id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28411id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28412id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28413id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28414id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28415id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28416id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28417id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28418id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28419id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28420id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28421id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28422id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28423id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28424id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28425id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28426id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28427id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28428id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28429id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28430id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28431id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28432id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28433id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28434id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28435id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28436id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28437id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28438id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28439id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28440id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28441id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28442id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28443id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28444id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28445id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28446id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28447id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28448id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28449id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28450id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28451id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28452id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28453id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28454id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28455id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28456id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28457id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28458id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28459id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28460id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28461id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28462id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28463id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28464id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28465id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28466id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28467id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28468id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28469id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28470id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28471id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28472id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28473id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28474id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28475id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28476id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28477id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28478id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28479id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28480id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28481id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28482id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28483id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28484id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28485id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28486id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28487id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28488id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28489id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28490id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28491id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28492id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28493id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28494id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28495id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28496id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28497id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28498id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28499id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28500id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28501id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28502id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28503id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28504id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28505id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28506id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28507id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28508id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28509id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28510id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28511id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28512id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28513id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28514id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28515id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28516id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28517id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28518id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28519id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28520id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28521id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28522id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28523id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28524id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28525id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28526id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28527id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28528id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28529id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28530id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28531id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28532id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28533id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28534id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28535id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28536id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28537id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28538id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28539id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28540id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28541id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28542id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28543id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28544id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28545id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28546id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28547id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28548id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28549id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28550id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28551id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28552id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28553id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28554id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28555id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28556id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28557id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28558id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28559id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28560id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28561id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28562id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28563id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28564id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28565id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28566id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28567id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28568id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28569id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28570id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28571id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28572id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28573id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28574id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28575id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28576id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28577id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28578id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28579id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28580id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28581id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28582id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28583id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28584id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28585id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28586id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28587id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28588id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28589id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28590id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28591id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28592id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28593id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28594id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28595id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28596id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28597id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28598id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28599id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28600id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28601id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28602id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28603id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28604id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28605id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28606id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28607id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28608id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28609id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28610id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28611id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28612id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28613id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28614id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28615id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28616id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28617id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28618id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28619id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28620id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28621id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28622id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28623id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28624id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28625id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28626id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28627id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28628id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28629id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28630id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28631id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28632id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28633id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28634id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28635id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28636id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28637id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28638id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28639id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28640id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28641id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28642id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28643id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28644id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28645id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28646id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28647id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28648id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28649id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28650id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28651id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28652id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28653id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28654id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28655id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28656id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28657id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28658id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28659id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28660id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28661id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28662id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28663id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28664id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28665id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28666id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28667id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28668id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28669id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28670id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28671id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28672id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28673id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28674id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28675id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28676id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28677id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28678id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28679id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28680id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28681id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28682id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28683id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28684id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28685id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28686id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28687id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28688id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28689id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28690id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28691id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28692id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28693id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28694id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28695id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28696id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28697id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28698id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28699id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28700id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28701id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28702id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28703id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28704id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28705id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28706id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28707id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28708id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28709id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28710id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28711id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28712id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28713id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28714id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28715id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28716id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28717id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28718id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28719id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28720id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28721id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28722id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28723id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28724id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28725id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28726id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28727id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28728id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28729id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28730id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28731id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28732id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28733id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28734id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28735id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28736id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28737id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28738id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28739id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28740id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28741id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28742id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28743id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28744id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28745id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28746id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28747id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28748id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28749id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28750id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28751id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28752id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28753id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28754id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28755id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28756id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28757id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28758id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28759id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28760id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28761id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28762id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28763id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28764id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28765id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28766id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28767id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28768id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28769id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28770id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28771id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28772id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28773id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28774id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28775id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28776id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28777id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28778id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28779id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28780id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28781id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28782id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28783id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28784id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28785id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28786id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28787id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28788id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28789id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28790id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28791id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28792id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28793id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28794id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28795id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28796id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28797id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28798id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28799id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28800id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28801id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28802id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28803id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28804id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28805id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28806id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28807id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28808id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28809id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28810id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28811id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28812id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28813id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28814id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28815id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28816id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28817id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28818id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28819id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28820id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28821id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28822id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28823id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28824id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28825id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28826id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28827id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28828id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28829id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28830id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28831id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28832id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28833id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28834id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28835id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28836id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28837id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28838id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28839id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28840id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28841id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28842id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28843id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28844id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28845id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28846id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28847id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28848id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28849id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28850id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28851id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28852id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28853id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28854id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28855id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28856id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28857id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28858id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28859id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28860id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28861id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28862id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28863id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28864id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28865id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28866id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28867id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28868id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28869id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28870id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28871id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28872id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28873id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28874id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28875id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28876id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28877id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28878id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28879id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28880id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28881id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28882id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28883id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28884id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28885id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28886id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28887id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28888id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28889id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28890id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28891id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28892id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28893id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28894id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28895id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28896id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28897id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28898id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28899id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28900id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28901id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28902id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28903id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28904id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28905id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28906id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28907id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28908id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28909id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28910id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28911id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28912id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28913id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28914id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28915id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28916id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28917id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28918id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28919id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28920id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28921id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28922id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28923id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28924id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28925id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28926id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28927id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28928id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28929id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28930id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28931id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28932id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28933id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28934id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28935id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28936id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28937id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28938id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28939id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28940id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28941id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28942id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28943id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28944id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28945id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28946id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28947id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28948id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28949id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28950id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28951id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28952id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28953id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28954id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28955id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28956id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28957id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28958id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28959id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28960id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28961id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28962id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28963id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28964id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28965id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28966id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28967id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28968id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28969id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28970id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28971id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28972id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28973id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28974id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28975id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28976id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28977id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28978id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28979id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "28980id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28981id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28982id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28983id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28984id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28985id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28986id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28987id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28988id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28989id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28990id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28991id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "28992id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28993id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28994id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "28995id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "28996id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "28997id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "28998id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "28999id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29000id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29001id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29002id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29003id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29004id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29005id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29006id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29007id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29008id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29009id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29010id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29011id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29012id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29013id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29014id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29015id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29016id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29017id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29018id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29019id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29020id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29021id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29022id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29023id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29024id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29025id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29026id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29027id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29028id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29029id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29030id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29031id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29033id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29034id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29035id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29036id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29037id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29038id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29039id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29040id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29041id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29042id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29043id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29044id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29045id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29046id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29047id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29048id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29049id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29050id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29051id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29052id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29053id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29054id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29055id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29056id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29057id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29058id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29059id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29060id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29061id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29062id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29063id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29064id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29065id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29066id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29067id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29068id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29069id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29070id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29071id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29072id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29073id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29074id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29075id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29076id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29077id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29078id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29079id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29080id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29081id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29082id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29083id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29084id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29085id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29086id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29087id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29088id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29089id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29090id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29091id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29092id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29093id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29094id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29095id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29096id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29097id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29098id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29099id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29100id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29101id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29102id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29103id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29104id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29105id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29106id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29107id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29108id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29109id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29110id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29111id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29112id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29113id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29114id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29115id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29116id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29117id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29118id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29119id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29120id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29121id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29122id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29123id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29124id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29125id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29126id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29127id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29128id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29129id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29130id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29131id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29132id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29133id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29134id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29135id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29136id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29137id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29138id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29139id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29140id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29141id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29142id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29143id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29144id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29145id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29146id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29147id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29148id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29149id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29150id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29151id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29152id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29153id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29154id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29155id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29156id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29157id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29158id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29159id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29160id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29161id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29162id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29163id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29164id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29165id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29166id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29167id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29168id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29169id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29170id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29171id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29172id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29173id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29174id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29175id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29176id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29177id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29178id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29179id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29180id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29181id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29182id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29183id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29184id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29185id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29186id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29187id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29188id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29189id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29190id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29191id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29192id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29193id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29194id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29195id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29196id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29197id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29198id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29199id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29200id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29201id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29202id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29203id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29204id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29205id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29206id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29207id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29208id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29209id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29210id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29211id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29212id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29213id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29214id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29215id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29216id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29217id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29218id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29219id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29220id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29221id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29222id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29223id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29224id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29225id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29226id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29227id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29228id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29229id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29230id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29231id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29232id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29233id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29234id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29235id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29236id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29237id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29238id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29239id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29240id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29241id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29242id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29243id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29244id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29245id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29246id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29247id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29248id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29249id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29250id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29251id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29252id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29253id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29254id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29255id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29256id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29257id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29258id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29259id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29260id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29261id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29262id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29263id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29264id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29265id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29266id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29267id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29268id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29269id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29270id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29271id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29272id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29273id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29274id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29275id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29276id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29277id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29278id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29279id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29280id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29281id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29282id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29283id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29284id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29285id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29286id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29287id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29288id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29289id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29290id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29291id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29292id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29293id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29294id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29295id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29296id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29297id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29298id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29299id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29300id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29301id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29302id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29303id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29304id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29305id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29306id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29307id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29308id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29309id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29310id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29311id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29312id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29313id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29314id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29315id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29316id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29317id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29318id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29319id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29320id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29321id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29322id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29323id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29324id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29325id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29326id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29327id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29328id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29329id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29330id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29331id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29332id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29333id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29334id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29335id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29336id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29337id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29338id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29339id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29340id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29341id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29342id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29343id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29344id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29345id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29346id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29347id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29348id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29349id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29350id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29351id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29352id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29353id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29354id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29355id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29356id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29357id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29358id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29359id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29360id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29361id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29362id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29363id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29364id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29365id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29366id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29367id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29368id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29369id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29370id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29371id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29372id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29373id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29374id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29375id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29376id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29377id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29378id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29379id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29380id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29381id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29382id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29383id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29384id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29385id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29386id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29387id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29388id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29389id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29390id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29391id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29392id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29393id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29394id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29395id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29396id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29397id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29398id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29399id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29400id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29401id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29402id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29403id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29404id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29405id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29406id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29407id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29408id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29409id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29410id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29411id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29412id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29413id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29414id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29415id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29416id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29417id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29418id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29419id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29420id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29421id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29422id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29423id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29424id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29425id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29426id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29427id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29428id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29429id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29430id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29431id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29432id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29433id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29434id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29435id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29436id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29437id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29438id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29439id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29440id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29441id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29442id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29443id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29444id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29445id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29446id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29447id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29448id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29449id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29450id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29451id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29452id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29453id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29454id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29455id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29456id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29457id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29458id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29459id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29460id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29461id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29462id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29463id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29464id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29465id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29466id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29467id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29468id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29469id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29470id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29471id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29472id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29473id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29474id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29475id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29476id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29477id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29478id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29479id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29480id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29481id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29482id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29483id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29484id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29485id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29486id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29487id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29488id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29489id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29490id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29491id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29492id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29493id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29494id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29495id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29496id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29497id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29498id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29499id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29500id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29501id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29502id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29503id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29504id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29505id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29506id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29507id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29508id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29509id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29510id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29511id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29512id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29513id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29514id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29515id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29516id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29517id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29518id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29519id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29520id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29521id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29522id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29523id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29524id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29525id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29526id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29527id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29528id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29529id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29530id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29531id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29532id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29533id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29534id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29535id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29536id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29537id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29538id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29539id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29540id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29541id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29542id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29543id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29544id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29545id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29546id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29547id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29548id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29549id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29550id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29551id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29552id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29554id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29555id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29556id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29557id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29558id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29559id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29560id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29561id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29562id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29563id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29564id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29565id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29566id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29567id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29568id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29569id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29570id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29571id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29572id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29573id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29574id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29575id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29576id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29577id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29578id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29579id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29580id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29581id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29582id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29583id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29584id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29585id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29586id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29587id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29588id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29589id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29590id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29591id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29592id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29593id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29594id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29595id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29596id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29597id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29598id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29599id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29600id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29601id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29602id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29603id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29604id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29605id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29606id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29607id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29608id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29609id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29610id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29611id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29612id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29613id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29614id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29615id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29616id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29617id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29618id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29619id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29620id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29621id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29622id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29623id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29624id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29625id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29626id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29627id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29628id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29629id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29630id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29631id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29632id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29633id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29634id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29635id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29636id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29637id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29638id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29639id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29640id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29641id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29642id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29643id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29644id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29645id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29646id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29647id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29648id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29649id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29650id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29651id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29652id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29653id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29654id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29655id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29656id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29657id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29658id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29659id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29660id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29661id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29662id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29663id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29664id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29665id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29666id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29667id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29668id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29669id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29670id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29671id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29672id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29673id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29674id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29675id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29676id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29677id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29678id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29679id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29680id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29681id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29682id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29683id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29684id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29685id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29686id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29687id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29688id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29689id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29690id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29691id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29692id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29693id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29694id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29695id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29696id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29697id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29698id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29699id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29700id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29701id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29702id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29703id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29704id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29705id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29706id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29707id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29708id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29709id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29710id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29711id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29712id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29713id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29714id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29715id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29716id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29717id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29718id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29719id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29720id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29721id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29722id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29723id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29724id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29725id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29726id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29727id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29728id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29729id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29730id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29731id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29732id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29733id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29734id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29735id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29736id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29737id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29738id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29739id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29740id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29741id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29742id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29743id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29744id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29745id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29746id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29747id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29748id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29749id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29750id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29751id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29752id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29753id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29754id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29755id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29756id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29757id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29758id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29759id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29760id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29761id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29762id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29763id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29764id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29765id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29766id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29767id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29768id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29769id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29770id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29771id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29772id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29773id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29774id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29775id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29776id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29777id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29778id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29779id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29780id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29781id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29782id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29783id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29784id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29785id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29786id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29787id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29788id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29789id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29790id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29791id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29792id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29793id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29794id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29795id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29796id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29797id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29798id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29799id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29800id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29801id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29802id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29803id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29804id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29805id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29806id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29807id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29808id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29809id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29810id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29811id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29812id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29813id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29814id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29815id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29816id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29817id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29818id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29819id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29820id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29821id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29822id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29823id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29824id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29825id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29826id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29827id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29828id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29829id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29830id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29831id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29832id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29833id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29834id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29835id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29836id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29837id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29838id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29839id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29840id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29841id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29842id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29843id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29844id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29845id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29846id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29847id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29848id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29849id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29850id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29851id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29852id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29853id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29854id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29855id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29856id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29857id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29858id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29859id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29860id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29861id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29862id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29863id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29864id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29865id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29866id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29867id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29868id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29869id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29870id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29871id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29872id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29873id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29874id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29875id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29876id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29877id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29878id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29879id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29880id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29881id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29882id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29883id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29884id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29885id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29886id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29887id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29888id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29889id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29890id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29891id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29892id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29893id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29894id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29895id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29896id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29897id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29898id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29899id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29900id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29901id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29902id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29903id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29904id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29905id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29906id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29907id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29908id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29909id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29910id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29911id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29912id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29913id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29914id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29915id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29916id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29917id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29918id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29919id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29920id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29921id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29922id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29923id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29924id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29925id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29926id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29927id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29928id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29929id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29930id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29931id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29932id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29933id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29934id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29935id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29936id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29937id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29938id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29939id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29940id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29941id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29942id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29943id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29944id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29945id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29946id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29947id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29948id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29949id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29950id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29951id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29952id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29953id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29954id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29955id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29956id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29957id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29958id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29959id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29960id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29961id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29962id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29963id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29964id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29965id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29966id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29967id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29968id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29969id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29970id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29971id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29972id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29973id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "29974id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29975id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29976id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29977id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29978id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29979id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29980id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29981id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29982id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29983id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29984id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "29985id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29986id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29987id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29988id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29989id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29990id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29991id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29992id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29993id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "29994id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29995id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "29996id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "29997id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "29998id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "29999id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30000id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30001id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30002id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30003id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30004id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30005id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30006id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30007id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30008id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30009id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30010id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30011id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30012id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30013id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30014id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30015id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30016id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30017id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30018id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30019id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30020id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30021id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30022id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30023id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30024id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30025id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30026id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30027id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30028id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30029id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30030id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30031id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30032id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30033id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30034id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30035id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30036id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30037id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30038id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30039id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30040id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30041id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30042id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30043id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30044id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30045id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30046id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30047id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30048id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30049id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30050id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30051id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30052id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30053id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30054id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30055id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30056id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30057id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30058id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30059id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30060id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30061id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30062id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30063id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30064id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30065id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30066id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30067id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30068id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30069id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30070id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30071id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30072id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30073id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30074id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30075id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30076id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30077id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30078id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30079id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30080id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30081id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30082id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30083id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30084id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30085id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30086id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30087id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30088id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30089id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30090id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30091id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30092id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30093id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30094id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30095id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30096id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30097id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30098id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30099id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30100id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30101id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30102id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30103id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30104id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30105id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30106id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30107id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30108id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30109id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30110id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30111id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30112id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30113id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30114id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30115id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30116id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30117id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30118id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30119id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30120id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30121id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30122id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30123id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30124id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30125id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30126id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30127id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30128id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30129id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30130id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30131id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30132id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30133id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30134id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30135id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30136id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30137id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30138id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30139id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30140id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30141id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30142id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30143id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30144id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30145id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30146id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30147id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30148id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30149id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30150id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30151id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30152id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30153id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30154id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30155id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30156id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30157id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30158id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30159id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30160id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30161id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30162id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30163id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30164id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30165id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30166id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30167id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30168id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30169id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30170id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30171id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30172id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30173id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30174id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30175id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30176id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30177id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30178id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30179id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30180id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30181id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30182id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30183id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30184id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30185id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30186id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30187id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30188id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30189id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30190id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30191id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30192id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30193id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30194id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30195id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30196id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30197id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30198id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30199id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30200id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30201id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30202id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30203id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30204id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30205id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30206id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30207id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30208id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30209id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30210id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30211id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30212id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30213id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30214id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30215id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30216id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30217id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30218id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30219id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30220id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30221id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30222id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30223id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30224id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30225id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30226id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30227id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30228id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30229id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30230id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30231id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30232id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30233id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30234id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30235id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30236id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30237id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30238id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30239id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30240id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30241id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30242id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30243id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30244id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30245id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30246id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30247id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30248id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30249id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30250id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30251id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30252id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30253id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30254id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30255id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30256id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30257id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30258id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30259id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30260id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30261id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30262id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30263id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30264id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30265id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30266id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30267id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30268id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30269id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30270id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30271id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30272id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30273id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30274id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30275id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30276id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30277id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30278id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30279id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30280id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30281id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30282id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30283id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30284id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30285id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30286id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30287id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30288id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30289id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30290id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30291id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30292id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30293id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30294id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30295id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30296id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30297id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30298id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30299id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30300id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30301id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30302id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30303id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30304id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30305id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30306id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30307id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30308id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30309id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30310id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30311id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30312id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30313id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30314id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30315id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30316id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30317id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30318id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30319id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30320id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30321id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30322id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30323id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30324id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30325id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30326id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30327id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30328id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30329id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30330id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30331id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30332id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30333id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30334id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30335id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30336id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30337id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30338id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30339id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30340id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30341id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30342id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30343id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30344id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30345id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30346id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30347id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30348id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30349id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30350id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30351id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30352id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30353id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30354id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30355id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30356id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30357id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30358id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30359id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30360id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30361id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30362id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30363id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30364id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30365id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30366id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30367id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30368id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30369id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30370id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30371id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30372id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30373id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30374id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30375id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30376id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30377id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30378id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30379id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30380id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30381id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30382id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30383id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30384id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30385id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30386id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30387id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30388id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30389id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30390id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30391id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30392id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30393id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30394id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30395id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30396id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30397id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30398id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30399id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30400id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30401id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30402id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30403id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30404id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30405id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30406id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30407id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30408id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30409id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30410id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30411id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30412id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30413id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30414id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30415id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30416id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30417id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30418id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30419id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30420id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30421id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30422id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30423id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30424id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30425id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30426id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30427id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30428id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30429id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30430id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30431id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30432id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30433id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30434id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30435id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30436id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30437id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30438id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30439id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30440id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30441id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30442id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30443id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30444id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30445id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30446id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30447id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30448id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30449id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30450id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30451id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30452id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30453id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30454id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30455id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30456id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30457id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30458id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30459id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30460id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30461id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30462id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30463id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30464id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30465id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30466id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30467id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30468id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30469id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30470id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30471id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30472id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30473id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30474id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30475id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30476id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30477id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30478id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30479id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30480id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30481id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30482id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30483id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30484id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30485id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30486id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30487id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30488id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30489id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30490id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30491id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30492id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30493id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30494id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30495id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30496id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30497id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30498id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30499id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30500id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30501id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30502id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30503id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30504id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30505id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30506id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30507id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30508id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30509id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30510id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30511id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30512id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30513id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30514id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30515id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30516id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30517id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30518id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30519id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30520id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30521id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30522id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30523id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30524id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30525id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30526id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30527id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30528id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30529id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30530id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30531id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30532id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30533id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30534id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30535id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30536id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30537id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30538id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30539id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30540id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30541id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30542id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30543id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30544id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30545id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30546id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30547id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30548id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30549id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30550id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30551id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30552id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30553id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30554id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30555id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30556id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30557id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30558id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30559id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30560id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30561id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30562id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30563id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30564id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30565id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30566id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30567id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30568id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30569id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30570id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30571id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30572id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30573id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30574id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30575id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30576id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30577id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30578id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30579id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30580id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30581id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30582id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30583id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30584id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30585id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30586id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30587id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30588id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30589id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30590id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30591id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30592id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30593id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30594id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30595id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30596id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30597id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30598id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30599id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30600id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30601id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30602id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30603id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30604id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30605id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30606id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30607id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30608id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30609id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30610id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30611id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30612id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30613id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30614id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30615id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30616id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30617id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30618id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30619id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30620id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30621id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30622id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30623id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30624id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30625id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30626id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30627id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30628id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30629id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30630id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30631id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30632id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30633id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30634id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30635id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30636id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30637id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30638id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30639id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30640id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30641id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30642id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30643id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30644id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30645id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30646id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30647id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30648id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30649id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30650id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30651id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30652id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30653id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30654id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30655id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30656id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30657id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30658id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30659id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30660id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30661id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30662id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30663id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30664id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30665id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30666id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30667id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30668id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30669id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30670id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30671id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30672id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30673id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30674id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30675id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30676id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30677id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30678id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30679id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30680id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30681id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30682id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30683id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30684id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30685id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30686id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30687id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30688id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30689id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30690id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30691id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30692id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30693id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30694id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30695id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30696id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30697id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30698id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30699id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30700id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30701id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30702id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30703id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30704id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30705id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30706id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30707id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30708id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30709id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30710id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30711id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30712id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30713id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30714id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30715id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30716id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30717id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30718id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30719id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30720id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30721id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30722id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30723id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30724id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30725id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30726id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30727id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30728id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30729id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30730id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30731id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30732id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30733id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30734id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30735id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30736id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30737id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30738id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30739id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30740id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30741id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30742id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30743id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30744id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30745id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30746id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30747id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30748id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30749id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30750id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30751id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30752id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30753id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30754id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30755id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30756id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30757id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30758id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30759id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30760id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30761id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30762id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30763id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30764id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30765id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30766id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30767id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30768id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30769id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30770id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30771id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30772id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30773id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30774id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30775id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30776id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30777id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30778id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30779id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30780id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30781id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30782id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30783id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30784id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30785id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30786id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30787id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30788id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30789id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30790id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30791id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30792id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30793id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30794id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30795id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30796id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30797id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30798id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30799id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30800id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30801id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30802id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30803id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30804id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30805id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30806id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30807id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30808id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30809id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30810id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30811id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30812id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30813id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30814id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30815id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30816id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30817id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30818id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30819id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30820id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30821id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30822id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30823id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30824id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30825id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30826id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30827id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30828id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30829id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30830id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30831id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30832id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30833id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30834id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30835id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30836id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30837id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30838id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30839id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30840id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30841id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30842id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30843id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30844id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30845id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30846id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30847id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30848id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30849id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30850id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30851id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30852id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30853id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30854id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30855id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30856id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30857id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30858id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30859id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30860id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30861id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30862id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30863id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30864id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30865id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30866id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30867id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30868id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30869id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30870id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30871id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30872id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30873id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30874id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30875id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30876id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30877id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30878id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30879id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30880id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30881id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30882id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30883id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30884id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30885id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30886id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30887id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30888id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30889id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30890id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30891id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30892id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30893id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30894id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30895id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30896id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30897id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30898id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30899id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30900id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30901id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30902id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30903id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30904id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30905id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30906id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30907id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30908id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30909id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30910id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30911id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30912id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30913id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30914id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30915id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30916id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30917id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30918id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30919id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30920id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30921id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30922id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30923id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30924id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30925id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30926id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30927id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30928id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30929id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30930id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30931id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30932id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30933id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30934id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30935id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30936id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30937id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30938id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30939id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30940id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30941id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30942id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30943id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30944id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30945id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30946id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30947id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30948id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30949id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30950id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30951id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30952id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30953id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30954id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30955id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30956id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30957id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30958id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30959id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30960id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30961id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30962id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30963id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30964id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30965id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30966id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30967id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30968id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30969id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30970id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30971id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30972id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30973id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30974id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30975id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30976id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30977id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30978id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30979id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30980id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30981id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30982id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30983id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30984id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30985id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30986id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30987id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30988id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30989id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "30990id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30991id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "30992id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "30993id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30994id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "30995id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30996id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "30997id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "30998id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "30999id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31000id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31001id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31002id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31003id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31004id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31005id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31006id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31007id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31008id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31009id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31010id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31011id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31012id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31013id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31014id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31015id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31016id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31017id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31018id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31019id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31020id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31021id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31022id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31023id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31024id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31025id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31026id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31027id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31028id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31029id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31030id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31031id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31033id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31034id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31035id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31036id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31037id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31038id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31039id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31040id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31041id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31042id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31043id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31044id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31045id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31046id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31047id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31048id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31049id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31050id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31051id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31052id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31053id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31054id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31055id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31056id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31057id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31058id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31059id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31060id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31061id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31062id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31063id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31064id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31065id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31066id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31067id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31068id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31069id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31070id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31071id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31072id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31073id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31074id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31075id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31076id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31077id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31078id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31079id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31080id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31081id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31082id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31083id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31084id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31085id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31086id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31087id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31088id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31089id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31090id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31091id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31092id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31093id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31094id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31095id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31096id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31097id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31098id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31099id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31100id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31101id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31102id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31103id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31104id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31105id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31106id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31107id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31108id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31109id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31110id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31111id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31112id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31113id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31114id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31115id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31116id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31117id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31118id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31119id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31120id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31121id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31122id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31123id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31124id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31125id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31126id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31127id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31128id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31129id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31130id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31131id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31132id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31133id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31134id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31135id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31136id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31137id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31138id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31139id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31140id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31141id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31142id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31143id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31144id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31145id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31146id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31147id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31148id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31149id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31150id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31151id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31152id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31153id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31154id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31155id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31156id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31157id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31158id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31159id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31160id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31161id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31162id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31163id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31164id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31165id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31166id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31167id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31168id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31169id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31170id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31171id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31172id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31173id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31174id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31175id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31176id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31177id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31178id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31179id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31180id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31181id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31182id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31183id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31184id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31185id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31186id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31187id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31188id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31189id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31190id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31191id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31192id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31193id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31194id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31195id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31196id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31197id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31198id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31199id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31200id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31201id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31202id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31203id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31204id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31205id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31206id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31207id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31208id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31209id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31210id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31211id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31212id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31213id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31214id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31215id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31216id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31217id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31218id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31219id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31220id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31221id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31222id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31223id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31224id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31225id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31226id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31227id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31228id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31229id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31230id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31231id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31232id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31233id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31234id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31235id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31236id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31237id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31238id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31239id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31240id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31241id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31242id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31243id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31244id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31245id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31246id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31247id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31248id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31249id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31250id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31251id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31252id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31253id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31254id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31255id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31256id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31257id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31258id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31259id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31260id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31261id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31262id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31263id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31264id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31265id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31266id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31267id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31268id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31269id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31270id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31271id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31272id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31273id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31274id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31275id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31276id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31277id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31278id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31279id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31280id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31281id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31282id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31283id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31284id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31285id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31286id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31287id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31288id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31289id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31290id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31291id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31292id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31293id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31294id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31295id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31296id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31297id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31298id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31299id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31300id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31301id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31302id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31303id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31304id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31305id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31306id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31307id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31308id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31309id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31310id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31311id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31312id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31313id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31314id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31315id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31316id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31317id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31318id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31319id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31320id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31321id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31322id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31323id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31324id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31325id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31326id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31327id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31328id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31329id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31330id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31331id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31332id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31333id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31334id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31335id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31336id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31337id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31338id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31339id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31340id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31341id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31342id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31343id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31344id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31345id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31346id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31347id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31348id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31349id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31350id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31351id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31352id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31353id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31354id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31355id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31356id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31357id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31358id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31359id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31360id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31361id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31362id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31363id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31364id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31365id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31366id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31367id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31368id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31369id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31370id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31371id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31372id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31373id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31374id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31375id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31376id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31377id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31378id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31379id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31380id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31381id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31382id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31383id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31384id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31385id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31386id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31387id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31388id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31389id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31390id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31391id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31392id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31393id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31394id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31395id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31396id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31397id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31398id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31399id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31400id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31401id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31402id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31403id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31404id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31405id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31406id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31407id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31408id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31409id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31410id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31411id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31412id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31413id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31414id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31415id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31416id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31417id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31418id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31419id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31420id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31421id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31422id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31423id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31424id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31425id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31426id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31427id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31428id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31429id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31430id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31431id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31432id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31433id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31434id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31435id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31436id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31437id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31438id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31439id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31440id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31441id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31442id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31443id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31444id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31445id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31446id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31447id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31448id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31449id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31450id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31451id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31452id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31453id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31454id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31455id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31456id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31457id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31458id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31459id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31460id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31461id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31462id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31463id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31464id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31465id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31466id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31467id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31468id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31469id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31470id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31471id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31472id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31473id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31474id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31475id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31476id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31477id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31478id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31479id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31480id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31481id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31482id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31483id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31484id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31485id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31486id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31487id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31488id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31489id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31490id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31491id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31492id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31493id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31494id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31495id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31496id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31497id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31498id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31499id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31500id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31501id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31502id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31503id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31504id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31505id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31506id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31507id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31508id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31509id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31510id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31511id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31512id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31513id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31514id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31515id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31516id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31517id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31518id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31519id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31520id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31521id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31522id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31523id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31524id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31525id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31526id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31527id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31528id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31529id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31530id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31531id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31532id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31533id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31534id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31535id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31536id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31537id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31538id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31539id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31540id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31541id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31542id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31543id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31544id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31545id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31546id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31547id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31548id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31549id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31550id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31551id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31552id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31553id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31554id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31555id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31556id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31557id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31558id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31559id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31560id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31561id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31562id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31563id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31564id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31565id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31566id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31567id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31568id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31569id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31570id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31571id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31572id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31573id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31574id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31575id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31576id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31577id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31578id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31579id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31580id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31581id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31582id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31583id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31584id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31585id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31586id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31587id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31588id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31589id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31590id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31591id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31592id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31593id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31594id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31595id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31596id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31597id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31598id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31599id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31600id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31601id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31602id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31603id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31604id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31605id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31606id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31607id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31608id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31609id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31610id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31611id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31612id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31613id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31614id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31615id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31616id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31617id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31618id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31619id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31620id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31621id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31622id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31623id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31624id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31625id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31626id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31627id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31628id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31629id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31630id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31631id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31632id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31633id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31634id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31635id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31636id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31637id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31638id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31639id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31640id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31641id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31642id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31643id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31644id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31645id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31646id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31647id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31648id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31649id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31650id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31651id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31652id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31653id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31654id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31655id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31656id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31657id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31658id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31659id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31660id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31661id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31662id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31663id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31664id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31665id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31666id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31667id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31668id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31669id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31670id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31671id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31672id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31673id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31674id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31675id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31676id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31677id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31678id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31679id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31680id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31681id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31682id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31683id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31684id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31685id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31686id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31687id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31688id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31689id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31690id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31691id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31692id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31693id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31694id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31695id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31696id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31697id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31698id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31699id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31700id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31701id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31702id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31703id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31704id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31705id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31706id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31707id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31708id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31709id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31710id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31711id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31712id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31713id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31714id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31715id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31716id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31717id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31718id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31719id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31720id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31721id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31722id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31723id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31724id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31725id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31726id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31727id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31728id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31729id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31730id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31731id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31732id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31733id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31734id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31735id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31736id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31737id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31738id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31739id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31740id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31741id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31742id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31743id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31744id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31745id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31746id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31747id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31748id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31749id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31750id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31751id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31752id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31753id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31754id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31755id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31756id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31757id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31758id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31759id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31760id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31761id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31762id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31763id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31764id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31765id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31766id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31767id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31768id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31769id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31770id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31771id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31772id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31773id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31774id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31775id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31776id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31777id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31778id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31779id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31780id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31781id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31782id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31783id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31784id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31785id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31786id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31787id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31788id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31789id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31790id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31791id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31792id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31793id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31794id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31795id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31796id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31797id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31798id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31799id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31800id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31801id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31802id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31803id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31804id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31805id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31806id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31807id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31808id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31809id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31810id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31811id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31812id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31813id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31814id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31815id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31816id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31817id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31818id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31819id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31820id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31821id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31822id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31823id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31824id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31825id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31826id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31827id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31828id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31829id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31830id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31831id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31832id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31833id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31834id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31835id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31836id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31837id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31838id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31839id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31840id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31841id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31842id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31843id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31844id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31845id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31846id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31847id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31848id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31849id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31850id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31851id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31852id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31853id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31854id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31855id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31856id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31857id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31858id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31859id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31860id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31861id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31862id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31863id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31864id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31865id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31866id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31867id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31868id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31869id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31870id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31871id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31872id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31873id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31874id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31875id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31876id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31877id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31878id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31879id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31880id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31881id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31882id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31883id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31884id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31885id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31886id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31887id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31888id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31889id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31890id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31891id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31892id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31893id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31894id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31895id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31896id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31897id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31898id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31899id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31900id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31901id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31902id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31903id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31904id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31905id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31906id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31907id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31908id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31909id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31910id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31911id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31912id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31913id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31914id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31915id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31916id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31917id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31918id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31919id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31920id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31921id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31922id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31923id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31924id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31925id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31926id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31927id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31928id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31929id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31930id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31931id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31932id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31933id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31934id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31935id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31936id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31937id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31938id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31939id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31940id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31941id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31942id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31943id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31944id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31945id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31946id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31947id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31948id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31949id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31950id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31951id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31952id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31953id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31954id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31955id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31956id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31957id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31958id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31959id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31960id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31961id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31962id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31963id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31964id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31965id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31966id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31967id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31968id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31969id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31970id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31971id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31972id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31973id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31974id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31975id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31976id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31977id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31978id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31979id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31980id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31981id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31982id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31983id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31984id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "31985id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31986id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "31987id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31988id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31989id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31990id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "31991id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "31992id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31993id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "31994id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31995id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31996id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31997id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "31998id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "31999id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32000id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32001id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32002id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32003id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32004id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32005id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32006id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32007id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32008id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32009id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32010id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32011id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32012id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32013id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32014id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32015id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32016id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32017id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32018id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32019id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32020id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32021id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32022id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32023id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32024id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32025id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32026id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32027id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32028id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32029id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32030id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32031id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32032id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32033id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32034id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32035id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32036id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32037id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32038id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32039id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32040id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32041id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32042id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32043id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32044id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32045id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32046id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32047id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32048id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32049id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32050id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32051id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32052id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32053id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32054id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32055id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32056id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32057id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32058id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32059id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32060id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32061id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32062id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32063id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32064id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32065id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32066id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32067id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32068id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32069id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32070id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32071id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32072id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32073id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32074id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32075id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32076id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32077id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32078id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32079id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32080id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32081id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32082id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32083id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32084id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32085id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32086id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32087id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32088id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32089id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32090id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32091id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32092id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32093id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32094id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32095id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32096id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32097id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32098id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32099id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32100id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32101id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32102id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32103id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32104id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32105id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32106id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32107id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32108id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32109id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32110id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32111id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32112id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32113id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32114id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32115id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32116id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32117id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32118id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32119id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32120id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32121id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32122id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32123id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32124id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32125id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32126id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32127id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32128id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32129id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32130id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32131id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32132id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32133id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32134id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32135id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32136id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32137id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32138id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32139id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32140id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32141id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32142id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32143id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32144id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32145id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32146id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32147id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32148id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32149id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32150id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32151id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32152id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32153id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32154id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32155id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32156id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32157id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32158id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32159id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32160id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32161id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32162id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32163id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32164id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32165id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32166id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32167id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32168id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32169id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32170id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32171id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32172id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32173id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32174id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32175id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32176id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32177id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32178id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32179id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32180id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32181id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32182id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32183id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32184id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32185id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32186id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32187id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32188id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32189id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32190id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32191id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32192id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32193id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32194id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32195id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32196id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32197id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32198id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32199id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32200id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32201id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32202id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32203id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32204id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32205id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32206id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32207id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32208id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32209id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32210id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32211id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32212id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32213id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32214id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32215id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32216id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32217id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32218id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32219id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32220id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32221id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32222id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32223id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32224id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32225id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32226id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32227id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32228id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32229id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32230id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32231id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32232id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32233id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32234id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32235id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32236id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32237id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32238id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32239id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32240id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32241id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32242id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32243id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32244id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32245id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32246id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32247id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32248id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32249id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32250id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32251id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32252id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32253id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32254id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32255id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32256id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32257id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32258id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32259id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32260id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32261id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32262id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32263id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32264id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32265id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32266id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32267id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32268id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32269id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32270id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32271id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32272id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32273id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32274id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32275id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32276id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32277id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32278id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32279id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32280id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32281id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32282id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32283id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32284id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32285id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32286id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32287id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32288id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32289id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32290id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32291id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32292id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32293id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32294id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32295id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32296id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32297id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32298id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32299id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32300id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32301id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32302id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32303id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32304id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32305id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32306id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32307id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32308id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32309id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32310id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32311id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32312id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32313id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32314id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32315id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32316id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32317id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32318id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32319id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32320id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32321id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32322id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32323id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32324id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32325id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32326id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32327id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32328id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32329id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32330id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32331id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32332id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32333id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32334id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32335id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32336id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32337id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32338id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32339id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32340id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32341id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32342id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32343id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32344id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32345id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32346id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32347id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32348id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32349id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32350id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32351id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32352id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32353id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32354id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32355id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32356id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32357id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32358id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32359id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32360id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32361id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32362id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32363id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32364id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32365id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32366id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32367id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32368id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32369id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32370id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32371id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32372id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32373id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32374id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32375id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32376id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32377id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32378id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32379id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32380id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32381id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32382id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32383id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32384id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32385id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32386id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32387id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32388id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32389id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32390id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32391id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32392id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32393id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32394id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32395id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32396id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32397id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32398id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32399id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32400id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32401id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32402id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32403id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32404id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32405id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32406id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32407id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32408id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32409id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32410id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32411id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32412id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32413id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32414id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32415id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32416id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32417id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32418id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32419id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32420id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32421id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32422id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32423id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32424id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32425id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32426id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32427id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32428id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32429id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32430id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32431id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32432id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32433id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32434id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32435id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32436id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32437id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32438id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32439id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32440id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32441id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32442id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32443id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32444id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32445id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32446id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32447id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32448id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32449id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32450id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32451id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32452id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32453id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32454id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32455id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32456id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32457id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32458id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32459id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32460id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32461id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32462id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32463id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32464id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32465id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32466id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32467id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32468id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32469id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32470id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32471id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32472id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32473id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32474id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32475id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32476id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32477id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32478id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32479id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32480id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32481id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32482id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32483id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32484id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32485id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32486id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32487id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32488id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32489id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32490id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32491id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32492id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32493id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32494id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32495id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32496id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32497id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32498id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32499id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32500id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32501id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32502id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32503id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32504id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32505id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32506id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32507id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32508id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32509id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32510id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32511id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32512id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32513id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32514id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32515id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32516id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32517id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32518id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32519id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32520id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32521id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32522id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32523id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32524id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32525id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32526id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32527id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32528id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32529id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32530id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32531id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32532id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32533id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32534id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32535id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32536id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32537id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32538id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32539id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32540id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32541id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32542id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32543id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32544id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32545id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32546id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32547id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32548id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32549id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32550id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32551id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32552id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32553id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32554id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32555id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32556id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32557id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32558id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32559id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32560id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32561id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32562id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32563id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32564id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32565id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32566id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32567id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32568id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32569id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32570id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32571id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32572id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32573id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32574id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32575id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32576id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32577id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32578id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32579id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32580id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32581id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32582id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32583id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32584id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32585id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32586id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32587id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32588id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32589id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32590id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32591id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32592id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32593id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32594id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32595id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32596id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32597id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32598id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32599id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32600id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32601id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32602id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32603id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32604id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32605id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32606id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32607id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32608id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32609id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32610id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32611id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32612id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32613id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32614id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32615id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32616id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32617id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32618id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32619id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32620id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32621id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32622id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32623id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32624id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32625id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32626id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32627id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32628id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32629id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32630id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32631id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32632id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32633id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32634id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32635id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32636id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32637id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32638id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32639id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32640id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32641id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32642id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32643id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32644id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32645id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32646id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32647id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32648id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32649id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32650id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32651id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32652id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32653id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32654id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32655id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32656id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32657id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32658id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32659id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32660id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32661id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32662id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32663id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32664id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32665id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32666id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32667id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32668id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32669id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32670id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32671id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32672id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32673id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32674id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32675id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32676id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32677id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32678id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32679id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32680id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32681id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32682id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32683id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32684id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32685id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32686id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32687id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32688id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32689id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32690id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32691id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32692id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32693id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32694id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32695id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32696id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32697id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32698id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32699id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32700id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32701id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32702id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32703id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32704id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32705id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32706id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32707id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32708id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32709id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32710id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32711id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32712id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32713id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32714id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32715id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32716id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32717id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32718id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32719id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32720id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32721id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32722id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32723id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32724id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32725id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32726id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32727id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32728id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32729id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32730id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32731id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32732id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32733id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32734id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32735id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32736id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32737id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32738id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32739id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32740id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32741id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32742id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32743id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32744id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32745id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32746id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32747id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32748id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32749id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32750id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32751id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32752id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32753id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32754id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32755id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32756id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32757id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32758id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32759id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32760id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32761id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32762id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32763id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32764id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32765id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32766id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32767id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32768id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32769id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32770id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32771id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32772id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32773id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32774id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32775id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32776id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32777id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32778id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32779id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32780id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32781id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32782id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32783id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32784id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32785id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32786id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32787id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32788id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32789id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32790id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32791id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32792id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32793id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32794id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32795id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32796id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32797id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32798id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32799id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32800id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32801id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32802id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32803id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32804id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32805id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32806id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32807id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32808id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32809id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32810id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32811id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32812id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32813id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32814id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32815id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32816id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32817id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32818id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32819id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32820id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32821id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32822id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32823id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32824id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32825id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32826id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32827id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32828id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32829id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32830id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32831id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32832id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32833id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32834id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32835id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32836id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32837id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32838id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32839id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32840id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32841id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32842id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32843id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32844id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32845id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32846id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32847id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32848id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32849id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32850id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32851id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32852id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32853id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32854id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32855id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32856id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32857id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32858id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32859id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32860id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32861id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32862id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32863id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32864id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32865id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32866id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32867id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32868id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32869id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32870id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32871id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32872id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32873id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32874id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32875id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32876id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32877id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32878id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32879id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32880id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32881id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32882id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32883id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32884id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32885id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32886id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32887id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32888id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32889id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32890id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32891id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32892id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32893id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32894id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32895id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32896id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32897id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32898id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32899id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32900id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32901id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32902id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32903id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32904id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32905id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32906id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32907id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32908id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32909id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32910id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32911id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32912id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32913id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32914id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32915id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32916id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32917id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32918id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32919id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32920id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32921id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32922id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32923id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32924id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32925id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32926id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32927id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32928id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32929id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32930id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32931id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32932id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32933id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32934id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32935id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32936id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32937id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32938id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32939id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32940id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32941id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32942id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32943id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32944id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32945id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32946id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32947id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32948id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32949id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32950id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32951id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32952id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32953id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32954id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32955id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32956id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32957id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32958id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32959id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32960id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32961id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32962id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32963id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32964id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32965id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "32966id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32967id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32968id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32969id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32970id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32971id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32972id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32973id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32974id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32975id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32976id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32977id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32978id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32979id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32980id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32981id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32982id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32983id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32984id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32985id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32986id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32987id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32988id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "32989id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32990id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "32991id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "32992id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32993id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "32994id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32995id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "32996id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32997id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "32998id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32999id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33000id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33001id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33002id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33003id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33004id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33005id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33006id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33007id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33008id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33009id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33010id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33011id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33012id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33013id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33014id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33015id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33016id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33017id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33018id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33019id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33020id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33021id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33022id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33023id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33024id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33025id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33026id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33027id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33028id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33029id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33030id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33031id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33032id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33033id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33034id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33035id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33036id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33037id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33038id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33039id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33040id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33041id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33042id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33043id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33044id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33045id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33046id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33047id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33048id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33049id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33050id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33051id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33052id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33053id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33054id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33055id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33056id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33057id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33058id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33059id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33060id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33061id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33062id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33063id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33064id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33065id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33066id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33067id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33068id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33069id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33070id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33071id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33072id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33073id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33074id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33075id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33076id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33077id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33078id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33079id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33080id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33081id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33082id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33083id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33084id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33085id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33086id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33087id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33088id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33089id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33090id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33091id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33092id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33093id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33094id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33095id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33096id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33097id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33098id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33099id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33100id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33101id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33102id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33103id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33104id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33105id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33106id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33107id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33108id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33109id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33110id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33111id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33112id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33113id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33114id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33115id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33116id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33117id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33118id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33119id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33120id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33121id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33122id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33123id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33124id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33125id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33126id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33127id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33128id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33129id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33130id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33131id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33132id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33133id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33134id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33135id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33136id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33137id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33138id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33139id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33140id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33141id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33142id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33143id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33144id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33145id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33146id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33147id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33148id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33149id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33150id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33151id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33152id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33153id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33154id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33155id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33156id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33157id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33158id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33159id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33160id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33161id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33162id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33163id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33164id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33165id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33166id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33167id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33168id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33169id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33170id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33171id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33172id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33173id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33174id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33175id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33176id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33177id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33178id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33179id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33180id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33181id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33182id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33183id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33184id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33185id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33186id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33187id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33188id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33189id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33190id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33191id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33192id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33193id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33194id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33195id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33196id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33197id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33198id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33199id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33200id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33201id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33202id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33203id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33204id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33205id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33206id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33207id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33208id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33209id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33210id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33211id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33212id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33213id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33214id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33215id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33216id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33217id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33218id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33219id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33220id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33221id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33222id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33223id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33224id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33225id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33226id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33227id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33228id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33229id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33230id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33231id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33232id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33233id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33234id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33235id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33236id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33237id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33238id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33239id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33240id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33241id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33242id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33243id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33244id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33245id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33246id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33247id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33248id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33249id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33250id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33251id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33252id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33253id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33254id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33255id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33256id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33257id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33258id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33259id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33260id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33261id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33262id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33263id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33264id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33265id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33266id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33267id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33268id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33269id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33270id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33271id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33272id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33273id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33274id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33275id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33276id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33277id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33278id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33279id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33280id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33281id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33282id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33283id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33284id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33285id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33286id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33287id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33288id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33289id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33290id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33291id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33292id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33293id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33294id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33295id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33296id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33297id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33298id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33299id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33300id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33301id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33302id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33303id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33304id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33305id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33306id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33307id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33308id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33309id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33310id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33311id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33312id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33313id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33314id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33315id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33316id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33317id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33318id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33319id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33320id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33321id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33322id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33323id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33324id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33325id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33326id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33327id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33328id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33329id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33330id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33331id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33332id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33333id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33334id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33335id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33336id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33337id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33338id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33339id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33340id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33341id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33342id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33343id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33344id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33345id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33346id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33347id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33348id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33349id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33350id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33351id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33352id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33353id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33354id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33355id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33356id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33357id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33358id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33359id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33360id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33361id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33362id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33363id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33364id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33365id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33366id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33367id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33368id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33369id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33370id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33371id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33372id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33373id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33374id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33375id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33376id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33377id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33378id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33379id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33380id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33381id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33382id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33383id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33384id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33385id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33386id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33387id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33388id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33389id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33390id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33391id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33392id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33393id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33394id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33395id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33396id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33397id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33398id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33399id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33400id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33401id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33402id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33403id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33404id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33405id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33406id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33407id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33408id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33409id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33410id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33411id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33412id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33413id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33414id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33415id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33416id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33417id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33418id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33419id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33420id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33421id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33422id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33423id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33424id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33425id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33426id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33427id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33428id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33429id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33430id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33431id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33432id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33433id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33434id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33435id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33436id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33437id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33438id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33439id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33440id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33441id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33442id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33443id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33444id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33445id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33446id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33447id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33448id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33449id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33450id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33451id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33452id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33453id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33454id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33455id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33456id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33457id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33458id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33459id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33460id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33461id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33462id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33463id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33464id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33465id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33466id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33467id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33468id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33469id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33470id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33471id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33472id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33473id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33474id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33475id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33476id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33477id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33478id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33479id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33480id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33481id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33482id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33483id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33484id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33485id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33486id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33487id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33488id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33489id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33490id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33491id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33492id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33493id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33494id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33495id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33496id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33497id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33498id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33499id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33500id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33501id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33502id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33503id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33504id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33505id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33506id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33507id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33508id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33509id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33510id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33511id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33512id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33513id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33514id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33515id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33516id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33517id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33518id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33519id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33520id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33521id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33522id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33523id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33524id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33525id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33526id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33527id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33528id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33529id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33530id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33531id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33532id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33533id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33534id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33535id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33536id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33537id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33538id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33539id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33540id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33541id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33542id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33543id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33544id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33545id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33546id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33547id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33548id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33549id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33550id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33551id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33552id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33553id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33554id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33555id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33556id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33557id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33558id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33559id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33560id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33561id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33562id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33563id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33564id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33565id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33566id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33567id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33568id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33569id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33570id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33571id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33572id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33573id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33574id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33575id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33576id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33577id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33578id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33579id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33580id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33581id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33582id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33583id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33584id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33585id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33586id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33587id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33588id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33589id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33590id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33591id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33592id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33593id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33594id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33595id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33596id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33597id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33598id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33599id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33600id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33601id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33602id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33603id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33604id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33605id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33606id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33607id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33608id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33609id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33610id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33611id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33612id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33613id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33614id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33615id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33616id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33617id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33618id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33619id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33620id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33621id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33622id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33623id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33624id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33625id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33626id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33627id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33628id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33629id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33630id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33631id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33632id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33633id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33634id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33635id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33636id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33637id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33638id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33639id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33640id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33641id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33642id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33643id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33644id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33645id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33646id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33647id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33648id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33649id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33650id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33651id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33652id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33653id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33654id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33655id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33656id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33657id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33658id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33659id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33660id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33661id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33662id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33663id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33664id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33665id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33666id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33667id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33668id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33669id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33670id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33671id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33672id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33673id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33674id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33675id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33676id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33677id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33678id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33679id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33680id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33681id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33682id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33683id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33684id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33685id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33686id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33687id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33688id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33689id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33690id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33691id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33692id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33693id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33694id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33695id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33696id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33697id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33698id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33699id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33700id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33701id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33702id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33703id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33704id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33705id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33706id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33707id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33708id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33709id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33710id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33711id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33712id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33713id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33714id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33715id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33716id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33717id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33718id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33719id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33720id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33721id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33722id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33723id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33724id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33725id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33726id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33727id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33728id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33729id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33730id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33731id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33732id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33733id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33734id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33735id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33736id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33737id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33738id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33739id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33740id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33741id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33742id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33743id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33744id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33745id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33746id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33747id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33748id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33749id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33750id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33751id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33752id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33753id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33754id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33755id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33756id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33757id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33758id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33759id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33760id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33761id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33762id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33763id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33764id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33765id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33766id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33767id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33768id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33769id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33770id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33771id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33772id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33773id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33774id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33775id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33776id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33777id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33778id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33779id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33780id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33781id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33782id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33783id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33784id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33785id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33786id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33787id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33788id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33789id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33790id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33791id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33792id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33793id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33794id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33795id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33796id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33797id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33798id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33799id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33800id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33801id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33802id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33803id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33804id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33805id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33806id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33807id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33808id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33809id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33810id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33811id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33812id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33813id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33814id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33815id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33816id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33817id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33818id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33819id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33820id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33821id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33822id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33823id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33824id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33825id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33826id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33827id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33828id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33829id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33830id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33831id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33832id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33833id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33834id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33835id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33836id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33837id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33838id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33839id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33840id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33841id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33842id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33843id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33844id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33845id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33846id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33847id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33848id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33849id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33850id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33851id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33852id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33853id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33854id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33855id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33856id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33857id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33858id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33859id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33860id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33861id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33862id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33863id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33864id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33865id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33866id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33867id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33868id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33869id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33870id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33871id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33872id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33873id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33874id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33875id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33876id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33877id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33878id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33879id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33880id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33881id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33882id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33883id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33884id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33885id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33886id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33887id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33888id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33889id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33890id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33891id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33892id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33893id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33894id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33895id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33896id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33897id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33898id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33899id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33900id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33901id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33902id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33903id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33904id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33905id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33906id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33907id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33908id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33909id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33910id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33911id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33912id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33913id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33914id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33915id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33916id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33917id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33918id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33919id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33920id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33921id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33922id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33923id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33924id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33925id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33926id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33927id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33928id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33929id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33930id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33931id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33932id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33933id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33934id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33935id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33936id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33937id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33938id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33939id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33940id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33941id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33942id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33943id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33944id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33945id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33946id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33947id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33948id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33949id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33950id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33951id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33952id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33953id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33954id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33955id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33956id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33957id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33958id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33959id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33960id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33961id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33962id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33963id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33964id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33965id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33966id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33967id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33968id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33969id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33970id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33971id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33972id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33973id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33974id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33975id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33976id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33977id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33978id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "33979id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "33980id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33981id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33982id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33983id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33984id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33985id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33986id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33987id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33988id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33989id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33990id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33991id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33992id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "33993id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "33994id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33995id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "33996id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "33997id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33998id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "33999id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34000id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34001id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34002id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34003id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34004id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34005id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34006id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34007id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34008id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34009id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34010id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34011id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34012id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34013id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34014id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34015id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34016id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34017id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34018id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34019id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34020id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34021id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34022id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34023id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34024id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34025id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34026id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34027id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34028id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34029id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34030id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34031id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34032id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34033id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34034id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34035id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34036id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34037id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34038id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34039id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34040id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34041id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34042id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34043id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34044id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34045id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34046id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34047id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34048id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34049id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34050id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34051id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34052id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34053id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34054id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34055id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34056id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34057id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34058id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34059id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34060id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34061id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34062id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34063id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34064id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34065id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34066id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34067id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34068id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34069id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34070id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34071id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34072id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34073id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34074id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34075id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34076id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34077id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34078id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34079id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34080id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34081id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34082id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34083id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34084id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34085id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34086id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34087id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34088id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34089id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34090id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34091id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34092id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34093id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34094id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34095id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34096id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34097id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34098id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34099id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34100id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34101id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34102id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34103id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34104id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34105id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34106id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34107id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34108id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34109id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34110id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34111id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34112id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34113id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34114id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34115id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34116id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34117id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34118id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34119id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34120id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34121id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34122id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34123id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34124id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34125id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34126id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34127id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34128id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34129id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34130id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34131id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34132id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34133id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34134id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34135id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34136id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34137id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34138id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34139id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34140id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34141id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34142id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34143id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34144id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34145id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34146id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34147id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34148id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34149id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34150id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34151id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34152id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34153id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34154id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34155id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34156id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34157id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34158id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34159id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34160id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34161id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34162id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34163id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34164id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34165id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34166id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34167id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34168id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34169id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34170id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34171id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34172id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34173id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34174id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34175id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34176id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34177id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34178id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34179id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34180id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34181id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34182id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34183id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34184id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34185id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34186id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34187id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34188id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34189id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34190id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34191id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34192id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34193id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34194id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34195id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34196id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34197id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34198id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34199id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34200id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34201id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34202id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34203id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34204id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34205id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34206id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34207id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34208id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34209id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34210id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34211id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34212id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34213id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34214id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34215id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34216id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34217id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34218id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34219id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34220id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34221id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34222id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34223id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34224id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34225id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34226id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34227id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34228id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34229id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34230id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34231id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34232id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34233id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34234id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34235id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34236id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34237id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34238id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34239id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34240id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34241id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34242id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34243id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34244id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34245id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34246id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34247id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34248id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34249id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34250id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34251id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34252id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34253id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34254id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34255id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34256id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34257id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34258id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34259id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34260id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34261id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34262id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34263id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34264id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34265id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34266id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34267id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34268id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34269id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34270id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34271id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34272id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34273id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34274id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34275id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34276id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34277id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34278id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34279id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34280id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34281id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34282id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34283id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34284id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34285id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34286id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34287id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34288id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34289id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34290id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34291id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34292id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34293id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34294id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34295id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34296id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34297id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34298id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34299id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34300id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34301id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34302id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34303id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34304id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34305id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34306id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34307id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34308id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34309id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34310id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34311id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34312id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34313id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34314id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34315id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34316id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34317id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34318id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34319id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34320id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34321id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34322id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34323id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34324id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34325id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34326id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34327id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34328id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34329id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34330id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34331id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34332id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34333id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34334id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34335id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34336id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34337id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34338id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34339id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34340id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34341id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34342id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34343id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34344id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34345id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34346id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34347id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34348id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34349id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34350id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34351id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34352id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34353id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34354id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34355id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34356id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34357id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34358id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34359id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34360id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34361id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34362id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34363id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34364id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34365id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34366id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34367id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34368id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34369id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34370id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34371id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34372id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34373id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34374id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34375id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34376id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34377id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34378id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34379id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34380id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34381id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34382id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34383id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34384id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34385id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34386id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34387id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34388id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34389id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34390id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34391id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34392id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34393id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34394id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34395id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34396id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34397id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34398id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34399id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34400id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34401id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34402id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34403id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34404id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34405id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34406id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34407id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34408id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34409id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34410id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34411id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34412id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34413id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34414id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34415id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34416id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34417id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34418id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34419id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34420id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34421id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34422id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34423id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34424id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34425id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34426id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34427id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34428id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34429id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34430id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34431id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34432id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34433id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34434id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34435id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34436id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34437id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34438id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34439id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34440id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34441id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34442id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34443id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34444id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34445id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34446id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34447id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34448id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34449id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34450id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34451id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34452id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34453id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34454id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34455id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34456id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34457id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34458id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34459id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34460id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34461id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34462id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34463id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34464id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34465id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34466id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34467id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34468id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34469id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34470id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34471id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34472id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34473id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34474id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34475id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34476id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34477id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34478id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34479id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34480id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34481id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34482id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34483id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34484id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34485id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34486id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34487id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34488id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34489id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34490id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34491id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34492id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34493id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34494id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34495id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34496id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34497id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34498id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34499id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34500id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34501id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34502id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34503id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34504id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34505id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34506id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34507id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34508id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34509id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34510id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34511id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34512id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34513id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34514id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34515id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34516id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34517id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34518id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34519id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34520id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34521id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34522id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34523id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34524id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34525id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34526id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34527id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34528id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34529id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34530id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34531id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34532id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34533id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34534id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34535id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34536id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34537id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34538id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34539id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34540id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34541id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34542id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34543id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34544id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34545id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34546id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34547id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34548id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34549id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34550id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34551id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34552id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34553id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34554id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34555id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34556id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34557id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34558id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34559id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34560id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34561id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34562id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34563id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34564id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34565id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34566id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34567id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34568id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34569id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34570id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34571id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34572id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34573id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34574id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34575id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34576id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34577id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34578id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34579id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34580id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34581id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34582id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34583id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34584id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34585id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34586id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34587id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34588id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34589id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34590id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34591id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34592id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34593id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34594id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34595id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34596id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34597id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34598id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34599id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34600id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34601id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34602id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34603id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34604id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34605id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34606id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34607id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34608id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34609id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34610id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34611id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34612id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34613id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34614id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34615id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34616id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34617id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34618id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34619id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34620id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34621id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34622id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34623id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34624id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34625id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34626id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34627id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34628id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34629id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34630id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34631id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34632id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34633id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34634id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34635id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34636id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34637id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34638id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34639id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34640id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34641id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34642id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34643id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34644id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34645id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34646id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34647id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34648id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34649id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34650id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34651id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34652id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34653id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34654id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34655id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34656id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34657id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34658id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34659id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34660id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34661id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34662id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34663id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34664id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34665id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34666id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34667id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34668id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34669id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34670id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34671id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34672id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34673id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34674id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34675id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34676id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34677id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34678id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34679id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34680id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34681id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34682id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34683id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34684id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34685id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34686id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34687id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34688id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34689id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34690id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34691id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34692id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34693id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34694id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34695id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34696id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34697id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34698id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34699id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34700id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34701id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34702id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34703id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34704id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34705id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34706id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34707id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34708id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34709id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34710id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34711id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34712id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34713id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34714id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34715id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34716id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34717id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34718id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34719id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34720id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34721id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34722id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34723id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34724id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34725id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34726id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34727id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34728id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34729id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34730id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34731id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34732id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34733id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34734id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34735id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34736id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34737id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34738id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34739id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34740id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34741id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34742id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34743id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34744id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34745id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34746id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34747id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34748id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34749id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34750id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34751id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34752id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34753id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34754id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34755id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34756id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34757id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34758id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34759id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34760id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34761id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34762id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34763id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34764id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34765id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34766id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34767id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34768id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34769id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34770id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34771id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34772id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34773id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34774id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34775id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34776id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34777id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34778id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34779id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34780id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34781id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34782id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34783id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34784id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34785id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34786id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34787id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34788id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34789id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34790id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34791id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34792id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34793id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34794id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34795id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34796id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34797id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34798id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34799id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34800id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34801id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34802id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34803id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34804id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34805id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34806id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34807id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34808id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34809id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34810id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34811id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34812id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34813id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34814id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34815id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34816id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34817id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34818id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34819id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34820id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34821id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34822id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34823id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34824id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34825id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34826id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34827id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34828id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34829id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34830id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34831id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34832id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34833id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34834id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34835id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34836id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34837id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34838id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34839id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34840id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34841id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34842id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34843id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34844id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34845id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34846id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34847id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34848id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34849id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34850id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34851id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34852id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34853id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34854id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34855id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34856id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34857id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34858id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34859id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34860id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34861id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34862id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34863id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34864id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34865id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34866id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34867id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34868id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34869id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34870id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34871id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34872id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34873id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34874id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34875id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34876id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34877id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34878id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34879id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34880id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34881id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34882id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34883id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34884id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34885id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34886id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34887id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34888id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34889id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34890id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34891id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34892id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34893id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34894id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34895id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34896id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34897id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34898id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34899id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34900id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34901id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34902id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34903id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34904id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34905id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34906id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34907id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34908id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34909id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34910id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34911id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34912id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34913id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34914id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34915id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34916id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34917id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34918id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34919id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34920id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34921id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34922id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34923id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34924id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34925id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34926id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34927id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34928id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34929id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34930id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34931id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34932id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34933id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34934id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34935id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34936id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34937id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34938id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34939id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34940id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34941id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34942id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34943id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34944id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34945id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34946id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34947id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34948id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34949id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34950id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34951id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34952id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34953id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34954id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34955id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34956id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34957id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34958id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34959id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34960id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34961id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34962id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34963id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34964id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34965id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34966id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34967id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34968id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34969id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34970id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34971id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34972id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34973id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34974id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34975id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34976id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34977id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34978id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34979id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34980id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34981id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34982id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34983id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34984id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34985id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34986id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34987id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34988id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34989id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "34990id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34991id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "34992id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34993id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "34994id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "34995id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "34996id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34997id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "34998id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "34999id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35000id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35001id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35002id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35003id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35004id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35005id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35006id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35007id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35008id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35009id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35010id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35011id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35012id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35013id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35014id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35015id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35016id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35017id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35018id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35019id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35020id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35021id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35022id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35023id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35024id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35025id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35026id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35027id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35028id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35029id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35030id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35031id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35032id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35033id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35034id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35035id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35036id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35037id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35038id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35039id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35040id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35041id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35042id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35043id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35044id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35045id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35046id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35047id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35048id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35049id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35050id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35051id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35052id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35053id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35054id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35055id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35056id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35057id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35058id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35059id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35060id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35061id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35062id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35063id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35064id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35065id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35066id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35067id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35068id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35069id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35070id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35071id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35072id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35073id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35074id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35075id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35076id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35077id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35078id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35079id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35080id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35081id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35082id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35083id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35084id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35085id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35086id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35087id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35088id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35089id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35090id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35091id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35092id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35093id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35094id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35095id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35096id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35097id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35098id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35099id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35100id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35101id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35102id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35103id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35104id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35105id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35106id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35107id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35108id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35109id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35110id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35111id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35112id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35113id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35114id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35115id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35116id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35117id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35118id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35119id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35120id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35121id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35122id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35123id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35124id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35125id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35126id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35127id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35128id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35129id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35130id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35131id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35132id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35133id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35134id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35135id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35136id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35137id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35138id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35139id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35140id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35141id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35142id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35143id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35144id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35145id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35146id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35147id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35148id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35149id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35150id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35151id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35152id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35153id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35154id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35155id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35156id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35157id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35158id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35159id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35160id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35161id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35162id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35163id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35164id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35165id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35166id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35167id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35168id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35169id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35170id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35171id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35172id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35173id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35174id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35175id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35176id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35177id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35178id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35179id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35180id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35181id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35182id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35183id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35184id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35185id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35186id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35187id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35188id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35189id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35190id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35191id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35192id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35193id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35194id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35195id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35196id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35197id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35198id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35199id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35200id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35201id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35202id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35203id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35204id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35205id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35206id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35207id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35208id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35209id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35210id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35211id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35212id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35213id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35214id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35215id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35216id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35217id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35218id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35219id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35220id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35221id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35222id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35223id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35224id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35225id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35226id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35227id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35228id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35229id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35230id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35231id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35232id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35233id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35234id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35235id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35236id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35237id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35238id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35239id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35240id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35241id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35242id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35243id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35244id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35245id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35246id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35247id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35248id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35249id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35250id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35251id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35252id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35253id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35254id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35255id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35256id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35257id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35258id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35259id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35260id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35261id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35262id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35263id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35264id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35265id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35266id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35267id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35268id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35269id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35270id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35271id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35272id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35273id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35274id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35275id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35276id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35277id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35278id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35279id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35280id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35281id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35282id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35283id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35284id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35285id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35286id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35287id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35288id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35289id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35290id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35291id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35292id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35293id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35294id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35295id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35296id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35297id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35298id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35299id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35300id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35301id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35302id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35303id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35304id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35305id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35306id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35307id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35308id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35309id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35310id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35311id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35312id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35313id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35314id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35315id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35316id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35317id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35318id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35319id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35320id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35321id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35322id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35323id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35324id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35325id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35326id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35327id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35328id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35329id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35330id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35331id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35332id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35333id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35334id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35335id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35336id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35337id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35338id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35339id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35340id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35341id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35342id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35343id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35344id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35345id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35346id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35347id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35348id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35349id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35350id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35351id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35352id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35353id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35354id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35355id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35356id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35357id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35358id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35359id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35360id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35361id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35362id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35363id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35364id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35365id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35366id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35367id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35368id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35369id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35370id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35371id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35372id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35373id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35374id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35375id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35376id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35377id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35378id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35379id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35380id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35381id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35382id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35383id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35384id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35385id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35386id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35387id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35388id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35389id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35390id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35391id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35392id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35393id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35394id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35395id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35396id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35397id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35398id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35399id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35400id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35401id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35402id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35403id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35404id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35405id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35406id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35407id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35408id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35409id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35410id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35411id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35412id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35413id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35414id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35415id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35416id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35417id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35418id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35419id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35420id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35421id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35422id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35423id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35424id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35425id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35426id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35427id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35428id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35429id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35430id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35431id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35432id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35433id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35434id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35435id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35436id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35437id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35438id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35439id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35440id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35441id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35442id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35443id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35444id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35445id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35446id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35447id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35448id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35449id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35450id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35451id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35452id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35453id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35454id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35455id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35456id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35457id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35458id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35459id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35460id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35461id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35462id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35463id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35464id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35465id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35466id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35467id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35468id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35469id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35470id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35471id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35472id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35473id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35474id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35475id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35476id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35477id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35478id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35479id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35480id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35481id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35482id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35483id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35484id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35485id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35486id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35487id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35488id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35489id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35490id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35491id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35492id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35493id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35494id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35495id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35496id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35497id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35498id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35499id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35500id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35501id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35502id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35503id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35504id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35505id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35506id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35507id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35508id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35509id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35510id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35511id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35512id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35513id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35514id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35515id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35516id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35517id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35518id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35519id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35520id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35521id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35522id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35523id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35524id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35525id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35526id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35527id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35528id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35529id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35530id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35531id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35532id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35533id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35534id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35535id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35536id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35537id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35538id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35539id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35540id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35541id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35542id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35543id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35544id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35545id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35546id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35547id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35548id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35549id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35550id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35551id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35552id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35553id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35554id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35555id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35556id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35557id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35558id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35559id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35560id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35561id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35562id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35563id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35564id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35565id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35566id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35567id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35568id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35569id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35570id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35571id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35572id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35573id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35574id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35575id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35576id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35577id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35578id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35579id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35580id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35581id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35582id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35583id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35584id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35585id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35586id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35587id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35588id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35589id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35590id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35591id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35592id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35593id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35594id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35595id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35596id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35597id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35598id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35599id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35600id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35601id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35602id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35603id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35604id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35605id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35606id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35607id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35608id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35609id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35610id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35611id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35612id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35613id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35614id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35615id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35616id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35617id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35618id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35619id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35620id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35621id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35622id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35623id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35624id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35625id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35626id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35627id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35628id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35629id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35630id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35631id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35632id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35633id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35634id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35635id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35636id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35637id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35638id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35639id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35640id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35641id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35642id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35643id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35644id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35645id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35646id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35647id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35648id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35649id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35650id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35651id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35652id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35653id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35654id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35655id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35656id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35657id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35658id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35659id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35660id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35661id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35662id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35663id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35664id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35665id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35666id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35667id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35668id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35669id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35670id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35671id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35672id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35673id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35674id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35675id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35676id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35677id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35678id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35679id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35680id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35681id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35682id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35683id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35684id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35685id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35686id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35687id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35688id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35689id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35690id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35691id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35692id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35693id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35694id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35695id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35696id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35697id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35698id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35699id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35700id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35701id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35702id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35703id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35704id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35705id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35706id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35707id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35708id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35709id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35710id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35711id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35712id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35713id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35714id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35715id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35716id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35717id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35718id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35719id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35720id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35721id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35722id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35723id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35724id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35725id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35726id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35727id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35728id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35729id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35730id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35731id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35732id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35733id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35734id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35735id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35736id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35737id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35738id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35739id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35740id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35741id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35742id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35743id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35744id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35745id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35746id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35747id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35748id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35749id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35750id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35751id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35752id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35753id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35754id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35755id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35756id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35757id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35758id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35759id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35760id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35761id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35762id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35763id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35764id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35765id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35766id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35767id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35768id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35769id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35770id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35771id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35772id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35773id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35774id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35775id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35776id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35777id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35778id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35779id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35780id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35781id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35782id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35783id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35784id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35785id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35786id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35787id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35788id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35789id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35790id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35791id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35792id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35793id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35794id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35795id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35796id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35797id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35798id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35799id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35800id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35801id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35802id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35803id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35804id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35805id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35806id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35807id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35808id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35809id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35810id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35811id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35812id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35813id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35814id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35815id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35816id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35817id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35818id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35819id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35820id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35821id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35822id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35823id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35824id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35825id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35826id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35827id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35828id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35829id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35830id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35831id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35832id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35833id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35834id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35835id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35836id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35837id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35838id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35839id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35840id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35841id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35842id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35843id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35844id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35845id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35846id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35847id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35848id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35849id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35850id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35851id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35852id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35853id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35854id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35855id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35856id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35857id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35858id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35859id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35860id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35861id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35862id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35863id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35864id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35865id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35866id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35867id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35868id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35869id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35870id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35871id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35872id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35873id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35874id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35875id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35876id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35877id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35878id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35879id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35880id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35881id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35882id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35883id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35884id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35885id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35886id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35887id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35888id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35889id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35890id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35891id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35892id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35893id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35894id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35895id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35896id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35897id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35898id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35899id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35900id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35901id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35902id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35903id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35904id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35905id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35906id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35907id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35908id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35909id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35910id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35911id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35912id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35913id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35914id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35915id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35916id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35917id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35918id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35919id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35920id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35921id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35922id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35923id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35924id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35925id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35926id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35927id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35928id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35929id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35930id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35931id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35932id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35933id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35934id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35935id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35936id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35937id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35938id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35939id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35940id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35941id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35942id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35943id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35944id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35945id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35946id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35947id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35948id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35949id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35950id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35951id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35952id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35953id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35954id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35955id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35956id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35957id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35958id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35959id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35960id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35961id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35962id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35963id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35964id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35965id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35966id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35967id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35968id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35969id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35970id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35971id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35972id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35973id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35974id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35975id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35976id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35977id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35978id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35979id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35980id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35981id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "35982id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35983id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35984id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35985id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35986id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35987id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35988id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "35989id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "35990id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35991id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "35992id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35993id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35994id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35995id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "35996id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35997id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "35998id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "35999id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36000id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36001id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36002id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36003id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36004id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36005id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36006id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36007id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36008id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36009id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36010id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36011id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36012id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36013id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36014id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36015id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36016id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36017id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36018id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36019id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36020id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36021id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36022id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36023id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36024id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36025id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36026id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36027id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36028id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36029id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36030id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36031id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36032id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36033id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36034id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36035id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36036id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36037id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36038id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36039id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36040id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36041id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36042id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36043id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36044id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36045id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36046id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36047id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36048id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36049id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36050id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36051id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36052id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36053id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36054id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36055id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36056id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36057id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36058id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36059id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36060id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36061id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36062id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36063id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36064id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36065id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36066id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36067id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36068id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36069id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36070id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36071id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36072id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36073id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36074id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36075id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36076id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36077id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36078id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36079id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36080id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36081id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36082id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36083id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36084id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36085id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36086id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36087id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36088id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36089id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36090id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36091id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36092id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36093id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36094id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36095id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36096id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36097id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36098id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36099id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36100id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36101id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36102id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36103id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36104id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36105id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36106id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36107id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36108id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36109id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36110id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36111id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36112id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36113id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36114id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36115id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36116id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36117id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36118id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36119id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36120id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36121id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36122id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36123id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36124id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36125id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36126id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36127id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36128id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36129id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36130id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36131id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36132id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36133id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36134id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36135id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36136id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36137id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36138id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36139id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36140id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36141id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36142id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36143id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36144id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36145id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36146id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36147id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36148id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36149id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36150id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36151id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36152id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36153id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36154id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36155id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36156id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36157id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36158id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36159id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36160id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36161id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36162id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36163id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36164id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36165id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36166id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36167id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36168id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36169id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36170id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36171id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36172id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36173id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36174id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36175id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36176id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36177id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36178id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36179id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36180id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36181id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36182id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36183id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36184id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36185id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36186id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36187id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36188id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36189id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36190id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36191id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36192id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36193id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36194id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36195id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36196id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36197id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36198id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36199id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36200id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36201id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36202id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36203id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36204id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36205id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36206id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36207id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36208id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36209id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36210id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36211id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36212id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36213id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36214id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36215id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36216id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36217id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36218id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36219id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36220id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36221id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36222id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36223id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36224id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36225id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36226id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36227id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36228id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36229id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36230id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36231id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36232id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36233id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36234id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36235id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36236id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36237id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36238id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36239id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36240id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36241id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36242id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36243id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36244id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36245id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36246id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36247id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36248id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36249id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36250id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36251id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36252id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36253id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36254id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36255id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36256id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36257id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36258id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36259id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36260id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36261id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36262id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36263id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36264id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36265id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36266id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36267id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36268id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36269id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36270id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36271id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36272id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36273id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36274id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36275id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36276id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36277id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36278id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36279id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36280id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36281id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36282id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36283id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36284id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36285id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36286id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36287id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36288id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36289id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36290id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36291id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36292id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36293id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36294id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36295id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36296id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36297id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36298id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36299id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36300id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36301id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36302id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36303id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36304id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36305id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36306id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36307id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36308id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36309id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36310id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36311id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36312id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36313id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36314id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36315id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36316id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36317id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36318id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36319id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36320id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36321id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36322id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36323id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36324id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36325id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36326id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36327id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36328id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36329id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36330id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36331id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36332id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36333id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36334id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36335id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36336id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36337id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36338id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36339id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36340id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36341id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36342id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36343id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36344id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36345id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36346id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36347id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36348id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36349id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36350id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36351id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36352id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36353id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36354id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36355id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36356id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36357id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36358id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36359id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36360id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36361id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36362id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36363id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36364id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36365id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36366id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36367id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36368id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36369id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36370id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36371id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36372id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36373id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36374id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36375id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36376id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36377id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36378id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36379id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36380id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36381id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36382id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36383id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36384id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36385id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36386id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36387id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36388id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36389id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36390id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36391id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36392id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36393id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36394id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36395id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36396id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36397id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36398id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36399id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36400id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36401id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36402id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36403id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36404id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36405id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36406id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36407id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36408id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36409id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36410id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36411id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36412id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36413id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36414id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36415id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36416id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36417id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36418id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36419id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36420id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36421id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36422id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36423id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36424id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36425id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36426id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36427id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36428id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36429id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36430id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36431id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36432id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36433id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36434id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36435id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36436id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36437id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36438id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36439id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36440id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36441id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36442id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36443id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36444id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36445id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36446id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36447id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36448id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36449id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36450id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36451id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36452id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36453id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36454id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36455id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36456id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36457id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36458id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36459id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36460id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36461id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36462id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36463id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36464id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36465id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36466id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36467id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36468id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36469id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36470id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36471id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36472id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36473id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36474id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36475id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36476id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36477id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36478id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36479id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36480id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36481id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36482id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36483id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36484id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36485id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36486id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36487id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36488id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36489id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36490id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36491id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36492id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36493id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36494id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36495id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36496id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36497id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36498id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36499id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36500id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36501id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36502id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36503id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36504id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36505id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36506id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36507id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36508id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36509id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36510id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36511id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36512id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36513id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36514id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36515id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36516id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36517id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36518id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36519id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36520id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36521id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36522id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36523id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36524id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36525id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36526id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36527id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36528id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36529id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36530id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36531id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36532id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36533id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36534id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36535id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36536id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36537id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36538id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36539id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36540id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36541id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36542id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36543id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36544id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36545id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36546id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36547id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36548id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36549id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36550id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36551id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36552id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36553id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36554id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36555id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36556id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36557id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36558id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36559id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36560id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36561id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36562id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36563id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36564id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36565id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36566id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36567id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36568id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36569id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36570id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36571id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36572id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36573id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36574id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36575id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36576id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36577id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36578id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36579id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36580id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36581id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36582id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36583id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36584id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36585id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36586id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36587id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36588id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36589id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36590id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36591id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36592id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36593id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36594id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36595id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36596id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36597id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36598id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36599id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36600id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36601id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36602id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36603id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36604id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36605id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36606id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36607id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36608id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36609id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36610id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36611id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36612id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36613id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36614id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36615id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36616id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36617id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36618id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36619id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36620id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36621id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36622id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36623id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36624id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36625id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36626id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36627id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36628id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36629id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36630id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36631id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36632id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36633id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36634id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36635id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36636id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36637id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36638id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36639id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36640id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36641id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36642id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36643id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36644id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36645id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36646id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36647id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36648id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36649id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36650id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36651id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36652id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36653id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36654id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36655id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36656id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36657id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36658id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36659id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36660id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36661id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36662id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36663id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36664id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36665id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36666id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36667id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36668id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36669id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36670id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36671id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36672id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36673id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36674id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36675id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36676id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36677id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36678id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36679id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36680id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36681id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36682id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36683id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36684id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36685id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36686id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36687id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36688id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36689id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36690id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36691id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36692id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36693id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36694id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36695id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36696id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36697id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36698id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36699id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36700id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36701id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36702id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36703id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36704id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36705id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36706id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36707id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36708id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36709id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36710id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36711id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36712id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36713id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36714id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36715id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36716id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36717id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36718id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36719id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36720id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36721id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36722id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36723id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36724id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36725id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36726id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36727id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36728id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36729id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36730id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36731id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36732id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36733id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36734id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36735id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36736id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36737id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36738id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36739id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36740id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36741id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36742id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36743id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36744id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36745id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36746id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36747id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36748id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36749id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36750id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36751id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36752id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36753id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36754id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36755id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36756id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36757id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36758id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36759id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36760id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36761id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36762id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36763id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36764id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36765id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36766id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36767id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36768id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36769id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36770id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36771id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36772id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36773id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36774id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36775id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36776id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36777id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36778id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36779id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36780id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36781id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36782id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36783id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36784id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36785id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36786id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36787id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36788id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36789id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36790id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36791id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36792id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36793id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36794id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36795id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36796id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36797id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36798id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36799id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36800id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36801id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36802id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36803id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36804id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36805id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36806id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36807id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36808id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36809id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36810id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36811id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36812id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36813id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36814id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36815id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36816id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36817id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36818id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36819id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36820id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36821id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36822id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36823id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36824id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36825id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36826id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36827id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36828id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36829id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36830id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36831id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36832id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36833id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36834id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36835id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36836id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36837id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36838id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36839id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36840id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36841id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36842id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36843id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36844id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36845id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36846id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36847id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36848id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36849id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36850id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36851id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36852id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36853id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36854id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36855id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36856id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36857id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36858id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36859id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36860id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36861id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36862id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36863id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36864id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36865id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36866id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36867id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36868id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36869id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36870id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36871id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36872id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36873id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36874id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36875id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36876id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36877id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36878id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36879id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36880id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36881id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36882id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36883id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36884id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36885id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36886id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36887id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36888id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36889id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36890id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36891id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36892id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36893id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36894id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36895id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36896id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36897id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36898id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36899id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36900id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36901id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36902id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36903id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36904id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36905id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36906id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36907id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36908id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36909id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36910id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36911id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36912id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36913id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36914id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36915id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36916id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36917id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36918id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36919id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36920id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36921id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36922id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36923id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36924id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36925id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36926id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36927id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36928id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36929id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36930id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36931id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36932id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36933id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36934id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36935id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36936id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36937id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36938id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36939id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36940id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36941id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36942id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36943id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36944id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36945id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36946id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36947id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36948id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36949id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36950id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36951id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36952id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36953id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36954id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36955id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36956id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36957id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36958id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36959id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36960id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36961id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36962id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36963id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36964id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36965id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36966id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36967id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36968id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36969id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36970id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36971id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36972id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36973id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36974id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36975id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36976id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36977id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "36978id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36979id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36980id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36981id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36982id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36983id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36984id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36985id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36986id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36987id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "36988id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36989id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36990id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36991id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36992id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "36993id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "36994id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36995id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36996id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "36997id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "36998id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "36999id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37000id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37001id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37002id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37003id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37004id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37005id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37006id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37007id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37008id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37009id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37010id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37011id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37012id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37013id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37014id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37015id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37016id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37017id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37018id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37019id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37020id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37021id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37022id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37023id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37024id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37025id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37026id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37027id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37028id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37029id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37030id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37031id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37032id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37033id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37034id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37035id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37036id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37037id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37038id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37039id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37040id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37041id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37042id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37043id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37044id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37045id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37046id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37047id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37048id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37049id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37050id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37051id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37052id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37053id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37054id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37055id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37056id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37057id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37058id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37059id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37060id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37061id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37062id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37063id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37064id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37065id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37066id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37067id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37068id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37069id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37070id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37071id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37072id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37073id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37074id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37075id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37076id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37077id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37078id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37079id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37080id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37081id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37082id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37083id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37084id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37085id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37086id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37087id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37088id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37089id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37090id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37091id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37092id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37093id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37094id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37095id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37096id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37097id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37098id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37099id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37100id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37101id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37102id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37103id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37104id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37105id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37106id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37107id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37108id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37109id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37110id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37111id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37112id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37113id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37114id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37115id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37116id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37117id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37118id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37119id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37120id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37121id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37122id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37123id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37124id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37125id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37126id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37127id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37128id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37129id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37130id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37131id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37132id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37133id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37134id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37135id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37136id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37137id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37138id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37139id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37140id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37141id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37142id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37143id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37144id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37145id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37146id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37147id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37148id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37149id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37150id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37151id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37152id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37153id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37154id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37155id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37156id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37157id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37158id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37159id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37160id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37161id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37162id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37163id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37164id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37165id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37166id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37167id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37168id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37169id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37170id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37171id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37172id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37173id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37174id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37175id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37176id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37177id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37178id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37179id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37180id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37181id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37182id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37183id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37184id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37185id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37186id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37187id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37188id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37189id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37190id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37191id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37192id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37193id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37194id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37195id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37196id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37197id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37198id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37199id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37200id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37201id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37202id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37203id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37204id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37205id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37206id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37207id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37208id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37209id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37210id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37211id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37212id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37213id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37214id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37215id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37216id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37217id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37218id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37219id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37220id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37221id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37222id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37223id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37224id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37225id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37226id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37227id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37228id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37229id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37230id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37231id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37232id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37233id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37234id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37235id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37236id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37237id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37238id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37239id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37240id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37241id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37242id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37243id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37244id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37245id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37246id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37247id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37248id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37249id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37250id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37251id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37252id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37253id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37254id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37255id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37256id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37257id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37258id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37259id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37260id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37261id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37262id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37263id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37264id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37265id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37266id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37267id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37268id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37269id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37270id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37271id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37272id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37273id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37274id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37275id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37276id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37277id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37278id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37279id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37280id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37281id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37282id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37283id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37284id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37285id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37286id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37287id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37288id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37289id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37290id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37291id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37292id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37293id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37294id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37295id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37296id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37297id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37298id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37299id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37300id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37301id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37302id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37303id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37304id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37305id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37306id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37307id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37308id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37309id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37310id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37311id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37312id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37313id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37314id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37315id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37316id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37317id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37318id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37319id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37320id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37321id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37322id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37323id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37324id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37325id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37326id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37327id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37328id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37329id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37330id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37331id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37332id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37333id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37334id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37335id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37336id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37337id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37338id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37339id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37340id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37341id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37342id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37343id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37344id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37345id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37346id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37347id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37348id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37349id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37350id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37351id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37352id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37353id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37354id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37355id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37356id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37357id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37358id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37359id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37360id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37361id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37362id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37363id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37364id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37365id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37366id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37367id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37368id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37369id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37370id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37371id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37372id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37373id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37374id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37375id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37376id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37377id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37378id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37379id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37380id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37381id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37382id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37383id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37384id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37385id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37386id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37387id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37388id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37389id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37390id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37391id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37392id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37393id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37394id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37395id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37396id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37397id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37398id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37399id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37400id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37401id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37402id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37403id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37404id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37405id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37406id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37407id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37408id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37409id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37410id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37411id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37412id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37413id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37414id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37415id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37416id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37417id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37418id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37419id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37420id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37421id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37422id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37423id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37424id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37425id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37426id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37427id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37428id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37429id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37430id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37431id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37432id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37433id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37434id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37435id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37436id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37437id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37438id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37439id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37440id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37441id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37442id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37443id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37444id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37445id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37446id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37447id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37448id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37449id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37450id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37451id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37452id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37453id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37454id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37455id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37456id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37457id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37458id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37459id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37460id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37461id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37462id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37463id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37464id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37465id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37466id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37467id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37468id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37469id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37470id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37471id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37472id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37473id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37474id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37475id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37476id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37477id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37478id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37479id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37480id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37481id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37482id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37483id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37484id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37485id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37486id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37487id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37488id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37489id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37490id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37491id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37492id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37493id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37494id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37495id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37496id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37497id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37498id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37499id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37500id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37501id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37502id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37503id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37504id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37505id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37506id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37507id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37508id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37509id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37510id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37511id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37512id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37513id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37514id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37515id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37516id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37517id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37518id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37519id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37520id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37521id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37522id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37523id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37524id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37525id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37526id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37527id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37528id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37529id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37530id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37531id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37532id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37533id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37534id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37535id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37536id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37537id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37538id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37539id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37540id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37541id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37542id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37543id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37544id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37545id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37546id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37547id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37548id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37549id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37550id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37551id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37552id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37553id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37554id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37555id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37556id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37557id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37558id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37559id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37560id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37561id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37562id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37563id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37564id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37565id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37566id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37567id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37568id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37569id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37570id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37571id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37572id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37573id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37574id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37575id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37576id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37577id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37578id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37579id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37580id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37581id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37582id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37583id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37584id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37585id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37586id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37587id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37588id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37589id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37590id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37591id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37592id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37593id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37594id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37595id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37596id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37597id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37598id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37599id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37600id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37601id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37602id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37603id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37604id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37605id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37606id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37607id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37608id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37609id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37610id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37611id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37612id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37613id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37614id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37615id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37616id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37617id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37618id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37619id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37620id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37621id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37622id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37623id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37624id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37625id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37626id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37627id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37628id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37629id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37630id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37631id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37632id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37633id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37634id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37635id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37636id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37637id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37638id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37639id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37640id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37641id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37642id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37643id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37644id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37645id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37646id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37647id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37648id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37649id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37650id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37651id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37652id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37653id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37654id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37655id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37656id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37657id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37658id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37659id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37660id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37661id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37662id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37663id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37664id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37665id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37666id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37667id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37668id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37669id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37670id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37671id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37672id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37673id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37674id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37675id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37676id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37677id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37678id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37679id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37680id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37681id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37682id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37683id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37684id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37685id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37686id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37687id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37688id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37689id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37690id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37691id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37692id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37693id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37694id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37695id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37696id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37697id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37698id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37699id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37700id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37701id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37702id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37703id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37704id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37705id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37706id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37707id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37708id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37709id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37710id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37711id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37712id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37713id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37714id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37715id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37716id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37717id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37718id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37719id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37720id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37721id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37722id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37723id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37724id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37725id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37726id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37727id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37728id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37729id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37730id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37731id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37732id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37733id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37734id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37735id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37736id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37737id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37738id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37739id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37740id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37741id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37742id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37743id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37744id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37745id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37746id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37747id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37748id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37749id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37750id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37751id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37752id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37753id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37754id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37755id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37756id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37757id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37758id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37759id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37760id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37761id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37762id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37763id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37764id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37765id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37766id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37767id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37768id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37769id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37770id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37771id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37772id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37773id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37774id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37775id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37776id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37777id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37778id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37779id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37780id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37781id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37782id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37783id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37784id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37785id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37786id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37787id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37788id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37789id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37790id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37791id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37792id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37793id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37794id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37795id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37796id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37797id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37798id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37799id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37800id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37801id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37802id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37803id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37804id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37805id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37806id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37807id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37808id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37809id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37810id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37811id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37812id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37813id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37814id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37815id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37816id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37817id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37818id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37819id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37820id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37821id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37822id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37823id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37824id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37825id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37826id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37827id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37828id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37829id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37830id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37831id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37832id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37833id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37834id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37835id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37836id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37837id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37838id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37839id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37840id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37841id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37842id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37843id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37844id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37845id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37846id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37847id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37848id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37849id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37850id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37851id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37852id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37853id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37854id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37855id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37856id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37857id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37858id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37859id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37860id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37861id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37862id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37863id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37864id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37865id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37866id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37867id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37868id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37869id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37870id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37871id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37872id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37873id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37874id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37875id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37876id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37877id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37878id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37879id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37880id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37881id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37882id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37883id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37884id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37885id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37886id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37887id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37888id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37889id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37890id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37891id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37892id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37893id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37894id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37895id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37896id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37897id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37898id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37899id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37900id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37901id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37902id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37903id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37904id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37905id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37906id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37907id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37908id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37909id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37910id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37911id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37912id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37913id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37914id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37915id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37916id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37917id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37918id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37919id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37920id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37921id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37922id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37923id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37924id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37925id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37926id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37927id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37928id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37929id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37930id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37931id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37932id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37933id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37934id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37935id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37936id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37937id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37938id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37939id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37940id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37941id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37942id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37943id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37944id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37945id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37946id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37947id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37948id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37949id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37950id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37951id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37952id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37953id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37954id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37955id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37956id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37957id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37958id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37959id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37960id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37961id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37962id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37963id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37964id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37965id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37966id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37967id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37968id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37969id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37970id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37971id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37972id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37973id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37974id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37975id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37976id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37977id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37978id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37979id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37980id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37981id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37982id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37983id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37984id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37985id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37986id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "37987id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37988id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37989id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37990id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "37991id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "37992id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "37993id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "37994id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37995id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37996id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "37997id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "37998id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37999id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38000id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38001id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38002id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38003id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38004id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38005id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38006id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38007id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38008id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38009id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38010id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38011id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38012id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38013id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38014id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38015id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38016id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38017id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38018id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38019id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38020id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38021id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38022id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38023id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38024id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38025id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38026id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38027id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38028id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38029id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38030id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38031id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38033id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38034id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38035id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38036id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38037id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38038id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38039id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38040id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38041id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38042id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38043id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38044id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38045id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38046id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38047id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38048id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38049id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38050id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38051id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38052id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38053id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38054id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38055id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38056id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38057id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38058id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38059id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38060id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38061id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38062id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38063id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38064id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38065id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38066id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38067id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38068id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38069id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38070id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38071id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38072id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38073id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38074id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38075id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38076id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38077id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38078id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38079id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38080id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38081id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38082id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38083id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38084id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38085id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38086id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38087id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38088id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38089id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38090id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38091id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38092id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38093id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38094id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38095id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38096id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38097id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38098id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38099id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38100id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38101id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38102id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38103id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38104id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38105id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38106id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38107id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38108id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38109id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38110id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38111id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38112id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38113id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38114id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38115id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38116id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38117id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38118id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38119id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38120id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38121id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38122id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38123id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38124id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38125id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38126id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38127id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38128id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38129id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38130id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38131id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38132id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38133id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38134id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38135id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38136id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38137id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38138id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38139id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38140id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38141id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38142id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38143id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38144id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38145id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38146id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38147id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38148id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38149id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38150id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38151id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38152id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38153id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38154id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38155id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38156id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38157id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38158id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38159id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38160id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38161id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38162id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38163id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38164id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38165id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38166id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38167id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38168id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38169id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38170id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38171id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38172id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38173id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38174id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38175id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38176id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38177id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38178id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38179id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38180id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38181id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38182id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38183id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38184id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38185id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38186id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38187id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38188id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38189id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38190id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38191id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38192id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38193id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38194id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38195id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38196id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38197id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38198id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38199id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38200id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38201id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38202id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38203id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38204id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38205id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38206id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38207id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38208id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38209id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38210id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38211id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38212id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38213id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38214id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38215id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38216id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38217id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38218id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38219id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38220id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38221id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38222id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38223id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38224id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38225id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38226id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38227id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38228id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38229id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38230id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38231id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38232id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38233id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38234id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38235id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38236id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38237id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38238id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38239id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38240id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38241id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38242id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38243id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38244id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38245id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38246id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38247id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38248id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38249id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38250id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38251id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38252id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38253id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38254id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38255id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38256id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38257id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38258id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38259id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38260id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38261id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38262id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38263id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38264id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38265id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38266id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38267id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38268id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38269id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38270id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38271id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38272id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38273id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38274id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38275id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38276id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38277id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38278id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38279id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38280id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38281id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38282id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38283id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38284id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38285id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38286id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38287id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38288id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38289id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38290id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38291id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38292id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38293id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38294id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38295id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38296id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38297id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38298id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38299id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38300id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38301id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38302id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38303id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38304id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38305id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38306id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38307id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38308id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38309id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38310id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38311id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38312id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38313id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38314id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38315id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38316id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38317id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38318id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38319id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38320id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38321id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38322id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38323id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38324id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38325id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38326id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38327id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38328id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38329id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38330id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38331id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38332id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38333id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38334id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38335id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38336id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38337id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38338id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38339id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38340id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38341id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38342id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38343id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38344id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38345id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38346id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38347id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38348id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38349id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38350id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38351id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38352id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38353id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38354id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38355id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38356id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38357id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38358id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38359id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38360id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38361id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38362id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38363id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38364id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38365id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38366id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38367id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38368id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38369id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38370id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38371id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38372id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38373id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38374id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38375id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38376id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38377id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38378id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38379id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38380id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38381id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38382id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38383id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38384id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38385id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38386id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38387id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38388id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38389id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38390id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38391id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38392id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38393id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38394id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38395id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38396id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38397id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38398id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38399id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38400id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38401id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38402id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38403id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38404id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38405id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38406id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38407id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38408id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38409id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38410id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38411id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38412id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38413id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38414id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38415id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38416id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38417id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38418id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38419id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38420id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38421id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38422id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38423id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38424id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38425id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38426id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38427id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38428id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38429id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38430id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38431id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38432id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38433id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38434id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38435id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38436id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38437id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38438id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38439id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38440id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38441id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38442id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38443id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38444id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38445id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38446id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38447id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38448id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38449id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38450id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38451id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38452id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38453id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38454id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38455id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38456id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38457id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38458id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38459id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38460id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38461id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38462id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38463id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38464id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38465id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38466id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38467id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38468id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38469id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38470id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38471id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38472id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38473id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38474id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38475id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38476id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38477id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38478id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38479id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38480id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38481id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38482id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38483id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38484id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38485id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38486id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38487id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38488id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38489id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38490id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38491id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38492id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38493id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38494id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38495id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38496id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38497id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38498id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38499id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38500id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38501id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38502id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38503id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38504id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38505id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38506id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38507id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38508id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38509id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38510id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38511id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38512id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38513id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38514id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38515id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38516id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38517id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38518id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38519id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38520id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38521id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38522id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38523id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38524id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38525id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38526id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38527id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38528id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38529id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38530id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38531id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38532id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38533id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38534id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38535id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38536id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38537id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38538id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38539id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38540id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38541id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38542id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38543id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38544id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38545id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38546id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38547id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38548id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38549id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38550id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38551id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38552id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38553id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38554id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38555id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38556id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38557id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38558id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38559id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38560id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38561id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38562id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38563id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38564id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38565id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38566id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38567id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38568id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38569id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38570id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38571id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38572id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38573id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38574id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38575id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38576id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38577id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38578id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38579id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38580id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38581id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38582id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38583id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38584id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38585id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38586id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38587id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38588id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38589id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38590id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38591id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38592id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38593id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38594id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38595id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38596id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38597id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38598id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38599id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38600id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38601id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38602id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38603id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38604id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38605id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38606id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38607id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38608id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38609id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38610id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38611id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38612id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38613id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38614id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38615id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38616id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38617id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38618id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38619id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38620id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38621id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38622id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38623id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38624id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38625id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38626id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38627id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38628id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38629id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38630id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38631id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38632id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38633id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38634id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38635id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38636id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38637id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38638id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38639id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38640id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38641id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38642id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38643id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38644id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38645id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38646id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38647id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38648id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38649id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38650id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38651id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38652id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38653id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38654id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38655id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38656id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38657id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38658id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38659id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38660id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38661id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38662id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38663id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38664id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38665id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38666id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38667id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38668id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38669id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38670id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38671id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38672id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38673id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38674id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38675id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38676id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38677id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38678id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38679id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38680id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38681id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38682id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38683id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38684id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38685id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38686id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38687id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38688id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38689id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38690id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38691id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38692id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38693id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38694id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38695id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38696id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38697id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38698id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38699id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38700id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38701id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38702id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38703id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38704id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38705id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38706id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38707id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38708id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38709id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38710id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38711id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38712id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38713id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38714id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38715id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38716id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38717id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38718id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38719id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38720id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38721id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38722id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38723id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38724id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38725id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38726id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38727id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38728id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38729id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38730id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38731id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38732id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38733id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38734id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38735id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38736id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38737id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38738id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38739id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38740id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38741id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38742id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38743id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38744id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38745id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38746id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38747id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38748id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38749id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38750id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38751id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38752id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38753id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38754id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38755id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38756id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38757id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38758id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38759id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38760id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38761id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38762id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38763id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38764id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38765id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38766id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38767id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38768id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38769id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38770id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38771id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38772id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38773id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38774id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38775id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38776id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38777id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38778id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38779id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38780id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38781id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38782id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38783id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38784id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38785id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38786id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38787id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38788id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38789id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38790id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38791id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38792id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38793id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38794id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38795id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38796id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38797id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38798id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38799id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38800id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38801id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38802id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38803id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38804id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38805id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38806id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38807id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38808id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38809id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38810id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38811id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38812id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38813id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38814id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38815id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38816id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38817id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38818id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38819id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38820id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38821id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38822id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38823id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38824id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38825id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38826id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38827id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38828id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38829id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38830id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38831id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38832id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38833id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38834id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38835id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38836id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38837id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38838id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38839id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38840id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38841id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38842id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38843id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38844id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38845id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38846id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38847id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38848id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38849id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38850id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38851id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38852id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38853id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38854id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38855id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38856id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38857id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38858id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38859id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38860id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38861id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38862id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38863id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38864id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38865id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38866id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38867id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38868id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38869id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38870id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38871id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38872id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38873id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38874id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38875id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38876id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38877id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38878id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38879id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38880id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38881id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38882id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38883id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38884id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38885id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38886id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38887id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38888id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38889id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38890id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38891id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38892id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38893id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38894id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38895id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38896id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38897id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38898id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38899id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38900id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38901id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38902id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38903id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38904id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38905id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38906id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38907id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38908id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38909id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38910id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38911id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38912id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38913id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38914id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38915id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38916id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38917id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38918id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38919id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38920id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38921id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38922id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38923id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38924id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38925id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38926id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38927id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38928id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38929id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38930id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38931id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38932id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38933id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38934id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38935id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38936id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38937id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38938id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38939id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38940id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38941id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38942id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38943id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38944id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38945id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38946id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38947id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38948id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38949id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38950id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38951id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38952id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38953id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38954id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38955id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38956id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38957id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38958id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38959id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38960id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38961id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38962id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38963id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38964id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38965id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38966id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38967id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "38968id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38969id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38970id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38971id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38972id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38973id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38974id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38975id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38976id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38977id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38978id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38979id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38980id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38981id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38982id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38983id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38984id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38985id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "38986id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38987id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38988id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "38989id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "38990id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38991id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38992id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38993id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38994id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38995id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38996id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "38997id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "38998id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "38999id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39000id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39001id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39002id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39003id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39004id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39005id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39006id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39007id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39008id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39009id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39010id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39011id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39012id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39013id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39014id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39015id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39016id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39017id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39018id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39019id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39020id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39021id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39022id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39023id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39024id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39025id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39026id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39027id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39028id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39029id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39030id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39031id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39033id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39034id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39035id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39036id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39037id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39038id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39039id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39040id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39041id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39042id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39043id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39044id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39045id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39046id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39047id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39048id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39049id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39050id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39051id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39052id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39053id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39054id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39055id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39056id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39057id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39058id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39059id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39060id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39061id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39062id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39063id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39064id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39065id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39066id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39067id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39068id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39069id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39070id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39071id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39072id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39073id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39074id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39075id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39076id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39077id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39078id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39079id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39080id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39081id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39082id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39083id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39084id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39085id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39086id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39087id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39088id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39089id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39090id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39091id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39092id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39093id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39094id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39095id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39096id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39097id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39098id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39099id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39100id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39101id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39102id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39103id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39104id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39105id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39106id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39107id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39108id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39109id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39110id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39111id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39112id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39113id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39114id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39115id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39116id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39117id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39118id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39119id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39120id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39121id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39122id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39123id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39124id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39125id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39126id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39127id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39128id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39129id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39130id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39131id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39132id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39133id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39134id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39135id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39136id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39137id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39138id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39139id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39140id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39141id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39142id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39143id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39144id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39145id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39146id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39147id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39148id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39149id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39150id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39151id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39152id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39153id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39154id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39155id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39156id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39157id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39158id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39159id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39160id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39161id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39162id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39163id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39164id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39165id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39166id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39167id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39168id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39169id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39170id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39171id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39172id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39173id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39174id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39175id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39176id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39177id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39178id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39179id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39180id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39181id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39182id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39183id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39184id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39185id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39186id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39187id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39188id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39189id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39190id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39191id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39192id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39193id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39194id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39195id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39196id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39197id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39198id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39199id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39200id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39201id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39202id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39203id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39204id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39205id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39206id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39207id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39208id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39209id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39210id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39211id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39212id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39213id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39214id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39215id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39216id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39217id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39218id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39219id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39220id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39221id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39222id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39223id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39224id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39225id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39226id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39227id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39228id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39229id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39230id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39231id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39232id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39233id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39234id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39235id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39236id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39237id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39238id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39239id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39240id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39241id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39242id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39243id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39244id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39245id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39246id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39247id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39248id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39249id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39250id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39251id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39252id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39253id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39254id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39255id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39256id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39257id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39258id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39259id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39260id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39261id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39262id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39263id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39264id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39265id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39266id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39267id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39268id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39269id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39270id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39271id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39272id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39273id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39274id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39275id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39276id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39277id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39278id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39279id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39280id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39281id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39282id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39283id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39284id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39285id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39286id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39287id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39288id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39289id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39290id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39291id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39292id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39293id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39294id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39295id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39296id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39297id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39298id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39299id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39300id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39301id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39302id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39303id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39304id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39305id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39306id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39307id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39308id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39309id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39310id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39311id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39312id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39313id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39314id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39315id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39316id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39317id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39318id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39319id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39320id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39321id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39322id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39323id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39324id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39325id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39326id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39327id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39328id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39329id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39330id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39331id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39332id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39333id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39334id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39335id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39336id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39337id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39338id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39339id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39340id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39341id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39342id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39343id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39344id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39345id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39346id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39347id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39348id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39349id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39350id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39351id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39352id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39353id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39354id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39355id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39356id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39357id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39358id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39359id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39360id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39361id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39362id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39363id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39364id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39365id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39366id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39367id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39368id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39369id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39370id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39371id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39372id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39373id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39374id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39375id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39376id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39377id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39378id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39379id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39380id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39381id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39382id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39383id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39384id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39385id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39386id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39387id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39388id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39389id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39390id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39391id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39392id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39393id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39394id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39395id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39396id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39397id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39398id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39399id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39400id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39401id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39402id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39403id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39404id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39405id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39406id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39407id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39408id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39409id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39410id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39411id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39412id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39413id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39414id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39415id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39416id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39417id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39418id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39419id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39420id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39421id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39422id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39423id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39424id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39425id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39426id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39427id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39428id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39429id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39430id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39431id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39432id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39433id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39434id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39435id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39436id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39437id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39438id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39439id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39440id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39441id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39442id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39443id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39444id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39445id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39446id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39447id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39448id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39449id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39450id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39451id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39452id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39453id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39454id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39455id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39456id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39457id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39458id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39459id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39460id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39461id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39462id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39463id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39464id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39465id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39466id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39467id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39468id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39469id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39470id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39471id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39472id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39473id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39474id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39475id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39476id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39477id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39478id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39479id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39480id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39481id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39482id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39483id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39484id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39485id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39486id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39487id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39488id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39489id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39490id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39491id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39492id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39493id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39494id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39495id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39496id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39497id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39498id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39499id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39500id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39501id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39502id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39503id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39504id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39505id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39506id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39507id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39508id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39509id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39510id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39511id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39512id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39513id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39514id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39515id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39516id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39517id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39518id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39519id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39520id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39521id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39522id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39523id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39524id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39525id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39526id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39527id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39528id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39529id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39530id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39531id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39532id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39533id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39534id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39535id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39536id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39537id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39538id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39539id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39540id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39541id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39542id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39543id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39544id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39545id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39546id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39547id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39548id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39549id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39550id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39551id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39552id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39554id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39555id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39556id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39557id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39558id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39559id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39560id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39561id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39562id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39563id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39564id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39565id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39566id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39567id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39568id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39569id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39570id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39571id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39572id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39573id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39574id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39575id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39576id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39577id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39578id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39579id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39580id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39581id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39582id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39583id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39584id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39585id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39586id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39587id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39588id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39589id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39590id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39591id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39592id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39593id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39594id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39595id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39596id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39597id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39598id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39599id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39600id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39601id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39602id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39603id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39604id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39605id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39606id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39607id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39608id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39609id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39610id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39611id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39612id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39613id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39614id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39615id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39616id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39617id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39618id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39619id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39620id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39621id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39622id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39623id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39624id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39625id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39626id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39627id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39628id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39629id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39630id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39631id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39632id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39633id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39634id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39635id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39636id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39637id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39638id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39639id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39640id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39641id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39642id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39643id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39644id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39645id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39646id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39647id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39648id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39649id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39650id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39651id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39652id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39653id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39654id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39655id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39656id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39657id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39658id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39659id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39660id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39661id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39662id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39663id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39664id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39665id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39666id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39667id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39668id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39669id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39670id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39671id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39672id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39673id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39674id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39675id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39676id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39677id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39678id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39679id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39680id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39681id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39682id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39683id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39684id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39685id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39686id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39687id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39688id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39689id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39690id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39691id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39692id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39693id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39694id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39695id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39696id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39697id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39698id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39699id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39700id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39701id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39702id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39703id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39704id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39705id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39706id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39707id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39708id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39709id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39710id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39711id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39712id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39713id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39714id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39715id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39716id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39717id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39718id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39719id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39720id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39721id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39722id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39723id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39724id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39725id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39726id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39727id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39728id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39729id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39730id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39731id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39732id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39733id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39734id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39735id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39736id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39737id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39738id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39739id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39740id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39741id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39742id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39743id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39744id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39745id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39746id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39747id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39748id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39749id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39750id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39751id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39752id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39753id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39754id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39755id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39756id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39757id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39758id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39759id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39760id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39761id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39762id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39763id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39764id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39765id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39766id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39767id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39768id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39769id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39770id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39771id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39772id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39773id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39774id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39775id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39776id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39777id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39778id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39779id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39780id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39781id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39782id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39783id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39784id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39785id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39786id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39787id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39788id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39789id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39790id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39791id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39792id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39793id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39794id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39795id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39796id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39797id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39798id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39799id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39800id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39801id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39802id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39803id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39804id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39805id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39806id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39807id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39808id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39809id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39810id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39811id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39812id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39813id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39814id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39815id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39816id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39817id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39818id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39819id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39820id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39821id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39822id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39823id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39824id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39825id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39826id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39827id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39828id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39829id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39830id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39831id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39832id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39833id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39834id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39835id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39836id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39837id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39838id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39839id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39840id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39841id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39842id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39843id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39844id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39845id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39846id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39847id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39848id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39849id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39850id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39851id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39852id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39853id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39854id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39855id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39856id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39857id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39858id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39859id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39860id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39861id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39862id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39863id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39864id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39865id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39866id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39867id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39868id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39869id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39870id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39871id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39872id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39873id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39874id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39875id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39876id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39877id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39878id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39879id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39880id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39881id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39882id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39883id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39884id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39885id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39886id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39887id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39888id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39889id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39890id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39891id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39892id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39893id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39894id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39895id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39896id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39897id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39898id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39899id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39900id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39901id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39902id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39903id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39904id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39905id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39906id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39907id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39908id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39909id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39910id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39911id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39912id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39913id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39914id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39915id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39916id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39917id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39918id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39919id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39920id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39921id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39922id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39923id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39924id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39925id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39926id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39927id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39928id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39929id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39930id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39931id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39932id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39933id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39934id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39935id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39936id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39937id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39938id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39939id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39940id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39941id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39942id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39943id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39944id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39945id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39946id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39947id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39948id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39949id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39950id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39951id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39952id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39953id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39954id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39955id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39956id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39957id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39958id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39959id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39960id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39961id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39962id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39963id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39964id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39965id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39966id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39967id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39968id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39969id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39970id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39971id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39972id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39973id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39974id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39975id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39976id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39977id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39978id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39979id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39980id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39981id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39982id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "39983id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39984id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39985id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39986id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39987id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39988id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "39989id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39990id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39991id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39992id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "39993id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39994id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "39995id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39996id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "39997id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "39998id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "39999id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40000id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40001id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40002id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40003id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40004id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40005id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40006id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40007id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40008id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40009id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40010id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40011id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40012id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40013id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40014id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40015id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40016id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40017id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40018id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40019id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40020id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40021id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40022id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40023id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40024id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40025id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40026id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40027id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40028id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40029id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40030id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40031id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40032id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40033id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40034id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40035id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40036id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40037id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40038id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40039id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40040id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40041id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40042id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40043id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40044id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40045id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40046id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40047id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40048id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40049id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40050id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40051id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40052id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40053id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40054id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40055id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40056id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40057id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40058id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40059id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40060id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40061id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40062id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40063id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40064id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40065id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40066id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40067id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40068id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40069id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40070id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40071id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40072id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40073id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40074id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40075id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40076id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40077id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40078id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40079id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40080id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40081id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40082id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40083id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40084id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40085id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40086id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40087id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40088id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40089id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40090id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40091id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40092id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40093id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40094id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40095id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40096id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40097id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40098id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40099id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40100id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40101id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40102id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40103id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40104id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40105id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40106id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40107id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40108id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40109id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40110id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40111id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40112id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40113id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40114id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40115id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40116id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40117id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40118id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40119id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40120id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40121id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40122id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40123id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40124id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40125id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40126id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40127id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40128id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40129id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40130id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40131id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40132id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40133id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40134id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40135id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40136id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40137id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40138id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40139id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40140id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40141id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40142id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40143id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40144id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40145id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40146id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40147id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40148id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40149id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40150id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40151id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40152id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40153id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40154id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40155id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40156id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40157id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40158id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40159id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40160id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40161id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40162id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40163id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40164id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40165id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40166id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40167id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40168id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40169id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40170id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40171id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40172id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40173id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40174id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40175id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40176id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40177id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40178id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40179id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40180id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40181id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40182id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40183id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40184id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40185id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40186id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40187id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40188id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40189id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40190id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40191id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40192id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40193id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40194id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40195id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40196id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40197id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40198id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40199id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40200id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40201id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40202id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40203id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40204id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40205id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40206id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40207id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40208id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40209id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40210id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40211id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40212id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40213id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40214id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40215id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40216id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40217id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40218id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40219id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40220id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40221id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40222id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40223id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40224id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40225id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40226id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40227id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40228id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40229id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40230id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40231id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40232id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40233id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40234id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40235id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40236id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40237id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40238id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40239id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40240id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40241id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40242id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40243id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40244id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40245id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40246id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40247id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40248id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40249id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40250id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40251id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40252id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40253id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40254id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40255id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40256id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40257id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40258id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40259id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40260id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40261id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40262id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40263id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40264id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40265id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40266id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40267id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40268id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40269id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40270id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40271id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40272id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40273id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40274id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40275id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40276id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40277id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40278id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40279id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40280id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40281id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40282id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40283id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40284id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40285id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40286id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40287id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40288id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40289id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40290id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40291id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40292id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40293id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40294id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40295id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40296id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40297id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40298id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40299id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40300id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40301id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40302id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40303id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40304id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40305id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40306id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40307id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40308id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40309id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40310id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40311id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40312id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40313id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40314id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40315id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40316id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40317id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40318id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40319id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40320id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40321id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40322id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40323id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40324id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40325id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40326id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40327id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40328id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40329id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40330id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40331id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40332id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40333id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40334id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40335id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40336id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40337id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40338id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40339id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40340id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40341id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40342id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40343id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40344id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40345id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40346id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40347id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40348id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40349id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40350id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40351id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40352id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40353id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40354id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40355id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40356id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40357id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40358id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40359id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40360id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40361id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40362id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40363id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40364id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40365id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40366id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40367id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40368id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40369id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40370id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40371id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40372id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40373id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40374id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40375id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40376id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40377id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40378id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40379id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40380id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40381id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40382id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40383id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40384id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40385id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40386id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40387id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40388id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40389id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40390id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40391id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40392id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40393id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40394id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40395id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40396id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40397id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40398id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40399id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40400id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40401id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40402id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40403id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40404id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40405id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40406id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40407id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40408id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40409id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40410id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40411id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40412id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40413id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40414id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40415id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40416id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40417id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40418id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40419id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40420id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40421id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40422id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40423id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40424id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40425id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40426id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40427id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40428id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40429id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40430id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40431id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40432id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40433id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40434id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40435id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40436id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40437id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40438id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40439id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40440id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40441id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40442id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40443id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40444id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40445id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40446id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40447id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40448id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40449id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40450id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40451id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40452id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40453id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40454id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40455id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40456id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40457id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40458id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40459id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40460id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40461id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40462id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40463id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40464id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40465id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40466id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40467id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40468id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40469id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40470id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40471id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40472id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40473id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40474id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40475id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40476id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40477id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40478id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40479id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40480id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40481id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40482id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40483id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40484id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40485id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40486id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40487id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40488id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40489id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40490id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40491id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40492id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40493id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40494id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40495id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40496id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40497id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40498id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40499id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40500id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40501id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40502id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40503id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40504id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40505id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40506id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40507id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40508id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40509id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40510id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40511id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40512id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40513id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40514id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40515id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40516id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40517id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40518id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40519id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40520id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40521id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40522id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40523id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40524id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40525id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40526id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40527id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40528id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40529id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40530id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40531id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40532id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40533id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40534id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40535id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40536id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40537id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40538id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40539id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40540id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40541id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40542id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40543id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40544id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40545id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40546id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40547id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40548id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40549id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40550id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40551id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40552id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40553id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40554id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40555id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40556id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40557id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40558id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40559id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40560id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40561id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40562id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40563id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40564id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40565id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40566id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40567id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40568id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40569id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40570id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40571id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40572id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40573id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40574id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40575id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40576id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40577id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40578id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40579id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40580id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40581id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40582id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40583id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40584id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40585id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40586id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40587id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40588id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40589id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40590id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40591id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40592id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40593id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40594id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40595id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40596id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40597id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40598id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40599id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40600id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40601id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40602id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40603id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40604id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40605id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40606id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40607id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40608id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40609id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40610id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40611id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40612id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40613id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40614id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40615id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40616id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40617id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40618id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40619id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40620id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40621id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40622id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40623id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40624id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40625id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40626id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40627id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40628id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40629id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40630id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40631id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40632id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40633id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40634id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40635id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40636id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40637id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40638id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40639id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40640id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40641id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40642id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40643id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40644id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40645id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40646id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40647id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40648id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40649id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40650id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40651id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40652id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40653id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40654id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40655id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40656id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40657id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40658id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40659id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40660id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40661id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40662id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40663id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40664id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40665id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40666id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40667id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40668id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40669id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40670id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40671id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40672id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40673id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40674id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40675id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40676id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40677id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40678id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40679id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40680id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40681id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40682id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40683id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40684id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40685id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40686id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40687id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40688id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40689id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40690id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40691id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40692id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40693id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40694id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40695id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40696id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40697id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40698id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40699id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40700id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40701id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40702id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40703id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40704id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40705id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40706id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40707id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40708id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40709id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40710id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40711id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40712id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40713id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40714id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40715id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40716id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40717id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40718id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40719id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40720id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40721id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40722id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40723id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40724id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40725id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40726id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40727id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40728id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40729id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40730id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40731id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40732id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40733id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40734id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40735id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40736id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40737id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40738id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40739id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40740id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40741id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40742id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40743id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40744id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40745id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40746id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40747id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40748id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40749id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40750id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40751id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40752id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40753id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40754id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40755id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40756id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40757id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40758id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40759id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40760id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40761id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40762id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40763id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40764id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40765id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40766id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40767id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40768id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40769id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40770id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40771id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40772id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40773id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40774id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40775id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40776id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40777id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40778id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40779id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40780id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40781id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40782id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40783id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40784id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40785id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40786id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40787id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40788id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40789id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40790id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40791id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40792id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40793id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40794id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40795id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40796id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40797id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40798id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40799id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40800id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40801id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40802id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40803id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40804id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40805id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40806id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40807id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40808id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40809id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40810id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40811id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40812id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40813id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40814id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40815id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40816id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40817id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40818id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40819id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40820id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40821id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40822id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40823id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40824id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40825id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40826id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40827id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40828id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40829id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40830id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40831id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40832id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40833id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40834id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40835id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40836id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40837id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40838id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40839id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40840id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40841id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40842id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40843id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40844id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40845id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40846id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40847id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40848id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40849id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40850id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40851id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40852id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40853id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40854id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40855id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40856id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40857id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40858id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40859id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40860id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40861id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40862id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40863id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40864id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40865id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40866id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40867id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40868id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40869id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40870id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40871id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40872id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40873id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40874id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40875id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40876id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40877id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40878id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40879id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40880id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40881id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40882id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40883id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40884id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40885id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40886id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40887id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40888id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40889id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40890id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40891id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40892id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40893id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40894id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40895id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40896id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40897id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40898id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40899id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40900id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40901id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40902id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40903id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40904id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40905id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40906id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40907id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40908id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40909id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40910id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40911id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40912id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40913id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40914id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40915id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40916id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40917id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40918id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40919id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40920id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40921id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40922id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40923id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40924id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40925id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40926id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40927id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40928id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40929id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40930id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40931id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40932id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40933id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40934id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40935id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40936id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40937id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40938id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40939id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40940id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40941id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40942id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40943id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40944id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40945id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40946id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40947id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40948id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40949id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40950id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40951id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40952id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40953id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40954id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40955id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40956id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40957id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40958id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40959id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40960id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40961id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40962id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40963id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40964id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40965id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40966id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40967id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40968id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40969id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40970id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40971id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40972id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40973id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40974id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40975id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40976id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40977id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40978id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40979id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40980id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40981id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40982id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40983id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "40984id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "40985id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40986id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40987id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40988id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40989id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40990id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40991id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40992id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "40993id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "40994id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40995id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "40996id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "40997id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "40998id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "40999id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41000id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41001id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41002id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41003id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41004id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41005id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41006id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41007id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41008id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41009id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41010id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41011id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41012id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41013id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41014id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41015id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41016id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41017id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41018id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41019id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41020id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41021id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41022id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41023id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41024id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41025id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41026id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41027id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41028id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41029id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41030id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41031id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41033id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41034id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41035id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41036id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41037id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41038id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41039id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41040id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41041id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41042id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41043id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41044id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41045id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41046id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41047id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41048id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41049id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41050id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41051id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41052id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41053id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41054id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41055id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41056id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41057id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41058id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41059id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41060id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41061id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41062id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41063id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41064id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41065id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41066id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41067id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41068id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41069id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41070id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41071id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41072id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41073id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41074id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41075id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41076id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41077id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41078id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41079id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41080id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41081id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41082id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41083id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41084id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41085id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41086id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41087id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41088id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41089id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41090id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41091id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41092id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41093id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41094id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41095id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41096id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41097id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41098id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41099id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41100id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41101id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41102id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41103id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41104id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41105id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41106id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41107id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41108id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41109id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41110id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41111id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41112id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41113id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41114id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41115id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41116id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41117id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41118id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41119id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41120id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41121id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41122id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41123id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41124id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41125id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41126id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41127id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41128id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41129id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41130id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41131id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41132id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41133id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41134id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41135id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41136id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41137id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41138id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41139id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41140id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41141id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41142id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41143id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41144id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41145id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41146id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41147id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41148id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41149id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41150id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41151id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41152id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41153id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41154id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41155id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41156id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41157id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41158id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41159id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41160id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41161id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41162id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41163id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41164id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41165id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41166id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41167id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41168id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41169id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41170id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41171id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41172id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41173id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41174id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41175id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41176id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41177id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41178id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41179id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41180id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41181id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41182id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41183id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41184id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41185id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41186id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41187id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41188id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41189id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41190id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41191id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41192id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41193id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41194id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41195id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41196id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41197id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41198id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41199id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41200id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41201id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41202id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41203id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41204id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41205id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41206id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41207id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41208id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41209id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41210id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41211id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41212id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41213id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41214id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41215id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41216id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41217id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41218id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41219id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41220id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41221id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41222id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41223id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41224id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41225id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41226id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41227id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41228id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41229id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41230id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41231id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41232id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41233id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41234id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41235id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41236id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41237id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41238id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41239id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41240id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41241id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41242id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41243id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41244id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41245id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41246id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41247id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41248id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41249id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41250id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41251id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41252id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41253id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41254id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41255id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41256id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41257id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41258id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41259id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41260id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41261id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41262id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41263id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41264id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41265id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41266id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41267id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41268id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41269id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41270id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41271id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41272id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41273id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41274id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41275id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41276id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41277id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41278id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41279id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41280id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41281id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41282id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41283id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41284id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41285id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41286id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41287id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41288id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41289id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41290id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41291id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41292id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41293id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41294id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41295id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41296id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41297id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41298id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41299id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41300id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41301id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41302id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41303id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41304id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41305id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41306id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41307id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41308id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41309id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41310id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41311id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41312id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41313id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41314id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41315id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41316id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41317id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41318id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41319id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41320id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41321id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41322id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41323id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41324id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41325id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41326id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41327id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41328id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41329id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41330id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41331id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41332id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41333id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41334id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41335id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41336id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41337id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41338id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41339id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41340id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41341id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41342id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41343id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41344id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41345id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41346id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41347id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41348id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41349id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41350id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41351id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41352id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41353id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41354id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41355id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41356id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41357id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41358id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41359id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41360id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41361id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41362id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41363id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41364id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41365id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41366id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41367id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41368id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41369id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41370id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41371id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41372id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41373id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41374id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41375id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41376id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41377id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41378id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41379id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41380id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41381id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41382id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41383id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41384id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41385id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41386id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41387id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41388id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41389id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41390id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41391id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41392id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41393id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41394id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41395id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41396id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41397id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41398id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41399id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41400id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41401id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41402id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41403id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41404id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41405id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41406id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41407id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41408id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41409id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41410id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41411id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41412id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41413id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41414id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41415id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41416id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41417id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41418id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41419id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41420id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41421id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41422id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41423id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41424id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41425id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41426id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41427id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41428id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41429id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41430id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41431id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41432id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41433id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41434id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41435id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41436id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41437id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41438id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41439id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41440id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41441id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41442id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41443id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41444id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41445id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41446id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41447id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41448id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41449id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41450id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41451id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41452id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41453id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41454id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41455id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41456id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41457id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41458id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41459id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41460id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41461id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41462id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41463id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41464id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41465id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41466id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41467id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41468id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41469id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41470id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41471id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41472id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41473id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41474id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41475id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41476id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41477id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41478id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41479id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41480id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41481id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41482id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41483id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41484id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41485id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41486id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41487id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41488id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41489id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41490id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41491id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41492id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41493id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41494id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41495id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41496id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41497id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41498id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41499id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41500id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41501id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41502id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41503id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41504id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41505id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41506id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41507id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41508id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41509id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41510id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41511id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41512id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41513id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41514id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41515id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41516id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41517id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41518id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41519id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41520id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41521id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41522id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41523id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41524id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41525id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41526id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41527id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41528id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41529id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41530id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41531id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41532id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41533id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41534id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41535id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41536id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41537id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41538id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41539id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41540id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41541id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41542id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41543id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41544id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41545id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41546id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41547id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41548id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41549id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41550id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41551id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41552id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41554id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41555id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41556id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41557id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41558id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41559id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41560id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41561id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41562id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41563id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41564id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41565id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41566id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41567id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41568id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41569id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41570id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41571id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41572id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41573id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41574id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41575id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41576id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41577id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41578id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41579id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41580id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41581id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41582id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41583id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41584id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41585id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41586id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41587id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41588id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41589id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41590id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41591id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41592id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41593id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41594id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41595id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41596id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41597id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41598id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41599id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41600id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41601id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41602id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41603id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41604id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41605id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41606id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41607id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41608id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41609id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41610id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41611id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41612id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41613id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41614id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41615id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41616id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41617id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41618id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41619id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41620id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41621id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41622id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41623id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41624id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41625id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41626id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41627id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41628id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41629id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41630id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41631id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41632id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41633id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41634id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41635id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41636id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41637id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41638id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41639id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41640id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41641id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41642id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41643id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41644id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41645id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41646id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41647id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41648id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41649id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41650id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41651id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41652id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41653id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41654id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41655id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41656id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41657id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41658id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41659id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41660id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41661id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41662id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41663id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41664id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41665id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41666id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41667id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41668id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41669id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41670id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41671id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41672id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41673id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41674id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41675id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41676id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41677id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41678id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41679id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41680id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41681id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41682id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41683id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41684id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41685id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41686id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41687id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41688id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41689id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41690id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41691id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41692id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41693id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41694id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41695id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41696id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41697id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41698id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41699id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41700id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41701id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41702id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41703id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41704id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41705id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41706id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41707id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41708id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41709id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41710id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41711id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41712id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41713id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41714id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41715id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41716id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41717id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41718id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41719id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41720id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41721id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41722id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41723id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41724id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41725id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41726id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41727id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41728id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41729id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41730id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41731id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41732id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41733id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41734id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41735id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41736id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41737id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41738id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41739id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41740id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41741id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41742id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41743id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41744id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41745id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41746id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41747id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41748id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41749id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41750id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41751id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41752id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41753id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41754id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41755id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41756id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41757id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41758id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41759id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41760id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41761id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41762id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41763id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41764id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41765id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41766id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41767id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41768id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41769id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41770id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41771id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41772id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41773id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41774id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41775id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41776id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41777id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41778id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41779id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41780id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41781id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41782id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41783id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41784id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41785id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41786id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41787id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41788id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41789id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41790id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41791id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41792id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41793id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41794id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41795id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41796id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41797id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41798id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41799id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41800id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41801id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41802id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41803id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41804id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41805id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41806id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41807id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41808id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41809id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41810id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41811id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41812id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41813id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41814id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41815id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41816id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41817id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41818id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41819id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41820id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41821id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41822id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41823id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41824id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41825id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41826id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41827id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41828id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41829id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41830id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41831id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41832id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41833id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41834id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41835id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41836id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41837id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41838id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41839id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41840id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41841id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41842id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41843id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41844id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41845id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41846id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41847id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41848id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41849id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41850id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41851id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41852id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41853id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41854id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41855id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41856id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41857id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41858id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41859id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41860id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41861id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41862id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41863id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41864id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41865id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41866id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41867id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41868id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41869id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41870id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41871id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41872id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41873id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41874id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41875id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41876id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41877id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41878id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41879id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41880id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41881id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41882id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41883id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41884id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41885id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41886id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41887id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41888id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41889id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41890id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41891id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41892id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41893id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41894id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41895id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41896id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41897id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41898id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41899id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41900id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41901id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41902id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41903id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41904id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41905id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41906id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41907id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41908id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41909id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41910id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41911id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41912id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41913id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41914id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41915id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41916id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41917id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41918id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41919id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41920id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41921id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41922id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41923id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41924id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41925id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41926id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41927id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41928id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41929id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41930id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41931id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41932id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41933id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41934id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41935id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41936id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41937id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41938id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41939id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41940id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41941id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41942id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41943id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41944id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41945id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41946id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41947id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41948id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41949id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41950id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41951id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41952id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41953id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41954id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41955id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41956id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41957id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41958id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41959id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41960id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41961id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41962id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41963id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41964id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41965id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41966id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41967id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41968id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41969id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41970id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41971id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41972id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41973id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41974id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41975id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "41976id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41977id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41978id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41979id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41980id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41981id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41982id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41983id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41984id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41985id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41986id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41987id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41988id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "41989id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41990id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41991id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "41992id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41993id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "41994id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41995id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "41996id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "41997id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "41998id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "41999id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42000id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42001id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42002id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42003id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42004id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42005id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42006id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42007id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42008id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42009id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42010id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42011id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42012id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42013id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42014id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42015id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42016id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42017id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42018id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42019id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42020id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42021id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42022id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42023id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42024id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42025id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42026id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42027id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42028id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42029id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42030id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42031id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42032id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42033id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42034id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42035id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42036id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42037id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42038id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42039id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42040id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42041id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42042id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42043id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42044id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42045id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42046id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42047id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42048id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42049id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42050id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42051id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42052id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42053id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42054id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42055id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42056id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42057id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42058id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42059id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42060id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42061id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42062id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42063id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42064id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42065id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42066id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42067id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42068id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42069id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42070id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42071id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42072id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42073id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42074id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42075id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42076id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42077id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42078id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42079id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42080id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42081id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42082id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42083id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42084id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42085id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42086id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42087id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42088id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42089id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42090id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42091id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42092id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42093id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42094id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42095id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42096id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42097id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42098id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42099id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42100id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42101id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42102id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42103id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42104id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42105id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42106id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42107id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42108id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42109id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42110id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42111id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42112id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42113id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42114id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42115id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42116id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42117id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42118id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42119id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42120id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42121id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42122id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42123id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42124id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42125id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42126id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42127id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42128id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42129id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42130id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42131id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42132id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42133id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42134id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42135id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42136id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42137id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42138id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42139id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42140id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42141id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42142id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42143id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42144id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42145id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42146id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42147id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42148id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42149id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42150id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42151id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42152id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42153id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42154id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42155id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42156id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42157id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42158id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42159id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42160id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42161id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42162id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42163id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42164id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42165id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42166id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42167id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42168id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42169id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42170id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42171id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42172id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42173id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42174id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42175id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42176id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42177id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42178id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42179id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42180id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42181id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42182id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42183id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42184id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42185id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42186id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42187id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42188id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42189id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42190id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42191id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42192id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42193id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42194id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42195id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42196id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42197id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42198id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42199id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42200id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42201id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42202id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42203id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42204id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42205id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42206id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42207id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42208id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42209id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42210id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42211id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42212id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42213id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42214id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42215id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42216id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42217id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42218id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42219id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42220id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42221id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42222id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42223id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42224id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42225id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42226id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42227id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42228id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42229id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42230id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42231id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42232id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42233id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42234id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42235id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42236id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42237id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42238id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42239id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42240id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42241id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42242id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42243id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42244id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42245id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42246id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42247id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42248id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42249id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42250id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42251id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42252id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42253id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42254id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42255id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42256id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42257id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42258id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42259id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42260id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42261id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42262id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42263id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42264id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42265id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42266id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42267id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42268id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42269id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42270id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42271id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42272id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42273id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42274id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42275id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42276id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42277id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42278id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42279id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42280id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42281id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42282id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42283id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42284id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42285id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42286id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42287id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42288id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42289id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42290id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42291id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42292id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42293id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42294id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42295id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42296id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42297id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42298id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42299id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42300id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42301id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42302id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42303id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42304id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42305id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42306id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42307id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42308id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42309id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42310id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42311id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42312id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42313id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42314id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42315id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42316id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42317id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42318id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42319id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42320id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42321id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42322id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42323id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42324id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42325id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42326id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42327id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42328id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42329id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42330id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42331id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42332id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42333id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42334id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42335id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42336id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42337id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42338id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42339id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42340id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42341id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42342id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42343id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42344id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42345id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42346id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42347id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42348id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42349id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42350id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42351id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42352id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42353id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42354id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42355id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42356id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42357id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42358id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42359id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42360id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42361id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42362id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42363id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42364id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42365id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42366id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42367id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42368id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42369id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42370id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42371id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42372id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42373id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42374id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42375id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42376id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42377id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42378id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42379id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42380id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42381id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42382id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42383id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42384id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42385id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42386id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42387id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42388id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42389id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42390id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42391id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42392id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42393id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42394id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42395id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42396id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42397id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42398id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42399id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42400id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42401id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42402id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42403id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42404id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42405id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42406id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42407id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42408id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42409id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42410id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42411id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42412id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42413id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42414id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42415id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42416id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42417id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42418id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42419id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42420id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42421id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42422id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42423id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42424id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42425id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42426id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42427id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42428id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42429id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42430id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42431id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42432id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42433id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42434id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42435id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42436id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42437id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42438id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42439id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42440id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42441id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42442id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42443id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42444id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42445id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42446id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42447id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42448id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42449id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42450id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42451id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42452id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42453id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42454id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42455id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42456id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42457id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42458id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42459id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42460id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42461id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42462id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42463id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42464id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42465id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42466id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42467id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42468id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42469id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42470id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42471id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42472id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42473id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42474id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42475id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42476id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42477id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42478id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42479id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42480id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42481id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42482id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42483id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42484id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42485id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42486id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42487id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42488id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42489id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42490id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42491id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42492id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42493id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42494id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42495id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42496id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42497id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42498id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42499id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42500id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42501id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42502id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42503id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42504id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42505id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42506id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42507id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42508id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42509id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42510id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42511id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42512id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42513id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42514id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42515id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42516id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42517id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42518id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42519id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42520id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42521id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42522id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42523id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42524id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42525id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42526id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42527id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42528id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42529id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42530id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42531id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42532id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42533id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42534id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42535id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42536id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42537id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42538id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42539id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42540id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42541id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42542id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42543id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42544id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42545id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42546id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42547id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42548id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42549id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42550id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42551id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42552id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42554id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42555id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42556id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42557id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42558id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42559id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42560id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42561id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42562id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42563id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42564id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42565id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42566id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42567id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42568id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42569id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42570id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42571id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42572id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42573id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42574id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42575id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42576id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42577id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42578id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42579id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42580id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42581id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42582id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42583id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42584id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42585id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42586id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42587id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42588id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42589id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42590id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42591id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42592id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42593id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42594id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42595id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42596id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42597id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42598id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42599id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42600id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42601id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42602id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42603id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42604id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42605id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42606id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42607id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42608id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42609id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42610id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42611id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42612id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42613id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42614id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42615id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42616id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42617id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42618id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42619id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42620id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42621id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42622id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42623id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42624id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42625id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42626id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42627id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42628id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42629id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42630id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42631id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42632id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42633id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42634id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42635id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42636id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42637id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42638id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42639id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42640id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42641id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42642id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42643id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42644id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42645id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42646id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42647id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42648id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42649id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42650id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42651id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42652id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42653id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42654id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42655id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42656id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42657id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42658id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42659id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42660id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42661id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42662id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42663id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42664id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42665id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42666id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42667id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42668id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42669id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42670id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42671id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42672id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42673id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42674id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42675id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42676id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42677id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42678id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42679id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42680id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42681id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42682id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42683id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42684id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42685id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42686id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42687id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42688id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42689id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42690id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42691id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42692id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42693id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42694id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42695id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42696id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42697id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42698id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42699id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42700id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42701id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42702id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42703id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42704id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42705id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42706id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42707id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42708id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42709id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42710id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42711id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42712id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42713id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42714id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42715id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42716id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42717id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42718id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42719id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42720id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42721id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42722id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42723id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42724id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42725id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42726id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42727id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42728id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42729id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42730id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42731id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42732id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42733id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42734id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42735id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42736id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42737id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42738id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42739id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42740id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42741id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42742id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42743id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42744id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42745id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42746id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42747id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42748id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42749id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42750id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42751id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42752id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42753id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42754id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42755id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42756id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42757id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42758id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42759id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42760id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42761id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42762id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42763id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42764id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42765id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42766id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42767id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42768id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42769id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42770id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42771id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42772id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42773id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42774id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42775id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42776id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42777id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42778id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42779id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42780id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42781id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42782id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42783id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42784id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42785id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42786id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42787id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42788id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42789id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42790id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42791id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42792id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42793id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42794id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42795id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42796id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42797id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42798id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42799id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42800id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42801id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42802id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42803id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42804id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42805id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42806id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42807id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42808id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42809id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42810id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42811id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42812id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42813id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42814id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42815id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42816id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42817id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42818id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42819id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42820id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42821id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42822id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42823id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42824id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42825id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42826id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42827id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42828id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42829id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42830id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42831id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42832id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42833id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42834id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42835id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42836id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42837id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42838id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42839id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42840id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42841id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42842id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42843id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42844id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42845id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42846id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42847id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42848id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42849id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42850id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42851id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42852id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42853id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42854id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42855id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42856id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42857id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42858id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42859id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42860id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42861id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42862id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42863id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42864id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42865id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42866id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42867id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42868id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42869id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42870id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42871id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42872id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42873id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42874id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42875id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42876id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42877id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42878id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42879id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42880id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42881id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42882id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42883id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42884id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42885id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42886id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42887id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42888id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42889id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42890id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42891id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42892id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42893id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42894id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42895id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42896id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42897id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42898id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42899id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42900id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42901id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42902id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42903id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42904id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42905id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42906id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42907id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42908id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42909id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42910id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42911id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42912id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42913id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42914id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42915id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42916id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42917id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42918id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42919id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42920id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42921id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42922id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42923id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42924id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42925id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42926id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42927id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42928id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42929id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42930id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42931id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42932id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42933id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42934id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42935id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42936id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42937id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42938id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42939id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42940id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42941id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42942id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42943id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42944id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42945id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42946id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42947id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42948id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42949id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42950id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42951id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42952id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42953id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42954id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42955id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42956id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42957id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42958id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42959id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42960id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42961id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42962id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42963id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42964id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42965id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42966id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42967id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42968id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42969id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42970id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42971id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42972id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42973id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42974id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "42975id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42976id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42977id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42978id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42979id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42980id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42981id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42982id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42983id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42984id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "42985id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42986id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42987id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "42988id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42989id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42990id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42991id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "42992id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42993id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42994id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "42995id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42996id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "42997id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "42998id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "42999id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43000id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43001id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43002id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43003id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43004id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43005id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43006id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43007id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43008id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43009id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43010id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43011id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43012id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43013id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43014id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43015id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43016id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43017id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43018id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43019id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43020id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43021id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43022id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43023id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43024id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43025id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43026id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43027id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43028id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43029id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43030id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43031id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43032id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43033id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43034id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43035id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43036id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43037id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43038id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43039id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43040id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43041id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43042id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43043id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43044id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43045id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43046id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43047id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43048id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43049id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43050id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43051id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43052id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43053id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43054id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43055id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43056id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43057id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43058id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43059id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43060id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43061id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43062id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43063id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43064id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43065id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43066id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43067id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43068id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43069id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43070id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43071id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43072id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43073id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43074id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43075id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43076id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43077id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43078id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43079id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43080id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43081id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43082id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43083id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43084id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43085id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43086id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43087id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43088id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43089id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43090id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43091id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43092id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43093id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43094id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43095id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43096id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43097id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43098id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43099id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43100id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43101id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43102id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43103id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43104id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43105id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43106id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43107id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43108id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43109id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43110id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43111id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43112id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43113id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43114id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43115id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43116id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43117id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43118id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43119id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43120id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43121id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43122id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43123id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43124id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43125id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43126id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43127id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43128id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43129id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43130id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43131id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43132id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43133id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43134id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43135id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43136id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43137id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43138id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43139id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43140id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43141id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43142id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43143id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43144id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43145id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43146id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43147id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43148id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43149id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43150id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43151id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43152id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43153id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43154id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43155id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43156id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43157id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43158id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43159id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43160id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43161id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43162id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43163id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43164id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43165id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43166id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43167id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43168id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43169id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43170id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43171id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43172id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43173id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43174id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43175id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43176id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43177id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43178id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43179id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43180id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43181id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43182id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43183id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43184id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43185id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43186id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43187id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43188id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43189id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43190id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43191id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43192id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43193id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43194id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43195id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43196id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43197id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43198id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43199id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43200id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43201id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43202id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43203id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43204id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43205id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43206id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43207id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43208id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43209id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43210id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43211id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43212id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43213id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43214id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43215id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43216id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43217id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43218id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43219id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43220id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43221id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43222id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43223id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43224id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43225id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43226id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43227id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43228id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43229id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43230id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43231id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43232id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43233id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43234id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43235id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43236id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43237id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43238id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43239id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43240id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43241id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43242id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43243id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43244id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43245id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43246id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43247id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43248id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43249id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43250id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43251id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43252id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43253id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43254id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43255id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43256id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43257id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43258id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43259id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43260id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43261id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43262id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43263id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43264id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43265id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43266id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43267id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43268id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43269id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43270id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43271id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43272id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43273id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43274id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43275id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43276id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43277id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43278id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43279id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43280id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43281id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43282id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43283id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43284id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43285id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43286id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43287id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43288id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43289id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43290id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43291id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43292id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43293id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43294id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43295id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43296id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43297id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43298id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43299id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43300id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43301id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43302id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43303id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43304id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43305id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43306id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43307id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43308id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43309id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43310id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43311id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43312id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43313id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43314id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43315id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43316id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43317id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43318id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43319id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43320id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43321id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43322id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43323id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43324id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43325id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43326id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43327id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43328id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43329id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43330id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43331id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43332id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43333id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43334id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43335id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43336id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43337id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43338id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43339id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43340id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43341id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43342id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43343id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43344id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43345id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43346id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43347id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43348id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43349id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43350id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43351id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43352id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43353id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43354id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43355id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43356id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43357id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43358id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43359id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43360id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43361id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43362id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43363id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43364id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43365id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43366id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43367id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43368id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43369id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43370id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43371id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43372id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43373id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43374id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43375id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43376id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43377id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43378id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43379id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43380id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43381id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43382id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43383id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43384id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43385id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43386id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43387id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43388id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43389id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43390id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43391id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43392id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43393id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43394id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43395id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43396id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43397id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43398id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43399id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43400id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43401id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43402id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43403id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43404id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43405id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43406id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43407id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43408id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43409id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43410id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43411id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43412id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43413id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43414id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43415id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43416id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43417id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43418id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43419id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43420id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43421id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43422id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43423id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43424id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43425id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43426id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43427id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43428id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43429id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43430id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43431id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43432id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43433id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43434id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43435id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43436id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43437id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43438id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43439id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43440id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43441id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43442id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43443id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43444id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43445id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43446id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43447id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43448id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43449id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43450id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43451id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43452id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43453id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43454id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43455id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43456id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43457id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43458id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43459id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43460id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43461id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43462id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43463id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43464id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43465id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43466id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43467id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43468id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43469id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43470id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43471id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43472id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43473id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43474id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43475id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43476id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43477id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43478id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43479id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43480id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43481id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43482id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43483id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43484id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43485id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43486id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43487id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43488id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43489id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43490id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43491id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43492id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43493id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43494id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43495id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43496id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43497id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43498id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43499id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43500id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43501id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43502id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43503id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43504id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43505id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43506id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43507id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43508id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43509id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43510id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43511id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43512id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43513id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43514id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43515id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43516id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43517id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43518id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43519id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43520id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43521id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43522id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43523id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43524id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43525id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43526id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43527id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43528id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43529id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43530id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43531id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43532id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43533id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43534id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43535id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43536id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43537id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43538id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43539id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43540id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43541id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43542id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43543id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43544id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43545id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43546id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43547id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43548id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43549id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43550id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43551id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43552id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43553id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43554id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43555id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43556id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43557id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43558id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43559id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43560id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43561id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43562id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43563id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43564id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43565id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43566id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43567id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43568id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43569id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43570id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43571id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43572id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43573id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43574id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43575id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43576id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43577id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43578id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43579id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43580id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43581id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43582id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43583id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43584id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43585id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43586id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43587id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43588id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43589id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43590id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43591id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43592id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43593id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43594id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43595id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43596id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43597id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43598id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43599id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43600id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43601id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43602id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43603id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43604id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43605id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43606id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43607id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43608id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43609id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43610id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43611id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43612id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43613id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43614id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43615id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43616id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43617id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43618id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43619id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43620id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43621id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43622id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43623id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43624id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43625id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43626id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43627id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43628id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43629id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43630id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43631id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43632id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43633id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43634id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43635id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43636id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43637id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43638id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43639id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43640id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43641id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43642id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43643id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43644id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43645id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43646id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43647id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43648id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43649id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43650id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43651id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43652id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43653id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43654id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43655id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43656id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43657id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43658id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43659id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43660id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43661id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43662id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43663id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43664id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43665id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43666id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43667id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43668id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43669id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43670id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43671id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43672id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43673id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43674id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43675id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43676id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43677id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43678id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43679id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43680id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43681id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43682id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43683id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43684id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43685id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43686id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43687id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43688id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43689id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43690id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43691id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43692id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43693id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43694id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43695id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43696id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43697id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43698id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43699id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43700id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43701id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43702id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43703id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43704id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43705id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43706id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43707id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43708id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43709id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43710id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43711id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43712id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43713id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43714id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43715id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43716id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43717id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43718id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43719id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43720id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43721id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43722id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43723id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43724id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43725id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43726id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43727id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43728id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43729id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43730id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43731id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43732id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43733id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43734id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43735id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43736id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43737id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43738id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43739id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43740id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43741id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43742id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43743id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43744id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43745id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43746id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43747id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43748id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43749id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43750id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43751id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43752id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43753id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43754id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43755id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43756id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43757id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43758id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43759id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43760id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43761id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43762id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43763id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43764id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43765id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43766id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43767id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43768id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43769id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43770id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43771id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43772id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43773id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43774id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43775id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43776id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43777id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43778id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43779id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43780id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43781id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43782id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43783id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43784id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43785id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43786id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43787id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43788id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43789id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43790id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43791id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43792id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43793id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43794id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43795id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43796id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43797id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43798id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43799id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43800id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43801id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43802id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43803id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43804id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43805id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43806id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43807id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43808id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43809id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43810id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43811id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43812id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43813id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43814id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43815id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43816id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43817id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43818id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43819id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43820id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43821id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43822id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43823id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43824id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43825id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43826id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43827id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43828id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43829id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43830id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43831id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43832id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43833id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43834id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43835id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43836id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43837id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43838id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43839id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43840id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43841id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43842id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43843id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43844id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43845id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43846id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43847id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43848id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43849id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43850id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43851id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43852id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43853id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43854id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43855id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43856id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43857id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43858id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43859id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43860id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43861id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43862id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43863id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43864id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43865id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43866id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43867id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43868id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43869id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43870id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43871id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43872id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43873id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43874id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43875id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43876id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43877id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43878id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43879id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43880id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43881id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43882id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43883id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43884id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43885id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43886id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43887id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43888id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43889id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43890id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43891id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43892id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43893id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43894id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43895id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43896id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43897id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43898id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43899id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43900id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43901id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43902id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43903id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43904id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43905id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43906id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43907id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43908id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43909id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43910id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43911id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43912id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43913id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43914id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43915id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43916id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43917id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43918id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43919id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43920id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43921id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43922id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43923id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43924id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43925id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43926id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43927id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43928id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43929id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43930id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43931id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43932id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43933id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43934id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43935id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43936id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43937id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43938id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43939id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43940id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43941id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43942id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43943id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43944id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43945id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43946id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43947id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43948id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43949id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43950id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43951id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43952id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43953id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43954id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43955id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43956id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43957id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43958id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43959id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43960id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43961id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43962id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43963id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43964id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43965id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43966id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43967id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43968id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43969id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43970id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43971id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "43972id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43973id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43974id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43975id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43976id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43977id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43978id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43979id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43980id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "43981id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43982id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43983id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "43984id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43985id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43986id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43987id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43988id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43989id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43990id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43991id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43992id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "43993id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43994id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43995id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "43996id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "43997id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "43998id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "43999id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44000id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44001id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44002id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44003id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44004id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44005id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44006id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44007id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44008id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44009id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44010id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44011id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44012id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44013id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44014id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44015id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44016id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44017id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44018id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44019id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44020id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44021id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44022id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44023id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44024id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44025id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44026id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44027id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44028id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44029id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44030id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44031id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44032id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44033id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44034id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44035id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44036id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44037id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44038id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44039id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44040id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44041id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44042id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44043id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44044id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44045id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44046id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44047id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44048id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44049id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44050id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44051id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44052id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44053id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44054id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44055id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44056id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44057id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44058id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44059id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44060id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44061id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44062id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44063id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44064id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44065id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44066id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44067id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44068id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44069id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44070id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44071id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44072id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44073id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44074id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44075id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44076id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44077id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44078id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44079id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44080id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44081id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44082id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44083id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44084id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44085id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44086id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44087id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44088id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44089id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44090id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44091id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44092id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44093id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44094id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44095id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44096id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44097id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44098id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44099id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44100id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44101id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44102id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44103id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44104id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44105id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44106id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44107id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44108id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44109id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44110id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44111id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44112id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44113id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44114id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44115id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44116id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44117id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44118id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44119id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44120id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44121id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44122id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44123id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44124id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44125id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44126id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44127id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44128id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44129id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44130id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44131id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44132id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44133id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44134id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44135id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44136id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44137id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44138id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44139id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44140id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44141id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44142id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44143id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44144id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44145id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44146id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44147id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44148id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44149id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44150id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44151id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44152id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44153id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44154id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44155id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44156id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44157id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44158id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44159id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44160id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44161id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44162id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44163id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44164id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44165id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44166id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44167id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44168id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44169id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44170id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44171id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44172id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44173id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44174id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44175id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44176id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44177id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44178id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44179id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44180id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44181id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44182id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44183id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44184id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44185id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44186id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44187id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44188id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44189id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44190id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44191id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44192id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44193id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44194id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44195id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44196id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44197id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44198id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44199id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44200id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44201id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44202id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44203id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44204id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44205id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44206id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44207id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44208id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44209id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44210id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44211id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44212id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44213id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44214id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44215id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44216id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44217id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44218id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44219id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44220id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44221id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44222id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44223id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44224id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44225id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44226id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44227id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44228id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44229id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44230id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44231id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44232id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44233id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44234id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44235id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44236id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44237id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44238id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44239id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44240id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44241id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44242id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44243id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44244id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44245id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44246id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44247id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44248id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44249id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44250id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44251id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44252id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44253id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44254id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44255id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44256id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44257id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44258id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44259id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44260id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44261id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44262id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44263id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44264id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44265id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44266id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44267id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44268id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44269id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44270id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44271id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44272id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44273id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44274id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44275id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44276id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44277id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44278id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44279id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44280id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44281id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44282id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44283id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44284id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44285id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44286id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44287id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44288id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44289id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44290id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44291id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44292id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44293id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44294id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44295id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44296id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44297id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44298id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44299id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44300id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44301id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44302id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44303id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44304id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44305id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44306id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44307id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44308id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44309id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44310id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44311id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44312id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44313id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44314id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44315id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44316id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44317id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44318id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44319id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44320id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44321id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44322id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44323id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44324id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44325id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44326id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44327id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44328id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44329id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44330id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44331id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44332id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44333id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44334id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44335id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44336id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44337id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44338id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44339id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44340id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44341id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44342id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44343id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44344id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44345id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44346id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44347id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44348id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44349id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44350id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44351id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44352id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44353id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44354id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44355id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44356id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44357id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44358id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44359id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44360id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44361id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44362id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44363id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44364id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44365id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44366id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44367id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44368id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44369id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44370id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44371id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44372id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44373id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44374id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44375id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44376id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44377id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44378id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44379id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44380id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44381id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44382id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44383id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44384id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44385id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44386id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44387id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44388id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44389id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44390id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44391id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44392id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44393id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44394id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44395id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44396id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44397id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44398id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44399id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44400id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44401id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44402id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44403id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44404id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44405id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44406id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44407id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44408id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44409id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44410id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44411id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44412id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44413id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44414id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44415id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44416id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44417id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44418id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44419id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44420id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44421id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44422id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44423id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44424id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44425id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44426id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44427id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44428id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44429id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44430id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44431id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44432id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44433id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44434id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44435id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44436id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44437id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44438id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44439id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44440id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44441id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44442id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44443id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44444id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44445id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44446id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44447id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44448id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44449id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44450id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44451id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44452id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44453id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44454id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44455id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44456id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44457id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44458id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44459id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44460id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44461id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44462id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44463id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44464id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44465id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44466id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44467id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44468id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44469id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44470id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44471id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44472id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44473id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44474id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44475id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44476id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44477id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44478id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44479id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44480id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44481id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44482id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44483id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44484id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44485id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44486id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44487id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44488id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44489id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44490id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44491id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44492id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44493id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44494id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44495id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44496id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44497id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44498id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44499id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44500id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44501id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44502id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44503id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44504id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44505id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44506id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44507id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44508id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44509id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44510id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44511id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44512id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44513id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44514id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44515id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44516id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44517id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44518id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44519id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44520id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44521id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44522id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44523id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44524id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44525id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44526id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44527id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44528id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44529id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44530id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44531id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44532id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44533id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44534id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44535id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44536id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44537id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44538id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44539id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44540id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44541id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44542id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44543id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44544id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44545id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44546id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44547id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44548id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44549id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44550id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44551id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44552id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44553id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44554id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44555id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44556id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44557id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44558id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44559id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44560id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44561id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44562id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44563id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44564id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44565id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44566id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44567id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44568id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44569id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44570id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44571id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44572id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44573id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44574id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44575id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44576id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44577id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44578id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44579id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44580id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44581id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44582id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44583id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44584id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44585id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44586id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44587id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44588id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44589id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44590id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44591id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44592id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44593id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44594id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44595id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44596id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44597id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44598id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44599id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44600id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44601id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44602id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44603id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44604id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44605id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44606id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44607id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44608id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44609id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44610id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44611id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44612id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44613id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44614id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44615id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44616id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44617id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44618id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44619id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44620id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44621id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44622id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44623id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44624id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44625id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44626id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44627id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44628id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44629id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44630id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44631id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44632id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44633id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44634id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44635id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44636id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44637id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44638id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44639id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44640id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44641id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44642id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44643id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44644id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44645id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44646id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44647id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44648id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44649id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44650id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44651id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44652id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44653id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44654id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44655id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44656id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44657id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44658id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44659id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44660id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44661id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44662id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44663id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44664id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44665id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44666id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44667id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44668id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44669id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44670id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44671id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44672id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44673id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44674id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44675id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44676id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44677id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44678id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44679id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44680id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44681id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44682id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44683id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44684id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44685id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44686id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44687id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44688id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44689id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44690id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44691id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44692id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44693id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44694id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44695id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44696id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44697id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44698id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44699id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44700id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44701id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44702id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44703id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44704id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44705id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44706id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44707id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44708id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44709id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44710id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44711id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44712id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44713id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44714id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44715id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44716id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44717id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44718id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44719id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44720id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44721id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44722id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44723id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44724id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44725id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44726id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44727id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44728id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44729id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44730id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44731id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44732id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44733id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44734id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44735id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44736id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44737id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44738id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44739id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44740id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44741id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44742id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44743id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44744id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44745id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44746id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44747id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44748id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44749id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44750id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44751id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44752id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44753id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44754id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44755id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44756id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44757id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44758id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44759id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44760id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44761id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44762id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44763id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44764id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44765id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44766id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44767id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44768id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44769id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44770id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44771id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44772id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44773id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44774id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44775id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44776id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44777id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44778id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44779id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44780id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44781id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44782id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44783id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44784id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44785id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44786id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44787id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44788id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44789id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44790id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44791id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44792id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44793id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44794id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44795id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44796id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44797id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44798id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44799id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44800id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44801id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44802id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44803id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44804id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44805id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44806id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44807id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44808id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44809id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44810id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44811id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44812id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44813id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44814id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44815id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44816id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44817id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44818id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44819id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44820id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44821id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44822id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44823id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44824id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44825id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44826id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44827id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44828id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44829id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44830id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44831id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44832id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44833id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44834id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44835id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44836id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44837id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44838id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44839id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44840id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44841id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44842id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44843id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44844id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44845id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44846id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44847id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44848id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44849id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44850id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44851id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44852id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44853id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44854id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44855id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44856id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44857id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44858id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44859id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44860id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44861id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44862id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44863id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44864id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44865id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44866id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44867id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44868id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44869id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44870id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44871id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44872id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44873id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44874id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44875id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44876id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44877id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44878id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44879id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44880id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44881id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44882id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44883id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44884id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44885id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44886id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44887id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44888id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44889id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44890id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44891id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44892id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44893id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44894id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44895id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44896id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44897id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44898id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44899id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44900id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44901id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44902id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44903id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44904id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44905id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44906id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44907id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44908id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44909id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44910id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44911id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44912id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44913id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44914id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44915id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44916id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44917id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44918id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44919id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44920id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44921id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44922id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44923id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44924id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44925id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44926id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44927id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44928id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44929id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44930id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44931id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44932id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44933id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44934id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44935id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44936id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44937id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44938id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44939id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44940id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44941id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44942id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44943id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44944id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44945id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44946id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44947id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44948id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44949id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44950id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44951id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44952id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44953id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44954id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44955id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44956id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44957id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44958id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44959id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44960id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44961id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44962id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44963id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44964id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44965id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44966id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44967id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44968id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44969id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44970id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44971id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44972id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44973id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44974id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44975id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44976id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44977id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44978id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44979id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44980id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44981id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44982id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44983id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44984id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "44985id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44986id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44987id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44988id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44989id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44990id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44991id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44992id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "44993id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "44994id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "44995id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "44996id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "44997id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "44998id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "44999id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45000id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45001id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45002id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45003id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45004id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45005id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45006id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45007id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45008id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45009id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45010id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45011id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45012id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45013id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45014id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45015id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45016id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45017id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45018id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45019id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45020id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45021id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45022id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45023id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45024id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45025id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45026id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45027id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45028id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45029id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45030id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45031id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45032id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45033id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45034id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45035id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45036id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45037id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45038id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45039id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45040id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45041id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45042id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45043id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45044id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45045id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45046id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45047id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45048id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45049id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45050id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45051id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45052id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45053id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45054id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45055id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45056id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45057id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45058id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45059id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45060id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45061id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45062id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45063id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45064id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45065id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45066id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45067id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45068id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45069id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45070id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45071id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45072id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45073id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45074id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45075id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45076id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45077id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45078id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45079id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45080id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45081id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45082id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45083id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45084id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45085id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45086id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45087id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45088id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45089id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45090id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45091id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45092id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45093id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45094id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45095id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45096id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45097id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45098id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45099id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45100id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45101id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45102id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45103id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45104id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45105id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45106id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45107id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45108id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45109id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45110id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45111id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45112id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45113id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45114id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45115id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45116id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45117id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45118id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45119id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45120id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45121id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45122id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45123id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45124id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45125id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45126id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45127id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45128id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45129id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45130id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45131id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45132id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45133id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45134id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45135id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45136id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45137id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45138id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45139id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45140id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45141id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45142id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45143id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45144id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45145id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45146id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45147id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45148id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45149id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45150id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45151id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45152id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45153id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45154id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45155id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45156id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45157id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45158id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45159id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45160id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45161id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45162id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45163id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45164id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45165id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45166id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45167id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45168id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45169id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45170id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45171id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45172id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45173id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45174id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45175id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45176id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45177id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45178id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45179id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45180id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45181id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45182id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45183id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45184id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45185id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45186id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45187id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45188id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45189id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45190id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45191id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45192id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45193id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45194id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45195id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45196id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45197id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45198id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45199id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45200id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45201id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45202id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45203id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45204id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45205id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45206id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45207id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45208id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45209id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45210id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45211id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45212id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45213id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45214id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45215id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45216id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45217id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45218id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45219id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45220id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45221id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45222id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45223id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45224id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45225id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45226id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45227id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45228id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45229id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45230id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45231id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45232id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45233id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45234id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45235id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45236id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45237id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45238id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45239id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45240id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45241id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45242id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45243id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45244id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45245id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45246id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45247id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45248id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45249id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45250id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45251id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45252id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45253id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45254id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45255id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45256id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45257id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45258id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45259id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45260id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45261id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45262id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45263id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45264id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45265id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45266id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45267id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45268id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45269id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45270id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45271id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45272id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45273id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45274id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45275id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45276id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45277id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45278id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45279id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45280id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45281id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45282id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45283id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45284id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45285id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45286id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45287id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45288id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45289id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45290id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45291id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45292id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45293id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45294id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45295id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45296id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45297id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45298id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45299id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45300id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45301id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45302id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45303id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45304id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45305id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45306id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45307id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45308id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45309id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45310id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45311id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45312id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45313id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45314id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45315id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45316id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45317id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45318id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45319id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45320id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45321id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45322id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45323id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45324id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45325id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45326id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45327id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45328id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45329id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45330id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45331id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45332id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45333id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45334id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45335id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45336id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45337id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45338id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45339id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45340id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45341id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45342id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45343id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45344id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45345id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45346id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45347id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45348id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45349id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45350id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45351id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45352id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45353id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45354id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45355id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45356id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45357id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45358id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45359id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45360id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45361id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45362id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45363id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45364id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45365id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45366id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45367id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45368id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45369id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45370id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45371id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45372id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45373id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45374id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45375id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45376id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45377id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45378id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45379id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45380id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45381id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45382id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45383id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45384id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45385id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45386id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45387id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45388id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45389id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45390id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45391id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45392id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45393id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45394id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45395id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45396id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45397id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45398id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45399id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45400id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45401id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45402id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45403id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45404id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45405id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45406id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45407id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45408id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45409id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45410id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45411id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45412id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45413id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45414id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45415id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45416id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45417id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45418id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45419id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45420id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45421id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45422id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45423id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45424id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45425id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45426id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45427id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45428id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45429id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45430id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45431id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45432id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45433id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45434id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45435id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45436id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45437id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45438id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45439id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45440id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45441id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45442id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45443id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45444id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45445id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45446id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45447id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45448id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45449id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45450id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45451id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45452id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45453id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45454id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45455id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45456id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45457id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45458id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45459id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45460id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45461id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45462id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45463id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45464id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45465id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45466id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45467id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45468id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45469id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45470id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45471id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45472id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45473id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45474id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45475id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45476id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45477id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45478id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45479id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45480id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45481id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45482id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45483id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45484id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45485id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45486id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45487id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45488id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45489id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45490id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45491id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45492id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45493id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45494id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45495id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45496id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45497id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45498id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45499id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45500id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45501id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45502id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45503id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45504id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45505id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45506id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45507id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45508id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45509id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45510id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45511id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45512id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45513id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45514id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45515id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45516id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45517id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45518id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45519id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45520id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45521id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45522id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45523id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45524id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45525id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45526id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45527id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45528id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45529id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45530id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45531id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45532id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45533id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45534id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45535id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45536id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45537id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45538id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45539id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45540id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45541id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45542id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45543id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45544id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45545id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45546id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45547id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45548id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45549id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45550id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45551id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45552id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45554id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45555id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45556id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45557id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45558id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45559id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45560id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45561id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45562id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45563id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45564id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45565id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45566id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45567id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45568id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45569id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45570id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45571id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45572id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45573id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45574id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45575id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45576id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45577id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45578id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45579id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45580id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45581id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45582id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45583id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45584id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45585id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45586id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45587id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45588id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45589id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45590id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45591id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45592id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45593id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45594id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45595id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45596id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45597id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45598id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45599id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45600id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45601id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45602id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45603id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45604id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45605id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45606id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45607id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45608id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45609id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45610id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45611id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45612id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45613id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45614id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45615id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45616id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45617id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45618id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45619id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45620id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45621id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45622id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45623id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45624id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45625id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45626id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45627id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45628id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45629id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45630id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45631id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45632id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45633id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45634id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45635id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45636id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45637id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45638id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45639id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45640id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45641id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45642id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45643id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45644id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45645id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45646id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45647id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45648id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45649id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45650id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45651id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45652id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45653id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45654id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45655id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45656id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45657id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45658id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45659id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45660id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45661id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45662id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45663id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45664id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45665id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45666id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45667id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45668id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45669id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45670id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45671id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45672id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45673id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45674id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45675id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45676id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45677id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45678id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45679id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45680id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45681id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45682id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45683id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45684id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45685id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45686id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45687id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45688id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45689id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45690id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45691id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45692id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45693id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45694id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45695id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45696id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45697id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45698id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45699id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45700id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45701id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45702id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45703id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45704id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45705id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45706id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45707id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45708id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45709id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45710id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45711id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45712id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45713id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45714id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45715id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45716id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45717id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45718id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45719id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45720id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45721id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45722id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45723id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45724id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45725id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45726id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45727id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45728id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45729id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45730id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45731id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45732id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45733id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45734id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45735id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45736id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45737id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45738id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45739id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45740id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45741id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45742id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45743id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45744id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45745id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45746id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45747id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45748id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45749id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45750id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45751id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45752id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45753id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45754id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45755id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45756id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45757id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45758id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45759id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45760id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45761id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45762id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45763id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45764id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45765id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45766id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45767id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45768id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45769id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45770id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45771id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45772id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45773id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45774id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45775id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45776id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45777id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45778id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45779id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45780id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45781id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45782id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45783id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45784id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45785id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45786id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45787id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45788id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45789id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45790id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45791id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45792id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45793id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45794id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45795id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45796id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45797id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45798id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45799id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45800id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45801id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45802id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45803id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45804id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45805id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45806id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45807id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45808id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45809id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45810id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45811id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45812id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45813id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45814id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45815id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45816id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45817id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45818id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45819id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45820id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45821id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45822id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45823id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45824id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45825id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45826id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45827id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45828id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45829id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45830id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45831id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45832id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45833id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45834id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45835id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45836id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45837id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45838id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45839id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45840id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45841id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45842id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45843id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45844id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45845id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45846id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45847id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45848id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45849id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45850id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45851id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45852id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45853id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45854id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45855id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45856id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45857id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45858id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45859id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45860id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45861id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45862id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45863id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45864id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45865id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45866id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45867id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45868id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45869id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45870id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45871id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45872id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45873id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45874id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45875id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45876id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45877id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45878id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45879id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45880id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45881id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45882id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45883id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45884id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45885id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45886id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45887id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45888id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45889id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45890id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45891id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45892id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45893id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45894id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45895id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45896id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45897id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45898id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45899id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45900id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45901id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45902id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45903id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45904id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45905id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45906id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45907id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45908id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45909id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45910id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45911id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45912id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45913id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45914id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45915id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45916id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45917id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45918id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45919id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45920id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45921id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45922id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45923id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45924id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45925id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45926id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45927id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45928id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45929id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45930id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45931id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45932id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45933id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45934id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45935id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45936id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45937id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45938id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45939id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45940id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45941id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45942id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45943id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45944id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45945id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45946id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45947id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45948id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45949id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45950id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45951id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45952id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45953id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45954id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45955id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45956id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45957id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45958id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45959id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45960id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45961id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45962id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45963id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45964id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45965id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45966id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45967id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45968id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45969id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45970id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45971id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45972id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45973id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45974id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45975id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45976id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45977id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45978id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45979id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45980id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45981id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45982id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45983id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45984id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45985id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "45986id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45987id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "45988id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45989id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45990id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45991id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "45992id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "45993id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "45994id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45995id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "45996id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45997id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "45998id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "45999id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46000id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46001id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46002id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46003id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46004id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46005id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46006id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46007id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46008id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46009id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46010id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46011id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46012id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46013id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46014id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46015id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46016id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46017id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46018id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46019id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46020id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46021id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46022id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46023id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46024id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46025id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46026id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46027id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46028id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46029id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46030id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46031id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46032id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46033id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46034id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46035id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46036id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46037id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46038id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46039id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46040id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46041id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46042id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46043id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46044id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46045id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46046id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46047id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46048id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46049id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46050id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46051id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46052id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46053id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46054id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46055id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46056id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46057id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46058id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46059id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46060id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46061id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46062id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46063id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46064id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46065id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46066id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46067id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46068id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46069id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46070id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46071id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46072id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46073id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46074id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46075id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46076id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46077id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46078id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46079id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46080id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46081id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46082id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46083id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46084id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46085id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46086id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46087id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46088id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46089id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46090id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46091id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46092id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46093id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46094id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46095id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46096id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46097id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46098id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46099id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46100id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46101id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46102id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46103id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46104id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46105id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46106id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46107id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46108id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46109id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46110id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46111id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46112id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46113id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46114id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46115id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46116id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46117id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46118id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46119id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46120id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46121id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46122id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46123id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46124id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46125id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46126id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46127id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46128id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46129id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46130id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46131id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46132id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46133id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46134id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46135id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46136id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46137id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46138id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46139id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46140id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46141id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46142id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46143id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46144id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46145id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46146id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46147id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46148id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46149id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46150id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46151id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46152id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46153id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46154id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46155id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46156id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46157id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46158id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46159id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46160id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46161id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46162id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46163id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46164id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46165id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46166id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46167id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46168id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46169id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46170id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46171id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46172id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46173id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46174id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46175id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46176id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46177id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46178id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46179id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46180id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46181id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46182id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46183id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46184id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46185id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46186id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46187id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46188id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46189id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46190id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46191id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46192id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46193id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46194id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46195id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46196id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46197id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46198id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46199id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46200id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46201id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46202id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46203id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46204id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46205id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46206id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46207id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46208id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46209id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46210id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46211id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46212id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46213id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46214id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46215id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46216id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46217id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46218id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46219id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46220id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46221id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46222id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46223id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46224id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46225id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46226id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46227id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46228id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46229id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46230id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46231id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46232id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46233id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46234id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46235id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46236id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46237id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46238id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46239id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46240id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46241id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46242id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46243id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46244id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46245id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46246id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46247id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46248id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46249id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46250id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46251id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46252id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46253id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46254id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46255id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46256id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46257id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46258id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46259id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46260id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46261id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46262id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46263id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46264id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46265id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46266id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46267id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46268id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46269id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46270id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46271id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46272id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46273id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46274id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46275id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46276id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46277id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46278id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46279id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46280id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46281id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46282id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46283id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46284id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46285id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46286id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46287id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46288id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46289id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46290id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46291id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46292id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46293id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46294id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46295id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46296id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46297id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46298id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46299id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46300id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46301id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46302id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46303id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46304id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46305id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46306id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46307id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46308id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46309id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46310id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46311id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46312id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46313id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46314id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46315id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46316id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46317id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46318id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46319id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46320id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46321id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46322id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46323id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46324id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46325id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46326id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46327id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46328id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46329id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46330id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46331id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46332id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46333id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46334id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46335id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46336id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46337id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46338id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46339id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46340id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46341id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46342id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46343id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46344id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46345id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46346id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46347id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46348id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46349id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46350id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46351id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46352id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46353id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46354id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46355id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46356id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46357id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46358id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46359id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46360id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46361id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46362id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46363id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46364id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46365id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46366id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46367id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46368id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46369id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46370id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46371id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46372id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46373id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46374id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46375id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46376id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46377id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46378id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46379id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46380id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46381id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46382id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46383id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46384id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46385id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46386id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46387id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46388id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46389id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46390id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46391id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46392id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46393id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46394id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46395id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46396id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46397id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46398id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46399id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46400id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46401id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46402id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46403id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46404id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46405id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46406id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46407id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46408id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46409id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46410id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46411id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46412id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46413id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46414id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46415id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46416id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46417id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46418id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46419id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46420id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46421id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46422id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46423id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46424id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46425id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46426id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46427id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46428id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46429id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46430id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46431id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46432id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46433id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46434id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46435id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46436id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46437id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46438id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46439id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46440id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46441id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46442id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46443id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46444id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46445id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46446id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46447id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46448id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46449id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46450id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46451id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46452id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46453id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46454id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46455id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46456id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46457id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46458id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46459id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46460id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46461id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46462id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46463id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46464id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46465id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46466id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46467id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46468id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46469id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46470id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46471id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46472id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46473id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46474id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46475id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46476id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46477id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46478id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46479id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46480id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46481id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46482id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46483id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46484id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46485id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46486id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46487id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46488id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46489id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46490id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46491id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46492id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46493id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46494id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46495id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46496id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46497id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46498id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46499id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46500id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46501id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46502id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46503id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46504id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46505id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46506id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46507id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46508id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46509id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46510id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46511id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46512id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46513id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46514id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46515id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46516id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46517id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46518id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46519id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46520id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46521id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46522id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46523id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46524id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46525id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46526id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46527id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46528id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46529id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46530id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46531id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46532id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46533id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46534id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46535id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46536id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46537id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46538id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46539id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46540id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46541id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46542id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46543id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46544id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46545id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46546id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46547id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46548id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46549id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46550id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46551id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46552id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46553id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46554id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46555id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46556id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46557id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46558id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46559id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46560id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46561id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46562id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46563id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46564id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46565id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46566id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46567id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46568id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46569id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46570id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46571id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46572id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46573id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46574id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46575id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46576id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46577id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46578id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46579id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46580id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46581id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46582id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46583id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46584id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46585id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46586id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46587id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46588id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46589id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46590id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46591id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46592id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46593id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46594id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46595id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46596id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46597id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46598id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46599id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46600id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46601id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46602id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46603id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46604id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46605id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46606id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46607id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46608id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46609id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46610id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46611id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46612id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46613id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46614id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46615id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46616id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46617id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46618id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46619id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46620id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46621id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46622id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46623id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46624id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46625id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46626id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46627id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46628id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46629id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46630id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46631id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46632id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46633id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46634id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46635id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46636id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46637id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46638id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46639id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46640id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46641id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46642id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46643id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46644id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46645id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46646id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46647id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46648id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46649id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46650id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46651id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46652id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46653id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46654id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46655id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46656id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46657id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46658id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46659id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46660id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46661id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46662id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46663id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46664id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46665id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46666id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46667id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46668id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46669id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46670id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46671id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46672id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46673id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46674id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46675id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46676id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46677id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46678id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46679id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46680id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46681id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46682id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46683id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46684id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46685id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46686id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46687id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46688id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46689id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46690id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46691id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46692id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46693id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46694id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46695id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46696id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46697id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46698id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46699id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46700id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46701id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46702id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46703id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46704id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46705id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46706id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46707id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46708id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46709id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46710id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46711id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46712id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46713id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46714id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46715id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46716id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46717id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46718id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46719id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46720id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46721id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46722id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46723id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46724id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46725id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46726id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46727id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46728id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46729id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46730id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46731id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46732id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46733id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46734id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46735id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46736id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46737id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46738id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46739id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46740id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46741id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46742id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46743id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46744id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46745id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46746id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46747id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46748id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46749id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46750id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46751id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46752id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46753id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46754id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46755id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46756id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46757id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46758id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46759id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46760id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46761id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46762id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46763id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46764id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46765id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46766id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46767id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46768id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46769id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46770id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46771id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46772id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46773id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46774id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46775id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46776id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46777id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46778id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46779id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46780id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46781id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46782id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46783id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46784id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46785id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46786id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46787id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46788id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46789id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46790id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46791id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46792id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46793id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46794id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46795id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46796id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46797id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46798id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46799id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46800id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46801id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46802id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46803id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46804id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46805id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46806id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46807id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46808id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46809id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46810id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46811id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46812id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46813id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46814id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46815id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46816id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46817id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46818id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46819id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46820id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46821id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46822id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46823id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46824id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46825id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46826id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46827id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46828id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46829id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46830id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46831id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46832id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46833id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46834id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46835id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46836id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46837id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46838id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46839id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46840id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46841id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46842id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46843id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46844id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46845id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46846id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46847id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46848id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46849id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46850id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46851id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46852id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46853id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46854id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46855id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46856id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46857id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46858id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46859id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46860id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46861id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46862id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46863id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46864id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46865id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46866id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46867id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46868id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46869id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46870id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46871id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46872id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46873id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46874id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46875id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46876id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46877id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46878id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46879id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46880id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46881id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46882id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46883id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46884id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46885id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46886id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46887id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46888id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46889id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46890id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46891id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46892id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46893id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46894id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46895id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46896id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46897id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46898id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46899id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46900id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46901id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46902id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46903id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46904id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46905id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46906id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46907id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46908id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46909id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46910id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46911id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46912id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46913id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46914id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46915id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46916id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46917id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46918id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46919id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46920id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46921id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46922id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46923id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46924id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46925id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46926id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46927id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46928id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46929id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46930id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46931id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46932id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46933id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46934id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46935id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46936id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46937id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46938id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46939id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46940id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46941id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46942id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46943id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46944id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46945id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46946id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46947id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46948id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46949id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46950id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46951id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46952id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46953id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46954id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46955id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46956id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46957id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46958id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46959id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46960id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46961id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46962id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46963id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46964id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46965id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46966id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46967id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46968id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46969id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46970id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46971id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46972id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46973id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46974id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46975id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46976id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46977id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46978id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46979id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46980id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46981id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46982id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46983id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46984id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46985id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46986id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "46987id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "46988id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46989id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46990id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "46991id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "46992id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "46993id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46994id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46995id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "46996id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "46997id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46998id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "46999id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47000id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47001id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47002id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47003id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47004id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47005id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47006id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47007id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47008id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47009id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47010id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47011id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47012id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47013id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47014id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47015id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47016id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47017id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47018id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47019id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47020id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47021id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47022id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47023id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47024id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47025id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47026id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47027id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47028id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47029id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47030id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47031id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47032id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47033id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47034id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47035id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47036id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47037id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47038id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47039id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47040id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47041id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47042id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47043id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47044id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47045id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47046id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47047id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47048id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47049id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47050id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47051id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47052id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47053id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47054id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47055id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47056id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47057id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47058id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47059id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47060id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47061id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47062id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47063id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47064id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47065id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47066id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47067id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47068id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47069id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47070id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47071id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47072id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47073id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47074id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47075id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47076id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47077id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47078id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47079id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47080id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47081id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47082id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47083id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47084id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47085id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47086id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47087id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47088id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47089id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47090id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47091id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47092id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47093id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47094id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47095id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47096id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47097id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47098id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47099id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47100id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47101id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47102id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47103id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47104id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47105id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47106id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47107id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47108id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47109id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47110id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47111id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47112id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47113id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47114id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47115id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47116id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47117id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47118id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47119id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47120id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47121id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47122id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47123id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47124id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47125id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47126id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47127id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47128id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47129id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47130id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47131id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47132id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47133id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47134id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47135id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47136id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47137id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47138id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47139id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47140id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47141id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47142id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47143id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47144id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47145id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47146id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47147id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47148id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47149id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47150id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47151id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47152id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47153id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47154id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47155id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47156id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47157id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47158id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47159id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47160id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47161id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47162id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47163id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47164id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47165id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47166id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47167id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47168id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47169id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47170id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47171id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47172id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47173id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47174id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47175id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47176id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47177id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47178id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47179id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47180id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47181id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47182id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47183id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47184id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47185id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47186id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47187id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47188id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47189id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47190id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47191id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47192id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47193id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47194id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47195id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47196id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47197id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47198id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47199id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47200id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47201id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47202id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47203id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47204id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47205id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47206id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47207id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47208id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47209id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47210id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47211id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47212id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47213id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47214id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47215id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47216id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47217id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47218id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47219id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47220id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47221id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47222id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47223id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47224id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47225id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47226id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47227id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47228id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47229id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47230id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47231id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47232id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47233id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47234id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47235id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47236id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47237id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47238id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47239id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47240id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47241id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47242id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47243id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47244id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47245id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47246id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47247id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47248id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47249id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47250id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47251id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47252id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47253id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47254id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47255id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47256id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47257id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47258id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47259id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47260id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47261id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47262id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47263id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47264id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47265id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47266id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47267id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47268id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47269id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47270id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47271id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47272id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47273id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47274id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47275id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47276id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47277id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47278id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47279id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47280id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47281id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47282id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47283id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47284id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47285id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47286id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47287id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47288id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47289id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47290id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47291id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47292id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47293id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47294id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47295id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47296id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47297id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47298id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47299id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47300id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47301id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47302id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47303id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47304id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47305id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47306id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47307id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47308id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47309id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47310id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47311id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47312id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47313id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47314id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47315id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47316id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47317id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47318id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47319id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47320id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47321id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47322id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47323id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47324id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47325id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47326id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47327id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47328id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47329id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47330id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47331id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47332id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47333id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47334id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47335id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47336id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47337id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47338id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47339id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47340id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47341id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47342id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47343id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47344id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47345id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47346id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47347id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47348id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47349id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47350id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47351id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47352id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47353id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47354id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47355id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47356id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47357id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47358id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47359id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47360id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47361id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47362id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47363id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47364id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47365id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47366id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47367id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47368id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47369id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47370id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47371id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47372id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47373id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47374id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47375id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47376id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47377id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47378id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47379id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47380id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47381id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47382id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47383id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47384id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47385id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47386id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47387id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47388id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47389id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47390id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47391id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47392id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47393id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47394id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47395id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47396id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47397id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47398id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47399id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47400id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47401id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47402id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47403id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47404id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47405id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47406id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47407id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47408id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47409id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47410id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47411id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47412id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47413id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47414id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47415id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47416id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47417id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47418id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47419id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47420id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47421id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47422id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47423id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47424id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47425id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47426id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47427id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47428id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47429id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47430id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47431id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47432id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47433id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47434id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47435id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47436id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47437id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47438id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47439id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47440id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47441id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47442id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47443id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47444id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47445id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47446id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47447id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47448id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47449id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47450id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47451id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47452id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47453id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47454id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47455id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47456id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47457id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47458id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47459id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47460id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47461id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47462id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47463id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47464id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47465id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47466id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47467id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47468id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47469id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47470id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47471id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47472id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47473id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47474id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47475id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47476id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47477id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47478id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47479id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47480id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47481id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47482id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47483id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47484id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47485id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47486id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47487id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47488id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47489id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47490id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47491id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47492id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47493id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47494id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47495id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47496id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47497id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47498id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47499id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47500id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47501id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47502id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47503id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47504id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47505id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47506id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47507id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47508id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47509id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47510id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47511id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47512id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47513id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47514id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47515id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47516id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47517id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47518id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47519id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47520id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47521id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47522id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47523id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47524id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47525id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47526id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47527id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47528id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47529id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47530id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47531id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47532id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47533id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47534id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47535id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47536id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47537id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47538id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47539id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47540id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47541id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47542id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47543id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47544id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47545id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47546id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47547id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47548id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47549id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47550id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47551id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47552id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47553id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47554id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47555id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47556id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47557id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47558id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47559id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47560id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47561id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47562id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47563id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47564id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47565id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47566id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47567id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47568id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47569id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47570id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47571id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47572id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47573id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47574id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47575id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47576id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47577id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47578id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47579id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47580id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47581id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47582id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47583id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47584id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47585id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47586id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47587id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47588id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47589id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47590id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47591id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47592id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47593id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47594id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47595id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47596id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47597id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47598id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47599id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47600id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47601id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47602id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47603id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47604id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47605id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47606id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47607id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47608id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47609id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47610id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47611id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47612id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47613id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47614id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47615id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47616id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47617id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47618id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47619id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47620id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47621id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47622id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47623id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47624id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47625id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47626id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47627id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47628id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47629id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47630id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47631id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47632id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47633id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47634id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47635id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47636id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47637id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47638id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47639id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47640id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47641id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47642id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47643id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47644id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47645id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47646id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47647id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47648id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47649id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47650id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47651id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47652id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47653id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47654id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47655id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47656id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47657id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47658id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47659id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47660id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47661id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47662id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47663id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47664id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47665id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47666id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47667id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47668id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47669id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47670id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47671id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47672id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47673id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47674id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47675id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47676id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47677id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47678id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47679id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47680id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47681id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47682id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47683id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47684id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47685id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47686id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47687id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47688id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47689id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47690id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47691id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47692id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47693id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47694id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47695id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47696id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47697id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47698id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47699id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47700id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47701id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47702id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47703id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47704id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47705id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47706id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47707id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47708id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47709id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47710id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47711id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47712id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47713id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47714id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47715id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47716id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47717id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47718id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47719id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47720id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47721id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47722id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47723id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47724id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47725id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47726id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47727id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47728id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47729id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47730id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47731id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47732id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47733id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47734id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47735id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47736id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47737id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47738id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47739id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47740id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47741id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47742id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47743id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47744id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47745id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47746id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47747id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47748id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47749id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47750id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47751id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47752id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47753id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47754id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47755id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47756id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47757id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47758id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47759id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47760id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47761id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47762id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47763id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47764id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47765id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47766id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47767id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47768id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47769id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47770id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47771id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47772id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47773id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47774id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47775id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47776id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47777id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47778id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47779id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47780id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47781id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47782id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47783id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47784id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47785id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47786id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47787id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47788id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47789id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47790id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47791id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47792id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47793id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47794id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47795id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47796id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47797id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47798id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47799id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47800id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47801id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47802id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47803id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47804id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47805id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47806id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47807id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47808id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47809id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47810id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47811id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47812id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47813id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47814id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47815id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47816id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47817id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47818id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47819id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47820id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47821id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47822id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47823id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47824id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47825id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47826id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47827id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47828id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47829id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47830id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47831id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47832id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47833id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47834id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47835id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47836id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47837id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47838id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47839id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47840id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47841id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47842id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47843id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47844id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47845id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47846id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47847id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47848id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47849id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47850id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47851id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47852id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47853id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47854id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47855id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47856id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47857id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47858id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47859id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47860id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47861id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47862id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47863id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47864id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47865id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47866id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47867id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47868id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47869id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47870id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47871id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47872id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47873id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47874id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47875id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47876id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47877id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47878id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47879id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47880id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47881id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47882id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47883id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47884id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47885id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47886id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47887id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47888id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47889id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47890id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47891id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47892id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47893id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47894id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47895id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47896id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47897id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47898id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47899id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47900id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47901id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47902id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47903id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47904id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47905id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47906id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47907id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47908id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47909id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47910id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47911id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47912id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47913id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47914id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47915id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47916id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47917id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47918id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47919id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47920id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47921id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47922id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47923id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47924id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47925id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47926id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47927id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47928id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47929id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47930id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47931id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47932id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47933id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47934id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47935id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47936id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47937id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47938id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47939id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47940id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47941id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47942id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47943id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47944id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47945id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47946id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47947id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47948id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47949id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47950id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47951id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47952id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47953id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47954id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47955id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47956id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47957id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47958id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47959id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47960id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47961id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47962id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47963id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47964id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47965id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47966id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47967id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47968id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47969id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47970id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47971id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47972id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47973id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47974id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47975id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47976id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47977id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47978id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47979id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47980id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47981id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47982id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47983id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47984id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "47985id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47986id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47987id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47988id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47989id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "47990id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47991id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47992id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "47993id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47994id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "47995id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "47996id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "47997id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "47998id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "47999id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48000id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48001id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48002id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48003id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48004id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48005id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48006id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48007id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48008id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48009id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48010id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48011id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48012id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48013id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48014id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48015id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48016id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48017id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48018id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48019id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48020id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48021id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48022id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48023id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48024id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48025id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48026id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48027id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48028id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48029id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48030id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48031id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48032id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48033id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48034id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48035id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48036id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48037id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48038id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48039id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48040id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48041id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48042id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48043id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48044id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48045id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48046id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48047id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48048id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48049id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48050id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48051id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48052id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48053id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48054id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48055id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48056id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48057id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48058id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48059id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48060id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48061id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48062id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48063id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48064id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48065id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48066id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48067id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48068id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48069id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48070id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48071id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48072id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48073id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48074id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48075id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48076id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48077id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48078id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48079id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48080id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48081id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48082id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48083id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48084id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48085id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48086id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48087id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48088id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48089id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48090id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48091id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48092id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48093id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48094id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48095id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48096id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48097id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48098id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48099id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48100id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48101id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48102id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48103id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48104id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48105id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48106id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48107id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48108id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48109id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48110id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48111id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48112id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48113id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48114id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48115id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48116id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48117id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48118id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48119id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48120id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48121id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48122id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48123id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48124id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48125id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48126id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48127id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48128id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48129id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48130id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48131id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48132id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48133id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48134id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48135id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48136id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48137id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48138id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48139id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48140id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48141id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48142id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48143id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48144id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48145id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48146id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48147id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48148id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48149id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48150id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48151id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48152id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48153id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48154id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48155id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48156id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48157id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48158id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48159id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48160id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48161id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48162id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48163id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48164id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48165id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48166id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48167id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48168id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48169id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48170id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48171id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48172id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48173id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48174id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48175id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48176id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48177id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48178id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48179id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48180id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48181id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48182id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48183id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48184id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48185id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48186id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48187id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48188id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48189id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48190id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48191id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48192id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48193id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48194id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48195id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48196id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48197id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48198id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48199id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48200id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48201id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48202id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48203id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48204id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48205id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48206id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48207id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48208id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48209id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48210id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48211id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48212id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48213id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48214id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48215id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48216id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48217id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48218id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48219id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48220id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48221id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48222id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48223id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48224id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48225id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48226id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48227id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48228id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48229id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48230id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48231id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48232id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48233id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48234id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48235id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48236id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48237id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48238id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48239id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48240id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48241id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48242id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48243id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48244id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48245id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48246id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48247id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48248id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48249id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48250id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48251id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48252id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48253id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48254id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48255id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48256id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48257id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48258id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48259id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48260id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48261id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48262id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48263id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48264id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48265id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48266id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48267id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48268id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48269id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48270id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48271id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48272id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48273id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48274id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48275id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48276id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48277id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48278id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48279id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48280id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48281id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48282id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48283id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48284id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48285id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48286id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48287id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48288id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48289id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48290id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48291id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48292id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48293id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48294id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48295id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48296id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48297id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48298id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48299id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48300id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48301id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48302id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48303id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48304id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48305id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48306id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48307id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48308id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48309id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48310id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48311id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48312id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48313id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48314id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48315id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48316id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48317id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48318id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48319id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48320id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48321id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48322id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48323id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48324id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48325id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48326id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48327id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48328id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48329id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48330id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48331id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48332id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48333id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48334id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48335id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48336id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48337id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48338id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48339id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48340id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48341id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48342id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48343id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48344id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48345id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48346id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48347id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48348id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48349id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48350id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48351id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48352id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48353id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48354id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48355id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48356id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48357id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48358id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48359id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48360id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48361id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48362id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48363id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48364id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48365id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48366id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48367id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48368id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48369id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48370id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48371id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48372id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48373id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48374id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48375id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48376id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48377id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48378id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48379id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48380id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48381id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48382id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48383id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48384id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48385id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48386id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48387id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48388id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48389id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48390id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48391id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48392id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48393id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48394id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48395id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48396id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48397id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48398id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48399id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48400id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48401id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48402id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48403id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48404id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48405id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48406id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48407id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48408id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48409id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48410id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48411id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48412id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48413id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48414id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48415id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48416id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48417id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48418id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48419id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48420id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48421id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48422id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48423id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48424id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48425id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48426id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48427id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48428id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48429id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48430id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48431id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48432id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48433id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48434id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48435id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48436id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48437id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48438id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48439id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48440id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48441id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48442id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48443id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48444id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48445id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48446id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48447id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48448id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48449id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48450id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48451id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48452id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48453id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48454id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48455id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48456id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48457id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48458id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48459id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48460id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48461id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48462id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48463id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48464id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48465id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48466id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48467id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48468id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48469id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48470id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48471id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48472id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48473id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48474id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48475id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48476id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48477id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48478id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48479id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48480id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48481id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48482id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48483id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48484id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48485id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48486id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48487id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48488id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48489id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48490id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48491id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48492id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48493id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48494id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48495id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48496id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48497id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48498id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48499id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48500id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48501id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48502id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48503id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48504id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48505id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48506id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48507id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48508id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48509id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48510id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48511id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48512id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48513id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48514id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48515id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48516id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48517id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48518id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48519id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48520id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48521id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48522id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48523id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48524id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48525id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48526id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48527id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48528id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48529id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48530id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48531id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48532id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48533id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48534id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48535id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48536id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48537id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48538id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48539id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48540id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48541id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48542id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48543id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48544id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48545id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48546id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48547id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48548id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48549id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48550id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48551id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48552id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48553id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48554id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48555id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48556id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48557id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48558id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48559id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48560id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48561id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48562id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48563id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48564id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48565id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48566id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48567id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48568id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48569id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48570id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48571id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48572id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48573id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48574id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48575id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48576id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48577id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48578id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48579id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48580id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48581id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48582id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48583id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48584id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48585id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48586id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48587id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48588id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48589id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48590id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48591id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48592id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48593id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48594id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48595id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48596id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48597id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48598id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48599id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48600id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48601id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48602id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48603id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48604id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48605id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48606id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48607id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48608id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48609id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48610id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48611id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48612id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48613id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48614id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48615id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48616id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48617id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48618id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48619id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48620id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48621id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48622id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48623id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48624id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48625id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48626id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48627id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48628id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48629id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48630id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48631id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48632id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48633id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48634id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48635id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48636id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48637id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48638id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48639id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48640id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48641id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48642id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48643id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48644id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48645id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48646id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48647id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48648id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48649id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48650id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48651id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48652id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48653id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48654id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48655id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48656id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48657id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48658id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48659id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48660id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48661id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48662id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48663id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48664id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48665id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48666id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48667id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48668id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48669id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48670id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48671id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48672id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48673id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48674id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48675id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48676id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48677id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48678id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48679id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48680id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48681id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48682id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48683id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48684id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48685id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48686id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48687id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48688id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48689id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48690id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48691id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48692id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48693id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48694id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48695id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48696id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48697id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48698id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48699id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48700id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48701id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48702id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48703id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48704id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48705id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48706id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48707id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48708id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48709id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48710id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48711id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48712id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48713id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48714id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48715id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48716id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48717id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48718id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48719id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48720id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48721id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48722id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48723id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48724id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48725id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48726id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48727id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48728id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48729id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48730id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48731id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48732id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48733id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48734id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48735id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48736id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48737id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48738id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48739id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48740id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48741id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48742id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48743id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48744id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48745id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48746id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48747id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48748id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48749id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48750id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48751id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48752id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48753id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48754id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48755id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48756id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48757id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48758id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48759id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48760id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48761id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48762id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48763id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48764id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48765id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48766id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48767id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48768id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48769id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48770id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48771id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48772id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48773id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48774id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48775id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48776id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48777id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48778id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48779id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48780id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48781id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48782id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48783id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48784id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48785id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48786id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48787id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48788id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48789id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48790id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48791id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48792id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48793id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48794id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48795id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48796id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48797id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48798id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48799id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48800id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48801id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48802id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48803id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48804id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48805id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48806id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48807id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48808id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48809id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48810id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48811id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48812id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48813id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48814id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48815id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48816id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48817id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48818id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48819id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48820id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48821id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48822id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48823id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48824id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48825id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48826id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48827id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48828id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48829id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48830id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48831id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48832id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48833id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48834id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48835id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48836id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48837id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48838id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48839id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48840id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48841id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48842id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48843id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48844id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48845id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48846id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48847id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48848id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48849id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48850id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48851id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48852id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48853id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48854id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48855id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48856id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48857id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48858id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48859id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48860id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48861id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48862id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48863id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48864id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48865id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48866id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48867id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48868id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48869id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48870id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48871id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48872id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48873id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48874id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48875id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48876id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48877id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48878id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48879id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48880id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48881id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48882id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48883id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48884id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48885id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48886id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48887id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48888id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48889id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48890id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48891id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48892id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48893id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48894id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48895id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48896id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48897id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48898id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48899id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48900id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48901id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48902id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48903id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48904id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48905id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48906id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48907id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48908id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48909id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48910id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48911id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48912id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48913id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48914id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48915id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48916id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48917id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48918id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48919id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48920id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48921id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48922id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48923id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48924id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48925id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48926id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48927id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48928id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48929id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48930id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48931id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48932id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48933id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48934id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48935id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48936id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48937id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48938id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48939id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48940id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48941id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48942id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48943id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48944id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48945id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48946id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48947id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48948id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48949id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48950id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48951id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48952id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48953id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48954id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48955id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48956id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48957id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48958id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48959id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48960id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48961id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48962id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48963id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48964id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48965id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48966id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48967id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48968id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48969id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48970id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48971id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48972id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48973id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48974id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48975id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48976id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48977id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48978id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48979id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48980id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48981id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48982id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48983id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48984id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48985id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48986id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48987id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "48988id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48989id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48990id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "48991id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48992id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "48993id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48994id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "48995id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "48996id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "48997id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "48998id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "48999id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49000id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49001id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49002id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49003id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49004id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49005id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49006id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49007id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49008id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49009id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49010id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49011id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49012id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49013id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49014id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49015id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49016id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49017id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49018id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49019id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49020id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49021id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49022id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49023id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49024id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49025id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49026id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49027id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49028id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49029id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49030id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49031id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49032id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49033id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49034id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49035id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49036id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49037id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49038id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49039id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49040id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49041id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49042id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49043id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49044id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49045id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49046id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49047id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49048id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49049id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49050id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49051id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49052id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49053id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49054id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49055id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49056id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49057id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49058id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49059id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49060id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49061id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49062id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49063id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49064id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49065id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49066id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49067id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49068id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49069id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49070id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49071id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49072id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49073id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49074id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49075id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49076id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49077id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49078id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49079id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49080id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49081id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49082id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49083id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49084id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49085id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49086id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49087id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49088id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49089id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49090id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49091id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49092id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49093id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49094id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49095id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49096id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49097id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49098id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49099id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49100id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49101id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49102id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49103id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49104id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49105id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49106id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49107id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49108id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49109id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49110id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49111id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49112id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49113id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49114id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49115id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49116id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49117id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49118id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49119id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49120id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49121id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49122id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49123id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49124id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49125id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49126id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49127id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49128id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49129id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49130id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49131id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49132id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49133id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49134id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49135id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49136id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49137id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49138id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49139id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49140id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49141id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49142id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49143id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49144id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49145id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49146id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49147id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49148id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49149id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49150id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49151id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49152id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49153id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49154id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49155id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49156id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49157id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49158id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49159id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49160id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49161id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49162id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49163id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49164id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49165id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49166id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49167id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49168id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49169id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49170id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49171id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49172id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49173id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49174id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49175id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49176id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49177id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49178id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49179id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49180id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49181id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49182id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49183id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49184id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49185id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49186id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49187id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49188id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49189id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49190id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49191id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49192id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49193id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49194id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49195id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49196id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49197id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49198id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49199id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49200id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49201id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49202id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49203id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49204id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49205id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49206id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49207id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49208id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49209id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49210id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49211id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49212id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49213id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49214id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49215id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49216id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49217id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49218id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49219id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49220id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49221id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49222id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49223id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49224id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49225id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49226id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49227id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49228id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49229id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49230id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49231id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49232id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49233id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49234id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49235id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49236id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49237id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49238id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49239id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49240id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49241id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49242id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49243id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49244id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49245id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49246id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49247id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49248id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49249id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49250id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49251id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49252id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49253id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49254id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49255id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49256id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49257id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49258id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49259id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49260id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49261id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49262id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49263id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49264id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49265id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49266id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49267id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49268id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49269id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49270id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49271id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49272id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49273id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49274id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49275id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49276id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49277id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49278id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49279id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49280id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49281id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49282id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49283id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49284id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49285id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49286id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49287id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49288id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49289id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49290id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49291id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49292id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49293id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49294id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49295id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49296id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49297id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49298id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49299id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49300id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49301id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49302id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49303id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49304id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49305id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49306id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49307id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49308id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49309id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49310id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49311id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49312id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49313id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49314id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49315id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49316id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49317id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49318id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49319id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49320id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49321id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49322id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49323id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49324id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49325id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49326id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49327id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49328id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49329id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49330id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49331id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49332id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49333id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49334id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49335id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49336id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49337id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49338id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49339id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49340id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49341id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49342id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49343id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49344id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49345id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49346id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49347id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49348id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49349id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49350id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49351id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49352id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49353id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49354id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49355id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49356id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49357id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49358id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49359id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49360id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49361id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49362id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49363id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49364id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49365id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49366id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49367id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49368id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49369id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49370id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49371id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49372id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49373id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49374id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49375id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49376id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49377id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49378id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49379id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49380id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49381id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49382id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49383id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49384id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49385id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49386id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49387id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49388id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49389id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49390id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49391id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49392id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49393id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49394id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49395id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49396id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49397id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49398id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49399id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49400id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49401id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49402id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49403id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49404id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49405id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49406id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49407id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49408id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49409id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49410id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49411id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49412id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49413id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49414id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49415id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49416id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49417id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49418id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49419id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49420id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49421id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49422id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49423id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49424id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49425id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49426id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49427id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49428id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49429id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49430id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49431id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49432id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49433id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49434id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49435id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49436id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49437id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49438id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49439id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49440id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49441id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49442id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49443id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49444id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49445id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49446id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49447id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49448id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49449id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49450id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49451id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49452id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49453id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49454id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49455id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49456id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49457id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49458id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49459id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49460id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49461id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49462id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49463id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49464id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49465id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49466id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49467id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49468id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49469id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49470id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49471id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49472id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49473id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49474id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49475id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49476id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49477id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49478id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49479id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49480id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49481id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49482id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49483id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49484id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49485id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49486id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49487id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49488id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49489id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49490id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49491id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49492id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49493id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49494id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49495id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49496id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49497id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49498id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49499id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49500id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49501id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49502id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49503id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49504id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49505id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49506id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49507id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49508id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49509id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49510id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49511id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49512id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49513id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49514id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49515id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49516id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49517id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49518id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49519id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49520id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49521id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49522id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49523id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49524id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49525id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49526id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49527id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49528id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49529id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49530id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49531id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49532id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49533id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49534id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49535id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49536id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49537id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49538id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49539id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49540id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49541id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49542id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49543id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49544id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49545id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49546id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49547id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49548id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49549id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49550id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49551id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49552id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49553id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49554id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49555id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49556id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49557id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49558id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49559id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49560id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49561id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49562id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49563id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49564id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49565id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49566id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49567id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49568id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49569id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49570id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49571id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49572id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49573id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49574id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49575id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49576id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49577id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49578id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49579id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49580id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49581id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49582id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49583id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49584id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49585id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49586id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49587id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49588id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49589id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49590id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49591id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49592id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49593id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49594id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49595id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49596id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49597id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49598id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49599id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49600id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49601id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49602id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49603id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49604id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49605id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49606id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49607id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49608id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49609id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49610id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49611id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49612id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49613id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49614id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49615id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49616id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49617id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49618id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49619id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49620id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49621id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49622id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49623id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49624id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49625id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49626id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49627id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49628id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49629id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49630id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49631id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49632id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49633id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49634id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49635id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49636id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49637id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49638id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49639id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49640id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49641id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49642id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49643id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49644id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49645id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49646id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49647id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49648id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49649id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49650id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49651id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49652id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49653id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49654id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49655id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49656id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49657id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49658id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49659id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49660id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49661id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49662id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49663id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49664id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49665id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49666id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49667id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49668id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49669id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49670id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49671id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49672id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49673id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49674id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49675id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49676id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49677id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49678id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49679id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49680id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49681id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49682id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49683id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49684id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49685id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49686id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49687id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49688id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49689id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49690id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49691id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49692id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49693id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49694id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49695id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49696id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49697id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49698id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49699id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49700id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49701id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49702id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49703id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49704id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49705id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49706id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49707id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49708id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49709id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49710id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49711id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49712id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49713id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49714id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49715id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49716id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49717id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49718id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49719id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49720id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49721id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49722id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49723id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49724id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49725id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49726id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49727id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49728id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49729id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49730id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49731id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49732id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49733id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49734id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49735id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49736id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49737id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49738id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49739id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49740id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49741id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49742id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49743id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49744id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49745id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49746id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49747id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49748id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49749id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49750id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49751id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49752id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49753id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49754id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49755id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49756id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49757id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49758id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49759id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49760id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49761id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49762id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49763id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49764id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49765id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49766id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49767id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49768id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49769id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49770id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49771id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49772id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49773id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49774id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49775id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49776id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49777id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49778id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49779id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49780id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49781id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49782id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49783id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49784id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49785id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49786id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49787id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49788id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49789id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49790id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49791id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49792id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49793id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49794id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49795id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49796id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49797id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49798id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49799id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49800id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49801id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49802id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49803id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49804id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49805id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49806id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49807id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49808id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49809id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49810id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49811id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49812id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49813id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49814id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49815id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49816id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49817id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49818id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49819id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49820id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49821id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49822id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49823id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49824id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49825id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49826id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49827id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49828id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49829id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49830id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49831id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49832id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49833id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49834id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49835id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49836id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49837id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49838id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49839id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49840id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49841id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49842id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49843id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49844id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49845id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49846id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49847id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49848id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49849id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49850id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49851id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49852id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49853id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49854id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49855id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49856id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49857id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49858id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49859id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49860id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49861id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49862id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49863id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49864id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49865id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49866id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49867id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49868id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49869id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49870id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49871id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49872id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49873id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49874id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49875id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49876id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49877id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49878id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49879id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49880id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49881id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49882id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49883id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49884id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49885id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49886id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49887id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49888id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49889id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49890id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49891id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49892id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49893id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49894id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49895id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49896id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49897id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49898id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49899id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49900id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49901id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49902id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49903id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49904id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49905id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49906id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49907id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49908id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49909id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49910id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49911id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49912id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49913id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49914id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49915id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49916id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49917id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49918id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49919id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49920id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49921id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49922id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49923id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49924id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49925id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49926id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49927id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49928id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49929id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49930id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49931id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49932id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49933id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49934id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49935id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49936id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49937id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49938id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49939id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49940id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49941id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49942id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49943id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49944id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49945id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49946id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49947id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49948id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49949id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49950id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49951id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49952id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49953id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49954id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49955id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49956id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49957id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49958id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49959id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49960id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49961id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49962id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49963id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49964id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49965id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49966id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49967id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49968id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49969id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49970id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49971id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49972id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49973id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49974id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49975id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49976id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49977id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49978id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49979id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49980id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49981id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49982id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49983id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49984id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49985id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49986id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49987id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49988id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "49989id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49990id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49991id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "49992id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "49993id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "49994id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "49995id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 280242230) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "49996id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49997id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 584420736) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "49998id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "49999id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Data/run-100k.clp b/trunk/Creshendo.UnitTests/Data/run-100k.clp new file mode 100644 index 0000000..382bcc4 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/run-100k.clp @@ -0,0 +1,6 @@ +(batch ./benchmark/parser/templates.clp) +(bind ?*start* (ms-time) ) +(batch ./benchmark/parser/100K.dat) +(bind ?*end* (ms-time) ) +(bind ?et (- ?*end* ?*start*) ) +(printout t "elpasedTime=" ?et crlf) diff --git a/trunk/Creshendo.UnitTests/Data/runload-100k.clp b/trunk/Creshendo.UnitTests/Data/runload-100k.clp new file mode 100644 index 0000000..ddccb41 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/runload-100k.clp @@ -0,0 +1,6 @@ +(batch ./benchmark/parser/templates.clp) +(bind ?*start* (ms-time) ) +(load-facts ./benchmark/parser/100K-load.dat) +(bind ?*end* (ms-time) ) +(bind ?et (- ?*end* ?*start*) ) +(printout t "elpasedTime=" ?et crlf) diff --git a/trunk/Creshendo.UnitTests/Data/share_5nodes.clp b/trunk/Creshendo.UnitTests/Data/share_5nodes.clp new file mode 100644 index 0000000..5a259ce --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/share_5nodes.clp @@ -0,0 +1,300 @@ +(defrule rule0 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc0") + ) +=> + (printout t "rule0 was fired" ) +) +(defrule rule1 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc1") + ) +=> + (printout t "rule1 was fired" ) +) +(defrule rule2 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc2") + ) +=> + (printout t "rule2 was fired" ) +) +(defrule rule3 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc3") + ) +=> + (printout t "rule3 was fired" ) +) +(defrule rule4 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc4") + ) +=> + (printout t "rule4 was fired" ) +) +(defrule rule5 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc5") + ) +=> + (printout t "rule5 was fired" ) +) +(defrule rule6 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc6") + ) +=> + (printout t "rule6 was fired" ) +) +(defrule rule7 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc7") + ) +=> + (printout t "rule7 was fired" ) +) +(defrule rule8 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc8") + ) +=> + (printout t "rule8 was fired" ) +) +(defrule rule9 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc9") + ) +=> + (printout t "rule9 was fired" ) +) +(defrule rule10 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc10") + ) +=> + (printout t "rule10 was fired" ) +) +(defrule rule11 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc11") + ) +=> + (printout t "rule11 was fired" ) +) +(defrule rule12 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc12") + ) +=> + (printout t "rule12 was fired" ) +) +(defrule rule13 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc13") + ) +=> + (printout t "rule13 was fired" ) +) +(defrule rule14 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc14") + ) +=> + (printout t "rule14 was fired" ) +) +(defrule rule15 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc15") + ) +=> + (printout t "rule15 was fired" ) +) +(defrule rule16 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc16") + ) +=> + (printout t "rule16 was fired" ) +) +(defrule rule17 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc17") + ) +=> + (printout t "rule17 was fired" ) +) +(defrule rule18 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc18") + ) +=> + (printout t "rule18 was fired" ) +) +(defrule rule19 + (account + (accountType "standard") + ) + (transaction + (shares 100.00) + (subIndustryID 25201010) + (issuer "AAA") + (exchange "NYSE") + (securityType "stocks") + (accountId "acc19") + ) +=> + (printout t "rule19 was fired" ) +) diff --git a/trunk/Creshendo.UnitTests/Data/templates.clp b/trunk/Creshendo.UnitTests/Data/templates.clp new file mode 100644 index 0000000..864bef0 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/templates.clp @@ -0,0 +1,22 @@ +(deftemplate myObject + (slot attribute1) + (slot attribute2) + (slot attribute3) + (slot attribute4) + (slot attribute5) + (slot attribute6) + (slot attribute7) + (slot attribute8) + (slot attribute9) + (slot attribute10) + (slot attribute11) + (slot attribute12) + (slot attribute13) + (slot attribute14) + (slot attribute15) + (slot attribute16) + (slot attribute17) + (slot attribute18) + (slot attribute19) + (slot attribute20) +) \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Data/test.clp b/trunk/Creshendo.UnitTests/Data/test.clp new file mode 100644 index 0000000..da2c0f3 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Data/test.clp @@ -0,0 +1,116 @@ +(deftemplate transaction + (slot accountId) + (slot buyPrice) + (slot countryCode) + (slot currentPrice) + (slot cusip) + (slot exchange) + (slot industryGroupID) + (slot industryID) + (slot issuer) + (slot lastPrice) + (slot purchaseDate) + (slot sectorID) + (slot shares) + (slot subIndustryID) +) +(defrule rule0 + (transaction + (accountId ?accid) + (buyPrice ?bp) + (issuer "AAA") + (exchange "NYSE") + (countryCode "US") + (subIndustryID 25201010) + ) +=> + (printout t "rule0 was fired" ) +) +(defrule rule1 (declare (salience 90) (rule-version 3.2.1) (remember-match FALSE) ) + (transaction + (accountId ?accid) + (buyPrice ?bp) + (issuer "BBB") + (exchange "NSDQ") + (countryCode "BR") + (subIndustryID 25201020) + ) +=> + (printout t "rule1 was fired" ) +) +(defrule rule2 + (transaction + (accountId ?accid) + (buyPrice ?bp) + (issuer "CCC") + (exchange "LNSE") + (countryCode "FR") + (subIndustryID 25201030) + ) +=> + (printout t "rule2 was fired" ) +) +(defrule rule3 + (transaction + (accountId ?accid) + (buyPrice ?bp) + (issuer "DDD") + (exchange "TKYO") + (countryCode "NZ") + (subIndustryID 25201040) + ) +=> + (printout t "rule3 was fired" ) +) +(defrule rule4 + (transaction + (accountId ?accid) + (buyPrice ?bp) + (issuer "EEE") + (exchange "TWSE") + (countryCode "CA") + (subIndustryID 25201050) + ) +=> + (printout t "rule4 was fired" ) +) +(assert (transaction (accountId "0id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "1id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2530) (industryID 253010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "2id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 584420736) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "3id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "4id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "5id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "6id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "7id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "8id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 280242230) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "9id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "10id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "11id") (buyPrice 55.23) (countryCode "MX") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "12id") (buyPrice 55.23) (countryCode "NU") (currentPrice 58.95) (cusip 576335338) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "13id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 776465086) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "14id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "15id") (buyPrice 55.23) (countryCode "CH") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "16id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 776465086) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201040) ) ) +(assert (transaction (accountId "17id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "18id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "BBB") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "19id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "20id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "21id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 280242230) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "22id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 576335338) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "23id") (buyPrice 55.23) (countryCode "BR") (currentPrice 58.95) (cusip 280242230) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "24id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 847737565) (exchange "LNSE") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "25id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 776465086) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "GGG") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "26id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TKYO") (industryGroupID 2530) (industryID 253010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301010) ) ) +(assert (transaction (accountId "27id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "28id") (buyPrice 55.23) (countryCode "TW") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201030) ) ) +(assert (transaction (accountId "29id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 847737565) (exchange "NYSE") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "30id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "31id") (buyPrice 55.23) (countryCode "CA") (currentPrice 58.95) (cusip 776465086) (exchange "PSEX") (industryGroupID 2530) (industryID 253010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "32id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "33id") (buyPrice 55.23) (countryCode "FR") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "DDD") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "34id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "PSEX") (industryGroupID 2520) (industryID 252010) (issuer "AAA") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201020) ) ) +(assert (transaction (accountId "35id") (buyPrice 55.23) (countryCode "US") (currentPrice 58.95) (cusip 584420736) (exchange "TKYO") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201050) ) ) +(assert (transaction (accountId "36id") (buyPrice 55.23) (countryCode "NZ") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301030) ) ) +(assert (transaction (accountId "37id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 576335338) (exchange "NSDQ") (industryGroupID 2520) (industryID 252010) (issuer "FFF") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) +(assert (transaction (accountId "38id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 584420736) (exchange "LNSE") (industryGroupID 2530) (industryID 253010) (issuer "CCC") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25301020) ) ) +(assert (transaction (accountId "39id") (buyPrice 55.23) (countryCode "IT") (currentPrice 58.95) (cusip 847737565) (exchange "TWSE") (industryGroupID 2520) (industryID 252010) (issuer "EEE") (lastPrice 50.12) (sectorID 25) (shares 100) (subIndustryID 25201010) ) ) \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/DeclareClassTest.cs b/trunk/Creshendo.UnitTests/DeclareClassTest.cs new file mode 100644 index 0000000..4e7f2d0 --- /dev/null +++ b/trunk/Creshendo.UnitTests/DeclareClassTest.cs @@ -0,0 +1,178 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Rete; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class DeclareClassTest + { + [Test] + public void testDeclareClass() + { + Rete engine = new Rete(); + Assert.IsNotNull(engine); + engine.declareObject(typeof (Account)); + int count = engine.Defclasses.Count; + Assert.AreEqual(1, count); + Console.WriteLine("number of Defclass is " + count); + ICollection templates = engine.CurrentFocus.Templates; + Assert.AreEqual(2, templates.Count); + IEnumerator itr = templates.GetEnumerator(); + while (itr.MoveNext()) + { + Deftemplate dtemp = (Deftemplate) itr.Current; + Console.WriteLine(dtemp.toPPString()); + } + Console.WriteLine("--------------------------------"); + engine.close(); + } + + [Test] + public void testDeclareClass2() + { + Rete engine = new Rete(); + Assert.IsNotNull(engine); + engine.declareObject(typeof (Account)); + engine.declareObject(typeof (TestBean3)); + int count = engine.Defclasses.Count; + Assert.AreEqual(2, count); + Console.WriteLine("number of Defclass is " + count); + ICollection templates = engine.CurrentFocus.Templates; + Assert.AreEqual(3, templates.Count); + IEnumerator itr = templates.GetEnumerator(); + while (itr.MoveNext()) + { + Deftemplate dtemp = (Deftemplate) itr.Current; + Console.WriteLine(dtemp.toPPString()); + } + Console.WriteLine("--------------------------------"); + engine.close(); + } + + [Test] + public void testDeclareClassInheritance() + { + Console.WriteLine("\ntestDeclareClassInheritance"); + Rete engine = new Rete(); + Assert.IsNotNull(engine); + engine.declareObject(typeof (Account)); + engine.declareObject(typeof (BackupAccount)); + int count = engine.Defclasses.Count; + Assert.AreEqual(2, count); + Console.WriteLine("number of Defclass is " + count); + ITemplate acctemp = engine.CurrentFocus.getTemplate(typeof (Account).FullName); + ITemplate bkacc = engine.CurrentFocus.getTemplate(typeof (BackupAccount).FullName); + Slot[] accslots = acctemp.AllSlots; + Slot[] bkslots = bkacc.AllSlots; + for (int idx = 0; idx < accslots.Length; idx++) + { + Assert.IsTrue(accslots[idx].Name.Equals(bkslots[idx].Name)); + Console.WriteLine(accslots[idx].Name + "=" + bkslots[idx].Name); + } + engine.close(); + } + + [Test] + public void testDeclareClassInheritance2() + { + Console.WriteLine("\ntestDeclareClassInheritance2"); + Rete engine = new Rete(); + Assert.IsNotNull(engine); + engine.declareObject(typeof (BackupAccount)); + engine.declareObject(typeof (Account)); + int count = engine.Defclasses.Count; + Assert.AreEqual(2, count); + Console.WriteLine("number of Defclass is " + count); + ITemplate acctemp = engine.CurrentFocus.getTemplate(typeof (Account).FullName); + ITemplate bkacc = engine.CurrentFocus.getTemplate(typeof (BackupAccount).FullName); + Slot[] accslots = acctemp.AllSlots; + Slot[] bkslots = bkacc.AllSlots; + for (int idx = 0; idx < accslots.Length; idx++) + { + Assert.IsTrue(accslots[idx].Name.Equals(bkslots[idx].Name)); + Console.WriteLine(accslots[idx].Name + "=" + bkslots[idx].Name); + } + engine.close(); + } + + [Test] + public void testDeclareClassInheritance3() + { + Console.WriteLine("\ntestDeclareClassInheritance3"); + Rete engine = new Rete(); + Assert.IsNotNull(engine); + engine.declareObject(typeof (Account)); + engine.declareObject(typeof (Account2), null, typeof (Account).FullName); + int count = engine.Defclasses.Count; + Assert.AreEqual(2, count); + Console.WriteLine("number of Defclass is " + count); + ITemplate acctemp = engine.CurrentFocus.getTemplate(typeof (Account).FullName); + ITemplate acc2 = engine.CurrentFocus.getTemplate(typeof (Account2).FullName); + Slot[] accslots = acctemp.AllSlots; + Slot[] acc2slots = acc2.AllSlots; + for (int idx = 0; idx < accslots.Length; idx++) + { + Assert.IsTrue(accslots[idx].Name.Equals(acc2slots[idx].Name)); + Console.WriteLine(accslots[idx].Name + "=" + acc2slots[idx].Name); + } + engine.close(); + } + + [Test] + public void testDeclareClassInheritance4() + { + Console.WriteLine("\ntestDeclareClassInheritance3"); + Rete engine = new Rete(); + Assert.IsNotNull(engine); + engine.declareObject(typeof (Account)); + engine.declareObject(typeof (Account2), null, typeof (Account).FullName); + engine.declareObject(typeof (Account3), null, typeof (Account2).FullName); + int count = engine.Defclasses.Count; + Assert.AreEqual(3, count); + Console.WriteLine("number of Defclass is " + count); + ITemplate acctemp = engine.CurrentFocus.getTemplate(typeof (Account).FullName); + ITemplate acc3 = engine.CurrentFocus.getTemplate(typeof (Account3).FullName); + Slot[] accslots = acctemp.AllSlots; + Slot[] acc3slots = acc3.AllSlots; + for (int idx = 0; idx < accslots.Length; idx++) + { + Assert.IsTrue(accslots[idx].Name.Equals(acc3slots[idx].Name)); + Console.WriteLine(accslots[idx].Name + "=" + acc3slots[idx].Name); + } + engine.close(); + } + + [Test] + public void testDeftemplate() + { + Rete engine = new Rete(); + Assert.IsNotNull(engine); + engine.declareObject(typeof (Account)); + Assert.IsNotNull(engine.CurrentFocus.Templates); + int count = engine.CurrentFocus.TemplateCount; + Assert.AreEqual(2, count); + Console.WriteLine("number of Deftemplates is " + count); + engine.close(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/DefclassTest.cs b/trunk/Creshendo.UnitTests/DefclassTest.cs new file mode 100644 index 0000000..5e31925 --- /dev/null +++ b/trunk/Creshendo.UnitTests/DefclassTest.cs @@ -0,0 +1,170 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +/** + * @author Peter Lin + * + * DefclassTest performs basic unit test of the core functionality + * of Defclass. + */ +using System; +using System.Collections; +using System.Collections.Generic; +using System.Reflection; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Rete; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class DefclassTest + { + /** + * Test TestBean2, which does implement add/remove + * listener. + */ + + /** + * Test TestBean and get the BeanInfo + */ + + [Test] + public void testBeanInfo() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Assert.IsNotNull(dc.BeanInfo); + } + + [Test] + public void testDeclareObject() + { + Rete engine = new Rete(); + Assert.IsNotNull(engine); + engine.declareObject(typeof (Account)); + ICollection templ = engine.CurrentFocus.Templates; + Assert.AreEqual(2, templ.Count); + engine.close(); + } + + /** + * Test TestBean2 and make sure the PropertyDescriptor + * isn't null. + */ + + /** + * Test createDeftemplate(String) method to make sure the + * Defclass can create a deftemplate for the given Defclass. + */ + + [Test] + public void testGetDeftemplate() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + Assert.IsNotNull(dtemp); + Assert.AreEqual("testBean2", dtemp.Name); + Console.WriteLine("deftemplate name: " + dtemp.Name); + Assert.AreEqual(6, dtemp.NumberOfSlots); + Console.WriteLine("slot count: " + dtemp.NumberOfSlots); + } + + /** + * Test defclass using an interface, which defines a domain object + */ + + [Test] + public void testInterface() + { + Defclass dc = new Defclass(typeof (IAccount)); + Assert.IsNotNull(dc); + Deftemplate dtemp = dc.createDeftemplate("account"); + Assert.IsNotNull(dtemp); + Assert.AreEqual(14, dtemp.AllSlots.Length); + } + + /** + * Test defclass using an object that implements an interface + */ + + [Test] + public void testInterfaceSlot() + { + Defclass dc = new Defclass(typeof (IAccount)); + Assert.IsNotNull(dc); + Deftemplate dtemp = dc.createDeftemplate("account"); + Assert.IsNotNull(dtemp); + Assert.AreEqual(14, dtemp.AllSlots.Length); + } + + [Test] + public void testJavaBean() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Assert.AreEqual(true, dc.JavaBean); + } + + /** + * Test TestBean, which does not implement add/remove + * listener. + */ + + [Test] + public void testNonJavaBeans() + { + Defclass dc = new Defclass(typeof (TestBean)); + Assert.AreEqual(false, dc.JavaBean); + } + + [Test] + public void testObject() + { + Defclass dc = new Defclass(typeof (Account)); + Assert.IsNotNull(dc); + Deftemplate dtemp = dc.createDeftemplate("account"); + Assert.IsNotNull(dtemp); + } + + [Test] + public void testPropertyCount() + { + Defclass dc = new Defclass(typeof (TestBean2)); + if (dc.PropertyDescriptors != null) + { + PropertyInfo[] pds = dc.PropertyDescriptors; + Console.WriteLine(pds.Length); + for (int idx = 0; idx < pds.Length; idx++) + { + PropertyInfo pd = pds[idx]; + Console.WriteLine(idx + " name=" + pd.Name); + } + Assert.AreEqual(6, pds.Length); + } + else + { + // this will report the test failed + Assert.IsNotNull(dc.PropertyDescriptors); + } + } + + [Test] + public void testPropertyDescriptor() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Assert.IsNotNull(dc.PropertyDescriptors); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/DeffactTest.cs b/trunk/Creshendo.UnitTests/DeffactTest.cs new file mode 100644 index 0000000..693621b --- /dev/null +++ b/trunk/Creshendo.UnitTests/DeffactTest.cs @@ -0,0 +1,84 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Rete; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class DeffactTest + { + [Test] + public void testCreateDeffact() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("testString"); + bean.Attr2 = (1); + short a3 = 3; + bean.Attr3 = (a3); + long a4 = 101; + bean.Attr4 = (a4); + float a5 = 10101; + bean.Attr5 = (a5); + double a6 = 101.101; + bean.Attr6 = (a6); + + IFact fact = dtemp.createFact(bean, dc, 1); + Assert.IsNotNull(fact); + Console.WriteLine(fact.toFactString()); + } + + [Test] + public void testCreateDeffactWithNull() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + bean.Attr1 = (null); + bean.Attr2 = (1); + short a3 = 3; + bean.Attr3 = (a3); + long a4 = 101; + bean.Attr4 = (a4); + float a5 = 10101; + bean.Attr5 = (a5); + double a6 = 101.101; + bean.Attr6 = (a6); + + IFact fact = dtemp.createFact(bean, dc, 1); + Assert.IsNotNull(fact); + Console.WriteLine(fact.toFactString()); + } + + [Test] + public void testCreateDeffactWithPrimitive() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("testString"); + + IFact fact = dtemp.createFact(bean, dc, 1); + Assert.IsNotNull(fact); + Console.WriteLine(fact.toFactString()); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/DeftemplateTest.cs b/trunk/Creshendo.UnitTests/DeftemplateTest.cs new file mode 100644 index 0000000..f9069b5 --- /dev/null +++ b/trunk/Creshendo.UnitTests/DeftemplateTest.cs @@ -0,0 +1,174 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Rete; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class DeftemplateTest + { + /** + * Basic test of Defclass.createDeftemplate(String). the method + * uses TestBean2 to create a Defclass. + */ + + [Test] + public void testCreateFactFromInstance() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("random1"); + bean.Attr2 = (101); + short s = 10001; + bean.Attr3 = (s); + long l = 10101018; + bean.Attr4 = (l); + bean.Attr5 = (1010101); + bean.Attr6 = (1001.1001); + IFact fact = dtemp.createFact(bean, dc, 0); + Assert.IsNotNull(fact); + Console.WriteLine(fact.toFactString()); + } + + [Test] + public void testCreateTemplate2() + { + Defclass dc = new Defclass(typeof (Account)); + Deftemplate dtemp = dc.createDeftemplate("account"); + Assert.IsNotNull(dtemp); + Assert.IsNotNull(dtemp.toPPString()); + Console.WriteLine(dtemp.toPPString()); + } + + [Test] + public void testCreateTemplateFromClass() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + Assert.IsNotNull(dtemp); + Console.WriteLine(dtemp.toPPString()); + } + + /** + * the test creates 4 slots and uses them to create a deftemplate + * the method only test the getNumberOfSlots method and + * toPPEString. + */ + + [Test] + public void testCreateTemplateFromSlots() + { + Slot[] slots = new Slot[4]; + slots[0] = new Slot(); + slots[0].Id = (0); + slots[0].Name = ("col1"); + slots[0].ValueType = (Constants.INT_PRIM_TYPE); + + slots[1] = new Slot(); + slots[1].Id = (1); + slots[1].Name = ("col2"); + slots[1].ValueType = (Constants.DOUBLE_PRIM_TYPE); + + slots[2] = new Slot(); + slots[2].Id = (2); + slots[2].Name = ("col3"); + slots[2].ValueType = (Constants.OBJECT_TYPE); + + slots[3] = new Slot(); + slots[3].Id = (3); + slots[3].Name = ("col4"); + slots[3].ValueType = (Constants.LONG_PRIM_TYPE); + + Deftemplate dtemp = new Deftemplate("template1", null, slots); + Assert.IsNotNull(dtemp); + Assert.AreEqual(4, dtemp.NumberOfSlots); + Console.WriteLine(dtemp.toPPString()); + } + + /** + * method uses Account class to create a Defclass. the method tests + * toPPEString. + */ + + /** + * method will use Account class to create a Defclass first. + * Once it has the deftemplate, we check to make sure the slots + * have the correct slot id, which is the column id. this makes + * sure that we can efficiently update facts using the slot id. + */ + + [Test] + public void testCreateTemplateSlot() + { + String acc = "account"; + Defclass dc = new Defclass(typeof (Account)); + Deftemplate dtemp = dc.createDeftemplate(acc); + Assert.IsNotNull(dtemp); + Assert.IsNotNull(dtemp.toPPString()); + Assert.AreEqual(acc, dtemp.Name); + Console.WriteLine(dtemp.toPPString()); + Slot[] theslots = dtemp.AllSlots; + for (int idx = 0; idx < theslots.Length; idx++) + { + Slot aslot = theslots[idx]; + Assert.AreEqual(idx, aslot.Id); + Console.WriteLine("slot id: " + aslot.Id); + } + } + + [Test] + public void testSlotID() + { + Slot[] slots = new Slot[4]; + slots[0] = new Slot(); + slots[0].Id = (0); + slots[0].Name = ("col1"); + slots[0].ValueType = (Constants.INT_PRIM_TYPE); + + slots[1] = new Slot(); + slots[1].Id = (1); + slots[1].Name = ("col2"); + slots[1].ValueType = (Constants.DOUBLE_PRIM_TYPE); + + slots[2] = new Slot(); + slots[2].Id = (2); + slots[2].Name = ("col3"); + slots[2].ValueType = (Constants.OBJECT_TYPE); + + slots[3] = new Slot(); + slots[3].Id = (3); + slots[3].Name = ("col4"); + slots[3].ValueType = (Constants.LONG_PRIM_TYPE); + + Deftemplate dtemp = new Deftemplate("template1", null, slots); + Assert.IsNotNull(dtemp); + Assert.AreEqual(4, dtemp.NumberOfSlots); + Console.WriteLine(dtemp.toPPString()); + Slot[] theslots = dtemp.AllSlots; + for (int idx = 0; idx < theslots.Length; idx++) + { + Slot aslot = theslots[idx]; + Assert.AreEqual(idx, aslot.Id); + Console.WriteLine("slot id: " + aslot.Id); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/EvaluateTest.cs b/trunk/Creshendo.UnitTests/EvaluateTest.cs new file mode 100644 index 0000000..b2762bf --- /dev/null +++ b/trunk/Creshendo.UnitTests/EvaluateTest.cs @@ -0,0 +1,266 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using Creshendo.Util.Rete; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class EvaluateTest + { + [Test] + public void testBoolean1() + { + Boolean t = true; + String f = "false"; + String t2 = "true"; + Boolean f2 = false; + Assert.IsFalse(Evaluate.evaluateEqual(t, f)); + Assert.IsFalse(Evaluate.evaluateEqual(t2, f2)); + Assert.IsTrue(Evaluate.evaluateEqual(t, t2)); + Assert.IsTrue(Evaluate.evaluateEqual(f, f2)); + + String t3 = "TRUE"; + String f3 = "FALSE"; + + //I will probably burn in hell, but... + + Assert.IsTrue(Evaluate.evaluateEqual(t, t3)); + Assert.IsTrue(Evaluate.evaluateEqual(f2, f3)); + + //Assert.IsFalse(Evaluate.evaluateEqual(t, t3)); + //Assert.IsFalse(Evaluate.evaluateEqual(f2, f3)); + } + + [Test] + public void testLess1() + { + Int32 int1 = Convert.ToInt32(1); + Int32 int2 = Convert.ToInt32(2); + Console.WriteLine("---- evaluate int to int"); + Assert.AreEqual(true, Evaluate.evaluateLess(int1, int2)); + Console.WriteLine(int1 + " < " + int2 + " is " + + Evaluate.evaluateLess(int1, int2)); + + Assert.AreEqual(false, Evaluate.evaluateLess(int2, int1)); + Console.WriteLine(int2 + " < " + int1 + " is " + + Evaluate.evaluateLess(int2, int1)); + + Assert.AreEqual(false, Evaluate.evaluateLess(int1, int1)); + Console.WriteLine(int1 + " < " + int1 + " is " + + Evaluate.evaluateLess(int1, int1)); + + // ----- now test using short ----- // + short sh1 = Convert.ToInt16("1"); + short sh2 = Convert.ToInt16("2"); + Console.WriteLine("---- evaluate short to short"); + Assert.AreEqual(true, Evaluate.evaluateLess(sh1, sh2)); + Console.WriteLine(sh1 + " < " + sh2 + " is " + + Evaluate.evaluateLess(sh1, sh2)); + + Assert.AreEqual(false, Evaluate.evaluateLess(sh2, sh1)); + Console.WriteLine(sh2 + " < " + sh1 + " is " + + Evaluate.evaluateLess(sh2, sh1)); + Assert.AreEqual(false, Evaluate.evaluateLess(sh1, sh1)); + Console.WriteLine(sh1 + " < " + sh1 + " is " + + Evaluate.evaluateLess(sh1, sh1)); + + // ----- now test using long ----- // + long ln1 = Convert.ToInt64(10001); + long ln2 = Convert.ToInt64(10010); + Console.WriteLine("---- evaluate long to long"); + Assert.AreEqual(true, Evaluate.evaluateLess(ln1, ln2)); + Console.WriteLine(ln1 + " < " + ln2 + " is " + + Evaluate.evaluateLess(ln1, ln2)); + + Assert.AreEqual(false, Evaluate.evaluateLess(ln2, ln1)); + Console.WriteLine(ln2 + " < " + ln1 + " is " + + Evaluate.evaluateLess(ln2, ln1)); + Assert.AreEqual(false, Evaluate.evaluateLess(ln1, ln1)); + Console.WriteLine(ln1 + " < " + ln1 + " is " + + Evaluate.evaluateLess(ln1, ln1)); + + // ----- now test using float ----- // + float fl1 = 10001.01f; + float fl2 = 10002.01f; + Console.WriteLine("---- evaluate float to float"); + Assert.AreEqual(true, Evaluate.evaluateLess(fl1, fl2)); + Console.WriteLine(fl1 + " < " + fl2 + " is " + + Evaluate.evaluateLess(fl1, fl2)); + + Assert.AreEqual(false, Evaluate.evaluateLess(fl2, fl1)); + Console.WriteLine(fl2 + " < " + fl1 + " is " + + Evaluate.evaluateLess(fl2, fl1)); + + Assert.AreEqual(false, Evaluate.evaluateLess(fl1, fl1)); + Console.WriteLine(fl1 + " < " + fl1 + " is " + + Evaluate.evaluateLess(fl1, fl1)); + + // ----- now test using Double ----- // + Double db1 = Convert.ToDouble(1000.00); + Double db2 = Convert.ToDouble(2000.00); + Console.WriteLine("---- evaluate double to double"); + Assert.AreEqual(true, Evaluate.evaluateLess(db1, db2)); + Console.WriteLine(db1 + " < " + db2 + " is " + + Evaluate.evaluateLess(db1, db2)); + + Assert.AreEqual(false, Evaluate.evaluateLess(db2, db1)); + Console.WriteLine(db2 + " < " + db1 + " is " + + Evaluate.evaluateLess(db2, db1)); + + Assert.AreEqual(false, Evaluate.evaluateLess(db1, db1)); + Console.WriteLine(db1 + " < " + db1 + " is " + + Evaluate.evaluateLess(db1, db1)); + } + + [Test] + public void testLessEqual1() + { + Int32 int1 = Convert.ToInt32(1); + Int32 int2 = Convert.ToInt32(2); + Console.WriteLine("---- evaluate int to int"); + Assert.AreEqual(true, Evaluate.evaluateLessEqual(int1, int2)); + Console.WriteLine(int1 + " <= " + int2 + " is " + + Evaluate.evaluateLessEqual(int1, int2)); + + Assert.AreEqual(false, Evaluate.evaluateLessEqual(int2, int1)); + Console.WriteLine(int2 + " <= " + int1 + " is " + + Evaluate.evaluateLessEqual(int2, int1)); + + Assert.AreEqual(true, Evaluate.evaluateLessEqual(int1, int1)); + Console.WriteLine(int1 + " <= " + int1 + " is " + + Evaluate.evaluateLessEqual(int1, int1)); + + // ----- now test using short ----- // + short sh1 = Convert.ToInt16("1"); + short sh2 = Convert.ToInt16("2"); + Console.WriteLine("---- evaluate short to short"); + Assert.AreEqual(true, Evaluate.evaluateLessEqual(sh1, sh2)); + Console.WriteLine(sh1 + " <= " + sh2 + " is " + + Evaluate.evaluateLessEqual(sh1, sh2)); + + Assert.AreEqual(false, Evaluate.evaluateLessEqual(sh2, sh1)); + Console.WriteLine(sh2 + " <= " + sh1 + " is " + + Evaluate.evaluateLessEqual(sh2, sh1)); + Assert.AreEqual(true, Evaluate.evaluateLessEqual(sh1, sh1)); + Console.WriteLine(sh1 + " <= " + sh1 + " is " + + Evaluate.evaluateLessEqual(sh1, sh1)); + + // ----- now test using long ----- // + long ln1 = Convert.ToInt64(10001); + long ln2 = Convert.ToInt64(10010); + Console.WriteLine("---- evaluate long to long"); + Assert.AreEqual(true, Evaluate.evaluateLessEqual(ln1, ln2)); + Console.WriteLine(ln1 + " <= " + ln2 + " is " + + Evaluate.evaluateLessEqual(ln1, ln2)); + + Assert.AreEqual(false, Evaluate.evaluateLessEqual(ln2, ln1)); + Console.WriteLine(ln2 + " <= " + ln1 + " is " + + Evaluate.evaluateLessEqual(ln2, ln1)); + Assert.AreEqual(true, Evaluate.evaluateLessEqual(ln1, ln1)); + Console.WriteLine(ln1 + " <= " + ln1 + " is " + + Evaluate.evaluateLessEqual(ln1, ln1)); + + // ----- now test using float ----- // + float fl1 = 10001.01f; + float fl2 = 10002.01f; + Console.WriteLine("---- evaluate float to float"); + Assert.AreEqual(true, Evaluate.evaluateLessEqual(fl1, fl2)); + Console.WriteLine(fl1 + " <= " + fl2 + " is " + + Evaluate.evaluateLessEqual(fl1, fl2)); + + Assert.AreEqual(false, Evaluate.evaluateLessEqual(fl2, fl1)); + Console.WriteLine(fl2 + " <= " + fl1 + " is " + + Evaluate.evaluateLessEqual(fl2, fl1)); + + Assert.AreEqual(true, Evaluate.evaluateLessEqual(fl1, fl1)); + Console.WriteLine(fl1 + " <= " + fl1 + " is " + + Evaluate.evaluateLessEqual(fl1, fl1)); + + // ----- now test using Double ----- // + Double db1 = Convert.ToDouble(1000.00); + Double db2 = Convert.ToDouble(2000.00); + Console.WriteLine("---- evaluate double to double"); + Assert.AreEqual(true, Evaluate.evaluateLessEqual(db1, db2)); + Console.WriteLine(db1 + " <= " + db2 + " is " + + Evaluate.evaluateLessEqual(db1, db2)); + + Assert.AreEqual(false, Evaluate.evaluateLessEqual(db2, db1)); + Console.WriteLine(db2 + " <= " + db1 + " is " + + Evaluate.evaluateLessEqual(db2, db1)); + + Assert.AreEqual(true, Evaluate.evaluateLessEqual(db1, db1)); + Console.WriteLine(db1 + " <= " + db1 + " is " + + Evaluate.evaluateLessEqual(db1, db1)); + } + + /** + * the method will test comparing different numeric types to make sure + * it all works correctly + */ + + [Test] + public void testLessEqual2() + { + Console.WriteLine("testLessEqual2 -------"); + Int32 int1 = Convert.ToInt32(1); + + short sh1 = Convert.ToInt16("2"); + Console.WriteLine("---- evaluate int to short"); + Assert.AreEqual(true, Evaluate.evaluateLessEqual(int1, sh1)); + Console.WriteLine(int1 + " <= " + sh1 + " is " + + Evaluate.evaluateLessEqual(int1, sh1)); + + Assert.AreEqual(false, Evaluate.evaluateLessEqual(sh1, int1)); + Console.WriteLine(sh1 + " <= " + int1 + " is " + + Evaluate.evaluateLessEqual(sh1, int1)); + + long ln1 = Convert.ToInt64(2); + Console.WriteLine("---- evaluate int to long"); + Assert.AreEqual(true, Evaluate.evaluateLessEqual(int1, ln1)); + Console.WriteLine(int1 + " <= " + ln1 + " is " + + Evaluate.evaluateLessEqual(int1, ln1)); + + Assert.AreEqual(false, Evaluate.evaluateLessEqual(ln1, int1)); + Console.WriteLine(ln1 + " <= " + int1 + " is " + + Evaluate.evaluateLessEqual(ln1, int1)); + + // ----- now test using float ----- // + float fl1 = 10001f; + Console.WriteLine("---- evaluate int to float"); + Assert.AreEqual(true, Evaluate.evaluateLessEqual(int1, fl1)); + Console.WriteLine(int1 + " <= " + fl1 + " is " + + Evaluate.evaluateLessEqual(ln1, fl1)); + + Assert.AreEqual(false, Evaluate.evaluateLessEqual(fl1, int1)); + Console.WriteLine(fl1 + " <= " + int1 + " is " + + Evaluate.evaluateLessEqual(fl1, int1)); + + // ----- now test using Double ----- // + Double db1 = Convert.ToDouble(1000.00); + Console.WriteLine("---- evaluate int to double"); + Assert.AreEqual(true, Evaluate.evaluateLessEqual(int1, db1)); + Console.WriteLine(int1 + " <= " + db1 + " is " + + Evaluate.evaluateLessEqual(db1, db1)); + + Assert.AreEqual(false, Evaluate.evaluateLessEqual(db1, int1)); + Console.WriteLine(db1 + " <= " + int1 + " is " + + Evaluate.evaluateLessEqual(db1, int1)); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/FileTestBase.cs b/trunk/Creshendo.UnitTests/FileTestBase.cs new file mode 100644 index 0000000..5d78e41 --- /dev/null +++ b/trunk/Creshendo.UnitTests/FileTestBase.cs @@ -0,0 +1,81 @@ +using System; +using System.Collections; +using System.IO; +using Creshendo.Functions; +using Creshendo.Util.Parser.Clips2; +using Creshendo.Util.Rete; +using Creshendo.Util.Rule; +using Random=System.Random; + +namespace Creshendo.UnitTests +{ + public abstract class FileTestBase + { + protected static Random ran = new Random(); + private const string mypath = @"D:\Src\Creshendo\trunk\Creshendo.UnitTests\Data"; + + + protected string getRoot(string fileName) + { + FileInfo file = new FileInfo(Path.Combine(mypath, fileName)); + + if (file.Exists) + return file.FullName; + + throw new FileNotFoundException("File not found", file.FullName); + } + + protected string getRoot(string fileName, bool create) + { + FileInfo file = new FileInfo(Path.Combine(mypath, fileName)); + + if (file.Exists) + return file.FullName; + if (create) + file.Create(); + return file.FullName; + } + + protected void parse(Rete engine, CLIPSParser parser, IList factlist) + { + Object itm = null; + try + { + while ((itm = parser.basicExpr()) != null) + { + // System.Console.WriteLine("obj is " + itm.getClass().Name); + if (itm is Defrule) + { + Defrule rule = (Defrule) itm; + engine.RuleCompiler.addRule(rule); + } + else if (itm is Deftemplate) + { + Deftemplate dt = (Deftemplate) itm; + Console.WriteLine("template=" + dt.Name); + engine.declareTemplate(dt); + } + else if (itm is FunctionAction) + { + FunctionAction fa = (FunctionAction) itm; + } + else if (itm is IFunction) + { + IReturnVector rv = ((IFunction) itm).executeFunction(engine, null); + IEnumerator itr = rv.Iterator; + while (itr.MoveNext()) + { + IReturnValue rval = (IReturnValue) itr.Current; + Console.WriteLine(rval.StringValue); + } + } + } + } + catch + { + // Console.WriteLine(e.Message); + parser.ReInit(Console.OpenStandardInput()); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/HashMapTest.cs b/trunk/Creshendo.UnitTests/HashMapTest.cs new file mode 100644 index 0000000..e5314f0 --- /dev/null +++ b/trunk/Creshendo.UnitTests/HashMapTest.cs @@ -0,0 +1,89 @@ +using System; +using System.Collections.Generic; +using Creshendo.UnitTests.Support; +using Creshendo.Util.Collections; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class HashMapTest + { + [Test] + public void HashPerformance() + { + //int[] series = new int[] {1000, 10000, 100000, 1000000, 10000000}; + int[] series = new int[] {1000, 10000}; + HashMapBenchmark util = new HashMapBenchmark(); + Random ran = new Random(); + for (int idx = 0; idx < series.Length; idx++) + { + GenericHashMap map = util.createHashMap(series[idx]); + long start = DateTime.Now.Ticks; + for (int idz = 0; idz < 10000000; idz++) + { + String key = ran.Next(series[idx]).ToString(); + Object val = map.Get(key); + } + long end = DateTime.Now.Ticks; + long el = end - start; + double perOp = (double) el/10000000; + String fstring = (perOp*1000000).ToString(); + Console.WriteLine("Test for " + series[idx] + " items"); + Console.WriteLine("elapsed time " + el + " millisecond"); + Console.WriteLine("per lookup " + fstring + " nanosecond"); + } + } + + [Test] + public void GenericHashPerformance() + { + //int[] series = new int[] {1000, 10000, 100000, 1000000, 10000000}; + int[] series = new int[] { 1000, 10000 }; + HashMapBenchmark util = new HashMapBenchmark(); + Random ran = new Random(); + for (int idx = 0; idx < series.Length; idx++) + { + GenericHashMap map = util.createGenericHashMap(series[idx]); + long start = DateTime.Now.Ticks; + for (int idz = 0; idz < 10000000; idz++) + { + String key = ran.Next(series[idx]).ToString(); + Object val = map.Get(key); + } + + foreach (IHashMapEntry entry in map) + { + string val = entry.Value; + } + + List keys = new List(map.Count); + + foreach (String key in map.Keys) + { + keys.Add(key); + string val = map[key]; + } + + foreach (String val in map.Values) + { + bool yes = map.ContainsValue(val); + } + + + foreach (String key in keys) + { + map.Remove(key); + } + + long end = DateTime.Now.Ticks; + long el = end - start; + double perOp = (double)el / 10000000; + String fstring = (perOp * 1000000).ToString(); + Console.WriteLine("Test for " + series[idx] + " items"); + Console.WriteLine("elapsed time " + el + " millisecond"); + Console.WriteLine("per lookup " + fstring + " nanosecond"); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/IndexTest.cs b/trunk/Creshendo.UnitTests/IndexTest.cs new file mode 100644 index 0000000..9aa356e --- /dev/null +++ b/trunk/Creshendo.UnitTests/IndexTest.cs @@ -0,0 +1,211 @@ +using Creshendo.UnitTests.Model; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class IndexTest + { + [Test] + public void testFiveFacts() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + bean.Attr1 = "testString"; + bean.Attr2 = 1; + short a3 = 3; + bean.Attr3 = a3; + long a4 = 101; + bean.Attr4 = a4; + float a5 = 10101; + bean.Attr5 = a5; + double a6 = 101.101; + bean.Attr6 = a6; + + TestBean2 bean2 = new TestBean2(); + bean2.Attr1 = "testString2"; + bean2.Attr2 = 12; + short a32 = 32; + bean2.Attr3 = a32; + long a42 = 1012; + bean2.Attr4 = a42; + float a52 = 101012; + bean2.Attr5 = a52; + double a62 = 101.1012; + bean2.Attr6 = a62; + + TestBean2 bean3 = new TestBean2(); + bean3.Attr1 = "testString3"; + bean3.Attr2 = 13; + short a33 = 33; + bean3.Attr3 = a33; + long a43 = 1013; + bean3.Attr4 = a43; + float a53 = 101013; + bean3.Attr5 = a53; + double a63 = 101.1013; + bean3.Attr6 = a63; + + TestBean2 bean4 = new TestBean2(); + bean4.Attr1 = "testString4"; + bean4.Attr2 = 14; + short a34 = 34; + bean4.Attr3 = a34; + long a44 = 1014; + bean4.Attr4 = a44; + float a54 = 101014; + bean4.Attr5 = a54; + double a64 = 101.1014; + bean4.Attr6 = a64; + + TestBean2 bean5 = new TestBean2(); + bean5.Attr1 = "testString5"; + bean5.Attr2 = 15; + short a35 = 35; + bean5.Attr3 = a35; + long a45 = 1015; + bean5.Attr4 = a45; + float a55 = 101015; + bean5.Attr5 = a55; + double a65 = 101.1015; + bean5.Attr6 = a65; + + IFact fact = dtemp.createFact(bean, dc, 1); + IFact fact2 = dtemp.createFact(bean2, dc, 1); + IFact fact3 = dtemp.createFact(bean3, dc, 1); + IFact fact4 = dtemp.createFact(bean4, dc, 1); + IFact fact5 = dtemp.createFact(bean5, dc, 1); + + IFact[] list1 = new IFact[] {fact, fact2, fact3, fact4, fact5}; + IFact[] list2 = new IFact[] {fact, fact2, fact3, fact4, fact5}; + + Index in1 = new Index(list1); + Index in2 = new Index(list2); + Assert.AreEqual(true, in1.Equals(in2)); + } + + [Test] + public void testHashMapIndex() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + bean.Attr1 = "testString"; + bean.Attr2 = 1; + short a3 = 3; + bean.Attr3 = a3; + long a4 = 101; + bean.Attr4 = a4; + float a5 = 10101; + bean.Attr5 = a5; + double a6 = 101.101; + bean.Attr6 = a6; + + TestBean2 bean2 = new TestBean2(); + bean2.Attr1 = "testString2"; + bean2.Attr2 = 12; + short a32 = 32; + bean2.Attr3 = a32; + long a42 = 1012; + bean2.Attr4 = a42; + float a52 = 101012; + bean2.Attr5 = a52; + double a62 = 101.1012; + bean2.Attr6 = a62; + + TestBean2 bean3 = new TestBean2(); + bean3.Attr1 = "testString3"; + bean3.Attr2 = 13; + short a33 = 33; + bean3.Attr3 = a33; + long a43 = 1013; + bean3.Attr4 = a43; + float a53 = 101013; + bean3.Attr5 = a53; + double a63 = 101.1013; + bean3.Attr6 = a63; + + TestBean2 bean4 = new TestBean2(); + bean4.Attr1 = "testString4"; + bean4.Attr2 = 14; + short a34 = 34; + bean4.Attr3 = a34; + long a44 = 1014; + bean4.Attr4 = a44; + float a54 = 101014; + bean4.Attr5 = a54; + double a64 = 101.1014; + bean4.Attr6 = a64; + + TestBean2 bean5 = new TestBean2(); + bean5.Attr1 = "testString5"; + bean5.Attr2 = 15; + short a35 = 35; + bean5.Attr3 = a35; + long a45 = 1015; + bean5.Attr4 = a45; + float a55 = 101015; + bean5.Attr5 = a55; + double a65 = 101.1015; + bean5.Attr6 = a65; + + IFact fact = dtemp.createFact(bean, dc, 1); + IFact fact2 = dtemp.createFact(bean2, dc, 1); + IFact fact3 = dtemp.createFact(bean3, dc, 1); + IFact fact4 = dtemp.createFact(bean4, dc, 1); + IFact fact5 = dtemp.createFact(bean5, dc, 1); + + IFact[] list1 = new IFact[] {fact, fact2, fact3, fact4, fact5}; + IFact[] list2 = new IFact[] {fact, fact2, fact3, fact4, fact5}; + + Index in1 = new Index(list1); + Index in2 = new Index(list2); + Assert.AreEqual(true, in1.Equals(in2)); + + GenericHashMap map = new GenericHashMap(); + map.Put(in1, list1); + // simple test to see if HashMap.ContainsKey(in1) works + Assert.AreEqual(true, map.ContainsKey(in1)); + // now test with the second instance of index, this should return + // true, since Index class overrides Equals() and GetHashCode(). + Assert.AreEqual(true, map.ContainsKey(in2)); + } + + [Test] + public void testObjectEquals() + { + long l1 = 2; + long l2 = 2; + Assert.AreEqual(l1, l2); + } + + [Test] + public void testOneFact() + { + Defclass dc = new Defclass(typeof (TestBean2)); + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + TestBean2 bean = new TestBean2(); + bean.Attr1 = "testString"; + bean.Attr2 = 1; + short a3 = 3; + bean.Attr3 = a3; + long a4 = 101; + bean.Attr4 = a4; + float a5 = 10101; + bean.Attr5 = a5; + double a6 = 101.101; + bean.Attr6 = a6; + + IFact fact = dtemp.createFact(bean, dc, 1); + IFact[] list1 = new IFact[] {fact}; + IFact[] list2 = new IFact[] {fact}; + + Index in1 = new Index(list1); + Index in2 = new Index(list2); + Assert.AreEqual(true, in1.Equals(in2)); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/LoadRulesetTest.cs b/trunk/Creshendo.UnitTests/LoadRulesetTest.cs new file mode 100644 index 0000000..696487a --- /dev/null +++ b/trunk/Creshendo.UnitTests/LoadRulesetTest.cs @@ -0,0 +1,36 @@ +/* + * Created on Aug 29, 2006 + * + * TODO To change the template for this generated file go to + * Window - Preferences - Java - Code Style - Code Templates + */ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util.Rete; +using Creshendo.Util.Rule; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class LoadRulesetTest : FileTestBase + { + [Test] + public void testLoadTest() + { + Rete engine = new Rete(); + engine.loadRuleset(getRoot("test.clp")); + ICollection rules = engine.CurrentFocus.AllRules; + int count = rules.Count; + IEnumerator itr = rules.GetEnumerator(); + while (itr.MoveNext()) + { + Defrule r = (Defrule) itr.Current; + Console.WriteLine(r.toPPString()); + } + Assert.AreEqual(5, count); + engine.close(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/LoadRulesetWithJoinTest.cs b/trunk/Creshendo.UnitTests/LoadRulesetWithJoinTest.cs new file mode 100644 index 0000000..13be5f7 --- /dev/null +++ b/trunk/Creshendo.UnitTests/LoadRulesetWithJoinTest.cs @@ -0,0 +1,30 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util.Rete; +using Creshendo.Util.Rule; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class LoadRulesetWithJoinTest : FileTestBase + { + [Test] + public void testLoadJoinSample13() + { + Rete engine = new Rete(); + engine.loadRuleset(getRoot("join_sample13.clp")); + ICollection rules = engine.CurrentFocus.AllRules; + int count = rules.Count; + IEnumerator itr = rules.GetEnumerator(); + while (itr.MoveNext()) + { + Defrule r = (Defrule) itr.Current; + Console.WriteLine(r.toPPString()); + } + Assert.AreEqual(3, count); + engine.close(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Log4Net.config b/trunk/Creshendo.UnitTests/Log4Net.config new file mode 100644 index 0000000..1208ef3 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Log4Net.config @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Logs/Current.Log b/trunk/Creshendo.UnitTests/Logs/Current.Log new file mode 100644 index 0000000..3592952 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Logs/Current.Log @@ -0,0 +1,1017 @@ +2008-02-18 15:33:46,479 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:46,838 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:46,854 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:46,854 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:46,885 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:46,900 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:46,900 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:46,916 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:46,916 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:46,932 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:47,447 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:48,588 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:49,307 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:49,791 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:49,979 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:50,150 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:50,322 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:50,541 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:50,822 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:50,994 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:51,010 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:51,025 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:51,072 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:51,088 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:51,135 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:51,166 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:33:51,197 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:34:03,635 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:34:03,744 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:34:04,619 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:34:05,760 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:29,479 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:29,541 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:29,557 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:29,572 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:29,588 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:29,588 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:29,604 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:29,666 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:29,729 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:29,760 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:29,791 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:29,979 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:29,979 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:29,994 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:30,400 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:34,229 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:38,854 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:42,057 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:45,182 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:49,150 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:49,182 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:49,244 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:36:49,275 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:49:16,822 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:49:25,260 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:49:45,713 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:49:58,244 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:50:03,869 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:50:09,463 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:58:11,041 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:58:20,057 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:58:33,135 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 15:58:42,072 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:07,275 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:07,463 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:07,479 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:07,494 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:07,494 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:07,510 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:07,525 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:07,541 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:07,541 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:07,557 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:08,088 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:09,213 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:09,791 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:10,244 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:10,369 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:10,479 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:10,619 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:10,791 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:10,994 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:11,135 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:11,150 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:11,150 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:11,182 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:11,213 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:11,244 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:11,275 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:11,307 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:22,916 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:22,994 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:23,572 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:00:24,463 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,229 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,260 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,260 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,275 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,275 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,275 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,291 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,322 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,354 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,385 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,416 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,463 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,463 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,479 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:04,760 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:06,713 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:09,588 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:11,697 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:14,244 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:17,057 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:17,119 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:17,166 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 16:02:17,197 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:53,260 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:53,447 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:53,463 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:53,479 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:53,479 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:53,494 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:53,494 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:53,510 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:53,525 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:53,525 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:54,025 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:55,229 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:55,822 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:56,307 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:56,479 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:56,666 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:56,854 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:15:57,088 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:12,307 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:12,494 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:12,510 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:12,510 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:12,525 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:12,525 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:12,541 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:12,541 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:12,541 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:12,557 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:13,088 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:14,166 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:14,775 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:15,213 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:15,322 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:15,463 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:15,572 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:15,744 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:15,947 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:16,088 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:16,104 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:16,119 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:16,150 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:16,182 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:16,213 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:16,244 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:16,275 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:27,369 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:27,463 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:28,041 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:28,947 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:42,510 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:28:55,713 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:29:03,869 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:29:12,713 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:29:31,729 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 18:29:40,885 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:29,104 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:29,291 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:29,338 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:29,369 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:29,385 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:29,416 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:29,447 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:29,479 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:29,494 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:29,525 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:30,057 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:31,135 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:31,729 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:32,182 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:32,463 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:32,729 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:32,994 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:33,322 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:33,822 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:43,135 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:43,166 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:43,213 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:43,260 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:43,291 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:43,354 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:43,385 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:43,416 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:54,166 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:54,229 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:54,744 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:38:55,525 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,150 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,197 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,213 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,229 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,244 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,260 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,275 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,322 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,369 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,385 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,416 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,463 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,479 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,494 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:16,572 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:17,541 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:18,604 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:19,604 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:20,682 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:22,041 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:22,072 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:40:22,104 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:42:23,932 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:42:42,291 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:44:00,775 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:44:01,229 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:44:26,869 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:44:44,775 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:48:25,775 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:51:58,166 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:52:29,635 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:52:44,822 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:54:31,041 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:54:37,400 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:55:56,479 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-18 20:56:43,213 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:15,531 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:15,718 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:15,906 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:15,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:15,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:15,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:16,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:16,031 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:16,046 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:16,078 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:16,734 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:17,875 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:18,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:19,046 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:19,359 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:19,718 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:20,062 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:20,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:21,125 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:29,453 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:29,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:29,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:29,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:29,609 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:29,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:29,718 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:29,750 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:41,234 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:41,296 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:42,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 07:58:42,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,312 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,375 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,390 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,437 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,453 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,531 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,593 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,640 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,734 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,734 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,765 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:32,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:34,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:36,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:38,343 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:40,156 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:42,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:42,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 08:00:42,640 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:27,609 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:27,812 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:27,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:27,968 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:28,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:28,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:28,046 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:28,078 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:28,109 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:28,140 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:35,453 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:36,750 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:47,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:47,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:52,296 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:52,312 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:52,343 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:52,390 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:52,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:52,421 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:52,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:14:52,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:09,187 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:10,390 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:11,093 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:11,703 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:12,109 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:12,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:12,984 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:13,437 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:14,078 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:23,109 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:23,171 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:23,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:23,328 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:23,421 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:23,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:23,531 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:23,593 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:34,562 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:34,687 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:48,203 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:15:49,140 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:38,828 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:38,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:39,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:39,093 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:39,125 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:39,203 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:39,265 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:39,375 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:39,421 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:39,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:39,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:39,734 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:39,765 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:39,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:40,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:42,031 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:43,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:46,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:48,078 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:50,531 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:50,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 09:17:50,968 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:29,625 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:29,812 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:29,843 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:29,843 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:29,843 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:29,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:29,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:29,875 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:29,906 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:29,906 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:30,421 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:31,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:32,046 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:32,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:32,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:33,078 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:33,359 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:33,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:34,234 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:42,453 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:42,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:42,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:42,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:42,531 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:42,546 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:42,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:42,593 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:54,031 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:54,093 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:54,718 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:47:55,562 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,453 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,531 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,546 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,593 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,625 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,703 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,718 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,718 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:42,781 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:44,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:46,609 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:48,546 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:50,421 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:52,562 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:52,593 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:49:52,718 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:53:34,750 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:53:43,875 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:59:27,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 15:59:28,156 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:00:24,843 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:00:24,843 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:00:24,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:00:24,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:00:24,875 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:00:24,875 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:00:24,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:00:24,906 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:00:25,359 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:07,218 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:07,828 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:08,296 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:08,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:08,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:09,171 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:09,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:10,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:17,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:17,812 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:17,828 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:17,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:17,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:17,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:17,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:17,968 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:28,343 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:28,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:28,968 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:29,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:29,812 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:29,828 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:29,828 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:29,843 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:29,843 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:29,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:29,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:29,906 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:29,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:29,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:30,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:30,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:30,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:30,062 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:31,218 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:32,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:33,609 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:34,828 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:36,375 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:36,390 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:36,437 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 16:01:36,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:53,234 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:53,437 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:53,453 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:53,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:53,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:53,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:53,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:53,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:53,531 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:53,546 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:54,093 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:55,171 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:55,781 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:56,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:56,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:56,734 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:57,046 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:57,375 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:12:57,843 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:06,687 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:06,703 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:06,718 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:06,734 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:06,765 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:06,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:06,828 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:06,843 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:18,281 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:18,328 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:18,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:19,812 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:19,843 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:19,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:19,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:19,875 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:19,875 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:19,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:19,906 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:19,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:19,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:19,984 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:20,078 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:20,093 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:20,093 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:20,156 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:21,296 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:22,437 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:23,625 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:24,812 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:26,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:26,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:26,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:13:26,531 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:40,093 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:40,281 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:40,312 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:40,328 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:40,343 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:40,359 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:40,375 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:40,375 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:40,390 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:40,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:40,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:42,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:42,625 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:43,078 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:43,343 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:43,593 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:43,875 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:44,187 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:44,687 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:53,312 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:53,328 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:53,328 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:53,359 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:53,390 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:53,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:53,437 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:52:53,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:04,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:04,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:05,609 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,546 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,562 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,562 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,593 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,625 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,687 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,765 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,781 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,781 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:06,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:07,968 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:09,140 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:10,375 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:11,562 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:13,109 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:13,125 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:13,140 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-19 18:53:13,156 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:11,843 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:12,156 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:12,281 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:12,296 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:12,312 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:12,343 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:12,390 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:12,421 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:12,437 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:12,453 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:13,140 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:14,265 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:14,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:15,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:15,750 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:16,109 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:16,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:16,843 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:17,562 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:26,218 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:26,234 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:26,281 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:26,312 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:26,343 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:26,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:26,437 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:26,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:47,312 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:47,390 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:48,109 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,078 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,125 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,156 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,171 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,187 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,218 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,281 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,312 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,343 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,375 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:49,562 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:50,734 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:51,812 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:52,906 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:54,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:55,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:55,531 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:55,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-21 17:42:55,640 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:48,750 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:48,968 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:49,109 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:49,156 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:49,234 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:49,281 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:49,343 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:49,375 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:49,390 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:49,437 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:50,078 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:51,421 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:52,046 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:52,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:53,125 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:53,593 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:54,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:54,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:12:55,234 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:05,125 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:05,187 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:05,265 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:05,296 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:05,359 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:05,453 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:05,562 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:05,609 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:39,828 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:40,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:40,843 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:41,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:42,031 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:42,062 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:42,125 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:42,171 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:42,234 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:42,296 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:42,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:42,453 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:42,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:42,593 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:42,750 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:42,765 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:42,812 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:42,906 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:44,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:46,046 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:47,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:48,984 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:50,718 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:50,781 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:50,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 10:13:51,093 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:11,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:11,765 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:11,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:11,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:11,968 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:12,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:12,046 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:12,125 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:12,203 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:12,234 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:12,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:14,359 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:15,265 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:16,031 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:16,453 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:16,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:17,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:17,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:18,703 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:29,390 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:29,453 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:29,531 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:29,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:29,687 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:29,734 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:29,828 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:29,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:53,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:53,750 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:54,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:55,609 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:55,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:55,750 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:55,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:55,828 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:55,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:55,906 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:55,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:56,031 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:56,062 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:56,156 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:56,296 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:56,312 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:56,328 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:56,437 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:57,875 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:13:59,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:14:00,687 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:14:02,109 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:14:03,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:14:04,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:14:04,171 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-22 13:14:04,328 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:31,765 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:31,984 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:32,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:32,031 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:32,031 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:32,046 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:32,046 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:32,062 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:32,062 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:32,078 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:32,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:33,640 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:34,203 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:34,343 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-27 10:28:34,343 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule1 +2008-02-27 10:28:34,359 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule2 +2008-02-27 10:28:34,359 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-27 10:28:34,359 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule4 +2008-02-27 10:28:34,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:34,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-27 10:28:34,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule1 +2008-02-27 10:28:34,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule2 +2008-02-27 10:28:34,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-27 10:28:34,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule4 +2008-02-27 10:28:34,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:34,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-27 10:28:34,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule1 +2008-02-27 10:28:34,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule2 +2008-02-27 10:28:34,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-27 10:28:34,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule4 +2008-02-27 10:28:35,171 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:35,171 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-27 10:28:35,187 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule1 +2008-02-27 10:28:35,187 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule2 +2008-02-27 10:28:35,187 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-27 10:28:35,187 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule4 +2008-02-27 10:28:35,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:35,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-27 10:28:35,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule1 +2008-02-27 10:28:35,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule2 +2008-02-27 10:28:35,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-27 10:28:35,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule4 +2008-02-27 10:28:35,781 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:35,984 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: assign_first_seat +2008-02-27 10:28:35,984 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: find_seating +2008-02-27 10:28:36,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: make_path +2008-02-27 10:28:36,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: path_done +2008-02-27 10:28:36,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: continue +2008-02-27 10:28:36,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: are_we_done +2008-02-27 10:28:36,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: all_done +2008-02-27 10:28:36,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: print_results +2008-02-27 10:28:36,234 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:36,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: assign_first_seat +2008-02-27 10:28:36,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: find_seating +2008-02-27 10:28:36,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: make_path +2008-02-27 10:28:36,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: path_done +2008-02-27 10:28:36,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: continue +2008-02-27 10:28:36,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: are_we_done +2008-02-27 10:28:36,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: all_done +2008-02-27 10:28:36,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: print_results +2008-02-27 10:28:40,312 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:40,328 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:40,343 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:40,375 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:40,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:40,437 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:40,468 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:40,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:57,625 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:57,625 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-27 10:28:57,625 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule1 +2008-02-27 10:28:57,625 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule2 +2008-02-27 10:28:57,625 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-27 10:28:57,625 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule4 +2008-02-27 10:28:57,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:57,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: joinConversion1 +2008-02-27 10:28:57,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: joinConversion2 +2008-02-27 10:28:57,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: joinConversion3 +2008-02-27 10:28:58,265 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,062 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,125 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,140 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,156 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,156 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,171 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,171 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,187 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,203 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,234 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,312 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,328 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,343 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:28:59,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:29:00,531 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:29:01,593 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:29:02,609 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:29:03,625 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:29:04,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:29:04,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:29:04,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-27 10:29:04,968 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:29:04,968 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-27 10:29:05,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:29:05,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-27 10:32:10,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:37:51,031 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:39:33,609 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:39:59,968 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:57:12,593 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:58:24,171 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 10:59:20,156 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:01:35,218 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:02:55,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:02:55,281 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:02:55,296 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:02:55,296 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:03:37,718 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:03:37,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:03:37,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:03:37,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:03:37,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:03:37,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:03:37,968 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:05:11,640 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:05:11,875 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:05:11,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:05:11,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:05:11,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:05:11,906 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:05:11,906 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:05:11,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:05:11,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:05:11,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-27 11:05:11,968 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:09,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:09,953 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:09,984 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:09,984 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:10,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:10,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:10,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:10,015 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:10,031 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:10,031 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:10,546 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:11,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:12,390 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:12,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:12,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:12,515 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:12,531 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:12,546 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:12,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:12,609 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:12,625 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:12,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:32,421 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:32,453 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:33,109 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,046 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,046 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,062 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,062 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,062 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,078 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,093 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,109 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,125 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,140 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,234 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-28 11:25:34,843 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-28 11:25:34,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:25:34,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-28 11:28:41,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:42,046 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:42,093 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:42,109 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:42,125 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:42,125 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:42,140 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:42,156 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:42,171 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:42,171 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:42,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:43,828 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:44,421 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:44,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-28 11:28:44,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule1 +2008-02-28 11:28:44,578 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule2 +2008-02-28 11:28:44,593 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-28 11:28:44,593 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule4 +2008-02-28 11:28:44,906 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:44,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-28 11:28:44,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule1 +2008-02-28 11:28:44,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule2 +2008-02-28 11:28:44,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-28 11:28:44,921 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule4 +2008-02-28 11:28:45,171 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:45,187 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-28 11:28:45,187 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule1 +2008-02-28 11:28:45,187 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule2 +2008-02-28 11:28:45,187 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-28 11:28:45,187 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule4 +2008-02-28 11:28:45,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:45,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-28 11:28:45,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule1 +2008-02-28 11:28:45,484 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule2 +2008-02-28 11:28:45,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-28 11:28:45,500 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule4 +2008-02-28 11:28:45,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:45,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-28 11:28:45,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule1 +2008-02-28 11:28:45,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule2 +2008-02-28 11:28:45,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-28 11:28:45,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule4 +2008-02-28 11:28:46,125 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:46,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: assign_first_seat +2008-02-28 11:28:46,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: find_seating +2008-02-28 11:28:46,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: make_path +2008-02-28 11:28:46,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: path_done +2008-02-28 11:28:46,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: continue +2008-02-28 11:28:46,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: are_we_done +2008-02-28 11:28:46,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: all_done +2008-02-28 11:28:46,406 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: print_results +2008-02-28 11:28:46,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:46,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: assign_first_seat +2008-02-28 11:28:46,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: find_seating +2008-02-28 11:28:46,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: make_path +2008-02-28 11:28:46,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: path_done +2008-02-28 11:28:46,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: continue +2008-02-28 11:28:46,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: are_we_done +2008-02-28 11:28:46,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: all_done +2008-02-28 11:28:46,656 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: print_results +2008-02-28 11:28:46,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:46,812 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:46,828 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:46,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:46,875 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:46,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:46,906 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:28:46,937 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:07,234 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:07,234 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-28 11:29:07,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule1 +2008-02-28 11:29:07,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule2 +2008-02-28 11:29:07,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-28 11:29:07,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule4 +2008-02-28 11:29:07,281 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:07,296 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: joinConversion1 +2008-02-28 11:29:07,296 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: joinConversion2 +2008-02-28 11:29:07,296 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: joinConversion3 +2008-02-28 11:29:07,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:08,750 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:08,781 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:08,781 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:08,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:08,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:08,796 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:08,812 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:08,828 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:08,859 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:08,875 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:08,890 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:08,984 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:09,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:09,000 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:09,062 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:10,250 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:11,281 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:12,312 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:13,343 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:14,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:14,671 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:14,687 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule3 +2008-02-28 11:29:14,703 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:14,703 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 +2008-02-28 11:29:14,718 [1] INFO Creshendo.Util.Rete.Rete [(null)] - Creshendo started +2008-02-28 11:29:14,718 [1] INFO Creshendo.Util.Rete.Rete [(null)] - added: rule0 diff --git a/trunk/Creshendo.UnitTests/MeasureDeffact.cs b/trunk/Creshendo.UnitTests/MeasureDeffact.cs new file mode 100644 index 0000000..ed31dd6 --- /dev/null +++ b/trunk/Creshendo.UnitTests/MeasureDeffact.cs @@ -0,0 +1,94 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using System.Collections; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class MeasureDeffact + { + private static Random ran = new Random(); + + [Test] + public void MeasureDeffactTest() + { + ArrayList objects = new ArrayList(); + // Runtime rt = Runtime.getRuntime(); + long total1 = GC.GetTotalMemory(true); + //long free1 = rt.freeMemory(); + //long used1 = total1 - free1; + int count = 50000; + Console.WriteLine("Used memory before creating objects " + total1 + " bytes " + + (total1/1024) + " Kb"); + for (int idx = 0; idx < count; idx++) + { + Account acc = new Account(); + acc.AccountId = Convert.ToString(ran.Next(100000)); + acc.AccountType = Convert.ToString(ran.Next(100000)); + acc.First = Convert.ToString(ran.Next(100000)); + acc.Last = Convert.ToString(ran.Next(100000)); + acc.Middle = Convert.ToString(ran.Next(100000)); + acc.OfficeCode = Convert.ToString(ran.Next(100000)); + acc.RegionCode = Convert.ToString(ran.Next(100000)); + acc.Status = Convert.ToString(ran.Next(100000)); + acc.Title = Convert.ToString(ran.Next(100000)); + acc.Username = Convert.ToString(ran.Next(100000)); + acc.AreaCode = Convert.ToString(ran.Next(999)); + acc.Exchange = Convert.ToString(ran.Next(999)); + acc.Number = Convert.ToString(ran.Next(999)); + acc.Ext = Convert.ToString(ran.Next(9999)); + objects.Add(acc); + } + long total2 = GC.GetTotalMemory(true); + //long free2 = rt.freeMemory(); + //long used2 = total2 - free2; + Console.WriteLine("Used memory after creating objects " + total2 + " bytes " + + (total2/1024) + " Kb " + (total2/1024/1024) + " Mb"); + Rete engine = new Rete(); + engine.declareObject(typeof (Account)); + IEnumerator itr = objects.GetEnumerator(); + long start = DateTime.Now.Ticks; + try + { + while (itr.MoveNext()) + { + engine.assertObject(itr.Current, null, false, false); + } + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + long end = DateTime.Now.Ticks; + long total3 = GC.GetTotalMemory(true); + //long free3 = rt.freeMemory(); + //long used3 = total3 - free3; + //rt.gc(); + Console.WriteLine("Used memory after asserting objects " + total3 + " bytes " + + (total3/1024) + " Kb " + (total3/1024/1024) + " Mb"); + Console.WriteLine("number of facts " + engine.ObjectCount); + Console.WriteLine("memory used by facts " + (total3 - total3)/1024/1024 + " Mb"); + Console.WriteLine("elapsed time is " + (end - start) + " ms"); + engine.close(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/MemoryBenchmark.cs b/trunk/Creshendo.UnitTests/MemoryBenchmark.cs new file mode 100644 index 0000000..5876456 --- /dev/null +++ b/trunk/Creshendo.UnitTests/MemoryBenchmark.cs @@ -0,0 +1,85 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using System.Collections; +using System.IO; +using Creshendo.Util.Parser.Clips2; +using Creshendo.Util.Rete; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + //[TestFixture] + public class MemoryBenchmark : FileTestBase + { + //[Test] + public void mainTest() + { + String rulefile = getRoot("random_5_w_50Kdata.clp"); + //String datafile = getRoot("test.clp"); + // in case it's run within OptimizeIt and we want to keep the test running + //bool keepopen = false; + + Console.WriteLine("Using file " + rulefile); + + MemoryBenchmark mb = new MemoryBenchmark(); + ArrayList facts = new ArrayList(50000); + // Runtime rt = Runtime.getRuntime(); + + + long total1 = GC.GetTotalMemory(true); + //long free1 = rt.freeMemory(); + //long used1 = total1 - free1; + //int count = 100000; + Console.WriteLine("Used memory before creating engine " + total1 + " bytes " + + (total1/1024) + " Kb"); + Rete engine = new Rete(); + + long total2 = GC.GetTotalMemory(true); + //long free2 = rt.freeMemory(); + //long used2 = total2 - free2; + Console.WriteLine("Used memory after creating engine " + total2 + " bytes " + + (total2/1024) + " Kb"); + + try + { + StreamReader freader = new StreamReader(rulefile); + CLIPSParser parser = new CLIPSParser(engine, freader); + long start = DateTime.Now.Ticks; + mb.parse(engine, parser, facts); + long end = DateTime.Now.Ticks; + // parser.close(); + // rt.gc(); + + long total3 = GC.GetTotalMemory(true); + //long free3 = rt.freeMemory(); + //long used3 = total3 - free3; + Console.WriteLine("Used memory after loading rules, data and asserting facts " + + total3 + " bytes " + (total3/1024) + " Kb " + (total3/1024/1024) + " Mb"); + Console.WriteLine("elapsed time to parse and assert the data " + + (end - start) + " ms"); + engine.printWorkingMemory(true, false); + + engine.close(); + } + catch (FileNotFoundException e) + { + Console.WriteLine(e.Message); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/MemoryBenchmark2.cs b/trunk/Creshendo.UnitTests/MemoryBenchmark2.cs new file mode 100644 index 0000000..4ca1403 --- /dev/null +++ b/trunk/Creshendo.UnitTests/MemoryBenchmark2.cs @@ -0,0 +1,154 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using System.Collections; +using System.IO; +using Creshendo.Util.Parser.Clips2; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + //[TestFixture] + public class MemoryBenchmark2 : FileTestBase + { + public static void main(String[] args) + { + String rulefile = "./benchmark_files/4K_rules_50Kdata_sequential.clp"; + //String datafile = "./benchmark_files/test.clp"; + //bool keepopen = false; + if (args != null && args.Length > 0) + { + rulefile = args[0]; + } + //if (args.Length >= 2) + //{ + // if (args[1].Equals("true", StringComparison.InvariantCultureIgnoreCase)) + // { + // keepopen = true; + // } + //} + Console.WriteLine("Using file " + rulefile); + + MemoryBenchmark2 mb = new MemoryBenchmark2(); + long begin = DateTime.Now.Ticks; + long totalET = 0; + long parseET = 0; + ArrayList facts = new ArrayList(50000); + // Runtime rt = Runtime.getRuntime(); + long total1 = GC.GetTotalMemory(true); + //long free1 = rt.freeMemory(); + //long used1 = total1 - free1; + int loopcount = 5; + Console.WriteLine("Used memory before creating engine " + total1 + " bytes " + + (total1/1024) + " Kb"); + for (int loop = 0; loop < loopcount; loop++) + { + Console.WriteLine(" ---------------------------------- "); + Rete engine = new Rete(); + facts.Clear(); + + long total2 = GC.GetTotalMemory(true); + //long free2 = rt.freeMemory(); + //long used2 = total2 - free2; + Console.WriteLine("Used memory after creating engine " + total2 + " bytes " + + (total2/1024) + " Kb"); + + try + { + StreamReader freader = new StreamReader(rulefile); + CLIPSParser parser = new CLIPSParser(engine, freader); + long start = DateTime.Now.Ticks; + mb.parse(engine, parser, facts); + long end = DateTime.Now.Ticks; + long el = end - start; + parser.close(); + //rt.gc(); + parseET += el; + + long total3 = GC.GetTotalMemory(true); + //long free3 = rt.freeMemory(); + //long used3 = total3 - free3; + Console.WriteLine("Used memory after loading rules, and parsing data " + + (total3/1024) + " Kb " + (total3/1024/1024) + " Mb"); + Console.WriteLine("elapsed time to parse the rules and data " + + el + " ms"); + + Console.WriteLine("Number of rules: " + + engine.CurrentFocus.RuleCount); + // now assert the facts + IEnumerator itr = facts.GetEnumerator(); + long start2 = DateTime.Now.Ticks; + while (itr.MoveNext()) + { + Deffact fct = (Deffact) itr.Current; + engine.assertFact(fct); + } + int actCount = engine.ActivationList.size(); + long end2 = DateTime.Now.Ticks; + long et2 = end2 - start2; + totalET += et2; + // now fire the rules + long start3 = 0; + long end3 = 0; + int fired = 0; + try + { + start3 = DateTime.Now.Ticks; + fired = engine.fire(); + end3 = DateTime.Now.Ticks; + } + catch (Exception e) + { + Console.WriteLine(e.Message); + } + facts.Clear(); + + long total4 = GC.GetTotalMemory(true); + //long free4 = rt.freeMemory(); + //long used4 = total4 - free4; + + Console.WriteLine(""); + Console.WriteLine("Number of facts - " + engine.DeffactCount); + Console.WriteLine("Time to assert facts " + et2 + " ms"); + Console.WriteLine("Used memory after assert " + + (total4/1024) + " Kb " + (total4/1024/1024) + " Mb"); + engine.printWorkingMemory(true, false); + Console.WriteLine("number of activations " + actCount); + Console.WriteLine("rules fired " + fired); + Console.WriteLine("time to fire rules " + (end3 - start3) + " ms"); + } + catch (FileNotFoundException e) + { + Console.WriteLine(e.Message); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + engine.close(); + engine = null; + //rt.gc();engine.close(); + } + long finished = DateTime.Now.Ticks; + Console.WriteLine("average parse ET - " + parseET/loopcount + " ms"); + Console.WriteLine("average assert ET - " + totalET/loopcount + " ms"); + Console.WriteLine("total run time " + (finished - begin) + " ms"); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/Account.cs b/trunk/Creshendo.UnitTests/Model/Account.cs new file mode 100644 index 0000000..8c06437 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/Account.cs @@ -0,0 +1,272 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using System.Collections; +using Creshendo.Util; + +//using System.ComponentModel; + +/* + + * + * @author Peter Lin + * + * A simple test bean that represents a generic account. It could be + * a bank account, shopping card account, or any type of membership + * account with a nationwide company. + */ + +namespace Creshendo.UnitTests.Model +{ + public class Account : IAccount + { + protected String accountId = null; + protected String accountType = null; + protected String areaCode = null; + protected String exchange = null; + protected String ext = null; + protected String first = null; + protected String last = null; + + protected ArrayList listeners = new ArrayList(); + protected String middle = null; + protected String number = null; + protected String officeCode = null; + protected String regionCode = null; + protected String status = null; + protected String title = null; + protected String username = null; + + #region IAccount Members + + public string Title + { + get { return title; } + set + { + if (!value.Equals(title)) + { + String old = title; + title = value; + OnPropertyChanged("title", old, title); + } + } + } + + public string First + { + get { return first; } + set + { + if (!value.Equals(first)) + { + String old = first; + first = value; + OnPropertyChanged("first", old, first); + } + } + } + + public string Last + { + get { return last; } + set + { + if (!value.Equals(last)) + { + String old = last; + last = value; + OnPropertyChanged("last", old, last); + } + } + } + + public string Middle + { + get { return middle; } + set + { + if (!value.Equals(middle)) + { + String old = middle; + middle = value; + OnPropertyChanged("middle", old, middle); + } + } + } + + public string OfficeCode + { + get { return officeCode; } + set + { + if (!value.Equals(officeCode)) + { + String old = officeCode; + officeCode = value; + OnPropertyChanged("officeCode", old, officeCode); + } + } + } + + public string RegionCode + { + get { return regionCode; } + set + { + if (!value.Equals(regionCode)) + { + String old = regionCode; + regionCode = value; + OnPropertyChanged("regionCode", old, regionCode); + } + } + } + + public string Status + { + get { return status; } + set + { + if (!value.Equals(status)) + { + String old = status; + status = value; + OnPropertyChanged("status", old, status); + } + } + } + + public string AccountId + { + get { return accountId; } + set + { + if (!value.Equals(accountId)) + { + String old = accountId; + accountId = value; + OnPropertyChanged("accountId", old, accountId); + } + } + } + + public string AccountType + { + get { return accountType; } + set + { + if (!value.Equals(accountType)) + { + String old = accountType; + accountType = value; + OnPropertyChanged("accountType", old, accountType); + } + } + } + + public string Username + { + get { return username; } + set + { + if (!value.Equals(username)) + { + String old = username; + username = value; + OnPropertyChanged("username", old, username); + } + } + } + + public string AreaCode + { + get { return areaCode; } + set + { + if (!value.Equals(areaCode)) + { + String old = areaCode; + areaCode = value; + OnPropertyChanged("areaCode", old, areaCode); + } + } + } + + public string Exchange + { + get { return exchange; } + set + { + if (!value.Equals(exchange)) + { + String old = exchange; + exchange = value; + OnPropertyChanged("exchange", old, exchange); + } + } + } + + public string Number + { + get { return number; } + set + { + if (!value.Equals(number)) + { + String old = number; + number = value; + OnPropertyChanged("number", old, number); + } + } + } + + public string Ext + { + get { return ext; } + set + { + if (!value.Equals(ext)) + { + String old = ext; + ext = value; + OnPropertyChanged("ext", old, ext); + } + } + } + + #endregion + + public event PropertyChangedHandler PropertyChanged; + + + protected void OnPropertyChanged(String propName, Object oldValue, Object newValue) + { + PropertyChangedHandler handler = PropertyChanged; + if (handler != null) + { + handler(this, new PropertyChangedHandlerEventArgs(propName, oldValue, newValue)); + } + } + + public override int GetHashCode() + { + int hash = base.GetHashCode(); + return hash; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/Account2.cs b/trunk/Creshendo.UnitTests/Model/Account2.cs new file mode 100644 index 0000000..3b4d8c4 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/Account2.cs @@ -0,0 +1,40 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; + +namespace Creshendo.UnitTests.Model +{ + public class Account2 : Account + { + public String phoneline = null; + + + public string Phoneline + { + get + { + if (phoneline == null) + { + phoneline = AreaCode + "-" + Exchange + + "-" + Number; + } + return phoneline; + } + set { phoneline = value; } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/Account3.cs b/trunk/Creshendo.UnitTests/Model/Account3.cs new file mode 100644 index 0000000..0d9578a --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/Account3.cs @@ -0,0 +1,100 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; + +namespace Creshendo.UnitTests.Model +{ + public class Account3 : Account2 + { + protected String city = null; + protected String country = null; + protected String state = null; + protected String stree2 = null; + protected String street1 = null; + + + public string Street1 + { + get { return street1; } + set + { + if (!value.Equals(street1)) + { + String old = street1; + street1 = value; + OnPropertyChanged("street1", old, street1); + } + } + } + + public string Street2 + { + get { return stree2; } + set + { + if (!value.Equals(stree2)) + { + String old = stree2; + stree2 = value; + OnPropertyChanged("stree2", old, stree2); + } + } + } + + public string City + { + get { return city; } + set + { + if (!value.Equals(city)) + { + String old = city; + city = value; + OnPropertyChanged("city", old, city); + } + } + } + + public string State + { + get { return state; } + set + { + if (!value.Equals(state)) + { + String old = state; + state = value; + OnPropertyChanged("state", old, state); + } + } + } + + public string Country + { + get { return country; } + set + { + if (!value.Equals(country)) + { + String old = country; + country = value; + OnPropertyChanged("country", old, country); + } + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/Account4.cs b/trunk/Creshendo.UnitTests/Model/Account4.cs new file mode 100644 index 0000000..811a5c5 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/Account4.cs @@ -0,0 +1,189 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using System.Collections; +using Creshendo.Util; + +namespace Creshendo.UnitTests.Model +{ + public class Account4 + { + protected String accountId = null; + protected String accountType = null; + protected double cash; + protected String countryCode = null; + protected String first = null; + protected String last = null; + + protected ArrayList listeners = new ArrayList(); + protected String middle = null; + protected String status = null; + protected String title = null; + protected String username = null; + + public string Title + { + set + { + if (!value.Equals(title)) + { + String old = title; + title = value; + OnPropertyChanged("title", old, title); + } + } + get { return title; } + } + + public string First + { + set + { + if (!value.Equals(first)) + { + String old = first; + first = value; + OnPropertyChanged("first", old, first); + } + } + get { return first; } + } + + public string Last + { + set + { + if (!value.Equals(last)) + { + String old = last; + last = value; + OnPropertyChanged("last", old, last); + } + } + get { return last; } + } + + public string Middle + { + set + { + if (!value.Equals(middle)) + { + String old = middle; + middle = value; + OnPropertyChanged("middle", old, middle); + } + } + get { return middle; } + } + + public string Status + { + set + { + if (!value.Equals(status)) + { + String old = status; + status = value; + OnPropertyChanged("status", old, status); + } + } + get { return status; } + } + + public string AccountId + { + set + { + if (!value.Equals(accountId)) + { + String old = accountId; + accountId = value; + OnPropertyChanged("accountId", old, accountId); + } + } + get { return accountId; } + } + + public string AccountType + { + set + { + if (!value.Equals(accountType)) + { + String old = accountType; + accountType = value; + OnPropertyChanged("accountType", old, accountType); + } + } + get { return accountType; } + } + + public string Username + { + set + { + if (!value.Equals(username)) + { + String old = username; + username = value; + OnPropertyChanged("username", old, username); + } + } + get { return username; } + } + + public string CountryCode + { + set + { + if (!value.Equals(countryCode)) + { + String old = countryCode; + countryCode = value; + OnPropertyChanged("countryCode", old, countryCode); + } + } + get { return countryCode; } + } + + public double Cash + { + set + { + if (value != cash) + { + Double old = Convert.ToDouble(cash); + cash = value; + OnPropertyChanged("cash", old, Convert.ToDouble(cash)); + } + } + get { return cash; } + } + + public event PropertyChangedHandler PropertyChanged; + + protected void OnPropertyChanged(String propName, Object oldValue, Object newValue) + { + PropertyChangedHandler handler = PropertyChanged; + if (handler != null) + { + handler(this, new PropertyChangedHandlerEventArgs(propName, oldValue, newValue)); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/Address.cs b/trunk/Creshendo.UnitTests/Model/Address.cs new file mode 100644 index 0000000..2f9d6c5 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/Address.cs @@ -0,0 +1,129 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using System.Collections; +using Creshendo.Util; + +namespace Creshendo.UnitTests.Model +{ + public class Address + { + protected String accountId = null; + protected String city = null; + protected ArrayList listeners = new ArrayList(); + protected String state = null; + protected String street1 = null; + protected String street2 = null; + protected String zip = null; + + + public string Street1 + { + set + { + if (!value.Equals(street1)) + { + String old = street1; + street1 = value; + OnPropertyChanged("street1", old, street1); + } + } + get { return street1; } + } + + public string Street2 + { + set + { + if (!value.Equals(street2)) + { + String old = street2; + street2 = value; + OnPropertyChanged("street2", old, street2); + } + } + get { return street2; } + } + + public string City + { + set + { + if (!value.Equals(city)) + { + String old = city; + city = value; + OnPropertyChanged("city", old, city); + } + } + get { return city; } + } + + public string State + { + set + { + if (!value.Equals(state)) + { + String old = state; + state = value; + OnPropertyChanged("state", old, state); + } + } + get { return state; } + } + + public string Zip + { + set + { + if (!value.Equals(zip)) + { + String old = zip; + zip = value; + OnPropertyChanged("zip", old, zip); + } + } + get { return zip; } + } + + public string AccountId + { + set + { + if (!value.Equals(accountId)) + { + String old = accountId; + accountId = value; + OnPropertyChanged("accountId", old, accountId); + } + } + get { return accountId; } + } + + public event PropertyChangedHandler PropertyChanged; + + protected void OnPropertyChanged(String propName, Object oldValue, Object newValue) + { + PropertyChangedHandler handler = PropertyChanged; + if (handler != null) + { + handler(this, new PropertyChangedHandlerEventArgs(propName, oldValue, newValue)); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/BackupAccount.cs b/trunk/Creshendo.UnitTests/Model/BackupAccount.cs new file mode 100644 index 0000000..a749b94 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/BackupAccount.cs @@ -0,0 +1,23 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +namespace Creshendo.UnitTests.Model +{ + public class BackupAccount : Account + { + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/Basic.cs b/trunk/Creshendo.UnitTests/Model/Basic.cs new file mode 100644 index 0000000..cbb0a3e --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/Basic.cs @@ -0,0 +1,46 @@ +using System; +using Creshendo.Util; + +namespace Creshendo.UnitTests.Model +{ + public class Basic + { + private int _that; + private string _this; + + + public Basic() + { + } + + public Basic(string th, int ta) + { + _this = th; + _that = ta; + } + + public string This + { + get { return _this; } + set { _this = value; } + } + + public int That + { + get { return _that; } + set { _that = value; } + } + + public event PropertyChangedHandler PropertyChanged; + + + protected void OnPropertyChanged(String propName, Object oldValue, Object newValue) + { + PropertyChangedHandler handler = PropertyChanged; + if (handler != null) + { + handler(this, new PropertyChangedHandlerEventArgs(propName, oldValue, newValue)); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/DeletedAccount.cs b/trunk/Creshendo.UnitTests/Model/DeletedAccount.cs new file mode 100644 index 0000000..cd2e327 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/DeletedAccount.cs @@ -0,0 +1,30 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +namespace Creshendo.UnitTests.Model +{ + public class DeletedAccount : BackupAccount + { + /** + * + */ + + public DeletedAccount() + { + // TODO Auto-generated constructor stub + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/GenerateJoinRule.cs b/trunk/Creshendo.UnitTests/Model/GenerateJoinRule.cs new file mode 100644 index 0000000..e7b37b5 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/GenerateJoinRule.cs @@ -0,0 +1,51 @@ +using System; +using System.Text; + +namespace Creshendo.UnitTests.Model +{ + public class GenerateJoinRule + { + public static String LINEBREAK = Environment.NewLine; + + + public void writeTemplates(StringBuilder buf) + { + buf.Append("(deftemplate transaction" + LINEBREAK); + buf.Append(" (slot accountId (type STRING))" + LINEBREAK); + buf.Append(" (slot buyPrice (type DOUBLE))" + LINEBREAK); + buf.Append(" (slot countryCode (type STRING))" + LINEBREAK); + buf.Append(" (slot currentPrice (type DOUBLE))" + LINEBREAK); + buf.Append(" (slot cusip (type INTEGER))" + LINEBREAK); + buf.Append(" (slot exchange (type STRING))" + LINEBREAK); + buf.Append(" (slot industryGroupID (type INTEGER))" + LINEBREAK); + buf.Append(" (slot industryID (type INTEGER))" + LINEBREAK); + buf.Append(" (slot issuer (type STRING))" + LINEBREAK); + buf.Append(" (slot lastPrice (type DOUBLE))" + LINEBREAK); + buf.Append(" (slot purchaseDate (type STRING))" + LINEBREAK); + buf.Append(" (slot sectorID (type INTEGER))" + LINEBREAK); + buf.Append(" (slot shares (type DOUBLE))" + LINEBREAK); + buf.Append(" (slot subIndustryID (type INTEGER))" + LINEBREAK); + buf.Append(" (slot total (type DOUBLE))" + LINEBREAK); + buf.Append(")" + LINEBREAK); + buf.Append("(deftemplate account" + LINEBREAK); + buf.Append(" (slot accountId (type STRING))" + LINEBREAK); + buf.Append(" (slot cash (type DOUBLE))" + LINEBREAK); + buf.Append(" (slot fixedIncome (type DOUBLE))" + LINEBREAK); + buf.Append(" (slot stocks (type DOUBLE))" + LINEBREAK); + buf.Append(" (slot countryCode (type STRING))" + LINEBREAK); + buf.Append(")"); + } + + public void writeTransactions(StringBuilder buf) + { + } + + /** + * @param args + */ + + public static void main(String[] args) + { + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/GroupTransaction.cs b/trunk/Creshendo.UnitTests/Model/GroupTransaction.cs new file mode 100644 index 0000000..d4bdf7b --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/GroupTransaction.cs @@ -0,0 +1,100 @@ +using System; +using System.Collections; + +namespace Creshendo.UnitTests.Model +{ + public class GroupTransaction : Security + { + protected String[] accountIds = null; + protected double buyPrice; + protected new ArrayList listeners = new ArrayList(); + protected String purchaseDate = null; + protected double shares; + protected double total; + protected String transactionId = null; + + public string[] AccountIds + { + set + { + if (value != accountIds) + { + String[] old = accountIds; + accountIds = value; + OnPropertyChanged("accountIds", old, accountIds); + } + } + get { return accountIds; } + } + + public double BuyPrice + { + set + { + if (value != buyPrice) + { + Double old = Convert.ToDouble(buyPrice); + buyPrice = value; + OnPropertyChanged("buyPrice", old, Convert.ToDouble(buyPrice)); + } + } + get { return buyPrice; } + } + + public string PurchaseDate + { + set + { + if (!value.Equals(purchaseDate)) + { + String old = purchaseDate; + purchaseDate = value; + OnPropertyChanged("purchaseDate", old, purchaseDate); + } + } + get { return purchaseDate; } + } + + public double Shares + { + set + { + if (value != shares) + { + Double old = Convert.ToDouble(shares); + shares = value; + OnPropertyChanged("shares", old, Convert.ToDouble(shares)); + } + } + get { return shares; } + } + + public double Total + { + set + { + if (value != total) + { + Double old = Convert.ToDouble(total); + total = value; + OnPropertyChanged("total", old, Convert.ToDouble(total)); + } + } + get { return total; } + } + + public string TransactionId + { + set + { + if (!value.Equals(transactionId)) + { + String old = transactionId; + transactionId = value; + OnPropertyChanged("transactionId", old, transactionId); + } + } + get { return transactionId; } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/IAccount.cs b/trunk/Creshendo.UnitTests/Model/IAccount.cs new file mode 100644 index 0000000..02033ea --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/IAccount.cs @@ -0,0 +1,36 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +namespace Creshendo.UnitTests.Model +{ + public interface IAccount + { + string Title { get; set; } + string First { get; set; } + string Last { get; set; } + string Middle { get; set; } + string OfficeCode { get; set; } + string RegionCode { get; set; } + string Status { get; set; } + string AccountId { get; set; } + string AccountType { get; set; } + string Username { get; set; } + string AreaCode { get; set; } + string Exchange { get; set; } + string Number { get; set; } + string Ext { get; set; } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/Security.cs b/trunk/Creshendo.UnitTests/Model/Security.cs new file mode 100644 index 0000000..d768e9f --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/Security.cs @@ -0,0 +1,190 @@ +using System; +using System.Collections; +using Creshendo.Util; + +namespace Creshendo.UnitTests.Model +{ + public class Security + { + protected String countryCode = null; + protected double currentPrice; + protected int cusip; + protected String exchange = null; + protected int industryGroupID; + protected int industryID; + protected String issuer = null; + protected double lastPrice; + protected ArrayList listeners = new ArrayList(); + protected int sectorID; + protected String securityType = null; + protected int subIndustryID; + + public string CountryCode + { + set + { + if (!value.Equals(countryCode)) + { + String old = countryCode; + countryCode = value; + OnPropertyChanged("countryCode", old, countryCode); + } + } + get { return countryCode; } + } + + public double CurrentPrice + { + set + { + if (value != currentPrice) + { + Double old = Convert.ToDouble(currentPrice); + currentPrice = value; + OnPropertyChanged("currentPrice", old, Convert.ToDouble(currentPrice)); + } + } + get { return currentPrice; } + } + + public int Cusip + { + set + { + if (value != cusip) + { + Int32 old = Convert.ToInt32(cusip); + cusip = value; + OnPropertyChanged("cusip", old, Convert.ToInt32(cusip)); + } + } + get { return cusip; } + } + + public string Exchange + { + set + { + if (!value.Equals(exchange)) + { + String old = exchange; + exchange = value; + OnPropertyChanged("exchange", old, exchange); + } + } + get { return exchange; } + } + + public int IndustryGroupID + { + set + { + if (value != industryGroupID) + { + int old = industryGroupID; + industryGroupID = value; + OnPropertyChanged("industryGroupID", + Convert.ToInt32(old), Convert.ToInt32(industryGroupID)); + } + } + get { return industryGroupID; } + } + + public int IndustryID + { + set + { + if (value != industryID) + { + int old = industryID; + industryID = value; + OnPropertyChanged("industryID", + Convert.ToInt32(old), Convert.ToInt32(industryID)); + } + } + get { return industryID; } + } + + public string Issuer + { + set + { + if (!value.Equals(issuer)) + { + String old = issuer; + issuer = value; + OnPropertyChanged("issuer", old, issuer); + } + } + get { return issuer; } + } + + public double LastPrice + { + set + { + if (value != lastPrice) + { + Double old = Convert.ToDouble(lastPrice); + lastPrice = value; + OnPropertyChanged("lastPrice", old, Convert.ToDouble(lastPrice)); + } + } + get { return lastPrice; } + } + + public int SectorID + { + set + { + if (value != sectorID) + { + int old = sectorID; + sectorID = value; + OnPropertyChanged("sectorID", + Convert.ToInt32(old), Convert.ToInt32(sectorID)); + } + } + get { return sectorID; } + } + + public string SecurityType + { + set + { + if (!value.Equals(securityType)) + { + String old = securityType; + securityType = value; + OnPropertyChanged("securityType", old, securityType); + } + } + get { return securityType; } + } + + public int SubIndustryID + { + set + { + if (value != subIndustryID) + { + int old = subIndustryID; + subIndustryID = value; + OnPropertyChanged("subIndustryID", Convert.ToInt32(old), Convert.ToInt32(subIndustryID)); + } + } + get { return subIndustryID; } + } + + public event PropertyChangedHandler PropertyChanged; + + protected void OnPropertyChanged(String propName, Object oldValue, Object newValue) + { + PropertyChangedHandler handler = PropertyChanged; + if (handler != null) + { + handler(this, new PropertyChangedHandlerEventArgs(propName, oldValue, newValue)); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/SubTransaction.cs b/trunk/Creshendo.UnitTests/Model/SubTransaction.cs new file mode 100644 index 0000000..056b4bb --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/SubTransaction.cs @@ -0,0 +1,38 @@ +using System; +using System.Collections; +using Creshendo.Util; + +namespace Creshendo.UnitTests.Model +{ + public class SubTransaction : Security + { + protected new ArrayList listeners = new ArrayList(); + protected String[] transactionSet = null; + + + public string[] TransactionSet + { + set + { + if (value != transactionSet) + { + String[] old = transactionSet; + transactionSet = value; + OnPropertyChanged("transactionSet", old, transactionSet); + } + } + get { return transactionSet; } + } + + public new event PropertyChangedHandler PropertyChanged; + + protected new void OnPropertyChanged(String propName, Object oldValue, Object newValue) + { + PropertyChangedHandler handler = PropertyChanged; + if (handler != null) + { + handler(this, new PropertyChangedHandlerEventArgs(propName, oldValue, newValue)); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/TestBean.cs b/trunk/Creshendo.UnitTests/Model/TestBean.cs new file mode 100644 index 0000000..259c1b9 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/TestBean.cs @@ -0,0 +1,67 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; + +namespace Creshendo.UnitTests.Model +{ + public class TestBean + { + protected String attr1 = null; + protected int attr2; + protected short attr3; + protected long attr4; + protected float attr5; + protected double attr6; + + + public string Attr1 + { + set { attr1 = value; } + get { return attr1; } + } + + public int Attr2 + { + set { attr2 = value; } + get { return attr2; } + } + + public short Attr3 + { + set { attr3 = value; } + get { return attr3; } + } + + public long Attr4 + { + set { attr4 = value; } + get { return attr4; } + } + + public float Attr5 + { + set { attr5 = value; } + get { return attr5; } + } + + public double Attr6 + { + set { attr6 = value; } + get { return attr6; } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/TestBean2.cs b/trunk/Creshendo.UnitTests/Model/TestBean2.cs new file mode 100644 index 0000000..3746a74 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/TestBean2.cs @@ -0,0 +1,69 @@ +using System; +using System.Collections; +using Creshendo.Util; + +namespace Creshendo.UnitTests.Model +{ + public class TestBean2 + { + protected String attr1 = null; + protected int attr2; + protected short attr3; + protected long attr4; + protected float attr5; + protected double attr6; + + protected ArrayList listeners = new ArrayList(); + + public TestBean2() + { + } + + public string Attr1 + { + set { attr1 = value; } + get { return attr1; } + } + + public int Attr2 + { + set { attr2 = value; } + get { return attr2; } + } + + public short Attr3 + { + set { attr3 = value; } + get { return attr3; } + } + + public long Attr4 + { + set { attr4 = value; } + get { return attr4; } + } + + public float Attr5 + { + set { attr5 = value; } + get { return attr5; } + } + + public double Attr6 + { + set { attr6 = value; } + get { return attr6; } + } + + public event PropertyChangedHandler PropertyChanged; + + protected void OnPropertyChanged(String propName, Object oldValue, Object newValue) + { + PropertyChangedHandler handler = PropertyChanged; + if (handler != null) + { + handler(this, new PropertyChangedHandlerEventArgs(propName, oldValue, newValue)); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/TestBean3.cs b/trunk/Creshendo.UnitTests/Model/TestBean3.cs new file mode 100644 index 0000000..47c0eca --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/TestBean3.cs @@ -0,0 +1,95 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + + + +import PropertyChangeListener; +import PropertyChangeEvent; +import java.util.ArrayList; +*/ +/** + * @author Peter Lin + * + * Alternate version of TestBean that does implement add/remove + * PropertyChangeListener. This version implements notify method + * to notify the listeners. + */ +using System; +using System.Collections; +using Creshendo.Util; + +namespace Creshendo.UnitTests.Model +{ + public class TestBean3 + { + protected String attr1 = null; + protected int attr2; + protected short attr3; + protected long attr4; + protected float attr5; + protected double attr6; + + protected ArrayList listeners = new ArrayList(); + + + public string Name + { + set { attr1 = value; } + get { return attr1; } + } + + public int Count + { + set { attr2 = value; } + get { return attr2; } + } + + public short Short + { + set { attr3 = value; } + get { return attr3; } + } + + public long Long + { + set { attr4 = value; } + get { return attr4; } + } + + public float Float + { + set { attr5 = value; } + get { return attr5; } + } + + public double Double + { + set { attr6 = value; } + get { return attr6; } + } + + public event PropertyChangedHandler PropertyChanged; + + protected void OnPropertyChanged(String propName, Object oldValue, Object newValue) + { + PropertyChangedHandler handler = PropertyChanged; + if (handler != null) + { + handler(this, new PropertyChangedHandlerEventArgs(propName, oldValue, newValue)); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Model/Transaction.cs b/trunk/Creshendo.UnitTests/Model/Transaction.cs new file mode 100644 index 0000000..27db64c --- /dev/null +++ b/trunk/Creshendo.UnitTests/Model/Transaction.cs @@ -0,0 +1,113 @@ +using System; +using System.Collections; +using Creshendo.Util; + +namespace Creshendo.UnitTests.Model +{ + public class Transaction : Security + { + protected String accountId = null; + protected double buyPrice; + protected new ArrayList listeners = new ArrayList(); + protected String purchaseDate = null; + protected double shares; + protected double total; + protected String transactionId = null; + + + public string AccountId + { + set + { + if (!value.Equals(accountId)) + { + String old = accountId; + accountId = value; + OnPropertyChanged("accountId", old, accountId); + } + } + get { return accountId; } + } + + public double BuyPrice + { + set + { + if (value != buyPrice) + { + Double old = Convert.ToDouble(buyPrice); + buyPrice = value; + OnPropertyChanged("buyPrice", old, Convert.ToDouble(buyPrice)); + } + } + get { return buyPrice; } + } + + public string PurchaseDate + { + set + { + if (!value.Equals(purchaseDate)) + { + String old = purchaseDate; + purchaseDate = value; + OnPropertyChanged("purchaseDate", old, purchaseDate); + } + } + get { return purchaseDate; } + } + + public double Shares + { + set + { + if (value != shares) + { + Double old = Convert.ToDouble(shares); + shares = value; + OnPropertyChanged("shares", old, Convert.ToDouble(shares)); + } + } + get { return shares; } + } + + public double Total + { + set + { + if (value != total) + { + Double old = Convert.ToDouble(total); + total = value; + OnPropertyChanged("total", old, Convert.ToDouble(total)); + } + } + get { return total; } + } + + public string TransactionId + { + set + { + if (!value.Equals(transactionId)) + { + String old = transactionId; + transactionId = value; + OnPropertyChanged("transactionId", old, transactionId); + } + } + get { return transactionId; } + } + + public new event PropertyChangedHandler PropertyChanged; + + protected new void OnPropertyChanged(String propName, Object oldValue, Object newValue) + { + PropertyChangedHandler handler = PropertyChanged; + if (handler != null) + { + handler(this, new PropertyChangedHandlerEventArgs(propName, oldValue, newValue)); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/NotNodeTest.cs b/trunk/Creshendo.UnitTests/NotNodeTest.cs new file mode 100644 index 0000000..ce225e0 --- /dev/null +++ b/trunk/Creshendo.UnitTests/NotNodeTest.cs @@ -0,0 +1,854 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using System.Collections; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class NotNodeTest + { + [Test] + public void testAssertAndRetract() + { + // first create a rule engine instance + Rete engine = new Rete(); + NotJoin bn = new NotJoin(engine.nextNodeId()); + Assert.IsNotNull(bn); + + // create a defclass + Defclass dc = new Defclass(typeof (TestBean2)); + // create deftemplate + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + Assert.IsNotNull(dtemp); + Binding[] binds = new Binding[1]; + Binding b1 = new Binding(); + b1.LeftIndex = (0); + b1.IsObjectVar = (false); + b1.LeftRow = (0); + b1.RightIndex = (0); + b1.VarName = ("var1"); + binds[0] = b1; + + // set the binding + bn.Bindings = (binds); + + int count = 10; + ArrayList data = new ArrayList(); + for (int idx = 0; idx < count; idx++) + { + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("random"); + bean.Attr2 = (101); + short s = 10001; + bean.Attr3 = (s); + long l = 10101018; + bean.Attr4 = (l); + bean.Attr5 = (1010101); + bean.Attr6 = (1001.1001); + IFact fact = dtemp.createFact(bean, dc, engine.nextFactId()); + data.Add(fact); + } + + IEnumerator itr = data.GetEnumerator(); + while (itr.MoveNext()) + { + try + { + IFact f1 = (IFact) itr.Current; + bn.assertLeft(new Index(new IFact[] {f1}), engine, engine.WorkingMemory); + bn.assertRight(f1, engine, engine.WorkingMemory); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + } + IGenericMap rbmem = (IGenericMap)engine.WorkingMemory.getBetaRightMemory(bn); + Assert.AreEqual(count, rbmem.Count); + + IGenericMap lbmem = (IGenericMap) engine.WorkingMemory.getBetaLeftMemory(bn); + Assert.AreEqual(count, lbmem.Count); + + int retract = 5; + try + { + for (int idx = 0; idx < retract; idx++) + { + IFact f2 = (IFact) data[idx]; + bn.retractRight(f2, engine, engine.WorkingMemory); + } + } + catch (RetractException e) + { + Console.WriteLine(e.Message); + } + + rbmem = (IGenericMap)engine.WorkingMemory.getBetaRightMemory(bn); + Assert.AreEqual(retract, rbmem.Count); + + lbmem = (IGenericMap) engine.WorkingMemory.getBetaLeftMemory(bn); + Assert.AreEqual(count, lbmem.Count); + + // now check the BetaMemory has matches + Console.WriteLine(bn.toPPString()); + IEnumerator mitr = lbmem.Values.GetEnumerator(); + while (mitr.MoveNext()) + { + IBetaMemory btm = (IBetaMemory) mitr.Current; + Console.WriteLine("match count=" + btm.matchCount() + + " - " + btm.toPPString()); + } + engine.close(); + } + + [Test] + public void testAssertLeftMultiple() + { + // first create a rule engine instance + Rete engine = new Rete(); + NotJoin bn = new NotJoin(engine.nextNodeId()); + Assert.IsNotNull(bn); + + // create a defclass + Defclass dc = new Defclass(typeof (TestBean2)); + // create deftemplate + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + Assert.IsNotNull(dtemp); + Binding[] binds = new Binding[1]; + Binding b1 = new Binding(); + b1.LeftIndex = (0); + b1.IsObjectVar = (false); + b1.LeftRow = (0); + b1.RightIndex = (0); + b1.VarName = ("var1"); + binds[0] = b1; + + // set the binding + bn.Bindings = (binds); + + int count = 10; + ArrayList data = new ArrayList(); + for (int idx = 0; idx < count; idx++) + { + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("random" + (idx + 1)); + bean.Attr2 = (101); + short s = 10001; + bean.Attr3 = (s); + long l = 10101018; + bean.Attr4 = (l); + bean.Attr5 = (1010101); + bean.Attr6 = (1001.1001); + IFact fact = dtemp.createFact(bean, dc, engine.nextFactId()); + data.Add(fact); + } + IEnumerator itr = data.GetEnumerator(); + while (itr.MoveNext()) + { + try + { + IFact f1 = (IFact) itr.Current; + bn.assertLeft(new Index(new IFact[] {f1}), engine, engine.WorkingMemory); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + } + IGenericMap bmem = (IGenericMap) engine.WorkingMemory.getBetaLeftMemory(bn); + Assert.AreEqual(count, bmem.Count); + engine.close(); + } + + [Test] + public void testAssertLeftOne() + { + // first create a rule engine instance + Rete engine = new Rete(); + NotJoin bn = new NotJoin(engine.nextNodeId()); + Assert.IsNotNull(bn); + + // create a defclass + Defclass dc = new Defclass(typeof (TestBean2)); + // create deftemplate + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + Assert.IsNotNull(dtemp); + Binding[] binds = new Binding[1]; + Binding b1 = new Binding(); + b1.LeftIndex = (0); + b1.IsObjectVar = (false); + b1.LeftRow = (0); + b1.RightIndex = (0); + b1.VarName = ("var1"); + binds[0] = b1; + + // set the binding + bn.Bindings = (binds); + + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("random1"); + bean.Attr2 = (101); + short s = 10001; + bean.Attr3 = (s); + long l = 10101018; + bean.Attr4 = (l); + bean.Attr5 = (1010101); + bean.Attr6 = (1001.1001); + IFact f1 = dtemp.createFact(bean, dc, engine.nextFactId()); + try + { + bn.assertLeft(new Index(new IFact[] {f1}), engine, engine.WorkingMemory); + IGenericMap bmem = (IGenericMap) engine.WorkingMemory.getBetaLeftMemory(bn); + Assert.AreEqual(1, bmem.Count); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + engine.close(); + } + + /** + * Assert several object down the right input + */ + + [Test] + public void testAssertRightMultiple() + { + // first create a rule engine instance + Rete engine = new Rete(); + NotJoin bn = new NotJoin(engine.nextNodeId()); + Assert.IsNotNull(bn); + + // create a defclass + Defclass dc = new Defclass(typeof (TestBean2)); + // create deftemplate + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + Assert.IsNotNull(dtemp); + Binding[] binds = new Binding[1]; + Binding b1 = new Binding(); + b1.LeftIndex = (0); + b1.IsObjectVar = (false); + b1.LeftRow = (0); + b1.RightIndex = (0); + b1.VarName = ("var1"); + binds[0] = b1; + + // set the binding + bn.Bindings = (binds); + + int count = 10; + ArrayList data = new ArrayList(); + for (int idx = 0; idx < count; idx++) + { + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("random" + (idx + 1)); + bean.Attr2 = (101); + short s = 10001; + bean.Attr3 = (s); + long l = 10101018; + bean.Attr4 = (l); + bean.Attr5 = (1010101); + bean.Attr6 = (1001.1001); + IFact fact = dtemp.createFact(bean, dc, engine.nextFactId()); + data.Add(fact); + } + IEnumerator itr = data.GetEnumerator(); + while (itr.MoveNext()) + { + try + { + IFact f1 = (IFact) itr.Current; + bn.assertRight(f1, engine, engine.WorkingMemory); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + } + IGenericMap bmem = (IGenericMap)engine.WorkingMemory.getBetaRightMemory(bn); + Assert.AreEqual(count, bmem.Count); + engine.close(); + } + + [Test] + public void testCreateNode() + { + Rete engine = new Rete(); + NotJoin bn = new NotJoin(engine.nextNodeId()); + Assert.IsNotNull(bn); + engine.close(); + } + + [Test] + public void testCreateNode2() + { + // first create a rule engine instance + Rete engine = new Rete(); + NotJoin bn = new NotJoin(engine.nextNodeId()); + Assert.IsNotNull(bn); + + // create a defclass + Defclass dc = new Defclass(typeof (TestBean2)); + // create deftemplate + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + Assert.IsNotNull(dtemp); + Binding[] binds = new Binding[1]; + Binding b1 = new Binding(); + b1.LeftIndex = (0); + b1.IsObjectVar = (false); + b1.LeftRow = (0); + b1.RightIndex = (0); + b1.VarName = ("var1"); + binds[0] = b1; + + // set the binding + bn.Bindings = (binds); + engine.close(); + } + + /** + * Try asserting 10 objects and make sure the results are correct + */ + + [Test] + public void testMatch() + { + // first create a rule engine instance + Rete engine = new Rete(); + NotJoin bn = new NotJoin(engine.nextNodeId()); + Assert.IsNotNull(bn); + + // create a defclass + Defclass dc = new Defclass(typeof (TestBean2)); + // create deftemplate + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + Assert.IsNotNull(dtemp); + Binding[] binds = new Binding[1]; + Binding b1 = new Binding(); + b1.LeftIndex = (0); + b1.IsObjectVar = (false); + b1.LeftRow = (0); + b1.RightIndex = (0); + b1.VarName = ("var1"); + binds[0] = b1; + + // set the binding + bn.Bindings = (binds); + + int count = 10; + ArrayList data = new ArrayList(); + for (int idx = 0; idx < count; idx++) + { + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("random"); + bean.Attr2 = (101); + short s = 10001; + bean.Attr3 = (s); + long l = 10101018; + bean.Attr4 = (l); + bean.Attr5 = (1010101); + bean.Attr6 = (1001.1001); + IFact fact = dtemp.createFact(bean, dc, engine.nextFactId()); + data.Add(fact); + } + + IEnumerator itr = data.GetEnumerator(); + while (itr.MoveNext()) + { + try + { + IFact f1 = (IFact) itr.Current; + bn.assertLeft(new Index(new IFact[] {f1}), engine, engine.WorkingMemory); + bn.assertRight(f1, engine, engine.WorkingMemory); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + } + IGenericMap rbmem = (IGenericMap)engine.WorkingMemory.getBetaRightMemory(bn); + Assert.AreEqual(count, rbmem.Count); + + IGenericMap lbmem = (IGenericMap) engine.WorkingMemory.getBetaLeftMemory(bn); + Assert.AreEqual(count, lbmem.Count); + + // now check the BetaMemory has matches + Console.WriteLine(bn.toPPString()); + IEnumerator mitr = lbmem.Values.GetEnumerator(); + while (mitr.MoveNext()) + { + IBetaMemory btm = (IBetaMemory) mitr.Current; + Assert.AreEqual(9, btm.matchCount()); + Console.WriteLine("match count=" + btm.matchCount() + + " - " + btm.toPPString()); + } + engine.close(); + } + + /** + * Try asserting 10 objects and make sure the results are correct + */ + + /** + * test the NotJoin with facts that don't match. Each BetaMemory + * should have a match count of zero. + */ + + [Test] + public void testNoMatch() + { + // first create a rule engine instance + Rete engine = new Rete(); + NotJoin bn = new NotJoin(engine.nextNodeId()); + Assert.IsNotNull(bn); + + // create a defclass + Defclass dc = new Defclass(typeof (TestBean2)); + // create deftemplate + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + Assert.IsNotNull(dtemp); + Binding[] binds = new Binding[1]; + Binding b1 = new Binding(); + b1.LeftIndex = (0); + b1.IsObjectVar = (false); + b1.LeftRow = (0); + b1.RightIndex = (0); + b1.VarName = ("var1"); + binds[0] = b1; + + // set the binding + bn.Bindings = (binds); + + int count = 10; + ArrayList data = new ArrayList(); + for (int idx = 0; idx < count; idx++) + { + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("random" + idx); + bean.Attr2 = (101 + idx); + short s = 10001; + bean.Attr3 = (s); + long l = 10101018 + idx; + bean.Attr4 = (l); + bean.Attr5 = (1010101); + bean.Attr6 = (1001.1001); + IFact fact = dtemp.createFact(bean, dc, engine.nextFactId()); + data.Add(fact); + } + + IEnumerator itr = data.GetEnumerator(); + while (itr.MoveNext()) + { + try + { + IFact f1 = (IFact) itr.Current; + bn.assertLeft(new Index(new IFact[] {f1}), engine, engine.WorkingMemory); + bn.assertRight(f1, engine, engine.WorkingMemory); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + } + IGenericMap rbmem = (IGenericMap)engine.WorkingMemory.getBetaRightMemory(bn); + Assert.AreEqual(count, rbmem.Count); + + IGenericMap lbmem = (IGenericMap) engine.WorkingMemory.getBetaLeftMemory(bn); + Assert.AreEqual(count, lbmem.Count); + + // now check the BetaMemory has matches + Console.WriteLine(bn.toPPString()); + IEnumerator mitr = lbmem.Values.GetEnumerator(); + while (mitr.MoveNext()) + { + IBetaMemory btm = (IBetaMemory) mitr.Current; + Assert.AreEqual(0, btm.matchCount()); + Console.WriteLine("match count=" + btm.matchCount() + + " - " + btm.toPPString()); + } + engine.close(); + } + + /** + * the test creates a NotJoin and adds a BetaNode as a successor. + * it then asserts 10 facts and makes sure the facts are propogated + * to the BetaNode. + */ + + /** + * method will make sure the correct number of facts are asserted, + * propogated and retracted. + */ + + [Test] + public void testPropogateChange() + { + Console.WriteLine("testPropogateChange"); + // first create a rule engine instance + Rete engine = new Rete(); + NotJoin nj = new NotJoin(engine.nextNodeId()); + HashedEqBNode bn2 = new HashedEqBNode(engine.nextNodeId()); + Assert.IsNotNull(nj); + + // create a defclass + Defclass dc = new Defclass(typeof (TestBean2)); + // create deftemplate + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + Assert.IsNotNull(dtemp); + Binding[] binds = new Binding[1]; + Binding b1 = new Binding(); + b1.LeftIndex = (0); + b1.IsObjectVar = (false); + b1.LeftRow = (0); + b1.RightIndex = (0); + b1.VarName = ("var1"); + binds[0] = b1; + + Binding[] binds2 = new Binding[1]; + Binding b2 = new Binding(); + b2.LeftIndex = (1); + b2.IsObjectVar = (false); + b2.LeftRow = (0); + b2.RightIndex = (1); + b2.VarName = ("var2"); + binds2[0] = b2; + + // set the binding + nj.Bindings = (binds); + + bn2.Bindings = (binds2); + + // now add the second Not to the first + try + { + nj.addSuccessorNode(bn2, engine, engine.WorkingMemory); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + + int count = 2; + ArrayList data = new ArrayList(); + for (int idx = 0; idx < count; idx++) + { + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("random"); + bean.Attr2 = (101 + idx); + short s = 10001; + bean.Attr3 = (s); + long l = 10101018 + idx; + bean.Attr4 = (l); + bean.Attr5 = (1010101); + bean.Attr6 = (1001.1001); + IFact fact = dtemp.createFact(bean, dc, engine.nextFactId()); + data.Add(fact); + } + + IEnumerator itr = data.GetEnumerator(); + while (itr.MoveNext()) + { + try + { + IFact f1 = (IFact) itr.Current; + nj.assertLeft(new Index(new IFact[] {f1}), engine, engine.WorkingMemory); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + } + IGenericMap lbmem = (IGenericMap) engine.WorkingMemory.getBetaLeftMemory(nj); + Assert.AreEqual(count, lbmem.Count); + + IGenericMap lbmem2 = (IGenericMap) engine.WorkingMemory.getBetaLeftMemory(bn2); + Assert.AreEqual(2, lbmem2.Count); + + itr = data.GetEnumerator(); + while (itr.MoveNext()) + { + try + { + IFact f1 = (IFact) itr.Current; + nj.assertRight(f1, engine, engine.WorkingMemory); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + } + IGenericMap rbmem = (IGenericMap)engine.WorkingMemory.getBetaRightMemory(nj); + Assert.AreEqual(count, rbmem.Count); + + // once the facts are asserted to the right, there should be no + // facts in successor. this makes sure that assertRight correctly + // results in a retract. + lbmem2 = (IGenericMap) engine.WorkingMemory.getBetaLeftMemory(bn2); + Assert.AreEqual(0, lbmem2.Count); + engine.close(); + } + + /** + * This test makes sure that when facts are asserted, only the + * first results in retract propogation. this is because NotJoin + * should only propogate assert and retract when the match count + * goes from zero to one or one to zero. + */ + + [Test] + public void testPropogateChange2() + { + Console.WriteLine("testPropogateChange2"); + // first create a rule engine instance + Rete engine = new Rete(); + NotJoin nj = new NotJoin(engine.nextNodeId()); + HashedEqBNode bn2 = new HashedEqBNode(engine.nextNodeId()); + Assert.IsNotNull(nj); + Assert.IsNotNull(bn2); + + // create a defclass + Defclass dc = new Defclass(typeof (TestBean2)); + // create deftemplate + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + Assert.IsNotNull(dtemp); + Binding[] binds = new Binding[1]; + Binding b1 = new Binding(); + b1.LeftIndex = (0); + b1.IsObjectVar = (false); + b1.LeftRow = (0); + b1.RightIndex = (0); + b1.VarName = ("var1"); + binds[0] = b1; + + Binding[] binds2 = new Binding[1]; + Binding b2 = new Binding(); + b2.LeftIndex = (1); + b2.IsObjectVar = (false); + b2.LeftRow = (0); + b2.RightIndex = (1); + b2.VarName = ("var2"); + binds2[0] = b2; + + // set the binding + nj.Bindings = (binds); + + bn2.Bindings = (binds2); + + // now add the second Not to the first + try + { + nj.addSuccessorNode(bn2, engine, engine.WorkingMemory); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + + int count = 5; + ArrayList data = new ArrayList(); + for (int idx = 0; idx < count; idx++) + { + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("random"); + bean.Attr2 = (101 + idx); + short s = 10001; + bean.Attr3 = (s); + long l = 10101018 + idx; + bean.Attr4 = (l); + bean.Attr5 = (1010101); + bean.Attr6 = (1001.1001); + IFact fact = dtemp.createFact(bean, dc, engine.nextFactId()); + data.Add(fact); + } + + IEnumerator itr = data.GetEnumerator(); + while (itr.MoveNext()) + { + try + { + IFact f1 = (IFact) itr.Current; + nj.assertLeft(new Index(new IFact[] {f1}), engine, engine.WorkingMemory); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + } + IGenericMap lbmem = (IGenericMap) engine.WorkingMemory.getBetaLeftMemory(nj); + Assert.AreEqual(count, lbmem.Count); + + IGenericMap lbmem2 = (IGenericMap) engine.WorkingMemory.getBetaLeftMemory(bn2); + Assert.AreEqual(count, lbmem2.Count); + + + try + { + IFact f = (IFact) data[0]; + nj.assertRight(f, engine, engine.WorkingMemory); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + + IGenericMap rbmem = (IGenericMap)engine.WorkingMemory.getBetaRightMemory(nj); + Assert.AreEqual(1, rbmem.Count); + + // once the facts are asserted to the right, there should be no + // facts in successor. this makes sure that assertRight correctly + // results in a retract. + lbmem2 = (IGenericMap) engine.WorkingMemory.getBetaLeftMemory(bn2); + Assert.AreEqual(1, lbmem2.Count); + + // now assert the other facts to the NotJoin.assertRight + try + { + for (int idx = 1; idx < count; idx++) + { + IFact f = (IFact) data[idx]; + nj.assertRight(f, engine, engine.WorkingMemory); + } + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + + Console.WriteLine(nj.toPPString()); + IEnumerator mitr2 = lbmem.Values.GetEnumerator(); + while (mitr2.MoveNext()) + { + IBetaMemory btm = (IBetaMemory) mitr2.Current; + Console.WriteLine("match count=" + btm.matchCount() + + " - " + btm.toPPString()); + } + engine.close(); + } + + [Test] + public void testPropogateNoMatch() + { + Console.WriteLine("testPropogateNoMatch"); + // first create a rule engine instance + Rete engine = new Rete(); + NotJoin nj = new NotJoin(engine.nextNodeId()); + HashedEqBNode bn2 = new HashedEqBNode(engine.nextNodeId()); + Assert.IsNotNull(nj); + + // create a defclass + Defclass dc = new Defclass(typeof (TestBean2)); + // create deftemplate + Deftemplate dtemp = dc.createDeftemplate("testBean2"); + Assert.IsNotNull(dtemp); + Binding[] binds = new Binding[1]; + Binding b1 = new Binding(); + b1.LeftIndex = (0); + b1.IsObjectVar = (false); + b1.LeftRow = (0); + b1.RightIndex = (0); + b1.VarName = ("var1"); + binds[0] = b1; + + Binding[] binds2 = new Binding[1]; + Binding b2 = new Binding(); + b2.LeftIndex = (1); + b2.IsObjectVar = (false); + b2.LeftRow = (0); + b2.RightIndex = (1); + b2.VarName = ("var2"); + binds2[0] = b2; + + // set the binding + nj.Bindings = (binds); + + bn2.Bindings = (binds2); + + // now add the second Not to the first + try + { + nj.addSuccessorNode(bn2, engine, engine.WorkingMemory); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + + int count = 10; + ArrayList data = new ArrayList(); + for (int idx = 0; idx < count; idx++) + { + TestBean2 bean = new TestBean2(); + bean.Attr1 = ("random" + idx); + bean.Attr2 = (101 + idx); + short s = 10001; + bean.Attr3 = (s); + long l = 10101018 + idx; + bean.Attr4 = (l); + bean.Attr5 = (1010101); + bean.Attr6 = (1001.1001); + IFact fact = dtemp.createFact(bean, dc, engine.nextFactId()); + data.Add(fact); + } + + IEnumerator itr = data.GetEnumerator(); + while (itr.MoveNext()) + { + try + { + IFact f1 = (IFact) itr.Current; + nj.assertLeft(new Index(new IFact[] {f1}), engine, engine.WorkingMemory); + nj.assertRight(f1, engine, engine.WorkingMemory); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + } + IGenericMap rbmem = (IGenericMap)engine.WorkingMemory.getBetaRightMemory(nj); + Assert.AreEqual(count, rbmem.Count); + + IGenericMap lbmem = (IGenericMap) engine.WorkingMemory.getBetaLeftMemory(nj); + Assert.AreEqual(count, lbmem.Count); + + // now check the BetaMemory has matches + Console.WriteLine(nj.toPPString()); + IEnumerator mitr = lbmem.Values.GetEnumerator(); + while (mitr.MoveNext()) + { + IBetaMemory btm = (IBetaMemory) mitr.Current; + Assert.AreEqual(0, btm.matchCount()); + Console.WriteLine("match count=" + btm.matchCount() + + " - " + btm.toPPString()); + } + + IGenericMap lbmem2 = (IGenericMap) engine.WorkingMemory.getBetaLeftMemory(bn2); + Assert.AreEqual(count, lbmem2.Count); + Console.WriteLine(bn2.toPPString()); + IEnumerator mitr2 = lbmem2.Values.GetEnumerator(); + engine.close(); + // TODO need to update the test to check the match count + // by getting the right memory + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/ObjectTypeNodeTest.cs b/trunk/Creshendo.UnitTests/ObjectTypeNodeTest.cs new file mode 100644 index 0000000..f9ce772 --- /dev/null +++ b/trunk/Creshendo.UnitTests/ObjectTypeNodeTest.cs @@ -0,0 +1,30 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class ObjectTypeNodeTest + { + [Test] + public void testCreate() + { + Assert.IsTrue(true); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Properties/AssemblyInfo.cs b/trunk/Creshendo.UnitTests/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..a6db843 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Properties/AssemblyInfo.cs @@ -0,0 +1,38 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. + +[assembly : AssemblyTitle("Creshendo.UnitTests")] +[assembly : AssemblyDescription("")] +[assembly : AssemblyConfiguration("")] +[assembly : AssemblyCompany("Webbness")] +[assembly : AssemblyProduct("Creshendo.UnitTests")] +[assembly : AssemblyCopyright("Copyright © Webbness 2008")] +[assembly : AssemblyTrademark("")] +[assembly : AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. + +[assembly : ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM + +[assembly : Guid("d2cb79dc-9945-4ff1-841c-10dcfcd5650c")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: + +[assembly : AssemblyVersion("1.0.0.0")] +[assembly : AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/PropertyChangedTest.cs b/trunk/Creshendo.UnitTests/PropertyChangedTest.cs new file mode 100644 index 0000000..eef5777 --- /dev/null +++ b/trunk/Creshendo.UnitTests/PropertyChangedTest.cs @@ -0,0 +1,89 @@ +using System; +using System.Reflection; +using Creshendo.UnitTests.Model; +using Creshendo.Util; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class PropertyChangedTest + { + private int eCnt = 0; + + private void PropertyHasChanged(object sender, PropertyChangedHandlerEventArgs e) + { + Console.WriteLine(String.Format("Property: {0}, Old value: {1}, New value: {2}", e.PropertyName, e.OldValue, e.NewValue)); + eCnt++; + } + + [Test] + public void BasicTest() + { + eCnt = 0; + Account account = new Account(); + account.PropertyChanged += PropertyHasChanged; + account.First = "Manny"; + account.First = "Moe"; + account.First = "Jack"; + + Assert.AreEqual(3, eCnt); + account.PropertyChanged -= PropertyHasChanged; + eCnt = 0; + account.First = "Manny"; + account.First = "Moe"; + account.First = "Jack"; + Assert.AreEqual(0, eCnt); + } + + [Test] + public void ReflectionTest() + { + eCnt = 0; + + Type acct = typeof (Account); + Account account = (Account) Activator.CreateInstance(acct); + + EventInfo evPropertyChanged = acct.GetEvent("PropertyChanged"); + Type tDelegate = evPropertyChanged.EventHandlerType; + + MethodInfo miHandler = typeof (PropertyChangedTest).GetMethod("PropertyHasChanged", BindingFlags.NonPublic | BindingFlags.Instance); + + + // Create an instance of the delegate. Using the overloads + // of CreateDelegate that take MethodInfo is recommended. + // + Delegate d = Delegate.CreateDelegate(tDelegate, this, miHandler); + + // Get the "add" accessor of the event and invoke it late- + // bound, passing in the delegate instance. This is equivalent + // to using the += operator in C#, or AddHandler in Visual + // Basic. The instance on which the "add" accessor is invoked + // is the form; the arguments must be passed as an array. + // + MethodInfo addHandler = evPropertyChanged.GetAddMethod(); + Object[] addHandlerArgs = {d}; + addHandler.Invoke(account, addHandlerArgs); + + //account.PropertyChanged += PropertyHasChanged; + account.First = "Manny"; + account.First = "Moe"; + account.First = "Jack"; + + //account.PropertyChanged -= PropertyHasChanged; + + Assert.AreEqual(3, eCnt); + + + MethodInfo removeHandler = evPropertyChanged.GetRemoveMethod(); + Object[] removeHandlerArgs = {d}; + removeHandler.Invoke(account, removeHandlerArgs); + + eCnt = 0; + account.First = "Manny"; + account.First = "Moe"; + account.First = "Jack"; + Assert.AreEqual(0, eCnt); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/ReteInitTest.cs b/trunk/Creshendo.UnitTests/ReteInitTest.cs new file mode 100644 index 0000000..4fccb82 --- /dev/null +++ b/trunk/Creshendo.UnitTests/ReteInitTest.cs @@ -0,0 +1,68 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using Creshendo.Util.Rete; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class ReteInitTest + { + [Test] + public void testInit() + { + Rete engine = new Rete(); + Assert.IsNotNull(engine); + } + + [Test] + public void testInitModule() + { + Rete engine = new Rete(); + Assert.IsNotNull(engine); + Assert.IsNotNull(engine.CurrentFocus); + Assert.IsNotNull(engine.CurrentFocus.ModuleName); + Assert.AreEqual(engine.CurrentFocus.ModuleName, Constants.MAIN_MODULE); + Console.WriteLine("default module is " + engine.CurrentFocus.ModuleName); + engine.close(); + } + + /** + * Simple test to make sure the nodeId method work correctly + * + */ + + [Test] + public void testNodeId() + { + Rete engine = new Rete(); + Assert.IsNotNull(engine); + Assert.AreEqual(3, engine.peakNextNodeId()); + Assert.AreEqual(3, engine.peakNextNodeId()); + Assert.AreEqual(3, engine.peakNextNodeId()); + Console.WriteLine("we call peakNextNodeId() 3 times and it should return 3"); + Assert.AreEqual(3, engine.nextNodeId()); + Assert.AreEqual(4, engine.nextNodeId()); + Assert.AreEqual(5, engine.nextNodeId()); + int id = engine.nextNodeId(); + Assert.AreEqual(6, id); + Console.WriteLine("if the test passes, the last id should be 6. it is " + id); + engine.close(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/RulesetBenchmark2.cs b/trunk/Creshendo.UnitTests/RulesetBenchmark2.cs new file mode 100644 index 0000000..c8a0bcd --- /dev/null +++ b/trunk/Creshendo.UnitTests/RulesetBenchmark2.cs @@ -0,0 +1,170 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using System.Collections; +using System.IO; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Parser.Clips2; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class RulesetBenchmark2 : FileTestBase + { + [Test] + public void mainTest() + { + String rulefile = getRoot("share_5nodes.clp"); + //bool keepopen = false; + int fcount = 50000; + + Console.WriteLine("Using file " + rulefile); + + RulesetBenchmark2 mb = new RulesetBenchmark2(); + long begin = DateTime.Now.Ticks; + long totalET = 0; + long parseET = 0; + ArrayList facts = new ArrayList(50000); + // Runtime rt = Runtime.getRuntime(); + long total1 = GC.GetTotalMemory(true); + //long free1 = rt.freeMemory(); + //long used1 = total1 - free1; + int loopcount = 5; + Console.WriteLine("Used memory before creating engine " + total1 + " bytes " + + (total1/1024) + " Kb"); + for (int loop = 0; loop < loopcount; loop++) + { + Console.WriteLine(" ---------------------------------- "); + Rete engine = new Rete(); + facts.Clear(); + // declare the objects + engine.declareObject(typeof (Account), "account"); + engine.declareObject(typeof (Transaction), "transaction"); + + long total2 = GC.GetTotalMemory(true); + //long free2 = rt.freeMemory(); + //long used2 = total2 - free2; + Console.WriteLine("Used memory after creating engine " + total2 + " bytes " + + (total2/1024) + " Kb"); + + try + { + StreamReader freader = new StreamReader(rulefile); + CLIPSParser parser = new CLIPSParser(engine, freader); + long start = DateTime.Now.Ticks; + mb.parse(engine, parser, facts); + long end = DateTime.Now.Ticks; + long el = end - start; + parser.close(); + //rt.gc(); + parseET += el; + + long total3 = GC.GetTotalMemory(true); + //long free3 = rt.freeMemory(); + //long used3 = total3 - free3; + Console.WriteLine("Used memory after loading rules, and parsing data " + + (total3/1024) + " Kb " + (total3/1024/1024) + " Mb"); + Console.WriteLine("elapsed time to parse the rules and data " + + el + " ms"); + + Console.WriteLine("Number of rules: " + + engine.CurrentFocus.RuleCount); + // now create the facts + Account acc = new Account(); + acc.AccountType = "standard"; + facts.Add(acc); + for (int i = 0; i < fcount; i++) + { + Transaction tx = new Transaction(); + tx.AccountId = "acc" + i; + tx.Exchange = "NYSE"; + tx.Issuer = "AAA"; + tx.Shares = 100.00; + tx.SecurityType = "stocks"; + tx.SubIndustryID = 25201010; + facts.Add(tx); + } + IEnumerator itr = facts.GetEnumerator(); + long start2 = DateTime.Now.Ticks; + while (itr.MoveNext()) + { + Object d = itr.Current; + if (d is Account) + { + engine.assertObject(d, "account", false, true); + } + else + { + engine.assertObject(d, "transaction", false, false); + } + } + int actCount = engine.ActivationList.size(); + long end2 = DateTime.Now.Ticks; + long et2 = end2 - start2; + totalET += et2; + // now fire the rules + long start3 = 0; + long end3 = 0; + int fired = 0; + try + { + start3 = DateTime.Now.Ticks; + fired = engine.fire(); + end3 = DateTime.Now.Ticks; + } + catch (Exception e) + { + Console.WriteLine(e.Message); + } + facts.Clear(); + + long total4 = GC.GetTotalMemory(true); + //long free4 = rt.freeMemory(); + //long used4 = total4 - free4; + + Console.WriteLine(""); + Console.WriteLine("Number of facts - " + engine.ObjectCount); + Console.WriteLine("Time to assert facts " + et2 + " ms"); + Console.WriteLine("Used memory after assert " + + (total4/1024) + " Kb " + (total4/1024/1024) + " Mb"); + engine.printWorkingMemory(true, false); + Console.WriteLine("number of activations " + actCount); + Console.WriteLine("rules fired " + fired); + Console.WriteLine("time to fire rules " + (end3 - start3) + " ms"); + } + catch (FileNotFoundException e) + { + Console.WriteLine(e.Message); + } + catch (AssertException e) + { + Console.WriteLine(e.Message); + } + engine.close(); + engine = null; + //rt.gc(); + } + long finished = DateTime.Now.Ticks; + Console.WriteLine("average parse ET - " + parseET/loopcount + " ms"); + Console.WriteLine("average assert ET - " + totalET/loopcount + " ms"); + Console.WriteLine("total run time " + (finished - begin) + " ms"); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/SimpleDataGenerator.cs b/trunk/Creshendo.UnitTests/SimpleDataGenerator.cs new file mode 100644 index 0000000..d16a6f6 --- /dev/null +++ b/trunk/Creshendo.UnitTests/SimpleDataGenerator.cs @@ -0,0 +1,136 @@ +/* + * Copyright 2002-2006 Peter Lin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +using System; +using System.IO; +using System.Text; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class SimpleDataGenerator : FileTestBase + { + // 10 country codes + public static String[] countries = { + "US", "BR", "FR", "NZ", "CA", "MX", + "CH", "TW", "NU", "IT" + }; + + public static String[] cusips = { + "576335338", + "847737565", + "584420736", + "776465086", + "280242230", + "334158152" + }; + + public static String[] exchange = { + "NYSE", "NSDQ", "LNSE", "TKYO", + "TWSE", "PSEX", "RMSE" + }; + + // 9 gics codes + public static String[] gics = { + "25201010", "25201020", "25201030", + "25201040", "25201050", "25301010", "25301020", + "25301030", "25301040" + }; + + // 8 issuers + public static String[] issuers = { + "AAA", "BBB", "CCC", "DDD", + "EEE", "FFF", "GGG", "HHH" + }; + + public static String LINEBREAK = Environment.NewLine; + + public String fileName = null; + + // 7 exchanges + + private StreamWriter wtr = null; + + + public void setFilename(String name) + { + fileName = getRoot(name, true); + } + + public void generate(int count) + { + try + { + wtr = new StreamWriter(fileName, false); + createDeffacts(count); + wtr.Close(); + } + catch (Exception e) + { + Console.WriteLine(e.Message); + } + } + + public void createDeffacts(int count) + { + for (int idx = 0; idx < count; idx++) + { + String country = countries[ran.Next(countries.Length)]; + String gicsCode = gics[ran.Next(gics.Length - 1)]; + String iss = issuers[ran.Next(issuers.Length - 1)]; + String ex = exchange[ran.Next(exchange.Length - 1)]; + String csip = cusips[ran.Next(cusips.Length - 1)]; + StringBuilder buf = new StringBuilder(); + buf.Append("(assert (transaction"); + buf.Append(" (accountId \"" + idx + "id\")"); + buf.Append(" (buyPrice 55.23)"); + buf.Append(" (countryCode \"" + country + "\")"); + buf.Append(" (currentPrice 58.95)"); + buf.Append(" (cusip " + csip + ")"); + buf.Append(" (exchange \"" + ex + "\")"); + buf.Append(" (industryGroupID " + gicsCode.Substring(0, 4) + ")"); + buf.Append(" (industryID " + gicsCode.Substring(0, 6) + ")"); + buf.Append(" (issuer \"" + iss + "\")"); + buf.Append(" (lastPrice 50.12)"); + buf.Append(" (sectorID " + gicsCode.Substring(0, 2) + ")"); + buf.Append(" (shares 100)"); + buf.Append(" (subIndustryID " + gicsCode + ")"); + buf.Append(" ) )" + LINEBREAK); + try + { + wtr.Write(buf.ToString()); + } + catch (Exception e) + { + Console.WriteLine(e.Message); + } + } + } + + [Test] + public void mainTest() + { + string file = "generated_file.clp"; + + int count = 5; + SimpleDataGenerator gen = new SimpleDataGenerator(); + gen.setFilename(file); + gen.generate(count); + Console.WriteLine("done!!"); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/SimpleJoinTest.cs b/trunk/Creshendo.UnitTests/SimpleJoinTest.cs new file mode 100644 index 0000000..25ea8a1 --- /dev/null +++ b/trunk/Creshendo.UnitTests/SimpleJoinTest.cs @@ -0,0 +1,79 @@ +/* + * Copyright 2002-2006 Peter Lin & RuleML. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://ruleml-dev.sourceforge.net/ + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + +namespace woolfel.rete{ + +import java.util.ArrayList; +import java.util.Random; + +import org.jamocha.rete.Rete; + +import woolfel.examples.model.Account4; +import woolfel.examples.model.Transaction; +import junit.framework.TestCase; +*/ +/** + * @author Peter Lin + * + * SimpleJoin test is used to measure basic join performance for very + * simple cases. + */ +using System; +using System.Collections; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Rete; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class SimpleJoinTest + { + [Test] + public void testFiveRules() + { + int objCount = 25000; + Random ran = new Random(); + ArrayList facts = new ArrayList(); + // loop and create account and transaction objects + for (int idx = 0; idx < objCount; idx++) + { + Account4 acc = new Account4(); + acc.AccountId = "acc" + idx; + acc.AccountType = Convert.ToString(ran.Next(100000)); + acc.First = Convert.ToString(ran.Next(100000)); + acc.Last = Convert.ToString(ran.Next(100000)); + acc.Middle = Convert.ToString(ran.Next(100000)); + acc.Status = Convert.ToString(ran.Next(100000)); + acc.Title = Convert.ToString(ran.Next(100000)); + acc.Username = Convert.ToString(ran.Next(100000)); + acc.CountryCode = "US"; + acc.Cash = 1298.00; + facts.Add(acc); + Transaction tx = new Transaction(); + tx.AccountId = "acc" + idx; + tx.Total = 1200000; + facts.Add(tx); + } + Console.WriteLine("created " + objCount + " Accounts and Transactions"); + Rete engine = new Rete(); + engine.declareObject(typeof (Account4)); + engine.declareObject(typeof (Transaction)); + Console.WriteLine("delcare the objects"); + engine.close(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/Support/HashMapBenchmark.cs b/trunk/Creshendo.UnitTests/Support/HashMapBenchmark.cs new file mode 100644 index 0000000..f486599 --- /dev/null +++ b/trunk/Creshendo.UnitTests/Support/HashMapBenchmark.cs @@ -0,0 +1,27 @@ +using Creshendo.Util.Collections; + +namespace Creshendo.UnitTests.Support +{ + public class HashMapBenchmark + { + public GenericHashMap createHashMap(int count) + { + GenericHashMap map = new GenericHashMap(); + for (int idx = 0; idx < count; idx++) + { + map.Put(count.ToString(), count + "value"); + } + return map; + } + + public GenericHashMap createGenericHashMap(int count) + { + GenericHashMap map = new GenericHashMap(); + for (int idx = 0; idx < count; idx++) + { + map.Put(count.ToString(), count + "value"); + } + return map; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.UnitTests/TestForObjectBindings.cs b/trunk/Creshendo.UnitTests/TestForObjectBindings.cs new file mode 100644 index 0000000..c9bebe8 --- /dev/null +++ b/trunk/Creshendo.UnitTests/TestForObjectBindings.cs @@ -0,0 +1,193 @@ +using System; +using System.IO; +using System.Text; +using Creshendo.UnitTests.Model; +using Creshendo.Util.Rete; +using Creshendo.Util.Rule; +using NUnit.Framework; + +namespace Creshendo.UnitTests +{ + [TestFixture] + public class TestForObjectBindings : FileTestBase + { + private Account GetAcct1() + { + Account acc = new Account(); + acc.AccountId = "acc1"; + acc.AccountType = "standard"; + acc.First = "Bilbo"; + acc.Last = "Baggins"; + acc.Middle = "NMI"; + acc.OfficeCode = Convert.ToString(ran.Next(100000)); + acc.RegionCode = Convert.ToString(ran.Next(100000)); + acc.Status = "active"; + acc.Title = "mr"; + acc.Username = Convert.ToString(ran.Next(100000)); + acc.AreaCode = Convert.ToString(ran.Next(999)); + acc.Exchange = Convert.ToString(ran.Next(999)); + acc.Number = Convert.ToString(ran.Next(999)); + acc.Ext = Convert.ToString(ran.Next(9999)); + return acc; + } + + private Account GetAcct0() + { + Account acc = new Account(); + acc.AccountId = "acc0"; + acc.AccountType = "standard"; + acc.First = "Floyd"; + acc.Last = "Rose"; + acc.Middle = "A"; + acc.OfficeCode = Convert.ToString(ran.Next(100000)); + acc.RegionCode = Convert.ToString(ran.Next(100000)); + acc.Status = "active"; + acc.Title = "mr"; + acc.Username = Convert.ToString(ran.Next(100000)); + acc.AreaCode = Convert.ToString(ran.Next(999)); + acc.Exchange = Convert.ToString(ran.Next(999)); + acc.Number = Convert.ToString(ran.Next(999)); + acc.Ext = Convert.ToString(ran.Next(9999)); + return acc; + } + + private Stream getRule1() + { + StringBuilder sb = new StringBuilder(); + sb.AppendLine("(defrule rule0"); + sb.AppendLine("(Account"); + sb.AppendLine("(AccountId ?accid)"); + sb.AppendLine("(AccountType ?acctype)"); + sb.AppendLine("(Title ?title)"); + sb.AppendLine("(Status ?stat)"); + sb.AppendLine(")"); + sb.AppendLine("=>"); + sb.AppendLine("(printout t \"rule0 was fired for \" ?accid crlf)"); + sb.AppendLine(")"); + return new MemoryStream(ASCIIEncoding.ASCII.GetBytes(sb.ToString())); + } + + private Stream getRule2() + { + StringBuilder sb = new StringBuilder(); + sb.AppendLine("(defrule rule2"); + sb.AppendLine("(Basic"); + sb.AppendLine("(This ?this)"); + sb.AppendLine("(That ?that)"); + sb.AppendLine(")"); + sb.AppendLine("=>"); + sb.AppendLine("(printout t \"rule2 was fired for \" ?this crlf)"); + sb.AppendLine(")"); + return new MemoryStream(ASCIIEncoding.ASCII.GetBytes(sb.ToString())); + } + + private Stream getRule3() + { + StringBuilder sb = new StringBuilder(); + sb.AppendLine("(defrule rule3 (Basic (This ?this))"); + sb.AppendLine("=>"); + sb.AppendLine("(printout t \"rule3 was fired.\" crlf)"); + sb.AppendLine(")"); + return new MemoryStream(ASCIIEncoding.ASCII.GetBytes(sb.ToString())); + } + + [Test] + public void BasicObjectBindingTest1() + { + long ts = DateTime.Now.Ticks; + int fired = 0; + int activations = 0; + Basic basic = new Basic("one", 1); + using (TextWriter writer = Console.Out) + { + Rete engine = new Rete(); + engine.Watch = WatchType.WATCH_ALL; + engine.addPrintWriter("Console", writer); + engine.declareObject(typeof (Basic), "Basic"); + engine.loadRuleset(getRule3()); + + foreach (Defrule rule in engine.CurrentFocus.AllRules) + { + Console.WriteLine(rule.toPPString()); + } + + engine.assertObject(basic, "Basic", false, false); + activations = engine.CurrentFocus.ActivationCount; + fired = engine.fire(); + engine.printWorkingMemory(true, false); + writer.Flush(); + writer.Close(); + engine.close(); + } + double endTime = DateTime.Now.Ticks - ts; + Console.WriteLine(String.Format("BasicObjectBindingTest1 completed in {0} seconds.", (endTime/10000000).ToString("0.000000"))); + Assert.IsTrue(fired == 1); + Assert.IsTrue(activations == 1); + //AppDomain.Unload(AppDomain.CurrentDomain); + } + + + [Test] + public void ObjectBindingTest1() + { + long ts = DateTime.Now.Ticks; + int fired = 0; + int activations = 0; + using (TextWriter writer = Console.Out) + { + Rete engine = new Rete(); + engine.Watch = WatchType.WATCH_ALL; + engine.addPrintWriter("Console", writer); + engine.declareObject(typeof (Account), "Account"); + engine.loadRuleset(getRule1()); + engine.assertObject(GetAcct0(), "Account", false, false); + activations = engine.CurrentFocus.ActivationCount; + fired = engine.fire(); + engine.printWorkingMemory(true, false); + writer.Flush(); + writer.Close(); + engine.close(); + } + double endTime = DateTime.Now.Ticks - ts; + Console.WriteLine(String.Format("ObjectBindingTest1 completed in {0} seconds.", (endTime/10000000).ToString("0.000000"))); + Assert.IsTrue(fired == 1); + Assert.IsTrue(activations == 1); + //AppDomain.Unload(AppDomain.CurrentDomain); + } + + [Test] + public void ObjectBindingTest2() + { + long ts = DateTime.Now.Ticks; + int fired = 0; + int activations = 0; + using (TextWriter writer = Console.Out) + { + Rete engine = new Rete(); + engine.Watch = WatchType.WATCH_ALL; + engine.addPrintWriter("Console", writer); + engine.declareObject(typeof (Account), "Account"); + engine.loadRuleset(getRule1()); + engine.assertObject(GetAcct0(), "Account", false, false); + + int cnt = engine.ObjectCount; + + engine.assertObject(GetAcct1(), "Account", false, false); + + cnt = engine.ObjectCount; + + activations = engine.CurrentFocus.ActivationCount; + fired = engine.fire(); + engine.printWorkingMemory(true, false); + writer.Flush(); + writer.Close(); + engine.close(); + } + double endTime = DateTime.Now.Ticks - ts; + Console.WriteLine(String.Format("ObjectBindingTest2 completed in {0} seconds.", (endTime/10000000).ToString("0.000000"))); + Assert.IsTrue(fired == 2); + Assert.IsTrue(activations == 2); + //AppDomain.Unload(AppDomain.CurrentDomain); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo.nunit b/trunk/Creshendo.nunit new file mode 100644 index 0000000..6dceefd --- /dev/null +++ b/trunk/Creshendo.nunit @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/trunk/Creshendo.profiler b/trunk/Creshendo.profiler new file mode 100644 index 0000000000000000000000000000000000000000..e16fe035ed196b1b9c043fef6d113fbcd13d4f72 GIT binary patch literal 919 zcmbVKO>4qH5Z%--Y@{}a(qnt*p{EFX^Hfo(9xT$>_7ada8O^qFH|%bT{`5kj-H8>0 zMGyxv$;{51ynQpoB82=H!#7&(%(&}k2p_2icPz!6#UR~2UoZ|OthzaHh{f*^Xxr3O zUO_4*c*WCH>S4b=0i_32a!~4tF5xN{kEt{nZ2)#BNn#dIZIG8E(2)q$MEr4ZhCGPV z5D=~s8h~>8tG&#nm#PGKxPdUfxOh>J`&DgwpUFA_LM*FTESCu>+E(+>rQR5CHFLar zFlU@0Llo-%5Nw}47F*Wcq4GR0EXBvz11aNdHvTr!I%zi=u?T1!38fnYv4qBuhp=*~ zidNNvffT+C;AmPn&&nr_Q&>2~b6~0Wjqgd~ELUaiUouF*dz_uGy&uKrV zIy&F2OEp_AOd4q|d#hO{*`U|b%7 literal 0 HcmV?d00001 diff --git a/trunk/Creshendo.resharper b/trunk/Creshendo.resharper new file mode 100644 index 0000000..2ea7f3a --- /dev/null +++ b/trunk/Creshendo.resharper @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/trunk/Creshendo.resharper.user b/trunk/Creshendo.resharper.user new file mode 100644 index 0000000..7d84e44 --- /dev/null +++ b/trunk/Creshendo.resharper.user @@ -0,0 +1,400 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + + + + + + True + True + True + True + + + + + + False + + + + + + + + + False + False + + + + + + \ No newline at end of file diff --git a/trunk/Creshendo.sln b/trunk/Creshendo.sln new file mode 100644 index 0000000..5b9030d --- /dev/null +++ b/trunk/Creshendo.sln @@ -0,0 +1,40 @@ +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Creshendo", "Creshendo\Creshendo.csproj", "{9D196D14-9007-49A1-91E4-6388B7953927}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Creshendo.UnitTests", "Creshendo.UnitTests\Creshendo.UnitTests.csproj", "{864D02AA-1689-4E51-93B1-6CBAC7190F22}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Creshendo.Console", "Creshendo.Console\Creshendo.Console.csproj", "{E5323A73-CE55-4D7E-ACD1-2B11448EC4C5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Creshendo.Shell", "Creshendo.Shell\Creshendo.Shell.csproj", "{8BEC74CD-2D37-44AE-A3AC-E62658736C54}" +EndProject +Global + GlobalSection(TextTemplating) = postSolution + TextTemplating = 1 + EndGlobalSection + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9D196D14-9007-49A1-91E4-6388B7953927}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9D196D14-9007-49A1-91E4-6388B7953927}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9D196D14-9007-49A1-91E4-6388B7953927}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9D196D14-9007-49A1-91E4-6388B7953927}.Release|Any CPU.Build.0 = Release|Any CPU + {864D02AA-1689-4E51-93B1-6CBAC7190F22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {864D02AA-1689-4E51-93B1-6CBAC7190F22}.Debug|Any CPU.Build.0 = Debug|Any CPU + {864D02AA-1689-4E51-93B1-6CBAC7190F22}.Release|Any CPU.ActiveCfg = Release|Any CPU + {864D02AA-1689-4E51-93B1-6CBAC7190F22}.Release|Any CPU.Build.0 = Release|Any CPU + {E5323A73-CE55-4D7E-ACD1-2B11448EC4C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E5323A73-CE55-4D7E-ACD1-2B11448EC4C5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E5323A73-CE55-4D7E-ACD1-2B11448EC4C5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E5323A73-CE55-4D7E-ACD1-2B11448EC4C5}.Release|Any CPU.Build.0 = Release|Any CPU + {8BEC74CD-2D37-44AE-A3AC-E62658736C54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8BEC74CD-2D37-44AE-A3AC-E62658736C54}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8BEC74CD-2D37-44AE-A3AC-E62658736C54}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8BEC74CD-2D37-44AE-A3AC-E62658736C54}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/trunk/Creshendo/AbstractJamochaEditor.cs b/trunk/Creshendo/AbstractJamochaEditor.cs new file mode 100644 index 0000000..c8b4816 --- /dev/null +++ b/trunk/Creshendo/AbstractJamochaEditor.cs @@ -0,0 +1,56 @@ +namespace org.jamocha.gui.editor +{ + using System; + using JFrame = javax.swing.JFrame; + using Rete = org.jamocha.rete.Rete; + + public abstract class AbstractJamochaEditor:JFrame + { + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassWindowAdapter' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassWindowAdapter + { + public AnonymousClassWindowAdapter(AbstractJamochaEditor enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(AbstractJamochaEditor enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private AbstractJamochaEditor enclosingInstance; + public AbstractJamochaEditor Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + public void windowClosing(System.Object event_sender, System.ComponentModel.CancelEventArgs event_Renamed) + { + Enclosing_Instance.close(); + } + } + + protected internal Rete engine; + + public AbstractJamochaEditor(Rete engine) + { + this.engine = engine; + this.setTitle("Jamochaeditor"); + this.setSize(600, 400); + this.setSize(new System.Drawing.Size(600, 400)); + //this.setLocationByPlatform(true); + this.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE); + this.addWindowListener(new AnonymousClassWindowAdapter(this)); + } + + public virtual void close() + { + this.setVisible(false); + this.dispose(); + } + + public abstract void init(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/AbstractJamochaPanel.cs b/trunk/Creshendo/AbstractJamochaPanel.cs new file mode 100644 index 0000000..fecaa53 --- /dev/null +++ b/trunk/Creshendo/AbstractJamochaPanel.cs @@ -0,0 +1,102 @@ +/// Copyright 2007 Karl-Heinz Krempels, Alexander Wilden +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://jamocha.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace org.jamocha.gui.tab +{ + using System; + using JPanel = javax.swing.JPanel; + using SwingUtilities = javax.swing.SwingUtilities; + using JamochaGui = org.jamocha.gui.JamochaGui; + /// This is an abstract panel that covers all common functions of the panels in + /// jamocha. Every panel in the tabbedPane should inherit from this class. + /// + /// + /// Karl-Heinz Krempels + /// + /// Alexander Wilden + /// + /// + public abstract class AbstractJamochaPanel:JPanel + { + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassRunnable' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassRunnable : IThreadRunnable + { + public AnonymousClassRunnable(AbstractJamochaPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(AbstractJamochaPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private AbstractJamochaPanel enclosingInstance; + public AbstractJamochaPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + //UPGRADE_TODO: The equivalent of method 'java.lang.Runnable.run' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + public void Run() + { + Enclosing_Instance.requestFocus(); + } + } + + /// The JamochaGui Object. We need it to get the engine or other future + /// purposes. + /// + protected internal JamochaGui gui; + + /// The constructor expecting a JamochaGui as argument. + /// + /// + /// gui + /// The active JamocheGui. + /// + /// + public AbstractJamochaPanel(JamochaGui gui) + { + this.gui = gui; + } + + /// This function is called whenever this Panel gains the focus in the + /// tabbedPane. A non abstract implementation of this class should override + /// it and do whatever has to be done when gaining focus. The Shell for + /// example sets the focus to the textarea and not to itself. + /// + /// + public virtual void setFocus() + { + SwingUtilities.invokeLater(new AnonymousClassRunnable(this)); + } + + /// This function is called when the gui is closed and must be implemented by + /// every class that extends this class. Here all the necessary cleanup + /// should be done when closing the gui. + /// + /// + public abstract void close(); + + /// This function will be called by the gui whenever settings are changed in + /// the SettingsPanel. + /// + /// + public abstract void settingsChanged(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/AbstractSettingsPanel.cs b/trunk/Creshendo/AbstractSettingsPanel.cs new file mode 100644 index 0000000..c3134c6 --- /dev/null +++ b/trunk/Creshendo/AbstractSettingsPanel.cs @@ -0,0 +1,57 @@ +namespace org.jamocha.gui.tab.settings +{ + using System; + using JComponent = javax.swing.JComponent; + using JLabel = javax.swing.JLabel; + using JPanel = javax.swing.JPanel; + using JamochaGui = org.jamocha.gui.JamochaGui; + + public abstract class AbstractSettingsPanel:JPanel + { + + protected internal JamochaGui gui; + + public AbstractSettingsPanel(JamochaGui gui) + { + this.gui = gui; + } + + public abstract void save(); + + //UPGRADE_ISSUE: Class 'java.awt.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + //UPGRADE_ISSUE: Class 'java.awt.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + public virtual void addLabel(JPanel parent, JLabel label, GridBagLayout gridbag, GridBagConstraints c, int row) + { + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridx = 0; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridy' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridy = row; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.fill' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.VERTICAL' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.fill = GridBagConstraints.VERTICAL; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.anchor' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.EAST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.anchor = GridBagConstraints.EAST; + gridbag.setConstraints(label, c); + parent.add(label); + } + + //UPGRADE_ISSUE: Class 'java.awt.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + //UPGRADE_ISSUE: Class 'java.awt.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + public virtual void addInputComponent(JPanel parent, JComponent comp, GridBagLayout gridbag, GridBagConstraints c, int row) + { + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridx = 1; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridy' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridy = row; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.fill' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.BOTH' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.fill = GridBagConstraints.BOTH; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.anchor' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.anchor = GridBagConstraints.WEST; + gridbag.setConstraints(comp, c); + parent.add(comp); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/AssemblyInfo.cs b/trunk/Creshendo/AssemblyInfo.cs new file mode 100644 index 0000000..4ea97d2 --- /dev/null +++ b/trunk/Creshendo/AssemblyInfo.cs @@ -0,0 +1,13 @@ +using System.Reflection; + +[assembly : AssemblyTitle("")] +[assembly : AssemblyDescription("")] +[assembly : AssemblyCompany("")] +[assembly : AssemblyProduct("")] +[assembly : AssemblyCopyright("")] +[assembly : AssemblyTrademark("")] +[assembly : AssemblyCulture("")] + +[assembly: log4net.Config.XmlConfigurator(ConfigFile = "Log4Net.config", Watch = true)] + +[assembly : AssemblyVersion("1.0.*")] diff --git a/trunk/Creshendo/BatchResultBrowser.cs b/trunk/Creshendo/BatchResultBrowser.cs new file mode 100644 index 0000000..7eb8b66 --- /dev/null +++ b/trunk/Creshendo/BatchResultBrowser.cs @@ -0,0 +1,224 @@ +namespace org.jamocha.gui +{ + using System; + using LinkedList = java.util.LinkedList; + using List = java.util.List; + using Map = java.util.Map; + using BorderFactory = javax.swing.BorderFactory; + using DefaultComboBoxModel = javax.swing.DefaultComboBoxModel; + using JButton = javax.swing.JButton; + using JComboBox = javax.swing.JComboBox; + using JFrame = javax.swing.JFrame; + using JPanel = javax.swing.JPanel; + using JScrollPane = javax.swing.JScrollPane; + using JTextArea = javax.swing.JTextArea; + using IconLoader = org.jamocha.gui.icons.IconLoader; + + public class BatchResultBrowser:JFrame + { + virtual internal Map Results + { + set + { + this.batchResults = value; + resultsBoxModel.setItems(value.keySet().toArray()); + } + + } + + private const long serialVersionUID = 1L; + + private JPanel topPanel; + + private JButton batchResultsButton; + + private JButton removeButton; + + private JButton reloadButton; + + private JButton closeButton; + + private JTextArea aboutArea; + + private JComboBox resultsBox; + + private ResultBoxModel resultsBoxModel; + + private Map batchResults; + + internal BatchResultBrowser(JButton batchResultsButton) + { + this.batchResultsButton = batchResultsButton; + topPanel = new JPanel(); + setSize(500, 400); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + setLayout(new BorderLayout()); + resultsBoxModel = new ResultBoxModel(this); + resultsBox = new JComboBox(resultsBoxModel); + removeButton = new JButton(IconLoader.getImageIcon("delete")); + removeButton.addActionListener(this); + removeButton.setToolTipText("Remove this batch result"); + reloadButton = new JButton(IconLoader.getImageIcon("arrow_refresh")); + reloadButton.addActionListener(this); + reloadButton.setToolTipText("Reload the list of available batch results"); + + topPanel.add(resultsBox); + topPanel.add(removeButton); + topPanel.add(reloadButton); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.NORTH' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(topPanel, BorderLayout.NORTH); + aboutArea = new JTextArea(); + aboutArea.setBorder(BorderFactory.createEmptyBorder()); + aboutArea.setLineWrap(true); + aboutArea.setWrapStyleWord(true); + aboutArea.setEditable(false); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(new JScrollPane(aboutArea, JScrollPane.VERTICAL_SCROLLBAR_ALWAYS, JScrollPane.HORIZONTAL_SCROLLBAR_NEVER), BorderLayout.CENTER); + resultsBox.addActionListener(this); + //UPGRADE_ISSUE: Constructor 'java.awt.FlowLayout.FlowLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + //UPGRADE_ISSUE: Field 'java.awt.FlowLayout.RIGHT' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + JPanel closePanel = new JPanel(new FlowLayout(FlowLayout.RIGHT)); + closeButton = new JButton("close"); + closeButton.addActionListener(this); + closePanel.add(closeButton); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.SOUTH' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(closePanel, BorderLayout.SOUTH); + batchResultsButton.setIcon(IconLoader.getImageIcon("lorry")); + } + + + public virtual void actionPerformed(System.Object event_sender, System.EventArgs event_Renamed) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender.equals(closeButton)) + { + dispose(); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender.equals(resultsBox)) + { + System.Object item = resultsBox.SelectedItem; + if (item != null) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + aboutArea.setText((System.String) batchResults.get(item.ToString())); + } + batchResultsButton.setIcon(IconLoader.getImageIcon("lorry")); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender.equals(removeButton)) + { + System.Object item = resultsBox.SelectedItem; + if (item != null) + { + resultsBoxModel.removeItem(item); + batchResults.remove(item); + aboutArea.setText(""); + resultsBox.setSelectedIndex(- 1); + // if we removed the last result we hide the indicator button + if (batchResults.isEmpty()) + { + batchResultsButton.setVisible(false); + } + } + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender.equals(reloadButton)) + { + resultsBoxModel.setItems(batchResults.keySet().toArray()); + aboutArea.setText(""); + resultsBox.setSelectedIndex(- 1); + } + } + } + } + } + + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'ResultBoxModel' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class ResultBoxModel:DefaultComboBoxModel + { + public ResultBoxModel(BatchResultBrowser enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(BatchResultBrowser enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private BatchResultBrowser enclosingInstance; + private System.Object[] Items + { + set + { + this.items = value; + if (value != null) + fireContentsChanged(this, 0, value.Length); + else + fireContentsChanged(this, 0, 0); + } + + } + virtual public int Size + { + get + { + if (items == null) + return 0; + return items.Length; + } + + } + public BatchResultBrowser Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + private const long serialVersionUID = 1L; + + private System.Object[] items; + + + private void removeItem(System.Object item) + { + if (items != null) + { + List temp = new LinkedList(); + List litems = (List) item; + for (int idx = 0; idx < litems.size(); idx++) + { + System.Object tmpItem = litems.get(idx); + if (!tmpItem.Equals(item)) + { + temp.add(tmpItem); + } + } + items = temp.toArray(); + fireContentsChanged(this, 0, items.Length); + } + } + + public virtual System.Object getElementAt(int index) + { + if (items != null) + { + if (index > - 1 && index < items.Length) + { + return items[index]; + } + } + return null; + } + + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/BeanFilter.cs b/trunk/Creshendo/BeanFilter.cs new file mode 100644 index 0000000..f979143 --- /dev/null +++ b/trunk/Creshendo/BeanFilter.cs @@ -0,0 +1,41 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace org.jamocha.rete +{ + using System; + /// Peter Lin + /// * + /// Base interface for filtering PropertyDescriptor. Depending on the + /// java version, the filter may use Annotations, BeanInfo or some + /// other method like an external properties file. + /// + /// + public interface BeanFilter : + { + //UPGRADE_TODO: Class java.beans.PropertyDescriptor was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + /// BeanFilters must implement this interface. It takes the + /// PropertyDescriptor array returned from Introspection and + /// removes any that should not be included. + /// + /// props + /// + /// + /// + /// + PropertyDescriptor[] filter(PropertyDescriptor[] props); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/ClipboardUtil.cs b/trunk/Creshendo/ClipboardUtil.cs new file mode 100644 index 0000000..036ca07 --- /dev/null +++ b/trunk/Creshendo/ClipboardUtil.cs @@ -0,0 +1,122 @@ +/// Copyright 2007 Karl-Heinz Krempels, Alexander Wilden +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://jamocha.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace org.jamocha.gui +{ + using System; + /// + /// A Class for Clipboard access. + /// + /// + /// Karl-Heinz Krempels + /// + /// Alexander Wilden + /// + /// 0.01 + /// + /// + //UPGRADE_ISSUE: Interface 'java.awt.datatransfer.ClipboardOwner' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtdatatransferClipboardOwner"' + public class ClipboardUtil : ClipboardOwner + { + /// Returns the single ClipboardUtil instance. + /// + /// + /// The Clipboard singleton object. + /// + /// + public static ClipboardUtil Instance + { + get + { + if (_instance == null) + _instance = new ClipboardUtil(); + return _instance; + } + + } + /// Get the String residing on the clipboard. + /// + /// + /// any text found on the Clipboard. If none found, return null. + /// + /// + /// Place a String on the clipboard and make this class the owner of the + /// Clipboard's contents. + /// + virtual public System.String ClipboardContents + { + get + { + System.String result = ""; + //UPGRADE_ISSUE: Method 'java.awt.Toolkit.getSystemClipboard' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtToolkit"' + //UPGRADE_ISSUE: Method 'java.awt.Toolkit.getDefaultToolkit' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtToolkit"' + System.Windows.Forms.Clipboard clipboard = Toolkit.getDefaultToolkit().getSystemClipboard(); + System.Windows.Forms.IDataObject contents = System.Windows.Forms.Clipboard.GetDataObject(); + //UPGRADE_ISSUE: Method 'java.awt.datatransfer.Transferable.isDataFlavorSupported' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtdatatransferTransferableisDataFlavorSupported_javaawtdatatransferDataFlavor"' + //UPGRADE_TODO: Field 'java.awt.datatransfer.DataFlavor.stringFlavor' was converted to 'System.Windows.Forms.DataFormats.StringFormat' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + bool hasTransferableText = (contents != null) && contents.isDataFlavorSupported(System.Windows.Forms.DataFormats.StringFormat); + if (hasTransferableText) + { + try + { + //UPGRADE_TODO: Field 'java.awt.datatransfer.DataFlavor.stringFlavor' was converted to 'System.Windows.Forms.DataFormats.StringFormat' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result = (System.String) contents.GetData(System.Windows.Forms.DataFormats.StringFormat.ToString()); + } + catch (System.Exception ex) + { + SupportClass.WriteStackTrace(ex, Console.Error); + } + catch (System.IO.IOException ex) + { + SupportClass.WriteStackTrace(ex, Console.Error); + } + } + return result; + } + + set + { + System.Windows.Forms.DataObject stringSelection = new System.Windows.Forms.DataObject(value); + //UPGRADE_ISSUE: Method 'java.awt.Toolkit.getSystemClipboard' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtToolkit"' + //UPGRADE_ISSUE: Method 'java.awt.Toolkit.getDefaultToolkit' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtToolkit"' + System.Windows.Forms.Clipboard clipboard = Toolkit.getDefaultToolkit().getSystemClipboard(); + System.Windows.Forms.Clipboard.SetDataObject(stringSelection); + } + + } + + /// The singleton ClipboardUtil. + /// + private static ClipboardUtil _instance = null; + + /// A private Constructur so that we can use singletons. + /// + /// + private ClipboardUtil() + { + } + + + //UPGRADE_TODO: The equivalent of method 'java.awt.datatransfer.ClipboardOwner.lostOwnership' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + /// Called on lost ownership. + /// + public void lostOwnership(System.Windows.Forms.Clipboard aClipboard, System.Windows.Forms.IDataObject aContents) + { + // do nothing + } + + + } +} \ No newline at end of file diff --git a/trunk/Creshendo/ConnectorLine.cs b/trunk/Creshendo/ConnectorLine.cs new file mode 100644 index 0000000..0af8e9d --- /dev/null +++ b/trunk/Creshendo/ConnectorLine.cs @@ -0,0 +1,167 @@ +namespace org.jamocha.rete.visualisation +{ + using System; + using BasicStroke = java.awt.BasicStroke; + using Graphics2D = java.awt.Graphics2D; + /// Josef Alexander Hahn + /// This Class represents a connection between two Shapes, + /// which will be drawn as an arrow + /// + /// + public class ConnectorLine:Primitive + { + /// Returns the color of the representing arrow + /// + /// Actual arrow color + /// + /// + /// Sets the color of the representing arrow + /// + /// Arrow color + /// + /// + virtual public System.Drawing.Color Color + { + get + { + return color; + } + + set + { + this.color = value; + } + + } + + private Shape from; + private Shape to; + private System.Drawing.Color color; + + + + /// Draws an arrow from the From-Shape to the To-Shape + /// with the choosen color. The draw-position is translated + /// by (-offsetX,-offsetY). + /// + /// The canvas to draw the arrow on + /// + /// Translation-Vector's negative x-component + /// + /// Translation-Vector's negative y-component + /// + /// + public virtual void draw(Graphics2D canvas, int offsetX, int offsetY) + { + draw(canvas, offsetX, offsetY, 1.0, 1.0); + } + + /// Draws an arrow from the From-Shape to the To-Shape + /// with the choosen color. It will be scaled by (factorX,factorY). + /// + /// The canvas to draw the arrow on + /// + /// Scaling-Vector*s x-component + /// + /// Scaling-Vector*s y-component + /// + /// + public virtual void draw(Graphics2D canvas, double factorX, double factorY) + { + draw(canvas, 0, 0, factorX, factorY); + } + + /// Draws an arrow from the From-Shape to the To-Shape + /// with the choosen color. The draw-position is translated + /// by (-offsetX,-offsetY) and then scaled by (factorX,factorY). + /// + /// The canvas to draw the arrow on + /// + /// Translation-Vector's negative x-component + /// + /// Translation-Vector's negative y-component + /// + /// Scaling-Vector*s x-component + /// + /// Scaling-Vector*s y-component + /// + /// + public virtual void draw(Graphics2D canvas, int offsetX, int offsetY, double factorX, double factorY) + { + canvas.setColor(color); + + /* angleFromTo is this angle ;) + * (between -PI;+PI) + * TO + * ----------------(x)------------------- + * / + * /) + * / @ ) + * --------(x)--------------------------- + * FROM + */ + double angleFromTo = System.Math.Atan2(- to.Y + from.Y, to.X - from.X); + + /* angleToFrom is this angle ;) + * (between -PI;+PI) + * TO + * ----------------(x)------------------- + * ( @ / + * (/ + * / + * --------(x)--------------------------- + * FROM + */ + double angleToFrom; + if (angleFromTo > 0) + { + angleToFrom = angleFromTo - System.Math.PI; + } + else + { + angleToFrom = angleFromTo + System.Math.PI; + } + System.Drawing.Point pfrom = from.calculateIntersection(angleFromTo); + System.Drawing.Point pto = to.calculateIntersection(angleToFrom); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + System.Drawing.Point parrow1 = new System.Drawing.Point((int) System.Math.Round(6 * System.Math.Cos(angleToFrom + System.Math.PI / 4.0)), (int) System.Math.Round(6 * System.Math.Sin(angleToFrom + System.Math.PI / 4.0))); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + System.Drawing.Point parrow2 = new System.Drawing.Point((int) System.Math.Round(6 * System.Math.Cos(angleToFrom - System.Math.PI / 4.0)), (int) System.Math.Round(6 * System.Math.Sin(angleToFrom - System.Math.PI / 4.0))); + pfrom.X -= offsetX; + pfrom.Y -= offsetY; + pto.X -= offsetX; + pto.Y -= offsetY; + pfrom.X *= (int) (factorX); + pfrom.Y *= (int) (factorY); + pto.X *= (int) (factorX); + pto.Y *= (int) (factorY); + parrow1.X *= (int) (factorX); + parrow1.Y *= (int) (factorY); + parrow2.X *= (int) (factorX); + parrow2.Y *= (int) (factorY); + + //calculate a good line width + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int linewidth = (int) System.Math.Round(1 * System.Math.Min(factorX, factorY)); + if (linewidth == 0) + linewidth = 1; + canvas.setStroke(new BasicStroke(linewidth)); + + //draw the arrow + canvas.drawLine(pfrom.X, pfrom.Y, pto.X, pto.Y); + canvas.drawLine(pto.X + parrow1.X, pto.Y - parrow1.Y, pto.X, pto.Y); + canvas.drawLine(pto.X + parrow2.X, pto.Y - parrow2.Y, pto.X, pto.Y); + } + + /// The From-Shape for the new ConnectorLine + /// + /// The To-Shape for the new ConnectorLine + /// + /// + public ConnectorLine(Shape from, Shape to) + { + this.from = from; + this.to = to; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Creshendo.XML b/trunk/Creshendo/Creshendo.XML new file mode 100644 index 0000000..c4a04c8 --- /dev/null +++ b/trunk/Creshendo/Creshendo.XML @@ -0,0 +1,11701 @@ + + + + Creshendo + + + + Peter Lin + * + + + + + The purpose of Summary interface is to define common methods for + getting the validation summary of a rule. If a rule passes validation + there may not be any summary or the summary have no details. + + If the validation failed, the summary should contain information about + what failed and why. + + Peter Lin + * + + + + + Add a message about the error or warning + + reason + + + + + Get the messages as an array of String + + + + + + + return the errors and warnings as a single string + + + + + + + + + + + Karl-Heinz Krempels + + + a short usage for a function name passed as argument. + + + name of a function. + + + + + Peter Lin + * + Function is the base interface for all functions. We probably should move + this to another package later on. For now, I Put it here. + The design of Function is very similar to Methods, since a function is + basically a stand alone method. + + + + + Functions must implement concrete logic for the function. + To execute a function, 2 parameters are needed. The first + is the rule engine, which is needed to resolve global variables, + and other engine activities like asserts. The second is an + array of parameters, which can be bindings, literal values or + other functions. + It is the responsibility of the programmer to iterate over the + parameters to find the data they need to execute the function. + + engine + + params + + + + + + + A convienance method to Get a pretty printer formatted string + for the function. + + + + + + + every function needs to declare what the return type is. + + + + + + + Every function must declare the name + + + + + + + Functions should declare what kind of parameters it takes. + If a function doesn't take any parameters, the method should return + null. + For example, set-member function returns + BoundParam.class,StringParam.class,ValueParam.class. This means + the first parameter is a binding, the second is a slotname and the + third is the value. + Another example is Add function. It returns ValueParam[].class, since + it can take one or more numbers and Add them. + + + + + + + + + + + Peter Lin + * + Template defines the methods to access an object, which is the + equivalent of un-ordered facts. It defines all the necessary + methods for Deftemplate. + + + + + Return a pretty print formatted String. + + + + + + + Return the slot with the String name + + + + + + + Get the Slot at the given column id + + column + + + + + + + Get the column index with the given name + + name + + + + + + + + + data + + id + + + + + + + If the template is currently in use, we should not Remove it + until all the dependent rules are removed first. + + + + + + + + + + + + + + The name of the template may be the fully qualified + class name, or an alias. + + + + + + + templates may have 1 or more slots. A slot is a named + column with a specific type of value. + + + + + + + Return an array of all the slots. + + + + + + + if watch is set to true, the rule engine will pass events + when the fact traverses the network. + + + + + Set the watch flag + + watch + + + + + If a template has a parent, the method should + return the parent, otherwise it should return + null + + + + + set the parent template + + parent + + + + + + + + + + Christian Ebert + + Returns the trigonometric tangent of an angle. + + + + + + + + + Peter Lin + * + + + + + + + + + Peter Lin + The purpose of RightMatches is to print out the facts in the right + side of BetaNodes. It isn't the same as matches function. Unlike + matches, RightMatches prints out all the facts on the right side + and doesn't show which facts it matches on the left. + + + + + + + + + Peter Lin + * + ReturnValue defines the base methods to Get the value and type of + the return value. Since users will be able to use CLIPS syntax + to define functions, we provide this functionality. + + + + + Peter Lin + * + Reset the objects means retract all the objects and assert + them again. + + + + + + + + + Peter Lin + * + Predicate constraint binds the slot and then performs some function + on it. For example + + + + + + Peter Lin + * + Constraints come in 3 varieties: + 1. value constraint where an object's field is compared to a value + 2. variable constraint where a field is bound to a variable + 3. predicate constraint where the field is bound to a variable, and + then evaluated against 1 or more operations. + + + + + + A convienance method to return pretty print format. + + + + + + + This should be the name of the constraint. In the case of an + object, it is the field's name + + + + + Set the name of the constraint. + + name + + + + + The value of the constraint. Primitive numeric types are + wrapped in the object version. Example, int is wrapped in + Integer. + + + + + Set the value of the constraint. In the case of a binding, + the value is the variable name + + val + + + + + the name of the function + + + + the name of the slot + + + + the name of the variable + + + + + + + + the purpose of normalize is to look at the order of the + parameters and flip the operator if necessary + * + + + + OrderedFactTypeNode is the object type node for ordered facts. The + difference between the two is this type node is used only for + ordered facts. Jamocha groups the ordered facts by the number of slots + first. The second thing is it uses a HashMap for the successors, since + the first slot in the ordered fact is a symbol. This means it is always + an equality test, which means we shouldn't iterate over all successors. + The class should just look it up and only propogate to the one node. + + Peter Lin + + + + + Peter Lin + + BaseAlpha is the baseAlpha node for all 1-input nodes. + + + + + Peter Lin + * + BaseNode is meant to define common logic that all nodes must have + and implement common logic. + + + + + We use an object Array to keep things efficient + + + + The useCount is used to keep track of how many times + an Alpha node is shared. This is needed so that we + can dynamically Remove a rule at run time and Remove + the node from the network. If we didn't keep count, + it would be harder to figure out if we can Remove the node. + + + + + BaseNode has only one constructor which takes an unique + node id. All subclasses need to call the constructor. + + The id. + + + + toPPString should return a string format, but formatted + nicely so it's easier for humans to read. Chances are + this method will be used in debugging mode, so the more + descriptive the string is, the easier it is to figure out + what the node does. + + + + + + Determines whether the specified list contains node. + + The list. + The node. + + true if the specified list contains node; otherwise, false. + + + + + Add the node to the list of successors + + The n. + + + + + Remove the node from the succesors + + The n. + + + + + Adds the successor node. + + The node. + The engine. + The mem. + + + + Method is used to decompose the network and make sure + the nodes are detached from each other + + + + + Subclasses need to implement Clear and make sure all + memories are cleared properly. + + The mem. + + + + every time the node is shared, the method + needs to be called so we keep an accurate count. + + + + + every time a rule is removed from the network + we need to decrement the count. Once the count + reaches zero, we can Remove the node by calling + it's finalize. + + + + + toString should return a string format of the node and + the pattern it matches. + + + A that represents the current . + + + + + hashString should return a string which can be used as + a key for HashMap or HashTable + + + + + + Returns the successor nodes + + The successor nodes. + + + + Return the node id + + The node id. + + + + + The operator to compare two values + + + + Alpha nodes must implement this method + + factInstance + + engine + + + + + Alpha nodes must implement this method. Retract should Remove + a fact from the node and propogate through the RETE network. + + factInstance + + engine + + + + + method for propogating the retract + + fact + + engine + + + + + Method is used to pass a fact to the successor nodes + + fact + + engine + + + + + Set the Current node in the sequence of 1-input nodes. + The Current node can be an AlphaNode or a LIANode. + + node + + + + + Remove a successor node + + node + + engine + + mem + @throws AssertException + + + + + Get the list of facts that have matched the node + + + + + + + + implementation simply Clear the List + + The mem. + + + Subclasses need to implement this method. The hash string + should be the slotId + operator + value + + + + subclasses need to implement PrettyPrintString and print + out user friendly representation fo the node + + + + subclasses need to implement the toString and return a textual + form representation of the node. + + + + Method is used to decompose the network and make sure + the nodes are detached from each other. + + + + Abstract implementation returns an int code for the + operator. To Get the string representation, it should + be converted. + + + + The Class that defines object type + + + + HashMap entries for unique AlphaNodes + + + + id + + + + + Peter Lin + * + AndCondition is specifically created to handle and conjunctions. AndConditions + are compiled to a BetaNode. + + + + + Peter Lin + * + Conditions are patterns. It may be a simple fact pattern, test function, + or an object pattern. + + + + + Method is used to compare the pattern to another pattern and + determine if they are equal. + + cond + + + + + + + When the rule is compiled, we Add the node to the condition, + so that we can print out the matches for a given rule. + + node + + + + + if the rule's alpha nodes aren't shared, this method is + used to Add the alphaNodes to the condition + + node + + + + + Clear the condition + + + + obtain the compiler compile this condition + + + + + + + Get the nodes associated with the condition. In the case of + TestConditions, it should only be 1 node. + + + + + + + Get the last node in the Condition + + + + + + + Get the bind Constraint org.jamocha.rete.util.IList including BoundConstraint (isObjectBinding==false) + and PredicateConstraint (isPredicateJoin==true) + + + + + + + + + + + not implemented yet + + + + not implemented yet + + + + Christian Ebert + + Calls a method of a specified object. + + + + + Peter Lin + * + FunctionGroup is an organizational feature to group functions. For example, + one might want to group mathematic functions together. Or IO functions together + into a group. + + + + + classes implementing the interface need to implement this method to + create instances of the function and register them the rule engine. + + engine + + + + + A convienance method for listing the functions in a given group. + + + + + + + Peter Lin + + InitialFact is used for rules without conditions and cases where a rule + starts with exist or not. + + + + + Peter Lin Deftemplate is equivalent to CLIPS deftemplate
+ + Deftemplate Contains an array of slots that represent un-ordered facts. + Currently, deftemplate does not have a reference to the corresponding Defclass, + since many objects in java.beans and java.lang.reflect are not serializable. + This means when ever we need to lookup the defclass from the deftemplate, we + have to use the String form and do the lookup. + + Some general design notes about the current implementation. In the case where + a class is declared to create the deftemplate, the order of the slots are + based on java Introspection. In the case where an user declares the + deftemplate from console or directly, the order is the same as the string + equivalent. The current implementation does not address redeclaring a + deftemplate for a couple of reasons. The primary one is how does it affect + the existing RETE nodes. One possible approach is to always Add new slots to + the end of the deftemplate and ignore the explicit order. Another is to + recompute the deftemplate, binds and all nodes. The second approach is very + costly and would make redeclaring a deftemplate undesirable. + +
+
+ + Defclass and Deftemplate are decoupled, so it uses a string + to look up the Defclass rather than have a link to it. This + is because the reflection classes are not serializable. + + + + A convienance method for finding the slot matching the String name. + + + name + + + + + + + Get the Slot at the given column id + + + id + + + + + + + Look up the column index of the slot + + + name + + + + + + + Method will create a Fact from the given object instance + + + data + + + + + + + If any slot has a usecount greater than 0, we return true. + + + + Method will return a string format with the int type code for the slot + type + + + + Method will generate a pretty printer format of the Deftemplate + + + + + + + + checkName will see if the user defined the module to declare the + template. if it is, it will create the module and return it. + + + engine + + + + + + + convienance method for incrementing the column's use count. + + name + + + + + Method takes a list of Slots and creates a deffact from it. + + + data + + id + + + + + + + clone the slots + + + + + + + + TODO - need to finish implementing this + + + + return whether the deftemplate should be watched + + + + + + set whether the deftemplate should be watched + + + watch + + + + + the template name is an alias for an object + + + name + + + + + Get the class the deftemplate represents + + + + + + + + Return the number of slots in the deftemplate + + + + + + + + Return all the slots + + + + + + + + + + + + Peter Lin + + HashedNotEqBNode2 indexes the right input for joins that use + not equal to. It uses 2 levels of indexing. The first is the bindings + for equal to, the second is not equal to. + + + + + Peter Lin + * + BaseJoin is the abstract base for all join node classes. + + + + + binding for the join + + + + + Initializes a new instance of the class. + + The id. + + + + Subclasses must implement this method. assertLeft takes + inputs from left input adapter nodes and join nodes. + + The lfacts. + The engine. + The mem. + + + + Subclasses must implement this method. assertRight takes + input from alpha nodes. + + The rfact. + The engine. + The mem. + + + + Subclasses must implement this method. retractLeft takes + input from left input adapter nodes and join nodes. + + The lfacts. + The engine. + The mem. + + + + Subclasses must implement this method. retractRight takes + input from alpha nodes. + + The rfact. + The engine. + The mem. + + + + Adds the successor node. + + The node. + The engine. + The mem. + + + + When new Successor nodes are added, we propogate the facts that matched to + the new join node. + + The node. + The engine. + The mem. + + + + it's unlikely 2 rules are identical, except for the name. The implementation + gets the current memory and propogates, but I wonder how much sense this + makes in a real production environment. An user really shouldn't be deploying + identical rules with different rule name. + + The node. + The engine. + The mem. + + + + Method is used to decompose the network and make sure + the nodes are detached from each other. + + + + + Method is used to pass a fact to the successor nodes + + The inx. + The engine. + The mem. + + + + method for propogating the retract + + The inx. + The engine. + The mem. + + + + Set the bindings for this join + + The bindings. + + + Clear will Clear the lists + + + + assertLeft takes an array of facts. Since the Current join may be + joining against one or more objects, we need to pass all + previously matched facts. + + factInstance + + engine + + + + + Assert from the right side is always going to be from an Alpha node. + + + factInstance + + engine + + + + + Retracting from the left requires that we propogate the + + + factInstance + + engine + + + + + Retract from the right works in the following order. + 1. Remove the fact from the right memory + 2. check which left memory matched + 3. propogate the retract + + factInstance + + engine + + + + + Method will use the right binding to perform the evaluation + of the join. Since we are building joins similar to how + CLIPS and other rule engines handle it, it means 95% of the + time the right fact list only has 1 fact. + + leftlist + + right + + + + + + + Basic implementation will return string format of the betaNode + + + + returs the node name + id and bindings + + + + Peter Lin + * + Generate facts will call the utility class with the Rule object + and return an Object[] array of facts. Depending on the rule, + there should be one or more deffacts or object instances. The way + to use this is to bind the result or Add it to a list. + + + + + + + + + The function does not take any parameters + + + + Peter Lin + + ExistJoinFrst is a special implementation for situations + when the first Conditional Element is an Exists. The main + difference is the left input is a dummy and doesn't do + anything. This gets around needing an InitialFact when the + first CE is Exists. + + + + + Clear will Clear the lists + + + + assertLeft is a dummy, since we don't need an initial + fact or LeftInputAdapater. + + factInstance + + engine + + + + + Assert from the right side is always going to be from an + Alpha node. + + factInstance + + engine + + + + + retractLeft is a dummy and doesn't do anything + + factInstance + + engine + + + + + Retract from the right works in the following order. + 1. Remove the fact from the right memory + 2. check which left memory matched + 3. propogate the retract + + factInstance + + engine + + + + + method returns string format for the node + + + + The current implementation is similar to BetaNode + + + + Peter Lin + * + A basic implementation of the Rule interface + + + + + Peter Lin + * + The rule interface design is influenced by RuleML 0.8. It is also + influenced by CLIPS, but with some important differences. The + interface assumes it acts as a bridge between a Rule Parser, which + parses some text and produces the necessary artifacts and a rule + compiler which generates RETE nodes. + For that reason, the interface defines methods for adding Join + nodes and retrieving the last node in the rule. These convienance + method are present to make it easier to write rule parsers and + compilers. + + + + + pete + * + + + + + A rule action can create local bindings, so a rule needs to provide + a way to store and retrieve bindings. + + key + + value + + + + + Return the value of the for the binding + + is the name of the variable + + + + + + + Add a new binding to the rule with the variable as the key + + key + + bind + + + + + Get the Binding object for the given key + + varName + + + + + + + utility method for copying bindings + + varName + + + + + + + utility method for copying predicate bindings + + varName + + operator + + + + + + + After the actions of a rule are executed, reset should be called + to make sure the rule doesn't hold on to the facts. + + + + this method needs to be called before rule compilation begins. It + avoids doing multiple lookups for the corresponding template. + + engine + + + + + Return a pretty print formatted string for the rule. + + + + + + + if the rule is set to autofocus, it returns true + + + + + if the rule should fire even when the module is not in focus, + call the method with true + + auto + + + + + if users want to give a rule a comment, the method will return it. + otherwise it should return zero length string + + + + + set the comment of the rule. it should be a descriptive comment + about what the rule does. + + text + + + + + Get the complexity of the rule, which measure how many conditions + a rule has + + + + + set the complexity of the rule. this should be calculated + by the rule engine or rule compiler + + complexity + + + + + return the effective date in milliseconds + + + + + Be default classes implementing the interface should set + the effective date to zero. only when the user sets the + date should it have a non-zero positive long value. + + mstime + + + + + return the expiration date in milliseconds + + + + + by default classes implementing the interface should set + the expiration date to zero. only when the user sets the + date should it have a non-zero positive value greater + than the effective date. + + mstime + + + + + Add a conditional element to the rule + + cond + + + Get the name of the rule + + + + + set the name of the rule + + name + + + + + if the rule should skip the agenda and fire immediately, + the method returns true. By default it should be false + + + + + if a rule should skip the agenda, set it to true + + agenda + + + + + classes implementing the interface can choose to ignore + this rule property. Sumatra currently provides the ability + to turn off AlphaMemory. By default, it is set to true. + If a user wants to turn off AlphaMemory for a given rule, + set it to false. + + + + + to turn of alpha memory, set it to false + + match + + + + + Get the salience of the rule + + + + + to lower the priority of a rule, set the value lower + + sal + + + + + the version of the rule + + + + + set the version of the rule + + ver + + + + + watch is used for debugging + + + + + to debug a rule, set the watch to true + + watch + + + + + by default a rule should return true + + + + + to turn off a rule, call the method with false + + active + + + + + if the rule uses temporal facts, the method should return + true. the defrule must declare temporal-activation true + + + + + set the rule to use temporal activation + + temporalActivation + + + + + The method should return the last node in the rule, not counting + the terminal node. + + + + + + + Return the module the rule belongs to. A rule can only belong to a + single module. + + + + + When the rule is compiled, the rule compiler needs to set the module + so that the terminalNode can Add the activation to the correct + activationList. + + mod + + + + + Get a GetEnumerator to the Binding objects + + + + + + + Get a count of the Binding + + + + + + + In case an user wants to Get the trigger facts in the right hand + side of the rule. + + + + + We need to set the trigger facts, so the rule action can look up + values easily. + + facts + + + + + by default a rule is active, unless set to false + + + + Be default, the rule is set to forward chaining + + + + default is set to zero + + + + default is set to zero + + + + by default noAgenda is false + + + + default for temporal activation is false + + + + by default watch is off + + + + + + + + Add join nodes to the rule + + + + the current implementation simply replaces the existing + value if one already exists. + + + + return the value associated with the binding + + + + reset the trigger facts after all the actions have executed. + + + + + Method will only Add the binding if it doesn't already + exist. + + + + + + + Return the Binding matching the variable name + + + + + + + Get a copy of the Binding using the variable name + + + + + + TODO need to finish implementing the clone method + + + + by default a rule should return true + + + + + + + Get the array of join nodes + + + + This should be called when the action is being fired. after the rule + actions are executed, the trigger facts should be reset. The primary + downside of this design decision is it won't work well with multi- + threaded parallel execution. Since Sumatra has no plans for implementing + parallel execution using multi-threading, the design is not an issue. + Implementing multi-threaded parallel execution isn't desirable and + has been proven to be too costly. A better approach is to queue assert + retract and process them in sequence. + + + + The method will return the Bindings in the order they + were added to the utility. + + + + + + + Returns the number of unique bindings. If a binding is + used multiple times to join several facts, it is only + counted once. + + + + + + + Peter Lin + + + + + + Initializes a new instance of the class. + + The source. + Type of the event. + + + Peter Lin + * + AlphaNodePredConstr is similar to AlphaNode with the difference that + this node calls a function. The function must return boolean type. + In other words, the function has to evaluate to true or false. + example of a predicate constraint: + + + + + + The function to call + + + + The use of Slot(s) is similar to CLIPS design + + + + The default constructor takes a Node id and function + + id + + func + + + + + The method uses the function to evaluate the fact + + factInstance + + + + + + + + An implementation of interface CharStream, where the stream is assumed to + contain only ASCII characters (without unicode processing). + + + + + Method to adjust line and column numbers for the start of a token. + + + + Peter Lin + + The purpose of the function is to print out the names of the rules + and the comment. + + + + + Peter Lin + * + Literal constraint is a comparison between an object field and a concrete + value. for example, account.name is equal to "Peter Lin". I originally, + named the class something else, but since CLIPS uses literal constraint, + I decided to change the name of the class. Even though I don't like the + term literal constraint, it doesn't make sense to fight existing + terminology. + + + + + + + + + if the literal constraint is negated, the method returns true + + + + + if the literal constraint is negated with a "~" tilda, call + the method pass true. + + negate + + + + + the name is the slot name + + set the slot name as declared in the rule + + + + Set the value of the constraint. It should be a concrete value and + not a binding. + + + + Peter Lin + * + NoAgendaTNode2 is similar to NoAgendaTNode with one difference. The rule + may be deploy, but isn't effective until a given time. The terminal node + will only create the activation if the current time is between the effective + and expiration date of the rule. + + + + + Peter Lin + * + NoAgendaTNode is different than TerminalNode2 in that it doesn't + Get added to the agenda. Instead, it fires immediately. + + + + + Peter Lin + * + TerminalNode2 is different than TerminalNode in that it uses + a different Activation implementation. Rather than use BasicActivation, + it uses LinkedActivation. + + + + + Peter Lin + + Terminal node indicates the rule has matched fully and should execute the + action of the rule. NOTE: currently this is not used directly. other terminal + nodes extend it. + + + + + + Initializes a new instance of the class. + + The id. + The rl. + + + + The terminal nodes doesn't have a memory, so the method does nothing. + + + + + + Once the facts propogate to this point, it means all the conditions of + the rule have been met. The method creates a new Activation and adds it + to the activationList of the correct module. Note: we may want to change + the design so that we don't create a new Activation object. + + The facts. + The engine. + The mem. + + + + Retract means we need to Remove the activation from the correct module + agenda. + + The facts. + The engine. + The mem. + + + + return the name of the rule + + + + + + return the name of the rule + + + + + The terminal node has no successors, so this method does nothing. + + + + + Gets the rule. + + The rule. + + + + Initializes a new instance of the class. + + + + + + + The terminal nodes doesn't have a memory, so the method + does nothing. + + + + + + Asserts the facts. + + The inx. + The engine. + The mem. + + + + Retracts the facts. + + The inx. + The engine. + The mem. + + + + Remove the LinkedActivation from TerminalNode2. This is necessary + when the activation is fired and the actions executed. + + The mem. + The activation. + + + + method does not apply to termial nodes. therefore it's not implemented + + The node. + The engine. + The mem. + + + + return the name of the rule + + + + + + return the name of the rule + + + + + + Return the Rule object associated with this terminal node + + The rule. + + + + + + Initializes a new instance of the class. + + + + + + + method does not apply for no agenda terminal node + + + + + + + + + + + + + method does not apply, since the activation fires immediately, + there's nothing to Remove from the agenda + + The facts. + The engine. + The mem. + + + + method doesn't apply for no agenda terminal node + + + + + + + return the name of the rule + + + + + + return the name of the rule + + + + + + Return the Rule object associated with this terminal node + + + + + + + id + + + + + facts + + engine + + + + + Peter Lin + + HashedNotEqBNode2 indexes the right input for joins that use + not equal to. It uses 2 levels of indexing. The first is the bindings + for equal to, the second is not equal to. + + + + + Clear will Clear the lists + + + + assertLeft takes an array of facts. Since the Current join may be + joining against one or more objects, we need to pass all + previously matched facts. + + factInstance + + engine + + + + + Assert from the right side is always going to be from an Alpha node. + + + factInstance + + engine + + + + + Retracting from the left requires that we propogate the + + + factInstance + + engine + + + + + Retract from the right works in the following order. + 1. Remove the fact from the right memory + 2. check which left memory matched + 3. propogate the retract + + factInstance + + engine + + + + + Method will use the right binding to perform the evaluation + of the join. Since we are building joins similar to how + CLIPS and other rule engines handle it, it means 95% of the + time the right fact list only has 1 fact. + + leftlist + + right + + + + + + + Basic implementation will return string format of the betaNode + + + + returs the node name + id and bindings + + + + Peter Lin + + Facts function will printout all the facts, not including any + initial facts which are internal to the rule engine. + + + + + + + + + Peter Lin + + + + + + + + + + Peter Lin + * + EngineEvent is a generic event class. Rather than have a bunch of + event subclasses, the current design uses event type code. + + + + + the default value is assert event + + + + + + - the source should be either the workingMemory or Rete + + - event type + + - the node which initiated the event + + + + + Peter Lin + * + The purpose of this factory is to centralize the creation of org.jamocha.rete.util.List, + org.jamocha.rete.util.IList, Collection, Set and org.jamocha.rete.util.Map data structures. This is done so that + we can easily drop in some other implementation, like Tangosol's + Coherence product, which uses distributed HashMaps. + + + + + the sole purpose of this method is to return a org.jamocha.rete.util.Map that is not + clustered. The other methods will return a map, but depending + on the settings, they may return a org.jamocha.rete.util.Map that is hooked into a + JCache compliant product like Tangosol's Coherence. + + + + + + + Peter Lin + * + Functional equivalent of (batch file.clp) in CLIPS and JESS. + + + + + + + + + method will attempt to load one or more files. If batch is called without + any parameters, the function does nothing and just returns. + + + + + method does the actual work of creating a CLIPSParser and parsing + the file. + + The engine. + The ins. + The rv. + + + Peter Lin + * + AbstractSlot Contains common attributes of Slot, multislot and + binding. Slot classes need to implement the clone method for + cloning the slots. This is necessary because slots are used to + parse CLIPS and for the RETE nodes. + + + + + + + depth is a place holder for ordered facts, which is a list + of symbols. For the first version, ordered facts are not + implemented. it is also used in the case a condition has + multiple equal/not equal as in (attr2 "me" | "you" | ~"her" | ~"she") + + + + in some cases, users may want a template to have a default value + + + + the id of the slot + + + + The name of the slot + + + + node count is used to keep track of how many nodes use the given + slot. This is done for statistical purposes, which serve 3 main + functions. + 1. provide a way to calculate the relative importance of a slot + with regard to the entire RETE network + 2. provide a way to optimize runtime execution + 3. provide valuable information for engine management + + + + The type of the value + + + + A convienance method to clone slots. subclasses must implement + this method. + + + + Increment the node count + + + + decrement the node count + * + + + + Get the name of the slot + + + + + Set the name of the slot + + text + + + + + the id is the column id, this is the sequence java + introspection returns the fields for the object + + + + + Set the column id for the slot. the id is the position + of the slot in the deftemplate + + id + + + + + return the number of nodes the given slot participates + in. It may not be a complete count. In some cases, it + may only count the direct successors of ObjectTypeNode + + + + + + + Peter Lin + + + + + + + Initializes a new instance of the class. + + The channel id. + + + Returns the id of the sender of the message. + + + The sender-id + + + + + Peter Lin + * + This is a base class the defines the common fields like lazy and + strategy for the activation list. Creating new activationList + implementations should extend this class. + + + + + Peter Lin + * + ActivationList defines the basic operations for an activation list. This + makes it easier to experiment with different ways of implementing an + activation list. The potential methods are queue, priorityQueue, stack + and linkedlist. + Since I haven't decided on the approach, using an interface will allow me + to replace the implementation later on. Rather than guess, my plan is to + implement different versions and benchmark them. This way, I can use the + one that works the better. + + + + + Depending on whether lazy is set or not, the activation list may + assume the activations are ordered by priority and should just + return the first or last activation. in the case where the agenda + is lazy, it will need to compare the evaluations. + + + + + + + Add a new activation to the list + + act + + + + + Remove a given activation from the list + + act + + + + + + + In order for strategies to prioritize the activations, we have + to expose the underlying list. + + + + + + + number of activation in the list + + + + + + + sometimes we need to clone the list, so that users can see what is + in the activation list or print it out. + + + + + + + In some cases, if most of the activations will be removed, it makes + sense to do lazy comparison. This means that any strategy could + potentially work lazily + + + + + If an activation list is lazy, it will delay the compare until + nextActivation is called. + + lazy + + + + + return the current strategy + + + + + set the strategy for the activation list + + strat + + + + + Peter Lin + * + Interface defining working memory, which Contains all HashMaps and data structures + related to the node memories, profiling, binding and scopes. + + + + + + ----- assert and retract methods ----- /// + + + ----- methods related to module ----- /// + + + + The key for looking up the memory should be the node. Each node + should pass itself as the key for the lookup. + + The key. + + ----- methods for getting the memory for a given node ----- /// + + + + In the case of AlphaMemory, during the compilation process, + we may want to Remove an alpha memory if one already exists. + This depends on how rule compilation works. + + The key. + + + + The key for the lookup should be the node. Each BetaNode has + a left and right memory, so it's necessary to have a lookup + method for each memory. + + The key. + + + + + The key for the lookup should be the node. Each BetaNode has + a left and right memory, so it's necessary to have a lookup + method for each memory. + + The key. + + + + + The for the lookup is the terminalNode. Depending on the terminal + node used, it may not have a memory. + + The key. + + + + + Printout the working memory. If the method is called with + true, the workingmemory should print out the number of + matches for each node. It isn't necessary to print the full + detail of each fact in each node. For now, just the number + of matches for each Node is sufficient. + + if set to true [detailed]. + if set to true [input nodes]. + + + + Printout the working memory with the given filter. if no filer + is passed, it should call printWorkingMemory(true,false); + + The filter. + + + Printout the facts on the right side of BetaNodes. + + + + Clears everything in the working memory + * + + + + Return the RuleCompiler for this working memory + + + + + + + pete + * + + + + + Peter Lin + * + TestNode extends BaseJoin. TestNode is used to evaluate functions. + It may use values or bindings as parameters for the functions. The + left input is where the facts would enter. The right input is a + dummy input, since no facts actually enter. + + + + + TestNode can only have 1 top level function + + + + the parameters to pass to the function + + + + by default the string is null, until the first time + toPPString is called. + + + + id + + + + + Assert will first pass the facts to the parameters. Once the + parameters are set, it should call execute to Get the result. + + + + Since the assertRight is a dummy, it doesn't do anything. + + + + + + + + retract right is a dummy, so it does nothing. + + + + Clear the memory + + + + Still need to implement the method to return string + format of the node + + + + + + + + for TestNode, setbindings does not apply + + + + Peter Lin + + AbstractTemporalNode is the base class for all temporal joins. For performance + reasons, we will have several subclasses. + + + + + The relative elapsed time for the left side of the join. + The default value is 0 to indicate it has no time window + + + + the relative elapsed time for the right side of the join + The default value is 0 to indicate it has no time window + + + + assertLeft takes an array of facts. Since the Current join may be joining + against one or more objects, we need to pass all previously matched + facts. + + + factInstance + + engine + + + + + Assert from the right side is always going to be from an Alpha node. + + + factInstance + + engine + + + + + Retracting from the left requires that we propogate the + + + factInstance + + engine + + + + + Retract from the right works in the following order. 1. Remove the fact + from the right memory 2. check which left memory matched 3. propogate the + retract + + + factInstance + + engine + + + + + evaluate will first compare the timestamp of the last fact in the fact + array of the left and make sure the fact is still fresh. if it is not + fresh, the method returns false. + + leftlist + + right + + + + + + + Basic implementation will return string format of the betaNode + + + + returns the node named + node id and the bindings in a string format + + + + Peter Lin + * + TemporalCondition extends AbstractCondition and adds 2 additional + attributes: relativeTime and varname. Since all temporal nodes have + to have both, we make it easier to set and Get. + + + + + Peter Lin + * + ObjectCondition is equivalent to RuleML 0.83 resourceType. ObjectCondition + matches on the fields of an object. The patterns may be simple value + comparisons, or joins against other objects. + + + + + the constraints for the condition element + + + + In the case the object pattern is negated, the boolean + would be set to true. + + + + a list for the RETE nodes created by RuleCompiler + + + + the deftemplate associated with the ObjectCondition + + + + The string template name from the parser, before we + resolve it to the Template object + + + + Subclasses must implement this method + + + + by default patterns are not negated. Negated Conditional Elements + (aka object patterns) are expensive, so they should be used with + care. + + + + + set whether or not the pattern is negated + + negate + + + + + returns the bindings, excluding predicateConstraints + + + + + + + + TODO - currently we don't need it and it isn't implemented. + should finish implementing it. + + + + The current implementation expects the deffact or object binding + constriant to be first. + + + + + + + + TODO - currently we don't need it and it isn't implemented. + should finish implementing it. + + + + The current implementation expects the deffact or object binding + constriant to be first. + + + + Template validation will check the templates of the rule and make + sure they are valid. If it isn't, validate(Rule) will return false + and provide details. + + + Peter Lin + * + + + + + If the rule passes validation, it should return true. If the rule + was not valid for any reason, return false. + + rule + + + + + + + + + + + Strategy is where new strategies are registered and where the functions + find the strategy class to set the strategy. + + woolfel + * + + + + + Christian Ebert + + Returns a double value with a positive sign, greater than or equal to 0.0 and less + than 1.0. Returned values are chosen pseudorandomly with (approximately) + uniform distribution from that range. + + + + + + + + + Nikolaus Koemm + + Radians converts an angle measured in degrees to an approximately equivalent + angle measured in radians. + + + + + + + + + Peter Lin + * + Describe difference between the Function parameters + + + + + Peter Lin AbstractParam provides the common implementation of + Parameter interface. + + + + + Peter Lin + * + Parameter can be a value, a bound variable or the result of a function. + It is up to the implementing class to provide the necessary logic. + + + + + In some cases, we may need to reset the parameter. For example, + function and bound parameters may need to be reset, so the + instance can be reused. + + + + Functions should use this method to Get the value from the parameter. + Each parameter type will have logic to return the correct value + or throw an exception if the class can't implicitly cast the value + to the target value type. + + engine + + valueType + + + + + + + If the parameter is an object binding, the method should return true + + + + + + + reset sets the Fact handle to null + + + + Get the value type + + + + subclasses have to implement the method + + + + the implementation will check if the value is a String. if it is, it + casts the object to a String, otherwise it calls the object's toString() + method. + + + + + + + + TODO we may want to check the value type and throw and exception + for now just getting it to work. + + + + Nikolaus Koemm + + Exp returns Euler's number raised to the power of the arguments. + + + + + + + + + Peter Lin + * + ConversioUtils has a methods for autoboxing primitive types + with the Object equivalent. + + + + + Convert a int primitive to an Integer object + + val + + + + + + + Convert a short primitive to a Short object + + val + + + + + + + Convert a float primitive to Float object + + val + + + + + + + convert a primitive long to Long object + + val + + + + + + + convert a primitive double to a Double object + + val + + + + + + + convert a primitive byte to Byte object + + val + + + + + + + Return the string form of the operator + + opr + + + + + + + find the matching fact in the array + + temp + + facts + + + + + + + Method will merge the two arrays by Add the facts from + the right to the end + + left + + right + + + + + + + The method will merge a single right fact with the left + fact array. + + left + + right + + + + + + + Add a new object to an object array + + list + + nobj + + + + + + + Remove an object from an object array + + list + + nobj + + + + + + + Return the int mapped type for the field + + clzz + + + + + + + Convienance method for converting the int type code + to the string form + + intType + + + + + + + If the operate is equal, not equal, greater, less than, + greater or equal, less than or equal. + + strSymbol + + + + + + + Peter Lin + * + Complexity is a basic interface for rule complexity. The complexity + could be calculated when the rule is compiled, or dynamically at runtime. + There are a couple reasons why dynamic + + + + + Peter Lin + * + Breadth strategy is very similar to CLIPS breadth strategy. The design + of Strategies in Sumatra is inspired by CLIPS, but the implementation + is quite different. In CLIPS, there's isn't really an interface and + there isn't the concept of lazy comparison. Since Sumatra uses these + concepts, the design and implementation is quite different. + Breadth strategy is often referred to as FIFO (First In First Out). + What this means in practice is that matches with older facts will be + executed before matches with newer facts. By executed, we mean the + actions of the rule will be executed. + CLIPS beginner guide provides a Clear explanation of breadth: + 5.3.2 Breadth Strategy + Newly activated rules are placed below all rules of the same salience. + + + + + Peter Lin + * + Strategy defines the basic methods needed to implement conflict + resolution strategy. In terms of rule engines, Forgy's definition + of conflict resolution strategy using an agenda is the pre- + dominant approach used by RETE, TREAT, LEAPS rule engines. + + + + + Strategies that sort activations as they are added to the activation + list should implement this method. Strategies that prioritize in a + lazy fashion should implement this method and nextActivation. Lazy + prioritization will should simply Add the activation to the list. + + theModule + + newActivation + + + + + Strategies that implement lazy prioritization need to compare the + activations in the list and return the correct activation. Strategies + that aren't lazy should just return the first item in the activation + list. + + theModule + + + + + + + Compare 2 activations. The return value is similar to Comparable + interface. + -1 less than + 0 equal to + 1 greater than + + left + + right + + + + + + + + + + + + The method first compares the salience. If the salience is equal, + we then compare the aggregate time. + + + + + + + Peter Lin + + this class is used by hash not equal beta node. It uses to create + the Hash index to look up the matches on the right. + + + + + Peter Lin + + AssertException should be thrown if a node encounters issues matching a fact. + Normally, this should not occur. If it does, it generally means there's a bug + in the core RETE nodes. + + + + + + + + + message + + + + + message + + cause + + + + + cause + + + + + Peter Lin + * + + + + + The expected parameter is a single ValueParam containing a deftemplate + instance. The function gets the deftemplate using Parameter.getValue(). + + + + Peter Lin + * + SetMemberFunction is equivalent to JESS set-member function. This is a completely + clean implementation from scratch. The name and function signature are similar, + but the design and implementation are different. The design of the function is + strongly influenced by CLIPS, since the primary goal is full CLIPS compatability. + + + + + + + + + The current implementation expects 3 parameters in the following + sequence:
+ BoundParam + StringParam + ValueParam +
+ Example: (set-member ?objectVariable slotName value) +
+
+ + Peter Lin + + NotJoin is used for Negated Conditional Elements. It is similar to + BetaNode with a few important differences. When facts enter through + the right side, it can only result in retracting facts from + successor nodes and removal of activations from the agenda. + Retracting facts from the right can only result in propogating + facts down the RETE network. The node will only propogate when + the match count goes from 1 to zero. Removing activations only + happens when the match count on the left goes from zero to one. + + + + + Clear will Clear the lists + + + + + assertLeft takes an array of facts. Since the Current join may be + joining against one or more objects, we need to pass all + previously matched facts. + + The linx. + The engine. + The mem. + + + Assert from the right side is always going to be from an + Alpha node. + + factInstance + + engine + + + + + Retracting from the left is different than retractRight for couple + of reasons. +
    +
  • NotJoin will only propogate the facts from the left
  • +
  • NotJoin never needs to merge the left and right
  • +
+
+ factInstance + + engine + + +
+ + + Retract from the right works in the following order. + 1. Remove the fact from the right memory + 2. check which left memory matched + 3. propogate the retract + + The rfact. + The engine. + The mem. + + + Method will use the right binding to perform the evaluation + of the join. Since we are building joins similar to how + CLIPS and other rule engines handle it, it means 95% of the + time the right fact list only has 1 fact. + + leftlist + + right + + + + + + + Method will evaluate a single slot from the left against the right. + + left + + leftId + + right + + rightId + + + + + + + NotJoin has to have a special addSuccessorNode since it needs + to just propogate the left facts if it has zero matches. + + + + TODO implement this to return the bind info + + + + The current implementation is similar to BetaNode + + + + Peter Lin + * + Messages is a basic resource bundle. It's responsible for getting + the error messages and other resource bundle related values. + + + + + Peter Lin + * + SetMemberFunction is equivalent to JESS set-member function. This is a completely + clean implementation from scratch. The name and function signature are similar, + but the design and implementation are different. The design of the function is + strongly influenced by CLIPS, since the primary goal is full CLIPS compatability. + + + + + + + + + For now, this utility method is here, but maybe I should move it + to some place else later. + + m + + + + + + + By default, the function returns Object type. Since the function + can be used to call any number of getXXX methods and we wrap + all primitives in their object equivalent, returning Object type + makes the most sense. + + + + The current implementation expects 3 parameters in the following + sequence:
+ BoundParam - the bound object + StringParam - the slot name + ValueParam - the value to set the field +
+ Example: (set-member ?objectVariable slotName value) +
+
+ + Nikolaus Koemm + + Min returns the smallest of two or more values. + + + + + + + + + + + Peter Lin + + The purpose of DefglobalMap is to centralize the handling of defglobals + in a convienant class that can be serialized easily from one engine + to another. + + + + + later on we should replace this and have it + + + + The current implementation doesn't check and simply puts the + new defglobal into the underlying HashMap + + name + + value + + + + + The current implementation calls HashMap.Get(key). if the key + and value aren't in the HashMap, it returns null. + + name + + + + + + + Convienance method for iterating over the entries in the HashMap + and printing it out. The implementation prints the String key and + calls Object.toString() for the value. + + engine + + + + + + + HouZhanbin + Oct 12, 2007 9:32:31 AM + * + + + + + + + condition + + + + util + + + + + + + + + condition + + rule + + + + + + + condition + + position + + rule + + + + + + + + + condition + + joinNode + + + + + compile the only CE in the rule which has only one CE. + + rule + + + + + + + + + + + + Peter Lin + * + ClearFunction will call Rete.Clear() + + + + + + + + + The function does not take any parameters + + + + Peter Lin + * + + + + + The expected parameter is a deffact instance. According to CLIPS + beginner guide, assert only takes facts and returns the id of the + fact. For objects, there's (assert-object ?binding). + + + + woolfel + + TemporalTNode is the temporal version of TerminalNode. The main difference + is the node will check the facts. If all facts have not expired, the activation + gets added to the agenda. If it's expired, the expired facts Get retracted and + no activation is created. + + + + + id + + rl + + + + + Method will call checkFacts() first to make sure none of the facts have + expired. An activation is only created if the facts are valid. + + facts + + engine + + + + + if all the facts have not expired, the method returns true. If a fact has + expired, the method will retract the fact. + + inx + + engine + + mem + + + + + + + Peter Lin + + Deffact is a concrete implementation of Fact interface. It is + equivalent to deffact in CLIPS. + + + + + Peter Lin + + Base interface for Facts + + + + + Return the value at the given slot id + + id + + + + + + + Return id of the given slot name + + name + + + + + + + Method will return the fact in a string format. + + + + + + + If we need to update slots + + slots + + + + + finalize the object and make it ready for GC + + + + the timestamp for the fact + + + + + + + return the equality index + + + + + + + Return the object instance linked to the fact + + + + + + + Return the unique ID for the fact + + + + + + + Return the Deftemplate for the fact + + + + + + + the Fact id must be unique, since we use it for the indexes + + + + this is the default constructor + + instance + + values + + + + + Method returns the value of the given slot at the + id. + + id + + + + + + + Method will iterate over the slots until finds the match. + If no match is found, it return -1. + + + + Method will return the fact in a string format. + + + + + + + Returns the string format for the fact without the fact-id. this is used + to make sure that if an user asserts an equivalent fact, we can easily + check it. + + + + + + + update the slots + + + + the implementation returns nano time + + + + this will make sure the fact is GC immediately + + + + + + util + + + + + In some cases, a deffact may have bindings. This is a design choice. When + rules are parsed and compiled, actions that assert facts are converted to + Deffact instances with BoundParam for the slot value. + + + + + + + this is used by the EqualityIndex class + + + + + + + this is used to reset the id, in the event an user tries to + assert the same fact again, we reset the id to the existing one. + + fact + + + + + the current implementation only compares the values, since the slot + names are equal. It would be a waste of time to compare the slot + names. The exception to the case is when a deftemplate is changed. + Since that feature isn't supported yet, it's currently not an issue. + Even if updating deftemplates is added in the future, the deffacts + need to be updated. If the deffacts weren't updated, it could lead + to NullPointerExceptions. + + fact + + + + + + + Convienance method for cloning a fact. If a slot's value is a BoundParam, + the cloned fact uses the value of the BoundParam. + + + + + + + if the factId is -1, the fact will Get will the Current fact id + from Rete and set it. Otherwise, the fact will use the same one. + + engine + + + + + If the fact is a shadow fact, it will return the + object instance. If the fact is just a deffact + and isn't a shadow fact, it return null. + + + + + + + Return the long factId + + + + Return the deftemplate for the fact + + + + the class overrides the method to include the additional + attributes. + + + + Peter Lin + * + + + + + + + + + Peter Lin + + Facts function will printout all the facts, not including any + initial facts which are internal to the rule engine. + + + + + + + + + Peter Lin + + PPrintTemplate stands for Pretty Print deftemplate. It does the same + thing as (ppdeftemplate in CLIPS. + + + + + + + + + the function will printout one or more templates. This implementation + is slightly different than CLIPS in that it can take one or more + template names. The definition in CLIPS beginners guide states the + function does the following: (ppdeftemplate <deftemplate-name>) + + + + Christian Ebert + + Creates a Java Object and returns it. + + + + + Sebastian Reinartz + * + + + + + Peter Lin + + ExistJoin is implemented differently than how CLIPS does it. According + to CLIPS beginners guide, Exist is convert to (not (not (blah) ) ). + Rather than do that, I'm experimenting with a specialized Existjoin + node instead. The benefit is reduce memory and fewer nodes in the + network. + + + + + Clear will Clear the lists + + + + assertLeft takes an array of facts. Since the Current join may be + joining against one or more objects, we need to pass all + previously matched facts. + + factInstance + + engine + + + + + Assert from the right side is always going to be from an + Alpha node. + + factInstance + + engine + + + + + Retracting from the left is different than retractRight for couple + of reasons. +
    +
  • NotJoin will only propogate the facts from the left
  • +
  • NotJoin never needs to merge the left and right
  • +
+
+ factInstance + + engine + + +
+ + Retract from the right works in the following order. + 1. Remove the fact from the right memory + 2. check which left memory matched + 3. propogate the retract + + factInstance + + engine + + + + + Method will use the right binding to perform the evaluation + of the join. Since we are building joins similar to how + CLIPS and other rule engines handle it, it means 95% of the + time the right fact list only has 1 fact. + + leftlist + + right + + + + + + + simple implementation for toString. may need to change the format + later so it looks nicer. + + + + The current implementation is similar to BetaNode + + + + Peter Lin

+ * + EqHashIndex is used by the BetaNode for indexing the facts that + enter from the right. + + + + +

The interface has two methods: hashcode and Equals. Both have + to be implemented, since Sumatra uses HashMaps for indexing and + for memories. + + pete + * + + +
+ + + + + + The implementation is similar to the index class. + + + + Method simply returns the cached GetHashCode. + + + + This is a very simple implementation that gets the slot hash from + the deffact. + + + + Peter Lin + + EchoFunction is used to echo variable bindings in the shell. + + + + + + + + + The method expects an array of ShellBoundParam. The method will use + StringBuffer to resolve the binding and print out 1 binding per + line. + + + + Peter Lin + * + Depth strategy is very similar to CLIPS depth strategy. The design + of Strategies in Sumatra is inspired by CLIPS, but the implementation + is quite different. In CLIPS, there's isn't really an interface and + there isn't the concept of lazy comparison. Since Sumatra uses these + concepts, the design and implementation is quite different. + Depth strategy is often referred to as LIFO (Last In First Out). In + rule engines like CLIPS that propogate in assertion order, the facts + that were asserted earlier will propogate down the network before + newer facts. In Sumatra, HashMaps are used, which means fact + propogation is not gauranteed to follow assertion order. It's bad + idea to rely on assertion order for proper rule functioning. This + is especially true of real-time systems where facts change rapidly + in non-deterministic ways. Rules should be written such that assertion + order is not critical. In other words, regardless of the sequence the + facts are asserted, the correct result is produced. + + + + + + + + + Current implementation will check which order the list is and call + the appropriate method + + + + Current implementation will check which order the list is and call + the appropriate method + + + + The method first compares the salience. If the salience is equal, + we then compare the aggregate time. + + left + + right + + + + + + + Christian Ebert + + Returns the trigonometric arc sine of an angle. + + + + + + + + + Peter Lin + * + + + + + + Peter Lin + + BaseAlpha2 is an abstract class for AlphaNodes that compare literal or bound + constraints. It isn't used for LIANode, ObjectTypeNode. + + + + + id + + + + + set the operator type for the node + + opr + + + + + set the slot for the node + + sl + + + + + The use of Slot(s) is similar to CLIPS design + + + + The useCount is used to keep track of how many times + an Alpha node is shared. This is needed so that we + can dynamically Remove a rule at run time and Remove + the node from the network. If we didn't keep count, + it would be harder to figure out if we can Remove the node. + + + + + + + + every time the node is shared, the method + needs to be called so we keep an accurate count. + + + + every time a rule is removed from the network + we need to decrement the count. Once the count + reaches zero, we can Remove the node by calling + it's finalize. + + + + the implementation will first check to see if the fact already matched. + If it did, the fact stops and doesn't go any further. If it doesn't, + it will attempt to evaluate it and Add the fact if it matches. + + factInstance + + engine + + + + + Retract a fact from the node + + factInstance + + engine + + + + + evaluate the node's value against the slot's value. The method + uses Evaluate class to perform the evaluation + + factInstance + + engine + + + + + + + method returns toString() for the hash + + + + Method returns the string format of the node's condition. later on + this should be cleaned up. + + + + Method returns the pretty printer formatted string of the node's + condition. For now, the method just replaces the operator. It might + be nice to replace the slot id with the slot name. + + + + + + + the first time the RETE compiler makes the node shared, + it needs to increment the useCount. + + share + + + + + Set the slot id. The slot id is the deftemplate slot id + + id + + + + + return the times the node is shared + + + + + + + method is not implemented, since it doesn't apply + + + + Christian Ebert + + Returns the trigonometric arc cosine of an angle. + + + + + + + + + + This exception is thrown when parse errors are encountered. + + + You can explicitly create objects of this exception type by + calling the method GenerateParseException in the generated + parser. + + You can modify this class to customize your error reporting + mechanisms so long as you retain the public fields. + + + + + This constructor is used by the method "GenerateParseException" + in the generated parser. Calling this constructor generates + a new object of this type with the fields "currentToken", + "expectedTokenSequences", and "tokenImage" set. The boolean + flag "specialConstructor" is also set to true to indicate that + this constructor was used to create this object. + This constructor calls its super class with the empty string + to force the "toString" method of parent class "Throwable" to + print the error message in the form: + ParseException: + + + The following constructors are for use by you for whatever + purpose you can think of. Constructing the exception in this + manner makes the exception behave in the normal way - i.e., as + documented in the class "Throwable". The fields "errorToken", + "expectedTokenSequences", and "tokenImage" do not contain + relevant information. The JavaCC generated code does not use + these constructors. + + + This variable determines which constructor was used to create + this object and thereby affects the semantics of the + "getMessage" method (see below). + + + This is the last token that has been consumed successfully. If + this object has been created due to a parse error, the token + followng this token will (therefore) be the first error token. + + + Each entry in this array is an array of integers. Each array + of integers represents a sequence of tokens (by their ordinal + values) that is expected at this point of the parse. + + + This is a reference to the "tokenImage" array of the generated + parser within which the parse error occurred. This array is + defined in the generated ...Constants interface. + + + The end of line string for this machine. + + + Used to convert raw characters to their escaped version + when these raw version cannot be used as part of an ASCII + string literal. + + + This method has the standard behavior when this object has been + created using the standard constructors. Otherwise, it uses + "currentToken" and "expectedTokenSequences" to generate a parse + error message and returns it. If this object has been created + due to a parse error, and you do not catch it (it gets thrown + from the parser), then this method is called during the printing + of the final stack trace, and hence the correct error message + gets displayed. + + + Peter Lin + + ZJBetaNode is different than other BetaNodes in that it + has no bindings. We optimize the performance for those + cases by skipping evaluation and just propogate + + + + + The operator for the join by default is equal. The the join + doesn't comparing values, the operator should be set to -1. + + + + Clear will Clear the lists + + + + + assertLeft takes an array of facts. Since the Current join may be + joining against one or more objects, we need to pass all + previously matched facts. + + The linx. + The engine. + The mem. + + + + Assert from the right side is always going to be from an Alpha node. + + + + + + + + Retracting from the left requires that we propogate the + + The linx. + The engine. + The mem. + + + + Retract from the right works in the following order. + 1. Remove the fact from the right memory + 2. check which left memory matched + 3. propogate the retract + + + + + + + Basic implementation will return string format of the betaNode + + + + implementation just returns the node id and the text + zero-bind join. + + + + + Set the bindings for this join + + + + + Peter Lin + + WatchFunction allows users to watch different engine process, like + activations, facts and rules. + + + + + + + + + Peter Lin + * + + + + + The expected parameter is a single ValueParam containing a deftemplate + instance. The function gets the deftemplate using Parameter.getValue(). + + + + Peter Lin + * + + + + + + + + + Nikolaus Koemm + + Sqrt returns the square root value of a double value. + + + + + + + + + Peter Lin + * + The ReturnVector can contain one or more items from a function. + Functions can return a specific implementation of ReturnVector. + This makes it easier to customize functions and process the + results of a function. + The interface extends IEnumerator, so + + + + + the number of items returned by the function + + + + + + + Fucntions should Add Return values in sequence using this method. + + val + + + + + Class implementing the method should return itself, since + ReturnVector extends IEnumerator. + + + + + + + Peter Lin + * + TODO To change the template for this generated type comment go to + + + + + + + + + current implementation will call Rete.resetAll. This means it + will reset all objects and deffacts. + + + + the function does not return anything + + + + reset does not take any parameters + + + + Peter Lin + * + PrintFucntion is pretty simple. It can any number of parameters and + print it. + + + + + + + + + The implementation will call Rete.writeMessage(). This means that + if multiple output streams are set, the message will be printed to + all of them. + + + + Note: need to handle crlf correctly, for now leave it as is. + + + + The implementation returns an array of Count 1 with Parameter.class + as the only entry. Any function that can take an unlimited number + of Parameters should return new Class[] {Parameter.class}. + If a function doesn't take any parameters, the method should return + null instead. + + + + Peter Lin + * + AlphaNodeMS is similar to AlphaNode. The main difference is AlphaNode2 + is for comparing a slot against multiple values with equal/not equal + operator. +
+ Although there is a class called Alpha memory, Alpha nodes use a + simple org.jamocha.rete.util.IList to remember which facts matched. A decision was made to + use a simple org.jamocha.rete.util.List, since assert only takes a single Fact object. + If we change assert to take an array of facts, we would need to + replace the List with a map of AlphaMemory.
+ + +
+
+ + The use of Slot(s) is similar to CLIPS design + + + + The useCount is used to keep track of how many times + an Alpha node is shared. This is needed so that we + can dynamically Remove a rule at run time and Remove + the node from the network. If we didn't keep count, + it would be harder to figure out if we can Remove the node. + + + + + + + + every time the node is shared, the method + needs to be called so we keep an accurate count. + + + + every time a rule is removed from the network + we need to decrement the count. Once the count + reaches zero, we can Remove the node by calling + it's finalize. + + + + the implementation will first check to see if the fact already matched. + If it did, the fact stops and doesn't go any further. If it doesn't, + it will attempt to evaluate it and Add the fact if it matches. + + factInstance + + engine + + + + + Retract a fact from the node + + factInstance + + engine + + + + + evaluate the node's value against the slot's value. The method + uses Evaluate class to perform the evaluation + + factInstance + + engine + + + + + + + method returns toString() for the hash + + + + Method returns the string format of the node's condition. later on + this should be cleaned up. + + + + Method returns the pretty printer formatted string of the node's + condition. For now, the method just replaces the operator. It might + be nice to replace the slot id with the slot name. + + + + + + + the first time the RETE compiler makes the node shared, + it needs to increment the useCount. + + share + + + + + Set the slot id. The slot id is the deftemplate slot id + + id + + + + + return the times the node is shared + + + + + + + method is not implemented, since it doesn't apply + + + + ListDirectory will print out the files and folders in a given + directory. It's the same as dir in DOS and ls in unix. + + pete + * + + + + + for now, just return the simple form. need to implement the method + completely. + + + + Nikolaus Koemm, Christian Ebert + + Returns the absolute value of a double value. + + + + + + + + + + + + + Nikolaus Koemm + + If its ony argument is odd, Oddp returns true. + + + + + + + + + Peter Lin + * + Divide will divide one or more numbers and return a Double value + + + + + + + + + Nikolaus Koemm + + Ceil returns the smallest integer bigger or equal to a value. + + + + + + + + + Peter Lin + + RuleEngineFunction is responsible for loading all the rule functions + related to engine operation. + + + + + Peter Lin + * + Literal constraint is a comparison between an object field and a concrete + value. for example, account.name is equal to "Peter Lin". I originally, + named the class something else, but since CLIPS uses literal constraint, + I decided to change the name of the class. Even though I don't like the + term literal constraint, it doesn't make sense to fight existing + terminology. + + + + + + + + + if the literal constraint is negated, the method returns true + + + + + if the literal constraint is negated with a "~" tilda, call + the method pass true. + + negate + + + + + the name is the slot name + + set the slot name as declared in the rule + + + + Set the value of the constraint. It should be a concrete value and + not a binding. + + + + Peter Lin + * + The design of the agenda is based on CLIPS, which uses modules to + contain different rulesets. When a new activation is added to the + agenda, it is added to a specific module. By default, the rule + engine creates a main module. If no additional modules are created, + all activations are added to the main module. If there are multiple + modules, the activation is added to the activation list of that + given module. + Only the activations of the current module will be fired. + + + + + The org.jamocha.rete.util.List for the modules. + + + + The agenda takes an instance of Rete. the agenda needs a + handle to the engine to do work. + + + + Add an activation to the agenda. + + actv + + + + + if profiling is turned on, the method is called to Add + new activations to the agenda + + actv + + + + + Method is called to Remove an activation from the agenda. + + actv + + + + + if the profiling is turned on for Remove, the method is + called to Remove activations. + + actv + + + + + Clear will Clear all the modules and Remove all activations + + + + + The constructor for a message router. + + The engine. + + + + Posts the message event. + + The event_ renamed. + + + + Opens the channel. + + Name of the channel. + The input stream. + + + + + Opens the channel. + + Name of the channel. + The input stream. + Type of the interest. + + + + + Opens the channel. + + Name of the channel. + The reader. + + + + + Opens the channel. + + Name of the channel. + The reader. + Type of the interest. + + + + + Opens the channel. + + Name of the channel. + + + + + Opens the channel. + + Name of the channel. + Type of the interest. + + + + + Closes the channel. + + The channel. + + + + returns the underlying Rete-engine. + + The rete engine. + The Rete-engine used in this MessageRouter-instance. + + + + Peter Lin + * + ClearFunction will call Rete.Clear() + + + + + + + + + The function does not take any parameters + + + + + + HouZhanbin + Oct 12, 2007 9:42:15 AM + * + + + + + + + HouZhanbin + Oct 12, 2007 9:42:15 AM + * + + + + + + + HouZhanbin + Oct 16, 2007 2:22:07 PM + * + + + + + The first step is to connect the exist join to the parent on the left side. + The second step is to connect it to the parent on the right. For the right + side, if the objectCondition doesn't have any nodes, we attach it to the + objectType node. + + + + the paramList should be clean and + other codes surrounding this method in subclass may be removed into this method. + Houzhanbin 10/16/2007 + + condition + + rule + + Constraints + + position + + hasNotEqual + + hasPredicateJoin + + + + + + + Compile a single ObjectCondition and create the alphaNodes and/or Bindings + + + + + For now just attach the node and don't bother with node sharing + + - an existing node in the network. it may be + an ObjectTypeNode or AlphaNode + The alpha. + The cond. + + + + Implementation will Get the hashString from each node and compare them + + The existing. + The alpha. + + + + + Compiles the first join. + + The condition. + The rule. + + + method compiles ObjectConditions, which include NOTCE + + + + Compile a single ObjectCondition and create the alphaNodes and/or Bindings + + + + Peter Lin + * + Value parameter is meant for values. It extends AbstractParam, which provides + implementation for the convienance methods that convert the value to + primitive types. + + + + + + + + + String parameters do not need to do any lookup, so it just + returns the value. + + + + implementation sets the value to null and the type to Object + + + + The value types are defined in woolfel.engine.rete.Constants + + + + Method will return the value as on Object. This means primitive + values are wrapped in their Object equivalent. + + + + Peter Lin + + The purpose of spool function is to capture the output to a file, + and make it easier to record what happens. This is inspired by + Oracle SqlPlus spool function. + + + + + + + + + Peter Lin + * + TODO To change the template for this generated type comment go to + Window - Preferences - Java - Code Style - Code Templates + + + + + + + + + message + + + + + message + + cause + + + + + cause + + + + + Peter Lin + * + + + + + + + + + + Current implementation will check which order the list is and call + the appropriate method + + + + Current implementation will check which order the list is and call + the appropriate method + + + + The method first compares the salience. If the salience is equal, + we then compare the aggregate time. + + left + + right + + + + + + + compare will look to see which activation has more facts. + it will first compare the timestamp of the facts. If the facts + are equal, it will return the activation with more facts. + + left + + right + + + + + + + Peter Lin + * + ProfileFunction is used to turn on profiling. It provides basic + profiling of assert, retract, Add activation, Remove activation + and fire. + + + + + + + + + Christian Ebert + + Creates a Java Object and returns it. + + + + + Peter Lin + + MultiSlot always returns Constants.ARRAY_TYPE. It is the class for array + types. + + + + + Peter Lin + * + Slot is similar to CLIPS slots, though slightly different. + + + + + + + Initializes a new instance of the class. + + + + + Create a new instance with a given name + + The name. + + + + For convenience you can create here a slot with a given value directly + + The name. + The val. + + + method will look at the value and set the int type + + + + A convienance method to clone slots + + + + + Get the value of the slot + + The value. + + + + + + + + + method returns a clone and set id, name and value. + + + + In some cases, a deftemplate can be define with a default value. + + + value + + + + + We override the base implementation and do nothing, since a multislot is + an object array. That means it is an array type + + + + Sebastian Reinartz + + + + + + Peter Lin + + EchoFunction is used to echo variable bindings in the shell. + + + + + + + + + The method expects an array of ShellBoundParam. The method will use + StringBuffer to resolve the binding and print out 1 binding per + line. + + + + Peter Lin + Any equal is used to compare a literal value against one or more + bindings. If any of the bindings is equal to the constant value, + the function returns true. + + + + + + + + + Peter Lin + * + + + + + Peter Lin + * + Literal constraint is a comparison between an object field and a concrete + value. for example, account.name is equal to "Peter Lin". I originally, + named the class something else, but since CLIPS uses literal constraint, + I decided to change the name of the class. Even though I don't like the + term literal constraint, it doesn't make sense to fight existing + terminology. + + + + + + + + + if the literal constraint is negated, the method returns true + + + + + if the literal constraint is negated with a "~" tilda, call + the method pass true. + + negate + + + + + the name is the slot name + + set the slot name as declared in the rule + + + + Set the value of the constraint. It should be a concrete value and + not a binding. + + + + IFLIANode is a special Left-Input Adapater node which has alpha memory. + LIANode has no memory to make the engine more efficient, but the left + input adapter for the InitialFact needs the memory to make sure rules + that start with NOTCE work properly. If we don't, the user has to + execute (reset) function, so the rule will fire correctly. + + woolfel + * + + + + + Peter Lin + * + LIANode stands for Left Input Adapter Node. Left input adapter node + can only only have 1 alphaNode above it. Left input adapater nodes are + not shared by multiple branches of the network, so it doesn't have any + memory. + + + + + the implementation just propogates the assert down the network + + + + Propogate the assert to the successor nodes + + fact + + engine + + + + + Retract simply propogates it down the network + + + + propogate the retract + + + fact + + engine + + + + + Set the Current node in the sequence of 1-input nodes. + The Current node can be an AlphaNode or a LIANode. + + node + + + + + the Left Input Adapter Node returns zero length string + + + + the Left input Adapter Node returns zero length string + + + + the implementation just propogates the assert down the network + + + + Retract simply propogates it down the network + + + + Peter Lin + * + ExecuteException is only thrown when the RHS of the rule is executed. + If the action didn't execute correctly, throw an exception with + sufficient details to debug the issue. + + + + + + + + + message + + + + + message + + cause + + + + + cause + + + + + Nikolaus Koemm + + If its ony argument is even, Evenp returns true. + + + + + + + + + Peter Lin + * + + + + + + + + + Peter Lin + * + + + + + The expected parameter is a single ValueParam containing a deftemplate + instance. The function gets the deftemplate using Parameter.getValue(). + + + + Peter Lin + * + Basic implementation of ReturnVector used by functions to return + the results. + + + + + + + + + Current implementation returns the Count of the Vector + + + + Return the first item in the vector + + + + + + + the implementation returns itself, since ReturnVector extends + IEnumerator interface. + + + + Peter Lin + * + TODO To change the template for this generated type comment go to + Window - Preferences - Java - Code Style - Code Templates + + + + + + + + + message + + + + + message + + cause + + + + + cause + + + + + Peter Lin + * + BoundParam is a parameter that is a binding. The test node will need to + call setFact(Fact[] facts) so the parameter can access the value. + + + + + By default the action is assert + + + + Column refers to the column of the fact. the value of the column + should be a non-negative integer. + + + + The fact + + + + if the binding is for a multislot, it should be + set to true. by default, it is false. + + + + the row id of the fact as defined by the rule + + + + the int value defining the valueType + + + + the name of the variable + + + + + + + + method will try to resolve the variable and return the value. + + + + reset sets the Fact handle to null + + + + Get the value type + + + + Get the value of the given slot + + + + Return the fact + + + + + + + + The TestNode should call this method to set the fact. The fact should + never be null, since it has to have matched preceding patterns. We + may be able to Remove the check for null. If the row id is less than + zero, it means the binding is an object binding. + + The facts. + + + The method will return the Object instance for the given shadow fact + + + + + + + + if the binding is bound to an object, the method will return true. + By default, the method will return false. + + + + + if the binding is for a multislot, it will return true. + by default is is false. + + + + + + + + only set the multislot to true if the slot is defined + as a multislot + + + true if this instance is multislot; otherwise, false. + + + + + In some cases, we need to know what the action for the parameter. + + The type of the action. + + + + + Peter Lin + * + The current implementation of Activation performs several steps + 1. Get a timestamp for the activation + 2. Add the timestamp for the facts + + + + + Peter Lin + * + Basic interface for activation. There may be more than one implementation + of Activation. The important thing about the activation is it knows which + facts trigger a single rule. + + + + + + If the activation passed in the parameter has the same rule + and facts, the method should return true + + The act. + + + + + Execute the right-hand side (aka actions) of the rule. + + The engine. + + + When watch activation is turned on, we use the method to print out + the activation. + + + + + + + after the activation is executed, Clear has to be called. + + + + The aggregate time is the sum of the Fact timestamps + + + + + + + Get the Facts that triggered the rule + + + + + + + Get the Index for the Facts + + + + + + + Get the rule that should fire + + + + + + + these are the facts that activated the rule. It's important + to keep in mind that any combination of facts may fire a + rule. + + + + the time tag is the time stamp of when the activation was + created and added to the agenda. + + + + The aggregate time of the facts that triggered the rule. + + + + the rule to fire + + + + + Initializes a new instance of the class. + + The rule. + The inx. + + + + Convienant method for comparing two Activations in a module's + activation list. If the rule is the same and the index is the + same, the method returns true. This compare method isn't meant + to be used for strategies. It is up to strategies to compare + two activations against each other using various criteria. + + The act. + + + + + The purpose of the method is to execute the actions of the + rule. The current implementation calls Rule.setTriggerFacts() + at the start and Rule.resetTriggerFacts() at the end. + Note: Only one activation can be executing at any given time, + so setting the trigger facts should not be an issue. Although + one could queue up the assert/retract/modify in the rule + action, that can lead to undesirable results. The only edge + case that could occur is in backward chaining mode. If the + actions of a rule results in the activation of a backward + rule, it is possible to have nested execution of different + rules. Generally speaking, a rule should not result in + infinite recursion, since that would product a Stack over flow + in Java. + + The engine. + + + + When watch activation is turned on, we use the method to print out + the activation. + + + + + + Clear will set the rule to null and call Index.Clear + + + + + Calculates the time. + + The facts. + + + + Clones the activation list. + + + + + + the timestamp of when the activation was created. the time is in + nanoseconds. + + The time stamp. + + + + + + The facts that matched the rule + + + + + + + + the index is used to compare the facts quickly + + + + + + + + the rule that matched + + + + + + + + Return the sum of the fact timestamp triggering the rule + + + + + + + Lexical error occured. + + + An attempt wass made to create a second instance of a static token manager. + + + Tried to change to an invalid lexical state. + + + Detected (and bailed out of) an infinite loop in the token manager. + + + Indicates the reason why the exception is thrown. It will have + one of the above 4 values. + + + Replaces unprintable characters by their espaced (or unicode escaped) + equivalents in the given string + + + Returns a detailed message for the Exception when it is thrown by the + token manager to indicate a lexical error. + Parameters : + EOFSeen : indicates if EOF caused the lexicl error + curLexState : lexical state in which this error occured + errorLine : line number when the error occured + errorColumn : column number when the error occured + errorAfter : prefix that was seen before this error occured + curchar : the offending character + Note: You can customize the lexical error message by modifying this method. + + + You can also modify the body of this method to customize your error messages. + For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not + of end-users concern, so you can return something like : + + "Internal Error : Please file a bug report .... " + + from this method for such cases in the release version of your parser. + + + Peter Lin + * + ClearFunction will call Rete.Clear() + + + + + + + + + The function does not take any parameters + + + + Peter Lin + + This is the main Rete engine class. For now it's called Rete, but I may + change it to Engine to be more generic. + + + + + the key is the Class object. The value is the defclass. the defclass is + then used to lookup the deftemplate in the current Module. + + + + this is the HashMap for all functions. This means all function names are + unique. + + + + an org.jamocha.rete.util.List for the listeners + + + + + + + + + Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. + + + + + For now, this is not implemented + + The event_ renamed. + + + + For now, this is not implemented + + The event_ renamed. + + + + For now, this is not implemented + + The event_ renamed. + + + initialization logic should go here + + + + Clear the objects from the working memory + + + + Clear the deffacts from the working memory. This does not include facts + asserted using assertObject. + + + + Clear all objects and deffacts + + + + Method will Clear the engine of all rules, facts and objects. + + + + + this is useful for debugging purposes. clips allows the user to fire 1 + rule at a time. + + The count. + + + + + this is the normal fire. it will fire all the rules that have matched + completely. + + + + + + method is used to fire an activation immediately + + The act. + + + + Adds the module. + + The name. + + + + + Adds the module. + + The name. + if set to true [setfocus]. + + + + + Removes the module. + + The name. + + + + + Finds the module. + + The name. + + + + + Finds the function. + + The name. + + + + + Method will look up the Template using the class + + The clazz. + + + + + find the template starting with other modules and ending with the main + module. + + The name. + + + + + Users can write query adapters to execute an external query. The method + will find all Query adapters for a given Template. There can be zero or + more adapter registered for a given template. If the template hasn't been + defined, the method return null. + + The template. + + + + + Registers the query adapter. + + The adapter. + + + + Declares the object. + + Name of the class. + Name of the template. + The parent. + + + + Declares the object. + + The obj. + + + + Declare a class with a specific template name + + The obj. + Name of the template. + + + + Declares the object. + + The obj. + Name of the template. + The parent. + + + + Declares the object. + + The obj. + Name of the template. + - + the parent template + + + + Finds the defclass. + + The clazz. + + + + + Finds the defclass by template. + + Name of the template. + + + + + Implementation will lookup the defclass for a given object by using the + Class as the key. + + The key. + + + + + method is specifically for templates that are declared in the shell and + do not have a corresponding java class. + + The temp. + + + + To explicitly deploy a custom function, call the method with an instance + of the function + + The func. + + + + In some cases, we may want to declare a function under an alias. For + example, Add can be alias as "+". + + The alias. + The func. + + + + Method will create an instance of the function and declare it. Once a + function is declared, it can be used. All custom functions must be + declared before they can be used. + + The name. + + + + Method will create in instance of the FunctionGroup class and load the + functions. + + The name. + + + + Method will register the function of the FunctionGroup . + + FunctionGroup with the functions to register. + + + + pass a filename to load the rules. The implementation uses BatchFunction + to load the file. + + The filename. + + + + load the rules from an inputstream. The implementation uses the Batch + function to load the input. + + The ins. + + + + Declares the defglobal. + + The name. + The value_ renamed. + + + + Gets the defglobal value. + + The name. + + + + + The current implementation will check to see if the variable is a + defglobal. If it is, it will return the value. If not, it will see if + there is an active rule and try to Get the local bound value. + + The name. + + + + + This is the main method for setting the bindings. The current + implementation will check to see if the name of the variable begins and + ends with "*". If it does, it will declare it as a defglobal. Otherwise, + it will try to Add it to the rule being fired. Note: might need to have + Add one for shell variables later. + + The key. + The value_ renamed. + + + + when a rule is active, it should push itself into the scopes. when + the rule is done, it has to pop itself out of scope. The same applies + to interpretedFunctions. + + The s. + + + + pop a scope out of the stack + + + + + Get the shadow for the object + + The key. + + + + + changed the implementation so it searches for the fact by id. + Starting with the HashMap for deffact, dynamic facts and finally + static facts. + + The id. + + + + + this method is for adding printwriters for spools. the purpose of + the spool function is to dump everything out to a file. + + The name. + The writer. + + + + It is up to spool function to make sure it removes the printer + writer and closes it properly. + + The name. + + + + + The method is called by classes to write watch, profiling and other + messages to the output stream. There maybe 1 or more outputstreams. + + The MSG. + + + + writeMessage will create a MessageEvent and pass it along to any + channels. It will also write out all messages to all registered + PrintWriters. For example, if there's a spool setup, it will write + the messages to the printwriter. + + The MSG. + The output. + + + + The method will print out the node. It is up to the method to check if + pretty printer is true and call the appropriate node method to Get the + string. + TODO - need to implement this + + The node. + + + + Method will process the retractEvent, preferably with an event queue + + The node. + The fact. + + + + Asserts the event. + + The node. + The facts. + + + + Method will process the retractEvent, referably using an event queue + + The node. + The fact. + + + + Retracts the event. + + The node. + The facts. + + + + the method calls WorkingMemory.assertObject + + The data. + The template. + if set to true [statc]. + if set to true [shadow]. + + + + By default assertObjects will assert with shadow and dynamic. It also + assumes the classes aren't using an user defined template name. + + The objs. + + + + Retracts the object. + + The data. + + + + Modify will call retract with the old fact, followed by updating the fact + instance and asserting the fact. + + The data. + + + + This method is explicitly used to assert facts. + + The fact. + + + + retract by fact id is slower than retracting by the deffact instance. the + method will find the fact and then call retractFact(Deffact) + + The id. + + + + Retract a fact directly + + The fact. + + + + Modify retracts the old fact and asserts the new fact. Unlike assertFact, + modifyFact will not check to see if the fact already exists. This is + because the old fact would already be unique. + + The old. + The newfact. + + + + Method will call resetObjects first, followed by resetFacts. + + + + + Method will retract the objects and re-assert them. It does not reset the + deffacts. + + + + + Method will retract all the deffacts and then re-assert them. Reset does + not reset the objects. To reset both the facts and objects, call + resetAll. resetFacts handles deffacts which are not derived from objects. + + + + + This is temporary, it should be replaced with something like the current + factHandleFactory().newFactHandle() + + + + + + return the Current rete node id for a new node + + + + + + peak at the Current node id. Do not use this method to Get an id for the + Current node. only nextNodeId() should be used to create new rete nodes. + + + + + + Prints the working memory. + + if set to true [detailed]. + if set to true [input nodes]. + + + + not implemented yet + + The event_ renamed. + + + + Properties the has changed. + + The sender. + The instance containing the event data. + + + + Add a listener if it isn't already a listener + + The listen. + + + + Remove a listener + + The listen. + + + Method returns the current focus. Only the rules in the current focus + will be fired. Activations in other modules will not be fired until the + focus is changed to it. + + + + + + + + Return a Set of the declass instances + + + + + + + + Returns a list of the function groups. If a function is not in a group, + Get the complete list of functions using getAllFunctions instead. + + + + + + + + Returns a collection of the function instances + + + + + + + + + set the focus to a different module + + The focus. + + + + Rete class Contains a list of items that can be watched. Call the method + with one of the four types:
activations
all
facts
+ rules
+
+ The watch. +
+ + + Call the method with the type to unwatch activations
facts
+ rules
+
+ The un watch. +
+ + + To turn on profiling, call the method with the appropriate parameter. The + parameters are defined in Rete class as static int values. + + The profile. + + + + To turn off profiling, call the method with the appropriate parameter. + The parameters are defined in Rete class as static int values. + + The profile off. + + + + return a list of all the facts including deffacts and shadow of objects + + All facts. + + + + + + Return a list of the objects asserted in the working memory + + The objects. + + + + + + Return a list of all facts which are not shadows of Objects. + + The deffacts. + + + + + return just the number of deffacts + + + + + + + + Method returns a list of the rules that fired + + The rules fired. + + + + + + Gets the agenda. + + The agenda. + + + + Gets the rule compiler. + + The rule compiler. + + + + Gets the working memory. + + The working memory. + + + + Gets the strategy. + + The strategy. + + + + Gets the activation list. + + The activation list. + + + + Gets the object count. + + The object count. + + + + Gets or sets a value indicating whether [validate rules]. + + true if [validate rules]; otherwise, false. + + + Peter Lin + * + Parser is a simple interface defining the basic parser operation + + + + + Method is meant for cases where the system is parsing an + external file. + + + + + + + Method is meant to parse a discrete amount of input. The + method takes Object input. It is up to the implementing + class to determine if the input is raw text, inputstream or + some other wrapper. + + input + + + + + + + Peter Lin

+ * + NotEqHashIndex is different from EqHashIndex is 2 ways. The first is + it only uses the values of equality comparison and ignores the not + equal values. The second is it takes BindValue[] instead of just + Object[]. + + + + +

+ +
+ + The implementation is similar to the index class. + + + + Method simply returns the cached GetHashCode. + + + + The implementation is different than EqHashIndex. It ignores + any Bindings that are negated + + + + return the subindex + + + + + + + Peter Lin + + HashEqNJoin stands for Hashed Equal NotJoin. It is different from + NotJoin. The right facts are hashed to improve performance. This means + the node performs index joins to see if there's a matching facts on + the right side. If there is, the node will propogate without + performing evaluation. We can do this because only facts that match + would have the same index. + + + + + assertLeft takes an array of facts. Since the Current join may be + joining against one or more objects, we need to pass all + previously matched facts. + + factInstance + + engine + + + + + Assert from the right side is always going to be from an Alpha node. + + + factInstance + + engine + + + + + Retracting from the left is different than retractRight for couple of + reasons. +
    +
  • NotJoin will only propogate the facts from the left
  • +
  • NotJoin never needs to merge the left and right
  • +
+ +
+ factInstance + + engine + + +
+ + Retract from the right works in the following order. + 1. Remove the fact from the right memory + 2. check which left memory matched + 3. propogate the retract + + factInstance + + engine + + + + + Method will use the right binding to perform the evaluation + of the join. Since we are building joins similar to how + CLIPS and other rule engines handle it, it means 95% of the + time the right fact list only has 1 fact. + + leftlist + + right + + + + + + + NotJoin has to have a special addSuccessorNode since it needs + to just propogate the left facts if it has zero matches. + + + + method returns a simple format for the node + + + + The current implementation is similar to BetaNode + + + + Peter Lin + * + TODO To change the template for this generated type comment go to + Window - Preferences - Java - Code Style - Code Templates + + + + + + + + + Peter Lin + * + + + + + The expected parameter is a single ValueParam containing a deftemplate + instance. The function gets the deftemplate using Parameter.getValue(). + + + + Peter Lin + * + A module represents a set of rulesets. The concept is from CLIPS and provides + a way to isolate the rule activation and pattern matching. + + + + + Peter Lin + * + Interface defining a module. A module may contain templates and + rules. It is responsible for keeping track of the Activations + and adding the activation to the list. + + + + + Add a new activation. Classes implementing the Agenda should + check to make sure the activation is new. If it isn't new, + don't Add it. + + actv + + + + + Add a new rule to the module. Implementing classes may want + to check the status of the rule engine before adding new + rules. In the case where rules are added dynamically at + runtime, it's a good idea to check the rule engine isn't + busy. A important note about this method is the rule + should already be compiled to RETE nodes. If the rule isn't + compiled, it will not Get evaluated. + + rl + + + + + Add a new template to the module + + temp + + + + + Clear will Remove all the rules, activations, and templates + from the module. + + + + Implementing classes need to keep a list of the rules, so + that when new rules are added, the module can check to see + if a rule with the same name already exists. + + rl + + + + + + + Implementing classes need to keep a list of rules, so that + when a new template is declared, the module can check to see + if the module already exists. + + key + + + + + + + Look up the template + + key + + + + + + + look up the template using a string template name + + key + + + + + + + Look up the parent template by the template name + + key + + + + + + + Remove an activation from the activation list. + + actv + + + + + + + Remove a rule from the module. The method returns void, since + the user should have found the rule they want to Remove first. + + rl + + + + + Remove a template from the module. The method returns void, + since the user should have found the template first. + + temp + + + + + In the event we need to find the rule, this method will look + up the name of the rule without the module name. Implementing + classes may take the module + rulename for the parameter, it + is up to the developer. + + name + + + + + + + Method will Remove the activation from the module and return it + to the engine. The method should only be called when the RHS + of the rule should be executed. + + + + + + + fireActivations will execute the Activations in the activation + list. Implementing classes should make the method synchronized. + + + + Return a list of all the activation + + + + + + + Return the name of the module. The interface doesn't provide + any guidelines for the format, but it is a good idea to restrict + names without punction marks. + + + + + + + Return the Deftemplates in a collection + + + + + + + return the number of actual deftemplates declared + using deftemplate or objects + + + + + + + Return a list of all the rules in this module + + + + + + + Return the rule count + + + + + + + To use a lazy agenda, call the method with true. To turn off + lazy agenda, call it with false. + + lazy + + + + + A simple org.jamocha.rete.util.IList of the activations for the given module + + + + The key is either the template name if it was created + from the shell, or the defclass if it was created from + an Object. + + + + The name of the module. A rule engine may have one or + more modules with rules loaded + + + + A simple list of the rules in this module. Before an + activation is added to the module, the class should + check to see if the rule is in the module first. + + + + + + + + The method should Get the agenda and use it to Add the new + activation to the agenda + + actv + + + + + Remove an activation from the list + + actv + + + + + + + The current implementation will Remove the first activation + and return it. If there's no more activations, the method + return null; + + + + When Clear is called, the module needs to Clear all the internal lists + for rules and activations. The handle to Rete should not be nulled. + + + + Add a compiled rule to the module + + + + Remove a rule from this module + + + + If the module already Contains the rule, it will return true. + The lookup uses the rule name, so rule names are distinct + within a single module. The same rule name may be used in + multiple modules. + + + + The key is either the Defclass or a string name + + + + implementation looks up the template and assumes the key + is the classname or the user define name. + + + + find a parent template using the string template name + + + + The implementation will use either the defclass or the + template name for the key. The templates are stored in + a HashMap. + + + + implementation will Remove the template from the HashMap + and it will Remove the ObjectTypeNode from the network. + + + + implementation looks up the rule in the HashMap + + + + Return all the activations within the module + + + + When the focus is changed, fireActivations should be + called to make sure any activations in the module are + processed. + + + + Return the name of the module + + + + + + + implementation returns the Values of the HashMap + + + + implementation returns HashMap.Count() + + + + Method returns the entrySet of the HashMap containing the + Deftemplates. Because of how we map the deftemplates, the + number of entries will not correspond to the number of + actual deftemplates + + + + Call the method with true to turn on lazy agenda. Call with + false to turn it off. + + + + + Describes the input token stream. + + + + An integer that describes the kind of this token. This numbering + system is determined by JavaCCParser, and a table of these numbers is + stored in the file ...Constants.cs. + + + beginLine and beginColumn describe the position of the first character + of this token; endLine and endColumn describe the position of the + last character of this token. + + + beginLine and beginColumn describe the position of the first character + of this token; endLine and endColumn describe the position of the + last character of this token. + + + beginLine and beginColumn describe the position of the first character + of this token; endLine and endColumn describe the position of the + last character of this token. + + + beginLine and beginColumn describe the position of the first character + of this token; endLine and endColumn describe the position of the + last character of this token. + + + The string image of the token. + + + A reference to the next regular (non-special) token from the input + stream. If this is the last token from the input stream, or if the + token manager has not read tokens beyond this one, this field is + set to null. This is true only if this token is also a regular + token. Otherwise, see below for a description of the contents of + this field. + + + This field is used to access special tokens that occur prior to this + token, but after the immediately preceding regular (non-special) token. + If there are no such special tokens, this field is set to null. + When there are more than one such special token, this field refers + to the last of these special tokens, which in turn refers to the next + previous special token through its specialToken field, and so on + until the first special token (whose specialToken field is null). + The next fields of special tokens refer to other special tokens that + immediately follow it (without an intervening regular token). If there + is no such token, this field is null. + + + Returns the image. + + + Returns a new Token object, by default. However, if you want, you + can create and return subclass objects based on the value of ofKind. + Simply add the cases to the switch for all those special cases. + For example, if you have a subclass of Token called IDToken that + you want to create if ofKind is ID, simlpy add something like : + + case MyParserConstants.ID : return new IDToken(); + + to the following switch statement. Then you can cast matchedToken + variable to the appropriate type and use it in your lexical actions. + + + Peter Lin + + WatchFunction allows users to watch different engine process, like + activations, facts and rules. + + + + + + + + + Peter Lin + * + Slot2 is used for conditions that evaluate against multiple values. + For example: (attr2 "me" | "you" | ~"her" | ~"she") + + Rather than evaluate a long sequence of equal/not equal sequentially, + we use two lists: equal and notequal. Slot2 is used exclusive for + a sequence of "or" value comparisons. + + + + + A convienance method to clone slots + + + + the method doesn't apply to slot2 + + method will check to see if the object is a collection. if it is, + it will iterate over the collection and Add each one to the right + list. + + val + + + + + Get the list of values the slot should equal to + + + + + set the values the slot should equal to + + val + + + + + Get the list of values the slot should not equal to + + + + + set the list of values the slot should not equal to + + val + + + + + Peter Lin + * + Version is a generic object for version information. For now, the purpose + is for rule version information. Since RuleML supports the notion of rule + version and CLIPS doesn't, this is an extension. + + + + + A rule can have a direction declaration. Although backward + chaining isn't implemented yet, it's here for the future + + + + if a rule has no-agenda set to true, it will skip the agenda + and fire immediately. + + + + The alpha memories can be explicitly turned off by the user + + + + Salience defines the priority of a rule. It's a concept + from CLIPS, ART and OPS5 + + + + This a rule property specific to Sumatra and is an extension + + + + + + + + Nikolaus Koemm + + Round returns the closest int to the argument. + + + + + + + + + Nikolaus Koemm + + Rint returns the double value closest to the argument. + + + + + + + + + Peter Lin + The purpose of the class is for conditions that have or |. For + + In those cases, we don't want to create a Literal constraint, since + they are all for the same slot. + + + + + + + + + The Class for MessageEvents. + + + Alexander Wilden, Christoph Emonds, Sebastian Reinartz + + + + + + The message that was send. + + + + + The constructor for a new MessageEvent. Uses CLIPS as standard-language. + + The type. + The message. + The channel id. + + + Returns the message of this event + + + The message + + + + + Peter Lin + + ListTemplates will list all the templates and print them out. + + + + + + + + + The current implementation will print out all the templates in + no specific order. The function does basically the same thing + as CLIPS (list-deftemplates) + + + + Peter Lin + * + LinkedActivation is different than BasicActivation in a couple of + ways. LinkedActivation makes it easier to Remove Activations from + an ActivationList, without having to iterate over the activations. + When the activation is executed or removed, it needs to make sure + it checks the previous and Current and set them correctly. + + + + + + Initializes a new instance of the class. + + The rule. + The inx. + + + + If the activation passed in the parameter has the same rule + and facts, the method should return true + + The act. + + + + + Execute the right-hand side (aka actions) of the rule. + + The engine. + + + + after the activation is executed, Clear has to be called. + + + + + When watch activation is turned on, we use the method to print out + the activation. + + + + + + Calculates the time. + + The facts. + + + + Remove the Activation from the list and set the previous + and Current activation correctly. There's basically 3 cases + we have to handle. + 1. first + 2. last + 3. somewhere in between + The current implementation will first set the previous + and Current. Once they are correctly set, it will set + the references to those LinkedActivation to null. + + + + + method is used to make sure the activation is removed from + TerminalNode2. + + The engine. + + + + Clones the activation. + + + + + + the method will set the previous activation to the one + passed to the method and it will also set previous.Current + to this instance. + + The previous. + + + + the method will set the Current activation to the one + passed to the method and it will set Current.prev to + this instance. + + The next. + + + + Gets or sets the terminal node. + + The terminal node. + + + + The aggregate time is the sum of the Fact timestamps + + + + + + + + Get the Facts that triggered the rule + + + + + + + + Get the Index for the Facts + + + + + + + + Get the rule that should fire + + + + + + + Peter Lin + + HashedBetaNode indexes the right input to improve cross product performance. + + + + + assertLeft takes an array of facts. Since the Current join may be joining + against one or more objects, we need to pass all previously matched + facts. + + + factInstance + + engine + + + + + Assert from the right side is always going to be from an Alpha node. + + + factInstance + + engine + + + + + Retracting from the left requires that we propogate the + + + factInstance + + engine + + + + + Retract from the right works in the following order. 1. Remove the fact + from the right memory 2. check which left memory matched 3. propogate the + retract + + + factInstance + + engine + + + + + Method will use the right binding to perform the evaluation of the join. + Since we are building joins similar to how CLIPS and other rule engines + handle it, it means 95% of the time the right fact list only has 1 fact. + + + leftlist + + right + + + + + + + Basic implementation will return string format of the betaNode + + + + returns the node named + node id and the bindings in a string format + + + + + + HouZhanbin + Oct 12, 2007 9:50:17 AM + * + + + + + Method will compile exists quantifier + + + + TODO - note the logic feels a bit messy. Need to rethink it and make it + simpler. When the first conditional element is Exist, it can only have + literal constraints, so we shouldn't need to check if the last node + is a join. That doesn't make any sense. Need to rethink this and clean + it up. Peter Lin 10/14/2007 + + + + method compiles ExistCE to an exist node. It does not include rules that + start with Exist for the first CE. + + + + Peter Lin + + DefaultReturnValue simply extends ValueParam. In many ways, input parameters + and return values have similar needs. Both have to contain information about + the type of value. ReturnValue defines the basic methods for getting the + value and figuring out what type it is. +
    +
  1. Parameter interface extends ReturnValue
  2. +
  3. AbstractParam implements Parameter interface
  4. +
  5. ValueParam extends AbstractParam
  6. +
+ The convienance methods in ReturnValue should make it easier to access the + values. + +
+
+ + Peter Lin + * + Value parameter is meant for values. It extends AbstractParam, which provides + implementation for the convienance methods that convert the value to + primitive types. + + + + + + + + + Value parameter don't need to resolve the value, so it just + returns it. + + + + implementation sets the value to null and the type to Object + + + + The value types are defined in woolfel.engine.rete.Constants + + + + Method will return the value as on Object. This means primitive + values are wrapped in their Object equivalent. + + + + + + + + A simple LanguageAdapter that accepts only CLIPS as language. Any command + will directly be forwarded to the CLIPSParser. + + + Alexander Wilden, Christoph Emonds, Sebastian Reinartz + + + + + + An Interface for LanguageAdapters used by the MessageRouter. A + LanguageAdapter is responsible for the translation of a command into CLIPS, + execute it in the Rete-engine and give back a result in the same language the + command was send in. One LanguageAdapter may support multiple different + languages. + + + Alexander Wilden, Christoph Emonds, Sebastian Reinartz + + + + + + + Evaluates a command given in any language that is supported by this + LanguageAdapter. + + The engine. + The command. + The language. + + The result returned from the Rete-engine in the given + language. + @throws ParseException + + + + Returns a String-Array containing all supported languages. + + + The String-Array containing all supported languages. + + + + + + Evaluates a command given in any language that is supported by this + LanguageAdapter. + + The engine. + The command. + The language. + + The result returned from the Rete-engine in the given + language. + @throws ParseException + + + + + Returns a String-Array containing all supported languages. + + + The String-Array containing all supported languages. + + + + Peter Lin + + Binding2 is used for bindings that are are numeric comparison like + + + + + + Peter Lin + * + A binding can be an object or a field of a given object. When binding + is an Object binding, the column id will not be set. The binding + would be the row for the left memory. + It is up to classes using the binding to check if it is an object + binding and Get the appropriate fact using getLeftRow(). + One thing about the current design is the binding is position based. + The benefit is it avoids having to set the binding and reset it + multiple times. BetaNodes use the binding to Get the correct slot + value and use it to evaluate an atomic condition. A significant + downside of this approach is when deftemplates are re-declared at + runtime. It means that we might need to recompute the bindings, which + could be a very costly process. More thought and research is needed + to figure out the best way to handle re-declaring deftemplates. + + + + + if the binding is to an object, the field should + be true. by default it is false. + + + + if the join is a predicate join with a function, the + binding should be set to isPredicate + + + + The indexes of the left deftemplate + + + + by default the row index is -1, which means + it's not set. Any index that is negative indicates + it's not set. + + + + by default bindings test for equality. in some cases + they test for inequality. + + + + the indexes for the right deftemplate + + + + We need this to keep track of which CE is the first to declare + a binding. This is important to rule compilation. + + + + This is the name of the variable. Every binding must + have a variable name. It can be user defined or auto- + generated by the rule compiler. + + + + convienance method for clonging a binding at rule compilation + time. + + + + The row that declares the binding the first time. The + row corresponds directly to the Conditional Element in + the rule. If the second CE declares the binding for the + first time, the row would be 1. + + + + + + + by default bindings are not negated. if it is, + method return true. + + + + + + + Since the binding refers to the row and column, the binding + doesn't know the deftemplate. + + + + + + + evaluate will extra the values from each side and evaluate it + + left + + right + + + + + + + Return the name of the variable + + + + + Set the variable name. This is important, since the join + nodes will use it at runtime. + + name + + + + + If the binding is for an object, the method returns true. + + + + + Set whether the binding is an object binding. + + obj + + + + + Set the row that declares the binding + + row + + + + + Return the left Deftemplate + + + + + Set the left deftemplate + + temp + + + + + Get the left index + + + + + set the left index + + indx + + + + + Get the right index + + + + + set the right index + + indx + + + + + if a binding is negated, call the method with true + + neg + + + + + + + + + Peter Lin + * + + + + + + The use of Slot(s) is similar to CLIPS design + + + + The useCount is used to keep track of how many times + an Alpha node is shared. This is needed so that we + can dynamically Remove a rule at run time and Remove + the node from the network. If we didn't keep count, + it would be harder to figure out if we can Remove the node. + + + + + + + + every time the node is shared, the method + needs to be called so we keep an accurate count. + + + + every time a rule is removed from the network + we need to decrement the count. Once the count + reaches zero, we can Remove the node by calling + it's finalize. + + + + the implementation will first check to see if the fact already matched. + If it did, the fact stops and doesn't go any further. If it doesn't, + it will attempt to evaluate it and Add the fact if it matches. + + factInstance + + engine + + + + + Retract a fact from the node + + + factInstance + + engine + + + + + evaluate the node's value against the slot's value. The method + uses Evaluate class to perform the evaluation + + factInstance + + engine + + + + + + + method returns toString() for the hash + + + + Method returns the string format of the node's condition. later on + this should be cleaned up. + + + + Method returns the pretty printer formatted string of the node's + condition. For now, the method just replaces the operator. It might + be nice to replace the slot id with the slot name. + + + + + + + the first time the RETE compiler makes the node shared, + it needs to increment the useCount. + + share + + + + + Set the slot id. The slot id is the deftemplate slot id + + id + + + + + return the times the node is shared + + + + + + + method is not implemented, since it doesn't apply + + + + The number of times this HashMap has been structurally modified + Structural modifications are those that change the number of mappings in + the HashMap or otherwise modify its internal structure (e.g., + rehash). This field is used to make iterators on Collection-views of + the HashMap fail-fast. (See ConcurrentModificationException). + + + Value representing null keys inside tables. + + + Constructs an empty HashMap with the specified initial + capacity and the default load factor (0.75). + + @param initialCapacity the initial capacity. + @throws IllegalArgumentException if the initial capacity is negative. + + + Constructs an empty HashMap with the default initial capacity + (16) and the default load factor (0.75). + + + Returns key represented by specified internal representation. + + + Initialization hook for subclasses. This method is called + in all constructors and pseudo-constructors (clone, readObject) + after HashMap has been initialized but before any entries have + been inserted. (In the absence of this method, readObject would + require explicit knowledge of subclasses.) + + + + check for equality of non-null references x and possibly-null y + + + + + + + + returns index for hash code h + + + + + + + + true if this map contains a mapping for the specified key + + + + + + + add a key value pair to this map + + + + + + + removes an entry for the specified key + returns the removed entry + + + + + remove the mapping for a specified entry + + + + + + + generate a hash code for the specified key + + + + + + + used instead of Add by Constructors and Clones, does not resize the table + calls CreateEntry instead of AddEntry + + + + + + + add a new entry with the key, value and hashcode, to the specified bucket + if needed this method will resize the table + + + + + + + + + this is used when creating entries as part of a constructor or Clone call + + + + + + + + + rehashes the the contents of this map into a new HashMap with a larger capacity + called automatically when the number of keys exceedts the capacity and load factor + + + new capacity, must be a power of 2 + + + + transfer all entries from current table into the newTable + + + + + + copies all mappings from the specified map to this map + will replace any mappings that had matching keys + + + + + + removes the mapping for this key from this map + + + previous value for the key, or null if no mapping + + + + returns true if this Map has a mapping for the object + + + + + + + special case code for containsValue with null argument + + + + + + return a shallow copy of the HashMap instance + the keys and values are not cloned + + + + + + reutrns the entry associated with the key + + + + + returns the number of key-value mappings + + + + + Get the current capacity. Readonly + + + + + returns true if there are no key-value mappings + + + + + represents an entry in the HashMap + + + + + Peter Lin + * + A TestCondition is a pattern that uses a function. For example, + in CLIPS, (test (> ?var1 ?var2) ) + + + + + + + + + The current implementation checks to make sure the node is a + TestNode. If it is, it will set the node. If not, it will ignore + it. + + + + + the current implementation creates a new org.jamocha.rete.util.List, adds the + TestNode to it and returns the list. + + + + + + + return an org.jamocha.rete.util.IList of the bindings. in the case of TestCondition, the + bindings are BoundParam + + + + Peter Lin + * + + + + + + + + + Peter Lin + * + + + + + + + + + Christian Ebert + + Returns the trigonometric sine of an angle. + + + + + + + + + Peter Lin + * + + + + + Peter Lin + + RootNode does not extend BaseNode like all other RETE nodes. This is + done for a couple of reasons.
+
    +
  • RootNode doesn't need to have a memory
  • +
  • RootNode only has ObjectTypeNode for successors
  • +
  • RootNode doesn't need the toPPString and other string methods
  • +
+ In the future, the design may change. For now, I've decided to keep + it as simple as necessary. + +
+
+ + + + + + + Add a new ObjectTypeNode. The implementation will check to see + if the node already exists. It will only Add the node if it + doesn't already exist in the network. + + The node. + + + The current implementation just removes the ObjectTypeNode + and doesn't prevent the removal. The method should be called + with care, since removing the ObjectTypeNode can have serious + negative effects. This would generally occur when an undeftemplate + occurs. + + + + + assertObject begins the pattern matching + + The fact. + The engine. + The mem. + + + + Method will Get the deftemplate's parent and do a lookup + + The fact. + The template. + The engine. + The mem. + + + + Retract an object from the Working memory + + The fact. + The engine. + The mem. + + + + Method will Get the deftemplate's parent and do a lookup + + The fact. + The template. + The engine. + The mem. + + + Return the HashMap with all the ObjectTypeNodes + + + + + + + Peter Lin + + The function will print out the rule in a pretty format. Note the + format may not be identicle to what the user wrote. It is a normalized + and cleaned up format. + + + + + + + + + Nikolaus Koemm, Christian Ebert + + Returns the value of the first argument raised to the power of the following arguments. + + + + + + + + + Peter Lin + * + NoMemAlphaNode has no memory. It is different than the normal + AlphaNode in that asserts and retract always propogate. this means + retract performance is a lot slower than AlphaNode.
+
+ + +
+
+ + The use of Slot(s) is similar to CLIPS design + + + + + + + + + + factInstance + + engine + + + + + Retract a fact from the node + + factInstance + + engine + + + + + evaluate the node's value against the slot's value. The method + uses Evaluate class to perform the evaluation + + factInstance + + engine + + + + + + + Method returns the string format of the node's condition. later on + this should be cleaned up. + + + + Method returns a hash string for ObjectTypeNode. The format is + slotName:operator:value + + + + + + + Method returns the pretty printer formatted string of the node's + condition. For now, the method just replaces the operator. It might + be nice to replace the slot id with the slot name. + + + + + + + Set the operator using the int value + + opr + + + + + the first time the RETE compiler makes the node shared, + it needs to increment the useCount. + + share + + + + + Set the slot id. The slot id is the deftemplate slot id + + id + + + + + return the times the node is shared + + + + + + + Peter Lin + * + ModifyFunction is equivalent to CLIPS modify function. + + + + + + + + + convert the SlotParam to Slot objects + + params + + + + + + + The current implementation expects 3 parameters in the following + sequence:
+ BoundParam + SlotParam[] +
+ Example: (modify ?boundVariable (slotName value)* ) +
+
+ + used for channels which are interested in every message output, + regardless which channel caused this output. + + + + used for channels which are only interested in the message output, which + is in response for their to their own input. + + + + used for channels which aren't interested in any message output. + + + + Peter Lin + + + + + + + + + + Peter Lin + + ExistJoin is implemented differently than how CLIPS does it. According + to CLIPS beginners guide, Exist is convert to (not (not (blah) ) ). + Rather than do that, I'm experimenting with a specialized Existjoin + node instead. The benefit is reduce memory and fewer nodes in the + network. + + + + + Clear will Clear the lists + + + + assertLeft takes an array of facts. Since the Current join may be + joining against one or more objects, we need to pass all + previously matched facts. + + factInstance + + engine + + + + + Assert from the right side is always going to be from an + Alpha node. + + factInstance + + engine + + + + + Retracting from the left is different than retractRight for couple + of reasons. +
    +
  • NotJoin will only propogate the facts from the left
  • +
  • NotJoin never needs to merge the left and right
  • +
+
+ factInstance + + engine + + +
+ + Retract from the right works in the following order. + 1. Remove the fact from the right memory + 2. check which left memory matched + 3. propogate the retract + + factInstance + + engine + + + + + Method will use the right binding to perform the evaluation + of the join. Since we are building joins similar to how + CLIPS and other rule engines handle it, it means 95% of the + time the right fact list only has 1 fact. + + leftlist + + right + + + + + + + simple implementation for toString. may need to change the format + later so it looks nicer. + + + + The current implementation is similar to BetaNode + + + + Peter Lin + * + Classes that listen for various engine related events should implement + the interface and handle the events appropriately. + + + + + Peter Lin + * + + + + + + + + + Peter Lin + * + This a new implementation of the working memory that is a clean rewrite to make + it organized. The old one was getting a bit messy and refactoring it was becoming + a pain. + + + + + We use a HashMap to make it easy to determine if an existing deffact + already exists in the working memory. this is only used for deffacts and + not for objects + + + + Container for Defglobals + + + + We keep a map of the dynamic object instances. When the rule engine is + notified + + + + The initial facts the rule engine needs at startup + + + + The org.jamocha.rete.util.List for the modules. + + + + We keep a map between the object instance and the corresponding shadown + fact. If an object is added as static, it is added to this map. When the + rule engine is notified of changes, it will check this list. If the + object instance is in this list, we ignore it. + + + + + The current implementation of assertObject is simple, but flexible. This + version is not multi-threaded and doesn't use an event queue. Later on a + multi-threaded version will be written which overrides the base + implementation. If the user passes a specific template name, the engine + will attempt to only propogate the fact down that template. if no + template name is given, the engine will propogate the fact down all input + nodes, including parent templates. + + The data. + The template. + if set to true [statc]. + if set to true [shadow]. + + + + By default assertObjects will assert with shadow and dynamic. It also + assumes the classes aren't using an user defined template name. + + The objs. + + + Clear the deffacts from the working memory. This does not include facts + asserted using assertObject. + + + + Clear the objects from the working memory + + + + The current implementation will try to find the memory for the node. + If it doesn't find it, it will create a new one. + + + + the current implementation will try to find the memory for the node. + If it doesn't find it, it will create a new Left memory, which is + HashMap. + + + + the current implementation will try to find the memory for the node. + If it doesn't find it, it checks the node type and creates the + appropriate AlphaMemory for the node. Since right memories are + hashed, it creates the appropriate type of Hashed memory. + + + + + Modify will call retract with the old fact, followed by updating the fact + instance and asserting the fact. + + The data. + + + TODO - not implemented yet + + + + + Retracts the object. + + The data. + + + + The implementation will look in the current module in focus. If it isn't + found, it will search the other modules. The last module it checks should + be the main module. + + The data. + The dclass. + The template. + The id. + + + + + convienance method for creating a Non-Shadow fact. + + The data. + The dclass. + The id. + + + + ----- helper methods that are not defined in WorkingMemory interface ----- /// + + + + Printout the memory for the given rule. + + The rule. + + + + Retracts the fact W profile. + + The fact. + + + the implementation sets the strategy for the current module + in focus. If there are multiple modules, it does not set + the strategy for the other modules. + + + + Christian Ebert + + Returns the trigonometric cosine of an angle. + + + + + + + + + Peter Lin + * + + + + + The expected parameter is a deffact instance. According to CLIPS + beginner guide, assert only takes facts and returns the id of the + fact. For objects, there's (assert-object ?binding). + + + + Peter Lin + * + AlphaNode is a single input node. The design is influenced by CLIPS + PatternNode and PartialMatch. I've tried to stay as close to CLIPS + design as practical. A obvious difference between CLIPS and this + implementation is the lack of memory allocation or passing pointers.
+
+ + +
+
+ + The use of Slot(s) is similar to CLIPS design + + + + + + + + the implementation will first check to see if the fact already matched. + If it did, the fact stops and doesn't go any further. If it doesn't, + it will attempt to evaluate it and Add the fact if it matches. + + factInstance + + engine + + + + + Retract a fact from the node + + + factInstance + + engine + + + + + evaluate the node's value against the slot's value. The method + uses Evaluate class to perform the evaluation + + factInstance + + engine + + + + + + + Method returns the string format of the node's condition. later on + this should be cleaned up. + + + + Method returns a hash string for ObjectTypeNode. The format is + slotName:operator:value + + + + + + + Method returns the pretty printer formatted string of the node's + condition. For now, the method just replaces the operator. It might + be nice to replace the slot id with the slot name. + + + + + + + Set the operator using the int value + + opr + + + + + the first time the RETE compiler makes the node shared, + it needs to increment the useCount. + + share + + + + + Set the slot id. The slot id is the deftemplate slot id + + id + + + + + return the times the node is shared + + + + + + + Peter Lin + * + TerminalNode3 is for rules that have an effective and expiration date. + When rules do not have it set, we don't bother checking. If it does, we + make sure a new activation is added only if the rule is within the + the two dates. + + + + + id + + + + + The implementation checks to see if the rule is active before it tries to + assert the fact. It checks in the following order. + 1. is the expiration date greater than zero + 2. is the current time > the effective date + 3. is the current time the expiration date + + facts + + engine + + + + + The implementation checks to see if the rule is active before it tries to + retract the fact. It checks in the following order. + 1. is the expiration date greater than zero + 2. is the current time > the effective date + 3. is the current time the expiration date + + facts + + engine + + + + + Peter Lin + * + ShellBoundParam is meant for calling EchoFunction in the shell. It is + different than BoundParam in a couple of ways. The first is that users + can bind an object, fact or value. Bindings in the shell are global + bindings. + + + + + the int value defining the valueType + + + + + + + + The method needs to be called before getting the value. First + we need to lookup the binding. + + engine + + + + + the class will resolve the variable with the engine + + + + The method returns the bound object + + + + if the value was null, the method returns a message "defglobal + not found". + + + + Peter Lin + * + NSFact stands for Non-Shadow Fact. NSFact is different than + Deffact which is a shadow fact for an object instance. NSFact + should only be used for cases where fact modification isn't + needed. In all cases where the application expects to modify + facts in the reasoning cycle, Deffacts should be used. Using + NSFact for situations where facts are modified or asserted + during the reasoning cycle will produce unreliable results. + It will violate the principle of truth maintenance, which + means the final result is true and accurate. + + Cases where NSFact is useful are routing scenarios where the + facts are filtered to determien where they should go. In + cases like that, the consequence produces results which are + used by the application, but aren't used by the rule engine + for reasoning. + + + + + the Fact id must be unique, since we use it for the indexes + + + + + + + + The implementation gets the Defclass and passes the + objectInstance to invoke the read method. + + + + + + + + The method will return the Fact as a string + + + + Non-Shadow Fact does not implement this, since this method + doesn't apply to facts derived from objects. + + + + the implementation returns nano time + + + + Clear will set all the references to null. this makes sure + objects are GC. + + + + The object instance for the fact + + + + Return the unique fact id + + + + Return the deftemplate for the fact + + + + Peter Lin + LoadFunction will create a new instance of CLIPSParser and load the + facts in the data file. + + + + + + + + + for now, just return the simple form. need to implement the method + completely. + + + + Peter Lin + + LessOrEqual will compare 2 or more numeric values and return true if the (n-1)th + value is less or equal to the nth value. + + + + + + + + + An Exception that is thrown whenever the specified language is not supported by + the MessageRouter. + + + Alexander Wilden, Christoph Emonds, Sebastian Reinartz + + + + + + Validation interface defines 3 methods a basic validation component + would need to have. Validation can occur at any time, so it can be + used by the rule compiler, an IDE or a parser. + + The product of the validation is either it passes, or a summary of + the errors and warnings. + + + Peter Lin + * + + + + + bindingParams is meant to parse the params for a deffunction + + + this is for convienance + + + Peter Lin + + The purpose of the function is to print out the names of the rules + and the comment. + + + + + Peter Lin + * + Subtract will subtract one or more numeric values. for example: + (- 100 12 4 32) + + + + + + + + + Peter Lin + * + + + + + + + + + Peter Lin + + The function will print out the rule in a pretty format. Note the + format may not be identicle to what the user wrote. It is a normalized + and cleaned up format. + + + + + + + + + TODO - I need to finish this, so it can print out a node + in a pretty format + + + + Nikolaus Koemm + + + + + + + + + + Peter Lin + + MatchesFunction will print out all partial matches including alpha and + beta nodes. + + + + + + + + + If the function is called without any parameters, it prints out + all the memories. if parameters are passed, the output will be + filtered. + + + + Peter Lin

+ * + Index is used for the Alpha and BetaMemories for the index. Instead of the + original quick and dirty String index implementation, this implementation + takes an Array of Fact[] objects and calculates the hash. + The class overrides GetHashCode and Equals(Object) so that it works correctly + as the key for HashMaps. There is an unit test called IndexTest in the + test directory. + + The implementation for now is very simple. Later on, we may need to update + it and make sure it works for memory snapshots and other features. + + + + +

+ Initializes a new instance of the class. + + The facts. +
+ + + constructor takes facts and a new hashcode. it expects the + hashcode to be correct. + + The facts. + The hash code. + + + + The implementation is very close to Drools FactHandleList implemented + by simon. The main difference is that Drools uses interfaces and + Sumatra doesn't. I don't see a need to abstract this out to an + interface, since no one other than an experience rule engine + developer would be writing a new Index class. And even then, it only + makes sense to replace the implementation. Having multiple index + implementations doesn't really make sense. + + The val. + + + + + Method simply returns the cached GetHashCode. + + + A hash code for the current . + + + + + Return a pretty print formatted String. + + + + + + This is a very simple implementation that basically adds the hashCodes + of the Facts in the array. + + + + + Clear the index + + + + + Adds the specified fact. + + The fact. + + + + + Adds all. + + The index. + + + + + this method should be refactored,so that we couldn't change the value of the memeber vairable facts + Houzhanbin 10/25/2007 + + The facts. + + + + + Peter Lin + * + + + + + + + + + Nikolaus Koemm + + Floor returns the greatest integer smaller or equal to a value. + + + + + + + + + Peter Lin

+ * + EqualityIndex is used specifically for deffacts to check if 2 facts are + equal. By equal, we mean the values of the facts are equal. + + + + +

+ +
+ + This is a very simple implementation that gets the slot hash from + the deffact. + + + + The implementation is similar to the index class. + + + + Method simply returns the cached GetHashCode. + + + + DeffunctionFunction is used for functions that are declared in the + shell. It is different than a function written in java. + Deffunction run interpreted and are mapped to existing + functions. + + + Peter Lin + + + + + + + + + Nikolaus Koemm + * + + + + + + + + + Peter Lin + * + Basic interface for BetaMemory. I created the interface after I coded up + the implementation, so the interface has the important methods. Hopefully + I won't need to change this interface much in the future. + + + + + Clear the beta memory + + + + Get the facts that match from the right side + + + + + + + Get the match count + + + + + + + check if a fact already matched + + rightfact + + + + + + + Add a match + + rightfact + + + + + Remove a matched fact + + rightfact + + + + + the implementing class needs to decide to format the + matches in the beta memory + + + + + + + Get the index for the beta memory. + + + + + + + classes implementing the interface should Get the + Fact[] from the index + + + + + + + Peter Lin + * + Actions constitute the Right-hand side of a rule. In RULEML terms, + the Right-hand side is the head. The Action interface is meant to + define the methods necessary to execute rules which match fully. + An action will typically contain several functions. It's the job + of the action to contain the functions and make it easier to + execute. + Part of the responsibility of the action is to know how to Get + the a fact or binding. + + + + + The purpose of configure is to setup the action when the rule + is loaded to the rule engine. When the parser parses the rule, + it may not lookup the functions. That will be the common case, + which means when the rule is added to the rule engine, the + lookup needs to occur. + + + + When an action is executed, we pass the facts and the Rete + instance. + + engine + + facts + @throws ExecuteException + + + + + return a pretty printer format for the action + + + + + + + Peter Lin + * + + + + + + + + + Peter Lin + + HashedBetaNode indexes the right input to improve cross product performance. + + + + + Clear will Clear the lists + + + + assertLeft takes an array of facts. Since the Current join may be joining + against one or more objects, we need to pass all previously matched + facts. + + + factInstance + + engine + + + + + Assert from the right side is always going to be from an Alpha node. + + + factInstance + + engine + + + + + Retracting from the left requires that we propogate the + + + factInstance + + engine + + + + + Retract from the right works in the following order. 1. Remove the fact + from the right memory 2. check which left memory matched 3. propogate the + retract + + + factInstance + + engine + + + + + Method will use the right binding to perform the evaluation of the join. + Since we are building joins similar to how CLIPS and other rule engines + handle it, it means 95% of the time the right fact list only has 1 fact. + + + leftlist + + right + + + + + + + Basic implementation will return string format of the betaNode + + + + returns the node named + node id and the bindings in a string format + + + + Set the bindings for this join + + + binds + + + + + Peter Lin + + NotJoinFrst is a special node for rules that have NOTCE for the first + CE. The node does not propogate the initial fact down the network. + + + + + Clear will Clear the lists + + + + assertLeft takes an array of facts. Since the Current join may be + joining against one or more objects, we need to pass all + previously matched facts. + + factInstance + + engine + + + + + Assert from the right side is always going to be from an + Alpha node. + + factInstance + + engine + + + + + Retracting from the left is different than retractRight for couple + of reasons. +
    +
  • NotJoin will only propogate the facts from the left
  • +
  • NotJoin never needs to merge the left and right
  • +
+
+ factInstance + + engine + + +
+ + Retract from the right works in the following order. + 1. Remove the fact from the right memory + 2. check which left memory matched + 3. propogate the retract + + factInstance + + engine + + + + + Method will use the right binding to perform the evaluation + of the join. Since we are building joins similar to how + CLIPS and other rule engines handle it, it means 95% of the + time the right fact list only has 1 fact. + + leftlist + + right + + + + + + + Method will evaluate a single slot from the left against the right. + + left + + leftId + + right + + rightId + + + + + + + NotJoin has to have a special addSuccessorNode since it needs + to just propogate the left facts if it has zero matches. + + + + TODO implement this to return the bind info + + + + The current implementation is similar to BetaNode + + + + Peter Lin + * + AlphaNodeMS is similar to AlphaNode. The main difference is AlphaNode2 + is for comparing a slot against multiple values with equal/not equal + operator. +
+ Although there is a class called Alpha memory, Alpha nodes use a + simple org.jamocha.rete.util.IList to remember which facts matched. A decision was made to + use a simple org.jamocha.rete.util.List, since assert only takes a single Fact object. + If we change assert to take an array of facts, we would need to + replace the List with a map of AlphaMemory.
+ + +
+
+ + The use of Slot(s) is similar to CLIPS design + + + + The useCount is used to keep track of how many times + an Alpha node is shared. This is needed so that we + can dynamically Remove a rule at run time and Remove + the node from the network. If we didn't keep count, + it would be harder to figure out if we can Remove the node. + + + + + + + + every time the node is shared, the method + needs to be called so we keep an accurate count. + + + + every time a rule is removed from the network + we need to decrement the count. Once the count + reaches zero, we can Remove the node by calling + it's finalize. + + + + the implementation will first check to see if the fact already matched. + If it did, the fact stops and doesn't go any further. If it doesn't, + it will attempt to evaluate it and Add the fact if it matches. + + factInstance + + engine + + + + + Retract a fact from the node + + factInstance + + engine + + + + + evaluate the node's value against the slot's value. The method + uses Evaluate class to perform the evaluation + + factInstance + + engine + + + + + + + method returns toString() for the hash + + + + Method returns the string format of the node's condition. later on + this should be cleaned up. + + + + Method returns the pretty printer formatted string of the node's + condition. For now, the method just replaces the operator. It might + be nice to replace the slot id with the slot name. + + + + + + + the first time the RETE compiler makes the node shared, + it needs to increment the useCount. + + share + + + + + Set the slot id. The slot id is the deftemplate slot id + + id + + + + + return the times the node is shared + + + + + + + method is not implemented, since it doesn't apply + + + + Nikolaus Koemm + + Log returns the natural logarithm of a double value. + + + + + + + + + Peter Lin + * + Basic implementation of Alpha memory. It uses HashMap for storing + the indexes. + + + + + + + + + addPartialMatch stores the fact with the factId as the + key. + + + + Clear the memory. + + + + Remove a partial match from the memory + + + + Return the number of memories of all hash buckets + + + + Return an GetEnumerator of the values + + + + + return an List with all the facts + + + + + Peter Lin + * + A FunctionAction is responsible for executing a function in the action + of the rule. It uses built-in or user written functions. When the rule + is loaded, the engine looks up the functions. At run time, the rule + simply executes it. + + + + + + + + + Configure will lookup the function and set it + + + + method implements the necessary logic to print out the action + + + + pete + * + + + + + Defclass Contains the introspection information for a single object type. + It takes a class and uses java introspection to Get a list of the Get/set + attributes. It also checks to see if the class implements java beans + propertyChangeListener support. If it does, the Method object for those + two are cached. + + + + + + + + init is responsible for checking the class to make sure + it implements addPropertyChangeListener(java.beans.PropertyChangeListener) + and removePropertyChangeListener(java.beans.PropertyChangeListener). + We don't require the classes extend PropertyChangeSupport. + + + + method checks to see if the class implements addPropertyChangeListener + + + + + + + method will try to look up Add and Remove property change listener. + + + + + Method checks the MethodDescriptor to make sure it only + has 1 parameter and that it is a propertyChangeListener + + The desc. + + + + + Note: haven't decided if the method should throw an exception + or not. Assuming the class has been declared and the defclass + exists for it, it normally shouldn't encounter an exception. + Cases where it would is if the method is not public. We should + do that at declaration time and not runtime. + + The col. + The data. + + + + + create the deftemplate for the defclass + + Name of the temp. + + + + + Create the Deftemplate for the class, but with a given parent. If a + template has a parent, only call this method. If the other method is + called, the template is not gauranteed to work correctly. + + Name of the temp. + The parent. + + + + + the purpose of this method is to re-order the PropertyDescriptors, so + that template inheritance works correctly. + + The parent. + + + + Find the PropertyDescriptor with the same name + + The name. + + + + + Return the write method using slot name for the key + + The name. + + + + + Return the read method using the slot name for the key + + The name. + + + + Method will make a copy and return it. When a copy is made, the + Method classes are not cloned. Instead, just the HashMap is cloned. + + + + + + + If the class has a method for adding propertyChangeListener, + the method return true. + + + + + + + Return the PropertyDescriptors for the class + + + + + + + Get the BeanInfo for the class + + + + + + + Get the addPropertyChangeListener(PropertyChangeListener) method for + the class. + + + + + + + Get the removePropertyChangeListener(PropertyChangeListener) method for + the class. + + + + + + + Peter Lin + * + + + + + --------- operators types ---------/// + + + --------- operators strings ---------/// + + + --------- operators symbol ---------/// + + + ----------- constants for chaining direction -------/// + + + --------- primitive types ---------/// + + + --------- non-primitive types ---------/// + + + --------- native types for the rule engine ---------/// + + + Christian Ebert + + Returns the trigonometric arc tangent of an angle. + + + + + + + + + Peter Lin + Any equal is used to compare a literal value against one or more + bindings. If any of the bindings is equal to the constant value, + the function returns true. + + + + + + + + + convienant method to Get string literal + + + text + + + + + + + convienant utility method to escape string literals + + + text + + + + + + + Peter Lin + * + TemporalHashedAlphaMem is the hashed alpha memory for Temporal nodes. + We use a linkedHashMap so that we can easily Remove the expired facts. + This means at the top of the list are older facts and the bottom has + the newer facts. We only need to Remove facts that are older than the + current timestamp - time window. The equal would be this. + + if ( (currentTime - time window) > fact.timestamp ) + + Rather than keep a timestamp of when the fact entered the join node, + we assume the elapsed time between the time the fact entered the + engine and when it activated the node is less than 1 second. Keeping + a timestamp of when the fact activated the node is too costly and + isn't practical. This means for each fact, there would be n timestamps, + where n is the number of temporal nodes for the given object type. + + If we look at the number of temporal node timestamps the engine + would need to maintain would be this. + + f * n = number of temporal timestamps + + f = number of facts + n = number of temporal nodes + + If we have 100,000 facts and 100 temporal nodes, the engine would + maintain 10,000,000 timestamps. clearly that isn't scalable and + would have a significant impact. + + + + + + + + + addPartialMatch stores the fact with the factId as the + key. + + + + Clear the memory. + + + + Remove a partial match from the memory + + + + Return the number of memories of all hash buckets + + + + Return an GetEnumerator of the values + + + + return an List with all the facts + + + + + + + Peter Lin + + RuleEngineFunction is responsible for loading all the rule functions + related to engine operation. + + + + + Peter Lin + * + Reset will reset all deffacts and objects. To reset just the objects, + call reset-objects + + + + + + + + + current implementation will call Rete.resetAll. This means it + will reset all objects and deffacts. + + + + the function does not return anything + + + + reset does not take any parameters + + + + Peter Lin + * + PrintProfileFunction will print out the profile information. + + + + + + + + + The method takes a list containing Parameters and converts it to + an array of Parameter[]. Do not pass a list with other types + + list + + + + + + + slotToParameters is a convienant utility method that converts + a list containing parameters and Slots to an array of Parameter[]. + The method is used by the parser to handle modify statements. + + list + + + + + + + Peter Lin + * + ObjectTypeNode is the input node for a specific type. The node + is created with the appropriate Class. A couple of important notes + about the implementation of ObjectTypeNode. + + + the assertFact method does not check the deftemplate matches + the fact. this is because of inheritance. + WorkingMemoryImpl checks to see if the fact's deftemplate + has parents. If it does, it will keep checking to see if there is + an ObjectTypeNode for the parent. + if the template has a parent, it will assert it. this means + any patterns for parent templates will attempt to pattern + match + + + + + + before the operators included not nill, but for it to work properly + we have to first test the slot is not nill, and then do the hash + lookup. not sure that it's worth it, so removed it instead. + + + + The Class that defines object type + + + + HashMap entries for unique AlphaNodes + + + + If we can gaurantee Uniqueness of the AlphaNodes, set it to true + + + + Second org.jamocha.rete.util.List for all nodes that do not use ==, null operators + + + + + + + + Clear the memory. for now the method does not + Remove all the successor nodes. need to think it over a bit. + + + + method to Clear the successors. method doesn't iterate over + the succesors and Clear them individually. + + + + assert the fact and propogate. ObjectTypeNode does not call + assertEvent, since it's not that important and doesn't really + help debugging. + + fact + + engine + + + + + assert using HashMap approach + + + fact + + engine + + mem + + + + + Propogate the fact using the normal way of iterating over the + successors and calling assert on AlphaNodes and assertRight on + BetaNodes. + + fact + + engine + + mem + @throws AssertException + + + + + Retract the fact to the succeeding nodes. ObjectTypeNode does not call + assertEvent, since it's not that important and doesn't really + help debugging. + + fact + + engine + + + + + Add a successor node + + + + For the ObjectTypeNode, the method just returns toString + + + + this returns name of the deftemplate + + + + this returns name of the deftemplate + + + + return the number of successor nodes + + + + + + + Peter Lin + * + + + + + + + + + Peter Lin + * + LinkedActivationWrapper is a container for LinkedActivation. It provdes + the logic for modifying a org.jamocha.rete.util.LinkedList created from LinkedActivation. + Null values are not permitted, and are silently ignored. Generally speaking, + it doesn't make sense to Add a null activation to the agenda. + + + + + + the sort method uses binary search to find the correct insertion + point for the new activation. It's much faster than the brute + force method. + + The newact. + + + + method will loop for the given count and return the item before it. + for example: + 1 + 2 + 3 + 4 + 5 + 6 + If I pass a count of 2 and item #6. it will return #4. + + The count. + The start. + + + + + method will loop for the given count and return the item after it. + for example: + 1 + 2 + 3 + 4 + 5 + 6 + If I pass a count of 2 and item #1. it will return #3. + + The count. + The start. + + + + removeActivation will check to see if the activation is + the first or last before removing it. + + + + the current implementation iterates over the LinkedActivations + from the start until it finds a match. If it doesn't find a + match, the method returns false. + + + + Iterate over the org.jamocha.rete.util.LinkedList and null the references to previous + and Current in the LinkedActivation + + + + Current implemenation will return the index of the activation, if + it is in the org.jamocha.rete.util.LinkedList. If activation isn't in the list, the method + returns -1. + + + + method will clone the list and make a copy of the activations + + + + Peter Lin + * + GreaterOrEqual will compare 2 or more numeric values and return true if the (n-1)th + value is greater or equal than the nth. + + + + + + + + + Peter Lin + * + FunctionParam is a parameter which gets a value from a nested + function call. As a general rule, a function parameter may need + to assert/modify/retract facts; therefore the default constructor + takes Rete. This can happen when a user writes a test pattern + like (test (> 10 (* .5 ?var) ) ) . + In the example above, the test would first multiple the bound + variable with .5. The product is then compared to 10. At runtime, + the TestNode would pass the necessary fact to a function that + uses a bound variable. + + + + + The function to call + + + + The constructor takes a parameter + + + + + * + + + + reset the function and set the references to the facts + to null + + + + Return the return value type. + + + + getValue() should trigger the function + + + + + + facts + + + + + Peter Lin + + the class Contains utilities for doing things like sortig the facts for + printing. + + + + + Peter Lin + * + ProfileFunction is used to turn on profiling. It provides basic + profiling of assert, retract, Add activation, Remove activation + and fire. + + + + + + + + + Nikolaus Koemm + + Min returns the smallest of two or more values. + + + + + + + + + + + HouZhanbin + Oct 12, 2007 2:18:29 PM + * + + + + + the method is responsible for compiling a TestCE pattern to a testjoin node. + It uses the globally declared prevCE and prevJoinNode + + + + Peter Lin + + Query interface is designed to execute queries to external + data sources. The design of the interface expects the system will + attempt to load an object matching the given parameters. + + + + + Since the query is triggered by backward chaining nodes, the + method takes the template name, slot name and values. + + template + + params + + + + + + + Query adapters that implement the method need to declare which + classes it supports. + + + + + + + Get the values from the left side for nodes that do not have + joins with != + + facts + + + + + + + convienance method for getting the values based on the bindings + for nodes that do not have != + + ft + + + + + + + convienance method for getting the values based on the + bindings + + ft + + + + + + + Get the values from the left side + + facts + + + + + + + Nikolaus Koemm + + Max returns the greatest of two or more values. + + + + + + + + + Peter Lin + * + Less will compare 2 or more numeric values and return true if the + (n-1)th value is less than the nth. + + + + + + + + + IOUtilities Contains some commonly used static methods for saving and + loading files. + + Peter + + + + + Peter Lin + + ExistJoin is implemented differently than how CLIPS does it. According + to CLIPS beginners guide, Exist is convert to (not (not (blah) ) ). + Rather than do that, I'm experimenting with a specialized Existjoin + node instead. The benefit is reduce memory and fewer nodes in the + network. + + + + + Clear will Clear the lists + + + + assertLeft takes an array of facts. Since the Current join may be + joining against one or more objects, we need to pass all + previously matched facts. + + factInstance + + engine + + + + + Assert from the right side is always going to be from an + Alpha node. + + factInstance + + engine + + + + + Retracting from the left is different than retractRight for couple + of reasons. +
    +
  • NotJoin will only propogate the facts from the left
  • +
  • NotJoin never needs to merge the left and right
  • +
+
+ factInstance + + engine + + +
+ + Retract from the right works in the following order. + 1. Remove the fact from the right memory + 2. check which left memory matched + 3. propogate the retract + + factInstance + + engine + + + + + Method will use the right binding to perform the evaluation + of the join. Since we are building joins similar to how + CLIPS and other rule engines handle it, it means 95% of the + time the right fact list only has 1 fact. + + leftlist + + right + + + + + + + simple implementation for toString. may need to change the format + later so it looks nicer. + + + + The current implementation is similar to BetaNode + + + + Peter Lin + * + ExistCondition for existential quantifier. + TODO - maybe we should just have ExistCondition extend ObjectCondition + + + + + + + + + Peter Lin + * + EventCounter is a simple utility class for counting and keeping track + of events. It can be used for various purposes like keeping track of + statistics or unit tests. + + + + + + + + + To listen to a specific node, Add the node to the filter + + node + + + + + Peter Lin + * + The purpose of Evaluate is similar to the Evaluatn in CLIPS. The class + constains static methods for evaluating two values + + + + + evaluate is responsible for evaluating two values. The left value + is the value in the slot. The right value is the value of the object + instance to match against. + + operator + + left + + right + + + + + + + evaluate if two values are equal. If they are equal + return true. otherwise return false. + + left + + right + + + + + + + evaluate if two values are equal when left is a string and right + is some object. + + left + + right + + + + + + + evaluate Boolean values against each other. If the right is a String, + the method will attempt to create a new Boolean object and evaluate. + + left + + right + + + + + + + evaluate if two values are not equal. If they are not + equal, return true. Otherwise return false. + + left + + right + + + + + + + evaluate Boolean values against each other. If the right is a String, + the method will attempt to create a new Boolean object and evaluate. + + left + + right + + + + + + + In the case of checking if an object's attribute is null, + we only check the right. + + left + + right + + + + + + + ------- Integer comparison methods ------- /// + + + ------- Short comparison methods ------- /// + + + ------- Long comparison methods ------- /// + + + ------- Float comparison methods ------- /// + + + ------- Double comparison methods ------- /// + + + Peter Lin + * + + + + + the input parameter is a single ValueParam containing a Defrule + instance. + + + + Peter Lin + + + + + + defclass function expects 3 parameters. (defclass classname, + templatename, parenttemplate) parent template name is optional. + + + + Peter Lin + + CompositeIndex is used by ObjectTypeNodes to hash AlphaNodes and stick them + in a HashTable. This should improve the performance over the proof-of-concept + implementation using Strings. + + + + + + + + + Peter Lin + * + Basic implementation of Alpha memory. It uses HashMap for storing + the indexes. + + + + + Peter Lin + * + Interface for alpha memory. Alpha memories are used to remember + which facts entered and match for alpha nodes. + + + + + + Add a partial match to the memory + + The fact. + + + + Clear the alpha memory for the node + + + + + Remove a partial match from the memory + + The fact. + + + + + Count returns the number of matches + + + + + + Return an GetEnumerator to iterate over the matches. + + + + + + + + + addPartialMatch stores the fact with the factId as the + key. + + + + Clear the memory. + + + + Remove a partial match from the memory + + + + Return the Count of the memory + + + + Return an GetEnumerator of the values + + + + TemporalFact is an extension which supports the concepts mentioned by + karl. The extension adds the following concepts. + 1. expire - expiration time + 2. source - URL + 3. service type - method used to obtain the fact + 4. validity - probability of the facts validity + These ideas are useful for semantic web, agents, temporal systems and + services. + + Peter Lin + * + + + + + Peter Lin + * + TODO To change the template for this generated type comment go to + Window - Preferences - Java - Code Style - Code Templates + + + + + + + type + + slot + + + + + Slot parameter is only used internally, so normal user functions + should not need to deal with slot parameters. + + + + Peter Lin + * + The purpose of a RuleCompiler is to convert a Rule object into + the appropriate RETE network. We have a generic interface, so + that others can implement their own RuleCompiler. + + + + + + A rule can be added dynamically at runtime to an existing + engine. If the engine wasn't able to Add the rule, it + will throw an exception. + + The rule. + + + + + Add a new ObjectTypeNode to the network + + The node. + + + + Remove an ObjectTypeNode from the network. This should be + when the rule engine isn't running. When an ObjectTypeNode + is removed, all nodes and rules using the ObjectTypeNode + need to be removed. + + The node. + + + + Look up the ObjectTypeNode using the Template + + The template. + + + + + return whether the rule compiler is set to validate the rule + before compiling it. + + true if [validate rule]; otherwise, false. + + + + + Peter Lin + * + ProfileStats is used to collect statistics about the runtime. + + + + + method should be called when Rete.fire is called or simply + turn on profiling in Rete. + + + + endFire will automatically calculate the elapsed time + and Add it to the total fire time. if the start fire + timestamp is zero, the elapsed time will not be + calculated. + + + + Add a long time to the total fire time + + time + + + + + method should be called before assert is called or turn + profiling in Rete. + + + + method will automatically calculate the elapsed time and + Add it to the total assert time. if the start assert + timestamp is zero, elpased time will not be calculated + and added. + + + + Add elapsted time to assert total time + + time + + + + + the method should be called before retract is called or + turn of profiling in the Rete class. + + + + method will calculate the elapsed time and Add it to the + total retract time. if the start retract timestamp is zero + the elapsed time will not be calculated. + + + + Add elapsed time to retract total + + time + + + + + Nikolaus Koemm + + Min returns the smallest of two or more values. + + + + + + + + + Nikolaus Koemm + + Min returns the smallest of two or more values. + + + + + + + + + Peter Lin + * + IO Functions will initialize the IO related functions like printout, + batch, etc. + + + + + + + + + Peter Lin + + Greater will compare 2 or more numeric values and return true if the (n-1)th value + is greater than the nth. + + + + + + + + + Sebastian Reinartz + + Functional equivalent of (eval "(+ 1 3)") in CLIPS and JESS. + + + + + + + + + + + + + Nikolaus Koemm + + Degrees converts an angle measured in radians to an approximately equivalent + angle measured in degrees. + + + + + + + + + Peter Lin + * + Definstance will assert an object instance using Rete.assert(Object). + + + + + The function expects a single BoundParam that is an object binding + + + + Peter Lin + * + DefaultRuleCompiler is a simple implementation. It's for research purposes + for now. It may become a full blown rule compiler later, but for now, + I just need a simple compiler to load my samples rule to test the JIT + algorithm. + + + + + + + Here is a description of the compilation algorithm. + 1. iterate over the conditional elements + i. generate the alpha nodes + a. literal constraints generate alpha node + b. predicate constaints that compare against a literal generate alpha node + ii. calculate the bindings + a. each binding has a rowId + b. NOT and EXIST CE do not increment the rowId + 2. iterate over the conditional elements + i. generate the beta nodes + ii. attach the Left Input adapater nodes + iii. attach the join nodes to the alpha nodes + 3. create the terminal node and attach to the last + join node. + + This means the rule compiler takes a 2 pass approach to + compiling rules. At the start of the method, it sets 3 + attributes to null: prevCE, prevJoinNode, joinNode. + Those attributes are used by the compile join methods, + so it's important to set it to null at the start. If + we don't the Current rule won't compile correctly. + + + + implementation uses the deftemplate for the HashMap key and the + node for the value. If the node already exists in the HashMap, + or the key already exists, the compiler will not Add it to the + network. + + + + Method will Remove the ObjectTypeNode and call Clear on it. + + + + if the ObjectTypeNode does not exist, the method will return null. + + + + + The method is responsible for creating the right terminal node based on the + settings for the rule. + + The rl. + + + + + Finds the object type node. + + Name of the template. + + + + + method compiles a literalConstraint + + The CNSTR. + The templ. + The rule. + + + + + method compiles AndLiteralConstraint into alpha nodes + + The CNSTR. + The templ. + The rule. + + + + + method compiles OrLiteralConstraint into alpha nodes + + The CNSTR. + The templ. + The rule. + + + + + method creates Bindings from the bound constraint and adds them to + the Rule. + + The CNSTR. + The templ. + The rule. + The position. + + + + + Compiles the constraint. + + The CNSTR. + The templ. + The rule. + The position. + + + + + Compiles the joins. + + The rule. + + + + The method is responsible for compiling the string form of the + actions to the equivalent functions. + + The rule. + The acts. + + + + Method will attach a new JoinNode to an ancestor node. An ancestor + could be LIANode, AlphaNode or BetaNode. + + The last. + The join. + + + + method will find the first LeftInputAdapter node for the + ObjectTypeNode. There should only be one that is a direct + successor. + + The otn. + + + + + basic method iterates over the listeners and passes the event, checking + what kind of event it is and calling the appropriate method. + + The event_ renamed. + + + conversion exception is used to handle conversion of strings to + numbers and booleans. + + Peter Lin + + + + + + + + + message + + + + + cause + + + + + message + + cause + + + + + + + HouZhanbin + Oct 12, 2007 10:24:19 AM + * + + + + + Peter Lin + * + BetaMemory stores the matches + + + + + + + + + Return the array containing the facts entering + the right input that matched + + + + + + + The method will check to see if the fact has + previously matched + + rightfacts + + + + + + + Add a match to the list + + rightfacts + + + + + Clear will Clear the memory + + + + method simply returns the Count + + + + The implementation will append the facts for the left followed + by double colon "::" and then the matches from the right + + + + Return the index of the beta memory + + + + + + + Get the array of facts + + + + + + + Peter Lin + + Add will Add one or more numbers and return the result. + + + + + + + + + + A strongly-typed resource class, for looking up localized strings, formatting them, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + + Looks up a localized string similar to 'true'. + + + + + Looks up a localized string similar to 'Function nto found'. + + + + + Looks up a localized string similar to 'Invalid Function'. + + + + Nikolaus Koemm, Christian Ebert + + Returns the absolute value of a double value. + + + + + + + + + Peter Lin + + WatchFunction allows users to watch different engine processes, like + activations, facts and rules. + + + + + + + + + Peter Lin + * + + + + + + + + + Peter Lin + * + The purpose of Shell function is to make it easy to parse text in the shell + and execute the real function. ShellFunction expects the parser to pass + the name of the real function and parameter values. + + + + + + + + + + The name of the function to call + + + + + + + Peter Lin + + LazyAgenda is used to turn on/off lazy agenda. That means the + activations are not sorted when added to the agenda. Instead, + it's sorted when they are removed. + + + + + + + + + + + Peter Lin + + + + + these are the functions we pass to the top level function. + they may be different than the input parameters for the + function. + + + + + + + + Peter Lin + HashedAlphaMemory2 is different in that it has 2 levels of + indexing. The first handles equal to comparisons. The second + level handles not equal to. + + + + + + + + + addPartialMatch stores the fact with the factId as the + key. + + + + Clear the memory. + + + + Remove a partial match from the memory + + + + Return the number of memories of all hash buckets + + + + Return an GetEnumerator of the values + + + + + if there are zero matches for the NotEqHashIndex2, the method + return true. If there are matches, the method returns false. + False means there's 1 or more matches + + The index. + + + + return an List with all the facts + + + + + + + Peter Lin + + The class will generate the trigger facts for a single rule. The purpose of this is to make + it easier to test a rule. Since a rule knows what conditions it needs, it makes sense to + generate the trigger facts instead of doing it manually. + + + + + The method uses Defclass, Class, Deftemplate and Rete to create a new + instance of the java object. Once the instance is created, the method + uses Defclass to look up the write method and calls it with the + appropriate value. + + cond + + templ + + engine + + + + + + + + + cond + + templ + + engine + + + + + + + Peter Lin + + ExitFunction is used to call Rete.close() and then it calls System.exit(0). + + + + + + + + + the function does not take any parameters. If parameters are passed, + the function ignores them. + + + + pete + * + + + + + + + + + At engine initialization time, the function group doesn't + have any functions. + + + + Add a function to the group + + f + + + + + Peter Lin + * + TODO To change the template for this generated type comment go to + + + + + + + + + Peter Lin + * + TestNode extends BaseJoin. TestNode is used to evaluate functions. + It may use values or bindings as parameters for the functions. The + left input is where the facts would enter. The right input is a + dummy input, since no facts actually enter. + + + + + TestNode can only have 1 top level function + + + + the parameters to pass to the function + + + + by default the string is null, until the first time + toPPString is called. + + + + id + + + + + Assert will first pass the facts to the parameters. Once the + parameters are set, it should call execute to Get the result. + + + + Since the assertRight is a dummy, it doesn't do anything. + + + + + + + + retract right is a dummy, so it does nothing. + + + + Clear the memory + + + + Still need to implement the method to return string + format of the node + + + + + + + + for TestNode, setbindings does not apply + + + + Peter Lin + * + BoundConstraint is a basic implementation of Constraint interface + for bound constraints. When a rule declares a slot as a binding, + a BoundConstraint is used. + + + + + if the binding is for a multislot, it should be + set to true. by default, it is false. + + + + the name is the slot name + + + + In the case of BoundConstraints, the value is the name of + the variable given my the user + + + + + + + + returns the constriant in a pretty printer format + + + + by default the method returns false, unless it is set to true + + + + + + + if the binding is to an object or deffact, the method will + return true. + + + + + Set the constraint to true if the binding is for an object or + a deffact. + + obj + + + + + if the binding is for a multislot, it will return true. + by default is is false. + + + + + + + only set the multislot to true if the slot is defined + as a multislot + + multi + + + + + if the literal constraint is negated, the method returns true + + + + + if the literal constraint is negated with a "~" tilda, call + the method pass true. + + negate + + + + + The name of the slot or object field. + + the name is the name of the slot or object field. + + + + The value is the name of the variable. In the case of CLIPS, + if the rule as "?name", the value returned is "name" without + the question mark prefix. + + + The input parameter should be a string and it should be + the name of the variable. Make sure to parse out the + prefix. For example, CLIPS uses "?" to denote a variable. + + + + Peter Lin + + BindFunction is responsible for calling the appropriate method in Rete to + create the defglobal. + + + + + + + + + the return type is Boolean. If the function was successful, it returns + true. Otherwise it returns false. + + + + The function takes 2 parameters. The first is the name of the variable + and the second is some value. At the moment, the function does not hand + + + + Peter Lin + * + AndCondition is specifically created to handle and conjunctions. AndConditions + are compiled to a BetaNode. + + + + + + + + + the method doesn't apply and isn't implemented currently + + + + not implemented currently + + + + Peter Lin + + A quick and simple logger. To make it easier for other classes to + log and not have to import log4j stuff. + + + +
+
diff --git a/trunk/Creshendo/Creshendo.csproj b/trunk/Creshendo/Creshendo.csproj new file mode 100644 index 0000000..08fd60a --- /dev/null +++ b/trunk/Creshendo/Creshendo.csproj @@ -0,0 +1,1067 @@ + + + Local + 8.0.50727 + 2.0 + {9D196D14-9007-49A1-91E4-6388B7953927} + Debug + AnyCPU + + + + + Creshendo + + + JScript + Grid + IE50 + false + Library + Creshendo + OnBuildSuccess + + + + + + + + + bin\ + false + 285212672 + false + + + + + Creshendo.XML + true + 4096 + false + + + false + false + false + false + 1 + full + prompt + + + .\ + false + 285212672 + false + + + + + + + false + 4096 + false + + + false + false + false + false + 1 + none + prompt + + + + False + ..\..\Library\log4net.dll + + + mscorlib + + + System + + + System.Data + + + System.Design + + + System.Drawing + + + System.Management + + + System.Windows.Forms + + + System.XML + + + + + Code + + + True + True + CreshendoResource.resx + + + + + + + + + + + + + + + + + + + + + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + + + + + + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + Code + + + + + Designer + ResXFileCodeGeneratorEx + CreshendoResource.Designer.cs + + + + + + + + + + + + + \ No newline at end of file diff --git a/trunk/Creshendo/Creshendo.csproj.user b/trunk/Creshendo/Creshendo.csproj.user new file mode 100644 index 0000000..b875c0c --- /dev/null +++ b/trunk/Creshendo/Creshendo.csproj.user @@ -0,0 +1,5 @@ + + + ProjectFiles + + \ No newline at end of file diff --git a/trunk/Creshendo/Creshendo.dll b/trunk/Creshendo/Creshendo.dll new file mode 100644 index 0000000000000000000000000000000000000000..adaf3c0e880eb1b004cdd2812e986a1f4d2998ab GIT binary patch literal 438272 zcmeFa34EPLb@xAdo~ye`wy&=&d6%=;+~`^%8$?kc35!EW!XCg5B|tVvfIM&|(oS8Xu=FFKhXU@z#?7~;L*g03>?`J=A?t?t_?=1U0{Lg-(S51C+mHVB>7mxbj z(D`3H>Vl_TF}Lkm{p6|rr#y4pB~Q8Ps$_oK#g}dC@4af<6<2M0@FO0x?U~7?mmNPk z+B`O7{m5O;oj(-2tH1Eshoq%_$E`Z5HB@(Qf7Q8dKJ@t4g!fx`I@h-FH6CvT2!H$c z9pVYszu28MY#;W`PY4eWgZa*@tL{9#k?+?d3o8G7yy`~EAxHML%{gk2{j2kRPWI*8 z@$;8mJtt8_viYT5Ma20qt)RRJPZHMqPdRmU-payK*JTB4NmZd zf51Jk@OjVcJruZy0{2kh9tzw;fqN)$4+ZX_z&#YWhXVId;2sM6|A+!>G_U5L=BAMw zb}#&9?0(_HksGp5=id5_*nKno2w{hNoE>%B&Na!b%k-DLr=07Y5W5GHh-}(!ZY|Nx z@m6orRig!hDzyXqqS#fs9U_u3es;Lp#O_wj$KG(o?Um8S^p~s2I-*8;u0GW{VaVpW zOxN4aLp6J@O8Bt5FXdp*NW*WqqFJ5TeLbN=Ee|F*gjgYU8&tHQ&@- zPmu>}Iov$SYLOEvnK)JDmPp)ar@AC2wG=B;|KPB4mywB z9*6Mh`@72cfq4bCYRRF#%SK{QyVCdSF^?DD|)y+oXl2SHF>1a zJHkr1VvXkRN3}cE$yRmlyH(z5?P|N0Jb*ygu6F7@*A^dD+?S|0?b>$n&U$>q72~&8 zdP5UJZ}#291a7VNSF3T1H^*CXtwbkar;l|6&WlbX)&3-~_2gj`Rb=Vj`AS!4Fs0k# zs{QSN6J=E`CD?SB$ZG$%3?tt&Mtcp{pC)j$=NeN5&Q<>#5|4S_-IVfPk$0apbXRyc zh7B8{-7zAS{&}vgx9hW?)Mw7M3i?e8DswI2)0>K1`!bQk?ds5x!GY zIEogiUM22sp^*8@hFr9$??S}Zr4e+3G{xmgp>Ip!BP>N8VYtaoYvV?=AUv}1MB(7A z@kugRsWn0;~|rVf6*<)gJah6jz43 z44EJhbswZ>R7q||9FNU?pzf-R;0LLWcTqf^U{J1VjNioA`y0rERl=n*9gp>f=P0k) zj1~mm-Nt*I9L4Y4(flM2YLITM1){WiB|(BP3jH&caZxSmo=&cFZA$E(q5LZv;3Pu6 zCIC0{e*IPx))1N__3_)IG)puz$;*#l9o{arakMuyt{kTs zjjG8GpgWD;hP93Ez4TfMXdx83eD82X9H$7S__IT+*EVh+r=pt@D&BP8B8Q${#@C>c zq_|FZ+_qa@JmjvN+eus($xKCE#j0`E&sb_XRPE66hn$;GGEb)DqtJJIiYgdexI?FQYKlsUmPZ|q@G5r7J>XKx1*s44M@`&!`D38V{ymAe z&+*r#T`9^@B5%%7Sqpm%U($1~@!4eIR}p?H;qM^)zAiF8SX47lU6^;j7hzpk z3D_9facBR?Ac;OOjKVT0dk zSi3TL>7HHait6L;jr=`|znAbg^C5mJ$-8L5y>w(0LuqE{JJTJjLM=H_^*Tv)=(R1# zLnkLIXt0{SXNFi)j_ci10J7Xh46^PsT9WG2LaI@VZFsWvw)8gje+YR!0W|7G-TRQ~ z9P*%f?NYr0p%cb}kxW+6;e$>*8Ruhx*V$2qq3`uPhBEjG;F&a_gC#e^6v<`M2Ti;i z$bc+AJeJNVgU`qL-G8j^BAvtwR)~L_2p=6ky=!u@kIbC ze4$(GLDT3lu17XGdX{x5=?$JP@QGx&fUMFxkgk@*c(VkfLUI^=6<}a_}!|2OkVz-rk!)FRpm_)Q{voEA@H#uUnDui`^AI)&E zJ`pXbkc0L0rY;|>Z}4?LSl`%xsX=Ut7F4x^_00idOA4{oROW;A$%eAsx53nTZb~ zxjFxEI$kq0ST&g;2*BawG=Wvy)#*Pyw52_~7mgodYGX1)p>^gsG>XQgapt=!$p*LU zkae3zdVN>7+(#S5iHH)eb5X-4j;0eQSBX1&k7yK{(n>wSHH_L4j5fpZZIU1+JX)aK z@TqMM&)h0U`T4a8KUAy0hKnYwpCEjPkOmP*PoL`0y1XpDglFJo)gtyJhzoe5=Zw=y z2C;U%<6}d6=PHk!A52jsNzhS(w^EuRZ~cq%)dy(=FUJDaj-^J%>S zkI^VzL~=2FrG1z$^#P{%9)#ep6Qb#{de%Y|-J*Bo6^?ndcK}QVFc z7;abE!_?tJ%h!P%W*?Q-Awu}k@#!ORvOsy#eFgAi)n_#6ms19a<0N2FD222xp0+bU3Qk)YPn^FnxO9@Lz zQAoQIQEHiNoZY1vf!9MT?l-9h2pBznDbNFfJ9|L&TbUk!Oka}{qjzzc5{g`j5`mTP zU7~~%Y@uSyQNlB|3-}B2l|o)}48=oQvB`tH-PGUCQ1jlP)|#fZd|e}V2JqWF|Mn18 z#^vgK$vz&8(l@ctX0kH~=BekSU(t)1#CBh3>7wqd^<;XlV5h;i8^K14^p(mK zGCj44nf^1DN_xqJSoj3}^#Hm=w4f|Bzy^KMURnT!54WV~J zJg*S?)tkX4xj#ij3o74UZTvCNiB`|xQFEak|4~nUeNz0Fk=cePa~zomW!DiC&<=h& zs6xaNR$A<**~Qs~>XPUAkI>c&ZPA?e5O3UpZGFi6?<#_uY*^w=$os9abH{po##&<| zW20l8ikaHS+GDfd)ofTcM8rxe(g|l2CD0TNvrNlu$n5Nw1Sw@ASl|V@*&r3zsm53d zWd%;Y#1HW23;q#h_!)y&pwzh3Bwh<9@mj$`iRr;xC;=w7%ES^ZHz+X2QuhB5H}gDI z3E%-lk22t85S?eDH#8z_NwgGOO1M+lJ`!w4H0G}NLR&-vQI<3I*d%b&zYa-}t+@4_ z#!QoUS7|qv)bAt<4HaZ%WMU5rvDzX*h%^r};N(FE-ONYQYzAtML72?F8e6q&N)1)a ztQ2w3^`35M4G`sVKEETPipRRpkj2u94SWz5ZA|Re0uTgZ&=-4tPqrXm+fK9HtT&P~ zsd%T=ZdFmo&*Hu14sGoqN)D~>jPkp-gX(i=q_djeY6mU*5H#^7?e=7&=FQn_+wJz+ zV9suLI+(LNbm}3p!y7m{`p=^3gZQ-f??lxHr|;j3s>l@|{-daRcKZJJk*qdD(ye|( z4t4dlcxTJjRy1s<%PXH%{(dpA+K+~FllaU_6{E$HLc?i{`A=VDDQMibBJ@-S=@k}U z)=~j8JQvnKKWb76T9#$mGXPCxS>zbs-FBnV+*{E9n$@{aqiD0nlzdv|hiG9NouTGu zKh?SKV67U7>&3Ww8uuQG8;u*qxJDZHd&G4rF2io)!Kl_bjJ^sm!yZNi%KCuPhHzCQ z3op!JMXbUc*4qZVJ}}9l`EguIUOTOv zgh8t+qX^CjXh-Ag8V?neAi>Wpmv}hzPu2x+8`?M4@Yrz zcy2#JcC^u{(0MD&1tN!1@0i0G?nmdicc7J@Zl-$hauoU!*tr_{47;z8&+*D99op7{ zShS!vHnXM89@5p{-s4?$lUYVb8{>UJ9&BJ46=87*P&*xLtnZIoI0n)XzMAmv8Y*zG zv9Z6yBF)HI_MJ%^P$Sp$Yoi5mla?Cvxs|ER35J(K`={_)z$?sie0Bx58`^)^eRJjd zc`qK#jbxt-p@wv6#13_Mkoz09J zrb|&+wOG{D5E4}<4w!h0tK$d8lix9RA7-=?i&!7pMcyX_UOOS@wNk%q)oc}4tw@($ zN0XCipl<^63HqY7%Rlox(eU;C#aonHGqMjcQIEiE{`;o2gQ}x%gqa3Uj7K)b0u)iD!^Thkn;?nQVR_{Bd%DKgO?Y^%=h%mo)Gd~a?jdyA@x9J6+ zxWN7%yJB5te?t%DQK|f%vD8l6%%YkyoM$eDAC)rKuOUFx@oLHId7~dTl3V;sJvr!K zVD2~jx4=zxyhPwF)8QibMCfyh=O@XIoExT3i#&g1jXiy@5R$d&^tupIY&yJB5bCzx zgS{=NR>-!B*-7tXWtkdq!xh#Eq!!^Oh^wpy3feO3iw6sO4@*ej49i89*CcpjRnfi*Y}Ne?K}frCD>10*=b|yAa?0Sk*P_iN7+V;9tzv$-rUMs^ z%ION+RSVpAq@!Ge zg@TcK@=m68qX5||6b6t@Hfk`7YbFm>XBh4sr3FEl(>fsK~$<2f^cBTO}W3*iME&rQp1^{xqsj@0)G)iAJ-X8IympH~n*OTxZW zDWQ+pOmg(Ay`$APbM$M>?pgf}`1@rS08Ud~mH8h_4M@LcuU7Byb-251@SYw|q1u#U zdi43|HtS)M>H%9~F;^FOan#kcGG-+1otlB5eba6T8UwL4HmgN%EY*9IS6KeMHKqS0 zh4LQ0e0i&Ud4J`(?bsZsSmKDY62p?)G9|ug>Ufy_yOs%*)12W#%0~F-YoF<&=Y=$4 ztD3jgh&riXdQZ-yLDE)!H?5p4kxMcEM%AyLrVFN?rjMeW(^XE!^KqPg zmTi^k*Lt$rQT17l1bpDvjK7&u{etuqV@wwI@a2wRTp<`I|3I-4?&?DKadmq#$pZkK zeq=Zu+K8)L{~WY!m=}e%X)e)o$03HV1x;mbOsp(!h6%jgVJ&VxTNYgiT{1wuXU?`#ckYeb?3wb!p~HlCNwr^CaYGg9nhk6@^5&ZHIXZDTI^VE z3)?INValf>zF0Lorq)@=QwH92E=ztVyPBW>z)Gu_Ctjpk5o_YONU}ohOG^HQQp$7D zv;b25USUG1wt8u~jB5XBWa)h+u0u`_^{?Z*`*4cLCY29f8Hp4JFGWy}(}3h(bEF2V z4OZ_eU{!J}qn{V;l71bjY|niq2>OwFg|(^A(KJi^ou3I|X)9n{a1MGAAlN#SN76--E;X5FxMvyzaIlC1JUyW$odjWFeM})0H_@`T-Qew} z3TwH_dY{uM{2F(Ufw37bneT?Ft=1E~uRd)(q_63VnGl9S^P%aWsmagY%RwUyV1nDk zkTkEb4x>>mc?q31`BQL5_g~|*n6ggo=tGo`^<*V{yKB&7R#wy18{ID>b9PXuu(}=^ z;Qh-OHZB4*S?0O^%Hhth9wVhEf`+-Bh2E+?G5wzQ$KqOA;`^ zY`!mvsjgXSiY#0)pPTPh`|rsZKIIs8U3{59^TsKf$SDlVqVZ3g@*d#jj6&5!VI^1i zc;BN37UCbB#+ODMkNcCz3p0a_IhktHOa~t6Ijo(ZLk8Ah8hCJwmoUDAfv4sNo-qDs ziPw)kvcoaQ(psyuB7e_A0rZ+=kwy~)2n=t-^3Kw zfHWFO+4ADg)|H`0#Xa@Tl_@TjF#eIF^(~gMYzU{E)9@*dGI1lvzLJyCAcw{dRr1%wl*^tCaeOKHY;iaEfD8ki8t`q!QW0bnyhe zjxC<(A6PhuzjBe8hduA(gHh-OgublQGkQ!c(!naxe6q3Y-h3w^#yOxf&%lOq?9Gf#wA^@=< zmYn|>^@d%qN22vl6p6r7Q)z6iW9$P+UL~Q83`Bs;>>ynLeaJGPHwtu@2mL7}1kgRp zfWBOy_^vBg&4L5y+%lksz@t3qtvTq8Wl$7|fa@a+w6_?tytNF6lVvSY>0LbJtJZ+7 z_ox8-$-}~`kzH?lfc=Xy?5ebUYhY1Vf_0=mdlPeA>&GSkVX=q}ShjAVuL8`dmqTL0 z97bPDVZ<#tjJ}q_h>LR=eHCD^M@aV)bLKGmD!>eT7IcgANnUKE7MtXS)!+PABEsDFCf*f@O(-CY6IU>@_+dC7C1hM`<( z)RBD}TrQMG0ZY?(-Z|H&k?6?lpszw5z*qT7Dug=3?ycZ>ULJ1cWhV5a0<=$Kap~S2 z@`_r$q)@Xg)nh|_$NerJt8jHMjUH4Hq{nJhBn2clW0z_5y4Ahk8jMyz@~f=#wt5Y0 z^QnPeNV(lP0I2!2%LR= zaVaW@8$akkLgU4w^ZNV3pJ;g5!iNP^l8aOcuZwu!!bjvZ_sAO6yl!+H`Jo|F&p3G+ z64t7Sa>sf@@=qW*|3%uoRU1)bo4#gvM0WlgI@ywRC%ekrPf5oF(CVN3Egy~#tL@)~ zkH6uWeBV9_IjjH5ul3QEZ*qaq8E?&C^ngB^jujZz=E0|8{1MB_h2!N~iTDtT^ZaH) zq})h5)|9d38q9!SNj&+?yn>(l-uu#fgAy(fWu&0aaEyw*a#kZ~;CWuXht&5X6N?!! zL!VcW_hdV4M)E%jNEPgk!gzKSmL}^n756sifs&ZcC#(HdLwb`&pux4n>f{=)_ha=M z?@t1E5L2!nD{NlK=lcG6KAfddNkxJ-_Mhp4*gYZvYx4oZH}_xV!`Vb4A%ESu%m4`A z+W(Lb*Ip7y_B4WhB;O4&?4wYBOtYFC>9?DP&g5vcaI#{Mr^;+{mEU{9+iJgF*&gmb z2?ow)u38jVm#*cKYXrN{n1*bAm_>&fxqwU@;`zlqYx)nW{WB@lQwh;n&Qek#WGP8L zT5TjBz}`~MQa}S)(qEQj>6P8EFn$B--;*hAQDP&Sdx~DwF{5p3?&aK~DzCmQKb^~Y zUSPb=z6%?ky}U-}Mjnf?yBCvubZy+lWY;{(?SJ1t|I>5dP~T%&UHODA6OE>aNiO5H zQ(0T-l4cKK{VzkUG8_z{PTF=Jw=1<^QCDrD|a9181u|t{UGpC zHL+Ktwxps^YCU!gwCyzB7M`|<{U}jExXS5(HLk9&XG!4UvIr3t3 zVbJkorTC!Y_JRvTpy;Y5$>_SrMVm|-vVShnv&{(L+3Q8fh5!y z!YH3l$BQ(#4jeGh;fXyy2OQnDHy0mHRCSSoq{8?0d<`w07d|w)ETWEDjD4KThnr$c zRAqRZ&Ux*=NWus;iJ*yza?nLlJohx(dl}F)=$DtKPJ_H&C0VGt!!9a1S`YL77bhf806i1Xx_i(4_?-J zIYT z8A`4<<-a(B$eX~{4ubdU(RlYp>#e;D(qdJQw1ic~I`&TV`FX%S9+i-FGn()j^+rgd zEIbaNZ9*!rcwXaZLGOE#D-b2yo9ohgvY*xxBv(rHnR`0F*Ft&0R(D%P58W59YtL0k zJTE%CH>(c5+$<|0qG)TF+O?YV`Sq>uxeI28?u)dgJtEn@-BYYR))^#vMWZJo3thydv*;| z;W7SN{4o!)KjfL~okkYQws%s;{z z=mf^CSy#t0T$H@KJ(>D9qTb9s(>hg=V$0Q?39vgM@U7Y+-d${xcn>;;P(rO1TcWIY zmMM`2S08vid0lFGt)R0QGCNnTqK0ZnlwH+wMYn>yQO0bbjAtvJC#QvJt=TnJ1_{aFh5x-4m`5BU&iAX@Z!hPjz< zQj@n82zX4&j|%b9$BUdj6T9cGqS2bY*)oVaLjW-VAIpHPoI@gWcL>UG2i@fblz*Ap zB2E<+4;&j?q2uN~DW+hylKUaQ2h)c*6&w3Pu$b=wB>PC!17$K^&BIfae0=C*7cnLB zip!W+JH||D@V>WN-MQS$2+;$@sz@%gU2OuRJaA8BqGLBFJ-Qx4V^QVsa6|=|mXi~& z_s<+>#|^tkO@KAx*K;P4X+Q1CO+cSZ(T$t-;B(?%EA8s;*SCi|Rh(?`@TuLq=Mx6q z?1|e)ZwdhuySE2r@QK?ym79#A4eOigHS03=F_#s*ePZ{Tp&&FHR!r|9A@Z=9le6Wt zCar-he2h@9H$=AI=vvDI&}Dej~d z9~XTXmOH2CZ3voFpZ7M4HEPS!IXxA3JG}T*<3;mGNG6cJ^P|{**gt$MrQ`CngNHwC z#Cw_hwdZ+aF>HqEoGe=74YO--?7>9;eVW9ztLqy{i@wO)hWy=SpviU!i0|9!P;dj1;55OWDSO_T;hjG2w( zEpQ0KjqTIfh8gSrL^hH)6KZqs(s7r#`4yr<7S?Zr-=a!*q2GTwXb3G?Ewer5sWF>Z`+(DL!zrLl{ru;y&svQ+<{2-?b#er112TXC+Q+)6AX;+LV zgNI`k=)T|hE-P`R@>0IJQh4A(axq4w`PJ5+sUbt0jL4@$9OL0wzK-tcInMFi`)Npy zCP{vmrwnyj2CW)rwj#CIr=Gl;URO(@0AHj{qHVXPLkI%SEMD}_g)DrRYP2H z2km}G@m7~VSf(!C-iNZ%c3m``=E&M;dGkDDqp>2#`BcZRJn<;TIQw4B_lceKOR+Xs zV)bXrB@?!wJfm=+vu706Dy(v@I7*4Gm}R`3X>z$S>H(>o&Dvn;7&UDEgo)K>j`}pm zyYoC+vEPNJm9+8xW66lq0w!wPRN9qK=nStNmKVE@5Ln-TwvXMA#x4W2vCk2h$|7t_ zYgcSv+TfTmQujxZ8ov2>@q)A-CGRfvMFxid6o2CDCD;xjnf*x736z~ppO zzt*W{*jiHQ9jisk1M{e@^8VE-sG)by(i|k{_2|1YU@MBlkl_erOK> zmh^LJKJ$1R?VZNBW5bhqA6FulCcXFZpNn_HV1(g9Cs3F0BHd|ZV}sR4e4pdk5pbes z6loQFiI2?n+DIj$Y-1qK$dVTPBU_6o6GX$@S8SXXJ>X)E5nXko+!Z_Xy_2VQ?w@>j z(Zi#)3_bn__!qy9?pO5H`%m{TmMo7QV#)6}j&8U@o0GJJ#(;N`cKxuAp?YAt6;}^1 z3={6xP?1%=dlSJqJMlsV%+D}QH0 z?nPG2I6$rb$Dq*MFOuE0W!$EO+e9eOu(iS_!n#)|mKUJ%KxVu9tJg68P`kfmYP{oYIUygv%_ zfg7%{8G#392Ho5jYm1#tA;OFRmtyT5FP>BM(-hy56M1=T^JiO>)4gIOpMM?c`9`r6 zPOaDFKIG}i*{Mj@X3CGD-Qw<|qcT26ir^@s?VR|Fhf|H%z@c+=I4$VK0H>#F6hLnAc->m`Upq3We87uHffoH(EY z6sl3-h_NR_rUz}!6X>P3cNX6Tj*36AzOz}!XI-7O9K+t&uo2j=9joaoOi$aj7LM(; zf@6EL+HQKM_iDDcwaA07NqOl{n1WmmEqE|%FHB4SnSoGl3Qtq$u#e=p4Z&u*=7^~1 z#~y*@^HqH@IEsG-bCics0XdAm3NYt;80DYC=xd4@@VKFo^&`B^;OA?gkDu|R{RD~; ze(jR*mEiw}h2KeevSHO7$P@LX(w-FUhdL2af!t5!iI*n1f~Reb_!qH#xHa?lJZQjh zZN*5vznv1h3p9^3EbTWu#?|M3iEn9o-9=vJneGnhSiffSTz=T-ybh54`hFfi8z$!H zxdfvoRg)&-2>k==XVcl%5M|jQ3f2~1NxxT`W}ANg z3a4E?o^)YuBfj|uuxFUZED=}cKFA67&9T;u4A-ur0qe;w z+;eug-s5X~Az&(d1vv?%f=2!Jrv_UdZze^uRkjA#+fmz#cq%3sBY}d%aPgRV+U!8R zE+45+&a;;zR)-PI=2h2&#uauGa$g_y9IMA?useJ6@y{n|-l_w*qsV^i?PidTDM0rxalHRe%}w zFo=c%jJ~)_V0=+83~x#k&Xyu6V^d^f6Qc$B&;4Jxz;H;F&<~RYIii$IvGjPc9_j90 zMn;Prw%A~RQJ%;~zs80htQCGGF8PXKGD9B^;pQpEP6e12ew|K(_a2?O>jFNWgDX5v zxF-Sd)RjynNUsL+<+2S%c25^#R&*1RdmmfO?Zgl|uTUA({*RpHs>$DGK5&?W{ijvY z?0OYcylvKdCGG!vM3aO zq)7A24UUr>LMj{hP9!v=lIW<$_cI_Vd9&=m&xG+t?}Uuh81FY%+cE`ya1$g**Cf{W zxB76L;M5>i9t#k*?2wA_nO`PLN)pw|=Nf9tf!kz=F_u~R2C1`BxS}Gg9PX9ppn-kV z`-}P;yNWjU)V(-mE35CNh(k{yk1hfk>LB66+a0kAe9`_PHc~GIe!$@fqZ$6qz zGQI~};)<@mxL7H@*zU&joj6MGIM`K+*4mpdwe^|k8UpM#gS zvfDON*4fzHSx-(OMrdk$)NTUW6Iq81ErKV4Nw00Ar(z$XUA(Ga)z?p9_%bXp`SrHA zMqQd2x$h`O|Humj6>u5_SdlmCuu`gaNVW6h>!aP?KXBEX;BDy}?;(Pr1U^Wv4Ry`x z0CRO|jkx=}Sru#bIGN@v6>sI^3S94zS@q0fn4ecrOvXPk{yUqtR(*)1|U#I@aZRR`}G1wH~n!2u%$tvcTReaL6Cu^;}lZypnj<4I>NII4E8s?1UJbkee|VZf|7Hce_XFe zdJt##4RE-Gh~(=@(1M{s^7Ul^*%{zo$TAeutu1ss0i-$Kfw!94NM%wmw+9US^eQBm zkNPUeP=*whA$)QeeHCCvJ&aJ#Vf1A%ejg)rS3bW&sNs4&GZ5`#Q~>)JDTdCG$@s{< zo%+!#v^A@59MtDi(wwaR?hA|BY|MIcrc&7qVJF+56a=eZz`DmY=R}>&Q|247Dn*1N zc#)K+*7w3j#aYRAQY%OeBkxHQCrXEgM97SAayEz6vt_EXb$+32(*PL;?pd&hx}t1t*RKB5wA^Tc=)ud6_Q^yF0$hZ zeMC@NKS@81WFt!VIf}1hUA;h8V|CXf9SU>0e${i{F(S*<ieXB-P3C9^j?+E#HhAl*#zw%k}79Zx}D}%@9n^Z~C$}@MC}ANoA13 z=qtd~(t1KR)J)oL*!H}ENGe~(Tm5Sh1$Z+Bgndhiam67;-s9+R4$0xDK{1~+HDf!C zMvB>pEuT~VlE=e}UT-r`jgbkEj25W0-24oZdv@#n{S@kL8~1}AA;C+9iDGr~XtbbS z>S3U9fT`ha_4q(b?6byJhAawOv5?Iu*{T?)ep~{Z6qQbn{@~y@3-;wg4LC)eC-gvU zbxl?RRW01HirE_O$7S2p3b-2;U1KLc?Mk5DsPsB#sejWlm36%hidrr&2q=X&TnbAY z%H~L)_4gLU-S^W~ckFvI=6`Eeokz^5DOS2skFmv9`ma~{FSHc+>rDgv7388KbKcR{ zR4zM%{;7O&7=0CBLOwzuhtXF727;)63#}YRUj>*@mTHj0=*wXIoDeq9nu?mo4+G5Z zcC#D8v%%+JG(1uLWI-5sNY3?t7%?plx13=0WnvGs(g#9mxY?2 zL->1YVPV^kmG+?rqkA$u4E7*A9Y#tJa5S}jW``t-_as50l9N8-?r!uT7L+&yABg;@1nW&DxY@7_yJy!7q9b=U(+L1#NtIo=Ht=z zz7Gr3`e(Y{62g_%!WsEW8Pa`i+__)u9K%=J?fc#kpwZlk*r9yMbM*b{qLm&epOT!4 zlVeyCV!?D~fv%=CQ*MYmoBkS>0N1wH&VH0m#O-eiHC^UL5^7YEf~t5n+*2IxUJ9@3 zgwY3Dhz|W!SK0geQhw7HX#06Rc@nrJf6R}>cd){c-SoX-LREgB5q>+JG646X*t5FU z=%>iEw(qZ0KQ_aELFJdUH|28$VSWVV@XrONsuf|&wXc-kOdh7u^X@2}StMnzEm!gW zDqCS4W~FN0b}MiYo@*Q#KlzFgUx#(r8&qRNCbP1{vzQ%2->Y1N^Z(Z;yYXj8F` z{{0J9pv@b|u2DDx!)R~~&G{{1H`*ReZssJ60y^^5Hu8&=lOmyeXSx91840x-F{78& zs*nYy&31^f8l?^8dSi{^nFVSNaa~~{o}k(1{6BnilVjn_&MH>&FLLcw^#h&N?bUnN z=K8tPg3s!Cg>}{heAXoYBF{xpc>tdfQ^v;%Zm&v-JpJlwr;YaAHr@3CFx#zu#L4sE z(jPbnoQcs4rbuhu?!Dk9W)*7bYV!W9bYPh9dU8q>cyco7x*-iU@u7B%`@dXn!KoPC z{916Ze{w5bto{{@$;L03hWOM&5yt#e)-6z0g6M+5=(a{VsO6X(k ztq`M(e2l$Wj31l1=MyAGMGNGDHbRa0+#-XIk^*c5klhQ6{1GaVF8=Z>x~UQVahd3w zLxpZG9t6zhp?7pw{oA3Ci9XZQMkr^Ea4Pw#$2x=Gk+1Y1<(#0PG@ItQ(JEf%K6q_7 zc~;z)NL#ly$Ja(KZl+$Mp3lCUn9Ne}K@jnZ!8rG|EVE~vz&o($p09LLq=KN;On(bp zX1ov-lFrp^K8( zWQU^;YwT1f$E)V^;!h#uWOwE_b_`*g6QvOy>@B<#eDrJx{d2%aF91!y=&L!s^bDGp z{$;L1cGM2uV@&D&m0X%pak7%L6YMe@Ol*Gl8}f8J*Le87=b)m~37E%`3r=QsH&6eC z9rvsa3HmhVf)*zYdEi?GoaGtWmdF#9$@8IEo`~QP*S~?>=8&~bwg(%Qw+bSaB|aaT zKCM%R8!B$VZKZq!QO*Z`S(4AWcbJbL%K1?DCHY)>hxrJioDbDrlF#fN<|BwaA9O#5 zI+o?r32ldpBl=))p!pzC)=r9Oa(=UivzcO-4DvIw{637kFVA#v(S<&5*0?iCXhC3BVLX%KMSaOfDYne~n{vq3FH83ZtE8kM5hCjkMkv|U z;7f;^2F(_fl7SNfNxL$<77R&?vDMVvqAI*80bUDQpM5R=`C z(7$jWi7F=Ti4tBcqn$_16VtRXYXrYW3x}%?1$xlm?~@`QdExA-gIcAWJz;`xpd_@3 z-u%Qin*oK!7Q8QKl5%{T7PIs@P9#v(x6;6v=9_(zp8a*ocBI#=R zYeLI5&CEWKPjN59a%1aCLzap}HXNf?$A`(!Ix63(wGUA@E{0k$l65;Q8XFVqUsCj~{zk^JBwj z`Qf(x9*;R5I6W4)T~AN`y%Xc{@6$Lx2jlS< zKrwj(_P!;QcF$>J?L}MmP&3tJBB^}Q~c&3;PgkPEt>;vJ5XFuQ%glCGtK=@@jJp20K zK|j__9N&y4SEaiO81athHtJkWAYj79`OP#Q{h5D~%$oTjKhb(+u)2`Jaf2DGb#a%; zYx6p*;>?FE?QbgWMx|{R(sl>aj-`b&LvCK@X|dpX^U($+U2{Z9cPXhS*I7D@W0R7u zEhOEsVyUlGQcqEQ4AXHSvW=rQW*Kj;_T4sN9-jF^NA5nunzd$QY3_HIVwoMv>x6@JTq%<)AQ=|BA{ zs?u(!{50*vaw#p{!F1Wx%2OIBZRL@sLmQP#Tau>Y9!MH$?$hk?X~wmsW2=km2jZ|Q zj=`nIC#REfih#Eufi}i6O{D)MKU*zw7?Q&JW^xMzMOTFh8*Z}MoMG2F8tNO<(AjTN zw2N+gD6DNR(neXJ>)fd@bI9Vva|3bfn=`*}apH-AxDCx2R7vs_s}00$Y}$pl(QTIv z#tpm8&EB)4+r%lQM8oX3@9mCm(==!xVoS4kW^~)bmqu)DvKdDAU~h|VyYFCh)lIgV zJ$}>s4I=li;LE@a{r!>c)SnsDSCBx>nQyBu{^9{2{1+DdSq1x>27K^OEcmw+yfGyr znf$8-GfLsjQwSa&SKcpB@a8m_`C~`H90a_j5Vpm_o)B#us7FMDG8AkDpt5nM`Bk%+m<8@RGR{1z&wi zRq-QE9%W4Qc8jrLrx*hZy~1K_?8#$>-G*lGn#hkn#o&$jp+1m_oTY5w*j@Iy4v51496tjvCe5ErEe3$3zC*sMi_tb;d_H}f+(^8tfVM=MzN zHaqjU_kg+c{pifE2->a!m(Ae}Wpj(?Gp%bY`^P))pA^|ugOY?|KX_RXhDG90l(F2^>@(+=MaC*Yiq>~-=vo=f!Ge`Xgt;WDl_LPwh<(gnxaqT z^K<&8Z17uU9@O+&yz>&$THlP5%bAkeSs|7DHI)OWlkO7YS&!s54Yg)Iw;UyMA|r;~ zx+aS(@B*mh`4zLyAdO)F2PL^$y_2eAbaFx#WkU zOe~zqCllW$)UZ3Mn6cUWNjeGwP2WBqh{w)}ym!;s!i-hzP$zZ8`u1}B6Mr#n8`^By z`ReCjV3Vl_YlaeVtU{0{-9dK|F>mwZi1|!CP-a=X&8Fpdchr(&urjcZ`zR*Z2C^Q? z>)M-oy6@v&e&0t0`v$Vb9%hXlEnm)E(fQbBi)|Eqs2KmjB zS5Zl`Di%m%Jet#HxpN6VTB42gGo)hMZMdFs25uU-_Z)eb5^DWzOQgEkRw&Q>Rj7hKMDCH93;4844-9rw&w3VUyqf$ zGt3%jW5PQ}usAAThGudWJhHIpyLN~F6vk-Db<=M;@yEx#vSVQ0o+xxoS99lo7x%3+z0+%0IjR zfY4}iaro?ZH`L8OydfGtHm6RK5&T3FLMgm{^Sj z@zp$vK`v&r{}7gIN=*G{75%PEN4b;;gi|Jm`d>j*r3tsQmU!y#f6o`!sjIk4aJx`xD1cx;{9a3wF| zr45Amd87GF;ZUEi;o0DtYn0vd;4X9)8)I9f8x|h@^CmQrgPjPE-J?)S=-Ra5AGcsX zj+Oc}!y4V4i$&OjG8hXWO(r#871V~0cR8zfSyy6vtQo1%Ia+hhIhc*WQh+ZTgvryk?#RE$j# zzCz_TVvO6x*c9g<$W^8pGlmyqn*l4PH5?ZZ<6~5eZH3sMqE>fCV*GWAu_Gb&C92VA zjN4B!b~MD!3FlRDdsQiRRfz42lB?tP>Qe0L5c>tiu8G@gO0jD~?0(Uz9k<)1*mj8h zOJTJ(Zm%uHt_`uDQO=#X-6_R(LhRFo^H|&-E5(k5*b4ovvo3D0E5)u0u}@dI<8gbu z6gwVbFHsv!#O;Yv>_mvY4LRLeAGg<+V%Mj!YK0APdqXL9Lx}ynVmHR^jiuO)A@+5` zc~jipREpgcVqdM;&2f8kDRy&+{T*SoC2nsi#cm0)C#ptUzC>b*#Gs|Ab!6{pRT}xAmgz2?Cwj+x(8_KDly;=^FkncC*)g4Y~%HOO~X{LQ1Ky<-H+Kg~l^bRu)o7 zWp=)2go03B29jhUr6kw@PYX#f-whEZ| zfA=BKG_zVk^SRJ#J_wpF_R{L&`y^54#C}6O9aDJqjY7n=Jsoi z+=`jMoc_aE+)svVFM@0-iOn=;N3ocTkY-^@xTXJckWGR5@8iQxSnyZ1*L4-OC{E*San@$EU#Z%jwIUOl zMgFhJ(L~1?*px-0U{mIl-|@u{=^G2LKclv2H--x&4+LO5W-O>Llpe{~r&6EaF&Nnn z_KLb@6Xmdv!g;OP!M;8x4>F=jmp{F=w_Q{EJ38`L^E;il{3^;s0Lg~0(>R+GEjw@) z51-odC(g1(vd8AF#(}+{o62?c4emE2aQaiouY-QwpU|$@^_;H2MvF@FSJv~< zLYP&G57+=Pv3s=P_fiP*P1@U7X!A?m=(C-jF`#+pb4c)h@P+Un7NN%$KjI(1tH=1_ zNB!5w?d!_LPw1H&{0+9U_%VeJFB%XBto@z=^~JEbvY;%UuC!4+ z9O|9?fC^fc0yo(rT{esrDmjxc3dc4po=`re@E7}VAsoW}y|W=7p&lPdbcdHko2+~Q z`LV#&W|;&NhAuS}80m(_0o59AbSlSh_buH<;7*Nr^;up88bPDEZR+$%#x-+6W+Tdfk^>UN-! z`~WCKruk#FYSsGo&>jZ%h)nBY8ucvRPUCX-5nC~uJ zaBkg&r(n&O_D`rUO%9(-st<7t-F`w+Ts@Z->#n15enB_we3Tqmm;5*nxO9fZK&~eBakvatROLU(Lm%+T&8H=40j+;~QRs zuojJHaPD2AC~sAuk$_DSjeKK8@)#4LgNw(%>w1@`MJ&s1TniL1$hmH`u^^JI%U7&N zT%(d6j7?J>eVwF`!xmmBJGAI5Gj)zVIO-Y6$(3NeB)<|kq9-gWDYld z*V8qy$#OmElI8g32n7i|%f{m24SwqiZ_5gg-i7~hf@ul6LWbFv*wwbvmemi}pwCqt z^HeYE$0h5J*YbX#kA!`K+R2W$0>vz3_ip)#4+{NHdZEuD53!9y*1`SQ<!)x6m zw*17dy+H1|@7u7cag-gOYGTzE@yCPXmnBR21Rn>}oWv*B!6(QT$yf14v|xh9j~<86 zOV?dFx1S!?tfmFeJcJZk*~K2lI_m7ph|40alW{bN$yaqV;dR3m-fS|g%WBSI6{%f4 zAf>q|oU|glPPLd_#dyYWxpb&}tK`9I8CKOLNT2?IX zJ4u<8^(wWHiNoW(ge>S%%ja?O(md3HE9XIb*@;bQO->oCi5k}*0nu2lCQHO)s=Kk` z8#(uJ@k=@j^k=EuGX||Nz738G5|@4q@(ic-`&1pT2A<dOI+8krpI*@k6T=x zXa39hZlFTOdgTh`%%=+Z2}P+wOW4mwwxZ?M&;N4U(yE|07Hvxt%$h9N<_=xND!Bh|=V8 zUSB4|m+YIWH*<}d*@=dhbJ7e8wt`c1HDV5wE| zxu+>A&m&GAbfn3lt864!^F*eir%d?DE~p5mgUkg_LF2FjF-l^gL;CI+z9Ecc{+wmG;CM^XSKXlvE!@OwA;CMDHg(Um1n69$tk|7&AGhHe z5LH>=$nMbNa5h?BUxMs% zpgj&LU*9+)P*8{#ge*icQMbcSUs$M76&vn>=Q*5`H8a9Pi;`_<>j@< z6psjbX88w3FU49kUyj~8n39^D@8d8cW^ z2h2F#sWn)5lo>TYrad{q_<2B6R<@sMBupHeOenM#S@%}Jva={>l7>agY@eXF|DNMs z@+DWrdTaiS)FSw%+?>+4*euYx=s&xhkLXX*bk;7L$j@YNzHWv{^GkQdb+c~+_ZhW? zzYk&XJbqc>cj++MlV#S}OHWVDq>ABk43@tXXcG$z(DekZgud^GU_YZ4=0MD5sPXR zj(B~yx5WqhtLV2Dy!gxXD4T{1I1I&$_`8KOlJYibZ7z;$%g}b2HOXRo`89m;{+Z~B zNPo#X7EE@wjO)Y7REH&Szm@_+7imrSbbf*bF3g9RY_W{;T*19HZxg}gCs@euC_BMo zUae1(^OXdqOPf(i3iqd=DWx}%RKoo!6>Ho1{njkBik)Jiffw>b3!+vnc^jh;H?(mi z_2+GpyLUsmgw-yt&MPeWytnrpT5oQ@Ypu_WbQ<&=9E*Ja@$J@{Y=kwGk#-BGA-{&w z>Y$gjM_EHTg~mjR+;3&8-YFhZ{Q1$Hey)%UKqWW3IJ%dz8eytIF6z*wa zt4BsiOh~;LMrQOLR%IOvJ3+I>l|3VM(_M5iY>#k{*Wewla(_g*$cJUucV#@COupv*{Y5D*OYYBm66HO}+A$nzy&Ao$$wBevK&=l9*Wjph?!TP+lCx}iJ}I>}mKBRs$coJ^%MWGS zD96zV0Xt+sh3yvLzX{zCG{sS-c^Tr-@C}#b|8V4{mI4SuS{uE z#LN82Q*56sxmENh@9i!*OXKkTE=YrSLcq(2b8_Z8?){|0E)TUbr?_}O-GM{1OT_)P zDZeJU8T{avoSsV${x^H%%T}m|za@amEv?3*kDwaUnag+4-P>x2I-a>3BPrmGQUwlb zUH`wvZ~Ia(L7--1X8+d<;_1j-i~ofVSYEd3GH8TVx}s~b>iE{d@_t+^`#1lT?}C4` z_fuv|oB6P(#&_7++&oNiK?xMo5+HN@MOc~wHrSbk3ClHy_kPw?sM`NnR&lC>YT^&& z*oSTLkIAI4FzY|ROUGgkqB-p^Qm4<0h7o&;HPnc6*<(1`yI8CJd;5N{Os5qnrK7!b z;&}z5AY-H6;i?PDRR&f6ESaadS2#6KD>gGvf39Yec#~}-;7~Cf7H;D$o4YeEdcD)D z`o?FM5r)buTek8Oaecm?kPw%d-`P3@=EMMEmjx2Y!SLHHf1iSroZkzfb}y<(*m`0& z3;rQ5yKv;=PQELif@No*J035-mda>wUe=FgE5dlmc=0^y_J=t?!ypef&Gzqn8>n@p z2uzt~tH2RX_P?CjKOO+4b`_=tekr!7>MH4bf*FGIT*M_Sn<0$WOdnR(3tmHHX7u}Z z#(yAv(Op#vw!z7F>VBrzEVppODE~vyS;0n>kE87^L2o|d{g$jtEA0*hy@hp#EJL08QPGC&!boGqn2CE*OT;k~F(s+|6JP)k=}&XYmYm{a=O3;lpPrR&naN^4=}`<_f^1c~l5DkbHt>=X8y@bL+bwTyyAo(2 zV2=;b7pvNa;r))Y%!>GB+4Oo22q zjS^$3t@Olim>Ztn&V;a*?F+MPIclSvi3G4)vgt7S^Y@`@JR3F|nUoDQubBP# zB8B@Cx!D`re<(YoIK3m3ttI7yoXu@Ea2?GpjQSUCg|A-%S_e6v`w5m{ljj1zWaE$M zwo*KepGEmr&Q_c5sho?+!^)W;$B=A&|9O^KD95~)RD>^`A_hy}97^A^Lg{x-{yYbi zJkl$Sk^h162aE3AFMsx{oyN#{$A9bdP_F|`lRtkJbw35Ri{FGLB6FP$o8vLR|Ea>_ z#jop8S^S0`!;62$!%g*z$->5a#FkRHspk|U<21iC7QU1WIF%_Mwi(GXr80L~4EkMU z3mb%IHW2MSd3E5;%o|Ci`>}*X{eTom^+TE5FhggdEh(nQ$UQ??rs0j74%o_>zxymb zem&30viW=poj!GK)lF$3Qm;QUiC!;*9(LJiLG-fI-$Smp%J0*fdJAf^=V5~Af0AS! za1j+3aMr1GhEbR=)xj0M0;}2;kDl^I^B!J!G*HB*0Aq+0U!(B@h5%CLc!Gd@JdoWr zT7}3G`yztB5|$s)=#}kCryiCT@j)1Gv&+3P(f>B6@v^>v+`?nX(Tj$5V?+O+JjBK# z#03QiyURzjg??k3Wg)>z^Xl$V({m~52laG;sTFc#z$lmgi?Mha`%tyI% zLd{)+Mj_!(07HEk^-x5`Wl8+?)8jfWOQ5 zn|VDyBslu`r}KNSA`uCar##>%Rop+T@z< zXQ;d}1b5)wNLZthJeHu1d;Bx~+LJsk1q}1e9;{tU{(w+!BlRrA-Hm*D3*ziS`L5V- z76!VD3s+zMIn9lj_!f`i8YHq%eO$3&4D|Yl9~&10ZsF&m?tGW}qqua(;b^o4^pPnS zO*R$}0VLf)>w_BCZd0D&?!&Tai?RP4@HN}kXm3*^`7B?o?bUPZR^n}2gApoyr|Tuyy=<*6LgD3N`n8~7`|z*e$;7j0uL&2;r3R+W0AjLA-Y%rx z!Ov)KLnFav22v62`CN=i+3xuQO5a=-CDA}@GZ8mN9{1QBkE;m(a=_y-=Olo~xx(Y2 zhR0S4bRzfDl<@gJ8T%NX+CYf0(!|e!2@+0GgJ0^+8q34dfAjjdE zE6^kPJT*`E;0uQ%A;%I#RwPGgo1Qy)TipCGo5{Mxiz*=m&(`#EFG!1Hx1TXYNJLDxUUEn=YrWKLCb>!HTdv2*?I(33byG1k-WTccwE~WQz2E#4D*f*hk*=TO;6LKx z^~v?N9Mjuf>HnlP7`q{jovrl$_mZ>|Y3$}o|83~Fg`Ar%-WXz+%$IZeF1NPaII7r& zM@HX@?rC&iwRRXd187&aGMt?O)J4blw?o&N37KeLatzQ8VDM1CE5`uQ7Dsdr&=x9c zD~~Jl-*RgtXWj++#M+lZzl8r-BN< zzuy0#bh_^-9{9H0SP$bcWlE=(5<;D{hIhC-8(u=ieh%g+uL4aIActwUlzH1w1=&eW;%!l@wU+_`MzX~k=cu9R2gW2Vgb%x?c^SdAmwy9pVvmLOfo=TYo=QG}8)MYK2Y+zv}& zOH5Pw6_oVA-4~ff^RM6>OatH3qhQe-uxBdzj_jGrY0#djbXlLyY~5vhreLsV>f!B~ z7O=+$NN%E~hdX_^^PN6GjKM-DQ_>x@|DJviu-H$2s;n5+q9T$ zHBxeK_Txlm5`1nyvIK!ePi=O;z>j3Ipl%kF-LcS2Fpo90x_SXF8V8nuVor(szYAVO z`Zd3Y10Rksz?>5Ie}9F@U>q_#6=hD}65~f?&C~xZN%G8!u4}nkKiWvO4)OY&im-2w!2q(9ht$MF;L7`8$zQ0uo z`L>zfKuV5D#LwN${4dhD+D`U#?HsL5bNQ230A!3({=cv2EYC37t71$c$=M&$SvSAE zrkia^ozcm=5Z(8M|JLgUCxGT1>Ez4JrG~fPmHxR8 zN@K|{-1S07%uLF%dfs0Wb-7v8NIji+o%O`<_IGFIev}n%jt;HJ*}1jr&OwN+>^)^iyN{u=aRqNe^ z{u;K_`u?aKzUuY*QSLKjMt28oh$(MnegCsWX8QhT3(fd*>ErrGX#>lr``*+HLp#%5 zj!O9wTEdzk4zO*y)kCqF94hwvgmA|Y*7n#;KW5L==svp2ZJgufBsceL8eubn}VH9Q^{X#ts-?*IBo@);4foK>vsP5GX5-e%JKHk<>bs??6@oZxyTU6 z0!2a2l<$<{VCdOXY{(p$*=)mQ`A#X~kMvF{fgWYoLupt$!aJpu2$kTj-6^$psM%mq=|ZV5OwlgBrknF_g(Fn`8C)1I(=#6xXF@$Y z^HCvF7c*=BJ6s}9k^Pf9TQD!_y_!vCGZ zNSbjvbAJ{k8p)dpwbO8H)z#lt+b7`3X?mX%uH>;1_xau|cQJ(kg4#EUMPj8BkL%u|LB_{YLAeba8iuXn;o{ zB8q!Q$9=7|=~3{3XF}l|C;6R26ScjFQw%vwehA3dKFQRtt2NxQ({?43`!ddHe@`|r z#XtJTKl#W1(IY+ese8Rx1g8;!n(u79C;)!~oD%vsrJd5re-ZPh#edKj_@_J*_(};g z+fISsl+AMC$~1&m+@<6f@)3M)(n(%vT-?*K;wr(%a0KCkaPFT%FN~8buzUI~T=#>P z#d&b>$GjKkrd!s&@i zaI(1WMLAB9dl+>3w(p~AhJ5+F**h9Tg!%=?CMwDwn>hb|IthC@Cavn(QHfvmFn-N^ z>hIx_evO?=Z?7Jpx^utCx_okr49x5s-hjAT{1;$~z60O!cqx&!>&4uv z`EPv0T|6P1^Ov)7y{K!o~BJG5b!gww=I! zKSKxD?-~wqW!q=@=)Qrh3>A2F*quet|5AM1e=tpi>!d2ZeFS5pUg~C3v8CK-c(~E-%8G4q`Y(LFtXjz%v!bkCGvM--O97N#4 z_a*ho`d_^F>2ORze#i3)NZv0xaC43%P$^ac-U$OAkK3!ag4^7jc;#eDvY_;z*7vczz*7LeKGaKZivi`CNHZbYst2f;EYtAvyIxuH_?K)(nls6)rQgJ zMfMU8gQIFyRvmc+AwxQ?O7dV!O?P_ zd7ZLlXJ)&0uuhVPDaltrvQy7Kzag9fIe=FD_Y$o3&Lt6o{Rah*P#@AglskIgL~<*Y z5JoeTl)%c`+N_`1MqMtBFl-g96OWQ-Qp&(?+*vJwDX-s9UIE6=LF%Bv+wNQpdX40% z0Cn4Ne`lmUGC3NsI7cb2Bx>A9)^3LIMth{Y)_|!;#dgQu2O1qzt?arEl3hl!q{5-= zFw7d&w*Y6=pGf{u71!=`!fro@b52u~!Fle)!(k=S`=n756(DhqvqVifIoIC%*x&BbsJDth&_q zzHG$=icx~Mh6KOj6YMM}(CLP%7$qo13Et)t^qxTW1;!UX1!%!IBtT|Ko=NK z&>Qo-6=Trv@R`e}MLaC9CT%j(u8g|gY`fA3f%mqqQs~s-^>w88U0W&Gi{0>hu`?5G z+aGF5#}8PsJa{MHZgzr5g|WRyQcn6vwtoi z+)-Eo?0(QBM?hTuDB3G@I1C}qEpRN1{fxLmy_Du+(BH2>xZn+X7V1?=o}}JaNocC- z#L4R_T2g0^_ujFr&1AS&HXDKRk@JddMb+AHS~qv7OJyfpbI+l#jdHNy)#Q>~%SR}z zk^B}^^mGenkF0j@{e5VlEzvNU&_r6c_KuzjjP>g0z=__+=IaK%?)%*cGD zIqA~an$5se)h0G#H#r(ixmvxDRe}DVukaB)pk{ErHWNK-E9P%L$j!V4bfKokBCEJs z!-zD0lsqWxkh^JwFo)djrG3*;Lj|vPoE1U1&#U){!4vHS^XYaaO=id*N8dOyY`wl* zaaTh}rtOT^@o=U4+u~U-rCMVQbgu$$p*;H`s|UV)C$i1?Erddzl)1K~OsR3zlll|* zr;a$gR7(dDDAAkCiPFw)gRxKar?A|J>pfB_^0O|N0sI^S9>9AUptYfRJRSK9IgU}C z5m?FUp#~M)UYDXYP>*Fwnqf4eqz7c^hu&0R2#-6gD8OZK_^G%K`>`avimxM8Q2rUA z%)pb*U9mA_<3kVorFi^o+6J@8|Hs~&z)4zFcmK~+RaaG4FEc&e(>)8&J<1Hl)C~L5 z3|q7BAR;gWD9EOang^?ARA?K<1s7zAVqDO;jG~xC4I0ghMnO$Pji_-q3UL>W#u$yp zEb#yS&bjw_p6aRDK=V)D&pS~4JkMRvJ@?#m&pr3tb2Y9W4{jQaZJR*AraDFq(%$c# z>YD)38|i`~aBre^w_#?#uGH^Qb*J)TIvXH=ORot=mp~j!X4pcy@S1bgGUU9kSVhff zeEW%$*0r^*hMxwvT!U&>!9fk}GU3krr5i^$A+{|iFO6i3*|rOqp==btyv8<>>~v)A z1CgDh`{-d|nIxz=`L@VKvkTzRcJPA_xh||4YPJnn6-P0v-X?}Hfxi?W^FRq ztlhh5bi5`YKD3@+N`bAHf#4J z(ho(<^}*x@hI$Z1S{$kv()^~}`-2zGu57O-EmQ7A1t|vqBnUr4SRaJV_P0nL3%y}8 zcW*XxSDlBcuA0nw7L@!5jRLUg9`oLeKDB1&HSh5G{r}A|LhkQojyV_d{}+w3;vAz9 z*Ez@BEIzjLy!j=t3Rv#?m}AEiOvvH$hV4geW8UzDk73>jHSKub2noB)8v%xFwy34= zp}`Xmm6POx^g3R{1Om>+Hk&tXQZWD>7WW9>w+&OEXGgIt~sU(GMPnge(1r3Jdy=t$ZeKGwq4U zfDQ%+m{fYlNdwn)qv>L4NgdcHI38N3H!lYRH6ksTKB>0g=UO>*%YRosAtUjzxOjTz`Xy4facc<+=K5K@t55qVvPZaSZ;rUd%IuxMLd2uH zHro0>FZZvra&<%Kxaeh|OhS^~QfaHhj2*CfLZp|u`PUlIok`}DHMSKj?;H)D(F#V0fGiry$80w}?U!T!8=iOW zd{8N2Gb#DC(Lkr&=s@q<3Q-J)NtSjD-EjP>{o}%ECk!qz*dKpddW(&t$$N?kzh4;P zA>oxVp_a5+iT~M|aDWo82nkzPXQ`I%oihxIQ>v%ORHtUC_S`zvRWa3`S*oKtQ*p7? z_=b?m&B)D=02K6ajM_EYeKoTToipYxr66O^`5t?DmQ#(kl{6>qk7L?x^$#n&x&BUy zeIETJR+4*JbFeYxeiEhVGu_eH(AZigeB-iaPZ_kwgv%Kv>pn4U&9}it;^YfLVitc< zX`sZ|h>%!;epBHYbZ+{2{%p%nqB0fCMj1fS{;?YTBvuQ465+u`KZ!D`TW@|M2F6(C zd=i+X8tgE6RRx%`5*pfo&Ewd58uCrJ+?K?wq%6;zmORe$cvCEo&TC}t!P);gmJKFd zM8Hv=O`+l(+ii?P5?VwKz{yq@ZjJ)*YgdVmN;9I2;1IHRWVoSa9r}JU^qRv(t?gJ- zn14knyKlLw7p7#(A7S7;*c_V$gDrfr4h;1V4c=}?ReJSu3=_$kUcJJ~QL0=#j91q| z7CB6xDhN4TMSOB-K_Xg;`bm|ZL`on-085^I>hG|7*=jAT}-i-tzHPSnkAMutaG!;P+*H>JkEXWr+Y zUkZLId4FLk_^IUmWu@wgHka~#OUdrHxAd<@_h|F#uK14pg$6xhmE2?eue7WC4;l~+ zdiq_wZ2qGuBUb4IdtYbJm2-m-Ld(vX=E#@|4Kijac^o}5Al`!Ls)&+ZUNLG$TI^Q$ zvU~bduM-oBc7yZ6mdwtcd?3p^qpX|O(ns0$>U{LwDJy5>t;t(SSn@Qd7SkYLED32^ ze-IL|nVT0vf~7IR86m-Ca}q3$308*$r_4z(787XKv^RVpD#4da$rR6jQ~RfXC^@HE zva6ZWg#w%pyL4sHKdb@PdLrf%=0(N*&2n-CWue~&m&F@E5TuqQ?Q;fY6(ls-YdCZb zk}S;5KE;VefPk;&uO07KmYN+Q^s@n!ta`~dV%YukyF%pCpzQD7-f}Vtj2H|EMqQy| zJ!--ppyZdTG;lrcSJC#@M?HK?-QX*f7_UWV+ip5 zbE3D4?;IR&f+M;hCUwe4-OdP~wJNuB+qrd(*2OOe#{UqEW#8sKiN4-Q!!X~lZCo~W z5tZGnuLhUKlCGI~6qbXLl+TJ_0Vvx)U*Bksa+876rf4`OOMaU!87? zP0jAQ)!9y>+Idj(e7u|s%CtCn4sF-ustoLBSNgERiwh0SiemC zC4&biHJ1m9wEdLWrW3IUYiKG9mV#OqLoXe6q>4A1SgDCmUnGiYY~5a(!Kk5-Mqh*fvK9A=$1O3*i`VA`r`I$fPYIJ=V&U$ z_~w@S()QkoLYEnv*iyHvdK#_mmb1cg>{L1I85NxZ9-#GpaG>WnbHB@vc%PepBHFyz z)^eQlMV5?Ww030J_1vhS{;`{{;2}|Zw7g|VyDrnub>}nRvjN*WqPA(x+`Mx$)ix@L zmM>ZEyS0fz3GO;oVAwFzewJj{RRR7RRmtxM{vT``{s`~fb`;?M&<^0&-1Au)h&D;` zSUN*(;xKC9Un;!Qhhe%e8+T#XQ%P=9l4`mip?%zOQJ%Yz&W!=KpWI&$HpuEF`unBc zs1wU`JM5}oIyrfU@W;W$+_vb~D>C#Asb-F&wky#7R7O`q)&0#PIdf%Xv8F4O`Yq{Q13|hr5%8#s%O1V1KM11kAXsL#S*pz?uge zSv#GUljB8a!hP^H*Vh`?4*ekWLM@!XX4O6C`dh_{9YSJXbg|ngERMaBjXf(P$U;2{ zQ&CdR!*98&0c*7h3Nvh#H(DF@ms_rCjtbOTwY;TNn^l~gzm8gB|LhnmMLkwG`QvG8 z^0B`2a``R5i%P}z8_*(Qy%aB5-;D@gdCI^=O4PPlj$R#6G7&RFJXx`G57QRb8^l}>o5u6V+ON)}JQ zj3l!Pr4p6Ff;wT1M;Ymnz}qmg?8|KStu#sePtf!ujmvl=c=mIfeNEzPzF0HHZ^j?{9l&xdu;^cDk=+T*#@8YMMdBOPV`LV~iwberTj;^Yh60!B5x3}?7e}0{yz{-d z$6Ov#GD2T*Tr#O9JwEP~ zGlL(YHl7s{o)_&ufH!Hq1x2o(5Q$+%+#O>*tUFX@`W*J4tYFHF?K0eyX4G32Wq|3+ z#&X9RNFydsqpw1mfS=)xH2U&GRf5=bfG7+y{hg{6!8`H z<<8-nU8j=Kf$d8~pndF17A%=w3%V4aQ%k5Fz1v9AegLNHS?$1FgGIVgOh=g6&Xvu- z$OkDySLI^*mMtKmAI#o0wmFeYXdB{cpbJ40*;t-z{=jek_4+s0*H0|iD@it7IE%L| zlBUph>~>j)3^s2L&L z&+Q$g^qh53|9~Mo|9qft?UrU#%7LTh^a{W(%@{1t@qxv(YN_#dWLdzN&H|Q`X<(>X z6FhsV`7AQ0tF_eekaSPpW#7A>?0XqdNGP0Fk`#~_pl-r-Qzei_HH_3mkYYEto zHG$@np`=4>0rg;o3Hw?`h3f<6CC_{oD`=(!t)E^3JO$aQ+CFI?5rA5jLU``nH%f`E zz0rU^RS67g6c>`@Z#tDCnqQ;gp3Y(MBmtmLRol<7a)sZy=?l`=dEmg%c%9nFOe8oM zH?Sq(w7qylc1-P7%%~)J!O~XuIwL<{=$eNsaQ{uW6{(T0E_}OK1zl~^H*x9zQs2a( zUH`4ViA&q{O-!HY4A9$nqRqj^rZ;nh|02i)NBGet)nfN^U0c!^0CrC54c{zUinaMrJld8dm%V%IRH%uFO2qvbhRo z9~9K%BV&a%NR6{RzO@=}cZXpuP`W24SKkl&FkbkW{ADen6P)`+ZpJk?`xEF^5t7Aw z0f!PgF;qY=Un^ap&pf>Zy)^ca~v+`cx<9^sKk`eVu?PtYSf(tU@}QsRW|F$AX{ zriKT@gcZ0qspe|=@w$o{SM33e3v~ewzT5m+7>>i+pzrf6pDZm8;nG}EsHp< zGve)8#2Jd{kh_=@BwMJ$^mz7zY_QP!IDezGRXpeODk*6TYcQ9&Sg-i?Pm9O99g%8WOQqrt2y2{sPD=A~Z(+IY5dXaz&H=AgCQK8lJL_)1Wl9gVqJSGSD z5aDa*m`!^_eDssUzY@)Wh|Xi;ql`btEqKJd5OswWQ}+W3EAl= zFO6{#!m-rznM}DO_(pdGUr68}jTYe>4fS+`FC^>=U(9Flu@@HbH-1HI$dXR{yuuJT z`4v)@$FGcuMlviNX;_;4fW<#8#-G)tkcd~y5kHP9V*Kd*BlYgP$-D0YOr~Pdc_&z2 zEb7bSZfnxfLsnMOn!rFR=8Qmhl)ZC!7)`g2htYH=@DK`#oms%cXj;I-XgU`Uqv>|= z5b}1%Lnv!Ic!*_#2Or0%#3G8*!|0H?{Gk|s_zvRN&WRs|O2T@~#whohRMRKrOh#iG zJvcs=fMJ?9+&z|Nj$`1viv{?!oVT=+n#+*lJE(UucttdG;r&s8-<>)qUh9sbJbwp2 zW0K6uJ$X((wZmjr?@QyODRW$`Tdo;nA0|-u8b$Eu*cOimJli)JK zBA(+{zqd>K;q5TJCR>Hvh?v0@HX(Ll*Vr>X*0ZHIS&lO6uIB@z{R@6gH1UMjHN!S;GDQ}L`Op-`HLOAc<+ zcM2z^^iK>m0Hi*=iRVJ2#Y3Sxj!3DN;1dSZnZpR=ifyVy&8(>4N2pdxXT-Rs|9~#y z*qNe&AEA0Fy;}V?eG;pq0gvi+r!>8#^b`V<()5$boc@i$V|hz6f<3sdk@nOk*~2v$ zR-GD_ykFa@UPoTOdv=A_*k@nsus`%8!&X0Qo|Ga4^@pb8(TVrl!mdYBQz{sb$+H@{R>(&y- zSjj5XPAuE8Nj;oVKRJ2sJ;{*ct(;s!Q%8ljva5m5qvhcgg!MVs0&S-eA*D54z8_BV!d)?xpkEiZ~^0~B}UI=x1+oIYoUc+fTSNf!}ypKJ7LwZmgoJ1)* zt^+bzpk)4e3TvBk`ef?ysnyEG$XEN`k#@rRqGkF&!8u0!Vy{=Dy_}w=xsMs#_m`{; z&FLuGRfeW1Ph)EoU}G}aSR;8KT`>}66rV$uDo;j^l2Xh$l&!C90p7=j-foc4&k1%L z9w(404Dy&+0%K)PUcjmo70{ESUy32%wIV;835w(#ujh~e%D<2Bq&(f@ldqw?>Ks)288$jVd)dlc zP@-2PF)%?JlP%enXf<6Y1EoPhn;D5%hNa=9wmf!7ACx|A)U*U24-0smyQr$DSK!K@IhBl)|id5sE>yR zdBaUzxo9D65=uEe$OH!UyU8dVx+=_frQ`(4L~&fCt>&ko6dPuJ;LU`dv zPA#y^0p~WoIk#CwS$=kHUNW&f89I(n{XcO4hs}9W`=3dgPif4T?U+IXH9SPa|F*N< z!-4hI8Tb{ja|?YsvsJ$t?bAH7jzpDJu_IgefZHw69+FdDmiN2Z$lgoDsOd-3kMSBz zT;*3#?VRY=&L!dxwDU7QoPHPWWM{UN!W|fHjHMpii(2k9rhaQL8ALEN(wG!48@u@o z9;jx=`^wW_hwiu3`>H@xXCSN;PKCF}@kH+_I_*|QRU^DXhGdoY1&s11#bhe!g_2-1 zS|7>zZE6Y9i-?cw9p~AFH0AVsO0j5BkjkaVbykt~_bnh@Z{L}`d4YYpynZZjqp20# z29!j&Fo3R5;{$tyS!Y@fEyIdQ;_}k?z2=Obyu5OHHmNiCv=GTDJdSVl%c|cZ(`Q2$ z8z&$s%S0Q>1+Jj}s+uk83eTf87JMx@^3qpn{AuNiIaUik_Pk(QGiP4EjtJG|(@CSX zJL4Rt<(123WIsNbV*XAK;tu0UJ>O7Yb@=xSFu)(=-_Kyk{QKD)p?#Y3!OKdAS&CAh zo2f3y!Ye8Kra`8chW4c#4usfJU#&D+b`!jT-qFgI-syjqR`cJ@p;ZRc{f?JQse?0q z!ew3uw|W%}E@=SsvoYtbYu;n4nk!wa`#MCgHl0j;O|Q=c`t3AgEHr{qgu(09r7|Ruk$D^Dmbvrboe2hv^0i@+o^IrxkA^eme4jPv`w4TtPqS~}61`r?b8m06jTc)3 zol5VSP|`q(d3?m;mBuy9Lv=Y$y*)|2uZ7rd)I_7dB&Q%eSrpaM9~g@>&#MM~dZyKU zDr3Oo*jl#D1kD!dLrTs03_Vt{HYz2I34{y!KQuozg-H$^n~j0A1X@@f)x4Gfl8Hgz zDDZ;f2-(H#J6F45_tDqBb@rW~3y;x+%|Fm)f9CN5@}whYWai=MGb~(dc;Wf2#I=fe z&WK?80Vsi!B3Mn~88==GZt4P*8tT+~KzG46?>Dxe-dk8qpFFtd+{t|yM=8x45GB}E z%9cnB(`>%Kb|x9}cFjw!y(t;?eWG%*m^5tI!!uUQXp?3|-`IwAwp~**1}t7D`D#r_ zBh|s!x)ptXX}Ci|$oa@sZ#8%4@@!}Q)MEhEOv zm1{)e66V-R?B~#hw~6-^u47U82WI7)j%HVi4)`i3{oK>xW%EAaWo!H|r)-xGO^H!X z*`uS!ZJ8y86^!W;8^s>*52RRW?jlYhLAK#lp7qb)`lzQ|tugv};vh*p{A5yReQ+D$ zL=*13#0Dy>z=76v<<))VO?N??NS8rtAlr_C*5&1m3g#L&*0~Z7R3TUV?1e2_MhybKO&!;l0*Q@2~Lz!>p^Ug1&eSFv>CH)LQyWEKXc%XKFD|4n65VS`GM@tR(-3nh+4I{HHQ3H!2^R zA1k~0S6Q)DgrI+>&_NWFq0OoOuEez8!( zcqy9?cAKKzX1>~famHi7$$?4D`2%CY9PLA8!MFH)|zy`uZ-`2WD3GVDnkl#?I%OuWV-ZPWVJD4Blk>x~X!S1G5<^d{m zqXHr5^kh5R4ul3rvnJ7l%TJ8UM)p#(Sd?yg%*rBo&jLR+5Jxf4z=?^J!xC%Kn zzYTu@h^s8u94MaTxpn~z2v}=8F%F>y2Mj_Af`3+%MmRnjsLoHa3A3k2*Y5{_cjhJ& z(IT8}C+`~icwtcduk?xVDH_nBi#jQ)%Vql_TN=|Gx3|} zP$nCc@hpmWGt{(ZPrNZjqq6ry-Yd)P7Y}pOVeSyUc)Fz1(^PhBdR&(Pnqiuq6CU8Y z3_B%UW2%K_V0w~6_XLJJto^S3SP<`&3L+FHTd$>YCQE%6N#k@R4IX%wl&#j;dSsSY z$H8~t`5rla8S}p-5B$~b;!$czCRH)%;}|qf+-yhSRa1eD)?kQzyk-g8B#VT>_e^HLfQ)@#l0D)d|IDrkNy@jicvnF(g{aF5zqni1?l9#(;w{nQf#lO`pv z)%#uXK_0dECv}Mr_E%?g%io{p7qYBqsSwoGa=J{6h`GSwU_Qujvs-L^o_KdloPS4m zUDl8AKG}}O{N;2a7U2DS0P*ZU$M|#)MOQa{5=^-=8I2B}e>WCr$tOjE z$yk8qx38t7u+{0s0Pb#|( z*!anC*5PWY*Sy6dLLP5;C>WAknSWGHQIX(7pK70h%Da}{09DvA*Wr4VdA|!BM?DHS zhN`%mdp`ZJGMsqFWE0u6!BRn{p*MgY>wB%M!&BkFO*BoK!0F zVqj#c>-%*^8z)m`P=at?-_)7tKNMBZ`;V@@A0(CI0Uq<-ix=2NzC$ObdJmoNj8DAx zP1J>=STyDE+y0C-v9|WbM50uHID!%6WJj_yeDl)vP4x<6VH685v}hQT*b5AGv`yEk&?op^W+%S*-EBa=Ve<0BeUxS;m9o8 zW0h5L8W;ZD_Xvhb^tH~HH#TjOoEUmmy2$Sn$UMX(gyKs&QodK(nXmMRdeu1793&oy z(Gp|mmaBHRhQTzYd-oktK3E+chANdzbf)cPjmytRALF;&JjIyFgFTF9ls%c)W_~`% z`_-@>JuvA%T3a8bKQo4ngoEGWl8(1~Axnn?|;4^o=}R z6#&!E;t$Onu8(q&T@!c4y|)kGjifv>lBPrrYv(Qf897pX_%#5t7wHmqGgP;wo|dnl zsii+BPUEck&%CU>?gEg$W|%6Tp(=hs*k%Q_5{p5I#i4wYCbi63$&2@vNk8*az(u=P zY!?i=fLYUwfZNMMql#_myN-2)SN=>@{!3M^AS%~GZ8dlIOU$c1oA$lsy0>-ZT-Wxh z^&74`fq12_gk~1stiHerdU;EAtg@xrJe6vKOjAkr*hadWm;je$iJ7#0yE4lxnR{uL z*Zm}^j?R3d--_9B%!MVS<4_3XlviZwQ4j>!mt?TdO~1J3CfISFQS}^>)^583PhQrt!Rk#6-nlR$!v*~8 z{#eW14Ocv^Vhw_OJG67!uF#Gr&S@uRRvp`;onpGjXKl^tcrGn8Lk5+*YqaATmG9Bg zP7&6r4Aw_WJ2^bROWG;I`1_%q9PaJV&gr{CJDxbFotSw?v{OvCQ?wH@>^kju#>YZC zMOYs@?d0(ME@`I-k=)AR5nhQl+TtDaZvpDoGh3n7z zxdq3R8ky~?WJJWR;5Yj#u?+=x8M7KjVg4?roqs^C!zt-rx`f>u+VM^{4+{6$J{g%J z-e-F;O69_Rwu*}P*}ezMio$)iiVAk<)68>KIr_TO$w2GP12{y zbPMIAyVoto_Jr6E1I%!>%&N5*8$rDjc!q0bR*=Qm04;N5l(~`JwI&i!CUbM*-VOd0 zvI;atKawwTG+sF;1o1g|mh>_+8qCfbmy&0LTeh#X79B#g%GRP6vldkVN&_ujPl&pN zk0Z_M`X6e9UJ#Xa((Gd3;d&gxQpAu3S9@vw^OU)vL?1>pneNK^TsoQ1PNlbYB5Rjt z^|duFR8yWtU#nOaIaZV-yjlc!EX(dKVMi|N^&Ki(;ba>KCk9xpseSB=A;dRK<>sn> zJo!~wPGzCRn|gikf~C^80vfh1TChCEqC55~O39hD=~Qdeb)bCvJ~v;ePI(c3SWTrb z*2fLuV?ImCqQ}$QIpKMgP&hifL64EyXZYipdSt%$zPK~V=s(L`nN{Xw)h=dI{kxn= zu)F?FG}Yr{M^NPSqOSr?g){;&Pou9wnu?bri1IZ0Dx_f@tZ^y;@-+JDJSuJDx(;ks z=6JV#o&5`Zud5#=nzpq+&tAspX`+YBw^x1#J${w4EsM1urt)sPJR`Ovqpcrq=hgNJ z`x@87_qV;-Bc6E%Q$)vR&*{pd4Hf4iwo6j*E6&^!U2#`}Uvc*UZW}&Y!4|iC{3iL~ z>OvNV;g0y7-$n8D&*y0^_=dNwuA?Tv334zLSo&g{(X5>4#`(*GCG)LOtanz|IO&m<+T zf3+SNyMJN#2t;^!-n9J$xSCM89rL}(!KE2hl=Dk{ZOv1aH&3IlRacgJnq%-N z_)K}WO$b#yn@7(3L-`7{yiuMy-}$uigz!=_A4U-Px5D8O7PXx*)=fVD<&MS}OY(Ug z_w7hFxrDmU&=_;Kb?G87x)ETOVUV#B>NMlwKD<)9@L|VlB*)UeaKk*3Q^yVS!IVN$ z{AY|?hP_qa@4Lf!VW06r-IW46L>TL`%{X>Y*k=4{Y0-w+O&|usc#c1w>yK;nh}(_j z+2`rAGP{vSM_)h7ajr}m&ZRGLoR?=6q2pMX+u^>iWR<9Z*k>WX>h79f5yku}ubBT# z;kPs+Xf40Vmin?fO3D7fa+|}bW-jt$@~EGYU`sP}&lk7h%w}tcHjw|qvf6JI(B6cby=Z`-Ib+B8Dm=o+wLjsa=GzHqK7C@J4v z&>Y;DUrs-JErS{n?kVuB;zjkqEMCW!b#kuyzr67f=$Qdsno*9L9lg1jOim}-IX%zm zMEe)i=a$bNLS+x*xO3@3u!95ULpNuHnHW`IQ_1gwBviDe+#_p4BqT6(7u{= z2%JkDf)Q_qYrim4ordpsu~6CKJ}2oddYo5KGwHQ{+R+uylfA``QqGm+R7Y(yXY45* zNfuo7{2FL6&u!+LwH~g+aP7MF>@I55qa(93BJLS94mJP<*rv>Pk+tkUoXsB1&u4ECHHyx0F39GI`K*- zgSBk_b}$jZ_R*b%*GAjd!>zW2qd-;%?M*IJn#%OAfUhzAul$Af1knfs>96VHm8BV#1#`2NVzvEB()yH@;Qp}MzB~UWpRnTjs%`dGLQ0>7 z!Wp1S@($o(3nR|I)!a{}d_UVID(ZE4$Q)W`9x@BS>Jk;f%jGH9s0Ej<-63WITmXcR z5n`8*p9{F$0xD0VuR=LtTnpknjlNc`(hY6~G|8duN^%R&r{u6P89{eC0wdVC zBVI+PEUI;A#SRFZ&3j+#B6J$wG0_(6gsc<1rzpmby&X`R5i(*oZmWlW4Cdv+1mQ5L zSz9W}-N5!3#*td!?O6d;p4-qER9M=e3GHua3?7kDwCojQBEj42g>JS=G-t&9fHF!m z!fauWsxbHhj=#zC_d5PUOBsLvf3@^V2FlC915?qBdX$^L0)MpI>8zCO&by80(u@-L zX5d`)3EmaT8$ZhUva;sRE6Qi|EZ(d6-gvUl_t*)d;aFj1V}Yuqg@E-QAbOYn=|USr zSX(oQou@3{(G@tM9hC$oyK8sgkY4L|cxS@SqBj+r(hCI8VU}!|U0@Ow3fz&oqOm zo@_y;dR}0Kg?j9+NL8Vcx}`=Hb8Fu%)V}*RYJXvA8uegf_BZ^A0#9lB-xP#+4vD;^ zTY~cRzvn5;))l=|a*6s%{?Sy}ihik9U>l_w6_ox5e{}tMy~*mp&RrPS^0OC1$pWsp zqX;VtMYP+YgpwK^C6!ZTZw^>nEzSSZJH=LGu?!wBbAGb>>b%U;DD$aKO9ov$6oPyZ zN_v=*kk4{xU7q-M2w~;X=sY%()wBOpJU3EK{*-#8gNwK<`?aQw+R^qSbZFW7-#oof z&zpzkP5HVK51SE4RI{%I^D2*{oMiw0$}^i~qK$Azt&oEc#-Za)mrGawH9+!0P^VU^ zW0yAMz>QSDDpj7T8!~YS^^D2|SIzd=>&^Ru-i-jaY__U^W{tman`2Am>*~BVd+j?} z_3H?H$-+ZX*ENXtqU?2B#fhFvCa)upYhSZmZZ)p!BlAr#5*&?We!RpNE>)kD^JqH* zzJ@G=3+Fw&NEvE*Hpo$BGqom{Szk`~Q*6fH6dvS(fo+825;dmxaxV9B=Fbhk!owHj z;T^KdP%(UvdV{Ph#B!%mY@_pBgDG2Md6?m*VB=EQ<5AgkxECTm_y)?q((q)cV16dr zmgfTtdmdhNFi0Be8E9Qow&>?o(p*9iTwi@eo0F#*4$IA@ z1P7E@+_u~5ee!h2{j!)X_W2n$2Tf<;v96P;%jMpPAI1Rpa@*JHMf2zR+ry(Gr{H9O z?ilr8ut9Pr1I7^J2 z;<(she@!j&x+oa`=fKjFyc@i1=!%!V_ETY5)6a!jUAt50Id;eB86$}Z@g~v!K)sUg zCdzB=L$Hx$5o32D;_OZ|B90y^-iPn1BJT?z)Ndc?g;zaC4i2oDI{B|rSUYfF2n)@8gVHKNk+q#Ba!AL) z*725D!B7uv?8QRJ+Q>!9)z&yo9O}VGj_vxWon%;h4ehk(?0#MM;rA@HbxyU`5*?S~ zpx}u40jY6B=iv%V#eZVqAbcCHM9XU|e@dUj|EuG@mtMI}&%w){%46xJ_R-KswqEQ> z+T{C#oPKsNc^tIep^0G4v8^~5_n0#niT#)lzU86;02U8}B`2xXpFWP@2Kzu&X@i-v zxV(*L%?5gNPvs%%Fd9eO|K7)L&CYyC-a>E_p$+2ZjTN}R-afs8pe{n=Hs4%V8}7Zg=pZIsRpm7u&|52;fQOeHuuy94 zS2p3Pzf?DIthtve4j(R?m7iIfkpLHjH|O^$xO#S>9`p&?RDNPo6>&3=Y}_Bk=g5{h zgSlp6z;I75cY)mQ1j<`4&JsI@;F?cijV3QMMq^go7Ww!pn_dCq6UJiN1TK#0*Z|O4 zYVs|>l_8ao(~@cc|3V!J;NL$Vy^f0>b4iy({so5AS2Uzmsf}IAcAZ_m^s7?Mdqc-6 z_a*@&cX!6C2m`+|E}Zxj;6jH+wMc`4zy9Dt8*RLb;m}E1ZK$t&U2sjZ`VMnJOBieJ zRTRmIJ;@l7xu*@k9^9y|u2+rxTD=QPE@r+AY!rjOGR^9r+Bm#h*7nsa70+aR{Hklt1LzAKXrO3AZ; zjqU$9E>zoDRvSW|X3k;mQ_qFRZa|BDcdJ?9A1>6a?>j=xF8d!#-Oo|o)2pc|7e(i+ z7^VsDd#=jcnVGDGD_EBSR`0PrF)Mnk`n$MK<+A7V z3}@503F}-ZU}69+r}v#3zO}6C^1bO2{2axb#;@3{wG-qub@XPfv?gfK)Ml;wuGhNA z*Ev4MuONzj%xwLLz7)+(13Mo*Y|@?GpSN<(YDW6Y#%vgo(EKtEP1Z*DALLy5`W1b* zujq#_IN$j(14p;o;2m6-=0y3YoNS^_c5p;1ijKZFjcohcFO~GhlDu(k)esA7Gf*^c znfg@HK&xKwrMiLJk)*4=D5`{Ak>o?AUaN~Lt>)^A;p*%`WEo-`FSwPkvBzFgT)Qcu zO9du&1E(3{C>I(t#hUA?gLxqn13T_3u!}?+n(XMtzVkJkt+fi_`QeW8?4c?plrcnc zVI8O7bTSr1xav^6uR-MNzmXo+5nnPNlCw&d$t(0n1rEJ;kW}mvfgrD>YsuYLTiweh zu4E4|X4@Px7{aw z6>!ETiqfd2j=bz2C|p&C@RIJ9k9rw}-*mX7F96dAMOr^AyktrE~BFXJxj>>Xz$`z)-jmQRvg9uqC8jHBt>saWqoHO=1bGVpzddsh!2 zmvzb5Glo!EO#s0}OW^c71Yel9y>H>XTnF*+sNk}K)^HiIa6^0um2?F}rRS^FniYhF zy5ZvCQN4SlJ=47e=6aFg z+J_6&#)XFO)ObB!#Z^WR=&K+k6l4$L->>)+6i-xTz1@4|wEnQR(7cdOE73e9D#SBc z3l8Hv5=~L zFD|slI7ml}%IS#|%V~ia)ptmQlQUl@86;WU;aMDrKrl>CCO+aK7I1|UIW{bQYlOs< z&(4Y~Z#t588Jo07TwYWw%~L3y>m9T?1o1B*MW39kO6V6Sq#f_dN+=)|7MdY-02-}e z2qGT<5wDhcaZ+>4T8vO@%bhIe+f+-L#>Tz7B4&2TpY^A&7GiKCGwyj;_+anB{cgtC+Y#~ZU}}QaD&WbB7HG2sh!$Gc!{S`#d#Wi719j2&OtEdY4l}jO6G6jr79=88%+iH z(bHW2;`J@}va;mE?OoUuN(!q8p9&wOF}u&a~}jI6{z_02Frr9f_OH&AdYy!@E8p zcca47pY~x9$lCBCJjQgK)YDY;IE)3xvA-c|Bi&!J!+HgyfTT4+iWQzh7o%32BQi|U zfs$a|li+M-pw~UksL0omK_)%dmC9Z03*w4Hcog44If0zo{2)NCyzWwRSWjjrn1y%K ztpQ~6@|4(w0`t zw@Ym~leXL_ypC?w7IkLc7VLA+6;*m$`p0q8atd;c`zfpkKZW(!y@va|O~*vowrZ2c zlJ!s6l*@^8g=sXFMa8_8)nwgv@{2?sCRSsZ-o z_lElF5I|XJFY|xACbkb4Fda%Rk6KnSFD9146N-bLAKpIy-sAy*p}a z*Lf0ciR@as`h#F-4)+c9txZUSjo#!#JUDI9F-a27;3d!|NnCo$B}88``GS!2&U`*q z(&d&^f$lD+(=P-rgicra$e3{wRwn#HP`&~s+D5++J;5(TPhqM=J(>H3U=P$c$JB^5 zjcToVwk?*%kzHQ}snzUn^L4xq*Ki$CYrftH(0AUv)5y8DH}}e2A0MsSaSIc9aIc6P z#xUE~hmpsIg8p@<=i5)wY5xo6+b;s9&9^UPx$<5{H;+H}$6b2lCbMx)vN2hjfyEZq zW%{!Ds8qD6T|#Jgn_62GsshO{KG%hEl_$u*J$8581wID~Hdpqs1G2Y{Wh=XxXF4z; z;K#URnqJ9*!&<{Ur;NS|@O9X3(67&z<@6t5!%z|vWw=Y@6~@3>llZ+8+e~+3Ojj=4 zD`+^uIMx8m%x4R5HDynp!{YlwX8W4kq-M6SSt-GuwO{}%Y?~>#3{$myGs9HNpynH= z*-|SQrV6QD%wkP`)ZWyS9mneU49Dxa5(!?JFo~n0p94*OtbKwEV(V<~3mPxHz9fV$ zEi~Gp@pBqRTJ(u3D&pZ~z+iY7Z&;OPoLk$jajpU6rojc{+yZ8H3z)$!H^YoAZ@1L; z2qwGZxH#{M8XX&ZKQQL&O(R$ZK^r@oo9;WTD2p~}8*}1NviN4S#8|?OenDI^tUJfP zaMYYdj%2Vk;Qba~x0P3qR#p$gvlbsPpq1xW;lhxtCM~hB2PxfFGAfe^_(=$Pi5U$c&JoYvo_>8Oj9cN=0DL1(lMvl?gzG$Rh z6O_q=BUrx69a=Gr#<{EG0G|^YR38|?^8dp zt}@iIL_87>#GI+&SoEKyRrfgwXPpkADcW-zHT}<)q3T$#o0<<*7n{z8pe3F^ua~f; zrhVb1d8kmwW&kGDt&>!w#;UBJVv)71NQ~NzOAOUQkz0mf9D9p#FgISD7ZiLyn|B1E zWEB%+wf$<^A8=uV88tv7Y5xceMTLO)<%J;N4-L0m=fu=ol10Sfc#McxF`R6vU?X8I zO~1sr=&vt=Y9v6him2UQPZvVo6y!drGcOHyyEnlO!Krf`cGHU*>&YFC@2PXyLJxzql0XchYHLFCfV!zXn)z01Pf(@KZt#I{Xc ziilQs^btUCqiE8CFn4%P&^`d&lpH7cx#HA(6wHTlG>RV#e@2LV zBk0#1b#-%#;48LXjsM>CJ)G1>U*J9vg!gaMQj^ZB{&1bbCDipQ;Ut{t$LzhEkA{yj zolXCW)@S!raex#BNi7|xI|q7K_rW>xLFV0T*EaoQoIfiGq>|hg>aupJ3^o~>@U?RD zBUu%?vuZKLcJ(t5?y-U%kLz&4P`I+{H$K(%nW|Uahul1%Bo;L9H{N3A@pj><%hbby37N-E?Z~M_P1{Os`;N zjje9sDmE#$!GM8G!o6B5_#WT);Jmm%FK@%|p}W`g@_xst7? z+CM`;C>-5s{|DcN^Q+zkx=K!zRG>rl(NEQhzMZ;0s^D3{cv39Q_S!${hhOhOmlHT~ z!P7#KS!s-Cy3lN2pNVj zh(A8+kB|G~Z}b?Qz0V(?^2et=?lb=QoCkj1A79WT+aWrn4!yJWW2IGQEk}>nG-LIp z$1?koV*2Gwe-26WP-TjGd+oFJ`8fF`MH{*2@?hZA9(vgnAVDiiE278qW1R zXk%<|tvoB>w98gDI`%h_vcHL%{Y@n7Z=z!7gUH+o`=_+AobExv(I5|fB{w}yuab7R zG$YdF?l?ZG>FMfdZZjPswPb;4qgqKmN?ET}S!I*EIsT9yL889e+LsXn7DcHz{6Pi| z#bC*+p_9Hq(s5}LGmCDo?X`42J{BuTLg!i#ON0Aly;=k>u3cyy{6d-SIv!uZrA(R7I+&XuoF)AvQ|rQ|P3dArg2%!lZ*oRbx_w^-U~@wi58Tm3?T=C}19N}k6g z#L~=%mH$Z~E@khz(ceN_Z7LvLa?<73EC`jBa=XaO~F6QV-L6|{2Nv|`J zl;Et|Z<5KX%p_Hn`KkcGdDIR4{Z&U}*b%!DMV}QtOh;}SqDcjShLWMW-G-X}%&Kc0 zN}45I(kLw57ph>?3@a1*qGh^nB|TsD!k_}T7f3e;Famz=7f9hV1Rtq0vv_%6o(vls8URIilrN!s()~ z7AF?Q42c=JHS?2}9%$4OdYhQfg+d(h*$O92IZpz5m*iuOoiov+tkDXYQzN{{*YRV? zxz9{`d>#MtH=eGS( zm0oD)G3#PGHzmh>(BCz7$7tuNJ|}82Dm&l)APunTk?~zl&L+(p^YQIz;)F&c4@la3 z9?qn(5vz`ZxNK*e`)bqsGv=A=#2VP+G_J(DL=Jr@HJ~L%IOJ%^HkW4x?ekD4WmwXu_J&@}~FcIauCwa5jKt z!YuZGSkgXr+t5t^gyOL4vx@58+B(I5*GfMil#VrumHrS>QMX`_Yfwhcq`x8R$bnnT8(kg``IU89BkAX85e-S|&v9~~6s;NJbe=x~Sdl)+9^dcmP zOdcvFzooTrQQ0Gnt!3wCkat~Fs+zyd!nNm=H!%4j3MfjwpOti>8K1di?dug8I29u! zDm!oi=d+5WXbf}YhqF*F!p1=BilW-%^Myj!oJff_q<68z;f@k9&GnPRK5npjOahKI zFBIsSwt(Exr1@VyHY_?DdjXYU=1+s|>H(pukWvb=h*T#%6HQTF$c2rIZI!s5 z6Xuq@O?2gIf9IOH7}YmY*Mk0qjv0>rU;v+*55YCDBli zb&l^**l-wu;8s$bDepbIuO5TaYVr<&*lXgkZXxVp3G^$?yGXrS*s1U{XhNek$>oDX zjoaPP?oL9;p@wC^z?`r&q$q zO6K1kEU-qeq?bUOfz{~dUK4zx1yom=%NS}==Bk)qh>kVCE%K}B%b0e8Vt7Uj5Gs$$ z`lF5PwzaH302J)Pvi?3>*8BSIYWfaCTGr?`hxuaJD_)U>Ws`!`6E*`>(^*^jw+@LD z$2pLR=i`#pFyCxDA9yY6tX`ZSwkbz2_`1jum9);}$DqvQh)Q~)0i^L z35Pk~VyuCz-62XB_N94>+b-pxd2+t>ZJ@YAeLm6{>FWvNk*1Di^qe$hmBQ`6kEa+W z7*>83)suQa;po)b7pPTUZO)+jSwse@O4L8lTS=EwROH+^nc%{3D?5rog5a~YHACLs zEP0$$rA87WVzw41woVl8_NGg&DybTI<+cC&eM|R z3uNe-zKTZo)ok5zW72$*>7Pv%##Xc@u%HTSo~sz+30hkP8AgOr_Q9(`U}6aJS0(v0 z6w09i_=Yb%SaN9TkuM7756xdYtvMpBaKhrKIE5Uo=y;#hX%uhUIQ=%;D?0*+vI|J; zBuQGhR33SIISn(;JW#fcjJn@M@L|>m(+_~R;YyFrWd0I3BhY}gB4FtlJaNFxiz zd{)>pv|w?&E&rNB3-EsPd~)%&)aD^xOg1Uhuaf0%U30N!0^mhD@tLmLTE+AewK0|Sh3iz})mZ@tI*eKK%uwWB>F*tI4Ve5Tx{bcf>9<2uBI!)`g&MtY*_PgZR z9dya^o#+ylOia?-?2{o~+WY(I6f63FRkx{={GF1P617-f&KesOFW8qZZbYV6?Yy@9Ie<*0U7ydEoJAcYh~2m3usEVKS(sg1 zsV!JMG?4x??Fmb@1xq4_T$*vnWnuN^95OThS;L8BICSM^x$iyO7d;6cBjp$26p>86F-L$v;6FrS!9*nXZ$FK zJSS}tV@`0=H!ww+TAz;M#&P+33L1T_@Yv!oks9u9WTS=iFz%v+ov?b?tqpAcgOie*{dyK+#!SxC2geF zs~eeRi?qsXzbt+@(kDaFvlyqF!d{1Dc4^1`z@K7F0n4i3ka*r99BQ=1fl1f>^~#u+ zvJrEXWs5eX-^%mVGK)_YJBI9Dno+~u;6J*hFJ!!vrj3%+&+BXp2AEZHfj2nY;X@Z}%L@vc#HQ4FP9bC|HyN%u3lEWWN z`qqgnv7Wq^g5GaBfH}6GBBk}2;pdO(lt^=}<)Sddq}$Xo8Qu!eL2ok0NbyTsTS^*v z3>+26<0$NLgrs0evq~oSU)J}?>{tBpRXuW(d*esa!J@s=;z`!c#(a#>^aY`*ZM&1^ zAWyS|(CygVs|Kwh-OeMFt2|b&bj~MG)&*Xcfb+#=w7FOI4x4)m$ZhVG13>j~E-Cmr z{ac@hz~O3!-@kwBHMAwH@q{gi)Zi`H=4bHll5KugiqGXm=hUiaYuo&+8n=dj6t?-I zkgP8{ZS&_qvt!%*InV^#eAPhT>5=zcIe8g4e2VCyV4J_moMCU%akiDeleYO8EIVtP zf2RE4e$n9eVY1wcg zBCPVH*ayIn_Fs;?V&C)m-e1y77Hf_$q`MGVQ{EkEs*VzzfqkD12=?1fu|7;}a@XmYt$jXak!P|Fp5y(2RTnEH|fN zm+6cTxa}p!UttA;IsF`{uqGP~Edz!>HMzJLzoO4l_(eG64amu{M&6#}Ipjr8HUtX) zo|1Wd(;pA&F}h*)AN15Q)xn0VTl!nPnO5nf;c&jh-6|lkW6v z#Y(V`{S$Djq5^Im=O=l;smPA-mw32<4dLZvF>MLus4XBv#ihe2okE&YatvwyQh682 z&>vOvjGzw2{pEBmgAX>30YXm#=9urt*2!fD4wJk=naP+df`b0Ft+rDlMlVP^H)m%AZv-U;@)t2sJD2aVh*e} zaBkaL`ZIN7k*))d)zgNj>ySIWGe^8{15rQ?>IdkilAt+rJUVF5J*Z(lX>cOwVP|#H zs8GC*jMoZ{GdHwZh#mY=@^$MPU2y#g$8}+~BYLS*x5)tGZbYmw#J1o+<5}4#5`Wd$ zfM#_+6!M^*W9lNGR+5dV9R5sW$Yiy~Sl`^Uw!=fiYxgCQ4xVabmu>SoM^8y1Q8gSr zO&^3E3?z6H=K!gsedhziN=5eG@r%+cSOhI{;ZmW)NpJf_0N=h#_6%1N$<1SSG%Y<= zWV!FsUXQwvs5Jw`(QdeXo&{5m*~{t`Icz@_7bfaUSNq9Y%dW|*-GA+ zgs{B!TmQxCzEvS>GCoqf>10sshjh_C54r4L9bSm&zi`#OgUFtIHu?J7=dHMeboTz~ zc`L4gYV7@==B?0rz}|;TD_99(S6N9ur&>kZbI*mzDOT@cPymE{eF19Zb#@JmdQ(S3N+Ap0<)sM zp<}H7qSsGf>;07awmFtQMPxRX{whNgra3n%=1~r(->H&k&M;g1G&=*iH@cQ$m)c1C zYZ_o9O^5aFgrsN!bGpl0E+-qSv%dJ?_~o0w$D}`g#pdtxn0N^N?B*Zn?ZA6Ki8h)z3tolrO|$azx1`=<}dy2`}}2~{ab$-Y|lSdwT;hj@9!@Q+DH4# zQ2Q)@S=heVUxwSvvPwMCzTRIJwQu&9(e_*YWvqR-zbtP5t-ma3|J+}ewtJ7W>@>k& zc59#OFT1y|@|Qi@v;H#PzRh1I+VAw2Mv96KlYbn+VA$4W7{A0m*d*^`^)j|fAE(R+I=Tk z6(_cr`^!n~ef{O+_L2T_O8Yc_IkmmsUruXZgbbc-94mwCG6EqS{7 zI53~4aKZK`V6OlhU}KUd*!Jd8Q3~oP)nm&Gl`M8(DC}V{4Fa|SOh`A@nEWc~ROCM+ zE&tcQ3jc#W6OTY}-Uck#!Ozw;0Mi>oPQU@02#mGl1*&|xP@Lh-uuQHiiJ~PJhs@u8 z05Gk(N2;9Q!)Ih$34SThmPQ>Z8;rJ^V1NjF=^ zs}JVQL54w(S1EynJymGL0$Lo)-V0rdXmQz`@laZ3KqaEFA2F=d{7WAG`DH(PerU{o z#m4Ng6gu&(DrF)`HqYzqhL?xZ>4p9U^FrzU#nP=6my(QDT$rVht3&IX*nWguB+Z)PB54bd-EQ zQMB)qF@;L*+P=Q5G%k(L5Sc9KDDC=URAom^4@H8qlN^evn0+8wp6oDte+E%K=A(5v z^oF^gL1dxV3p}HUrcew}e2lc<;zN0si5y$SECX3z-=egnN_s_qTM=THOmy`6SONEN zSu<@=8MsF|2#3aE>lvph7B!gFKS;ui_?c|Fq@u!y0ML*yFDbOhDnwUo{jU_nCEY8W zpP~AXNmHzFv@irhswIuqwTl|9=j7#Wg_mNk1+nbb@#LD?R^dZgvfcB74RJk4IITK) zEBthsr}Qq;$-^fQkK{q6c{Ac&d2C(tT|C2D-_Hwrnu>{7NQN52r1Ns*%m2u%oQ^ay zo0k-szJ`sk*{AV_zs8k`vOb8L>z+bgcD-ouV>3Tlv}aO}dbA6ue2wj&%&3IE+W09) z-b#J7@#X7Jn9s|v`TZMXzW8g< z{)9aUxSfCx@cT4BmGLWn^GUEuiO79ac{6kgfO4lS9;kLQ7=NsN~7wymbdF zY&l`yeuN&*YTqLU)Aec{i6S87JZef&tRG^OSfLZi#6%4Hvci`0N6);1kLWW5S12Xf zT#q@n6r%RabG)Jud@s#dkZk?~Z)|ItO06t9At0c2aV$MKBDSh^S{8Qicq3HDp%bub z%f3+B3aIunr_0t7-Y*|N(226uR~jA7xg47z@WTJ3&X#y#H?B2|b<8L>0^*P>#~KfO zK>(H_Lpo-^18U=I4*v>a#!y&rBtqBANcAh8o96kuzF*J#;?Pbox9B~yTIgV^C&O{5_vmsWA*IMXuaLGSp1$!eb2|ctli>IhB zm-33{5n&B2Wi+IQuFo3!Z3>zEJb%1Q2qaq|DB-19LaZ0O^O&e|aNla76A;Y2Li5B3 zRqI4Pv=}+#=Z-H4Z0cEx-P{>_einOH>lnv9-8iuzYfS6VNGeT=kJQ;(?zF8%KtNY( zu;onc7EwB^uNv;0nwKmZO@<|Zi7#sK(woTO<%?G=z>=hgN97V})=(SDat6-W)3ib+ zH;}j+{~UpTj&T&r8R+811IJiGW1#(Yc&C(wb%{{ogzSHt_VC?2@8hSTso!_PyLhT( z`nsek4*b}C1+ON-4|x~f^{z8gT0`i4Iz07$Gw=8Fdx&3&Zrn)XGrE1GMrP4sTYenEXGWzr-^~jcqQXm zCGY_c>W_)NnS~1eMU4rt0ug{wSOyrTlf+ICQU~U&86U|qO(avwl*PP_n8AGb*x;w9 zxp#N`l8n@^%d%7Of@1c|vzU7yK^t5s_|zCfeW0!o!wy&00+?7KW|SCVTEo8x$>|v+ zq6cq1ZJ)SWiH#3B*1np>QbGa|j!#B}emF)cCfQu5^sN@7E{3~!Ik&{bJSQ9^`Xj_5 zx(HvJ=ZXBNVk(AT7%3>IK|$jnXgn+%#%mpNb!|Ndp!ImMC$)s~Vp;PUur`YF5evB+ z?0YARj!H)2n0-8W*uj_`%f{?)wliiIXJd9rxoTU#GLX8j3h+ik$UhUX2W z(C^Q~yY_AMy@*CIx(}b=Ir%&S>f=xJh0$_C4zgH=@(9WQg;B5G{zU0mq$HW3@9RQu(V|Sn2d28Yiy<%cVZT| zGL*P^YNF7NmKcZ)=>h}k#y{`{xFi0tIO88@k$78k{*sJ;ENwg>Q9LY~nDbBC?{S*= z-%410`~=sXyn_#EE56Hf@*!SKBv3Yme2IYnsZ~Rg{vcWP#DkYm9%KM~o;J zW}9`xt%nE^><5F|`B&oy)ClBO> z`TOvnSPG_X=^`|8@8$RR{C>qx;<*&BlEOa<0>s1h)bDEE@8tJ!e%~sD|C;wf;!h9h zG)u-j(qBy8%^$;FoE~3mGN=d`$Nd{st^H(S=_K*ql?Uwdw;9W@0P^BtSz z)6_dDO=C9OY3tI~Jwv5s(;g%RY6$A?per{GyJvk;2ug6I3I9S=E11ra6 zja9FP)=bf`0%R-ln9ZFq_hm8CIZYMv{6f$=ek(TO7%L9N*DPj&zY}39_3(QL2_3@d zEp|vNgYgZPcR7DyQ4>WNU!dF*3039IOG@Kou1O9X;ttR}?V;zOwoVCf0LJXmj-SJvis6(jNe7#ZOy&QvN66};{m(~kua{e z&)jbzbMHPg_3<+gzmbT^3y9X3ej6V)t&Z~Y41O=+_ZEJVb0nI_rTE$O<}>)k?;FCq z1j7gTX+I;z9RP_)O#cMGzvnmkQ~o#?oaaRPIvdB5y45d??uf;q(r)96A{HlAz+_>x zGmwi3_sbIAu7oeMT9#{oP#wJ}QOs+)Hbzk)fLaH8%q4jY5mSYj6Nxd-9n_FE&+az9 zTUO}`%L@FFw|j}=XqIoHqgA_S`F=)4PCo*)*r1hJ8dJ1+B8qbn*o)Wf9*7cBEjHzk z@))h13r*1mSESfVM~w$$HJ)F{olF#S|9|X#2b^3-k^a+rvy*qVquHHV#aV@2jr6o@ z*_Q3Gq-~8T; zckL$piRn47lpY@HnR4vD;7DUG3lbRC(cn`gcp-`g`3_10SQ7To!j!vdya zHLbv&VMwB>e~w@nbw6LIfX3d3i6x`zZ5m_cM@2n6WC{&MYSrdw;W_#8;X$f&|P z5k_str?V-)cI!w&IM4q@~kz>@vf0wELv@+eU-2(vI<%kuX(Otv;`vLqc3 zlB#+w1dVVHBnSH{PWyvxe9+p)scuap=N1I~LrYOR{waZfDw&Xhve_Lk6Hv=QW8{hXl*EVy z66~X4zd@!pAIoqW^DV?EmMIY;jFqh{wpgywnxa5kn}L=FK(uoDH)tuy%MemZ@t>i= zu(d}U;a{McA}}Z!^vza=ZKnRA{+O+|Wl+s=iL$eqMrc?+1c}n76EBo3FVMQxl^6Pv zQ@{-CSi?3hZNd!MkQs8>9b9P+r&|||AC#_KI(|~Ra*eK+kQ2_p^GrMx+kB`e@XfK1 z%5Cja_+wiQuN3JJuNJCPEweGhv6$_V7>j#NL(#5y#)tZ&Y8T8^4hislxqo&Hp_0@; zEhaNG>=0YNa2+L-h8uzy>z0NIK?FZhf@t4d?hGF81oWVUosJ&afF4|C>`0GXNRNDW z2Un6J^w_YD8pt9%ocR668!8YH>jiMNum5CfPK0GwwELz`j{)c|5O)u)9h zEF5K}s&MC!g#glB1B7aV#0b^e^|3!7ujy!(4`{~ms3XmKLz?wvcTjMJG`nmi)_5)& zFQzM(jaPh-=<4x9(v?l)>-~*k)n7|$_*aE3jG&>fG8UlWSpOi=9gP2&c8$KuPyjIM zmtyqPj0GoB$!TyxTVYq6^n$V$C;rphA%q@+6`aFjTwE$MvpbIuv2oRSij6P%Be81! ztF%8tOAU~EOI|JYUg``U68h%sO1=Abq24pYdiS^1yFOlIy{#^>T`Fw^y_r61nABVH znx@|OO^0ucyEARQYtI+PYMpEf%KO8r7qUBff5jE>`~vSiO|@qaDV}_`)d% z6)JNB4qEIN!zSJ>O_b(H{*mTH<)HDAN^p5=TK?&`?eVW{$3L7oR|>?j`bbq~Wq0y` zDBGHG*9Uu{zel>rtjf_r{flB@HaWD`SNKN!LwGjD;i&K1)u*02M!h@S$vWP$3l#UD zPhz1o;f_o`4X=@0dHobWQr!)BJeZNu1&e?u`*dl{e{G@Ga>uOBJqr}$OKOT1ne z(_82rOS#pzOPz%_m9=uFR}nF*&&nZ#@|P=elTzygl99Jm*HU;zdwNIdw8544deF`d>@ZzBc9vwyc^F?@nn+-$Fm9G zmm}XL$p78=W?tNDxE;?I@#HaCJsHm}c<#f4>$U|3haozr;sM{t?|0$-O+4ic#yULD z#Pe!AAH#zKs0F5kyiv52SvwLxWSHvz{$r^^kMJl_GPVGxXjHD$V|4f%KX9W*Wxk9l&1sdD7HjAdAlH>2w znkR~hN~dDph?zpZGIN_0<2a9bQ5KY9a#425k)1M?UagzsuQSCg39DXa-7b$Nx|}C3 z%{7qYA!OPuD>Jt(T=Kahn$H!?$2KfdVwZ*$x78j3+qXsH-sxbQY;h4}h8^r|!~#9} zXtQv!rCT1-4q7`PNL~eGL>#2uIf|^>tN7@P5m{*8&X8LG2>cpti2Ne z3nAAZ`wO0E4I(fvj%2cb4h`y)2Jv`C6;*v06ewyoi`p`|3-b7~`z zOgffCX=+MZ9fZMG3x1yv`F#z(Z#TbDigP!f+FKC7LFOjhxNvNgVTZ{j-E`%JNbzz! zyQ7sG!fgsjG1i3{W^bz%9(V0_x1`qtSx-0~t_$(7ptJTlv@Ou;b{TOvtMG|$&b7PL zobuynPUZ=14mq3sA;#H*><=w^`|h&YT8M-voXsu^>9XrHqg`gTYp9wGLzeJ~N)RZI zeU+KjdpO0b9SbO$JASb-3KG$o>BDcZd0tpwOp7{9$`)*^{RXnJHAy7TuK=K3p@I5L zm%r8=y2zy7ZMCVkX(D?2c>rk3LPncbgwTJb87kBQh7b#WYtd;tVWTpzt@a}f6V1F8 z=J+YZc9-b2y8*Jh3|(iTvHl_|a64`JXagD@G{XAP0|E8xtOEBiIeCmvl!<`WS(T#U zv+p5tAtCrQK@C&}4HVbi;%R2B6UQ*zs=v+oSjvfN|mw}>L1$)WC%_z z!W8}zgZ?d|QWcw2s$wzGqRL$U2dXk3<9M!V7hJ+aQ|Db$OqDkll2Bbld%BH`9C`aoi)wO@+wS*ClLNk)3DZ`IvcL9rCNnl5CkZ-I=ltTa3gn|De#jlH9GQfrZBhO-}Ix++VxnXQTUc75*xW}jdb;cCo1 zU1a-VH`1=RMo2HfEjF5BX*I!C0)dm~MgQB6mVk9UK@ z(56tYjzdLT9vg?~RU0XjaE7hVWz24lK}%b6TS1dZyYb*J=*W?hNl1ZhXFmB-95zx* zu127M&f~@%9g@2K6w>XMkUuF>-6n*FVt#37pis~^&q%lY8DhKu`HTf4V>!VodIfXn zRYDHNl1SKiv4qqQXCYZb%UAYuQ(REuuR?yqNG>vvC5ky8i+`=_o2gL;aXYcJ0)u4j z;{RmXIdewCopT1?HYY_tCa#y!WtO6gmyuWB3<~MdTym~W8NJ=Eea-2#^u?oK{-&ib zPJX9d`a%_*+wgFFpljhb@YH4?g$x zOA#Z_*!Le-f12|*cc(ty0D71EtG2bx&^z0xfu6^2hKF^B+!CR&H3w&OuYv zet4dS=NLSx%Aw5lbDD$wr)@d6CG4Cn7$ci1f6SJrw1n-qWj(@n zyFqNvCs7;Qo_XVoQ&c@+sc~lGxeCu1o+HfnS$LyKr#F|cO~OejO;vr`mNQ$z&e?)} znN4uVY{7o)rm+3CU`I{7Nl$75>OiA}vjX)5O?Wn9X(X$z3?kqmsW&1MJy%@rw&@1}vnH+( zRX>O|fE7OoZ)l$k?oHr9-8gj_o)5!~^N+{99(o7G+woaF1#SRa7UA5fiAmg`zyrLm zL~%Ul(Q|G>KKH4=$JGd|9)l~zvbgz&Kc-Gcnk^UMOMl;)OQu$MDV&j}XE$!+*^N&I z4B&C9SfYMA17QCS0$$7j3;;m@cAF-r&WZ$J1AcM}bBctyooO!4tmd%+?_`|@a;09U z#_h!rR;CO%NZ11-hcGslbfZo6oxn{#T}Of%IxgQ*X~U7&)~Em+$z@OKPCvti^cHySG3 z1k~5)^SR}c0DNAT?8lsF4qfuC{T0%97hy}i5%dNO1Mhofm>oX`qCm=>0rl%-N9Yd9 zy=28=&p>s+o~E!)g#cWcn-`K6Oqp9CRT2}=W*0{V zv$ene^|8nJ{s`WZ{#*VrJq!jF=ObY*tcm%@;XwX{vD1Co6rIztQ`lSxWxxOL{rABDX+R&iJRZ(T zNOY_XIdFfX-X~+~K6qE~4C7gd2YuC9iiZ-NIuJasF(|-?4bKQ3tk7ZykER{Ro9Xw( z!*T5pNc(qT3>gY;viSyvLf&NaV|i~q1-)#}ttX%xj68U&hmr3}+|IU@ikl6+EeNId zrlGl1nKc6^V>?D_cI102)rU9`k6X1s;6U#+sjbv);y}@ywo0yBsp+%>+DdgNh!|#; z8pf)H5yk z?EyH|OdI-=Ae4%x&7{P_%2FbA%^;X|?#CWGoCw-Vg)@j4c1l`r>Swr!=y;*fOM}cg z998C+U|jrcDo#(*$hAdKjd&+erU7RneqBjobBOxba&3SlD=@zMjhCI z?!x2;HQufvwZ=#EZKaOpz)sN#E&nrrX$2U&UkP{kb>c@$4 z$2Tf}QUji_Y{kiq!?W^nO5;L>Ikj=Qew^00N9%)Ig7o9`##{8`47tG($E*?|LPg>e?=km@5Zg8n*fj3W_>+F zU(e*LH1#aLD$8$$xzL@ujz1=@f~=jI)MzZn@dn_n0(H3FPXw1EBr%s2;jkYhc@oN< zdOkl(Q#ii^w;ky%MQ);8o_GOuyc-zmPVzOudx@rQVZg+3n9)q#%+JB8oA@eCZNUq( zZs>0;C^@(-iF4<%)bc3KkRSUm#1z~~Rx~+rI!eW$fmjXUb%=oZKITwtGVfo*`OyC` zc=)HkD;|FL4}k{{{P2Y1fzxv69X-xJ4i291K4Ea+IXnI__+W4Le`)Jn*th6L_inMD z7$G=GQG=T=AteSend7hevAnz;;*mcPM)4Rz@K*rAAAq3b3?cX{fZz{6P|}7F{1rg( z2Q2~=gp=3_nW%5%jb_fy9{#~a61w;Ac4zP&N9KFfm${bn9`qc% z4vu5(nIC@At)2jR$oq$RfpBRJ_ofz7mCX3H_&ZY#m9(mlj%xW|K>YiKpV}k8H$w|5XG5GF9fOA^EtyGSzw1T* zX87z#yRu2aXf9PydUhVm7nOXs`2F0K^K@~ACz`OQZL?dd|8V|qlv1ZMmG>g+Vti!y+!EVLJ z^{ha?ot`(N+tro=00+q_?n3UZTqYqo|1c~TW~-m>!e~WeBgSgDWnNhgU8Y#{|2^mg z($Cm`l)&26hHm{VdlfG5E>&{c-6p;X!L+@QD_1gwZ2fAmfeA?$a@ymPDpdxuV3%Sc zT`bflF^hLALwmF#bN(I;xesJ$CL?jQ1gx@@G%X9*ux-t?Uj2psSiQ2PLVx`lG=K$X ztH(p&G?g9{dWaOd)D&9%JQ%*1Y+F=0!mpV^vY9i39RCYlmYW19?6Yq5lgP1m+6;4< zj``utA>=n|^LvmrOii0%rjY8G<8hMX0+VAGPCIesS?uF_)d7vQ-^0Uqw{N64R;42a z7@v=tH@|Bi!XJQK2Cu$Z7$JIUZ)WIS_#+bMW7A2T6IY%d)`?a&%=jF>yM2dsqRoyE zh8KDB+wYeOrKLiVp%VkN%CijRS?xR+i0r63-$prYDIsikT)=h^W=|tG20Zd9j0kRJ z*igU<-B1j7p@~szxPbH&Jbd%<&-G6i1j5?VQ8y5g9m#;hc921!F~D;?D#qW)*(Vj1 z3YKm(0(Cd)%`R1W>B^IUS~FyBLz!FEctMwbN|v)u`4#PN%S3fYsJ$uQ(UIBIpAR8Z&ix zFJv*S>v&(Te*+4?h@*&9?$SND4X&FG29oyyHB{%Rzb?c>Tl=ASPQ-IIo{R8YjfdwJ z-H7K_Jg>lWH=Y{#&#j!M-A|TZ-O7{9FRF2F<#h9la>=cnVSe2vzs@wjw#u)w^cNM~ zv(4v5xAJ83d4Y?&qhuuT&vYvr%;)iLQm|Hp5eD3e!rYME2x|OGxPe>Z+d{9aS z?eS^CKPZpDlGTw%qB`JoauO?pw=yaX6@|Kb6`yh@TsXBc_cr=YvA44jRQZiEg zJ3assj#T#|;2#v>Sf_7Bcp$B?@T+l;Ypn7u17beeh5-u&ohN<*K;^`hC*v>XsZe|ZuJ{RfiyZPIy!p*HA3z$e_&j2Ni|4Zl zosZ`jJhe|K$YtYK0g(C&JVW4{@DWPviT}X-C7({#zsnjXH**d<@F=`t6brpL1FBU2 zHsc(Besc4H@#q|)b0*qLYvXD>_buoFCVvZ++zihVH&Q^!NhdckOpO;(3&+nQRBPk} z+0K=0k5w6CvMt|o94e%c0pPFEez$Vm^njlgz!PGCrFJ>KRsc_&7SO-mT4`kN(UY2_ z`ww=o@K6@vs)g8(p~LNvj4*YbmGqSB=Wu!gy)FRIC@@Wr;x*uEjB0JTns#*0IR`bx z@vXws#$d#%V44)I35-Q!6~~PG(TZe(dd#%Zwi+30Vv)7s=c1f{XE_~s7$zN~w1J_- z>y8Y+2oFx!#cp~TGt{tisGSjFf=olt7`C!R<85c2)wbEN3eiVy2swXP>SIN(Q_8E@ z7Sj>!${a`UCyba(V4({;xJ^VGLaMt70k|_J1gl*Xt+1jEp(kQPP;)^(9cUFgy-CAX zkcyZJQmSc-fuJYd>pK~hPqV@B9}!x@S>1{vThk7BryUTo;{^OQvct|Z4nphOeFM_S z4m;1FU!nc>%ZR^hJdM9sV)mYKtDk|?$OVFWz_uMd&gj=E*i>oX96QrV)enOfRevr1 zumdn~*iouXVDk&)POAQ2cn6)_@fXSiFfnK`Ax6uWf|r%X`Pwa1 z4aME8`p6SpDQl=zOKP-Ie?WgUmHPP;T&cKuH(IHS!%F?)39ghiytZQMiyU{9e7}5x zD-~ELTX?D#R_a$zaHRrEV@stdV7vCNwu0#pB(j1j`rRs+76393O!H#>u+Oc27I=^$ zBp-~F?d^$a2o8>wJO&fDDM!Nb1P@`j~!HC(UY{V>GN&nx|^=m=HTVW?~xyFZcRbaxCRu5z*K7sKvmsa&6 z7&t-QWD478FjZ0A>G#0%Cxvz@<$kRKMfBBcK!HH@I6~C2(Vzit^@{+_xzz{oD)s~# zfG2e_>eqx0P9iX%_sbhvZER$R_JdnKwF1A1RN%B|1rBJgfYmwTB~rEEXl}|3 zrd=#!rW0pikp-@^9ymZ>EjWYON+xIO@msA&Z)R*XT8raNEvjEad}P_w$LN(D6t{CE zK^?Hn11%u$J6ykW;VBHiAmVu-YYOzLa0%V33pw+=ag5rV&3PUh(Zv`~5 zT;neIGflh!I@a|mnFDbD;ipVF?d=cH&X=zoOjiciJb*gk$C}&lu6=$QL{-M6Ipn@ApNWO z4M~KQ?8Xwj(uo*Bs#ucG7SrPEIV)Y=3@lE(2-GQNJm5hFK+9r(YRdX+_^muBZnvok z9G8?VW<411C7r3!pPQ0>9l!HZBXK!RYjHUbOW4t5e`!kg4gBuaWb|FlXlZ$`kdGz% zYa|)^LG@esjqM>sfOytV$;THb#*CH!_IAw6_$!alFi7fbkPQ^NmXLM(=` zL^>a1DO5_F=@n+i5IpM$IUG=9*U8 zS_c(Kt{Bt`G=7gH_0{N(=*`%X3?g6^&Q>pv(K$qBXF43X3-wHhR}vX;DeYJj z)R4uBh%OsReHQA7&1z@kWf+5c=rL$}bDm>=Q=Xk@ar7><(Q{so`dmt#s{?1{0;@K; zi=1^No<(@}!{e`YD{2fLg{cplfKRqIU-KJwMK$g6Hyn~-S5ynG`E4gQi`(*_@nzeA zk{%E`s4SnM{T!sHW~}}mPytVo217Hpy0TZ@2?+oY(``M~P(hSU5bm2m3T#fTzZj}; zdE)3iq_3H(=(=P5Gz2-RbgBNYYI#4e6OP1aMUSR=oy!h-+LE>{4SY`T!+`rGwspYj zJ_9n6sRm?6GuKEu9?6}6)`T`5+}!%0549H=bjp!w&2c^sVTXeAeZkcs9FMmZSX4&o47T>FxSMtq|inzH>Qk>E02URD zB2l{^#o(?zLqV_lJ(8mKMhQKpnXc{2-JRl2lZ-FajQvwlwCyoXd3TTr0qca^u+$P= zx#8Z4^U-;@6BJEkHwu)W+E+mVp7F`)!KnYFNa5hYcz@mX;;ZrE-!uS?Hz50c_%WZ@c^tL_P$pQi9n}Xs~cnUDu^Ui|&dQjw7(azdb4_5(}Hp;JO1Q&qf3Og5&ch3q<=h{MDrBI0_wi#Q7$GW80JQZjWmBI3qu1juc> z|C=e|U?z+q-B|F|{d0K|@5C@C3%EOGxL#Bp2 zG*+<4oT|q220O|_HgqNypfT{F{;g==H;Q(6WVF>dIi&<{duksRrZ)n_dO4)4UH$Qx zmi~CiL45?NEw9AGceih(Xj&(uMiQ8#`w`D|vYf1wg@hcp^rAyvwno>ZfN;UMg#+uG z$E^sb{k?f{rLA2vFYaq29tSUG+VNsWdGX!Ci@U(BDGbl=A+WVCJZ`=XL<|lWYGcO@ zbR^FE#YO-dUMMZBX~;`fe-Kmq2C_yrm0cr+& zy&6t;27&3Y%+*|kz)YPs)|`JFDsYLZKp|cIkx;RV__+isci72s7`OIc?IG_J;~5EZ zh%@nK*sW+vHw1Yb%~+|4?PAZtDQTHHw%CJ2Nw6|DK~Y^Xn^}OZhiC%RiAN?<^LIi2PS?H#!kraoIUi)-!Ziqt$%gDV z;%7*9j;uE^1Y>Nv{z85QV=1aydzizc(mfZ!RcE?Cexx1P0cm5Pd)GDubno7nS|w~t zK5Wa_8Ic~Z3>F>*TsGuB;UwpQhH@}Ty@(d&J0%R}iR8NEK5D)&7b?Lab19dXtYO>NPNE!^T2N`B- zr@yOhF0_RzEoUmeVQ(n`+s57!vAL}@H17}Ku)wGMq{g`B^*${AbFOd`Ncxp5lK$qwQy&2{1s1Wmv5y0QlGWupaCPKg0 z5!NO?BFa*1TEPgq5J3S0)H*Q$X+mofrs!%54}5a5U6qz~aKLz+BEl2eC>c(};&jK3 zq3J*@y;U+oY9O0-wD6zZkq~Gj3Bf)Hldn8f3;B&0y2&kypal7MLCC=!5JG=NdPscD z;zQ=JW=}EhERq$@Py?<0nB%9VcrV-vu%#m_9Y~&uT#zSf~ zu3xSIsrr@t&@F3FVlqan6fulbv+50nOV^*yk3iFtb?E;GddgY?bmjKq3~L8wD-72T z9?x?!%INg4r__#P&$QAx5FEK06LqasA5t@i|24ZcZ~ZF_C!=2=6Q+gfPXVyK2wnMEdfrLRwvPU5lA9qg>^=Y!JJ-g>w*fFV=U}UX-3DMiqn;jgJ8{;>YK{Tf z{mQm@TOHPx1tEp!Vx0>oVmaR+&2YlZbFdY|#fdgI<2{m_`X{_nQ_sa;;BSeJ4B4Ht zMxAnYCzfqXUiCBtI?i_;tpCiIhm0VVdY3!NKLg<|zKbj6__f_CXK710<-JnQXiGUm zd!?L3E#=JKE9DHglrv|qlv8ObXYO7pXMRgL^Y%(P*dI=fDZwfNo;_90U~4%sg=bHd zv%0mMn8LHC%GtlQoS4G1r^*>`Ehnb%?5T2=wU!f8c=l8|xX->>->K{kc`&!NoZ-Du z&S9rA)8|5r)EoWqJlryijoYB2ePPw(5rF)~C z6|Ln|_eMF(TgzFttL4zfH3##cRbu0U!@#kc8IIOWL@&-E9CzXwxJ(mV*{vMX6coR6 z2j(K@Kg8yOWoc6eHz>jOc8WVmvkUws`XVu_a44jhW9SebCYTon=Oe+)2WFX4-~-;h zuCr~@=4Qfv6T`>MPJm5t{oUZ6*}3f(?V+~Mrrq!&TM2{MgrcLlO_y1)=EgVCxX=U# z8aD^UY1|#>hc#u_F>N!>QEqck$Fu=Yn6@Epb5J}j&mvX6+`~+We4FqYuyI(o=Ad}p zBK@)>0-E@+xnBku67Jbu+j>&ivw~`Yks|#tz$Ahr{V=GTVLMj4BQrMPB8Z(H6h zmW1wM+xJXA6@l3S+0)nc=&p6`E(hoDYT96&4Esh$^fvd6HuycTYq@LDY0cQ)T<-E# z`HSw7ZJ!-+cSe}k!A(%ubJJWkWZ&E@WZw*Bd-C+OncGyPP1z!kn~OlH2Xsvv!BHUd z3~kVeHrXB8K0CG{(zlvhA5?hywvM$g0Qhf8+g#ty1Z+*)reP~~wcIvokN6wXuI`#P zlo5Mh$DDB^)J=M_ugAkTA1+{j8{vGmn#Z~Q2>FeuAdc}2$I;LN$F%(ZCO+Cej5G0s zb%yl-$Q$uF#NYVG@J>%Oo@GbjwlcEmAKUazJbc@KHVwircPe^^$jF0t1eXI{3l*MT zF1z^e2TnizVOsum3U2{y7w|kBe7rmV(t?TINzoNHf|q{@@bdKTc-h(u7Qhq!d+c!i zt?w}2hAU(|O_-WrVHypOWpCm&rv2XwBf;Iuv0!l+UO2@k{1?H?%L2SKn(zXTh3LOw z{N`i-4dcW9<~w*I;e-vsqcCm02^;-49R1PZdtoG;(fL|$;P(CSx_G29XHu_~{Z`;+jCH#e2nj}((r{KDZ-m+GcL*5MLf z&B|cR^KlS}T&I+}Gw&~T(v#Rgg@Z=vucfz@5B-yiH}7y;2+y5h+!x?( zx;}>!qj&}y!`w=AK|{bK%6T8#57|;MhiOcJ2t5q|IrDa{>r1-no_uy0i2iNG9jjyU0=2RY zhgI5eSYD8nj`3HViKLz8N_zBXPtI8Xj+V)L!^Uv;49mvdGg9p=*lB+_G8=YB+u$0^ zA6dT)5Xv6I+?GIa8zb|0k0t>8Nps7v%8rZCzVAv|T8Lx>N2?bg7h)Ckz)W{}n}+42 zVR|m99RCcEaCW z?@eRjL9hLC%2asF_2H#zcBr$L-->g+@WM%{axt9LSx*~b$B;Oj2q`#0uj?_$C~p8d z41R%IXQ%RxG)0ce!KIMLVU#1|V8e2%beHl&g<=F=>0=MOlN1`bL0f*#a)1~HllshQqiy_JjpqQ|HvU41chcqca7!N6wydsWzb5t$k^OnM9c!}sK!gDm zYk-Q|ZS9shZaHKbrDZ9#t(6cqGmE0WR~Y`2nK=tX!#hOcOk#0>~1Bmap!b{Uyd-?Gkf{FnZe!~p}}6MC2BO2AUK_K*u2 zn9KX_gv5-FH7?qlPp`g5KvI*pB4guXnVRI#gC0xSnh`-RJ9yS{(m?N6?optJ_cA;O z;5h=%$#^#4p_GIJxif|5pYZ$(o`1#j7Ci6A^GQ5k#8Lnbd$D}enQ*lBT=}NM-)QZb@=d3_(b`kxn~rm% zwF~5%&TXSL?n8I0bU+)e;g~Ia(@AVp_mx!X$TeEyFzi<8Y&BY2EZ=m98m*P(n@&rk zwVZs@v1qggz6Cs;e@1J+k#9QajMjc4-*loGt$jzn>F6?A`;vUq8D+Hgarvgh$Y>46 z;vpY8b&SfzCvKIF7o)Y;NI0D%Mr;2p-*jLYt=%NwbTSyl#*!+%07h}uK$Xk%qyE)y zmFwuE{v~de3*DpsIc}9J(KwL7t#YY&)IZLxaxHh%KisWyv31lx(5-ScbQFiURJmL^ z>MwDtTu&VJ=ekuc_>KCr+$vY(MtMjvm&`_e^fgh1z{GYaTD<~yp{rD_EPpfsUM?WO z+=nSL(35LBzOOQn+LCu?*7q@9QmN8xFnUAA$;Fl<`6-5{v;G`~fPjp37{GoU;*jDl zv0n9u4O7(K5XezkG`3`7id|{>0=N2lY{K9h-6gwxxxRr=_M+m-88ZJ!urpQiGUPK1 z#|*NE;Y_3S$Vpuin=px-n@!f2 zpx9ipK8n{Z7+dD%{pEHT!wzP*7h8q~vD0IV%Lxs(Mr0d3xI4A}O>PLWBN0!}|D4yz zAR=|k@hDlLPl-cM;CgA15IAELTTuk}(YDO9ZHXZvjsuLH&;;9l1UftI<|Ayj62%HqnCxfnVFa5eD~L}g_nz=j-&aqUhIXW+wdle`Bm{WG#y zi>zP_iHGKs>FR?_sp42iYi96uM_SrjDJA8CxQQPC-Ni%(dl!!&)-sXyC!C+5zL;Zz zHY;-8ZC90KHo*O<7}r;S29eGL>X6MQ8>@hy`T)L1F}S{nF<$D<&2Ipa%+Yw%1eP#x z69eI>uTM*U+*rDU98XmQh~5z}7k1)LrP$ zueRv`+m@G`n+G`8!Tx6F_iUfGF5n?3?Mf2pm?=}Dz3XSjC-56-Mr zb`!G6>U*pSO>G!xL$5ba*M_$Jks81cDWe48=yKW?JyM7Lfu|xrS^H*2`X*TbN!%G8A!>Y$V%Rx zBuDM6iY$u7ZO=Oz-PKdLC`UjB#j#3*SXec@WN(E1}Udtr!z-aMuh>m3aQXaS= zWC_lei}Lz$woMn?!3#EpS73B=t5X=2F_g7LB&J@8_+X6VxOEbF&z)qtpx@q%@E^&z ztY#Hd6Pvs8{XstPLd_(mjZBajdWKKkF-FvOCFk1ofqP9r~E1>7pi($x0@m~#=s6g-I6K39G05gVkaoQp zjcn7Y@Qi&2rXJRF`H>hZlrkj^Kwh->oQU^-3Z4z7%Ij~1hVH_o!kUzlm_urnswMJ| zDf70gyzTg8)?QsopLiAsE=mjMmeO3flqlt{4@->nMD{}{FG?d- z8H8>O6TL~rRzOQA3QanbriV(#y~$KL+NF<_*sQCy(^E1}nx^l!m5WngD9nNi5YDA4 zH5F&p4D%r>3(hxKy$Ud#OwZ#xk&X%hIp(6wK#>Bynfi~>n{kTWa|~!G1O#-UfHJU{ z;C6m05A`qMk7`0t9+>~Bh&M_H&sV5PA_j80?3tU8dg{NU;D9Xs4&Ix#G8+0(eKqE# zb#xWfV%Cgg^%%5C8B*|>nvYo zK2i4dM=>i9nO0226}7Y+(IMi$kSb;%|8YAD>6>skVM>!0-ioy7Y6+{Ty_Ge!irOFu zZ56eD1Qo4=I<^?q6m@J1q{6Gvi6i1$f8M6z8@qGeNru#KhoqXi3t#LHu5$$%{o{yy zhOCjzw`Wq9-Q1&xHe>9Sa7e2|yiE+mEz6SI^N^d#n4e-elo5JB0ZiOW5ocwJ&T)+F zWksZOz6T9>H5)K6wM}2I(bsGBg)=pS#yQJJxlNQoGLN7v$FzoH57SD10>NJ(JY@-C zUZgP0F@)i-2#m-UcanvNF#HvP5n1C-vbq9e^EYkU9)|Zgn4j?0FRK%ka-L>he=jgm&5O)%FD`7XRPEEE4{9~sNwzeTY=phAXH|7kSGvhpi zf)mK0EM^Hny4WVq2&W9G#tA5_4jNF|#D4+ka~2Pc9ew6s7G~DsuVAy{NZ!4L#@^J%5oX)u*zp(x5&^TKsPpphW=h@TF z4ToALil`4|{H1t5tnF7ldv-8a69L)VdjlRoEwrf zlM3lkI;_GifwRhvn)WHZ24N{J_)-6GYo2kDArFcPISV!KJ2ZdJZk*VLy_@=r&_-!*^O2~b&?b;m_*xKyFcA?p` z+3a^lnhoS@9ju{`$a#;hBXI0LoVYJ@9&$XS4Y?Gn)#=R-pbZg|RMAOqVvvXIk~oYQ z@({O30_A^(T?~^6LAmE(E@Ngt%*fi4#$J~U@5h^deszA*s$Ntrv_|zmq8wxUYAOL( zjnA(V9Ot8RxMbsQbW3-#j5>)0sDTR>uC1OzhBCG||LCSkUZfJX4oYg7t(i*wDXdg; zyHTsRL}q*rCv_KX}z zNzZ5}3{v&CgNb_6VYkERwLkQTki~I#kP!ntiTalT&2f{)Q&{eycu3y^b0zfbSw?(B zb2UROLuSLw&F(VsOr-ChA^fGX0$ozh>-ZYpzhK=XfZ3?r!V-5}RzQ#ivZA;4LZr6> zjN*cvDs4mclOn~y#kTew9df9$ksO%!jPY1!qQb~HLL3yU3q16LKDKiXF05!A2kycg zXfUz%Qeo2f)QP$w9uEE($oPm3sIgllSGxnuWjvWz^V{9M= z-rpv_-Wri#Yf;uJ(x=f(5!C3JQt8LbvTkQ$TYERLsA#dtL+w+RPY zyOL8d7d7)hrVI34>dF$XDWU7bk~boG!@-51k$?>vKzYF9jI56SeeH1BB+h*jQF*gy z7btfcI1Gqr8Q?s*O9hMAoGY{S_2*#>!<1CM3(&NLjq5jo&0sl{P&ie0fXF4s;8 zRS~nU*j}SHR-F^dN`%2hLiFGB$!qg&1x6zdeOZMy1GJRAhTZ$6r2qbx|32|QnSG-yTdaDXE=ue9uCQrGXx07u`C=x&Bb%9ovNz{Ihf_A z#vU^8GM!zny7CzE`c0Tuv~6q|6e7%O6Lp{L_`$H0Oshap-k9MfK%)$99 zDV;W<9Wk3JDPv@*>p-b;ejk?C1~)U2Cu*gWXX0ld#E#0t;Y?K6 z9ebA3=KU7rjMrQB^)|jt7m;yX@iwIOBy4~;(g|&Vyx4qJpiF`P7CW98RI`{J(3YxM zC&i9B#rz#yoe1Nz6ztWr7+D2`ij<|3j(L-;l$0m7X#R@8yohDHlgu%M;V*&d;k~@P z-;yv)xuSqUnjh9~Y?spqP?<=K)C<~4?bm3Z$v+tr?$p+Cz_yf}R0*F0aYVxJkFKpp z_!A1YoOJyW&T*eYOE7-?f`dF`9;!rFPfL;A(ED^brq}Aq2 z;<;R99I3QS<2zDcj0SFk$|Z|n8U=3>G$FYObG5mH8|&ZUHw)%e*AxyfQr1}5!{k@V z;JQL=4}0V5D%a{(XYru?sSRPa3PBsq+3vzORatiCR;6tGdU2Qn}|*v$wQsYGSh(2J-AUFx7XBxNXJcaF zCZGG7!%aSHnZO?i|0*1Ynw-KtEtD~|6Z{2uf*Mf(w%ke9r214s2&SaQ_5TLSv$EWf zgD5`^GWyQ?cHq5n+nLa#Kr^nFh|vdg8-Fnx%Iqx^-=bZl_@(O?x`>;U9!hC`Z%W)3 zZv{1H^rkYU`q9V~_wFibv{ny64s#|?cn+abRR$IlFetc_M0!1o&L)XqeC-F#Y{fEg z@)oLN4Dp#a?tj~fAp|b-oa?C#W`^_Y-@r2*bzon`?8lKg68$p_Y8rR4#m|D8sth$r zN}y6G2DUz#_M8P!hSskm6e(f@u4jO-qk))YfNwaOWzC$OJz0Y}APX`Pf1T&t z==7`;+_|Fn{gw4BWxe``Q9>?d=Ow_?LYP_atly8|2ZNee940Wc2D@pK!JnSo?DXH- zW}&fnXZ_hgTw`#6iC@BK zwLO`-Go`ntJGfD#8HCrW6C_B;Y^yUNMfHaDNNTkxYezwOtDg>u47o`{)$c}eNx3LK zpAK|H*MXO&^8%4KiF!$eSRLFBLlnJVsGsyW6<`AzJl6)X7G1|QIEhte_8>G}Iw3Z_ zaG97MPcmb~I#>ne!JQBH;U)Zo94sum(ADmgiE{5W@G`jtYYkyEKbj?&nrP0?}t@;-5f|2cA;n)WPxT}%h4AxOuV*=e1vojSZ zB69Fefi6-V-yFC^92%5~$iz20w@9R9I7}o(nrlVtH=tC^8acmvRQ$)cdT=Li^q=Ki zyA?NHCK}86)x)pD_=Qa>38(rAU}`J<&Kt)ta0Ub0ddgFGhWte|+A>!;mSH)BK~}?0 z{uE?j!*|_I0#(iV0@E+Xhx}7FadzRAWO`#W;cu~d#N5WkIFU_Ow-V*XD3O~RS>5N% zO%{a1xmsdZeT>$lLH`465tpKxB4nawEt%`U-lFuXwDTc;$=OkQQ6xh%?dZSp2K2P3 zk&CkVIYGRXEW;QNj+zQ-Lr1}EWFAapfaI4m}_O~pF{v$n<*t(BBtah;?oEm zg}04Aj2lSKQ_~$|;dFyQs5ce{qZ+-PQ;<@Of2%6J!4?G6&83|a`UY`j>M$F*Q)z?M zJpIqO?_kk*He*VmD>c{PQAFiDt%j4#m=D=XhcO$45$2<&umq;uveyOLVs<&rQW^AR zsL)xytnTbpp`#=v%*=bB7dRV9cXyJIUi~@fN}Fi;v97+DRj5^J9P$NPBx+@?QZ%`+ z7?`8@(lN|)FdRAXk!oX$k|K;PYB_WW*EtigJ;aNtKxlNx`GcwYXV4n04Tj(~_+ghv zVE_5S&VIArmP*x8b{01bXe$&_)}mZ^o-IC5u9OryjG;VZt7_NYuC^-L@QkghC2eOD zm4coub+`E1Ao#K-Du`^s#TCduNnAiVFbz2l$;7JyBl`&Wjrf2SP-vA3X@!k4YM{yn zb{R6q13L!_;=#%vG~XC3ne{U2hptm{4m`=h02kUvM8>;9SrO>uU(nM@v2N}81cNMG zVT5=SJ6Ok5bh{I5T1IUY8mvHGo$#pkLU5Y2Co~sQ-+UL+rL_)ZH??V%EIL9{9`uw; zvA|1QapWff(jl&TVf8*CKx@h$fbK!iB6L4E$6%EMW8BKn`b=6`K zyB0#A7XwHpK}?ZGj77B(13bsp#oo-3hT__F7CD<=uHVN5{j<78`WVv2$JXllsH}b| zx?zTRn79_2X%^S3h%2BwnL|sHI+2@LOl<&;M3JbJiGuY`F4~GjrA^eO$dLQdB2gI= zHH?n04$F~9@RVqJ6M0PUiaqpjjK=nu*f~s_xLZ0Jn>Vr8 zGm$LzdWGItY_ExZ7{-)hpI7LM#rB!lFR;!ty~4~`>`W8;C-7mh-z)UTV*5=j_8=vT z1+P$u#THELb!^cruP`eXJIlo4_=;q)=oN~w*rJJjGRqzC3Inm&0TX*YPUa{MdWAua z^%`e_CGqQ1w0|k*;g|Bl+sO+huTYBRR5GzS(zEOp%CXq8iG2##wm9S!hGMZpCbo~Q zpY0W9$6{xj*r#LJq&UYb%!$R$F|j=?cdl2M8;hN5Vn4!i=Xr&BvDkSg_RFO9e6KJ+ z7CYa>K1!@F@CplJu?tM>W5jF4D^y~!6%+dqIc3-@498-JP3-3wyU;5vjKwZAvG_DHs9u~%3ei(PDDzs*`L@d`^~u}e(sAxt~s6-HvQBQ}<4N4>&mEOyky zZXk`8dWEI2*rg`+kHl5gD^z2#RTGQhE?HdW6_&+fmzmgmNQLEIVY$Y7jVsB6%VRva z+`zt{xbeM$AIr%%u^%8_S9paLvDg(R_H%6Cm{%B!#g3WSGstD*USZtU;y3%F7UQv6 zj2qZ3iG3aE zx4&1|KNh>ciN%e?$>J)nuqqb2%BE$`2Y7`8VzCF9*#98?4)h8K#$pfDSTk>lhHv`-@t|GoN8D3)}a zqc6sl_;`B$A~T+LnKQN9TX_2})Fa_gG0Ad#_U4F=l24Z!_aY@0&bAzm=HCMKW5)LM zP~*cAI9s-IZ%>PRL}crCB=x6E>O&t_>hGG=M?J38zcr~3dR(dJY|wTey&I_;#~{&` z8dDq(OtszV?lm?NXkAwzWdO6YrCFzXDbfpTg8vc@v^^&$x~1;sfWGc>NqCSp!c_hF zpy(!s*^@y8N{mM^ZHg6``6ryKI^=_8R?TJeE0Bw>_&{kMie%4-i5mLXcE>M7!nIgq zwhGIAtCnkzHQ0u^9t@QUSknu9dDZ7Zm?F#SsSpNO;gML(`V|4MS7x;lTcaj;vG+SeswYq7hn7q=U z^KCsFK|4t@Z59{QWQu(hYU%1{YgBfy2$3C+p8`{PuBfqnSWMCU zWUj7ZoUkL~9R^Rb(&3hFW${x?V+xchuF@#sT+8~ijd1-8+UV6+u!-&@sk~y9SAQ19 ziTZ=6KTbB-cZn@67QUqqu(w@xjy?DQ9%_A9L4(iX8RQMeH~wm8$}jO(+ZQsdPh?nF z0IlvG!oiz&){8*8dfn0JvHHgd=Kjdf@y&Q3J}Kp<@4zgC&X*ITsCch7G*dqj*e4Tk zV#N$@VZuUUGiIW8HJQeg0ff;iEVaE!sN`P)umx?v7{*5ZNWl&P*jOBF8IG*D3_YnsYufRf=k@AVZbOGmXL|c0!FPg z%GX{BP`i1A5}`K}!K$f1Cg2iNfeSJbE(w6*74TPQB77o1Rm&;hU2;lNyFenNJs<&I z`2h56sgRgJh_(yJ_#zkJQ{>DN-cW}2>R3UCIMGIVvK&O;7y39pKxBJT%dtK$QV|+B zxeP>W5@ot)#t8pPc=xcgLy%*{P0kx%r5|(0ef?N4zDPgjkI&YRN_Kpv`N|8OJ7x}} zn)-1A^G1B4RzJrN9ga=4vDMn!#88|($3Y-fKLc}Lvxh`+>m4H2yUspJ5$8N1Fp z)O|L`B`6usMy23ard0eMSb8*yQkYX`1J^{O;#6>H{Pkjb8TFAK$usJU>^Z|Wym24& zHAO!ml8vw7cl8jIXmpn-?9L|GJK(GmheelkFoYF`bs8E>Ki|)CT7wl` zah=DAZdM$=qf?#U%0M!5#!9>6kWg-P&2GUtMhD)41%m;!8%pG$zDj&m_YuYxy6gI% z=p%5k=cI}{7FG(3|NA7hHy5HRq2a^ts3*nW`^h0k+c~IGEkbFRjwseS zh$Gr#r8MP6bzS~J%S9BKahs)5hg(z zR8ErFU~QDA^sl{#c+$!aoePIjQ{Gi*23F=&Z3C-eI37FM=CAx0WIY>afeF3q?<2nO zLyBD>I3~i8nb$%48_v-7NPn> z#8-kdRh-EyH8Ijb50-t{PEOfZTj5#3PVkLM+b_M8R0F7#EkJ{i39Jg% zgpE)@%(oRA#KmF2o%9{<43^n4SgQU$F1HS|j|pplklo(T=enJaiwX4)so zS&iLteXh;l&?tg)1y>=$CAuFd1@l^w-gH9xuyRnw{17&>)x$Je)_rxpdphbdkM$U| zc)_yULQz6-&Tt@WdK~N^A$^4@RPanu`T&sqd5V7w!IFaVJUs5xrkgOOw$utSgrhtKIZt z^Tl?I6B$!Q8=ysX^mAw)s3~VJLYlX#&zzmEj*Zi;L5|qrAq6p~l)N69lNRTcM|;pW zf+OyBWqjV9^9r}3ZPrEQf8=?EFGK@`!+wsQHN>7ZFf~VCbM-ZkufeJLd{uuc>Ii&) z1tuXWI4_CG3WAEPu;=lv1pP3pfF4rc${`AFpOSu33Y=s?;_5slWli$0O%J`po0^RP z9it*TknR%{o?`wB*e`7Ul0C+pAZN^Hf<0BYz)U?u#2n?&B+^!x7WrKcNx>v=t=oZy z>fl8eat(ARSrO}TjzL6&(P1IlMglNQTi7nMW#9qyV>&^dLCq1YuSZ`qrLjoeyc`=H z2c(U7vF%N|ujjDO3~T$~uAbF(cQ;w$d5*y677Wmd>JK?-RF$56X1X+$rZi_yjG%^F znbpLf(D2z8}} zIw62s(h7Bzg<29o9TtbmA+L=FO1Z=^$m$*{9AZhghgrtw5dUFu9+Aq;v}!kJdR}oF zT474qy03CEum<~-^*O5yl*1WM4zmM2`A9ADv}Jt>@M*$#-* zCC+!IqZiayZ_^2|d`~SxccCI}W#Lam-c2&t$});W#P>MofT>)AupLhv@CmItzEkXOG8 z!Z`@n!=gwl>ZyxF_5%N)n_L($j5>QRjO^U~btgY$=NFCac74i7_iu#ye~+Bq)RI@( z=JhM&C3gCzEWT&65Z*z%oyE33PX-b=^;pu92kZ0)WH_;;wN78L8M1v?258N1%;wkH zzHS+RRx`FMVqN4>yRoC^DWN>-w8or}6Z4m_{nZJYo=VkCc;)n!PhFk9`dmsV{M)eh zoZi$h*U~ngn@gLIy!|L9W_i^c;c8i$Q$HIyz;&vUx%EKMmtJP2Su?6|TFq{U3w)!D zdf{WJ(1X9T8;kYloLLDAGPiNChRwri?Izj$#ySmKpo`0eboC%)7+GD`gBj7&iYZJX z;DM;J1M?;0&wVm75Yf>EkE#U4$Ae33I`B)|F}ST<-w(VE$HB;c`PMTye@eV!V*X{m zcjXMu+~Yih6VvZKcm^j$7;$&);LP0^ z=bj4U*a^cw@Hn>_)s%6r3-7hlDULfo?8B;q?(SUge6UvYT+iRtxn5$|CwipW&rp`p zO{O`Q{&cjX&tqn<_q+%S8?!!2s=ikVl08=iG5Y%NLS$jrLz|uM4 z{&_dr@e8)Y%2t+k9$Vk0RjYQXRkj^cnRqkqAIL#@=6JRi^*fwABWLnamn4RHCLhl2 zkkj_2Ic)EXYQkb(mm)6=dv;GqvT@x7VK;9%*Szgt~sk?l)vV4_ukN4 z-Xp2_nNEMf@5q@>+O`$_`i@+jfjRF9T%6hiCq6m2Z7bQhf1YhPnuFCnoUDmMiXi;& zrdqA*jy=w&@wJpZu6t-oIoX5`InlToh*LK)E(j_@8ZW}4A0ubsyf?T0V&tSCHwPft z6o!SD`oAD5b7wJ;l>ETHmw+9kw{yt$9)%0m+&+z*m*EPImSVXvp2fC{jPDGh-b9~8 zXpE3S)%RdZFuLUeJ7Z(NaUBRorz&mUfeuKU>py|OQ~ZPP7x9~a@Qr3AruYZnxA2>P z@O>-4`A3a2kp5&U!}TtJB0UYmIlEWngs78qv=B zuV5)sg$NdP`b@Dv>jF^wHVRajxuP@yW?>u#>=;e(#vp+nBZ~yM>oA(BJIN~968uTc zevZxFZ-$O!-;{K%Ce^!5P!Q1-fp+|g0;qHZ0MDq27Vb_im8xJ1Qc_%?WS5ly>UBZ3 zmdih29cGCgy$}DrLC5JB9d(aMT50k zSI#?KMn1!uN4AFt;p;EtQ@@I@ zzslDFeEqk44dClh`O4x8TSsN*v#$7%*9X8OC<;j3%$bl~&*Z#$69c^J!%Qv4ICt}L zO(6F$z^ndDKt9jfZib02mdia1@T$KO5K2RLGx}E?gaKal5dnF=fIu3AAXv=2hXG#o z=LGRDb2meb$Kx5`RevGz>)g#JG{-Z*tNv2rN8HV{2M29s{tWP{zm|A=lpXOyJG0=& zi#Hz2xYg%jBH>k^kH1`j$DSxpc2-IkX4+#qq|IXm->berCL~L}INq6WJ(jPnjmoB9 zgn7m=4FX>639eC>8cE^B@r;ZCKuljv2xGI{PS7~PmkrWzhB-&cZm(U`*BTVhd9}l-cEyDORH7ZrR><` z#YYt!HYO4zY&@Lcn&ln1&Hx265A$9?#dtr23edpWP?Ow)! zg9JxY26)v!$Y_eunkb2lwhZv9f0THP*0GU{=~ZX=lf-u(t^X|XftZxJ;_0BC_(?{` zYxv28V=ksp(NPC+3$Q4|VW`37vDx)I&=0e41**OXLDI=nnVXr`;02`(#p1yBOKjhm{3_d zuY)Xw`%P?oXVTiQS`h*__xKPmfS+l_N(dN5&1+gw6RHDI{9ML&<29}~28fQ=tah967#AIPon7}zeCP4HAn~2Y z>sbD%TqRrj{R<8->V;RKhiZR?Zx&TT77eCM{oSdIL5w{0F%b#GfrK)TW` zCuLvO(JC@i;ybqu$GM>Ho!d4j@w?l$1XFcyTUtQ6wk5+B0}=9C+~dlVnA^fe&^7N)1_g!HLM4|8aI>VU*n2}f+T zsreXUV|ECD#M{j=w_TfLY?d~0DKJ~RueDhMBF$2e7q_+yqpEG0!1zyVY8+JdpmAy= zfh8q2$v_sieG1?=HL+QzS18-cU89>j4c!pmoo;S-x*@s?-4Ht+-2h@+q+`hRbdx<& z-RY(v-RUMUUFoLXsSDi{U^=?Rdu0>d$Yy~|iuI?vh3h)^N2Oa#8EooNmo}+7@$T4# zZhvEci?yk_GiiT|HLJNxD&1l&Ywb?gG&QcJM|Ppx9_VkeHimQy`dh4lp&SkRTdZ|a zx}igKq1#^VZ?QIobc^=4ShGU9Mf+Qx7?Q+j$`ArPaRVG>$hSJQNr)nC(!uMUt<4JNo*QN7RJNuaF4i(> zy0+}^G{B+WZ0Gc}L!atSyP(s>S{R`ndQ~^&WRG^bU89|LsP43jcDh*0BDB*k)lE6k zKDCECouM69E=|AdC>5YNzOI!;Rc^5BQ8%nTPatBARGG;j(H=p+Sl8BQ2JKB zuxV%rh-ql3eK6L+lcEPS-8Zg)@j1cEb6AkHu_3^0TtOBPWPP(WY^A|gRa(l9e52@V1Z3W^C4 zb!8C|7evGWhE?3fSyXf}qoN|9Vp!9vYryq=->K@`J%GEq@ArQ1|9)?j)Ay@Wb?Q{r zsk)VJl?<_C348p+gvBTQSPvz2H;b<-l@PB|CyLIZX6bQBjC=9ZiKUq;>5O~v6I*m# zVo$c1m^h$idf)h!^ve5Qk}7%B>46hd>%Z@({@eP&X13#}IsA8q^V59laVZrKHj%b4 z`W=@}@nDl^J^ZdBmA2;FUrFO}bI3Lk&z+di_|&j1R_pPPC#E)D{o?dn+SdPO*YNV+>>6Hvi(SK;pJJx> znO`aMc-w?TtUs}=6WS(tSaf0;C$vq7bKG%do6t6ad&Y5Pn$R|Zi)~$}paJlQ>3H=f zu9zgI$d=)MudDW@@t^Ce_4A+Ws(owxhq`J#{D-<~J^YutYCR>Co2M>DjyL0eN8?UL z;D-e`TL%X!3^3PD!uE9R^wn}=R!HtuITibz@ijPhdgHs9v~W=<9Kjh6fe6n_U|3v_ z5{O+c5^{(0@1r<=k`Vg>p~~khs4t1%GoS2xmTLVHzh|ifokQFo8NV;+S?pmv;as5# z_-oFzWhG-Pcvjn5JgQ&-!p>|A@74}tr&F|*Z(GPLClgoBER`=JbFr~p(uM7T(beK~ z2B)tfIeqjH#f>$&4{UW2VzoCZPylrQj z4h=*OrDUYytOpi24|z|)i9q&ya9(YMjJDg4W4vt3OT()w2^sSQzf@K4B5Rm?_)sM= zAJc)c-sg0#sx}IzW+0LLUZNb5uyl$1EvoVj5w_?Ljb(M| zTjOHe>tV#WXsHxMJsoDu5BRHWbeD6bX!$&C=Z%o;VYj>KW83mkUY|pn?9bE^GozLB+Dnz=D=!2CbiHA$h7H}fb` zT!t^eQOL1#Kch%*i-dX$lagCQMtS&7p%5FBv4M+}=dWZ66G`sjm3P7CEXg5>#zlrs zM{-eKNTRcmwoMO7tS;_Z@BksP{mE6%n4m^(Z>^{LK&R0xgF5nsE^N<6fvW^c&ycH& zvuysU4o=643T|@Xzij?BR@qu1Y?1W_;XM9$+4tc^$wIRqXj4 zmX~394CM0Nx;HzCJL-o0?%IByN>dxZfKuT(7T59e(6nbPp!CEuCswP>$rat;h#wxF zj31t3j2|9`jGrF(vFD(nMyW@rOJON9=@eCnu32)Ps(AQc-(G%actmcECj1h(qNjwg z?^)Un4p{rIVY(yCLI%vVGhSE&OIHhh*Aaz-ZJp|@;Irv7wW};RrK;* zM--O$dNC8B7k_?Ve)W^n;V9}Q2VZ9mujmAitlSG}YtWHDzfZ@rB*gF2@l1qS$beOJ^j$|3 zUMM>9+->N{AJLK30y^@inetGdXCqJK54GgK)gXAW)?GoH2C_C)K}!O%C0W7p1G4#7 z!CV8fnpRN1Ov$lK(aGw720W&M)K}|aaxAQq`Xn|85-B{2 z9#*Twb_80m-3jAY+PIV6$F&n}rfq?L&v*0xf=qO?q_5|CCY_&Ts@e0C6?1k-I{!(W zs$MtGPE3{S=HJ72aLMX~>*ne2*RGpK6Q&X5`0M5ww>i>hkeSZ#W{FY-4p&7 z`}zOrxeMs1B`4dvZsluPo(%K<X~`V0$~Drr2J>SE8l%Wr>Q!HY^3dLDsd> z6&J_t&8Wd}FJ?PbhFk6u@1*LBCNy@@Q#lS&PPmhbtk^A2y>QwpPq=-C<0LbWEO*5d z-+8vLmu~xdA@+$RU4D0ayD>rk{};}RF#k`T74Znt6*IN}Po5R=1QKvU16cL_ zd9w3+4qpaxrx&g$Gy)Z zzWjLo_-8B}{GRk2oP_y__LRil1O8ip3c{_$<%Iq|ggv-T@!^0Q{gC#Q#rGu-vylKNU~EJo3b1nrjd$6lhN8oqO}2dTJ)d6 zYn+CxLw7??v^c~&$I&-?7rEzO+-c`qJk|Rw6`G4AB^p3gdpz0u_#r48FV~aI-C@Xk z;`w&JAWf@ix2LGg!t0R^xoupI(|-yq8bD(9@}T%CeYg)#-iM>VU+cqha`+^DI0pHh zeYoMa4=1ZmoIK2b{*t-%58U0q=g7hvkrY?a(nAe0Ln|0-+54PjOv0)4?%+P0Mis_{ zX_#&PZ|>LaMn=aB_kXn7{wJ~8djDab3@6q6`Xt(~81L&b<4rW9(p2f4S%}NdbcSQd9y%6ikP@;* zkBbd(z>J;f#O1jtdR~NX>s^VeHASVsqzvbgTOkd09=Yl~=gFs(Uz_Bnl*eLf@qF|S zyux}g!14k}TR_|_&ZvJPW7KgWh$Vz$Ru3yupxEFml-9zqyMi--1WDSr89O8*Ic z3o)1uEf|D=rnLR!7(P$%A|DSX&R8(S{tUH0CH7~y{TacZtOXwUJl=syA`0YSj@uKONb1dx@Lgm6sDcRm+fmcnLV&=DV*(TCur;KTr!DaRtQ^(BiF zA_iwRiJ)j9 zL^;h^w`LfnI!b;y4LedF8?Y$f{bKr;ne0XXiu_*qA?^;5HxKF^FDpr@nbP?o%;6(n zaRPp*sD}MbIB!S1c=Un~Yj2hQxb=g>7jf@YFBJ-}O^cZ5dQ{y=5+;VTASa5GWNX8!?jm1W8eN(Rygkm6usIi{Wq}lNX(jCmatIiatPpS?S5|^h7e!la!a^`zn1l zX5G=ts(3G4iUT?EYPbqNSc6M`haY&xGe=(D)Oe&b*_gAFNO=`ASR& zawtLhgjD_ZbTpp_g__SoNwZ|5yO6KxVQT`VKO;S^`b4INSJO$6qS33Dc$*)Hkv%Kip^GB$}sj|;%fq9+aTcL~tN zmrRc*iXDl5C9jIB64#Rw6w34LyC`(+LS0?H#BZ%mZQdbl?>oo(1xAOm;)W{3bt*)L zwlY?H_T->)W=hJtI6>dtg4JTzyES-xKYZfAZ)6THM9;wTl}fVZ!n@FW4~yT0{xEdu zN?kD4@S+(g<0y~BXn-%?(zfNXS6!VfHy!o+){hvak zFwdb1EOKinRvN^AMsZ$Nv_D@S$B9L*@q9UsF}}eorH4(A7o7w#GF^^SkC=)}fD6-6 z<}_zcqoYsbyW{@FPzn^7!nj2Nzk1;EFIzn>r2tkB?u|IEdT@^Xw^xs_s~$;JYe)Em z+96*SxpKBCi0(ioWo<+u$?k*;c^qN{s?}?m=AIgW$G!-a!Z5h`saP{jwr^;RNPK^g^sv#g07Y`O|Dadb0dohbjY`JTlVI8^XOm zEOj0$IT;2J?_YV*F(^>kDRdgTCxNvb>Ds;*FKY9m7lEA`bHdT(XjsNFM9pAYI0aLj zt;DorrKa_6usLQB!TdfOT&q(jfipM3Fcro$)h{lZj;f z)Xh#W!87AOQQ4ysKi+{HJE9t^(_?iUi-OX{=5Jybo0oX?fECc4o$3OW6ka>?PCqJn zo#8f`@Y-@ZCgX};Ikq`TI?fFJB5%x55spPX1u?3(wX4}E@8r-K=*YUnrrICId#(buA6Q6I_7WP{3Z7PJ%Kl6a z%pQ;1@kXhDxd+O2qQ_rBAy$-h->y&@A|XQpW=NO}@tz@G{f%-9F~)_#Ck$Z!DgzBq zTocB7Av><4Ux|V9a_C&C{&xIEcR9dTm~baQ6TjzJ{&@2HAOqwCV&{oA!~HXE3`jqo zbfJac3#BDa8Sa$D?lA}3yKPqDaI_0E)+Gd{C~;FaG_dTSOWfEykg)H@Q-22kOy+;= zjML_wF`ABF5yjI|n`2PnW=_#1_mha()!Aqxq8NR}kAwBOVy4`vxGhv#qialn)56bz z)aK1%7m=bZHEE%U$dnt)CEh}84s{2tx{jyp5`4~`Y#Na5j_9Qq{sK#0z$8{(nECJX zrVnQPFY~5&3#+%8uT|$w*{&Azs9H>ZCLMQ8Qz&c?Vn6;i#n)oDDOQ=KJjrc}Y{Nc7 zykW+B-2OW@7oGQj=`TMQ`=y3!l&>b||Afg(n|Ocfz4IkFd;V7@FgqdvCs~*AcpkDk zOWKT!QQjGat6+d=Ht^nQs7imyRMYnjz)(e|D5F@BPcFkGQ*v^sg1*&4()b>`6v*l$ zvMzzUR5(l#RS=-R=Be7?2btf6&!a(*iL-@dMz_T)(n`LLn+&g@EC3MN8GjV{MwB25pRD0>YeMhhk zh>e%Nlc1wfbKoxTq(GG$sL%;YRbF;<1-kj@S_}`AevyLq-OU?VZcdEbIZ*ml?(y8L z7`JYq^xotu++^j|c3jjyd;gi}RyG}GdYR-i<}1`EeC;0R_VG#F68yzB#fuE4xv#wU zQqZrE`V-?FeK39T^8Y557WRjxpqazZRQq!&f86wbLVpM^7WOU3l}wb`Y9e$% zD4TQP*|yI_d2v5P&QC%gg|0GGv@Kd(hS-3aM`hwNh!SMfu)2s0q{)^l;%A<+@Be`C zJ$ucR)wu|_*U`TWN3$@Km5IdA0ds~-h1}D}OD!cglN)4Y{`&P_l3w=X@GsV%ihXvV zl6Yb^gi>W0AWQbz$$iPL1gooRb0=#{UhkJ^b0=x@Hyz)WaQ(U)W*Pd6&38rB#d?2O zntIv2#@U7(&O)HGp!tjLOX7Mw2kHyyXxHPz(IF5~elh!O=$E_{gJ|->EsJ@OGq2;-1eHt>&l~Y3L zTAPl)(@$2ujid4M{k6R%0fm`Sbq>q(WOqY_lSZUPa@lW~e7^fh3%iGeYoWY4D?1=X zY*;dJMbu0*vg>Q&JA#hT01w&zwNFVor30*6ZFj{}(#fxQLZ9EQtX9p7b7J>2{m#4? zmXH@G?cbdAy}1#2b1w5HGr2Sh2`N&6Qv*dQe)op$Df{b}@VliLYu@m;`Jc5rzxO5K)eGJ z+No1eZ3F{;Bt&(NP*p|Ux@S-m>H23hdt=fKZC@XDS zgOt)gqc~mB`%PYa+mHXAbot0~boprK1u!?oGGM~I=uLdNH^=G@=LN(mVACgSRbx

K_+>>jIbG^(KZGb}esK=MPPc%6DqO{wUI{z5P~7bn8-Zm=oiUsXQbXc; zC6)tA0lg5E@9}va-+7l5u{XUQN#Iwt4?+d0y!9yc}sU zCuBVD;-vKqPl;tc`^0-uo>C43wklf_ExRO@^L!XnN-&_t&4@CoX)*sV{vTu~|vG@V7;;Lf)0n7R+fQ%rkF2%OZs zhDwTH>j7$&a zmF$aqky_f*4cA-$ZQ3yACaE^iedz<>-6jo;27JPLGXQV~ZTuaV( zdm@Sg8hqApzH#h*yA*L(I6dXvTF0aMUBZwJNkg)+2jyI+=VN6~q5dDOGiMOCA2OWv+)fq^c>;*KxwimDw ziXmN=x9mp29AsKl_5%7l0GkIgQn}a;SPk`eftFpZxJfte-D) zCsn>(FscFa4o7oitpTl0ba9?g z*1qhtIf6fivC~`xz|Up&XC8mNLYN5@Gy%&E3RgZBXP<_9+*(r?$Qg?$88nnQJA%By znLEy1CP=*KP-c{B-Xi8av!P#k;GNS$^t2`JZR= zg9(^9G*MbHq|sHbROd~X-*NsoB-f1FqQeO-7D@t96kJQ1iwNgaX2Knr+_{II-+1c8 zi#Vg5S#(xB*2k%{42rNLt1}vyD8{C^)3XIe$7PQqQd~qB-GX4Q^A8W~A=nlZ-m2Uq z>hd=rcXDH2OoAQ~Dg_ClItY!W9psO@!BZs_RZEnMaXk1=^k-6#9Q}0XHLGLz-s}P) z9PF|^$VHliOmpdv_$b7tD~dN|sPu+_+dApSUIA64mBPjXj=g9m$VsTewz6{soY+EJ zZTrqbCC@Cy)hU=Y31yjiSuj0&{6fu8c4>XpJA0A%MNMp+%aV?*;dUM`t8~mEyABLvLM2XK zz-)nB{KNa?85r3plv;cF2{(ObZMR2YI?_l}+-^9RZ&lP(O zEMT;d%65SLe<^b_Z!uiuL#E@~nlxL^3?(d?$0icHvF(xb!*s>{5S{3Usg3&~vQxdx z8d=xCyCkO5JUBJp?<2a%oO4R+|q?Gg!N%qIb&ZR&Mr+y zo4-B`^JYw98tcQgOPk{BkM-d?cDm4B2%p^P4hT2%m?KthpZ_Gc&Tp36{6EUUo9s90 z$C;JbJJID6%S`f#`)TnGSEF737mWb!NGh}=lX7;B&`8-#ab`G=HXiGY+W{S#su$nQ zN}3r)XETkbIl&<*65Br8jQf_1il`1fK@mwGw~ejfYJj#7t2~(PRF!}7ySp?dh|%YwLfp; zM`rFgWQg`;pVLah=R?tbd^u;uz7PAY-~FTRsf(DFlkL6O&h*5-ZETA?_gvZ%8rQ6p z=9kJY47R|oBh4wa|M=-w2d;%DB%A>n%9oLJ#Fvq<27DR$J<^*H)d}A?UKJ|6i46)G zh~xs>e9JeEr$bd)svnC^(UmaQ_!ROa*K3Q_2iG548mkXYCqA!|NIiu+_)5;qm?@eERzxth{{2W99k%Ln?&$9=<4PJx-_*f#%gQHQ+VZ>! zWzm_X<0h2(Pv=dzX#9lIqTEZ%#zjk~P8wU3TQZ@vY*KVuw>B+X^S`3p(`QaCpIJJg z+q4NY%S$hsT9i9*=Gdu|#`T*pcSv-~glXNzcIPi!FKhp9)5=9sGIP+8Hwn5IzFqwO1YY( zrm6{;avg|&QD8oo!*zlxQx~d>K+Bxlh2T$v+iAFjeY}Y4``d(EtY#wMI1y__OoOO$ zh`JcRK6hGqH231@ z%xU9wjkBlCx@hX8@wqXc>NU7;FU{!`{IPz_VnMZU-LXwax&#rCQgvr)mA_D_W%$iN zH#dK9dFiBSmz2@R?LTWZeFofy4pym{nZxT(<)1b5?A{Cq+_N8Wuc^_o^o&0gRgGbH zKGHnG!Re2>EjL#(_G|EO8Xj&zIj(^sgHRDL$Dm+>3cJBneLORtP&ee4y7Kcbyxdhc zR8h7;r{f>%51hpu_*)(SRwTHw7So+lBAF&Lq-qFlD6~juN1=l=dxCp`JYOPoRpv~% z{6XCRB+onLdAB^jEYI(X&jDGKoSs7o|IFd@(b^0 zI$cITqd}9^=F3)GmaHC?=RKGG8P9JC{TLKwH;;1a3hgBHbfNu)4ima>9;Ll6^edtN z5?XgY-6zjyx~`VzyM=xvE=dbmrsWHm4=aRjTEMuTT0sBr2_3tT61FU)`=5pWQ(V$3 zGCC%!l8T-ckX*qM`Ge4H74-i)xFK~+o|`Tr_vb~FkbDJcw<{=r#})MXuF!9UHd#!U za~6~P^5O>;Xfbe>&bHQWZSm)Nj9;tJ|Gpd^KrgNN*I-4QrdWUL>&)d|U@ad_1K|3W} zKs6Pgd(|O?3*u|<3dHvdP!RuhfLje!S07SEsO>#PmzH_~IH{_)NNJ}Tdv(mpQ0ue7 zV~BHwS0cO`YJ~8nXr`zpnp&o4Hc${~yjql7LtP^>v(Sn!0`DfE{@8E2M5O!yXdrfT z-Xv1CiM4<_l4IKXby7h9}=#!VcMIj?}Rtdj4(m;YK{q-C_bAbCz&s^ zfG`E7k~Gl*!<@jTP_2>n#Xv!zQ#E%RT?3yHKSs73eXo{c;_?!cD zsl>Nj&{b-V@csals+X%Pg?C?oxw~Ag6y8%n8Twjvm!Q7`W$RUHv&8p4kiuEFkAbJu zrxNaF^`xMG2O`0sxUh-bfgttVq8bQ#TBK}IjU?Rj!MB6;)K*m}ydNYDTUC*u>LI4+epnx4Xc%JdZd09r zFcJU?0-Y|rwjri=yE;q4ohIQPRQ&}F5%iE6ENHBRdsvMSJ)@y3(5-nyjTYXW;`0$T zUeJAlcBsh`!xIR%6D`3E3HKb3Qje)w!rLb@A5#^=+b_JosGEfMAnNCCYqKCcG~0=*;X4hi?NIxOfQJ;IPIe$jDf$CND zjl{4AXup0{eJ?&=6Q8fEP=IChR?-1e54Q)T3i=o+O2b#pH3j{MaC7k8c}9RX5ezeZ z@2UENY6&{18VhP7=zW~IOrKrC)a8&W4$$g)hMA(ns-y7E6`zMyS3wsEI-+_>d{Ow^ zuRl;{3vZ6_K2pO3T`TA)>NaDzRbu!=jT7_-L7%Egkb+Z8!mJOUsp-OdKzRQ^y=S;b zM9SxCuEh7ZFzfUeYN7BBAod{cgIq4?aG15@Uuw0WuO!@0YGZ)8t0Py0f_MXL5h-R|F;LV30ZSp`fr%3DOFV zMVJ#2T~koCWLi(E&JmOeG~cA^hJtdFnY*dFv7lDTOhc+}A~Jg>v)t2kbK#wd(|Loc znl2XJ;AEz~y6zynOCU3-YUr+l=82S=y0@TJ;C0gJx=)bSa~lvwMtYn`xktj))laQ<%PfIyFR@=OG;S9_v$tH&SHw z*Uco{_!Pd;&(mjw_->pmQby{tL#V21HilynHA-J9J{JjZl%63{Zk8BE=`!K{Nzes) zuAs*d!x%GKFBG&Zg*iV)FPCsHh}M_tn+3fhXqvuF(0=h5)qe~z&km;?LhLj2CXw#Xv!zBNE>liD7~MNONLC1od<1I*I-Kv=Ok+4f+N_Q`1-~8}!Xdw3o}$ zn4g>UCP6C&-K)0>TAxNc`;&f1&_>~H){hC=k;a_gqIZeRUBbIhKPS9bB-~cLPk3*@ z=YD;^eqDHn#OHQ>IEf|wRoWrcj)(N8!uz-Ib`l}ADb-k-kLs@^KeK@p(2wG?s2a6? zRR1KXJ9tDo%oO#hMy+4cJq7g_pD*h(!<0D=KJf<9=LotKXeauVBL&R^>ZIS$7f85k zfY#`@^dvzyh?Il6T+jwV@9WD1JtpxT(iI}5vf3e4PaW1*h9js|N2=wiZa~X~_f0j{ zxTAWxph)!t=74vuxf)2RJVDdVBREB%hQba&NLgtHMTois1%b|sFnwoLXWFkfg9VKc zbfXy|Xsn={%!Ptx3A))#5VTy-YBNR9&4O+*Ga@>#hPt~tb8wBBExgUbTWb~x+FhOb zxz=1I=sEFun^}pa*cxiT_`JhhFTBqL-DU2SW!kR=Z7_F7SRVp4Sbq1IErMz|^sq?D zuE7@U9qc)kR1@&|2c|pT~_UldNbqRN24Y5{pM9?_!(5p0` zh|jq-X!G}(Zzc9+h)=0)<`?mKo%q~lg2^n0HG&>Bb&{Fa>qTagS5MGAqFLC>hfmb^ z8Z6C-*Hm~RHX}BfR=R1A+PpYEhFp zk?vg}KFWgQ zp!*!UR?uG^x4NgSEuz`LQ`lo^ z=xtA?O!&H`SQY~sW+iNPk z3_)|eR)QMWVmmR{YcHr{E!xstualtDgg4(iU8D?>a7(=5!W%8TrQYaN*0?FPSUaxr zrU>r}pfsSU@YdI2-{xwsOwa=k%}%9d?W(m0%l}t<^Mv;vP!MQws?NjsUC=e&wdgHi zC47mz5xiSdu`5sA1=LNgaj0ZzB3f1jz3(Hf>Sry*jN~m@J3t3#lMVyTQ-_59Bl}!L z`>*W5NYGo^<3KaBCW7YV%!7N=oXd4dMUNc%@0UYA=jGfCmvL}`%-TDUi#vrrQ#%tS ze^{QssGWo7A8Y4=hU?JJfjXVZt6X9~U(Ba}f zT6~Vrr<_ZL&J&+Y%d*w=oQfG8tn&N z11{!Y8Xds%_C|*S9n{|&G1Oa)I-7tx(kL7ZsLvavf_{r<%oW2ObG41hO%<9BiXAPD zYrs!uap@uS+{T&kb3Uk66X8-)aa{q+>sHWM8QobRIVL6bR>5t7l8V$O^wUCUTcM{m zVc0W;o-cH|(3L`O1J&x@CK&gs`fMy``!`*O*v}VwsnEGXuM~QN&<#Q#5&E3acZ7Z^R5zo98bULL))(3sREwRXciW8V zy}#LZw0Xl?GXI(LT8(PSJXze5<$j~kGg{FOZT<|B=V7fLOA0zmGp(7TYC^A*^1ZS( zQ~E`1mg9|h4ytvncVLctN-^ntq05D?6}k~rt8K**^apnoR|EZXae6pY{j+#`C{z6; zRJYk4Dprv;b;2bTP1>;bwQO@5o;%>#hK;4-5^-T#N-A!`b4|6T&D?NJwGK2-Vu8=L zwyblJ+n2UwDbE9~sqSfeO{AuJv+Z^0JK4IH)Q;Q&P*`ufYv6x_xcmv!TDVpZw4=1~ z?LPzUUJs)L6>Z-rIjCl}r~6xltUK4WXWh3o^tSeNd8`BJvmGesHKFfyVCf&lvu$Uz zD(W}|Z|rs*YrvMeV3Dt+Vp2!yQ!cauR4cXvB^B%B`O%Kd`F$NU0H%G&fV z=)-mf_S|U));HR8$}}N$MyKqQkUFnZJz_*ZW}sDL=`QYPfexzZd+J2mv$%`_%~a*5evwjAaXFrCKA%_zV`aMJ)N7EU z6{ph1ZW4MMs4d4lRowY!yjQz*W~$jrmsITOyaOvQ`#O(KWqV7l>U3eM8+W0eorU%S zwfTnFyD*KceQ3Rfd#BKiLLUG-k-_W2Xx&TY!D-ywF) z)}YP7x>DC})vyhyE3G28E8{KdN_T1)RBgIaS`TpZ)SzzDF@74>Z6fO9g+kdPwN=-3 z>ulPp+lAgI^l4D7UIc~Zblag~ZOB*M?yFW(5$;Z!B{W}XYoR?sV?Il|KMg+9#+*U>p8$%j zz>7}pP*bg3w7J93iaKY;EK{qdXU@Z0z8z>u#cH^hRQyrsW}%M>eNO1BLJtf5Oen1p z-ITMK>hM`ik!|y7nW%|pk+ubmwXWDOQ{M-iYTX@SLY!=(`%-vi*1tsKw2g-uL_73YU+>=U092 z#`BMTnH!;gwDX_)mt>#^a?VAdDd*6CJ)w=@V!3(hLAd0pN6(oGKaI|r4ti#ndEh>I zPKl%J=g=DMTg<+vR-bz?qom^DbD6_W3;ny$S3ra6opafej~qbmSkPEM#P&eg_b92j zSlro%iPe<(1I~pFR0v%v^lJFYQ+Euw2mRFz189xg2W-LfU*(xKNUPTdurG92Ts|N0 zIJiH^Gv9Y;4F*#4nxN>H4x~@p;^hxyF7*&P0u(KV)SCGNcR|A9fsE@qP_5Pt+>SZ9 zd&TF|pd}UU1~FZoKx2I{+slfl4kIq%#;rxGTLxuhvj53i%y*WSca~0gXO&d^K_uTL zbUSDV_3EI`ri1!W=#N5E&!bCy(7_eOLfZ@NCG=dOLxqkKI#uXmp(}*mCUl+9jY78w z-7a*e&|O0J2>nw##`Us1zc2Jtp+5-CgdGm9NEu9;F0`)DMnYQ)?IQFHp@W2OM*B0k z;(U4DkM?w|{htOvYp>>5GK9ep@<+-KMc0x}T+EeIRLPrW6Cv>9FONEvRohNjW&}Bkb2)#k* ztwQe-x=HA5k{e@AW$atUWxLQvggz$pNuhrcS}F87p)U%3S?KFR-xB(+(8EHH3jIvz zmqNc2s)sVhu+VBk>j=#U&6gfa2i0=uQdO+F4sDfPtj-d8p3u=kCkve=^a`QZ3SBGo zZlT+RJ}$IU=u1Km2>l4OgZg@CI9RN7NjTU+RmVWHSml>6#uh?5g664S;O43RpaC_! zq%97i8B@YH(bSR-c%FmjfLd141 z?<};vW7rBkC3KI_*MuGrdKgrzPsebq#1_7!;sz`l~gnomx8gB+;S}2&vj!t>anAB zj#jkVH1-f;e{$@Hps$R*)zj+W*iZ5N!C2<=X9%U$H{!0xeF^uZaffnBD()RmO?C)< zM(C?T_m5`|92WYyxcneAWdi*-6xvc~XQ5{cJzwZ0LT3qGI)QRn`${UVmghA>HwyP5 zp>1WP`HZ-~Ec88b|5)gELPHl*LYB}57gJ_Sq20u#uRMVW4C>I~3KH9+WSp;Lsi&sI_~ z2hSxH3qUaw;@eDYRJd8V4}f-1hbFSF#pi8cClmR;J~okdIBOE^^Eyb-s448TT`}pv zDJ2!#;f}o+(g)y-L9F+3SEKLiCidbwsJ)Yt>UB_WOiHa68^4&z?7MP|Q&KSl&(Kro z9Vi8@?wHKFaQ9@|>Na_P6cppH!StC9YU@|5FKXwVY|pdhSj-ry)$r3nJu`*$Wub3^ zvNj!pp6pv@s+r9u1~SzfQ#+el>fqFgfm-S#p# ztENo}#Kw%bO=He%oW@*gIrc4#Xzrgjzd=wvG>vuqp{a`+pal^69B56oG@6y0sa8i* z(=*k5LZ1=(9%xWTY8cr~XMgfl)bzwTgp!H|Gj^z<75Si;H3HRY=#2e=kV>4R2oE9G zmg9KwWAY!#)oA^m$_-+tGTWv3Gb-U?+d#H{B^4t|ZJw}gJaP7Baw#p)jx?9cvkl9> zF~)Il38;HY+4E$%qn@6}@{P|o=BX>n*w0@fbamMdyzc_#EAvSIke8=gmv6~S*SnU~ z>5;BOOG#@BZ7H;u(DJ3t;J$HbE6`t-u0AbYr(a3hL}(XK&gUvsnf7(&G~|r^t4#YP zvn-B+DOt0D2Ii7`Wpf+{2QY1BgwQHoJ}Ez%5!y_$IlrWUCd2!};!`KwIp zn6)wiotcIEUVPq=tn1?_I5z8+1XP-}0l8F9WLjO4RH2~C2xTUzt`1RVk{aR=WhSZl z7HP^%QpXxH%1TX{kyz}(QiMy1p)^W~qdO2o9NnMwOagi$Yi|Oo%-WZL_GP^$`{X6Q zw70X~N8eH}`mBsFm(o=yizJuQRiDPflU%B$@(YNp%q-Pf zkd>LGdOJj!S!$F+l$oWLSR^vD)P9GU^Z1%y{wmYPLu;OD$G^(7((FPVN0(=}bSM|R ztFzlBpw&P)AOnBo-JRV<*YnW>K=suZ65mqT?r_~eRc}I{A4Vvpp(=EUQu5Vl4pB-Y zHPRtUX{^eD6v9!@0=2>+>RF&RI7B@Q)Dwc1s9&-#1v=_bB&S?AQR#)0!WKL% z$EAoZLwj|=A*Qyy`ov}aKMfH!Om*WPC!h1XP>vV zc1`0WX;HeUz9Q3V)?-s10~s)e{b#4qjKa$Dtv0_F~oT zphFke$v559_YP6dZmI@9Dn^~Ap50Vkhp1NJHH6aFgoopqK2H4? z5#~%E^{u;HovpgIkr?#ox)aRV>QaZsgV$FrbZC|!8?Z94tZo^2s~qooLH7udr86^fu7B>Y$VP5yA~p#{@m2zXNZOdO|AJGdii>3^PPk zv=glrQ#4Gil8RNSv+9j7BUOKXtbn|3UT>kfKuxwtF@2+Bu?MI%jvA1^$^gqYj+nj+ z)qEF@xpbkb6vXsl2aozlkWJA=>RacNDY{5~?+{}cuTrFfR4S%#ysF_4OY3bklYBH9X_)Mz)%CWR$!em+ zZfo2WwZ!TYc?B^{QMWrpU8bmq9HK5$)Lw_E%M^9cB28VUsA3$e!TP+ntZP+S!M;<)Qj{-c72LG*qkA-|9E> zR;vwyD)rm-pHa7{FCF^0ezA9ps?(q0Y<}LNI{K)WxkdFAR2fkXx_WEq4S$uvvk%Ib$fdcsOAIclUnyO52;RqDy7AISgmu2dOm`0fvrsH`Ka3G5cPaQ zeeV$Ud`j&dBtG?-4Q6{Du@YEgSMznWl4RC!n<4$GihRuWs(H1k^lt zuYSkpb<6#m7e@oYd)McU1uu@6^Y8gQ_Lt&lX6{~f(C1x|yDtG<2j2TW?~mZc(Sx}w z@$HBGt4!OK+snk!3%O5C(_Jx6>V+nzZ30P%g`^S(rUar6^-ANssg^7bX5 zrg?k4k9=OIyq6PD@4S2y=kfg)N9X3fnc#Co-g^mXeBOuNQD5eqyp<}Bmgjw%z+0R5 zbsPmZ=l$q?919oRnWqAu_~y#^B)`!7OC1?O zo_#lduZ}rH>-k=VM_L|B><5+W5KHU_Rpby$`bX8>roD|b{Jjm5Nn6g6%MfmczTUPtO1_h=@6|opg(hn z)*8^cqpW7M$bjzT5G^vGdpkr+4(d@3(UOC@#sxMUEi$MJ9il}BbvuV>$ss-5AzE@s z&vA&gDx_CA#99^7Yc0~WKIjlFIaQAwEt+YzifMX^ zL$uH8dX7W1^6Gk%L$vamdXGc2a!h1jXr<7~)AewNXxFv$#4(mfyUx`0#uC~7S*GqS zXtjDae^wwjqVHN>vD&NG_)qQz81uq`ca@jw;oU3DkD1@eI013msq4YdTFY6JH+uykv?V- z-r?T|TIppIB%I>NrdX$5Y!Tma#d?)P%+F%o=o0c6Uq-N4Kjx!)!S?zEA2kkk(g%Ii zJb0@9-bd|%-E@i!XDFp>u&2(oD12FCjHh)^hn5N&`dc4$4Gz>vGh$NO1qbQ6 z4%IIxQ$zIa4mBz07aXFSms+321VAS) zn#=L^+IY*0+*7a@Xud-a7VHCB<`84JK(BL%?~V)f7Kb=fGg|L64mW6TC>53#yE;9*xs0ERw$PIH|Yn zyB#X%?Tz=*=RlX}Rn8~t!(_e9A=Zb<`UQvB6Q8X239|7`)<-Na%=o72W6mdME2iqg zIn=CDF}_RnbcYz!7{zy@i-qcQy*}My3EnX9HK6Bbk5v(YUk+If+{8U z%XA-$B(<06a)%iEJbkA{`tyQ2f(!L}$7Ae^^d^TG-(tPTA;z~@e;~-FcCkL@c$B$R zFSsnG%W}0$FB4?#Y?;2@AzHyQ{g6ZK`7hIZEfPChrpM2dT$0iJ)q0*F#@EZN(90}O zQnXTk=@9$#*Xm{SC7fb^{(4<^fko`k-=x<##Qyv(x@e(|fn%AqdX7bksl8nvaEPhB zU6)@@pQ}|)lP80>>u(&&1Nws=RbhFBO)7)y^d*9*=W?}PN2{Ruf^1H#*Q*?2POR6P z9AZwa*Sjo|oLH}WE>ifjHEx3*CdkIHQIEGgSqIvv=Qu=}8}%xOD08FUX_3g>sCO@p z%iN^j7DSmU^e3IMM0j{ttyEiekwZfo^)g#^Cx`ypJIdvKI+f_pog?t zNNa-3XtL=s6Dk0lXc0l|%Okx<`=B>mB+b zLALyM=sgZGuXpH!4l%EH=>^u+-zk6 zTGni1$mgZ)fG&GfUcSORL)Jd_mYb!ncOfcjKHL#v>Rs-V*5`&3-Y5}?2P@!bTp&qwzF zz2u{ZfnN5}ZfN$3k6x>SK4|`?7w3If1^v?ey#!v(qKu?heJL#IIATf1QN5zNNw39x z2KUu%n1EUqHBEZm=XEJ6G;jInZTNiKM`st+GzWY%4CoynjV~%rde=wOi}tGbe6+9% zy1ELwwFI6VRxnfB5L!7R%M=K4M*o zqsdixvl9{O!;MM4&$LgQ-3s)o)T7m^U(1b2U+B*S+4lNN{f&=43Vf;auVG$PhB;6B zPhBYJnaG5eUwhx^EtaRtTVi$u8yLl>%nyF2XF0_F#1DGDL+no+(+@es{=_eOhePb; z8MDVB_9r~^jYI5Dc&6xD#y~xBakS|p=$XidmV0%;Y;tJ3pulyaOXR7RD{*d8U58$2 z*$a1g7drG2ctO+Cp=00$4MQQd0rrVPK4KaoK4KbDeZ(|WH~p;?j19LYo#OMDhFU&i z8fuwG#HUR|EwkH(lRV2b+g3^J(g({i^RKsv@zpiQ9AbP8%$gf4k1`vYV-7LChUVan zy%&&Zfox0!~fk3-X1(dQV4E^jp(XsSc2S`~ZwW{E@VT0NPRZ&o?P5lSPo z$svwV8kvV2+SY1!Qe$(}A+CruHtTM-v2%{4vH8p)uB0_Kfz`s(ToG$*#yG^)vI4Wx zAzFEpSPllcA{IwnWh?Y~%!#Jvb_r+uOHIuqPRg!U&m}cAl|I^+)Xco$(2L*|nU4h7 zJZoXFkb%F-NQ2gURST2tP^;GafEqc}1H6`|t3yM;Yiaseq^MadGs+=q*4kv;Dl!$* z(Au;SWaBF~V=PZr_>0XPhq%IDY?e5*sr5?L#@z1Eqpf?HHfEEcE5pyVE>msIE{EP| zJsW7RLl@UMl+?}~acDxzkAc2)=m=!CH{rF^?8@-BklEg3SfoP5g{Fg9A*fPP)X}VS zh$-r1zPvr2qE4}LNNZpGebT8u>Y0dw=M?`O=LLrrFISySjXNmCj>9{fNrIR!YjtO{ zN>F8lGP{^f4pC+ov&$k)DP7E~4l#x*;f~I;BlPxVstRP@Og{!ad9kLAH!~nz>cbDnYhS+tX}th<)0g<_U+`r|oH8wMfPf zJxz_f7@r-J^fI3cvN7~F-&>xHNqU>q4dPQ)LVKG=4pC-r)88VI+1m`iJ1!G9waZ^+ zTK6`4d2h8vlGkxGu+5OLk7Q>~-5C(#ufKUweA>R^x#o32Hm`B-_GTXQZjJMSl2tv0v0B7A|_=cB8_qs>tttq9{> z`fV|v*N4ZLY#*%-Uu0VQ=(g}!)5k~a!sE=c2W+?p+iVO^Fk2jYy3OYB#pX+go@=us zJkbImBh8d>r!xnwt z=8JHtDSX7DaNBRfWoEuZxov+4mz%mfEU#1Be}`w9jGY$cxAY>jOqL*<^Rr|2iT!RX zm5+j_w_Og@!1uXU&o=D@ad%%NGRF_cGMXDh7}eE?#L>mgYDebzyao00BlFEPU*>YP z(9E|or43nVZgeqF%0jcwAxfz*I~}5wMW)}QOcB%2BC^<&`lzN^YHku#8KGTYX|`CT z??k`gO0(Pd$x|Tz?xWd2Z~Lfic*0ghoGOsoL9iq%@%_@sT=Cx+v6QYaE zrmZs51TkNFnH$V}%ahr(8_iLN*mJze-1KJ&Cq21aO!<=*u_w3IY;lM^xjW2?r)&&o zHkck+XVk73S{S*@^tTAR8!qrRnf(s2m$%vUd0KobwgsEb3xaIj+-yDWb~|)RyZa*Bje3qe z8^ePpRgjJ0L6hqcV|dVXa)>cJXvSD1F+6BiIm8$qHdCID%fuP7f^3R*m}>-8>hA3x z@^+Zp9U9o?e(zE9ghK<`t<{ei%7C?|aa{a(3=$b~<@~EGN>Aw%e_7MTh)Vrv21zZvx^7 z#peY>?W-lnQF{B&)qz;JV7>Nb3U`lNDZys#)05+fV~h8EUWfL3bsY6f)(EPMJlKA%K5X_lL_Lp~gAP&8Bj$UDsOJ$=<7G;z)YS8cY3&g8{J>N=L_I$= z6|Y#IjQvBi(;;g8p_%xqe`XFk6zp(rGOkgPzsj_n z4tsSR6?OQV7e_rhl&Q~spM5*bPC!G!`@-i<056Vac37#t^m$iw=w-e%bKYWvwj91P z>jYIs82h(or$dbWTeI6C#_*jv;1FZ@&Kz}!n*GbzjY5?XYW6Ra`Zi;zj4<}^O(TaG z`}d}`MT%wggX#K?_>^|{2lLo_M79R}VD<>IHT4H`z#-PEAIvunu~z+H3J;1DsZ~Fi zRSvOT`pHlGzdGzyKgUoo*s*ai5p@mz+uS4J82fPji`i#U`1Fq0P2nANXh28ortrQI z^kIZDJum5fg})CqWqRJ3KI$3_c*_JWR_AwIu7Y0OL-cv2;x`9DZ<#~&VA*Ma#r5<6pN=bXj%l*J2rakO+6lC)=+3Rh2(r-=nhC4)= z$=-B_C^OkxW0A;A_Lh7YmznCV7etxQn`+)emM49p>fT<5D5bjhjYDh|t9#*(;(Av1 zmK`O!QeE3|XL3zXeH@SB6z_XMR_hGUZd0;3k>O>3B0eR)46n6Aj4#6*Zjor6;cak; zIg#l-E{HOFnQU*5~rUd0y@ zPSIzPx5gq_gD>wJ4xfMpeV^}ZCJvXi99Ya+5+14lxId zyk!Rpbra zbMEss=iDeLlxT>kq-bQMR)|=LsHmuDq_|??$L1F)rU@C9l$n%nT54|UhN-2csb!m$ z6($lD6{RJXl@^&L6_vJDRPX#h?hlvnarfDMulKs%N3S!S-~4C(^F3$I%$&L7m|!g2 zL$5+2EtlyvB*U0prq?k+%r4Vu^BArEU#7?ZKq0_d)@6Dr6U6Ka{g#s;1D&a!UcS6; z2HyuH`RUs$Qau4`xZ*3fw|;k!zhr#_QiWqCs_#4WH;E*;?4uuMSyP4y_n!hG4AqDGsXz?X^N}hf>=_!S@B9T^E)a!@9lXQzUcdVMb@mR|vxww_ ziRIb|J&$R9;%qTOU*LDCW&!jEk!Xf|r2Y^RjU%ttH<1k6?bUkE-ynnvY`0nZZYF5A zqxJOPNe1oqPkI#-wA*odw$RWYp?~#T(3(H>4ZM=dNnUi1R-3n_hf<) zuGe#ju*9y{;jB9d4?>utN9h5b({yz*KFBcE)AVE}&^b-dVgjAh^dchEIZdx-0-bsK z7f2M(89JQg?$bF#mj)5&oT0}sfzBCvIuYuep_em(&U}AsJf3(=ztKk~jJg5@>y!aH zl{niQAgfoQqKC~uYG>D~;RHDZ-K`xc( zX+)SyC3<2r^oKcruf76_bS}|LNrpO?=sTG}=Mue&33M*ePZFWdC3<#PK<9mWj}}0r zbD5rkL^WiYp2Y+@m+5&-pmUkNoCtL;(__>&PhT5*K>r1abgs~4ILa`dEA%KP(78hI z$pkuA=s85FbA?{Z1nuEL{cr?mDHfA^9rONGk2?>DW*t`RmmyJjtMwG53JvBXSL@1|^#&r0%UXRAZY!levGvc#K+MP+=LtfTH)JYN0I_^wL3@OtyneI#K8}f=?hEy!pDB7!k$+Shq zrCdMB^n2vMkP3ZHj4yp^7mYq2iCSu4iuY z0%CStFN?!82#DENdRkYYy&eetYdr_4LO{&E(Vx5sWE9@F`fel&uULK0HpM=)`6SPhb44zBfGK#$l4to3L?`3A98QQHkge^E1LoAVQrHMsn|f&hw3)$$@xA8Uy@PAR>)1 ze%h(GHs&DFO2q}nVkW2s7Z}eYQ6Cv)R3h!uhW0KIQO4pv7#@Dr5M|U5X=8fNRZabrhNJ6cPG0IqWqmsoKZ?Fv36x$nbAyLda z7>7wFAoLDK0}_32(ZT3@RUj@Mj0_|yu?|Kq6O>p7qmT*mx`R}2GS3`?bxk?8 zjdUi^+0`f_LY-ZWl+-{x~0j23`YXpjipR566kKMVS*5P7(1C@B+$bsV}g?IY1A-5t?Oyj65&YTGGl3) zFJIKY3u6sZ1%7#Qxv>RlpMdZCdl@_pY8bwS{ej|+yL|A?! zjf6p%KCHW0hIeovE~AVXBsz6yl#$N_rw)xW77^j8L!*q>k*LLuHVz?CEf{UovOjp+ z9c`Ruf|!jq!iHezcoNQNBasMWHrhDA1TA2UVPphiHr9wls&L?)a;%X=g!5oyjSMDu zryOhKF~K|KSmQn>c&8j|Jd8xK&M~%=4CnH440C88yc{FUPX!{!i1JepXPnW+Pf5;o zMzWtuM6R*ePb17+qux)c%_kUH!+aqOYW`=V%ugNcsYdK@$`?4VWSWu81iP808MhMQ zb9%Zlp9!ARdB!RxXe)Wf8YXB*Hy8(roWaR0JU1A%OgYITn$IvAm|(~J3?ngLK-B&+ihj9pASl2bjij8~Y- z6y0c4F;yy>ZTyTxr838mBQP#Fo|t0{VuJC+TqBDJ`+~WK8rZfBB8DS$K z*2f$OeV&oP1fkC}(wQLic}6Z1#Co1lNTg1`n5bMpWBHpRUJLc4EZN=nUAtKrsAtU zX}-)zVfxEepDW5>di1ISalbL2siIX~^9PKWv7}}DRdvmm8)Zzpulk|+3ZpWIWR;3m z8r9>7Udl7Sr*oKsKKVcFaF$lrq7)%!5W5 z(?72Ix%q=e4HN7yf6zG1$YhF7sZw+!)0HXJiWV_trgYO*8Kq1U zQZCh38M}~q{HuP51_cr$dpk>w{hbc3;&3HGx;YHVSGz3z`0RZQN#EkidM^-Pg{BSSYEv6D$> zWZ!n7j~lz0F6?_@=o7}xzDij z$RF$-sW76LUh2C|uQXDa;CqDEjBAGrm>W%x^GeFo5m3) z_)_96<2R-+``#J)wh?v%g?_s4y`k?IJ(%3o0`abq=BN8Z_ZyW+3xuQ2ntRXq!7qE% z^S*JKsa5K#(1S+K4AR*ubzSHoql&4cl6`2z%p_SyCHu&j$^>76d}7?n1Yd%DW-MWX zZ$D~{wM_8s$LGdYrs}8^_n1+}l#u$W{)N#wpF;Rh$&MRWFeRrx5&ESum}y{YiTdT> z9Hva9@>%3>9MaMoiKe7hX(x=GOtVwf&IhB0={BVAnebZ-!^2k=dOOggq}1K zi3F^to-}HhU_JGeQBQ-DrlHbu;;ccMIDrXM%SN+Z;3xWc2*A z%`7Au-P`6ACU~aW=6oi2rrPEvB7COWW@ZtE4r6G?OurR%iVgiD!@TBLB9*=p5n@g} zgYuCmybyB%6NDFHu3>`kLdFzq!r(l5(S8yKdJ?Ph=3Y3)MW_-T@&3;YD%>Z!wy*=0f6 z@UXUixR|2biE7E;8$wAYbCmkUK~VP~-!upsk?jkL>^e+)tnjMg+-Ck+NBdLA1{fon{H0LOiYTxKz6{VOb znKmd&HLDhq>^VhgX71gfbESB{|2<&?%td}$9yZ8)%1`UVGR$&6JsvjHtn<^Zu;FIZ zBA=Gm!$z7}emW91%3S5ApTowQwSJ0hG2Tor@%c+?F~wZN^p%QBzFF?4D+)9Yc6npJ)}685+m zw#29N=df*Nj-Mi1JY(+kQ&NlF=5a3Dqw~98UT(gq%1^E1iGt#dm+!-N>pQunf(cG; z$!$^Tr|8(JEnfE%oZRx38Sxj;0<~vui?_{KBB>83*Y=xN_+=$xznO+aJ@kGvn+ba8 z{boKB^w9gwRYcfB?>D3FgAi!_?>(~z64lm&W;)4mcKM*0%P!&k!GmVjQt}7ue>G+v z619~Ya~=|DsWBJ(sX)}2o5&x|+8#1@Gr|1CAv1Xy>U8=J=;-;t%wifoKz;LS<}!^_ zvJcHdrWs21p?L=qg?`vvLozKYvV-@qnSVd#AkI90WWG*>&$y4w@BDOs=tpL!2hb(R zntx)B_0t0FsJRr0)&o8>H!;ENnpgKFuj7Fjy{KAZ98O)e{VWu!a*?wVWGeOyYVa_MQvi-tbwE}hG z8}ygv?3MoXi4*30B&shb%;ij=^MtvD33Q$?4-lcw6K36m0i9o)udWK{{MJ0;rxu=X zP3^Bf*~L!18IMFO2j81%Oi=FMo0&}TCFBq06egG#{^5+4bJE{B8al4ie)Lmx?1q-7 z{RAzi!MqW*Kn`wi`K!5@b^d;Sx%%Oy4NQpxw;ICQ&D3|G+Uji`^!rmQR8}p^Am@d3 znhA1ASYZ!gPT*Xnuo8(dmsAK$FwXK=pCCb8Zfb5=k*hIZa}W-Xnx6S#r_RbBo1{~BS)(o=`KYN zsb8W$$+AaPYMWWDA4ZodCsIAltT-gvyVcy<%>-lU7FK2{xU9f2bc9vS1Y_t{)}(bP zQ#)5?>20j-MEER@vLYTKe-O_o>v1H=`4-_(RyE6D9k#7?nhDlL+gr8k$seq>cC?B% z0MS}&Cu=zpt&(=O{<;xl)HdU+C;Su{9%oe{RY;h9?P}FB!75Z&tDXsFUoW!cqZl5p zpk8D}Fu|N^ycI`;bDZ(kbS9YN>}Jg;(%u;u9p25_fdp}hRHUM%{#7(PGH`}S@R7N% zWo&qYRYv|CkoB-?SqsQ|SjJ<46kTqGoIzR@zEz?3u_BO;X>gjzl~z8%~q7K8MWZs z;FVS_6V$USt;vu3aw*l5Vy!}|z!RwZTHBdkPq;X|uT{x(FkxzFU+VzV)In7u)v9AE z7*wt3G}B#!KDGN)z6t>Z)j zQj~6O--0@EZ+*J;;MPDI(yg6HwEt|7^$`*7KO1D#u?+T~4YrIYQHzBAXM?R)OtAlK zu+@eL_n!^1E@FcHXG5%HCRhU-VihsL8rU#vClT&H8)3z4qjs(eJKc#v`TDe5>)SxBeYHJIT_G8Ln2H3va&p-&vM9q*7 z!>3#6NXIlNzZRF7L2BkU6szE9iUky1LKHJ*4 zi(EDg`8IrxRr(ycgwnjpI)bFWuE=NzzsZVx9%RKLG-GJ^Tx%6mRE8E&Xw@*qXEcwv z+3NNJxx7r#tyT_G-wd_?(<*05&xnk;!%Epr;Xz%x(~5kN2x`v)E0zgr-Cb4|(n2vJ zqf^8}s~)LXT$iCv-?s8z0)Mb8B0l17Yd2D{n3Zuf{BA4uWs1wZjKqjVRx;DQ8GRLH zG5sy$h44jI9?~)FO&3|WBhebsB5M=UovJ2l%3o9&=qz`-4t>@tu}YDSX_pVJ5+&A4 zOjivpQM88%RwGKRcah-vr$v-lM@Z%jRa)+`P9q(4#tbdj?yX|<6x-4R;C0~IMjyWf~u2mGl zbh7K?5zDN2rrTR@Q3hIhhjdI65h>xz zt<6kOvsPF;nV`0=unsW2HKaOXrL|NIdR5G{S*l*IvNkY5d-$srRzb0bcDve2KsxHY zG88D2WzZL_wk9z_yIpM+GC`YOZ7n9!AO}}lTab=wKMqZdSZ%$AL}^%U9cGsh`Wh>} zl42$zKCu2~WimmE9=5WXjt=P*@vv3M^wyA?h*GQPYrYh9ig?6ICvqSS>#ZqF5bO0; z5fj9Ey|t7HV!htlK!mYgZ7 zgkIsmSmSXkiV4OVk6Up}tA~9a@r0Gav}xE0MHx)+mbJy2!~~ z%xtx`Gr{RITdhhW{5^)P)?p?%VdhCoR$K33R?}EoK6pFIzi_ zQ0L25?7IP-d#v6_6wkd@Cdr)R!y2r;))XWvhrL!I`)e51@4UU%cBbaT`<+*ARWfyp zpXJ$SW$vdCIu0LvUZqvVG)T#+tgHhhyIjfMwyK$+PVBeR-V3B}zmG+)-ECpq0UM^5(wcN>uMy>slHjZa!H0?etlirgThwHQU5B; z`-YdEC+vt?kWu>MIYpJwMXL9e0P3y?tPzVl2w{&Ni7 zfs+HJoxucqK%_m12~JIvb`cYtnken%Ot9xf+LcVO%S74{$4DpaK#}%#CO9=wxnzP} zG}1o81ZNsb`!o}rg(&T?FGvgQK#_JF6P%1F?Gz?h2adX{$Qk? z_$|4F^9NhoTk45mCqf%ren$j53NEn2z9)jS38U;RCRnL&Yad{Oa~Y%UIwm-mG1@kM zAb)T!W3(N`1m`kF+dY}!T*hcSg9&ywMB6z`u;LzV&p$<4dS9Gl$JjfW;Pk`x_Pzfg z8SIg0Z?8d8r;=yBdtL|oS(d@si?Mbk6YOfa(5_>GQz$#xg{Mgi>_q5npJakv7;$#y zPavb`N>{rUiFW&RwG)3Pe|zFT(YxAtNc+@p`EkR z#l7sqOwfvZ*(aHx75B2E4AKeT9`~~2@mNDzHR)~J7Rs=1?PEtULEn0%9mfPZue4K` zKyuCz;S3ITeC6uXlIqIjm-m-{KzlWJ!p(G#ejozDbMpni4{5k7&^?2Rmg zFPPKp?JR>QP=C9U37$ax?I=8qk@iaWw{w`_36yRxC&DMt5WAXX&|_xUSuVyJzf#Vy zYnY(_%&_ykzBJrxX4vzQ=&bQ!b}SzESRvr7@e%fmNR-+vyOw0ms1fS?dAosW%7_9* zRx=C_ce`F=hcLl>>nJ;x304(G*>OxT-#Xe(VS+Q&M%!zcV7_&#Bt9= zyOIg&;6(cf6V$%%j?+zz|I{0UMWdsoEoNRAEqP8;G-o*quC)?FbpmVZ) zoCtL)86MY3ZDp!`@%aIr)9pkg(mCDEU;>@f?MY0abGp5X2z5@kWvf6uZ?HwAPiKLc zX@?+HI4`N%lW)f&(X2zho#l5~qGT~qK7T2Z`S#s@8W=gtUQHxkA2mF3w!I0dSR5KP zDsqmU+X?&?iyssf*bA7n(c>cL*_)V}kDeG=WE*(2X0hlrdWpE*&bx^G^&LGe@^*Vc z0#VNB{K#TEu_sZ1qPy(EM56l@mDpj)L|YXtu}@w_RHp(F8?b+sSK*^2ZiOeq&cL6^&IV64~`k_l$i-$x8o5E>|dj-`JH8 z6Kzl-d~1shL{B4SY$V#FTz+d$d6ejlv6t%gwtS4JM#<{!kWECNk6j|Zv-6q0QChyU zYnXmPS;*t$QqOrU@;f_h3sFeU3yRX1q7;2^FL;t#YE_3jA%>X`;1rR^Y>BT>tIrfZR6)p2Z42dAi*{a}YZ zO?0!OlXms9MDrD$vU~0(TB_(rJCA8y&fAgyu$S&7*^@ct+D~=^(+kSwPxjJ%B-^X# zXS=k5=ym1q7d!V=qFrs&?^oGbuMySclqkw)`dIn<)iz!y*;k5wvtyY~Df->6c>`p{ z!ZYqrq>w39M6M!DZenVw$RoqvBv~6px-4YspvaI%n7S%5W%^s>vb!QnZf8nTWXs66 zNtUWe%K1!#6*=-a)76SxnORLPa};^yE~Y;#3Xw7IkZgvcW^xfzfuiQJo@u_KP?`NM zxhzo>Cd-)aSJXnr?I+o4MJ?r0rVWb1YAvTQeWs|5tY)fHbb(AfNG?w)ijt*FzbR@fWev&fYY#<6%Y3FV zMeSq_Q)@*rGUX7t?4YQ<+{AQ|q7E|b1CsSr)KL~P^-&Znk1!2TbfHYgL*$CZa7CTu zcBX7aon_=<(lTCAoSe@zO;HzloN4y8Ridj5`-of?A!RV#g|wULFG#1E9z=@ynEaI@ zr88|ts$zNy=_Jz&NC|joU9s4Ul*d$sw2A2eQZ3VAq_iUx-sed3nZ71}Og|!3GyR5? zeU$v!*FkERGle2mGqpkr`IKD7AT4F;f+Rj8S$Cv3rrt=IOle4qnT8@YFpWY=tR*ei zAUe`)?l|8>A`W7kU1kuk(lj?}fTyQxb3C0D+b{ z1{u(W=0$R;pPr12mkmh8A}sgg$cts%x8Sl^bjUpv*-cKWCx0+5xJ1@4U8-DOBGbMj zmr1!xM1tJO)Gv30nII#6Ab+ECKacD#e?3VwBez6!m*N!Btw;uv+CPsJd750lPSLibPkZCkw|B{oJ2CznJx>NKxevK$^<&o zgaqf>4sJbEu0py?!p^bbay$9MmC4~UUH$f;DrsDq z%#^uEw6>cm%aQ22iA;4c6u4Zd=4nerri^5Iulv=lGi5&0_qjQ(N64c@Shgc&9TJu8 zNU4rkgz#|p=|~yD1nCHuR^~84xnC#eFu`8b>*RbUNKvj_ z#RO^3mD`CheM)8r(lbQ#Mu zd;DFk^JF5^{PAY!4KjminW7m|sZjqan!&EenSOe7{0ZGpc;;Auc8)(5B&!&|LJgb8PX1t4bEB+ef|zZTLnA;&G21AoAknV5N98giT;qFG zma+_HSRa$SSO&Z19+Ph{!949_@+~6VHMdEA!UVhKHpzM>*fqCFMxIA8gSprzWC{_^ z#Xc#wungA!w#jlPNW(T6e?IwxG;EWbkRT1}L@BwGWY~(g$x0@uJ=^3FCa68zq-=#+ zu-Dio)eqT2?qaXFL;ipSIt#?pGO{(vE}O8W^-fvH)L+rx6ZFDm@;DLx-ozfcE1F^k zEqt%6X-5P(zt7j+o1N@ht_A4Ru5Y&v(21_^1rf|xtFtfhUqv&R&Gr-aS+B~N7+?C< z>aWToqzdQ!iR!oIO=iZD?9jxPZQhVk7y2l&O_fYR+NYhE_eQxM z9%s5h(K|A%Gim8EDZb6SauE_ebKaGeNK`}KmDOj^Ve*Hq<6T+L1g+y;DdSKl?)raM zCJPl$_qL z%OWDo-Q#i%6Xfn!@@XW}StrZbAB>*rGNUT#9FaF$;3o;WGXnCz)b6dfm$zg#fT zb5ah)BaJCvPRc1r75LOXDHjuIZKkR(m}N$9j2Z4SIVCHJw60TUc}`2&hhm+q=oeYe zl&R=9IsZ!X2Tvf)IdT;doQ`BTwS9@YMP2Q&oy1fkcpgb7lL?+j(kWtsUQs%mkf=3E zrwWO3LOM0%5=&D$bxe@+(lPpB2-yCl6HkPtDV+^Wkn^td0ut#AQD45IKMB9T8RFCv zIk0;;#0g2GSi`SshB$fsiQwDS5GQ#6l6Lphx|YqHyn#Ubv}IGPqMAEvm{uwZbE=Rk z1bpS%(#c3CEznlNok>L6+NrO(;m#(OL5quUPO|LLsUdA5oT5P#-s4l>k2>EuOoS)5 zv~s2n1{tNOl`{v4dX!eqA|}YCR!%7s)X!GV0V2$$R!-Uw3ITGdwUeCT)A?J}1x_In zeZSJyS;_?8ue5cRGr`j-+NoxOr&F}EpU8ppg4#JpSO%-BG0sUMTu+U05{5!}`?Ni( zMs{$XMXC_6y4u01M56R{a1J1?6tz=ZwC&)?Vc>72_(oAjCmD%qPpqQ^!uNHhkKpUd z648le6jlp7;emR+(D@yS zbS`p2GEs&-$|5I*33M)U5}82fA}5y!buMz2GC^Cp$C*9?w1CdSkj2gdqzXJ?bcwTu zNP}<7mN*YH!MA10oDEFyZP^1($kh~2IAL_9GlU7w@q7sLMUAh`&}paIuJ%*ZwBOsV zbu!WAN^!|FGkUGFhN;iAmeCJ8N0>6EMMtl560#tKmEyW-@zLv@yOAg-Hahp6L2HmG zuQxi|nIK;_I+aY2FB_dBM3^rdow92v4UjL7IR}v_gw0MZ$uO@sJExgI=Vm8t6#B#7 zd$W^BggQ4ng`)#HpKz|u1|pqXom?b}=T>J96X@LPEM|guZgt9tQ0G=BeoR2;HYfH^ zKr2P@w4CT2&MG7d;c2JTPpO`#oh?Z86y51Wjzul_?)!{W$OLbnyPU`zlEJ(03r-3X zynVjp93jG;hI^d&apV%7hI^egOzttRFGK$MyCkLqlzuDUBBwR=SV6U`tiL_GO zJMH@Da%UqF`P=90BA3o9)0T*RP7Tw$NT-=TLyF8rof_m@V8Q2KK<6{H=LY_L}}CSjDFKu#dP`flIXXc zIzQbP{f={dlF#3Y=>1OZpMA7C`aP%idLONeKIj~o?4!q`4>>hce6%(CL#J*kQML;G zBPV3Kk4mCHaq|3hU-VI@D95 z`h;_27SU7{-q+6V8;RyB`qo)Bn`n`u@0>Yvh*l~3!O6VIM_Z#$Ihk{bwkp{_oH_=GHQ;QZ7T?s`);DtD{@E8;X7Y zR!4`sOYiXcTOEC#JLOKIRnu2Tw{o)<`20N<-P(=2%ST(IFK{Cl63w0dSae&r!B1PG z+qq&9$rerD8r|Nl_tRt19o_O0lC4tyE_65DL-hRgozb1$HunNid+6eJID-<9s1NDl zrZGVu(#6eTf=@tbIq5zCyDTD ztIJ%aLj9{SFPqT84iJnuFZatPPxvA_Krm9h!Y^Agq(1rzH~l_eeikU%^+@m**}+b9 z3z$G>FLx0W=ZY2}wOme?MqOn_&8?n?E!dGsR+Y^b-obK%=GQsY?WH*xu zMx4oR788s{`?z^T&ZpDuc75ChEQ9f9ANN5d%FjOT29n`uw2!-+3C5pS`O@C(=jng; z1Sll0N~HK@ZS$%Fq|OUU3G3^Vnee4Vs-NIXiGF_SmZ$cqBgLp$>6E=rUMcQCn$L94 z4N>iexJ#LqD_MqH&QyvNc|ZAkT)E6}VjqrrUf4$S5Z= z-6$k#@0o4_6SU1tH=POEW~Q4@gl#j^owE|OPsJMIj&k4lYd~kVdjyGQK(gJ_L^uPI?Pfnj{$K`VjGK={HF=DC8xo~< zjJudzVox;2EoFk3jd6D|LCnUubwn7mF>dziK+MLvnQHvgOmRuW^lUyc@{`I>);yM5uGTyOarZ zPIUABMzNkbBct7)-6Kd8!eqCOWSA3^UGZ=rgvo9s6NE6?O(DV%Cc7D>q!U7z>ULfS zL^`LtJ&`CUrn~7(kQ3A0Tqe*t-Ca(EI;XqYj|6ny;69)zMtva)t$(Jwg$Y`JzPpbJ zTK_EfVrIp!Lsj;}uan7q+{}Ekmks#Cg|%5-D6D9E8gtZ6KT-%&2#5JM(Kl|?-n;= z6A|=$MQ#cc^nACv6OpLy-sa9h+NXUwV|lyV+?dVe@6?R7?QVCsFv*!4+RbhRVa&sB9#RFK+*0Z;V1hNw zQg;K92CJ5(ZY2|}Qald zC6(BEw-pk_bG;jjMD1a{o5%$1VZEEl1nptHTS$cMVZB?=1Z`}id;A#;0oSA+b5A0z zlumwp%wulK-!YeD+x$xvjb`eSf4QPurpxk^V>Y>qnEr&cooNBm`$!b)O>Qj`#d?!_ znh9dP$qjoJ^9A2bH@S&K80$^$1}2F0Rdz$NM2;x0xaom<>eCeXRX-NghsvBf!)1#Jccg1%=$%96jKPwE+NAF ze9BEkS}A(X%8hx-9Udfm+8uocO+unHJna@TK^mTRmoh;bo^}rqVH%!x(_RRq;Td-< z66MRYZV|~GSUY>xUCsn+XV1E&Oz;KsE_W9btjFzg%bDQ$@SI!A1aW!JZD4}E4$rxA zH-?TS_PiTMgfV;GUCIO{w%dJ@X->C?w3pnyNVM1CW%o@Y%(F7LhFs#aqs*;ig3!xc zt-E}sdncu?VMGsXg(8!_l~=Y3Br5FEn|Z6d&fOMgeiK*t$ZbrqW$g>rsvvi z)8BJ{V}dWn-giUyf=lXqYTUL+722z_9@1*u7$k^wfjH#Gv+S}7r(!;EYnb{gI_yT3 zV|cg^>0@^%k(NE-_n42}uzeJl$;#yscPWv8_mxlG*b4FoD_ftsX++w>2~PV@-KbZ| z-|1N`+JENmA`-B&RqHOU1R0f4t-A_orSRMs*}m4ze+^_SMc9p<+8=XsUnly@72Vr^ z>DDlHxG}N)S8mlCB%58x}I)8MdNTz<@eu?rtYpyWiy(#*glJlHm@NpWI1E`_`(FRq zJycTuMUzsKP9rZH{1u}V=6)7~4^cdgzjOz?{cA>R2+@QVl` z-o;FCB11Fp1|~R>p_%tdrh`gLbMG!DD3wreH52rMq27@F6c>0C4)ew`!CP{eHvws( ztWz;-;Z0}yP3dgm%_5gLU(nKD#%J;}+ zpV_lTxVI+~m2|i_g=E+-g?qD@AlBjDJSM1-;oedrtdUCgKIw!Sd7gLJK_JrE$~y(A z!r8CRpJ?Ts&jcq`wDPWEf|Dv*dABpcNfoWUPM{iQq%&eo!9~by6yMXBxq~P%4{5l&t4h-q)r|8(? z_VIp#@Di9HyjzS*{W3UFv4@}FM8(Ve1pay^+4< zF&pd+I|TIwVz#6GU~gw6irHZA6@E%`hIj`uLCi9|qy3cR4E0WCf|w2S7WgU28ScHC z31XJ%eb7(pH-J8b8LV&yQf>4o-Wf{h3BO&7hXK~r*feE73f+&61~*OB4Js)z&+Zaxqeo0t z+H`R<>ilOLL)_@Mr`qdbo8S_pT1`2Bwi7QTnK3-dkX6kWpieUU*5>( zT--D+!E>=mZWLBy8;UK}hm=O{8^`us-1J91!<5-{iTA~R>Aw;BYz&ub#n0G}1(*AO z_MYl|0ftCz0Ydi(3YTI+Hn*S~c>&}}!1RcxqI|jJt7-q)7&g{+E^!Xdy>pNMYD}Yb zGo;8>rbo2Ed+LG5VhjFZ`kA|4oRE=6hx}wxMzf_SLwbX>0@fJ;IA&HSW#MMQ7uf z1nUge&^Yv_@&|lr{B%B-zV2My1owv&=fRljEM5aYwVpyo+W{BG`hIgSEa6>MAPio4I;C`E)Bb%u+GKrxwr|A zGu_j(mCWGL<|+&wOpjROzdy6?(esXcHP#$#Lw#Vd`(!LTDjm8flj_D643TQW*;`Fh zZ($eo{-c`U5smGG<4N}vqEQ4I=$?Ez%ElwkKKhD8UuQR=-g*SN>4EOAK+V**1cwrQ zPwzg-=sx(qFWO8%^CmQJ54xuo7kEe0#9EX-qfC!@(SNUr;IPgvg_wK98|ar((GyD( zOpkaM?aBOC%kIDXjL@+(eJQO`@zk+24e^P(HwBeN<0octj|3_5)r!V-FYeZ}Nuh50 zMzB=RNn2Oti&~j3pw=0pC+Z=4Y8Sz7$R-7SfxRw9D$@`X(HBXZ%K6|L-Z=h{|GrTQ zxorG=Z)`)Q7D$nY-yh+5;ZZ+94>7F10%AxmNpoXgc^LoTcDJr0&}rnEI>-}p`Z8B9Br$p18(MEOQfqI2o<&&5sf za|hzAiKyGaj6svycvERPdtcF%ui%;xTpxl<3QGLU5prW2cn4{^J$6;`_lP8A>LLr% zLOsa z+|hZgNMpjLLhOTiGC-L+&us>5g0=bXVf?9!z;jUJ`^KSwn{#`5lC}(tN#nUJszo&F zYpO;yHRd^ce|Ro+weiy-__;vOSsF`Fd#9QlY~MIVws!P}}hc7{zHK*q+`#=*f6J#%cz}ssLkEtV~lZQKlubM}c2R zuZP#g{%7|#yKE{C8^`}#Y^dL(p0=s`bt=x9xNkxry}>PIJxT*MzPVypkMrHb*isW) z(B)2Ldc^I~P+qheLL((G$)3hejoqASL;69FZ^i@O0X3Y1)x=8}3e3m);y~j=if1{- z#b+<3%?sE6EtiuYi81dIeUF&6V7FiYU!(Kxk4 zsxx#?H8$A(?6XE7_01QN-#}Z|#4(J+R~Vn*`JeC6CivMW=7SzGZM+X2wUW+r83Uh- zo4`1k*6DnsCK@p|RkxdAteTPr*K-dXHo1m!2tgLH9IDA^UR~vHYuV zyP(q}>M_LNek?dof}a+|zg3;fJ5jJ3sx2^=qKlJ3^(WY-asHg$CU~q)>-bH%54iNr?otj1 zyFZtA4VtxRbqC~O44Q#wt6DX{u}Z*36IsfQT44-wSvLXvlACK$`sQG;fqS2Qum-q4 zQ}Z13bql(Or-p~02zLb8H`cJguiqmA_r6rn(1;0v z8?rgOUy2)nz7S}lZV z@S6L%yZl$<`M+s#RQgSYNVzxgPAH3}+)(KM**V+baX!6qG!;78Ly73(o-6;j&IH%+ z;CmYV(!0;u-<8N^aEqgRvZov%8+xk>eq*8)b9(!`Rpq2d+==-atRWBw>ZyG1j7!la z#cjE|*9Fuo-#SjPJ;j0akhvPef|%%H9qOTH4N05I&$HKu|4mH;zrMAt#%oxOZGuZG z5G!9jqBT6r=a5a_of7PCzwm)Frg6R=3W21?m(dJjQ z(H21dJId5VQ#Kd(4@lu&7cI~|`1P>gR(Ma^qSU?dfA-@43;94L)gDWyvobYt5#D#l z`(S&xSNq&hn%3xk2-=TSrY^2grXjMGX^OGR)WrWr+PHpFEq(qjs9hutz7M!pPj=`)qO|<0aUh-l-dk-p#$ghgXA4&o!Mo<@p3Ld! zH`pXS!8<4@hE3@YexClfMo?$Im;JXxq4&WWd>e(GTL07Dp5Ppyr##e$Gv_%Q+njxk zo1Xa876P@)H*9((+*Cbj z%Kl5#Oy>VS)ewqre0A=#K*7B|jq$$0SW!)DTz3B{8(QgrIQ!=3>06|x@``4Je#E%J zYLrLN6FK;v+|XMv)f3vqO=eS?VVy|zz^FO6J_JUszI~5@KJd)%2;h4G&l%qf1kaw) z`#zXz*P?Q%pVg&@=hDeN%&Y&=Jlj9(Cto_xw+H)$8F&N3HP0bj(qQn+d}BQ@V{f81 z>tEDn@=ShHI$@^8Le2KSrP<=yp0n$RH3Ie1jH(pm{~{Ed*AC7lELdfb7@~7Vh)vbT zrtBN<*7#5DLZP=X>M?#+E2)$^w8;ptD` z-0A#{UhwFeMnN<}pnEc(iiNfr{LCW#G`kXPPjg4X^&DFLnSO)a2jA0|6it~;rRZ$- z|N1E9Y}!1$C;#kj8jpyA)7aEK>7;LG8oOyKS7~LRcBeE`{ijF39IS5--oImG@Xo-0 z_Up5!n1JaK;n-u}F%|A3gYMhoeJ5PU?}Ya>dr#jQz`gJ51MVSlbs+fti0+%pXUdJP}qz#^BzB)!WwBM<*eXy^M|6~4WViUTd_X7I9_5Yo3 z#3;ue$Iu&>ds8;_F4I(5G`03b=Kutcr~_-W0P?0Q#iJsap^*2+r79*71D3PU&QGfrWu5l{NYt`TD)HOj}6V-LS zSguW0*A%fvUCXtp%5Iv9|8%iQo38%mDZW8nGt@OxU9(h}H;QuYM)h~L;yFtHP3mu< zx{B0wtGaGe*X`<3zrrc*P}c%=-KDOD>bhH9i&Wf7)ZcqleC}0g{ENE3Pb|)b*^W@$6QAUsPe0slR*FwNG6Y%1@Pu*WXn6`Hp%6dq;FpSGo3%^82oE)n%!x zi@M6Sca_}%Rgwpk{sXE+-dCl0P?g|85v{IX>gpnDLy!^i6SL|sSJ^{Ki(Q`hI}`a)e_sq2Jj5OwPB*XsIST|cPn zq`Df^^{cvmQ`hh65?Ywh)aB92HIEi4baij2%TkxEt`K#FsjHH@#?x*UEQ<=+NJ7mcXjnp*A?0Zy_fo%q^>?%y^*T^_ET4y($Qc29iXm( z>PlDFAaxDaggI1;HHNACOm&S=SC+c2QP(JSjaFB-y2jwOSmda`J(~alNgbK<_HZ=pc|vi66G82r=mFv z&709IMzaLXWoZ6YnW>(2$}Cas7R=3fze9WerWf09*7n@Ax4nbEkJm-3ys4)Bb0{qq zzut7Z{SGa3uG3+MvT5GoHEp#>R`-c>)mdfQ)pMtIaI{&2r*_Cgorkodx%YNBq%EAg ztiw^|{=p6<;+Fm;s%1ec^2B+A*D9AwhOF-}N2RXXDiI>${ir$O@}X6tub7zvF2VhG z%I~ZCcVhe8ogFmKp}B{Yd1UU#9W?Fu+yYhWem{S)NOiy-=FU|4HVPqFw@;d;GTOex%~7m5CZCo7kbKRdMfg<#%WcyTB7 z3$#kx7Sy}}r8`mQPSmeXD^sCt5J!hhR;Gv;ilJ0=+Kr{K0nIU<9fh@>#(Q=bR%uf` zZx^2EG}ZH2;dh`Jb0cR{%-4L^xH+dd)|9-x%WUzbx*y!-HH_73ST{;k zs++sBR35$&u6{FY$ZIatx>Qez*mz5%vY9m)YQpn3jp}*;!#aRDb^vqi5ZW9PPu+4r zTZX=ti5GAAr0W<@#VwzAg}Tw~q82)&cbWL@mM$0V(3%&0BVNu7#S*W>60b%5wV2PvqP}Qz{88m*n=*ebdNzKuxT4iBtsVSD+%ZbqEyj0B zI=b6;V*ahF?TCeFuDbQwZhJ7_recVi2IX6hn#(!1Z{K>PTMN(Ew|>#>X8o62p%pZ{ z?VE11^oEZA==Pen%T8A9{XJzC>oaakj@hBzcH5jw#;6>)`4Z?cZoi}fTd|=*Tdu|0 z{+iZXCU+>&|9;y~@{s3^+xjFd(+}O&FJYPZn_Q#JF`;V`G;QSVCE}1OeWN>+vfCYE zm~28mzp6w1PwN5YIKIa$%h>pltihIBtXgZgo;$Q#2S2O&iq5T`?2(79AWwxp zIeeLj_pV7;r(f{@u=XX;Q5D(y^V4Z=>R(@7dS3+V*JWkQoQp&?0! z?hX(^1;KH}WyEpAeMLpYWz)v{uwYL@AVjBqbXa#GZ)3(@RYhM;y&@cN$kG5v*x8t^>#-0;*0wE8z z=hmJ$@c@T+*=UsdgXfF%?PAWlITQP9Bt!aZb?fF%++}NAH-F*~q^`D))Z*)wOne+| zSZzOucUOv!xC9!R+`T!#0)Vb8o3Fj^; zY|;wOeZ~1Dmy^S*Af-Jydy2kSYdQCV!j!gq_8)qrv=2Z@X$NOti?CzTg(9WhJ^M<8 zhxge6yo^)7oP9@+O`vE!Q<`&5Z{+`Bc5i(%Q*KxE^`oeqtk4m>^~RjHdOWNhz%P(K ztbIM|6=zD@KW85(=bW(L`LOn{QICQ`(k!Ks%z2Vacv!o?-TF>XW#+MoUi=RUCdiEFI@+o?MF{C_#@Bj|$9Hw6P7o*A_b>6N~&J>S! zO1m-i1WH~WI@sei?eX%ap08;oQ&$5Y!n?0&L&{qbrk1~kUT^EUS^IPOyq@3lY^F4l z&zha)*TXncJ8u0(F;Y8Wz34WQCH7{GBvMK{GgR1f6TiC&ls8cO+|V%K#UWqM?OM_L zB;?7hU8W7X0up=k1ln<4ndZ?>U4LNO5sjq1U8i0C2n6AU;(g}!BN|DSBRu{&+?VZI zY`vpfj+R>g9Q2lU;1Q-D(P$^i(Jo%!UC##pTqtsQ4BzJw-ldgwrCqz*s??0_+P&-B zXADGN-k6bN|L=yAXHMpvlfmbI$KTfb3#8vo8_qFq|uagZCL?RPu;KJDz^{dj^;yYhDz18)Z2 zA|7FU3G`dU+X$}_OJ_It!1&;;HN3m+)o3@_rCoIV<_T2$_in-^g+BexNxQO6uuhZFSMn=ueCVvJ1qq~qO}8sezp^B*7Mz6#U*+Gc(a}WKBmv|bQMqPrvYEq zuK~WIKLmV3{|NZD{xz_#ttP80P8f0E1ltB+zU?O9G~1tnWwtkfA=^RVDK?uIy|#@7 zuC)~dH`wL_FR(2IUSc~Nc)9H=;AY!);LWyYyjkLQ+Y1QaZF>cHpX~tfVcXZhPi>Xi zUBwaGH9%p%4QRJN2<&Np8ravq2iV{K58%o6!@vo4cNetHz6?0cz5-Zm-v}(TzYpAG zzpkrWY_`*w+-#>Yx!ry?@NWBqpxbgcnC?OF$X&h`}-FS{-WzT&zH_?qiF;2W-+fN#5Q2maHw1^B+}e&C0$ zhk&2D9s_>i+5!C9^$hSk*9*WSu9tzry%%VA{~hRdzXi<3UxqW)BQ29ulsXg zfA`nGlil9~hq!+Rj&R%hxWyR!4QaQS;O+v-y8u|@o&r3@Jrj7kyBN689RxPGD}YPfVPKQ{6kx0S3}DK=2)N4K2wdZC09QQ z9+DybJ+xj<_RxA6;-U32!b9t2jE6XCf`?>RaTf7#S=JYQAqTQ-Cv?SMzv&6A$r=tk zB`Y6zde&6nlB_83lB_dlEM@Syb}ZS!eX?D!$8V z0Od#)@v87PB5e0I0o`8Wx@<3T;Bj8!#-3i{@V;K+&;DMLlP7ym!x|alU5@-CytInP zcuB%c@SX`uzL)s9&`Xkens*^`&hnmx8jHP`BDKs*Ya!$%&ac9|;2iH2pr3;L=#lpi z$hpwF4U`7di{5!31f|LQ9w@C|k|8NCt)o@m4?$Uj_F!##4xkb6#4@FM4S`zRdl4#hXOxYu<-}Z+PDVzU_7Q2j_6k_r0{zKlGBs`_xPG{sqbh z=YWFo_tKmm@rIFKWUql#>7PBXKcsGU9dJVS3SfTrI$$XK4&dq8Zvoe49~gk1W`7F2 zBzx*_(8uf$a8q^|cz5>G!27cI08j2R@FdJpml41*UB&|^beRFn@8ZWFZ7b|TyTi0D z^FW!^B?{csg}CD8E)^$3W_GCs-rZ#h@UbrE0H5q~De&noHv!-7GH)RE@vhNdyIaPc(o8rq9eZ3gS^stK8tLGf`JPps0FjB3y-8nqS&sT;IhTqTTP8Isq z^SzNs&u%NDXV~?vgP!%aZymnTG9FP+|5zDcm@CttR?nMpGiJ2oTZdO~%hX#H!@biIUP|raV2Kfe^HmGgT>Ot!UJu&FxLH`|eWRO1CGq~&EzJpI1oHKah z;OT?s3_fLWZ17owHx0gJ@Lhu+8T_ZgI|si$ID1I{A>)VS51Bf|KO{J$a!B2f=#Z5| z)($yu$mSt04f)rQ4~Bd_q|4ATLqkL74UG*wbLgg_Hx7Ml=$@gU4gGrP4@0{T8!{|! z*yLf;hm{PQJ8b^2x?!t^oj2@?VOI~kec1M4FAw`+m}_{q;k}3VA3kvS@ZsZz7Yr{R zK4~u(NjhTMwgFXG0=wlE+2cr*iB<^9sB6m9b=yx zyLapxV?P-C<5=gop5sm$H)&kyxQ1~{$0f#{Gw!BwkB$3jT(|Kf#}|$djX!mK!}#Bg zzh?Yn6LS0&d{8)oW(h*oDDhGmh()`!JIF1j?bN#Tar6B_tM;}ayRGRmit)luH3hB z59exmz4A`Z%gZaw3+7ek)#f$kHRrYEU6FTf-c5OT<~^48eBMiWd-ML8_fg(Ac_QDH z-#x!~{($@u`T6-%^GotW`KRPJLH-r_H|F1!|8V}(`Frx;%l|O{aQ?UX zKjpg$x)%&8m{u^apt<1Ug3SeY7i=qdyx^IF0|f^QJ}da9;OBxa69-K^YvQ(v2PS?n zQJa)Cspq5<2Pb_#>E}t^3;PugEF4`pxzJxY zr*KhWbK#c4#|vLBe7EqsLhs~$lSfUSGI{po)Z}|7|7r5B$?r`TQwC3&Ii+&S(kbUp z**xXXQ}#}IbIO0F44s-Y_0*}0r!JeiV(KMRH%+~J>W-<;Onq_co~iFleShj#Q-7N3 znbv>WjA?VH)lFMIZNs$dr#(3Bv1z-ey+7^eX}_6XJiTIi?erzn*H6E2`qk5KoBrVR z-P8Xy{j2FePcN7;XT}*b;xo>fv3xv1pol6y*al)P4Qu;k;CA4}||y-G)vPAHvH>MK31w6Qct+OARy=(UV+5eiI1!?Dn zCvPJ>S=-?En5DU3!>2!O_-5Zt4k3E?xdvzrONzvYo3265KQsQ7u_FaOU6hVrsYCe= zoE2TD%?-bcNA!fJr4M5LL{~9Dbc3`#4xX>>VjR3J6W}+Sh#ZCRwoFE@Y4DoNg7?Rd z+{N&n1>iX=g9oMpZ&ku~Rt>*dqZkek)CjRwj3g@~yiH@^Wg3f~jf0nIJiJUf@UP{I zE8$PW-^vx&ib?P;6~enTS==n9;#@inUZv^cE-^#gBW8;GQR6eBNIZ*LpGS?mL@6M>a&k;u~OMHhHKx@%E*Xcpu2+$c_fFK&PqgI8v$7y>`sPz`oHtyzrH zTHv9HiwRm1o*DQE;Cq{-t$=3+f9pY8g_&!IXXZ?JW>&*1vj$$7voMoqi*oH8cw*Ly zu(l4Km~-KQSual2Ho)U@9{eT0gEj7a(WqT0mTDJace@xn+a+STwh^cDOGTS@8P4Uu z7wz!RtMsc-vo48K9UEHAE zA#T#{6t`-3i`%p<;sNa*Sk&$nk8AgdKWW><4*2T+u014P*B%jXYJU{(Xpf42Yfp&J zwI^{V-yy!z{)|)kQ{r3gY4M}BQ~azwBQ*UvVbh-%PW>;!qwf;O=`V>M@a6T?cZ**7 z-^2iYj~JxCB8KUE#c=&qF-G4f3ia2-WPQJws{dU~(_a^}^fyF6KOllSW>9}ylKD*Pk&b|(Elk;*AI$1{a<3C{+_7U-xrJZLt>f!fr#rLi-i7(XwyFx7wU&$6ZlMA zu74q}(!Uhf>HiTo=wHD?@U^&2|3=)Y9}#!yKZ$$vpT$=Ff8qfwgNJlY`=hRFkLxz= zPr6;(p*yvwb(i)R-J|W&v$dD>F52JpZrUFGIBlPPy!Lm!hju{kslBcD*523qXdmeP zw2$=@wNLc^+GqN2v@i9Ow6FD(wQu!-+V}b(?T9`GOKq%XvyIc7wj9l6%hj@Md0H3S zB<(o(@Os#$XuWMSwG(W!v;npv?IfFD8)PfihS~z!Fk6W>(pIXCv6X4#Z9y&9Hd`yO zm1|RN720%Lr8dh}r3GwrwK7|cHpf=0RoLcfVcUFdp6wKEfo*|yy6to=VuK&g_FFA# ztJ4ndv=A3`+TZFgv^(_N-rgVPmAHAvG!TsJr z{*nEtu7ZACdq1Mj>30zHdHoIn7xw!IxUAn{;L3hq0?%jcT&C=iEOX0=>rl=g8J|6o zO5S^7fo_b6%(J%~e zS);WLvPNqgWSedF7tj*P=WB=TM)>(5I`-1gFzRWT@f5~Ij7u3;Fm@i#SBKGf${tBh zkY!r2^IN}$VzX0wz8OyZBSz5ZJv3s1^JsG_YnQ8F(nxx13Zq;*n@3R#Zy9wT-u}cp90H#;*g#t-p@9~0|zF*R% zB}Jx6dgmImCQ*$MMj7s$r!z&4fOV(qoToG8SmP%5g4;b`LUkWdNbQl~A%)ZzncBHD zDV^TzOJlXYkVfEG^1SoAzlPFlGD+rNlk?ZN`PY>8Yx2mE>?~L1PSJM?jp1O%9aD&N zI+rOq^Vh7DW6fG;9+0wq{Z!iJW%wcv%UU|O;r~YI-0RNeNZvS>ZYF0|$~Wr>?3+fs zba2{yIH2Ti@^7X{>GZ`k8r2^dozsakyEDo?(LenVQsrBBbX$rN(6;A8>3c^1Z5jy>U2XmpZrqx?-y9 zo?GK> zDV;SW_6kyK2L!2>kwKP5j~s??V{^V_jBF1c!?zAf9}98D`%8~rwZsa?v(Nev_! zW;Nu(Lsq310&5y(02elp&n(eU20WiBo0!tMRh=oar=97YDQ?)KglLSBl#tej&Uxhd zPRh5=sa777vm<$|bI#6`V`=-Hb9Sa2w~X4{pK&B(=RBP$*4BQpjPz&OTDhm+)kJgA z`K`{BUq8Z~-~Ba|9fQb*AkS#YIO!W_#z`v57RuKCGOu2pH|t~}?rRMIA8wru+|T$U z@Nl)JVXoz4#ofYJH_zJ==dUL zBycqT*Ws5L3mlLCb$EJmfH^!)Q!zsLeN>E!4nNFfU=V&8UCc&Ihqq-Wumayj;MaKI zlhN^=Qvf&@J{cVzpdc`eT)L=%M@EMSrV=<0>G)f3NYU~2O)clV}6pfD|1br*_~SxLu*+Tc)#scj4P99p5pn13oC$10TZM zy7(i!Svu}nUI=^&-%aV_Y52A96&}1=Iy_TXpx(a%@i(^M-_pd(K>Sr8d{KqJM2YXI zbg>8iE?vBWR%q~6-GK17;wIpC;uhfd_^t}v1&y9*RAV;6XDG~Dmp0!lY{ za5Q{TM0mWm6_oCbJ>b#7g;~bl@a%wp82iA(gWpX8>hNqmf^a_|eq99K9{lb-P=~kc zafE*Z)bTyi69}KoI0#-K{N@ScV0ePSSMURYue4`@!?fpt!?hQXe*{p+9pqiWQQAwu z(b{g%$1qOS_JA@C-*;*FhKX>dwhxpUKu!3x{Rq!uEYe;F#m^Yf4uD<^)Zj~d3*i#R zGVL8ufHGSs`eF9PXmHiwQqoDXy1ZTr+ts`Z-E;8b3Y=ylCfR;36wJ#*J%F( zeKq6Rnx^US)Y*WSXb#{;%>}$v^8hc?yuiz~F2FmrZos>=?!ddX9>DvwUbyqJm2sQa z2bB96AJ9$!eLGMWk7_3ZpV9^ZU(`+lzN!rb?$ZVXU(<#H4{5`J|JFtVKhQ=4Kheel zKh?$q599W>j_;iEQ09Mt_?T%a!U^aa3t{WMStfV!Bdp8=et*8vOl2yn7q51gV$fm8KH;50pk z{L^*1Wi&&lyG1kgIB=G}9O%=N$Wx@Z0sZ<)V6ol~4Ct$oTB4tYaH)O{!a;o7)A2ymzVDDWly zap24P6Tsd24&Yw>Dd4O6PT)TMS>WIG=TX|5`U?mjV0=s81idBI()R=3(_aU^uO9#&(%%C9TYm>7e5${T@Fze`9M%s4Khxg>ey$$^ z{R_tb=pTUcB@kS#e*`?De**kTKMed?{~XxI_9gH{+gHGoZQlTg*}esiwS5m9XZsO2 z-u4qP&-OoHzD?70QDCzH%WMu{xy=Qvuz7%$HZQQo)&*E=>js=>>kj;_tp_k_>jhkF z>jP}GouGqHY$qbT%r*enWIGAiY#Rtn*ajmt3B-$QA?s+qMk& zv8@^Sxh)R-!nPdvr7elt|7&YQ_#2=mzO}7H_>nV{)%K5ociBGy-fce&++zP6c%S`C;B)q`kn>p}=H31c!p{RS z`}S{vFWJ8bzHI*yxZC~{aKHV3z_;w0O&4$5vDm~rb_ejF-39!Y-2;5j?gf5i?_$%$ z$Bh56cLU`sdv{R2w)X&jWA6pZ5B5I5AMGaqkJwKH3daDT<~RwcI|c%sj=?~eV<^z= z7!J&Kj0ARZj0Sdfj0GO=7>_c0F!plffYOt(w<8bqK0t7SqX0P8F$p-%F&UWam@N=FcsDj>8M#~g&KfzVzY!<^z-Vp&dIO>5>M-;f&(FkmE#DL9? zWxy6kGcfLm16v)-f$feY@Ek`QaIIq{aGj$ac%EZ5@OO^0fag2T0bbx(2fWa+9yMO% zI1hNS<9y&HjthYs9Tx*Hb!-G)=C}+wFLzu4yuxuM@b`|ZfLA)M25xd(3%ts4J@5~X z8-Q0kZUSE8xCMBv<2K-Rjyr(YJMKbhn}LvHjxE3&9rpsiacl)ToZEm-=XRjW`4F&+ z^ATWI=cB-G&c}hrJD&jdaP9#1bUp>_<=hGE?R*y4$N4<4uk!`ea)NUg!u^~tA$%eb zx~_9KaEx;gaIAALaGY}=aJ+LraDwx7V2<+u^5;6=0_Hp40VR(y;d~e2l=C34&G{a1 zh4T>bOy>u{wa$-_e;p8V-uVf_>lx2;9tLFt<3{J_pkE4vwtz1-p*a9Cp3bij{yh-m z>HG%aO+bvK^IPE6&hLTOIDZ6gcK!ss!TCSnjZV!D&B1B2LyKU%%jp2+PR6ZH7sB^D zJ-}^FFL1lF3-Cc_H{e6g?s)4lCq5h$k1{^)>;=l7fY=3`eGq;Uh`-?DJOTJ;=ZV0l zoCAPQJ5K^0a1KPCH-T97&cO)34aBN<4h8A>+r+v7mgy_^ER| z!k;;Fka`%Xi7%Xa2!GD_rLzE(|1f^#oP_Y#&dEqU;+zWn$vGXApBaT~CMf@N&ICnw z`4H9^Z7x43b|B9Ft^mSbS1H2Tt{||BYYr$~fjDis%7Oh|m7oj&>f$%9xxkZLVc^NG zTHrv}eBgN30^kJKX}}!U8Nggu9Wc)o0p`2vfd#H8aH6XbILQ?Q7P^)JC%c+a{uCgz zSyvo*hHE)+kt+$TceMedu9d);s~tI)xmF{*l(ETm7Q)T0b3ktaLa%VG1Gc-?1J87w z2VCtsAGpSKA@Fyui-G66HUckjT?V|+bp>#v>q_9IuB(8TyRHUa;kp)hwd;D6d=2Au zt{XtPmhpPmO`vZEg6mwj0B>~N2E5622XKq)F5o?`Ex>zS_X4-MwgMk;Z3Aw1Z3jN$ zdIVIMB5R;Wu4-5q`_H5BRogKPd0JUPt(l>j3cIuD5_6xZVMN>UtM=*mV&2 znd?2^5!WH$Pp%JuKf68x>h4c~Huqtm-TgVx;rEOQS42HhutUg;i)a0O$PdoU<--9tgCb`J-J-6KJ%bB{*& zw~P@tUHw@I1gE*jBfJQRoyDC4jJorHOWg&)W$sD9Cii4un|ms7g?l=1rF$lDwc7_= z?qsRJ(dM1YN+df*aI6xifx1U7qOz!uLkV8YW3OnTzLlxI1x-ID~K>uCe7_pAhN z@U#Oj@T>-2=s62`k>?!r`uCo72w&-0kMJhOKX}dq~9f z1BYbo0S?XD3mlfU4_KJBA2>bhb>NJw1HhSCZvp*T?*NOl-USA-4gy12?*YrR4go8& zJ^=nU>my)Y)+fM)S%-lQS)T)=SziK^SziHDS>FKL@I@Z1Fqk)5FrJn5 z6X<7W{SSComga=Mnq>oS$#MX><@@LyR2f$wDv2ELy)6nLU{IIzEWByfOtG;pAIEO3x_ zJaDi#2ROx>=fv;-10mbJ1qe?CV%)rwfHS<4K`HW11r~d!gW_kb_s&GP!RrG?y?$WK z8vri#mI9Y~gTT0V4lv~{2ex@Dfh+K>A7s8a3|#H41+MYV2d?!l0ItJ#e^?9NGl1uN z>wp({Bfty2^}vnznh)~d+X%eO8$)}p^)5sBI&U-ZdVHM+9mBgEc!M{I)EgOZ^0tBU zC+|w&6W(^<^WN3Kzj)6AzTiCv_>y-W@MZ6MytNyMQT3h&+~YkT_=@*J;H%z?f&080 zfvty$O`hfjCQgZvlSk zy$zKA0CA4+-U0mHdl&Er?-t;X-g|-n^KJ!->}^0TdpppP{SeTZ{Rq&N{V33z{W!|$ zlKlk2*^FJYcOcv?`zhdY**k%wvY!Qx&VC*^Ci?~8gzR0wiPgfD*{w z3oOar2TCar(mQ)U!olpp8XXtk^K$uyzFm*muG+Pd{wOJ zYQyhy{iUk|zsPl@s|Wa>t}cA1(Yu=$zr)qP8~(zI7zE6M&tecf5K}}kd#=-y)njmaDT`|%HqUz_tt zu76_P#OEfyF!8SwcTap};=YN0pIBXZYT?<18w;;5yt8my;WLH%3qL9Rtnj$W4^Mev zN@!~9)a2CLr}mjz5rffJMJu;Lu`+o z4Vi8``9rd#6n+G0Zmas3EGbJqfo5Z~uZ7PT-lsdf8!p2G|6R~Vzsr~Y50bVQ#WHDn zZ=yk`#7M~hZW}l_rGi}Id*=&y8Xm`YF0W!lUlsfD@9+5cI{v+Ze+TgIP5k=-UV|U; zZ<)4KYr?-~{A@SPg(x`D*b*He?Y|_Q1J&<{6Q6eSj8V!@!7g;cL-1FPe}ie z`%$6d6^K*46}qgiO3|wny$W<{PnG^LzgMl&t5tfnO0PyboV%i0|CIC9sC+dlUyaIF zqw>`tAFh&%8vQfQKTqYKr}EEJ`RA$p^HlzM$d3y=_}1kMe(#2C*}q%V^EN!GpSNYp ze%_(tcOXvvydzuo^DafdOVRHFo%(rKw(RE?mA*x#Z&B%6kWT&Fk}dmrugZ6?%6G5I zcdyEKFY-}8@6DF|+^X_#Rr$B7{99H2tt$Uknr4$&W1 z@yAuUkE2|oKcVPPDEbqsz9&>acc}CoDt(7a-=W&GL-q41mG3E)?gV%#kJ`OUJzrAgyo7RyzFWn2t8#avT%zw$^gW8c zN7c7S^>eRE->cI1s`S08J$qF@_o;mQRK9&G-#(RZpKA9$)zAGZ|9+K!zskQ~<=?OJ z?^pfYkA5D~R!*DvS%Y7)V4TXSBoUBAQCIS0!RCDNA-) zb~F_g!J24uYf}WFn#fTL99JGmEfL`qN@xtlS4I=*viaD-AIo?#e_uTpn#+WE~5mVWsG4tC$^G5iux95kxy8E%nj(VuL1%ql;6< zzz17Ue58qL<+jX@$67>L1l-Y35l;n{S1_S8+7eBm2b3+{$)aeaCD^h!-eK59U{x%c zqW4M?$rQM&KHiGCW^O{&3F0cuL2Ilj8dwo+NtH!f8k#Uail!!wlYEKBq~PJ9!J>hb zV<^HgOi>immB7SBBh4L}Fs>?+NJbOm{7tdeWG-d^El8x=X?h!@A+(PABdA5`-c%++ zF|bLb$udnf(L{5sCDO!GWsT&Diny;4D=1RKX&JFxfeDHy+H2w|jI6O(0s{V9*M23k^ycKp^vaDF_o49iq@T?FOg2qHC}Y(>-K2~iVG zrex36N~Gl<$B3)pl@ah9EexaCX|9)REFCxAPE&$D%vF0bmPA!ju%H#O2JQ<<5pZy0 zESl^%c392PahBw2Fl4-0R7Vb$I<>aNvgD0ci*Ph01xd;zVafA)S4@!yzHS-H%}7Sofr5lUpL z!4^g;Mh|Q$CnVic8f3@~W8=t(N%0?9(Lvl*@kVCMu-URuJkn4Vsb6N@`AXvTZE4BE z@{oiVk1a2pU`s=El?W`SMWn*@OX6mk#hBLgwEL2f$>v6pn-++^mImRgk0%8#B%^9zDmMJFhb&xG4-C(B9tSm=K3W9Je+Gy5-Q6e=XJss82 z`e;jiJKi7x)K1&cVr+iq3l-6oW|*aPd0SH|CPS>SrAN3t*3=YBM(eS%YGTb%+GwB& zkYF`SAbvC==@&bXSSaXYh6t7zA(~9NPL$w^)r0)D9KR=#ykFqne~3UdUyA#ZYAgSR6~MniNcKtK1i? zySbrPS!t|L(Rwt*n3Y3XmPH#Z<8BOy)K*xCbzTNst(?Qmd1u`?7=psp2Fd7ah_uoW z@@ChOScGj2B3h`YMZi@iXv`Yg>Z7FnCfk~$iMegjw&=nf5oDb-R*#(q+J}lzlO=&d zffjl}@-k^D9pl&lS=F^@F{*$$Q7C3A%sosBkSy;r(Gst2Ye``}rg@v#)Eq5!f~iTw znvFR%4mHu1#`F#gwYG(}<;?A)Iv$s5liYwZ7^Nz{5}GKc&O4Gt(InPj-58T8cXIO;HNEr8q0K-DvjSp>M>CVDt7Dy}Rp&gxhbhZ? zuL$#A&9Vwo$I69iQD&h+tXC!i%iAJN!r&e(-*8(i^v6`RAwBMf23S`Ti#9bt)g$dn zE_mV~9EDODL@8V%E#Ohbok}`{;_+pXCD6aZZT0o2UX<6@`y)+I-a0RxaN8ml`D#*m zLpO&+&KgaRNy5OJ;ZA2u)(oI&`P&i+oQ|Y~F|(I6#Yv~6k%00jRR_$>Vs*+e^KoZ| zzbTSTwm^BsW*u*W3Mzu62!LPc2*E-ZC;9SdYDv7IIGU_a#9E=U)(LbdQv_idsza=l z21-%n10M4qR%$5T$ZG~dgbuW_64s@RR*`T)eL+4mkkG8B_K|k1CdP;P!T#QEIR(k- zkZQBRZnQGfwXj^2JZw~yl&5kdiq=C;cHDMRGDZd~L>4Yp09q=%l&sq*pR3KnLa|Ii zNoz)wLYqWU29p|@xeh)V$V!x)V$pBN=cCXd-;PE#<(&2Xg?UHKn}1Yl!BMFbk4l{+ zYFj#vSxurX&Bhrr&QzI#kkDW*8bsM=$p|HhX!_0a$SM({MHQ^1JTO7vRK_w%3M4Wh zq@^eK){p%T1B|T|I}3)I*e7At0}OUDh8}E%17#9tdbvu17Os>kw1qI4((^5T%jCqDUjmKYWHa(zz#Qq&V7$0ZLM@ zV#;D;Ns|f{dTTZUqoYogY1wBaqJgAJC!o6+Yn_*&uc0A*0wamgmZ*=WDdP+hr2C>I z41ZQD0?K3)id9O;6{D0RDKDy{u;MQZ*!iT5lUR(6nd2x#e3qUwjQ3(yx3r#tK-w#fr8=Nj z5TCP5;0=tWm9*@U!eTZP$C5P58p991kN(VP1yVBf@Xb=*Xx2epY z5tY=Z8k{o^yOXHMiqkVuCG*m(gT{>ol zu^CxX$eIG9f>ArAq+_H=w?$dgsl}H|r@&)*s%VU+>eL`6tq~DvXi#+QetcvUE2W`3 zDaNs}iVUMgP4W6={GL3_aOqTL1vU<0#>|aGL|5^V$>fPtysAnr3~WebGUj*q?et5v zVP9#0YpH0X(_H0Zl034#zNV&hgjb}1wYg4)s3j-{N&*vAkf^-xb2W%j0aQH3s;wCY z+Xh%3>RB|g4i;;{0u-sZYG-B}%=%@Gs)}^+HNFZFuBi@Il-7kR=Lf2}8_K8>Y~UC# zU#uXGsDn9%zfSSGNI)4`5jCTfWK4-lGNS2n%`#PaMpXo1BHAEY*?Mfurty})%vVtn2vzvX140$4s)Ggsy*(9g z71hDgvYNVbUyZ*k5au4I*^(xPV@#LBosKIrN1A{>rX%4c&~ww#P`srv9fM97u_PA9 z+pwZ!a&fdi)(oYY>Mn{k(zro_q+bP1Wsx+A*0yD|%WRXSJ?XYs+F@-&$9g-~Sse%m zYU(PBW(WK=VdiA!T;g-t978}eIhHh4QPLIas-rDfj16+r78GWC6NCe15iu}9Qmi1^ zU}Qxs!9~dlNyJD}F+o;oAy5uuF`GFu2$UnEK|Iu0Cq~ua=VQdu4P@O$w8Rsbs@R!P zh%!qXGOEk0%2IF()U9B#NXo-XJVE88=@U4HHNHN0zF=d9kU>+kkl$} z80j2zemAF%8eOS~0%r#p!C8nUq|J@P<`~HOTcNqcX?IiFhcF59468bm(Eu7RshkM2 zwuZE+OQ3%VQdx~Ll%Wu|QXVfNlWve!6)-&P5x}Ri7~beg^PJ3YLc)+YEWzDQ;)HAH z8y(7Mff$7g4B`iDZPrvFsfMvV(iCXo8IV=+8%COua?DrC1LZ}K;t(jNVv`h2(8die zOp3)&m$30ygdzL=fyxq0e8)p3hDx67umpK`;{6Po2RnOtA+03sQoyTPzl`H1-^g9c zotIJrix-p2 zaYeM4dP^BHDV%3jYYZzCr}}iJOcLcXyrWXME5|7>o@#I^={#%&;p9vTy&Z;7g#BDL z!HiIfvhVYIMwsYiXILTgs~}NLu1TAgsZ&QGQ*Kk2mus8Kfti9EP5X`vDf2HCqk{CR znwucD9yUH&XlZE-V<0K>@~pz`uo568%m&apmeo^;D(9t-u&Rg}Wdz}CZ?}fc4Z|Sf z><~?5R1ON+hG-nJ zR^zL>VUDee%W=)6LaBD`y)#oWdxRtCB}RI;K-gpaIjp906&T<_UGYmx}_a zN^q!chn5?AfcTt7naD0|$ND@9Fo6&zO)GM>a*TH8|4PUvGTaxchJh>w3uZJGY=)VN0%4RMTP2FI zsS01i(zayEtY4L?9qMjm2zGu0s z2j3^8yt$Mx?5`vLqM^WD=_bHPz4tj!w*cBQuuy;$p}ws4HxrV_8oN z&kvQDnI@d3)9_fL#AfLYMTRWNlEA!(8I3p7C5;xPi%M-*QD}{&?dxzAC^}{vE<#Fe zmanD_j4DTs^7^Q#zX=s#7sLTeQPhLVP(kV-1z~HE_ePdtH5=)Ev!O+Frj{pj(LmQD z#F9u-8S6x>0fM(d9XM!Em{C|jQFn2~AtD|WqYCAIVJe+zl6hK5lki$PvVu>Nb;4I% zTt{rHrn(yJG%sMKRQamINUg4}tcJ2Y&ld{H7ns@W0;hoa!=ffoUKN50Syxe6Q&L%5 zQ7ojtir%eOFIy?|ebp7PwPfU~4g@QLHKL@p!e0}tte~RmWLYLj)z6Kts4O;`B^&3j zEHC$=W*oz7Lp35$Q5viW@OVLL(5*@}Y-E{bG6!fNA>1HpaG`*5mIdCq)ET%jN*G2fEJ&Xp0R#t_HI=|%nAA`;e2f$NqX zQxF%RP>fzs`!of?MzrLJ3sqG5K5@*U#=(}rFEsH5BdPhRS7b!mQ)Sq4p;DeWuqV@P z4|Uk2p;8pS5@3lN=TjoFxsBE<_k?34;8fl1P&KggAz2d06=97l*P%QPP}9qCy62KI zoQm8lsaMHzs0vc`_$(@AsWKH?Bc^CoX;5C^bXF16M(rwU2iLS_^jyWb*D7rEm=A;8 zTMo&dwzk1Iz*k3GJ!hlVxEv1Pvy`xiup>sSNaBzx3@~T=L2o zP8Boml@N;=!_{(`%D zS#7IfJrGS8_drvm6)qpvUZImL$snNMIvzt#rWj3CM#TC))kYbtG_wdRkuq|*R${s$ zvyzU5b$SQK1N0Q@32UzfJ4sTIO3#RAfEY>%9Kg8 zzSZdsj9fH|VA=B)eye(H$9q<*` zl!@X%6|g$s4^;RUpv{fg)*$F)0EZp)GHh(%)zAhi%i%V`F@vr_`-*W>FwE>BMVets zz)P%WDRE_x7egMH3@`6x(4l&9tg#Ju;1q$j85jpe;FKy+Syc^}NfkMgj3Dyk{L9;S zRh4OiC8^Kb1g>@AI}_gj&~vpESZrGqWm5mR9cZUfgrP)N;^Gip4alHdTnicW#blV5 zZZxQ<^=-7+Efx`VZZQt6$`b))E>L1lFnKtXZPhdpO8q_wCX}IabqlGE3^L@JHwfyD zQodOoJCl_r;l~Lc;o>Wsybm5e3KdnD92LMz&g$aTP+VA9a5I?1WV$1hv}@r%@D$s;N`7g;F+ zGOVXa$0DFnYvV&Sr9iynULW?$=2m$;G;dvXs6my!h^}SI7X#o{xLTJ)l4@lbgQ_?r zzG$i0KC_Yzd8n`WrwUgCX)LsK$s~oyhR2^SjcX}~wiBme76@yJp9u&+-hvHRv)_2XU zQPbe28fU4Gmr8AQh@5<~7Uht}!3Kvg=~?%g2BH|*I?_?KwrZBZPDAGlAw!~WB|c|? zU?eggI4KZQ4G!QQ)g-nV!uoJ%5!-ipvni-`VTFn}6G}Khq)`*n}Y!dvT7MrW;ii0@KmtZs@ z6`PbbyA}(qvbeZP6bI)8i|OcG55cTHXF$iurb$;<{DELdG|LP9d^W`$!kVUF&alI39fm|DHph` zAwz~a*;3=YKy?_F4w0}PSJ5gdk-@C$lSz=2sD!$fN=53Im~K~*q$QA!@={`ZQMjtI zGQ`^wGN>;%gfiBNiokqP$9Z8M=Fi&r9r?E5)uxF`N?xNNc1XHVrU>$pL6h2ESd@or zf{+VRO{fWkYecBhS8P!XYeS(rSQn}5WQweknj!8CS`-biYcpIYuuhfuf}vW7KZtsG zFu0wIN$kgx{Jj8e2^|E*j`8?byy0d!l*&M zMqIw6D+0W`5CsN)Y~AWQ7ri0ZlE};{H+b5+Q{;r8Qp^%4Ak_v_K66@{9*VBQXTeQU zQI{ujkfI4mQ0lzOM9H|=5|6hQW95;^m6OlgLn$u$S<52cVbN&Vn28;Tapw7$c}y~! zwGHO3^MyiYxFiV9G4d(nbUI#cEsX`Ug%B2sg5qRI%2XMarhcW!B%o9-YHI|VmoRa^ zAVw-!Jzra)qXcmSU(J+P4=73pS@^GLE9WVPoJxPHhT8~+UPD3BGQr7ohk-t9ND5pA zGaWlg$k6mB>Ir;k!9pbo-4!E@rNjsOnmE?0ywE^e0a^#s5i^cK$IeDvW1JvWbD6bZ z+fkiRHa6pH4&q`yX;Kp`H(-gLcI2zi^{mq08m@#Fh^j$DXmLxkHWAo{Cc8n=Ow$!N z%w%e|zYWx2(H$c$FC){q@J!-M zC5$cVkTyfPi+}>Hts%aWhnrlN^GRJvQ1|(Z2Nji;A}fW}8e?abwq3bdgBAJPMfxru zdooAZmJ7XwzAOTdfeaR0l$R#3+3;qjK7leubq znJdP+S~Ay#xdNig4b2?`0b363DYQiJc}8b8J775l>}=_x+CU%k@3Pbvw~GQV@j=f`MzwK zsSqXw#C(HTM6<>|ZVoA>1D+_R;i)LNV++SQF}rbOlIJ6w?qtBvmm|%4_VRLt8Le$e zMi#TQ!Y4OIFxY}|jNr0+lZD9FH{><_GMt_0&LFXB1_kaaqFLUjsC<*S3IEb(cNJo5 zB{?ElZ;<|Q-WOVw;lSJ^*o?q2+NjboD%mg{o5>l3blwcIueJu(Pd@tMbcH*>tlyTD zPzcB9Vzi2^gh5=jBljl9VI#$z`HEs6Oqx<(mUpg27=BimI0Niit*rJ*g<0u6i|~~; zRx0!c(#ECoXEodbD&u>MSalpB^ry1|e>-eVtMAyO@5)uN0riLZ#o z+YBe5icm_8<?Ncvhqwd^D56xh`AMYlnIt|Q zHolTflVV9oFWfT5VF1O;-z8|m5|L7gLeT$3f}AswglMs}|21?tG*G1|$u#&HVWJ1A z8fdFj6Af_3IP`C$RBk*uUq~mXyhfPHp|EU+ks@Q1#txcvVuz^NJ4**(o}kl+GW8kl zwYJULE~6dkHdv}i7f(ZlqS#hyOuziqAMOohgf7H5G&R1tMd7SH4ErG%L(%Mi-QZUP?Y;l36|HEr!(;twGBEk&j~C5o0r5^MH|9&^DCAlTSR3GzU^<0B$rjRp`mRpW{|oXOlOhN^xG7# zSpwS!+$UkFmDTwpt&w^%Z_3PJ+^}1ch_|3JWiX^GcXYOp>2f4WqbbYxIl zW=M))#?o;g>0;y}lIb#B9p(EQHSi22>294-A5W+mqY;%9ZZ;KyTSjPvrN1C>mP``Y zVj)@PA!wOF>-d{vA53P9J4JZRgGo8wbJ?7{Fi&YJaCzG7snqENA>2`dHy~w3<8UNzPv&de!WHgOaNO_AQb5)6I5Q~f=Pq*?#E*KZ6er{uv3r$ zMg90&68wcb0Ik+LCLMNql}5_s(NiG&>G0SgQC5X7P|5y})4O?72`UT!xSH7&+~Q;> zw6uoP39>^`Y$azkze57oQH2Xb>cd9$^Ad74sUXwVjcH*KNksG(svzCkkvyW#yBYb( z3!<)nlBP#0r7+Im>95FefRsd24a%foLn8N_VFb-gY=CL$%rn{8E1e9+Re-R-<=Aj# zwY-E%QpC{U%pbuJz6xJxK{yz$BX3tI0A1On1S?FMQtwHBCbMv$SXd}k)V~aham|pv z?xE{}xb|9C6F7w~2NqLBL=d4OTy+hIYWaYk94N(|#Za&YAH{@32{!K<`Yg1n5=kZ* ziahuqZ>wc(WG@Qh1|mT&V;*BZV*w-GdMtuvK7bESeWj(?a8eqBM zbJSw=vKIG?@#Q9zjEd6q`Jy=B5BXr?gsOo+I7|UDQ}R>Yq@*x^;}i6AFjQHDj)7== z`$XaLKuuX?F@^Z#R2&HVtAj;Ux-66w8E%CruB#RKonwqa;1oH0 zxF^Dc%Fk+)!v29!WogilhJ-3HBy2a}J0%sB>O@pg8LF(Tg6_j#a^W^8O_Dk#@rS91 z@hxS(iE8*#ssp%(it`p%5ym`=a9JgMXH%UIgEWG29l5vOz)`+!ioC;{XQ8 z6*UX00vH?g43`Qd;-?eg2lL@#?0lNPU@1xQ@}M8ht`Jorct9a1fu%M05saE#5yCTs zXJBp){vjSf97UJnS&C-`o)viF)=CaRuBfce!9P?U4B>K&(hR}XTwlK^mYNr>pO6mbSb|ovm7Z(KlV=I% zTfznDuqC@CwxCD3V zo)o;DNL8d`@m60-m2D)^$%QLP%2!C`>sZ)?V<+VtJ1O_rNqNUk%0G5e!LgGj9y@8$ zv6BjqoizE_NjbkX9KSFgIlnLIlnL@IlnL_IlnL{IlnL}Iciw^{DCSCL&SS{ zNG_p>nNqV7j$dOznbb6i&kqLs9i6jSU>Ny0;*YdYTuy)y$wtwBlIs;3Jsn-l#aq`DQIo?VE|5bkcQ}+MmM%pgnSvvqf>?GyT;FIR0$u0D z8uQT)V^LLgxpj#Y{Bab7Ih3;S>69&iOvDWl^|7=iiqi~UXsnlyXbV3(iiJ8h!BWPi z2xma!)l;@kCM8oTx^5!dfS>0gs+1LYEaNEDFSMV7Mn@=DGTI#S$;&Dd>ymt#NGzgX zAjI{g1b+x^25>;;a0;gi4n!%-3c6LIEHaBA!Z184291q0KErevY`{pw7RPXKmWpXn zyrEqM=_HL*sPn{d?6{_L17Fzi7lSb<%Hn!Vha+(DOl=PSH<8(XYYM z(MK98jnB>f0khF`gRcsgF`^0iHr=IEadO7W25@c~OA2roVe4jMJi(7v!<nX#=NKjD8YSl%CFdF?=NcvF8YSl%CFdF? z=NcvF8YSl%CFdC>=NTpE871c#CFdC>=NTpE871c#CFdC>=NTpE8ztu(CFjeM^XgQ4 z^6FII^XgP)P-GRzBWp)M)|FSM+Jk_sB2P^OUXl&WQ!|vOW(+xHt57~qDG0K?c*P(X zZ8ED<32F}Uijmc9zM55(Y9y(dM`qb+wAv_F%{-EfeyBM_9-|*>>Oe7GH&cw^P(zP~ zn@L9B6uaapenb|dlWO7`(^8&;veg`vt>mB_0IXH|S zM9fd*!XjK-B+o7C>?lu4RaNvw8%_ZHrKa)AJ9Ue3zQ?UEe0&D;E)JtGAum?`ekBW9 zmA(i=ka_o+EKlYyHX*`U$+yDBdc(&IbC1*xaX7}$V89JS@*Ltz{t7f#iyvI0uSnIw z-%mMUd4@2?JvxfC;8X#^TzrW^TY`lMQOynyGDF}UR1OizHXli0ZCRS!l;TX?Ea%_T zkTxwDCWnQ5!*Y!YG8^Tyl>$$B_nQV*o$zqBg!Goz{2=Vj5WY%VjlDC5dN zgZkw%-W7rsC6)N~^dhnmz$3OKj&q9qS)n?49>;~Is<1NrnKjUO)1OSBANpkry-|nt z7dj}D`R5KO!jmY?fc%m#-DWkal#5$$lxMV=5)9Wbx0?vqT%qq7jZ#IhGGMfee!EW6 zm6m`J1`~lll+g=TB||MhANfPc4qZq`sm**lB;8o@iWv3M9dQ)LjLm;ff*WCUBwY;L zLBz~z96FD|QTw0K_oMckEDJDIN$ZYKF=ba(F~f#|t8IMSQ86&xbW>&uSQvcxz#9e# zQRMT_flUjxD`g0RNy)SYk>@E*F0F%UC|C~rN>Q*Bt|@7NQI;q5BUOeWs;&w~X;s4l z_|7G-i6RQ8lTdiIHCl~d2#`00>r|tSm^80QJCRYCilvKVIcL17BJxGDU&+?6@y#ef zM$!e8R90t>1&nF1rBw^{G|D!kvUC-dV%8ezkUyhIWco|jtVYvlSjczkg7nansS^g8 zaM&nMhGpdxmNlCpYqpF!$u4GALE&@*%3%gHKCUuu+!*Dgy;AN=HpfeU6fLoP9UR{6sM|LTaB=_x-Zr|Xuu(q6OR z|F!r2v2|W&p5M8bKkg+dUWqR)Te2@L%9d<8wq((k?RX+5p(WZ;ja4&g@W`HT`qMFtNB&Y*;iYz*dW&szQ0W#S6BLz}micYZ;)CG0{E#LvN zg%@?vT_8oh-G08$^Pc;@_g>PmG#e)!&=%kOzUQ3x{CLju`#k5oAkg9GClza;1Bc|j zJ8|srsjnSjL%F?fj=DHvf5?U`|6N+lkLmMQQc)WF9Yt&G_X)P2;}T=N;s9$E>~cRo z$ySO9EyPZds9j}WmCw_bX^E3RN~nBX#x*zU@q?3qixIqVloJzlO5nudmmFqro)+Iq zka0HO>Th9?tn2^*M<6?CA+D%2*&Z@kw$5BGLFR*E?O6jleU(+p#o5^tmoKmoo*j(# zn6c~TXh5&D#EGE~GR#Q9$Db-Qx_^j-mTypc)>-JUb=ZPmd8eo=-;q|K* z&VJjzZ*YF@1Ut^>4$OV$vPS1?x2PSyqI=|AB+0l0p!FIXEqvEDx7dux`Km(%lw@aD zxYXAv7Iv2lLX=ZBE}g{aW{YbCKIu`~)2T6O%V^Re%z(6~G~U2AoiK~`C<8Yuq4K#D zLUVM;#&gFe32UD?85ZIRq;U4Z|a3=(4TeUyQ2%qTc7vaMVyc-Ekz` zwMFAJ;wF1Ho)(yWdceZ5+wl0T$Irog7O+lP0*3iEcc`LV`-29rtp>hxXgVLW=SkYn zDsEy;#BZovp2Nj=J?ilx?dG9e7t`Q97>*y(&CZPlOr!SLzB!AW>r9u5FDKe+IjhwJ zu$mhT-ClGydaP}ev49%44~t#IdrQyyEC(TB2d7ROMV*?vdFg1!5(+W>+cI(d5Ll>DCo>GHuVjt@3(b zolj+m>wqX}2wiyZ>9dR2@J-i%DYfZJtRZzOufZ~0p1Fd8tD!|seNkGhDSb~<(Ux>J z?xm0E91{Zd&8J@P=#`O1V}AH%!jV{3qr&^*FSZnG7HMYN0x6%K;2VS> z2w!Q`;S_)xiKD|b9YE^p~t3M^(KXu*g+;hW=B2%N1Q9gus; z_X#LgS5MDfnY)yxOwVc6-h)XIv(Pb{y-v%UNi-7t;x*3y(@ElCdd|MR%Gy*s56rk3 z#|{e+XY7m;NloqGPCI-?C+DLiPF_CC#vw>t=r(bD|Di+b$g|fKf8er_7Ze7NMhI%3 zwC#{&4$)s{XXn!m`OpzQ=c{}~D)+G;z(QPA#AR#a2;s=)*g~Ntpp&IGeL~byY|qA_ z1u4{gro{rBiFZXN3a%H^FUe+~F_@Qo&GrojmJW%F7DsFn$|6f{vf0?kW+x_^Bafk_ z9yI^aH~ZMU!EzeMw<{cY!agOGwUJIdCgfFiZe3?G{U$5n6}7*|$0BgrU(S7FZklmQ z(!aqedSZZC4TlzDr;nVoUZ&d|Uewu|eNzE|}LP$7o5s%?hCa)nHW z13Z|T&Bn`k%ivB;V>h$!hmE!0(7}{S+Mk|A5YuS-#Nt`@biwVdfPI5C_tiW*$0WFN zl{$%afPx=^3SH`4)N~biR`HnzG3*ILQd8D}0`3GE7-#bbjap>12#PZUPR~zRm<&s% zER*lIvmp*0$)+To_5&AApTEp@`3szn887S2T$L=Yi{ z$@~(A%h@|30S+l>GB4}5K1`#JzOZHs<>YAQ(i`Cl8zeLHMPNM4`Y97=-?;*WDO8&& z`;B|(YqqIA>+sW>2Wzk6x)6s2U9shRmY~_QEZW8|lgbSNBY-`KphVy1`pB_7PRl;e znL1ar(2I=>@-6_l^8{nFZQGVLPF%SVdE{Z{_3N`|j?LoK5&vOcz?_4Ni}SfuyX6}s zmmxofgR0wcpRyfvI-)2Lj=J$a*`t8+90M{DYSyctH$uZzeE~-_EY{78%n~vJ^AE?xlb!f^g{Wm}hO^EQ z;2?{Gqt4EJ3(ZhOlg{e(p=3Z^b>^OR(7z= zaq~y`b>fT`2Ak1(w7_Cqh-Lw%ox);}Wkk6o`v|PB2gTf@ae>G! zzUE_;Rk^o?mTa6cPZU&*6tXRx3amld#8tT3IWNkwbz=)2)YIhUH!iUA#m>{#s8B|Y zSJ7`9rTC*(uS}1)09Uw#yXFe3jJ_$~&RIUg;J=;5m}mjg{Dd$_3pyd8NuSLW(YOc` zy0UM`B5HI4=OGvg|Lvt&SZp@E@V+--{n-&ENYjO5{uzEpBT=@>ui2Q?TNY}Fj5&1ZN#b%GT;I*D&ZJD`K@ zlC$`HtSSFsrcJ-~1|{!wb_9a&4?oAKFEijrzsba1&eVYe{IhJ1rFu*-T1y%d&h6Z zr@C|DDiag2vKQFCrpwR2mb(TYDq{T5&t#G5jjlUzBUIM_@=?5R~5&lfuNXp z5-tG+@j7SE-~ndrk&ZnMTG?ij+=i^frw@y#02PSA)V|knU}`^@#{-xGDqL;8!~Jx+ zhtJN0CRX5*G@0fW)*KZp7Ea9Lbov!csMvI3=^297Xh@1hC_V za0O$IwpWFHi$R+|2n{(S!C~8dOkqX;;p7o4i&RaDhA09ZU(S5f4rLyZ2UDl7!#}e* z@n@r87_UWO6P!Y5rV!?hS?0@r$4xOo#$TM-ql-Nwnq*?q+r`=2HtLDO0I;y--ysVBytdg8e~yB>e`+2?lc zJ@CX+yC$9-AKx|k#N$st_v{nA7ga@s-CIQhJRb*|nkf*c0u8eERXv1HRVo zJ^lF8tE8P?CG8Ap&9f~~BVF-W5EnS7kWACXOawt&w%lec)9!p;Jdl%Iq@VL&SJk!d zkUr0_GOR@Yr72QHO&FesbW@AdU9^-ro-2kUWd^O#G}qbhfbUw%!Ba1_*S6S(vr?u+ z2|B>n*9(FXp~+0x2CfzRS|Z+`nb`w#mzrK6y5wF`c8=z)w9NRi&k2M{l*G9!&!Q7p z!A?p6Rp|% z=;~FxBWD8+f-uM3F8&DCrm`=FheCgNt}TBwaBvk3fFZmw-+b@)DBBl~S}K9TVU$`% zDfb$+Vu5hK`g^0~pCk8^d$K#N9YvOU7r2hvF!j4g8~QyLc-1!%$_gU8HECyg>oj+ql4@xx z?*N`oLD`-=%3Eq{7UhLgR1IBlHd^Zf<{8pd<}z1}TcZ?c1h6nH&|U$tFd$KX)Q7@D zV+Qcn)Y0(GG}U4B3J6#jIBtE?goMXWP-kZ!CQ++=)YGU|>fi6tkAE2UgztuMk4DUX zdHS%+kb|{Ct8pO|>O05i%v#xh7wi|X<^Zp7Do(*UKq5L*o`WjpWPK3DTmXCmr%&Ls z+-qtN^XwG#h|xmC@)^=akE4KQ&f0UD`wl7JVW67s*SK$OUHuZJWWZ2+n!ea4QQA44 zz<5BY7SxYjlsXf>#l4TDFfhtH`hP5h(gOfqzYp;Yvw8FoHO?CpV(--t@q^JYO&yoW zji}6f4;>*#V^n)Ha2|(OoYYtcB?pDdmkjN$1hKr9=a*Wa)wfSimXTcFpmmOwpdInS zhm9A8k*|=doYigi$?v6WV6ioo4_dq8wVcagWhcYy+z@K(WGIIqWNJA2U%ULKdrN&xhn| z|K^j6h)?X}W${5xkDkS0G+91WwHd7U*|jaG&LgNC5X{jlKQt z!nRMUf$72_HjcFJ7bBp$Dft@q%l+KL9gqR$4cqe!Z!f_6q-4}YEfr3I83}Ao-BOts81VWGM2wR;A2tQcc zAy2B}Vt59rtT|4xaHFs=_wHSjl#*`X0t{W)a6Sw~xT3V8mEH$ylseWv5A4( zyUPV!D_;E`EN2jE4qb~OY|B%dlsqwFsd3&9iHWQSh^MYM`TGM}b4=bv`S?!Zp6TYj z1f^zMxObh}!oXJ%JkDoA&kNj(#dp>Lwcfuv%Y3#e%%R~&C#Y9g&DrYIdda9!;#m;Z zuj^LQ-%JM@$oNaB{TE|7c5~}&Ez{Q3w1DMWZ>FaRImHa5=VvU>kxGQ>0M5FEy4N#{ zR0#F@7_Ys~OSd9?qoBPtqeGY}?jWtzRUz@)Ry|x8rOvvH5N~qYh-$yMyD&u@+~=AP z4jScT{C78bGI9<9^bA~%T~QjezvG&=>J~JvrT}vjB)%iVB~u&(=&Y}S!bTVK-^c%)|4y_kQeo)X#6Xo_3TC&wRT62&TKixmNE)c=}e}79r12 zgXU9;K!k~W5$#r!@X(boFzay!oAC^j#w7rSzClzXoIS3->};nvyt zF}j@R1>%DF8uNU`<;tSjv6gr9Cw}FGId0D)Gu4q<^kK;RnM6{213zhbBtOWX69-A}YJVGVKMMdJqpRv-E8ERvk7SkzLAFR_%F@Bz zha+-wU(f{;4ek#*V?cMHN>;Xm-#kL42>?A40yf80Zom*=fm(?=9R?eDr4RzKYr@AAj>tS?F zw7ss+@%t!$`%skjp-G1>v~SF2-SOA6U3VJ~A;O5k$4SY_Pe}6P;b1tz-885+#U1hb zq&^pPKcUn?K420~gl9>aq|CG7C3`IDmapo>>9H#`ILh-t`9|GEf zqx2#vfoF|GqF5IfIAdfXP9T_tdqftR6FG@mS!KYxw|1_Gz#Ytp$j#BMkJcdWnyTx$b6M!V=jlgkRYGZt4GEG@zKDR9m3ylFN&fNn*!_GuC=FfajtIvM zyLPp7j&x11klm-ZRprb&#$*rdPs_rkHnw{F!jMmTrt?dZW#yUFI{uq1!Tm3Jr=iVo{&+!JOcqA)puw|two+G>)p8q z2#Ai6ua!6MZ%=6*hp;E~oI^1$pnPKt+$Hg?^#$i-(K;-ADO-7H%@LmZJMJ%W&tYo{ z^bE(63%JdxIn==ezwREU_L6F)-H?hc2_xlw5x%_1on}6BkUxaYM*H{7ljdV@FA=s% zS2PAUxES27FpKPktayAHm zqPsZd>zgALeT&)zdErFplS!zh!!RI?D7|O7Cf*BJt{J zR@KwIuOp!1gNE4ZDv+T0Y?kcQF(HV^PRz!;s=HS1{aakT>v{mCE3!zDs(=fT0a%d_ zt~>*5dSBlq!1}}Q5@5YY0{8C}a7(-4pm4i;rwwJ^(y`T29*9R@Xjw@hPzfv1)Vl(z8 z<+g&Xf=uB75rWOQM44U_~ zf08|j4BWbN1tTt^+)i}GF#~7b*(aq}e8XLfYC$T4bUh)AbCJx#UCSm0aqjZoxoVpU z_<}jjrCccoa1BYR5kko*5iEnWl z9X9W4|LqvBdB)mPa(k9n-q9AlKLUe;_}9~%N(#8%KZejVhBH3Y;e3yh{F`4j88s`p zbr{Z0@*bd8MMMNDWks{vXH1<9`P5R}%s-1j5KBIe}=Y-g?JFM`FeGX>fb zmu=qH;Q;aBH#@tL%gP<%ZW0H9^FcXHg!US6J`lhcliFQD8Tqwpb&k?`(94h$&x=!( zcd)I+hQOoyp9QD#Os(CAj;JhY(H9O~k_$?z!zs9R)I{Bbpw)}k6gW6b#Bu59#~ zY2`JvH}ScN4Xxh5n?{MB+zCV*;XP~RECZGz> z3N;dN$>tqWAEiMHF(n)Wjw8PZ}{ z(M=>#zFPg7*w&?CdF?-a|J=oMh>6eW+^xD8__KPeE(=<99^t!Gd|!@P>%GO`OT-#m zc@A8jpqsMPoIL8jdR_|KF=kiL7IcoRDWLAc#Gh2F$U{Y!ppr;5nk6jh`6bJDo zsoOm}6uo^`D6Dl6N!92t6GCKKRW{+#IuhdSru?*NWkPI^m~!`U^u8Tt)qpQi5bHCM z=I2?c;%Gyk)Ee`w-KFOV2t;co(HfMS%(o#%|3&0NBb-Q|{xV6=6 zUTd)=n-?D*fuw3X5cS4+djy1<(83*&>9#75B|7YSsf0s}@hRYw>P&@O)&A$zGK9rH-QHrf;h2 zy{jIQfU2+Eh;G+lNK!>VIPL>r&RW|G+{)}=V{ zNGHC0A*m+mt|@Dkc`^^9S3(9v^S<^^vxncT1abpHYm-{<)>=zzEQW+=egM(B_V?Ox zF5I7Ye5|(GLOkz-t?rT4OTi5X#D0Wj@NsXyvvk#7dP>W#}HF-~6%QR;PP zSP!?q6;&WHKbMqh$r#|yuhL6JeyS!;?_j2cWKwNK&uLudHl>TDif?EIS!%42%PhV_hGfbo1_V{{vuhzdHPP(-DDy7Aka~0k z$Ys5p=3UiyyxG67U1QC-T2{++s`-SSttEtw86=veh#K*gJzX_M;d*F@PfT%T2>5gj@v@ zzH|aj;1zC16U+OmNpA(e95@=hTt*s=V`680rbDo$Np`o~hj0kizw^&1b+v!lp7c%g zH;F7GiVJ03>4;41b~M?EW`~{8xDfJ90ParK;9I*VoX;;-XKYk;IFpIsiha|DK=xZe!YFsxG!p|Vdqi6o<+l6Pj%G&5Vn}LJacHaL!!ocOLJF+ zf}=0eWA!==yhcd@A5T%A?$x47a2$u1*e;m(`(l|Y>C10ok3tdcx00>y&xCO85{kqP z2-({&Sbbu_9=AK{{blD)~c4XkpO_WI=Y zGrwQo3$R#)fQ6@4Gch$I?tO@J*FMkTp3YuG8z+%Tp_wS0jvT(v}PIm^)03$t9<=J%TKr=k1~ZgpxcBW{YavU@W&9P3=Y ze$=B5wYlA&#ZU$wM&;7~&=3k}dou$JnN_J-{lT2 zANQNjLf);t?z4d8kr!7IOMatc_=YCA^ChiF*1`?tM@iYPQY@Iyrae_VXGW2S!m3?i z+}@XHh=7rhkZ@_W2b_s_N=(&K7|6Ur!8}Izf%@(v7GY5yA-lWWyt|U#eIa~7clYlz z#>jCl)D)#QpHt>ZDD|ZF#EtADit$Kzf&ckB5%4(0-()z+mE3#O`eC%}Q*EWlqc>w} zh2MwL)>ylR+~1ng$-V9ig{>;1b@0~xtK@7~PSmv|_O*XgDOz3B(GP`(?larW zcYe9j6hjf@NsZnkN-_>fiHsTf*u;?B;Vl;%X+-BZ=gi#TSxMPLZcCDOPb}HaAjo4( zk^e>~qI{|30K1rzaprt&8imv(DLYy~%fBP#MS@!jOKZAPd|M3ZjMdwSDtW&CD23uS z81jI#%16d5J6KVcaT&m&=QV1k6wS|D%yvFT-Ba9atp00$RI~gPYwZ)JW-vtW%tNV? zigCuWy~LCOni1~1Qi|3)v~Bmi9?x1>?4eDyCtU*a0P zJ>aDbxqBZ_>LXTamByiQ*t65NFA)G(sA91q&}I`amQ&>KGU?OWBz2lw0e z?oubPkS(RL@C3xOy$dl{ql!3@=T+o0%DfaJ<>C7%+o}nzzKZHSYA@?;DpgqKPf@bP zJi)*yhrY*E81f8T#GQ`=aeo$Gxv!OHgTK@m?vXZfo%`KBU{7!0{w8bqeONjC#`Mpn z&yS|R@lAOoyyQOpQfo>*R{t|;nq*{bDW*w|dYbl<_?>Xd@3gDL@1*l`N8f#EfqVM( zK$?v=izki_Lt^1&p1F4KT1PvWB9EAH1?E^l1Dm;};E>8}S|2%&tkC38Ak#W-) zW~<1e+J7x%K8DCRX3jRb<}(+Y+nf^rajimxc$O!(?>GhzfC)*ZMY>wG?u5O(Q{ll;oUbZ6ip2vwx%K4dxA#eg%XR%e~g zoP~h0z0fLmYWYk3c0uU7(Bv{y>u#^2t8Nsyp964Oo|{I{h*7nx8lf+4H&%>pyNC@V z8jFZc8@AfTVPU7Yss67m3JV)s#bDSd#-545xEmy6|6U>!eR1KmUF?O;E+U-q3EG<3 zkS?X<4Ut$wyQqt0^I|Tx9@$zL`6N+Qu+fO9T}*|+yg&+@R}&+Jd(;ojXQy~5Y-|+` zI$FSMmY>7fUf9^m+6#kuwjK!b5Oeg17~!@vYaL^>7AsZ|sx#ccUE0cEo{fg)_5@+B zutE`%&JsgkWQR)gC1`Cei;Pd()L0tm`T{1N*i+~cO9~ttq3vp-Af@Xn)}kO?vHsAb zmcpSIm{qBGj$yu?B}OS^G%fb75x9F>3V8>%Y;^M@uKk3eGX|M&gWEDSXwjB{^FAm% z516AGXKSjK)yFiZIsvM3k^JUY9M`tFG7U9aA<@<1?l7^B)$E^322%ID$2YY0AU5bO zU?+ZGkvPK?xMdZ=+-{%A2U%#wLTkE2IM+hqnan$$rFQzpm7-M^z9P+gI*q_qBM0U1 z6-ui%A-8%F>UabE_Ok%Kdlg#ae>|ApyDC7nF2{+Nx{=`Em+Wv?kxW!6ccR9~dmXn0 z!2e$z4?)mYR1d`oLhYZ)!JJRJ^#xryV+D@5rCN5Hu-82XJ_Qot4)WI4T$DTJ)-vv6K8KTT6942-A%~QBeN=WL8uA@$TH-W zc@uD5z?*TaCufOl+Sz{OS8MaWNfVn6n5-X~{}}G3-n7=62Y+YHM=1}E-1RN6NV&Vg z6<4@){)zS>Yh~UQ#HidAo)_=yOc$?{jU^jUd`{0Ufa6X+Uzu#KJ8lzQNCk77QEaDW z4ZS2xJ&#a!Cnw)^h!c2y>dC z4LiR!)3z$}pvNuA&DFYw(^hVmfG4i2Si)ahdh02h7WL5?&2x-P25%VFxq7O{HD8Z_ z*0C3#M>HKo(>}-)2nIq7MT#`<>#PyS2TjOtYnfM*;per6s$bWk zCCU0i{XY@tvV_0S5?`ZipNMuXL1IqRclMS z=CdI1we6|A+51_oVYPy1byd#YJF8i8tYq2FRiR8qDxvm=zIC-VSrue-@)>PBK@y4v zny(S2@Bujq&ocYl!l7Jd&OjMI>!@ z3?AMt4aC6}Zu@EbaUV>mb))SmdgV)@PO|sWQlIrs#OpHQGJ5&A$*ex|zCej7#-ME) zyU?lyL>cbK!9MjvJ)I)`IB%?0(_<|)wX%f>J&(7N>g!rbbQpN)*5KO(TJfV6)I0xQ zeUuUBens^unx%0mr}LfFQZ!4ga5!wE(u`ZLku)65g=S)!^$*Q~FCxon5a?X`-i>Llp2+ZbI#m1e5b}*POB=NrSDxGv>bHcMde++4s0jFb zz9Qu{Jx_V{LHyX)mZSx%4lSrU*WQj=5UDoP%feh|nlv|Q@(P#DN@g0I@m|h0xJ*>FQtbemsO&F$tXfxOMaM} zglc+M``_ZN*kr5x|4lpWT3Zu;_b7iSDmP#?!SXK(iCiwM)~ilwfpA5G5QB0J!tQGS zTpEOK#SL%8rEq&e&bO*TtP_yyil3bh;yw{xJZmRrU0G`pG*IeKKSXZ32kM(f}K&`4zSVi0;y?~9Sz!O{~x zVe)~C7p;CI^eNuSOvO{QEG5kyCxKHlHRZpqhIVE06m^I%o-(y5jS2o#2TZ$DHWLD> zq19~>9*+*H_P*_I8Od%Nv5UXzi9pHGx`SVl!F4(wA1kpV5~r{{o) z4P=j!Ii3E#1s11VNAu0FDxtJ!Dd@u~x4LXK!C>TJ`wlh5FOB)(m`=j^K8f39-c+~Q zTvv^Hp(bgyehVFAjERR$=lcvBXdYrIZPPt~s=06~Ta<6jk*=5L`TF1yoXBGy<0kttmC?}_hmkLkF(Yo3ju6}D` zwTi0V<#ua7BmOS2DMP?xkfXE4qc~%~TvgAXbty(5p)N_{himvf`TKSi8LOV=L8e8N7H@sihKE)p@VzKZ{N>*vqXhI|8gyROr#715%dD{45a z=`~U*TkSrrj;r4MnDlmgT7H}gi0M2vA$)Z8#qK1te4u$ZWp|X=)lx!bi^E;Lo0BIB!-1cj{=-wj zpY*fK6Zt80kA{&-*J!A8j}{7*?lC=$g-Tbir54C3v&m~Dnb!gy`u$kD*jU@w_NET?Mmu5s!8K$ zf3GUz#W7wS5y`GeQ9rZFSp&j+|fv( z!mmHC+#qq~ZF{5sOZ!>g)YY3zlDzyu&uFnwDfS;XYh0Y0)cTLC)Y4B&WLA^qO?PYZ zqq9Zy>oP_PDC4g3*UMi&e;fE41O!8e7+00QUjF*|+rZx-;~Y9fWqMI8au?*At>-KR z0kB%^E%q{VFX*l+Xige5Cw%~W1*^$oZ@Ig7B$?6+05*&O>tb=FD!><$sR00xOfiE= z?PGhb_Oa%>xeJk`MIWwt5soKg<+A!wZfx*M0m7k!dpW6_ca^imQugbuQ@ze)a&VV zR;t40sbX(Gzf126a`hYCq0n!`sBUrmu6>`$NM5QYweKgdIO)Db`Py4hRPC2mhF`|S zRbBQ6@~!{1x9EwI=!srQ8Xp3_P1Y7P$*hSS%gH8j5do(0VIR|=Sy=k1UQ+pyGJjpX zce)H-a4nZh!c}ezI-Wcmlew|vS*Wc`G|MBylN-;zp|c7DlSc*8ZqIK*w65?+*Oe-J?sF zE_&`R>QdmsSRvEyLbaSsshK_&vYi4etUBpV5USs(@R`4u(N~UT`sFWlCS*8IA7_&# zxSy&o=~C8(N<(+QE(5yE=rXIzIbF_k(S+2e4G8sVJuJQJ;Ct7o@m-#kTKh;dRi9=) z>(gv*Y>KK40KfSFrVqozkYJjf;Q}s(EN@JCT*#x9J*-ow!?G^aP%t(p7YYynzfTm5 z!d8NJ46*@Gm12=cK+JxX5Kxz1T{h^_ugjn=;BK*6u5w!`4+O)SRT#9_Pk4S>II~u|t z!2t2cksf9@8M)it2=13}^-|vv1#DhOLDF#sfyjo@9*wE2KiE(5I)7KysmdMhW!E++ z)#?(CCdxwdUMSaMckyF8zGzj%f2>S%Z~IKo_M7 z8Y;djME{j{`UWM`(S_h_?B>Wwd8DEOH_>lKq%&4rR#hsR?96x;!v;{5B*THo)SDV) zb^>=f9)|qyhzc)Mz=ONm&MQZUs-WD zI!bth{C4r{9U#ZhA^opmjh1DF%lXDr{iyLm*LQwYNxlmZP(CZkX*5^UeRLlazbj1_ zmN!;W)>y?Kc{T~1)PGrNJ#>`@R>*^QY)MXnY0{PqNnJp$5GsU(J<9(lRiSR^4`Q&= zpPkBDai>HK!|L_bBBR2QYDI>1+zz@Bc+8*o$zw)6I|AZ(t+1mra@%RQi&lE$@`*T= z@F+TlGD|LtSCVUP+BEl3L(nXaONb)NFdkCaAJ1c)4|n={c00Cz?F3Cnqcs|V?(@t% z1QEsLe$l{v@mHSNNN$>1iDqB6-5pNG{>4{6$uNezjah6{$;Te=Iql_IZIx-{(-cu%R|&*enW z5huwGmO~j_dawI6&>W=a@-1CR`-$*O*u1i+%M6$02AA5$>cMiuNPlHUKNR+#_mqWA z0!tN%7fsJalrw-rvdP2&3`P%Cve1!#YR05)G~!ByB9Q+ClmH4(RFVnP7AGoR`e-si zJJ^_3Q{$+yrDT)Kj!j1W>JRWs_3c_+kF~n7nu_R4<`YVp-I#i&yZYPwb81_0<#*X2 zyW9|bS7x{}M7zGH6hNTsM?jAuJs0zZTfJE9LuL zmg4Eft(&@gl=@D0ni_MvMz9Z*^KMTwCo9vveN%5qxj*X7<>pKF?A%l;tHhs`T1vE* z@3rA-cpGHj*g!FGT$!v^@6Ko`T7Z#8?^x}efE^zDEh^OC>YqifN*P&e7y7-feYLNM z$3q+wvA$NHVO26J&qwoHvp2Qxp?)CpG&u!jqNuV?@9~y6%=Vqzm__2l(k{zU2BxOr z@+KfBYQxg2R_@Eo!PV3+Od#0679rhFj16o7SFvcf7~vZiP!8x%l4wL+r0%?;-Y_Wy z(UQA^HgV0 zt+Z>Y>7atTO`B&J#rTNZkjJheYmf&o#7)z(<36+Oc#u&i&)zVi0+@F-Ej#65)X9T4 z+$A84&@2DNF~yu>lf&a&<)}-&MI4!9(Rg1O9M(#K>}p}$rGS#^3Gy9_$|U!DU5iAq zbFW#Zc^X_Hj_v*4umr-4|>vEqi_v^Al zmz}yipv!~0jOp@_E}zqd<<-#50c4?jmo6-1g>DXq3f+7iD0GkO@|Z4<>#|puCv7Vks__S0mVc?sO_QCVHJ&$W=VsPgTfV7xYCrI%`N7Mv zyu;F5TdMtl8l}^zJKQ?`f1o-)G_5ipOSTZ8|JLugHjOvQSgAkP!iM}#V6#A8m#q;U zU_xEbJCxSF!fb7smI)}rOb^(UM^QP11O2-Qrq^vgj6wKti3ATNBR9A@Ts ze!CF$qsx`0^g#_(mRHn_E7t8Bf5dQ>-Z93q3DyE_EXiW5f4PrFtEn5fh{pa3F2Szk zrQyJxDWXzpJk@l);o{(EkMdCfi(V#8AMV;X+8c9*yU3$tGjF(iXtb2&4tJAJ`CR^R z&+uqDUt+k2GQ8DVrg!sbUu&u1UdowMstumfYUD5gP}RibIwU=kR5#!y<#Bnh_!n+g zf8gHzsxO<{COTd1Nd>VPr8i`|R(iz{uZ41?r#@CE43ZUQGHJYz7f1|wGMVZPU2+AZ zp|aektGuv99(08TaqYG12D|p#b+Fn?`p}^&J#2b^D{h`f6>F0}W`V?JtCukwOg9tf zG^LsDZ*XmjJN}8aExjsc+PIe5`L(yZLjm>G!+RNr&zx@8*nwc87KU+MeB<7 z%8LrmQ+JOlkZLKKkPA-uwnJR`?LilCsbZ(j*51Q(7PL?-@fjy|7A5H!iSg-?{8R16 z_Jj_qk}EZPLie}FgZ^Y*+uBvW{cF46fh_h%OapqVVW91*zRJ_wukx zkTQ!u1M>}a0XXboAaqsb!<^@yvEvvT3<@HMX<&NAOIq$hP{PAmgjXxIatu#NE!mZ~ zAW*~1s`C^o|0PL+`a3-Um@6P%c}EHFmhU<6um0wNp_AK%Dt~I(?^^b|(24n>n6Y0} z%B608%9UbwiRFw90reeYP=Do~QW2MSSE*3uuhK1bsl>cY4AuTsxdbUq@DFWZ#4M|k zu6s)TEa2`)V2tl1^?ioZZzs!R+!O~&J!*v<8sgyN!L6mfK^5*SI#}w#Y;L|7@Dr{0 zzn)S-p5qdzv6mhddo0vIBdh%zRE?1yDIEN8#gr4t4%Pl0x4rfY8_)vq|2Z# ziz>aPu1ayFGE_pV`g}PV2Q}VF#*4{zLATml>MoXxRMQ31Dy3w*p#;j<>R!?~u&Gok zS8-=wLlrb;HC!sE36OT0b|DBlMa}qpGC$A^ctQs0zItz|9A|JmY3yK{vPWv#R`RH* zYE}5qncr9HE;He^_lil03LOS$VCvmB}Y_>1R!>p&T7QTI`eO z(cV@WFCE{tGWAy}gZ+fWMo@wiRT}{-$oG~uFrTT^O=>sPQJ@79jEQ;;?_ad*i94Hp z%+()-{B>pUQ=Pz9+= z6CM=;vFub>i4bYrDW?Ky_Rzz<6s#IH5mEy)Bf}Ump3j2Ubvs_Mk9*p@uG~h8OL>;zNaS|AE>0E3;=$FV4=4?i#(iFgrSV zd1n9I#jBStk6yUEusC~qMxKfX3t{_eC8sW2p3Rqo^%z~j+Dvf0&3FLWUi?3MCZEDq(jHn$mV>+zf1GR`(kn!Cc)g;4 zkc6$rmqa-(0D4Y~}9#S9&)F#e%KN~i)AXj+r9 zwGL6gBjf-nn(L0Ga@-l3>WNy@eCC}&|XGI21d9lcje-9yC)3Cdznq6>SGP7*OYz4$>_x+@)#( z@=@lW@IOX>(Lp$N{l>i+tu}V#^2I^u>Go81a?igU{z!}hsH53YX?noMqr14kD@?R&7FDH$kCo2feze*aIfLoGfitS12k0i?= zD62njCiRb#<$s%u?ksIIIJQEKX&p0#Dnd@EkOI5JJdRhYCck1DG}gxe-i8CzUu~8w z_D8+C{&q!x%2+G{ug|1#KX75fj!I&QaqxrqVD_nBOuHbw?_qXyKizUNGJX zjiwlDY7kgc7Gqp`CuRG(mC{QFSckS$EZ!xCVA>X$=w6hULIER>Oi3@8=q)oL%~6`g zSpUbc$D#T^5z`nEk?`sV^cG=nnmUQwN*lBqgRc1BXN;PsXHtf|#jr{&xr|fBn2fMF z6dzk&utsV9vY-AEl~pk3E*mrkPmZwrWN(aDt3`m-kJ^MdSh`s$(kyI&I8kgj zixZ`qt^up93lO3iXi=|vR}=qJQeyZdOQ+c-YTVYE?^MJ!&4#|6emoZ%M!Z(P4WDS)0@^0n1C2wVJD?4ONtd zjP0SZHXDI6!AWzi&=0sI9J*NqG44@I^f0OaPeX@bS{Rm(<@x6_+@| zz>sjoXy;o0k@4praZ{EA8xt=aOU6*R%x^OShxMMTG_gr!WAitz74Iu;)ZJu)$RV)V z#2mkfItT{LK?I1OT4DKL{2v}Q6IpOGFvEhIAo<$&fj(hs)IzXRk&vjV&1m`lE-o1U z9Tj_rf?@Mginl0y&&I*6?5mSm>Bi?_q#ICy)y-9##;EgZn6XXN(_TaUqEF*hW3A{f z_m?(`w-Sj0pSqOPuR@zqhsiKRgkzzXQczP_Xp_FLv}Fy$v;OBPt$_xq32OEytR~hg z=C$-H24)wmj31t6M5W23q>KXdtqoWX@*#&Ra5!1&=v?AZDeoYq2$tunhiI{)lWXdG zQhP78%S%mTTUw^_TmW-Z23&Lkw~sXqtA}8OJNv}1(VTyg?86U2grHkRH-tHjGRlp4 z*^;I2p*LWG$eny5g-h@IBL9G)5WZ zggD+-hh{L@8T}Kl>V0L=r0Ht%zfCiv6-I@X&Idmgu*O>M~ z8C7Nc3!dQ;3q0MC!(m!RU^po_q6yBmkBV4M1V_{VWa(cBY)eeyyQb)YfH!EXziALx zn2p9Y7}Yh?NgGGy`5;bQbEtVzjW7xrI2^{*M-WHrtY}EYC@H)C3;Af!F8-zQ_1cOt z5cAwICAF2Zyl+YUZ~G9G^?$89)BgE2X`n0d7q}NSfqx6kybv*6ERWuc^PT5=Lr=fn zd{AAltq75MN|t`fL-LZ|i?4Z;pj{z(iG|Ep?vTW$5Jg|%*Ru)rD&AWt-dil*+f}@` zyLfL;@!npsTnxRGs^mziznd)oDp|gk>_}F?fnOz!J;^czBFldn3j&}(&*L&tn1^3g zQ)!bIU`#<|RjcIYgc(3?%g6 z|7TMFcSiQhd+}St%6LX=OOloH7^wj> z-u<2kCfcj{{zk-L8RSf#h85lf=kwZ*T5TKkYA(ErDb2khtuFsuEk1;B$!cs?-FZ`d z(v;e4pr7)!3VxwxZPE`={+rLRDXgnpce9)-(x~}V<~9doRGU&RGpjFqp?FWrKoL8+ zRyL~DCJ=`UccY&)6SCTXZn4_ZQnL_QWZq#8CJ!y6gMNb!oEu^GhOlNPn{h>t+*oo?nD7NxJ;ZGPNr@|uN;#T@!7kWKibmlU4{YDuyVckw{V zX0xT!N=U+gi=6-=l~sBpGn?xWI^uBQ4gfpM%0o+rYJ@Ogo@Mc@$z;;~ceV-!i!nxq z{sFG%Y%@_bLSng*3R1s^PiP;B7@Tw*^p}sfW1N|^!T@Z13@homg%_78||j8q{{-< z;!d=B_%2H{F;|c1qW-8VsV5p6N5ulG82m}o*I!91E#A#?P(|7T15Mp){fPx3l2gewgf_63w4h>8!(nj4#)HY6HjP@L5>koK z@aS$o^FN;~|BU-5OGA0sx;8^W>Q_JiCaGW4I!B%5wZ?%s6v881<&YD8lG5rKa$pF* zWahV!mqIDAe)k2-b0+(@%u=J)F2_rEfErTM%~iVmfhtre!VbD94X>WmKR{p0JOa2w zRHmHF&@!GbLs!|bvJ5jcGaY7Wv;1R4tUaO%lG4Tz87t*}{o_)UJ}8@y^3c+V9)GOMdoCIKMP2yxx0L!pWn53w;1x?2e@V0f1NciB zMMSCbPZPs3$np-;H*Z#$si!nBYb5#X>8#g1A%@-bn^Ui5>QRbitQ zeutr;9Ll#Y;=IWusZyM>^IH2;lC8bTY%?uW&$tHBjBKzB&>*5Km=0DQlnPsZuryp{ ztwpYNETfOt`j=J-wMc_qy2%TEQ(-bKrNTb?IDR?O)NfhKE45;I2Ufgw0}ey`q+&K( zN0#T4mG7YgQOiAAKvQ4g$gQP{Wm{Ym%x;1p*Qhfg>|*H=6+?e4N02VFu19kbXv#uu zrrL)vq4bi|Dj&Pa}j}Vmp{ZjHlwQn#GH{?vWWlXgXP$X;#@gn3GRPHNp|N zoS<=hWVx)I`U@+C74N{}Q-35jBBvRL*)k9p8BH&qGfGS_$(HsvsEA=6{iIy1I*ict zMFyNLi7_qFv0VhR@!mW*Fsk?pug5H8j+VS7=wd&|VW9Yd=!I4kMA<0|bo=;+X8645 z)1zHE#MF$4775-Y@&iV+83!hUNLJTh*m}1KIXPHZl5~*_wa%j_dej636?Xn2JwS}Y z^=v9%EGI8=gY9sXe@4-o{B)w+O-V^&BXD9NCRnfJ-n77U4&+{xavi6G`js@)gk5SE zp;q=Gvtlv4B395#*WN8XmDK+zX}p}QG?F^B`O9Ppzy1fw3XBk;`&aVlui%J-0sVEd z{Qac<(`4zjq*hB-Aof?2CDw;<@WW&mlg69L9Z3Uzfo=S=q=wS*ab0vh?Gm{%@1|Oj7?SX+ZL%d_Gw@ zAVF$WA`lyz!}#la#dgw(VpIlJWTf$K!JIj6dvkU@N8&iq|BU2oYF6+SIiVQGj+vpAgRS#t+5Gyja_=sBzlb2 z9aM;1D`jHBbIEbPv5Jr+`zLAC{7G&KS2nB8e^_;plw|zd=(G5%Nk@SvqBw{y6O{7O zYHgK-?3V??m%*SuEfn_;5{cv>W-SpthE)QvNkd2SnuZ7;Xmia#Xy%*8XU%$JY6v&p zM-@O^pnDKA6AE~^%Q69_cbnq{(bR+)txGw{yAF+;eJDqfS%vg~@kz%)xio{B;Yb{Z ztQPsBYd4eSpC?OV5sb%&Vgf2Kt{^U;S5SNEM;X-zN<*ivpemyCH2cFs5|(%czP3TG z9_d{Q-ouxyV&%jfSm0ufN8=a7@iEP{_dvyNSb5``la(Yz{e5tdw%&J*lc!(VlRRwX ziTAt@U;+R8%oHUzsTofOx8yEh+AIRY43?xZW>atc5pnw_v&mIyinLNcR`$@AEm48Y zgpn4f3gJr!Uij+qxpRx(Ielez_x`z=+2?03&t5sbICo`X_w?M{#f9C+7q84+K7aB0 z^!54KnPamHb62mNoqhJ|g^M$@S0=BO9^1V~|8qPPpnW}g-5i%!UF~~_?a(^qf(Uf2 z+Olrj;w?51E&a8mi)OhA<}HjG7qVC|>X^vqs8mWVksvj}#{OpHf)q}Fb4N;NxM(f5 z(5BQYp$4bH;pSpZ{$o<)@>aiUb`4Lw@PBdjv!mBc2 z;>!opHT{EnnSY|)3ikwkvl=JQCrV6rf~uu36q$Z2waubV%0O*zXOky&OXg4=hrE@0 zhq)(Sk|ldydY1^AVwkS<@1MJT?!x)!E?k_gOwFC&dw6zn_gPDtF7|x=^y1mq3O($> zVw*xCl=aKT(ohJ~#XG-#<@EgFxyzH+&d$y+UYNT){o0ke?<^F`|7EWgv!c2mZ9cZ# zY-*M}wSVr)fr}SkIDO%AxU_I~?#k@!?wO06#>RjDVJGiv2h{q1>kwFnz&ZrhA+QdC zbqK6OU>yQ~FCb6|+T+gt^;+w2q+^DFG1HN*a@zlW5_R@Xw`r8by>^~|Ega`G^RESc zhWh8_@M%H-EWmE$sl;0=4Sc zuIFq6=qz<#W?$x< z+Fv);gI31`@X;X_I#kZT32>|RFr@YW)*-MCfprM1Ltq^O>kwFnz&ZrhA+QdCbqK6O zpdA8l^@a_k?Rm02WBqv@0_zZ1hrl`n)*-MCfprM1Ltq^O>kwFnz&ZrhA+QdCzb_E@ F{{Vm3r&0g_ literal 0 HcmV?d00001 diff --git a/trunk/Creshendo/Ellipse.cs b/trunk/Creshendo/Ellipse.cs new file mode 100644 index 0000000..5a6df13 --- /dev/null +++ b/trunk/Creshendo/Ellipse.cs @@ -0,0 +1,127 @@ +namespace org.jamocha.rete.visualisation +{ + using System; + using Graphics2D = java.awt.Graphics2D; + /// Josef Alexander Hahn + /// This is a concrete Shape-Implementation for an + /// ellipse with a topleft-point, a width, a height + /// + /// + public class Ellipse:Shape + { + + /// The Fill-Color the ellipse should get + /// + /// The Border-Color the ellipse should get + /// + /// the x-coordinate of the topleft-point + /// + /// the y-coordinate of the topleft-point + /// + /// the width of the ellipse + /// + /// the height of the ellipse + /// + /// the short-description which will be drawn into + /// + /// + public Ellipse(System.Drawing.Color bgcolor, System.Drawing.Color bordercolor, int x, int y, int width, int height, System.String text):base(bgcolor, bordercolor, x, y, width, height, text) + { + } + + public Ellipse():base() + { + } + + ///

Draws the ellipse. + /// The draw-position is translated by (-offsetX,-offsetY). + /// + /// The canvas to draw the arrow on + /// + /// Translation-Vector's negative x-component + /// + /// Translation-Vector's negative y-component + /// + /// + public virtual void draw(Graphics2D canvas, int offsetX, int offsetY) + { + draw(canvas, offsetX, offsetY, 1.0, 1.0); + } + + /// Draws the ellipse. + /// The draw-position is translated by (-offsetX,-offsetY) + /// and scaled by (factorX,factorY). + /// + /// The canvas to draw the arrow on + /// + /// Translation-Vector's negative x-component + /// + /// Translation-Vector's negative y-component + /// + /// Scaling-Vector*s x-component + /// + /// Scaling-Vector*s y-component + /// + /// + public virtual void draw(Graphics2D canvas, int offsetX, int offsetY, double factorX, double factorY) + { + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int x = (int) System.Math.Round((this.x - offsetX) * factorX); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int y = (int) System.Math.Round((this.y - offsetY) * factorY); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int width = (int) System.Math.Round(this.width * factorX); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int height = (int) System.Math.Round(this.height * factorY); + // set colors and draw + canvas.setColor(bgcolor); + canvas.fillOval(x, y, width + 1, height + 1); + canvas.setColor(bordercolor); + canvas.drawOval(x, y, width, height); + // draw short-description + canvas.setColor(System.Drawing.Color.Black); + //UPGRADE_TODO: The equivalent in .NET for method 'java.awt.Color.getRGB' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + if (bgcolor.ToArgb() == System.Drawing.Color.Black.ToArgb()) + canvas.setColor(System.Drawing.Color.White); + if (height > 10) + { + System.Drawing.Point textpos = calculateTextPosition(text, canvas, width, height); + canvas.drawString(text, (int) textpos.X + x, (int) textpos.Y + y); + } + } + + /// Draws the ellipse. + /// The draw-position is scaled by (factorX,factorY). + /// + /// The canvas to draw the arrow on + /// + /// Scaling-Vector*s x-component + /// + /// Scaling-Vector*s y-component + /// + /// + public virtual void draw(Graphics2D canvas, double factorX, double factorY) + { + draw(canvas, 0, 0, factorX, factorY); + } + + public override System.Drawing.Point calculateIntersection(double angle) + { + System.Drawing.Point result = new System.Drawing.Point(0, 0); + //TODO: That calculation is NOT correct! That leads to wrong angles + // in the visualiser. looks not sooo good, but not that problem + // for now ;) + //double r=Math.atan( Math.tan(angle) * ((double)width/(double)height)); + double r = System.Math.Atan2(System.Math.Sin(angle) * width, System.Math.Cos(angle) * height); + double xrel = System.Math.Cos(r) * width / 2.0; + double yrel = System.Math.Sin(r) * height / 2.0; + + + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.X = (int) System.Math.Round(xrel + x + (width * 0.5)); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.Y = (int) System.Math.Round(- yrel + y + (height * 0.5)); + return result; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/EngineSettingsPanel.cs b/trunk/Creshendo/EngineSettingsPanel.cs new file mode 100644 index 0000000..b54647e --- /dev/null +++ b/trunk/Creshendo/EngineSettingsPanel.cs @@ -0,0 +1,296 @@ +/// Copyright 2007 Karl-Heinz Krempels, Alexander Wilden +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://jamocha.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace org.jamocha.gui.tab.settings +{ + using System; + using JCheckBox = javax.swing.JCheckBox; + using JLabel = javax.swing.JLabel; + using JPanel = javax.swing.JPanel; + using JamochaGui = org.jamocha.gui.JamochaGui; + using StringChannel = org.jamocha.messagerouter.StringChannel; + + public class EngineSettingsPanel:AbstractSettingsPanel + { + + private const long serialVersionUID = - 7136144663514250335L; + + private JCheckBox evaluationCheckBox; + + private JCheckBox profileAssertCheckBox; + + private JCheckBox profileRetractCheckBox; + + private JCheckBox profileFireCheckBox; + + private JCheckBox profileAddActivationCheckBox; + + private JCheckBox profileRemoveActivationCheckBox; + + private JCheckBox watchActivationsCheckBox; + + private JCheckBox watchFactsCheckBox; + + private JCheckBox watchRulesCheckBox; + + public EngineSettingsPanel(JamochaGui gui):base(gui) + { + //UPGRADE_ISSUE: Class 'java.awt.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + //UPGRADE_ISSUE: Constructor 'java.awt.GridBagLayout.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + GridBagLayout gridbag = new GridBagLayout(); + //UPGRADE_ISSUE: Class 'java.awt.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Constructor 'java.awt.GridBagConstraints.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + GridBagConstraints c = new GridBagConstraints(); + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.weightx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.weightx = 1.0; + setLayout(gridbag); + + // Evaluation + addLabel(this, new JLabel("Evaluation"), gridbag, c, 0); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + JPanel evaluationPanel = new JPanel(new BorderLayout()); + + evaluationCheckBox = new JCheckBox(); + evaluationCheckBox.setEnabled(true); + evaluationCheckBox.addActionListener(this); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + evaluationPanel.add(evaluationCheckBox, BorderLayout.WEST); + addInputComponent(this, evaluationPanel, gridbag, c, 0); + + // Profile Assert + addLabel(this, new JLabel("Profile Assert:"), gridbag, c, 1); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + JPanel profileAssertPanel = new JPanel(new BorderLayout()); + + profileAssertCheckBox = new JCheckBox(); + profileAssertCheckBox.setEnabled(true); + profileAssertCheckBox.addActionListener(this); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + profileAssertPanel.add(profileAssertCheckBox, BorderLayout.WEST); + addInputComponent(this, profileAssertPanel, gridbag, c, 1); + + // Profile Retract + addLabel(this, new JLabel("Profile Retract:"), gridbag, c, 2); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + JPanel profileRetractPanel = new JPanel(new BorderLayout()); + + profileRetractCheckBox = new JCheckBox(); + profileRetractCheckBox.setEnabled(true); + profileRetractCheckBox.addActionListener(this); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + profileRetractPanel.add(profileRetractCheckBox, BorderLayout.WEST); + addInputComponent(this, profileRetractPanel, gridbag, c, 2); + + // Profile Fire + addLabel(this, new JLabel("Profile Fire:"), gridbag, c, 3); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + JPanel profileFirePanel = new JPanel(new BorderLayout()); + + profileFireCheckBox = new JCheckBox(); + profileFireCheckBox.setEnabled(true); + profileFireCheckBox.addActionListener(this); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + profileFirePanel.add(profileFireCheckBox, BorderLayout.WEST); + addInputComponent(this, profileFirePanel, gridbag, c, 3); + + // Profile Add Activation + addLabel(this, new JLabel("Profile Add Activation:"), gridbag, c, 4); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + JPanel profileAddActivationPanel = new JPanel(new BorderLayout()); + + profileAddActivationCheckBox = new JCheckBox(); + profileAddActivationCheckBox.setEnabled(true); + profileAddActivationCheckBox.addActionListener(this); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + profileAddActivationPanel.add(profileAddActivationCheckBox, BorderLayout.WEST); + addInputComponent(this, profileAddActivationPanel, gridbag, c, 4); + + // Profile Remove Activation + addLabel(this, new JLabel("Profile Remove Activation:"), gridbag, c, 5); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + JPanel profileRemoveActivationPanel = new JPanel(new BorderLayout()); + + profileRemoveActivationCheckBox = new JCheckBox(); + profileRemoveActivationCheckBox.setEnabled(true); + profileRemoveActivationCheckBox.addActionListener(this); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + profileRemoveActivationPanel.add(profileRemoveActivationCheckBox, BorderLayout.WEST); + addInputComponent(this, profileRemoveActivationPanel, gridbag, c, 5); + + // Activations + addLabel(this, new JLabel(" Watch Activations:"), gridbag, c, 6); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + JPanel watchActivationsPanel = new JPanel(new BorderLayout()); + + watchActivationsCheckBox = new JCheckBox(); + watchActivationsCheckBox.setEnabled(true); + watchActivationsCheckBox.addActionListener(this); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + watchActivationsPanel.add(watchActivationsCheckBox, BorderLayout.WEST); + addInputComponent(this, watchActivationsPanel, gridbag, c, 6); + + // Facts + addLabel(this, new JLabel("Watch Facts:"), gridbag, c, 7); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + JPanel watchFactsPanel = new JPanel(new BorderLayout()); + + watchFactsCheckBox = new JCheckBox(); + watchFactsCheckBox.setEnabled(true); + watchFactsCheckBox.addActionListener(this); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + watchFactsPanel.add(watchFactsCheckBox, BorderLayout.WEST); + addInputComponent(this, watchFactsPanel, gridbag, c, 7); + + // Rules + addLabel(this, new JLabel("Watch Rules:"), gridbag, c, 8); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + JPanel watchRulesPanel = new JPanel(new BorderLayout()); + + watchRulesCheckBox = new JCheckBox(); + watchRulesCheckBox.setEnabled(true); + watchRulesCheckBox.addActionListener(this); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + watchRulesPanel.add(watchRulesCheckBox, BorderLayout.WEST); + addInputComponent(this, watchRulesPanel, gridbag, c, 8); + } + + public override void save() + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Boolean.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + gui.Preferences.put("engine.evaluation", false.ToString()); + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Boolean.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + gui.Preferences.put("engine.profileAssert", false.ToString()); + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Boolean.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + gui.Preferences.put("engine.profileRetract", false.ToString()); + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Boolean.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + gui.Preferences.put("engine.profileFire", false.ToString()); + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Boolean.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + gui.Preferences.put("engine.profileAddActivation", false.ToString()); + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Boolean.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + gui.Preferences.put("engine.profileRemoveActivation", false.ToString()); + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Boolean.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + gui.Preferences.put("engine.watchActivations", false.ToString()); + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Boolean.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + gui.Preferences.put("engine.watchFacts", false.ToString()); + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Boolean.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + gui.Preferences.put("engine.watchRules", false.ToString()); + } + + + + public virtual void actionPerformed(System.Object event_sender, System.EventArgs event_Renamed) + { + + StringChannel guiStringChannel = gui.StringChannel; + + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == evaluationCheckBox) + { + if (evaluationCheckBox.isSelected()) + guiStringChannel.executeCommand("(watch evaluation)"); + else + guiStringChannel.executeCommand("(unwatch evaluation)"); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == profileAssertCheckBox) + { + if (profileAssertCheckBox.isSelected()) + guiStringChannel.executeCommand("(profile assert)"); + else + guiStringChannel.executeCommand("(unprofile assert)"); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == profileRetractCheckBox) + { + if (profileRetractCheckBox.isSelected()) + guiStringChannel.executeCommand("(profile retract)"); + else + guiStringChannel.executeCommand("(unprofile retract)"); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == profileFireCheckBox) + { + if (profileFireCheckBox.isSelected()) + guiStringChannel.executeCommand("(profile fire)"); + else + guiStringChannel.executeCommand("(unprofile fire)"); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == profileAddActivationCheckBox) + { + if (profileAddActivationCheckBox.isSelected()) + guiStringChannel.executeCommand("(profile add-activation)"); + else + guiStringChannel.executeCommand("(unprofile add-activation)"); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == profileRemoveActivationCheckBox) + { + if (profileRemoveActivationCheckBox.isSelected()) + guiStringChannel.executeCommand("(profile remove-activation)"); + else + guiStringChannel.executeCommand("(unprofile remove-activation)"); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == watchActivationsCheckBox) + { + if (profileRemoveActivationCheckBox.isSelected()) + guiStringChannel.executeCommand("(watch activations)"); + else + guiStringChannel.executeCommand("(unwatch activations)"); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == watchFactsCheckBox) + { + if (profileRemoveActivationCheckBox.isSelected()) + guiStringChannel.executeCommand("(watch facts)"); + else + guiStringChannel.executeCommand("(unwatch facts)"); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == watchRulesCheckBox) + { + if (profileRemoveActivationCheckBox.isSelected()) + guiStringChannel.executeCommand("(watch rules)"); + else + guiStringChannel.executeCommand("(unwatch rules)"); + } + } + } + } + } + } + } + } + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/FactEditor.cs b/trunk/Creshendo/FactEditor.cs new file mode 100644 index 0000000..5b89448 --- /dev/null +++ b/trunk/Creshendo/FactEditor.cs @@ -0,0 +1,622 @@ +namespace org.jamocha.gui.editor +{ + using System; + using Collection = java.util.Collection; + using HashMap = java.util.HashMap; + using Iterator = java.util.Iterator; + using Map = java.util.Map; + using BorderFactory = javax.swing.BorderFactory; + using BoxLayout = javax.swing.BoxLayout; + using DefaultListModel = javax.swing.DefaultListModel; + using JButton = javax.swing.JButton; + using JComboBox = javax.swing.JComboBox; + using JComponent = javax.swing.JComponent; + using JLabel = javax.swing.JLabel; + using JList = javax.swing.JList; + using JMenuItem = javax.swing.JMenuItem; + using JOptionPane = javax.swing.JOptionPane; + using JPanel = javax.swing.JPanel; + using JPopupMenu = javax.swing.JPopupMenu; + using JScrollPane = javax.swing.JScrollPane; + using JTextArea = javax.swing.JTextArea; + using JTextField = javax.swing.JTextField; + using ListSelectionModel = javax.swing.ListSelectionModel; + using SwingConstants = javax.swing.SwingConstants; + using ListSelectionEvent = javax.swing.event.ListSelectionEvent; + using ListSelectionListener = javax.swing.event.ListSelectionListener; + using PopupMenuEvent = javax.swing.event.PopupMenuEvent; + using PopupMenuListener = javax.swing.event.PopupMenuListener; + using IconLoader = org.jamocha.gui.icons.IconLoader; + using MessageEvent = org.jamocha.messagerouter.MessageEvent; + using StringChannel = org.jamocha.messagerouter.StringChannel; + using Constants = org.jamocha.rete.Constants; + using Function = org.jamocha.rete.Function; + using Module = org.jamocha.rete.Module; + using MultiSlot = org.jamocha.rete.MultiSlot; + using Rete = org.jamocha.rete.Rete; + using Slot = org.jamocha.rete.Slot; + using Template = org.jamocha.rete.Template; + + public class FactEditor:AbstractJamochaEditor, ListSelectionListener + { + private void InitBlock() + { + dumpAreaTemplate = new JTextArea(); + dumpAreaFact = new JTextArea(); + moduleListModel = new DefaultListModel(); + templateListModel = new DefaultListModel(); + factComponents = new HashMap(); + } + virtual public StringChannel StringChannel + { + set + { + this.channel = value; + } + + } + + private const long serialVersionUID = 6037731034903564707L; + + private int step = 0; + + private JPanel contentPanel; + + private JButton cancelButton; + + private JButton assertButton; + + private JButton backButton; + + private JButton nextButton; + + private JButton reloadButtondumpAreaFact; + + private JList moduleList; + + private JList templateList; + + //UPGRADE_NOTE: The initialization of 'dumpAreaTemplate' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private JTextArea dumpAreaTemplate; + + //UPGRADE_NOTE: The initialization of 'dumpAreaFact' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private JTextArea dumpAreaFact; + + //UPGRADE_NOTE: The initialization of 'moduleListModel' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private DefaultListModel moduleListModel; + + //UPGRADE_NOTE: The initialization of 'templateListModel' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private DefaultListModel templateListModel; + + private StringChannel channel; + + //UPGRADE_NOTE: The initialization of 'factComponents' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private Map factComponents; + + public FactEditor(Rete engine):base(engine) + { + InitBlock(); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + setLayout(new BorderLayout()); + setTitle("Assert new Fact"); + //UPGRADE_ISSUE: Constructor 'java.awt.CardLayout.CardLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtCardLayout"' + contentPanel = new JPanel(new CardLayout()); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(contentPanel, BorderLayout.CENTER); + cancelButton = new JButton("Cancel", IconLoader.getImageIcon("cancel")); + cancelButton.addActionListener(this); + assertButton = new JButton("Assert Fact", IconLoader.getImageIcon("database_add")); + assertButton.addActionListener(this); + assertButton.setVisible(false); + backButton = new JButton("Back", IconLoader.getImageIcon("resultset_previous")); + backButton.addActionListener(this); + backButton.setVisible(false); + nextButton = new JButton("Next", IconLoader.getImageIcon("resultset_next")); + nextButton.setHorizontalTextPosition(SwingConstants.LEFT); + nextButton.addActionListener(this); + JPanel buttonPanel = new JPanel(); + //UPGRADE_ISSUE: Constructor 'java.awt.FlowLayout.FlowLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + //UPGRADE_ISSUE: Field 'java.awt.FlowLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + buttonPanel.setLayout(new FlowLayout(FlowLayout.CENTER, 5, 1)); + buttonPanel.add(cancelButton); + buttonPanel.add(backButton); + buttonPanel.add(nextButton); + buttonPanel.add(assertButton); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000"' + add(buttonPanel, BorderLayout.PAGE_END); + + dumpAreaTemplate.setEditable(false); + //UPGRADE_NOTE: If the given Font Name does not exist, a default Font instance is created. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1075"' + //UPGRADE_TODO: Method 'java.awt.Font.Plain' was converted to 'System.Drawing.FontStyle.Regular' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaawtFontPLAIN_f"' + dumpAreaTemplate.setFont(new System.Drawing.Font("Courier", 12, (System.Drawing.FontStyle) System.Drawing.FontStyle.Regular)); + dumpAreaTemplate.setRows(5); + dumpAreaFact.setEditable(false); + //UPGRADE_NOTE: If the given Font Name does not exist, a default Font instance is created. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1075"' + //UPGRADE_TODO: Method 'java.awt.Font.Plain' was converted to 'System.Drawing.FontStyle.Regular' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaawtFontPLAIN_f"' + dumpAreaFact.setFont(new System.Drawing.Font("Courier", 12, (System.Drawing.FontStyle) System.Drawing.FontStyle.Regular)); + dumpAreaFact.setRows(5); + } + + + public override void init() + { + // initialize the Panels + initPreselectionPanel(); + initFactEditPanel(); + + showCurrentStep(); + setVisible(true); + } + + private void initPreselectionPanel() + { + //UPGRADE_ISSUE: Class 'java.awt.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + //UPGRADE_ISSUE: Constructor 'java.awt.GridBagLayout.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + GridBagLayout gridbag = new GridBagLayout(); + //UPGRADE_ISSUE: Class 'java.awt.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Constructor 'java.awt.GridBagConstraints.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + GridBagConstraints c = new GridBagConstraints(); + JPanel preselectionPanel = new JPanel(gridbag); + preselectionPanel.setBorder(BorderFactory.createTitledBorder("Module and Template Selection")); + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.fill' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.BOTH' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.fill = GridBagConstraints.BOTH; + moduleList = new JList(moduleListModel); + moduleList.setSelectionMode(ListSelectionModel.SINGLE_SELECTION); + moduleList.SelectionModel.addListSelectionListener(this); + Collection modules = engine.WorkingMemory.Modules; + Iterator itr = modules.iterator(); + while (itr.hasNext()) + { + Module mod = (Module) itr.next(); + moduleListModel.addElement(mod.ModuleName); + } + JPanel modulePanel = new JPanel(); + modulePanel.setLayout(new BoxLayout(modulePanel, BoxLayout.Y_AXIS)); + modulePanel.add(new JLabel("Select a Module:")); + modulePanel.add(new JScrollPane(moduleList)); + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.weightx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.weightx = 0.5; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridy' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridx = c.gridy = 0; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.weighty' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.weighty = 1.0; + // c.gridwidth = GridBagConstraints.RELATIVE; + gridbag.setConstraints(modulePanel, c); + preselectionPanel.add(modulePanel); + templateList = new JList(templateListModel); + templateList.setSelectionMode(ListSelectionModel.SINGLE_SELECTION); + templateList.SelectionModel.addListSelectionListener(this); + initTemplateList(); + JPanel templatePanel = new JPanel(); + templatePanel.setLayout(new BoxLayout(templatePanel, BoxLayout.Y_AXIS)); + templatePanel.add(new JLabel("Select a Template:")); + templatePanel.add(new JScrollPane(templateList)); + // c.gridwidth = GridBagConstraints.REMAINDER; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridx = 1; + gridbag.setConstraints(templatePanel, c); + preselectionPanel.add(templatePanel); + JPanel dumpAreaPanel = new JPanel(); + dumpAreaPanel.setLayout(new BoxLayout(dumpAreaPanel, BoxLayout.Y_AXIS)); + dumpAreaPanel.add(new JLabel("Template Definition:")); + dumpAreaPanel.add(new JScrollPane(dumpAreaTemplate)); + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.weightx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.weightx = 0.0; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridwidth' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridwidth = 2; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridy' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridy = 1; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridx = 0; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.fill' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.BOTH' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.fill = GridBagConstraints.BOTH; + gridbag.setConstraints(dumpAreaPanel, c); + preselectionPanel.add(dumpAreaPanel); + contentPanel.add(preselectionPanel, "preselection"); + } + + private void initTemplateList() + { + templateListModel.clear(); + Module module = engine.WorkingMemory.findModule(System.String.valueOf(moduleList.SelectedValue)); + if (module != null) + { + Collection templates = module.Templates; + Iterator itr = templates.iterator(); + while (itr.hasNext()) + { + System.Object obj = itr.next(); + Template tmp = (Template) obj; + if (!module.ModuleName.Equals("MAIN") || !tmp.Name.Equals("_initialFact")) + { + templateListModel.addElement(tmp.Name); + } + } + } + } + + private void initFactEditPanel() + { + factComponents.clear(); + //UPGRADE_ISSUE: Class 'java.awt.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + //UPGRADE_ISSUE: Constructor 'java.awt.GridBagLayout.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + GridBagLayout gridbag = new GridBagLayout(); + //UPGRADE_ISSUE: Class 'java.awt.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Constructor 'java.awt.GridBagConstraints.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + GridBagConstraints c = new GridBagConstraints(); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + JPanel factEditPanel = new JPanel(new BorderLayout()); + JPanel innerPanel = new JPanel(gridbag); + factEditPanel.setBorder(BorderFactory.createTitledBorder("Set the Slots for the Fact")); + if (templateList.SelectedIndex > - 1) + { + Module module = engine.WorkingMemory.findModule(System.String.valueOf(moduleList.SelectedValue)); + + Template tmp = module.getTemplate(System.String.valueOf(templateList.SelectedValue)); + + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.weightx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.weightx = 1.0; + Slot[] slots = tmp.AllSlots; + for (int i = 0; i < slots.Length; ++i) + { + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridx = 0; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridy' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridy = i; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.fill' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.VERTICAL' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.fill = GridBagConstraints.VERTICAL; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.anchor' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.EAST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.anchor = GridBagConstraints.EAST; + JLabel label = new JLabel(slots[i].Name + ": "); + gridbag.setConstraints(label, c); + innerPanel.add(label); + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridx = 1; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.fill' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.BOTH' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.fill = GridBagConstraints.BOTH; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.anchor' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.anchor = GridBagConstraints.WEST; + if (slots[i] is MultiSlot) + { + MultiSlotEditor multislotEditor = new MultiSlotEditor(this); + JScrollPane scrollPane = new JScrollPane(multislotEditor.List); + gridbag.setConstraints(scrollPane, c); + innerPanel.add(scrollPane); + factComponents.put(slots[i], multislotEditor.List); + } + else if (slots[i].ValueType == Constants.FACT_TYPE) + { + // TODO Fact-Selector + + JComboBox factBox = new JComboBox(); + factComponents.put(slots[i], factBox); + } + else + { + JTextField textField = new JTextField(); + gridbag.setConstraints(textField, c); + innerPanel.add(textField); + factComponents.put(slots[i], textField); + } + } + } + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + factEditPanel.add(new JScrollPane(innerPanel), BorderLayout.CENTER); + JPanel dumpAreaPanel = new JPanel(); + dumpAreaPanel.setLayout(new BoxLayout(dumpAreaPanel, BoxLayout.Y_AXIS)); + dumpAreaPanel.add(new JLabel("Fact Preview:")); + dumpAreaPanel.add(new JScrollPane(dumpAreaFact)); + reloadButtondumpAreaFact = new JButton("Reload Fact Preview", IconLoader.getImageIcon("arrow_refresh")); + reloadButtondumpAreaFact.addActionListener(this); + dumpAreaPanel.add(reloadButtondumpAreaFact); + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.weightx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.weightx = 0.0; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridwidth' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridwidth = 2; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridy' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridy = 1; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridx = 0; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.fill' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.BOTH' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.fill = GridBagConstraints.BOTH; + gridbag.setConstraints(dumpAreaPanel, c); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.SOUTH' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + factEditPanel.add(dumpAreaPanel, BorderLayout.SOUTH); + contentPanel.add("factEdit", factEditPanel); + } + + private void showCurrentStep() + { + switch (step) + { + + case 0: + //UPGRADE_ISSUE: Class 'java.awt.CardLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtCardLayout"' + ((CardLayout) contentPanel.Layout).show(contentPanel, "preselection"); + if (templateList.SelectedIndex > - 1) + { + nextButton.setEnabled(true); + } + else + { + nextButton.setEnabled(false); + } + nextButton.setVisible(true); + backButton.setVisible(false); + assertButton.setVisible(false); + nextButton.requestFocus(); + break; + + case 1: + initFactEditPanel(); + //UPGRADE_ISSUE: Class 'java.awt.CardLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtCardLayout"' + ((CardLayout) contentPanel.Layout).show(contentPanel, "factEdit"); + nextButton.setVisible(false); + backButton.setVisible(true); + assertButton.setVisible(true); + assertButton.requestFocus(); + break; + } + } + + public virtual void actionPerformed(System.Object event_sender, System.EventArgs event_Renamed) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == assertButton) + { + channel.executeCommand(getCurrentFactAssertionString(false)); + JOptionPane.showMessageDialog(this, "Assertion done.\nPlease check the log for Messages."); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == backButton) + { + if (step > 0) + { + step--; + showCurrentStep(); + } + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == nextButton) + { + if (step < 1) + { + step++; + showCurrentStep(); + } + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == cancelButton) + { + close(); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == reloadButtondumpAreaFact) + { + dumpAreaFact.setText(getCurrentFactAssertionString(true)); + } + } + } + } + } + } + + public virtual void valueChanged(ListSelectionEvent event_Renamed) + { + if (event_Renamed.Source == moduleList.SelectionModel) + { + initTemplateList(); + } + else if (event_Renamed.Source == templateList.SelectionModel) + { + if (templateList.SelectedIndex > - 1) + { + nextButton.setEnabled(true); + Module module = engine.WorkingMemory.findModule(System.String.valueOf(moduleList.SelectedValue)); + Template tmp = module.getTemplate(System.String.valueOf(templateList.SelectedValue)); + + dumpAreaTemplate.setText("(deftemplate " + tmp.Name + "\n"); + Slot[] slots = tmp.AllSlots; + for (int idx = 0; idx < slots.Length; idx++) + { + Slot slot = slots[idx]; + dumpAreaTemplate.append(" ("); + if (slot is MultiSlot) + { + dumpAreaTemplate.append("multislot"); + } + else + { + dumpAreaTemplate.append("slot"); + } + dumpAreaTemplate.append(" " + slot.Name + ")\n"); + } + dumpAreaTemplate.append(")"); + } + else + { + nextButton.setEnabled(false); + } + } + } + + private System.String getCurrentFactAssertionString(bool print) + { + Module module = engine.WorkingMemory.findModule(System.String.valueOf(moduleList.SelectedValue)); + Template tmp = module.getTemplate(System.String.valueOf(templateList.SelectedValue)); + System.Text.StringBuilder res = new System.Text.StringBuilder("(assert (" + tmp.Name); + JComponent currComponent; + Iterator kitr = factComponents.keySet().iterator(); + while (kitr.hasNext()) + { + Slot slot = (Slot) kitr.next(); + currComponent = (JComponent) factComponents.get(slot); + if (print) + res.Append("\n\t"); + res.Append("(" + slot.Name + " "); + if (slot is MultiSlot) + { + System.Object[] values = ((DefaultListModel) ((JList) currComponent).Model).toArray(); + for (int i = 0; i < values.Length; ++i) + { + if (i > 0) + res.Append(" "); + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + res.Append("\"" + values[i].ToString() + "\""); + } + } + else if (slot.ValueType == Constants.FACT_TYPE) + { + // TODO Fact-Selector + } + else + { + res.Append("\"" + ((JTextField) currComponent).Text + "\""); + } + res.Append(")"); + } + if (print) + res.Append("\n"); + res.Append("))"); + return res.ToString(); + } + + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'MultiSlotEditor' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private sealed class MultiSlotEditor : PopupMenuListener + { + private void InitBlock(FactEditor enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + listModel = new DefaultListModel(); + } + private FactEditor enclosingInstance; + private JList List + { + get + { + return list; + } + + } + public FactEditor Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + private JList list; + + //UPGRADE_NOTE: The initialization of 'listModel' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private DefaultListModel listModel; + + private JPopupMenu popupMenu; + + private JMenuItem addMenuItem; + + private JMenuItem editMenuItem; + + private JMenuItem deleteMenuItem; + + private MultiSlotEditor(FactEditor enclosingInstance) + { + InitBlock(enclosingInstance); + popupMenu = new JPopupMenu(); + addMenuItem = new JMenuItem("add value", IconLoader.getImageIcon("add")); + addMenuItem.addActionListener(this); + editMenuItem = new JMenuItem("edit value", IconLoader.getImageIcon("pencil")); + editMenuItem.addActionListener(this); + deleteMenuItem = new JMenuItem("remove value", IconLoader.getImageIcon("delete")); + deleteMenuItem.addActionListener(this); + popupMenu.add(addMenuItem); + popupMenu.add(editMenuItem); + popupMenu.add(deleteMenuItem); + popupMenu.addPopupMenuListener(this); + list = new JList(listModel); + list.setVisibleRowCount(4); + //list.setComponentPopupMenu(popupMenu); + } + + + public virtual void actionPerformed(System.Object event_sender, System.EventArgs event_Renamed) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == addMenuItem) + { + System.String value_Renamed = JOptionPane.showInputDialog("Enter the value:"); + listModel.addElement(value_Renamed); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == editMenuItem) + { + System.String value_Renamed = JOptionPane.showInputDialog("Enter the value:", list.SelectedValue); + listModel.set(list.SelectedIndex, value_Renamed); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == deleteMenuItem) + { + int[] indices = list.SelectedIndices; + // run backwards to delete the right indices + for (int i = indices.Length - 1; i >= 0; --i) + { + listModel.remove(indices[i]); + } + } + } + } + } + + public void popupMenuCanceled(PopupMenuEvent arg0) + { + + } + + public void popupMenuWillBecomeInvisible(PopupMenuEvent arg0) + { + + } + + public void popupMenuWillBecomeVisible(PopupMenuEvent arg0) + { + addMenuItem.setVisible(true); + if (list.SelectedIndices.length > 1) + { + editMenuItem.setVisible(false); + deleteMenuItem.setVisible(true); + } + else if (list.SelectedIndices.length == 1) + { + editMenuItem.setVisible(true); + deleteMenuItem.setVisible(true); + } + else + { + editMenuItem.setVisible(false); + deleteMenuItem.setVisible(false); + } + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/FactsPanel.cs b/trunk/Creshendo/FactsPanel.cs new file mode 100644 index 0000000..17887ab --- /dev/null +++ b/trunk/Creshendo/FactsPanel.cs @@ -0,0 +1,361 @@ +/// Copyright 2007 Karl-Heinz Krempels, Alexander Wilden +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://jamocha.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace org.jamocha.gui.tab +{ + using System; + using ArrayList = java.util.ArrayList; + using Collections = java.util.Collections; + using List = java.util.List; + using JButton = javax.swing.JButton; + using JMenuItem = javax.swing.JMenuItem; + using JPanel = javax.swing.JPanel; + using JPopupMenu = javax.swing.JPopupMenu; + using JScrollPane = javax.swing.JScrollPane; + using JSplitPane = javax.swing.JSplitPane; + using JTable = javax.swing.JTable; + using JTextArea = javax.swing.JTextArea; + using ListSelectionEvent = javax.swing.event.ListSelectionEvent; + using ListSelectionListener = javax.swing.event.ListSelectionListener; + using AbstractTableModel = javax.swing.table.AbstractTableModel; + using JamochaGui = org.jamocha.gui.JamochaGui; + using TableMap = org.jamocha.gui.TableMap; + using TableSorter = org.jamocha.gui.TableSorter; + using FactEditor = org.jamocha.gui.editor.FactEditor; + using IconLoader = org.jamocha.gui.icons.IconLoader; + using Constants = org.jamocha.rete.Constants; + using Fact = org.jamocha.rete.Fact; + using MultiSlot = org.jamocha.rete.MultiSlot; + using Slot = org.jamocha.rete.Slot; + using RetractException = org.jamocha.rete.exception.RetractException; + /// This Panel shows all facts currently in the Jamocha engine. You can assert + /// new facts or retract existing ones. + /// + /// + /// Karl-Heinz Krempels + /// + /// Alexander Wilden + /// + /// + public class FactsPanel:AbstractJamochaPanel, ListSelectionListener + { + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassMouseAdapter' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassMouseAdapter + { + public AnonymousClassMouseAdapter(FactsPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(FactsPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private FactsPanel enclosingInstance; + public FactsPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + public void mouseReleased(System.Object event_sender, System.Windows.Forms.MouseEventArgs event_Renamed) + { + int[] selCols = Enclosing_Instance.factsTable.SelectedRows; + for (int i = 0; i < selCols.Length; ++i) + { + System.Int64 value_Renamed = (System.Int64) Enclosing_Instance.dataModel.getValueAt(selCols[i], 0); + try + { + Enclosing_Instance.gui.Engine.retractById((long) value_Renamed); + } + catch (System.FormatException e) + { + // ignore it + } + catch (RetractException e) + { + SupportClass.WriteStackTrace(e, Console.Error); + } + } + Enclosing_Instance.initFactsList(); + } + } + + private const long serialVersionUID = - 5732131176258158968L; + + private JSplitPane pane; + + private JTable factsTable; + + private FactsTableModel dataModel; + + private JButton reloadButton; + + private JButton assertButton; + + private JTextArea dumpArea; + + public FactsPanel(JamochaGui gui):base(gui) + { + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + setLayout(new BorderLayout()); + + dataModel = new FactsTableModel(this); + TableSorter sorter = new TableSorter(new TableMap()); + ((TableMap) sorter.Model).setModel(dataModel); + factsTable = new JTable(sorter); + sorter.addMouseListenerToHeaderInTable(factsTable); + + factsTable.setShowHorizontalLines(true); + factsTable.setRowSelectionAllowed(true); + factsTable.TableHeader.setReorderingAllowed(false); + factsTable.TableHeader.setToolTipText("Click to sort ascending. Click while pressing the shift-key down to sort descending"); + factsTable.SelectionModel.addListSelectionListener(this); + dumpArea = new JTextArea(); + dumpArea.setLineWrap(true); + dumpArea.setWrapStyleWord(true); + dumpArea.setEditable(false); + //UPGRADE_NOTE: If the given Font Name does not exist, a default Font instance is created. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1075"' + //UPGRADE_TODO: Method 'java.awt.Font.Plain' was converted to 'System.Drawing.FontStyle.Regular' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaawtFontPLAIN_f"' + dumpArea.setFont(new System.Drawing.Font("Courier", 12, (System.Drawing.FontStyle) System.Drawing.FontStyle.Regular)); + + pane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, new JScrollPane(factsTable), new JScrollPane(dumpArea)); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(pane, BorderLayout.CENTER); + pane.setDividerLocation(gui.Preferences.getInt("facts.dividerlocation", 300)); + reloadButton = new JButton("Reload Facts", IconLoader.getImageIcon("database_refresh")); + reloadButton.addActionListener(this); + assertButton = new JButton("Assert Fact", IconLoader.getImageIcon("database_add")); + assertButton.addActionListener(this); + JPanel buttonPanel = new JPanel(); + //UPGRADE_ISSUE: Constructor 'java.awt.FlowLayout.FlowLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + //UPGRADE_ISSUE: Field 'java.awt.FlowLayout.RIGHT' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + buttonPanel.setLayout(new FlowLayout(FlowLayout.RIGHT, 5, 1)); + buttonPanel.add(reloadButton); + buttonPanel.add(assertButton); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000"' + add(buttonPanel, BorderLayout.PAGE_END); + + initPopupMenu(); + } + + private void initFactsList() + { + List facts = gui.Engine.AllFacts; + dataModel.setFacts(facts); + factsTable.ColumnModel.getColumn(0).setPreferredWidth(50); + factsTable.ColumnModel.getColumn(1).setPreferredWidth(factsTable.Width - 50); + } + + private void initPopupMenu() + { + JPopupMenu menu = new JPopupMenu(); + JMenuItem retractItem = new JMenuItem("Retract selected Fact(s)", IconLoader.getImageIcon("database_delete")); + retractItem.addMouseListener(new AnonymousClassMouseAdapter(this)); + menu.add(retractItem); + // factsTable.setComponentPopupMenu(menu); + } + + public override void setFocus() + { + base.setFocus(); + initFactsList(); + } + + public override void close() + { + gui.Preferences.putInt("facts.dividerlocation", pane.DividerLocation); + } + + public override void settingsChanged() + { + + } + + public virtual void actionPerformed(System.Object event_sender, System.EventArgs event_Renamed) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender.equals(reloadButton)) + { + initFactsList(); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender.equals(assertButton)) + { + FactEditor editor = new FactEditor(gui.Engine); + editor.setStringChannel(gui.StringChannel); + editor.init(); + } + } + } + + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'FactsTableModel' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private sealed class FactsTableModel:AbstractTableModel + { + public FactsTableModel(FactsPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(FactsPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + facts = new ArrayList(); + } + private FactsPanel enclosingInstance; + private List Facts + { + set + { + this.facts = value; + fireTableDataChanged(); + } + + } + public virtual int ColumnCount + { + get + { + return 2; + } + + } + public virtual int RowCount + { + get + { + return facts.size(); + } + + } + public FactsPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + private const long serialVersionUID = 1L; + + //UPGRADE_NOTE: The initialization of 'facts' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List facts; + + + public System.String getColumnName(int column) + { + switch (column) + { + + case 0: + return "ID"; + + case 1: + return "Fact"; + + default: + return null; + + } + } + + + public bool isCellEditable(int row, int col) + { + return false; + } + + public System.Type getColumnClass(int aColumn) + { + if (aColumn == 0) + { + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + return typeof(java.lang.Number); + } + else if (aColumn == 1) + return typeof(System.String); + else + return typeof(System.Type); + } + + + public Fact getRow(int row) + { + return (Fact) facts.get(row); + } + + public System.Object getValueAt(int row, int column) + { + Fact fact = getRow(row); + switch (column) + { + + case 0: + return fact.FactId; + + case 1: + return fact.toFactString(); + } + return null; + } + } + + public virtual void valueChanged(ListSelectionEvent arg0) + { + if (arg0.Source == factsTable.SelectionModel) + { + System.Text.StringBuilder buffer = new System.Text.StringBuilder(); + if (factsTable.SelectedColumnCount == 1 && factsTable.SelectedRow > - 1) + { + Fact fact = dataModel.getRow(factsTable.SelectedRow); + if (fact != null) + { + buffer.Append("f-" + fact.FactId + "(" + fact.Deftemplate.Name); + Slot[] slots = fact.Deftemplate.AllSlots; + for (int idx = 0; idx < slots.Length; idx++) + { + Slot slot = slots[idx]; + buffer.Append("\n (" + slot.Name + " "); + if (slot.ValueType == Constants.ARRAY_TYPE) + { + MultiSlot ms = (MultiSlot) slot; + for (int i = 0; i < ((System.Object[]) ms.Value).Length; ++i) + { + if (i > 0) + buffer.Append(" "); + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + buffer.Append(((System.Object[]) ms.Value)[i].ToString()); + } + } + else + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + System.String value_Renamed = fact.getSlotValue(slot.Id).ToString(); + if (!value_Renamed.Equals("")) + buffer.Append(value_Renamed); + } + buffer.Append(")"); + } + buffer.Append("\n)"); + } + } + dumpArea.setText(buffer.ToString()); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/AnyEqFunction.cs b/trunk/Creshendo/Functions/AnyEqFunction.cs new file mode 100644 index 0000000..6f63744 --- /dev/null +++ b/trunk/Creshendo/Functions/AnyEqFunction.cs @@ -0,0 +1,86 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// Any equal is used to compare a literal value against one or more + /// bindings. If any of the bindings is equal to the constant value, + /// the function returns true. + /// + /// + [Serializable] + public class AnyEqFunction : IFunction + { + public const String ANYEQUAL = "any-eq"; + + /// + /// + public AnyEqFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return ANYEQUAL; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam), typeof (BoundParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector ret = new DefaultReturnVector(); + bool eq = false; + if (params_Renamed != null && params_Renamed.Length > 1) + { + Object constant = params_Renamed[0].getValue(engine, Constants.OBJECT_TYPE); + for (int idx = 1; idx < params_Renamed.Length; idx++) + { + if (constant.Equals(params_Renamed[idx].getValue(engine, Constants.OBJECT_TYPE))) + { + eq = true; + break; + } + } + } + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, eq); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(any-eq ( | )+)\n" + "Function description:\n" + "\tCompares a literal value against one or more" + "bindings. \n\tIf any of the bindings is equal to the constant value," + "\n\tthe function returns true."; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/AssertFunction.cs b/trunk/Creshendo/Functions/AssertFunction.cs new file mode 100644 index 0000000..fe7fc45 --- /dev/null +++ b/trunk/Creshendo/Functions/AssertFunction.cs @@ -0,0 +1,140 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class AssertFunction : IFunction + { + public const String ASSERT = "assert"; + + protected internal IFact[] triggerFacts = null; + + public virtual IFact[] TriggerFacts + { + set { triggerFacts = value; } + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.STRING_TYPE; } + } + + public virtual String Name + { + get { return ASSERT; } + } + + /// The expected parameter is a deffact instance. According to CLIPS + /// beginner guide, assert only takes facts and returns the id of the + /// fact. For objects, there's (assert-object ?binding). + /// + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + String asrt = ""; + if (params_Renamed.Length > 0) + { + Deffact fact = null; + if (params_Renamed[0].Value is Deffact) + { + fact = (Deffact) params_Renamed[0].Value; + } + else + { + Deftemplate tmpl = (Deftemplate) engine.CurrentFocus.getTemplate(params_Renamed[0].StringValue); + if(tmpl == null) + throw new AssertException("Deftemplate named " + params_Renamed[0].StringValue + " was not found."); + + fact = (Deffact) tmpl.createFact((Object[]) params_Renamed[1].Value, - 1); + } + if (fact.hasBinding()) + { + fact.resolveValues(engine, triggerFacts); + fact = fact.cloneFact(); + } + try + { + engine.assertFact(fact); + // if the fact id is still -1, it means it wasn't asserted + // if it was asserted, we return the fact id, otherwise + // we return "false". + if (fact.FactId > 0) + { + asrt = fact.FactId.ToString(); + } + else + { + asrt = "false"; + } + } + catch (AssertException e) + { + // we should log this and output an error + asrt = "false"; + } + } + else + { + asrt = "false"; + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.STRING_TYPE, asrt); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(assert "); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + // the parameter should be a deffact + Deffact fact = (Deffact) params_Renamed[idx].Value; + buf.Append(fact.toPPString()); + } + buf.Append(" )"); + return buf.ToString(); + } + else + { + return "(assert deffact])"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/AssertTemporalFunction.cs b/trunk/Creshendo/Functions/AssertTemporalFunction.cs new file mode 100644 index 0000000..6d6d3b1 --- /dev/null +++ b/trunk/Creshendo/Functions/AssertTemporalFunction.cs @@ -0,0 +1,139 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class AssertTemporalFunction : IFunction + { + public const String ASSERT_TEMPORAL = "assert-temporal"; + + protected internal IFact[] triggerFacts = null; + + public virtual IFact[] TriggerFacts + { + set { triggerFacts = value; } + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.STRING_TYPE; } + } + + public virtual String Name + { + get { return ASSERT_TEMPORAL; } + } + + /// The expected parameter is a deffact instance. According to CLIPS + /// beginner guide, assert only takes facts and returns the id of the + /// fact. For objects, there's (assert-object ?binding). + /// + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + String asrt = ""; + if (params_Renamed.Length > 0) + { + Deffact fact = null; + if (params_Renamed[0].Value is Deffact) + { + fact = (Deffact) params_Renamed[0].Value; + } + else + { + Deftemplate tmpl = (Deftemplate) engine.CurrentFocus.getTemplate(params_Renamed[0].StringValue); + // before we create the fact, we need to Remove the four + // slots for temporal facts + fact = (Deffact) tmpl.createTemporalFact((Object[]) params_Renamed[1].Value, - 1); + } + if (fact.hasBinding()) + { + fact.resolveValues(engine, triggerFacts); + fact = fact.cloneFact(); + } + try + { + engine.assertFact(fact); + // if the fact id is still -1, it means it wasn't asserted + // if it was asserted, we return the fact id, otherwise + // we return "false". + if (fact.FactId > 0) + { + asrt = fact.FactId.ToString(); + } + else + { + asrt = "false"; + } + } + catch (AssertException e) + { + // we should log this and output an error + asrt = "false"; + } + } + else + { + asrt = "false"; + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.STRING_TYPE, asrt); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(assert-temporal "); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + // the parameter should be a deffact + Deffact fact = (Deffact) params_Renamed[idx].Value; + buf.Append(fact.toPPString()); + } + buf.Append(" )"); + return buf.ToString(); + } + else + { + return "(assert-temporal [deffact])"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/BatchFunction.cs b/trunk/Creshendo/Functions/BatchFunction.cs new file mode 100644 index 0000000..819b3ff --- /dev/null +++ b/trunk/Creshendo/Functions/BatchFunction.cs @@ -0,0 +1,188 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.IO; +using System.Net; +using System.Text; +using System.Text.RegularExpressions; +using Creshendo.Util.Parser.Clips2; +using Creshendo.Util.Rete; +using Creshendo.Util.Rule; +//using ParseException=Creshendo.Util.Parser.Clips.ParseException; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// Functional equivalent of (batch file.clp) in CLIPS and JESS. + /// + /// + [Serializable] + public class BatchFunction : IFunction + { + public const String BATCH = "batch"; + + /// + /// + public BatchFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return BATCH; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + /// method will attempt to load one or more files. If batch is called without + /// any parameters, the function does nothing and just returns. + /// + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector rv = new DefaultReturnVector(); + if (params_Renamed != null && params_Renamed.Length > 0) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + try + { + String input = params_Renamed[idx].StringValue; + Stream inStream; + // Check for a protocol indicator at the beginning of the + // String. If we have one use a URL. + if (Regex.IsMatch(input, "^[a-zA-Z]+://.*")) + { + //UPGRADE_TODO: Class 'java.net.URL' was converted to a 'System.Uri' which does not throw an exception if a URL specifies an unknown protocol. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1132"' + Uri url = new Uri(input); + inStream = ((HttpWebRequest) WebRequest.Create(url)).GetResponse().GetResponseStream(); + // Otherwise treat it as normal file on the Filesystem + } + else + { + inStream = new FileStream(new FileInfo(input).FullName, FileMode.Open, FileAccess.Read); + } + parse(engine, inStream, rv); + inStream.Close(); + if (inStream is IDisposable) + { + inStream.Dispose(); + } + } + catch (FileNotFoundException e) + { + // we should report the error + rv.addReturnValue(new DefaultReturnValue(Constants.BOOLEAN_OBJECT, false)); + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + engine.writeMessage(e.Message + Constants.LINEBREAK, Constants.DEFAULT_OUTPUT); + } + catch (IOException e) + { + rv.addReturnValue(new DefaultReturnValue(Constants.BOOLEAN_OBJECT, false)); + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + engine.writeMessage(e.Message + Constants.LINEBREAK, Constants.DEFAULT_OUTPUT); + } + } + } + return rv; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(batch"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" \"" + params_Renamed[idx].StringValue + "\""); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(batch )\n" + "Command description:\n" + "\tLoads and executes the file ."; + } + } + + #endregion + + /// + /// method does the actual work of creating a CLIPSParser and parsing + /// the file. + /// + /// The engine. + /// The ins. + /// The rv. + public virtual void parse(Rete engine, Stream ins, DefaultReturnVector rv) + { + try + { + CLIPSParser parser = new CLIPSParser(engine, ins); + Object expr = null; + while ((expr = parser.basicExpr()) != null) + { + if (expr is Defrule) + { + Defrule rl = (Defrule) expr; + engine.RuleCompiler.addRule(rl); + } + else if (expr is Deftemplate) + { + Deftemplate dft = (Deftemplate) expr; + engine.CurrentFocus.addTemplate(dft, engine, engine.WorkingMemory); + } + else if (expr is IFunction) + { + IFunction fnc = (IFunction) expr; + fnc.executeFunction(engine, null); + } + } + if (rv != null) + { + rv.addReturnValue(new DefaultReturnValue(Constants.BOOLEAN_OBJECT, true)); + } + } + catch (ParseException e) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + engine.writeMessage(e.Message + Constants.LINEBREAK, Constants.DEFAULT_OUTPUT); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/BindFunction.cs b/trunk/Creshendo/Functions/BindFunction.cs new file mode 100644 index 0000000..841614e --- /dev/null +++ b/trunk/Creshendo/Functions/BindFunction.cs @@ -0,0 +1,122 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// BindFunction is responsible for calling the appropriate method in Rete to + /// create the defglobal. + /// + /// + [Serializable] + public class BindFunction : IFunction + { + public const String BIND = "bind"; + + /// + /// + public BindFunction() + { + } + + #region Function Members + + /// the return type is Boolean. If the function was successful, it returns + /// true. Otherwise it returns false. + /// + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return BIND; } + } + + /// The function takes 2 parameters. The first is the name of the variable + /// and the second is some value. At the moment, the function does not hand + /// + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam), typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool bound = false; + if (params_Renamed.Length == 2) + { + String name = params_Renamed[0].StringValue; + Object val = null; + if (params_Renamed[1] is ValueParam) + { + val = params_Renamed[1].Value; + } + else if (params_Renamed[1] is FunctionParam2) + { + FunctionParam2 fp2 = (FunctionParam2) params_Renamed[1]; + fp2.Engine = engine; + fp2.lookUpFunction(); + DefaultReturnVector drv = (DefaultReturnVector) fp2.Value; + val = drv.firstReturnValue().Value; + } + engine.setBindingValue(name, val); + bound = true; + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, bound); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(bind ?" + params_Renamed[0].StringValue); + for (int idx = 1; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else if (params_Renamed[idx] is FunctionParam2) + { + FunctionParam2 fp2 = (FunctionParam2) params_Renamed[idx]; + buf.Append(" " + fp2.toPPString()); + } + } + buf.Append(" )"); + return buf.ToString(); + } + else + { + return "(bind ? )\n" + "Function description:\n" + "\tBinds the value of the argument to the \n" + "\tvariable ."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/BooleanFunctions.cs b/trunk/Creshendo/Functions/BooleanFunctions.cs new file mode 100644 index 0000000..b2f648d --- /dev/null +++ b/trunk/Creshendo/Functions/BooleanFunctions.cs @@ -0,0 +1,78 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util; +using Creshendo.Util.Rete; +//using List=Creshendo.Util.List; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// RuleEngineFunction is responsible for loading all the rule functions + /// related to engine operation. + /// + /// + [Serializable] + public class BooleanFunctions : IFunctionGroup + { + //UPGRADE_NOTE: The initialization of 'funcs' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List funcs; + + public BooleanFunctions() + { + InitBlock(); + } + + #region FunctionGroup Members + + public virtual String Name + { + get { return "Boolean functions"; } + } + + + public virtual void loadFunctions(Rete engine) + { + NotFunction not = new NotFunction(); + engine.declareFunction(not); + funcs.Add(not); + + TrueFunction trueFunc = new TrueFunction(); + engine.declareFunction(trueFunc); + funcs.Add(trueFunc); + + FalseFunction falseFunc = new FalseFunction(); + engine.declareFunction(falseFunc); + funcs.Add(falseFunc); + } + + public virtual IList listFunctions() + { + return funcs; + } + + #endregion + + private void InitBlock() + { + funcs = new List(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/ClassnameResolver.cs b/trunk/Creshendo/Functions/ClassnameResolver.cs new file mode 100644 index 0000000..6e6737b --- /dev/null +++ b/trunk/Creshendo/Functions/ClassnameResolver.cs @@ -0,0 +1,120 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + //using Matcher = java.util.regex.Matcher; + //using Pattern = java.util.regex.Pattern; + + public class ClassnameResolver + { + //UPGRADE_NOTE: The initialization of 'classes' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List classes; + + //UPGRADE_NOTE: Final was removed from the declaration of 'classnamePattern '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + //UPGRADE_NOTE: The initialization of 'classnamePattern' was moved to static method 'org.jamocha.rete.functions.ClassnameResolver'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + //private static readonly Pattern classnamePattern; + + //UPGRADE_NOTE: Final was removed from the declaration of 'packagePattern '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + //UPGRADE_NOTE: The initialization of 'packagePattern' was moved to static method 'org.jamocha.rete.functions.ClassnameResolver'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + //private static readonly Pattern packagePattern; + + private Rete engine; + private List packages; + + static ClassnameResolver() + { + //classnamePattern = Pattern.compile("([\\w_][\\w_\\d]*\\.)*([\\w_][\\w_\\d]*)"); + //packagePattern = Pattern.compile("([\\w_][\\w_\\d]*\\.)+\\*"); + } + + public ClassnameResolver(Rete engine) + { + InitBlock(); + packages.Add("java.lang.*"); + } + + private void InitBlock() + { + packages = new List(); + classes = new List(); + } + + public virtual void addImport(String s) + { + //if (classnamePattern.matcher(s).matches()) + //{ + // classes.Add(s); + //} + //else if (packagePattern.matcher(s).matches()) + //{ + // packages.Add(s); + //} + //else + //{ + // //UPGRADE_NOTE: Exception 'java.lang.ClassNotFoundException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + // throw new System.Exception("The import \"" + s + "\" is neither a valid class nor package name."); + //} + } + + public virtual Type resolveClass(String name) + { + return null; + //if (!isValidClassname(name)) + //{ + // //UPGRADE_NOTE: Exception 'java.lang.ClassNotFoundException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + // throw new System.Exception("\"" + name + "\" is not a valid class name."); + //} + //org.jamocha.rete.util.IList possibleNames = new org.jamocha.rete.util.List(); + //possibleNames.Add(name); + //if (!isQualifiedClassname(name)) + //{ + // for (int idx = 0; idx < classes.Count(); idx++) + // { + // System.String className = (System.String) classes.Get(idx); + // Matcher matcher = classnamePattern.matcher(className); + // if (matcher.group(2).Equals(name)) + // { + // possibleNames.Add(className); + // } + // } + // for (int idx = 0; idx < packages.Count(); idx++) + // { + // System.String packageName = (System.String) packages.Get(idx); + // possibleNames.Add(packageName.Replace("*", name)); + // } + //} + //for (int idx = 0; idx < possibleNames.Count(); idx++) + //{ + // System.String possibleClassName = (System.String) possibleNames.Get(idx); + // //UPGRADE_NOTE: Exception 'java.lang.ClassNotFoundException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + // try + // { + // //UPGRADE_TODO: Format of parameters of method 'java.lang.Class.forName' are different in the equivalent in .NET. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1092"' + // return System.Type.GetType(possibleClassName); + // } + // catch (System.Exception e) + // { + // /* just try the Current name */ + // } + //} + ////UPGRADE_NOTE: Exception 'java.lang.ClassNotFoundException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + //throw new System.Exception("Class \"" + name + "\" could ot be found."); + } + + public virtual bool isValidClassname(String s) + { + //Matcher matcher = classnamePattern.matcher(s); + //return matcher.matches(); + return false; + } + + public virtual bool isQualifiedClassname(String s) + { + return isValidClassname(s) && (s.IndexOf(".") > - 1); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/ClearFunction.cs b/trunk/Creshendo/Functions/ClearFunction.cs new file mode 100644 index 0000000..8205ef0 --- /dev/null +++ b/trunk/Creshendo/Functions/ClearFunction.cs @@ -0,0 +1,103 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// ClearFunction will call Rete.Clear() + /// + /// + [Serializable] + public class ClearFunction : IFunction + { + public const String CLEAR = "Clear"; + + /// + /// + public ClearFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return CLEAR; } + } + + /// The function does not take any parameters + /// + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector ret = new DefaultReturnVector(); + if (params_Renamed != null && params_Renamed.Length == 1) + { + if (params_Renamed[0].StringValue.Equals("objects")) + { + engine.clearObjects(); + } + else if (params_Renamed[0].StringValue.Equals("deffacts")) + { + engine.clearFacts(); + } + } + else + { + engine.clearAll(); + } + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, true); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (indents > 0) + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < indents; idx++) + { + buf.Append(" "); + } + buf.Append("(Clear)"); + return buf.ToString(); + } + else + { + return "(Clear [objects | deffacts])\n" + "Function description:\n" + "\tRemoves all the facts from memory and resets the fact index\n" + "\tif no argument is provided.\n" + "\tThe argument \"objects\" removes all the facts and\n" + "\tthe argument \"deffacts\" clears all the defined facts.\n"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Const.cs b/trunk/Creshendo/Functions/Const.cs new file mode 100644 index 0000000..744fbf2 --- /dev/null +++ b/trunk/Creshendo/Functions/Const.cs @@ -0,0 +1,84 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Nikolaus Koemm + /// * + /// + /// + [Serializable] + public class Const : IFunction + { + public const String CONST = "const"; + + /// + /// + public Const() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return CONST; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam), typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + double eq = 0; + if (params_Renamed[0] != null) + { + String val = params_Renamed[0].StringValue; + if (val.CompareTo("pi") == 0) + { + eq = System.Math.PI; + } + else if (val.CompareTo("e") == 0) + { + eq = System.Math.E; + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, eq); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(const e|pi)\n" + "Function description:\n" + "\te return the value of the Euler constant,\n" + "\tpi returns the value of Pi."; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/DefclassFunction.cs b/trunk/Creshendo/Functions/DefclassFunction.cs new file mode 100644 index 0000000..1ca9f28 --- /dev/null +++ b/trunk/Creshendo/Functions/DefclassFunction.cs @@ -0,0 +1,115 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// + /// + [Serializable] + public class DefclassFunction : IFunction + { + public const String DEFCLASS = "defclass"; + + public DefclassFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return DEFCLASS; } + } + + /// defclass function expects 3 parameters. (defclass classname, + /// templatename, parenttemplate) parent template name is optional. + /// + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam), typeof (ValueParam), typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool def = true; + if (params_Renamed.Length >= 0) + { + String clazz = params_Renamed[0].StringValue; + String template = null; + if (params_Renamed[1] != null) + { + template = params_Renamed[1].StringValue; + } + String parent = null; + if (params_Renamed.Length == 3) + { + parent = params_Renamed[2].StringValue; + } + //UPGRADE_NOTE: Exception 'java.lang.ClassNotFoundException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + try + { + engine.declareObject(clazz, template, parent); + } + catch (Exception e) + { + def = false; + } + } + else + { + def = false; + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, def); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(defclass"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(defclass [new classname] [template] [parent template])"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/DeffunctionFunction.cs b/trunk/Creshendo/Functions/DeffunctionFunction.cs new file mode 100644 index 0000000..56e7c8f --- /dev/null +++ b/trunk/Creshendo/Functions/DeffunctionFunction.cs @@ -0,0 +1,130 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using Creshendo.Util; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// DeffunctionFunction is used for functions that are declared in the + /// shell. It is different than a function written in java. + /// Deffunction run interpreted and are mapped to existing + /// functions. + /// + /// + /// Peter Lin + /// + /// + public class DeffunctionFunction : IFunction + { + protected internal Type[] functionParams = null; + protected internal IList functions = null; + protected internal String name = null; + protected internal IParameter[] parameters = null; + protected internal String ppString = null; + protected internal int returnType; + + /// + /// + public DeffunctionFunction() + { + } + + public virtual String PPString + { + set { ppString = value; } + } + + public virtual IList Function + { + get { return functions; } + + set { functions = value; } + } + + public virtual IParameter[] Parameters + { + get { return parameters; } + + set { parameters = value; } + } + + #region Function Members + + public virtual String Name + { + get { return name; } + + set { name = value; } + } + + public virtual Type[] Parameter + { + get { return functionParams; } + } + + public virtual int ReturnType + { + get { return returnType; } + } + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector ret = new DefaultReturnVector(); + bool add = false; + if (engine.findFunction(name) == null) + { + // first we Get the actual function from the shell function + IFunction[] functions = new IFunction[this.functions.Count]; + IParameter[][] parameters = new IParameter[this.functions.Count][]; + for (int i = 0; i < functions.Length; ++i) + { + ShellFunction sf = (ShellFunction) this.functions[i]; + functions[i] = engine.findFunction(sf.Name); + parameters[i] = sf.Parameters; + } + InterpretedFunction intrfunc = new InterpretedFunction(name, this.parameters, functions, parameters); + intrfunc.configureFunction(engine); + engine.declareFunction(intrfunc); + add = true; + } + + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, add); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return ppString; + } + + #endregion + + public void setParameters(IParameter[] parameters1) + { + throw new NotImplementedException(); + } + + public void setFunction(IList infunc) + { + throw new NotImplementedException(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/DeffunctionGroup.cs b/trunk/Creshendo/Functions/DeffunctionGroup.cs new file mode 100644 index 0000000..08305c3 --- /dev/null +++ b/trunk/Creshendo/Functions/DeffunctionGroup.cs @@ -0,0 +1,83 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util; +using Creshendo.Util.Rete; +//using List=Creshendo.Util.List; + +namespace Creshendo.Functions +{ + /// pete + /// * + /// + /// + public class DeffunctionGroup : IFunctionGroup + { + //UPGRADE_NOTE: The initialization of 'funcs' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private IList funcs; + + /// + /// + public DeffunctionGroup() + { + InitBlock(); + } + + #region FunctionGroup Members + + public virtual String Name + { + get { return typeof (DeffunctionGroup).FullName; } + } + + + /* (non-Javadoc) + * @see org.jamocha.rete.FunctionGroup#listFunctions() + */ + + public virtual IList listFunctions() + { + return funcs; + } + + /// At engine initialization time, the function group doesn't + /// have any functions. + /// + public virtual void loadFunctions(Rete engine) + { + } + + #endregion + + private void InitBlock() + { + funcs = new List(); + } + + /// Add a function to the group + /// + /// f + /// + /// + public virtual void addFunction(IFunction f) + { + funcs.Add(f); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/DefglobalFunction.cs b/trunk/Creshendo/Functions/DefglobalFunction.cs new file mode 100644 index 0000000..3eca014 --- /dev/null +++ b/trunk/Creshendo/Functions/DefglobalFunction.cs @@ -0,0 +1,101 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class DefglobalFunction : IFunction + { + /// + /// + public DefglobalFunction() + { + // TODO Auto-generated constructor stub + } + + #region Function Members + + public virtual int ReturnType + { + /* (non-Javadoc) + * @see woolfel.engine.rete.Function#getReturnType() + */ + + get + { + // TODO Auto-generated method stub + return 0; + } + } + + public virtual String Name + { + /* (non-Javadoc) + * @see woolfel.engine.rete.Function#getName() + */ + + get + { + // TODO Auto-generated method stub + return null; + } + } + + public virtual Type[] Parameter + { + /* (non-Javadoc) + * @see woolfel.engine.rete.Function#getParameter() + */ + + get + { + // TODO Auto-generated method stub + return null; + } + } + + + /* (non-Javadoc) + * @see woolfel.engine.rete.Function#executeFunction(woolfel.engine.Creshendo.Util.Rete.Rete, woolfel.engine.rete.Parameter[]) + */ + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + // TODO Auto-generated method stub + return null; + } + + + /* (non-Javadoc) + * @see woolfel.engine.rete.Function#toPPString(woolfel.engine.rete.Parameter[], int) + */ + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + // TODO Auto-generated method stub + return null; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/DefinstanceFunction.cs b/trunk/Creshendo/Functions/DefinstanceFunction.cs new file mode 100644 index 0000000..b486ae5 --- /dev/null +++ b/trunk/Creshendo/Functions/DefinstanceFunction.cs @@ -0,0 +1,106 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// Definstance will assert an object instance using Rete.assert(Object). + /// + /// + [Serializable] + public class DefinstanceFunction : IFunction + { + public const String DEFINSTANCE = "definstance"; + + public DefinstanceFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.STRING_TYPE; } + } + + public virtual String Name + { + get { return DEFINSTANCE; } + } + + /// The function expects a single BoundParam that is an object binding + /// + public virtual Type[] Parameter + { + get { return new Type[] {typeof (BoundParam), typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + String asrt = ""; + if (params_Renamed.Length >= 1 && params_Renamed[0].Value != null) + { + Object obj = params_Renamed[0].Value; + String template = ""; + if (params_Renamed.Length == 2 && params_Renamed[1].StringValue != null) + { + template = params_Renamed[1].StringValue; + } + try + { + engine.assertObject(obj, template, false, true); + asrt = "true"; + } + catch (AssertException e) + { + // we should log this and output an error + asrt = "false"; + } + } + else + { + asrt = "false"; + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.STRING_TYPE, asrt); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + return buf.ToString(); + } + else + { + return "(definstance )"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/DefmoduleFunction.cs b/trunk/Creshendo/Functions/DefmoduleFunction.cs new file mode 100644 index 0000000..fca9fa5 --- /dev/null +++ b/trunk/Creshendo/Functions/DefmoduleFunction.cs @@ -0,0 +1,93 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class DefmoduleFunction : IFunction + { + public const String DEFMODULE = "defmodule"; + + public DefmoduleFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return DEFMODULE; } + } + + /// The expected parameter is a single ValueParam containing a deftemplate + /// instance. The function gets the deftemplate using Parameter.getValue(). + /// + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool add = true; + if (params_Renamed.Length == 1) + { + engine.addModule(params_Renamed[0].StringValue); + engine.writeMessage("true", Constants.DEFAULT_OUTPUT); + } + else + { + add = false; + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, add); + ret.addReturnValue(rv); + DefaultReturnValue rv2 = new DefaultReturnValue(Constants.STRING_TYPE, params_Renamed[0].StringValue); + ret.addReturnValue(rv2); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null) + { + StringBuilder buf = new StringBuilder(); + return buf.ToString(); + } + else + { + return "(defmodule name)"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/DefruleFunction.cs b/trunk/Creshendo/Functions/DefruleFunction.cs new file mode 100644 index 0000000..80cbd56 --- /dev/null +++ b/trunk/Creshendo/Functions/DefruleFunction.cs @@ -0,0 +1,95 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; +using Creshendo.Util.Rule; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class DefruleFunction : IFunction + { + public const String DEFRULE = "defrule"; + + public DefruleFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return DEFRULE; } + } + + /// the input parameter is a single ValueParam containing a Defrule + /// instance. + /// + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool add = true; + if (params_Renamed.Length == 1 && params_Renamed[0].Value is Defrule) + { + Defrule rl = (Defrule) params_Renamed[0].Value; + if (!engine.CurrentFocus.containsRule(rl)) + { + add = engine.RuleCompiler.addRule(rl); + } + } + else + { + add = false; + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, add); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null) + { + StringBuilder buf = new StringBuilder(); + return buf.ToString(); + } + else + { + return "(defrule (declare (properties)+?) (CE)+ => ([function]))" + "" + "(defrule \"optional_comment\" " + " (pattern_1) ; Left-Hand Side (LHS)" + " (pattern_2) ; of the rule consisting of elements" + " ... ; before the \"=>\"" + " ... " + " ... " + " (pattern_N)" + " =>" + " (action_1) ; Right-Hand Side (RHS)" + " (action_2) ; of the rule consisting of elements" + " ... ; after the \"=>\"" + " ... " + " ... " + " (action_M)) ; The last \")\" balances the opening" + " ; \")\" to the left of \"defrule\"." + "" + "Be sure all your parentheses balance or you will Get error messages!"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/DeftemplateFunction.cs b/trunk/Creshendo/Functions/DeftemplateFunction.cs new file mode 100644 index 0000000..9fbfefb --- /dev/null +++ b/trunk/Creshendo/Functions/DeftemplateFunction.cs @@ -0,0 +1,96 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class DeftemplateFunction : IFunction + { + public const String DEFTEMPLATE = "deftemplate"; + + public DeftemplateFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return DEFTEMPLATE; } + } + + /// The expected parameter is a single ValueParam containing a deftemplate + /// instance. The function gets the deftemplate using Parameter.getValue(). + /// + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool add = true; + if (params_Renamed.Length == 1 && params_Renamed[0].Value is Deftemplate) + { + Deftemplate tpl = (Deftemplate) params_Renamed[0].Value; + IModule mod = tpl.checkName(engine); + if (mod == null) + { + mod = engine.CurrentFocus; + } + mod.addTemplate(tpl, engine, engine.WorkingMemory); + } + else + { + add = false; + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, add); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null) + { + StringBuilder buf = new StringBuilder(); + return buf.ToString(); + } + else + { + return "(deftemplate name (slot name (type [type]))+?)"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/EchoFunction.cs b/trunk/Creshendo/Functions/EchoFunction.cs new file mode 100644 index 0000000..4c52648 --- /dev/null +++ b/trunk/Creshendo/Functions/EchoFunction.cs @@ -0,0 +1,109 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// EchoFunction is used to echo variable bindings in the shell. + /// + /// + [Serializable] + public class EchoFunction : IFunction + { + public const String ECHO = "echo"; + + /// + /// + public EchoFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.STRING_TYPE; } + } + + public virtual String Name + { + get { return ECHO; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ShellBoundParam[])}; } + } + + + /// The method expects an array of ShellBoundParam. The method will use + /// StringBuffer to resolve the binding and print out 1 binding per + /// line. + /// + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is ShellBoundParam) + { + ShellBoundParam bp = (ShellBoundParam) params_Renamed[idx]; + bp.resolveBinding(engine); + buf.Append(bp.StringValue + Constants.LINEBREAK); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.STRING_TYPE, buf.ToString()); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(echo"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else + { + buf.Append(" \"" + params_Renamed[idx].StringValue + "\""); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(echo [parameter])"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/EqFunction.cs b/trunk/Creshendo/Functions/EqFunction.cs new file mode 100644 index 0000000..4caaf8c --- /dev/null +++ b/trunk/Creshendo/Functions/EqFunction.cs @@ -0,0 +1,128 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// + /// + [Serializable] + public class EqFunction : IFunction + { + public const String EQUAL = "eq"; + + /// + /// + public EqFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return EQUAL; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector ret = new DefaultReturnVector(); + bool eq = false; + if (params_Renamed != null && params_Renamed.Length > 1) + { + Object first = null; + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + first = n.Value; + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + first = (Decimal) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + first = rval.firstReturnValue().Value; + } + bool eval = true; + for (int idx = 1; idx < params_Renamed.Length; idx++) + { + Object right = null; + if (params_Renamed[idx] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[idx]; + right = n.Value; + } + else if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + right = engine.getBinding(bp.VariableName); + } + else if (params_Renamed[idx] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[idx]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + right = rval.firstReturnValue().Value; + } + if (first == null && right != null) + { + eval = false; + break; + } + else if (first != null && !first.Equals(right)) + { + eval = false; + break; + } + } + eq = eval; + } + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, eq); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(eq ( | )+)\n" + "Function description:\n" + "\tCompares a literal value against one or more" + "bindings. \n\tIf all of the bindings are equal to the constant value," + "\n\tthe function returns true."; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/EvalFunction.cs b/trunk/Creshendo/Functions/EvalFunction.cs new file mode 100644 index 0000000..6f05522 --- /dev/null +++ b/trunk/Creshendo/Functions/EvalFunction.cs @@ -0,0 +1,132 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Diagnostics; +using System.IO; +using System.Text; +using Creshendo.Util.Messagerouter; +using Creshendo.Util.Parser.Clips2; +using Creshendo.Util.Rete; +//using ParseException=Creshendo.Util.Parser.Clips.ParseException; + +namespace Creshendo.Functions +{ + /// Sebastian Reinartz + /// + /// Functional equivalent of (eval "(+ 1 3)") in CLIPS and JESS. + /// + /// + [Serializable] + public class EvalFunction : IFunction + { + public const String EVAL = "eval"; + + /// + /// + private const long serialVersionUID = 1L; + + /// + /// + public EvalFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.OBJECT_TYPE; } + } + + public virtual String Name + { + get { return EVAL; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + IReturnVector result = null; + if (params_Renamed != null && params_Renamed.Length > 0) + { + String command = (String) params_Renamed[0].getValue(engine, Constants.STRING_TYPE); + if (command != null) + { + result = eval(engine, command); + } + } + return result; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(eval"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" \"" + params_Renamed[idx].StringValue + "\""); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(eval )\n" + "Command description:\n" + "\tEvaluates the content of a string."; + } + } + + #endregion + + public virtual IReturnVector eval(Rete engine, String command) + { + IReturnVector result = null; + try + { + CLIPSParser parser = new CLIPSParser(engine, new MemoryStream(ASCIIEncoding.ASCII.GetBytes(command))); + CLIPSInterpreter interpreter = new CLIPSInterpreter(engine); + Object expr = null; + while ((expr = parser.basicExpr()) != null) + { + result = interpreter.executeCommand(expr); + } + } + catch (ParseException e) + { + // we should report the error + Trace.WriteLine(e.Message); + } + return result; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/ExitFunction.cs b/trunk/Creshendo/Functions/ExitFunction.cs new file mode 100644 index 0000000..e8f18e1 --- /dev/null +++ b/trunk/Creshendo/Functions/ExitFunction.cs @@ -0,0 +1,77 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// ExitFunction is used to call Rete.close() and then it calls System.exit(0). + /// + /// + [Serializable] + public class ExitFunction : IFunction + { + public const String EXIT = "exit"; + + /// + /// + public ExitFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return EXIT; } + } + + /// the function does not take any parameters. If parameters are passed, + /// the function ignores them. + /// + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + if (engine != null) + { + engine.close(); + Environment.Exit(0); + } + return null; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(exit)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/FactsFunction.cs b/trunk/Creshendo/Functions/FactsFunction.cs new file mode 100644 index 0000000..b23f058 --- /dev/null +++ b/trunk/Creshendo/Functions/FactsFunction.cs @@ -0,0 +1,81 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// Facts function will printout all the facts, not including any + /// initial facts which are internal to the rule engine. + /// + /// + [Serializable] + public class FactsFunction : IFunction + { + public const String FACTS = "facts"; + + /// + /// + public FactsFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return FACTS; } + } + + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + IList facts = engine.AllFacts; + Object[] sorted = FactUtils.sortFacts(facts); + for (int idx = 0; idx < sorted.Length; idx++) + { + IFact ft = (IFact) sorted[idx]; + engine.writeMessage(ft.toFactString() + Constants.LINEBREAK); + } + engine.writeMessage("for a total of " + sorted.Length + Constants.LINEBREAK, Constants.DEFAULT_OUTPUT); + return new DefaultReturnVector(); + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(facts)\n" + "Function description:\n" + "\tPrints all facts except the initial facts."; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/FalseFunction.cs b/trunk/Creshendo/Functions/FalseFunction.cs new file mode 100644 index 0000000..461ac70 --- /dev/null +++ b/trunk/Creshendo/Functions/FalseFunction.cs @@ -0,0 +1,97 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Nikolaus Koemm + /// + /// Min returns the smallest of two or more values. + /// + /// + [Serializable] + public class FalseFunction : IFunction + { + public const String FALSE_Renamed = "false"; + + /// + /// + public FalseFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return FALSE_Renamed; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, false); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(" + FALSE_Renamed); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(false)\n" + "Function description:\n" + "\tRepresentation of the boolean constant false."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/FireFunction.cs b/trunk/Creshendo/Functions/FireFunction.cs new file mode 100644 index 0000000..9bd5450 --- /dev/null +++ b/trunk/Creshendo/Functions/FireFunction.cs @@ -0,0 +1,91 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Diagnostics; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// + /// + [Serializable] + public class FireFunction : IFunction + { + public const String FIRE = "fire"; + + /// + /// + public FireFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.INTEGER_OBJECT; } + } + + public virtual String Name + { + get { return FIRE; } + } + + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + int count = 0; + if (params_Renamed != null && params_Renamed.Length == 1) + { + int fc = params_Renamed[0].IntValue; + try + { + count = engine.fire(fc); + } + catch (ExecuteException e) + { + Trace.WriteLine(e.Message); + } + } + else + { + count = engine.fire(); + } + // engine.writeMessage(String.valueOf(count) + Constants.LINEBREAK,"t"); + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.INTEGER_OBJECT, count); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(fire)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/FocusFunction.cs b/trunk/Creshendo/Functions/FocusFunction.cs new file mode 100644 index 0000000..4f60288 --- /dev/null +++ b/trunk/Creshendo/Functions/FocusFunction.cs @@ -0,0 +1,74 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Sebastian Reinartz + /// * + /// + /// + [Serializable] + public class FocusFunction : IFunction + { + public const String FOCUS = "focus"; + + public FocusFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.STRING_TYPE; } + } + + public virtual String Name + { + get { return FOCUS; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + String focus = null; + if (params_Renamed.Length == 0) + { + focus = engine.CurrentFocus.ModuleName; + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.STRING_TYPE, focus); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(set-focus)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/GarbageCollectFunction.cs b/trunk/Creshendo/Functions/GarbageCollectFunction.cs new file mode 100644 index 0000000..ee0f66b --- /dev/null +++ b/trunk/Creshendo/Functions/GarbageCollectFunction.cs @@ -0,0 +1,66 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Diagnostics; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + [Serializable] + public class GarbageCollectFunction : IFunction + { + public const String GARBAGE_COLLECT = "gc"; + + public GarbageCollectFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return GARBAGE_COLLECT; } + } + + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Process rt = Process.GetCurrentProcess(); + GC.Collect(); + DefaultReturnVector ret = new DefaultReturnVector(); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(gc)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/GenerateFactsFunction.cs b/trunk/Creshendo/Functions/GenerateFactsFunction.cs new file mode 100644 index 0000000..7211caf --- /dev/null +++ b/trunk/Creshendo/Functions/GenerateFactsFunction.cs @@ -0,0 +1,153 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Text; +using Creshendo.Util; +using Creshendo.Util.Rete; +using Creshendo.Util.Rule; +using Creshendo.Util.Rule.Util; +//using List=Creshendo.Util.List; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// Generate facts will call the utility class with the Rule object + /// and return an Object[] array of facts. Depending on the rule, + /// there should be one or more deffacts or object instances. The way + /// to use this is to bind the result or Add it to a list. + /// + /// + [Serializable] + public class GenerateFactsFunction : IFunction + { + public const String GENERATEFACTS = "generate-facts"; + + /// + /// + public GenerateFactsFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.OBJECT_TYPE; } + } + + public virtual String Name + { + get { return GENERATEFACTS; } + } + + /// The function does not take any parameters + /// + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector ret = new DefaultReturnVector(); + bool echo = false; + IList facts = null; + String output = null; + if (params_Renamed != null && params_Renamed.Length >= 1) + { + Defrule r = (Defrule) engine.CurrentFocus.findRule(params_Renamed[0].StringValue); + if (params_Renamed.Length == 2) + { + if (params_Renamed[1].BooleanValue) + { + echo = true; + } + } + // if there's 3 parameters, it means we should save the fact + // to a file + if (params_Renamed.Length == 3) + { + output = params_Renamed[2].StringValue; + } + facts = GenerateFacts.generateFacts(r, engine); + if (facts.Count > 0) + { + if (echo) + { + IEnumerator itr = facts.GetEnumerator(); + while (itr.MoveNext()) + { + Object data = itr.Current; + if (data is Deffact) + { + Deffact f = (Deffact) data; + engine.writeMessage(f.toFactString()); + } + else + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + engine.writeMessage(data.ToString()); + } + } + } + if (output != null) + { + // we need to save facts to a file + IOUtilities.saveFacts(facts, output); + } + + object[] ary = new object[facts.Count]; + facts.CopyTo(ary,0); + DefaultReturnValue rv = new DefaultReturnValue(Constants.OBJECT_TYPE, ary); + ret.addReturnValue(rv); + } + else + { + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, false); + ret.addReturnValue(rv); + } + } + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (indents > 0) + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < indents; idx++) + { + buf.Append(" "); + } + buf.Append("(generate-facts)"); + return buf.ToString(); + } + else + { + return "(generate-facts [ [true | false] [output])\n" + "Function description:\n" + "\tGenerates the trigger facts for a single rule\n"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/GetCurrentModuleFunction.cs b/trunk/Creshendo/Functions/GetCurrentModuleFunction.cs new file mode 100644 index 0000000..bae3001 --- /dev/null +++ b/trunk/Creshendo/Functions/GetCurrentModuleFunction.cs @@ -0,0 +1,67 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class GetCurrentModuleFunction : IFunction + { + /// + /// + public GetCurrentModuleFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return 0; } + } + + public virtual String Name + { + get { return null; } + } + + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + return null; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + // TODO Auto-generated method stub + return null; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/GetMembertFunction.cs b/trunk/Creshendo/Functions/GetMembertFunction.cs new file mode 100644 index 0000000..fe20981 --- /dev/null +++ b/trunk/Creshendo/Functions/GetMembertFunction.cs @@ -0,0 +1,173 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Reflection; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// SetMemberFunction is equivalent to JESS set-member function. This is a completely + /// clean implementation from scratch. The name and function signature are similar, + /// but the design and implementation are different. The design of the function is + /// strongly influenced by CLIPS, since the primary goal is full CLIPS compatability. + /// + /// + [Serializable] + public class GetMembertFunction : IFunction + { + public const String GET_MEMBER = "Get-member"; + + /// + /// + public GetMembertFunction() + { + } + + #region Function Members + + /// By default, the function returns Object type. Since the function + /// can be used to call any number of getXXX methods and we wrap + /// all primitives in their object equivalent, returning Object type + /// makes the most sense. + /// + public virtual int ReturnType + { + get { return Constants.OBJECT_TYPE; } + } + + public virtual String Name + { + /* (non-Javadoc) + * @see woolfel.engine.rete.Function#getName() + */ + + get { return GET_MEMBER; } + } + + /// The current implementation expects 3 parameters in the following + /// sequence:
+ /// BoundParam - the bound object + /// StringParam - the slot name + /// ValueParam - the value to set the field + ///
+ /// Example: (set-member ?objectVariable slotName value) + ///
+ public virtual Type[] Parameter + { + get { return new Type[] {typeof (BoundParam), typeof (StringParam), typeof (ValueParam)}; } + } + + + /* (non-Javadoc) + * @see woolfel.engine.rete.Function#executeFunction(woolfel.engine.Creshendo.Util.Rete.Rete, woolfel.engine.rete.Parameter[]) + */ + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Object rtn = null; + DefaultReturnVector drv = new DefaultReturnVector(); + if (engine != null && params_Renamed != null && params_Renamed.Length == 3) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + StringParam slot = (StringParam) params_Renamed[1]; + ValueParam val = (ValueParam) params_Renamed[2]; + Object instance = bp.ObjectRef; + Defclass dc = engine.findDefclass(instance); + // we check to make sure the Defclass exists + if (dc != null) + { + MethodInfo getm = dc.getWriteMethod(slot.StringValue); + try + { + rtn = getm.Invoke(instance, (Object[]) new Object[] {val}); + int rtype = getMethodReturnType(getm); + DefaultReturnValue rvalue = new DefaultReturnValue(rtype, rtn); + drv.addReturnValue(rvalue); + } + catch (UnauthorizedAccessException e) + { + // TODO we should handle error, for now not implemented + } + catch (TargetInvocationException e) + { + // TODO we should handle error, for now not implemented + } + } + } + return drv; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + return buf.ToString(); + } + else + { + return "(Get-member)"; + } + } + + #endregion + + /// For now, this utility method is here, but maybe I should move it + /// to some place else later. + /// + /// m + /// + /// + /// + /// + public virtual int getMethodReturnType(MethodInfo m) + { + if (m.ReturnType == typeof (String)) + { + return Constants.STRING_TYPE; + } + else if (m.ReturnType == typeof (int) || m.ReturnType == (Object) typeof (Int32)) + { + return Constants.INT_PRIM_TYPE; + } + else if (m.ReturnType == typeof (short) || m.ReturnType == (Object) typeof (Int16)) + { + return Constants.SHORT_PRIM_TYPE; + } + else if (m.ReturnType == typeof (long) || m.ReturnType == (Object) typeof (Int64)) + { + return Constants.LONG_PRIM_TYPE; + } + else if (m.ReturnType == typeof (float) || m.ReturnType == (Object) typeof (Single)) + { + return Constants.FLOAT_PRIM_TYPE; + } + else if (m.ReturnType == typeof (double) || m.ReturnType == (Object) typeof (Double)) + { + return Constants.DOUBLE_PRIM_TYPE; + } + else + { + return Constants.OBJECT_TYPE; + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/IFunction.cs b/trunk/Creshendo/Functions/IFunction.cs new file mode 100644 index 0000000..dafdaf3 --- /dev/null +++ b/trunk/Creshendo/Functions/IFunction.cs @@ -0,0 +1,87 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// Function is the base interface for all functions. We probably should move + /// this to another package later on. For now, I Put it here. + /// The design of Function is very similar to Methods, since a function is + /// basically a stand alone method. + /// + /// + public interface IFunction + { + /// every function needs to declare what the return type is. + /// + /// + /// + /// + int ReturnType { get; } + + /// Every function must declare the name + /// + /// + /// + /// + String Name { get; } + + /// Functions should declare what kind of parameters it takes. + /// If a function doesn't take any parameters, the method should return + /// null. + /// For example, set-member function returns + /// BoundParam.class,StringParam.class,ValueParam.class. This means + /// the first parameter is a binding, the second is a slotname and the + /// third is the value. + /// Another example is Add function. It returns ValueParam[].class, since + /// it can take one or more numbers and Add them. + /// + /// + /// + /// + Type[] Parameter { get; } + + /// Functions must implement concrete logic for the function. + /// To execute a function, 2 parameters are needed. The first + /// is the rule engine, which is needed to resolve global variables, + /// and other engine activities like asserts. The second is an + /// array of parameters, which can be bindings, literal values or + /// other functions. + /// It is the responsibility of the programmer to iterate over the + /// parameters to find the data they need to execute the function. + /// + /// engine + /// + /// params + /// + /// + /// + /// + IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed); + + /// A convienance method to Get a pretty printer formatted string + /// for the function. + /// + /// + /// + /// + String toPPString(IParameter[] params_Renamed, int indents); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/IFunctionGroup.cs b/trunk/Creshendo/Functions/IFunctionGroup.cs new file mode 100644 index 0000000..2e9241f --- /dev/null +++ b/trunk/Creshendo/Functions/IFunctionGroup.cs @@ -0,0 +1,50 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using Creshendo.Util; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// FunctionGroup is an organizational feature to group functions. For example, + /// one might want to group mathematic functions together. Or IO functions together + /// into a group. + /// + /// + public interface IFunctionGroup + { + String Name { get; } + + /// classes implementing the interface need to implement this method to + /// create instances of the function and register them the rule engine. + /// + /// engine + /// + /// + void loadFunctions(Rete engine); + + /// A convienance method for listing the functions in a given group. + /// + /// + /// + /// + IList listFunctions(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/IOFunctions.cs b/trunk/Creshendo/Functions/IOFunctions.cs new file mode 100644 index 0000000..5069235 --- /dev/null +++ b/trunk/Creshendo/Functions/IOFunctions.cs @@ -0,0 +1,78 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util; +using Creshendo.Util.Rete; +//using List=Creshendo.Util.List; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// IO Functions will initialize the IO related functions like printout, + /// batch, etc. + /// + /// + [Serializable] + public class IOFunctions : IFunctionGroup + { + //UPGRADE_NOTE: The initialization of 'funcs' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List funcs; + + /// + /// + public IOFunctions() + { + InitBlock(); + } + + #region FunctionGroup Members + + public virtual String Name + { + get { return "IO functions"; } + } + + + public virtual void loadFunctions(Rete engine) + { + BatchFunction b = new BatchFunction(); + engine.declareFunction(b); + funcs.Add(b); + LoadFactsFunction load = new LoadFactsFunction(); + engine.declareFunction(load); + funcs.Add(load); + PrintFunction pf = new PrintFunction(); + engine.declareFunction(pf); + funcs.Add(pf); + } + + public virtual IList listFunctions() + { + return funcs; + } + + #endregion + + private void InitBlock() + { + funcs = new List(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/IfFunction.cs b/trunk/Creshendo/Functions/IfFunction.cs new file mode 100644 index 0000000..47cf373 --- /dev/null +++ b/trunk/Creshendo/Functions/IfFunction.cs @@ -0,0 +1,165 @@ +/* +* Copyright 2006 Nikolaus Koemm, Christian Ebert +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Nikolaus Koemm, Christian Ebert + /// + /// Returns the absolute value of a double value. + /// + /// + [Serializable] + public class IfFunction : IFunction + { + public const String IF = "if"; + + /// + /// + private const long serialVersionUID = 1L; + + /// + /// + public IfFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.OBJECT_TYPE; } + } + + public virtual String Name + { + get { return IF; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Object result = null; + if (params_Renamed != null) + { + if (params_Renamed.Length >= 3) + { + bool conditionValue = false; + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + conditionValue = n.BooleanValue; + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + conditionValue = ((Boolean) engine.getBinding(bp.VariableName)); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + conditionValue = rval.firstReturnValue().BooleanValue; + } + if (params_Renamed[1] is ValueParam && "then".Equals(params_Renamed[1].StringValue)) + { + bool elseExpressions = false; + for (int i = 2; i < params_Renamed.Length; ++i) + { + if (params_Renamed[i] is ValueParam && "else".Equals(params_Renamed[i].StringValue)) + { + elseExpressions = true; + } + else + { + if ((conditionValue && !elseExpressions) || (!conditionValue && elseExpressions)) + { + if (params_Renamed[i] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[i]; + result = n.Value; + } + else if (params_Renamed[i] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[i]; + result = engine.getBinding(bp.VariableName); + } + else if (params_Renamed[i] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[i]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + if (rval.size() > 0) + { + result = rval.firstReturnValue().Value; + } + } + } + } + } + } + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.OBJECT_TYPE, result); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(if"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(if then + [else +])\n" + "Function description:\n" + "\tExecutes the expressions after then if the boolean expressions evaluates to true, otherwise it executes the expressions after the optional else."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/InstanceofFunction.cs b/trunk/Creshendo/Functions/InstanceofFunction.cs new file mode 100644 index 0000000..46b0db9 --- /dev/null +++ b/trunk/Creshendo/Functions/InstanceofFunction.cs @@ -0,0 +1,98 @@ +using System; +using System.Text; +using Creshendo.Util; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + [Serializable] + public class InstanceofFunction : IFunction + { + public const String INSTANCEOF = "instanceof"; + + private ClassnameResolver classnameResolver; + + public InstanceofFunction(ClassnameResolver classnameResolver) + { + this.classnameResolver = classnameResolver; + } + + #region Function Members + + public virtual String Name + { + get { return INSTANCEOF; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (BoundParam), typeof (BoundParam)}; } + } + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool eval = false; + if (params_Renamed.Length == 2) + { + Object param1 = null; + if (params_Renamed[0] is BoundParam && params_Renamed[1] is BoundParam) + { + param1 = ((BoundParam) params_Renamed[0]).ObjectRef; + //UPGRADE_NOTE: Exception 'java.lang.ClassNotFoundException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + try + { + Type clazz = classnameResolver.resolveClass(((BoundParam) params_Renamed[1]).StringValue); + eval = clazz.IsInstanceOfType(param1); + } + catch (Exception e) + { + throw new RuntimeException(e); + } + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, eval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(instanceof"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(instanceof )\n"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/InterpretedFunction.cs b/trunk/Creshendo/Functions/InterpretedFunction.cs new file mode 100644 index 0000000..3c3a090 --- /dev/null +++ b/trunk/Creshendo/Functions/InterpretedFunction.cs @@ -0,0 +1,147 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// + /// + /// Peter Lin + /// + /// + public class InterpretedFunction : IFunction, IScope //: FunctionScope + { + private GenericHashMap bindings; + + /// these are the functions we pass to the top level function. + /// they may be different than the input parameters for the + /// function. + /// + private IParameter[][] functionParams = null; + + protected internal IParameter[] inputParams = null; + private IFunction[] internalFunction = null; + private String name = null; + protected internal String ppString = null; + + /// + /// + public InterpretedFunction(String name, IParameter[] params_Renamed, IFunction[] func, IParameter[][] functionParams) + { + InitBlock(); + this.name = name; + inputParams = params_Renamed; + internalFunction = func; + this.functionParams = functionParams; + } + + public virtual IParameter[] InputParameters + { + get { return inputParams; } + } + + public virtual IParameter[][] FunctionParams + { + get { return functionParams; } + + set { functionParams = value; } + } + + #region Function Members + + public virtual String Name + { + get { return name; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (BoundParam)}; } + } + + public virtual int ReturnType + { + get { return Constants.OBJECT_TYPE; } + } + + /* (non-Javadoc) + * @see org.jamocha.rete.Function#executeFunction(org.jamocha.Creshendo.Util.Rete.Rete, org.jamocha.rete.Parameter[]) + */ + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + // the first thing we do is set the values + DefaultReturnVector ret = new DefaultReturnVector(); + if (params_Renamed.Length == inputParams.Length) + { + for (int idx = 0; idx < inputParams.Length; idx++) + { + BoundParam bp = (BoundParam) inputParams[idx]; + bindings.Put(bp.VariableName, params_Renamed[idx].Value); + } + engine.pushScope(this); + for (int idx = 0; idx < functionParams.Length; idx++) + { + ret = (DefaultReturnVector) internalFunction[idx].executeFunction(engine, functionParams[idx]); + } + engine.popScope(); + return ret; + } + else + { + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, false); + ret.addReturnValue(rv); + DefaultReturnValue rv2 = new DefaultReturnValue(Constants.STRING_TYPE, "incorrect number of parameters"); + ret.addReturnValue(rv2); + return ret; + } + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return ppString; + } + + #endregion + + #region Scope Members + + public virtual Object getBindingValue(string var) + { + return bindings.Get(var); + } + + public virtual void setBindingValue(String name, Object value_Renamed) + { + bindings.Put(name, value_Renamed); + } + + #endregion + + private void InitBlock() + { + bindings = new GenericHashMap(); + } + + public virtual void configureFunction(Rete engine) + { + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/JavaFunctions.cs b/trunk/Creshendo/Functions/JavaFunctions.cs new file mode 100644 index 0000000..840de35 --- /dev/null +++ b/trunk/Creshendo/Functions/JavaFunctions.cs @@ -0,0 +1,57 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util; +using Creshendo.Util.Rete; +//using List=Creshendo.Util.List; + +namespace Creshendo.Functions +{ + public class JavaFunctions : IFunctionGroup + { + //UPGRADE_NOTE: The initialization of 'funcs' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List funcs; + + public JavaFunctions() + { + InitBlock(); + } + + #region FunctionGroup Members + + public virtual String Name + { + get { return "Java functions"; } + } + + + public virtual void loadFunctions(Rete engine) + { + ClassnameResolver classnameResolver = new ClassnameResolver(engine); + LoadPackageFunction loadpkg = new LoadPackageFunction(classnameResolver); + engine.declareFunction(loadpkg); + funcs.Add(loadpkg); + NewFunction nf = new NewFunction(classnameResolver); + engine.declareFunction(nf); + funcs.Add(nf); + MemberFunction mf = new MemberFunction(classnameResolver); + engine.declareFunction(mf); + funcs.Add(mf); + InstanceofFunction iof = new InstanceofFunction(classnameResolver); + engine.declareFunction(iof); + funcs.Add(iof); + } + + public virtual IList listFunctions() + { + return funcs; + } + + #endregion + + private void InitBlock() + { + funcs = new List(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/LazyAgendaFunction.cs b/trunk/Creshendo/Functions/LazyAgendaFunction.cs new file mode 100644 index 0000000..72f27db --- /dev/null +++ b/trunk/Creshendo/Functions/LazyAgendaFunction.cs @@ -0,0 +1,90 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// LazyAgenda is used to turn on/off lazy agenda. That means the + /// activations are not sorted when added to the agenda. Instead, + /// it's sorted when they are removed. + /// + /// + [Serializable] + public class LazyAgendaFunction : IFunction + { + public const String LAZY_AGENDA = "lazy-agenda"; + + /// + /// + public LazyAgendaFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return LAZY_AGENDA; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool exec = false; + String mode = "normal"; + DefaultReturnVector rv = new DefaultReturnVector(); + if (params_Renamed != null && params_Renamed.Length == 1) + { + exec = true; + ValueParam vp = (ValueParam) params_Renamed[0]; + if (vp.StringValue.Equals("true", StringComparison.InvariantCultureIgnoreCase)) + { + engine.CurrentFocus.Lazy = true; + mode = "lazy"; + } + else if (vp.StringValue.Equals("false", StringComparison.InvariantCultureIgnoreCase)) + { + engine.CurrentFocus.Lazy = false; + } + } + DefaultReturnValue drv = new DefaultReturnValue(Constants.STRING_TYPE, mode); + rv.addReturnValue(drv); + return rv; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(lazy-agenda [true|false])"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/ListDirectoryFunction.cs b/trunk/Creshendo/Functions/ListDirectoryFunction.cs new file mode 100644 index 0000000..f105006 --- /dev/null +++ b/trunk/Creshendo/Functions/ListDirectoryFunction.cs @@ -0,0 +1,111 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.IO; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// ListDirectory will print out the files and folders in a given + /// directory. It's the same as dir in DOS and ls in unix. + /// + /// pete + /// * + /// + /// + [Serializable] + public class ListDirectoryFunction : IFunction + { + public const String LIST_DIR = "list-dir"; + + public ListDirectoryFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return LIST_DIR; } + } + + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + FileInfo dir = new FileInfo(params_Renamed[0].StringValue); + if (Directory.Exists(dir.FullName)) + { + FileInfo[] files = dir.Directory.GetFiles(); + for (int idx = 0; idx < files.Length; idx++) + { + if (Directory.Exists(files[idx].FullName)) + { + engine.writeMessage("d " + files[idx] + Constants.LINEBREAK); + } + else + { + engine.writeMessage("- " + files[idx] + Constants.LINEBREAK); + } + } + engine.writeMessage(files.Length + " files in the directory" + Constants.LINEBREAK, "t"); + } + else + { + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + return ret; + } + + + /// for now, just return the simple form. need to implement the method + /// completely. + /// + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (indents > 0) + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < indents; idx++) + { + buf.Append(" "); + } + buf.Append("(list-dir)"); + return buf.ToString(); + } + else + { + return "(list-dir)"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/ListFunctionsFunction.cs b/trunk/Creshendo/Functions/ListFunctionsFunction.cs new file mode 100644 index 0000000..9432f58 --- /dev/null +++ b/trunk/Creshendo/Functions/ListFunctionsFunction.cs @@ -0,0 +1,101 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Text; +using Creshendo.Util; +using Creshendo.Util.Rete; +//using IList=Creshendo.Util.IList; + +namespace Creshendo.Functions +{ + [Serializable] + public class ListFunctionsFunction : IFunction + { + public const String LIST_FUNCTIONS = "list-deffunctions"; + + public ListFunctionsFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return LIST_FUNCTIONS; } + } + + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + IList fgroups = engine.FunctionGroups; + IEnumerator itr = fgroups.GetEnumerator(); + int counter = 0; + while (itr.MoveNext()) + { + // we iterate over the function groups and print out the + // functions in each group + IFunctionGroup fg = (IFunctionGroup) itr.Current; + engine.writeMessage("++++ " + fg.Name + " ++++" + Constants.LINEBREAK, "t"); + IEnumerator listitr = fg.listFunctions().GetEnumerator(); + while (listitr.MoveNext()) + { + IFunction f = (IFunction) listitr.Current; + engine.writeMessage(" " + f.Name + Constants.LINEBREAK, "t"); + counter++; + } + } + engine.writeMessage(counter + " functions" + Constants.LINEBREAK, "t"); + DefaultReturnVector ret = new DefaultReturnVector(); + return ret; + } + + + /// for now, just return the simple form. need to implement the method + /// completely. + /// + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (indents > 0) + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < indents; idx++) + { + buf.Append(" "); + } + buf.Append("(list-deffunctions)"); + return buf.ToString(); + } + else + { + return "(list-deffunctions)"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/ListTemplatesFunction.cs b/trunk/Creshendo/Functions/ListTemplatesFunction.cs new file mode 100644 index 0000000..24eb60f --- /dev/null +++ b/trunk/Creshendo/Functions/ListTemplatesFunction.cs @@ -0,0 +1,93 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using System.Text; +using Creshendo.Util; +using Creshendo.Util.Rete; +//using List=Creshendo.Util.List; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// ListTemplates will list all the templates and print them out. + /// + /// + [Serializable] + public class ListTemplatesFunction : IFunction + { + public const String LISTTEMPLATES = "list-deftemplates"; + + /// + /// + public ListTemplatesFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return LISTTEMPLATES; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (String)}; } + } + + + /// The current implementation will print out all the templates in + /// no specific order. The function does basically the same thing + /// as CLIPS (list-deftemplates) + /// + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + List templ = (List) engine.CurrentFocus.Templates; + IEnumerator itr = templ.GetEnumerator(); + while (itr.MoveNext()) + { + ITemplate tp = (ITemplate) itr.Current; + engine.writeMessage(tp.toPPString() + "\r\n", "t"); + } + return new DefaultReturnVector(); + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + return buf.ToString(); + } + else + { + return "(list-deftemplates)"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/LoadFactsFunction.cs b/trunk/Creshendo/Functions/LoadFactsFunction.cs new file mode 100644 index 0000000..086b77f --- /dev/null +++ b/trunk/Creshendo/Functions/LoadFactsFunction.cs @@ -0,0 +1,186 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.IO; +using System.Net; +using System.Text; +using System.Text.RegularExpressions; +using Creshendo.Util; +using Creshendo.Util.Parser.Clips2; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; +//using ParseException=Creshendo.Util.Parser.Clips.ParseException; + +//using IList=Creshendo.Util.IList; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// LoadFunction will create a new instance of CLIPSParser and load the + /// facts in the data file. + /// + /// + [Serializable] + public class LoadFactsFunction : IFunction + { + public const String LOAD = "load-facts"; + + /// + /// + public LoadFactsFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return LOAD; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector rv = new DefaultReturnVector(); + bool loaded = true; + if (params_Renamed != null && params_Renamed.Length > 0) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + String input = null; + if (params_Renamed[idx] is ValueParam) + { + input = ((ValueParam) params_Renamed[idx]).StringValue; + } + else if (params_Renamed[idx] is BoundParam) + { + } + if (input.IndexOf((Char) '\\') > - 1) + { + input.Replace("\\", "/"); + } + // check to see if the path is an absolute windows path + // or absolute unix path + if (input.IndexOf(":") < 0 && !input.StartsWith("/") && !input.StartsWith("./")) + { + input = "./" + input; + } + try + { + Stream inStream = null; + if (Regex.IsMatch(input, "^[a-zA-Z]+://.*")) + { + //UPGRADE_TODO: Class 'java.net.URL' was converted to a 'System.Uri' which does not throw an exception if a URL specifies an unknown protocol. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1132"' + Uri url = new Uri(input); + inStream = ((HttpWebRequest) WebRequest.Create(url)).GetResponse().GetResponseStream(); + // Otherwise treat it as normal file on the Filesystem + } + else + { + inStream = new FileStream(new FileInfo(input).FullName, FileMode.Open, FileAccess.Read); + } + CLIPSParser parser = new CLIPSParser(inStream); + IList data = parser.loadExpr(); + IEnumerator itr = data.GetEnumerator(); + while (itr.MoveNext()) + { + Object val = itr.Current; + ValueParam[] vp = (ValueParam[]) val; + Deftemplate tmpl = (Deftemplate) engine.CurrentFocus.getTemplate(vp[0].StringValue); + Deffact fact = (Deffact) tmpl.createFact((Object[]) vp[1].Value, - 1); + + engine.assertFact(fact); + } + } + catch (FileNotFoundException e) + { + loaded = false; + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + engine.writeMessage(e.Message + Constants.LINEBREAK, Constants.DEFAULT_OUTPUT); + } + catch (ParseException e) + { + loaded = false; + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + engine.writeMessage(e.Message + Constants.LINEBREAK, Constants.DEFAULT_OUTPUT); + } + catch (AssertException e) + { + loaded = false; + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + engine.writeMessage(e.Message + Constants.LINEBREAK, Constants.DEFAULT_OUTPUT); + } + catch (IOException e) + { + loaded = false; + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + engine.writeMessage(e.Message + Constants.LINEBREAK, Constants.DEFAULT_OUTPUT); + } + } + } + else + { + loaded = false; + } + DefaultReturnValue drv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, loaded); + rv.addReturnValue(drv); + return rv; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(load-facts"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" \"" + params_Renamed[idx].StringValue + "\""); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(load )\n" + "Command description:\n" + "\tLoad the file ."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/LoadFunctionGroupFunction.cs b/trunk/Creshendo/Functions/LoadFunctionGroupFunction.cs new file mode 100644 index 0000000..24007a7 --- /dev/null +++ b/trunk/Creshendo/Functions/LoadFunctionGroupFunction.cs @@ -0,0 +1,81 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class LoadFunctionGroupFunction : IFunction + { + public const String LOAD_FGROUP = "load-function-group"; + + /// + /// + public LoadFunctionGroupFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return LOAD_FGROUP; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool load = false; + if (params_Renamed != null && params_Renamed.Length > 0) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + String func = params_Renamed[idx].StringValue; + engine.declareFunctionGroup(func); + load = true; + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, load); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(load-function-group [classname])"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/LoadFunctionsFunction.cs b/trunk/Creshendo/Functions/LoadFunctionsFunction.cs new file mode 100644 index 0000000..fa31885 --- /dev/null +++ b/trunk/Creshendo/Functions/LoadFunctionsFunction.cs @@ -0,0 +1,91 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class LoadFunctionsFunction : IFunction + { + public const String LOAD_FUNCTION = "load-function"; + + public LoadFunctionsFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return LOAD_FUNCTION; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool load = false; + if (params_Renamed != null && params_Renamed.Length > 0) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + String func = params_Renamed[idx].StringValue; + //UPGRADE_NOTE: Exception 'java.lang.ClassNotFoundException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + try + { + engine.declareFunction(func); + load = true; + } + catch (Exception e) + { + load = false; + } + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, load); + ret.addReturnValue(rv); + return ret; + } + + + /* (non-Javadoc) + * @see woolfel.engine.rete.Function#toPPString(woolfel.engine.rete.Parameter[], int) + */ + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(load-function [classname])"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/LoadPackageFunction.cs b/trunk/Creshendo/Functions/LoadPackageFunction.cs new file mode 100644 index 0000000..0c13087 --- /dev/null +++ b/trunk/Creshendo/Functions/LoadPackageFunction.cs @@ -0,0 +1,157 @@ +using System; +using System.Diagnostics; +using System.Reflection; +using System.Security; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Christian Ebert + /// + /// Creates a Java Object and returns it. + /// + /// + [Serializable] + public class LoadPackageFunction : IFunction + { + public const String FUNCTION_NAME = "load-package"; + + private ClassnameResolver classnameResolver; + + public LoadPackageFunction(ClassnameResolver classnameResolver) + { + this.classnameResolver = classnameResolver; + } + + #region Function Members + + public virtual String Name + { + get { return FUNCTION_NAME; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + public virtual int ReturnType + { + get { return Constants.OBJECT_TYPE; } + } + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Object o = null; + String classname = null; + if (params_Renamed != null && params_Renamed.Length == 1) + { + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + classname = n.StringValue; + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + classname = (String) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + classname = rval.firstReturnValue().StringValue; + } + //UPGRADE_NOTE: Exception 'java.lang.ClassNotFoundException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + //UPGRADE_NOTE: Exception 'java.lang.InstantiationException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + try + { + Type classDefinition = classnameResolver.resolveClass(classname); + o = CreateNewInstance(classDefinition); + if (o is IFunctionGroup) + { + engine.declareFunctionGroup((IFunctionGroup) o); + } + } + + catch (UnauthorizedAccessException e) + { + // TODO Auto-generated catch block + System.Diagnostics.Trace.WriteLine(e.Message); + } + catch (SecurityException e) + { + // TODO Auto-generated catch block + System.Diagnostics.Trace.WriteLine(e.Message); + } + catch (ArgumentException e) + { + // TODO Auto-generated catch block + System.Diagnostics.Trace.WriteLine(e.Message); + } + catch (Exception e) + { + // TODO Auto-generated catch block + Trace.WriteLine(e.Message); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.OBJECT_TYPE, o); + ret.addReturnValue(rv); + return ret; + } + + public Object CreateNewInstance(Type classType) + { + ConstructorInfo[] constructors = classType.GetConstructors(); + + if (constructors.Length == 0) + return null; + + ParameterInfo[] firstConstructor = constructors[0].GetParameters(); + int countParams = firstConstructor.Length; + + Type[] constructor = new Type[countParams]; + for (int i = 0; i < countParams; i++) + constructor[i] = firstConstructor[i].ParameterType; + + return classType.GetConstructor(constructor).Invoke(new Object[] { }); + } + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(load-package"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(load-package )\n"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/MatchesFunction.cs b/trunk/Creshendo/Functions/MatchesFunction.cs new file mode 100644 index 0000000..bc774dc --- /dev/null +++ b/trunk/Creshendo/Functions/MatchesFunction.cs @@ -0,0 +1,92 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// MatchesFunction will print out all partial matches including alpha and + /// beta nodes. + /// + /// + [Serializable] + public class MatchesFunction : IFunction + { + public const String MATCHES = "matches"; + + /// + /// + public MatchesFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return MATCHES; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (String[])}; } + } + + + /// If the function is called without any parameters, it prints out + /// all the memories. if parameters are passed, the output will be + /// filtered. + /// + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + GenericHashMap filter = new GenericHashMap(); + if (params_Renamed != null && params_Renamed.Length > 0) + { + // now we populate the filter + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is ValueParam) + { + filter.Put(((ValueParam) params_Renamed[idx]).StringValue, null); + } + else if (params_Renamed[idx] is BoundParam) + { + // for now, BoundParam is not supported + } + } + } + engine.WorkingMemory.printWorkingMemory(filter); + return new DefaultReturnVector(); + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(matches)\n" + "Function description:\n" + "\tPrints out all partial matches including alpha and beta nodes."; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Abs.cs b/trunk/Creshendo/Functions/Math/Abs.cs new file mode 100644 index 0000000..64ea2c7 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Abs.cs @@ -0,0 +1,106 @@ +/* +* Copyright 2006 Nikolaus Koemm, Christian Ebert +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm, Christian Ebert + /// + /// Returns the absolute value of a double value. + /// + /// + [Serializable] + public class Abs : IFunction + { + public const String ABS = "abs"; + + /// + /// + public Abs() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return ABS; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = 0; + if (params_Renamed != null) + { + if (params_Renamed.Length == 1) + { + bdval = ((Decimal) params_Renamed[0].getValue(engine, Constants.BIG_DECIMAL)); + bdval = System.Math.Abs(bdval); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(abs"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(abs | )\n" + "Function description:\n" + "\tCalculates the absolute value of the numeric argument."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Acos.cs b/trunk/Creshendo/Functions/Math/Acos.cs new file mode 100644 index 0000000..e6eebe2 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Acos.cs @@ -0,0 +1,106 @@ +/* +* Copyright 2006 Christian Ebert +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Christian Ebert + /// + /// Returns the trigonometric arc cosine of an angle. + /// + /// + [Serializable] + public class Acos : IFunction + { + public const String ACOS = "acos"; + + /// + /// + public Acos() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.DOUBLE_PRIM_TYPE; } + } + + public virtual String Name + { + get { return ACOS; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + double dval = 0; + if (params_Renamed != null) + { + if (params_Renamed.Length == 1) + { + dval = Decimal.ToDouble(((Decimal) params_Renamed[0].getValue(engine, Constants.BIG_DECIMAL))); + dval = System.Math.Acos(dval); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.DOUBLE_PRIM_TYPE, dval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(acos"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(acos | )\n" + "Function description:\n" + "\tCalculates the inverse cosine of the numeric argument.\n" + "\tThe argument is expected to be in radians."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Add.cs b/trunk/Creshendo/Functions/Math/Add.cs new file mode 100644 index 0000000..5ec9828 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Add.cs @@ -0,0 +1,108 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Peter Lin + /// + /// Add will Add one or more numbers and return the result. + /// + /// + [Serializable] + public class Add : IFunction + { + public const String ADD = "Add"; + + /// + /// + public Add() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return ADD; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + if (params_Renamed != null) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + Decimal bd = (Decimal) params_Renamed[idx].getValue(engine, Constants.BIG_DECIMAL); + bdval = Decimal.Add(bdval, bd); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(+"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(+ ( | )+)\n" + "Function description:\n" + "\tCalculates the sum of the arguments."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Asin.cs b/trunk/Creshendo/Functions/Math/Asin.cs new file mode 100644 index 0000000..4ef0866 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Asin.cs @@ -0,0 +1,106 @@ +/* +* Copyright 2006 Christian Ebert +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Christian Ebert + /// + /// Returns the trigonometric arc sine of an angle. + /// + /// + [Serializable] + public class Asin : IFunction + { + public const String ASIN = "asin"; + + /// + /// + public Asin() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.DOUBLE_PRIM_TYPE; } + } + + public virtual String Name + { + get { return ASIN; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + double dval = 0; + if (params_Renamed != null) + { + if (params_Renamed.Length == 1) + { + dval = Decimal.ToDouble(((Decimal) params_Renamed[0].getValue(engine, Constants.BIG_DECIMAL))); + dval = System.Math.Asin(dval); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.DOUBLE_PRIM_TYPE, dval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(asin"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(asin | )\n" + "Function description:\n" + "\tCalculates the inverse sine of the numeric argument.\n" + "\tThe argument is expected to be in radians."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Atan.cs b/trunk/Creshendo/Functions/Math/Atan.cs new file mode 100644 index 0000000..7b7b2b8 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Atan.cs @@ -0,0 +1,106 @@ +/* +* Copyright 2006 Christian Ebert +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Christian Ebert + /// + /// Returns the trigonometric arc tangent of an angle. + /// + /// + [Serializable] + public class Atan : IFunction + { + public const String ATAN = "atan"; + + /// + /// + public Atan() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.DOUBLE_PRIM_TYPE; } + } + + public virtual String Name + { + get { return ATAN; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + double dval = 0; + if (params_Renamed != null) + { + if (params_Renamed.Length == 1) + { + dval = Decimal.ToDouble(((Decimal) params_Renamed[0].getValue(engine, Constants.BIG_DECIMAL))); + dval = System.Math.Atan(dval); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.DOUBLE_PRIM_TYPE, dval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(atan"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(atan | )\n" + "Function description:\n" + "\tCalculates the arcus tangens of the numeric argument.\n" + "\tThe argument is expected to be in radians."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Ceil.cs b/trunk/Creshendo/Functions/Math/Ceil.cs new file mode 100644 index 0000000..adceaa9 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Ceil.cs @@ -0,0 +1,129 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm + /// + /// Ceil returns the smallest integer bigger or equal to a value. + /// + /// + [Serializable] + public class Ceil : IFunction + { + public const String CEIL = "ceil"; + + /// + /// + public Ceil() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return CEIL; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + Decimal bd = new Decimal(0); + if (params_Renamed != null) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[idx]; + bdval = n.BigDecimalValue; + } + else if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + bdval = (Decimal) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[idx] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[idx]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + bdval = rval.firstReturnValue().BigDecimalValue; + } + bd = new Decimal(Decimal.ToInt32(bdval)); + bd = Decimal.Subtract(bdval, bd); + if (Decimal.ToDouble(bd) < 0) + bdval = new Decimal(Decimal.ToInt32(bdval)); + else if (Decimal.ToDouble(bd) > 0) + bdval = new Decimal(Decimal.ToInt32(bdval) + 1); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(ceil"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(ceil )\n" + "Function description:\n" + "\tReturns the smallest integer bigger or equal to the numerical value \n" + "\treturned by ."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Cos.cs b/trunk/Creshendo/Functions/Math/Cos.cs new file mode 100644 index 0000000..dba4d5e --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Cos.cs @@ -0,0 +1,125 @@ +/* +* Copyright 2006 Christian Ebert +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Christian Ebert + /// + /// Returns the trigonometric cosine of an angle. + /// + /// + [Serializable] + public class Cos : IFunction + { + public const String COS = "cos"; + + /// + /// + public Cos() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.DOUBLE_PRIM_TYPE; } + } + + public virtual String Name + { + get { return COS; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + double dval = 0; + if (params_Renamed != null) + { + if (params_Renamed.Length == 1) + { + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + dval = n.DoubleValue; + dval = System.Math.Cos(dval); + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + dval = bp.DoubleValue; + dval = System.Math.Cos(dval); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + dval = rval.firstReturnValue().DoubleValue; + dval = System.Math.Cos(dval); + } + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.DOUBLE_PRIM_TYPE, dval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(cos"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(cos | )\n" + "Function description:\n" + "\tCalculates the cosine of the numeric argument.\n" + "\tThe argument is expected to be in radians."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Degrees.cs b/trunk/Creshendo/Functions/Math/Degrees.cs new file mode 100644 index 0000000..4d39130 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Degrees.cs @@ -0,0 +1,122 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm + /// + /// Degrees converts an angle measured in radians to an approximately equivalent + /// angle measured in degrees. + /// + /// + [Serializable] + public class Degrees : IFunction + { + public const String DEGREES = "degrees"; + + /// + /// + public Degrees() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return DEGREES; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + if (params_Renamed != null) + { + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + bdval = n.BigDecimalValue; + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + bdval = (Decimal) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + bdval = rval.firstReturnValue().BigDecimalValue; + } + double bdh = Decimal.ToDouble(bdval); + bdval = Convert.ToDecimal(bdh*57.29578); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(degrees"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(degrees ( | ))\n" + "Function description:\n" + "\t Converts its only argument from units of radians" + "to units of degrees."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Divide.cs b/trunk/Creshendo/Functions/Math/Divide.cs new file mode 100644 index 0000000..ce91e19 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Divide.cs @@ -0,0 +1,123 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Peter Lin + /// * + /// Divide will divide one or more numbers and return a Double value + /// + /// + [Serializable] + public class Divide : IFunction + { + public const String DIVIDE = "divide"; + + /// + /// + public Divide() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return DIVIDE; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = 0; + if (params_Renamed != null) + { + bdval = (Decimal) params_Renamed[0].getValue(engine, Constants.BIG_DECIMAL); + for (int idx = 1; idx < params_Renamed.Length; idx++) + { + Decimal bd = (Decimal) params_Renamed[idx].getValue(engine, Constants.BIG_DECIMAL); + bdval = secureDivide(bdval, bd); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.DOUBLE_PRIM_TYPE, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(/"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(/ ( | )+)\n" + "Function description:\n" + "\t Returns the value of the first argument divided by " + "each of the subsequent arguments."; + } + } + + #endregion + + private Decimal secureDivide(Decimal dividend, Decimal divisor) + { + try + { + dividend = Decimal.Divide(dividend, divisor); + } + catch (ArithmeticException e) + { + dividend = new Decimal(Decimal.ToDouble(dividend)/Decimal.ToDouble(divisor)); + } + + return dividend; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Evenp.cs b/trunk/Creshendo/Functions/Math/Evenp.cs new file mode 100644 index 0000000..112b067 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Evenp.cs @@ -0,0 +1,108 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm + /// + /// If its ony argument is even, Evenp returns true. + /// + /// + [Serializable] + public class Evenp : IFunction + { + public const String EVENP = "evenp"; + + /// + /// + public Evenp() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return EVENP; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + bool eval = false; + if (params_Renamed.Length == 1) + { + bdval = (Decimal) params_Renamed[0].getValue(engine, Constants.BIG_DECIMAL); + double bdh = Decimal.ToDouble(bdval); + if (bdh%2 == 0) + { + eval = true; + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, eval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(evenp"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(evenp )\n" + "Function description:\n" + "\tReturns true, if its only argument is even."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Exp.cs b/trunk/Creshendo/Functions/Math/Exp.cs new file mode 100644 index 0000000..b1c95be --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Exp.cs @@ -0,0 +1,125 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm + /// + /// Exp returns Euler's number raised to the power of the arguments. + /// + /// + [Serializable] + public class Exp : IFunction + { + public const String EXP = "exp"; + + /// + /// + public Exp() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return EXP; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + Decimal bd = new Decimal(0); + if (params_Renamed != null) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[idx]; + bdval = n.BigDecimalValue; + } + else if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + bdval = (Decimal) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[idx] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[idx]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + bdval = rval.firstReturnValue().BigDecimalValue; + } + double bdh = System.Math.Pow(System.Math.E, Decimal.ToDouble(bdval)); + bdval = new Decimal(bdh); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(exp"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(exp ( | )+)\n" + "Function description:\n" + "\tRaises the value e to the power specified by its\n" + "\targuments."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Floor.cs b/trunk/Creshendo/Functions/Math/Floor.cs new file mode 100644 index 0000000..2e8518f --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Floor.cs @@ -0,0 +1,129 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm + /// + /// Floor returns the greatest integer smaller or equal to a value. + /// + /// + [Serializable] + public class Floor : IFunction + { + public const String FLOOR = "floor"; + + /// + /// + public Floor() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return FLOOR; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + Decimal bd = new Decimal(0); + if (params_Renamed != null) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[idx]; + bdval = n.BigDecimalValue; + } + else if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + bdval = (Decimal) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[idx] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[idx]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + bdval = rval.firstReturnValue().BigDecimalValue; + } + bd = new Decimal(Decimal.ToInt32(bdval)); + bd = Decimal.Subtract(bdval, bd); + if (Decimal.ToDouble(bd) > 0) + bdval = new Decimal(Decimal.ToInt32(bdval)); + else if (Decimal.ToDouble(bd) < 0) + bdval = new Decimal(Decimal.ToInt32(bdval) - 1); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(floor"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(floor )\n" + "Function description:\n" + "\tReturns the greatest integer smaller or equal to the numerical value \n" + "\treturned by ."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Greater.cs b/trunk/Creshendo/Functions/Math/Greater.cs new file mode 100644 index 0000000..4700fe7 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Greater.cs @@ -0,0 +1,115 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Peter Lin + /// + /// Greater will compare 2 or more numeric values and return true if the (n-1)th value + /// is greater than the nth. + /// + /// + [Serializable] + public class Greater : IFunction + { + public const String GREATER = "greater"; + + /// + /// + public Greater() + { + } + + #region Function Members + + public virtual int ReturnType + { + /* + * (non-Javadoc) + * + * @see woolfel.engine.rete.Function#getReturnType() + */ + + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return GREATER; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam), typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool eval = false; + Decimal left; + Decimal right; + if (params_Renamed != null) + { + left = params_Renamed[0].BigDecimalValue; + right = (Decimal) params_Renamed[1].getValue(engine, Constants.BIG_DECIMAL); + eval = (Decimal.ToDouble(left) > Decimal.ToDouble(right)); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, eval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(>"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(> ( | )+)\n" + "Function description:\n" + "\t Returns the symbol TRUE if for all its arguments, " + "argument \n \t n-1 is greater than argument n"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/GreaterOrEqual.cs b/trunk/Creshendo/Functions/Math/GreaterOrEqual.cs new file mode 100644 index 0000000..810ff0f --- /dev/null +++ b/trunk/Creshendo/Functions/Math/GreaterOrEqual.cs @@ -0,0 +1,109 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Peter Lin + /// * + /// GreaterOrEqual will compare 2 or more numeric values and return true if the (n-1)th + /// value is greater or equal than the nth. + /// + /// + [Serializable] + public class GreaterOrEqual : IFunction + { + public const String GREATEROREQUAL = "greaterOrEqual"; + + /// + /// + public GreaterOrEqual() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return GREATEROREQUAL; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam), typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool eval = false; + Decimal left; + Decimal right; + if (params_Renamed != null) + { + left = params_Renamed[0].BigDecimalValue; + right = (Decimal) params_Renamed[1].getValue(engine, Constants.BIG_DECIMAL); + eval = (Decimal.ToDouble(left) >= Decimal.ToDouble(right)); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, eval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(>="); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(>= ( | )+)\n" + "Function description:\n" + "\t Returns the symbol TRUE if for all its arguments, " + "argument \n \t n-1 is greater or equal than argument n"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Less.cs b/trunk/Creshendo/Functions/Math/Less.cs new file mode 100644 index 0000000..eca1f5d --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Less.cs @@ -0,0 +1,109 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Peter Lin + /// * + /// Less will compare 2 or more numeric values and return true if the + /// (n-1)th value is less than the nth. + /// + /// + [Serializable] + public class Less : IFunction + { + public const String LESS = "less"; + + /// + /// + public Less() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return LESS; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam), typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool eval = false; + Decimal left; + Decimal right; + if (params_Renamed != null) + { + left = params_Renamed[0].BigDecimalValue; + right = (Decimal) params_Renamed[1].getValue(engine, Constants.BIG_DECIMAL); + eval = (Decimal.ToDouble(left) < Decimal.ToDouble(right)); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, eval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(<"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(< ( | )+)\n" + "Function description:\n" + "\t Returns the symbol TRUE if for all its arguments, " + "argument \n \t n-1 is less than argument n"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/LessOrEqual.cs b/trunk/Creshendo/Functions/Math/LessOrEqual.cs new file mode 100644 index 0000000..1520b59 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/LessOrEqual.cs @@ -0,0 +1,109 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Peter Lin + /// + /// LessOrEqual will compare 2 or more numeric values and return true if the (n-1)th + /// value is less or equal to the nth value. + /// + /// + [Serializable] + public class LessOrEqual : IFunction + { + public const String LESSOREQUAL = "lessOrEqual"; + + /// + /// + public LessOrEqual() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return LESSOREQUAL; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam), typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool eval = false; + Decimal left; + Decimal right; + if (params_Renamed != null) + { + left = params_Renamed[0].BigDecimalValue; + right = (Decimal) params_Renamed[1].getValue(engine, Constants.BIG_DECIMAL); + eval = (Decimal.ToDouble(left) <= Decimal.ToDouble(right)); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, eval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(<="); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(<= ( | )+)\n" + "Function description:\n" + "\t Returns the symbol TRUE if for all its arguments, " + "argument \n \t n-1 is less or equal than argument n"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Log.cs b/trunk/Creshendo/Functions/Math/Log.cs new file mode 100644 index 0000000..746b3e9 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Log.cs @@ -0,0 +1,121 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm + /// + /// Log returns the natural logarithm of a double value. + /// + /// + [Serializable] + public class Log : IFunction + { + public const String LOG = "log"; + + /// + /// + public Log() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return LOG; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + if (params_Renamed.Length == 1) + { + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + bdval = n.BigDecimalValue; + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + bdval = (Decimal) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + bdval = rval.firstReturnValue().BigDecimalValue; + } + double bdh = System.Math.Log(Decimal.ToDouble(bdval)); //.pow(Math.E, bdval.doubleValue()); + bdval = new Decimal(bdh); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(log"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(log )\n" + "Function description:\n" + "\tCalculates the natural logarithm of its argument."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/MathFunctions.cs b/trunk/Creshendo/Functions/Math/MathFunctions.cs new file mode 100644 index 0000000..97c1af9 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/MathFunctions.cs @@ -0,0 +1,169 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util; +using Creshendo.Util.Rete; +//using List=Creshendo.Util.List; + +namespace Creshendo.Functions.Math +{ + public class MathFunctions : IFunctionGroup + { + //UPGRADE_NOTE: The initialization of 'funcs' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List funcs; + + public MathFunctions() + { + InitBlock(); + } + + #region FunctionGroup Members + + public virtual String Name + { + get { return "Math functions"; } + } + + + public virtual void loadFunctions(Rete engine) + { + Abs abs = new Abs(); + engine.declareFunction(abs); + funcs.Add(abs); + Acos acos = new Acos(); + engine.declareFunction(acos); + funcs.Add(acos); + Add add = new Add(); + engine.declareFunction(add); + funcs.Add(add); + Asin asin = new Asin(); + engine.declareFunction(asin); + funcs.Add(asin); + Atan atan = new Atan(); + engine.declareFunction(atan); + funcs.Add(atan); + Ceil ceil = new Ceil(); + engine.declareFunction(ceil); + funcs.Add(ceil); + Const cnst = new Const(); + engine.declareFunction(cnst); + funcs.Add(cnst); + Cos cos = new Cos(); + engine.declareFunction(cos); + funcs.Add(cos); + Degrees degrees = new Degrees(); + engine.declareFunction(degrees); + funcs.Add(degrees); + Divide div = new Divide(); + engine.declareFunction(div); + funcs.Add(div); + EqFunction eqf = new EqFunction(); + engine.declareFunction(eqf); + funcs.Add(eqf); + Evenp evenp = new Evenp(); + engine.declareFunction(evenp); + funcs.Add(evenp); + Exp exp = new Exp(); + engine.declareFunction(exp); + funcs.Add(exp); + Floor floor = new Floor(); + engine.declareFunction(floor); + funcs.Add(floor); + Greater gr = new Greater(); + engine.declareFunction(gr); + funcs.Add(gr); + GreaterOrEqual gre = new GreaterOrEqual(); + engine.declareFunction(gre); + funcs.Add(gre); + Less le = new Less(); + engine.declareFunction(le); + funcs.Add(le); + LessOrEqual leoe = new LessOrEqual(); + engine.declareFunction(leoe); + funcs.Add(leoe); + Log log = new Log(); + engine.declareFunction(log); + funcs.Add(log); + Max max = new Max(); + engine.declareFunction(max); + funcs.Add(max); + Min min = new Min(); + engine.declareFunction(min); + funcs.Add(min); + Multiply mul = new Multiply(); + engine.declareFunction(mul); + funcs.Add(mul); + NeqFunction neq = new NeqFunction(); + engine.declareFunction(neq); + funcs.Add(neq); + Oddp oddp = new Oddp(); + engine.declareFunction(oddp); + funcs.Add(oddp); + Pow pow = new Pow(); + engine.declareFunction(pow); + funcs.Add(pow); + Radians radians = new Radians(); + engine.declareFunction(radians); + funcs.Add(radians); + Random random = new Random(); + engine.declareFunction(random); + funcs.Add(random); + Rint rint = new Rint(); + engine.declareFunction(rint); + funcs.Add(rint); + Round round = new Round(); + engine.declareFunction(round); + funcs.Add(round); + Sin sin = new Sin(); + engine.declareFunction(sin); + funcs.Add(sin); + Sqrt sqrt = new Sqrt(); + engine.declareFunction(sqrt); + funcs.Add(sqrt); + Subtract sub = new Subtract(); + engine.declareFunction(sub); + funcs.Add(sub); + Tan tan = new Tan(); + engine.declareFunction(tan); + funcs.Add(tan); + // now we Add the functions under alias + engine.declareFunction("+", add); + engine.declareFunction("-", sub); + engine.declareFunction("*", mul); + engine.declareFunction("/", div); + engine.declareFunction("**", pow); + engine.declareFunction(">", gr); + engine.declareFunction(">=", gre); + engine.declareFunction("<", le); + engine.declareFunction("<=", leoe); + } + + public virtual IList listFunctions() + { + return funcs; + } + + #endregion + + private void InitBlock() + { + funcs = new List(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Max.cs b/trunk/Creshendo/Functions/Math/Max.cs new file mode 100644 index 0000000..51d2c57 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Max.cs @@ -0,0 +1,127 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm + /// + /// Max returns the greatest of two or more values. + /// + /// + [Serializable] + public class Max : IFunction + { + public const String MAX = "max"; + + /// + /// + public Max() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return MAX; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + Decimal bd = new Decimal(0); + if (params_Renamed != null) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[idx]; + bd = n.BigDecimalValue; + } + else if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + bd = (Decimal) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[idx] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[idx]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + bd = rval.firstReturnValue().BigDecimalValue; + } + if (idx == 0) + bdval = Decimal.Add(bdval, bd); + else + bdval = System.Math.Max(bdval, bd); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(max"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(max ( | )+)\n" + "Function description:\n" + "\tReturns the value of its largest numeric argument."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Min.cs b/trunk/Creshendo/Functions/Math/Min.cs new file mode 100644 index 0000000..d78954e --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Min.cs @@ -0,0 +1,127 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm + /// + /// Min returns the smallest of two or more values. + /// + /// + [Serializable] + public class Min : IFunction + { + public const String MIN = "min"; + + /// + /// + public Min() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return MIN; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + Decimal bd = new Decimal(0); + if (params_Renamed != null) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[idx]; + bd = n.BigDecimalValue; + } + else if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + bd = (Decimal) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[idx] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[idx]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + bd = rval.firstReturnValue().BigDecimalValue; + } + if (idx == 0) + bdval = Decimal.Add(bdval, bd); + else + bdval = System.Math.Min(bdval, bd); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(min"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(min ( | )+)\n" + "Function description:\n" + "\tReturns the value of its smallest numeric argument."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Multiply.cs b/trunk/Creshendo/Functions/Math/Multiply.cs new file mode 100644 index 0000000..918ed4b --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Multiply.cs @@ -0,0 +1,146 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Peter Lin + /// * + /// TODO To change the template for this generated type comment go to + /// Window - Preferences - Java - Code Style - Code Templates + /// + /// + [Serializable] + public class Multiply : IFunction + { + public const String MULTIPLY = "multiply"; + + /// + /// + public Multiply() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return MULTIPLY; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + if (params_Renamed != null) + { + if (params_Renamed[0] is ValueParam) + { + bdval = params_Renamed[0].BigDecimalValue; + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + bdval = (Decimal) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + bdval = rval.firstReturnValue().BigDecimalValue; + } + for (int idx = 1; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[idx]; + Decimal bd = n.BigDecimalValue; + bdval = Decimal.Multiply(bdval, bd); + } + else if (params_Renamed[idx] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[idx]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + Decimal bd = rval.firstReturnValue().BigDecimalValue; + if (idx == 0) + { + bdval = bd; + } + else + { + bdval = Decimal.Multiply(bdval, bd); + } + } + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(*"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(* ( | )+)\n" + "Function description:\n" + "\tCalculates the product of its arguments."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Oddp.cs b/trunk/Creshendo/Functions/Math/Oddp.cs new file mode 100644 index 0000000..52f2485 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Oddp.cs @@ -0,0 +1,108 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm + /// + /// If its ony argument is odd, Oddp returns true. + /// + /// + [Serializable] + public class Oddp : IFunction + { + public const String ODDP = "oddp"; + + /// + /// + public Oddp() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return ODDP; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + bool eval = false; + if (params_Renamed.Length == 1) + { + bdval = (Decimal) params_Renamed[0].getValue(engine, Constants.BIG_DECIMAL); + double bdh = Decimal.ToDouble(bdval); + if (bdh%2 == 1) + { + eval = true; + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, eval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(oddp"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(oddp )\n" + "Function description:\n" + "\tReturns true, if its only argument is odd."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Pow.cs b/trunk/Creshendo/Functions/Math/Pow.cs new file mode 100644 index 0000000..d59dd6d --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Pow.cs @@ -0,0 +1,130 @@ +/* +* Copyright 2006 Nikolaus Koemm, Christian Ebert +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm, Christian Ebert + /// + /// Returns the value of the first argument raised to the power of the following arguments. + /// + /// + [Serializable] + public class Pow : IFunction + { + public const String POW = "pow"; + + /// + /// + public Pow() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return POW; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + Decimal bd = new Decimal(0); + if (params_Renamed != null) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[idx]; + bd = n.BigDecimalValue; + } + else if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + bd = (Decimal) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[idx] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[idx]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + bd = rval.firstReturnValue().BigDecimalValue; + } + if (idx == 0) + bdval = Decimal.Add(bdval, bd); + else + { + double bdh = System.Math.Pow(Decimal.ToDouble(bdval), Decimal.ToDouble(bd)); + bdval = new Decimal(bdh); + } + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(pow"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(pow ( | )+)\n" + "Function description:\n" + "\tRaises its first argument to the power of the\n" + "\tfollowing arguments."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Radians.cs b/trunk/Creshendo/Functions/Math/Radians.cs new file mode 100644 index 0000000..426a8a7 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Radians.cs @@ -0,0 +1,122 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm + /// + /// Radians converts an angle measured in degrees to an approximately equivalent + /// angle measured in radians. + /// + /// + [Serializable] + public class Radians : IFunction + { + public const String RADIANS = "radians"; + + /// + /// + public Radians() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return RADIANS; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + if (params_Renamed != null) + { + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + bdval = n.BigDecimalValue; + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + bdval = (Decimal) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + bdval = rval.firstReturnValue().BigDecimalValue; + } + double bdh = Decimal.ToDouble(bdval); + bdval = Convert.ToDecimal(bdh/57.29578); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(radians"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(radians ( | )+)\n" + "Function description:\n" + "\t Converts its only argument from units of degrees" + "to units of radians."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Rint.cs b/trunk/Creshendo/Functions/Math/Rint.cs new file mode 100644 index 0000000..b10294f --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Rint.cs @@ -0,0 +1,122 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm + /// + /// Rint returns the double value closest to the argument. + /// + /// + [Serializable] + public class Rint : IFunction + { + public const String RINT = "rint"; + + /// + /// + public Rint() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return RINT; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + Decimal bd = new Decimal(0); + if (params_Renamed.Length == 1) + { + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + bdval = n.BigDecimalValue; + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + bdval = (Decimal) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + bdval = rval.firstReturnValue().BigDecimalValue; + } + double bdh = Decimal.ToDouble(bdval); + bdval = new Decimal(bdh); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(rint"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(rint )\n" + "Function description:\n" + "\tReturns the double value closest to the argument"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Round.cs b/trunk/Creshendo/Functions/Math/Round.cs new file mode 100644 index 0000000..273f679 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Round.cs @@ -0,0 +1,122 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm + /// + /// Round returns the closest int to the argument. + /// + /// + [Serializable] + public class Round : IFunction + { + public const String ROUND = "round"; + + /// + /// + public Round() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return ROUND; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = new Decimal(0); + Decimal bd = new Decimal(0); + if (params_Renamed.Length == 1) + { + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + bdval = n.BigDecimalValue; + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + bdval = (Decimal) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + bdval = rval.firstReturnValue().BigDecimalValue; + } + int bdh = Decimal.ToInt32(bdval); + bdval = new Decimal(bdh); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(round"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(round ( | ))\n" + "Function description:\n" + "\tRounds its only argument toward the closest integer."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Sin.cs b/trunk/Creshendo/Functions/Math/Sin.cs new file mode 100644 index 0000000..e1fc1d1 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Sin.cs @@ -0,0 +1,125 @@ +/* +* Copyright 2006 Christian Ebert +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Christian Ebert + /// + /// Returns the trigonometric sine of an angle. + /// + /// + [Serializable] + public class Sin : IFunction + { + public const String SIN = "sin"; + + /// + /// + public Sin() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.DOUBLE_PRIM_TYPE; } + } + + public virtual String Name + { + get { return SIN; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + double dval = 0; + if (params_Renamed != null) + { + if (params_Renamed.Length == 1) + { + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + dval = n.DoubleValue; + dval = System.Math.Sin(dval); + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + dval = bp.DoubleValue; + dval = System.Math.Sin(dval); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + dval = rval.firstReturnValue().DoubleValue; + dval = System.Math.Sin(dval); + } + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.DOUBLE_PRIM_TYPE, dval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(sin"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(sin | )\n" + "Function description:\n" + "\tCalculates the sine of the numeric argument.\n" + "\tThe argument is expected to be in radians."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Sqrt.cs b/trunk/Creshendo/Functions/Math/Sqrt.cs new file mode 100644 index 0000000..afe5913 --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Sqrt.cs @@ -0,0 +1,105 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Nikolaus Koemm + /// + /// Sqrt returns the square root value of a double value. + /// + /// + [Serializable] + public class Sqrt : IFunction + { + public const String SQRT = "sqrt"; + + /// + /// + public Sqrt() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return SQRT; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = 0; + double bdh = 0.0; + if (params_Renamed.Length == 1) + { + bdval = (Decimal) params_Renamed[0].getValue(engine, Constants.BIG_DECIMAL); + bdh = System.Math.Sqrt(Decimal.ToDouble(bdval)); + bdval = new Decimal(bdh); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(sqrt"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(sqrt )\n" + "Function description:\n" + "\tReturns the square root of its only argument."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Math/Tan.cs b/trunk/Creshendo/Functions/Math/Tan.cs new file mode 100644 index 0000000..80ecbef --- /dev/null +++ b/trunk/Creshendo/Functions/Math/Tan.cs @@ -0,0 +1,125 @@ +/* +* Copyright 2006 Christian Ebert +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions.Math +{ + /// Christian Ebert + /// + /// Returns the trigonometric tangent of an angle. + /// + /// + [Serializable] + public class Tan : IFunction + { + public const String TAN = "tan"; + + /// + /// + public Tan() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.DOUBLE_PRIM_TYPE; } + } + + public virtual String Name + { + get { return TAN; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + double dval = 0; + if (params_Renamed != null) + { + if (params_Renamed.Length == 1) + { + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + dval = n.DoubleValue; + dval = System.Math.Tan(dval); + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + dval = bp.DoubleValue; + dval = System.Math.Tan(dval); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + dval = rval.firstReturnValue().DoubleValue; + dval = System.Math.Tan(dval); + } + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.DOUBLE_PRIM_TYPE, dval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(tan"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(tan | )\n" + "Function description:\n" + "\tCalculates the tangent of the numeric argument.\n" + "\tThe argument is expected to be in radians."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/MemberFunction.cs b/trunk/Creshendo/Functions/MemberFunction.cs new file mode 100644 index 0000000..8636556 --- /dev/null +++ b/trunk/Creshendo/Functions/MemberFunction.cs @@ -0,0 +1,186 @@ +using System; +using System.Reflection; +using System.Security; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Christian Ebert + /// + /// Calls a method of a specified object. + /// + /// + [Serializable] + public class MemberFunction : IFunction + { + public const String MEMBER = "member"; + + public MemberFunction(ClassnameResolver classnameResolver) + { + } + + #region Function Members + + public virtual String Name + { + get { return MEMBER; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + public virtual int ReturnType + { + get { return Constants.OBJECT_TYPE; } + } + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Object o = null; + Object ro = null; + String methodname = null; + Type[] argsclass = null; + Object[] args = null; + if (params_Renamed != null) + { + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + o = n.Value; + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + o = engine.getBinding(bp.VariableName); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + o = rval.firstReturnValue().Value; + } + if (params_Renamed[1] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[1]; + methodname = n.StringValue; + } + else if (params_Renamed[1] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[1]; + methodname = (String) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[1] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[1]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + methodname = rval.firstReturnValue().StringValue; + } + if (params_Renamed.Length > 2) + { + argsclass = new Type[params_Renamed.Length - 1]; + args = new Object[params_Renamed.Length - 1]; + } + for (int idx = 2; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[idx]; + argsclass[idx - 1] = n.Value.GetType(); + args[idx - 1] = n.Value; + } + else if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + argsclass[idx - 1] = engine.getBinding(bp.VariableName).GetType(); + args[idx - 1] = engine.getBinding(bp.VariableName); + } + else if (params_Renamed[idx] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[idx]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + argsclass[idx - 1] = rval.firstReturnValue().Value.GetType(); + args[idx - 1] = rval.firstReturnValue().Value; + } + } + try + { + Type classDefinition = o.GetType(); + MethodInfo method = classDefinition.GetMethod(methodname, (Type[]) argsclass); + ro = method.Invoke(o, (Object[]) args); + } + catch (UnauthorizedAccessException e) + { + // TODO Auto-generated catch block + System.Diagnostics.Trace.WriteLine(e.Message); + } + catch (SecurityException e) + { + // TODO Auto-generated catch block + System.Diagnostics.Trace.WriteLine(e.Message); + } + catch (MethodAccessException e) + { + // TODO Auto-generated catch block + System.Diagnostics.Trace.WriteLine(e.Message); + } + catch (ArgumentException e) + { + // TODO Auto-generated catch block + System.Diagnostics.Trace.WriteLine(e.Message); + } + catch (TargetInvocationException e) + { + // TODO Auto-generated catch block + System.Diagnostics.Trace.WriteLine(e.Message); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.OBJECT_TYPE, ro); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(member"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(member ( | | )+)\n"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/MemberTestFunction.cs b/trunk/Creshendo/Functions/MemberTestFunction.cs new file mode 100644 index 0000000..0bdc3f0 --- /dev/null +++ b/trunk/Creshendo/Functions/MemberTestFunction.cs @@ -0,0 +1,95 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// Any equal is used to compare a literal value against one or more + /// bindings. If any of the bindings is equal to the constant value, + /// the function returns true. + /// + /// + [Serializable] + public class MemberTestFunction : IFunction + { + public const String MEMBERTEST = "member$"; + + /// + /// + public MemberTestFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.INTEGER_OBJECT; } + } + + public virtual String Name + { + get { return MEMBERTEST; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (BoundParam), typeof (BoundParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector ret = new DefaultReturnVector(); + int index = - 1; + if (params_Renamed != null && params_Renamed.Length == 2) + { + Object first = params_Renamed[0].Value; + Object[] second = (Object[]) params_Renamed[1].Value; + for (int idx = 0; idx < second.Length; idx++) + { + if (first.Equals(second[idx])) + { + index = idx; + break; + } + } + } + if (index > - 1) + { + DefaultReturnValue rv = new DefaultReturnValue(Constants.INTEGER_OBJECT, index); + ret.addReturnValue(rv); + } + else + { + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, false); + ret.addReturnValue(rv); + } + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(member$ )\n" + "Function description:\n" + "\tCompares an expression against a multifield-expression." + "\n\tIf the single expression is in the second expression it," + "\n\treturns the integer position."; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/MemoryFreeFunction.cs b/trunk/Creshendo/Functions/MemoryFreeFunction.cs new file mode 100644 index 0000000..4dbec6e --- /dev/null +++ b/trunk/Creshendo/Functions/MemoryFreeFunction.cs @@ -0,0 +1,74 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Diagnostics; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + [Serializable] + public class MemoryFreeFunction : IFunction + { + public const String MEMORY_FREE = "mem-free"; + + public MemoryFreeFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return MEMORY_FREE; } + } + + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Process rt = Process.GetCurrentProcess(); + long free = GC.GetTotalMemory(false); + long total = GC.GetTotalMemory(false); + //UPGRADE_WARNING: Narrowing conversions may produce unexpected results in C#. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1042"' + double percentfree = ((double) free/(double) total)*100; + free = free/1024; + total = total/1024; + long mbtotal = total/1024; + String freestr = percentfree.ToString().Substring(0, (4) - (0)); + engine.writeMessage(free.ToString() + "Kb - " + freestr + "% free of " + mbtotal.ToString() + "Mb / " + total.ToString() + "Kb " + Constants.LINEBREAK, "t"); + DefaultReturnVector ret = new DefaultReturnVector(); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(mem-free)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/MemoryTotalFunction.cs b/trunk/Creshendo/Functions/MemoryTotalFunction.cs new file mode 100644 index 0000000..4e36a96 --- /dev/null +++ b/trunk/Creshendo/Functions/MemoryTotalFunction.cs @@ -0,0 +1,67 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Diagnostics; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + [Serializable] + public class MemoryTotalFunction : IFunction + { + public const String MEMORY_TOTAL = "mem-total"; + + public MemoryTotalFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return MEMORY_TOTAL; } + } + + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Process rt = Process.GetCurrentProcess(); + long total = GC.GetTotalMemory(false); + engine.writeMessage("Total memory " + (total/1024).ToString() + "Kb | " + (total/1024/1024).ToString() + "Mb" + Constants.LINEBREAK, "t"); + DefaultReturnVector ret = new DefaultReturnVector(); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(mem-total)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/MemoryUsedFunction.cs b/trunk/Creshendo/Functions/MemoryUsedFunction.cs new file mode 100644 index 0000000..835eb3e --- /dev/null +++ b/trunk/Creshendo/Functions/MemoryUsedFunction.cs @@ -0,0 +1,72 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Diagnostics; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + [Serializable] + public class MemoryUsedFunction : IFunction + { + public const String MEMORY_FREE = "mem-used"; + + public MemoryUsedFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return MEMORY_FREE; } + } + + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Process rt = Process.GetCurrentProcess(); + long free = GC.GetTotalMemory(false); + long total = GC.GetTotalMemory(false); + long used = total - free; + used = used/1024/1024; + total = total/1024; + long mbtotal = total/1024; + engine.writeMessage(used.ToString() + "Mb used of " + mbtotal.ToString() + "Mb " + Constants.LINEBREAK, "t"); + DefaultReturnVector ret = new DefaultReturnVector(); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(mem-free)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/MillisecondTime.cs b/trunk/Creshendo/Functions/MillisecondTime.cs new file mode 100644 index 0000000..da6b3e9 --- /dev/null +++ b/trunk/Creshendo/Functions/MillisecondTime.cs @@ -0,0 +1,78 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// EchoFunction is used to echo variable bindings in the shell. + /// + /// + [Serializable] + public class MillisecondTime : IFunction + { + public const String MSTIME = "ms-time"; + + /// + /// + public MillisecondTime() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.LONG_OBJECT; } + } + + public virtual String Name + { + get { return MSTIME; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (String[])}; } + } + + + /// The method expects an array of ShellBoundParam. The method will use + /// StringBuffer to resolve the binding and print out 1 binding per + /// line. + /// + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + //Decimal time = new Decimal((DateTime.Now.Ticks - 621355968000000000)/10000); + Decimal time = new Decimal(DateTime.Now.Ticks); + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, time); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(ms-time)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/ModifyFunction.cs b/trunk/Creshendo/Functions/ModifyFunction.cs new file mode 100644 index 0000000..2467724 --- /dev/null +++ b/trunk/Creshendo/Functions/ModifyFunction.cs @@ -0,0 +1,180 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// ModifyFunction is equivalent to CLIPS modify function. + /// + /// + [Serializable] + public class ModifyFunction : IFunction + { + public const String MODIFY = "modify"; + + protected internal IFact[] triggerFacts = null; + + /// + /// + public ModifyFunction() + { + } + + public virtual IFact[] TriggerFacts + { + set { triggerFacts = value; } + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + /* (non-Javadoc) + * @see woolfel.engine.rete.Function#getName() + */ + + get { return MODIFY; } + } + + /// The current implementation expects 3 parameters in the following + /// sequence:
+ /// BoundParam + /// SlotParam[] + ///
+ /// Example: (modify ?boundVariable (slotName value)* ) + ///
+ public virtual Type[] Parameter + { + get { return new Type[] {typeof (BoundParam), typeof (SlotParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool exec = false; + if (engine != null && params_Renamed != null && params_Renamed.Length >= 2 && params_Renamed[0].ObjectBinding) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + Deffact fact = (Deffact) bp.Fact; + try + { + // first retract the fact + engine.retractFact(fact); + // now modify the fact + SlotParam[] sp = new SlotParam[params_Renamed.Length - 1]; + for (int idx = 0; idx < sp.Length; idx++) + { + IParameter p = params_Renamed[idx + 1]; + if (p is SlotParam) + { + sp[idx] = (SlotParam) p; + } + } + fact.updateSlots(engine, convertToSlots(sp, fact.Deftemplate)); + if (fact.hasBinding()) + { + fact.resolveValues(engine, triggerFacts); + fact = fact.cloneFact(); + } + // now assert the fact using the same fact-id + engine.assertFact(fact); + exec = true; + } + catch (RetractException e) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + engine.writeMessage(e.Message); + } + catch (AssertException e) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + engine.writeMessage(e.Message); + } + } + + DefaultReturnVector rv = new DefaultReturnVector(); + DefaultReturnValue rval = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, exec); + rv.addReturnValue(rval); + return rv; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(modify "); + buf.Append("?" + ((BoundParam) params_Renamed[0]).VariableName + " "); + for (int idx = 1; idx < params_Renamed.Length; idx++) + { + // the parameter should be a deffact + SlotParam sp = (SlotParam) params_Renamed[idx]; + Slot s = sp.SlotValue; + if (s.Value is BoundParam) + { + buf.Append("(" + s.Name + " ?" + ((BoundParam) s.Value).VariableName + ")"); + } + else + { + buf.Append("(" + s.Name + " " + s.Value + ")"); + } + } + buf.Append(" )"); + return buf.ToString(); + } + else + { + return "(modify [binding] [deffact])\n" + "Function description:\n" + "\tAllows the user to modify template facts on the fact-list."; + } + } + + #endregion + + /// convert the SlotParam to Slot objects + /// + /// params + /// + /// + /// + /// + public virtual Slot[] convertToSlots(IParameter[] params_Renamed, Deftemplate templ) + { + Slot[] slts = new Slot[params_Renamed.Length]; + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + slts[idx] = ((SlotParam) params_Renamed[idx]).SlotValue; + int col = templ.getColumnIndex(slts[idx].Name); + if (col != - 1) + { + slts[idx].Id = col; + } + } + return slts; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/ModulesFunction.cs b/trunk/Creshendo/Functions/ModulesFunction.cs new file mode 100644 index 0000000..e205b90 --- /dev/null +++ b/trunk/Creshendo/Functions/ModulesFunction.cs @@ -0,0 +1,79 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using Creshendo.Util; +using Creshendo.Util.Rete; +//using IList=Creshendo.Util.IList; + +namespace Creshendo.Functions +{ + /// Sebastian Reinartz + /// + /// + /// + [Serializable] + public class ModulesFunction : IFunction + { + public const String MODULES = "modules"; + + public ModulesFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.STRING_TYPE; } + } + + public virtual String Name + { + get { return MODULES; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + IList modules = (IList) engine.WorkingMemory.Modules; + int count = modules.Count; + IEnumerator itr = modules.GetEnumerator(); + while (itr.MoveNext()) + { + IModule r = (IModule) itr.Current; + engine.writeMessage(r.ModuleName + Constants.LINEBREAK, "t"); + } + engine.writeMessage("for a total of " + count + Constants.LINEBREAK, "t"); + DefaultReturnVector rv = new DefaultReturnVector(); + return rv; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(set-focus)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/NeqFunction.cs b/trunk/Creshendo/Functions/NeqFunction.cs new file mode 100644 index 0000000..4eaa533 --- /dev/null +++ b/trunk/Creshendo/Functions/NeqFunction.cs @@ -0,0 +1,85 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Nikolaus Koemm + /// + /// + /// + [Serializable] + public class NeqFunction : IFunction + { + public const String NEQUAL = "neq"; + + /// + /// + public NeqFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return NEQUAL; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector ret = new DefaultReturnVector(); + bool eq = true; + if (params_Renamed != null && params_Renamed.Length > 1) + { + Object first = params_Renamed[0].getValue(engine, Constants.OBJECT_TYPE); + for (int idx = 1; idx < params_Renamed.Length; idx++) + { + Object other = params_Renamed[idx].getValue(engine, Constants.OBJECT_TYPE); + if (((first == null && other == null) || (first != null && first.Equals(other)))) + { + eq = false; + break; + } + } + } + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, eq); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(neq ( | )+)\n" + "Function description:\n" + "\tCompares a literal value against one or more" + "bindings. \n\tIf all of the bindings are equal to the constant value," + "\n\tthe function returns true."; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/NewFunction.cs b/trunk/Creshendo/Functions/NewFunction.cs new file mode 100644 index 0000000..92544c0 --- /dev/null +++ b/trunk/Creshendo/Functions/NewFunction.cs @@ -0,0 +1,189 @@ +using System; +using System.Reflection; +using System.Security; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Christian Ebert + /// + /// Creates a Java Object and returns it. + /// + /// + [Serializable] + public class NewFunction : IFunction + { + public const String NEW = "new"; + + private ClassnameResolver classnameResolver; + + public NewFunction(ClassnameResolver classnameResolver) + { + this.classnameResolver = classnameResolver; + } + + #region Function Members + + public virtual String Name + { + get { return NEW; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + public virtual int ReturnType + { + get { return Constants.OBJECT_TYPE; } + } + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Object o = null; + String classname = null; + Type[] argsclass = null; + Object[] args = null; + if (params_Renamed != null) + { + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + classname = n.StringValue; + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + classname = (String) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + classname = rval.firstReturnValue().StringValue; + } + args = new Object[params_Renamed.Length - 1]; + for (int idx = 1; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[idx]; + args[idx - 1] = n.Value; + } + else if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + args[idx - 1] = engine.getBinding(bp.VariableName); + } + else if (params_Renamed[idx] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[idx]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + args[idx - 1] = rval.firstReturnValue().Value; + } + } + //UPGRADE_NOTE: Exception 'java.lang.ClassNotFoundException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + //UPGRADE_NOTE: Exception 'java.lang.InstantiationException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + try + { + Type classDefinition = classnameResolver.resolveClass(classname); + ConstructorInfo foundConstructor = null; + for (int idx = 0; idx < classDefinition.GetConstructors().Length; idx++) + { + ConstructorInfo constructor = classDefinition.GetConstructors()[idx]; + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.reflect.Constructor.getParameterTypes' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + ParameterInfo[] parameterClasses = constructor.GetParameters(); + if (parameterClasses.Length == args.Length) + { + bool match = true; + for (int i = 0; i < parameterClasses.Length; ++i) + { + match &= (parameterClasses[i].GetType().IsInstanceOfType(args[i]) || args[i] == null); + } + if (match) + { + foundConstructor = constructor; + break; + } + } + } + if (foundConstructor != null) + { + //UPGRADE_ISSUE: Method 'java.lang.reflect.Constructor.newInstance' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangreflectConstructornewInstance_javalangObject[]"' + o = foundConstructor.Invoke(args); + } + } + + catch (UnauthorizedAccessException e) + { + // TODO Auto-generated catch block + System.Diagnostics.Trace.WriteLine(e.Message); + } + catch (SecurityException e) + { + // TODO Auto-generated catch block + System.Diagnostics.Trace.WriteLine(e.Message); + } + catch (ArgumentException e) + { + // TODO Auto-generated catch block + System.Diagnostics.Trace.WriteLine(e.Message); + } + catch (TargetInvocationException e) + { + // TODO Auto-generated catch block + System.Diagnostics.Trace.WriteLine(e.Message); + } + catch (Exception e) + { + // TODO Auto-generated catch block + System.Diagnostics.Trace.WriteLine(e.Message); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.OBJECT_TYPE, o); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(new"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(new ( | | )+)\n"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/NotFunction.cs b/trunk/Creshendo/Functions/NotFunction.cs new file mode 100644 index 0000000..bf1bf69 --- /dev/null +++ b/trunk/Creshendo/Functions/NotFunction.cs @@ -0,0 +1,123 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Nikolaus Koemm + /// + /// Min returns the smallest of two or more values. + /// + /// + [Serializable] + public class NotFunction : IFunction + { + public const String NOT = "NOT"; + + /// + /// + public NotFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return NOT; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool boolVal = true; + if (params_Renamed != null) + { + if (params_Renamed.Length == 1) + { + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + boolVal = n.BooleanValue; + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + boolVal = ((Boolean) engine.getBinding(bp.VariableName)); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + boolVal = rval.firstReturnValue().BooleanValue; + } + boolVal = (boolVal == false); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, boolVal); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(" + NOT); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(NOT )\n" + "Function description:\n" + "\tReturns the boolean not of any boolean expression argument."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/PPrintNodeFunction.cs b/trunk/Creshendo/Functions/PPrintNodeFunction.cs new file mode 100644 index 0000000..82d1e73 --- /dev/null +++ b/trunk/Creshendo/Functions/PPrintNodeFunction.cs @@ -0,0 +1,83 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// The function will print out the rule in a pretty format. Note the + /// format may not be identicle to what the user wrote. It is a normalized + /// and cleaned up format. + /// + /// + [Serializable] + public class PPrintNodeFunction : IFunction + { + public const String PPNODE = "ppnode"; + + /// + /// + public PPrintNodeFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return PPNODE; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + /// TODO - I need to finish this, so it can print out a node + /// in a pretty format + /// + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + } + } + DefaultReturnVector rv = new DefaultReturnVector(); + return rv; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + StringBuilder buf = new StringBuilder(); + return buf.ToString(); + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/PPrintRuleFunction.cs b/trunk/Creshendo/Functions/PPrintRuleFunction.cs new file mode 100644 index 0000000..8ac8bf9 --- /dev/null +++ b/trunk/Creshendo/Functions/PPrintRuleFunction.cs @@ -0,0 +1,82 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; +using Creshendo.Util.Rule; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// The function will print out the rule in a pretty format. Note the + /// format may not be identicle to what the user wrote. It is a normalized + /// and cleaned up format. + /// + /// + public class PPrintRuleFunction : IFunction + { + public const String PPRULES = "ppdefrule"; + + /// + /// + public PPrintRuleFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return PPRULES; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + IRule rls = engine.CurrentFocus.findRule(params_Renamed[idx].StringValue); + engine.writeMessage(rls.toPPString(), "t"); + } + } + DefaultReturnVector rv = new DefaultReturnVector(); + return rv; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + StringBuilder buf = new StringBuilder(); + return buf.ToString(); + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/PPrintTemplateFunction.cs b/trunk/Creshendo/Functions/PPrintTemplateFunction.cs new file mode 100644 index 0000000..d556962 --- /dev/null +++ b/trunk/Creshendo/Functions/PPrintTemplateFunction.cs @@ -0,0 +1,103 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using System.Text; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete; +//using List=Creshendo.Util.List; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// PPrintTemplate stands for Pretty Print deftemplate. It does the same + /// thing as (ppdeftemplate in CLIPS. + /// + /// + [Serializable] + public class PPrintTemplateFunction : IFunction + { + public const String PPTEMPLATES = "ppdeftemplate"; + + /// + /// + public PPrintTemplateFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return PPTEMPLATES; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (String)}; } + } + + + /// the function will printout one or more templates. This implementation + /// is slightly different than CLIPS in that it can take one or more + /// template names. The definition in CLIPS beginners guide states the + /// function does the following: (ppdeftemplate <deftemplate-name>) + /// + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + GenericHashMap filter = new GenericHashMap(); + if (params_Renamed != null && params_Renamed.Length > 0) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is ValueParam) + { + Object df = ((ValueParam) params_Renamed[idx]).Value; + filter.Put(df, df); + } + } + } + List templ = (List) engine.CurrentFocus.Templates; + IEnumerator itr = templ.GetEnumerator(); + while (itr.MoveNext()) + { + ITemplate tp = (ITemplate) itr.Current; + if (filter.Get(tp.Name) != null) + { + engine.writeMessage(tp.toPPString() + "\r\n", "t"); + } + } + return new DefaultReturnVector(); + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + StringBuilder buf = new StringBuilder(); + return buf.ToString(); + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/PrintFunction.cs b/trunk/Creshendo/Functions/PrintFunction.cs new file mode 100644 index 0000000..3549037 --- /dev/null +++ b/trunk/Creshendo/Functions/PrintFunction.cs @@ -0,0 +1,178 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// PrintFucntion is pretty simple. It can any number of parameters and + /// print it. + /// + /// + [Serializable] + public class PrintFunction : IFunction + { + public const String PRINTOUT = "printout"; + + /// + /// + public PrintFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + /* (non-Javadoc) + * @see woolfel.engine.rete.Function#getName() + */ + + get { return PRINTOUT; } + } + + /// The implementation returns an array of Count 1 with Parameter.class + /// as the only entry. Any function that can take an unlimited number + /// of Parameters should return new Class[] {Parameter.class}. + /// If a function doesn't take any parameters, the method should return + /// null instead. + /// + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + /// The implementation will call Rete.writeMessage(). This means that + /// if multiple output streams are set, the message will be printed to + /// all of them. + /// + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + // print out some stuff + if (params_Renamed.Length > 0) + { + String output = params_Renamed[0].StringValue; + for (int idx = 1; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + Object v = engine.getBinding(bp.VariableName); + if (v.GetType().IsArray) + { + Object[] ary = (Object[]) v; + writeArray(ary, engine, output, false); + } + else + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + engine.writeMessage(v.ToString(), output); + } + } + else if (params_Renamed[idx].Value != null && params_Renamed[idx].Value.Equals(Constants.CRLF)) + { + engine.writeMessage(Constants.LINEBREAK, output); + } + else + { + Object val = params_Renamed[idx].Value; + if (val is String) + { + engine.writeMessage((String) val, output); + } + else if (val.GetType().IsArray) + { + Object[] ary = (Object[]) val; + writeArray(ary, engine, output, true); + } + else + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + engine.writeMessage(val.ToString(), output); + } + } + } + } + // there's nothing to return, so just return a new DefaultReturnVector + return new DefaultReturnVector(); + } + + + /// Note: need to handle crlf correctly, for now leave it as is. + /// + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(print "); + buf.Append(params_Renamed[0].StringValue); + for (int idx = 1; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else + { + buf.Append(" \"" + params_Renamed[idx].StringValue + "\""); + } + } + buf.Append(" )"); + return buf.ToString(); + } + else + { + return "(print)"; + } + } + + #endregion + + public virtual void writeArray(Object[] arry, Rete engine, String output, bool linebreak) + { + for (int idz = 0; idz < arry.Length; idz++) + { + Object val = arry[idz]; + if (val is IFact) + { + IFact f = (IFact) val; + engine.writeMessage(f.toFactString() + " ", output); + } + else + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + engine.writeMessage(arry[idz].ToString() + " ", output); + } + if (linebreak) + { + engine.writeMessage(Constants.LINEBREAK, output); + } + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/PrintProfileFunction.cs b/trunk/Creshendo/Functions/PrintProfileFunction.cs new file mode 100644 index 0000000..6a7352d --- /dev/null +++ b/trunk/Creshendo/Functions/PrintProfileFunction.cs @@ -0,0 +1,78 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// PrintProfileFunction will print out the profile information. + /// + /// + [Serializable] + public class PrintProfileFunction : IFunction + { + public const String PRINT_PROFILE = "print-profile"; + + /// + /// + public PrintProfileFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return PRINT_PROFILE; } + } + + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + engine.writeMessage("fire ET=" + ProfileStats.fireTime + " ms" + Constants.LINEBREAK, "t"); + engine.writeMessage("assert ET=" + ProfileStats.assertTime + " ms" + Constants.LINEBREAK, "t"); + engine.writeMessage("retract ET=" + ProfileStats.retractTime + " ms" + Constants.LINEBREAK, "t"); + engine.writeMessage("Add Activation ET=" + ProfileStats.addActivation + " ms" + Constants.LINEBREAK, "t"); + engine.writeMessage("Remove Activation ET=" + ProfileStats.rmActivation + " ms" + Constants.LINEBREAK, "t"); + engine.writeMessage("Activation added=" + ProfileStats.addcount + Constants.LINEBREAK, "t"); + engine.writeMessage("Activation removed=" + ProfileStats.rmcount + Constants.LINEBREAK, "t"); + DefaultReturnVector ret = new DefaultReturnVector(); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(print-profile)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/ProfileFunction.cs b/trunk/Creshendo/Functions/ProfileFunction.cs new file mode 100644 index 0000000..e1f619a --- /dev/null +++ b/trunk/Creshendo/Functions/ProfileFunction.cs @@ -0,0 +1,102 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// ProfileFunction is used to turn on profiling. It provides basic + /// profiling of assert, retract, Add activation, Remove activation + /// and fire. + /// + /// + [Serializable] + public class ProfileFunction : IFunction + { + public const String PROFILE = "profile"; + + /// + /// + public ProfileFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return PROFILE; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx].StringValue.Equals("all")) + { + engine.Profile = ProfileType.PROFILE_ALL; + } + else if (params_Renamed[idx].StringValue.Equals("assert-fact")) + { + engine.Profile = ProfileType.PROFILE_ASSERT; + } + else if (params_Renamed[idx].StringValue.Equals("Add-activation")) + { + engine.Profile = ProfileType.PROFILE_ADD_ACTIVATION; + } + else if (params_Renamed[idx].StringValue.Equals("fire")) + { + engine.Profile = ProfileType.PROFILE_FIRE; + } + else if (params_Renamed[idx].StringValue.Equals("retract-fact")) + { + engine.Profile = ProfileType.PROFILE_RETRACT; + } + else if (params_Renamed[idx].StringValue.Equals("Remove-activation")) + { + engine.Profile = ProfileType.PROFILE_RM_ACTIVATION; + } + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(profile assert|all|retract|fire|Add-activation|Remove-activation)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Random.cs b/trunk/Creshendo/Functions/Random.cs new file mode 100644 index 0000000..f27dd7d --- /dev/null +++ b/trunk/Creshendo/Functions/Random.cs @@ -0,0 +1,103 @@ +/* +* Copyright 2006 Christian Ebert +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Christian Ebert + /// + /// Returns a double value with a positive sign, greater than or equal to 0.0 and less + /// than 1.0. Returned values are chosen pseudorandomly with (approximately) + /// uniform distribution from that range. + /// + /// + [Serializable] + public class Random : IFunction + { + public const String RANDOM = "random"; + + private readonly System.Random _random; + + /// + /// + public Random() + { + _random = new System.Random(); + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.DOUBLE_PRIM_TYPE; } + } + + public virtual String Name + { + get { return RANDOM; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + double dval = _random.NextDouble(); + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.DOUBLE_PRIM_TYPE, dval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(random"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(random)\n" + "Function description:\n" + "\tReturns a random value between 0.0 and 1.0."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/ResetFactsFunction.cs b/trunk/Creshendo/Functions/ResetFactsFunction.cs new file mode 100644 index 0000000..055fb7c --- /dev/null +++ b/trunk/Creshendo/Functions/ResetFactsFunction.cs @@ -0,0 +1,77 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// TODO To change the template for this generated type comment go to + /// + /// + [Serializable] + public class ResetFactsFunction : IFunction + { + public const String RESET_FACTS = "reset-facts"; + + /// + /// + public ResetFactsFunction() + { + } + + #region Function Members + + /// the function does not return anything + /// + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return RESET_FACTS; } + } + + /// reset does not take any parameters + /// + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + /// current implementation will call Rete.resetAll. This means it + /// will reset all objects and deffacts. + /// + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + engine.resetFacts(); + return new DefaultReturnVector(); + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(reset)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/ResetFunction.cs b/trunk/Creshendo/Functions/ResetFunction.cs new file mode 100644 index 0000000..469f9e8 --- /dev/null +++ b/trunk/Creshendo/Functions/ResetFunction.cs @@ -0,0 +1,78 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// Reset will reset all deffacts and objects. To reset just the objects, + /// call reset-objects + /// + /// + [Serializable] + public class ResetFunction : IFunction + { + public const String RESET = "reset"; + + /// + /// + public ResetFunction() + { + } + + #region Function Members + + /// the function does not return anything + /// + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return RESET; } + } + + /// reset does not take any parameters + /// + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + /// current implementation will call Rete.resetAll. This means it + /// will reset all objects and deffacts. + /// + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + engine.resetAll(); + return new DefaultReturnVector(); + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(reset)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/ResetObjectsFunction.cs b/trunk/Creshendo/Functions/ResetObjectsFunction.cs new file mode 100644 index 0000000..b864cd1 --- /dev/null +++ b/trunk/Creshendo/Functions/ResetObjectsFunction.cs @@ -0,0 +1,73 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// Reset the objects means retract all the objects and assert + /// them again. + /// + /// + [Serializable] + public class ResetObjectsFunction : IFunction + { + public const String RESET_OBJECTS = "reset-objects"; + + /// + /// + public ResetObjectsFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return RESET_OBJECTS; } + } + + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + engine.resetObjects(); + return new DefaultReturnVector(); + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + StringBuilder buf = new StringBuilder(); + return buf.ToString(); + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/RetractFunction.cs b/trunk/Creshendo/Functions/RetractFunction.cs new file mode 100644 index 0000000..73ee796 --- /dev/null +++ b/trunk/Creshendo/Functions/RetractFunction.cs @@ -0,0 +1,108 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; + +namespace Creshendo.Functions +{ + [Serializable] + public class RetractFunction : IFunction + { + public const String RETRACT = "retract"; + + public RetractFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return RETRACT; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (BoundParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector rv = new DefaultReturnVector(); + if (params_Renamed != null && params_Renamed.Length >= 1) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + Deffact fact = (Deffact) bp.Fact; + try + { + if (bp.ObjectBinding) + { + engine.retractObject(fact.ObjectInstance); + } + else + { + engine.retractFact(fact); + } + DefaultReturnValue rval = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, true); + rv.addReturnValue(rval); + } + catch (RetractException e) + { + DefaultReturnValue rval = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, false); + rv.addReturnValue(rval); + } + } + else if (params_Renamed[idx] is ValueParam) + { + Decimal bi = params_Renamed[idx].BigDecimalValue; + try + { + engine.retractById(Decimal.ToInt64(bi)); + DefaultReturnValue rval = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, true); + rv.addReturnValue(rval); + } + catch (RetractException e) + { + DefaultReturnValue rval = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, false); + rv.addReturnValue(rval); + } + } + } + } + return rv; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(retract [?binding|fact-id])\n" + "Function description:\n" + "\tAllows the user to Remove facts from the fact-list."; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/RightMatchesFunction.cs b/trunk/Creshendo/Functions/RightMatchesFunction.cs new file mode 100644 index 0000000..483260b --- /dev/null +++ b/trunk/Creshendo/Functions/RightMatchesFunction.cs @@ -0,0 +1,72 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// The purpose of RightMatches is to print out the facts in the right + /// side of BetaNodes. It isn't the same as matches function. Unlike + /// matches, RightMatches prints out all the facts on the right side + /// and doesn't show which facts it matches on the left. + /// + /// + [Serializable] + public class RightMatchesFunction : IFunction + { + public const String RIGHT_MATCHES = "right-matches"; + + /// + /// + public RightMatchesFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return RIGHT_MATCHES; } + } + + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + engine.WorkingMemory.printWorkingMemoryBetaRight(); + return new DefaultReturnVector(); + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(right-matches)\n" + "Function description:\n" + "\tPrints out the facts in the right side of BetaNodes,\n" + "\tand does not show which facts it matches on the left."; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/RuleEngineFunctions.cs b/trunk/Creshendo/Functions/RuleEngineFunctions.cs new file mode 100644 index 0000000..91c148f --- /dev/null +++ b/trunk/Creshendo/Functions/RuleEngineFunctions.cs @@ -0,0 +1,238 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util; +using Creshendo.Util.Rete; +//using List=Creshendo.Util.List; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// RuleEngineFunction is responsible for loading all the rule functions + /// related to engine operation. + /// + /// + [Serializable] + public class RuleEngineFunctions : IFunctionGroup + { + //UPGRADE_NOTE: The initialization of 'funcs' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List funcs; + + public RuleEngineFunctions() + { + InitBlock(); + } + + #region FunctionGroup Members + + public virtual String Name + { + get { return ("Rule engine functions"); } + } + + + public virtual void loadFunctions(Rete engine) + { + AssertFunction assrt = new AssertFunction(); + engine.declareFunction(assrt); + funcs.Add(assrt); + AnyEqFunction anyeq = new AnyEqFunction(); + engine.declareFunction(anyeq); + funcs.Add(anyeq); + BindFunction bindf = new BindFunction(); + engine.declareFunction(bindf); + funcs.Add(bindf); + ClearFunction clr = new ClearFunction(); + engine.declareFunction(clr); + funcs.Add(clr); + DefclassFunction defcls = new DefclassFunction(); + engine.declareFunction(defcls); + funcs.Add(defcls); + DefmoduleFunction dmod = new DefmoduleFunction(); + engine.declareFunction(dmod); + funcs.Add(dmod); + DefruleFunction drule = new DefruleFunction(); + engine.declareFunction(drule); + funcs.Add(drule); + DefinstanceFunction defins = new DefinstanceFunction(); + engine.declareFunction(defins); + funcs.Add(defins); + DeftemplateFunction dtemp = new DeftemplateFunction(); + engine.declareFunction(dtemp); + funcs.Add(dtemp); + EchoFunction efunc = new EchoFunction(); + engine.declareFunction(efunc); + funcs.Add(efunc); + EqFunction eq = new EqFunction(); + engine.declareFunction(eq); + funcs.Add(eq); + EvalFunction eval = new EvalFunction(); + engine.declareFunction(eval); + funcs.Add(eval); + ExitFunction ext = new ExitFunction(); + engine.declareFunction(ext); + funcs.Add(ext); + FactsFunction ffun = new FactsFunction(); + engine.declareFunction(ffun); + funcs.Add(ffun); + FireFunction fire = new FireFunction(); + engine.declareFunction(fire); + funcs.Add(fire); + FocusFunction focus = new FocusFunction(); + engine.declareFunction(focus); + funcs.Add(focus); + ModulesFunction modules = new ModulesFunction(); + engine.declareFunction(modules); + funcs.Add(modules); + GenerateFactsFunction genff = new GenerateFactsFunction(); + engine.declareFunction(genff); + funcs.Add(genff); + GarbageCollectFunction gcf = new GarbageCollectFunction(); + engine.declareFunction(gcf); + funcs.Add(gcf); + LazyAgendaFunction laf = new LazyAgendaFunction(); + engine.declareFunction(laf); + funcs.Add(laf); + ListDirectoryFunction ldir = new ListDirectoryFunction(); + engine.declareFunction(ldir); + funcs.Add(ldir); + ListFunctionsFunction lffnc = new ListFunctionsFunction(); + engine.declareFunction(lffnc); + engine.declareFunction("functions", lffnc); + funcs.Add(lffnc); + ListTemplatesFunction listTemp = new ListTemplatesFunction(); + engine.declareFunction(listTemp); + funcs.Add(listTemp); + LoadFunctionsFunction loadfunc = new LoadFunctionsFunction(); + engine.declareFunction(loadfunc); + funcs.Add(loadfunc); + LoadFunctionGroupFunction loadfg = new LoadFunctionGroupFunction(); + engine.declareFunction(loadfg); + funcs.Add(loadfg); + UsageFunction usage = new UsageFunction(); + engine.declareFunction(usage); + funcs.Add(usage); + MatchesFunction mf = new MatchesFunction(); + engine.declareFunction(mf); + funcs.Add(mf); + MemberTestFunction mtestf = new MemberTestFunction(); + engine.declareFunction(mtestf); + funcs.Add(mtestf); + MemoryFreeFunction mff = new MemoryFreeFunction(); + engine.declareFunction(mff); + funcs.Add(mff); + MemoryTotalFunction mtf = new MemoryTotalFunction(); + engine.declareFunction(mtf); + funcs.Add(mtf); + MemoryUsedFunction musd = new MemoryUsedFunction(); + engine.declareFunction(musd); + funcs.Add(musd); + MillisecondTime mstime = new MillisecondTime(); + engine.declareFunction(mstime); + funcs.Add(mstime); + ModifyFunction mod = new ModifyFunction(); + engine.declareFunction(mod); + funcs.Add(mod); + PPrintRuleFunction pprule = new PPrintRuleFunction(); + engine.declareFunction(pprule); + funcs.Add(pprule); + PPrintTemplateFunction pptemp = new PPrintTemplateFunction(); + engine.declareFunction(pptemp); + funcs.Add(pptemp); + PrintProfileFunction pproff = new PrintProfileFunction(); + engine.declareFunction(pproff); + funcs.Add(pproff); + ProfileFunction proff = new ProfileFunction(); + engine.declareFunction(proff); + funcs.Add(proff); + ResetFunction resetf = new ResetFunction(); + engine.declareFunction(resetf); + funcs.Add(resetf); + ResetFactsFunction resetff = new ResetFactsFunction(); + engine.declareFunction(resetff); + funcs.Add(resetff); + ResetObjectsFunction resetof = new ResetObjectsFunction(); + engine.declareFunction(resetof); + funcs.Add(resetof); + RetractFunction rtract = new RetractFunction(); + engine.declareFunction(rtract); + funcs.Add(rtract); + RightMatchesFunction rmfunc = new RightMatchesFunction(); + engine.declareFunction(rmfunc); + funcs.Add(rmfunc); + RulesFunction rf = new RulesFunction(); + engine.declareFunction(rf); + engine.declareFunction(RulesFunction.LISTRULES, rf); + funcs.Add(rf); + SaveFactsFunction savefacts = new SaveFactsFunction(); + engine.declareFunction(savefacts); + funcs.Add(savefacts); + SetFocusFunction setfoc = new SetFocusFunction(); + engine.declareFunction(setfoc); + funcs.Add(setfoc); + SpoolFunction spool = new SpoolFunction(); + engine.declareFunction(spool); + funcs.Add(spool); + TemplatesFunction tempf = new TemplatesFunction(); + engine.declareFunction(tempf); + engine.declareFunction(TemplatesFunction.LISTTEMPLATES, tempf); + funcs.Add(tempf); + TestRuleFunction trfunc = new TestRuleFunction(); + engine.declareFunction(trfunc); + funcs.Add(trfunc); + UnDefruleFunction udrule = new UnDefruleFunction(); + engine.declareFunction(udrule); + funcs.Add(udrule); + UnDeftemplateFunction udt = new UnDeftemplateFunction(); + engine.declareFunction(udt); + funcs.Add(udt); + UnWatchFunction uwatchf = new UnWatchFunction(); + engine.declareFunction(uwatchf); + funcs.Add(uwatchf); + UnProfileFunction uproff = new UnProfileFunction(); + engine.declareFunction(uproff); + funcs.Add(uproff); + ValidateRuleFunction vrf = new ValidateRuleFunction(); + engine.declareFunction(vrf); + funcs.Add(vrf); + VersionFunction ver = new VersionFunction(); + engine.declareFunction(ver); + funcs.Add(ver); + //ViewFunction view = new ViewFunction(); + //engine.declareFunction(view); + //funcs.Add(view); + WatchFunction watchf = new WatchFunction(); + engine.declareFunction(watchf); + funcs.Add(watchf); + } + + public virtual IList listFunctions() + { + return funcs; + } + + #endregion + + private void InitBlock() + { + funcs = new List(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/RulesFunction.cs b/trunk/Creshendo/Functions/RulesFunction.cs new file mode 100644 index 0000000..76497dd --- /dev/null +++ b/trunk/Creshendo/Functions/RulesFunction.cs @@ -0,0 +1,85 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util; +using Creshendo.Util.Rete; +using Creshendo.Util.Rule; +//using List=Creshendo.Util.List; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// The purpose of the function is to print out the names of the rules + /// and the comment. + /// + /// + [Serializable] + public class RulesFunction : IFunction + { + public const String LISTRULES = "list-defrules"; + public const String RULES = "rules"; + + public RulesFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return RULES; } + } + + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + List rules = (List) engine.CurrentFocus.AllRules; + int count = rules.Count; + IEnumerator itr = rules.GetEnumerator(); + while (itr.MoveNext()) + { + IRule r = (IRule) itr.Current; + engine.writeMessage(r.Name + " \"" + r.Comment + "\" salience:" + r.Salience + " version:" + r.Version + " no-agenda:" + r.NoAgenda + "\r\n", "t"); + } + engine.writeMessage("for a total of " + count + "\r\n", "t"); + DefaultReturnVector rv = new DefaultReturnVector(); + return rv; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(rules)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/SaveFactsFunction.cs b/trunk/Creshendo/Functions/SaveFactsFunction.cs new file mode 100644 index 0000000..98acf08 --- /dev/null +++ b/trunk/Creshendo/Functions/SaveFactsFunction.cs @@ -0,0 +1,110 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.IO; +using Creshendo.Util; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// Facts function will printout all the facts, not including any + /// initial facts which are internal to the rule engine. + /// + /// + [Serializable] + public class SaveFactsFunction : IFunction + { + public const String SAVE_FACTS = "save-facts"; + + /// + /// + public SaveFactsFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return SAVE_FACTS; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam), typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool saved = false; + bool sortid = true; + DefaultReturnVector rv = new DefaultReturnVector(); + if (params_Renamed != null && params_Renamed.Length >= 1) + { + if (params_Renamed[1] != null && params_Renamed[1].StringValue.Equals("template")) + { + sortid = false; + } + try + { + StreamWriter writer = new StreamWriter(params_Renamed[0].StringValue); + System.Collections.Generic.IList facts = engine.AllFacts; + Object[] sorted = null; + if (sortid) + { + sorted = FactUtils.sortFacts(facts); + } + else + { + sorted = FactUtils.sortFactsByTemplate(facts); + } + for (int idx = 0; idx < sorted.Length; idx++) + { + Deffact ft = (Deffact) sorted[idx]; + writer.Write(ft.toPPString() + Constants.LINEBREAK); + } + writer.Close(); + saved = true; + } + catch (IOException e) + { + // we should log this + } + } + DefaultReturnValue drv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, saved); + rv.addReturnValue(drv); + return rv; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(save-facts [filename] [sort(id|template)])"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/SetFocusFunction.cs b/trunk/Creshendo/Functions/SetFocusFunction.cs new file mode 100644 index 0000000..4ffc655 --- /dev/null +++ b/trunk/Creshendo/Functions/SetFocusFunction.cs @@ -0,0 +1,80 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class SetFocusFunction : IFunction + { + public const String SET_FOCUS = "set-focus"; + + public SetFocusFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.STRING_TYPE; } + } + + public virtual String Name + { + get { return SET_FOCUS; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + String focus = null; + if (params_Renamed != null && params_Renamed.Length == 1) + { + focus = params_Renamed[0].StringValue; + engine.Focus = focus; + focus = engine.CurrentFocus.ModuleName; + } + else + { + focus = engine.CurrentFocus.ModuleName; + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.STRING_TYPE, focus); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(set-focus)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/SetMembertFunction.cs b/trunk/Creshendo/Functions/SetMembertFunction.cs new file mode 100644 index 0000000..4e01aee --- /dev/null +++ b/trunk/Creshendo/Functions/SetMembertFunction.cs @@ -0,0 +1,118 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Reflection; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// SetMemberFunction is equivalent to JESS set-member function. This is a completely + /// clean implementation from scratch. The name and function signature are similar, + /// but the design and implementation are different. The design of the function is + /// strongly influenced by CLIPS, since the primary goal is full CLIPS compatability. + /// + /// + [Serializable] + public class SetMembertFunction : IFunction + { + public const String SET_MEMBER = "set-member"; + + /// + /// + public SetMembertFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + /* (non-Javadoc) + * @see woolfel.engine.rete.Function#getReturnType() + */ + + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + /* (non-Javadoc) + * @see woolfel.engine.rete.Function#getName() + */ + + get { return SET_MEMBER; } + } + + /// The current implementation expects 3 parameters in the following + /// sequence:
+ /// BoundParam + /// StringParam + /// ValueParam + ///
+ /// Example: (set-member ?objectVariable slotName value) + ///
+ public virtual Type[] Parameter + { + get { return new Type[] {typeof (BoundParam), typeof (StringParam), typeof (ValueParam)}; } + } + + + /* (non-Javadoc) + * @see woolfel.engine.rete.Function#executeFunction(woolfel.engine.Creshendo.Util.Rete.Rete, woolfel.engine.rete.Parameter[]) + */ + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + if (engine != null && params_Renamed != null && params_Renamed.Length == 3) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + StringParam slot = (StringParam) params_Renamed[1]; + ValueParam val = (ValueParam) params_Renamed[2]; + Object instance = bp.ObjectRef; + Defclass dc = engine.findDefclass(instance); + // we check to make sure the Defclass exists + if (dc != null) + { + MethodInfo setm = dc.getWriteMethod(slot.StringValue); + try + { + setm.Invoke(instance, (Object[]) new Object[] {val}); + } + catch (UnauthorizedAccessException e) + { + } + catch (TargetInvocationException e) + { + } + } + } + return new DefaultReturnVector(); + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + StringBuilder buf = new StringBuilder(); + return buf.ToString(); + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/ShellFunction.cs b/trunk/Creshendo/Functions/ShellFunction.cs new file mode 100644 index 0000000..7c15780 --- /dev/null +++ b/trunk/Creshendo/Functions/ShellFunction.cs @@ -0,0 +1,118 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// The purpose of Shell function is to make it easy to parse text in the shell + /// and execute the real function. ShellFunction expects the parser to pass + /// the name of the real function and parameter values. + /// + /// + [Serializable] + public class ShellFunction : IFunction + { + private IFunction actualFunction = null; + public String funcName = null; + private IParameter[] params_Renamed = null; + + /// + /// + public ShellFunction() + { + } + + public virtual IParameter[] Parameters + { + get { return params_Renamed; } + + set { params_Renamed = value; } + } + + public virtual IFunction Function + { + get { return actualFunction; } + + set { actualFunction = value; } + } + + #region Function Members + + public virtual int ReturnType + { + get { return actualFunction.ReturnType; } + } + + /// + /// The name of the function to call + /// + /// + /// + /// + public virtual String Name + { + get { return funcName; } + + set { funcName = value; } + } + + public virtual Type[] Parameter + { + get { return actualFunction.Parameter; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + lookUpFunction(engine); + if (this.params_Renamed != null && actualFunction != null) + { + return actualFunction.executeFunction(engine, this.params_Renamed); + } + else + { + DefaultReturnVector rv = new DefaultReturnVector(); + DefaultReturnValue rval = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, false); + rv.addReturnValue(rval); + return rv; + } + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + StringBuilder buf = new StringBuilder(); + return buf.ToString(); + } + + #endregion + + public virtual void lookUpFunction(Rete engine) + { + actualFunction = engine.findFunction(funcName); + } + + public void setParameters(IParameter[] pms) + { + params_Renamed = pms; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/SpoolFunction.cs b/trunk/Creshendo/Functions/SpoolFunction.cs new file mode 100644 index 0000000..7a04335 --- /dev/null +++ b/trunk/Creshendo/Functions/SpoolFunction.cs @@ -0,0 +1,120 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.IO; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// The purpose of spool function is to capture the output to a file, + /// and make it easier to record what happens. This is inspired by + /// Oracle SqlPlus spool function. + /// + /// + [Serializable] + public class SpoolFunction : IFunction + { + public const String SPOOL = "spool"; + + /// + /// + public SpoolFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return SPOOL; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool sp = true; + if (params_Renamed != null && params_Renamed.Length >= 2) + { + String val = params_Renamed[0].StringValue; + if (val.Equals("off")) + { + // turn off spooling + String name = params_Renamed[1].StringValue; + TextWriter writer = engine.removePrintWriter(name); + if (writer != null) + { + writer.Flush(); + //UPGRADE_NOTE: Exceptions thrown by the equivalent in .NET of method 'java.io.PrintWriter.close' may be different. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1099"' + writer.Close(); + } + } + else + { + // turn on spooling + // we expected a file name + String spname = params_Renamed[0].StringValue; + String fname = params_Renamed[1].StringValue; + try + { + FileInfo nfile = new FileInfo(fname); + nfile.Create(); + FileStream fos = new FileStream(nfile.FullName, FileMode.Create); + StreamWriter writer = new StreamWriter(fos); + engine.addPrintWriter(spname, writer); + } + catch (FileNotFoundException e) + { + // we should report it + sp = false; + } + catch (IOException e) + { + sp = false; + } + } + } + else + { + sp = false; + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, sp); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(spool | off )"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/StringCompareFunction.cs b/trunk/Creshendo/Functions/StringCompareFunction.cs new file mode 100644 index 0000000..5c797ad --- /dev/null +++ b/trunk/Creshendo/Functions/StringCompareFunction.cs @@ -0,0 +1,78 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class StringCompareFunction : IFunction + { + public const String STRING_COMPARE = "str-compare"; + + /// + /// + public StringCompareFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.INTEGER_OBJECT; } + } + + public virtual String Name + { + get { return STRING_COMPARE; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam), typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + int eq = - 1; + if (params_Renamed != null && params_Renamed.Length == 2) + { + String val = params_Renamed[0].StringValue; + String val2 = params_Renamed[1].StringValue; + eq = val.CompareTo(val2); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.INTEGER_OBJECT, eq); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(str-compare [string] [string])"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/StringFunctions.cs b/trunk/Creshendo/Functions/StringFunctions.cs new file mode 100644 index 0000000..bbc50ef --- /dev/null +++ b/trunk/Creshendo/Functions/StringFunctions.cs @@ -0,0 +1,84 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util; +using Creshendo.Util.Rete; +//using List=Creshendo.Util.List; + +namespace Creshendo.Functions +{ + public class StringFunctions : IFunctionGroup + { + //UPGRADE_NOTE: The initialization of 'funcs' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List funcs; + + public StringFunctions() + { + InitBlock(); + } + + #region FunctionGroup Members + + public virtual String Name + { + get { return ("String functions"); } + } + + + public virtual void loadFunctions(Rete engine) + { + StringCompareFunction compare = new StringCompareFunction(); + engine.declareFunction(compare); + funcs.Add(compare); + StringIndexFunction indx = new StringIndexFunction(); + engine.declareFunction(indx); + funcs.Add(indx); + StringLengthFunction strlen = new StringLengthFunction(); + engine.declareFunction(strlen); + funcs.Add(strlen); + StringLowerFunction lower = new StringLowerFunction(); + engine.declareFunction(lower); + funcs.Add(lower); + StringReplaceFunction strrepl = new StringReplaceFunction(); + engine.declareFunction(strrepl); + funcs.Add(strrepl); + StringUpperFunction upper = new StringUpperFunction(); + engine.declareFunction(upper); + funcs.Add(upper); + SubStringFunction sub = new SubStringFunction(); + engine.declareFunction(sub); + funcs.Add(sub); + StringTrimFunction trim = new StringTrimFunction(); + engine.declareFunction(trim); + funcs.Add(trim); + } + + public virtual IList listFunctions() + { + return funcs; + } + + #endregion + + private void InitBlock() + { + funcs = new List(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/StringIndexFunction.cs b/trunk/Creshendo/Functions/StringIndexFunction.cs new file mode 100644 index 0000000..5864526 --- /dev/null +++ b/trunk/Creshendo/Functions/StringIndexFunction.cs @@ -0,0 +1,78 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class StringIndexFunction : IFunction + { + public const String STRING_INDEX = "str-index"; + + /// + /// + public StringIndexFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.INTEGER_OBJECT; } + } + + public virtual String Name + { + get { return STRING_INDEX; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam), typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + int index = - 1; + if (params_Renamed != null && params_Renamed.Length == 2) + { + String val = params_Renamed[0].StringValue; + String pt = params_Renamed[1].StringValue; + index = val.IndexOf(pt); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.INTEGER_OBJECT, index); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(str-index [string] [pattern])"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/StringLengthFunction.cs b/trunk/Creshendo/Functions/StringLengthFunction.cs new file mode 100644 index 0000000..eef1bc7 --- /dev/null +++ b/trunk/Creshendo/Functions/StringLengthFunction.cs @@ -0,0 +1,77 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class StringLengthFunction : IFunction + { + public const String STRING_LENGTH = "str-length"; + + /// + /// + public StringLengthFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.INTEGER_OBJECT; } + } + + public virtual String Name + { + get { return STRING_LENGTH; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + int len = 0; + if (params_Renamed != null && params_Renamed.Length == 1) + { + String txt = params_Renamed[0].StringValue; + len = txt.Length; + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.INTEGER_OBJECT, len); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(str-length [string])"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/StringLowerFunction.cs b/trunk/Creshendo/Functions/StringLowerFunction.cs new file mode 100644 index 0000000..56ed820 --- /dev/null +++ b/trunk/Creshendo/Functions/StringLowerFunction.cs @@ -0,0 +1,77 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class StringLowerFunction : IFunction + { + public const String STRING_LOWER = "str-lower"; + + /// + /// + public StringLowerFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.STRING_TYPE; } + } + + public virtual String Name + { + get { return STRING_LOWER; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + String txt = null; + if (params_Renamed != null && params_Renamed.Length == 1) + { + txt = params_Renamed[0].StringValue; + txt = txt.ToLower(); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.STRING_TYPE, txt); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(str-lower [string])"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/StringReplaceFunction.cs b/trunk/Creshendo/Functions/StringReplaceFunction.cs new file mode 100644 index 0000000..976022a --- /dev/null +++ b/trunk/Creshendo/Functions/StringReplaceFunction.cs @@ -0,0 +1,82 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class StringReplaceFunction : IFunction + { + public const String STRING_REPLACE = "str-replace"; + + /// + /// + public StringReplaceFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.STRING_TYPE; } + } + + public virtual String Name + { + get { return STRING_REPLACE; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam), typeof (ValueParam), typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + String retstr = null; + if (params_Renamed != null && params_Renamed.Length == 3) + { + String txt = params_Renamed[0].StringValue; + String regx = params_Renamed[1].StringValue; + String repl = params_Renamed[2].StringValue; + + //retstr = txt.replaceFirst(regx, repl); + // TODO + retstr = txt.Replace(regx, repl); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.STRING_TYPE, retstr); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(str-replace [string] [pattern] [replace with])"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/StringTrimFunction.cs b/trunk/Creshendo/Functions/StringTrimFunction.cs new file mode 100644 index 0000000..7190f1c --- /dev/null +++ b/trunk/Creshendo/Functions/StringTrimFunction.cs @@ -0,0 +1,77 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class StringTrimFunction : IFunction + { + public const String STRING_TRIM = "str-trim"; + + /// + /// + public StringTrimFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.STRING_TYPE; } + } + + public virtual String Name + { + get { return STRING_TRIM; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + String txt = null; + if (params_Renamed != null && params_Renamed.Length == 1) + { + txt = params_Renamed[0].StringValue; + txt = txt.Trim(); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.STRING_TYPE, txt); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(str-trim [string])"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/StringUpperFunction.cs b/trunk/Creshendo/Functions/StringUpperFunction.cs new file mode 100644 index 0000000..cde705b --- /dev/null +++ b/trunk/Creshendo/Functions/StringUpperFunction.cs @@ -0,0 +1,77 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class StringUpperFunction : IFunction + { + public const String STRING_UPPER = "str-upper"; + + /// + /// + public StringUpperFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.STRING_TYPE; } + } + + public virtual String Name + { + get { return STRING_UPPER; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + String txt = null; + if (params_Renamed != null && params_Renamed.Length == 1) + { + txt = params_Renamed[0].StringValue; + txt = txt.ToUpper(); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.STRING_TYPE, txt); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(str-upper [string])"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/SubStringFunction.cs b/trunk/Creshendo/Functions/SubStringFunction.cs new file mode 100644 index 0000000..8d2cf08 --- /dev/null +++ b/trunk/Creshendo/Functions/SubStringFunction.cs @@ -0,0 +1,79 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class SubStringFunction : IFunction + { + public const String SUBSTRING = "sub-string"; + + /// + /// + public SubStringFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.STRING_TYPE; } + } + + public virtual String Name + { + get { return SUBSTRING; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam), typeof (ValueParam), typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + String sub = null; + if (params_Renamed != null && params_Renamed.Length == 3) + { + int begin = params_Renamed[0].IntValue; + int end = params_Renamed[1].IntValue; + String txt = params_Renamed[2].StringValue; + sub = txt.Substring(begin, (end) - (begin)); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.STRING_TYPE, sub); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(sub-string [begin] [end] [string])"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/Subtract.cs b/trunk/Creshendo/Functions/Subtract.cs new file mode 100644 index 0000000..51ad394 --- /dev/null +++ b/trunk/Creshendo/Functions/Subtract.cs @@ -0,0 +1,110 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// Subtract will subtract one or more numeric values. for example: + /// (- 100 12 4 32) + /// + /// + [Serializable] + public class Subtract : IFunction + { + public const String SUBTRACT = "subtract"; + + /// + /// + public Subtract() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BIG_DECIMAL; } + } + + public virtual String Name + { + get { return SUBTRACT; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + Decimal bdval = 0; + if (params_Renamed != null) + { + bdval = (Decimal) params_Renamed[0].getValue(engine, Constants.BIG_DECIMAL); + for (int idx = 1; idx < params_Renamed.Length; idx++) + { + Decimal bd = (Decimal) params_Renamed[idx].getValue(engine, Constants.BIG_DECIMAL); + bdval = Decimal.Subtract(bdval, bd); + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(-"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(- ( | )+)\n" + "Function description:\n" + "\t Returns the value of the first argument minus the " + "sum of all subsequent arguments."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/TemplatesFunction.cs b/trunk/Creshendo/Functions/TemplatesFunction.cs new file mode 100644 index 0000000..bc48a2c --- /dev/null +++ b/trunk/Creshendo/Functions/TemplatesFunction.cs @@ -0,0 +1,83 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util; +using Creshendo.Util.Rete; +//using List=Creshendo.Util.List; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// The purpose of the function is to print out the names of the rules + /// and the comment. + /// + /// + [Serializable] + public class TemplatesFunction : IFunction + { + public const String LISTTEMPLATES = "list-deftemplates"; + public const String TEMPLATES = "templates"; + + public TemplatesFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return TEMPLATES; } + } + + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + List templates = (List) engine.CurrentFocus.Templates; + int count = templates.Count; + IEnumerator itr = templates.GetEnumerator(); + while (itr.MoveNext()) + { + ITemplate r = (ITemplate) itr.Current; + engine.writeMessage(r.Name + Constants.LINEBREAK, "t"); + } + engine.writeMessage("for a total of " + count + Constants.LINEBREAK, "t"); + DefaultReturnVector rv = new DefaultReturnVector(); + return rv; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(templates)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/TestRuleFunction.cs b/trunk/Creshendo/Functions/TestRuleFunction.cs new file mode 100644 index 0000000..a04dbed --- /dev/null +++ b/trunk/Creshendo/Functions/TestRuleFunction.cs @@ -0,0 +1,128 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Text; +using Creshendo.Util; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Exception; +using Creshendo.Util.Rule; +using Creshendo.Util.Rule.Util; +//using List=Creshendo.Util.List; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// ClearFunction will call Rete.Clear() + /// + /// + [Serializable] + public class TestRuleFunction : IFunction + { + public const String TESTRULE = "test-rule"; + + /// + /// + public TestRuleFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return TESTRULE; } + } + + /// The function does not take any parameters + /// + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector ret = new DefaultReturnVector(); + if (params_Renamed != null && params_Renamed.Length == 1) + { + String rlz = params_Renamed[0].StringValue; + Defrule r = (Defrule) engine.CurrentFocus.findRule(params_Renamed[0].StringValue); + IList facts = GenerateFacts.generateFacts(r, engine); + if (facts.Count > 0) + { + try + { + engine.Watch = WatchType.WATCH_ALL; + IEnumerator itr = facts.GetEnumerator(); + while (itr.MoveNext()) + { + Object data = itr.Current; + if (data is Deffact) + { + engine.assertFact((Deffact) data); + } + else + { + engine.assertObject(data, null, false, true); + } + } + engine.fire(); + engine.UnWatch = WatchType.WATCH_ALL; + } + catch (AssertException e) + { + System.Diagnostics.Trace.WriteLine(e.Message); + } + } + } + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, true); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (indents > 0) + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < indents; idx++) + { + buf.Append(" "); + } + buf.Append("(test-rule)"); + return buf.ToString(); + } + else + { + return "(test-rule [rule])\n" + "Function description:\n" + "\tGenerate the facts for a rule, assert them and\n" + "\tcall (fire).\n"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/TrueFunction.cs b/trunk/Creshendo/Functions/TrueFunction.cs new file mode 100644 index 0000000..afe3325 --- /dev/null +++ b/trunk/Creshendo/Functions/TrueFunction.cs @@ -0,0 +1,97 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Nikolaus Koemm + /// + /// Min returns the smallest of two or more values. + /// + /// + [Serializable] + public class TrueFunction : IFunction + { + public const String TRUE_Renamed = "true"; + + /// + /// + public TrueFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return TRUE_Renamed; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, true); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + buf.Append("(" + TRUE_Renamed); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(true)\n" + "Function description:\n" + "\tRepresentation of the boolean constant true."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/UnDefruleFunction.cs b/trunk/Creshendo/Functions/UnDefruleFunction.cs new file mode 100644 index 0000000..3f6abff --- /dev/null +++ b/trunk/Creshendo/Functions/UnDefruleFunction.cs @@ -0,0 +1,100 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; +using Creshendo.Util.Rule; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class UnDefruleFunction : IFunction + { + public const String UNDEFRULE = "undefrule"; + + public UnDefruleFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return UNDEFRULE; } + } + + /// The expected parameter is a single ValueParam containing a deftemplate + /// instance. The function gets the deftemplate using Parameter.getValue(). + /// + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool removed = true; + if (params_Renamed.Length == 1) + { + String rl = params_Renamed[0].StringValue; + Defrule defrl = (Defrule) engine.CurrentFocus.findRule(rl); + if (defrl != null) + { + engine.CurrentFocus.removeRule(defrl, engine, engine.WorkingMemory); + } + else + { + removed = false; + } + } + else + { + removed = false; + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, removed); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null) + { + StringBuilder buf = new StringBuilder(); + return buf.ToString(); + } + else + { + return "(undefrule name)"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/UnDeftemplateFunction.cs b/trunk/Creshendo/Functions/UnDeftemplateFunction.cs new file mode 100644 index 0000000..cc7d9db --- /dev/null +++ b/trunk/Creshendo/Functions/UnDeftemplateFunction.cs @@ -0,0 +1,99 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// + /// + [Serializable] + public class UnDeftemplateFunction : IFunction + { + public const String UNDEFTEMPLATE = "undeftemplate"; + + public UnDeftemplateFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.BOOLEAN_OBJECT; } + } + + public virtual String Name + { + get { return UNDEFTEMPLATE; } + } + + /// The expected parameter is a single ValueParam containing a deftemplate + /// instance. The function gets the deftemplate using Parameter.getValue(). + /// + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + bool removed = true; + if (params_Renamed.Length == 1) + { + String template = params_Renamed[0].StringValue; + ITemplate t = engine.CurrentFocus.getTemplate(template); + if (!t.inUse()) + { + engine.CurrentFocus.removeTemplate(t, engine, engine.WorkingMemory); + } + else + { + removed = false; + } + } + else + { + removed = false; + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, removed); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null) + { + StringBuilder buf = new StringBuilder(); + return buf.ToString(); + } + else + { + return "(undeftemplate name)"; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/UnProfileFunction.cs b/trunk/Creshendo/Functions/UnProfileFunction.cs new file mode 100644 index 0000000..dc099ad --- /dev/null +++ b/trunk/Creshendo/Functions/UnProfileFunction.cs @@ -0,0 +1,102 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// ProfileFunction is used to turn on profiling. It provides basic + /// profiling of assert, retract, Add activation, Remove activation + /// and fire. + /// + /// + [Serializable] + public class UnProfileFunction : IFunction + { + public const String PROFILE = "unprofile"; + + /// + /// + public UnProfileFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return PROFILE; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx].StringValue.Equals("all")) + { + engine.Profile = ProfileType.PROFILE_ALL; + } + else if (params_Renamed[idx].StringValue.Equals("assert-fact")) + { + engine.Profile = ProfileType.PROFILE_ASSERT; + } + else if (params_Renamed[idx].StringValue.Equals("Add-activation")) + { + engine.Profile = ProfileType.PROFILE_ADD_ACTIVATION; + } + else if (params_Renamed[idx].StringValue.Equals("fire")) + { + engine.Profile = ProfileType.PROFILE_FIRE; + } + else if (params_Renamed[idx].StringValue.Equals("retract-fact")) + { + engine.Profile = ProfileType.PROFILE_RETRACT; + } + else if (params_Renamed[idx].StringValue.Equals("Remove-activation")) + { + engine.Profile = ProfileType.PROFILE_RM_ACTIVATION; + } + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(unprofile assert|all|retract|fire|Add-activation|Remove-activation)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/UnWatchFunction.cs b/trunk/Creshendo/Functions/UnWatchFunction.cs new file mode 100644 index 0000000..26885c4 --- /dev/null +++ b/trunk/Creshendo/Functions/UnWatchFunction.cs @@ -0,0 +1,107 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// WatchFunction allows users to watch different engine process, like + /// activations, facts and rules. + /// + /// + [Serializable] + public class UnWatchFunction : IFunction + { + protected internal const String UNWATCH = "unwatch"; + + /// + /// + public UnWatchFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return UNWATCH; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + if (params_Renamed != null) + { + // the params are not null, now check the parameter count + if (params_Renamed.Length > 0) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + String cmd = params_Renamed[idx].StringValue; + setWatch(engine, cmd); + } + } + else + { + // we do nothing, maybe we should return a message + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(unwatch)"; + } + + #endregion + + protected internal virtual void setWatch(Rete engine, String cmd) + { + if (cmd.Equals("all")) + { + engine.UnWatch = WatchType.WATCH_ALL; + } + else if (cmd.Equals("facts")) + { + engine.UnWatch = WatchType.WATCH_FACTS; + } + else if (cmd.Equals("activations")) + { + engine.UnWatch = WatchType.WATCH_ACTIVATIONS; + } + else if (cmd.Equals("rules")) + { + engine.UnWatch = WatchType.WATCH_RULES; + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/UsageFunction.cs b/trunk/Creshendo/Functions/UsageFunction.cs new file mode 100644 index 0000000..a2bb6ba --- /dev/null +++ b/trunk/Creshendo/Functions/UsageFunction.cs @@ -0,0 +1,144 @@ +/* +* Copyright 2006 Karl-Heinz Krempels +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Karl-Heinz Krempels + /// + /// + /// a short usage for a function name passed as argument. + /// + /// + /// name of a function. + /// + /// + [Serializable] + public class UsageFunction : IFunction + { + public const String USAGE = "usage"; + + /// + /// + public UsageFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.STRING_TYPE; } + } + + public virtual String Name + { + get { return USAGE; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam[])}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + String sval = new String("".ToCharArray()); + if (params_Renamed != null) + { + if (params_Renamed.Length == 1) + { + if (params_Renamed[0] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[0]; + sval = n.StringValue; + IFunction aFunction = engine.findFunction(sval); + if (aFunction != null) + sval = aFunction.toPPString(null, 0); + else + sval = toPPString(null, 0); + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + sval = bp.StringValue; + IFunction aFunction = engine.findFunction(sval); + if (aFunction != null) + sval = aFunction.toPPString(null, 0); + else + sval = toPPString(null, 0); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + IReturnVector rval = (IReturnVector) n.Value; + sval = rval.firstReturnValue().StringValue; + IFunction aFunction = engine.findFunction(sval); + if (aFunction != null) + sval = aFunction.toPPString(null, 0); + else + sval = toPPString(null, 0); + } + } + else + sval = toPPString(null, 0); + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.STRING_TYPE, sval); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + StringBuilder buf = new StringBuilder(); + + buf.Append("(usage "); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(usage )\n" + "Function description:\n" + "\tPrint a short description of .\n" + "\tPlease use the command \"functions\" to Get a list of all functions."; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/ValidateRuleFunction.cs b/trunk/Creshendo/Functions/ValidateRuleFunction.cs new file mode 100644 index 0000000..a836ea9 --- /dev/null +++ b/trunk/Creshendo/Functions/ValidateRuleFunction.cs @@ -0,0 +1,87 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// WatchFunction allows users to watch different engine process, like + /// activations, facts and rules. + /// + /// + [Serializable] + public class ValidateRuleFunction : IFunction + { + protected internal const String VALIDATE_RULE = "validate-rule"; + + /// + /// + public ValidateRuleFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return VALIDATE_RULE; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector ret = new DefaultReturnVector(); + bool val = false; + if (params_Renamed != null && params_Renamed.Length == 1) + { + if (params_Renamed[0].BooleanValue) + { + engine.ValidateRules = true; + val = true; + } + else if (!params_Renamed[0].BooleanValue) + { + engine.ValidateRules = false; + val = true; + } + } + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, val); + ret.addReturnValue(rv); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(validate-rule [true|false])"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/VersionFunction.cs b/trunk/Creshendo/Functions/VersionFunction.cs new file mode 100644 index 0000000..e570064 --- /dev/null +++ b/trunk/Creshendo/Functions/VersionFunction.cs @@ -0,0 +1,73 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// * + /// ClearFunction will call Rete.Clear() + /// + /// + [Serializable] + public class VersionFunction : IFunction + { + public const String VERSION = "version"; + + /// + /// + public VersionFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return VERSION; } + } + + /// The function does not take any parameters + /// + public virtual Type[] Parameter + { + get { return new Type[0]; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + DefaultReturnVector ret = new DefaultReturnVector(); + engine.writeMessage(Constants.VERSION + Constants.LINEBREAK, Constants.DEFAULT_OUTPUT); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(version)"; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Functions/WatchFunction.cs b/trunk/Creshendo/Functions/WatchFunction.cs new file mode 100644 index 0000000..d00acf6 --- /dev/null +++ b/trunk/Creshendo/Functions/WatchFunction.cs @@ -0,0 +1,107 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Functions +{ + /// Peter Lin + /// + /// WatchFunction allows users to watch different engine processes, like + /// activations, facts and rules. + /// + /// + [Serializable] + public class WatchFunction : IFunction + { + protected internal const String WATCH = "watch"; + + /// + /// + public WatchFunction() + { + } + + #region Function Members + + public virtual int ReturnType + { + get { return Constants.RETURN_VOID_TYPE; } + } + + public virtual String Name + { + get { return WATCH; } + } + + public virtual Type[] Parameter + { + get { return new Type[] {typeof (ValueParam)}; } + } + + + public virtual IReturnVector executeFunction(Rete engine, IParameter[] params_Renamed) + { + if (params_Renamed != null) + { + // the params are not null, now check the parameter count + if (params_Renamed.Length > 0) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + String cmd = params_Renamed[idx].StringValue; + setWatch(engine, cmd); + } + } + else + { + // we do nothing, maybe we should return a message + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + return ret; + } + + + public virtual String toPPString(IParameter[] params_Renamed, int indents) + { + return "(watch activations|all|facts|rules)\n" + "Function description:\n" + "\tAllows users to watch engine processes (activations, facts, rules)."; + } + + #endregion + + protected internal virtual void setWatch(Rete engine, String cmd) + { + if (cmd.Equals("all")) + { + engine.Watch = WatchType.WATCH_ALL; + } + else if (cmd.Equals("facts")) + { + engine.Watch = WatchType.WATCH_FACTS; + } + else if (cmd.Equals("activations")) + { + engine.Watch = WatchType.WATCH_ACTIVATIONS; + } + else if (cmd.Equals("rules")) + { + engine.Watch = WatchType.WATCH_RULES; + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/FunctionsPanel.cs b/trunk/Creshendo/FunctionsPanel.cs new file mode 100644 index 0000000..34b945c --- /dev/null +++ b/trunk/Creshendo/FunctionsPanel.cs @@ -0,0 +1,285 @@ +/// Copyright 2007 Nikolaus Koemm +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://jamocha.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace org.jamocha.gui.tab +{ + using System; + using ArrayList = java.util.ArrayList; + using Collection = java.util.Collection; + using Collections = java.util.Collections; + using List = java.util.List; + using JButton = javax.swing.JButton; + using JPanel = javax.swing.JPanel; + using JScrollPane = javax.swing.JScrollPane; + using JSplitPane = javax.swing.JSplitPane; + using JTable = javax.swing.JTable; + using JTextArea = javax.swing.JTextArea; + using ListSelectionEvent = javax.swing.event.ListSelectionEvent; + using ListSelectionListener = javax.swing.event.ListSelectionListener; + using AbstractTableModel = javax.swing.table.AbstractTableModel; + using JamochaGui = org.jamocha.gui.JamochaGui; + using TableMap = org.jamocha.gui.TableMap; + using TableSorter = org.jamocha.gui.TableSorter; + using IconLoader = org.jamocha.gui.icons.IconLoader; + using StringChannel = org.jamocha.messagerouter.StringChannel; + using Function = org.jamocha.rete.Function; + /// This Panel shows all functions currently in the Jamocha engine. + /// + /// + /// Nikolaus Koemm + /// + /// + public class FunctionsPanel:AbstractJamochaPanel, ListSelectionListener + { + + private const long serialVersionUID = 23; + + private JTextArea dumpAreaFunction; + + private JSplitPane pane; + + private JTable functionsTable; + + private FunctionsTableModel dataModel; + + private StringChannel editorChannel; + + private JButton reloadButton; + + public FunctionsPanel(JamochaGui gui):base(gui) + { + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + setLayout(new BorderLayout()); + + dataModel = new FunctionsTableModel(this); + TableSorter sorter = new TableSorter(new TableMap()); + ((TableMap) sorter.Model).setModel(dataModel); + functionsTable = new JTable(sorter); + sorter.addMouseListenerToHeaderInTable(functionsTable); + + functionsTable.setShowHorizontalLines(false); + functionsTable.setRowSelectionAllowed(true); + functionsTable.TableHeader.setReorderingAllowed(false); + functionsTable.TableHeader.setToolTipText("Click to sort ascending. Click while pressing the shift-key down to sort descending"); + functionsTable.SelectionModel.addListSelectionListener(this); + dumpAreaFunction = new JTextArea(); + dumpAreaFunction.setLineWrap(true); + dumpAreaFunction.setWrapStyleWord(true); + dumpAreaFunction.setEditable(false); + //UPGRADE_NOTE: If the given Font Name does not exist, a default Font instance is created. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1075"' + //UPGRADE_TODO: Method 'java.awt.Font.Plain' was converted to 'System.Drawing.FontStyle.Regular' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaawtFontPLAIN_f"' + dumpAreaFunction.setFont(new System.Drawing.Font("Courier", 12, (System.Drawing.FontStyle) System.Drawing.FontStyle.Regular)); + + pane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, new JScrollPane(functionsTable), new JScrollPane(dumpAreaFunction)); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(pane, BorderLayout.CENTER); + pane.setDividerLocation(gui.Preferences.getInt("functions.dividerlocation", 300)); + + reloadButton = new JButton("Reload Functions", IconLoader.getImageIcon("arrow_refresh")); + reloadButton.addActionListener(this); + JPanel buttonPanel = new JPanel(); + //UPGRADE_ISSUE: Constructor 'java.awt.FlowLayout.FlowLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + //UPGRADE_ISSUE: Field 'java.awt.FlowLayout.RIGHT' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + buttonPanel.setLayout(new FlowLayout(FlowLayout.RIGHT, 5, 1)); + buttonPanel.add(reloadButton); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000"' + add(buttonPanel, BorderLayout.PAGE_END); + + + initFunctionsList(); + } + + + private void initFunctionsList() + { + Collection c = gui.Engine.AllFunctions; + Function[] func = (Function[]) c.toArray(new Function[0]); + List funcs = new ArrayList(); + bool larger = false; + funcs.add(0, func[0]); + for (int idx = 1; idx <= func.Length - 1; idx++) + { + int bound = funcs.size(); + larger = true; + for (int indx = 0; indx < bound; indx++) + { + int cmpvalue = func[idx].Name.CompareTo(((Function) funcs.get(indx)).Name); + if (cmpvalue < 0) + { + funcs.add(indx, func[idx]); + indx = bound; + larger = false; + } + else if (cmpvalue == 0) + { + indx = bound; + larger = false; + } + } + if (larger) + { + funcs.add(func[idx]); + } + } + dataModel.setFunctions(funcs); + functionsTable.ColumnModel.getColumn(0).setPreferredWidth(50); + } + + + public override void setFocus() + { + base.setFocus(); + initFunctionsList(); + } + + public override void close() + { + if (editorChannel != null) + gui.Engine.MessageRouter.closeChannel(editorChannel); + gui.Preferences.putInt("functions.dividerlocation", pane.DividerLocation); + } + + public override void settingsChanged() + { + + } + + public virtual void actionPerformed(System.Object event_sender, System.EventArgs event_Renamed) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender.equals(reloadButton)) + { + initFunctionsList(); + } + } + + + + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'FunctionsTableModel' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private sealed class FunctionsTableModel:AbstractTableModel + { + public FunctionsTableModel(FunctionsPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(FunctionsPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + funclist = new ArrayList(); + } + private FunctionsPanel enclosingInstance; + private List Functions + { + set + { + this.funclist = value; + fireTableDataChanged(); + } + + } + public virtual int ColumnCount + { + get + { + return 1; + } + + } + public virtual int RowCount + { + get + { + return funclist.size(); + } + + } + public FunctionsPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + private const long serialVersionUID = 1L; + + //UPGRADE_NOTE: The initialization of 'funclist' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List funclist; + + + + public System.String getColumnName(int column) + { + switch (column) + { + + case 0: + return "Functions"; + + default: + return null; + + } + } + + + public bool isCellEditable(int row, int col) + { + return false; + } + + public System.Type getColumnClass(int aColumn) + { + if (aColumn == 0) + return typeof(System.String); + else + return typeof(System.Type); + } + + + public Function getRow(int row) + { + return (Function) funclist.get(row); + } + + public System.Object getValueAt(int row, int column) + { + System.String functionname = getRow(row).Name; + return functionname; + } + } + + + + public virtual void valueChanged(ListSelectionEvent arg0) + { + if (arg0.Source == functionsTable.SelectionModel) + { + System.Text.StringBuilder buffer = new System.Text.StringBuilder(); + if (functionsTable.SelectedColumnCount == 1 && functionsTable.SelectedRow > - 1) + { + Function function = dataModel.getRow(functionsTable.SelectedRow); + if (function != null) + { + buffer.Append(function.toPPString(null, 0)); + buffer.Append("\n"); + } + } + dumpAreaFunction.setText(buffer.ToString()); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/IconLoader.cs b/trunk/Creshendo/IconLoader.cs new file mode 100644 index 0000000..e7b1fbb --- /dev/null +++ b/trunk/Creshendo/IconLoader.cs @@ -0,0 +1,49 @@ +namespace org.jamocha.gui.icons +{ + using System; + using HashMap = java.util.HashMap; + + using ImageIcon = javax.swing.ImageIcon; + + public class IconLoader + { + + //UPGRADE_NOTE: The initialization of '_iconCache' was moved to static method 'org.jamocha.gui.icons.IconLoader'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private static Map _iconCache; + + public static ImageIcon getImageIcon(System.String name) + { + return getImageIcon(name, typeof(IconLoader), "png"); + } + + public static ImageIcon getImageIcon(System.String name, System.Type clazz) + { + return getImageIcon(name, clazz, "png"); + } + + //UPGRADE_NOTE: Synchronized keyword was removed from method 'getImageIcon'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + public static ImageIcon getImageIcon(System.String name, System.Type clazz, System.String extension) + { + lock (typeof(org.jamocha.gui.icons.IconLoader)) + { + ImageIcon icon = (ImageIcon) _iconCache.get(name); + if (null != icon) + { + return icon; + } + //UPGRADE_ISSUE: Method 'java.lang.Class.getResource' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangClassgetResource_javalangString"' + System.Uri url = clazz.getResource("images/" + name + "." + extension); + if (url != null) + { + icon = new ImageIcon(url); + _iconCache.put(name, icon); + } + return icon; + } + } + static IconLoader() + { + _iconCache = new HashMap(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/JMiniRadarShapeContainer.cs b/trunk/Creshendo/JMiniRadarShapeContainer.cs new file mode 100644 index 0000000..694ebf5 --- /dev/null +++ b/trunk/Creshendo/JMiniRadarShapeContainer.cs @@ -0,0 +1,254 @@ +namespace org.jamocha.rete.visualisation +{ + using System; + using Graphics2D = java.awt.Graphics2D; + /// Josef Alexander Hahn + /// A special JShapeContainer which can be used as + /// mini-map. Here you can scroll in the network and + /// the new offset is given to the MasterShapeContainer. + /// + /// + public class JMiniRadarShapeContainer:JShapeContainer + { + /// Sets the font height in pixels (normalized by the scaling factor, + /// which means, when scaling-factor=1) + /// + /// font height in pixels + /// + /// + virtual public int NormalizedFontHeight + { + set + { + normalizedFontHeight = value; + } + + } + /// Returns the actual scaling factor of the mini-map + /// + /// scaling factor + /// + /// + virtual public double Factor + { + get + { + double factorX = ((double) Width) / ((double) graphwidth + 10); + double factorY = ((double) Height) / ((double) graphheight + 10); + double factor = System.Math.Min(factorX, factorY); + return factor; + } + + } + virtual public System.Drawing.Size PreferredSize + { + get + { + return new System.Drawing.Size(150, 100); + } + + } + /// the MasterShapeContainer. That the + /// JShapeContainer which is controlled by + /// this MiniRadar. + /// + /// + virtual public JShapeContainer MasterShapeContainer + { + get + { + return masterShapeContainer; + } + + } + //UPGRADE_TODO: Method 'setMasterShapeContainer' was converted to a set modifier. This name conflicts with another property. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1137"' + /// sets the MasterShapeContainer. That the + /// JShapeContainer which is controlled by + /// this MiniRadar. + /// + /// The MasterShapeContainer + /// + /// + virtual public JZoomableShapeContainer MasterShapeContainer + { + set + { + this.masterShapeContainer = value; + value.addComponentListener(this); + } + + } + + protected internal JZoomableShapeContainer masterShapeContainer; + new protected internal int offsetX; + new protected internal int offsetY; + protected internal int normalizedFontHeight; + // that is the Font-Height in pixel + // which should be used normalized by + // the scaling-factor + + public JMiniRadarShapeContainer():base() + { + this.addMouseListener(this); + this.addMouseMotionListener(this); + offsetX = offsetY = 0; + } + + + /// Paints itself to the given Graphics + /// + /// The Graphics-canvas + /// + /// + public override void paint(System.Drawing.Graphics g) + { + base.paint(g); + System.Drawing.Color clr = new Color(100, 100, 255, 100); + SupportClass.GraphicsManager.manager.SetColor(g, clr); + double zoomFactor = masterShapeContainer.ZoomFactor; + double factorX = ((double) Width) / ((double) graphwidth + 10); + double factorY = ((double) Height) / ((double) graphheight + 10); + double factor = System.Math.Min(factorX, factorY); + int rectwidth = (int) (masterShapeContainer.Width * factor / zoomFactor) + 1; + int rectheight = (int) (masterShapeContainer.Height * factor / zoomFactor) + 1; + //UPGRADE_WARNING: Narrowing conversions may produce unexpected results in C#. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1042"' + int rectx = (int) (offsetX * factor); + //UPGRADE_WARNING: Narrowing conversions may produce unexpected results in C#. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1042"' + int recty = (int) (offsetY * factor); + g.FillRectangle(SupportClass.GraphicsManager.manager.GetBrush(g), rectx, recty, rectwidth, rectheight); + } + + + protected internal override void drawPrimitive(Primitive p, Graphics2D g) + { + double factor = Factor; + p.draw(g, factor, factor); + } + + + /// Adds a Shape into the container + /// + /// the primitive which should become added + /// + /// + public override void addPrimitive(Shape s) + { + base.addPrimitive(s); + if (s.width + s.x > graphwidth) + { + graphwidth = s.width + s.x; + repaint(); + } + if (s.height + s.y > graphheight) + { + graphheight = s.height + s.y; + repaint(); + } + } + + + + public virtual void mouseClicked(System.Object event_sender, System.EventArgs arg0) + { + radarNewPosition(arg0.X, arg0.Y); + } + + public virtual void mouseDragged(System.Object event_sender, System.Windows.Forms.MouseEventArgs arg0) + { + //UPGRADE_TODO: Method java.awt.event.MouseListener.mouseClicked was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + mouseClicked(event_sender, arg0); + } + + public virtual void mouseEntered(System.Object event_sender, System.EventArgs arg0) + { + } + public virtual void mouseExited(System.Object event_sender, System.EventArgs arg0) + { + } + public virtual void mousePressed(System.Object event_sender, System.Windows.Forms.MouseEventArgs arg0) + { + } + public virtual void mouseReleased(System.Object event_sender, System.Windows.Forms.MouseEventArgs arg0) + { + } + public virtual void mouseMoved(System.Object event_sender, System.Windows.Forms.MouseEventArgs arg0) + { + } + public virtual void componentHidden(System.Object event_sender, System.EventArgs arg0) + { + } + public virtual void componentMoved(System.Object event_sender, System.EventArgs arg0) + { + } + public virtual void componentShown(System.Object event_sender, System.EventArgs arg0) + { + } + + protected internal virtual void radarNewPosition(int x, int y) + { + double masterZoomFactor = masterShapeContainer.ZoomFactor; + double myScalingFactor = Factor; + //UPGRADE_WARNING: Narrowing conversions may produce unexpected results in C#. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1042"' + int x1 = (int) (x / myScalingFactor); + //UPGRADE_WARNING: Narrowing conversions may produce unexpected results in C#. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1042"' + int y1 = (int) (y / myScalingFactor); + x1 -= masterShapeContainer.Width / 2 / masterZoomFactor; + y1 -= masterShapeContainer.Height / 2 / masterZoomFactor; + int offsetXmax = graphwidth + 10 - (int) (masterShapeContainer.Width / masterZoomFactor); + int offsetYmax = graphheight + 10 - (int) (masterShapeContainer.Height / masterZoomFactor); + if (x1 > offsetXmax) + x1 = offsetXmax; + if (y1 > offsetYmax) + y1 = offsetYmax; + if (x1 < 0) + x1 = 0; + if (y1 < 0) + y1 = 0; + masterShapeContainer.OffsetX = x1; + masterShapeContainer.OffsetY = y1; + offsetX = x1; + offsetY = y1; + masterShapeContainer.repaint(); + this.repaint(); + } + + public virtual void componentResized(System.Object event_sender, System.EventArgs arg0) + { + bool weHadToChangeOffset = false; + double zoomFactor = masterShapeContainer.ZoomFactor; + int offsetXmax = graphwidth + 10 - (int) (masterShapeContainer.Width / zoomFactor); + int offsetYmax = graphheight + 10 - (int) (masterShapeContainer.Height / zoomFactor); + if (offsetX > offsetXmax) + { + offsetX = offsetXmax; weHadToChangeOffset = true; + } + if (offsetY > offsetYmax) + { + offsetY = offsetYmax; weHadToChangeOffset = true; + } + if (offsetX < 0) + { + offsetX = 0; weHadToChangeOffset = true; + } + if (offsetY < 0) + { + offsetY = 0; weHadToChangeOffset = true; + } + if (weHadToChangeOffset) + { + masterShapeContainer.OffsetX = offsetX; + masterShapeContainer.OffsetY = offsetY; + } + + //calculate good font size + int dpi = Toolkit.ScreenResolution; + //UPGRADE_WARNING: Narrowing conversions may produce unexpected results in C#. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1042"' + int ppRadarContainer = (int) ((normalizedFontHeight * Factor / dpi) * 72); + //UPGRADE_NOTE: If the given Font Name does not exist, a default Font instance is created. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1075"' + //UPGRADE_TODO: Method 'java.awt.Font.Plain' was converted to 'System.Drawing.FontStyle.Regular' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaawtFontPLAIN_f"' + Font = new System.Drawing.Font("SansSerif", ppRadarContainer, (System.Drawing.FontStyle) System.Drawing.FontStyle.Regular); + + repaint(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/JShapeContainer.cs b/trunk/Creshendo/JShapeContainer.cs new file mode 100644 index 0000000..22c36ef --- /dev/null +++ b/trunk/Creshendo/JShapeContainer.cs @@ -0,0 +1,197 @@ +namespace org.jamocha.rete.visualisation +{ + using System; + using Graphics2D = java.awt.Graphics2D; + using RenderingHints = java.awt.RenderingHints; + using JComponent = javax.swing.JComponent; + using List = java.util.List; + using ArrayList = java.util.ArrayList; + using Iterator = java.util.Iterator; + /// Josef Alexander Hahn + /// A Swing component which helds a list of primitives + /// and draws them + /// + /// + public class JShapeContainer:JComponent + { + /// sets the Font, which should be used while painting + /// the short-description + /// + /// the font + /// + /// + virtual public System.Drawing.Font Font + { + set + { + this.font = value; + } + + } + /// negative x-coordinate of the translation + /// + /// + /// sets the negative x-coordinate of the translation + /// + /// negative x-coord + /// + /// + virtual public int OffsetX + { + get + { + return offsetX; + } + + set + { + this.offsetX = value; + } + + } + /// negative y-coordinate of the translation + /// + /// + /// sets the negative y-coordinate of the translation + /// + /// negative y-coord + /// + /// + virtual public int OffsetY + { + get + { + return offsetY; + } + + set + { + this.offsetY = value; + } + + } + + protected internal List lines; + protected internal List shapes; + protected internal int graphwidth; + protected internal int graphheight; + protected internal int offsetX; + protected internal int offsetY; + protected internal System.Drawing.Font font; + + public JShapeContainer() + { + lines = new ArrayList(); + shapes = new ArrayList(); + offsetX = offsetY = 0; + } + + + /// Adds a ConnectorLine into the container + /// + /// the primitive which should become added + /// + /// + public virtual void addPrimitive(ConnectorLine c) + { + lines.add(c); + Graphics2D gr = (Graphics2D) Graphics; + if (gr == null) + return ; + drawPrimitive(c, gr); + } + + /// Adds a Shape into the container + /// + /// the primitive which should become added + /// + /// + public virtual void addPrimitive(Shape s) + { + shapes.add(s); + if (s.width + s.x > graphwidth) + graphwidth = s.width + s.x; + if (s.height + s.y > graphheight) + graphheight = s.height + s.y; + Graphics2D gr = (Graphics2D) Graphics; + if (gr == null) + return ; + drawPrimitive(s, gr); + } + + /// Removes a Primitive from the container + /// + /// primitive to delete + /// + /// + public virtual void removePrimitive(Primitive p) + { + if (p is ConnectorLine) + lines.remove(p); + if (p is Shape) + shapes.remove(p); + repaint(); + } + + /// Flushes the container + /// + public virtual void removeAllPrimitives() + { + lines.clear(); + shapes.clear(); + repaint(); + } + + protected internal virtual void drawPrimitive(Primitive p, Graphics2D g) + { + p.draw(g, offsetX, offsetY); + } + + + + public virtual void paint(System.Drawing.Graphics g) + { + Graphics2D gr = (Graphics2D) g; + gr.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); + gr.setFont(font); + Iterator itshapes = shapes.iterator(); + Iterator itarrows = lines.iterator(); + while (itshapes.hasNext()) + { + Shape s = (Shape) itshapes.next(); + drawPrimitive(s, gr); + } + while (itarrows.hasNext()) + { + ConnectorLine l = (ConnectorLine) itarrows.next(); + drawPrimitive(l, gr); + } + } + + + + /// Returns the Shape at the given position + /// + /// x-coordinate of the absolute position + /// + /// y-coordinate of the absolute position + /// + /// the shape at that position + /// + /// + public virtual Shape getShapeAtPosition(int x, int y) + { + //TODO: Not so efficient. Later, maybe, we should use a tricky + // data structure for finding the shape faster ;) + for (Iterator it = shapes.iterator(); it.hasNext(); ) + { + Shape s = (Shape) it.next(); + int offX = (x - s.X); + int offY = (y - s.Y); + if (offX >= 0 && offY >= 0 && offX <= s.Width && offY <= s.Height) + return s; + } + return null; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/JZoomableShapeContainer.cs b/trunk/Creshendo/JZoomableShapeContainer.cs new file mode 100644 index 0000000..c4ad691 --- /dev/null +++ b/trunk/Creshendo/JZoomableShapeContainer.cs @@ -0,0 +1,122 @@ +namespace org.jamocha.rete.visualisation +{ + using System; + using Graphics2D = java.awt.Graphics2D; + using Iterator = java.util.Iterator; + /// Josef Alexander Hahn + /// A special JShapeContainer which can zoom. + /// + /// + public class JZoomableShapeContainer:JShapeContainer + { + /// the actual zoom factor + /// + /// + virtual public double ZoomFactor + { + get + { + double factor = 1.0; + for (int i = 1; i <= zoomLevel; i++) + { + factor *= 2.0; + } + for (int i = - 1; i >= zoomLevel; i--) + { + factor /= 2.0; + } + return factor; + } + + } + /// sets the corresponding mini-map + /// + /// mini-map + /// + /// + virtual public JMiniRadarShapeContainer RadarShapeContainer + { + get + { + return radarShapeContainer; + } + + set + { + this.radarShapeContainer = value; + } + + } + + protected internal JMiniRadarShapeContainer radarShapeContainer; + internal int zoomLevel; + + public JZoomableShapeContainer():base() + { + zoomLevel = 0; + } + + /// increases the zoom level + /// + public virtual void zoomIn() + { + zoomLevel++; + repaint(); + if (radarShapeContainer != null) + { + radarShapeContainer.componentResized(null); + radarShapeContainer.repaint(); + } + } + + /// decreases the zoom level + /// + public virtual void zoomOut() + { + zoomLevel--; + repaint(); + if (radarShapeContainer != null) + { + radarShapeContainer.componentResized(null); + radarShapeContainer.repaint(); + } + } + + + protected internal override void drawPrimitive(Primitive p, Graphics2D g) + { + double factor = ZoomFactor; + p.draw(g, offsetX, offsetY, factor, factor); + } + + + + + + /// Returns the Shape at the given position + /// + /// x-coordinate of the absolute position + /// + /// y-coordinate of the absolute position + /// + /// the shape at that position + /// + /// + public override Shape getShapeAtPosition(int x, int y) + { + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int rx = (int) System.Math.Round(x / ZoomFactor + offsetX); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int ry = (int) System.Math.Round(y / ZoomFactor + offsetY); + for (Iterator it = shapes.iterator(); it.hasNext(); ) + { + Shape s = (Shape) it.next(); + int offX = (rx - s.X); + int offY = (ry - s.Y); + if (offX >= 0 && offY >= 0 && offX <= s.Width && offY <= s.Height) + return s; + } + return null; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Jamocha.cs b/trunk/Creshendo/Jamocha.cs new file mode 100644 index 0000000..81d01e8 --- /dev/null +++ b/trunk/Creshendo/Jamocha.cs @@ -0,0 +1,163 @@ +namespace org.jamocha +{ + using System; + using JamochaGui = org.jamocha.gui.JamochaGui; + using Rete = org.jamocha.rete.Rete; + using Shell = org.jamocha.rete.Shell; + + public class Jamocha + { + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassThread' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassThread:SupportClass.ThreadClass + { + public AnonymousClassThread(Jamocha enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(Jamocha enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private Jamocha enclosingInstance; + public Jamocha Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + //UPGRADE_TODO: The equivalent of method 'java.lang.Thread.run' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + override public void Run() + { + Enclosing_Instance.shell = new Shell(Enclosing_Instance.engine); + Enclosing_Instance.shell.run(); + } + } + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassThread1' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassThread1:SupportClass.ThreadClass + { + public AnonymousClassThread1(Jamocha enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(Jamocha enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private Jamocha enclosingInstance; + public Jamocha Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + //UPGRADE_TODO: The equivalent of method 'java.lang.Thread.run' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + override public void Run() + { + Enclosing_Instance.jamochaGui.showGui(); + } + } + virtual public JamochaGui JamochaGui + { + get + { + return jamochaGui; + } + + } + virtual public Shell Shell + { + get + { + return shell; + } + + } + + private JamochaGui jamochaGui; + + private Shell shell; + + private Rete engine; + + /// args + /// In args can be one or more of the following Strings: -shell: + /// start the normal Shell with System.in and System.out -gui : + /// start the graphical user interface for Jamocha with different + /// tabs and nice, included Shell. + /// + /// + [STAThread] + public static void Main(System.String[] args) + { + bool guiStarted = false; + bool shellStarted = false; + Jamocha jamocha = new Jamocha(new Rete()); + if (null != args) + { + for (int i = 0; i < args.Length; ++i) + { + if (args[i].ToUpper().Equals("-gui".ToUpper())) + { + jamocha.startGui(); + guiStarted = true; + } + else if (args[i].ToUpper().Equals("-shell".ToUpper())) + { + jamocha.startShell(); + shellStarted = true; + } + } + } + // if no arguments were given or by another cause neither gui nor shell + // were started, we show a usage guide. + if (!shellStarted && !guiStarted) + { + jamocha.showUsage(); + } + else if (!shellStarted) + { + jamocha.JamochaGui.ExitOnClose = true; + } + } + + internal Jamocha(Rete engine) + { + this.engine = engine; + } + + public virtual void startShell() + { + if (shell == null) + { + SupportClass.ThreadClass shellThread = new AnonymousClassThread(this); + shellThread.Start(); + } + } + + public virtual void startGui() + { + if (jamochaGui == null) + { + jamochaGui = new JamochaGui(engine); + SupportClass.ThreadClass guiThread = new AnonymousClassThread1(this); + guiThread.Start(); + } + } + + public virtual void showUsage() + { + //UPGRADE_ISSUE: Method 'java.lang.System.getProperty' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangSystemgetProperty_javalangString"' + System.String sep = System.getProperty("line.separator"); + System.Console.Out.WriteLine("You have to pass one or more of the following arguments:" + sep + sep + "-gui: starts a graphical user interface." + sep + "-shell: starts a simple Shell."); + System.Environment.Exit(0); + } + + + } +} \ No newline at end of file diff --git a/trunk/Creshendo/JamochaGui.cs b/trunk/Creshendo/JamochaGui.cs new file mode 100644 index 0000000..ae2aefb --- /dev/null +++ b/trunk/Creshendo/JamochaGui.cs @@ -0,0 +1,325 @@ +/// Copyright 2007 Karl-Heinz Krempels, Alexander Wilden +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://jamocha.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace org.jamocha.gui +{ + using System; + using LinkedList = java.util.LinkedList; + using List = java.util.List; + using BackingStoreException = java.util.prefs.BackingStoreException; + using Preferences = java.util.prefs.Preferences; + using JFrame = javax.swing.JFrame; + using JLabel = javax.swing.JLabel; + using JPanel = javax.swing.JPanel; + using JTabbedPane = javax.swing.JTabbedPane; + using ChangeEvent = javax.swing.event.ChangeEvent; + using ChangeListener = javax.swing.event.ChangeListener; + using IconLoader = org.jamocha.gui.icons.IconLoader; + using AbstractJamochaPanel = org.jamocha.gui.tab.AbstractJamochaPanel; + using FactsPanel = org.jamocha.gui.tab.FactsPanel; + using FunctionsPanel = org.jamocha.gui.tab.FunctionsPanel; + using LogPanel = org.jamocha.gui.tab.LogPanel; + using RetePanel = org.jamocha.gui.tab.RetePanel; + using SettingsPanel = org.jamocha.gui.tab.SettingsPanel; + using ShellPanel = org.jamocha.gui.tab.ShellPanel; + using TemplatesPanel = org.jamocha.gui.tab.TemplatesPanel; + using InterestType = org.jamocha.messagerouter.InterestType; + using StringChannel = org.jamocha.messagerouter.StringChannel; + using Rete = org.jamocha.rete.Rete; + /// + /// JamochaGui implements a GUI for the Jamocha Rule Engine + /// + /// + /// Karl-Heinz Krempels + /// + /// Alexander Wilden + /// + /// 0.01 + /// + /// + public class JamochaGui:JFrame, ChangeListener + { + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassWindowAdapter' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassWindowAdapter + { + public AnonymousClassWindowAdapter(JamochaGui enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(JamochaGui enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private JamochaGui enclosingInstance; + public JamochaGui Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + public void windowClosing(System.Object event_sender, System.ComponentModel.CancelEventArgs e) + { + Enclosing_Instance.close(); + } + } + private void InitBlock() + { + panels = new LinkedList(); + } + /// This sets if only the Gui is closed on exit or also the engine. By + /// default only the Gui will be closed. + /// + /// + /// exitOnClose + /// If false, only the gui will be closed + /// + /// + virtual public bool ExitOnClose + { + set + { + this.exitOnClose = value; + menuBar.showCloseGui(!value); + } + + } + /// Get the current Jamocha-engine. + /// + /// + /// The Jamocha-engine. + /// + /// + virtual public Rete Engine + { + get + { + return engine; + } + + } + virtual public StringChannel StringChannel + { + get + { + if (stringChannel == null) + stringChannel = Engine.MessageRouter.openChannel("gui_string_channel", InterestType.NONE); + return stringChannel; + } + + } + /// Returns the preferences for the JamochaGui + /// + /// + /// The Preferences-Node + /// + /// + virtual public Preferences Preferences + { + get + { + return preferences; + } + + } + + internal const long serialVersionUID = 1L; + + //UPGRADE_NOTE: Final was removed from the declaration of 'preferences '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + //UPGRADE_NOTE: The initialization of 'preferences' was moved to static method 'org.jamocha.gui.JamochaGui'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + internal static readonly Preferences preferences; + + private Rete engine; + + private JamochaMenuBar menuBar; + + private JTabbedPane tabbedPane; + + //UPGRADE_NOTE: The initialization of 'panels' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List panels; + + private bool exitOnClose = false; + + private StringChannel stringChannel; + + /// Create a GUI-Instance for Jamocha. + /// + /// + /// engine + /// The Jamocha-engine that will be used in the GUI. + /// + /// + public JamochaGui(Rete engine) + { + InitBlock(); + + // set up the frame + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + this.ContentPane.setLayout(new BorderLayout()); + this.setTitle("Jamocha"); + setSizeAndLocation(); + + // show logo + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + JPanel logoPanel = new JPanel(new BorderLayout()); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.EAST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + logoPanel.add(new JLabel(IconLoader.getImageIcon("jamocha")), BorderLayout.EAST); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.NORTH' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + this.ContentPane.add(logoPanel, BorderLayout.NORTH); + + // create a tabbed pane + tabbedPane = new JTabbedPane(); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + this.ContentPane.add(tabbedPane, BorderLayout.CENTER); + + // add MenuBar + menuBar = new JamochaMenuBar(this); + this.setJMenuBar(menuBar); + + // create a rete engine + this.engine = engine; + + // create a shell tab and add it to the tabbed pane + ShellPanel shellPanel = new ShellPanel(this); + tabbedPane.addTab("Shell", IconLoader.getImageIcon("application_osx_terminal"), shellPanel, "Jamocha Shell"); + panels.add(shellPanel); + FactsPanel factsPanel = new FactsPanel(this); + tabbedPane.addTab("Facts", IconLoader.getImageIcon("database"), factsPanel, "View or modify Facts"); + panels.add(factsPanel); + TemplatesPanel templatesPanel = new TemplatesPanel(this); + tabbedPane.addTab("Templates", IconLoader.getImageIcon("brick"), templatesPanel, "View or modify Templates"); + panels.add(templatesPanel); + FunctionsPanel functionsPanel = new FunctionsPanel(this); + tabbedPane.addTab("Functions", IconLoader.getImageIcon("cog"), functionsPanel, "View Functions"); + panels.add(functionsPanel); + RetePanel retePanel = new RetePanel(this); + tabbedPane.addTab("Rete", IconLoader.getImageIcon("eye"), retePanel, "View the Rete-network"); + panels.add(retePanel); + LogPanel logPanel = new LogPanel(this); + tabbedPane.addTab("Log", IconLoader.getImageIcon("monitor"), logPanel, "View alle messages from or to the Rete-engine"); + panels.add(logPanel); + SettingsPanel settingsPanel = new SettingsPanel(this); + tabbedPane.addTab("Settings", IconLoader.getImageIcon("wrench"), settingsPanel, "Settings for Jamocha"); + panels.add(settingsPanel); + + // add the tab pane to the frame + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + this.ContentPane.add(tabbedPane, BorderLayout.CENTER); + + tabbedPane.addChangeListener(this); + // add a listener to the frame to kill the engine when the GUI is closed + addWindowListener(new AnonymousClassWindowAdapter(this)); + } + + private void setSizeAndLocation() + { + // TODO Auto-generated method stub + int width = preferences.getInt("gui.width", 0); + int height = preferences.getInt("gui.height", 0); + int locx = preferences.getInt("gui.locx", - 1); + int locy = preferences.getInt("gui.locy", - 1); + if (locx == - 1 || locy == - 1) + { + // this.setLocationByPlatform(true); + } + else + { + this.setLocation(locx, locy); + } + if (width <= 0 || height <= 0) + { + this.setSize(750, 550); + } + else + { + this.setSize(width, height); + } + } + + + + + /// Sets the GUI visible and calls setFocus() on the shellPanel. + /// + /// + public virtual void showGui() + { + setSize(new System.Drawing.Size(600, 400)); + setVisible(true); + // panels.get(0).setFocus(); + } + + + /// Informs all Panels, that some Settings might have changed. + /// + /// + public virtual void settingsChanged() + { + for (int idx = 0; idx < panels.size(); idx++) + { + AbstractJamochaPanel panel = (AbstractJamochaPanel) panels.get(idx); + panel.settingsChanged(); + } + } + + /// Closes the GUI and informs all Panels. + /// + /// + public virtual void close() + { + if (stringChannel != null) + Engine.MessageRouter.closeChannel(stringChannel); + // save position and size + preferences.putInt("gui.width", Width); + preferences.putInt("gui.height", Height); + preferences.putInt("gui.locx", X); + preferences.putInt("gui.locy", Y); + + // inform other panels + for (int idx = 0; idx < panels.size(); idx++) + { + AbstractJamochaPanel panel = (AbstractJamochaPanel) panels.get(idx); + panel.close(); + } + try + { + preferences.flush(); + } + catch (BackingStoreException e) + { + e.printStackTrace(); + } + setVisible(false); + dispose(); + if (exitOnClose) + { + engine.close(); + System.Environment.Exit(0); + } + } + + /// Calls setFocus() on the currently selected Component in the tabbedPane. + /// + public virtual void stateChanged(ChangeEvent event_Renamed) + { + ((AbstractJamochaPanel) tabbedPane.SelectedComponent).setFocus(); + } + static JamochaGui() + { + preferences = Preferences.userRoot().node("org.jamocha.gui"); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/JamochaMenuBar.cs b/trunk/Creshendo/JamochaMenuBar.cs new file mode 100644 index 0000000..8c9a89f --- /dev/null +++ b/trunk/Creshendo/JamochaMenuBar.cs @@ -0,0 +1,110 @@ +/// Copyright 2007 Karl-Heinz Krempels, Alexander Wilden +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://jamocha.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace org.jamocha.gui +{ + using System; + using JFileChooser = javax.swing.JFileChooser; + using JMenu = javax.swing.JMenu; + using JMenuBar = javax.swing.JMenuBar; + using JMenuItem = javax.swing.JMenuItem; + using JOptionPane = javax.swing.JOptionPane; + using IconLoader = org.jamocha.gui.icons.IconLoader; + /// This class provides the Mainmenubar for the whole gui. + /// + /// + /// Karl-Heinz Krempels + /// + /// Alexander Wilden + /// + /// + public class JamochaMenuBar:JMenuBar + { + + private const long serialVersionUID = 2908247560107956066L; + + private JamochaGui gui; + + private JMenu fileMenu; + + private JMenuItem fileMenuBatch; + + private JMenuItem fileMenuCloseGui; + + private JMenuItem fileMenuQuit; + + public JamochaMenuBar(JamochaGui gui):base() + { + this.gui = gui; + + // adding the file menu + fileMenu = new JMenu("File"); + fileMenuBatch = new JMenuItem("Batch File ...", IconLoader.getImageIcon("lorry")); + fileMenuBatch.addActionListener(this); + fileMenuCloseGui = new JMenuItem("Close Gui", IconLoader.getImageIcon("disconnect")); + fileMenuCloseGui.addActionListener(this); + fileMenuQuit = new JMenuItem("Quit", IconLoader.getImageIcon("door_in")); + fileMenuQuit.addActionListener(this); + fileMenu.add(fileMenuBatch); + fileMenu.addSeparator(); + fileMenu.add(fileMenuCloseGui); + fileMenu.add(fileMenuQuit); + add(fileMenu); + } + + public virtual void showCloseGui(bool show) + { + fileMenuCloseGui.setVisible(show); + } + + public virtual void actionPerformed(System.Object event_sender, System.EventArgs event_Renamed) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == fileMenuQuit) + { + gui.ExitOnClose = true; + gui.close(); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == fileMenuCloseGui) + { + gui.ExitOnClose = false; + gui.close(); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == fileMenuBatch) + { + JFileChooser chooser = new JFileChooser(gui.Preferences.get("menubar.batchLastPath", "")); + chooser.setMultiSelectionEnabled(false); + if (chooser.showOpenDialog(this) == JFileChooser.APPROVE_OPTION) + { + System.IO.FileInfo file = chooser.SelectedFile; + if (file != null && System.IO.File.Exists(file.FullName)) + { + gui.Preferences.put("menubar.batchLastPath", file.FullName); + gui.StringChannel.executeCommand("(batch " + file.FullName + ")"); + JOptionPane.showMessageDialog(this, "Batch process started.\nPlease check the log for Messages.\nThe process might be running in the background for a while."); + } + } + } + } + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/LinkedHashMap.cs b/trunk/Creshendo/LinkedHashMap.cs new file mode 100644 index 0000000..60d9245 --- /dev/null +++ b/trunk/Creshendo/LinkedHashMap.cs @@ -0,0 +1,528 @@ +using System; +using System.Collections; + +namespace Creshendo.Util +{ + public abstract class AbstractLinkedDictionary : IDictionary + { + public readonly IDictionary Backend; + protected Link first; + protected Link last; + protected volatile uint updates; + + public AbstractLinkedDictionary(IDictionary backend) + { + Backend = backend; + } + + #region IDictionary Members + + public bool IsReadOnly + { + get { return Backend.IsReadOnly; } + } + + public virtual IDictionaryEnumerator GetEnumerator() + { + return GetEnumeratorForward(); + } + + public object this[object key] + { + get { return getItem(key).Value; } + set + { + updates++; + setItem(key, value); + } + } + + public void Remove(object key) + { + updates++; + removeItem(key); + } + + public bool Contains(object key) + { + return Backend.Contains(key); + } + + public void Clear() + { + updates++; + Backend.Clear(); + first = null; + last = null; + } + + public virtual ICollection Values + { + get { return ValuesForward; } + } + + public void Add(object key, object value) + { + updates++; + addItem(key, value); + } + + public virtual ICollection Keys + { + get { return KeysForward; } + } + + public bool IsFixedSize + { + get { return Backend.IsFixedSize; } + } + + public bool IsSynchronized + { + get { return Backend.IsSynchronized; } + } + + public int Count + { + get { return Backend.Count; } + } + + public void CopyTo(Array array, int index) + { + foreach (DictionaryEntry e in this) + array.SetValue(e, index++); + } + + public object SyncRoot + { + get { return Backend.SyncRoot; } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetEnumerator(); + } + + #region Debug Helpers + + private static object[] Array(ICollection c) + { + object[] a = new object[c.Count]; + c.CopyTo(a, 0); + return a; + } + + #endregion + + #endregion + + #region Nested type: DictionaryEnumerator_ + + private class DictionaryEnumerator_ : IDictionaryEnumerator + { + private readonly bool Forward; + private readonly AbstractLinkedDictionary Parent; + private readonly uint updates; + private Link current; + + public DictionaryEnumerator_(AbstractLinkedDictionary parent, bool forward) + { + Parent = parent; + Forward = forward; + current = null; + updates = parent.updates; + } + + #region IDictionaryEnumerator Members + + public void Reset() + { + current = null; + } + + public object Current + { + get { return Entry; } + } + + public bool MoveNext() + { + if (Parent.updates != updates) + throw new InvalidOperationException("Collection was modified after the enumerator was created"); + if (current == null) + current = Forward ? Parent.first : Parent.last; + else + current = Forward ? current.Next : current.Previous; + return current != null; + } + + public object Key + { + get + { + if (current == null) + throw new IndexOutOfRangeException(); + else + return current.Key; + } + } + + public object Value + { + get + { + if (current == null) + throw new IndexOutOfRangeException(); + else + return current.Value; + } + } + + public DictionaryEntry Entry + { + get + { + if (current == null) + throw new IndexOutOfRangeException(); + else + return new DictionaryEntry(current.Key, current.Value); + } + } + + #endregion + } + + #endregion + + #region Nested type: Keys_ + + public struct Keys_ : ICollection + { + private readonly bool Forward; + private readonly AbstractLinkedDictionary Parent; + + public Keys_(AbstractLinkedDictionary parent, bool forward) + { + Parent = parent; + Forward = forward; + } + + #region ICollection Members + + public bool IsSynchronized + { + get { return Parent.IsSynchronized; } + } + + public int Count + { + get { return Parent.Backend.Count; } + } + + public void CopyTo(Array array, int index) + { + foreach (object o in this) + array.SetValue(o, index++); + } + + public object SyncRoot + { + get { return Parent.SyncRoot; } + } + + public IEnumerator GetEnumerator() + { + return new Enumerator_(new DictionaryEnumerator_(Parent, Forward)); + } + + #endregion + + #region Nested type: Enumerator_ + + private struct Enumerator_ : IEnumerator + { + private readonly DictionaryEnumerator_ Enumerator; + + public Enumerator_(DictionaryEnumerator_ enumerator) + { + Enumerator = enumerator; + } + + #region IEnumerator Members + + public void Reset() + { + Enumerator.Reset(); + } + + public object Current + { + get { return Enumerator.Key; } + } + + public bool MoveNext() + { + return Enumerator.MoveNext(); + } + + #endregion + } + + #endregion + } + + #endregion + + #region Nested type: Link + + protected class Link + { + public readonly object Key; + public readonly object Value; + public Link Next; + public Link Previous; + + public Link(object key, object value, Link prev, Link next) + { + Key = key; + Value = value; + Previous = prev; + Next = next; + } + } + + #endregion + + #region Nested type: Values_ + + public struct Values_ : ICollection + { + private readonly bool Forward; + private readonly AbstractLinkedDictionary Parent; + + public Values_(AbstractLinkedDictionary parent, bool forward) + { + Parent = parent; + Forward = forward; + } + + #region ICollection Members + + public bool IsSynchronized + { + get { return Parent.IsSynchronized; } + } + + public int Count + { + get { return Parent.Count; } + } + + public void CopyTo(Array array, int index) + { + foreach (object o in this) + array.SetValue(o, index++); + } + + public object SyncRoot + { + get { return Parent.SyncRoot; } + } + + public IEnumerator GetEnumerator() + { + return new Enumerator_(new DictionaryEnumerator_(Parent, Forward)); + } + + #endregion + + #region Nested type: Enumerator_ + + private struct Enumerator_ : IEnumerator + { + private readonly DictionaryEnumerator_ Enumerator; + + public Enumerator_(DictionaryEnumerator_ enumerator) + { + Enumerator = enumerator; + } + + #region IEnumerator Members + + public void Reset() + { + Enumerator.Reset(); + } + + public object Current + { + get { return Enumerator.Value; } + } + + public bool MoveNext() + { + return Enumerator.MoveNext(); + } + + #endregion + } + + #endregion + } + + #region Abstracts + + protected abstract void removeItem(object key); + protected abstract void addItem(object key, object value); + protected abstract void setItem(object key, object value); + protected abstract Link getItem(object key); + + #endregion + + #region Explicit directional iteration + + public ICollection ValuesForward + { + get { return new Values_(this, true); } + } + + public ICollection ValuesBackward + { + get { return new Values_(this, false); } + } + + public ICollection KeysForward + { + get { return new Keys_(this, true); } + } + + public ICollection KeysBackward + { + get { return new Keys_(this, false); } + } + + public IDictionaryEnumerator GetEnumeratorForward() + { + return new DictionaryEnumerator_(this, true); + } + + public IDictionaryEnumerator GetEnumeratorBackward() + { + return new DictionaryEnumerator_(this, false); + } + + #endregion + + #endregion + } + + /// + /// Provides an IDictionary which is iterated in the inverse order of update + /// + public class UpdateLinkedDictionary : AbstractLinkedDictionary + { + public UpdateLinkedDictionary(IDictionary backend) : base(backend) + { + } + + protected override void addItem(object key, object value) + { + Link l = (Link) Backend[key]; + if (l != null) + throw new ArgumentException(String.Format("Key \"{0}\" already present in dictionary", key)); + l = new Link(key, value, last, null); + if (last != null) + last.Next = l; + last = l; + if (first == null) + first = l; + Backend.Add(key, l); + } + + protected override Link getItem(object key) + { + return (Link) Backend[key]; + } + + protected override void removeItem(object key) + { + Link l = (Link) Backend[key]; + if (l != null) + { + Link pre = l.Previous; + Link nxt = l.Next; + + if (pre != null) + pre.Next = nxt; + else + first = nxt; + if (nxt != null) + nxt.Previous = pre; + else + last = pre; + } + Backend.Remove(key); + } + + protected override void setItem(object key, object value) + { + Link l = getItem(key); + if (l != null) + removeItem(key); + addItem(key, value); + } + } + + public class LRUDictionary : UpdateLinkedDictionary + { + public LRUDictionary(IDictionary backend) : base(backend) + { + } + + protected override Link getItem(object key) + { + Link l = (Link) Backend[key]; + if (l == null) + return null; + Link nxt = l.Next; + if (nxt != null) // last => no-change + { + updates++; // looking is updating + // note, atleast 2 items in chain now, since l != last + Link pre = l.Previous; + if (pre == null) + first = nxt; + else + pre.Next = l.Next; + nxt.Previous = pre; // nxt != null since l != last + last.Next = l; + l.Next = null; + l.Previous = last; + last = l; + } + return l; + } + } + + public class MRUDictionary : LRUDictionary + { + public MRUDictionary(IDictionary backend) : base(backend) + { + } + + public override ICollection Keys + { + get { return KeysBackward; } + } + + public override ICollection Values + { + get { return ValuesBackward; } + } + + public override IDictionaryEnumerator GetEnumerator() + { + return GetEnumeratorForward(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/LogPanel.cs b/trunk/Creshendo/LogPanel.cs new file mode 100644 index 0000000..1bad4f7 --- /dev/null +++ b/trunk/Creshendo/LogPanel.cs @@ -0,0 +1,576 @@ +namespace org.jamocha.gui.tab +{ + using System; + using LinkedList = java.util.LinkedList; + using List = java.util.List; + using JButton = javax.swing.JButton; + using JComponent = javax.swing.JComponent; + using JPanel = javax.swing.JPanel; + using JScrollPane = javax.swing.JScrollPane; + using JSplitPane = javax.swing.JSplitPane; + using JTable = javax.swing.JTable; + using JTextArea = javax.swing.JTextArea; + using ListSelectionModel = javax.swing.ListSelectionModel; + using ListSelectionEvent = javax.swing.event.ListSelectionEvent; + using ListSelectionListener = javax.swing.event.ListSelectionListener; + using AbstractTableModel = javax.swing.table.AbstractTableModel; + using DefaultTableCellRenderer = javax.swing.table.DefaultTableCellRenderer; + using TableCellRenderer = javax.swing.table.TableCellRenderer; + using JamochaGui = org.jamocha.gui.JamochaGui; + using IconLoader = org.jamocha.gui.icons.IconLoader; + using InterestType = org.jamocha.messagerouter.InterestType; + using MessageEvent = org.jamocha.messagerouter.MessageEvent; + using StringChannel = org.jamocha.messagerouter.StringChannel; + using Function = org.jamocha.rete.Function; + + public class LogPanel:AbstractJamochaPanel, ListSelectionListener + { + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassJTable' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassJTable : JTable + { + public AnonymousClassJTable(LogPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(LogPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private LogPanel enclosingInstance; + public LogPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + private const long serialVersionUID = 1L; + + public virtual TableCellRenderer getCellRenderer(int row, int column) + { + return Enclosing_Instance.cellRenderer; + } + } + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassThread' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassThread:SupportClass.ThreadClass + { + public AnonymousClassThread(LogPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(LogPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private LogPanel enclosingInstance; + public LogPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + //UPGRADE_TODO: The equivalent of method 'java.lang.Thread.run' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + override public void Run() + { + List msgEvents = new LinkedList(); + while (Enclosing_Instance.running) + { + Enclosing_Instance.logChannel.fillEventList(msgEvents); + if (!msgEvents.isEmpty()) + { + Enclosing_Instance.dataModel.addEvents(msgEvents); + msgEvents.clear(); + } + else + { + try + { + System.Threading.Thread.Sleep(new System.TimeSpan(10000 * 10)); + } + catch (System.Threading.ThreadInterruptedException e) + { + // Can be ignored + } + } + } + Enclosing_Instance.gui.Engine.MessageRouter.closeChannel(Enclosing_Instance.logChannel); + } + } + private void InitBlock() + { + dataModel = new LogTableModel(this); + } + + private const long serialVersionUID = 4811690181744862051L; + + private JSplitPane pane; + + private JTextArea detailView; + + private JTable logTable; + + private JButton clearButton; + + //UPGRADE_NOTE: The initialization of 'dataModel' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private LogTableModel dataModel; + + private LogTableCellRenderer cellRenderer; + + private StringChannel logChannel; + + private bool running = true; + + public LogPanel(JamochaGui gui):base(gui) + { + InitBlock(); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + setLayout(new BorderLayout()); + logChannel = gui.Engine.MessageRouter.openChannel("gui_log", InterestType.ALL); + detailView = new JTextArea(); + detailView.setEditable(false); + //UPGRADE_NOTE: If the given Font Name does not exist, a default Font instance is created. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1075"' + //UPGRADE_TODO: Method 'java.awt.Font.Plain' was converted to 'System.Drawing.FontStyle.Regular' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaawtFontPLAIN_f"' + detailView.setFont(new System.Drawing.Font("Courier", 12, (System.Drawing.FontStyle) System.Drawing.FontStyle.Regular)); + cellRenderer = new LogTableCellRenderer(this); + logTable = new AnonymousClassJTable(this, dataModel); + logTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION); + logTable.SelectionModel.addListSelectionListener(this); + pane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, new JScrollPane(logTable), new JScrollPane(detailView)); + pane.setDividerLocation(gui.Preferences.getInt("log.dividerlocation", 300)); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(pane, BorderLayout.CENTER); + + SupportClass.ThreadClass logThread = new AnonymousClassThread(this); + logThread.Start(); + clearButton = new JButton("Clear Log", IconLoader.getImageIcon("monitor")); + clearButton.addActionListener(this); + JPanel buttonPanel = new JPanel(); + //UPGRADE_ISSUE: Constructor 'java.awt.FlowLayout.FlowLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + //UPGRADE_ISSUE: Field 'java.awt.FlowLayout.RIGHT' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + buttonPanel.setLayout(new FlowLayout(FlowLayout.RIGHT, 5, 1)); + buttonPanel.add(clearButton); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000"' + add(buttonPanel, BorderLayout.PAGE_END); + } + + public override void close() + { + running = false; + gui.Preferences.putInt("log.dividerlocation", pane.DividerLocation); + } + + public override void settingsChanged() + { + + } + + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'LogMessageEvent' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private sealed class LogMessageEvent:MessageEvent + { + private void InitBlock(LogPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + datetime = new System.Globalization.GregorianCalendar(); + } + private LogPanel enclosingInstance; + public virtual int SuperType + { + get + { + return superType; + } + + } + public virtual System.String DatetimeFormatted + { + get + { + System.Text.StringBuilder res = new System.Text.StringBuilder(); + //UPGRADE_TODO: field 'java.util.Calendar.get' was converted to 'SupportClass.CalendarManager.Get' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javautilCalendarget_int"' + res.Append(SupportClass.CalendarManager.manager.Get(datetime, SupportClass.CalendarManager.YEAR) + "/"); + //UPGRADE_TODO: field 'java.util.Calendar.get' was converted to 'SupportClass.CalendarManager.Get' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javautilCalendarget_int"' + res.Append(((SupportClass.CalendarManager.manager.Get(datetime, SupportClass.CalendarManager.MONTH) + 1 > 9)?"":"0") + (SupportClass.CalendarManager.manager.Get(datetime, SupportClass.CalendarManager.MONTH) + 1) + "/"); + //UPGRADE_TODO: field 'java.util.Calendar.get' was converted to 'SupportClass.CalendarManager.Get' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javautilCalendarget_int"' + res.Append(((SupportClass.CalendarManager.manager.Get(datetime, SupportClass.CalendarManager.DAY_OF_MONTH) > 9)?"":"0") + SupportClass.CalendarManager.manager.Get(datetime, SupportClass.CalendarManager.DAY_OF_MONTH) + " - "); + //UPGRADE_TODO: field 'java.util.Calendar.get' was converted to 'SupportClass.CalendarManager.Get' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javautilCalendarget_int"' + res.Append(((SupportClass.CalendarManager.manager.Get(datetime, SupportClass.CalendarManager.HOUR_OF_DAY) > 9)?"":"0") + SupportClass.CalendarManager.manager.Get(datetime, SupportClass.CalendarManager.HOUR_OF_DAY) + ":"); + //UPGRADE_TODO: field 'java.util.Calendar.get' was converted to 'SupportClass.CalendarManager.Get' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javautilCalendarget_int"' + res.Append(((SupportClass.CalendarManager.manager.Get(datetime, SupportClass.CalendarManager.MINUTE) > 9)?"":"0") + SupportClass.CalendarManager.manager.Get(datetime, SupportClass.CalendarManager.MINUTE) + ":"); + //UPGRADE_TODO: field 'java.util.Calendar.get' was converted to 'SupportClass.CalendarManager.Get' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javautilCalendarget_int"' + res.Append(((SupportClass.CalendarManager.manager.Get(datetime, SupportClass.CalendarManager.SECOND) > 9)?"":"0") + SupportClass.CalendarManager.manager.Get(datetime, SupportClass.CalendarManager.SECOND)); + return res.ToString(); + } + + } + public virtual System.String TypeFormatted + { + get + { + return typeFormatted; + } + + } + public LogPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + new private const long serialVersionUID = - 5690784906495393031L; + + //UPGRADE_NOTE: The initialization of 'datetime' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private System.Globalization.Calendar datetime; + + private System.String typeFormatted; + + private int superType; + + public const int TYPE_EVENT = 1; + + public const int TYPE_WARNING = 2; + + public const int TYPE_ERROR = 3; + + public LogMessageEvent(LogPanel enclosingInstance, MessageEvent event_Renamed):this(enclosingInstance, event_Renamed.Type, event_Renamed.Message, event_Renamed.ChannelId) + { + InitBlock(enclosingInstance); + } + + public LogMessageEvent(LogPanel enclosingInstance, int type, System.Object message, System.String channelId):base(type, message, channelId) + { + InitBlock(enclosingInstance); + switch (type) + { + + case MessageEvent.ADD_NODE_ERROR: + typeFormatted = "ERROR: Error adding node"; + superType = 3; + break; + + case MessageEvent.ADD_RULE_EVENT: + typeFormatted = "EVENT: added Rule"; + superType = 1; + break; + + case MessageEvent.CLIPSPARSER_ERROR: + typeFormatted = "ERROR: Error in CLIPSParser"; + superType = 3; + break; + + case MessageEvent.CLIPSPARSER_REINIT: + typeFormatted = "EVENT: CLIPSParser reinitialized"; + superType = 1; + break; + + case MessageEvent.CLIPSPARSER_WARNING: + typeFormatted = "WARNING: CLIPSParser-Warning"; + superType = 2; + break; + + case MessageEvent.COMMAND: + typeFormatted = "EVENT: incoming Command"; + superType = 1; + break; + + case MessageEvent.ENGINE: + typeFormatted = "EVENT: Engine-Message"; + superType = 1; + break; + + case MessageEvent.ERROR: + typeFormatted = "ERROR: unspecified Error"; + superType = 3; + break; + + case MessageEvent.FUNCTION_INVALID: + typeFormatted = "WARNING: invalid Function"; + superType = 2; + break; + + case MessageEvent.FUNCTION_NOT_FOUND: + typeFormatted = "WARNING: Function not found"; + superType = 2; + break; + + case MessageEvent.INVALID_RULE: + typeFormatted = "WARNING: invalid Rule"; + superType = 2; + break; + + case MessageEvent.PARSE_ERROR: + typeFormatted = "ERROR: Parse-Error"; + superType = 3; + break; + + case MessageEvent.REMOVE_RULE_EVENT: + typeFormatted = "EVENT: Rule removed"; + superType = 1; + break; + + case MessageEvent.RESULT: + typeFormatted = "EVENT: returned result"; + superType = 1; + break; + + case MessageEvent.RULE_EXISTS: + typeFormatted = "EVENT: Rule exists"; + superType = 1; + break; + + case MessageEvent.TEMPLATE_NOTFOUND: + typeFormatted = "WARNING: Template not found"; + superType = 2; + break; + + default: + typeFormatted = "Unknown Messagetype"; + superType = 1; + break; + + } + } + + + + } + + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'LogTableCellRenderer' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private sealed class LogTableCellRenderer:DefaultTableCellRenderer + { + public LogTableCellRenderer(LogPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(LogPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + colorError = System.Drawing.Color.RED; + colorWarning = System.Drawing.Color.ORANGE; + colorEvent = System.Drawing.Color.BLUE; + } + private LogPanel enclosingInstance; + public LogPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + private const long serialVersionUID = - 6649805279420707106L; + + //UPGRADE_NOTE: The initialization of 'colorError' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private System.Drawing.Color colorError; + + //UPGRADE_NOTE: The initialization of 'colorWarning' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private System.Drawing.Color colorWarning; + + //UPGRADE_NOTE: The initialization of 'colorEvent' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private System.Drawing.Color colorEvent; + + public System.Windows.Forms.Control getTableCellRendererComponent(JTable table, System.Object value_Renamed, bool isSelected, bool hasFocus, int row, int column) + { + JComponent returnComponent = (JComponent) base.getTableCellRendererComponent(table, value_Renamed, isSelected, hasFocus, row, column); + switch (((LogTableModel) table.Model).getRow(row).SuperType) + { + + case Enclosing_Instance.LogMessageEvent.TYPE_ERROR: + setForeground(colorError); + break; + + case Enclosing_Instance.LogMessageEvent.TYPE_WARNING: + setForeground(colorWarning); + break; + + default: + setForeground(colorEvent); + break; + + } + return returnComponent; + } + } + + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'LogTableModel' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private sealed class LogTableModel:AbstractTableModel + { + public LogTableModel(LogPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(LogPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + events = new LinkedList(); + } + private LogPanel enclosingInstance; + public virtual int ColumnCount + { + get + { + return 3; + } + + } + public virtual int RowCount + { + get + { + return events.size(); + } + + } + public LogPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + private const long serialVersionUID = 1L; + + //UPGRADE_NOTE: The initialization of 'events' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List events; + + private int maxEventCount = 1000; + + private void addEvents(List events) + { + + Enclosing_Instance.logTable.ColumnModel.getColumn(0).setPreferredWidth(180); + Enclosing_Instance.logTable.ColumnModel.getColumn(1).setPreferredWidth(100); + Enclosing_Instance.logTable.ColumnModel.getColumn(2).setPreferredWidth(Enclosing_Instance.logTable.Width - 280); + for (int idx = 0; idx < events.size(); idx++) + { + MessageEvent event_Renamed = (MessageEvent) events.get(idx); + this.events.add(new LogMessageEvent(event_Renamed)); + } + while (this.events.size() > maxEventCount) + { + this.events.remove(0); + } + fireTableDataChanged(); + } + + private void clearEvents() + { + events.clear(); + fireTableDataChanged(); + } + + public System.String getColumnName(int column) + { + switch (column) + { + + case 0: + return "Date - Time"; + + case 1: + return "Channel"; + + case 2: + return "Message-Type"; + + default: + return null; + + } + } + + + public bool isCellEditable(int row, int col) + { + return false; + } + + public System.Type getColumnClass(int aColumn) + { + return typeof(System.String); + } + + + public LogMessageEvent getRow(int row) + { + return (LogMessageEvent) events.get(events.size() - (row + 1)); + } + + public System.Object getValueAt(int row, int column) + { + LogMessageEvent event_Renamed = getRow(row); + if (event_Renamed != null) + { + switch (column) + { + + case 0: + return event_Renamed.DatetimeFormatted; + + case 1: + return event_Renamed.ChannelId; + + case 2: + return event_Renamed.TypeFormatted; + } + } + return null; + } + } + + public virtual void actionPerformed(System.Object event_sender, System.EventArgs event_Renamed) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == clearButton) + { + dataModel.clearEvents(); + detailView.setText(""); + } + } + + public virtual void valueChanged(ListSelectionEvent arg0) + { + if (arg0.Source == logTable.SelectionModel) + { + System.Text.StringBuilder buffer = new System.Text.StringBuilder(); + if (logTable.SelectedRow > - 1) + { + LogMessageEvent event_Renamed = dataModel.getRow(logTable.SelectedRow); + buffer.Append("Date-Time: " + event_Renamed.DatetimeFormatted + "\nChannel: " + event_Renamed.ChannelId + "\nMessage-Type: " + event_Renamed.TypeFormatted + "\n\nMessage:\n========\n"); + System.Object message = event_Renamed.Message; + if (message is System.Exception) + { + System.Exception ex = (System.Exception) message; + StackTraceElement[] str = ex.StackTrace; + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + buffer.Append(ex.GetType().FullName + ": " + ex.Message); + for (int idx = 0; idx < str.length; idx++) + { + StackTraceElement strelem = str[idx]; + buffer.Append("\n" + strelem); + } + } + else if (message is Function) + { + buffer.Append("(" + ((Function) message).Name + ")"); + } + else + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + buffer.Append(message.ToString()); + } + } + detailView.setText(buffer.ToString()); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Multiply.cs b/trunk/Creshendo/Multiply.cs new file mode 100644 index 0000000..a8e6d02 --- /dev/null +++ b/trunk/Creshendo/Multiply.cs @@ -0,0 +1,160 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace org.jamocha.rete.functions.math +{ + using System; + using BoundParam = org.jamocha.rete.BoundParam; + using Constants = org.jamocha.rete.Constants; + using DefaultReturnValue = org.jamocha.rete.DefaultReturnValue; + using DefaultReturnVector = org.jamocha.rete.DefaultReturnVector; + using Function = org.jamocha.rete.Function; + using FunctionParam2 = org.jamocha.rete.FunctionParam2; + using Parameter = org.jamocha.rete.Parameter; + using Rete = org.jamocha.rete.Rete; + using ReturnVector = org.jamocha.rete.ReturnVector; + using ValueParam = org.jamocha.rete.ValueParam; + /// Peter Lin + /// * + /// TODO To change the template for this generated type comment go to + /// Window - Preferences - Java - Code Style - Code Templates + /// + /// + [Serializable] + public class Multiply : Function, + { + virtual public int ReturnType + { + get + { + return Constants.BIG_DECIMAL; + } + + } + virtual public System.String Name + { + get + { + return MULTIPLY; + } + + } + virtual public System.Type[] Parameter + { + get + { + return new System.Type[]{typeof(ValueParam[])}; + } + + } + + public const System.String MULTIPLY = "multiply"; + + /// + /// + public Multiply():base() + { + } + + + public virtual ReturnVector executeFunction(Rete engine, Parameter[] params_Renamed) + { + System.Decimal bdval = new System.Decimal(0); + if (params_Renamed != null) + { + if (params_Renamed[0] is ValueParam) + { + bdval = params_Renamed[0].BigDecimalValue; + } + else if (params_Renamed[0] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[0]; + bdval = (System.Decimal) engine.getBinding(bp.VariableName); + } + else if (params_Renamed[0] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[0]; + n.Engine = engine; + n.lookUpFunction(); + ReturnVector rval = (ReturnVector) n.Value; + bdval = rval.firstReturnValue().BigDecimalValue; + } + for (int idx = 1; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is ValueParam) + { + ValueParam n = (ValueParam) params_Renamed[idx]; + System.Decimal bd = n.BigDecimalValue; + bdval = System.Decimal.Multiply(bdval, bd); + } + else if (params_Renamed[idx] is FunctionParam2) + { + FunctionParam2 n = (FunctionParam2) params_Renamed[idx]; + n.Engine = engine; + n.lookUpFunction(); + ReturnVector rval = (ReturnVector) n.Value; + System.Decimal bd = rval.firstReturnValue().BigDecimalValue; + if (idx == 0) + { + bdval = bd; + } + else + { + bdval = System.Decimal.Multiply(bdval, bd); + } + } + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BIG_DECIMAL, bdval); + ret.addReturnValue(rv); + return ret; + } + + + + public virtual System.String toPPString(Parameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length > 0) + { + System.Text.StringBuilder buf = new System.Text.StringBuilder(); + buf.Append("(*"); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(* ( | )+)\n" + "Function description:\n" + "\tCalculates the product of its arguments."; + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/NTestNode.cs b/trunk/Creshendo/NTestNode.cs new file mode 100644 index 0000000..68d3b1a --- /dev/null +++ b/trunk/Creshendo/NTestNode.cs @@ -0,0 +1,191 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Functions; + + + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// TestNode extends BaseJoin. TestNode is used to evaluate functions. + /// It may use values or bindings as parameters for the functions. The + /// left input is where the facts would enter. The right input is a + /// dummy input, since no facts actually enter. + /// + /// + public class NTestNode : BaseJoin + { + /// TestNode can only have 1 top level function + /// + protected internal Function func = null; + + /// the parameters to pass to the function + /// + protected internal Parameter[] params_Renamed = null; + + /// by default the string is null, until the first time + /// toPPString is called. + /// + private String ppstring = null; + + /// id + /// + /// + public NTestNode(int id, Function func, Parameter[] parameters) : base(id) + { + this.func = func; + params_Renamed = parameters; + } + + /// for TestNode, setbindings does not apply + /// + public override Binding[] Bindings + { + set { } + } + + protected internal virtual Fact[] Parameters + { + set + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + ((BoundParam) params_Renamed[idx]).Facts = value; + } + else if (params_Renamed[idx] is FunctionParam) + { + ((FunctionParam) params_Renamed[idx]).Facts = value; + } + } + } + } + + public virtual void lookUpFunction(Rete engine) + { + if (func is ShellFunction) + { + ShellFunction sf = (ShellFunction) func; + sf.lookUpFunction(engine); + if (sf.Function != null) + { + func = sf.Function; + } + } + } + + /// Assert will first pass the facts to the parameters. Once the + /// parameters are set, it should call execute to get the result. + /// + public override void assertLeft(Index linx, Rete engine, WorkingMemory mem) + { + Map leftmem = (Map) mem.getBetaLeftMemory(this); + if (!leftmem.containsKey(linx)) + { + Parameters = linx.Facts; + ReturnVector rv = func.executeFunction(engine, params_Renamed); + if (!rv.firstReturnValue().BooleanValue) + { + BetaMemory bmem = new BetaMemoryImpl(linx); + leftmem.put(bmem.Index, bmem); + } + // only propogate if left memories count is zero + if (leftmem.size() == 0) + { + propogateAssert(linx, engine, mem); + } + } + } + + /// Since the assertRight is a dummy, it doesn't do anything. + /// + public override void assertRight(Fact rfact, Rete engine, WorkingMemory mem) + { + } + + /// + /// + public override void retractLeft(Index linx, Rete engine, WorkingMemory mem) + { + Map leftmem = (Map) mem.getBetaLeftMemory(this); + int prev = leftmem.size(); + if (leftmem.containsKey(linx)) + { + // the memory contains the key, so we retract and propogate + leftmem.remove(linx); + } + if (prev != 0 && leftmem.size() == 0) + { + propogateRetract(linx, engine, mem); + } + } + + + /// retract right is a dummy, so it does nothing. + /// + public override void retractRight(Fact rfact, Rete engine, WorkingMemory mem) + { + } + + /// clear the memory + /// + public override void clear(WorkingMemory mem) + { + ((Map) mem.getBetaLeftMemory(this)).clear(); + } + + + /// Still need to implement the method to return string + /// format of the node + /// + public override String ToString() + { + return "(test (" + func.Name + ") )"; + } + + /// + /// + public override String toPPString() + { + if (ppstring == null) + { + StringBuilder buf = new StringBuilder(); + buf.Append("TestNode-" + nodeID + "> (test (" + func.Name); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + ValueParam vp = (ValueParam) params_Renamed[idx]; + buf.Append(" " + vp.StringValue); + } + } + buf.Append(") )"); + ppstring = buf.ToString(); + } + return ppstring; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/ObjectFilter.cs b/trunk/Creshendo/ObjectFilter.cs new file mode 100644 index 0000000..229dd30 --- /dev/null +++ b/trunk/Creshendo/ObjectFilter.cs @@ -0,0 +1,35 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace org.jamocha.rete +{ + using System; + + /// Peter Lin + /// * + /// The purpose of ObjectFilter is to lookup and return the BeanFilter + /// for a given class. + /// + /// + public class ObjectFilter + { + + public static BeanFilter lookupFilter(System.Type clazz) + { + return null; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Oddp.cs b/trunk/Creshendo/Oddp.cs new file mode 100644 index 0000000..2501247 --- /dev/null +++ b/trunk/Creshendo/Oddp.cs @@ -0,0 +1,122 @@ +/* +* Copyright 2006 Nikolaus Koemm +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace org.jamocha.rete.functions.math +{ + using System; + using BoundParam = org.jamocha.rete.BoundParam; + using Constants = org.jamocha.rete.Constants; + using DefaultReturnValue = org.jamocha.rete.DefaultReturnValue; + using DefaultReturnVector = org.jamocha.rete.DefaultReturnVector; + using Function = org.jamocha.rete.Function; + using FunctionParam2 = org.jamocha.rete.FunctionParam2; + using Parameter = org.jamocha.rete.Parameter; + using Rete = org.jamocha.rete.Rete; + using ReturnVector = org.jamocha.rete.ReturnVector; + using ValueParam = org.jamocha.rete.ValueParam; + /// Nikolaus Koemm + /// + /// If its ony argument is odd, Oddp returns true. + /// + /// + [Serializable] + public class Oddp : Function, + { + virtual public int ReturnType + { + get + { + return Constants.BIG_DECIMAL; + } + + } + virtual public System.String Name + { + get + { + return ODDP; + } + + } + virtual public System.Type[] Parameter + { + get + { + return new System.Type[]{typeof(ValueParam[])}; + } + + } + + public const System.String ODDP = "oddp"; + + /// + /// + public Oddp():base() + { + } + + + public virtual ReturnVector executeFunction(Rete engine, Parameter[] params_Renamed) + { + System.Decimal bdval = new System.Decimal(0); + bool eval = false; + if (params_Renamed.Length == 1) + { + bdval = (System.Decimal) params_Renamed[0].getValue(engine, Constants.BIG_DECIMAL); + double bdh = System.Decimal.ToDouble(bdval); + if (bdh % 2 == 1) + { + eval = true; + } + } + DefaultReturnVector ret = new DefaultReturnVector(); + DefaultReturnValue rv = new DefaultReturnValue(Constants.BOOLEAN_OBJECT, eval); + ret.addReturnValue(rv); + return ret; + } + + + + public virtual System.String toPPString(Parameter[] params_Renamed, int indents) + { + if (params_Renamed != null && params_Renamed.Length >= 0) + { + System.Text.StringBuilder buf = new System.Text.StringBuilder(); + buf.Append("(oddp"); + int idx = 0; + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + else + { + buf.Append(" " + params_Renamed[idx].StringValue); + } + buf.Append(")"); + return buf.ToString(); + } + else + { + return "(oddp )\n" + "Function description:\n" + "\tReturns true, if its only argument is odd."; + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Primitive.cs b/trunk/Creshendo/Primitive.cs new file mode 100644 index 0000000..3e26fb5 --- /dev/null +++ b/trunk/Creshendo/Primitive.cs @@ -0,0 +1,21 @@ +namespace org.jamocha.rete.visualisation +{ + using System; + using Graphics2D = java.awt.Graphics2D; + /// Josef Alexander Hahn + /// Represents an abstract geometric primitive for + /// use in the visualiser + /// + /// + public abstract class Primitive + { + + public Primitive() + { + } + + public abstract void draw(Graphics2D canvas, int offsetX, int offsetY); + public abstract void draw(Graphics2D canvas, double factorX, double factorY); + public abstract void draw(Graphics2D canvas, int offsetX, int offsetY, double factorX, double factorY); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Rectangle.cs b/trunk/Creshendo/Rectangle.cs new file mode 100644 index 0000000..7b70fe9 --- /dev/null +++ b/trunk/Creshendo/Rectangle.cs @@ -0,0 +1,194 @@ +namespace org.jamocha.rete.visualisation +{ + using System; + using Graphics2D = java.awt.Graphics2D; + /// Josef Alexander Hahn + /// This is a concrete Shape-Implementation for an + /// rectangle with a topleft-point, a width, a height + /// + /// + public class Rectangle:Shape + { + override public int Width + { + set + { + base.Width = value; + calculateCornerAngles(); + } + + } + override public int Height + { + set + { + base.Height = value; + calculateCornerAngles(); + } + + } + + protected internal double angleTopLeft; + protected internal double angleTopRight; + protected internal double angleBottomLeft; + protected internal double angleBottomRight; + + /// The Fill-Color the ellipse should get + /// + /// The Border-Color the ellipse should get + /// + /// the x-coordinate of the centre + /// + /// the y-coordinate of the centre + /// + /// the width of the ellipse + /// + /// the height of the ellipse + /// + /// the short-description which will be drawn into + /// + /// + public Rectangle(System.Drawing.Color bgcolor, System.Drawing.Color bordercolor, int x, int y, int width, int height, System.String text):base(bgcolor, bordercolor, x, y, width, height, text) + { + } + + public Rectangle():base() + { + } + + + + protected internal virtual void calculateCornerAngles() + { + angleTopRight = System.Math.Atan2(height, width); + angleTopLeft = System.Math.PI - angleTopRight; + angleBottomRight = - angleTopRight; + angleBottomLeft = - angleTopLeft; + } + + /// Draws the rectangle. + /// The draw-position is translated by (-offsetX,-offsetY). + /// + /// The canvas to draw the arrow on + /// + /// Translation-Vector's negative x-component + /// + /// Translation-Vector's negative y-component + /// + /// + public virtual void draw(Graphics2D canvas, int offsetX, int offsetY) + { + draw(canvas, offsetX, offsetY, 1.0, 1.0); + } + + /// Draws the rectangle. + /// The draw-position is translated by (-offsetX,-offsetY) + /// and scaled by (factorX,factorY). + /// + /// The canvas to draw the arrow on + /// + /// Translation-Vector's negative x-component + /// + /// Translation-Vector's negative y-component + /// + /// Scaling-Vector*s x-component + /// + /// Scaling-Vector*s y-component + /// + /// + public virtual void draw(Graphics2D canvas, int offsetX, int offsetY, double factorX, double factorY) + { + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int x = (int) System.Math.Round((this.x - offsetX) * factorX); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int y = (int) System.Math.Round((this.y - offsetY) * factorY); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int width = (int) System.Math.Round(this.width * factorX); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int height = (int) System.Math.Round(this.height * factorY); + canvas.setColor(bgcolor); + canvas.fillRect(x, y, width + 1, height + 1); + canvas.setColor(bordercolor); + canvas.drawRect(x, y, width, height); + canvas.setColor(System.Drawing.Color.Black); + //UPGRADE_TODO: The equivalent in .NET for method 'java.awt.Color.getRGB' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + if (bgcolor.ToArgb() == System.Drawing.Color.Black.ToArgb()) + canvas.setColor(System.Drawing.Color.White); + if (height > 10) + { + System.Drawing.Point textpos = calculateTextPosition(text, canvas, width, height); + canvas.drawString(text, (int) textpos.X + x, (int) textpos.Y + y); + } + } + + /// Draws the rectangle. + /// The draw-position is scaled by (factorX,factorY). + /// + /// The canvas to draw the arrow on + /// + /// Scaling-Vector*s x-component + /// + /// Scaling-Vector*s y-component + /// + /// + public virtual void draw(Graphics2D canvas, double factorX, double factorY) + { + draw(canvas, 0, 0, factorX, factorY); + } + + /// Calculates the intersection-coordinate between + /// the borderline of that shape and a line, starting in + /// the centre with the given angle + /// + /// the angle to the x-axis + /// + /// the intersection-point + /// + /// + public override System.Drawing.Point calculateIntersection(double angle) + { + System.Drawing.Point result = new System.Drawing.Point(0, 0); + if (angle > angleTopLeft || angle < angleBottomLeft) + { + // left + double alpha; + if (angle > 0) + { + alpha = System.Math.PI - angle; + } + else + { + alpha = - angle - System.Math.PI; + } + result.X = x; + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.Y = (int) System.Math.Round(- System.Math.Tan(alpha) * width * 0.5 + y + height * 0.5); + } + else if (angle > angleTopRight) + { + // top + double alpha = System.Math.PI * 0.5 - angle; + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.X = (int) System.Math.Round(System.Math.Tan(alpha) * height * 0.5 + x + width * 0.5); + result.Y = y; + } + else if (angle > angleBottomRight) + { + // right + double alpha = angle; + result.X = x + width; + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.Y = (int) System.Math.Round(- System.Math.Tan(alpha) * width * 0.5 + y + height * 0.5); + } + else + { + // bottom + double alpha = System.Math.PI * 0.5 + angle; + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.X = (int) System.Math.Round(System.Math.Tan(alpha) * height * 0.5 + x + width * 0.5); + result.Y = y + height; + } + return result; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Resources/CreshendoResource.Designer.cs b/trunk/Creshendo/Resources/CreshendoResource.Designer.cs new file mode 100644 index 0000000..c344fc5 --- /dev/null +++ b/trunk/Creshendo/Resources/CreshendoResource.Designer.cs @@ -0,0 +1,87 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.1433 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Creshendo.Resources { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, formatting them, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilderEx class via the ResXFileCodeGeneratorEx custom tool. + // To add or remove a member, edit your .ResX file then rerun the ResXFileCodeGeneratorEx custom tool or rebuild your VS.NET project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("DMKSoftware.CodeGenerators.Tools.StronglyTypedResourceBuilderEx", "2.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + public sealed class CreshendoResource { + + private static global::System.Resources.ResourceManager _resourceManager; + + private static global::System.Globalization.CultureInfo _resourceCulture; + + private CreshendoResource() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(_resourceManager, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Creshendo.Resources.CreshendoResource", typeof(CreshendoResource).Assembly); + _resourceManager = temp; + } + return _resourceManager; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture { + get { + return _resourceCulture; + } + set { + _resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to 'true'. + /// + public static string CompilerProperties_assert_on_Add { + get { + return ResourceManager.GetString("CompilerProperties_assert_on_Add", _resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 'Function nto found'. + /// + public static string CompilerProperties_function_not_found { + get { + return ResourceManager.GetString("CompilerProperties_function_not_found", _resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 'Invalid Function'. + /// + public static string CompilerProperties_invalid_function { + get { + return ResourceManager.GetString("CompilerProperties_invalid_function", _resourceCulture); + } + } + } +} diff --git a/trunk/Creshendo/Resources/CreshendoResource.resx b/trunk/Creshendo/Resources/CreshendoResource.resx new file mode 100644 index 0000000..3a72797 --- /dev/null +++ b/trunk/Creshendo/Resources/CreshendoResource.resx @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + true + + + Function nto found + + + Invalid Function + + \ No newline at end of file diff --git a/trunk/Creshendo/RetePanel.cs b/trunk/Creshendo/RetePanel.cs new file mode 100644 index 0000000..a0c4805 --- /dev/null +++ b/trunk/Creshendo/RetePanel.cs @@ -0,0 +1,90 @@ +/// Copyright 2007 Karl-Heinz Krempels, Alexander Wilden +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://jamocha.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace org.jamocha.gui.tab +{ + using System; + using JPanel = javax.swing.JPanel; + using JamochaGui = org.jamocha.gui.JamochaGui; + using Visualiser = org.jamocha.rete.visualisation.Visualiser; + /// This class integrates the Visualiser view into the Jamocha GUI. + /// + /// + /// Karl-Heinz Krempels + /// + /// Alexander Wilden + /// + /// + public class RetePanel:AbstractJamochaPanel + { + + private const long serialVersionUID = - 651077761699385096L; + + /// The Visualiser Object. + /// + private Visualiser visualiser = null; + + /// The Panel containing the Visualiser. + /// + private JPanel visualiserPanel; + + /// The main constructor for a RetePanel. + /// + /// + /// engine + /// The Jamocha engine that should be used with this GUI. + /// + /// + public RetePanel(JamochaGui gui):base(gui) + { + + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + setLayout(new BorderLayout()); + + visualiserPanel = new JPanel(); + //UPGRADE_ISSUE: Constructor 'java.awt.CardLayout.CardLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtCardLayout"' + visualiserPanel.setLayout(new CardLayout()); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(visualiserPanel, BorderLayout.CENTER); + + initVisualiser(); + } + + /// Sets the visualiser to null when closing the GUI. + /// + public override void close() + { + visualiser = null; + } + + public override void settingsChanged() + { + + } + + /// Initializes the Visualiser with the current Rete-network. + /// + /// + private void initVisualiser() + { + visualiser = new Visualiser(gui.Engine); + JPanel panel = visualiser.VisualiserPanel; + visualiserPanel.removeAll(); + visualiserPanel.add("view", panel); + //UPGRADE_ISSUE: Class 'java.awt.CardLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtCardLayout"' + ((CardLayout) visualiserPanel.Layout).last(visualiserPanel); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/RoundedRectangle.cs b/trunk/Creshendo/RoundedRectangle.cs new file mode 100644 index 0000000..ea72b41 --- /dev/null +++ b/trunk/Creshendo/RoundedRectangle.cs @@ -0,0 +1,160 @@ +namespace org.jamocha.rete.visualisation +{ + using System; + using Graphics2D = java.awt.Graphics2D; + /// Josef Alexander Hahn + /// This is a concrete Shape-Implementation for an + /// rectangle with fully-rounded left and right sides + /// with a topleft-point, a width, a height + /// + /// + public class RoundedRectangle:Shape + { + override public int Width + { + set + { + base.Width = value; + calculateCornerAngles(); + } + + } + override public int Height + { + set + { + base.Height = value; + calculateCornerAngles(); + } + + } + + protected internal double angleTopLeft; + protected internal double angleTopRight; + protected internal double angleBottomLeft; + protected internal double angleBottomRight; + + public RoundedRectangle(System.Drawing.Color bgcolor, System.Drawing.Color bordercolor, int x, int y, int width, int height, System.String text):base(bgcolor, bordercolor, x, y, width, height, text) + { + } + + public RoundedRectangle():base() + { + } + + + + protected internal virtual void calculateCornerAngles() + { + angleTopRight = System.Math.Atan2(height, width - height); + angleTopLeft = System.Math.PI - angleTopRight; + angleBottomRight = - angleTopRight; + angleBottomLeft = - angleTopLeft; + } + + public virtual void draw(Graphics2D canvas, int offsetX, int offsetY) + { + draw(canvas, offsetX, offsetY, 1.0, 1.0); + } + + public virtual void draw(Graphics2D canvas, int offsetX, int offsetY, double factorX, double factorY) + { + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int x = (int) System.Math.Round((this.x - offsetX) * factorX); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int y = (int) System.Math.Round((this.y - offsetY) * factorY); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int width = (int) System.Math.Round(this.width * factorX); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int height = (int) System.Math.Round(this.height * factorY); + // draw the left oval + canvas.setColor(bgcolor); + canvas.fillOval(x, y, height + 1, height + 1); + canvas.setColor(bordercolor); + canvas.drawOval(x, y, height, height); + // draw the right oval + canvas.setColor(bgcolor); + canvas.fillOval(x + width - height, y, height + 1, height + 1); + canvas.setColor(bordercolor); + canvas.drawOval(x + width - height, y, height, height); + // draw the center rectangle + canvas.setColor(bgcolor); + canvas.fillRect(x + (height / 2), y, width - height + 1, height + 1); + canvas.setColor(bordercolor); + canvas.drawLine(x + (height / 2), y, x + width - height / 2, y); + canvas.drawLine(x + (height / 2), y + height + 1, x + width - height / 2, y + height + 1); + + // draw the text + canvas.setColor(System.Drawing.Color.Black); + //UPGRADE_TODO: The equivalent in .NET for method 'java.awt.Color.getRGB' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + if (bgcolor.ToArgb() == System.Drawing.Color.Black.ToArgb()) + canvas.setColor(System.Drawing.Color.White); + if (height > 10) + { + System.Drawing.Point textpos = calculateTextPosition(text, canvas, width, height); + canvas.drawString(text, (int) textpos.X + x, (int) textpos.Y + y); + } + } + + public virtual void draw(Graphics2D canvas, double factorX, double factorY) + { + draw(canvas, 0, 0, factorX, factorY); + } + + public override System.Drawing.Point calculateIntersection(double angle) + { + System.Drawing.Point result = new System.Drawing.Point(0, 0); + if (angle > angleTopLeft || angle < angleBottomLeft) + { + // left + double alpha; + if (angle > 0) + { + alpha = System.Math.PI - angle; + } + else + { + alpha = - angle - System.Math.PI; + } + double ys = System.Math.Tan(alpha) * (width - height) * 0.5; + double newalpha = System.Math.PI - System.Math.Acos(ys / height); + double x0 = height * System.Math.Cos(newalpha); + double y0 = height * System.Math.Sin(newalpha); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.X = (int) System.Math.Round(x + (height * 0.5) - x0); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.Y = (int) System.Math.Round(y + (height * 0.5) - y0); + } + else if (angle > angleTopRight) + { + // top + double alpha = System.Math.PI * 0.5 - angle; + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.X = (int) System.Math.Round(System.Math.Tan(alpha) * height * 0.5 + x + width * 0.5); + result.Y = y; + } + else if (angle > angleBottomRight) + { + // right + double alpha = angle; + double ys = System.Math.Tan(alpha) * (width - height) * 0.5; + double newalpha = System.Math.PI - System.Math.Acos(ys / height); + double x0 = height * System.Math.Cos(newalpha); + double y0 = height * System.Math.Sin(newalpha); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.X = (int) System.Math.Round(x + (width - height * 0.5) + x0); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.Y = (int) System.Math.Round(y + (height * 0.5) - y0); + } + else + { + // bottom + double alpha = System.Math.PI * 0.5 + angle; + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.X = (int) System.Math.Round(System.Math.Tan(alpha) * height * 0.5 + x + width * 0.5); + result.Y = y + height; + } + return result; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/SettingsPanel.cs b/trunk/Creshendo/SettingsPanel.cs new file mode 100644 index 0000000..dc32c49 --- /dev/null +++ b/trunk/Creshendo/SettingsPanel.cs @@ -0,0 +1,114 @@ +/// Copyright 2007 Karl-Heinz Krempels, Alexander Wilden +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://jamocha.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace org.jamocha.gui.tab +{ + using System; + using LinkedList = java.util.LinkedList; + using List = java.util.List; + using BackingStoreException = java.util.prefs.BackingStoreException; + using JButton = javax.swing.JButton; + using JPanel = javax.swing.JPanel; + using JTabbedPane = javax.swing.JTabbedPane; + using JamochaGui = org.jamocha.gui.JamochaGui; + using IconLoader = org.jamocha.gui.icons.IconLoader; + using AbstractSettingsPanel = org.jamocha.gui.tab.settings.AbstractSettingsPanel; + using EngineSettingsPanel = org.jamocha.gui.tab.settings.EngineSettingsPanel; + using ShellSettingsPanel = org.jamocha.gui.tab.settings.ShellSettingsPanel; + /// A Panel to change the settings of the jamocha rule engine or this gui. + /// + /// + /// Karl-Heinz Krempels + /// + /// Alexander Wilden + /// + /// + public class SettingsPanel:AbstractJamochaPanel + { + private void InitBlock() + { + panels = new LinkedList(); + } + + private const long serialVersionUID = 1934727733895902279L; + + private JTabbedPane tabbedPane; + + private JButton saveButton; + + //UPGRADE_NOTE: The initialization of 'panels' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List panels; + + public SettingsPanel(JamochaGui gui):base(gui) + { + InitBlock(); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + setLayout(new BorderLayout()); + tabbedPane = new JTabbedPane(); + + EngineSettingsPanel engineSettingsPanel = new EngineSettingsPanel(gui); + tabbedPane.addTab("Engine", null, engineSettingsPanel, "Engine Settings"); + panels.add(engineSettingsPanel); + + ShellSettingsPanel shellSettingsPanel = new ShellSettingsPanel(gui); + tabbedPane.addTab("Shell", null, shellSettingsPanel, "Shell Settings"); + panels.add(shellSettingsPanel); + + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(tabbedPane, BorderLayout.CENTER); + + //UPGRADE_ISSUE: Constructor 'java.awt.FlowLayout.FlowLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + //UPGRADE_ISSUE: Field 'java.awt.FlowLayout.RIGHT' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + JPanel buttonPanel = new JPanel(new FlowLayout(FlowLayout.RIGHT, 5, 1)); + saveButton = new JButton("Save Changes", IconLoader.getImageIcon("disk")); + saveButton.addActionListener(this); + buttonPanel.add(saveButton); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.SOUTH' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(buttonPanel, BorderLayout.SOUTH); + } + + public override void close() + { + } + + public override void settingsChanged() + { + + } + + public virtual void actionPerformed(System.Object event_sender, System.EventArgs event_Renamed) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == saveButton) + { + for (int idx = 0; idx < panels.size(); idx++) + { + AbstractSettingsPanel panel = (AbstractSettingsPanel) panels.get(idx); + panel.save(); + } + gui.settingsChanged(); + try + { + gui.Preferences.flush(); + } + catch (BackingStoreException e) + { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Shape.cs b/trunk/Creshendo/Shape.cs new file mode 100644 index 0000000..991944b --- /dev/null +++ b/trunk/Creshendo/Shape.cs @@ -0,0 +1,281 @@ +namespace org.jamocha.rete.visualisation +{ + using System; + /// Josef Alexander Hahn + /// abstract Shape-Class for use in visualiser + /// + /// + public abstract class Shape:Primitive + { + /// gets the optional long description text + /// + /// long description text + /// + /// + /// sets the optional long description text + /// (will not become printed with the shape) + /// + /// long description text + /// + /// + virtual public System.String LongDescription + { + get + { + return longDescription; + } + + set + { + longDescription = value; + } + + } + /// the fill-color + /// + /// + /// sets the fill-color + /// + /// fill-color + /// + /// + virtual public System.Drawing.Color Bgcolor + { + get + { + return bgcolor; + } + + set + { + this.bgcolor = value; + } + + } + /// the border-color + /// + /// + /// sets the border-color + /// + /// bordercolor + /// + /// + virtual public System.Drawing.Color Bordercolor + { + get + { + return bordercolor; + } + + set + { + this.bordercolor = value; + } + + } + /// x-coordinate of the topleft-point + /// + /// + /// sets the shape-position + /// + /// the x-coordinate of the topleft-point + /// + /// + virtual public int X + { + get + { + return x; + } + + set + { + this.x = value; + } + + } + /// y-coordinate of the topleft-point + /// + /// + /// sets the shape-position + /// + /// the y-coordinate of the topleft-point + /// + /// + virtual public int Y + { + get + { + return y; + } + + set + { + this.y = value; + } + + } + /// width of the shape + /// + /// + /// sets the width of the shape + /// + /// width + /// + /// + virtual public int Width + { + get + { + return width; + } + + set + { + this.width = value; + } + + } + /// height of the shape + /// + /// + /// sets the height of the shape + /// + /// height + /// + /// + virtual public int Height + { + get + { + return height; + } + + set + { + this.height = value; + } + + } + /// the short description + /// + /// + /// sets the short description which will be + /// printed with the shape + /// + /// the short description + /// + /// + virtual public System.String Text + { + get + { + return text; + } + + set + { + this.text = value; + } + + } + protected internal System.Drawing.Color bgcolor; + protected internal System.Drawing.Color bordercolor; + protected internal int x; + protected internal int y; + protected internal int width; + protected internal int height; + protected internal System.String text; + protected internal System.String longDescription; + + + + + + + + + + + + + + + + /// increments the height _with invariant centre_ + /// + /// height to add + /// + /// + public virtual void incHeight(int dh) + { + y -= dh / 2; + height += dh; + } + + /// increments the width _with invariant centre_ + /// + /// width to add + /// + /// + public virtual void incWidth(int dw) + { + x -= dw / 2; + width += dw; + } + + + + /// Calculates the intersection-coordinate between + /// the borderline of that shape and a line, starting in + /// the centre with the given angle + /// + /// the angle to the x-axis + /// + /// the intersection-point + /// + /// + public abstract System.Drawing.Point calculateIntersection(double angle); + + protected internal virtual System.Drawing.Point calculateTextPosition(System.String text, System.Drawing.Graphics g, int width, int height) + { + int stringHeight = (int) SupportClass.GraphicsManager.manager.GetFont(g).getLineMetrics(text, g).Height; + //UPGRADE_ISSUE: Method 'java.awt.FontMetrics.stringWidth' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFontMetricsstringWidth_javalangString"' + int stringWidth = SupportClass.GraphicsManager.manager.GetFont(g).stringWidth(text); + int xpos = (width - stringWidth) / 2; + int ypos = (height + stringHeight) / 2; + return new System.Drawing.Point(xpos, ypos); + } + + internal Shape():base() + { + } + + + /// The Fill-Color the shape should get + /// + /// The Border-Color the shape should get + /// + /// the x-coordinate of the topleft-point + /// + /// the y-coordinate of the topleft-point + /// + /// the width of the shape + /// + /// the height of the shape + /// + /// the short-description which will be drawn into + /// + /// + internal Shape(System.Drawing.Color bgcolor, System.Drawing.Color bordercolor, int x, int y, int width, int height, System.String text):base() + { + this.bgcolor = bgcolor; + this.bordercolor = bordercolor; + this.x = x; + this.y = y; + Width = width; + Height = height; + this.text = text; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/ShellPanel.cs b/trunk/Creshendo/ShellPanel.cs new file mode 100644 index 0000000..032ff99 --- /dev/null +++ b/trunk/Creshendo/ShellPanel.cs @@ -0,0 +1,1173 @@ +/// Copyright 2007 Karl-Heinz Krempels, Alexander Wilden +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://jamocha.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace org.jamocha.gui.tab +{ + using System; + using ArrayList = java.util.ArrayList; + using LinkedList = java.util.LinkedList; + using List = java.util.List; + using BorderFactory = javax.swing.BorderFactory; + using JButton = javax.swing.JButton; + using JMenuItem = javax.swing.JMenuItem; + using JPanel = javax.swing.JPanel; + using JPopupMenu = javax.swing.JPopupMenu; + using JScrollPane = javax.swing.JScrollPane; + using JTextArea = javax.swing.JTextArea; + using SwingUtilities = javax.swing.SwingUtilities; + using Timer = javax.swing.Timer; + using BadLocationException = javax.swing.text.BadLocationException; + using ClipboardUtil = org.jamocha.gui.ClipboardUtil; + using JamochaGui = org.jamocha.gui.JamochaGui; + using IconLoader = org.jamocha.gui.icons.IconLoader; + using MessageEvent = org.jamocha.messagerouter.MessageEvent; + using StreamChannel = org.jamocha.messagerouter.StreamChannel; + using Constants = org.jamocha.rete.Constants; + /// This class provides a panel with a command line interface to Jamocha. + /// + /// + /// Karl-Heinz Krempels + /// + /// Alexander Wilden + /// + /// + public class ShellPanel:AbstractJamochaPanel + { + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassThread' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassThread:SupportClass.ThreadClass + { + public AnonymousClassThread(ShellPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(ShellPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private ShellPanel enclosingInstance; + public ShellPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + //UPGRADE_TODO: The equivalent of method 'java.lang.Thread.run' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + //UPGRADE_NOTE: Synchronized keyword was removed from method 'run'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + /// Simply runs the ChannelListener and lets it process Events. + /// + override public void Run() + { + lock (this) + { + List msgEvents = new ArrayList(); + bool printPrompt = false; + + while (Enclosing_Instance.running) + { + Enclosing_Instance.channel.fillEventList(msgEvents); + if (!msgEvents.isEmpty()) + { + Enclosing_Instance.stopTimer(); + System.Text.StringBuilder buffer = new System.Text.StringBuilder(); + for (int idx = 0; idx < msgEvents.size(); idx++) + { + MessageEvent event_Renamed = (MessageEvent) msgEvents.get(idx); + if (event_Renamed.Type == MessageEvent.PARSE_ERROR || event_Renamed.Type == MessageEvent.ERROR || event_Renamed.Type == MessageEvent.RESULT) + { + + printPrompt = true; + Enclosing_Instance.lastIncompleteCommand = new System.Text.StringBuilder(); + } + if (event_Renamed.Type == MessageEvent.ERROR) + { + //UPGRADE_ISSUE: Method 'java.lang.System.getProperty' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangSystemgetProperty_javalangString"' + buffer.Append(exceptionToString((System.Exception) event_Renamed.Message).Trim() + System.getProperty("line.separator")); + } + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + if (event_Renamed.Type != MessageEvent.COMMAND && !event_Renamed.Message.ToString().Equals("") && !event_Renamed.Message.Equals(Constants.NIL_SYMBOL)) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + //UPGRADE_ISSUE: Method 'java.lang.System.getProperty' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangSystemgetProperty_javalangString"' + buffer.Append(event_Renamed.Message.ToString().Trim() + System.getProperty("line.separator")); + } + } + msgEvents.clear(); + Enclosing_Instance.hideCursor(); + Enclosing_Instance.printMessage(buffer.ToString().Trim(), true); + if (printPrompt) + { + Enclosing_Instance.printPrompt(); + Enclosing_Instance.moveCursorTo(Enclosing_Instance.lastPromptIndex); + } + Enclosing_Instance.showCursor(); + printPrompt = false; + Enclosing_Instance.startTimer(); + } + else + { + try + { + System.Threading.Thread.Sleep(new System.TimeSpan(10000 * 10)); + } + catch (System.Threading.ThreadInterruptedException e) + { + // Can be ignored + } + } + } + try + { + Enclosing_Instance.outWriter.Close(); + } + catch (System.IO.IOException e) + { + // we silently ignore it + SupportClass.WriteStackTrace(e, Console.Error); + } + Enclosing_Instance.gui.Engine.MessageRouter.closeChannel(Enclosing_Instance.channel); + } + } + + /// Converts an Exception to a String namely turns the StackTrace to + /// a String. + /// + /// + /// exception + /// The Exception + /// + /// A nice String representation of the Exception + /// + /// + private System.String exceptionToString(System.Exception exception) + { + System.Text.StringBuilder res = new System.Text.StringBuilder(); + StackTraceElement[] str = exception.StackTrace; + for (int i = 0; i < str.length; ++i) + { + //UPGRADE_ISSUE: Method 'java.lang.System.getProperty' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangSystemgetProperty_javalangString"' + res.Append(str[i] + System.getProperty("line.separator")); + } + return res.ToString(); + } + } + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassKeyAdapter' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassKeyAdapter + { + public AnonymousClassKeyAdapter(ShellPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(ShellPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private ShellPanel enclosingInstance; + public ShellPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + //UPGRADE_TODO: Class java.awt.event.KeyAdapter was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + public void keyPressed(System.Object event_sender, System.Windows.Forms.KeyPressEventArgs e) + { + Enclosing_Instance.keyEventQueue.add(e); + //UPGRADE_ISSUE: Method 'java.awt.event.InputEvent.consume' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawteventInputEvent"' + e.consume(); + } + } + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassThread1' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassThread1:SupportClass.ThreadClass + { + public AnonymousClassThread1(ShellPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(ShellPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private ShellPanel enclosingInstance; + public ShellPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + //UPGRADE_TODO: The equivalent of method 'java.lang.Thread.run' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + //UPGRADE_NOTE: Synchronized keyword was removed from method 'run'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + override public void Run() + { + lock (this) + { + while (Enclosing_Instance.running) + { + if (!Enclosing_Instance.keyEventQueue.isEmpty()) + { + System.Windows.Forms.KeyEventArgs e = (System.Windows.Forms.KeyEventArgs) Enclosing_Instance.keyEventQueue.remove(0); + int delta = 1; + //UPGRADE_TODO: Method 'java.awt.event.KeyEvent.getKeyCode' was converted to 'System.Windows.Forms.KeyEventArgs.KeyChar' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaawteventKeyEventgetKeyCode"' + switch ((int) e.KeyChar) + { + + case (int) System.Windows.Forms.Keys.Down: + case System.Windows.Forms.KeyEventArgs.VK_KP_DOWN: + delta = - 1; + goto case (int) System.Windows.Forms.Keys.Up; + + case (int) System.Windows.Forms.Keys.Up: + case System.Windows.Forms.KeyEventArgs.VK_KP_UP: + Enclosing_Instance.stopTimer(); + Enclosing_Instance.hideCursor(); + // Here we walk through the history + Enclosing_Instance.history_offset += delta; + if (Enclosing_Instance.history_offset <= 0) + { + Enclosing_Instance.history_offset = 0; + if (Enclosing_Instance.lastPromptIndex < Enclosing_Instance.Offset) + { + Enclosing_Instance.removeLine(); + } + } + else + { + if (Enclosing_Instance.history_offset > Enclosing_Instance.history.size()) + { + Enclosing_Instance.history_offset = Enclosing_Instance.history.size(); + } + if (Enclosing_Instance.lastPromptIndex < Enclosing_Instance.Offset) + { + Enclosing_Instance.removeLine(); + } + int index = Enclosing_Instance.history.size() - Enclosing_Instance.history_offset; + if (index >= 0 && Enclosing_Instance.history.size() > 0) + { + System.String tmp = (System.String) Enclosing_Instance.history.get(index); + Enclosing_Instance.printMessage(tmp, false); + } + } + Enclosing_Instance.moveCursorToEnd(); + Enclosing_Instance.startTimer(); + break; + + case (int) System.Windows.Forms.Keys.Enter: + Enclosing_Instance.stopTimer(); + Enclosing_Instance.hideCursor(); + if (Enclosing_Instance.lastPromptIndex < Enclosing_Instance.Offset) + { + System.String currLine = ""; + try + { + try + { + currLine = Enclosing_Instance.outputArea.getText(Enclosing_Instance.lastPromptIndex, Enclosing_Instance.Offset - Enclosing_Instance.lastPromptIndex); + } + catch (BadLocationException e1) + { + e1.printStackTrace(); + } + //UPGRADE_ISSUE: Method 'java.lang.System.getProperty' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangSystemgetProperty_javalangString"' + Enclosing_Instance.lastIncompleteCommand.Append(currLine + System.getProperty("line.separator")); + if (currLine.Length > 0) + { + Enclosing_Instance.addToHistory(currLine); + Enclosing_Instance.outWriter.Write(currLine); + Enclosing_Instance.outWriter.Flush(); + } + } + catch (System.IO.IOException e1) + { + SupportClass.WriteStackTrace(e1, Console.Error); + } + } + Enclosing_Instance.printMessage("", true); + Enclosing_Instance.moveCursorToEnd(); + Enclosing_Instance.startTimer(); + break; + // delete a char on the left side of the cursor + + case (int) System.Windows.Forms.Keys.Back: + Enclosing_Instance.stopTimer(); + Enclosing_Instance.hideCursor(); + if (Enclosing_Instance.cursorPosition > Enclosing_Instance.lastPromptIndex) + { + Enclosing_Instance.removeCharLeft(); + } + Enclosing_Instance.showCursor(); + Enclosing_Instance.startTimer(); + break; + // delete a char on the right side of the cursor + + case (int) System.Windows.Forms.Keys.Delete: + Enclosing_Instance.stopTimer(); + Enclosing_Instance.hideCursor(); + if (Enclosing_Instance.cursorPosition < Enclosing_Instance.Offset) + { + Enclosing_Instance.removeCharRight(); + } + Enclosing_Instance.showCursor(); + Enclosing_Instance.startTimer(); + break; + // Moving the Cursor in the current line + + case (int) System.Windows.Forms.Keys.Right: + case System.Windows.Forms.KeyEventArgs.VK_KP_RIGHT: + //UPGRADE_ISSUE: Method 'java.awt.event.InputEvent.isShiftDown' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawteventInputEvent"' + if (!e.isShiftDown()) + { + Enclosing_Instance.stopTimer(); + Enclosing_Instance.hideCursor(); + if (Enclosing_Instance.cursorPosition < Enclosing_Instance.Offset) + { + Enclosing_Instance.moveCursorTo(Enclosing_Instance.cursorPosition + 1); + } + Enclosing_Instance.showCursor(); + Enclosing_Instance.startTimer(); + } + break; + + + case (int) System.Windows.Forms.Keys.Left: + case System.Windows.Forms.KeyEventArgs.VK_KP_LEFT: + //UPGRADE_ISSUE: Method 'java.awt.event.InputEvent.isShiftDown' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawteventInputEvent"' + if (!e.isShiftDown()) + { + Enclosing_Instance.stopTimer(); + Enclosing_Instance.hideCursor(); + if (Enclosing_Instance.cursorPosition > Enclosing_Instance.lastPromptIndex) + { + Enclosing_Instance.moveCursorTo(Enclosing_Instance.cursorPosition - 1); + } + Enclosing_Instance.showCursor(); + Enclosing_Instance.startTimer(); + } + break; + // ignore special keys + + case (int) System.Windows.Forms.Keys.Alt: + case (int) System.Windows.Forms.Keys.Control: + //UPGRADE_ISSUE: Field 'java.awt.event.KeyEvent.VK_META' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawteventKeyEventVK_META_f"' + case KeyEvent.VK_META: + case (int) System.Windows.Forms.Keys.Shift: + break; + + default: + //UPGRADE_ISSUE: Method 'java.awt.event.InputEvent.isControlDown' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawteventInputEvent"' + //UPGRADE_ISSUE: Method 'java.awt.event.InputEvent.isMetaDown' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawteventInputEvent"' + if (!e.isControlDown() && !e.isMetaDown()) + { + // simple character + Enclosing_Instance.printMessage(e.KeyChar.ToString(), false); + } + else + { + // paste from clipboard + //UPGRADE_TODO: Method 'java.awt.event.KeyEvent.getKeyCode' was converted to 'System.Windows.Forms.KeyEventArgs.KeyChar' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaawteventKeyEventgetKeyCode"' + if (e.KeyChar == 'v' || (int) e.KeyChar == (int) System.Windows.Forms.Keys.V) + { + System.String clipContent = ClipboardUtil.Instance.ClipboardContents; + if (clipContent != null) + { + Enclosing_Instance.printMessage(clipContent, false); + } + } + // copy to clipboard + else + { + //UPGRADE_TODO: Method 'java.awt.event.KeyEvent.getKeyCode' was converted to 'System.Windows.Forms.KeyEventArgs.KeyChar' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaawteventKeyEventgetKeyCode"' + if (e.KeyChar == 'c' || (int) e.KeyChar == (int) System.Windows.Forms.Keys.C) + { + ClipboardUtil.Instance.setClipboardContents(Enclosing_Instance.outputArea.SelectedText); + } + } + } + break; + + } + //e.consume(); + Enclosing_Instance.startTimer(); + } + else + { + try + { + System.Threading.Thread.Sleep(new System.TimeSpan(10000 * 20)); + } + catch (System.Threading.ThreadInterruptedException e) + { + // ignored + } + } + } + } + } + } + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassMouseAdapter' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassMouseAdapter + { + public AnonymousClassMouseAdapter(ShellPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(ShellPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private ShellPanel enclosingInstance; + public ShellPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + public void mouseReleased(System.Object event_sender, System.Windows.Forms.MouseEventArgs event_Renamed) + { + ClipboardUtil.Instance.setClipboardContents(Enclosing_Instance.outputArea.SelectedText); + } + } + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassMouseAdapter1' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassMouseAdapter1 + { + public AnonymousClassMouseAdapter1(ShellPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(ShellPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private ShellPanel enclosingInstance; + public ShellPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + public void mouseReleased(System.Object event_sender, System.Windows.Forms.MouseEventArgs event_Renamed) + { + System.String clipContent = ClipboardUtil.Instance.ClipboardContents; + if (clipContent != null) + { + Enclosing_Instance.printMessage(clipContent, false); + } + } + } + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassMouseAdapter2' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassMouseAdapter2 + { + public AnonymousClassMouseAdapter2(ShellPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(ShellPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private ShellPanel enclosingInstance; + public ShellPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + public void mouseReleased(System.Object event_sender, System.Windows.Forms.MouseEventArgs event_Renamed) + { + Enclosing_Instance.outputArea.setSelectionStart(Enclosing_Instance.lastPromptIndex); + Enclosing_Instance.outputArea.setSelectionEnd(Enclosing_Instance.Offset); + } + } + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassMouseAdapter3' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassMouseAdapter3 + { + public AnonymousClassMouseAdapter3(ShellPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(ShellPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private ShellPanel enclosingInstance; + public ShellPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + public void mouseReleased(System.Object event_sender, System.Windows.Forms.MouseEventArgs event_Renamed) + { + Enclosing_Instance.outputArea.setSelectionStart(0); + Enclosing_Instance.outputArea.setSelectionEnd(Enclosing_Instance.Offset); + } + } + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassRunnable' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassRunnable : IThreadRunnable + { + public AnonymousClassRunnable(ShellPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(ShellPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private ShellPanel enclosingInstance; + public ShellPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + //UPGRADE_TODO: The equivalent of method 'java.lang.Runnable.run' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + public void Run() + { + Enclosing_Instance.showCursor(); + Enclosing_Instance.startTimer(); + } + } + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassRunnable1' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassRunnable1 : IThreadRunnable + { + public AnonymousClassRunnable1(ShellPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(ShellPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private ShellPanel enclosingInstance; + public ShellPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + //UPGRADE_TODO: The equivalent of method 'java.lang.Runnable.run' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + public void Run() + { + Enclosing_Instance.stopTimer(); + Enclosing_Instance.hideCursor(); + } + } + private void InitBlock() + { + keyEventQueue = new ArrayList(); + history = new LinkedList(); + cursorTimer = new Timer(400, this); + lastIncompleteCommand = new System.Text.StringBuilder(); + } + /// Returns the offset of the downmost line in the outputArea. + /// + /// + /// The total Offset. + /// + /// + //UPGRADE_NOTE: Synchronized keyword was removed from method 'getOffset'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + private int Offset + { + get + { + lock (this) + { + try + { + return outputArea.getLineEndOffset(outputArea.LineCount - 1); + } + catch (BadLocationException e1) + { + // This should never happen as we have at least one line + } + return 0; + } + } + + } + + private const long serialVersionUID = 1777454004380892575L; + + /// Flag for the ChannelListener and the eventThread to know if they should + /// go on working. + /// + private bool running = true; + + /// The Queue for incoming KeyEvents. We process them in an own Thread to + /// prevent strange, concurrent behaviours. + /// + //UPGRADE_NOTE: The initialization of 'keyEventQueue' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List keyEventQueue; + + /// The Area to display our keypresses and results from the engine. + /// + private JTextArea outputArea; + + /// The scrollpane for the outputArea. + /// + private JScrollPane scrollPane; + + /// The Button that clears the console window. + /// + private JButton clearButton; + + /// The current, temporary offset inside the history. + /// + private int history_offset = 0; + + /// The maximum size of the history. The boundary is to prevent memory + /// problems. A history of less than zero means unbounded history. + /// + //UPGRADE_NOTE: Final was removed from the declaration of 'history_max_size '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + private int history_max_size = 100; + + /// A history limited to history_max_size entries. + /// + //UPGRADE_NOTE: The initialization of 'history' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List history; + + /// The last position of the Prompt or in case of a new line the position of + /// the beginning of the new line. + /// + private int lastPromptIndex = 0; + + /// The Symbol for the blinking Cursor. + /// + private const System.String SHELL_CURSOR = "_"; + + /// The current position of the Cursor inside of the outputArea. + /// + private int cursorPosition = 0; + + /// The String "below" the Cursor at the current Position. + /// + private System.String cursorSubString = ""; + + /// The Timer that makes the Cursor blinking. Set a smaller delay (first + /// parameter) to let it blink faster. + /// + //UPGRADE_NOTE: The initialization of 'cursorTimer' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private Timer cursorTimer; + + /// A Flag indicating if the Shell currently shows the Cursor or the + /// cursorSubString. + /// + private bool cursorShowing = false; + + private int lastScrollBarPosition = 0; + + /// The Shells channel to the Rete engine. + /// + private StreamChannel channel; + + /// The Writer we use to write to the channel via a PipedIn(Out)putStream. + /// + private System.IO.StreamWriter outWriter; + + /// A Buffer for the last command, that wasn't send to the engine in total. + /// + //UPGRADE_NOTE: The initialization of 'lastIncompleteCommand' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private System.Text.StringBuilder lastIncompleteCommand; + + /// The Thread listening for results from the Rete engine on our channel. + /// + private SupportClass.ThreadClass channelListener; + + /// The main constructor for a ShellPanel. + /// + /// + /// engine + /// The Jamocha engine that should be used with this GUI. + /// + /// + public ShellPanel(JamochaGui gui):base(gui) + { + InitBlock(); + // GUI construction + // create the output area + outputArea = new JTextArea(); + outputArea.setEditable(false); + outputArea.setLineWrap(true); + outputArea.setWrapStyleWord(true); + outputArea.addFocusListener(this); + // set the font and the colors + settingsChanged(); + this.addFocusListener(this); + // create a scroll pane to embedd the output area + scrollPane = new JScrollPane(outputArea, JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED, JScrollPane.HORIZONTAL_SCROLLBAR_NEVER); + scrollPane.VerticalScrollBar.addAdjustmentListener(this); + // Assemble the GUI + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + setLayout(new BorderLayout()); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(scrollPane, BorderLayout.CENTER); + + // create the button that clears the output area + clearButton = new JButton("Clear Shell", IconLoader.getImageIcon("application_osx_terminal")); + clearButton.addActionListener(this); + JPanel clearButtonPanel = new JPanel(); + //UPGRADE_ISSUE: Constructor 'java.awt.FlowLayout.FlowLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + //UPGRADE_ISSUE: Field 'java.awt.FlowLayout.RIGHT' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + clearButtonPanel.setLayout(new FlowLayout(FlowLayout.RIGHT, 5, 1)); + clearButtonPanel.add(clearButton); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000"' + add(clearButtonPanel, BorderLayout.PAGE_END); + + // initialize the channel to the engine + //UPGRADE_ISSUE: Constructor 'java.io.PipedOutputStream.PipedOutputStream' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaioPipedOutputStreamPipedOutputStream"' + System.IO.StreamWriter outStream = new PipedOutputStream(); + //UPGRADE_ISSUE: Constructor 'java.io.PipedInputStream.PipedInputStream' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaioPipedInputStreamPipedInputStream"' + System.IO.StreamReader inStream = new PipedInputStream(); + outWriter = new System.IO.StreamWriter(outStream); + try + { + //UPGRADE_ISSUE: Method 'java.io.PipedInputStream.connect' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaioPipedInputStreamconnect_javaioPipedOutputStream"' + inStream.connect(outStream); + } + catch (System.IO.IOException e) + { + SupportClass.WriteStackTrace(e, Console.Error); + System.Environment.Exit(1); + } + channel = gui.Engine.MessageRouter.openChannel("JamochaGui", inStream); + + printPrompt(); + moveCursorToEnd(); + startTimer(); + + // initialize the channellistener for outputs from the engine + initChannelListener(); + + // initialize the keylistener for key events + initKeyListener(); + + // initialize the mouselistener for the context menu + initPopupMenu(); + } + + //UPGRADE_NOTE: Synchronized keyword was removed from method 'printPrompt'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + /// Prints the prompt in the outputArea. + /// + /// + private void printPrompt() + { + lock (this) + { + outputArea.append(Constants.SHELL_PROMPT); + lastPromptIndex = Offset; + outputArea.setCaretPosition(outputArea.Document.Length); + } + } + + //UPGRADE_NOTE: Synchronized keyword was removed from method 'printMessage'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + /// Prints a messge at the current cursorPosition in the outputArea. + /// + /// + /// message + /// The message to print. + /// + /// lineBreak + /// If true a linebreak is added at the end. + /// + /// + private void printMessage(System.String message, bool lineBreak) + { + lock (this) + { + if (lineBreak) + { + //UPGRADE_ISSUE: Method 'java.lang.System.getProperty' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangSystemgetProperty_javalangString"' + message += System.getProperty("line.separator"); + } + outputArea.insert(message, cursorPosition); + + cursorPosition = cursorPosition + message.Length; + if (lineBreak) + { + lastPromptIndex = Offset; + } + } + } + + //UPGRADE_NOTE: Synchronized keyword was removed from method 'moveCursorToEnd'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + /// Moves the Cursor to the End of the outputArea. + /// + /// + private void moveCursorToEnd() + { + lock (this) + { + moveCursorTo(Offset); + } + } + + //UPGRADE_NOTE: Synchronized keyword was removed from method 'moveCursorTo'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + /// Moves the Cursor to the specified Position. + /// + /// + /// newPosition + /// The new Position for the Cursor.s + /// + /// + private void moveCursorTo(int newPosition) + { + lock (this) + { + hideCursor(); + cursorPosition = newPosition; + showCursor(); + } + } + + //UPGRADE_NOTE: Synchronized keyword was removed from method 'showCursor'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + /// Shows the Cursor if it was previously hiding and otherwise does nothing. + /// + /// + private void showCursor() + { + lock (this) + { + if (!cursorShowing) + { + int currOffset = Offset; + if (currOffset >= (cursorPosition + SHELL_CURSOR.Length)) + { + try + { + cursorSubString = outputArea.getText(cursorPosition, SHELL_CURSOR.Length); + } + catch (BadLocationException e) + { + // Shouldn't happen + e.printStackTrace(); + } + outputArea.replaceRange(SHELL_CURSOR, cursorPosition, cursorPosition + cursorSubString.Length); + } + else + { + int offset = currOffset - cursorPosition; + if (offset < 0) + offset = 0; + try + { + cursorSubString = outputArea.getText(cursorPosition, offset); + } + catch (BadLocationException e) + { + // Shouldn't happen + e.printStackTrace(); + } + outputArea.replaceRange(SHELL_CURSOR, cursorPosition, cursorPosition + offset); + } + } + cursorShowing = true; + } + } + + //UPGRADE_NOTE: Synchronized keyword was removed from method 'hideCursor'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + /// Hide the Cursor if it was previously visible and otherwise does nothing. + /// + /// + private void hideCursor() + { + lock (this) + { + if (cursorShowing) + { + try + { + outputArea.replaceRange(cursorSubString, cursorPosition, cursorPosition + SHELL_CURSOR.Length); + } + catch (System.Exception e) + { + SupportClass.WriteStackTrace(e, Console.Error); + } + } + cursorShowing = false; + } + } + + //UPGRADE_NOTE: Synchronized keyword was removed from method 'removeCharLeft'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + /// Removes a Character on the left side of the Cursor. + /// + /// + private void removeCharLeft() + { + lock (this) + { + outputArea.replaceRange("", cursorPosition - 1, cursorPosition); + cursorPosition--; + } + } + + //UPGRADE_NOTE: Synchronized keyword was removed from method 'removeCharRight'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + /// Removes a Character on the right side (below) of the Cursor. + /// + /// + private void removeCharRight() + { + lock (this) + { + outputArea.replaceRange("", cursorPosition, cursorPosition + 1); + } + } + + //UPGRADE_NOTE: Synchronized keyword was removed from method 'removeLine'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + /// Removes the current line completely. + /// + /// + private void removeLine() + { + lock (this) + { + outputArea.replaceRange("", lastPromptIndex, Offset); + cursorPosition = Offset; + } + } + + //UPGRADE_NOTE: Synchronized keyword was removed from method 'startTimer'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + /// Starts the cursorTimer. + /// + /// + private void startTimer() + { + lock (this) + { + if (!cursorTimer.isRunning()) + cursorTimer.start(); + } + } + + //UPGRADE_NOTE: Synchronized keyword was removed from method 'stopTimer'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + /// Pauses the cursorTimer. + /// + /// + private void stopTimer() + { + lock (this) + { + cursorTimer.stop(); + } + } + + /// Initializes and starts the ChannelListener that waits for results or + /// errors from the Jamocha engine. + /// + /// + private void initChannelListener() + { + channelListener = new AnonymousClassThread(this); + channelListener.Start(); + } + + /// Initializes the KeyListener to catch all Keypresses. + /// + /// + private void initKeyListener() + { + KeyAdapter adapter = new AnonymousClassKeyAdapter(this); + addKeyListener(adapter); + outputArea.addKeyListener(adapter); + + SupportClass.ThreadClass eventThread = new AnonymousClassThread1(this); + eventThread.Start(); + } + + /// A function that safely adds single lines to the history. If a String + /// contains more than one line it will be splitted line by line. + /// + /// If the history size is greater than history_max_size we remove elements + /// that are old and too much. + /// + /// + /// historyString + /// The String that should be added to the history. + /// + /// + private void addToHistory(System.String historyString) + { + //UPGRADE_ISSUE: Method 'java.lang.System.getProperty' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangSystemgetProperty_javalangString"' + System.String[] lines = historyString.split(System.getProperty("line.separator")); + for (int i = 0; i < lines.Length; ++i) + { + if (!lines[i].Equals("")) + { + history.add(lines[i]); + } + } + // remove items as long as there are too much of them + // and a valid history_max_size is set + while (history.size() > history_max_size && history_max_size >= 0) + { + history.remove(0); + } + // reset the history index after a command + history_offset = 0; + } + + /// initializing the contextmenu. + /// + /// + private void initPopupMenu() + { + + JPopupMenu menu = new JPopupMenu(); + JMenuItem copyMenu = new JMenuItem("Copy", IconLoader.getImageIcon("page_copy")); + copyMenu.addMouseListener(new AnonymousClassMouseAdapter(this)); + JMenuItem pasteMenu = new JMenuItem("Paste", IconLoader.getImageIcon("paste_plain")); + pasteMenu.addMouseListener(new AnonymousClassMouseAdapter1(this)); + JMenuItem selectCommandMenu = new JMenuItem("Select current line"); + selectCommandMenu.addMouseListener(new AnonymousClassMouseAdapter2(this)); + JMenuItem selectAllMenu = new JMenuItem("Select all"); + selectAllMenu.addMouseListener(new AnonymousClassMouseAdapter3(this)); + menu.add(copyMenu); + menu.add(pasteMenu); + menu.addSeparator(); + menu.add(selectCommandMenu); + menu.add(selectAllMenu); + // outputArea.setComponentPopupMenu(menu); + } + + //UPGRADE_NOTE: Synchronized keyword was removed from method 'clearArea'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + /// Clears the outputArea and sets a new prompt. If parts of a command are + /// already in the channel these commandparts will be printed again. + /// + /// + private void clearArea() + { + lock (this) + { + stopTimer(); + hideCursor(); + outputArea.setText(""); + lastPromptIndex = 0; + cursorPosition = 0; + lastScrollBarPosition = 0; + if (lastIncompleteCommand.Length > 0) + { + printPrompt(); + cursorPosition = Offset; + printMessage(lastIncompleteCommand.ToString().Trim(), true); + } + else + printPrompt(); + moveCursorToEnd(); + setFocus(); + startTimer(); + } + } + + + /// Sets the focus of this panel and by this sets the focus to the outputArea + /// so that the user doesn't have to click on it before he can start typing. + /// + /// + public override void setFocus() + { + base.setFocus(); + } + + /// Close this Panel. + /// + /// + public override void close() + { + stopTimer(); + running = false; + } + + public override void settingsChanged() + { + //UPGRADE_TODO: Method 'java.awt.Font.Plain' was converted to 'System.Drawing.FontStyle.Regular' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaawtFontPLAIN_f"' + outputArea.setFont(new Font(gui.Preferences.get("shell.font", "Courier"), gui.Preferences.getInt("shell.fontstyle", (int) System.Drawing.FontStyle.Regular), gui.Preferences.getInt("shell.fontsize", 12))); + outputArea.setBackground(new Color(gui.Preferences.getInt("shell.backgroundcolor", System.Drawing.Color.BLACK.RGB))); + outputArea.setForeground(new Color(gui.Preferences.getInt("shell.fontcolor", System.Drawing.Color.WHITE.RGB))); + outputArea.setBorder(BorderFactory.createLineBorder(outputArea.Background, 2)); + } + + /// Catches events for Buttons and the Timer in this Panel. + /// + public virtual void actionPerformed(System.Object event_sender, System.EventArgs event_Renamed) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender.equals(clearButton)) + { + clearArea(); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender.equals(cursorTimer)) + { + if (cursorShowing) + { + hideCursor(); + } + else + { + showCursor(); + } + } + } + } + + public virtual void focusGained(System.Object event_sender, System.EventArgs event_Renamed) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == this || event_sender == outputArea) + { + SwingUtilities.invokeLater(new AnonymousClassRunnable(this)); + } + } + + public virtual void focusLost(System.Object event_sender, System.EventArgs event_Renamed) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == this || event_sender == outputArea) + { + SwingUtilities.invokeLater(new AnonymousClassRunnable1(this)); + } + } + + public virtual void adjustmentValueChanged(System.Object event_sender, System.Windows.Forms.ScrollEventArgs event_Renamed) + { + if (event_Renamed.NewValue < lastScrollBarPosition) + stopTimer(); + else + { + lastScrollBarPosition = event_Renamed.NewValue; + startTimer(); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/ShellSettingsPanel.cs b/trunk/Creshendo/ShellSettingsPanel.cs new file mode 100644 index 0000000..85087f4 --- /dev/null +++ b/trunk/Creshendo/ShellSettingsPanel.cs @@ -0,0 +1,191 @@ +/// Copyright 2007 Karl-Heinz Krempels, Alexander Wilden +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://jamocha.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace org.jamocha.gui.tab.settings +{ + using System; + using GraphicsEnvironment = java.awt.GraphicsEnvironment; + using DefaultListCellRenderer = javax.swing.DefaultListCellRenderer; + using JButton = javax.swing.JButton; + using JColorChooser = javax.swing.JColorChooser; + using JComboBox = javax.swing.JComboBox; + using JLabel = javax.swing.JLabel; + using JList = javax.swing.JList; + using JPanel = javax.swing.JPanel; + using JTextField = javax.swing.JTextField; + using JamochaGui = org.jamocha.gui.JamochaGui; + using IconLoader = org.jamocha.gui.icons.IconLoader; + + public class ShellSettingsPanel:AbstractSettingsPanel + { + + private const long serialVersionUID = - 7136144663514250335L; + + private JComboBox fonts; + + private JComboBox fontsizes; + + private JButton fontColorChooserButton; + + private JTextField fontColorChooserPreview; + + private JButton backgroundColorChooserButton; + + private JTextField backgroundColorChooserPreview; + + public ShellSettingsPanel(JamochaGui gui):base(gui) + { + //UPGRADE_ISSUE: Class 'java.awt.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + //UPGRADE_ISSUE: Constructor 'java.awt.GridBagLayout.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + GridBagLayout gridbag = new GridBagLayout(); + //UPGRADE_ISSUE: Class 'java.awt.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Constructor 'java.awt.GridBagConstraints.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + GridBagConstraints c = new GridBagConstraints(); + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.weightx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.weightx = 1.0; + setLayout(gridbag); + + // Font + addLabel(this, new JLabel("Font:"), gridbag, c, 0); + GraphicsEnvironment ge = GraphicsEnvironment.LocalGraphicsEnvironment; + System.Drawing.Font[] allFonts = ge.AllFonts; + fonts = new JComboBox(allFonts); + System.Drawing.Font selFont = null; + System.String selFontName = gui.Preferences.get("shell.font", "Courier"); + for (int idx = 0; idx < allFonts.Length; idx++) + { + System.Drawing.Font curFont = allFonts[idx]; + if (curFont.FontName.equals(selFontName)) + { + selFont = curFont; + break; + } + } + if (selFont != null) + { + fonts.setSelectedItem(selFont); + } + fonts.setRenderer(new FontListCellRenderer(this)); + addInputComponent(this, fonts, gridbag, c, 0); + + // Fontsize + addLabel(this, new JLabel("Fontsize:"), gridbag, c, 1); + System.Int32[] sizes = new System.Int32[17]; + for (int i = 0; i < sizes.Length; ++i) + { + sizes[i] = 8 + i; + } + fontsizes = new JComboBox(sizes); + //fontsizes.setSelectedItem(gui.getPreferences().getInt("shell.fontsize", + // 12)); + addInputComponent(this, fontsizes, gridbag, c, 1); + + // Fontcolor + addLabel(this, new JLabel("Fontcolor:"), gridbag, c, 2); + //UPGRADE_ISSUE: Constructor 'java.awt.FlowLayout.FlowLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + JPanel fontColorChooserPanel = new JPanel(new FlowLayout()); + fontColorChooserPreview = new JTextField(5); + fontColorChooserPreview.setEditable(false); + fontColorChooserPreview.setBackground(new Color(gui.Preferences.getInt("shell.fontcolor", System.Drawing.Color.WHITE.RGB))); + fontColorChooserButton = new JButton("Choose Color", IconLoader.getImageIcon("color_swatch")); + fontColorChooserButton.addActionListener(this); + fontColorChooserPanel.add(fontColorChooserPreview); + fontColorChooserPanel.add(fontColorChooserButton); + addInputComponent(this, fontColorChooserPanel, gridbag, c, 2); + + // Backgroundcolor + addLabel(this, new JLabel("Backgroundcolor:"), gridbag, c, 3); + //UPGRADE_ISSUE: Constructor 'java.awt.FlowLayout.FlowLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + JPanel backgroundColorChooserPanel = new JPanel(new FlowLayout()); + backgroundColorChooserPreview = new JTextField(5); + backgroundColorChooserPreview.setEditable(false); + backgroundColorChooserPreview.setBackground(new Color(gui.Preferences.getInt("shell.backgroundcolor", System.Drawing.Color.BLACK.RGB))); + backgroundColorChooserButton = new JButton("Choose Color", IconLoader.getImageIcon("color_swatch")); + backgroundColorChooserButton.addActionListener(this); + backgroundColorChooserPanel.add(backgroundColorChooserPreview); + backgroundColorChooserPanel.add(backgroundColorChooserButton); + addInputComponent(this, backgroundColorChooserPanel, gridbag, c, 3); + } + + public override void save() + { + gui.Preferences.put("shell.font", ((System.Drawing.Font) fonts.SelectedItem).FontName); + //gui.getPreferences().putInt("shell.fontsize", + // (Integer) fontsizes.getSelectedItem()); + //gui.getPreferences().putInt("shell.fontcolor", + // (Integer) fontColorChooserPreview.getBackground().getRGB()); + //gui.getPreferences().putInt("shell.backgroundcolor", + // (Integer) backgroundColorChooserPreview.getBackground().getRGB()); + } + + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'FontListCellRenderer' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class FontListCellRenderer:DefaultListCellRenderer + { + private void InitBlock(ShellSettingsPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private ShellSettingsPanel enclosingInstance; + public ShellSettingsPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + private const long serialVersionUID = 1L; + + public FontListCellRenderer(ShellSettingsPanel enclosingInstance):base() + { + InitBlock(enclosingInstance); + } + + public virtual System.Windows.Forms.Control getListCellRendererComponent(JList list, System.Object value_Renamed, int index, bool isSelected, bool cellHasFocus) + { + base.getListCellRendererComponent(list, value_Renamed, index, isSelected, cellHasFocus); + setFont(((System.Drawing.Font) value_Renamed).deriveFont(12.0f)); + setText(((System.Drawing.Font) value_Renamed).FontName); + return this; + } + } + + public virtual void actionPerformed(System.Object event_sender, System.EventArgs event_Renamed) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == fontColorChooserButton) + { + System.Drawing.Color newColor = JColorChooser.showDialog(this, "Choose a Fontcolor", new Color(gui.Preferences.getInt("shell.fontcolor", System.Drawing.Color.WHITE.RGB))); + if (newColor != null) + { + fontColorChooserPreview.setBackground(newColor); + } + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == backgroundColorChooserButton) + { + System.Drawing.Color newColor = JColorChooser.showDialog(this, "Choose a Backgroundcolor", new Color(gui.Preferences.getInt("shell.backgroundcolor", System.Drawing.Color.BLACK.RGB))); + if (newColor != null) + { + backgroundColorChooserPreview.setBackground(newColor); + } + } + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/SupportClass.cs b/trunk/Creshendo/SupportClass.cs new file mode 100644 index 0000000..24be371 --- /dev/null +++ b/trunk/Creshendo/SupportClass.cs @@ -0,0 +1,921 @@ +using System; +using System.Collections; +using System.Drawing; +using System.Globalization; +using System.IO; +using System.Reflection; +using System.Threading; +using System.Windows.Forms; + +public interface IThreadRunnable +{ + void Run(); +} + +public class SupportClass +{ + public static Random Random = new Random(); + + public static int URShift(int number, int bits) + { + if (number >= 0) + return number >> bits; + else + return (number >> bits) + (2 << ~bits); + } + + public static int URShift(int number, long bits) + { + return URShift(number, (int) bits); + } + + public static long URShift(long number, int bits) + { + if (number >= 0) + return number >> bits; + else + return (number >> bits) + (2L << ~bits); + } + + public static long URShift(long number, long bits) + { + return URShift(number, (int) bits); + } + + /*******************************/ + + public static void WriteStackTrace(Exception throwable, TextWriter stream) + { + stream.Write(throwable.Message); + stream.Flush(); + } + + /*******************************/ + + /// + /// This method is used as a dummy method to simulate VJ++ behavior + /// + /// The literal to return + /// The received value + public static long Identity(long literal) + { + return literal; + } + + /// + /// This method is used as a dummy method to simulate VJ++ behavior + /// + /// The literal to return + /// The received value + public static ulong Identity(ulong literal) + { + return literal; + } + + /// + /// This method is used as a dummy method to simulate VJ++ behavior + /// + /// The literal to return + /// The received value + public static float Identity(float literal) + { + return literal; + } + + /// + /// This method is used as a dummy method to simulate VJ++ behavior + /// + /// The literal to return + /// The received value + public static double Identity(double literal) + { + return literal; + } + + /*******************************/ + + /// + /// Adds an element to the top end of a Stack instance. + /// + /// The Stack instance + /// The element to Add + /// The element added + public static Object StackPush(Stack stack, Object element) + { + stack.Push(element); + return element; + } + + /*******************************/ + + /// + /// Creates an instance of a received Type + /// + /// The Type of the new class instance to return + /// An Object containing the new instance + public static Object CreateNewInstance(Type classType) + { + ConstructorInfo[] constructors = classType.GetConstructors(); + + if (constructors.Length == 0) + return null; + + ParameterInfo[] firstConstructor = constructors[0].GetParameters(); + int countParams = firstConstructor.Length; + + Type[] constructor = new Type[countParams]; + for (int i = 0; i < countParams; i++) + constructor[i] = firstConstructor[i].ParameterType; + + return classType.GetConstructor(constructor).Invoke(new Object[] {}); + } + + /*******************************/ + + /*******************************/ + + public static Object PutElement(Hashtable hashTable, Object key, Object newValue) + { + Object element = hashTable[key]; + hashTable[key] = newValue; + return element; + } + + /*******************************/ + + /*******************************/ + + public static string FormatDateTime(DateTimeFormatInfo format, DateTime date) + { + string timePattern = DateTimeFormatManager.manager.GetTimeFormatPattern(format); + string datePattern = DateTimeFormatManager.manager.GetDateFormatPattern(format); + return date.ToString(datePattern + " " + timePattern, format); + } + + /*******************************/ + + public static DateTimeFormatInfo GetDateTimeFormatInstance(int dateStyle, int timeStyle, CultureInfo culture) + { + DateTimeFormatInfo format = culture.DateTimeFormat; + + switch (timeStyle) + { + case -1: + DateTimeFormatManager.manager.SetTimeFormatPattern(format, ""); + break; + + case 0: + DateTimeFormatManager.manager.SetTimeFormatPattern(format, "h:mm:ss 'o clock' tt zzz"); + break; + + case 1: + DateTimeFormatManager.manager.SetTimeFormatPattern(format, "h:mm:ss tt zzz"); + break; + + case 2: + DateTimeFormatManager.manager.SetTimeFormatPattern(format, "h:mm:ss tt"); + break; + + case 3: + DateTimeFormatManager.manager.SetTimeFormatPattern(format, "h:mm tt"); + break; + } + + switch (dateStyle) + { + case -1: + DateTimeFormatManager.manager.SetDateFormatPattern(format, ""); + break; + + case 0: + DateTimeFormatManager.manager.SetDateFormatPattern(format, "dddd, MMMM dd%, yyy"); + break; + + case 1: + DateTimeFormatManager.manager.SetDateFormatPattern(format, "MMMM dd%, yyy"); + break; + + case 2: + DateTimeFormatManager.manager.SetDateFormatPattern(format, "d-MMM-yy"); + break; + + case 3: + DateTimeFormatManager.manager.SetDateFormatPattern(format, "M/dd/yy"); + break; + } + + return format; + } + + #region Nested type: CalendarManager + + public class CalendarManager + { + public const int DATE = 2; + public const int DAY_OF_MONTH = 7; + public const int HOUR = 3; + public const int HOUR_OF_DAY = 8; + public const int MILLISECOND = 6; + public const int MINUTE = 4; + public const int MONTH = 1; + public const int SECOND = 5; + public const int YEAR = 0; + + public static CalendarHashTable manager = new CalendarHashTable(); + + #region Nested type: CalendarHashTable + + public class CalendarHashTable : Hashtable + { + public DateTime GetDateTime(Calendar calendar) + { + if (this[calendar] != null) + return ((CalendarProperties) this[calendar]).dateTime; + else + { + CalendarProperties tempProps = new CalendarProperties(); + tempProps.dateTime = DateTime.Now; + Add(calendar, tempProps); + return GetDateTime(calendar); + } + } + + public void SetDateTime(Calendar calendar, DateTime date) + { + if (this[calendar] != null) + { + ((CalendarProperties) this[calendar]).dateTime = date; + } + else + { + CalendarProperties tempProps = new CalendarProperties(); + tempProps.dateTime = date; + Add(calendar, tempProps); + } + } + + public void Set(Calendar calendar, int field, int fieldValue) + { + if (this[calendar] != null) + { + DateTime tempDate = ((CalendarProperties) this[calendar]).dateTime; + switch (field) + { + case DATE: + tempDate = tempDate.AddDays(fieldValue - tempDate.Day); + break; + case HOUR: + tempDate = tempDate.AddHours(fieldValue - tempDate.Hour); + break; + case MILLISECOND: + tempDate = tempDate.AddMilliseconds(fieldValue - tempDate.Millisecond); + break; + case MINUTE: + tempDate = tempDate.AddMinutes(fieldValue - tempDate.Minute); + break; + case MONTH: + //Month value is 0-based. e.g., 0 for January + tempDate = tempDate.AddMonths(fieldValue - (tempDate.Month + 1)); + break; + case SECOND: + tempDate = tempDate.AddSeconds(fieldValue - tempDate.Second); + break; + case YEAR: + tempDate = tempDate.AddYears(fieldValue - tempDate.Year); + break; + case DAY_OF_MONTH: + tempDate = tempDate.AddDays(fieldValue - tempDate.Day); + break; + case HOUR_OF_DAY: + tempDate = tempDate.AddHours(fieldValue - tempDate.Hour); + break; + + default: + break; + } + ((CalendarProperties) this[calendar]).dateTime = tempDate; + } + else + { + CalendarProperties tempProps = new CalendarProperties(); + tempProps.dateTime = DateTime.Now; + Add(calendar, tempProps); + Set(calendar, field, fieldValue); + } + } + + public void Set(Calendar calendar, int year, int month, int day) + { + if (this[calendar] != null) + { + Set(calendar, YEAR, year); + Set(calendar, MONTH, month); + Set(calendar, DATE, day); + } + else + { + CalendarProperties tempProps = new CalendarProperties(); + //Month value is 0-based. e.g., 0 for January + tempProps.dateTime = new DateTime(year, month + 1, day); + Add(calendar, tempProps); + } + } + + public void Set(Calendar calendar, int year, int month, int day, int hour, int minute) + { + if (this[calendar] != null) + { + Set(calendar, YEAR, year); + Set(calendar, MONTH, month); + Set(calendar, DATE, day); + Set(calendar, HOUR, hour); + Set(calendar, MINUTE, minute); + } + else + { + CalendarProperties tempProps = new CalendarProperties(); + //Month value is 0-based. e.g., 0 for January + tempProps.dateTime = new DateTime(year, month + 1, day, hour, minute, 0); + Add(calendar, tempProps); + } + } + + public void Set(Calendar calendar, int year, int month, int day, int hour, int minute, int second) + { + if (this[calendar] != null) + { + Set(calendar, YEAR, year); + Set(calendar, MONTH, month); + Set(calendar, DATE, day); + Set(calendar, HOUR, hour); + Set(calendar, MINUTE, minute); + Set(calendar, SECOND, second); + } + else + { + CalendarProperties tempProps = new CalendarProperties(); + //Month value is 0-based. e.g., 0 for January + tempProps.dateTime = new DateTime(year, month + 1, day, hour, minute, second); + Add(calendar, tempProps); + } + } + + public int Get(Calendar calendar, int field) + { + if (this[calendar] != null) + { + switch (field) + { + case DATE: + return ((CalendarProperties) this[calendar]).dateTime.Day; + case HOUR: + int tempHour = ((CalendarProperties) this[calendar]).dateTime.Hour; + return tempHour > 12 ? tempHour - 12 : tempHour; + + case MILLISECOND: + return ((CalendarProperties) this[calendar]).dateTime.Millisecond; + case MINUTE: + return ((CalendarProperties) this[calendar]).dateTime.Minute; + case MONTH: + //Month value is 0-based. e.g., 0 for January + return ((CalendarProperties) this[calendar]).dateTime.Month - 1; + case SECOND: + return ((CalendarProperties) this[calendar]).dateTime.Second; + case YEAR: + return ((CalendarProperties) this[calendar]).dateTime.Year; + case DAY_OF_MONTH: + return ((CalendarProperties) this[calendar]).dateTime.Day; + case HOUR_OF_DAY: + return ((CalendarProperties) this[calendar]).dateTime.Hour; + + default: + return 0; + } + } + else + { + CalendarProperties tempProps = new CalendarProperties(); + tempProps.dateTime = DateTime.Now; + Add(calendar, tempProps); + return Get(calendar, field); + } + } + + public void SetTimeInMilliseconds(Calendar calendar, long milliseconds) + { + if (this[calendar] != null) + { + ((CalendarProperties) this[calendar]).dateTime = new DateTime(milliseconds); + } + else + { + CalendarProperties tempProps = new CalendarProperties(); + tempProps.dateTime = new DateTime(TimeSpan.TicksPerMillisecond*milliseconds); + Add(calendar, tempProps); + } + } + + public DayOfWeek GetFirstDayOfWeek(Calendar calendar) + { + if (this[calendar] != null && ((CalendarProperties) this[calendar]).dateTimeFormat != null) + { + return ((CalendarProperties) this[calendar]).dateTimeFormat.FirstDayOfWeek; + } + else + { + CalendarProperties tempProps = new CalendarProperties(); + tempProps.dateTimeFormat = new DateTimeFormatInfo(); + tempProps.dateTimeFormat.FirstDayOfWeek = DayOfWeek.Sunday; + Add(calendar, tempProps); + return GetFirstDayOfWeek(calendar); + } + } + + public void SetFirstDayOfWeek(Calendar calendar, DayOfWeek firstDayOfWeek) + { + if (this[calendar] != null && ((CalendarProperties) this[calendar]).dateTimeFormat != null) + { + ((CalendarProperties) this[calendar]).dateTimeFormat.FirstDayOfWeek = firstDayOfWeek; + } + else + { + CalendarProperties tempProps = new CalendarProperties(); + tempProps.dateTimeFormat = new DateTimeFormatInfo(); + Add(calendar, tempProps); + SetFirstDayOfWeek(calendar, firstDayOfWeek); + } + } + + public void Clear(Calendar calendar) + { + if (this[calendar] != null) + Remove(calendar); + } + + public void Clear(Calendar calendar, int field) + { + if (this[calendar] != null) + Remove(calendar); + else + Set(calendar, field, 0); + } + + #region Nested type: CalendarProperties + + private class CalendarProperties + { + public DateTime dateTime; + public DateTimeFormatInfo dateTimeFormat; + } + + #endregion + } + + #endregion + } + + #endregion + + #region Nested type: DateTimeFormatManager + + public class DateTimeFormatManager + { + public static DateTimeFormatHashTable manager = new DateTimeFormatHashTable(); + + #region Nested type: DateTimeFormatHashTable + + public class DateTimeFormatHashTable : Hashtable + { + public void SetDateFormatPattern(DateTimeFormatInfo format, String newPattern) + { + if (this[format] != null) + ((DateTimeFormatProperties) this[format]).DateFormatPattern = newPattern; + else + { + DateTimeFormatProperties tempProps = new DateTimeFormatProperties(); + tempProps.DateFormatPattern = newPattern; + Add(format, tempProps); + } + } + + public string GetDateFormatPattern(DateTimeFormatInfo format) + { + if (this[format] == null) + return "d-MMM-yy"; + else + return ((DateTimeFormatProperties) this[format]).DateFormatPattern; + } + + public void SetTimeFormatPattern(DateTimeFormatInfo format, String newPattern) + { + if (this[format] != null) + ((DateTimeFormatProperties) this[format]).TimeFormatPattern = newPattern; + else + { + DateTimeFormatProperties tempProps = new DateTimeFormatProperties(); + tempProps.TimeFormatPattern = newPattern; + Add(format, tempProps); + } + } + + public string GetTimeFormatPattern(DateTimeFormatInfo format) + { + if (this[format] == null) + return "h:mm:ss tt"; + else + return ((DateTimeFormatProperties) this[format]).TimeFormatPattern; + } + + #region Nested type: DateTimeFormatProperties + + private class DateTimeFormatProperties + { + public string DateFormatPattern = "d-MMM-yy"; + public string TimeFormatPattern = "h:mm:ss tt"; + } + + #endregion + } + + #endregion + } + + #endregion + + #region Nested type: GraphicsManager + + public class GraphicsManager + { + public static GraphicsHashTable manager = new GraphicsHashTable(); + + public static Graphics CreateGraphics(Graphics oldGraphics) + { + IntPtr hdc = oldGraphics.GetHdc(); + oldGraphics.ReleaseHdc(hdc); + return Graphics.FromHdc(hdc); + } + + /// + /// This method draws a Bezier curve. + /// + /// It receives the Graphics instance + /// An array of (x,y) pairs of coordinates used to draw the curve. + public static void Bezier(Graphics graphics, int[] array) + { + Pen pen; + pen = manager.GetPen(graphics); + graphics.DrawBezier(pen, array[0], array[1], array[2], array[3], array[4], array[5], array[6], array[7]); + } + + public static Point GetTextSize(Graphics graphics, Font graphicsFont, String text) + { + Point textSize; + SizeF tempSizeF; + tempSizeF = graphics.MeasureString(text, graphicsFont); + textSize = new Point(); + textSize.X = (int) tempSizeF.Width; + textSize.Y = (int) tempSizeF.Height; + return textSize; + } + + public static Point GetTextSize(Graphics graphics, Font graphicsFont, String text, Int32 width, StringFormat format) + { + Point textSize; + SizeF tempSizeF; + tempSizeF = graphics.MeasureString(text, graphicsFont, width, format); + textSize = new Point(); + textSize.X = (int) tempSizeF.Width; + textSize.Y = (int) tempSizeF.Height; + return textSize; + } + + #region Nested type: GraphicsHashTable + + public class GraphicsHashTable : Hashtable + { + public Graphics GetGraphics(Control control) + { + Graphics graphic; + if (control.Visible == true) + { + graphic = control.CreateGraphics(); + if (this[graphic] == null) + { + GraphicsProperties tempProps = new GraphicsProperties(); + tempProps.color = control.ForeColor; + tempProps.BackColor = control.BackColor; + tempProps.TextColor = control.ForeColor; + tempProps.GraphicFont = control.Font; + Add(graphic, tempProps); + } + } + else + { + graphic = null; + } + return graphic; + } + + public void SetBackColor(Graphics graphic, Color color) + { + if (this[graphic] != null) + ((GraphicsProperties) this[graphic]).BackColor = color; + else + { + GraphicsProperties tempProps = new GraphicsProperties(); + tempProps.BackColor = color; + Add(graphic, tempProps); + } + } + + public Color GetBackColor(Graphics graphic) + { + if (this[graphic] == null) + return Color.White; + else + return ((GraphicsProperties) this[graphic]).BackColor; + } + + public void SetTextColor(Graphics graphic, Color color) + { + if (this[graphic] != null) + ((GraphicsProperties) this[graphic]).TextColor = color; + else + { + GraphicsProperties tempProps = new GraphicsProperties(); + tempProps.TextColor = color; + Add(graphic, tempProps); + } + } + + public Color GetTextColor(Graphics graphic) + { + if (this[graphic] == null) + return Color.White; + else + return ((GraphicsProperties) this[graphic]).TextColor; + } + + public void SetBrush(Graphics graphic, SolidBrush brush) + { + if (this[graphic] != null) + ((GraphicsProperties) this[graphic]).GraphicBrush = brush; + else + { + GraphicsProperties tempProps = new GraphicsProperties(); + tempProps.GraphicBrush = brush; + Add(graphic, tempProps); + } + } + + public SolidBrush GetBrush(Graphics graphic) + { + if (this[graphic] == null) + return new SolidBrush(Color.Black); + else + return ((GraphicsProperties) this[graphic]).GraphicBrush; + } + + public void SetPen(Graphics graphic, Pen pen) + { + if (this[graphic] != null) + ((GraphicsProperties) this[graphic]).GraphicPen = pen; + else + { + GraphicsProperties tempProps = new GraphicsProperties(); + tempProps.GraphicPen = pen; + Add(graphic, tempProps); + } + } + + public Pen GetPen(Graphics graphic) + { + if (this[graphic] == null) + return Pens.Black; + else + return ((GraphicsProperties) this[graphic]).GraphicPen; + } + + public void SetFont(Graphics graphic, Font font) + { + if (this[graphic] != null) + ((GraphicsProperties) this[graphic]).GraphicFont = font; + else + { + GraphicsProperties tempProps = new GraphicsProperties(); + tempProps.GraphicFont = font; + Add(graphic, tempProps); + } + } + + public Font GetFont(Graphics graphic) + { + if (this[graphic] == null) + return new Font("Microsoft Sans Serif", 8.25F, FontStyle.Regular, GraphicsUnit.Point, ((Byte) (0))); + else + return ((GraphicsProperties) this[graphic]).GraphicFont; + } + + public void SetColor(Graphics graphic, Color color) + { + if (this[graphic] != null) + { + ((GraphicsProperties) this[graphic]).GraphicPen.Color = color; + ((GraphicsProperties) this[graphic]).GraphicBrush.Color = color; + ((GraphicsProperties) this[graphic]).color = color; + } + else + { + GraphicsProperties tempProps = new GraphicsProperties(); + tempProps.GraphicPen.Color = color; + tempProps.GraphicBrush.Color = color; + tempProps.color = color; + Add(graphic, tempProps); + } + } + + public Color GetColor(Graphics graphic) + { + if (this[graphic] == null) + return Color.Black; + else + return ((GraphicsProperties) this[graphic]).color; + } + + /// + /// This method gets the TextBackgroundColor of a Graphics instance + /// + /// The graphics instance + /// + public Color GetTextBackgroundColor(Graphics graphic) + { + if (this[graphic] == null) + return Color.Black; + else + { + return ((GraphicsProperties) this[graphic]).TextBackgroundColor; + } + } + + /// + /// This method set the TextBackgroundColor of a Graphics instace + /// + /// The graphics instace + /// The System.Color to set the TextBackgroundColor + public void SetTextBackgroundColor(Graphics graphic, Color color) + { + if (this[graphic] != null) + { + ((GraphicsProperties) this[graphic]).TextBackgroundColor = color; + } + else + { + GraphicsProperties tempProps = new GraphicsProperties(); + tempProps.TextBackgroundColor = color; + Add(graphic, tempProps); + } + } + + #region Nested type: GraphicsProperties + + private class GraphicsProperties + { + public Color BackColor = Color.White; + public Color color = Color.Black; + public SolidBrush GraphicBrush = new SolidBrush(Color.Black); + public Font GraphicFont = new Font("Microsoft Sans Serif", 8.25F, FontStyle.Regular, GraphicsUnit.Point, ((Byte) (0))); + public Pen GraphicPen = new Pen(Color.Black); + public Color TextBackgroundColor = Color.Black; + public Color TextColor = Color.Black; + } + + #endregion + } + + #endregion + } + + #endregion + + #region Nested type: ThreadClass + /* + public class ThreadClass : IThreadRunnable + { + private Thread threadField; + + public ThreadClass() + { + threadField = new Thread(new ThreadStart(Run)); + threadField.Name = "MessageRouter"; + } + + public ThreadClass(ThreadStart p1) + { + threadField = new Thread(p1); + } + + public Thread Instance + { + get { return threadField; } + set { threadField = value; } + } + + public String Name + { + get { return threadField.Name; } + set + { + if (threadField.Name == null) + threadField.Name = value; + } + } + + public ThreadPriority Priority + { + get { return threadField.Priority; } + set { threadField.Priority = value; } + } + + public bool IsAlive + { + get { return threadField.IsAlive; } + } + + public bool IsBackground + { + get { return threadField.IsBackground; } + set { threadField.IsBackground = value; } + } + + #region IThreadRunnable Members + + public virtual void Run() + { + } + + #endregion + + public virtual void Start() + { + threadField.Start(); + } + + public void Join() + { + threadField.Join(); + } + + public void Join(long p1) + { + lock (this) + { + threadField.Join(new TimeSpan(p1*10000)); + } + } + + public void Join(long p1, int p2) + { + lock (this) + { + threadField.Join(new TimeSpan(p1*10000 + p2*100)); + } + } + + public void Resume() + { + threadField.Resume(); + } + + public void Abort() + { + threadField.Abort(); + } + + public void Abort(Object stateInfo) + { + lock (this) + { + threadField.Abort(stateInfo); + } + } + + public void Suspend() + { + threadField.Suspend(); + } + + public override String ToString() + { + return "Thread[" + Name + "," + Priority.ToString() + "," + "" + "]"; + } + + public static ThreadClass Current() + { + ThreadClass CurrentThread = new ThreadClass(); + CurrentThread.Instance = Thread.CurrentThread; + return CurrentThread; + } + } + */ + #endregion +} \ No newline at end of file diff --git a/trunk/Creshendo/TableMap.cs b/trunk/Creshendo/TableMap.cs new file mode 100644 index 0000000..25147fc --- /dev/null +++ b/trunk/Creshendo/TableMap.cs @@ -0,0 +1,102 @@ +/// Copyright 2007 Karl-Heinz Krempels, Alexander Wilden +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://jamocha.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace org.jamocha.gui +{ + using System; + using AbstractTableModel = javax.swing.table.AbstractTableModel; + using TableModel = javax.swing.table.TableModel; + using TableModelListener = javax.swing.event.TableModelListener; + using TableModelEvent = javax.swing.event.TableModelEvent; + /// This is a supporting class for the TableSorter. + /// + /// + /// Karl-Heinz Krempels + /// + /// Alexander Wilden + /// + /// + public class TableMap:AbstractTableModel, TableModelListener + { + virtual public TableModel Model + { + get + { + return model; + } + + set + { + this.model = value; + value.addTableModelListener(this); + } + + } + virtual public int RowCount + { + get + { + return (model == null)?0:model.RowCount; + } + + } + virtual public int ColumnCount + { + get + { + return (model == null)?0:model.ColumnCount; + } + + } + + private const long serialVersionUID = 4007086145879578418L; + + protected internal TableModel model; + + + + public virtual System.Object getValueAt(int aRow, int aColumn) + { + return model.getValueAt(aRow, aColumn); + } + + public virtual void setValueAt(System.Object aValue, int aRow, int aColumn) + { + model.setValueAt(aValue, aRow, aColumn); + } + + + + public virtual System.String getColumnName(int aColumn) + { + return model.getColumnName(aColumn); + } + + public virtual System.Type getColumnClass(int aColumn) + { + return model.getColumnClass(aColumn); + } + + public virtual bool isCellEditable(int row, int column) + { + return model.isCellEditable(row, column); + } + + public virtual void tableChanged(TableModelEvent e) + { + fireTableChanged(e); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/TableSorter.cs b/trunk/Creshendo/TableSorter.cs new file mode 100644 index 0000000..5515910 --- /dev/null +++ b/trunk/Creshendo/TableSorter.cs @@ -0,0 +1,394 @@ +/// Copyright 2007 Karl-Heinz Krempels, Alexander Wilden +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://jamocha.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace org.jamocha.gui +{ + using System; + using TableModel = javax.swing.table.TableModel; + using TableModelEvent = javax.swing.event.TableModelEvent; + using JTable = javax.swing.JTable; + using JTableHeader = javax.swing.table.JTableHeader; + using TableColumnModel = javax.swing.table.TableColumnModel; + /// This class enables a JTable do be sortable. + /// + /// + /// Karl-Heinz Krempels + /// + /// Alexander Wilden + /// + /// + public class TableSorter:TableMap + { + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassMouseAdapter' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassMouseAdapter + { + public AnonymousClassMouseAdapter(JTable tableView, org.jamocha.gui.TableSorter sorter, TableSorter enclosingInstance) + { + InitBlock(tableView, sorter, enclosingInstance); + } + private void InitBlock(JTable tableView, org.jamocha.gui.TableSorter sorter, TableSorter enclosingInstance) + { + this.tableView = tableView; + this.sorter = sorter; + this.enclosingInstance = enclosingInstance; + columnModel = tableView.ColumnModel; + } + //UPGRADE_NOTE: Final variable tableView was copied into class AnonymousClassMouseAdapter. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1023"' + private JTable tableView; + //UPGRADE_NOTE: Final variable sorter was copied into class AnonymousClassMouseAdapter. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1023"' + private org.jamocha.gui.TableSorter sorter; + private TableSorter enclosingInstance; + public TableSorter Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + //UPGRADE_TODO: Class java.awt.event.MouseAdapter was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + public void mouseClicked(System.Object event_sender, System.EventArgs e) + { + TableColumnModel columnModel; + int viewColumn = columnModel.getColumnIndexAtX(e.X); + int column = tableView.convertColumnIndexToModel(viewColumn); + if (e.Clicks == 1 && column != - 1) + { + //UPGRADE_ISSUE: Method 'java.awt.event.InputEvent.getModifiers' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawteventInputEvent"' + //UPGRADE_ISSUE: Field 'java.awt.event.InputEvent.SHIFT_MASK' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawteventInputEvent"' + int shiftPressed = e.getModifiers() & InputEvent.SHIFT_MASK; + bool ascending = (shiftPressed == 0); + sorter.sortByColumn(column, ascending); + } + } + } + private void InitBlock() + { + sortingColumns = new System.Collections.ArrayList(); + } + virtual public TableModel Model + { + set + { + base.setModel(value); + reallocateIndexes(); + } + + } + + new private const long serialVersionUID = - 1884558901554019827L; + + private int[] indexes; + + //UPGRADE_NOTE: The initialization of 'sortingColumns' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private System.Collections.ArrayList sortingColumns; + + private bool ascending = true; + + private int compares; + + public TableSorter() + { + InitBlock(); + indexes = new int[0]; + } + + public TableSorter(TableModel model) + { + InitBlock(); + setModel(model); + } + + + public virtual int compareRowsByColumn(int row1, int row2, int column) + { + System.Type type = model.getColumnClass(column); + TableModel data = model; + + System.Object o1 = data.getValueAt(row1, column); + System.Object o2 = data.getValueAt(row2, column); + + if (o1 == null && o2 == null) + { + return 0; + } + else if (o1 == null) + { + return - 1; + } + else if (o2 == null) + { + return 1; + } + + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + if (type == typeof(java.lang.Number)) + { + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + Number n1 = (Number) data.getValueAt(row1, column); + //UPGRADE_ISSUE: Method 'java.lang.Number.doubleValue' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + double d1 = n1.doubleValue(); + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + Number n2 = (Number) data.getValueAt(row2, column); + //UPGRADE_ISSUE: Method 'java.lang.Number.doubleValue' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + double d2 = n2.doubleValue(); + + if (d1 < d2) + { + return - 1; + } + else if (d1 > d2) + { + return 1; + } + else + { + return 0; + } + } + else if (type == typeof(System.DateTime)) + { + System.DateTime d1 = (System.DateTime) data.getValueAt(row1, column); + long n1 = ((d1.Ticks - 621355968000000000) / 10000) - (long) System.TimeZone.CurrentTimeZone.GetUtcOffset(d1).TotalMilliseconds; + System.DateTime d2 = (System.DateTime) data.getValueAt(row2, column); + long n2 = ((d2.Ticks - 621355968000000000) / 10000) - (long) System.TimeZone.CurrentTimeZone.GetUtcOffset(d2).TotalMilliseconds; + + if (n1 < n2) + { + return - 1; + } + else if (n1 > n2) + { + return 1; + } + else + { + return 0; + } + } + else if (type == typeof(System.String)) + { + System.String s1 = (System.String) data.getValueAt(row1, column); + System.String s2 = (System.String) data.getValueAt(row2, column); + int result = s1.CompareTo(s2); + + if (result < 0) + { + return - 1; + } + else if (result > 0) + { + return 1; + } + else + { + return 0; + } + } + else if (type == (System.Object) typeof(System.Boolean)) + { + System.Boolean bool1 = (System.Boolean) data.getValueAt(row1, column); + bool b1 = bool1; + System.Boolean bool2 = (System.Boolean) data.getValueAt(row2, column); + bool b2 = bool2; + + if (b1 == b2) + { + return 0; + } + else if (b1) + { + return 1; + } + else + { + return - 1; + } + } + else + { + System.Object v1 = data.getValueAt(row1, column); + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + System.String s1 = v1.ToString(); + System.Object v2 = data.getValueAt(row2, column); + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + System.String s2 = v2.ToString(); + int result = s1.CompareTo(s2); + + if (result < 0) + { + return - 1; + } + else if (result > 0) + { + return 1; + } + else + { + return 0; + } + } + } + + public virtual int compare(int row1, int row2) + { + compares++; + for (int level = 0; level < sortingColumns.Count; level++) + { + System.Int32 column = (System.Int32) sortingColumns[level]; + int result = compareRowsByColumn(row1, row2, column); + if (result != 0) + { + return ascending?result:- result; + } + } + return 0; + } + + public virtual void reallocateIndexes() + { + int rowCount = model.RowCount; + + indexes = new int[rowCount]; + + for (int row = 0; row < rowCount; row++) + { + indexes[row] = row; + } + } + + public virtual void tableChanged(TableModelEvent e) + { + reallocateIndexes(); + + base.tableChanged(e); + } + + public virtual void checkModel() + { + if (indexes.Length != model.RowCount) + { + System.Console.Error.WriteLine("Sorter not informed of a change in model."); + } + } + + public virtual void sort(System.Object sender) + { + checkModel(); + + compares = 0; + //UPGRADE_NOTE: Variable 'generated_var' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + int[] generated_var = new int[indexes.Length]; + indexes.CopyTo(generated_var, 0); + shuttlesort(generated_var, indexes, 0, indexes.Length); + } + + public virtual void n2sort() + { + for (int i = 0; i < RowCount; i++) + { + for (int j = i + 1; j < RowCount; j++) + { + if (compare(indexes[i], indexes[j]) == - 1) + { + swap(i, j); + } + } + } + } + + public virtual void shuttlesort(int[] from, int[] to, int low, int high) + { + if (high - low < 2) + { + return ; + } + int middle = (low + high) / 2; + shuttlesort(to, from, low, middle); + shuttlesort(to, from, middle, high); + + int p = low; + int q = middle; + + if (high - low >= 4 && compare(from[middle - 1], from[middle]) <= 0) + { + for (int i = low; i < high; i++) + { + to[i] = from[i]; + } + return ; + } + + for (int i = low; i < high; i++) + { + if (q >= high || (p < middle && compare(from[p], from[q]) <= 0)) + { + to[i] = from[p++]; + } + else + { + to[i] = from[q++]; + } + } + } + + public virtual void swap(int i, int j) + { + int tmp = indexes[i]; + indexes[i] = indexes[j]; + indexes[j] = tmp; + } + + public override System.Object getValueAt(int aRow, int aColumn) + { + checkModel(); + return model.getValueAt(indexes[aRow], aColumn); + } + + public override void setValueAt(System.Object aValue, int aRow, int aColumn) + { + checkModel(); + model.setValueAt(aValue, indexes[aRow], aColumn); + } + + public virtual void sortByColumn(int column) + { + sortByColumn(column, true); + } + + public virtual void sortByColumn(int column, bool ascending) + { + this.ascending = ascending; + System.Collections.ArrayList temp_arraylist; + temp_arraylist = sortingColumns; + temp_arraylist.RemoveRange(0, temp_arraylist.Count); + sortingColumns.Add(column); + sort(this); + base.tableChanged(new TableModelEvent(this)); + } + + public virtual void addMouseListenerToHeaderInTable(JTable table) + { + //UPGRADE_NOTE: Final was removed from the declaration of 'sorter '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + TableSorter sorter = this; + //UPGRADE_NOTE: Final was removed from the declaration of 'tableView '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + JTable tableView = table; + tableView.setColumnSelectionAllowed(false); + MouseAdapter listMouseListener = new AnonymousClassMouseAdapter(tableView, sorter, this); + JTableHeader th = tableView.TableHeader; + th.addMouseListener(listMouseListener); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/TemplateEditor.cs b/trunk/Creshendo/TemplateEditor.cs new file mode 100644 index 0000000..107b3a0 --- /dev/null +++ b/trunk/Creshendo/TemplateEditor.cs @@ -0,0 +1,451 @@ +namespace org.jamocha.gui.editor +{ + using System; + + + + + using BorderFactory = javax.swing.BorderFactory; + using BoxLayout = javax.swing.BoxLayout; + using ImageIcon = javax.swing.ImageIcon; + using JButton = javax.swing.JButton; + using JComboBox = javax.swing.JComboBox; + using JLabel = javax.swing.JLabel; + using JOptionPane = javax.swing.JOptionPane; + using JPanel = javax.swing.JPanel; + using JScrollPane = javax.swing.JScrollPane; + using JTextArea = javax.swing.JTextArea; + using JTextField = javax.swing.JTextField; + using IconLoader = org.jamocha.gui.icons.IconLoader; + using StringChannel = org.jamocha.messagerouter.StringChannel; + using Constants = org.jamocha.rete.Constants; + using Module = org.jamocha.rete.Module; + using Rete = org.jamocha.rete.Rete; + + public class TemplateEditor:AbstractJamochaEditor + { + private void InitBlock() + { + dumpAreaTemplate = new JTextArea(); + rows = new LinkedList(); + } + virtual public StringChannel StringChannel + { + set + { + this.channel = value; + } + + } + private JComboBox NewTypesCombo + { + get + { + System.String[] types = new System.String[]{"STRING", "LONG", "DOUBLE", "OBJECT", "MULTISLOT"}; + JComboBox box = new JComboBox(types); + return box; + } + + } + + private const long serialVersionUID = 6037731034903564707L; + + private JPanel contentPanel; + + private JPanel templatePanel; + + private JButton addSlotButton; + + private JButton cancelButton; + + private JButton assertButton; + + private JTextField nameField; + + private JComboBox moduleBox; + + private JButton reloadButtonDumpAreaTemplate; + + //UPGRADE_NOTE: The initialization of 'dumpAreaTemplate' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private JTextArea dumpAreaTemplate; + + private StringChannel channel; + + //UPGRADE_ISSUE: Class 'java.awt.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + private GridBagLayout gridbag; + + //UPGRADE_ISSUE: Class 'java.awt.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + private GridBagConstraints gridbagConstraints; + + //UPGRADE_NOTE: The initialization of 'rows' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List rows; + + public TemplateEditor(Rete engine):base(engine) + { + InitBlock(); + setSize(600, 500); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + setLayout(new BorderLayout()); + setTitle("Create new Template"); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + contentPanel = new JPanel(new BorderLayout()); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(contentPanel, BorderLayout.CENTER); + cancelButton = new JButton("Cancel", IconLoader.getImageIcon("cancel")); + cancelButton.addActionListener(this); + assertButton = new JButton("Create Template", IconLoader.getImageIcon("brick_add")); + assertButton.addActionListener(this); + JPanel buttonPanel = new JPanel(); + //UPGRADE_ISSUE: Constructor 'java.awt.FlowLayout.FlowLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + //UPGRADE_ISSUE: Field 'java.awt.FlowLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + buttonPanel.setLayout(new FlowLayout(FlowLayout.CENTER, 5, 1)); + buttonPanel.add(cancelButton); + buttonPanel.add(assertButton); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.SOUTH' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(buttonPanel, BorderLayout.SOUTH); + + nameField = new JTextField(15); + Collection modules = engine.WorkingMemory.Modules; + System.String[] moduleNames = new System.String[modules.size()]; + int i = 0; + Iterator itr = modules.iterator(); + while (itr.hasNext()) + { + System.Object obj = itr.next(); + moduleNames[i++] = ((Module) obj).ModuleName; + } + moduleBox = new JComboBox(moduleNames); + + + addSlotButton = new JButton("Add Slot", IconLoader.getImageIcon("add")); + addSlotButton.addActionListener(this); + //UPGRADE_ISSUE: Field 'java.awt.Component.RIGHT_ALIGNMENT' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtComponentRIGHT_ALIGNMENT_f"' + addSlotButton.setAlignmentX(Component.RIGHT_ALIGNMENT); + + JPanel topPanel = new JPanel(); + topPanel.setBorder(BorderFactory.createTitledBorder("General Template Settings")); + //UPGRADE_ISSUE: Constructor 'java.awt.FlowLayout.FlowLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + //UPGRADE_ISSUE: Field 'java.awt.FlowLayout.LEFT' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + topPanel.setLayout(new FlowLayout(FlowLayout.LEFT, 20, 1)); + //UPGRADE_ISSUE: Constructor 'java.awt.GridLayout.GridLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridLayout"' + JPanel innerTopPanel = new JPanel(new GridLayout(2, 2)); + innerTopPanel.add(new JLabel("Template-name:")); + innerTopPanel.add(nameField); + innerTopPanel.add(new JLabel("Template-Module:")); + innerTopPanel.add(moduleBox); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + topPanel.add(innerTopPanel, BorderLayout.WEST); + topPanel.add(addSlotButton); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.NORTH' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(topPanel, BorderLayout.NORTH); + + dumpAreaTemplate.setEditable(false); + //UPGRADE_NOTE: If the given Font Name does not exist, a default Font instance is created. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1075"' + //UPGRADE_TODO: Method 'java.awt.Font.Plain' was converted to 'System.Drawing.FontStyle.Regular' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaawtFontPLAIN_f"' + dumpAreaTemplate.setFont(new System.Drawing.Font("Courier", 12, (System.Drawing.FontStyle) System.Drawing.FontStyle.Regular)); + dumpAreaTemplate.setRows(5); + + JPanel dumpAreaPanel = new JPanel(); + dumpAreaPanel.setLayout(new BoxLayout(dumpAreaPanel, BoxLayout.Y_AXIS)); + dumpAreaPanel.setBorder(BorderFactory.createTitledBorder("Template Preview")); + dumpAreaPanel.add(new JScrollPane(dumpAreaTemplate)); + reloadButtonDumpAreaTemplate = new JButton("Reload Template Preview", IconLoader.getImageIcon("arrow_refresh")); + reloadButtonDumpAreaTemplate.addActionListener(this); + dumpAreaPanel.add(reloadButtonDumpAreaTemplate); + + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.SOUTH' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + contentPanel.add(dumpAreaPanel, BorderLayout.SOUTH); + } + + + public override void init() + { + // initialize the Panels + templatePanel = new JPanel(); + templatePanel.setBorder(BorderFactory.createTitledBorder("Set the Slots for the Template")); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + contentPanel.add(new JScrollPane(templatePanel), BorderLayout.CENTER); + initTemplatePanel(); + setVisible(true); + } + + private void initTemplatePanel() + { + + //UPGRADE_ISSUE: Constructor 'java.awt.GridBagLayout.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + gridbag = new GridBagLayout(); + //UPGRADE_ISSUE: Constructor 'java.awt.GridBagConstraints.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + gridbagConstraints = new GridBagConstraints(); + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.weightx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + gridbagConstraints.weightx = 1.0; + templatePanel.setLayout(gridbag); + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.anchor' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + gridbagConstraints.anchor = GridBagConstraints.WEST; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + gridbagConstraints.gridx = 0; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridy' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + gridbagConstraints.gridy = 0; + templatePanel.add(new JLabel()); + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + gridbagConstraints.gridx = 1; + templatePanel.add(new JLabel()); + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridy' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + gridbagConstraints.gridy = 2; + templatePanel.add(new JLabel("Type:")); + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridy' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + gridbagConstraints.gridy = 3; + templatePanel.add(new JLabel("Name:")); + } + + public virtual void actionPerformed(System.Object event_sender, System.EventArgs event_Renamed) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == assertButton) + { + channel.executeCommand(getCurrentDeftemplateString(false)); + JOptionPane.showMessageDialog(this, "Template created.\nPlease check the log for Messages."); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == cancelButton) + { + close(); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == reloadButtonDumpAreaTemplate) + { + dumpAreaTemplate.setText(getCurrentDeftemplateString(true)); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == addSlotButton) + { + EditorRow row = new EditorRow(new DeleteButton(IconLoader.getImageIcon("delete"), rows.size()), new JLabel("Slot " + (rows.size() + 1)), NewTypesCombo, new JTextField()); + row.deleteButton.addActionListener(this); + addRemoveButton(templatePanel, row.deleteButton, gridbag, gridbagConstraints, (rows.size() + 1)); + addLabel(templatePanel, row.rowLabel, gridbag, gridbagConstraints, (rows.size() + 1)); + addTypesCombo(templatePanel, row.typeBox, gridbag, gridbagConstraints, (rows.size() + 1)); + addNameField(templatePanel, row.nameField, gridbag, gridbagConstraints, (rows.size() + 1)); + rows.add(row); + templatePanel.revalidate(); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender is DeleteButton) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + DeleteButton deleteButton = (DeleteButton) event_sender; + rows.remove(deleteButton.Row); + templatePanel.removeAll(); + initTemplatePanel(); + for (int i = 0; i < rows.size(); ++i) + { + EditorRow editorRow = (EditorRow) rows.get(i); + editorRow.deleteButton.Row = i; + editorRow.rowLabel.setText("Slot " + (i + 1)); + addRemoveButton(templatePanel, editorRow.deleteButton, gridbag, gridbagConstraints, i + 1); + addLabel(templatePanel, editorRow.rowLabel, gridbag, gridbagConstraints, i + 1); + addTypesCombo(templatePanel, editorRow.typeBox, gridbag, gridbagConstraints, i + 1); + addNameField(templatePanel, editorRow.nameField, gridbag, gridbagConstraints, i + 1); + } + templatePanel.repaint(); + templatePanel.revalidate(); + } + } + } + } + } + } + + private System.String getCurrentDeftemplateString(bool print) + { + System.Text.StringBuilder res = new System.Text.StringBuilder("(deftemplate " + moduleBox.SelectedItem + "::" + nameField.Text); + if (print) + { + res.Append("\n"); + } + Iterator itr = rows.iterator(); + while (itr.hasNext()) + { + EditorRow row = (EditorRow) itr.next(); + res.Append(" ("); + if (row.typeBox.SelectedItem.toString().equals("MULTISLOT")) + { + res.Append("multislot " + row.nameField.Text + ")"); + } + else + { + res.Append("slot " + row.nameField.Text); + if (print) + res.Append("\n"); + res.Append(" (type " + row.typeBox.SelectedItem.toString() + ")"); + if (print) + res.Append("\n"); + res.Append(" )"); + } + if (print) + res.Append("\n"); + } + res.Append(")"); + return res.ToString(); + } + + //UPGRADE_ISSUE: Class 'java.awt.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + //UPGRADE_ISSUE: Class 'java.awt.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + private void addRemoveButton(JPanel parent, JButton button, GridBagLayout gridbag, GridBagConstraints c, int row) + { + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridx = 0; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridy' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridy = row; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.fill' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.NONE' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.fill = GridBagConstraints.NONE; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.anchor' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.EAST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.anchor = GridBagConstraints.EAST; + gridbag.setConstraints(button, c); + parent.add(button); + } + + //UPGRADE_ISSUE: Class 'java.awt.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + //UPGRADE_ISSUE: Class 'java.awt.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + private void addLabel(JPanel parent, JLabel label, GridBagLayout gridbag, GridBagConstraints c, int row) + { + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridx = 1; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridy' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridy = row; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.fill' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.NONE' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.fill = GridBagConstraints.NONE; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.anchor' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.EAST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.anchor = GridBagConstraints.EAST; + gridbag.setConstraints(label, c); + parent.add(label); + } + + //UPGRADE_ISSUE: Class 'java.awt.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + //UPGRADE_ISSUE: Class 'java.awt.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + private void addTypesCombo(JPanel parent, JComboBox combo, GridBagLayout gridbag, GridBagConstraints c, int row) + { + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridx = 2; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridy' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridy = row; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.fill' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.NONE' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.fill = GridBagConstraints.NONE; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.anchor' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.anchor = GridBagConstraints.WEST; + gridbag.setConstraints(combo, c); + parent.add(combo); + } + + //UPGRADE_ISSUE: Class 'java.awt.GridBagLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagLayout"' + //UPGRADE_ISSUE: Class 'java.awt.GridBagConstraints' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + private void addNameField(JPanel parent, JTextField field, GridBagLayout gridbag, GridBagConstraints c, int row) + { + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridx' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridx = 3; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.gridy' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.gridy = row; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.fill' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.HORIZONTAL' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.fill = GridBagConstraints.HORIZONTAL; + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.anchor' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + //UPGRADE_ISSUE: Field 'java.awt.GridBagConstraints.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridBagConstraints"' + c.anchor = GridBagConstraints.WEST; + field.setColumns(30); + gridbag.setConstraints(field, c); + parent.add(field); + } + + + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'EditorRow' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class EditorRow + { + private void InitBlock(TemplateEditor enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private TemplateEditor enclosingInstance; + public TemplateEditor Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + private DeleteButton deleteButton; + + private JLabel rowLabel; + + private JComboBox typeBox; + + private JTextField nameField; + + private EditorRow(TemplateEditor enclosingInstance, DeleteButton deleteButton, JLabel rowLabel, JComboBox typeBox, JTextField nameField) + { + InitBlock(enclosingInstance); + this.deleteButton = deleteButton; + this.rowLabel = rowLabel; + this.typeBox = typeBox; + this.nameField = nameField; + } + } + + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'DeleteButton' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class DeleteButton:JButton + { + private void InitBlock(TemplateEditor enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private TemplateEditor enclosingInstance; + private int Row + { + get + { + return row; + } + + set + { + this.row = value; + } + + } + public TemplateEditor Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + private const long serialVersionUID = 1L; + + private int row; + + private DeleteButton(TemplateEditor enclosingInstance, ImageIcon icon, int row):base(icon) + { + InitBlock(enclosingInstance); + this.row = row; + } + + + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/TemplatesPanel.cs b/trunk/Creshendo/TemplatesPanel.cs new file mode 100644 index 0000000..77a76c3 --- /dev/null +++ b/trunk/Creshendo/TemplatesPanel.cs @@ -0,0 +1,400 @@ +/// Copyright 2007 Karl-Heinz Krempels, Alexander Wilden +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://jamocha.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace org.jamocha.gui.tab +{ + using System; + using Collection = java.util.Collection; + using Iterator = java.util.Iterator; + using LinkedList = java.util.LinkedList; + using List = java.util.List; + using JButton = javax.swing.JButton; + using JMenuItem = javax.swing.JMenuItem; + using JPanel = javax.swing.JPanel; + using JPopupMenu = javax.swing.JPopupMenu; + using JScrollPane = javax.swing.JScrollPane; + using JSplitPane = javax.swing.JSplitPane; + using JTable = javax.swing.JTable; + using JTextArea = javax.swing.JTextArea; + using ListSelectionEvent = javax.swing.event.ListSelectionEvent; + using ListSelectionListener = javax.swing.event.ListSelectionListener; + using AbstractTableModel = javax.swing.table.AbstractTableModel; + using JamochaGui = org.jamocha.gui.JamochaGui; + using TableMap = org.jamocha.gui.TableMap; + using TableSorter = org.jamocha.gui.TableSorter; + using TemplateEditor = org.jamocha.gui.editor.TemplateEditor; + using IconLoader = org.jamocha.gui.icons.IconLoader; + using ConversionUtils = org.jamocha.rete.ConversionUtils; + using Module = org.jamocha.rete.Module; + using MultiSlot = org.jamocha.rete.MultiSlot; + using Slot = org.jamocha.rete.Slot; + using Template = org.jamocha.rete.Template; + /// This Panel shows all Templates of all Modules currently in the Engine. You + /// can add new Templates or delete old ones. + /// + /// + /// Karl-Heinz Krempels + /// + /// Alexander Wilden + /// + /// 0.01 + /// + /// + public class TemplatesPanel:AbstractJamochaPanel, ListSelectionListener + { + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'AnonymousClassMouseAdapter' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class AnonymousClassMouseAdapter + { + public AnonymousClassMouseAdapter(TemplatesPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(TemplatesPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private TemplatesPanel enclosingInstance; + public TemplatesPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + public void mouseReleased(System.Object event_sender, System.Windows.Forms.MouseEventArgs event_Renamed) + { + int[] selCols = Enclosing_Instance.templatesTable.SelectedRows; + for (int i = 0; i < selCols.Length; ++i) + { + System.String modName = (System.String) Enclosing_Instance.dataModel.getValueAt(selCols[i], 0); + Enclosing_Instance.gui.Engine.WorkingMemory.findModule(modName).removeTemplate(Enclosing_Instance.dataModel.getRow(selCols[i]).Template, Enclosing_Instance.gui.Engine, Enclosing_Instance.gui.Engine.WorkingMemory); + } + Enclosing_Instance.initTemplatesList(); + } + } + + private const long serialVersionUID = - 5732131176258158968L; + + private JSplitPane pane; + + private JTable templatesTable; + + private TemplatesTableModel dataModel; + + private JButton reloadButton; + + private JButton createNewButton; + + private JTextArea dumpArea; + + public TemplatesPanel(JamochaGui gui):base(gui) + { + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + setLayout(new BorderLayout()); + + dataModel = new TemplatesTableModel(this); + TableSorter sorter = new TableSorter(new TableMap()); + ((TableMap) sorter.Model).setModel(dataModel); + templatesTable = new JTable(sorter); + sorter.addMouseListenerToHeaderInTable(templatesTable); + + templatesTable.setShowHorizontalLines(true); + templatesTable.setRowSelectionAllowed(true); + templatesTable.TableHeader.setReorderingAllowed(false); + templatesTable.TableHeader.setToolTipText("Click to sort ascending. Click while pressing the shift-key down to sort descending"); + templatesTable.SelectionModel.addListSelectionListener(this); + dumpArea = new JTextArea(); + dumpArea.setLineWrap(true); + dumpArea.setWrapStyleWord(true); + dumpArea.setEditable(false); + //UPGRADE_NOTE: If the given Font Name does not exist, a default Font instance is created. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1075"' + //UPGRADE_TODO: Method 'java.awt.Font.Plain' was converted to 'System.Drawing.FontStyle.Regular' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaawtFontPLAIN_f"' + dumpArea.setFont(new System.Drawing.Font("Courier", 12, (System.Drawing.FontStyle) System.Drawing.FontStyle.Regular)); + + pane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, new JScrollPane(templatesTable), new JScrollPane(dumpArea)); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + add(pane, BorderLayout.CENTER); + pane.setDividerLocation(gui.Preferences.getInt("facts.dividerlocation", 300)); + reloadButton = new JButton("Reload Templates", IconLoader.getImageIcon("arrow_refresh")); + reloadButton.addActionListener(this); + createNewButton = new JButton("Create new Template", IconLoader.getImageIcon("brick_add")); + createNewButton.addActionListener(this); + JPanel buttonPanel = new JPanel(); + //UPGRADE_ISSUE: Constructor 'java.awt.FlowLayout.FlowLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + //UPGRADE_ISSUE: Field 'java.awt.FlowLayout.RIGHT' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + buttonPanel.setLayout(new FlowLayout(FlowLayout.RIGHT, 5, 1)); + buttonPanel.add(reloadButton); + buttonPanel.add(createNewButton); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000"' + add(buttonPanel, BorderLayout.PAGE_END); + + initPopupMenu(); + } + + private void initTemplatesList() + { + dataModel.clear(); + Collection modules = gui.Engine.WorkingMemory.Modules; + // dataModel.setTemplates(modules); + Iterator itr = modules.iterator(); + while (itr.hasNext()) + { + Module module = (Module) itr.next(); + Collection templates = module.Templates; + dataModel.addTemplates(templates, module); + } + templatesTable.ColumnModel.getColumn(0).setPreferredWidth(100); + templatesTable.ColumnModel.getColumn(1).setPreferredWidth(templatesTable.Width - 100); + } + + private void initPopupMenu() + { + JPopupMenu menu = new JPopupMenu(); + JMenuItem removeItem = new JMenuItem("Remove selected Template(s)", IconLoader.getImageIcon("brick_delete")); + removeItem.addMouseListener(new AnonymousClassMouseAdapter(this)); + menu.add(removeItem); + // templatesTable.setComponentPopupMenu(menu); + } + + public override void setFocus() + { + base.setFocus(); + initTemplatesList(); + } + + public override void close() + { + gui.Preferences.putInt("templates.dividerlocation", pane.DividerLocation); + } + + public override void settingsChanged() + { + + } + + public virtual void actionPerformed(System.Object event_sender, System.EventArgs event_Renamed) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender.equals(reloadButton)) + { + initTemplatesList(); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender.equals(createNewButton)) + { + TemplateEditor editor = new TemplateEditor(gui.Engine); + editor.setStringChannel(gui.StringChannel); + editor.init(); + } + } + } + + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'TemplatesTableModel' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private sealed class TemplatesTableModel:AbstractTableModel + { + public TemplatesTableModel(TemplatesPanel enclosingInstance) + { + InitBlock(enclosingInstance); + } + private void InitBlock(TemplatesPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + templates = new LinkedList(); + } + private TemplatesPanel enclosingInstance; + public virtual int ColumnCount + { + get + { + return 2; + } + + } + public virtual int RowCount + { + get + { + return templates.size(); + } + + } + public TemplatesPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + private const long serialVersionUID = 1L; + + //UPGRADE_NOTE: The initialization of 'templates' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List templates; + + private void clear() + { + templates = new LinkedList(); + fireTableDataChanged(); + } + + private void addTemplates(Collection templates, Module module) + { + Iterator itr = templates.iterator(); + while (itr.hasNext()) + { + Template template = (Template) itr.next(); + ExtTemplate exttemp = new ExtTemplate(template, module); + this.templates.add(exttemp); + } + fireTableDataChanged(); + } + + public System.String getColumnName(int column) + { + switch (column) + { + + case 0: + return "Module"; + + case 1: + return "Template"; + + default: + return null; + + } + } + + + public bool isCellEditable(int row, int col) + { + return false; + } + + public System.Type getColumnClass(int aColumn) + { + if (aColumn == 0) + return typeof(System.String); + else if (aColumn == 1) + return typeof(System.String); + else + return typeof(System.Type); + } + + + public ExtTemplate getRow(int row) + { + return (ExtTemplate) templates.get(row); + } + + public System.Object getValueAt(int row, int column) + { + ExtTemplate template = getRow(row); + switch (column) + { + + case 0: + return template.Module.ModuleName; + + case 1: + return template.Template.Name; + } + return null; + } + } + + //UPGRADE_NOTE: Field 'EnclosingInstance' was added to class 'ExtTemplate' to access its enclosing instance. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1019"' + private class ExtTemplate + { + private void InitBlock(TemplatesPanel enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + private TemplatesPanel enclosingInstance; + private Template Template + { + get + { + return template; + } + + } + private Module Module + { + get + { + return module; + } + + } + public TemplatesPanel Enclosing_Instance + { + get + { + return enclosingInstance; + } + + } + + private Template template; + + private Module module; + + private ExtTemplate(TemplatesPanel enclosingInstance, Template template, Module module) + { + InitBlock(enclosingInstance); + this.template = template; + this.module = module; + } + + + } + + public virtual void valueChanged(ListSelectionEvent arg0) + { + if (arg0.Source == templatesTable.SelectionModel) + { + System.Text.StringBuilder buffer = new System.Text.StringBuilder(); + if (templatesTable.SelectedColumnCount == 1 && templatesTable.SelectedRow > - 1) + { + ExtTemplate template = dataModel.getRow(templatesTable.SelectedRow); + if (template != null) + { + buffer.Append("(" + template.Module.ModuleName + "::" + template.Template.Name); + Slot[] slots = template.Template.AllSlots; + for (int idx = 0; idx < slots.Length; idx++) + { + Slot slot = slots[idx]; + buffer.Append("\n ("); + if (slot is MultiSlot) + buffer.Append("multislot " + slot.Name + ")"); + else + { + buffer.Append("slot " + slot.Name + " (type " + ConversionUtils.getTypeName(slot.ValueType) + ") )"); + } + } + buffer.Append("\n)"); + } + } + dumpArea.setText(buffer.ToString()); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Trapezoid.cs b/trunk/Creshendo/Trapezoid.cs new file mode 100644 index 0000000..8e23d77 --- /dev/null +++ b/trunk/Creshendo/Trapezoid.cs @@ -0,0 +1,146 @@ +namespace org.jamocha.rete.visualisation +{ + using System; + using Graphics2D = java.awt.Graphics2D; + /// Josef Alexander Hahn + /// This is a concrete Shape-Implementation for an + /// trapezoid with a topleft-point, a width, a height + /// in that way, that the top line is 50% of the bottom line + /// and centered. + /// + /// + public class Trapezoid:Shape + { + override public int Width + { + set + { + base.Width = value; + calculateCornerAngles(); + } + + } + override public int Height + { + set + { + base.Height = value; + calculateCornerAngles(); + } + + } + + protected internal double angleTopLeft; + protected internal double angleTopRight; + protected internal double angleBottomLeft; + protected internal double angleBottomRight; + + public Trapezoid(System.Drawing.Color bgcolor, System.Drawing.Color bordercolor, int x, int y, int width, int height, System.String text):base(bgcolor, bordercolor, x, y, width, height, text) + { + } + + public Trapezoid():base() + { + } + + + + protected internal virtual void calculateCornerAngles() + { + angleTopRight = System.Math.Atan2(height, width * 0.5); + angleTopLeft = System.Math.PI - angleTopRight; + angleBottomRight = - System.Math.Atan2(height, width); + angleBottomLeft = - angleTopLeft; + } + + public virtual void draw(Graphics2D canvas, int offsetX, int offsetY) + { + draw(canvas, offsetX, offsetY, 1.0, 1.0); + } + + public virtual void draw(Graphics2D canvas, int offsetX, int offsetY, double factorX, double factorY) + { + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int ourX = (int) System.Math.Round((x - offsetX) * factorX); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int ourY = (int) System.Math.Round((y - offsetY) * factorY); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int ourWidth = (int) System.Math.Round(width * factorX); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int ourHeight = (int) System.Math.Round(height * factorY); + //UPGRADE_WARNING: Narrowing conversions may produce unexpected results in C#. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1042"' + int[] xpoints = new int[]{ourX + (int) (ourWidth * .25), ourX + (int) (ourWidth * .75), ourX + ourWidth, ourX}; + int[] ypoints = new int[]{ourY, ourY, ourY + ourHeight, ourY + ourHeight}; + canvas.setColor(bgcolor); + canvas.fillPolygon(xpoints, ypoints, 4); + canvas.setColor(bordercolor); + canvas.drawPolygon(xpoints, ypoints, 4); + canvas.setColor(System.Drawing.Color.Black); + //UPGRADE_TODO: The equivalent in .NET for method 'java.awt.Color.getRGB' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + if (bgcolor.ToArgb() == System.Drawing.Color.Black.ToArgb()) + canvas.setColor(System.Drawing.Color.White); + if (ourHeight > 10) + { + System.Drawing.Point textpos = calculateTextPosition(text, canvas, ourWidth, ourHeight); + canvas.drawString(text, (int) textpos.X + ourX, (int) textpos.Y + ourY); + } + } + + public virtual void draw(Graphics2D canvas, double factorX, double factorY) + { + draw(canvas, 0, 0, factorX, factorY); + } + + public override System.Drawing.Point calculateIntersection(double angle) + { + System.Drawing.Point result = new System.Drawing.Point(0, 0); + if (angle > angleTopLeft || angle < angleBottomLeft) + { + // left + double alpha; + if (angle > 0) + { + alpha = System.Math.PI - angle; + } + else + { + alpha = - angle - System.Math.PI; + } + double dy = (System.Math.Tan(alpha) * width + height) / 4.0; + double dx = (dy * width) / (4.0 * height); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.X = (int) System.Math.Round(x + dx); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.Y = (int) System.Math.Round(- dy + y + height); + } + else if (angle > angleTopRight) + { + // top + double alpha = System.Math.PI * 0.5 - angle; + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.X = (int) System.Math.Round(System.Math.Tan(alpha) * height * 0.5 + x + width * 0.5); + result.Y = y; + } + else if (angle > angleBottomRight) + { + // right + double alpha = angle; + double dy = (System.Math.Tan(alpha) * width + height) / 4.0; + double dx = (dy * width) / (4.0 * height); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.X = (int) System.Math.Round(x + width - dx); + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.Y = (int) System.Math.Round(- dy + y + height); + } + else + { + // bottom + double alpha = System.Math.PI * 0.5 + angle; + //UPGRADE_TODO: Method 'java.lang.Math.round' was converted to 'System.Math.Round' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + result.X = (int) System.Math.Round(System.Math.Tan(alpha) * height * 0.5 + x + width * 0.5); + result.Y = y + height; + } + return result; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/AbstractMap.cs b/trunk/Creshendo/Util/AbstractMap.cs new file mode 100644 index 0000000..8460f9a --- /dev/null +++ b/trunk/Creshendo/Util/AbstractMap.cs @@ -0,0 +1,459 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; + +namespace Creshendo.Util +{ + /// Peter Lin + /// * + /// + /// + public abstract class AbstractMap : IMap + { + private const int MAX_CAPACITY = 1 << 30; + private readonly int _capacity; +private EntryIterator _entryIterator; + + protected internal IObjectComparator comparator; + protected internal float loadFactor; + protected internal int currentSize; + protected internal IEntry[] entryArray; + protected internal int threshold; + + /// + /// Initializes a new instance of the class. + /// + /// The capacity. + /// The factor. + public AbstractMap(int capacity, float factor) + { + loadFactor = factor; + threshold = (int) (capacity*loadFactor); + entryArray = new IEntry[capacity]; + comparator = EqualityEquals.Instance; + _entryIterator = new EntryIterator(this); + _capacity = capacity; + } + + #region Map Members + + /// + /// Gets a value indicating whether this is empty. + /// + /// true if empty; otherwise, false. + public virtual bool Empty + { + get { return currentSize == 0; } + } + + public abstract object this[object key] { get; set;} + + public abstract System.Collections.IEnumerator GetEnumerator(); + + /// + /// Gets the count. + /// + /// The count. + public virtual int Count + { + get { return currentSize; } + } + + + /// + /// Determines whether the specified key contains key. + /// + /// The key. + /// + /// true if the specified key contains key; otherwise, false. + /// + public abstract bool ContainsKey(Object key); + + /// + /// Gets the specified key. + /// + /// The key. + /// + public abstract Object Get(Object key); + + /// + /// Puts the specified key. + /// + /// The key. + /// The value_ renamed. + /// + //public abstract Object PutWithReturn(Object key, Object value_Renamed); + + public abstract void Put(Object key, Object value_Renamed); + + /// + /// Removes the specified key. + /// + /// The key. + /// + public abstract Object RemoveWithReturn(Object key); + + + public abstract void Remove(Object key); + + /// + /// Clear aggressively clears the entryArray and nulls the + /// references. + /// + public virtual void Clear() + { + if (entryArray != null) + { + for (int idx = 0; idx < entryArray.Length; idx++) + { + if (entryArray[idx] != null) + { + // we Clear the entryArray + IEntry e = entryArray[idx]; + e.clear(); + } + } + } + entryArray = new IEntry[_capacity]; + _entryIterator.Reset(); + } + + /// + /// Keys the iterator. + /// + /// + public virtual IEnumerator keyIterator() + { + if (_entryIterator == null) + { + _entryIterator = new EntryIterator(this); + } + _entryIterator.Reset(); + return _entryIterator; + } + + /// + /// Entries the set. + /// + /// + public virtual IList entrySet() + { + ArrayList lst = new ArrayList(Count); + if (entryArray == null) + return lst; + foreach (IEntry entry in entryArray) + { + if (entry != null) + { + lst.Add(entry); + } + } + + return lst; + } + + /// + /// Keys the set. + /// + /// + public virtual IList Keys + { + get + { + ArrayList lst = new ArrayList(Count); + if (entryArray == null) + return lst; + foreach (IEntry entry in entryArray) + { + if (entry != null) + { + lst.Add(entry.Key); + } + } + + return lst; + } + } + + /// + /// Gets the values. + /// + /// The values. + public IList Values + { + get + { + ArrayList lst = new ArrayList(Count); + if (entryArray == null) + return lst; + foreach (IEntry entry in entryArray) + { + if (entry != null) + { + lst.Add(entry.Value); + } + } + + return lst; + } + } + + /// + /// Puts all. + /// + /// The methods. + public void putAll(IMap methods) + { + throw new NotImplementedException(); + } + + #endregion + + protected internal virtual int indexOf(int hashCode, int dataSize) + { + return hashCode & (dataSize - 1); + } + + protected internal virtual void resize(int newCapacity) + { + IEntry[] oldTable = entryArray; + int oldCapacity = oldTable.Length; + if (oldCapacity == MAX_CAPACITY) + { + threshold = Int32.MaxValue; + return; + } + + IEntry[] newTable = new IEntry[newCapacity]; + + for (int i = 0; i < entryArray.Length; i++) + { + IEntry entry = entryArray[i]; + if (entry == null) + { + continue; + } + entryArray[i] = null; + IEntry next = null; + while (entry != null) + { + next = entry.Next; + + int index = indexOf(entry.GetHashCode(), newTable.Length); + entry.Next = newTable[index]; + newTable[index] = entry; + + entry = next; + } + } + + entryArray = newTable; + threshold = (int) (newCapacity*loadFactor); + } + + #region Nested type: EntryIterator + + public class EntryIterator : IEnumerator + { + private readonly AbstractMap _hashMap; + private IEntry _thisEntry; + private int _length; + private IEntry _nextEntry; + private int _currentRow; + private IEntry[] table; + + public EntryIterator(AbstractMap map) + { + _hashMap = map; + } + + #region IEnumerator Members + + public System.Collections.IEnumerator GetEnumerator() + { + return this; + } + + public virtual object Current + { + get + { + if (_thisEntry == null) + { + // keep skipping rows until we come to the end, or find one that is populated + while (_thisEntry == null) + { + _currentRow++; + if (_currentRow == _length) + { + return null; + } + _thisEntry = table[_currentRow]; + } + } + else + { + _thisEntry = _thisEntry.Next; + if (_thisEntry == null) + { + _thisEntry = (IEntry) Current; + } + } + + return _thisEntry; + } + } + + public bool MoveNext() + { + bool bln = true; + this._currentRow++; + if (this._currentRow > this.table.Length - 1) + bln = false; + return bln; + + } + + public virtual void Reset() + { + if (_hashMap.entryArray != null) + { + table = _hashMap.entryArray; + _length = table.Length; + } + else + { + _length = 0; + } + _currentRow = - 1; + _thisEntry = null; + _nextEntry = null; + } + + #endregion + + public virtual void remove() + { + _hashMap.Remove(_thisEntry); + } + } + + #endregion + + #region Nested type: EqualityEquals + + public class EqualityEquals : IObjectComparator + { + public static IObjectComparator INSTANCE; + + static EqualityEquals() + { + INSTANCE = new EqualityEquals(); + } + + public static IObjectComparator Instance + { + get { return INSTANCE; } + } + + #region ObjectComparator Members + + public virtual int hashCodeOf(Object key) + { + return rehash(key.GetHashCode()); + } + + public virtual int rehash(int h) + { + h += ~ (h << 9); + h ^= (SupportClass.URShift(h, 14)); + h += (h << 4); + h ^= (SupportClass.URShift(h, 10)); + return h; + } + + public virtual bool equal(Object object1, Object object2) + { + return object1.Equals(object2); + } + + #endregion + } + + #endregion + + #region Nested type: InstanceEquals + + public class InstanceEquals : IObjectComparator + { + public static IObjectComparator INSTANCE; + + static InstanceEquals() + { + INSTANCE = new InstanceEquals(); + } + + public static IObjectComparator Instance + { + get { return INSTANCE; } + } + + #region ObjectComparator Members + + public virtual int hashCodeOf(Object key) + { + return rehash(key.GetHashCode()); + } + + public virtual int rehash(int h) + { + h += ~ (h << 9); + h ^= (SupportClass.URShift(h, 14)); + h += (h << 4); + h ^= (SupportClass.URShift(h, 10)); + return h; + } + + public virtual bool equal(Object object1, Object object2) + { + return object1 == object2; + } + + #endregion + } + + #endregion + + #region Nested type: ObjectComparator + + /// Internal interface for comparing objects + /// + /// pete + /// * + /// + /// + public interface IObjectComparator + { + int hashCodeOf(Object object_Renamed); + int rehash(int hashCode); + bool equal(Object object1, Object object2); + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Arrays.cs b/trunk/Creshendo/Util/Arrays.cs new file mode 100644 index 0000000..ef6287a --- /dev/null +++ b/trunk/Creshendo/Util/Arrays.cs @@ -0,0 +1,57 @@ +using System; +using System.Collections; + +namespace Creshendo.Util +{ + public class Arrays + { + public static bool equalsX(object[] facts, object[] objectses) + { + if(facts.Length == objectses.Length) + { + for(int i = 0; i < facts.Length; i++) + { + if (facts[i] == null && objectses[i] == null) + { + + } + else if (facts[i] != null && objectses[i] != null) + { + if(facts[i].Equals(objectses[i]) == false) + { + return false; + } + } + else + { + return false; + } + } + } + return true; + } + + public static bool equals(object[] arr1, object[] arr2) + { + if (arr1 == null || arr2 == null) + throw new NullReferenceException("Arrays must not be null"); + if (arr1.Length == arr2.Length) + { + for (int i = 0; i < arr1.Length; i++) + { + if (arr1[i] != arr2[i]) + { + return false; + } + } + return true; + } + return false; + } + + public static void sort(object[] sorted, IComparer comparator) + { + Array.Sort(sorted, comparator); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/BeanFilter.cs b/trunk/Creshendo/Util/BeanFilter.cs new file mode 100644 index 0000000..bab5f59 --- /dev/null +++ b/trunk/Creshendo/Util/BeanFilter.cs @@ -0,0 +1,13 @@ +using System; +using System.Reflection; + +namespace Creshendo.Util +{ + public class BeanFilter + { + public PropertyInfo[] filter(PropertyInfo[] props) + { + return props; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/BeanInfo.cs b/trunk/Creshendo/Util/BeanInfo.cs new file mode 100644 index 0000000..adaa2c9 --- /dev/null +++ b/trunk/Creshendo/Util/BeanInfo.cs @@ -0,0 +1,25 @@ +using System; +using System.Reflection; + +namespace Creshendo.Util +{ + public class BeanInfo + { + private Type _type; + + public BeanInfo(Type type) + { + _type = type; + } + + public PropertyInfo[] getPropertyDescriptors() + { + return _type.GetProperties(); + } + + public MethodInfo[] getMethodDescriptors() + { + return _type.GetMethods(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Collections/CollectionFactory.cs b/trunk/Creshendo/Util/Collections/CollectionFactory.cs new file mode 100644 index 0000000..cf00e2d --- /dev/null +++ b/trunk/Creshendo/Util/Collections/CollectionFactory.cs @@ -0,0 +1,112 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete; + +namespace Creshendo.Util.Collections +{ + /// Peter Lin + /// * + /// The purpose of this factory is to centralize the creation of org.jamocha.rete.util.List, + /// org.jamocha.rete.util.IList, Collection, Set and org.jamocha.rete.util.Map data structures. This is done so that + /// we can easily drop in some other implementation, like Tangosol's + /// Coherence product, which uses distributed HashMaps. + /// + /// + public static class CollectionFactory + { + //protected internal static CollectionFactory factory = null; + + //protected internal CollectionFactory() + //{ + //} + + public static IGenericMap CustomMap + { + get { return new GenericHashMap(); } + } + + //public static void init() + //{ + // factory = new CollectionFactory(); + //} + + public static IGenericMap newAlphaMemoryMap(string name) + { + return new GenericHashMap(); + } + + public static IGenericMap newHashedAlphaMemoryMap(string name) + { + return new GenericHashMap(); + } + + public static IGenericMap newLinkedHashmap(string name) + { + return new GenericHashMap(); + } + + public static IGenericMap newBetaMemoryMap(string name) + { + return new GenericHashMap(); + } + + public static IGenericMap newTerminalMap() + { + return new GenericHashMap(); + } + + public static IGenericMap newClusterableMap(string name) + { + return new GenericHashMap(); + } + + public static IGenericMap newMap() + { + return new GenericHashMap(); + } + + public static IGenericMap newHashMap() + { + return new GenericHashMap(); + } + + public static IGenericMap newNodeMap(string name) + { + return new GenericHashMap(); + } + + /// the sole purpose of this method is to return a org.jamocha.rete.util.Map that is not + /// clustered. The other methods will return a map, but depending + /// on the settings, they may return a org.jamocha.rete.util.Map that is hooked into a + /// JCache compliant product like Tangosol's Coherence. + /// + /// + /// + /// + public static IGenericMap localMap() + { + return new GenericHashMap(); + } + + public static IGenericMap javaHashMap() + { + return new GenericHashMap(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Collections/GenericHashMap.cs b/trunk/Creshendo/Util/Collections/GenericHashMap.cs new file mode 100644 index 0000000..5dd3d8e --- /dev/null +++ b/trunk/Creshendo/Util/Collections/GenericHashMap.cs @@ -0,0 +1,1296 @@ +using System; +using System.Collections; +using System.Collections.Generic; + +namespace Creshendo.Util.Collections +{ + public class GenericHashMap : IGenericMap + { + // must be a power of 2 + private static readonly int DEFAULT_INITIAL_CAPACITY = 101; + + //the maximum capacity, must be a power of 2 <= 1<<30 + + // load factor, when none is specified + private static readonly float DEFAULT_LOAD_FACTOR = 0.75f; + private static readonly int MAXIMUM_CAPACITY = 1 << 30; + + // length must be a power of 2 always, will be resized as necessary + + //load factor of the table + private readonly double loadFactor; + + /** + * The number of times this HashMap has been structurally modified + * Structural modifications are those that change the number of mappings in + * the HashMap or otherwise modify its internal structure (e.g., + * rehash). This field is used to make iterators on Collection-views of + * the HashMap fail-fast. (See ConcurrentModificationException). + */ + private int modCount; + protected int size; + private IHashMapEntry[] table; + private int threshold; + + #region constructors + + /** + * Constructs an empty HashMap with the specified initial + * capacity and load factor. + * + * @param initialCapacity The initial capacity. + * @param loadFactor The load factor. + * @throws IllegalArgumentException if the initial capacity is negative + * or the load factor is nonpositive. + */ + + /** + * Value representing null keys inside tables. + */ + private static readonly K NULL_KEY = default(K); + private bool isFixedSize; + private bool isReadOnly; + + public GenericHashMap(int initialCapacity, float loadFactor) + { + if (initialCapacity < 0) + throw new ArgumentException("Illegal initial capacity: " + + initialCapacity); + if (initialCapacity > MAXIMUM_CAPACITY) + initialCapacity = MAXIMUM_CAPACITY; + if (loadFactor <= 0 || Double.IsNaN(loadFactor)) + throw new ArgumentException("Illegal load factor: " + + loadFactor); + + // Find a power of 2 >= initialCapacity + int capacity = 1; + while (capacity < initialCapacity) + capacity <<= 1; + + this.loadFactor = loadFactor; + threshold = (int) (capacity*loadFactor); + table = new HashMapEntry[capacity]; + init(); + } + + /** + * Returns internal representation for key. Use NULL_KEY if key is null. + */ + + /** + * Constructs an empty HashMap with the specified initial + * capacity and the default load factor (0.75). + * + * @param initialCapacity the initial capacity. + * @throws IllegalArgumentException if the initial capacity is negative. + */ + + public GenericHashMap(int initialCapacity) : this(initialCapacity, DEFAULT_LOAD_FACTOR) + { + } + + /** + * Constructs an empty HashMap with the default initial capacity + * (16) and the default load factor (0.75). + */ + + public GenericHashMap() + { + loadFactor = DEFAULT_LOAD_FACTOR; + threshold = (int) (DEFAULT_INITIAL_CAPACITY); + table = new HashMapEntry[DEFAULT_INITIAL_CAPACITY]; + init(); + } + + public Object maskNull(Object key) + { + return (key == null ? NULL_KEY : key); + } + + /** + * Returns key represented by specified internal representation. + */ + + public Object unmaskNull(Object key) + { + return (key.Equals(NULL_KEY) ? default(K) : key); + } + + /** + * Initialization hook for subclasses. This method is called + * in all constructors and pseudo-constructors (clone, readObject) + * after HashMap has been initialized but before any entries have + * been inserted. (In the absence of this method, readObject would + * require explicit knowledge of subclasses.) + */ + + private void init() + { + } + + #endregion + + #region properties + + public ICollection Values + { + get { return new HashMapValues(this); } + } + + public bool IsReadOnly + { + get { return isReadOnly; } + } + + public bool IsFixedSize + { + get { return isFixedSize; } + } + + public ICollection Keys + { + get { return new HashMapKeys(this); } + } + + public EntrySet TheEntrySet + { + get { return new EntrySet(this); } + } + + /// + /// returns the number of key-value mappings + /// + public int Count + { + get { return size; } + } + + /// + /// Get the current capacity. Readonly + /// + public int Capacity + { + get { return table.Length; } + } + + public bool IsSynchronized + { + get { return false; } + } + + public object SyncRoot + { + get { return null; } + } + + /// + /// returns true if there are no key-value mappings + /// + public bool IsEmpty + { + get { return size == 0; } + } + + public V this[K key] + { + get + { + //object k = maskNull(key); + if (key == null) + return default(V); + + int thehash = hash(key); + int i = indexFor(thehash, table.Length); + IHashMapEntry e = table[i]; + while (true) + { + if (e == null) + return default(V); + if (e.Hash == thehash && eq(key, e.Key)) + return e.Value; + e = e.Next; + } + } + set { Put(key, value); } + } + + public V Get(K key) + { + return this[key]; + } + + #endregion + + public bool Empty + { + get { return size == 0; } + } + + #region IGenericMap Members + + public IEnumerator> GetEnumerator() + { + return new EntryEnumerator(this); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return new EntryEnumerator(this); + } + + #endregion + + public void CopyTo(Array theArr, int length) + { + /*unimplemented for now*/ + } + + /* + /// + /// check for equality of non-null references x and possibly-null y + /// + /// + /// + /// + private bool eq(Object x, Object y) + { + return x == y || x.Equals(y); + } + */ + + /// + /// check for equality of non-null references x and possibly-null y + /// + /// + /// + /// + private bool eq(K x, K y) + { + if (x != null) + { + return ((y != null) && x.Equals(y)); + } + if (y != null) + { + return false; + } + return true; + } + + /// + /// returns index for hash code h + /// + /// + /// + /// + private static int indexFor(int h, int length) + { + return h & (length - 1); + } + + /// + /// true if this map contains a mapping for the specified key + /// + /// + /// + public bool ContainsKey(K key) + { + //object k = maskNull(key); + + if (key == null) + return false; + + int thehash = hash(key); + int i = indexFor(thehash, table.Length); + IHashMapEntry e = table[i]; + while (e != null) + { + if (e.Hash == thehash && eq(key, e.Key)) + return true; + e = e.Next; + } + return false; + } + + public bool Contains(K key) + { + //object k = maskNull(key); + + if (key == null) + return false; + + int thehash = hash(key); + int i = indexFor(thehash, table.Length); + IHashMapEntry e = table[i]; + while (e != null) + { + if (e.Hash == thehash && eq(key, e.Key)) + return true; + e = e.Next; + } + return false; + } + + public void Add(K key, V entry) + { + if (key == null) + throw new NullReferenceException("Key cannot be null"); + //K k = maskNull(key); + int theHash = hash(key); + int i = indexFor(theHash, table.Length); + + for (IHashMapEntry e = table[i]; e != null; e = e.Next) + { + if (e.Hash == theHash && eq(key, e.Key)) + { + Object oldValue = e.Value; + e.Value = entry; + return; + } + } + + modCount++; + AddEntry(theHash, key, entry, i); + } + + /// + /// add a key value pair to this map + /// + /// + /// + public void Put(K key, V entry) + { + if (key == null) + throw new NullReferenceException("Key cannot be null"); + int theHash = hash(key); + int i = indexFor(theHash, table.Length); + + for (IHashMapEntry e = table[i]; e != null; e = e.Next) + { + if (e.Hash == theHash && eq(key, e.Key)) + { + Object oldValue = e.Value; + e.Value = entry; + return; + } + } + + modCount++; + AddEntry(theHash, key, entry, i); + } + + /// + /// removes an entry for the specified key + /// returns the removed entry + /// + private IHashMapEntry RemoveEntryForKey(K key) + { + if (key == null) + return null; + int thehash = hash(key); + int i = indexFor(thehash, table.Length); + IHashMapEntry prev = table[i]; + IHashMapEntry e = prev; + + while (e != null) + { + IHashMapEntry next = e.Next; + if (e.Hash == thehash && eq(key, e.Key)) + { + modCount++; + size--; + if (prev == e) + table[i] = next; + else + prev.Next = next; + return e; + } + prev = e; + e = next; + } + + return e; + } + + /// + /// remove the mapping for a specified entry + /// + /// + /// + public IHashMapEntry RemoveMapping(object o) + { + if (!(o is HashMapEntry)) + return null; + + HashMapEntry entry = (HashMapEntry) o; + //object k = maskNull(entry.Key); + int thehash = hash(entry.Key); + int i = indexFor(thehash, table.Length); + IHashMapEntry prev = table[i]; + IHashMapEntry e = prev; + + while (e != null) + { + IHashMapEntry next = e.Next; + if (e.Hash == thehash && e.Equals(entry)) + { + modCount++; + size--; + if (prev == e) + table[i] = next; + else + prev.Next = next; + return e; + } + prev = e; + e = next; + } + + return e; + } + + + //clear the table + public void Clear() + { + modCount++; + IHashMapEntry[] tab = table; + for (int i = 0; i < tab.Length; i++) + tab[i] = null; + size = 0; + } + + //IDictionaryEnumerator IDictionary.GetEnumerator() + //{ + // throw new NotSupportedException(); + //} + + + /// + /// generate a hash code for the specified key + /// + /// + /// + private static int hash(object x) + { + int h = x.GetHashCode(); + + h += ~(h << 9); + h ^= (h >> 14); + h += (h << 4); + h ^= h >> 10; + return h; + } + + /// + /// used instead of Add by Constructors and Clones, does not resize the table + /// calls CreateEntry instead of AddEntry + /// + /// + /// + private void PutForCreate(K key, V value) + { + //K k = maskNull(key); + int thehash = hash(key); + int i = indexFor(thehash, table.Length); + + /** + * Look for preexisting entry for key. This will never happen for + * clone or deserialize. It will only happen for construction if the + * input Map is a sorted map whose ordering is inconsistent w/ equals. + */ + for (IHashMapEntry e = table[i]; e != null; e = e.Next) + { + if (e.Hash == thehash && eq(key, e.Key)) + { + e.Value = value; + return; + } + } + + CreateEntry(thehash, key, value, i); + } + + private void PutAllForCreate(GenericHashMap m) + { + for (IEnumerator> i = m.GetEnumerator(); i.MoveNext(); ) + { + IHashMapEntry e = i.Current; + PutForCreate(e.Key, e.Value); + } + } + + /// + /// add a new entry with the key, value and hashcode, to the specified bucket + /// if needed this method will resize the table + /// + /// + /// + /// + /// + private void AddEntry(int hash, K key, V value, int bucketIndex) + { + table[bucketIndex] = new HashMapEntry(hash, key, value, table[bucketIndex]); + if (size++ >= threshold) + Resize(2*table.Length); + } + + /// + /// this is used when creating entries as part of a constructor or Clone call + /// + /// + /// + /// + /// + private void CreateEntry(int hash, K key, V value, int bucketIndex) + { + table[bucketIndex] = new HashMapEntry(hash, key, value, table[bucketIndex]); + size++; + } + + /// + /// rehashes the the contents of this map into a new HashMap with a larger capacity + /// called automatically when the number of keys exceedts the capacity and load factor + /// + /// + /// new capacity, must be a power of 2 + private void Resize(int newCapacity) + { + IHashMapEntry[] oldTable = table; + int oldCapacity = oldTable.Length; + + // check if needed + if (size < threshold || oldCapacity > newCapacity) + return; + + HashMapEntry[] newTable = new HashMapEntry[newCapacity]; + Transfer(newTable); + table = newTable; + threshold = (int) (newCapacity*loadFactor); + } + + /// + /// transfer all entries from current table into the newTable + /// + /// + private void Transfer(IHashMapEntry[] newTable) + { + IHashMapEntry[] src = table; + int newCapacity = newTable.Length; + for (int j = 0; j < src.Length; j++) + { + IHashMapEntry e = src[j]; + if (e != null) + { + src[j] = null; + do + { + IHashMapEntry next = e.Next; + int i = indexFor(e.Hash, newCapacity); + e.Next = newTable[i]; + newTable[i] = e; + e = next; + } while (e != null); + } + } + } + + /// + /// copies all mappings from the specified map to this map + /// will replace any mappings that had matching keys + /// + /// + public void putAll(IGenericMap t) + { + // Expand enough to hold t's elements without resizing. + int n = t.Count; + if (n == 0) + return; + if (n >= threshold) + { + n = (int) (n/loadFactor + 1); + if (n > MAXIMUM_CAPACITY) + n = MAXIMUM_CAPACITY; + int capacity = table.Length; + while (capacity < n) + capacity <<= 1; + Resize(capacity); + } + + foreach (IHashMapEntry entry in t) + { + Put(entry.Key, entry.Value); + } + } + + + /// + /// removes the mapping for this key from this map + /// + /// + /// previous value for the key, or null if no mapping + public void Remove(K key) + { + RemoveEntryForKey(key); + } + + public V RemoveWithReturn(K key) + { + IHashMapEntry e = RemoveEntryForKey(key); + return (e == null ? default(V) : e.Value); + } + + /// + /// returns true if this Map has a mapping for the object + /// + /// + /// + public bool ContainsValue(V value) + { + if (value.Equals(default(V))) + return ContainsNullValue(); + + IHashMapEntry[] tab = table; + for (int i = 0; i < tab.Length; i++) + for (IHashMapEntry e = tab[i]; e != null; e = e.Next) + if (value.Equals(e.Value)) + return true; + return false; + } + + /// + /// special case code for containsValue with null argument + /// + /// + private bool ContainsNullValue() + { + IHashMapEntry[] tab = table; + for (int i = 0; i < tab.Length; i++) + for (IHashMapEntry e = tab[i]; e != null; e = e.Next) + if (e.Value.Equals(default(V))) + return true; + return false; + } + + /// + /// return a shallow copy of the HashMap instance + /// the keys and values are not cloned + /// + /// + public GenericHashMap Clone() + { + GenericHashMap result = new GenericHashMap(); + + result.table = new HashMapEntry[table.Length]; + result.modCount = 0; + result.size = 0; + result.init(); + result.PutAllForCreate(this); + + return result; + } + + /// + /// reutrns the entry associated with the key + /// + private IHashMapEntry GetEntry(K key) + { + //K k = maskNull(key); + int theHash = hash(key); + int i = indexFor(theHash, table.Length); + IHashMapEntry e = table[i]; + while (e != null && !(e.Hash == theHash && eq(key, e.Key))) + e = e.Next; + return e; + } + + #region internal classes + + // Subclass overrides these to alter behavior of views' iterator() method + private IEnumerator newKeyEnumerator() + { + return new KeyEnumerator(this); + } + + private IEnumerator newValueEnumerator() + { + return new ValueEnumerator(this); + } + + private IEnumerator> newEntryEnumerator() + { + return new EntryEnumerator(this); + } + + #region Nested type: EntryEnumerator + + private class EntryEnumerator : HashEnumerator, IEnumerator> + { + public EntryEnumerator(GenericHashMap h) : base(h) + { + } + + #region IEnumerator> Members + + public IHashMapEntry Current + { + get { return base.current; } + } + + object IEnumerator.Current + { + get { return base.current; } + } + + #endregion + } + + #endregion + + #region Nested type: EntrySet + + [Serializable] + public class EntrySet + { + private readonly GenericHashMap _map; + + public EntrySet(GenericHashMap theMap) + { + _map = theMap; + } + + public int Count + { + get { return _map.Count; } + } + + public IEnumerator GetEnumerator() + { + return _map.newEntryEnumerator(); + } + + public bool Contains(Object o) + { + if (!(o is HashMapEntry)) + return false; + HashMapEntry e = (HashMapEntry) o; + IHashMapEntry candidate = _map.GetEntry(e.Key); + return candidate != null && candidate.Equals(e); + } + } + + #endregion + + #region Nested type: HashEnumerator + + private abstract class HashEnumerator + { + private readonly GenericHashMap _map; + private IHashMapEntry _current; // current entry + private int _expectedModCount; // For fast-fail + private int _index; // current slot + private IHashMapEntry _next; // next entry to return + + internal HashEnumerator(GenericHashMap theMap) + { + _map = theMap; + _expectedModCount = _map.modCount; + IHashMapEntry[] t = theMap.table; + int i = t.Length; + IHashMapEntry n = null; + if (theMap.size != 0) + { + // advance to first entry + while (i > 0 && (n = t[--i]) == null) + ; + } + _next = n; + _index = i; + } + + protected virtual IHashMapEntry current + { + get + { + IHashMapEntry e = _next; + if (e == null) + throw new ApplicationException("no such element"); + + IHashMapEntry n = e.Next; + IHashMapEntry[] t = _map.table; + int i = _index; + while (n == null && i > 0) + n = t[--i]; + _index = i; + _next = n; + return _current = e; + } + } + + public bool MoveNext() + { + return _next != null; + } + + public void Reset() + { + } + + public void Dispose() + { + _current = null; + _next = null; + } + } + + #endregion + + #region Nested type: HashMapEntry + + /// + /// represents an entry in the HashMap + /// + /// + [Serializable] + public class HashMapEntry : IHashMapEntry + { + private readonly int _hash; + private readonly K _key; + private IHashMapEntry _next; + private V _value; + + public HashMapEntry(int h, K key, V val, IHashMapEntry n) + { + _key = key; + _value = val; + _hash = h; + _next = n; + } + + #region IHashMapEntry Members + + public int Hash + { + get { return _hash; } + } + + public IHashMapEntry Next + { + get { return _next; } + set { _next = value; } + } + + public K Key + { + get { return _key; } + } + + public V Value + { + get { return _value; } + set + { + object oldValue = _value; + _value = value; + } + } + + #endregion + + public override bool Equals(object o) + { + if (!(o is HashMapEntry)) + return false; + HashMapEntry e = (HashMapEntry) o; + object k1 = Key; + object k2 = e.Key; + if (k1 == k2 || (k1 != null && k1.Equals(k2))) + { + object v1 = Value; + object v2 = e.Value; + if (v1 == v2 || (v1 != null && v1.Equals(v2))) + return true; + } + return false; + } + + public override int GetHashCode() + { + return (_key.Equals(NULL_KEY) ? 0 : _key.GetHashCode()) ^ + (_value.Equals(default(V)) ? 0 : _value.GetHashCode()); + } + } + + #endregion + + #region Nested type: HashMapKeys + + public class HashMapKeys : ICollection, IEnumerable, ICollection, IEnumerable + { + private readonly GenericHashMap map; + + public HashMapKeys(GenericHashMap map) + { + this.map = map; + } + + #region ICollection Members + + public void Add(K item) + { + throw new NotSupportedException(); + } + + public void Clear() + { + throw new NotSupportedException(); + } + + public bool Contains(K item) + { + return map.ContainsKey(item); + } + + public void CopyTo(K[] array, int arrayIndex) + { + if (array == null) + { + throw new ArgumentNullException("array"); + } + if ((arrayIndex < 0) || (arrayIndex > array.Length)) + { + throw new ArgumentOutOfRangeException("arrayIndex"); + } + if ((array.Length - arrayIndex) < this.map.Count) + { + throw new ArgumentException("The array + offset is too small."); + } + int count = this.map.Count; + IHashMapEntry[] entries = this.map.table; + for (int i = 0; i < count; i++) + { + if (entries[i].Hash >= 0) + { + array[arrayIndex++] = entries[i].Key; + } + } + } + + public bool Remove(K item) + { + throw new NotSupportedException(); + } + + #region ICollection Members + + public void CopyTo(Array array, int index) + { + if (array == null) + { + throw new ArgumentNullException("array"); + } + if (array.Rank != 1) + { + throw new ArgumentException("Multi Dim Not Supported"); + } + if (array.GetLowerBound(0) != 0) + { + throw new ArgumentException("Non Zero Lower Bound"); + } + if ((index < 0) || (index > array.Length)) + { + throw new ArgumentOutOfRangeException("index"); + } + if ((array.Length - index) < this.map.Count) + { + throw new ArgumentException("Array Plus Offset Too Small"); + } + V[] localArray = array as V[]; + if (localArray != null) + { + this.CopyTo(localArray, index); + } + else + { + object[] objArray = array as object[]; + if (objArray == null) + { + throw new ArgumentException("InvalidArrayType"); + } + int count = this.map.Count; + IHashMapEntry[] entries = this.map.table; + try + { + for (int i = 0; i < count; i++) + { + if (entries[i].Hash >= 0) + { + objArray[index++] = entries[i].Key; + } + } + } + catch (ArrayTypeMismatchException) + { + throw new ArgumentException("Invalid Array Type"); + } + } + } + + public int Count + { + get { return map.Count; } + } + + int ICollection.Count + { + get { return map.Count; } + } + + public bool IsReadOnly + { + get { return true; } + } + + #endregion + + public object SyncRoot + { + get { throw new NotSupportedException(); } + } + + public bool IsSynchronized + { + get { return false; } + } + + #endregion + + public IEnumerator GetEnumerator() + { + return map.newKeyEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return map.newKeyEnumerator(); + } + + } + + #endregion + + #region Nested type: HashMapValues + + public class HashMapValues : ICollection, IEnumerable, ICollection, IEnumerable + { + private readonly GenericHashMap map; + + public HashMapValues(GenericHashMap map) + { + this.map = map; + } + + #region ICollection Members + + public void CopyTo(Array array, int index) + { + if (array == null) + { + throw new ArgumentNullException("array"); + } + if (array.Rank != 1) + { + throw new ArgumentException("Multi Dim Not Supported"); + } + if (array.GetLowerBound(0) != 0) + { + throw new ArgumentException("Non Zero Lower Bound"); + } + if ((index < 0) || (index > array.Length)) + { + throw new ArgumentOutOfRangeException("index"); + } + if ((array.Length - index) < this.map.Count) + { + throw new ArgumentException("Array Plus Offset Too Small"); + } + V[] localArray = array as V[]; + if (localArray != null) + { + this.CopyTo(localArray, index); + } + else + { + object[] objArray = array as object[]; + if (objArray == null) + { + throw new ArgumentException("InvalidArrayType"); + } + int count = this.map.Count; + IHashMapEntry[] entries = this.map.table; + try + { + for (int i = 0; i < count; i++) + { + if (entries[i].Hash >= 0) + { + objArray[index++] = entries[i].Value; + } + } + } + catch (ArrayTypeMismatchException) + { + throw new ArgumentException("Invalid Array Type"); + } + } + + } + + #region ICollection Members + + public void Add(V item) + { + throw new NotSupportedException(); + } + + public void Clear() + { + throw new NotSupportedException(); + } + + public bool Contains(V item) + { + return map.ContainsValue(item); + } + + public void CopyTo(V[] array, int arrayIndex) + { + if (array == null) + { + throw new ArgumentNullException("array"); + } + if ((arrayIndex < 0) || (arrayIndex > array.Length)) + { + throw new ArgumentOutOfRangeException("arrayIndex"); + } + if ((array.Length - arrayIndex) < this.map.Count) + { + throw new ArgumentException("The array + offset is too small."); + } + int count = this.map.Count; + IHashMapEntry[] entries = this.map.table; + for (int i = 0; i < count; i++) + { + if (entries[i].Hash >= 0) + { + array[arrayIndex++] = entries[i].Value; + } + } + + } + + public bool Remove(V item) + { + throw new NotSupportedException(); + } + + public int Count + { + get { return map.size; } + } + + public bool IsReadOnly + { + get { return true; } + } + + #endregion + + public object SyncRoot + { + get { throw new NotSupportedException(); } + } + + public bool IsSynchronized + { + get { return false; } + } + + #endregion + + public IEnumerator GetEnumerator() + { + return map.newValueEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return map.newValueEnumerator(); + } + } + + #endregion + + #region Nested type: KeyEnumerator + + private class KeyEnumerator : HashEnumerator, IEnumerator + { + public KeyEnumerator(GenericHashMap h) : base(h) + { + } + + #region IEnumerator Members + + public K Current + { + get { return base.current.Key; } + } + + object IEnumerator.Current + { + get { return base.current.Key; } + } + + #endregion + + } + + #endregion + + #region Nested type: ValueEnumerator + + private class ValueEnumerator : HashEnumerator, IEnumerator + { + public ValueEnumerator(GenericHashMap h) : base(h) + { + } + + #region IEnumerator Members + + public V Current + { + get { return base.current.Value; } + } + + object IEnumerator.Current + { + get { return base.current.Value; } + } + + #endregion + } + + #endregion + + #endregion + + #region IPrettyPrint Members + + public string toPPString() + { + throw new NotImplementedException(); + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Collections/HashMap.cs b/trunk/Creshendo/Util/Collections/HashMap.cs new file mode 100644 index 0000000..c10605f --- /dev/null +++ b/trunk/Creshendo/Util/Collections/HashMap.cs @@ -0,0 +1,1005 @@ +using System; +using System.Collections; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Collections +{ + [Serializable] + public class HashMap : IMap + { + // must be a power of 2 + static readonly int DEFAULT_INITIAL_CAPACITY = 101; + + //the maximum capacity, must be a power of 2 <= 1<<30 + static readonly int MAXIMUM_CAPACITY = 1 << 30; + + // load factor, when none is specified + static readonly float DEFAULT_LOAD_FACTOR = 0.75f; + + // length must be a power of 2 always, will be resized as necessary + HashMapEntry[] table; + + // the number of key-value mappings in this mape + protected int size; + + // tells us when we will need to resize next + int threshold; + + //load factor of the table + readonly double loadFactor; + + /** + * The number of times this HashMap has been structurally modified + * Structural modifications are those that change the number of mappings in + * the HashMap or otherwise modify its internal structure (e.g., + * rehash). This field is used to make iterators on Collection-views of + * the HashMap fail-fast. (See ConcurrentModificationException). + */ + int modCount; + + #region constructors + + //public HashMap(SerializationInfo info, StreamingContext c) + //{ + // info.AddValue("table", table); + // info.AddValue("size", size); + // info.AddValue("loadFactor", loadFactor); + // info.AddValue("threshold", threshold); + //} + + //public void GetObjectData (SerializationInfo info, StreamingContext context) + //{ + // table = (HashMapEntry[])info.GetValue("table", typeof(System.Array)); + // loadFactor = info.GetDouble("loadfactor"); + // size = info.GetInt32("size"); + // threshold = info.GetInt32("threshold"); + + //} + /** + * Constructs an empty HashMap with the specified initial + * capacity and load factor. + * + * @param initialCapacity The initial capacity. + * @param loadFactor The load factor. + * @throws IllegalArgumentException if the initial capacity is negative + * or the load factor is nonpositive. + */ + public HashMap(int initialCapacity, float loadFactor) + { + if (initialCapacity < 0) + throw new System.ArgumentException("Illegal initial capacity: " + + initialCapacity); + if (initialCapacity > MAXIMUM_CAPACITY) + initialCapacity = MAXIMUM_CAPACITY; + if (loadFactor <= 0 || Double.IsNaN(loadFactor)) + throw new System.ArgumentException("Illegal load factor: " + + loadFactor); + + // Find a power of 2 >= initialCapacity + int capacity = 1; + while (capacity < initialCapacity) + capacity <<= 1; + + this.loadFactor = loadFactor; + threshold = (int)(capacity * loadFactor); + table = new HashMapEntry[capacity]; + init(); + } + + /** + * Value representing null keys inside tables. + */ + static readonly object NULL_KEY = new object(); + private bool isReadOnly; + private bool isFixedSize; + + /** + * Returns internal representation for key. Use NULL_KEY if key is null. + */ + static object maskNull(object key) + { + return (key == null ? NULL_KEY : key); + } + + /** + * Returns key represented by specified internal representation. + */ + static object unmaskNull(object key) + { + return (key == NULL_KEY ? null : key); + } + + /** + * Constructs an empty HashMap with the specified initial + * capacity and the default load factor (0.75). + * + * @param initialCapacity the initial capacity. + * @throws IllegalArgumentException if the initial capacity is negative. + */ + public HashMap(int initialCapacity) : this(initialCapacity, DEFAULT_LOAD_FACTOR) + {} + + /** + * Constructs an empty HashMap with the default initial capacity + * (16) and the default load factor (0.75). + */ + public HashMap() + { + this.loadFactor = DEFAULT_LOAD_FACTOR; + threshold = (int)(DEFAULT_INITIAL_CAPACITY); + table = new HashMapEntry[DEFAULT_INITIAL_CAPACITY]; + init(); + } + + /** + * Initialization hook for subclasses. This method is called + * in all constructors and pseudo-constructors (clone, readObject) + * after HashMap has been initialized but before any entries have + * been inserted. (In the absence of this method, readObject would + * require explicit knowledge of subclasses.) + */ + void init() + { + } + #endregion + + #region properties + + public ICollection Values + { + get{return new HashMapValues(this);} + } + + #region IDictionary Members + + public bool IsReadOnly + { + get { return isReadOnly; } + } + + public bool IsFixedSize + { + get { return isFixedSize; } + } + + #endregion + + public ICollection Keys + { + get { return new HashMapKeys(this); } + } + + public EntrySet TheEntrySet + { + get{return new EntrySet(this);} + } + /// + /// returns the number of key-value mappings + /// + public int Count + { + get{return size;} + } + + /// + /// Get the current capacity. Readonly + /// + public int Capacity + { + get{return table.Length;} + } + + public bool IsSynchronized + { + get{return false;} + } + + public object SyncRoot + { + get{return null;} + } + + /// + /// returns true if there are no key-value mappings + /// + public bool IsEmpty + { + get{return size == 0;} + } + + public object Get(object key) + { + return this[key]; + } + + public object this[object key] + { + get + { + object k = maskNull(key); + int thehash = hash(k); + int i = indexFor(thehash, table.Length); + HashMapEntry e = table[i]; + while (true) + { + if (e == null) + return e; + if (e.Hash == thehash && eq(k, e.Key)) + return e.Value; + e = e.Next; + } + } + set + { + Put(key, value); + } + } + #endregion + + + public void CopyTo(System.Array theArr, int length) + { /*unimplemented for now*/ } + + public IEnumerator GetEnumerator() + { + return new EntryEnumerator(this); + } + + #region IEnumerable Members + + IEnumerator IEnumerable.GetEnumerator() + { + return new EntryEnumerator(this); + } + + #endregion + + /// + /// check for equality of non-null references x and possibly-null y + /// + /// + /// + /// + static bool eq(Object x, Object y) + { + return x == y || x.Equals(y); + } + + /// + /// returns index for hash code h + /// + /// + /// + /// + static int indexFor(int h, int length) + { + return h & (length-1); + } + + #region IMap Members + + public bool Empty + { + get { return size == 0; } + } + + #endregion + + /// + /// true if this map contains a mapping for the specified key + /// + /// + /// + public bool ContainsKey(object key) + { + object k = maskNull(key); + int thehash = hash(k); + int i = indexFor(thehash, table.Length); + HashMapEntry e = table[i]; + while (e != null) + { + if (e.Hash == thehash && eq(k, e.Key)) + return true; + e = e.Next; + } + return false; + } + + public bool Contains(object key) + { + object k = maskNull(key); + int thehash = hash(k); + int i = indexFor(thehash, table.Length); + HashMapEntry e = table[i]; + while (e != null) + { + if (e.Hash == thehash && eq(k, e.Key)) + return true; + e = e.Next; + } + return false; + } + + public void Add(object key, object entry) + { + Object k = maskNull(key); + int theHash = hash(k); + int i = indexFor(theHash, table.Length); + + for (HashMapEntry e = table[i]; e != null; e = e.Next) + { + if (e.Hash == theHash && eq(k, e.Key)) + { + Object oldValue = e.Value; + e.Value = entry; + return; + } + } + + modCount++; + AddEntry(theHash, k, entry, i); + + } + + /// + /// add a key value pair to this map + /// + /// + /// + public void Put(object key, object entry) + { + Object k = maskNull(key); + int theHash = hash(k); + int i = indexFor(theHash, table.Length); + + for (HashMapEntry e = table[i]; e != null; e = e.Next) + { + if (e.Hash == theHash && eq(k, e.Key)) + { + Object oldValue = e.Value; + e.Value = entry; + return; + } + } + + modCount++; + AddEntry(theHash, k, entry, i); + + } + + /// + /// removes an entry for the specified key + /// returns the removed entry + /// + HashMapEntry RemoveEntryForKey(object key) + { + object k = maskNull(key); + int thehash = hash(k); + int i = indexFor(thehash, table.Length); + HashMapEntry prev = table[i]; + HashMapEntry e = prev; + + while (e != null) + { + HashMapEntry next = e.Next; + if (e.Hash == thehash && eq(k, e.Key)) + { + modCount++; + size--; + if (prev == e) + table[i] = next; + else + prev.Next = next; + return e; + } + prev = e; + e = next; + } + + return e; + } + + /// + /// remove the mapping for a specified entry + /// + /// + /// + public HashMapEntry RemoveMapping(object o) + { + if (!(o is HashMapEntry)) + return null; + + HashMapEntry entry = (HashMapEntry)o; + object k = maskNull(entry.Key); + int thehash = hash(k); + int i = indexFor(thehash, table.Length); + HashMapEntry prev = table[i]; + HashMapEntry e = prev; + + while (e != null) + { + HashMapEntry next = e.Next; + if (e.Hash == thehash && e.Equals(entry)) + { + modCount++; + size--; + if (prev == e) + table[i] = next; + else + prev.Next = next; + return e; + } + prev = e; + e = next; + } + + return e; + } + + + //clear the table + public void Clear() + { + modCount++; + HashMapEntry[] tab = table; + for (int i = 0; i < tab.Length; i++) + tab[i] = null; + size = 0; + } + + //IDictionaryEnumerator IDictionary.GetEnumerator() + //{ + // throw new NotImplementedException(); + //} + + + /// + /// generate a hash code for the specified key + /// + /// + /// + static int hash(object x) + { + int h = x.GetHashCode(); + + h += ~(h << 9); + h ^= (h >> 14); + h += (h << 4); + h ^= h >> 10; + return h; + } + + /// + /// used instead of Add by Constructors and Clones, does not resize the table + /// calls CreateEntry instead of AddEntry + /// + /// + /// + private void PutForCreate(Object key, object value) + { + object k = maskNull(key); + int thehash = hash(k); + int i = indexFor(thehash, table.Length); + + /** + * Look for preexisting entry for key. This will never happen for + * clone or deserialize. It will only happen for construction if the + * input Map is a sorted map whose ordering is inconsistent w/ equals. + */ + for (HashMapEntry e = table[i]; e != null; e = e.Next) + { + if (e.Hash == thehash && eq(k, e.Key)) + { + e.Value = value; + return; + } + } + + CreateEntry(thehash, k, value, i); + } + + void PutAllForCreate(HashMap m) + { + for (IEnumerator i = m.TheEntrySet.GetEnumerator(); i.MoveNext(); ) + { + HashMapEntry e = (HashMapEntry) i.Current; + PutForCreate(e.Key, e.Value); + } + } + + /// + /// add a new entry with the key, value and hashcode, to the specified bucket + /// if needed this method will resize the table + /// + /// + /// + /// + /// + void AddEntry(int hash, object key, object value, int bucketIndex) + { + table[bucketIndex] = new HashMapEntry(hash, key, value, table[bucketIndex]); + if (size++ >= threshold) + Resize(2 * table.Length); + } + + /// + /// this is used when creating entries as part of a constructor or Clone call + /// + /// + /// + /// + /// + void CreateEntry(int hash, object key, object value, int bucketIndex) + { + table[bucketIndex] = new HashMapEntry(hash, key, value, table[bucketIndex]); + size++; + } + + /// + /// rehashes the the contents of this map into a new HashMap with a larger capacity + /// called automatically when the number of keys exceedts the capacity and load factor + /// + /// + /// new capacity, must be a power of 2 + void Resize(int newCapacity) + { + HashMapEntry[] oldTable = table; + int oldCapacity = oldTable.Length; + + // check if needed + if (size < threshold || oldCapacity > newCapacity) + return; + + HashMapEntry[] newTable = new HashMapEntry[newCapacity]; + Transfer(newTable); + table = newTable; + threshold = (int)(newCapacity * loadFactor); + } + + /// + /// transfer all entries from current table into the newTable + /// + /// + void Transfer(HashMapEntry[] newTable) + { + HashMapEntry[] src = table; + int newCapacity = newTable.Length; + for (int j = 0; j < src.Length; j++) + { + HashMapEntry e = src[j]; + if (e != null) + { + src[j] = null; + do + { + HashMapEntry next = e.Next; + int i = indexFor(e.Hash, newCapacity); + e.Next = newTable[i]; + newTable[i] = e; + e = next; + } while (e != null); + } + } + } + + /// + /// copies all mappings from the specified map to this map + /// will replace any mappings that had matching keys + /// + /// + public void putAll(IMap t) + { + // Expand enough to hold t's elements without resizing. + int n = t.Count; + if (n == 0) + return; + if (n >= threshold) + { + n = (int)(n / loadFactor + 1); + if (n > MAXIMUM_CAPACITY) + n = MAXIMUM_CAPACITY; + int capacity = table.Length; + while (capacity < n) + capacity <<= 1; + Resize(capacity); + } + + foreach(HashMapEntry entry in ((HashMap)t).TheEntrySet) + { + Put(entry.Key, entry.Value); + } + + //for (IEnumerator i = t.GetEnumerator(); i.MoveNext(); ) + //{ + // HashMapEntry e = (HashMapEntry) i.Current; + // Put(e.Key, e.Value); + //} + } + + + /// + /// removes the mapping for this key from this map + /// + /// + /// previous value for the key, or null if no mapping + public void Remove(object key) + { + RemoveEntryForKey(key); + } + + public object RemoveWithReturn(object key) + { + HashMapEntry e = RemoveEntryForKey(key); + return (e == null ? e : e.Value); + } + + /// + /// returns true if this Map has a mapping for the object + /// + /// + /// + public bool ContainsValue(Object value) + { + if (value == null) + return ContainsNullValue(); + + HashMapEntry[] tab = table; + for (int i = 0; i < tab.Length ; i++) + for (HashMapEntry e = tab[i] ; e != null ; e = e.Next) + if (value.Equals(e.Value)) + return true; + return false; + } + + /// + /// special case code for containsValue with null argument + /// + /// + private bool ContainsNullValue() + { + HashMapEntry[] tab = table; + for (int i = 0; i < tab.Length ; i++) + for (HashMapEntry e = tab[i] ; e != null ; e = e.Next) + if (e.Value == null) + return true; + return false; + } + + /// + /// return a shallow copy of the HashMap instance + /// the keys and values are not cloned + /// + /// + public object Clone() + { + HashMap result = new HashMap(); + + result.table = new HashMapEntry[table.Length]; + result.modCount = 0; + result.size = 0; + result.init(); + result.PutAllForCreate(this); + + return result; + } + + /// + /// reutrns the entry associated with the key + /// + HashMapEntry GetEntry(object key) + { + object k = maskNull(key); + int theHash = hash(k); + int i = indexFor(theHash, table.Length); + HashMapEntry e = table[i]; + while (e != null && !(e.Hash == theHash && eq(k, e.Key))) + e = e.Next; + return e; + } + + #region internal classes + private abstract class HashEnumerator : IEnumerator + { + HashMapEntry next; // next entry to return + int expectedModCount; // For fast-fail + int index; // current slot + HashMapEntry current; // current entry + readonly HashMap map; + + internal HashEnumerator(HashMap theMap) + { + map = theMap; + expectedModCount = map.modCount; + HashMapEntry[] t = theMap.table; + int i = t.Length; + HashMapEntry n = null; + if (theMap.size != 0) + { // advance to first entry + while (i > 0 && (n = t[--i]) == null) + ; + } + next = n; + index = i; + } + + public bool MoveNext() + { + return next != null; + } + + public void Reset() + {} + + public virtual object Current + { + get + { + HashMapEntry e = next; + if (e == null) + throw new ApplicationException("no such element"); + + HashMapEntry n = e.Next; + HashMapEntry[] t = map.table; + int i = index; + while (n == null && i > 0) + n = t[--i]; + index = i; + next = n; + return current = e; + } + } + } + + private class ValueEnumerator : HashEnumerator + { + public ValueEnumerator(HashMap h):base(h){} + public override object Current + { + get{return ((HashMapEntry)base.Current).Value;} + } + } + + private class KeyEnumerator : HashEnumerator + { + public KeyEnumerator(HashMap h):base(h){} + public override object Current + { + get{return ((HashMapEntry)base.Current).Key;} + } + } + + private class EntryEnumerator : HashEnumerator + { + public EntryEnumerator(HashMap h):base(h){} + + //public override object Current + //{ + // get{return base.Current;} + //} + } + + // Subclass overrides these to alter behavior of views' iterator() method + IEnumerator newKeyEnumerator() + { + return new KeyEnumerator(this); + } + IEnumerator newValueEnumerator() + { + return new ValueEnumerator(this); + } + IEnumerator newEntryEnumerator() + { + return new EntryEnumerator(this); + } + /// + /// represents an entry in the HashMap + /// + /// + [Serializable] + public class HashMapEntry + { + private readonly object _key; + private object _value; + private readonly int _hash; + HashMapEntry _next; + + public HashMapEntry(int h, object key, object val, HashMapEntry n) + { + _key = key; + _value = val; + _hash = h; + _next = n; + + } + + public int Hash + { + get{return _hash;} + } + + public HashMapEntry Next + { + get{return _next;} + set{_next = value;} + } + + public object Key + { + get{return HashMap.unmaskNull(_key);} + } + + public object Value + { + get{return _value;} + set + { + object oldValue = _value; + _value = value; + } + } + + public override bool Equals(object o) + { + if (!(o is HashMapEntry)) + return false; + HashMapEntry e = (HashMapEntry)o; + object k1 = Key; + object k2 = e.Key; + if (k1 == k2 || (k1 != null && k1.Equals(k2))) + { + object v1 = Value; + object v2 = e.Value; + if (v1 == v2 || (v1 != null && v1.Equals(v2))) + return true; + } + return false; + } + + public override int GetHashCode() + { + return (_key==NULL_KEY ? 0 : _key.GetHashCode()) ^ + (_value==null ? 0 : _value.GetHashCode()); + } + } + + + [Serializable] + public class EntrySet + { + readonly HashMap _map; + public EntrySet(HashMap theMap) + { + _map = theMap; + } + + public IEnumerator GetEnumerator() + { + return null; + } + + public bool Contains(Object o) + { + if (!(o is HashMapEntry)) + return false; + HashMapEntry e = (HashMapEntry)o; + HashMapEntry candidate = _map.GetEntry(e.Key); + return candidate != null && candidate.Equals(e); + } + + public int Count + { + get{return _map.Count;} + } + } + + public class HashMapValues : ICollection + { + readonly HashMap map; + private object syncRoot; + private bool isSynchronized; + + public HashMapValues(HashMap map) + { + this.map = map; + } + + #region ICollection Members + + public void CopyTo(Array array, int index) + { + throw new NotImplementedException(); + } + + public int Count + { + get { return map.size; } + } + + public object SyncRoot + { + get { return syncRoot; } + } + + public bool IsSynchronized + { + get { return isSynchronized; } + } + + #endregion + + public IEnumerator GetEnumerator() + { + return map.newValueEnumerator(); + } + public int size() + { + return map.size; + } + public bool contains(Object o) + { + return map.ContainsValue(o); + } + public void Clear() + { + map.Clear(); + } + } + + public class HashMapKeys : ICollection + { + readonly HashMap map; + private object syncRoot; + private bool isSynchronized; + + public HashMapKeys(HashMap map) + { + this.map = map; + } + + #region ICollection Members + + public void CopyTo(Array array, int index) + { + throw new NotImplementedException(); + } + + public int Count + { + get { return map.size; } + } + + public object SyncRoot + { + get { return syncRoot; } + } + + public bool IsSynchronized + { + get { return isSynchronized; } + } + + #endregion + + public IEnumerator GetEnumerator() + { + return map.newKeyEnumerator(); + } + public int size() + { + return map.size; + } + public bool contains(Object o) + { + return map.ContainsKey(o); + } + public void Clear() + { + map.Clear(); + } + } + + #endregion + + + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Collections/IGenericMap.cs b/trunk/Creshendo/Util/Collections/IGenericMap.cs new file mode 100644 index 0000000..6041ca8 --- /dev/null +++ b/trunk/Creshendo/Util/Collections/IGenericMap.cs @@ -0,0 +1,21 @@ +using System.Collections.Generic; +using Creshendo.Util.Rete; + +namespace Creshendo.Util.Collections +{ + public interface IGenericMap : IEnumerable>, IHashIndex + { + V this[K key] { get; set; } + bool Empty { get; } + int Count { get; } + ICollection Keys { get; } + ICollection Values { get; } + bool ContainsKey(K key); + V Get(K key); + void Put(K arg0, V arg1); + V RemoveWithReturn(K key); + void putAll(IGenericMap methods); + void Clear(); + void Remove(K key); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Collections/IHashMapEntry.cs b/trunk/Creshendo/Util/Collections/IHashMapEntry.cs new file mode 100644 index 0000000..a8e1afe --- /dev/null +++ b/trunk/Creshendo/Util/Collections/IHashMapEntry.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Creshendo.Util.Collections +{ + public interface IHashMapEntry + { + int Hash{ get;} + IHashMapEntry Next{ get; set;} + K Key { get;} + V Value{ get; set;} + } +} diff --git a/trunk/Creshendo/Util/Collections/IMap.cs b/trunk/Creshendo/Util/Collections/IMap.cs new file mode 100644 index 0000000..1e9d365 --- /dev/null +++ b/trunk/Creshendo/Util/Collections/IMap.cs @@ -0,0 +1,47 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; + +namespace Creshendo.Util.Collections +{ + /// Peter Lin + /// + /// Why make a map interface that looks identicle to java.util.org.jamocha.rete.util.Map? + /// The reason is to make it easier to write an optimized HashMap, similar + /// to what Mark Proctor did for Drools3. By having an interface, it makes + /// it easier to wrap distributed data grid products like JCache and + /// JavaSpaces. + /// + /// + public interface IMap : IEnumerable //: System.Collections.IDictionary + { + object this[object key]{ get; set;} + bool Empty { get; } + bool ContainsKey(Object key); + Object Get(Object key); + void Put(Object arg0, Object arg1); + Object RemoveWithReturn(Object key); + void putAll(IMap methods); + int Count{ get;} + void Clear(); + ICollection Keys{ get;} + ICollection Values { get;} + void Remove(object key); + //IEnumerator GetEnumerator(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Collections/ProducerConsumerQueue.cs b/trunk/Creshendo/Util/Collections/ProducerConsumerQueue.cs new file mode 100644 index 0000000..9ed2242 --- /dev/null +++ b/trunk/Creshendo/Util/Collections/ProducerConsumerQueue.cs @@ -0,0 +1,68 @@ +using System.Collections.Generic; +using System.Threading; + +namespace Creshendo.Util.Collections +{ + public class ProducerConsumerQueue + { + private readonly object listLock = new object(); + private readonly Queue queue; + + public ProducerConsumerQueue() + { + queue = new Queue(); + } + + public ProducerConsumerQueue(int capacity) + { + queue = new Queue(capacity); + } + + public int Count + { + get + { + int cnt = 0; + lock (listLock) + { + cnt = queue.Count; + } + return cnt; + } + } + + public void Produce(T o) + { + lock (listLock) + { + queue.Enqueue(o); + + // We always need to pulse, even if the queue wasn't + // empty before. Otherwise, if we add several items + // in quick succession, we may only pulse once, waking + // a single thread up, even if there are multiple threads + // waiting for items. + Monitor.Pulse(listLock); + } + } + + public T Consume() + { + lock (listLock) + { + // If the queue is empty, wait for an item to be added + // Note that this is a while loop, as we may be pulsed + // but not wake up before another thread has come in and + // consumed the newly added object. In that case, we'll + // have to wait for another pulse. + while (queue.Count == 0) + { + // This releases listLock, only reacquiring it + // after being woken up by a call to Pulse + Monitor.Wait(listLock); + } + return queue.Dequeue(); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/DeffactSort.cs b/trunk/Creshendo/Util/DeffactSort.cs new file mode 100644 index 0000000..91d532d --- /dev/null +++ b/trunk/Creshendo/Util/DeffactSort.cs @@ -0,0 +1,57 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using Creshendo.Util.Rete; + +namespace Creshendo.Util +{ + public class DeffactSort : IComparer + { + //UPGRADE_NOTE: The initialization of 'Comparator' was moved to static method 'org.jamocha.rete.util.DeffactSort'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + public static DeffactSort Comparator; + + static DeffactSort() + { + Comparator = new DeffactSort(); + } + + public DeffactSort() + { + } + + #region IComparer Members + + public virtual int Compare(Object left, Object right) + { + if (((Deffact) left).FactId > ((Deffact) right).FactId) + { + return 1; + } + else if (((Deffact) left).FactId == ((Deffact) right).FactId) + { + return 0; + } + else + { + return - 1; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/EventCounter.cs b/trunk/Creshendo/Util/EventCounter.cs new file mode 100644 index 0000000..c283272 --- /dev/null +++ b/trunk/Creshendo/Util/EventCounter.cs @@ -0,0 +1,133 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete; + +namespace Creshendo.Util +{ + /// Peter Lin + /// * + /// EventCounter is a simple utility class for counting and keeping track + /// of events. It can be used for various purposes like keeping track of + /// statistics or unit tests. + /// + /// + public class EventCounter : EngineEventListener + { + //UPGRADE_NOTE: The initialization of 'asserts' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private List asserts; + //UPGRADE_NOTE: The initialization of 'retracts' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + //UPGRADE_NOTE: The initialization of 'nodeFilter' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private IGenericMap nodeFilter; + private List profiles; + private List retracts; + + /// + /// + public EventCounter() + { + InitBlock(); + } + + public virtual int AssertCount + { + get { return asserts.Count; } + } + + public virtual int ProfileCount + { + get { return profiles.Count; } + } + + public virtual int RetractCount + { + get { return retracts.Count; } + } + + /* (non-Javadoc) + * @see woolfel.engine.rete.EngineEventListener#eventOccurred(woolfel.engine.rete.EngineEvent) + */ + + #region EngineEventListener Members + + public virtual void eventOccurred(EngineEvent event_Renamed) + { + if (event_Renamed.EventType == EngineEvent.ASSERT_EVENT) + { + asserts.Add(event_Renamed); + } + else if (event_Renamed.EventType == EngineEvent.ASSERT_PROFILE_EVENT) + { + asserts.Add(event_Renamed); + profiles.Add(event_Renamed); + } + else if (event_Renamed.EventType == EngineEvent.ASSERT_RETRACT_EVENT) + { + asserts.Add(event_Renamed); + retracts.Add(event_Renamed); + } + else if (event_Renamed.EventType == EngineEvent.ASSERT_RETRACT_PROFILE_EVENT) + { + asserts.Add(event_Renamed); + profiles.Add(event_Renamed); + retracts.Add(event_Renamed); + } + else if (event_Renamed.EventType == EngineEvent.PROFILE_EVENT) + { + profiles.Add(event_Renamed); + } + else if (event_Renamed.EventType == EngineEvent.RETRACT_EVENT) + { + retracts.Add(event_Renamed); + } + Object val = nodeFilter.Get(event_Renamed.SourceNode); + if (val != null) + { + ((List) val).Add(event_Renamed); + } + } + + #endregion + + private void InitBlock() + { + asserts = new List(); + retracts = new List(); + profiles = new List(); + nodeFilter = new GenericHashMap(); + } + + + /// To listen to a specific node, Add the node to the filter + /// + /// node + /// + /// + public virtual void addNodeFilter(BaseNode node) + { + nodeFilter.Put(node, new List()); + } + + public virtual IList getNodeEvents(BaseNode node) + { + return (IList) nodeFilter.Get(node); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/EventsHelper.cs b/trunk/Creshendo/Util/EventsHelper.cs new file mode 100644 index 0000000..937f240 --- /dev/null +++ b/trunk/Creshendo/Util/EventsHelper.cs @@ -0,0 +1,255 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Diagnostics; +using System.Runtime.CompilerServices; +using System.Threading; + +namespace Creshendo.Util +{ + public static class EventsHelper + { + private static void InvokeDelegate(Delegate del, object[] args) + { + ISynchronizeInvoke synchronizer = del.Target as ISynchronizeInvoke; + if (synchronizer != null) //Requires thread affinity + { + if (synchronizer.InvokeRequired) + { + synchronizer.Invoke(del, args); + return; + } + } + //Not requiring thread afinity or invoke is not required + del.DynamicInvoke(args); + } + + [MethodImpl(MethodImplOptions.NoInlining)] + public static void UnsafeFire(Delegate del, params object[] args) + { + if (args.Length > 7) + { + Trace.TraceWarning("Too many parameters. Consider a structure to enable the use of the type-safe versions"); + } + if (del == null) + { + return; + } + Delegate[] delegates = del.GetInvocationList(); + + foreach (Delegate sink in delegates) + { + try + { + InvokeDelegate(sink, args); + } + catch + { + } + } + } + + [MethodImpl(MethodImplOptions.NoInlining)] + public static void UnsafeFireInParallel(Delegate del, params object[] args) + { + if (args.Length > 7) + { + Trace.TraceWarning("Too many parameters. Consider a structure to enable the use of the type-safe versions"); + } + if (del == null) + { + return; + } + Delegate[] delegates = del.GetInvocationList(); + + List calls = new List(delegates.Length); + AsyncFire asyncFire = InvokeDelegate; + + foreach (Delegate sink in delegates) + { + IAsyncResult asyncResult = asyncFire.BeginInvoke(sink, args, null, null); + calls.Add(asyncResult.AsyncWaitHandle); + } + WaitHandle[] handles = calls.ToArray(); + WaitHandle.WaitAll(handles); + Action close = delegate(WaitHandle handle) { handle.Close(); }; + Array.ForEach(handles, close); + } + + [MethodImpl(MethodImplOptions.NoInlining)] + public static void UnsafeFireAsync(Delegate del, params object[] args) + { + if (args.Length > 7) + { + Trace.TraceWarning("Too many parameters. Consider a structure to enable the use of the type-safe versions"); + } + if (del == null) + { + return; + } + Delegate[] delegates = del.GetInvocationList(); + AsyncFire asyncFire = InvokeDelegate; + AsyncCallback cleanUp = delegate(IAsyncResult asyncResult) { asyncResult.AsyncWaitHandle.Close(); }; + foreach (Delegate sink in delegates) + { + asyncFire.BeginInvoke(sink, args, cleanUp, null); + } + } + + public static void Fire(EventHandler del, object sender, EventArgs e) + { + UnsafeFire(del, sender, e); + } + + public static void Fire(EventHandler del, object sender, T t) where T : EventArgs + { + UnsafeFire(del, sender, t); + } + + public static void Fire(GenericEventHandler del) + { + UnsafeFire(del); + } + + public static void Fire(GenericEventHandler del, T t) + { + UnsafeFire(del, t); + } + + public static void Fire(GenericEventHandler del, T t, U u) + { + UnsafeFire(del, t, u); + } + + public static void Fire(GenericEventHandler del, T t, U u, V v) + { + UnsafeFire(del, t, u, v); + } + + public static void Fire(GenericEventHandler del, T t, U u, V v, W w) + { + UnsafeFire(del, t, u, v, w); + } + + public static void Fire(GenericEventHandler del, T t, U u, V v, W w, X x) + { + UnsafeFire(del, t, u, v, w, x); + } + + public static void Fire(GenericEventHandler del, T t, U u, V v, W w, X x, Y y) + { + UnsafeFire(del, t, u, v, w, x, y); + } + + public static void Fire(GenericEventHandler del, T t, U u, V v, W w, X x, Y y, Z z) + { + UnsafeFire(del, t, u, v, w, x, y, z); + } + + public static void FireInParallel(EventHandler del, object sender, EventArgs e) + { + UnsafeFireInParallel(del, sender, e); + } + + public static void FireInParallel(EventHandler del, object sender, T t) where T : EventArgs + { + UnsafeFireInParallel(del, sender, t); + } + + public static void FireInParallel(GenericEventHandler del) + { + UnsafeFireInParallel(del); + } + + public static void FireInParallel(GenericEventHandler del, T t) + { + UnsafeFireInParallel(del, t); + } + + public static void FireInParallel(GenericEventHandler del, T t, U u) + { + UnsafeFireInParallel(del, t, u); + } + + public static void FireInParallel(GenericEventHandler del, T t, U u, V v) + { + UnsafeFireInParallel(del, t, u, v); + } + + public static void FireInParallel(GenericEventHandler del, T t, U u, V v, W w) + { + UnsafeFireInParallel(del, t, u, v, w); + } + + public static void FireInParallel(GenericEventHandler del, T t, U u, V v, W w, X x) + { + UnsafeFireInParallel(del, t, u, v, w, x); + } + + public static void FireInParallel(GenericEventHandler del, T t, U u, V v, W w, X x, Y y) + { + UnsafeFireInParallel(del, t, u, v, w, x, y); + } + + public static void FireInParallel(GenericEventHandler del, T t, U u, V v, W w, X x, Y y, Z z) + { + UnsafeFireInParallel(del, t, u, v, w, x, y, z); + } + + public static void FireAsync(EventHandler del, object sender, EventArgs e) + { + UnsafeFireAsync(del, sender, e); + } + + public static void FireAsync(EventHandler del, object sender, T t) where T : EventArgs + { + UnsafeFireAsync(del, sender, t); + } + + public static void FireAsync(GenericEventHandler del) + { + UnsafeFireAsync(del); + } + + public static void FireAsync(GenericEventHandler del, T t) + { + UnsafeFireAsync(del, t); + } + + public static void FireAsync(GenericEventHandler del, T t, U u) + { + UnsafeFireAsync(del, t, u); + } + + public static void FireAsync(GenericEventHandler del, T t, U u, V v) + { + UnsafeFireAsync(del, t, u, v); + } + + public static void FireAsync(GenericEventHandler del, T t, U u, V v, W w) + { + UnsafeFireAsync(del, t, u, v, w); + } + + public static void FireAsync(GenericEventHandler del, T t, U u, V v, W w, X x) + { + UnsafeFireAsync(del, t, u, v, w, x); + } + + public static void FireAsync(GenericEventHandler del, T t, U u, V v, W w, X x, Y y) + { + UnsafeFireAsync(del, t, u, v, w, x, y); + } + + public static void FireAsync(GenericEventHandler del, T t, U u, V v, W w, X x, Y y, Z z) + { + UnsafeFireAsync(del, t, u, v, w, x, y, z); + } + + #region Nested type: AsyncFire + + private delegate void AsyncFire(Delegate del, object[] args); + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/FactComparator.cs b/trunk/Creshendo/Util/FactComparator.cs new file mode 100644 index 0000000..48ecfb5 --- /dev/null +++ b/trunk/Creshendo/Util/FactComparator.cs @@ -0,0 +1,35 @@ +using System; +using System.Collections; +using Creshendo.Util.Rete; + +namespace Creshendo.Util +{ + public class FactComparator : IComparer + { + public FactComparator() + { + } + + #region IComparer Members + + public virtual int Compare(Object left, Object right) + { + IFact lf = (IFact) left; + IFact rf = (IFact) right; + if (lf.FactId > rf.FactId) + { + return 1; + } + else if (lf.FactId == rf.FactId) + { + return 0; + } + else + { + return - 1; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/FactTemplateComparator.cs b/trunk/Creshendo/Util/FactTemplateComparator.cs new file mode 100644 index 0000000..cc7943a --- /dev/null +++ b/trunk/Creshendo/Util/FactTemplateComparator.cs @@ -0,0 +1,24 @@ +using System; +using System.Collections; +using Creshendo.Util.Rete; + +namespace Creshendo.Util +{ + public class FactTemplateComparator : IComparer + { + public FactTemplateComparator() + { + } + + #region IComparer Members + + public virtual int Compare(Object left, Object right) + { + IFact lf = (IFact) left; + IFact rf = (IFact) right; + return lf.Deftemplate.Name.CompareTo(rf.Deftemplate.Name); + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/FactUtils.cs b/trunk/Creshendo/Util/FactUtils.cs new file mode 100644 index 0000000..0080f1d --- /dev/null +++ b/trunk/Creshendo/Util/FactUtils.cs @@ -0,0 +1,55 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; + +namespace Creshendo.Util +{ + /// Peter Lin + /// + /// the class Contains utilities for doing things like sortig the facts for + /// printing. + /// + /// + public class FactUtils + { + //UPGRADE_NOTE: Final was removed from the declaration of 'COMPARATOR '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + public static readonly FactComparator COMPARATOR = new FactComparator(); + //UPGRADE_NOTE: Final was removed from the declaration of 'TEMPLATECOMP '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + public static readonly FactTemplateComparator TEMPLATECOMP = new FactTemplateComparator(); + + public FactUtils() + { + } + + public static Object[] sortFacts(System.Collections.Generic.IList facts) + { + Object[] sorted = new object[facts.Count]; + facts.CopyTo(sorted,0); + Arrays.sort(sorted, COMPARATOR); + return sorted; + } + + public static Object[] sortFactsByTemplate(System.Collections.Generic.IList facts) + { + Object[] sorted = new object[facts.Count]; + facts.CopyTo(sorted, 0); + Arrays.sort(sorted, TEMPLATECOMP); + return sorted; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/GenericEventHandler.cs b/trunk/Creshendo/Util/GenericEventHandler.cs new file mode 100644 index 0000000..3673708 --- /dev/null +++ b/trunk/Creshendo/Util/GenericEventHandler.cs @@ -0,0 +1,18 @@ +namespace Creshendo.Util +{ + public delegate void GenericEventHandler(); + + public delegate void GenericEventHandler(T t); + + public delegate void GenericEventHandler(T t, U u); + + public delegate void GenericEventHandler(T t, U u, V v); + + public delegate void GenericEventHandler(T t, U u, V v, W w); + + public delegate void GenericEventHandler(T t, U u, V v, W w, X x); + + public delegate void GenericEventHandler(T t, U u, V v, W w, X x, Y y); + + public delegate void GenericEventHandler(T t, U u, V v, W w, X x, Y y, Z z); +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/GenericHashmap.cs b/trunk/Creshendo/Util/GenericHashmap.cs new file mode 100644 index 0000000..3648824 --- /dev/null +++ b/trunk/Creshendo/Util/GenericHashmap.cs @@ -0,0 +1,58 @@ +using System; +using System.Collections.Generic; + +namespace Creshendo.Util +{ + //public class GenericHashmap : Dictionary, IGenericMap + //{ + // public GenericHashmap() : base(101) + // { + // } + + // #region IGenericMap Members + + // public bool Empty + // { + // get { return Count == 0; } + // } + + // public V Get(K key) + // { + // return this[key]; + // } + + // public void Put(K key, V val) + // { + // this[key] = val; + // } + + // public V RemoveWithReturn(K key) + // { + // V ret = this[key]; + // Remove(key); + // return ret; + // } + + // public void putAll(IGenericMap methods) + // { + // foreach (K key in methods.Keys) + // { + // Add(key, methods.Get(key)); + // } + // } + + // public new bool ContainsKey(K key) + // { + // try + // { + // return base.ContainsKey(key); + // } + // catch (ArgumentNullException) + // { + // return false; + // } + // } + + // #endregion + //} +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/HashMap.cs b/trunk/Creshendo/Util/HashMap.cs new file mode 100644 index 0000000..238cf6b --- /dev/null +++ b/trunk/Creshendo/Util/HashMap.cs @@ -0,0 +1,127 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; + +namespace Creshendo.Util +{ + /// Peter Lin + /// + /// A basic HashMap implementation inspired by Mark's HashTable for + /// Drools3. The main difference is this HashMap tries to be compatable + /// with java.util.HashMap. This means it's not as stripped down as + /// the super optimized HashTable mark wrote for drools. Hopefully the + /// extra stuff doesn't make too big of a difference. + /// + /// + public class HashMap : Hashtable, IMap + { + /// + /// Initializes a new instance of the class. + /// + public HashMap() : base(101, 0.75f) + { + } + + #region IMap Members + + public bool Empty + { + get { return Count == 0; } + } + + public bool ContainsKey(Object key) + { + if (key == null) + return false; + + return Contains(key); + } + + public Object Get(Object key) + { + return this[key]; + } + + public void Put(Object key, Object val) + { + this[key] = val; + } + + public Object RemoveWithReturn(Object key) + { + Object ret = this[key]; + Remove(key); + return ret; + } + + + public void putAll(IMap methods) + { + foreach (Object key in methods.Keys) + { + Add(key, methods.Get(key)); + } + } + + public IEnumerator GetEnumerator() + { + return base.GetEnumerator(); + } + + #endregion + } + + #region EqualityEquals + + public class EqualityEquals : IEqualityComparer + { + #region IEqualityComparer Members + + public bool Equals(object x, object y) + { + return x.Equals(y); + } + + public int GetHashCode(object obj) + { + return (obj.GetHashCode()); + //return rehash(obj.GetHashCode()); + } + + #endregion + + private int rehash(int h) + { + h += ~(h << 9); + h ^= (URShift(h, 14)); + h += (h << 4); + h ^= (URShift(h, 10)); + return h; + } + + private int URShift(int number, int bits) + { + if (number >= 0) + return number >> bits; + else + return (number >> bits) + (2 << ~bits); + } + } + + #endregion +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/HashMapOptimized.cs b/trunk/Creshendo/Util/HashMapOptimized.cs new file mode 100644 index 0000000..c301fdf --- /dev/null +++ b/trunk/Creshendo/Util/HashMapOptimized.cs @@ -0,0 +1,234 @@ +using System; + +namespace Creshendo.Util +{ + /// Peter Lin + /// + /// A basic HashMap implementation inspired by Mark's HashTable for + /// Drools3. The main difference is this HashMap tries to be compatable + /// with java.util.HashMap. This means it's not as stripped down as + /// the super optimized HashTable mark wrote for drools. Hopefully the + /// extra stuff doesn't make too big of a difference. + /// + /// + public class HashMap2 : AbstractMap + { + /// + /// Initializes a new instance of the class. + /// + public HashMap2() : base(101, 0.75f) + { + } + + public override bool ContainsKey(Object key) + { + return Get(key) != null; + } + + public override object this[object key] + { + get { return Get(key); } + set { Put_(key, value,false); } + } + + public override System.Collections.IEnumerator GetEnumerator() + { + return entryArray.GetEnumerator(); + } + + public override Object Get(Object key) + { + int hashCode = comparator.hashCodeOf(key); + int index = indexOf(hashCode, entryArray.Length); + + ObjectEntry current = (ObjectEntry) entryArray[index]; + while (current != null) + { + if (hashCode == current.GetHashCode() && comparator.equal(key, current.Key)) + { + return current.Value; + } + current = (ObjectEntry) current.Next; + } + return null; + } + + ///// + ///// + //public override Object PutWithReturn(Object key, Object value_Renamed) + //{ + // return Put(key, value_Renamed, false); + //} + + public override void Put(Object key, Object value_Renamed) + { + Put_(key, value_Renamed, false); + } + + public virtual Object Put_(Object key, Object value_Renamed, bool checkExists) + { + int hashCode = comparator.hashCodeOf(key); + int index = indexOf(hashCode, entryArray.Length); + + // scan the linked entries to see if it exists + if (checkExists) + { + IEntry current = entryArray[index]; + while (current != null) + { + if (hashCode == current.GetHashCode() && key.Equals(current.Key)) + { + Object oldValue = current.Value; + current.Value = value_Renamed; + return oldValue; + } + current = (ObjectEntry) current.Next; + } + } + + // create a new ObjectEntry + ObjectEntry entry = new ObjectEntry(key, value_Renamed, hashCode); + // in case there is already an entry with the same hashcode, + // set it as the Current entry for the new one. this means the older + // entries are pushed down the bucket + entry.Next = entryArray[index]; + entryArray[index] = entry; + + if (currentSize++ >= threshold) + { + resize(2*entryArray.Length); + } + return null; + } + + public override Object RemoveWithReturn(Object key) + { + int hashCode = comparator.hashCodeOf(key); + int index = indexOf(hashCode, entryArray.Length); + + ObjectEntry previous = (ObjectEntry) entryArray[index]; + ObjectEntry current = previous; + while (current != null) + { + ObjectEntry next = (ObjectEntry) current.Next; + if (hashCode == current.GetHashCode() && comparator.equal(key, current.Key)) + { + if (previous == current) + { + entryArray[index] = next; + } + else + { + previous.Next = next; + } + current.Next = null; + currentSize--; + return current.Value; + } + previous = current; + current = next; + } + return null; + } + + + public override void Remove(Object key) + { + int hashCode = comparator.hashCodeOf(key); + int index = indexOf(hashCode, entryArray.Length); + + ObjectEntry previous = (ObjectEntry)entryArray[index]; + ObjectEntry current = previous; + while (current != null) + { + ObjectEntry next = (ObjectEntry)current.Next; + if (hashCode == current.GetHashCode() && comparator.equal(key, current.Key)) + { + if (previous == current) + { + entryArray[index] = next; + } + else + { + previous.Next = next; + } + current.Next = null; + currentSize--; + } + previous = current; + current = next; + } + } + + //public override Set entrySet() + //{ + // throw new NotImplementedException(); + //} + + #region Nested type: ObjectEntry + + public class ObjectEntry : IEntry + { + private readonly int _hash; + private Object _key; + private IEntry _nextEntry; + private Object _value; + + public ObjectEntry(Object key, Object value_Renamed, int hashCode) + { + _key = key; + _value = value_Renamed; + _hash = hashCode; + } + + #region Entry Members + + public virtual Object Value + { + get { return _value; } + + set { _value = value; } + } + + public virtual Object Key + { + get { return _key; } + } + + public virtual IEntry Next + { + get { return _nextEntry; } + + set { _nextEntry = value; } + } + + + public virtual void clear() + { + _key = null; + _value = null; + if (_nextEntry != null) + _nextEntry.clear(); + } + + #endregion + + public override int GetHashCode() + { + return _hash; + } + + public override bool Equals(Object obj) + { + if (obj == this) + { + return true; + } + ObjectEntry other = (ObjectEntry) obj; + return _key.Equals(other.Key) && _value.Equals(other.Value); + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/IEntry.cs b/trunk/Creshendo/Util/IEntry.cs new file mode 100644 index 0000000..ba8508d --- /dev/null +++ b/trunk/Creshendo/Util/IEntry.cs @@ -0,0 +1,32 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util +{ + /// pete + /// * + /// + /// + public interface IEntry + { + Object Key { get; } + IEntry Next { get; set; } + Object Value { get; set; } + void clear(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/IOUtilities.cs b/trunk/Creshendo/Util/IOUtilities.cs new file mode 100644 index 0000000..ec6f9ea --- /dev/null +++ b/trunk/Creshendo/Util/IOUtilities.cs @@ -0,0 +1,54 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections.Generic; +using System.IO; +using Creshendo.Util.Rete; + +namespace Creshendo.Util +{ + /// IOUtilities Contains some commonly used static methods for saving and + /// loading files. + /// + /// Peter + /// + /// + public class IOUtilities + { + public static bool saveFacts(IList facts, String output) + { + try + { + StreamWriter writer = new StreamWriter(output); + //UPGRADE_TODO: Interface java.util was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + IEnumerator itr = facts.GetEnumerator(); + while (itr.MoveNext()) + { + IFact f = (IFact) itr.Current; + writer.Write(f.toFactString()); + } + writer.Flush(); + writer.Close(); + return true; + } + catch (IOException e) + { + return false; + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/IValue.cs b/trunk/Creshendo/Util/IValue.cs new file mode 100644 index 0000000..c14a1db --- /dev/null +++ b/trunk/Creshendo/Util/IValue.cs @@ -0,0 +1,27 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace Creshendo.Util +{ + /// pete + /// * + /// + /// + public interface IValue + { + IValue Next { get; set; } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Introspector.cs b/trunk/Creshendo/Util/Introspector.cs new file mode 100644 index 0000000..bbd1841 --- /dev/null +++ b/trunk/Creshendo/Util/Introspector.cs @@ -0,0 +1,12 @@ +using System; + +namespace Creshendo.Util +{ + public class Introspector + { + public static BeanInfo getBeanInfo(Type type) + { + return new BeanInfo(type); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/LinkedHashMap.cs b/trunk/Creshendo/Util/LinkedHashMap.cs new file mode 100644 index 0000000..ad54b1c --- /dev/null +++ b/trunk/Creshendo/Util/LinkedHashMap.cs @@ -0,0 +1,565 @@ +using System; +using System.Collections; + +namespace Creshendo.Util +{ + public abstract class AbstractLinkedDictionary : IDictionary + { + public readonly IDictionary Backend; + protected Link first; + protected Link last; + protected volatile uint updates; + + public AbstractLinkedDictionary(IDictionary backend) + { + Backend = backend; + } + + #region IDictionary Members + + public bool IsReadOnly + { + get { return Backend.IsReadOnly; } + } + + public virtual IDictionaryEnumerator GetEnumerator() + { + return GetEnumeratorForward(); + } + + public object this[object key] + { + get + { + Link item = getItem(key); + if (item == null) + { + return null; + } + return item.Value; + } + set + { + updates++; + setItem(key, value); + } + } + + public void Remove(object key) + { + updates++; + removeItem(key); + } + + public bool Contains(object key) + { + return Backend.Contains(key); + } + + public void Clear() + { + updates++; + Backend.Clear(); + first = null; + last = null; + } + + public virtual ICollection Values + { + get { return ValuesForward; } + } + + public void Add(object key, object value) + { + updates++; + addItem(key, value); + } + + public virtual ICollection Keys + { + get { return KeysForward; } + } + + public bool IsFixedSize + { + get { return Backend.IsFixedSize; } + } + + public bool IsSynchronized + { + get { return Backend.IsSynchronized; } + } + + public int Count + { + get { return Backend.Count; } + } + + public void CopyTo(Array array, int index) + { + foreach (DictionaryEntry e in this) + array.SetValue(e, index++); + } + + public object SyncRoot + { + get { return Backend.SyncRoot; } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetEnumerator(); + } + + #region Debug Helpers + + private static object[] Array(ICollection c) + { + object[] a = new object[c.Count]; + c.CopyTo(a, 0); + return a; + } + + #endregion + + #endregion + + #region Nested type: DictionaryEnumerator_ + + private class DictionaryEnumerator_ : IDictionaryEnumerator + { + private readonly bool Forward; + private readonly AbstractLinkedDictionary Parent; + private Link current; + private readonly uint updates; + + public DictionaryEnumerator_(AbstractLinkedDictionary parent, bool forward) + { + Parent = parent; + Forward = forward; + current = null; + updates = parent.updates; + } + + #region IDictionaryEnumerator Members + + public void Reset() + { + current = null; + } + + public object Current + { + get { return Entry; } + } + + public bool MoveNext() + { + if (Parent.updates != updates) + throw new InvalidOperationException("Collection was modified after the enumerator was created"); + if (current == null) + current = Forward ? Parent.first : Parent.last; + else + current = Forward ? current.Next : current.Previous; + return current != null; + } + + public object Key + { + get + { + if (current == null) + throw new IndexOutOfRangeException(); + else + return current.Key; + } + } + + public object Value + { + get + { + if (current == null) + throw new IndexOutOfRangeException(); + else + return current.Value; + } + } + + public DictionaryEntry Entry + { + get + { + if (current == null) + throw new IndexOutOfRangeException(); + else + return new DictionaryEntry(current.Key, current.Value); + } + } + + #endregion + } + + #endregion + + #region Nested type: Keys_ + + public struct Keys_ : ICollection + { + private readonly bool Forward; + private readonly AbstractLinkedDictionary Parent; + + public Keys_(AbstractLinkedDictionary parent, bool forward) + { + Parent = parent; + Forward = forward; + } + + #region ICollection Members + + public bool IsSynchronized + { + get { return Parent.IsSynchronized; } + } + + public int Count + { + get { return Parent.Backend.Count; } + } + + public void CopyTo(Array array, int index) + { + foreach (object o in this) + array.SetValue(o, index++); + } + + public object SyncRoot + { + get { return Parent.SyncRoot; } + } + + public IEnumerator GetEnumerator() + { + return new Enumerator_(new DictionaryEnumerator_(Parent, Forward)); + } + + #endregion + + #region Nested type: Enumerator_ + + private struct Enumerator_ : IEnumerator + { + private readonly DictionaryEnumerator_ Enumerator; + + public Enumerator_(DictionaryEnumerator_ enumerator) + { + Enumerator = enumerator; + } + + #region IEnumerator Members + + public void Reset() + { + Enumerator.Reset(); + } + + public object Current + { + get { return Enumerator.Key; } + } + + public bool MoveNext() + { + return Enumerator.MoveNext(); + } + + #endregion + } + + #endregion + } + + #endregion + + #region Nested type: Link + + protected class Link + { + public object Key + { + get { return _key; } + } + + public object Value + { + get { return _value; } + } + + public Link Next + { + get { return _next;} + set { _next = value; } + } + + public Link Previous + { + get { return _previous; } + set { _previous = value; } + } + + private readonly object _key; + private readonly object _value; + private Link _next; + private Link _previous; + + public Link(object key, object value, Link prev, Link next) + { + _key = key; + _value = value; + _previous = prev; + _next = next; + } + } + + #endregion + + #region Nested type: Values_ + + public struct Values_ : ICollection + { + private readonly bool Forward; + private readonly AbstractLinkedDictionary Parent; + + public Values_(AbstractLinkedDictionary parent, bool forward) + { + Parent = parent; + Forward = forward; + } + + #region ICollection Members + + public bool IsSynchronized + { + get { return Parent.IsSynchronized; } + } + + public int Count + { + get { return Parent.Count; } + } + + public void CopyTo(Array array, int index) + { + foreach (object o in this) + array.SetValue(o, index++); + } + + public object SyncRoot + { + get { return Parent.SyncRoot; } + } + + public IEnumerator GetEnumerator() + { + return new Enumerator_(new DictionaryEnumerator_(Parent, Forward)); + } + + #endregion + + #region Nested type: Enumerator_ + + private struct Enumerator_ : IEnumerator + { + private readonly DictionaryEnumerator_ Enumerator; + + public Enumerator_(DictionaryEnumerator_ enumerator) + { + Enumerator = enumerator; + } + + #region IEnumerator Members + + public void Reset() + { + Enumerator.Reset(); + } + + public object Current + { + get { return Enumerator.Value; } + } + + public bool MoveNext() + { + return Enumerator.MoveNext(); + } + + #endregion + } + + #endregion + } + + #region Abstracts + + protected abstract void removeItem(object key); + protected abstract void addItem(object key, object value); + protected abstract void setItem(object key, object value); + protected abstract Link getItem(object key); + + #endregion + + #region Explicit directional iteration + + public ICollection ValuesForward + { + get { return new Values_(this, true); } + } + + public ICollection ValuesBackward + { + get { return new Values_(this, false); } + } + + public ICollection KeysForward + { + get { return new Keys_(this, true); } + } + + public ICollection KeysBackward + { + get { return new Keys_(this, false); } + } + + public IDictionaryEnumerator GetEnumeratorForward() + { + return new DictionaryEnumerator_(this, true); + } + + public IDictionaryEnumerator GetEnumeratorBackward() + { + return new DictionaryEnumerator_(this, false); + } + + #endregion + + #endregion + } + + + public class LinkedHashMap : Hashtable + { + + } + + + /// + /// Provides an IDictionary which is iterated in the inverse order of update + /// + public class LinkedHashMap2 : AbstractLinkedDictionary + { + public LinkedHashMap2(IDictionary backend) : base(backend) + { + } + + protected override void addItem(object key, object value) + { + Link l = (Link) Backend[key]; + if (l != null) + throw new ArgumentException(String.Format("Key \"{0}\" already present in dictionary", key)); + l = new Link(key, value, last, null); + if (last != null) + last.Next = l; + last = l; + if (first == null) + first = l; + Backend.Add(key, l); + } + + protected override Link getItem(object key) + { + return (Link) Backend[key]; + } + + protected override void removeItem(object key) + { + Link l = (Link) Backend[key]; + if (l != null) + { + Link pre = l.Previous; + Link nxt = l.Next; + + if (pre != null) + pre.Next = nxt; + else + first = nxt; + if (nxt != null) + nxt.Previous = pre; + else + last = pre; + } + Backend.Remove(key); + } + + protected override void setItem(object key, object value) + { + Link l = getItem(key); + if (l != null) + removeItem(key); + addItem(key, value); + } + } + + public class LRUDictionary : LinkedHashMap2 + { + public LRUDictionary(IDictionary backend) : base(backend) + { + } + + protected override Link getItem(object key) + { + Link l = (Link) Backend[key]; + if (l == null) + return null; + Link nxt = l.Next; + if (nxt != null) // last => no-change + { + updates++; // looking is updating + // note, atleast 2 items in chain now, since l != last + Link pre = l.Previous; + if (pre == null) + first = nxt; + else + pre.Next = l.Next; + nxt.Previous = pre; // nxt != null since l != last + last.Next = l; + l.Next = null; + l.Previous = last; + last = l; + } + return l; + } + } + + public class MRUDictionary : LRUDictionary + { + public MRUDictionary(IDictionary backend) : base(backend) + { + } + + public override ICollection Keys + { + get { return KeysBackward; } + } + + public override ICollection Values + { + get { return ValuesBackward; } + } + + public override IDictionaryEnumerator GetEnumerator() + { + return GetEnumeratorForward(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/ListIterator.cs b/trunk/Creshendo/Util/ListIterator.cs new file mode 100644 index 0000000..4c55d01 --- /dev/null +++ b/trunk/Creshendo/Util/ListIterator.cs @@ -0,0 +1,6 @@ +namespace Creshendo.Util +{ + public class ListIterator + { + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Logging/ILogger.cs b/trunk/Creshendo/Util/Logging/ILogger.cs new file mode 100644 index 0000000..d531506 --- /dev/null +++ b/trunk/Creshendo/Util/Logging/ILogger.cs @@ -0,0 +1,16 @@ +using System; + +namespace Creshendo.Util.Logging +{ + public interface ILogger + { + void Debug(String msg); + void Debug(Exception exc); + void Fatal(String msg); + void Fatal(Exception exc); + void Info(String msg); + void Info(Exception exc); + void Warn(String msg); + void Warn(Exception msg); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Logging/Log4netLogger.cs b/trunk/Creshendo/Util/Logging/Log4netLogger.cs new file mode 100644 index 0000000..2e44f8e --- /dev/null +++ b/trunk/Creshendo/Util/Logging/Log4netLogger.cs @@ -0,0 +1,94 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using log4net; + +namespace Creshendo.Util.Logging +{ + /// Peter Lin + /// + /// A quick and simple logger. To make it easier for other classes to + /// log and not have to import log4j stuff. + /// + /// + [Serializable] + public sealed class Log4netLogger : ILogger + { + private static readonly Log4netLogger instance = new Log4netLogger(); + private readonly ILog log; + + // Explicit static constructor to tell C# compiler + // not to mark type as beforefieldinit + static Log4netLogger() + { + } + + private Log4netLogger() + { + log = LogManager.GetLogger("Creshendo"); + } + + public static Log4netLogger Instance + { + get { return instance; } + } + + #region ILogger Members + + public void Debug(String msg) + { + log.Debug(msg); + } + + public void Debug(Exception exc) + { + log.Debug(exc); + } + + public void Fatal(String msg) + { + log.Fatal(msg); + } + + public void Fatal(Exception exc) + { + log.Fatal(exc); + } + + public void Info(String msg) + { + log.Info(msg); + } + + public void Info(Exception exc) + { + log.Info(exc); + } + + public void Warn(String msg) + { + log.Warn(msg); + } + + public void Warn(Exception msg) + { + log.Warn(msg); + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Logging/TraceLogger.cs b/trunk/Creshendo/Util/Logging/TraceLogger.cs new file mode 100644 index 0000000..ca41f5c --- /dev/null +++ b/trunk/Creshendo/Util/Logging/TraceLogger.cs @@ -0,0 +1,67 @@ +using System; +using System.Diagnostics; + +namespace Creshendo.Util.Logging +{ + public sealed class TraceLogger : ILogger + { + private static readonly TraceLogger instance = new TraceLogger(); + + static TraceLogger() + { + } + + private TraceLogger() + { + } + + public static TraceLogger Instance + { + get { return instance; } + } + + #region ILogger Members + + public void Debug(string msg) + { + Trace.TraceInformation(msg); + } + + public void Debug(Exception exc) + { + Trace.TraceInformation(exc.Message); + } + + public void Fatal(string msg) + { + Trace.TraceError(msg); + } + + public void Fatal(Exception exc) + { + Trace.TraceError(exc.Message); + } + + public void Info(string msg) + { + Trace.TraceInformation(msg); + } + + public void Info(Exception exc) + { + Trace.TraceInformation(exc.Message); + } + + public void Warn(string msg) + { + Trace.TraceWarning(msg); + } + + public void Warn(Exception msg) + { + Trace.TraceWarning(msg.Message); + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/AbstractCommunicationChannel.cs b/trunk/Creshendo/Util/Messagerouter/AbstractCommunicationChannel.cs new file mode 100644 index 0000000..7089a34 --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/AbstractCommunicationChannel.cs @@ -0,0 +1,71 @@ +using System; + +/// Copyright 2006 Alexander Wilden, Christoph Emonds, Sebastian Reinartz +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://ruleml-dev.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace Creshendo.Util.Messagerouter +{ + internal abstract class AbstractCommunicationChannel : ICommunicationChannel + { + private readonly String _channelId; + private readonly InterestType _interest; + private readonly MessageRouter _router; + + protected internal AbstractCommunicationChannel(String channelId, MessageRouter router, InterestType interest) + { + _channelId = channelId; + _router = router; + _interest = interest; + } + + #region ICommunicationChannel Members + + public event CommandHandler Command; + public event MessageHandler Message; + + public String ChannelId + { + get { return _channelId; } + } + + public InterestType Interest + { + get { return _interest; } + } + + public MessageRouter Router + { + get { return _router; } + } + + #endregion + + protected void OnCommand(CommandEventArgs e) + { + if (Command != null) + { + Command(this, e); + } + } + + protected void OnMessage(MessageEventArgs e) + { + if (Message != null) + { + Message(this, e); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/CLIPSInterpreter.cs b/trunk/Creshendo/Util/Messagerouter/CLIPSInterpreter.cs new file mode 100644 index 0000000..b3a51b9 --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/CLIPSInterpreter.cs @@ -0,0 +1,41 @@ +using System; +using Creshendo.Functions; +using Creshendo.Util.Rete; + +/// Copyright 2006 Alexander Wilden, Christoph Emonds, Sebastian Reinartz +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://ruleml-dev.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace Creshendo.Util.Messagerouter +{ + public class CLIPSInterpreter + { + private readonly Rete.Rete engine; + + public CLIPSInterpreter(Rete.Rete engine) + { + this.engine = engine; + } + + public virtual IReturnVector executeCommand(Object command) + { + IFunction func = command as IFunction; + if (func != null) + { + return func.executeFunction(engine, null); + } + throw new SystemException("Illegal command."); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/CLIPSLanguageAdapter.cs b/trunk/Creshendo/Util/Messagerouter/CLIPSLanguageAdapter.cs new file mode 100644 index 0000000..8ed2de5 --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/CLIPSLanguageAdapter.cs @@ -0,0 +1,69 @@ +using System; +using System.IO; + +/// Copyright 2006 Alexander Wilden, Christoph Emonds, Sebastian Reinartz +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://ruleml-dev.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace Creshendo.Util.Messagerouter +{ + /// A simple LanguageAdapter that accepts only CLIPS as language. Any command + /// will directly be forwarded to the CLIPSParser. + /// + /// + /// Alexander Wilden, Christoph Emonds, Sebastian Reinartz + /// + /// + /// + public class CLIPSLanguageAdapter : ILanguageAdapter + { + #region LanguageAdapter Members + + /// + /// Returns a String-Array containing all supported languages. + /// + /// + /// The String-Array containing all supported languages. + /// + public virtual String[] SupportedLanguages + { + get { return new String[] {"CLIPS"}; } + } + + /// + /// Evaluates a command given in any language that is supported by this + /// LanguageAdapter. + /// + /// The engine. + /// The command. + /// The language. + /// + /// The result returned from the Rete-engine in the given + /// language. + /// @throws ParseException + /// + public virtual String Evaluate(Rete.Rete engine, String command, String language) + { + StringReader reader = new StringReader(command); + StringWriter writer = new StringWriter(); + //// CLIPSParser parser = new CLIPSParser(engine, reader, writer, false); + // parser.startParser(); + // String res = writer.toString(); + // parser = null; + return null; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/CommandEventArgs.cs b/trunk/Creshendo/Util/Messagerouter/CommandEventArgs.cs new file mode 100644 index 0000000..c5f67a0 --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/CommandEventArgs.cs @@ -0,0 +1,26 @@ +using System; + +namespace Creshendo.Util.Messagerouter +{ + public class CommandEventArgs : EventArgs + { + private string _channelid; + private object _command; + + public CommandEventArgs(object command, string channelid) + { + _command = command; + _channelid = channelid; + } + + public object Command + { + get { return _command; } + } + + public String ChannelID + { + get { return _channelid; } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/DelegateImplementations.cs b/trunk/Creshendo/Util/Messagerouter/DelegateImplementations.cs new file mode 100644 index 0000000..bd6e129 --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/DelegateImplementations.cs @@ -0,0 +1,6 @@ +namespace Creshendo.Util.Messagerouter +{ + public delegate void CommandHandler(object sender, CommandEventArgs e); + + public delegate void MessageHandler(object sender, MessageEventArgs e); +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/ICommunicationChannel.cs b/trunk/Creshendo/Util/Messagerouter/ICommunicationChannel.cs new file mode 100644 index 0000000..52396f6 --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/ICommunicationChannel.cs @@ -0,0 +1,28 @@ +using System; + +/// Copyright 2006 Alexander Wilden, Christoph Emonds, Sebastian Reinartz +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://ruleml-dev.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace Creshendo.Util.Messagerouter +{ + public interface ICommunicationChannel + { + String ChannelId { get; } + InterestType Interest { get; } + MessageRouter Router { get; } + event CommandHandler Command; + event MessageHandler Message; + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/ILanguageAdapter.cs b/trunk/Creshendo/Util/Messagerouter/ILanguageAdapter.cs new file mode 100644 index 0000000..c68eda9 --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/ILanguageAdapter.cs @@ -0,0 +1,55 @@ +using System; + +/// Copyright 2006 Alexander Wilden, Christoph Emonds, Sebastian Reinartz +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://ruleml-dev.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace Creshendo.Util.Messagerouter +{ + /// An Interface for LanguageAdapters used by the MessageRouter. A + /// LanguageAdapter is responsible for the translation of a command into CLIPS, + /// execute it in the Rete-engine and give back a result in the same language the + /// command was send in. One LanguageAdapter may support multiple different + /// languages. + /// + /// + /// Alexander Wilden, Christoph Emonds, Sebastian Reinartz + /// + /// + /// + public interface ILanguageAdapter + { + /// Returns a String-Array containing all supported languages. + /// + /// + /// The String-Array containing all supported languages. + /// + /// + String[] SupportedLanguages { get; } + + /// + /// Evaluates a command given in any language that is supported by this + /// LanguageAdapter. + /// + /// The engine. + /// The command. + /// The language. + /// + /// The result returned from the Rete-engine in the given + /// language. + /// @throws ParseException + /// + String Evaluate(Rete.Rete engine, String command, String language); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/IStreamChannel.cs b/trunk/Creshendo/Util/Messagerouter/IStreamChannel.cs new file mode 100644 index 0000000..7e02f65 --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/IStreamChannel.cs @@ -0,0 +1,26 @@ +using System.IO; + +/// Copyright 2006 Alexander Wilden, Christoph Emonds, Sebastian Reinartz +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://ruleml-dev.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace Creshendo.Util.Messagerouter +{ + public interface IStreamChannel : ICommunicationChannel + { + bool Available { get; } + void init(TextReader inputStream); + void init(Stream reader); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/IStringChannel.cs b/trunk/Creshendo/Util/Messagerouter/IStringChannel.cs new file mode 100644 index 0000000..7ea9499 --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/IStringChannel.cs @@ -0,0 +1,25 @@ +using System; + +/// Copyright 2006 Alexander Wilden, Christoph Emonds, Sebastian Reinartz +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://ruleml-dev.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace Creshendo.Util.Messagerouter +{ + //public interface IStringChannel : ICommunicationChannel + //{ + // void executeCommand(String command); + // void executeCommand(String command, bool blocked); + //} +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/InterestType.cs b/trunk/Creshendo/Util/Messagerouter/InterestType.cs new file mode 100644 index 0000000..c0089dd --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/InterestType.cs @@ -0,0 +1,34 @@ +/// Copyright 2006 Alexander Wilden, Christoph Emonds, Sebastian Reinartz +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://ruleml-dev.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace Creshendo.Util.Messagerouter +{ + public enum InterestType + { + /// used for channels which are interested in every message output, + /// regardless which channel caused this output. + /// + ALL = 300, + + /// used for channels which are only interested in the message output, which + /// is in response for their to their own input. + /// + MINE = 200, + + /// used for channels which aren't interested in any message output. + /// + NONE = 100 + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/LanguageNotSupportedException.cs b/trunk/Creshendo/Util/Messagerouter/LanguageNotSupportedException.cs new file mode 100644 index 0000000..706a5c8 --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/LanguageNotSupportedException.cs @@ -0,0 +1,43 @@ +using System; + +/// Copyright 2006 Alexander Wilden, Christoph Emonds, Sebastian Reinartz +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://ruleml-dev.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace Creshendo.Util.Messagerouter +{ + /// An Exception that is thrown whenever the specified language is not supported by + /// the MessageRouter. + /// + /// + /// Alexander Wilden, Christoph Emonds, Sebastian Reinartz + /// + /// + /// + public class LanguageNotSupportedException : Exception + { + public LanguageNotSupportedException(String language) : base(language) + { + } + + public virtual String Language + { + get + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return Message; + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/MessageEventArgs.cs b/trunk/Creshendo/Util/Messagerouter/MessageEventArgs.cs new file mode 100644 index 0000000..6f63917 --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/MessageEventArgs.cs @@ -0,0 +1,72 @@ +using System; +using Creshendo.Util.Rete; + +/// Copyright 2006 Alexander Wilden, Christoph Emonds, Sebastian Reinartz +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://ruleml-dev.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace Creshendo.Util.Messagerouter +{ + public delegate void MessageEventHandler(object sender, MessageEventArgs e); + + /// The Class for MessageEvents. + /// + /// + /// Alexander Wilden, Christoph Emonds, Sebastian Reinartz + /// + /// + /// + public class MessageEventArgs : AbstractMessageEventArgs + { + + /// The message that was send. + /// + private readonly Object message; + + private readonly EventType type; + + /// + /// The constructor for a new MessageEvent. Uses CLIPS as standard-language. + /// + /// The type. + /// The message. + /// The channel id. + public MessageEventArgs(EventType type, Object message, String channelId) : base(channelId) + { + this.type = type; + this.message = message; + } + + /// Returns the message of this event + /// + /// + /// The message + /// + /// + public virtual Object Message + { + get { return message; } + } + + public virtual EventType Type + { + get { return type; } + } + + public virtual bool Error + { + get { return type < 0; } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/MessageRouter.cs b/trunk/Creshendo/Util/Messagerouter/MessageRouter.cs new file mode 100644 index 0000000..76a5caf --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/MessageRouter.cs @@ -0,0 +1,357 @@ +using System; +using System.Collections; +using System.IO; +using System.Threading; +using Creshendo.Util.Rete; + +/// Copyright 2006 Alexander Wilden, Christoph Emonds, Sebastian Reinartz +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://ruleml-dev.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace Creshendo.Util.Messagerouter +{ + /// A MessageRouter is responsible for sending messages to the Rete-engine and + /// receive the answers. Possible MessageListeners will be notified of all events + /// that occured. + /// + /// + /// Alexander Wilden, Christoph Emonds, Sebastian Reinartz + /// + /// + [Serializable] + public class MessageRouter + { + private const long serialVersionUID = 1L; + private ArrayList commandQueue; + private readonly CommandThread commandThread; + + private volatile String currentChannelId = ""; + + /// The Rete-engine we work with + /// + private readonly Rete.Rete engine; + + // TODO is this threadsafe? + + private int idCounter = 0; + + /// The org.jamocha.rete.util.IList of MessageListeners + /// + private IMap idToChannel; + + private IMap idToMessages; + private readonly CLIPSInterpreter interpreter; + private ArrayList messageQueue; + + /// + /// The constructor for a message router. + /// + /// The engine. + public MessageRouter(Rete.Rete engine) + { + InitBlock(); + this.engine = engine; + interpreter = new CLIPSInterpreter(engine); + commandThread = new CommandThread(this); + commandThread.Start(); + } + + /// + /// returns the underlying Rete-engine. + /// + /// The rete engine. + /// The Rete-engine used in this MessageRouter-instance. + /// + public virtual Rete.Rete ReteEngine + { + get { return engine; } + } + + /// + /// Gets the current channel id. + /// + /// The current channel id. + public virtual String CurrentChannelId + { + get { return currentChannelId; } + } + + private void InitBlock() + { + idToChannel = new HashMap(); + idToMessages = new HashMap(); + commandQueue = ArrayList.Synchronized(new ArrayList()); + messageQueue = ArrayList.Synchronized(new ArrayList()); + } + + + /// + /// Posts the message event. + /// + /// The event_ renamed. + public virtual void postMessageEvent(MessageEvent event_Renamed) + { + messageQueue.Add(event_Renamed); + } + + /// + /// Enqueues the command. + /// + /// The command. + /// The channel id. + public virtual void enqueueCommand(Object command, String channelId) + { + commandQueue.Add(new CommandObject(command, channelId)); + } + + /// + /// Opens the channel. + /// + /// Name of the channel. + /// The input stream. + /// + public virtual IStreamChannel openChannel(String channelName, Stream inputStream) + { + return openChannel(channelName, inputStream, InterestType.MINE); + } + + /// + /// Opens the channel. + /// + /// Name of the channel. + /// The input stream. + /// Type of the interest. + /// + public virtual IStreamChannel openChannel(String channelName, Stream inputStream, int interestType) + { + IStreamChannel channel = new StreamChannelImpl(channelName + "_" + idCounter++, this, interestType); + channel.init(inputStream); + registerChannel(channel); + return channel; + } + + /// + /// Opens the channel. + /// + /// Name of the channel. + /// The reader. + /// + public virtual IStreamChannel openChannel(String channelName, StreamReader reader) + { + return openChannel(channelName, reader, InterestType.MINE); + } + + /// + /// Opens the channel. + /// + /// Name of the channel. + /// The reader. + /// Type of the interest. + /// + public virtual IStreamChannel openChannel(String channelName, StreamReader reader, int interestType) + { + IStreamChannel channel = new StreamChannelImpl(channelName + "_" + idCounter++, this, interestType); + channel.init(reader); + registerChannel(channel); + return channel; + } + + /// + /// Opens the channel. + /// + /// Name of the channel. + /// + public virtual IStringChannel openChannel(String channelName) + { + return openChannel(channelName, InterestType.MINE); + } + + /// + /// Opens the channel. + /// + /// Name of the channel. + /// Type of the interest. + /// + public virtual IStringChannel openChannel(String channelName, int interestType) + { + IStringChannel channel = new StringChannelImpl(channelName + "_" + idCounter++, this, interestType); + registerChannel(channel); + return channel; + } + + /// + /// Closes the channel. + /// + /// The channel. + public virtual void closeChannel(ICommunicationChannel channel) + { + lock (idToChannel) + { + idToChannel.Remove(channel.ChannelId); + idToMessages.Remove(channel.ChannelId); + // If it's a StreamChannel, stop the Parser-Thread + if (channel is StreamChannelImpl) + { + ((StreamChannelImpl) channel).close(); + } + } + } + + private void registerChannel(ICommunicationChannel channel) + { + lock (idToChannel) + { + idToChannel.Put(channel.ChannelId, channel); + idToMessages.Put(channel.ChannelId, new ArrayList()); + } + } + + internal virtual void fillMessageList(String channelId, IList destinationList) + { + lock (idToChannel) + { + IList storedMessages = (IList) idToMessages.Get(channelId); + if (storedMessages != null && destinationList != null) + { + foreach (object val in storedMessages) + { + ((IList) destinationList).Add(val); + } + storedMessages.Clear(); + } + } + } + + public void ShutDown() + { + commandThread.Instance.Abort(); + while (commandThread.Instance.ThreadState != ThreadState.Stopped) + { + commandThread.Instance.Abort(); + } + } + + #region Nested type: CommandObject + + private sealed class CommandObject + { + public readonly String channelId; + public readonly Object command; + + public CommandObject(Object command, String channelId) + { + this.command = command; + this.channelId = channelId; + } + } + + #endregion + + #region Nested type: CommandThread + + private sealed class CommandThread : SupportClass.ThreadClass + { + private MessageRouter enclosingInstance; + + public CommandThread(MessageRouter enclosingInstance) + { + InitBlock(enclosingInstance); + } + + public MessageRouter Enclosing_Instance + { + get { return enclosingInstance; } + } + + private void InitBlock(MessageRouter enclosingInstance) + { + this.enclosingInstance = enclosingInstance; + } + + public override void Run() + { + while (true) + { + if (Enclosing_Instance.commandQueue.Count == 0) + { + try + { + Thread.Sleep(new TimeSpan(10000*10)); + } + catch (ThreadInterruptedException e) + { + // TODO Auto-generated catch block + //SupportClass.WriteStackTrace(e, Console.Error); + } + catch(Exception e) + { + //SupportClass.WriteStackTrace(e, Console.Error); + return; + } + } + else + { + CommandObject schabau = (CommandObject) Enclosing_Instance.commandQueue[0]; + Enclosing_Instance.commandQueue.RemoveAt(0); + if (schabau != null) + { + Enclosing_Instance.currentChannelId = schabau.channelId; + try + { + Enclosing_Instance.messageQueue.Add(new MessageEvent(MessageEvent.COMMAND, schabau.command, Enclosing_Instance.currentChannelId)); + IReturnVector result = Enclosing_Instance.interpreter.executeCommand(schabau.command); + Enclosing_Instance.messageQueue.Add(new MessageEvent(MessageEvent.RESULT, result, Enclosing_Instance.currentChannelId)); + } + catch (Exception e) + { + Enclosing_Instance.postMessageEvent(new MessageEvent(MessageEvent.ERROR, e, Enclosing_Instance.currentChannelId)); + } + finally + { + Enclosing_Instance.currentChannelId = null; + } + } + } + + MessageEvent[] evts = (MessageEvent[]) Enclosing_Instance.messageQueue.ToArray(typeof (MessageEvent)); + ArrayList allMessages = new ArrayList(evts); + + Enclosing_Instance.messageQueue.Clear(); + for (int i = 0; i < allMessages.Count; ++i) + { + MessageEvent event_Renamed = (MessageEvent) allMessages[i]; + lock (Enclosing_Instance.idToChannel) + { + IEnumerator ch = Enclosing_Instance.idToChannel.Values.GetEnumerator(); + while (ch.MoveNext()) + { + ICommunicationChannel channel = (ICommunicationChannel) ch.Current; + if (InterestType.ALL == channel.Interest || (InterestType.MINE == channel.Interest) && channel.ChannelId.Equals(event_Renamed.ChannelId)) + { + IList messageList = (IList) Enclosing_Instance.idToMessages.Get(channel.ChannelId); + if (messageList != null) + { + messageList.Add(event_Renamed); + } + } + } + } + } + } + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/MessageRouterImp.cs b/trunk/Creshendo/Util/Messagerouter/MessageRouterImp.cs new file mode 100644 index 0000000..2a67fd0 --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/MessageRouterImp.cs @@ -0,0 +1,173 @@ +using System; +using System.IO; +using Creshendo.Util.Rete; + +namespace Creshendo.Util.Messagerouter +{ + [Serializable] + public class MessageRouter + { + private readonly Rete.Rete engine; + private readonly CLIPSInterpreter interpreter; + private int idCounter = 0; + + /// + /// The constructor for a message router. + /// + /// The engine. + public MessageRouter(Rete.Rete engine) + { + this.engine = engine; + this.engine.Message += engine_Message; + interpreter = new CLIPSInterpreter(engine); + } + + /// + /// returns the underlying Rete-engine. + /// + /// The rete engine. + /// The Rete-engine used in this MessageRouter-instance. + /// + public Rete.Rete ReteEngine + { + get { return engine; } + } + + public event MessageHandler Message; + + private void engine_Message(object sender, MessageEventArgs e) + { + postMessageEvent(e); + } + + /// + /// Posts the message event. + /// + /// The event_ renamed. + private void postMessageEvent(MessageEventArgs messageEventArgsRenamed) + { + if (Message != null) + { + Message(this, messageEventArgsRenamed); + } + } + + /// + /// Opens the channel. + /// + /// Name of the channel. + /// The input stream. + /// + public IStreamChannel openChannel(String channelName, StreamReader inputStream) + { + return openChannel(channelName, inputStream, InterestType.MINE); + } + + /// + /// Opens the channel. + /// + /// Name of the channel. + /// The input stream. + /// Type of the interest. + /// + public IStreamChannel openChannel(String channelName, TextReader inputStream, InterestType interestType) + { + IStreamChannel channel = new StreamChannelImpl(channelName + "_" + idCounter++, this, interestType); + channel.init(inputStream); + registerChannel(channel); + return channel; + } + + /// + /// Opens the channel. + /// + /// Name of the channel. + /// The reader. + /// + public IStreamChannel openChannel(String channelName, TextReader reader) + { + return openChannel(channelName, reader, InterestType.MINE); + } + + /// + /// Opens the channel. + /// + /// Name of the channel. + /// The reader. + /// Type of the interest. + /// + public IStreamChannel openChannel(String channelName, StreamReader reader, InterestType interestType) + { + IStreamChannel channel = new StreamChannelImpl(channelName + "_" + idCounter++, this, interestType); + channel.init(reader); + registerChannel(channel); + return channel; + } + + /// + /// Opens the channel. + /// + /// Name of the channel. + /// + public virtual ICommunicationChannel openChannel(String channelName) + { + return openChannel(channelName, InterestType.MINE); + } + + /// + /// Opens the channel. + /// + /// Name of the channel. + /// Type of the interest. + /// + public virtual ICommunicationChannel openChannel(String channelName, InterestType interestType) + { + ICommunicationChannel channel = new StringChannelImpl(channelName + "_" + idCounter++, this, interestType); + registerChannel(channel); + return channel; + } + + /// + /// Closes the channel. + /// + /// The channel. + public virtual void closeChannel(ICommunicationChannel channel) + { + if (channel is StreamChannelImpl) + { + ((StreamChannelImpl) channel).close(); + } + if (channel is IDisposable) + { + ((IDisposable)channel).Dispose(); + } + channel.Command -= OnCommand; + channel.Message -= OnChannelMessage; + } + + private void registerChannel(ICommunicationChannel channel) + { + channel.Command += OnCommand; + channel.Message += OnChannelMessage; + } + + private void OnChannelMessage(object sender, MessageEventArgs e) + { + postMessageEvent(e); + } + + private void OnCommand(object sender, CommandEventArgs args) + { + try + { + postMessageEvent(new MessageEventArgs(EventType.COMMAND, args.Command, args.ChannelID)); + IReturnVector result = interpreter.executeCommand(args.Command); + postMessageEvent(new MessageEventArgs(EventType.RESULT, result, args.ChannelID)); + } + catch (Exception e) + { + postMessageEvent(new MessageEventArgs(EventType.ERROR, e, args.ChannelID)); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/StreamChannelImpl.cs b/trunk/Creshendo/Util/Messagerouter/StreamChannelImpl.cs new file mode 100644 index 0000000..b458fe4 --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/StreamChannelImpl.cs @@ -0,0 +1,141 @@ +using System; +using System.IO; +using System.Threading; +using Creshendo.Util.Logging; +using Creshendo.Util.Parser.Clips2; +using Creshendo.Util.Rete; + +/// Copyright 2006 Alexander Wilden, Christoph Emonds, Sebastian Reinartz +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://ruleml-dev.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace Creshendo.Util.Messagerouter +{ + internal class StreamChannelImpl : AbstractCommunicationChannel, IStreamChannel + { + private readonly CLIPSParser parser; + private Thread _worker; + private TextReader reader; + private bool stopped = false; + + + public StreamChannelImpl(String channelId, MessageRouter router, InterestType interest) : base(channelId, router, interest) + { + parser = new CLIPSParser(router.ReteEngine, (StreamReader) null); + } + + public bool Stopped + { + get { return stopped; } + set { stopped = value; } + } + + #region IStreamChannel Members + + public bool Available + { + get { return false; } + } + + public void init(TextReader inputStream) + { + reader = inputStream; + parser.ReInit(reader); + _worker = new Thread(Run); + _worker.Start(); + } + + public void init(Stream reader) + { + this.reader = new StreamReader(reader); + parser.ReInit(reader); + _worker = new Thread(Run); + _worker.Start(); + } + + #endregion + + internal void close() + { + stopped = true; + + if (_worker != null) + { + _worker.Abort(); + while (_worker.ThreadState != ThreadState.Stopped) + { + _worker.Abort(); + } + } + + try + { + reader.Close(); + reader.Dispose(); + } + catch (Exception e) + { + TraceLogger.Instance.Fatal(e); + } + } + + + public void executeCommand(String commandString) + { + Object command = null; + try + { + while ((command = parser.basicExpr()) != null) + { + OnCommand(new CommandEventArgs(command, ChannelId)); + } + } + catch (ParseException e) + { + OnMessage(new MessageEventArgs(EventType.PARSE_ERROR, e, ChannelId)); + } + } + + + public void Run() + { + while (!stopped) + { + Object command = null; + try + { + while (!stopped && (command = parser.basicExpr()) != null) + { + OnCommand(new CommandEventArgs(command, ChannelId)); + } + } + catch (ParseException e) + { + OnMessage(new MessageEventArgs(EventType.PARSE_ERROR, e, ChannelId)); + parser.ReInit(reader); + } + catch (TokenMgrError e) + { + OnMessage(new MessageEventArgs(EventType.PARSE_ERROR, e, ChannelId)); + parser.ReInit(reader); + } + catch (Exception e) + { + OnMessage(new MessageEventArgs(EventType.PARSE_ERROR, e, ChannelId)); + parser.ReInit(reader); + } + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Messagerouter/StringChannelImpl.cs b/trunk/Creshendo/Util/Messagerouter/StringChannelImpl.cs new file mode 100644 index 0000000..da11090 --- /dev/null +++ b/trunk/Creshendo/Util/Messagerouter/StringChannelImpl.cs @@ -0,0 +1,112 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using System.IO; +using System.Text; +using System.Threading; +using Creshendo.Util.Parser.Clips2; +using Creshendo.Util.Rete; +//using Wintellect.PowerCollections; +//using ParseException=Creshendo.Util.Parser.Clips.ParseException; +//using TokenMgrError=Creshendo.Util.Parser.Clips.TokenMgrError; + +/// Copyright 2006 Alexander Wilden, Christoph Emonds, Sebastian Reinartz +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://ruleml-dev.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace Creshendo.Util.Messagerouter +{ + internal class StringChannelImpl : AbstractCommunicationChannel//, IStringChannel + { + private System.Collections.IList alreadyReceived; + private readonly CLIPSParser parser; + + public StringChannelImpl(String channelId, MessageRouter router, InterestType interest) : base(channelId, router, interest) + { + InitBlock(); + parser = new CLIPSParser(router.ReteEngine, (StreamReader) null); + } + + #region StringChannel Members + + public virtual void executeCommand(String commandString) + { + executeCommand(commandString, false); + } + + public virtual void executeCommand(String commandString, bool blocked) + { + List commandMessages = blocked ? new List() : null; + parser.ReInit(new MemoryStream(ASCIIEncoding.ASCII.GetBytes(commandString))); + Object command = null; + try + { + alreadyReceived.Clear(); + while ((command = parser.basicExpr()) != null) + { + OnCommand(new CommandEventArgs(command, ChannelId)); + if (blocked) + { + try + { + while (blocked) + { + //router.fillMessageList(ChannelId, commandMessages); + int count = commandMessages.Count; + if (count > 0) + { + MessageEventArgs last = (MessageEventArgs) commandMessages[count - 1]; + if (last.Type == EventType.RESULT || last.Type == EventType.ERROR) + { + foreach(object message in commandMessages) + { + ((IList)alreadyReceived).Add(message); + } + commandMessages.Clear(); + blocked = false; + } + } + if (blocked) + { + Thread.Sleep(new TimeSpan(10000*10)); + } + } + } + catch (ThreadInterruptedException e) + { + /* TODO for now we just ignore this case */ + } + blocked = true; + } + } + } + catch (ParseException e) + { + OnMessage(new MessageEventArgs(EventType.PARSE_ERROR, e, ChannelId)); + } + catch (TokenMgrError e) + { + OnMessage(new MessageEventArgs(EventType.PARSE_ERROR, e, ChannelId)); + parser.ReInit(new MemoryStream(ASCIIEncoding.ASCII.GetBytes(commandString))); + } + } + + #endregion + + private void InitBlock() + { + alreadyReceived = new List(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/MethodDescriptor.cs b/trunk/Creshendo/Util/MethodDescriptor.cs new file mode 100644 index 0000000..aeaec53 --- /dev/null +++ b/trunk/Creshendo/Util/MethodDescriptor.cs @@ -0,0 +1,18 @@ +using System; +using System.Reflection; + +namespace Creshendo.Util +{ + public class MethodDescriptor_ + { + public string getName() + { + throw new NotImplementedException(); + } + + public MethodInfo getMethod() + { + throw new NotImplementedException(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/NodeUtils.cs b/trunk/Creshendo/Util/NodeUtils.cs new file mode 100644 index 0000000..f844e26 --- /dev/null +++ b/trunk/Creshendo/Util/NodeUtils.cs @@ -0,0 +1,95 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Util +{ + public class NodeUtils + { + /// Get the values from the left side for nodes that do not have + /// joins with != + /// + /// facts + /// + /// + /// + /// + public static Object[] getLeftValues(Binding[] binds, IFact[] facts) + { + Object[] vals = new Object[binds.Length]; + for (int idx = 0; idx < binds.Length; idx++) + { + vals[idx] = facts[binds[idx].LeftRow].getSlotValue(binds[idx].LeftIndex); + } + return vals; + } + + /// convienance method for getting the values based on the bindings + /// for nodes that do not have != + /// + /// ft + /// + /// + /// + /// + public static Object[] getRightValues(Binding[] binds, IFact ft) + { + Object[] vals = new Object[binds.Length]; + for (int idx = 0; idx < binds.Length; idx++) + { + vals[idx] = ft.getSlotValue(binds[idx].RightIndex); + } + return vals; + } + + /// convienance method for getting the values based on the + /// bindings + /// + /// ft + /// + /// + /// + /// + public static BindValue[] getRightBindValues(Binding[] binds, IFact ft) + { + BindValue[] vals = new BindValue[binds.Length]; + for (int idx = 0; idx < binds.Length; idx++) + { + vals[idx] = new BindValue(ft.getSlotValue(binds[idx].RightIndex), binds[idx].negated()); + } + return vals; + } + + /// Get the values from the left side + /// + /// facts + /// + /// + /// + /// + public static BindValue[] getLeftBindValues(Binding[] binds, IFact[] facts) + { + BindValue[] vals = new BindValue[binds.Length]; + for (int idx = 0; idx < binds.Length; idx++) + { + vals[idx] = new BindValue(facts[binds[idx].LeftRow].getSlotValue(binds[idx].LeftIndex), binds[idx].negated()); + } + return vals; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/ObjectFilter.cs b/trunk/Creshendo/Util/ObjectFilter.cs new file mode 100644 index 0000000..9ca96d5 --- /dev/null +++ b/trunk/Creshendo/Util/ObjectFilter.cs @@ -0,0 +1,12 @@ +using System; + +namespace Creshendo.Util +{ + public class ObjectFilter + { + public static BeanFilter lookupFilter(Type type) + { + return new BeanFilter(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Parser/Clips/CLIPSParser.cs b/trunk/Creshendo/Util/Parser/Clips/CLIPSParser.cs new file mode 100644 index 0000000..0a501a8 --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips/CLIPSParser.cs @@ -0,0 +1,4789 @@ +/* Generated By:JavaCC: Do not edit this line. CLIPSParser.java */ + +using System; +using System.Collections; +using System.IO; +using Creshendo.Functions; +using Creshendo.Util.Rete; +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Parser.Clips +{ + public class CLIPSParser_XXX : CLIPSParserConstants + { + private static int[] jj_la1_0_Renamed_Field; + private static int[] jj_la1_1_Renamed_Field; + private static int[] jj_la1_2_Renamed_Field; + private static int[] jj_la1_3_Renamed_Field; + protected internal Rete.Rete engine = null; + private JJCalls[] jj_2_rtns; + private int jj_endpos; + private ArrayList jj_expentries; + private int[] jj_expentry; + private int jj_gc = 0; + private int jj_gen; + internal SimpleCharStream jj_input_stream; + private int jj_kind = - 1; + private int jj_la; + private int[] jj_la1; + private Token jj_lastpos; + private int[] jj_lasttokens; + private LookaheadSuccess jj_ls; + public Token jj_nt; + private int jj_ntk_Renamed_Field; + private bool jj_rescan = false; + private Token jj_scanpos; + private bool jj_semLA; + public bool lookingAhead = false; + public Token token; + public CLIPSParserTokenManager token_source; + + static CLIPSParser_XXX() + { + { + jj_la1_0(); + jj_la1_1(); + jj_la1_2(); + jj_la1_3(); + } + } + + public CLIPSParser_XXX(Rete.Rete eng, StreamReader stream) : this(stream) + { + //InitBlock(); + engine = eng; + } + + public CLIPSParser_XXX(Rete.Rete eng, Stream stream) : this(new StreamReader(stream)) + { + //InitBlock(); + engine = eng; + } + + public CLIPSParser_XXX(Stream stream) + { + InitBlock(); + jj_input_stream = new SimpleCharStream(stream, 1, 1); + token_source = new CLIPSParserTokenManager(jj_input_stream); + token = new Token(); + jj_ntk_Renamed_Field = - 1; + jj_gen = 0; + for (int i = 0; i < 61; i++) + jj_la1[i] = - 1; + for (int i = 0; i < jj_2_rtns.Length; i++) + jj_2_rtns[i] = new JJCalls(); + } + + public CLIPSParser_XXX(StreamReader stream) + { + InitBlock(); + jj_input_stream = new SimpleCharStream(stream, 1, 1); + token_source = new CLIPSParserTokenManager(jj_input_stream); + token = new Token(); + jj_ntk_Renamed_Field = - 1; + jj_gen = 0; + for (int i = 0; i < 61; i++) + jj_la1[i] = - 1; + for (int i = 0; i < jj_2_rtns.Length; i++) + jj_2_rtns[i] = new JJCalls(); + } + + public CLIPSParser_XXX(CLIPSParserTokenManager tm) + { + InitBlock(); + token_source = tm; + token = new Token(); + jj_ntk_Renamed_Field = - 1; + jj_gen = 0; + for (int i = 0; i < 61; i++) + jj_la1[i] = - 1; + for (int i = 0; i < jj_2_rtns.Length; i++) + jj_2_rtns[i] = new JJCalls(); + } + + public virtual Token BindType + { + get + { + Token exp; + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.BIND3: + exp = jj_consume_token(CLIPSParserConstants_Fields.BIND3); + { + if (true) + return exp; + } + break; + + case CLIPSParserConstants_Fields.BIND: + exp = jj_consume_token(CLIPSParserConstants_Fields.BIND); + { + if (true) + return exp; + } + break; + + case CLIPSParserConstants_Fields.BIND4: + exp = jj_consume_token(CLIPSParserConstants_Fields.BIND4); + { + if (true) + return exp; + } + break; + + default: + jj_la1[18] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + throw new ApplicationException("Missing return statement in function"); + } + } + + /// this is for convienance + /// + public virtual String Identifier + { + get + { + Token exp; + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + { + if (true) + return exp.image; + } + throw new ApplicationException("Missing return statement in function"); + } + } + + public virtual int Type + { + get + { + Token exp = null; + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.INTEGER: + exp = jj_consume_token(CLIPSParserConstants_Fields.INTEGER); + exp = null; + { + if (true) + return Constants.INT_PRIM_TYPE; + } + break; + + case CLIPSParserConstants_Fields.SHORT: + exp = jj_consume_token(CLIPSParserConstants_Fields.SHORT); + exp = null; + { + if (true) + return Constants.SHORT_PRIM_TYPE; + } + break; + + case CLIPSParserConstants_Fields.LONG: + exp = jj_consume_token(CLIPSParserConstants_Fields.LONG); + exp = null; + { + if (true) + return Constants.LONG_PRIM_TYPE; + } + break; + + case CLIPSParserConstants_Fields.FLOAT: + exp = jj_consume_token(CLIPSParserConstants_Fields.FLOAT); + exp = null; + { + if (true) + return Constants.FLOAT_PRIM_TYPE; + } + break; + + case CLIPSParserConstants_Fields.DOUBLE: + exp = jj_consume_token(CLIPSParserConstants_Fields.DOUBLE); + exp = null; + { + if (true) + return Constants.DOUBLE_PRIM_TYPE; + } + break; + + case CLIPSParserConstants_Fields.SYMBOL: + exp = jj_consume_token(CLIPSParserConstants_Fields.SYMBOL); + exp = null; + { + if (true) + return Constants.OBJECT_TYPE; + } + break; + + case CLIPSParserConstants_Fields.STRING: + exp = jj_consume_token(CLIPSParserConstants_Fields.STRING); + exp = null; + { + if (true) + return Constants.STRING_TYPE; + } + break; + + case CLIPSParserConstants_Fields.BOOLEAN: + exp = jj_consume_token(CLIPSParserConstants_Fields.BOOLEAN); + exp = null; + { + if (true) + return Constants.BOOLEAN_PRIM_TYPE; + } + break; + + default: + jj_la1[31] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + throw new ApplicationException("Missing return statement in function"); + } + } + + public virtual Token NextToken + { + get + { + if (token.next != null) + token = token.next; + else + token = token.next = token_source.NextToken; + jj_ntk_Renamed_Field = - 1; + jj_gen++; + return token; + } + } + + private void InitBlock() + { + jj_lasttokens = new int[100]; + jj_2_rtns = new JJCalls[40]; + jj_la1 = new int[61]; + jj_ls = new LookaheadSuccess(); + jj_expentries = new ArrayList(); + } + + public virtual void close() + { + engine = null; + if (token != null) + { + token.clear(); + token = null; + } + if (jj_nt != null) + { + jj_nt.clear(); + jj_nt = null; + } + if (jj_scanpos != null) + { + jj_scanpos.clear(); + jj_scanpos = null; + } + if (jj_lastpos != null) + { + jj_lastpos.clear(); + jj_lastpos = null; + } + try + { + jj_input_stream.inputStream.Close(); + } + catch (IOException e) + { + // later on log the error + } + } + + public Object basicExpr() + { + Object exp = null; + Token obj = null; + ShellFunction func = null; + IParameter[] pms = null; + ShellBoundParam sbp = null; + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.BIND4: + obj = BindType; + func = new ShellFunction(); + func.Name = "echo"; + sbp = new ShellBoundParam(); + sbp.DefglobalName = obj.image; + pms = new ShellBoundParam[] {sbp}; + func.Parameters = pms; + { + if (true) + return func; + } + break; + + case CLIPSParserConstants_Fields.LBRACE: + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = expr(); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + { + if (true) + return exp; + } + break; + + case 0: + jj_consume_token(0); + { + if (true) + return null; + } + break; + + default: + jj_la1[0] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + throw new ApplicationException("Missing return statement in function"); + } + + // main expression for loading a data file + public IList loadExpr() + { + ArrayList facts = new ArrayList(); + while (true) + { + loadAllExpr(facts); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + ; + break; + + default: + jj_la1[1] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_1_brk; + } + } + //UPGRADE_NOTE: Label 'label_1_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_1_brk: + ; + + { + if (true) + return facts; + } + throw new ApplicationException("Missing return statement in function"); + } + + // this method is used to load data + public void loadAllExpr(IList list) + { + ValueParam[] param = null; + param = assertBody(); + list.Add(param); + } + + // typeExpr is only responsible for parsing string and bigdecimal types + public Object typeExpr() + { + Token exp; + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.STRING_LITERAL: + exp = jj_consume_token(CLIPSParserConstants_Fields.STRING_LITERAL); + String strlit = exp.image; + strlit = ParserUtils.getStringLiteral(strlit); + { + if (true) + return strlit; + } + break; + + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + exp = jj_consume_token(CLIPSParserConstants_Fields.INTEGER_LITERAL); + // we use BigDecimal + { + if (true) + return Decimal.Parse(exp.image); + } + break; + + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + exp = jj_consume_token(CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL); + // we use float, double + { + if (true) + return Decimal.Parse(exp.image); + } + break; + + case CLIPSParserConstants_Fields.PATH_LITERAL: + exp = jj_consume_token(CLIPSParserConstants_Fields.PATH_LITERAL); + { + if (true) + return exp.image; + } + break; + + default: + jj_la1[2] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + throw new ApplicationException("Missing return statement in function"); + } + + public Object expr() + { + Token exp = null; + Token exp2 = null; + Token exp3 = null; + String body; + ValueParam param; + Deffact fact; + Deftemplate templ; + Defrule rule; + ShellFunction func; + DeffunctionFunction dffunc; + ArrayList list = new ArrayList(); + ValueParam[] pms; + IList infunc = new ArrayList(); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.ASSERT: + exp = jj_consume_token(CLIPSParserConstants_Fields.ASSERT); + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp2 = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + while (true) + { + assertContents(list); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + ; + break; + + default: + jj_la1[3] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_2_brk; + } + } + //UPGRADE_NOTE: Label 'label_2_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_2_brk: + ; + + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[2]; + pms[0] = new ValueParam(Constants.STRING_TYPE, exp2.image); + + object[] lst = new object[list.Count]; + list.CopyTo(lst, 0); + + pms[1] = new ValueParam(Constants.OBJECT_TYPE, lst); + func.setParameters(pms); + exp.clear(); + exp = null; + { + if (true) + return func; + } + break; + + case CLIPSParserConstants_Fields.ASSERTTEMPORAL: + exp = jj_consume_token(CLIPSParserConstants_Fields.ASSERTTEMPORAL); + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp2 = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + while (true) + { + assertContents(list); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + ; + break; + + default: + jj_la1[4] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_3_brk; + } + } + //UPGRADE_NOTE: Label 'label_3_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_3_brk: + ; + + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[2]; + pms[0] = new ValueParam(Constants.STRING_TYPE, exp2.image); + + object[] lst1 = new object[list.Count]; + list.CopyTo(lst1,0); + pms[1] = new ValueParam(Constants.OBJECT_TYPE, lst1); + func.setParameters(pms); + exp.clear(); + exp = null; + { + if (true) + return func; + } + break; + + case CLIPSParserConstants_Fields.RETRACT: + exp = jj_consume_token(CLIPSParserConstants_Fields.RETRACT); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.BIND: + exp2 = jj_consume_token(CLIPSParserConstants_Fields.BIND); + break; + + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + exp2 = jj_consume_token(CLIPSParserConstants_Fields.INTEGER_LITERAL); + break; + + default: + jj_la1[5] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + func = new ShellFunction(); + func.Name = exp.image; + IParameter[] rpms = new IParameter[1]; + if (exp2.image.StartsWith("?")) + { + BoundParam bp = new BoundParam(); + bp.VariableName = exp2.image; + rpms[0] = bp; + } + else + { + ValueParam vp = new ValueParam(Constants.BIG_DECIMAL, Decimal.Parse(exp2.image)); + rpms[0] = vp; + } + func.Parameters = rpms; + exp.clear(); + exp = null; + exp2.clear(); + exp2 = null; + { + if (true) + return func; + } + break; + + case CLIPSParserConstants_Fields.MODIFY: + exp = jj_consume_token(CLIPSParserConstants_Fields.MODIFY); + exp2 = jj_consume_token(CLIPSParserConstants_Fields.BIND); + assertContents(list); + func = new ShellFunction(); + func.Name = exp.image; + BoundParam bp1 = new BoundParam(); + bp1.VariableName = exp2.image; + list.Insert(0, bp1); + func.setParameters(ParameterUtils.slotToParameters(list)); + exp.clear(); + exp = null; + { + if (true) + return func; + } + break; + + case CLIPSParserConstants_Fields.DEFTEMPLATE: + exp = jj_consume_token(CLIPSParserConstants_Fields.DEFTEMPLATE); + templ = templateExpr(); + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[1]; + pms[0] = new ValueParam(Constants.OBJECT_TYPE, templ); + func.setParameters(pms); + { + if (true) + return func; + } + break; + + case CLIPSParserConstants_Fields.DEFMODULE: + exp = jj_consume_token(CLIPSParserConstants_Fields.DEFMODULE); + body = Identifier; + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[1]; + pms[0] = new ValueParam(Constants.STRING_TYPE, body); + func.setParameters(pms); + { + if (true) + return func; + } + break; + + case CLIPSParserConstants_Fields.DEFRULE: + exp = jj_consume_token(CLIPSParserConstants_Fields.DEFRULE); + rule = ruleBody(); + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[1]; + pms[0] = new ValueParam(Constants.OBJECT_TYPE, rule); + func.setParameters(pms); + { + if (true) + return func; + } + break; + + case CLIPSParserConstants_Fields.DEFCLASS: + exp = jj_consume_token(CLIPSParserConstants_Fields.DEFCLASS); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.BIND4: + case CLIPSParserConstants_Fields.TRUE: + case CLIPSParserConstants_Fields.TRUE2: + case CLIPSParserConstants_Fields.FALSE: + case CLIPSParserConstants_Fields.FALSE2: + case CLIPSParserConstants_Fields.IDENTIFIER: + case CLIPSParserConstants_Fields.PATH_LITERAL: + while (true) + { + valueParams(list); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.BIND4: + case CLIPSParserConstants_Fields.TRUE: + case CLIPSParserConstants_Fields.TRUE2: + case CLIPSParserConstants_Fields.FALSE: + case CLIPSParserConstants_Fields.FALSE2: + case CLIPSParserConstants_Fields.IDENTIFIER: + case CLIPSParserConstants_Fields.PATH_LITERAL: + ; + break; + + default: + jj_la1[6] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_4_brk; + } + } + //UPGRADE_NOTE: Label 'label_4_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_4_brk: + ; + + break; + + default: + jj_la1[7] = jj_gen; + ; + break; + } + func = new ShellFunction(); + func.Name = exp.image; + func.setParameters(ParameterUtils.convertParameters(list)); + list.Clear(); + { + if (true) + return func; + } + break; + + case CLIPSParserConstants_Fields.DEFFUNCTION: + exp = jj_consume_token(CLIPSParserConstants_Fields.DEFFUNCTION); + exp2 = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.BIND4: + while (true) + { + bindingParams(list); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.BIND4: + ; + break; + + default: + jj_la1[8] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_5_brk; + } + } + //UPGRADE_NOTE: Label 'label_5_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_5_brk: + ; + + break; + + default: + jj_la1[9] = jj_gen; + ; + break; + } + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.BINDING: + case CLIPSParserConstants_Fields.ASSERT: + case CLIPSParserConstants_Fields.ASSERTTEMPORAL: + case CLIPSParserConstants_Fields.DEFCLASS: + case CLIPSParserConstants_Fields.DEFFUNCTION: + case CLIPSParserConstants_Fields.DEFMODULE: + case CLIPSParserConstants_Fields.DEFRULE: + case CLIPSParserConstants_Fields.DEFTEMPLATE: + case CLIPSParserConstants_Fields.MODIFY: + case CLIPSParserConstants_Fields.RETRACT: + case CLIPSParserConstants_Fields.PLUS: + case CLIPSParserConstants_Fields.MINUS: + case CLIPSParserConstants_Fields.MULTIPLY: + case CLIPSParserConstants_Fields.DIVIDE: + case CLIPSParserConstants_Fields.GT1: + case CLIPSParserConstants_Fields.GT2: + case CLIPSParserConstants_Fields.LT1: + case CLIPSParserConstants_Fields.LT2: + case CLIPSParserConstants_Fields.EQ1: + case CLIPSParserConstants_Fields.EQ2: + case CLIPSParserConstants_Fields.LE1: + case CLIPSParserConstants_Fields.LE2: + case CLIPSParserConstants_Fields.GE1: + case CLIPSParserConstants_Fields.GE2: + case CLIPSParserConstants_Fields.IDENTIFIER: + ruleAction(infunc); + break; + + default: + jj_la1[10] = jj_gen; + ; + break; + } + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + dffunc = new DeffunctionFunction(); + dffunc.Name = exp2.image; + dffunc.setParameters(ParameterUtils.convertParameters(list)); + dffunc.setFunction(infunc); + list.Clear(); + { + if (true) + return dffunc; + } + break; + + case CLIPSParserConstants_Fields.BINDING: + jj_consume_token(CLIPSParserConstants_Fields.BINDING); + exp = BindType; + while (true) + { + valueParams(list); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.BIND4: + case CLIPSParserConstants_Fields.TRUE: + case CLIPSParserConstants_Fields.TRUE2: + case CLIPSParserConstants_Fields.FALSE: + case CLIPSParserConstants_Fields.FALSE2: + case CLIPSParserConstants_Fields.IDENTIFIER: + case CLIPSParserConstants_Fields.PATH_LITERAL: + ; + break; + + default: + jj_la1[11] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_6_brk; + } + } + //UPGRADE_NOTE: Label 'label_6_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_6_brk: + ; + + func = new ShellFunction(); + func.Name = "bind"; + list.Insert(0, new ValueParam(Constants.STRING_TYPE, exp.image.Substring(1))); + func.setParameters(ParameterUtils.convertParameters(list)); + list.Clear(); + { + if (true) + return func; + } + break; + + case CLIPSParserConstants_Fields.PLUS: + case CLIPSParserConstants_Fields.MINUS: + case CLIPSParserConstants_Fields.MULTIPLY: + case CLIPSParserConstants_Fields.DIVIDE: + case CLIPSParserConstants_Fields.GT1: + case CLIPSParserConstants_Fields.GT2: + case CLIPSParserConstants_Fields.LT1: + case CLIPSParserConstants_Fields.LT2: + case CLIPSParserConstants_Fields.EQ1: + case CLIPSParserConstants_Fields.EQ2: + case CLIPSParserConstants_Fields.LE1: + case CLIPSParserConstants_Fields.LE2: + case CLIPSParserConstants_Fields.GE1: + case CLIPSParserConstants_Fields.GE2: + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.PLUS: + exp = jj_consume_token(CLIPSParserConstants_Fields.PLUS); + break; + + case CLIPSParserConstants_Fields.MINUS: + exp = jj_consume_token(CLIPSParserConstants_Fields.MINUS); + break; + + case CLIPSParserConstants_Fields.MULTIPLY: + exp = jj_consume_token(CLIPSParserConstants_Fields.MULTIPLY); + break; + + case CLIPSParserConstants_Fields.DIVIDE: + exp = jj_consume_token(CLIPSParserConstants_Fields.DIVIDE); + break; + + case CLIPSParserConstants_Fields.GT1: + exp = jj_consume_token(CLIPSParserConstants_Fields.GT1); + break; + + case CLIPSParserConstants_Fields.GT2: + exp = jj_consume_token(CLIPSParserConstants_Fields.GT2); + break; + + case CLIPSParserConstants_Fields.LT1: + exp = jj_consume_token(CLIPSParserConstants_Fields.LT1); + break; + + case CLIPSParserConstants_Fields.LT2: + exp = jj_consume_token(CLIPSParserConstants_Fields.LT2); + break; + + case CLIPSParserConstants_Fields.EQ1: + exp = jj_consume_token(CLIPSParserConstants_Fields.EQ1); + break; + + case CLIPSParserConstants_Fields.EQ2: + exp = jj_consume_token(CLIPSParserConstants_Fields.EQ2); + break; + + case CLIPSParserConstants_Fields.LE1: + exp = jj_consume_token(CLIPSParserConstants_Fields.LE1); + break; + + case CLIPSParserConstants_Fields.LE2: + exp = jj_consume_token(CLIPSParserConstants_Fields.LE2); + break; + + case CLIPSParserConstants_Fields.GE1: + exp = jj_consume_token(CLIPSParserConstants_Fields.GE1); + break; + + case CLIPSParserConstants_Fields.GE2: + exp = jj_consume_token(CLIPSParserConstants_Fields.GE2); + break; + + default: + jj_la1[12] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + while (true) + { + valueParams(list); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.BIND4: + case CLIPSParserConstants_Fields.TRUE: + case CLIPSParserConstants_Fields.TRUE2: + case CLIPSParserConstants_Fields.FALSE: + case CLIPSParserConstants_Fields.FALSE2: + case CLIPSParserConstants_Fields.IDENTIFIER: + case CLIPSParserConstants_Fields.PATH_LITERAL: + ; + break; + + default: + jj_la1[13] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_7_brk; + } + } + //UPGRADE_NOTE: Label 'label_7_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_7_brk: + ; + + func = new ShellFunction(); + func.Name = exp.image; + func.setParameters(ParameterUtils.convertParameters(list)); + list.Clear(); + { + if (true) + return func; + } + break; + + case CLIPSParserConstants_Fields.IDENTIFIER: + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.BIND4: + case CLIPSParserConstants_Fields.TRUE: + case CLIPSParserConstants_Fields.TRUE2: + case CLIPSParserConstants_Fields.FALSE: + case CLIPSParserConstants_Fields.FALSE2: + case CLIPSParserConstants_Fields.IDENTIFIER: + case CLIPSParserConstants_Fields.PATH_LITERAL: + while (true) + { + valueParams(list); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.BIND4: + case CLIPSParserConstants_Fields.TRUE: + case CLIPSParserConstants_Fields.TRUE2: + case CLIPSParserConstants_Fields.FALSE: + case CLIPSParserConstants_Fields.FALSE2: + case CLIPSParserConstants_Fields.IDENTIFIER: + case CLIPSParserConstants_Fields.PATH_LITERAL: + ; + break; + + default: + jj_la1[14] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_8_brk; + } + } + //UPGRADE_NOTE: Label 'label_8_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_8_brk: + ; + + break; + + default: + jj_la1[15] = jj_gen; + ; + break; + } + func = new ShellFunction(); + func.Name = exp.image; + func.setParameters(ParameterUtils.convertParameters(list)); + list.Clear(); + { + if (true) + return func; + } + break; + + default: + jj_la1[16] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + throw new ApplicationException("Missing return statement in function"); + } + + public void valueParams(IList list) + { + Object exp; + Token tok; + ValueParam vp = null; + if (jj_2_1(2147483647)) + { + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = expr(); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + ShellFunction subfunc = (ShellFunction) exp; + FunctionParam2 fp2 = new FunctionParam2(); + fp2.FunctionName = subfunc.Name; + fp2.Engine = engine; + fp2.Parameters = subfunc.Parameters; + list.Add(fp2); + } + else + { + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.PATH_LITERAL: + exp = typeExpr(); + vp = new ValueParam(); + vp.Value = exp; + if (exp is Decimal) + { + vp.ValueType = Constants.BIG_DECIMAL; + } + else if (exp is String) + { + vp.ValueType = Constants.STRING_TYPE; + } + list.Add(vp); + break; + + case CLIPSParserConstants_Fields.IDENTIFIER: + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + vp = new ValueParam(); + vp.ValueType = Constants.STRING_TYPE; + if (exp is Token) + { + vp.Value = ((Token) exp).image; + } + else + { + vp.Value = exp; + } + list.Add(vp); + break; + + case CLIPSParserConstants_Fields.TRUE: + exp = jj_consume_token(CLIPSParserConstants_Fields.TRUE); + vp = new ValueParam(); + vp.Value = true; + list.Add(vp); + break; + + case CLIPSParserConstants_Fields.TRUE2: + exp = jj_consume_token(CLIPSParserConstants_Fields.TRUE2); + vp = new ValueParam(); + vp.Value = true; + list.Add(vp); + break; + + case CLIPSParserConstants_Fields.FALSE: + exp = jj_consume_token(CLIPSParserConstants_Fields.FALSE); + vp = new ValueParam(); + vp.Value = false; + list.Add(vp); + break; + + case CLIPSParserConstants_Fields.FALSE2: + exp = jj_consume_token(CLIPSParserConstants_Fields.FALSE2); + vp = new ValueParam(); + vp.Value = false; + list.Add(vp); + break; + + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.BIND4: + tok = BindType; + BoundParam bp = new BoundParam(); + if (tok.kind == CLIPSParserConstants_Fields.BIND4) + { + bp.VariableName = tok.image.Substring(2); + bp.IsMultislot = true; + } + else + { + bp.VariableName = tok.image; + } + list.Add(bp); + break; + + default: + jj_la1[17] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + } + } + + /// bindingParams is meant to parse the params for a deffunction + /// + public void bindingParams(IList list) + { + Object exp; + Token tok; + ValueParam vp = null; + tok = BindType; + BoundParam bp = new BoundParam(); + if (tok.kind == CLIPSParserConstants_Fields.BIND4) + { + bp.VariableName = tok.image.Substring(2); + bp.IsMultislot = true; + } + else + { + bp.VariableName = tok.image; + } + list.Add(bp); + } + + + public ValueParam[] assertBody() + { + Token exp; + IList tokens = new ArrayList(); + ValueParam[] param = null; + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + while (true) + { + assertContents(tokens); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + ; + break; + + default: + jj_la1[19] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_9_brk; + } + } + //UPGRADE_NOTE: Label 'label_9_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_9_brk: + ; + + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + param = new ValueParam[2]; + param[0] = new ValueParam(Constants.STRING_TYPE, exp.image); + + object[] ary = new object[tokens.Count]; + tokens.CopyTo(ary,0); + + param[1] = new ValueParam(Constants.OBJECT_TYPE, ary); + tokens.Clear(); + exp = null; + { + if (true) + return param; + } + throw new ApplicationException("Missing return statement in function"); + } + + /* assert body */ + + public void assertContents(IList tokens) + { + Token exp; + Object body = null; + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.BIND4: + case CLIPSParserConstants_Fields.TRUE: + case CLIPSParserConstants_Fields.TRUE2: + case CLIPSParserConstants_Fields.FALSE: + case CLIPSParserConstants_Fields.FALSE2: + case CLIPSParserConstants_Fields.IDENTIFIER: + case CLIPSParserConstants_Fields.PATH_LITERAL: + body = checkMultiSlot(); + break; + + default: + jj_la1[20] = jj_gen; + ; + break; + } + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + if (body != null) + { + if (body.GetType().IsArray) + { + MultiSlot msl = new MultiSlot(exp.image); + msl.Value = body; + tokens.Add(msl); + } + else + { + Slot s = new Slot(exp.image); + s.Value = body; + tokens.Add(s); + } + } + exp.clear(); + exp = null; + body = null; + } + + public Object checkMultiSlot() + { + Object body; + ArrayList artokens = new ArrayList(); + if (jj_2_2(2147483647)) + { + while (true) + { + arrayType(artokens); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.IDENTIFIER: + case CLIPSParserConstants_Fields.PATH_LITERAL: + ; + break; + + default: + jj_la1[21] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_10_brk; + } + } + //UPGRADE_NOTE: Label 'label_10_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_10_brk: + ; + + { + if (true) + { + object[] toks = new object[artokens.Count]; + artokens.CopyTo(toks,0); + return toks; + } + } + } + else if (jj_2_3(2147483647)) + { + while (true) + { + arrayType(artokens); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.IDENTIFIER: + case CLIPSParserConstants_Fields.PATH_LITERAL: + ; + break; + + default: + jj_la1[22] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_11_brk; + } + } + //UPGRADE_NOTE: Label 'label_11_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_11_brk: + ; + + { + if (true) + { + object[] toks = new object[artokens.Count]; + artokens.CopyTo(toks, 0); + return toks; + //return artokens.toArray(); + } + } + } + else if (jj_2_4(2147483647)) + { + while (true) + { + arrayType(artokens); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.IDENTIFIER: + case CLIPSParserConstants_Fields.PATH_LITERAL: + ; + break; + + default: + jj_la1[23] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_12_brk; + } + } + //UPGRADE_NOTE: Label 'label_12_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_12_brk: + ; + + { + if (true) + { + object[] toks = new object[artokens.Count]; + artokens.CopyTo(toks, 0); + return toks; + //return artokens.toArray(); + } + } + } + else if (jj_2_5(2147483647)) + { + while (true) + { + arrayType(artokens); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.IDENTIFIER: + case CLIPSParserConstants_Fields.PATH_LITERAL: + ; + break; + + default: + jj_la1[24] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_13_brk; + } + } + //UPGRADE_NOTE: Label 'label_13_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_13_brk: + ; + + { + if (true) + { + object[] toks = new object[artokens.Count]; + artokens.CopyTo(toks, 0); + return toks; + + //return artokens.toArray(); + } + } + } + else if (jj_2_6(2147483647)) + { + while (true) + { + arrayType(artokens); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.IDENTIFIER: + case CLIPSParserConstants_Fields.PATH_LITERAL: + ; + break; + + default: + jj_la1[25] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_14_brk; + } + } + //UPGRADE_NOTE: Label 'label_14_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_14_brk: + ; + + { + if (true) + { + object[] toks = new object[artokens.Count]; + artokens.CopyTo(toks, 0); + return toks; + //return artokens.toArray(); + } + } + } + else if (jj_2_7(2147483647)) + { + while (true) + { + arrayType(artokens); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.IDENTIFIER: + case CLIPSParserConstants_Fields.PATH_LITERAL: + ; + break; + + default: + jj_la1[26] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_15_brk; + } + } + //UPGRADE_NOTE: Label 'label_15_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_15_brk: + ; + + { + if (true) + { + object[] toks = new object[artokens.Count]; + artokens.CopyTo(toks, 0); + return toks; + //return artokens.toArray(); + } + } + } + else + { + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.BIND4: + case CLIPSParserConstants_Fields.TRUE: + case CLIPSParserConstants_Fields.TRUE2: + case CLIPSParserConstants_Fields.FALSE: + case CLIPSParserConstants_Fields.FALSE2: + case CLIPSParserConstants_Fields.IDENTIFIER: + case CLIPSParserConstants_Fields.PATH_LITERAL: + body = slotValueType(); + { + if (true) + return body; + } + break; + + default: + jj_la1[27] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + } + throw new ApplicationException("Missing return statement in function"); + } + + public Object slotValueType() + { + Object body; + Token btoken; + bool boolval; + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.BIND: + case CLIPSParserConstants_Fields.BIND3: + case CLIPSParserConstants_Fields.BIND4: + btoken = BindType; + // probably should refactor this later, instead of looking up the value directly + Object val = engine.getDefglobalValue(btoken.image); + if (val != null) + { + { + if (true) + return engine.getDefglobalValue(btoken.image); + } + } + else + { + BoundParam bp = new BoundParam(); + bp.VariableName = btoken.image; + { + if (true) + return bp; + } + } + break; + + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.PATH_LITERAL: + body = typeExpr(); + { + if (true) + return body; + } + break; + + case CLIPSParserConstants_Fields.TRUE: + case CLIPSParserConstants_Fields.TRUE2: + case CLIPSParserConstants_Fields.FALSE: + case CLIPSParserConstants_Fields.FALSE2: + boolval = trueFalse(); + { + if (true) + return boolval; + } + break; + + case CLIPSParserConstants_Fields.IDENTIFIER: + btoken = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + { + if (true) + return btoken.image; + } + break; + + default: + jj_la1[28] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + throw new ApplicationException("Missing return statement in function"); + } + + /* arrayType handles multislot tokens */ + + public void arrayType(IList tokens) + { + Token tval; + Object val; + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.IDENTIFIER: + tval = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + tokens.Add(tval.image); + break; + + case CLIPSParserConstants_Fields.BIND: + tval = jj_consume_token(CLIPSParserConstants_Fields.BIND); + if (tval.kind == CLIPSParserConstants_Fields.BIND) + { + BoundParam bp = new BoundParam(); + bp.VariableName = tval.image; + tokens.Add(bp); + } + break; + + case CLIPSParserConstants_Fields.BIND3: + tval = jj_consume_token(CLIPSParserConstants_Fields.BIND3); + if (tval.kind == CLIPSParserConstants_Fields.BIND3) + { + BoundParam bp = new BoundParam(); + bp.VariableName = tval.image; + tokens.Add(bp); + } + break; + + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.PATH_LITERAL: + val = typeExpr(); + tokens.Add(val); + break; + + default: + jj_la1[29] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + } + + /* templateExpr gets the slots of a deftemplate */ + + public Deftemplate templateExpr() + { + Token exp; + Deftemplate template; + IList slots = new ArrayList(); + /* javacc gives a warning for this, but not sure how to do it better */ + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + while (true) + { + templateBody(slots); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + ; + break; + + default: + jj_la1[30] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_16_brk; + } + } + //UPGRADE_NOTE: Label 'label_16_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_16_brk: + ; + + Slot[] s = new Slot[slots.Count]; + slots.CopyTo(s,0); + template = new Deftemplate(exp.image, null, s); + slots.Clear(); + exp.clear(); + exp = null; + { + if (true) + return template; + } + throw new ApplicationException("Missing return statement in function"); + } + + public void templateBody(IList slots) + { + Token sname; + int stype; + int sid; + Slot sl; + MultiSlot msl; + Object defaultvalue; + if (jj_2_8(2147483647)) + { + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + jj_consume_token(CLIPSParserConstants_Fields.SLOT); + sname = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + stype = slotType(); + defaultvalue = defaultValue(); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + sid = slots.Count; + sl = new Slot(sname.image); + sl.Id = sid; + sl.ValueType = stype; + slots.Add(sl); + sname = null; + } + else if (jj_2_9(2147483647)) + { + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + jj_consume_token(CLIPSParserConstants_Fields.MULTISLOT); + sname = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + sid = slots.Count; + msl = new MultiSlot(sname.image); + msl.Id = sid; + slots.Add(msl); + sname = null; + } + else + { + jj_consume_token(- 1); + throw new ParseException(); + } + } + + public int slotType() + { + int stype = - 1; + int defaultType = 9; + if (jj_2_10(2147483647)) + { + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + jj_consume_token(CLIPSParserConstants_Fields.TYPEDEF); + stype = Type; + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + } + else + { + ; + } + if (stype > - 1) + { + defaultType = stype; + } + { + if (true) + return defaultType; + } + throw new ApplicationException("Missing return statement in function"); + } + + public Object defaultValue() + { + Object defobj = null; + if (jj_2_11(2147483647)) + { + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + jj_consume_token(CLIPSParserConstants_Fields.DEFAULTVALUE); + defobj = typeExpr(); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + } + else + { + ; + } + { + if (true) + return defobj; + } + throw new ApplicationException("Missing return statement in function"); + } + + + public Defrule ruleBody() + { + Token exp = null; + Token rulecomment = null; + Defrule rule; + IList dec = new ArrayList(); + IList conditions = new ArrayList(); + IList actions = new ArrayList(); + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + if (jj_2_12(2147483647)) + { + rulecomment = jj_consume_token(CLIPSParserConstants_Fields.STRING_LITERAL); + } + else + { + ; + } + if (jj_2_13(2147483647)) + { + ruleDeclaration(dec); + } + else + { + ; + } + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + case CLIPSParserConstants_Fields.BIND: + while (true) + { + conditionElement(conditions); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + case CLIPSParserConstants_Fields.BIND: + ; + break; + + default: + jj_la1[32] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_17_brk; + } + } + //UPGRADE_NOTE: Label 'label_17_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_17_brk: + ; + + break; + + default: + jj_la1[33] = jj_gen; + ; + break; + } + arrow(); + ruleActions(actions); + rule = new Defrule(exp.image); + if (rulecomment != null) + { + rule.Comment = rulecomment.image; + } + rule.setRuleProperties(dec); + IEnumerator itr = conditions.GetEnumerator(); + while (itr.MoveNext()) + { + rule.addCondition((ICondition) itr.Current); + } + + itr = actions.GetEnumerator(); + while (itr.MoveNext()) + { + Object acn = itr.Current; + if (acn is IFunction) + { + FunctionAction faction = new FunctionAction(); + faction.Function = (IFunction) acn; + rule.addAction(faction); + } + else if (acn is IAction) + { + rule.addAction((IAction) acn); + } + } + dec.Clear(); + conditions.Clear(); + actions.Clear(); + exp = null; + { + if (true) + return rule; + } + throw new ApplicationException("Missing return statement in function"); + } + + public void ruleDeclaration(IList list) + { + Token exp; + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = jj_consume_token(CLIPSParserConstants_Fields.DECLARE); + ruleProperty(list); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + } + + public void ruleProperty(IList list) + { + Object exp = null; + bool tf = true; + String ver = null; + bool remember1 = true; + bool temporal = false; + bool agenda = false; + String direction1 = null; + String date = null; + if (jj_2_14(2147483647)) + { + exp = salience(); + } + else + { + ; + } + if (exp != null) + { + Int64 intsal = Int64.Parse(((Token) exp).image); + RuleProperty sal = new RuleProperty(RuleProperty.SALIENCE, (int) intsal); + list.Add(sal); + } + if (jj_2_15(2147483647)) + { + tf = autoFocus(); + } + else + { + ; + } + RuleProperty auto = new RuleProperty(RuleProperty.AUTO_FOCUS, tf); + list.Add(auto); + if (jj_2_16(2147483647)) + { + ver = ruleVersion(); + } + else + { + ; + } + RuleProperty rp = new RuleProperty(RuleProperty.VERSION, ver); + list.Add(rp); + if (jj_2_17(2147483647)) + { + remember1 = remember(); + } + else + { + ; + } + RuleProperty rmem = new RuleProperty(RuleProperty.REMEMBER_MATCH, remember1); + list.Add(rmem); + if (jj_2_18(2147483647)) + { + date = effectiveDate(); + } + else + { + ; + } + RuleProperty eff = new RuleProperty(RuleProperty.EFFECTIVE_DATE, date); + list.Add(eff); + if (jj_2_19(2147483647)) + { + date = expirationDate(); + } + else + { + ; + } + RuleProperty expr = new RuleProperty(RuleProperty.EXPIRATION_DATE, date); + list.Add(expr); + if (jj_2_20(2147483647)) + { + direction1 = direction(); + } + else + { + ; + } + RuleProperty dir = new RuleProperty(RuleProperty.DIRECTION, direction1); + list.Add(dir); + if (jj_2_21(2147483647)) + { + agenda = noAgenda(); + } + else + { + ; + } + RuleProperty noagenda = new RuleProperty(RuleProperty.NO_AGENDA, agenda); + list.Add(noagenda); + if (jj_2_22(2147483647)) + { + temporal = temporalAct(); + } + else + { + ; + } + RuleProperty tempprop = new RuleProperty(RuleProperty.TEMPORAL_ACTIVATION, temporal); + list.Add(tempprop); + } + + public Object salience() + { + Token exp = null; + Object val = null; + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = jj_consume_token(CLIPSParserConstants_Fields.SALIENCE); + val = jj_consume_token(CLIPSParserConstants_Fields.INTEGER_LITERAL); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + exp = null; + if (val != null) + { + { + if (true) + return val; + } + } + else + { + { + if (true) + return null; + } + } + throw new ApplicationException("Missing return statement in function"); + } + + public bool autoFocus() + { + Token exp; + bool tf = false; + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = jj_consume_token(CLIPSParserConstants_Fields.AUTOFOCUS); + tf = trueFalse(); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + { + if (true) + return tf; + } + throw new ApplicationException("Missing return statement in function"); + } + + public String ruleVersion() + { + Token exp; + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + jj_consume_token(CLIPSParserConstants_Fields.RULEVERSION); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.IDENTIFIER: + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + break; + + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + exp = jj_consume_token(CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL); + break; + + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + exp = jj_consume_token(CLIPSParserConstants_Fields.INTEGER_LITERAL); + break; + + default: + jj_la1[34] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + { + if (true) + return exp.image; + } + throw new ApplicationException("Missing return statement in function"); + } + + public bool remember() + { + Token exp; + bool tf = false; + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = jj_consume_token(CLIPSParserConstants_Fields.REMEMBERMATCH); + tf = trueFalse(); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + { + if (true) + return tf; + } + throw new ApplicationException("Missing return statement in function"); + } + + public String direction() + { + Token exp; + String defaultDir = "forward"; + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + jj_consume_token(CLIPSParserConstants_Fields.CHAININGDIRECTION); + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + if (exp != null && exp.image.Equals("backward")) + { + { + if (true) + return exp.image; + } + } + else + { + { + if (true) + return defaultDir; + } + } + throw new ApplicationException("Missing return statement in function"); + } + + public bool noAgenda() + { + Token exp; + bool tf = false; + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = jj_consume_token(CLIPSParserConstants_Fields.NOAGENDA); + tf = trueFalse(); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + { + if (true) + return tf; + } + throw new ApplicationException("Missing return statement in function"); + } + + public String effectiveDate() + { + Token exp; + Token date; + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = jj_consume_token(CLIPSParserConstants_Fields.EFFECTIVE); + date = jj_consume_token(CLIPSParserConstants_Fields.STRING_LITERAL); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + { + if (true) + return date.image.Substring(1, (date.image.Length - 1) - (1)); + } + throw new ApplicationException("Missing return statement in function"); + } + + public String expirationDate() + { + Token exp; + Token date; + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = jj_consume_token(CLIPSParserConstants_Fields.EXPIRATION); + date = jj_consume_token(CLIPSParserConstants_Fields.STRING_LITERAL); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + { + if (true) + return date.image.Substring(1, (date.image.Length - 1) - (1)); + } + throw new ApplicationException("Missing return statement in function"); + } + + public bool temporalAct() + { + Token exp; + bool tf = false; + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = jj_consume_token(CLIPSParserConstants_Fields.TEMPORALACTIVATION); + tf = trueFalse(); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + { + if (true) + return tf; + } + throw new ApplicationException("Missing return statement in function"); + } + + public bool trueFalse() + { + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.TRUE: + jj_consume_token(CLIPSParserConstants_Fields.TRUE); + { + if (true) + return true; + } + break; + + case CLIPSParserConstants_Fields.TRUE2: + jj_consume_token(CLIPSParserConstants_Fields.TRUE2); + { + if (true) + return true; + } + break; + + case CLIPSParserConstants_Fields.FALSE: + jj_consume_token(CLIPSParserConstants_Fields.FALSE); + { + if (true) + return false; + } + break; + + case CLIPSParserConstants_Fields.FALSE2: + jj_consume_token(CLIPSParserConstants_Fields.FALSE2); + { + if (true) + return false; + } + break; + + default: + jj_la1[35] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + throw new ApplicationException("Missing return statement in function"); + } + + public void conditionElement(IList list) + { + Token exp; + if (jj_2_23(2147483647)) + { + exp = jj_consume_token(CLIPSParserConstants_Fields.BIND); + jj_consume_token(CLIPSParserConstants_Fields.ASSIGN); + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + CEType(list); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + ObjectCondition oc = (ObjectCondition) list[list.Count - 1]; + BoundConstraint bc = new BoundConstraint(oc.TemplateName, true); + bc.Value = exp.image.Substring(1); + oc.addConstraint(bc, 0); + } + else + { + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + CEType(list); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + + break; + + default: + jj_la1[36] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + } + } + + public void CEType(IList list) + { + Token exp; + Token exp2; + Object etime; + Object nested = null; + IList alpha = new ArrayList(); + ObjectCondition oc = null; + TemporalCondition tmpc = null; + if (jj_2_24(2147483647)) + { + jj_consume_token(CLIPSParserConstants_Fields.NOTCE); + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + while (true) + { + templatePatterns(alpha); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + ; + break; + + default: + jj_la1[37] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_18_brk; + } + } + //UPGRADE_NOTE: Label 'label_18_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_18_brk: + ; + + break; + + default: + jj_la1[38] = jj_gen; + ; + break; + } + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + oc = new ObjectCondition(); + oc.Negated = true; + oc.TemplateName = exp.image; + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) + { + oc.addConstraint((IConstraint) itr.Current); + } + list.Add(oc); + alpha.Clear(); + exp = null; + } + else + { + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.NOTCE: + jj_consume_token(CLIPSParserConstants_Fields.NOTCE); + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + nested = expr(); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + TestCondition tc = new TestCondition(); + tc.Negated = true; + if (nested is IFunction) + { + tc.Function = (IFunction) nested; + } + list.Add(tc); + break; + + default: + jj_la1[47] = jj_gen; + if (jj_2_25(2147483647)) + { + jj_consume_token(CLIPSParserConstants_Fields.TEMPORAL); + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + jj_consume_token(CLIPSParserConstants_Fields.RELATIVETIME); + etime = typeExpr(); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + jj_consume_token(CLIPSParserConstants_Fields.NOTCE); + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + while (true) + { + templatePatterns(alpha); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + ; + break; + + default: + jj_la1[39] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_19_brk; + } + } + //UPGRADE_NOTE: Label 'label_19_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_19_brk: + ; + + break; + + default: + jj_la1[40] = jj_gen; + ; + break; + } + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + tmpc = new TemporalCondition(); + tmpc.TemplateName = exp.image; + tmpc.Negated = true; + if (etime is Decimal) + { + tmpc.RelativeTime = Decimal.ToInt32(((Decimal) etime)); + } + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) + { + tmpc.addConstraint((IConstraint) itr.Current); + } + list.Add(tmpc); + alpha.Clear(); + exp = null; + } + else + { + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.TEMPORAL: + jj_consume_token(CLIPSParserConstants_Fields.TEMPORAL); + exp2 = jj_consume_token(CLIPSParserConstants_Fields.BIND); + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + jj_consume_token(CLIPSParserConstants_Fields.RELATIVETIME); + etime = typeExpr(); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + while (true) + { + templatePatterns(alpha); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + ; + break; + + default: + jj_la1[41] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_20_brk; + } + } + //UPGRADE_NOTE: Label 'label_20_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_20_brk: + ; + + break; + + default: + jj_la1[42] = jj_gen; + ; + break; + } + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + tmpc = new TemporalCondition(); + tmpc.TemplateName = exp.image; + tmpc.VariableName = exp2.image.Substring(1); + if (etime is Decimal) + { + tmpc.RelativeTime = Decimal.ToInt32(((Decimal) etime)); + } + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) + { + tmpc.addConstraint((IConstraint) itr.Current); + } + list.Add(tmpc); + alpha.Clear(); + exp = null; + break; + + case CLIPSParserConstants_Fields.TEST: + jj_consume_token(CLIPSParserConstants_Fields.TEST); + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + nested = expr(); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + tc = new TestCondition(); + if (nested is IFunction) + { + tc.Function = (IFunction) nested; + } + list.Add(tc); + break; + + case CLIPSParserConstants_Fields.AND1: + jj_consume_token(CLIPSParserConstants_Fields.AND1); + while (true) + { + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + nested = expr(); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + ; + break; + + default: + jj_la1[43] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_21_brk; + } + } + //UPGRADE_NOTE: Label 'label_21_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_21_brk: + ; + + AndCondition ac = new AndCondition(); + ac.addNestedConditionElement(nested); + list.Add(ac); + break; + + case CLIPSParserConstants_Fields.EXISTS: + jj_consume_token(CLIPSParserConstants_Fields.EXISTS); + while (true) + { + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + CEType(alpha); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + ; + break; + + default: + jj_la1[44] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_22_brk; + } + } + //UPGRADE_NOTE: Label 'label_22_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_22_brk: + ; + + ExistCondition exc = null; + if (alpha.Count > 1) + { + for (int iz = 0; iz < alpha.Count; iz++) + { + exc = ExistCondition.newExistCondition((ObjectCondition) alpha[iz]); + list.Add(exc); + } + } + else + { + exc = ExistCondition.newExistCondition((ObjectCondition) alpha[0]); + list.Add(exc); + } + break; + + case CLIPSParserConstants_Fields.IDENTIFIER: + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + while (true) + { + templatePatterns(alpha); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + ; + break; + + default: + jj_la1[45] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_23_brk; + } + } + //UPGRADE_NOTE: Label 'label_23_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_23_brk: + ; + + break; + + default: + jj_la1[46] = jj_gen; + ; + break; + } + oc = new ObjectCondition(); + oc.TemplateName = exp.image; + itr = alpha.GetEnumerator(); + while (itr.MoveNext()) + { + oc.addConstraint((IConstraint) itr.Current); + } + list.Add(oc); + alpha.Clear(); + exp = null; + break; + + default: + jj_la1[48] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + } + break; + } + } + } + + public void templatePatterns(IList list) + { + Token exp = null; + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + propertyType(list, exp); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + exp = null; + } + + public void propertyType(IList list, Token identifier) + { + Token id = null; + Object body = null; + Token body2 = null; + bool bval = false; + LiteralConstraint vc; + BoundConstraint bc; + OrLiteralConstraint orc; + AndLiteralConstraint andc; + //UPGRADE_TODO: Field java.util was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + IList andor = new ArrayList(); + MultiValue mv = null; + if (jj_2_26(2147483647)) + { + predicateFunc(list, identifier); + } + else if (jj_2_27(2147483647)) + { + body2 = jj_consume_token(CLIPSParserConstants_Fields.BIND4); + if (body2 != null) + { + bc = new BoundConstraint(); + bc.Name = identifier.image; + bc.Value = body2.image.Substring(2); + bc.IsMultislot = true; + list.Add(bc); + } + } + else if (jj_2_28(2147483647)) + { + body2 = jj_consume_token(CLIPSParserConstants_Fields.BIND); + if (body2 != null) + { + bc = new BoundConstraint(); + bc.Name = identifier.image; + bc.Value = body2.image.Substring(1); + list.Add(bc); + } + } + else if (jj_2_29(2147483647)) + { + jj_consume_token(CLIPSParserConstants_Fields.TILDA); + body2 = jj_consume_token(CLIPSParserConstants_Fields.BIND); + if (body2 != null) + { + bc = new BoundConstraint(); + bc.Name = identifier.image; + bc.Value = body2.image.Substring(1); + bc.Negated = true; + list.Add(bc); + } + } + else if (jj_2_30(2147483647)) + { + body = typeExpr(); + while (true) + { + jj_consume_token(CLIPSParserConstants_Fields.OR2); + orType(andor); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.OR2: + ; + break; + + default: + jj_la1[49] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_24_brk; + } + } + //UPGRADE_NOTE: Label 'label_24_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_24_brk: + ; + + if (body != null) + { + orc = new OrLiteralConstraint(); + orc.Name = identifier.image; + mv = new MultiValue(body); + orc.addValue(mv); + orc.addValues(andor); + list.Add(orc); + } + } + else if (jj_2_31(2147483647)) + { + jj_consume_token(CLIPSParserConstants_Fields.TILDA); + body = typeExpr(); + while (true) + { + jj_consume_token(CLIPSParserConstants_Fields.OR2); + orType(andor); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.OR2: + ; + break; + + default: + jj_la1[50] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_25_brk; + } + } + //UPGRADE_NOTE: Label 'label_25_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_25_brk: + ; + + if (body != null) + { + orc = new OrLiteralConstraint(); + orc.Name = identifier.image; + mv = new MultiValue(body); + mv.Negated = true; + orc.addValue(mv); + orc.addValues(andor); + list.Add(orc); + } + } + else if (jj_2_32(2147483647)) + { + body = typeExpr(); + while (true) + { + jj_consume_token(CLIPSParserConstants_Fields.AND2); + andType(andor); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.AND2: + ; + break; + + default: + jj_la1[51] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_26_brk; + } + } + //UPGRADE_NOTE: Label 'label_26_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_26_brk: + ; + + if (body != null) + { + andc = new AndLiteralConstraint(); + andc.Name = identifier.image; + mv = new MultiValue(body); + andc.addValue(mv); + andc.addValues(andor); + list.Add(andc); + } + } + else if (jj_2_33(2147483647)) + { + jj_consume_token(CLIPSParserConstants_Fields.TILDA); + body = typeExpr(); + while (true) + { + jj_consume_token(CLIPSParserConstants_Fields.AND2); + andType(andor); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.AND2: + ; + break; + + default: + jj_la1[52] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_27_brk; + } + } + //UPGRADE_NOTE: Label 'label_27_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_27_brk: + ; + + if (body != null) + { + andc = new AndLiteralConstraint(); + andc.Name = identifier.image; + mv = new MultiValue(body); + mv.Negated = true; + andc.addValue(mv); + andc.addValues(andor); + list.Add(andc); + } + } + else if (jj_2_34(2147483647)) + { + jj_consume_token(CLIPSParserConstants_Fields.TILDA); + body = typeExpr(); + if (body != null) + { + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = body; + vc.Negated = true; + list.Add(vc); + } + } + else if (jj_2_35(2147483647)) + { + id = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + if (id != null) + { + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = id.image; + list.Add(vc); + } + } + else if (jj_2_36(2147483647)) + { + jj_consume_token(CLIPSParserConstants_Fields.TILDA); + id = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + if (id != null) + { + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = id.image; + vc.Negated = true; + list.Add(vc); + } + } + else + { + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.PATH_LITERAL: + body = typeExpr(); + if (body != null) + { + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = body; + list.Add(vc); + } + break; + + case CLIPSParserConstants_Fields.TRUE: + case CLIPSParserConstants_Fields.TRUE2: + case CLIPSParserConstants_Fields.FALSE: + case CLIPSParserConstants_Fields.FALSE2: + bval = trueFalse(); + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = bval; + list.Add(vc); + break; + + default: + jj_la1[53] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + } + } + + public void andType(IList list) + { + Token body = null; + Object val = null; + MultiValue mv = null; + if (jj_2_37(2147483647)) + { + body = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + if (body != null) + { + mv = new MultiValue(body.image); + list.Add(mv); + } + } + else if (jj_2_38(2147483647)) + { + jj_consume_token(CLIPSParserConstants_Fields.TILDA); + val = typeExpr(); + if (val != null) + { + mv = new MultiValue(val, true); + list.Add(mv); + } + } + else + { + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.PATH_LITERAL: + val = typeExpr(); + if (val != null) + { + mv = new MultiValue(val); + list.Add(mv); + } + break; + + default: + jj_la1[54] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + } + } + + public void orType(IList list) + { + Token body = null; + Object val = null; + MultiValue mv = null; + if (jj_2_39(2147483647)) + { + body = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + if (body != null) + { + mv = new MultiValue(body.image); + list.Add(mv); + } + } + else if (jj_2_40(2147483647)) + { + jj_consume_token(CLIPSParserConstants_Fields.TILDA); + val = typeExpr(); + if (val != null) + { + mv = new MultiValue(val, true); + list.Add(mv); + } + } + else + { + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.PATH_LITERAL: + val = typeExpr(); + if (val != null) + { + mv = new MultiValue(val); + list.Add(mv); + } + break; + + default: + jj_la1[55] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + } + } + + public void predicateFunc(IList list, Token identifier) + { + Token varname = null; + String func = null; + IList params_Renamed = new ArrayList(); + Token bind = null; + Token val = null; + varname = jj_consume_token(CLIPSParserConstants_Fields.BIND2); + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + func = functionName(); + bind = jj_consume_token(CLIPSParserConstants_Fields.BIND); + actionParams(params_Renamed); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + PredicateConstraint predc = new PredicateConstraint(); + predc.Name = identifier.image; + predc.VariableName = varname.image.Substring(1, (varname.image.Length - 2) - (1)); + predc.FunctionName = func; + BoundParam bp = new BoundParam(); + bp.VariableName = bind.image; + predc.addParameter(bp); + predc.addParameters(params_Renamed); + list.Add(predc); + } + + public String functionName() + { + Token fname = null; + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.IDENTIFIER: + fname = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + { + if (true) + return fname.image; + } + break; + + case CLIPSParserConstants_Fields.PLUS: + case CLIPSParserConstants_Fields.MINUS: + case CLIPSParserConstants_Fields.MULTIPLY: + case CLIPSParserConstants_Fields.DIVIDE: + case CLIPSParserConstants_Fields.GT1: + case CLIPSParserConstants_Fields.GT2: + case CLIPSParserConstants_Fields.LT1: + case CLIPSParserConstants_Fields.LT2: + case CLIPSParserConstants_Fields.EQ1: + case CLIPSParserConstants_Fields.EQ2: + case CLIPSParserConstants_Fields.LE1: + case CLIPSParserConstants_Fields.LE2: + case CLIPSParserConstants_Fields.GE1: + case CLIPSParserConstants_Fields.GE2: + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.PLUS: + fname = jj_consume_token(CLIPSParserConstants_Fields.PLUS); + break; + + case CLIPSParserConstants_Fields.MINUS: + fname = jj_consume_token(CLIPSParserConstants_Fields.MINUS); + break; + + case CLIPSParserConstants_Fields.MULTIPLY: + fname = jj_consume_token(CLIPSParserConstants_Fields.MULTIPLY); + break; + + case CLIPSParserConstants_Fields.DIVIDE: + fname = jj_consume_token(CLIPSParserConstants_Fields.DIVIDE); + break; + + case CLIPSParserConstants_Fields.GT1: + fname = jj_consume_token(CLIPSParserConstants_Fields.GT1); + break; + + case CLIPSParserConstants_Fields.GT2: + fname = jj_consume_token(CLIPSParserConstants_Fields.GT2); + break; + + case CLIPSParserConstants_Fields.LT1: + fname = jj_consume_token(CLIPSParserConstants_Fields.LT1); + break; + + case CLIPSParserConstants_Fields.LT2: + fname = jj_consume_token(CLIPSParserConstants_Fields.LT2); + break; + + case CLIPSParserConstants_Fields.EQ1: + fname = jj_consume_token(CLIPSParserConstants_Fields.EQ1); + break; + + case CLIPSParserConstants_Fields.EQ2: + fname = jj_consume_token(CLIPSParserConstants_Fields.EQ2); + break; + + case CLIPSParserConstants_Fields.LE1: + fname = jj_consume_token(CLIPSParserConstants_Fields.LE1); + break; + + case CLIPSParserConstants_Fields.LE2: + fname = jj_consume_token(CLIPSParserConstants_Fields.LE2); + break; + + case CLIPSParserConstants_Fields.GE1: + fname = jj_consume_token(CLIPSParserConstants_Fields.GE1); + break; + + case CLIPSParserConstants_Fields.GE2: + fname = jj_consume_token(CLIPSParserConstants_Fields.GE2); + break; + + default: + jj_la1[56] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + { + if (true) + return fname.image; + } + break; + + default: + jj_la1[57] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + throw new ApplicationException("Missing return statement in function"); + } + + public void arrow() + { + Token exp; + exp = jj_consume_token(CLIPSParserConstants_Fields.ARROW); + exp = null; + } + + public void ruleActions(IList list) + { + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + while (true) + { + jj_consume_token(CLIPSParserConstants_Fields.LBRACE); + ruleAction(list); + jj_consume_token(CLIPSParserConstants_Fields.RBRACE); + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.LBRACE: + ; + break; + + default: + jj_la1[58] = jj_gen; + //UPGRADE_NOTE: Labeled break statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1012"' + goto label_28_brk; + } + } + //UPGRADE_NOTE: Label 'label_28_brk' was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1011"' + label_28_brk: + ; + + break; + + default: + jj_la1[59] = jj_gen; + ; + break; + } + } + + public void ruleAction(IList list) + { + Object exp; + exp = expr(); + list.Add(exp); + } + + public void actionParams(IList list) + { + Object exp; + ValueParam vp = null; + switch ((jj_ntk_Renamed_Field == - 1) ? jj_ntk() : jj_ntk_Renamed_Field) + { + case CLIPSParserConstants_Fields.BIND: + exp = jj_consume_token(CLIPSParserConstants_Fields.BIND); + if (exp is Token) + { + BoundParam bp = new BoundParam(); + bp.VariableName = ((Token) exp).image.Substring(1); + list.Add(bp); + } + break; + + case CLIPSParserConstants_Fields.INTEGER_LITERAL: + case CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL: + case CLIPSParserConstants_Fields.STRING_LITERAL: + case CLIPSParserConstants_Fields.PATH_LITERAL: + exp = typeExpr(); + vp = new ValueParam(); + if (exp is Token) + { + vp.Value = ((Token) exp).image; + } + else + { + vp.Value = exp; + } + if (exp is Int64) + { + vp.ValueType = Constants.LONG_PRIM_TYPE; + } + else if (exp is Single) + { + vp.ValueType = Constants.DOUBLE_PRIM_TYPE; + } + else if (exp is String) + { + vp.ValueType = Constants.STRING_TYPE; + } + list.Add(vp); + break; + + case CLIPSParserConstants_Fields.IDENTIFIER: + exp = jj_consume_token(CLIPSParserConstants_Fields.IDENTIFIER); + vp = new ValueParam(); + vp.ValueType = Constants.STRING_TYPE; + if (exp is Token) + { + vp.Value = ((Token) exp).image; + } + else + { + vp.Value = exp; + } + list.Add(vp); + break; + + default: + jj_la1[60] = jj_gen; + jj_consume_token(- 1); + throw new ParseException(); + } + } + + private bool jj_2_1(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_1(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(0, xla); + } + } + + private bool jj_2_2(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_2(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(1, xla); + } + } + + private bool jj_2_3(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_3(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(2, xla); + } + } + + private bool jj_2_4(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_4(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(3, xla); + } + } + + private bool jj_2_5(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_5(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(4, xla); + } + } + + private bool jj_2_6(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_6(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(5, xla); + } + } + + private bool jj_2_7(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_7(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(6, xla); + } + } + + private bool jj_2_8(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_8(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(7, xla); + } + } + + private bool jj_2_9(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_9(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(8, xla); + } + } + + private bool jj_2_10(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_10(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(9, xla); + } + } + + private bool jj_2_11(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_11(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(10, xla); + } + } + + private bool jj_2_12(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_12(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(11, xla); + } + } + + private bool jj_2_13(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_13(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(12, xla); + } + } + + private bool jj_2_14(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_14(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(13, xla); + } + } + + private bool jj_2_15(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_15(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(14, xla); + } + } + + private bool jj_2_16(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_16(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(15, xla); + } + } + + private bool jj_2_17(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_17(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(16, xla); + } + } + + private bool jj_2_18(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_18(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(17, xla); + } + } + + private bool jj_2_19(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_19(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(18, xla); + } + } + + private bool jj_2_20(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_20(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(19, xla); + } + } + + private bool jj_2_21(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_21(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(20, xla); + } + } + + private bool jj_2_22(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_22(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(21, xla); + } + } + + private bool jj_2_23(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_23(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(22, xla); + } + } + + private bool jj_2_24(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_24(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(23, xla); + } + } + + private bool jj_2_25(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_25(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(24, xla); + } + } + + private bool jj_2_26(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_26(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(25, xla); + } + } + + private bool jj_2_27(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_27(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(26, xla); + } + } + + private bool jj_2_28(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_28(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(27, xla); + } + } + + private bool jj_2_29(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_29(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(28, xla); + } + } + + private bool jj_2_30(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_30(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(29, xla); + } + } + + private bool jj_2_31(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_31(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(30, xla); + } + } + + private bool jj_2_32(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_32(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(31, xla); + } + } + + private bool jj_2_33(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_33(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(32, xla); + } + } + + private bool jj_2_34(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_34(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(33, xla); + } + } + + private bool jj_2_35(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_35(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(34, xla); + } + } + + private bool jj_2_36(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_36(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(35, xla); + } + } + + private bool jj_2_37(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_37(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(36, xla); + } + } + + private bool jj_2_38(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_38(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(37, xla); + } + } + + private bool jj_2_39(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_39(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(38, xla); + } + } + + private bool jj_2_40(int xla) + { + jj_la = xla; + jj_lastpos = jj_scanpos = token; + try + { + return !jj_3_40(); + } + catch (LookaheadSuccess ls) + { + return true; + } + finally + { + jj_save(39, xla); + } + } + + private bool jj_3_7() + { + if (jj_scan_token(CLIPSParserConstants_Fields.BIND3)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.BIND3)) + return true; + return false; + } + + private bool jj_3_14() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.SALIENCE)) + return true; + return false; + } + + private bool jj_3_6() + { + if (jj_scan_token(CLIPSParserConstants_Fields.BIND)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.BIND)) + return true; + return false; + } + + private bool jj_3_36() + { + if (jj_scan_token(CLIPSParserConstants_Fields.TILDA)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.IDENTIFIER)) + return true; + return false; + } + + private bool jj_3_28() + { + if (jj_scan_token(CLIPSParserConstants_Fields.BIND)) + return true; + return false; + } + + private bool jj_3_5() + { + if (jj_scan_token(CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.FLOATING_POINT_LITERAL)) + return true; + return false; + } + + private bool jj_3_4() + { + if (jj_scan_token(CLIPSParserConstants_Fields.INTEGER_LITERAL)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.INTEGER_LITERAL)) + return true; + return false; + } + + private bool jj_3_35() + { + if (jj_scan_token(CLIPSParserConstants_Fields.IDENTIFIER)) + return true; + return false; + } + + private bool jj_3_27() + { + if (jj_scan_token(CLIPSParserConstants_Fields.BIND4)) + return true; + return false; + } + + private bool jj_3_1() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + return false; + } + + private bool jj_3_3() + { + if (jj_scan_token(CLIPSParserConstants_Fields.STRING_LITERAL)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.STRING_LITERAL)) + return true; + return false; + } + + private bool jj_3_26() + { + if (jj_scan_token(CLIPSParserConstants_Fields.BIND2)) + return true; + return false; + } + + private bool jj_3_40() + { + if (jj_scan_token(CLIPSParserConstants_Fields.TILDA)) + return true; + Token xsp; + xsp = jj_scanpos; + if (jj_scan_token(14)) + { + jj_scanpos = xsp; + if (jj_scan_token(11)) + { + jj_scanpos = xsp; + if (jj_scan_token(12)) + return true; + } + } + return false; + } + + private bool jj_3_2() + { + if (jj_scan_token(CLIPSParserConstants_Fields.IDENTIFIER)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.IDENTIFIER)) + return true; + return false; + } + + private bool jj_3_34() + { + if (jj_scan_token(CLIPSParserConstants_Fields.TILDA)) + return true; + Token xsp; + xsp = jj_scanpos; + if (jj_scan_token(14)) + { + jj_scanpos = xsp; + if (jj_scan_token(11)) + { + jj_scanpos = xsp; + if (jj_scan_token(12)) + return true; + } + } + return false; + } + + private bool jj_3_39() + { + if (jj_scan_token(CLIPSParserConstants_Fields.IDENTIFIER)) + return true; + return false; + } + + private bool jj_3_11() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.DEFAULTVALUE)) + return true; + return false; + } + + private bool jj_3_25() + { + if (jj_scan_token(CLIPSParserConstants_Fields.TEMPORAL)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.RELATIVETIME)) + return true; + return false; + } + + private bool jj_3_12() + { + if (jj_scan_token(CLIPSParserConstants_Fields.STRING_LITERAL)) + return true; + return false; + } + + private bool jj_3_33() + { + if (jj_scan_token(CLIPSParserConstants_Fields.TILDA)) + return true; + Token xsp; + xsp = jj_scanpos; + if (jj_scan_token(14)) + { + jj_scanpos = xsp; + if (jj_scan_token(11)) + { + jj_scanpos = xsp; + if (jj_scan_token(12)) + return true; + } + } + if (jj_scan_token(CLIPSParserConstants_Fields.AND2)) + return true; + return false; + } + + private bool jj_3_10() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.TYPEDEF)) + return true; + return false; + } + + private bool jj_3_22() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.TEMPORALACTIVATION)) + return true; + return false; + } + + private bool jj_3_32() + { + Token xsp; + xsp = jj_scanpos; + if (jj_scan_token(14)) + { + jj_scanpos = xsp; + if (jj_scan_token(11)) + { + jj_scanpos = xsp; + if (jj_scan_token(12)) + return true; + } + } + if (jj_scan_token(CLIPSParserConstants_Fields.AND2)) + return true; + return false; + } + + private bool jj_3_38() + { + if (jj_scan_token(CLIPSParserConstants_Fields.TILDA)) + return true; + Token xsp; + xsp = jj_scanpos; + if (jj_scan_token(14)) + { + jj_scanpos = xsp; + if (jj_scan_token(11)) + { + jj_scanpos = xsp; + if (jj_scan_token(12)) + return true; + } + } + return false; + } + + private bool jj_3_13() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.DECLARE)) + return true; + return false; + } + + private bool jj_3_21() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.NOAGENDA)) + return true; + return false; + } + + private bool jj_3_20() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.CHAININGDIRECTION)) + return true; + return false; + } + + private bool jj_3_37() + { + if (jj_scan_token(CLIPSParserConstants_Fields.IDENTIFIER)) + return true; + return false; + } + + private bool jj_3_24() + { + if (jj_scan_token(CLIPSParserConstants_Fields.NOTCE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.IDENTIFIER)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + return false; + } + + private bool jj_3_9() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.MULTISLOT)) + return true; + return false; + } + + private bool jj_3_19() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.EXPIRATION)) + return true; + return false; + } + + private bool jj_3_31() + { + if (jj_scan_token(CLIPSParserConstants_Fields.TILDA)) + return true; + Token xsp; + xsp = jj_scanpos; + if (jj_scan_token(14)) + { + jj_scanpos = xsp; + if (jj_scan_token(11)) + { + jj_scanpos = xsp; + if (jj_scan_token(12)) + return true; + } + } + if (jj_scan_token(CLIPSParserConstants_Fields.OR2)) + return true; + return false; + } + + private bool jj_3_18() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.EFFECTIVE)) + return true; + return false; + } + + private bool jj_3_8() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.SLOT)) + return true; + return false; + } + + private bool jj_3_17() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.REMEMBERMATCH)) + return true; + return false; + } + + private bool jj_3_30() + { + Token xsp; + xsp = jj_scanpos; + if (jj_scan_token(14)) + { + jj_scanpos = xsp; + if (jj_scan_token(11)) + { + jj_scanpos = xsp; + if (jj_scan_token(12)) + return true; + } + } + if (jj_scan_token(CLIPSParserConstants_Fields.OR2)) + return true; + return false; + } + + private bool jj_3_16() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.RULEVERSION)) + return true; + return false; + } + + private bool jj_3_15() + { + if (jj_scan_token(CLIPSParserConstants_Fields.LBRACE)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.AUTOFOCUS)) + return true; + return false; + } + + private bool jj_3_23() + { + if (jj_scan_token(CLIPSParserConstants_Fields.BIND)) + return true; + return false; + } + + private bool jj_3_29() + { + if (jj_scan_token(CLIPSParserConstants_Fields.TILDA)) + return true; + if (jj_scan_token(CLIPSParserConstants_Fields.BIND)) + return true; + return false; + } + + private static void jj_la1_0() + { + jj_la1_0_Renamed_Field = new int[] {0x68201, 0x200, 0x5800, 0x200, 0x200, 0x8800, 0x6da00, 0x6da00, 0x68000, 0x68000, (int) SupportClass.Identity(0xa0c80000), 0x6da00, 0x0, 0x6da00, 0x6da00, 0x6da00, (int) SupportClass.Identity(0xa0c80000), 0x6d800, 0x68000, 0x200, 0x6d800, 0x2d800, 0x2d800, 0x2d800, 0x2d800, 0x2d800, 0x2d800, 0x6d800, 0x6d800, 0x2d800, 0x200, 0x100000, 0x8200, 0x8200, 0x1800, 0x0, 0x200, 0x200, 0x200, 0x200, 0x200, 0x200, 0x200, 0x200, 0x200, 0x200, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5800, 0x5800, 0x5800, 0x0, 0x0, 0x200, 0x200, 0xd800}; + } + + private static void jj_la1_1() + { + jj_la1_1_Renamed_Field = new int[] {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2040070, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2040070, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4002c200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x800000, 0x400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; + } + + private static void jj_la1_2() + { + jj_la1_2_Renamed_Field = new int[] {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x360, 0x360, 0x0, 0x0, 0xfffc000, 0x360, 0xfffc000, 0x360, 0x360, 0x360, 0xfffc000, 0x360, 0x0, 0x0, 0x360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x360, 0x360, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x40000018, 0x0, 0x0, (int) SupportClass.Identity(0x80000000), (int) SupportClass.Identity(0x80000000), 0x360, 0x0, 0x0, 0xfffc000, 0xfffc000, 0x0, 0x0, 0x0}; + } + + private static void jj_la1_3() + { + jj_la1_3_Renamed_Field = new int[] {0x0, 0x0, 0x40, 0x0, 0x0, 0x0, 0x48, 0x48, 0x0, 0x0, 0x8, 0x48, 0x0, 0x48, 0x48, 0x48, 0x8, 0x48, 0x0, 0x0, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x0, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x2, 0x2, 0x0, 0x0, 0x40, 0x40, 0x40, 0x0, 0x8, 0x0, 0x0, 0x48}; + } + + //UPGRADE_NOTE: Final was removed from the declaration of 'jj_2_rtns '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + //UPGRADE_NOTE: The initialization of 'jj_2_rtns' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + + public virtual void ReInit(Stream stream) + { + jj_input_stream.ReInit(stream, 1, 1); + token_source.ReInit(jj_input_stream); + token = new Token(); + jj_ntk_Renamed_Field = - 1; + jj_gen = 0; + for (int i = 0; i < 61; i++) + jj_la1[i] = - 1; + for (int i = 0; i < jj_2_rtns.Length; i++) + jj_2_rtns[i] = new JJCalls(); + } + + public virtual void ReInit(StreamReader stream) + { + jj_input_stream.ReInit(stream, 1, 1); + token_source.ReInit(jj_input_stream); + token = new Token(); + jj_ntk_Renamed_Field = - 1; + jj_gen = 0; + for (int i = 0; i < 61; i++) + jj_la1[i] = - 1; + for (int i = 0; i < jj_2_rtns.Length; i++) + jj_2_rtns[i] = new JJCalls(); + } + + public virtual void ReInit(CLIPSParserTokenManager tm) + { + token_source = tm; + token = new Token(); + jj_ntk_Renamed_Field = - 1; + jj_gen = 0; + for (int i = 0; i < 61; i++) + jj_la1[i] = - 1; + for (int i = 0; i < jj_2_rtns.Length; i++) + jj_2_rtns[i] = new JJCalls(); + } + + private Token jj_consume_token(int kind) + { + Token oldToken; + if ((oldToken = token).next != null) + token = token.next; + else + token = token.next = token_source.NextToken; + jj_ntk_Renamed_Field = - 1; + if (token.kind == kind) + { + jj_gen++; + if (++jj_gc > 100) + { + jj_gc = 0; + for (int i = 0; i < jj_2_rtns.Length; i++) + { + JJCalls c = jj_2_rtns[i]; + while (c != null) + { + if (c.gen < jj_gen) + c.first = null; + c = c.next; + } + } + } + return token; + } + token = oldToken; + jj_kind = kind; + throw generateParseException(); + } + + private bool jj_scan_token(int kind) + { + if (jj_scanpos == jj_lastpos) + { + jj_la--; + if (jj_scanpos.next == null) + { + jj_lastpos = jj_scanpos = jj_scanpos.next = token_source.NextToken; + } + else + { + jj_lastpos = jj_scanpos = jj_scanpos.next; + } + } + else + { + jj_scanpos = jj_scanpos.next; + } + if (jj_rescan) + { + int i = 0; + Token tok = token; + while (tok != null && tok != jj_scanpos) + { + i++; + tok = tok.next; + } + if (tok != null) + jj_add_error_token(kind, i); + } + if (jj_scanpos.kind != kind) + return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) + throw jj_ls; + return false; + } + + + public Token getToken(int index) + { + Token t = lookingAhead ? jj_scanpos : token; + for (int i = 0; i < index; i++) + { + if (t.next != null) + t = t.next; + else + t = t.next = token_source.NextToken; + } + return t; + } + + private int jj_ntk() + { + if ((jj_nt = token.next) == null) + return (jj_ntk_Renamed_Field = (token.next = token_source.NextToken).kind); + else + return (jj_ntk_Renamed_Field = jj_nt.kind); + } + + //UPGRADE_NOTE: The initialization of 'jj_expentries' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + + private void jj_add_error_token(int kind, int pos) + { + if (pos >= 100) + return; + if (pos == jj_endpos + 1) + { + jj_lasttokens[jj_endpos++] = kind; + } + else if (jj_endpos != 0) + { + jj_expentry = new int[jj_endpos]; + for (int i = 0; i < jj_endpos; i++) + { + jj_expentry[i] = jj_lasttokens[i]; + } + bool exists = false; + //UPGRADE_TODO: Method 'java.util.Enumeration.hasMoreElements' was converted to 'System.Collections.IEnumerator.MoveNext' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + for (System.Collections.IEnumerator e = jj_expentries.GetEnumerator(); e.MoveNext();) + { + //UPGRADE_TODO: Method 'java.util.Enumeration.nextElement' was converted to 'System.Collections.IEnumerator.Current' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073"' + int[] oldentry = (int[]) (e.Current); + if (oldentry.Length == jj_expentry.Length) + { + exists = true; + for (int i = 0; i < jj_expentry.Length; i++) + { + if (oldentry[i] != jj_expentry[i]) + { + exists = false; + break; + } + } + if (exists) + break; + } + } + if (!exists) + jj_expentries.Add(jj_expentry); + if (pos != 0) + jj_lasttokens[(jj_endpos = pos) - 1] = kind; + } + } + + public virtual ParseException generateParseException() + { + ArrayList temp_arraylist; + temp_arraylist = jj_expentries; + temp_arraylist.RemoveRange(0, temp_arraylist.Count); + bool[] la1tokens = new bool[103]; + for (int i = 0; i < 103; i++) + { + la1tokens[i] = false; + } + if (jj_kind >= 0) + { + la1tokens[jj_kind] = true; + jj_kind = - 1; + } + for (int i = 0; i < 61; i++) + { + if (jj_la1[i] == jj_gen) + { + for (int j = 0; j < 32; j++) + { + if ((jj_la1_0_Renamed_Field[i] & (1 << j)) != 0) + { + la1tokens[j] = true; + } + if ((jj_la1_1_Renamed_Field[i] & (1 << j)) != 0) + { + la1tokens[32 + j] = true; + } + if ((jj_la1_2_Renamed_Field[i] & (1 << j)) != 0) + { + la1tokens[64 + j] = true; + } + if ((jj_la1_3_Renamed_Field[i] & (1 << j)) != 0) + { + la1tokens[96 + j] = true; + } + } + } + } + for (int i = 0; i < 103; i++) + { + if (la1tokens[i]) + { + jj_expentry = new int[1]; + jj_expentry[0] = i; + jj_expentries.Add(jj_expentry); + } + } + jj_endpos = 0; + jj_rescan_token(); + jj_add_error_token(0, 0); + int[][] exptokseq = new int[jj_expentries.Count][]; + for (int i = 0; i < jj_expentries.Count; i++) + { + exptokseq[i] = (int[]) jj_expentries[i]; + } + return new ParseException(token, exptokseq, CLIPSParserConstants_Fields.tokenImage); + } + + public void enable_tracing() + { + } + + public void disable_tracing() + { + } + + private void jj_rescan_token() + { + jj_rescan = true; + for (int i = 0; i < 40; i++) + { + JJCalls p = jj_2_rtns[i]; + do + { + if (p.gen > jj_gen) + { + jj_la = p.arg; + jj_lastpos = jj_scanpos = p.first; + switch (i) + { + case 0: + jj_3_1(); + break; + + case 1: + jj_3_2(); + break; + + case 2: + jj_3_3(); + break; + + case 3: + jj_3_4(); + break; + + case 4: + jj_3_5(); + break; + + case 5: + jj_3_6(); + break; + + case 6: + jj_3_7(); + break; + + case 7: + jj_3_8(); + break; + + case 8: + jj_3_9(); + break; + + case 9: + jj_3_10(); + break; + + case 10: + jj_3_11(); + break; + + case 11: + jj_3_12(); + break; + + case 12: + jj_3_13(); + break; + + case 13: + jj_3_14(); + break; + + case 14: + jj_3_15(); + break; + + case 15: + jj_3_16(); + break; + + case 16: + jj_3_17(); + break; + + case 17: + jj_3_18(); + break; + + case 18: + jj_3_19(); + break; + + case 19: + jj_3_20(); + break; + + case 20: + jj_3_21(); + break; + + case 21: + jj_3_22(); + break; + + case 22: + jj_3_23(); + break; + + case 23: + jj_3_24(); + break; + + case 24: + jj_3_25(); + break; + + case 25: + jj_3_26(); + break; + + case 26: + jj_3_27(); + break; + + case 27: + jj_3_28(); + break; + + case 28: + jj_3_29(); + break; + + case 29: + jj_3_30(); + break; + + case 30: + jj_3_31(); + break; + + case 31: + jj_3_32(); + break; + + case 32: + jj_3_33(); + break; + + case 33: + jj_3_34(); + break; + + case 34: + jj_3_35(); + break; + + case 35: + jj_3_36(); + break; + + case 36: + jj_3_37(); + break; + + case 37: + jj_3_38(); + break; + + case 38: + jj_3_39(); + break; + + case 39: + jj_3_40(); + break; + } + } + p = p.next; + } while (p != null); + } + jj_rescan = false; + } + + private void jj_save(int index, int xla) + { + JJCalls p = jj_2_rtns[index]; + while (p.gen > jj_gen) + { + if (p.next == null) + { + p = p.next = new JJCalls(); + break; + } + p = p.next; + } + p.gen = jj_gen + xla - jj_la; + p.first = token; + p.arg = xla; + } + + #region Nested type: JJCalls + + private sealed class JJCalls + { + internal int arg; + internal Token first; + internal int gen; + internal JJCalls next; + } + + #endregion + + #region Nested type: LookaheadSuccess + + private sealed class LookaheadSuccess : ApplicationException + { + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Parser/Clips/CLIPSParserConstants.cs b/trunk/Creshendo/Util/Parser/Clips/CLIPSParserConstants.cs new file mode 100644 index 0000000..a2e5d34 --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips/CLIPSParserConstants.cs @@ -0,0 +1,114 @@ +/* Generated By:JavaCC: Do not edit this line. CLIPSParserConstants.java */ +using System; + +namespace Creshendo.Util.Parser.Clips +{ + public struct CLIPSParserConstants_Fields + { + public const int AGGREGATE = 21; + public const int ALLOWEDVALUES = 25; + public const int AND1 = 94; + public const int AND2 = 95; + public const int ARROW = 75; + public const int ASSERT = 22; + public const int ASSERTTEMPORAL = 23; + public const int ASSIGN = 76; + public const int AUTOFOCUS = 24; + public const int BIND = 15; + public const int BIND2 = 16; + public const int BIND3 = 17; + public const int BIND4 = 18; + public const int BINDING = 19; + public const int BOOLEAN = 20; + public const int CHAININGDIRECTION = 26; + public const int COMMAND = 27; + public const int COMMENT_TEXT = 7; + public const int DECLARE = 28; + public const int DEFAULT = 0; + public const int DEFAULTVALUE = 40; + public const int DEFCLASS = 29; + public const int DEFFACT = 30; + public const int DEFFUNCTION = 31; + public const int DEFGENERIC = 32; + public const int DEFGLOBAL = 33; + public const int DEFINSTANCE = 34; + public const int DEFMETHOD = 35; + public const int DEFMODULE = 36; + public const int DEFRULE = 37; + public const int DEFTEMPLATE = 38; + public const int DESCRIBECLASS = 39; + public const int DIGIT = 101; + public const int DIVIDE = 81; + public const int DOUBLE = 41; + public const int EFFECTIVE = 43; + public const int END_COMMENT = 8; + public const int EOF = 0; + public const int EQ1 = 86; + public const int EQ2 = 87; + public const int EXISTS = 42; + public const int EXPIRATION = 44; + public const int EXPONENT = 13; + public const int FACTINDEX = 45; + public const int FALSE = 72; + public const int FALSE2 = 73; + public const int FLOAT = 46; + public const int FLOATING_POINT_LITERAL = 12; + public const int GE1 = 90; + public const int GE2 = 91; + public const int GT1 = 82; + public const int GT2 = 83; + public const int IDENTIFIER = 99; + public const int IN_COMMENT = 1; + public const int INTEGER = 47; + public const int INTEGER_LITERAL = 11; + public const int LBRACE = 9; + public const int LE1 = 88; + public const int LE2 = 89; + public const int LETTER = 100; + public const int LOGICAL = 48; + public const int LONG = 49; + public const int LT1 = 84; + public const int LT2 = 85; + public const int MINUS = 79; + public const int MODIFY = 50; + public const int MULTIPLY = 80; + public const int MULTISLOT = 51; + public const int NE1 = 92; + public const int NE2 = 93; + public const int NIL = 74; + public const int NOAGENDA = 52; + public const int NOLOOP = 53; + public const int NOTCE = 55; + public const int NUMBER = 54; + public const int OR1 = 96; + public const int OR2 = 97; + public const int PATH_LITERAL = 102; + public const int PLUS = 78; + public const int RBRACE = 10; + public const int RELATIVETIME = 59; + public const int REMEMBERMATCH = 56; + public const int RETRACT = 57; + public const int RULEVERSION = 58; + public const int SALIENCE = 60; + public const int SEMICOLON = 77; + public const int SEND = 61; + public const int SHORT = 62; + public const int SLOT = 63; + public const int STRING = 64; + public const int STRING_LITERAL = 14; + public const int SYMBOL = 65; + public const int TEMPORAL = 67; + public const int TEMPORALACTIVATION = 66; + public const int TEST = 68; + public const int TILDA = 98; + public const int TRUE = 69; + public const int TRUE2 = 70; + public const int TYPEDEF = 71; + public static readonly String[] tokenImage = new String[] {"", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "\";;\"", "", "", "", "\"(\"", "\")\"", "", "", "", "", "", "", "", "", "\"bind\"", "\"BOOLEAN\"", "\"aggregate\"", "\"assert\"", "\"assert-temporal\"", "\"auto-focus\"", "\"allowed-values\"", "\"chaining-direction\"", "\"command\"", "\"declare\"", "\"defclass\"", "\"deffact\"", "\"deffunction\"", "\"defgeneric\"", "\"defglobal\"", "\"definstance\"", "\"defmethod\"", "\"defmodule\"", "\"defrule\"", "\"deftemplate\"", "\"describe-class\"", "\"default\"", "\"DOUBLE\"", "\"exists\"", "\"effective-date\"", "\"expiration-date\"", "\"fact-index\"", "\"FLOAT\"", "\"INTEGER\"", "\"logical\"", "\"LONG\"", "\"modify\"", "\"multislot\"", "\"no-agenda\"", "\"no-loop\"", "\"NUMBER\"", "\"not\"", "\"remember-match\"", "\"retract\"", "\"rule-version\"", "\"relative-time\"", "\"salience\"", "\"send\"", "\"SHORT\"", "\"slot\"", "\"STRING\"", "\"symbol\"", "\"temporal-activation\"", "\"temporal\"", "\"test\"", "\"TRUE\"", "\"true\"", "\"type\"", "\"FALSE\"", "\"false\"", "\"nil\"", "\"=>\"", "\"<-\"", "\";\"", "\"+\"", "\"-\"", "\"*\"", "\"/\"", "\">\"", "\"gt\"", "\"<\"", "\"lt\"", "\"==\"", "\"eq\"", "\"<=\"", "\"le\"", "\">=\"", "\"ge\"", "\"!=\"", "\"ne\"", "\"and\"", "\"&\"", "\"or\"", "\"|\"", "\"~\"", "", "", "", ""}; + } + + public interface CLIPSParserConstants + { + //UPGRADE_NOTE: Members of interface 'CLIPSParserConstants' were extracted into structure 'CLIPSParserConstants_Fields'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1045"' + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Parser/Clips/CLIPSParserTokenManager.cs b/trunk/Creshendo/Util/Parser/Clips/CLIPSParserTokenManager.cs new file mode 100644 index 0000000..80fb07c --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips/CLIPSParserTokenManager.cs @@ -0,0 +1,2840 @@ +/* Generated By:JavaCC: Do not edit this line. CLIPSParserTokenManager.java */ +using System; +using System.IO; + +namespace Creshendo.Util.Parser.Clips +{ + public class CLIPSParserTokenManager : CLIPSParserConstants + { + internal static readonly ulong[] jjbitVec0 = new ulong[] { 0xfffffffffffffffeu, 0xffffffffffffffffu, 0xffffffffffffffffu, 0xffffffffffffffffu }; + internal static readonly ulong[] jjbitVec10 = new ulong[] { 0x0L, 0xffc000000000L, 0x0L, 0xffc000000000L }; + internal static readonly ulong[] jjbitVec11 = new ulong[] { 0x0L, 0x3ff00000000L, 0x0L, 0x3ff000000000000L }; + internal static readonly ulong[] jjbitVec12 = new ulong[] { 0x0L, 0xffc000000000L, 0x0L, 0xff8000000000L }; + internal static readonly ulong[] jjbitVec13 = new ulong[] { 0x0L, 0xffc000000000L, 0x0L, 0x0L }; + internal static readonly ulong[] jjbitVec14 = new ulong[] { 0x0L, 0x3ff0000L, 0x0L, 0x3ff0000L }; + internal static readonly ulong[] jjbitVec15 = new ulong[] { 0x0L, 0x3ffL, 0x0L, 0x0L }; + internal static readonly ulong[] jjbitVec2 = new ulong[] { 0x0L, 0x0L, 0xffffffffffffffffu, 0xffffffffffffffffu }; + internal static readonly ulong[] jjbitVec3 = new ulong[] { 0x1ff00000fffffffeL, 0xffffffffffffc000u, 0xffffffffL, 0x600000000000000L }; + internal static readonly ulong[] jjbitVec4 = new ulong[] { 0x0L, 0x0L, 0x0L, 0xff7fffffff7fffffu }; + internal static readonly ulong[] jjbitVec5 = new ulong[] { 0x0L, 0xffffffffffffffffu,0xffffffffffffffffu, 0xffffffffffffffffu }; + internal static readonly ulong[] jjbitVec6 = new ulong[] { 0xffffffffffffffffu, 0xffffffffffffffffu, 0xffffL, 0x0L }; + internal static readonly ulong[] jjbitVec7 = new ulong[] { 0xffffffffffffffffu, 0xffffffffffffffffu, 0x0L, 0x0L }; + internal static readonly ulong[] jjbitVec8 = new ulong[] { 0x3fffffffffffL, 0x0L, 0x0L, 0x0L }; + internal static readonly ulong[] jjbitVec9 = new ulong[] { 0x1600L, 0x0L, 0x0L, 0x0L }; + public static readonly int[] jjnewLexState = new int[] {- 1, - 1, - 1, - 1, - 1, 1, - 1, - 1, 0, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1}; + internal static readonly int[] jjnextStates = new int[] {11, 12, 14, 6, 7, 9, 31, 32, 33, 38, 39, 3, 4, 16, 17, 36, 37, 40, 41, 44, 46}; + + public static readonly String[] jjstrLiteralImages = new String[] + { + "", null, null, null, null, null, null, null, null, "\x0028", "\x0029", null, null, null, null, null, null, null, null, "\x0062\0142151\0142151156\0142151156144", "\x0042\0102117\0102117117\0102117117114\0102117117114105\0102117117114105101\0102117117114105101116", "\x0061\0141147\0141147147\0141147147162\0141147147162145\0141147147162145147\0141147147162145147141\0141147147162145147141164\0141147147162145147141164145", "\x0061\0141163\0141163163\0141163163145\0141163163145162\0141163163145162164", "\x0061\0141163\0141163163\0141163163145\0141163163145162\0141163163145162164\014116316314516216455\014116316314516216455164\014116316314516216455164145\014116316314516216455164145155\014116316314516216455164145155160\014116316314516216455164145155160157\014116316314516216455164145155160157162\014116316314516216455164145155160157162141\014116316314516216455164145155160157162141154", "\x0061\0141165\0141165164\0141165164157\014116516415755\014116516415755146\014116516415755146157\014116516415755146157143\014116516415755146157143165\014116516415755146157143165163", "\x0061\0141154\0141154154\0141154154157\0141154154157167\0141154154157167145\0141154154157167145144\014115415415716714514455\014115415415716714514455166\014115415415716714514455166141\014115415415716714514455166141154\014115415415716714514455166141154165\014115415415716714514455166141154165145\014115415415716714514455166141154165145163", + "\x0063\0143150\0143150141\0143150141151\0143150141151156\0143150141151156151\0143150141151156151156\0143150141151156151156147\014315014115115615115614755\014315014115115615115614755144\014315014115115615115614755144151\014315014115115615115614755144151162\014315014115115615115614755144151162145\014315014115115615115614755144151162145143\014315014115115615115614755144151162145143164\014315014115115615115614755144151162145143164151\014315014115115615115614755144151162145143164151157\014315014115115615115614755144151162145143164151157156", "\x0063\0143157\0143157155\0143157155155\0143157155155141\0143157155155141156\0143157155155141156144", "\x0064\0144145\0144145143\0144145143154\0144145143154141\0144145143154141162\0144145143154141162145", "\x0064\0144145\0144145146\0144145146143\0144145146143154\0144145146143154141\0144145146143154141163\0144145146143154141163163", "\x0064\0144145\0144145146\0144145146146\0144145146146141\0144145146146141143\0144145146146141143164", "\x0064\0144145\0144145146\0144145146146\0144145146146165\0144145146146165156\0144145146146165156143\0144145146146165156143164\0144145146146165156143164151\0144145146146165156143164151157\0144145146146165156143164151157156", "\x0064\0144145\0144145146\0144145146147\0144145146147145\0144145146147145156\0144145146147145156145\0144145146147145156145162\0144145146147145156145162151\0144145146147145156145162151143", "\x0064\0144145\0144145146\0144145146147\0144145146147154\0144145146147154157\0144145146147154157142\0144145146147154157142141\0144145146147154157142141154", "\x0064\0144145\0144145146\0144145146151\0144145146151156\0144145146151156163\0144145146151156163164\0144145146151156163164141\0144145146151156163164141156\0144145146151156163164141156143\0144145146151156163164141156143145", "\x0064\0144145\0144145146\0144145146155\0144145146155145\0144145146155145164\0144145146155145164150\0144145146155145164150157\0144145146155145164150157144", + "\x0064\0144145\0144145146\0144145146155\0144145146155157\0144145146155157144\0144145146155157144165\0144145146155157144165154\0144145146155157144165154145", "\x0064\0144145\0144145146\0144145146162\0144145146162165\0144145146162165154\0144145146162165154145", "\x0064\0144145\0144145146\0144145146164\0144145146164145\0144145146164145155\0144145146164145155160\0144145146164145155160154\0144145146164145155160154141\0144145146164145155160154141164\0144145146164145155160154141164145", "\x0064\0144145\0144145163\0144145163143\0144145163143162\0144145163143162151\0144145163143162151142\0144145163143162151142145\014414516314316215114214555\014414516314316215114214555143\014414516314316215114214555143154\014414516314316215114214555143154141\014414516314316215114214555143154141163\014414516314316215114214555143154141163163", "\x0064\0144145\0144145146\0144145146141\0144145146141165\0144145146141165154\0144145146141165154164", "\x0044\0104117\0104117125\0104117125102\0104117125102114\0104117125102114105", "\x0065\0145170\0145170151\0145170151163\0145170151163164\0145170151163164163", "\x0065\0145146\0145146146\0145146146145\0145146146145143\0145146146145143164\0145146146145143164151\0145146146145143164151166\0145146146145143164151166145\014514614614514316415116614555\014514614614514316415116614555144\014514614614514316415116614555144141\014514614614514316415116614555144141164\014514614614514316415116614555144141164145", "\x0065\0145170\0145170160\0145170160151\0145170160151162\0145170160151162141\0145170160151162141164\0145170160151162141164151\0145170160151162141164151157\0145170160151162141164151157156\014517016015116214116415115715655\014517016015116214116415115715655144\014517016015116214116415115715655144141\014517016015116214116415115715655144141164\014517016015116214116415115715655144141164145", "\x0066\0146141\0146141143\0146141143164\014614114316455\014614114316455151\014614114316455151156\014614114316455151156144\014614114316455151156144145\014614114316455151156144145170", + "\x0046\0106114\0106114117\0106114117101\0106114117101124", "\x0049\0111116\0111116124\0111116124105\0111116124105107\0111116124105107105\0111116124105107105122", "\x006C\0154157\0154157147\0154157147151\0154157147151143\0154157147151143141\0154157147151143141154", "\x004C\0114117\0114117116\0114117116107", "\x006D\0155157\0155157144\0155157144151\0155157144151146\0155157144151146171", "\x006D\0155165\0155165154\0155165154164\0155165154164151\0155165154164151163\0155165154164151163154\0155165154164151163154157\0155165154164151163154157164", "\x006E\0156157\015615755\015615755141\015615755141147\015615755141147145\015615755141147145156\015615755141147145156144\015615755141147145156144141", "\x006E\0156157\015615755\015615755154\015615755154157\015615755154157157\015615755154157157160", "\x004E\0116125\0116125115\0116125115102\0116125115102105\0116125115102105122", "\x006E\0156157\0156157164", "\x0072\0162145\0162145155\0162145155145\0162145155145155\0162145155145155142\0162145155145155142145\0162145155145155142145162\016214515514515514214516255\016214515514515514214516255155\016214515514515514214516255155141\016214515514515514214516255155141164\016214515514515514214516255155141164143\016214515514515514214516255155141164143150", "\x0072\0162145\0162145164\0162145164162\0162145164162141\0162145164162141143\0162145164162141143164", "\x0072\0162165\0162165154\0162165154145\016216515414555\016216515414555166\016216515414555166145\016216515414555166145162\016216515414555166145162163\016216515414555166145162163151\016216515414555166145162163151157\016216515414555166145162163151157156", "\x0072\0162145\0162145154\0162145154141\0162145154141164\0162145154141164151\0162145154141164151166\0162145154141164151166145\016214515414116415116614555\016214515414116415116614555164\016214515414116415116614555164151\016214515414116415116614555164151155\016214515414116415116614555164151155145", "\x0073\0163141\0163141154\0163141154151\0163141154151145\0163141154151145156\0163141154151145156143\0163141154151145156143145" + , "\x0073\0163145\0163145156\0163145156144", "\x0053\0123110\0123110117\0123110117122\0123110117122124", "\x0073\0163154\0163154157\0163154157164", "\x0053\0123124\0123124122\0123124122111\0123124122111116\0123124122111116107", "\x0073\0163171\0163171155\0163171155142\0163171155142157\0163171155142157154", "\x0074\0164145\0164145155\0164145155160\0164145155160157\0164145155160157162\0164145155160157162141\0164145155160157162141154\016414515516015716214115455\016414515516015716214115455141\016414515516015716214115455141143\016414515516015716214115455141143164\016414515516015716214115455141143164151\016414515516015716214115455141143164151166\016414515516015716214115455141143164151166141\016414515516015716214115455141143164151166141164\016414515516015716214115455141143164151166141164151\016414515516015716214115455141143164151166141164151157\016414515516015716214115455141143164151166141164151157156", "\x0074\0164145\0164145155\0164145155160\0164145155160157\0164145155160157162\0164145155160157162141\0164145155160157162141154", "\x0074\0164145\0164145163\0164145163164", "\x0054\0124122\0124122125\0124122125105", "\x0074\0164162\0164162165\0164162165145", "\x0074\0164171\0164171160\0164171160145", "\x0046\0106101\0106101114\0106101114123\0106101114123105", "\x0066\0146141\0146141154\0146141154163\0146141154163145", "\x006E\0156151\0156151154", "\x003D\07576", "\x003C\07455", "\x003B", "\x002B", "\x002D", "\x002A", "\x002F", "\x003E", "\x0067\0147164", "\x003C", "\x006C\0154164", "\x003D\07575", "\x0065\0145161", "\x003C\07475", "\x006C\0154145", "\x003E\07675", "\x0067\0147145", "\x0021\04175", "\x006E\0156145", "\x0061\0141156\0141156144", "\x0026", "\x006F\0157162", "\x007C", "\x007E", null, null, null, null + }; + + internal static readonly ulong[] jjtoMore = new ulong[] {0xc0L, 0x0L}; + internal static readonly ulong[] jjtoSkip = new ulong[] {0x13eL, 0x0L}; + internal static readonly ulong[] jjtoToken = new ulong[] {0xffffffffffffde01u, 0x7fffffffffL}; + public static readonly String[] lexStateNames = new String[] {"DEFAULT", "IN_COMMENT"}; + protected internal char curChar; + internal int curLexState = 0; + public StreamWriter debugStream; + internal int defaultLexState = 0; + protected internal SimpleCharStream input_stream; + internal int jjmatchedKind; + internal int jjmatchedPos; + internal int jjnewStateCnt; + internal int jjround; + private int[] jjrounds; + //UPGRADE_NOTE: Final was removed from the declaration of 'jjstateSet '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + //UPGRADE_NOTE: The initialization of 'jjstateSet' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private int[] jjstateSet; + + public CLIPSParserTokenManager(SimpleCharStream stream) + { + InitBlock(); + if (SimpleCharStream.staticFlag) + throw new ApplicationException("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer."); + input_stream = stream; + } + + public CLIPSParserTokenManager(SimpleCharStream stream, int lexState) : this(stream) + { + InitBlock(); + SwitchTo(lexState); + } + + public virtual StreamWriter DebugStream + { + set { debugStream = value; } + } + + public virtual Token NextToken + { + get + { + int kind; + Token specialToken = null; + Token matchedToken; + int curPos = 0; + + //UPGRADE_NOTE: Label 'EOFLoop' was moved. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1014"' + for (;;) + { + try + { + curChar = input_stream.BeginToken(); + } + catch (IOException e) + { + jjmatchedKind = 0; + matchedToken = jjFillToken(); + return matchedToken; + } + + for (;;) + { + switch (curLexState) + { + case 0: + try + { + input_stream.backup(0); + while (curChar <= 32 && (0x100002600L & (1L << (int) curChar)) != 0L) + curChar = input_stream.BeginToken(); + } + catch (IOException e1) + { + //UPGRADE_NOTE: Labeled continue statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1015"' + goto EOFLoop; + } + jjmatchedKind = 0x7fffffff; + jjmatchedPos = 0; + curPos = jjMoveStringLiteralDfa0_0(); + break; + + case 1: + jjmatchedKind = 0x7fffffff; + jjmatchedPos = 0; + curPos = jjMoveStringLiteralDfa0_1(); + if (jjmatchedPos == 0 && jjmatchedKind > 6) + { + jjmatchedKind = 6; + } + break; + } + if (jjmatchedKind != 0x7fffffff) + { + if (jjmatchedPos + 1 < curPos) + input_stream.backup(curPos - jjmatchedPos - 1); + if ((jjtoToken[jjmatchedKind >> 6] & (1u << (jjmatchedKind & 63))) != 0L) + { + matchedToken = jjFillToken(); + if (jjnewLexState[jjmatchedKind] != - 1) + curLexState = jjnewLexState[jjmatchedKind]; + return matchedToken; + } + else if ((jjtoSkip[jjmatchedKind >> 6] & (1u << (jjmatchedKind & 63))) != 0L) + { + if (jjnewLexState[jjmatchedKind] != - 1) + curLexState = jjnewLexState[jjmatchedKind]; + //UPGRADE_NOTE: Labeled continue statement was changed to a goto statement. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1015"' + goto EOFLoop; + } + if (jjnewLexState[jjmatchedKind] != - 1) + curLexState = jjnewLexState[jjmatchedKind]; + curPos = 0; + jjmatchedKind = 0x7fffffff; + try + { + curChar = input_stream.readChar(); + continue; + } + catch (IOException e1) + { + } + } + int error_line = input_stream.EndLine; + int error_column = input_stream.EndColumn; + String error_after = null; + bool EOFSeen = false; + try + { + input_stream.readChar(); + input_stream.backup(1); + } + catch (IOException e1) + { + EOFSeen = true; + error_after = curPos <= 1 ? "" : input_stream.GetImage(); + if (curChar == '\n' || curChar == '\r') + { + error_line++; + error_column = 0; + } + else + error_column++; + } + if (!EOFSeen) + { + input_stream.backup(1); + error_after = curPos <= 1 ? "" : input_stream.GetImage(); + } + throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR); + } + //UPGRADE_NOTE: Label 'EOFLoop' was moved. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1014"' + EOFLoop: + ; + } + } + } + + private void InitBlock() + { + jjstateSet = new int[94]; + jjrounds = new int[47]; + //debugStream = System.Console.Out; + } + + //UPGRADE_NOTE: The initialization of 'debugStream' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private int jjStopStringLiteralDfa_0(int pos, ulong active0, ulong active1) + { + switch (pos) + { + case 0: + if ((active1 & 0xdcL) != 0L) + { + jjmatchedKind = 99; + return 25; + } + if ((active0 & (uint) SupportClass.Identity(0xfffffffffff80000L)) != 0L || (active1 & 0x16aa80723L) != 0L) + { + jjmatchedKind = 99; + return 47; + } + if ((active1 & 0x28000L) != 0L) + return 47; + if ((active1 & 0x400000000L) != 0L) + return 48; + return - 1; + + case 1: + if ((active1 & 0x80L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 1; + return 24; + } + if ((active0 & (uint) SupportClass.Identity(0xfffffffffff80000L)) != 0L || (active1 & 0x4000077fL) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 1; + return 47; + } + if ((active1 & 0x280000L) != 0L) + return 25; + if ((active1 & 0x12a800000L) != 0L) + return 47; + return - 1; + + case 2: + if ((active1 & 0x80L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 2; + return 23; + } + if ((active0 & (uint) SupportClass.Identity(0xfd7ffffffef80000u)) != 0L || (active1 & 0x37fL) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 2; + return 47; + } + if ((active0 & (uint) SupportClass.Identity(0x80000000000000L)) != 0L) + return 25; + if ((active1 & 0x40000400L) != 0L) + return 47; + if ((active0 & 0x200000001000000L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 2; + return 25; + } + return - 1; + + case 3: + if ((active0 & 0x5f75dfbffff00000L) != 0L || (active1 & 0x30fL) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 3; + return 47; + } + if ((active0 & (uint) SupportClass.Identity(0x8000000000000000L)) != 0L || (active1 & 0x10L) != 0L) + return 25; + if ((active0 & (uint) SupportClass.Identity(0x8204000000000L)) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 3; + return 25; + } + if ((active0 & 0x2002000000080000L) != 0L || (active1 & 0xe0L) != 0L) + return 47; + return - 1; + + case 4: + if ((active0 & (uint) SupportClass.Identity(0x800040000000000L)) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 4; + return 25; + } + if ((active0 & 0x177dbbfffff00000L) != 0L || (active1 & 0xfL) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 4; + return 47; + } + if ((active0 & 0x4000400000000000L) != 0L || (active1 & 0x300L) != 0L) + return 47; + return - 1; + + case 5: + if ((active0 & (uint) SupportClass.Identity(0x80800000000L)) != 0L) + { + if (jjmatchedPos != 5) + { + jjmatchedKind = 99; + jjmatchedPos = 5; + } + return 25; + } + if ((active0 & 0xc00000L) != 0L) + return 25; + if ((active0 & 0x1f39b1f7ff300000L) != 0L || (active1 & 0xcL) != 0L) + { + if (jjmatchedPos != 5) + { + jjmatchedKind = 99; + jjmatchedPos = 5; + } + return 47; + } + if ((active0 & 0x44060000000000L) != 0L || (active1 & 0x3L) != 0L) + return 47; + return - 1; + + case 6: + if ((active0 & 0x1d1828dba7a00000L) != 0L || (active1 & 0xcL) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 6; + return 47; + } + if ((active0 & 0x200010040000000L) != 0L) + return 25; + if ((active0 & 0x100400000000L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 6; + return 25; + } + if ((active0 & 0x21802018100000L) != 0L) + return 47; + return - 1; + + case 7: + if ((active0 & (uint) SupportClass.Identity(0x80a00000L)) != 0L) + { + if (jjmatchedPos != 7) + { + jjmatchedKind = 99; + jjmatchedPos = 7; + } + return 25; + } + if ((active0 & (uint) SupportClass.Identity(0xd1838df07000000L)) != 0L) + { + if (jjmatchedPos != 7) + { + jjmatchedKind = 99; + jjmatchedPos = 7; + } + return 47; + } + if ((active0 & 0x1000000020000000L) != 0L || (active1 & 0xcL) != 0L) + return 47; + return - 1; + + case 8: + if ((active0 & (uint) SupportClass.Identity(0xd0038c587800000L)) != 0L || (active1 & 0x4L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 8; + return 47; + } + if ((active0 & (uint) SupportClass.Identity(0x8000000000000L)) != 0L) + return 25; + if ((active0 & 0x10001a00200000L) != 0L) + return 47; + return - 1; + + case 9: + if ((active0 & (uint) SupportClass.Identity(0x800004000000000L)) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 9; + return 25; + } + if ((active0 & 0x500188486800000L) != 0L || (active1 & 0x4L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 9; + return 47; + } + if ((active0 & 0x200101000000L) != 0L) + return 47; + return - 1; + + case 10: + if ((active0 & 0x4480000000L) != 0L) + return 47; + if ((active0 & (uint) SupportClass.Identity(0xd00188006800000L)) != 0L || (active1 & 0x4L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 10; + return 47; + } + return - 1; + + case 11: + if ((active0 & 0x100000000000000L) != 0L || (active1 & 0x4L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 11; + return 25; + } + if ((active0 & 0x400000000000000L) != 0L) + return 47; + if ((active0 & (uint) SupportClass.Identity(0x800188006800000L)) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 11; + return 47; + } + return - 1; + + case 12: + if ((active0 & (uint) SupportClass.Identity(0x800000000000000L)) != 0L) + return 47; + if ((active0 & (uint) SupportClass.Identity(0x80000000000L)) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 12; + return 25; + } + if ((active0 & 0x100108006800000L) != 0L || (active1 & 0x4L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 12; + return 47; + } + return - 1; + + case 13: + if ((active0 & 0x4800000L) != 0L || (active1 & 0x4L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 13; + return 47; + } + if ((active0 & 0x100000000000L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 13; + return 25; + } + if ((active0 & 0x100088002000000L) != 0L) + return 47; + return - 1; + + case 14: + if ((active0 & 0x4000000L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 14; + return 25; + } + if ((active0 & 0x100000800000L) != 0L) + return 47; + if ((active1 & 0x4L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 14; + return 47; + } + return - 1; + + case 15: + if ((active0 & 0x4000000L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 15; + return 47; + } + if ((active1 & 0x4L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 15; + return 25; + } + return - 1; + + case 16: + if ((active0 & 0x4000000L) != 0L || (active1 & 0x4L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 16; + return 47; + } + return - 1; + + case 17: + if ((active1 & 0x4L) != 0L) + { + jjmatchedKind = 99; + jjmatchedPos = 17; + return 47; + } + if ((active0 & 0x4000000L) != 0L) + return 47; + return - 1; + + default: + return - 1; + } + } + + private int jjStartNfa_0(int pos, ulong active0, ulong active1) + { + return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0, active1), pos + 1); + } + + private int jjStopAtPos(int pos, int kind) + { + jjmatchedKind = kind; + jjmatchedPos = pos; + return pos + 1; + } + + private int jjStartNfaWithStates_0(int pos, int kind, int state) + { + jjmatchedKind = kind; + jjmatchedPos = pos; + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + return pos + 1; + } + return jjMoveNfa_0(state, pos + 1); + } + + private int jjMoveStringLiteralDfa0_0() + { + switch (curChar) + { + case (char) (33): + return jjMoveStringLiteralDfa1_0(0x0L, 0x10000000L); + + case (char) (38): + return jjStopAtPos(0, 95); + + case (char) (40): + return jjStopAtPos(0, 9); + + case (char) (41): + return jjStopAtPos(0, 10); + + case (char) (42): + return jjStopAtPos(0, 80); + + case (char) (43): + return jjStopAtPos(0, 78); + + case (char) (45): + return jjStartNfaWithStates_0(0, 79, 47); + + case (char) (47): + return jjStartNfaWithStates_0(0, 81, 47); + + case (char) (59): + jjmatchedKind = 77; + return jjMoveStringLiteralDfa1_0(0x20L, 0x0L); + + case (char) (60): + jjmatchedKind = 84; + return jjMoveStringLiteralDfa1_0(0x0L, 0x1001000L); + + case (char) (61): + return jjMoveStringLiteralDfa1_0(0x0L, 0x400800L); + + case (char) (62): + jjmatchedKind = 82; + return jjMoveStringLiteralDfa1_0(0x0L, 0x4000000L); + + case (char) (66): + return jjMoveStringLiteralDfa1_0(0x100000L, 0x0L); + + case (char) (68): + return jjMoveStringLiteralDfa1_0(0x20000000000L, 0x0L); + + case (char) (70): + return jjMoveStringLiteralDfa1_0(0x400000000000L, 0x100L); + + case (char) (73): + return jjMoveStringLiteralDfa1_0(0x800000000000L, 0x0L); + + case (char) (76): + return jjMoveStringLiteralDfa1_0(0x2000000000000L, 0x0L); + + case (char) (78): + return jjMoveStringLiteralDfa1_0(0x40000000000000L, 0x0L); + + case (char) (83): + return jjMoveStringLiteralDfa1_0(0x4000000000000000L, 0x1L); + + case (char) (84): + return jjMoveStringLiteralDfa1_0(0x0L, 0x20L); + + case (char) (97): + return jjMoveStringLiteralDfa1_0(0x3e00000L, 0x40000000L); + + case (char) (98): + return jjMoveStringLiteralDfa1_0(0x80000L, 0x0L); + + case (char) (99): + return jjMoveStringLiteralDfa1_0(0xc000000L, 0x0L); + + case (char) (100): + return jjMoveStringLiteralDfa1_0(0x1fff0000000L, 0x0L); + + case (char) (101): + return jjMoveStringLiteralDfa1_0(0x1c0000000000L, 0x800000L); + + case (char) (102): + return jjMoveStringLiteralDfa1_0(0x200000000000L, 0x200L); + + case (char) (103): + return jjMoveStringLiteralDfa1_0(0x0L, 0x8080000L); + + case (char) (108): + return jjMoveStringLiteralDfa1_0(0x1000000000000L, 0x2200000L); + + case (char) (109): + return jjMoveStringLiteralDfa1_0(0xc000000000000L, 0x0L); + + case (char) (110): + return jjMoveStringLiteralDfa1_0(0xb0000000000000L, 0x20000400L); + + case (char) (111): + return jjMoveStringLiteralDfa1_0(0x0L, 0x100000000L); + + case (char) (114): + return jjMoveStringLiteralDfa1_0(0xf00000000000000L, 0x0L); + + case (char) (115): + return jjMoveStringLiteralDfa1_0(0xb000000000000000u, 0x2L); + + case (char) (116): + return jjMoveStringLiteralDfa1_0(0x0L, 0xdcL); + + case (char) (124): + return jjStopAtPos(0, 97); + + case (char) (126): + return jjStartNfaWithStates_0(0, 98, 48); + + default: + return jjMoveNfa_0(0, 0); + } + } + + private int jjMoveStringLiteralDfa1_0(ulong active0, ulong active1) + { + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(0, active0, active1); + return 1; + } + switch (curChar) + { + case (char) (45): + if ((active1 & 0x1000L) != 0L) + return jjStopAtPos(1, 76); + break; + + case (char) (59): + if ((active0 & 0x20L) != 0L) + return jjStopAtPos(1, 5); + break; + + case (char) (61): + if ((active1 & 0x400000L) != 0L) + return jjStopAtPos(1, 86); + else if ((active1 & 0x1000000L) != 0L) + return jjStopAtPos(1, 88); + else if ((active1 & 0x4000000L) != 0L) + return jjStopAtPos(1, 90); + else if ((active1 & 0x10000000L) != 0L) + return jjStopAtPos(1, 92); + break; + + case (char) (62): + if ((active1 & 0x800L) != 0L) + return jjStopAtPos(1, 75); + break; + + case (char) (65): + return jjMoveStringLiteralDfa2_0(active0, 0L, active1, 0x100L); + + case (char) (72): + return jjMoveStringLiteralDfa2_0(active0, 0x4000000000000000L, active1, 0L); + + case (char) (76): + return jjMoveStringLiteralDfa2_0(active0, 0x400000000000L, active1, 0L); + + case (char) (78): + return jjMoveStringLiteralDfa2_0(active0, 0x800000000000L, active1, 0L); + + case (char) (79): + return jjMoveStringLiteralDfa2_0(active0, 0x2020000100000L, active1, 0L); + + case (char) (82): + return jjMoveStringLiteralDfa2_0(active0, 0L, active1, 0x20L); + + case (char) (84): + return jjMoveStringLiteralDfa2_0(active0, 0L, active1, 0x1L); + + case (char) (85): + return jjMoveStringLiteralDfa2_0(active0, 0x40000000000000L, active1, 0L); + + case (char) (97): + return jjMoveStringLiteralDfa2_0(active0, 0x1000200000000000L, active1, 0x200L); + + case (char) (101): + if ((active1 & 0x2000000L) != 0L) + return jjStartNfaWithStates_0(1, 89, 47); + else if ((active1 & (uint) SupportClass.Identity(0x8000000L)) != 0L) + return jjStartNfaWithStates_0(1, 91, 47); + else if ((active1 & 0x20000000L) != 0L) + return jjStartNfaWithStates_0(1, 93, 47); + return jjMoveStringLiteralDfa2_0(active0, 0x2b0001fff0000000L, active1, 0x1cL); + + case (char) (102): + return jjMoveStringLiteralDfa2_0(active0, 0x80000000000L, active1, 0L); + + case (char) (103): + return jjMoveStringLiteralDfa2_0(active0, 0x200000L, active1, 0L); + + case (char) (104): + return jjMoveStringLiteralDfa2_0(active0, 0x4000000L, active1, 0L); + + case (char) (105): + return jjMoveStringLiteralDfa2_0(active0, 0x80000L, active1, 0x400L); + + case (char) (108): + return jjMoveStringLiteralDfa2_0(active0, 0x8000000002000000u, active1, 0L); + + case (char) (110): + return jjMoveStringLiteralDfa2_0(active0, 0L, active1, 0x40000000L); + + case (char) (111): + return jjMoveStringLiteralDfa2_0(active0, 0xb5000008000000L, active1, 0L); + + case (char) (113): + if ((active1 & 0x800000L) != 0L) + return jjStartNfaWithStates_0(1, 87, 47); + break; + + case (char) (114): + if ((active1 & 0x100000000L) != 0L) + return jjStartNfaWithStates_0(1, 96, 47); + return jjMoveStringLiteralDfa2_0(active0, 0L, active1, 0x40L); + + case (char) (115): + return jjMoveStringLiteralDfa2_0(active0, 0xc00000L, active1, 0L); + + case (char) (116): + if ((active1 & 0x80000L) != 0L) + return jjStartNfaWithStates_0(1, 83, 25); + else if ((active1 & 0x200000L) != 0L) + return jjStartNfaWithStates_0(1, 85, 25); + break; + + case (char) (117): + return jjMoveStringLiteralDfa2_0(active0, 0x408000001000000L, active1, 0L); + + case (char) (120): + return jjMoveStringLiteralDfa2_0(active0, 0x140000000000L, active1, 0L); + + case (char) (121): + return jjMoveStringLiteralDfa2_0(active0, 0L, active1, 0x82L); + + default: + break; + } + return jjStartNfa_0(0, active0, active1); + } + + private int jjMoveStringLiteralDfa2_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(0, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(1, active0, active1); + return 2; + } + switch (curChar) + { + case (char) (45): + return jjMoveStringLiteralDfa3_0(active0, 0x30000000000000L, active1, 0L); + + case (char) (76): + return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x100L); + + case (char) (77): + return jjMoveStringLiteralDfa3_0(active0, 0x40000000000000L, active1, 0L); + + case (char) (78): + return jjMoveStringLiteralDfa3_0(active0, 0x2000000000000L, active1, 0L); + + case (char) (79): + return jjMoveStringLiteralDfa3_0(active0, 0x4000400000100000L, active1, 0L); + + case (char) (82): + return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x1L); + + case (char) (84): + return jjMoveStringLiteralDfa3_0(active0, 0x800000000000L, active1, 0L); + + case (char) (85): + return jjMoveStringLiteralDfa3_0(active0, 0x20000000000L, active1, 0x20L); + + case (char) (97): + return jjMoveStringLiteralDfa3_0(active0, 0x4000000L, active1, 0L); + + case (char) (99): + return jjMoveStringLiteralDfa3_0(active0, 0x200010000000L, active1, 0L); + + case (char) (100): + if ((active1 & 0x40000000L) != 0L) + return jjStartNfaWithStates_0(2, 94, 47); + return jjMoveStringLiteralDfa3_0(active0, 0x4000000000000L, active1, 0L); + + case (char) (102): + return jjMoveStringLiteralDfa3_0(active0, 0x97fe0000000L, active1, 0L); + + case (char) (103): + return jjMoveStringLiteralDfa3_0(active0, 0x1000000200000L, active1, 0L); + + case (char) (105): + return jjMoveStringLiteralDfa3_0(active0, 0x40000000000L, active1, 0L); + + case (char) (108): + if ((active1 & 0x400L) != 0L) + return jjStartNfaWithStates_0(2, 74, 47); + return jjMoveStringLiteralDfa3_0(active0, 0x1c08000002000000L, active1, 0x200L); + + case (char) (109): + return jjMoveStringLiteralDfa3_0(active0, 0x100000008000000L, active1, 0xeL); + + case (char) (110): + return jjMoveStringLiteralDfa3_0(active0, 0x2000000000080000L, active1, 0L); + + case (char) (111): + return jjMoveStringLiteralDfa3_0(active0, 0x8000000000000000u, active1, 0L); + + case (char) (112): + return jjMoveStringLiteralDfa3_0(active0, 0x100000000000L, active1, 0x80L); + + case (char) (115): + return jjMoveStringLiteralDfa3_0(active0, 0x8000c00000L, active1, 0x10L); + + case (char) (116): + if ((active0 & (uint) SupportClass.Identity(0x80000000000000L)) != 0L) + return jjStartNfaWithStates_0(2, 55, 25); + return jjMoveStringLiteralDfa3_0(active0, 0x200000001000000L, active1, 0L); + + case (char) (117): + return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x40L); + + default: + break; + } + return jjStartNfa_0(1, active0, active1); + } + + private int jjMoveStringLiteralDfa3_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(1, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(2, active0, active1); + return 3; + } + switch (curChar) + { + case (char) (65): + return jjMoveStringLiteralDfa4_0(active0, 0x400000000000L, active1, 0L); + + case (char) (66): + return jjMoveStringLiteralDfa4_0(active0, 0x40020000000000L, active1, 0L); + + case (char) (69): + if ((active1 & 0x20L) != 0L) + return jjStartNfaWithStates_0(3, 69, 47); + return jjMoveStringLiteralDfa4_0(active0, 0x800000000000L, active1, 0L); + + case (char) (71): + if ((active0 & 0x2000000000000L) != 0L) + return jjStartNfaWithStates_0(3, 49, 47); + break; + + case (char) (73): + return jjMoveStringLiteralDfa4_0(active0, 0L, active1, 0x1L); + + case (char) (76): + return jjMoveStringLiteralDfa4_0(active0, 0x100000L, active1, 0L); + + case (char) (82): + return jjMoveStringLiteralDfa4_0(active0, 0x4000000000000000L, active1, 0L); + + case (char) (83): + return jjMoveStringLiteralDfa4_0(active0, 0L, active1, 0x100L); + + case (char) (97): + return jjMoveStringLiteralDfa4_0(active0, 0x810010000000000L, active1, 0L); + + case (char) (98): + return jjMoveStringLiteralDfa4_0(active0, 0L, active1, 0x2L); + + case (char) (99): + return jjMoveStringLiteralDfa4_0(active0, 0x8020000000L, active1, 0L); + + case (char) (100): + if ((active0 & 0x80000L) != 0L) + return jjStartNfaWithStates_0(3, 19, 47); + else if ((active0 & 0x2000000000000000L) != 0L) + return jjStartNfaWithStates_0(3, 61, 47); + break; + + case (char) (101): + if ((active1 & 0x40L) != 0L) + return jjStartNfaWithStates_0(3, 70, 47); + else if ((active1 & 0x80L) != 0L) + return jjStartNfaWithStates_0(3, 71, 47); + return jjMoveStringLiteralDfa4_0(active0, 0x500080000c00000L, active1, 0L); + + case (char) (102): + return jjMoveStringLiteralDfa4_0(active0, 0xc0000000L, active1, 0L); + + case (char) (103): + return jjMoveStringLiteralDfa4_0(active0, 0x300000000L, active1, 0L); + + case (char) (105): + return jjMoveStringLiteralDfa4_0(active0, 0x1005100404000000L, active1, 0L); + + case (char) (108): + return jjMoveStringLiteralDfa4_0(active0, 0x20000010000000L, active1, 0L); + + case (char) (109): + return jjMoveStringLiteralDfa4_0(active0, 0x1808000000L, active1, 0L); + + case (char) (111): + return jjMoveStringLiteralDfa4_0(active0, 0x3000000L, active1, 0L); + + case (char) (112): + return jjMoveStringLiteralDfa4_0(active0, 0L, active1, 0xcL); + + case (char) (114): + return jjMoveStringLiteralDfa4_0(active0, 0x200002000200000L, active1, 0L); + + case (char) (115): + return jjMoveStringLiteralDfa4_0(active0, 0x40000000000L, active1, 0x200L); + + case (char) (116): + if ((active0 & (uint) SupportClass.Identity(0x8000000000000000u)) != 0L) + return jjStartNfaWithStates_0(3, 63, 25); + else if ((active1 & 0x10L) != 0L) + return jjStartNfaWithStates_0(3, 68, 25); + return jjMoveStringLiteralDfa4_0(active0, 0x8204000000000L, active1, 0L); + + default: + break; + } + return jjStartNfa_0(2, active0, active1); + } + + private int jjMoveStringLiteralDfa4_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(2, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(3, active0, active1); + return 4; + } + switch (curChar) + { + case (char) (45): + return jjMoveStringLiteralDfa5_0(active0, 0x400200001000000L, active1, 0L); + + case (char) (69): + if ((active1 & 0x100L) != 0L) + return jjStartNfaWithStates_0(4, 72, 47); + return jjMoveStringLiteralDfa5_0(active0, 0x40000000100000L, active1, 0L); + + case (char) (71): + return jjMoveStringLiteralDfa5_0(active0, 0x800000000000L, active1, 0L); + + case (char) (76): + return jjMoveStringLiteralDfa5_0(active0, 0x20000000000L, active1, 0L); + + case (char) (78): + return jjMoveStringLiteralDfa5_0(active0, 0L, active1, 0x1L); + + case (char) (84): + if ((active0 & 0x400000000000L) != 0L) + return jjStartNfaWithStates_0(4, 46, 47); + else if ((active0 & 0x4000000000000000L) != 0L) + return jjStartNfaWithStates_0(4, 62, 47); + break; + + case (char) (97): + return jjMoveStringLiteralDfa5_0(active0, 0x200000058000000L, active1, 0L); + + case (char) (99): + return jjMoveStringLiteralDfa5_0(active0, 0x1080000000000L, active1, 0L); + + case (char) (101): + if ((active1 & 0x200L) != 0L) + return jjStartNfaWithStates_0(4, 73, 47); + return jjMoveStringLiteralDfa5_0(active0, 0x1000004900200000L, active1, 0L); + + case (char) (102): + return jjMoveStringLiteralDfa5_0(active0, 0x4000000000000L, active1, 0L); + + case (char) (103): + return jjMoveStringLiteralDfa5_0(active0, 0x10000000000000L, active1, 0L); + + case (char) (105): + return jjMoveStringLiteralDfa5_0(active0, 0x8000000000000L, active1, 0L); + + case (char) (108): + return jjMoveStringLiteralDfa5_0(active0, 0x220000000L, active1, 0L); + + case (char) (109): + return jjMoveStringLiteralDfa5_0(active0, 0x100000000000000L, active1, 0L); + + case (char) (110): + return jjMoveStringLiteralDfa5_0(active0, 0x404000000L, active1, 0L); + + case (char) (111): + return jjMoveStringLiteralDfa5_0(active0, 0x20001000000000L, active1, 0xeL); + + case (char) (114): + return jjMoveStringLiteralDfa5_0(active0, 0x108000c00000L, active1, 0L); + + case (char) (116): + return jjMoveStringLiteralDfa5_0(active0, 0x800040000000000L, active1, 0L); + + case (char) (117): + return jjMoveStringLiteralDfa5_0(active0, 0x12080000000L, active1, 0L); + + case (char) (119): + return jjMoveStringLiteralDfa5_0(active0, 0x2000000L, active1, 0L); + + default: + break; + } + return jjStartNfa_0(3, active0, active1); + } + + private int jjMoveStringLiteralDfa5_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(3, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(4, active0, active1); + return 5; + } + switch (curChar) + { + case (char) (65): + return jjMoveStringLiteralDfa6_0(active0, 0x100000L, active1, 0L); + + case (char) (69): + if ((active0 & 0x20000000000L) != 0L) + return jjStartNfaWithStates_0(5, 41, 47); + return jjMoveStringLiteralDfa6_0(active0, 0x800000000000L, active1, 0L); + + case (char) (71): + if ((active1 & 0x1L) != 0L) + return jjStartNfaWithStates_0(5, 64, 47); + break; + + case (char) (82): + if ((active0 & 0x40000000000000L) != 0L) + return jjStartNfaWithStates_0(5, 54, 47); + break; + + case (char) (97): + return jjMoveStringLiteralDfa6_0(active0, 0x1100020000000L, active1, 0L); + + case (char) (98): + return jjMoveStringLiteralDfa6_0(active0, 0x100000000000000L, active1, 0L); + + case (char) (99): + return jjMoveStringLiteralDfa6_0(active0, 0x200000040000000L, active1, 0L); + + case (char) (100): + return jjMoveStringLiteralDfa6_0(active0, 0x1000000000L, active1, 0L); + + case (char) (101): + return jjMoveStringLiteralDfa6_0(active0, 0x10000002000000L, active1, 0L); + + case (char) (102): + return jjMoveStringLiteralDfa6_0(active0, 0x1000000L, active1, 0L); + + case (char) (103): + return jjMoveStringLiteralDfa6_0(active0, 0x200000L, active1, 0L); + + case (char) (105): + return jjMoveStringLiteralDfa6_0(active0, 0x800208004000000L, active1, 0L); + + case (char) (108): + if ((active1 & 0x2L) != 0L) + return jjStartNfaWithStates_0(5, 65, 47); + return jjMoveStringLiteralDfa6_0(active0, 0x12000000000L, active1, 0L); + + case (char) (109): + return jjMoveStringLiteralDfa6_0(active0, 0x4000000000L, active1, 0L); + + case (char) (110): + return jjMoveStringLiteralDfa6_0(active0, 0x1000000188000000L, active1, 0L); + + case (char) (111): + return jjMoveStringLiteralDfa6_0(active0, 0x20000200000000L, active1, 0L); + + case (char) (114): + return jjMoveStringLiteralDfa6_0(active0, 0x10000000L, active1, 0xcL); + + case (char) (115): + if ((active0 & 0x40000000000L) != 0L) + return jjStartNfaWithStates_0(5, 42, 47); + return jjMoveStringLiteralDfa6_0(active0, 0x8000400000000L, active1, 0L); + + case (char) (116): + if ((active0 & 0x400000L) != 0L) + { + jjmatchedKind = 22; + jjmatchedPos = 5; + } + return jjMoveStringLiteralDfa6_0(active0, 0x80800800000L, active1, 0L); + + case (char) (118): + return jjMoveStringLiteralDfa6_0(active0, 0x400000000000000L, active1, 0L); + + case (char) (121): + if ((active0 & 0x4000000000000L) != 0L) + return jjStartNfaWithStates_0(5, 50, 47); + break; + + default: + break; + } + return jjStartNfa_0(4, active0, active1); + } + + private int jjMoveStringLiteralDfa6_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(4, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(5, active0, active1); + return 6; + } + switch (curChar) + { + case (char) (45): + return jjMoveStringLiteralDfa7_0(active0, 0x800000L, active1, 0L); + + case (char) (78): + if ((active0 & 0x100000L) != 0L) + return jjStartNfaWithStates_0(6, 20, 47); + break; + + case (char) (82): + if ((active0 & (uint) SupportClass.Identity(0x800000000000L)) != 0L) + return jjStartNfaWithStates_0(6, 47, 47); + break; + + case (char) (97): + return jjMoveStringLiteralDfa7_0(active0, 0x200000L, active1, 0xcL); + + case (char) (98): + return jjMoveStringLiteralDfa7_0(active0, 0x8200000000L, active1, 0L); + + case (char) (99): + return jjMoveStringLiteralDfa7_0(active0, 0x1000000080000000L, active1, 0L); + + case (char) (100): + if ((active0 & (uint) SupportClass.Identity(0x8000000L)) != 0L) + return jjStartNfaWithStates_0(6, 27, 47); + return jjMoveStringLiteralDfa7_0(active0, 0x2000000L, active1, 0L); + + case (char) (101): + if ((active0 & 0x10000000L) != 0L) + return jjStartNfaWithStates_0(6, 28, 47); + else if ((active0 & 0x2000000000L) != 0L) + return jjStartNfaWithStates_0(6, 37, 47); + return jjMoveStringLiteralDfa7_0(active0, 0x500000100000000L, active1, 0L); + + case (char) (104): + return jjMoveStringLiteralDfa7_0(active0, 0x800000000L, active1, 0L); + + case (char) (105): + return jjMoveStringLiteralDfa7_0(active0, 0x80000000000L, active1, 0L); + + case (char) (108): + if ((active0 & 0x1000000000000L) != 0L) + return jjStartNfaWithStates_0(6, 48, 47); + return jjMoveStringLiteralDfa7_0(active0, 0x8000000000000L, active1, 0L); + + case (char) (110): + return jjMoveStringLiteralDfa7_0(active0, 0x10200004000000L, active1, 0L); + + case (char) (111): + return jjMoveStringLiteralDfa7_0(active0, 0x1000000L, active1, 0L); + + case (char) (112): + if ((active0 & 0x20000000000000L) != 0L) + return jjStartNfaWithStates_0(6, 53, 47); + return jjMoveStringLiteralDfa7_0(active0, 0x4000000000L, active1, 0L); + + case (char) (115): + return jjMoveStringLiteralDfa7_0(active0, 0x20000000L, active1, 0L); + + case (char) (116): + if ((active0 & 0x40000000L) != 0L) + return jjStartNfaWithStates_0(6, 30, 25); + else if ((active0 & 0x10000000000L) != 0L) + return jjStartNfaWithStates_0(6, 40, 25); + else if ((active0 & 0x200000000000000L) != 0L) + return jjStartNfaWithStates_0(6, 57, 25); + return jjMoveStringLiteralDfa7_0(active0, 0x100400000000L, active1, 0L); + + case (char) (117): + return jjMoveStringLiteralDfa7_0(active0, 0x1000000000L, active1, 0L); + + case (char) (118): + return jjMoveStringLiteralDfa7_0(active0, 0x800000000000000L, active1, 0L); + + default: + break; + } + return jjStartNfa_0(5, active0, active1); + } + + private int jjMoveStringLiteralDfa7_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(5, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(6, active0, active1); + return 7; + } + switch (curChar) + { + case (char) (45): + return jjMoveStringLiteralDfa8_0(active0, 0x2000000L, active1, 0L); + + case (char) (97): + return jjMoveStringLiteralDfa8_0(active0, 0x600000000L, active1, 0L); + + case (char) (99): + return jjMoveStringLiteralDfa8_0(active0, 0x1000000L, active1, 0L); + + case (char) (100): + return jjMoveStringLiteralDfa8_0(active0, 0x10200000000000L, active1, 0L); + + case (char) (101): + if ((active0 & 0x1000000000000000L) != 0L) + return jjStartNfaWithStates_0(7, 60, 47); + return jjMoveStringLiteralDfa8_0(active0, 0x800008000000000L, active1, 0L); + + case (char) (103): + return jjMoveStringLiteralDfa8_0(active0, 0x4000000L, active1, 0L); + + case (char) (105): + return jjMoveStringLiteralDfa8_0(active0, 0x100000000000L, active1, 0L); + + case (char) (108): + if ((active1 & 0x8L) != 0L) + { + jjmatchedKind = 67; + jjmatchedPos = 7; + } + return jjMoveStringLiteralDfa8_0(active0, 0x5000000000L, active1, 0x4L); + + case (char) (111): + return jjMoveStringLiteralDfa8_0(active0, 0x8000800000000L, active1, 0L); + + case (char) (114): + return jjMoveStringLiteralDfa8_0(active0, 0x500000100000000L, active1, 0L); + + case (char) (115): + if ((active0 & 0x20000000L) != 0L) + return jjStartNfaWithStates_0(7, 29, 47); + break; + + case (char) (116): + return jjMoveStringLiteralDfa8_0(active0, 0x80a00000L, active1, 0L); + + case (char) (118): + return jjMoveStringLiteralDfa8_0(active0, 0x80000000000L, active1, 0L); + + default: + break; + } + return jjStartNfa_0(6, active0, active1); + } + + private int jjMoveStringLiteralDfa8_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(6, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(7, active0, active1); + return 8; + } + switch (curChar) + { + case (char) (45): + return jjMoveStringLiteralDfa9_0(active0, 0x900008004000000L, active1, 0x4L); + + case (char) (97): + if ((active0 & 0x10000000000000L) != 0L) + return jjStartNfaWithStates_0(8, 52, 47); + return jjMoveStringLiteralDfa9_0(active0, 0x4000000000L, active1, 0L); + + case (char) (100): + if ((active0 & (uint) SupportClass.Identity(0x800000000L)) != 0L) + return jjStartNfaWithStates_0(8, 35, 47); + break; + + case (char) (101): + if ((active0 & 0x200000L) != 0L) + return jjStartNfaWithStates_0(8, 21, 47); + else if ((active0 & 0x1000000000L) != 0L) + return jjStartNfaWithStates_0(8, 36, 47); + return jjMoveStringLiteralDfa9_0(active0, 0x280000800000L, active1, 0L); + + case (char) (105): + return jjMoveStringLiteralDfa9_0(active0, 0x180000000L, active1, 0L); + + case (char) (108): + if ((active0 & 0x200000000L) != 0L) + return jjStartNfaWithStates_0(8, 33, 47); + break; + + case (char) (110): + return jjMoveStringLiteralDfa9_0(active0, 0x400000000L, active1, 0L); + + case (char) (111): + return jjMoveStringLiteralDfa9_0(active0, 0x100000000000L, active1, 0L); + + case (char) (115): + return jjMoveStringLiteralDfa9_0(active0, 0x400000000000000L, active1, 0L); + + case (char) (116): + if ((active0 & (uint) SupportClass.Identity(0x8000000000000L)) != 0L) + return jjStartNfaWithStates_0(8, 51, 25); + break; + + case (char) (117): + return jjMoveStringLiteralDfa9_0(active0, 0x1000000L, active1, 0L); + + case (char) (118): + return jjMoveStringLiteralDfa9_0(active0, 0x2000000L, active1, 0L); + + default: + break; + } + return jjStartNfa_0(7, active0, active1); + } + + private int jjMoveStringLiteralDfa9_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(7, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(8, active0, active1); + return 9; + } + switch (curChar) + { + case (char) (45): + return jjMoveStringLiteralDfa10_0(active0, 0x80000000000L, active1, 0L); + + case (char) (97): + return jjMoveStringLiteralDfa10_0(active0, 0x2000000L, active1, 0x4L); + + case (char) (99): + if ((active0 & 0x100000000L) != 0L) + return jjStartNfaWithStates_0(9, 32, 47); + return jjMoveStringLiteralDfa10_0(active0, 0x8400000000L, active1, 0L); + + case (char) (100): + return jjMoveStringLiteralDfa10_0(active0, 0x4000000L, active1, 0L); + + case (char) (105): + return jjMoveStringLiteralDfa10_0(active0, 0x400000000000000L, active1, 0L); + + case (char) (109): + return jjMoveStringLiteralDfa10_0(active0, 0x100000000800000L, active1, 0L); + + case (char) (110): + return jjMoveStringLiteralDfa10_0(active0, 0x100000000000L, active1, 0L); + + case (char) (111): + return jjMoveStringLiteralDfa10_0(active0, 0x80000000L, active1, 0L); + + case (char) (115): + if ((active0 & 0x1000000L) != 0L) + return jjStartNfaWithStates_0(9, 24, 47); + break; + + case (char) (116): + return jjMoveStringLiteralDfa10_0(active0, 0x800004000000000L, active1, 0L); + + case (char) (120): + if ((active0 & 0x200000000000L) != 0L) + return jjStartNfaWithStates_0(9, 45, 47); + break; + + default: + break; + } + return jjStartNfa_0(8, active0, active1); + } + + private int jjMoveStringLiteralDfa10_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(8, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(9, active0, active1); + return 10; + } + switch (curChar) + { + case (char) (45): + return jjMoveStringLiteralDfa11_0(active0, 0x100000000000L, active1, 0L); + + case (char) (97): + return jjMoveStringLiteralDfa11_0(active0, 0x100000000000000L, active1, 0L); + + case (char) (99): + return jjMoveStringLiteralDfa11_0(active0, 0L, active1, 0x4L); + + case (char) (100): + return jjMoveStringLiteralDfa11_0(active0, 0x80000000000L, active1, 0L); + + case (char) (101): + if ((active0 & 0x400000000L) != 0L) + return jjStartNfaWithStates_0(10, 34, 47); + else if ((active0 & 0x4000000000L) != 0L) + return jjStartNfaWithStates_0(10, 38, 47); + break; + + case (char) (105): + return jjMoveStringLiteralDfa11_0(active0, 0x800000004000000L, active1, 0L); + + case (char) (108): + return jjMoveStringLiteralDfa11_0(active0, 0x8002000000L, active1, 0L); + + case (char) (110): + if ((active0 & (uint) SupportClass.Identity(0x80000000L)) != 0L) + return jjStartNfaWithStates_0(10, 31, 47); + break; + + case (char) (111): + return jjMoveStringLiteralDfa11_0(active0, 0x400000000000000L, active1, 0L); + + case (char) (112): + return jjMoveStringLiteralDfa11_0(active0, 0x800000L, active1, 0L); + + default: + break; + } + return jjStartNfa_0(9, active0, active1); + } + + private int jjMoveStringLiteralDfa11_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(9, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(10, active0, active1); + return 11; + } + switch (curChar) + { + case (char) (97): + return jjMoveStringLiteralDfa12_0(active0, 0x88000000000L, active1, 0L); + + case (char) (100): + return jjMoveStringLiteralDfa12_0(active0, 0x100000000000L, active1, 0L); + + case (char) (109): + return jjMoveStringLiteralDfa12_0(active0, 0x800000000000000L, active1, 0L); + + case (char) (110): + if ((active0 & 0x400000000000000L) != 0L) + return jjStartNfaWithStates_0(11, 58, 47); + break; + + case (char) (111): + return jjMoveStringLiteralDfa12_0(active0, 0x800000L, active1, 0L); + + case (char) (114): + return jjMoveStringLiteralDfa12_0(active0, 0x4000000L, active1, 0L); + + case (char) (116): + return jjMoveStringLiteralDfa12_0(active0, 0x100000000000000L, active1, 0x4L); + + case (char) (117): + return jjMoveStringLiteralDfa12_0(active0, 0x2000000L, active1, 0L); + + default: + break; + } + return jjStartNfa_0(10, active0, active1); + } + + private int jjMoveStringLiteralDfa12_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(10, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(11, active0, active1); + return 12; + } + switch (curChar) + { + case (char) (97): + return jjMoveStringLiteralDfa13_0(active0, 0x100000000000L, active1, 0L); + + case (char) (99): + return jjMoveStringLiteralDfa13_0(active0, 0x100000000000000L, active1, 0L); + + case (char) (101): + if ((active0 & (uint) SupportClass.Identity(0x800000000000000L)) != 0L) + return jjStartNfaWithStates_0(12, 59, 47); + return jjMoveStringLiteralDfa13_0(active0, 0x6000000L, active1, 0L); + + case (char) (105): + return jjMoveStringLiteralDfa13_0(active0, 0L, active1, 0x4L); + + case (char) (114): + return jjMoveStringLiteralDfa13_0(active0, 0x800000L, active1, 0L); + + case (char) (115): + return jjMoveStringLiteralDfa13_0(active0, 0x8000000000L, active1, 0L); + + case (char) (116): + return jjMoveStringLiteralDfa13_0(active0, 0x80000000000L, active1, 0L); + + default: + break; + } + return jjStartNfa_0(11, active0, active1); + } + + private int jjMoveStringLiteralDfa13_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(11, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(12, active0, active1); + return 13; + } + switch (curChar) + { + case (char) (97): + return jjMoveStringLiteralDfa14_0(active0, 0x800000L, active1, 0L); + + case (char) (99): + return jjMoveStringLiteralDfa14_0(active0, 0x4000000L, active1, 0L); + + case (char) (101): + if ((active0 & (uint) SupportClass.Identity(0x80000000000L)) != 0L) + return jjStartNfaWithStates_0(13, 43, 47); + break; + + case (char) (104): + if ((active0 & 0x100000000000000L) != 0L) + return jjStartNfaWithStates_0(13, 56, 47); + break; + + case (char) (115): + if ((active0 & 0x2000000L) != 0L) + return jjStartNfaWithStates_0(13, 25, 47); + else if ((active0 & (uint) SupportClass.Identity(0x8000000000L)) != 0L) + return jjStartNfaWithStates_0(13, 39, 47); + break; + + case (char) (116): + return jjMoveStringLiteralDfa14_0(active0, 0x100000000000L, active1, 0L); + + case (char) (118): + return jjMoveStringLiteralDfa14_0(active0, 0L, active1, 0x4L); + + default: + break; + } + return jjStartNfa_0(12, active0, active1); + } + + private int jjMoveStringLiteralDfa14_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(12, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(13, active0, active1); + return 14; + } + switch (curChar) + { + case (char) (97): + return jjMoveStringLiteralDfa15_0(active0, 0L, active1, 0x4L); + + case (char) (101): + if ((active0 & 0x100000000000L) != 0L) + return jjStartNfaWithStates_0(14, 44, 47); + break; + + case (char) (108): + if ((active0 & 0x800000L) != 0L) + return jjStartNfaWithStates_0(14, 23, 47); + break; + + case (char) (116): + return jjMoveStringLiteralDfa15_0(active0, 0x4000000L, active1, 0L); + + default: + break; + } + return jjStartNfa_0(13, active0, active1); + } + + private int jjMoveStringLiteralDfa15_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(13, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(14, active0, active1); + return 15; + } + switch (curChar) + { + case (char) (105): + return jjMoveStringLiteralDfa16_0(active0, 0x4000000L, active1, 0L); + + case (char) (116): + return jjMoveStringLiteralDfa16_0(active0, 0L, active1, 0x4L); + + default: + break; + } + return jjStartNfa_0(14, active0, active1); + } + + private int jjMoveStringLiteralDfa16_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(14, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(15, active0, active1); + return 16; + } + switch (curChar) + { + case (char) (105): + return jjMoveStringLiteralDfa17_0(active0, 0L, active1, 0x4L); + + case (char) (111): + return jjMoveStringLiteralDfa17_0(active0, 0x4000000L, active1, 0L); + + default: + break; + } + return jjStartNfa_0(15, active0, active1); + } + + private int jjMoveStringLiteralDfa17_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(15, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(16, active0, active1); + return 17; + } + switch (curChar) + { + case (char) (110): + if ((active0 & 0x4000000L) != 0L) + return jjStartNfaWithStates_0(17, 26, 47); + break; + + case (char) (111): + return jjMoveStringLiteralDfa18_0(active0, 0L, active1, 0x4L); + + default: + break; + } + return jjStartNfa_0(16, active0, active1); + } + + private int jjMoveStringLiteralDfa18_0(ulong old0, ulong active0, ulong old1, ulong active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return jjStartNfa_0(16, old0, old1); + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + jjStopStringLiteralDfa_0(17, 0L, active1); + return 18; + } + switch (curChar) + { + case (char) (110): + if ((active1 & 0x4L) != 0L) + return jjStartNfaWithStates_0(18, 66, 47); + break; + + default: + break; + } + return jjStartNfa_0(17, 0L, active1); + } + + private void jjCheckNAdd(int state) + { + if (jjrounds[state] != jjround) + { + jjstateSet[jjnewStateCnt++] = state; + jjrounds[state] = jjround; + } + } + + private void jjAddStates(int start, int end) + { + do + { + jjstateSet[jjnewStateCnt++] = jjnextStates[start]; + } while (start++ != end); + } + + private void jjCheckNAddTwoStates(int state1, int state2) + { + jjCheckNAdd(state1); + jjCheckNAdd(state2); + } + + private void jjCheckNAddStates(int start, int end) + { + do + { + jjCheckNAdd(jjnextStates[start]); + } while (start++ != end); + } + + private void jjCheckNAddStates(int start) + { + jjCheckNAdd(jjnextStates[start]); + jjCheckNAdd(jjnextStates[start + 1]); + } + + private int jjMoveNfa_0(int startState, int curPos) + { + int[] nextStates; + int startsAt = 0; + jjnewStateCnt = 47; + int i = 1; + jjstateSet[0] = startState; + int j, kind = 0x7fffffff; + for (;;) + { + if (++jjround == 0x7fffffff) + ReInitRounds(); + if (curChar < 64) + { + ulong l = 1u << (int) curChar; + MatchLoop: + do + { + switch (jjstateSet[--i]) + { + case 47: + if ((0x7ffe01000000000L & l) != 0L) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + if ((0x7ffe01000000000L & l) != 0L) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + break; + + case 48: + case 22: + if ((0x7ffe01000000000L & l) == 0L) + break; + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + break; + + case 25: + if ((0x7ffe01000000000L & l) != 0L) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + if ((0x7ffe01000000000L & l) != 0L) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + break; + + case 24: + if ((0x7ffe01000000000L & l) != 0L) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + if ((0x7ffe01000000000L & l) != 0L) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + break; + + case 0: + if ((0x7ffe01000000000L & l) != 0L) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + else if (curChar == 39) + jjCheckNAddStates(0, 2); + else if (curChar == 34) + jjCheckNAddStates(3, 5); + else if (curChar == 63) + jjCheckNAddTwoStates(43, 44); + if ((0x7ffe01000000000L & l) != 0L) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + else if (curChar == 63) + jjstateSet[jjnewStateCnt++] = 15; + if ((0x3ff000000000000L & l) != 0L) + { + if (kind > 11) + kind = 11; + jjCheckNAddStates(6, 10); + } + else if (curChar == 36) + { + if (kind > 100) + kind = 100; + } + else if (curChar == 46) + jjCheckNAdd(1); + if ((0x3ff000000000000L & l) != 0L) + { + if (kind > 101) + kind = 101; + } + else if (curChar == 36) + jjstateSet[jjnewStateCnt++] = 19; + break; + + case 23: + if ((0x7ffe01000000000L & l) != 0L) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + if ((0x7ffe01000000000L & l) != 0L) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + break; + + case 1: + if ((0x3ff000000000000L & l) == 0L) + break; + if (kind > 12) + kind = 12; + jjCheckNAddTwoStates(1, 2); + break; + + case 3: + if ((0x280000000000L & l) != 0L) + jjCheckNAdd(4); + break; + + case 4: + if ((0x3ff000000000000L & l) == 0L) + break; + if (kind > 12) + kind = 12; + jjCheckNAdd(4); + break; + + case 5: + case 8: + if (curChar == 34) + jjCheckNAddStates(3, 5); + break; + + case 6: + if (((uint) SupportClass.Identity(0xfffffffbffffffffL) & l) != 0L) + jjCheckNAddStates(3, 5); + break; + + case 9: + if (curChar == 34 && kind > 14) + kind = 14; + break; + + case 10: + case 13: + if (curChar == 39) + jjCheckNAddStates(0, 2); + break; + + case 11: + if (((uint) SupportClass.Identity(0xffffff7fffffffffL) & l) != 0L) + jjCheckNAddStates(0, 2); + break; + + case 14: + if (curChar == 39 && kind > 14) + kind = 14; + break; + + case 15: + if (curChar == 42) + jjCheckNAdd(16); + break; + + case 16: + if ((0x3ff001000000000L & l) != 0L) + jjCheckNAddTwoStates(16, 17); + break; + + case 17: + if (curChar == 42 && kind > 17) + kind = 17; + break; + + case 18: + if (curChar == 63) + jjstateSet[jjnewStateCnt++] = 15; + break; + + case 19: + if (curChar == 63) + jjCheckNAdd(20); + break; + + case 20: + if ((0x3ff001000000000L & l) == 0L) + break; + if (kind > 18) + kind = 18; + jjCheckNAdd(20); + break; + + case 21: + if (curChar == 36) + jjstateSet[jjnewStateCnt++] = 19; + break; + + case 27: + if (curChar == 36 && kind > 100) + kind = 100; + break; + + case 28: + if ((0x3ff000000000000L & l) != 0L && kind > 101) + kind = 101; + break; + + case 29: + if ((0x7ffe01000000000L & l) == 0L) + break; + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + break; + + case 30: + if ((0x3ff000000000000L & l) == 0L) + break; + if (kind > 11) + kind = 11; + jjCheckNAddStates(6, 10); + break; + + case 31: + if ((0x3ff000000000000L & l) == 0L) + break; + if (kind > 11) + kind = 11; + jjCheckNAdd(31); + break; + + case 32: + if ((0x3ff000000000000L & l) != 0L) + jjCheckNAddTwoStates(32, 33); + break; + + case 33: + if (curChar != 46) + break; + if (kind > 12) + kind = 12; + jjCheckNAddTwoStates(34, 35); + break; + + case 34: + if ((0x3ff000000000000L & l) == 0L) + break; + if (kind > 12) + kind = 12; + jjCheckNAddTwoStates(34, 35); + break; + + case 36: + if ((0x280000000000L & l) != 0L) + jjCheckNAdd(37); + break; + + case 37: + if ((0x3ff000000000000L & l) == 0L) + break; + if (kind > 12) + kind = 12; + jjCheckNAdd(37); + break; + + case 38: + if ((0x3ff000000000000L & l) != 0L) + jjCheckNAddTwoStates(38, 39); + break; + + case 40: + if ((0x280000000000L & l) != 0L) + jjCheckNAdd(41); + break; + + case 41: + if ((0x3ff000000000000L & l) == 0L) + break; + if (kind > 12) + kind = 12; + jjCheckNAdd(41); + break; + + case 42: + if (curChar == 63) + jjCheckNAddTwoStates(43, 44); + break; + + case 43: + if ((0x3ff001000000000L & l) == 0L) + break; + if (kind > 15) + kind = 15; + jjCheckNAdd(43); + break; + + case 44: + if ((0x3ff001000000000L & l) != 0L) + jjCheckNAddTwoStates(44, 46); + break; + + case 45: + if (curChar == 58 && kind > 16) + kind = 16; + break; + + case 46: + if (curChar == 38) + jjstateSet[jjnewStateCnt++] = 45; + break; + + default: + break; + } + } while (i != startsAt); + } + else if (curChar < 128) + { + ulong l = 1u << (curChar & 63); + MatchLoop1: + do + { + switch (jjstateSet[--i]) + { + case 47: + if ((0x47fffffe87ffffffL & l) != 0L) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + if ((0x7fffffe97fffffeL & l) != 0L) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + if (curChar == 116) + jjstateSet[jjnewStateCnt++] = 25; + break; + + case 48: + if ((0x47fffffe87ffffffL & l) != 0L) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + if (curChar == 116) + jjstateSet[jjnewStateCnt++] = 25; + break; + + case 25: + if ((0x47fffffe87ffffffL & l) != 0L) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + if ((0x7fffffe97fffffeL & l) != 0L) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + if (curChar == 121) + jjstateSet[jjnewStateCnt++] = 24; + else if (curChar == 116) + jjstateSet[jjnewStateCnt++] = 25; + break; + + case 24: + if ((0x47fffffe87ffffffL & l) != 0L) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + if ((0x7fffffe97fffffeL & l) != 0L) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + if (curChar == 112) + jjstateSet[jjnewStateCnt++] = 23; + else if (curChar == 116) + jjstateSet[jjnewStateCnt++] = 25; + break; + + case 0: + if ((0x47fffffe87ffffffL & l) != 0L) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + if ((0x7fffffe97fffffeL & l) != 0L) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + if ((0x7fffffe87fffffeL & l) != 0L) + { + if (kind > 100) + kind = 100; + } + if (curChar == 116) + jjstateSet[jjnewStateCnt++] = 25; + break; + + case 23: + if ((0x47fffffe87ffffffL & l) != 0L) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + if ((0x7fffffe97fffffeL & l) != 0L) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + if (curChar == 101) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + else if (curChar == 116) + jjstateSet[jjnewStateCnt++] = 25; + break; + + case 2: + if ((0x2000000020L & l) != 0L) + jjAddStates(11, 12); + break; + + case 6: + if (((uint) SupportClass.Identity(0xffffffffefffffffL) & l) != 0L) + jjCheckNAddStates(3, 5); + break; + + case 7: + if (curChar == 92) + jjstateSet[jjnewStateCnt++] = 8; + break; + + case 8: + if (curChar == 92) + jjCheckNAddStates(3, 5); + break; + + case 11: + if (((uint) SupportClass.Identity(0xffffffffefffffffL) & l) != 0L) + jjCheckNAddStates(0, 2); + break; + + case 12: + if (curChar == 92) + jjstateSet[jjnewStateCnt++] = 13; + break; + + case 13: + if (curChar == 92) + jjCheckNAddStates(0, 2); + break; + + case 16: + if ((0x7fffffe87fffffeL & l) != 0L) + jjAddStates(13, 14); + break; + + case 20: + if ((0x7fffffe87fffffeL & l) == 0L) + break; + if (kind > 18) + kind = 18; + jjstateSet[jjnewStateCnt++] = 20; + break; + + case 22: + if ((0x47fffffe87ffffffL & l) == 0L) + break; + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + break; + + case 26: + if (curChar == 116) + jjstateSet[jjnewStateCnt++] = 25; + break; + + case 27: + if ((0x7fffffe87fffffeL & l) != 0L && kind > 100) + kind = 100; + break; + + case 29: + if ((0x7fffffe97fffffeL & l) == 0L) + break; + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + break; + + case 35: + if ((0x2000000020L & l) != 0L) + jjAddStates(15, 16); + break; + + case 39: + if ((0x2000000020L & l) != 0L) + jjAddStates(17, 18); + break; + + case 43: + if ((0x7fffffe87fffffeL & l) == 0L) + break; + if (kind > 15) + kind = 15; + jjstateSet[jjnewStateCnt++] = 43; + break; + + case 44: + if ((0x7fffffe87fffffeL & l) != 0L) + jjAddStates(19, 20); + break; + + default: + break; + } + } while (i != startsAt); + } + else + { + int hiByte = (int) (curChar >> 8); + int i1 = hiByte >> 6; + ulong l1 = 1u << (hiByte & 63); + int i2 = (curChar & 0xff) >> 6; + ulong l2 = 1u << (curChar & 63); + MatchLoop1: + do + { + switch (jjstateSet[--i]) + { + case 47: + if (jjCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + if (jjCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + break; + + case 48: + case 22: + if (!jjCanMove_1(hiByte, i1, i2, l1, l2)) + break; + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + break; + + case 25: + if (jjCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + if (jjCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + break; + + case 24: + if (jjCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + if (jjCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + break; + + case 0: + if (jjCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + if (jjCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 100) + kind = 100; + } + if (jjCanMove_2(hiByte, i1, i2, l1, l2)) + { + if (kind > 101) + kind = 101; + } + if (jjCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + break; + + case 23: + if (jjCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 99) + kind = 99; + jjCheckNAddTwoStates(22, 26); + } + if (jjCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + } + break; + + case 6: + if (jjCanMove_0(hiByte, i1, i2, l1, l2)) + jjAddStates(3, 5); + break; + + case 11: + if (jjCanMove_0(hiByte, i1, i2, l1, l2)) + jjAddStates(0, 2); + break; + + case 16: + if (jjCanMove_1(hiByte, i1, i2, l1, l2)) + jjAddStates(13, 14); + break; + + case 20: + if (!jjCanMove_1(hiByte, i1, i2, l1, l2)) + break; + if (kind > 18) + kind = 18; + jjstateSet[jjnewStateCnt++] = 20; + break; + + case 27: + if (jjCanMove_1(hiByte, i1, i2, l1, l2) && kind > 100) + kind = 100; + break; + + case 28: + if (jjCanMove_2(hiByte, i1, i2, l1, l2) && kind > 101) + kind = 101; + break; + + case 29: + if (!jjCanMove_1(hiByte, i1, i2, l1, l2)) + break; + if (kind > 102) + kind = 102; + jjCheckNAdd(29); + break; + + case 43: + if (!jjCanMove_1(hiByte, i1, i2, l1, l2)) + break; + if (kind > 15) + kind = 15; + jjstateSet[jjnewStateCnt++] = 43; + break; + + case 44: + if (jjCanMove_1(hiByte, i1, i2, l1, l2)) + jjAddStates(19, 20); + break; + + default: + break; + } + } while (i != startsAt); + } + if (kind != 0x7fffffff) + { + jjmatchedKind = kind; + jjmatchedPos = curPos; + kind = 0x7fffffff; + } + ++curPos; + if ((i = jjnewStateCnt) == (startsAt = 47 - (jjnewStateCnt = startsAt))) + return curPos; + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + return curPos; + } + } + } + + private int jjMoveStringLiteralDfa0_1() + { + return jjMoveNfa_1(1, 0); + } + + private int jjMoveNfa_1(int startState, int curPos) + { + int[] nextStates; + int startsAt = 0; + jjnewStateCnt = 4; + int i = 1; + jjstateSet[0] = startState; + int j, kind = 0x7fffffff; + for (;;) + { + if (++jjround == 0x7fffffff) + ReInitRounds(); + if (curChar < 64) + { + ulong l = 1u << (int) curChar; + MatchLoop1: + do + { + switch (jjstateSet[--i]) + { + case 1: + if ((0x3ff000000000000L & l) != 0L) + { + if (kind > 7) + kind = 7; + jjCheckNAdd(0); + } + else if ((0x2400L & l) != 0L) + { + if (kind > 8) + kind = 8; + } + if (curChar == 13) + jjstateSet[jjnewStateCnt++] = 2; + break; + + case 0: + if ((0x3ff000000000000L & l) == 0L) + break; + kind = 7; + jjCheckNAdd(0); + break; + + case 2: + if (curChar == 10 && kind > 8) + kind = 8; + break; + + case 3: + if (curChar == 13) + jjstateSet[jjnewStateCnt++] = 2; + break; + + default: + break; + } + } while (i != startsAt); + } + else if (curChar < 128) + { + ulong l = 1u << (curChar & 63); + MatchLoop1: + do + { + switch (jjstateSet[--i]) + { + case 1: + case 0: + if ((0x7fffffe00000000L & l) == 0L) + break; + kind = 7; + jjCheckNAdd(0); + break; + + default: + break; + } + } while (i != startsAt); + } + else + { + int hiByte = (int) (curChar >> 8); + int i1 = hiByte >> 6; + ulong l1 = 1u << (hiByte & 63); + int i2 = (curChar & 0xff) >> 6; + ulong l2 = 1u << (curChar & 63); + MatchLoop1: + do + { + switch (jjstateSet[--i]) + { + default: + break; + } + } while (i != startsAt); + } + if (kind != 0x7fffffff) + { + jjmatchedKind = kind; + jjmatchedPos = curPos; + kind = 0x7fffffff; + } + ++curPos; + if ((i = jjnewStateCnt) == (startsAt = 4 - (jjnewStateCnt = startsAt))) + return curPos; + try + { + curChar = input_stream.readChar(); + } + catch (IOException e) + { + return curPos; + } + } + } + + private static bool jjCanMove_0(int hiByte, int i1, int i2, ulong l1, ulong l2) + { + switch (hiByte) + { + case 0: + return ((jjbitVec2[i2] & l2) != 0L); + + default: + if ((jjbitVec0[i1] & l1) != 0L) + return true; + return false; + } + } + + private static bool jjCanMove_1(int hiByte, int i1, int i2, ulong l1, ulong l2) + { + switch (hiByte) + { + case 0: + return ((jjbitVec4[i2] & l2) != 0L); + + case 48: + return ((jjbitVec5[i2] & l2) != 0L); + + case 49: + return ((jjbitVec6[i2] & l2) != 0L); + + case 51: + return ((jjbitVec7[i2] & l2) != 0L); + + case 61: + return ((jjbitVec8[i2] & l2) != 0L); + + default: + if ((jjbitVec3[i1] & l1) != 0L) + return true; + return false; + } + } + + private static bool jjCanMove_2(int hiByte, int i1, int i2, ulong l1, ulong l2) + { + switch (hiByte) + { + case 6: + return ((jjbitVec11[i2] & l2) != 0L); + + case 11: + return ((jjbitVec12[i2] & l2) != 0L); + + case 13: + return ((jjbitVec13[i2] & l2) != 0L); + + case 14: + return ((jjbitVec14[i2] & l2) != 0L); + + case 16: + return ((jjbitVec15[i2] & l2) != 0L); + + default: + if ((jjbitVec9[i1] & l1) != 0L) + if ((jjbitVec10[i2] & l2) == 0L) + return false; + else + return true; + return false; + } + } + + public virtual void ReInit(SimpleCharStream stream) + { + jjmatchedPos = jjnewStateCnt = 0; + curLexState = defaultLexState; + input_stream = stream; + ReInitRounds(); + } + + private void ReInitRounds() + { + int i; + jjround = (int) SupportClass.Identity(0x80000001); + for (i = 47; i-- > 0;) + jjrounds[i] = (int) SupportClass.Identity(0x80000000); + } + + public virtual void ReInit(SimpleCharStream stream, int lexState) + { + ReInit(stream); + SwitchTo(lexState); + } + + public void SwitchTo(int lexState) + { + if (lexState >= 2 || lexState < 0) + throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE); + else + curLexState = lexState; + } + + protected internal virtual Token jjFillToken() + { + Token t = Token.newToken(jjmatchedKind); + t.kind = jjmatchedKind; + String im = jjstrLiteralImages[jjmatchedKind]; + t.image = (im == null) ? input_stream.GetImage() : im; + t.beginLine = input_stream.BeginLine; + t.beginColumn = input_stream.BeginColumn; + t.endLine = input_stream.EndLine; + t.endColumn = input_stream.EndColumn; + return t; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Parser/Clips/ParseException.cs b/trunk/Creshendo/Util/Parser/Clips/ParseException.cs new file mode 100644 index 0000000..3fb91c7 --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips/ParseException.cs @@ -0,0 +1,222 @@ +/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */ +using System; +using System.Text; + +namespace Creshendo.Util.Parser.Clips +{ + /// This exception is thrown when parse errors are encountered. + /// You can explicitly create objects of this exception type by + /// calling the method generateParseException in the generated + /// parser. + /// * + /// You can modify this class to customize your error reporting + /// mechanisms so long as you retain the public fields. + /// + public class ParseException : Exception + { + /// This is the last token that has been consumed successfully. If + /// this object has been created due to a parse error, the token + /// followng this token will (therefore) be the first error token. + /// + public Token currentToken; + + /// The end of line string for this machine. + /// + //UPGRADE_NOTE: The initialization of 'eol' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal String eol; + + /// Each entry in this array is an array of integers. Each array + /// of integers represents a sequence of tokens (by their ordinal + /// values) that is expected at this point of the parse. + /// + public int[][] expectedTokenSequences; + + /// This variable determines which constructor was used to create + /// this object and thereby affects the semantics of the + /// "getMessage" method (see below). + /// + protected internal bool specialConstructor; + + /// This is a reference to the "tokenImage" array of the generated + /// parser within which the parse error occurred. This array is + /// defined in the generated ...Constants interface. + /// + public String[] tokenImage; + + /// This constructor is used by the method "generateParseException" + /// in the generated parser. Calling this constructor generates + /// a new object of this type with the fields "currentToken", + /// "expectedTokenSequences", and "tokenImage" set. The boolean + /// flag "specialConstructor" is also set to true to indicate that + /// this constructor was used to create this object. + /// This constructor calls its super class with the empty string + /// to force the "toString" method of parent class "Throwable" to + /// print the error message in the form: + /// ParseException: result of getMessage + /// + public ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) : base("") + { + InitBlock(); + specialConstructor = true; + currentToken = currentTokenVal; + expectedTokenSequences = expectedTokenSequencesVal; + tokenImage = tokenImageVal; + } + + /// The following constructors are for use by you for whatever + /// purpose you can think of. Constructing the exception in this + /// manner makes the exception behave in the normal way - i.e., as + /// documented in the class "Throwable". The fields "errorToken", + /// "expectedTokenSequences", and "tokenImage" do not contain + /// relevant information. The JavaCC generated code does not use + /// these constructors. + /// + public ParseException() : base() + { + InitBlock(); + specialConstructor = false; + } + + public ParseException(String message) : base(message) + { + InitBlock(); + specialConstructor = false; + } + + public override String Message + { + /// This method has the standard behavior when this object has been + /// created using the standard constructors. Otherwise, it uses + /// "currentToken" and "expectedTokenSequences" to generate a parse + /// error message and returns it. If this object has been created + /// due to a parse error, and you do not catch it (it gets thrown + /// from the parser), then this method is called during the printing + /// of the final stack trace, and hence the correct error message + /// gets displayed. + /// + + get + { + if (!specialConstructor) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return base.Message; + } + String expected = ""; + int maxSize = 0; + for (int i = 0; i < expectedTokenSequences.Length; i++) + { + if (maxSize < expectedTokenSequences[i].Length) + { + maxSize = expectedTokenSequences[i].Length; + } + for (int j = 0; j < expectedTokenSequences[i].Length; j++) + { + expected += tokenImage[expectedTokenSequences[i][j]] + " "; + } + if (expectedTokenSequences[i][expectedTokenSequences[i].Length - 1] != 0) + { + expected += "..."; + } + expected += eol + " "; + } + String retval = "Encountered \""; + Token tok = currentToken.next; + for (int i = 0; i < maxSize; i++) + { + if (i != 0) + retval += " "; + if (tok.kind == 0) + { + retval += tokenImage[0]; + break; + } + retval += add_escapes(tok.image); + tok = tok.next; + } + retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn; + retval += "." + eol; + if (expectedTokenSequences.Length == 1) + { + retval += "Was expecting:" + eol + " "; + } + else + { + retval += "Was expecting one of:" + eol + " "; + } + retval += expected; + return retval; + } + } + + private void InitBlock() + { + //UPGRADE_ISSUE: Method 'java.lang.System.getProperty' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangSystemgetProperty_javalangString_javalangString"' + eol = Environment.NewLine; // System.getProperty("line.separator", "\n"); + } + + + /// Used to convert raw characters to their escaped version + /// when these raw version cannot be used as part of an ASCII + /// string literal. + /// + protected internal virtual String add_escapes(String str) + { + StringBuilder retval = new StringBuilder(); + char ch; + for (int i = 0; i < str.Length; i++) + { + switch (str[i]) + { + case (char) (0): + continue; + + case '\b': + retval.Append("\\b"); + continue; + + case '\t': + retval.Append("\\t"); + continue; + + case '\n': + retval.Append("\\n"); + continue; + + case '\f': + retval.Append("\\f"); + continue; + + case '\r': + retval.Append("\\r"); + continue; + + case '\"': + retval.Append("\\\""); + continue; + + case '\'': + retval.Append("\\\'"); + continue; + + case '\\': + retval.Append("\\\\"); + continue; + + default: + if ((ch = str[i]) < 0x20 || ch > 0x7e) + { + String s = "0000" + Convert.ToString(ch, 16); + retval.Append("\\u" + s.Substring(s.Length - 4, (s.Length) - (s.Length - 4))); + } + else + { + retval.Append(ch); + } + continue; + } + } + return retval.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Parser/Clips/ParserUtils.cs b/trunk/Creshendo/Util/Parser/Clips/ParserUtils.cs new file mode 100644 index 0000000..6ac97dd --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips/ParserUtils.cs @@ -0,0 +1,81 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; + +namespace Creshendo.Util.Parser.Clips +{ + public class ParserUtils + { + /// convienant method to Get string literal + /// + /// + /// text + /// + /// + /// + /// + public static String getStringLiteral(String text) + { + StringBuilder buf = new StringBuilder(); + int len = text.Length - 1; + bool escaping = false; + for (int i = 1; i < len; i++) + { + char ch = text[i]; + if (escaping) + { + buf.Append(ch); + escaping = false; + } + else if (ch == '\\') + { + escaping = true; + } + else + { + buf.Append(ch); + } + } + return buf.ToString(); + } + + /// convienant utility method to escape string literals + /// + /// + /// text + /// + /// + /// + /// + public static String escapeStringLiteral(String text) + { + StringBuilder buffer = new StringBuilder(); + char[] chararray = text.ToCharArray(); + for (int idx = 0; idx < chararray.Length; idx++) + { + char chr = chararray[idx]; + if (chr == '"' || chr == '\\') + { + buffer.Append('\\'); + } + buffer.Append(chr); + } + return buffer.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Parser/Clips/SimpleCharStream.cs b/trunk/Creshendo/Util/Parser/Clips/SimpleCharStream.cs new file mode 100644 index 0000000..506e5f1 --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips/SimpleCharStream.cs @@ -0,0 +1,395 @@ +/* Generated By:JavaCC: Do not edit this line. SimpleCharStream.java Version 3.0 */ +using System; +using System.IO; + +namespace Creshendo.Util.Parser.Clips +{ + /// An implementation of interface CharStream, where the stream is assumed to + /// contain only ASCII characters (without unicode processing). + /// + public class SimpleCharStream + { + public const bool staticFlag = false; + internal int available; + protected internal int[] bufcolumn; + protected internal char[] buffer; + protected internal int[] bufline; + public int bufpos = - 1; + internal int bufsize; + + protected internal int column = 0; + protected internal int inBuf = 0; + protected internal StreamReader inputStream; + protected internal int line = 1; + protected internal int maxNextCharInd = 0; + + protected internal bool prevCharIsCR = false; + protected internal bool prevCharIsLF = false; + internal int tokenBegin; + + public SimpleCharStream(StreamReader dstream, int startline, int startcolumn, int buffersize) + { + inputStream = dstream; + line = startline; + column = startcolumn - 1; + + available = bufsize = buffersize; + buffer = new char[buffersize]; + bufline = new int[buffersize]; + bufcolumn = new int[buffersize]; + } + + public SimpleCharStream(StreamReader dstream, int startline, int startcolumn) : this(dstream, startline, startcolumn, 4096) + { + } + + public SimpleCharStream(StreamReader dstream) : this(dstream, 1, 1, 4096) + { + } + + public SimpleCharStream(Stream dstream, int startline, int startcolumn, int buffersize) : this(new StreamReader(dstream), startline, startcolumn, 4096) + { + } + + public SimpleCharStream(Stream dstream, int startline, int startcolumn) : this(dstream, startline, startcolumn, 4096) + { + } + + public SimpleCharStream(Stream dstream) : this(dstream, 1, 1, 4096) + { + } + + /// + /// + public virtual int Column + { + get { return bufcolumn[bufpos]; } + } + + /// + /// + + public virtual int Line + { + get { return bufline[bufpos]; } + } + + public virtual int EndColumn + { + get { return bufcolumn[bufpos]; } + } + + public virtual int EndLine + { + get { return bufline[bufpos]; } + } + + public virtual int BeginColumn + { + get { return bufcolumn[tokenBegin]; } + } + + public virtual int BeginLine + { + get { return bufline[tokenBegin]; } + } + + protected internal virtual void ExpandBuff(bool wrapAround) + { + char[] newbuffer = new char[bufsize + 2048]; + int[] newbufline = new int[bufsize + 2048]; + int[] newbufcolumn = new int[bufsize + 2048]; + + //UPGRADE_NOTE: Exception 'java.lang.Throwable' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + try + { + if (wrapAround) + { + Array.Copy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin); + Array.Copy(buffer, 0, newbuffer, bufsize - tokenBegin, bufpos); + buffer = newbuffer; + + Array.Copy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin); + Array.Copy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos); + bufline = newbufline; + + Array.Copy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin); + Array.Copy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos); + bufcolumn = newbufcolumn; + + maxNextCharInd = (bufpos += (bufsize - tokenBegin)); + } + else + { + Array.Copy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin); + buffer = newbuffer; + + Array.Copy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin); + bufline = newbufline; + + Array.Copy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin); + bufcolumn = newbufcolumn; + + maxNextCharInd = (bufpos -= tokenBegin); + } + } + catch (Exception t) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + throw new ApplicationException(t.Message); + } + + + bufsize += 2048; + available = bufsize; + tokenBegin = 0; + } + + protected internal virtual void FillBuff() + { + if (maxNextCharInd == available) + { + if (available == bufsize) + { + if (tokenBegin > 2048) + { + bufpos = maxNextCharInd = 0; + available = tokenBegin; + } + else if (tokenBegin < 0) + bufpos = maxNextCharInd = 0; + else + ExpandBuff(false); + } + else if (available > tokenBegin) + available = bufsize; + else if ((tokenBegin - available) < 2048) + ExpandBuff(true); + else + available = tokenBegin; + } + + int i; + try + { + //UPGRADE_TODO: Method 'java.io.Reader.read' was converted to 'System.IO.StreamReader.Read' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaioReaderread_char[]_int_int"' + if ((i = inputStream.Read(buffer, maxNextCharInd, available - maxNextCharInd)) == - 1) + { + inputStream.Close(); + throw new IOException(); + } + else + maxNextCharInd += i; + return; + } + catch (IOException e) + { + --bufpos; + backup(0); + if (tokenBegin == - 1) + tokenBegin = bufpos; + throw e; + } + } + + public virtual char BeginToken() + { + tokenBegin = - 1; + char c = readChar(); + tokenBegin = bufpos; + + return c; + } + + protected internal virtual void UpdateLineColumn(char c) + { + column++; + + if (prevCharIsLF) + { + prevCharIsLF = false; + line += (column = 1); + } + else if (prevCharIsCR) + { + prevCharIsCR = false; + if (c == '\n') + { + prevCharIsLF = true; + } + else + line += (column = 1); + } + + switch (c) + { + case '\r': + prevCharIsCR = true; + break; + + case '\n': + prevCharIsLF = true; + break; + + case '\t': + column--; + column += (8 - (column & 7)); + break; + + default: + break; + } + + bufline[bufpos] = line; + bufcolumn[bufpos] = column; + } + + public virtual char readChar() + { + if (inBuf > 0) + { + --inBuf; + + if (++bufpos == bufsize) + bufpos = 0; + + return buffer[bufpos]; + } + + if (++bufpos >= maxNextCharInd) + FillBuff(); + + char c = buffer[bufpos]; + + UpdateLineColumn(c); + return (c); + } + + + public virtual void backup(int amount) + { + inBuf += amount; + if ((bufpos -= amount) < 0) + bufpos += bufsize; + } + + public virtual void ReInit(StreamReader dstream, int startline, int startcolumn, int buffersize) + { + inputStream = dstream; + line = startline; + column = startcolumn - 1; + + if (buffer == null || buffersize != buffer.Length) + { + available = bufsize = buffersize; + buffer = new char[buffersize]; + bufline = new int[buffersize]; + bufcolumn = new int[buffersize]; + } + prevCharIsLF = prevCharIsCR = false; + tokenBegin = inBuf = maxNextCharInd = 0; + bufpos = - 1; + } + + public virtual void ReInit(StreamReader dstream, int startline, int startcolumn) + { + ReInit(dstream, startline, startcolumn, 4096); + } + + public virtual void ReInit(StreamReader dstream) + { + ReInit(dstream, 1, 1, 4096); + } + + public virtual void ReInit(Stream dstream, int startline, int startcolumn, int buffersize) + { + ReInit(new StreamReader(dstream), startline, startcolumn, 4096); + } + + public virtual void ReInit(Stream dstream) + { + ReInit(dstream, 1, 1, 4096); + } + + public virtual void ReInit(Stream dstream, int startline, int startcolumn) + { + ReInit(dstream, startline, startcolumn, 4096); + } + + public virtual String GetImage() + { + if (bufpos >= tokenBegin) + return new String(buffer, tokenBegin, bufpos - tokenBegin + 1); + else + return new String(buffer, tokenBegin, bufsize - tokenBegin) + new String(buffer, 0, bufpos + 1); + } + + public virtual char[] GetSuffix(int len) + { + char[] ret = new char[len]; + + if ((bufpos + 1) >= len) + Array.Copy(buffer, bufpos - len + 1, ret, 0, len); + else + { + Array.Copy(buffer, bufsize - (len - bufpos - 1), ret, 0, len - bufpos - 1); + Array.Copy(buffer, 0, ret, len - bufpos - 1, bufpos + 1); + } + + return ret; + } + + public virtual void Done() + { + buffer = null; + bufline = null; + bufcolumn = null; + } + + /// Method to adjust line and column numbers for the start of a token. + /// + public virtual void adjustBeginLineColumn(int newLine, int newCol) + { + int start = tokenBegin; + int len; + + if (bufpos >= tokenBegin) + { + len = bufpos - tokenBegin + inBuf + 1; + } + else + { + len = bufsize - tokenBegin + bufpos + 1 + inBuf; + } + + int i = 0, j = 0, k = 0; + int nextColDiff = 0, columnDiff = 0; + + while (i < len && bufline[j = start%bufsize] == bufline[k = ++start%bufsize]) + { + bufline[j] = newLine; + nextColDiff = columnDiff + bufcolumn[k] - bufcolumn[j]; + bufcolumn[j] = newCol + columnDiff; + columnDiff = nextColDiff; + i++; + } + + if (i < len) + { + bufline[j] = newLine++; + bufcolumn[j] = newCol + columnDiff; + + while (i++ < len) + { + if (bufline[j = start%bufsize] != bufline[++start%bufsize]) + bufline[j] = newLine++; + else + bufline[j] = newLine; + } + } + + line = bufline[j]; + column = bufcolumn[j]; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Parser/Clips/Token.cs b/trunk/Creshendo/Util/Parser/Clips/Token.cs new file mode 100644 index 0000000..d0aafed --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips/Token.cs @@ -0,0 +1,99 @@ +/* Generated By:JavaCC: Do not edit this line. Token.java Version 3.0 */ +using System; + +namespace Creshendo.Util.Parser.Clips +{ + /// Describes the input token stream. + /// + public class Token + { + /// beginLine and beginColumn describe the position of the first character + /// of this token; endLine and endColumn describe the position of the + /// last character of this token. + /// + public int beginColumn; + + /// beginLine and beginColumn describe the position of the first character + /// of this token; endLine and endColumn describe the position of the + /// last character of this token. + /// + public int beginLine; + + /// beginLine and beginColumn describe the position of the first character + /// of this token; endLine and endColumn describe the position of the + /// last character of this token. + /// + public int endColumn; + + /// beginLine and beginColumn describe the position of the first character + /// of this token; endLine and endColumn describe the position of the + /// last character of this token. + /// + public int endLine; + + /// The string image of the token. + /// + public String image; + + /// An integer that describes the kind of this token. This numbering + /// system is determined by JavaCCParser, and a entryArray of these numbers is + /// stored in the file ...Constants.java. + /// + public int kind; + + /// A reference to the Current regular (non-special) token from the input + /// stream. If this is the last token from the input stream, or if the + /// token manager has not read tokens beyond this one, this field is + /// set to null. This is true only if this token is also a regular + /// token. Otherwise, see below for a description of the contents of + /// this field. + /// + public Token next; + + /// This field is used to access special tokens that occur prior to this + /// token, but after the immediately preceding regular (non-special) token. + /// If there are no such special tokens, this field is set to null. + /// When there are more than one such special token, this field refers + /// to the last of these special tokens, which in turn refers to the Current + /// previous special token through its specialToken field, and so on + /// until the first special token (whose specialToken field is null). + /// The Current fields of special tokens refer to other special tokens that + /// immediately follow it (without an intervening regular token). If there + /// is no such token, this field is null. + /// + public Token specialToken; + + /// Returns the image. + /// + public override String ToString() + { + return image; + } + + public virtual void clear() + { + next = null; + specialToken = null; + } + + /// Returns a new Token object, by default. However, if you want, you + /// can create and return subclass objects based on the value of ofKind. + /// Simply Add the cases to the switch for all those special cases. + /// For example, if you have a subclass of Token called IDToken that + /// you want to create if ofKind is ID, simlpy Add something like : + /// * + /// case MyParserConstants.ID : return new IDToken(); + /// * + /// to the following switch statement. Then you can cast matchedToken + /// variable to the appropriate type and use it in your lexical actions. + /// + public static Token newToken(int ofKind) + { + switch (ofKind) + { + default: + return new Token(); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Parser/Clips/TokenMgrError.cs b/trunk/Creshendo/Util/Parser/Clips/TokenMgrError.cs new file mode 100644 index 0000000..bf31a47 --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips/TokenMgrError.cs @@ -0,0 +1,144 @@ +/* Generated By:JavaCC: Do not edit this line. TokenMgrError.java Version 3.0 */ +using System; +using System.Text; + +namespace Creshendo.Util.Parser.Clips +{ + public class TokenMgrError : ApplicationException + { + /// Tried to change to an invalid lexical state. + /// + internal const int INVALID_LEXICAL_STATE = 2; + + /// Lexical error occured. + /// + internal const int LEXICAL_ERROR = 0; + + /// Detected (and bailed out of) an infinite loop in the token manager. + /// + internal const int LOOP_DETECTED = 3; + + /// An attempt wass made to create a second instance of a static token manager. + /// + internal const int STATIC_LEXER_ERROR = 1; + + /// Indicates the reason why the exception is thrown. It will have + /// one of the above 4 values. + /// + internal int errorCode; + + + /* + * Constructors of various flavors follow. + */ + + public TokenMgrError() + { + } + + public TokenMgrError(String message, int reason) : base(message) + { + errorCode = reason; + } + + public TokenMgrError(bool EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) : this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason) + { + } + + public override String Message + { + /// You can also modify the body of this method to customize your error messages. + /// For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not + /// of end-users concern, so you can return something like : + /// * + /// "Internal Error : Please file a bug report .... " + /// * + /// from this method for such cases in the release version of your parser. + /// + + get + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return base.Message; + } + } + + /// Replaces unprintable characters by their espaced (or unicode escaped) + /// equivalents in the given string + /// + protected internal static String addEscapes(String str) + { + StringBuilder retval = new StringBuilder(); + char ch; + for (int i = 0; i < str.Length; i++) + { + switch (str[i]) + { + case (char) (0): + continue; + + case '\b': + retval.Append("\\b"); + continue; + + case '\t': + retval.Append("\\t"); + continue; + + case '\n': + retval.Append("\\n"); + continue; + + case '\f': + retval.Append("\\f"); + continue; + + case '\r': + retval.Append("\\r"); + continue; + + case '\"': + retval.Append("\\\""); + continue; + + case '\'': + retval.Append("\\\'"); + continue; + + case '\\': + retval.Append("\\\\"); + continue; + + default: + if ((ch = str[i]) < 0x20 || ch > 0x7e) + { + String s = "0000" + Convert.ToString(ch, 16); + retval.Append("\\u" + s.Substring(s.Length - 4, (s.Length) - (s.Length - 4))); + } + else + { + retval.Append(ch); + } + continue; + } + } + return retval.ToString(); + } + + /// Returns a detailed message for the Error when it is thrown by the + /// token manager to indicate a lexical error. + /// Parameters : + /// EOFSeen : indicates if EOF caused the lexicl error + /// curLexState : lexical state in which this error occured + /// errorLine : line number when the error occured + /// errorColumn : column number when the error occured + /// errorAfter : prefix that was seen before this error occured + /// curchar : the offending character + /// Note: You can customize the lexical error message by modifying this method. + /// + protected internal static String LexicalError(bool EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) + { + return ("Lexical error at line " + errorLine + ", column " + errorColumn + ". Encountered: " + (EOFSeen ? " " : ("\"" + addEscapes(curChar.ToString()) + "\"") + " (" + (int) curChar + "), ") + "after : \"" + addEscapes(errorAfter) + "\""); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Parser/Clips2/CLIPSParser.cs b/trunk/Creshendo/Util/Parser/Clips2/CLIPSParser.cs new file mode 100644 index 0000000..163b38d --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips2/CLIPSParser.cs @@ -0,0 +1,4535 @@ +/* Generated By:MinosseCC: Do not edit this line. CLIPSParser.cs */ +using System; +using System.Collections; +using System.IO; +using Creshendo.Functions; +using Creshendo.Util.Rete; +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Parser.Clips2 +{ + public class CLIPSParser : CLIPSParserConstants + { + private static int[] mcc_la1_0; + private static int[] mcc_la1_1; + private static int[] mcc_la1_2; + private static int[] mcc_la1_3; + protected Rete.Rete engine = null; + protected Token jj_lastpos = null; + protected Token jj_nt = null; + protected Token jj_scanpos = null; + public bool lookingAhead = false; + private MccCalls[] mcc_2_rtns = new MccCalls[42]; + private int mcc_endpos; + private ArrayList mcc_expentries = new ArrayList(); + private int[] mcc_expentry; + private int mcc_gc = 0; + private int mcc_gen; + private SimpleCharStream mcc_input_stream; + private int mcc_kind = -1; + private int mcc_la; + private int[] mcc_la1 = new int[63]; + private Token mcc_lastpos; + private int[] mcc_lasttokens = new int[100]; + private LookaheadSuccess mcc_ls = new LookaheadSuccess(); + public Token mcc_nt; + private int mcc_ntk; + private bool mcc_rescan = false; + private Token mcc_scanpos; + private bool mcc_semLA; + public Token token; + public CLIPSParserTokenManager token_source; + + static CLIPSParser() + { + mcc_gla1_0(); + mcc_gla1_1(); + mcc_gla1_2(); + mcc_gla1_3(); + } + + + public CLIPSParser(Rete.Rete eng, TextReader stream) + { + mcc_input_stream = new SimpleCharStream(stream, 1, 1); + token_source = new CLIPSParserTokenManager(mcc_input_stream); + token = new Token(); + mcc_ntk = -1; + mcc_gen = 0; + for (int i = 0; i < 63; i++) mcc_la1[i] = -1; + for (int i = 0; i < mcc_2_rtns.Length; i++) mcc_2_rtns[i] = new MccCalls(); + engine = eng; + } + + public CLIPSParser(Rete.Rete eng, Stream stream) + { + mcc_input_stream = new SimpleCharStream(stream, 1, 1); + token_source = new CLIPSParserTokenManager(mcc_input_stream); + token = new Token(); + mcc_ntk = -1; + mcc_gen = 0; + for (int i = 0; i < 63; i++) mcc_la1[i] = -1; + for (int i = 0; i < mcc_2_rtns.Length; i++) mcc_2_rtns[i] = new MccCalls(); + engine = eng; + } + + public CLIPSParser(Stream stream) + { + mcc_input_stream = new SimpleCharStream(stream, 1, 1); + token_source = new CLIPSParserTokenManager(mcc_input_stream); + token = new Token(); + mcc_ntk = -1; + mcc_gen = 0; + for (int i = 0; i < 63; i++) mcc_la1[i] = -1; + for (int i = 0; i < mcc_2_rtns.Length; i++) mcc_2_rtns[i] = new MccCalls(); + } + + public CLIPSParser(TextReader stream) + { + mcc_input_stream = new SimpleCharStream(stream, 1, 1); + token_source = new CLIPSParserTokenManager(mcc_input_stream); + token = new Token(); + mcc_ntk = -1; + mcc_gen = 0; + for (int i = 0; i < 63; i++) mcc_la1[i] = -1; + for (int i = 0; i < mcc_2_rtns.Length; i++) mcc_2_rtns[i] = new MccCalls(); + } + + public CLIPSParser(CLIPSParserTokenManager tm) + { + token_source = tm; + token = new Token(); + mcc_ntk = -1; + mcc_gen = 0; + for (int i = 0; i < 63; i++) mcc_la1[i] = -1; + for (int i = 0; i < mcc_2_rtns.Length; i++) mcc_2_rtns[i] = new MccCalls(); + } + + public void close() + { + engine = null; + if (token != null) + { + token.Clear(); + token = null; + } + if (jj_nt != null) + { + jj_nt.Clear(); + jj_nt = null; + } + if (jj_scanpos != null) + { + jj_scanpos.Clear(); + jj_scanpos = null; + } + if (jj_lastpos != null) + { + jj_lastpos.Clear(); + jj_lastpos = null; + } + try + { + mcc_input_stream.inputStream.Close(); + } + catch (IOException e) + { + // later on log the error + } + } + + public Object basicExpr() + { + Object exp = null; + Token obj = null; + ShellFunction func = null; + IParameter[] pms = null; + ShellBoundParam sbp = null; + + int HACK = (mcc_ntk == -1) ? mcc_mntk() : mcc_ntk; + + switch (HACK) + { + case BIND: + case BIND3: + case BIND4: + obj = getBindType(); + func = new ShellFunction(); + func.Name = "echo"; + sbp = new ShellBoundParam(); + sbp.DefglobalName = obj.image; + pms = new ShellBoundParam[] {sbp}; + func.setParameters(pms); + { + if (true) + { + return func; + } + } + break; + case LBRACE: + mcc_consume_token(LBRACE); + exp = expr(); + mcc_consume_token(RBRACE); + { + if (true) + { + return exp; + } + } + break; + case 0: + mcc_consume_token(0); + { + if (true) + { + return null; + } + } + break; + default: + mcc_la1[0] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + throw new Exception("Missing return statement in function"); + } + +// main expression for loading a data file + public ArrayList loadExpr() + { + ArrayList facts = new ArrayList(); + while (true) + { + loadAllExpr(facts); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + ; + break; + default: + mcc_la1[1] = mcc_gen; + goto label_1; + } + } + label_1: + ; + + { + if (true) return facts; + } + throw new Exception("Missing return statement in function"); + } + +// this method is used to load data + public void loadAllExpr(ArrayList list) + { + ValueParam[] param = null; + param = assertBody(); + list.Add(param); + } + +// typeExpr is only responsible for parsing string and bigdecimal types + public Object typeExpr() + { + Token exp; + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case STRING_LITERAL: + exp = mcc_consume_token(STRING_LITERAL); + String strlit = exp.image; + strlit = ParserUtils.getStringLiteral(strlit); + { + if (true) return strlit; + } + break; + case INTEGER_LITERAL: + exp = mcc_consume_token(INTEGER_LITERAL); + // we use Decimal + { + if (true) return Convert.ToDecimal(exp.image); + } + break; + case FLOATING_POINT_LITERAL: + exp = mcc_consume_token(FLOATING_POINT_LITERAL); + // we use float, double + { + if (true) return Convert.ToDecimal(exp.image); + } + break; + case PATH_LITERAL: + exp = mcc_consume_token(PATH_LITERAL); + { + if (true) return exp.image; + } + break; + default: + mcc_la1[2] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + throw new Exception("Missing return statement in function"); + } + + public Object expr() + { + Token exp = null; + Token exp2 = null; + Token exp3 = null; + String body; + ValueParam param; + Deffact fact; + Deftemplate templ; + Defrule rule; + ShellFunction func; + DeffunctionFunction dffunc; + ArrayList list = new ArrayList(); + ValueParam[] pms; + ArrayList infunc = new ArrayList(); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case ASSERT: + exp = mcc_consume_token(ASSERT); + mcc_consume_token(LBRACE); + exp2 = mcc_consume_token(IDENTIFIER); + while (true) + { + assertContents(list); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + ; + break; + default: + mcc_la1[3] = mcc_gen; + goto label_2; + } + } + label_2: + ; + + mcc_consume_token(RBRACE); + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[2]; + pms[0] = new ValueParam(Constants.STRING_TYPE, exp2.image); + pms[1] = new ValueParam(Constants.OBJECT_TYPE, list.ToArray()); + func.setParameters(pms); + exp.Clear(); + exp = null; + { + if (true) return func; + } + break; + case ASSERTTEMPORAL: + exp = mcc_consume_token(ASSERTTEMPORAL); + mcc_consume_token(LBRACE); + exp2 = mcc_consume_token(IDENTIFIER); + while (true) + { + assertContents(list); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + ; + break; + default: + mcc_la1[4] = mcc_gen; + goto label_3; + } + } + label_3: + ; + + mcc_consume_token(RBRACE); + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[2]; + pms[0] = new ValueParam(Constants.STRING_TYPE, exp2.image); + pms[1] = new ValueParam(Constants.OBJECT_TYPE, list.ToArray()); + func.setParameters(pms); + exp.Clear(); + exp = null; + { + if (true) return func; + } + break; + case RETRACT: + exp = mcc_consume_token(RETRACT); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case BIND: + exp2 = mcc_consume_token(BIND); + break; + case INTEGER_LITERAL: + exp2 = mcc_consume_token(INTEGER_LITERAL); + break; + default: + mcc_la1[5] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + func = new ShellFunction(); + func.Name = exp.image; + IParameter[] rpms = new IParameter[1]; + if (exp2.image.StartsWith("?")) + { + BoundParam bp1 = new BoundParam(); + bp1.VariableName = exp2.image; + rpms[0] = bp1; + } + else + { + ValueParam vp = new ValueParam(Constants.BIG_DECIMAL, Convert.ToDecimal(exp2.image)); + rpms[0] = vp; + } + func.setParameters(rpms); + exp.Clear(); + exp = null; + exp2.Clear(); + exp2 = null; + { + if (true) return func; + } + break; + case MODIFY: + exp = mcc_consume_token(MODIFY); + exp2 = mcc_consume_token(BIND); + assertContents(list); + func = new ShellFunction(); + func.Name = exp.image; + BoundParam bp = new BoundParam(); + bp.VariableName = exp2.image; + list.Insert(0, bp); + func.setParameters(ParameterUtils.slotToParameters(list)); + exp.Clear(); + exp = null; + { + if (true) return func; + } + break; + case DEFTEMPLATE: + exp = mcc_consume_token(DEFTEMPLATE); + templ = templateExpr(); + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[1]; + pms[0] = new ValueParam(Constants.OBJECT_TYPE, templ); + func.setParameters(pms); + { + if (true) return func; + } + break; + case DEFMODULE: + exp = mcc_consume_token(DEFMODULE); + body = getIdentifier(); + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[1]; + pms[0] = new ValueParam(Constants.STRING_TYPE, body); + func.setParameters(pms); + { + if (true) return func; + } + break; + case DEFRULE: + exp = mcc_consume_token(DEFRULE); + rule = ruleBody(); + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[1]; + pms[0] = new ValueParam(Constants.OBJECT_TYPE, rule); + func.setParameters(pms); + { + if (true) return func; + } + break; + case DEFCLASS: + exp = mcc_consume_token(DEFCLASS); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case BIND4: + case TRUE: + case TRUE2: + case FALSE: + case FALSE2: + case IDENTIFIER: + case PATH_LITERAL: + while (true) + { + valueParams(list); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case BIND4: + case TRUE: + case TRUE2: + case FALSE: + case FALSE2: + case IDENTIFIER: + case PATH_LITERAL: + ; + break; + default: + mcc_la1[6] = mcc_gen; + goto label_4; + } + } + label_4: + ; + + break; + default: + mcc_la1[7] = mcc_gen; + ; + break; + } + func = new ShellFunction(); + func.Name = exp.image; + func.setParameters(ParameterUtils.convertParameters(list)); + list.Clear(); + { + if (true) return func; + } + break; + case DEFFUNCTION: + exp = mcc_consume_token(DEFFUNCTION); + exp2 = mcc_consume_token(IDENTIFIER); + mcc_consume_token(LBRACE); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case BIND: + case BIND3: + case BIND4: + while (true) + { + bindingParams(list); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case BIND: + case BIND3: + case BIND4: + ; + break; + default: + mcc_la1[8] = mcc_gen; + goto label_5; + } + } + label_5: + ; + + break; + default: + mcc_la1[9] = mcc_gen; + ; + break; + } + mcc_consume_token(RBRACE); + mcc_consume_token(LBRACE); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case BINDING: + case ASSERT: + case ASSERTTEMPORAL: + case DEFCLASS: + case DEFFUNCTION: + case DEFMODULE: + case DEFRULE: + case DEFTEMPLATE: + case MODIFY: + case RETRACT: + case PLUS: + case MINUS: + case MULTIPLY: + case DIVIDE: + case GT1: + case GT2: + case LT1: + case LT2: + case EQ1: + case EQ2: + case LE1: + case LE2: + case GE1: + case GE2: + case IDENTIFIER: + ruleAction(infunc); + break; + default: + mcc_la1[10] = mcc_gen; + ; + break; + } + mcc_consume_token(RBRACE); + dffunc = new DeffunctionFunction(); + dffunc.Name = exp2.image; + dffunc.setParameters(ParameterUtils.convertParameters(list)); + dffunc.Function = (infunc); + list.Clear(); + { + if (true) return dffunc; + } + break; + case BINDING: + mcc_consume_token(BINDING); + exp = getBindType(); + while (true) + { + valueParams(list); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case BIND4: + case TRUE: + case TRUE2: + case FALSE: + case FALSE2: + case IDENTIFIER: + case PATH_LITERAL: + ; + break; + default: + mcc_la1[11] = mcc_gen; + goto label_6; + } + } + label_6: + ; + + func = new ShellFunction(); + func.Name = "bind"; + list.Insert(0, new ValueParam(Constants.STRING_TYPE, exp.image.Substring(1))); + func.setParameters(ParameterUtils.convertParameters(list)); + list.Clear(); + { + if (true) return func; + } + break; + case PLUS: + case MINUS: + case MULTIPLY: + case DIVIDE: + case GT1: + case GT2: + case LT1: + case LT2: + case EQ1: + case EQ2: + case LE1: + case LE2: + case GE1: + case GE2: + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case PLUS: + exp = mcc_consume_token(PLUS); + break; + case MINUS: + exp = mcc_consume_token(MINUS); + break; + case MULTIPLY: + exp = mcc_consume_token(MULTIPLY); + break; + case DIVIDE: + exp = mcc_consume_token(DIVIDE); + break; + case GT1: + exp = mcc_consume_token(GT1); + break; + case GT2: + exp = mcc_consume_token(GT2); + break; + case LT1: + exp = mcc_consume_token(LT1); + break; + case LT2: + exp = mcc_consume_token(LT2); + break; + case EQ1: + exp = mcc_consume_token(EQ1); + break; + case EQ2: + exp = mcc_consume_token(EQ2); + break; + case LE1: + exp = mcc_consume_token(LE1); + break; + case LE2: + exp = mcc_consume_token(LE2); + break; + case GE1: + exp = mcc_consume_token(GE1); + break; + case GE2: + exp = mcc_consume_token(GE2); + break; + default: + mcc_la1[12] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + while (true) + { + valueParams(list); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case BIND4: + case TRUE: + case TRUE2: + case FALSE: + case FALSE2: + case IDENTIFIER: + case PATH_LITERAL: + ; + break; + default: + mcc_la1[13] = mcc_gen; + goto label_7; + } + } + label_7: + ; + + func = new ShellFunction(); + func.Name = exp.image; + func.setParameters(ParameterUtils.convertParameters(list)); + list.Clear(); + { + if (true) return func; + } + break; + case IDENTIFIER: + exp = mcc_consume_token(IDENTIFIER); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case BIND4: + case TRUE: + case TRUE2: + case FALSE: + case FALSE2: + case IDENTIFIER: + case PATH_LITERAL: + while (true) + { + valueParams(list); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case BIND4: + case TRUE: + case TRUE2: + case FALSE: + case FALSE2: + case IDENTIFIER: + case PATH_LITERAL: + ; + break; + default: + mcc_la1[14] = mcc_gen; + goto label_8; + } + } + label_8: + ; + + break; + default: + mcc_la1[15] = mcc_gen; + ; + break; + } + func = new ShellFunction(); + func.Name = exp.image; + func.setParameters(ParameterUtils.convertParameters(list)); + list.Clear(); + { + if (true) return func; + } + break; + default: + mcc_la1[16] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + throw new Exception("Missing return statement in function"); + } + + public void valueParams(ArrayList list) + { + Object exp; + Token tok; + ValueParam vp = null; + if (mcc_2_1(2147483647)) + { + mcc_consume_token(LBRACE); + exp = expr(); + mcc_consume_token(RBRACE); + ShellFunction subfunc = (ShellFunction) exp; + FunctionParam2 fp2 = new FunctionParam2(); + fp2.FunctionName = subfunc.Name; + fp2.Engine = engine; + fp2.Parameters = subfunc.Parameters; + list.Add(fp2); + } + else + { + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case PATH_LITERAL: + exp = typeExpr(); + vp = new ValueParam(); + vp.Value = exp; + if (exp is Decimal) + { + vp.ValueType = Constants.BIG_DECIMAL; + } + else if (exp is String) + { + vp.ValueType = Constants.STRING_TYPE; + } + list.Add(vp); + break; + case IDENTIFIER: + exp = mcc_consume_token(IDENTIFIER); + vp = new ValueParam(); + vp.ValueType = Constants.STRING_TYPE; + if (exp is Token) + { + vp.Value = ((Token) exp).image; + } + else + { + vp.Value = exp; + } + list.Add(vp); + break; + case TRUE: + exp = mcc_consume_token(TRUE); + vp = new ValueParam(); + vp.Value = true; + list.Add(vp); + break; + case TRUE2: + exp = mcc_consume_token(TRUE2); + vp = new ValueParam(); + vp.Value = true; + list.Add(vp); + break; + case FALSE: + exp = mcc_consume_token(FALSE); + vp = new ValueParam(); + vp.Value = false; + list.Add(vp); + break; + case FALSE2: + exp = mcc_consume_token(FALSE2); + vp = new ValueParam(); + vp.Value = false; + list.Add(vp); + break; + case BIND: + case BIND3: + case BIND4: + // in some cases, the parameters may be a binding to a variable + tok = getBindType(); + BoundParam bp = new BoundParam(); + if (tok.kind == BIND4) + { + bp.VariableName = tok.image.Substring(2); + bp.IsMultislot = true; + } + else + { + bp.VariableName = tok.image; + } + list.Add(bp); + break; + default: + mcc_la1[17] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + } + } + +/** + * bindingParams is meant to parse the params for a deffunction + */ + + public void bindingParams(ArrayList list) + { + Object exp; + Token tok; + ValueParam vp = null; + tok = getBindType(); + BoundParam bp = new BoundParam(); + if (tok.kind == BIND4) + { + bp.VariableName = tok.image.Substring(2); + bp.IsMultislot = true; + } + else + { + bp.VariableName = tok.image; + } + list.Add(bp); + } + + public Token getBindType() + { + Token exp; + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case BIND3: + exp = mcc_consume_token(BIND3); + { + if (true) return exp; + } + break; + case BIND: + exp = mcc_consume_token(BIND); + { + if (true) return exp; + } + break; + case BIND4: + exp = mcc_consume_token(BIND4); + { + if (true) return exp; + } + break; + default: + mcc_la1[18] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + throw new Exception("Missing return statement in function"); + } + +/** + * this is for convienance + */ + + public String getIdentifier() + { + Token exp; + exp = mcc_consume_token(IDENTIFIER); + { + if (true) return exp.image; + } + throw new Exception("Missing return statement in function"); + } + + public ValueParam[] assertBody() + { + Token exp; + ArrayList tokens = new ArrayList(); + ValueParam[] param = null; + mcc_consume_token(LBRACE); + exp = mcc_consume_token(IDENTIFIER); + while (true) + { + assertContents(tokens); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + ; + break; + default: + mcc_la1[19] = mcc_gen; + goto label_9; + } + } + label_9: + ; + + mcc_consume_token(RBRACE); + param = new ValueParam[2]; + param[0] = new ValueParam(Constants.STRING_TYPE, exp.image); + param[1] = new ValueParam(Constants.OBJECT_TYPE, tokens.ToArray()); + tokens.Clear(); + exp = null; + { + if (true) return param; + } + throw new Exception("Missing return statement in function"); + } + +/* assert body */ + + public void assertContents(ArrayList tokens) + { + Token exp; + Object body = null; + mcc_consume_token(LBRACE); + exp = mcc_consume_token(IDENTIFIER); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case BIND4: + case TRUE: + case TRUE2: + case FALSE: + case FALSE2: + case IDENTIFIER: + case PATH_LITERAL: + body = checkMultiSlot(); + break; + default: + mcc_la1[20] = mcc_gen; + ; + break; + } + mcc_consume_token(RBRACE); + if (body != null) + { + if (body.GetType().IsArray) + { + MultiSlot msl = new MultiSlot(exp.image); + msl.Value = body; + tokens.Add(msl); + } + else + { + Slot s = new Slot(exp.image); + s.Value = body; + tokens.Add(s); + } + } + exp.Clear(); + exp = null; + body = null; + } + + public Object checkMultiSlot() + { + Object body; + ArrayList artokens = new ArrayList(); + if (mcc_2_2(2147483647)) + { + while (true) + { + arrayType(artokens); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case IDENTIFIER: + case PATH_LITERAL: + ; + break; + default: + mcc_la1[21] = mcc_gen; + goto label_10; + } + } + label_10: + ; + + { + if (true) return artokens.ToArray(); + } + } + else if (mcc_2_3(2147483647)) + { + while (true) + { + arrayType(artokens); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case IDENTIFIER: + case PATH_LITERAL: + ; + break; + default: + mcc_la1[22] = mcc_gen; + goto label_11; + } + } + label_11: + ; + + { + if (true) return artokens.ToArray(); + } + } + else if (mcc_2_4(2147483647)) + { + while (true) + { + arrayType(artokens); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case IDENTIFIER: + case PATH_LITERAL: + ; + break; + default: + mcc_la1[23] = mcc_gen; + goto label_12; + } + } + label_12: + ; + + { + if (true) return artokens.ToArray(); + } + } + else if (mcc_2_5(2147483647)) + { + while (true) + { + arrayType(artokens); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case IDENTIFIER: + case PATH_LITERAL: + ; + break; + default: + mcc_la1[24] = mcc_gen; + goto label_13; + } + } + label_13: + ; + + { + if (true) return artokens.ToArray(); + } + } + else if (mcc_2_6(2147483647)) + { + while (true) + { + arrayType(artokens); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case IDENTIFIER: + case PATH_LITERAL: + ; + break; + default: + mcc_la1[25] = mcc_gen; + goto label_14; + } + } + label_14: + ; + + { + if (true) return artokens.ToArray(); + } + } + else if (mcc_2_7(2147483647)) + { + while (true) + { + arrayType(artokens); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case IDENTIFIER: + case PATH_LITERAL: + ; + break; + default: + mcc_la1[26] = mcc_gen; + goto label_15; + } + } + label_15: + ; + + { + if (true) return artokens.ToArray(); + } + } + else + { + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case BIND4: + case TRUE: + case TRUE2: + case FALSE: + case FALSE2: + case IDENTIFIER: + case PATH_LITERAL: + body = slotValueType(); + { + if (true) return body; + } + break; + default: + mcc_la1[27] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + } + throw new Exception("Missing return statement in function"); + } + + public Object slotValueType() + { + Object body; + Token btoken; + bool boolval; + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case BIND: + case BIND3: + case BIND4: + btoken = getBindType(); + // probably should refactor this later, instead of looking up the value directly + Object val = engine.getDefglobalValue(btoken.image); + if (val != null) + { + { + if (true) return engine.getDefglobalValue(btoken.image); + } + } + else + { + BoundParam bp = new BoundParam(); + bp.VariableName = btoken.image; + { + if (true) return bp; + } + } + break; + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case PATH_LITERAL: + body = typeExpr(); + { + if (true) return body; + } + break; + case TRUE: + case TRUE2: + case FALSE: + case FALSE2: + boolval = trueFalse(); + { + if (true) return Convert.ToBoolean(boolval); + } + break; + case IDENTIFIER: + btoken = mcc_consume_token(IDENTIFIER); + { + if (true) return btoken.image; + } + break; + default: + mcc_la1[28] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + throw new Exception("Missing return statement in function"); + } + +/* arrayType handles multislot tokens */ + + public void arrayType(ArrayList tokens) + { + Token tval; + Object val; + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case IDENTIFIER: + tval = mcc_consume_token(IDENTIFIER); + tokens.Add(tval.image); + break; + case BIND: + tval = mcc_consume_token(BIND); + if (tval.kind == BIND) + { + BoundParam bp = new BoundParam(); + bp.VariableName = tval.image; + tokens.Add(bp); + } + break; + case BIND3: + tval = mcc_consume_token(BIND3); + if (tval.kind == BIND3) + { + BoundParam bp = new BoundParam(); + bp.VariableName = tval.image; + tokens.Add(bp); + } + break; + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case PATH_LITERAL: + val = typeExpr(); + tokens.Add(val); + break; + default: + mcc_la1[29] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + } + +/* templateExpr gets the slots of a deftemplate */ + + public Deftemplate templateExpr() + { + Token exp; + Deftemplate template; + ArrayList slots = new ArrayList(); + /* javacc gives a warning for this, but not sure how to do it better */ + exp = mcc_consume_token(IDENTIFIER); + while (true) + { + templateBody(slots); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + ; + break; + default: + mcc_la1[30] = mcc_gen; + goto label_16; + } + } + label_16: + ; + + Slot[] s = new Slot[slots.Count]; + slots.CopyTo(s); + template = new Deftemplate(exp.image, null, s); + slots.Clear(); + exp.Clear(); + exp = null; + { + if (true) return template; + } + throw new Exception("Missing return statement in function"); + } + + public void templateBody(ArrayList slots) + { + Token sname; + int stype; + int sid; + Slot sl; + MultiSlot msl; + Object defaultvalue; + if (mcc_2_8(2147483647)) + { + mcc_consume_token(LBRACE); + mcc_consume_token(SLOT); + sname = mcc_consume_token(IDENTIFIER); + stype = slotType(); + defaultvalue = defaultValue(); + mcc_consume_token(RBRACE); + sid = slots.Count; + sl = new Slot(sname.image); + sl.Id = sid; + sl.ValueType = stype; + sl.Value = defaultvalue; + slots.Add(sl); + sname = null; + } + else if (mcc_2_9(2147483647)) + { + mcc_consume_token(LBRACE); + mcc_consume_token(MULTISLOT); + sname = mcc_consume_token(IDENTIFIER); + mcc_consume_token(RBRACE); + sid = slots.Count; + msl = new MultiSlot(sname.image); + msl.Id = sid; + slots.Add(msl); + sname = null; + } + else + { + mcc_consume_token(-1); + throw new ParseException(); + } + } + + public int slotType() + { + int stype = -1; + int defaultType = 9; + if (mcc_2_10(2147483647)) + { + mcc_consume_token(LBRACE); + mcc_consume_token(TYPEDEF); + stype = getType(); + mcc_consume_token(RBRACE); + } + else + { + ; + } + if (stype > -1) + { + defaultType = stype; + } + { + if (true) return defaultType; + } + throw new Exception("Missing return statement in function"); + } + + public Object defaultValue() + { + Object defobj = null; + if (mcc_2_11(2147483647)) + { + mcc_consume_token(LBRACE); + mcc_consume_token(DEFAULTVALUE); + defobj = typeExpr(); + mcc_consume_token(RBRACE); + } + else + { + defobj = Constants.NIL_SYMBOL; + } + + if (defobj != null) + return defobj; + + throw new Exception("Missing return statement in function"); + } + + public int getType() + { + Token exp = null; + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case INTEGER: + exp = mcc_consume_token(INTEGER); + exp = null; + { + if (true) return Constants.INT_PRIM_TYPE; + } + break; + case SHORT: + exp = mcc_consume_token(SHORT); + exp = null; + { + if (true) return Constants.SHORT_PRIM_TYPE; + } + break; + case LONG: + exp = mcc_consume_token(LONG); + exp = null; + { + if (true) return Constants.LONG_PRIM_TYPE; + } + break; + case FLOAT: + exp = mcc_consume_token(FLOAT); + exp = null; + { + if (true) return Constants.FLOAT_PRIM_TYPE; + } + break; + case DOUBLE: + exp = mcc_consume_token(DOUBLE); + exp = null; + { + if (true) return Constants.DOUBLE_PRIM_TYPE; + } + break; + case SYMBOL: + exp = mcc_consume_token(SYMBOL); + exp = null; + { + if (true) return Constants.OBJECT_TYPE; + } + break; + case STRING: + exp = mcc_consume_token(STRING); + exp = null; + { + if (true) return Constants.STRING_TYPE; + } + break; + case BOOLEAN: + exp = mcc_consume_token(BOOLEAN); + exp = null; + { + if (true) return Constants.BOOLEAN_PRIM_TYPE; + } + break; + default: + mcc_la1[31] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + throw new Exception("Missing return statement in function"); + } + + public Defrule ruleBody() + { + Token exp = null; + Token rulecomment = null; + Defrule rule; + ArrayList dec = new ArrayList(); + ArrayList conditions = new ArrayList(); + ArrayList actions = new ArrayList(); + exp = mcc_consume_token(IDENTIFIER); + if (mcc_2_12(2147483647)) + { + rulecomment = mcc_consume_token(STRING_LITERAL); + } + else + { + ; + } + if (mcc_2_13(2147483647)) + { + ruleDeclaration(dec); + } + else + { + ; + } + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + case BIND: + while (true) + { + conditionElement(conditions); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + case BIND: + ; + break; + default: + mcc_la1[32] = mcc_gen; + goto label_17; + } + } + label_17: + ; + + break; + default: + mcc_la1[33] = mcc_gen; + ; + break; + } + arrow(); + ruleActions(actions); + rule = new Defrule(exp.image); + if (rulecomment != null) + { + rule.Comment = rulecomment.image; + } + rule.setRuleProperties(dec); + IEnumerator itrC = conditions.GetEnumerator(); + while (itrC.MoveNext()) + { + rule.addCondition((ICondition) itrC.Current); + } + + IEnumerator itr = actions.GetEnumerator(); + while (itr.MoveNext()) + { + Object acn = itr.Current; + if (acn is IFunction) + { + FunctionAction faction = new FunctionAction(); + faction.Function = (IFunction) acn; + rule.addAction(faction); + } + else if (acn is IAction) + { + rule.addAction((IAction) acn); + } + } + dec.Clear(); + conditions.Clear(); + actions.Clear(); + exp = null; + { + if (true) return rule; + } + throw new Exception("Missing return statement in function"); + } + + public void ruleDeclaration(ArrayList list) + { + Token exp; + mcc_consume_token(LBRACE); + exp = mcc_consume_token(DECLARE); + ruleProperty(list); + mcc_consume_token(RBRACE); + } + + public void ruleProperty(ArrayList list) + { + Object exp = null; + bool tf = true; + String ver = null; + bool remember = true; + bool temporal = false; + bool agenda = false; + String direction = null; + String date = null; + if (mcc_2_14(2147483647)) + { + exp = salience(); + } + else + { + ; + } + if (exp != null) + { + long intsal = Convert.ToInt64(((Token) exp).image); + RuleProperty sal = new RuleProperty(RuleProperty.SALIENCE, intsal.ToString()); + list.Add(sal); + } + if (mcc_2_15(2147483647)) + { + tf = autoFocus(); + } + else + { + ; + } + RuleProperty auto = new RuleProperty(RuleProperty.AUTO_FOCUS, tf); + list.Add(auto); + if (mcc_2_16(2147483647)) + { + ver = ruleVersion(); + } + else + { + ; + } + RuleProperty rp = new RuleProperty(RuleProperty.VERSION, ver); + list.Add(rp); + if (mcc_2_17(2147483647)) + { + remember = Remember(); + } + else + { + ; + } + RuleProperty rmem = new RuleProperty(RuleProperty.REMEMBER_MATCH, remember); + list.Add(rmem); + if (mcc_2_18(2147483647)) + { + date = effectiveDate(); + } + else + { + ; + } + RuleProperty eff = new RuleProperty(RuleProperty.EFFECTIVE_DATE, date); + list.Add(eff); + if (mcc_2_19(2147483647)) + { + date = expirationDate(); + } + else + { + ; + } + RuleProperty expr = new RuleProperty(RuleProperty.EXPIRATION_DATE, date); + list.Add(expr); + if (mcc_2_20(2147483647)) + { + direction = Direction(); + } + else + { + ; + } + RuleProperty dir = new RuleProperty(RuleProperty.DIRECTION, direction); + list.Add(dir); + if (mcc_2_21(2147483647)) + { + agenda = noAgenda(); + } + else + { + ; + } + RuleProperty noagenda = new RuleProperty(RuleProperty.NO_AGENDA, agenda); + list.Add(noagenda); + if (mcc_2_22(2147483647)) + { + temporal = temporalAct(); + } + else + { + ; + } + RuleProperty tempprop = new RuleProperty(RuleProperty.TEMPORAL_ACTIVATION, temporal); + list.Add(tempprop); + } + + public Object salience() + { + Token exp = null; + Object val = null; + mcc_consume_token(LBRACE); + exp = mcc_consume_token(SALIENCE); + val = mcc_consume_token(INTEGER_LITERAL); + mcc_consume_token(RBRACE); + exp = null; + if (val != null) + { + { + if (true) return val; + } + } + else + { + { + if (true) return null; + } + } + throw new Exception("Missing return statement in function"); + } + + public bool autoFocus() + { + Token exp; + bool tf = false; + mcc_consume_token(LBRACE); + exp = mcc_consume_token(AUTOFOCUS); + tf = trueFalse(); + mcc_consume_token(RBRACE); + { + if (true) return tf; + } + throw new Exception("Missing return statement in function"); + } + + public String ruleVersion() + { + Token exp; + mcc_consume_token(LBRACE); + mcc_consume_token(RULEVERSION); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case IDENTIFIER: + exp = mcc_consume_token(IDENTIFIER); + break; + case FLOATING_POINT_LITERAL: + exp = mcc_consume_token(FLOATING_POINT_LITERAL); + break; + case INTEGER_LITERAL: + exp = mcc_consume_token(INTEGER_LITERAL); + break; + default: + mcc_la1[34] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + mcc_consume_token(RBRACE); + { + if (true) return exp.image; + } + throw new Exception("Missing return statement in function"); + } + + public bool Remember() + { + Token exp; + bool tf = false; + mcc_consume_token(LBRACE); + exp = mcc_consume_token(REMEMBERMATCH); + tf = trueFalse(); + mcc_consume_token(RBRACE); + { + if (true) return tf; + } + throw new Exception("Missing return statement in function"); + } + + public String Direction() + { + Token exp; + String defaultDir = "forward"; + mcc_consume_token(LBRACE); + mcc_consume_token(CHAININGDIRECTION); + exp = mcc_consume_token(IDENTIFIER); + mcc_consume_token(RBRACE); + if (exp != null && exp.image.Equals("backward")) + { + { + if (true) return exp.image; + } + } + else + { + { + if (true) return defaultDir; + } + } + throw new Exception("Missing return statement in function"); + } + + public bool noAgenda() + { + Token exp; + bool tf = false; + mcc_consume_token(LBRACE); + exp = mcc_consume_token(NOAGENDA); + tf = trueFalse(); + mcc_consume_token(RBRACE); + { + if (true) return tf; + } + throw new Exception("Missing return statement in function"); + } + + public String effectiveDate() + { + Token exp; + Token date; + mcc_consume_token(LBRACE); + exp = mcc_consume_token(EFFECTIVE); + date = mcc_consume_token(STRING_LITERAL); + mcc_consume_token(RBRACE); + { + if (true) return date.image.Substring(1, date.image.Length - 1); + } + throw new Exception("Missing return statement in function"); + } + + public String expirationDate() + { + Token exp; + Token date; + mcc_consume_token(LBRACE); + exp = mcc_consume_token(EXPIRATION); + date = mcc_consume_token(STRING_LITERAL); + mcc_consume_token(RBRACE); + { + if (true) return date.image.Substring(1, date.image.Length - 1); + } + throw new Exception("Missing return statement in function"); + } + + public bool temporalAct() + { + Token exp; + bool tf = false; + mcc_consume_token(LBRACE); + exp = mcc_consume_token(TEMPORALACTIVATION); + tf = trueFalse(); + mcc_consume_token(RBRACE); + { + if (true) return tf; + } + throw new Exception("Missing return statement in function"); + } + + public bool trueFalse() + { + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case TRUE: + mcc_consume_token(TRUE); + { + if (true) return true; + } + break; + case TRUE2: + mcc_consume_token(TRUE2); + { + if (true) return true; + } + break; + case FALSE: + mcc_consume_token(FALSE); + { + if (true) return false; + } + break; + case FALSE2: + mcc_consume_token(FALSE2); + { + if (true) return false; + } + break; + default: + mcc_la1[35] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + throw new Exception("Missing return statement in function"); + } + +// conditionalElement checks for object binding + public void conditionElement(ArrayList list) + { + Token exp; + if (mcc_2_23(2147483647)) + { + exp = mcc_consume_token(BIND); + mcc_consume_token(ASSIGN); + mcc_consume_token(LBRACE); + CEType(list); + mcc_consume_token(RBRACE); + ObjectCondition oc = (ObjectCondition) list[list.Count - 1]; + BoundConstraint bc = new BoundConstraint(oc.TemplateName, true); + bc.Value = exp.image.Substring(1); + oc.addConstraint(bc, 0); + } + else + { + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + mcc_consume_token(LBRACE); + CEType(list); + mcc_consume_token(RBRACE); + + break; + default: + mcc_la1[36] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + } + } + +// CEType checks the Conditional element to see if it's exist, not, test or plain + public void CEType(ArrayList list) + { + Token exp; + Token exp2; + Object etime; + Object nested = null; + ArrayList alpha = new ArrayList(); + ObjectCondition oc = null; + TemporalCondition tmpc = null; + ArrayList parms = new ArrayList(); + if (mcc_2_24(2147483647)) + { + mcc_consume_token(NOTCE); + mcc_consume_token(LBRACE); + exp = mcc_consume_token(IDENTIFIER); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + while (true) + { + templatePatterns(alpha); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + ; + break; + default: + mcc_la1[37] = mcc_gen; + goto label_18; + } + } + label_18: + ; + + break; + default: + mcc_la1[38] = mcc_gen; + ; + break; + } + mcc_consume_token(RBRACE); + oc = new ObjectCondition(); + oc.Negated = true; + oc.TemplateName = exp.image; + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) + { + oc.addConstraint((IConstraint) itr.Current); + } + list.Add(oc); + alpha.Clear(); + exp = null; + } + else + { + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case NOTCE: + mcc_consume_token(NOTCE); + mcc_consume_token(LBRACE); + nested = expr(); + mcc_consume_token(RBRACE); + TestCondition tc = new TestCondition(); + tc.Negated = true; + if (nested is IFunction) + { + tc.Function = ((IFunction) nested); + } + list.Add(tc); + break; + case TEMPORAL: + mcc_consume_token(TEMPORAL); + temporalPattern(list); + + break; + case TEST: + mcc_consume_token(TEST); + mcc_consume_token(LBRACE); + nested = expr(); + mcc_consume_token(RBRACE); + tc = new TestCondition(); + if (nested is IFunction) + { + tc.Function = ((IFunction) nested); + } + list.Add(tc); + break; + case AND1: + mcc_consume_token(AND1); + while (true) + { + mcc_consume_token(LBRACE); + nested = expr(); + mcc_consume_token(RBRACE); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + ; + break; + default: + mcc_la1[39] = mcc_gen; + goto label_19; + } + } + label_19: + ; + + AndCondition ac = new AndCondition(); + ac.addNestedConditionElement(nested); + list.Add(ac); + break; + case EXISTS: + mcc_consume_token(EXISTS); + while (true) + { + mcc_consume_token(LBRACE); + CEType(alpha); + mcc_consume_token(RBRACE); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + ; + break; + default: + mcc_la1[40] = mcc_gen; + goto label_20; + } + } + label_20: + ; + + ExistCondition exc = null; + if (alpha.Count > 1) + { + for (int iz = 0; iz < alpha.Count; iz++) + { + exc = ExistCondition.newExistCondition((ObjectCondition) alpha[iz]); + list.Add(exc); + } + } + else + { + exc = ExistCondition.newExistCondition((ObjectCondition) alpha[0]); + list.Add(exc); + } + break; + case IDENTIFIER: + exp = mcc_consume_token(IDENTIFIER); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + while (true) + { + templatePatterns(alpha); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + ; + break; + default: + mcc_la1[41] = mcc_gen; + goto label_21; + } + } + label_21: + ; + + break; + default: + mcc_la1[42] = mcc_gen; + ; + break; + } + oc = new ObjectCondition(); + oc.TemplateName = exp.image; + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) + { + oc.addConstraint((IConstraint) itr.Current); + } + list.Add(oc); + alpha.Clear(); + exp = null; + break; + default: + mcc_la1[43] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + } + } + + public void temporalPattern(ArrayList list) + { + Token exp; + Token exp2; + Object etime; + Object itime; + Object nested = null; + ArrayList alpha = new ArrayList(); + ObjectCondition oc = null; + TemporalCondition tmpc = null; + ArrayList parms = new ArrayList(); + if (mcc_2_25(2147483647)) + { + exp2 = mcc_consume_token(BIND); + mcc_consume_token(LBRACE); + mcc_consume_token(RELATIVETIME); + etime = typeExpr(); + mcc_consume_token(RBRACE); + mcc_consume_token(LBRACE); + exp = mcc_consume_token(IDENTIFIER); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + while (true) + { + templatePatterns(alpha); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + ; + break; + default: + mcc_la1[44] = mcc_gen; + goto label_22; + } + } + label_22: + ; + + break; + default: + mcc_la1[45] = mcc_gen; + ; + break; + } + mcc_consume_token(RBRACE); + tmpc = new TemporalCondition(); + tmpc.TemplateName = exp.image; + tmpc.VariableName = exp2.image.Substring(1); + if (etime is Decimal) + { + tmpc.RelativeTime = Convert.ToInt32(etime); + } + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) + { + tmpc.addConstraint((IConstraint) itr.Current); + } + list.Add(tmpc); + alpha.Clear(); + exp = null; + } + else + { + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case BIND: + // (temporal ?binding (interval-time n) (relative-time n) (person (name "me") ) ) + exp2 = mcc_consume_token(BIND); + mcc_consume_token(LBRACE); + mcc_consume_token(INTERVALTIME); + itime = typeExpr(); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + mcc_consume_token(LBRACE); + while (true) + { + valueParams(parms); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case BIND: + case BIND3: + case BIND4: + case TRUE: + case TRUE2: + case FALSE: + case FALSE2: + case IDENTIFIER: + case PATH_LITERAL: + ; + break; + default: + mcc_la1[46] = mcc_gen; + goto label_23; + } + } + label_23: + ; + + mcc_consume_token(RBRACE); + break; + default: + mcc_la1[47] = mcc_gen; + ; + break; + } + mcc_consume_token(RBRACE); + mcc_consume_token(LBRACE); + mcc_consume_token(RELATIVETIME); + etime = typeExpr(); + mcc_consume_token(RBRACE); + mcc_consume_token(LBRACE); + exp = mcc_consume_token(IDENTIFIER); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + while (true) + { + templatePatterns(alpha); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + ; + break; + default: + mcc_la1[48] = mcc_gen; + goto label_24; + } + } + label_24: + ; + + break; + default: + mcc_la1[49] = mcc_gen; + ; + break; + } + mcc_consume_token(RBRACE); + tmpc = new TemporalCondition(); + tmpc.TemplateName = exp.image; + tmpc.VariableName = exp2.image.Substring(1); + if (itime is Decimal) + { + tmpc.IntervalTime = Convert.ToInt32(itime); + } + if (etime is Decimal) + { + tmpc.RelativeTime = Convert.ToInt32(etime); + } + tmpc.AddFunction(parms); + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) + { + tmpc.addConstraint((IConstraint) itr.Current); + } + list.Add(tmpc); + alpha.Clear(); + exp = null; + break; + default: + mcc_la1[50] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + } + } + + public void templatePatterns(ArrayList list) + { + Token exp = null; + mcc_consume_token(LBRACE); + exp = mcc_consume_token(IDENTIFIER); + propertyType(list, exp); + mcc_consume_token(RBRACE); + exp = null; + } + + public void propertyType(ArrayList list, Token identifier) + { + Token id = null; + Object body = null; + Token body2 = null; + bool bval = false; + LiteralConstraint vc; + BoundConstraint bc; + OrLiteralConstraint orc; + AndLiteralConstraint andc; + ArrayList andor = new ArrayList(); + MultiValue mv = null; + if (mcc_2_26(2147483647)) + { + predicateFunc(list, identifier); + } + else if (mcc_2_27(2147483647)) + { + body2 = mcc_consume_token(BIND4); + if (body2 != null) + { + bc = new BoundConstraint(); + bc.Name = identifier.image; + bc.Value = body2.image.Substring(2); + bc.IsMultislot = true; + list.Add(bc); + } + } + else if (mcc_2_28(2147483647)) + { + body2 = mcc_consume_token(BIND); + if (body2 != null) + { + bc = new BoundConstraint(); + bc.Name = identifier.image; + bc.Value = body2.image.Substring(1); + list.Add(bc); + } + } + else if (mcc_2_29(2147483647)) + { + mcc_consume_token(TILDA); + body2 = mcc_consume_token(BIND); + if (body2 != null) + { + bc = new BoundConstraint(); + bc.Name = identifier.image; + bc.Value = body2.image.Substring(1); + bc.Negated = true; + list.Add(bc); + } + } + else if (mcc_2_30(2147483647)) + { + body = typeExpr(); + while (true) + { + mcc_consume_token(OR2); + orType(andor); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case OR2: + ; + break; + default: + mcc_la1[51] = mcc_gen; + goto label_25; + } + } + label_25: + ; + + if (body != null) + { + orc = new OrLiteralConstraint(); + orc.Name = identifier.image; + mv = new MultiValue(body); + orc.addValue(mv); + orc.addValues(andor); + list.Add(orc); + } + } + else if (mcc_2_31(2147483647)) + { + mcc_consume_token(TILDA); + body = typeExpr(); + while (true) + { + mcc_consume_token(OR2); + orType(andor); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case OR2: + ; + break; + default: + mcc_la1[52] = mcc_gen; + goto label_26; + } + } + label_26: + ; + + if (body != null) + { + orc = new OrLiteralConstraint(); + orc.Name = identifier.image; + mv = new MultiValue(body); + mv.Negated = true; + orc.addValue(mv); + orc.addValues(andor); + list.Add(orc); + } + } + else if (mcc_2_32(2147483647)) + { + body = bindTypeExpr(); + while (true) + { + mcc_consume_token(AND2); + andType(andor); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case AND2: + ; + break; + default: + mcc_la1[53] = mcc_gen; + goto label_27; + } + } + label_27: + ; + + if (body != null) + { + if (body is String && ((String) body).StartsWith("?")) + { + bc = new BoundConstraint(); + bc.Name = identifier.image; + bc.Value = ((String) body).Substring(1); + bc.IntraFactJoin = true; + bc.addIntrFactJoin(andor); + list.Add(bc); + } + else + { + andc = new AndLiteralConstraint(); + andc.Name = identifier.image; + mv = new MultiValue(body); + andc.addValue(mv); + andc.addValues(andor); + list.Add(andc); + } + } + } + else if (mcc_2_33(2147483647)) + { + mcc_consume_token(TILDA); + body = typeExpr(); + while (true) + { + mcc_consume_token(AND2); + andType(andor); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case AND2: + ; + break; + default: + mcc_la1[54] = mcc_gen; + goto label_28; + } + } + label_28: + ; + + if (body != null) + { + andc = new AndLiteralConstraint(); + andc.Name = identifier.image; + mv = new MultiValue(body); + mv.Negated = true; + andc.addValue(mv); + andc.addValues(andor); + list.Add(andc); + } + } + else if (mcc_2_34(2147483647)) + { + mcc_consume_token(TILDA); + body = typeExpr(); + if (body != null) + { + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = body; + vc.Negated = true; + list.Add(vc); + } + } + else if (mcc_2_35(2147483647)) + { + id = mcc_consume_token(IDENTIFIER); + if (id != null) + { + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = id.image; + list.Add(vc); + } + } + else if (mcc_2_36(2147483647)) + { + mcc_consume_token(TILDA); + id = mcc_consume_token(IDENTIFIER); + if (id != null) + { + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = id.image; + vc.Negated = true; + list.Add(vc); + } + } + else + { + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case PATH_LITERAL: + body = typeExpr(); + if (body != null) + { + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = body; + list.Add(vc); + } + break; + case TRUE: + case TRUE2: + case FALSE: + case FALSE2: + bval = trueFalse(); + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = Convert.ToBoolean(bval); + list.Add(vc); + break; + default: + mcc_la1[55] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + } + } + +// either a bind or typeExpr + public Object bindTypeExpr() + { + Token body = null; + Object value = null; + if (mcc_2_37(2147483647)) + { + body = mcc_consume_token(BIND); + { + if (true) return body.image; + } + } + else if (mcc_2_38(2147483647)) + { + value = typeExpr(); + { + if (true) return value; + } + } + else + { + mcc_consume_token(-1); + throw new ParseException(); + } + throw new Exception("Missing return statement in function"); + } + +// need to enhance to handling bindings + public void andType(ArrayList list) + { + Token body = null; + Object val = null; + MultiValue mv = null; + BoundConstraint bc; + if (mcc_2_39(2147483647)) + { + body = mcc_consume_token(IDENTIFIER); + if (body != null) + { + mv = new MultiValue(body.image); + list.Add(mv); + } + } + else if (mcc_2_40(2147483647)) + { + mcc_consume_token(TILDA); + val = typeExpr(); + if (val != null) + { + mv = new MultiValue(val, true); + list.Add(mv); + } + } + else + { + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case BIND: + // a binding ?bind + body = mcc_consume_token(BIND); + bc = new BoundConstraint(); + bc.Value = body.image.Substring(1); + list.Add(bc); + break; + case TILDA: + mcc_consume_token(TILDA); + body = mcc_consume_token(BIND); + bc = new BoundConstraint(); + bc.Value = body.image.Substring(1); + bc.Negated = true; + list.Add(bc); + break; + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case PATH_LITERAL: + val = typeExpr(); + if (val != null) + { + mv = new MultiValue(val); + list.Add(mv); + } + break; + default: + mcc_la1[56] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + } + } + + public void orType(ArrayList list) + { + Token body = null; + Object val = null; + MultiValue mv = null; + if (mcc_2_41(2147483647)) + { + body = mcc_consume_token(IDENTIFIER); + if (body != null) + { + mv = new MultiValue(body.image); + list.Add(mv); + } + } + else if (mcc_2_42(2147483647)) + { + mcc_consume_token(TILDA); + val = typeExpr(); + if (val != null) + { + mv = new MultiValue(val, true); + list.Add(mv); + } + } + else + { + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case PATH_LITERAL: + val = typeExpr(); + if (val != null) + { + mv = new MultiValue(val); + list.Add(mv); + } + break; + default: + mcc_la1[57] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + } + } + + public void predicateFunc(ArrayList list, Token identifier) + { + Token varname = null; + String func = null; + ArrayList parms = new ArrayList(); + Token bind = null; + Token val = null; + varname = mcc_consume_token(BIND2); + mcc_consume_token(LBRACE); + func = functionName(); + bind = mcc_consume_token(BIND); + actionParams(parms); + mcc_consume_token(RBRACE); + PredicateConstraint predc = new PredicateConstraint(); + predc.Name = identifier.image; + predc.VariableName = varname.image.Substring(1, varname.image.Length - 2); + predc.FunctionName = func; + BoundParam bp = new BoundParam(); + bp.VariableName = bind.image; + predc.addParameter(bp); + predc.addParameters(parms); + list.Add(predc); + } + + public String functionName() + { + Token fname = null; + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case IDENTIFIER: + fname = mcc_consume_token(IDENTIFIER); + { + if (true) return fname.image; + } + break; + case PLUS: + case MINUS: + case MULTIPLY: + case DIVIDE: + case GT1: + case GT2: + case LT1: + case LT2: + case EQ1: + case EQ2: + case LE1: + case LE2: + case GE1: + case GE2: + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case PLUS: + fname = mcc_consume_token(PLUS); + break; + case MINUS: + fname = mcc_consume_token(MINUS); + break; + case MULTIPLY: + fname = mcc_consume_token(MULTIPLY); + break; + case DIVIDE: + fname = mcc_consume_token(DIVIDE); + break; + case GT1: + fname = mcc_consume_token(GT1); + break; + case GT2: + fname = mcc_consume_token(GT2); + break; + case LT1: + fname = mcc_consume_token(LT1); + break; + case LT2: + fname = mcc_consume_token(LT2); + break; + case EQ1: + fname = mcc_consume_token(EQ1); + break; + case EQ2: + fname = mcc_consume_token(EQ2); + break; + case LE1: + fname = mcc_consume_token(LE1); + break; + case LE2: + fname = mcc_consume_token(LE2); + break; + case GE1: + fname = mcc_consume_token(GE1); + break; + case GE2: + fname = mcc_consume_token(GE2); + break; + default: + mcc_la1[58] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + { + if (true) return fname.image; + } + break; + default: + mcc_la1[59] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + throw new Exception("Missing return statement in function"); + } + + public void arrow() + { + Token exp; + exp = mcc_consume_token(ARROW); + exp = null; + } + + public void ruleActions(ArrayList list) + { + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + while (true) + { + mcc_consume_token(LBRACE); + ruleAction(list); + mcc_consume_token(RBRACE); + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case LBRACE: + ; + break; + default: + mcc_la1[60] = mcc_gen; + goto label_29; + } + } + label_29: + ; + + break; + default: + mcc_la1[61] = mcc_gen; + ; + break; + } + } + + public void ruleAction(ArrayList list) + { + Object exp; + exp = expr(); + list.Add(exp); + } + + public void actionParams(ArrayList list) + { + Object exp; + ValueParam vp = null; + switch ((mcc_ntk == -1) ? mcc_mntk() : mcc_ntk) + { + case BIND: + exp = mcc_consume_token(BIND); + if (exp is Token) + { + BoundParam bp = new BoundParam(); + bp.VariableName = ((Token) exp).image.Substring(1); + list.Add(bp); + } + break; + case INTEGER_LITERAL: + case FLOATING_POINT_LITERAL: + case STRING_LITERAL: + case PATH_LITERAL: + exp = typeExpr(); + vp = new ValueParam(); + if (exp is Token) + { + vp.Value = ((Token) exp).image; + } + else + { + vp.Value = exp; + } + if (exp is long) + { + vp.ValueType = Constants.LONG_PRIM_TYPE; + } + else if (exp is float) + { + vp.ValueType = Constants.DOUBLE_PRIM_TYPE; + } + else if (exp is String) + { + vp.ValueType = Constants.STRING_TYPE; + } + list.Add(vp); + break; + case IDENTIFIER: + exp = mcc_consume_token(IDENTIFIER); + vp = new ValueParam(); + vp.ValueType = Constants.STRING_TYPE; + if (exp is Token) + { + vp.Value = ((Token) exp).image; + } + else + { + vp.Value = exp; + } + list.Add(vp); + break; + default: + mcc_la1[62] = mcc_gen; + mcc_consume_token(-1); + throw new ParseException(); + } + } + + private bool mcc_2_1(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_1(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(0, xla); + } + } + + private bool mcc_2_2(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_2(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(1, xla); + } + } + + private bool mcc_2_3(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_3(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(2, xla); + } + } + + private bool mcc_2_4(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_4(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(3, xla); + } + } + + private bool mcc_2_5(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_5(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(4, xla); + } + } + + private bool mcc_2_6(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_6(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(5, xla); + } + } + + private bool mcc_2_7(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_7(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(6, xla); + } + } + + private bool mcc_2_8(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_8(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(7, xla); + } + } + + private bool mcc_2_9(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_9(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(8, xla); + } + } + + private bool mcc_2_10(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_10(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(9, xla); + } + } + + private bool mcc_2_11(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_11(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(10, xla); + } + } + + private bool mcc_2_12(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_12(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(11, xla); + } + } + + private bool mcc_2_13(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_13(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(12, xla); + } + } + + private bool mcc_2_14(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_14(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(13, xla); + } + } + + private bool mcc_2_15(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_15(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(14, xla); + } + } + + private bool mcc_2_16(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_16(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(15, xla); + } + } + + private bool mcc_2_17(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_17(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(16, xla); + } + } + + private bool mcc_2_18(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_18(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(17, xla); + } + } + + private bool mcc_2_19(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_19(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(18, xla); + } + } + + private bool mcc_2_20(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_20(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(19, xla); + } + } + + private bool mcc_2_21(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_21(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(20, xla); + } + } + + private bool mcc_2_22(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_22(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(21, xla); + } + } + + private bool mcc_2_23(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_23(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(22, xla); + } + } + + private bool mcc_2_24(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_24(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(23, xla); + } + } + + private bool mcc_2_25(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_25(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(24, xla); + } + } + + private bool mcc_2_26(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_26(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(25, xla); + } + } + + private bool mcc_2_27(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_27(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(26, xla); + } + } + + private bool mcc_2_28(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_28(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(27, xla); + } + } + + private bool mcc_2_29(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_29(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(28, xla); + } + } + + private bool mcc_2_30(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_30(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(29, xla); + } + } + + private bool mcc_2_31(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_31(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(30, xla); + } + } + + private bool mcc_2_32(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_32(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(31, xla); + } + } + + private bool mcc_2_33(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_33(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(32, xla); + } + } + + private bool mcc_2_34(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_34(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(33, xla); + } + } + + private bool mcc_2_35(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_35(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(34, xla); + } + } + + private bool mcc_2_36(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_36(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(35, xla); + } + } + + private bool mcc_2_37(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_37(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(36, xla); + } + } + + private bool mcc_2_38(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_38(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(37, xla); + } + } + + private bool mcc_2_39(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_39(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(38, xla); + } + } + + private bool mcc_2_40(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_40(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(39, xla); + } + } + + private bool mcc_2_41(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_41(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(40, xla); + } + } + + private bool mcc_2_42(int xla) + { + mcc_la = xla; + mcc_lastpos = mcc_scanpos = token; + try + { + return !mcc_3_42(); + } + catch (LookaheadSuccess) + { + return true; + } + finally + { + mcc_save(41, xla); + } + } + + private bool mcc_3_27() + { + if (mcc_scan_token(BIND4)) return true; + return false; + } + + private bool mcc_3_16() + { + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(RULEVERSION)) return true; + return false; + } + + private bool mcc_3_40() + { + if (mcc_scan_token(TILDA)) return true; + Token xsp; + xsp = mcc_scanpos; + if (mcc_scan_token(14)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(11)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(12)) return true; + } + } + return false; + } + + private bool mcc_3_15() + { + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(AUTOFOCUS)) return true; + return false; + } + + private bool mcc_3_23() + { + if (mcc_scan_token(BIND)) return true; + return false; + } + + private bool mcc_3_26() + { + if (mcc_scan_token(BIND2)) return true; + return false; + } + + private bool mcc_3_33() + { + if (mcc_scan_token(TILDA)) return true; + Token xsp; + xsp = mcc_scanpos; + if (mcc_scan_token(14)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(11)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(12)) return true; + } + } + if (mcc_scan_token(AND2)) return true; + return false; + } + + private bool mcc_3_39() + { + if (mcc_scan_token(IDENTIFIER)) return true; + return false; + } + + private bool mcc_3_7() + { + if (mcc_scan_token(BIND3)) return true; + if (mcc_scan_token(BIND3)) return true; + return false; + } + + private bool mcc_3_14() + { + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(SALIENCE)) return true; + return false; + } + + private bool mcc_3_6() + { + if (mcc_scan_token(BIND)) return true; + if (mcc_scan_token(BIND)) return true; + return false; + } + + private bool mcc_3_5() + { + if (mcc_scan_token(FLOATING_POINT_LITERAL)) return true; + if (mcc_scan_token(FLOATING_POINT_LITERAL)) return true; + return false; + } + + private bool mcc_3_38() + { + Token xsp; + xsp = mcc_scanpos; + if (mcc_scan_token(14)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(11)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(12)) return true; + } + } + return false; + } + + private bool mcc_3_4() + { + if (mcc_scan_token(INTEGER_LITERAL)) return true; + if (mcc_scan_token(INTEGER_LITERAL)) return true; + return false; + } + + private bool mcc_3_37() + { + if (mcc_scan_token(BIND)) return true; + return false; + } + + private bool mcc_3_1() + { + if (mcc_scan_token(LBRACE)) return true; + return false; + } + + private bool mcc_3_32() + { + Token xsp; + xsp = mcc_scanpos; + if (mcc_scan_token(14)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(11)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(12)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(15)) return true; + } + } + } + if (mcc_scan_token(AND2)) return true; + return false; + } + + private bool mcc_3_3() + { + if (mcc_scan_token(STRING_LITERAL)) return true; + if (mcc_scan_token(STRING_LITERAL)) return true; + return false; + } + + private bool mcc_3_2() + { + if (mcc_scan_token(IDENTIFIER)) return true; + if (mcc_scan_token(IDENTIFIER)) return true; + return false; + } + + private bool mcc_3_11() + { + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(DEFAULTVALUE)) return true; + return false; + } + + private bool mcc_3_31() + { + if (mcc_scan_token(TILDA)) return true; + Token xsp; + xsp = mcc_scanpos; + if (mcc_scan_token(14)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(11)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(12)) return true; + } + } + if (mcc_scan_token(OR2)) return true; + return false; + } + + private bool mcc_3_42() + { + if (mcc_scan_token(TILDA)) return true; + Token xsp; + xsp = mcc_scanpos; + if (mcc_scan_token(14)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(11)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(12)) return true; + } + } + return false; + } + + private bool mcc_3_12() + { + if (mcc_scan_token(STRING_LITERAL)) return true; + return false; + } + + private bool mcc_3_41() + { + if (mcc_scan_token(IDENTIFIER)) return true; + return false; + } + + private bool mcc_3_10() + { + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(TYPEDEF)) return true; + return false; + } + + private bool mcc_3_30() + { + Token xsp; + xsp = mcc_scanpos; + if (mcc_scan_token(14)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(11)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(12)) return true; + } + } + if (mcc_scan_token(OR2)) return true; + return false; + } + + private bool mcc_3_22() + { + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(TEMPORALACTIVATION)) return true; + return false; + } + + private bool mcc_3_13() + { + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(DECLARE)) return true; + return false; + } + + private bool mcc_3_36() + { + if (mcc_scan_token(TILDA)) return true; + if (mcc_scan_token(IDENTIFIER)) return true; + return false; + } + + private bool mcc_3_21() + { + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(NOAGENDA)) return true; + return false; + } + + private bool mcc_3_29() + { + if (mcc_scan_token(TILDA)) return true; + if (mcc_scan_token(BIND)) return true; + if (mcc_scan_token(RBRACE)) return true; + return false; + } + + private bool mcc_3_24() + { + if (mcc_scan_token(NOTCE)) return true; + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(IDENTIFIER)) return true; + if (mcc_scan_token(LBRACE)) return true; + return false; + } + + private bool mcc_3_20() + { + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(CHAININGDIRECTION)) return true; + return false; + } + + private bool mcc_3_9() + { + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(MULTISLOT)) return true; + return false; + } + + private bool mcc_3_25() + { + if (mcc_scan_token(BIND)) return true; + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(RELATIVETIME)) return true; + return false; + } + + private bool mcc_3_35() + { + if (mcc_scan_token(IDENTIFIER)) return true; + return false; + } + + private bool mcc_3_19() + { + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(EXPIRATION)) return true; + return false; + } + + private bool mcc_3_28() + { + if (mcc_scan_token(BIND)) return true; + if (mcc_scan_token(RBRACE)) return true; + return false; + } + + private bool mcc_3_18() + { + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(EFFECTIVE)) return true; + return false; + } + + private bool mcc_3_8() + { + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(SLOT)) return true; + return false; + } + + private bool mcc_3_17() + { + if (mcc_scan_token(LBRACE)) return true; + if (mcc_scan_token(REMEMBERMATCH)) return true; + return false; + } + + private bool mcc_3_34() + { + if (mcc_scan_token(TILDA)) return true; + Token xsp; + xsp = mcc_scanpos; + if (mcc_scan_token(14)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(11)) + { + mcc_scanpos = xsp; + if (mcc_scan_token(12)) return true; + } + } + return false; + } + + private static void mcc_gla1_0() + { + mcc_la1_0 = new int[] {426497, 512, 22528, 512, 512, 34816, 449024, 449024, 425984, 425984, 1099956224, 449024, 0, 449024, 449024, 449024, 1099956224, 448512, 425984, 512, 448512, 186368, 186368, 186368, 186368, 186368, 186368, 448512, 448512, 186368, 512, 2097152, 33280, 33280, 6144, 0, 512, 512, 512, 512, 512, 512, 512, 0, 512, 512, 449024, 512, 512, 512, 32768, 0, 0, 0, 0, 22528, 55296, 22528, 0, 0, 512, 512, 55296,}; + } + + private static void mcc_gla1_1() + { + mcc_la1_1 = new int[] {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 135266529, 0, 0, 0, 0, 0, 135266529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 623616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,}; + } + + private static void mcc_gla1_2() + { + mcc_la1_2 = new int[] {0, 0, 0, 0, 0, 0, 3456, 3456, 0, 0, 1073676288, 3456, 1073676288, 3456, 3456, 3456, 1073676288, 3456, 0, 0, 3456, 0, 0, 0, 0, 0, 0, 3456, 3456, 0, 0, 13, 0, 0, 0, 3456, 0, 0, 0, 0, 0, 0, 0, 96, 0, 0, 3456, 0, 0, 0, 0, 0, 0, 0, 0, 3456, 0, 0, 1073676288, 1073676288, 0, 0, 0,}; + } + + private static void mcc_gla1_3() + { + mcc_la1_3 = new int[] {0, 0, 256, 0, 0, 0, 288, 288, 0, 0, 32, 288, 0, 288, 288, 288, 32, 288, 0, 0, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, 0, 288, 0, 0, 0, 0, 8, 8, 2, 2, 256, 272, 256, 0, 32, 0, 0, 288,}; + } + + public void ReInit(Stream stream) + { + mcc_input_stream.ReInit(stream, 1, 1); + token_source.ReInit(mcc_input_stream); + token = new Token(); + mcc_ntk = -1; + mcc_gen = 0; + for (int i = 0; i < 63; i++) mcc_la1[i] = -1; + for (int i = 0; i < mcc_2_rtns.Length; i++) mcc_2_rtns[i] = new MccCalls(); + } + + public void ReInit(TextReader stream) + { + mcc_input_stream.ReInit(stream, 1, 1); + token_source.ReInit(mcc_input_stream); + token = new Token(); + mcc_ntk = -1; + mcc_gen = 0; + for (int i = 0; i < 63; i++) mcc_la1[i] = -1; + for (int i = 0; i < mcc_2_rtns.Length; i++) mcc_2_rtns[i] = new MccCalls(); + } + + public void ReInit(CLIPSParserTokenManager tm) + { + token_source = tm; + token = new Token(); + mcc_ntk = -1; + mcc_gen = 0; + for (int i = 0; i < 63; i++) mcc_la1[i] = -1; + for (int i = 0; i < mcc_2_rtns.Length; i++) mcc_2_rtns[i] = new MccCalls(); + } + + private Token mcc_consume_token(int kind) + { + Token oldToken = null; + if ((oldToken = token).next != null) token = token.next; + else token = token.next = token_source.GetNextToken(); + mcc_ntk = -1; + if (token.kind == kind) + { + mcc_gen++; + if (++mcc_gc > 100) + { + mcc_gc = 0; + for (int i = 0; i < mcc_2_rtns.Length; i++) + { + MccCalls c = mcc_2_rtns[i]; + while (c != null) + { + if (c.gen < mcc_gen) c.first = null; + c = c.next; + } + } + } + return token; + } + token = oldToken; + mcc_kind = kind; + throw GenerateParseException(); + } + + private bool mcc_scan_token(int kind) + { + if (mcc_scanpos == mcc_lastpos) + { + mcc_la--; + if (mcc_scanpos.next == null) + { + mcc_lastpos = mcc_scanpos = mcc_scanpos.next = token_source.GetNextToken(); + } + else + { + mcc_lastpos = mcc_scanpos = mcc_scanpos.next; + } + } + else + { + mcc_scanpos = mcc_scanpos.next; + } + if (mcc_rescan) + { + int i = 0; + Token tok = token; + while (tok != null && tok != mcc_scanpos) + { + i++; + tok = tok.next; + } + if (tok != null) mcc_add_error_token(kind, i); + } + if (mcc_scanpos.kind != kind) return true; + if (mcc_la == 0 && mcc_scanpos == mcc_lastpos) throw mcc_ls; + return false; + } + + public Token GetNextToken() + { + if (token.next != null) token = token.next; + else token = token.next = token_source.GetNextToken(); + mcc_ntk = -1; + mcc_gen++; + return token; + } + + public Token GetToken(int index) + { + Token t = lookingAhead ? mcc_scanpos : token; + for (int i = 0; i < index; i++) + { + if (t.next != null) t = t.next; + else t = t.next = token_source.GetNextToken(); + } + return t; + } + + private int mcc_mntk() + { + if ((mcc_nt = token.next) == null) + return (mcc_ntk = (token.next = token_source.GetNextToken()).kind); + else + return (mcc_ntk = mcc_nt.kind); + } + + private void mcc_add_error_token(int kind, int pos) + { + if (pos >= 100) return; + if (pos == mcc_endpos + 1) + { + mcc_lasttokens[mcc_endpos++] = kind; + } + else if (mcc_endpos != 0) + { + mcc_expentry = new int[mcc_endpos]; + for (int i = 0; i < mcc_endpos; i++) + { + mcc_expentry[i] = mcc_lasttokens[i]; + } + bool exists = false; + for (IEnumerator e = mcc_expentries.GetEnumerator(); e.MoveNext();) + { + int[] oldentry = (int[]) e.Current; + if (oldentry.Length == mcc_expentry.Length) + { + exists = true; + for (int i = 0; i < mcc_expentry.Length; i++) + { + if (oldentry[i] != mcc_expentry[i]) + { + exists = false; + break; + } + } + if (exists) break; + } + } + if (!exists) mcc_expentries.Add(mcc_expentry); + if (pos != 0) mcc_lasttokens[(mcc_endpos = pos) - 1] = kind; + } + } + + public ParseException GenerateParseException() + { + mcc_expentries.Clear(); + bool[] la1tokens = new bool[105]; + for (int i = 0; i < 105; i++) + { + la1tokens[i] = false; + } + if (mcc_kind >= 0) + { + la1tokens[mcc_kind] = true; + mcc_kind = -1; + } + for (int i = 0; i < 63; i++) + { + if (mcc_la1[i] == mcc_gen) + { + for (int j = 0; j < 32; j++) + { + if ((mcc_la1_0[i] & (1 << j)) != 0) + { + la1tokens[j] = true; + } + if ((mcc_la1_1[i] & (1 << j)) != 0) + { + la1tokens[32 + j] = true; + } + if ((mcc_la1_2[i] & (1 << j)) != 0) + { + la1tokens[64 + j] = true; + } + if ((mcc_la1_3[i] & (1 << j)) != 0) + { + la1tokens[96 + j] = true; + } + } + } + } + for (int i = 0; i < 105; i++) + { + if (la1tokens[i]) + { + mcc_expentry = new int[1]; + mcc_expentry[0] = i; + mcc_expentries.Add(mcc_expentry); + } + } + mcc_endpos = 0; + mcc_rescan_token(); + mcc_add_error_token(0, 0); + int[][] exptokseq = new int[mcc_expentries.Count][]; + for (int i = 0; i < mcc_expentries.Count; i++) + { + exptokseq[i] = (int[]) mcc_expentries[i]; + } + return new ParseException(token, exptokseq, tokenImage); + } + + public void enable_tracing() + { + } + + public void disable_tracing() + { + } + + private void mcc_rescan_token() + { + mcc_rescan = true; + for (int i = 0; i < 42; i++) + { + MccCalls p = mcc_2_rtns[i]; + do + { + if (p.gen > mcc_gen) + { + mcc_la = p.arg; + mcc_lastpos = mcc_scanpos = p.first; + switch (i) + { + case 0: + mcc_3_1(); + break; + case 1: + mcc_3_2(); + break; + case 2: + mcc_3_3(); + break; + case 3: + mcc_3_4(); + break; + case 4: + mcc_3_5(); + break; + case 5: + mcc_3_6(); + break; + case 6: + mcc_3_7(); + break; + case 7: + mcc_3_8(); + break; + case 8: + mcc_3_9(); + break; + case 9: + mcc_3_10(); + break; + case 10: + mcc_3_11(); + break; + case 11: + mcc_3_12(); + break; + case 12: + mcc_3_13(); + break; + case 13: + mcc_3_14(); + break; + case 14: + mcc_3_15(); + break; + case 15: + mcc_3_16(); + break; + case 16: + mcc_3_17(); + break; + case 17: + mcc_3_18(); + break; + case 18: + mcc_3_19(); + break; + case 19: + mcc_3_20(); + break; + case 20: + mcc_3_21(); + break; + case 21: + mcc_3_22(); + break; + case 22: + mcc_3_23(); + break; + case 23: + mcc_3_24(); + break; + case 24: + mcc_3_25(); + break; + case 25: + mcc_3_26(); + break; + case 26: + mcc_3_27(); + break; + case 27: + mcc_3_28(); + break; + case 28: + mcc_3_29(); + break; + case 29: + mcc_3_30(); + break; + case 30: + mcc_3_31(); + break; + case 31: + mcc_3_32(); + break; + case 32: + mcc_3_33(); + break; + case 33: + mcc_3_34(); + break; + case 34: + mcc_3_35(); + break; + case 35: + mcc_3_36(); + break; + case 36: + mcc_3_37(); + break; + case 37: + mcc_3_38(); + break; + case 38: + mcc_3_39(); + break; + case 39: + mcc_3_40(); + break; + case 40: + mcc_3_41(); + break; + case 41: + mcc_3_42(); + break; + } + } + p = p.next; + } while (p != null); + } + mcc_rescan = false; + } + + private void mcc_save(int index, int xla) + { + MccCalls p = mcc_2_rtns[index]; + while (p.gen > mcc_gen) + { + if (p.next == null) + { + p = p.next = new MccCalls(); + break; + } + p = p.next; + } + p.gen = mcc_gen + xla - mcc_la; + p.first = token; + p.arg = xla; + } + + #region Nested type: LookaheadSuccess + + private class LookaheadSuccess : Exception + { + } + + #endregion + + #region Nested type: MccCalls + + private class MccCalls + { + public int arg; + public Token first; + public int gen; + public MccCalls next; + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Parser/Clips2/CLIPSParserConstants.cs b/trunk/Creshendo/Util/Parser/Clips2/CLIPSParserConstants.cs new file mode 100644 index 0000000..9939705 --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips2/CLIPSParserConstants.cs @@ -0,0 +1,217 @@ +/* Generated By:MinosseCC: Do not edit this line. CLIPSParserConstants.cs */ +namespace Creshendo.Util.Parser.Clips2{ +public class CLIPSParserConstants { + + internal const int EOF = 0; + internal const int COMMENT_TEXT = 7; + internal const int END_COMMENT = 8; + internal const int LBRACE = 9; + internal const int RBRACE = 10; + internal const int INTEGER_LITERAL = 11; + internal const int FLOATING_POINT_LITERAL = 12; + internal const int EXPONENT = 13; + internal const int STRING_LITERAL = 14; + internal const int BIND = 15; + internal const int BIND2 = 16; + internal const int BIND3 = 17; + internal const int BIND4 = 18; + internal const int BIND5 = 19; + internal const int BINDING = 20; + internal const int BOOLEAN = 21; + internal const int AGGREGATE = 22; + internal const int ASSERT = 23; + internal const int ASSERTTEMPORAL = 24; + internal const int AUTOFOCUS = 25; + internal const int ALLOWEDVALUES = 26; + internal const int CHAININGDIRECTION = 27; + internal const int COMMAND = 28; + internal const int DECLARE = 29; + internal const int DEFCLASS = 30; + internal const int DEFFACT = 31; + internal const int DEFFUNCTION = 32; + internal const int DEFGENERIC = 33; + internal const int DEFGLOBAL = 34; + internal const int DEFINSTANCE = 35; + internal const int DEFMETHOD = 36; + internal const int DEFMODULE = 37; + internal const int DEFRULE = 38; + internal const int DEFTEMPLATE = 39; + internal const int DESCRIBECLASS = 40; + internal const int DEFAULTVALUE = 41; + internal const int DOUBLE = 42; + internal const int EXISTS = 43; + internal const int EFFECTIVE = 44; + internal const int EXPIRATION = 45; + internal const int FACTINDEX = 46; + internal const int FLOAT = 47; + internal const int INTEGER = 48; + internal const int INTERVALTIME = 49; + internal const int LOGICAL = 50; + internal const int LONG = 51; + internal const int MODIFY = 52; + internal const int MULTISLOT = 53; + internal const int NOAGENDA = 54; + internal const int NOLOOP = 55; + internal const int NUMBER = 56; + internal const int NOTCE = 57; + internal const int REMEMBERMATCH = 58; + internal const int RETRACT = 59; + internal const int RULEVERSION = 60; + internal const int RELATIVETIME = 61; + internal const int SALIENCE = 62; + internal const int SEND = 63; + internal const int SHORT = 64; + internal const int SLOT = 65; + internal const int STRING = 66; + internal const int SYMBOL = 67; + internal const int TEMPORALACTIVATION = 68; + internal const int TEMPORAL = 69; + internal const int TEST = 70; + internal const int TRUE = 71; + internal const int TRUE2 = 72; + internal const int TYPEDEF = 73; + internal const int FALSE = 74; + internal const int FALSE2 = 75; + internal const int NIL = 76; + internal const int ARROW = 77; + internal const int ASSIGN = 78; + internal const int SEMICOLON = 79; + internal const int PLUS = 80; + internal const int MINUS = 81; + internal const int MULTIPLY = 82; + internal const int DIVIDE = 83; + internal const int GT1 = 84; + internal const int GT2 = 85; + internal const int LT1 = 86; + internal const int LT2 = 87; + internal const int EQ1 = 88; + internal const int EQ2 = 89; + internal const int LE1 = 90; + internal const int LE2 = 91; + internal const int GE1 = 92; + internal const int GE2 = 93; + internal const int NE1 = 94; + internal const int NE2 = 95; + internal const int AND1 = 96; + internal const int AND2 = 97; + internal const int OR1 = 98; + internal const int OR2 = 99; + internal const int TILDA = 100; + internal const int IDENTIFIER = 101; + internal const int LETTER = 102; + internal const int DIGIT = 103; + internal const int PATH_LITERAL = 104; + + internal const int DEFAULT = 0; + internal const int IN_COMMENT = 1; + + internal readonly string[] tokenImage = { + "", + "\" \"", + "\"\\t\"", + "\"\\n\"", + "\"\\r\"", + "\";;\"", + "", + "", + "", + "\"(\"", + "\")\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "\"bind\"", + "\"BOOLEAN\"", + "\"aggregate\"", + "\"assert\"", + "\"assert-temporal\"", + "\"auto-focus\"", + "\"allowed-values\"", + "\"chaining-direction\"", + "\"command\"", + "\"declare\"", + "\"defclass\"", + "\"deffact\"", + "\"deffunction\"", + "\"defgeneric\"", + "\"defglobal\"", + "\"definstance\"", + "\"defmethod\"", + "\"defmodule\"", + "\"defrule\"", + "\"deftemplate\"", + "\"describe-class\"", + "\"default\"", + "\"DOUBLE\"", + "\"exists\"", + "\"effective-date\"", + "\"expiration-date\"", + "\"fact-index\"", + "\"FLOAT\"", + "\"INTEGER\"", + "\"interval-time\"", + "\"logical\"", + "\"LONG\"", + "\"modify\"", + "\"multislot\"", + "\"no-agenda\"", + "\"no-loop\"", + "\"NUMBER\"", + "\"not\"", + "\"remember-match\"", + "\"retract\"", + "\"rule-version\"", + "\"relative-time\"", + "\"salience\"", + "\"send\"", + "\"SHORT\"", + "\"slot\"", + "\"STRING\"", + "\"symbol\"", + "\"temporal-activation\"", + "\"temporal\"", + "\"test\"", + "\"TRUE\"", + "\"true\"", + "\"type\"", + "\"FALSE\"", + "\"false\"", + "\"nil\"", + "\"=>\"", + "\"<-\"", + "\";\"", + "\"+\"", + "\"-\"", + "\"*\"", + "\"/\"", + "\">\"", + "\"gt\"", + "\"<\"", + "\"lt\"", + "\"==\"", + "\"eq\"", + "\"<=\"", + "\"le\"", + "\">=\"", + "\"ge\"", + "\"!=\"", + "\"ne\"", + "\"and\"", + "\"&\"", + "\"or\"", + "\"|\"", + "\"~\"", + "", + "", + "", + "", + }; + +} +} diff --git a/trunk/Creshendo/Util/Parser/Clips2/CLIPSParserTokenManager.cs b/trunk/Creshendo/Util/Parser/Clips2/CLIPSParserTokenManager.cs new file mode 100644 index 0000000..6fec04a --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips2/CLIPSParserTokenManager.cs @@ -0,0 +1,2566 @@ +/* Generated By:MinosseCC: Do not edit this line. CLIPSParserTokenManager.cs */ +using System; +using System.Diagnostics; +using System.IO; + +namespace Creshendo.Util.Parser.Clips2 +{ + public class CLIPSParserTokenManager : CLIPSParserConstants + { + public static readonly string[] lexStateNames = { + "DEFAULT", + "IN_COMMENT", + }; + + private static readonly long[] mccbitVec0 = { + -2, -1L, -1L, -1L + }; + + private static readonly long[] mccbitVec1 = { + -1L, -1L, -1L, -1L + }; + + private static readonly long[] mccbitVec10 = { + 0L, 281200098803712L, 0L, 281200098803712L + }; + + private static readonly long[] mccbitVec11 = { + 0L, 4393751543808L, 0L, 287948901175001088L + }; + + private static readonly long[] mccbitVec12 = { + 0L, 281200098803712L, 0L, 280925220896768L + }; + + private static readonly long[] mccbitVec13 = { + 0L, 281200098803712L, 0L, 0L + }; + + private static readonly long[] mccbitVec14 = { + 0L, 67043328L, 0L, 67043328L + }; + + private static readonly long[] mccbitVec15 = { + 0L, 1023L, 0L, 0L + }; + + private static readonly long[] mccbitVec2 = { + 0L, 0L, -1L, -1L + }; + + private static readonly long[] mccbitVec3 = { + 2301339413881290750, -16384L, 4294967295L, 432345564227567616L + }; + + private static readonly long[] mccbitVec4 = { + 0L, 0L, 0L, -36028797027352577L + }; + + private static readonly long[] mccbitVec5 = { + 0L, -1L, -1L, -1L + }; + + private static readonly long[] mccbitVec6 = { + -1L, -1L, 65535L, 0L + }; + + private static readonly long[] mccbitVec7 = { + -1L, -1L, 0L, 0L + }; + + private static readonly long[] mccbitVec8 = { + 70368744177663L, 0L, 0L, 0L + }; + + private static readonly long[] mccbitVec9 = { + 5632, 0L, 0L, 0L + }; + + public static readonly int[] mccnewLexState = { + -1, -1, -1, -1, -1, 1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, + }; + + private static readonly int[] mccnextStates = { + 11, 12, 14, 6, 7, 9, 43, 44, 47, 31, 32, 33, 38, 39, 3, 4, + 16, 17, 36, 37, 40, 41, 44, 46, 47, 49, + }; + + public static readonly string[] mccstrLiteralImages = { + "", null, null, null, null, null, null, null, null, "(", ")", null, null, null, + null, null, null, null, null, null, "bind", "BOOLEAN", "aggregate", "assert", + "assert-temporal", "auto-focus", "allowed-values", "chaining-direction", "command", "declare", + "defclass", "deffact", "deffunction", "defgeneric", "defglobal", "definstance", + "defmethod", "defmodule", "defrule", "deftemplate", "describe-class", "default", "DOUBLE", + "exists", "effective-date", "expiration-date", "fact-index", "FLOAT", "INTEGER", + "interval-time", "logical", "LONG", "modify", "multislot", "no-agenda", "no-loop", "NUMBER", + "not", "remember-match", "retract", "rule-version", "relative-time", "salience", + "send", "SHORT", "slot", "STRING", "symbol", "temporal-activation", "temporal", + "test", "TRUE", "true", "type", "FALSE", "false", "nil", "=>", "<-", ";", "+", "-", + "*", "/", ">", "gt", "<", "lt", "==", "eq", "<=", "le", ">=", "ge", "!=", "ne", + "and", "&", "or", "|", "~", null, null, null, null, + }; + + private static readonly long[] mcctoMore = { + 192, 0, + }; + + private static readonly long[] mcctoSkip = { + 318, 0, + }; + + private static readonly long[] mcctoToken = { + -8703, 2199023255551, + }; + + private readonly int[] mccrounds = new int[50]; + private readonly int[] mccstateSet = new int[100]; + protected char curChar; + private int curLexState = 0; + + public TextWriter debugStream = Console.Out; + private int defaultLexState = 0; + protected SimpleCharStream input_stream; + private int mccmatchedKind; + private int mccmatchedPos; + private int mccnewStateCnt; + private int mccround; + + public CLIPSParserTokenManager(SimpleCharStream stream) + { + if (SimpleCharStream.staticFlag) + throw new Exception("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer."); + input_stream = stream; + } + + public CLIPSParserTokenManager(SimpleCharStream stream, int lexState) : + this(stream) + { + SwitchTo(lexState); + } + + public void SetDebugStream(TextWriter ds) + { + debugStream = ds; + } + + private int mccStopStringLiteralDfa_0(int pos, long active0, long active1) + { + switch (pos) + { + case 0: + if ((active0 & -1048576L) != 0L || (active1 & 24337456271L) != 0L) + { + mccmatchedKind = 101; + return 50; + } + if ((active1 & 880L) != 0L) + { + mccmatchedKind = 101; + return 25; + } + if ((active1 & 655360L) != 0L) + return 50; + if ((active1 & 68719476736L) != 0L) + return 51; + return -1; + case 1: + if ((active0 & -1048576L) != 0L || (active1 & 4294974975L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 1; + return 50; + } + if ((active1 & 512L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 1; + return 24; + } + if ((active1 & 10485760L) != 0L) + return 25; + if ((active1 & 20031995904L) != 0L) + return 50; + return -1; + case 2: + if ((active0 & 577023702290399232L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 2; + return 25; + } + if ((active1 & 512L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 2; + return 23; + } + if ((active0 & -721138890367303680L) != 0L || (active1 & 3583L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 2; + return 50; + } + if ((active0 & 144115188075855872L) != 0L) + return 25; + if ((active1 & 4294971392L) != 0L) + return 50; + return -1; + case 3: + if ((active0 & 9067926931208404992L) != 0L || (active1 & 3133L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 3; + return 50; + } + if ((active1 & 66L) != 0L) + return 25; + if ((active0 & -9221120237040041984L) != 0L || (active1 & 896L) != 0L) + return 50; + if ((active0 & 9078117754732544L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 3; + return 25; + } + return -1; + case 4: + if ((active0 & 6771012506168066048L) != 0L || (active1 & 60L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 4; + return 50; + } + if ((active0 & 2305851805306716160L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 4; + return 25; + } + if ((active0 & 140737488355328L) != 0L || (active1 & 3073L) != 0L) + return 50; + return -1; + case 5: + if ((active0 & 17660905521152L) != 0L) + { + if (mccmatchedPos != 5) + { + mccmatchedKind = 101; + mccmatchedPos = 5; + } + return 25; + } + if ((active0 & 9000272262739263488L) != 0L || (active1 & 48L) != 0L) + { + if (mccmatchedPos != 5) + { + mccmatchedKind = 101; + mccmatchedPos = 5; + } + return 50; + } + if ((active0 & 25165824L) != 0L) + return 25; + if ((active0 & 76574387804831744L) != 0L || (active1 & 12L) != 0L) + return 50; + return -1; + case 6: + if ((active0 & 35218731827200L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 6; + return 25; + } + if ((active0 & 8386355303867744256L) != 0L || (active1 & 48L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 6; + return 50; + } + if ((active0 & 576462953474162688L) != 0L) + return 25; + if ((active0 & 37436447587827712L) != 0L) + return 50; + return -1; + case 7: + if ((active0 & 3774704498782502912L) != 0L) + { + if (mccmatchedPos != 7) + { + mccmatchedKind = 101; + mccmatchedPos = 7; + } + return 50; + } + if ((active0 & 4611686019501129728L) != 0L || (active1 & 48L) != 0L) + return 50; + if ((active0 & 4315938816L) != 0L) + { + if (mccmatchedPos != 7) + { + mccmatchedKind = 101; + mccmatchedPos = 7; + } + return 25; + } + return -1; + case 8: + if ((active0 & 3747682681991725056L) != 0L || (active1 & 16L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 8; + return 50; + } + if ((active0 & 9007199254740992L) != 0L) + return 25; + if ((active0 & 18014621851975680L) != 0L) + return 50; + return -1; + case 9: + if ((active0 & 2306406508922929152L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 9; + return 25; + } + if ((active0 & 1441205795701129216L) != 0L || (active1 & 16L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 9; + return 50; + } + if ((active0 & 70377367666688L) != 0L) + return 50; + return -1; + case 10: + if ((active0 & 3747611716213538816L) != 0L || (active1 & 16L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 10; + return 50; + } + if ((active0 & 588410519552L) != 0L) + return 50; + return -1; + case 11: + if ((active0 & 2306459835454980096L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 11; + return 50; + } + if ((active0 & 1152921504606846976L) != 0L) + return 50; + if ((active0 & 288230376151711744L) != 0L || (active1 & 16L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 11; + return 25; + } + return -1; + case 12: + if ((active0 & 288266660253532160L) != 0L || (active1 & 16L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 12; + return 50; + } + if ((active0 & 2306405959167115264L) != 0L) + return 50; + if ((active0 & 17592186044416L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 12; + return 25; + } + return -1; + case 13: + if ((active0 & 35184372088832L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 13; + return 25; + } + if ((active0 & 150994944L) != 0L || (active1 & 16L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 13; + return 50; + } + if ((active0 & 288249067916492800L) != 0L) + return 50; + return -1; + case 14: + if ((active0 & 134217728L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 14; + return 25; + } + if ((active1 & 16L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 14; + return 50; + } + if ((active0 & 35184388866048L) != 0L) + return 50; + return -1; + case 15: + if ((active0 & 134217728L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 15; + return 50; + } + if ((active1 & 16L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 15; + return 25; + } + return -1; + case 16: + if ((active0 & 134217728L) != 0L || (active1 & 16L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 16; + return 50; + } + return -1; + case 17: + if ((active1 & 16L) != 0L) + { + mccmatchedKind = 101; + mccmatchedPos = 17; + return 50; + } + if ((active0 & 134217728L) != 0L) + return 50; + return -1; + default: + return -1; + } + } + + private int mccStartNfa_0(int pos, long active0, long active1) + { + return mccMoveNfa_0(mccStopStringLiteralDfa_0(pos, active0, active1), pos + 1); + } + + private int mccStopAtPos(int pos, int kind) + { + mccmatchedKind = kind; + mccmatchedPos = pos; + return pos + 1; + } + + private int mccStartNfaWithStates_0(int pos, int kind, int state) + { + mccmatchedKind = kind; + mccmatchedPos = pos; + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + return pos + 1; + } + return mccMoveNfa_0(state, pos + 1); + } + + private int mccMoveStringLiteralDfa0_0() + { + switch ((int) curChar) + { + case 33: + return mccMoveStringLiteralDfa1_0(0L, 1073741824L); + case 38: + return mccStopAtPos(0, 97); + case 40: + return mccStopAtPos(0, 9); + case 41: + return mccStopAtPos(0, 10); + case 42: + return mccStopAtPos(0, 82); + case 43: + return mccStopAtPos(0, 80); + case 45: + return mccStartNfaWithStates_0(0, 81, 50); + case 47: + return mccStartNfaWithStates_0(0, 83, 50); + case 59: + mccmatchedKind = 79; + return mccMoveStringLiteralDfa1_0(32L, 0L); + case 60: + mccmatchedKind = 86; + return mccMoveStringLiteralDfa1_0(0L, 67125248L); + case 61: + return mccMoveStringLiteralDfa1_0(0L, 16785408L); + case 62: + mccmatchedKind = 84; + return mccMoveStringLiteralDfa1_0(0L, 268435456L); + case 66: + return mccMoveStringLiteralDfa1_0(2097152L, 0L); + case 68: + return mccMoveStringLiteralDfa1_0(4398046511104L, 0L); + case 70: + return mccMoveStringLiteralDfa1_0(140737488355328L, 1024L); + case 73: + return mccMoveStringLiteralDfa1_0(281474976710656L, 0L); + case 76: + return mccMoveStringLiteralDfa1_0(2251799813685248L, 0L); + case 78: + return mccMoveStringLiteralDfa1_0(72057594037927936L, 0L); + case 83: + return mccMoveStringLiteralDfa1_0(0L, 5L); + case 84: + return mccMoveStringLiteralDfa1_0(0L, 128L); + case 97: + return mccMoveStringLiteralDfa1_0(130023424L, 4294967296L); + case 98: + return mccMoveStringLiteralDfa1_0(1048576L, 0L); + case 99: + return mccMoveStringLiteralDfa1_0(402653184L, 0L); + case 100: + return mccMoveStringLiteralDfa1_0(4397509640192L, 0L); + case 101: + return mccMoveStringLiteralDfa1_0(61572651155456L, 33554432L); + case 102: + return mccMoveStringLiteralDfa1_0(70368744177664L, 2048L); + case 103: + return mccMoveStringLiteralDfa1_0(0L, 538968064L); + case 105: + return mccMoveStringLiteralDfa1_0(562949953421312L, 0L); + case 108: + return mccMoveStringLiteralDfa1_0(1125899906842624L, 142606336L); + case 109: + return mccMoveStringLiteralDfa1_0(13510798882111488L, 0L); + case 110: + return mccMoveStringLiteralDfa1_0(198158383604301824L, 2147487744L); + case 111: + return mccMoveStringLiteralDfa1_0(0L, 17179869184L); + case 114: + return mccMoveStringLiteralDfa1_0(4323455642275676160L, 0L); + case 115: + return mccMoveStringLiteralDfa1_0(-4611686018427387904L, 10L); + case 116: + return mccMoveStringLiteralDfa1_0(0L, 880L); + case 124: + return mccStopAtPos(0, 99); + case 126: + return mccStartNfaWithStates_0(0, 100, 51); + default: + return mccMoveNfa_0(0, 0); + } + } + + private int mccMoveStringLiteralDfa1_0(long active0, long active1) + { + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(0, active0, active1); + return 1; + } + switch ((int) curChar) + { + case 45: + if ((active1 & 16384L) != 0L) + return mccStopAtPos(1, 78); + break; + case 59: + if ((active0 & 32L) != 0L) + return mccStopAtPos(1, 5); + break; + case 61: + if ((active1 & 16777216L) != 0L) + return mccStopAtPos(1, 88); + else if ((active1 & 67108864L) != 0L) + return mccStopAtPos(1, 90); + else if ((active1 & 268435456L) != 0L) + return mccStopAtPos(1, 92); + else if ((active1 & 1073741824L) != 0L) + return mccStopAtPos(1, 94); + break; + case 62: + if ((active1 & 8192L) != 0L) + return mccStopAtPos(1, 77); + break; + case 65: + return mccMoveStringLiteralDfa2_0(active0, 0L, active1, 1024L); + case 72: + return mccMoveStringLiteralDfa2_0(active0, 0L, active1, 1L); + case 76: + return mccMoveStringLiteralDfa2_0(active0, 140737488355328L, active1, 0L); + case 78: + return mccMoveStringLiteralDfa2_0(active0, 281474976710656L, active1, 0L); + case 79: + return mccMoveStringLiteralDfa2_0(active0, 2256197862293504L, active1, 0L); + case 82: + return mccMoveStringLiteralDfa2_0(active0, 0L, active1, 128L); + case 84: + return mccMoveStringLiteralDfa2_0(active0, 0L, active1, 4L); + case 85: + return mccMoveStringLiteralDfa2_0(active0, 72057594037927936L, active1, 0L); + case 97: + return mccMoveStringLiteralDfa2_0(active0, 4611756387171565568L, active1, 2048L); + case 101: + if ((active1 & 134217728L) != 0L) + return mccStartNfaWithStates_0(1, 91, 50); + else if ((active1 & 536870912L) != 0L) + return mccStartNfaWithStates_0(1, 93, 50); + else if ((active1 & 2147483648L) != 0L) + return mccStartNfaWithStates_0(1, 95, 50); + return mccMoveStringLiteralDfa2_0(active0, -6052833501676306432L, active1, 112L); + case 102: + return mccMoveStringLiteralDfa2_0(active0, 17592186044416L, active1, 0L); + case 103: + return mccMoveStringLiteralDfa2_0(active0, 4194304L, active1, 0L); + case 104: + return mccMoveStringLiteralDfa2_0(active0, 134217728L, active1, 0L); + case 105: + return mccMoveStringLiteralDfa2_0(active0, 1048576L, active1, 4096L); + case 108: + return mccMoveStringLiteralDfa2_0(active0, 67108864L, active1, 2L); + case 110: + return mccMoveStringLiteralDfa2_0(active0, 562949953421312L, active1, 4294967296L); + case 111: + return mccMoveStringLiteralDfa2_0(active0, 203787883406950400L, active1, 0L); + case 113: + if ((active1 & 33554432L) != 0L) + return mccStartNfaWithStates_0(1, 89, 50); + break; + case 114: + if ((active1 & 17179869184L) != 0L) + return mccStartNfaWithStates_0(1, 98, 50); + return mccMoveStringLiteralDfa2_0(active0, 0L, active1, 256L); + case 115: + return mccMoveStringLiteralDfa2_0(active0, 25165824L, active1, 0L); + case 116: + if ((active1 & 2097152L) != 0L) + return mccStartNfaWithStates_0(1, 85, 25); + else if ((active1 & 8388608L) != 0L) + return mccStartNfaWithStates_0(1, 87, 25); + break; + case 117: + return mccMoveStringLiteralDfa2_0(active0, 1161928703895142400L, active1, 0L); + case 120: + return mccMoveStringLiteralDfa2_0(active0, 43980465111040L, active1, 0L); + case 121: + return mccMoveStringLiteralDfa2_0(active0, 0L, active1, 520L); + default: + break; + } + return mccStartNfa_0(0, active0, active1); + } + + private int mccMoveStringLiteralDfa2_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(0, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(1, active0, active1); + return 2; + } + switch ((int) curChar) + { + case 45: + return mccMoveStringLiteralDfa3_0(active0, 54043195528445952L, active1, 0L); + case 76: + return mccMoveStringLiteralDfa3_0(active0, 0L, active1, 1024L); + case 77: + return mccMoveStringLiteralDfa3_0(active0, 72057594037927936L, active1, 0L); + case 78: + return mccMoveStringLiteralDfa3_0(active0, 2251799813685248L, active1, 0L); + case 79: + return mccMoveStringLiteralDfa3_0(active0, 140737490452480L, active1, 1L); + case 82: + return mccMoveStringLiteralDfa3_0(active0, 0L, active1, 4L); + case 84: + return mccMoveStringLiteralDfa3_0(active0, 281474976710656L, active1, 0L); + case 85: + return mccMoveStringLiteralDfa3_0(active0, 4398046511104L, active1, 128L); + case 97: + return mccMoveStringLiteralDfa3_0(active0, 134217728L, active1, 0L); + case 99: + return mccMoveStringLiteralDfa3_0(active0, 70369281048576L, active1, 0L); + case 100: + if ((active1 & 4294967296L) != 0L) + return mccStartNfaWithStates_0(2, 96, 50); + return mccMoveStringLiteralDfa3_0(active0, 4503599627370496L, active1, 0L); + case 102: + return mccMoveStringLiteralDfa3_0(active0, 20889647185920L, active1, 0L); + case 103: + return mccMoveStringLiteralDfa3_0(active0, 1125899911036928L, active1, 0L); + case 105: + return mccMoveStringLiteralDfa3_0(active0, 8796093022208L, active1, 0L); + case 108: + if ((active1 & 4096L) != 0L) + return mccStartNfaWithStates_0(2, 76, 50); + return mccMoveStringLiteralDfa3_0(active0, 8079457731569778688L, active1, 2048L); + case 109: + return mccMoveStringLiteralDfa3_0(active0, 288230376420147200L, active1, 56L); + case 110: + return mccMoveStringLiteralDfa3_0(active0, -9223372036853727232L, active1, 0L); + case 111: + return mccMoveStringLiteralDfa3_0(active0, 0L, active1, 2L); + case 112: + return mccMoveStringLiteralDfa3_0(active0, 35184372088832L, active1, 512L); + case 115: + return mccMoveStringLiteralDfa3_0(active0, 1099536793600L, active1, 64L); + case 116: + if ((active0 & 144115188075855872L) != 0L) + return mccStartNfaWithStates_0(2, 57, 25); + return mccMoveStringLiteralDfa3_0(active0, 577023702290399232L, active1, 0L); + case 117: + return mccMoveStringLiteralDfa3_0(active0, 0L, active1, 256L); + default: + break; + } + return mccStartNfa_0(1, active0, active1); + } + + private int mccMoveStringLiteralDfa3_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(1, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(2, active0, active1); + return 3; + } + switch ((int) curChar) + { + case 65: + return mccMoveStringLiteralDfa4_0(active0, 140737488355328L, active1, 0L); + case 66: + return mccMoveStringLiteralDfa4_0(active0, 72061992084439040L, active1, 0L); + case 69: + if ((active1 & 128L) != 0L) + return mccStartNfaWithStates_0(3, 71, 50); + return mccMoveStringLiteralDfa4_0(active0, 281474976710656L, active1, 0L); + case 71: + if ((active0 & 2251799813685248L) != 0L) + return mccStartNfaWithStates_0(3, 51, 50); + break; + case 73: + return mccMoveStringLiteralDfa4_0(active0, 0L, active1, 4L); + case 76: + return mccMoveStringLiteralDfa4_0(active0, 2097152L, active1, 0L); + case 82: + return mccMoveStringLiteralDfa4_0(active0, 0L, active1, 1L); + case 83: + return mccMoveStringLiteralDfa4_0(active0, 0L, active1, 1024L); + case 97: + return mccMoveStringLiteralDfa4_0(active0, 2323859606746431488L, active1, 0L); + case 98: + return mccMoveStringLiteralDfa4_0(active0, 0L, active1, 8L); + case 99: + return mccMoveStringLiteralDfa4_0(active0, 1100585369600L, active1, 0L); + case 100: + if ((active0 & 1048576L) != 0L) + return mccStartNfaWithStates_0(3, 20, 50); + else if ((active0 & -9223372036854775808L) != 0L) + return mccStartNfaWithStates_0(3, 63, 50); + break; + case 101: + if ((active1 & 256L) != 0L) + return mccStartNfaWithStates_0(3, 72, 50); + else if ((active1 & 512L) != 0L) + return mccStartNfaWithStates_0(3, 73, 50); + return mccMoveStringLiteralDfa4_0(active0, 1441732422923190272L, active1, 0L); + case 102: + return mccMoveStringLiteralDfa4_0(active0, 6442450944L, active1, 0L); + case 103: + return mccMoveStringLiteralDfa4_0(active0, 25769803776L, active1, 0L); + case 105: + return mccMoveStringLiteralDfa4_0(active0, 4617350736827645952L, active1, 0L); + case 108: + return mccMoveStringLiteralDfa4_0(active0, 36028797555834880L, active1, 0L); + case 109: + return mccMoveStringLiteralDfa4_0(active0, 206426865664L, active1, 0L); + case 111: + return mccMoveStringLiteralDfa4_0(active0, 100663296L, active1, 0L); + case 112: + return mccMoveStringLiteralDfa4_0(active0, 0L, active1, 48L); + case 114: + return mccMoveStringLiteralDfa4_0(active0, 576461027185524736L, active1, 0L); + case 115: + return mccMoveStringLiteralDfa4_0(active0, 8796093022208L, active1, 2048L); + case 116: + if ((active1 & 2L) != 0L) + return mccStartNfaWithStates_0(3, 65, 25); + else if ((active1 & 64L) != 0L) + return mccStartNfaWithStates_0(3, 70, 25); + return mccMoveStringLiteralDfa4_0(active0, 9078117754732544L, active1, 0L); + default: + break; + } + return mccStartNfa_0(2, active0, active1); + } + + private int mccMoveStringLiteralDfa4_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(2, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(3, active0, active1); + return 4; + } + switch ((int) curChar) + { + case 45: + return mccMoveStringLiteralDfa5_0(active0, 1152991873384579072L, active1, 0L); + case 69: + if ((active1 & 1024L) != 0L) + return mccStartNfaWithStates_0(4, 74, 50); + return mccMoveStringLiteralDfa5_0(active0, 72057594040025088L, active1, 0L); + case 71: + return mccMoveStringLiteralDfa5_0(active0, 281474976710656L, active1, 0L); + case 76: + return mccMoveStringLiteralDfa5_0(active0, 4398046511104L, active1, 0L); + case 78: + return mccMoveStringLiteralDfa5_0(active0, 0L, active1, 4L); + case 84: + if ((active0 & 140737488355328L) != 0L) + return mccStartNfaWithStates_0(4, 47, 50); + else if ((active1 & 1L) != 0L) + return mccStartNfaWithStates_0(4, 64, 50); + break; + case 97: + return mccMoveStringLiteralDfa5_0(active0, 576460755256213504L, active1, 0L); + case 99: + return mccMoveStringLiteralDfa5_0(active0, 1143492092887040L, active1, 0L); + case 101: + if ((active1 & 2048L) != 0L) + return mccStartNfaWithStates_0(4, 75, 50); + return mccMoveStringLiteralDfa5_0(active0, 4611686645496807424L, active1, 0L); + case 102: + return mccMoveStringLiteralDfa5_0(active0, 4503599627370496L, active1, 0L); + case 103: + return mccMoveStringLiteralDfa5_0(active0, 18014398509481984L, active1, 0L); + case 105: + return mccMoveStringLiteralDfa5_0(active0, 9007199254740992L, active1, 0L); + case 108: + return mccMoveStringLiteralDfa5_0(active0, 18253611008L, active1, 0L); + case 109: + return mccMoveStringLiteralDfa5_0(active0, 288230376151711744L, active1, 0L); + case 110: + return mccMoveStringLiteralDfa5_0(active0, 34493956096L, active1, 0L); + case 111: + return mccMoveStringLiteralDfa5_0(active0, 36028934457917440L, active1, 56L); + case 114: + return mccMoveStringLiteralDfa5_0(active0, 599233862303744L, active1, 0L); + case 116: + return mccMoveStringLiteralDfa5_0(active0, 2305851805306716160L, active1, 0L); + case 117: + return mccMoveStringLiteralDfa5_0(active0, 2478196129792L, active1, 0L); + case 119: + return mccMoveStringLiteralDfa5_0(active0, 67108864L, active1, 0L); + default: + break; + } + return mccStartNfa_0(3, active0, active1); + } + + private int mccMoveStringLiteralDfa5_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(3, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(4, active0, active1); + return 5; + } + switch ((int) curChar) + { + case 65: + return mccMoveStringLiteralDfa6_0(active0, 2097152L, active1, 0L); + case 69: + if ((active0 & 4398046511104L) != 0L) + return mccStartNfaWithStates_0(5, 42, 50); + return mccMoveStringLiteralDfa6_0(active0, 281474976710656L, active1, 0L); + case 71: + if ((active1 & 4L) != 0L) + return mccStartNfaWithStates_0(5, 66, 50); + break; + case 82: + if ((active0 & 72057594037927936L) != 0L) + return mccStartNfaWithStates_0(5, 56, 50); + break; + case 97: + return mccMoveStringLiteralDfa6_0(active0, 1161085352673280L, active1, 0L); + case 98: + return mccMoveStringLiteralDfa6_0(active0, 288230376151711744L, active1, 0L); + case 99: + return mccMoveStringLiteralDfa6_0(active0, 576460754450907136L, active1, 0L); + case 100: + return mccMoveStringLiteralDfa6_0(active0, 137438953472L, active1, 0L); + case 101: + return mccMoveStringLiteralDfa6_0(active0, 18014398576590848L, active1, 0L); + case 102: + return mccMoveStringLiteralDfa6_0(active0, 33554432L, active1, 0L); + case 103: + return mccMoveStringLiteralDfa6_0(active0, 4194304L, active1, 0L); + case 105: + return mccMoveStringLiteralDfa6_0(active0, 2305914477603717120L, active1, 0L); + case 108: + if ((active1 & 8L) != 0L) + return mccStartNfaWithStates_0(5, 67, 50); + return mccMoveStringLiteralDfa6_0(active0, 2473901162496L, active1, 0L); + case 109: + return mccMoveStringLiteralDfa6_0(active0, 549755813888L, active1, 0L); + case 110: + return mccMoveStringLiteralDfa6_0(active0, 4611686031580725248L, active1, 0L); + case 111: + return mccMoveStringLiteralDfa6_0(active0, 36028814198833152L, active1, 0L); + case 114: + return mccMoveStringLiteralDfa6_0(active0, 536870912L, active1, 48L); + case 115: + if ((active0 & 8796093022208L) != 0L) + return mccStartNfaWithStates_0(5, 43, 50); + return mccMoveStringLiteralDfa6_0(active0, 9007233614479360L, active1, 0L); + case 116: + if ((active0 & 8388608L) != 0L) + { + mccmatchedKind = 23; + mccmatchedPos = 5; + } + return mccMoveStringLiteralDfa6_0(active0, 17660922298368L, active1, 0L); + case 118: + return mccMoveStringLiteralDfa6_0(active0, 1153484454560268288L, active1, 0L); + case 121: + if ((active0 & 4503599627370496L) != 0L) + return mccStartNfaWithStates_0(5, 52, 50); + break; + default: + break; + } + return mccStartNfa_0(4, active0, active1); + } + + private int mccMoveStringLiteralDfa6_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(4, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(5, active0, active1); + return 6; + } + switch ((int) curChar) + { + case 45: + return mccMoveStringLiteralDfa7_0(active0, 16777216L, active1, 0L); + case 78: + if ((active0 & 2097152L) != 0L) + return mccStartNfaWithStates_0(6, 21, 50); + break; + case 82: + if ((active0 & 281474976710656L) != 0L) + return mccStartNfaWithStates_0(6, 48, 50); + break; + case 97: + return mccMoveStringLiteralDfa7_0(active0, 562949957615616L, active1, 48L); + case 98: + return mccMoveStringLiteralDfa7_0(active0, 1116691496960L, active1, 0L); + case 99: + return mccMoveStringLiteralDfa7_0(active0, 4611686022722355200L, active1, 0L); + case 100: + if ((active0 & 268435456L) != 0L) + return mccStartNfaWithStates_0(6, 28, 50); + return mccMoveStringLiteralDfa7_0(active0, 67108864L, active1, 0L); + case 101: + if ((active0 & 536870912L) != 0L) + return mccStartNfaWithStates_0(6, 29, 50); + else if ((active0 & 274877906944L) != 0L) + return mccStartNfaWithStates_0(6, 38, 50); + return mccMoveStringLiteralDfa7_0(active0, 1441151889348493312L, active1, 0L); + case 104: + return mccMoveStringLiteralDfa7_0(active0, 68719476736L, active1, 0L); + case 105: + return mccMoveStringLiteralDfa7_0(active0, 17592186044416L, active1, 0L); + case 108: + if ((active0 & 1125899906842624L) != 0L) + return mccStartNfaWithStates_0(6, 50, 50); + return mccMoveStringLiteralDfa7_0(active0, 9007199254740992L, active1, 0L); + case 110: + return mccMoveStringLiteralDfa7_0(active0, 18084767387877376L, active1, 0L); + case 111: + return mccMoveStringLiteralDfa7_0(active0, 33554432L, active1, 0L); + case 112: + if ((active0 & 36028797018963968L) != 0L) + return mccStartNfaWithStates_0(6, 55, 50); + return mccMoveStringLiteralDfa7_0(active0, 549755813888L, active1, 0L); + case 115: + return mccMoveStringLiteralDfa7_0(active0, 1073741824L, active1, 0L); + case 116: + if ((active0 & 2147483648L) != 0L) + return mccStartNfaWithStates_0(6, 31, 25); + else if ((active0 & 2199023255552L) != 0L) + return mccStartNfaWithStates_0(6, 41, 25); + else if ((active0 & 576460752303423488L) != 0L) + return mccStartNfaWithStates_0(6, 59, 25); + return mccMoveStringLiteralDfa7_0(active0, 35218731827200L, active1, 0L); + case 117: + return mccMoveStringLiteralDfa7_0(active0, 137438953472L, active1, 0L); + case 118: + return mccMoveStringLiteralDfa7_0(active0, 2305843009213693952L, active1, 0L); + default: + break; + } + return mccStartNfa_0(5, active0, active1); + } + + private int mccMoveStringLiteralDfa7_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(5, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(6, active0, active1); + return 7; + } + switch ((int) curChar) + { + case 45: + return mccMoveStringLiteralDfa8_0(active0, 67108864L, active1, 0L); + case 97: + return mccMoveStringLiteralDfa8_0(active0, 51539607552L, active1, 0L); + case 99: + return mccMoveStringLiteralDfa8_0(active0, 33554432L, active1, 0L); + case 100: + return mccMoveStringLiteralDfa8_0(active0, 18084767253659648L, active1, 0L); + case 101: + if ((active0 & 4611686018427387904L) != 0L) + return mccStartNfaWithStates_0(7, 62, 50); + return mccMoveStringLiteralDfa8_0(active0, 2305844108725321728L, active1, 0L); + case 103: + return mccMoveStringLiteralDfa8_0(active0, 134217728L, active1, 0L); + case 105: + return mccMoveStringLiteralDfa8_0(active0, 35184372088832L, active1, 0L); + case 108: + if ((active1 & 32L) != 0L) + { + mccmatchedKind = 69; + mccmatchedPos = 7; + } + return mccMoveStringLiteralDfa8_0(active0, 563637148188672L, active1, 16L); + case 111: + return mccMoveStringLiteralDfa8_0(active0, 9007267974217728L, active1, 0L); + case 114: + return mccMoveStringLiteralDfa8_0(active0, 1441151889348493312L, active1, 0L); + case 115: + if ((active0 & 1073741824L) != 0L) + return mccStartNfaWithStates_0(7, 30, 50); + break; + case 116: + return mccMoveStringLiteralDfa8_0(active0, 4315938816L, active1, 0L); + case 118: + return mccMoveStringLiteralDfa8_0(active0, 17592186044416L, active1, 0L); + default: + break; + } + return mccStartNfa_0(6, active0, active1); + } + + private int mccMoveStringLiteralDfa8_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(6, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(7, active0, active1); + return 8; + } + switch ((int) curChar) + { + case 45: + return mccMoveStringLiteralDfa9_0(active0, 2594637434964672512L, active1, 16L); + case 97: + if ((active0 & 18014398509481984L) != 0L) + return mccStartNfaWithStates_0(8, 54, 50); + return mccMoveStringLiteralDfa9_0(active0, 549755813888L, active1, 0L); + case 100: + if ((active0 & 68719476736L) != 0L) + return mccStartNfaWithStates_0(8, 36, 50); + break; + case 101: + if ((active0 & 4194304L) != 0L) + return mccStartNfaWithStates_0(8, 22, 50); + else if ((active0 & 137438953472L) != 0L) + return mccStartNfaWithStates_0(8, 37, 50); + return mccMoveStringLiteralDfa9_0(active0, 87960946999296L, active1, 0L); + case 105: + return mccMoveStringLiteralDfa9_0(active0, 12884901888L, active1, 0L); + case 108: + if ((active0 & 17179869184L) != 0L) + return mccStartNfaWithStates_0(8, 34, 50); + break; + case 110: + return mccMoveStringLiteralDfa9_0(active0, 34359738368L, active1, 0L); + case 111: + return mccMoveStringLiteralDfa9_0(active0, 35184372088832L, active1, 0L); + case 115: + return mccMoveStringLiteralDfa9_0(active0, 1152921504606846976L, active1, 0L); + case 116: + if ((active0 & 9007199254740992L) != 0L) + return mccStartNfaWithStates_0(8, 53, 25); + break; + case 117: + return mccMoveStringLiteralDfa9_0(active0, 33554432L, active1, 0L); + case 118: + return mccMoveStringLiteralDfa9_0(active0, 67108864L, active1, 0L); + default: + break; + } + return mccStartNfa_0(7, active0, active1); + } + + private int mccMoveStringLiteralDfa9_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(7, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(8, active0, active1); + return 9; + } + switch ((int) curChar) + { + case 45: + return mccMoveStringLiteralDfa10_0(active0, 17592186044416L, active1, 0L); + case 97: + return mccMoveStringLiteralDfa10_0(active0, 67108864L, active1, 16L); + case 99: + if ((active0 & 8589934592L) != 0L) + return mccStartNfaWithStates_0(9, 33, 50); + return mccMoveStringLiteralDfa10_0(active0, 1133871366144L, active1, 0L); + case 100: + return mccMoveStringLiteralDfa10_0(active0, 134217728L, active1, 0L); + case 105: + return mccMoveStringLiteralDfa10_0(active0, 1152921504606846976L, active1, 0L); + case 109: + return mccMoveStringLiteralDfa10_0(active0, 288230376168488960L, active1, 0L); + case 110: + return mccMoveStringLiteralDfa10_0(active0, 35184372088832L, active1, 0L); + case 111: + return mccMoveStringLiteralDfa10_0(active0, 4294967296L, active1, 0L); + case 115: + if ((active0 & 33554432L) != 0L) + return mccStartNfaWithStates_0(9, 25, 50); + break; + case 116: + return mccMoveStringLiteralDfa10_0(active0, 2306406508922929152L, active1, 0L); + case 120: + if ((active0 & 70368744177664L) != 0L) + return mccStartNfaWithStates_0(9, 46, 50); + break; + default: + break; + } + return mccStartNfa_0(8, active0, active1); + } + + private int mccMoveStringLiteralDfa10_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(8, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(9, active0, active1); + return 10; + } + switch ((int) curChar) + { + case 45: + return mccMoveStringLiteralDfa11_0(active0, 35184372088832L, active1, 0L); + case 97: + return mccMoveStringLiteralDfa11_0(active0, 288230376151711744L, active1, 0L); + case 99: + return mccMoveStringLiteralDfa11_0(active0, 0L, active1, 16L); + case 100: + return mccMoveStringLiteralDfa11_0(active0, 17592186044416L, active1, 0L); + case 101: + if ((active0 & 34359738368L) != 0L) + return mccStartNfaWithStates_0(10, 35, 50); + else if ((active0 & 549755813888L) != 0L) + return mccStartNfaWithStates_0(10, 39, 50); + break; + case 105: + return mccMoveStringLiteralDfa11_0(active0, 2306405959301332992L, active1, 0L); + case 108: + return mccMoveStringLiteralDfa11_0(active0, 1099578736640L, active1, 0L); + case 110: + if ((active0 & 4294967296L) != 0L) + return mccStartNfaWithStates_0(10, 32, 50); + break; + case 111: + return mccMoveStringLiteralDfa11_0(active0, 1152921504606846976L, active1, 0L); + case 112: + return mccMoveStringLiteralDfa11_0(active0, 16777216L, active1, 0L); + default: + break; + } + return mccStartNfa_0(9, active0, active1); + } + + private int mccMoveStringLiteralDfa11_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(9, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(10, active0, active1); + return 11; + } + switch ((int) curChar) + { + case 97: + return mccMoveStringLiteralDfa12_0(active0, 18691697672192L, active1, 0L); + case 100: + return mccMoveStringLiteralDfa12_0(active0, 35184372088832L, active1, 0L); + case 109: + return mccMoveStringLiteralDfa12_0(active0, 2306405959167115264L, active1, 0L); + case 110: + if ((active0 & 1152921504606846976L) != 0L) + return mccStartNfaWithStates_0(11, 60, 50); + break; + case 111: + return mccMoveStringLiteralDfa12_0(active0, 16777216L, active1, 0L); + case 114: + return mccMoveStringLiteralDfa12_0(active0, 134217728L, active1, 0L); + case 116: + return mccMoveStringLiteralDfa12_0(active0, 288230376151711744L, active1, 16L); + case 117: + return mccMoveStringLiteralDfa12_0(active0, 67108864L, active1, 0L); + default: + break; + } + return mccStartNfa_0(10, active0, active1); + } + + private int mccMoveStringLiteralDfa12_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(10, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(11, active0, active1); + return 12; + } + switch ((int) curChar) + { + case 97: + return mccMoveStringLiteralDfa13_0(active0, 35184372088832L, active1, 0L); + case 99: + return mccMoveStringLiteralDfa13_0(active0, 288230376151711744L, active1, 0L); + case 101: + if ((active0 & 562949953421312L) != 0L) + return mccStartNfaWithStates_0(12, 49, 50); + else if ((active0 & 2305843009213693952L) != 0L) + return mccStartNfaWithStates_0(12, 61, 50); + return mccMoveStringLiteralDfa13_0(active0, 201326592L, active1, 0L); + case 105: + return mccMoveStringLiteralDfa13_0(active0, 0L, active1, 16L); + case 114: + return mccMoveStringLiteralDfa13_0(active0, 16777216L, active1, 0L); + case 115: + return mccMoveStringLiteralDfa13_0(active0, 1099511627776L, active1, 0L); + case 116: + return mccMoveStringLiteralDfa13_0(active0, 17592186044416L, active1, 0L); + default: + break; + } + return mccStartNfa_0(11, active0, active1); + } + + private int mccMoveStringLiteralDfa13_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(11, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(12, active0, active1); + return 13; + } + switch ((int) curChar) + { + case 97: + return mccMoveStringLiteralDfa14_0(active0, 16777216L, active1, 0L); + case 99: + return mccMoveStringLiteralDfa14_0(active0, 134217728L, active1, 0L); + case 101: + if ((active0 & 17592186044416L) != 0L) + return mccStartNfaWithStates_0(13, 44, 50); + break; + case 104: + if ((active0 & 288230376151711744L) != 0L) + return mccStartNfaWithStates_0(13, 58, 50); + break; + case 115: + if ((active0 & 67108864L) != 0L) + return mccStartNfaWithStates_0(13, 26, 50); + else if ((active0 & 1099511627776L) != 0L) + return mccStartNfaWithStates_0(13, 40, 50); + break; + case 116: + return mccMoveStringLiteralDfa14_0(active0, 35184372088832L, active1, 0L); + case 118: + return mccMoveStringLiteralDfa14_0(active0, 0L, active1, 16L); + default: + break; + } + return mccStartNfa_0(12, active0, active1); + } + + private int mccMoveStringLiteralDfa14_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(12, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(13, active0, active1); + return 14; + } + switch ((int) curChar) + { + case 97: + return mccMoveStringLiteralDfa15_0(active0, 0L, active1, 16L); + case 101: + if ((active0 & 35184372088832L) != 0L) + return mccStartNfaWithStates_0(14, 45, 50); + break; + case 108: + if ((active0 & 16777216L) != 0L) + return mccStartNfaWithStates_0(14, 24, 50); + break; + case 116: + return mccMoveStringLiteralDfa15_0(active0, 134217728L, active1, 0L); + default: + break; + } + return mccStartNfa_0(13, active0, active1); + } + + private int mccMoveStringLiteralDfa15_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(13, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(14, active0, active1); + return 15; + } + switch ((int) curChar) + { + case 105: + return mccMoveStringLiteralDfa16_0(active0, 134217728L, active1, 0L); + case 116: + return mccMoveStringLiteralDfa16_0(active0, 0L, active1, 16L); + default: + break; + } + return mccStartNfa_0(14, active0, active1); + } + + private int mccMoveStringLiteralDfa16_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(14, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(15, active0, active1); + return 16; + } + switch ((int) curChar) + { + case 105: + return mccMoveStringLiteralDfa17_0(active0, 0L, active1, 16L); + case 111: + return mccMoveStringLiteralDfa17_0(active0, 134217728L, active1, 0L); + default: + break; + } + return mccStartNfa_0(15, active0, active1); + } + + private int mccMoveStringLiteralDfa17_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(15, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(16, active0, active1); + return 17; + } + switch ((int) curChar) + { + case 110: + if ((active0 & 134217728L) != 0L) + return mccStartNfaWithStates_0(17, 27, 50); + break; + case 111: + return mccMoveStringLiteralDfa18_0(active0, 0L, active1, 16L); + default: + break; + } + return mccStartNfa_0(16, active0, active1); + } + + private int mccMoveStringLiteralDfa18_0(long old0, long active0, long old1, long active1) + { + if (((active0 &= old0) | (active1 &= old1)) == 0L) + return mccStartNfa_0(16, old0, old1); + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + mccStopStringLiteralDfa_0(17, 0L, active1); + return 18; + } + switch ((int) curChar) + { + case 110: + if ((active1 & 16L) != 0L) + return mccStartNfaWithStates_0(18, 68, 50); + break; + default: + break; + } + return mccStartNfa_0(17, 0L, active1); + } + + private void mccCheckNAdd(int state) + { + if (mccrounds[state] != mccround) + { + mccstateSet[mccnewStateCnt++] = state; + mccrounds[state] = mccround; + } + } + + private void mccAddStates(int start, int end) + { + do + { + mccstateSet[mccnewStateCnt++] = mccnextStates[start]; + } while (start++ != end); + } + + private void mccCheckNAddTwoStates(int state1, int state2) + { + mccCheckNAdd(state1); + mccCheckNAdd(state2); + } + + private void mccCheckNAddStates(int start, int end) + { + do + { + mccCheckNAdd(mccnextStates[start]); + } while (start++ != end); + } + + private void mccCheckNAddStates(int start) + { + mccCheckNAdd(mccnextStates[start]); + mccCheckNAdd(mccnextStates[start + 1]); + } + + private int mccMoveNfa_0(int startState, int curPos) + { + int[] nextStates; + int startsAt = 0; + mccnewStateCnt = 50; + int i = 1; + mccstateSet[0] = startState; + int j, kind = Int32.MaxValue; + for (;;) + { + if (++mccround == Int32.MaxValue) + ReInitRounds(); + if (curChar < 64) + { + long l = 1L << curChar; + do + { + switch (mccstateSet[--i]) + { + case 50: + if ((576425636650811392 & l) != 0L) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + if ((576425636650811392 & l) != 0L) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + break; + case 51: + case 22: + if ((576425636650811392 & l) == 0L) + break; + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + break; + case 25: + if ((576425636650811392 & l) != 0L) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + if ((576425636650811392 & l) != 0L) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + break; + case 24: + if ((576425636650811392 & l) != 0L) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + if ((576425636650811392 & l) != 0L) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + break; + case 0: + if ((576425636650811392 & l) != 0L) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + else if (curChar == 39) + mccCheckNAddStates(0, 2); + else if (curChar == 34) + mccCheckNAddStates(3, 5); + else if (curChar == 63) + mccCheckNAddStates(6, 8); + if ((576425636650811392 & l) != 0L) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + else if (curChar == 63) + mccstateSet[mccnewStateCnt++] = 15; + if ((287948901175001088 & l) != 0L) + { + if (kind > 11) + kind = 11; + mccCheckNAddStates(9, 13); + } + else if (curChar == 36) + { + if (kind > 102) + kind = 102; + } + else if (curChar == 46) + mccCheckNAdd(1); + if ((287948901175001088 & l) != 0L) + { + if (kind > 103) + kind = 103; + } + else if (curChar == 36) + mccstateSet[mccnewStateCnt++] = 19; + break; + case 23: + if ((576425636650811392 & l) != 0L) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + if ((576425636650811392 & l) != 0L) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + break; + case 1: + if ((287948901175001088 & l) == 0L) + break; + if (kind > 12) + kind = 12; + mccCheckNAddTwoStates(1, 2); + break; + case 3: + if ((43980465111040 & l) != 0L) + mccCheckNAdd(4); + break; + case 4: + if ((287948901175001088 & l) == 0L) + break; + if (kind > 12) + kind = 12; + mccCheckNAdd(4); + break; + case 5: + case 8: + if (curChar == 34) + mccCheckNAddStates(3, 5); + break; + case 6: + if ((-17179869185 & l) != 0L) + mccCheckNAddStates(3, 5); + break; + case 9: + if (curChar == 34 && kind > 14) + kind = 14; + break; + case 10: + case 13: + if (curChar == 39) + mccCheckNAddStates(0, 2); + break; + case 11: + if ((-549755813889 & l) != 0L) + mccCheckNAddStates(0, 2); + break; + case 14: + if (curChar == 39 && kind > 14) + kind = 14; + break; + case 15: + if (curChar == 42) + mccCheckNAdd(16); + break; + case 16: + if ((287948969894477824 & l) != 0L) + mccCheckNAddTwoStates(16, 17); + break; + case 17: + if (curChar == 42 && kind > 17) + kind = 17; + break; + case 18: + if (curChar == 63) + mccstateSet[mccnewStateCnt++] = 15; + break; + case 19: + if (curChar == 63) + mccCheckNAdd(20); + break; + case 20: + if ((287948969894477824 & l) == 0L) + break; + if (kind > 18) + kind = 18; + mccCheckNAdd(20); + break; + case 21: + if (curChar == 36) + mccstateSet[mccnewStateCnt++] = 19; + break; + case 27: + if (curChar == 36 && kind > 102) + kind = 102; + break; + case 28: + if ((287948901175001088 & l) != 0L && kind > 103) + kind = 103; + break; + case 29: + if ((576425636650811392 & l) == 0L) + break; + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + break; + case 30: + if ((287948901175001088 & l) == 0L) + break; + if (kind > 11) + kind = 11; + mccCheckNAddStates(9, 13); + break; + case 31: + if ((287948901175001088 & l) == 0L) + break; + if (kind > 11) + kind = 11; + mccCheckNAdd(31); + break; + case 32: + if ((287948901175001088 & l) != 0L) + mccCheckNAddTwoStates(32, 33); + break; + case 33: + if (curChar != 46) + break; + if (kind > 12) + kind = 12; + mccCheckNAddTwoStates(34, 35); + break; + case 34: + if ((287948901175001088 & l) == 0L) + break; + if (kind > 12) + kind = 12; + mccCheckNAddTwoStates(34, 35); + break; + case 36: + if ((43980465111040 & l) != 0L) + mccCheckNAdd(37); + break; + case 37: + if ((287948901175001088 & l) == 0L) + break; + if (kind > 12) + kind = 12; + mccCheckNAdd(37); + break; + case 38: + if ((287948901175001088 & l) != 0L) + mccCheckNAddTwoStates(38, 39); + break; + case 40: + if ((43980465111040 & l) != 0L) + mccCheckNAdd(41); + break; + case 41: + if ((287948901175001088 & l) == 0L) + break; + if (kind > 12) + kind = 12; + mccCheckNAdd(41); + break; + case 42: + if (curChar == 63) + mccCheckNAddStates(6, 8); + break; + case 43: + if ((287948969894477824 & l) == 0L) + break; + if (kind > 15) + kind = 15; + mccCheckNAdd(43); + break; + case 44: + if ((287948969894477824 & l) != 0L) + mccCheckNAddTwoStates(44, 46); + break; + case 45: + if (curChar == 58 && kind > 16) + kind = 16; + break; + case 46: + if (curChar == 38) + mccstateSet[mccnewStateCnt++] = 45; + break; + case 47: + if ((287948969894477824 & l) != 0L) + mccCheckNAddTwoStates(47, 49); + break; + case 49: + if (curChar == 38) + mccstateSet[mccnewStateCnt++] = 48; + break; + default: + break; + } + } while (i != startsAt); + } + else if (curChar < 128) + { + long l = 1L << (curChar & 63); + do + { + switch (mccstateSet[--i]) + { + case 50: + if ((5188146764422578175 & l) != 0L) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + if ((576460746263625726 & l) != 0L) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + if (curChar == 116) + mccstateSet[mccnewStateCnt++] = 25; + break; + case 51: + if ((5188146764422578175 & l) != 0L) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + if (curChar == 116) + mccstateSet[mccnewStateCnt++] = 25; + break; + case 25: + if ((5188146764422578175 & l) != 0L) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + if ((576460746263625726 & l) != 0L) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + if (curChar == 121) + mccstateSet[mccnewStateCnt++] = 24; + else if (curChar == 116) + mccstateSet[mccnewStateCnt++] = 25; + break; + case 24: + if ((5188146764422578175 & l) != 0L) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + if ((576460746263625726 & l) != 0L) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + if (curChar == 112) + mccstateSet[mccnewStateCnt++] = 23; + else if (curChar == 116) + mccstateSet[mccnewStateCnt++] = 25; + break; + case 0: + if ((5188146764422578175 & l) != 0L) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + if ((576460746263625726 & l) != 0L) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + if ((576460745995190270 & l) != 0L) + { + if (kind > 102) + kind = 102; + } + if (curChar == 116) + mccstateSet[mccnewStateCnt++] = 25; + break; + case 23: + if ((5188146764422578175 & l) != 0L) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + if ((576460746263625726 & l) != 0L) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + if (curChar == 101) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + else if (curChar == 116) + mccstateSet[mccnewStateCnt++] = 25; + break; + case 2: + if ((137438953504 & l) != 0L) + mccAddStates(14, 15); + break; + case 6: + if ((-268435457 & l) != 0L) + mccCheckNAddStates(3, 5); + break; + case 7: + if (curChar == 92) + mccstateSet[mccnewStateCnt++] = 8; + break; + case 8: + if (curChar == 92) + mccCheckNAddStates(3, 5); + break; + case 11: + if ((-268435457 & l) != 0L) + mccCheckNAddStates(0, 2); + break; + case 12: + if (curChar == 92) + mccstateSet[mccnewStateCnt++] = 13; + break; + case 13: + if (curChar == 92) + mccCheckNAddStates(0, 2); + break; + case 16: + if ((576460745995190270 & l) != 0L) + mccAddStates(16, 17); + break; + case 20: + if ((576460745995190270 & l) == 0L) + break; + if (kind > 18) + kind = 18; + mccstateSet[mccnewStateCnt++] = 20; + break; + case 22: + if ((5188146764422578175 & l) == 0L) + break; + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + break; + case 26: + if (curChar == 116) + mccstateSet[mccnewStateCnt++] = 25; + break; + case 27: + if ((576460745995190270 & l) != 0L && kind > 102) + kind = 102; + break; + case 29: + if ((576460746263625726 & l) == 0L) + break; + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + break; + case 35: + if ((137438953504 & l) != 0L) + mccAddStates(18, 19); + break; + case 39: + if ((137438953504 & l) != 0L) + mccAddStates(20, 21); + break; + case 43: + if ((576460745995190270 & l) == 0L) + break; + if (kind > 15) + kind = 15; + mccstateSet[mccnewStateCnt++] = 43; + break; + case 44: + if ((576460745995190270 & l) != 0L) + mccAddStates(22, 23); + break; + case 47: + if ((576460745995190270 & l) != 0L) + mccAddStates(24, 25); + break; + case 48: + if (curChar == 126 && kind > 19) + kind = 19; + break; + default: + break; + } + } while (i != startsAt); + } + else + { + int hiByte = (curChar >> 8); + int i1 = hiByte >> 6; + long l1 = 1L << (hiByte & 63); + int i2 = (curChar & 0xff) >> 6; + long l2 = 1L << (curChar & 63); + do + { + switch (mccstateSet[--i]) + { + case 50: + if (mccCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + if (mccCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + break; + case 51: + case 22: + if (!mccCanMove_1(hiByte, i1, i2, l1, l2)) + break; + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + break; + case 25: + if (mccCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + if (mccCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + break; + case 24: + if (mccCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + if (mccCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + break; + case 0: + if (mccCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + if (mccCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 102) + kind = 102; + } + if (mccCanMove_2(hiByte, i1, i2, l1, l2)) + { + if (kind > 103) + kind = 103; + } + if (mccCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + break; + case 23: + if (mccCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 101) + kind = 101; + mccCheckNAddTwoStates(22, 26); + } + if (mccCanMove_1(hiByte, i1, i2, l1, l2)) + { + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + } + break; + case 6: + if (mccCanMove_0(hiByte, i1, i2, l1, l2)) + mccAddStates(3, 5); + break; + case 11: + if (mccCanMove_0(hiByte, i1, i2, l1, l2)) + mccAddStates(0, 2); + break; + case 16: + if (mccCanMove_1(hiByte, i1, i2, l1, l2)) + mccAddStates(16, 17); + break; + case 20: + if (!mccCanMove_1(hiByte, i1, i2, l1, l2)) + break; + if (kind > 18) + kind = 18; + mccstateSet[mccnewStateCnt++] = 20; + break; + case 27: + if (mccCanMove_1(hiByte, i1, i2, l1, l2) && kind > 102) + kind = 102; + break; + case 28: + if (mccCanMove_2(hiByte, i1, i2, l1, l2) && kind > 103) + kind = 103; + break; + case 29: + if (!mccCanMove_1(hiByte, i1, i2, l1, l2)) + break; + if (kind > 104) + kind = 104; + mccCheckNAdd(29); + break; + case 43: + if (!mccCanMove_1(hiByte, i1, i2, l1, l2)) + break; + if (kind > 15) + kind = 15; + mccstateSet[mccnewStateCnt++] = 43; + break; + case 44: + if (mccCanMove_1(hiByte, i1, i2, l1, l2)) + mccAddStates(22, 23); + break; + case 47: + if (mccCanMove_1(hiByte, i1, i2, l1, l2)) + mccAddStates(24, 25); + break; + default: + break; + } + } while (i != startsAt); + } + if (kind != Int32.MaxValue) + { + mccmatchedKind = kind; + mccmatchedPos = curPos; + kind = Int32.MaxValue; + } + ++curPos; + if ((i = mccnewStateCnt) == (startsAt = 50 - (mccnewStateCnt = startsAt))) + return curPos; + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + return curPos; + } + } + } + + private int mccMoveStringLiteralDfa0_1() + { + return mccMoveNfa_1(1, 0); + } + + private int mccMoveNfa_1(int startState, int curPos) + { + int[] nextStates; + int startsAt = 0; + mccnewStateCnt = 4; + int i = 1; + mccstateSet[0] = startState; + int j, kind = Int32.MaxValue; + for (;;) + { + if (++mccround == Int32.MaxValue) + ReInitRounds(); + if (curChar < 64) + { + long l = 1L << curChar; + do + { + switch (mccstateSet[--i]) + { + case 1: + if ((287948901175001088 & l) != 0L) + { + if (kind > 7) + kind = 7; + mccCheckNAdd(0); + } + else if ((9216 & l) != 0L) + { + if (kind > 8) + kind = 8; + } + if (curChar == 13) + mccstateSet[mccnewStateCnt++] = 2; + break; + case 0: + if ((287948901175001088 & l) == 0L) + break; + kind = 7; + mccCheckNAdd(0); + break; + case 2: + if (curChar == 10 && kind > 8) + kind = 8; + break; + case 3: + if (curChar == 13) + mccstateSet[mccnewStateCnt++] = 2; + break; + default: + break; + } + } while (i != startsAt); + } + else if (curChar < 128) + { + long l = 1L << (curChar & 63); + do + { + switch (mccstateSet[--i]) + { + case 1: + case 0: + if ((576460743713488896 & l) == 0L) + break; + kind = 7; + mccCheckNAdd(0); + break; + default: + break; + } + } while (i != startsAt); + } + else + { + int hiByte = (curChar >> 8); + int i1 = hiByte >> 6; + long l1 = 1L << (hiByte & 63); + int i2 = (curChar & 0xff) >> 6; + long l2 = 1L << (curChar & 63); + do + { + switch (mccstateSet[--i]) + { + default: + break; + } + } while (i != startsAt); + } + if (kind != Int32.MaxValue) + { + mccmatchedKind = kind; + mccmatchedPos = curPos; + kind = Int32.MaxValue; + } + ++curPos; + if ((i = mccnewStateCnt) == (startsAt = 4 - (mccnewStateCnt = startsAt))) + return curPos; + try + { + curChar = input_stream.ReadChar(); + } + catch (IOException) + { + return curPos; + } + } + } + + private static bool mccCanMove_0(int hiByte, int i1, int i2, long l1, long l2) + { + switch (hiByte) + { + case 0: + return ((mccbitVec2[i2] & l2) != 0L); + default: + if ((mccbitVec0[i1] & l1) != 0L) + if ((mccbitVec1[i2] & l2) == 0L) + return false; + else + return true; + return false; + } + } + + private static bool mccCanMove_1(int hiByte, int i1, int i2, long l1, long l2) + { + switch (hiByte) + { + case 0: + return ((mccbitVec4[i2] & l2) != 0L); + case 48: + return ((mccbitVec5[i2] & l2) != 0L); + case 49: + return ((mccbitVec6[i2] & l2) != 0L); + case 51: + return ((mccbitVec7[i2] & l2) != 0L); + case 61: + return ((mccbitVec8[i2] & l2) != 0L); + default: + if ((mccbitVec3[i1] & l1) != 0L) + if ((mccbitVec1[i2] & l2) == 0L) + return false; + else + return true; + return false; + } + } + + private static bool mccCanMove_2(int hiByte, int i1, int i2, long l1, long l2) + { + switch (hiByte) + { + case 6: + return ((mccbitVec11[i2] & l2) != 0L); + case 11: + return ((mccbitVec12[i2] & l2) != 0L); + case 13: + return ((mccbitVec13[i2] & l2) != 0L); + case 14: + return ((mccbitVec14[i2] & l2) != 0L); + case 16: + return ((mccbitVec15[i2] & l2) != 0L); + default: + if ((mccbitVec9[i1] & l1) != 0L) + if ((mccbitVec10[i2] & l2) == 0L) + return false; + else + return true; + return false; + } + } + + public void ReInit(SimpleCharStream stream) + { + mccmatchedPos = mccnewStateCnt = 0; + curLexState = defaultLexState; + input_stream = stream; + ReInitRounds(); + } + + private void ReInitRounds() + { + int i; + mccround = -2147483647; + for (i = 50; i-- > 0;) + mccrounds[i] = Int32.MinValue; + } + + public void ReInit(SimpleCharStream stream, int lexState) + { + ReInit(stream); + SwitchTo(lexState); + } + + public void SwitchTo(int lexState) + { + if (lexState >= 2 || lexState < 0) + throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.InvalidLexicalState); + else + curLexState = lexState; + } + + protected Token mccFillToken() + { + Token t = Token.NewToken(mccmatchedKind); + t.kind = mccmatchedKind; + string im = mccstrLiteralImages[mccmatchedKind]; + t.image = (im == null) ? input_stream.GetImage() : im; + t.beginLine = input_stream.BeginLine; + t.beginColumn = input_stream.BeginColumn; + t.endLine = input_stream.EndLine; + t.endColumn = input_stream.EndColumn; + return t; + } + + [DebuggerNonUserCode] + public Token GetNextToken() + { + int kind; + Token specialToken = null; + Token matchedToken; + int curPos = 0; + + EOFLoop : + for (;;) + { + try + { + curChar = input_stream.BeginToken(); + } + catch (IOException) + { + mccmatchedKind = 0; + matchedToken = mccFillToken(); + return matchedToken; + } + + for (;;) + { + switch (curLexState) + { + case 0: + try + { + input_stream.Backup(0); + while (curChar <= ' ' && (4294977024L & (1L << curChar)) != 0L) + curChar = input_stream.BeginToken(); + } + catch (IOException) + { + goto EOFLoop; + } + mccmatchedKind = Int32.MaxValue; + mccmatchedPos = 0; + curPos = mccMoveStringLiteralDfa0_0(); + break; + case 1: + mccmatchedKind = Int32.MaxValue; + mccmatchedPos = 0; + curPos = mccMoveStringLiteralDfa0_1(); + if (mccmatchedPos == 0 && mccmatchedKind > 6) + { + mccmatchedKind = 6; + } + break; + } + if (mccmatchedKind != Int32.MaxValue) + { + if (mccmatchedPos + 1 < curPos) + input_stream.Backup(curPos - mccmatchedPos - 1); + if ((mcctoToken[mccmatchedKind >> 6] & (1L << (mccmatchedKind & 63))) != 0L) + { + matchedToken = mccFillToken(); + if (mccnewLexState[mccmatchedKind] != -1) + curLexState = mccnewLexState[mccmatchedKind]; + return matchedToken; + } + else if ((mcctoSkip[mccmatchedKind >> 6] & (1L << (mccmatchedKind & 63))) != 0L) + { + if (mccnewLexState[mccmatchedKind] != -1) + curLexState = mccnewLexState[mccmatchedKind]; + goto EOFLoop; + } + if (mccnewLexState[mccmatchedKind] != -1) + curLexState = mccnewLexState[mccmatchedKind]; + curPos = 0; + mccmatchedKind = Int32.MaxValue; + try + { + curChar = input_stream.ReadChar(); + continue; + } + catch (IOException) + { + } + } + int error_line = input_stream.EndLine; + int error_column = input_stream.EndColumn; + string error_after = null; + bool EOFSeen = false; + try + { + input_stream.ReadChar(); + input_stream.Backup(1); + } + catch (IOException) + { + EOFSeen = true; + error_after = curPos <= 1 ? "" : input_stream.GetImage(); + if (curChar == '\n' || curChar == '\r') + { + error_line++; + error_column = 0; + } + else + error_column++; + } + if (!EOFSeen) + { + input_stream.Backup(1); + error_after = curPos <= 1 ? "" : input_stream.GetImage(); + } + throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LexicalError); + } + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Parser/Clips2/Gen.bat b/trunk/Creshendo/Util/Parser/Clips2/Gen.bat new file mode 100644 index 0000000..542c623 --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips2/Gen.bat @@ -0,0 +1 @@ +java -classpath D:\Src\MinosseCC minossecc clips.jj \ No newline at end of file diff --git a/trunk/Creshendo/Util/Parser/Clips2/ParseException.cs b/trunk/Creshendo/Util/Parser/Clips2/ParseException.cs new file mode 100644 index 0000000..2d0f3aa --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips2/ParseException.cs @@ -0,0 +1,196 @@ +/* Generated By:MinosseCC: Do not edit this line. ParseException.cs Version 3.0 */ +namespace Creshendo.Util.Parser.Clips2 { + + +/// +/// This exception is thrown when parse errors are encountered. +/// +/// +/// You can explicitly create objects of this exception type by +/// calling the method GenerateParseException in the generated +/// parser. +/// +/// You can modify this class to customize your error reporting +/// mechanisms so long as you retain the public fields. +/// +/// +public class ParseException : System.Exception { + + /** + * This constructor is used by the method "GenerateParseException" + * in the generated parser. Calling this constructor generates + * a new object of this type with the fields "currentToken", + * "expectedTokenSequences", and "tokenImage" set. The boolean + * flag "specialConstructor" is also set to true to indicate that + * this constructor was used to create this object. + * This constructor calls its super class with the empty string + * to force the "toString" method of parent class "Throwable" to + * print the error message in the form: + * ParseException: + */ + public ParseException(Token currentTokenVal, + int[][] expectedTokenSequencesVal, + string[] tokenImageVal + ) : base("") { + specialConstructor = true; + currentToken = currentTokenVal; + expectedTokenSequences = expectedTokenSequencesVal; + tokenImage = tokenImageVal; + } + + /** + * The following constructors are for use by you for whatever + * purpose you can think of. Constructing the exception in this + * manner makes the exception behave in the normal way - i.e., as + * documented in the class "Throwable". The fields "errorToken", + * "expectedTokenSequences", and "tokenImage" do not contain + * relevant information. The JavaCC generated code does not use + * these constructors. + */ + + public ParseException() : + base() { + specialConstructor = false; + } + + public ParseException(string message) : + base(message) { + specialConstructor = false; + } + + /** + * This variable determines which constructor was used to create + * this object and thereby affects the semantics of the + * "getMessage" method (see below). + */ + protected bool specialConstructor; + + /** + * This is the last token that has been consumed successfully. If + * this object has been created due to a parse error, the token + * followng this token will (therefore) be the first error token. + */ + public Token currentToken; + + /** + * Each entry in this array is an array of integers. Each array + * of integers represents a sequence of tokens (by their ordinal + * values) that is expected at this point of the parse. + */ + public int[][] expectedTokenSequences; + + /** + * This is a reference to the "tokenImage" array of the generated + * parser within which the parse error occurred. This array is + * defined in the generated ...Constants interface. + */ + public string[] tokenImage; + + /** + * This method has the standard behavior when this object has been + * created using the standard constructors. Otherwise, it uses + * "currentToken" and "expectedTokenSequences" to generate a parse + * error message and returns it. If this object has been created + * due to a parse error, and you do not catch it (it gets thrown + * from the parser), then this method is called during the printing + * of the final stack trace, and hence the correct error message + * gets displayed. + */ + public override string Message { + get { + if (!specialConstructor) { + return base.Message; + } + string expected = ""; + int maxSize = 0; + for (int i = 0; i < expectedTokenSequences.Length; i++) { + if (maxSize < expectedTokenSequences[i].Length) { + maxSize = expectedTokenSequences[i].Length; + } + for (int j = 0; j < expectedTokenSequences[i].Length; j++) { + expected += tokenImage[expectedTokenSequences[i][j]] + " "; + } + if (expectedTokenSequences[i][expectedTokenSequences[i].Length - 1] != 0) { + expected += "..."; + } + expected += eol + " "; + } + string retval = "Encountered \""; + Token tok = currentToken.next; + for (int i = 0; i < maxSize; i++) { + if (i != 0) retval += " "; + if (tok.kind == 0) { + retval += tokenImage[0]; + break; + } + retval += AddEscapes(tok.image); + tok = tok.next; + } + retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn; + retval += "." + eol; + if (expectedTokenSequences.Length == 1) { + retval += "Was expecting:" + eol + " "; + } else { + retval += "Was expecting one of:" + eol + " "; + } + retval += expected; + return retval; + } + } + + /** + * The end of line string for this machine. + */ + protected string eol = System.Environment.NewLine; + + /** + * Used to convert raw characters to their escaped version + * when these raw version cannot be used as part of an ASCII + * string literal. + */ + protected string AddEscapes(string str) { + System.Text.StringBuilder retval = new System.Text.StringBuilder(); + char ch; + for (int i = 0; i < str.Length; i++) { + switch (str[i]) { + case (char)0 : + continue; + case '\b': + retval.Append("\\b"); + continue; + case '\t': + retval.Append("\\t"); + continue; + case '\n': + retval.Append("\\n"); + continue; + case '\f': + retval.Append("\\f"); + continue; + case '\r': + retval.Append("\\r"); + continue; + case '\"': + retval.Append("\\\""); + continue; + case '\'': + retval.Append("\\\'"); + continue; + case '\\': + retval.Append("\\\\"); + continue; + default: + if ((ch = str[i]) < 0x20 || ch > 0x7e) { + string s = "0000" + System.Convert.ToString((int)ch, 16); + retval.Append("\\u" + s.Substring(s.Length - 4, s.Length - (s.Length - 4))); + } else { + retval.Append(ch); + } + continue; + } + } + return retval.ToString(); + } + +} +} diff --git a/trunk/Creshendo/Util/Parser/Clips2/ParserUtils.cs b/trunk/Creshendo/Util/Parser/Clips2/ParserUtils.cs new file mode 100644 index 0000000..825412b --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips2/ParserUtils.cs @@ -0,0 +1,81 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; + +namespace Creshendo.Util.Parser.Clips2 +{ + public class ParserUtils + { + /// convienant method to Get string literal + /// + /// + /// text + /// + /// + /// + /// + public static String getStringLiteral(String text) + { + StringBuilder buf = new StringBuilder(); + int len = text.Length - 1; + bool escaping = false; + for (int i = 1; i < len; i++) + { + char ch = text[i]; + if (escaping) + { + buf.Append(ch); + escaping = false; + } + else if (ch == '\\') + { + escaping = true; + } + else + { + buf.Append(ch); + } + } + return buf.ToString(); + } + + /// convienant utility method to escape string literals + /// + /// + /// text + /// + /// + /// + /// + public static String escapeStringLiteral(String text) + { + StringBuilder buffer = new StringBuilder(); + char[] chararray = text.ToCharArray(); + for (int idx = 0; idx < chararray.Length; idx++) + { + char chr = chararray[idx]; + if (chr == '"' || chr == '\\') + { + buffer.Append('\\'); + } + buffer.Append(chr); + } + return buffer.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Parser/Clips2/SimpleCharStream.cs b/trunk/Creshendo/Util/Parser/Clips2/SimpleCharStream.cs new file mode 100644 index 0000000..5aab8d0 --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips2/SimpleCharStream.cs @@ -0,0 +1,455 @@ +/* Generated By:MinosseCC: Do not edit this line. SimpleCharStream.cs Version 3.0 */ +using System; +using System.Diagnostics; +using System.IO; + +namespace Creshendo.Util.Parser.Clips2 +{ + /// + /// An implementation of interface CharStream, where the stream is assumed to + /// contain only ASCII characters (without unicode processing). + /// + public class SimpleCharStream + { + public static readonly bool staticFlag = false; + private int available; + protected int[] bufcolumn; + protected char[] buffer; + protected int[] bufline; + public int bufpos = -1; + private int bufsize; + + protected int column = 0; + protected int inBuf = 0; + internal TextReader inputStream; + protected int line = 1; + protected int maxNextCharInd = 0; + + protected bool prevCharIsCR = false; + protected bool prevCharIsLF = false; + private int tokenBegin; + + public SimpleCharStream(TextReader dstream, int startline, + int startcolumn, int buffersize) + { + inputStream = dstream; + line = startline; + column = startcolumn - 1; + + available = bufsize = buffersize; + buffer = new char[buffersize]; + bufline = new int[buffersize]; + bufcolumn = new int[buffersize]; + } + + public SimpleCharStream(TextReader dstream, int startline, + int startcolumn) : + this(dstream, startline, startcolumn, 4096) + { + } + + public SimpleCharStream(TextReader dstream) : + this(dstream, 1, 1, 4096) + { + } + + public SimpleCharStream(Stream dstream, int startline, + int startcolumn, int buffersize) : + this(new StreamReader(dstream), startline, startcolumn, 4096) + { + } + + public SimpleCharStream(Stream dstream, int startline, + int startcolumn) : + this(dstream, startline, startcolumn, 4096) + { + } + + public SimpleCharStream(Stream dstream) : + this(dstream, 1, 1, 4096) + { + } + + + [Obsolete("Deprecated - use EndColumn instead.", false)] + public int Column + { + get { return bufcolumn[bufpos]; } + } + + [Obsolete("Deprecated - use EndLine instead.", false)] + public int Line + { + get { return bufline[bufpos]; } + } + + public int EndColumn + { + get { return bufcolumn[bufpos]; } + } + + public int EndLine + { + get { return bufline[bufpos]; } + } + + public int BeginColumn + { + get { return bufcolumn[tokenBegin]; } + } + + public int BeginLine + { + get { return bufline[tokenBegin]; } + } + + protected void ExpandBuff(bool wrapAround) + { + char[] newbuffer = new char[bufsize + 2048]; + int[] newbufline = new int[bufsize + 2048]; + int[] newbufcolumn = new int[bufsize + 2048]; + + try + { + if (wrapAround) + { + Array.Copy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin); + Array.Copy(buffer, 0, newbuffer, bufsize - tokenBegin, bufpos); + buffer = newbuffer; + + Array.Copy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin); + Array.Copy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos); + bufline = newbufline; + + Array.Copy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin); + Array.Copy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos); + bufcolumn = newbufcolumn; + + maxNextCharInd = (bufpos += (bufsize - tokenBegin)); + } + else + { + Array.Copy(buffer, tokenBegin, newbuffer, 0, bufsize - tokenBegin); + buffer = newbuffer; + + Array.Copy(bufline, tokenBegin, newbufline, 0, bufsize - tokenBegin); + bufline = newbufline; + + Array.Copy(bufcolumn, tokenBegin, newbufcolumn, 0, bufsize - tokenBegin); + bufcolumn = newbufcolumn; + + maxNextCharInd = (bufpos -= tokenBegin); + } + } + catch (Exception e) + { + throw e; + } + + + bufsize += 2048; + available = bufsize; + tokenBegin = 0; + } + + protected void FillBuff() + { + if (maxNextCharInd == available) + { + if (available == bufsize) + { + if (tokenBegin > 2048) + { + bufpos = maxNextCharInd = 0; + available = tokenBegin; + } + else if (tokenBegin < 0) + bufpos = maxNextCharInd = 0; + else + ExpandBuff(false); + } + else if (available > tokenBegin) + available = bufsize; + else if ((tokenBegin - available) < 2048) + ExpandBuff(true); + else + available = tokenBegin; + } + + int i; + try + { + if ((i = inputStream.Read(buffer, maxNextCharInd, + available - maxNextCharInd)) == -1) + { + inputStream.Close(); + throw new IOException(); + } + else + maxNextCharInd += i; + return; + } + catch (IOException e) + { + --bufpos; + Backup(0); + if (tokenBegin == -1) + tokenBegin = bufpos; + throw e; + } + } + + [DebuggerNonUserCode] + public char BeginToken() + { + tokenBegin = -1; + try + { + char c = ReadChar(); + tokenBegin = bufpos; + return c; + } + catch (IOException e) + { + if (tokenBegin == -1) + tokenBegin = bufpos; + throw e; + } + } + + protected void UpdateLineColumn(char c) + { + column++; + + if (prevCharIsLF) + { + prevCharIsLF = false; + line += (column = 1); + } + else if (prevCharIsCR) + { + prevCharIsCR = false; + if (c == '\n') + { + prevCharIsLF = true; + } + else + line += (column = 1); + } + + switch (c) + { + case '\r': + prevCharIsCR = true; + break; + case '\n': + prevCharIsLF = true; + break; + case '\t': + column--; + column += (8 - (column & 07)); + break; + default: + break; + } + + bufline[bufpos] = line; + bufcolumn[bufpos] = column; + } + + public char ReadCharOriginal() + { + if (inBuf > 0) + { + --inBuf; + + if (++bufpos == bufsize) + { + bufpos = 0; + } + + return buffer[bufpos]; + } + + if (++bufpos >= maxNextCharInd) + { + FillBuff(); + } + + char c = buffer[bufpos]; + + UpdateLineColumn(c); + + return (c); + } + + [DebuggerNonUserCode] + public char ReadChar() + { + if (inBuf > 0) + { + --inBuf; + + if (++bufpos == bufsize) + { + bufpos = 0; + } + + return buffer[bufpos]; + } + + if (++bufpos >= maxNextCharInd) + { + FillBuff(); + } + if (bufpos >= maxNextCharInd) + { + bufpos--; + if (bufpos < 0) + { + bufpos += bufsize; + } + throw new IOException("End of file"); + } + char c = buffer[bufpos]; + + UpdateLineColumn(c); + + return (c); + } + + public void Backup(int amount) + { + inBuf += amount; + if ((bufpos -= amount) < 0) + bufpos += bufsize; + } + + public void ReInit(TextReader dstream, int startline, + int startcolumn, int buffersize) + { + inputStream = dstream; + line = startline; + column = startcolumn - 1; + + if (buffer == null || buffersize != buffer.Length) + { + available = bufsize = buffersize; + buffer = new char[buffersize]; + bufline = new int[buffersize]; + bufcolumn = new int[buffersize]; + } + prevCharIsLF = prevCharIsCR = false; + tokenBegin = inBuf = maxNextCharInd = 0; + bufpos = -1; + } + + public void ReInit(TextReader dstream, int startline, + int startcolumn) + { + ReInit(dstream, startline, startcolumn, 4096); + } + + public void ReInit(TextReader dstream) + { + ReInit(dstream, 1, 1, 4096); + } + + public void ReInit(Stream dstream, int startline, + int startcolumn, int buffersize) + { + ReInit(new StreamReader(dstream), startline, startcolumn, 4096); + } + + public void ReInit(Stream dstream) + { + ReInit(dstream, 1, 1, 4096); + } + + public void ReInit(Stream dstream, int startline, + int startcolumn) + { + ReInit(dstream, startline, startcolumn, 4096); + } + + public string GetImage() + { + if (bufpos >= tokenBegin) + return new string(buffer, tokenBegin, bufpos - tokenBegin + 1); + else + return new string(buffer, tokenBegin, bufsize - tokenBegin) + + new string(buffer, 0, bufpos + 1); + } + + public char[] GetSuffix(int len) + { + char[] ret = new char[len]; + + if ((bufpos + 1) >= len) + Array.Copy(buffer, bufpos - len + 1, ret, 0, len); + else + { + Array.Copy(buffer, bufsize - (len - bufpos - 1), ret, 0, + len - bufpos - 1); + Array.Copy(buffer, 0, ret, len - bufpos - 1, bufpos + 1); + } + + return ret; + } + + public void Done() + { + buffer = null; + bufline = null; + bufcolumn = null; + } + + /// + /// Method to adjust line and column numbers for the start of a token. + /// + public void AdjustBeginLineColumn(int newLine, int newCol) + { + int start = tokenBegin; + int len; + + if (bufpos >= tokenBegin) + { + len = bufpos - tokenBegin + inBuf + 1; + } + else + { + len = bufsize - tokenBegin + bufpos + 1 + inBuf; + } + + int i = 0, j = 0, k = 0; + int nextColDiff = 0, columnDiff = 0; + + while (i < len && + bufline[j = start%bufsize] == bufline[k = ++start%bufsize]) + { + bufline[j] = newLine; + nextColDiff = columnDiff + bufcolumn[k] - bufcolumn[j]; + bufcolumn[j] = newCol + columnDiff; + columnDiff = nextColDiff; + i++; + } + + if (i < len) + { + bufline[j] = newLine++; + bufcolumn[j] = newCol + columnDiff; + + while (i++ < len) + { + if (bufline[j = start%bufsize] != bufline[++start%bufsize]) + bufline[j] = newLine++; + else + bufline[j] = newLine; + } + } + + line = bufline[j]; + column = bufcolumn[j]; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Parser/Clips2/Token.cs b/trunk/Creshendo/Util/Parser/Clips2/Token.cs new file mode 100644 index 0000000..50a8210 --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips2/Token.cs @@ -0,0 +1,84 @@ +/* Generated By:MinosseCC: Do not edit this line. Token.cs Version 3.0 */ +namespace Creshendo.Util.Parser.Clips2 { + + +/// +/// Describes the input token stream. +/// + +public class Token { + + /** + * An integer that describes the kind of this token. This numbering + * system is determined by JavaCCParser, and a table of these numbers is + * stored in the file ...Constants.cs. + */ + public int kind; + + /** + * beginLine and beginColumn describe the position of the first character + * of this token; endLine and endColumn describe the position of the + * last character of this token. + */ + public int beginLine, beginColumn, endLine, endColumn; + + /** + * The string image of the token. + */ + public string image; + + /** + * A reference to the next regular (non-special) token from the input + * stream. If this is the last token from the input stream, or if the + * token manager has not read tokens beyond this one, this field is + * set to null. This is true only if this token is also a regular + * token. Otherwise, see below for a description of the contents of + * this field. + */ + public Token next; + + /** + * This field is used to access special tokens that occur prior to this + * token, but after the immediately preceding regular (non-special) token. + * If there are no such special tokens, this field is set to null. + * When there are more than one such special token, this field refers + * to the last of these special tokens, which in turn refers to the next + * previous special token through its specialToken field, and so on + * until the first special token (whose specialToken field is null). + * The next fields of special tokens refer to other special tokens that + * immediately follow it (without an intervening regular token). If there + * is no such token, this field is null. + */ + public Token specialToken; + + /** + * Returns the image. + */ + public override string ToString() { + return image; + } + + /** + * Returns a new Token object, by default. However, if you want, you + * can create and return subclass objects based on the value of ofKind. + * Simply add the cases to the switch for all those special cases. + * For example, if you have a subclass of Token called IDToken that + * you want to create if ofKind is ID, simlpy add something like : + * + * case MyParserConstants.ID : return new IDToken(); + * + * to the following switch statement. Then you can cast matchedToken + * variable to the appropriate type and use it in your lexical actions. + */ + public static Token NewToken(int ofKind) { + switch(ofKind) { + default : return new Token(); + } + } + public virtual void Clear() + { + next = null; + specialToken = null; + } +} +} diff --git a/trunk/Creshendo/Util/Parser/Clips2/TokenMgrError.cs b/trunk/Creshendo/Util/Parser/Clips2/TokenMgrError.cs new file mode 100644 index 0000000..c895011 --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips2/TokenMgrError.cs @@ -0,0 +1,134 @@ +/* Generated By:MinosseCC: Do not edit this line. TokenMgrError.cs Version 3.0 */ +namespace Creshendo.Util.Parser.Clips2 { + + +public class TokenMgrError : System.Exception +{ + /* + * Ordinals for various reasons why an Exceptions of this type can be thrown. + */ + + /** + * Lexical error occured. + */ + internal static readonly int LexicalError = 0; + + /** + * An attempt wass made to create a second instance of a static token manager. + */ + internal static readonly int StaticLexerError = 1; + + /** + * Tried to change to an invalid lexical state. + */ + internal static readonly int InvalidLexicalState = 2; + + /** + * Detected (and bailed out of) an infinite loop in the token manager. + */ + internal static readonly int LoopDetected = 3; + + /** + * Indicates the reason why the exception is thrown. It will have + * one of the above 4 values. + */ + int errorCode; + + /** + * Replaces unprintable characters by their espaced (or unicode escaped) + * equivalents in the given string + */ + protected static string AddEscapes(string str) { + System.Text.StringBuilder retval = new System.Text.StringBuilder(); + char ch; + for (int i = 0; i < str.Length; i++) { + switch (str[i]) { + case (char)0 : + continue; + case '\b': + retval.Append("\\b"); + continue; + case '\t': + retval.Append("\\t"); + continue; + case '\n': + retval.Append("\\n"); + continue; + case '\f': + retval.Append("\\f"); + continue; + case '\r': + retval.Append("\\r"); + continue; + case '\"': + retval.Append("\\\""); + continue; + case '\'': + retval.Append("\\\'"); + continue; + case '\\': + retval.Append("\\\\"); + continue; + default: + if ((ch = str[i]) < 0x20 || ch > 0x7e) { + string s = "0000" + System.Convert.ToString((int)ch, 16); + retval.Append("\\u" + s.Substring(s.Length - 4, s.Length - (s.Length - 4))); + } else { + retval.Append(ch); + } + continue; + } + } + return retval.ToString(); + } + + /** + * Returns a detailed message for the Exception when it is thrown by the + * token manager to indicate a lexical error. + * Parameters : + * EOFSeen : indicates if EOF caused the lexicl error + * curLexState : lexical state in which this error occured + * errorLine : line number when the error occured + * errorColumn : column number when the error occured + * errorAfter : prefix that was seen before this error occured + * curchar : the offending character + * Note: You can customize the lexical error message by modifying this method. + */ + protected static string GetLexicalError(bool EOFSeen, int lexState, int errorLine, int errorColumn, string errorAfter, char curChar) { + return("Lexical error at line " + + errorLine + ", column " + + errorColumn + ". Encountered: " + + (EOFSeen ? " " : ("\"" + AddEscapes(curChar.ToString()) + "\"") + " (" + (int)curChar + "), ") + + "after : \"" + AddEscapes(errorAfter) + "\""); + } + + /** + * You can also modify the body of this method to customize your error messages. + * For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not + * of end-users concern, so you can return something like : + * + * "Internal Error : Please file a bug report .... " + * + * from this method for such cases in the release version of your parser. + */ + public override string Message { + get { return base.Message; } + } + + /* + * Constructors of various flavors follow. + */ + + public TokenMgrError() { + } + + public TokenMgrError(string message, int reason) : + base(message) { + errorCode = reason; + } + + public TokenMgrError(bool EOFSeen, int lexState, int errorLine, int errorColumn, string errorAfter, char curChar, int reason) : + this(GetLexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason) { + } +} +} diff --git a/trunk/Creshendo/Util/Parser/Clips2/clips.jj b/trunk/Creshendo/Util/Parser/Clips2/clips.jj new file mode 100644 index 0000000..81f6bf6 --- /dev/null +++ b/trunk/Creshendo/Util/Parser/Clips2/clips.jj @@ -0,0 +1,1788 @@ +options { + OPTIMIZE_TOKEN_MANAGER = true; + JAVA_UNICODE_ESCAPE = false; + UNICODE_INPUT = true; + STATIC = false; +} + +PARSER_BEGIN(CLIPSParser) + +namespace Creshendo.Util.Parser.Clips2; + +using System; +using System.IO; +using System.Collections; +using Creshendo.Functions; +using Creshendo.Util.Rete; +using Creshendo.Util.Rule; + +public class CLIPSParser { + + protected Rete engine = null; + protected Token jj_nt = null; + protected Token jj_scanpos = null; + protected Token jj_lastpos = null; + + + public CLIPSParser(Rete eng, TextReader stream) + { + mcc_input_stream = new SimpleCharStream(stream, 1, 1); + token_source = new CLIPSParserTokenManager(mcc_input_stream); + token = new Token(); + mcc_ntk = -1; + mcc_gen = 0; + for (int i = 0; i < 63; i++) mcc_la1[i] = -1; + for (int i = 0; i < mcc_2_rtns.Length; i++) mcc_2_rtns[i] = new MccCalls(); + engine = eng; + } + + public CLIPSParser(Rete eng, Stream stream) + { + mcc_input_stream = new SimpleCharStream(stream, 1, 1); + token_source = new CLIPSParserTokenManager(mcc_input_stream); + token = new Token(); + mcc_ntk = -1; + mcc_gen = 0; + for (int i = 0; i < 63; i++) mcc_la1[i] = -1; + for (int i = 0; i < mcc_2_rtns.Length; i++) mcc_2_rtns[i] = new MccCalls(); + engine = eng; + } + + public void close() { + engine = null; + if (token != null) { + token.Clear(); + token = null; + } + if (jj_nt != null) { + jj_nt.Clear(); + jj_nt = null; + } + if (jj_scanpos != null) { + jj_scanpos.Clear(); + jj_scanpos = null; + } + if (jj_lastpos != null) { + jj_lastpos.Clear(); + jj_lastpos = null; + } + try { + mcc_input_stream.inputStream.Close(); + } catch (IOException e) { + // later on log the error + } + } +} + +PARSER_END(CLIPSParser) + +SKIP : +{ + " " +| "\t" +| "\n" +| "\r" +| ";;" : IN_COMMENT +} + +/* COMMENTS */ + +< IN_COMMENT > +MORE : +{ + < ~[] > +| + < COMMENT_TEXT: ( (["0"-"9"])|(["a"-"z"]) )+ > +} + +< IN_COMMENT > +SKIP : +{ + < END_COMMENT: ("\r" | "\n" | "\r\n") > : DEFAULT +} + +TOKEN : +{ + < LBRACE: "(" > +| < RBRACE: ")" > +| < INTEGER_LITERAL: ["0"-"9"] (["0"-"9"])* > +| + < FLOATING_POINT_LITERAL: + (["0"-"9"])+ "." (["0"-"9"])* ()? + | "." (["0"-"9"])+ ()? + | (["0"-"9"])+ + > +| < #EXPONENT: ["e","E"] (["+","-"])? (["0"-"9"])+ > +| + < STRING_LITERAL: + ("\"" ((~["\"","\\"]) | ("\\" ( ["\\","\""] )))* "\"") | + ("\'" ((~["\'","\\"]) | ("\\" ( ["\\","\'"] )))* "\'") + > +| < BIND: ("?"(|)+) > +| < BIND2: ("?"(|)+"&:") > +| < BIND3: ("?*"(|)+"*") > +| < BIND4: ("$?"(|)+) > +| < BIND5: ("?"(|)+"&~") > +| < BINDING: "bind" > +| < BOOLEAN: "BOOLEAN" > +| < AGGREGATE: "aggregate" > +| < ASSERT: "assert" > +| < ASSERTTEMPORAL: "assert-temporal" > +| < AUTOFOCUS: "auto-focus" > +| < ALLOWEDVALUES: "allowed-values" > +| < CHAININGDIRECTION: "chaining-direction" > +| < COMMAND: "command" > +| < DECLARE: "declare" > +| < DEFCLASS: "defclass" > +| < DEFFACT: "deffact" > +| < DEFFUNCTION: "deffunction" > +| < DEFGENERIC: "defgeneric" > +| < DEFGLOBAL: "defglobal" > +| < DEFINSTANCE: "definstance" > +| < DEFMETHOD: "defmethod" > +| < DEFMODULE: "defmodule" > +| < DEFRULE: "defrule" > +| < DEFTEMPLATE: "deftemplate" > +| < DESCRIBECLASS: "describe-class" > +| < DEFAULTVALUE: "default" > +| < DOUBLE: "DOUBLE" > +| < EXISTS: "exists" > +| < EFFECTIVE: "effective-date" > +| < EXPIRATION: "expiration-date" > +| < FACTINDEX: "fact-index" > +| < FLOAT: "FLOAT" > +| < INTEGER: "INTEGER" > +| < INTERVALTIME: "interval-time" > +| < LOGICAL: "logical" > +| < LONG: "LONG" > +| < MODIFY: "modify" > +| < MULTISLOT: "multislot" > +| < NOAGENDA: "no-agenda" > +| < NOLOOP: "no-loop" > +| < NUMBER: "NUMBER" > +| < NOTCE: "not" > +| < REMEMBERMATCH: "remember-match" > +| < RETRACT: "retract" > +| < RULEVERSION: "rule-version" > +| < RELATIVETIME: "relative-time" > +| < SALIENCE: "salience" > +| < SEND: "send" > +| < SHORT: "SHORT" > +| < SLOT: "slot" > +| < STRING: "STRING" > +| < SYMBOL: "symbol" > +| < TEMPORALACTIVATION: "temporal-activation" > +| < TEMPORAL: "temporal" > +| < TEST: "test" > +| < TRUE: "TRUE" > +| < TRUE2: "true" > +| < TYPEDEF: "type" > +| < FALSE: "FALSE" > +| < FALSE2: "false" > +| < NIL: "nil" > +| < ARROW: "=>" > +| < ASSIGN: "<-" > +| < SEMICOLON: ";" > +| < PLUS: "+" > +| < MINUS: "-" > +| < MULTIPLY: "*" > +| < DIVIDE: "/" > +| < GT1: ">" > +| < GT2: "gt" > +| < LT1: "<" > +| < LT2: "lt" > +| < EQ1: "==" > +| < EQ2: "eq" > +| < LE1: "<=" > +| < LE2: "le" > +| < GE1: ">=" > +| < GE2: "ge" > +| < NE1: "!=" > +| < NE2: "ne" > +| < AND1: "and" > +| < AND2: "&" > +| < OR1: "or" > +| < OR2: "|" > +| < TILDA: "~" > +| < IDENTIFIER: (||||["_",":","-","$",".","@","/"])+ > +| + < LETTER: + [ + "\u0024", + "\u0041"-"\u005a", + "\u005f", + "\u0061"-"\u007a", + "\u00c0"-"\u00d6", + "\u00d8"-"\u00f6", + "\u00f8"-"\u00ff", + "\u0100"-"\u1fff", + "\u3040"-"\u318f", + "\u3300"-"\u337f", + "\u3400"-"\u3d2d", + "\u4e00"-"\u9fff", + "\uf900"-"\ufaff" + ] + > +| + < DIGIT: + [ + "\u0030"-"\u0039", + "\u0660"-"\u0669", + "\u06f0"-"\u06f9", + "\u0966"-"\u096f", + "\u09e6"-"\u09ef", + "\u0a66"-"\u0a6f", + "\u0ae6"-"\u0aef", + "\u0b66"-"\u0b6f", + "\u0be7"-"\u0bef", + "\u0c66"-"\u0c6f", + "\u0ce6"-"\u0cef", + "\u0d66"-"\u0d6f", + "\u0e50"-"\u0e59", + "\u0ed0"-"\u0ed9", + "\u1040"-"\u1049" + ] + > +| + < PATH_LITERAL: + (||["_",":","-","\\","/","."])+ + > +} + +Object basicExpr() : +{ + Object exp = null; + Token obj = null; + ShellFunction func = null; + Parameter[] pms = null; + ShellBoundParam sbp = null; +} +{ + obj = getBindType() + { + func = new ShellFunction(); + func.Name = "echo"; + sbp = new ShellBoundParam(); + sbp.DefglobalName = obj.image; + pms = new ShellBoundParam[]{sbp}; + func.setParameters(pms); + return func; + } +| + ( exp = expr() ) + { + return exp; + } +| + + { + return null; + } +} + +// main expression for loading a data file +ArrayList loadExpr() : +{ + ArrayList facts = new ArrayList(); +} +{ + (loadAllExpr(facts))+ + { + return facts; + } +} + +// this method is used to load data +void loadAllExpr(ArrayList list) : +{ + ValueParam[] param = null; +} +{ + param = assertBody() + { + list.Add(param); + } +} + +// typeExpr is only responsible for parsing string and bigdecimal types +Object typeExpr() : +{ + Token exp; +} +{ + exp = + { + String strlit = exp.image; + strlit = ParserUtils.getStringLiteral(strlit); + return strlit; + } +| + exp = + { + // we use Decimal + return Convert.ToDecimal(exp.image); + } +| + exp = + { + // we use float, double + return Convert.ToDecimal(exp.image); + } +| + exp = + { + return exp.image; + } +} + +Object expr() : +{ + Token exp = null; + Token exp2 = null; + Token exp3 = null; + String body; + ValueParam param; + Deffact fact; + Deftemplate templ; + Defrule rule; + ShellFunction func; + DeffunctionFunction dffunc; + ArrayList list = new ArrayList(); + ValueParam[] pms; + ArrayList infunc = new ArrayList(); +} +{ + exp = exp2 = + (assertContents(list))+ + { + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[2]; + pms[0] = new ValueParam(Constants.STRING_TYPE,exp2.image); + pms[1] = new ValueParam(Constants.OBJECT_TYPE,list.ToArray()); + func.setParameters(pms); + exp.Clear(); + exp = null; + return func; + } +| + exp = exp2 = + (assertContents(list))+ + { + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[2]; + pms[0] = new ValueParam(Constants.STRING_TYPE,exp2.image); + pms[1] = new ValueParam(Constants.OBJECT_TYPE,list.ToArray()); + func.setParameters(pms); + exp.Clear(); + exp = null; + return func; + } +| + exp = (exp2 = | exp2 = ) + { + func = new ShellFunction(); + func.Name = exp.image; + Parameter[] rpms = new Parameter[1]; + if (exp2.image.StartsWith("?")) { + BoundParam bp1 = new BoundParam(); + bp1.VariableName = exp2.image; + rpms[0] = bp1; + } else { + ValueParam vp = new ValueParam(Constants.BIG_DECIMAL, Convert.ToDecimal(exp2.image)); + rpms[0] = vp; + } + func.setParameters(rpms); + exp.Clear(); + exp = null; + exp2.Clear(); + exp2 = null; + return func; + } +| + exp = exp2 = assertContents(list) + { + func = new ShellFunction(); + func.Name = exp.image; + BoundParam bp = new BoundParam(); + bp.VariableName = exp2.image; + list.Insert(0,bp); + func.setParameters(ParameterUtils.slotToParameters(list)); + exp.Clear(); + exp = null; + return func; + } +| + exp = + templ = templateExpr() + { + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[1]; + pms[0] = new ValueParam(Constants.OBJECT_TYPE,templ); + func.setParameters(pms); + return func; + } +| + exp = + body = getIdentifier() + { + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[1]; + pms[0] = new ValueParam(Constants.STRING_TYPE,body); + func.setParameters(pms); + return func; + } +| + exp = + rule = ruleBody() + { + func = new ShellFunction(); + func.Name = exp.image; + pms = new ValueParam[1]; + pms[0] = new ValueParam(Constants.OBJECT_TYPE,rule); + func.setParameters(pms); + return func; + } +| + exp = ((valueParams(list))+)? + { + func = new ShellFunction(); + func.Name = exp.image; + func.setParameters(ParameterUtils.convertParameters(list)); + list.Clear(); + return func; + } +| + exp = + exp2 = + ((bindingParams(list))+)? + (ruleAction(infunc))? + { + dffunc = new DeffunctionFunction(); + dffunc.Name = exp2.image; + dffunc.setParameters(ParameterUtils.convertParameters(list)); + dffunc.Function = (infunc); + list.Clear(); + return dffunc; + } +| + // example: (bind ?*x* 9) + exp = getBindType() (valueParams(list))+ + { + func = new ShellFunction(); + func.Name = "bind"; + list.Insert(0,new ValueParam(Constants.STRING_TYPE,exp.image.Substring(1))); + func.setParameters(ParameterUtils.convertParameters(list)); + list.Clear(); + return func; + } +| + (exp = | + exp = | + exp = | + exp = | + exp = | + exp = | + exp = | + exp = | + exp = | + exp = | + exp = | + exp = | + exp = | + exp = ) (valueParams(list))+ + { + func = new ShellFunction(); + func.Name = exp.image; + func.setParameters(ParameterUtils.convertParameters(list)); + list.Clear(); + return func; + } +| + exp = ((valueParams(list))+)? + { + func = new ShellFunction(); + func.Name = exp.image; + func.setParameters(ParameterUtils.convertParameters(list)); + list.Clear(); + return func; + } +} + +void valueParams(ArrayList list) : +{ + Object exp; + Token tok; + ValueParam vp = null; +} +{ + LOOKAHEAD()exp = expr() + { + ShellFunction subfunc = (ShellFunction)exp; + FunctionParam2 fp2 = new FunctionParam2(); + fp2.FunctionName = subfunc.Name; + fp2.Engine = engine; + fp2.Parameters = subfunc.Parameters; + list.Add(fp2); + } +| + exp = typeExpr() + { + vp = new ValueParam(); + vp.Value = exp; + if (exp is Decimal) { + vp.ValueType = Constants.BIG_DECIMAL; + } else if (exp is String) { + vp.ValueType = Constants.STRING_TYPE; + } + list.Add(vp); + } +| + exp = + { + vp = new ValueParam(); + vp.ValueType = Constants.STRING_TYPE; + if (exp is Token) { + vp.Value = ((Token)exp).image ; + } else { + vp.Value = exp; + } + list.Add(vp); + } +| + exp = + { + vp = new ValueParam(); + vp.Value = true; + list.Add(vp); + } +| + exp = + { + vp = new ValueParam(); + vp.Value = true; + list.Add(vp); + } +| + exp = + { + vp = new ValueParam(); + vp.Value = false; + list.Add(vp); + } +| + exp = + { + vp = new ValueParam(); + vp.Value = false; + list.Add(vp); + } +| + // in some cases, the parameters may be a binding to a variable + tok = getBindType() + { + BoundParam bp = new BoundParam(); + if (tok.kind == CLIPSParserConstants.BIND4) { + bp.VariableName = tok.image.Substring(2); + bp.IsMultislot = true; + } else { + bp.VariableName = tok.image; + } + list.Add(bp); + } +} + +/** + * bindingParams is meant to parse the params for a deffunction + */ +void bindingParams(ArrayList list) : +{ + Object exp; + Token tok; + ValueParam vp = null; +} +{ + tok = getBindType() + { + BoundParam bp = new BoundParam(); + if (tok.kind == CLIPSParserConstants.BIND4) { + bp.VariableName = tok.image.Substring(2); + bp.IsMultislot = true; + } else { + bp.VariableName = tok.image; + } + list.Add(bp); + } +} + +Token getBindType() : +{ + Token exp; +} +{ + exp = + { + return exp; + } +| + exp = + { + return exp; + } +| + exp = + { + return exp; + } +} + +/** + * this is for convienance + */ +String getIdentifier() : +{ + Token exp; +} +{ + exp = + { + return exp.image; + } +} + +ValueParam[] assertBody() : +{ + Token exp; + ArrayList tokens = new ArrayList(); + ValueParam[] param = null; +} +{ + exp = (assertContents(tokens))+ + { + param = new ValueParam[2]; + param[0] = new ValueParam(Constants.STRING_TYPE,exp.image); + param[1] = new ValueParam(Constants.OBJECT_TYPE,tokens.ToArray()); + tokens.Clear(); + exp = null; + return param; + } +} + +/* assert body */ +void assertContents(ArrayList tokens) : +{ + Token exp; + Object body = null; +} +{ + exp = (body = checkMultiSlot())? + { + if (body != null) { + if (body.GetType().IsArray) { + MultiSlot msl = new MultiSlot(exp.image); + msl.Value = body; + tokens.Add(msl); + } else { + Slot s = new Slot(exp.image); + s.Value = body; + tokens.Add(s); + } + } + exp.Clear(); + exp = null; + body = null; + } +} + +Object checkMultiSlot() : +{ + Object body; + ArrayList artokens = new ArrayList(); +} +{ + LOOKAHEAD() (arrayType(artokens))+ + { + return artokens.ToArray(); + } +| + LOOKAHEAD() (arrayType(artokens))+ + { + return artokens.ToArray(); + } +| + LOOKAHEAD() (arrayType(artokens))+ + { + return artokens.ToArray(); + } +| + LOOKAHEAD() (arrayType(artokens))+ + { + return artokens.ToArray(); + } +| + LOOKAHEAD() (arrayType(artokens))+ + { + return artokens.ToArray(); + } +| + LOOKAHEAD() (arrayType(artokens))+ + { + return artokens.ToArray(); + } +| + body = slotValueType() + { + return body; + } +} + +Object slotValueType() : +{ + Object body; + Token btoken; + bool boolval; +} +{ + btoken = getBindType() + { + // probably should refactor this later, instead of looking up the value directly + Object val = engine.getDefglobalValue(btoken.image); + if (val != null) { + return engine.getDefglobalValue(btoken.image); + } else { + BoundParam bp = new BoundParam(); + bp.VariableName = btoken.image; + return bp; + } + } +| + body = typeExpr() + { + return body; + } +| + boolval = trueFalse() + { + return Convert.ToBoolean(boolval); + } +| + btoken = + { + return btoken.image; + } +} + +/* arrayType handles multislot tokens */ +void arrayType(ArrayList tokens) : +{ + Token tval; + Object val; +} +{ + tval = + { + tokens.Add(tval.image); + } +| + tval = + { + if (tval.kind == CLIPSParserConstants.BIND) { + BoundParam bp = new BoundParam(); + bp.VariableName = tval.image; + tokens.Add(bp); + } + } +| + tval = + { + if (tval.kind == CLIPSParserConstants.BIND3) { + BoundParam bp = new BoundParam(); + bp.VariableName = tval.image; + tokens.Add(bp); + } + } +| + val = typeExpr() + { + tokens.Add(val); + } +} + +/* templateExpr gets the slots of a deftemplate */ +Deftemplate templateExpr() : +{ + Token exp; + Deftemplate template; + ArrayList slots = new ArrayList(); +} +{ + /* javacc gives a warning for this, but not sure how to do it better */ + exp = (templateBody(slots))+ + { + Slot[] s = new Slot[slots.Count]; + slots.CopyTo(s); + template = new Deftemplate(exp.image,null,s); + slots.Clear(); + exp.Clear(); + exp = null; + return template; + } +} + +void templateBody(ArrayList slots) : +{ + Token sname; + int stype; + int sid; + Slot sl; + MultiSlot msl; + Object defaultvalue; +} +{ + LOOKAHEAD( ) sname = + stype = slotType() defaultvalue = defaultValue() + { + sid = slots.Count; + sl = new Slot(sname.image); + sl.Id = sid; + sl.ValueType = stype; + sl.DefaultValue = defaultvalue; + slots.Add(sl); + sname = null; + } +| + LOOKAHEAD( ) sname = + { + sid = slots.Count; + msl = new MultiSlot(sname.image); + msl.Id = sid; + slots.Add(msl); + sname = null; + } +} + +int slotType() : +{ + int stype = -1; + int defaultType = 9; +} +{ + /* the type declaration is optional, so question mark is used to tell javacc */ + (LOOKAHEAD( ) stype = getType() )? + { + if (stype > -1) { + defaultType = stype; + } + return defaultType; + } +} + +Object defaultValue() : +{ + Object defobj = null; +} +{ + /* default value is optional */ + (LOOKAHEAD( ) defobj = typeExpr() )? + { + return defobj; + } +} + +int getType() : +{ + Token exp = null; +} +{ + exp = + { + exp = null; + return Constants.INT_PRIM_TYPE; + } +| + exp = + { + exp = null; + return Constants.SHORT_PRIM_TYPE; + } +| + exp = + { + exp = null; + return Constants.LONG_PRIM_TYPE; + } +| + exp = + { + exp = null; + return Constants.FLOAT_PRIM_TYPE; + } +| + exp = + { + exp = null; + return Constants.DOUBLE_PRIM_TYPE; + } +| + exp = + { + exp = null; + return Constants.OBJECT_TYPE; + } +| + exp = + { + exp = null; + return Constants.STRING_TYPE; + } +| + exp = + { + exp = null; + return Constants.BOOLEAN_PRIM_TYPE; + } +} + +Defrule ruleBody() : +{ + Token exp = null; + Token rulecomment = null; + Defrule rule; + ArrayList dec = new ArrayList(); + ArrayList conditions = new ArrayList(); + ArrayList actions = new ArrayList(); +} +{ + exp = (LOOKAHEAD()rulecomment=)? + (LOOKAHEAD()ruleDeclaration(dec))? ((conditionElement(conditions))+)? + arrow() + ruleActions(actions) + { + rule = new Defrule(exp.image); + if (rulecomment != null) { + rule.Comment = rulecomment.image; + } + rule.setRuleProperties(dec); + IEnumerator itrC = conditions.GetEnumerator(); + while (itrC.MoveNext()) { + rule.addCondition( (Condition)itrC.Current ); + } + + IEnumerator itr = actions.GetEnumerator(); + while (itr.MoveNext()) { + Object acn = itr.Current; + if (acn is Function) { + FunctionAction faction = new FunctionAction(); + faction.Function = (Function)acn; + rule.addAction(faction); + } else if (acn is Action) { + rule.addAction( (Action)acn ); + } + } + dec.Clear(); + conditions.Clear(); + actions.Clear(); + exp = null; + return rule; + } +} + +void ruleDeclaration(ArrayList list) : +{ + Token exp; +} +{ + exp = (ruleProperty(list)) + { + } +} + +void ruleProperty(ArrayList list) : +{ + Object exp = null; + bool tf = true; + String ver = null; + bool remember = true; + bool temporal = false; + bool agenda = false; + String direction = null; + String date = null; +} +{ + (LOOKAHEAD()exp = salience())? + { + if (exp != null) { + long intsal = Convert.ToInt64( ((Token)exp).image); + RuleProperty sal = new RuleProperty(RuleProperty.SALIENCE,intsal.ToString()); + list.Add(sal); + } + } + (LOOKAHEAD()tf = autoFocus())? + { + RuleProperty auto = new RuleProperty(RuleProperty.AUTO_FOCUS,tf); + list.Add(auto); + } + (LOOKAHEAD() ver = ruleVersion())? + { + RuleProperty rp = new RuleProperty(RuleProperty.VERSION,ver); + list.Add(rp); + } + (LOOKAHEAD() remember = Remember())? + { + RuleProperty rmem = new RuleProperty(RuleProperty.REMEMBER_MATCH,remember); + list.Add(rmem); + } + (LOOKAHEAD() date = effectiveDate())? + { + RuleProperty eff = new RuleProperty(RuleProperty.EFFECTIVE_DATE,date); + list.Add(eff); + } + (LOOKAHEAD() date = expirationDate())? + { + RuleProperty expr = new RuleProperty(RuleProperty.EXPIRATION_DATE,date); + list.Add(expr); + } + (LOOKAHEAD() direction = Direction())? + { + RuleProperty dir = new RuleProperty(RuleProperty.DIRECTION,direction); + list.Add(dir); + } + (LOOKAHEAD() agenda = noAgenda())? + { + RuleProperty noagenda = new RuleProperty(RuleProperty.NO_AGENDA,agenda); + list.Add(noagenda); + } + (LOOKAHEAD() temporal = temporalAct())? + { + RuleProperty tempprop = new RuleProperty(RuleProperty.TEMPORAL_ACTIVATION,temporal); + list.Add(tempprop); + } +} + +Object salience() : +{ + Token exp = null; + Object val = null; +} +{ + exp = val = + { + exp = null; + if (val != null) { + return val; + } else { + return null; + } + } +} + +bool autoFocus() : +{ + Token exp; + bool tf = false; +} +{ + exp = tf = trueFalse() + { + return tf; + } +} + +String ruleVersion() : +{ + Token exp; +} +{ + (exp = | exp = | exp = ) + + { + return exp.image; + } +} + +bool Remember() : +{ + Token exp; + bool tf = false; +} +{ + exp = tf = trueFalse() + { + return tf; + } +} + +String Direction() : +{ + Token exp; + String defaultDir = "forward"; +} +{ + exp = + { + if (exp != null && exp.image.Equals("backward")) { + return exp.image; + } else { + return defaultDir; + } + } +} + +bool noAgenda() : +{ + Token exp; + bool tf = false; +} +{ + exp = tf = trueFalse() + { + return tf; + } +} + +String effectiveDate() : +{ + Token exp; + Token date; +} +{ + exp = date = + { + return date.image.Substring(1,date.image.Length - 1); + } +} + +String expirationDate() : +{ + Token exp; + Token date; +} +{ + exp = date = + { + return date.image.Substring(1,date.image.Length - 1); + } +} + +bool temporalAct() : +{ + Token exp; + bool tf = false; +} +{ + exp = tf = trueFalse() + { + return tf; + } +} + +bool trueFalse() : +{ +} +{ + + { + return true; + } +| + + { + return true; + } +| + + { + return false; + } +| + + { + return false; + } +} + +// conditionalElement checks for object binding +void conditionElement(ArrayList list) : +{ + Token exp; +} +{ + // handle ?var <- (context (name startup) ) + LOOKAHEAD() exp = CEType(list) + { + ObjectCondition oc = (ObjectCondition)list[list.Count -1]; + BoundConstraint bc = new BoundConstraint(oc.TemplateName,true); + bc.Value = exp.image.Substring(1); + oc.addConstraint(bc,0); + } +| + CEType(list) + { + } +} + +// CEType checks the Conditional element to see if it's exist, not, test or plain +void CEType(ArrayList list) : +{ + Token exp; + Token exp2; + Object etime; + Object nested = null; + ArrayList alpha = new ArrayList(); + ObjectCondition oc = null; + TemporalCondition tmpc = null; + ArrayList parms = new ArrayList(); +} +{ + // (not (path (id ?seatID) (name ?g2) ) ) + LOOKAHEAD() + exp = ((templatePatterns(alpha))+)? + { + oc = new ObjectCondition(); + oc.Negated = true; + oc.TemplateName = exp.image; + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) { + oc.addConstraint((Constraint)itr.Current); + } + list.Add(oc); + alpha.Clear(); + exp = null; + } +| + // (not (test (> 3 2) ) ) + nested = expr() + { + TestCondition tc = new TestCondition(); + tc.Negated = true; + if (nested is Function) { + tc.Function = ((Function)nested); + } + list.Add(tc); + } +| + // (temporal ?binding (relative-time n) (person (name "me") ) ) + temporalPattern(list) + { + } +| + // (test (> ?var1 ?var2) ) + nested = expr() + { + tc = new TestCondition(); + if (nested is Function) { + tc.Function = ((Function)nested); + } + list.Add(tc); + } +| + ( nested = expr() )+ + { + AndCondition ac = new AndCondition(); + ac.addNestedConditionElement(nested); + list.Add(ac); + } +| + ( CEType(alpha) )+ + { + ExistCondition exc = null; + if (alpha.Count > 1) { + for (int iz=0; iz < alpha.Count; iz++) { + exc = ExistCondition.newExistCondition((ObjectCondition)alpha[iz]); + list.Add(exc); + } + } else { + exc = ExistCondition.newExistCondition((ObjectCondition)alpha[0]); + list.Add(exc); + } + } +| + exp = ((templatePatterns(alpha))+)? + { + oc = new ObjectCondition(); + oc.TemplateName = exp.image; + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) { + oc.addConstraint((Constraint)itr.Current); + } + list.Add(oc); + alpha.Clear(); + exp = null; + } +} + +void temporalPattern(ArrayList list) : +{ + Token exp; + Token exp2; + Object etime; + Object itime; + Object nested = null; + ArrayList alpha = new ArrayList(); + ObjectCondition oc = null; + TemporalCondition tmpc = null; + ArrayList parms = new ArrayList(); +} +{ + // (temporal ?binding (relative-time n) (person (name "me") ) ) + LOOKAHEAD( ) + exp2 = + etime = typeExpr() + exp = ((templatePatterns(alpha))+)? + { + tmpc = new TemporalCondition(); + tmpc.TemplateName = exp.image; + tmpc.VariableName = exp2.image.Substring(1); + if (etime is Decimal) { + tmpc.RelativeTime = Convert.ToInt32(etime); + } + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) { + tmpc.addConstraint((Constraint)itr.Current); + } + list.Add(tmpc); + alpha.Clear(); + exp = null; + } +| + // (temporal ?binding (interval-time n) (relative-time n) (person (name "me") ) ) + exp2 = + itime = typeExpr() ( (valueParams(parms))+ )? + etime = typeExpr() + exp = ((templatePatterns(alpha))+)? + { + tmpc = new TemporalCondition(); + tmpc.TemplateName = exp.image; + tmpc.VariableName = exp2.image.Substring(1); + if (itime is Decimal) { + tmpc.IntervalTime = Convert.ToInt32(itime); + } + if (etime is Decimal) { + tmpc.RelativeTime = Convert.ToInt32(etime); + } + tmpc.AddFunction(parms); + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) { + tmpc.addConstraint((Constraint)itr.Current); + } + list.Add(tmpc); + alpha.Clear(); + exp = null; + } +} + +void templatePatterns(ArrayList list) : +{ + Token exp = null; +} +{ + // (template (slot value) ) + exp = propertyType(list,exp) + { + exp = null; + } +} + +void propertyType(ArrayList list, Token identifier) : +{ + Token id = null; + Object body = null; + Token body2 = null; + bool bval = false; + LiteralConstraint vc; + BoundConstraint bc; + OrLiteralConstraint orc; + AndLiteralConstraint andc; + ArrayList andor = new ArrayList(); + MultiValue mv = null; +} +{ + // (slot ?binding&:(> ?binding 3) ) + LOOKAHEAD() predicateFunc(list,identifier) + { + // do nothing + } +| + // multislot bind + LOOKAHEAD() body2 = + { + if (body2 != null) { + bc = new BoundConstraint(); + bc.Name = identifier.image; + bc.Value = body2.image.Substring(2); + bc.IsMultislot = true; + list.Add(bc); + } + } +| + // (slot ?binding) + LOOKAHEAD() body2 = + { + if (body2 != null) { + bc = new BoundConstraint(); + bc.Name = identifier.image; + bc.Value = body2.image.Substring(1); + list.Add(bc); + } + } +| + // (slot ~?binding) + LOOKAHEAD() body2 = + { + if (body2 != null) { + bc = new BoundConstraint(); + bc.Name = identifier.image; + bc.Value = body2.image.Substring(1); + bc.Negated = true; + list.Add(bc); + } + } +| + LOOKAHEAD((||)) body = typeExpr() + ( orType(andor))+ + { + if (body != null) { + orc = new OrLiteralConstraint(); + orc.Name = identifier.image; + mv = new MultiValue(body); + orc.addValue(mv); + orc.addValues(andor); + list.Add(orc); + } + } +| + LOOKAHEAD((||)) body = typeExpr() + ( orType(andor))+ + { + if (body != null) { + orc = new OrLiteralConstraint(); + orc.Name = identifier.image; + mv = new MultiValue(body); + mv.Negated = true; + orc.addValue(mv); + orc.addValues(andor); + list.Add(orc); + } + } +| + // also handles intrafact comparison of bindings + LOOKAHEAD((|||)) body = bindTypeExpr() + ( andType(andor))+ + { + if (body != null) { + if (body is String && ((String)body).StartsWith("?") ) { + bc = new BoundConstraint(); + bc.Name = identifier.image; + bc.Value = ((String)body).Substring(1) ; + bc.IntraFactJoin = true; + bc.addIntrFactJoin(andor); + list.Add(bc); + } else { + andc = new AndLiteralConstraint(); + andc.Name = identifier.image; + mv = new MultiValue(body); + andc.addValue(mv); + andc.addValues(andor); + list.Add(andc); + } + } + } +| + LOOKAHEAD((||)) body = typeExpr() + ( andType(andor))+ + { + if (body != null) { + andc = new AndLiteralConstraint(); + andc.Name = identifier.image; + mv = new MultiValue(body); + mv.Negated = true; + andc.addValue(mv); + andc.addValues(andor); + list.Add(andc); + } + } +| + LOOKAHEAD((||)) body = typeExpr() + { + if (body != null) { + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = body; + vc.Negated = true; + list.Add(vc); + } + } +| + // (slot value) + LOOKAHEAD() id = + { + if (id != null) { + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = id.image; + list.Add(vc); + } + } +| + LOOKAHEAD() id = + { + if (id != null) { + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = id.image; + vc.Negated = true; + list.Add(vc); + } + } +| + body = typeExpr() + { + if (body != null) { + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = body; + list.Add(vc); + } + } +| + bval = trueFalse() + { + vc = new LiteralConstraint(); + vc.Name = identifier.image; + vc.Value = Convert.ToBoolean(bval); + list.Add(vc); + } +} + +// either a bind or typeExpr +Object bindTypeExpr() : +{ + Token body = null; + Object value = null; +} +{ + LOOKAHEAD() body = + { + return body.image; + } +| + LOOKAHEAD( (||) ) value = typeExpr() + { + return value; + } +} + +// need to enhance to handling bindings +void andType(ArrayList list) : +{ + Token body = null; + Object val = null; + MultiValue mv = null; + BoundConstraint bc; +} +{ + LOOKAHEAD() body = + { + if (body != null) { + mv = new MultiValue(body.image); + list.Add(mv); + } + } +| + LOOKAHEAD((||)) val = typeExpr() + { + if (val != null) { + mv = new MultiValue(val,true); + list.Add(mv); + } + } +| + // a binding ?bind + body = + { + bc = new BoundConstraint(); + bc.Value = body.image.Substring(1); + list.Add(bc); + } +| + // a negated binding ~?bind + body = + { + bc = new BoundConstraint(); + bc.Value = body.image.Substring(1); + bc.Negated = true; + list.Add(bc); + } +| + val = typeExpr() + { + if (val != null) { + mv = new MultiValue(val); + list.Add(mv); + } + } +} + +void orType(ArrayList list) : +{ + Token body = null; + Object val = null; + MultiValue mv = null; +} +{ + LOOKAHEAD() body = + { + if (body != null) { + mv = new MultiValue(body.image); + list.Add(mv); + } + } +| + LOOKAHEAD((||)) val = typeExpr() + { + if (val != null) { + mv = new MultiValue(val,true); + list.Add(mv); + } + } +| + val = typeExpr() + { + if (val != null) { + mv = new MultiValue(val); + list.Add(mv); + } + } +} + +void predicateFunc(ArrayList list, Token identifier) : +{ + Token varname = null; + String func = null; + ArrayList parms = new ArrayList(); + Token bind = null; + Token val = null; +} +{ + varname = func = functionName() bind = actionParams(parms) + { + PredicateConstraint predc = new PredicateConstraint(); + predc.Name = identifier.image; + predc.VariableName = varname.image.Substring(1,varname.image.Length -2); + predc.FunctionName = func; + BoundParam bp = new BoundParam(); + bp.VariableName = bind.image; + predc.addParameter(bp); + predc.addParameters(parms); + list.Add(predc); + } +} + +String functionName() : +{ + Token fname = null; +} +{ + fname = + { + return fname.image; + } +| + (fname = | + fname = | + fname = | + fname = | + fname = | + fname = | + fname = | + fname = | + fname = | + fname = | + fname = | + fname = | + fname = | + fname = ) + { + return fname.image; + } +} + +void arrow() : +{ + Token exp; +} +{ + exp = + { + exp = null; + } +} + +void ruleActions(ArrayList list) : +{ +} +{ + (( ruleAction(list) )+)? + { + } +} + +void ruleAction(ArrayList list) : +{ + Object exp; +} +{ + exp = expr() + { + list.Add(exp); + } +} + +void actionParams(ArrayList list) : +{ + Object exp; + ValueParam vp = null; +} +{ + exp = + { + if (exp is Token) { + BoundParam bp = new BoundParam(); + bp.VariableName = ((Token)exp).image.Substring(1); + list.Add(bp); + } + } +| + exp = typeExpr() + { + vp = new ValueParam(); + if (exp is Token) { + vp.Value = ((Token)exp).image; + } else { + vp.Value = exp; + } + if (exp is long) { + vp.ValueType = Constants.LONG_PRIM_TYPE; + } else if (exp is float) { + vp.ValueType = Constants.DOUBLE_PRIM_TYPE; + } else if (exp is String) { + vp.ValueType = Constants.STRING_TYPE; + } + list.Add(vp); + } +| + exp = + { + vp = new ValueParam(); + vp.ValueType = Constants.STRING_TYPE; + if (exp is Token) { + vp.Value = ((Token)exp).image; + } else { + vp.Value = exp; + } + list.Add(vp); + } +} diff --git a/trunk/Creshendo/Util/Parser/Clips2/minossecc.class b/trunk/Creshendo/Util/Parser/Clips2/minossecc.class new file mode 100644 index 0000000000000000000000000000000000000000..d8e1e17c00e37fa6f8881ee744d1fdbde7078a79 GIT binary patch literal 478 zcmZutO;5r=5Pbv1N~wUL_;t}6dY}i77%xUoRSy_0o|dwyOUjmP3-NDx(s=L(_@j)o zXi6|{GCLn{=Dped{CfWY(8G}j2Rj~i(Q&coVxO>ap|r{`3FYqTklEZPL)oxOh!?kDW*bcLZ|x}PQ*e4iO_K{$c@r* ze<>kM%tP&eV1jr39LZU(Qk}Ut;CztIO(buW-JxE{^enTF3N~CE`tY$us1_)pxl+C# zO=Og_-l|k+5ROw52V=RAG6{oN(!3oOzY4(&rR*`R)vvc;uzH;^odRfAo xe0$sm1{`j!a^(LsalOV_)vn4N>jZBo{UxxP&Kf}-4JK%^IZV0D*5bH?_BR7OUY!5{ literal 0 HcmV?d00001 diff --git a/trunk/Creshendo/Util/Parser/Clips2/minossecc.jar b/trunk/Creshendo/Util/Parser/Clips2/minossecc.jar new file mode 100644 index 0000000000000000000000000000000000000000..e5ce9361edcf5999804c830069bfcf31e3cfe821 GIT binary patch literal 520945 zcmeFa2b@$z@;Ki8x_hQ}b~X-(2*|Js>@KiGL88JETqP(V90KC7I}0PbJL?95Ii2Co zoWq$tF`bG51LjlDoO3$!dB)Q-+@0xP)#1&X*&yE6-~a#n{C@v|oqq3icXf4Db#--B z_nSTU5HiB((_?+v==~O4$p+&!{q?}VIWrbc9ab}U=I}XF=hn=ev0!1hVT zQ@XV^SzB9GOI05I@s7LkX%*`eVUqQTu%2w2FzXd&+j16~lxj+~P2o(GS1jU8R;TNd zoE6PZH6`b^H?B;!EKICyz$c}%)3u3)MTwRa-P?z0Hswoa z@1Izk7~YU*S~Yw@TT7~G)kNJyqGc6Uigl9BS!Blg+GKMZcDyyrdgJ|qbbCu}a%PHf zDD<1DBFIsuSSZZ4i?S#y;4IJ2<*Yc<^1PM%Cu`fVz04!O4bI}}mQ};+l53O6hT(qw z;mwJb)?~|YB03wu1QLxt9^=#^euwdHG^R*yrYdh`e3Q-w{ElETh8Yrz=HXS;6vF5E zc$Y`0Vu@@3w=pjl0JSNz02FG@79$XeAWQJC6t6uN%ZLKW*eJDj?wy!He`WaBY5%Nj z~%<{r4g56tdWRJL>p_*kOX9d;Bowh_%+oD86dlFcF4x6G5Jk{l_Z+9qk$|^Cs zYE+1*Ye?B!bAV`1{SD!_;ef{=({~yMUmg~POOPk@SKd|MEpMmRl91(4pjQOJmxfu4 zxLBHpE%pero?*5Pb~>RetY}NGNj9PQTFSJyr5c7WLIF#+py>Y^gK5Xvozg1{ZEPxQ zVC3805W%A;HONCV0s`noQRslPvY&^}*}(1!%~;=@Xd=~wLxY9`v4a>w(oa{|Jbsh3 zPeI1f5Gkf1Qn`hBOKxT27AB3bM={5YmhDlbcf@hwMoTd>!j8SbXC5obX7j6;?0fR- z2$%kbV}b6Foi=yoo-OIR_RhH7o48F3CM7M2J`?ohX@0n<; zU7f7M-tY742*HqUg&?a_xw252m1`AcK8toO5*1rbK+cACS9Wf?r7_Wvp|>v}q&b~{ zka!qDL8S0GvAugiDZ~;+Q2L>ulxaO^)M_ybNQs8lK^JO$@b;GHo<<>|zp+@XJKU=m ztWLBv)9jbQf9thFel1q)UQm7w-7u{kG-;AK(lIWAT5CX*{oSU3_IS-jHloXo$C^@j)_&UBjB&PJL=?*4dPyM00bp3HAQa@{Wd5MTbX*1W43ApLR;F{TAcML?^q7& z59to?ImY;}uAb4-l5Rm$rLZ;Gh}K%Fc14n&a5gxIt?A3e4#=Xdj{3U*g_3caVccw$B+{{#;%`8+J#*4mm0eG>Q<=w_2m3?ku`IUWdVNqjVP=niP z^JEy}UxjALaQsF=z<)clF&c@uX$Z?1B*wFT*c(D}Jlh_xXx{3NcOHvpn;>_NntJZ} zSdRXF&eE)2ole!}YKv|x&2X)*@c*5SX%I#+%eFCXKmMmSrUCQ6yN&t7!^zY3Mds4q z5R`!K1{^Mj+Hj?qY{{7sN+T#EB-qRYPlZ7)alxccoIQ}F8APdnc2(l6h z1kLCkE6g5;m$qE<)ywZOMt>Dppj$Szk{6*hn@OQL5$_XG5ngF(WKyMp!>l5f-yR>;|HSp6(7}4}vlq1S0jZn42f&i9JE=6%q5r zg0NT^7JG-qq6iy`4X`0%afDTh-%#UAK1*GxSdquZiv8#-L3u0b zs+O+msD&hmdJwBXtd5A3*dN3i5Dg$2K{SC#gJ=eE0EiaqeJhAI5bYq=f>;M)J%|k; z4g_%!h=V~K0^(2*hk-a8#1SBl1aTCIqe1)@#4#X_1#ujR<3aom#P30z0OCXtCxJK_ z#3>+71#udP(?Og8;!F@{fjAq)IUvpjaUO{CLHq&41t2a2aS@1%L0kgjQV^HriOa1mZ>zH-Wer#4R8;gSZvMZ6Iz3aR-Pk zAnpWl7l^w-+ymlX5ch$&AH<(QJOJWB5D$U)3y6n7JObiT5RZX)9K;hKo&@m}h^Ik3 z1L9c_&w+Rz#0wx^1o0AxmqEM&;#Cl@fp{In8z9~U@mCOUfp{ClJ0RW#@g9ixL3{w> zZy-Jd@plj(f%q82Cm=or@fnEELHq;67a+a_@lOz6f%qE4Hz2+R@h=en2Js&d-+}lZ z#19~T1o0C{29ksHKnjo&qyiZN83qX;^FT&G=7WraEC5*uvIt}`$P$pHAY&kVfb0o! z8<4#~ZVR$E$n8M(0ofO1Kaksl><=;yasbFOkUN0f5#&ISgFp@jSq`!SWF^QUAcuk+ z2C@p|aF8QFjs!Uhg&_9^xd`N9kiP-B1mr#- zmx5ddayiI-L9PI~AIJpAl^|X9|ZXj$iIMm7~~@$ z9|ids$j3oG0rE+ZPl0?IU6AjAd>`ZoApZvPLy&(5`4PyEL4E@AQ;?s5{2b&zKz;%8OOXEr`4z~o zL4E`BTaf<(`EQW_0r?%s??L_m@<)(AfnuOIC=ZkXB|#}rAy8pZ04fhu1XMn#D5wHZ zg`kQ+6@w}PRSGHwst2f^ptb?k3)HrtdV|^yR3A`%LG=T*J*fVm;-ChADg(6xs2xEK z1T_fMU{K|tDnM0&8Uku4s9~V0Kn({q0@O%Qqd<)YH3rm9pvHn42Wn?f<3UXTH4)S# zP?JGT0ksRLT|rF+H4RiXsOg|)fSL(v7O34o)qvU^)E=N_gPH?sE~t5+_5`&TsQI84 zfLaJ@Z%~UsEe7=)P)k7V18OO#WuTUW+85LcQ2T*OfLaNv7E~RmB&d2&t3a&=l>)Ut zs5PJ(KsADD0+j~U4C(+-EudOKwSj5}wHDMmQ0qZ$0Cga!gFqb&>JU(ef;tS;;h>HH zbtI^xKphS0x1f#zbu6gkKphY2cc6X`>I6_Hf;tJ*$)HXFbtKRbaf_e_r^PpY;^&+U3K)np= z6;Q8&dJWX;pxyxWCaAxHdJELspxy!XE~xiFy$|XGP=5pUA*jED`Uup=pgsZhDX7mt zeGcj$puPb0C8&Rb`U=$7puPe1EvSEi`ZuWmfcg&9_n>|N^&_aCAjBZVA>=_wKuAJJ zK_~>FFoXa?c@T;~C?7&m2o*r65JE)|Duz%A;4&%{gHR6$^$dr$35R-xLl_y7>DD$h zS9_Y3VJba*PYmI-EpADn0|afz5?Yw!IyISSwEq5V)3%Fn0S02U3mxNJiB-uKziL!J z^>2G>f43i~@t^lFl~=Xs#jXGN*D#+4c5gl#>k&I%+>&f=NYo~$C2H5SVt8#eXM=(Z zYTNNn7w)_ktzvZO2u)hPlCy0)EWCX$0Z(CJ^azQDB)Ws5)vJ@WYy2K(t>JBx9YE=L zn^)hAJ^-JKWCYWK12I6>VR!tT`N>3`X05~=bZV%!bXx-5K3)elJ%+e7RrKDV{=22{8UIJ-QhwF zJn*2D9_&dWKObX+P7fER*CdU|p;h@&)^VVF)igTkS~QBfEw&sx+O(W3l{Xs9wY zgtLCZ>Kz0D$zGjqZ>WnmrQ70Z^p3@e^N3VIydJ%E>rj1QAh;?V8X64^3!&??NQ2X> zVLhf@q!tkmh!AJvC!j+RA*EX5>6NYNhGbi^DjwgnA(?1R##@pk4CD^1OHvLx1F@WL zxi!sM1>Psx&>z^8T&JCbwdgxUM={I^#trcxLe?8X6y(5Dra@ zh9;4mP7dMjfC1gDto1O7hISF5XlPgZno3{O=&PE(riW(Wz>Xh;z7!lK3l>gYSW_Ji z&5VX-g?1y!jbk(!-IFLJUYsOl`0(NJNv-XTjfs{G*!CQ{pV}1HBe^k&&K3&G#nbiZ z00zbqaatHuoP;1hi4G(-`u{k z0sEsjU&M3CO>`I%kJ~b~>!fitDl60J21}2b4T)9p$#K#EI16x8vHg5fVb9~Mlk3rw zUQY9HytabC7RB+?in!OVE;mm~=m~ymX_O2eF*rT}h1)!$@0Mg+drMP%1j5cPIkJnA zBRiBF)kVos9ZHVwqU7ifCC7A8a!iMkJ9SZVrw%2@c2RO{hmzyEC^@b}$(_3>xpRk- zK(aR+e!86uBvxraa||Xr*~DoBj1yq zRG-mR^^U?&-%0hET~#LuQAE*0INO!dw$&}^b$W(au%Wdr*;rLG5C8inL3zc*IO?GV z7=)tP4Yv&8s7vFdL)wPsTmsa~j%pg7XwEdJTX6snBQi(rqt?`cWPTOWEvlDP18t|m z2SxNi8@JPvt5Qu9!=c@yp*_U*Xd$AuX~P{RsJ*bv(&Yr0!i89AyH2u9_z*LDXJsO; z6jnrZNM?Fv=Mgx}Av|}?HgVe9BflSGbzvjK}j`XySDPsOy#v{j9%(pFm;$;U#{u2t|ietwS{bAt%*mHMClnt z_hOwv6k(ACqLIfZBn$B&@lhkj?7STNFhbWcJjP;J!19Ia(BqC(Ms=v-v$^X^5nZXR zWdltaz4Z-#rRs6k%kIS9E)P@7zNsxOi49fN>E;dPrb|NuLOYat=N^w3N`k7pI4n@6 z0z10bR>4I80dSqc(kXz*vCTCWSR5$OX=jMoo%O~%@1{Eowhpr29|Q2` zIurovM!er6f`DCG8Yt6gmy9rU)+v|MO}BoQU;!A0QSQOdb#2E0-dNUD^E+p5v3o)r1AozM6`{bjGsMA0vSv3=RM%iOAQp$aDR1B^v8m5tg(aq-T zHndv8vie4k*<4jOIX-5@_^}nV=&_&N624Z=sKzO-ENOxA6e1MR%vGeU%bmJJjE3gu z*P*yy!vWZuln}&i9@%(RRKzFKT&X+TKL93(Np(ZIHHkAZXTt&|etzc03D=c3(t!>Q z_W;vuOi0R7*o3yGsg$vj@yS44#|ns(k8CqRqraUlhhIcaD|iEt$vQJ&#>IyXGr0)6 zr>lc0xt7|S%STX0eZ-wmmjw!9ZPEoaGoWxUN4{CrFetl_8B>8`{vZno9ZgGd;`Ou* zZAfGqKt_hB7ej_P0U)WFGC7B4C~y99_kNV4#X)CMBDjbFys3T6QIbs1Sh(||zG z{uE<-gBfUiIHF~2?n$nb!L|JqK%8Gb^EuswoOC$3lL>P z1A`m&Dxh96-O5sTR4UMiDMs^9k)ZGd;AHE>sG|dkoL+Uh2SKw(n}Q^vgLSUey4eU$ z2>?dQ`veX)jr1bMAfPG@NXt2a33g#v##pY1Pcr=p7%u^9tgWRzNmv=hZhGL4^Anm2F0(89_saVC8K!-h^_-TAn>q4P+YFrQ`CYY;WvLtF5DCJsmPW$hWle*1Ri7-Fn}Mqhc%mXU zj~V`_3k;3W8>a&{paJ`;z_=Zjwdh4y=gnzkZF2^eX>nysGO-3x$c5FUVdXw;%U$N# z_0F(i2*RHU5wayO84^3=98_-a2gOH>t002=DAXnE6YULcqpz!B=ULG6~&0yHAcVAHy{7E2l;5wC^}ahhauK==bfpQ|OX_D&iXJ$SHkKszC} z$oqhH*R$>5Wy_2t_ye<}+!IlJDJAn`B~DHYDDF{>H)hdj1}?TuF5dEq6Hy3gtxO$_ zC(zwVzBsC;!zD@F*=A-1L%8nx8Wb5U-ARxADFCzWlEyb?GVtwUCCHi_YT)$jQzM9- zfzdfxhMUa5H+H(7)_~+{PB#tn`>dCI=qlVLP}W>(UYTLpj=UH&2=!hTg$JP`piw&# z4I~toj<_Kl0^&>w)Q%%i)dr2{V53f^+9>p*yW}baN;Y`-k9x>MzPrqy-4V~Mt4$TE$w5*zzOYdu0vOoK88o`ZUUf( z&|r*hq#GL2>(D2(asvw6;P$~3VX+@O4l3O}rt4Ny?4+C~fDTFkt>WQec3 z%;E+awR50Ir`knNk`?97FO3uRr1;2D@q?{{El|CyOIwu`hcQAmjGh1IAjS}giCs0D z^SmP#B*#GtWo8lbLYBMwKQF9%xT2V5mM#7gv%Jjhj<=BpniuqugE+>o^bA~v9wRdq zb2dEyt^3O|H}O$*hkd-Ps*HLT1oO*~!T^e1o@p??ecWLPYW3yTy#`S`u4u{&x&t~H zl%%0@>7P9+jo@dN{l0Nvi=kD5&Fr$&F6igk@L_q`^dy=+xZ1~IG%VhZK7$!eb=AgC zn!+QFD1}vJLyfIgu^dg2fOppxJIETEtCDR&3*0u0qr}kKO+1K(Gcars?RT8Cb*RlI z8_^;b#H%ELmo9@?h2t3A)Hpe|WN;$!31GBMpn8S?2%|@Kh6C-488Qa+N-aYR$I47w zw*MJpn-+V)7BvJ1+AU8q^);^9wO!~;FO{so5H5*EoO;{zEUDMnX03>pp2@&=wZ7If zuAK(a8{}%4Y16qwZ9Z1UE4w@y=LhX_LwW&MK)|_OXTp!@9oe5W2FNwiZ zjE>NNny2MlumYFmFTp^1Gl|m87DWnGz*7K3-yx0Kht@EZ#(*X;=Rr0h^do@&MYd*dp zb}E+@v>Gxo2cmholkf~7hh~ehc14olj{on*j&9K4o!#Kbp>h20gGZdKuF^`uN}bjB z=%DL#RBC%h&sCZ?WMtDgiXVJ%fTJ|J4DYIDC!1Eat=9U*xI8k;G9v^uRCC3_YD5E~ zYk|lV>sBPJ(f#v6VU6OS5esd&znVm%aE;ayVwt{mGKphi%rBN1&3ZlDoL=)A3&B-PC?}UuS!6~aKtYngcefgO~)CXrp#H%wwgxV zZfiWr#vrtckA@_A^D`qG&4^i!yVeXNsu)PtkCGixv;#XB<;6vYw%KR=Vn|wt20>Mj zg|VxH(|Otnf+ny@y|bv4Ss~Q3@p2-`0#y5{^=L}r$|~8U>1M#&BG~(&!p1T*m1;Xd z+h8uTLk$oO2?%FX9g21&b`ml735GQYy`kh085&2F2?VxbVtp>)eaMH%|X4QusM>~u7W}fPm0FlGZtLCwZ0pa6}ab+^l8@Q@!oK&%W+R;n(xRZerdzUNKpnZ zGR&^4wBOM83HcQ|3}CE*bhabWRY!E}K*HWpycq>$f0L}C1oMs8-t-=K0i_$Jr|R`? zoS~ND?jFk;c3LM_3SFRt&Y(d#y4Xs=QfkO>XCR?Q7-Q&EcbBAODPb^VNNx$OAPmw- zNgoykT`hYM5#Pb9MbyXHh=@j5Q^VXZU9;Q_ReQTX=@;Mmi7oigO&is?HPm@;2o{z$ z)(GNbidvEc8pkre(=w&Kj$thahs528(aT9gGTlYrso7Zq*5TIY8{@ec0pE>Xgf<$p}f&sxClX=gQ&HpZz(?IVdZWiZEd(va2U`P{%< zen>Pl+xr*NF!z7~?iBZTgm;p+6+6Pa*tXpXFs*CcmUfgLNY$u(|C7!*4_aU$Urh0GJjaYEcg(zZAlyf&mp8h{p$g z^jHv4CPkUMy8<7OM$C!*1e(rP{K0a8&~X3*YuW4|ECZ)Q1DF@U0r^P^|Me2B=MZ(TyFqD|1ruBEM7gl2lu?Up4YKix(E z>;^LD0S@l|@k4CZpQ*S0_>)bJ{NPlD`=qkNPXXp?f}d zjg+J6!$XD`&Y;B?1sq84XlSiCmTE9i)X0;Hol0WhUW)=>(#&hepHhxoOmE)>g!tUaD)i zm12+e;Ya^Coxvs1v;o5}t*eo6Rkox(D%X@u)*-EsEEs*H)3kI34=dHCTQGXshUe$p zlGi?=bD!qjnT`Vu$@TbpB#c84cJuM|#xBEQn7|Wz6pYf8!KNs7nQB6~jpneQK82^v zbi-uSy`6BLR^!A|lxY(wLZQ)dtyEikn-(lRt>MlJ+@XUl(iv515xszf7*dyN8)R`u zMiU+^#0ROCOt%d->(WhwQH;>4s5K$242N{(!MFs_rviOKVBhnpiAnTsVdB&FcIam0 zza}$aXmBbV?v<4$IA4i0ql0=zVrg}kk?DASOPa<9Z5nBC$As`y4T}0gd}s*F*%VYh zl|*$@$_3JNl#C8Y5`Y#wPL0DRWrl-ekq)eJHbVpO`ELLO1sfZzM#(Z$AxRS*pR7uy zgNLY)4A?JyJQ=MZ8kg8JwU+wzK4QU@IH=^UX5v>go$4I>ityji(t;oaf;f9*{4k%Q9d|R)6N$pmfc>h6|Iq?v)$t9cI0jcZ0c`~-Lo0^SQf<}uPqMNvD zhJ3`?&Dfr1cKZ-VbnkrirN>!qJB~U8XC%3NWfD1I&JI=|t1&|doNXqH0Ay`sH_|Bq^!ovV!j8_h&MAPN zL24&!LxSZg?X${mtCJ3GeM^>bfsG5c9m7BEdKJBguwF}n@WR!TPGWHg)9 zBI@IY1{#1kn9OLU^&-7T06mY0_iDX~l0SE;Bk1GbgJSD(&))wo!k&#M~Bi;y=(QGSVae;?evJ@Ky;Ej!6(&Y zqREw307;dmP*)obV%38=p^dxLax@BJR7blFu(W=oDN5mX@pu>eI40s`)`4+3y3d*g zI0I8Zum|WmZ6eiVXMSDWbk@;eD)ux(JiU(r(InFX<;OrVF65QTwso`(uWcR9{q42d zOM+YTG`CC?oM>QrWBG=+zJhc{gg;ASXHiDA&NBm%c;FAZY#F897kUb7#ONK#680y6 zw6F5X_`sRi=z>h|%@I3`9-?ejhFNySoieS8*SOhSPiw7a?;#PgR=0s)DaUmlqi7JMUXz(~iYsb+-ZQ)tF4*RpRJ%wk4 zEo@iTVCyDQq7IEz8fp6FC=!;2{AHi@=Um{?M2d;z1br1uix71r0E1=e0dKT{Sl$vCR8+O4t5+vlbo9#|chRtLj_qrP0iKM-)^eh7$U-A$3u*ex)sOY< zO`2FV@KQ~6DcZY-9Y#SkItbsPkVIvM3?zObp8Ab1rW>TGR%@FsTb5e2L0sR076Mr< zsIv4=PT*)rA``Vuh}1OOi%e{^GCq}5q}HABm1)$=j_f{u*2dO?oosAwL(Oj#rPj1) zcbYvwl|duYnvNOk8Ku0?sz($5LgJKYv)|t^s@H83%(|^Z&Q`76Ms>D!>i|lR<{VG6 zmU^?app95aByIaO(F-`5;?49zow$DEFv=nt+emuapNIRL$yU?8YT8IfluE8|#`k5U zXer^|jG}+F!>-^Ea;BNK4fq0%mAF`&LiRLiW220msf#jYUh0zF2RFKWOWhje8ckZ7 zWFgd;u1nR^YQS-x1g;jfRJxJ&_~4sjP`A;`lu=xo(=GH$8_vcNLXAn((@m+?##WrC z<22vWK*S29-)NE{!L+u2eF`P4mAGt{2ARd=2wTFuK_sUqxP8yOpum>`S}#o3V^#Ac zxRnn(peJ>^wy_gcS?5G5Gm&=GDh5xVScaP|RcPTmdJ|;=TLxWGT=|%#hJD$N=A%D8 zH1quNY5E^8vwC$QO^9WK4RN@ZI0>RkyV|I zsw5StW84de(z>_EP}74B%rKT-stskM9hb=V1u;H7jG}P!1p2Cw3fKZp6=oqyoi?hv z%vp-4cu<0AJzzwoY$3hHg5D`nhE+`vwGt0^k!ehlXM`5to7I}Ym#J zoad%8w$}N_Pz-BlWCCk+h?n@4$vwFeXW8+Sg16Wj zs%G3D9Pgq7SiZ}iVa@(jGlM)eOk+Vyw}HJ27O2zecsPBU(Yabq=$D?%sKU3&ql!f%Xbt*Q zv{bntZ9)rNpI@Y8uyRMr;IIiyd58@OqV`JYv4gj06_S&8 zB`xBpSNa8Db|qJjyL~nwn``QwvJUnrQ%x)Px_F(L9TGvS#+ZM)F*h*G*wkwyLP#(0 zw82-d>4O6jW5c-2CRB~T!RTXM68nvYv1Rc>T{oy>u)l_XGZMHm!f}J|Z?WUju5qx* z;CcsDY7!Uw$OTYisYG1C0tveM*XO%QLo6|J!XyX`-9x@2AljVLVyI1aHfrfW6D>-6}i7WLYZ6yHv| z!+0hbM~d&d_uGh9RbdDO&rhHp3Ap;Pvl#fa9PMP1$`)a3nz^_H0jo>2&<~!VN=<29 zPTq*Xz;j~ix@b%hTzJx(=`?+OAc0X$0x=JJ-m)&$N;}H53mm&>MpL#iW=t)|S1pto zLktDnCo?if6VmZ4+s+_^%`701I%KNV*k!8KAg&|Um_nWzQSW@%5j2|LoIclYYr$@m z;~%OP(gbJ&HTf%T=N~r`fcqh_^Olg#-$rY|h6dzp;EahjnzUhWkg;Nn5`e!qgM_VJ zgXRIgd(haUW@SkN<$@qtBru2HDh+;hsaAZ0>;}CKD)R*-jni}s`bC^u!}zt3IM$-cQC5cK%tkuW4LH58UtkV2 z(B2a=K=4C0h2Al%_v}r?t$UOFVV^A?_P7KV88Sp;NIFA*s2dJ=SGAX>mIu#U(D1V# zSF5`!8RP zoA%1$L|qrS*PQISN|!m7B($w}IUP(fFO>0FpRqpaO%i3Ol&H}GouQu8TM1G4;u7)Be1i(_kS*nUWuGlCVEA;Wn9uODHz>HvMET}XI zM#}cf;z0e-82X*0LfCHA8ub6rrcFZwABKKg4`H9ppAodR((ELmmg4ScJ5EOClWA{i zUEK`*n$K3F<{-9+n=s<~#f zH8#VMx07^JdsD=oR{QBDRMY6JPMC9jW?KQ}pz22p$sF6Ri(?`BiA=Xj(H=1@fr|vH zX>(}>Mk^9O@X|_?s5Y3;kkc=vb@PVB8Mi55WW51dSO>y}-37+Bfwe>SGf+HrxFKIwp}h1MB|yH4@gdF^UEk~)?svpgFT-gTg1 zJArGhTHwc0TAf}V79WFW^fGtlf$K39`V~diMsuxXlyHu`cWAhFHKC`SP41<34mH0o zR6=4+v=oc=6y#oiuOkiPO{5_=W2*uUBRdN;jp=K zeURB;G8{u)dlG>vnwUqrKPmEjX&Qseo z+3x&vjoEjc*uGQKbozqcCaveG%J_72O6eCKm(yBrCB7vYo2OF?>G}%OGOogKD#Z9o zx*74H$+ttFf1dVO*>7oboL)z**9(<#Jg}@oi^i#Bghk5=wG(iQx}_#Y(veHFhl0GH zoFM^7^e7lf+^S@MOQCzOKT0zbonYQB!DFY4?t$)T-24ln$fe%n^&ADWL_(s=ux+3LjUq zFD*fiM8hZRanvK3=;aSCq#!nni*y=ZdWmj#+}T$jQ?Mf-wj^bKj5k5C;LH$10_qu{ zl0p^u%MUohFv^YAnqH>rkoAmtGZ&EOk3JK8K} zh@*%a@tokduce%1&bg4VH)g4?y+^c}P_J|~2%Vv=d_qDSsdj^xvj}tRPNbGIb?xr7 z325#Fx43pyTQ5{IwWsQRVA!(V#iMAQC^Y?#3TTCa}%K0Q)I- zvb{^ZY!Y5i!6FmlXwjCDSrHhswg(wY1>Yfu4Uh##DOSP6STClp^b{RrlpR>pVY6js zOW_3a0$`y)8yT|suu+w1Pe-LM33|u1A5=$Ae{j=;b;8ly)>(wz>Jy5S&mjU-W^Xeh z+mkkg<7S@O^XBcjV)~4QGpZNPn66!yHFFnDon141#q1fssi~eidj-8|W`^F4ptoRH zZGk!(C3+Yt1k@rpsn+6rjbf43UPcmR!*;##4n-6NRX0caMrn-ftHt!di{mT2?1Vo< z&*~H0kJQxDE7%gaIcOCEq+J8#Hm-`7*>l;IZYM7eM@te~QenViwO$MP8-yrgMSFzY zDiYDx8xo9v6Ujt&pf#MjaVlDu33^QNZH=~vSzbf30coL)6i1U6M~QwpkdEd!I|}3L zYwHS^{HGDCs^4rg1^5|GGhS#8FsnRazJ%P!FfyK-A5xLma3 z2koQDWL=?UhZ1;XS8eHd(*GJ&(E;%!B7q;$Yvs8r%SR!jsdPtZx)|#00#f?+#;GQ& zmFQqSbyX7rG_kdbJ~CjURzCUlF&0gh?opijixv>{~-G8{ez7LF>6eUKZl5+?$j5B=zl9=-S3^lcF(hI6Hu~v()v=a8Ab*Yy-hk zSbdg}1r+3*u%6zw+mc+>-hk6^IlW2MMm_A#Wv3~v=((NJR`xRCB@!R9Jm`#o5l?^T zY;a>X?oGub9{Q}13mTcyb^)cs$mFO)(YBjyDXhGKmS5UrK|`OSO4yvI>NdMfEZk3*B%NH;7Oi7VW-FYVqhLl-xJ3nBq$0ym}bbQLZ zP|e7=c9ChjKV5H}-!^Wqk)$E&bAF+2-umuo5k_1MbjRQAl+gR2@tzV%xu=KH~Z9$9ig>GBmN*)3fF$P>ksYITD-w2pc}3u#)hahnpJdSNT1;` zQ)D(uIqb;dgA=^PCJcxXWeup&7{fT-)4EMhyIC-^Kx&c2{_U=5rMqk8%-1hjm2sE8 z-O`MURr<*-1Hcdpb&=jzPu4qa)=FZy7o8MY0Fa*e>oTiwPc-cwGaK3r*EBbcjzg1$ ze9lJ4;$F*C16Ffe4YI+NuUk#~fI31VU8-Lvh~##XU=VcsaIlA2u*jW4?_5DDq_H_P zSqyqX>2Q*e3NYOm4YVNCKetBfdn7*13oW=l4GM!6{|X#Hj`N(6t%ds(>9_R^uXLF# z9@&myKhR4PG&>xEntrH<$g^CD2az&Ith64(iUa+MxrS86VMenWP73(3MwG6MU=14_ zShF9}u*`(LaX@UqVXI#=UKQUB-{y-J9hwl@oI|Hi6TTA&4LipMy`n-5gl>;aJRSSK z(#)_1Ch8?LlF(UVd?L8;Crwk2|M$R|3VUQmkUqGIt}lGOFbRmUp{*3#SGkkzi7|1^ z56ForiC~PV&crhQet(O%-v5P;C?BtS8!WUD_L}L22Bb3_Iuy;P{*nk;{}w_sI1`U+ zrlUEYYHVmWDAP$yR4=|A?)IY~3$!PC&IU8_Ypa#EWK`8m#|4sQ55BAg0cs?4Jj1Zb zc0RMa&XPed_jOo^wxTupO9E_&Lgf0qm4@Zm6##=XyoIP z29YBLqV?NJ6=rk z0-qJqG1=i*Z$28Av{5%)zO=fghA5`+ii(8LhpQRUGl=Xwz1e(X#XcAe-YN!ZcLcJt z&~40Iq1T)EmXIJ=*JErqye`o~^DtpRzg~-Vk(Jn9vBudDNH4%J1BrokGYrl-AX+gG%uS76`+qi`5xU!k`d zt{92auz}K!hR^Ut7(qzWPXiic1J6(b=`B6@=5BPPkZLEP?1@4dV45W^7Nuc{Mg4UV zvZa>1eJDtQ1ripltxe<3$cXNf9+2o2D)06;#dRqwDvo5f`_#{F$MQUF=_5z@v@RHk zeCkuaPq0&lwf<14=uT?%4nY#-)>-uH+_udb92lT_)7Qh==QsJ|uVshnX=1u9_?@|`4?0dAw zH#1SZ>>?K0_|s>7`(2DJ+^~hoCATs)TTG@>gDd-DktJhg@v@6q!I09>W)@z&kwu2| zl$#kWMhF{!dUeQVmUjb!H)xGz1$aG`g;_Q0&1SH^Y!(~9c4IrR*=z`#!$z^WY!^0< z&18GB8nzdH&tZ$$-nt885X}j!uV4a2OC#(dT^QCIA%u|FL60pFN`x>CvxOpzSAqfk zFtzC_KLhIl*0{IwHWt~#cBV8R(JqbRqXN1p#4p4-Tv~)*i2IzONR&I(+%2ql$&IW8 zsa!fiZeg({z2&W}#{?zDhI^}FV%XiASMmas;T$(`fg$Ukiy&F;}_ETaVj*x6)M|=Jsiz8 zutSiBlwQjETl&sqCD^|uNU43;P__(nSFl~#erykxK+4v!vwPSAAH?sCRNsfcL~-79)%4k5)wPm*E8=?t+AUJ?E$ie6${Z)1Zt-N*))mTzViTUh0iEo=z>4PAnq8CDW!x3a2R z+3=g#h>fgdcIn6fNpEB$9N`ViOLqwHymTPZ*fM=H8zm;)$VP8wW6ovR+Gw$v?Q}02 zdovqXTzxUSNKWo+axZ14;{^@_m%ILAc95j1wuY{>^G$4g&Z7x8v58_zzrL60oPGfS z7qQ-0);_`Ni1ux4(ngk#7p0RCv!ex$tB2`s3f{SNBg@kRE>*hAZEV+b8I(@l$W-aH zIaHw97MyO=88)3606^ttnR`d3-H0RvZZoSX-Q9?vt$_^DP0zOJ9GlLy={%e6Y16%I zI^U)XY`V~uj2| zX}wKX*>tr{Q#Re-rfY24VADpMHrX_7(`K64Oyi|l;(E7n{IB(>gJ6W&`maV-MiV| zcLV5_EI^xWg_VeJlyeA8>du_q{Z0ZoX z-`+b(`m?=%z@`t{^dX!6#ikG2^bwmrYEwh01JC6+$NQrxh}L6SXgzMLIf6f7@1L~k zQ#O6trq9^)S(`p*Qzu`~+xuKPzF?ofXw#Q$`m#-5v8jXSp1*3Jzh=|dZR+yh$hpsL z_f4DsSDSVtNN;5k=9damR|535ZP*d`9ee+7&hz*5Jq|Q&DZQVQ`$5kA-|YQ|HvM}} z{zvxyW1TvvpV+6L+VnGaj za0W!k<%jhJKHpY@2KPJ&AGIe&DELB_YO( zZ8<05Ig%XXCANU=bYRTKcxh0!V?5@XFr@2&x2`KaEtFQ9c4%fBo6%V_y|SCxRu}a- z)EjTNvY9O8x9b+_FF-yEYM*YQ{>6&c9xsDkPPx0Na2J*CVu-##Iq9jZ40X?knTrf+RW4_E zc8wA4`ABy$%3O4V@@Q9dOjkvBawW!Qmx%FkE+?zs8u_j6%gzqQcy}>DU-)F0=$=n< z7n99JsTrGC(5Nb3%kAO{?rIBmV3?2iR9AFbS4FE`iRsxTVtj_nndvTOWf#dX%rCl| zE7~QsYg~yOYG;7$?n><8E@qnx$K@FJi_CFFa{3qJb6rkOzg#<6N@8Ach{X7wuI^s8 z;YZwq`R-zY&B-Bs7Sx5=Q1`Y~d_FF6z!tlU-?)nki)w+v1bCE@dWEZX1yGpCfMF#F_ zmy>cAX0}9awZARffeve2(FR+>r%u27chT%F4saJO?!wNDG2UjLWU#Z8j`6jw ztgW3Xvd-nKcNZJn#ewePAamhc6CHYVuq%0pElCacaq8eu`_S*EeXyAywh5h>gV;25 zU0atcyy)$OF4x1*rFl5ph8@BBu_M{`>}V`?ES5VJOP+}C?32)edJ0>>PR9~wv7^}8 z>_T=fyBZy@cd|dQyV(Wo8FmqSk6pq(Mn~)q>~dbruHZ4Yk@sPj@B!>}hW{d&XPHp7oZo=e#=hyw|{9@Y>jm-ofl8?`Zb2cLICGJA=LI{eiva zUCv(ju4Qj{H?udrJK0~o2iRNQ_c?m|6N4c zM`9rRSWID`h{fzv(ab&)2276pRvF#kstnd-72(i&OcTj)iJE}kNf$A1MNZrK;s|R_xdV*J|7x+;11|O#0=T+)cK3sjxN2nk8 z$dKZrLIr$us3#v2>c@8q4di1(!}z$+OulnyE*~FS#3zLIyb+3c6ZGO~=+B#BFh2l>^A;G#+hG^J7H08vFpsZ?#e4&-;0MAgeh{Sj z!LW`W0*CR#;J5s6IFTO#SMVd@I(`&v=10Tb{I~EBKL(!U$HI&JICzsE4iKzjP5k`4wfqlxhw=;Zj^P*Poy0H7JBweOcOkzl?+Si--aY(}d4J(ob%eSHF@9iYx92Me~N_pb&(=|eWVw^A=003iVWsAMuzj7BIEci zk;!~>WCp)IGKb$0*_&^PEa!JdlKienBfmS+&hLpF!tagzmfsgSkv|YQoj({kpFbSA zj6V{&hCdd$i9a6M!k>uznLinMj6W55jz1lFjXx84mp>c%m_HZ!Cx1Tj9e*KT@E7y* z`AhjR{&IdF{!0E1{MGy+{Pp~i{Ehta{H^?{{O$Z2{!ad0{N4N|{Qdj{{~$lbKg>__ zzvr*#ALSp!Kh8gzf0lm&|2+Rp{*U|%`4{;c`Iq@O@PFpt#=p+Ln}3u47yj@3r}=mJ zFY@p6|H^;J|B(Nf|1tk5|0~bS|K1Z(>B(q;r=r_v_GjaL%g&nu0t_F~ayuSax)w@vg2uUGVZZ`B`hZ%JW`w@+cax3ut3Z{NaWycLBfdHWTfLm-G^Xdy<^HvqU>#Z*Q#7h-^?X4;N(Q7OUc}+z{Ub<*oueoS|cR*34 z*IqQ*TURvRTVFKI+fcNJcW}`H?~tNp-l0WF@9?5E-VsG@-jPLzc)u+=#yh6yB=6Xw zv%KSqF7l2qy3+f7(I)SNqT9U_i|+GIDtgpArRX{D)S}nC(~92nPA~e@JG1B;@2sMq zymN|`cW!Z^cV2NX?}Fm~-i5{G-bKYDy^D({c$XIM>Rnb`<6T}n-`iNc)Vs2{*1Nhm zHS#xy!TV-8-kU7AVleBLY00cLZ#n}a7+n^6^cl#m&lKe6a}#f zqA*r1iej@xacrR|i7gkUv3e1UrA3d}da+IHaM3GvoY*#Ys^}d%Piz;vRP>2mBl^Z} z7Td?}68&Qji2<>vL|N=*u|w=_v11Hp%-EM=Q0zM~xQ7(wJqkockDj8k$M#}KkHKPC zj}fA($9OTk$22jb$L?ZekNIL$kA1}G9<^djj|Q<*k2W#3$9gfY#}Q(DkK@Ip9;b=P zJ8%mdY{i$m~*wPB%onC7X!0MvPzJT5*iROX$+u?EURI&$rln$6TK=PS|eB zt`OswWIgbGt(Tg|F@BlN&k>Vf6o%PW!$8>oMHuGtEc}A%ImUYhX%*u+&Gg2a|9=?f zzoEeP-O{!He@WMP5Nbxd4=@bgnlOyjhcQl$@y??!R#nEh)s-<`>EI917bu0lR`kWW z<1>Bn5wsdQ#=8sy__}+n!OsDU@v9xe)XV?Hv6i0?v0RglUZ$@;nsXeQIU$Hl(P~#> zdN!~azt-iN z7@rpu|No0ZEGsl&{b9GCBX}Z<;Akow`7@D~>rI6$qTY~A)OrVel?Cq4f2& zi~Vic4s+%jSE9j|@S!!joc|L7Dp_Pd6nmB%VX*;~3Jj9$<^n3{(B6o9$fq(-Ok=%7 zHR~^?v$&YWD#Y$=hFHjU6L>a2?8WAZ1#Gcc#Eub5*l}VXc9~elt{2PMePRXsv)GTl zC{|)fp$@|bN$!bNyr)RgPF6#Io(a5Vr6CW$me7so3cM+|8o@nEXMLS<1*74P1 z18)`w^7Y~%euOxfUnUOacZ$RK3*vD8nK;4=i=(^(akMu`{MOq=9OKOr$9nsTi>^(0|@m?3FdS8pvaNqptVz4+v3>RmL8gZ7GFU}VGh;zk$ z;ykfhoG+Tig<`$9NE|LM7RQN8#3|xZagMkQ@BS#Rz<<|?jbgL7Qrs=B5)X;1#gpP1 z@uIj^yea-9J`gvE&%`G2t++}2ByN^raf>Vxx5}R4HrY?yE(eM`UA$O|`H1tEv}osV4EZS|{FBhl}^sapD7Yiujv4M|`L*7JpY)ijUML@v*u? ze4_p=K2?v4&(sUzbM=P!hk9Rpp*|H~s;|XALxtk2P%rUyC@#JURfumxBgMZ$6U4tm z)5Le7-Ng5yJ;e{9l=v}pfcPo2L9);hl826$Ug%UQLgz{uxs49^nD9XShOc6CNph zg~!Wn!&7DNaE;t9yqD|~ULyO36S99eCF9{E<$&<-WLfw$xkLCoxnuZJIWT;+92CA$ z4i4WT%ft7}itwYdGW?tz5`Ik%4Zkagg+Gy1;jiR~@PFh;5ONGe zVVIl%v*bkBQ%;6Oatf@FyTD4hE3A>#&?=|HL2?EhC1=73ayK|b*1&agcequ~hP&h( zcu3BLN8~(sR?df4BJ18|Y|VRKuFZR0uFHE*uFv~KZis~BfsrD4aHOX^B(l9cG%`RQ7O9j+Mn=h_A`|4% zk!kX`k!A9jNS!=3(kPFMtd++{4wJu&94mhxIa!_%IY*upxkR24xk{cIxlx`L*&}D{sp`Mc$ErmfVtm zk-RhiN_kKI4f5Xn+vR=v_sje9ACnK{KO-N^e^ow||E_!_|6}=B{ulD`{Qt;{|zVf-~K>0$nO1=~wCtr^4B43HllCMVhl&?jX$k(F@`9^eq`PXQxd@Fje zd?$Led^dW6d@p*Y{2+Rv{4lyv{yloV{3v>>{5X2A{3QB_{51NE{4Dy4{5<-O{380X z{Actl`Bn6L`E`Mm-xL(cZwt1O|0>vC{<~nX{H|bx{GnjH{IOuF{Hb86Vg+@I7c?qS z(5_^`p(<2xtb&4*RbIi_DpIgXf`Z3XVZrmNxZn*{Qt*L_6@0FG7W_-~ zDr9QgLQuU6OVoCSy;YyW0jh7|MAffwy4t>Qj*1s9Py-5=sj|YP8d%t<1{b!f^1_2u zMd8t^vhYMTwD2r7tndakyzq84qVRq-vhYzgs_;2Ay6|;1rtp2WQ{iW7T;Vrr=fWS= z_@c0yP*kiY7Hz906%A06iz?MFMWfZOMU&LDq8X~XXs()Gv{=n3+E2|aTCHXk9iVnA zI#AUV9i?_J`n}qt=nOTx=mIsj=n6Hj=z6th(QRt4qI=c+qKDOjqNmluqF2=3MenFZ zMIWifMPI6YioR1zi+)neib3sLT&Py~j`12+XdUAp`;PHHW*pI!(R>D?5rsCGns{sb9eZw0qggOaqIAiaqIDj@jF~4>+^{5 zJKdAJ+{NAQ;vRQ#ue-R;U{e&y)*M8DH@oPWTW$mY3*=O8^U+LK{D?R7RcC7S#mz7@Vy3&hX zR(h%HN-uX==@nP$Rd?~4yLjDQ_`Q6?Jn4ijZ@RM9Hy7h?xhH<@x4W$Ujw}1FyLiuC zyzef2FdvvFogncySN219@ppIek-PZVU3}s$K6MwLxr@);h2Q2s%#%*q{KA#}(p~)1 zU3}#(d@x^|CmAqXyH4=N;>IebRx(f3vRPF=-cQ&;o%)HVDQbuIrIw+sEKuJ^)flUJ;6 z@_MVAy)t!+SE)98qt&h6Bz3ztL*3!cRa?Bp>P~Mzb(gnV-R&Kq?(q&(_j*UE`@9p> z{oa}C&)$XV0q+X+pm)7`$h%EF?A@mx@g7x=de5oH{vY<<1H7uD>mQwV_MRjM2nhi~ zJ%k=0G(iOfDN&FTq>88zk^q4;QxrtR-g^fNh$R+mp@?F`g1z_Nd++5{xxY2D=bV#D zeE;8f|Ic%udmuAwPoFhw)~u;ZycK#{d>nd4d=q+3{2F>*><+ykb?8Nz9C}HnhhCN$ zp;u+U&}(w9(Cc!)&>J#4^roB^dP~lQw7oF&t}G0_C(A?c%VRrawnwnCqv)LmqOn|+W!$!{ZEkEf0n;NQr{i=Rq4=gs&(iO z)gkn!>K^(_^$-1{hJ|*k(H>I=cwFUpLLK5smFtDnGS62Po>s?t3F;ItQJw20smr_; zYJ=BO-Q=}WHD0p1$7`(~_EOZ-UK{m_*H*pjwO5~c>FRs0gZjhk7~)>1P@>m4)Y9t` zYUf2loxN_+yX3L)`-`~o`*OFj9qQ!9Z*{31zj0GJ!;RWW&)QMj|2=Nh{rY{R-^uRt}E9XxBm#3K`?Zt^5`i2r(+!dall^=hz{3( zJC}bP5Ddkse0Sg?m<3|&#*L!%+<_4lgm8d#fO0^{0iFYV2WST*I3O_qxZ`yq$$5nx z(82*N9pDy^M6z>f?SK>u)L%%9)*;meZR3D62efrSI|tZJjX|k`wlmNSsji?=LfWZzJ;((zJ*vkRK91yHMN82k^>>YRo z*OJht`?$dSI$(qYMmk`W1NL*kXa|h3fIC2)D)x6iW9#~ib3Wti`b=;>(X6wbi|gRx zK<6^i0h1hXkOL-LAXboD7@>9HAey*3tFZ1&G2CsnMgrnp&-V%O~x0FBZ74oOO<@^<| zn7`|l^3S{@`S)H0|HG>k!aGVNc`HO4Z>8w$9V2>qtHeO>Sh0_HoEYn^5eIq4i<#aD z;xO+-QQ(~rAZ-g#n+cY(OiyGZQvE*8&u zmx$NAOU3)%W#S9(a`B_LR{ZI$lft_~CV5xNHr`dTvv;-Z>8+OoybW@=ca0q5T`MPg z*UN*w8|0y0waoKwl*_%FWTkhrT4Qr=hS?x2IqS(sbcRHb(Ht2TI0Q@PWN6{7hr{Wo%g1?)_Y5B^4?Zky?508 z-n;5C?|t>W_n~^j`$&D@eXPFpK2<+?pR50PUxbwRWvGSsRVdB-I@HDcCe+*eHZ;il zF0`-reQ2EbLuj)1V`!H5Q|NH-=g?yBmr#lKYv^e2x6tw4@1ZliKSJkue}*pi{t8{= z{T;g5`zN&7+a0>sXQ4-Z5qj2_q1SvBdfyL)KKH%Q_r4$c-Pa!X6TCz}(M$D{yiR`D z>*=@fviz3b-hQ&Tzn|hw@>9JTej9H--Y&}b+j+%)d+#Ve-CN^#@J{zTdKdVeymfwO z?^?f$x5@A7ZS^DG{eCy^F+an5-tX?c;rH-9^m}?=`MtcK{odZ+ejnfS`}(c?OuxO~ z&+q2<2QSy_*{DFS9Kggfv5BBH!L;QtsE%f*D%l%>gDu1|tvcHdij=!&esXxMB z?~nAW5#tVjKYzPF+TZDq@t^ef_h0hI`fvH;{Ez+d{^$M#{|Em7|2O}@24wpN*XI0R zoow%yMP>W$PPW%>Mef;{Y%f;D%l2YbOtu%tHb=G>tDBVV#j5`u+5Z3TQ$!?G3gVvz zSmS`>9dLpJPP9N&$P*_ypOYOB1W6UAG#d8QdSOp%H00n$O~N=E^@%d4!Fbtmpb4w2VCxe zwGLS4fGZpjZS*Uh%T*4z+5zhwu)zV>IH0cN5-ajX7vx$8T<3u69dLsKqAu0WC0ec< zoy$!QsF!E7Z{O^K1hHd%`xfU@FY+embE^Yxb3nbYw>zIZ91sLaZMMWFPQ`Ug<{!j_ zKbf`jr?9U6R2K1bSYLkz%k~dr6a7QjB!3>u@#nL-{t@g{KbM{EFJjmF`RsPTfbH~` zu!sGn>{Wjm`@%0`-}}W}_@z9}Ka#ii%X!2v;=TMTo`s8a!~LWAzJ5L*wX`Q`p8d;>1t-Q=IfYy8vs4*v}Ph<_%3 z+CPiG;-Agm_0Qp-;ZolB{(1a&|9rvy3q+!Skx2C~7M=V{L=XQ`F~Gk}4ENWHG5$I+ z(Z50*>|ZJ7`B#ZW{?%f+zd=;`*ND~rMsccttvJuWUR>_qAg=MN#m)YWVzYmfxYxf~ zJnG*fp7l40*Zf<>`~Gd>3;%ZUqko6^kAJ6BevNG5ZRrc|>$-(|za)iHK zj`#1DQ~Z16Y=4J5!oOE8@$Zvm{{3>L|A0Kve^8#~@01t&56P?ihvg0aBl32Cm)!0@ zCU^Re%P0LO%0Di_kJHLls(uj@6;iDcTF2tNqZWT8Gx_gwTyT zF?6R+3f-f_q5E}<&||t)=oy{dT&V>oAna9}({Yx8V!2Db%{;L+@QBV6qqF;Mjv?LUfb9Vg zTO7FCxM00vEG?$hPvagJb%z7)t(V4q)}?{i_ty*iK%-$F48n??4tU4`(HcGCTpkU8 zSVeYOmj((EUCDUd#eTv8PdeZ!2R!Y7XB_aX1Db5MR+q1s9Bg@u3*+kuqP0|@GNB3ZJb#Hd6&Saj9Da$O&ac)7^J+bV->PTwt$G%} zU(e=`;R^WkdLDm6AId+}^Z8e}4*ru~$p6y0BBU3ImO4+g)A^#SE)ae6Vlh}R6(jUA zFvsaJ{X^=fgOUL)?(Cx{32 zN#Y58ig;0-#pC>c)`7%>qAcyD+eU&^?UoDT(8{|p)8hN(9R$ij7msjf>WVNoAcjz1C-TEfE zQ{OC~(6`7J^d|YHzE!@fZkSpr;!F#9MX*;LpU30PokD zx4s`YZ~dTIBfy7E&s*RB|LnZ=BiA!OcEBeN_|yXQTCmv+ar|3+R@dQk7v+lph%v7( z>x6B#*vjrCzlIL}20Hj#=-_XogTIOn{vJB``{>{wpo2e)4*m(B zh<6qa)}Qf1^%p!(f615YuXu(28t*lHgLfIe<>%<{_@(*>zFz;xZ`42WJM_=|Zv6|t z5AQPU(!cYk^&ib8bpDhhbe!=d+tY!EH)&O zC9&R`^+~`B*?q~#B%>c0{mB?WMiv z&mygHlz%A{*vx_cX!;Hul~r=pyUADnqlkqr0*&e|wOIs8G0F=jA%FOcBCP_ZB#ARi zp>(x?9^Z$uhG_IG(xDJ$9au+@LzuN<$zi;Io)Tv5S-UXaMh6sTEyAoN8EsiRXfJA3 zdpivYrX?(DL2}gUj3wX?iNa)*uCbA^v5_}ypq{lc-)Y7_fwDI4D3-BNGT8KDJ&F#q z6TW8QC3GU{4)l(HW{TL#WTxE8RA$0fyu1&{Gmrb@c_D`M=)wN3NMRUCH5wJ4jU4CW z*&+APe+T$R@WoN?j39@-@I(>ikeImz&(3dQdf_H~36r8{e6r$FNDNX)z}x(;jNK5L zexbz8EWva;6WQt-Sb*Xz#Pj++qQN^i9NgwL3pw^Q`S*(T&@}YWlXDilzdp}lz)|gE>&GXrzKAVs3{6Em!1~;#_#gK%47lu+bD1t92 zC$w=kt7*L)(JnW#$*f{I!4|}GOpUS7)$$TEo1cvSWIu$$7hFyp+Dh>FjOimgd)kN=yLqh z(!#ugFqAGV@>yOOiWdrewm1x>3roYSkfGGgV?<$$HUl~9(NtbDp$ew}3VOqAIa{=c zgmX&J=2M~7FN`_DP`qT;RKkZAl$YAjdq~v=MA~}@H>I?6dG1o^^a- zHmiK)xT4a$H)sYN3h~)a~_> z(h1OxL%N%q9}lvPZ}p5phfj0$7U@7?5u&6!4W-1wpDwC zRIECuBodwi$GU2>qOw+~3epLpBosJ75p1<6cR}1|bMz@mgh$n(<`V!gHn2&CHp8kx z%|_6I3KC97Vu-0QhQRIW_^Y z0RuSXWWKRq=G{;*!^n~X?+;#-xs$22EHm>#rna!qHs($3e>d|vo-|AapgDVxCG>-m zo$B3RR`UXcPO_nswy^LXLhp^xE!INQ&V#JQ7S__F!ZYC5$~v~%!ji3H3plp6j;*(_ z6ywN#hhyqmHW1NMx3D%-`|!zX>iO~%UYsn8CzI)a4CUOAYZ0o_X%gJiB|d$F4!cx`6G*$(iW*VsPnZRlOX<4^1dr0^fMA8*A* z^G<9G@5=Vavy@}`erz0`qa4qtvI%@H%f@q*2k;_>$Nktuegd1s&t?blOW9<84KxPP zq-!Ed*B$ctAml5c<;g)iK*~c<2Eje&hUYGwFX#|u8;bY@4MX|BXoxE|M6LgdOndw* zGPR-WlWC9Y2FMhS^~tnH^}i-lM5#}vaBMD_nnE|5Ol|1;WQq*ylPMhQlPMhQlWC8D zkJP2sIp9fiL9K_7U- zwSaA6i`f>?^Yd&edj&N89t5E;A>aJWin(SbJPl$-dsfCX*pYlVhVt>Of*-&t`E*vr z=d+`D0Xv$Pu@!hYbtONA9mCIKtN1#09H@0olv+DQsqmmEg#Ku$mF;$Je1L-tjn<`B z=vD;r3bt?U8PAlRR~>m%SH|dX5CSwcIv<1??|5j9w0Z>VOm<%P*`1gd^{xzC-8wp z^zX|ka$&m;2Dqk>~WtxfyEKhMO&D6KvC`zyExLqDY%_O zYJM?x(G=KQRJ9m#KSE&j#m7gW>kz0cEV64EiIt?9bR4O7w?XW3jhK%Z35WqjhE>Jz z@*EJX=g=(bC~A*M72{{vNmcMUxqT?}DmS$CC7IbePO}IlXf;FH1P0B5`2^X;vk1o$G8w(BI zMwuj35ChGo;)xcvEfBUJ4(%FCKt;A-c6Ewl(h*a!IVmSv59GiLF+h+G(Qzv)5eyNi zrlyetZIms?<}a(NsH6n#+E?=IvV5o|rnN4pbu>**cqNe*dOP!}Ezrt~a`TqYETVNQ zT8B%3_EZ-bd7upvClr7#@{kZ3%7-_lhj@UpOY&XVMEhy|TH?c$%=uDa<6!+g%Cib` zBB_c+alG7OU=F!Q*ALppG=ox|3(7}Mg3eR~_46w#QTSq%6y2q~vd9!B$-sF*B@-?3 zZO3rRPh*s76N=M48suO~G9y^8>liD*q!MU>wRG=F5!Xm@o>&2EEEc8RzF|-D(g#9k zZE@}r;I$F0wh0I^6D?baWzP_>M!icy0WVDG4+bVDlv1mt&@O zLySWL2az$EjBIv57>YQtaP?dm!{`fP_9Eq8$*RIw97BMyWMJ7N3^kpAmN866XR|qB zHh~QfLzO3tCFF~Bjxa{y!Z6f!PUEa?tOy_msLiF0M!c=tq!RF~!u&`S6T*L+?WE#5E0BCCpF+?$c?zd zRLtxQWxJkeTG1BSEUUG2b+#1+Eu(`IuZby2&MSgGTH+J`txD-y%75dV51chlrF4+x z90)^0F?=(Kap{3@zBj%EL>?%k#{`0Ypl4%){)`Q(hOLN}jSX@(Ht5aRAU?62_m z4gN@N?+^I<34g!f?>GGYi9hJhr4@9F)94>fm_7VqqkxC;*9w1F?r$`FQ)&G-ehua? zH>pjbO*p!}NpDK_HYNL;k^v-aN>1FAoU|!9yeYZGrsS5Jl3Q)s!8jDqiU&|l0rk5K zY=Sl`TC=aQ?)@!GW8Y&F<43gd&sgXG73=@M1Hb=4>;J>Lb1c4b#rkre_2=09;w{(^ zp3H{vRJIRqi`G9FDVgO4-i6J8a8KJFb|VBNOdJL1MH`7sygN)dJQUj$vbAOl?+s0j zf{D{&;0T2y5x3!6;SaCPkPkum+nGnMvVYVCfKRUdX;THeANYgb-l(^Ypyhz53jh;g zz*ZADfg+@$dI>%r)^VJNs4Q>|y=^8(g$Kf^lh*O+1nOs{-Q zt-63g_rR2DFs4&`v12j)T8-(~@q89LfzQK4j_3hzOvAke(m#Z@wV=;p9&*JG(0nt= zPvSW!!$g#`EuVl1;TSARW$=AarZJ!zMFSK3KsT6(g=oQwod7hqYMsoWmO3+2qTb0{ zSu41;#$QU{M^^qeC~_W!buMyjy^XbT)K55T)e&vh>P{j&A5Z(4=2V2^Oj<>%W}V?d zR787eZF67{h0sU4oc<30y=~BSCd0PqrCmD4P6fJ8gU?x*#he4ycrHfp^AYYsguDoY z>&564m!OK50@0UYZhJYJWi1A;D-5b4sN57bjA2^=siK+zss^AN<$={<8wakmuSneq zgK>bC8Hh)GD?)WhRtpIsC}*o{P+aJx21xZ!-fI)W*wVH%Xaru^H6VuTVjUOzShjg$ zIdKq!%ju#Zr%6aJ{c1LxGE66=rCan-)`TLt0jL8V`kDCfX@}GH3xBUohCDN||4C)* z5GztIv-L_>Gj0Mmx&;eJo3ONXJ7&yxpz51J3tJ$LY>O-Eq=xdKj&?uRJs!aN+)hx$L!gL<(cvCJhj{#|LI>meJWcC5N)`uY8kI1w8(7ay>NvH5b+M82sasu1%nl@JcvLm(o!JR&D*3QYP=r3Mle!Ka zE^siZ7-iw7+44|=$)>do?Nsmn%9Xd{cGfL9yn=!eq*ojtfPNG@{=#{qW}C>qZQ-HQ zX#Cm1G9X8EPwBA@bO!p{#(Jgnws1Rw`vArPG#a5gp(3Gz~15-2lb zkD+PqMV}!1eLjQ_gKfFg&4v=c0ZaH6Wb!>&!Vh2xKZ8d904w+tL&o3WrT@^jD9h&( z1CqjEq}h28&MxLjP^=VYw?jy|8$!yx5K?yXHc*Pxi9N>Kvd4Kl_6%>&UgRAy2kFAz z=)jP{m%Q~-vE?pFdxRV_;5ZD>k&gSE!>M2;j4o0&5zI7Lm<5T7|TmB z3@48z@_g1FYtlXW5|fiWoD+)7y-YQfbPY>rN~Ys@z>f3nUJZ-BPCXD zGdHtg>CSuAp36p~yjBe9eZ`7neUygHdMQk`P#tu>`c81E>bbcf| zgqPzuMFlJ5m8QPbM^KY!eV2i;AAow2+cCC}09plz1ifWo`6G}wVPkdB0&|f9m^a3> zew{j_z<05JvErJ|Prd?ZUTLz+v_YfUB}KDKie{G-WJj4C7i8jwTx6nD!IVy&?slEF`91Ndo}#GQ_II|I9WXJTpRY_!`sYzaRXdn)I} zwOe_#j^$BAmPZj;9&NYsXuGXxwB5F`{;{IjcDo40y7<3nw>6EnTLYO~hDr;O#DscsZklnK%J9&pt_8{7h1-THrot2K?{ zYMVVWY()r5S9hWsHU9;!)?hYl8>B9-8pvcTGO^Q>hWLTS)yeFXAi;|u)euGGqSw=K z5xRzT*}(?SBPKwf&N*K#yo(LFBM`Uhgs@8w@Q1MFyvPmWrgek_b_X(voAmL!SrWg8 z^@7gGgW+QjhvWvN$}xdGEhyj}SfL>nd}v3zID<4hUSlScM$+wwg7ue>A3Zy3B1hSg z^3GTJ`S1zA=t7Niu*HLO|5(Yo02z!w#1ynxw&ahp2;YU(rpIvf;0Z9Ir%g#|a*WbM zJJq3BrJyOX!dk`|X7zxxGo!P=9MqZ6o0iEjoROi(&}5jStrjKbq%D6Q9PtIT-ixdi ze~Go>FUO%KEsC16*x42}q6IQdM1iSFq0v+!0xWV2n2+!Dg=*n&RgF0s5JUdt=)=+Y z4Oen_2v1+g;l3QMh1rfI6imEX+yM!xK&p@#@_-*_7u8@lNL4tYx@hAq1kFN0PtGs7}sV z>&?mvWlPbkcRw8@25=|MN#K)3f(Ae;351Opw_1itFyn6m#qY3W{w@Zb_aOYd&qnc& zFxY&IVi=U=ib_*ZN_G?#AV->~cXchHFXJv5*G0IjA!v8SQU^eg@g z`<4I7{@}lH&i~+w|HWJJzj+7#k7>3tOujQfD?}YM$Lr`Q2GBW%V#w`WKmuiI%gzHN zu?qHH5MvDHnY7pv!tC=6EZ&SjKghUnqZgI z-u8bxZSdoXpjrB(8Ff>e5R(f_@+XxnF0HfS-#rmoc1%DCI+4+tj4ot!^;yJc-LM&D z_E{)8_P@pagW$5b5LXTYmvGeEY-Q30c{u8CoTB@S!N%ji+g}d0hI=)+HS8*fjRhZ@ z-t>v>t4Spl1?818zep{-H;LF$3=Y}e(i#yuAVY@Lc7=oG30QeY#o*Q*E44k$ zI=vlQdP4+ngK)?ID=Eaou^AW5d>)EQnNx38l*?fQ6JeFDJYhObS_CZuh**|(EwDF| z?}H`czH!-fj%L#tn*uhQ_6=qes-KOdY-HVR`Xl)P$R=wK*`%ZVf_13fqkbOy7AM=gHR;%AL}m*Q6~e$(Q2 zivI_p<4=PAlgLgMxA@|(B=NWShm7661mTxSEa8+%fiO}cj8p`LDBcD1>G{%6U@N3f zV3)}R@=GKmiHtBAEy!r;%T{D3lhK-t6kn!Nmel654H;=C0YZ_fBBjWgmk2l98Fn&XTw~b{6iY%Kq4YLTkt@ zEeDe4AT9Ck{}3&Qq7CIO-O`Gwl5DL`@jS_QQ`{BS@Ix)CR2X60kcBl`pXJA zErA^`b10eVWE@P!3^HbtF^i1Z6a&{^&XRKp!o`=fkS<73r+@$5LT7oWa*SJM2 z@6@tJ%gtJD(Q>Pn+qAq(%kA=b2r-HBZh4QEJG8u4%lovvU&{xyd{E=kv3y9&hqZh} z%SSbIhG3Iyx0a7-`MAbyWcj3)PigtImd|MUtd`Gd`MkyrW%;6(FKPKQ^m%Ccs+O;5 z`MQ>GXk1*DZ)y3qmhWg>V3zM``M#DPX!)U*A8GlqmY-<(sm8r#`MH)~X!)g|IzXRtvSt)oPJed0ORbRiM>kt(IuDRI5U*mT9$It0Jw6 zwJOo7RI4(rj?}7LE4)@xsa2I$M`?AmRx7kxsns!Bt-{mGTCLXVIIY%bb-Y$5Xmz4i zCuw!ER;Orns#d3Ib-Gq(XmzGmXK8h|k2hA-xxP9N^Df-9!cm{txv%Ls0aQ7+oa8b{ zdSQEX(+X?R`yTNJT_6MEROZwr<>PVGu40zsAyJM#Q~)_0E^>w(d5m|j)^#t zR~ej1Y*AFO!UUNV+f{_%7vz9KjJ1>S4T}MMg2r@~XA9q^E zmKZfiaFLK?V&Re!Tq7BetGXm+(^VFGaRz=p=Qk<+j?JSxK1eT-F1wl>5y_yZU?xtm znLD{*l-8Apd|lQSD=jK;wyLP0Vpi$Q<%KvS*t_W*r!CGk*&t7^GKgZP1_}5oE66J( zl)#5B#-JjVrNL>*R`~^sbE}FfT|p42oUW{(K!cjjvHqnM)Pbs0TC${KM!}Jg_Y7^qs~ENH$7L0!=0a3Rc>b{Es-Q)KAJr_P;OBN zx@Tmt7cjw=m7B{y(mhL%`-1v5EWS&YVO89f$F*Sir_RN{zcgZIC%sm5eMc`dFI zcW4rE>6mi&CQE2gijZk}rNzaiC2@^1v%p+dt>-?ipdg>3%)lIswM?(UJ|E$Tt;0JVpjp&~uS>_4)Aa(*|$>jw&HtAVjPaWM{r-g?$A;Ij>e&d%GEtT%$MI^5eSd213d^!opM&VUIX$@0f>NN9 z>p_1uRD{#Xbi6-s@^E0>oK#LID9N9BbfMvc;BXZMNF5x`lp&tQ$lN?ssp;NmnGG;( zqSssr&oCs}zHS#-#QtI|IH^09NIVuxw7&q!s;S*aaioHE^+6XaUeQQVsHt;)gB@)$hV>dSVerU){zprl#I*B zxI8R8;fK{)F)ggtsVm%aju9H>6y#Nw0>cS-1EaK}qG0^^u)0!Rg;EX7jD*$IYCXV6 z=D@Jppsoq4jg-c<>bkJHUfqB`(bN)yL2p`7U znO?Q1s4y=A>Z+)SP@W@@{jDMa4dX7gR8ZK4j*H`@{P@zUqWnlnX=Nl2)L2;%S&TM7 z8X#z(H_=zOh1Koq8qh-QEV4ZpuI>;xtDQPNXX@0PX$xlMOwOLRVC?u=lX9l{>dvsL zQJceRi`p7i+o&+D$JgbXVRe_<&RPDv(yGYP+@lI2l}igE4Wt$+H5W`G6$O=9k#SX( zk;2LdoledzuZXO4aj60jGjIev-=tG)*lc7(V#NHyLQ^3kN0s96c)gPJF&K|j_D$pr z>w}bPdBj#|>VY#BOvoNTWoA}n7K*pTzKcSc(8Zrfac&6?T$e|VMklpMEG;er0<*&E zZbI6;e_gre)(Dgri3DvAIVxfgkY`QG$(jZ3V96O6!H8qoOk_XQyQHENWy`6mMBg57 zkpWTBj7v6DpN5mE=o?v8C$apBk&)FzhM<(z5lH9}l9I9Xi;M;#`7laXURsG>0%So1 ziBy=A{E_0kJQ~bN6dzYuX?sy0ieA`1QUtLsa#TSca>Lj~4Hrbhy$dYpBIS$>B;AU9 z3KvKE6h`(#W_>|~5ePelY(%XpFA2(s zaME~9b-0deAS2nvHBnJ8v*}OmJ^yfODgz=a?gv>A!;rz3sqv!H(jtT-WYMJ=v;gKu z5#t&bt%;XipzZ+?QE`*0Y}8PBQ5xz^PSFNLYuk)QMhel0$Ou5tift*RX+xB0e&OMS z)d7P+875VD<&~CH7M4_zoH)XUH8nuND`~c5lddd?&JgEAbawL5;qz^xRLVgnaW&*j)kneocQo~K6w*1{3vgQ+jUNV!4INzcE@cAZ*!w)w| z-ZzK{tC`V|cV)RjL;F}R6fkV$E0CH?iK#;lX2Wdg- z0hMN~0(BDY8)_~nqIq)ndOCKOr3>#LDiP2&8I3kKx zA~`G~qFY#GkkOrt9-`YG9*nV)T3ECf>0$MRI3q0f5&hj*Uwd&QEIOd5B9rnNAlijR z78#vIn>}o1xtVKNbP-*B^<-E*rJfFp!4!K48GR_lzGS2VA?g{(XQH3zPxygbTY=}Z z1~i4-dXxOH=p}lG)w6`&L6k!a!t8VEc~orN>`7B51j5GDvD3yLm^}k*ZT8IU8MPgu zFjZZLR-c@mJ$=EHNz<|yjL(@edn#IO3?ayyIcw~!Nf5Jr>P`@!Fkl%WV5%L^!{R_O zHY^T-pb0)Q42xkEr8(OwcD({7=MQ#E8iwddzTc3? zxAa*-(0AnfJ$v@6X_tGa{KN}Txlb@M$W=qaj7X5M6LRPD(FTfvY;vzSD0{SS{xyP znzNy}tXfi;ia);lhLzo z=7eWt4O$G=LMe`~ey2(6A7Hypg{Ngbn?>&?gW07(8?wm+X&P^XB^!1*e&W~}3uexm zkv(=Q){trK!A=2aiDV}HrZ1R1ZPNIh3E2y>XO15`JsZq){7i%@iw~MSv#_|Vs36`c zF<$I%3F5_-?gfzJvD5(!cP}e1Jc_27(H4s0)?DeQromtz>+wAsk3e_{gg4II1c+uo zS*VG*HH-x|OwJ1Fx;OGpMpo1q=6i}+ZcHI3E3oA(o=V*n;o8M&kcSFKAPQ0i;p0aq zTsXha5~(kvTG9D|nUloTm!=OTRYgURLvI7E;a5q|9~gdSN1G+(W-i?)BYVb-oEak` zGYinK^3nM*ovbV+sTEmZNe`14boqb~K+1TpFhWzyV!T2Ssj4W5*vs^N`cf=fkHNY$ zmZeO;4PqS?Jh)kr1$wWQJJ3aA;1o*M6sIpW6iQ3=soUmRHaU7a1J!b&>XJe2P{pS1 zag~q0wh*oO_}mhj!c$dpT|Hw|6|8O;rjmDljf}A3C_O{kC$3p(VqurnW|j7dhDIK#0V$Xjg#i0_8xFxiVFBZx zUP|PQZ;&(LxF9w??uLMIQw#*Fvq^$1Xtriko>`b#(n9E@S6y)&x*<3>gU7 z(w4<^E2QtMKZ)=B2YeKsn4SkSE7ReUFqIlGfabCz(W*V*i607X`=psrMJAP04jqz( zPOamkM0S$W*_N$#8@nnYWS1C|F{LJKN0)m0pmP0@fc2r-se!Vl z6&!7VJ~0}bj9H?g3k0vsqPZ7B*Y-wkG@~P&#yp5N35zrk22(-9zKB=STrA*Qc4AF+ zsmwBb6RDd;m|$VeRyH7*TA@tnEbI{&UTkQ0Z%T(!TI3$hKx&m)kZefQ103IJv!bt< zp#1yQiV3j~Ppr7O(XaZktry}aA^vL9GF0DSz76U%R8fqSfEauRhyNxK5-R4$kVQzQ z+5ae442Oz7g@_y=D>9~b`Q1Y!V9Fyf1|fQ|ep9>t^-E32K)Y7b%5PloM zXtqUkd`S?p;gk_JiaipPFkK%C>)+#y)+l1M^Y0MW$Ha}NmPWBf-6cS5!xb{*6s;0b zY%}m=3(zbi5l0OcEogbwNEWqwKlUPs+0|k6AU=#H-bg>%3 z5X7>$h3UARTa)?-lVbexbe38Erf$?HV}@Dnq<&7@3!_lP(RS@VCMqC)45@@a6pL!) zhCw@vbErYkI6jSFK|hU0QC1yv#(yFPQ5AkB#b5*p_V@e5r$TI<1Pc7>Z&}n0*ue%2 zC@|g^sn9B@V_C%5;Y6b>s$yIr3kOwh0oVAJqmiM)>?-z&qh*73I{?s5Bj}en1T1Mx zJ|e9CqScGerqSy(v3ZZG&!E0oqWhcHw`iUJ=%uvj)Q9pgWI;>xG@tI(D*`z?G9|Vs zAB2c4%|j|kL{3N~_(c;LJvuVHFLCF=*l&wVA{wAqWcbi%Lg+F`ASg(*9Q#Fjhs7Fk zJS|lJgJq-ML6JJfrB}B|w$bXOgt82!xbZ2Q?nkAL+op*lUCiM#M#YOJX6jmNVH$Ev z#%KzH_pmZ(##ly#4xuG@70HS=oE>CH4M(DkM3ja7`)u=oQia1s+&JBr5{>ksRB7L& zuPZTJ`x@zbaL^?qjrPgNl2S}V0&ZZoi6+~|X}F@aPct=GDxpqVYxxW}R0M!ILwQ=biVz7)o ze)rbV7szlAqxle92AJ_7_b{Lbf;}P`B<*2Lw|j_DG6wn(!Av3RRP}ILKr-8ydj+Ke z5xB4zv4Nu|B7-XWMk}*t0U|bpHY`I7wrSCX&vZcBLNw^qDRo=}^=wuHaTY^*tnKNL z7bMcg6Awg5TderTvY4qYq`7T=6PhxK7s;YixabruinrRqYS9GnYxdJ!Sc4g`kbRs( zV8<724|FuPPSiTN*D7=tJvC2NjU#B17)gYS{=g4{PGy~_x%NPvR<5Jqh)iop_GfB` zHE#D!b_1!IWdoGLoV_q%n+R09*_)>3Xjcd(?@0S!c81teMlJEgE{-5MS|G238^UM6 zI#9Z(tc-IV_zVyq3?~Q~Oay|_riq>ztqaYl@%xt*G27-Q7UgZ{D#1Jz8!6;&dsZFppf?+S58Edu_tXMquvy{&U0y+LmP)Av(j;1_$;;y?N z5^#ZRqD0DH5G(9w7Tg=)W@gB*&4w*c2`0|9`=qIG&DGVxEEZ>G+%o zc4=S<%_PyKktE=c#aRf|pVUdAu@;Q3(~rZm>Lgc};*2MDy9!HioD;Wx?2dO{F7}4Z zR(d%U#9%K4j{wK-r(1NHZEM3jX#Uzr{UCToH}xA1X6rx_DkSrI)PW_g2?h3KBT)yf ztw(W27PoP%&)S4~ChFaPO zqVsgY_AIJ}yyN3{i{c-(X0jl9+0J@(K)=6eMr>)*GeH~(AL2}N#gVs7@Z{77?$ zDNa{G;7oyW!4ab#ogBidG+szADX6PGAb6e~8y~q?T(w%kAlWtWf;**`v;;~B^6i=l zCX7L-xO*iHRiu91=s*gV7AuR;sj zX~yb_v)rU*qgQh(OB4_?{T*EcS{O|?tJQu1HT6Xv{?WPRbjl9w9J(m#(SW_w1O}F1 zuGAKp3v10(Zb!F)(OoMG7EBs46SXuKd<+rBDZxW6gR7+hRReP%8I;UuuZWVm1WB9v z$F2#vTErDP+D#;QLyYpxvFyOFe(3mGM-zbN0;B#es<$`+7u#@LKD%@=_Pb(*_&-*x z(2CYs%<7y=Jpre)CYd7wXrACMBxv92duatcSejdqXEm)T+)4z}JbRP}O`l&?T)YxT zaDtOO3v5l2z?@0LX#sW!FdoI&({$=g@jR*(4ogj?RiEfJ=V)9U*2caiRPQu-jS`_i zF?R?Jjc-)3u);i=WGhP>8knp%P3MShFlM@NLKK0J(a=c5giL1yQd(hM5|mId z9$F`=aNHGGDJZKb1c#-3=+j|kywxThy?|xXM}XEY0NpwaBE_kHiANswyB4%8IJ0Vz zt+ZrpMP6Yc#f{z_Zey->))Byg3+oITqI)c~0%V6Px-=0eo{B1>3PFQa z0eE%q28O7(E*LkGgbcR>YmIfTDLCLt?D3%ZE*eBZabf`{l~h7aB}9R=hL{+LvE@YE zS}!NH>A?-z#9UWvV4@@XR=q+6tdDiWdq0YC5n}yWBHh@;3r>l2-_O{%E(%-IJq_3i zbeF(<ghObV`ylu=+(J;2Lgu7VcRQob`7_Wo3nAiU<*0OciEAL{h?qbQCS?d~> z0(A@zvNrfXZ9q!eHrBR=wGNU>!K2~+fCkgu&e~HhP|-=bKxcp)uGGjH(!$v(O54mFPqZn4eX@2yi9hH&8%Bpw~WoKdzu>6vBO5z34SOl6%GGU zl-*(FQCA-d*B9Y>x{~f=O1dx1lo4c%bj2N2%?6m#K;?l8ykDb%( z7HEu3%wpOl66e2v)Son~Fun^fllH?aanz4KgjxrNw5@=UBlC9w@*@^rFb`n3CEyW|vr}FdJnfxMlHot4jb*!ALYxaF}M#d3C& zsAM;bOW7Ub8g{36nB65lVs}f)b{PI}3=8vtY_^yPR>e_^kHsWF9_sWJU4qApnGt@2 zn2dAee&VPK&e?q)}N_Nn>4hZZ61AAg% zPYUdV0(){`PYLX)fjup-a{_yMU>_XVGXk4Bal_@B8DB0(g0oDyXK!P3Qs&0{N6URk zknX&|J~XiB2lioseRyCW5!ed?dtqSb2DYo;qTt)rFE99Z^~(>wT|Ene@5O<=B(RqT zc6|NmQAlpOP7P!MQqd7%53>EC8)YK&Kukx+ID|dQ7D6}5QfP%JgHDAN>_G$p#0}qklu4p5A!_R4y7TlLt)78q)(2$$~Dx!C9~Jjt=`}f=yvGC-sXd# z-(es2F5jQM$0xE6pda=_ehB-BFJvF{rR)=4#y-Qt@t^bK*%$nD_9eR4S9mAP^FF8{#te`fKra? zl}+ilg&jFU$^AM3D8GLrn^MCn2<(LCn=3IW&KnVWjP)B(!>Z<~g_~KG^_v+DwF5!! zVn-p^Hg@#f^iV&HphnHdo#|@V?hDc}0Crl3;c)k<$isYXWc_N`>~saiAQ*pEY+)PT6gMm7eG(*yeq*g)Q9cBTQ& z+RV-#fOO8pU)6SY4ypxUBWqQ|PU|FcOu@g03ng)GV4p`el0HAMFEC|7k{8yn3z5!6 zGf|R@;YfilAsdk|HGwYM%r1AK*9OV0GY^;=T743FM@VIy4|Q>^L1`VJg`@|xkYqv& z$uMXkISA^h=7ajmxdgrb4W{j}v$)UB}#J>CJ28F%FEcqiVIcjg0m7w8!2%E#~sKah9h(|HD;$GhXrpq{*h_rh~X zJ^3*>CUzpv6B`-j8$s2r_VdpdO zOzeSdZ!r&SI)qwWMz^Jzg6gHVVm_ov54GDM4#V((wMYyh#E1oyz`rDp5DP%_OIStV z)|x*d7DBF;=o`6Wk?kAMY$foIu`DAIoC$*Oil*#1WEY8oupy7^y_OWi7-{G|CvzZ% z9ainz-21RZzAx*-M__Q-2hWy|Hf5)0a0TmO@(0RUmdG>nf&`H-3WEGGyqNsk)v&W` z*cC${^j#T%9k;TpVh!7p#uGk{CGqj3fh?K{EzL?axQZ*XNd===$X0)bGO zsZ2ew&7}~?o7D`pPSjnpx;hTxz+^JDc4oAP)e`OY~O&(2Ljsl zmcegk-gb7wc9Od)wy_(h;Gyt-mYIaowzHeIvzzg0SW58-FCAfT+03qRU0?Z>vBtmHO(-P=;bCssj6HNr2o)`$| zD@G)xCxH`fW?O5hzikB{LSeQ6Lf+_+jt#R87-((iZR{Q>!~$=?|0~c$r{Gcag!K$Oj2zUgYF2@O z+t`k^EDOv9ZdqbIOASDq#&rxuA}{-y16}EWcCvfdvcyai8}pg1X_%qhHzJ%K-oow& z4j(XpjRB&oVYidRgWK3n)Z~8azL8~E053x)jtIj;ria0*R^1PtmmW48IjD7-&LQMI zw2SpHHaZdtgz*D)P630n=@_q>WInu$^)vPs_Q)<4ai9_B5gvS+aA}-prsXXr{=h^Fu3VFF@j9A+ zqG1~F0u7@Ek78zMFx6;?$E#5m4COTp1M3x8YpIVI$fkN7LrhSJfE|jyg>OVgR zCNYoziET11{_fqzUN!jp(nNV}JA2&#Zy58Mo7v-h?$p!-%9mj4L|*Z`k`$PDlq3X}4AAV3H9Hugny zIx{Mx{)u2g0v;<0bU5DXv-it7eP2KhA>H-}IIb!Q0>I9fsF zSt>soBFZtm2UMR8;>YrR_;FAzu!hg!$MZ!HMwauF5b9*UlAp#e;%D&d`C0rPehz<# zpUWTR=kaIx`TPqAE5E|`4}O^t{Bk_ZaD_*Y@t2k2uPDu5Ro(e9sxL271NpmZ z2!CIVC3K(Y8hThnLc2uw(9@zv z=tt4ZYcKkEqeXvjf*9Z(CHyD|G1eTm2@s9|}ksSbS6c?n2It*PWP6lh~khNBT^}z;1 z6y+GMJJ2}pRg1+4q-J5&s@Dh)f4-Yaw8Z2{&N4HJA3BUmR|phzY!aJ%BdEeo`4R>s zsu7+U9WLmYg(2_R+95AQ#&CB5(^1aA3FFATQQ&i4HCq=SCzfh@sH2*du3(r%*79w} zMlJXz)S{!U1>XQ6Cf%ig^7tuV1=;zvT)&2^5w55}Ti7?myuPjN_MH_GNBD+U_K%kJ zG1kK+6(GO}Wk@JiHHW;k8g_c8!-fKdLyxyO{1OcR1IT|sJw!XS!;m1cl<%Y2!*L7y z!3b(=nNI0d&APcjKh_C^PqXCfr~G7m&g?+wP5GIOU##bL_G>lGAO9D#`;D^u9R>-% ze###N5pGicB;!9YP)L-67H0o0iE?Ll1M3T_-H-X0Otr)mvK{)|zT!YON*u(-ipgv| zR>}?(Q`uyZ!)A%;Y#!_dSQX0^v)E!W8|z_n*!f~EyHy;*c8YoI5pfuM6VtKx#1U9~ zTflaMCkm0rJ(15liN$=jSjrC(g?zqP&Xt_0uP0;0?r10uWnY-PdK!M|3%WrH6!U%-ol8EiK)Ehlxo&4 zmA7)=$@m6FTTh8^Q4%9lc?!&a21#t-VP6xS^3p4UIscoLfIP+H`BIB(&+)m|uDmepqIy7cZ4}gsa_>O66FM3@`zS zJqR1DjdZiPUB}uRBJ5&l9ZaArfND0>`DQwl+g=ngz9h+~@@_6lh6B1=zzNbp4`{4N zJ)%W2$@O%p^lC5_*KEBTsFI1_$HnjKfS@?39McvefI8)JDH5qf(N7$c!lv^67Km1Y z_Uux5)^^yyy`fDOB37-v;uB8g!(9BP(SqH*SS6yx+1nK7 z%=-K_J3`#V3dGG&jC3oj61TDA#O>?^aR+w4Zp5zFX6$rrV-Jh%>}hc~#@Bn;`(g+C zTs+7V#NE7=c!;+bkMbVkF+M;%&PR$T_*n5IpCq2+%kW($Uf?Um%Y2P^731w|{8I5c z<}hzy&hjpQ6yHyY_xa1>BmSoNgnuMH=xhP70FNWg5r00Q}0JS2l*48 z_WK#H9{z$c_*XII|6%Vvz^kg#w&7>(dd|rqgoGf02#3%^6%_#ife<?cS4>lv_JTq#ZYPK~mG1JT| z&35JuX1aNonPJ{4(5wymieZcZGL2SF~2fnRtGc3>S}hk`j|be!Der3 zuG!aGXy#hW%zoCfW`FB=bAYwh9Bf@>?q}U#4zcbq53*i0hgm{5?sF3*f%Kb zdwiFq*jv0EgfYup=!Ig9h96 z3^nprgnJ}oeaW&p7Z>@=lT7n4>1Zwpb_1ql>MxNb4d#Jyirx*t@}c)7uy*(zQJ``) zM#`fS$7sV`933B`U>;-8Ub0@mHNYGl6ZZ#G(i_a<;*PwyW4v~3UN6`~BT0VTe?r_b zG47ZYcTCm}BJx^#m~$Rf!$i=>CSSO%EIGSn=Uk>(P~Hs6|&J>C7aFT0XF51J>*6XqIu!8}D?HrLAA=Be_D zdAfXMo+1A-&y-)yvy^R~ty0Yk)IR2gs;kMp;HmLmOs~P7&JtA5RwaD*8A7y7KpXHmO7RTcj#~mecM=2Z$l(G!9Bp$Lf?!dkSqXZi{ZvigTuYY)w zJ5w5FK19>>H}m&Y9*1HI9n#hV=!@i>*9LpMlzuW8r-ulG07RR~ERJ1xD} z^z>c@-d21;L)UxzuH`{f`Mut>9X9w#_@9W(f zzRoooyCQ7pYrVL-7U$wXq3YJF?;9d|pI(t1X}dZOm&F0O91G4&ry+Q?^y}ir=~g0L zhFS#}k7x#4{Nv&4<$gkwSXL10M1*;3@fO)0&xBvwKwfox9(nnk)aW~_cc_yy)S5=V z-T~v3gnZE}UM*Ou4KlrPzH1Y5V98dejahVYlf0WNvp-D1U`Q+}(RGvQnW0YApW%ru zoT1ifejI!<)M*-?-b@;=+L#!AZvN-88-4DJAVP9LhB_l5#G_D=!9|*tobP8w%u^1E&PqrfkK+~T?4)?jVKgt^IW6XJZVnpBDr+4mm#v@r$33w&fPS z0I4!m%Po8%!oAsYQINk+$Wy>Ge#?Q5pj!^yy5!eC3LyaT3Ny_y>O41L00mfjo zHuwOK5nIShs`Gd*8ES(@N_s*7k8TlANipZ^u5vGET%Id}TpNdM3__X?2yYBt8N_Iu z_No>`t`0){T$|K$Q{x!^`4DxBpVhsC;x)S3-U>u_6FN%w#>LuR0Q z8dJB9CjS`w>7|y1OIrJGLB1L4)*$ySO)H2UZxi&}bSylvUNyqo8R|BjdCN_Idy6^W z(PGHf7DMiAF$6os7HY7q#gOd@A>i&c>8iUE!jqeHM?wfv9^Sag?@0(xPFWv>Y!Qs( z=01CG5XD0U-e|k8nbCHCLd@jPJkVlD;>dY=y}~vO{LF;ol-KPK2I)1kIUr9pX(P}F zf_8718h>i0usaiCCKvYM7DFCsG33z}Lmmr4n&P(%^*BPkW=-Bw>~6t(BFMFIUq9Jm zh`(oTrY)XoG0oF0hCI_^$g?emJlA5#^DTz_xy6tdS`2xy#gLa;40*Z5kXKp^d9}rm zmfQNZ7Sp`mVo1w1ZTUNYNyrT+o+dNpjfC)a=`+1i5vMCA6U@vUNYjdWso?Tr8Ek?? zZeAg^=0>^Dyi#s8uac+CtK~&=lYDD#mS4ayx6JEQ8}oYA!Ms6rF}JAR=8bBwd6OD$ z-mJ!%x2UP+ZEBWzyINr0sY=beRHeCH)tYy!lgxT`mU*wb*nB{3FdtOcnmg64=ELf4 z^HDJ3A5$-ykE=J$r__h$GwKsC zG12^svA}%GIM#gIINp56IK_O|xZ3={xY_*3c+C9R_{jX!9BqDM&M^OGUTXf!ywUv5 z{MP)<{Mr27$}o3X6D`{+vT#?f6}Hw|yaO)Hy4`AL?Xc3Vx2z7fVeMmQTOIA8R+c^7 z>SE8by4n?1j$LPUw{Nog+Rt14?bodV_7~PbC(YW=$*_hv2U|m(+14;;fi>J&V~uof zv<`9Zv&J~DT6xYl)&%D}YoeQKzU{WRrn;T2X>N`+-R)=1bPurRxCdKv-O<)OcdT`o zJKj3NonkF=OROSywN>n%Zk4#3tWx(rYnl71b&UItRqp;^Rk^?8Qr|RO>6?W+eY0_? zZ%j>8SU7vbjK%W!q?ow%~M9(VRWY@Hi=+qy9Hv2{`CH|vk# zeXPsEeXYyGdDez-p>;)gjAH$Y+W0^)w(`>mvuw$#N4){7~{)=McTS+Ay?YQ2_nmi2ndwbox!?y}xUdCqz#TRdZ%XX;E*LFD7u_LK5J0*359Zj8Ww@IzEQ&Z2h+oo=| z+oe8Wr>DMdXQsYmcS!xg&Px5=?$p+?JGV`>vjc)1V7X=~DgFrh{=B zT!#9!O@?tgT)3~^I3rGgGJk`x0tku5zZ#HvoS^h((lo`n6#GwX_TGX+i^$H|Y;1(+ zR%b1>1-RUk*@E-}#L7$khoCu~Eebnc z^vYkoLS?A0!9Bc7)>CddVgH+bZ$DX3@v!|;^?E>|jJwv@} zAF95yXR9CWIgq592Z^b}j7)nzB%_WrdfP`CgY8AeFuTY&%wB99VHX<}cB!$#UTUne zmlJ>MiMRk1l0;naQw#HS?{LA-=(zDkjjG12nrXI6zSI^s9)ob>h>U(=TL@@7$XyrW+rL2b-<-HJ#p zF&034veJIsI1VC|$JiA3%Ce>(>!{U2~@hL$l@~@ z4rK9(IQD0fV}BvJ_Ls81{k4p=zmXaC-(;5ktsHNEFDKdmmMiU_^_??U2iTIs_-)j6$M%Z0= zUXI^|_+5nG8SuLV&ol8m3+@l`+<@Qt_+5bC9q`+M-{bf_h2N?8J%Qho_&tr^Gl+9{ zgD8R419qms6vb2tInyNSOqUK$fpl^TrHeB|a-2h@mormxomn!_nJq({IWp9lD`T8_ zGTu2%COPwEnsd0!aE_4K&H_2iIZ_rlN68{*p_Dj_WSLVW<<4SR?i5R{Qz9#!QaRCC zB5Rzbvd&p1XF6qau5+|p=o}-LIOTG=Qz09jO4;O8$#u?hxzRaRZgr|L7M-e!MH>6u&D*1&ykkpG_b5u$e!^uf-;5XpSKgMZb231ZxjTm0pq#1uucTsQ>dguj09Yt5Jt zE`>R!Xc;UC57f8RKlA&2RQnnzu?VDYJGs)C7DGBw@Hg8$dDpI8bnWX(7Z-{rO-u%* zdxl^Vjiu4TT!m+B3F;yeEiYOK<4`mvQw3e=-mTi~$&W{b5t>L@4PML3ipyY|O2NdH zGm;iaaW5z=Ucq>fpkW-_znK>J_M52-c|RSd!S4U#<^dU-|V#mU1@ z4UfQ>##IrF{;LT#xpGYyrP)kyZAh+j<$4ZK#0bd^A=$#`jbS-lZgS=32+Ds;1lB5U zbLDnd?g+`&Fq+`b2*U3Q$+j?BWP3#JmK`CvCnWVDxtHnhqu2e6^gvi1l!sjTQ%H73 zZK*HaOM>5@L}$}=LjqnyvY1s3dzfS zzC!S7NM2*e>tXqeyb+Q&!)WBUBJ#Gp6OwoN@?J>Z56K7g`Y zJ`V#OeBsKMVW5MrT={EAzINrCko+wqe-Ft&n8iO?kZ(isFDCvjB;SYRhmiajl7ENf zr;z*{l3zmdt1G{`!n_RDmT!8C78Vnx(!s48P16?F zCRZ-0Le5Y`6Ji>pV#w|$cw#c6Vt*hJ&+MXAQnqA?hh@~!%n245RT&&B;Aj@d87uIy zHbe$QL)wB^gK5H~dH{1lO)ju8xEl+M4JB-9V+(aPs)3CLwc7ChjmSV9{)NbFq6%P5 z+$0fHCgJLJ1V@UORh1Q&vZu5Sver;no{p+*$(f}z`nTs8y{$h4;`W+RopM;nGm4kN zOkS&X@;{1JTvAqDgKC&1i(xJ;Fr!&hdMr#aw)(|cusc~=SxgJ}X4PU0K!3<3 zT4LN?LkIH>nWX4e@)~WAI~2{do3WWtu_pH4@YPW1;>so77&>%MTd37$N%$VtduK^i zd3n`wa8#DU5;m;qB`wid_5FQ~UR=CodVw4nm7`@B)?=l1v(^UP9#w`ciNe0e*;qJX zVVPMCN|-R7sk^AMl#Rl8x7bBt)WeM`C{Q+MX)h`ZRK!&&Q598fa0y6j^Q+19-K*>B zG2UZ2QCT4;MpY`bctzzzVI${6SG9|(bg1+qd?b9ai%N@))P^5v-TfHev&R~>kE%@7 zAqq=Ym%3`7C`{{M@OlP36ObAjC2vyUZ+`$EK!}J zsxuyvI-zhTB263Xg+^iTWM5ZxiK?zr9>s>?*eI->98KNt7P0>KRqNaQcwd z-p%Y99pPFB+{w<(V+rqEZn(G1t0AVKo?p1Ry(D%VY)&#pb?Fjb!d+B;T+yl;UJzef z1e>(54v*U=R(MxDGanB%!jwI%m19c@i}>X*=~z9`RlTFQce-y>YGBn%il&U6JC+x8 z>kE+)0q6%8$?K2dJH@>HxeOP{d&NZ=_xgiTDVCBbbiq;ge%{>XmDEdsmUt`uimLJz zEM4t!RbESQzfBALEM=~%`bA+iW&rvm7XQRkJe^Z9Lq-4 z{v6eNwn2}=SQ}QFRwKjIdSNv!y8|8c88~oY-+n;&t(D~P((0<@6lg~K2qZlcn~1{M zlk#Uao>@_Kpc)#5nV?~4@Rr6JhFGO;@XM6o-tzc;e*3+808P-o}`Q!f`mC^j~GXOcPvmfIJWdiP>BvSb~%g4^64ByLDI z(dM+i-U2POJLBHFG3i}Xx46d7swKO*ty=u|CJGKh-WmX6#GctaPqIZGuRAttZh6tP zvIT7L61^59+!G;kv7pqTIH3nPn*3!l+fTH7W0DU!0kX`;tm}N&D_RfTTgXQ-u@P*|0gnR3sHx#%m{W}#F76Ck%kQ!X@4n$;m|0znw-9$jUIuC|Xk4U-oo^0x zGu_-BVr-UEb2A}VYVH(kx;ZqI8G=|Ue3$mi40*lxN zOOm9mu_jYMiV{>mDmkE~bqDML!fsD+N_)v@=?(I3Unu|y=TP__Ap@iw)YvKz)2i{l zQijMHq@fz#xk#}HIW0kLXCseNxWb5YxGaT&tclP=VQh98T5Jfyk4C5sp9AF>*F5Iwz5I)+fk4bm$yQ5F*+ zjL|y<(PN2G&@K_k+++vgTIOaP%a3uA?r!a8fuGheKE`Rf?Kt#C9!w36NB`u5T{HnB zVItlp$y5;jkHsij1J@>*CfCYzm>SIkz3)(1NSz7GsIzsOg2jaRCt}R3LSD8!tXr48 z_PQL8{suEzUXc?JgEZumWVP4MP7lO|i9;)rTQ6NkqL^JVSss+w^af{v@3cx_yv_<< z9u%193EmLoSVJS3k@Rl$l5?#(FB8@`yQlZ4m!2>dXnFQQdvzX~l9>{u*(_7tzrWB~U;Z`WWo_?Wg_1 zy0rHLwKUGHFf#?kk7h>w)`4wprXP?QMIJ-uk8q!WaX%|F1!Y-Om}O_CWVy4l9K1&h zt)XFJqbS{9e_W-O|wLMmJq>Oc}2wVYVpM?`B2I@|{ zPJT>3pq`c%hx#Kt{UD6)#MIkm7{)p#-wqj`5N$-0Xa_eJZKNL!^@t4ginE&xlVT?2 znLcWVj7})RA;=re6hZ5afm0VTF?=k;Syj%}aY2kN@|*Uxu9NTne^U9ppz<6pzx~DI z3(@}TK;Rsa`M?lI0!tkwoq^f=0NV`3I-G|UXa-h~Iaq&6fnQc&^;v^;=Pax^7huh~ z9P7>1SZVGA9;!$9L%?E>U~PE?>&m-WSv~{K{~D>j2gd(ZR;pB4r7~ezw=>MvbpvyH z2$<7jz?_~0v*?AgM$ME{)B;(nXwq&8!pr3hRR!ks8aYc{3~JrAa*n!HGq%rD_kl_M zAV?)U5%vV)JO|V1FM*l;s+6j?5 z zWsF|OqpBJ!zZY7C7C!|o4*rn3MAjmghT&3#zL zWAQg{&D|;EY5O`KvZ&_t{twFp?cIN;Oenx|Ik90^pp84pU1*tYDDU0i-0c8=@gC`d zF%pBx{GM{ZZbhzU6q{g6kUyC%7s^HW{yyMqUMzn=33{S@YvmG@JVb(}U$%7!;hHy0 zBQ)3^HgDyg#aq>IQv+Sz&IL;d~r|w^I%&38O+%i^@qIe?>>HWgfXnvd)dRbNeKU<9#sVvH^AxBx%$eTnJ!k}CX4Iz z{)tPgm1XtE%G!91&a(9KinVn_d=%mp^fg6+?O1(Bj{Qcy32FgMg^gp=uFam>xK z^-7o1FTPUD09L`4;!r%OuR;Wj6)?-DIpZPor$5Q{DW!jb-Y-w}%YB`k98W$gA^B{& zy@i4ILeNdrpFSs^Emx@Yxykr{9s&ong8O+w$WA}Z%K}Na$Xe9oIyv$GatY=KB?$1Y z-tTkYX2_f1$G?SP@HS@1JHP_(l3xsgkoU2x{s6ne53vjU2$ZO3 zhRPS1*I&X!-Pf3J-(ar&9rNr>aJv7A(fci|m;X!I@}24?->Wh5gPJTqs*~m4>J0e_ zxb$cB2(a=Zj9Z$G>xI!w{A1wDXK8$9;hRf=O^(GZT!nq-2Dls!Lw|_Ubp_@wSPtr8 zecr&HR6V4zlMCOC$k~u9lcfoq2X0E33o6Q+S>nMsMM{CJdZ*3UgfR%Bf)- zl%zw_A$jg(<)^HeUFD^oU4^qs@P-i5DE`-oN@V_%SKc~LJKz+es#XQ=Sp{(s%=HyT zU=&!(tE<489M~#jv!JTFqNscZV%F&!*pLrJ1onmzzL#ueqiVOc3b+_3jd47px6Z?D z;9($s>hhxM+OneZfIzsnq5&!1h?xZ@J7|Sdo1;86p#e4>LQQ=*sNC8rKVPe&s0MV- z2unK|xAyS`R~J&C;D49)g+kz)V6%W2r)5gC_(%%5TtSmXFtT~&pca!OISylr*XW_V ziK1u?d~S{Q*eX$w&<@a?!6^4gQErd+p3B?}m$y}}S1=2r*n*AHEaNB^3AipN*iRrJ z(<+e`m+8&+`J_=$Iwpae(;9U#Zx$|xUruS8hKUo!CTMmP8)6Wu_kj2w#Uh1LwOXx! zh#AHDilMz{EJdtzyURG3UwgqEY_+7`3`DlODdg648N8b&2v}KB zEYd@wa-}Se%2jgpZn#>Fv04;IMx;JM7DRDGoEru0YB4UWY^{%jFMAA$1VXuY)hMRx z-rkeDN34n#m}**f$PF$vZQ!_sOXGs7iTs>6xxMkdn$e0?4fJ-*YY!D*3HR_-vXoDA z3}pNY<#I+_Ti-wyWZ4a>bPD; z=1xcAjzMCOn~}IjeTCJ{v|k^Uy7JlV!U6E5q~R2=yr_F z2QeBS!+3m7#>q<{YJGt3dM`xM0zR z>szFn3_lxJtL5r=7TV$fKi*5odkTnvrfP@w<(#(A5(nuN2HIl?7!uPFT8JZ}&KYgc zLx-AZi7sGl6(Yqt^pzKSP7rz#LTBLcYN56ryinB3^}h>@fP<&T8*pLe(s%>wh=(_T z$xM`6WU8KK9;z6NdyX=BV;ZJR&s;rS`ekBTn>R>WfA3w-@r-pg=FA%d0xvxWA80^r zy?~+w=iMl{B{<*VkaiLV)oL`#2^c)5piz%UqnxUnpLb}rMfKSHG-C?W?`$L%P3CzO zfa@^0Fp}V!4;RtmR8a4RAbyxDq*p0(HqM_UvOz=^eN*W-CzEo$6?)fYr!0D4lIrr^(%*CEueqO1;`9_o@4E zuib+{mP9$Xq6VBJoYEFb3G@h;i^<$akA4TWIEdRngcblbGoH=Ow;y@|YC*JNp(f}0 z$mcaYk3tLwwHN~~1M)*z*Mb6tTu|CoUObd>mKP5to#MsgjEN%)xIAP*KgtSl&s2<= z>+O*G>RE_Q4~UsLs8=c{y#hOfBxde>9z~%Z!z6qhz9o1!q%@gCHLS-s=S}D;!e1{$ zXl*|`y{N1*nKGr0jert=OPIPUA-O#QmciDL+!@kpDk0e(lDk6*S}M>{3CaB-c_1VY zhUB4;R!|Aa!y$Pjr1eu!(2zV4k|#s*R7jo<$ul8&HYCr5v_48mUI@vHA+3%Ql2<}n z6(uCEN2rKG@FqC}P(`^_-lmKCC=s;(`w^^yAJXTekbKPNC$4-NK{MR~g%mzN56KsN zei@RlLh@I}{~9VO5$y2(MnJWc5S3C6(Ml<_N*JI0 zjo|l?>_Qp1OMFj3qT1loq>n|Hjr7Xls~eUNR0ty15fxD>u8KymsJ01H?m48=BC4HA zk3ixXpgln*K?k)@NOeSMRaQuK;(O8k!NMR5Nc1i7462}~S!IJ-ud zm6k7GSW#M2Q?wMP#86pH;c}0@(5z?@wH2zCgW!;OF!3eMNa;eRkdB1*geJu#NW^Px z5UZ$qDaadfos7g_^d;n*AO(%XJ4jt1@I~@h7MJR>)VLH2O=0FZ*DtLus%YsONM_<2 zpr9;)+DWQc3P?jyMUONq9)x2FWh5;An^g+&*0S1FiIH&k zrgTmELP1sS1ZXvuB*q%tdMA|D7R@NCt|?7S(!bRtO``LxSVIMr0j;K+URGIEQ&XCk zr!$~@^tUQwYvb+?^Z;%CsBzQ&52uSnA@HfCKLuFA# z=_pWR>q=vNN(U|-*grO4*6gvfC+Ce?QdC}3+P7)!5zWOO5sy8gQQmyTUmpmRmLVa? zdQ>_{{CI73UFpDBEa~I;>?9@|P*B)VOnS7IkuJi(ct!<egQiZ^t{Y6q4Pg)$qb6 zYfG1wRwFpJxT>nWw5Sp?+6akxqO~#oL5zj2v(d|bWY4q29~ru)=XCa zi(EKk_T=f456@qi96yNc7g@*6pE^WXWLTb$rB3-XXY==8#@d6HT(soNXj{{aQgJZ z0>5%&^JY&jEMSu6BhNusG-`+4M9xDc7tWeJGk@%Kza&j^)-5+~&g5z1Tj}h?R`%j1 zcSmB86XVVrTM%es`2|QSapHhW*31fGHz}~!ePf~B<+a7EAZj!1rfWAfKYzx;X_E`k zDTUMKOxG=pL_yAeDY|fmC(ioD6MQJYR5)ig2EoGdlV|4V%`Tid-~W1$SsoNqh=0eI zRcn^xDom(Q{$XRM&zP1EB%$#_!xEOX48#TmGibz+*npDK#dS*;ddqFBVih+c6-Ctp zD~gL1PfIhXWmY2qIg3{z@g%{v#pzfu06=V)+q{=-Tw93wd08>l4hfwvOR)lpio)9X3 zYOERuQFp!Sav3O!acSmC2sN!dH6FWwvHoXbIZCo~8jyNrqcs-^^11#;^)}DnU`6FL zbwE^2P!l0m&K*|_n>M}REa9#QX(lmfpttIm#Jgi)YzB~gO(~SUplU~CSyrM;7Sl!B zQz?9}jj=IJEYeJ@U8U75*kow+H0(*6+xIEy+z_G3hEG9;)ZYZgR#cTi!4EqfDh;8U zwbiSrbA$!HYB|&cv2{!=Lz7)0%E)pt$&%`-3a_r%T*U_RKdPq4g;6yX7FIywE-s!8 zHJ+%Nrlv<#fht5a_~lith~f(P!l*h_&5Wv9YIao3!7x&D3FfK8pm&~xB3(5<3W#r)4ic}qvcl9I=JAKNwR_LVIuD=i7StpYlcv6?#UEml?4 z#fqVifTf?yzBf?@m6xu>!VXP7D)M<9;tgxYDdyGy%8A8b+!YmL8y(Vb~?2$EaGud63Zz8jPx?jNZkce?IpVd&-)+Vr(dDmSFq8 z3R{WpO(IayEH*f%k0jVmXw}!TY8j?T?6{)pN|cY=(QsT%9eo~6jEqs<>Y2aEwtqJo zyt;hB8NpR$QP4QhGRL^8+*K8>s&rMAt8nJQR%z*=lF}8WrR9SHJTl1d3hwKZbW7qa zGf!nmtlB(sqffVgWNPtwn=-YHtn)$XI-u z3S@bBl&&P(+gB&+-)g1f2cL=MRg1B?M;|UOsstZ>8dMH(gz*Il5)Y$^CqG>teR|z9 zU989y8hps}*z*5-DtBo(Ddkm^unyiv9GC%ZqScnrWH_g%l+^@F9;Sz1P2g&84(cjJ ztE$VE5>*#q6~MB{1;KN+DXa09tJ0EjtM<5=@ZB`5htNtY4U*$H5AU|{F0NXU;0t+* z+S$NC{2+RzS2G>atXfyNwjoio(oAiGfxl3nKruPdT7`ABIE|u7@ammF=JNc9FSn$u z=nd!pp_XFQKLzNI?S>6su%u{KEzl>r3u;*;h0ODi%|x8jFmqd#l}J)(vukQ0z_Odq zX{>?{*^OYtw9=J2QmbtFLSXZ1jwBA7JzcZ&N%27kw8cnRsB!JWV&5zjb}H@Y>toxv zf9ndEt;#|KQX7~laj}^L_6Tu!tHWeciJ-8L^5(XdY^FyJn^uPC6!&TsZRFMHHrtJ~ zMIcABcd`+!4i|4psay&KBHci}T?aa~Co2Gw52!U~;H??8yEEbK$qHnF3jQ*f6b-Th zXM#D+H%C9Ac9-NI_TM2Cto@D`JDBr29GYMH3B4};?C3wi=+f^{_0msB zj_W66BJ>lo3HsT^e?oOizsLM%H~*RAKfC+S9{#hZ|Lo;I!n=dVLhXW{V8QkRce1xELg+HE z)|Z0`yb}D(HQ-8}36}4L;NM&h?$jovyb(OCt;idK^N@)@0JjVr2=Vlx@&>p)A0XE+ zz`^gTaJsvP~NY(71dEi?ehBWhaP9411 z;L2Ts7&iVry@Si}W+AW35fkS_FL&!UaKub-kY0e)d-~vXFfXA2HbhO!eQ1NEak8+} z(3IA#d^rFwxw#KnB~Vv7aJ}?_-~BQavM>jwL&0je7X%08--qv@_`7A@O0`HN*(@V+ zvzcy#^h`(x<*MQEXCkOZ1&MUj(OR76vHRta`Ciud$QVkMjNOp*X{bddd^#^77sMS8 z$(V-EHIy(vA=>>iVgCIxG5E-&dt@@yGz+G0ktr~W8`N=H;)mkZON`KRNfL5_rSgR0 z76#?;$~J$S%-AM}rqA?V>t)t9nVmi-;caf*J#U*F20?=P^}L+ti1Y1B9Awx(W=-ar8(BmEe}*SGcr zl`cmC5xzqz(kp|qnj8-CuCLNDmN3Th<|6BFx+Zihty>dYYj^3q*yzI=6sqa>tVJz; z(Yh7NqF2bPU@T7o)A<+u{1xmjzSF-WL>uVOC;j=P|8PuZ`twPDJk>(ni@Q{gH3l0? z_|)%zgnSF%@x(;JR0JD)3?^7HCQ~War=|G*GKgH1NqadONbVRQw{jr1N+7Refsm>( zVQU~3);g4AwcG?1g{?qvugEDV5!jwsAb*Ce(63M^YX_yV z_D~qh#Iqxm$FiVUb`TWHhC{Jz1SIm0#CdcfY^<(@jO_(bD7zB2R&Rl=)q9{+c0a7A zJ_HM?FUUsqid?DQmTS~|vRQoyR{SSm#eWV~{BN?wFmWSsiri$R%FV_=xy=|XcNjpHkD1$y2L$seFR;{_jywKaA^L1YV%S0WMvX$w9? zk!$he9~4?^>!q$FR@KY#^>RYJoLDa>)ywL7Ik{fe)XORLvbJF<@|2q& zM&CUGr2Hsq@EF8u9!LK@0SQ7#vtSYFC{IggELvUUS@h#`SeTxd-q3x@h0(+TSYQ2RE$(;B{UN7kJ0?<5vyR&*4?6Q*C@zN;*B%VoYj~xj1aiyaxS)k4|Sl0k`$*%CM ztZ0GIM#7^14Q}q9>l*~S+a#u5YD4u%ozf;qqiAk7isduB=Nr%_0=MW63k^ig@i6n_ zNMM%w8PV@tk!gt(WGVQLL^pBeP1W{Bfmj}Z2&U<+sxX?a?SCaq!y@iCR04O^?%mywhf*zB@63y={Rjg<%RB zx-v6@A{T^Y7N4_my^qYHYi>y9@#V0P%;)>zG)23>l_RMEHizIaSB~P?#7jC~7KVYh z@RG@wMbrVqOGmyGg@MTy6BLJ}BmyK{%G{u6)>D=eEDK2)pGQL#4O(b832XXYqZ2Z4 zPWzhDilWNevf|{RHjNI=|BVs3hr$J38)IkRPFt9vnPn2nJ)@dQxD_aH7~j_Mr<+344fnRpoURG^sJg&W2wS2Bj%S5kJ?mNPA+kT^p~pqBH$!M& zhK79_Cc|^-(Q0cn>dz!5gg3C0yaK)isD}X|H`)9ZCenXOhWCwXwN7*ljB16TMCfxb z+V^SJG;{O(k+^lP@ZwTX<2%!XFQwx;Rm=#)BFP~^+{Y2a1nTjEFLb z@&rYlLAnd4gHA^`$aLZKsJ^%cl)2O`sz1^~L56ADHj@_Qxgae_b4h9CA4m(EOiY{J zOj?lcg0vvpC8ynvw3%Mo%x2PpoEM}8NiR9=N~DE&JHOkpnY1AJ1!+O{OHMlyX*;i% z1Ch3KGigB<4AO!$n3&ev1G9$;^tP4OCAvyfVmOp_gUUt@sBztaT6*Ac+7k!TUa*_e z8wbBWptSXc_I|GXh|d2N$gi&qQ2Wb3HB1JnQuHc&c@lDqVptr2126=-v}-6_>$K}2 zxOQsSFt~ozuHi6=JPa;R`3s{!%Vu*AJ{m_%Z-_0z_`nE}Y>bL@kT_F8C+i9~C?m1E zq?@&9n{;camuJ4>0POS*L|KNSmIq-Ugi<00k8+mne}lA1PX&x$8|Qzm0N>)-p=11O zc!JQ^%$GdXvxD)ak=UJ$f&$Fwgt6XH=gpc>5yq=Yw$2$;Iu!d>d;^;jK#xi|7BTbp zu+BNGb57$r=c6POQ0IxL^CZ-H@^0#!zXx@0{3Wl>)9|I~sB;18T-a=#Cp1^*oW^yY zi8@bgzRukn_j3={xkuwV&qYb*q0Wb)&ht^{!*^5XiOtuUUkm!V@t3?hABis=g*q=p zofkD*=Sj`gxkuwV7o*OTgP1WrvT>Tlh=5YsqQAI*3R{V0slsz=ki2K>$-Qyd8Ih)8R2nip`9w5w;iPUkSOEAVVZXHnJXm9W zj(GBsNZk|xdihsazLW1=`GIHKf8mx0KL1VdQv`%CUKA0*+2*&9FO2^)Rw<=;$p&th zNL5AzMw!fzviJgd{8Z(*$_;t4_>!q2AzvK76EatA7&{gDskQ_-PiLxj1nI8Ih(HOW zJwYaYIxy-!eC-HJ;;!oCs?K3}WfRbHIP7CE`hd8cenjO!Odp^JJ$r^!FTV69=tG~r zA(b0a{pjo;QUjRHz>pdgfwAlTLTU)VxqnC<5K;$*)Xw2T@Pric|m93l7qtB|f4A$2I9 zGnvCIg4rR3!{~QvE?;mQU9Aoym``vx!4U)t2yiZ4t&V~SO$2mL^yO-`hyX{=)e1+? z)vB1FgrJlFhtJgthtJh&83B%;tJTp2#}Jegzy``{1sf=_Sh9*=$B!hxbq z9<4~@gsPd}A%!hkf`~yQ;e#+lOX3XrCX)MYflXwn6$^j2)h+3aEt2} zR%$7Uec-CCf@lGx?s>RfxSSdU3n3rhLdXy$Sx7@+uO_JwmWn$OAT;e8`oM`It>JB< zHk=&nY?EaXu(ORqx(Y2^Te@)85D)|!UMCNk1-^PMkHHHomR2t;DJ>@F8Z!U5^rIYd zA`pYop?MAWFr~A8CB6;k_?O#5x1E;1b>-uM$eMAJOg=X?0-aG)Rb;QF&}JdjJj5mL_Yp@I*YJ%@ZR;DJ+Pc zl>c|ga;+078lzQ|>OYh;3Q;i48|Wsk#KCDFN9xHX@zceyW+Y{rIqf&~QW8(v)Xq+# z{8O`s7aHD4jZgR)+Im0ex&N`45UtsyQ+6;e0_2%(-U~S(v$g^PZ)Qy`8VG~}A{jW! zY4Do5D%yeRWorlME->8FNaV;U-9MOG$--~wJEIi2>|VjgD8)A#1mY$a1_E@*!(3d4 zA#5B0i8Tl1gsEl_?Yw^Rg=T$WEDTeGmY}q?Rkf@~dJSw?mj*IRvmkc4H)I|Y);#d} z70jxU@Kc!hqO2HFV<=1W=hXkuvbw_5HHw#^safB+xubS4(>}+OX3CEnYj3L$w3?7G ztF*Qb-3aNg*0wARp$Un;CDhalT-F0k=F6m-!H+-Xod52|0K)%xpJ zl^$*l{hb&AomdW;YfSrwkD`tB%QR2oHxIWDcs71Ay*SlHWk6F)8~hL2qlRd1Zts>@ zmf09X`8UTB05ml$C zwNZ7dS{F~2fVPljFZ>YcG_@A(PQ;>R$ZH^)U4=VDAXJQnf)qmUt{zRc0=+UezDkR! zmzI=4O^bK1aOD^ni-Q07P*k0+&WNfr)ma2*^Yt7|Pn}EB9FEG(>V&Agq|T-5yeRab zk@$S5QTx{&Bx9J}ONj^6q6C~01+)8yd8z5 z4!qvLNT12)u(gcTFs=AE#Ko&KYnBQKTqjKV+@2=h%7h=#-&K=wP zaKZ&69r{e3-0VKBrJF}=CO{@`pCj^;Tqq;<%2m{PZX`m!ca-`D=8j!)3`R8;-()UO zW0~|2G*0!}x*H)`Prx0U3+gX5+ij39Z>%BEt^v+db2R zdnxL_6qW030y?Bcl6~^n^L7yEM;?68++`J7+ukj$)Dry22(CD_-{Mim+w+5ixg3Yg zRiOT^22n;p3C@O4(kY+oT8t!*-RQgRto*3y=I2fS~H)(F#1Vb z&3p%*(NCZn{RFnrPaquq1kTY<$}uwjW&RUrM!y5o=qHekegfa$_M=*qFer}-7O(FFAvFl@)QaxWUeM6NJY z<5zv1U-dp{(|u`C4)Tr}ywbiucr#vwBQOw-t4nyL{U;^|n;~rWPFkwvM~tSQP`aNX znf8ms;O+&Z$sB7e5!pBVIy<9J&>4M#vUQgSbZ11kS@cSTErW$_5`j@9-RIMC(;_>h z%cyJvBFyc~FGl62fv?tO^uGT4=BGFuv2Cll&&QTgf zg1aDv-ES)_GI_6*;EXj1H2qMWP+xEZgW(eddre@CXhrYT;de%!XSpC}}y|;)xf(EkUZ~5%e zF(d3u>niEmD1j4C0P|N{J$DC2Z#NSAesB65iLM1o63Eb=9-l!(&{-!my0+ixO2#h)?si2>qLC-Ak{cOF4 zG89r+SW};cAgQgDR_KSj9{hMjJJ!Ae0 zu@aV7U>wg|jq>rtkif-5+oWIaHtFB6B4}i-romhl)D~2MF1EK4gdu0lg_`Tq>l#_} zE^vQ=gP|&YNxQ=O)bB~?aojHh=EHf944evdJ!pfR2UBBD(wM)uG7SboML1ykejX-< zUV)Y@$NfevN7)~l9k4;h=*+srV;&e}2DD!Q zkikZSl5z+RlX+^D?qLe7rehNPNpH=v~=z2MX_dSf+njR*qRC<;1 z#>zXVP@=$VF$FPmZpcNdA3kHZdOOo7V6kh*=eCoy#GpfwH^jg zj$k`Y+oFbKr-d5@<^_S7*=dnRf#c(W^6%`lXrsXVAn@(%v^I?bCj@~HWvAsd3Y-`O zUXz{HyHVhzAaGrF+JZ)blY_ve*=ezBB%GbL`Z}2uACOZJoSl|dFH^mEG;`R{4%6TX zBY#*JJGv$Mp;s@jZKOj&RBTG7v&Fdd|9)-4`gJrGe^J;v;HH%}xCxR zUvvZ6VloI9)6_<_5QL^uP##xya^x#6Ep#|I{YSpgk5}xb#lB3UpMIPq4tBvq1$9;19s56cePy%b+@!r7%$M^=&I^FmeNm+YXLIMb@h+Kx+eivG!u%$G}S;c8-9@0(g9zi(UE=4Mo-m1gO&3>P4t9yo3&V zS+b#4(+vi3d#Tq@{J%g3>Wze=4GM}j$S<0W-445scl3N66zv|rXos?BTyMQ1?xuL` zxT`7sq`UiS$@IFr`Su=&&4WPyC#2rN40sm>e@|lSed(z_kX-d4kjY0-i~JZWke|SM z@Mj5?I5eolp?)QJC1AV~-vpJIj+W<$Z->G!@GG&PUXGmC(1PCb@+AuKm89XuD`FdO zXtxVK($4>greFF)d!|3M-vB=GtGk((AU2>`D8gx!nmpED55{^f^4XEh4*vqQB1Y*r*7Dy^KP{su(#cXZP~&^>>Lb^LEJCH{rI>$fo6 z{5=dW|A_6uPf+Lj8RwB-U^Vqu;P~I<8TGrojvipEdQ;;Kzg10a_B<5z5Z020sqr_j zeQ`4Prp6q!FKVG@#{o@eN4JD}!vgL?zux|I`7j|AQhD*vgvx0wY*=C%wuB5vqJ}G- zjgWLT!g3&Fct$`6ZIsbQW+4Y5eb8o5#R1F*9(WpJFq{y2)`ok_tU9IiXA_;u<+`KUw??0mEczj z_Y(Y;`bWHNvMg|w1+Jq5*D?1?IcP8y+oUpZRRyl)$m!T1ZZ-0+3Bqav|GL0$Mc_Iv zaIHkDRrnnr#6JOVGw_><+)u>sBw`_Nle-qPLySHk)AhwL%$0qNei(-RF$@Ptcc?%1 zHU>#Qs6Y-f_LJep5Xm$4m+8gbmZMhyvFRZ}uut)vS1kEOK5LfdEd5?+Y4r;0}=tj2*^;qf6{|4U7p z?Z8$gHUi$C-{pQT;IsTU)X`c{0!kPsQP9GnkO@8A{r`hz{htqt!T#b$x_W#tG-$`h z2M1Or3=Lsf@x%rkQ^{LLY--1P8?`ie>!oAgKY+-4xmJVqmJS<>2eU9R(FxmgPpQY7 zfo)twIwp^|>3=`w_?I!(_#20ad($w%y*sl!+i8skUN#3Fgma-J9oLWkZ}f9o@DitGk&m-6$fKLaPV_nf>Z(g2i`N@1|Ff#eAiS{gAs+UJLjpY03ix{%-^f{O|MKyXPI;Ex2C^7S%;%L&%g zZv$Od(6y1^O1@qdv9Go_x%M>?$*?yw^K0pS9lfuo>jt{E&~+nSH_>%7!7T*065Qt6 zxMLuO=o@FhbBY2+R&-8nN5iSVXFS03K3fV75>{skp>G@j7 zew{J?!WUiiH~9J{!CS74iw}-sCEkh1B6~AE-*xTx!gzTf7f0A1gc1B<$o_~gABXHu znD3_y{w!pF&gT~dUo!KrnEJ0_sj2HX^!b^2|3cTVjP)U1 zzq$7B5xIc5pJ0DO@C&Ph+>hdSj-uaD^jk&OD*Km^y({G4a*U3S3OR=Bm=U>>sjp<3 zE1Bj>$3o7IP2iX(@7lGCE|(xg5XNY7B4{ipg|AW9fda@a%;Og3aSQXf#YrJZWrVhL zrMV7NLbfs1Hpbe>HRUiyG7&+ zdVfLhFX;URy>lY+4ZXji_c!$Z#_3Mbg8&hFLRW+lzGH;%7~wmo7c149u0C}2CCGIh zsK5NisJ}7lZ;bkz)1P2~>kN!26JY?`2<`@O1~J`Wg8c}F5bRHI0KtI-LkSKd7{;+O zoURcB2S;RzGm@@R1fvNKAs9n2mS7w~9>I8me1ZuC6A2~}OeUB@FqL2$!E}NGfx zQwY`)oJz2cZGT$CIo&zKb;_$+?1HBf*sfR}oxIu!-Or0-{fctCVvc!Sw_;5O9@pZVWj$ zg`As1&MhqXtpv9b+|Ix|2)4S;oqXO!u#I3l!QBKq2<{=MC%Bj3K7#uR9w2y-;30xP z5$q&*nBWnDM+qJyc%0w~f+q={B6ynM8G>gCo+Egk;Lijv5WGn662Z#^uMoUS@EXDE z1b-oTgWyeqw+P-Qc!%I!g7*mCC-{KiLxPV8J|_5t;8TLn2tFtHg5XPnuL%B1@HN3V z1b-v=JHbB){z>pH!M_N;Blw=+2ZA37{!Q=`!OsN05d2E;8^P}cy8v)z2T%kCfk|Ky z*aQxNOAsOm6GRA72%-dS2vP~!5~LBdBS`Tyv zpesR)pc_FBL3e^41U(6Q5%ebLL(rEXm!Ka(e}Vx70|^EZ3?|r*UMOrNd%J#rVvaem_{(2pn#x| zUHM*^9c?oID%jS!I1<<5iBHFL{LPqn4p-TgrJmQ3Bgi= zWdvmeM-v=FP)<-mP)Sflu$qf?9$)f)xbE5v(LwMQ}X92?Qq+oJ6pi;ADa| z1g8+JB{-E}9l>b?rxTn(a3;Z71ZNYRLvSv^c?9PZTtILk!9@fY6a0bT5`sSxTuN{m z!Q}+&2{sU1L9mhFN`k8ht|r(-a1Fs`f@=w`Bem`9g1ZTJ5ZpshPjD~6eFXOtJV5Xu!9xUpBG^grFu@}Pj}kma@HoK} z1Wyt?Meww_M!NoPk{n@PNY@yGodj#>HwFO6+I_~1jmgO|d8{*WauY<6F$7|MFg9ng zxrw2h#sc(uYX4%>IkO$M6lb;@YsMz!J0%|*E~-sI`gLbns)>fD^z>V+1lr zyLQ4ggRe+uZW=#E%)tyLX@)5dCde^&w*O*{33)W_XPBz}7mpwX{1BRM4rAn<`qf&t z#=Z|>g-{^6R#=<`oT{WffN za-sU2;eN+FzNg<01V0k|o8TvcpI!GC*ZtLXe{favPw^# z6tdSx*HtW^L4$s!B`9I7R->({s;e%Bko@qyA^2!P@##gCkoV@DTWya%+OtW%Fs=^R zy0xh(P*$QTpFk}F`higC-BUuYjn7dx!O_oSKyHEqN_dsat3dbW3l-M%3!|17p|a&w zRgh9&I(C`XM+`ARX$9MdnP`GC9py#Pj?}ge83S(%K?;jI5fpbqIWq3tzrlF`h+s%I zWMOq}B?>b1h`njj9u1^qX7YcSyYBd?itT@9=I-v@-MeH7poAJgKm%wBH5BQcprMF> zKnMXMC794b1-pX1V#T_)X9YyTF7}4KJm1r2efsRZ^822-cXn@Lb7!ZX zIdf*_OgT_3g$fDc3d|{YZN5bO7X^c$7bJ+=(zx7FUCG-78Q+?ZrUKz|VF+LD5r2-% zxYf;t$XrsK@zyOL3cmzYvSh)`it6!YGv~u6 zTa)UK>rs5U=@?>ZwOe(sstAD1P~-FMvXD6avvFXE@~ zr~Ca`wMAjQRU9;qBQol6X~Mfpk9zXu`dTS%^lZ4jlPU1!7BqZWIf!E~@7*hOKin{^7pbKcb3o|Te1{n=(h!9$gYG#zoKQZu zsuEmUP+t9oPT`n~E6YKh(FM33y?AcfLa6*>FWfq=zr=%dUdUgTgRH~JLZH4-K!^*- z^;TgV6!}3jjaDMbT(W+eNbWKqyDZ$qE}K7{xoVlqQV+tV>-yx#{@9UnTo^7Juy_bx z8wyn{ShRQrv*HHH;!lU72(*^j-}5dY2dWkz#GZ;d7P>>K#{iEgW?-coqyC1NTv1)+ zi&C{0nYdAq6*5sed;pN!E5O>W(D-09fML88Sw45>{CRLkW>-Sd!u%EZ!p}>YDCJ^| zFP6(w!t>|WXgWqv$-`Uy_$;YfIKHA9tgCE3%8>2vqdY^X!q`!NbC&vBzZ&FL|CSHP zoteN8ki45dqu0CfC6C^7ZX==3k{^FSG=4N-KDTfEvxM3zClF6o;L>3IO<4+(8atb{ zPawR5JCRHI6%l?O1nNLQb$GaAIX+YT%&kkR&$h3Zh)a|Gty$fP0WY4ukJfbu@+dr5 zwZJXh9;)Rh>flN*PW=Q@T8pfME72nu3wy}OPuRg~sIlTW^}i5OT3WFP=N9(0L#bGOsV zW(VWB9AK4O3P%AZ@H(QFSJrs&u3A2EeVnA0SF;HV7eJR8YfIbx$E?a4PnDp%ngIvY zfd*F1!bH;Ca`nH{!ed`hPX$n;{YtQm$&_y6WGc1Gf)}CZR?YJHC5IWjPBaASg%)T2 ztuf!8t)2}9yuRNBHFNXN{9~(B#WM$Jmh>J|!4uqCNymp)R?PR86fKZmK&U6gTuI-J z^~Lp7sZoZXK?i2?Y$9>TXk`(aK4=DwsHebW?16I)A+8}lp6D;N6$j99o7lL(g>qqT};F&$#5 zf*bC5_6Ay_-0w(fMGchOx*rx(HP&8iF^kZXdNVcwC;n~$l|`CaG(qlo4Fe@An~wr{ z0~ubp^7)VT4RLry!}rSo)`6Xh)MUiM^7&8zxD?ZkTK;${CzF3HEq?ZpW0s&94c7?;)o5xI?+eE4G+U3GqWp~`;%_KVf-Eq zxy928rl|maCd0jD7~~URk;(5UE7(kag^gNKRMs(Wml7L8`?yEiwQ8q3-{8sxH6R5hc*G2k zY1)3>1YxT7TLwG{%3)?8^_LnAW9MnOU z&rSY@)rae&OM$NuvwgocID(ae`aGh8@h)((oDR_G`wZceD~PU@^iAdMA}Ne86Bf-v z5?npJk1;P96w4{}JIJ$^_;ZX6tKzqalX+&9;*q85g+8AK$d=x!X)$?3-GX&k*=*$J}1G@qp? za3MF(g~UASN z9Nm01=;lLkH(xor`O4bOSJrO6G`sogSu1@sxXHI$3Uh_sd}ZkBD??Xb8M>kjOt`40 zuLNCFxfU>qd8rrlNR_ytdn(0(?x_?DxP848edT2wc)qFH6>#n*?fg_N3i4Bk<}6)A zr)pNpX9!J z4_~>tLz=jpym52aHf}%dGea=``MxsvTDBnHSDt)?_pppyU6)}NXkoOZ!HKU?3zA6l z7o)&eqyk^o1-|SGQpGFm<@Zk^u_wH}av%}U1wXGGegyXPA*zQDIX!)4_3@_y!?lX0 z`_a_HhhkrcF7T0e0kbBrD5;Y6K!rU|UlNQx(*n#ojk~+w?dvVI`lv6RZm9|t*5X~h zbbNicpew?ArAfss=;}ie4=<)PU41R5cO4ZAU7aylD=;^CbPalrD`^c<^FRqVI7IgQe-xauXS%V*mzKH&Tfk#C{ z{65m=vA|R*RsRB>AGk^TlJoKI0^i_R;2R-))hYDRYM~jYfpH%WedQyU+vR*yOgnO7&>sRRo+s`2;n%R+8I!r8w9v=g3VB2@DD!nLw1nqd zt6)Af`8rOapZ6A|+N*%aGE)Ga44I64b>gy{oO}(!T*1WjasNVpgZQ|Ap>G0E=;s|g z8SoIF>X(JSF{IGP(F=K~_d@&f_pyRPAJZ%B>8l+xJyTxa2vEo~VdKwS&rRLm8*5ER zQz;hsxM87hSS|E1vcg_IMD|QId?63LUakecv9Qp`unKw5FztcLnl|v2mwTQG0ZQ@^ zgDgEyKhAriqj&*)M8^|T&o@P8K6Dmv1-t+$^6-_ipchhenF>&2@=evQkbh6s6nVH| zeW>7RvT1-?#d?7c%3*aSq7tjl2 zb>8XN4Bt9mhAAOt%YC-ytR#mTnoWVt&mMjlhh`PFBZkC)^@Z+#G z$kIKgfWsdAV}-uZla&8plVcB(_}bxlM*vT6hjB(k7YgaiDG(v>7A!pU=Bt`A1>&a$ z6$|-b!}P`2&d^5*vSwA*r1_wd5JvjY!#$>^Y$*#k_oySxy_w{`dK_3DIK~OosP;~1 zmm24&BLD)6;HMr?4>~qpL~vAF)y`45s*R&|;8$DP%27vg;Cw_=`IhCV9;&CKy7T8G zH7;aZjvY|ru%TTa&D6$^6PUwEUWRNeg(U5u9dfLY8pST#v1~3*&<;Cl8i%W3P|2W- zGs>?oqfBQa96O>8W?JWGkbT<=jvZA)9NR%v>==Uv46+!+@q_wUJ?GdBQAj(RKi}og zMsQhib~RQ9J9ZO$zdb0ZuXVg)51P(cuB8uFIO;&OgS|gzTdiswyQ!VChq#cSxkn5f zyP4g557&8hKT4gvFu3u(EbZ7W?3Q58gNFKj2luqef-!_LrSKP8Bj7{*pO1kZf74LsLI!tR{E&407ip+RTcIg}F5qc)z*|sV%8EIAo*c zI@lc@8`u*xdBmKBRV<^;Z98IE$=K2%(+3S0H>7Q@e$RBamV4s???083qZX+7j(re- zdX|YH&+ddh;mq!h1{=JaK9>o z%kIjZtKPkfrZ$b&vMrJ?2I;M`n( zU4ZGM+!qC5uyc%a0keRxVn)~rjIiD)p&AKJtv*%HVX{ykLQ>}~1kE0@P@j9?9CMS^ zKJeg!4?ZZjY%%&hPBnEY*9VqR2zTcXC9A92%PQy32Ltd`BNsKU0GA*2=Q0}4Z{V9$ zlNDDTnWnqDG;NSu2l97|y$3o-9;N^(qQ%uG%t!jzeH|+gtkyaRK=Ckb_XEkQ3z$$3 zwfp1XPJJl%9sF_Z0f=KokgPhNJ5>AnA|}s}?4eCl=SKE0;@3W)<5-=zKG!l!tG67b z<|xpf!kOOY*aLYQ(V3IKo|A7^Up2imI*v+!nAKezzJ3x;;>EECsY~~Oec!2?J*As$ z{XM)opMHMEu?I7c7{W}U-WeBa>N_Lj*h872Z00UJj7e#@J%Yi=J*1LML?4fF>{04I z#~!Wj+r#`~97bKA3SdVq<#=Q45=TAG^SCD%Jjuj87JgP2ZoH@1?_~y0GdO@5%|q&8 zNBx(>9cCZy*rhgpcoCo0!5rfQb{)d57uc20u2#d_48CUY4TEnPe8=E>0ILrt@B_R0vg=X);YS8PG5DFmFARPK zu=;V3Klt-^{yY?)R(}SPKL@aDAOqshLF^Ljau^Ke&mjzkG6=&@by1j0jd$z`HkR70 zQ?JTr+#JVIk5mY)U&OH|+DAB6l#?IEiN@G9l3l|Yj9@T|K^Fheh(TipO&ILYpechK z2F)0>V$hmFE`v4<+A?Uz-~a{<7>wpbv)Q#DgXRocG8n@@wBXf4!&R7W9?0`Wo`Ucm zF&1aNp{OP9`(ZI}6+5bkX^>|Ost~|B6~kWOjKHeD_$-BEeTRgspBa40;6DuJGB^w% za1?_h8BAm_j=|v!N*Hu!P{<&gfnp#5tX&MgX0VgNQw;8Bu#LeM2DdY~jlm5Ju3>O3 zgR2>=W3Yxn1%ne9tY9z|AkdG&5}+~Ami_+6;0yL62D2H=Vo=Ut1_K>!61yeM=;=;TU=@D8wP(cIEw+}z?#fpC4-p^I5%rL14f-S1t3ty zu4xRki;HH>;U5|@Xw0A$gN_UiVNk%J2ZP}ZMlcx7pp=0|2{($xRkbP^EN8Hc!BPfG z7%XN`!{8VOix^ZfSjb=jgZT{RF*usR@eEcoI2It#oLy@foXp@P2InxSW^f{d(;1w` z;5PD;eCv;Bp4%GdP#QeGIlT*v{ZV2KO@9%wQ9P zdl=ls;86w-GkA!>iwsU-@DhUu7(Bz^1qRPDc$&eJ3?66j3WFUCo@4MTgMTr2o5A}G zUT5$!gLfHxz~D^=A2N7@!G9V2lfhdI-eK@>1|Ko_n8AAtK4EYigU=Xz&frT1-!u4y z!A}f+WbiwKUm1K05C|~{G6*n;FlfXe%)n+4V_-3G7-TVMz@QC-I0M08e+Eq$?8hL7 zK`#cm3|cd2%Ah@i0~oYpa3Fy76}t{*Fp5DDgU$?EFc{0A8-qg`tz zCUd+g>;hPZ*_S<)Yj7g3n)?N+oxqyFS|_kFu*y+~@VGdFe;o=G+DF;bLiTjWo&iML zW%f+RF2}$dI32*AWw+#XD;#?^hwlYHGy_0y27MUx<*|8R9$OOBbstcp58vWoC+7S6 z5)A@5NFNrmfVf^kOj<)6fX#(SW%6h(1iz3{moHhU52c!O&OTwA-XRF_eE>*J1dXg; zu&;%8y?tjE-IItJd|1q1?{aADA{Gjvc44gaaex=+fFaO>Oik}i@J$IfgrH)->L^du zldlN7`*?*K!DaZfktcKHQGYULU+KKEaB8?`gI57H3UP{2&+}@$%LjhVMi#5XLjbMp z$Y?1FmRHSRvHNP#64-9jG$>Jdsgc3elpA80)5aN#r2`WYbflAr1IoF6o_bD z@v)!@^%tO)K)ZLnJ4H#Ev@T>A*K5YHEDvaEG{sjYuX)foD9GL_7YpMsET4=WfGx8$ z{a?vC)~7sc?|6+~&!D_1MPD83Cr3Z2xnd+7V+JL0)gX9fNjPwi54V}pZ#Y6(ZGBwL z-}QYP85+INrpniG!i#Yu6i1y|pH|Ej`X(tN3gWD(aJS32&l~;0*fd+n*UL~($mt<` z<{G=gIJkn$m3CA2W-5wJtYFy!SEI5szl`sJ8bYf7idl*{m|614c6|o`W#RjMTmqS&;Y0Xf_i;{<`I}@OCLSHF4|M@Rz`RJ}j=A(@R(_s08Cu3(A%QoeL}G@ZO8Z z_oAsQQ^0z22-@AdRk(F)u2N0M+XJ9xtxUN-y!z?0*7!E)?;O>Tm^Hs*HV8aWT{&ki z?8X?ffJ=Rs1&<%Ncz_6QZwQ5(q;XQSxmIjmQC(fdcUbnQ7qKDotsNB-!oA5<4~v=f z_1U_MV!DDWO1M=~wG`bId%w6fI=yV+tm(%rsnYy&#NK4GJB!_26(F{%_ds*I&22Qz zHOqX|0a_M;&O_=iUG3SfPR>k^ zZ`x}cGAwOFjHPV|wqOfh_vr6#o{jw{d}s3(KkNuEn6!;GleV#J(l%C3+Q#Aub~Z19 zU`t*HX&Xx+?T>|!{>EBJ+gK@R8_ObXV`ZdmEF(~yCy@fyeJIyx_%6mnrTl13&pha@ z5v;&OHl(w!qK@o}uegd@X-5s~oM4|NP#K~f%QjL#-D=&cQyv4TH9k-eJek^)x>GMz z0zdc3)Shar!W%gFrBEFX+(102O4T@&10_IPXk{jH-Bwai@MPtM?xDaDdGTs(LGi$7 z=;jFJ#cTApwVCX^PMax=ppiVqUv^sfF?kAA=>)X}Q4?#6)^ie*8xiLoYLGyBn<#cO z%0y630HnYi%c$K)gSZ_3FB{I6(=oP5b6>wrJincu#-4sl51;<+kDu-~VbksOaORuC znXv3vm)nG|%l5~sD@-PTmH7Q5P(qdhh>wNBygbFkq+iEYOw`l#+r0xoq66_v@F2YW zI~Z?a4}sR1q12Lw(E&6ZO72ELgXBmmgj&BIP=41JIx7ZK34F)mDg48r{%#!787~*p zV!4c#%C)pioi^*3mZ5a|wP){hyHsa;pN zxpsYFxOPKfxORDY@hZ1AJ@Nvsu8@BAMd)Fb4`P~rg@URwoxPKzG(blPGA!? zfp*PR>{(Yi<{}?12WvR!2Q%5T=fLLSW+6-|nB0DSb0C*vhSp*$?Vq3_@N3%7__f?h zISDF&U$bJ%c;;AJsd<8Q`Iyng$JQ=iUVJ&1EY&tEp=FAozdJ-5LAlp}j;{s%UJsny z0QHSGLYc!&Gy_U3=0GLx(NHk570M|+ z{SX>RzlQeF@1UFR7kUT^I3E@fdQ>!qBF$#BL$rmWvV-VJ-M;^S`QulzJ zbflV$K}#aFA!>?hht~Q9Z?H|puh4-i+UemWP>UjtG87@Nb^C`Lk)a8|`l016#rXHb zce+8pfySEJ1`p}$aEQzC|FYpcIUQr0H23w}#Pi$fY3%8@^ziB5{`l!`6E@vW4`;qP zoC(W*b-7LWx@>>Ey251gx6xyu*)|_m%LE++t5t&9!fNgH8#_b4Np%>PnLPuYKhMdg z^gQ(YydqoEtI)vny6ix2K-|Za<=ZG1ETs+9Gh1K*lQ&b_5@@w-2fqV0Q~SK3ZlfDtPPz*QRr} zQ4uQDb<8&E2D^Jnvcf%ztqnoKK$L6tJ#p&YR-%AeyFY) z^nijx^Yk#KliW=GJEM_{H`4&d-@u1x5dOE);M!QxN^gXNW4kdZGHU>BYH_IQY6z@k zQ;~og9B{Njq6yRq?+4Y4`_mMt5S}S=prWxERf*6>Xbew ziLKLst(m}9oYtsvH48XtL5nrstXg=(5nY!+)Ft45AP`x)jfMbULq~Tq1Tw6olS>uD z*#@#kbh7TJk(+50rtPCt_ULgL*db3BP|hSjq--Ad#%!QAdGTX4E*sK%ZO2!$)d`9V zM56ZxhraFTTPp z5RcT!#1gyi&hv^01;u0CibG{`6N^8ufnI4K0UxZs`ml#+qa|nS zu>)uYI~*yLZlEUF@H9tb}%UY5KwwP z6e<_cD(Ip;P82~|T{pT#bf>#T4=B&>Nsox$^a+$Pe*L}ZDf zB3ld-Ibygt06K;8#YoW~_E4xR9U)4@crg~QY#t_NiV0$Ym?Wyjkzy@;)`_X&4lzyK z1C^%tiy7iEQ6`>3sGXu*ye?*mx5OOrA#MnKF6N2v#C-9ysFJy&TDB95<-uZ!ED+0N zFR@(q6D#BZu~H5ftK=B5S{^Qr)xDIJqjsd$3cG3OZRl&Jzsiy5uX8|~cZ;jkTr9f5 z=j5Ro_*|vwuX>ryGfgNb)XW>R!zfx|OtNLs8dEz1|3{_xvDO1G)&Tz}P?k86_J?BF z7UE7rMa&K_?1^k7V{HJ6fAzl(62@`^ez+mju zbN`XBd*{XV(!3LxZ)t)?ABt{!K+$awx~#fW&*9fd?gZ}h<^G!0yJdWm2Szcb)0 z!-4`FWM)nPg9?U<^361hr}?uWim1qdM`oz*dV*J9i(wkM>k=yuY;QJ3C9l6na;)q* z=Myp%mJl5(wl8l16BCiN|=xnl?=G9JrzAt@V zu*Jvb1i%0maQMx%5G<}LCjj1@Y8+Sd`ZXZNYcUL72ZnGxi17vxV*(0AZ-jQ@o1kI+ z7AhCFLTlwes0QkFSBg8(Aa~MwaTkWZ&2%YL+&(1kqbJ2SD7fBEZ;AWqLnwj$AC$p< zDITF;#11fp$H5ey5OLvO8ZXIH7)Yol z0xf3gj5{7)gP)1eJimHf^%W&vqZeCw=!A>vM6?->n5`yw@1JbgQ*n>4eR6VvYr3 zJSoQlA3M2@<{pAtaIa!M*-*;>zyOjW$y1QECy(4jr*5EJZr>BR>jtt<^NrqFnmWKS zPG_np$-@lv4E{nJa;vh1w(sn=s&?W>%u}pcn`s>cmFuClJ+bQ*XkQ%c$-1N0!)y-z|z>vPh9|@X5IKWS!z$rn| ztPPn$49aF3VNu##=0epel)Phcnh*7`-Q@w)U$&=NvLnrhYSbz$R;!^F^;oDwJsav! zFT$dAgX~Io%Wkw4Do`JgJ?JT@J$)ByPd|p*(@*69ENBPPuX2!3akDQJ>;61iD;@@9P&#Mb7v-$PhWW}og(^NtpR7Ss5^bC*1}br9&jJVrHAk&%u4Vg zf8aH54pqm>LH>;Pv|zaJ9t1N5&3rFxjKWx#5n&!K=D2-2=Q)^%wX6y|OpV&)&p32&xzb3$mh^SqfwaR5WD zo8bAb3vn*U(Q$a-g&*Qvm=gfWUzB6>Py+q#B}m@hOc&>bk<=wQAXADFPNOXjP|v^bb4`#fZJSsrsvo}lm=`!aL^@HbBFa-AAxb4YEX zyNW3e@`#BwwO+++qbq>4D~lsJ2(D3emFq&yHs(aUA#5{U?YVLy;Cr1IB1KHI^t!(| z>NRe$V;nK#XdsHSj60qepTaYohNhq7M3bxgxmpuN@&G;~FW!#l ztA-$Q;#=q%ccqGIy39VuVc(J*pcz)GC@$LYlZ&&Q20B>s_r$Ja>fk`6RsV6By24?wO~}XKpB3Lv|C*P5-92>u2Kq%i zZrFgSxgIC8!Qv8nxmt`RxfV|6WETg!=-T82a~j=%(S~Vg6Wv&hap%8vlzJV?%4->x zP`80$iTPldWBHpYVy4@|<(MX8HgZ$yYb)KHkWi_93kc;_GkgazM7#9z57z~Hxh=;+ z%-dOhH71XTzdN?joqG7Ys}s*q2PVWzy2g#%8rKrP*HLV72Fk~{u7<%noc9-#6zpy; zW*jHPAcW`ou7TnDayo3UXS@oM49+Rzm4B)^7-H24QNM;*tMJo3eH_B<`rE;I^LMq#G8YNTNZc=HaQvpOO zGm**~w=8b&ZJg8COXVuprF(DVWGczt+gPUph*aFwUE>UGk-%OGQ)UzWn+dsphLFiQ zt6YeEAFQ@9iXB0NNf5_wIZSoX(yF6RoAuo`3B9*)3 zRq}4c*aY9r_}U`hkXz+D@?QCYyia~Ax5+Q%cKNNmU;ZE;R6;(Y8p=miW4S}MmXE6g zGIzQ6uHEszg4o#>*GfH2I>ckUP~}`Kr2HzM-y`Z>rnnTWY&} zTRkY>QBTT$sTbtG)tmBN^}c*h{a5}+eIeghKgti(@A5-S$&aj{{KRS~|7-0pKebxR z&#l4oOKY_J$~s(rZB3HjSnK5v)q+^uwNw6Ly)A#WK9s*%U(4UE-{l_xC3oR~ zzQB=ti6iz3r|vDBY!Be(NDxQbL%26$RGjS8)T5l_s&CEASDUBX6D*(vBX%YFT^K&0Tr_zJMg^1MOIR1sRrso zbrEJmJ8&b17s&y%T*$2lO$r>R=Vc+~UnJu`ygT1gcY%XN&=d1i_nVp1s2z7_*tA470hN(jA3Kh{r)fM|h-DsNXL6zup$EaSkL>1F& z)thcq{peZMpI%V|AVV049ygdiRKw^qHJrXxBj^V;3SyrU5maM&O(FJIr2>~0MQ1f$ z zrJ>-&Bfw=3SL^5qwH~x}Ce2Z2(b4K`nh(8li`BVwf;x}RQRmZT>H2k+$zsxXcas};I@i&9>O^2V{f@b8YDD9*}d+8O>P7h47PZc z#@I^0Ft)COVQkHSVQgK+BOk<+df)>Wb!CtbY6lN|T_C!9*yW;fs^P$Tjk7zKcjGdb zhs)*ih;5j>Y{_HNI|!*N;4!g0&N7QB_sztH#p?GAr>^nVuvo?DUka%^`sQNEe};|+e|0L1iG zGw&nj2U@1$qToXaJ=~Zd<%E+lKkmc=60AKwMNDr6^9f@9SIZyVn4d!a;KuyS$RCjB z|2&xk-C<-0ko;kWlX;>+ZBZ{CHCMo3)wn_rmmDKx<_N8H*YG5C+vszY;)~)a7U*s% zzI0t^!mo0oJPY_5R%kPQlM_wW=3A`ieJiQfZi=;5wPq!itA8`2Ft0!B9EGu8I|BW3 z2Zhw*=#x*-c=Z%cR6R{)>KXLAXQ@U#N6XdobgX&-Cl7Ygsp=(KuU@9})hl$ldX;Wa zuhAXqb=sodK>vIb{qvvnn0kkvQ2(aq)w_`7zlV|eKalTzj1l&~VygO7RH)A|!v0UJ zP@jvFF)LlCz7%JvuQ9@YgT1+L#ZBrvaku(jJg9yUJJgTZ=J{E?sD2S|s$a$X>NoMZ z`d$32{t&y=E-5V`!_44>*) z=W(WH#X;Vh;A1He>LHEa`k97quTjbS3*ENS@1UtaG>3MVB)iO#1lK?87Mq30v0H8y z(kxFpZxiasdxVvWAp*%5K^-IHhE1&k+~yfa${J5WYa+$0BdC!z2~Bh)4YsDBiKbGi zbremorqN7mI#pO@w8)x8ORNey&Vq!;nnUMVbLkSRlCHFlrt7SEl(6R09o7Q6&ss>2 zSylA3wTNECvklxlv$0-1jyk9zD_m}WZG}1CVs#&yOo5jz zhl@|5J)^eiy@*EifZEP8bSkCe)%|dxzk>JiS+?5!6^}Z)4GI~kdzHd*#m0P>qRAb| zTk5@;2(MSIr4+(j7F<^MYJ}sJD}G0_Jw zyxu-0c{=)R_f&ZTM@g`D<B#OND{p2 z)#pW02TAyJramNtWIN=!>r^xBb#Qq?tpQR~{OC^cs?8*Qdt#@stkyc6PO{d~I%_?h zW#M$Wbv9jWol93>Hn`Ec0Ic9by2-kjZnrL>yRbdC)w+zfSy#{_)|Irw+6XprHQ2 Method is meant for cases where the system is parsing an + /// external file. + /// + /// + /// + /// + Object parse(); + + /// Method is meant to parse a discrete amount of input. The + /// method takes Object input. It is up to the implementing + /// class to determine if the input is raw text, inputstream or + /// some other wrapper. + /// + /// input + /// + /// + /// + /// + Object parse(Object input); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/ProfileStats.cs b/trunk/Creshendo/Util/ProfileStats.cs new file mode 100644 index 0000000..bd4cfa4 --- /dev/null +++ b/trunk/Creshendo/Util/ProfileStats.cs @@ -0,0 +1,217 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util +{ + /// Peter Lin + /// * + /// ProfileStats is used to collect statistics about the runtime. + /// + /// + public class ProfileStats + { + public static long addActivation = 0; + public static int addcount = 0; + protected internal static long addend = 0; + protected internal static long addstart = 0; + protected internal static long assertend = 0; + protected internal static long assertstart = 0; + public static long assertTime = 0; + protected internal static long fend = 0; + public static long fireTime = 0; + + protected internal static long fstart = 0; + protected internal static long retractend = 0; + protected internal static long retractstart = 0; + public static long retractTime = 0; + public static long rmActivation = 0; + public static int rmcount = 0; + + protected internal static long rmend = 0; + protected internal static long rmstart = 0; + + public ProfileStats() + { + } + + public static void resetStats() + { + assertTime = 0; + retractTime = 0; + rmActivation = 0; + addActivation = 0; + fireTime = 0; + } + + /// method should be called when Rete.fire is called or simply + /// turn on profiling in Rete. + /// + public static void startFire() + { + fstart = (DateTime.Now.Ticks - 621355968000000000)/10000; + } + + /// endFire will automatically calculate the elapsed time + /// and Add it to the total fire time. if the start fire + /// timestamp is zero, the elapsed time will not be + /// calculated. + /// + public static void endFire() + { + fend = (DateTime.Now.Ticks - 621355968000000000)/10000; + if (fstart > 0) + { + addFireET(fend - fstart); + } + } + + /// Add a long time to the total fire time + /// + /// time + /// + /// + public static void addFireET(long time) + { + fireTime += time; + } + + /// method should be called before assert is called or turn + /// profiling in Rete. + /// + public static void startAssert() + { + assertstart = (DateTime.Now.Ticks - 621355968000000000)/10000; + } + + /// method will automatically calculate the elapsed time and + /// Add it to the total assert time. if the start assert + /// timestamp is zero, elpased time will not be calculated + /// and added. + /// + public static void endAssert() + { + assertend = (DateTime.Now.Ticks - 621355968000000000)/10000; + if (assertstart > 0) + { + addAssertET(assertend - assertstart); + } + } + + /// Add elapsted time to assert total time + /// + /// time + /// + /// + public static void addAssertET(long time) + { + assertTime += time; + } + + /// the method should be called before retract is called or + /// turn of profiling in the Rete class. + /// + public static void startRetract() + { + retractstart = (DateTime.Now.Ticks - 621355968000000000)/10000; + } + + /// method will calculate the elapsed time and Add it to the + /// total retract time. if the start retract timestamp is zero + /// the elapsed time will not be calculated. + /// + public static void endRetract() + { + retractend = (DateTime.Now.Ticks - 621355968000000000)/10000; + if (retractstart > 0) + { + addRetractET(retractend - retractstart); + } + } + + /// Add elapsed time to retract total + /// + /// time + /// + /// + public static void addRetractET(long time) + { + retractTime += time; + } + + public static void startAddActivation() + { + addstart = (DateTime.Now.Ticks - 621355968000000000)/10000; + } + + public static void endAddActivation() + { + addend = (DateTime.Now.Ticks - 621355968000000000)/10000; + if (addstart > 0) + { + addAddActivationET(addend - addstart); + addcount++; + } + } + + public static void addAddActivationET(long time) + { + addActivation += time; + } + + public static void startRemoveActivation() + { + rmstart = (DateTime.Now.Ticks - 621355968000000000)/10000; + } + + public static void endRemoveActivation() + { + rmend = (DateTime.Now.Ticks - 621355968000000000)/10000; + if (rmstart > 0) + { + addRemoveActivationET(rmend - rmstart); + rmcount++; + } + } + + public static void addRemoveActivationET(long time) + { + rmActivation += time; + } + + public static void reset() + { + assertTime = 0; + retractTime = 0; + rmActivation = 0; + addActivation = 0; + fireTime = 0; + fstart = 0; + fend = 0; + assertstart = 0; + assertend = 0; + retractstart = 0; + retractend = 0; + addstart = 0; + addend = 0; + rmstart = 0; + rmend = 0; + addcount = 0; + rmcount = 0; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/PropertyChangeEvent.cs b/trunk/Creshendo/Util/PropertyChangeEvent.cs new file mode 100644 index 0000000..6bd7eb4 --- /dev/null +++ b/trunk/Creshendo/Util/PropertyChangeEvent.cs @@ -0,0 +1,17 @@ +using System; + +namespace Creshendo.Util +{ + public class PropertyChangeEvent + { + public PropertyChangeEvent(object transaction, string field, object value, object newValue) + { + throw new NotImplementedException(); + } + + public object getSource + { + get { throw new NotImplementedException(); } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/PropertyChangeListener.cs b/trunk/Creshendo/Util/PropertyChangeListener.cs new file mode 100644 index 0000000..a4c6c62 --- /dev/null +++ b/trunk/Creshendo/Util/PropertyChangeListener.cs @@ -0,0 +1,10 @@ +namespace Creshendo.Util +{ + public class PropertyChangeListener + { + public void propertyChange(PropertyChangeEvent @event) + { + throw new System.NotImplementedException(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/PropertyChangedHandler.cs b/trunk/Creshendo/Util/PropertyChangedHandler.cs new file mode 100644 index 0000000..9338434 --- /dev/null +++ b/trunk/Creshendo/Util/PropertyChangedHandler.cs @@ -0,0 +1,36 @@ +using System; + +namespace Creshendo.Util +{ + public delegate void PropertyChangedHandler(object sender, PropertyChangedHandlerEventArgs e); + + + public class PropertyChangedHandlerEventArgs : EventArgs + { + private readonly object _newValue; + private readonly object _oldValue; + private readonly string _propertyName; + + public PropertyChangedHandlerEventArgs(string propertyName, object oldValue, object newValue) + { + _propertyName = propertyName; + _oldValue = oldValue; + _newValue = newValue; + } + + public string PropertyName + { + get { return _propertyName; } + } + + public object OldValue + { + get { return _oldValue; } + } + + public object NewValue + { + get { return _newValue; } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/PropertyDescriptor.cs b/trunk/Creshendo/Util/PropertyDescriptor.cs new file mode 100644 index 0000000..804144f --- /dev/null +++ b/trunk/Creshendo/Util/PropertyDescriptor.cs @@ -0,0 +1,28 @@ +using System; +using System.Reflection; + +namespace Creshendo.Util +{ + public class PropertyDescriptor_ + { + public string getName() + { + throw new NotImplementedException(); + } + + public MethodInfo getReadMethod() + { + throw new NotImplementedException(); + } + + public Type getPropertyType() + { + throw new NotImplementedException(); + } + + public MethodInfo getWriteMethod() + { + throw new NotImplementedException(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/AbstractActivationList.cs b/trunk/Creshendo/Util/Rete/AbstractActivationList.cs new file mode 100644 index 0000000..bbc3b0b --- /dev/null +++ b/trunk/Creshendo/Util/Rete/AbstractActivationList.cs @@ -0,0 +1,65 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// This is a base class the defines the common fields like lazy and + /// strategy for the activation list. Creating new activationList + /// implementations should extend this class. + /// + /// + [Serializable] + public abstract class AbstractActivationList : IActivationList + { + protected internal bool lazy = false; + protected internal IStrategy stratey = null; + public abstract bool AscendingOrder { get; } + + #region ActivationList Members + + public virtual IStrategy Strategy + { + get { return stratey; } + + set { stratey = value; } + } + + public virtual bool Lazy + { + get { return lazy; } + + set { lazy = value; } + } + + public abstract IActivation nextActivation(); + + public abstract void addActivation(IActivation act); + + public abstract IActivation removeActivation(IActivation act); + + public abstract void clear(); + + public abstract int size(); + + public abstract IActivationList cloneActivationList(); + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/AbstractCondition.cs b/trunk/Creshendo/Util/Rete/AbstractCondition.cs new file mode 100644 index 0000000..0f45b77 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/AbstractCondition.cs @@ -0,0 +1,244 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Compiler; + +namespace Creshendo.Util.Rule +{ + public abstract class AbstractCondition : ICondition + { + /// the constraints for the condition element + /// + //UPGRADE_NOTE: The initialization of 'constraints' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal IList constraints; + + /// In the case the object pattern is negated, the boolean + /// would be set to true. + /// + protected internal bool negated = false; + + /// a list for the RETE nodes created by RuleCompiler + /// + //UPGRADE_NOTE: The initialization of 'nodes' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal IList nodes; + + /// the deftemplate associated with the ObjectCondition + /// + protected internal Deftemplate template = null; + + /// The string template name from the parser, before we + /// resolve it to the Template object + /// + protected internal String templateName = null; + + public AbstractCondition() + { + InitBlock(); + } + + public virtual BaseNode FirstNode + { + get + { + if (nodes.Count > 0) + { + return (BaseNode) nodes[0]; + } + else + { + return null; + } + } + } + + public virtual String TemplateName + { + get { return templateName; } + + set { templateName = value; } + } + + public virtual Deftemplate Deftemplate + { + get { return template; } + + set { template = value; } + } + + /// by default patterns are not negated. Negated Conditional Elements + /// (aka object patterns) are expensive, so they should be used with + /// care. + /// + /// + /// + /// + /// set whether or not the pattern is negated + /// + /// negate + /// + /// + public virtual bool Negated + { + get { return negated; } + + set { negated = value; } + } + + public virtual IConstraint[] Constraints + { + get + { + IConstraint[] con = new IConstraint[constraints.Count]; + constraints.CopyTo(con, 0); + return con; + } + } + + #region Condition Members + + /// returns the bindings, excluding predicateConstraints + /// + public virtual IList BindConstraints + { + get + { + List binds = new List(); + IEnumerator itr = constraints.GetEnumerator(); + while (itr.MoveNext()) + { + Object c = itr.Current; + if (c is BoundConstraint) + { + BoundConstraint bc = (BoundConstraint) c; + if (!bc.firstDeclaration() && !bc.IsObjectBinding) + { + binds.Add(c); + } + } + else if (c is PredicateConstraint) + { + PredicateConstraint pc = (PredicateConstraint) c; + if (pc.PredicateJoin) + { + binds.Add(pc); + } + } + } + return binds; + } + } + + public virtual BaseNode LastNode + { + get + { + if (nodes.Count > 0) + { + return (BaseNode) nodes[nodes.Count - 1]; + } + else + { + return null; + } + } + } + + public virtual IList Nodes + { + get { return nodes; } + } + + public virtual void addNewAlphaNodes(BaseNode node) + { + nodes.Add(node); + for (int i = 0; i < node.SuccessorNodes.Length; i++) + { + nodes.Add(node.SuccessorNodes[i]); + addNewAlphaNodes(((BaseAlpha) node.SuccessorNodes[i])); + } + } + + public virtual void addNode(BaseNode node) + { + if (!nodes.Contains(node)) + { + nodes.Add(node); + } + } + + public virtual void clear() + { + nodes.Clear(); + } + + public abstract IConditionCompiler getCompiler(IRuleCompiler ruleCompiler); + + public abstract bool compare(ICondition cond); + + // /** + // * method returns all bindings include predicateConstraints that + // * aren't predicate joins + // */ + // public org.jamocha.rete.util.IList getAllBindings() { + // org.jamocha.rete.util.List binds = new org.jamocha.rete.util.List(); + // IEnumerator itr = constraints.GetEnumerator(); + // while (itr.MoveNext()) { + // Object c = itr.Current(); + // if (c instanceof BoundConstraint) { + // BoundConstraint bc = (BoundConstraint)c; + // if (!bc.firstDeclaration()) { + // binds.Add(c); + // } + // } else if (c instanceof PredicateConstraint) { + // if (((PredicateConstraint)c).isPredicateJoin()) { + // binds.Add(c); + // } + // } + // } + // return binds; + // } + + + // public boolean hasVariables() { + // IEnumerator itr = constraints.GetEnumerator(); + // while (itr.MoveNext()) { + // Object ob = itr.Current(); + // if (ob instanceof BoundConstraint) { + // return true; + // } else if (ob instanceof PredicateConstraint) { + // return ((PredicateConstraint)ob).isPredicateJoin(); + // } + // } + // return false; + // } + + /// Subclasses must implement this method + /// + public abstract String toPPString(); + + #endregion + + private void InitBlock() + { + constraints = new List(8); + nodes = new List(); + } + + + public virtual void addConstraint(IConstraint con) + { + constraints.Add(con); + } + + public virtual void addConstraint(IConstraint con, int position) + { + constraints.Insert(0, con); + } + + public virtual void removeConstraint(IConstraint con) + { + constraints.Remove(con); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/AbstractMessageEventArgs.cs b/trunk/Creshendo/Util/Rete/AbstractMessageEventArgs.cs new file mode 100644 index 0000000..a53f52a --- /dev/null +++ b/trunk/Creshendo/Util/Rete/AbstractMessageEventArgs.cs @@ -0,0 +1,70 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + public enum EventType + { + ADD_RULE_EVENT = 0, + REMOVE_RULE_EVENT = 1, + PARSE_ERROR = 2, + INVALID_RULE = 3, + RULE_EXISTS = 4, + TEMPLATE_NOTFOUND = 5, + CLIPSPARSER_ERROR = 6, + CLIPSPARSER_WARNING = 7, + CLIPSPARSER_REINIT = 8, + FUNCTION_NOT_FOUND = 9, + FUNCTION_INVALID = 10, + ADD_NODE_ERROR = 11, + ERROR = 100, + COMMAND = 101, + RESULT = 102, + ENGINE = 103, + } + + /// Peter Lin + /// + /// + /// + public abstract class AbstractMessageEventArgs : EventArgs + { + private String _channelId; + + /// + /// Initializes a new instance of the class. + /// + /// The channel id. + public AbstractMessageEventArgs(String channelId) + { + _channelId = channelId; + } + + /// Returns the id of the sender of the message. + /// + /// + /// The sender-id + /// + /// + public virtual String ChannelId + { + get { return _channelId; } + set { _channelId = value; } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/AbstractParam.cs b/trunk/Creshendo/Util/Rete/AbstractParam.cs new file mode 100644 index 0000000..b78c394 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/AbstractParam.cs @@ -0,0 +1,213 @@ +/* +* Copyright 2002-2007 Peter Lin Licensed under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at +* http://jamocha.sourceforge.net/ Unless required by applicable law or +* agreed to in writing, software distributed under the License is distributed +* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either +* express or implied. See the License for the specific language governing +* permissions and limitations under the License. +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin AbstractParam provides the common implementation of + /// Parameter interface. + /// + /// + [Serializable] + public abstract class AbstractParam : IParameter + { + //protected internal bool objBinding = false; + + #region Parameter Members + + /// Get the value type + /// + public abstract int ValueType { get; set; } + + public abstract object Value { get; set; } + + + /// Get the value of the given slot + /// + //public abstract System.Object getValue{Get;} + /// subclasses have to implement the method + /// + public abstract bool ObjectBinding {get; } + + + /// the implementation will check if the value is a String. if it is, it + /// casts the object to a String, otherwise it calls the object's toString() + /// method. + /// + public virtual String StringValue + { + get + { + Object value_Renamed = Value; + if (value_Renamed != null) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return Value.ToString(); + } + else + { + return ""; + } + } + } + + /// + /// + public virtual bool BooleanValue + { + get + { + if (Value != null && !(Value is Boolean)) + { + Boolean b = StringValue.Equals("true", StringComparison.InvariantCultureIgnoreCase); + return b; + } + else + { + return ((Boolean) Value); + } + } + } + + public virtual int IntValue + { + get + { + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + if (Value != null && !(Value is int)) + { + throw new FormatException("Value is not a number"); + } + else + { + //UPGRADE_ISSUE: Method 'java.lang.Number.intValue' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + return ((int) Value); + } + } + } + + public virtual short ShortValue + { + get + { + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + if (Value != null && !(Value is short)) + { + throw new FormatException("Value is not a number"); + } + else + { + //UPGRADE_ISSUE: Method 'java.lang.Number.shortValue' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + return ((short) Value); + } + } + } + + public virtual long LongValue + { + get + { + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + if (Value != null && !(Value is long)) + { + throw new FormatException("Value is not a number"); + } + else + { + //UPGRADE_ISSUE: Method 'java.lang.Number.longValue' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + return ((long) Value); + } + } + } + + public virtual float FloatValue + { + get + { + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + if (Value != null && !(Value is float)) + { + throw new FormatException("Value is not a number"); + } + else + { + //UPGRADE_ISSUE: Method 'java.lang.Number.floatValue' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + return ((float) Value); + } + } + } + + public virtual double DoubleValue + { + get + { + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + if (Value != null && !(Value is double)) + { + throw new FormatException("Value is not a number"); + } + else + { + //UPGRADE_ISSUE: Method 'java.lang.Number.doubleValue' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + return ((double) Value); + } + } + } + + public virtual Decimal BigIntegerValue + { + get + { + if (Value != null && (Value is Decimal)) + { + return (Decimal) Value; + } + else + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return Decimal.Parse(Value.ToString()); + } + } + } + + public virtual Decimal BigDecimalValue + { + get + { + if (Value != null && (Value is Decimal)) + { + return (Decimal) Value; + } + else + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return Decimal.Parse(Value.ToString()); + } + } + } + + + /// reset sets the Fact handle to null + /// + public abstract void reset(); + + public abstract object getValue(Rete engine, int valueType); + + #endregion + + // --- methods for getting the value --- // + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/AbstractSlot.cs b/trunk/Creshendo/Util/Rete/AbstractSlot.cs new file mode 100644 index 0000000..7e0ba64 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/AbstractSlot.cs @@ -0,0 +1,157 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// AbstractSlot Contains common attributes of Slot, multislot and + /// binding. Slot classes need to implement the clone method for + /// cloning the slots. This is necessary because slots are used to + /// parse CLIPS and for the RETE nodes. + /// + /// + /// + /// + [Serializable] + public abstract class AbstractSlot : ICloneable + { + /// depth is a place holder for ordered facts, which is a list + /// of symbols. For the first version, ordered facts are not + /// implemented. it is also used in the case a condition has + /// multiple equal/not equal as in (attr2 "me" | "you" | ~"her" | ~"she") + /// + private int depth; + + /// in some cases, users may want a template to have a default value + /// + private bool hasDefault = false; + + /// the id of the slot + /// + private int id; + + /// The name of the slot + /// + private String name; + + /// node count is used to keep track of how many nodes use the given + /// slot. This is done for statistical purposes, which serve 3 main + /// functions. + /// 1. provide a way to calculate the relative importance of a slot + /// with regard to the entire RETE network + /// 2. provide a way to optimize runtime execution + /// 3. provide valuable information for engine management + /// + private int nodeCount = 1; + + /// The type of the value + /// + private int type = - 1; + + public AbstractSlot(string nme) + { + name = nme; + } + + public AbstractSlot() + { + } + + /// Get the name of the slot + /// + /// + /// + /// + /// Set the name of the slot + /// + /// text + /// + /// + public virtual String Name + { + get { return name; } + + set { name = value; } + } + + public virtual int ValueType + { + get { return type; } + + set { type = value; } + } + + /// the id is the column id, this is the sequence java + /// introspection returns the fields for the object + /// + /// + /// + /// + /// Set the column id for the slot. the id is the position + /// of the slot in the deftemplate + /// + /// id + /// + /// + public virtual int Id + { + get { return id; } + + set { id = value; } + } + + /// return the number of nodes the given slot participates + /// in. It may not be a complete count. In some cases, it + /// may only count the direct successors of ObjectTypeNode + /// + /// + /// + /// + public virtual int NodeCount + { + get { return nodeCount; } + } + + #region ICloneable Members + + /// A convienance method to clone slots. subclasses must implement + /// this method. + /// + public abstract Object Clone(); + + #endregion + + /// Increment the node count + /// + public virtual void incrementNodeCount() + { + nodeCount++; + } + + /// decrement the node count + /// * + /// + public virtual void decrementNodeCount() + { + --nodeCount; + } + + //UPGRADE_TODO: The equivalent of method 'java.lang.Object.clone' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/AbstractTemporalNode.cs b/trunk/Creshendo/Util/Rete/AbstractTemporalNode.cs new file mode 100644 index 0000000..43b3315 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/AbstractTemporalNode.cs @@ -0,0 +1,183 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// AbstractTemporalNode is the base class for all temporal joins. For performance + /// reasons, we will have several subclasses. + /// + /// + public abstract class AbstractTemporalNode : BaseJoin + { + /// The relative elapsed time for the left side of the join. + /// The default value is 0 to indicate it has no time window + /// + protected internal int leftElapsedTime = 0; + + /// the relative elapsed time for the right side of the join + /// The default value is 0 to indicate it has no time window + /// + protected internal int rightElapsedTime = 0; + + public AbstractTemporalNode(int id) : base(id) + { + } + + protected internal virtual long RightTime + { + get + { + long time; + long ts = (DateTime.Now.Ticks - 621355968000000000)/10000; + if (rightElapsedTime > 0) + { + time = ts - rightElapsedTime; + } + else + { + time = 9223372036854775807L; + } + return time; + } + } + + protected internal virtual long LeftTime + { + get + { + long time; + if (leftElapsedTime > 0) + { + time = (DateTime.Now.Ticks - 621355968000000000)/10000 - leftElapsedTime; + } + else + { + time = 9223372036854775807L; + } + return time; + } + } + + public virtual int LeftElapsedTime + { + get { return leftElapsedTime; } + + set { leftElapsedTime = value; } + } + + public virtual int RightElapsedTime + { + get { return rightElapsedTime; } + + set { rightElapsedTime = value; } + } + + /// assertLeft takes an array of facts. Since the Current join may be joining + /// against one or more objects, we need to pass all previously matched + /// facts. + /// + /// + /// factInstance + /// + /// engine + /// + /// + public abstract override void assertLeft(Index linx, Rete engine, IWorkingMemory mem); + + /// Assert from the right side is always going to be from an Alpha node. + /// + /// + /// factInstance + /// + /// engine + /// + /// + public abstract override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem); + + /// Retracting from the left requires that we propogate the + /// + /// + /// factInstance + /// + /// engine + /// + /// + public abstract override void retractLeft(Index linx, Rete engine, IWorkingMemory mem); + + /// Retract from the right works in the following order. 1. Remove the fact + /// from the right memory 2. check which left memory matched 3. propogate the + /// retract + /// + /// + /// factInstance + /// + /// engine + /// + /// + public abstract override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem); + + /// evaluate will first compare the timestamp of the last fact in the fact + /// array of the left and make sure the fact is still fresh. if it is not + /// fresh, the method returns false. + /// + /// leftlist + /// + /// right + /// + /// + /// + /// + public virtual bool evaluate(IFact[] leftlist, IFact right, long time) + { + bool eval = true; + // first we compare the timestamp of the last fact in the + // fact array. the last fact should be the fact with a + // relative time window + if (leftlist[leftlist.Length - 1].timeStamp() > time) + { + // we iterate over the binds and evaluate the facts + for (int idx = 0; idx < binds.Length; idx++) + { + // we got the binding + Binding bnd = binds[idx]; + eval = bnd.evaluate(leftlist, right); + if (!eval) + { + break; + } + } + return eval; + } + else + { + return false; + } + } + + + /// Basic implementation will return string format of the betaNode + /// + public abstract override String ToString(); + + /// returns the node named + node id and the bindings in a string format + /// + public abstract override String toPPString(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Agenda.cs b/trunk/Creshendo/Util/Rete/Agenda.cs new file mode 100644 index 0000000..17060d5 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Agenda.cs @@ -0,0 +1,181 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// The design of the agenda is based on CLIPS, which uses modules to + /// contain different rulesets. When a new activation is added to the + /// agenda, it is added to a specific module. By default, the rule + /// engine creates a main module. If no additional modules are created, + /// all activations are added to the main module. If there are multiple + /// modules, the activation is added to the activation list of that + /// given module. + /// Only the activations of the current module will be fired. + /// + /// + [Serializable] + public class Agenda + { + private Rete engine = null; + + /// The org.jamocha.rete.util.List for the modules. + /// + //UPGRADE_NOTE: The initialization of 'modules' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal IGenericMap modules; + + private bool profAdd = false; + + private bool profRm = false; + private bool watch_Renamed_Field = false; + + /// The agenda takes an instance of Rete. the agenda needs a + /// handle to the engine to do work. + /// + public Agenda(Rete engine) + { + InitBlock(); + this.engine = engine; + } + + public virtual bool Watch + { + set { watch_Renamed_Field = value; } + } + + public virtual bool ProfileAdd + { + set { profAdd = value; } + } + + public virtual bool ProfileRemove + { + set { profRm = value; } + } + + private void InitBlock() + { + modules = CollectionFactory.localMap(); + } + + + public virtual bool watch() + { + return watch_Renamed_Field; + } + + + public virtual bool profileAdd() + { + return profAdd; + } + + + public virtual bool profileRemove() + { + return profRm; + } + + /// Add an activation to the agenda. + /// + /// actv + /// + /// + public virtual void addActivation(IActivation actv) + { + // the implementation should Get the current focus from Rete + // and then Add the activation to the Module. + if (profAdd) + { + addActivationWProfile(actv); + } + else + { + if (watch_Renamed_Field) + { + engine.writeMessage("=> " + actv.toPPString() + "\r\n", "t"); + } + actv.Rule.Module.addActivation(actv); + } + } + + /// if profiling is turned on, the method is called to Add + /// new activations to the agenda + /// + /// actv + /// + /// + public virtual void addActivationWProfile(IActivation actv) + { + ProfileStats.startAddActivation(); + actv.Rule.Module.addActivation(actv); + ProfileStats.endAddActivation(); + } + + /// Method is called to Remove an activation from the agenda. + /// + /// actv + /// + /// + public virtual void removeActivation(IActivation actv) + { + if (profRm) + { + removeActivationWProfile(actv); + } + else + { + if (watch_Renamed_Field) + { + engine.writeMessage("<= " + actv.toPPString() + "\r\n", "t"); + } + actv.Rule.Module.removeActivation(actv); + } + } + + /// if the profiling is turned on for Remove, the method is + /// called to Remove activations. + /// + /// actv + /// + /// + public virtual void removeActivationWProfile(IActivation actv) + { + ProfileStats.startRemoveActivation(); + actv.Rule.Module.removeActivation(actv); + ProfileStats.endRemoveActivation(); + } + + /// Clear will Clear all the modules and Remove all activations + /// + public virtual void clear() + { + IEnumerator itr = modules.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + Object key = itr.Current; + IModule mod = (IModule) modules.Get(key); + mod.clear(); + } + modules.Clear(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/AlphaMemoryImpl.cs b/trunk/Creshendo/Util/Rete/AlphaMemoryImpl.cs new file mode 100644 index 0000000..ba74819 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/AlphaMemoryImpl.cs @@ -0,0 +1,80 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections.Generic; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Basic implementation of Alpha memory. It uses HashMap for storing + /// the indexes. + /// + /// + public class AlphaMemoryImpl : IAlphaMemory + { + private readonly IGenericMap memory = null; + + /// + /// + public AlphaMemoryImpl(String name) + { + memory = CollectionFactory.newAlphaMemoryMap(name); + } + + #region AlphaMemory Members + + /// addPartialMatch stores the fact with the factId as the + /// key. + /// + public virtual void addPartialMatch(IFact fact) + { + memory.Put(fact, fact); + } + + /// Clear the memory. + /// + public virtual void clear() + { + memory.Clear(); + } + + /// Remove a partial match from the memory + /// + public virtual IFact removePartialMatch(IFact fact) + { + return memory.RemoveWithReturn(fact); + } + + /// Return the Count of the memory + /// + public virtual int size() + { + return memory.Count; + } + + /// Return an GetEnumerator of the values + /// + public virtual IEnumerator GetEnumerator() + { + return memory.Keys.GetEnumerator(); + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/AlphaNode.cs b/trunk/Creshendo/Util/Rete/AlphaNode.cs new file mode 100644 index 0000000..61e10ba --- /dev/null +++ b/trunk/Creshendo/Util/Rete/AlphaNode.cs @@ -0,0 +1,203 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// AlphaNode is a single input node. The design is influenced by CLIPS + /// PatternNode and PartialMatch. I've tried to stay as close to CLIPS + /// design as practical. A obvious difference between CLIPS and this + /// implementation is the lack of memory allocation or passing pointers.
+ ///
+ /// + /// + ///
+ public class AlphaNode : BaseAlpha2 + { + protected internal CompositeIndex compIndex = null; + protected internal String hashstring = null; + + /// The use of Slot(s) is similar to CLIPS design + /// + protected internal Slot slot = null; + + /// + /// + public AlphaNode(int id) : base(id) + { + } + + /// Set the operator using the int value + /// + /// opr + /// + /// + public override int Operator + { + get { return operator_Renamed; } + set { operator_Renamed = value; } + } + + /// the first time the RETE compiler makes the node shared, + /// it needs to increment the useCount. + /// + /// share + /// + /// + public virtual bool Shared + { + get + { + if (useCount > 0) + { + return true; + } + else + { + return false; + } + } + } + + /// Set the slot id. The slot id is the deftemplate slot id + /// + /// id + /// + /// + public override Slot Slot + { + set { slot = value; } + } + + /// return the times the node is shared + /// + /// + /// + /// + public virtual int UseCount + { + get { return useCount; } + } + + public virtual CompositeIndex HashIndex + { + get + { + if (compIndex == null) + { + compIndex = new CompositeIndex(slot.Name, operator_Renamed, slot.Value); + } + return compIndex; + } + } + + + /// the implementation will first check to see if the fact already matched. + /// If it did, the fact stops and doesn't go any further. If it doesn't, + /// it will attempt to evaluate it and Add the fact if it matches. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertFact(IFact fact, Rete engine, IWorkingMemory mem) + { + if (evaluate(fact)) + { + IAlphaMemory alpha = (IAlphaMemory) mem.getAlphaMemory(this); + alpha.addPartialMatch(fact); + // if watch is on, we notify the engine. Rather than + // create an event class here, we let Rete do that. + propogateAssert(fact, engine, mem); + } + } + + /// Retract a fact from the node + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractFact(IFact fact, Rete engine, IWorkingMemory mem) + { + IAlphaMemory alpha = (IAlphaMemory) mem.getAlphaMemory(this); + if (alpha.removePartialMatch(fact) != null) + { + // if watch is on, we notify the engine. Rather than + // create an event class here, we let Rete do that. + propogateRetract(fact, engine, mem); + } + } + + /// evaluate the node's value against the slot's value. The method + /// uses Evaluate class to perform the evaluation + /// + /// factInstance + /// + /// engine + /// + /// + /// + /// + public virtual bool evaluate(IFact factInstance) + { + return Evaluate.evaluate(operator_Renamed, factInstance.getSlotValue(slot.Id), slot.Value); + } + + /// Method returns the string format of the node's condition. later on + /// this should be cleaned up. + /// + public override String ToString() + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return "slot(" + slot.Id + ") " + ConversionUtils.getPPOperator(operator_Renamed) + " " + slot.Value.ToString() + " - useCount=" + useCount; + } + + + /// Method returns a hash string for ObjectTypeNode. The format is + /// slotName:operator:value + /// + /// + /// + /// + public override String hashString() + { + if (hashstring == null) + { + hashstring = slot.Id + ":" + operator_Renamed + ":" + slot.Value.ToString(); + } + return hashstring; + } + + /// Method returns the pretty printer formatted string of the node's + /// condition. For now, the method just replaces the operator. It might + /// be nice to replace the slot id with the slot name. + /// + /// + /// + /// + public override String toPPString() + { + return "node-" + nodeID + "> slot(" + slot.Name + ") " + ConversionUtils.getPPOperator(operator_Renamed) + " " + ConversionUtils.formatSlot(slot.Value) + " - useCount=" + useCount; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/AlphaNodeAnd.cs b/trunk/Creshendo/Util/Rete/AlphaNodeAnd.cs new file mode 100644 index 0000000..92b1550 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/AlphaNodeAnd.cs @@ -0,0 +1,222 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// + /// + /// + public class AlphaNodeAnd : BaseAlpha2 + { + /// The use of Slot(s) is similar to CLIPS design + /// + protected internal Slot2 slot = null; + + /// The useCount is used to keep track of how many times + /// an Alpha node is shared. This is needed so that we + /// can dynamically Remove a rule at run time and Remove + /// the node from the network. If we didn't keep count, + /// it would be harder to figure out if we can Remove the node. + /// + protected internal new int useCount = 0; + + /// + /// + public AlphaNodeAnd(int id) : base(id) + { + } + + /// the first time the RETE compiler makes the node shared, + /// it needs to increment the useCount. + /// + /// share + /// + /// + public virtual bool Shared + { + get + { + if (useCount > 0) + { + return true; + } + else + { + return false; + } + } + } + + /// Set the slot id. The slot id is the deftemplate slot id + /// + /// id + /// + /// + public override Slot Slot + { + set { slot = (Slot2) value; } + } + + /// return the times the node is shared + /// + /// + /// + /// + public virtual int UseCount + { + get { return useCount; } + } + + /// method is not implemented, since it doesn't apply + /// + public override int Operator + { + get { return 1; } + set { } + } + + + /// every time the node is shared, the method + /// needs to be called so we keep an accurate count. + /// + public override void incrementUseCount() + { + useCount++; + } + + /// every time a rule is removed from the network + /// we need to decrement the count. Once the count + /// reaches zero, we can Remove the node by calling + /// it's finalize. + /// + public override void decrementUseCount() + { + useCount--; + } + + /// the implementation will first check to see if the fact already matched. + /// If it did, the fact stops and doesn't go any further. If it doesn't, + /// it will attempt to evaluate it and Add the fact if it matches. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertFact(IFact fact, Rete engine, IWorkingMemory mem) + { + if (evaluate(fact)) + { + IAlphaMemory alpha = (IAlphaMemory) mem.getAlphaMemory(this); + // we set the time of the last match + alpha.addPartialMatch(fact); + propogateAssert(fact, engine, mem); + } + } + + /// Retract a fact from the node + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractFact(IFact fact, Rete engine, IWorkingMemory mem) + { + IAlphaMemory alpha = (IAlphaMemory) mem.getAlphaMemory(this); + if (alpha.removePartialMatch(fact) != null) + { + // if watch is on, we notify the engine. Rather than + // create an event class here, we let Rete do that. + propogateRetract(fact, engine, mem); + } + } + + /// evaluate the node's value against the slot's value. The method + /// uses Evaluate class to perform the evaluation + /// + /// factInstance + /// + /// engine + /// + /// + /// + /// + public virtual bool evaluate(IFact factInstance) + { + bool equal = true; + IEnumerator itr = slot.EqualList.GetEnumerator(); + Object fval = factInstance.getSlotValue(slot.Id); + while (itr.MoveNext()) + { + Object mv = itr.Current; + if (!mv.Equals(fval)) + { + equal = false; + break; + } + } + if (equal) + { + itr = slot.NotEqualList.GetEnumerator(); + while (itr.MoveNext()) + { + Object mv = itr.Current; + if (mv.Equals(fval)) + { + equal = false; + break; + } + } + } + return equal; + } + + + /// method returns toString() for the hash + /// + public override String hashString() + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return ToString(); + } + + /// Method returns the string format of the node's condition. later on + /// this should be cleaned up. + /// + public override String ToString() + { + return "slot(" + slot.Name + ") " + slot.toString("&") + " - useCount=" + useCount; + } + + /// Method returns the pretty printer formatted string of the node's + /// condition. For now, the method just replaces the operator. It might + /// be nice to replace the slot id with the slot name. + /// + /// + /// + /// + public override String toPPString() + { + return "and node-" + nodeID + "> slot(" + slot.Name + ") " + slot.toString("&") + " - useCount=" + useCount; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/AlphaNodeOr.cs b/trunk/Creshendo/Util/Rete/AlphaNodeOr.cs new file mode 100644 index 0000000..754d472 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/AlphaNodeOr.cs @@ -0,0 +1,206 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// + /// + /// + public class AlphaNodeOr : BaseAlpha2 + { + /// The use of Slot(s) is similar to CLIPS design + /// + protected internal Slot2 slot = null; + + /// The useCount is used to keep track of how many times + /// an Alpha node is shared. This is needed so that we + /// can dynamically Remove a rule at run time and Remove + /// the node from the network. If we didn't keep count, + /// it would be harder to figure out if we can Remove the node. + /// + protected internal new int useCount = 0; + + /// + /// + public AlphaNodeOr(int id) : base(id) + { + } + + /// the first time the RETE compiler makes the node shared, + /// it needs to increment the useCount. + /// + /// share + /// + /// + public virtual bool Shared + { + get + { + if (useCount > 0) + { + return true; + } + else + { + return false; + } + } + } + + /// Set the slot id. The slot id is the deftemplate slot id + /// + /// id + /// + /// + public override Slot Slot + { + set { slot = (Slot2) value; } + } + + /// return the times the node is shared + /// + /// + /// + /// + public virtual int UseCount + { + get { return useCount; } + } + + /// method is not implemented, since it doesn't apply + /// + public override int Operator + { + get { return 0; } + set { } + } + + + /// every time the node is shared, the method + /// needs to be called so we keep an accurate count. + /// + public override void incrementUseCount() + { + useCount++; + } + + /// every time a rule is removed from the network + /// we need to decrement the count. Once the count + /// reaches zero, we can Remove the node by calling + /// it's finalize. + /// + public override void decrementUseCount() + { + useCount--; + } + + /// the implementation will first check to see if the fact already matched. + /// If it did, the fact stops and doesn't go any further. If it doesn't, + /// it will attempt to evaluate it and Add the fact if it matches. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertFact(IFact fact, Rete engine, IWorkingMemory mem) + { + if (evaluate(fact)) + { + IAlphaMemory alpha = (IAlphaMemory) mem.getAlphaMemory(this); + // we set the time of the last match + alpha.addPartialMatch(fact); + // if watch is on, we notify the engine. Rather than + // create an event class here, we let Rete do that. + propogateAssert(fact, engine, mem); + } + } + + /// Retract a fact from the node + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractFact(IFact fact, Rete engine, IWorkingMemory mem) + { + IAlphaMemory alpha = (IAlphaMemory) mem.getAlphaMemory(this); + if (alpha.removePartialMatch(fact) != null) + { + propogateRetract(fact, engine, mem); + } + } + + /// evaluate the node's value against the slot's value. The method + /// uses Evaluate class to perform the evaluation + /// + /// factInstance + /// + /// engine + /// + /// + /// + /// + public virtual bool evaluate(IFact factInstance) + { + bool not = slot.NotEqualList.Contains(factInstance.getSlotValue(slot.Id)); + bool eq = slot.EqualList.Contains(factInstance.getSlotValue(slot.Id)); + if (!not && eq) + { + return true; + } + else + { + return false; + } + } + + + /// method returns toString() for the hash + /// + public override String hashString() + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return ToString(); + } + + /// Method returns the string format of the node's condition. later on + /// this should be cleaned up. + /// + public override String ToString() + { + return "slot(" + slot.Name + ") " + slot.toString("|") + " - useCount=" + useCount; + } + + /// Method returns the pretty printer formatted string of the node's + /// condition. For now, the method just replaces the operator. It might + /// be nice to replace the slot id with the slot name. + /// + /// + /// + /// + public override String toPPString() + { + return "or node-" + nodeID + "> slot(" + slot.Name + ") " + slot.toString("|") + " - useCount=" + useCount; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/AlphaNodePredConstr.cs b/trunk/Creshendo/Util/Rete/AlphaNodePredConstr.cs new file mode 100644 index 0000000..a319d59 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/AlphaNodePredConstr.cs @@ -0,0 +1,148 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Functions; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// AlphaNodePredConstr is similar to AlphaNode with the difference that + /// this node calls a function. The function must return boolean type. + /// In other words, the function has to evaluate to true or false. + /// example of a predicate constraint: + /// + /// + /// + public class AlphaNodePredConstr : BaseAlpha + { + protected internal CompositeIndex compIndex = null; + + /// The function to call + /// + protected internal IFunction function = null; + + protected internal String hashstring = null; + + protected internal IParameter[] params_Renamed = null; + + /// The use of Slot(s) is similar to CLIPS design + /// + protected internal Slot slot = null; + + /// The default constructor takes a Node id and function + /// + /// id + /// + /// func + /// + /// + public AlphaNodePredConstr(int id, IFunction func, IParameter[] params_Renamed) : base(id) + { + function = func; + this.params_Renamed = params_Renamed; + } + + public virtual CompositeIndex HashIndex + { + get + { + if (compIndex == null) + { + compIndex = new CompositeIndex(slot.Name, operator_Renamed, slot.Value); + } + return compIndex; + } + } + + /* (non-Javadoc) + * @see woolfel.engine.rete.BaseAlpha#assertFact(woolfel.engine.rete.Fact, woolfel.engine.Creshendo.Util.Rete.Rete, woolfel.engine.rete.WorkingMemory) + */ + + public override void assertFact(IFact fact, Rete engine, IWorkingMemory mem) + { + if (evaluate(fact, engine)) + { + IAlphaMemory alpha = (IAlphaMemory) mem.getAlphaMemory(this); + alpha.addPartialMatch(fact); + propogateAssert(fact, engine, mem); + } + } + + /* + * (non-Javadoc) + * + * @see woolfel.engine.rete.BaseAlpha#retractFact(woolfel.engine.rete.Fact, + * woolfel.engine.Creshendo.Util.Rete.Rete, woolfel.engine.rete.WorkingMemory) + */ + + public override void retractFact(IFact fact, Rete engine, IWorkingMemory mem) + { + IAlphaMemory alpha = (IAlphaMemory) mem.getAlphaMemory(this); + if (alpha.removePartialMatch(fact) != null) + { + propogateRetract(fact, engine, mem); + } + } + + /// The method uses the function to evaluate the fact + /// + /// factInstance + /// + /// + /// + /// + public virtual bool evaluate(IFact factInstance, Rete engine) + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + ((BoundParam) params_Renamed[idx]).Facts = new IFact[] {factInstance}; + } + } + IReturnVector rv = function.executeFunction(engine, params_Renamed); + IReturnValue rval = rv.firstReturnValue(); + return rval.BooleanValue; + } + + + /* (non-Javadoc) + * @see woolfel.engine.rete.BaseNode#hashString() + */ + + public override String hashString() + { + if (hashstring == null) + { + hashstring = slot.Id + ":" + operator_Renamed + ":" + slot.Value.ToString(); + } + return hashstring; + } + + public override String ToString() + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return "slot(" + slot.Id + ") " + ConversionUtils.getPPOperator(operator_Renamed) + " " + slot.Value.ToString() + " - useCount=" + useCount; + } + + public override String toPPString() + { + return "node-" + nodeID + "> slot(" + slot.Name + ") " + ConversionUtils.getPPOperator(operator_Renamed) + " " + ConversionUtils.formatSlot(slot.Value) + " - useCount=" + useCount; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/BaseAlpha.cs b/trunk/Creshendo/Util/Rete/BaseAlpha.cs new file mode 100644 index 0000000..0830e32 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/BaseAlpha.cs @@ -0,0 +1,265 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// BaseAlpha is the baseAlpha node for all 1-input nodes. + /// + /// + public abstract class BaseAlpha : BaseNode + { + /// The operator to compare two values + /// + //UPGRADE_NOTE: The initialization of 'operator_Renamed' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal int operator_Renamed; + + + public BaseAlpha(int id) : base(id) + { + InitBlock(); + } + + /// Abstract implementation returns an int code for the + /// operator. To Get the string representation, it should + /// be converted. + /// + public virtual int Operator + { + get { return operator_Renamed; } + } + + private void InitBlock() + { + operator_Renamed = Constants.EQUAL; + } + + /// Alpha nodes must implement this method + /// + /// factInstance + /// + /// engine + /// + /// + public abstract void assertFact(IFact factInstance, Rete engine, IWorkingMemory mem); + + /// Alpha nodes must implement this method. Retract should Remove + /// a fact from the node and propogate through the RETE network. + /// + /// factInstance + /// + /// engine + /// + /// + public abstract void retractFact(IFact factInstance, Rete engine, IWorkingMemory mem); + + public virtual int successorCount() + { + return successorNodes.Length; + } + + /// method for propogating the retract + /// + /// fact + /// + /// engine + /// + /// + protected internal virtual void propogateRetract(IFact fact, Rete engine, IWorkingMemory mem) + { + for (int idx = 0; idx < successorNodes.Length; idx++) + { + Object nNode = successorNodes[idx]; + if (nNode is BaseAlpha) + { + BaseAlpha next = (BaseAlpha) nNode; + next.retractFact(fact, engine, mem); + } + else if (nNode is BaseJoin) + { + BaseJoin next = (BaseJoin) nNode; + // AlphaNodes always call retractRight in the + // BetaNode + next.retractRight(fact, engine, mem); + } + else if (nNode is TerminalNode) + { + Index inx = new Index(new IFact[] {fact}); + ((TerminalNode) nNode).retractFacts(inx, engine, mem); + } + } + } + + /// Method is used to pass a fact to the successor nodes + /// + /// fact + /// + /// engine + /// + /// + protected internal virtual void propogateAssert(IFact fact, Rete engine, IWorkingMemory mem) + { + for (int idx = 0; idx < successorNodes.Length; idx++) + { + Object nNode = successorNodes[idx]; + if (nNode is BaseAlpha) + { + BaseAlpha next = (BaseAlpha) nNode; + next.assertFact(fact, engine, mem); + } + else if (nNode is BaseJoin) + { + BaseJoin next = (BaseJoin) nNode; + next.assertRight(fact, engine, mem); + } + else if (nNode is TerminalNode) + { + TerminalNode next = (TerminalNode) nNode; + Index inx = new Index(new IFact[] {fact}); + next.assertFacts(inx, engine, mem); + } + } + } + + /// Set the Current node in the sequence of 1-input nodes. + /// The Current node can be an AlphaNode or a LIANode. + /// + /// node + /// + /// + public override void addSuccessorNode(BaseNode node, Rete engine, IWorkingMemory mem) + { + if (addNode(node)) + { + // if there are matches, we propogate the facts to + // the new successor only + IAlphaMemory alpha = (IAlphaMemory) mem.getAlphaMemory(this); + if (alpha.size() > 0) + { + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) + { + if (node is BaseAlpha) + { + BaseAlpha next = (BaseAlpha) node; + next.assertFact((IFact) itr.Current, engine, mem); + } + else if (node is BaseJoin) + { + BaseJoin next = (BaseJoin) node; + next.assertRight((IFact) itr.Current, engine, mem); + } + else if (node is TerminalNode) + { + TerminalNode next = (TerminalNode) node; + Index inx = new Index(new IFact[] {(IFact) itr.Current}); + next.assertFacts(inx, engine, mem); + } + } + } + } + } + + /// Remove a successor node + /// + /// node + /// + /// engine + /// + /// mem + /// @throws AssertException + /// + /// + public virtual void removeSuccessorNode(BaseNode node, Rete engine, IWorkingMemory mem) + { + if (removeNode(node)) + { + // we retract the memories first, before removing the node + IAlphaMemory alpha = (IAlphaMemory) mem.getAlphaMemory(this); + if (alpha.size() > 0) + { + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) + { + if (node is BaseAlpha) + { + BaseAlpha next = (BaseAlpha) node; + next.retractFact((IFact) itr.Current, engine, mem); + } + else if (node is BaseJoin) + { + BaseJoin next = (BaseJoin) node; + next.retractRight((IFact) itr.Current, engine, mem); + } + } + } + } + } + + /// Get the list of facts that have matched the node + /// + /// + /// + /// + public virtual IAlphaMemory getMemory(IWorkingMemory mem) + { + return (IAlphaMemory) mem.getAlphaMemory(this); + } + + /// + /// implementation simply Clear the List + /// + /// The mem. + public override void clear(IWorkingMemory mem) + { + getMemory(mem).clear(); + } + + + /// Subclasses need to implement this method. The hash string + /// should be the slotId + operator + value + /// + public abstract override String hashString(); + + /// subclasses need to implement PrettyPrintString and print + /// out user friendly representation fo the node + /// + public abstract override String toPPString(); + + /// subclasses need to implement the toString and return a textual + /// form representation of the node. + /// + public abstract override String ToString(); + + /// Method is used to decompose the network and make sure + /// the nodes are detached from each other. + /// + public override void removeAllSuccessors() + { + for (int idx = 0; idx < successorNodes.Length; idx++) + { + BaseNode bn = (BaseNode) successorNodes[idx]; + bn.removeAllSuccessors(); + } + successorNodes = new BaseNode[0]; + useCount = 0; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/BaseAlpha2.cs b/trunk/Creshendo/Util/Rete/BaseAlpha2.cs new file mode 100644 index 0000000..a1a5013 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/BaseAlpha2.cs @@ -0,0 +1,48 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// BaseAlpha2 is an abstract class for AlphaNodes that compare literal or bound + /// constraints. It isn't used for LIANode, ObjectTypeNode. + /// + /// + public abstract class BaseAlpha2 : BaseAlpha + { + /// id + /// + /// + public BaseAlpha2(int id) : base(id) + { + } + + /// set the operator type for the node + /// + /// opr + /// + /// + public new abstract int Operator { get; set; } + + /// set the slot for the node + /// + /// sl + /// + /// + public abstract Slot Slot { set; } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/BaseJoin.cs b/trunk/Creshendo/Util/Rete/BaseJoin.cs new file mode 100644 index 0000000..c9aaf05 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/BaseJoin.cs @@ -0,0 +1,265 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// BaseJoin is the abstract base for all join node classes. + /// + /// + public abstract class BaseJoin : BaseNode + { + /// binding for the join + /// + protected internal Binding[] binds = null; + + /// + /// Initializes a new instance of the class. + /// + /// The id. + public BaseJoin(int id) : base(id) + { + } + + /// + /// Set the bindings for this join + /// + /// The bindings. + public virtual Binding[] Bindings + { + set { binds = value; } + } + + /// + /// Subclasses must implement this method. assertLeft takes + /// inputs from left input adapter nodes and join nodes. + /// + /// The lfacts. + /// The engine. + /// The mem. + public abstract void assertLeft(Index lfacts, Rete engine, IWorkingMemory mem); + + /// + /// Subclasses must implement this method. assertRight takes + /// input from alpha nodes. + /// + /// The rfact. + /// The engine. + /// The mem. + public abstract void assertRight(IFact rfact, Rete engine, IWorkingMemory mem); + + /// + /// Subclasses must implement this method. retractLeft takes + /// input from left input adapter nodes and join nodes. + /// + /// The lfacts. + /// The engine. + /// The mem. + public abstract void retractLeft(Index lfacts, Rete engine, IWorkingMemory mem); + + /// + /// Subclasses must implement this method. retractRight takes + /// input from alpha nodes. + /// + /// The rfact. + /// The engine. + /// The mem. + public abstract void retractRight(IFact rfact, Rete engine, IWorkingMemory mem); + + + /// + /// Adds the successor node. + /// + /// The node. + /// The engine. + /// The mem. + public override void addSuccessorNode(BaseNode node, Rete engine, IWorkingMemory mem) + { + if (node is BaseJoin) + { + addSuccessorNode((BaseJoin) node, engine, mem); + } + else + { + addSuccessorNode((TerminalNode) node, engine, mem); + } + } + + /// + /// When new Successor nodes are added, we propogate the facts that matched to + /// the new join node. + /// + /// The node. + /// The engine. + /// The mem. + public virtual void addSuccessorNode(BaseJoin node, Rete engine, IWorkingMemory mem) + { + if (addNode(node)) + { + // first, we Get the memory for this node + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + // now we iterate over the entry set + IEnumerator itr = leftmem.GetEnumerator(); + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) itr.Current; + Index left = bmem.Index; + // iterate over the matches + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + IEnumerator ritr = rightmem.Keys.GetEnumerator(); + while (ritr.MoveNext()) + { + IFact rfcts = (IFact) ritr.Current; + // now assert in the new join node + node.assertLeft(left.add(rfcts), engine, mem); + } + } + } + } + + /// + /// it's unlikely 2 rules are identical, except for the name. The implementation + /// gets the current memory and propogates, but I wonder how much sense this + /// makes in a real production environment. An user really shouldn't be deploying + /// identical rules with different rule name. + /// + /// The node. + /// The engine. + /// The mem. + public virtual void addSuccessorNode(TerminalNode node, Rete engine, IWorkingMemory mem) + { + if (addNode(node)) + { + // first, we Get the memory for this node + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + // now we iterate over the entry set + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Object omem = itr.Current; + if (omem is IBetaMemory) + { + IBetaMemory bmem = (IBetaMemory) omem; + Index left = bmem.Index; + // iterate over the matches + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + IEnumerator ritr = rightmem.Keys.GetEnumerator(); + while (ritr.MoveNext()) + { + IFact rfcts = (IFact) ritr.Current; + // merge the left and right fact into a new Array + node.assertFacts(left.add(rfcts), engine, mem); + } + } + } + } + } + + /// + /// Method is used to decompose the network and make sure + /// the nodes are detached from each other. + /// + public override void removeAllSuccessors() + { + for (int idx = 0; idx < successorNodes.Length; idx++) + { + BaseNode bn = (BaseNode) successorNodes[idx]; + bn.removeAllSuccessors(); + } + successorNodes = new BaseNode[0]; + useCount = 0; + } + + /// + /// Method is used to pass a fact to the successor nodes + /// + /// The inx. + /// The engine. + /// The mem. + protected internal virtual void propogateAssert(Index inx, Rete engine, IWorkingMemory mem) + { + for (int idx = 0; idx < successorNodes.Length; idx++) + { + BaseJoin baseJoin = successorNodes[idx] as BaseJoin; + if (baseJoin != null) + { + baseJoin.assertLeft(inx, engine, mem); + return; + } + + TerminalNode terminalNode = successorNodes[idx] as TerminalNode; + if (terminalNode != null) + { + terminalNode.assertFacts(inx, engine, mem); + return; + } + + //BaseNode node = successorNodes[idx]; + //if (node is BaseJoin) + //{ + // ((BaseJoin) node).assertLeft(inx, engine, mem); + //} + //else if (node is TerminalNode) + //{ + // ((TerminalNode) node).assertFacts(inx, engine, mem); + //} + } + } + + /// + /// method for propogating the retract + /// + /// The inx. + /// The engine. + /// The mem. + protected internal virtual void propogateRetract(Index inx, Rete engine, IWorkingMemory mem) + { + for (int idx = 0; idx < successorNodes.Length; idx++) + { + + BaseJoin node = successorNodes[idx] as BaseJoin; + if (node != null) + { + node.retractLeft(inx, engine, mem); + } + else + { + TerminalNode tnode = successorNodes[idx] as TerminalNode; + if (tnode != null) + { + tnode.retractFacts(inx, engine, mem); + } + } + + + //BaseNode node = successorNodes[idx]; + //if (node is BaseJoin) + //{ + // ((BaseJoin) node).retractLeft(inx, engine, mem); + //} + //else if (node is TerminalNode) + //{ + // ((TerminalNode) node).retractFacts(inx, engine, mem); + //} + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/BaseNode.cs b/trunk/Creshendo/Util/Rete/BaseNode.cs new file mode 100644 index 0000000..68a846e --- /dev/null +++ b/trunk/Creshendo/Util/Rete/BaseNode.cs @@ -0,0 +1,218 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// BaseNode is meant to define common logic that all nodes must have + /// and implement common logic. + /// + /// + [Serializable] + public abstract class BaseNode : IPrettyPrint + { + protected internal int nodeID; + + /// We use an object Array to keep things efficient + /// + protected internal BaseNode[] successorNodes; + + /// The useCount is used to keep track of how many times + /// an Alpha node is shared. This is needed so that we + /// can dynamically Remove a rule at run time and Remove + /// the node from the network. If we didn't keep count, + /// it would be harder to figure out if we can Remove the node. + /// + protected internal int useCount = 0; + + /// + /// BaseNode has only one constructor which takes an unique + /// node id. All subclasses need to call the constructor. + /// + /// The id. + public BaseNode(int id) + { + InitBlock(); + nodeID = id; + } + + /// + /// Returns the successor nodes + /// + /// The successor nodes. + public virtual Object[] SuccessorNodes + { + get { return successorNodes; } + } + + /// + /// Return the node id + /// + /// The node id. + /// + /// + public virtual int NodeId + { + get { return nodeID; } + } + + #region Print Members + + /// + /// toPPString should return a string format, but formatted + /// nicely so it's easier for humans to read. Chances are + /// this method will be used in debugging mode, so the more + /// descriptive the string is, the easier it is to figure out + /// what the node does. + /// + /// + public abstract String toPPString(); + + #endregion + + private void InitBlock() + { + successorNodes = new BaseNode[0]; + } + + + /// + /// Determines whether the specified list contains node. + /// + /// The list. + /// The node. + /// + /// true if the specified list contains node; otherwise, false. + /// + protected internal virtual bool containsNode(Object[] list, Object node) + { + bool cn = false; + for (int idx = 0; idx < list.Length; idx++) + { + if (list[idx] == node) + { + cn = true; + break; + } + } + return cn; + } + + /// + /// Add the node to the list of successors + /// + /// The n. + /// + protected internal virtual bool addNode(BaseNode n) + { + bool add = false; + if (!containsNode(successorNodes, n)) + { + successorNodes = ConversionUtils.add(successorNodes, n); + add = true; + } + return add; + } + + /// + /// Remove the node from the succesors + /// + /// The n. + /// + public virtual bool removeNode(BaseNode n) + { + bool rem = false; + if (containsNode(successorNodes, n)) + { + successorNodes = ConversionUtils.remove(successorNodes, n); + rem = true; + } + return rem; + } + + /// + /// Adds the successor node. + /// + /// The node. + /// The engine. + /// The mem. + public abstract void addSuccessorNode(BaseNode node, Rete engine, IWorkingMemory mem); + + + /// + /// Method is used to decompose the network and make sure + /// the nodes are detached from each other + /// + public abstract void removeAllSuccessors(); + + /// + /// Subclasses need to implement Clear and make sure all + /// memories are cleared properly. + /// + /// The mem. + public virtual void clear(IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Clear(); + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) mem.getBetaRightMemory(this); + rightmem.clear(); + } + + + /// + /// every time the node is shared, the method + /// needs to be called so we keep an accurate count. + /// + public virtual void incrementUseCount() + { + useCount++; + } + + /// + /// every time a rule is removed from the network + /// we need to decrement the count. Once the count + /// reaches zero, we can Remove the node by calling + /// it's finalize. + /// + public virtual void decrementUseCount() + { + useCount--; + } + + /// + /// toString should return a string format of the node and + /// the pattern it matches. + /// + /// + /// A that represents the current . + /// + public abstract override String ToString(); + + /// + /// hashString should return a string which can be used as + /// a key for HashMap or HashTable + /// + /// + public virtual String hashString() + { + return ""; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/BasicActivation.cs b/trunk/Creshendo/Util/Rete/BasicActivation.cs new file mode 100644 index 0000000..fb8ec30 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/BasicActivation.cs @@ -0,0 +1,242 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete.Exception; +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// The current implementation of Activation performs several steps + /// 1. Get a timestamp for the activation + /// 2. Add the timestamp for the facts + /// + /// + [Serializable] + public class BasicActivation : IActivation + { + /// these are the facts that activated the rule. It's important + /// to keep in mind that any combination of facts may fire a + /// rule. + /// + private readonly Index index; + + /// the time tag is the time stamp of when the activation was + /// created and added to the agenda. + /// + private readonly long timetag; + + /// The aggregate time of the facts that triggered the rule. + /// + private long aggreTime = 0; + + /// the rule to fire + /// + private IRule theRule; + + /// + /// Initializes a new instance of the class. + /// + /// The rule. + /// The inx. + public BasicActivation(IRule rule, Index inx) + { + theRule = rule; + index = inx; + timetag = (DateTime.Now.Ticks - 621355968000000000)/10000; + calculateTime(inx.Facts); + } + + /// + /// the timestamp of when the activation was created. the time is in + /// nanoseconds. + /// + /// The time stamp. + /// + /// + public long TimeStamp + { + get { return timetag; } + } + + #region IActivation Members + + /// + /// The facts that matched the rule + /// + /// + /// + /// + public IFact[] Facts + { + get { return index.Facts; } + } + + /// + /// the index is used to compare the facts quickly + /// + /// + /// + /// + public Index Index + { + get { return index; } + } + + /// + /// the rule that matched + /// + /// + /// + /// + public IRule Rule + { + get { return theRule; } + } + + /// + /// Return the sum of the fact timestamp triggering the rule + /// + /// + /// + /// + public long AggregateTime + { + get { return aggreTime; } + } + + + /// + /// Convienant method for comparing two Activations in a module's + /// activation list. If the rule is the same and the index is the + /// same, the method returns true. This compare method isn't meant + /// to be used for strategies. It is up to strategies to compare + /// two activations against each other using various criteria. + /// + /// The act. + /// + public bool compare(IActivation act) + { + if (act == this) + { + return false; + } + if (act.Rule == theRule && act.Index.Equals(index)) + { + return true; + } + else + { + return false; + } + } + + /// + /// The purpose of the method is to execute the actions of the + /// rule. The current implementation calls Rule.setTriggerFacts() + /// at the start and Rule.resetTriggerFacts() at the end. + /// Note: Only one activation can be executing at any given time, + /// so setting the trigger facts should not be an issue. Although + /// one could queue up the assert/retract/modify in the rule + /// action, that can lead to undesirable results. The only edge + /// case that could occur is in backward chaining mode. If the + /// actions of a rule results in the activation of a backward + /// rule, it is possible to have nested execution of different + /// rules. Generally speaking, a rule should not result in + /// infinite recursion, since that would product a Stack over flow + /// in Java. + /// + /// The engine. + public void executeActivation(Rete engine) + { + try + { + theRule.TriggerFacts = Facts; + IAction[] actions = theRule.Actions; + for (int idx = 0; idx < actions.Length; idx++) + { + if (actions[idx] != null) + { + actions[idx].executeAction(engine, Facts); + } + else + { + throw new ExecuteException(ExecuteException.NULL_ACTION); + } + } + theRule.resetTriggerFacts(); + } + catch (ExecuteException e) + { + throw e; + } + } + + + /// + /// When watch activation is turned on, we use the method to print out + /// the activation. + /// + /// + public String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("Activation: " + theRule.Name); + for (int idx = 0; idx < Facts.Length; idx++) + { + buf.Append(", f-" + Facts[idx].FactId); + } + buf.Append(": AggrTime-" + aggreTime); + return buf.ToString(); + } + + /// + /// Clear will set the rule to null and call Index.Clear + /// + public void clear() + { + index.clear(); + theRule = null; + } + + #endregion + + /// + /// Calculates the time. + /// + /// The facts. + protected internal void calculateTime(IFact[] facts) + { + for (int idx = 0; idx < facts.Length; idx++) + { + aggreTime += facts[idx].timeStamp(); + } + } + + /// + /// Clones the activation list. + /// + /// + public IActivationList cloneActivationList() + { + // TODO finish implementing + return null; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/BetaMemoryImpl.cs b/trunk/Creshendo/Util/Rete/BetaMemoryImpl.cs new file mode 100644 index 0000000..208148f --- /dev/null +++ b/trunk/Creshendo/Util/Rete/BetaMemoryImpl.cs @@ -0,0 +1,152 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Text; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// BetaMemory stores the matches + /// + /// + public class BetaMemoryImpl : IBetaMemory + { + protected internal Index index = null; + + //UPGRADE_NOTE: The initialization of 'matches' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal IGenericMap matches; + + /// + /// + public BetaMemoryImpl(Index index) + { + InitBlock(); + this.index = index; + } + + #region BetaMemory Members + + /// Return the index of the beta memory + /// + /// + /// + /// + public virtual Index Index + { + get { return index; } + } + + /// Get the array of facts + /// + /// + /// + /// + public virtual IFact[] LeftFacts + { + get { return index.Facts; } + } + + + /// Return the array containing the facts entering + /// the right input that matched + /// + /// + /// + /// + public virtual IEnumerator iterateRightFacts() + { + return matches.Keys.GetEnumerator(); + } + + /// The method will check to see if the fact has + /// previously matched + /// + /// rightfacts + /// + /// + /// + /// + public virtual bool matched(IFact rightfact) + { + return matches.ContainsKey(rightfact); + } + + /// Add a match to the list + /// + /// rightfacts + /// + /// + public virtual void addMatch(IFact rightfact) + { + matches.Put(rightfact, null); + } + + public virtual void removeMatch(IFact rightfact) + { + matches.Remove(rightfact); + } + + /// Clear will Clear the memory + /// + public virtual void clear() + { + matches.Clear(); + index = null; + } + + /// method simply returns the Count + /// + public virtual int matchCount() + { + return matches.Count; + } + + /// The implementation will append the facts for the left followed + /// by double colon "::" and then the matches from the right + /// + public virtual String toPPString() + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < index.Facts.Length; idx++) + { + if (idx > 0) + { + buf.Append(", "); + } + buf.Append(index.Facts[idx].FactId); + } + buf.Append(": "); + IEnumerator itr = matches.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + IFact f = (IFact) itr.Current; + buf.Append(f.FactId + ", "); + } + return buf.ToString(); + } + + #endregion + + private void InitBlock() + { + matches = CollectionFactory.newMap(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/BindValue.cs b/trunk/Creshendo/Util/Rete/BindValue.cs new file mode 100644 index 0000000..ec0a307 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/BindValue.cs @@ -0,0 +1,55 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// this class is used by hash not equal beta node. It uses to create + /// the Hash index to look up the matches on the right. + /// + /// + [Serializable] + public class BindValue + { + protected internal bool negated_Renamed_Field = false; + protected internal Object value_Renamed = null; + + public BindValue(Object val, bool negate) + { + value_Renamed = val; + negated_Renamed_Field = negate; + } + + public BindValue(Object val) + { + value_Renamed = val; + } + + public virtual Object Value + { + get { return value_Renamed; } + } + + + public virtual bool negated() + { + return negated_Renamed_Field; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Binding.cs b/trunk/Creshendo/Util/Rete/Binding.cs new file mode 100644 index 0000000..f2c95b9 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Binding.cs @@ -0,0 +1,310 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// A binding can be an object or a field of a given object. When binding + /// is an Object binding, the column id will not be set. The binding + /// would be the row for the left memory. + /// It is up to classes using the binding to check if it is an object + /// binding and Get the appropriate fact using getLeftRow(). + /// One thing about the current design is the binding is position based. + /// The benefit is it avoids having to set the binding and reset it + /// multiple times. BetaNodes use the binding to Get the correct slot + /// value and use it to evaluate an atomic condition. A significant + /// downside of this approach is when deftemplates are re-declared at + /// runtime. It means that we might need to recompute the bindings, which + /// could be a very costly process. More thought and research is needed + /// to figure out the best way to handle re-declaring deftemplates. + /// + /// + [Serializable] + public class Binding : ICloneable + { + /// if the binding is to an object, the field should + /// be true. by default it is false. + /// + protected internal bool isObjVar = false; + + /// if the join is a predicate join with a function, the + /// binding should be set to isPredicate + /// + protected internal bool isPredJoin = false; + + /// The indexes of the left deftemplate + /// + protected internal int leftIndex; + + /// by default the row index is -1, which means + /// it's not set. Any index that is negative indicates + /// it's not set. + /// + protected internal int leftrow = - 1; + + /// by default bindings test for equality. in some cases + /// they test for inequality. + /// + protected internal bool negated_Renamed_Field = false; + + /// the indexes for the right deftemplate + /// + protected internal int rightIndex; + + /// We need this to keep track of which CE is the first to declare + /// a binding. This is important to rule compilation. + /// + protected internal int rowDeclared_Renamed_Field = - 1; + + /// This is the name of the variable. Every binding must + /// have a variable name. It can be user defined or auto- + /// generated by the rule compiler. + /// + protected internal String varName = null; + + public Binding() + { + } + + /// Return the name of the variable + /// + /// + /// + /// + /// Set the variable name. This is important, since the join + /// nodes will use it at runtime. + /// + /// name + /// + /// + public virtual String VarName + { + get { return varName; } + + set { varName = value; } + } + + /// If the binding is for an object, the method returns true. + /// + /// + /// + /// + /// Set whether the binding is an object binding. + /// + /// obj + /// + /// + public virtual bool IsObjectVar + { + get { return isObjVar; } + + set { isObjVar = value; } + } + + /// Set the row that declares the binding + /// + /// row + /// + /// + public virtual int RowDeclared + { + set { rowDeclared_Renamed_Field = value; } + } + + /// Return the left Deftemplate + /// + /// + /// + /// + /// Set the left deftemplate + /// + /// temp + /// + /// + public virtual int LeftRow + { + get { return leftrow; } + + set { leftrow = value; } + } + + /// Get the left index + /// + /// + /// + /// + /// set the left index + /// + /// indx + /// + /// + public virtual int LeftIndex + { + get { return leftIndex; } + + set { leftIndex = value; } + } + + /// Get the right index + /// + /// + /// + /// + /// set the right index + /// + /// indx + /// + /// + public virtual int RightIndex + { + get { return rightIndex; } + + set { rightIndex = value; } + } + + /// if a binding is negated, call the method with true + /// + /// neg + /// + /// + public virtual bool Negated + { + set { negated_Renamed_Field = value; } + } + + public virtual bool PredJoin + { + set { isPredJoin = value; } + } + + #region ICloneable Members + + /// convienance method for clonging a binding at rule compilation + /// time. + /// + public Object Clone() + { + Binding bind = new Binding(); + bind.VarName = VarName; + bind.IsObjectVar = IsObjectVar; + bind.LeftRow = LeftRow; + bind.LeftIndex = LeftIndex; + bind.RightIndex = RightIndex; + return bind; + } + + #endregion + + /// The row that declares the binding the first time. The + /// row corresponds directly to the Conditional Element in + /// the rule. If the second CE declares the binding for the + /// first time, the row would be 1. + /// + /// + /// + /// + public virtual int rowDeclared() + { + return rowDeclared_Renamed_Field; + } + + + /// by default bindings are not negated. if it is, + /// method return true. + /// + /// + /// + /// + public virtual bool negated() + { + return negated_Renamed_Field; + } + + + /// Since the binding refers to the row and column, the binding + /// doesn't know the deftemplate. + /// + /// + /// + /// + public virtual String toBindString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("(" + leftrow + ")("); + buf.Append(leftIndex); + if (negated_Renamed_Field) + { + buf.Append(") " + Constants.NOTEQUAL_STRING + " (0)("); + } + else + { + buf.Append(") " + Constants.EQUAL_STRING + " (0)("); + } + buf.Append(rightIndex); + buf.Append(")"); + return buf.ToString(); + } + + public virtual String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("?" + varName + " (" + leftrow + ")("); + buf.Append(leftIndex); + if (negated_Renamed_Field) + { + buf.Append(") " + Constants.NOTEQUAL_STRING + " (0)("); + } + else + { + buf.Append(") " + Constants.EQUAL_STRING + " (0)("); + } + buf.Append(rightIndex); + buf.Append(")"); + return buf.ToString(); + } + + //UPGRADE_TODO: The equivalent of method 'java.lang.Object.clone' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + + /// evaluate will extra the values from each side and evaluate it + /// + /// left + /// + /// right + /// + /// + /// + /// + public virtual bool evaluate(IFact[] left, IFact right) + { + if (left[leftrow] == right) + { + return false; + } + if (negated_Renamed_Field) + { + return Evaluate.evaluateNotEqual(left[leftrow].getSlotValue(leftIndex), right.getSlotValue(rightIndex)); + } + else + { + return Evaluate.evaluateEqual(left[leftrow].getSlotValue(leftIndex), right.getSlotValue(rightIndex)); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Binding2.cs b/trunk/Creshendo/Util/Rete/Binding2.cs new file mode 100644 index 0000000..c80b3f9 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Binding2.cs @@ -0,0 +1,142 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Functions; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// Binding2 is used for bindings that are are numeric comparison like + /// + /// + /// + public class Binding2 : Binding + { + protected internal IFunction function = null; + protected internal int operator_Renamed; + protected internal IParameter[] params_Renamed = null; + protected internal String rightVariable = null; + + /// + /// + public Binding2(int operator_Renamed) + { + InitBlock(); + this.operator_Renamed = operator_Renamed; + } + + public virtual int Operator + { + get { return operator_Renamed; } + } + + public virtual IFunction Function + { + get { return function; } + + set { function = value; } + } + + public virtual bool Predicate + { + get { return isPredJoin; } + + set { isPredJoin = value; } + } + + public virtual IParameter[] Params + { + get { return params_Renamed; } + + set { params_Renamed = value; } + } + + public virtual String RightVariable + { + get { return rightVariable; } + + set { rightVariable = value; } + } + + private void InitBlock() + { + operator_Renamed = Constants.EQUAL; + } + + //UPGRADE_NOTE: The initialization of 'operator_Renamed' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + + + public virtual bool evaluate(IFact[] left, IFact right, Rete engine) + { + if (function != null) + { + IReturnVector rv = function.executeFunction(engine, params_Renamed); + return rv.firstReturnValue().BooleanValue; + } + else if (left.Length > leftrow) + { + if (left[leftrow] == right) + { + return false; + } + return Evaluate.evaluate(operator_Renamed, left[leftrow].getSlotValue(leftIndex), right.getSlotValue(rightIndex)); + } + else + { + return false; + } + } + + public override String toBindString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("(" + leftrow + ")("); + buf.Append(leftIndex); + if (function != null) + { + buf.Append(") " + function.Name + " (0)("); + } + else + { + buf.Append(") " + ConversionUtils.getPPOperator(operator_Renamed) + " (0)("); + } + buf.Append(rightIndex); + buf.Append(") ?" + rightVariable); + return buf.ToString(); + } + + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("?" + varName + " (" + leftrow + ")("); + buf.Append(leftIndex); + if (function != null) + { + buf.Append(") " + function.Name + " (0)("); + } + else + { + buf.Append(") " + ConversionUtils.getPPOperator(operator_Renamed) + " (0)("); + } + buf.Append(rightIndex); + buf.Append(") ?" + rightVariable); + return buf.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/BoundParam.cs b/trunk/Creshendo/Util/Rete/BoundParam.cs new file mode 100644 index 0000000..8de9394 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/BoundParam.cs @@ -0,0 +1,300 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// BoundParam is a parameter that is a binding. The test node will need to + /// call setFact(Fact[] facts) so the parameter can access the value. + /// + /// + public class BoundParam : AbstractParam + { + /// By default the action is assert + /// + //UPGRADE_NOTE: The initialization of 'actionType' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal int actionType; + + /// Column refers to the column of the fact. the value of the column + /// should be a non-negative integer. + /// + protected internal int column = - 1; + + /// The fact + /// + protected internal IFact fact = null; + + /// if the binding is for a multislot, it should be + /// set to true. by default, it is false. + /// + protected internal bool isMultislot_Renamed_Field = false; + + protected internal Object resolvedVal = null; + + /// the row id of the fact as defined by the rule + /// + protected internal int rowId = - 1; + + /// the int value defining the valueType + /// + protected internal int valueType = - 1; + + /// the name of the variable + /// + protected internal String variableName = null; + + private bool objBinding; + + public BoundParam() + { + InitBlock(); + } + + /// + /// + public BoundParam(int col, int vType) + { + InitBlock(); + column = col; + valueType = vType; + objBinding = true; + } + + public BoundParam(int col, int vType, bool objBinding) + { + InitBlock(); + column = col; + valueType = vType; + this.objBinding = objBinding; + } + + public BoundParam(int row, int col, int vType, bool obj) + { + InitBlock(); + rowId = row; + column = col; + valueType = vType; + objBinding = obj; + } + + public BoundParam(IFact fact) + { + InitBlock(); + this.fact = fact; + objBinding = true; + valueType = Constants.FACT_TYPE; + } + + public virtual String VariableName + { + get { return variableName; } + + set + { + if (value.Substring(0, (1) - (0)).Equals("?")) + { + variableName = value.Substring(1); + } + else + { + variableName = value; + } + } + } + + /// Get the value type + /// + public override int ValueType + { + set { } + get { return valueType; } + } + + /// Get the value of the given slot + /// + public override Object Value + { + set { } + get + { + if (fact != null) + { + return fact.getSlotValue(column); + } + else + { + return resolvedVal; + } + } + } + + public virtual Object ResolvedValue + { + set { resolvedVal = value; } + } + + /// Return the fact + /// + /// + /// + /// + public virtual IFact Fact + { + get { return fact; } + } + + //UPGRADE_TODO: Method 'setFact' was converted to a set modifier. This name conflicts with another property. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1137"' + /// + /// The TestNode should call this method to set the fact. The fact should + /// never be null, since it has to have matched preceding patterns. We + /// may be able to Remove the check for null. If the row id is less than + /// zero, it means the binding is an object binding. + /// + /// The facts. + public virtual IFact[] Facts + { + set + { + if (rowId > - 1 && value[rowId] != null) + { + fact = value[rowId]; + } + } + } + + /// The method will return the Object instance for the given shadow fact + /// + /// + /// + /// + public virtual Object ObjectRef + { + get { return fact.ObjectInstance; } + } + + /// + /// if the binding is bound to an object, the method will return true. + /// By default, the method will return false. + /// + /// + public override bool ObjectBinding + { + get { return objBinding; } + } + + + public void setObjectBinding(bool val) + { + objBinding = val; + } + + /// if the binding is for a multislot, it will return true. + /// by default is is false. + /// + /// + /// + /// + public virtual bool Multislot + { + get { return isMultislot_Renamed_Field; } + } + + /// + /// only set the multislot to true if the slot is defined + /// as a multislot + /// + /// + /// true if this instance is multislot; otherwise, false. + /// + public virtual bool IsMultislot + { + set { isMultislot_Renamed_Field = value; } + } + + /// + /// In some cases, we need to know what the action for the parameter. + /// + /// The type of the action. + /// + /// + public virtual int ActionType + { + get { return actionType; } + + set { actionType = value; } + } + + public virtual int Row + { + set { rowId = value; } + } + + public virtual int Column + { + set + { + column = value; + if (column == - 1) + { + objBinding = true; + } + } + } + + private void InitBlock() + { + actionType = Constants.ACTION_ASSERT; + } + + + /// method will try to resolve the variable and return the value. + /// + public override Object getValue(Rete engine, int valueType) + { + if (fact != null) + { + return fact.getSlotValue(column); + } + else + { + return engine.getBinding(variableName); + } + } + + + /// reset sets the Fact handle to null + /// + public override void reset() + { + fact = null; + } + + public virtual String toPPString() + { + if (isMultislot_Renamed_Field) + { + return "$?" + variableName; + } + else + { + return "?" + variableName; + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/CompileMessageEventArgs.cs b/trunk/Creshendo/Util/Rete/CompileMessageEventArgs.cs new file mode 100644 index 0000000..e6be3a1 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/CompileMessageEventArgs.cs @@ -0,0 +1,72 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Rete +{ + public delegate void CompileEventHandler(object sender, CompileMessageEventArgs e); + + /// Peter Lin + /// + /// + public class CompileMessageEventArgs : EventArgs + { + private String message = ""; + private IRule rule; + private EventType type; + + /// + /// Initializes a new instance of the class. + /// + /// The source. + /// Type of the event. + public CompileMessageEventArgs(Object source, EventType eventType) + { + type = eventType; + } + + public virtual EventType EventType + { + get { return type; } + set { type = value; } + } + + public virtual String Message + { + get + { + if (rule != null) + { + return rule.Name + " " + message; + } + else + { + return message; + } + } + + set { message = value; } + } + + public virtual IRule Rule + { + get { return rule; } + set { rule = value; } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Compiler/AbstractConditionCompiler.cs b/trunk/Creshendo/Util/Rete/Compiler/AbstractConditionCompiler.cs new file mode 100644 index 0000000..ba8dddc --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Compiler/AbstractConditionCompiler.cs @@ -0,0 +1,159 @@ +using System; +using System.Collections; +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Rete.Compiler +{ + /// + /// + /// HouZhanbin + /// Oct 16, 2007 2:22:07 PM + /// * + /// + /// + public abstract class AbstractConditionCompiler : IConditionCompiler + { + internal DefaultRuleCompiler ruleCompiler; + + #region ConditionCompiler Members + + public virtual IRuleCompiler RuleCompiler + { + get { return ruleCompiler; } + } + + public abstract void compile(ICondition condition, int position, Rule.IRule util, bool alphaMemory); + + public abstract void compileFirstJoin(ICondition condition, Rule.IRule rule); + + public abstract BaseJoin compileJoin(ICondition condition, int position, Rule.IRule rule); + + + /// The first step is to connect the exist join to the parent on the left side. + /// The second step is to connect it to the parent on the right. For the right + /// side, if the objectCondition doesn't have any nodes, we attach it to the + /// objectType node. + /// + public void connectJoinNode(ICondition previousCondition, ICondition condition, BaseJoin previousJoinNode, BaseJoin joinNode) + { + if (previousJoinNode != null) + { + ruleCompiler.attachJoinNode(previousJoinNode, (BaseJoin) joinNode); + } + else + { + ruleCompiler.attachJoinNode(previousCondition.LastNode, (BaseJoin) joinNode); + } + // Current we have to Add the ExistJoin for the right side, which should be either + // an alphaNode or the objectTypeNode + ObjectCondition oc = getObjectCondition(condition); + ObjectTypeNode otn = ruleCompiler.findObjectTypeNode(oc.TemplateName); + + if (oc.Nodes.Count > 0) + { + ruleCompiler.attachJoinNode(oc.LastNode, (BaseJoin) joinNode); + } + else + { + otn.addSuccessorNode(joinNode, ruleCompiler.Engine, ruleCompiler.Engine.WorkingMemory); + } + } + + public abstract void compileSingleCE(Rule.IRule rule); + + #endregion + + internal abstract ObjectCondition getObjectCondition(ICondition condition); + + /// the paramList should be clean and + /// other codes surrounding this method in subclass may be removed into this method. + /// Houzhanbin 10/16/2007 + /// + /// condition + /// + /// rule + /// + /// Constraints + /// + /// position + /// + /// hasNotEqual + /// + /// hasPredicateJoin + /// + /// + /// + /// + internal Binding[] getBindings(ICondition condition, Rule.IRule rule, int position) + { + ObjectCondition oc = getObjectCondition(condition); + IList Constraints = oc.BindConstraints; + Deftemplate tmpl = oc.Deftemplate; + Binding[] binds = new Binding[Constraints.Count]; + for (int idz = 0; idz < Constraints.Count; idz++) + { + Object cst = Constraints[idz]; + if (cst is BoundConstraint) + { + BoundConstraint bc = (BoundConstraint) cst; + Binding cpy = rule.copyBinding(bc.VariableName); + if (cpy.LeftRow >= position) + { + binds = new Binding[0]; + break; + } + else + { + binds[idz] = cpy; + int rinx = tmpl.getColumnIndex(bc.Name); + // we increment the count to make sure the + // template isn't removed if it is being used + tmpl.incrementColumnUseCount(bc.Name); + binds[idz].RightIndex = rinx; + binds[idz].Negated = bc.Negated; + if (bc.Negated) + { + oc.HasNotEqual = true; + } + } + } + else if (cst is PredicateConstraint) + { + PredicateConstraint pc = (PredicateConstraint) cst; + if (pc.Value is BoundParam) + { + oc.HasPredicateJoin = true; + BoundParam bpm = (BoundParam) pc.Value; + String var = bpm.VariableName; + int op = ConversionUtils.getOperatorCode(pc.FunctionName); + // check and make sure the function isn't user defined + if (op != Constants.USERDEFINED) + { + // if the first binding in the function is from the object type + // we reverse the operator + if (pc.Parameters[0] != bpm) + op = ConversionUtils.getOppositeOperatorCode(op); + binds[idz] = rule.copyPredicateBinding(var, op); + ((Binding2) binds[idz]).RightVariable = pc.VariableName; + } + else + { + binds[idz] = rule.copyPredicateBinding(var, op); + } + binds[idz].PredJoin = true; + int rinx = tmpl.getColumnIndex(pc.Name); + // we increment the count to make sure the + // template isn't removed if it is being used + tmpl.incrementColumnUseCount(pc.Name); + binds[idz].RightIndex = rinx; + } + else if (pc.Value is FunctionParam) + { + // this means there is a nested function + } + } + } + return binds; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Compiler/CompilerProvider.cs b/trunk/Creshendo/Util/Rete/Compiler/CompilerProvider.cs new file mode 100644 index 0000000..9b6fa5a --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Compiler/CompilerProvider.cs @@ -0,0 +1,43 @@ +namespace Creshendo.Util.Rete.Compiler +{ + /// + /// + /// HouZhanbin + /// Oct 12, 2007 10:24:19 AM + /// * + /// + /// + public class CompilerProvider + { + private static CompilerProvider compilerProvider; + + public static IConditionCompiler existConditionCompiler; + public static IConditionCompiler objectConditionCompiler; + + public static IConditionCompiler temporalConditionCompiler; + + public static IConditionCompiler testConditionCompiler; + + public static CompilerProvider getInstance(IRuleCompiler ruleCompiler) + { + if (compilerProvider == null) + { + objectConditionCompiler = new ObjectConditionCompiler(ruleCompiler); + existConditionCompiler = new ExistConditionCompiler(objectConditionCompiler); + temporalConditionCompiler = new TemporalConditionCompiler(ruleCompiler); + testConditionCompiler = new TestConditionCompiler(ruleCompiler); + compilerProvider = new CompilerProvider(); + } + return compilerProvider; + } + + public static void reset() + { + objectConditionCompiler = null; + existConditionCompiler = null; + temporalConditionCompiler = null; + testConditionCompiler = null; + compilerProvider = null; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Compiler/ExistConditionCompiler.cs b/trunk/Creshendo/Util/Rete/Compiler/ExistConditionCompiler.cs new file mode 100644 index 0000000..216df94 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Compiler/ExistConditionCompiler.cs @@ -0,0 +1,128 @@ +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Rete.Compiler +{ + /// + /// + /// HouZhanbin + /// Oct 12, 2007 9:50:17 AM + /// * + /// + /// + public class ExistConditionCompiler : AbstractConditionCompiler + { + private IConditionCompiler conditionCompiler; + + + public ExistConditionCompiler(IConditionCompiler conditionCompiler) + { + this.conditionCompiler = conditionCompiler; + ruleCompiler = (DefaultRuleCompiler) conditionCompiler.RuleCompiler; + } + + /// Method will compile exists quantifier + /// + public override void compile(ICondition condition, int position, Rule.IRule util, bool alphaMemory) + { + ExistCondition cond = (ExistCondition) condition; + ObjectCondition oc = (ObjectCondition) cond; + conditionCompiler.compile(oc, position, util, alphaMemory); + } + + /// TODO - note the logic feels a bit messy. Need to rethink it and make it + /// simpler. When the first conditional element is Exist, it can only have + /// literal constraints, so we shouldn't need to check if the last node + /// is a join. That doesn't make any sense. Need to rethink this and clean + /// it up. Peter Lin 10/14/2007 + /// + public override void compileFirstJoin(ICondition condition, Rule.IRule rule) + { + BaseJoin bjoin = new ExistJoinFrst(ruleCompiler.Engine.nextNodeId()); + ExistCondition cond = (ExistCondition) condition; + BaseNode base_Renamed = cond.LastNode; + if (base_Renamed != null) + { + if (base_Renamed is BaseAlpha) + { + ((BaseAlpha) base_Renamed).addSuccessorNode(bjoin, ruleCompiler.Engine, ruleCompiler.Memory); + } + else if (base_Renamed is BaseJoin) + { + ((BaseJoin) base_Renamed).addSuccessorNode(bjoin, ruleCompiler.Engine, ruleCompiler.Memory); + } + } + else + { + // the rule doesn't have a literal constraint so we need to Add + // ExistJoinFrst as a child + ObjectTypeNode otn = ruleCompiler.findObjectTypeNode(cond.TemplateName); + otn.addSuccessorNode(bjoin, ruleCompiler.Engine, ruleCompiler.Memory); + } + // important, do not call this before ExistJoinFrst is added + // if it's called first, the List will return index + // out of bound, since there's nothing in the list + cond.addNode(bjoin); + } + + /// method compiles ExistCE to an exist node. It does not include rules that + /// start with Exist for the first CE. + /// + public override BaseJoin compileJoin(ICondition condition, int position, Rule.IRule rule) + { + ExistCondition exc = (ExistCondition) condition; + Binding[] binds = getBindings(exc, rule, position); + BaseJoin joinNode = null; + if (exc.HasPredicateJoin) + { + joinNode = new ExistPredJoin(ruleCompiler.Engine.nextNodeId()); + } + else if (exc.HasNotEqual) + { + joinNode = new ExistNeqJoin(ruleCompiler.Engine.nextNodeId()); + } + else + { + joinNode = new ExistJoin(ruleCompiler.Engine.nextNodeId()); + } + joinNode.Bindings = binds; + return joinNode; + } + + internal override ObjectCondition getObjectCondition(ICondition condition) + { + return (ObjectCondition) condition; + } + + public override void compileSingleCE(Rule.IRule rule) + { + ICondition[] conds = rule.Conditions; + ICondition condition = conds[0]; + ExistCondition cond = (ExistCondition) condition; + BaseNode base_Renamed = cond.LastNode; + BaseJoin bjoin = new ExistJoinFrst(ruleCompiler.Engine.nextNodeId()); + if (base_Renamed != null) + { + if (base_Renamed is BaseAlpha) + { + ((BaseAlpha) base_Renamed).addSuccessorNode(bjoin, ruleCompiler.Engine, ruleCompiler.Memory); + } + else if (base_Renamed is BaseJoin) + { + ((BaseJoin) base_Renamed).addSuccessorNode(bjoin, ruleCompiler.Engine, ruleCompiler.Memory); + } + } + else + { + // the rule doesn't have a literal constraint so we need to Add + // ExistJoinFrst as a child + ObjectTypeNode otn = ruleCompiler.findObjectTypeNode(cond.TemplateName); + otn.addSuccessorNode(bjoin, ruleCompiler.Engine, ruleCompiler.Memory); + } + // important, do not call this before ExistJoinFrst is added + // if it's called first, the List will return index + // out of bound, since there's nothing in the list + cond.addNode(bjoin); + rule.addJoinNode(bjoin); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Compiler/IConditionCompiler.cs b/trunk/Creshendo/Util/Rete/Compiler/IConditionCompiler.cs new file mode 100644 index 0000000..e004245 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Compiler/IConditionCompiler.cs @@ -0,0 +1,72 @@ +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Rete.Compiler +{ + /// + /// + /// HouZhanbin + /// Oct 12, 2007 9:32:31 AM + /// * + /// + /// + public interface IConditionCompiler + { + /// + /// + /// + /// + /// + IRuleCompiler RuleCompiler { get; } + + /// + /// + /// condition + /// + /// + /// + /// util + /// + /// + /// + /// + void compile(ICondition condition, int position, Rule.IRule util, bool alphaMemory); + + /// + /// + /// condition + /// + /// rule + /// + /// + void compileFirstJoin(ICondition condition, Rule.IRule rule); + + /// + /// + /// condition + /// + /// position + /// + /// rule + /// + /// + /// + /// + BaseJoin compileJoin(ICondition condition, int position, Rule.IRule rule); + + /// + /// + /// condition + /// + /// joinNode + /// + /// + void connectJoinNode(ICondition previousCondition, ICondition condition, BaseJoin previousJoinNode, BaseJoin joinNode); + + /// compile the only CE in the rule which has only one CE. + /// + /// rule + /// + /// + void compileSingleCE(Rule.IRule rule); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Compiler/ObjectConditionCompiler.cs b/trunk/Creshendo/Util/Rete/Compiler/ObjectConditionCompiler.cs new file mode 100644 index 0000000..cda3654 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Compiler/ObjectConditionCompiler.cs @@ -0,0 +1,305 @@ +using System; +using Creshendo.Util.Rete.Exception; +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Rete.Compiler +{ + /// + /// + /// HouZhanbin + /// Oct 12, 2007 9:42:15 AM + /// * + /// + /// + public class ObjectConditionCompiler : AbstractConditionCompiler + { + public ObjectConditionCompiler(IRuleCompiler ruleCompiler) + { + this.ruleCompiler = (DefaultRuleCompiler) ruleCompiler; + } + + /// Compile a single ObjectCondition and create the alphaNodes and/or Bindings + /// + public override void compile(ICondition condition, int position, Rule.IRule util, bool alphaMemory) + { + ObjectCondition cond = (ObjectCondition) condition; + ObjectTypeNode otn = ruleCompiler.findObjectTypeNode(cond.TemplateName); + if (otn != null) + { + BaseAlpha2 first = null; + BaseAlpha2 previous = null; + BaseAlpha2 current = null; + ITemplate templ = cond.Deftemplate; + + IConstraint[] constrs = cond.Constraints; + for (int idx = 0; idx < constrs.Length; idx++) + { + IConstraint cnstr = constrs[idx]; + if (cnstr is LiteralConstraint) + { + current = ruleCompiler.compileConstraint((LiteralConstraint) cnstr, templ, util); + } + else if (cnstr is AndLiteralConstraint) + { + current = ruleCompiler.compileConstraint((AndLiteralConstraint) cnstr, templ, util); + } + else if (cnstr is OrLiteralConstraint) + { + current = ruleCompiler.compileConstraint((OrLiteralConstraint) cnstr, templ, util); + } + else if (cnstr is BoundConstraint) + { + ruleCompiler.compileConstraint((BoundConstraint) cnstr, templ, util, position); + } + else if (cnstr is PredicateConstraint) + { + current = ruleCompiler.compileConstraint((PredicateConstraint) cnstr, templ, util, position); + } + // we Add the node to the previous + if (first == null) + { + first = current; + previous = current; + } + else if (current != previous) + { + try + { + previous.addSuccessorNode(current, ruleCompiler.Engine, ruleCompiler.Memory); + // now set the previous to current + previous = current; + } + catch (AssertException e) + { + // send an event + } + } + } + if (first != null) + { + attachAlphaNode(otn, first, cond); + } + } + } + + /// + /// For now just attach the node and don't bother with node sharing + /// + /// - an existing node in the network. it may be + /// an ObjectTypeNode or AlphaNode + /// The alpha. + /// The cond. + protected internal virtual void attachAlphaNode(BaseAlpha existing, BaseAlpha alpha, ICondition cond) + { + if (alpha != null) + { + try + { + BaseAlpha share = null; + share = shareAlphaNode(existing, alpha); + if (share == null) + { + existing.addSuccessorNode(alpha, ruleCompiler.Engine, ruleCompiler.Memory); + // if the node isn't shared, we Add the node to the Condition + // object the node belongs to. + cond.addNewAlphaNodes(alpha); + } + else if (existing != alpha) + { + // the node is shared, so instead of adding the new node, + // we Add the existing node + share.incrementUseCount(); + cond.addNode(share); + ruleCompiler.Memory.removeAlphaMemory(alpha); + if (alpha.successorCount() == 1 && alpha.SuccessorNodes[0] is BaseAlpha) + { + // Get the Current node from the new AlphaNode + BaseAlpha nnext = (BaseAlpha) alpha.SuccessorNodes[0]; + attachAlphaNode(share, nnext, cond); + } + } + } + catch (AssertException e) + { + // send an event with the correct error + CompileMessageEventArgs ce = new CompileMessageEventArgs(this, EventType.ADD_NODE_ERROR); + ce.Message = alpha.toPPString(); + ruleCompiler.notifyListener(ce); + } + } + } + + /// + /// Implementation will Get the hashString from each node and compare them + /// + /// The existing. + /// The alpha. + /// + private BaseAlpha shareAlphaNode(BaseAlpha existing, BaseAlpha alpha) + { + Object[] scc = existing.SuccessorNodes; + for (int idx = 0; idx < scc.Length; idx++) + { + Object next = scc[idx]; + if (next is BaseAlpha) + { + BaseAlpha baseAlpha = (BaseAlpha) next; + if (baseAlpha.hashString().Equals(alpha.hashString())) + { + return baseAlpha; + } + } + } + return null; + } + + /// + /// Compiles the first join. + /// + /// The condition. + /// The rule. + public override void compileFirstJoin(ICondition condition, Rule.IRule rule) + { + ObjectCondition cond = (ObjectCondition) condition; + ObjectTypeNode otn = ruleCompiler.findObjectTypeNode(cond.TemplateName); + // the LeftInputAdapterNode is the first node to propogate to + // the first joinNode of the rule + LIANode node = new LIANode(ruleCompiler.Engine.nextNodeId()); + // if the condition doesn't have any nodes, we want to Add it to + // the objectType node if one doesn't already exist. + // otherwise we Add it to the last AlphaNode + if (cond.Nodes.Count == 0) + { + // try to find the existing LIANode for the given ObjectTypeNode + // if we don't do this, we end up with multiple LIANodes + // descending directly from the ObjectTypeNode + LIANode existingLIANode = ruleCompiler.findLIANode(otn); + if (existingLIANode == null) + { + otn.addSuccessorNode(node, ruleCompiler.Engine, ruleCompiler.Memory); + cond.addNode(node); + } + else + { + existingLIANode.incrementUseCount(); + cond.addNode(existingLIANode); + } + } + else + { + // Add the LeftInputAdapterNode to the last alphaNode + // In the case of node sharing, the LIANode could be the last + // alphaNode, so we have to check and only Add the node to + // the condition if it isn't a LIANode + BaseAlpha old = (BaseAlpha) cond.LastNode; + //if the last node of condition has a LIANode successor, + //the LIANode should be shared with the new CE followed by another CE. + // Houzhanbin,10/16/2007 + BaseNode[] successors = (BaseNode[]) old.SuccessorNodes; + for (int i = 0; i < successors.Length; i++) + { + if (successors[i] is LIANode) + { + cond.addNode(successors[i]); + return; + } + } + + if (!(old is LIANode)) + { + old.addSuccessorNode(node, ruleCompiler.Engine, ruleCompiler.Memory); + cond.addNode(node); + } + } + } + + /// method compiles ObjectConditions, which include NOTCE + /// + public override BaseJoin compileJoin(ICondition condition, int position, Rule.IRule rule) + { + Binding[] binds = getBindings(condition, rule, position); + ObjectCondition oc = (ObjectCondition) condition; + BaseJoin joinNode = null; + //deal with the CE which is not NOT CE. + if (!oc.Negated) + { + if (binds.Length > 0 && oc.HasPredicateJoin) + { + joinNode = new PredicateBNode(ruleCompiler.Engine.nextNodeId()); + } + else if (binds.Length > 0 && oc.HasNotEqual) + { + joinNode = new HashedNotEqBNode(ruleCompiler.Engine.nextNodeId()); + } + else if (binds.Length > 0) + { + joinNode = new HashedEqBNode(ruleCompiler.Engine.nextNodeId()); + } + else if (binds.Length == 0) + { + joinNode = new ZJBetaNode(ruleCompiler.Engine.nextNodeId()); + } + } + + //deal with the CE which is NOT CE. + if (oc.Negated) + { + if (binds.Length > 0 && oc.HasPredicateJoin) + { + joinNode = new NotJoin(ruleCompiler.Engine.nextNodeId()); + } + else if (oc.HasNotEqual) + { + joinNode = new HashedNotEqNJoin(ruleCompiler.Engine.nextNodeId()); + } + else + { + joinNode = new HashedEqNJoin(ruleCompiler.Engine.nextNodeId()); + } + } + + if (joinNode != null) + joinNode.Bindings = binds; + return joinNode; + } + + internal override ObjectCondition getObjectCondition(ICondition condition) + { + return (ObjectCondition) condition; + } + + + public override void compileSingleCE(Rule.IRule rule) + { + ICondition[] conds = rule.Conditions; + ObjectCondition oc = (ObjectCondition) conds[0]; + if (oc.Negated) + { + // the ObjectCondition is negated, so we need to + // handle it appropriate. This means we need to + // Add a LIANode to _IntialFact and attach a NOTNode + // to the LIANode. + ObjectTypeNode otn = (ObjectTypeNode) ruleCompiler.Inputnodes.Get(ruleCompiler.Engine.InitFact); + LIANode lianode = ruleCompiler.findLIANode(otn); + NotJoinFrst njoin = new NotJoinFrst(ruleCompiler.Engine.nextNodeId()); + njoin.Bindings = new Binding[0]; + lianode.addSuccessorNode(njoin, ruleCompiler.Engine, ruleCompiler.Memory); + // Add the join to the rule object + rule.addJoinNode(njoin); + oc.LastNode.addSuccessorNode(njoin, ruleCompiler.Engine, ruleCompiler.Memory); + } + else if (oc.Nodes.Count == 0) + { + // this means the rule has a binding, but no conditions + ObjectTypeNode otn = ruleCompiler.findObjectTypeNode(oc.TemplateName); + //HACK TODO + if(otn != null) + { + LIANode lianode = new LIANode(ruleCompiler.Engine.nextNodeId()); + otn.addSuccessorNode(lianode, ruleCompiler.Engine, ruleCompiler.Memory); + rule.Conditions[0].addNode(lianode); + } + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Compiler/TemporalConditionCompiler.cs b/trunk/Creshendo/Util/Rete/Compiler/TemporalConditionCompiler.cs new file mode 100644 index 0000000..e3a4503 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Compiler/TemporalConditionCompiler.cs @@ -0,0 +1,226 @@ +using Creshendo.Util.Rete.Exception; +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Rete.Compiler +{ + /// + /// + /// HouZhanbin + /// Oct 12, 2007 9:42:15 AM + /// * + /// + /// + public class TemporalConditionCompiler : ObjectConditionCompiler + { + public TemporalConditionCompiler(IRuleCompiler ruleCompiler) : base(ruleCompiler) + { + } + + /// Compile a single ObjectCondition and create the alphaNodes and/or Bindings + /// + public override void compile(ICondition condition, int position, Rule.IRule rule, bool alphaMemory) + { + TemporalCondition cond = (TemporalCondition) condition; + ObjectTypeNode otn = ruleCompiler.findObjectTypeNode(cond.TemplateName); + // we set remember match to false, since the rule is temporal + bool switchMatch = false; + if (rule.RememberMatch) + { + rule.RememberMatch = false; + switchMatch = true; + } + if (otn != null) + { + BaseAlpha2 first = null; + BaseAlpha2 previous = null; + BaseAlpha2 current = null; + ITemplate templ = cond.Deftemplate; + + IConstraint[] constrs = cond.Constraints; + for (int idx = 0; idx < constrs.Length; idx++) + { + IConstraint cnstr = constrs[idx]; + if (cnstr is LiteralConstraint) + { + current = ruleCompiler.compileConstraint((LiteralConstraint) cnstr, templ, rule); + } + else if (cnstr is AndLiteralConstraint) + { + current = ruleCompiler.compileConstraint((AndLiteralConstraint) cnstr, templ, rule); + } + else if (cnstr is OrLiteralConstraint) + { + current = ruleCompiler.compileConstraint((OrLiteralConstraint) cnstr, templ, rule); + } + else if (cnstr is BoundConstraint) + { + ruleCompiler.compileConstraint((BoundConstraint) cnstr, templ, rule, position); + } + else if (cnstr is PredicateConstraint) + { + current = ruleCompiler.compileConstraint((PredicateConstraint) cnstr, templ, rule, position); + } + // we Add the node to the previous + if (first == null) + { + first = current; + previous = current; + } + else if (current != previous) + { + try + { + previous.addSuccessorNode(current, ruleCompiler.Engine, ruleCompiler.Memory); + // now set the previous to current + previous = current; + } + catch (AssertException e) + { + // send an event + } + } + } + if (first != null) + { + attachAlphaNode(otn, first, cond); + } + } + + if (!cond.Negated) + { + position++; + } + if (switchMatch) + { + rule.RememberMatch = true; + } + } + + public override void compileFirstJoin(ICondition condition, Rule.IRule rule) + { + ObjectCondition cond = (ObjectCondition) condition; + ObjectTypeNode otn = ruleCompiler.findObjectTypeNode(cond.TemplateName); + // the LeftInputAdapterNode is the first node to propogate to + // the first joinNode of the rule + LIANode node = new LIANode(ruleCompiler.Engine.nextNodeId()); + // if the condition doesn't have any nodes, we want to Add it to + // the objectType node if one doesn't already exist. + // otherwise we Add it to the last AlphaNode + if (cond.Nodes.Count == 0) + { + // try to find the existing LIANode for the given ObjectTypeNode + // if we don't do this, we end up with multiple LIANodes + // descending directly from the ObjectTypeNode + LIANode existingLIANode = ruleCompiler.findLIANode(otn); + if (existingLIANode == null) + { + otn.addSuccessorNode(node, ruleCompiler.Engine, ruleCompiler.Memory); + cond.addNode(node); + } + else + { + existingLIANode.incrementUseCount(); + cond.addNode(existingLIANode); + } + } + else + { + // Add the LeftInputAdapterNode to the last alphaNode + // In the case of node sharing, the LIANode could be the last + // alphaNode, so we have to check and only Add the node to + // the condition if it isn't a LIANode + BaseAlpha old = (BaseAlpha) cond.LastNode; + //if the last node of condition has a LIANode successor, + //the LIANode should be shared with the new CE followed by another CE. + // Houzhanbin,10/16/2007 + BaseNode[] successors = (BaseNode[]) old.SuccessorNodes; + for (int i = 0; i < successors.Length; i++) + { + if (successors[i] is LIANode) + { + cond.addNode(successors[i]); + return; + } + } + + if (!(old is LIANode)) + { + old.addSuccessorNode(node, ruleCompiler.Engine, ruleCompiler.Memory); + cond.addNode(node); + } + } + } + + public override BaseJoin compileJoin(ICondition condition, int position, Rule.IRule rule) + { + Binding[] binds = getBindings(condition, rule, position); + TemporalCondition tc = (TemporalCondition) condition; + TemporalEqNode joinNode = null; + //deal with the CE which is not NOT CE. + if (!tc.Negated) + { + if (binds.Length > 0 && tc.HasPredicateJoin) + { + joinNode = new TemporalEqNode(ruleCompiler.Engine.nextNodeId()); + } + else if (binds.Length > 0 && tc.HasNotEqual) + { + joinNode = new TemporalEqNode(ruleCompiler.Engine.nextNodeId()); + } + else if (binds.Length > 0) + { + joinNode = new TemporalEqNode(ruleCompiler.Engine.nextNodeId()); + } + } + + //deal with the CE which is NOT CE. + if (tc.Negated) + { + if (binds.Length > 0 && tc.HasPredicateJoin) + { + joinNode = new TemporalEqNode(ruleCompiler.Engine.nextNodeId()); + } + else if (tc.HasNotEqual) + { + joinNode = new TemporalEqNode(ruleCompiler.Engine.nextNodeId()); + } + else + { + joinNode = new TemporalEqNode(ruleCompiler.Engine.nextNodeId()); + } + } + joinNode.Bindings = binds; + joinNode.RightElapsedTime = tc.RelativeTime*1000; + return joinNode; + } + + public override void compileSingleCE(Rule.IRule rule) + { + ICondition[] conds = rule.Conditions; + ObjectCondition oc = (ObjectCondition) conds[0]; + if (oc.Negated) + { + // the ObjectCondition is negated, so we need to + // handle it appropriate. This means we need to + // Add a LIANode to _IntialFact and attach a NOTNode + // to the LIANode. + ObjectTypeNode otn = (ObjectTypeNode) ruleCompiler.Inputnodes.Get(ruleCompiler.Engine.InitFact); + LIANode lianode = ruleCompiler.findLIANode(otn); + NotJoin njoin = new NotJoin(ruleCompiler.Engine.nextNodeId()); + njoin.Bindings = new Binding[0]; + lianode.addSuccessorNode(njoin, ruleCompiler.Engine, ruleCompiler.Memory); + // Add the join to the rule object + rule.addJoinNode(njoin); + oc.LastNode.addSuccessorNode(njoin, ruleCompiler.Engine, ruleCompiler.Memory); + } + else if (oc.Nodes.Count == 0) + { + // this means the rule has a binding, but no conditions + ObjectTypeNode otn = ruleCompiler.findObjectTypeNode(oc.TemplateName); + LIANode lianode = new LIANode(ruleCompiler.Engine.nextNodeId()); + otn.addSuccessorNode(lianode, ruleCompiler.Engine, ruleCompiler.Memory); + rule.Conditions[0].addNode(lianode); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Compiler/TestConditionCompiler.cs b/trunk/Creshendo/Util/Rete/Compiler/TestConditionCompiler.cs new file mode 100644 index 0000000..c89c7a1 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Compiler/TestConditionCompiler.cs @@ -0,0 +1,99 @@ +using Creshendo.Functions; +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Rete.Compiler +{ + /// + /// + /// HouZhanbin + /// Oct 12, 2007 2:18:29 PM + /// * + /// + /// + public class TestConditionCompiler : IConditionCompiler + { + public DefaultRuleCompiler ruleCompiler; + + public TestConditionCompiler(IRuleCompiler ruleCompiler) + { + this.ruleCompiler = (DefaultRuleCompiler) ruleCompiler; + } + + #region ConditionCompiler Members + + public virtual IRuleCompiler RuleCompiler + { + get { return ruleCompiler; } + } + + public virtual void compile(ICondition condition, int position, Rule.IRule util, bool alphaMemory) + { + // TODO Auto-generated method stub + } + + public virtual void compileFirstJoin(ICondition condition, Rule.IRule rule) + { + // TODO Auto-generated method stub + } + + + /// the method is responsible for compiling a TestCE pattern to a testjoin node. + /// It uses the globally declared prevCE and prevJoinNode + /// + public virtual BaseJoin compileJoin(ICondition condition, int position, Rule.IRule rule) + { + TestCondition tc = (TestCondition) condition; + ShellFunction fn = (ShellFunction) tc.Function; + fn.lookUpFunction(ruleCompiler.Engine); + IParameter[] oldpm = fn.Parameters; + IParameter[] pms = new IParameter[oldpm.Length]; + for (int ipm = 0; ipm < pms.Length; ipm++) + { + if (oldpm[ipm] is ValueParam) + { + pms[ipm] = ((ValueParam) oldpm[ipm]).cloneParameter(); + } + else if (oldpm[ipm] is BoundParam) + { + BoundParam bpm = (BoundParam) oldpm[ipm]; + // now we need to resolve and setup the BoundParam + Binding b = rule.getBinding(bpm.VariableName); + BoundParam newpm = new BoundParam(b.LeftRow, b.LeftIndex, 9, bpm.ObjectBinding); + newpm.VariableName = bpm.VariableName; + pms[ipm] = newpm; + } + } + BaseJoin joinNode = null; + if (tc.Negated) + { + joinNode = new NTestNode(ruleCompiler.Engine.nextNodeId(), fn.Function, pms); + } + else + { + joinNode = new TestNode(ruleCompiler.Engine.nextNodeId(), fn.Function, pms); + } + ((TestNode) joinNode).lookUpFunction(ruleCompiler.Engine); + return joinNode; + } + + + public virtual void connectJoinNode(ICondition previousCondition, ICondition condition, BaseJoin previousJoinNode, BaseJoin joinNode) + { + if (previousJoinNode != null) + { + ruleCompiler.attachJoinNode(previousJoinNode, (BaseJoin) joinNode); + } + else + { + ruleCompiler.attachJoinNode(previousCondition.LastNode, (BaseJoin) joinNode); + } + } + + public virtual void compileSingleCE(Rule.IRule rule) + { + // TODO Auto-generated method stub + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/CompositeIndex.cs b/trunk/Creshendo/Util/Rete/CompositeIndex.cs new file mode 100644 index 0000000..245aaef --- /dev/null +++ b/trunk/Creshendo/Util/Rete/CompositeIndex.cs @@ -0,0 +1,86 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// CompositeIndex is used by ObjectTypeNodes to hash AlphaNodes and stick them + /// in a HashTable. This should improve the performance over the proof-of-concept + /// implementation using Strings. + /// + /// + [Serializable] + public class CompositeIndex + { + private int hashCode_Renamed_Field; + private String name = null; + + // by default, we set it to Equals + //UPGRADE_NOTE: The initialization of 'operator_Renamed' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private int operator_Renamed; + + private Object value_Renamed = null; + + /// + /// + public CompositeIndex(String name, int operator_Renamed, Object value_Renamed) + { + InitBlock(); + this.name = name; + this.operator_Renamed = operator_Renamed; + this.value_Renamed = value_Renamed; + calculateHash(); + } + + private void InitBlock() + { + operator_Renamed = Constants.EQUAL; + } + + protected internal virtual void calculateHash() + { + hashCode_Renamed_Field = name.GetHashCode() + operator_Renamed + value_Renamed.GetHashCode(); + } + + public override bool Equals(Object val) + { + if (this == val) + { + return true; + } + if (val == null || GetType() != val.GetType()) + { + return false; + } + + CompositeIndex ci = (CompositeIndex) val; + return ci.name.Equals(name) && ci.operator_Renamed == operator_Renamed && ci.value_Renamed.Equals(value_Renamed); + } + + public override int GetHashCode() + { + return hashCode_Renamed_Field; + } + + public virtual String toPPString() + { + return name + ":" + operator_Renamed + ":" + value_Renamed.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Constants.cs b/trunk/Creshendo/Util/Rete/Constants.cs new file mode 100644 index 0000000..b16779d --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Constants.cs @@ -0,0 +1,137 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// + /// + public class Constants + { + public const int ACTION_ASSERT = 1000; + public const int ACTION_MODIFY = 1002; + public const int ACTION_RETRACT = 1001; + + /// --------- operators types ---------/// + public const int ADD = 1; + + /// --------- operators strings ---------/// + public const String ADD_STRING = "Add"; + + /// --------- operators symbol ---------/// + public const String ADD_SYMBOL = "+"; + + public const int ARRAY_TYPE = 10; + public const int BACKWARD_CHAINING = 10001; + public const int BIDIRECTIONAL_CHAINING = 10002; + public const int BIG_DECIMAL = 22; + public const int BIG_INTEGER = 21; + public const int BOOLEAN_OBJECT = 20; + + public const int BOOLEAN_PRIM_TYPE = 7; + public const int BYTE_OBJECT = 19; + public const int BYTE_PRIM_TYPE = 6; + public const int CHAR_PRIM_TYPE = 8; + public const String CRLF = "crlf"; + public const int DIVIDE = 4; + public const String DIVIDE_STRING = "divide"; + public const String DIVIDE_SYMBOL = "/"; + public const int DOUBLE_OBJECT = 18; + public const int DOUBLE_PRIM_TYPE = 5; + public const int EQUAL = 9; + public const String EQUAL_STRING = "equal to"; + public const String EQUAL_SYMBOL = "="; + public const int FACT_TYPE = 13; + public const int FLOAT_OBJECT = 17; + public const int FLOAT_PRIM_TYPE = 4; + + /// ----------- constants for chaining direction -------/// + public const int FORWARD_CHAINING = 10000; + + public const int GREATER = 5; + public const String GREATER_STRING = "greater than"; + public const String GREATER_SYMBOL = ">"; + public const int GREATEREQUAL = 7; + public const String GREATEREQUAL_STRING = "greater than or equal to"; + public const String GREATEREQUAL_SYMBOL = ">="; + + /// --------- primitive types ---------/// + public const int INT_PRIM_TYPE = 1; + + public const int INTEGER_OBJECT = 14; + public const int LAZY_CHAINING = 10003; + public const int LESS = 6; + + public const String LESS_STRING = "less than"; + public const String LESS_SYMBOL = "<"; + public const int LESSEQUAL = 8; + public const String LESSEQUAL_STRING = "less than or equal to"; + public const String LESSEQUAL_SYMBOL = "<="; + public const int LONG_OBJECT = 16; + public const int LONG_PRIM_TYPE = 3; + public const String MAIN_MODULE = "MAIN"; + public const int MULTIPLY = 3; + public const String MULTIPLY_STRING = "multiply"; + public const String MULTIPLY_SYMBOL = "*"; + public const String NIL_SYMBOL = "nil"; + public const int NILL = 11; + public const String NILL_STRING = "is null"; + public const int NOTEQUAL = 10; + public const String NOTEQUAL_STRING = "not equal to"; + public const String NOTEQUAL_SYMBOL = "!="; + public const int NOTNILL = 12; + public const int NUMERIC_INCLUSIVE = 23; + + /// --------- non-primitive types ---------/// + public const int OBJECT_TYPE = 9; + + public const String PCS = "java.beans.PropertyChangeSupport"; + public const String PCS_ADD = "add_PropertyChanged"; + public const String PCS_REMOVE = "remove_PropertyChanged"; + public const String PROPERTYCHANGELISTENER = "Creshendo.Util.PropertyChangedHandler"; + public const int RETURN_VOID_TYPE = 12; + public const int SHORT_OBJECT = 15; + public const int SHORT_PRIM_TYPE = 2; + + /// --------- native types for the rule engine ---------/// + public const int SLOT_TYPE = 100; + + public const int STRING_TYPE = 11; + public const int SUBTRACT = 2; + public const String SUBTRACT_STRING = "subtract"; + public const String SUBTRACT_SYMBOL = "-"; + public const int USERDEFINED = 13; + + //UPGRADE_NOTE: Final was removed from the declaration of 'FILE_SEPARATOR '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + //UPGRADE_ISSUE: Method 'java.lang.System.getProperty' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangSystemgetProperty_javalangString"' + //UPGRADE_NOTE: The initialization of 'FILE_SEPARATOR' was moved to static method 'org.jamocha.rete.Constants'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + public static readonly String FILE_SEPARATOR; + public static readonly String LINEBREAK; + public static String DEFAULT_OUTPUT = "t"; + public static String INITIAL_FACT = "_initialFact"; + public static String SHELL_PROMPT = "Jamocha> "; + public static String VERSION = "0.8"; + + static Constants() + { + LINEBREAK = Environment.NewLine; + FILE_SEPARATOR = "HUH"; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/ConversionUtils.cs b/trunk/Creshendo/Util/Rete/ConversionUtils.cs new file mode 100644 index 0000000..89c912b --- /dev/null +++ b/trunk/Creshendo/Util/Rete/ConversionUtils.cs @@ -0,0 +1,582 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// ConversioUtils has a methods for autoboxing primitive types + /// with the Object equivalent. + /// + /// + public class ConversionUtils + { + private static GenericHashMap OPR_MAP; + + + private static GenericHashMap STROPR_MAP; + + static ConversionUtils() + { + { + OPR_MAP = new GenericHashMap(); + OPR_MAP.Put(Constants.ADD.ToString(), Constants.ADD_STRING); + OPR_MAP.Put(Constants.SUBTRACT.ToString(), Constants.SUBTRACT_STRING); + OPR_MAP.Put(Constants.MULTIPLY.ToString(), Constants.MULTIPLY_STRING); + OPR_MAP.Put(Constants.DIVIDE.ToString(), Constants.DIVIDE_STRING); + OPR_MAP.Put(Constants.LESS.ToString(), Constants.LESS_STRING); + OPR_MAP.Put(Constants.LESSEQUAL.ToString(), Constants.LESSEQUAL_STRING); + OPR_MAP.Put(Constants.GREATER.ToString(), Constants.GREATER_STRING); + OPR_MAP.Put(Constants.GREATEREQUAL.ToString(), Constants.GREATEREQUAL_STRING); + OPR_MAP.Put(Constants.EQUAL.ToString(), Constants.EQUAL_STRING); + OPR_MAP.Put(Constants.NOTEQUAL.ToString(), Constants.NOTEQUAL_STRING); + } + { + STROPR_MAP = new GenericHashMap(); + OPR_MAP.Put(Constants.ADD_STRING, Constants.ADD_SYMBOL); + OPR_MAP.Put(Constants.SUBTRACT_STRING, Constants.SUBTRACT_SYMBOL); + OPR_MAP.Put(Constants.MULTIPLY_STRING, Constants.MULTIPLY_SYMBOL); + OPR_MAP.Put(Constants.DIVIDE_STRING, Constants.DIVIDE_SYMBOL); + OPR_MAP.Put(Constants.LESS_STRING, Constants.LESS_SYMBOL); + OPR_MAP.Put(Constants.LESSEQUAL_STRING, Constants.LESSEQUAL_SYMBOL); + OPR_MAP.Put(Constants.GREATER_STRING, Constants.GREATER_SYMBOL); + OPR_MAP.Put(Constants.GREATEREQUAL_STRING, Constants.GREATEREQUAL_SYMBOL); + OPR_MAP.Put(Constants.EQUAL_STRING, Constants.EQUAL_SYMBOL); + OPR_MAP.Put(Constants.NOTEQUAL_STRING, Constants.NOTEQUAL_SYMBOL); + } + } + + + /// Convert a int primitive to an Integer object + /// + /// val + /// + /// + /// + /// + public static Object convert(int val) + { + return val; + } + + /// Convert a short primitive to a Short object + /// + /// val + /// + /// + /// + /// + public static Object convert(short val) + { + return val; + } + + /// Convert a float primitive to Float object + /// + /// val + /// + /// + /// + /// + public static Object convert(float val) + { + return val; + } + + /// convert a primitive long to Long object + /// + /// val + /// + /// + /// + /// + public static Object convert(long val) + { + return val; + } + + /// convert a primitive double to a Double object + /// + /// val + /// + /// + /// + /// + public static Object convert(double val) + { + return val; + } + + /// convert a primitive byte to Byte object + /// + /// val + /// + /// + /// + /// + public static Object convert(sbyte val) + { + return val; + } + + public static Object convert(int type, Object val) + { + if (type == Constants.INT_PRIM_TYPE || type == Constants.INTEGER_OBJECT) + { + if (val is Decimal) + { + return Decimal.ToInt32(((Decimal) val)); + } + } + else if (type == Constants.SHORT_PRIM_TYPE || type == Constants.SHORT_OBJECT) + { + if (val is Decimal) + { + //UPGRADE_ISSUE: Method 'java.lang.Number.shortValue' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + return Convert.ToInt16(val); + } + } + else if (type == Constants.FLOAT_PRIM_TYPE || type == Constants.FLOAT_OBJECT) + { + if (val is Decimal) + { + return Decimal.ToSingle(((Decimal) val)); + } + } + else if (type == Constants.LONG_PRIM_TYPE || type == Constants.LONG_OBJECT) + { + if (val is Decimal) + { + return Decimal.ToInt64(((Decimal) val)); + } + } + else if (type == Constants.DOUBLE_PRIM_TYPE || type == Constants.DOUBLE_OBJECT) + { + if (val is Decimal) + { + return Decimal.ToDouble(((Decimal) val)); + } + } + return val; + } + + /// Return the string form of the operator + /// + /// opr + /// + /// + /// + /// + public static String getPPOperator(int opr) + { + return (String) OPR_MAP.Get(opr.ToString()); + } + + /// find the matching fact in the array + /// + /// temp + /// + /// facts + /// + /// + /// + /// + public static IFact findFact(Deftemplate temp, IFact[] facts) + { + IFact ft = null; + for (int idx = 0; idx < facts.Length; idx++) + { + if (facts[idx].Deftemplate == temp) + { + ft = facts[idx]; + } + } + return ft; + } + + /// Method will merge the two arrays by Add the facts from + /// the right to the end + /// + /// left + /// + /// right + /// + /// + /// + /// + public static IFact[] mergeFacts(IFact[] left, IFact[] right) + { + IFact[] merged = new IFact[left.Length + right.Length]; + Array.Copy(left, 0, merged, 0, left.Length); + Array.Copy(right, 0, merged, left.Length, right.Length); + return merged; + } + + /// The method will merge a single right fact with the left + /// fact array. + /// + /// left + /// + /// right + /// + /// + /// + /// + public static IFact[] mergeFacts(IFact[] left, IFact right) + { + IFact[] merged = new IFact[left.Length + 1]; + Array.Copy(left, 0, merged, 0, left.Length); + merged[left.Length] = right; + return merged; + } + + /// Add a new object to an object array + /// + /// list + /// + /// nobj + /// + /// + /// + /// + public static BaseNode[] add(BaseNode[] list, BaseNode nobj) + { + BaseNode[] newlist = new BaseNode[list.Length + 1]; + Array.Copy(list, 0, newlist, 0, list.Length); + newlist[list.Length] = nobj; + return newlist; + } + + /// Remove an object from an object array + /// + /// list + /// + /// nobj + /// + /// + /// + /// + public static BaseNode[] remove(BaseNode[] list, Object nobj) + { + BaseNode[] newlist = new BaseNode[list.Length - 1]; + int pos = 0; + for (int idx = 0; idx < list.Length; idx++) + { + if (list[idx] != nobj) + { + newlist[pos] = list[idx]; + pos++; + } + } + return newlist; + } + + /// Return the int mapped type for the field + /// + /// clzz + /// + /// + /// + /// + public static int getTypeCode(Type clzz) + { + if (clzz.IsArray) + { + return Constants.ARRAY_TYPE; + } + else if (clzz.IsPrimitive) + { + if (clzz == typeof (int)) + { + return Constants.INT_PRIM_TYPE; + } + else if (clzz == typeof (short)) + { + return Constants.SHORT_PRIM_TYPE; + } + else if (clzz == typeof (long)) + { + return Constants.LONG_PRIM_TYPE; + } + else if (clzz == typeof (float)) + { + return Constants.FLOAT_PRIM_TYPE; + } + else if (clzz == typeof (sbyte)) + { + return Constants.BYTE_PRIM_TYPE; + } + else if (clzz == typeof (double)) + { + return Constants.DOUBLE_PRIM_TYPE; + } + else if (clzz == typeof (bool)) + { + return Constants.BOOLEAN_PRIM_TYPE; + } + else if (clzz == typeof (char)) + { + return Constants.CHAR_PRIM_TYPE; + } + else + { + return Constants.OBJECT_TYPE; + } + } + else if (clzz == typeof (String)) + { + return Constants.STRING_TYPE; + } + else + { + return Constants.OBJECT_TYPE; + } + } + + /// Convienance method for converting the int type code + /// to the string form + /// + /// intType + /// + /// + /// + /// + public static String getTypeName(int intType) + { + if (intType == Constants.INT_PRIM_TYPE) + { + return "INTEGER"; + } + else if (intType == Constants.SHORT_PRIM_TYPE) + { + return "SHORT"; + } + else if (intType == Constants.LONG_PRIM_TYPE) + { + return "LONG"; + } + else if (intType == Constants.FLOAT_PRIM_TYPE) + { + return "FLOAT"; + } + else if (intType == Constants.DOUBLE_PRIM_TYPE) + { + return "DOUBLE"; + } + else if (intType == Constants.BYTE_PRIM_TYPE) + { + return "BYTE"; + } + else if (intType == Constants.BOOLEAN_PRIM_TYPE) + { + return "BOOLEAN"; + } + else if (intType == Constants.CHAR_PRIM_TYPE) + { + return "CHAR"; + } + else if (intType == Constants.STRING_TYPE) + { + return "STRING"; + } + else if (intType == Constants.ARRAY_TYPE) + { + return typeof (Object[]).Name; + } + else + { + return typeof (Object).FullName; + } + } + + public static int getOperatorCode(String strSymbol) + { + if (strSymbol.Equals(Constants.EQUAL_SYMBOL)) + { + return Constants.EQUAL; + } + else if (strSymbol.Equals(Constants.NOTEQUAL_SYMBOL)) + { + return Constants.NOTEQUAL; + } + else if (strSymbol.Equals(Constants.ADD_SYMBOL)) + { + return Constants.ADD; + } + else if (strSymbol.Equals(Constants.SUBTRACT_SYMBOL)) + { + return Constants.SUBTRACT; + } + else if (strSymbol.Equals(Constants.MULTIPLY_SYMBOL)) + { + return Constants.MULTIPLY; + } + else if (strSymbol.Equals(Constants.DIVIDE_SYMBOL)) + { + return Constants.DIVIDE; + } + else if (strSymbol.Equals(Constants.GREATER_SYMBOL)) + { + return Constants.GREATER; + } + else if (strSymbol.Equals(Constants.GREATEREQUAL_SYMBOL)) + { + return Constants.GREATEREQUAL; + } + else if (strSymbol.Equals(Constants.LESS_SYMBOL)) + { + return Constants.LESS; + } + else if (strSymbol.Equals(Constants.LESSEQUAL_SYMBOL)) + { + return Constants.LESSEQUAL; + } + else + { + return Constants.USERDEFINED; + } + } + + public static int getOppositeOperatorCode(int op) + { + int rvop = Constants.EQUAL; + switch (op) + { + case Constants.EQUAL: + rvop = Constants.NOTEQUAL; + break; + + case Constants.NOTEQUAL: + rvop = Constants.EQUAL; + break; + + case Constants.GREATER: + rvop = Constants.LESS; + break; + + case Constants.LESS: + rvop = Constants.GREATER; + break; + + case Constants.GREATEREQUAL: + rvop = Constants.LESSEQUAL; + break; + + case Constants.LESSEQUAL: + rvop = Constants.GREATEREQUAL; + break; + } + return rvop; + } + + /// If the operate is equal, not equal, greater, less than, + /// greater or equal, less than or equal. + /// + /// strSymbol + /// + /// + /// + /// + public static bool isPredicateOperatorCode(String strSymbol) + { + if (strSymbol.Equals(Constants.EQUAL_SYMBOL)) + { + return true; + } + else if (strSymbol.Equals(Constants.NOTEQUAL_SYMBOL)) + { + return true; + } + else if (strSymbol.Equals(Constants.GREATER_SYMBOL)) + { + return true; + } + else if (strSymbol.Equals(Constants.GREATEREQUAL_SYMBOL)) + { + return true; + } + else if (strSymbol.Equals(Constants.LESS_SYMBOL)) + { + return true; + } + else if (strSymbol.Equals(Constants.LESSEQUAL_SYMBOL)) + { + return true; + } + else + { + return false; + } + } + + public static String formatSlot(Object s) + { + if (s != null) + { + if (s is Boolean) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return s.ToString().ToUpper(); + } + else if (s is String) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return "\"" + s.ToString() + "\""; + } + else if (s.GetType() != null && s.GetType().IsArray) + { + StringBuilder buf = new StringBuilder(); + Object[] ary = (Object[]) s; + for (int idx = 0; idx < ary.Length; idx++) + { + if (idx > 0) + { + buf.Append(" "); + } + buf.Append(formatSlot(ary[idx])); + } + return buf.ToString(); + } + else + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return s.ToString(); + } + } + else + { + return Constants.NIL_SYMBOL; + } + } + + [STAThread] + public static void Main(String[] args) + { + /// String[] left = {"one","two","three"}; + /// String[] right = {"four","five"}; + /// String[] m = (String[])mergeFacts(left,right); + /// for (int idx=0; idx < m.length; idx++){ + /// System.out.println(m[idx]); + /// } + /// * + /// + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/DefaultReturnValue.cs b/trunk/Creshendo/Util/Rete/DefaultReturnValue.cs new file mode 100644 index 0000000..79af7e1 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/DefaultReturnValue.cs @@ -0,0 +1,44 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// DefaultReturnValue simply extends ValueParam. In many ways, input parameters + /// and return values have similar needs. Both have to contain information about + /// the type of value. ReturnValue defines the basic methods for getting the + /// value and figuring out what type it is. + ///
    + ///
  1. Parameter interface extends ReturnValue
  2. + ///
  3. AbstractParam implements Parameter interface
  4. + ///
  5. ValueParam extends AbstractParam
  6. + ///
+ /// The convienance methods in ReturnValue should make it easier to access the + /// values. + /// + ///
+ public class DefaultReturnValue : ValueParam + { + /// + /// + public DefaultReturnValue(int vtype, Object value_Renamed) : base(vtype, value_Renamed) + { + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/DefaultReturnVector.cs b/trunk/Creshendo/Util/Rete/DefaultReturnVector.cs new file mode 100644 index 0000000..fa9c872 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/DefaultReturnVector.cs @@ -0,0 +1,101 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using System.Text; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Basic implementation of ReturnVector used by functions to return + /// the results. + /// + /// + public class DefaultReturnVector : IReturnVector + { + //UPGRADE_NOTE: The initialization of 'items' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal List items; + + + /// + /// + public DefaultReturnVector() + { + InitBlock(); + } + + #region ReturnVector Members + + /// the implementation returns itself, since ReturnVector extends + /// IEnumerator interface. + /// + public virtual IEnumerator Iterator + { + get { return items.GetEnumerator(); } + } + + public virtual void clear() + { + items.Clear(); + } + + /// Current implementation returns the Count of the Vector + /// + public virtual int size() + { + return items.Count; + } + + + /// Return the first item in the vector + /// + /// + /// + /// + public virtual IReturnValue firstReturnValue() + { + //UPGRADE_TODO: Method java.util.Vector.Get was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + return (IReturnValue) items[0]; + } + + public virtual void addReturnValue(IReturnValue val) + { + items.Add(val); + } + + #endregion + + private void InitBlock() + { + items = new List(2); + } + + public override String ToString() + { + IEnumerator itr = Iterator; + StringBuilder sb = new StringBuilder(); + while (itr.MoveNext()) + { + IReturnValue rval = (IReturnValue) itr.Current; + sb.Append(rval.StringValue).Append('\n'); + } + return sb.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/DefaultRuleCompiler.cs b/trunk/Creshendo/Util/Rete/DefaultRuleCompiler.cs new file mode 100644 index 0000000..2a8e5c8 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/DefaultRuleCompiler.cs @@ -0,0 +1,783 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections.Generic; +using Creshendo.Functions; +using Creshendo.Util.Collections; +using Creshendo.Util.Logging; +using Creshendo.Util.Rete.Exception; +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// DefaultRuleCompiler is a simple implementation. It's for research purposes + /// for now. It may become a full blown rule compiler later, but for now, + /// I just need a simple compiler to load my samples rule to test the JIT + /// algorithm. + /// + /// + /// + /// + public class DefaultRuleCompiler : IRuleCompiler + { + public readonly String ASSERT_ON_PROPOGATE = Messages.getString("CompilerProperties_assert_on_Add"); + public readonly String FUNCTION_NOT_FOUND = Messages.getString("CompilerProperties_function_not_found"); + public readonly String INVALID_FUNCTION = Messages.getString("CompilerProperties_invalid_function"); + private IModule currentMod = null; + private readonly Rete engine = null; + private readonly IGenericMap inputnodes = null; + private List listener; + //protected internal ILogger log; + private IWorkingMemory memory = null; + protected internal TemplateValidation tval = null; + protected internal bool validate = true; + + public event CompileEventHandler RuleAdded; + public event CompileEventHandler RuleRemoved; + public event CompileEventHandler CompileError; + + /* + static DefaultRuleCompiler() + { + FUNCTION_NOT_FOUND = Messages.getString("CompilerProperties_function_not_found"); + INVALID_FUNCTION = Messages.getString("CompilerProperties_invalid_function"); + ASSERT_ON_PROPOGATE = Messages.getString("CompilerProperties_assert_on_Add"); + } + */ + + public DefaultRuleCompiler(Rete engine, IGenericMap inputNodes) + { + InitBlock(); + this.engine = engine; + this.inputnodes = inputNodes; + tval = new TemplateValidation(engine); + } + + public virtual Rule.IRule Module + { + set + { + // we check the name of the rule to see if it is for a specific + // module. if it is, we have to Add it to that module + if (value.Name.IndexOf("::") > 0) + { + //$NON-NLS-1$ + String text = value.Name; + String[] sp = text.Split("::".ToCharArray()); //$NON-NLS-1$ + value.Name = sp[1]; + String modName = sp[0].ToUpper(); + currentMod = engine.findModule(modName); + if (currentMod == null) + { + engine.addModule(modName, false); + currentMod = engine.findModule(modName); + } + } + else + { + currentMod = engine.CurrentFocus; + } + value.Module = currentMod; + } + } + + public virtual Rete Engine + { + get { return engine; } + } + + public virtual IWorkingMemory Memory + { + get { return memory; } + } + + public virtual IGenericMap Inputnodes + { + get { return inputnodes; } + } + + #region RuleCompiler Members + + public virtual bool ValidateRule + { + get { return validate; } + + set { validate = value; } + } + + public virtual IWorkingMemory WorkingMemory + { + set { memory = value; } + } + + + /// Here is a description of the compilation algorithm. + /// 1. iterate over the conditional elements + /// i. generate the alpha nodes + /// a. literal constraints generate alpha node + /// b. predicate constaints that compare against a literal generate alpha node + /// ii. calculate the bindings + /// a. each binding has a rowId + /// b. NOT and EXIST CE do not increment the rowId + /// 2. iterate over the conditional elements + /// i. generate the beta nodes + /// ii. attach the Left Input adapater nodes + /// iii. attach the join nodes to the alpha nodes + /// 3. create the terminal node and attach to the last + /// join node. + /// + /// This means the rule compiler takes a 2 pass approach to + /// compiling rules. At the start of the method, it sets 3 + /// attributes to null: prevCE, prevJoinNode, joinNode. + /// Those attributes are used by the compile join methods, + /// so it's important to set it to null at the start. If + /// we don't the Current rule won't compile correctly. + /// + public virtual bool addRule(Rule.IRule rule) + { + rule.resolveTemplates(engine); + if (!validate || (validate && tval.analyze(rule) == Analysis_Fields.VALIDATION_PASSED)) + { + // we have to set the attributes to null, before we start compiling a rule. + + // we've set the attributes to null, so we can compile now!! + + if (rule.Conditions != null && rule.Conditions.Length > 0) + { + // we check the name of the rule to see if it is for a specific + // module. if it is, we have to Add it to that module + Module = rule; + try + { + ICondition[] conds = rule.Conditions; + // first we create the constraints, before creating the Conditional + // elements which include joins + // we use a counter and only increment it to make sure the + // row index of the bindings are accurate. this makes it simpler + // for the rule compiler and compileJoins is cleaner and does + // less work. + int counter = 0; + for (int idx = 0; idx < conds.Length; idx++) + { + ICondition con = conds[idx]; + // compile object conditions + //implement in the ObjectConditionCompiler.compile or ExistConditionCompiler.compile + con.getCompiler(this).compile(con, counter, rule, rule.RememberMatch); + + if ((con is ObjectCondition) && (!((ObjectCondition) con).Negated)) + { + counter++; + } + } + // now we compile the joins + compileJoins(rule); + + BaseNode last = rule.LastNode; + TerminalNode tnode = createTerminalNode(rule); + + attachTerminalNode(last, tnode); + // compile the actions + compileActions(rule, rule.Actions); + // now we pass the bindings to the rule, so that actiosn can + // resolve the bindings + + // now we Add the rule to the module + currentMod.addRule(rule); + CompileMessageEventArgs ce = new CompileMessageEventArgs(rule, EventType.ADD_RULE_EVENT); + ce.Rule = rule; + notifyListener(ce); + return true; + } + catch (AssertException e) + { + CompileMessageEventArgs ce = new CompileMessageEventArgs(rule, EventType.INVALID_RULE); + ce.Message = Messages.getString("RuleCompiler.assert.error"); //$NON-NLS-1$ + notifyListener(ce); + TraceLogger.Instance.Debug(e); + return false; + } + } + else if (rule.Conditions.Length == 0) + { + Module = rule; + // the rule has no LHS, this means it only has actions + BaseNode last = (BaseNode) inputnodes.Get(engine.initFact); + TerminalNode tnode = createTerminalNode(rule); + compileActions(rule, rule.Actions); + attachTerminalNode(last, tnode); + // now we Add the rule to the module + currentMod.addRule(rule); + CompileMessageEventArgs ce = new CompileMessageEventArgs(rule, EventType.ADD_RULE_EVENT); + ce.Rule = rule; + notifyListener(ce); + return true; + } + return false; + } + else + { + // we need to print out a message saying the rule was not valid + ISummary error = tval.Errors; + engine.writeMessage("Rule " + rule.Name + " was not added. ", Constants.DEFAULT_OUTPUT); //$NON-NLS-1$ //$NON-NLS-2$ + engine.writeMessage(error.Message, Constants.DEFAULT_OUTPUT); + ISummary warn = tval.Warnings; + engine.writeMessage(warn.Message, Constants.DEFAULT_OUTPUT); + return false; + } + } + + + /// implementation uses the deftemplate for the HashMap key and the + /// node for the value. If the node already exists in the HashMap, + /// or the key already exists, the compiler will not Add it to the + /// network. + /// + public virtual void addObjectTypeNode(ObjectTypeNode node) + { + if (!inputnodes.ContainsKey(node.Deftemplate)) + { + inputnodes.Put(node.Deftemplate, node); + } + // if it is the objectTypeNode for InitialFact, we go ahead and create + // the Left Input Adapter node for it + if (node.Deftemplate is InitialFact) + { + try + { + IFLIANode lian = new IFLIANode(engine.nextNodeId()); + node.addSuccessorNode(lian, engine, engine.workingMem); + } + catch (AssertException e) + { + } + } + } + + /// Method will Remove the ObjectTypeNode and call Clear on it. + /// + public virtual void removeObjectTypeNode(ObjectTypeNode node) + { + inputnodes.Remove(node.Deftemplate); + node.clear(memory); + node.clearSuccessors(); + } + + /// if the ObjectTypeNode does not exist, the method will return null. + /// + public virtual ObjectTypeNode getObjectTypeNode(ITemplate template) + { + return (ObjectTypeNode) inputnodes.Get(template); + } + /* + /// Implementation will check to see if the + /// + public virtual void addListener(ICompilerListener listener) + { + if (!this.listener.Contains(listener)) + { + this.listener.Add(listener); + } + } + + + public virtual void removeListener(ICompilerListener listener) + { + this.listener.Remove(listener); + } + */ + #endregion + + private void InitBlock() + { + listener = new List(); + //log = new Log4netLogger(typeof (DefaultRuleCompiler)); + } + + /// + /// The method is responsible for creating the right terminal node based on the + /// settings for the rule. + /// + /// The rl. + /// + protected internal virtual TerminalNode createTerminalNode(Rule.IRule rl) + { + if (rl.NoAgenda && rl.ExpirationDate == 0) + { + return new NoAgendaTNode(engine.nextNodeId(), rl); + } + else if (rl.NoAgenda && rl.ExpirationDate > 0) + { + return new NoAgendaTNode2(engine.nextNodeId(), rl); + } + else if (rl.ExpirationDate > 0) + { + return new TerminalNode3(engine.nextNodeId(), rl); + } + else + { + return new TerminalNode2(engine.nextNodeId(), rl); + } + } + + /// + /// Finds the object type node. + /// + /// Name of the template. + /// + public virtual ObjectTypeNode findObjectTypeNode(String templateName) + { + foreach (ITemplate tmpl in inputnodes.Keys) + { + //ITemplate tmpl = (ITemplate) entry.Key; + if (tmpl.Name.Equals(templateName)) + { + return (ObjectTypeNode)inputnodes.Get(tmpl); + } + } + return null; + } + + /* + public virtual ObjectTypeNode findObjectTypeNode(String templateName) + { + IEnumerator itr = inputnodes.keySet().GetEnumerator(); + Template tmpl = null; + while (itr.MoveNext()) + { + tmpl = (Template)itr.Current; + if (tmpl.Name.Equals(templateName)) + { + break; + } + } + if (tmpl != null) + { + return (ObjectTypeNode)inputnodes.Get(tmpl); + } + else + { + log.Debug(Messages.getString("RuleCompiler.deftemplate.error")); //$NON-NLS-1$ + return null; + } + } + */ + + /// + /// method compiles a literalConstraint + /// + /// The CNSTR. + /// The templ. + /// The rule. + /// + public virtual BaseAlpha2 compileConstraint(LiteralConstraint cnstr, ITemplate templ, Rule.IRule rule) + { + BaseAlpha2 current = null; + if (templ.getSlot(cnstr.Name) != null) + { + Slot sl = (Slot) templ.getSlot(cnstr.Name).Clone(); + Object sval = ConversionUtils.convert(sl.ValueType, cnstr.Value); + sl.Value = sval; + if (rule.RememberMatch) + { + current = new AlphaNode(engine.nextNodeId()); + } + else + { + current = new NoMemANode(engine.nextNodeId()); + } + current.Slot = sl; + current.Operator = Constants.EQUAL; + current.incrementUseCount(); + // we increment the node use count when when create a new + // AlphaNode for the LiteralConstraint + templ.getSlot(sl.Id).incrementNodeCount(); + } + return current; + } + + /// + /// method compiles AndLiteralConstraint into alpha nodes + /// + /// The CNSTR. + /// The templ. + /// The rule. + /// + public virtual BaseAlpha2 compileConstraint(AndLiteralConstraint cnstr, ITemplate templ, Rule.IRule rule) + { + BaseAlpha2 current = null; + if (templ.getSlot(cnstr.Name) != null) + { + Slot2 sl = new Slot2(cnstr.Name); + sl.Id = templ.getColumnIndex(cnstr.Name); + Object sval = cnstr.Value; + sl.Value = sval; + if (rule.RememberMatch) + { + current = new AlphaNodeAnd(engine.nextNodeId()); + } + else + { + current = new NoMemAnd(engine.nextNodeId()); + } + current.Slot = sl; + current.incrementUseCount(); + // we increment the node use count when when create a new + // AlphaNode for the LiteralConstraint + templ.getSlot(sl.Id).incrementNodeCount(); + } + return current; + } + + /// + /// method compiles OrLiteralConstraint into alpha nodes + /// + /// The CNSTR. + /// The templ. + /// The rule. + /// + public virtual BaseAlpha2 compileConstraint(OrLiteralConstraint cnstr, ITemplate templ, Rule.IRule rule) + { + BaseAlpha2 current = null; + if (templ.getSlot(cnstr.Name) != null) + { + Slot2 sl = new Slot2(cnstr.Name); + sl.Id = templ.getColumnIndex(cnstr.Name); + Object sval = cnstr.Value; + sl.Value = sval; + if (rule.RememberMatch) + { + current = new AlphaNodeOr(engine.nextNodeId()); + } + else + { + current = new NoMemOr(engine.nextNodeId()); + } + current.Slot = sl; + current.incrementUseCount(); + // we increment the node use count when when create a new + // AlphaNode for the LiteralConstraint + templ.getSlot(sl.Id).incrementNodeCount(); + } + return current; + } + + /// + /// method creates Bindings from the bound constraint and adds them to + /// the Rule. + /// + /// The CNSTR. + /// The templ. + /// The rule. + /// The position. + /// + public virtual BaseAlpha2 compileConstraint(BoundConstraint cnstr, ITemplate templ, Rule.IRule rule, int position) + { + BaseAlpha2 current = null; + if (rule.getBinding(cnstr.VariableName) == null) + { + // if the HashMap doesn't already contain the binding, we create + // a new one + if (cnstr.IsObjectBinding) + { + Binding bind = new Binding(); + bind.VarName = cnstr.VariableName; + bind.LeftRow = position; + bind.LeftIndex = - 1; + bind.IsObjectVar = true; + rule.addBinding(cnstr.VariableName, bind); + } + else + { + Binding bind = new Binding(); + bind.VarName = cnstr.VariableName; + bind.LeftRow = position; + bind.LeftIndex = templ.getSlot(cnstr.Name).Id; + bind.RowDeclared = position; + cnstr.FirstDeclaration = true; + rule.addBinding(cnstr.VariableName, bind); + } + } + return current; + } + + /// + /// Compiles the constraint. + /// + /// The CNSTR. + /// The templ. + /// The rule. + /// The position. + /// + public virtual BaseAlpha2 compileConstraint(PredicateConstraint cnstr, ITemplate templ, Rule.IRule rule, int position) + { + BaseAlpha2 current = null; + // for now we expect the user to write the predicate in this + // way (> ?bind value), where the binding is first. this + // needs to be updated so that we look at the order of the + // parameters and set the node appropriately + + // we only create an AlphaNode if the predicate isn't + // joining 2 bindings. + if (!cnstr.PredicateJoin) + { + if (ConversionUtils.isPredicateOperatorCode(cnstr.FunctionName)) + { + int oprCode = ConversionUtils.getOperatorCode(cnstr.FunctionName); + Slot sl = (Slot) templ.getSlot(cnstr.Name).Clone(); + Object sval = ConversionUtils.convert(sl.ValueType, cnstr.Value); + sl.Value = sval; + // create the alphaNode + if (rule.RememberMatch) + { + current = new AlphaNode(engine.nextNodeId()); + } + else + { + current = new NoMemANode(engine.nextNodeId()); + } + current.Slot = sl; + current.Operator = oprCode; + current.incrementUseCount(); + // we increment the node use count when when create a new + // AlphaNode for the LiteralConstraint + templ.getSlot(sl.Id).incrementNodeCount(); + } + else + { + // the function isn't a built in predicate function that + // returns boolean true/false. We look up the function + IFunction f = engine.findFunction(cnstr.FunctionName); + if (f != null) + { + // we create the alphaNode if a function is found and + // the return type is either boolean primitive or object + if (f.ReturnType == Constants.BOOLEAN_PRIM_TYPE || f.ReturnType != Constants.BOOLEAN_OBJECT) + { + // TODO - need to implement it + } + else + { + // the function doesn't return boolean, so we have to notify + // the listeners the condition is not valid + CompileMessageEventArgs ce = new CompileMessageEventArgs(this, EventType.FUNCTION_INVALID); + ce.Message = INVALID_FUNCTION + " " + f.ReturnType; //$NON-NLS-1$ + notifyListener(ce); + } + } + else + { + // we need to notify listeners the function wasn't found + CompileMessageEventArgs ce = new CompileMessageEventArgs(this, EventType.FUNCTION_NOT_FOUND); + ce.Message = FUNCTION_NOT_FOUND + " " + cnstr.FunctionName; + notifyListener(ce); + } + } + } + Binding bind = new Binding(); + bind.VarName = cnstr.VariableName; + bind.LeftRow = position; + bind.LeftIndex = templ.getSlot(cnstr.Name).Id; + bind.RowDeclared = position; + // we only Add the binding to the map if it doesn't already exist + if (rule.getBinding(cnstr.VariableName) == null) + { + rule.addBinding(cnstr.VariableName, bind); + } + return current; + } + + /// + /// Compiles the joins. + /// + /// The rule. + public virtual void compileJoins(Rule.IRule rule) + { + ICondition[] conds = rule.Conditions; + BaseJoin prevJoinNode = null; + BaseJoin joinNode = null; + ICondition prevCE = null; + // only if there's more than 1 condition do we attempt to + // create the join nodes. A rule with just 1 condition has + // no joins + if (conds.Length > 1) + { + // previous Condition + prevCE = conds[0]; + //this.compileFirstJoin(engine, memory); moved to the ConditionCompiler.compileFirstJoin method + prevCE.getCompiler(this).compileFirstJoin(prevCE, rule); + + + // now compile the remaining conditions + for (int idx = 1; idx < conds.Length; idx++) + { + ICondition cdt = conds[idx]; + + joinNode = cdt.getCompiler(this).compileJoin(cdt, idx, rule); + cdt.getCompiler(this).connectJoinNode(prevCE, cdt, prevJoinNode, joinNode); + + // now we set the previous node to current + prevCE = cdt; + prevJoinNode = joinNode; + rule.addJoinNode(joinNode); + } + } + else if (conds.Length == 1) + { + conds[0].getCompiler(this).compileSingleCE(rule); + } + } + + + /// + /// The method is responsible for compiling the string form of the + /// actions to the equivalent functions. + /// + /// The rule. + /// The acts. + protected internal virtual void compileActions(Rule.IRule rule, IAction[] acts) + { + for (int idx = 0; idx < acts.Length; idx++) + { + IAction atn = acts[idx]; + atn.configure(engine, rule); + } + } + + protected internal virtual void attachTerminalNode(BaseNode last, TerminalNode terminal) + { + if (last != null && terminal != null) + { + try + { + if (last is BaseJoin) + { + ((BaseJoin) last).addSuccessorNode(terminal, engine, memory); + } + else if (last is BaseAlpha) + { + ((BaseAlpha) last).addSuccessorNode(terminal, engine, memory); + } + } + catch (AssertException e) + { + } + } + } + + /// + /// Method will attach a new JoinNode to an ancestor node. An ancestor + /// could be LIANode, AlphaNode or BetaNode. + /// + /// The last. + /// The join. + public virtual void attachJoinNode(BaseNode last, BaseJoin join) + { + if (last is BaseAlpha) + { + ((BaseAlpha) last).addSuccessorNode(join, engine, memory); + } + else if (last is BaseJoin) + { + ((BaseJoin) last).addSuccessorNode(join, engine, memory); + } + } + + /// + /// method will find the first LeftInputAdapter node for the + /// ObjectTypeNode. There should only be one that is a direct + /// successor. + /// + /// The otn. + /// + public virtual LIANode findLIANode(ObjectTypeNode otn) + { + LIANode node = null; + if (otn.SuccessorNodes != null && otn.SuccessorNodes.Length > 0) + { + Object[] nodes = (Object[]) otn.SuccessorNodes; + for (int idx = 0; idx < nodes.Length; idx++) + { + if (nodes[idx] is LIANode) + { + node = (LIANode) nodes[idx]; + break; + } + } + } + return node; + } + + + //public virtual void fireErrorEvent(Object reason) + //{ + //} + + /// + /// basic method iterates over the listeners and passes the event, checking + /// what kind of event it is and calling the appropriate method. + /// + /// The event_ renamed. + public virtual void notifyListener(CompileMessageEventArgs eventArgs) + { + + switch(eventArgs.EventType) + { + case EventType.ADD_RULE_EVENT: + if(RuleAdded != null) + { + RuleAdded(this, eventArgs); + } + break; + case EventType.REMOVE_RULE_EVENT: + if (RuleRemoved != null) + { + RuleRemoved(this, eventArgs); + } + break; + default: + if (CompileError != null) + { + CompileError(this, eventArgs); + } + break; + } + + //IEnumerator itr = listener.GetEnumerator(); + ////engine.writeMessage(event.getMessage()); + //while (itr.MoveNext()) + //{ + // ICompilerListener listen = (ICompilerListener) itr.Current; + // EventType etype = messageEventArgsRenamed.EventType; + // if (etype == EventType.ADD_RULE_EVENT) + // { + // listen.ruleAdded(messageEventArgsRenamed); + // } + // else if (etype == EventType.REMOVE_RULE_EVENT) + // { + // listen.ruleRemoved(messageEventArgsRenamed); + // } + // else + // { + // listen.compileError(messageEventArgsRenamed); + // } + //} + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/DefaultWM.cs b/trunk/Creshendo/Util/Rete/DefaultWM.cs new file mode 100644 index 0000000..1438958 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/DefaultWM.cs @@ -0,0 +1,1206 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Reflection; +using System.Text; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete.Exception; +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// This a new implementation of the working memory that is a clean rewrite to make + /// it organized. The old one was getting a bit messy and refactoring it was becoming + /// a pain. + /// + /// + [Serializable] + public class DefaultWM : IWorkingMemory + { + private readonly Agenda agenda = null; + protected internal IGenericMap alphaMemories; + + protected internal IGenericMap> betaLeftMemories; + + protected internal IGenericMap betaRightMemories; + protected internal IRuleCompiler compiler = null; + + private IModule currentModule = null; + + /// We use a HashMap to make it easy to determine if an existing deffact + /// already exists in the working memory. this is only used for deffacts and + /// not for objects + /// + protected internal IGenericMap deffactMap; + + /// Container for Defglobals + /// + protected internal DefglobalMap defglobals; + + /// We keep a map of the dynamic object instances. When the rule engine is + /// notified + /// + protected internal IGenericMap dynamicFacts; + + protected internal Rete engine = null; + protected internal List focusStack; + + /// The initial facts the rule engine needs at startup + /// + protected internal List initialFacts; + + private IModule main = null; + + /// The org.jamocha.rete.util.List for the modules. + /// + protected internal IGenericMap modules; + + private bool profileAssert_Renamed_Field = false; + private bool profileFire_Renamed_Field = false; + private bool profileRetract_Renamed_Field = false; + protected internal RootNode root = null; + private Stack scopes; + + /// We keep a map between the object instance and the corresponding shadown + /// fact. If an object is added as static, it is added to this map. When the + /// rule engine is notified of changes, it will check this list. If the + /// object instance is in this list, we ignore it. + /// + protected internal IGenericMap staticFacts; + + protected internal IGenericMap terminalMemories; + private IStrategy theStrat = null; + private bool watchFact_Renamed_Field = false; + private bool watchRules_Renamed_Field = false; + + public DefaultWM(Rete engine, RootNode node, IRuleCompiler compiler) + { + InitBlock(); + this.engine = engine; + root = node; + this.compiler = compiler; + this.compiler.WorkingMemory = this; + agenda = new Agenda(engine); + init(); + } + + #region WorkingMemory Members + + public virtual System.Collections.Generic.ICollection Modules + { + get { return modules.Values; } + } + + public virtual Agenda Agenda + { + get { return agenda; } + } + + public virtual IGenericMap DeffactMap + { + get { return deffactMap; } + } + + public virtual DefglobalMap Defglobals + { + get { return defglobals; } + } + + public virtual IList AllFacts + { + get + { + List facts = new List(); + facts.AddRange(Objects); + facts.AddRange(Deffacts); + return facts; + } + } + + public virtual IList Deffacts + { + get + { + List objects = new List(); + IEnumerator itr = DeffactMap.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Object fact = itr.Current; + objects.Add(fact); + } + return objects; + } + } + + public virtual IList Objects + { + get + { + List objects = new List(); + IEnumerator itr = DynamicFacts.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + Object key = itr.Current; + if (!(key is IFact)) + { + objects.Add(key); + } + } + itr = StaticFacts.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + Object key = itr.Current; + if (!(key is IFact)) + { + objects.Add(key); + } + } + return objects; + } + } + + public virtual IList InitialFacts + { + get { return initialFacts; } + } + + public virtual IModule CurrentFocus + { + get { return currentModule; } + } + + public virtual IModule Main + { + get { return main; } + } + + public virtual IGenericMap DynamicFacts + { + get { return dynamicFacts; } + } + + public virtual IRuleCompiler RuleCompiler + { + get { return compiler; } + } + + public virtual IGenericMap StaticFacts + { + get { return staticFacts; } + } + + /// the implementation sets the strategy for the current module + /// in focus. If there are multiple modules, it does not set + /// the strategy for the other modules. + /// + public virtual IStrategy Strategy + { + get { return theStrat; } + + set + { + theStrat = value; + CurrentFocus.Strategy = value; + } + } + + public virtual IModule CurrentModule + { + set { currentModule = value; } + } + + public virtual bool ProfileAssert + { + set { profileAssert_Renamed_Field = value; } + } + + public virtual bool ProfileFire + { + set { profileFire_Renamed_Field = value; } + } + + public virtual bool ProfileRetract + { + set { profileRetract_Renamed_Field = value; } + } + + public virtual bool WatchFact + { + set { watchFact_Renamed_Field = value; } + } + + public virtual bool WatchRules + { + set { watchRules_Renamed_Field = value; } + } + + public virtual IModule addModule(String name) + { + IModule mod = findModule(name); + if (mod == null) + { + mod = new Defmodule(name); + modules.Put(mod.ModuleName, mod); + CurrentModule = mod; + } + return mod; + } + + + public virtual void assertFact(IFact fact) + { + Deffact f = (Deffact) fact; + if (!containsFact(f)) + { + deffactMap.Put(fact.equalityIndex(), f); + f.setFactId = engine; + if (profileAssert_Renamed_Field) + { + assertFactWProfile(f); + } + else + { + if (watchFact_Renamed_Field) + { + engine.writeMessage("==> " + fact.toFactString() + Constants.LINEBREAK, "t"); + } + root.assertObject(f, engine, this); + } + } + else + { + f.resetID((Deffact) deffactMap.Get(fact.equalityIndex())); + } + } + + /// + /// The current implementation of assertObject is simple, but flexible. This + /// version is not multi-threaded and doesn't use an event queue. Later on a + /// multi-threaded version will be written which overrides the base + /// implementation. If the user passes a specific template name, the engine + /// will attempt to only propogate the fact down that template. if no + /// template name is given, the engine will propogate the fact down all input + /// nodes, including parent templates. + /// + /// The data. + /// The template. + /// if set to true [statc]. + /// if set to true [shadow]. + public virtual void assertObject(Object data, String template, bool statc, bool shadow) + { + Defclass dc = null; + if (template == null) + { + dc = engine.findDefclass(data); + } + else + { + dc = engine.findDefclassByTemplate(template); + } + if (dc != null) + { + if (statc && !StaticFacts.ContainsKey(data)) + { + IFact shadowfact = createFact(data, dc, template, engine.nextFactId()); + // Add it to the static fact map + StaticFacts.Put(data, shadowfact); + assertFact(shadowfact); + } + else if (!DynamicFacts.ContainsKey(data)) + { + if (shadow) + { + // first Add the rule engine as a listener + if (dc.JavaBean) + { + try + { + MethodInfo miHandler = typeof(Rete).GetMethod("PropertyHasChanged", BindingFlags.NonPublic | BindingFlags.Instance); + Delegate d = Delegate.CreateDelegate(dc.DelegateType, this.engine, miHandler); + dc.AddListenerMethod.Invoke(data, (Object[]) new Object[] {d}); + } + catch (TargetInvocationException e) + { + System.Diagnostics.Trace.WriteLine(e.Message); + } + catch (UnauthorizedAccessException e) + { + System.Diagnostics.Trace.WriteLine(e.Message); + } + } + // second, lookup the deftemplate and create the + // shadow fact + IFact shadowfact = createFact(data, dc, template, engine.nextFactId()); + // Add it to the dynamic fact map + DynamicFacts.Put(data, shadowfact); + assertFact(shadowfact); + } + else + { + IFact nsfact = createNSFact(data, dc, engine.nextFactId()); + DynamicFacts.Put(data, nsfact); + assertFact(nsfact); + } + } + } + } + + /// + /// By default assertObjects will assert with shadow and dynamic. It also + /// assumes the classes aren't using an user defined template name. + /// + /// The objs. + public virtual void assertObjects(IList objs) + { + IEnumerator itr = objs.GetEnumerator(); + while (itr.MoveNext()) + { + assertObject(itr.Current, null, false, false); + } + } + + public virtual void clear() + { + IEnumerator amitr = alphaMemories.Values.GetEnumerator(); + while (amitr.MoveNext()) + { + IAlphaMemory am = (IAlphaMemory) amitr.Current; + am.clear(); + } + alphaMemories.Clear(); + // aggressivley Clear the memories + IEnumerator blitr = betaLeftMemories.Values.GetEnumerator(); + while (blitr.MoveNext()) + { + Object bval = blitr.Current; + if (bval is IGenericMap) + { + IGenericMap lmem = (IGenericMap) bval; + // now iterate over the betamemories + IEnumerator bmitr = lmem.Keys.GetEnumerator(); + while (bmitr.MoveNext()) + { + Index indx = (Index) bmitr.Current; + indx.clear(); + } + lmem.Clear(); + } + } + betaLeftMemories.Clear(); + IEnumerator britr = betaRightMemories.Values.GetEnumerator(); + while (britr.MoveNext()) + { + Object val = britr.Current; + if (val is HashedAlphaMemoryImpl) + { + ((HashedAlphaMemoryImpl) val).clear(); + } + else if (val is TemporalHashedAlphaMem) + { + ((TemporalHashedAlphaMem) val).clear(); + } + else + { + IGenericMap mem = (IGenericMap)val; + mem.Clear(); + } + } + betaRightMemories.Clear(); + terminalMemories.Clear(); + root.clear(); + focusStack.Clear(); + //contexts.Clear(); + agenda.clear(); + main.clear(); + currentModule.clear(); + addModule(main); + } + + /// Clear the deffacts from the working memory. This does not include facts + /// asserted using assertObject. + /// + public virtual void clearFacts() + { + if (DynamicFacts.Count > 0) + { + try + { + IEnumerator itr = DynamicFacts.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + Object obj = itr.Current; + if (obj is IFact) + { + retractFact((IFact) obj); + } + } + DynamicFacts.Clear(); + } + catch (RetractException e) + { + // log.Debug(e); + } + } + if (StaticFacts.Count > 0) + { + try + { + IEnumerator itr = StaticFacts.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + Object obj = itr.Current; + if (obj is IFact) + { + retractFact((IFact) obj); + } + } + StaticFacts.Clear(); + } + catch (RetractException e) + { + // log.Debug(e); + } + } + } + + /// Clear the objects from the working memory + /// + public virtual void clearObjects() + { + if (DynamicFacts.Count > 0) + { + try + { + IEnumerator itr = DynamicFacts.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + Object obj = itr.Current; + if (!(obj is Deffact)) + { + retractObject(obj); + } + } + } + catch (RetractException e) + { + // log.Debug(e); + } + } + if (StaticFacts.Count > 0) + { + try + { + IEnumerator itr = StaticFacts.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + Object obj = itr.Current; + if (!(obj is Deffact)) + { + retractObject(obj); + } + } + } + catch (RetractException e) + { + // log.Debug(e); + } + } + } + + public virtual IModule findModule(String name) + { + return (IModule) modules.Get(name); + } + + /// The current implementation will try to find the memory for the node. + /// If it doesn't find it, it will create a new one. + /// + public virtual Object getAlphaMemory(Object key) + { + Object m = alphaMemories.Get(key); + if (m == null) + { + String mname = "alphamem" + ((BaseNode) key).nodeID; + m = new AlphaMemoryImpl(mname); + alphaMemories.Put(key, m); + } + return m; + } + + /// the current implementation will try to find the memory for the node. + /// If it doesn't find it, it will create a new Left memory, which is + /// HashMap. + /// + public virtual IGenericMap getBetaLeftMemory(Object key) + { + IGenericMap m = betaLeftMemories.Get(key); + if (m == null) + { + // it should create a new memory + // and return it. + String mname = "blmem" + ((BaseNode) key).nodeID; + m = CollectionFactory.newBetaMemoryMap(mname); + betaLeftMemories.Put(key, m); + } + return m; + } + + /// the current implementation will try to find the memory for the node. + /// If it doesn't find it, it checks the node type and creates the + /// appropriate AlphaMemory for the node. Since right memories are + /// hashed, it creates the appropriate type of Hashed memory. + /// + public virtual Object getBetaRightMemory(Object key) + { + Object val = betaRightMemories.Get(key); + if (val != null) + { + return val; + } + else + { + if (key is HashedEqBNode || key is HashedEqNJoin || key is ExistJoin) + { + String mname = "hnode" + ((BaseNode) key).nodeID; + HashedAlphaMemoryImpl alpha = new HashedAlphaMemoryImpl(mname); + betaRightMemories.Put(key, alpha); + return alpha; + } + else if (key is HashedNotEqBNode || key is HashedNotEqNJoin || key is ExistNeqJoin) + { + String mname = "hneq" + ((BaseNode) key).nodeID; + HashedNeqAlphaMemory alpha = new HashedNeqAlphaMemory(mname); + betaRightMemories.Put(key, alpha); + return alpha; + } + else if (key is TemporalEqNode) + { + String mname = "hnode" + ((BaseNode) key).nodeID; + TemporalHashedAlphaMem alpha = new TemporalHashedAlphaMem(mname); + betaRightMemories.Put(key, alpha); + return alpha; + } + else + { + String mname = "brmem" + ((BaseNode) key).nodeID; + IGenericMap right = CollectionFactory.newAlphaMemoryMap(mname); + betaRightMemories.Put(key, right); + return right; + } + } + } + + + public virtual Object getBinding(String name) + { + if (scopes.Count != 0 && !name.StartsWith("*")) + { + Object val = ((IScope) scopes.Peek()).getBindingValue(name); + return val; + } + else + { + return Defglobals.getValue(name); + } + } + + + public virtual IFact getFactById(long id) + { + IFact df = null; + IEnumerator itr = DeffactMap.Values.GetEnumerator(); + while (itr.MoveNext()) + { + df = (Deffact) itr.Current; + if (df.FactId == id) + { + return df; + } + } + // now search the object facts + if (df == null) + { + // check dynamic facts + IEnumerator itr2 = DynamicFacts.Values.GetEnumerator(); + while (itr2.MoveNext()) + { + df = (IFact) itr2.Current; + if (df.FactId == id) + { + return df; + } + } + if (df == null) + { + itr2 = StaticFacts.Values.GetEnumerator(); + while (itr2.MoveNext()) + { + df = (IFact) itr2.Current; + if (df.FactId == id) + { + return df; + } + } + } + } + return null; + } + + + public virtual Object getTerminalMemory(Object key) + { + Object m = terminalMemories.Get(key); + if (m == null) + { + m = CollectionFactory.newTerminalMap(); + terminalMemories.Put(key, m); + } + return m; + } + + /// + /// Modify will call retract with the old fact, followed by updating the fact + /// instance and asserting the fact. + /// + /// The data. + public virtual void modifyObject(Object data) + { + if (DynamicFacts.ContainsKey(data)) + { + Defclass dc = (Defclass) engine.findDefclass(data); + // first we retract the fact + IFact ft = (IFact) DynamicFacts.RemoveWithReturn(data); + String tname = ft.Deftemplate.Name; + long fid = ft.FactId; + retractFact(ft); + // create a new fact with the same ID + ft = createFact(data, dc, tname, fid); + DynamicFacts.Put(data, ft); + assertFact(ft); + } + } + + public virtual bool profileAssert() + { + return profileAssert_Renamed_Field; + } + + public virtual bool profileFire() + { + return profileFire_Renamed_Field; + } + + public virtual bool profileRetract() + { + return profileRetract_Renamed_Field; + } + + public virtual bool watchFact() + { + return watchFact_Renamed_Field; + } + + public virtual bool watchRules() + { + return watchRules_Renamed_Field; + } + + public virtual void popScope() + { + scopes.Pop(); + } + + public virtual void printWorkingMemory(bool detailed, bool inputNodes) + { + engine.writeMessage("AlphaNode count " + alphaMemories.Count + Constants.LINEBREAK); + IEnumerator itr = alphaMemories.Keys.GetEnumerator(); + int memTotal = 0; + while (itr.MoveNext()) + { + BaseNode key = (BaseNode) itr.Current; + if (!(key is ObjectTypeNode) && !(key is LIANode)) + { + IAlphaMemory am = (IAlphaMemory) alphaMemories.Get(key); + if (detailed) + { + engine.writeMessage(key.toPPString() + " count=" + am.size() + Constants.LINEBREAK); + } + memTotal += am.size(); + } + else + { + if (inputNodes) + { + IAlphaMemory am = (IAlphaMemory) alphaMemories.Get(key); + engine.writeMessage(key.toPPString() + " count=" + am.size() + Constants.LINEBREAK); + } + } + } + engine.writeMessage("total AlphaMemories = " + memTotal + Constants.LINEBREAK); + + // now write out the left beta memory + engine.writeMessage("BetaNode Count " + betaLeftMemories.Count + Constants.LINEBREAK); + int betaTotal = 0; + itr = betaLeftMemories.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + BaseNode key = (BaseNode) itr.Current; + if (key is BaseJoin) + { + printBetaNodes((BaseJoin) key, detailed, betaTotal); + } + } + engine.writeMessage("total BetaMemories = " + betaTotal + Constants.LINEBREAK); + } + + /// TODO - not implemented yet + /// + public virtual void printWorkingMemory(IGenericMap filter) + { + if (filter != null && filter.Count > 0) + { + // not implemented yet + } + else + { + printWorkingMemory(true, false); + } + } + + public virtual void printWorkingMemoryBetaRight() + { + StringBuilder buf = new StringBuilder(); + IEnumerator itr = betaRightMemories.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + BaseJoin key = (BaseJoin) itr.Current; + buf.Append(key.toPPString()); + Object rmem = betaRightMemories.Get(key); + StringBuilder buf2 = new StringBuilder(); + if (rmem is IGenericMap) + { + int count = 0; + IEnumerator fitr = ((IGenericMap) rmem).Values.GetEnumerator(); + buf2.Append(": "); + while (fitr.MoveNext()) + { + IFact ft = (IFact) fitr.Current; + buf2.Append(ft.FactId + ","); + count++; + } + buf.Append("- total=" + count + " "); + buf.Append(buf2.ToString()); + buf.Append(Constants.LINEBREAK); + } + else + { + HashedAlphaMemoryImpl ham = (HashedAlphaMemoryImpl) rmem; + int count = 0; + Object[] fitr = ham.iterateAll(); + if (fitr != null) + { + for (int idz = 0; idz < fitr.Length; idz++) + { + IFact ft = (IFact) fitr[idz]; + buf2.Append(ft.FactId + ","); + count++; + } + } + buf.Append("- total=" + count + " :"); + buf.Append(buf2.ToString()); + buf.Append(Constants.LINEBREAK); + } + } + engine.writeMessage(buf.ToString()); + } + + public virtual void pushScope(IScope s) + { + StackPush(scopes, s); + } + + public Object StackPush(Stack stack, Object element) + { + stack.Push(element); + return element; + } + + public virtual void removeAlphaMemory(Object key) + { + alphaMemories.Remove(key); + } + + public virtual IModule removeModule(String name) + { + return (IModule) modules.RemoveWithReturn(name); + } + + public virtual void retractFact(IFact fact) + { + Deffact f = (Deffact) fact; + deffactMap.Remove(f.equalityIndex()); + if (profileRetract_Renamed_Field) + { + retractFactWProfile(f); + } + else + { + if (watchFact_Renamed_Field) + { + engine.writeMessage("<== " + fact.toFactString() + Constants.LINEBREAK, "t"); + } + root.retractObject(f, engine, this); + } + } + + /// + /// Retracts the object. + /// + /// The data. + public virtual void retractObject(Object data) + { + if (StaticFacts.ContainsKey(data)) + { + IFact ft = (IFact) StaticFacts.RemoveWithReturn(data); + retractFact(ft); + // we should probably recyle the factId before we + // clean the fact + ft.clear(); + } + else if (DynamicFacts.ContainsKey(data)) + { + IFact ft = (IFact) DynamicFacts.RemoveWithReturn(data); + retractFact(ft); + // we should probably recyle the factId before we + // clean the fact + ft.clear(); + } + } + + public virtual void setBindingValue(String key, Object value_Renamed) + { + if (scopes.Count != 0 && !key.StartsWith("*")) + { + ((IScope) scopes.Peek()).setBindingValue(key, value_Renamed); + } + else + { + Defglobals.declareDefglobal(key, value_Renamed); + } + } + + #endregion + + private void InitBlock() + { + alphaMemories = CollectionFactory.newMap(); + betaLeftMemories = new GenericHashMap>(); + betaRightMemories = CollectionFactory.newMap(); + terminalMemories = CollectionFactory.newMap(); + staticFacts = CollectionFactory.localMap(); + dynamicFacts = CollectionFactory.localMap(); + deffactMap = CollectionFactory.localMap(); + defglobals = new DefglobalMap(); + initialFacts = new List(); + modules = CollectionFactory.localMap(); + focusStack = new List(); + scopes = new Stack(); + } + + protected internal void init() + { + theStrat = Strategies.Strategies.DEPTH; + main = new Defmodule(Constants.MAIN_MODULE); + main.Strategy = theStrat; + addModule(main); + currentModule = main; + } + + public virtual void addModule(IModule mod) + { + if (mod != null) + { + modules.Put(mod.ModuleName, mod); + CurrentModule = mod; + } + } + + /// + /// The implementation will look in the current module in focus. If it isn't + /// found, it will search the other modules. The last module it checks should + /// be the main module. + /// + /// The data. + /// The dclass. + /// The template. + /// The id. + /// + protected internal virtual IFact createFact(Object data, Defclass dclass, String template, long id) + { + IFact ft = null; + ITemplate dft = null; + if (template == null) + { + dft = CurrentFocus.getTemplate(dclass.ClassObject.FullName); + } + else + { + dft = CurrentFocus.getTemplate(template); + } + // if the deftemplate is null, check the other modules + if (dft == null) + { + // Get the entry set from the agenda and iterate + IEnumerator itr = modules.Values.GetEnumerator(); + while (itr.MoveNext()) + { + IModule mod = (IModule) itr.Current; + if (mod.containsTemplate(dclass)) + { + dft = mod.getTemplate(dclass); + } + } + // we've searched every module, so now check main + if (dft == null && main.containsTemplate(dclass)) + { + dft = main.getTemplate(dclass); + } + else + { + // throw an exception + throw new AssertException("Could not find the template"); + } + } + ft = dft.createFact(data, dclass, id); + return ft; + } + + /// + /// convienance method for creating a Non-Shadow fact. + /// + /// The data. + /// The dclass. + /// The id. + /// + protected internal virtual IFact createNSFact(Object data, Defclass dclass, long id) + { + Deftemplate dft = (Deftemplate) CurrentFocus.getTemplate(dclass); + NSFact fact = new NSFact(dft, dclass, data, dft.AllSlots, id); + return fact; + } + + + /// ----- helper methods that are not defined in WorkingMemory interface ----- /// + protected internal virtual void assertFactWProfile(Deffact fact) + { + ProfileStats.startAssert(); + root.assertObject(fact, engine, this); + ProfileStats.endAssert(); + } + + public virtual bool containsFact(Deffact fact) + { + return deffactMap.ContainsKey(fact.equalityIndex()); + } + + protected internal virtual void printBetaNodes(BaseJoin bjoin, bool detailed, int betaTotal) + { + if (bjoin is HashedEqBNode || bjoin is HashedEqNJoin) + { + IGenericMap bm = (IGenericMap) betaLeftMemories.Get(bjoin); + // we iterate over the keys in the HashMap + IEnumerator bitr = bm.Keys.GetEnumerator(); + while (bitr.MoveNext()) + { + Index indx = (Index) bm.Get(bitr.Current); + if (detailed) + { + engine.writeMessage(bjoin.toPPString(), Constants.DEFAULT_OUTPUT); + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) getBetaRightMemory(bjoin); + + EqHashIndex eqinx = new EqHashIndex(NodeUtils.getLeftValues(bjoin.binds, indx.Facts)); + // Add to the total count + betaTotal += rightmem.count(eqinx); + engine.writeMessage(" count=" + betaTotal + " - " + indx.toPPString() + ": ", Constants.DEFAULT_OUTPUT); + IEnumerator ritr = rightmem.iterator(eqinx); + if (ritr != null) + { + StringBuilder buf = new StringBuilder(); + while (ritr.MoveNext()) + { + buf.Append(((IFact) ritr.Current).FactId + ","); + } + engine.writeMessage(buf.ToString(), Constants.DEFAULT_OUTPUT); + } + engine.writeMessage(Constants.LINEBREAK, Constants.DEFAULT_OUTPUT); + } + } + } + else if (bjoin is HashedNotEqNJoin || bjoin is HashedNotEqBNode) + { + IGenericMap bm = (IGenericMap) betaLeftMemories.Get(bjoin); + // we iterate over the keys in the HashMap + IEnumerator bitr = bm.Keys.GetEnumerator(); + while (bitr.MoveNext()) + { + Index indx = (Index) bm.Get(bitr.Current); + if (detailed) + { + engine.writeMessage(bjoin.toPPString(), Constants.DEFAULT_OUTPUT); + HashedNeqAlphaMemory rightmem = (HashedNeqAlphaMemory) getBetaRightMemory(bjoin); + + EqHashIndex eqinx = new EqHashIndex(NodeUtils.getLeftValues(bjoin.binds, indx.Facts)); + // Add to the total count + betaTotal += rightmem.count(eqinx); + engine.writeMessage(" count=" + betaTotal + " - " + indx.toPPString() + ": ", Constants.DEFAULT_OUTPUT); + IEnumerator ritr = rightmem.iterator(eqinx); + if (ritr != null) + { + StringBuilder buf = new StringBuilder(); + while (ritr.MoveNext()) + { + buf.Append(((IFact) ritr.Current).FactId + ","); + } + engine.writeMessage(buf.ToString(), Constants.DEFAULT_OUTPUT); + } + engine.writeMessage(Constants.LINEBREAK, Constants.DEFAULT_OUTPUT); + } + } + } + else if (bjoin is ExistJoin) + { + ExistJoin henj = (ExistJoin) bjoin; + IGenericMap bm = (IGenericMap) betaLeftMemories.Get(henj); + // we iterate over the keys in the HashMap + IEnumerator bitr = bm.Keys.GetEnumerator(); + while (bitr.MoveNext()) + { + Index indx = (Index) bm.Get(bitr.Current); + if (detailed) + { + engine.writeMessage(bjoin.toPPString(), Constants.DEFAULT_OUTPUT); + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) getBetaRightMemory(henj); + + EqHashIndex eqinx = new EqHashIndex(NodeUtils.getLeftValues(henj.binds, indx.Facts)); + // Add to the total count + betaTotal += rightmem.count(eqinx); + engine.writeMessage(" count=" + betaTotal + " - " + indx.toPPString() + ": ", Constants.DEFAULT_OUTPUT); + IEnumerator ritr = rightmem.iterator(eqinx); + if (ritr != null) + { + StringBuilder buf = new StringBuilder(); + while (ritr.MoveNext()) + { + buf.Append(((IFact) ritr.Current).FactId + ","); + } + engine.writeMessage(buf.ToString(), Constants.DEFAULT_OUTPUT); + } + engine.writeMessage(Constants.LINEBREAK, Constants.DEFAULT_OUTPUT); + } + } + } + else if (bjoin is NotJoin) + { + NotJoin nj = (NotJoin) bjoin; + IGenericMap bm = (IGenericMap) getBetaLeftMemory(bjoin); + IEnumerator bitr = bm.Keys.GetEnumerator(); + while (bitr.MoveNext()) + { + Index indx = (Index) bitr.Current; + IBetaMemory bmem = (IBetaMemory) bm.Get(indx); + engine.writeMessage(bmem.toPPString()); + } + } + else if (bjoin is TemporalEqNode) + { + TemporalEqNode ten = (TemporalEqNode) bjoin; + } + else + { + IGenericMap bm = (IGenericMap) betaLeftMemories.Get(bjoin); + // we iterate over the keys in the HashMap + IEnumerator bitr = bm.Keys.GetEnumerator(); + while (bitr.MoveNext()) + { + Index indx = (Index) bm.Get(bitr.Current); + Object rightmem = betaRightMemories.Get(bjoin); + if (detailed) + { + if (rightmem is HashedAlphaMemoryImpl) + { + HashedAlphaMemoryImpl hami = (HashedAlphaMemoryImpl) rightmem; + engine.writeMessage(bjoin.toPPString() + " count=" + hami.size() + " - " + indx.toPPString() + Constants.LINEBREAK); + } + else + { + IGenericMap rmap = (IGenericMap) rightmem; + engine.writeMessage(bjoin.toPPString() + " count=" + rmap.Count + " - " + indx.toPPString() + Constants.LINEBREAK); + } + } + if (rightmem is HashedAlphaMemoryImpl) + { + betaTotal += ((HashedAlphaMemoryImpl) rightmem).size(); + } + else + { + betaTotal += ((IGenericMap)rightmem).Count; + } + } + } + } + + /// + /// Printout the memory for the given rule. + /// + /// The rule. + public virtual void printWorkingMemory(Rule.IRule rule) + { + engine.writeMessage("Memories for " + rule.Name); + ICondition[] conds = rule.Conditions; + int memTotal = 0; + for (int idx = 0; idx < conds.Length; idx++) + { + ICondition c = conds[idx]; + IList l = c.Nodes; + IEnumerator itr = l.GetEnumerator(); + while (itr.MoveNext()) + { + BaseNode key = (BaseNode) itr.Current; + IAlphaMemory am = (IAlphaMemory) alphaMemories.Get(key); + engine.writeMessage(key.toPPString() + " count=" + am.size() + Constants.LINEBREAK); + memTotal += am.size(); + } + } + } + + /// + /// Retracts the fact W profile. + /// + /// The fact. + protected internal virtual void retractFactWProfile(Deffact fact) + { + ProfileStats.startRetract(); + root.retractObject(fact, engine, this); + ProfileStats.endRetract(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Defclass.cs b/trunk/Creshendo/Util/Rete/Defclass.cs new file mode 100644 index 0000000..fb65c5e --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Defclass.cs @@ -0,0 +1,477 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using System.Reflection; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Defclass Contains the introspection information for a single object type. + /// It takes a class and uses java introspection to Get a list of the Get/set + /// attributes. It also checks to see if the class implements java beans + /// propertyChangeListener support. If it does, the Method object for those + /// two are cached. + /// + [Serializable] + public class Defclass + { + private MethodInfo addListener = null; + private EventInfo eventPropertyChanged = null; + private Type delegateType; + private BeanInfo INFO = null; + private bool ISBEAN = false; + private IGenericMap methods; + private Type OBJECT_CLASS = null; + private PropertyInfo[] PROPS = null; + private MethodInfo removeListener = null; + + /// + /// + public Defclass(Type obj) + { + InitBlock(); + OBJECT_CLASS = obj; + init(); + } + + /// If the class has a method for adding propertyChangeListener, + /// the method return true. + /// + /// + /// + /// + public virtual bool JavaBean + { + get { return ISBEAN; } + } + + /// Return the PropertyDescriptors for the class + /// + /// + /// + /// + //UPGRADE_TODO: Class java.beans.PropertyDescriptor was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + public virtual PropertyInfo[] PropertyDescriptors + { + get { return PROPS; } + } + + /// Get the BeanInfo for the class + /// + /// + /// + /// + //UPGRADE_TODO: Interface java.beans.BeanInfo was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + public virtual BeanInfo BeanInfo + { + get { return INFO; } + } + + public virtual Type ClassObject + { + get { return OBJECT_CLASS; } + } + + /// Get the addPropertyChangeListener(PropertyChangeListener) method for + /// the class. + /// + /// + /// + /// + public virtual MethodInfo AddListenerMethod + { + get { return addListener; } + } + + + public virtual EventInfo EventPropertyChanged + { + get { return eventPropertyChanged; } + } + + public virtual Type DelegateType + { + get { return delegateType; } + } + + /// Get the removePropertyChangeListener(PropertyChangeListener) method for + /// the class. + /// + /// + /// + /// + public virtual MethodInfo RemoveListenerMethod + { + get { return removeListener; } + } + + private void InitBlock() + { + methods = CollectionFactory.localMap(); + } + + /// init is responsible for checking the class to make sure + /// it implements addPropertyChangeListener(java.beans.PropertyChangeListener) + /// and removePropertyChangeListener(java.beans.PropertyChangeListener). + /// We don't require the classes extend PropertyChangeSupport. + /// + public void init() + { + try + { + INFO = Introspector.getBeanInfo(OBJECT_CLASS); + // we have to filter out the class PropertyDescriptor + PropertyInfo[] pd = INFO.getPropertyDescriptors(); + List list = new List(); + for (int idx = 0; idx < pd.Length; idx++) + { + if (pd[idx].Name.Equals("class")) + { + // don't Add + } + else + { + // we map the methods using the PropertyDescriptor.getName for + // the key and the PropertyDescriptor as the value + methods.Put(pd[idx].Name, pd[idx]); + list.Add(pd[idx]); + } + } + PropertyInfo[] newpd = new PropertyInfo[list.Count]; + + list.CopyTo(newpd,0); + PROPS = (PropertyInfo[])newpd; + // logic for filtering the PropertyDescriptors + if (ObjectFilter.lookupFilter(OBJECT_CLASS) != null) + { + // Remove the props that should be invisible + BeanFilter bf = ObjectFilter.lookupFilter(OBJECT_CLASS); + PROPS = bf.filter(PROPS); + } + if (checkBean()) + { + ISBEAN = true; + } + // we clean up the array and List + list.Clear(); + pd = null; + } + catch (System.Exception e) + { + // we should log this and throw an exception + } + } + + /// method checks to see if the class implements addPropertyChangeListener + /// + /// + /// + /// + protected internal virtual bool checkBean() + { + bool add = false; + bool remove = false; + + eventPropertyChanged = OBJECT_CLASS.GetEvent("PropertyChanged"); + + if (eventPropertyChanged == null) + { + return false; + } + + delegateType = eventPropertyChanged.EventHandlerType; + addListener = eventPropertyChanged.GetAddMethod(); + removeListener = eventPropertyChanged.GetRemoveMethod(); + + return delegateType != null && addListener != null && removeListener != null; + /* + MethodInfo[] methd = INFO.getMethodDescriptors(); + for (int idx = 0; idx < methd.Length; idx++) + { + MethodInfo desc = methd[idx]; + if (desc.Name.Equals(Constants.PCS_ADD) && checkParameter(desc)) + { + // check the parameter + add = true; + } + if (desc.Name.Equals(Constants.PCS_REMOVE) && checkParameter(desc)) + { + // check the parameter + remove = true; + } + } + if (add && remove) + { + getUtilMethods(); + return true; + } + else + { + return false; + } + */ + } + + /// method will try to look up Add and Remove property change listener. + /// + protected internal virtual void getUtilMethods() + { + try + { + eventPropertyChanged = OBJECT_CLASS.GetEvent("PropertyChanged"); + delegateType = eventPropertyChanged.EventHandlerType; + + // since a class may inherit the addListener method from + // a parent, we lookup all methods and not just the + // declared methods. + //UPGRADE_TODO: Interface java.beans.PropertyChangeListener was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + addListener = OBJECT_CLASS.GetMethod(Constants.PCS_ADD, (Type[]) new Type[] {typeof (PropertyChangedHandler)}); + //UPGRADE_TODO: Interface java.beans.PropertyChangeListener was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + removeListener = OBJECT_CLASS.GetMethod(Constants.PCS_REMOVE, (Type[])new Type[] { typeof(PropertyChangedHandler) }); + } + catch (MethodAccessException e) + { + // we should log this + } + } + + //UPGRADE_TODO: Class java.beans.MethodDescriptor was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + /// + /// Method checks the MethodDescriptor to make sure it only + /// has 1 parameter and that it is a propertyChangeListener + /// + /// The desc. + /// + public virtual bool checkParameter(MethodInfo desc) + { + bool ispcl = false; + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.reflect.Method.getParameterTypes' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + //UPGRADE_TODO: Method java.beans.MethodDescriptor.getMethod was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + + ParameterInfo[] parms = desc.GetParameters(); + + if (parms.Length == 1) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.reflect.Method.getParameterTypes' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + //UPGRADE_TODO: Method java.beans.MethodDescriptor.getMethod was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + //UPGRADE_TODO: Interface java.beans.PropertyChangeListener was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + if (parms[0].ParameterType == typeof(PropertyChangedHandler)) + { + ispcl = true; + } + } + return ispcl; + } + + + /// + /// Note: haven't decided if the method should throw an exception + /// or not. Assuming the class has been declared and the defclass + /// exists for it, it normally shouldn't encounter an exception. + /// Cases where it would is if the method is not public. We should + /// do that at declaration time and not runtime. + /// + /// The col. + /// The data. + /// + public virtual Object getSlotValue(int col, Object data) + { + try + { + //UPGRADE_TODO: Method java.beans.PropertyDescriptor.getReadMethod was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + return PROPS[col].GetGetMethod().Invoke(data, (Object[]) null); + } + catch (UnauthorizedAccessException e) + { + return null; + } + catch (ArgumentException e) + { + return null; + } + catch (TargetInvocationException e) + { + return null; + } + } + + /// + /// create the deftemplate for the defclass + /// + /// Name of the temp. + /// + public virtual Deftemplate createDeftemplate(String tempName) + { + Slot[] st = new Slot[PROPS.Length]; + for (int idx = 0; idx < st.Length; idx++) + { + //UPGRADE_TODO: Method java.beans.PropertyDescriptor.getPropertyType was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + if (PROPS[idx].PropertyType.IsArray) + { + //UPGRADE_TODO: Method java.beans.FeatureDescriptor.getName was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + st[idx] = new MultiSlot(PROPS[idx].Name); + st[idx].Id = idx; + } + else + { + //UPGRADE_TODO: Method java.beans.FeatureDescriptor.getName was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + st[idx] = new Slot(PROPS[idx].Name); + //UPGRADE_TODO: Method java.beans.PropertyDescriptor.getPropertyType was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + st[idx].ValueType = ConversionUtils.getTypeCode(PROPS[idx].PropertyType); + // set the column id for the slot + st[idx].Id = idx; + } + } + Deftemplate temp = new Deftemplate(tempName, OBJECT_CLASS.FullName, st); + return temp; + } + + /// + /// Create the Deftemplate for the class, but with a given parent. If a + /// template has a parent, only call this method. If the other method is + /// called, the template is not gauranteed to work correctly. + /// + /// Name of the temp. + /// The parent. + /// + public virtual Deftemplate createDeftemplate(String tempName, ITemplate parent) + { + reOrderDescriptors(parent); + return createDeftemplate(tempName); + } + + /// + /// the purpose of this method is to re-order the PropertyDescriptors, so + /// that template inheritance works correctly. + /// + /// The parent. + protected internal virtual void reOrderDescriptors(ITemplate parent) + { + List desc = null; + bool add = false; + Slot[] pslots = parent.AllSlots; + //UPGRADE_TODO: Class java.beans.PropertyDescriptor was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + PropertyInfo[] newprops = new PropertyInfo[PROPS.Length]; + // first thing is to make sure the existing slots from the parent + // are in the same column + // now check to see if the new class has more fields + if (newprops.Length > pslots.Length) + { + desc = new List(); + add = true; + } + for (int idx = 0; idx < pslots.Length; idx++) + { + newprops[idx] = getDescriptor(pslots[idx].Name); + if (add) + { + desc.Add(pslots[idx].Name); + } + } + if (add) + { + List newfields = new List(); + for (int idz = 0; idz < PROPS.Length; idz++) + { + //UPGRADE_TODO: Method java.beans.FeatureDescriptor.getName was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + if (!desc.Contains(PROPS[idz].Name)) + { + // we Add it to the new fields + newfields.Add(PROPS[idz]); + } + } + int c = 0; + // now we start from where parent slots left off + for (int n = pslots.Length; n < newprops.Length; n++) + { + //UPGRADE_TODO: Class java.beans.PropertyDescriptor was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + newprops[n] = (PropertyInfo)newfields[c]; + c++; + } + } + PROPS = newprops; + } + + //UPGRADE_TODO: Class java.beans.PropertyDescriptor was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + /// + /// Find the PropertyDescriptor with the same name + /// + /// The name. + /// + protected internal virtual PropertyInfo getDescriptor(String name) + { + //UPGRADE_TODO: Class java.beans.PropertyDescriptor was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + PropertyInfo pd = null; + for (int idx = 0; idx < PROPS.Length; idx++) + { + //UPGRADE_TODO: Method java.beans.FeatureDescriptor.getName was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + if (PROPS[idx].Name.Equals(name)) + { + pd = PROPS[idx]; + break; + } + } + return pd; + } + + + /// + /// Return the write method using slot name for the key + /// + /// The name. + /// + public virtual MethodInfo getWriteMethod(String name) + { + //UPGRADE_TODO: Method java.beans.PropertyDescriptor.getWriteMethod was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + //UPGRADE_TODO: Class java.beans.PropertyDescriptor was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + return ((PropertyInfo) methods.Get(name)).GetSetMethod(); + } + + /// + /// Return the read method using the slot name for the key + /// + /// The name. + /// + public virtual MethodInfo getReadMethod(String name) + { + //UPGRADE_TODO: Method java.beans.PropertyDescriptor.getReadMethod was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + //UPGRADE_TODO: Class java.beans.PropertyDescriptor was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + return ((PropertyInfo)methods.Get(name)).GetGetMethod(); + } + + /// Method will make a copy and return it. When a copy is made, the + /// Method classes are not cloned. Instead, just the HashMap is cloned. + /// + /// + /// + /// + public virtual Defclass cloneDefclass() + { + Defclass dcl = new Defclass(OBJECT_CLASS); + dcl.addListener = addListener; + dcl.INFO = INFO; + dcl.ISBEAN = ISBEAN; + dcl.PROPS = PROPS; + dcl.removeListener = removeListener; + dcl.methods = CollectionFactory.localMap(); + dcl.methods.putAll(methods); + return dcl; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Deffact.cs b/trunk/Creshendo/Util/Rete/Deffact.cs new file mode 100644 index 0000000..7391bc8 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Deffact.cs @@ -0,0 +1,427 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Text; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// Deffact is a concrete implementation of Fact interface. It is + /// equivalent to deffact in CLIPS. + /// + /// + public class Deffact : IFact + { + protected internal Slot[] boundSlots = null; + protected internal Deftemplate deftemplate = null; + private EqualityIndex Eindex = null; + protected internal bool hasBinding_Renamed_Field = false; + + /// the Fact id must be unique, since we use it for the indexes + /// + protected internal long id; + + protected internal Object objInstance; + + protected internal Slot[] slots = null; + + private long timeStamp_Renamed_Field = 0; + + /// this is the default constructor + /// + /// instance + /// + /// values + /// + /// + public Deffact(Deftemplate template, Object instance, Slot[] values, long id) + { + deftemplate = template; + objInstance = instance; + slots = values; + this.id = id; + timeStamp_Renamed_Field = (DateTime.Now.Ticks - 621355968000000000)/10000; + } + + /// if the factId is -1, the fact will Get will the Current fact id + /// from Rete and set it. Otherwise, the fact will use the same one. + /// + /// engine + /// + /// + public virtual Rete setFactId + { + set + { + if (id == - 1) + { + id = value.nextFactId(); + } + } + } + + #region Fact Members + + /// If the fact is a shadow fact, it will return the + /// object instance. If the fact is just a deffact + /// and isn't a shadow fact, it return null. + /// + /// + /// + /// + public virtual Object ObjectInstance + { + get { return objInstance; } + } + + /// Return the long factId + /// + public virtual long FactId + { + get { return id; } + } + + /// Return the deftemplate for the fact + /// + public virtual Deftemplate Deftemplate + { + get { return deftemplate; } + } + + /// Method returns the value of the given slot at the + /// id. + /// + /// id + /// + /// + /// + /// + public virtual Object getSlotValue(int id) + { + return slots[id].Value; + } + + /// Method will iterate over the slots until finds the match. + /// If no match is found, it return -1. + /// + public virtual int getSlotId(String name) + { + int col = - 1; + for (int idx = 0; idx < slots.Length; idx++) + { + if (slots[idx].Name.Equals(name)) + { + col = idx; + break; + } + } + return col; + } + + + /// Method will return the fact in a string format. + /// + /// + /// + /// + public virtual String toFactString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("f-" + id + " (" + deftemplate.Name); + if (slots.Length > 0) + { + buf.Append(" "); + } + for (int idx = 0; idx < slots.Length; idx++) + { + buf.Append("(" + slots[idx].Name + " " + ConversionUtils.formatSlot(slots[idx].Value) + ") "); + } + buf.Append(")"); + return buf.ToString(); + } + + /// Returns the string format for the fact without the fact-id. this is used + /// to make sure that if an user asserts an equivalent fact, we can easily + /// check it. + /// + /// + /// + /// + public virtual EqualityIndex equalityIndex() + { + if (Eindex == null) + { + Eindex = new EqualityIndex(this); + } + return Eindex; + } + + /// update the slots + /// + public virtual void updateSlots(Rete engine, Slot[] updates) + { + for (int idx = 0; idx < updates.Length; idx++) + { + Slot uslot = updates[idx]; + if (uslot.Value is BoundParam) + { + BoundParam bp = (BoundParam) uslot.Value; + Object val = engine.getBinding(bp.VariableName); + slots[uslot.Id].Value = val; + } + else + { + slots[uslot.Id].Value = uslot.Value; + } + } + timeStamp_Renamed_Field = (DateTime.Now.Ticks - 621355968000000000)/10000; + } + + + /// the implementation returns nano time + /// + public virtual long timeStamp() + { + return timeStamp_Renamed_Field; + } + + /// this will make sure the fact is GC immediately + /// + public virtual void clear() + { + deftemplate = null; + objInstance = null; + slots = null; + id = 0; + timeStamp_Renamed_Field = 0; + } + + #endregion + + /// + /// + /// util + /// + /// + public virtual void compileBinding(Rule.IRule util) + { + List list = new List(); + for (int idx = 0; idx < slots.Length; idx++) + { + if (slots[idx].Value is BoundParam) + { + hasBinding_Renamed_Field = true; + list.Add(slots[idx]); + BoundParam bp = (BoundParam) slots[idx].Value; + Binding bd = util.getBinding(bp.VariableName); + if (bd != null) + { + bp.rowId = bd.LeftRow; + bp.column = bd.LeftIndex; + } + } + } + if (list.Count > 0) + { + Slot[] ary = new Slot[list.Count]; + list.CopyTo(ary,0); + boundSlots = ary; + } + } + + /// In some cases, a deffact may have bindings. This is a design choice. When + /// rules are parsed and compiled, actions that assert facts are converted to + /// Deffact instances with BoundParam for the slot value. + /// + /// + /// + /// + public virtual bool hasBinding() + { + return hasBinding_Renamed_Field; + } + + public virtual void resolveValues(Rete engine, IFact[] triggerFacts) + { + for (int idx = 0; idx < boundSlots.Length; idx++) + { + if (boundSlots[idx] is MultiSlot) + { + // for multislot we have to resolve each slot + Object[] mvals = (Object[]) ((MultiSlot) boundSlots[idx]).Value; + for (int mdx = 0; mdx < mvals.Length; mdx++) + { + if (mvals[mdx] is BoundParam) + { + BoundParam bp = (BoundParam) mvals[mdx]; + bp.ResolvedValue = engine.getBinding(bp.VariableName); + } + } + } + else if (boundSlots[idx].Value is BoundParam) + { + BoundParam bp = (BoundParam) boundSlots[idx].Value; + if (bp.column > - 1) + { + bp.Facts = triggerFacts; + } + else + { + bp.ResolvedValue = engine.getBinding(bp.VariableName); + } + } + } + } + + public virtual String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("(" + deftemplate.Name); + if (slots.Length > 0) + { + buf.Append(" "); + } + for (int idx = 0; idx < slots.Length; idx++) + { + if (slots[idx].Value is BoundParam) + { + BoundParam bp = (BoundParam) slots[idx].Value; + buf.Append("(" + slots[idx].Name + " ?" + bp.VariableName + ") "); + } + else + { + buf.Append("(" + slots[idx].Name + " " + ConversionUtils.formatSlot(slots[idx].Value) + ") "); + } + } + buf.Append(")"); + return buf.ToString(); + } + + /// this is used by the EqualityIndex class + /// + /// + /// + /// + protected internal virtual int slotHash() + { + int hash = 0; + for (int idx = 0; idx < slots.Length; idx++) + { + hash += slots[idx].Name.GetHashCode() + slots[idx].Value.GetHashCode(); + } + return hash; + } + + + /// this is used to reset the id, in the event an user tries to + /// assert the same fact again, we reset the id to the existing one. + /// + /// fact + /// + /// + protected internal virtual void resetID(Deffact fact) + { + id = fact.id; + } + + /// the current implementation only compares the values, since the slot + /// names are equal. It would be a waste of time to compare the slot + /// names. The exception to the case is when a deftemplate is changed. + /// Since that feature isn't supported yet, it's currently not an issue. + /// Even if updating deftemplates is added in the future, the deffacts + /// need to be updated. If the deffacts weren't updated, it could lead + /// to NullPointerExceptions. + /// + /// fact + /// + /// + /// + /// + public virtual bool slotEquals(Deffact fact) + { + bool eq = true; + Slot[] cslots = fact.slots; + for (int idx = 0; idx < slots.Length; idx++) + { + if (!slots[idx].Value.Equals(cslots[idx].Value)) + { + eq = false; + break; + } + } + return eq; + } + + /// Convienance method for cloning a fact. If a slot's value is a BoundParam, + /// the cloned fact uses the value of the BoundParam. + /// + /// + /// + /// + public virtual Deffact cloneFact() + { + Deffact newfact = new Deffact(deftemplate, objInstance, deftemplate.cloneAllSlots(), - 1); + Slot[] slts = newfact.slots; + for (int idx = 0; idx < slts.Length; idx++) + { + // probably need to revisit this and make sure + if (slots[idx] is MultiSlot) + { + // it's multislot so we have to replace the bound values + // correctly + MultiSlot ms = (MultiSlot) slots[idx]; + Object[] sval = (Object[]) ms.Value; + Object[] mval = new Object[sval.Length]; + for (int mdx = 0; mdx < mval.Length; mdx++) + { + Object v = sval[mdx]; + if (v is BoundParam) + { + mval[mdx] = ((BoundParam) v).Value; + } + else + { + mval[mdx] = v; + } + } + slts[idx].Value = mval; + } + else if (slots[idx].Value is BoundParam) + { + if (slts[idx].ValueType == Constants.STRING_TYPE) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + slts[idx].Value = ((BoundParam) slots[idx].Value).Value.ToString(); + } + else + { + slts[idx].Value = ((BoundParam) slots[idx].Value).Value; + } + } + else + { + slts[idx].Value = slots[idx].Value; + } + } + return newfact; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/DefglobalMap.cs b/trunk/Creshendo/Util/Rete/DefglobalMap.cs new file mode 100644 index 0000000..a38063a --- /dev/null +++ b/trunk/Creshendo/Util/Rete/DefglobalMap.cs @@ -0,0 +1,95 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// + /// + /// Peter Lin + /// + /// The purpose of DefglobalMap is to centralize the handling of defglobals + /// in a convienant class that can be serialized easily from one engine + /// to another. + /// + /// + [Serializable] + public class DefglobalMap + { + /// later on we should replace this and have it + /// + //UPGRADE_NOTE: The initialization of 'variables' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private IGenericMap variables; + + public DefglobalMap() + { + InitBlock(); + } + + private void InitBlock() + { + variables = CollectionFactory.newHashMap(); + } + + /// The current implementation doesn't check and simply puts the + /// new defglobal into the underlying HashMap + /// + /// name + /// + /// value + /// + /// + public virtual void declareDefglobal(String name, Object value_Renamed) + { + variables.Put(name, value_Renamed); + } + + /// The current implementation calls HashMap.Get(key). if the key + /// and value aren't in the HashMap, it returns null. + /// + /// name + /// + /// + /// + /// + public virtual Object getValue(String name) + { + return variables.Get(name); + } + + /// Convienance method for iterating over the entries in the HashMap + /// and printing it out. The implementation prints the String key and + /// calls Object.toString() for the value. + /// + /// engine + /// + /// + public virtual void printDefglobals(Rete engine) + { + IEnumerator itr = variables.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + String key = (String) itr.Current; + Object val = variables.Get(key); + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + engine.writeMessage(key + "=" + val.ToString()); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Defmodule.cs b/trunk/Creshendo/Util/Rete/Defmodule.cs new file mode 100644 index 0000000..55141b0 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Defmodule.cs @@ -0,0 +1,388 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using Creshendo.Util.Collections; +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// A module represents a set of rulesets. The concept is from CLIPS and provides + /// a way to isolate the rule activation and pattern matching. + /// + /// + [Serializable] + public class Defmodule : IModule + { + /// A simple org.jamocha.rete.util.IList of the activations for the given module + /// + protected internal IActivationList activations = null; + + /// The key is either the template name if it was created + /// from the shell, or the defclass if it was created from + /// an Object. + /// + //UPGRADE_NOTE: The initialization of 'deftemplates' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal IGenericMap deftemplates; + + protected internal int id; + + /// The name of the module. A rule engine may have one or + /// more modules with rules loaded + /// + protected internal String name = null; + + /// A simple list of the rules in this module. Before an + /// activation is added to the module, the class should + /// check to see if the rule is in the module first. + /// + //UPGRADE_NOTE: The initialization of 'rules' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal IGenericMap rules; + + private int templateCount = 0; + + /// + /// + public Defmodule(String name) + { + InitBlock(); + this.name = name; + // activations = new ArrayActivationList(strat); + activations = new LinkedActivationList(); + } + + #region Module Members + + /// Return all the activations within the module + /// + public virtual IActivationList AllActivations + { + get + { + if (activations.size() == 0) + return activations; + return activations.cloneActivationList(); + } + } + + /// When the focus is changed, fireActivations should be + /// called to make sure any activations in the module are + /// processed. + /// + //UPGRADE_NOTE: Synchronized keyword was removed from method 'getActivationCount'. Lock expression was added. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1027"' + public virtual int ActivationCount + { + get + { + lock (this) + { + return activations.size(); + } + } + } + + /// Return the name of the module + /// + /// + /// + /// + public virtual String ModuleName + { + get { return name; } + } + + /// implementation returns the Values of the HashMap + /// + public virtual System.Collections.Generic.ICollection AllRules + { + get { return rules.Values; } + } + + /// implementation returns HashMap.Count() + /// + public virtual int RuleCount + { + get { return rules.Count; } + } + + /// Method returns the entrySet of the HashMap containing the + /// Deftemplates. Because of how we map the deftemplates, the + /// number of entries will not correspond to the number of + /// actual deftemplates + /// + public virtual System.Collections.Generic.ICollection Templates + { + get { return deftemplates.Values; } + } + + public virtual int TemplateCount + { + get { return templateCount; } + } + + /// Call the method with true to turn on lazy agenda. Call with + /// false to turn it off. + /// + public virtual bool Lazy + { + set { activations.Lazy = value; } + } + + public virtual IStrategy Strategy + { + get { return activations.Strategy; } + + set { activations.Strategy = value; } + } + + + /// The method should Get the agenda and use it to Add the new + /// activation to the agenda + /// + /// actv + /// + /// + public virtual void addActivation(IActivation actv) + { + activations.addActivation(actv); + } + + /// Remove an activation from the list + /// + /// actv + /// + /// + /// + /// + public virtual IActivation removeActivation(IActivation actv) + { + return (IActivation) activations.removeActivation(actv); + } + + /// The current implementation will Remove the first activation + /// and return it. If there's no more activations, the method + /// return null; + /// + public virtual IActivation nextActivation(Rete engine) + { + IActivation act = activations.nextActivation(); + if (act is LinkedActivation) + { + ((LinkedActivation) act).remove(engine); + } + return act; + } + + + /// When Clear is called, the module needs to Clear all the internal lists + /// for rules and activations. The handle to Rete should not be nulled. + /// + public virtual void clear() + { + activations.clear(); + IEnumerator itr = rules.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Defrule rl = (Defrule) itr.Current; + rl.clear(); + } + rules.Clear(); + deftemplates.Clear(); + } + + /// Add a compiled rule to the module + /// + public virtual void addRule(Rule.IRule rl) + { + rules.Put(rl.Name, rl); + } + + /// Remove a rule from this module + /// + public virtual void removeRule(Rule.IRule rl, Rete engine, IWorkingMemory mem) + { + rules.Remove(rl.Name); + // we should iterate over the nodes of the rule and Remove + // them if they are not shared + ICondition[] cnds = rl.Conditions; + // first Remove the alpha nodes + for (int idx = 0; idx < cnds.Length; idx++) + { + ICondition cnd = cnds[idx]; + if (cnd is ObjectCondition) + { + ObjectCondition oc = (ObjectCondition) cnd; + String templ = oc.TemplateName; + Deftemplate temp = (Deftemplate) deftemplates.Get(templ); + ObjectTypeNode otn = mem.RuleCompiler.getObjectTypeNode(temp); + removeAlphaNodes(oc.Nodes, otn); + } + } + // now Remove the betaNodes, since the engine currently + // doesn't share the betaNodes, we can just Remove it + IList bjl = rl.Joins; + + for (int idx = 0; idx < bjl.Count; idx++) + { + BaseJoin bjoin = (BaseJoin) bjl[idx]; + ICondition cnd = cnds[idx + 1]; + if (cnd is ObjectCondition) + { + ObjectCondition oc = (ObjectCondition) cnd; + String templ = oc.TemplateName; + Deftemplate temp = (Deftemplate) deftemplates.Get(templ); + ObjectTypeNode otn = mem.RuleCompiler.getObjectTypeNode(temp); + otn.removeNode(bjoin); + } + } + } + + /// If the module already Contains the rule, it will return true. + /// The lookup uses the rule name, so rule names are distinct + /// within a single module. The same rule name may be used in + /// multiple modules. + /// + public virtual bool containsRule(Rule.IRule rl) + { + return rules.ContainsKey(rl.Name); + } + + + /// The key is either the Defclass or a string name + /// + public virtual bool containsTemplate(Object key) + { + if (key is Defclass) + { + Defclass dc = (Defclass) key; + return deftemplates.ContainsKey(dc.ClassObject.FullName); + } + else + { + return deftemplates.ContainsKey(key); + } + } + + /// implementation looks up the template and assumes the key + /// is the classname or the user define name. + /// + public virtual ITemplate getTemplate(Defclass key) + { + return (Deftemplate) deftemplates.Get(key.ClassObject.FullName); + } + + public virtual ITemplate getTemplate(String key) + { + return (Deftemplate) deftemplates.Get(key); + } + + /// find a parent template using the string template name + /// + public virtual ITemplate findParentTemplate(String key) + { + Deftemplate tmpl = null; + IEnumerator itr = deftemplates.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + Object keyval = itr.Current; + Deftemplate entry = (Deftemplate) deftemplates.Get(keyval); + if (entry.Name.Equals(key)) + { + tmpl = entry; + break; + } + } + return tmpl; + } + + /// The implementation will use either the defclass or the + /// template name for the key. The templates are stored in + /// a HashMap. + /// + public virtual void addTemplate(ITemplate temp, Rete engine, IWorkingMemory mem) + { + if (!deftemplates.ContainsKey(temp.Name)) + { + // we have to set the template's module + if (temp.ClassName != null) + { + deftemplates.Put(temp.Name, temp); + deftemplates.Put(temp.ClassName, temp); + templateCount++; + } + else + { + deftemplates.Put(temp.Name, temp); + templateCount++; + } + ObjectTypeNode otn = new ObjectTypeNode(engine.nextNodeId(), temp); + mem.RuleCompiler.addObjectTypeNode(otn); + } + } + + /// implementation will Remove the template from the HashMap + /// and it will Remove the ObjectTypeNode from the network. + /// + public virtual void removeTemplate(ITemplate temp, Rete engine, IWorkingMemory mem) + { + deftemplates.Remove(temp.Name); + if (temp.ClassName != null) + { + deftemplates.Remove(temp.ClassName); + } + ObjectTypeNode otn = mem.RuleCompiler.getObjectTypeNode(temp); + mem.RuleCompiler.removeObjectTypeNode(otn); + } + + + /// implementation looks up the rule in the HashMap + /// + public virtual Rule.IRule findRule(String name) + { + return (Rule.IRule) rules.Get(name); + } + + #endregion + + private void InitBlock() + { + rules = CollectionFactory.localMap(); + deftemplates = CollectionFactory.localMap(); + } + + protected internal virtual void removeAlphaNodes(IList nodes, ObjectTypeNode otn) + { + BaseNode prev = otn; + for (int idx = 0; idx < nodes.Count; idx++) + { + BaseNode node = (BaseNode) nodes[idx]; + if (node.useCount > 1) + { + node.decrementUseCount(); + } + else + { + prev.removeNode(node); + } + prev = node; + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Deftemplate.cs b/trunk/Creshendo/Util/Rete/Deftemplate.cs new file mode 100644 index 0000000..096e019 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Deftemplate.cs @@ -0,0 +1,553 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using System.Text; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin Deftemplate is equivalent to CLIPS deftemplate
+ /// + /// Deftemplate Contains an array of slots that represent un-ordered facts. + /// Currently, deftemplate does not have a reference to the corresponding Defclass, + /// since many objects in java.beans and java.lang.reflect are not serializable. + /// This means when ever we need to lookup the defclass from the deftemplate, we + /// have to use the String form and do the lookup. + /// + /// Some general design notes about the current implementation. In the case where + /// a class is declared to create the deftemplate, the order of the slots are + /// based on java Introspection. In the case where an user declares the + /// deftemplate from console or directly, the order is the same as the string + /// equivalent. The current implementation does not address redeclaring a + /// deftemplate for a couple of reasons. The primary one is how does it affect + /// the existing RETE nodes. One possible approach is to always Add new slots to + /// the end of the deftemplate and ignore the explicit order. Another is to + /// recompute the deftemplate, binds and all nodes. The second approach is very + /// costly and would make redeclaring a deftemplate undesirable. + /// + ///
+ [Serializable] + public class Deftemplate : ITemplate + { + /// Defclass and Deftemplate are decoupled, so it uses a string + /// to look up the Defclass rather than have a link to it. This + /// is because the reflection classes are not serializable. + /// + private String defclass = null; + + private ITemplate parent = null; + + protected internal Slot[] slots; + + private String templateName = null; + private bool watch = false; + + public Deftemplate(String name, String defclass, Slot[] slots) + { + templateName = name; + this.defclass = defclass; + this.slots = slots; + } + + public Deftemplate(String name, String defclass, Slot[] slots, ITemplate parent) : this(name, defclass, slots) + { + this.parent = parent; + } + + public Deftemplate(String name) + { + templateName = name; + } + + public Deftemplate(String name, ITemplate parent) + { + templateName = name; + this.parent = parent; + } + + public Deftemplate() + { + } + + #region Template Members + + public virtual ITemplate Parent + { + get { return parent; } + + set { parent = value; } + } + + /// return whether the deftemplate should be watched + /// + /// + /// + /// + /// + /// set whether the deftemplate should be watched + /// + /// + /// watch + /// + /// + public virtual bool Watch + { + get { return watch; } + + set { watch = value; } + } + + /// the template name is an alias for an object + /// + /// + /// name + /// + /// + public virtual String Name + { + get { return templateName; } + } + + /// Get the class the deftemplate represents + /// + /// + /// + /// + /// + public virtual String ClassName + { + get { return defclass; } + } + + /// Return the number of slots in the deftemplate + /// + /// + /// + /// + /// + public virtual int NumberOfSlots + { + get { return slots.Length; } + } + + /// Return all the slots + /// + /// + /// + /// + /// + public virtual Slot[] AllSlots + { + get { return slots; } + } + + + /// A convienance method for finding the slot matching the String name. + /// + /// + /// name + /// + /// + /// + /// + public virtual Slot getSlot(String name) + { + for (int idx = 0; idx < slots.Length; idx++) + { + if (slots[idx].Name.Equals(name)) + { + return slots[idx]; + } + } + return null; + } + + /// Get the Slot at the given column id + /// + /// + /// id + /// + /// + /// + /// + public virtual Slot getSlot(int id) + { + return slots[id]; + } + + /// Look up the column index of the slot + /// + /// + /// name + /// + /// + /// + /// + public virtual int getColumnIndex(String name) + { + for (int idx = 0; idx < slots.Length; idx++) + { + if (slots[idx].Name.Equals(name)) + { + return idx; + } + } + return - 1; + } + + /// Method will create a Fact from the given object instance + /// + /// + /// data + /// + /// + /// + /// + public virtual IFact createFact(Object data, Defclass clazz, long id) + { + // first we clone the slots + Slot[] values = cloneAllSlots(); + // now we set the values + for (int idx = 0; idx < values.Length; idx++) + { + Object val = clazz.getSlotValue(idx, data); + if (val == null) + { + values[idx].Value = Constants.NIL_SYMBOL; + } + else + { + values[idx].Value = val; + } + } + Deffact newfact = new Deffact(this, data, values, id); + return newfact; + } + + /// If any slot has a usecount greater than 0, we return true. + /// + public virtual bool inUse() + { + for (int idx = 0; idx < slots.Length; idx++) + { + if (slots[idx].NodeCount > 0) + { + return true; + } + } + return false; + } + + /// Method will return a string format with the int type code for the slot + /// type + /// + public virtual String toString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("(" + templateName + " "); + for (int idx = 0; idx < slots.Length; idx++) + { + buf.Append("(" + slots[idx].Name + " (type " + ConversionUtils.getTypeName(slots[idx].ValueType) + ") ) "); + } + if (defclass != null) + { + buf.Append("[" + defclass + "] "); + } + buf.Append(")"); + return buf.ToString(); + } + + /// Method will generate a pretty printer format of the Deftemplate + /// + /// + /// + /// + /// + public virtual String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("(" + templateName + Constants.LINEBREAK); + for (int idx = 0; idx < slots.Length; idx++) + { + buf.Append(" (" + slots[idx].Name + " (type " + ConversionUtils.getTypeName(slots[idx].ValueType) + ") )" + Constants.LINEBREAK); + } + if (defclass != null) + { + buf.Append("[" + defclass + "] "); + } + buf.Append(")"); + return buf.ToString(); + } + + #endregion + + /// checkName will see if the user defined the module to declare the + /// template. if it is, it will create the module and return it. + /// + /// + /// engine + /// + /// + /// + /// + public virtual IModule checkName(Rete engine) + { + if (templateName.IndexOf("::") > 0) + { + String[] sp = templateName.Split("::".ToCharArray()); + templateName = sp[1]; + return engine.addModule(sp[0], false); + } + else + { + return null; + } + } + + /// convienance method for incrementing the column's use count. + /// + /// name + /// + /// + public virtual void incrementColumnUseCount(String name) + { + for (int idx = 0; idx < slots.Length; idx++) + { + if (slots[idx].Name.Equals(name)) + { + slots[idx].incrementNodeCount(); + } + } + } + + /// Method takes a list of Slots and creates a deffact from it. + /// + /// + /// data + /// + /// id + /// + /// + /// + /// + public virtual IFact createFact(IList data, long id) + { + Slot[] values = cloneAllSlots(); + IEnumerator itr = data.GetEnumerator(); + while (itr.MoveNext()) + { + Slot s = (Slot) itr.Current; + for (int idx = 0; idx < values.Length; idx++) + { + if (values[idx].Name.Equals(s.Name)) + { + if (s.Value == null) + { + values[idx].Value = Constants.NIL_SYMBOL; + } + else if (values[idx].ValueType == Constants.STRING_TYPE && !(s.Value is BoundParam)) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + values[idx].Value = s.Value.ToString(); + } + else + { + values[idx].Value = s.Value; + } + } + } + } + Deffact newfact = new Deffact(this, null, values, id); + // we call this to create the string used to map the fact. + newfact.equalityIndex(); + return newfact; + } + + public virtual IFact createFact(Object[] data, long id) + { + Slot[] values = cloneAllSlots(); + List bslots = new List(); + bool hasbinding = false; + for (int idz = 0; idz < data.Length; idz++) + { + Slot s = (Slot) data[idz]; + for (int idx = 0; idx < values.Length; idx++) + { + if (values[idx].Name.Equals(s.Name)) + { + if (s is MultiSlot) + { + // since the value is multislot, we have to + // check for boundparams + MultiSlot ms = (MultiSlot) s; + Object[] mvals = (Object[]) ms.Value; + for (int mdx = 0; mdx < mvals.Length; mdx++) + { + if (mvals[mdx] is BoundParam) + { + bslots.Add((MultiSlot) ms.Clone()); + hasbinding = true; + break; + } + } + values[idx].Value = s.Value; + } + else + { + if (s.Value == null) + { + values[idx].Value = Constants.NIL_SYMBOL; + } + else if (values[idx].ValueType == Constants.STRING_TYPE && !(s.Value is BoundParam)) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + values[idx].Value = s.Value.ToString(); + } + else if (s.Value is BoundParam) + { + values[idx].Value = s.Value; + bslots.Add((Slot) s.Clone()); + hasbinding = true; + } + else + { + values[idx].Value = s.Value; + } + } + break; + } + } + } + Deffact newfact = new Deffact(this, null, values, id); + if (hasbinding) + { + Slot[] slts2 = new Slot[bslots.Count]; + bslots.CopyTo(slts2,0); + newfact.boundSlots = slts2; + newfact.hasBinding_Renamed_Field = true; + } + // we call this to create the string used to map the fact. + newfact.equalityIndex(); + return newfact; + } + + public virtual IFact createTemporalFact(Object[] data, long id) + { + Slot[] values = cloneAllSlots(); + long expire = 0; + String source = ""; + String service = ""; + int valid = 0; + for (int idz = 0; idz < data.Length; idz++) + { + Slot s = (Slot) data[idz]; + // check to see if the slot is a temporal fact attribute + if (isTemporalAttribute(s)) + { + if (s.Name.Equals(TemporalFact_Fields.EXPIRATION)) + { + expire = Decimal.ToInt64(((Decimal) s.Value)); + } + else if (s.Name.Equals(TemporalFact_Fields.SERVICE_TYPE)) + { + service = (String) s.Value; + } + else if (s.Name.Equals(TemporalFact_Fields.SOURCE)) + { + source = (String) s.Value; + } + else if (s.Name.Equals(TemporalFact_Fields.VALIDITY)) + { + valid = Decimal.ToInt32(((Decimal) s.Value)); + } + } + else + { + for (int idx = 0; idx < values.Length; idx++) + { + if (values[idx].Name.Equals(s.Name)) + { + if (s.Value == null) + { + values[idx].Value = Constants.NIL_SYMBOL; + } + else if (values[idx].ValueType == Constants.STRING_TYPE && !(s.Value is BoundParam)) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + values[idx].Value = s.Value.ToString(); + } + else if (s.Value is BoundParam) + { + values[idx].Value = s.Value; + } + else + { + values[idx].Value = s.Value; + } + } + } + } + } + TemporalDeffact newfact = new TemporalDeffact(this, null, values, id); + // we call this to create the string used to map the fact. + newfact.ExpirationTime = expire; + newfact.ServiceType = service; + newfact.Source = source; + newfact.Validity = valid; + newfact.equalityIndex(); + return newfact; + } + + public static bool isTemporalAttribute(Slot s) + { + if (s.Name.Equals(TemporalFact_Fields.EXPIRATION) || s.Name.Equals(TemporalFact_Fields.SERVICE_TYPE) || s.Name.Equals(TemporalFact_Fields.SOURCE) || s.Name.Equals(TemporalFact_Fields.VALIDITY)) + { + return true; + } + else + { + return false; + } + } + + /// clone the slots + /// + /// + /// + /// + /// + public virtual Slot[] cloneAllSlots() + { + Slot[] cloned = new Slot[slots.Length]; + for (int idx = 0; idx < cloned.Length; idx++) + { + cloned[idx] = (Slot) slots[idx].Clone(); + } + return cloned; + } + + /// TODO - need to finish implementing this + /// + public virtual Deftemplate cloneDeftemplate() + { + Deftemplate dt = new Deftemplate(templateName, defclass, slots); + + return dt; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/EngineEvent.cs b/trunk/Creshendo/Util/Rete/EngineEvent.cs new file mode 100644 index 0000000..a7d2eac --- /dev/null +++ b/trunk/Creshendo/Util/Rete/EngineEvent.cs @@ -0,0 +1,88 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// EngineEvent is a generic event class. Rather than have a bunch of + /// event subclasses, the current design uses event type code. + /// + /// + //UPGRADE_ISSUE: Class 'java.util.EventObject' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javautilEventObject"' + public class EngineEvent //:EventObject + { + public const int ASSERT_EVENT = 0; + public const int ASSERT_PROFILE_EVENT = 5; + public const int ASSERT_RETRACT_EVENT = 3; + public const int ASSERT_RETRACT_PROFILE_EVENT = 4; + public const int PROFILE_EVENT = 2; + public const int RETRACT_EVENT = 1; + private IFact[] facts = null; + private BaseNode sourceNode = null; + + /// the default value is assert event + /// + //UPGRADE_NOTE: The initialization of 'typeCode' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private int typeCode; + + /// + /// + /// - the source should be either the workingMemory or Rete + /// + /// - event type + /// + /// - the node which initiated the event + /// + /// + public EngineEvent(Object source, int typeCode, BaseNode sourceNode, IFact[] facts) + { + InitBlock(); + //UPGRADE_ISSUE: Constructor 'java.util.EventObject.EventObject' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javautilEventObject"' + this.typeCode = typeCode; + this.sourceNode = sourceNode; + this.facts = facts; + } + + public virtual int EventType + { + get { return typeCode; } + + set { typeCode = value; } + } + + public virtual BaseNode SourceNode + { + get { return sourceNode; } + + set { sourceNode = value; } + } + + public virtual IFact[] Facts + { + get { return facts; } + + set { facts = value; } + } + + private void InitBlock() + { + typeCode = ASSERT_EVENT; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/EngineEventListener.cs b/trunk/Creshendo/Util/Rete/EngineEventListener.cs new file mode 100644 index 0000000..345a09f --- /dev/null +++ b/trunk/Creshendo/Util/Rete/EngineEventListener.cs @@ -0,0 +1,29 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Classes that listen for various engine related events should implement + /// the interface and handle the events appropriately. + /// + /// + public interface EngineEventListener + { + void eventOccurred(EngineEvent event_Renamed); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/EqHashIndex.cs b/trunk/Creshendo/Util/Rete/EqHashIndex.cs new file mode 100644 index 0000000..5d16ad4 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/EqHashIndex.cs @@ -0,0 +1,105 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin

+ /// * + /// EqHashIndex is used by the BetaNode for indexing the facts that + /// enter from the right. + /// + /// + [Serializable] + public class EqHashIndex : IHashIndex + { + private int hashCode_Renamed_Field; + private Object[] values = null; + + ///

+ /// + public EqHashIndex(Object[] thevalues) + { + values = thevalues; + calculateHash(); + } + + #region HashIndex Members + + /// The implementation is similar to the index class. + /// + public override bool Equals(Object val) + { + if (this == val) + { + return true; + } + if (val == null || !(val is EqHashIndex)) + { + return false; + } + EqHashIndex eval = (EqHashIndex) val; + bool eq = true; + for (int idx = 0; idx < values.Length; idx++) + { + if (!eval.values[idx].Equals(values[idx])) + { + eq = false; + break; + } + } + return eq; + } + + /// Method simply returns the cached GetHashCode. + /// + public override int GetHashCode() + { + return hashCode_Renamed_Field; + } + + public virtual String toPPString() + { + // TODO Auto-generated method stub + return null; + } + + #endregion + + /// This is a very simple implementation that gets the slot hash from + /// the deffact. + /// + private void calculateHash() + { + if (values != null && values.Length > 0) + { + for (int idx = 0; idx < values.Length; idx++) + { + if (values[idx] != null) + { + hashCode_Renamed_Field += values[idx].GetHashCode(); + } + } + } + } + + public virtual void clear() + { + values = null; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/EqualityIndex.cs b/trunk/Creshendo/Util/Rete/EqualityIndex.cs new file mode 100644 index 0000000..1dc715f --- /dev/null +++ b/trunk/Creshendo/Util/Rete/EqualityIndex.cs @@ -0,0 +1,76 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin

+ /// * + /// EqualityIndex is used specifically for deffacts to check if 2 facts are + /// equal. By equal, we mean the values of the facts are equal. + /// + /// + [Serializable] + public class EqualityIndex + { + private Deffact fact = null; + private int hashCode_Renamed_Field; + + ///

+ /// + public EqualityIndex(Deffact facts) + { + fact = facts; + calculateHash(); + } + + /// This is a very simple implementation that gets the slot hash from + /// the deffact. + /// + private void calculateHash() + { + hashCode_Renamed_Field = ((Deffact) fact).slotHash(); + } + + /// The implementation is similar to the index class. + /// + public override bool Equals(Object val) + { + if (this == val) + { + return true; + } + if (val == null || !(val is EqualityIndex)) + { + return false; + } + EqualityIndex eval = (EqualityIndex) val; + if (eval.fact.Deftemplate != fact.Deftemplate) + { + return false; + } + return eval.fact.slotEquals(fact); + } + + /// Method simply returns the cached GetHashCode. + /// + public override int GetHashCode() + { + return hashCode_Renamed_Field; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Evaluate.cs b/trunk/Creshendo/Util/Rete/Evaluate.cs new file mode 100644 index 0000000..8aa832f --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Evaluate.cs @@ -0,0 +1,1701 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// The purpose of Evaluate is similar to the Evaluatn in CLIPS. The class + /// constains static methods for evaluating two values + /// + /// + public class Evaluate + { + /// evaluate is responsible for evaluating two values. The left value + /// is the value in the slot. The right value is the value of the object + /// instance to match against. + /// + /// operator + /// + /// left + /// + /// right + /// + /// + /// + /// + public static bool evaluate(int operator_Renamed, Object left, Object right) + { + bool eval = false; + switch (operator_Renamed) + { + case Constants.EQUAL: + eval = evaluateEqual(left, right); + break; + + case Constants.NOTEQUAL: + eval = evaluateNotEqual(left, right); + break; + + case Constants.LESS: + eval = evaluateLess(left, right); + break; + + case Constants.LESSEQUAL: + eval = evaluateLessEqual(left, right); + break; + + case Constants.GREATER: + eval = evaluateGreater(left, right); + break; + + case Constants.GREATEREQUAL: + eval = evaluateGreaterEqual(left, right); + break; + + case Constants.NILL: + eval = evaluateNull(left, right); + break; + } + return eval; + } + + /// evaluate if two values are equal. If they are equal + /// return true. otherwise return false. + /// + /// left + /// + /// right + /// + /// + /// + /// + public static bool evaluateEqual(Object left, Object right) + { + if (left is String) + { + return evaluateStringEqual((String) left, right); + } + else if (left is Boolean) + { + return evaluateEqual((Boolean) left, right); + } + else if (left is Double) + { + return evaluateEqual((Double) left, right); + } + else if (left is Int32) + { + return evaluateEqual((Int32) left, right); + } + else if (left is Int16) + { + return evaluateEqual((Int16) left, right); + } + else if (left is Single) + { + return evaluateEqual((Single) left, right); + } + else if (left is Int64) + { + return evaluateEqual((Int64) left, right); + } + else if (left is Decimal) + { + return evaluateEqual((Decimal) left, right); + } + else + { + return false; + } + } + + /// evaluate if two values are equal when left is a string and right + /// is some object. + /// + /// left + /// + /// right + /// + /// + /// + /// + public static bool evaluateStringEqual(String left, Object right) + { + if (right is Boolean) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return Convert.ToBoolean(left) == Convert.ToBoolean(right); + } + else + { + return left.Equals(right); + } + } + + /// evaluate Boolean values against each other. If the right is a String, + /// the method will attempt to create a new Boolean object and evaluate. + /// + /// left + /// + /// right + /// + /// + /// + /// + public static bool evaluateEqual(Boolean left, Object right) + { + if (right is Boolean) + { + return left.Equals(right); + } + else if (right is String) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Boolean.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return Convert.ToBoolean(left) == Convert.ToBoolean(right); + } + else + { + return false; + } + } + + public static bool evaluateEqual(Int32 left, Object right) + { + if (right is Double) + { + return (double) left == ((Double) right); + } + else if (right is Int32) + { + return (double) left == (double) ((Int32) right); + } + else if (right is Int16) + { + return (double) left == (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left == (double) ((Single) right); + } + else if (right is Int64) + { + return (double) left == (double) ((Int64) right); + } + else if (right is Decimal) + { + return (double) left == Decimal.ToDouble(((Decimal) right)); + } + else if (right is String) + { + return left.ToString().Equals(right); + } + else + { + return false; + } + } + + public static bool evaluateEqual(Int16 left, Object right) + { + if (right is Double) + { + return (double) left == ((Double) right); + } + else if (right is Int32) + { + return (double) left == (double) ((Int32) right); + } + else if (right is Int16) + { + return (double) left == (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left == (double) ((Single) right); + } + else if (right is Int64) + { + return (double) left == (double) ((Int64) right); + } + else if (right is Decimal) + { + return (double) left == Decimal.ToDouble(((Decimal) right)); + } + else if (right is String) + { + return left.ToString().Equals(right); + } + else + { + return false; + } + } + + public static bool evaluateEqual(Single left, Object right) + { + if (right is Double) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left == ((Double) right); + } + else if (right is Int32) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left == (double) ((Int32) right); + } + else if (right is Int16) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left == (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left == (double) ((Single) right); + } + else if (right is Int64) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left == (double) ((Int64) right); + } + else if (right is Decimal) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left <= Decimal.ToDouble(((Decimal) right)); + } + else if (right is String) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return left.ToString().Equals(right); + } + else + { + return false; + } + } + + public static bool evaluateEqual(Int64 left, Object right) + { + if (right is Double) + { + return (double) left == ((Double) right); + } + else if (right is Int32) + { + return (double) left == (double) ((Int32) right); + } + else if (right is Int16) + { + return (double) left == (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left == (double) ((Single) right); + } + else if (right is Int64) + { + return (double) left == (double) ((Int64) right); + } + else if (right is Decimal) + { + return (double) left == Decimal.ToDouble(((Decimal) right)); + } + else if (right is String) + { + return left.ToString().Equals(right); + } + else + { + return false; + } + } + + public static bool evaluateEqual(Double left, Object right) + { + if (right is Double) + { + return left == ((Double) right); + } + else if (right is Int32) + { + return left == (double) ((Int32) right); + } + else if (right is Int16) + { + return left == (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return left == (double) ((Single) right); + } + else if (right is Int64) + { + return left == (double) ((Int64) right); + } + else if (right is Decimal) + { + return left == Decimal.ToDouble(((Decimal) right)); + } + else if (right is String) + { + return left.ToString().Equals(right); + } + else + { + return false; + } + } + + public static bool evaluateEqual(Decimal left, Object right) + { + if (right is Double) + { + return Decimal.ToDouble(left) == ((Double) right); + } + else if (right is Int32) + { + return Decimal.ToDouble(left) == (double) ((Int32) right); + } + else if (right is Int16) + { + return Decimal.ToDouble(left) == (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return Decimal.ToDouble(left) == (double) ((Single) right); + } + else if (right is Int64) + { + return Decimal.ToDouble(left) == (double) ((Int64) right); + } + else if (right is Decimal) + { + return Decimal.ToDouble(left) == Decimal.ToDouble(((Decimal) right)); + } + else if (right is String) + { + return left.ToString().Equals(right); + } + else + { + return false; + } + } + + /// evaluate if two values are not equal. If they are not + /// equal, return true. Otherwise return false. + /// + /// left + /// + /// right + /// + /// + /// + /// + public static bool evaluateNotEqual(Object left, Object right) + { + if (left is String) + { + return !left.Equals(right); + } + else if (left is Boolean) + { + return evaluateNotEqual((Boolean) left, right); + } + else if (left is Int32) + { + return evaluateNotEqual((Int32) left, right); + } + else if (left is Int16) + { + return evaluateNotEqual((Int16) left, right); + } + else if (left is Single) + { + return evaluateNotEqual((Single) left, right); + } + else if (left is Int64) + { + return evaluateNotEqual((Int64) left, right); + } + else if (left is Double) + { + return evaluateNotEqual((Double) left, right); + } + else if (left is Decimal) + { + return evaluateNotEqual((Decimal) left, right); + } + else + { + return false; + } + } + + /// evaluate Boolean values against each other. If the right is a String, + /// the method will attempt to create a new Boolean object and evaluate. + /// + /// left + /// + /// right + /// + /// + /// + /// + public static bool evaluateNotEqual(Boolean left, Object right) + { + if (right is Boolean) + { + return left.Equals(right); + } + else if (right is String) + { + Boolean b = ((String) right).Equals("true", StringComparison.InvariantCultureIgnoreCase); + return left.Equals(b); + } + else + { + return false; + } + } + + public static bool evaluateNotEqual(Int32 left, Object right) + { + if (right is Double) + { + return (double) left != ((Double) right); + } + else if (right is Int32) + { + return (double) left != (double) ((Int32) right); + } + else if (right is Int16) + { + return (double) left != (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left != (double) ((Single) right); + } + else if (right is Int64) + { + return (double) left != (double) ((Int64) right); + } + else if (right is Decimal) + { + return (double) left != Decimal.ToDouble(((Decimal) right)); + } + else if (right is String) + { + return !left.ToString().Equals(right); + } + else + { + return false; + } + } + + public static bool evaluateNotEqual(Int16 left, Object right) + { + if (right is Double) + { + return (double) left != ((Double) right); + } + else if (right is Int32) + { + return (double) left != (double) ((Int32) right); + } + else if (right is Int16) + { + return (double) left != (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left != (double) ((Single) right); + } + else if (right is Int64) + { + return (double) left != (double) ((Int64) right); + } + else if (right is Decimal) + { + return (double) left != Decimal.ToDouble(((Decimal) right)); + } + else if (right is String) + { + return !left.ToString().Equals(right); + } + else + { + return false; + } + } + + public static bool evaluateNotEqual(Single left, Object right) + { + if (right is Double) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left != ((Double) right); + } + else if (right is Int32) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left != (double) ((Int32) right); + } + else if (right is Int16) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left != (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left != (double) ((Single) right); + } + else if (right is Int64) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left != (double) ((Int64) right); + } + else if (right is Decimal) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left != Decimal.ToDouble(((Decimal) right)); + } + else if (right is String) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return !left.ToString().Equals(right); + } + else + { + return false; + } + } + + public static bool evaluateNotEqual(Int64 left, Object right) + { + if (right is Double) + { + return (double) left != ((Double) right); + } + else if (right is Int32) + { + return (double) left != (double) ((Int32) right); + } + else if (right is Int16) + { + return (double) left != (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left != (double) ((Single) right); + } + else if (right is Int64) + { + return (double) left != (double) ((Int64) right); + } + else if (right is Decimal) + { + return (double) left != Decimal.ToDouble(((Decimal) right)); + } + else if (right is String) + { + return !left.ToString().Equals(right); + } + else + { + return false; + } + } + + public static bool evaluateNotEqual(Double left, Object right) + { + if (right is Double) + { + return left != ((Double) right); + } + else if (right is Int32) + { + return left != (double) ((Int32) right); + } + else if (right is Int16) + { + return left != (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return left != (double) ((Single) right); + } + else if (right is Int64) + { + return left != (double) ((Int64) right); + } + else if (right is Decimal) + { + return left != Decimal.ToDouble(((Decimal) right)); + } + else if (right is String) + { + return !left.ToString().Equals(right); + } + else + { + return false; + } + } + + public static bool evaluateNotEqual(Decimal left, Object right) + { + if (right is Double) + { + return Decimal.ToDouble(left) != ((Double) right); + } + else if (right is Int32) + { + return Decimal.ToDouble(left) != (double) ((Int32) right); + } + else if (right is Int16) + { + return Decimal.ToDouble(left) != (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return Decimal.ToDouble(left) != (double) ((Single) right); + } + else if (right is Int64) + { + return Decimal.ToDouble(left) != (double) ((Int64) right); + } + else if (right is Decimal) + { + return Decimal.ToDouble(left) != Decimal.ToDouble(((Decimal) right)); + } + else if (right is String) + { + return !left.ToString().Equals(right); + } + else + { + return false; + } + } + + public static bool evaluateLess(Object left, Object right) + { + if (left is Int32) + { + return evaluateLess((Int32) left, right); + } + else if (left is Int16) + { + return evaluateLess((Int16) left, right); + } + else if (left is Int64) + { + return evaluateLess((Int64) left, right); + } + else if (left is Single) + { + return evaluateLess((Single) left, right); + } + else if (left is Double) + { + return evaluateLess((Double) left, right); + } + else if (left is Decimal) + { + return evaluateLess((Decimal) left, right); + } + else + { + return false; + } + } + + public static bool evaluateLessEqual(Object left, Object right) + { + if (left is Int32) + { + return evaluateLessEqual((Int32) left, right); + } + else if (left is Int16) + { + return evaluateLessEqual((Int16) left, right); + } + else if (left is Int64) + { + return evaluateLessEqual((Int64) left, right); + } + else if (left is Single) + { + return evaluateLessEqual((Single) left, right); + } + else if (left is Double) + { + return evaluateLessEqual((Double) left, right); + } + else if (left is Decimal) + { + return evaluateLessEqual((Decimal) left, right); + } + else + { + return false; + } + } + + public static bool evaluateGreater(Object left, Object right) + { + if (left is Int32) + { + return evaluateGreater((Int32) left, right); + } + else if (left is Int16) + { + return evaluateGreater((Int16) left, right); + } + else if (left is Int64) + { + return evaluateGreater((Int64) left, right); + } + else if (left is Single) + { + return evaluateGreater((Single) left, right); + } + else if (left is Double) + { + return evaluateGreater((Double) left, right); + } + else if (left is Decimal) + { + return evaluateGreater((Decimal) left, right); + } + else + { + return false; + } + } + + public static bool evaluateGreaterEqual(Object left, Object right) + { + if (left is Int32) + { + return evaluateGreaterEqual((Int32) left, right); + } + else if (left is Int16) + { + return evaluateGreaterEqual((Int16) left, right); + } + else if (left is Int64) + { + return evaluateGreaterEqual((Int64) left, right); + } + else if (left is Single) + { + return evaluateGreaterEqual((Single) left, right); + } + else if (left is Double) + { + return evaluateGreaterEqual((Double) left, right); + } + else if (left is Decimal) + { + return evaluateGreaterEqual((Decimal) left, right); + } + else + { + return false; + } + } + + public static bool evaluateGreaterEqual(Decimal left, Object right) + { + if (right is Int32) + { + return Decimal.ToInt32(left) >= ((Int32) right); + } + else if (right is Int16) + { + //UPGRADE_ISSUE: Method 'java.lang.Number.shortValue' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + return Convert.ToInt16(left) >= (short) ((Int16) right); + } + else if (right is Int64) + { + return Decimal.ToInt64(left) >= (long) ((Int64) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return Decimal.ToSingle(left) >= (float) ((Single) right); + } + else if (right is Double) + { + return Decimal.ToDouble(left) >= ((Double) right); + } + else if (right is Decimal) + { + return Decimal.ToDouble(left) >= Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + /// In the case of checking if an object's attribute is null, + /// we only check the right. + /// + /// left + /// + /// right + /// + /// + /// + /// + public static bool evaluateNull(Object left, Object right) + { + if (right == null) + { + return true; + } + else + { + return false; + } + } + + /// ------- Integer comparison methods ------- /// + public static bool evaluateLess(Int32 left, Object right) + { + if (right is Int32) + { + return left < ((Int32) right); + } + else if (right is Int16) + { + return left < (int) ((Int16) right); + } + else if (right is Int64) + { + return (long) left < (long) ((Int64) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left < (float) ((Single) right); + } + else if (right is Double) + { + return (double) left < ((Double) right); + } + else if (right is Decimal) + { + return (double) left < Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateLessEqual(Int32 left, Object right) + { + if (right is Int32) + { + return left <= ((Int32) right); + } + else if (right is Int16) + { + return left <= (int) ((Int16) right); + } + else if (right is Int64) + { + return (long) left <= (long) ((Int64) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left <= (float) ((Single) right); + } + else if (right is Double) + { + return (double) left <= ((Double) right); + } + else if (right is Decimal) + { + return (double) left <= Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + //UPGRADE_ISSUE: Class 'java.lang.Number' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javalangNumber"' + public static bool evaluateGreater(Int32 left, object right) + { + if (right is Int32) + { + return left > ((Int32) right); + } + else if (right is Int16) + { + return left > (int) ((Int16) right); + } + else if (right is Int64) + { + return (long) left > (long) ((Int64) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left > (float) ((Single) right); + } + else if (right is Double) + { + return (double) left > ((Double) right); + } + else if (right is Decimal) + { + return (double) left > Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateGreaterEqual(Int32 left, Object right) + { + if (right is Int32) + { + return left >= ((Int32) right); + } + else if (right is Int16) + { + return left >= (int) ((Int16) right); + } + else if (right is Int64) + { + return (long) left >= (long) ((Int64) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left >= (float) ((Single) right); + } + else if (right is Double) + { + return (double) left >= ((Double) right); + } + else if (right is Decimal) + { + return (double) left >= Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + /// ------- Short comparison methods ------- /// + public static bool evaluateLess(Int16 left, Object right) + { + if (right is Int16) + { + return (short) left < (short) ((Int16) right); + } + else if (right is Int32) + { + return (int) left < ((Int32) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left < (float) ((Single) right); + } + else if (right is Int64) + { + return (long) left < (long) ((Int64) right); + } + else if (right is Double) + { + return (double) left < ((Double) right); + } + else if (right is Decimal) + { + return (double) left < Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateLessEqual(Int16 left, Object right) + { + if (right is Int16) + { + return (short) left <= (short) ((Int16) right); + } + else if (right is Int32) + { + return (int) left <= ((Int32) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left <= (float) ((Single) right); + } + else if (right is Int64) + { + return (long) left <= (long) ((Int64) right); + } + else if (right is Double) + { + return (double) left <= ((Double) right); + } + else if (right is Decimal) + { + return (double) left <= Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateGreater(Int16 left, Object right) + { + if (right is Int16) + { + return (short) left > (short) ((Int16) right); + } + else if (right is Int32) + { + return (int) left > ((Int32) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left > (float) ((Single) right); + } + else if (right is Int64) + { + return (long) left > (long) ((Int64) right); + } + else if (right is Double) + { + return (double) left > ((Double) right); + } + else if (right is Decimal) + { + return (double) left > Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateGreaterEqual(Int16 left, Object right) + { + if (right is Int16) + { + return (short) left >= (short) ((Int16) right); + } + else if (right is Int32) + { + return (int) left >= ((Int32) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left >= (float) ((Single) right); + } + else if (right is Int64) + { + return (long) left >= (long) ((Int64) right); + } + else if (right is Double) + { + return (double) left >= ((Double) right); + } + else if (right is Decimal) + { + return (double) left >= Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + /// ------- Long comparison methods ------- /// + public static bool evaluateLess(Int64 left, Object right) + { + if (right is Int64) + { + return (long) left < (long) ((Int64) right); + } + else if (right is Int32) + { + return (long) left < (long) ((Int32) right); + } + else if (right is Int16) + { + return (long) left < (long) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left < (float) ((Single) right); + } + else if (right is Double) + { + return (double) left < ((Double) right); + } + else if (right is Decimal) + { + return (double) left < Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateLessEqual(Int64 left, Object right) + { + if (right is Int64) + { + return (long) left <= (long) ((Int64) right); + } + else if (right is Int32) + { + return (long) left <= (long) ((Int32) right); + } + else if (right is Int16) + { + return (long) left <= (long) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left <= (float) ((Single) right); + } + else if (right is Double) + { + return (double) left <= ((Double) right); + } + else if (right is Decimal) + { + return (double) left <= Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateGreater(Int64 left, Object right) + { + if (right is Int64) + { + return (long) left > (long) ((Int64) right); + } + else if (right is Int32) + { + return (long) left > (long) ((Int32) right); + } + else if (right is Int16) + { + return (long) left > (long) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left > (float) ((Single) right); + } + else if (right is Double) + { + return (double) left > ((Double) right); + } + else if (right is Decimal) + { + return (double) left > Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateGreaterEqual(Int64 left, Object right) + { + if (right is Int64) + { + return (long) left >= (long) ((Int64) right); + } + else if (right is Int32) + { + return (long) left >= (long) ((Int32) right); + } + else if (right is Int16) + { + return (long) left >= (long) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left >= (float) ((Single) right); + } + else if (right is Double) + { + return (double) left >= ((Double) right); + } + else if (right is Decimal) + { + return (double) left >= Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + /// ------- Float comparison methods ------- /// + public static bool evaluateLess(Single left, Object right) + { + if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left < (float) ((Single) right); + } + else if (right is Int32) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left < (float) ((Int32) right); + } + else if (right is Int16) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left < (float) ((Int16) right); + } + else if (right is Int64) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left < (float) ((Int64) right); + } + else if (right is Double) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left < ((Double) right); + } + else if (right is Decimal) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left < Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateLessEqual(Single left, Object right) + { + if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left <= (float) ((Single) right); + } + else if (right is Int32) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left <= (float) ((Int32) right); + } + else if (right is Int16) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left <= (float) ((Int16) right); + } + else if (right is Int64) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left <= (float) ((Int64) right); + } + else if (right is Double) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left <= ((Double) right); + } + else if (right is Decimal) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left <= Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateGreater(Single left, Object right) + { + if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left > (float) ((Single) right); + } + else if (right is Int32) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left > (float) ((Int32) right); + } + else if (right is Int16) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left > (float) ((Int16) right); + } + else if (right is Int64) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left > (float) ((Int64) right); + } + else if (right is Double) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left > ((Double) right); + } + else if (right is Decimal) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left > Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateGreaterEqual(Single left, Object right) + { + if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left >= (float) ((Single) right); + } + else if (right is Int32) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left >= (float) ((Int32) right); + } + else if (right is Int16) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left >= (float) ((Int16) right); + } + else if (right is Int64) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.floatValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (float) left >= (float) ((Int64) right); + } + else if (right is Double) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left >= ((Double) right); + } + else if (right is Decimal) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return (double) left >= Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + /// ------- Double comparison methods ------- /// + public static bool evaluateLess(Double left, Object right) + { + if (right is Double) + { + return left < ((Double) right); + } + else if (right is Int32) + { + return left < (double) ((Int32) right); + } + else if (right is Int16) + { + return left < (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return left < (double) ((Single) right); + } + else if (right is Int64) + { + return left < (double) ((Int64) right); + } + else if (right is Decimal) + { + return left <= Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateLess(Decimal left, Object right) + { + if (right is Double) + { + return Decimal.ToDouble(left) < ((Double) right); + } + else if (right is Int32) + { + return Decimal.ToDouble(left) < (double) ((Int32) right); + } + else if (right is Int16) + { + return Decimal.ToDouble(left) < (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return Decimal.ToDouble(left) < (double) ((Single) right); + } + else if (right is Int64) + { + return Decimal.ToDouble(left) < (double) ((Int64) right); + } + else if (right is Decimal) + { + return Decimal.ToDouble(left) < Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateLessEqual(Double left, Object right) + { + if (right is Double) + { + return left <= ((Double) right); + } + else if (right is Int32) + { + return left <= (double) ((Int32) right); + } + else if (right is Int16) + { + return left <= (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return left <= (double) ((Single) right); + } + else if (right is Int64) + { + return left <= (double) ((Int64) right); + } + else if (right is Decimal) + { + return left <= Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateLessEqual(Decimal left, Object right) + { + if (right is Double) + { + return Decimal.ToDouble(left) <= ((Double) right); + } + else if (right is Int32) + { + return Decimal.ToDouble(left) <= (double) ((Int32) right); + } + else if (right is Int16) + { + return Decimal.ToDouble(left) <= (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return Decimal.ToDouble(left) <= (double) ((Single) right); + } + else if (right is Int64) + { + return Decimal.ToDouble(left) <= (double) ((Int64) right); + } + else if (right is Decimal) + { + return Decimal.ToDouble(left) <= Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateGreater(Decimal left, Object right) + { + if (right is Double) + { + return Decimal.ToDouble(left) > ((Double) right); + } + else if (right is Int32) + { + return Decimal.ToDouble(left) > (double) ((Int32) right); + } + else if (right is Int16) + { + return Decimal.ToDouble(left) > (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return Decimal.ToDouble(left) > (double) ((Single) right); + } + else if (right is Int64) + { + return Decimal.ToDouble(left) > (double) ((Int64) right); + } + else if (right is Decimal) + { + return Decimal.ToDouble(left) > Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateGreater(Double left, Object right) + { + if (right is Double) + { + return left > ((Double) right); + } + else if (right is Int32) + { + return left > (double) ((Int32) right); + } + else if (right is Int16) + { + return left > (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return left > (double) ((Single) right); + } + else if (right is Int64) + { + return left > (double) ((Int64) right); + } + else if (right is Decimal) + { + return left > Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool evaluateGreaterEqual(Double left, Object right) + { + if (right is Double) + { + return left >= ((Double) right); + } + else if (right is Int32) + { + return left >= (double) ((Int32) right); + } + else if (right is Int16) + { + return left >= (double) ((Int16) right); + } + else if (right is Single) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Float.doubleValue' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return left >= (double) ((Single) right); + } + else if (right is Int64) + { + return left >= (double) ((Int64) right); + } + else if (right is Decimal) + { + return left >= Decimal.ToDouble(((Decimal) right)); + } + else + { + return false; + } + } + + public static bool factsEqual(IFact[] left, IFact[] right) + { + if (left == right) + { + return true; + } + int length = left.Length; + if (length != right.Length) + { + return false; + } + for (int i = 0; i < length; i++) + { + Object o1 = left[i]; + Object o2 = right[i]; + if (!(o1 == null ? o2 == null : o1 == o2)) + return false; + } + return true; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Exception/AssertException.cs b/trunk/Creshendo/Util/Rete/Exception/AssertException.cs new file mode 100644 index 0000000..e753a18 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Exception/AssertException.cs @@ -0,0 +1,62 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete.Exception +{ + /// Peter Lin + /// + /// AssertException should be thrown if a node encounters issues matching a fact. + /// Normally, this should not occur. If it does, it generally means there's a bug + /// in the core RETE nodes. + /// + /// + public class AssertException : System.Exception + { + /// + /// + public AssertException() + { + } + + /// message + /// + /// + public AssertException(String message) : base(message) + { + } + + //UPGRADE_NOTE: Exception 'java.lang.Throwable' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + /// message + /// + /// cause + /// + /// + public AssertException(String message, System.Exception cause) : base(message, cause) + { + } + + //UPGRADE_NOTE: Exception 'java.lang.Throwable' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + /// cause + /// + /// + public AssertException(System.Exception cause) + : base(cause.Message) + { + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Exception/CompileRuleException.cs b/trunk/Creshendo/Util/Rete/Exception/CompileRuleException.cs new file mode 100644 index 0000000..74e6d3c --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Exception/CompileRuleException.cs @@ -0,0 +1,65 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete.Exception +{ + /// Peter Lin + /// * + /// TODO To change the template for this generated type comment go to + /// Window - Preferences - Java - Code Style - Code Templates + /// + /// + public class CompileRuleException : System.Exception + { + public const String ADD_FAILURE = "Unable to Add the rule, due to compilation."; + public const String INVALID_RULE = "The rule was not added because it is invalid"; + + /// + /// + public CompileRuleException() + { + } + + /// message + /// + /// + public CompileRuleException(String message) : base(message) + { + } + + //UPGRADE_NOTE: Exception 'java.lang.Throwable' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + /// message + /// + /// cause + /// + /// + public CompileRuleException(String message, System.Exception cause) + : base(message, cause) + { + } + + //UPGRADE_NOTE: Exception 'java.lang.Throwable' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + /// cause + /// + /// + public CompileRuleException(System.Exception cause) + : base(cause.Message) + { + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Exception/ConversionException.cs b/trunk/Creshendo/Util/Rete/Exception/ConversionException.cs new file mode 100644 index 0000000..f06d631 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Exception/ConversionException.cs @@ -0,0 +1,56 @@ +/* +* Copyright 2002-2007 Peter Lin Licensed under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at +* http://jamocha.sourceforge.net/ Unless required by applicable law or +* agreed to in writing, software distributed under the License is distributed +* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either +* express or implied. See the License for the specific language governing +* permissions and limitations under the License. +*/ +using System; + +namespace Creshendo.Util.Rete.Exception +{ + /// conversion exception is used to handle conversion of strings to + /// numbers and booleans. + /// + /// Peter Lin + /// + /// + public class ConversionException : System.Exception + { + /// + /// + public ConversionException() + { + } + + /// message + /// + /// + public ConversionException(String message) : base(message) + { + } + + //UPGRADE_NOTE: Exception 'java.lang.Throwable' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + /// cause + /// + /// + public ConversionException(System.Exception cause) + : base(cause.Message) + { + } + + //UPGRADE_NOTE: Exception 'java.lang.Throwable' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + /// message + /// + /// cause + /// + /// + public ConversionException(String message, System.Exception cause) + : base(message, cause) + { + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Exception/ExecuteException.cs b/trunk/Creshendo/Util/Rete/Exception/ExecuteException.cs new file mode 100644 index 0000000..54a5d42 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Exception/ExecuteException.cs @@ -0,0 +1,65 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete.Exception +{ + /// Peter Lin + /// * + /// ExecuteException is only thrown when the RHS of the rule is executed. + /// If the action didn't execute correctly, throw an exception with + /// sufficient details to debug the issue. + /// + /// + public class ExecuteException : System.Exception + { + public const String NULL_ACTION = "Could not execute the action. " + "The action was NULL"; + + /// + /// + public ExecuteException() + { + } + + /// message + /// + /// + public ExecuteException(String message) : base(message) + { + } + + //UPGRADE_NOTE: Exception 'java.lang.Throwable' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + /// message + /// + /// cause + /// + /// + public ExecuteException(String message, System.Exception cause) + : base(message, cause) + { + } + + //UPGRADE_NOTE: Exception 'java.lang.Throwable' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + /// cause + /// + /// + public ExecuteException(System.Exception cause) + : base(cause.Message) + { + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Exception/RetractException.cs b/trunk/Creshendo/Util/Rete/Exception/RetractException.cs new file mode 100644 index 0000000..5bc0e57 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Exception/RetractException.cs @@ -0,0 +1,66 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete.Exception +{ + /// Peter Lin + /// * + /// TODO To change the template for this generated type comment go to + /// Window - Preferences - Java - Code Style - Code Templates + /// + /// + public class RetractException : System.Exception + { + /// + /// + public RetractException() + { + // TODO Auto-generated constructor stub + } + + /// message + /// + /// + public RetractException(String message) : base(message) + { + // TODO Auto-generated constructor stub + } + + //UPGRADE_NOTE: Exception 'java.lang.Throwable' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + /// message + /// + /// cause + /// + /// + public RetractException(String message, System.Exception cause) + : base(message, cause) + { + // TODO Auto-generated constructor stub + } + + //UPGRADE_NOTE: Exception 'java.lang.Throwable' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + /// cause + /// + /// + public RetractException(System.Exception cause) + : base(cause.Message) + { + // TODO Auto-generated constructor stub + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/ExistJoin.cs b/trunk/Creshendo/Util/Rete/ExistJoin.cs new file mode 100644 index 0000000..7ae7adf --- /dev/null +++ b/trunk/Creshendo/Util/Rete/ExistJoin.cs @@ -0,0 +1,230 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Text; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// ExistJoin is implemented differently than how CLIPS does it. According + /// to CLIPS beginners guide, Exist is convert to (not (not (blah) ) ). + /// Rather than do that, I'm experimenting with a specialized Existjoin + /// node instead. The benefit is reduce memory and fewer nodes in the + /// network. + /// + /// + public class ExistJoin : BaseJoin + { + public ExistJoin(int id) : base(id) + { + } + + /// Clear will Clear the lists + /// + public override void clear(IWorkingMemory mem) + { + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + IGenericMap leftmem = (IGenericMap) mem.getBetaRightMemory(this); + IEnumerator itr = leftmem.Keys.GetEnumerator(); + // first we iterate over the list for each fact + // and Clear it. + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) leftmem.Get(itr.Current); + bmem.clear(); + } + // now that we've cleared the list for each fact, we + // can Clear the org.jamocha.rete.util.Map. + leftmem.Clear(); + rightmem.Clear(); + } + + /// assertLeft takes an array of facts. Since the Current join may be + /// joining against one or more objects, we need to pass all + /// previously matched facts. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Put(linx, linx); + EqHashIndex inx = new EqHashIndex(NodeUtils.getLeftValues(binds, linx.Facts)); + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) mem.getBetaRightMemory(this); + if (rightmem.count(inx) > 0) + { + propogateAssert(linx, engine, mem); + } + } + + /// Assert from the right side is always going to be from an + /// Alpha node. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) mem.getBetaRightMemory(this); + EqHashIndex inx = new EqHashIndex(NodeUtils.getRightValues(binds, rfact)); + int after = rightmem.addPartialMatch(inx, rfact); + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Index linx = (Index) itr.Current; + if (evaluate(linx.Facts, rfact)) + { + if (after == 1) + { + propogateAssert(linx, engine, mem); + } + } + } + } + + /// Retracting from the left is different than retractRight for couple + /// of reasons. + ///
    + ///
  • NotJoin will only propogate the facts from the left
  • + ///
  • NotJoin never needs to merge the left and right
  • + ///
+ ///
+ /// factInstance + /// + /// engine + /// + /// + public override void retractLeft(Index inx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Remove(inx); + propogateRetract(inx, engine, mem); + } + + /// Retract from the right works in the following order. + /// 1. Remove the fact from the right memory + /// 2. check which left memory matched + /// 3. propogate the retract + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) mem.getBetaRightMemory(this); + EqHashIndex inx = new EqHashIndex(NodeUtils.getRightValues(binds, rfact)); + // Remove the fact from the right + int after = rightmem.removePartialMatch(inx, rfact); + if (after == 0) + { + // now we see the left memory matched and Remove it also + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Index linx = (Index) itr.Current; + if (evaluate(linx.Facts, rfact)) + { + propogateRetract(linx, engine, mem); + } + } + inx = null; + } + } + + /// Method will use the right binding to perform the evaluation + /// of the join. Since we are building joins similar to how + /// CLIPS and other rule engines handle it, it means 95% of the + /// time the right fact list only has 1 fact. + /// + /// leftlist + /// + /// right + /// + /// + /// + /// + public virtual bool evaluate(IFact[] leftlist, IFact right) + { + bool eval = true; + // we iterate over the binds and evaluate the facts + for (int idx = 0; idx < binds.Length; idx++) + { + Binding bnd = binds[idx]; + eval = bnd.evaluate(leftlist, right); + if (!eval) + { + break; + } + } + return eval; + } + + /// simple implementation for toString. may need to change the format + /// later so it looks nicer. + /// + public override String ToString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("Exist - "); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toBindString()); + } + return buf.ToString(); + } + + /// The current implementation is similar to BetaNode + /// + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append(" Exist - "); + if (binds != null && binds.Length > 0) + { + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toPPString()); + } + } + else + { + buf.Append(" no joins "); + } + return buf.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/ExistJoinFrst.cs b/trunk/Creshendo/Util/Rete/ExistJoinFrst.cs new file mode 100644 index 0000000..a7eb751 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/ExistJoinFrst.cs @@ -0,0 +1,153 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Text; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// ExistJoinFrst is a special implementation for situations + /// when the first Conditional Element is an Exists. The main + /// difference is the left input is a dummy and doesn't do + /// anything. This gets around needing an InitialFact when the + /// first CE is Exists. + /// + /// + public class ExistJoinFrst : BaseJoin + { + public ExistJoinFrst(int id) : base(id) + { + } + + /// Clear will Clear the lists + /// + public override void clear(IWorkingMemory mem) + { + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + IGenericMap leftmem = (IGenericMap) mem.getBetaRightMemory(this); + IEnumerator itr = leftmem.Keys.GetEnumerator(); + // first we iterate over the list for each fact + // and Clear it. + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) leftmem.Get(itr.Current); + bmem.clear(); + } + // now that we've cleared the list for each fact, we + // can Clear the org.jamocha.rete.util.Map. + leftmem.Clear(); + rightmem.Clear(); + } + + /// assertLeft is a dummy, since we don't need an initial + /// fact or LeftInputAdapater. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + } + + /// Assert from the right side is always going to be from an + /// Alpha node. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + // we only proceed if the fact hasn't already entered + // the join node + Index inx = new Index(new IFact[] {rfact}); + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + if (!rightmem.ContainsKey(inx)) + { + int count = rightmem.Count; + rightmem.Put(inx, rfact); + // now that we've added the facts to the list, we + // proceed with evaluating the fact + if (count == 0 && rightmem.Count == 1) + { + propogateAssert(inx, engine, mem); + } + } + } + + /// retractLeft is a dummy and doesn't do anything + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractLeft(Index linx, Rete engine, IWorkingMemory mem) + { + } + + /// Retract from the right works in the following order. + /// 1. Remove the fact from the right memory + /// 2. check which left memory matched + /// 3. propogate the retract + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + Index inx = new Index(new IFact[] {rfact}); + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + if (rightmem.ContainsKey(inx)) + { + int count = rightmem.Count; + rightmem.Remove(inx); + if (count == 1 && rightmem.Count == 0) + { + propogateRetract(inx, engine, mem); + } + } + } + + /// method returns string format for the node + /// + public override String ToString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("Exist - (no bindings)"); + return buf.ToString(); + } + + /// The current implementation is similar to BetaNode + /// + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append(" Exist - "); + buf.Append(" (no bindings) "); + return buf.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/ExistNeqJoin.cs b/trunk/Creshendo/Util/Rete/ExistNeqJoin.cs new file mode 100644 index 0000000..9cb9a15 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/ExistNeqJoin.cs @@ -0,0 +1,236 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Text; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// ExistJoin is implemented differently than how CLIPS does it. According + /// to CLIPS beginners guide, Exist is convert to (not (not (blah) ) ). + /// Rather than do that, I'm experimenting with a specialized Existjoin + /// node instead. The benefit is reduce memory and fewer nodes in the + /// network. + /// + /// + public class ExistNeqJoin : BaseJoin + { + public ExistNeqJoin(int id) : base(id) + { + } + + /// Clear will Clear the lists + /// + public override void clear(IWorkingMemory mem) + { + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + IGenericMap leftmem = (IGenericMap) mem.getBetaRightMemory(this); + IEnumerator itr = leftmem.Keys.GetEnumerator(); + // first we iterate over the list for each fact + // and Clear it. + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) leftmem.Get(itr.Current); + bmem.clear(); + } + // now that we've cleared the list for each fact, we + // can Clear the org.jamocha.rete.util.Map. + leftmem.Clear(); + rightmem.Clear(); + } + + /// assertLeft takes an array of facts. Since the Current join may be + /// joining against one or more objects, we need to pass all + /// previously matched facts. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Put(linx, linx); + NotEqHashIndex inx = new NotEqHashIndex(NodeUtils.getLeftBindValues(binds, linx.Facts)); + HashedNeqAlphaMemory rightmem = (HashedNeqAlphaMemory) mem.getBetaRightMemory(this); + Object[] objs = rightmem.iterator(inx); + // if the right side has 1 or more matches, we propogate the original + // index down the network. We don't Add any facts to the index + if (objs != null && objs.Length > 0) + { + propogateAssert(linx, engine, mem); + } + } + + /// Assert from the right side is always going to be from an + /// Alpha node. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + HashedNeqAlphaMemory rightmem = (HashedNeqAlphaMemory) mem.getBetaRightMemory(this); + NotEqHashIndex inx = new NotEqHashIndex(NodeUtils.getRightBindValues(binds, rfact)); + + rightmem.addPartialMatch(inx, rfact); + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + int after = rightmem.count(inx); + while (itr.MoveNext()) + { + Index linx = (Index) itr.Current; + if (evaluate(linx.Facts, rfact)) + { + if (after == 1) + { + propogateAssert(linx, engine, mem); + } + } + } + } + + /// Retracting from the left is different than retractRight for couple + /// of reasons. + ///
    + ///
  • NotJoin will only propogate the facts from the left
  • + ///
  • NotJoin never needs to merge the left and right
  • + ///
+ ///
+ /// factInstance + /// + /// engine + /// + /// + public override void retractLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Remove(linx); + propogateRetract(linx, engine, mem); + } + + /// Retract from the right works in the following order. + /// 1. Remove the fact from the right memory + /// 2. check which left memory matched + /// 3. propogate the retract + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + NotEqHashIndex inx = new NotEqHashIndex(NodeUtils.getRightBindValues(binds, rfact)); + HashedNeqAlphaMemory rightmem = (HashedNeqAlphaMemory) mem.getBetaRightMemory(this); + // first we Remove the fact from the right + int after = rightmem.removePartialMatch(inx, rfact); + + if (after == 0) + { + // now we see the left memory matched and Remove it also + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Index linx = (Index) itr.Current; + if (evaluate(linx.Facts, rfact)) + { + propogateRetract(linx, engine, mem); + } + } + inx = null; + } + } + + /// Method will use the right binding to perform the evaluation + /// of the join. Since we are building joins similar to how + /// CLIPS and other rule engines handle it, it means 95% of the + /// time the right fact list only has 1 fact. + /// + /// leftlist + /// + /// right + /// + /// + /// + /// + public virtual bool evaluate(IFact[] leftlist, IFact right) + { + bool eval = true; + // we iterate over the binds and evaluate the facts + for (int idx = 0; idx < binds.Length; idx++) + { + Binding bnd = binds[idx]; + eval = bnd.evaluate(leftlist, right); + if (!eval) + { + break; + } + } + return eval; + } + + /// simple implementation for toString. may need to change the format + /// later so it looks nicer. + /// + public override String ToString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("ExistNeqJoin - "); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toBindString()); + } + return buf.ToString(); + } + + /// The current implementation is similar to BetaNode + /// + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append(" Exist - "); + if (binds != null && binds.Length > 0) + { + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toPPString()); + } + } + else + { + buf.Append(" no joins "); + } + return buf.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/ExistPredJoin.cs b/trunk/Creshendo/Util/Rete/ExistPredJoin.cs new file mode 100644 index 0000000..32026a4 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/ExistPredJoin.cs @@ -0,0 +1,248 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Text; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// ExistJoin is implemented differently than how CLIPS does it. According + /// to CLIPS beginners guide, Exist is convert to (not (not (blah) ) ). + /// Rather than do that, I'm experimenting with a specialized Existjoin + /// node instead. The benefit is reduce memory and fewer nodes in the + /// network. + /// + /// + public class ExistPredJoin : BaseJoin + { + public ExistPredJoin(int id) : base(id) + { + } + + /// Clear will Clear the lists + /// + public override void clear(IWorkingMemory mem) + { + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + IGenericMap leftmem = (IGenericMap) mem.getBetaRightMemory(this); + IEnumerator itr = leftmem.Keys.GetEnumerator(); + // first we iterate over the list for each fact + // and Clear it. + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) leftmem.Get(itr.Current); + bmem.clear(); + } + // now that we've cleared the list for each fact, we + // can Clear the org.jamocha.rete.util.Map. + leftmem.Clear(); + rightmem.Clear(); + } + + /// assertLeft takes an array of facts. Since the Current join may be + /// joining against one or more objects, we need to pass all + /// previously matched facts. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IBetaMemory bmem = new BetaMemoryImpl(linx); + leftmem.Put(linx, bmem); + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + IEnumerator itr = rightmem.Keys.GetEnumerator(); + if (itr != null) + { + while (itr.MoveNext()) + { + IFact vl = (IFact) itr.Current; + // we have to evaluate the function + if (vl != null && evaluate(linx.Facts, vl, engine)) + { + bmem.addMatch(vl); + } + } + } + if (bmem.matchCount() > 0) + { + propogateAssert(linx, engine, mem); + } + } + + /// Assert from the right side is always going to be from an + /// Alpha node. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + rightmem.Put(rfact, rfact); + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) itr.Current; + if (evaluate(bmem.LeftFacts, rfact, engine)) + { + // now we propogate + bmem.addMatch(rfact); + if (bmem.matchCount() == 1) + { + propogateAssert(bmem.Index.add(rfact), engine, mem); + } + } + } + } + + /// Retracting from the left is different than retractRight for couple + /// of reasons. + ///
    + ///
  • NotJoin will only propogate the facts from the left
  • + ///
  • NotJoin never needs to merge the left and right
  • + ///
+ ///
+ /// factInstance + /// + /// engine + /// + /// + public override void retractLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Remove(linx); + propogateRetract(linx, engine, mem); + } + + /// Retract from the right works in the following order. + /// 1. Remove the fact from the right memory + /// 2. check which left memory matched + /// 3. propogate the retract + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + rightmem.Remove(rfact); + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) itr.Current; + if (evaluate(bmem.LeftFacts, rfact, engine)) + { + bmem.removeMatch(rfact); + if (bmem.matchCount() == 0) + { + propogateRetract(bmem.Index, engine, mem); + } + } + } + } + + /// Method will use the right binding to perform the evaluation + /// of the join. Since we are building joins similar to how + /// CLIPS and other rule engines handle it, it means 95% of the + /// time the right fact list only has 1 fact. + /// + /// leftlist + /// + /// right + /// + /// + /// + /// + public virtual bool evaluate(IFact[] leftlist, IFact right, Rete engine) + { + bool eval = true; + // we iterate over the binds and evaluate the facts + for (int idx = 0; idx < binds.Length; idx++) + { + Binding bnd = (Binding) binds[idx]; + if (bnd is Binding2) + { + eval = ((Binding2) bnd).evaluate(leftlist, right, engine); + } + else + { + eval = bnd.evaluate(leftlist, right); + } + if (!eval) + { + break; + } + } + return eval; + } + + /// simple implementation for toString. may need to change the format + /// later so it looks nicer. + /// + public override String ToString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("ExistPredJoin - "); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toBindString()); + } + return buf.ToString(); + } + + /// The current implementation is similar to BetaNode + /// + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append(" Exist - "); + if (binds != null && binds.Length > 0) + { + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toPPString()); + } + } + else + { + buf.Append(" no joins "); + } + return buf.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/FunctionParam.cs b/trunk/Creshendo/Util/Rete/FunctionParam.cs new file mode 100644 index 0000000..a54a137 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/FunctionParam.cs @@ -0,0 +1,132 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Functions; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// FunctionParam is a parameter which gets a value from a nested + /// function call. As a general rule, a function parameter may need + /// to assert/modify/retract facts; therefore the default constructor + /// takes Rete. This can happen when a user writes a test pattern + /// like (test (> 10 (* .5 ?var) ) ) . + /// In the example above, the test would first multiple the bound + /// variable with .5. The product is then compared to 10. At runtime, + /// the TestNode would pass the necessary fact to a function that + /// uses a bound variable. + /// + /// + public class FunctionParam : AbstractParam + { + protected internal Rete engine = null; + protected internal IFact[] facts; + + /// The function to call + /// + protected internal IFunction func = null; + + protected internal BoundParam[] params_Renamed = null; + protected internal Object value_Renamed = null; + protected internal int valueType = - 1; + + /// The constructor takes a parameter + /// + public FunctionParam(IFunction func, Rete rete) + { + this.func = func; + engine = rete; + } + + /// Return the return value type. + /// + public override int ValueType + { + get { return valueType; } + set { } + } + + /// getValue() should trigger the function + /// + public override Object Value + { + get + { + // execute the function and return the value + initParams(); + value_Renamed = func.executeFunction(engine, params_Renamed); + return value_Renamed; + } + set { } + } + + /// + /// + /// facts + /// + /// + public virtual IFact[] Facts + { + set { facts = value; } + } + + public override bool ObjectBinding + { + get { return false; } + } + + + public override Object getValue(Rete engine, int valueType) + { + initParams(); + IReturnVector rval = func.executeFunction(engine, params_Renamed); + return rval.firstReturnValue().BigDecimalValue; + } + + + /// + /// * + /// + protected internal virtual void initParams() + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx].ObjectBinding) + { + params_Renamed[idx].Facts = facts; + } + else if (params_Renamed[idx] is BoundParam) + { + // we look up the value + BoundParam bp = (BoundParam) params_Renamed[idx]; + Object val = engine.getDefglobalValue(bp.VariableName); + bp.ResolvedValue = val; + } + } + } + + /// reset the function and set the references to the facts + /// to null + /// + public override void reset() + { + facts = null; + value_Renamed = null; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/FunctionParam2.cs b/trunk/Creshendo/Util/Rete/FunctionParam2.cs new file mode 100644 index 0000000..57f5a91 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/FunctionParam2.cs @@ -0,0 +1,145 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Functions; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Describe difference between the Function parameters + /// + /// + public class FunctionParam2 : AbstractParam + { + private Rete engine = null; + protected internal IFunction func = null; + protected internal String funcName = null; + private IParameter[] params_Renamed = null; + + public FunctionParam2() + { + } + + public virtual String FunctionName + { + get { return funcName; } + + set { funcName = value; } + } + + public virtual Rete Engine + { + set { engine = value; } + } + + public virtual IParameter[] Parameters + { + set { params_Renamed = value; } + } + + public override int ValueType + { + set { } + get { return func.ReturnType; } + } + + public override Object Value + { + set { } + get + { + if (params_Renamed != null) + { + return func.executeFunction(engine, params_Renamed); + } + else + { + return null; + } + } + } + + public override bool ObjectBinding + { + get { return false; } + } + + + public virtual void configure(Rete engine, Rule.IRule util) + { + if (this.engine == null) + { + this.engine = engine; + } + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + // we need to set the row value if the binding is a slot or fact + BoundParam bp = (BoundParam) params_Renamed[idx]; + Binding b1 = util.getBinding(bp.VariableName); + if (b1 != null) + { + bp.Row = b1.LeftRow; + if (b1.LeftIndex == - 1) + { + bp.setObjectBinding(true); + } + } + } + } + } + + + public virtual void lookUpFunction() + { + func = engine.findFunction(funcName); + } + + + /// TODO we may want to check the value type and throw and exception + /// for now just getting it to work. + /// + public override Object getValue(Rete engine, int valueType) + { + if (params_Renamed != null) + { + this.engine = engine; + lookUpFunction(); + IReturnVector rval = func.executeFunction(engine, params_Renamed); + return rval.firstReturnValue().BigDecimalValue; + } + else + { + return null; + } + } + + public override void reset() + { + engine = null; + params_Renamed = null; + } + + public virtual String toPPString() + { + lookUpFunction(); + return func.toPPString(params_Renamed, 1); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/HashedAlphaMemoryImpl.cs b/trunk/Creshendo/Util/Rete/HashedAlphaMemoryImpl.cs new file mode 100644 index 0000000..738e364 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/HashedAlphaMemoryImpl.cs @@ -0,0 +1,185 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Basic implementation of Alpha memory. It uses HashMap for storing + /// the indexes. + /// + /// + [Serializable] + public class HashedAlphaMemoryImpl + { + protected internal int counter = 0; + protected internal IGenericMap memory = null; + + /// + /// + public HashedAlphaMemoryImpl(String name) + { + memory = CollectionFactory.newHashedAlphaMemoryMap(name); + } + + /// addPartialMatch stores the fact with the factId as the + /// key. + /// + public virtual int addPartialMatch(IHashIndex index, IFact fact) + { + IGenericMap matches = (IGenericMap) memory.Get(index); + int count = 0; + if (matches == null) + { + count = addNewPartialMatch(index, fact); + } + else + { + matches.Put(fact, fact); + count = matches.Count; + } + counter++; + return count; + } + + public virtual int addNewPartialMatch(IHashIndex index, IFact fact) + { + IGenericMap matches = CollectionFactory.newMap(); + matches.Put(fact, fact); + memory.Put(index, matches); + return 1; + } + + /// Clear the memory. + /// + public virtual void clear() + { + IEnumerator itr = memory.Values.GetEnumerator(); + while (itr.MoveNext()) + { + ((IGenericMap) itr.Current).Clear(); + } + memory.Clear(); + } + + public virtual bool isPartialMatch(IHashIndex index, IFact fact) + { + IGenericMap list = (IGenericMap) memory.Get(index); + if (list != null) + { + return list.ContainsKey(fact); + } + else + { + return false; + } + } + + /// Remove a partial match from the memory + /// + public virtual int removePartialMatch(IHashIndex index, IFact fact) + { + IGenericMap list = (IGenericMap) memory.Get(index); + if (list != null) + { + list.Remove(fact); + if (list.Count == 0) + { + memory.Remove(index); + } + counter--; + return list.Count; + } + else + { + return 0; + } + } + + /// Return the number of memories of all hash buckets + /// + public virtual int size() + { + IEnumerator itr = memory.Keys.GetEnumerator(); + int count = 0; + while (itr.MoveNext()) + { + IGenericMap matches = (IGenericMap) memory.Get(itr.Current); + count += matches.Count; + } + return count; + } + + public virtual int bucketCount() + { + return counter; + } + + /// Return an GetEnumerator of the values + /// + public virtual IEnumerator iterator(IHashIndex index) + { + IGenericMap list = (IGenericMap) memory.Get(index); + if (list != null) + { + return list.Values.GetEnumerator(); + } + else + { + return null; + } + } + + public virtual int count(IHashIndex index) + { + IGenericMap list = (IGenericMap) memory.Get(index); + if (list != null) + { + return list.Count; + } + else + { + return 0; + } + } + + /// + /// return an List with all the facts + /// + /// + public virtual Object[] iterateAll() + { + Object[] all = new Object[counter]; + IEnumerator itr = memory.Keys.GetEnumerator(); + int idx = 0; + while (itr.MoveNext()) + { + IGenericMap f = (IGenericMap) memory.Get(itr.Current); + IEnumerator itr2 = f.Values.GetEnumerator(); + while (itr2.MoveNext()) + { + all[idx] = itr2.Current; + idx++; + } + } + return all; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/HashedEqBNode.cs b/trunk/Creshendo/Util/Rete/HashedEqBNode.cs new file mode 100644 index 0000000..5dda30c --- /dev/null +++ b/trunk/Creshendo/Util/Rete/HashedEqBNode.cs @@ -0,0 +1,220 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Text; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// HashedBetaNode indexes the right input to improve cross product performance. + /// + /// + public class HashedEqBNode : BaseJoin + { + public HashedEqBNode(int id) : base(id) + { + } + + /// assertLeft takes an array of facts. Since the Current join may be joining + /// against one or more objects, we need to pass all previously matched + /// facts. + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Put(linx, linx); + EqHashIndex inx = new EqHashIndex(NodeUtils.getLeftValues(binds, linx.Facts)); + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) mem.getBetaRightMemory(this); + IEnumerator itr = rightmem.iterator(inx); + if (itr != null) + { + while (itr.MoveNext()) + { + IFact vl = (IFact) itr.Current; + if (vl != null) + { + propogateAssert(linx.add(vl), engine, mem); + } + } + } + } + + /// Assert from the right side is always going to be from an Alpha node. + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) mem.getBetaRightMemory(this); + EqHashIndex inx = new EqHashIndex(NodeUtils.getRightValues(binds, rfact)); + + rightmem.addPartialMatch(inx, rfact); + // now that we've added the facts to the list, we + // proceed with evaluating the fact + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + // since there may be key collisions, we iterate over the + // values of the HashMap. If we used keySet to iterate, + // we could encounter a ClassCastException in the case of + // key collision. + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Index linx = (Index) itr.Current; + if (evaluate(linx.Facts, rfact)) + { + // now we propogate + propogateAssert(linx.add(rfact), engine, mem); + } + } + } + + /// Retracting from the left requires that we propogate the + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Remove(linx); + EqHashIndex eqinx = new EqHashIndex(NodeUtils.getLeftValues(binds, linx.Facts)); + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) mem.getBetaRightMemory(this); + + // now we propogate the retract. To do that, we have + // merge each item in the list with the Fact array + // and call retract in the successor nodes + IEnumerator itr = rightmem.iterator(eqinx); + if (itr != null) + { + while (itr.MoveNext()) + { + propogateRetract(linx.add((IFact) itr.Current), engine, mem); + } + } + } + + /// Retract from the right works in the following order. 1. Remove the fact + /// from the right memory 2. check which left memory matched 3. propogate the + /// retract + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + EqHashIndex inx = new EqHashIndex(NodeUtils.getRightValues(binds, rfact)); + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) mem.getBetaRightMemory(this); + // first we Remove the fact from the right + rightmem.removePartialMatch(inx, rfact); + // now we see the left memory matched and Remove it also + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Index linx = (Index) itr.Current; + if (evaluate(linx.Facts, rfact)) + { + propogateRetract(linx.add(rfact), engine, mem); + } + } + } + + /// Method will use the right binding to perform the evaluation of the join. + /// Since we are building joins similar to how CLIPS and other rule engines + /// handle it, it means 95% of the time the right fact list only has 1 fact. + /// + /// + /// leftlist + /// + /// right + /// + /// + /// + /// + public virtual bool evaluate(IFact[] leftlist, IFact right) + { + bool eval = true; + // we iterate over the binds and evaluate the facts + for (int idx = 0; idx < binds.Length; idx++) + { + // we got the binding + Binding bnd = binds[idx]; + eval = bnd.evaluate(leftlist, right); + if (!eval) + { + break; + } + } + return eval; + } + + /// Basic implementation will return string format of the betaNode + /// + public override String ToString() + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toBindString()); + } + return buf.ToString(); + } + + /// returns the node named + node id and the bindings in a string format + /// + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("HashedEqBNode-" + nodeID + "> "); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + if (binds[idx] != null) + { + buf.Append(binds[idx].toPPString()); + } + } + return buf.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/HashedEqNJoin.cs b/trunk/Creshendo/Util/Rete/HashedEqNJoin.cs new file mode 100644 index 0000000..2d019b6 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/HashedEqNJoin.cs @@ -0,0 +1,258 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Text; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete.Exception; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// HashEqNJoin stands for Hashed Equal NotJoin. It is different from + /// NotJoin. The right facts are hashed to improve performance. This means + /// the node performs index joins to see if there's a matching facts on + /// the right side. If there is, the node will propogate without + /// performing evaluation. We can do this because only facts that match + /// would have the same index. + /// + /// + public class HashedEqNJoin : BaseJoin + { + public HashedEqNJoin(int id) : base(id) + { + } + + /// assertLeft takes an array of facts. Since the Current join may be + /// joining against one or more objects, we need to pass all + /// previously matched facts. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Put(linx, linx); + EqHashIndex inx = new EqHashIndex(NodeUtils.getLeftValues(binds, linx.Facts)); + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) mem.getBetaRightMemory(this); + // we don't bother adding the right fact to the left, since + // the right side is already Hashed + if (rightmem.count(inx) == 0) + { + propogateAssert(linx, engine, mem); + } + } + + /// Assert from the right side is always going to be from an Alpha node. + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + // Get the memory for the node + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) mem.getBetaRightMemory(this); + EqHashIndex inx = new EqHashIndex(NodeUtils.getRightValues(binds, rfact)); + rightmem.addPartialMatch(inx, rfact); + int after = rightmem.count(inx); + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Index linx = (Index) itr.Current; + if (evaluate(linx.Facts, rfact)) + { + if (after == 1) + { + // we have to retract + try + { + propogateRetract(linx, engine, mem); + } + catch (RetractException e) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + throw new AssertException("NotJion - " + e.Message); + } + } + } + } + } + + /// Retracting from the left is different than retractRight for couple of + /// reasons. + ///
    + ///
  • NotJoin will only propogate the facts from the left
  • + ///
  • NotJoin never needs to merge the left and right
  • + ///
+ /// + ///
+ /// factInstance + /// + /// engine + /// + /// + public override void retractLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Remove(linx); + propogateRetract(linx, engine, mem); + } + + /// Retract from the right works in the following order. + /// 1. Remove the fact from the right memory + /// 2. check which left memory matched + /// 3. propogate the retract + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) mem.getBetaRightMemory(this); + EqHashIndex inx = new EqHashIndex(NodeUtils.getRightValues(binds, rfact)); + // Remove the fact from the right + int after = rightmem.removePartialMatch(inx, rfact); + if (after == 0) + { + // now we see the left memory matched and Remove it also + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Index linx = (Index) itr.Current; + if (evaluate(linx.Facts, rfact)) + { + try + { + propogateAssert(linx, engine, mem); + } + catch (AssertException e) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + throw new RetractException("NotJion - " + e.Message); + } + } + } + inx = null; + } + } + + /// Method will use the right binding to perform the evaluation + /// of the join. Since we are building joins similar to how + /// CLIPS and other rule engines handle it, it means 95% of the + /// time the right fact list only has 1 fact. + /// + /// leftlist + /// + /// right + /// + /// + /// + /// + public virtual bool evaluate(IFact[] leftlist, IFact right) + { + bool eval = true; + // we iterate over the binds and evaluate the facts + for (int idx = 0; idx < binds.Length; idx++) + { + // we got the binding + Binding bnd = binds[idx]; + eval = bnd.evaluate(leftlist, right); + if (!eval) + { + break; + } + } + return eval; + } + + /// NotJoin has to have a special addSuccessorNode since it needs + /// to just propogate the left facts if it has zero matches. + /// + public override void addSuccessorNode(TerminalNode node, Rete engine, IWorkingMemory mem) + { + if (addNode(node)) + { + // first, we Get the memory for this node + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + // now we iterate over the entry set + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Object omem = itr.Current; + if (omem is IBetaMemory) + { + IBetaMemory bmem = (IBetaMemory) omem; + EqHashIndex inx = new EqHashIndex(NodeUtils.getLeftValues(binds, bmem.LeftFacts)); + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) mem.getBetaRightMemory(this); + // we don't bother adding the right fact to the left, since + // the right side is already Hashed + if (rightmem.count(inx) == 0) + { + node.assertFacts(bmem.Index, engine, mem); + } + } + } + } + } + + /// method returns a simple format for the node + /// + public override String ToString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("HashedEqNJoin- "); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toBindString()); + } + return buf.ToString(); + } + + /// The current implementation is similar to BetaNode + /// + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("HashedEqNJoin-" + nodeID + "> "); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toPPString()); + } + return buf.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/HashedNeqAlphaMemory.cs b/trunk/Creshendo/Util/Rete/HashedNeqAlphaMemory.cs new file mode 100644 index 0000000..0f71418 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/HashedNeqAlphaMemory.cs @@ -0,0 +1,271 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// HashedAlphaMemory2 is different in that it has 2 levels of + /// indexing. The first handles equal to comparisons. The second + /// level handles not equal to. + /// + /// + public class HashedNeqAlphaMemory : HashedAlphaMemoryImpl + { + /// + /// + public HashedNeqAlphaMemory(String name) : base(name) + { + } + + /// addPartialMatch stores the fact with the factId as the + /// key. + /// + public virtual int addPartialMatch(NotEqHashIndex index, IFact fact) + { + IGenericMap matches = (IGenericMap) memory.Get(index); + int count = 0; + if (matches == null) + { + count = addNewPartialMatch(index, fact); + } + else + { + IGenericMap submatch = (IGenericMap)matches.Get(index.SubIndex); + if (submatch == null) + { + submatch = CollectionFactory.newHashMap(); + submatch.Put(fact, fact); + matches.Put(index.SubIndex, submatch); + count = matches.Count; + } + else + { + submatch.Put(fact, fact); + count = submatch.Count; + } + } + counter++; + return count; + } + + public virtual int addNewPartialMatch(NotEqHashIndex index, IFact fact) + { + IGenericMap matches = CollectionFactory.newHashMap(); + IGenericMap submatch = CollectionFactory.newHashMap(); + submatch.Put(fact, fact); + matches.Put(index.SubIndex, submatch); + memory.Put(index, matches); + return 1; + } + + /// Clear the memory. + /// + public override void clear() + { + IEnumerator itr = memory.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + object key = itr.Current; + IGenericMap matches = (IGenericMap) memory.Get(key); + IEnumerator itr2 = matches.Keys.GetEnumerator(); + while (itr2.MoveNext()) + { + Object subkey = itr2.Current; + IGenericMap submatch = (IGenericMap) matches.Get(subkey); + submatch.Clear(); + } + matches.Clear(); + } + memory.Clear(); + } + + public virtual bool isPartialMatch(NotEqHashIndex index, IFact fact) + { + IGenericMap match = (IGenericMap) memory.Get(index); + if (match != null) + { + IGenericMap submatch = (IGenericMap) match.Get(index.SubIndex); + if (submatch != null) + { + return submatch.ContainsKey(fact); + } + else + { + return false; + } + } + else + { + return false; + } + } + + /// Remove a partial match from the memory + /// + public virtual int removePartialMatch(NotEqHashIndex index, IFact fact) + { + IGenericMap match = (IGenericMap) memory.Get(index); + if (match != null) + { + IGenericMap submatch = (IGenericMap) match.Get(index.SubIndex); + submatch.Remove(fact); + if (submatch.Count == 0) + { + match.Remove(index.SubIndex); + } + counter--; + return submatch.Count; + } + return - 1; + } + + /// Return the number of memories of all hash buckets + /// + public override int size() + { + IEnumerator itr = memory.Keys.GetEnumerator(); + int count = 0; + while (itr.MoveNext()) + { + IGenericMap matches = (IGenericMap) memory.Get(itr.Current); + IEnumerator itr2 = matches.Keys.GetEnumerator(); + while (itr2.MoveNext()) + { + EqHashIndex ehi = (EqHashIndex) itr2.Current; + IGenericMap submatch = (IGenericMap) matches.Get(ehi); + count += submatch.Count; + } + } + return count; + } + + public override int bucketCount() + { + return memory.Count; + } + + /// Return an GetEnumerator of the values + /// + public virtual Object[] iterator(NotEqHashIndex index) + { + IGenericMap matches = (IGenericMap) memory.Get(index); + Object[] list = new Object[counter]; + Object[] trim = null; + int idz = 0; + if (matches != null) + { + IEnumerator itr = matches.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + Object key = itr.Current; + // if the key doesn't match the subindex, we + // Add it to the list. If it matches, we exclude + // it. + if (!index.SubIndex.Equals(key)) + { + IGenericMap submatch = (IGenericMap) matches.Get(key); + IEnumerator itr2 = submatch.Keys.GetEnumerator(); + while (itr2.MoveNext()) + { + list[idz] = itr2.Current; + idz++; + } + } + trim = new Object[idz]; + Array.Copy(list, 0, trim, 0, idz); + } + list = null; + return trim; + } + else + { + return null; + } + } + + /// + /// if there are zero matches for the NotEqHashIndex2, the method + /// return true. If there are matches, the method returns false. + /// False means there's 1 or more matches + /// + /// The index. + /// + public virtual bool zeroMatch(NotEqHashIndex index) + { + IGenericMap matches = (IGenericMap) memory.Get(index); + int idz = 0; + if (matches != null) + { + IEnumerator itr = matches.Keys.GetEnumerator(); + while (itr.MoveNext()) + { + Object key = itr.Current; + // if the key doesn't match the subindex, Add it to the + // counter. + if (!index.SubIndex.Equals(key)) + { + IGenericMap submatch = (IGenericMap) matches.Get(key); + idz += submatch.Count; + } + if (idz > 0) + { + break; + } + } + return false; + } + else + { + return true; + } + } + + /// return an List with all the facts + /// + /// + /// + /// + public override Object[] iterateAll() + { + Object[] facts = new Object[counter]; + IEnumerator itr = memory.Keys.GetEnumerator(); + int idx = 0; + while (itr.MoveNext()) + { + IGenericMap matches = (IGenericMap) memory.Get(itr.Current); + IEnumerator itr2 = matches.Keys.GetEnumerator(); + while (itr2.MoveNext()) + { + IGenericMap submatch = (IGenericMap) matches.Get(itr2.Current); + IEnumerator itr3 = submatch.Values.GetEnumerator(); + while (itr3.MoveNext()) + { + facts[idx] = itr3.Current; + idx++; + } + } + } + Object[] trim = new Object[idx]; + Array.Copy(facts, 0, trim, 0, idx); + facts = null; + return trim; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/HashedNotEqBNode.cs b/trunk/Creshendo/Util/Rete/HashedNotEqBNode.cs new file mode 100644 index 0000000..9330d5c --- /dev/null +++ b/trunk/Creshendo/Util/Rete/HashedNotEqBNode.cs @@ -0,0 +1,238 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Text; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// HashedNotEqBNode2 indexes the right input for joins that use + /// not equal to. It uses 2 levels of indexing. The first is the bindings + /// for equal to, the second is not equal to. + /// + /// + public class HashedNotEqBNode : BaseJoin + { + public HashedNotEqBNode(int id) : base(id) + { + } + + /// Clear will Clear the lists + /// + public override void clear(IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + HashedNeqAlphaMemory rightmem = (HashedNeqAlphaMemory) mem.getBetaRightMemory(this); + IEnumerator itr = leftmem.Keys.GetEnumerator(); + // first we iterate over the list for each fact + // and Clear it. + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) leftmem.Get(itr.Current); + bmem.clear(); + } + // now that we've cleared the list for each fact, we + // can Clear the org.jamocha.rete.util.Map. + leftmem.Clear(); + rightmem.clear(); + } + + /// assertLeft takes an array of facts. Since the Current join may be + /// joining against one or more objects, we need to pass all + /// previously matched facts. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + + leftmem.Put(linx, linx); + // need to think the getLeftValues through better to + // account for cases when a join has no bindings + NotEqHashIndex inx = new NotEqHashIndex(NodeUtils.getLeftBindValues(binds, linx.Facts)); + HashedNeqAlphaMemory rightmem = (HashedNeqAlphaMemory) mem.getBetaRightMemory(this); + Object[] objs = rightmem.iterator(inx); + if (objs != null && objs.Length > 0) + { + for (int idx = 0; idx < objs.Length; idx++) + { + IFact rfcts = (IFact) objs[idx]; + // now we propogate + propogateAssert(linx.add(rfcts), engine, mem); + } + } + } + + /// Assert from the right side is always going to be from an Alpha node. + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + // Get the memory for the node + HashedNeqAlphaMemory rightmem = (HashedNeqAlphaMemory) mem.getBetaRightMemory(this); + NotEqHashIndex inx = new NotEqHashIndex(NodeUtils.getRightBindValues(binds, rfact)); + + rightmem.addPartialMatch(inx, rfact); + // now that we've added the facts to the list, we + // proceed with evaluating the fact + // else we compare the fact to all facts in the left + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + // since there may be key collisions, we iterate over the + // values of the HashMap. If we used keySet to iterate, + // we could encounter a ClassCastException in the case of + // key collision. + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Index linx = (Index) itr.Current; + if (evaluate(linx.Facts, rfact)) + { + // now we propogate + propogateAssert(linx.add(rfact), engine, mem); + } + } + } + + /// Retracting from the left requires that we propogate the + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Remove(linx); + NotEqHashIndex eqinx = new NotEqHashIndex(NodeUtils.getLeftBindValues(binds, linx.Facts)); + HashedNeqAlphaMemory rightmem = (HashedNeqAlphaMemory) mem.getBetaRightMemory(this); + Object[] objs = rightmem.iterator(eqinx); + for (int idx = 0; idx < objs.Length; idx++) + { + propogateRetract(linx.add((IFact) objs[idx]), engine, mem); + } + } + + /// Retract from the right works in the following order. + /// 1. Remove the fact from the right memory + /// 2. check which left memory matched + /// 3. propogate the retract + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + NotEqHashIndex inx = new NotEqHashIndex(NodeUtils.getRightBindValues(binds, rfact)); + HashedNeqAlphaMemory rightmem = (HashedNeqAlphaMemory) mem.getBetaRightMemory(this); + // first we Remove the fact from the right + rightmem.removePartialMatch(inx, rfact); + // now we see the left memory matched and Remove it also + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Index linx = (Index) itr.Current; + if (evaluate(linx.Facts, rfact)) + { + // it matched, so we need to retract it from + // succeeding nodes + propogateRetract(linx.add(rfact), engine, mem); + } + } + } + + /// Method will use the right binding to perform the evaluation + /// of the join. Since we are building joins similar to how + /// CLIPS and other rule engines handle it, it means 95% of the + /// time the right fact list only has 1 fact. + /// + /// leftlist + /// + /// right + /// + /// + /// + /// + public virtual bool evaluate(IFact[] leftlist, IFact right) + { + bool eval = true; + // we iterate over the binds and evaluate the facts + for (int idx = 0; idx < binds.Length; idx++) + { + Binding bnd = binds[idx]; + eval = bnd.evaluate(leftlist, right); + if (!eval) + { + break; + } + } + return eval; + } + + /// Basic implementation will return string format of the betaNode + /// + public override String ToString() + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toBindString()); + } + return buf.ToString(); + } + + /// returs the node name + id and bindings + /// + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("HashedNotEqBNode-" + nodeID + "> "); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + if (binds[idx] != null) + { + buf.Append(binds[idx].toPPString()); + } + } + return buf.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/HashedNotEqNJoin.cs b/trunk/Creshendo/Util/Rete/HashedNotEqNJoin.cs new file mode 100644 index 0000000..df9d792 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/HashedNotEqNJoin.cs @@ -0,0 +1,242 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Text; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete.Exception; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// HashedNotEqBNode2 indexes the right input for joins that use + /// not equal to. It uses 2 levels of indexing. The first is the bindings + /// for equal to, the second is not equal to. + /// + /// + public class HashedNotEqNJoin : BaseJoin + { + public HashedNotEqNJoin(int id) : base(id) + { + } + + /// Clear will Clear the lists + /// + public override void clear(IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + HashedNeqAlphaMemory rightmem = (HashedNeqAlphaMemory) mem.getBetaRightMemory(this); + IEnumerator itr = leftmem.Keys.GetEnumerator(); + // first we iterate over the list for each fact + // and Clear it. + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) leftmem.Get(itr.Current); + bmem.clear(); + } + // now that we've cleared the list for each fact, we + // can Clear the org.jamocha.rete.util.Map. + leftmem.Clear(); + rightmem.clear(); + } + + /// assertLeft takes an array of facts. Since the Current join may be + /// joining against one or more objects, we need to pass all + /// previously matched facts. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + + leftmem.Put(linx, linx); + // need to think the getLeftValues through better to + // account for cases when a join has no bindings + NotEqHashIndex inx = new NotEqHashIndex(NodeUtils.getLeftBindValues(binds, linx.Facts)); + HashedNeqAlphaMemory rightmem = (HashedNeqAlphaMemory) mem.getBetaRightMemory(this); + if (rightmem.zeroMatch(inx)) + { + propogateAssert(linx, engine, mem); + } + } + + /// Assert from the right side is always going to be from an Alpha node. + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + // Get the memory for the node + HashedNeqAlphaMemory rightmem = (HashedNeqAlphaMemory) mem.getBetaRightMemory(this); + NotEqHashIndex inx = new NotEqHashIndex(NodeUtils.getRightBindValues(binds, rfact)); + + rightmem.addPartialMatch(inx, rfact); + bool zm = rightmem.zeroMatch(inx); + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Index linx = (Index) itr.Current; + if (evaluate(linx.Facts, rfact)) + { + if (!zm) + { + try + { + propogateRetract(linx, engine, mem); + } + catch (RetractException e) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + throw new AssertException("NotJion - " + e.Message); + } + } + } + } + } + + /// Retracting from the left requires that we propogate the + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Remove(linx); + propogateRetract(linx, engine, mem); + } + + /// Retract from the right works in the following order. + /// 1. Remove the fact from the right memory + /// 2. check which left memory matched + /// 3. propogate the retract + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + NotEqHashIndex inx = new NotEqHashIndex(NodeUtils.getRightBindValues(binds, rfact)); + HashedNeqAlphaMemory rightmem = (HashedNeqAlphaMemory) mem.getBetaRightMemory(this); + // first we Remove the fact from the right + rightmem.removePartialMatch(inx, rfact); + bool zm = rightmem.zeroMatch(inx); + // now we see the left memory matched and Remove it also + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Index linx = (Index) itr.Current; + if (evaluate(linx.Facts, rfact)) + { + if (zm) + { + try + { + propogateAssert(linx, engine, mem); + } + catch (AssertException e) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + throw new RetractException("NotJion - " + e.Message); + } + } + } + } + } + + /// Method will use the right binding to perform the evaluation + /// of the join. Since we are building joins similar to how + /// CLIPS and other rule engines handle it, it means 95% of the + /// time the right fact list only has 1 fact. + /// + /// leftlist + /// + /// right + /// + /// + /// + /// + public virtual bool evaluate(IFact[] leftlist, IFact right) + { + bool eval = true; + // we iterate over the binds and evaluate the facts + for (int idx = 0; idx < binds.Length; idx++) + { + Binding bnd = binds[idx]; + eval = bnd.evaluate(leftlist, right); + if (!eval) + { + break; + } + } + return eval; + } + + /// Basic implementation will return string format of the betaNode + /// + public override String ToString() + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toBindString()); + } + return buf.ToString(); + } + + /// returs the node name + id and bindings + /// + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("HashedNotEqNJoin-" + nodeID + "> "); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + if (binds[idx] != null) + { + buf.Append(binds[idx].toPPString()); + } + } + return buf.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IAction.cs b/trunk/Creshendo/Util/Rete/IAction.cs new file mode 100644 index 0000000..9461d4a --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IAction.cs @@ -0,0 +1,61 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Actions constitute the Right-hand side of a rule. In RULEML terms, + /// the Right-hand side is the head. The Action interface is meant to + /// define the methods necessary to execute rules which match fully. + /// An action will typically contain several functions. It's the job + /// of the action to contain the functions and make it easier to + /// execute. + /// Part of the responsibility of the action is to know how to Get + /// the a fact or binding. + /// + /// + public interface IAction + { + /// The purpose of configure is to setup the action when the rule + /// is loaded to the rule engine. When the parser parses the rule, + /// it may not lookup the functions. That will be the common case, + /// which means when the rule is added to the rule engine, the + /// lookup needs to occur. + /// + void configure(Rete engine, Rule.IRule util); + + /// When an action is executed, we pass the facts and the Rete + /// instance. + /// + /// engine + /// + /// facts + /// @throws ExecuteException + /// + /// + void executeAction(Rete engine, IFact[] facts); + + /// return a pretty printer format for the action + /// + /// + /// + /// + String toPPString(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IActivation.cs b/trunk/Creshendo/Util/Rete/IActivation.cs new file mode 100644 index 0000000..93adcab --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IActivation.cs @@ -0,0 +1,84 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Basic interface for activation. There may be more than one implementation + /// of Activation. The important thing about the activation is it knows which + /// facts trigger a single rule. + /// + /// + public interface IActivation + { + /// The aggregate time is the sum of the Fact timestamps + /// + /// + /// + /// + long AggregateTime { get; } + + /// Get the Facts that triggered the rule + /// + /// + /// + /// + IFact[] Facts { get; } + + /// Get the Index for the Facts + /// + /// + /// + /// + Index Index { get; } + + /// Get the rule that should fire + /// + /// + /// + /// + Rule.IRule Rule { get; } + + /// + /// If the activation passed in the parameter has the same rule + /// and facts, the method should return true + /// + /// The act. + /// + bool compare(IActivation act); + + /// + /// Execute the right-hand side (aka actions) of the rule. + /// + /// The engine. + void executeActivation(Rete engine); + + /// When watch activation is turned on, we use the method to print out + /// the activation. + /// + /// + /// + /// + String toPPString(); + + /// after the activation is executed, Clear has to be called. + /// + void clear(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IActivationList.cs b/trunk/Creshendo/Util/Rete/IActivationList.cs new file mode 100644 index 0000000..988bde1 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IActivationList.cs @@ -0,0 +1,109 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// ActivationList defines the basic operations for an activation list. This + /// makes it easier to experiment with different ways of implementing an + /// activation list. The potential methods are queue, priorityQueue, stack + /// and linkedlist. + /// Since I haven't decided on the approach, using an interface will allow me + /// to replace the implementation later on. Rather than guess, my plan is to + /// implement different versions and benchmark them. This way, I can use the + /// one that works the better. + /// + /// + public interface IActivationList + { + /// In some cases, if most of the activations will be removed, it makes + /// sense to do lazy comparison. This means that any strategy could + /// potentially work lazily + /// + /// + /// + /// + /// If an activation list is lazy, it will delay the compare until + /// nextActivation is called. + /// + /// lazy + /// + /// + bool Lazy { get; set; } + + /// return the current strategy + /// + /// + /// + /// + /// set the strategy for the activation list + /// + /// strat + /// + /// + IStrategy Strategy { get; set; } + + /// Depending on whether lazy is set or not, the activation list may + /// assume the activations are ordered by priority and should just + /// return the first or last activation. in the case where the agenda + /// is lazy, it will need to compare the evaluations. + /// + /// + /// + /// + IActivation nextActivation(); + + /// Add a new activation to the list + /// + /// act + /// + /// + void addActivation(IActivation act); + + /// Remove a given activation from the list + /// + /// act + /// + /// + /// + /// + IActivation removeActivation(IActivation act); + + /// In order for strategies to prioritize the activations, we have + /// to expose the underlying list. + /// + /// + /// + /// + void clear(); + + /// number of activation in the list + /// + /// + /// + /// + int size(); + + /// sometimes we need to clone the list, so that users can see what is + /// in the activation list or print it out. + /// + /// + /// + /// + IActivationList cloneActivationList(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IAlphaMemory.cs b/trunk/Creshendo/Util/Rete/IAlphaMemory.cs new file mode 100644 index 0000000..a8ff1db --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IAlphaMemory.cs @@ -0,0 +1,59 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System.Collections.Generic; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Interface for alpha memory. Alpha memories are used to remember + /// which facts entered and match for alpha nodes. + /// + /// + public interface IAlphaMemory + { + /// + /// Add a partial match to the memory + /// + /// The fact. + void addPartialMatch(IFact fact); + + /// + /// Clear the alpha memory for the node + /// + void clear(); + + /// + /// Remove a partial match from the memory + /// + /// The fact. + /// + IFact removePartialMatch(IFact fact); + + /// + /// Count returns the number of matches + /// + /// + int size(); + + /// + /// Return an GetEnumerator to iterate over the matches. + /// + /// + IEnumerator GetEnumerator(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IBetaMemory.cs b/trunk/Creshendo/Util/Rete/IBetaMemory.cs new file mode 100644 index 0000000..89139a5 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IBetaMemory.cs @@ -0,0 +1,95 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Basic interface for BetaMemory. I created the interface after I coded up + /// the implementation, so the interface has the important methods. Hopefully + /// I won't need to change this interface much in the future. + /// + /// + public interface IBetaMemory + { + /// Get the index for the beta memory. + /// + /// + /// + /// + Index Index { get; } + + /// classes implementing the interface should Get the + /// Fact[] from the index + /// + /// + /// + /// + IFact[] LeftFacts { get; } + + /// Clear the beta memory + /// + void clear(); + + /// Get the facts that match from the right side + /// + /// + /// + /// + IEnumerator iterateRightFacts(); + + /// Get the match count + /// + /// + /// + /// + int matchCount(); + + /// check if a fact already matched + /// + /// rightfact + /// + /// + /// + /// + bool matched(IFact rightfact); + + /// Add a match + /// + /// rightfact + /// + /// + void addMatch(IFact rightfact); + + /// Remove a matched fact + /// + /// rightfact + /// + /// + void removeMatch(IFact rightfact); + + /// the implementing class needs to decide to format the + /// matches in the beta memory + /// + /// + /// + /// + String toPPString(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/ICompilerListener.cs b/trunk/Creshendo/Util/Rete/ICompilerListener.cs new file mode 100644 index 0000000..28c0bda --- /dev/null +++ b/trunk/Creshendo/Util/Rete/ICompilerListener.cs @@ -0,0 +1,32 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// In the event we want to listen to events in the RuleCompiler, a class + /// should implement the interface and Add itself to the RuleCompiler. When + /// a rule is added/removed/updated, an event will be fired. + /// + /// + //public interface ICompilerListener + //{ + // void ruleAdded(CompileMessageEventArgs messageEventArgsRenamed); + // void ruleRemoved(CompileMessageEventArgs messageEventArgsRenamed); + // void compileError(CompileMessageEventArgs messageEventArgsRenamed); + //} +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IFLIANode.cs b/trunk/Creshendo/Util/Rete/IFLIANode.cs new file mode 100644 index 0000000..cb6d5c6 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IFLIANode.cs @@ -0,0 +1,55 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace Creshendo.Util.Rete +{ + /// IFLIANode is a special Left-Input Adapater node which has alpha memory. + /// LIANode has no memory to make the engine more efficient, but the left + /// input adapter for the InitialFact needs the memory to make sure rules + /// that start with NOTCE work properly. If we don't, the user has to + /// execute (reset) function, so the rule will fire correctly. + /// + /// woolfel + /// * + /// + /// + public class IFLIANode : LIANode + { + public IFLIANode(int id) : base(id) + { + } + + /// the implementation just propogates the assert down the network + /// + public override void assertFact(IFact fact, Rete engine, IWorkingMemory mem) + { + IAlphaMemory alpha = (IAlphaMemory) mem.getAlphaMemory(this); + alpha.addPartialMatch(fact); + propogateAssert(fact, engine, mem); + } + + /// Retract simply propogates it down the network + /// + public override void retractFact(IFact fact, Rete engine, IWorkingMemory mem) + { + IAlphaMemory alpha = (IAlphaMemory) mem.getAlphaMemory(this); + if (alpha.removePartialMatch(fact) != null) + { + propogateRetract(fact, engine, mem); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IFact.cs b/trunk/Creshendo/Util/Rete/IFact.cs new file mode 100644 index 0000000..dd3d3e2 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IFact.cs @@ -0,0 +1,99 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// Base interface for Facts + /// + /// + public interface IFact + { + /// Return the object instance linked to the fact + /// + /// + /// + /// + Object ObjectInstance { get; } + + /// Return the unique ID for the fact + /// + /// + /// + /// + long FactId { get; } + + /// Return the Deftemplate for the fact + /// + /// + /// + /// + Deftemplate Deftemplate { get; } + + /// Return the value at the given slot id + /// + /// id + /// + /// + /// + /// + Object getSlotValue(int id); + + /// Return id of the given slot name + /// + /// name + /// + /// + /// + /// + int getSlotId(String name); + + /// Method will return the fact in a string format. + /// + /// + /// + /// + String toFactString(); + + /// If we need to update slots + /// + /// slots + /// + /// + void updateSlots(Rete engine, Slot[] slots); + + /// finalize the object and make it ready for GC + /// + void clear(); + + /// the timestamp for the fact + /// + /// + /// + /// + long timeStamp(); + + /// return the equality index + /// + /// + /// + /// + EqualityIndex equalityIndex(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IHashIndex.cs b/trunk/Creshendo/Util/Rete/IHashIndex.cs new file mode 100644 index 0000000..9fe88d9 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IHashIndex.cs @@ -0,0 +1,34 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// The interface has two methods: hashcode and Equals. Both have + /// to be implemented, since Sumatra uses HashMaps for indexing and + /// for memories. + /// + /// pete + /// * + /// + /// + public interface IHashIndex : IPrettyPrint + { + bool Equals(Object obj); + int GetHashCode(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IModule.cs b/trunk/Creshendo/Util/Rete/IModule.cs new file mode 100644 index 0000000..cf285ac --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IModule.cs @@ -0,0 +1,220 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections.Generic; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Interface defining a module. A module may contain templates and + /// rules. It is responsible for keeping track of the Activations + /// and adding the activation to the list. + /// + /// + public interface IModule + { + /// fireActivations will execute the Activations in the activation + /// list. Implementing classes should make the method synchronized. + /// + int ActivationCount { get; } + + /// Return a list of all the activation + /// + /// + /// + /// + IActivationList AllActivations { get; } + + /// Return the name of the module. The interface doesn't provide + /// any guidelines for the format, but it is a good idea to restrict + /// names without punction marks. + /// + /// + /// + /// + String ModuleName { get; } + + /// Return the Deftemplates in a collection + /// + /// + /// + /// + ICollection Templates { get; } + + /// return the number of actual deftemplates declared + /// using deftemplate or objects + /// + /// + /// + /// + int TemplateCount { get; } + + /// Return a list of all the rules in this module + /// + /// + /// + /// + ICollection AllRules { get; } + + /// Return the rule count + /// + /// + /// + /// + int RuleCount { get; } + + /// To use a lazy agenda, call the method with true. To turn off + /// lazy agenda, call it with false. + /// + /// lazy + /// + /// + bool Lazy { set; } + + IStrategy Strategy { get; set; } + + /// Add a new activation. Classes implementing the Agenda should + /// check to make sure the activation is new. If it isn't new, + /// don't Add it. + /// + /// actv + /// + /// + void addActivation(IActivation actv); + + /// Add a new rule to the module. Implementing classes may want + /// to check the status of the rule engine before adding new + /// rules. In the case where rules are added dynamically at + /// runtime, it's a good idea to check the rule engine isn't + /// busy. A important note about this method is the rule + /// should already be compiled to RETE nodes. If the rule isn't + /// compiled, it will not Get evaluated. + /// + /// rl + /// + /// + void addRule(Rule.IRule rl); + + /// Add a new template to the module + /// + /// temp + /// + /// + void addTemplate(ITemplate temp, Rete engine, IWorkingMemory mem); + + /// Clear will Remove all the rules, activations, and templates + /// from the module. + /// + void clear(); + + /// Implementing classes need to keep a list of the rules, so + /// that when new rules are added, the module can check to see + /// if a rule with the same name already exists. + /// + /// rl + /// + /// + /// + /// + bool containsRule(Rule.IRule rl); + + /// Implementing classes need to keep a list of rules, so that + /// when a new template is declared, the module can check to see + /// if the module already exists. + /// + /// key + /// + /// + /// + /// + bool containsTemplate(Object key); + + /// Look up the template + /// + /// key + /// + /// + /// + /// + ITemplate getTemplate(Defclass key); + + /// look up the template using a string template name + /// + /// key + /// + /// + /// + /// + ITemplate getTemplate(String key); + + /// Look up the parent template by the template name + /// + /// key + /// + /// + /// + /// + ITemplate findParentTemplate(String key); + + /// Remove an activation from the activation list. + /// + /// actv + /// + /// + /// + /// + IActivation removeActivation(IActivation actv); + + /// Remove a rule from the module. The method returns void, since + /// the user should have found the rule they want to Remove first. + /// + /// rl + /// + /// + void removeRule(Rule.IRule rl, Rete engine, IWorkingMemory mem); + + /// Remove a template from the module. The method returns void, + /// since the user should have found the template first. + /// + /// temp + /// + /// + void removeTemplate(ITemplate temp, Rete engine, IWorkingMemory mem); + + /// In the event we need to find the rule, this method will look + /// up the name of the rule without the module name. Implementing + /// classes may take the module + rulename for the parameter, it + /// is up to the developer. + /// + /// name + /// + /// + /// + /// + Rule.IRule findRule(String name); + + /// Method will Remove the activation from the module and return it + /// to the engine. The method should only be called when the RHS + /// of the rule should be executed. + /// + /// + /// + /// + IActivation nextActivation(Rete engine); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IParameter.cs b/trunk/Creshendo/Util/Rete/IParameter.cs new file mode 100644 index 0000000..ee8e7c8 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IParameter.cs @@ -0,0 +1,56 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Parameter can be a value, a bound variable or the result of a function. + /// It is up to the implementing class to provide the necessary logic. + /// + /// + public interface IParameter : IReturnValue + { + /// If the parameter is an object binding, the method should return true + /// + /// + /// + /// + bool ObjectBinding { get; } + + /// In some cases, we may need to reset the parameter. For example, + /// function and bound parameters may need to be reset, so the + /// instance can be reused. + /// + void reset(); + + /// Functions should use this method to Get the value from the parameter. + /// Each parameter type will have logic to return the correct value + /// or throw an exception if the class can't implicitly cast the value + /// to the target value type. + /// + /// engine + /// + /// valueType + /// + /// + /// + /// + Object getValue(Rete engine, int valueType); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IPrettyPrint.cs b/trunk/Creshendo/Util/Rete/IPrettyPrint.cs new file mode 100644 index 0000000..1b20187 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IPrettyPrint.cs @@ -0,0 +1,30 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + public interface IPrettyPrint + { + /// Return a pretty print formatted String. + /// + /// + /// + /// + String toPPString(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IQuery.cs b/trunk/Creshendo/Util/Rete/IQuery.cs new file mode 100644 index 0000000..fc1cd61 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IQuery.cs @@ -0,0 +1,50 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// Query interface is designed to execute queries to external + /// data sources. The design of the interface expects the system will + /// attempt to load an object matching the given parameters. + /// + /// + public interface IQuery + { + /// Since the query is triggered by backward chaining nodes, the + /// method takes the template name, slot name and values. + /// + /// template + /// + /// params + /// + /// + /// + /// + Object executeQuery(ITemplate template, Slot[] params_Renamed); + + /// Query adapters that implement the method need to declare which + /// classes it supports. + /// + /// + /// + /// + ITemplate[] supportedTemplates(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IReturnValue.cs b/trunk/Creshendo/Util/Rete/IReturnValue.cs new file mode 100644 index 0000000..b0ca05a --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IReturnValue.cs @@ -0,0 +1,42 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// ReturnValue defines the base methods to Get the value and type of + /// the return value. Since users will be able to use CLIPS syntax + /// to define functions, we provide this functionality. + /// + /// + public interface IReturnValue + { + int ValueType { get; } + Object Value { get; } + String StringValue { get; } + bool BooleanValue { get; } + int IntValue { get; } + short ShortValue { get; } + long LongValue { get; } + float FloatValue { get; } + double DoubleValue { get; } + Decimal BigIntegerValue { get; } + Decimal BigDecimalValue { get; } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IReturnVector.cs b/trunk/Creshendo/Util/Rete/IReturnVector.cs new file mode 100644 index 0000000..44e3a4b --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IReturnVector.cs @@ -0,0 +1,60 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + + +using System.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// The ReturnVector can contain one or more items from a function. + /// Functions can return a specific implementation of ReturnVector. + /// This makes it easier to customize functions and process the + /// results of a function. + /// The interface extends IEnumerator, so + /// + /// + public interface IReturnVector + { + /// Class implementing the method should return itself, since + /// ReturnVector extends IEnumerator. + /// + /// + /// + /// + IEnumerator Iterator { get; } + + void clear(); + + /// the number of items returned by the function + /// + /// + /// + /// + int size(); + + IReturnValue firstReturnValue(); + + /// Fucntions should Add Return values in sequence using this method. + /// + /// val + /// + /// + void addReturnValue(IReturnValue val); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IRuleCompiler.cs b/trunk/Creshendo/Util/Rete/IRuleCompiler.cs new file mode 100644 index 0000000..e5703f8 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IRuleCompiler.cs @@ -0,0 +1,74 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// The purpose of a RuleCompiler is to convert a Rule object into + /// the appropriate RETE network. We have a generic interface, so + /// that others can implement their own RuleCompiler. + /// + /// + public interface IRuleCompiler + { + IWorkingMemory WorkingMemory { set; } + + /// + /// return whether the rule compiler is set to validate the rule + /// before compiling it. + /// + /// true if [validate rule]; otherwise, false. + /// + /// + bool ValidateRule { get; set; } + + /// + /// A rule can be added dynamically at runtime to an existing + /// engine. If the engine wasn't able to Add the rule, it + /// will throw an exception. + /// + /// The rule. + /// + bool addRule(Rule.IRule rule); + + /// + /// Add a new ObjectTypeNode to the network + /// + /// The node. + void addObjectTypeNode(ObjectTypeNode node); + + /// + /// Remove an ObjectTypeNode from the network. This should be + /// when the rule engine isn't running. When an ObjectTypeNode + /// is removed, all nodes and rules using the ObjectTypeNode + /// need to be removed. + /// + /// The node. + void removeObjectTypeNode(ObjectTypeNode node); + + /// + /// Look up the ObjectTypeNode using the Template + /// + /// The template. + /// + ObjectTypeNode getObjectTypeNode(ITemplate template); + + event CompileEventHandler RuleAdded; + event CompileEventHandler RuleRemoved; + event CompileEventHandler CompileError; + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IScope.cs b/trunk/Creshendo/Util/Rete/IScope.cs new file mode 100644 index 0000000..a374c57 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IScope.cs @@ -0,0 +1,30 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// pete + /// * + /// + /// + public interface IScope + { + Object getBindingValue(String key); + void setBindingValue(String name, Object value_Renamed); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IStrategy.cs b/trunk/Creshendo/Util/Rete/IStrategy.cs new file mode 100644 index 0000000..bdac082 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IStrategy.cs @@ -0,0 +1,72 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Strategy defines the basic methods needed to implement conflict + /// resolution strategy. In terms of rule engines, Forgy's definition + /// of conflict resolution strategy using an agenda is the pre- + /// dominant approach used by RETE, TREAT, LEAPS rule engines. + /// + /// + public interface IStrategy + { + String Name { get; } + + /// Strategies that sort activations as they are added to the activation + /// list should implement this method. Strategies that prioritize in a + /// lazy fashion should implement this method and nextActivation. Lazy + /// prioritization will should simply Add the activation to the list. + /// + /// theModule + /// + /// newActivation + /// + /// + void addActivation(IActivationList thelist, IActivation newActivation); + + /// Strategies that implement lazy prioritization need to compare the + /// activations in the list and return the correct activation. Strategies + /// that aren't lazy should just return the first item in the activation + /// list. + /// + /// theModule + /// + /// + /// + /// + IActivation nextActivation(IActivationList thelist); + + /// Compare 2 activations. The return value is similar to Comparable + /// interface. + /// -1 less than + /// 0 equal to + /// 1 greater than + /// + /// left + /// + /// right + /// + /// + /// + /// + int compare(IActivation left, IActivation right); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/ITemplate.cs b/trunk/Creshendo/Util/Rete/ITemplate.cs new file mode 100644 index 0000000..cf1c6a0 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/ITemplate.cs @@ -0,0 +1,136 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Template defines the methods to access an object, which is the + /// equivalent of un-ordered facts. It defines all the necessary + /// methods for Deftemplate. + /// + /// + public interface ITemplate : IPrettyPrint + { + /// The name of the template may be the fully qualified + /// class name, or an alias. + /// + /// + /// + /// + String Name { get; } + + /// templates may have 1 or more slots. A slot is a named + /// column with a specific type of value. + /// + /// + /// + /// + int NumberOfSlots { get; } + + /// Return an array of all the slots. + /// + /// + /// + /// + Slot[] AllSlots { get; } + + /// if watch is set to true, the rule engine will pass events + /// when the fact traverses the network. + /// + /// + /// + /// + /// Set the watch flag + /// + /// watch + /// + /// + bool Watch { get; set; } + + /// If a template has a parent, the method should + /// return the parent, otherwise it should return + /// null + /// + /// + /// + /// + /// set the parent template + /// + /// parent + /// + /// + ITemplate Parent { get; set; } + + /// + /// + /// + String ClassName { get; } + + /// Return the slot with the String name + /// + /// + /// + /// + Slot getSlot(String name); + + /// Get the Slot at the given column id + /// + /// column + /// + /// + /// + /// + Slot getSlot(int column); + + /// Get the column index with the given name + /// + /// name + /// + /// + /// + /// + int getColumnIndex(String name); + + /// + /// + /// data + /// + /// id + /// + /// + /// + /// + IFact createFact(Object data, Defclass clazz, long id); + + /// If the template is currently in use, we should not Remove it + /// until all the dependent rules are removed first. + /// + /// + /// + /// + bool inUse(); + + /// + /// + /// + /// + /// + String toString(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/ITemporalFact.cs b/trunk/Creshendo/Util/Rete/ITemporalFact.cs new file mode 100644 index 0000000..7f310ef --- /dev/null +++ b/trunk/Creshendo/Util/Rete/ITemporalFact.cs @@ -0,0 +1,50 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// TemporalFact is an extension which supports the concepts mentioned by + /// karl. The extension adds the following concepts. + /// 1. expire - expiration time + /// 2. source - URL + /// 3. service type - method used to obtain the fact + /// 4. validity - probability of the facts validity + /// These ideas are useful for semantic web, agents, temporal systems and + /// services. + /// + /// Peter Lin + /// * + /// + /// + public struct TemporalFact_Fields + { + public static readonly String EXPIRATION = "expiration-time"; + public static readonly String SERVICE_TYPE = "service-type"; + public static readonly String SOURCE = "source"; + public static readonly String VALIDITY = "validity"; + } + + public interface ITemporalFact : IFact + { + //UPGRADE_NOTE: Members of interface 'TemporalFact' were extracted into structure 'TemporalFact_Fields'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1045"' + long ExpirationTime { get; set; } + String Source { get; set; } + String ServiceType { get; set; } + int Validity { get; set; } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/IWorkingMemory.cs b/trunk/Creshendo/Util/Rete/IWorkingMemory.cs new file mode 100644 index 0000000..43797d7 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/IWorkingMemory.cs @@ -0,0 +1,162 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Interface defining working memory, which Contains all HashMaps and data structures + /// related to the node memories, profiling, binding and scopes. + /// + /// + /// + public interface IWorkingMemory + { + Agenda Agenda { get; } + IGenericMap DeffactMap { get; } + DefglobalMap Defglobals { get; } + System.Collections.Generic.IList AllFacts { get; } + System.Collections.Generic.IList Deffacts { get; } + System.Collections.Generic.IList Objects { get; } + System.Collections.Generic.IList InitialFacts { get; } + bool ProfileAssert { set; } + bool ProfileFire { set; } + bool ProfileRetract { set; } + bool WatchFact { set; } + bool WatchRules { set; } + + IGenericMap DynamicFacts { /// ----- methods for getting the Fact map ----- /// + get; } + + IGenericMap StaticFacts { get; } + IModule CurrentFocus { get; } + IModule Main { get; } + IModule CurrentModule { set; } + System.Collections.Generic.ICollection Modules { get; } + + IStrategy Strategy { /// ----- method for Strategy ----- /// + get; set; } + + /// Return the RuleCompiler for this working memory + /// + /// + /// + /// + IRuleCompiler RuleCompiler { get; } + + /// ----- assert and retract methods ----- /// + void assertFact(IFact fact); + + void assertObject(Object data, String template, bool statc, bool shadow); + void assertObjects(IList objs); + void retractFact(IFact fact); + void retractObject(Object data); + void modifyObject(Object data); + IFact getFactById(long id); + bool profileAssert(); + bool profileFire(); + bool profileRetract(); + bool watchFact(); + bool watchRules(); + Object getBinding(String name); + void setBindingValue(String key, Object value_Renamed); + void pushScope(IScope s); + void popScope(); + + /// ----- methods related to module ----- /// + IModule addModule(String name); + + IModule findModule(String name); + IModule removeModule(String name); + + /// + /// The key for looking up the memory should be the node. Each node + /// should pass itself as the key for the lookup. + /// + /// The key. + /// + /// ----- methods for getting the memory for a given node ----- /// + Object getAlphaMemory(Object key); + + /// + /// In the case of AlphaMemory, during the compilation process, + /// we may want to Remove an alpha memory if one already exists. + /// This depends on how rule compilation works. + /// + /// The key. + void removeAlphaMemory(Object key); + + /// + /// The key for the lookup should be the node. Each BetaNode has + /// a left and right memory, so it's necessary to have a lookup + /// method for each memory. + /// + /// The key. + /// + IGenericMap getBetaLeftMemory(Object key); + + /// + /// The key for the lookup should be the node. Each BetaNode has + /// a left and right memory, so it's necessary to have a lookup + /// method for each memory. + /// + /// The key. + /// + Object getBetaRightMemory(Object key); + + /// + /// The for the lookup is the terminalNode. Depending on the terminal + /// node used, it may not have a memory. + /// + /// The key. + /// + Object getTerminalMemory(Object key); + + /// + /// Printout the working memory. If the method is called with + /// true, the workingmemory should print out the number of + /// matches for each node. It isn't necessary to print the full + /// detail of each fact in each node. For now, just the number + /// of matches for each Node is sufficient. + /// + /// if set to true [detailed]. + /// if set to true [input nodes]. + void printWorkingMemory(bool detailed, bool inputNodes); + + /// + /// Printout the working memory with the given filter. if no filer + /// is passed, it should call printWorkingMemory(true,false); + /// + /// The filter. + void printWorkingMemory(IGenericMap filter); + + /// Printout the facts on the right side of BetaNodes. + /// + void printWorkingMemoryBetaRight(); + + /// Clears everything in the working memory + /// * + /// + void clear(); + + void clearObjects(); + void clearFacts(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Index.cs b/trunk/Creshendo/Util/Rete/Index.cs new file mode 100644 index 0000000..fedd25a --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Index.cs @@ -0,0 +1,215 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin

+ /// * + /// Index is used for the Alpha and BetaMemories for the index. Instead of the + /// original quick and dirty String index implementation, this implementation + /// takes an Array of Fact[] objects and calculates the hash. + /// The class overrides GetHashCode and Equals(Object) so that it works correctly + /// as the key for HashMaps. There is an unit test called IndexTest in the + /// test directory. + /// + /// The implementation for now is very simple. Later on, we may need to update + /// it and make sure it works for memory snapshots and other features. + /// + /// + [Serializable] + public sealed class Index : IHashIndex + { + private IFact[] _facts; + + private int _hash; + + ///

+ /// Initializes a new instance of the class. + /// + /// The facts. + public Index(IFact[] facts) + { + this._facts = facts; + calculateHash(); + } + + /// + /// constructor takes facts and a new hashcode. it expects the + /// hashcode to be correct. + /// + /// The facts. + /// The hash code. + private Index(IFact[] facts, int hashCode) + { + this._facts = facts; + _hash = hashCode; + } + + /// + /// this method should be refactored,so that we couldn't change the value of the memeber vairable facts + /// Houzhanbin 10/25/2007 + /// + /// The facts. + /// + /// + protected internal IFact[] Facts + { + get { return _facts; } + } + + #region HashIndex Members + + /// + /// The implementation is very close to Drools FactHandleList implemented + /// by simon. The main difference is that Drools uses interfaces and + /// Sumatra doesn't. I don't see a need to abstract this out to an + /// interface, since no one other than an experience rule engine + /// developer would be writing a new Index class. And even then, it only + /// makes sense to replace the implementation. Having multiple index + /// implementations doesn't really make sense. + /// + /// The val. + /// + public override bool Equals(Object val) + { + if (this == val) + { + return true; + } + // the class will only be an Index instance, + // so we don't have to check the class type + if (val == null) + { + return false; + } + + Index other = val as Index; + + if (other == null) + return false; + + if (_facts.Length != other._facts.Length) + return false; + + for (int i = 0; i < _facts.Length; i++) + { + if (_facts[i] != other._facts[i]) + { + return false; + } + } + return true; + //return Arrays.equals(_facts, ((Index) val)._facts); + } + + /// + /// Method simply returns the cached GetHashCode. + /// + /// + /// A hash code for the current . + /// + public override int GetHashCode() + { + return _hash; + } + + /// + /// Return a pretty print formatted String. + /// + /// + public String toPPString() + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < _facts.Length; idx++) + { + if (idx > 0) + { + buf.Append(","); + } + buf.Append(_facts[idx].FactId); + } + return buf.ToString(); + } + + #endregion + + /// + /// This is a very simple implementation that basically adds the hashCodes + /// of the Facts in the array. + /// + private void calculateHash() + { + int hash = 0; + for (int idx = 0; idx < _facts.Length; idx++) + { + hash += _facts[idx].GetHashCode(); + } + _hash = hash; + } + + /// + /// Clear the index + /// + public void clear() + { + _facts = null; + _hash = 0; + } + + /// + /// Adds the specified fact. + /// + /// The fact. + /// + public Index add(IFact fact) + { + IFact[] facts1 = new IFact[this._facts.Length + 1]; + Array.Copy(this._facts, 0, facts1, 0, this._facts.Length); + facts1[this._facts.Length] = fact; + return new Index(facts1, _hash + fact.GetHashCode()); + } + + ///// + ///// Adds the specified fact. + ///// + ///// The fact. + ///// + //public Index add(IFact fact) + //{ + // int factsLength = this._facts.Length; + // Array.Resize(ref this._facts, factsLength + 1); + // this._facts[factsLength] = fact; + // this._hash = _hash + fact.GetHashCode(); + // return this; + //} + + /// + /// Adds all. + /// + /// The index. + /// + public Index addAll(Index index) + { + IFact[] facts1 = new IFact[this._facts.Length + index._facts.Length]; + Array.Copy(this._facts, 0, facts1, 0, this._facts.Length); + Array.Copy(index._facts, 0, facts1, this._facts.Length, index._facts.Length); + return new Index(facts1, _hash + index._hash); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/InitialFact.cs b/trunk/Creshendo/Util/Rete/InitialFact.cs new file mode 100644 index 0000000..9d356a2 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/InitialFact.cs @@ -0,0 +1,34 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// InitialFact is used for rules without conditions and cases where a rule + /// starts with exist or not. + /// + /// + public class InitialFact : Deftemplate + { + /// + /// + public InitialFact() : base(Constants.INITIAL_FACT) + { + slots = new Slot[0]; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/LIANode.cs b/trunk/Creshendo/Util/Rete/LIANode.cs new file mode 100644 index 0000000..4262ba4 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/LIANode.cs @@ -0,0 +1,159 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// LIANode stands for Left Input Adapter Node. Left input adapter node + /// can only only have 1 alphaNode above it. Left input adapater nodes are + /// not shared by multiple branches of the network, so it doesn't have any + /// memory. + /// + /// + public class LIANode : BaseAlpha + { + public LIANode(int id) : base(id) + { + } + + /// the implementation just propogates the assert down the network + /// + public override void assertFact(IFact fact, Rete engine, IWorkingMemory mem) + { + propogateAssert(fact, engine, mem); + } + + /// Propogate the assert to the successor nodes + /// + /// fact + /// + /// engine + /// + /// + protected internal override void propogateAssert(IFact fact, Rete engine, IWorkingMemory mem) + { + for (int idx = 0; idx < successorNodes.Length; idx++) + { + BaseNode nNode = successorNodes[idx]; + if (nNode is BaseJoin) + { + BaseJoin next = (BaseJoin) nNode; + IFact[] newf = new IFact[] {fact}; + next.assertLeft(new Index(newf), engine, mem); + } + else if (nNode is TerminalNode) + { + IFact[] newf = new IFact[] {fact}; + TerminalNode tn = (TerminalNode) nNode; + tn.assertFacts(new Index(newf), engine, mem); + } + } + } + + /// Retract simply propogates it down the network + /// + public override void retractFact(IFact fact, Rete engine, IWorkingMemory mem) + { + propogateRetract(fact, engine, mem); + } + + /// propogate the retract + /// + /// + /// fact + /// + /// engine + /// + /// + protected internal override void propogateRetract(IFact fact, Rete engine, IWorkingMemory mem) + { + for (int idx = 0; idx < successorNodes.Length; idx++) + { + BaseNode nNode = successorNodes[idx]; + if (nNode is BaseJoin) + { + BaseJoin next = (BaseJoin) nNode; + IFact[] newf = new IFact[] {fact}; + next.retractLeft(new Index(newf), engine, mem); + } + else if (nNode is TerminalNode) + { + TerminalNode next = (TerminalNode) nNode; + IFact[] newf = new IFact[] {fact}; + next.retractFacts(new Index(newf), engine, mem); + } + } + } + + /// Set the Current node in the sequence of 1-input nodes. + /// The Current node can be an AlphaNode or a LIANode. + /// + /// node + /// + /// + public override void addSuccessorNode(BaseNode node, Rete engine, IWorkingMemory mem) + { + if (addNode(node)) + { + // if there are matches, we propogate the facts to + // the new successor only + IAlphaMemory alpha = (IAlphaMemory) mem.getAlphaMemory(this); + if (alpha.size() > 0) + { + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) + { + if (node is BaseAlpha) + { + BaseAlpha next = (BaseAlpha) node; + next.assertFact((IFact) itr.Current, engine, mem); + } + else if (node is BaseJoin) + { + BaseJoin next = (BaseJoin) node; + Index inx = new Index(new IFact[] {(IFact) itr.Current}); + next.assertLeft(inx, engine, mem); + } + } + } + } + } + + public override String hashString() + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return ToString(); + } + + /// the Left Input Adapter Node returns zero length string + /// + public override String ToString() + { + return ""; + } + + /// the Left input Adapter Node returns zero length string + /// + public override String toPPString() + { + return ""; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/LinkedActivation.cs b/trunk/Creshendo/Util/Rete/LinkedActivation.cs new file mode 100644 index 0000000..1c6703d --- /dev/null +++ b/trunk/Creshendo/Util/Rete/LinkedActivation.cs @@ -0,0 +1,315 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete.Exception; +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// LinkedActivation is different than BasicActivation in a couple of + /// ways. LinkedActivation makes it easier to Remove Activations from + /// an ActivationList, without having to iterate over the activations. + /// When the activation is executed or removed, it needs to make sure + /// it checks the previous and Current and set them correctly. + /// + /// + public class LinkedActivation : IActivation + { + private readonly Index index; + private long aggreTime = - 1; + private LinkedActivation next = null; + private LinkedActivation prev = null; + + private IRule theRule; + + private TerminalNode2 tnode = null; + + /// + /// Initializes a new instance of the class. + /// + /// The rule. + /// The inx. + public LinkedActivation(IRule rule, Index inx) + { + theRule = rule; + index = inx; + // calculateTime(inx.getFacts()); + } + + /// + /// the method will set the previous activation to the one + /// passed to the method and it will also set previous.Current + /// to this instance. + /// + /// The previous. + public LinkedActivation Previous + { + get { return prev; } + + set + { + prev = value; + if (value != null) + { + value.next = this; + } + } + } + + /// + /// the method will set the Current activation to the one + /// passed to the method and it will set Current.prev to + /// this instance. + /// + /// The next. + public LinkedActivation Next + { + get { return next; } + + set + { + next = value; + if (value != null) + { + value.prev = this; + } + } + } + + /// + /// Gets or sets the terminal node. + /// + /// The terminal node. + public TerminalNode2 TerminalNode + { + get { return tnode; } + + set { tnode = value; } + } + + #region IActivation Members + + /// + /// The aggregate time is the sum of the Fact timestamps + /// + /// + /// + /// + public long AggregateTime + { + get + { + if (aggreTime == - 1) + { + calculateTime(index.Facts); + } + return aggreTime; + } + } + + /// + /// Get the Facts that triggered the rule + /// + /// + /// + /// + public IFact[] Facts + { + get { return index.Facts; } + } + + /// + /// Get the Index for the Facts + /// + /// + /// + /// + public Index Index + { + get { return index; } + } + + /// + /// Get the rule that should fire + /// + /// + /// + /// + public IRule Rule + { + get { return theRule; } + } + + + /* (non-Javadoc) + * @see woolfel.engine.rete.Activation#compare(woolfel.engine.rete.Activation) + */ + + /// + /// If the activation passed in the parameter has the same rule + /// and facts, the method should return true + /// + /// The act. + /// + public bool compare(IActivation act) + { + if (act == this) + { + return true; + } + if (act.Rule == theRule && act.Index.Equals(index)) + { + return true; + } + else + { + return false; + } + } + + /* (non-Javadoc) + * @see woolfel.engine.rete.Activation#executeActivation(woolfel.engine.Creshendo.Util.Rete.Rete) + */ + + /// + /// Execute the right-hand side (aka actions) of the rule. + /// + /// The engine. + public void executeActivation(Rete engine) + { + // if previous and Current are not null, set the previous/Current + // of each and then set the reference to null + remove(engine); + try + { + theRule.TriggerFacts = index.Facts; + IAction[] actions = theRule.Actions; + for (int idx = 0; idx < actions.Length; idx++) + { + if (actions[idx] != null) + { + actions[idx].executeAction(engine, index.Facts); + } + else + { + throw new ExecuteException(ExecuteException.NULL_ACTION); + } + } + } + catch (ExecuteException e) + { + throw e; + } + } + + /// + /// after the activation is executed, Clear has to be called. + /// + public void clear() + { + theRule = null; + tnode = null; + } + + /// + /// When watch activation is turned on, we use the method to print out + /// the activation. + /// + /// + public String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("Activation: " + theRule.Name); + IFact[] facts = index.Facts; + for (int idx = 0; idx < facts.Length; idx++) + { + buf.Append(", id-" + facts[idx].FactId); + } + buf.Append(" AggrTime-" + aggreTime); + return buf.ToString(); + } + + #endregion + + /// + /// Calculates the time. + /// + /// The facts. + protected internal void calculateTime(IFact[] facts) + { + for (int idx = 0; idx < facts.Length; idx++) + { + aggreTime += facts[idx].timeStamp() + facts[idx].FactId; + } + } + + /// + /// Remove the Activation from the list and set the previous + /// and Current activation correctly. There's basically 3 cases + /// we have to handle. + /// 1. first + /// 2. last + /// 3. somewhere in between + /// The current implementation will first set the previous + /// and Current. Once they are correctly set, it will set + /// the references to those LinkedActivation to null. + /// + public void remove() + { + if (prev != null && next != null) + { + prev.Next = next; + } + else if (prev != null && next == null) + { + prev.Next = null; + } + else if (prev == null && next != null) + { + next.Previous = null; + } + prev = null; + next = null; + } + + /// + /// method is used to make sure the activation is removed from + /// TerminalNode2. + /// + /// The engine. + protected internal void remove(Rete engine) + { + if (tnode != null) + { + tnode.removeActivation(engine.WorkingMemory, this); + } + } + + /// + /// Clones the activation. + /// + /// + public LinkedActivation cloneActivation() + { + LinkedActivation la = new LinkedActivation(theRule, index); + return la; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/LinkedActivationList.cs b/trunk/Creshendo/Util/Rete/LinkedActivationList.cs new file mode 100644 index 0000000..2e5c06e --- /dev/null +++ b/trunk/Creshendo/Util/Rete/LinkedActivationList.cs @@ -0,0 +1,397 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + //using ListIterator = java.util.ListIterator; + /// Peter Lin + /// * + /// LinkedActivationWrapper is a container for LinkedActivation. It provdes + /// the logic for modifying a org.jamocha.rete.util.LinkedList created from LinkedActivation. + /// Null values are not permitted, and are silently ignored. Generally speaking, + /// it doesn't make sense to Add a null activation to the agenda. + /// + /// + public class LinkedActivationList : AbstractActivationList + { + private int count = 0; + + private LinkedActivation first = null; + + private LinkedActivation last = null; + + public LinkedActivationList() + { + } + + public override bool AscendingOrder + { + get { return true; } + } + + public virtual bool Empty + { + get { return count == 0; } + } + + public override IActivation nextActivation() + { + if (lazy) + { + if (count == 0) + { + return null; + } + else + { + LinkedActivation left = last; + LinkedActivation right = last.Previous; + while (right != null) + { + if (stratey.compare(left, right) < 1) + { + left = right; + } + right = right.Previous; + } + if (left == first) + { + first = left.Next; + } + else if (left == last) + { + last = left.Previous; + } + left.remove(); + count--; + return left; + } + } + else + { + if (count > 1) + { + LinkedActivation r = last; + last = r.Previous; + count--; + r.remove(); + return r; + } + else if (count == 1) + { + LinkedActivation r = last; + last = null; + first = null; + count--; + return r; + } + else + { + return null; + } + } + } + + public override void addActivation(IActivation act) + { + if (act is LinkedActivation) + { + LinkedActivation newact = (LinkedActivation) act; + if (lazy) + { + if (count == 0) + { + first = newact; + last = newact; + } + else + { + last.Next = newact; + last = newact; + } + count++; + } + else + { + if (count > 0) + { + quickSort(newact); + } + else if (count == 0) + { + first = newact; + last = newact; + } + count++; + } + } + } + + /// + /// the sort method uses binary search to find the correct insertion + /// point for the new activation. It's much faster than the brute + /// force method. + /// + /// The newact. + public virtual void quickSort(LinkedActivation newact) + { + if (stratey.compare(newact, last) >= 0) + { + // the new activation has a higher salience than the last, which means + // it should become the bottom activation + last.Next = newact; + last = newact; + } + else if (stratey.compare(newact, first) < 0) + { + // the new activation has a salience lower than the first, which means + // it should become the top activation + newact.Next = first; + first = newact; + } + else + { + // this means the new activation goes in the middle some where + int counter = count/2; + LinkedActivation cur = goUp(counter, last); + bool added = false; + while (!added) + { + if (counter <= 1) + { + // Add the activation + if (stratey.compare(newact, cur) < 0) + { + // if the new activation is lower sailence than the current, + // we Add it before the current (aka above) + newact.Previous = cur.Previous; + newact.Next = cur; + } + else + { + // the new activation is higher salience than the current + // therefore we Add it after (aka below) + newact.Next = cur.Next; + newact.Previous = cur; + } + added = true; + } + else if (stratey.compare(newact, cur) >= 0) + { + // the new activation is of greater salience down half again + counter = counter/2; + cur = goDown(counter, cur); + } + else + { + // the new activation is of lower salience, up half again + counter = counter/2; + cur = goUp(counter, cur); + } + } + } + } + + /// + /// method will loop for the given count and return the item before it. + /// for example: + /// 1 + /// 2 + /// 3 + /// 4 + /// 5 + /// 6 + /// If I pass a count of 2 and item #6. it will return #4. + /// + /// The count. + /// The start. + /// + protected internal virtual LinkedActivation goUp(int count, LinkedActivation start) + { + LinkedActivation rt = start; + for (int idx = 0; idx < count; idx++) + { + rt = rt.Previous; + } + return rt; + } + + /// + /// method will loop for the given count and return the item after it. + /// for example: + /// 1 + /// 2 + /// 3 + /// 4 + /// 5 + /// 6 + /// If I pass a count of 2 and item #1. it will return #3. + /// + /// The count. + /// The start. + /// + protected internal virtual LinkedActivation goDown(int count, LinkedActivation start) + { + LinkedActivation rt = start; + for (int idx = 0; idx < count; idx++) + { + rt = rt.Next; + } + return rt; + } + + /// removeActivation will check to see if the activation is + /// the first or last before removing it. + /// + public override IActivation removeActivation(IActivation act) + { + if (act is LinkedActivation) + { + LinkedActivation lact = (LinkedActivation) act; + if (first == lact) + { + first = lact.Next; + } + if (last == lact) + { + last = lact.Previous; + } + count--; + lact.remove(); + } + return act; + } + + + public override int size() + { + return count; + } + + + /// the current implementation iterates over the LinkedActivations + /// from the start until it finds a match. If it doesn't find a + /// match, the method returns false. + /// + public virtual bool contains(Object o) + { + bool contain = false; + LinkedActivation act = first; + while (act != null) + { + if (o == act) + { + contain = true; + break; + } + else + { + act = act.Next; + } + } + return contain; + } + + /// Iterate over the org.jamocha.rete.util.LinkedList and null the references to previous + /// and Current in the LinkedActivation + /// + public override void clear() + { + while (first != null) + { + LinkedActivation la = first; + first = la.Next; + la.remove(); + } + last = null; + count = 0; + } + + public virtual Object set(int index, Object activation) + { + if (index < count && activation != null) + { + LinkedActivation act = first; + for (int idx = 0; idx <= count; idx++) + { + act = act.Next; + } + // now we are at the index point + LinkedActivation pre = act.Previous; + LinkedActivation nxt = act.Next; + pre.Next = (LinkedActivation) activation; + nxt.Previous = (LinkedActivation) activation; + act.remove(); + } + return activation; + } + + /// Current implemenation will return the index of the activation, if + /// it is in the org.jamocha.rete.util.LinkedList. If activation isn't in the list, the method + /// returns -1. + /// + public virtual int indexOf(Object activation) + { + int index = - 1; + LinkedActivation la = first; + LinkedActivation match = null; + while (la != null) + { + index++; + if (la == activation) + { + match = la; + break; + } + else + { + la = la.Next; + } + } + if (match != null) + { + return index; + } + else + { + return - 1; + } + } + + /// method will clone the list and make a copy of the activations + /// + public override IActivationList cloneActivationList() + { + //UPGRADE_NOTE: Final was removed from the declaration of 'la '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + LinkedActivationList la = new LinkedActivationList(); + la.count = count; + la.first = first.cloneActivation(); + la.lazy = lazy; + la.stratey = stratey; + LinkedActivation current = first; + LinkedActivation newcurr = la.first; + while (current != null) + { + newcurr.Next = current.Next.cloneActivation(); + current = current.Next; + newcurr = newcurr.Next; + } + return la; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Messages.cs b/trunk/Creshendo/Util/Rete/Messages.cs new file mode 100644 index 0000000..588ac99 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Messages.cs @@ -0,0 +1,60 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Resources; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Messages is a basic resource bundle. It's responsible for getting + /// the error messages and other resource bundle related values. + /// + /// + public class Messages + { + private static System.Resources.ResourceManager _resourceManager; + private static System.Globalization.CultureInfo _resourceCulture; + + static Messages() + { + _resourceManager = new ResourceManager("Creshendo.Resources.CreshendoResource", typeof(Messages).Assembly); + } + + private Messages() + { + } + + public static String getString(String key) + { + try + { + return _resourceManager.GetString(key, _resourceCulture); + } + catch (MissingManifestResourceException e) + { + return '!' + key + '!'; + } + } + + public static bool getBooleanProperty(String key) + { + String val = getString(key); + return val.Equals("true", StringComparison.InvariantCultureIgnoreCase); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/MultiSlot.cs b/trunk/Creshendo/Util/Rete/MultiSlot.cs new file mode 100644 index 0000000..1da11f9 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/MultiSlot.cs @@ -0,0 +1,115 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// MultiSlot always returns Constants.ARRAY_TYPE. It is the class for array + /// types. + /// + /// + public class MultiSlot : Slot + { + //UPGRADE_NOTE: The initialization of 'type' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal new int type; + + /// + /// + public MultiSlot() + { + InitBlock(); + } + + public MultiSlot(String name) + { + InitBlock(); + base.Name = name; + } + + public MultiSlot(String name, Object[] value_Renamed) + { + InitBlock(); + base.Name = name; + this.Value = value_Renamed; + } + + public virtual Object[] sValue + { + set { Value = value; } + } + + public override Object Value + { + get + { + if (Value != Constants.NIL_SYMBOL) + { + return (Object[]) Value; + } + else + { + return new Object[] {Value}; + } + } + } + + /// In some cases, a deftemplate can be define with a default value. + /// + /// + /// value + /// + /// + public virtual Object[] DefaultValue + { + set { Value = value; } + } + + /// We override the base implementation and do nothing, since a multislot is + /// an object array. That means it is an array type + /// + public override int ValueType + { + set { } + } + + private void InitBlock() + { + type = Constants.ARRAY_TYPE; + } + + + public override String valueToString() + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return Value.ToString(); + } + + //UPGRADE_TODO: The equivalent of method 'java.lang.Object.clone' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + /// method returns a clone and set id, name and value. + /// + public Object Clone() + { + MultiSlot newms = new MultiSlot(); + newms.Id = Id; + newms.Name = Name; + newms.Value = (Object[]) Value; + return newms; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/NSFact.cs b/trunk/Creshendo/Util/Rete/NSFact.cs new file mode 100644 index 0000000..dcbd92f --- /dev/null +++ b/trunk/Creshendo/Util/Rete/NSFact.cs @@ -0,0 +1,183 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// NSFact stands for Non-Shadow Fact. NSFact is different than + /// Deffact which is a shadow fact for an object instance. NSFact + /// should only be used for cases where fact modification isn't + /// needed. In all cases where the application expects to modify + /// facts in the reasoning cycle, Deffacts should be used. Using + /// NSFact for situations where facts are modified or asserted + /// during the reasoning cycle will produce unreliable results. + /// It will violate the principle of truth maintenance, which + /// means the final result is true and accurate. + /// + /// Cases where NSFact is useful are routing scenarios where the + /// facts are filtered to determien where they should go. In + /// cases like that, the consequence produces results which are + /// used by the application, but aren't used by the rule engine + /// for reasoning. + /// + /// + [Serializable] + public class NSFact : Deffact + { + private Defclass dclazz = null; + private Deftemplate deftemplate = null; + + /// the Fact id must be unique, since we use it for the indexes + /// + private long id; + + private Object objInstance; + private Slot[] slots = null; + private long timeStamp_Renamed_Field = 0; + + /// + /// + public NSFact(Deftemplate template, Defclass clazz, Object instance, Slot[] values, long id): base(template,instance,values,id) + { + deftemplate = template; + dclazz = clazz; + objInstance = instance; + slots = values; + this.id = id; + timeStamp_Renamed_Field = (DateTime.Now.Ticks - 621355968000000000)/10000; + } + + #region Fact Members + + /// The object instance for the fact + /// + public override Object ObjectInstance + { + get { return objInstance; } + } + + /// Return the unique fact id + /// + public override long FactId + { + get { return id; } + } + + /// Return the deftemplate for the fact + /// + public override Deftemplate Deftemplate + { + get { return deftemplate; } + } + + /// The implementation gets the Defclass and passes the + /// objectInstance to invoke the read method. + /// + + public override Object getSlotValue(int id) + { + return dclazz.getSlotValue(id, objInstance); + } + + /// + /// + public override int getSlotId(String name) + { + int col = - 1; + for (int idx = 0; idx < slots.Length; idx++) + { + if (slots[idx].Name.Equals(name)) + { + col = idx; + break; + } + } + return col; + } + + + /// The method will return the Fact as a string + /// + public override String toFactString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("(" + deftemplate.Name + " "); + for (int idx = 0; idx < slots.Length; idx++) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + buf.Append("(" + slots[idx].Name + " " + dclazz.getSlotValue(idx, objInstance).ToString() + ") "); + } + buf.Append(")"); + return buf.ToString(); + } + + + /// Non-Shadow Fact does not implement this, since this method + /// doesn't apply to facts derived from objects. + /// + public override void updateSlots(Rete engine, Slot[] updates) + { + } + + + /// the implementation returns nano time + /// + public override long timeStamp() + { + return timeStamp_Renamed_Field; + } + + /// Clear will set all the references to null. this makes sure + /// objects are GC. + /// + public override void clear() + { + slots = null; + objInstance = null; + deftemplate = null; + id = 0; + } + + protected internal override int slotHash() + { + if (objInstance != null) + return objInstance.GetHashCode(); + + int hash = 0; + for (int idx = 0; idx < slots.Length; idx++) + { + hash += slots[idx].Name.GetHashCode() + slots[idx].Value.GetHashCode(); + } + return hash; + } +/* + /// non shadow fact does not implement the method, since it + /// doesn't apply. + /// + public override EqualityIndex equalityIndex() + { + if (objInstance != null) + return objInstance.GetHashCode(); + return base.equalityIndex(); + } + */ + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/NTestNode.cs b/trunk/Creshendo/Util/Rete/NTestNode.cs new file mode 100644 index 0000000..b3f3829 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/NTestNode.cs @@ -0,0 +1,190 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Functions; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// TestNode extends BaseJoin. TestNode is used to evaluate functions. + /// It may use values or bindings as parameters for the functions. The + /// left input is where the facts would enter. The right input is a + /// dummy input, since no facts actually enter. + /// + /// + public class NTestNode : BaseJoin + { + /// TestNode can only have 1 top level function + /// + protected internal IFunction func = null; + + /// the parameters to pass to the function + /// + protected internal IParameter[] params_Renamed = null; + + /// by default the string is null, until the first time + /// toPPString is called. + /// + private String ppstring = null; + + /// id + /// + /// + public NTestNode(int id, IFunction func, IParameter[] parameters) : base(id) + { + this.func = func; + params_Renamed = parameters; + } + + /// for TestNode, setbindings does not apply + /// + public override Binding[] Bindings + { + set { } + } + + protected internal virtual IFact[] Parameters + { + set + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + ((BoundParam) params_Renamed[idx]).Facts = value; + } + else if (params_Renamed[idx] is FunctionParam) + { + ((FunctionParam) params_Renamed[idx]).Facts = value; + } + } + } + } + + public virtual void lookUpFunction(Rete engine) + { + if (func is ShellFunction) + { + ShellFunction sf = (ShellFunction) func; + sf.lookUpFunction(engine); + if (sf.Function != null) + { + func = sf.Function; + } + } + } + + /// Assert will first pass the facts to the parameters. Once the + /// parameters are set, it should call execute to Get the result. + /// + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + if (!leftmem.ContainsKey(linx)) + { + Parameters = linx.Facts; + IReturnVector rv = func.executeFunction(engine, params_Renamed); + if (!rv.firstReturnValue().BooleanValue) + { + IBetaMemory bmem = new BetaMemoryImpl(linx); + leftmem.Put(bmem.Index, bmem); + } + // only propogate if left memories count is zero + if (leftmem.Count == 0) + { + propogateAssert(linx, engine, mem); + } + } + } + + /// Since the assertRight is a dummy, it doesn't do anything. + /// + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + } + + /// + /// + public override void retractLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + int prev = leftmem.Count; + if (leftmem.ContainsKey(linx)) + { + // the memory Contains the key, so we retract and propogate + leftmem.Remove(linx); + } + if (prev != 0 && leftmem.Count == 0) + { + propogateRetract(linx, engine, mem); + } + } + + + /// retract right is a dummy, so it does nothing. + /// + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + } + + /// Clear the memory + /// + public override void clear(IWorkingMemory mem) + { + ((IGenericMap) mem.getBetaLeftMemory(this)).Clear(); + } + + + /// Still need to implement the method to return string + /// format of the node + /// + public override String ToString() + { + return "(test (" + func.Name + ") )"; + } + + /// + /// + public override String toPPString() + { + if (ppstring == null) + { + StringBuilder buf = new StringBuilder(); + buf.Append("TestNode-" + nodeID + "> (test (" + func.Name); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + ValueParam vp = (ValueParam) params_Renamed[idx]; + buf.Append(" " + vp.StringValue); + } + } + buf.Append(") )"); + ppstring = buf.ToString(); + } + return ppstring; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/NoAgendaTNode.cs b/trunk/Creshendo/Util/Rete/NoAgendaTNode.cs new file mode 100644 index 0000000..6f8b5fc --- /dev/null +++ b/trunk/Creshendo/Util/Rete/NoAgendaTNode.cs @@ -0,0 +1,117 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// NoAgendaTNode is different than TerminalNode2 in that it doesn't + /// Get added to the agenda. Instead, it fires immediately. + /// + /// + public class NoAgendaTNode : TerminalNode2 + { + /// + /// Initializes a new instance of the class. + /// + /// + /// + public NoAgendaTNode(int id, Rule.IRule rl) : base(id, rl) + { + theRule = rl; + } + + /// + /// Return the Rule object associated with this terminal node + /// + /// + /// + /// + public override Rule.IRule Rule + { + get { return theRule; } + } + + /// + /// method does not apply for no agenda terminal node + /// + /// + public override void clear(IWorkingMemory mem) + { + IGenericMap tmem = (IGenericMap) mem.getTerminalMemory(this); + if (tmem != null) + { + tmem.Clear(); + } + } + + /// + /// + /// + /// + /// + public override void assertFacts(Index inx, Rete engine, IWorkingMemory mem) + { + LinkedActivation act = new LinkedActivation(theRule, inx); + act.TerminalNode = this; + // fire the activation immediately + engine.fireActivation(act); + } + + /// + /// method does not apply, since the activation fires immediately, + /// there's nothing to Remove from the agenda + /// + /// The facts. + /// The engine. + /// The mem. + public virtual void retractFacts(IFact[] facts, Rete engine, IWorkingMemory mem) + { + } + + + /// + /// method doesn't apply for no agenda terminal node + /// + /// + /// + public override void removeActivation(IWorkingMemory mem, LinkedActivation activation) + { + } + + /// + /// return the name of the rule + /// + /// + public override String ToString() + { + return theRule.Name; + } + + /// + /// return the name of the rule + /// + /// + public override String toPPString() + { + return theRule.Name; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/NoAgendaTNode2.cs b/trunk/Creshendo/Util/Rete/NoAgendaTNode2.cs new file mode 100644 index 0000000..186eac7 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/NoAgendaTNode2.cs @@ -0,0 +1,57 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// NoAgendaTNode2 is similar to NoAgendaTNode with one difference. The rule + /// may be deploy, but isn't effective until a given time. The terminal node + /// will only create the activation if the current time is between the effective + /// and expiration date of the rule. + /// + /// + public class NoAgendaTNode2 : NoAgendaTNode + { + /// id + /// + /// + public NoAgendaTNode2(int id, Rule.IRule rl) + : base(id, rl) + { + theRule = rl; + } + + /// facts + /// + /// engine + /// + /// + public override void assertFacts(Index inx, Rete engine, IWorkingMemory mem) + { + long time = (DateTime.Now.Ticks - 621355968000000000)/10000; + if (theRule.ExpirationDate > 0 && time > theRule.EffectiveDate && time < theRule.ExpirationDate) + { + LinkedActivation act = new LinkedActivation(theRule, inx); + act.TerminalNode = this; + // fire the activation immediately + engine.fireActivation(act); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/NoMemANode.cs b/trunk/Creshendo/Util/Rete/NoMemANode.cs new file mode 100644 index 0000000..0d3577e --- /dev/null +++ b/trunk/Creshendo/Util/Rete/NoMemANode.cs @@ -0,0 +1,194 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// NoMemAlphaNode has no memory. It is different than the normal + /// AlphaNode in that asserts and retract always propogate. this means + /// retract performance is a lot slower than AlphaNode.
+ ///
+ /// + /// + ///
+ public class NoMemANode : BaseAlpha2 + { + protected internal CompositeIndex compIndex = null; + protected internal String hashstring = null; + + /// The use of Slot(s) is similar to CLIPS design + /// + protected internal Slot slot = null; + + /// + /// + public NoMemANode(int id) : base(id) + { + } + + /// Set the operator using the int value + /// + /// opr + /// + /// + public override int Operator + { + get { return operator_Renamed; } + set { operator_Renamed = value; } + } + + /// the first time the RETE compiler makes the node shared, + /// it needs to increment the useCount. + /// + /// share + /// + /// + public virtual bool Shared + { + get + { + if (useCount > 0) + { + return true; + } + else + { + return false; + } + } + } + + /// Set the slot id. The slot id is the deftemplate slot id + /// + /// id + /// + /// + public override Slot Slot + { + set { slot = value; } + } + + /// return the times the node is shared + /// + /// + /// + /// + public virtual int UseCount + { + get { return useCount; } + } + + public virtual CompositeIndex HashIndex + { + get + { + if (compIndex == null) + { + compIndex = new CompositeIndex(slot.Name, operator_Renamed, slot.Value); + } + return compIndex; + } + } + + + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertFact(IFact fact, Rete engine, IWorkingMemory mem) + { + if (evaluate(fact)) + { + // if watch is on, we notify the engine. Rather than + // create an event class here, we let Rete do that. + propogateAssert(fact, engine, mem); + } + } + + /// Retract a fact from the node + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractFact(IFact fact, Rete engine, IWorkingMemory mem) + { + if (evaluate(fact)) + { + propogateRetract(fact, engine, mem); + } + } + + /// evaluate the node's value against the slot's value. The method + /// uses Evaluate class to perform the evaluation + /// + /// factInstance + /// + /// engine + /// + /// + /// + /// + public virtual bool evaluate(IFact factInstance) + { + return Evaluate.evaluate(operator_Renamed, factInstance.getSlotValue(slot.Id), slot.Value); + } + + /// Method returns the string format of the node's condition. later on + /// this should be cleaned up. + /// + public override String ToString() + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return "slot(" + slot.Id + ") " + ConversionUtils.getPPOperator(operator_Renamed) + " " + slot.Value.ToString() + " - useCount=" + useCount; + } + + + /// Method returns a hash string for ObjectTypeNode. The format is + /// slotName:operator:value + /// + /// + /// + /// + public override String hashString() + { + if (hashstring == null) + { + hashstring = slot.Id + ":" + operator_Renamed + ":" + slot.Value.ToString(); + } + return hashstring; + } + + /// Method returns the pretty printer formatted string of the node's + /// condition. For now, the method just replaces the operator. It might + /// be nice to replace the slot id with the slot name. + /// + /// + /// + /// + public override String toPPString() + { + return " slot(" + slot.Name + ") " + ConversionUtils.getPPOperator(operator_Renamed) + " " + ConversionUtils.formatSlot(slot.Value) + " - useCount=" + useCount; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/NoMemAnd.cs b/trunk/Creshendo/Util/Rete/NoMemAnd.cs new file mode 100644 index 0000000..0391563 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/NoMemAnd.cs @@ -0,0 +1,225 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// AlphaNodeMS is similar to AlphaNode. The main difference is AlphaNode2 + /// is for comparing a slot against multiple values with equal/not equal + /// operator. + ///
+ /// Although there is a class called Alpha memory, Alpha nodes use a + /// simple org.jamocha.rete.util.IList to remember which facts matched. A decision was made to + /// use a simple org.jamocha.rete.util.List, since assert only takes a single Fact object. + /// If we change assert to take an array of facts, we would need to + /// replace the List with a map of AlphaMemory.
+ /// + /// + ///
+ public class NoMemAnd : BaseAlpha2 + { + /// The use of Slot(s) is similar to CLIPS design + /// + protected internal Slot2 slot = null; + + /// The useCount is used to keep track of how many times + /// an Alpha node is shared. This is needed so that we + /// can dynamically Remove a rule at run time and Remove + /// the node from the network. If we didn't keep count, + /// it would be harder to figure out if we can Remove the node. + /// + protected internal new int useCount = 0; + + /// + /// + public NoMemAnd(int id) : base(id) + { + } + + /// the first time the RETE compiler makes the node shared, + /// it needs to increment the useCount. + /// + /// share + /// + /// + public virtual bool Shared + { + get + { + if (useCount > 0) + { + return true; + } + else + { + return false; + } + } + } + + /// Set the slot id. The slot id is the deftemplate slot id + /// + /// id + /// + /// + public override Slot Slot + { + set { slot = (Slot2) value; } + } + + /// return the times the node is shared + /// + /// + /// + /// + public virtual int UseCount + { + get { return useCount; } + } + + /// method is not implemented, since it doesn't apply + /// + public override int Operator + { + get { return 1; } + set { } + } + + + /// every time the node is shared, the method + /// needs to be called so we keep an accurate count. + /// + public override void incrementUseCount() + { + useCount++; + } + + /// every time a rule is removed from the network + /// we need to decrement the count. Once the count + /// reaches zero, we can Remove the node by calling + /// it's finalize. + /// + public override void decrementUseCount() + { + useCount--; + } + + /// the implementation will first check to see if the fact already matched. + /// If it did, the fact stops and doesn't go any further. If it doesn't, + /// it will attempt to evaluate it and Add the fact if it matches. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertFact(IFact fact, Rete engine, IWorkingMemory mem) + { + if (evaluate(fact)) + { + propogateAssert(fact, engine, mem); + } + } + + /// Retract a fact from the node + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractFact(IFact fact, Rete engine, IWorkingMemory mem) + { + if (evaluate(fact)) + { + propogateRetract(fact, engine, mem); + } + } + + /// evaluate the node's value against the slot's value. The method + /// uses Evaluate class to perform the evaluation + /// + /// factInstance + /// + /// engine + /// + /// + /// + /// + public virtual bool evaluate(IFact factInstance) + { + bool equal = true; + IEnumerator itr = slot.EqualList.GetEnumerator(); + Object fval = factInstance.getSlotValue(slot.Id); + while (itr.MoveNext()) + { + Object mv = itr.Current; + if (!mv.Equals(fval)) + { + equal = false; + break; + } + } + if (equal) + { + itr = slot.NotEqualList.GetEnumerator(); + while (itr.MoveNext()) + { + Object mv = itr.Current; + if (mv.Equals(fval)) + { + equal = false; + break; + } + } + } + return equal; + } + + + /// method returns toString() for the hash + /// + public override String hashString() + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return ToString(); + } + + /// Method returns the string format of the node's condition. later on + /// this should be cleaned up. + /// + public override String ToString() + { + return "slot(" + slot.Name + ") " + slot.toString("&") + " - useCount=" + useCount; + } + + /// Method returns the pretty printer formatted string of the node's + /// condition. For now, the method just replaces the operator. It might + /// be nice to replace the slot id with the slot name. + /// + /// + /// + /// + public override String toPPString() + { + return "and node-" + nodeID + "> slot(" + slot.Name + ") " + slot.toString("&") + " - useCount=" + useCount; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/NoMemOr.cs b/trunk/Creshendo/Util/Rete/NoMemOr.cs new file mode 100644 index 0000000..16f61e5 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/NoMemOr.cs @@ -0,0 +1,208 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// AlphaNodeMS is similar to AlphaNode. The main difference is AlphaNode2 + /// is for comparing a slot against multiple values with equal/not equal + /// operator. + ///
+ /// Although there is a class called Alpha memory, Alpha nodes use a + /// simple org.jamocha.rete.util.IList to remember which facts matched. A decision was made to + /// use a simple org.jamocha.rete.util.List, since assert only takes a single Fact object. + /// If we change assert to take an array of facts, we would need to + /// replace the List with a map of AlphaMemory.
+ /// + /// + ///
+ public class NoMemOr : BaseAlpha2 + { + /// The use of Slot(s) is similar to CLIPS design + /// + protected internal Slot2 slot = null; + + /// The useCount is used to keep track of how many times + /// an Alpha node is shared. This is needed so that we + /// can dynamically Remove a rule at run time and Remove + /// the node from the network. If we didn't keep count, + /// it would be harder to figure out if we can Remove the node. + /// + protected internal new int useCount = 0; + + /// + /// + public NoMemOr(int id) : base(id) + { + } + + /// the first time the RETE compiler makes the node shared, + /// it needs to increment the useCount. + /// + /// share + /// + /// + public virtual bool Shared + { + get + { + if (useCount > 0) + { + return true; + } + else + { + return false; + } + } + } + + /// Set the slot id. The slot id is the deftemplate slot id + /// + /// id + /// + /// + public override Slot Slot + { + set { slot = (Slot2) value; } + } + + /// return the times the node is shared + /// + /// + /// + /// + public virtual int UseCount + { + get { return useCount; } + } + + /// method is not implemented, since it doesn't apply + /// + public override int Operator + { + get { return 0; } + set { } + } + + + /// every time the node is shared, the method + /// needs to be called so we keep an accurate count. + /// + public override void incrementUseCount() + { + useCount++; + } + + /// every time a rule is removed from the network + /// we need to decrement the count. Once the count + /// reaches zero, we can Remove the node by calling + /// it's finalize. + /// + public override void decrementUseCount() + { + useCount--; + } + + /// the implementation will first check to see if the fact already matched. + /// If it did, the fact stops and doesn't go any further. If it doesn't, + /// it will attempt to evaluate it and Add the fact if it matches. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertFact(IFact fact, Rete engine, IWorkingMemory mem) + { + if (evaluate(fact)) + { + propogateAssert(fact, engine, mem); + } + } + + /// Retract a fact from the node + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractFact(IFact fact, Rete engine, IWorkingMemory mem) + { + if (evaluate(fact)) + { + propogateRetract(fact, engine, mem); + } + } + + /// evaluate the node's value against the slot's value. The method + /// uses Evaluate class to perform the evaluation + /// + /// factInstance + /// + /// engine + /// + /// + /// + /// + public virtual bool evaluate(IFact factInstance) + { + bool not = slot.NotEqualList.Contains(factInstance.getSlotValue(slot.Id)); + bool eq = slot.EqualList.Contains(factInstance.getSlotValue(slot.Id)); + if (!not && eq) + { + return true; + } + else + { + return false; + } + } + + + /// method returns toString() for the hash + /// + public override String hashString() + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return ToString(); + } + + /// Method returns the string format of the node's condition. later on + /// this should be cleaned up. + /// + public override String ToString() + { + return "slot(" + slot.Name + ") " + slot.toString("|") + " - useCount=" + useCount; + } + + /// Method returns the pretty printer formatted string of the node's + /// condition. For now, the method just replaces the operator. It might + /// be nice to replace the slot id with the slot name. + /// + /// + /// + /// + public override String toPPString() + { + return "or node-" + nodeID + "> slot(" + slot.Name + ") " + slot.toString("|") + " - useCount=" + useCount; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/NotEqHashIndex.cs b/trunk/Creshendo/Util/Rete/NotEqHashIndex.cs new file mode 100644 index 0000000..7a5b627 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/NotEqHashIndex.cs @@ -0,0 +1,134 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin

+ /// * + /// NotEqHashIndex is different from EqHashIndex is 2 ways. The first is + /// it only uses the values of equality comparison and ignores the not + /// equal values. The second is it takes BindValue[] instead of just + /// Object[]. + /// + /// + [Serializable] + public class NotEqHashIndex : IHashIndex + { + private int eqhashCode; + private EqHashIndex negindex; + private BindValue[] values = null; + + ///

+ /// + public NotEqHashIndex(BindValue[] thevalues) + { + values = thevalues; + calculateHash(); + } + + /// return the subindex + /// + /// + /// + /// + public virtual EqHashIndex SubIndex + { + get { return negindex; } + } + + #region HashIndex Members + + /// The implementation is similar to the index class. + /// + public override bool Equals(Object val) + { + if (this == val) + { + return true; + } + if (val == null || !(val is NotEqHashIndex)) + { + return false; + } + NotEqHashIndex eval = (NotEqHashIndex) val; + bool eq = true; + for (int idx = 0; idx < values.Length; idx++) + { + if (!values[idx].negated() && !eval.values[idx].Value.Equals(values[idx].Value)) + { + eq = false; + break; + } + } + return eq; + } + + /// Method simply returns the cached GetHashCode. + /// + public override int GetHashCode() + { + return eqhashCode; + } + + public virtual String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("NotEqHashIndex2: "); + buf.Append(negindex.toPPString()); + return buf.ToString(); + } + + #endregion + + /// The implementation is different than EqHashIndex. It ignores + /// any Bindings that are negated + /// + private void calculateHash() + { + Object[] neg = new Object[values.Length]; + int z = 0; + if (values != null && values.Length > 0) + { + for (int idx = 0; idx < values.Length; idx++) + { + if (values[idx] != null && !values[idx].negated()) + { + eqhashCode += values[idx].Value.GetHashCode(); + } + else + { + neg[z] = values[idx].Value; + z++; + } + } + } + Object[] neg2 = new Object[z]; + Array.Copy(neg, 0, neg2, 0, z); + negindex = new EqHashIndex(neg2); + neg = null; + neg2 = null; + } + + public virtual void clear() + { + negindex.clear(); + values = null; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/NotJoin.cs b/trunk/Creshendo/Util/Rete/NotJoin.cs new file mode 100644 index 0000000..7136118 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/NotJoin.cs @@ -0,0 +1,337 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Text; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete.Exception; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// NotJoin is used for Negated Conditional Elements. It is similar to + /// BetaNode with a few important differences. When facts enter through + /// the right side, it can only result in retracting facts from + /// successor nodes and removal of activations from the agenda. + /// Retracting facts from the right can only result in propogating + /// facts down the RETE network. The node will only propogate when + /// the match count goes from 1 to zero. Removing activations only + /// happens when the match count on the left goes from zero to one. + /// + /// + public class NotJoin : BaseJoin + { + public NotJoin(int id) : base(id) + { + } + + /// Clear will Clear the lists + /// + public override void clear(IWorkingMemory mem) + { + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + IGenericMap leftmem = (IGenericMap) mem.getBetaRightMemory(this); + IEnumerator itr = leftmem.Keys.GetEnumerator(); + // first we iterate over the list for each fact + // and Clear it. + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) leftmem.Get(itr.Current); + bmem.clear(); + } + // now that we've cleared the list for each fact, we + // can Clear the org.jamocha.rete.util.Map. + leftmem.Clear(); + rightmem.Clear(); + } + + /// + /// assertLeft takes an array of facts. Since the Current join may be + /// joining against one or more objects, we need to pass all + /// previously matched facts. + /// + /// The linx. + /// The engine. + /// The mem. + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + // we create a new list for storing the matches. + // any fact that isn't in the list will be evaluated. + IBetaMemory bmem = new BetaMemoryImpl(linx); + leftmem.Put(bmem.Index, bmem); + IGenericMap rightmem = (IGenericMap)mem.getBetaRightMemory(this); + int prevCount = bmem.matchCount(); + IEnumerator itr = rightmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + IFact rfcts = (IFact) itr.Current; + if (evaluate(linx.Facts, rfcts, engine)) + { + // it matched, so we Add it to the beta memory + bmem.addMatch(rfcts); + } + } + // since the Fact[] is entering the left for the first time, + // if there are no matches, we merged the facts propogate. + if (bmem.matchCount() == 0) + { + propogateAssert(linx, engine, mem); + } + } + + /// Assert from the right side is always going to be from an + /// Alpha node. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + // we only proceed if the fact hasn't already entered + // the join node + IGenericMap rightmem = (IGenericMap)mem.getBetaRightMemory(this); + rightmem.Put(rfact, rfact); + // now that we've added the facts to the list, we + // proceed with evaluating the fact + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) itr.Current; + Index linx = bmem.Index; + int prevCount = bmem.matchCount(); + if (evaluate(linx.Facts, rfact, engine)) + { + bmem.addMatch(rfact); + } + // When facts are asserted from the right, it can only + // increase the match count, so basically it will never + // need to propogate to successor nodes. + if (prevCount == 0 && bmem.matchCount() != 0) + { + // we have to retract + try + { + propogateRetract(linx, engine, mem); + } + catch (RetractException e) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + throw new AssertException("NotJion - " + e.Message); + } + } + } + } + + /// Retracting from the left is different than retractRight for couple + /// of reasons. + ///
    + ///
  • NotJoin will only propogate the facts from the left
  • + ///
  • NotJoin never needs to merge the left and right
  • + ///
+ ///
+ /// factInstance + /// + /// engine + /// + /// + public override void retractLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + // the left memory Contains the fact array, so we + // retract it. + IBetaMemory bmem = (IBetaMemory) leftmem.RemoveWithReturn(linx); + if (bmem != null) + { + // if watch is turned on, we send an event + propogateRetract(linx, engine, mem); + } + } + + /// + /// Retract from the right works in the following order. + /// 1. Remove the fact from the right memory + /// 2. check which left memory matched + /// 3. propogate the retract + /// + /// The rfact. + /// The engine. + /// The mem. + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + IGenericMap rightmem = (IGenericMap)mem.getBetaRightMemory(this); + if (rightmem.RemoveWithReturn(rfact) != null) + { + // now we see the left memory matched and Remove it also + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) itr.Current; + int prevCount = bmem.matchCount(); + if (bmem.matched(rfact)) + { + // we Remove the fact from the memory + bmem.removeMatch(rfact); + // since 1 or more matches prevents propogation + // we don't need to propogate retract. if the + // match count is now zero, we need to propogate + // assert + if (prevCount != 0 && bmem.matchCount() == 0) + { + try + { + propogateAssert(bmem.Index, engine, mem); + } + catch (AssertException e) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + throw new RetractException("NotJion - " + e.Message); + } + } + } + } + } + } + + /// Method will use the right binding to perform the evaluation + /// of the join. Since we are building joins similar to how + /// CLIPS and other rule engines handle it, it means 95% of the + /// time the right fact list only has 1 fact. + /// + /// leftlist + /// + /// right + /// + /// + /// + /// + public virtual bool evaluate(IFact[] leftlist, IFact right, Rete engine) + { + bool eval = true; + // we iterate over the binds and evaluate the facts + for (int idx = 0; idx < binds.Length; idx++) + { + Binding bnd = binds[idx]; + if (bnd is Binding2) + { + eval = ((Binding2) bnd).evaluate(leftlist, right, engine); + } + else + { + eval = bnd.evaluate(leftlist, right); + } + if (!eval) + { + break; + } + } + return eval; + } + + /// Method will evaluate a single slot from the left against the right. + /// + /// left + /// + /// leftId + /// + /// right + /// + /// rightId + /// + /// + /// + /// + public virtual bool evaluate(IFact left, int leftId, IFact right, int rightId, int opr) + { + if (opr == Constants.NOTEQUAL) + { + return Evaluate.evaluateNotEqual(left.getSlotValue(leftId), right.getSlotValue(rightId)); + } + else + { + return Evaluate.evaluateEqual(left.getSlotValue(leftId), right.getSlotValue(rightId)); + } + } + + /// NotJoin has to have a special addSuccessorNode since it needs + /// to just propogate the left facts if it has zero matches. + /// + public override void addSuccessorNode(TerminalNode node, Rete engine, IWorkingMemory mem) + { + if (addNode(node)) + { + // first, we Get the memory for this node + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + // now we iterate over the entry set + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Object omem = itr.Current; + if (omem is IBetaMemory) + { + IBetaMemory bmem = (IBetaMemory) omem; + // iterate over the matches + if (bmem.matchCount() == 0) + { + node.assertFacts(bmem.Index, engine, mem); + } + } + } + } + } + + /// TODO implement this to return the bind info + /// + public override String ToString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("NOT CE - "); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toBindString()); + } + return buf.ToString(); + } + + /// The current implementation is similar to BetaNode + /// + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("node-" + nodeID + "> NOT CE - "); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toPPString()); + } + return buf.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/NotJoinFrst.cs b/trunk/Creshendo/Util/Rete/NotJoinFrst.cs new file mode 100644 index 0000000..197b5c1 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/NotJoinFrst.cs @@ -0,0 +1,337 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Text; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete.Exception; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// NotJoinFrst is a special node for rules that have NOTCE for the first + /// CE. The node does not propogate the initial fact down the network. + /// + /// + public class NotJoinFrst : BaseJoin + { + public NotJoinFrst(int id) : base(id) + { + } + + /// Clear will Clear the lists + /// + public override void clear(IWorkingMemory mem) + { + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + IGenericMap leftmem = (IGenericMap) mem.getBetaRightMemory(this); + IEnumerator itr = leftmem.Keys.GetEnumerator(); + // first we iterate over the list for each fact + // and Clear it. + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) leftmem.Get(itr.Current); + bmem.clear(); + } + // now that we've cleared the list for each fact, we + // can Clear the org.jamocha.rete.util.Map. + leftmem.Clear(); + rightmem.Clear(); + } + + /// assertLeft takes an array of facts. Since the Current join may be + /// joining against one or more objects, we need to pass all + /// previously matched facts. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + // we create a new list for storing the matches. + // any fact that isn't in the list will be evaluated. + IBetaMemory bmem = new BetaMemoryImpl(linx); + leftmem.Put(bmem.Index, bmem); + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + int prevCount = bmem.matchCount(); + IEnumerator itr = rightmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + IFact rfcts = (IFact) itr.Current; + if (evaluate(linx.Facts, rfcts, engine)) + { + // it matched, so we Add it to the beta memory + bmem.addMatch(rfcts); + } + } + // since the Fact[] is entering the left for the first time, + // if there are no matches, we merged the facts propogate. + if (bmem.matchCount() == 0) + { + linx = new Index(new IFact[0]); + propogateAssert(linx, engine, mem); + } + } + + /// Assert from the right side is always going to be from an + /// Alpha node. + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + // we only proceed if the fact hasn't already entered + // the join node + Index linx = new Index(new IFact[0]); + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + rightmem.Put(rfact, rfact); + // now that we've added the facts to the list, we + // proceed with evaluating the fact + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) itr.Current; + int prevCount = bmem.matchCount(); + if (evaluate(linx.Facts, rfact, engine)) + { + bmem.addMatch(rfact); + } + // When facts are asserted from the right, it can only + // increase the match count, so basically it will never + // need to propogate to successor nodes. + if (prevCount == 0 && bmem.matchCount() != 0) + { + linx = new Index(new IFact[0]); + // we have to retract + try + { + propogateRetract(linx, engine, mem); + } + catch (RetractException e) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + throw new AssertException("NotJion - " + e.Message); + } + } + } + } + + /// Retracting from the left is different than retractRight for couple + /// of reasons. + ///
    + ///
  • NotJoin will only propogate the facts from the left
  • + ///
  • NotJoin never needs to merge the left and right
  • + ///
+ ///
+ /// factInstance + /// + /// engine + /// + /// + public override void retractLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + // the left memory Contains the fact array, so we + // retract it. + IBetaMemory bmem = (IBetaMemory) leftmem.RemoveWithReturn(linx); + if (bmem != null) + { + // if watch is turned on, we send an event + linx = new Index(new IFact[0]); + propogateRetract(linx, engine, mem); + } + } + + /// Retract from the right works in the following order. + /// 1. Remove the fact from the right memory + /// 2. check which left memory matched + /// 3. propogate the retract + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + Index linx = new Index(new IFact[0]); + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + if (rightmem.RemoveWithReturn(rfact) != null) + { + // now we see the left memory matched and Remove it also + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) itr.Current; + int prevCount = bmem.matchCount(); + if (bmem.matched(rfact)) + { + // we Remove the fact from the memory + bmem.removeMatch(rfact); + // since 1 or more matches prevents propogation + // we don't need to propogate retract. if the + // match count is now zero, we need to propogate + // assert + if (prevCount != 0 && bmem.matchCount() == 0) + { + try + { + propogateAssert(bmem.Index, engine, mem); + } + catch (AssertException e) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.lang.Throwable.getMessage' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + throw new RetractException("NotJion - " + e.Message); + } + } + } + } + } + } + + /// Method will use the right binding to perform the evaluation + /// of the join. Since we are building joins similar to how + /// CLIPS and other rule engines handle it, it means 95% of the + /// time the right fact list only has 1 fact. + /// + /// leftlist + /// + /// right + /// + /// + /// + /// + public virtual bool evaluate(IFact[] leftlist, IFact right, Rete engine) + { + bool eval = true; + // we iterate over the binds and evaluate the facts + for (int idx = 0; idx < binds.Length; idx++) + { + Binding bnd = binds[idx]; + if (bnd is Binding) + { + eval = ((Binding2) bnd).evaluate(leftlist, right, engine); + } + else + { + eval = bnd.evaluate(leftlist, right); + } + if (!eval) + { + break; + } + } + return eval; + } + + /// Method will evaluate a single slot from the left against the right. + /// + /// left + /// + /// leftId + /// + /// right + /// + /// rightId + /// + /// + /// + /// + public virtual bool evaluate(IFact left, int leftId, IFact right, int rightId, int opr) + { + if (opr == Constants.NOTEQUAL) + { + return Evaluate.evaluateNotEqual(left.getSlotValue(leftId), right.getSlotValue(rightId)); + } + else + { + return Evaluate.evaluateEqual(left.getSlotValue(leftId), right.getSlotValue(rightId)); + } + } + + /// NotJoin has to have a special addSuccessorNode since it needs + /// to just propogate the left facts if it has zero matches. + /// + public override void addSuccessorNode(TerminalNode node, Rete engine, IWorkingMemory mem) + { + if (addNode(node)) + { + // first, we Get the memory for this node + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + // now we iterate over the entry set + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Object omem = itr.Current; + if (omem is IBetaMemory) + { + IBetaMemory bmem = (IBetaMemory) omem; + // iterate over the matches + if (bmem.matchCount() == 0) + { + node.assertFacts(bmem.Index, engine, mem); + } + } + } + } + } + + /// TODO implement this to return the bind info + /// + public override String ToString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("NOT CE - "); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toBindString()); + } + return buf.ToString(); + } + + /// The current implementation is similar to BetaNode + /// + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("node-" + nodeID + "> NOT CE - "); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toPPString()); + } + return buf.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/ObjectTypeNode.cs b/trunk/Creshendo/Util/Rete/ObjectTypeNode.cs new file mode 100644 index 0000000..6b3c6af --- /dev/null +++ b/trunk/Creshendo/Util/Rete/ObjectTypeNode.cs @@ -0,0 +1,423 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// ObjectTypeNode is the input node for a specific type. The node + /// is created with the appropriate Class. A couple of important notes + /// about the implementation of ObjectTypeNode. + /// + /// + /// the assertFact method does not check the deftemplate matches + /// the fact. this is because of inheritance. + /// WorkingMemoryImpl checks to see if the fact's deftemplate + /// has parents. If it does, it will keep checking to see if there is + /// an ObjectTypeNode for the parent. + /// if the template has a parent, it will assert it. this means + /// any patterns for parent templates will attempt to pattern + /// match + /// + /// + /// + [Serializable] + public class ObjectTypeNode : BaseAlpha + { + /// before the operators included not nill, but for it to work properly + /// we have to first test the slot is not nill, and then do the hash + /// lookup. not sure that it's worth it, so removed it instead. + /// + //UPGRADE_NOTE: Final was removed from the declaration of 'operators '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + public static readonly int[] operators = new int[] {Constants.EQUAL, Constants.NILL}; + + /// The Class that defines object type + /// + private ITemplate deftemplate = null; + + /// HashMap entries for unique AlphaNodes + /// + //UPGRADE_NOTE: The initialization of 'entries' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private IGenericMap entries; + + /// If we can gaurantee Uniqueness of the AlphaNodes, set it to true + /// + private bool gauranteeUnique = true; + + /// Second org.jamocha.rete.util.List for all nodes that do not use ==, null operators + /// + //UPGRADE_NOTE: The initialization of 'successor2' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal List successor2; + + /// + /// + public ObjectTypeNode(int id, ITemplate deftemp) : base(id) + { + InitBlock(); + deftemplate = deftemp; + } + + public virtual ITemplate Deftemplate + { + get { return deftemplate; } + } + + /// return the number of successor nodes + /// + /// + /// + /// + public virtual int SuccessorCount + { + get { return successorNodes.Length + successor2.Count; } + } + + public override Object[] SuccessorNodes + { + get + { + List successors = new List(); + successors.AddRange(successor2); + for (int idx = 0; idx < successorNodes.Length; idx++) + { + successors.Add(successorNodes[idx]); + } + + Object[] ary = new object[successors.Count]; + successors.CopyTo(ary, 0); + return ary; + } + } + + private void InitBlock() + { + entries = CollectionFactory.localMap(); + successor2 = new List(); + } + + + /// Clear the memory. for now the method does not + /// Remove all the successor nodes. need to think it over a bit. + /// + public override void clear(IWorkingMemory mem) + { + IAlphaMemory am = (IAlphaMemory) mem.getAlphaMemory(this); + am.clear(); + } + + /// method to Clear the successors. method doesn't iterate over + /// the succesors and Clear them individually. + /// + public virtual void clearSuccessors() + { + IEnumerator itr = successor2.GetEnumerator(); + while (itr.MoveNext()) + { + BaseNode n = (BaseNode) itr.Current; + n.removeAllSuccessors(); + } + itr = entries.Values.GetEnumerator(); + while (itr.MoveNext()) + { + BaseNode n = (BaseNode) itr.Current; + n.removeAllSuccessors(); + } + for (int idx = 0; idx < successorNodes.Length; idx++) + { + successorNodes[idx].removeAllSuccessors(); + } + successor2.Clear(); + successorNodes = new BaseNode[0]; + entries.Clear(); + } + + /// assert the fact and propogate. ObjectTypeNode does not call + /// assertEvent, since it's not that important and doesn't really + /// help debugging. + /// + /// fact + /// + /// engine + /// + /// + public override void assertFact(IFact fact, Rete engine, IWorkingMemory mem) + { + // ObjectTypeNode doesn't bother checking the deftemplate. + ((IAlphaMemory) mem.getAlphaMemory(this)).addPartialMatch(fact); + // if the number of succesor nodes is less than (slot count * opCount) + if (gauranteeUnique && fact.Deftemplate.AllSlots.Length > 0 && successorNodes.Length > (fact.Deftemplate.AllSlots.Length*operators.Length)) + { + assertFactWithMap(fact, engine, mem); + } + else + { + assertAllSuccessors(fact, engine, mem); + } + } + + /// assert using HashMap approach + /// + /// + /// fact + /// + /// engine + /// + /// mem + /// + /// + public virtual void assertFactWithMap(IFact fact, Rete engine, IWorkingMemory mem) + { + Slot[] slots = fact.Deftemplate.AllSlots; + // iterate over the slots + for (int idx = 0; idx < slots.Length; idx++) + { + // only if the slot's node count is greater than zero + // do we go ahead and lookup in the HashMap + if (slots[idx].NodeCount > 0) + { + // iterate over the operators + for (int ops = 0; ops < operators.Length; ops++) + { + CompositeIndex comIndex = new CompositeIndex(slots[idx].Name, operators[ops], fact.getSlotValue(idx)); + + Object node = entries.Get(comIndex); + if (node != null) + { + if (node is BaseAlpha) + { + ((BaseAlpha) node).assertFact(fact, engine, mem); + } + else if (node is BaseJoin) + { + ((BaseJoin) node).assertRight(fact, engine, mem); + } + else if (node is TerminalNode) + { + Index inx = new Index(new IFact[] {fact}); + ((TerminalNode) node).assertFacts(inx, engine, mem); + } + } + } + } + } + assertSecondSuccessors(fact, engine, mem); + } + + /// Propogate the fact using the normal way of iterating over the + /// successors and calling assert on AlphaNodes and assertRight on + /// BetaNodes. + /// + /// fact + /// + /// engine + /// + /// mem + /// @throws AssertException + /// + /// + public virtual void assertAllSuccessors(IFact fact, Rete engine, IWorkingMemory mem) + { + for (int idx = 0; idx < successorNodes.Length; idx++) + { + Object node = successorNodes[idx]; + if (node is BaseAlpha) + { + ((BaseAlpha) node).assertFact(fact, engine, mem); + } + else if (node is BaseJoin) + { + ((BaseJoin) node).assertRight(fact, engine, mem); + } + else if (node is TerminalNode) + { + Index inx = new Index(new IFact[] {fact}); + ((TerminalNode) node).assertFacts(inx, engine, mem); + } + } + assertSecondSuccessors(fact, engine, mem); + } + + public virtual void assertSecondSuccessors(IFact fact, Rete engine, IWorkingMemory mem) + { + IEnumerator itr = successor2.GetEnumerator(); + while (itr.MoveNext()) + { + BaseNode node = (BaseNode) itr.Current; + if (node is BaseAlpha) + { + ((BaseAlpha) node).assertFact(fact, engine, mem); + } + else if (node is BaseJoin) + { + ((BaseJoin) node).assertRight(fact, engine, mem); + } + else if (node is TerminalNode) + { + Index inx = new Index(new IFact[] {fact}); + ((TerminalNode) node).assertFacts(inx, engine, mem); + } + } + } + + /// Retract the fact to the succeeding nodes. ObjectTypeNode does not call + /// assertEvent, since it's not that important and doesn't really + /// help debugging. + /// + /// fact + /// + /// engine + /// + /// + public override void retractFact(IFact fact, Rete engine, IWorkingMemory mem) + { + if (fact.Deftemplate == deftemplate) + { + ((IAlphaMemory) mem.getAlphaMemory(this)).removePartialMatch(fact); + for (int idx = 0; idx < successorNodes.Length; idx++) + { + Object node = successorNodes[idx]; + if (node is BaseAlpha) + { + ((BaseAlpha) node).retractFact(fact, engine, mem); + } + else if (node is BaseJoin) + { + ((BaseJoin) node).retractRight(fact, engine, mem); + } + } + IEnumerator itr2 = successor2.GetEnumerator(); + while (itr2.MoveNext()) + { + BaseNode node = (BaseNode) itr2.Current; + if (node is BaseAlpha) + { + ((BaseAlpha) node).retractFact(fact, engine, mem); + } + else if (node is BaseJoin) + { + ((BaseJoin) node).retractRight(fact, engine, mem); + } + else if (node is TerminalNode) + { + Index inx = new Index(new IFact[] {fact}); + ((TerminalNode) node).retractFacts(inx, engine, mem); + } + } + } + } + + + /// Add a successor node + /// + public override void addSuccessorNode(BaseNode node, Rete engine, IWorkingMemory mem) + { + if (!containsNode(successorNodes, node) && !successor2.Contains(node)) + { + if (node is BaseJoin || node is TerminalNode) + { + successor2.Add(node); + } + else + { + // we test to see if the operator is ==, nil, not nil + // if the node isn't BaseJoin, it should be BaseAlpha + BaseAlpha ba = (BaseAlpha) node; + if (ba.Operator == Constants.LESS || ba.Operator == Constants.GREATER || ba.Operator == Constants.LESSEQUAL || ba.Operator == Constants.GREATEREQUAL || ba.Operator == Constants.NOTEQUAL || ba.Operator == Constants.NOTNILL) + { + successor2.Add(node); + } + else + { + addNode(node); + } + } + if (gauranteeUnique && node is AlphaNode) + { + // now we use CompositeIndex instead of HashString + AlphaNode anode = (AlphaNode) node; + entries.Put(anode.HashIndex, node); + // we increment the node count for the slot + deftemplate.getSlot(anode.slot.Id).incrementNodeCount(); + } + // if there are matches, we propogate the facts to + // the new successor only + IAlphaMemory alpha = (IAlphaMemory) mem.getAlphaMemory(this); + if (alpha.size() > 0) + { + IEnumerator itr = alpha.GetEnumerator(); + while (itr.MoveNext()) + { + IFact f = (IFact) itr.Current; + if (node is BaseAlpha) + { + BaseAlpha next = (BaseAlpha) node; + next.assertFact(f, engine, mem); + } + else if (node is BaseJoin) + { + BaseJoin next = (BaseJoin) node; + next.assertRight(f, engine, mem); + } + else if (node is TerminalNode) + { + TerminalNode t = (TerminalNode) node; + Index inx = new Index(new IFact[] {f}); + t.assertFacts(inx, engine, mem); + } + } + } + } + } + + public override bool removeNode(BaseNode n) + { + bool rem = base.removeNode(n); + successor2.Remove(n); + if (n is AlphaNode) + { + entries.Remove(((AlphaNode)n).HashIndex); + } + return rem; + } + + /// For the ObjectTypeNode, the method just returns toString + /// + public override String hashString() + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return ToString(); + } + + /// this returns name of the deftemplate + /// + public override String ToString() + { + return "ObjectTypeNode( " + deftemplate.Name + " ) -"; + } + + /// this returns name of the deftemplate + /// + public override String toPPString() + { + return " Template( " + deftemplate.Name + " )"; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/OrderedFactTypeNode.cs b/trunk/Creshendo/Util/Rete/OrderedFactTypeNode.cs new file mode 100644 index 0000000..fcf5e64 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/OrderedFactTypeNode.cs @@ -0,0 +1,84 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// OrderedFactTypeNode is the object type node for ordered facts. The + /// difference between the two is this type node is used only for + /// ordered facts. Jamocha groups the ordered facts by the number of slots + /// first. The second thing is it uses a HashMap for the successors, since + /// the first slot in the ordered fact is a symbol. This means it is always + /// an equality test, which means we shouldn't iterate over all successors. + /// The class should just look it up and only propogate to the one node. + /// + /// Peter Lin + /// + /// + [Serializable] + public class OrderedFactTypeNode : BaseAlpha + { + /// The Class that defines object type + /// + private ITemplate deftemplate = null; + + /// HashMap entries for unique AlphaNodes + /// + //UPGRADE_NOTE: The initialization of 'entries' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private IGenericMap entries; + + /// id + /// + /// + public OrderedFactTypeNode(int id, ITemplate tmpl) : base(id) + { + InitBlock(); + deftemplate = tmpl; + } + + private void InitBlock() + { + entries = CollectionFactory.localMap(); + } + + public override void assertFact(IFact factInstance, Rete engine, IWorkingMemory mem) + { + } + + public override String hashString() + { + // TODO Auto-generated method stub + return null; + } + + public override void retractFact(IFact factInstance, Rete engine, IWorkingMemory mem) + { + // TODO Auto-generated method stub + } + + public override String toPPString() + { + return "InputNode for Template(" + deftemplate.Name + ")"; + } + + public override String ToString() + { + return "OrderedFactTypeNode(" + deftemplate.Name + ")"; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/ParameterUtils.cs b/trunk/Creshendo/Util/Rete/ParameterUtils.cs new file mode 100644 index 0000000..e473bda --- /dev/null +++ b/trunk/Creshendo/Util/Rete/ParameterUtils.cs @@ -0,0 +1,70 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + + +using System.Collections; + +namespace Creshendo.Util.Rete +{ + public class ParameterUtils + { + //UPGRADE_TODO: Interface java.util was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095"' + /// The method takes a list containing Parameters and converts it to + /// an array of Parameter[]. Do not pass a list with other types + /// + /// list + /// + /// + /// + /// + public static IParameter[] convertParameters(IList list) + { + IParameter[] pms = new IParameter[list.Count]; + for (int idx = 0; idx < list.Count; idx++) + { + pms[idx] = (IParameter) list[idx]; + } + return pms; + } + + /// slotToParameters is a convienant utility method that converts + /// a list containing parameters and Slots to an array of Parameter[]. + /// The method is used by the parser to handle modify statements. + /// + /// list + /// + /// + /// + /// + public static IParameter[] slotToParameters(IList list) + { + IParameter[] pms = new IParameter[list.Count]; + for (int idx = 0; idx < list.Count; idx++) + { + if (list[idx] is Slot) + { + pms[idx] = new SlotParam((Slot) list[idx]); + } + else + { + pms[idx] = (IParameter) list[idx]; + } + } + return pms; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/PredicateBNode.cs b/trunk/Creshendo/Util/Rete/PredicateBNode.cs new file mode 100644 index 0000000..66b9558 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/PredicateBNode.cs @@ -0,0 +1,247 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Text; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// HashedBetaNode indexes the right input to improve cross product performance. + /// + /// + public class PredicateBNode : BaseJoin + { + public PredicateBNode(int id) : base(id) + { + } + + /// Set the bindings for this join + /// + /// + /// binds + /// + /// + public override Binding[] Bindings + { + set { binds = value; } + } + + + /// Clear will Clear the lists + /// + public override void clear(IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + HashedAlphaMemoryImpl rightmem = (HashedAlphaMemoryImpl) mem.getBetaRightMemory(this); + IEnumerator itr = leftmem.Keys.GetEnumerator(); + // first we iterate over the list for each fact + // and Clear it. + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) leftmem.Get(itr.Current); + bmem.clear(); + } + // now that we've cleared the list for each fact, we + // can Clear the org.jamocha.rete.util.Map. + leftmem.Clear(); + // TODO Clear the right memory + rightmem.clear(); + } + + /// assertLeft takes an array of facts. Since the Current join may be joining + /// against one or more objects, we need to pass all previously matched + /// facts. + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IBetaMemory bmem = new BetaMemoryImpl(linx); + leftmem.Put(linx, bmem); + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + IEnumerator itr = rightmem.Keys.GetEnumerator(); + if (itr != null) + { + while (itr.MoveNext()) + { + IFact vl = (IFact) itr.Current; + // we have to evaluate the function + if (vl != null && evaluate(linx.Facts, vl, engine)) + { + bmem.addMatch(vl); + propogateAssert(linx.add(vl), engine, mem); + } + } + } + } + + /// Assert from the right side is always going to be from an Alpha node. + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + rightmem.Put(rfact, rfact); + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) itr.Current; + if (evaluate(bmem.LeftFacts, rfact, engine)) + { + // now we propogate + bmem.addMatch(rfact); + propogateAssert(bmem.Index.add(rfact), engine, mem); + } + } + } + + /// Retracting from the left requires that we propogate the + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Remove(linx); + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + IEnumerator itr = rightmem.Keys.GetEnumerator(); + if (itr != null) + { + while (itr.MoveNext()) + { + propogateRetract(linx.add((IFact) itr.Current), engine, mem); + } + } + } + + /// Retract from the right works in the following order. 1. Remove the fact + /// from the right memory 2. check which left memory matched 3. propogate the + /// retract + /// + /// + /// factInstance + /// + /// engine + /// + /// + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + rightmem.Remove(rfact); + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) itr.Current; + if (evaluate(bmem.LeftFacts, rfact, engine)) + { + bmem.removeMatch(rfact); + propogateRetract(bmem.Index, engine, mem); + } + } + } + + /// Method will use the right binding to perform the evaluation of the join. + /// Since we are building joins similar to how CLIPS and other rule engines + /// handle it, it means 95% of the time the right fact list only has 1 fact. + /// + /// + /// leftlist + /// + /// right + /// + /// + /// + /// + public virtual bool evaluate(IFact[] leftlist, IFact right, Rete engine) + { + bool eval = true; + // we iterate over the binds and evaluate the facts + for (int idx = 0; idx < binds.Length; idx++) + { + Binding bnd = (Binding) binds[idx]; + if (bnd is Binding2) + { + eval = ((Binding2) bnd).evaluate(leftlist, right, engine); + } + else + { + eval = bnd.evaluate(leftlist, right); + } + if (!eval) + { + break; + } + } + return eval; + } + + /// Basic implementation will return string format of the betaNode + /// + public override String ToString() + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toBindString()); + } + return buf.ToString(); + } + + /// returns the node named + node id and the bindings in a string format + /// + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("PredicateBNode-" + nodeID + "> "); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + if (binds[idx] != null) + { + buf.Append(binds[idx].toPPString()); + } + } + return buf.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Rete.cs b/trunk/Creshendo/Util/Rete/Rete.cs new file mode 100644 index 0000000..72775b0 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Rete.cs @@ -0,0 +1,1712 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Diagnostics; +using System.IO; +using System.Reflection; +using Creshendo.Functions; +using Creshendo.Functions.Math; +using Creshendo.Util.Collections; +using Creshendo.Util.Logging; +using Creshendo.Util.Messagerouter; +using Creshendo.Util.Rete.Compiler; +using Creshendo.Util.Rete.Exception; +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Rete +{ + public enum ProfileType + { + PROFILE_ADD_ACTIVATION = 101, + PROFILE_ASSERT = 102, + PROFILE_ALL = 103, + PROFILE_FIRE = 104, + PROFILE_RETRACT = 105, + PROFILE_RM_ACTIVATION = 106, + } + + public enum WatchType + { + WATCH_ACTIVATIONS = 1, + WATCH_ALL = 2, + WATCH_FACTS = 3, + WATCH_RULES = 4, + } + + /// Peter Lin + /// + /// This is the main Rete engine class. For now it's called Rete, but I may + /// change it to Engine to be more generic. + /// + /// + [Serializable] + public class Rete : /*PropertyChangeListener, ICompilerListener,*/ IDisposable + { + private readonly IRuleCompiler compiler = null; + private readonly bool debug = false; + + /// the key is the Class object. The value is the defclass. the defclass is + /// then used to lookup the deftemplate in the current Module. + /// + protected internal IGenericMap defclass; + + private DeffunctionGroup deffunctions; + protected internal int firingcount = 0; + private List functionGroups; + + /// this is the HashMap for all functions. This means all function names are + /// unique. + /// + protected internal IGenericMap functions; + + protected internal bool halt = true; + protected internal Deftemplate initFact; + private InterpretedFunction intrFunction = null; + private long lastFactId = 1; + + private int lastNodeId = 0; + + /// an org.jamocha.rete.util.List for the listeners + /// + protected internal List listeners; + + protected internal IGenericMap outputStreams; + protected internal bool prettyPrint = false; + private RootNode root; + private MessageRouter router; + private IGenericMap rulesFired; + protected internal IGenericMap templateToDefclass; + protected internal IWorkingMemory workingMem = null; + + /// + /// + public Rete() + { + InitBlock(); + compiler = new DefaultRuleCompiler(this, root.ObjectTypeNodes); + workingMem = new DefaultWM(this, root, compiler); + //CollectionFactory.init(); + init(); + startLog(); + + compiler.RuleAdded += ruleAdded; + compiler.RuleRemoved += ruleRemoved; + compiler.CompileError += compileError; + } + + + //~Rete() + //{ + // router.ShutDown(); + //} + + /// Method returns the current focus. Only the rules in the current focus + /// will be fired. Activations in other modules will not be fired until the + /// focus is changed to it. + /// + /// + /// + /// + /// + public virtual IModule CurrentFocus + { + get { return workingMem.CurrentFocus; } + } + + /// Return a Set of the declass instances + /// + /// + /// + /// + /// + public virtual ICollection Defclasses + { + get { return defclass.Values; } + } + + /// Returns a list of the function groups. If a function is not in a group, + /// Get the complete list of functions using getAllFunctions instead. + /// + /// + /// + /// + /// + public virtual IList FunctionGroups + { + get { return functionGroups; } + } + + /// Returns a collection of the function instances + /// + /// + /// + /// + /// + public virtual ICollection AllFunctions + { + get { return functions.Values; } + } + + public virtual RootNode RootNode + { + get { return root; } + } + + public virtual InterpretedFunction InterpretedFunction + { + set { intrFunction = value; } + } + + /// + /// set the focus to a different module + /// + /// The focus. + public virtual String Focus + { + set + { + IModule mod = workingMem.findModule(value); + if (mod != null) + { + workingMem.CurrentModule = mod; + } + } + } + + /// + /// Rete class Contains a list of items that can be watched. Call the method + /// with one of the four types:
activations
all
facts
+ /// rules
+ ///
+ /// The watch. + public virtual WatchType Watch + { + set + { + if (value == WatchType.WATCH_ACTIVATIONS) + { + workingMem.Agenda.Watch = true; + } + else if (value == WatchType.WATCH_ALL) + { + workingMem.Agenda.Watch = true; + workingMem.WatchFact = true; + workingMem.WatchRules = true; + } + else if (value == WatchType.WATCH_FACTS) + { + workingMem.WatchFact = true; + } + else if (value == WatchType.WATCH_RULES) + { + workingMem.WatchRules = true; + } + } + } + + /// + /// Call the method with the type to unwatch activations
facts
+ /// rules
+ ///
+ /// The un watch. + public virtual WatchType UnWatch + { + set + { + if (value == WatchType.WATCH_ACTIVATIONS) + { + workingMem.Agenda.Watch = false; + } + else if (value == WatchType.WATCH_ALL) + { + workingMem.Agenda.Watch = false; + workingMem.WatchFact = false; + workingMem.WatchRules = false; + } + else if (value == WatchType.WATCH_FACTS) + { + workingMem.WatchFact = false; + } + else if (value == WatchType.WATCH_RULES) + { + workingMem.WatchRules = false; + } + } + } + + /// + /// To turn on profiling, call the method with the appropriate parameter. The + /// parameters are defined in Rete class as static int values. + /// + /// The profile. + public virtual ProfileType Profile + { + set + { + if (value == ProfileType.PROFILE_ADD_ACTIVATION) + { + workingMem.Agenda.ProfileAdd = true; + } + else if (value == ProfileType.PROFILE_ASSERT) + { + workingMem.ProfileAssert = true; + } + else if (value == ProfileType.PROFILE_ALL) + { + workingMem.Agenda.ProfileAdd = true; + workingMem.ProfileAssert = true; + workingMem.ProfileFire = true; + workingMem.ProfileRetract = true; + workingMem.Agenda.ProfileRemove = true; + } + else if (value == ProfileType.PROFILE_FIRE) + { + workingMem.ProfileFire = true; + } + else if (value == ProfileType.PROFILE_RETRACT) + { + workingMem.ProfileRetract = true; + } + else if (value == ProfileType.PROFILE_RM_ACTIVATION) + { + workingMem.Agenda.ProfileRemove = true; + } + } + } + + /// + /// To turn off profiling, call the method with the appropriate parameter. + /// The parameters are defined in Rete class as static int values. + /// + /// The profile off. + public virtual ProfileType ProfileOff + { + set + { + if (value == ProfileType.PROFILE_ADD_ACTIVATION) + { + workingMem.Agenda.ProfileAdd = false; + } + else if (value == ProfileType.PROFILE_ASSERT) + { + workingMem.ProfileAssert = false; + } + else if (value == ProfileType.PROFILE_ALL) + { + workingMem.Agenda.ProfileAdd = false; + workingMem.ProfileAssert = false; + workingMem.ProfileFire = false; + workingMem.ProfileRetract = false; + workingMem.Agenda.ProfileRemove = false; + } + else if (value == ProfileType.PROFILE_FIRE) + { + workingMem.ProfileFire = false; + } + else if (value == ProfileType.PROFILE_RETRACT) + { + workingMem.ProfileRetract = false; + } + else if (value == ProfileType.PROFILE_RM_ACTIVATION) + { + workingMem.Agenda.ProfileRemove = false; + } + } + } + + /// + /// return a list of all the facts including deffacts and shadow of objects + /// + /// All facts. + /// + /// + public virtual IList AllFacts + { + get { return workingMem.AllFacts; } + } + + /// + /// Return a list of the objects asserted in the working memory + /// + /// The objects. + /// + /// + public virtual IList Objects + { + get { return workingMem.Objects; } + } + + /// + /// Return a list of all facts which are not shadows of Objects. + /// + /// The deffacts. + /// + /// + public virtual IList Deffacts + { + get { return workingMem.Deffacts; } + } + + /// return just the number of deffacts + /// + /// + /// + /// + public virtual int DeffactCount + { + get { return workingMem.DeffactMap.Count; } + } + + /// + /// Method returns a list of the rules that fired + /// + /// The rules fired. + /// + /// + public virtual IList RulesFired + { + get + { + List list = new List(); + list.AddRange(rulesFired.Keys); + return list; + } + } + + /// + /// Gets the agenda. + /// + /// The agenda. + public virtual Agenda Agenda + { + get { return workingMem.Agenda; } + } + + /// + /// Gets the rule compiler. + /// + /// The rule compiler. + public virtual IRuleCompiler RuleCompiler + { + get { return workingMem.RuleCompiler; } + } + + /// + /// Gets the working memory. + /// + /// The working memory. + public virtual IWorkingMemory WorkingMemory + { + get { return workingMem; } + } + + /// + /// Gets the strategy. + /// + /// The strategy. + public virtual IStrategy Strategy + { + get { return workingMem.Strategy; } + } + + /// + /// Gets the activation list. + /// + /// The activation list. + public virtual IActivationList ActivationList + { + get { return workingMem.CurrentFocus.AllActivations; } + } + + /// + /// Gets the object count. + /// + /// The object count. + public virtual int ObjectCount + { + get { return workingMem.DynamicFacts.Count + workingMem.StaticFacts.Count; } + } + + /// + /// Gets or sets a value indicating whether [validate rules]. + /// + /// true if [validate rules]; otherwise, false. + public virtual bool ValidateRules + { + get { return workingMem.RuleCompiler.ValidateRule; } + + set { workingMem.RuleCompiler.ValidateRule = value; } + } + + public virtual MessageRouter MessageRouter + { + get { return router; } + } + + public virtual Deftemplate InitFact + { + get { return initFact; } + } + + #region IDisposable Members + + /// + /// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. + /// + public void Dispose() + { + close(); + } + + #endregion + + public event MessageHandler Message; + + /// + /// For now, this is not implemented + /// + /// The event_ renamed. + public virtual void ruleAdded(object sender, CompileMessageEventArgs messageEventArgsRenamed) + { + TraceLogger.Instance.Info("added: " + messageEventArgsRenamed.Message); + } + + /// + /// For now, this is not implemented + /// + /// The event_ renamed. + public virtual void ruleRemoved(object sender, CompileMessageEventArgs messageEventArgsRenamed) + { + TraceLogger.Instance.Info("removed: " + messageEventArgsRenamed.Message); + } + + /// + /// For now, this is not implemented + /// + /// The event_ renamed. + public virtual void compileError(object sender, CompileMessageEventArgs messageEventArgsRenamed) + { + TraceLogger.Instance.Warn(messageEventArgsRenamed.Message); + } + + private void InitBlock() + { + defclass = CollectionFactory.localMap(); + templateToDefclass = CollectionFactory.localMap(); + functions = CollectionFactory.localMap(); + outputStreams = CollectionFactory.localMap(); + listeners = new List(); + functionGroups = new List(); + //log = new Log4netLogger(typeof (Rete)); + router = new MessageRouter(this); + initFact = new InitialFact(); + deffunctions = new DeffunctionGroup(); + root = new RootNode(); + rulesFired = CollectionFactory.localMap(); + } + + /// initialization logic should go here + /// + protected internal void init() + { + loadBuiltInFunctions(); + declareInitialFact(); + } + + protected internal virtual void loadBuiltInFunctions() + { + // load the engine relate functions like declaring rules, templates, etc + RuleEngineFunctions rulefs = new RuleEngineFunctions(); + functionGroups.Add(rulefs); + rulefs.loadFunctions(this); + // load boolean functions + BooleanFunctions boolfs = new BooleanFunctions(); + functionGroups.Add(boolfs); + boolfs.loadFunctions(this); + // load IO functions + IOFunctions iofs = new IOFunctions(); + functionGroups.Add(iofs); + iofs.loadFunctions(this); + // load math functions + MathFunctions mathfs = new MathFunctions(); + functionGroups.Add(mathfs); + mathfs.loadFunctions(this); + declareFunction(new IfFunction()); + functionGroups.Add(deffunctions); + } + + protected internal virtual void clearBuiltInFunctions() + { + functions.Clear(); + } + + protected void startLog() + { + TraceLogger.Instance.Info("Creshendo started"); + } + + protected internal virtual void declareInitialFact() + { + declareTemplate(initFact); + Deffact ifact = (Deffact) initFact.createFact(null, null, nextFactId()); + try + { + assertFact(ifact); + } + catch (AssertException e) + { + // an error should not occur + TraceLogger.Instance.Info(e); + } + } + + // ----- methods for clearing rules and facts ----- // + + /// Clear the objects from the working memory + /// + public virtual void clearObjects() + { + workingMem.clearObjects(); + } + + /// Clear the deffacts from the working memory. This does not include facts + /// asserted using assertObject. + /// + public virtual void clearFacts() + { + workingMem.clearFacts(); + } + + /// Clear all objects and deffacts + /// + public virtual void clearAll() + { + workingMem.DynamicFacts.Clear(); + workingMem.StaticFacts.Clear(); + workingMem.DeffactMap.Clear(); + workingMem.clear(); + // now we Clear all the rules and templates + defclass.Clear(); + ProfileStats.reset(); + lastFactId = 1; + lastNodeId = 1; + clearBuiltInFunctions(); + loadBuiltInFunctions(); + declareInitialFact(); + } + + /// Method will Clear the engine of all rules, facts and objects. + /// + public virtual void close() + { + workingMem.clear(); + defclass.Clear(); + workingMem.DeffactMap.Clear(); + workingMem.DynamicFacts.Clear(); + functions.Clear(); + workingMem.InitialFacts.Clear(); + listeners.Clear(); + workingMem.StaticFacts.Clear(); + CompilerProvider.reset(); + } + + protected internal virtual void addRuleFired(IRule r) + { + rulesFired.Put(r, null); + } + + /// + /// this is useful for debugging purposes. clips allows the user to fire 1 + /// rule at a time. + /// + /// The count. + /// + public virtual int fire(int count) + { + int counter = 0; + if (workingMem.CurrentFocus.ActivationCount > 0) + { + IActivation actv = null; + if (workingMem.profileFire()) + { + ProfileStats.startFire(); + } + while ((actv = workingMem.CurrentFocus.nextActivation(this)) != null && counter < count) + { + try + { + if (workingMem.watchRules()) + { + writeMessage("==> fire: " + actv.toPPString() + "\r\n", "t"); + } + pushScope(actv.Rule); + actv.executeActivation(this); + actv.clear(); + popScope(); + counter++; + addRuleFired(actv.Rule); + } + catch (ExecuteException e) + { + // we need to report the exception + TraceLogger.Instance.Debug(e); + // we break out of the for loop + break; + } + } + if (workingMem.profileFire()) + { + ProfileStats.endFire(); + } + } + return counter; + } + + /// + /// this is the normal fire. it will fire all the rules that have matched + /// completely. + /// + /// + public virtual int fire() + { + if (workingMem.CurrentFocus.ActivationCount > 0) + { + // we reset the rules fire count + firingcount = 0; + IActivation actv = null; + if (workingMem.profileFire()) + { + ProfileStats.startFire(); + } + while ((actv = workingMem.CurrentFocus.nextActivation(this)) != null) + { + try + { + if (workingMem.watchRules()) + { + writeMessage("==> fire: " + actv.toPPString() + "\r\n", "t"); + } + // we push the rule into the scope + pushScope(actv.Rule); + actv.executeActivation(this); + //actv.clear(); //TODO Hack not sure + popScope(); + firingcount++; + addRuleFired(actv.Rule); + actv.clear(); + } + catch (ExecuteException e) + { + TraceLogger.Instance.Debug(e); + } + } + if (workingMem.profileFire()) + { + ProfileStats.endFire(); + } + return firingcount; + } + else + { + return 0; + } + } + + /// + /// method is used to fire an activation immediately + /// + /// The act. + protected internal virtual void fireActivation(IActivation act) + { + if (act != null) + { + try + { + pushScope(act.Rule); + act.executeActivation(this); + //act.clear(); TODO HACK + popScope(); + firingcount++; + addRuleFired(act.Rule); + act.clear(); + } + catch (ExecuteException e) + { + TraceLogger.Instance.Debug(e); + } + } + } + + // ----- defmodule related methods ----- // + + + /// + /// Adds the module. + /// + /// The name. + /// + public virtual bool addModule(String name) + { + if (workingMem.addModule(name) == null) + { + return false; + } + else + { + return true; + } + } + + /// + /// Adds the module. + /// + /// The name. + /// if set to true [setfocus]. + /// + public virtual IModule addModule(String name, bool setfocus) + { + IModule mod = workingMem.addModule(name); + if (setfocus) + { + workingMem.CurrentModule = mod; + } + return mod; + } + + /// + /// Removes the module. + /// + /// The name. + /// + public virtual IModule removeModule(String name) + { + return workingMem.removeModule(name); + } + + /// + /// Finds the module. + /// + /// The name. + /// + public virtual IModule findModule(String name) + { + return workingMem.findModule(name); + } + + /// + /// Finds the function. + /// + /// The name. + /// + public virtual IFunction findFunction(String name) + { + return (IFunction) functions.Get(name); + } + + /// + /// Method will look up the Template using the class + /// + /// The clazz. + /// + public virtual ITemplate findTemplate(Type clazz) + { + Object templ = defclass.Get(clazz); + if (templ != null) + { + return (ITemplate) templ; + } + else + { + return null; + } + } + + /// + /// find the template starting with other modules and ending with the main + /// module. + /// + /// The name. + /// + public virtual ITemplate findTemplate(String name) + { + ITemplate tmpl = null; + IEnumerator itr = workingMem.Agenda.modules.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Object val = itr.Current; + if (val != workingMem.Main) + { + tmpl = ((Defmodule) val).getTemplate(name); + } + if (tmpl != null) + { + break; + } + } + // if it wasn't found in any other module, check main + if (tmpl == null) + { + tmpl = workingMem.Main.getTemplate(name); + } + return tmpl; + } + + /// + /// Users can write query adapters to execute an external query. The method + /// will find all Query adapters for a given Template. There can be zero or + /// more adapter registered for a given template. If the template hasn't been + /// defined, the method return null. + /// + /// The template. + /// + public virtual IQuery findQueryAdapter(ITemplate template) + { + return null; + } + + /// + /// Registers the query adapter. + /// + /// The adapter. + public virtual void registerQueryAdapter(IQuery adapter) + { + } + + // -------- method for declaring an object ------------------ // + + /// + /// Declares the object. + /// + /// Name of the class. + /// Name of the template. + /// The parent. + public virtual void declareObject(String className, String templateName, String parent) + { + //UPGRADE_NOTE: Exception 'java.lang.ClassNotFoundException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + try + { + //UPGRADE_TODO: Format of parameters of method 'java.lang.Class.forName' are different in the equivalent in .NET. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1092"' + Type clzz = Type.GetType(className); + declareObject(clzz, templateName, parent); + } + catch (System.Exception e) + { + // for now do nothing, but we should report the error for real + TraceLogger.Instance.Debug(e); + throw e; + } + } + + /// + /// Declares the object. + /// + /// The obj. + public virtual void declareObject(Type obj) + { + declareObject(obj, null); + } + + /// + /// Declare a class with a specific template name + /// + /// The obj. + /// Name of the template. + public virtual void declareObject(Type obj, String templateName) + { + declareObject(obj, templateName, String.Empty); + } + + /// + /// Declares the object. + /// + /// The obj. + /// Name of the template. + /// The parent. + public virtual void declareObject(Type obj, String templateName, Type parent) + { + declareObject(obj, templateName, parent.FullName); + } + + /// + /// Declares the object. + /// + /// The obj. + /// Name of the template. + /// - + /// the parent template + public virtual void declareObject(Type obj, String templateName, String parent) + { + // if the class hasn't already been declared, we create a defclass + // and deftemplate for the class. + if (!defclass.ContainsKey(obj)) + { + Defclass dclass = new Defclass(obj); + defclass.Put(obj, dclass); + if (templateName == null) + { + templateName = obj.FullName; + } + templateToDefclass.Put(templateName, dclass); + if (!CurrentFocus.containsTemplate(dclass)) + { + Deftemplate dtemp = null; + // if the parent is found, we set it + if (String.IsNullOrEmpty(parent) == false) + { + ITemplate ptemp = workingMem.CurrentFocus.findParentTemplate(parent); + if (ptemp != null) + { + dtemp = dclass.createDeftemplate(templateName, ptemp); + dtemp.Parent = ptemp; + } + else + { + // we need to throw an exception to let users know the + // parent template wasn't found + } + } + else + { + dtemp = dclass.createDeftemplate(templateName); + } + // the key for the deftemplate is the declass, this means + // that when we assert an object instance to the engine, + // we need to use the Class to lookup defclass and then + // use the defclass to lookup the deftemplate. Once we + // have the deftemplate, we can use it to create the shadow + // fact for the object instance. + if (dtemp != null) + { + CurrentFocus.addTemplate(dtemp, this, workingMem); + writeMessage(dtemp.Name, "t"); + } + } + } + } + + /// + /// Finds the defclass. + /// + /// The clazz. + /// + public virtual Defclass findDefclass(Type clazz) + { + return (Defclass) defclass.Get(clazz); + } + + /// + /// Finds the defclass by template. + /// + /// Name of the template. + /// + public virtual Defclass findDefclassByTemplate(String templateName) + { + return (Defclass) templateToDefclass.Get(templateName); + } + + + /// + /// Implementation will lookup the defclass for a given object by using the + /// Class as the key. + /// + /// The key. + /// + public virtual Defclass findDefclass(Object key) + { + return (Defclass) defclass.Get(key.GetType()); + } + + /// + /// method is specifically for templates that are declared in the shell and + /// do not have a corresponding java class. + /// + /// The temp. + public virtual void declareTemplate(ITemplate temp) + { + if (!CurrentFocus.containsTemplate(temp.Name)) + { + // the module doesn't contain it, so we Add it + CurrentFocus.addTemplate(temp, this, workingMem); + } + } + + /// + /// To explicitly deploy a custom function, call the method with an instance + /// of the function + /// + /// The func. + public virtual void declareFunction(IFunction func) + { + functions.Put(func.Name, func); + if (func is InterpretedFunction) + { + deffunctions.addFunction(func); + } + } + + /// + /// In some cases, we may want to declare a function under an alias. For + /// example, Add can be alias as "+". + /// + /// The alias. + /// The func. + public virtual void declareFunction(String alias, IFunction func) + { + functions.Put(alias, func); + } + + /// + /// Method will create an instance of the function and declare it. Once a + /// function is declared, it can be used. All custom functions must be + /// declared before they can be used. + /// + /// The name. + public virtual void declareFunction(String name) + { + //UPGRADE_NOTE: Exception 'java.lang.ClassNotFoundException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + //UPGRADE_NOTE: Exception 'java.lang.InstantiationException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + try + { + //UPGRADE_TODO: Format of parameters of method 'java.lang.Class.forName' are different in the equivalent in .NET. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1092"' + Type fclaz = Type.GetType(name); + IFunction func = (IFunction) CreateNewInstance(fclaz); + declareFunction(func); + } + catch (UnauthorizedAccessException e) + { + TraceLogger.Instance.Debug(e); + } + catch (System.Exception e) + { + TraceLogger.Instance.Debug(e); + } + } + + public Object CreateNewInstance(Type classType) + { + ConstructorInfo[] constructors = classType.GetConstructors(); + + if (constructors.Length == 0) + return null; + + ParameterInfo[] firstConstructor = constructors[0].GetParameters(); + int countParams = firstConstructor.Length; + + Type[] constructor = new Type[countParams]; + for (int i = 0; i < countParams; i++) + constructor[i] = firstConstructor[i].ParameterType; + + return classType.GetConstructor(constructor).Invoke(new Object[] {}); + } + + /// + /// Method will create in instance of the FunctionGroup class and load the + /// functions. + /// + /// The name. + public virtual void declareFunctionGroup(String name) + { + try + { + Type fclaz = Type.GetType(name); + IFunctionGroup group = (IFunctionGroup) CreateNewInstance(fclaz); + declareFunctionGroup(group); + } + catch (UnauthorizedAccessException e) + { + TraceLogger.Instance.Debug(e); + } + catch (System.Exception e) + { + TraceLogger.Instance.Debug(e); + } + } + + /// + /// Method will register the function of the FunctionGroup . + /// + /// FunctionGroup with the functions to register. + public virtual void declareFunctionGroup(IFunctionGroup functionGroup) + { + functionGroup.loadFunctions(this); + } + + /// + /// pass a filename to load the rules. The implementation uses BatchFunction + /// to load the file. + /// + /// The filename. + public virtual void loadRuleset(String filename) + { + BatchFunction bf = (BatchFunction) functions.Get(BatchFunction.BATCH); + IParameter[] params_Renamed = new IParameter[] {new ValueParam(Constants.STRING_TYPE, filename)}; + bf.executeFunction(this, params_Renamed); + } + + /// + /// load the rules from an inputstream. The implementation uses the Batch + /// function to load the input. + /// + /// The ins. + public virtual void loadRuleset(Stream ins) + { + BatchFunction bf = (BatchFunction) functions.Get(BatchFunction.BATCH); + bf.parse(this, ins, null); + } + + + /// + /// Declares the defglobal. + /// + /// The name. + /// The value_ renamed. + public virtual void declareDefglobal(String name, Object value_Renamed) + { + workingMem.Defglobals.declareDefglobal(name, value_Renamed); + } + + /// + /// Gets the defglobal value. + /// + /// The name. + /// + public virtual Object getDefglobalValue(String name) + { + return workingMem.Defglobals.getValue(name); + } + + // -------------- Get / Set methods --------------------- // + + /// + /// The current implementation will check to see if the variable is a + /// defglobal. If it is, it will return the value. If not, it will see if + /// there is an active rule and try to Get the local bound value. + /// + /// The name. + /// + public virtual Object getBinding(String name) + { + return workingMem.getBinding(name); + } + + /// + /// This is the main method for setting the bindings. The current + /// implementation will check to see if the name of the variable begins and + /// ends with "*". If it does, it will declare it as a defglobal. Otherwise, + /// it will try to Add it to the rule being fired. Note: might need to have + /// Add one for shell variables later. + /// + /// The key. + /// The value_ renamed. + public virtual void setBindingValue(String key, Object value_Renamed) + { + workingMem.setBindingValue(key, value_Renamed); + } + + /// + /// when a rule is active, it should push itself into the scopes. when + /// the rule is done, it has to pop itself out of scope. The same applies + /// to interpretedFunctions. + /// + /// The s. + public virtual void pushScope(IScope s) + { + workingMem.pushScope(s); + } + + /// + /// pop a scope out of the stack + /// + public virtual void popScope() + { + workingMem.popScope(); + } + + + /// + /// Get the shadow for the object + /// + /// The key. + /// + public virtual IFact getShadowFact(Object key) + { + IFact f = (IFact) workingMem.DynamicFacts.Get(key); + if (f == null) + { + f = (IFact) workingMem.StaticFacts.Get(key); + } + return f; + } + + /// + /// changed the implementation so it searches for the fact by id. + /// Starting with the HashMap for deffact, dynamic facts and finally + /// static facts. + /// + /// The id. + /// + public virtual IFact getFactById(long id) + { + return workingMem.getFactById(id); + } + + + // ----- method for adding output streams for spools ----- // + /// + /// this method is for adding printwriters for spools. the purpose of + /// the spool function is to dump everything out to a file. + /// + /// The name. + /// The writer. + public virtual void addPrintWriter(String name, TextWriter writer) + { + outputStreams.Put(name, writer); + } + + /// + /// It is up to spool function to make sure it removes the printer + /// writer and closes it properly. + /// + /// The name. + /// + public virtual TextWriter removePrintWriter(String name) + { + return (TextWriter) outputStreams.RemoveWithReturn(name); + } + + // ----- method for writing messages out ----- // + /// + /// The method is called by classes to write watch, profiling and other + /// messages to the output stream. There maybe 1 or more outputstreams. + /// + /// The MSG. + public virtual void writeMessage(String msg) + { + writeMessage(msg, "t"); + } + + /// + /// writeMessage will create a MessageEvent and pass it along to any + /// channels. It will also write out all messages to all registered + /// PrintWriters. For example, if there's a spool setup, it will write + /// the messages to the printwriter. + /// + /// The MSG. + /// The output. + public virtual void writeMessage(String msg, String output) + { + if (Message != null) + { + Message(this, new MessageEventArgs(EventType.ENGINE, msg, output)); + } + //router.postMessageEvent(new MessageEventArgs(EventType.ENGINE, msg, "t".Equals(output) ? router.CurrentChannelId : output)); + if (outputStreams.Count > 0) + { + IEnumerator itr = outputStreams.Values.GetEnumerator(); + while (itr.MoveNext()) + { + TextWriter wr = (TextWriter) itr.Current; + wr.Write(msg); + wr.Flush(); + } + } + } + + protected void OnMessage(MessageEventArgs e) + { + if (Message != null) + { + Message(this, e); + } + } + + /// + /// The method will print out the node. It is up to the method to check if + /// pretty printer is true and call the appropriate node method to Get the + /// string. + /// TODO - need to implement this + /// + /// The node. + public virtual void writeMessage(BaseNode node) + { + } + + /// + /// Method will process the retractEvent, preferably with an event queue + /// + /// The node. + /// The fact. + public virtual void assertEvent(BaseNode node, IFact fact) + { + if (debug) + { + Trace.WriteLine("\"assert at nodeid=" + node.nodeID + " - " + node.ToString().Replace("\"", "'") + ":: with fact -" + fact.toFactString().Replace("\"", "'") + "::\""); + } + IEnumerator itr = listeners.GetEnumerator(); + while (itr.MoveNext()) + { + EngineEventListener eel = (EngineEventListener) itr.Current; + eel.eventOccurred(new EngineEvent(this, EngineEvent.ASSERT_EVENT, node, new IFact[] {fact})); + } + } + + /// + /// Asserts the event. + /// + /// The node. + /// The facts. + public virtual void assertEvent(BaseNode node, IFact[] facts) + { + if (debug) + { + if (node is TerminalNode) + { + Trace.WriteLine(((TerminalNode) node).Rule.Name + " fired"); + } + else + { + } + } + IEnumerator itr = listeners.GetEnumerator(); + while (itr.MoveNext()) + { + EngineEventListener eel = (EngineEventListener) itr.Current; + eel.eventOccurred(new EngineEvent(this, EngineEvent.ASSERT_EVENT, node, facts)); + } + } + + /// + /// Method will process the retractEvent, referably using an event queue + /// + /// The node. + /// The fact. + public virtual void retractEvent(BaseNode node, IFact fact) + { + IEnumerator itr = listeners.GetEnumerator(); + while (itr.MoveNext()) + { + EngineEventListener eel = (EngineEventListener) itr.Current; + eel.eventOccurred(new EngineEvent(this, EngineEvent.RETRACT_EVENT, node, new IFact[] {fact})); + } + } + + /// + /// Retracts the event. + /// + /// The node. + /// The facts. + public virtual void retractEvent(BaseNode node, IFact[] facts) + { + IEnumerator itr = listeners.GetEnumerator(); + while (itr.MoveNext()) + { + EngineEventListener eel = (EngineEventListener) itr.Current; + eel.eventOccurred(new EngineEvent(this, EngineEvent.ASSERT_EVENT, node, facts)); + } + } + + /// + /// the method calls WorkingMemory.assertObject + /// + /// The data. + /// The template. + /// if set to true [statc]. + /// if set to true [shadow]. + public virtual void assertObject(Object data, String template, bool statc, bool shadow) + { + workingMem.assertObject(data, template, statc, shadow); + } + + /// + /// By default assertObjects will assert with shadow and dynamic. It also + /// assumes the classes aren't using an user defined template name. + /// + /// The objs. + public virtual void assertObjects(IList objs) + { + workingMem.assertObjects(objs); + } + + /// + /// Retracts the object. + /// + /// The data. + public virtual void retractObject(Object data) + { + workingMem.retractObject(data); + } + + /// + /// Modify will call retract with the old fact, followed by updating the fact + /// instance and asserting the fact. + /// + /// The data. + public virtual void modifyObject(Object data) + { + workingMem.modifyObject(data); + } + + /// + /// This method is explicitly used to assert facts. + /// + /// The fact. + public virtual void assertFact(Deffact fact) + { + workingMem.assertFact(fact); + } + + /// + /// retract by fact id is slower than retracting by the deffact instance. the + /// method will find the fact and then call retractFact(Deffact) + /// + /// The id. + public virtual void retractById(long id) + { + IEnumerator itr = workingMem.DeffactMap.Values.GetEnumerator(); + Deffact ft = null; + while (itr.MoveNext()) + { + Deffact f = (Deffact) itr.Current; + if (f.FactId == id) + { + ft = f; + break; + } + } + if (ft != null) + { + retractFact(ft); + } + } + + /// + /// Retract a fact directly + /// + /// The fact. + public virtual void retractFact(Deffact fact) + { + workingMem.retractFact(fact); + } + + /// + /// Modify retracts the old fact and asserts the new fact. Unlike assertFact, + /// modifyFact will not check to see if the fact already exists. This is + /// because the old fact would already be unique. + /// + /// The old. + /// The newfact. + public virtual void modifyFact(Deffact old, Deffact newfact) + { + retractFact(old); + assertFact(newfact); + } + + /// + /// Method will call resetObjects first, followed by resetFacts. + /// + public virtual void resetAll() + { + resetObjects(); + resetFacts(); + } + + /// + /// Method will retract the objects and re-assert them. It does not reset the + /// deffacts. + /// + public virtual void resetObjects() + { + try + { + IEnumerator itr = workingMem.StaticFacts.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Deffact ft = (Deffact) itr.Current; + workingMem.retractFact(ft); + } + itr = workingMem.DynamicFacts.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Deffact ft = (Deffact) itr.Current; + workingMem.retractFact(ft); + } + // now assert + itr = workingMem.StaticFacts.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Deffact ft = (Deffact) itr.Current; + workingMem.assertFact(ft); + } + itr = workingMem.DynamicFacts.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Deffact ft = (Deffact) itr.Current; + workingMem.assertFact(ft); + } + } + catch (RetractException e) + { + TraceLogger.Instance.Debug(e); + } + catch (AssertException e) + { + TraceLogger.Instance.Debug(e); + } + } + + /// + /// Method will retract all the deffacts and then re-assert them. Reset does + /// not reset the objects. To reset both the facts and objects, call + /// resetAll. resetFacts handles deffacts which are not derived from objects. + /// + public virtual void resetFacts() + { + try + { + IList facts = new List(workingMem.DeffactMap.Values); + IEnumerator itr = facts.GetEnumerator(); + while (itr.MoveNext()) + { + Deffact ft = (Deffact) itr.Current; + workingMem.retractFact(ft); + } + itr = facts.GetEnumerator(); + while (itr.MoveNext()) + { + Deffact ft = (Deffact) itr.Current; + workingMem.assertFact(ft); + } + } + catch (RetractException e) + { + TraceLogger.Instance.Debug(e); + } + catch (AssertException e) + { + TraceLogger.Instance.Debug(e); + } + } + + /// + /// This is temporary, it should be replaced with something like the current + /// factHandleFactory().newFactHandle() + /// + /// + public virtual long nextFactId() + { + return lastFactId++; + } + + + /// + /// return the Current rete node id for a new node + /// + /// + public virtual int nextNodeId() + { + return ++lastNodeId; + } + + /// + /// peak at the Current node id. Do not use this method to Get an id for the + /// Current node. only nextNodeId() should be used to create new rete nodes. + /// + /// + public virtual int peakNextNodeId() + { + return lastNodeId + 1; + } + + + /// + /// Prints the working memory. + /// + /// if set to true [detailed]. + /// if set to true [input nodes]. + public virtual void printWorkingMemory(bool detailed, bool inputNodes) + { + workingMem.printWorkingMemory(detailed, inputNodes); + } + + /// + /// not implemented yet + /// + /// The event_ renamed. + public virtual void propertyChange(PropertyChangeEvent event_Renamed) + { + Object source = event_Renamed.getSource; + try + { + modifyObject(source); + } + catch (RetractException e) + { + TraceLogger.Instance.Debug(e); + } + catch (AssertException e) + { + TraceLogger.Instance.Debug(e); + } + } + + /// + /// Properties the has changed. + /// + /// The sender. + /// The instance containing the event data. + private void PropertyHasChanged(object sender, PropertyChangedHandlerEventArgs e) + { + Object source = sender; + try + { + modifyObject(source); + } + catch (RetractException ex) + { + TraceLogger.Instance.Debug(ex); + } + catch (AssertException ex) + { + TraceLogger.Instance.Debug(ex); + } + } + + /// + /// Add a listener if it isn't already a listener + /// + /// The listen. + public virtual void addEngineEventListener(EngineEventListener listen) + { + if (!listeners.Contains(listen)) + { + listeners.Add(listen); + } + } + + /// + /// Remove a listener + /// + /// The listen. + public virtual void removeEngineEventListener(EngineEventListener listen) + { + listeners.Remove(listen); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/RootNode.cs b/trunk/Creshendo/Util/Rete/RootNode.cs new file mode 100644 index 0000000..835fa6a --- /dev/null +++ b/trunk/Creshendo/Util/Rete/RootNode.cs @@ -0,0 +1,197 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// RootNode does not extend BaseNode like all other RETE nodes. This is + /// done for a couple of reasons.
+ ///
    + ///
  • RootNode doesn't need to have a memory
  • + ///
  • RootNode only has ObjectTypeNode for successors
  • + ///
  • RootNode doesn't need the toPPString and other string methods
  • + ///
+ /// In the future, the design may change. For now, I've decided to keep + /// it as simple as necessary. + /// + ///
+ [Serializable] + public class RootNode + { + protected internal IGenericMap inputNodes; + + /// + /// + public RootNode() + { + InitBlock(); + } + + /// Return the HashMap with all the ObjectTypeNodes + /// + /// + /// + /// + public virtual IGenericMap ObjectTypeNodes + { + get { return inputNodes; } + } + + private void InitBlock() + { + inputNodes = CollectionFactory.newHashMap(); + } + + /// + /// Add a new ObjectTypeNode. The implementation will check to see + /// if the node already exists. It will only Add the node if it + /// doesn't already exist in the network. + /// + /// The node. + public virtual void addObjectTypeNode(ObjectTypeNode node) + { + if (!inputNodes.ContainsKey(node.Deftemplate)) + { + inputNodes.Put(node.Deftemplate, node); + } + } + + /// The current implementation just removes the ObjectTypeNode + /// and doesn't prevent the removal. The method should be called + /// with care, since removing the ObjectTypeNode can have serious + /// negative effects. This would generally occur when an undeftemplate + /// occurs. + /// + public virtual void removeObjectTypeNode(ObjectTypeNode node) + { + inputNodes.Remove(node.Deftemplate); + } + + + /// + /// assertObject begins the pattern matching + /// + /// The fact. + /// The engine. + /// The mem. + public virtual void assertObject(IFact fact, Rete engine, IWorkingMemory mem) + { + lock (this) + { + // we assume Rete has already checked to see if the object + // has been added to the working memory, so we just assert. + // we need to lookup the defclass and deftemplate to assert + // the object to the network + ObjectTypeNode otn = (ObjectTypeNode) inputNodes.Get(fact.Deftemplate); + if (otn != null) + { + otn.assertFact(fact, engine, mem); + } + if (fact.Deftemplate.Parent != null) + { + assertObjectParent(fact, fact.Deftemplate.Parent, engine, mem); + } + } + } + + /// + /// Method will Get the deftemplate's parent and do a lookup + /// + /// The fact. + /// The template. + /// The engine. + /// The mem. + public virtual void assertObjectParent(IFact fact, ITemplate template, Rete engine, IWorkingMemory mem) + { + lock (this) + { + ObjectTypeNode otn = (ObjectTypeNode) inputNodes.Get(template); + if (otn != null) + { + otn.assertFact(fact, engine, mem); + } + if (template.Parent != null) + { + assertObjectParent(fact, template.Parent, engine, mem); + } + } + } + + /// + /// Retract an object from the Working memory + /// + /// The fact. + /// The engine. + /// The mem. + public virtual void retractObject(IFact fact, Rete engine, IWorkingMemory mem) + { + lock (this) + { + ObjectTypeNode otn = (ObjectTypeNode) inputNodes.Get(fact.Deftemplate); + if (otn != null) + { + otn.retractFact(fact, engine, mem); + } + if (fact.Deftemplate.Parent != null) + { + retractObjectParent(fact, fact.Deftemplate.Parent, engine, mem); + } + } + } + + /// + /// Method will Get the deftemplate's parent and do a lookup + /// + /// The fact. + /// The template. + /// The engine. + /// The mem. + public virtual void retractObjectParent(IFact fact, ITemplate template, Rete engine, IWorkingMemory mem) + { + lock (this) + { + ObjectTypeNode otn = (ObjectTypeNode) inputNodes.Get(template); + if (otn != null) + { + otn.retractFact(fact, engine, mem); + } + if (template.Parent != null) + { + retractObjectParent(fact, template.Parent, engine, mem); + } + } + } + + public virtual void clear() + { + lock (this) + { + IEnumerator itr = inputNodes.Values.GetEnumerator(); + while (itr.MoveNext()) + { + ObjectTypeNode otn = (ObjectTypeNode) itr.Current; + otn.clearSuccessors(); + } + inputNodes.Clear(); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Shell.cs b/trunk/Creshendo/Util/Rete/Shell.cs new file mode 100644 index 0000000..0c98779 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Shell.cs @@ -0,0 +1,93 @@ +using System; +using System.IO; +using Creshendo.Util.Messagerouter; + +/// Copyright 2006 Alexander Wilden, Christoph Emonds, Sebastian Reinartz +/// * +/// Licensed under the Apache License, Version 2.0 (the "License"); +/// you may not use this file except in compliance with the License. +/// You may obtain a copy of the License at +/// * +/// http://ruleml-dev.sourceforge.net/ +/// * +/// Unless required by applicable law or agreed to in writing, software +/// distributed under the License is distributed on an "AS IS" BASIS, +/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +/// See the License for the specific language governing permissions and +/// limitations under the License. +/// +/// +namespace Creshendo.Util.Rete +{ + public class Shell + { + public const String CHANNELNAME = "Shell"; + + private readonly MessageRouter router; + private IStreamChannel channel; + + public Shell(Rete engine) + { + router = engine.MessageRouter; + } + + public void Run() + { + router.Message += OnMessage; + channel = router.openChannel(CHANNELNAME, (TextReader) Console.In); + Console.Out.Write(Constants.SHELL_PROMPT); + } + + public void Stop() + { + router.Message -= OnMessage; + router.closeChannel(channel); + } + + private void OnMessage(object sender, MessageEventArgs args) + { + bool printPrompt = false; + + switch (args.Type) + { + case EventType.ADD_NODE_ERROR: + case EventType.PARSE_ERROR: + case EventType.ERROR: + case EventType.CLIPSPARSER_ERROR: + System.Exception ex = args.Message as System.Exception; + if (ex != null) + Console.Out.WriteLine(ex.Message); + else + Console.Out.WriteLine(args.Message); + Console.Out.Write(Constants.SHELL_PROMPT); + break; + + case EventType.RESULT: + string msg = args.Message.ToString(); + if (String.IsNullOrEmpty(msg) == false) + Console.Out.WriteLine(msg); + Console.Out.Write(Constants.SHELL_PROMPT); + break; + + case EventType.ENGINE: + string msg1 = args.Message.ToString(); + Console.Out.Write(msg1); + break; + + case EventType.COMMAND: + break; + + case EventType.ADD_RULE_EVENT: + case EventType.REMOVE_RULE_EVENT: + case EventType.INVALID_RULE: + case EventType.RULE_EXISTS: + case EventType.TEMPLATE_NOTFOUND: + case EventType.CLIPSPARSER_WARNING: + case EventType.CLIPSPARSER_REINIT: + case EventType.FUNCTION_NOT_FOUND: + case EventType.FUNCTION_INVALID: + throw new ApplicationException(string.Format("Unexpected EventType: {0}", args.Type)); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/ShellBoundParam.cs b/trunk/Creshendo/Util/Rete/ShellBoundParam.cs new file mode 100644 index 0000000..cbd60dc --- /dev/null +++ b/trunk/Creshendo/Util/Rete/ShellBoundParam.cs @@ -0,0 +1,123 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// ShellBoundParam is meant for calling EchoFunction in the shell. It is + /// different than BoundParam in a couple of ways. The first is that users + /// can bind an object, fact or value. Bindings in the shell are global + /// bindings. + /// + /// + public class ShellBoundParam : AbstractParam + { + protected internal String globalVarName = ""; + protected internal Object value_Renamed = null; + + /// the int value defining the valueType + /// + protected internal int valueType = - 1; + + /// + /// + public ShellBoundParam() + { + } + + public virtual String DefglobalName + { + get { return globalVarName; } + + set { globalVarName = value; } + } + + public override int ValueType + { + set { } + get { return valueType; } + } + + /// The method returns the bound object + /// + public override Object Value + { + set { } + get { return value_Renamed; } + } + + /// if the value was null, the method returns a message "defglobal + /// not found". + /// + public override String StringValue + { + get + { + if (Value != null) + { + if (Value is String) + { + return (String) Value; + } + else + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return Value.ToString(); + } + } + else + { + return "defglobal not found"; + } + } + } + + public override bool ObjectBinding + { + get { return false; } + } + + + /// The method needs to be called before getting the value. First + /// we need to lookup the binding. + /// + /// engine + /// + /// + public virtual void resolveBinding(Rete engine) + { + value_Renamed = engine.getDefglobalValue(globalVarName); + } + + + /// the class will resolve the variable with the engine + /// + public override Object getValue(Rete engine, int valueType) + { + return value_Renamed = engine.getDefglobalValue(globalVarName); + } + + + public override void reset() + { + valueType = - 1; + globalVarName = ""; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Slot.cs b/trunk/Creshendo/Util/Rete/Slot.cs new file mode 100644 index 0000000..6ee811a --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Slot.cs @@ -0,0 +1,154 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Slot is similar to CLIPS slots, though slightly different. + /// + /// + /// + public class Slot : AbstractSlot + { + private Object _value; + + /// + /// Initializes a new instance of the class. + /// + public Slot() + { + InitBlock(); + } + + /// + /// Create a new instance with a given name + /// + /// The name. + public Slot(String name) : base(name) + { + InitBlock(); + } + + /// + /// For convenience you can create here a slot with a given value directly + /// + /// The name. + /// The val. + public Slot(String name, Object val) : base(name) + { + InitBlock(); + this._value = val; + } + + /// + /// Get the value of the slot + /// + /// The value. + /// + /// + public virtual Object Value + { + get { return _value; } + + set + { + _value = value; + if (ValueType < 0) + { + inspectType(); + } + } + } + + ///// + ///// In some cases, a deftemplate can be define with a + ///// default value. + ///// + ///// The default value. + ///// value + ///// + //public virtual Object DefaultValue + //{ + // set { _value = value; } + //} + + private void InitBlock() + { + _value = Constants.NIL_SYMBOL; + } + + + /// method will look at the value and set the int type + /// + protected internal virtual void inspectType() + { + if (_value is Double) + { + ValueType = Constants.DOUBLE_PRIM_TYPE; + } + else if (_value is Int64) + { + ValueType = Constants.LONG_PRIM_TYPE; + } + else if (_value is Single) + { + ValueType = Constants.FLOAT_PRIM_TYPE; + } + else if (_value is Int16) + { + ValueType = Constants.SHORT_PRIM_TYPE; + } + else if (_value is Int32) + { + ValueType = Constants.INT_PRIM_TYPE; + } + else + { + ValueType = Constants.OBJECT_TYPE; + } + } + + //UPGRADE_TODO: The equivalent of method 'java.lang.Object.clone' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + /// A convienance method to clone slots + /// + public override Object Clone() + { + Slot newslot = new Slot(); + newslot.Id = Id; + newslot.Name = Name; + newslot._value = _value; + newslot.ValueType = ValueType; + return newslot; + } + + public virtual String valueToString() + { + if (ValueType == Constants.STRING_TYPE) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return "\"" + _value + "\""; + } + else + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return _value.ToString(); + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Slot2.cs b/trunk/Creshendo/Util/Rete/Slot2.cs new file mode 100644 index 0000000..815b023 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Slot2.cs @@ -0,0 +1,167 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Text; +using Creshendo.Util.Rule; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Slot2 is used for conditions that evaluate against multiple values. + /// For example: (attr2 "me" | "you" | ~"her" | ~"she") + /// + /// Rather than evaluate a long sequence of equal/not equal sequentially, + /// we use two lists: equal and notequal. Slot2 is used exclusive for + /// a sequence of "or" value comparisons. + /// + /// + public class Slot2 : Slot + { + //UPGRADE_NOTE: The initialization of 'equalsList' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private IList equalsList; + //UPGRADE_NOTE: The initialization of 'notEqualList' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private IList notEqualList; + + public Slot2() + { + InitBlock(); + } + + public Slot2(String name) + { + InitBlock(); + Name = name; + } + + /// the method doesn't apply to slot2 + /// + /// method will check to see if the object is a collection. if it is, + /// it will iterate over the collection and Add each one to the right + /// list. + /// + /// val + /// + /// + public override Object Value + { + get { return null; } + + set + { + if (value is IList) + { + IEnumerator itr = ((IList)value).GetEnumerator(); + while (itr.MoveNext()) + { + MultiValue mv = (MultiValue) itr.Current; + if (mv.Negated) + { + notEqualList.Add(mv.Value); + } + else + { + equalsList.Add(mv.Value); + } + } + } + } + } + + /// Get the list of values the slot should equal to + /// + /// + /// + /// + /// set the values the slot should equal to + /// + /// val + /// + /// + public virtual IList EqualList + { + get { return equalsList; } + + set { equalsList = value; } + } + + /// Get the list of values the slot should not equal to + /// + /// + /// + /// + /// set the list of values the slot should not equal to + /// + /// val + /// + /// + public virtual IList NotEqualList + { + get { return notEqualList; } + + set { notEqualList = value; } + } + + private void InitBlock() + { + equalsList = new List(); + notEqualList = new List(); + } + + + public virtual String toString(String andOr) + { + StringBuilder buf = new StringBuilder(); + if (equalsList.Count > 0) + { + IEnumerator itr = equalsList.GetEnumerator(); + buf.Append(itr.Current.ToString()); + while (itr.MoveNext()) + { + buf.Append(andOr + itr.Current.ToString()); + } + } + if (notEqualList.Count > 0) + { + IEnumerator itr = notEqualList.GetEnumerator(); + buf.Append(itr.Current.ToString()); + while (itr.MoveNext()) + { + buf.Append(andOr + itr.Current.ToString()); + } + } + return buf.ToString(); + } + + //UPGRADE_TODO: The equivalent of method 'java.lang.Object.clone' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + /// A convienance method to clone slots + /// + public Object Clone() + { + Slot2 newslot = new Slot2(); + newslot.Id = Id; + newslot.Name = Name; + newslot.EqualList = (EqualList); + newslot.NotEqualList = (NotEqualList); + newslot.ValueType = ValueType; + return newslot; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/SlotParam.cs b/trunk/Creshendo/Util/Rete/SlotParam.cs new file mode 100644 index 0000000..d945739 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/SlotParam.cs @@ -0,0 +1,98 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// TODO To change the template for this generated type comment go to + /// Window - Preferences - Java - Code Style - Code Templates + /// + /// + public class SlotParam : AbstractParam + { + protected internal Slot slot = null; + protected internal int valueType; + + /// + /// + /// type + /// + /// slot + /// + /// + public SlotParam(Slot slot) + { + InitBlock(); + this.slot = slot; + } + + public override int ValueType + { + /* (non-Javadoc) + * @see woolfel.engine.rete.ReturnValue#getValueType() + */ + set { } + get { return valueType; } + } + + public override Object Value + { + /* (non-Javadoc) + * @see woolfel.engine.rete.ReturnValue#getValue() + */ + set { } + get { return slot; } + } + + public virtual Slot SlotValue + { + get { return slot; } + } + + public override bool ObjectBinding + { + get { return false; } + } + + private void InitBlock() + { + valueType = Constants.SLOT_TYPE; + } + + //UPGRADE_NOTE: The initialization of 'valueType' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + + + /// Slot parameter is only used internally, so normal user functions + /// should not need to deal with slot parameters. + /// + public override Object getValue(Rete engine, int valueType) + { + return slot; + } + + /* (non-Javadoc) + * @see woolfel.engine.rete.Parameter#reset() + */ + + public override void reset() + { + slot = null; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Strategies/BreadthStrategy.cs b/trunk/Creshendo/Util/Rete/Strategies/BreadthStrategy.cs new file mode 100644 index 0000000..3e26e62 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Strategies/BreadthStrategy.cs @@ -0,0 +1,113 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete.Strategies +{ + /// Peter Lin + /// * + /// Breadth strategy is very similar to CLIPS breadth strategy. The design + /// of Strategies in Sumatra is inspired by CLIPS, but the implementation + /// is quite different. In CLIPS, there's isn't really an interface and + /// there isn't the concept of lazy comparison. Since Sumatra uses these + /// concepts, the design and implementation is quite different. + /// Breadth strategy is often referred to as FIFO (First In First Out). + /// What this means in practice is that matches with older facts will be + /// executed before matches with newer facts. By executed, we mean the + /// actions of the rule will be executed. + /// CLIPS beginner guide provides a Clear explanation of breadth: + /// 5.3.2 Breadth Strategy + /// Newly activated rules are placed below all rules of the same salience. + /// + /// + [Serializable] + public class BreadthStrategy : IStrategy + { + /// + /// + public BreadthStrategy() + { + } + + #region Strategy Members + + public virtual String Name + { + get { return "breadth"; } + } + + + public virtual void addActivation(IActivationList thelist, IActivation newActivation) + { + thelist.addActivation(newActivation); + } + + /* (non-Javadoc) + * @see woolfel.engine.rete.Strategy#nextActivation(woolfel.engine.rete.ActivationList) + */ + + public virtual IActivation nextActivation(IActivationList thelist) + { + return thelist.nextActivation(); + } + + /// + /// The method first compares the salience. If the salience is equal, + /// we then compare the aggregate time. + /// + /// + /// + /// + public virtual int compare(IActivation left, IActivation right) + { + if (left.Rule.Salience == right.Rule.Salience) + { + // Since Sumatra does not propogate based on natural order, we + // don't use the Activation timestamp. Instead, we use the + // aggregate time. + if (left.AggregateTime == right.AggregateTime) + { + return 0; + } + else + { + if (left.AggregateTime > right.AggregateTime) + { + return - 1; + } + else + { + return 1; + } + } + } + else + { + if (left.Rule.Salience > right.Rule.Salience) + { + return 1; + } + else + { + return - 1; + } + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Strategies/DepthStrategy.cs b/trunk/Creshendo/Util/Rete/Strategies/DepthStrategy.cs new file mode 100644 index 0000000..f1fd4d9 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Strategies/DepthStrategy.cs @@ -0,0 +1,128 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete.Strategies +{ + /// Peter Lin + /// * + /// Depth strategy is very similar to CLIPS depth strategy. The design + /// of Strategies in Sumatra is inspired by CLIPS, but the implementation + /// is quite different. In CLIPS, there's isn't really an interface and + /// there isn't the concept of lazy comparison. Since Sumatra uses these + /// concepts, the design and implementation is quite different. + /// Depth strategy is often referred to as LIFO (Last In First Out). In + /// rule engines like CLIPS that propogate in assertion order, the facts + /// that were asserted earlier will propogate down the network before + /// newer facts. In Sumatra, HashMaps are used, which means fact + /// propogation is not gauranteed to follow assertion order. It's bad + /// idea to rely on assertion order for proper rule functioning. This + /// is especially true of real-time systems where facts change rapidly + /// in non-deterministic ways. Rules should be written such that assertion + /// order is not critical. In other words, regardless of the sequence the + /// facts are asserted, the correct result is produced. + /// + /// + [Serializable] + public class DepthStrategy : IStrategy + { + /// + /// + public DepthStrategy() + { + } + + #region Strategy Members + + public virtual String Name + { + get { return "depth"; } + } + + + /// Current implementation will check which order the list is and call + /// the appropriate method + /// + public virtual void addActivation(IActivationList thelist, IActivation newActivation) + { + thelist.addActivation(newActivation); + } + + /// Current implementation will check which order the list is and call + /// the appropriate method + /// + public virtual IActivation nextActivation(IActivationList thelist) + { + return thelist.nextActivation(); + } + + /// The method first compares the salience. If the salience is equal, + /// we then compare the aggregate time. + /// + /// left + /// + /// right + /// + /// + /// + /// + public virtual int compare(IActivation left, IActivation right) + { + if (right != null) + { + if (left.Rule.Salience == right.Rule.Salience) + { + // Since Sumatra does not propogate based on natural order, we + // don't use the Activation timestamp. Instead, we use the + // aggregate time. + if (left.AggregateTime == right.AggregateTime) + { + return 0; + } + else + { + if (left.AggregateTime > right.AggregateTime) + { + return 1; + } + else + { + return - 1; + } + } + } + else + { + if (left.Rule.Salience > right.Rule.Salience) + { + return 1; + } + else + { + return - 1; + } + } + } + else + { + return 1; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Strategies/RecencyStrategy.cs b/trunk/Creshendo/Util/Rete/Strategies/RecencyStrategy.cs new file mode 100644 index 0000000..0e918c5 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Strategies/RecencyStrategy.cs @@ -0,0 +1,155 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete.Strategies +{ + /// Peter Lin + /// * + /// + /// + /// + [Serializable] + public class RecencyStrategy : IStrategy + { + /// + /// + public RecencyStrategy() + { + } + + #region Strategy Members + + public virtual String Name + { + get { return "recency"; } + } + + + /// Current implementation will check which order the list is and call + /// the appropriate method + /// + public virtual void addActivation(IActivationList thelist, IActivation newActivation) + { + thelist.addActivation(newActivation); + } + + /// Current implementation will check which order the list is and call + /// the appropriate method + /// + public virtual IActivation nextActivation(IActivationList thelist) + { + return thelist.nextActivation(); + } + + /// The method first compares the salience. If the salience is equal, + /// we then compare the aggregate time. + /// + /// left + /// + /// right + /// + /// + /// + /// + public virtual int compare(IActivation left, IActivation right) + { + if (right != null) + { + if (left.Rule.Salience == right.Rule.Salience) + { + // we compare the facts based on how recent it is + return compareRecency(left, right); + } + else + { + if (left.Rule.Salience > right.Rule.Salience) + { + return 1; + } + else + { + return - 1; + } + } + } + else + { + return 1; + } + } + + #endregion + + /// compare will look to see which activation has more facts. + /// it will first compare the timestamp of the facts. If the facts + /// are equal, it will return the activation with more facts. + /// + /// left + /// + /// right + /// + /// + /// + /// + protected internal virtual int compareRecency(IActivation left, IActivation right) + { + IFact[] lfacts = left.Facts; + IFact[] rfacts = right.Facts; + int len = lfacts.Length; + int compare = 0; + if (rfacts.Length < len) + { + len = rfacts.Length; + } + // first we compare the time stamp + for (int idx = 0; idx < len; idx++) + { + if (lfacts[idx].timeStamp() > rfacts[idx].timeStamp()) + { + return 1; + } + else if (lfacts[idx].timeStamp() < rfacts[idx].timeStamp()) + { + return - 1; + } + } + // the activation with more facts has a higher priority + if (lfacts.Length > rfacts.Length) + { + return 1; + } + else if (lfacts.Length < rfacts.Length) + { + return - 1; + } + // Current we compare the fact id + for (int idx = 0; idx < len; idx++) + { + if (lfacts[idx].FactId > rfacts[idx].FactId) + { + return 1; + } + else if (lfacts[idx].FactId < rfacts[idx].FactId) + { + return - 1; + } + } + return 0; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/Strategies/Strategies.cs b/trunk/Creshendo/Util/Rete/Strategies/Strategies.cs new file mode 100644 index 0000000..36d35fe --- /dev/null +++ b/trunk/Creshendo/Util/Rete/Strategies/Strategies.cs @@ -0,0 +1,63 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete.Strategies +{ + /// Strategy is where new strategies are registered and where the functions + /// find the strategy class to set the strategy. + /// + /// woolfel + /// * + /// + /// + public class Strategies + { + public static IStrategy BREADTH; + public static IStrategy DEPTH; + public static IStrategy RECENCY; + private static readonly GenericHashMap registry; + + static Strategies() + { + DEPTH = new DepthStrategy(); + BREADTH = new BreadthStrategy(); + RECENCY = new RecencyStrategy(); + registry = new GenericHashMap(); + { + registry.Put(DEPTH.Name, DEPTH); + registry.Put(BREADTH.Name, BREADTH); + registry.Put(RECENCY.Name, RECENCY); + } + } + + + public static void register(IStrategy strat) + { + if (strat != null) + { + registry.Put(strat.Name, strat); + } + } + + public static IStrategy getStrategy(String key) + { + return registry.Get(key); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/StringParam.cs b/trunk/Creshendo/Util/Rete/StringParam.cs new file mode 100644 index 0000000..3f6c893 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/StringParam.cs @@ -0,0 +1,80 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Value parameter is meant for values. It extends AbstractParam, which provides + /// implementation for the convienance methods that convert the value to + /// primitive types. + /// + /// + public class StringParam : AbstractParam + { + protected internal String value_Renamed = null; + protected internal int valueType; + + /// + /// + public StringParam(int vtype, String value_Renamed) + { + valueType = vtype; + this.value_Renamed = value_Renamed; + } + + /// The value types are defined in woolfel.engine.rete.Constants + /// + public override int ValueType + { + set { } + get { return valueType; } + } + + /// Method will return the value as on Object. This means primitive + /// values are wrapped in their Object equivalent. + /// + public override Object Value + { + set { } + get { return value_Renamed; } + } + + public override bool ObjectBinding + { + get { return false; } + } + + + /// String parameters do not need to do any lookup, so it just + /// returns the value. + /// + public override Object getValue(Rete engine, int valueType) + { + return value_Renamed; + } + + /// implementation sets the value to null and the type to Object + /// + public override void reset() + { + value_Renamed = null; + valueType = Constants.OBJECT_TYPE; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/TemporalDeffact.cs b/trunk/Creshendo/Util/Rete/TemporalDeffact.cs new file mode 100644 index 0000000..08a751a --- /dev/null +++ b/trunk/Creshendo/Util/Rete/TemporalDeffact.cs @@ -0,0 +1,103 @@ +using System; +using System.Text; + +namespace Creshendo.Util.Rete +{ + public class TemporalDeffact : Deffact, ITemporalFact + { + protected internal long expirationTime = 0; + protected internal String serviceType = null; + protected internal String sourceURL = null; + protected internal int validity; + + public TemporalDeffact(Deftemplate template, Object instance, Slot[] values, long id) : base(template, instance, values, id) + { + } + + #region TemporalFact Members + + public virtual long ExpirationTime + { + get { return expirationTime; } + + set { expirationTime = value; } + } + + public virtual String ServiceType + { + get { return serviceType; } + + set { serviceType = value; } + } + + public virtual String Source + { + get { return sourceURL; } + + set { sourceURL = value; } + } + + public virtual int Validity + { + get { return validity; } + + set { validity = value; } + } + + + public override String toFactString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("f-" + id + " (" + deftemplate.Name); + if (slots.Length > 0) + { + buf.Append(" "); + } + for (int idx = 0; idx < slots.Length; idx++) + { + buf.Append("(" + slots[idx].Name + " " + ConversionUtils.formatSlot(slots[idx].Value) + ") "); + } + // append the temporal attributes + buf.Append("(" + TemporalFact_Fields.EXPIRATION + " " + expirationTime + ")"); + buf.Append("(" + TemporalFact_Fields.SERVICE_TYPE + " " + serviceType + ")"); + buf.Append("(" + TemporalFact_Fields.SOURCE + " " + sourceURL + ")"); + buf.Append("(" + TemporalFact_Fields.VALIDITY + " " + validity + ")"); + buf.Append(")"); + return buf.ToString(); + } + + #endregion + + /// the class overrides the method to include the additional + /// attributes. + /// + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("(" + deftemplate.Name); + if (slots.Length > 0) + { + buf.Append(" "); + } + for (int idx = 0; idx < slots.Length; idx++) + { + if (slots[idx].Value is BoundParam) + { + BoundParam bp = (BoundParam) slots[idx].Value; + buf.Append("(" + slots[idx].Name + " ?" + bp.VariableName + ") "); + } + else + { + buf.Append("(" + slots[idx].Name + " " + ConversionUtils.formatSlot(slots[idx].Value) + ") "); + } + } + // append the temporal attributes + buf.Append("(" + TemporalFact_Fields.EXPIRATION + " " + expirationTime + ")"); + buf.Append("(" + TemporalFact_Fields.SERVICE_TYPE + " " + serviceType + ")"); + buf.Append("(" + TemporalFact_Fields.SOURCE + " " + sourceURL + ")"); + buf.Append("(" + TemporalFact_Fields.VALIDITY + " " + validity + ") "); + buf.Append(")"); + return buf.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/TemporalEqNode.cs b/trunk/Creshendo/Util/Rete/TemporalEqNode.cs new file mode 100644 index 0000000..7851302 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/TemporalEqNode.cs @@ -0,0 +1,160 @@ +using System; +using System.Collections; +using System.Text; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete.Exception; + +namespace Creshendo.Util.Rete +{ + public class TemporalEqNode : AbstractTemporalNode + { + public TemporalEqNode(int id) : base(id) + { + } + + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + long time = RightTime; + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Put(linx, linx); + EqHashIndex inx = new EqHashIndex(NodeUtils.getLeftValues(binds, linx.Facts)); + TemporalHashedAlphaMem rightmem = (TemporalHashedAlphaMem) mem.getBetaRightMemory(this); + IEnumerator itr = rightmem.iterator(inx); + if (itr != null) + { + try + { + while (itr.MoveNext()) + { + IFact vl = (IFact) itr.Current; + if (vl != null) + { + if (vl.timeStamp() > time) + { + propogateAssert(linx.add(vl), engine, mem); + } + else + { + rightmem.removePartialMatch(inx, vl); + propogateRetract(linx.add(vl), engine, mem); + } + } + } + } + catch (RetractException e) + { + // there shouldn't be any retract exceptions + } + } + } + + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + long time = LeftTime; + TemporalHashedAlphaMem rightmem = (TemporalHashedAlphaMem) mem.getBetaRightMemory(this); + EqHashIndex inx = new EqHashIndex(NodeUtils.getRightValues(binds, rfact)); + rightmem.addPartialMatch(inx, rfact); + // now that we've added the facts to the list, we + // proceed with evaluating the fact + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + // since there may be key collisions, we iterate over the + // values of the HashMap. If we used keySet to iterate, + // we could encounter a ClassCastException in the case of + // key collision. + IEnumerator itr = leftmem.Values.GetEnumerator(); + try + { + while (itr.MoveNext()) + { + Index linx = (Index) itr.Current; + if (evaluate(linx.Facts, rfact, time)) + { + // now we propogate + propogateAssert(linx.add(rfact), engine, mem); + } + else + { + propogateRetract(linx.add(rfact), engine, mem); + } + } + } + catch (RetractException e) + { + // we shouldn't Get a retract exception. if we do, it's a bug + } + } + + public override void retractLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + leftmem.Remove(linx); + EqHashIndex eqinx = new EqHashIndex(NodeUtils.getLeftValues(binds, linx.Facts)); + TemporalHashedAlphaMem rightmem = (TemporalHashedAlphaMem) mem.getBetaRightMemory(this); + + // now we propogate the retract. To do that, we have + // merge each item in the list with the Fact array + // and call retract in the successor nodes + IEnumerator itr = rightmem.iterator(eqinx); + if (itr != null) + { + while (itr.MoveNext()) + { + propogateRetract(linx.add((IFact) itr.Current), engine, mem); + } + } + } + + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + long time = LeftTime; + EqHashIndex inx = new EqHashIndex(NodeUtils.getRightValues(binds, rfact)); + TemporalHashedAlphaMem rightmem = (TemporalHashedAlphaMem) mem.getBetaRightMemory(this); + // first we Remove the fact from the right + rightmem.removePartialMatch(inx, rfact); + // now we see the left memory matched and Remove it also + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + IEnumerator itr = leftmem.Values.GetEnumerator(); + while (itr.MoveNext()) + { + Index linx = (Index) itr.Current; + if (evaluate(linx.Facts, rfact, time)) + { + propogateRetract(linx.add(rfact), engine, mem); + } + } + } + + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + buf.Append(binds[idx].toBindString()); + } + return buf.ToString(); + } + + public override String ToString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("TemporalEqNode-" + nodeID + "> "); + buf.Append("left=" + leftElapsedTime + " , right=" + rightElapsedTime + " - "); + for (int idx = 0; idx < binds.Length; idx++) + { + if (idx > 0) + { + buf.Append(" && "); + } + if (binds[idx] != null) + { + buf.Append(binds[idx].toPPString()); + } + } + return buf.ToString(); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/TemporalHashedAlphaMem.cs b/trunk/Creshendo/Util/Rete/TemporalHashedAlphaMem.cs new file mode 100644 index 0000000..2958ba0 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/TemporalHashedAlphaMem.cs @@ -0,0 +1,236 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// TemporalHashedAlphaMem is the hashed alpha memory for Temporal nodes. + /// We use a linkedHashMap so that we can easily Remove the expired facts. + /// This means at the top of the list are older facts and the bottom has + /// the newer facts. We only need to Remove facts that are older than the + /// current timestamp - time window. The equal would be this. + /// + /// if ( (currentTime - time window) > fact.timestamp ) + /// + /// Rather than keep a timestamp of when the fact entered the join node, + /// we assume the elapsed time between the time the fact entered the + /// engine and when it activated the node is less than 1 second. Keeping + /// a timestamp of when the fact activated the node is too costly and + /// isn't practical. This means for each fact, there would be n timestamps, + /// where n is the number of temporal nodes for the given object type. + /// + /// If we look at the number of temporal node timestamps the engine + /// would need to maintain would be this. + /// + /// f * n = number of temporal timestamps + /// + /// f = number of facts + /// n = number of temporal nodes + /// + /// If we have 100,000 facts and 100 temporal nodes, the engine would + /// maintain 10,000,000 timestamps. clearly that isn't scalable and + /// would have a significant impact. + /// + /// + [Serializable] + public class TemporalHashedAlphaMem + { + protected internal int counter = 0; + protected internal IGenericMap memory = null; + + /// + /// + public TemporalHashedAlphaMem(String name) + { + memory = CollectionFactory.newLinkedHashmap(name); + } + + /// addPartialMatch stores the fact with the factId as the + /// key. + /// + public virtual void addPartialMatch(IHashIndex index, IFact fact) + { + IGenericMap matches = (IGenericMap) memory[index]; + if (matches == null) + { + addNewPartialMatch(index, fact); + } + else + { + matches.Put(fact, fact); + } + counter++; + } + + public virtual void addNewPartialMatch(IHashIndex index, IFact fact) + { + IGenericMap matches = CollectionFactory.newMap(); + matches.Put(fact, fact); + memory.Put(index, matches); + } + + /// Clear the memory. + /// + public virtual void clear() + { + foreach(IGenericMap val in memory.Values) + { + val.Clear(); + } + memory.Clear(); + + //IEnumerator itr = memory.Values.GetEnumerator(); + //while (itr.MoveNext()) + //{ + // ((Map)itr.Current()).Clear(); + //} + //memory.Clear(); + } + + public virtual bool isPartialMatch(IHashIndex index, IFact fact) + { + IGenericMap list = (IGenericMap) memory[index]; + if (list != null) + { + return list.ContainsKey(fact); + } + else + { + return false; + } + } + + /// Remove a partial match from the memory + /// + public virtual int removePartialMatch(IHashIndex index, IFact fact) + { + IGenericMap list = (IGenericMap) memory[index]; + list.Remove(fact); + if (list.Count == 0) + { + memory.Remove(index); + } + counter--; + return list.Count; + } + + /// Return the number of memories of all hash buckets + /// + public virtual int size() + { + int count = 0; + + foreach(Object key in memory.Keys) + { + IGenericMap matches = (IGenericMap)memory[key]; + count += matches.Count; + } + + return count; + + //IEnumerator itr = memory.keySet().GetEnumerator(); + //int count = 0; + //while (itr.MoveNext()) + //{ + // Map matches = (Map) memory[itr.Current()]; + // count += matches.Count; + //} + //return count; + } + + public virtual int bucketCount() + { + return counter; + } + + /// Return an GetEnumerator of the values + /// + public virtual IEnumerator iterator(IHashIndex index) + { + IGenericMap list = (IGenericMap) memory[index]; + if (list != null) + { + // we have to create a new org.jamocha.rete.util.List with the values + // so the GetEnumerator will work correctly. if we didn't + // do this, we might Get a NullPointerException or a + // possibly a concurrent modification exception, since + // the node could be still iterating over the facts + // as stale facts are removed. + System.Collections.Generic.List rlist = new System.Collections.Generic.List(list.Values); + return rlist.GetEnumerator(); + } + else + { + return null; + } + } + + public virtual int count(IHashIndex index) + { + IGenericMap list = (IGenericMap) memory[index]; + if (list != null) + { + return list.Count; + } + else + { + return 0; + } + } + + /// return an List with all the facts + /// + /// + /// + /// + public virtual Object[] iterateAll() + { + Object[] all = new Object[counter]; + int idx = 0; + + foreach(object key in memory.Keys) + { + IGenericMap f = (IGenericMap)memory[key]; + foreach(Object val in f.Values) + { + all[idx] = val; + idx++; + } + } + return all; + + //Object[] all = new Object[counter]; + //IEnumerator itr = memory.keySet().GetEnumerator(); + //int idx = 0; + //while (itr.MoveNext()) + //{ + // Map f = (Map) memory[itr.Current()]; + // IEnumerator itr2 = f.Values.GetEnumerator(); + // while (itr2.MoveNext()) + // { + // all[idx] = itr2.Current(); + // idx++; + // } + //} + //return all; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/TemporalTNode.cs b/trunk/Creshendo/Util/Rete/TemporalTNode.cs new file mode 100644 index 0000000..cf6e44c --- /dev/null +++ b/trunk/Creshendo/Util/Rete/TemporalTNode.cs @@ -0,0 +1,123 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete.Exception; + +namespace Creshendo.Util.Rete +{ + /// woolfel + /// + /// TemporalTNode is the temporal version of TerminalNode. The main difference + /// is the node will check the facts. If all facts have not expired, the activation + /// gets added to the agenda. If it's expired, the expired facts Get retracted and + /// no activation is created. + /// + /// + public class TemporalTNode : TerminalNode2 + { + private bool temporal = false; + + /// id + /// + /// rl + /// + /// + public TemporalTNode(int id, Rule.IRule rl) + : base(id, rl) + { + } + + public virtual bool Temporal + { + get { return temporal; } + + set { temporal = value; } + } + + + /// Method will call checkFacts() first to make sure none of the facts have + /// expired. An activation is only created if the facts are valid. + /// + /// facts + /// + /// engine + /// + /// + public override void assertFacts(Index inx, Rete engine, IWorkingMemory mem) + { + // first check the facts and make sure they didn't expire + if (checkFacts(inx, engine, mem)) + { + LinkedActivation act = new LinkedActivation(theRule, inx); + act.TerminalNode = this; + if (temporal) + { + engine.fireActivation(act); + } + else + { + IGenericMap tmem = (IGenericMap) mem.getTerminalMemory(this); + tmem.Put(inx, act); + // Add the activation to the current module's activation list. + engine.Agenda.addActivation(act); + } + } + } + + /// if all the facts have not expired, the method returns true. If a fact has + /// expired, the method will retract the fact. + /// + /// inx + /// + /// engine + /// + /// mem + /// + /// + /// + /// + protected internal virtual bool checkFacts(Index inx, Rete engine, IWorkingMemory mem) + { + IFact[] facts = inx.Facts; + bool fresh = true; + long current = (DateTime.Now.Ticks - 621355968000000000)/10000; + for (int idx = 0; idx < facts.Length; idx++) + { + if (facts[idx] is ITemporalFact) + { + TemporalDeffact tf = (TemporalDeffact) facts[idx]; + if (tf.ExpirationTime < current) + { + // the fact has expired + fresh = false; + try + { + engine.retractFact(tf); + } + catch (RetractException e) + { + // we do nothing + } + } + } + } + return fresh; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/TerminalNode.cs b/trunk/Creshendo/Util/Rete/TerminalNode.cs new file mode 100644 index 0000000..d5888c1 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/TerminalNode.cs @@ -0,0 +1,105 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// Terminal node indicates the rule has matched fully and should execute the + /// action of the rule. NOTE: currently this is not used directly. other terminal + /// nodes extend it. + /// + /// + public abstract class TerminalNode : BaseNode + { + protected internal Rule.IRule theRule = null; + + /// + /// Initializes a new instance of the class. + /// + /// The id. + /// The rl. + public TerminalNode(int id, Rule.IRule rl) + : base(id) + { + theRule = rl; + } + + /// + /// Gets the rule. + /// + /// The rule. + public virtual Rule.IRule Rule + { + get { return theRule; } + } + + /// + /// The terminal nodes doesn't have a memory, so the method does nothing. + /// + /// + public override void clear(IWorkingMemory mem) + { + } + + /// + /// Once the facts propogate to this point, it means all the conditions of + /// the rule have been met. The method creates a new Activation and adds it + /// to the activationList of the correct module. Note: we may want to change + /// the design so that we don't create a new Activation object. + /// + /// The facts. + /// The engine. + /// The mem. + public abstract void assertFacts(Index facts, Rete engine, IWorkingMemory mem); + + /// + /// Retract means we need to Remove the activation from the correct module + /// agenda. + /// + /// The facts. + /// The engine. + /// The mem. + public abstract void retractFacts(Index facts, Rete engine, IWorkingMemory mem); + + + /// + /// return the name of the rule + /// + /// + public override String ToString() + { + return theRule.Name; + } + + /// + /// return the name of the rule + /// + /// + public override String toPPString() + { + return theRule.Name; + } + + /// The terminal node has no successors, so this method does nothing. + /// + public override void removeAllSuccessors() + { + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/TerminalNode2.cs b/trunk/Creshendo/Util/Rete/TerminalNode2.cs new file mode 100644 index 0000000..bfbb51d --- /dev/null +++ b/trunk/Creshendo/Util/Rete/TerminalNode2.cs @@ -0,0 +1,141 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// TerminalNode2 is different than TerminalNode in that it uses + /// a different Activation implementation. Rather than use BasicActivation, + /// it uses LinkedActivation. + /// + /// + public class TerminalNode2 : TerminalNode + { + /// + /// Initializes a new instance of the class. + /// + /// + /// + public TerminalNode2(int id, Rule.IRule rl) + : base(id, rl) + { + theRule = rl; + } + + /// + /// Return the Rule object associated with this terminal node + /// + /// The rule. + /// + /// + public override Rule.IRule Rule + { + get { return theRule; } + } + + /// + /// The terminal nodes doesn't have a memory, so the method + /// does nothing. + /// + /// + public override void clear(IWorkingMemory mem) + { + IGenericMap tmem = (IGenericMap) mem.getTerminalMemory(this); + if (tmem != null) + { + tmem.Clear(); + } + } + + /// + /// Asserts the facts. + /// + /// The inx. + /// The engine. + /// The mem. + public override void assertFacts(Index inx, Rete engine, IWorkingMemory mem) + { + LinkedActivation act = new LinkedActivation(theRule, inx); + act.TerminalNode = this; + IGenericMap tmem = (IGenericMap) mem.getTerminalMemory(this); + tmem.Put(inx, act); + // Add the activation to the current module's activation list. + engine.Agenda.addActivation(act); + } + + /// + /// Retracts the facts. + /// + /// The inx. + /// The engine. + /// The mem. + public override void retractFacts(Index inx, Rete engine, IWorkingMemory mem) + { + IGenericMap tmem = (IGenericMap) mem.getTerminalMemory(this); + LinkedActivation act = (LinkedActivation) tmem.RemoveWithReturn(inx); + if (act != null) + { + engine.Agenda.removeActivation(act); + } + } + + + /// + /// Remove the LinkedActivation from TerminalNode2. This is necessary + /// when the activation is fired and the actions executed. + /// + /// The mem. + /// The activation. + public virtual void removeActivation(IWorkingMemory mem, LinkedActivation activation) + { + IGenericMap tmem = (IGenericMap) mem.getTerminalMemory(this); + tmem.Remove(activation.Index); + } + + /// + /// method does not apply to termial nodes. therefore it's not implemented + /// + /// The node. + /// The engine. + /// The mem. + public override void addSuccessorNode(BaseNode node, Rete engine, IWorkingMemory mem) + { + } + + /// + /// return the name of the rule + /// + /// + public override String ToString() + { + return theRule.Name; + } + + /// + /// return the name of the rule + /// + /// + public override String toPPString() + { + return theRule.Name; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/TerminalNode3.cs b/trunk/Creshendo/Util/Rete/TerminalNode3.cs new file mode 100644 index 0000000..eb4b8ca --- /dev/null +++ b/trunk/Creshendo/Util/Rete/TerminalNode3.cs @@ -0,0 +1,91 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// TerminalNode3 is for rules that have an effective and expiration date. + /// When rules do not have it set, we don't bother checking. If it does, we + /// make sure a new activation is added only if the rule is within the + /// the two dates. + /// + /// + public class TerminalNode3 : TerminalNode2 + { + /// id + /// + /// + public TerminalNode3(int id, Rule.IRule rl) : base(id, rl) + { + theRule = rl; + } + + /// The implementation checks to see if the rule is active before it tries to + /// assert the fact. It checks in the following order. + /// 1. is the expiration date greater than zero + /// 2. is the current time > the effective date + /// 3. is the current time the expiration date + /// + /// facts + /// + /// engine + /// + /// + public override void assertFacts(Index inx, Rete engine, IWorkingMemory mem) + { + long time = (DateTime.Now.Ticks - 621355968000000000)/10000; + if (theRule.ExpirationDate > 0 && time > theRule.EffectiveDate && time < theRule.ExpirationDate) + { + LinkedActivation act = new LinkedActivation(theRule, inx); + act.TerminalNode = this; + IGenericMap tmem = (IGenericMap) mem.getTerminalMemory(this); + tmem.Put(act.Index, act); + // Add the activation to the current module's activation list. + engine.Agenda.addActivation(act); + } + } + + /// The implementation checks to see if the rule is active before it tries to + /// retract the fact. It checks in the following order. + /// 1. is the expiration date greater than zero + /// 2. is the current time > the effective date + /// 3. is the current time the expiration date + /// + /// facts + /// + /// engine + /// + /// + public override void retractFacts(Index inx, Rete engine, IWorkingMemory mem) + { + long time = (DateTime.Now.Ticks - 621355968000000000)/10000; + if (theRule.ExpirationDate > 0 && time > theRule.EffectiveDate && time < theRule.ExpirationDate) + { + IGenericMap tmem = (IGenericMap) mem.getTerminalMemory(this); + LinkedActivation act = (LinkedActivation) tmem.RemoveWithReturn(inx); + if (act != null) + { + engine.Agenda.removeActivation(act); + } + } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/TestNode.cs b/trunk/Creshendo/Util/Rete/TestNode.cs new file mode 100644 index 0000000..f403c0c --- /dev/null +++ b/trunk/Creshendo/Util/Rete/TestNode.cs @@ -0,0 +1,182 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Functions; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// TestNode extends BaseJoin. TestNode is used to evaluate functions. + /// It may use values or bindings as parameters for the functions. The + /// left input is where the facts would enter. The right input is a + /// dummy input, since no facts actually enter. + /// + /// + public class TestNode : BaseJoin + { + /// TestNode can only have 1 top level function + /// + protected internal IFunction func = null; + + /// the parameters to pass to the function + /// + protected internal IParameter[] params_Renamed = null; + + /// by default the string is null, until the first time + /// toPPString is called. + /// + private String ppstring = null; + + /// id + /// + /// + public TestNode(int id, IFunction func, IParameter[] parameters) : base(id) + { + this.func = func; + params_Renamed = parameters; + } + + /// for TestNode, setbindings does not apply + /// + public override Binding[] Bindings + { + set { } + } + + protected internal virtual IFact[] Parameters + { + set + { + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + ((BoundParam) params_Renamed[idx]).Facts = value; + } + else if (params_Renamed[idx] is FunctionParam) + { + ((FunctionParam) params_Renamed[idx]).Facts = value; + } + } + } + } + + public virtual void lookUpFunction(Rete engine) + { + if (func is ShellFunction) + { + ShellFunction sf = (ShellFunction) func; + sf.lookUpFunction(engine); + if (sf.Function != null) + { + func = sf.Function; + } + } + } + + /// Assert will first pass the facts to the parameters. Once the + /// parameters are set, it should call execute to Get the result. + /// + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + if (!leftmem.ContainsKey(linx)) + { + Parameters = linx.Facts; + IReturnVector rv = func.executeFunction(engine, params_Renamed); + if (rv.firstReturnValue().BooleanValue) + { + IBetaMemory bmem = new BetaMemoryImpl(linx); + leftmem.Put(bmem.Index, bmem); + propogateAssert(linx, engine, mem); + } + } + } + + /// Since the assertRight is a dummy, it doesn't do anything. + /// + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + } + + /// + /// + public override void retractLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = (IGenericMap) mem.getBetaLeftMemory(this); + if (leftmem.ContainsKey(linx)) + { + // the memory Contains the key, so we retract and propogate + leftmem.Remove(linx); + propogateRetract(linx, engine, mem); + } + } + + + /// retract right is a dummy, so it does nothing. + /// + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + } + + /// Clear the memory + /// + public override void clear(IWorkingMemory mem) + { + ((IGenericMap) mem.getBetaLeftMemory(this)).Clear(); + } + + + /// Still need to implement the method to return string + /// format of the node + /// + public override String ToString() + { + return "(test (" + func.Name + ") )"; + } + + /// + /// + public override String toPPString() + { + if (ppstring == null) + { + StringBuilder buf = new StringBuilder(); + buf.Append("TestNode-" + nodeID + "> (test (" + func.Name); + for (int idx = 0; idx < params_Renamed.Length; idx++) + { + if (params_Renamed[idx] is BoundParam) + { + BoundParam bp = (BoundParam) params_Renamed[idx]; + buf.Append(" ?" + bp.VariableName); + } + else if (params_Renamed[idx] is ValueParam) + { + ValueParam vp = (ValueParam) params_Renamed[idx]; + buf.Append(" " + vp.StringValue); + } + } + buf.Append(") )"); + ppstring = buf.ToString(); + } + return ppstring; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/ValueParam.cs b/trunk/Creshendo/Util/Rete/ValueParam.cs new file mode 100644 index 0000000..c96eeb3 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/ValueParam.cs @@ -0,0 +1,101 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// * + /// Value parameter is meant for values. It extends AbstractParam, which provides + /// implementation for the convienance methods that convert the value to + /// primitive types. + /// + /// + public class ValueParam : AbstractParam + { + protected internal Object value_Renamed = null; + protected internal int valueType; + + public ValueParam() + { + } + + /// + /// + public ValueParam(int vtype, Object value_Renamed) + { + valueType = vtype; + this.value_Renamed = value_Renamed; + } + + /// The value types are defined in woolfel.engine.rete.Constants + /// + public override int ValueType + { + get { return valueType; } + + set { valueType = value; } + } + + /// Method will return the value as on Object. This means primitive + /// values are wrapped in their Object equivalent. + /// + public override Object Value + { + get { return value_Renamed; } + + set { value_Renamed = value; } + } + + public override bool ObjectBinding + { + get { return false; } + } + + + /// Value parameter don't need to resolve the value, so it just + /// returns it. + /// + public override Object getValue(Rete engine, int valueType) + { + if (this.valueType == Constants.STRING_TYPE) + { + return Decimal.Parse((String) value_Renamed); + } + else + { + return value_Renamed; + } + } + + /// implementation sets the value to null and the type to Object + /// + public override void reset() + { + value_Renamed = null; + valueType = Constants.OBJECT_TYPE; + } + + public virtual ValueParam cloneParameter() + { + ValueParam vp = new ValueParam(); + vp.value_Renamed = value_Renamed; + vp.valueType = valueType; + return vp; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rete/ZJBetaNode.cs b/trunk/Creshendo/Util/Rete/ZJBetaNode.cs new file mode 100644 index 0000000..8809193 --- /dev/null +++ b/trunk/Creshendo/Util/Rete/ZJBetaNode.cs @@ -0,0 +1,219 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Collections; + +namespace Creshendo.Util.Rete +{ + /// Peter Lin + /// + /// ZJBetaNode is different than other BetaNodes in that it + /// has no bindings. We optimize the performance for those + /// cases by skipping evaluation and just propogate + /// + /// + public class ZJBetaNode : BaseJoin + { + /// The operator for the join by default is equal. The the join + /// doesn't comparing values, the operator should be set to -1. + /// + protected internal int operator_Renamed; + + public ZJBetaNode(int id) : base(id) + { + InitBlock(); + } + + /// + /// Set the bindings for this join + /// + /// + public override Binding[] Bindings + { + set { } + } + + private void InitBlock() + { + operator_Renamed = Constants.EQUAL; + } + + + /// Clear will Clear the lists + /// + public override void clear(IWorkingMemory mem) + { + IGenericMap leftmem = mem.getBetaLeftMemory(this); + IGenericMap rightmem = (IGenericMap) mem.getBetaRightMemory(this); + + // first we iterate over the list for each fact + // and Clear it. + foreach(object item in leftmem.Keys) + { + ((IBetaMemory) leftmem.Get(item)).clear(); + } + + /* + IEnumerator itr = leftmem.Keys.GetEnumerator(); + // first we iterate over the list for each fact + // and Clear it. + while (itr.MoveNext()) + { + IBetaMemory bmem = (IBetaMemory) leftmem.Get(itr.Current); + bmem.clear(); + } + */ + + // now that we've cleared the list for each fact, we + // can Clear the org.jamocha.rete.util.Map. + leftmem.Clear(); + rightmem.Clear(); + } + + /// + /// assertLeft takes an array of facts. Since the Current join may be + /// joining against one or more objects, we need to pass all + /// previously matched facts. + /// + /// The linx. + /// The engine. + /// The mem. + public override void assertLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = mem.getBetaLeftMemory(this); + + leftmem.Put(linx, linx); + + //foreach(IFact rfcts in ((IGenericMap)mem.getBetaRightMemory(this)).Values) + //{ + // propogateAssert(linx.add(rfcts), engine, mem); + //} + + + IGenericMap rightmem = (IGenericMap)mem.getBetaRightMemory(this); + + foreach(IFact rfcts in rightmem.Values) + { + propogateAssert(linx.add(rfcts), engine, mem); + } + + //IEnumerator itr = rightmem.Values.GetEnumerator(); + //while (itr.MoveNext()) + //{ + // IFact rfcts = (IFact)itr.Current; + // // now we propogate + // propogateAssert(linx.add(rfcts), engine, mem); + //} + } + + /// + /// Assert from the right side is always going to be from an Alpha node. + /// + /// + /// + /// + public override void assertRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + IGenericMap rightmem = (IGenericMap)mem.getBetaRightMemory(this); + rightmem.Put(rfact, rfact); + IGenericMap leftmem = mem.getBetaLeftMemory(this); + + foreach (Index bmem in leftmem.Values) + { + propogateAssert(bmem.add(rfact), engine, mem); + } + + + //IEnumerator itr = leftmem.Values.GetEnumerator(); + //while (itr.MoveNext()) + //{ + // Index bmem = (Index) itr.Current; + // // now we propogate + // propogateAssert(bmem.add(rfact), engine, mem); + //} + } + + /// + /// Retracting from the left requires that we propogate the + /// + /// The linx. + /// The engine. + /// The mem. + public override void retractLeft(Index linx, Rete engine, IWorkingMemory mem) + { + IGenericMap leftmem = mem.getBetaLeftMemory(this); + leftmem.Remove(linx); + IGenericMap rightmem = (IGenericMap)mem.getBetaRightMemory(this); + + foreach(IFact itr in rightmem.Values) + { + propogateRetract(linx.add(itr), engine, mem); + } + + //IEnumerator itr = rightmem.Values.GetEnumerator(); + //while (itr.MoveNext()) + //{ + // propogateRetract(linx.add((IFact) itr.Current), engine, mem); + //} + } + + /// + /// Retract from the right works in the following order. + /// 1. Remove the fact from the right memory + /// 2. check which left memory matched + /// 3. propogate the retract + /// + /// + /// + /// + public override void retractRight(IFact rfact, Rete engine, IWorkingMemory mem) + { + IGenericMap rightmem = (IGenericMap)mem.getBetaRightMemory(this); + rightmem.Remove(rfact); + IGenericMap leftmem = mem.getBetaLeftMemory(this); + + foreach (Index bmem in leftmem.Values) + { + propogateRetract(bmem.add(rfact), engine, mem); + } + + + //IEnumerator itr = leftmem.Values.GetEnumerator(); + //while (itr.MoveNext()) + //{ + // Index bmem = (Index) itr.Current; + // // now we propogate + // propogateRetract(bmem.add(rfact), engine, mem); + //} + } + + /// Basic implementation will return string format of the betaNode + /// + public override String ToString() + { + return "ZJBetaNode"; + } + + /// implementation just returns the node id and the text + /// zero-bind join. + /// + public override String toPPString() + { + return "ZJBetaNode-" + nodeID + "> "; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/AndCondition.cs b/trunk/Creshendo/Util/Rule/AndCondition.cs new file mode 100644 index 0000000..52d7fe8 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/AndCondition.cs @@ -0,0 +1,119 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Compiler; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// AndCondition is specifically created to handle and conjunctions. AndConditions + /// are compiled to a BetaNode. + /// + /// + public class AndCondition : ICondition + { + protected internal IList nestedCE; + protected internal BaseJoin reteNode = null; + + /// + /// + public AndCondition() + { + InitBlock(); + } + + public virtual IList NestedConditionalElement + { + get { return nestedCE; } + } + + #region Condition Members + + public virtual IList Nodes + { + get { return new List(); } + } + + public virtual BaseNode LastNode + { + get { return reteNode; } + } + + public virtual IList BindConstraints + { + get + { + // TODO Auto-generated method stub + return null; + } + } + + //UPGRADE_NOTE: The initialization of 'nestedCE' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + + public virtual bool compare(ICondition cond) + { + return false; + } + + + /// the method doesn't apply and isn't implemented currently + /// + public virtual void addNode(BaseNode node) + { + } + + /// not implemented currently + /// + public virtual void addNewAlphaNodes(BaseNode node) + { + } + + + public virtual void clear() + { + reteNode = null; + } + + public virtual String toPPString() + { + return ""; + } + + public virtual IConditionCompiler getCompiler(IRuleCompiler ruleCompiler) + { + // TODO Auto-generated method stub + return null; + } + + #endregion + + private void InitBlock() + { + nestedCE = new List(); + } + + public virtual void addNestedConditionElement(Object ce) + { + nestedCE.Add(ce); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/AndLiteralConstraint.cs b/trunk/Creshendo/Util/Rule/AndLiteralConstraint.cs new file mode 100644 index 0000000..52ed2f3 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/AndLiteralConstraint.cs @@ -0,0 +1,150 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// Literal constraint is a comparison between an object field and a concrete + /// value. for example, account.name is equal to "Peter Lin". I originally, + /// named the class something else, but since CLIPS uses literal constraint, + /// I decided to change the name of the class. Even though I don't like the + /// term literal constraint, it doesn't make sense to fight existing + /// terminology. + /// + /// + public class AndLiteralConstraint : IConstraint + { + protected internal String name; + //UPGRADE_NOTE: The initialization of 'value_Renamed' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal bool negated = false; + protected internal List value_Renamed; + + /// + /// + public AndLiteralConstraint() + { + InitBlock(); + } + + /// if the literal constraint is negated, the method returns true + /// + /// + /// + /// + /// if the literal constraint is negated with a "~" tilda, call + /// the method pass true. + /// + /// negate + /// + /// + public virtual bool Negated + { + get { return negated; } + + set { negated = value; } + } + + #region Constraint Members + + /// the name is the slot name + /// + /// set the slot name as declared in the rule + /// + public virtual String Name + { + get { return name; } + + set { name = value; } + } + + /// Set the value of the constraint. It should be a concrete value and + /// not a binding. + /// + public virtual Object Value + { + /* (non-Javadoc) + * @see woolfel.engine.rule.Constraint#getValue() + */ + + get { return value_Renamed; } + + set + { + if (value is List) + { + value_Renamed = (List) value; + } + } + } + + public virtual String toPPString() + { + StringBuilder buf = new StringBuilder(); + IEnumerator itr = value_Renamed.GetEnumerator(); + buf.Append(" (" + name + " "); + int count = 0; + while (itr.MoveNext()) + { + MultiValue mv = (MultiValue) itr.Current; + if (count > 0) + { + buf.Append("&"); + } + if (mv.Negated) + { + buf.Append("~" + ConversionUtils.formatSlot(mv.Value)); + } + else + { + buf.Append(ConversionUtils.formatSlot(mv.Value)); + } + count++; + } + buf.Append(")" + Constants.LINEBREAK); + return buf.ToString(); + } + + #endregion + + private void InitBlock() + { + value_Renamed = new List(); + } + + + public virtual void addValue(MultiValue mv) + { + value_Renamed.Add(mv); + } + + public virtual void addValues(IList list) + { + foreach (object o in list) + { + value_Renamed.Add(o); + } + + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/BoundConstraint.cs b/trunk/Creshendo/Util/Rule/BoundConstraint.cs new file mode 100644 index 0000000..50e0ec2 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/BoundConstraint.cs @@ -0,0 +1,235 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util.Rete; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// BoundConstraint is a basic implementation of Constraint interface + /// for bound constraints. When a rule declares a slot as a binding, + /// a BoundConstraint is used. + /// + /// + public class BoundConstraint : IConstraint + { + protected internal bool firstDeclaration_Renamed_Field = false; + + /// if the binding is for a multislot, it should be + /// set to true. by default, it is false. + /// + protected internal bool isMultislot_Renamed_Field = false; + + protected internal bool isObjectBinding = false; + + /// the name is the slot name + /// + protected internal String name; + + protected internal bool negated = false; + + private bool intraFactJoin = false; + protected List ifjoins = new List(); + + /// In the case of BoundConstraints, the value is the name of + /// the variable given my the user + /// + protected internal Object value_Renamed; + + /// + /// + public BoundConstraint() + { + } + + public BoundConstraint(String name, bool isObjBind) + { + Name = name; + isObjectBinding = isObjBind; + } + + public virtual String VariableName + { + get { return (String) value_Renamed; } + } + + /// if the binding is to an object or deffact, the method will + /// return true. + /// + /// + /// + /// + /// Set the constraint to true if the binding is for an object or + /// a deffact. + /// + /// obj + /// + /// + public virtual bool IsObjectBinding + { + get { return isObjectBinding; } + + set { isObjectBinding = value; } + } + + /// if the binding is for a multislot, it will return true. + /// by default is is false. + /// + /// + /// + /// + public virtual bool Multislot + { + get { return isMultislot_Renamed_Field; } + } + + /// only set the multislot to true if the slot is defined + /// as a multislot + /// + /// multi + /// + /// + public virtual bool IsMultislot + { + set { isMultislot_Renamed_Field = value; } + } + + /// if the literal constraint is negated, the method returns true + /// + /// + /// + /// + /// if the literal constraint is negated with a "~" tilda, call + /// the method pass true. + /// + /// negate + /// + /// + public virtual bool Negated + { + get { return negated; } + + set { negated = value; } + } + + public virtual bool FirstDeclaration + { + set { firstDeclaration_Renamed_Field = value; } + } + + #region Constraint Members + + /// The name of the slot or object field. + /// + /// the name is the name of the slot or object field. + /// + public virtual String Name + { + get { return name; } + + set + { + if (value.StartsWith("?")) + { + name = value.Substring(1); + } + else + { + name = value; + } + } + } + + /// The value is the name of the variable. In the case of CLIPS, + /// if the rule as "?name", the value returned is "name" without + /// the question mark prefix. + /// + /// + /// The input parameter should be a string and it should be + /// the name of the variable. Make sure to parse out the + /// prefix. For example, CLIPS uses "?" to denote a variable. + /// + public virtual Object Value + { + get { return value_Renamed; } + + set { value_Renamed = value; } + } + + public bool IntraFactJoin + { + get { return intraFactJoin; } + set { intraFactJoin = value; } + } + + /// returns the constriant in a pretty printer format + /// + public virtual String toPPString() + { + if (isMultislot_Renamed_Field) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return " (" + name + " $?" + value_Renamed.ToString() + ")" + Constants.LINEBREAK; + } + else if (negated) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return " (" + name + " ~?" + value_Renamed.ToString() + ")" + Constants.LINEBREAK; + } + else + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return " (" + name + " ?" + value_Renamed.ToString() + ")" + Constants.LINEBREAK; + } + } + + #endregion + + /// by default the method returns false, unless it is set to true + /// + /// + /// + /// + public virtual bool firstDeclaration() + { + return firstDeclaration_Renamed_Field; + } + + public void addIntrFactJoin(IList list) + { + foreach (BoundConstraint bc in list) + { + bc.Name = this.name; + ifjoins.Add(bc); + } + } + + public BoundConstraint getFirstIFJ() + { + return (BoundConstraint)this.ifjoins[0]; + } + + public virtual String toFactBindingPPString() + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return " ?" + value_Renamed.ToString() + " <-"; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/DefaultComplexity.cs b/trunk/Creshendo/Util/Rule/DefaultComplexity.cs new file mode 100644 index 0000000..e2710d1 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/DefaultComplexity.cs @@ -0,0 +1,65 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// TODO To change the template for this generated type comment go to + /// + /// + public class DefaultComplexity : IComplexity + { + /// + /// + public DefaultComplexity() + { + // TODO Auto-generated constructor stub + } + + #region Complexity Members + + public virtual int Value + { + /* (non-Javadoc) + * @see woolfel.engine.rule.Complexity#getValue() + */ + + get + { + // TODO Auto-generated method stub + return 0; + } + } + + + /* (non-Javadoc) + * @see woolfel.engine.rule.Complexity#calculateComplexity() + */ + + public virtual void calculateComplexity() + { + // TODO Auto-generated method stub + } + + #endregion + + //[STAThread] + //public static void Main(System.String[] args) + //{ + //} + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/Defrule.cs b/trunk/Creshendo/Util/Rule/Defrule.cs new file mode 100644 index 0000000..afd3ab3 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/Defrule.cs @@ -0,0 +1,628 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Text; +using Creshendo.Util.Collections; +using Creshendo.Util.Rete; + +namespace Creshendo.Util.Rule +{ + //using LinkedHashMap = java.util.LinkedHashMap; + + /// Peter Lin + /// * + /// A basic implementation of the Rule interface + /// + /// + [Serializable] + public class Defrule : IRule + { + protected internal List actions = null; + + /// by default a rule is active, unless set to false + /// + private bool active = true; + + protected internal bool auto = false; + private GenericHashMap bindings; + protected internal IGenericMap bindValues; + private String comment = ""; + protected internal IComplexity complex = null; + protected internal List conditions = null; + + /// Be default, the rule is set to forward chaining + /// + protected internal int direction; + + /// default is set to zero + /// + protected internal long effectiveDate = 0; + + /// default is set to zero + /// + protected internal long expirationDate = 0; + + protected internal List joins = null; + protected internal String _name = null; + + /// by default noAgenda is false + /// + protected internal bool noAgenda = false; + + protected internal bool rememberMatch = true; + protected internal int salience = 100; + + /// default for temporal activation is false + /// + protected internal bool temporalActivation = false; + + protected internal IModule themodule = null; + protected internal IFact[] triggerFacts = null; + protected internal String version = ""; + + /// by default watch is off + /// + protected internal bool watch = false; + + /// + /// + public Defrule() + { + InitBlock(); + conditions = new List(); + actions = new List(); + joins = new List(); + } + + public Defrule(String name) : this() + { + InitBlock(); + _name = name; + } + + public virtual IList RuleProperties + { + set + { + IEnumerator itr = value.GetEnumerator(); + while (itr.MoveNext()) + { + RuleProperty declaration = (RuleProperty) itr.Current; + if (declaration.Name.Equals(RuleProperty.AUTO_FOCUS)) + { + AutoFocus = declaration.BooleanValue; + } + else if (declaration.Name.Equals(RuleProperty.SALIENCE)) + { + Salience = declaration.IntValue; + } + else if (declaration.Name.Equals(RuleProperty.VERSION)) + { + Version = declaration.Value; + } + else if (declaration.Name.Equals(RuleProperty.REMEMBER_MATCH)) + { + RememberMatch = declaration.BooleanValue; + } + else if (declaration.Name.Equals(RuleProperty.NO_AGENDA)) + { + NoAgenda = declaration.BooleanValue; + } + else if (declaration.Name.Equals(RuleProperty.EFFECTIVE_DATE)) + { + effectiveDate = getDateTime(declaration.Value); + } + else if (declaration.Name.Equals(RuleProperty.EXPIRATION_DATE)) + { + expirationDate = getDateTime(declaration.Value); + } + else if (declaration.Name.Equals(RuleProperty.TEMPORAL_ACTIVATION)) + { + temporalActivation = declaration.BooleanValue; + } + } + } + } + + #region Rule Members + + public virtual String Name + { + /* (non-Javadoc) + * @see woolfel.engine.rule.Rule#getName() + */ + + get { return _name; } + /* (non-Javadoc) + * @see woolfel.engine.rule.Rule#setName() + */ + + set { _name = value; } + } + + /// by default a rule should return true + /// + /// + /// + /// + public virtual bool Active + { + get { return active; } + + set { active = value; } + } + + public virtual bool Watch + { + /* (non-Javadoc) + * @see woolfel.engine.rule.Rule#getWatch() + */ + + get { return watch; } + /* (non-Javadoc) + * @see woolfel.engine.rule.Rule#setWatch(boolean) + */ + + set { watch = value; } + } + + public virtual bool AutoFocus + { + get { return auto; } + + set { auto = value; } + } + + public virtual int Salience + { + get { return salience; } + + set { salience = value; } + } + + public virtual String Comment + { + get { return comment; } + + set { comment = value.Substring(1, (value.Length - 1) - (1)); } + } + + public virtual IComplexity Complexity + { + get { return complex; } + + set { complex = value; } + } + + public virtual long EffectiveDate + { + get { return effectiveDate; } + + set { effectiveDate = value; } + } + + public virtual long ExpirationDate + { + get { return expirationDate; } + + set { expirationDate = value; } + } + + public virtual bool NoAgenda + { + get { return noAgenda; } + + set { noAgenda = value; } + } + + public virtual bool RememberMatch + { + get { return rememberMatch; } + + set { rememberMatch = value; } + } + + public virtual String Version + { + get { return version; } + + set + { + if (value != null) + { + version = value; + } + } + } + + public virtual ICondition[] Conditions + { + /* (non-Javadoc) + * @see woolfel.engine.rule.Rule#getConditions() + */ + + get + { + ICondition[] cond = new ICondition[conditions.Count]; + conditions.CopyTo(cond,0); + return cond; + } + } + + public virtual IAction[] Actions + { + /* (non-Javadoc) + * @see woolfel.engine.rule.Rule#getActions() + */ + + get + { + IAction[] acts = new IAction[actions.Count]; + actions.CopyTo(acts,0); + return acts; + } + } + + public virtual IModule Module + { + get { return themodule; } + + set { themodule = value; } + } + + /// Get the array of join nodes + /// + public virtual IList Joins + { + get { return joins; } + } + + public virtual BaseNode LastNode + { + get + { + if (joins.Count > 0) + { + return (BaseNode) joins[joins.Count - 1]; + } + else if (conditions.Count > 0) + { + // this means there's only 1 ConditionalElement, so the conditions + // only has 1 element. in all other cases, there will be atleast + // 1 join node + ICondition c = (ICondition) conditions[0]; + if (c is ObjectCondition) + { + return ((ObjectCondition) c).LastNode; + } + else if (c is TestCondition) + { + return ((TestCondition) c).TestNode; + } + return null; + } + else + { + return null; + } + } + } + + /// This should be called when the action is being fired. after the rule + /// actions are executed, the trigger facts should be reset. The primary + /// downside of this design decision is it won't work well with multi- + /// threaded parallel execution. Since Sumatra has no plans for implementing + /// parallel execution using multi-threading, the design is not an issue. + /// Implementing multi-threaded parallel execution isn't desirable and + /// has been proven to be too costly. A better approach is to queue assert + /// retract and process them in sequence. + /// + public virtual IFact[] TriggerFacts + { + get { return triggerFacts; } + + set { triggerFacts = value; } + } + + /// The method will return the Bindings in the order they + /// were added to the utility. + /// + /// + /// + /// + public virtual System.Collections.IEnumerator BindingIterator + { + get { return bindings.Values.GetEnumerator(); } + } + + /// Returns the number of unique bindings. If a binding is + /// used multiple times to join several facts, it is only + /// counted once. + /// + /// + /// + /// + public virtual int BindingCount + { + get { return bindings.Count; } + } + + public virtual bool TemporalActivation + { + get { return temporalActivation; } + + set { temporalActivation = value; } + } + + + /* (non-Javadoc) + * @see woolfel.engine.rule.Rule#addCondition(woolfel.engine.rule.Condition) + */ + + public virtual void addCondition(ICondition cond) + { + conditions.Add(cond); + } + + /* (non-Javadoc) + * @see woolfel.engine.rule.Rule#addAction(woolfel.engine.rule.Action) + */ + + public virtual void addAction(IAction act) + { + actions.Add(act); + } + + + /// Add join nodes to the rule + /// + public virtual void addJoinNode(BaseJoin node) + { + joins.Add(node); + } + + + /// the current implementation simply replaces the existing + /// value if one already exists. + /// + public virtual void setBindingValue(Object key, Object value_Renamed) + { + bindValues.Put(key.ToString(), value_Renamed); + } + + /// return the value associated with the binding + /// + public virtual Object getBindingValue(string key) + { + Object val = bindValues.Get(key); + if (val == null) + { + Binding bd = (Binding) bindings[key]; + if (bd != null) + { + IFact left = triggerFacts[bd.LeftRow]; + if (bd.IsObjectVar) + { + val = left; + } + else + { + val = left.getSlotValue(bd.LeftIndex); + } + } + } + return val; + } + + public virtual void setBindingValue(String name, Object value_Renamed) + { + bindValues.Put(name, value_Renamed); + } + + + /// reset the trigger facts after all the actions have executed. + /// + public virtual void resetTriggerFacts() + { + triggerFacts = null; + } + + + /// + /// Method will only Add the binding if it doesn't already + /// exist. + /// + /// + /// + public virtual void addBinding(String key, Binding bind) + { + if (!bindings.Contains(key)) + { + bindings.Add(key, bind); + } + } + + /// + /// Return the Binding matching the variable name + /// + /// + /// + public virtual Binding getBinding(String varName) + { + return (Binding) bindings[varName]; + } + + /// + /// Get a copy of the Binding using the variable name + /// + /// + /// + public virtual Binding copyBinding(String varName) + { + Binding b = getBinding(varName); + if (b != null) + { + Binding b2 = (Binding) b.Clone(); + return b2; + } + else + { + return null; + } + } + + public virtual Binding copyPredicateBinding(String varName, int operator_Renamed) + { + Binding b = getBinding(varName); + if (b != null) + { + Binding2 b2 = new Binding2(operator_Renamed); + b2.LeftRow = b.LeftRow; + b2.LeftIndex = b.LeftIndex; + b2.VarName = b.VarName; + return b2; + } + else + { + return null; + } + } + + + public virtual void resolveTemplates(Rete.Rete engine) + { + ICondition[] cnds = Conditions; + for (int idx = 0; idx < cnds.Length; idx++) + { + ICondition cnd = cnds[idx]; + if (cnd is ObjectCondition) + { + ObjectCondition oc = (ObjectCondition) cnd; + Deftemplate dft = (Deftemplate) engine.findTemplate(oc.TemplateName); + if (dft != null) + { + oc.Deftemplate = dft; + } + } + else if (cnd is ExistCondition) + { + ExistCondition exc = (ExistCondition) cnd; + Deftemplate dft = (Deftemplate) engine.findTemplate(exc.TemplateName); + if (dft != null) + { + exc.Deftemplate = dft; + } + } + else if (cnd is TemporalCondition) + { + TemporalCondition tempc = (TemporalCondition) cnd; + Deftemplate dft = (Deftemplate) engine.findTemplate(tempc.TemplateName); + if (dft != null) + { + tempc.Deftemplate = dft; + } + } + } + } + + + public virtual String toPPString() + { + StringBuilder buf = new StringBuilder(); + buf.Append("(defrule " + _name + Constants.LINEBREAK); + // now print out the rule properties + buf.Append(" (declare (salience " + salience + ") (rule-version " + version + ") (remember-match " + rememberMatch + ") (effective-date " + effectiveDate + ") (expiration-date " + expirationDate + ") (temporal-activation " + temporalActivation + ") (chaining-direction " + direction + ") )" + Constants.LINEBREAK); + for (int idx = 0; idx < conditions.Count; idx++) + { + ICondition c = (ICondition) conditions[idx]; + buf.Append(c.toPPString()); + } + buf.Append("=>" + Constants.LINEBREAK); + // now append the actions + for (int idx = 0; idx < actions.Count; idx++) + { + IAction ac = (IAction) actions[idx]; + buf.Append(ac.toPPString()); + } + buf.Append(")" + Constants.LINEBREAK); + return buf.ToString(); + } + + #endregion + + private void InitBlock() + { + bindValues = new GenericHashMap(); + + bindings = new GenericHashMap(); + + direction = Constants.FORWARD_CHAINING; + } + + public static long getDateTime(String date) + { + if (date != null && date.Length > 0) + { + try + { + //UPGRADE_ISSUE: Class 'java.text.SimpleDateFormat' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javatextSimpleDateFormat"' + //UPGRADE_ISSUE: Constructor 'java.text.SimpleDateFormat.SimpleDateFormat' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javatextSimpleDateFormat"' + //java.text.SimpleDateFormat df = new java.text.SimpleDateFormat("mm/dd/yyyy HH:mm"); + return ((Convert.ToDateTime(date).Ticks - 621355968000000000)/10000) - (long) TimeZone.CurrentTimeZone.GetUtcOffset(Convert.ToDateTime(date)).TotalMilliseconds; + } + catch (Exception e) + { + System.Diagnostics.Trace.WriteLine(e.Message); + return 0; + } + } + else + { + return 0; + } + } + + public virtual void clear() + { + IEnumerator itr = conditions.GetEnumerator(); + while (itr.MoveNext()) + { + ICondition cond = (ICondition) itr.Current; + cond.clear(); + } + joins.Clear(); + } + + //UPGRADE_TODO: The equivalent of method 'java.lang.Object.clone' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143"' + /// TODO need to finish implementing the clone method + /// + public Object Clone() + { + Defrule cl = new Defrule(_name); + return cl; + } + + + public void setRuleProperties(IList dec) + { + this.RuleProperties = dec; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/ErrorSummary.cs b/trunk/Creshendo/Util/Rule/ErrorSummary.cs new file mode 100644 index 0000000..b17c58d --- /dev/null +++ b/trunk/Creshendo/Util/Rule/ErrorSummary.cs @@ -0,0 +1,75 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// + /// + public class ErrorSummary : ISummary + { + //UPGRADE_NOTE: The initialization of 'errors' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private String[] errors; + + /// + /// + public ErrorSummary() + { + InitBlock(); + } + + #region Summary Members + + public virtual String Message + { + get + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < errors.Length; idx++) + { + buf.Append(errors[idx] + Constants.LINEBREAK); + } + return buf.ToString(); + } + } + + public virtual String[] Messages + { + get { return errors; } + } + + public virtual void addMessage(String reason) + { + int len = errors.Length; + String[] newerr = new String[len + 1]; + Array.Copy(errors, 0, newerr, 0, errors.Length); + newerr[len] = reason; + errors = newerr; + } + + #endregion + + private void InitBlock() + { + errors = new String[0]; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/ExistCondition.cs b/trunk/Creshendo/Util/Rule/ExistCondition.cs new file mode 100644 index 0000000..43eac25 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/ExistCondition.cs @@ -0,0 +1,74 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Compiler; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// ExistCondition for existential quantifier. + /// TODO - maybe we should just have ExistCondition extend ObjectCondition + /// + /// + public class ExistCondition : ObjectCondition + { + /// + /// + public ExistCondition() + { + } + + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + int start = 0; + String pad = " "; + buf.Append(pad + "(exists" + Constants.LINEBREAK); + pad = " "; + buf.Append(pad + "(" + TemplateName + Constants.LINEBREAK); + for (int idx = start; idx < Constraints.Length; idx++) + { + IConstraint cnstr = (IConstraint) Constraints[idx]; + buf.Append(" " + cnstr.toPPString()); + } + buf.Append(pad + ")" + Constants.LINEBREAK); + pad = " "; + buf.Append(pad + ")" + Constants.LINEBREAK); + return buf.ToString(); + } + + public override IConditionCompiler getCompiler(IRuleCompiler ruleCompiler) + { + CompilerProvider.getInstance(ruleCompiler); + return CompilerProvider.existConditionCompiler; + } + + public static ExistCondition newExistCondition(ObjectCondition cond) + { + ExistCondition exc = new ExistCondition(); + exc.constraints = cond.constraints; + exc.negated = cond.negated; + exc.nodes = cond.nodes; + exc.template = cond.template; + exc.templateName = cond.templateName; + return exc; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/FunctionAction.cs b/trunk/Creshendo/Util/Rule/FunctionAction.cs new file mode 100644 index 0000000..474fdcd --- /dev/null +++ b/trunk/Creshendo/Util/Rule/FunctionAction.cs @@ -0,0 +1,193 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Functions; +using Creshendo.Util.Rete; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// A FunctionAction is responsible for executing a function in the action + /// of the rule. It uses built-in or user written functions. When the rule + /// is loaded, the engine looks up the functions. At run time, the rule + /// simply executes it. + /// + /// + public class FunctionAction : IAction + { + protected internal IFunction faction = null; + protected internal String functionName = null; + protected internal IParameter[] parameters = null; + + /// + /// + public FunctionAction() + { + } + + public virtual IFunction Function + { + get { return faction; } + + set + { + if (value is ShellFunction) + { + ShellFunction sf = (ShellFunction) value; + functionName = sf.Name; + parameters = sf.Parameters; + } + else + { + faction = value; + functionName = value.Name; + } + } + } + + public virtual String FunctionName + { + get { return functionName; } + + set { functionName = value; } + } + + public virtual IParameter[] Parameters + { + get { return parameters; } + + set { parameters = value; } + } + + #region Action Members + + /// Configure will lookup the function and set it + /// + public virtual void configure(Rete.Rete engine, IRule util) + { + if (functionName != null && engine.findFunction(functionName) != null) + { + faction = engine.findFunction(functionName); + } + // now setup the BoundParameters if there are any + for (int idx = 0; idx < parameters.Length; idx++) + { + if (parameters[idx] is BoundParam) + { + BoundParam bp = (BoundParam) parameters[idx]; + Binding bd = util.getBinding(bp.VariableName); + if (bd != null) + { + bp.Row = bd.LeftRow; + bp.Column = bd.LeftIndex; + } + } + else if (parameters[idx] is FunctionParam2) + { + FunctionParam2 fp2 = (FunctionParam2) parameters[idx]; + fp2.configure(engine, util); + } + else if (parameters[idx] is ValueParam) + { + ValueParam vp = (ValueParam) parameters[idx]; + // if the value is a deffact, we need to check and make sure + // the slots with BoundParam value are compiled properly + if (vp.Value is Deffact) + { + ((Deffact) vp.Value).compileBinding(util); + } + } + } + // in the case of Assert, we do further compilation + if (faction is AssertFunction) + { + Deftemplate tmpl = (Deftemplate) engine.CurrentFocus.getTemplate(parameters[0].StringValue); + Deffact fact = (Deffact) tmpl.createFact((Object[]) parameters[1].Value, - 1); + fact.compileBinding(util); + parameters = new ValueParam[1]; + parameters[0] = new ValueParam(Constants.OBJECT_TYPE, fact); + } + } + + /* (non-Javadoc) + * @see woolfel.engine.rule.Action#executeAction(woolfel.engine.Creshendo.Util.Rete.Rete, woolfel.engine.rete.Fact[]) + */ + + public virtual void executeAction(Rete.Rete engine, IFact[] facts) + { + // first we iterate over the parameters and pass the facts + // to the BoundParams. + for (int idx = 0; idx < parameters.Length; idx++) + { + if (parameters[idx] is BoundParam) + { + ((BoundParam) parameters[idx]).Facts = facts; + } + else if (parameters[idx] is FunctionParam) + { + ((FunctionParam) parameters[idx]).Facts = facts; + } + else if (parameters[idx] is FunctionParam2) + { + ((FunctionParam2) parameters[idx]).Engine = engine; + } + } + // we treat AssertFunction a little different + if (faction is AssertFunction) + { + ((AssertFunction) faction).TriggerFacts = facts; + } + else if (faction is ModifyFunction) + { + ((ModifyFunction) faction).TriggerFacts = facts; + } + // now we find the function + faction.executeFunction(engine, parameters); + } + + /// method implements the necessary logic to print out the action + /// + public virtual String toPPString() + { + StringBuilder buf = new StringBuilder(); + /// buf.append(" (" + this.functionName); + /// for (int idx=0; idx < this.parameters.length; idx++) { + /// if (parameters[idx] instanceof BoundParam) { + /// BoundParam bp = (BoundParam)this.parameters[idx]; + /// buf.append(bp.toPPString()); + /// } else if (parameters[idx] instanceof ValueParam) { + /// buf.append(" " + this.parameters[idx].getStringValue()); + /// } else if (parameters[idx] instanceof FunctionParam) { + /// FunctionParam fp = (FunctionParam)parameters[idx]; + /// buf.append(fp.toString()); + /// } else if (parameters[idx] instanceof FunctionParam2) { + /// FunctionParam2 fp2 = (FunctionParam2)parameters[idx]; + /// buf.append(fp2.getFunctionName()); + /// } + /// } + /// buf.append(")" + Constants.LINEBREAK); + /// * + /// + buf.Append(" " + faction.toPPString(parameters, 1) + Constants.LINEBREAK); + return buf.ToString(); + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/IAnalysis.cs b/trunk/Creshendo/Util/Rule/IAnalysis.cs new file mode 100644 index 0000000..5597f2a --- /dev/null +++ b/trunk/Creshendo/Util/Rule/IAnalysis.cs @@ -0,0 +1,58 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace Creshendo.Util.Rule +{ + /// Validation interface defines 3 methods a basic validation component + /// would need to have. Validation can occur at any time, so it can be + /// used by the rule compiler, an IDE or a parser. + /// + /// The product of the validation is either it passes, or a summary of + /// the errors and warnings. + /// + /// + /// Peter Lin + /// * + /// + /// + public struct Analysis_Fields + { + public static readonly int ANALYSIS_COMPLETE = 100; + public static readonly int ANALYSIS_INCOMPLETE = 101; + public static readonly int VALIDATION_FAILED = 1000; + public static readonly int VALIDATION_PASSED = 1001; + public static readonly int VALIDATION_WARNING = 1002; + } + + public interface IAnalysis + { + //UPGRADE_NOTE: Members of interface 'Analysis' were extracted into structure 'Analysis_Fields'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1045"' + ISummary Errors { get; } + ISummary Warnings { get; } + + /// If the rule passes validation, it should return true. If the rule + /// was not valid for any reason, return false. + /// + /// rule + /// + /// + /// + /// + int analyze(IRule rule); + + void reset(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/IComplexity.cs b/trunk/Creshendo/Util/Rule/IComplexity.cs new file mode 100644 index 0000000..4c5de80 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/IComplexity.cs @@ -0,0 +1,31 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// Complexity is a basic interface for rule complexity. The complexity + /// could be calculated when the rule is compiled, or dynamically at runtime. + /// There are a couple reasons why dynamic + /// + /// + public interface IComplexity + { + int Value { get; } + void calculateComplexity(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/ICondition.cs b/trunk/Creshendo/Util/Rule/ICondition.cs new file mode 100644 index 0000000..ae0bb80 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/ICondition.cs @@ -0,0 +1,92 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System.Collections; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Compiler; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// Conditions are patterns. It may be a simple fact pattern, test function, + /// or an object pattern. + /// + /// + public interface ICondition : IPrettyPrint + { + /// Get the nodes associated with the condition. In the case of + /// TestConditions, it should only be 1 node. + /// + /// + /// + /// + IList Nodes { get; } + + /// Get the last node in the Condition + /// + /// + /// + /// + BaseNode LastNode { get; } + + /// Get the bind Constraint org.jamocha.rete.util.IList including BoundConstraint (isObjectBinding==false) + /// and PredicateConstraint (isPredicateJoin==true) + /// + /// + /// + /// + IList BindConstraints { get; } + + /// Method is used to compare the pattern to another pattern and + /// determine if they are equal. + /// + /// cond + /// + /// + /// + /// + bool compare(ICondition cond); + + /// When the rule is compiled, we Add the node to the condition, + /// so that we can print out the matches for a given rule. + /// + /// node + /// + /// + void addNode(BaseNode node); + + /// if the rule's alpha nodes aren't shared, this method is + /// used to Add the alphaNodes to the condition + /// + /// node + /// + /// + void addNewAlphaNodes(BaseNode node); + + /// Clear the condition + /// + void clear(); + + /// obtain the compiler compile this condition + /// + /// + /// + /// + IConditionCompiler getCompiler(IRuleCompiler ruleCompiler); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/IConstraint.cs b/trunk/Creshendo/Util/Rule/IConstraint.cs new file mode 100644 index 0000000..14d3750 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/IConstraint.cs @@ -0,0 +1,68 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// Constraints come in 3 varieties: + /// 1. value constraint where an object's field is compared to a value + /// 2. variable constraint where a field is bound to a variable + /// 3. predicate constraint where the field is bound to a variable, and + /// then evaluated against 1 or more operations. + /// + /// + /// + public interface IConstraint + { + /// This should be the name of the constraint. In the case of an + /// object, it is the field's name + /// + /// + /// + /// + /// Set the name of the constraint. + /// + /// name + /// + /// + String Name { get; set; } + + /// The value of the constraint. Primitive numeric types are + /// wrapped in the object version. Example, int is wrapped in + /// Integer. + /// + /// + /// + /// + /// Set the value of the constraint. In the case of a binding, + /// the value is the variable name + /// + /// val + /// + /// + Object Value { get; set; } + + /// A convienance method to return pretty print format. + /// + /// + /// + /// + String toPPString(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/IRule.cs b/trunk/Creshendo/Util/Rule/IRule.cs new file mode 100644 index 0000000..9335490 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/IRule.cs @@ -0,0 +1,352 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using Creshendo.Util.Rete; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// The rule interface design is influenced by RuleML 0.8. It is also + /// influenced by CLIPS, but with some important differences. The + /// interface assumes it acts as a bridge between a Rule Parser, which + /// parses some text and produces the necessary artifacts and a rule + /// compiler which generates RETE nodes. + /// For that reason, the interface defines methods for adding Join + /// nodes and retrieving the last node in the rule. These convienance + /// method are present to make it easier to write rule parsers and + /// compilers. + /// + /// + public interface IRule : IScope + { + /// if the rule is set to autofocus, it returns true + /// + /// + /// + /// + /// if the rule should fire even when the module is not in focus, + /// call the method with true + /// + /// auto + /// + /// + bool AutoFocus { get; set; } + + /// if users want to give a rule a comment, the method will return it. + /// otherwise it should return zero length string + /// + /// + /// + /// + /// set the comment of the rule. it should be a descriptive comment + /// about what the rule does. + /// + /// text + /// + /// + String Comment { get; set; } + + /// Get the complexity of the rule, which measure how many conditions + /// a rule has + /// + /// + /// + /// + /// set the complexity of the rule. this should be calculated + /// by the rule engine or rule compiler + /// + /// complexity + /// + /// + IComplexity Complexity { get; set; } + + /// return the effective date in milliseconds + /// + /// + /// + /// + /// Be default classes implementing the interface should set + /// the effective date to zero. only when the user sets the + /// date should it have a non-zero positive long value. + /// + /// mstime + /// + /// + long EffectiveDate { get; set; } + + /// return the expiration date in milliseconds + /// + /// + /// + /// + /// by default classes implementing the interface should set + /// the expiration date to zero. only when the user sets the + /// date should it have a non-zero positive value greater + /// than the effective date. + /// + /// mstime + /// + /// + long ExpirationDate { get; set; } + + /// Add a conditional element to the rule + /// + /// cond + /// + /// + /// Get the name of the rule + /// + /// + /// + /// + /// set the name of the rule + /// + /// name + /// + /// + String Name { get; set; } + + /// if the rule should skip the agenda and fire immediately, + /// the method returns true. By default it should be false + /// + /// + /// + /// + /// if a rule should skip the agenda, set it to true + /// + /// agenda + /// + /// + bool NoAgenda { get; set; } + + /// classes implementing the interface can choose to ignore + /// this rule property. Sumatra currently provides the ability + /// to turn off AlphaMemory. By default, it is set to true. + /// If a user wants to turn off AlphaMemory for a given rule, + /// set it to false. + /// + /// + /// + /// + /// to turn of alpha memory, set it to false + /// + /// match + /// + /// + bool RememberMatch { get; set; } + + /// Get the salience of the rule + /// + /// + /// + /// + /// to lower the priority of a rule, set the value lower + /// + /// sal + /// + /// + int Salience { get; set; } + + /// the version of the rule + /// + /// + /// + /// + /// set the version of the rule + /// + /// ver + /// + /// + String Version { get; set; } + + /// watch is used for debugging + /// + /// + /// + /// + /// to debug a rule, set the watch to true + /// + /// watch + /// + /// + bool Watch { get; set; } + + /// by default a rule should return true + /// + /// + /// + /// + /// to turn off a rule, call the method with false + /// + /// active + /// + /// + bool Active { get; set; } + + /// if the rule uses temporal facts, the method should return + /// true. the defrule must declare temporal-activation true + /// + /// + /// + /// + /// set the rule to use temporal activation + /// + /// temporalActivation + /// + /// + bool TemporalActivation { get; set; } + + ICondition[] Conditions { get; } + IAction[] Actions { get; } + IList Joins { get; } + + /// The method should return the last node in the rule, not counting + /// the terminal node. + /// + /// + /// + /// + BaseNode LastNode { get; } + + /// Return the module the rule belongs to. A rule can only belong to a + /// single module. + /// + /// + /// + /// + /// When the rule is compiled, the rule compiler needs to set the module + /// so that the terminalNode can Add the activation to the correct + /// activationList. + /// + /// mod + /// + /// + IModule Module { get; set; } + + /// Get a GetEnumerator to the Binding objects + /// + /// + /// + /// + System.Collections.IEnumerator BindingIterator { get; } + + /// Get a count of the Binding + /// + /// + /// + /// + int BindingCount { get; } + + /// In case an user wants to Get the trigger facts in the right hand + /// side of the rule. + /// + /// + /// + /// + /// We need to set the trigger facts, so the rule action can look up + /// values easily. + /// + /// facts + /// + /// + IFact[] TriggerFacts { get; set; } + + void addCondition(ICondition cond); + void addAction(IAction act); + void addJoinNode(BaseJoin node); + + /// A rule action can create local bindings, so a rule needs to provide + /// a way to store and retrieve bindings. + /// + /// key + /// + /// value + /// + /// + void setBindingValue(Object key, Object value_Renamed); + + /// Return the value of the for the binding + /// + /// is the name of the variable + /// + /// + /// + /// + new Object getBindingValue(String key); + + /// Add a new binding to the rule with the variable as the key + /// + /// key + /// + /// bind + /// + /// + void addBinding(String key, Binding bind); + + /// Get the Binding object for the given key + /// + /// varName + /// + /// + /// + /// + Binding getBinding(String varName); + + /// utility method for copying bindings + /// + /// varName + /// + /// + /// + /// + Binding copyBinding(String varName); + + /// utility method for copying predicate bindings + /// + /// varName + /// + /// operator + /// + /// + /// + /// + Binding copyPredicateBinding(String varName, int operator_Renamed); + + /// After the actions of a rule are executed, reset should be called + /// to make sure the rule doesn't hold on to the facts. + /// + void resetTriggerFacts(); + + /// this method needs to be called before rule compilation begins. It + /// avoids doing multiple lookups for the corresponding template. + /// + /// engine + /// + /// + void resolveTemplates(Rete.Rete engine); + + /// Return a pretty print formatted string for the rule. + /// + /// + /// + /// + String toPPString(); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/ISummary.cs b/trunk/Creshendo/Util/Rule/ISummary.cs new file mode 100644 index 0000000..bff7eef --- /dev/null +++ b/trunk/Creshendo/Util/Rule/ISummary.cs @@ -0,0 +1,55 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rule +{ + /// The purpose of Summary interface is to define common methods for + /// getting the validation summary of a rule. If a rule passes validation + /// there may not be any summary or the summary have no details. + /// + /// If the validation failed, the summary should contain information about + /// what failed and why. + /// + /// Peter Lin + /// * + /// + /// + public interface ISummary + { + /// Get the messages as an array of String + /// + /// + /// + /// + String[] Messages { get; } + + /// return the errors and warnings as a single string + /// + /// + /// + /// + String Message { get; } + + /// Add a message about the error or warning + /// + /// reason + /// + /// + void addMessage(String reason); + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/LiteralConstraint.cs b/trunk/Creshendo/Util/Rule/LiteralConstraint.cs new file mode 100644 index 0000000..f46cbc8 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/LiteralConstraint.cs @@ -0,0 +1,106 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Util.Rete; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// Literal constraint is a comparison between an object field and a concrete + /// value. for example, account.name is equal to "Peter Lin". I originally, + /// named the class something else, but since CLIPS uses literal constraint, + /// I decided to change the name of the class. Even though I don't like the + /// term literal constraint, it doesn't make sense to fight existing + /// terminology. + /// + /// + public class LiteralConstraint : IConstraint + { + protected internal String name; + protected internal bool negated = false; + protected internal Object value_Renamed; + + /// + /// + public LiteralConstraint() + { + } + + /// if the literal constraint is negated, the method returns true + /// + /// + /// + /// + /// if the literal constraint is negated with a "~" tilda, call + /// the method pass true. + /// + /// negate + /// + /// + public virtual bool Negated + { + get { return negated; } + + set { negated = value; } + } + + #region Constraint Members + + /// the name is the slot name + /// + /// set the slot name as declared in the rule + /// + public virtual String Name + { + get { return name; } + + set { name = value; } + } + + /// Set the value of the constraint. It should be a concrete value and + /// not a binding. + /// + public virtual Object Value + { + /* (non-Javadoc) + * @see woolfel.engine.rule.Constraint#getValue() + */ + + get { return value_Renamed; } + + set { value_Renamed = value; } + } + + + public virtual String toPPString() + { + if (negated) + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return " (" + name + " ~" + value_Renamed.ToString() + ")" + Constants.LINEBREAK; + } + else + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return " (" + name + " " + value_Renamed.ToString() + ")" + Constants.LINEBREAK; + } + } + + #endregion + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/MultiValue.cs b/trunk/Creshendo/Util/Rule/MultiValue.cs new file mode 100644 index 0000000..09e4ab9 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/MultiValue.cs @@ -0,0 +1,65 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// The purpose of the class is for conditions that have or |. For + /// + /// In those cases, we don't want to create a Literal constraint, since + /// they are all for the same slot. + /// + /// + [Serializable] + public class MultiValue + { + protected internal bool negated = false; + protected internal Object value_Renamed = null; + + /// + /// + public MultiValue() + { + } + + public MultiValue(Object val) + { + Value = val; + } + + public MultiValue(Object val, bool neg) + { + Value = val; + negated = neg; + } + + public virtual Object Value + { + get { return value_Renamed; } + + set { value_Renamed = value; } + } + + public virtual bool Negated + { + get { return negated; } + + set { negated = value; } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/ObjectCondition.cs b/trunk/Creshendo/Util/Rule/ObjectCondition.cs new file mode 100644 index 0000000..b252f8b --- /dev/null +++ b/trunk/Creshendo/Util/Rule/ObjectCondition.cs @@ -0,0 +1,131 @@ +/* +* Copyright 2002-2007 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Compiler; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// ObjectCondition is equivalent to RuleML 0.83 resourceType. ObjectCondition + /// matches on the fields of an object. The patterns may be simple value + /// comparisons, or joins against other objects. + /// + /// + public class ObjectCondition : AbstractCondition + { + //hasNotEqual and hasPredicateJoin determine which kind of joinNode to create + private bool hasNotEqual = false; + + private bool hasPredicateJoin = false; + + /// + /// + public ObjectCondition() + { + } + + public virtual bool HasNotEqual + { + get { return hasNotEqual; } + + set { hasNotEqual = value; } + } + + public virtual bool HasPredicateJoin + { + get { return hasPredicateJoin; } + + set { hasPredicateJoin = value; } + } + + /// TODO - currently we don't need it and it isn't implemented. + /// should finish implementing it. + /// + public override bool compare(ICondition cond) + { + return false; + } + + /// The current implementation expects the deffact or object binding + /// constriant to be first. + /// + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + int start = 0; + // this is a hack, but it keeps the code simple for spacing + // default indent for CE is 2 spaces + String pad = " "; + bool obind = false; + IConstraint cn = (IConstraint) constraints[0]; + if (cn is BoundConstraint) + { + BoundConstraint bc = (BoundConstraint) cn; + if (bc.IsObjectBinding) + { + start = 1; + buf.Append(bc.toFactBindingPPString()); + // since the first Constraint is a fact binding we + // change the padding to 1 space + pad = " "; + obind = true; + } + } + if (negated) + { + buf.Append(pad + "(not" + Constants.LINEBREAK); + pad = " "; + } + buf.Append(pad + "(" + templateName + Constants.LINEBREAK); + for (int idx = start; idx < constraints.Count; idx++) + { + IConstraint cnstr = (IConstraint) constraints[idx]; + if (negated) + { + buf.Append(" " + cnstr.toPPString()); + } + else + { + buf.Append(cnstr.toPPString()); + } + } + if (negated) + { + buf.Append(pad + ")" + Constants.LINEBREAK); + pad = " "; + } + if (obind && !negated) + { + buf.Append(pad + " )" + Constants.LINEBREAK); + } + else + { + buf.Append(pad + ")" + Constants.LINEBREAK); + } + return buf.ToString(); + } + + public override IConditionCompiler getCompiler(IRuleCompiler ruleCompiler) + { + CompilerProvider.getInstance(ruleCompiler); + return CompilerProvider.objectConditionCompiler; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/OrCondition.cs b/trunk/Creshendo/Util/Rule/OrCondition.cs new file mode 100644 index 0000000..8ab9e88 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/OrCondition.cs @@ -0,0 +1,131 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Compiler; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// AndCondition is specifically created to handle and conjunctions. AndConditions + /// are compiled to a BetaNode. + /// + /// + public class OrCondition : ICondition + { + protected internal IList nestedCE; + protected internal BaseJoin reteNode = null; + + /// + /// + public OrCondition() + { + InitBlock(); + } + + public virtual IList NestedConditionalElement + { + get { return nestedCE; } + } + + #region Condition Members + + public virtual IList Nodes + { + get { return new List(); } + } + + public virtual BaseNode LastNode + { + get { return reteNode; } + } + + public virtual IList BindConstraints + { + get + { + // TODO Auto-generated method stub + return null; + } + } + + //UPGRADE_NOTE: The initialization of 'nestedCE' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + + public virtual bool compare(ICondition cond) + { + if (!(cond is OrCondition)) + { + return false; + } + OrCondition orc = (OrCondition) cond; + if (orc.NestedConditionalElement.Count == nestedCE.Count) + { + return true; + } + else + { + return false; + } + } + + + /// not implemented yet + /// + public virtual void addNode(BaseNode node) + { + } + + /// not implemented yet + /// + public virtual void addNewAlphaNodes(BaseNode node) + { + } + + + public virtual void clear() + { + reteNode = null; + } + + public virtual String toPPString() + { + return ""; + } + + public virtual IConditionCompiler getCompiler(IRuleCompiler ruleCompiler) + { + // TODO Auto-generated method stub + return null; + } + + #endregion + + private void InitBlock() + { + nestedCE = new List(); + } + + public virtual void addNestedConditionElement(Object ce) + { + nestedCE.Add(ce); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/OrLiteralConstraint.cs b/trunk/Creshendo/Util/Rule/OrLiteralConstraint.cs new file mode 100644 index 0000000..68ada24 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/OrLiteralConstraint.cs @@ -0,0 +1,150 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// Literal constraint is a comparison between an object field and a concrete + /// value. for example, account.name is equal to "Peter Lin". I originally, + /// named the class something else, but since CLIPS uses literal constraint, + /// I decided to change the name of the class. Even though I don't like the + /// term literal constraint, it doesn't make sense to fight existing + /// terminology. + /// + /// + public class OrLiteralConstraint : IConstraint + { + protected internal String name; + //UPGRADE_NOTE: The initialization of 'value_Renamed' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal bool negated = false; + protected internal List value_Renamed; + + /// + /// + public OrLiteralConstraint() + { + InitBlock(); + } + + /// if the literal constraint is negated, the method returns true + /// + /// + /// + /// + /// if the literal constraint is negated with a "~" tilda, call + /// the method pass true. + /// + /// negate + /// + /// + public virtual bool Negated + { + get { return negated; } + + set { negated = value; } + } + + #region Constraint Members + + /// the name is the slot name + /// + /// set the slot name as declared in the rule + /// + public virtual String Name + { + get { return name; } + + set { name = value; } + } + + /// Set the value of the constraint. It should be a concrete value and + /// not a binding. + /// + public virtual Object Value + { + /* (non-Javadoc) + * @see woolfel.engine.rule.Constraint#getValue() + */ + + get { return value_Renamed; } + + set + { + if (value is List) + { + value_Renamed = (List)value; + } + } + } + + public virtual String toPPString() + { + StringBuilder buf = new StringBuilder(); + IEnumerator itr = value_Renamed.GetEnumerator(); + buf.Append(" (" + name + " "); + int count = 0; + while (itr.MoveNext()) + { + MultiValue mv = (MultiValue) itr.Current; + if (count > 0) + { + buf.Append("|"); + } + if (mv.Negated) + { + buf.Append("~" + ConversionUtils.formatSlot(mv.Value)); + } + else + { + buf.Append(ConversionUtils.formatSlot(mv.Value)); + } + count++; + } + buf.Append(")" + Constants.LINEBREAK); + return buf.ToString(); + } + + #endregion + + private void InitBlock() + { + value_Renamed = new List(); + } + + + public virtual void addValue(MultiValue mv) + { + value_Renamed.Add(mv); + } + + public virtual void addValues(IList list) + { + foreach (object o in list) + { + value_Renamed.Add(o); + } + + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/PredicateConstraint.cs b/trunk/Creshendo/Util/Rule/PredicateConstraint.cs new file mode 100644 index 0000000..7853889 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/PredicateConstraint.cs @@ -0,0 +1,195 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using Creshendo.Util.Rete; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// Predicate constraint binds the slot and then performs some function + /// on it. For example + /// + /// + /// + public class PredicateConstraint : IConstraint + { + /// the name of the function + /// + protected internal String functionName = null; + + protected internal bool isPredicateJoin_Renamed_Field = false; + + /// the name of the slot + /// + protected internal String name = null; + + protected internal List parameters; + protected internal Object value_Renamed = null; + + /// the name of the variable + /// + protected internal String varName = null; + + /// + /// + public PredicateConstraint() + { + InitBlock(); + } + + public virtual String VariableName + { + get { return varName; } + + set { varName = value; } + } + + public virtual String FunctionName + { + get { return functionName; } + + set { functionName = value; } + } + + public virtual bool PredicateJoin + { + get { return isPredicateJoin_Renamed_Field; } + } + + public virtual IList Parameters + { + get { return parameters; } + } + + #region Constraint Members + + public virtual String Name + { + /* (non-Javadoc) + * @see woolfel.engine.rule.Constraint#getName() + */ + + get { return name; } + /* (non-Javadoc) + * @see woolfel.engine.rule.Constraint#setName(java.lang.String) + */ + + set { name = value; } + } + + public virtual Object Value + { + /* (non-Javadoc) + * @see woolfel.engine.rule.Constraint#getValue() + */ + + get { return value_Renamed; } + /* (non-Javadoc) + * @see woolfel.engine.rule.Constraint#setValue(java.lang.Object) + */ + + set { value_Renamed = value; } + } + + public virtual String toPPString() + { + if (value_Renamed is BoundParam) + { + return " (" + name + " ?" + varName + "&:(" + functionName + " ?" + varName + " " + ((BoundParam) value_Renamed).toPPString() + ") )" + Constants.LINEBREAK; + } + else + { + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + return " (" + name + " ?" + varName + "&:(" + functionName + " ?" + varName + " " + value_Renamed.ToString() + ") )" + Constants.LINEBREAK; + } + } + + #endregion + + private void InitBlock() + { + parameters = new List(); + } + + + public virtual void addParameters(IList params_Renamed) + { + foreach (AbstractParam param in params_Renamed) + { + parameters.Add(param); + } + + int bcount = 0; + // we try to set the value + IEnumerator itr = parameters.GetEnumerator(); + while (itr.MoveNext()) + { + Object p = itr.Current; + // for now, a simple implementation + if (p is ValueParam) + { + Value = ((ValueParam) p).Value; + break; + } + else if (p is BoundParam) + { + BoundParam bp = (BoundParam) p; + if (!bp.VariableName.Equals(varName)) + { + Value = p; + } + bcount++; + } + } + if (bcount > 1) + { + isPredicateJoin_Renamed_Field = true; + } + } + + public virtual void addParameter(IParameter param) + { + parameters.Add(param); + if (param is ValueParam) + { + Value = ((ValueParam) param).Value; + } + else if (param is BoundParam && varName == null) + { + varName = ((BoundParam) param).VariableName; + } + } + + + public virtual int parameterCount() + { + return parameters.Count; + } + + /// the purpose of normalize is to look at the order of the + /// parameters and flip the operator if necessary + /// * + /// + public virtual void normalize() + { + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/RuleProperty.cs b/trunk/Creshendo/Util/Rule/RuleProperty.cs new file mode 100644 index 0000000..23715de --- /dev/null +++ b/trunk/Creshendo/Util/Rule/RuleProperty.cs @@ -0,0 +1,118 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// Version is a generic object for version information. For now, the purpose + /// is for rule version information. Since RuleML supports the notion of rule + /// version and CLIPS doesn't, this is an extension. + /// + /// + public class RuleProperty + { + public const String AUTO_FOCUS = "auto-focus"; + + /// A rule can have a direction declaration. Although backward + /// chaining isn't implemented yet, it's here for the future + /// + public const String DIRECTION = "chaining-direction"; + + public const String EFFECTIVE_DATE = "effective-date"; + public const String EXPIRATION_DATE = "expiration-date"; + + /// if a rule has no-agenda set to true, it will skip the agenda + /// and fire immediately. + /// + public const String NO_AGENDA = "no-agenda"; + + /// The alpha memories can be explicitly turned off by the user + /// + public const String REMEMBER_MATCH = "remember-match"; + + /// Salience defines the priority of a rule. It's a concept + /// from CLIPS, ART and OPS5 + /// + public const String SALIENCE = "salience"; + + public const String TEMPORAL_ACTIVATION = "temporal-activation"; + + /// This a rule property specific to Sumatra and is an extension + /// + public const String VERSION = "rule-version"; + + private bool boolVal = true; + private int intVal = 0; + + private String name = null; + private String value_Renamed = null; + + /// + /// + public RuleProperty() + { + } + + public RuleProperty(String name, String ver) + { + this.name = name; + value_Renamed = ver; + } + + public RuleProperty(String name, int val) + { + this.name = name; + intVal = val; + } + + public RuleProperty(String name, bool val) + { + this.name = name; + boolVal = val; + } + + public virtual String Name + { + get { return name; } + + set { name = value; } + } + + public virtual String Value + { + get { return value_Renamed; } + + set { value_Renamed = value; } + } + + public virtual int IntValue + { + get { return intVal; } + + set { intVal = value; } + } + + public virtual bool BooleanValue + { + get { return boolVal; } + + set { boolVal = value; } + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/TemplateValidation.cs b/trunk/Creshendo/Util/Rule/TemplateValidation.cs new file mode 100644 index 0000000..44e4368 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/TemplateValidation.cs @@ -0,0 +1,215 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using Creshendo.Functions; +using Creshendo.Util.Rete; +using Creshendo.Util.Rule.Util; + +namespace Creshendo.Util.Rule +{ + /// Template validation will check the templates of the rule and make + /// sure they are valid. If it isn't, validate(Rule) will return false + /// and provide details. + /// + /// + /// Peter Lin + /// * + /// + /// + public class TemplateValidation : IAnalysis + { + //UPGRADE_NOTE: Final was removed from the declaration of 'INVALID_SLOT '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + //UPGRADE_NOTE: The initialization of 'INVALID_SLOT' was moved to static method 'org.jamocha.rule.TemplateValidation'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + public static readonly String INVALID_FUNCTION; + public static readonly String INVALID_SLOT; + //$NON-NLS-1$ + //UPGRADE_NOTE: Final was removed from the declaration of 'INVALID_TEMPLATE '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + //UPGRADE_NOTE: The initialization of 'INVALID_TEMPLATE' was moved to static method 'org.jamocha.rule.TemplateValidation'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + public static readonly String INVALID_TEMPLATE; + //$NON-NLS-1$ + //UPGRADE_NOTE: Final was removed from the declaration of 'INVALID_FUNCTION '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + //UPGRADE_NOTE: The initialization of 'INVALID_FUNCTION' was moved to static method 'org.jamocha.rule.TemplateValidation'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + //$NON-NLS-1$ + //UPGRADE_NOTE: Final was removed from the declaration of 'NO_FUNCTION '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + //UPGRADE_NOTE: The initialization of 'NO_FUNCTION' was moved to static method 'org.jamocha.rule.TemplateValidation'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + public static readonly String NO_FUNCTION; + //$NON-NLS-1$ + //UPGRADE_NOTE: Final was removed from the declaration of 'NO_MODULE '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + //UPGRADE_NOTE: The initialization of 'NO_MODULE' was moved to static method 'org.jamocha.rule.TemplateValidation'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + public static readonly String NO_MODULE; + private Rete.Rete engine = null; + private ErrorSummary error = null; + private WarningSummary warning = null; + + static TemplateValidation() + { + INVALID_SLOT = Messages.getString("CompilerProperties.invalid.slot"); + INVALID_TEMPLATE = Messages.getString("CompilerProperties.invalid.template"); + INVALID_FUNCTION = Messages.getString("CompilerProperties.invalid.function"); + NO_FUNCTION = Messages.getString("CompilerProperties.no.function"); + NO_MODULE = Messages.getString("CompilerProperties.no.module"); + } + + //$NON-NLS-1$ + + /// + /// + public TemplateValidation(Rete.Rete engine) + { + this.engine = engine; + } + + #region Analysis Members + + public virtual ISummary Errors + { + get { return error; } + } + + public virtual ISummary Warnings + { + get { return warning; } + } + + + public virtual void reset() + { + error = null; + warning = null; + } + + + public virtual int analyze(IRule rule) + { + int result = Analysis_Fields.VALIDATION_PASSED; + error = new ErrorSummary(); + warning = new WarningSummary(); + checkForModule(rule); + ICondition[] cnds = rule.Conditions; + for (int idx = 0; idx < cnds.Length; idx++) + { + ICondition cnd = cnds[idx]; + if (cnd is ObjectCondition) + { + ObjectCondition oc = (ObjectCondition) cnd; + Deftemplate dft = oc.Deftemplate; + if (dft != null) + { + IConstraint[] cntrs = oc.Constraints; + for (int idy = 0; idy < cntrs.Length; idy++) + { + IConstraint cons = cntrs[idy]; + if (cons is LiteralConstraint) + { + Slot sl = dft.getSlot(cons.Name); + if (sl == null) + { + error.addMessage(INVALID_SLOT + " " + cons.Name + " slot does not exist."); + result = Analysis_Fields.VALIDATION_FAILED; + } + } + else if (cons is BoundConstraint) + { + BoundConstraint bc = (BoundConstraint) cons; + if (!bc.isObjectBinding) + { + Slot sl = dft.getSlot(bc.Name); + if (sl == null) + { + error.addMessage(INVALID_SLOT + " " + cons.Name + " slot does not exist."); + result = Analysis_Fields.VALIDATION_FAILED; + } + } + } + else if (cons is PredicateConstraint) + { + PredicateConstraint pc = (PredicateConstraint) cons; + IFunction f = engine.findFunction(pc.FunctionName); + if (f == null) + { + addInvalidFunctionError(pc.FunctionName); + } + } + } + } + else + { + error.addMessage(INVALID_TEMPLATE + " " + oc.TemplateName + " template does not exist."); + result = Analysis_Fields.VALIDATION_FAILED; + } + } + else if (cnd is TestCondition) + { + TestCondition tc = (TestCondition) cnd; + if (tc.Function == null) + { + error.addMessage(NO_FUNCTION); + result = Analysis_Fields.VALIDATION_FAILED; + } + else + { + IFunction f = tc.Function; + if (engine.findFunction(f.Name) == null) + { + addInvalidFunctionError(f.Name); + result = Analysis_Fields.VALIDATION_FAILED; + } + } + } + else if (cnd is ExistCondition) + { + } + } + // now we check the Right-hand side + IAction[] acts = rule.Actions; + for (int idx = 0; idx < acts.Length; idx++) + { + IAction act = acts[idx]; + if (act is FunctionAction) + { + FunctionAction fa = (FunctionAction) act; + if (engine.findFunction(fa.FunctionName) == null) + { + addInvalidFunctionError(fa.FunctionName); + result = Analysis_Fields.VALIDATION_FAILED; + } + } + } + return result; + } + + #endregion + + protected internal virtual void checkForModule(IRule rule) + { + if (rule.Name.IndexOf("::") > 0) + { + String modname = GenerateFacts.parseModuleName(rule, engine); + if (engine.findModule(modname) == null) + { + // Add an error + error.addMessage(NO_MODULE); + } + } + } + + public virtual void addInvalidFunctionError(String name) + { + error.addMessage(INVALID_FUNCTION + " " + name + " does not exist."); + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/TemporalCondition.cs b/trunk/Creshendo/Util/Rule/TemporalCondition.cs new file mode 100644 index 0000000..3a505c7 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/TemporalCondition.cs @@ -0,0 +1,160 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Collections; +using System.Text; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Compiler; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// TemporalCondition extends AbstractCondition and adds 2 additional + /// attributes: relativeTime and varname. Since all temporal nodes have + /// to have both, we make it easier to set and Get. + /// + /// + public class TemporalCondition : ObjectCondition + { + private String function = null; + private int intervalTime = 0; + private IParameter[] parameters = null; + protected internal int relativeTime = 0; + protected internal String varname = null; + + /// + /// + public TemporalCondition() + { + } + + public virtual String VariableName + { + get { return varname; } + + set { varname = value; } + } + + public virtual int RelativeTime + { + get { return relativeTime; } + + set { relativeTime = value; } + } + + public string Function + { + get { return function; } + set { function = value; } + } + + public IParameter[] Parameters + { + get { return parameters; } + set { parameters = value; } + } + + public int IntervalTime + { + get { return intervalTime; } + set { intervalTime = value; } + } + + public void AddFunction(IList list) + { + if (list.Count > 0) + { + //Object[] array = list.ToArray(); + ValueParam vp = (ValueParam)list[0]; + function = vp.ToString(); + IParameter[] parms = new IParameter[list.Count - 1]; + for (int idx = 1; idx < list.Count; idx++) + { + parms[idx - 1] = (IParameter)list[idx]; + } + parameters = parms; + } + } + + /// TODO - currently we don't need it and it isn't implemented. + /// should finish implementing it. + /// + public override bool compare(ICondition cond) + { + return false; + } + + /// The current implementation expects the deffact or object binding + /// constriant to be first. + /// + public override String toPPString() + { + StringBuilder buf = new StringBuilder(); + int start = 0; + // this is a hack, but it keeps the code simple for spacing + // default indent for CE is 2 spaces + String pad = " "; + buf.Append(pad + "(temporal" + Constants.LINEBREAK); + if (negated) + { + buf.Append(pad + pad + "(relative-time " + relativeTime + ")" + Constants.LINEBREAK); + } + else + { + buf.Append(pad + pad + "?" + varname + Constants.LINEBREAK); + buf.Append(pad + pad + "(relative-time " + relativeTime + ")" + Constants.LINEBREAK); + } + if (negated) + { + buf.Append(pad + pad + "(not" + Constants.LINEBREAK); + pad = " "; + } + else + { + pad = " "; + } + buf.Append(pad + "(" + templateName + Constants.LINEBREAK); + for (int idx = start; idx < constraints.Count; idx++) + { + IConstraint cnstr = (IConstraint) constraints[idx]; + if (negated) + { + buf.Append(" " + cnstr.toPPString()); + } + else + { + buf.Append(" " + cnstr.toPPString()); + } + } + if (negated) + { + buf.Append(pad + ")" + Constants.LINEBREAK); + } + pad = " "; + buf.Append(pad + pad + ")" + Constants.LINEBREAK); + buf.Append(pad + ")" + Constants.LINEBREAK); + return buf.ToString(); + } + + public override IConditionCompiler getCompiler(IRuleCompiler ruleCompiler) + { + CompilerProvider.getInstance(ruleCompiler); + return CompilerProvider.temporalConditionCompiler; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/TestCondition.cs b/trunk/Creshendo/Util/Rule/TestCondition.cs new file mode 100644 index 0000000..5b456a6 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/TestCondition.cs @@ -0,0 +1,203 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Text; +using Creshendo.Functions; +using Creshendo.Util.Rete; +using Creshendo.Util.Rete.Compiler; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// A TestCondition is a pattern that uses a function. For example, + /// in CLIPS, (test (> ?var1 ?var2) ) + /// + /// + public class TestCondition : ICondition + { + protected internal List binds; + protected internal IFunction func = null; + protected internal bool negated = false; + protected internal TestNode node = null; + + /// + /// + public TestCondition() + { + InitBlock(); + } + + public TestCondition(IFunction function) + { + InitBlock(); + func = function; + } + + public virtual IFunction Function + { + get { return func; } + + set { func = value; } + } + + public virtual TestNode TestNode + { + get { return node; } + + set { node = value; } + } + + public virtual bool Negated + { + get { return negated; } + + set { negated = value; } + } + + #region Condition Members + + /// + /// the current implementation creates a new org.jamocha.rete.util.List, adds the + /// TestNode to it and returns the list. + /// + /// + /// + /// + public virtual IList Nodes + { + get + { + IList n = new List(); + n.Add(node); + return n; + } + } + + public virtual BaseNode LastNode + { + get { return node; } + } + + /// return an org.jamocha.rete.util.IList of the bindings. in the case of TestCondition, the + /// bindings are BoundParam + /// + public virtual IList BindConstraints + { + get { return binds; } + } + + public virtual bool compare(ICondition cond) + { + return false; + } + + + /// The current implementation checks to make sure the node is a + /// TestNode. If it is, it will set the node. If not, it will ignore + /// it. + /// + public virtual void addNode(BaseNode node) + { + if (node is TestNode) + { + this.node = (TestNode) node; + } + } + + public virtual void addNewAlphaNodes(BaseNode node) + { + addNode(node); + } + + + // /** + // * the implementation will look at the parameters for + // * the function and see if it takes BoundParam + // */ + // public boolean hasVariables() { + // if (this.func.getParameter() != null) { + // Class[] pms = func.getParameter(); + // for (int idx=0; idx < pms.length; idx++) { + // if (pms[idx] == BoundParam.class) { + // binds.Add(pms[idx]); + // } + // } + // if (binds.Count() > 0) { + // return true; + // } else { + // return true; + // } + // } else { + // return false; + // } + // } + + + public virtual void clear() + { + node = null; + } + + public virtual String toPPString() + { + StringBuilder buf = new StringBuilder(); + String pad = " "; + buf.Append(pad + "(" + func.Name); + if (func is ShellFunction) + { + IParameter[] p = ((ShellFunction) func).Parameters; + for (int idx = 0; idx < p.Length; idx++) + { + if (p[idx] is BoundParam) + { + buf.Append(" ?" + ((BoundParam) p[idx]).VariableName); + } + else + { + buf.Append(" " + ConversionUtils.formatSlot(p[idx].Value)); + } + } + } + buf.Append(")" + Constants.LINEBREAK); + return buf.ToString(); + } + + public virtual IConditionCompiler getCompiler(IRuleCompiler ruleCompiler) + { + CompilerProvider.getInstance(ruleCompiler); + return CompilerProvider.testConditionCompiler; + } + + #endregion + + private void InitBlock() + { + binds = new List(); + } + + public virtual bool executeFunction(Rete.Rete engine, IParameter[] params_Renamed) + { + IReturnVector rv = func.executeFunction(engine, params_Renamed); + // we return the first ReturnValue + return rv.firstReturnValue().BooleanValue; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/Util/GenerateFacts.cs b/trunk/Creshendo/Util/Rule/Util/GenerateFacts.cs new file mode 100644 index 0000000..d8c36c8 --- /dev/null +++ b/trunk/Creshendo/Util/Rule/Util/GenerateFacts.cs @@ -0,0 +1,224 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Reflection; +using Creshendo.Util.Rete; + +namespace Creshendo.Util.Rule.Util +{ + /// Peter Lin + /// + /// The class will generate the trigger facts for a single rule. The purpose of this is to make + /// it easier to test a rule. Since a rule knows what conditions it needs, it makes sense to + /// generate the trigger facts instead of doing it manually. + /// + /// + public class GenerateFacts + { + public GenerateFacts() + { + } + + public static IList generateFacts(IRule rule, Rete.Rete engine) + { + List facts = new List(); + if (rule != null) + { + ICondition[] conditions = rule.Conditions; + for (int idx = 0; idx < conditions.Length; idx++) + { + ICondition c = conditions[idx]; + if (c is ObjectCondition) + { + ObjectCondition oc = (ObjectCondition) c; + Deftemplate tpl = (Deftemplate) engine.findTemplate(oc.TemplateName); + if (tpl.ClassName != null) + { + Object data = generateJavaFacts(oc, tpl, engine); + facts.Add(data); + } + else + { + IFact data = generateDeffact(oc, tpl, engine); + facts.Add(data); + } + } + else if (c is TestCondition) + { + } + } + } + return facts; + } + + /// The method uses Defclass, Class, Deftemplate and Rete to create a new + /// instance of the java object. Once the instance is created, the method + /// uses Defclass to look up the write method and calls it with the + /// appropriate value. + /// + /// cond + /// + /// templ + /// + /// engine + /// + /// + /// + /// + public static Object generateJavaFacts(ObjectCondition cond, Deftemplate templ, Rete.Rete engine) + { + //UPGRADE_NOTE: Exception 'java.lang.ClassNotFoundException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + //UPGRADE_NOTE: Exception 'java.lang.InstantiationException' was converted to 'System.Exception' which has different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1100"' + try + { + //UPGRADE_TODO: Format of parameters of method 'java.lang.Class.forName' are different in the equivalent in .NET. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1092"' + Type theclz = Type.GetType(templ.ClassName); + Defclass dfc = engine.findDefclass(theclz); + Object data = CreateNewInstance(theclz); + IConstraint[] cnstr = cond.Constraints; + for (int idx = 0; idx < cnstr.Length; idx++) + { + IConstraint cn = cnstr[idx]; + if (cn is LiteralConstraint) + { + MethodInfo meth = dfc.getWriteMethod(cn.Name); + meth.Invoke(data, (Object[]) new Object[] {cn.Value}); + } + } + // for now the method doesn't inspect the bindings + // later on it needs to be added + + return data; + } + + catch (UnauthorizedAccessException e) + { + return null; + } + catch (ArgumentException e) + { + return null; + } + catch (TargetInvocationException e) + { + return null; + } + catch (Exception e) + { + return null; + } + } + + public static Object CreateNewInstance(Type classType) + { + ConstructorInfo[] constructors = classType.GetConstructors(); + + if (constructors.Length == 0) + return null; + + ParameterInfo[] firstConstructor = constructors[0].GetParameters(); + int countParams = firstConstructor.Length; + + Type[] constructor = new Type[countParams]; + for (int i = 0; i < countParams; i++) + constructor[i] = firstConstructor[i].ParameterType; + + return classType.GetConstructor(constructor).Invoke(new Object[] { }); + } + + /// + /// + /// cond + /// + /// templ + /// + /// engine + /// + /// + /// + /// + public static IFact generateDeffact(ObjectCondition cond, Deftemplate templ, Rete.Rete engine) + { + List list = new List(); + IConstraint[] cnstr = cond.Constraints; + for (int idx = 0; idx < cnstr.Length; idx++) + { + IConstraint cn = cnstr[idx]; + if (cn is LiteralConstraint) + { + Slot s = new Slot(cn.Name, cn.Value); + list.Add(s); + } + else if (cn is PredicateConstraint) + { + PredicateConstraint pc = (PredicateConstraint) cn; + Object val = generatePredicateValue(pc); + Slot s = new Slot(cn.Name, val); + list.Add(s); + } + else if (cn is BoundConstraint) + { + // for now we do the simple thing and just set + // any bound slots to 1 + Slot s = new Slot(cn.Name, 1); + list.Add(s); + } + } + IFact f = templ.createFact(list, engine.nextFactId()); + return f; + } + + public static String parseModuleName(IRule rule, Rete.Rete engine) + { + if (rule.Name.IndexOf("::") > 0) + { + String text = rule.Name; + String[] sp = text.Split("::".ToCharArray()); + return sp[0].ToUpper(); + } + return null; + } + + public static Object generatePredicateValue(PredicateConstraint pc) + { + String fname = pc.FunctionName; + Object value_Renamed = null; + IParameter p = null; + // first find the literal value + IList prms = pc.Parameters; + for (int idx = 0; idx < prms.Count; idx++) + { + if (prms[idx] is ValueParam) + { + p = (IParameter) pc.Parameters[1]; + } + } + if (fname.Equals(">") || fname.Equals(">=")) + { + value_Renamed = Decimal.Add(p.BigDecimalValue, new Decimal(1)); + } + else if (fname.Equals("<") || fname.Equals("<=")) + { + value_Renamed = Decimal.Subtract(p.BigDecimalValue, new Decimal(1)); + } + return value_Renamed; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/Rule/WarningSummary.cs b/trunk/Creshendo/Util/Rule/WarningSummary.cs new file mode 100644 index 0000000..b06a81f --- /dev/null +++ b/trunk/Creshendo/Util/Rule/WarningSummary.cs @@ -0,0 +1,75 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; +using System.Text; +using Creshendo.Util.Rete; + +namespace Creshendo.Util.Rule +{ + /// Peter Lin + /// * + /// + /// + public class WarningSummary : ISummary + { + //UPGRADE_NOTE: The initialization of 'warnings' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + private String[] warnings; + + /// + /// + public WarningSummary() + { + InitBlock(); + } + + #region Summary Members + + public virtual String Message + { + get + { + StringBuilder buf = new StringBuilder(); + for (int idx = 0; idx < warnings.Length; idx++) + { + buf.Append(warnings[idx] + Constants.LINEBREAK); + } + return buf.ToString(); + } + } + + public virtual String[] Messages + { + get { return warnings; } + } + + public virtual void addMessage(String reason) + { + int len = warnings.Length; + String[] newwarn = new String[len + 1]; + Array.Copy(warnings, 0, newwarn, 0, warnings.Length); + newwarn[len] = reason; + warnings = newwarn; + } + + #endregion + + private void InitBlock() + { + warnings = new String[0]; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Util/RuntimeException.cs b/trunk/Creshendo/Util/RuntimeException.cs new file mode 100644 index 0000000..2e00b1a --- /dev/null +++ b/trunk/Creshendo/Util/RuntimeException.cs @@ -0,0 +1,19 @@ +using System; + +namespace Creshendo.Util +{ + public class RuntimeException : Exception + { + public RuntimeException(String message) : base(message) + { + } + + public RuntimeException(String message, Exception e) : base(message, e) + { + } + + public RuntimeException(Exception e) : base(e.Message) + { + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/ViewFunction.cs b/trunk/Creshendo/ViewFunction.cs new file mode 100644 index 0000000..aebc266 --- /dev/null +++ b/trunk/Creshendo/ViewFunction.cs @@ -0,0 +1,109 @@ +/* +* Copyright 2006 Josef Hahn +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace org.jamocha.rete.functions +{ + using System; + + + using BaseNode = org.jamocha.rete.BaseNode; + using Constants = org.jamocha.rete.Constants; + using DefaultReturnVector = org.jamocha.rete.DefaultReturnVector; + using Function = org.jamocha.rete.Function; + using Parameter = org.jamocha.rete.Parameter; + using Rete = org.jamocha.rete.Rete; + using ReturnVector = org.jamocha.rete.ReturnVector; + using RootNode = org.jamocha.rete.RootNode; + using ViewGraphNode = org.jamocha.rete.visualisation.ViewGraphNode; + using Visualiser = org.jamocha.rete.visualisation.Visualiser; + /// Josef Alexander Hahn + /// + /// Opens a visualisation window for the rete net + /// + /// + [Serializable] + public class ViewFunction : Function + { + virtual public int ReturnType + { + get + { + return Constants.RETURN_VOID_TYPE; + } + + } + virtual public System.String Name + { + get + { + return VIEW; + } + + } + virtual public System.Type[] Parameter + { + get + { + return new System.Type[0]; + } + + } + + public const System.String VIEW = "view"; + + /// + /// + public ViewFunction():base() + { + } + + + internal virtual void traverse(int indent, BaseNode b) + { + for (int i = 0; i < indent; i++) + System.Console.Out.Write(" "); + //UPGRADE_TODO: The equivalent in .NET for method 'java.Object.toString' may return a different value. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1043"' + System.Console.Out.WriteLine("+" + b.ToString() + " id=" + b.NodeId); + for (int i = 0; i < b.SuccessorNodes.Length; i++) + traverse(indent + 2, (BaseNode) b.SuccessorNodes[i]); + } + + + public virtual ReturnVector executeFunction(Rete engine, Parameter[] params_Renamed) + { + RootNode root = engine.RootNode; + + /*Collection firstLevel=root.getObjectTypeNodes().values(); + for (Iterator iter = firstLevel.iterator(); iter.hasNext();) { + BaseNode b=(BaseNode)iter.next(); + traverse(0,b); + }*/ + + + ViewGraphNode t = ViewGraphNode.buildFromRete(root); + Visualiser visualiser = new Visualiser(engine); + visualiser.show(); + return new DefaultReturnVector(); + } + + + + public virtual System.String toPPString(Parameter[] params_Renamed, int indents) + { + return "(view)"; + } + } +} \ No newline at end of file diff --git a/trunk/Creshendo/ViewGraphNode.cs b/trunk/Creshendo/ViewGraphNode.cs new file mode 100644 index 0000000..778419c --- /dev/null +++ b/trunk/Creshendo/ViewGraphNode.cs @@ -0,0 +1,351 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +namespace org.jamocha.rete.visualisation +{ + using System; + + + + using BaseNode = org.jamocha.rete.BaseNode; + using RootNode = org.jamocha.rete.RootNode; + /// Josef Alexander Hahn + /// ViewGraphNode represents a node in the visualisation graph + /// + /// + public class ViewGraphNode + { + /// the corresponding rete node + /// + /// + /// sets the corresponding rete node + /// + /// rete node + /// + /// + virtual public BaseNode ReteNode + { + get + { + return reteNode; + } + + set + { + reteNode = value; + } + + } + /// x-position + /// + /// + virtual public int X + { + get + { + checkForValidAlignment(); + return x; + } + + } + /// y-position + /// + /// + virtual public int Y + { + get + { + checkForValidAlignment(); + return y; + } + + } + /// height of the tree with this node as root in logical units + /// + /// + virtual public int Height + { + get + { + int h = 0; + for (Iterator it = childs.iterator(); it.hasNext(); ) + { + h = System.Math.Max(h, ((ViewGraphNode) it.next()).Height); + } + return h + 1; + } + + } + /// width of its subtree in logical units + /// + /// + virtual public int Width + { + get + { + return SubtreeWidth; + } + + } + /// list of successors + /// + /// + virtual public org.jamocha.rete.util.Arraylist Successors + { + get + { + return childs; + } + + } + /// list of parents + /// + /// + virtual public org.jamocha.rete.util.Arraylist Parents + { + get + { + return parents; + } + + } + /// Calculates the width of the subtree in a logical unit. + /// (one node has width=2, two nodes have width=4 and so on; + /// this is because we need "half node widths" for centering + /// one node related to an even numbers of other nodes) + /// + virtual protected internal int SubtreeWidth + { + get + { + int r = 0; + for (Iterator it = childs.iterator(); it.hasNext(); ) + { + ViewGraphNode nxt = (ViewGraphNode) it.next(); + int myWidth = nxt.getMyWidth(this); + int subtreeWidth = nxt.SubtreeWidth; + if (myWidth > 0) + r += System.Math.Max(myWidth, subtreeWidth); + } + return r; + } + + } + /// the corresponding shape + /// + /// + /// sets the corresponding shape + /// + /// the shape + /// + /// + virtual public Shape Shape + { + get + { + return shape; + } + + set + { + this.shape = value; + } + + } + /// gets the parentsChecked-Flag used + /// in the visualiser + /// + /// parentsChecked-flag + /// + /// + /// sets the parentsChecked-Flag used + /// in the visualiser + /// + /// parentsChecked-flag + /// + /// + virtual public bool ParentsChecked + { + get + { + return parentsChecked; + } + + set + { + this.parentsChecked = value; + } + + } + + protected internal int subtreewidth; + protected internal BaseNode reteNode; + protected internal bool parentsChecked; + protected internal Shape shape; + protected internal org.jamocha.rete.util.Arraylist childs; + protected internal org.jamocha.rete.util.Arraylist parents; + protected internal int x; + protected internal int y; + + + + protected internal virtual void checkForValidAlignment() + { + if (x == - 1) + { + ViewGraphNode r = this; + while (!r.parents.isEmpty()) + r = (ViewGraphNode) parents.get(0); + r.calculateAlignment(0, 0); + } + } + + + + + + + + + protected internal virtual void calculateAlignment(int offsetX, int offsetY) + { + x = SubtreeWidth / 2 - 1 + offsetX; + if (x < offsetX) + x = offsetX; + y = offsetY; + offsetY++; + for (Iterator it = childs.iterator(); it.hasNext(); ) + { + ViewGraphNode sub = (ViewGraphNode) it.next(); + sub.calculateAlignment(offsetX, offsetY); + offsetX += sub.SubtreeWidth; + if (sub.SubtreeWidth == 0) + offsetX += 2; + } + } + + protected internal virtual void invalidateSubtreeWidth() + { + subtreewidth = - 1; + x = - 1; + y = - 1; + for (Iterator it = parents.iterator(); it.hasNext(); ) + { + ((ViewGraphNode) it.next()).invalidateSubtreeWidth(); + } + } + + /// Yet another constructor ;) + /// + public ViewGraphNode(BaseNode n):this() + { + ReteNode = n; + } + + /// Builds a complete Graph by traversing root + /// + /// root + /// + /// + public static ViewGraphNode buildFromRete(RootNode root) + { + Collection firstLevel = root.ObjectTypeNodes.values(); + ViewGraphNode res = new ViewGraphNode(); + System.Collections.Hashtable ht = new System.Collections.Hashtable(); + for (Iterator iter = firstLevel.iterator(); iter.hasNext(); ) + { + BaseNode b = (BaseNode) iter.next(); + res.addToChilds(buildFromRete(b, ht)); + } + return res; + } + + protected internal static ViewGraphNode buildFromRete(BaseNode root, System.Collections.Hashtable ht) + { + System.Object[] succ = root.SuccessorNodes; + ViewGraphNode foo = (ViewGraphNode) ht[root]; + ViewGraphNode res = null; + if (foo == null) + { + res = new ViewGraphNode(root); + for (int i = 0; i < succ.Length; i++) + { + res.addToChilds(buildFromRete((BaseNode) succ[i], ht)); + } + SupportClass.PutElement(ht, root, res); + } + else + { + res = foo; + } + return res; + } + + public ViewGraphNode() + { + subtreewidth = - 1; + x = - 1; + parentsChecked = false; + y = - 1; + shape = null; + childs = new org.jamocha.rete.util.Arraylist(); + parents = new org.jamocha.rete.util.Arraylist(); + } + + /// Add a Node to its childs + /// + /// new node + /// + /// + public virtual void addToChilds(BaseNode n) + { + ViewGraphNode node = new ViewGraphNode(n); + childs.add(node); + node.parents.add(this); + invalidateSubtreeWidth(); + } + + /// Add a Node to its childs + /// + /// new node + /// + /// + public virtual void addToChilds(ViewGraphNode n) + { + childs.add(n); + n.parents.add(this); + invalidateSubtreeWidth(); + } + + /// Returns the logical width of this node. It is 1 iff + /// whichSubtree is the first parent. else 0 + /// + /// whichSubtree + /// + /// + protected internal virtual int getMyWidth(ViewGraphNode whichSubtree) + { + if (parents.get(0) == whichSubtree) + return 2; + return 0; + } + + + + + + } +} \ No newline at end of file diff --git a/trunk/Creshendo/Visualiser.cs b/trunk/Creshendo/Visualiser.cs new file mode 100644 index 0000000..8b7bec6 --- /dev/null +++ b/trunk/Creshendo/Visualiser.cs @@ -0,0 +1,474 @@ +namespace org.jamocha.rete.visualisation +{ + using System; + using HashSet = java.util.HashSet; + using Iterator = java.util.Iterator; + using LinkedList = java.util.LinkedList; + using Set = java.util.Set; + using JButton = javax.swing.JButton; + using JFrame = javax.swing.JFrame; + using JPanel = javax.swing.JPanel; + using JScrollPane = javax.swing.JScrollPane; + using JSplitPane = javax.swing.JSplitPane; + using JTextPane = javax.swing.JTextPane; + using JToggleButton = javax.swing.JToggleButton; + using BadLocationException = javax.swing.text.BadLocationException; + using SimpleAttributeSet = javax.swing.text.SimpleAttributeSet; + using StyleConstants = javax.swing.text.StyleConstants; + using IconLoader = org.jamocha.gui.icons.IconLoader; + using AlphaNodePredConstr = org.jamocha.rete.AlphaNodePredConstr; + using BaseAlpha2 = org.jamocha.rete.BaseAlpha2; + using BaseJoin = org.jamocha.rete.BaseJoin; + using BaseNode = org.jamocha.rete.BaseNode; + using EngineEvent = org.jamocha.rete.EngineEvent; + using EngineEventListener = org.jamocha.rete.EngineEventListener; + using LIANode = org.jamocha.rete.LIANode; + using ObjectTypeNode = org.jamocha.rete.ObjectTypeNode; + using Rete = org.jamocha.rete.Rete; + using RootNode = org.jamocha.rete.RootNode; + using TerminalNode = org.jamocha.rete.TerminalNode; + /// Josef Alexander Hahn + /// a class which can visualise a rete-network + /// this class does not extend a swing-class since + /// it has a method show for creating and opening + /// a window. but you can get a JPanel by calling + /// getVisualiserPanel. That JPanel-instance you can + /// embed somewhere. + /// + /// + public class Visualiser : EngineEventListener + { + private void InitBlock() + { + coordinates = new System.Collections.Hashtable(); + } + virtual protected internal JFrame MyFrame + { + set + { + myFrame = value; + } + + } + /// a JPanel, which contains the whole visualiser. you can embed it. + /// + /// + virtual public JPanel VisualiserPanel + { + get + { + JPanel panel = new JPanel(); + // we set the preferred size so that when (view) command is executed, the + // window displays correct without having to resize the window + panel.setPreferredSize(new System.Drawing.Size(700, 450)); + JPanel toolBox = new JPanel(); + //UPGRADE_ISSUE: Class 'java.awt.GridLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridLayout"' + //UPGRADE_ISSUE: Constructor 'java.awt.GridLayout.GridLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtGridLayout"' + GridLayout toolBoxLayout = new GridLayout(2, 1); + toolBox.setLayout(toolBoxLayout); + + // Zoom Buttons + zoomInButton = new JButton("Zoom In", IconLoader.getImageIcon("magnifier_zoom_in", typeof(Visualiser))); + zoomOutButton = new JButton("Zoom Out", IconLoader.getImageIcon("magnifier_zoom_out", typeof(Visualiser))); + zoomInButton.addActionListener(this); + zoomOutButton.addActionListener(this); + + // Dump Field + dump = new JTextPane(); + scrollPane = new JScrollPane(dump); + dump.setText("This is the node dump area. Click on a node and you will get some information here\n"); + scrollPane.setAutoscrolls(true); + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + JPanel dumpPanel = new JPanel(new BorderLayout()); + dumpPanel.add(scrollPane); + + // Sidebar (Where Toolbox and Dump Field is; NOT the radar) + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + JPanel sideBar = new JPanel(new BorderLayout()); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.WEST' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + sideBar.add(toolBox, BorderLayout.WEST); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + sideBar.add(dumpPanel, BorderLayout.CENTER); + + // Main Window with two Splitters (between radar, sidebar and main) + //UPGRADE_ISSUE: Constructor 'java.awt.BorderLayout.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + panel.setLayout(new BorderLayout()); + JSplitPane sideSplitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, radar, sideBar); + JSplitPane mainSplitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, container, sideSplitPane); + mainSplitPane.setResizeWeight(1.0); + mainSplitPane.setOneTouchExpandable(true); + sideSplitPane.setOneTouchExpandable(true); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + panel.add(mainSplitPane, BorderLayout.CENTER); + + // adding the buttons to buttonPanel + JPanel buttonPanel = new JPanel(); + //UPGRADE_ISSUE: Constructor 'java.awt.FlowLayout.FlowLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + //UPGRADE_ISSUE: Field 'java.awt.FlowLayout.RIGHT' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtFlowLayout"' + buttonPanel.setLayout(new FlowLayout(FlowLayout.RIGHT, 5, 1)); + buttonPanel.add(zoomInButton); + buttonPanel.add(zoomOutButton); + autoReloadButton = new JToggleButton("Automatic Reload", IconLoader.getImageIcon("arrow_refresh")); + autoReloadButton.setSelected(false); + autoReloadButton.addActionListener(this); + buttonPanel.add(autoReloadButton); + reloadButton = new JButton("Reload View", IconLoader.getImageIcon("arrow_refresh")); + reloadButton.addActionListener(this); + buttonPanel.add(reloadButton); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000"' + panel.add(buttonPanel, BorderLayout.PAGE_END); + + return panel; + } + + } + protected internal JZoomableShapeContainer container; + protected internal JMiniRadarShapeContainer radar; + protected internal ViewGraphNode root; + protected internal JButton zoomInButton, zoomOutButton, reloadButton; + protected internal JScrollPane scrollPane; + protected internal JToggleButton autoReloadButton; + protected internal JTextPane dump; + protected internal JFrame myFrame; + protected internal Rete engine; + protected internal bool dumpEmpty = true; + //UPGRADE_NOTE: Final was removed from the declaration of 'spaceHorizontal '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + protected internal int spaceHorizontal = 10; + //UPGRADE_NOTE: Final was removed from the declaration of 'spaceVertical '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + protected internal int spaceVertical = 15; + //UPGRADE_NOTE: Final was removed from the declaration of 'nodeHorizontal '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + protected internal int nodeHorizontal = 45; + //UPGRADE_NOTE: Final was removed from the declaration of 'nodeVertical '. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1003"' + protected internal int nodeVertical = 16; + protected internal SimpleAttributeSet even, odd, actAttributes; + //UPGRADE_NOTE: The initialization of 'coordinates' was moved to method 'InitBlock'. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1005"' + protected internal System.Collections.Hashtable coordinates; + + protected internal virtual System.Drawing.Color getBackgroundColorForNode(ViewGraphNode node) + { + System.Drawing.Color bg = System.Drawing.Color.Black; + if (node.ReteNode is TerminalNode) + bg = System.Drawing.Color.Black; + if (node.ReteNode is BaseJoin) + bg = System.Drawing.Color.Green; + if (node.ReteNode is LIANode) + bg = System.Drawing.Color.Cyan; + if (node.ReteNode is ObjectTypeNode) + bg = System.Drawing.Color.Orange; + if (node.ReteNode is AlphaNodePredConstr) + bg = System.Drawing.Color.Red; + if (node.ReteNode is BaseAlpha2) + bg = System.Drawing.Color.Red; + return bg; + } + + protected internal virtual System.Drawing.Color getBorderColorForNode(ViewGraphNode node) + { + System.Drawing.Color temp_Color; + temp_Color = getBackgroundColorForNode(node); + return System.Drawing.Color.FromArgb(System.Convert.ToInt32(temp_Color.R * 0.7), System.Convert.ToInt32(temp_Color.G * 0.7), System.Convert.ToInt32(temp_Color.B * 0.7)); + } + + protected internal virtual void addPrimitive(Shape p) + { + container.addPrimitive(p); + radar.addPrimitive(p); + } + + protected internal virtual void addPrimitive(ConnectorLine p) + { + container.addPrimitive(p); + radar.addPrimitive(p); + } + + protected internal virtual void getCorrespondingTerminalNodes(ViewGraphNode root, Set target) + { + BaseNode n = root.ReteNode; + if (n is TerminalNode) + target.add(n); + Iterator it = root.childs.iterator(); + while (it.hasNext()) + { + ViewGraphNode succ = (ViewGraphNode) it.next(); + getCorrespondingTerminalNodes(succ, target); + } + } + + + protected internal virtual Shape makeShapeFromNode(ViewGraphNode act, LinkedList queue) + { + System.Drawing.Color bg = getBackgroundColorForNode(act); + System.Drawing.Color border = getBorderColorForNode(act); + System.String desc = ""; + BaseNode reteNode = act.ReteNode; + HashSet terminalNodes = new HashSet(); + getCorrespondingTerminalNodes(act, terminalNodes); + if (reteNode != null) + desc = reteNode.NodeId.ToString(); + Shape s; + if (reteNode == null) + { + // ROOT NODE + s = new Ellipse(); + } + else if (reteNode is BaseJoin || act.ReteNode is BaseAlpha2) + { + s = new Trapezoid(); + } + else if (reteNode is TerminalNode) + { + s = new RoundedRectangle(); + } + else if (reteNode is LIANode) + { + s = new Ellipse(); + } + else + { + s = new Rectangle(); + } + s.Bgcolor = bg; + s.Bordercolor = border; + //UPGRADE_WARNING: Narrowing conversions may produce unexpected results in C#. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1042"' + int x = (spaceHorizontal / 2) + (int) ((float) (act.X * (spaceHorizontal + nodeHorizontal)) / 2.0); + int y = (spaceVertical / 2) + act.Y * (spaceVertical + nodeVertical); + System.String key = x + "," + y; + // if there is already a node at the given location, we shift it right + while (this.coordinates.ContainsKey(key)) + { + x = x + ((spaceHorizontal + nodeHorizontal) * 2); + key = x + "," + y; + } + SupportClass.PutElement(coordinates, key, s); + s.X = x; + s.Y = y; + s.Width = nodeHorizontal; + s.Height = nodeVertical; + System.String longdesc = ""; + if (reteNode == null) + { + longdesc = "Root Node"; + } + else + { + longdesc = "ID:" + reteNode.NodeId + " NodeType:" + reteNode.GetType().FullName; + longdesc += " Details:" + reteNode.toPPString(); + } + longdesc += " Rules:"; + Iterator iter = terminalNodes.iterator(); + while (iter.hasNext()) + { + TerminalNode t = (TerminalNode) iter.next(); + + longdesc += t.Rule.Name; + if (iter.hasNext()) + longdesc += ";"; + } + s.LongDescription = longdesc; + if (reteNode is LIANode) + s.incWidth(- nodeHorizontal / 3); + s.Text = desc; + act.Shape = s; + addPrimitive(s); + for (Iterator it = act.Successors.iterator(); it.hasNext(); ) + { + ViewGraphNode n = (ViewGraphNode) it.next(); + queue.add(n); + } + return s; + } + + protected internal virtual void createPrimitives(ViewGraphNode root) + { + LinkedList queue = new LinkedList(); + queue.add(root); + while (!queue.isEmpty()) + { + ViewGraphNode act = (ViewGraphNode) queue.remove(0); + Shape s = null; + if (act.Shape == null) + { + s = makeShapeFromNode(act, queue); + } + else + { + s = act.Shape; + } + if (act.ParentsChecked) + continue; + act.ParentsChecked = true; + for (Iterator it = act.Parents.iterator(); it.hasNext(); ) + { + ViewGraphNode n = (ViewGraphNode) it.next(); + Shape s1 = n.Shape; + if (s1 == null) + s1 = makeShapeFromNode(n, queue); + ConnectorLine line = new ConnectorLine(s1, s); + line.Color = System.Drawing.Color.Blue; + if (n.ReteNode is BaseJoin) + line.Color = System.Drawing.Color.Red; + addPrimitive(line); + } + } + } + + /// the rete-engine which should become visualised + /// + /// + public Visualiser(Rete engine) + { + InitBlock(); + this.engine = engine; + container = new JZoomableShapeContainer(); + container.addMouseListener(this); + radar = new JMiniRadarShapeContainer(); + radar.MasterShapeContainer = container; + radar.NormalizedFontHeight = nodeVertical; + container.RadarShapeContainer = radar; + calculateMainContainerFont(); + even = new SimpleAttributeSet(); + odd = new SimpleAttributeSet(); + StyleConstants.setForeground(even, System.Drawing.Color.Blue); + System.Drawing.Color temp_Color; + temp_Color = System.Drawing.Color.Green; + StyleConstants.setForeground(odd, System.Drawing.Color.FromArgb(System.Convert.ToInt32(temp_Color.R * 0.7), System.Convert.ToInt32(temp_Color.G * 0.7), System.Convert.ToInt32(temp_Color.B * 0.7))); + actAttributes = even; + reloadView(); + } + + protected internal virtual void calculateMainContainerFont() + { + int dpi = container.Toolkit.ScreenResolution; + //UPGRADE_WARNING: Narrowing conversions may produce unexpected results in C#. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1042"' + int ppMainContainer = (int) ((nodeVertical * container.ZoomFactor / dpi) * 72); + //UPGRADE_NOTE: If the given Font Name does not exist, a default Font instance is created. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1075"' + //UPGRADE_TODO: Method 'java.awt.Font.Plain' was converted to 'System.Drawing.FontStyle.Regular' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaawtFontPLAIN_f"' + container.Font = new System.Drawing.Font("SansSerif", ppMainContainer, (System.Drawing.FontStyle) System.Drawing.FontStyle.Regular); + } + + + /// Creates a window, embeds the visualiser in it + /// and shows that window. + /// + public virtual void show() + { + JFrame frame = new JFrame(getCaption(System.DateTime.Now)); + //UPGRADE_ISSUE: Field 'java.awt.BorderLayout.CENTER' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1000_javaawtBorderLayout"' + frame.ContentPane.add(VisualiserPanel, BorderLayout.CENTER); + frame.pack(); + frame.setVisible(true); + frame.setSize(700, 500); + this.setMyFrame(frame); + } + + public virtual void actionPerformed(System.Object event_sender, System.EventArgs arg0) + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == zoomInButton) + { + container.zoomIn(); + calculateMainContainerFont(); + container.repaint(); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == zoomOutButton) + { + container.zoomOut(); + calculateMainContainerFont(); + container.repaint(); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == reloadButton) + { + reloadView(); + } + else + { + //UPGRADE_NOTE: The method 'java.util.EventObject.getSource' needs to be in a event handling method in order to be properly converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1171"' + if (event_sender == autoReloadButton) + { + if (autoReloadButton.isSelected()) + { + reloadButton.setEnabled(false); + engine.addEngineEventListener(this); + } + else + { + reloadButton.setEnabled(true); + engine.removeEngineEventListener(this); + } + } + } + } + } + } + + protected internal virtual System.String getCaption(System.DateTime date) + { + return "Jamocha - Rete Network - " + SupportClass.FormatDateTime(SupportClass.GetDateTimeFormatInstance(2, 2, System.Globalization.CultureInfo.CurrentCulture), date); + } + + protected internal virtual void reloadView() + { + this.coordinates.Clear(); + RootNode root = engine.RootNode; + ViewGraphNode t = ViewGraphNode.buildFromRete(root); + this.root = t; + container.removeAllPrimitives(); + radar.removeAllPrimitives(); + createPrimitives(t); + if (myFrame != null) + { + myFrame.setTitle(getCaption(System.DateTime.Now)); + } + } + + public virtual void mouseClicked(System.Object event_sender, System.EventArgs arg0) + { + } + public virtual void mouseEntered(System.Object event_sender, System.EventArgs arg0) + { + } + public virtual void mouseExited(System.Object event_sender, System.EventArgs arg0) + { + } + public virtual void mouseReleased(System.Object event_sender, System.Windows.Forms.MouseEventArgs arg0) + { + } + public virtual void eventOccurred(EngineEvent event_Renamed) + { + } + + public virtual void mousePressed(System.Object event_sender, System.Windows.Forms.MouseEventArgs event_Renamed) + { + Shape shape = container.getShapeAtPosition(event_Renamed.X, event_Renamed.Y); + if (dumpEmpty) + { + dump.setText(""); + dumpEmpty = false; + } + if (shape == null) + return ; + try + { + dump.Document.insertString(dump.Document.Length, shape.LongDescription + "\n", actAttributes); + if (actAttributes == even) + { + actAttributes = odd; + } + else + { + actAttributes = even; + } + } + catch (BadLocationException e) + { + + } + } + } +} \ No newline at end of file

AZ(29dyHRDz+Y{zSfiIvro||>uD;no~0wL=V-e1Jk7CQ z)OB;u=+AZQR;xyMmdUHpcCSW9*HNRssDY_br}P>%q!V2lJJ?jIA)Vy7Bc@D-PMr0t49;3N(V?wlU@4 z(Uw#`%`)VJ*VA^-XXf7J(-isSAfIN)r}-Z8!2@kxKF@jeS;iZ8B8GieG%qfzRo2nG z#b_pG?A)BZ1mospo12quZbqDN7uY=n1JwvI{hv=h*WFhNncoLmQ8>_=Vgbmq0&Qq? zpgkQH=s@EF2h!xgL3C806U_~DriFnnv^0?KtK_l_$b8CFQuOyK$@_Pi`blRLnk&UL zo2gPvqX!wRX(S9IsXq*-*F7)ZLUWQ`3-aQnuB$vRKE`z& znHN9Qb@3^@toXq?)7qyPf#rCrLyV+s;IAk33G|~w1N~`aU;vE?45IacA#{FVC|wj7 zPFDm*(8jHD$q>;H=Uy;P?VA_xz$HiNvPai}qK=5ed}%EVOUK=#^QoR>*wi6ztur?o;_x>5Vs8!&hwH@|T_e_X%YgsCr{KfFoHZ>Pugf17Y7ACs2xH{bp^ zncUAB&Qzeu-5sI#OZ?$dFs8fumL$ZqH+H_BT6ZqCAOPlFBdd#d_yXeK8;h;Pu1{0+ ztC|0Jh<@*;(vkL#g~CQ#V>)o#P5MkQUo?jE3idI0{6&jPTmbp~_tUNFpg*&gNDqdl8BG5a$o?q%>-=;1Gsp}*XMfcWF# z&7{wHarz5kIQ>~Loc?4OPM>dma{5D)oF3OuJWf9-$?1FL#YelG{*b)*DA$Gio*wtt z_bKB=x?uHjf0rNaz=-)Ac+U$MEnfuhd5LZfyh3*eUZpL8*XjPi8}v}%EqWsGHa#79 z2b}(2;5+Zq+ky8mC3+vzp${+}`iQ;_d`v$FJ`p1DnFs{jGq!qG$~#|tslL`s8;`bn zyyr8wZR7$h%*6igOrmK*&d@W99QV6fLLR2So4emF60*PkZs~rvO2~Zu-P--mO~_pR z-NyZHn~-t+-Ol|!AR#G3YcY4jiDLkmDp*hNqd{Db|CbHt%jp=~q`9x(CZ69;Pb1TB z{xE(whfV)Be(Z0INz;Ti{^r~Ko^G3P#y>rL`nL&}Za3D zW*Y-wm~F7lY=do{K(al{#mim(g_G(twCj&wP{yoycU|H% z{*|0<;TW{YHisZn?YWSegV*NM_+T$OBG{W|2K!J&upey?_NPaK1L*PKAbKu1m|hGH zrPqVQ=wHF%^j>fzeG(i+p9ROzH^CD6K6n`Y7CfAG1;>eCaJ&cyCyK_wBSf>{B+)iF zMRW;H6@|g0M6ckqR2z%p3~l^UvW-vm+L*7&Wm-(^>kz~^PYyvnG^P?bGnqMYg!K*5Y#hM z6UOtol~YZoyI`=KMhEB7*x&-199&381sBn+!D_lYSVLQaOX&XKQhF%3oSq1-pr?bY zXlHOWy%Ic*-VPp*CR|G&22Vf}oR2jU8<_9mKWx)+}Z17S#Id~yZ=a5vUl zx}KS&uoIIMwn8V}M<<=e25MntAg&|xf#A-;Tj`MCZB!h*o%#mv1V-+r8XVYNibK%H z;=tCL;JtKe@IE>txScKx-cOeWAE0Z44^txeh!0CQX225OgmuIoGfHxsTdfBxP4W^BJ- zeepTG-=v4l^qUFew@oml*ucxrYtRpYC+=W)EkGs^2t?=OEU_`56$?vnjNBnO0~91>D;c*v4tLxB`E%fm8I z^J__JuJNe3rJfxhn4CRl>Fh#5T|(2qwp%YpV~)*xE%j48_t*0F}6u_ zU%yQ}znz{&rr-Qw{B91L{%!o&-x!mo32Xe#xA{HYHsOqadieBj6E59;3WS)PEFYSI z*``QS4?iKB!l5w5LJ`UdMX6=Tq1;eR{1z&Z6e^S|)KxYJb(4)l-DQiA`?#832g;Ti zND&%0JjQygH$l251F78tGBcB49)Wq1%R>p9LV*K7Ku)YT@UQ`MAJ2NATZdE#)pQ{5up(@Gc=MaLZfMWsDvI3 zjitv!htqSRQhG5oo?Z`4ptnLt(0idt^g(DceHNNRUxbdL??cn*r_c=A6)F=lR4!tn zS)x&>LNpJ}6|F<_#Ng0EF)Xx5l!lHG6GAm&YG|=24=oY1LrcZcp%vns&}wmh=s0m@ z=y-8;Xsx(0bb`1wbfUODbduN-IyuE3#XT8_@(n|jVxl)EdbbX&cLsti7$%m3V3=6g zW};-9i88qbFxW%jUTgtydLv;tz5XzqUUwKyuXB>fum#}F%CQCD&C1ia0EXyH)5yr3 zfrA8arX_9nsgxR{_0FI^p>yca(0Md6bUuvE_Tzx-)b&Z3Kug^3MAEK6Vj}nC&>b`wFIWr< z-AkpR`)ERFJ6#^aWHt04-4J@1{t{UP708nZ60V;%kI&Gc>|mrV-=}j}PDccQ(TC{~wJoqW(sxqsD}H{@fKE zZhNtKfi7pej?jnr!txS{!}6KY%QSPxqOT!c?mFGG03$P%$y*U5g&jCw;yqgEZc&YL zBc)Fr&!YoCJ8yz^-UaRa2ek7(Xy-%F&c~pgPe41Lf_6Rw?R*Z}`2w`_6=>&c(9XA@ zo$o+9KY(_A1nv9;+W8f<^BZXAcadx3!Bty|@wO62*a0!!4vLw!Ef&~eQDaBMD%%k! z*fDXY-9TJmXNimLhTQAkBG`E{lz|Nu0c5^DSTTl1qGjZ&RjpdvDS+aZFhA z&9*V=zxCQnyr#!D>7?5xoVG#hUHD{avZJ46q}IIqTKBPs4t)I0ZZAjM9pz#6fpVNZ zTu!q`$TEABoNteo)%F;<(jJ>4Zn-K0ald1TTQ&EH`~Lc65t2thL*$U>$bB)0%klq` z;r#w;8tL)>jx-G(($oI4-=<9I_THpt;+U}Jn{8t<{bu~?v(w|(71o5)Hi*14Z|)tu zA@vp>GwfZTgT}MsB`&4c$?#iwG{=h(b6mqPdp_pE0yI51rg(laH9+?$rI0;Nj<*-f zN%k^1!(J`t*vHCw_HlBdy;iQUPm&w$Q)I$ERo-l$E;rlj<#zi_UzfQ*LzjW-NN+so z>UJ4%28xhrK{go0HJd5C9_2|T+dQdcn3D24AvT?NB z#vwO*t7v53E1KKeMF;zSk!L?3CfN^(a{FO1+kO;tp~u7``*F;Lo)By8C&lUZ(#MdR$ZX`=nlRN-+&arX`Ucg^7;m5st<^&}UW z`(5=P9+Hi`!n4fq*?lt{_wO*AFQ;Q{ljgpDn|OXZJ&is6mL7gj-dM`#<7;VG>`3m24ai%KgK(Y#R>C_Ti}P9Cl=WI3|n2aoI22NDdC;DX4H0 zIWD}PoEUB@r-pN6MYx%qA8szI!Yy?V;A2P=eaDa%xqX4@J$VeN+&hLeIO8#-_mbWG zQ?Hw^uLE<;`nX%ONXbxif>A#(+(C<`hoxtU_3bT;#r$I!uG)LCTthDd8;+Y3~2lW zs4E-e4Odq-=54r6(g;bDh%p@=>HeUXpFS4MC!7m5Ko7?jQCR=<7)R4k25!OAK_5l? zXb_j<|0R>2r$0UO8~gd)nZDEGnQwnQzuTl?!kKRl<9C~Hf4EF;f7&LF-!{KzvQ2s> zy!mF^girVL|K^Wp+{QNX(!Y)W-r5|$$VezBYr1m}U=}5Qzkavr>}>7_;bQ6>?njft z{b_o50L=^!qRQ}KnjaoYHQ`~jG(3XVhDXw=;ZbyUcr0BSE~Tr&1g2&hDDqQv&?3k1OBhLC z!ASZlM$*?YlD|~Z|ULFzy0yk-6m|hogU77b2t;0{rqkdW^e2lF|Fuc zO9Xh05dj|Ml9}XwWEA#fpaiDY)Ryg1xRYD9({u_MmW10<#Hx>*g#RP{8U9AR8~#?j z9}(h<2wv}rSmL)x0Eg>?G7^c%{0Jt_ku2FS5|;xa*>ZTKksKRoEK4Ik8NVEtq0@b2 z2wME$613o*&~$=EHK3D%xcgIUn6)r%U@nAd53>&DAef(Fc)Ir`42E0!5QcAK-VZYn zW+w~|GKv`N!(pz183%I{%mnx=*hj%U0W%HeZJ06`Xk%#2nCABiw;N?+GCKQDfi>%t}CfvyXeh^M(OEN{BIE?gq+;=1q}{Xwn^ zn>-U-7w*6fbzSZr(ewxi<^;wuw6mG-d#A- z%qvnt!N^$gLF91pS)>%qt4e$mStP!XR7;A~$Y5l#Y!F#08%LJO{Ua-6%g9REA+kz# ziL3@wODfP{LUhShyWA^ALD|V$+c&0`?iC}sKe^8<)_x5B6GPTuEK;8)7~+w&UQc3z z)B{hC<$04M_Dk&g-@a5;D{_jgK~>jMG;$I(ikwc(B4<$R$U15pSx*N>&ZJI}v#B6* z4i!hvr2&!iXmI3wBg8=e8DgpjmsdT!{HGFH|~wT$^JE& z*?Hap_HX*$SVa|uS66R@`cVWQb=qB%2L4sD{w8jN4 z-&zFcg|4##&JC_}GMwkRPS$;NzUv$e=S8lw7o3;4PFDAIvFl_eSZtVJx!a(%=6R`Z zpcnsPnDVhwCQ_`Zf~?IUG)xtF)m2Mt-z(pX5<+wJ~elNI>} zyzM)%fbXeyMLpGD)Y-nGp6V5~Z-$~aL{S@~sQaU+IVfr~6txA4+7d-=g`&E; z-`qDvG8Og9j78;>?e$^xY=2Sb_=@Vj&$&hP%TUy|C~A8Y^*|Ig4@K>SqIN-14@OZB zK~eqBIbN)nrM6{-W~x8!YT+T0P4vYX1yH9gLz5Ls3VfsH0KTF(~R-6!kC^ z^>7rmbPq-S#uOFHEO$DPK)2!}%bAMW0!8HQ-4kFS$%HCh*rt0O?G>4^oGCKG7Q&eL zoEFFDb95(g4Ot;xLps@Yy33_`I>|H%KZ=*wRhH_sdg>UR07Oip{OD9FicX_`(dj?} zUiONX)AHynS{0p5Cr0PcDbY$gH+nQ(9Gyp3MHkSu(S>wFw91F1L_*KsKYWe<_gqd zwXbXgGnDN+Q#KLs%61vbHi!jzgE!E*8Oq2LqbV?}VNQbS4O0Nae(7ci{BS`^zuTOk zKFJrI3ei$0rW&o*n@9^XH`<`Yt_7(|>jws+$D`6GkP|(X4vU^nM?}w{$+o=3}~=hMpQg>-WCB3c*4>E-AKG~lIlY4kE5axTk&obL^CXd>v28>K0b zGlY>dR7*L?ip-JrwG=u2Bbhg;E??n7UKVx;K(=t~cvFFl05^e~#@5%i_U(3f_gFS!#DlM9Z5YoY4_TQGbn+wye@w?F9Zr+e zIRu8&DF)KkyO?6KJ~Ktu=lbz?OlJIzNbDM#A|Cw;PxL9^?^)^@-ATQpFVoQID>Ned z8m)=GL8nFE1PQ+l68``Vl=G{n$rrk7OXW zp9~(=5iTC(I~j0@zAo=T9hvk&AQG~(eKLs4@&A(HJpXDM>GA)LGz~7&)BdyHrcCMf z-lS*Zn6T!XZDZ1ZGv9l%)8p3_{xals4NNaK8EA>S689M%!2L{%&&1cobgJv>G}z4F zB1W>fe2aiqUtUIyHp{4*43Sb@OrH^nekw;tKbOm+U&=MnujGl*Z{)h@xALs$_i{t@ z2YFTWN12HJEN_YaB5#ZSChv;=E;mPa$$K4=+npBjA*ZE$)M+iBcXH(`P8<18r(LSM zLEXsi%a5N;cf*|(cO;3S+NUvt;Jva`@%ZvJIUUG$I+EiYm`WC}A@82-FBy|Py{=?C zA=%DIw#y!p{naE36$qNi$~)_5&=p>T9tWF8q2t-EBWxF6SO}`Uu*%klq`;XMCp8tL)> zjx-G}($oI4-=<9I_THpt;+U}Jn{8u~zoEUcym6=bOEZv4sz>QpC7gWf>=e-?ryEUo zy3>Ns`JN;?BGmtKJ2GK@mFkR;ip@cJ3p5x4r7dU0| zVy9eQI6^*QT#vm=%2l!}$28_jY)KPdIz*1v_&Z$^5*p7QfSE@6<|y*DCt7LV{o2 z8tk&8J_rTv(C+QMWf@2fURm+w8GcC7;6=Q1=~RLJE}|^w7;5BHQ){P&Iyj4|z*#~) zouzcBvy28h%W1B&lB%3lw9;8kYn@}oBIkIq%vmE=Iwy#=&WYkA=VYNapz|7taFQa#kpPl+qpx0 z=-eqjcQ&QySA3Cyet$RgOP{;+OBd^d9hv9ai-B)$x6@#FC^(&MU?tPM+{^>~VR;^) z2gC&NJX#N8M#=q(4A_NNR(z%YA%$ptG2OX`EN3g_Lm%T*=YE>yJV0}thk(?FsoHrI zo&7O7(b+-koTum_2TH_HP zEgI>(O{LB|zKUepeczR=NQqaG#-Qv8%#kL#11NT)zDt#4Ki<4@-UTY($CTj{l;*#n z+fRMDc-nK-L?F-t?`cF0Ei$>tejd-et_~VtuEo3o{D6mLVp(w+4EOvc%%AhKh5lojhl`^7p_n^+e*Fm^C?jvYdW z#PVrYtdQo#ifC!9D;*o_Mr&d{=+szGS|960XUBTerLjJAMXVp)7(0}1i}j~1u|X+B zQic}|ESW@PmWRmeQOZm#ny=n4$#J)=gyHUZ3=DTe{^o8t0EWBaC>ZXB6JWR-PS1*|&lU+B76gLPA2kC$cd;Y7j0Vb7aL0BW5a1mYy?e_}P{n?e`GrqboHqv*QWbRU|o&p>a= zvb-BP<=~Y(sx|kjg!g}s!h^tD#k5;TZxb`1UZU(lbmb6K9A=B@h{QysU+#|0q)==Y zWydP0QEax(kQFF2!kgm(E2z7F^9)&s)F?0OE4&t}>kf1$=sf{tctqDs;N(`hWf>p(umkH8XH^g!&in& zK$fkHMv37bzT$2pkM6|JCvO!qAvN%F(^@5B#{)TQl1L%wp3|#aATqqWRtYO?$QCEP z+~u>K7azj)OO01=>9>I%9RA3MQ^X+wT z_t{5-xE%j48P4;srjZ{1??}_&B0cRt`)$gUZtqQcCXNYfzS%Y={WtTyCp$fUUExhQ zZG*X$Cn$^iA$Gw3kGQXZuj1(5KD+l`vPiDq+^)~ayk4J^d4oPL^Co>|=B@g=%-i%$nYZg(G7sq6GOP3*nRn=W zGVjzc%DhXzB=a8b8thr7ZOXGumzvH;`la$&rrqXxr*%%xGT{cd^~mC7B&Ok~+Fgw^ zQAVdGMZTJd%^G1DP*AAkM6MF2bwFoU9;&h(oG%2(yq_9pK15wJA4RBooQ7mRLBlei zLYR6QO~NxYCG%Ou`KLNKe-jJ2wo4$_8nGV3{JnUmyBPAJzIx+VQAt14RuFo~3hGxD_qcY#1lFT>J zBY6u=?Az#-{FBbke3$OXe4if9{D2?=&s* zd#z#SPj)?NjU4JJQ`VF9?xj~)JuTQvLu>7pu@e^V#Ty_Gy~~n|_R?k6xz_uxzCf`Z zZBq;$m~L5}q&+)Z>qS{+eXwgnm4}|eiKv9FT(_0vLe1i}4k@ws6u!5%fgk@=Xy%{L z_}|d@A&Pr(i^{7}d#{T+dK*$tua^dReKgGLr+jaamU**ijW?T)^+xFuZ-OrOrsyVb zQ@YjLf)09f=uU4ddeqyRp7yq(m%Z(6ZR4|(H71hXUQ65f+@+ZD{e)?7u^1RGsnp*D z_;kIoMv>iK;1+or(xdA6!?p7E#J`(nd9rKKUp=fWOb1mvz9fxT^S5ML`_S*@*J3%4 zKI1Ugv0EV4HI^y{2`M@#?Pc3A(r z7+=35Zx=GWU8#w;8~ME5^-^z7eYUrkKG)kvU*PSlFZPz|%e|BIwcg442JcjTqqj`o z?47QkPJI-qyJI(>iQT2Dt zhIT8TRy>x?SRK?hT7eL6(Ws@tMIe?9E(_B2`LQ7WpZ-{WOom0%<@KxOcx~r9$+FI6 z)Jmu4lYZTi&P~7mNOCQCDovN+#9Qa9$E>`pV;0ZOvCMK7FCjuP^Zh_4U4xzR4HX zxA?N{_Cw$5(0&9hv!@G$+0!^cW2-l6d--gbgqgFkB9>sAV?{QP%ht8x2CDMzS!D?} zf3b}(PHta<3|~{~=xae;d@X5!uN4jUwV`}pTPpCiqe7qBB_8JhIV2$~b56XMVmG9G z&dJx2GJNWi3a2@zuqDma-Sm4lF_+$>z7BQ9?q4R%!hZ|OhKr24Ov>&LFrM8XV3ge- zU^K&|?EV1b8=92eA7FfAld}5*jA!><7-iFkjIyCDqimv=QFh;jQ8ul}C_28JE;Q*< zld_3lcAQQ8GP=^Ft4(?;===DchTmtX@G+IzZ6ISSwd-rSo5&~Iw8c1oBYu1F!+e|d zWBcp!tLypJdCt_Kju<*-0T#CXNLxR)zb-$fi`{iN*OKczl7n^i}ASeMjlje5>^e-x__9Z=Jr@w_ZQiw?RM2w^2XSw^={ScY=PA z??nA_-%0v)zAZ{9x!%DqBhr(Gn4a`vu73)f3$`Y4)!Q}Vu57IzR)E71yW_>Zj7`YI z@ylgYh8#AVg^;5!fM(gfvvi;3*2-RPB3os6lzhQRUDCLgUH>2b((_T}S;yEuHSNTw zUuW^^b!ys@VV!63>>M?1@#=X_X;rp$jY_TKPSlcTop14sTIZ+lQ;(_FS!s(}*QN8; z{<>0jJzn@?HfKA9ZT)KzYzuFExuV7!U-*Jx-!{tdol0KcX%zFFPR)I1P+Q-bRO&mM zrucT#Jm0yrz;_-k@$J)Z_Pwg#=6hYg-}i?8knbP*W4^caCw=eeFZlkcxRv>7@oG2j zvn;nF^D9(XGE>vonZJz2k2OlnU1In#cfkiEbGQpCzGn_SD+!+k%H;>;9&<))7cYKo zGh%!#hwptf;U7{D-$!V^KcHnZKYif2CHw-)OY&4=VQkNfUj4(PZD>G}o^wg_-A2n5Zm_^*v{NbZNm63uD9K zPb&D`l;QV~*WZ9*{tRmFH>j1rp^|lLhpb~V>tjqk_Q>^jw90=(6zQ*;=l37|O#md5 z8vDHz^!otD4F0P_5p>+hrLqNXW}xZU5ZM6}2b=;y($EuR8+R&tpOxoC_Z1l*Ev(Y1?@C!~y zn3Rnk*?u;9WOSNI+31n+Z1l+JQj@aLBjefVkx@2!WR#5_8D*nKMo(iD{h?HssGjgOZJwEvlFLhwD@QBlPM1k@`Y^fxf~&#(j@}iTiQ?QukB-m zZk}zd)S?dIfz{V%_*s?3hRCe47-f~ksN1BhvKY@Qi&0itjIzpNlvNg^tg;womBlEl zEJj&nG0G~7(GezPmBn~gS&XvEVw6=DqpY$RWtGJ!t1L!YWiiSsi&0itjIzpNlvURI zsH_v@pz>T%S+y)W7uT=Jr=k`;w{>y67zw;c^9*(uz9MiIzk52m^BDeohYUh6feUzuDkN;`v z?|+u^{LfLo|9Kkif5C=I4iBWeQxa+qbR#vW%)?Y>_s{s`lK*97qkgo-<523RQdAyn zh>7y$`kRaHPuh$Xf4<27I$YxoxW=0bMxTS=W=?|J9Y*lm5d01VE29l^65L!09%CZL z9ru1_50ZV&H4QeuW95Gz(m$Xk{tqeS|44!Ev=F(4m4p5pECHUSpP%a=j~oh7y%+2y zUx$!(;sGrBa38=UoV9fi3!qD;&oh*!pjxOt%zj+^A2+=$um6S|RmOiqrlkW_?thZD zFs0MF$h5Ap&b4?(tzY^vi$4-gzrMEft@Ai_YQE3oK}FcLX@QMkfhWNNZI9<8UjJvX z@-N{-Us1&WHO2kk>WczCeNDixuMY(ElL8U_v_Q7LD-hMs3&gn>uyv)dZ{fg{p`Ycj zgfhqS2iht8fxQ{Ithzs(Ed4z~dMNUhZN%5(emi!Bi}@cKn_p67hCNx@?xE!DEH zm#3Q#j@Ys*57qX_1Z1{10}^hRvPDWg({Rb&(O#aTZCZRHDbO4G=tIFkf9e|;L<0gt zXjEV*jR_2+34!4>H86r^1oCNKU?i;wjH06gqv`y>7}_5gOV4rcN-5Hpm=SyW8O9iiN;;9Xc?q>oO=eaX{OWo6FWtPdlJ(J)oVETcvH=M;Y!)a=QlQx)N2| zsmbfdxd)46>iYg}k&3zRhmas%1ld+QjZ@s#!b*)?{{DjQ_!=AI#WH68z)GML#hXOU z0#m4MU^3+frf|5;QI+kek-M#HIP(=6WEvq-?sl%$i19&p`#J(Y-3IQqf%7B>&QtXV zJ{`bk0Qf8bp9$dNlj3y&o?A!YXV}0!HgKNgzJs3Y+0 zHt+^EaGvDAd8+=v7X$bb0AB{+O96aYoq>0(Bk&zI@C+L`PjcWqRe#{C0Q@KbUjyK) z0enrJfp@AS@H1`Th7Fu2IdGn;Kky9zel&m|3*g59__1{c-dO^_(TplX9iz%l8@OMw z6_Mu9MbgIJ&I~LpqT=OJ`~#0Y@tgtU)xfeD*pCPH6RBO`1hgY!Nfz_Z_S9GgmZ37R z43&YUOC7QAQm`xL;itOAyVeo=SqgT=V*Iwrh-Ce- zZwK}rz`hgM&jj|Jb;jPUj@Zvuus5`=-Otm)W_Ysx*v|p>-N3#F*v|#_J$1(3y^h$= zQLr~su=BLQ&Xe`Wz7Ncz<)C%()t+_4ey)POiGrP{1$LgSKlZDE{Tg7u4%n{+cJbNVx?t~BN9=nP?3oI7 zo)*}7vi{g_0`{AM{Z?SV1=w$`v(5CbBlhzY>|O;sPYdikS%2&YfxQaY?*#Tcfc?%o zWA9T(?B^@keF}D-7T9^R{@CvY_WOYS0bsu$*dM4f_P%w*zE{ESSFrQ6z|NEP$NmVg zKML%R1N&pZ{&=0S_p2lJeG2w~f}N)YcAl(1_NRgU8DM`7*q;UV=jx2Te;u)3pkNOw z*m+uD=gInGe+k&}UV*@?z>aqd1YWH(_5pRoexZUrq+sW1ft@GokNr(x{|B(Y4eW0L zyZDqwU1H?GI%2;_!5&ty^R&Rull8~`9>mRA2f+Seo%KGbj@U0&utyZ^JT0*E zWc{&!3hbW&`xn6eIk1bjLDWU>gX@TWzk)qW!OqhHJ5Sah`!~S;EwFzN?B4o1VT1V`cD%hh6cAgg4d9wc4{{r@Z z0sA3f{~Op3)fszU9kE}gV2>%-d0JrS$$DcCx+oZQQ?p^z?!|RCs3I%&Y!OqhHJ5SahJ6@&`#H3#k@1_oh zfIVDi>?7)k{YnLUQo+vC0y|IEAA1zoW5AvO_BgO7>Wn?Vj@YkKu%{I4JT0*EWc{%> z1NP>?o&)SHfIX+q*hkh8d!>TCse+xS1$LgSKlV1j-WJ%~13Tt%f?|DtUD~Emb;N$P zg1wo7ou>tMo~%FiPQcz7*t-II7ho4JGp`Hw(RIXrje@lExc3U;0r z*m<)4*oOi8aA3~|_7T9IUuW!N>xlh&1$#>cJ5LMjJXwG21;9QA*b9MuEU*{W8GB(J zvEQIzZ>3=8X@Q+5>yLdruulN?iNIb0>=WyZeOw)}->6`3tzhSAft@Gok9`WTPX+dA zz+MLI)9Q@92(Kj)clE3XjI-DySlUf{$%B^-RcSZ#gzI`aYtC1i1ZPp>;A{#9=kT1w zYxc6tIr5;pSV|phZBEmfd3me3|hF>m0GA-iXY50hwH3n6RgUMkD&fE$@e-@X@5vYF`vdnwOK zAKZ&KMwL$F*Ui@l(0sFO9-8eg zadqbRJSWOh9&47evnVBd7bC0O<^mvlzKF3B@7?Km`DX}%+ktln`GRMn%6C%J;4W$z zJc~L8cXJ&J9GxYO_7X>_#Bq;_W2(U6Px5@n3K;$p&J8lTah&U7a)q30VRBMErpTOBuX-T82*Rr#fZzumy=tnXmd5+8B(koS0Cr1U?5L8%lrT^KSW%0 zSXzg;I#bGACUst=Ntq)4Tea|{V(Nw(BmNtyd>nY&uk zHJn$}^xr6&nBWl2lHH!naTN1(dQEUKAs00axg8CrT#Bh-`Ohep|Eyy9&!y+VEkD$d zJfTL^B-EG!p(Yd!Wl}2Sr8c2}q7Ns_pDPjAJ%K9id0|^vELKzR++sr!lqrkCA>~nV zvU>vaq|~#_I?l`Wx3Ppto3$$Y1uLjoJ6@DKsfDHdu*twYTz zH`Ic9hjM60NW8yagugt~jbhYJ8o_)CPc?#<(=!sa*A^vJ-`sB-L4_1E#&mal{BXT2 zC0ad?(5Zbylpx{D=&EbAgn5I1hQHZXOcqj=Xx2Kh&F=h5ABC{S=FE@{olx z_g!Y)4HVU4Hr`ePEgEmDffkMT;TmYZwlFjpb~=Q-p`jECfG{4GQv!vE?!K^;7BV|KTr8H^ zO*X5zxoy4d0Z2Qv*KmH3+Z343REmVksA))a&_yh1F2nm0nTKkPuQ^-eEQnLzcWPVX zQb#ebJByhIG4mDUv&AfP6!V6&m_-n?*ip=KM=@_Yi&+jaD;&kFa1`?oXECcGMl7C6 z57#Rl#k}P#W&^~iuSm6Zv&vD-+s=OYeLo~#f)I15QbxOVJX%Us9sWaSa92XqRf-rJ z+%b+~K5`awEyRemC+Vs>))J#xgT}|Kh@OO*Rk>&Pd2>0B%Q z>0Ua`N`JPOjduCk+nWMZ-gP)0ogb zR2;gOCWr2$>7n~+Zs-A87N!OC*eYd*)hGLH^_(CDPcik5j~3W{!zxYG zCVK;Y%^<>i4q*>6Xh7j`1~m&CN*!4Jl%V@WnTa}x`iUjsoHK6c2Y$a&t15 zEiyO7=xuMZ9ZM-2ccyR`RAyJo3U^Z~(l+|7PI7HC#3wgv8i|nG3vzoyuDDN=?o6jh zxiz%&o1&fHowYL%+8G4x42E`wKs$Ly(9SlQTP@DCz1CvnqZlLMOrsR_*v@pS6s%5+ z{ZY-@{?HH&+me<92PV2qE+c? z2IrU(;LeapCYf=lS#>0bgchr`8if?vn~#huknsXI+aznfD?5;zVnfT%2jmk~ienS%dIKoU;bujX7rx!kciey3SXyC)C3yK<6hy1t(D` zd@?1%TVPOIsa^OK>J;8ay~3wb|L|!vEPOhR3ZFs6;q6o!-a#|NXVTp8PFfn?MXSPR z(J|q(X><4-+7{kT+r#J5x#2yuFMJ+d9zLJ04)3Mg!lK_QjPro(^4u(g_fAW_q!NEWuea>j9>FW#*c;QC;z(40k}hScxnmwfPlD%=w({Bxr>LP9f-C2)a-4 zMqAK1Qjn@sx3f+kf=(Y+#MlvRw-loktVgYQ9tWN$6hStgbETm4=%9O)=+Gb?ps0^$ zVX4m{Iy{f)@B*U4ONzrfHPCxxZVK#awZeW4uwQqCeV!Dgsxc!SrKpX!phmH1HGOb( zzM~k!S@CuEH+Do^M^Fk>|spXnC zRD>80HH5d37jUcA6qnL}Om{ZK^!K)1T&_{1<2QPaNVIFH@A9ET^ z@cu)@Po7AC0+ApkBOz)L2~(#?g!)FZ6jk?^s_rFKyqzg*Xm2xBM@W7g!54taxd5$sj z#Ek~K67X5Pnw}@hg5f~~!-I(P@Zbt5_d?U)hMESaU8PLARN9j+y3d|;(fvyN4y5an zzaB4wAw&d2hzN!dks%a~45d^gk6J~BQTxbn>KYkAy(0NEI5I{tL+hbS4-JrJc%?+D zI;!YJ*YL0+c$nzur-$RKoW$tCbnL=W(Y=p2cke5unE!?iplcr~Lmf?n4NQj(%urm$ zwt=fbeFJ?~nl zOqyCos+z7t{1BNeLnh0iloiNirDG=7$xK)!uq8b?!g#I4E@9CwS&Ln&_s4kmBC;0d zxsH61^(f8;Y92X;=Oj9;IWiiiq#0f>^HeLrxpNgc4wbN3fo@mA4N}ZwCiH1mpbzb( zVzWIJUY%#PwCGV=YmoGa;*nX3M`kM?8BMop{;jFV$tdy`c;r@iK-|R`b4(FBX`j7$eA=IvXhD;ZXETt-ANIfQ^wK-FD#bL&fkxEqU zwd9Rlhj4a-q8O(!8^6wOLeDyu2A$!ek0kaeHJL-xYHdnE$ZsoSJy!ks#+ zH8sp?qZGt$uVQIZM4>vNP@PezE+|x2 zYL(TE+GlmA?peK+!u6C*ZWn2O_e)f2;hg6vvihTN0~`zYfTNfW>6nF%hCs|vM==jN zis|SqW(35DM;y}Q=R;CVy3OdF6!msi)Y~OJ4`DN7px&`iZz0q>4(cs}dW&H*C5l>| zZ02E!;3%`Q+gFQe)_jMEY3NqM(QCA4{Ek-E6hN3t-mEeTWlf`|Su?0@)=VXPYf8~W ztz@k}BC}T)k%|S|JTr4euoBiqR4GSU=TanVo>D#bBGN~t*fnOU@U0d$xe%b!d2p89 zo29|S<7LuVgZk6NjgYtZ6nL|m;`XT3Ba7)z&9&+ zjx9wS5TG5^@tmdLsi9}S7%*!M@T>)%b-=S8dfq@SvyP@NSsSTu)+R;YPBR>jOI)hH z#d`U}>iY!f`$XtlU7cg=`w1ylb(@tXa9?oL+K#Ukdq&xgGPGU6Y zMdVo*K+J`XXr7f~)INPrp(t~vtmk3+^jVie^yTo?D-b5GQf$VlPyd|EtVVm#OKA^! zD*>yI60rKF>qxW**TIUfhf&>tfOR7R)=fZiGune&;9a+(JvgYKa%vBrm#FIF;x$}K zxcJ=wa}QkVUbxhKaPbEK;z0#~lZ(F~0jPB#GO*gqeut}rM^Oh)pbnly$)8p-bE<`U@ghLsySZ5}Q!?un zYLWFSb;x>+x@Nsj1GCqCI}2%7ms z$;?SJFU!o7&fHKtiki#(YcwEVpfmR+s{1Q0KYb|vij=ArK?ESP2-?MmE5dgu!jCAz zPbk7KM<~LpGP8lGTsCO-qM_Ppl|g|nqSPO78?n|$!1kJT5OlvLC8@9nR*MUR4hQ=X zHO$t@o9&`hw&w`2Uw6z**p;QDiw=`nc0**=1esy^ezxxjnY|%1QyZ=`Egiw22d5h} zZymBj)FeAhk?e?4&vwK0rW9Kvik!q{OW)b5WHlr`D;`C%sL8k(M&C|4_#t2N4{_TlYvy(PseV`e?Cnjs9UZOojVi;C%p zis?l0Y_V#;_A&F@GAFeFyA*8=cP;?l7@XY$1?cHmG4D8v-KK~g;ViZ<#P);O{*Ge* zDaEP|BI?r$P5Fnj*}+gv9#k_7HakM8Tc^aG|EtbGKd=m!pZHr zeNT#2%OK3(D#NJ5l>xU5vL~PnB`AZK^B2|YREGCuX7>0zKquH`u-5ifdp@YmL8LcU*_eLM-l|lH-B^7pC8-r6T*87~csSUn0rqyl z-T~Mnk62Q3@n%csHW_xfICWgWz}`waGqT$=PXy z{khCp4aG&=L9AjHTM(4o`1EM@g(&02DC2(Qc8QXc)AZ#RGACHKmo;cq=ay zSIiwNYowL@MVod7eCjIlXID}(`)X>PeGPTZR-Ys8ZuUL=lq36pUrHRxkV~JC9ujzG zCi_Md@FvAR>><}zmKZH=_IdGn3pR-NZ{*fyuDuV?Zq6QSji}G%>{5%}%h?$gdp2jy z2j2s94rd2jNB3~nTyPek^EoRYBtMU{a#FS=y+o4<%P+EThk+bGl^vu|b`?zX4$8^C zlR9SKMcuORrUBXa(9rCAX-xKgRGfW3m1RFbv$7wgMcEJ0^6ZCcL-r%IDI06;v$57b z`*GTx{i0Isdt`U}EUE6VEj^JkYCh7N2(n*=-e03&wz?w79yNa>WvWIiqPk^B6D>nh zj7AtOmI!6zQySU-gwd)`0yr7%w=yRs*sE`65EH;k9-{w)CjqkYBtW+FlK|gIsY-0A zz7SO}JzQ-097Vt?p6sttf!`_>;M7KbFEdk$V6Rwkxa}*7fX8{We?k#{R?OdSuYQnH z)gnBh#trSl!xiCo6yYxv;a@1ip(7OGN153ea|lw$r#quAY8-V_R#c1@L|?^T>;03I zYpX^+AJ0OQa7~ zf0I%bW$4ZmKW~&D6O|tS~nTp{*buT;?=mK2PRv!MPjEV-q;H z-{dB8?ktll=iJFAH;8lVOl~IUtVPtrIA<-Qp2az95p{3QS&OJUan4#q-JWySBI-$; zvnKgRa;~~RZpH^JC^`bQm=9AQ2~!^hQy)z&q6L&29YbBBW2tYnkOoD^(a2~Kjg1yl zX>>f5MJLeQXbCNhPNY@QQd$?CM4O|N>E!4X+8&)sXGP0sUvwJnk4~qnqciA+=uA2o zoke#?XVW9mIrL<-oL-5pQmo@OX&o<0>-d*dAL^p&n)mNSwXQ|Au5+x`zonQ>X0_ro zDPl2VnKG3*O%1;Kbm!p9@5e-sg~B$%>^H&ekE3|>1ZoyNkvd0DRtjW2!r-9}vOtF< z66KD%xKS+T=l>8G?3YL=*2`Pp=r%;;QxPssLzbs2#g%u|JtQ+(Y8JPxX~m`70>n#K z@Z^Ts+Ei&DraQNYfICsjT`-BWU=n9j>*zU3>DtQbl08F@CNmy`jM+?AU7MNnP^k0K z%%z+PGa<0Oyn7eQJ3S`Vj4*? z*2v9#mz7_sMXgHu3x8)(SImfad?-N zr?JFwj~N)|SaEQ+G$}hQ=ySNftW(P6DRy+Sj?GnqrSmIp_!`>iyFmUP>hOKk;Rn<* zidRiXKSDR*V;U0ultx59qlwWkXjb$~r6hA?q?vBTQBM~y{d(c;(6WZ zcd*g#x%{-gmM2q6-Dc`%fEhT)R1ciyGB>jgnXeY!QlH`;qSAgr(SJpS{e}wr0~Pis zb&dXu`bGa%ifVm<%tO6pQN0qBQq-PSQx12m5xjX(V>&gCxhNb{-_~Qhqfbg@Gvh2& z_hMfFv)00^i~3AmDoekeGUf9LF$0-4q^wvYY8Gouxv?hHBbKS?x|dm(L62VoP{u!2 zR;FSr6vZm~Rie)Q0bQr>U0x~nZV)5lPtF)F5Eo)w&#adFoSStmTRk1O99>o)spp=SLZFrHR4aeFczxK#4 zSJA6ou^}n-a1W3zwo0Sas!}i>bYpPYSXc7Lx=}LLo!Z8FCfvmOQpq)n zJ`~24N5R+#%8unzo0xc(S4;?7vw+Hrz&u$pXSKbl;hDU>iQysMn0T+K2tam2kuAl% zWCoxGW&jcmg*6@!4TUux5DkSj9uR#zYdnzT>bDx0d7QHvm^oI}D8=Ust78+$6Dxsl zO{7q)6tzEzTEy_ly4V!z5}QhWV`VfbHjPHcrqkHi3@VMyq_Ws7njfoBEM$QU+vPHr zMP>OElNZx{ybGh(V)Bb&0$86DTdGvMZSpZGRShLVlME zDOK@3ePw#^6uyV|;p3V7&@hD-|&|*5;04esM1Hbr5sCqnH*_OpQMIDy2_;RJvTzJlp~s zy_K58Zlgf#c8bT;B|T1k@*J6)GU;rMLCqF_wPlftGK6mLLMiTnk75~rOgt?teALQG zS?KL)DRZiWmhs$hObjQ|qj4)K#(wi3#~GjtxLwHA0~bm&QM$&mSK;VMe6e5b3Fz=i z^2MHl)jUnjW6#3RpQE0!=V?gn1zu;OlzGy}2TE^hE#X~d`uLb?jfK@9h{nQd5JY2P zH3;JEvsQy3nvUut4&HB%y$YPKLHn+zfu@4o@ zV>I&0P*hhNVORn|xM=%s6bnse;$57HZ za!OJvo}zZ~rb;bXPa1jb_waZ+$h_5s9rBhjAZ&0hQVunVx1>m1^!!DUS>{ur$SE&HCRTb}eQ`90V0G=K10=0DI>PWAE&Qfant20Gc z)QTq}x>)fDWbi0D#1p78!nycepZH;k_jjIS?@uOEyLef#(T7~eqZA0Mhzk=2v% zkbHHfr;9|VG}iqTqcf*AYj3RMBT)Q&6n`W&i;M2PP=Vc8ca@nOXWC#d%Lb2DZP4FU z$=IA4aLkyGXX4{f_9A3F9vM%7IhIh5_(Y|=)_BH4U1dz_CZQ;{(@tjVn475ODJbSt z*iM;J%eL)wmvWVsQa>i$ym@~lK9d^8XDMRr{zwlg=HDN;2xGC#N;E~5Srze;T4q&Y zm0K}sK5mK6gKFo)tSVqu3t(0YVOEP^R*PX)OAynRBBm{)k@4j;Hok&N<148wzKZ6@ zHz?|N8n^V6dcLl5UV>YS3F+9wu?L|MsXr}&mhl~e@tEDpHi>*XEY-I1r^8Dy8#o-uoR=dGAs?3kX4P=;;`RBqu(hdw>3J# zNsRgac%{aLf&K(BKRb%amtty+s!vzE>x}dY7oF8V;9Y;hyZ(ZA{fpvpb!m?^)>ZFx zjg-0lSMDt(+~i4k$eUY?0Z36T8i7X{E%Y~G$i+D!M%-%F@bX~5$k2F7JrrCsWrfsEiv}RfG&chtr zWgoL23U?UN@OMKc@S>nZg0d1RN+g<6+e9e5-n(WB8Q3+Eoow+70phxrX`6s zv?kG3DdsxUt`js(+I4{}CYyj@BZjfL{*JPk7LHv10=Z8qx;S@F8=e1HgBL z{yR~#L}$uPbfF%Jt~5B&jS3Ro6+<6u0u6e`NO;!mMC;QyVu)bPPm3XfH60;Bl-17@ zQOfG)iP>tapC@Lks}CQ9qWi#B`oc*2!ASeVNC&`32LkgT>XH~teG@}yP+};JOytqn z#4wti7_BIJs_fUuPvdyT%95nNiC;fUHD0@?ufzjkzD0mk4E5myTnY85Tx&Stu|M45 zDU{hMH%jVUhgP*K5ct3%F&Q;D1?GqEXeG*^jcKUC=}OI61B;+%oCNTK=|AQtq|6)A zQ_M9l@yXF`lvbf4b;Dv@IBDLjAwx&|Q2cr8tyYXw+EQz9On18d$5 zYd#m&ya(2N9;|sUe0v`(LUjMDPvIdRNR3UD7!{4xGEPZgAdqk#2$V`O|DCq=N>u(; zF!)Ls{M9h{Yhdu#qHVoFF=(f@b&|xP7RPy9leh)Nxz*7CCQC8tD~j|zRyE*0hggxV zyctEQ8s0}qRG}PqP#|$9#S?c?>%`p(ey4R|Q)I^J4TT8!Rzp$3t;h;7|Jgi~Xeb^4 z(g&gOhoJF?q47tc@ke1ykD;M>9LDqn8j2^;P&|c(;%PJ#YTwH4o|4ZoqE9n1g=>Hq&|6Az)JLvxxr6f-JpDs(Hyp|g_dlQdhwLI9vM?Hx@ z5KsQ3?8IM+Z^+kjduB+%YQ>)K7#x#C4U?K8#%?oaN-;Gmc5k(cZDV0huh?V;d6EW& zlUPEN6zk(foO7z!Su(q+W(P4R*PmmFw(nUwKk&p2De0reNk8%nQ1fI^DU|ijxS(gY z%%#SFW}h;kxgcFxJXj>NQJyF@NyaFUj8iG(oaCYNCY#+OCOm zDaLtLyp}oqWNWCS4b&m}=A!Ylmm18KQteSrm42bHK69*bxQC*X9RRp9d6RfQPO_V# z32T(2ys_IePiCfS;^K5Q^9DQF3xaz)YGS^lnElRT@M@jp07o$uQp~kxcW831e~Pp< zyU$~rowB;8=6$?Ns`-P{SMm7dKynBwWGH1N^WYD|C^tErdL>6v|KuntNET3Oa*U$I z$!6akV*=S1SRiq$TD;V`_;_|US?o~!My`IYiQ+S}u5-wZkr=r)1Zdwqjmlgh{j%aR zx4%hona5LH)_^54T*YMu-|ugLq@VGAgKZkJO(V8x9LP8UqzOyoExu)bFWdMsu<^50 zfNg?o6Ji@oR+af9Y?H-K!EL27KPGL;{D@&?{y5tt*aj|D=1;K=o>3|D!>-Ew_&!&e zAMvBi52r5kw`7}EY}1-;+60>Y4T6Td%#V4yGC%H2micjGtjymbq+bq#cWagTJBf5> zLAtPASm9pg?-tUp0O>CF_YkC~D10x$^%kU$Abkbt$1cW8Y|8ut*amlb%KU@aX0Q-A zM2Nr}RLlH%Y%`2)hO-S;yp;L#*#`G-%lxC*W;ELrunlffmifoBO(ENi3+Y#a6bVwy zc8wPZCJ0i(c1>iPQnr~S@`Wjt`KPcA+MzOk8QV+?=~sbF7oujcT{Femvsij|NUsE$ zBX*UuU31xH9@}7`Qs%E<8{A+h^DktZMQpQ}ZI-ajQnp#fHp|&&1>3A-n^kOc6x*z3 zn>8Z;wJeQkgEIemv15ZEN3&hWu+6b-voWM!4YEnp@^Ng}X0|yV8$9aGuR;63xs&+z zWWL?Pw_Ex46u#YNo_i`+1Kvey@~88oXYlQIzTIISIg@ic&GUD0?kv7N+uV1KdFF1D zo@>%Q{H*g#?tISebrs*HUvmq5PjijKRs_DquJy?!)X3FeI_Pz#gYJ|LdMz9jB0Tsp zf6NH!*Kr5M{=+yZ&aB~{Y@cvXzky^hq+bt`?xF0g|E7mBdA0cG4LH;>q~8bv4`ucT z4`rm9hu(x8@KClN9?A$j^kxvu36%MJvkknH?T2?V(oc~7g4FcTTW}6Ml!+KB&dC!* z@lvrPUyzZ4j1pwDAO(Wd^jK66^H@fN$1;SN`YrR<^j21hwRr2TI0SEHVk~cEXItLN z((qPB{-@r`@~`HtYzMrRk(%Dh_HJTD6}~D?JDwBnuQ*<3f4z;J3x9b2PW;wx$8G#cs0w-pqrV~Gay>MbigcFMs z(d@GGYdZ3S*gHAkW`z(9ugJ7a5H!9I;RxKB37jDUFPdLw29`s!G#r|df7hX5|3_|q z8G>pK&33?{9|o!E&}?rthkgV*;LtE*?$Ef{(V_i*b|9?vq2-yozv1p?=O8pIH!VMu=lTqEW!7}=pU7PYQ)m)TxFv}1{@OL2&9qN~{t2^6|>0s{d zuYmOOH^jC#-}d2Qq%Yqdt|QF^!Nb|*L;cOM&Ewl)Lb1a|h9g)e`D}B9?z9Mw=up3k zbK%*H6bl*SIjjkMTN2V=!;y(1lTvZQq>%nPc8Z2t9GS|pv^v&rAPwJs6U1t&+4-}? zsk1S%VxIjEka8h#Zb*L%+&n?%Gg%dEQNZKYetJLb>tt;K#e(pnM?Am>T0^p*-R0?06=tcCXm$ zV>?9Go28W2I}p~eBO*u^J1E+39$}fIBhacNWFarbPHf6H&BT?>1!=){<* zVniJ9vCH7E=RqVf6eY z)-ivc>pDONHd=tCwz16xY||eb{R_;eV}|Ph`Evbj?$y6Mpnt`7f6X@EpGrrvI3GxBgRE2e-RQ|M`Ia3%Fm)a&OmvsnUNt zp#Ki`kFqNL&jZ>_Ttt~HTfb`%=ArjpM*iH}$(PiNx9D2sp>MGl*L`*0Wt7Ee@^1Z0 zT=~~Te)LmTWSvh4%%W_fiA}dorJUq+>X6((J(EXMzvMAA zIQblnN&ZEXl7G{*Niw z_Q8%WfE`^3JGuyVbTRB`KkVod*wLl+vLjKTg`O3r9gQ;`t((2?@v>{nZo03=4*~x3@=A>8>%xq<|bkW_4i{2t#^cK%bSFUL*rfTUX zQ?9nu#PDjY>2IjAPb+(4|c~ z!1s!#grB4*E}`<=vfIh;o`a?ZDg7JwoM~vg{PVA%VZ0S{4Nl>D*0OYGG}XPoJLY~2 zk8iqfcj;(@{FmYBK(}_l{oR#^KG@-#S4SyMc8BO0X5bQ?8*dyS;u@7J2l+X-F`|f__COLo5Bl!Yu3cd()dkHrMU#33ES8zk{RkY== z)41dtG&T7Tnw@-$79`)Mtw&c5rzwgm?$@gWbDyKH4NiLukp7l@|Q|Ap*oi~{3 z40txU9u%shW4Jnrh5#S4!nzxzZH3Hikdd$xafke4iY7ln$K+G^&1Wdc=NzQC^^9IW z_mP0-Xn2OkJcITDDyzZ4(9IWnsS(pwC1o&B<6zK<%cylnj;=8y<0{GDQK`mp+xDWFU{;L3QM5}Z{K-A+2ZH}iVzcV$?N)Dd63k^BYS!C$Fu@^?iyJxv_C z=UC51)4DH)b!Xt(*OLDEmy-JybR1oVd(I`4jSPQ;ox6-_2nQ}BQCvy4v4eYwXKbLy z>T1a2fy=mzA~@8L#fBeKor}4~K6f#Fe}B-`h{cFIU5z!`OXFFpiAE2&GV$Nv6Z721 zF1+s&>fs*j>fIm$^9Fkv9z*p+8sM!zE_`>j^L{d1gYn(9Ee#M!-c9YL29@|fbbV?c zUJZ{t*l7n5K-uC7hB^tw8SeRs;sv#AEmZTa} zX{re=Ol8vgl$TCS`RL@7pLV4Jv_BQ3OH(1b0{pe9EV?BXrQ1_6dN>uQS5sn*MhO|z zm*Qrhcn&S3&jzc|{(utnUu9n=1UX%9mn(0KS56|(u!>oBu z@SG^>O7ATqk%l)BGQD~ObkRNTLOukz=rYRekaU&u9{vwF{=)_2!$)59AKayUh+z#B zPUHgxD3<(}& z@Du{E*4wn9Os&1=WX~4TG@W{Swt7xMj0t$QS<_9_0lv-_#%s1~G+;YY>M9P+6c+HD zdgKem;%yOqtqX&m)2s_!Nmx4&>P>Uq7z?`wCj4zK)0x|TmFPaMquFh^Li;)w=^$%S zS;A$ulvwV`z`nw^_(Q!>C4M*ISA`$zK|GG%^Z31v-@EvIir=^R{fgfqT#M+2@7Ixr zp{~{pzqa^w!LJW~L+~4gUon1D@SBa_Li|?Zw*kN7@!N*qPW;ZpZ$EyO_}zqG6@K^Q z_c(sfV-3%?DV16~(9=PigPs8z1>Fwn2i*Y*W7f_DCD5HyD(N@SU7+8Ao(1|D=-Hs} zft~~U2Iy|k7eLPieFAh3=mVhVf!+anKIqM$dqJ-T-3NLJ=mntXgI)-_3-lt;Q$a5V zJppt-=+U5;fUW|)6m${jWuS9FF9)3pdIjis&?`YlgI)zX6tohwFX+{vT|ut_Z3lWS zXmil(K%=17gZe>l05w2woPzpwkL&pO-<~a+R{5_VSjX~f+Z-RGZZOA5_d`YSa@bEnF+CaJkvI5kg8rsiv{QWaXq)B>$% zYN0kTwMZM0TC5eOmT0A^rP_?tGHrfpxwb5|LR*_!sclNF(zc|I(zd5oYr9ixv1l^rF zQE!;qqI*+Y^jzAH#djnhqb?5v(XRLDMJ^24R_Nqk;?l7LC@({TTD0N zY}QXH63$W7$#M?LLDKy=g*urtIcVS9MU~W;?MCnLO>`JBo?tJh+cN)vOK1JZndpOe zN*-_pZO!u0N9qj3J$xT3wS(HH&P1%+N!?PrXk6+n*>?c~*&-F0Jr?Y9x8p5R294t7 zagpIU!}4+(2;A(?e}^k{hbw%CD{_Y`>kd~o%U!HK5xu6lQRJ6tKyIJsO2R}?8j|I!t8HKnL_8fY_$k00xDH^KpY?D6QF9={)4ROD$! z#D4v;Z{_NRUFKJ;uc%noW%=S2E7z>4m^ZJ>s`AxqDpq$HCw2@UKA!W#SFTvIwtU6f zHJ#@zD_^tbslV^K4+1*tD>Ag_4DESCd%@6NG_;ot?PWuI#n4_gwAT#nbwhi@(B3q( ze;C?ZhW56hy<=$qG_-dO?L9+#-_SlVv=0sKBSZVx&^|G=PYvxeL;Kv&zA&^e4ecvK z``XaHF|=y%aCqw($(0(zrUk&XyL;Ky({xGyZ4ec*O`p}P&;W9SVGJ;TrqLvLv4jSRi9p*Jz~Ohfk?y3f%4h8{5VprMBhJ#6R^ zL(ekwY(tM4dd$${hMq9=q@kw_y{Vx$GxX+$-onsx485hHw=(qBhTg`|+ZuX1LvL^B zxrW}s&^sD>CqwUS=v@rGtD$!@^zMeZM$cqnCu+%w?h*PibfUY&n_$| z0_fs#L=Z$4db9SJtloz7~(w6#iaMJL+(&3}oNi8+X7(P0G_}F}| zvR3RoD2yFy&CV;#o5*u)!x+>O2htY6z?2pgP2$qqK?sylfReEb+p}67kv}pIrDA+8 z_!0Sq`J?g#m<}k%h+=l6BdTLW@uXpeTudiqo?j^HxHC%^O&Z6}>VmxUC!0#_3Ss$E z#}^h1FW|zvK}7!4()9t`U1wN;!+N_A7B^oI_?h)1>qlQT4myFCC z&WksgUBz|)5zA@_yNWA!C~_$*9?okmkEe@9u``B2L{Z+j{E6dD5yK(AD1Qn&HUj4r zO)BJ)@}Yy`VPo=znZVnO;_>+n0UV%p1vTa}MJq_HuS5b9)AMF7!CLprmw?sONdeVRCT+_pkX-+T`Lw6jGRc z1+JSi+GG}JU9g&mCwb^ir5# zimRC_R-t?&3PuT6J&GNIxryMr8eECw*05v4kS$m4T6Row>wu9T8=KD!Wj(VzcGToI zpr$6~k1H5njJjjF9*taCgw12jF{t?w#r(o!Ar|or%?UfO5&k!d@85)!2vx_Su7>4_ zYTOJds3+km$K$|gG)(Nm6S#OYuM=@?{sgxBBqoK!KbcA9sVztq@zhpaG;#QB;gY8S z2$($4PHltif}-JEVW%RE%I4|QkRD$+iTmd1xO^PqEoaWa0eA{OX*-jPD9xk!4p`o> zf>KNHnaGB*BGa8v#8i>o#eJ0r*RxQAEE8KVXTz{~R`#xQa1zVV-m@Dg@oeo~=b{== zB74Uk)Kjr?&3QNh0PGXa$BvTxarTbA09*+57qW;}VkXeE@TLS9@d?EiJ|F*OUl=mcUe}xVquqwYgaE`u@I5n z7&vd);uVY6B7D2rwMXc24_`SSXZs2luc#eBML%dn@>#Fgt-&#M@@m@%nZ z`@k#@bR^QVLOl*dOhPsdb5^ceyBK|DwA77rWOoQ$W{%Po0`JXHyFu8|#M*%_5NGY~ z57>+x-t|Gsms73VgFOv$SeJ(Rk>R_KI2M|GBInA+k=ge3u$O=JL3$g&D zaZZ=qp%n`&R^)a87aYhH-F)SO=1Ui^nBTlxKa|s*)5Ymn_io}?F0S)4DRUvE-I671 zS65VES7e|=t@A4!bL!p)#~S67&t0>2b@@C2x14FVLC)OrHB2B9D_1TWcEE zV%ITi#j$zfq>P+-Dvn-Tv6|IGM$UqAaZ$sZ1&dddFI#qu*t_^>4jRXo ztt@93d2$x4Wax3;N|c-zuR+ejm1`Lacg|u~kBxE`FPFJsAIrf5!me-3XvOLU`(yUx_ynz^Fhjhr`9Ov9zHHcCW&@gBH;?--{aosn_S-)~IGtWjyECXV0N*OsD z7Kv0~U|KH&9ugRs*2TcS%z;Y(0=#cvwax|hLHyEg&W7$~|DNM;P={RpI7Iqgt3S5AAr-N?7c@$GcJoyoTY__ib8cIMkbd^?zL z2l8zTzTM2XL-@8ow(guk>{NHoKtToz(n63;oA|LdZ8+)Bfs;<1KwLSDapj0Ki(alA z7T;Vs>|9q4yU>+0i*H+F>(1#QM0OG+SCB4(v=L;JAhQH%&4??fCAOZNg%!ew*MK(B z9@8GzsOP^kDO0U2D(2qTK%@P13Hmg9uu$nzx{Nfs9Gp&9fWK1VuL57G@K=MsM&Yjo zf1Sc#5B>&)zY+XR3V$>BTNM6Q@V6=a?cfh6{6X+l3V#RqI~D#e@OLZxJ>c(E`1`=$ zuka6me^B8c0{^hWKLY+yg?|kE;|l)-_$L+qDezA#{4?O6Rru$?Kd{vY7qQuw#QzoYQ~1pltWzX$$(h5rEjhYJ4@_>UF-6Y!rZ z{Ab`lSNJc$f2r_af&W_JzXAWP!hZ+;dxif2{ErI%6ZoGM{ul7SD*SKYe^>ZF!2hZ6 ze}Vs(!v78akj-PVIHqX|uY-3fyc@hn;TwR@PQe1Gr*6n-H1 zK?*+@{1Am73O-Nahk+li@FT$IEBr|CqZEEL_yUC=1AeT+7lI$B@I~N@6@EPU2?}2V zexkycf}f=Dlfh3>_^IH_6n+}`=?Xss{7i+P1%9@|&jDYq@N>b>Q~3GdD-?bK_=O6; z2>fD&Ujlxq!Y>2AT;W%M|9`Z-2Yi*q@;^Mg`?QlB;P9kK32>-^5IO<^VgPBmWfAvsxK~8nE8$)haj%AZO~idV z+-F4GYvEoOaj%E_%!qpf+#4hAv*12E;ywrNb0hBa;66X%-URmr5%+~~Uleg)4EH4w z_oZ-ej<_#_drQQ<74FL;?knKFGUC1p?yDp2ZE#-`abFAf_K5pBxUY}6Z-BcZ;{F%h zH%8n$;Jzv1-U;{35%(={-x_h>2KVg|_b#~ah`8^Bdw0aW2kyNQ_ddAqin#v`_x_0c zZn*D>xbKDgzKEOa^FYMS^?iTJ&GR4eK*Y`Ee=y?a@;?-DbNL^RxVik8sbMaK$*p)y zJdPueCvc+ii9U-Y^(@3p?jbQwxpMS4!&RflnXWN$vrx*LCYduc!6;ZVv1@ZUg8I+=kE_x{aVWa+A=LZe!?;-6qhR zxJ{uqb(=wN<~E1k+-(89g_{dK*KG;CrP~U6D>n~%p4%FFYd0TyzS{h{_X(i1Kfeo z2fBlx4{}d{eu6s~`e1hm^dat0=tJFM(1*Fhp$~UQKp)|bgg(+81$~q|8v1DWMCd2F zCqX~S9Rq!gI~Mv__hjfNyW^mbbH_s;?@oX|!JPaL7(TI2K_X*40@S6ANqW^9D2FC0Qv%VA@qgrBIt|U#n2bKOQ0`tmqK6a zE`z?zT@HP@y8`+OcO~?d?kec3+|{FT6J@o#hK)7u>1>?tp25Z$?pik1y6f0j=dNdC zy?Z7bXSy5M*x+ttW21W(8)vy^vvIb24jbpV=dy9GdmbC-x#zQSzPpKyP3{G3T;N{F z#)a-hY+U4C%*Ms;C2U;cUdqO$?q)VNyO*(XnY)FJE$&t}wz`+Iak+a18&|kjj=qDg z(g*V5NpyED_rr`pJjDws@pR?G^*^1pCvIs<#Oi-MTp#3bx>Pw_7lmn5MEBTqFTX@_ zUyLTv0f+8S!`+hy*zq81583oE``p8hN7AShJ!;cqX;g#map-Y2pK$0&hn`~V(`ob! zJOEKX&L7hd$-Je8xbZv-X8UUpn-aO<&veO&Xw)&Gz)IP2aKky-h!)K~xK# zN7IinEDL_N>6bKoj8*&m%HF@R_B%uW;n1I4zQ0)en~QTWjV5860-A7ybcBMZFdShz z!g7S|2*(jIN2EC-9VHcUN7S%I%`_Ux`2Qnn#b~5Ru&p-R+?dD^nYPGcM>a|$>eRw13kvntXyJ_FGHe^W-WK!%Y}&LNgDtGNW!QqQ zIjy8@et8HgsOgaE7Wyaho;ISnC8ZF?;GN`obFsVB0UHH4h{s7-m4J>qAW@1P#QxZ0 z9a6k_H1@fW89ubPdj7M`Z+FPtDMho#6qS|mX1Kp2Zty0Upf1&Bx5`F&*q%{>G)}vu zXm-g`&JB*YG9o+l3^=`*=@SDXr!3%oMQjhZjDU>xHt~7aUY6kO&8KeV4Ssvd+&S1s zMBEcvR+~|eu7{#O)Q1xkAhs%*it}mcIG3&sDp#%$LAn1V!9hCvr8rp2tQ;TvpmWPW z-WLA^3nR%y77BfmMp{!1kPkbiQ?ZGOwj!uQ_4tO(EyF(ch%iDAU0R&{}WPhT**s0_p@E1u64s%fv_5Y(#L!XYNd8a=Og z3i`DGA=~{o_$n!3r+7y3Vm_9^4r|N4t-$W&6r7cdzTjmDSy+T4ZVmu%t6Nq)2geD8 z#q*~W%`2W?SX4T-@U#UuIzT=LRbRv-@q$)|G6OJxDKo$Z?73xA`8Wn{oERWCICs#w zF>xYRj5F){oNJs>>H3>LrL1Hg*nc68l}e_gSN;!m8Rc)SP;PfY6v-JPqtE zKBs6_@rh+i`tTu-pu7JO$*LQVV>4`_NB z;-WL4xeUT+$cG}~fpoPe&f!4XmWdRnS;WE}sbgn<{6v6g6cC(}_$0qhlVnM0m6T_f%r8gOzT)^emC(#MHa=03R!2hO7cP*CY|>WHq_9kp%9zh7 z9U@xre=8W~KGm_4QTD=m2MMki=7)V=f zF(@uhAc)yCsV-V?J@<->!D2`pJH+T$!_cO&Hw=47>2mPwMm{- zS~3MfElF=6^m^%xqJ_oD&Pm2MwPbop`TS(jG$fNODM!uL8#J4x7G?)A<`Cl!sQFfuXB4o`UV3QbC7ch@0D%FgJ2diq3$XvAYF=C{k9$>f0$vl{OBnUDG z`pqsbLXLF?Sq=nAC4FY@ML=$wRad_OBadUd9$o2V*2b|mo@Ux&LR?G~kS}ds9SRIC z-t;(*E&Oxh*o&MQ$Kfbg*qyBHW^E6%pHsQf{4Ynr;YcAUzq%ZRE42Z$=T3%<2~VW- z>Ld=HrP)>C=#H3IWkrVEaJaw_rsgfc_=Sl~YP9gqoBcVcp11fu(TSArg$YNP&Y+H? zF)Gbx*_2{$?mNFwk4hNCu%!0Zf)-k(&Ss@WVUPf3hE~zMd1zfIb~I03gY6N`L3B_< zL7eiro)6YkEf0kQM78WDq+>sS1(&Wzr$W7;)2qVj2oz)wQx=ayMW#RADx}}+;yI8J zsq%ZW!`;eN7Hixi)waR%N5!M}V3md`2Upqb z;?n8mSUN%M5uMs%{@WYKxzG2-Y6WYkNJp;HL+S(Q$f3r3y`vMGTs*y`l;tRal~%*LScHvO6B~e-QNotSlS*x3 z9;r=C47G{556n!Q*kA??eGXimU}9hf|Ndyes9uUo=)3mEB zL@)yfK8&F4ev;$VUQ&a1k>Q$od&nBQ3)kgc)3Z6Qxu0TqzbK8}`g)m8Nng&#(-kpl zfF~3hLT^NEC>f?2!}ZPiRIXE9fJ@O;vwa7pr;zElim55G)GS26v{^)pHG(Cy)JIT` zTXTxDo!@#7#kb-P;(n@u+|_hz?ZHicD7Q8=1mbK7+8)Z-N13UV^nH0edgM?`WH(Qz z#`pGsk(O!tvu!!j)x@C{ut|_{C9U#va68;gO$VbEt)bKX z?Bf9uU9@(b+3Ts!p{1xe_=(PZY!~6meJsyySc!uAULp0vI|BVFK?9JO`S0TA-`Pct&{*}ALm6rNqmi)_ zBRCvdPiKOvaoRu|eH;V)Dok&kw;Q)tTkodEsY>u#$XK+#lhG%~MF^V?RA&JdQ97MX z=Kxup&ZYA_q>wuBUJiL{7d7FGxlQ*`vn`a1%bLv}p?YlGi-v(W3#hs3=%Ra}`GUGF z_IWUm;ynialo#Nxr7gJgo^vhrWau2czCz6#bVQ6T)GTc9Ez!KaU~cTK!p5%e!#|AP z90cY)O2>0A-$kv*8I$gy*68g+!f2dIo*2HcypK$Dms z!WoD*eLmtSK((h$;2r`k{c7-$nYzop1uPfny1bAs^6N7A0CtmIl>Z2KxHh`OWwpM8 z^8G3Rk=ugEsl0nlcrnhzmY@okBLB<4!{j;)P*sMBt0-kR$h$LH+Xc|RQuh%Q6((eS$B z{gJL{d)@N)(=qVvzMFdFL%5(PYsVs5FR(K(mnNv8NHf<@yr4(fv=$j(hjC#&`rnyg z5*w%$ns^7a(JpA8z0g7jp?wZR3mpxzP5?nC(}lWl%<*c$m&u9kcKmIo%QT6n;MtC? zn#5S*`Nf> z@Ytd~_fQ{hP$LS^6aY=C05pjLNC4zk0mzL2{QVvPCRPEM7zH>00JM@7FuHE1 zh3uNz#R|z}W|*b;oV>md(hGLBKBRhgZ>R+s9N%Sm)@17G2=y?dGy&%q^ z7sWL=kiMN>5s%QT5H5OMJV$Sc*Xd31KD{MAqqoHm^p5z0-jz6nmoB|8>(K`?mp+so z=p%UyeJuOaCvp&dDu>WlvW&i#<@BxGO5e#VAco6q15c(P&B@3=9y7u|#BAP%APcys zcs44K6Lmia+mTlV{2R9G^`uV8%Rx1s)R}S%Xvd>X9Q3=ey6Z`wON%;<1GqsSK8kT>nU8Ldb&WziT^aS&@kUCdmDZ>8FGtw)(SBS4(|A-C_R zkr={8b+_x{r7ar0n@-f0lXlaXx;6&7u?Og6{O_i5b@7N5G)%m-4Wr`tx^|o0G@-6t z*Vs)HVVJw=6d2ZSI<+-JMwT6YFy|zZ1xbl)%7El?mZ(G7q8=`u*Qb^uhdPJ`R3IAC z36LrtEs``28J{GYU^lfXm7*b+i{?Qy;=-VV@S2Nlx1po(sIvf_h3EKe!{(N*rv<#j zrN^-ayv>D<$D!Ek!W5zrjX`(Xhe0HUE)}fL`f6NgM!TpGbA8AVW-BZKpc-J_-d+UE85uPC&H% zNKDe*l?8sL4eNj0hV?|Ojs-w=3_F3v}4OTR&q6s+F*)=h4zfMP@tiAIb;^Vh7xNST1^SZ z+@NE5c#=eYbfOHi*as$qqq9#P-$IiDpG4r}1U?k_1VKpDi;lfJ&~F)Q%ekgjFgaJ+ zYE=*;$w8}GTcf?WlXzhTwA!7FYYgk$RE`4AQO7Qb4!u?9iy zeTy0RcqG?-K?k+>v!D)m7V#%c2If(cE%pJ=B7W5-xV~q42$`dqItp9-5G$~B3oN>R z5ULLNK0SS4alp6y?MLU@)G&CYMqBK6eM>i(+NU6}5bC!eNMf~TL7-<@iya}5?F`Rl z1m4K7=d(JnfGv4GRBx?`78GavzK`M8y430L=0Xr;9?;d#xp5nM^YNnOs!xn? zuEGLi1jkASK@S+<;W~%xgBVD38(Y1!IBTZPMBu|kV@j+yX#~2T@7!H_yptwlEP$G$x zq47`0N^o%xpkP7DSa5nwXSD}Yz=oHF4TzEE0mis6_<1SA50+%;lh9cx&~6U~VT?6_ zgz)pWhuE^3bnYZq)<*LH2ja(AlYT{bMTCzAWE>3PW#}x#_kJeO>mMUJo3(RTJD0Wd zSUaD!P0YqGVC_QI^bmb9+b-eIOBIi`Y};(AgDG^EvDX$;fwA$AU0X3kGq4_+TWW6} zv{xNG_=X;$E4%0q(@b5FBP(b$ZDt!cOBlIlb8=XXE!SNiZ z`wEkR>9dj*=jC$Nu3+s-)~@0}{F>>EUd^T3#@aQkUCY{b)~;jide&}Wts+f6r~Vbg z9OXuK?qKaEMz@o-o7HO2pEZs27F*qFtJ~7V59(izx}D8ktlivh7~Rj#yV-UR+wNuCeQZ0xw)@%k0NWm9+e2)7n3I2mosTk>$5?xu1D@bw zf)-tLj-F(&r&xQMwP#p+mSLY`+w*LDfwdP|`wydgi346{?G;D8${BvmRTgFKbPRF~;TX~}@G7j~7^Y)bj$u27;}|i= zNOO#I$A~*d4acbI7_}TD;TW|Y!*z@d$H;VyEXT-pjH4W*j$_nyjCzhy-!XC=qk&^I zbc{xhk#vm4j?u(1nmR@^$7t>tEgU1)Fxb%(aSN8bBqGV=FDjxoeBhC0SD#~AJyBOGI-V~lc)(T;JVW1Qp|V;p0wW1Q?5 z;~ZnWV@z<2iH>oKW1Q+3g?RDTF^U{xvSUoa!?})8>=@G=W4dF^aEubP24kkKVNAvk zng{>K&!Wd`asrOFpN+5nxG+RH`a>Ntb z8o?PZ%bfwL24h+@Bot{!D&=$i6K;p?qi2=i$TeMCS=5T;9u4$4Z(lxwxBXmcI?rK@#ZyPj^@!y= z2kZ0b#C*sA^$E^saVU$Nw;ZG;K92YZ&SCEX#LMT*i=6eQ2TqOBza(%>wWO_P4U9%9 zkTWp_r}j9!hRkf0JbTaf)PzLb@zEAu$Cvr2(!^O5RC0~gnK^TG`P_M^Oq}@pjqmtr zMTKbicFRF0oNxl4iYo|K!HrY*l7+GU%o-uRgPzX0y z&3=1EA|G)YZlnKOJOAWhXH1!`&@DNs}ENP(JMXia_j zO`>7Fr%na!J((`aBCNuyzD6fC6G} zSbj^kW|Z{7n>pw+C5R|zvsQwbayGOyAS??cOf0Y|-P|4RJD+7q_)gCe8bbTR&PNRE zz+py9P4FW|NBWVh!gWMQ%2e%N1J1E)#goz>nOwiyKRlDkC zP*A}aso@h0GiLz-$BWRd)&aj!rRO1@JTgMw*VIIhr>5{i3{ zKsqShb87iiFb_OYHX4%J$QtS)t_7%zf>OCW-eYKF32RRd3hn+MU!Zb%QcyK^hR$YH z-y=!sC#xCBJVAZ=l6*NXUt#S9`J!#ijT`ff)8g_!^2NCPQhsF{WpQJ^{3|YBm9NF+ z9}M_AG!<7h;`q*KR@^8z7R2R`@~1#>A46PZkcg{>s!?2J0#Y5N>cmx2HIAzcj@_JX zEmUq?wPdXoYk91-W-Xt!HmYr0wPUS4YaLkY2u*&?`TLD?^9|d6W!nd^sZOeMT#Z#u zT=hV%)zPeVV{L>Q9#?q&I<5w&fpK*LXJ{yF@=f_hT)xiQ+pN9A+Pkd1$J+a>y#)=Q z^>E@w4pZT0PVE<_!bmkLu1@A8$EZ<|SO2eVcmjZJam0^>sTNB=cL%ooD948d$7FBzhjMsHQ1 zv-?imsemK(h9Sl=ea!$f;!5uqVld#>3t{lvg?Oo~%4GzMdteIS&%rZ*7@vyJ@eO_g zkPSQl2;BPlKX&Q?&ETj1;Hxk2pcwvRYzRknqP3X%E(x3b;2)5)xHv!e2Uy&9;K%;7 zO+WRA;NYP@q&*ef*76?t13G@Vm)en9Grp0f`> z>c=KO>4#$CAwLfHp7R4ze$0c{!u;XTdA9{eyLdtm-jg6TgjJXiNDxXsEIJ-Pu_ zzru$s^Mx3o#$7LjdhhSSmtWrlkbZj)84F+D1C00X9$Wn6O#S8_3gW-Ghv@v?9dRd`*QSASIl_5J?bbrdGi}_D(5jbEJ{xq%yi-cE484ZVy z;S4A)ALMP2@We2r3}h(+CpHc=kt&Oery&?uzC3|)8!H{p#z^2D#EBswu%~I{eg>_{ zMN?)in8$og%hK0xIUdvbNG1D)@2g868&F(68n+xvFw|oK-)aJ?$ZR>GFVER4-8b=L zv40MSAA-=kD~W>VS4W+&AB2~0`27g~=2k!N26L4g2|>z-q}YQR%V*_tICXg*U!f(Q zXJR9fc#5e_%s{n?NhnOg6HS+*V)qolRg^x(#F-a1=p>T4Ahq`pKvKP$d zP`5(80tHH|T&Uqme3^Mw>|%WAF5AkabXd2LY3_t~4eebw+sLF^DTvw{BA%C+yPGl~ zqQ=3Q+7EJ-J0(ZV)=pEgy^fBlk<`;xos5U1E(n`rT#ZlcX=M0(7v%sWVl~j9@oXba zqq5+uF*izKYkXL2W(pf5x_oR+eNg1Id1ZXLsgPDWq_&?GD~#Ma1=6N+D&!a)66C-MBlk#w99uc^ajB5rI>hy}pGf7uZwjVg<=6vK zA%iN%PGx*>3T9~K*uyJFNo99rDvF0Tti92dqr}1zo>Uq2*vfGD-nmc4ah2gFREA3r z;ZCUxS6CS?9>Nt>3s=K~lW2PARGK-7Ya!UmENUPwADjY-w?as~tpf90M;##xkFWL7 z(R3-!N-x9pnQI{!dmSz(JcMsoJq6*Q7jSjv6PO$x0O3MBvK|c< zNg5)W(=gGJM&P~9k)nV`i9Qel8B1dzbUIc{#sf>mG+r#F33$(OqF6cm+Pb zaV@UDR#36n0jb0LXa?TvE5Vz5v&3sON4x_m#1Cn%_=HY_s8X3YNb@18us~+hBAG*r zWfNK=o6|DcotDdEX@xwFR!Mw4QjVw7>oPN8*jF|C)&=uEkSHp(;UYu?xo76n-pG4#&;`kQ7!0J)sk*k9qA5y+wxA;i*~Etv{wzL zeQFrprAE+xHJ&Ey)>o1F=;PN4O;_Z@UZb%Dn(!jh8#CY5q^G( zu=y#%7Nm$BDL=&%kt;@3GcO0M6(2FC93+@Z%^Pr@Ldl-Sp!1AQHR;6&Q>_`MT9Y?f zfYIgcE%4c|ZQZg7fu4T6GVBLX9E9b5|Z#%AvZ-U~qT zB0~Oyu$M3rzZ?>v9vP~xg3gJAnaT|_mFs7UL+c}Z3faSsjh8*+ZwR!4pz1%!)3hBx z0XswTX^93-!dxGN%djQ(I@?kGbJ`K2+QgHHP zxN+nye}^A8Ta*n|OA51Djiaq^a#_3i_C7FC4t28co(z-Avl!}hsB@q$g^JQ=8{Geb zx(n+5yu?awjj>oJ&DcvbcjhU)`?r^7?aagTfkDV@9fC&&1CLSxo7uuGDwpF2RO=vqKw5{`PDzVVd7;>s=tp_VH{<^D+*v%R}3hL1C`Wq-#Ro?V;`Z&{mO2 zH)>3Xe^cmtb7;FYwB7F6R01`li*$Zaq&qYMl~~}Hd6hOTT=h*cP2BM4jsE;PZf?9K zF2wDOE9hNuJ-sh>(g$J>eI)LokMUUSr{Y=qT)aYGinr-2@hN>HzM*f$Z}dHet{-ue z<0stY_yxn)Z?Y-&A(R{=3^_?ya+>T-2A(iw5#F(MY~4lJaxWME)q6$-hMl>$i|%Tk=&6>AUTVE4P@6;_wN)Iit`q&$PBBp3 zAqJ^?#9;NX7^*9+=DKBsi~jKbrE)_lz9G0!(%tHhvdcenFYqsG}L2BWe3 zarS^u8kpBp3nsKdqQwQJO0epbc( z3wR5Lq5wu^r0jv;KQR@?2Gt=I7ZU_hqdm8p4*Q}=*qLx|hPoc=38-&;IIM+?T2OtV zMnV-r&4pS4bv6{}rPbxxW+v_CIiu>4XW$K1Zr+VDX|J9}Vil9k9f4OddGNifaV*j>dkgIG+5L{Wkij=4r3D@{B}g0JTJ8k2BQifuA=K)_!LMe%_>4 z`>hT9W~Ab-3;ga*`CSygHp^q5~8jP*vipNP1h zg8Lb+lGHsD5V|ty*RYgK+20X*qaVryU8XamTgQ4`!#?}^bElp= zr{lhmKe@#FQ|Nr+L`oMY<4V#=ka8bG^|1QM5#z);cq?c#4iUDANn(eXEN+A3({4xv zJt(G&XT%KgikKzdheXsDVy^f}%oBf!`FP&8T-Fu~WR6%Un~O!Vy;v-d5liIpVyPS| zmdTUFa#*U>Hy?j`lDW4M?FgR?K zABwZ&SK?gxhd5uw#0Baoagk~+E>WGtX4PA4Q6t6Wsz_X^=8LP<3b9R{DYmQ4;(Apf zDipqAjRD{$^{lvAy(Df?uZ!E%=VF)oQQWD17rWI#vDc_2?lKyQ{YE=+k8zB+*XS$m zGX{$T#!2FSV~TjtI88iktP+nJ=ZnXUE5(z>P2y=|zj)SoL_B9aD_#mG;|UyP@?_iw z`+6;yjKjvO5uyEfH3D$>@oL1xWE`jB-T-9QzyQP(%-xL}t(w>;+s-yuP3&r~$xhFX z!IHj4Zy8}Q$~LpXwcq;wvr%*a5cFaf0ks3lOp0zXekBMKJ<3HR)@ zpU8v#7~eiH1&204Vp_z_6Y>a-|HUrW0@o!_*ZJw}hW!!W{yFTw5q3R2w>%2=mQY=x zkRLhD_n!&-Ca7!Rj(L8dJE?Y1z4Fi_?#i}f+3BFuUpv`Zlybtgg1d<9muDv8e(!|m zvJ?o%c%ZU#U1jIE%FZQ~oqtzy;>6$16f(?BjGad4%oG-TI1!ID_K5o)Y_I7v7&9?E z%&g^dx%4);Z|~@fFV6ZCS%PGJ#_4Gp)*s|;qZD9j~w=B81YDQf;ajejWb0P zokeiluFObzD-cu^%{W?%NVJw5?ekQ$JRJ>NaK{GGDhO@gAHJyu>S&->=Y-ov5^m2P9eoc@z#F{_kihXNns!dnlwnfoO$cB#WxE83gD$6;Yc95= zjt-bBeT>a0!gf#&Zbs*dH>e}Fg^m_);@iJ(;gh>>?oD&EloK> z+Okl_YfRR&!*&S|r=4^|FJyKz3A@%T8*C?5dd` z?rY<;poV6C*cVs31Lg-?6OZ}9#%vJaur<}pk8R8l!GK_E1{-%}eBU0nbg)K<35BdN zrdi{bYFVRkc-B}OtkDE(1T&a2)(SYI0y`nhU1=fIM@X05-}xr?G1y&I;o5N}Kiudg zadgU03`*In#;wkcp%;S1P?!VbLo$RFnodX70*h+~)!ujWnF8k8@+_#UpmwIxlTX3@ zCEQGZhVRK-jG5YA(JkbGY=^g=2cvUYiCECCGl^MT0Lu(5ursgo<2}G#O~w%~EfsG~ z3RWD$y{v~HQyd!!InK8;fVXwd$xjW?=x){5Pv&*MM_Y-8UO2M+d+66V@DtwlI^$^) z`tct77G1Qqo*yUJG4veoc`}O_#36$@Nmxiv`b7ue>JxzIJPi#BGn}Co1>jdRMj-*- zJ51W!ujlME3X>*pLBO8<0=$`mnWq@(l~#D0^m_r(E`*?;8R8@lf-VWOe@pQ)IPx&#gndfNPKDa;_p3wM zA8y(eph5Pa9Bl06Vwbz4>`h1GP^>FMQ$*eA!QQlLN%@a*!A%PY@@|!D1?A ziu2@f%oImr7C1_5k|&8P!8Fr=x2Q5}^wTcLvdo6HtH_ExOfqQ|~Gdy(!E#mpl0t^*&G;%F`-kI&~gBDw^4p#~Py zB6gnV&^j+fca<4z2b1Zn`NTbWcH(HSW5I8x-<|D5C(n=jR+rFoWavq^hn~}dZmF@) zPNhVjvz?Oq0Q!(s}(=O7v&e@#>2Wt^dMuLSgYn1^HvqIab1 z3nO-(%F+Xo+<{?wq`jJPF7{nwDZ7^YDWpo-B1nNtN#ne5u`y+4AUV<*P>;C@fhEUp2yq}JgK?|U3G zlDwKSB;HEGQlzE4o?6Rmsg2wYHg_EzBX1Bb<&B~hWRgA#`ccR=SisYSQ zj@*OA@jfhc|1B=UqW4O9kEoCb#O?Bav0pwQ9+3}<=j21;4J?K~l8=b*$efDJ>j(u52WM6i`zMK^M zlK1%Rs~qM#s2R8e#q2D!gB1k!!=2(KByl>_UZ_{0 zzCxIc;N}xE&MUJsHnAxarf~}FWz2az)^xgNS>BAyvwN(}vwO2W&%Q?YO3&_bEo~QP z_|5%vZtlYHyNr_uq;F2G6lUEX^3t=L~YMzQD%- z>qTL{I)(^D+t71FfFM&`!ezuHlu-m6$Sbd&_|nNp?}QMCzthHa>YwuTHfPy$Ov*Eu zygG@ZAT^C2BL>p)8}nf}%nQUPqkn_L9Ha(lmMw7#*;?W4UL~okQgn&2)DqF0;cG;P#j<`_O6<4TwVh7GtcB=;BK9v-YtH$C*)kM6l znu72`R(<6|>Udl#?tk@Q)#f1Q=qaT8f<}K?mWwH{@ zDmC*}49u}SxuEwMVz38+Xw7t2e40JG1<^8jiG-OJr=dGGmSLNDK4ocOoklAUnER~9 zv9#}$0ELdWHOS^&mC(^{4;|@c9F0WUMwp*ODv7)RS*Eyx^S{DJC$37BdRq#-vk&gK zt;2NaYcYW!$kAk|k?7E)(4ohmLyty>J`o-IBUI`c$y=2Ov`C!sS>MrWRi z&OA-5R5Qc|Rf7HRnb_-|jm|s=op~NQ^J(GRhaEE{t?gZ$k$|Jk~Y7lnreD zh7N50h7N50h7N4rhK|ekx%>{A>vz!H!*x*SupKl59W)UxQ4-!7pl><5J*l?FgP4mBL=B`6#?(tA)-pfDWk_u>A4i4_AR zzX;FP;t^yVr?4e{W&!*~dj-W<=~>=kj2@&gj{_ z4yf${qoD3+*K)(ZDrjbQqGi}ruSj{e_B=U?x4Xkjm&BmZS9qHQ+PBzmr(V~>psrKc zu8}R_Xvc-o{B_V2_8s8)f(qWCt#Lt6P@i~ZitAIE=@59*o7%G(NAD3L6)YmTMK7)r z!#v-xx{ugtE=8x=j81bII?Wa6G+WSVwo*5BIrUIi(gC%No>JG+tLi%XP~AY^LZ0SN zwL>_N1jtmkh@`p=k_5XTF>og&1a^zzY7f4DyB8g6pO~xe5=+&;#X7ZLY*Ke)l)P8m zpzag5s|Up0>Ot|SdPF?09u;q@$Hd3#aq*pcLj0kgl$Lr%)>hBT9LN)(jX>a#=fySk zE+}`JP#z1mpwr}rohCQzG`V4?!Tm?C)5t+yrx8mI?KI5hj@)a)nK5L8Sy}YIYST^HrNUx(@4s#e(1r(Ojco-2cVnN*pH5KYfsA4G0pJ^s=HbG19 z&bFV-OE?KvpEknJYx5Oowcf58mQ#4)&aY>9dhNYJ_aU#Zcy_OUcy_OUcy_N(ROk^z zAKh@vaS}sP?aAAD>&L!@o-caLxj`dy61_rD^14Ai2JM^5lGm+~Tp~IdYlyd&^TXv{ z8HC0$L5J*z&a zH`JH(iTav;P~Xx)^}R^P`D3>FNicg)%?iBC(aqr9!#1lU&z2HSV-|s$GByzlTh(SX z157Y<6XNE?ycQeTn%AOvXkI%XCN`{DNJjJAbuc;XJTwDuXLNX8BIX2j=1-}6zz?$l zPYeK%r|cE~(yaxXk)8$956^;aNY8RWTl{=#CQ`Zf^i$@BLm5Vl8X9TT%BV^CMmn`M z;?&KkK|LUlvf6OzEF*(1HnQm|<0!h(s7Jeu9NKR*q=$?oJ#93hmyH&YS_wx;dN-&Q z*!)_7&94>M{91u6s1;ms_G_ghYQ+LocIaC1w(b&6Bc}Kv$Gj$J6VydoSQmr`*u6J; zxI=e>;@ZIW1YQTngIiF8p~gXBM5D<(l7VtJau@YFM9aKHT4jpg7*O1^fWEN!X>0ms z;#E|?Wu{;hME~|LF0DR!RSCUjLvkL(S?>7U1^=s zoz63Q(q^Lbcat90;U%>(|0hvymQ0syhOU4YN4Rc4p7I#d>HC<;p-wse^6%t zs521M83O7I0(I~`1!FL%Gn7uo(||?BD4J!ArUk|rT4{_wELApyRM`+xWkX06T$lH$ z!qU{-sy0Tcl6FL@qz6=qN2qcF;&UeYLPe=k40mt872U*C@dW#i%EO7e-<$PpX|K2m zWbsfRku0ZzEQKJ;B#>n)$WjEdOa@t|fGouz%M6fZCde|278<3r$|yT5SvH1b*%*># zV@MV}AmEV&7XUo6ER2#R{fK0V2V|)cAxl>jA8S8+2!rrF0dG`n=96P5lOqtvO4LXk zrH93YhvzUf=m?oa-0cMo7J&wfL4)O>!4lA5DQK_^G+2R`9#_*i<8+#0oI$gV4TmlN z!m#`c!}2c-%a6Ac{PMr!mw$S+{P81}zeZ60nvwGJ^jknNYtKM&y>%T%<(i3fzf&Z< zh=(a~TS`ZP&q0CDMS;&lfiFaX&qskbp}-fQz!%X#<5C)BY^GC;D-K)O>0x1~hlQOU z78XxI_=V-~b#O(s%DYqCTp#z!#4T4-Lm0Q>=9#!{JZ{2?+xUJQLOF0aFB&|Crk`0h zwowh^S_~N5sinaeCxUNAv$e?Vf2|NX+YWx5 zN=sifFmA->Vs_x^=$mvpNe@GqPDAXwcsJ@AV)wexVul`=KD=!CH zRrI&udk(jP>bFJEr-$g%v6bVYPsfIihaL}U_~=gta*pQa=^_BTUx@FkrgA66Adgww z*b_-5dPgHDgc}y3M_5}U!T-6ovcgof#hBFgFvYnG3H=)lXunR#yUCXo7AMQ6mdj6- zc!j9B64Mnd9%DbNE=FFWGiu)Gf@_B2R#ks^hPb1P&28cqW77ED;ug5K;R8u~#hpBf zP83{gWv8)iNmqwstThj2nQeCS?dl0<~^H(${a0rIcHv%yf zYdeNviG`)M?}YsT)PH>U7qDYUMZQV3g2K?GuqaihdEx3z*sp}T6Y2>lq+=jCT(%<& zu!NxlZ+t2-c`|^P(=>tG1a5Pv@16p45fm2FI{a3cFJ_9}*^Zt?*T6ji zYp>W_LFJkr&9>1|S$1OXbp#EBL#G$JDrl?@Y_iQ;+F}0&5&CMsTZNZ%{=RZu(a z*LEAlF%Q=<8)%<)+bEOC8|j?p@Jw-+pNl$3aylnD9Z5Qzq5Tzxm!bCCj9Jl8j6*d! zdE+FFIB%OVqzYnVc!kj|Q{3(0HrgO|)^$dUL{=BO!e|u4%B~ViA(jksw3Vz1^~g+-EI3#xmjIN;-IhZHof76DuXpqX=>%1+DyJyfks@qiDC zuA@QaADQAI&kqvSi46ALUm-tA`Mw@NKA$Nb@gX0nLeE6j@Ctc*D$WhS#2JxS>Wnnm zCNJi_1KpJ5#!T^;k7s4dcYc^RIV0tJN)Z1<6r}VzIW$pF1Q*qp+4PF|v&#&$*uaxwh;_;WNZ+A}Sv2q}boBH#oxIEbfnacm`+jvh0i z+@MM|Ox;Q_oqQOTWo8-Me*2?B&Ezy|)9P#G3_Um`j$3({@j>uF=lAEseoOa3J>DzuyYW0E!3XFhciqx%^;x>9SPYa9j=z`|>E!t#Tv}Dys64fsDHE#%uCTopiYM3iBktC)Tx$&JPPLJP)Vo`Sx#0gE1sQ} zU1OhkU1x8>p%smu76E%>3ystjPbcV#r@mD}J5}YPwT4$v!zw^nMQDBxl6gfx*fYz< zbPRG9d0AQ*2bXno^n4AUs{_W{#&t0ho%6Er_Jz1@>bNe(HZpT6Nyq=(s=Jee>kqLH zW8cKS54J3@h4(XNM6cj#=c|}YzD9B5b!-p4L3NC`u|4z-wK3kMF2?)R%lJsNG(Hub zjL*ce#^<8H@ue7Qd?iL2UyHHEH)6c;t(anbhYh>$#UkSeak}xNINSJ1Tx|R-t~7qZ zl=4?xF!&u83jPoe8Gqse!C><8Sc_zIgDqDa8Ax6rY<)d}UhVXVaExW}3_~(`8e$ zrpz~M$pX`rgUt*%%*>Q0nOSn2nJp)oN69H>U0G_@lc$;WoV#D&IU#bu#;?US?l4!0fL^nFG`*<_T(sIar-$4pYm` z;pzf&l)Azkt*$r6s9Vgj>MnDf?ym^;kV%$v>S<}Kzb^Hy`cd7F8bdAoU`xeHkDM9kghP3Asxk9n7Q zpLw_Wgn5tol6k;<+q~a=&wRlA)O^tV(tODL(R|qa#eCF~=3|y=K5oU$C#;0|q*cd! z%BpWZW3@1!wOX0aS?$f|tp1getH1e*HOPF`8g0IAooc>i7ntwagU$Et zVde++N#=+4IP)XB(EQk*Y<_B&n4j76%rEWJ&9Cf@=C}66=6Ckh=8yL6=1=xM^H=*p z^Edk`^H2LF^Dp~di|j8fVgG0u_Cd>Z(k#cxuwqU_EAF(iYB-(o*2r;IZRZ3l(>ck? zawb`IoLN>~XQ7qjtg#w6XIV+-605OunbpL(+G^@-x0*ROScFx;Yd*?H&Q>>ZQHP+ec7VByq6YFJlkM*&7#0FYDV}q?;vB}nPu@b9K zY>Cx3cAnKgc9k_CcB3^ocAGUcw$B_clz>>Fz= zvo?GZu_pDh9A!eD+_6rD}`Dq-^LCB-bM5m)F*=bG9PZjJe`>{emGvxet9r6^B}dnSG>8?!0OQ7kz8zOJlh68Y8l%QMy$^HLdAX%bG#8t(nx)nnN9}QtEDuWx)HXG?N46pS<`YNWNY70Veq2E#H17ZV zWC2@ADSV&&_Yv5tZUFv!y*B`h_2L3?aWDYW4nDuPmXoqppo6YNlUhZtwVIBy&Omco zOZnD1I@&sujwO>rI?h!@S zy<(bmpO|IcFG{Tk#9He?vEF(}Twpz{+a5ENW9b5qjo^Y$1J4FQ!Q(xKf_rqwdJF|$ zrt9o66p@doH#9>LT`9+7DB{u-LqU7>847GZLxIg_D7fY5F_d(1uFp`85^F++f_GQ_ z&XbSM#0*777>3txo{01t8TK2z)9T0k2ds!7aQyC}tmqlAqUXViUW}xWVnujk*H7X9 zz=}daTq9BUzp$cL(Qe)VD|!vA=ykB7H_>+90V{eJtmp%v^541?)^+{$=bE@8z_^?M#+ou#F15z_N3fc)xzT#@YuT&GkNvtB=L>`z_Yj zlxclOxz-QV$@&pZ`X`+w{bUZret0b6Usv69IGL`x!7$V5sv8l5chybDq#TET0em*l#w}u~4gai4P7f#)pS`eRQbT$A@}-a;Vp* zhbM_Qfc#FKt-ol1b&$r}`1qu)Xtiz9MYc^>+YVi0$08)!9+GH#NTTf_iMEF%+U}D` z@bk=mP2K?B&4lcaz1+{R_jNZOw^F`o=HbJX0uFv+Z^NpkY?6t9{1ZUY9OFS(>#NZ$2MrKel4jWasCkX(Bb z9c33$eS31GFganmIexmX!b9ACYK6!fr`9MhLwtjs^+e~M^~V`gdtODnsdjVy4Ds#o zii6*z64VDT_B68X=}2$}HMC12i8b;Q!!t>mA2Q{}9FB5(#CM0K+-y*84oXw{k12;| zzWuV4`IPHe-?^6T`d3hk{o?y^`^68CNBA*A{Io~>Tz`-FB}4oQ+aB?oxmWytAKsM` zUsNsLX%w@|DBmup4)%gb@j8aI?5JxF&xG>R+kX1{KuHE3kHI}-pZH@4f6qN*xA=3H z_={~Fhqlgt6yi2K;S+y@Gv)6V2N}lNBWbr3zE$p)%C{Q3rRiI(-O_G-8?bu~Tz6A@ z2|4ysO4!S&uDu-jT|r&#mDI;xMMLe?bh5oBLdEfZ-W?jHCa8&M)OD%1Iz^qT+h1W& z3bUgx5coIVWx-U<%O0Myn^r;D-F2VL$lD`h!`kHUmT7Hn%M-h0I=Y~YqrH5w0~rJ_ zuA>bs-(fa`nhS+%KJ+luw~SHkkxYkaiR5-lX3Co0{7!S|+R-ErzEwd^ceCQ)Qnb%I z_^uClLQdXZndk!6zO#yFZR8hEC~l>TU}PjRuA{TCVU1W7w5AHE8-UKxp!Kh#!n_2Y z7z5~-Dxetw=&=E4=K!>I70}E8)D1u(Dalyb$-5+iOPym(%EGZFdskHkdq3ooF{HW ze$^rUV5RfdOK3{E;p;;_?g3U8OLVtY7fhWs7@t;I2FQZVx$ZH1tt-pGd08w&HmD#b z5BDKF|HF+ajlU7?PuAmWO`*D26=bcoM3%EvPvbS7!^US0k;Sw1FEBT^^aqotslBq{ zeQ3M<$-fLthfk*Uw2`Lc4)+9HV4E%%%MJ4EV45sSX#ymz&VxAjCh)G!=#AJ5v$s%| zeL2;$ub@WumDJ3>3d7DeYHeRb?d|K)Gyg@C>>FvZy@S@W!#;)4K_Fj6@-bc^a`{^b7ZhGCmhu*dCrEl#6^s{|G{boOece)=I zru~RWw;vVt?Z-u9`w7v^epzvKk_Z+WUia*`uuiKAp0J`A_O zG38>%k{g_aJlnD5xsD?@IWc*?lP32%>GI$Be!x9W4SB$+B_DKZ%f}p7KIde}kDM&c z(Riw#MYZ*+-^8G9t4ZK!iq0mbig5AJ6q~4-=ZE_|4LqBiMC66abE%8A#bgOxq9*fB zfGneP)D+k(xqvpRso;w?Kl7-H)ilUt;GT!iKc)PWzqA0ZY0BU9LI7M&;e!eODDVhG z_;^HJiWZsSFa8$5%`?XgC>){6^ha^X$^+AW*=QWMW%$LJ?}0U-=OriYk&XAtCVOR5 zFxLv+h5(N}JlG!DY%Ka;a}M@;i%N}V`Wxg<4%KlQQ6ncwgPkTc(`iZzoo2MeX{l-H zO?j4vBim9jvnU67xLNS<`2V0;v~GQ;IJi&dVwO>ywyx>k9~LgIF%_|ju>ZT%DfTduoDj5V*L*Bz7CBc460Jd zdw#rp9j~npZLi~XM7&Qc#Y0@+>kR)7LjOb4`u~V~5BREz^l$u`nNub=mk@GuflCs& z^pHjm7>e{JO%hN*gpdRXgandM6j4+Zdq)Ko5lbvs07X>94)*R^R^8RL|6EsHcip1q z|9$41dvgOpeSiP=^LYdJnK^T&&ofV(IWwR5IimDNWax|RekQ@Ui7?NY*v=RU*3|cctWzdE} z8iNpnbOvDtZ5gy<(4IkrK?epI3^GG<9Gt9>91o{sNKSy$DI_PtiH77PIGscCI5=HG zax$E*Avpz3H!Rt}=^m2P;PeQ|>2P|6o+*!|4-}bKvw1$+>X)h2%+a`iJB^I0HiRWHn`*20+>l67z!sJu7fipBu|4=9Fptdl!WBzaAt<&8E|HWj;Q$@AdM$6*d|7KG#la7sh+LO2UU z@*+58A$c*J@{qg)PDMyw3TIJBUIu3|W5f~$l?;|LSjM1=!Ey%G3~CsxV6c)wZAe}Y zr!FL~fKwlmSHf8pl2^f59g>^jtO?1h;j9hGYv7y`lGnmHH6*vdSr?L9;hYwd*TGpI zlGnpIJtS{{b4EyRE1nJea7fu1H0#k|Pp@_pp0eNZ!lt zr~vios|GV;GEOFpj}^1``-eWH5=r zaSSFin8IKxgJ}$=GdP~X3<{$8O&#}fI%sP zg$&9VlryMcu!zB821^)JGFZxB8G|YY%NbNNs9}IJXE0S6)H0}JP|si$gVhYyFj&jr z6b7d3k|%;z>5vM z#K21pyv)GM4ZOm@D-FELz|96;ZQwNqUTfeM1GgG@oq^ZOX?tWl#}lxgG-A!uMo>C9 zeUA+L;m^hemp!t*ANG7gSi}!|F(K?_7JP-Vf{)@G;H~}GNBtN+wt13fSjBCbg?@o=_YqP%zVp{pH$V;k5l-5 zhyTKByY#P5lDlt$M!-K_&iu8@ZE%@rfw@lY`ClGBfVc&e6@cE+&ZYLOQMF4VhawC* zxG-_z0JtJjjk!jbzrUeqM)g(mM^TR zEh$}Cg^(7nG4^jN?)+OtqO@the$QvTUcZ%?WTYrwA`d1w3H-4oqi)hv#YYaYp-xBJvJ#|*jWEV zPJsMPBfGF~8#6p^?8DRX(9>Dz$;f#S*8N9tYUG1BR*tMDuWfWPsQ7&C4Vw@<19rhu zbyw;Db7E_RczRX_5VsAUIQuj}&VDwEV-2RY$sPuCD+hIGq{Pt4hA;|sI9z(eYY~WEkM`G2KL>~;0^|NGPsMu&VX1V?`GdU4DMxcAA?=4 z+|3!8cY8SGesu5R{!6OXzGkBE20S1pTc%1WlA_*rLKE;nu zv+o)99dzZP09;env+R40qdw2z1qLq$a750_?0bdZzRHPSW8dox-r&bKwR|gpLv!BN z@*U3jT`k`W;PkKeImQQ^^uuIa4fmVV3+MKo`h=X!%cm_>l+TU!3aS?E4S< z{>$lq((-4H@Qap>T9H-)RZuwk@kymL)5Z&w?TYKzb&yE83}6FmV`Ci5pH@i$6;R1q z1+{90JXMOTTC#t$K_(gP~2+6HK~0(Hz&pp&Z=NMxSsz#xNTXR;53G*5M8 z(1{^8~FXvO9^vaSSFin4;BGt)^);U901@nxR#(RwY`^)M}PiCunt|RU6En&}suGI+MX!TAi)cMy<}#>Rhch zX?31f=WBI=Ru^h@kyaOLb%|D&YIT`bmuq!}R#$3ul~$X%d#={%8m+F?YKvA|wYpBL z>$SQ;t8H4{sMU6@ZqjOpRyS*Pi&nR4b(>ZVTHUS{Qv-D;SAeO3+R38zgCZGbwI1fw0c~tC$xG}tEaSj zTB~QYI;hnlt)A8DIjx@8>IJP{)aoUzUe@XrF5*?KUeoGzt={0LH??|8t3PPmMwHr8T$${L_!lz%ZdosA3gpU~D|~|$E9xq%YRon5+_8y|-W`eY-cGpWn0q@R z=19H_R8Y^kzfWXCyZBC6Z|J$}fD+3vcxYKwO$~gDQ9Ts9s;*+us;aTgDu{b{c`&Bo z_S=LT+*4xX92?(c&ab3qI_|vX%WDlL0zWJ35{9UC^C2?b4P&8`@i++=;YDVF@ zV;~sDGhPBl2IyQ_#^Ynx@>TJuN=b?Zs$BRfQKKFl5PPRW)_1YJEg! zlp0l8?_n;o3DhrN5zo{0ULrWzpkPVOm{rSh^JeRs+VYB8f8qgQ(1BH@b@fQcQ>)Fw z8pyb{)2nzkA-=i!m^%UaVE&+89;VfyYYj%C&*z$O$Gh|%(Xv^VKC0LsR}X$o{!bo_ zJBsToMgyZTs@d7UeyeF*)W;33xXO4I-wNGoVs%|bEt)lrn=5FDf5mFzT>pJ&#;p;n z@k1AgrO0{g+7+d^-xR|HgvCJP#!>HXQm3Y>+yq&b)n$02P#L@*SzgYQ3>T&UPK||2 zvUK2MFlI-_3TIKRjkHnB%Z9OYx^1Mv-xrD`x7b;Gm`mXqP}M$Kq~oW(lCxAPdPe&7}2v04RmrQ$S8jK(jy@ zJ%S#XQc)WxU_s={Rr2XsD?FNZ`_Fbw{SwB5R1dSz0-tURDrx~WemBB#o6uHsK{ik2 z2=1&knU|vb>u0R0E~#8z5gW+yKG*YAVkRQ143=~MAaVM%74?(IEU&=D=!;|N5tf|5ns5q#tmq~dxsLfPn9Ov(e4G{L`U)n!OdiUZMutb1R-=Bk^_Y}1>rf@bi81!TT8v>TUh{~U zS03u7F0QB_S6N%f^R}{ldJVE_*V28+6MKRBXihw?wgz`cx6K}%fIdF^<~T{Qse_!7 zWAP28%Wf%2%bA3h`voB(Xx)s8#bZGpi?c`nPUiGGqnSp<3@x(mRCHi`qrng~7C)7efs2#$H;ds&#<`fVdcg|z7?*<>g)DluFsoYVYNi^iE6SK^ zz`;yvZ!$|Pp^2qs&z(4TBBPPRqf>`Oo(IVS5ZAy9>&!T}csVpDTWGi?&=6G7U@1U- z#nIEm`5mIfX9m*7*?&{|mhSML!{{jMFfEuq)bb_hZQ${yOi9g*iuzTx=w7>?z3BgH z%p|WeCf_5)L2$K7PlEL19S}y8&?bg5{5FOznAfq&`5g!}236&WlYksvtA_Mq)}9Qy zT?$DX(#~SwKpoeq6-xoJjJW;@`Nm?l#kjOcEqb(o11(0xeLB?Ivkp#M6dy(_dlENK z02NzJgJd+Vx&rS^2e}XoiYttrZfsS>@@Zvds~G8=Y(@~Iu__RXHlRfqZ3tpKWWZ%3 zGb3WsB9^$u)mE%TB9L&CX`s5IqTEAu3|lE$uNN_4Lb>RiI@2${c&*VnzSml0a>mYnw!E1hE_2ZG~%6k2QQl43bC6w0E-0ZE>Mu9xT@4N zaT5uD3kbs#7oETp7Y=5i_OTZsF)u<}GyY7dC@lx}d8$IBWkP1^;Vy)r3_K9jVLIlE zVf3awJghkzG3xC1Fg|vI;0e$@Mj( zDoh1=e1nXkO-i#{A5%>{PV8fqMoJ$GfTvZ9CfC%UTRL+6;uYfIXr@}C%UiDCL{l3F z6AqIPqs_w%T7@a)DKAcSO?}Cl8j#?Ms=A7)rh*XGs-a%Rv5KeWirNZbqEAuc^$?VC zlw!SJNMhx~%o1QJt4DsrQkt~}`A1vm{zNW!~|)-Q>p zw^LtJyrvZRVDku}0G2+OV7Mz-%VjK6kV^4vNaRTPlDP_8QOI-{S)&f3FTBj5VDoG5 zAr^|cW^y&tuuZe~$Dvxta(PW{Mah!VYC~J0wK3~Ls-b07mGBJ*HYF~(v_i?I1aI91 z?4l|tmNTefutF>iij|@^2ptVzwOA9x-DdX%#aj5psbXCaM+)NcH2B0B3^p)0oxzz5 z_VC-Y#MwcyQJfRRms$Xu#Cc#HMg~rxF+p(w=Xn_ydpUzE8C=ca8V1*LRkkqLDy|EP z>)CfBzu3;;W`4XBK1*2AwN%iuICwLM*zCIkx61v_1toD6C-_)A9kd*o8?;R}S}9iRpm<0;927T+9YJwW914m9;;|rY`;e zwY4z4MQ4CVRMbY-EUBnA@5_t@z(fJ9hAt0pX??V;v^om3DX%iQ)HYQi3NBROTIoS6 zY_$yvTy+<;+F9*gD-yIih(8B$*K}r3{0Tns5pJKN*`ro1<_b@#tgfl6s~9~xS`_sw z3a(ooEk#pS)YR5TOJRgq99@GsWGYixjoA^ai)nTJlFGV*C?oSSu6aSw%Cb6w^EIhY zV{2<`fS1ql0K6<-35vbq!JznqcsqzYuYh@9@#7Ed`>XgSC@vP41g%b1G-!3Ux?nL6 zM4%}zPv{!8YSE&K+Mw0d>K3%RTRkAJo%3Jzc1}y)F=qMqR59YG*+xTrzda({7WmDsPRV65H!6d^yT|mPq6Ozg@j7BNUzE!70c{t|Ii!LuK^Q8HpsOCwd zqQg*1zo6A0)k5961jVhGfz|-b4Y7^q;tiZjyBsInhn_$2vOB5+Id*C&twEEme*QQk9N~a^EU_3l^3JN;vBN^xVwHPfvY)BF_7GbR^H+LS8 z1NPdTL=ST^Err5*PCVz7J^{u z1DQlkWBAv)Sw}FjYDTO5B=xncc=b5d8>*%W0^5-n1b8@Rx0zen*JR$e39UQCW4D~3 zU#vE*ks_^Oy|8!VoRbs|-TSYv$4LA2A!u zOEkyFtXKx|Oq=pVB+kDHl^I)*ytdv$9Ow)v)FeqRMlrDEb7H>I|I9*W}L z_bFU7+l1!katpZ>yv|3m7Wk20rTPk{N?!HqD;RAVvl5eVmWUNYx+7op<5xWr!;3jZ zU2G_tx4Kunt?^3n_%z9>e#1D^tY6C%Rqb(jRgacY&hLmA&5ib*2d02q+?NLBg)%89 z?h-qL)-aZ`?-ut28rGmGZIQ3xig4EHBF-+#izK<5OGoWX& z3Xt7v2v6Ech>s;7h`Yt7)L}umVB$3VAG@}!0!x)O)xD5W{gT?6HBn5hXgoN(%S7IL z1Ji5N=)PUN%u+Zruf~uUP-7N|(PXGKO}Nq&9B1pOV=T7825)5?5*uE4LO1tYC7!q& zn7tyJL2;h~{oAx3D-*ikdb&o7yF+}Nq}r;MCBa{SmCg4Q7&{>m#Bu38K& zn>)}fvhmL4Y$gyGaM+~56Q+(E$%?TVz96TZ3vU~O7JfmoOZj`aUmmh;e zdtpQcp-&9PF3pPx=NR_>{R*a(uEk=mVO-1+SsBhAG6d7ZS1Or)=jNiX300^g*=prqg`FJ6#q@!dd9nn%S#tmFe6UrErYq3PIz5lu&SV`b&&22p-kZ0 zy%=3QmI#3#uLVV;`KBWhV#Q`W>jW&7`+bO;|LEO zI-dM2DZ)bOwW{uaOA8E*LXE*w3`ywYRpkGKT<3d9euH9reZb`1*CBo*e)AsUbcR`;?>kY%+*%L=1GGPxhK(a5pk9^l8rsv?xv!4~rFx)&ey#!_4Fc zUCD}xKgebjQ0l-HwKerH>0?2Fd2pib7DGRG9{)3MD&lMsm11(urc<^KOBSGQ1yTc5{9rS*A1xtR%c-`_07OwV!tI+ZEG;sV%48ii@LkWIw(VwIpd#zf6l!{&dm zRR8}9gekU}@z?v52SQ?P#d55sVaE#ZT>zi1Lu<>hNCG)APzsLhg<^@uUm7*0V=uMY z@YChjK7xUuf&Cy5i(<0EL~m=Siz&u~h90fM7Beg$@*WA4&P#mZ?AUsGVp(kRGutTr z8ga~KyGQ&wnYDXwsm!x-8&MG@m<=UmH7l@?ozp^FCMGPs#9U&Y`cjmAls=dv zsOzuw0q=t|d%nde?%GwgGsX(){j2*uvBQfOuCTe&U$?^8<^Eb3apSC!q)=0LjknMJ zuq_mR!xEb6$ya71wLb<(9*OO^Gpmiww?l@TO!)~fFg#02>!x5O)gK?^lFWj%{|Nay zmS^)(O{uF`URsTrIlqEerVi`m#Om?bL2`gO9GiR+nvj5utvzf`KoJYbGz)5e>53K5 zSDV(|J=`$D<&Y!yQg};R=yi8B%Z|J?`!KBZD~4ratYOD?DPhA5l*Sg2E3pK>x`GC` z5V3`39T~*?6q-#DuLAK(2YK1Lvef&u0By(aOIS+aVOfah4R;Dm9w|+WU6Ua+a2qEj z)->KmZ}q169zFDpS){MR^wyxIM#x6i*zbX&Z1WCruo7BqW_YV+L({BqX1t(;%S*8% z!_LNTnu$<;kuYHxgLoO!T9AE8jGh!@?U6Tf*vom-5p||Ku>>FH4Z^35SXhQHiPz`h zYF?r@E>`G_i`9DLV!__HShF`SmhFuTa%^0z;2Rg~_r}G7opG_0Z(JGm$ zaj~{-Unbf#g=`=1@GL4I+MB`#1(YRPugd1Qphs9-RBMhb*y&Z2X+v?dYXiq`grlM`r z(eh%nwgfH1`It0|CeaDFHS$D+%*9u>C(+5GBW~zjKr5(}*3d#a9Z%;_xws#>d*A1t zD<1IC7TXE@!P|rnX!#T2L61-#nx1bCN$i3a@i~V$Dldawe72j*ZZFiI-GT?GAQx@w z?VW&Vn$d+%<-#d!nkvzRr5K)N6vg?e*|Z$huR--!nyPr`TMhE7qN%sohf0Aw@y3%l zMtK)#9jk_AqL@BAs4q^Zq`r?+-u=`g7r$Hh=90|A0=JX33%49JG`^IRi|GBD`q-=7 z8Vb-_%EbM|o#<2?^SX}up{EAZ8NiwirgGj#$H$6C%rqc6R_r&GlQc{`iYXy6C9omJ zujYw3a7m%jX*mZn7VNjDWsC5tB!hVc+jiKqQiru!p=6RD_u?p_+O75A30cOMOGYN1!o`M{tH@S*fY30;kg zT)a`Ibn%R7O&ag)@pC^81IFXeryr(eq>iXMsdoU*ic`*<-jum_g4(6{sQa>nj6?B^ zL*iM`8B8wTvEpScwxZzXcTrkA`fec4tq8#3t`9S>^^0Tye)anPk0KF6{t{-2(Kw6<3PhhKYO! zChnb>A$MVB+=1&d@1;v=H*(m6RQnM7A%s4Hko~xSe*y@e;ypj1x8$dE+D};SEj& z5JPh?0^PjP>6>W=sclB)&6H|JD#KcE#n6Vv?{;|+ng#yN^mjh@_stYQ(%;eT>1Nc^ zdDI!N(+`+)Cey>ZY1GqG)6J--Z`A2(cvcvP$PVPFSs3*^&y#Vpxe@?D8QU=n`K7gB zK&FoiN;WjU;6*fpXkHfLY(GTH;G51kAamwMB~9kT!j>6#zYv3lUJ^dlGCeD7Zb##g zuro7k7g}Mr&_Uvc#;2Mv0(gh+J?Kr`di@s0;!P0q zcj;t$AEf#N(94f$CH)1Y=`-3uU(iMLCGhDhx*iv<-$LIY^>_3t{C}W-(1*B*4Cy_*rq77EfGK3Iag%tThiN3-T0}*G4a17?01kT-ta>T2^2wP-O zRJ;Zs&WR91V>krg>j>l7JXE{^p9D52ld@=@CuhD^AjoAXmg}{hqXnCsV2Qg=n$>jYs zf;a~dwd5Rj!G;?ew}2Cl^$1>jcw=lJrx_cV0~$o4CtBPKaNvFTc${DK@ki40W+Vip#B;<4;zMR%yp7Vwi{Tg#;Fg*8UAE%r zSko&1WO#&2Gxp{%elgjU=?O0}HYRvCrk~d$)PeKjk;E0pd>1rsEu}Qec)P+II%tlf z4JmXNv$*twAZTzDh)Bz2PERPaX-<3`W5?n@z^76O~f=mb$t6=D&vatWOR?PH@@Mwh_7 zN~{28uB08%{O%NWbhoIdN5pDi+gf@>oI>x3Q|W8C--|QoXKdHD#n~biyR+M4Uv_tF zj$`a)zKOHBeOgul+4C<(+If#|{#om@tfRoFeuRpBll5c$ch?dq4Peq#DL7kG;hcCaQ%_HY81Lbv=6n9;Argo7*F8uxSei=7ZU>yfS9zK`Pnkh7C)bZ=Mdh8_R*9rv<6ScHUJM&)h2>9{Xdn+W!#^I)K z-^jbKp|L+$MvNR4@##n6W@;^Np$_6UbjMC0=iRgp>hSpjheSgWz7K@!Idtud@V_qh z(VJpFy$x-FJDcxnXF-g02nEgVVS`W-jQ3TaSfU$a-OgLQeI)w;=~y~njw*8>S}ZZ6 zrJdQ?8*6YzT8A4k+r4ICR`QID$nA8DM_cpQ^-%runS%jRN0hUcvNwx!=?z@pY`JqBA;%n|i*7O+z|BIvBEzvhdi! zn<|r0d+=+W3&weTL*qwkNCz+O4vMxA3)AxWjRdOrenQ0j#E8g`aph40Rh_{P_|4c$ z#U|A&O{B}~hL14%A7k`C0kQa$dVmo05?|6l@fD`o*I=rD#Z>!}W{B?~B7IMl;_tLZ z`~WfhJ22OOnr>k7(*cvz>jsy)n6W1s5f96yo_<&*$dnhaga-Iw#Jl}H%&^V|X5h{t z`3Or5y9uJ}7|1T*Zh!}3-2%}DmX|*Jq4U_DHzsri5iL`dG&FvXcNP$2L__2L=25!g z(O0?=x#@vLC73uG8sEbPmm*6P>8vf{Yc*UA%h)0&7}17FoZ#d6+xr>JF0u`qzX1no z7vi2ue#MdKBKCz*N!IOW7vVg5h&U@FwxJ9WCq^LVn-HtF2{9yM3WtRF*&`Ce_&J@Q zJu;CW(T6DH+jEL^L`P7Ao^TuxP_IxRSRqO-+2{gEsw4U!ZM24`%`8e%g@JG&qD=++ zJwmg<)=!AQcy(e#hXYE?$v8I~9mB#e3THou_C!CTH(A5{_|zH$*h>^(9S>HhT0k@d+kUVEQ8Q6D)>5Lx=cWE!oP={P;I9i1&Bv`KcL^JNBYm6>#p>`0HvPNKc+ zDY9g?=plQFe3>T($b2zMb`%q2KQRSgJxr4WM6nzw7RW+zKHN*?5V2hj6}QV_Vvigl z9+M-*vvQPpL5>zL%M9_R94|hSlf*Z2GQL-tB3sF6vIFiS=p>JqJ>(48M;7C2idonl ze}Wt@CnLsOgr0;=%=6@8z@-RXfvxtZ%1Ue;SthTO%jK=ITHY>eDH^;fwv2?mY7X>56wFWgT7$DNcj}R&` zq7bw_8>1_d#J>=Rm0aP9e*-xseE$*u^^xRDATTT6%R0cobQ85=ohhy2L0a_KZdwdf zVJRh;o3>;xRc;|0H-+KJ5YwfP)6yxB=_bOkiSSlb8|o?;k^FG8~iLhk+&9Uvhq;gdEWkxxRijgE{V?q+SL zHmpV!0v9cFADU-VW2wzpV0{B@;*Du|1#QvTD_L_b^hj?AossLCDYvtY#rNNYl?)`v zgw7i`ioT8zsD{U}!&!{-vPef3gE(1w=75{LdZmM854bs&oeAgc;E81ilh?t7ew_*{ z7s)3{%cpQk<3Y-jhiI^T0o3|MDwZ$NJoz%sm#0V$_PqSq^f?R6lc=vxg)WAq>CvMmI|KVXtFsV4gJ*baQTL*s8NrxRa8L84 zk%defctKzpq-0Fp%q&=~8XCXBwZ|rOFI55AGIyF+H#Pnhmmi}&#tdPub&{WVwMrTFme)FzVsks6AUgIm}ldANzSy|jGx@LL)`$ttuO8b1ts_bi$|HFZ-kqTu3+bcG{d zRWgnN3{r2^+SHAuWb`|x8|z8|Fe-0v&klLWF}z| zg;Y8gNW-`$ryVZM=|CAOgF32?xcRaZ^;Jb;BI(PRFYr;BGx>k;1FUc_En%xa*~3dex;H}Wjfc`>1|g!Rqz zvZ)B}q%{>_mkSQNSQ^3ow2dElMa7fAgXM`|PxC%5!9r?Jc8M3igNjTtbyDwisyTDI zd9V^6?8FDhe`sjDU$Jt_PGEAA8|*-fYJrG;thIB!H^WpOW^X7YFh8Q`@s!kqdb ztv8y}$tUcl)5G>gTd*Q|Mob*_s&2-_ue_ZiujF}NaljG9PO)Fhg&rqD@hDxHb2O{$nKQ6;oR&7>V_7Tv1m z(*5crdR(1Muc`U;sain)QS*hR7Kw;jEDGQbR!hZnwM@)YRbr`HF4m}Ou~F5CO=_jM zT-A!(;NGW7#9p;VJfzl&$JMFgIkiqEsWW9zZItcQIkKZVS9VtC%Tjf*T%<0M%haWE zg}O|xQkTnf)Kzjb;$5e%mD|-0`B&9|8{2MIj=EE&sJm2Ob&r~&cH!pBhtz%QQT2p6 zpq^8YtJmQBK|O7yszX*s^_rVAo z>k;*h^_2S7dO>|>eWQNB9)Tb2HtJunZ~fQKRX^DS)O&Ujt`8h;dBV?5YJ=@ExiVk` zwGUy+W0B3py6BCbkM5_RWHQ1u;XXevp8PK?2tjDoN%F5^fYG)C)}3^L@g-UN=rr>- zz|1fvOxefE6xkZARoXGZ&$5RY2Cc}o2O9;+rZ#qgOqFfOK~JA6)3Ec*MSq`xLuzVK z1IZ^)_~O^SV9u;Z9FG;o-E_7wP!+-xH@5?|V9`EvA8p)1ylS}tPaF2pIa^@eg<&{r zmswvt2+J=gMgTlHz{xlQvgC!!CoID8GStp;sK1qjODF<#48o4JQfQ*pnxMqOB#yphA0cbkTF z^LO{G1`%XA9dadmO(ZjQ-b)ZF%?gMWB5kEpz-mXWt@hN$%7FPP6ZdFzqHHTlBdsnp z8vcnm{e&$nT>U7FxG|CZIN25gFaI4U+rfvu)qLECUwu||x$g(YD&5oytZ2up4t**; zCljWGf~JaoeMCibpkC!d{VPC4d!wTLsJ+#nI#`9&#TrDp)?mtqzrQs!UeQcw7O{#B zlpUaA^4~xhq*&Y5eDsN5(S8^S9s`Y0J{O8~lU86BRjsimPtWS2VFLs zdM5{1z3K4O-ZHS4+L4`2>HwdG;-!W94XqFpmg0Yr z>lKoZLfRcs2$q(()CevWz34i>z}FiZui-Q|5lrz4jcLsbHrQJUX_K>1)`HlRsdAyq zT@!Yjbqp$z<5``m(Xv&7&FCLYi%r zQH52G>t`yc&RRmJTa~oQT8gV^meW?Nnzmat)PV52ty+4~T1~H5Yv^?gi?P-^`oubo zzO~j1X`L?8tPNtAb&eQeohwFLo5VQlA~D6fSd>_oh+!X z-MU6>vaS`ETU!mbZp2+8Td9@o21?`5YAn(kolvB~MDQtQfJ@)fETd&RSXNd>cXY9E z?E4rWeOzTwv@WVU3PAFW6XSj(Yil9N_F7 zf0hjPX9<>AVtCFNj=7Yufx+^YTD{ql;@3dS9GUCqG6gf0=PE{%&0ojCfmL%0=I%ba zcqeRBvFyynD;BsE&@t7z6=wW~_%wE5YhnWfS}F5lsu?zvGD+rpUDyN*Ua;U0m_XVR z*d_U4A6=4Qmo?XxTX%sf-3`ir4;Ev0fg0^LMR*%FGh$2)_5_cq1^6rzza96W$Cx-y zZ#KU%JugM+{sfpk`4IJm_%}IM?WW77Kgfl$8TLC3@6v7V)v!c&cvIUn?;e+C$-G5?}V zuRf>m6ERy=xlC7Rm0I1gz@wRXjzeS!^shG0r3^%`gFfu*ZiD zvCJfJ%9B4}htNgbNtJ1(FsooY!8WX zzDi?Ug@jCtVC}icZxk+^=Z)x~2A=WnGDsM_uc!|UmT61wV;|5it&|PO{IG*&_>~2c zotWdB(qQ_ZU5GV<_~1>+#h$-uSs?x}Ze^L#ZkLcQ*7hk4jXM*A{k8-7gLwv-6E&}8eMG{^c8^!DGh()ur*WBo*zSU<-HeF!X$ z1I?g!z(yJF6&}RPj5UlX4AUy(H;!+>HV^I}i9yF{QvRT?1hTMwu@hTsvQm%TL2Wx` ztqT}KvjYq@Z0@TB^QSS@*(|?e3;Fuq$z#`b{fTtPtLp!_c!m%8fNP7X+j;kusC4{QHNHjLkjB9n%di`)WJ@p zOoVl@+a}bdW4u$k#p}{V7MZ#P`1~}#E(_3c+;wep9*vi#s7)L(+hVn_3i%;NteEi-NO`RIvsaq+Eaq!Ey5(F@UhLjTVFz^Hf|Z@u zI2>$-1#9PJdbXS4)dDkf;-qs*-U0g-Y6V^nggWUUr^-99KTu==T18l!5ALO_@$AG_ zNU%JDRh%vn8{&+EhyGjrwFb7)K)+TeVa02j>Fd|{YM?@>#mM9QqCh0z3pd!+8{`L1 zzL{Nw*D*<^RistkZ4j**-%^Fi#^l7yGSl+Ht}k*8kJw=sntUM#MOqn|CMTS{m2hu- z^2Q{=vKQW<66Moi+)6UF;h=ERG_x9iUpRRSEtQ2SrgCi4O1hakBC1;u*0)d!w%(?g zr$TMwe}s+0rZeNU$v3sRkvf@@!YMamT^yBCC5dI5v=Fme#gd0LdNHU9TlpP12t9~) zK$31+ak`(P{@N7xER0gYaI1~21pHoyJ{Jk@qic#F7#!B4wN@c^XEf{7Hcg$H7DBn=%nyRh|jjSq%X(T9<=aBDeD6{cE~69~d2s zH=S|h+SZR!;CRy#q(x+mAKYkBevOV z#ddq0xXnII++m+CcG+i$ef9?NynU8<(LP7KX`d_pgz!)8i^bRWCE^GBGVzOjg%tKx zGSj|BcD1jSJ?!gbANzVa!oER{wYSOR?Co+Y!b89539XtEqe?XahyidxHF zutqRh4@rSl$1!-z_JG-PEJ%18>}8lL#~~Li9N?rfZ=p2@I|}+31~^zwH6p8|g%FQD zmM|See>_rHxc97&oB%t5O$#9GPDGeP*MKrkLTQ?|im&By@FihaO14^nsBaT48(BR@0&sP_-#Bs)i*S#Ve{}$B|SG+r5uM$E+J!*fn(Q5L2|&I7NGe zuEj>1Exc34%~LUL&Bm5VrY`&y6{c8Rhr>pf0^aE2tJ$oez30z3Z1(YK*d;vO@DQV6 zp52c{IVN;*8s@~QMi)b{V8t~`7*=p75O%gPy)~rb11ui7+bKU1IFNS$1Q|PNlGv2T z0&6Q{RrDtz7lhRgwKMD(TEY8^AX=Qy8U|W z*l*L@_B-^R{VsiMzek@S>?`|2`p*6n{oDStQ1&MxVt*zw>@P&r{!(Ji1-~O+-$o^SeW&eU%-DqaowfN4a4jb`! zLCe9HG;0lBCeZ`5+|0B9zKbcBQ-RYCJx!(FoD-E;xaIkkEXL9pFNK&+$Cz0Ki=Eiv z&#Fvuu0N}C#9Dt=&BrxL-mIF2eL~a3I?SqhVyrQG*$}$$Cq}!eG?EyuuaTN)l3M> z4fs66f8?Dgp5X#}_aIIqL!io5BQor6(qPO66i1PEENbo86m~Rq#660Gon#u~q|g{A zl_ooF=mhxZIbkYu+R}2T9j$iS)0s{O+UR7`Wlk1d??mZdr!(z#deHMuHob=Mx1C%w z=Dft2kA0=A<68J!Z=yUN^vT9&pW_UDa`2&JM>zvwE5X(6AA0MJB^FXWJvzWMD)#`UOjGO4cX3Vu zB{_XeO+8gP5LcDGa@mfE<9q%5{sF4V3$PVUW>Ab5)DpkDS#MyP=ym?oJeV2tjj=Q@ z-xy2t4)AgzFGE|~sB=CRwc{)BsaS0;$cLqCd*e6O&W6T6CT!9$JD44OMe7WpfP=4R zox#+@DWU>r2=#G>(?I7~8sv~ft4?0%PgAb}Hw!Y2xyWmy7OBb;DFDLCf=)?^)ECa?p zJY8>|di$U4K`uRJ3%0YQ-GJbnv~337XyA4OZ!&O)fj1j?i-ETSHVu^7!Rt&V%bAAO zPp35Jc=W&w%5Y{+?3) z7kMKP7FM@l+o|W@M-7G8ma4-#?C!w!_pmNti5L?$X`=?^{|W*zHYc!b9Lfu0^FqKX z2bl;oHZ*>X$PlaZA^l<_YCn(=!^$@0haJ=dd&;nt^UQn|D;)9m((SQw2f?IhzKG`i z4`v6g*&EBLcF@TD*lyUO!zgo_nISHHP5FjhCDS_~PTuZ}XRyhvBUELVUZxXeITjn3 zh1L6MN#yx<4)}Zwvqeu?VdhjT(Mc{s3I)4mTe%oM3yOCupAN}I`hFSEdt za(*+xgR~RTee+0KVzzgC**1;5v5h!4gF@Yc`FT4ibv_pm2rJFWABp)uyL1R1wcnqlCUv8}6Vbn{u9 zj=)mTmo@b~BV5DU+%;y}G|5bymeN5Fc1+E7?~2&iw7RDVims_vynHUQuvN3{!mXO; z6^2H@>#q6XR`>+d^eU8SHrPQEhJb`VZCeDRKv(+G>OLH>A ztz)100dF_9MlU{R`tnYW31-8+1sdvi8<4~^-hW2NfCxPbiRLj7p2sQbJVjldr@=4} zf(RX=eCJsj?mSNuofm+PFHwc_GF3aT&`ReuTIIX}^n4Sj`8J*ByaPh?E?wh%03!4} zh|ouLhx0M*aXzJe&S!MU`J7&Iz62rqn%;E2qYs_$=@aK4LOK5u84kYMb$$_}oknq- zOJcICM2TyQlU+xYyGdfH8xWh^WO1n*6j!;e#Z7LixZ6z=54$08&<%?h+_vHkx4rlT zVPE0>w{E8Rhnpq->vj~sxSgcsb~aOoSHox1afbA0age(CzWb=i5UbYs%xRb*QTPN3 zhCnv{b4S^7xncI~V@u0Q%r;(#=d^7a1tTs}65Ai3-=eoF9dwrh| zt_ShU7w^aw$S;8J0T0QQtRIUK+GWUF5Kq_1TBN{Y4Ie%4ixF#mF=8;N5d_&*?3iT^ zV^rhq)chD1r6waF0vv>D=kL3XkGEM}al26)w>yR0Z0hOuN?`Y~&5=E!i+ko($*1po zwXlYP*z+#>AF+|+{zA*FLB{0mCGf|JIAr7(^lfs2O=i$Ml4$* z%n)NEjCbWP(qZ-T8sfKy*B051W-;&Q#mg%}l5D(0I_wsM(6GsS*hdfWZbuX~Bu=LH zg6L*pc`5C|2C{i}o|v`|Aaz9MlCXoWTA22bN0!aJDEhT@4jXRi@yG69Z9YS?@cZxfL*1IF=0(TT`cE`|l?pS)&oj`B6Q$@f%UZl7s zqMbWabaQ8k9Cx;u>dqCl?tF2!yFgs)E)+MrW#SIE0#}AF60f>TK;$Yx*p^G}R?ETe zN;$->mE+xdIoDk+7r1L=gS$@N>7FLvbI+3BVjtQ+-E+<4-UxEi87klNhA1V`3SYO` zjGeBlL2Mitz$VKzOsM2|x>Bx%^ySLAbOyd#S&C00uft+~DS@nG^KM$}T_z=4%rXH?%{~%XmcM=3 zCoUqy#04_EVSR2+#J!dN!`qdaxO~SR5SK48S`ia?BYnVb6LEPtY;VDrpeD$F<1GX+ z1q0p5;6Nszh{BGcI}YehzR3@A!bR+fZl#UQGJ*JChk%a!5}*1m_LIkQyOmh<i6F=rU+yG|E>LP3e)+I%lFDNJIGuj%PJ3QWMj*T%?M`Sc+3~PjL_Zw&dV1O zaCm}v?3T$J4-h_v@nsaxvx}=7tN$COdIj-pUTRjogqr21z3dTmq>Rtxre+;c*;kN} zw@uYc$u)@+!?ahuwi$w*NC|I`SLD}8dRoiPZJ@=bJ$dnLns;|Xd%$3@1%~;4yfwM; zR7bR?8Drwk`)#JdUzhz#;{8)arcNS_W`le-7C&_AA&Ueu-NPF7Z15liqG9=rQ<#?lie3& z8}~(-?!F{DxUb3#_f6T!eM@G$Z_5Jr9XZ{7PtJ1xC>OaO$qU?%0tnNC+>Z?<&u{zC~q(j!_x}9~EZf`xUJ6g}_PSz_r zYQ3&ITkq(uhDou#yFdMGn3PKyIPr!J2>eOLz48n&5LaF4GpQu2ug|2Ctg$|m3aGPu zCIxFW_Kx@mfm!dym=t_IlY-Ba-NV+?K9g#1Js~%MUD;wJcJUgPh;4!o8^(o?N%+Wg zk8xr1p9N{2#4u=YW?$MqdTqZ2OD5F2^QY!y?4#H7eWQ0c2R?5-CIc%NZ!|Q1Ve~wo ztI=1?)jUlvugK10`xon^FR`Z=PSD#_!oX+p=$;rrLP1+>A5lOa0bWqUqfXd?Z+@`E!gjs zULCEHW{Rz;6HnhJ{W@Zs@^%{qv`tRhn;^+KX>S?$hh~!0xsXdp_n;J=O<|ow9dsUb z)%ny<_ojimFOAmyXu2Lir|UsDeMv&k@~pUy-Bdi9Y&dQK;vOp}N!{-~)fJKJ4w(T;~O*uah* z#z2@io7-LRnYyvN24PWEtACPqj5mCLRhD zM%*GB7MDDJ3DXxl#^QqS{yoE(XK~@+B5l?=ZsjupT19k@GwB&`8VQBHYallc#5zHc?;~<`TU)R3CT;%9xl=r9*c)WyK>!s95<2XoN4Lq)) z9(pD9(zTSY>u9)MMdS5qnx)s$e0>Tn(WlZfeHzv1)2UXUL8t1o=q!CUZPFX*a(y0M zi}>60MRc>inC{k>(QbV?J)y6lLwYkktFNV(p$xsFx6+6D2KrfV7dSRf4Ai%YVY)$# z(YK4S`Ytg|?-Vojy<)DuPps9u#0I@voTDEQm*~CX2E9+*rXLb_>4(K04Mu|S$Moak zY5jzFUOy>b(ocyuw71WYHHcX>!5B0nL zGyZPVu40!lj@bAZ;T~fgabO&|%NR#Aj3W(Z)+NC>aY zS7MH`K5`Cg5WLGOMphTX6JPnm8sDuni5L18zA--$3FfDwr}>2#W_~FqnO}=j%x}bO^II{;{7$Sie-Nw9 zgW?ABCvms=vv}M5RlH~ZCcZNNkZ_GCeU^};EJKd5e6q@N3XZC1z8)W&jv)?sKkY02t8FsniSrpO_>%Xa)fE2<15u+6uP`y6VwBxkA%X z5(^YJ40=a=i3Q5E*!guF@nJvcXCHK_T=uB6Mu5|B4bYO zUW|Kkk8Dv<5WJP42T5veWtte$oZFfc`nB}v5zga=hi0Z~G&2DW2bwA8hl^(BMysm_ z&3vfg7(X!w%4(`Pb;cr`kLpMpt)uQ^Y~-ANUz&l2>Gkl4*KF8{0y{Dv8qJBi9OkQ2X!wh|bZz!%7j&#rN(X#)oLpjJUFq$j=KS1xm$oc4#i;-ES#eJC- z<>zZ2vv){`yc#&!57u@KV;AW7q>w(NgG!G_%u!wjD`lM&(r0v?C>A?^;MET7oQ8sH z__{jJBgn{=MsRep?{Fl&*=sT*Y1jv8Bn|d&l&>2=u{CU6UF-oa)@2tb1!`kzmvww3 zOkKm))g|c@dcBNi4^ks%a?(;SD@0AKCe+?aqTW_Bnqei=Osf?ww%X8As~x>#b)`?N zZX#ec5e=-KqK(x{46^!&5msL@)#@iMv<8VwtYgLBtRdp>)==?|HB7u~rHc=(;o>VR zL;PxukPWO%IoQgQ>DCxI!Wt(FtQ=WnO_JwYxw6`tEVo)yR-wwV!fJ{&M@_Tls%2J@T5io(o2(MG!zxwpTjlB_t3rKeRT(~Ov0+(D zj0x81My_>+vC>*;oM)}l82>aJKYG*a8so#zk^ZSMz99zDZTehos41`lWah75eMjpx z?)Sqaa=FI+0X0G#uW>&NM~w3$xZgNGdagd-BlemYi}Ws_#E0@`eR5_86}T|WJ2@xd zAOwO<^ou(=gN)*n^Z4%YMDrs2$_{4-vrW1qC;D1_u=(8C5?)_N$E>%-;I5i*O zfO~4*%b<=^^G=S!*0EKmaVfm(vC3gLr_V#9`RSdS*XV+3PR)yT8dxv!saa>>{RS?^ zyu;9mkt1_9C-nBB;ofI`D8kA8Qnz)r&&$YAYime0x}&1kG=16PsK;e%4JBCTQIfTm zT38oS2kRp0Yh6MEEO^1RE~9bQ6?B?)6`f&SO=nrx(s|Z(wBEX&F1NPO7HHDkWZg_V ztXpWWbt^q;-9}GYTj^PAJH3WO=Ns1D^dXLOpIi6R_tst!vhIUv{-vU=^`Piv?Gvfi ze$m%@Si=>oNsXgt^l{msv*;>KxC2T=KkrD8AUbN;faaNKt&hf%2GMWck-(DYMqmR5 zZ?3iP5D)u8?*Q8e`zT(C?e1EHV$6Wyz%gnD+@t$$`b=B;eo!Nx(FRm-R*+ylP7ST6 zsJZntC0ox?C+m6YW4%BF5gu&4q$xJG2lMEAANyvWZ(J{Y>w2>SNivBW_;+KkkKS>;MdWWY>MQ*Y@zd`#eL%z zcUFxNFk{^s&I;Twa4z_r(9#h1Pyw;X`P!gAinv4HM#_mx=$$^ki?$Pon$*zuXdXMs zICN@i=m)o{D-O^`)U)D&Y4BPNTQ#n9MJrz+_JC+*HLf2Hx|MkeW`}-^mLJIp6|I<@ z{i5CdXC$XiFgx_GXwKBoPkQWr*1v8O|7dmXp+%{oUv$*3`u8{d)=d0-YJnS8UZb|w z-!a*5P^$G0ERDBlxb-&WSntph>wUV?`j8&8KBXtE&**u?ziNF=Z(85dSJn^0uznO> zte?d&>sOI){UPRBhr~i#hzeVZ(`=tuVf)2uJ0RBDu2B%{;*6m68lg(KFu&Lf0YD;% zQmpe3r7dxtstZPNeD9j%Kv_00)>Av%Ndde8H?qncJaPj{w!ry&OFeEq#>2XuPq6F` z7AOto4}l&WwVQs|(Eno1AZX~f9Wv}7CD;w9nca}u*@@KMZbZk~AsT`AF?LcE`oVPb zpg$QVrp$B2tvOKNaxaE3`DR!T`rD(~SQ%nPl;83PE*fAN`=JOUy|ExnVPk<_cuS#s zh?he5#zOKVq}M`Yq1-qiYQ*tWb`SAX9=%|o)!GGvoZ<2V?gN^Cf4VSWy4r==ZYkg) z{pnJmwo|(luSwY1xMhE(NePD+2Av-+1!~n^lWOK#dz!YBsfXQ?`q`~8zpd$byA6%B z+tPSDg>vn7G|lcn=h&U-0=qMt=MX%ev=^eWdeQfuoFYW%K zxjj&{u?LAx_A#P|eXQtjA198p2aB*hR4lNEiE{gRvD7|6oN1?P7z(;D;bBW#u8n}X zVv9`}0g6{^bi-l!1tUzzU1JY`;vVRn0ivU4K+V+zxQnZpb=h{KxHuW6-Xk`MbNLgoF5Y>Yj>ouO+bPP2y?WnFwWmyon!6m3VaSE>Dg+K zX0lpfvO?a|y4SQpwo5aN;HCjCwDei4f8r?Fo3%cfc<7v(WP{Tlqj1=IkPjAy$xfOd zpNz>7#!+>$U%TLXgn5u$%gVS~O5ll9C@fZ!~3ar*LN7um8 zsX;;f!c&*8R}TLs1#^;N{B}3p0V6P6|8oZ$T9~Yb3VSI^*ObQTk%sh(Ye<{8hPW+& zsv>GqlXbpl_$2$sh#Dx=)U-W;`CrU&hL^t3&n-m(|ahjuZ2ZI{t^ z_NjExE~lUD3i{n%1YP6;;kTCw$39&o*k_7n_6pJ7J`0e$O7yc=i%IsmVv2p9m~Njh z^6a&M;B}(JzED)z7mL&FOTwJ+MC5A_7?F3 z;-9m}h*#{JHMFyo>S?$sW_rO9Vd^2*0b>S5Kg#ps_ELfyf_|CH*7O6fUZ*wm1Ms6* zsI~h|cz7QmFN9JBdot}J`4%l3-rijoaIi9f2iA+V{(b^{vR(pqDy~b!Wj3y($);kT zOU2_Zh=(QLv<1y9d1(YwL-kuTM~&niq7m#NyYGQpf}Ns~7{5cn2Y=EI(d2%bzY}^D z2#BPeqUj#dOjB4uqS$t-00Q2|lMSDsE?GUjr>3fN5rG|O9Qz7&*GGB}IJ3aU1r_ie zqA3JdF$6xU$?d^O@t2z8e(vYJx6AF>eYa??_pdeZEx-b_i0mvqDmr5$DL9PKOP0wU zHUdBeo2jK&8o$B_B)X>Ikq+*ifi16q{A-WE5I}vTYmeOe_LdgFx{U?8e9{g9(hFe_ zba6->Rc?e=@x}uD)(9HjA=;v3EdBwAPjRtyJNMDveROai9o`Vg?*XZJG!_shV%N3tjwy-053DH##1=Zzg#CFm7QJis=03V> zeQUbbSoCuX?$3|N<~+cS8|Xd;xsPM`q4tPlQSEVVR9egzBks%Km@j*9-%d2k(3lU6 z#W45nc=vIF`|t`+$6KVUJnqBYuNnM^4%dk2a5Wa0(QZZOr2+DdLZk^-#!AD7+)a=-o95-%)`5d^*IzDl};}@4W&_#0`alI21H#-f)qfUZ&+G!|WavF&@osjsz zX(qmOn#(p$2ieK#D0?`aWIw07JkCj#CpbOiD5s~)c6!TPr>~su^q2Y0KsnDjMlN)Y zlaCtoExg(}$zs}yIx>f#iuzRp5*tW%-}JEdy4Q=!H>mFf&< znOfS||&+U%UAZgI|5cQ`B6-Oeg?pR-y$?5t5wI_IkAo%7Ud&iU#s z=K}SivsQiKtW)1P7pk9}i`60L62s@LH-gUPM##CsXzpC8H!GHC4~JkT)D==_GrETTk_+cl1p(EP0u>zqm^kc@k}lFBW!>0pc`}b;wDN19pKUF9jZk z-5LC?0J^rjR7Y5 zXJA1C8P9GkPL3|^Y8s6E_;RTxAlX4lRBQhT4oTibhEq@>NT%vT7vg0mzwpIIGiy63 znM27$um}h^*H8oJT59ZEM@^hf)WW%eIyyH|59em;@4%$Nxs8T8+bGMqohCYW(iG<| zs=!^2i$I;7fuqA3=N{UOXSMS;x&!HUIrq_Cl(FA=fF5%m)N{j*O;*4mv+LtxB3uVw zfiYLO(Xq-qMYf`wqRfcLy;-v4mC<>aiPSs~o3Op-sUdI~-dN1i^MO6S)_g!bD%gi| z8C){K27o8P7=ozQ-rVFPqMAUO!^e1JaP?>8>7#w3c-by(mDmujz!`teM#Ano5gUPs z0xjTpN+0Ad)r8`Owa2#{*Ts?Z5E;(HXv5oyRH3d4gIxPf{!AX=?AlDU1U~ zjq?J=`6W8md4*1JUZqjaYc$4royIwTr%BEmG|Tx1&2`?Sh0Z%v>AXwJoDVSWZ_qmD zBf1o2Y;ZoM>z&V{V?BkA^+=|U7-84=5o70#s~?W^`2te7j-jhOBFmB+B1ai99Skb| z_ag3~I1YdM@=rWZt9=1zBJOf~R20gcB3yH@kA~n$QQMg9q?O*8XeR-$YHRSF6pV(d zqM?S-5Kb6gx`b#bFtCp!%{oD5yHjmOoACsGf}hvDx6n5zS$_ou>xVCC2e|CD_HAVdlQoxQFhvo5ArF`@@s+ znh9eSoE7rFq$Tb9o3q#WG619e*AsE|-Oim|S~59YzObkyzqnUHaehU`lYji}0p#gL zZEWlq%>$Io=Dy7>aClqrPs;$c3c%3~S;g}zCYLS<^X20q_abP0BllEXXuKm z{DtA@x7bUqaUpkp`P?eLR6VcKE5g7%^@W0Z)qDAPc4_&-{Nf2nSyjL{m!lT{5WZ1* z81889%9m*y8Ks4&wBfj-l5lp_!r9^S$@#O3bu&r}@{6bDmlyH77im<^D?;xTsO^{Mv!)&j|6ZSatK1gIy2WDg5n>%~94`KJ&6^yQy^0qW1s0sJ$Ne+C8MHH?g6 zzywABH+cICN{g!&;&$*rS$;X7@JJx60OLo1;81zEvZ}l!uX1TwI10o`C=Nhh87|K& zE~=;jZl`iydFkQ`9f_3_j!YeZpuXd*PV z_l$bWt3AFbHc%YSDk%)(o^pF}e({3b%KXYI6lBjSDzB*2>swHVdJENwP?81o5y|o2 zSe1Vn6~rygq}qM$<*v^TV8u`(hkM7Z&qfpq0*vv~lz*D>4}8=M>hV_qHV91LItVo1 zFi35o>E_j>kzda2`9O_Wtrl}av7p#BA6pe7m3|UdB`-CB#Rb1vc%nV}i6-eMTBV=O znK;EiG*CZLseYnf{Y2Gx3T!p)^s~M9#8hJW0~!-nt=UoI(EMZ4#~nU*iAPT z9y+nOQ{!>SLkk<6aRG1*|D_^9eN&QC63!_fUs@ing*-wwI@}OmBLi??_HVAi{{~ps zzv82<$AXH3=Y;4N50HWLkFrBVa~vgI6oCLrT-ht{6Yjx|L%h2%F-*|O=Xbc$VVH5} zo3|J35X9RXm<)0E1-9w}$%hOK?vfJX=XC14T^sf{C*nVz`g-TIjCcErS~L2CjjN@X zTiD0Wv~g9D_b z-a*Zl)|+&xNtc;)xe2Xux)Sui3Dt7i2o9}D*O+vz2`yZ@-h|KuGYJPE57}z~2hF%+;Uoo$eX(B*eLczj9rkrxam6b&$bAgzOO3JD# znb?U&{WsP?r+PP(9CxxB_O*YUL0v>7DYgyF?q5|D#LTbOp(GWr0(Ld zm5SN%xrUdP7Kihh!W6lJI@i^Rm^yMR%Q0R^Y>&atl97=GniPaXMYu96GJtNc1f|6m zgZK~C1F?3_uNc^T=s_!^pmCe`=1BfKu4D)+TklY+VF*)fBYFfwNn25nq=WV9M*MQNG$2Zv6-0@^2TLlqlr1=ri@35#GEOU(e}I%S(7p|Cg)6= z2Ds}Lq}S+mj8Dz1yK^|aYR;T+Ic9x$eql>Vup_9=5p%lUN@ZZW4e zBdW@Ziwg29!;z{ZHRx0*seK)FP2{Y}8Knys=9d(v@Np>Gu+ljx?LjZLPgz)6STv_7 zToEbPZAMW^${cJ0y|DRn@7@j4d-Q&QJ_yo>^mdRw0`mrnl%E9YQ~E4Gp9kp+`Vvrk zVt#oEx}BC1)35dc`YK3Y6VSIYdD0ZXhHqs0xZKPjeM2+Qv%2y`8-X^qt(k~AkpQ>h z+aP@hOD*aUE$oQng%Om z+|vd1mL3P*JkJFvzH(k&h1b1GQz}ats&tDmM~(Fm>ElgwcgJA-2?{F?SGn5?aO&JJ zkY(H!=!q7U;W`zs{oF*$eYM4 zVYur(#YUSys6ka3#0+d^ z6;-n-{S84)sGnlK1;^H7fM-Ik$XFLdKcC2pk29JIR8vVw0r((i;H{%;NRAqe@=pnAue({&F~5sjdKu758x45LXNNYkueT} zeBU<2NvbJ}FLvpz%W|D7CgSRzQ;^1ilxHR`Il!1R+VV=B?3D@!{$8nmzEYIUMxjj~ zEk%H55|Vt6?B&;DaCRC%qcXyP{3@>rcnVblvd^vuI9a z?8F*09sdOU;K~q$A8_V)4?&g6ft7;{LEd3Z^Tk9!#1WqYdX7*FaZ_XX8b!jPm@u?E zqVY{)(kI1)p_LL%gSJG&&11q)D~`suhzaBRp=cX0*wHWy4x?eHzeMvwCnOrig)Gr< zyO{LtL(mLy^sN-wg)l>5p*4fQ5Oh+Yq=IWYQsM7xKfysyp!K!X4NAOj zLQVvAnVuo2og9{92Q=ll^aC*^Lk-1E*SDtR9ek0EP6vA`tPre^)^KSaZ4DGu+&oZD ziL^$yoI$2_6oyb)2zo2-(7KCDUqcD-X5Xoa0PiFKcwfM1KMcq)Dnjgh#1>yoFLu(M$a;lroi1f|9ey6-+1^m4Ek?Q1N2w}e{LFJ-vj%BhSdZ` zP7madI2X$>E~jHe&cIwO$6TC=xj2i`=xhM$N}#xNFrupg=4V6|SE6+z~r5v8G_3o?YW9?v8#P`@aJ3>F9752B| zwoq%nCM_*-==Idt4W(TV`)t5jJ~$hI%NBs|a|(WI$Zv4lFeHNLpuE-<&FC8P@YZe`wmnswVhj#JhYiDy zty1T@G7=4)HaA)qy~2y$L+Px>2s8Sa(xKpXSm})1l6Z&YrVNJ}pj#X4Ezz4+zF9ZI z#gvXpOKiW1+VSOL#~Fp(Exd-hBSj=;M4FLmV9Z9KV-g_Yq5Ied)YU!4$(h;<$xTOX zEKoQXd>}3%)b9@KRZkB{gCg13N2Uv?u)}u&wO`K&2A6=YgF-=U@FNc8{B$w;Ll7zu z-345_9b9T$OAJ10XW9*p@;z|Yv4>8edjV5_1J2)zZSOv;^!tGU9)M_lA8`17K>9;~ z^hW`~2LQQ`;p^jwc>*y{0nh z$!MrwG}ODM673CB;Km=!aT8%s8;qn0A}d1sAOBYibS36pa5^{v$Tb~(IUVhhbVj@! zMETn^`~t|A|9T@qedo*^Fa^q)8(%RhToNx05rb@yFD&4&u|cl2FevM6fYn6-x|pRQ z=h@gN*YnS%{KG;HezKT@pDgI$=SKdyIzZP1;DCy*3()mk(xw1ywjmQek6$43Xa+|l zbR$0@@JM2TM-!^HA-255hJ^A~PIX&=wwhY%!L7I>0EHFIoi5-m8@evr18`!(!jJB> z%cQ$)WZA8yA0gVq`S0Z~f8(FM0lE*;e7c|0JitE>^3Og~OG2PO1UZNa^F_o#4$>W3 zby&ks@DGbYOnTaa;^Q+W3>)!$jvM{FNiUf6qD3#!%O?B-!SD;2UklLd7U=802VnaM z`uZQ>%bE0+1rqyhuJ9d`-nE(UWzq*GOe0a+N1XnC6ZSIb<0mG4YQkv)ea?gM1zcc* z(-okv!3tdv4wtc9C8HEfc;=%Ur8qAicJ@87ya=iTIQ#xLWGt!m%UEI|2{rmED)Y;6 zlx9AA&51lKCziJ^=Hoj{ULatRoZOqaTn^2j z$}E8zPoAKYsoR@Q)efgK$hcW1t zk0ZaPWaf-a8Jf~(a8R`7wzLs#0|E_gC)x+$5C)y=SzntD!vz4KI;#naj%X&jJ`{y_ z;w}i$88KMub;*JPqDv62*1CZ|8&e!Oh=rvk#Yz<+)wvCh9x9<@UfQmi>NYC%~0>hoq)f_^KS@dbDkc=yn@my z=1W5*729RKa+iz>P0nHWm>Vw1(@-{kZn?%Bz{(sKkGz2~q6vXeqT%uRB>--a6bT%a z0scI|35;~ipN_~yOxa=4xkU@hio>zd7I^Y5&mTp(`?QCWG1-BFs=RuXdjAVjmLte- zI(R~qNK+0IlV|}-qgtt0sM4e+&fQZ6Yq3+~!=gEHLPZ#o(aNF%cN&4Cyks$(jjqY6 zghVTww|h_^1;wSTR~p~+s5H#ZFD%R~4zsRvt@0w$8C2{5bg~Lv1W+Rli`gh*HALKG zgAbPm@eD=9Bh4^Zm8E$_niK)?l~+~@G@b{nVN_@>2rKNiisd-9gf`K}8@$-Dr|D8P zaOOhm6_gf)f%Pp)om7vMU6WPN;6IZq3Um`#(&J4U&rXtCRC#_8B-e9UitTFdHYqI! zx(gR-&@7DV;+kInFh$7`*-srLXOiBpYkxqW=jB(h7NIwHCK#cN;RsErFR8O8K*usFPg^>D)sVc7R(91iY41La{*!K`JB8Rak_v4}S~ zG!Y<|7p^GCFJt(OliSt@JFyZvPndU9v7%L328>&YA;B2@8!}H`JQZPThvOBCoCm4KDc61XxHAh`hFV#vLq zv#8dIu_5>wf^CVhhu|I1*-L)#2?7u9VJ?)lhwPAp&tPTmp&&dnhH#&&`<75mO+pPL zZ;4=Y@1aI}DKu>_HO5~P{3T7>K~48kGZYB15e6SKz-Y8S~0c3TUG zVd|)I4?!5yBGlV05Jue!4vWFI?6-j~KtS!L{`+XaE*hAav5A%%Lvi(_`+W-)AOLYr z^hB;!T*KV#k)A9yEtJV zO>pm6nwZ^lKTX;YH-In-ZqaieP1;41_s|sl&&`A(us4*|RLCR3Jw986DJ^Jcn>KI{3-$LU~@tBa;WC#6ED+3Fdga z5Qp*HP5Ilgy0aluxBvoA39cmkMnT|7(4&`7qql({nuD|361wYcpfTGHjHGVV1%^^x z!3OLG`9yc{JX0wXF{5GeG#2J5*}xR%LZ){CF6~=OL%{1C3J&oJ;QXe;_;onWup@9v z&BQ5blt_j%+fI}vj-fGP6z&9?K;uLn{9?|dY*C8$DyU7JPPyVtq&tVEigmbe{&t!s z?uNe7{Sd4^2f^waG*bpBPujQ~FNAB(+T&i@UQ{4w;F*sr0*h#_JeB6jrMTbu0$Lz9 zQnB2O+dFqqiQG@6@-Zrt&(f*#Cn{F~s!(02Ql(Or8c2&^{Ix`#Ov_XrEM;fY8EQT) zSLHAaJB?PT<#d)>O)J$}NXi)Tu}_M%7^71mu@qtqMx_GWU_-P70<1zvp{0Gm6~;ws z;!%v)5?V@z?1T~GuLjz3HJGT&V2Jk^%F^lNEkIVMBV7QkeiV|r<+!taGe#0eAYATo z7Fc4s6q4!!It!9Jq6g%2klwApto|l1p;f@=676#>l>9)ytE2e59n$bWp8zU!nXxta z`~u+fwMeiA2_&5x&o|w3R(YF_ClT>qPb8>sXLV`llDS~P#dA$1IEFupa{^*@K&-Ja zCg%nOc$B*YxTpuk1#s_V!TkmpsT<%O1V0xA#Ki%)`lAM7y)7=q6;$GK3l?AJ2gDT? zh4^`;1@xq*Lf z3<&U5JBoAo=Vsh=$j@6$ajPkAGvSs*Y!kPe0=nb}1-Pmm#a*V@&M(j>-yn7d1hmNy z3b0f+h}{kx>g?ek@KX;8@KXGPw=NFP4Se4V869nc`7*&G^|oAd~so!jvsd*@}a$P1(kjZB3bC z%66t~Z^{m)>}bkP+?>vs3)#iQjSaG!O}EPKTumzf^uPqko~G<&%HF1g>Dxis*OdJ* zL9%~9!tiaE_}Y{MO*zPv$C&b1Qyyo^G*b>X5(6rpz?uNK=k7TnklE7a)v2SHsvY&eWoe%OgYPx`KFw0$^ve1p*r)>Aq@9H8Mc5102Dr+RG;_; zKXMLdo6A4*7${*Pu>s3f7V*nDoN0bQE(k~v-bZ1nxQ7%p%ww>VrT$wpyA!Pyl(=%0skfNK=`S1b#eqrg0PF6O@>d8pr)+za8s6$7akcEh=Ec7*!EI6-TLh6X!w)GhCvR%Th32 z{=A`=JPpa~@AmX?d8upGhStc_N{?2&n;sTmoV;@O(b_(_eCcqQjV$1<>a!#-myv7& zsv-8z&k4@ys&qE^f!?~&oRcU&A!&A1QE}n8($WR_^T4CkGtNw_oUZlTtwwVUuH!6R zCnMx2f+jg1j1W1$9~L~0$gyqpPRRILoPV@Iu4xvtfl5mXQP!XC2@cHp+K3&Q>OSJz zELsQ;2OAH|f(3MyINWH7h$cQ0LnNY5?xeUR5(f7Z3A@_XiotRH1_VB9bU`= zTC~l5kD?jPkvR(EDw?=%rd)(cg*TtswW7HTY1X#cIW3=>$-vp~93@z+J zAT3Od8_q-bZOzcia?Pj2B8)PRNzHuqi_X_ka6--6;JH#|{js^!Kf@Xx`j5!3%ttSH zPm0V`QeCR=oTjoI!d7=0BX(|fWH0MKNzkPFE3BEedhvQpySOX#w&~fks$wE~c2})>0 z1!bu$3(8Y*XU?B=CIb9XU&A6aPEc0R9|2hzlvUiGdL5O-n4x#Buk0EU=O_h6X`7=o zHbT?{MHe19DO6A{qMwfLVW}yetUkbXP<)En>uWpl5jO z0`_bsr!Wjx@&t*zAY6U*_Y_NfTwg!LqSdTY;7jS;nS0=~=ayEM2IU4GW1n{A5|kU| z)j)ZesGz)t*Vwi4x}caS5?Qt8Ujcc2P;L?jW(sA zJGbzZ2Ry9|Bt|xQD<`>)f41_^Hd)PMj-U0M4T=}?b~Ibw!TK;#D>S%vimufm`k#V- zdVAF9y=!~4wS70+Bms?c;qt*&k9LdFF zrIYIdqtK$;P?5hVj4}9|+#8hl@j|nD=w|Em^==|Hv{ex3;C?8DF_43U5|j_f2Qlni zEt;xLWifHJ%zHgWtps=JL_jqt_leY_sI6qza!tmg9fg$?O!Ua~tZ|tm(3RXNuoKN3 z!C|ADUNMar&FfKwLLvsd8`8^V_%S1cg{jtkhsGj%ox=Lx&qz=sQ_fMdE+zq`Jp`N~ z=7_mLXlyPB;y764@`v(jl41zFS(9CX>JA4N%%{;6)5ZF0zzYV?DWEJKr{DkxHwJJD zkfL1~^y<~i?U0^Q?iANiQz_Q1>eekK2wxiof{x)LIgz(&YGARC3yGYu1`^r36y64- z6#_tJMsf#5347>}JZK3Vsg(~>z#RjyHsuHenq8PH{D-{)~!>uL=%4kg?u&=6ZTPn#s{bJ5q}t zVKSFMhXMuEsBkoJ`7%*W5?iA_=!5bB&7Z%}4FrqxW7)0$L*=LXX2A1Qf;BO`mU>Y{ z)q{D>3&G*>&O`NEnVXyv3?+=mpHf`<4>W`RPxNz+q?F~V60uS!@KF87X^l?mX6zhE zBdMX*1kWp-69u7&w}ZdtNx{M*@8`{118m(|C)d-!vq6BBS5}-@#0L2RohS$Fh&owv zIHMoYcE4^d?HWBYpB^gS3^JJeQK#EOPfg4yfLlc%ADv?yaB7^I)=_w9?l2!w`O9K@ zv#0>z4sf0wh9uWz*Fk|uv+W!m2m1=`)-j=GesiD)44kYTIUdP9W5^YwXe)&1lsWUk z@|?ir7|TUsy`3IaE6Q+{BoB9TYH6xycJTtNFCTl3#8VY9%Lx7!HMxv$sO(SpQ;2bY za1?e^6w|q?kN>g94S$*TnTd^(`CzUi);v%81unS8l7LoV{2G2z!t9bcHL1~GhuL=C zSW`Qg*!>8pRsvK#aC$<>X1ZEGae&fKoT~K`CII>gx{jYr+UX}w_jopk;nvTHg7F(< zWPZE{V%|->TQTo8@`JiTT9Xy@^%I*Oo*|S0E)aej;q7pxGr@isUAGT#?Q2{oYTTjv zL=%z3Uzt_o79bl!eSw>IsQZ4BxQ|qALqOr8L+Em;UF-v5KkK0RjBTmASe-1u-*KgL ze|$H!rRy%Tc9Xq@+9H9~3f7VPD2V@&RAmNtagYe5o#s&a!Bs_oh8!sMOoW=sBpL|c2E$>3Hx<4OPC|GlerLh2 z!CaUy7Q?T>QkXTagAL$C_;Le`ly5@ZRwxtR4t2s^P$#?>%7pu&e)2eSJOg#YSD;Gx zCX`R!gD&7_DB)Wu&HM=4!QZJ&PvIO)YIFF9gxv&TXP_>k1>i-Z9jUONXoa{E8tTOr zLm8{JXoI+W0Y7a;3PR5y)K0WV=skow2zIvlBSM`-XM_L%%!G@>qmX46^# z%R1PuUj$p%i=h*C33Qs)13)fS(9z3vc_eBw~}ZpbVnG( z_YpKx`|qIvUe^Yu1(SpK(jZnIP36!rtUTI3&5SK7nGMn-rBxq#q4qbZuDUhFeh5K> z6*qx7P!DxK8pEo^w_I&|W0UwGI<(?-tn|lN6%tdolbWkR!K5Hwwy<}g=1D zW#a#|hRF>d<9ps~x|9?Iljtwk8gTaIw_HjcyAA6sAu*Gfg!sj-P#L$5m?Yee(w z#k4QkuYHCw0Vor&R}*|HNg!RgG{zqO5Xk?BL3lq3hXMyc1mgZ5dJ@(>XF_C^1^TFI)NWY8K;Gy3D^6Vyv3GWkr@sJ4MmTXJB0-N49 z@q8c0fzM%!`>kjyA;FdHMN4_CXeCb&t>skFMotrLWvOTfQD1wx0?*aB@Ay2?30Et1 z#?>)haDQcId6P($cZnYIUeOcm+g|c9(ObSH`p6GOU-<=YO8%GVuM)%n)mRKv-NYc( zLmZ=qi{sQuB2~>4L)9WNOsy5is|!WCx7Z1F-g53a@EUXiuznk zRbPpd3?-%+j+k!r5HpMc;uK?um}v|XdB$Wh%Q#WYHu6NFak>Z_tHd1R9x>N=NX$20 z7YmHfMX~XRSm?7wiLZkw^>r3yzT?HIzA2)@S1u}jm141Pu~_0eO)U3aCRX^iiL-on zij}^n#VX%(VzuuhvBvk6IM<&b&hs}F=lk1;wf;e3oj*rhO{~U3t{~~dj z|0cX|6<2CH>TM`Y52k)FbnOjI<7aSFG*eVTSq_D2H?$si9J-+osZ#X8*9P(nTF5gB zLN)>V`~BdNr6Dxdcf09~gOT!RfNvzsSqDr$A05`&=kkADaqD~`iHD*f9; z8sJ8f;lB;-`5EMS0GEOeLCBy4|0XdMM@=7v{MU$KsLfAF{tdVn{RDUmY3E-j(vi-h zj{ft(k;}kwqKkix7=bukZo_gmmwpq2P(B}0*CwV6F_?f$Vn04pw$K?ZhjwRslBq*l zCfb`Q*ebEXCZ?+M@Cv_1E%~)Md)V4TxV;m8R!$1Rf?`@V4Qq)tn6QJU`+&EnS5vQ+ zKJUFyzqe`W-$bUu7S*I>03lE%WFtEalV&ivc4$QnWvyM%iEE$-eH|2Wug8IC6GnbB z)Tp;mXK@n^6gPvmt)?O37CK(s3LA>8lq0s$iLi^v6L-*DaVM4HBA-*mc3O%Hg_c3P ze>tvSf(kW!_}`;vn=id;OiRQl!A=oPTB+v*2O(Mu?cDx&Dmo98^k~e9kJgAWm=nGW z6I^R|3{@ZZ;3RF>8l7CTRp8)@gUKn0g`04o9txUr0H~{(sp#q+%EPaR!r1(z^B&5_ zZ)moQ$aYf!a$>l`c;Moxq`*rlYOyr-6L?rKU}rA>fjxk*cZ>eOyxy@2IfSIw`ae&j2Pm zRHEs+<2a51Bc?5-F>NV}w1pFdPDSQKKXRk?a^0}e9Exk$4hkDQG;WeV*FdDjLA4?q z4#+Aa4MJQMj&!XyGUaXKNt%08_vh zo(3LzOFRqDP0zuT%k$7We*rtlOJF;_Ellwa*hcSy-}4^aE4&Z9@Bvo%hhmKQSWFh5 zh=t-)v0Qv6&c)7gk@!Na7hj4E;%l*4e1m=FTXDPiPV5oiT0q)x$oZ^r-=UDP2fWgJE|!eG4_>2*7Q@D&pfu&6qZ2j3xd+DTfGGj8QV4 zZDBeQ;eEjskY2-t6i_R0>uGR5u%-L6!hv3<`Mi|~OUBNjWiCLD zW8=5eH3%-&!8jQ7J`QB#IB$J);gGvPBGfvUhkH@IgBvW-UWus)AG}i=tSGWi-(oHMiZ>tV#8b1CH znid^l|6>@vb2iWo7`=1iM{l(^Q{1jKx`}gjFs_LP_5d%z|Dc)YMu5eif@Xr&PlUN_?u?HxWf8ZUE~Nj6b(Kjd}p)X%N?vv_Lhr-b<~)N4g*l_O79| zduZL=)IJ$azMDG4R2{_e}&Qb!-%6@Y2RWXCixZa%9e!++Ba@^Unz zsoRWZY5thxQP_)(yZmr)INETiL1vQ4E9(kgSt7zD)$n_zR~&!7iUAR9%MJLSR|QgU zpi`0qaR`c|2c}ucR&+N+=s({LnQ8^4s`2+muN_S7j>qm9VM5f}Wn)I=2wUvcF@;`H zSLgC;bxvd7|4j$4@!GNq#N~ulI**MH_0U0A)C?x*^Hi&&FM>-Oy9^BB2l&yjb&>wK(-abWQrIe+liCF+$fM8M3w9) z&Xb+QWwNulO?DBt%dX;K*-gAAQ^gOmhxkMGl!>yJ>?nKVzdkZk_LZY$KRHtlkmYiq zJY5cwXUk*c74leUz#b>>k!kWNIat0bhsZDGQ2C74`*?mTPgLK_lhjXgnmQzB z7y)^*(Ndmbw2?E7E;7&PD`y$U%Gt&^Szw$f=NJp*T;psx&sZaijJ0yUv0g4Pu9C&Z z-EyJvj4UzUlV!#sd8*Hn<-Ufp!q-$*`P#@uzJ7ACZ=hV_8zz_fM$6NDIr4O0fjq-k zB3Jm%mS_3a$g_QGCuJL^+&-MKz&-XW#7x+`;T7PG`&fimB z^`sDsd9CX>Q zMBGV`O;=C{F%2?TznV>Q;=K;Xvg97ElOyPlcZ<5#!S zV5DmUra((DHZ&_p{RB4O6p@0whj65u4l$eG=mIyt`m1pw-6CcnuW76S3xgR&%2*Fc zu`b!yFH(xHp)RF8`Fu?yrTB(LO7WFMO7X3s^=>J?^B*g=f4<79s z-F4t}C4e#d5WCGs)Ixqt6XmBgO@2lT!F;_)eia>yi8M?Ug3-W&u3JPH%m=~+DlVH8 zDo(7D>_O6IKoYY*zv@07Q#8gqa92YO0Y{JyP($Do0(M>BCQ9<&Fzuj*g5#?Xy@_OM z1NFiO1!q4G!adDOEd$(z(c&|bR;B^ZG?;8aod!8>Lk{TObjB4D`p6&J$D;urgm)zO z1V0dIK|YC-1r8R`r2CN+kpMOfwHA79>#l3NbsycD-4oZWp#Fyd@(*pH6b8EP90t&# zXzekxQZ z%~cJkL^Z^{?TK`WYD^ncGVM?;X`gCE&#Bh*rfNeUsJ8T_YNscJ@1{rxx@2UkpgPk? z%!5)3^H;y}mOF=v0H)x1(-+WBXn^NF>Zw7Oc|}kjcc)7hAfF#7y*DQ7VOCbcV1gyy z9wDBHR7?bx*n>S{CxSf_L8l4R;9!9KxHIIDYWfyAaM1089Oif^mmmk9ZnscN4z-S+ zDLJ)fslHoH_aP6UViNK+U}$-0n8ECFWN^=>gE+)2a|RFm&*%JGrzQK~XzR8;^l0m3 z-yS+pI1KlcXyp`Ub)zM7P%2bQTBFpaU>w~#4W%^W(%oFul!*k;UTKU3iR1CHk=uh_ zh=%$KM~67Nu^ZhC(X0f8=q4PU#L+dZvkT$Ah!k+U>O?`+g_^1!)Kc}N9;z4h2P1os z>Py2^e;Ta@(0J@))72pGg$IHKdn}y(90w;qLuj=cN|&o)bhA31cB&I-uS%zf5cjys zpck>@y{0nhGc}TaQ1FYcMhj9|!d7EMLp4@3Q{zNCHC}X9*`k-4paFzk&bRac1lMU} zUuFPN(7x)R_YH;JyA!~t6~N+VFi(pCAU>$l9Iw9`P`Vj~uk4~}HTL3#*e4aehEjNc zkT9UgYG;{7FDCt?ZxEPH8T(r<0J83&q3m`?=?qaf?jJz1t?V<>`5)5{&62Wm1 zZY5la9iZMZl{}9k`A!|ptb744VE()qtp;jXwbOE8ywCp0w3>N&cv^Lfi?Ww7%I0f^ z9^_WWAZ;{MV+*(=iw?+3XqR%E7kW9Sjs5w!=1=p-Bz*;+`P}^~o}t(96W=Y>4b__) z#H=0k^hRoEV2Y4A^twlw{2fm;44gL=;d*JLB%tB~tmLt}G)GO3xK^2SnP_}4k0{KA zxy(1bGXH_e)t}#Z|NWx5LsMHh#?3`{VN{N6_T9VyazCJ%ndHmUWmG(5O1V_nO>>cD|eBOAau$ zcCSRy_?mf&_g9NKC?5Da1;sZ_1H%p&9)(3PHs`Gt!;uCk``p8)8MzYO<~E(~ zK+UAaDvz3|d?>ZerV*+D`&uFPv@p$9b7;Pri+!yK1k8N8RxO}Ss+ew6rLTP+nQsnf-5b(WZ?&KAqmO0iO{5;v-IM73Hi?oj87 z*VF~#Jt#?hqSlEopeXT!x>)?G){DL zYvc-W7uKljk~Wv${dvs&16K)J^g}a2}pgx5`h|ZSq^SRsNuESIyL= zsPGd5x=lT* z9#99=EPh{9PpCK4Q|evywE9FnYb2`YjpphFBSpPr3|FrhW7Mn0Wc8XcUA=D1 zRDU<-sDBv6>P@3Uy=5#@ZyPJsyT(oGedBiZfpL%e(70cHWb9WT8&9ZDjpx*7#;fXc z<8AdNm`C6E4E3!qMSbV%s=oL2Q3rX0go;cHdXc8djIf@m`hrSN&Z zg4$`SBA_PINH5)3C=xJLVW^3erKt*^x{aD3t~27^rTGY@AoK|?H|8_4&tN_5DWW~p z@GB_Ii+hgxBCaFiUd3ryr{fLYqd7QKfzt`jxxOBnAdnRBb=N0eCVXKq=@GtPfeyjh zN6b(|fYCk%IUD+9TX*Ab`WW0|5W%J~q#Ck0O$HAH=lF0pvCO4_m@{lFl9t0e!81o_O+RX!lc=UbuV-6#s! zce3J=8f0q<8I`$s_c#v4QOKGmMnR!Z;Gs1Mo!Ufb;m~R_QTD8%S|4OTmpc>X0`0OW zrzz95P~=C;AtiE&V??{eu^Zh7(Lj2pLXwUM13T$(bA+L@qQgOi&tV&gA>9?mvE??9 zdG1mCS?UiY@(b*=e(hUXps@3HAZ7vXEdQJ@P3Wal&&+H(Je-E>@>-Ar_qWYFj~`dMjLw7 zXiFa$DfF??jy^Nm)7SWR(C9?}G&;lXsf+L#T}1<&{j{w239xW`vQX7U+1imd5r@5eyan*O=$%{pH_nmao4*Hat z+<;w|$t@0XNE0r*T=Nz20S-St29nQeh#rPmt$*WEG564X&1lcvhq!&DTgcH;LDe~Nn<$_*QAKvjho~zHI17P z+oZ+uO=8`ex|_r#3===Gn|<{k0nBfUJ@i%e@4tJlk;m#;f!fGe54*5nc@KT9@yB~! zqOCenrzDX5I(X?3+c$p3~th@NV^?kD^2eE(03^m$E}h z8sK#pCjd`?-(d`=?nVanHb&4eBa=oNBY_`A(L7@`a6%THVT_@*##rEkadZR1w;I`W zmyts+7`X7sm`Gn5ljx9ho;51PH%68Cm$6tJGM31Iu~gc| zX|j=Vx@=-Bm+g%+Wq&-6gIHpSu}Y3I&XJRh)eu*l0};jfa+z^~TnkafMaG31r<6gL za0NDHW^4OkUep%Xy7b0D`r=54dc%F{>EaAvjSkQ#8jp<{cIwivH);bSp!Q-p@*46~ z+;Ya+mSDwUou8>q@1(rY-3a9nnk-guI$)@?qIyHiP%8f$jML~zIPG4Dzv=kHMQa-% z!T)wAjg5x3?xpV#_x(=VhSbgZY|Lj^oBb^^?XGK=)Sy z-CqS04_r5AY@|WP)j<2#070D{ZO9a_A)vkJ!f2IsRvvA}4>eV5Z6+9;88irtkYlJh z9ZT)ibTn)w8Yac6cz44W-8}eP+-uKw+fyGTsLv=n-g!v8$6>n3q!~7}(@r+&6q9D! zuv(jCp~!sxnaw|Ni`s_@`6tW?=kU+m0Koxj1Ab{hMJCPX=K|afXwpKHO8y^p?*SiG zwY`Dvy=Rg+NhW1a3JK+8=mA3LARPn*lqOXKgb)HmLjoZ|ida#xBZ>lwBA~I0NE0mB zd+)t>uf1KpSKhbwUS~2BLO`$o_kNEbneTk(?B4e}XRnoj_4j=GSwKG(iSWD75tT%$ z$mJqOoJ?e~BbGQ~sUwypic`dL`Z?7Rr#a$uN1Wk^Gw~UwBUU)#Y)72qh;tJKtgaf9 za;Jz3D4Yue;-Y}KSc(uC&MGM^HJVE+a0s-#!o2zrL8uk0fLa)Ho)^YX>Q(Ax5B*A! z1qEfrMNmg)Zg@(ja7@%Ug|rab1Ng>#&%tyh`ikl3ah-}BBPvb%9L_;+L|B)ONgRFl z4>Ae^Q|aLGsH%B0iz~(#&MYPMcq7W8Lv3PVMG0}f=_k88P>N7*{$m>olu4vUmmbdH zL-j=6MPr^>^^K-n42RYPq_fT=;J6=vxsrv(Km?TJRgUyX>=F5h`b$WEBgWnwFAWq( z;bN;IE~0MIS6PlT%YW181gYOtML5Dt^=LH7 z8arOLOgt-NtHotVZ8!*Hxp3x#&J#3^F#buAJfzH=e`oaELO@)R7HFY-qpogld&FH5!{Y*u=JK`T~ zJ5pvg(Y>l5j?r$S1Z_ElxvJR0_f&{jyJw4wiszF>KgkM=tRAi<&^I{`4F!!4D*Wcd zLLLt0A5n*eodfE>ZtV;IfX0nO+fhRqk--;$HHG8ZSc%p_P`^rzSj_}=8CfYUE}KJI z9IVol_#!Ay9Y`_e4R153E=6Z(oO#2C*Qxe4T5~`nXlyv3D7h=)d`(BpD%cZa{zFH= z6%<0@m@^@|gF*BNAog3LH!u!Q`iQ>x?FV)ab_et>sa4yM+$B`okS~NyZQKsL=)vwd z(6-$U$m{cWh=jK7cZfu@W)uD4-n>eLeS&y#DRxG!M3!icmk@b)mD&b(+lm2j)7FM8 z2IA;9{c8nlzugcoT@6OsX#LSj3_kMHontL#)2!Q-A){u-VWm{=0T>vpfhfef!@@eLXR-Z?WgTC4#z*MV4c7VIs*+MLpZE>1mnpgqpz}fN)agMwWADnCvEAdgz`SLZK zgCBqtjK!&&&gcloh!JRf>EaqlDn_8G??amC3cCXN1~=MNoQW7^8m*R(;}ziuH0kZK zr5J;IK79Dl7z!J@ArwDNakfdzuMq;hHO}MW7-`xn3Z&^K8EQv6z-Hz!^Yusz-oKfD zWAW?YZvy`4-gNvW;;#gMSb3u~1eT!!ITo-LBOo&oC^LZ$C!h*Kh^wmcij3?irQ&o{ zb$+OYz1ol;YH6=7%MZ1(SLfx2THCAB@wjU z+NoQ_FwPMfVM=Y126Nc>+=8mPR~$~So3;_6=9>dK0AV<%VmMO+E_Xq6o% zQD^+~EBMznEu;)%qQKI?!9pNIT#b6a7K``m&;~Z4?zdp~cRkKeRzs)3jnHLqGiL8w zu*kR#HF!H*ZN=R?apx{bh4Ar+*a^GmyKvU>ZisjH;Ed#6nIZ0x4Nz-MpxK}~PF@Z` zZ1lar*BFV%qekO!`jS*`(7=}@vrTKjXfN};Aq-cOOlxpt7;WG#_y`Cuh$Z3i6AyPojfLuyWb7Wy6eOeQcvjVa>AZG{U zoCN4soEwlZ4H1;nh+vNtlqWf|lyDv?dnrrAR<=A5+sOHec%8a{TvY_*LWq1FSw%4{ z3doZaA*wb3EKbCZdPzVobtLvnx$+c8E>DD)QyqC4`9GcfpFvN~q@S|_as@p;n{J;& zcg{_cE9H6gbAAFg>=!ulLUM4CL)K&h@)Ad`a$rpcw^lpyvP5~gT;s?q9C@W9*E%rC zfd}gyd6grtcH{;}UgN+7iQMQIYcY=8?8q(T_j<<|iE*M##5nR+dU6}({B}p)L4>Tt zIC7gK?{egJNA7UsPDk!?}w+QwlV`H&+YcH|?DeAMyG!Z^k# zj3b|R4loGg7;`X=F$Uwv*C^=M9r=bM-*n_#j(ppZ?>O>ZoS$;!`;Pp;F}7bEWBJ9A zpE~k0M}F?eFC6)$BfoNttrrItO%Aa0;>e#J`HLfeb?UP3f^$l+?&2uvc$Qrp73ZjU z#~5_6wp<*Q1S2kvN_Gxnz{N4cl*Ku~B#RSekj1Ij9E)>+F&0P7a#XRS zW;<$*qvkrQ#8D?Y>Lf>%I%=My${bbhsQHds;HU~mEp$|+qpBRW$WbRdYO$l1IBKb* zmO1JaM=f{Msg63$QKviV3`d>msIwfk!ck{C>KsR%>!_8EI?qw(JL&>QUFfKb9Cfjy zE^*WI!rhb!9-U4XAZ6Lxsih|GfeA`mKGK{SU?}>`KWr z!=Y@aAHp65UQC(YHVlhGCmk7Nz;290AGIws7)#@I+N4P{wp@)(Oi!gD-X_#(l|04h zrz1<{M?qcJEJTg%#^Fh74#S{%vR5>$O?`kI7=Wf+s7c=Nmu;0p+yUqDa#>GiXvll{?;%MIXtIcW)G&idoXv<%;FsQ24 zjX^m;-9$e()6XsRb88SE(Dsi?-r?93PeXvQro`24>UIc&YD5s$l(@P>j)k6Pb*Hzn zHdclvLUKmZwPht!loE~`KXCkT>~XtH!xx} zt8I9>E=P@`({B@=Z`_qtB8XaQ)k*21DLB&bOuAvAK^+>hpP|}m?L9MDG*4Nzt_{!A ztczyrx%5JTQs|n3G^(U)>CE-&qJif#qHo%0#D(wL>guIY5E+wJQcN#Jr0x+pOtw=d zpvoTgO^V3rUQj(tZSZ>a9IAO5a`!ytF86@86XPG+ZL#_g2@zK$STP!UQ%PuNHDJ#{ zL~sZJ44nFL6FPM98%dE>J{czSF(zH?-l!Y)bZAomDN(7NMt$N1IX0kPq|xFfq$3~c zCZp-?y}}w@#V~dAlWI#>AW<5->z|4JdIHF`YTyEr#VLQH1QcOEF5e+z;h-Ot`TA35J zNe!cY7DI{*iDrQbqOlF4Mq7N1ntW`ar;h) z$5;@cd&oTQQA;vW&qjG0HS#6qZnz}e2g7`W-rmvOiHmHYZFtqbcmVJW<%T z!554$0??=+?0p+bbYC#p^qIoV<3?@zBsYfPbvJHGL2L=Id#_Z3>ScWOBr?byl7&&a zxL_=d*r0hK+l}(Z8PRpY@X-b1?2yhLNsE3j_Jm$jGsGkFlR8wQfH#6^0>^D=a-Px@5wY^UMGy^YEswt_N9^>*$Q2_A2M0_*!EE zsG3=dRY`Ost1F1iI$h%JUu5JqzDysZL9xb?1r67pDHPF&Qes_}m)duslosl{NKPMm zO8WBi%pE+Tk}j)kV|#m3w7II%Qribjr?-#IQ_s6GDr4_Q{Ck6i3H6|3M8i7MMlpI} zo21oFckRS^NjK;vtrvxDl6K%@uK*63uqNc0;N&}N+zi_9H9Zf??rvT|6Ke2;fH+%1|jb+PV$;k5;j?Cy`nwlx_$S{XAnQU0M zY!{#?9H~--)3GKToAROp8kzgpR2IW#L{Wh;F^aIcR?Ot$d80UsyaG@1?wX+#Ya{y) zb5+7@_zxS5#~xzyM`g>isfnY)qp=G{ei;U0%Xc`XL6 zz5YDiR-&mx+-`218=Evk*;1+5V#dz8J!+O~MOe`;4A-_jg8c{&ei4tbqkug3^p;l# z_@I=RdJD4JPtD{ISzAYzX0)`nimlBw8R^`nAy7M|KzaR54b{Y9ZCjY;7qu)cEo|Q& z`R687%P)6Zuh%b=Vw|lz+i-bN&n+zypNWpy;dOjo&B)oI9AO!4hl8k07~5KuKHK)ZE=l%wq!z933g!)uAA~?DH(ztad_8itUP)tX`Tv*oi!v2Vq)0$Lx9g#}rksNJ}$= zSB)Q&Kopi~=5?)qjmZXH^P+&FI(cR7;-RAPiiKODoh>5|yuv%^ESVf#6i8OKH|BZ! zMQd`6s>(D^YUQR`mR0sOSuydqp{8M08Bz?T5F^FQZmH|>L`+){>$UDgwXr7PkQRr+ zp$tVzf$J?NN^bQpdpg%}Jww1ou&D=G??jDS%WQ&IHoOj%_`NwGJK z*XP5o_r0)DG`unAK$alphEY#V1Uy%n%}##Q!-xoDVWlZRFMbLYOO0s=>wryraoH>~ zaU?}IFQACXq4o$v^~R$NuHefwT(h#Fx+9B2{rcK9jV(=tO66>pO2!_M9r$dN;da=N zQ01Fdea#GFQ$B@C-#Tp9j&^nwF~Vy~;YC?0tZ_!8k6lf*AvZQauM`o0C(^0$LFJKe z-PYAxY8=*d8Fn5UxZO08bD9A;{UsE7LmRr8sEdu!A0)&ZzfOpXx{ekyd`KDA?B+|d zFo_^daw08@cGNWv(1^mt1tZHB71J&oEV^LLgoUPoRSz}GB?ybgo+;DX6c-G#Urr*a zktvp{(sRn&WN&o#N|SG!NX!o1<|L9smNfLVx9Rtw0 zsFxhvGD(SA&yvqba=ZdJ!=)Eym~B_#eMikLvo>v9!zp4LOq+=Fs5!Z*_pDak44gH~ zj3ZtGX-+=UhU#?`+gNM08SBY(NK}&PVC}=5qFR4Po=IZYqL_w^u&6lpwiP*=?pZ5+ zgG!4FE6l)S5=G4u?E^xTm{G&r#!y+)`gs!*acCR9SG=YrQ2r=3GeluDuszcBS{Og` zVlcg%oKW7lwQ%i3JhL#zEJ6( zirSx0N=;G`B;=@>l$loHyiR@koCt$)k-@}l)xF?rG62zPJG^Q*F)9PbVw+8AjXQ3d zoQv3T14;A-rA{gXHbuF3Fk)kNUV;8Q4>ct$FZEQSp#d^gf#M6h8$kRBLYpvd3+ID_Tc=>i2Wjf42zMG{Ll`O{$BMqNaGXWT1HPbsBTZpZ(%DEm~Eom5tSav4^*uuO&3Q@{EGZ{jUV zsEF;xgch+NwnaDdo|`GwIw&rqZ{nk@E4tAlHT!frIYoKfG1BzhgLux3_B^X(A%z|5 zyCD@oZQtIY*xXB?SyfqA^sXXroUL!WhKdZGF~OJ-i+7WC^&jilmWS7G4t!gZ*DMTa z3GF6%@p6#&DfCvT7ji;%Ybw?(%A@0;?to$|hN#t4LA!8g)PKu5a%fv1iI1sG+dLjJ zxb`Nv`V%?U*dnzJ&?K@`9kH7}YX!35%6yXeQYucyYn)JgEEHM2QVbcxF zHp|#FDTR1Ivh3@wUg0|ZA|*U89K>HgiqPgAZrjySTt*x)-U>4CmcaD1&W9+di6sk5 zaCYXP<+1quO6niNsjxDNAb(9q^!Rjchyk?Pds^t-xKgOoyUNl}G-%4;%I#CN9&ysqHX$401 z;)QPPp<_|l%f!+J3#UZdd{{fMEPN%ml%e_FyxGwDUhbKnolh;m?CBA&S(3$+kvDe6 zHdbJ(+tzB69}z!5OjnaBBKm{T$vXqTiNicD3#LQl_ z)G*9SkLM^V8MFsDHHFG|ZPzv-<4JAz)I!+WFuRY0PT~}N^6(0Mz4I!4X(M6z`!zWb z@|wf>q!trSea<3p&Lie|yB?NvvxKRjPFzXf_+U&sEN??dR0`LrbBZfjZpwxu?HQQn z^@VbHCU48DD)Byca7hIuiS`r>J_|bvR@za(fubt5qFVQX!NU2F8O=hG)p0oKphs%Z z4=c;si{qEZ|ttDW@GGf#wE4M{&NbHH@AYxpd$5WKTp zQD3R`t|P|>-a-vwJTI#(Ekox)T~(H2m4k0aXoWg`emR~@?}YDktf}b3F%tbhm?>tX zw*RkKE9Nt1i6--Aq>$o&Gn?yK?>$HKI$wQP!w+&9{)lVF-Cnv1!$HAA(Cm%=8V1Cy7CtbI^)r zSCr2?pdFzE4raxfI>f?a(G;JL^}(rdI{B7JUw7gV1J0dEeAbHJBf;u04?76ABj#bD zhi@>rJzo|l$p{b*x5%LgKv4kAKEWw?9CpcREsxnvT4j><3Lj2!`R@-w!&Lmb9KBZr zChrvv{u1z)2;B^D5`>fFZKUEQa=L1l2<;N-I*j8U8M{R0T_USmw1HlF<1|EvsMtLn zm%@pY-J;=M(Fox*zJHs*X%u&#$i@E=?Ls)!)O4H3^1L>Kdz{OvBg);PIVFJ3*_e|p zEh7dgam=RmI&tAPD3OAKkA0#I{_lozhPy~R86M_aO%LtK0^@Ab^iUvi^r+1-IEd9j zi!(MtApjK8q!3MOwGj$q`kKo@Foy*7Hs*TqM$s(O5A`%SS>*4B^pcIpmeBXv7T3E) zr|SJ1BUe|zJQ>U*Wrc9ktP7M<(q&g%0%J4Q&C3cNbvJqFg^QRxm* zXdpseFGhuqtS|II5%)ONR(I%wBTnjmJ|yxybd-tmAmI#+xPu8nsQa%wwBb>%>M9Os zTjX|DxBp`f@q9$&d1xdRj6AdMa7IPk)%|=lo^KOlpqP?O=S7k<&NI7eRS9OsZ4!A= z0l;8hDyb7ZHZ&pP$>`5}Ey~eE6SV2plOnE+X2ROR9Ty31a>QXIxX|%vTM=(pMMW?r z;;kn9sK-+ykEeN|q9>d{9TwUS?}ma{bl7fmWg7hSePTLUob_re$H|N@*ezzjZ>TU5 zK=uB|;DiiqnchHYGbx>A8p9%68KSHvnCL!GgkX%_$=Jg7VvKe=%Zrhs@kXzx?o=H8 z+;mRU{np2IHXUZ2yduiqY!k1ki8&E}+w3JN|r}b_`g;OkCA3}I28%!qCU-L z+AEx>+B!WFHC4eO3gw?E28!t5wRJ`$LD6|RvnDTeNkN>&c!)IrUsPlrIf&|DD{69J z=f}U@!JB>+1s?tf1)3I>?|7(w?ws!vEHTD0K;xH9<0TK|qth%tSy#9r>)^y8%z9OS)Cu$nFsHRG2b+=Bq zl-!HCXfI)070D@?&@uzfYDO5sGMwfu@_IRti@cEd8gn1>(>P*Ru&XN>*D|hST+etF z-hdAMw*a$f;G=K^ZhM!-z*I6e0e?JzkxA!-W;}0n&POo zPrb$+ReU!_iVwM~&?TmLYQZA{~wldzyXmV$BaTGn@#`o`H z+|IZI7}{w{DLp!zUHqKFsTS$%#1zzSesnkE9>%?lu?19DmhXvVnJXZRqK<7zjp)|B z9AtD0imsdc@I1PX?`QY>4m&9iM3Q1wp{CP52;V&aKg0n&%=if7ql{EMl+ec*qw~&t zA!^ihRQuym5oeM5dK1o*j88E>U01lKT76g79qu#H;norFvxj*8T-0+kZkmGY2<7=G zS9LvqA^LeeinMm{IJ93Ge`EYN zqt{?;c$j(2X!AQi{e$s8jQ?f)lW{*IrzTwrzCra~E#}o^HhNncQ|0MW!fm=#X5Jb_O9-(Lvuyq!1orR(snH>XFX`L~r%YawZG{$&^S2IPWODEdF!Mkg^ zOo(=vE)(lW%R!<@iuD;he4oj&K2xmEbeZa1q;Xi0`p}0TcqlgTbT7;UW66k(C8qoj zlIP6Wzz+;F%ZsjocahDpa0^YBIe$IchKGu_kr!KI@1jZVXx)0Etro=x$#6{bIGhrS zX%)3RVD>rDPWCc-tch;7xv@D7+eCXU+>UF*Xt0SH*V1KEFW=3)i{{=%3-6*OE_l!z zwn_A;$#J@Dg=o!imo8hIOaBZ+k}mTi$uUEi5qEiW2oGiHvW*u(TYEuf+o@ls%XWMt zx@Xr!8#R`s%lt@8#%Fskhyw4TgLl!91C7MeiEqTlf-!IyudD``AUk^jbnz~_dKcZi zi|+O!w%%k9BQPJbP4>WuR!itl4-YLgHv)Tk1kz!~BB+hGLtjrD-%i=7t{ghBnbAVwlW@y3ah=jc+GL z%C2IR>IlKa&?V3Q{5-dQjdxiFwJ(3`dXap3ySl6`Qm)v2yvmW z6dIZ<#U;MWVL9x6ahdNaak=jm7?S!4_`A5$-%zaew-D=~GkY!cV_yXw*jM|fhz6J>o%3W%=Mve&Y?h-EZjqxC?vi5?UXo)I z-jL%GK9Ca=zL1j=zL&=(YI%HOj+~O%6l&L6$P*Itp>D0KoSE2179|drvl2(h*@>g& zoWx1cwl)oV){3EHZ5~vtRYAkr8t7KLN-jv;EGrXlfiktbP> zJT*zn(~@%J=}ArH8A)yAnMs}GilmNGg#RC6&sH zlPcw^q*LUjNh{>)q%HFDq?_fMq-}C-(jK`k=|Q+46>9Sl$?HC2tBA$XkNl<*mVf^0wd!@{ZsvxiwfS?+RAR?ZH#z zj^NdDS8$8m9lTZE9o#PW2B8rxc)z?q_?X-md`>6rcPyB}smlk}khbX(WG0X)b?EX(xY9=^}qg=`DXv86Zt6hQEOoeQo_efm zkvdtmOkJW{r=F(rQqNUwQ_olJQdg_?sq0li>L%48^=8#Eb(`vxx<_?ReNc5teNuHz zeNlBw{Xun4{ay7)Q>tfLqUx0vQoYj}sy=DWRKK*gs(;$iYCzhFYGB&=>d3TJYEar% zH6-nMbyV8xYG~STYPc5aXzi$DbebBWv(-o)R-<&D8m&93G5QE~tRA4o>S1b}9;3$V zI?p;y)Ep&!+mp+D4F={~hAJwctFuGKl|IqKZ>rfOySKy`llaCJfY zvFgI~$?Br?LUnO^iMk|xfm)S*vbr?=G_^YYTyNL`oywc3>av)Y{gr@A2{pl-}aQ#WPgsGBnyt6MT!s@pQ!t2;8f zsXH_Js%;r3sO=f2sht_;s$Cg3s=G7pRC_Y+R(mrZQ1@hfsP4=7O5LCFquQ78hk78h zv3e-8rFuBCKs}n-Lp_$+Up<~VOg)h~Mm?E%oO&vAiFzjUO!aK$1?suX%hd~+8`O)L z*Q=K@Z&NR4?oh8}zN%i!d{4ce`MG*C^LzDn=I`pAET4KWD@nbdm7zY!YOFrYYN0;L z%2yv}jZ~jzO;n#{O;=xJ%~fAzEl^))EmhxSovFUfxnim_)@Jo%)(z^X ztjE+ZSs29El(L6+LzpodR37~oS4X88OKN_=q*Dtz$`miYn= zR`?PcT;xk^u-2E<;8EbyzLW+p`%)Xc?MrL$iBC89#usYvi!Z&weqTm*z?Yew>dVUR z=*!OT>C4GJ($_Hi7+>S;@xCV6Q+;lBu`irG&(}1&%GV^FQJv)}P`%KpUHIs02*m+aqtU2~+bTMmo@$&1vNuXg(<+>oOBzq;VKl9}+8+$RpU}t7LzK?k-dy1ThE5A@VE#)M69JGg$eo#N$`|$D0 z@sY1*n&J-qi-To|EYi{}X-Q|lp79+8OHa_kET`a(l2c<!D7Yapr%Bt!z))$C!P7m(0(>(G-^#0VU#O$38Q@o3KqXuvK#Hb zRP%}W_zB7Za5Wh&e85!bzLumxT(xbyL-?%bZc_SdGS>E{gC;Yfsf-xY}lY({{0l= z)pV~Z{q&-r-t_Y){S2g^#d8XA2w{3D3J1;XcqsaxRlKmMq68<# z=u_W1bylX&Dw#cdMES|Z6@$<{#}<~&p)XO@ltHL3dNcta;>J8m!kL${g*bnMb0Ih^ zI=-CzjVi9f?NZy?{%SW;MRSo{L?{setk#K$;fs@SU4q~a$B;*C<3L~Y6_ueFlDtn4 zN6jw8huV3^x2bnLfh%}bMMy>cc0(df(G(f{B$mu6E3YV~(!lV86FJN(<+s>Za5`9Mwv9y|LAD+XgL4Rp7HSLP7SA(B!O=Z1Q{V3RPgM#z?uqmCwq`!NNF)?N+vTaS}16CYXVz*@z=s03LNbf{>eml3A_+;=t)BClLY&u+NWwlN!%`y`o+*-cQR6n&q|wY z6UmuzUAKsY6>+M1|BuW!i3Mcnj~;Cj@zrt&GyjaPn*|wIM?&cPb#j2zL@qM@Gwk)O z)i7Uz6jn+99UAiF0||ORv1aYL_=TK$UN!cNcVF%A2n1EbnO7CP8Q%QRR)t zCj6-KW*=1EHq?4ziZ1WE{YA&gVAG1hTnASK7CoM){s+fVPp$JACpzkrTxG@(l5bTp>Qii-OPP z)#6L}nD`ooSH6WQmG9-Z;s^PI_*MQUep5>PTRGwn6%zl&%Yi>t80(_;QmNylUrmt# zwOl5s(`8UyBvaIbQmaQ~hWcLSsGnp*wO=;&1*PljA;Z32vbk@nZ0VaWTlr>++kJCo z8@&ForeX4tLrneHTUDsXF?7}LQL!~* zF1O;j!V59lv}2<#&o=3?wyYY9DM%0fYYekHBm{yr%Y%lVbX`s8n-3ED`G*J{3o}mp z(VX_IhDa@fP9;PJ>Q40~QQ>BxpAIpp&Ju+t)q<9mHe4T>9fRp1`Q~2XPNwF8*0f9H zj`a2OY;2kKCGRp#$M3bT)e(y3)eB~=8#UP^=I7%zyKR3R%%yF5Id~Hm2h-ivVs!1h z8%6hOIhOAxB4gbH#`l9;JP$FCl1jyT>*1klB{V-vaRIX zC(y8Ma=tU6m^DK0=!o&s455bd8%_4l!mIUWD}4K_#l0~uOoO<&THKZsUz3#PloYYW zyOD!%a4R`KCm!i&0lP%ej$5u1IW-*N`Dd)&A(E=a_-OxdRge?kD^PO}Wnf$ey<5HF z^K$|=f*kK29GT7;RUFzTgNno0RvL=;<*mpTovaztU&PoZi2rQ+O5Vb+8gm|_9n4d-Yk~M+hIIwE6gR`32DbRaU+D4x4`Y4Fn+gN?uJRF zyTyI-9+-Jv>&hg2u=gz7Bb zQ9Z=R>Im@*zIpgV^~JJ)B6g^=@k%l-(9#LV`2ryCOI|!Px3w$=wMNJh)sA-~~Iw5La=pRW|e^Y$4Rw)(pIDx}}R0J-X8Wtqk)Z!i$$pmQJ zShUnNTdJa{Y`Yvj3^jWNThJ8g!@q(!t-ih|Zn7_J;DpKkwBsjCj?-e_gvs$*ygFfW zK#SKWOm?(*cf#bfcr67WV8PK+fhAbL8+$((UaS)YwTuTOTS(E;0ZX-zrez|Swh+=X z2$pUkL(3GfObc0BrhzrEkga71EXP7aEi=FxS!k?f7FZJtu9n$gxfa4&HUw*Gp_!JA z!J1oWp`{Df(n2dO!(go~1vd~$} ze6TJSx@uVf*3Ck9EjxnsuyBNyoxyrq=%r;>u-+E>XxSaCuZ4bE_5|y1VStvs!3J75 zQp>(zgDeczvOm}m3rA^*I!+sEVVIVKz=m5mTFW6|$5v@8Q#XrWTe`CwHR7HL@lcCv-VT2_KBv9MIjMPSP;oTBAou;ms`)p7~g zX$G`7UCU(?CgZ?4;=3N6ndem3JdTAoS#T*j4Jt{{FMiL;M293$;9# z_(hBtYk3~=OBh#ac|P$=8CPq00rATiFW2%C;%gYM&~g>=D;d{nc`5OAjO(?$jQCZI zS8I7W@ePdEXn6(kYZ*6cc_s1d7&mFTmiT7IEm~ep{CdV4wA?_vn(;<0Hxj>z@n$VI z5x<4;RxP&>zm4&BEvt#&!MIh+n~2}ZxJ}DjiQmPzUCY~v?_k`i=`meop)=#;>*flK8(EztQq*;@>iUr{y=qzi0eG%kPQ* z$oP|%KM?%Rh<#m+?=n1o8bAp>9Vha0w}i zL8Xz6(pX-7}P3-crs&(R%yiXA(g>2twO{# zV@RtE;`kWIV1`y%#4{PQw2#IY*?=)y`&JUq(LNeSWJB${kgySBW9_?`coXfTaYVY> zN8^Re)xPTp!`io*u&MUlLfB0EsJ>-$#unN~^(|X6w$eVTZ`qnLPy498WgEt}+DG** z+cD;AAJw;P&sd;+RNt}#V@K_m#5-xfDYwqrZ_2BS_NUVQuG(+PsT*T=?bmd_2jdai zZ_2Ny_IIHBy|f>b5~gFuKH5K%cwfeT+CPhUf5rjYKb!bK#v`?VF7ZK(gSG!e;zJmZ z(*9E7Lm7u@e;M)Nj7Mw#eB#G2j?n%J;v*SHX@4d0(TroXA5)c<$1;x9eoR(cj$<6J z{Y!~YV4SG^rx2gSc%1g1N_;Zo@!Een@hOZ`wSN`yX^bam|7zmX8E0t!<-`jaXKFvq z53-1HmiE(pAd4AiYyW!Ua~S7pKg|!agz-e}zlQipjHTMYk@!5uGVR|)yqs~q_HQA+ zfU!dRZy>&qu~PeQBwoe1Nc(Rlelp`??Z1`y62_(4e>?GIjHhV-R^rPUPu2cy#7|>9 zUHi8aKZEg1?cYiKEXEbuPxFI3oADg&-$VRd#+BMn^MyQ*@qF#SkN5?Q7i#|l#4lpJ zSo$U$?;#Vmq|2FaK7&mGEyTms$ZqfetiC@ongZ7*8p_=hV?Kk7YO^i2d zzZoBHVZ2rQ&G>K|yaS`?RZwKfw5)cKyU3VtiP;@x&it zd{ny*@y8e+*KQ*5Cm5g9t{KOkVtiV=W;}a_@mcMrk^AQupVw}P_zR3LYBz)UON=jT zH;ecyjIU}poA_&tuWPp<@i!RX)NW(qZ!x~DU6=SfjPGhUO#D5@_qE%M_y>$1YPSXP zj~GAJZY$!SFn+4tJmQ}*ey-iN#J^ztQoH%YzheAay9LDm#rTbOI}-nv@jLByCjLF+ z58CZY{71&0wA-Ed&y2rl_Xy&@GXAFBUc~>+_`7!d5dVYmKicg_{J)HUYIgwf{T3nB za*qU8l2K`QFmWHFU%N*Uk7JD2?l9s3Mn}6x6Hj1F)b0r4NsK}5jv}7Sn4;Y=#8Vm5 zv^$o#W(;X}Jn?kK4DC`oR+)@h+C7eV1IBFa9#1@nv7vUS5^u!VSi2_>Z^GzmcLwoX z#;|s05^u`bOuMs)H)m|2-Py!jGPct0T;i=6^R#;+@ivTYwOdNO9b>+B%ZRsUEYR+J z;vE<}YPW)TC&td&tt8%sv8#3$5%0#>UAv2k_h39iyGx1pWbCEgQ;7Fw?4#XNiT7pf zr`^+u_h%fS-7|>~WIR&4D~Jzb9IV}Qh!0^rO1mqG4`m#t-SdeLXFOWF7ZN{)afEg+ zCO(pJly+AUAI&&MyQ_&G%Q#lMmlGeyI9|IOiBDjhsNGG(CovwU-7Ul?Gaj$q8;DO~ zoT}X$iBDrZLAy5-pUyZ#ySEZAWSptp+ld!3&eHBy;>C=!wY!b@9LBlY-A=rO@kH(J zBz_WOsdjf0pT}6H-95z18Ru*F9^wlaE3|tb@r8_)+TBOIigA&4A0&P<<6`YTOneFB zQtduUd>P{@+I^h(a>i4&`y}zx7*E&k)5OnUJX5>R5YOBu8CcIPUHX+=m zbMpxA(z&#rSKD>&5rjK*E`(`X?bNx$2zTk+k%YT-?qtHd8TaViDa7|O-lKD;5x)f@3kLcWM2_MzDHxfRkbMGL0T<7j4 zd_w2mP57kFHSPN;ox7L#(>m9*?`IgF)wz$;{pWNpt@G6LI@h$n7Z_jExv$gxmvk=e z+ttfD*R+>cbS~}N)vG%9bHdkj?iYlw>s(WxZ|K~wh`*_GO?|$___ogdjqbmrbN@~F zuFn0P@I9UT2jTlV_dkRmFn*|;&LIAgZfeToW8K2^=TCHt=ji^Yp#p->LLCS`4|OE? zB1CI0^<}6n!B>F01U9_C7|C`aNw$|7$u?RtB->~okZdDWkZk`6Q59kIs->tvxbcGzHDEOf>G8myaz?$}*}^{{XR_SRrM zE%ef|3s`RpeYETb*4IKm?5e@~TNr@7G}u53M{3yzY>EnTFb#;$5#9fQrW zFc*7cuo4R=VrL9?l7&+2i^1kuD8sH8tlYwU?1{k^Sg62`7;K@1O6-Thsw^zRZW!!j z3yZNA23ulbDR#nO%PgFNeK6Q^3#V#{Zbp)AfRSvULU@Lj2G7*;RN`kbuD~Xk_}Pr- zVAD(dT*j5y^b$Xh@q8^;62E})LM<;Oei7rvTGC2}B-;j8VN*){QpVNTWD>uO@p5c3 ziLYV20-H?YS2C{E@K8Z~q@uwJ{#-@+>GmOt- z(?|R{#^WII? z_%1ee#NT6lADcSjA25E1O&#%%7(d3Qj`$~xpJG!-{4>VSv8f~e1>=|4)Di!R@oQ}A zi2sZ68*J)`f6MqCHg&|mXZ!)1I^sVv{)9~(@t+xg!KRM*uZ+K86F~gmjK6C&p7wGlc+_KY-6}Hl5K;KY-7MPl5K;KY|~6nl5K;KY!?xSWZNJl+jEIS zvTYEOZ475dvTYEOZ46pQvTYEO?F!kZG(_(Q~xK)_8o+fY~M);$@T+;kZjY=fF#=nA=!S2I3(Lo5kj&} z{g5Qv1|ivghBzeK)E^}z+teRPvTYEO?H7ncvTYEO?N^9HvTYEOZR(FC*)|Bt_D94a z**4fw`>6jwvTd=m_EGpZ0xEygwr(+Z~BRvOSs*lI>#&A=#cv2+8&dgph1wvcr_D{e^^(Y#W4RyNEa> z+Xf-oE+!7iwn0d?G1(c(wn0d?O}l_(+aM&{C((0AwhcnEJ&!mf+Xf-oHthzIZG(_( zFQDg;Y#W4R8xx}D~Ut0Z4i>} zb;KdrHVDb~Rm36LHVDb~2I7!x8-!&0TH=sw8-!&0I^vLQ8-!$gGjT|^4MMVgJ#k33 z4MMVAO&pSKgOF_BL>!WBgOF_BLL8E9gOF_BMjVoDgOF_BK^&58gOF_BNgR@GgOF_B zMI4fCgOF_RAP&j4K}fcD5r<^kASBy&6NhBmASBy+i9@n&5R&bCi9@n&5R&cti9@n& z5Rz@vk0IGM2+20>^hvU95R&c3i9@n&5Rz@vuOZns2+8&f^c<3HgOF^$L>!WBgOF^$ zLL8E9gOF^$MjVoDgOF^$K^&58gOF^$MI4fCgOF^$LmZNAgOF^$M;wxEgOF^0Kpc{7 zgOF^0L>!WBgOF^0LL8E9gOF^0MjVoDgOF^0K^&58gL}09E8=?@@6rBmiQmh3pZ0%G z{C>uL+W#Z*2N)mJ{-23I#Q3oG|C{(DjF0NLLgJ6pePZ?xN*__vJTX}1mW?-_s4Zad;XGXA99_QZc?{6)JRi2us?n|3=9 z|2O0B+U-L8561s!w;S>QGXAOE9>n)sB*}J9aFT2rRNC!L+{ftGZeQYYjPcs-Pdvcr zXm=p-1ja<|4kDh!7}V|%;>nCD+8s(fl`&1b!-;FgkamwDp3az|-I2sI8MCxIns@`o zZ0#OPJcqHNcE=HK#MoH76NooqbhSH)crIgDyOW7GWo)M1Da4yIw$Sc0;w>3lX?HsD z){J@DrT##YZG&yKTSUAaW4?BaiMMAg(C!@K9T+=mw}f~n#?IP3iFg;ruG*bPyc=V8 z?Uobo!FYsr7ZC5s*h{+$iT7sgqunaveHr^{_hjPz83$;03Gso9M{0K&@j;A(wY!}7 z5XPgldm8bfjKj2h2JzvHM{D;i;>R$K(C*p9M>3Am?zzNAGmg>jdBl%p9IM?6h>v3& zuicA?Phgy=-Ajm1VmwZ}mlB`Mc)WHmBR++3s&>~9pT>BCcCRBoopFYCHxn;poT=UG zi5D@>(rz{JV#e9py@~i7#<|+Pg?I_$iQ2u5_(_bV+P#DLJjOEZ-buWialUr%BEEpJ zLc2SNFJ!FL?k?h0jEl5;H}R7h7i)Jf@gJYT!d5Wj%&LhU|B{36DSwfh3` zOBh#a_a)+&GOpI{E5t8jyj;7l5nsc2g?8T{ekJ2t?Y>2P9pifKzC-*f#;dja9`Ox~ z*J$?x;@2{6)b2;buVdV#-A{;bX56CP&xl{oc!PGoAYRRQqjtX{eiP%(+Wi;tTNrQE z?zhBmW4v9v-xI%sajSNJBz`C3HtqgQ{4U1r+WnRI4#u6@{WtMljF4;#;*e|y2qD={ zBZOo-lMs^aFd-z{tqCF7ru9BawtEmlvORzhlI?PYB8O0zyc(Y2QbZ?J7b@wigjXvVAfkB-@J# zA=x(L5+vIsr&5q?n{f$}ZIV-wWZR5OkZhk$9FpyG2_e~DMF`3Em4uLNZzP0dyP6P^ z?X856Y~M);$@X1@kZc?LQ0JQd@Dbz3I`?^c{)x_gf$&qE`##}kI@h$L&vmY8FJCZz zsdIm%=U*{?t(%(s|4TPD-13s5;#%5D zwj|=9)0lubmSP)|AacdnMEr~+I-Y(e1jIyggQN4uk#Z8aNfeXm=lDdN{F+Lxrv=0b z2~fB)Js@TzK+Q^FBF<731;i}E;zS&Yn@vH@Nx;=yq9t^7B3+H42Pe@_X+X?NKtyHq zQ%)(t&wR0ft||gzVIqzajB!LIVHLTlaKs`aP^z+6EOEqABFk{ly2xboV2VZ}S`~0` z{_kqqX<4r(2psIEl7TIbf`Z)wRHy|Wu(r8^b^Hs z3n5i45se}LfHn|4sC=H$S3oE6NmUN&gmkJ{#TZFQy!YTxT25khB_RE&H9=EZBjEHw zbBl{knou^6G-MRcEGaFiT!Q?SRn4Dh{mI!IA2^46rIF{LDD!B z6qksBL9vPo=~61L)#9?CxLmA(mCJh5Zu?14TtVKi6#WBYZ4d^f)(6E^I0!4UYV=ju zgdbTodp247YdqGrXfh03Vbx)TZKn_S3J1m2VuKWo!bOE;Fa`^KG~t=WVbdyL7`bqv zadM5gHXt^#3Y0bnb!yDLhRbJ%jkR|h_GYNMu;wNYU-QP_R$(y``eI;7x_(tUp4JOv z$1_j?i-;%|Xy7o$tRw1{q78m}Ej{WUdVXnf*_=wKK#E8IsUUqAekjTqL|`;|)KYnI zP-Pjl^gkV-^(IysRBA`KI@&xP8&Wi@ui=d-UJPwauu)lB zyx8aq!PuatU^I*?Eu2{li?A$JalYLOKMyn4Tl;u@P zt~pZI4cwmQOM^y}9$=EjIvbV@!3V`vfy1D2I3kCG$npM-IM9zvXoL>z6AsRSCTykS zox4O5o#GGDDgNY|Q~cy*ljux7=oCMBA;WXztyjD`j}QIvDRk;LIR|c2%%S|p`8YnM zw!0u@acz*=c2L-mkK7mF0DT8sbwr*!LjgfIs3Pcr zoKS6#JE83Ys_HXPthwZ6ugILtcTvJwyPzLo1cJ$i2OL){#-mKAN`NK>y4ook+8d2} z`STwWIbHxT0Xli4^;ZoAe3TNL3GcU4G@&w%$GO@#@a}Qfhz!(Lqa0f`uozms|8qKb zz8_k-z1A|yDBC*{IUkI?9tAcGb#Sz3g;MGSr4UDn(E-?GoH5P8iO?{X`R&94ByS-yPzg;BRXA^b zBAzZbStq>&!=ZJAvhIVAahzcVH`F94bMrXEbimhZYE9vqvblpSveq=S8%^cfj7}c0 zU4++*Q=vei={4eH0z7TDNx+yyb7HXB)tv4WY!svtp~a&jAE$9!qU*K_wT6OsxPeOh zybxM*9z6%_6zz74eAu0>(;<}AlS8Q9FR%^~0#cA{TX#Il%Cx3&wTo*xvUwVM^BE|H zb8ra#Tqw9WAFbsQC}vp&#Vn^mAGc;6hT+12)nWoJ2^} zYDdTJu%3A4lf@rOA?WW=ibcl`DVsHVHtEu=waLmzM5H<(LILOmsZs0pKWsqiUl7zJ z6^EnX)Y-5pGjkRN&>f7rjDk7`3Y>f!1t*A-d|Cx3ihYucWSotsxii(cPm66U zN4Cg6z8}J)zjkm?-x6f3w{EZ1R2tUkprxyb4%(V!-Cy79{S!Oh`nBIia`S)F-clmr zb8~~rSXN65J+FtmL;4%-&MK>=3b)E?sr`|2HZ*2Sh0>6sk20NAkt}0>jhc2pZaoMnN=A{9r5$iVTq%5cxsT zo~$_6tKxZVB*MSinXtE7SXo$sP32!!ziz!c}xL|Yd>ZC&DekrEoxd=%&v*PfI%`JuniC~t}- zbep#+6m>H*-L%4QYxMFwMA#OqynOVq_DF33mMN(oZ`yEYf*x?zE??f`Gu-;?NyOv=4}mr1ZNJ{d5k9 zE&C&{L7Ug6?@X0cUJzjU=$f&ASe#<#S*T#7>sWXBg*l#i}JFGMT{ ztkL42ca%h|b?VplEi7JeC?)n|#}zNADlRjkYZ4I0j5e8LYh{$joJ^4wqy|aj2v)as zh)~mn4q`pt{ZNBTBy)$F(Y<5_(Ia~V(aM`Ze*9M&?Oz|g4oe!9$wHba0WxHA7>`oS zf|1lGp)AnBP)CtL#cHFM$VwLOH^9?@=%Ltdu=0C|UsPKaQGTC|2PtL`V`VT27$kCV z&#p33P3NZwP$(SS+i*?8#&M)AX_tr_>FKb8f<&E9;}wQ0QjfO(>r6iocYK?KyH_}H zozN>ThlDq$H9NNd_-q)WDo7D`tEda=OJ<=`pDGV zG(hi2jua5b*D=Bl{(rdp4!|g?t^afH%fRf8`<&?OH9%U)10gSj)4xiep`E^@t`!Aa%Fl06QuhUlk$eV7?E z9hh+c$4^1LXPA-HUgqU|EOq7_@KotpV}g1<$!~ltBlSD1U3*k;q9XX2pjcqI!Oryp zP0WAXfOJd*1)L6=cogKu1N3t$G6{~Z9yyBaP?aW&Kl ziVDr(Wd>3-(1XZE-^$$zF*3h z%lL9RU#{TGm3+C%6m@?1>AaeMTw{uBO>v!1tP|_`ay?%*@Z|=++-QoM{NiR&&p&SQ zBV^>Qe7TJ;x0_-k!@0v0ck=JM_;R-)?(tJ^aRFZ%__B#FjefCNY%#^Xrf4$7eGKh> zE`BRt9`GTY<%6c!W{QXS%XU-j@Qa7VBiyh@4e^+thBH82?BvTX{`t5ep70|A)RX+< zDSmpIFVFbl$n-hBJnt7Th!+jezP z!j#gKnkjWtdQ9mxrD00bls;4X0aGTK(lTYTDN{_DYRWWIw&6-W%HIN}Y->sge8Uov zq{6a2KXu?sN4}(+vXd!0o3e{3yPC3_DZ868WXc|<>}kqgrtEFXKBnwz$^%T9Vak4{ z%rs?|DYH%4-;_C~9AL_UrW|C-!KOUWltWB8)ReQjzkB@QT#NT zYc+;12lHhtU-JC8j5FnUQ%*2tz9}b~a*`=0o3g-^Q~YwOoMy^GQx=(WI@fxJDWM+} zmNQKW#h|d9ZOS>o6bZ$ku$*hk!%R7k;U2EI9#hUYi>f##GUdspJjIl!Viw5LIPdAETw}^JOnIg$ z&obrNraZ@#=bG|7Q=V_i3ru;TDK9eRUrc$iDK9bQrKY^hlsu8;6^6VL+()7_bw75T zpdnMsDoX7ws24A$sn`#EqCQ@Q0ph0_mDP5lR(EQtcCLw)Re2>fh#ldaP5X+=%L|qj ztFTCI=eIcF1+UhotOAN12!~XL2tHf@_JZ1cKG$v^`$dJ2374W02%DsYGU^OmRnJ#l zyT~SkTq@LoQX((%YE%vjIcmbysGa)R-l>V&@=PwSURuLkCs$@sB@RNWW|SlKgxY1x zIY^VzFLDE-{Trtri6bJ-jHBbIig#wX06SwyaJVA)>L|dtz1h*(wv|;5m{EnEnp?#R zGD@4myEME~#ZO|jC8MTNeFqCwSzQASi=aIU&GMn0*gHp<`UxEGDZTX~l%fNN7UJMT z9C^wS^ErT9bgEufu^2*v#Ic!p_IJF=Y7$=kX zV`9(bnx$bNWL1sAN`Q=wFV&Vuu&A~i@uu8SMDGPAh3(X{!Zkoldv19$3JUrG_YJ5m zVHP2ooIeE`qfCIGW-EpSTT`w;5?KWZ z`+qWHFl21tFj4@F%KGqPd}VpGKi5uNk> zS|v&v2m*Q?amaABBcU;H%nEx0s~;CG;SoTHwIs&Y+3p;(2@S@FwcGH~(crQN7ojT2 z3*E29Wsvb{$AqEjmsGac4Y9_ghWBvAHPgZfs0DEuPlfO*l#^1;sD&9&6b_d%O-e(} zYO5-yRaP!{Us+6mD=U^%&kP@n6n=$W4pzCl#u&}1kvwpkA_(o>8lV6*dTxh~X?^}D z6fD{>YQl;TITS$^o4>LoyxhS}0j(!%SxE^(jk#r691E;05|T}?4l7+JG`uEkqdRwk zdUmlO84#TQwTV1>fIHgh0UzR&xzK%;<)!X(do>&5nraVfPDbm?LaX$Wm6i-1dejDp zR=gO**B<5MlFEuww@Wb+nxbZqK-lDb&vDP}b~$9;-m{CIqL(F-MT#X-MM`VCXwgOl zEV$-xXNeA?qb1V$(up&47F{gSl`q{ycR|CK*DfkAD+zHg;#L(dF0HI6UxnXTJ(kQr zGKAj5bKEKu8Xa0~$g3<_C)Zjc2=D(SPXys0LtbskYea!1ujR{id|8L0tA zx6YZBKXbu&d|NPU_RRdeLQCE&4iU7rsIsDe-mLKj1<=%VR7tBtwbf9`EUQ2ls_14R zR$R38Idf)|W9qWr<}u+=b!}BRw5qa}(}%D;gi0!_s=_5Tp_%A<=y$GI8m>^^OE4BS zc9P}ARn_=Zv$VJ-#G0T>iz`aY6_l!I4MNr7njAwmS@J%4za_WI+d&bdI=~UyX2}QS zgO=PTAF||jxdW?bqKzaYFE7BB=qVqzjPg!ELfZ!=%HC+0!527Z3eA<%F$Y(A29DvK`#W-NWYD>PrQ>9%fgb`vY$(YT@ zaR6<}7lnmH8J2vB5$#U-GT7tn(7=AcYAc#!5PpgiE%^%L?5m7KmGU)1zHZ4kntr9Ygv!57HxL;^B7(?__l=w2{fKqTmbX$kGZy?P01Yr2mc0&HRIg=L5 zo<23dXhC6KQQoBdnSy2_eQ9`6?Gm&;T)Zqt@v+QaWc0+BqRP-Robx+WDpYPOfrsqI z+r+;*REz{DqPh%Bd`?du%8L^M9bb!ySWyGw=PVy;dM+-js;&w33}uBfqHW{)XN3m! z!=-0*2BJv(uhOcTD4u+NG#B^Ckt&P&Y}ctj>Qqy;DzrM}m=K_2$|{!E)+_+o<(4yD zVAeFF-^dVD+Ydzg5;hCSn6;`Ja^#$X>G(ggjA9^M{6^ckk}4MuP3zrh$=JvUwP}DLjVV6@FGOS6jH2 zIN1*zG}`J+akmRBM8L%g)Dd}k%E!$paBsXsWc0H{zR0pfNc6D8k^FQ7Uyc$BfW3Rj zh()a&%vH!{%fVf%U*IahoMwmOJ_*#!M9s<;hcYs-8ih_kPZ}9+P9xNJbVy}1`-Mi2 z4h@`!^c|5N|DyEDotVh4(&_`JWdn=`)BsnAJkCsu%j6I_w2?n2E08Ws&<(sh81J}V z@u(W=fog>M_H90=@w%X*=D@)@g~hy|tPP{4m)THTM=_qU4#xZsPp)w&dCzsiELOy! zIT>*YNG|45PaY~p`fhd$aYZljOlGmcxU!lT1IW@L4sLys-!S<#1hU*Ue4AzkhF-uC#&Ry60Z`|1(lL>ICY>bgFtq8I!kI zk^rh^$*d*$wnGu<#TBvWxkUubs`6Iwi>!;=jPt_c(1H}~;l{L)_bc&lJ zm%T=T7J!#4$9fjB#7xA=B40K*LEbFm#cY1jF(*_|6Iy{SZZnXUC{m1V4s&{7z$Y@( z)uknoh+Vzg#(s8)rzQWvMA0AVfz^<7H6sC|(H&{gcbG9)o?`QW8~Uf(f<&M=C0X)c zthpklfiQuS!mU&DB!C;CO-!`ye@=epwNl-8p+#5)1#*YO)!G*qp9p%T!4 zE>^8!A&3S*CoK63hD`n{f3xK8*u=?qvl>eyO<0-)j%ylssNt|>cv29`N-)TZ z_1Yte@JE+JUK9Kn&pG?hJAZ_eVm8{Ir=bjVV?RbB6sLzy;APEOWAKj26>#01D3+#k zQ$38o4#Bf47)3FMZHy(jND}>Squ@Z`LJvEueT}D!oCwPl_X1ZdHX%Ppp+!pT-YiWt ziCti9qmUG&s!ME+mdRtkHlx}MaTF@oD>hBb1~3-@$`b8NBu8V~$L4Ynvp>(4wyk`K zeH)uLEs9Alo+rhzSY3@sY>dWwbO~!w7kyl2%*}NO4e{;M^?b1eBO4PGH(r-u!2TH#x~v7c0ivydJh=vR)dGT zS}*^3^Fc>DWS{ii_9f`NwuB|WePdD79lV&1bY6iP+Qy$6Hgm8gY$aFAOtAwJfsT*6R5RG8(gso3q60YDwiEu>zn&NIfXTdO{|7*%^uTWFrh z78F92Wo0W_1fJ}IDX1t714_C(6I(e82}Y%3F^44R-KE9VOe6Bk!^?cLgJuS1y9C!bx0XA9j0OT z&g6JXs~zCu(+5>QH2OGqvZ+@3BR^3+E4;kA4BVcB@*d{=&|xXn;bp}Y5UVc;S5;Lq z(c}aZt16c%1jxu3ZxaB8n)W`@IsJ-#!zVIrY{T-r^71H7w&yd!7zz>@wl?aF2XhOh z*e|1F9tXI!%)V-t_SiGdEUPF2#xpLPN(2q+k5NI(Ys1qQQxB+`u;~!2$XJ+;CzH=4 z)E&nX>JA=3-EkbD?l_Ua-N%Op>NgH2)E(y&>W(7{b;l`%y5pci-EmfdyPt(KxWjgV zk3ewkjbANIAVeQdtdz8dlI}T7^u=#mq01u<5E=O8gFMCsuu`QY8li0>i9gLzF5X1m zw9*Isn-BmUw#%E4N8S8Ll7v9X7XFg)m%>J!LX~MN4Nr%**9<7N9Rh8xnNV+=MIo33 z9{`i!EW|M%0JGo&p%6SA%4$B5DYEQl$Y-Iz2BSUkvNk$1kh+D^8mP@q^5eQ~EyBeI z0(f-~erbWWvtanj?>C5(aqBvG-n5-m*Ff#Mrj0Eh;Kz0Os*`<}t);963O0Y&p@G`R zzpJAoTgh9{O5ULjgzO!=<{Zee?bDm66JiWEQ0J}(*3m&(S%@SL`(ZZk#$z`;uBBdF zKQU{K^ma*`aU<040xX!i{i+Dg5ls@I3L z5c}Hiw-8(B=IZq{*?!SP{W!`!@_N@(x|4y;cKh|#Qc7e)`@3mgLsK2cZorG(ty>21*RrXQSDnm;ONDdH9-Hrk#cSzi*NcuOgKCY zKu6CT=4~MDMlyq5%s`D*SA*USa->4DI?8az7WmVbv#=&>uX)2@jLs+l)GMl|o{19` zHPFDdbU=^;GTcbr1A`O-cL)qt_f&lo4Q!wT14EiIoeIn3zJ?DN%SI?y;m@= zUc(%HL(Hc)F;CwT74)`PP49|x={<2BeJJYbBN%Ugj5+!V=I9sV4f;y_i@uf`eIwh_ zx3WEbhal=d$ieiZoJjwY)9EL982v2gBVc+df~iBTOP(d9yi{mvE+3CI?+A#MhG5=m zSc#IwP%#W^%y#mM;bH{l@=4+==j%)2O6T3X;yiH>=!u6`i0_>oS@K{ttD&eZFLPE< ze&X2=I)JBb?wSF-Nc9Bvyf6UT>%H!!{K9N# zxle?a`y@=X$%WZPLRlYjYIsrDN(J-!V?Ir}TVszM4wwxz-$@UjANm8H%`}xQfCi`) zWD8Am=9SU8j(SBuU|Qi@?C){>J6+#Qh3R^sS`pT%0@HOaF+#bO`w!v8(r-{_jB5{! zYd`dCmPn=?kxC;(8jTY{Iz+Um!$k)w21`>RI??f>Gw5;`(A@5{UW7nrgLJFtrACN@ z+jmx@Vf(vibo-VX#aOU9IG3aIM4lK2%9=&zK&y_G*>mVjF#%6H9I;fYaq)ol!r_(O z-*6%U>Wg~kX9kKCA2Gd-20-y$t)_t)AfOF&2(E#dxHQqMEi^kY2ak%5rq#oQJ8&rS zWd`Ol%Ms~-Zi+oQ0M+dW-Y1iWiflBxKa55OLN$7jYLLxjJaS_LrF0rxn7xaivHTuh)c-!3FW@}uXgnMtfUielgn8iwnLP^s z!;TANH?Uv}E%YqhLd8skoBs|hQoM+_es^QKXD4+@_jFd=5w40ms$=tpCMwxjzxz_T zG15q7;vj~=5`QQKFh@FKCUg-asT;7lml#XgA`j}(<0xNDpgAHREbt_Z!DOluQ!&bg zSaqk%iw5PAd*X8yGV&^k_vRl}9^XISGL3D1)-G$mf7E`8;F~0G2feu%s0L ze%5_(0Khqc8i9%65qsJ^r$^fek2&`9z)Y~Py~bqmb(r2YsIQ|AL7+)q*L9S_599EF z49fYL#T?S`1QAO(o`BWcXu|~k$Xlj(o z9L1(F;uP%lPQ?T~9i(;*y6a3>+@1~3gXh6$>;f2GTu8IUML@kvXrZ{2R)W=CBd)*% zyb=@YDzLeAv{76Gmi1bC5KHTJq}vHtPYavL4WR?)(K5x_vUSmo&i=I>HK{@14#(lY zjWQtTY?(>)K!k)=f?=#9GqAj#JUqGj29D)R6)p~Ct;VBGPBQ~Fik8;m8aPg6OwA0e zQ14c%>ne3UKKgx7q@dLb;t4v~;=qZK!cOACPL7t~&fOTweoFLfGb*mUh>4qlZnt9k z-bQ(1Bl`0WnlA1HLAwWpw*gC6BbABGbS2o3&0-sE6%WNss|OtFZVG5gIMeEO^eFey zk&&wJp^r|DsTeO#d+(mpRI2!;Ncox)k5Hy~j0TFGK#pCQX-{C5JxNoQpB2;x^Y5Usfqcs7_zU%+dslWT7W4%5>!~gFsro`(2G3gK*$uN~WJ>qW;tk~P z>$0NUg}v^)1jKt8^y3vu6|Z6Kc^&BgCiNF@(^&CWp#D3c2=CD}@je|UKA=UoFBPAF z%lMRz6`xU!_(HXIrjk8$Q0VOee{rZnY8?`YDQYe9VwX9=;q1_Iu@LJHgg1aw3}lDg z41>=rkOWm)A{JqN;p^`3%<}TIB=2s6jO!9SSSNqtHd7jX9oVF<{!^h^o({Ddgeyagr3g~T#RPK)U_zK zl#xzdFKO9Hm%23!To!pkAvV1XsXn_a7SvFu!VD_XYl(qm1};Z^BiM7N!k$|qnXf=; zG2(s!mSJ&%t)rKVp zG0*HNy@6)i^-l)IkIxKj;AAeE-@w3=K@y5u^CDoZb8<#5whDF?Q0E07-X2IX0BaP0~L*qkE(?cU&ZM77^u!8iL=FaE2b=u z4){ zr(40~!G&4ah_O(s2$HyLwdkb;J!{3xU`iW0WrLW~zme{!6XVseB?VKO=+3obs55Og zP)B^eE9f2IyR42mPM?|(pQb?i-IXw1f&;xOfodpuu2J-J@cGT~_8_eH5>u7xg-HoLw=W6QcJh>@0aMezQ z=sTFIc7}X&wua#bx~KWuwS>j3A(%RN7guYOdKeu{38pqtqs{Vq`6s#p@~~ueSKsV+ zdF#C0`CXoRSMLq10S^BDy~8Wdjbw~s@MfMz42_X^i#wIlTyQbC?xuubBQ|9OEA8*` zA2FEVDeq;TvMINX8cnT_JAPVcXMm0vp33J4-g*rZSxh(#p8TnOsxxl(r>@ zk8%E; zxL}oSqFv2uI4n?4>$!(7jv(JzEs(GF&#t0E^H!>+-gA|b-Np_J#LPELw!eT^b*54i zJwB{$u&rE2lU)2sZ^Mm!LUlugS5mx_S}}tG?j=RNuoapeh$Wmu;$b|=fSBYp&mEiR z(gu2pCu|+1I!}S8*W*|KsB~y%;F%b5Ygg=9hNtQfUFqVBeJ)aBOp3tsfK*R?;*+)p zjA!a^UM69`euR1PLY?>x><SrxliNPq{OBfYR#4#eb~sYog^cOIq2Y_D;D>)rY!$8&IpU z*Ts`PRjodTzl-L0CBEUS;ww-V)Aavf(N3??d>;165dq2=wf;pZ+^eW-%*eMQTkVt? zcugT*8%AjCB3{QYeVC6qq<@{98F&LforN4+$D8=2iWtk~?oT;65y&_ei;M%XmH9?S z&=|fj!b6C5L0_G~v~wi1x2dvkjAVZ+zIlLD>W-<4vbphz_n@mE~mSZWjP zo45DSH!OMJQ-SZ!j|i#s!7QH>-$6+A1N_AO10IY1Nk!sUnkjyxSrFmPlL8(ZBo#{! z9V-p0l@^^Mlj(GsLTAcUI!C6__BhIj`W^Pr>|ru`lswnzsfE+$LT6O zvYUWU4H1&*qOa^N2FX5RnCvS?$qX@D_7ihumMD?gV!7-uYGsaCEeD8`YID*MYqIUC;&mxstDa;7Yovt*T=1H;e5Y zk=9WjrFD~GElV!eCd(z-RJl|;L>{djE|1YJl9k#ea=CVwtkE8j$7>JE)!O6oMD1C5 ziuR5?Rr_3?rhOw%*DZO5-cO#Q50K~RL*@DUNO^&tCoj?ukr(T$<)!*r@-qDrdAWX< zyh3k~SL#i8w@qHHKOwKtKatn!pUdm?Z{+p*ud?1F-yJ#WcJJRiwNJ)g?QJYUOQ-Zc5Nx08Iv+gCp8 z?T6<9@>?MVNz+9Ll7t;Aoah5cK#CH@`S zQvah`ng0{5jsGjn^8Z~s*8h`M<^NTyNfKIZlA*0g%GOpTjnIxy%GXvWP0>zBnxUPT zG)p@v=}_&=q~q}I1nu0UbF}l4F4WFXx=gz)sZqNk>3;3XqzARDk{;34CVi$|oAiTr z9n{>{S*Et$O3|*j+GrcBcG^u=NW0ydu5GktYIj>A0#i=K2EOFK1;qv`#gDr_C@kd+E>Z9Xn#xIrG1}Z-lnm|nlzeS>%4D5Vitui>uB9x{^^_BIPs+)< zH{}f7Ou10^rR>nHlt=aCln?bl%IDHb`9^QYk~y3kh3G@b=~$=2D-Oqro_dmAajX5L zy+B8aQhZI;Pomr4${~de?_oF>=2N0nZ(B$(RSxf9=v%0-zD_vdU5u{*-yM;s*J-s_ zf_H6w_d}CIeKo$3zu7sAm$dFS6yqZ;MJyF%l$taEIwJ~l(wD-tpFCe1M=B{{it&W! zG&l{hsEy|><2blCut<77GM1@xV$JiZakMBGJ;?MtW2_O&P;PQcJG4^Ok4{fnEGqCd ziLOp55|yGoj(09kIb2B{1)Z5v2DASj&<;5V>5jz{RLWAmbtJX^luux}mjW5>%9NE# zis^w=6y_3+*!e=pDETa8h#~=NH>IR-3W+)C;CDyeH`?zrOcoa zczPZ6a&}ADhI9-9j@rW9$Om2aX2wWQ(Ety8%qLCsDa+q6)OH;LPeUnaI;vbxN87-< zyPtvvcJOvpf?iY*NhWcj?c4-`r@7koG{}A7-V-;78}V7L&ZWU~UwYC`abS9q>Sk}f z$mp*Qu6NN~Jn-X~x!SPQV5&;7fl9N}lY*&AbUmq&K8Ny8di2G-M*2cuxS77Fr?&Cw z^x11tA;a1l3o5ugDb5y2U& zIoX>#uDZPeaSq|<<@$Hgh@kI*q+H0~_c3?6pF1EOg8-4s5d+kH`KnWA@b2oj8=1}e zEd*c+HA&Ek(6d=j@7pKPn1cmGIusD}3`)`aQ9#e6pq@qD_5PHh=U}c5q#^nsI#?e} zQ}iJ;M;}VX`YVJ_R>KAJP z{c^3hUZiE}L$rbVT5Y&~wW3v9pnJLjfh?wpm6R&m(PXg-bTm~ipvRo2H*p%o`Urk` zI$bZ07Xh66l*?_3x~0%la)G@H(BpEET796Ks*P~yGC!@xY6hinZLl~2+AWe&v`ld# zPLebVXnn;=pocmY$}b(N9n^Y>lTibcx@+m;6g>GTLrW8)RM(%c(Oo2VOVEV zP=f>EfU0^xS8QTA28VH=f%v%=VVtsD0m_%a%z%5|_*LYX^l#DK%GWOLhH$!#)42`Q zCz6}bY`VBu?(DERw9T6>Q+(rsiEPob0^eeLkQMk2S9Nf%0l54=vkN8|3&$cbSO%v` ziAwU22xpC~zG|N}%Dec<(RVTMH67E?)p#*+&=vII)ba3iGw6e0m4$C0Uph9CS%JSR z;hQfj@V%0|>5*d9F^P{`_W&xOvO4mFAKbQt*7(rcn*m8?WvSDibVExwSfT@2ERM)N z$@QfhI3oeIEzb3)`?Ykx`lyKSkHeDEeSxQ&=pRbQ1XW-OP0TBCRF}1MaHK;2(t5fHN(x;-9g8E7egY8Hqd&VXNsD~@rIk`5 zAAfZ-Mx{Ynf#0|+YKSCit)7vOzqf=?Psat5u0wPo7b$lmO%U{UHg~B_I8lHy%F%LSMv^eN zEHuL;tpBYLFt8$|u@c8`{wyW8a9(ApBZ(}fci_Sgv_41M3gDM3G5OOcX+%sjUdb^A zMk>>)fS|1aOA;9rHKXQmlCXl>%gzBCkr|Tsrn6A2XCbI(2Jj{-$t|b+i5xO$LV*_CHh^o zR=*qT+$OpiI*#{X(C&p|pMiU{;=qvKO#EmJ4JVW zm*}HEj`i*dk)uB?2I((~qmZUle?^q(uZl|jb*y=BV$FL?T&KSyZr9%x_vjypZTg4e zVf`cVuKua`QU5~xqJJrV*T0gw{x@mqU&{>rJDIP4FN^gb5Av5ZaRydEpEzH7#F=>Vi|e3G%PU|KG!Trbd4XDkO?pQ@sB|v8yxy^EE{rxm*&4Qm`h990g`a5sH??|d82O*YS=cW@cTE4M zI2(|mV=vATj-D9(1#2?@n*ehaW!0i>67FUr#74^hx5>8DbA1go&4pw$N%d`>=gO0 zKN2Kzc{S6H-M|)rIVI)A)zwe_e*ZS)$>CrhehU4s2_)1nv0Y)bnQS>X$uY=;)!sfk z)Qt0x2~|b5X{V@ z{+GlO8bWO_4{YsR4>lMa?gNIfY>x+3F`^xq)F5D#zi+XG)Xvz6D1>DxKDJOyM4`TH zI|RF_)*=dJV_FV_P2G4npy$fjQHAoI%AqQt4t7+b(a^EBqY8~s9@jal&|uhI*-?cu zKtU2j6*_+6tE=A!?cl#`6tfT508gF&yU9mlvv3FJ(aQf*)FU<8uAD!Oc=X*jbooC` zI}Y3n?YP^a9V7l2?T8^4i2{(>c71EvI|+abaC-zl>O6M8J?2^oQi^*mhTuCzTa zz=>XK#^IidYIswD8T zGWY-lSV}k*qj};SdD_k$s0UCK^dGz@MnqYWppk48h2I=Wlka};_k4#_0I(hK0f1jE z4b;_YX&b0_1E>*vP!L&H?GQ2Wo`QFh+Ql=nr|&9WJROzbKMr!fm*&)#7gt3+M>NAR zM1o49-X`_o5QBXUIskDAs5k$};0vPK`8o2PUq!w%poSjt2+=BbME$<7<1b(NQbv|A zyKiVUG=S@O)CqUb?4z${`S?nBm{|#&?Z0;%n^9F+TI;%g@UJK?KZd<))S|#Y1NHWQ zvi%_*Iu-6R;$2|a&PL*}xqS;KAkN~{0mosCISRL138tjN)j0v}f))r|>i#b>31cw< zxr!^Q;iW_8lRL(JHsoU5=YMvrILswQ{DBBDEF*tMeQ;&d5i|r>4x+~PO=uG|v+gC4 z8Q^Gf(Ckpr-Zqmr6Cvb`OxUKF{Nz(A8KBXGKju8`NXdRMgF(!yPS_lFhbsn-;A3;G zOvSrm26OO8-eL%ARVFx0~C zXgK`8BCF=jYg;Z@jUkK$G2yNFx#6DX@oO+6ssOgZ855){$~0DEsxMWQ5_C`%|@ zXd88#oH7`;BqR9&8S+E&$&VE%+ip0?0fmf;z%nUj5^V!T*iZ#@4uEPnB8RQBhIqtH z1RcupSpjboLU~dyK0+6rKbi<$r#|-03i#E>uJ{P!tM>Sq)JT^42pNAeKH6&tS8p&@ z36fu+dS6mI`4x4Nf1|GQYw9h(p+WLn8ZN)1T={p(liyR3{DEf6f5tRnPNWHQoF+(g zG_Mgou()v_GCSB8OPv|NX8cm})R^O8gvfs*kuVYR#b8nIiDfGz!Q`u(EgEHhj0lGy z_F-&>a=7zhi0efo3>C!F53cn5j+ zN&Ki@PBy84e@x+I>N3@!LW7D77?EPDQdtT1ZU4EaKVzLjM3|T^X|YfZPq@bHv1|X! zS1Nfl*0#jUVFXRk6lX6P$6uz!wB1?Xx>IN`6g>je0*iHsMKfuZL9;Emxx(_I#C(1M?(MHU##MZgHPCkfe^1r6y5pTCR4Rn-6*Dh|1!5Hfh7#qVDI@VP}e z4~t6S_kkwG=dD0ckQ(0bgfeDLEtruVDx5wuKRZ+~sR;K41w{+S6;0d&xWyEq2SzVevA%6lc&&Vc`B?CPNS93^14#4p)K+Zx=)@- zJLFlkQ=Y3jE)!j1(fxeDiB9W88xdZ%n;N}ck4fOEeVVg0 zfBUOGH4KRu|BXSyeWhs#U3N_IQWf!}wXN_XKe(r%1`RW4IHHrAbdVpr?2#so;yc)w zF?6uOOpKrM{9wn%@tg4m^D!xuXHY&zLC1Zf4-D@lKTT#%Mx!YPO|w~;KWDp~*1Q=l zIFa0a=0uu<`Y&fjG|-K`aU+q9F4~fK+aKMTB57h4C$hgpN`Kiho8(Q)!|I}9peGJ9 z=>`->UafKw{HVpQUd~1e#HYM?Z?%Yw7T01{Wo=bS7(oibEVRO5rNjBpe)CBQg>jM6 zA)HDyc%<=gPrsW~$Zju-4x@SdA$~{*KQhF72^Qv#rbUO-e1nd#;BWIN3$FVX8gOkxBNBB@%$kN% zlXznEpX9Oj(E~k}={Vo<4(q}`f)jbC@0X~_(PkExmjG=`6n2bPKOj*^l+{Kg<)A-S z4q}EERV=mv9FiD7L;{l7yLdDi2UzsLtvpLhT0K^1Ap~a;jqS)g4=hl#pr?_!-GWcr z56;KdFyJjdvlf`vU^ZA_+zQ9T-i&RI=NHnoES5z(l4%c?TxOG4t_&3}1>i8;nd50^ zb1RUg-~sZFs8EIBsSxw>cP#z8$p@Y*O+(jcY^vfqWozfa1|%%#eE=0x5?qoh1tIDn*VIJ4Z@v4meF{kpu6LV=!{0)lnA8NQ=$Urj;Ccmu#~@+z-lyl4g>j z`KY7jhoX5B_0%ltrzKO4mO=$uDjlM=q4`>X7HVy2wbqVK*V@wsS_isB>qvKK>9ko> z=K~PDdcY3#QrxGch3Y92{d9?X%2J~OAIECM2nxM+uR;bN8M`ZxhS6bg<_-$L&7r^QI%vJA zo7RUy+5yx@W3?3mYoVq9%QCATtO|n}%mTHk4>#2zQoA zwWq0I)0@epQrB-T_y(p}{5J{-6H$RyX(l8wElx7d@}q+a4Cc3{`oK0iLL-A_7<33T zVl(}4mOa~`Iedfb< z1nHbJofD)}A!nb@369{)k(~Z0lNR_f#Kk6oy-eczmEbtkF1eIbg!!@`FI3dglg{G_6$IiJdJ~#|uBn%sZI9Hb;OfP^g z#T6%PC&RLzP8Bruj}mlDSQY0TJE~bQMu15O5{J*~Ldz`5$5XoLDC;4~xV**{AqHhK)?Dd{VrO zF%Nze?Sp4WaLN=1C;gx}8O*LH6yrrgxa4!-5WqB66jyODIqW|Z#}RTj1Ynb`^5O;9 zjoa!O_*orxgV!)4+`bh!DmqGPSp`QMasrKT(*0nCv#`K}_JLslBdP>Sh;M_ZR#;({ zBiXF*g%JMj1alH)g%5;0i&vG(9S60}nf zNDxeiW9!Y-KHUS*{kKqu{^=fw`nFO!GIU}~K|4cd^?(dr(!HFbtIEI;FA#p9k-DXO zIBz3$ucI!wg|<)+mIh1DG5;f|s5jo>2MmBF;tuHWg!WHVPC03Nudf zlZ{9cILVCkWEzS)GtyZ&!-3U*{NZlz?C&q?3<&%;5efH|I!A^06YS%!)|G?i_;GBX zVNgGVRrLa_45U%EpEm%|0pcI51>}czVuneB`HpknA$%X|M}vm@&^jm>p-DIiHfS`? zf&U!-w&R`}(1Oz)x6hpJoT!rMMb4ujNw{~64LR6M49 zwx}9w@w6~#yv0*tFRVdPW!19c^61!D!1GB7PIQw|Sbs2PsMOP*%Xzaf`oA%PQ$T}PerM4fML21h)`l)+6G}ZZp zHJ97_HvXQn#W1yPCX+ zK`~QgtG~KJM+SNm)(mFerYok1rr5kr1EM%L68H-5b}|l!`mKFR>H}+_PDU;Js})Gb z5$P6!-_q22O2JF0Vx?top*A*iz!g&_obn}9>}4EPzCu0Zt29==M&sq{(5iY%RWyVu zSXh`@u7=*g#CNMa-Knxv2apm{OqP`K@*4nW*SY!fTf22^`-LNj_>bAreIyw1+Eh~b zX^Zgr;0)gnRVk6gPZmEV^CiU)seDi4OB=rkh_;4k2U(KvnIh;H?L`MubmV)wDLR>= zGbic7FuHP%Zb_oM2=S$dA$me~DS8>Aw;!iNKELQA`f|bp_%#%M4;B3kkqIMIe8VNn z6j?S`~wXEJ+N#6J+RFJdSHhNtozwwgeeX(MJ_*% zG{h)QIocFs_u3#0td{S#bPdX33tR&Qquv zpc&qIra0de7Z~C~KSIX%3~`YUf!h9Jh>Hzzi4Q?6fC85q;xa>AZip*<2p)8$A+9n+ zosX^+YYlO=4{_VB;WDn}%XNOSPOSGKU_&n-qF?kf#r0gh4TiYEN4Id^8+~vmhKx7) z5E%pSZ}!ohe6RP>-F&~rhiDla7#&fWTMcm=jw~ax8He?3!MQb43s1oEwUBl;*VOad z5iX}e4>qz6#s;f|RI{umyv+XYsjPwY<&P*C`XSO;ZZEBoVq!y0|2e#GVqPz1ali_j zy1XjPE7a`Dnc-y!4;tO!$2LDki`O}_;)5^^LFFM<;EsuJP2^ast=+9N>@rFVkP-`_ zD8nC^F4y!}hM_^&Ax5DqCLAuR2nTKZ&pBvSY#NZbC!hxi>5nphLouFkMeQ<(S7i;# z+h6k^s4P{(ijEtHKl>2h(R5UB2jeB;mZKCU7DOo=9^9*x+3;;o+HA5K#_ZV%xu%&m zI!(hUR4MM=<7mjWpC8ksu_|)<;wo0z{NviF`>F9MIs9(h7!-1%c%#o9zA#Ctqt97h zirBB{L8yuO^H-LH-N5I`;LQt^Y;t^YH4?yBgH7rNG*kYIDZv#(0g_f-gQ>a)h4=k3 z``8!Vl87`BjpMM#)542u3M-kY9G3Vbx&`x_aL}X0r~_$)9cCqu0g1yDw9yxvT~PfW4h?JW7vQ^dN1s z#O-3Eg;0oixTRuNk)gjBq@rLu}>68B-1nw3{nFngY@z#{1U$T}7(E)5@BTU@d#RKk{4kf%C3 zPJV(J(qimnA=yXJ>XLA%Qel7e>>va|{WACj3Dqnut_TgnVFBVRyQ$)pW>}fHrm7Z6 zD?@+@U~YLimbhPRwGdYcJ@%m3W{8I@v0d!2#KYo|y=+FCqmP9EuD|?YdA}hZv&2rZ z%My>%Czg1E9?iM1>qV6xzw!Mhbn`y*a^jFT3aQ7CoELjN0gpPTI zyXaN%nk8NrZ(z+vjB%xju7YKUdSdbHxhMI>d$eQUk8{ME;w?c_@~2M>*=Gj>>=H`Q z!%M=UWwq5T9|`eFSGKqes0!=~6_=NXRI=*qP+3kmCp$DMbIk1NQ}c^*(dTbtrqHB4 zK}7uZcz~6B00tAY;*f&i7Udj}S%^Y~?s!MM3%r|9%Sv`wFp!gs=J@e9N3!`7;-&(iRlv73EFJpDAd8T5fn+LKT^fm_s0PSmN2zG`>#p zv$Z8GH7-h~g!2z~VybBfG)#Cf6|rv+bV{T;i(&lLAH7{sx`)asbAm7k2na;M;?Szf zS~LMev?{a$vEVUh$}mj)Rt@Hovg5*`GCq$iEn5sb1e|__%8M6;%R`WcjVj8YJ1uWq z{M4W>^ScHj9#r-6@)OdwlvL^rMbp~OR9>OEklP!XJ$3T zY|q0lBt#A3BPP@zBLFS+DXcB8DO-+;C$hf)BL&k71R=wuYUfT1+YG|BvFO*6NhcGF zYBt$G!$3hnITxeVu1SZ&U%>g4UbGO&48_}vNDOZd7ACr`MA#`ye9oye6Rjrk9GWG* zU>yFEY0+0Gj(((nSmJMp#Y?8mw(x{rXxk!IgpUhX#hO@_+Ekr!kq0?K@Rlg|N#&so z$KGRn-mLsq#|16NDjSB}b31|Tf6WbkT6}}`Ejv_FSzf!WB4mkgdD0@@Hua58GBpZi zd```Uf~jHzw0qhnKs=Y5*B4#-9b?P>n&ZH0GmRe@vBW=k z!I(9tLXiPzm1bA18V7wEs44wSzgXfI#+6@bw;_Nyzl+_l6y_Znu!5OLre!h6 zU_sIg+)tlHJa2{9?o!&|~}kNS_=3p+n^COjY1D1ttdxx2kE zr7=>Yy#Q``XthrV8gbew`=T8_Lt8`L&-y1epoCu#LwSoTN*T*FWLpr4xz45k^U9=Yq2G2s{s@e7{+{{?nQ??8&5T;a3<(%bUQ*AM(0r0GGfi}iC zo^mt*J7*L)Q#q!e#?|sB4K0l72HHBCHb5UlN~HyMQK?+#>IIdHqw0Tv2=bB2=n((G zcA1c@gs?LzvB_P;(!@BAR#EjrR}IoAhup3-yb=V7g)ou1iO!7OJFTi#rvtv?s;c5u zC6&veRO^awRl}UwRnT&F6{zaEw!qYbHp9??ZCp$i{o%=E!5{8E-pb(aXVwq*Bpk*< zLWt{5{Axw@ZhJ|8C&O zBeIiy%8i5WX^1DI^G|puor|yp^}F9t2@#Y93U7}0DXxO;mbf=s(FZ5heeqv!XhLQ{ z`K%v}fPIErrA|n}RbsoIOnQM{L|z}ggepnyth7&|fR>D&+}y;5Hc7UQp7jv>DM`_9 zq>cd?$-vk+EdbLOSjm`yKohk^2-7VToSJzbs|7*j4-fDexScvSQu|#~nw6$>1)C^C zmDVq&T4K6e8th;)*$yVF5PAW@qW*TZMK&H(wP6sG&DxWV)PE-pZJ-?WxP=Dnq67GG zpi{fRAXLlw)-!-u3QisQ)qy)`NFB{aDMJzbN4*IQL;dk$c%A!V1YR`ILAwaUnHxzq z5^p)fs7;ispl_msveWe@8eLCkApe*;48y^y`_pW|V-eQ1p33ZR6Vdc0HX0~=`q9s~Jq#q-=!x-+D;)KO(?q=}IVPvQ~y{e}A9?`+~Agt6UAPbKbN zx}|0JqLaq0rSqL)CIkw$(3G`wg8Mty(?C;MBNg2VykPayo%RSE=(c4Vw*^WeJp+Yq zEBZj~qk)Q?T$rpmoM6CC>aAY6Ij2W*!Wn-Ax#raG9;|PoL*m<}_iNcUbkWdVG#c}B z<`$auAkE%PLp6kB#IHGwJnmfJbY0hIg5N0Yn!TN7&#K@39)H;OARUST$2x+@@GpcB z?jO_}XfFQ>>cFT0+v(6*Yjn)}cNtfsfVE2_02R7ImscU(VRiBs^|+l5%k`?5x&60o zkRSCA8iUiljWiDtKWwmooNJ~-jb;MBpT8E`!H9Em$UJ=^+P|6RZ>2*q1&`n~DkE$6 zcApyyCmrzyy3ehbr#dN`=*T*%;>1TO{28B)=ss#5bGVM4PVqeh3-P0YiW_Os7Agsp zy1&BwYjJciWWQ*B#LSK6UmBCf;}lm`M=u8oa(&t`KUZr`Zc=)ZGX#h5lj{1Tx6{$N zRuF^@WJy(wBZ2e`9Ag8_g?IXxx8+=>W!DnKC)c;ek8!v?=-1Z+mm*DD#>o_zNZm0R zdqfjdw32{p-LlK$db(cpbAGGwIvPPxe7gvJviF?y4G;)qf+@mK41Ayx6RQqWCsOIS z{*0YEoA;1rIU3jQ`Hzc9+ZHP4NWB6mnw<_y(a|bAZs&UH?o0uY6ezS~HpF1_is-jN>JhZh zAvZl5XysN~HP3my;$Ax5O~L3L&DgDhR=1W=O@d#`>VJ6|MA0F>h^>4AX3vRJZ9+0F z%fZDX@t{zV*C1Bl&noI4H?L_#vw5AVDzKSOQuj=(Y;KJZ=Njtyye#Z~w0`$`x9~dJ z9#6gK?v~UmcHyH7TBpo)bgZJ7+i9Fbi5ux;2Nyw#chR_X5adtgLQM7SCOUgAxE}`-?`ejC*Sk>nh=EvtV;LcPW#PrQk;LE)o?q67RljHFUAkrs&^! ziPN2qmpuv5a_KaAFrxELpfz$Pogo(@O7ChqOP&F%l*qZqbgSTeV`kT|1gK zYAax9eje@@(_Py2bhmal-J@-#2JJCw)Sja)+9!0c_9fk~eNS5BDQd`Ry{ z+Y!g^VSNJP)169>>1$}0eiJ>3L6Edco74Ui75XOP=oZ zvS&2C;u%Y?dXAzuJd5c~PYwLjo=Wd}*3kQ&OX&m8RrH}}J$>Z4lRoimrB6MN(dV9* z=?l+~^rh!t^p!V*zV;5IZ@kCQx8CFEJMWeBci2Y#5@)eNG7P z7eX4Q&<(_PGIE4r3=*a>MEH&2qJwd;=x9t5>Bd~q$tV?_jWW^2SS7j|XG87tV$t1L zD?-LiP=mc4`j2;t-o`!R0HaY1F&+>@ji<#h;|(#~ct?ydz7hu+KZ{(`BSx92P+ILS z#+bdKv^rRfHOGoPb24;R7mD#_iI`w66ZvMfm~0*=3d~i|Q9VJ-G1ou`^)fNnyj~n; z-Yn*sjpA_gVKLu)NgQFmBaSpb6AR2Q#X|FID2VUvqS|+msPT;w$N8o}fAny%+P7Ss;Hws=`c8*t=mp|*-{oSB?<#11-XhNP zHHhsR#UFW+&U08STEBn zn1_|vh`vg%Vbgg8ES&6j*SlYFlGBl1r#G;#|3VC=H<3f5_rxfAi{3_#kHv7-n85b* zNioOHi&;^L`TYoa_C*G9dIG@KGG#2YSoj3V{pVkx}SC-j_!-(_go5^ z@DbAav`=8`g@bD{5l#9t1;x-FgCoyR=`%zryjwd-)z70{sjYR&?X0)A>!*eEHg^5A zqqSZ1Ieme;c=Q2wO^vfrQ|=*;Q3=}^RcE6VhAG@b(kO$i826B76v4$Hw@nz6=xF+q zzJeSh6}|%hMqiW1>`t>)i@e6qw94))<3qaC?knRBy4J3X@eW;O*Tr}Q@)p%s=ED#u zs4+5Mg2T~o=v%DsSEkKQAb$0y++cP1d6Qc=R3q1ec`(R z5)u3B@epFzUmGB#u-~n7(?RWhiQNbOHW+gr8L#g<7#^$M@O?rT+P&fXlFqSv!}mNa z=@dNw8W#%Y(Y^F{P;{an@TUX6k|6%T0X&{qR&)>Wj9pn2WI_^w%@^+&IDBs^7FV#i zWpJ3GZG;SHjw>~wkjr$~N$q5HyFbj{gwUTG9bX!|08#~!5f4JeVH-5-AEGW|2b8`a zhI8acC=Z%c`QkB}1YIbW)UZE|9>~Gf*SI=BiBE9nr+)$gA>xH8A$I}-a`CCEU43yR z?krGx2tGe9sY4jk?Q}^aT?!UuBi>vF$1U&zvV)FR9$fHnxt-?nM!Evr41c;3ybNwv zxk>BXhqZN-32FQV}rJc)8T*K_p?k~B?$bYS!`r1Z9B)=$26PJ4J?l0LlFH*0w ztFf+;z{Q>x+i8p07z3-PA)bZ1>*o;X{&{$$et~+57pXUtud<*XH4NHO6U3`DQM^Wl z;&u3deFJ*>Z(>D$3)=H z@=;8kY@DHsB2VZ}!dW6x`1$FV7OlmSyjA6TiNtCt}7COq<8zkxd8wxP>lSgml^ z-wcCX4pF%KBmT;twymcSKYNxwNF59Ljh3zPizd1u69%sv_*Et%?_Pg6hu*#30W_zv%1dlM2K z_mY8-00APzBtQZ_rl8ai5(p&Wkr+f%FoXn@5HJJUx(n0R|^;^oHD$#@@d zhl&Q8dEml32P6+)DvIJ$P10Qn!3?ev#-P$Z0zrR=xNm1<95flmWx3hV&jhxtv-R+^eKpUUUnN7Anu4fXc{ogHRX9TLw;h0s_!8?G$gDaf@BpsJ3|Jkf3WCK9`|vi~-Gx%f#=8*mi zo1y3Nh9x!QiCW&IyllU!9#ERb+!&%W9`7D{{t+oDg^au#aR~H!$`gKaG+G{CLX)zS zyf* zS@ZgTHIs1&5qj48?0(tJD^7xVR@0!h{d}H05wcK_pi_9wc@NL_=f2Y;INh>d)p_7Y z8PB5SqfAfge)h>edCIq+y_wld^vX}`x1a8lXVQ54S=}o?+b4esEbOO$pr8DpPkv}U zc}_ohu1}t~p1h!+ywE2<;u9B7d>hS4%$YE|y9#D^SIY=da1~*<5YhV6HJb&6|vM=FP@tvrF-k_CWd* zB`FygYOPVg7;ayo;cry~F1AaIaAF6iMm2kc{m@QV`w;0eaTS8Tc^lv^_I?HgMs5lr zDo4gt$^%9#K)GVD}Q_H1G59y`Hv*O^I3@^fEf(kYfvjZN#TEb|WNmtZ6MGX>-dw##br=65C%DXC^!MthP`$?&9C zEwA%1nnetFwDDm7I7uJd9OK&126eTkXUgxI&H^fHdh1|aq#Yf;QJVMNrY1=>iOW#Y zF?@&(#mI`oqrNX3lsIy&|V)&2D$T%Ek za^SCrc3d;=P2eX?!V5uc(@Zz?NnOKudea+2W*Lipayrk0yZLbmy$_lLX07a4eN%Tm zw3E>Q)OEE|NJjJM=w79tXW`0zYHL-vo#kp(ToRs&BZCxtkpAVy^_Vyly z)s~guL@IlvtWlIIbA9Im=y)VCbGEK<-Gd>PiWQG*TuO}nF)oHFv;rgtmSsl*rJV99^!Yd+LOp$<^5fayXns6=)HC>{jtCCz2`S{@(yeU~8sriezTp^Wb$My( zZ^~$Ihx&kV;eWv0LYRsdQr3FI>K>(8nAAe{A$kS-ez??Wk)`~(E-K6T5Za(#vEoe~{utfj#;qax34sjX#?svLzy0p`%w{b6s6^RsD*ZB}*2f zgu-CUn>yIVA-Pynb5(O)^$NTXgBtZV|1qGMS=ZQ7RbMxUe<@Uavxa|SI+qLYc#Brd zscEjMZmyZbhZ*P!l(wag*r>EeH@3HJpz_#6x2~Sm*e}+TV*4LZxJMf8`gS9U!HYJ_ z+LV+*rf;Rz)<~DmlFmv(KP$&FMNxFdU{Z2@U7cIS$;x@PZ`LC)RBD138q_uID{a*| zyH>0Y(yAd^Y@k7^yQ)qM(&#Or+srW=kD<8Q0IMaXeCE~QbUI3!1R;y5`yZQc*$;V# za*s1N3$xbVf)1Ka9ktfBkx|eJ`l}1|fk!xtsea8)Rt?ep+XrfYu3x4T#%(!ryKKj- zpmn9?9noyXSYWmyd9$^XKd2nDbv%D2@uw9GQ-LEQcUbNWchW16*}6$NHYAo^NZO)m zk*aO_akNZnc3^?RWk7>&71mcShm13dSY@<7!-X+ENA}2GMp>JVB#KJFSeKULkE}M* zuLx!d$|+Hf)XUd%Fj|*bE|Kb`5f<%fcP~)&QyRZYDzO;Rt(m7Rc#yBIj_%dH5Ye<> zz)aZs^;Ds@LKu@Mw6#HDkt0rdS}iZp0xmXA0W0^e*UW*cEP;C8MePTim9=rx%8gdm z3Lv~)^iCp$U=7I#n&_sEg&=mG9~PwKuU`$p?Gp5c6xv2Y&?!O3b}2h5Oo>KfpTM~< z$Ngm2{S@3!b=_CsE6@(VnV6%2*1&Wby2BH|jPcc&a99lNWSaFEvqn>`@G)aZ>F9$J z;`sD90Ff)yu^7Lc95e&?Y&ifUjjRDsaO?q4#`_9jJYW}K65t*{E8zYE@?2RA8{e7O zbbq2O7SUG^mc^hb!)N!FG0X_B_8?lBzPi1P;YRqZw=9;UuWm-TGJSQU%ILDIhZa35 zS%pJye_ZBSg^3Nu8-+uM!u<{|4$9COAt>{ya>jIgt{X!zH*}*AU}LD(HK@w9as>*1C0w?C0fnC-+p%S{3+v*0 zu}N}|T!XER+1S{v#>PesDzp~c0rRjmREI_W1(+z;WAtx?F62UN&@3|GncIlT5^P0P z7-JAUfUfrFgZn=~Kstd8LAA66>C6BlWMf%iCZ1!cGA1BRc=o~Mus}KYqbyI?eu~uC zF3M06f45x)*x=7Z8S`QYsgem|=fy_g0@?=A*vJD?X}^|_hk4;cGU|{N;4;Sh7{0?p zeuEELwS0)>Le#12HBYT+(P*_QjSfuTEmf!$9^I%JGBdB{;L222HM(4QR;xkvsNw^=1;tJA`L8W6)=6uaxXQr!BuMS6;&9T+kP+fmay`a#fW zAy|yOQcM_BS_U1_(!v*Iyn{y1bao=cccPViO`$5%uVa^rd7ofpav=RwzDLSE!0DRz?4g5nm9X#TbL=tgT&rBk&>X~JW zt9oY6w$j%bnnbPDHH-GcW74u#I7D6RnNI4!Xa!lac z88Y?g`Io6RJw;|@Ltw9r&@Cgv>SUo8na&@$YRXkXZlW?ID)Fe~MP&q^G2{*6_hBtZ zSxX0qf+0pAV@V#FK`ODWH#uilSU00&qMLfSGFU)aJBBo@nJ z!127|8;`+b1)w~OxHaapJ8$aQ*lW$g(hDn|g*vpqND_kvCUaUL#)DThRMs2{V%X}> zO~&w~SFIHd3}N;x&*ji32YVnzIT-84=U{Uga?nMBK@KNRDV9N!QuJWadi_WtSFJV- z20E@;z#NOLfQFL~MtAOq<37)I&%mA|T=ye!&)FRNk^(&ExzIX~ww{l%?ol-LKT4<0 zD4;sinH#^GsLpKl&iK9veFU59sHDXN!(4elCp0RMTas=USAh5uWv$AsN_H z*HKuhnT$I`K}I9j(!*uy3z5ReD~QgO5sNl03&paUmW5;4P0KQ4gPMLMIm8d!2>j}P zl%c~ooiwGw+W{0`vu_$24;v7YNYMefV#Ov+HwR%SEW*{!&+4xKbBJp^%x$V=$@c^C zaOudmn%y$dC!xZ4m^2M$wc~8BvvLw|x|h9&ZyrDWc-{L?y@RSGu=WG{Q_H$EsVcGT zo#Cu>57bRixOa=1+WK~188@v$SC<7h7VT?RcCE!Vx-8fXb#1{NCl&wyCDq`CbK9U6 zJ&$K@mTUiE^)rK@*^r)T?f@3Z^*~SIBcujN6xdpc>2F1fOXrk5C=t6Q4MR6yE}`nN zo6YwswOnP3Do&7ia!K6V=)N~={ats1LkQ(5xI|l2)1)$qPh#YgArToG!REI&a&zG9 zJF#Z~B77bc54N&&vY$-zAxA81NoAD+4>FxmbSCF=kJ)VV{$4b~)Lx%3LMB5I)Je&UNi z8JZeqwjw%Kc+scd*z}~D19Kiszqj6_p{BWNa$RHXRJi-8tF38jp3+deXn}(v4;Ui1 z=AW`h1+HZ~$1+^Pbu`Q*JKEbdC%8Xm^3%e%HXgxi1d1Ncu?mBeFN?Jx1~5Z_C<)z- zkC{2MJqN0yB7_nL8Ln=GB<+h2eo^3yW2!cZ^~d_FN0)ySPG{(NMhO}Y;<=cR1Yt!a zVMiqOM}FqL!*9F}#02HHK7oA$M&Tgj)lFD{+Q8M@RB7Dy_=r1Bq5=pN3H-dc5B))4 z8upH+@_gW5f+N$a_CJ8!6TFpv6g^2Wc7`|f$NK5dJMLW$j0E;K&hZS`ED-DZ?%p=c zhI;%FKi2ci*|+{pgm9^Y6<13jaR(ya$WSg;0CzX*k(Hl*tL5}E)GxuC-&=kkj5aZ7 z`RDh}g)4sjFgj)e=l{+T|KBtbJHn%X67{b>bjwp?MF?L02xHU=s*?H81>g!gRx3N& z*7;+9JFoKR*{Br)sRcdqxxd$#K6JE!gzA$a+&u{0PjR;TCM`>t*} zvI|+$IRBn$=zIuXI^F?~g+X`;8iQ;jT;YsCQS37ZyTE?dMgNmfA$|d{)@gdz)P6!!T-kGH1R8spFPDD z{s~OVy09Z3t%vXhPXd2dH?Rce&j-hM^;1s`r`K-%C6XY__9U}w!N8J9G~A|5?d{lx z^Dox!xl6mY{G%ZRFWC<@4k$f;^nWvFfbCxA}YdmawPpYYw~kGN$` z-~LxeiV(a4S?!}K5NrQY{%A8Y#|-%pa~gtoNNjvL1zI|-SE63OQo^CH_KYdMPK4m4 z4yGRKZ5T!pP2d4e`07Mc!jZ#CuIh*h(>L@1NX0$u5bPRns_tzP5@rU zo_u*4*!!)J%TNBrH_l9z5M+@eX#j`R0Y9X9q*k;fwsnu8R?(l z*~R78&qD7(@Cr`3zfOU9KD-h)!r75O;u8;zd(ECCdb51r`za8oXyEUD=h|=Y42clD zJ=0JBJq6|@*L(gsfA#Fr%l{fPae}u>_J5cHzpabxkGLVUf7>avaDtch9{F7=#7Z;6 ziZ$Sm{ll+sJ@+v>Yl62Ac^h$;gJgD>lS6;hTWgPh`8}W|cxhR|SX2;NN3ZAyXJi6P;i>774o>s*Ko6TE`y_peQfny#lYk+wWf`zP?x2Ul)<8$3er zias^Vf)jB0bS$n}x1o276==mjojp}Q5yDJQU$|vO`spCrbi%Q9KQh*DPlOgA zu8t69c@nBe2<#vZau+Be{stCmNK%|}C%N37&ybcY>Uc7XB?n@3Qfk?jeoD@om|s}N z_+)xPTmf3FmHM*9n7u)CQMx(sQk>4 Ndq=`>`&Zn2{y*f_GlKvC literal 0 HcmV?d00001 diff --git a/trunk/Creshendo/Util/Parser/IParser.cs b/trunk/Creshendo/Util/Parser/IParser.cs new file mode 100644 index 0000000..33273b7 --- /dev/null +++ b/trunk/Creshendo/Util/Parser/IParser.cs @@ -0,0 +1,48 @@ +/* +* Copyright 2002-2006 Peter Lin +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://ruleml-dev.sourceforge.net/ +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*/ +using System; + +namespace Creshendo.Util.Parser +{ + /// Peter Lin + /// * + /// Parser is a simple interface defining the basic parser operation + /// + /// + public interface IParser + { + ///